@castlabs/prestoplay 6.25.2-beta.4 → 6.25.2-beta.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1 -0
- package/cjs/cl.adobe.js +1 -1
- package/cjs/cl.airplay.js +3 -3
- package/cjs/cl.broadpeak.js +6 -6
- package/cjs/cl.cast.js +73 -73
- package/cjs/cl.conviva.js +21 -21
- package/cjs/cl.core.js +408 -407
- package/cjs/cl.crypto.js +3 -3
- package/cjs/cl.dash.js +66 -66
- package/cjs/cl.externs.js +31 -31
- package/cjs/cl.freewheel.js +14 -14
- package/cjs/cl.hls.js +70 -71
- package/cjs/cl.hlssmpte.js +5 -5
- package/cjs/cl.htmlcue.js +22 -22
- package/cjs/cl.ima.js +15 -15
- package/cjs/cl.mediatailor.js +2 -2
- package/cjs/cl.mse.js +172 -172
- package/cjs/cl.muxdata.js +10 -10
- package/cjs/cl.onboard.js +2 -2
- package/cjs/cl.persistent.js +7 -7
- package/cjs/cl.playlist.js +5 -5
- package/cjs/cl.sessions.js +9 -9
- package/cjs/cl.simid.js +16 -15
- package/cjs/cl.smooth.js +35 -35
- package/cjs/cl.thumbnails.js +11 -11
- package/cjs/cl.tizen.js +48 -48
- package/cjs/cl.ttml.js +17 -17
- package/cjs/cl.verimatrix.js +3 -3
- package/cjs/cl.vimond.js +11 -11
- package/cjs/cl.vr.js +10 -10
- package/cjs/cl.vtt.js +11 -11
- package/cjs/cl.yospace.js +4 -4
- package/cjs/cl.youbora.js +24 -24
- package/cl.adobe.js +1 -1
- package/cl.airplay.js +2 -2
- package/cl.broadpeak.js +3 -3
- package/cl.cast.js +48 -48
- package/cl.conviva.js +12 -12
- package/cl.core.js +327 -326
- package/cl.crypto.js +2 -2
- package/cl.dash.js +51 -51
- package/cl.externs.js +31 -31
- package/cl.freewheel.js +6 -6
- package/cl.hls.js +63 -63
- package/cl.hlssmpte.js +4 -4
- package/cl.htmlcue.js +17 -17
- package/cl.ima.js +10 -10
- package/cl.mediatailor.js +2 -2
- package/cl.mse.js +117 -117
- package/cl.muxdata.js +8 -8
- package/cl.onboard.js +2 -2
- package/cl.persistent.js +6 -6
- package/cl.playlist.js +4 -4
- package/cl.sessions.js +4 -4
- package/cl.simid.js +10 -9
- package/cl.smooth.js +29 -29
- package/cl.thumbnails.js +9 -9
- package/cl.tizen.js +32 -32
- package/cl.ttml.js +11 -11
- package/cl.verimatrix.js +3 -3
- package/cl.vimond.js +6 -6
- package/cl.vr.js +6 -6
- package/cl.vtt.js +8 -8
- package/cl.yospace.js +3 -3
- package/cl.youbora.js +17 -17
- package/package.json +1 -1
- package/typings.d.ts +18 -3
package/CHANGELOG.md
CHANGED
package/cjs/cl.adobe.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
(function(){var g={}; var _ = _ || {}
|
|
2
|
-
var f=function(window){var wY=function(){this.m=this.f=null;this.a="";this.g=new _.J("clpp.adobe.AdobePlugin")},zY=function(a){a.f=new _.
|
|
2
|
+
var f=function(window){var wY=function(){this.m=this.f=null;this.a="";this.g=new _.J("clpp.adobe.AdobePlugin")},zY=function(a){a.f=new _.gi;a.f.on(a.m,_.Cg,function(){return xY(a)});a.f.on(a.m,_.Bg,function(){s.Media.play(a.a,a.m.getPosition())});a.f.on(a.m,_.De,function(){return yY(a)});a.f.on(a.m,_.bg,function(b){b=b.detail;switch(b.currentState){case _.Hq:a.a.length||yY(a);s.Media.play(a.a,a.m.getPosition());break;case _.Gq:case _.yq:xY(a);break;case _.Aq:case _.tq:case _.Eq:a.g.info("Close session for "+a.a+" in player state "+
|
|
3
3
|
(b.currentState+".")),xY(a),s.Media.close(a.a),a.a=""}})},yY=function(a){var b=a.m.getLoadedSource();a.a=b?b.name||b.url:"";a.g.info("Open session for "+a.a+" with duration "+a.m.getDuration());s.Media.open(a.a,a.m.getDuration(),_.xa)},xY=function(a){s.Media.stop(a.a,a.m.getPosition())},AY=function(){};_.w(wY,_.aw);wY.prototype.onPlayerCreated=function(a){var b=a.getConfiguration().adobe;b&&!1===b.enabled?this.g.debug("Adobe plugin is disabled."):window.s&&s.Media?(this.m=a,zY(this)):this.g.warn("Adobe API not available.")};
|
|
4
4
|
wY.prototype.onPlayerWillDestroy=function(){this.f&&(this.f.release(),this.f=null);this.m=null;this.a=""};wY.prototype.id=function(){return"adobe"};_.I("clpp.adobe.AdobeAnalyticsPlugin",wY);wY.Id="adobe";AY.prototype.create=function(){return new wY};_.Xt(new AY);};
|
|
5
5
|
if(typeof(module)!="undefined"&&module.exports){var x=require("./cl.core.js");_ = x._;(f.call(g,this));module.exports=g;}
|
package/cjs/cl.airplay.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
(function(){var g={}; var _ = _ || {}
|
|
2
|
-
var f=function(window){var uY=function(){var a=this;this.a=this.m=null;this.l=this.f=this.j=!1;this.o=new _.
|
|
3
|
-
_.r.onPlayerWillRelease=function(){this.o.stop();this.h.release()};_.r.id=function(){return"airplay"};_.r.
|
|
4
|
-
_.r.
|
|
2
|
+
var f=function(window){var uY=function(){var a=this;this.a=this.m=null;this.l=this.f=this.j=!1;this.o=new _.Vh(function(){a.m.play()["catch"](function(){})});this.h=new _.gi},vY=function(){};_.w(uY,_.aw);_.r=uY.prototype;_.r.onPlayerCreated=function(a){this.m=a;this.a=a.getSurface().getMedia()};_.r.onContentWillLoad=function(){this.a&&(this.h.on(this.a,"webkitplaybacktargetavailabilitychanged",this.Vm.bind(this)),this.h.on(this.a,"webkitcurrentplaybacktargetiswirelesschanged",this.An.bind(this)))};
|
|
3
|
+
_.r.onPlayerWillRelease=function(){this.o.stop();this.h.release()};_.r.id=function(){return"airplay"};_.r.Vm=function(a){switch(a.availability){case "available":this.f=!0;break;case "not-available":this.f=!1}this.m.trigger(new _.K(_.Fc,{canCast:this.f}))};_.r.An=function(){var a=(this.j=this.a.webkitCurrentPlaybackTargetIsWireless)?_.Ec:_.Dc;if(this.l||!this.m.isPaused()||this.m.getState()===_.Hq)this.l?this.m.play()["catch"](function(){}):this.o.ga(.01);this.m.trigger(new _.K(a))};_.r.Sb=function(){return this.j};
|
|
4
|
+
_.r.Uf=function(){return this.f};_.r.qo=function(){this.f&&(this.l=!this.m.isPaused(),this.a.webkitShowPlaybackTargetPicker())};_.I("clpp.airplay.AirPlayPlugin",uY);uY.prototype.showCastMenu=uY.prototype.qo;uY.prototype.canCast=uY.prototype.Uf;uY.prototype.isCasting=uY.prototype.Sb;uY.Id="airplay";vY.prototype.create=function(){return new uY};_.Xt(new vY);};
|
|
5
5
|
if(typeof(module)!="undefined"&&module.exports){var x=require("./cl.core.js");_ = x._;(f.call(g,this));module.exports=g;}
|
|
6
6
|
else if (typeof(define)!="undefined"&&define.amd) {define(["./cl.core"], function(c){_=c._;(f.call(g,this));return g;});}
|
|
7
7
|
else{_=this.clpp._;(f.call(g,this));}
|
package/cjs/cl.broadpeak.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
(function(){var g={}; var _ = _ || {}
|
|
2
|
-
var f=function(window){var mY=function(a,b){this.m=a;this.f=b;this.a=new _.
|
|
3
|
-
0:1E3*this.m.getDuration()};b.prototype.getCurrentPosition=function(){return 1E3*this.m.getPosition()};b.prototype.getCurrentBitrate=function(){var c=this.m.getStats();return(c?c.streamBandwidth:0)/1E3};return new b(a)},oY=function(){this.l=this.f=this.a=this.h=this.m=null;this.o=new _.
|
|
4
|
-
function(a,b){var c=b.customParameters||{};a.a=a.h.createStreamingSession();a.a.setOption(StreamingSessionOptions.SESSION_PRECACHE,!0);for(var d in c)a.a.setCustomParameter(d,c[d]);a.o.on(a.m,_.
|
|
5
|
-
_.r.init=function(){var a=this.m,b=this.a;b.on(a,_.
|
|
6
|
-
_.r.
|
|
7
|
-
_.r.onContentLoaded=function(){!1!==this.j&&this.a.precacheEnded()};_.r.
|
|
2
|
+
var f=function(window){var mY=function(a,b){this.m=a;this.f=b;this.a=new _.gi;this.h=!1},nY=function(a){function b(c){var d=GenericPlayerApi.call(this)||this;d.m=c;d.a=_.sk();return d}_.w(b,GenericPlayerApi);b.prototype.getPlayerName=function(){return _.xa};b.prototype.getVersion=function(){return _.ia};b.prototype.getOSName=function(){return this.a.os};b.prototype.getDeviceVersion=function(){return this.a.osVersion.name};b.prototype.getDeviceType=function(){return"browser"};b.prototype.getTotalDuration=function(){return this.m.isLive()?
|
|
3
|
+
0:1E3*this.m.getDuration()};b.prototype.getCurrentPosition=function(){return 1E3*this.m.getPosition()};b.prototype.getCurrentBitrate=function(){var c=this.m.getStats();return(c?c.streamBandwidth:0)/1E3};return new b(a)},oY=function(){this.l=this.f=this.a=this.h=this.m=null;this.o=new _.gi;this.j=!1},pY=function(a,b){var c=b.analyticsAddress||null,d=b.nanoCDNHost||null,e=b.broadpeakDomainNames||"",f=b.uuid||null;a.h||(a.h=SmartLib.getInstance(),a.h.init(c,d,e),typeof f===_.eg&&a.h.setUUID(f))},qY=
|
|
4
|
+
function(a,b){var c=b.customParameters||{};a.a=a.h.createStreamingSession();a.a.setOption(StreamingSessionOptions.SESSION_PRECACHE,!0);for(var d in c)a.a.setCustomParameter(d,c[d]);a.o.on(a.m,_.ie,a.Uj.bind(a));a.l=nY(a.m);a.a.attachPlayer(a.l)},rY=function(a,b){_.ki(a.o);a.f&&(a.f.release(),a.f=null);a.a&&(a.a.stopStreamingSession(b),a.a=null)},sY=function(){return!window.SmartLib||!window.GenericPlayerApi},tY=function(){};_.r=mY.prototype;
|
|
5
|
+
_.r.init=function(){var a=this.m,b=this.a;b.on(a,_.bg,this.Xj.bind(this));b.on(a,_.Yc,this.Vj.bind(this));b.on(a,"seek",this.Wj.bind(this))};_.r.Vj=function(a){a=a.detail;typeof a.bandwidth===_.k&&this.f.notifyLayerSwitch(a.bandwidth/1E3)};_.r.Xj=function(a){var b=this.m,c=this.f;a=a.detail;var d=a.currentState;a.previousState===_.yq&&c.notifyStallEnd(!b.isPaused());switch(d){case _.yq:c.notifyStallStart();break;case _.Hq:this.h?c.notifyResume():(c.notifyFirstImage(),this.h=!0);break;case _.Gq:c.notifyPause()}};
|
|
6
|
+
_.r.Wj=function(){var a=1E3*this.m.getPosition();this.f.notifySeek(a)};_.r.release=function(){this.a&&(_.ki(this.a),this.a=null)};_.w(oY,_.aw);_.r=oY.prototype;_.r.onPlayerCreated=function(a){this.m=a};_.r.onContentWillLoad=function(a,b){var c=this,d=a.getConfiguration().broadpeak;if(d){if(sY())return a.onError(new _.N(1,9,11E3));this.j=!0;pY(this,d);qY(this,d);return this.a.getURL(b.url).then(function(e){if(e.isError()){var f=e.getDetailedErrorCode();e=e.getDetailedErrorMessage();c.m.onError(new _.N(1,9,11001,{bpkErrorCode:f,message:e}));rY(c,void 0)}else b.url=e.getURL(),c.f=new mY(c.m,c.l),c.f.init()})}};
|
|
7
|
+
_.r.onContentLoaded=function(){!1!==this.j&&this.a.precacheEnded()};_.r.Uj=function(a){a=a.detail;if(7003===a.code)rY(this,SmartLib.BPFormatNotSupportedError);else if(a.severity===_.O)switch(a.category){case 3:rY(this,SmartLib.BPDecodingError);break;case 1:rY(this,SmartLib.BPNetworkingError);break;case 6:rY(this,SmartLib.BPAccessRightError);break;default:rY(this,SmartLib.BPUnspecifiedError)}};_.r.onPlayerWillRelease=function(){sY()||rY(this,SmartLib.BPSessionEndsNormally);this.j=!1};_.r.id=function(){return"broadpeak"};
|
|
8
8
|
_.I("clpp.broadpeak.BroadpeakPlugin",oY);oY.isSdkMissing=sY;oY.Id="broadpeak";tY.prototype.create=function(){return new oY};_.Xt(new tY);};
|
|
9
9
|
if(typeof(module)!="undefined"&&module.exports){var x=require("./cl.core.js");_ = x._;(f.call(g,this));module.exports=g;}
|
|
10
10
|
else if (typeof(define)!="undefined"&&define.amd) {define(["./cl.core"], function(c){_=c._;(f.call(g,this));return g;});}
|
package/cjs/cl.cast.js
CHANGED
|
@@ -1,119 +1,119 @@
|
|
|
1
1
|
(function(){var g={}; var _ = _ || {}
|
|
2
|
-
var f=function(window){var yW="Cannot seek during ads playout.",zW="Cannot switch track",AW="Media session does not exist.",BW="No receivers available",CW="Reset ABR functionality not available on cast.",DW="SDK not yet ready",EW="Sender is destroyed.",FW="clpp.cast.CastProxy",GW="clpp.cast.Player",HW="clpp.cast.Receiver",IW="urn:x-cast:castlabs",JW="urn:x-cast:com.google.cast.media",KW=function(a){return _.H(function(b){return 1==b.a?_.x(b,a.Qc(_.
|
|
3
|
-
a;this.j=null;this.f=_.tq;this.l=_.uq;this.h=2;this.B=Date.now();this.A=-1},MW=function(a){return JSON.stringify(a,function(b,c){if("license"!==b&&typeof c!==_.
|
|
2
|
+
var f=function(window){var yW="Cannot seek during ads playout.",zW="Cannot switch track",AW="Media session does not exist.",BW="No receivers available",CW="Reset ABR functionality not available on cast.",DW="SDK not yet ready",EW="Sender is destroyed.",FW="clpp.cast.CastProxy",GW="clpp.cast.Player",HW="clpp.cast.Receiver",IW="urn:x-cast:castlabs",JW="urn:x-cast:com.google.cast.media",KW=function(a){return _.H(function(b){return 1==b.a?_.x(b,a.Qc(_.We),2):_.x(b,a.Qc(_.Ve),0)})},LW=function(a,b){this.log=new _.J(b);this.player=
|
|
3
|
+
a;this.j=null;this.f=_.tq;this.l=_.uq;this.h=2;this.B=Date.now();this.A=-1},MW=function(a){return JSON.stringify(a,function(b,c){if("license"!==b&&typeof c!==_.me){if(c instanceof Event){var d={},e;for(e in c){var f=c[e];typeof f===_.Re?"detail"===e&&(d[e]=f):e in Event||(d[e]=f)}return d}return typeof c===_.k?isNaN(c)?"NaN":isFinite(c)?c:0>c?"-Infinity":"Infinity":c}})},NW=function(a){if(typeof a!==_.eg)return a;try{return JSON.parse(a,function(b,c){return"NaN"===c?NaN:"-Infinity"===c?-Infinity:
|
|
4
4
|
"Infinity"===c?Infinity:c})}catch(b){return a}},OW=function(a,b,c,d){var e,f,g,h,l,m,n,p;return _.H(function(q){if(1==q.a){if(b.includes(a.mimeType))return q["return"](a);g=f=e=null;for(h=0;h<b.length&&!f;)g=b[h++],f=_.el(d,a.mimeType,g);if(!f||!g)return q.F(2);l=_.ck(a.url);return _.x(q,c.fetch(l).S,3)}2!=q.a&&(m=q.f)&&m.data&&(n=f.a(_.Oj(m.data)),p=URL.createObjectURL(new Blob([n])),e={url:p,kind:a.kind,language:a.language,label:a.label,mimeType:g});return q["return"](e)})},PW=function(a,b){if(window.chrome&&
|
|
5
|
-
chrome.cast&&chrome.cast.media){var c=chrome.cast.media.HlsSegmentFormat;var d=chrome.cast.media.HlsVideoSegmentFormat}else if(window.cast&&cast.framework&&cast.framework.messages)c=cast.framework.messages.HlsSegmentFormat,d=cast.framework.messages.HlsVideoSegmentFormat;else return;switch(a){case _.
|
|
5
|
+
chrome.cast&&chrome.cast.media){var c=chrome.cast.media.HlsSegmentFormat;var d=chrome.cast.media.HlsVideoSegmentFormat}else if(window.cast&&cast.framework&&cast.framework.messages)c=cast.framework.messages.HlsSegmentFormat,d=cast.framework.messages.HlsVideoSegmentFormat;else return;switch(a){case _.Lg:return d.FMP4;case _.Kg:return b===_.Fk?d.MPEG2_TS:c.TS;case _.Qc:return c.AAC;case _.Rc:return c.AC3;case _.Sc:return c.E_AC3;case "audio/mpeg":return c.MP3;case _.Tc:return c.FMP4}},RW=function(a){a=
|
|
6
6
|
void 0===a?QW:a;var b=cast.framework.messages||chrome.cast.media;if(!b)throw new _.N(1,8,8001);var c=b.MetadataType,d=b.GenericMediaMetadata,e=b.MovieMediaMetadata,f=b.TvShowMediaMetadata,g=b.MusicTrackMediaMetadata,h=b.PhotoMediaMetadata;b=b.AudiobookChapterMediaMetadata;switch(a){case c.MOVIE:return new e;case c.TV_SHOW:return new f;case c.MUSIC_TRACK:return new g;case c.PHOTO:return new h;case c.AUDIOBOOK_CHAPTER:return new b;default:return new d}},SW=function(a){LW.call(this,a,"clpp.cast.SenderStateManager");
|
|
7
|
-
this.o=this.a=null;this.w=this.gc.bind(this)},TW=function(){this.g=new _.J("clpp.cast.SenderTrackManager");this.a=null;this.h=[];this.f={}},UW=function(a){a=a.a?a.a.a:null;return(a?a.activeTrackIds||[]:[]).map(function(b){return b.toString()})},WW=function(a,b){var c=UW(a);return VW(a,b).find(function(d){return c.includes(d.id)})||null},VW=function(a,b){return a.h.filter(function(c){return c.type===b})},YW=function(a,b,c){var d=a.a.a;if(d)if(c){a.f[b]=c.renditions[0];c=[+c.id];if(b!==_.S){var e=a.
|
|
8
|
-
e&&c.push(+e.id)}c=new chrome.cast.media.EditTracksInfoRequest(c);d.editTracksInfo(c,function(){a.f[b]=null;XW(a,b)},function(f){a.f[b]=null;a.g.debug(zW,f)})}else b===_.S&&(c=new chrome.cast.media.EditTracksInfoRequest([]),d.editTracksInfo(c,function(){XW(a,b)},function(f){a.g.debug(zW,f)}))},XW=function(a,b){b===_.T?a.a.trigger(new _.K(_.Wc)):b===_.S&&a.a.trigger(new _.K(_.
|
|
9
|
-
_.tm();this.C=[];this.B=0;this.L=new _.vk;this.G=this.l=this.a=null;this.A=this.w=!1;this.ja="";this.
|
|
7
|
+
this.o=this.a=null;this.w=this.gc.bind(this)},TW=function(){this.g=new _.J("clpp.cast.SenderTrackManager");this.a=null;this.h=[];this.f={}},UW=function(a){a=a.a?a.a.a:null;return(a?a.activeTrackIds||[]:[]).map(function(b){return b.toString()})},WW=function(a,b){var c=UW(a);return VW(a,b).find(function(d){return c.includes(d.id)})||null},VW=function(a,b){return a.h.filter(function(c){return c.type===b})},YW=function(a,b,c){var d=a.a.a;if(d)if(c){a.f[b]=c.renditions[0];c=[+c.id];if(b!==_.S){var e=a.Ba();
|
|
8
|
+
e&&c.push(+e.id)}c=new chrome.cast.media.EditTracksInfoRequest(c);d.editTracksInfo(c,function(){a.f[b]=null;XW(a,b)},function(f){a.f[b]=null;a.g.debug(zW,f)})}else b===_.S&&(c=new chrome.cast.media.EditTracksInfoRequest([]),d.editTracksInfo(c,function(){XW(a,b)},function(f){a.g.debug(zW,f)}))},XW=function(a,b){b===_.T?a.a.trigger(new _.K(_.Wc)):b===_.S&&a.a.trigger(new _.K(_.mg))},bX=function(a,b,c,d){_.mm.call(this);this.g=new _.J(_.sd);this.ca=a;this.o=new _.Xh(b);this.Y=c;this.ha=d;this.h=this.J=
|
|
9
|
+
_.tm();this.C=[];this.B=0;this.L=new _.vk;this.G=this.l=this.a=null;this.A=this.w=!1;this.ja="";this.Ea=1E6;this.f=new TW;this.f.initialize(this);this.j=new SW(this);this.H=new _.gi;this.K=null;this.I=new Set;this.P=this.Xm.bind(this);this.xa=this.un.bind(this);this.da=this.kn.bind(this);this.T=this.an.bind(this);this.N=null;window.cast||Object.defineProperty(window,"cast",{get:function(){return window.cast_},set:function(e){window.cast_=e;window.setTimeout(function(){ZW(!0)},0)}});$W(this);aX.add(this)},
|
|
10
10
|
cX=function(a){var b,c;return _.H(function(d){if(1==d.a)return aX["delete"](a),a.w&&(a.w=!1,b=cast.framework.CastContext.getInstance(),b.removeEventListener(cast.framework.CastContextEventType.CAST_STATE_CHANGED,a.P),b.removeEventListener(cast.framework.CastContextEventType.SESSION_STATE_CHANGED,a.xa)),c=[],a.f&&(c.push(a.f.destroy()),a.f=null),a.j&&(c.push(a.j.destroy()),a.j=null),_.x(d,Promise.all(c),2);a.A=!1;a.o&&(a.o.stop(),a.o=null);a.Y=null;a.ha=null;_.y(d)})},lX=function(a){if(!a)return null;
|
|
11
11
|
a:{var b=a.metadataType;var c=Object.entries(gX);c=_.u(c);for(var d=c.next();!d.done;d=c.next()){d=_.u(d.value);var e=d.next().value;if(d.next().value===b){b=e;break a}}b=null}if(!b)return null;b=RW(gX[b]);return Object.assign(b,a)},qX=function(a){var b=void 0===b?QW:b;return Object.values(gX).includes(a)?a:b},rX=function(a){var b={},c;for(c in a)void 0!==a[c]&&(b[c]=a[c]);return b},$W=function(a){if(!a.w&&window.chrome&&chrome.cast&&chrome.cast.isAvailable&&window.cast&&cast.framework&&cast.framework.CastContext&&
|
|
12
|
-
a.ca.length){a.w=!0;a.o.
|
|
13
|
-
null;a=null===a?null:a+b;return null===a?b:a},vX=function(a,b){uX(a,b.getMediaSession());b.addEventListener(cast.framework.SessionEventType.MEDIA_SESSION,a.da);b.addMessageListener(IW,a.T)},uX=function(a,b){a.a=b;a.a&&(a.H.release(),a.G=null,a.l=null,a.l=new cast.framework.RemotePlayer,a.G=new cast.framework.RemotePlayerController(a.l),a.H.on(a.G,cast.framework.RemotePlayerEventType.CURRENT_TIME_CHANGED,a.
|
|
14
|
-
a.j&&a.j.init(),a.trigger(new _.K(_.
|
|
15
|
-
b.isLive?c.LIVE:c.BUFFERED;h=b;l=h.kc;m=h.audioMimeType;g.hlsVideoSegmentFormat=PW(l,d.VIDEO);g.hlsSegmentFormat=PW(m,d.AUDIO);if(!b.rb){B.F(3);break}if(!a.N){B.F(4);break}return _.x(B,Promise.resolve(a.N(b.rb)),5);case 5:if(n=B.f)b.rb=n;case 4:a.h=b.rb;a.C=_.Lq(a.h);a.B=a.C.findIndex(function(F){return F.url===b.source.url});if(!b.rb.remoteTextTracks){B.F(6);break}return _.x(B,Promise.all(b.rb.remoteTextTracks.map(a.
|
|
16
|
-
void 0;case 6:delete b.rb.autoplay,b.rb.startTime=null,g.customData={playerConfiguration:MW(b.rb)};case 3:q=a.Kb()||{};t=qX(q.metadataType);typeof b.
|
|
17
|
-
yX=function(a,b,c){c=void 0===c?0:c;var d,e;return _.H(function(f){(d=a.f.
|
|
18
|
-
this.a=zX(this);this.g=new _.J(FW);this.f&&this.forwardEventsTo(this.f)},zX=function(a){return new bX(a.h,function(){a.trigger(new _.K(_.fd))},function(b,c){var d=a.f.getConfiguration();d.source=c.source;d.autoplay=!1;d.startTime=c.currentTime?Math.max(c.currentTime-1,0):null;d.ima&&d.startTime&&(d.ima.playAdsAfterTime=d.startTime);c.
|
|
19
|
-
return _.H(function(c){if(1==c.a)return a.trigger(new _.K(_.ed)),b=a.f.a,b!==a.a&&a.f&&a.a?_.x(c,a.f.release(),2):c["return"]();_.It(a.f,a.a);_.y(c)})},CX=function(a){LW.call(this,a,"clpp.cast.StateManager");this.I=this.
|
|
20
|
-
this.f=b;this.l=typeof c===_.k?c:1;this.h=typeof d===_.k?d:1;this.j=typeof e===_.k?e:0},EX=function(a){this.a=a},GX=function(a){this.m=a;this.a=null;this.h=this.
|
|
21
|
-
cast.framework.events.EventType.PAUSE,cast.framework.events.EventType.BUFFERING];FX().addEventListener(this.f,this.h)},JX=function(a,b,c){var d,e,f,g,h,l,m;return _.H(function(n){if(1==n.a){d=b.adTagUrl;if(!d)return n["return"]();_.C(n,2);HX=!1;e=_.ck(d);return _.x(n,c.fetch(e).S,4)}if(2!=n.a){if((f=n.f)&&f.data)if(g=_.Q.ea(f.data),h=new DOMParser,l=h.parseFromString(g,_.
|
|
22
|
-
var p=new cast.framework.messages.BreakClip("bc1");p.vastAdsRequest=IX(g);var q=new cast.framework.messages.Break("b1",[p.id],0);a.breakClips=[p];a.breaks=[q]}else _.
|
|
23
|
-
-1!==a.getPosition()){var d=null;(c=KX(a,c))&&(d={ad:c});a.m.trigger(new _.K(b,d))}},MX=function(a,b){var c=new _.N(1,10,10003,{errorType:b});a.m.onError(c)},KX=function(a,b){var c=null;if(a.a&&b instanceof cast.framework.events.BreaksEvent){var d=null,e=null,f;typeof b.breakClipId===_.
|
|
24
|
-
g.position}).sort(function(g,h){return g.position-h.position}).findIndex(function(g){return g===e})));c=new DX(d,e,b.index,b.total,f)}return c},NX=function(a){this.Ya=a;this.a=this.f.bind(this)},OX=function(){return[cast.framework.events.EventType.PLAYER_LOAD_COMPLETE,cast.framework.events.EventType.TIMED_METADATA_CHANGED,cast.framework.events.EventType.TIMED_METADATA_ENTER,cast.framework.events.EventType.TIMED_METADATA_EXIT]},PX=function(a){var b=a.dashTimedMetadata,c=_.
|
|
25
|
-
_.
|
|
12
|
+
a.ca.length){a.w=!0;a.o.Rg();var b=cast.framework.CastContext.getInstance(),c=new cast.framework.CastOptions;c.receiverApplicationId=a.ca;c.autoJoinPolicy=chrome.cast.AutoJoinPolicy.ORIGIN_SCOPED;b.setOptions(c);b.addEventListener(cast.framework.CastContextEventType.CAST_STATE_CHANGED,a.P);b.addEventListener(cast.framework.CastContextEventType.SESSION_STATE_CHANGED,a.xa);sX&&a.o.ga(.02)}},tX=function(a){var b=a.getPosition();a.a&&a.a.media?(a=a.a.media.startAbsoluteTime,a=typeof a!==_.k?null:a):a=
|
|
13
|
+
null;a=null===a?null:a+b;return null===a?b:a},vX=function(a,b){uX(a,b.getMediaSession());b.addEventListener(cast.framework.SessionEventType.MEDIA_SESSION,a.da);b.addMessageListener(IW,a.T)},uX=function(a,b){a.a=b;a.a&&(a.H.release(),a.G=null,a.l=null,a.l=new cast.framework.RemotePlayer,a.G=new cast.framework.RemotePlayerController(a.l),a.H.on(a.G,cast.framework.RemotePlayerEventType.CURRENT_TIME_CHANGED,a.Yj.bind(a)),a.H.on(a.G,cast.framework.RemotePlayerEventType.MEDIA_INFO_CHANGED,a.jn.bind(a)),
|
|
14
|
+
a.j&&a.j.init(),a.trigger(new _.K(_.De)))},wX=function(a){return _.H(function(b){return a.Sb()?b.F(0):_.x(b,cast.framework.CastContext.getInstance().requestSession(),0)})},xX=function(a,b){var c,d,e,f,g,h,l,m,n,p,q,t,v,z,A,E,G;return _.H(function(B){switch(B.a){case 1:return c=chrome.cast.media.StreamType,d=_.ow,_.x(B,wX(a),2);case 2:if(!b)return B["return"]();e=cast.framework.CastContext.getInstance();f=e.getCurrentSession();g=new chrome.cast.media.MediaInfo(b.source.url,b.source.type);g.streamType=
|
|
15
|
+
b.isLive?c.LIVE:c.BUFFERED;h=b;l=h.kc;m=h.audioMimeType;g.hlsVideoSegmentFormat=PW(l,d.VIDEO);g.hlsSegmentFormat=PW(m,d.AUDIO);if(!b.rb){B.F(3);break}if(!a.N){B.F(4);break}return _.x(B,Promise.resolve(a.N(b.rb)),5);case 5:if(n=B.f)b.rb=n;case 4:a.h=b.rb;a.C=_.Lq(a.h);a.B=a.C.findIndex(function(F){return F.url===b.source.url});if(!b.rb.remoteTextTracks){B.F(6);break}return _.x(B,Promise.all(b.rb.remoteTextTracks.map(a.ml.bind(a))),7);case 7:p=B.f,g.tracks=p.filter(function(F){return F}),b.rb.remoteTextTracks=
|
|
16
|
+
void 0;case 6:delete b.rb.autoplay,b.rb.startTime=null,g.customData={playerConfiguration:MW(b.rb)};case 3:q=a.Kb()||{};t=qX(q.metadataType);typeof b.Ag===_.k&&(v={metadataType:t,sectionStartAbsoluteTime:b.Ag});b.source.name&&(z={metadataType:t,title:b.source.name});A=rX(q);if(E=lX(Object.assign({},v,z,A)))g.metadata=E;G=new chrome.cast.media.LoadRequest(g);typeof b.autoplay===_.Zc&&(G.autoplay=b.autoplay);typeof b.currentTime===_.k&&(G.currentTime=b.currentTime);return _.x(B,f.loadMedia(G),0)}})},
|
|
17
|
+
yX=function(a,b,c){c=void 0===c?0:c;var d,e;return _.H(function(f){(d=a.f.Ba())&&d.language&&(a.h.preferredTextLanguage=d.language);(e=a.f.qa())&&e.language&&(a.h.preferredAudioLanguage=e.language);return _.x(f,xX(a,{source:a.getLoadedSource(),currentTime:c,isLive:a.isLive(),Ag:a.getPresentationStartTime(),autoplay:b,rb:a.h}),0)})},ZW=function(a){if(a){a=_.u(aX);for(var b=a.next();!b.done;b=a.next())$W(b.value)}},AX=function(a,b,c){_.mm.call(this);this.f=a;this.h=b;this.j=typeof c===_.me?c:this.co;
|
|
18
|
+
this.a=zX(this);this.g=new _.J(FW);this.f&&this.forwardEventsTo(this.f)},zX=function(a){return new bX(a.h,function(){a.trigger(new _.K(_.fd))},function(b,c){var d=a.f.getConfiguration();d.source=c.source;d.autoplay=!1;d.startTime=c.currentTime?Math.max(c.currentTime-1,0):null;d.ima&&d.startTime&&(d.ima.playAdsAfterTime=d.startTime);c.jh&&(d.preferredAudioLanguage=c.jh);c.lj&&(d.preferredTextLanguage=c.lj);_.It(a.f,null);a.trigger(new _.K("castingended"));a.j(b,d)},function(){return BX(a)})},BX=function(a){var b;
|
|
19
|
+
return _.H(function(c){if(1==c.a)return a.trigger(new _.K(_.ed)),b=a.f.a,b!==a.a&&a.f&&a.a?_.x(c,a.f.release(),2):c["return"]();_.It(a.f,a.a);_.y(c)})},CX=function(a){LW.call(this,a,"clpp.cast.StateManager");this.I=this.ck.bind(this);this.H=this.bk.bind(this);this.w=this.en.bind(this);this.o=this.Wm.bind(this);this.K=this.ek.bind(this);this.J=this.dk.bind(this);this.L=this.xn.bind(this);this.G=this.hn.bind(this);this.C=this.ak.bind(this);this.a=this.$j.bind(this)},DX=function(a,b,c,d,e){this.a=a;
|
|
20
|
+
this.f=b;this.l=typeof c===_.k?c:1;this.h=typeof d===_.k?d:1;this.j=typeof e===_.k?e:0},EX=function(a){this.a=a},GX=function(a){this.m=a;this.a=null;this.h=this.fk.bind(this);this.f=[cast.framework.events.EventType.PLAYER_LOADING,cast.framework.events.EventType.BREAK_CLIP_LOADING,cast.framework.events.EventType.BREAK_STARTED,cast.framework.events.EventType.BREAK_ENDED,cast.framework.events.EventType.BREAK_CLIP_STARTED,cast.framework.events.EventType.BREAK_CLIP_ENDED,cast.framework.events.EventType.PLAYING,
|
|
21
|
+
cast.framework.events.EventType.PAUSE,cast.framework.events.EventType.BUFFERING];FX().addEventListener(this.f,this.h)},JX=function(a,b,c){var d,e,f,g,h,l,m;return _.H(function(n){if(1==n.a){d=b.adTagUrl;if(!d)return n["return"]();_.C(n,2);HX=!1;e=_.ck(d);return _.x(n,c.fetch(e).S,4)}if(2!=n.a){if((f=n.f)&&f.data)if(g=_.Q.ea(f.data),h=new DOMParser,l=h.parseFromString(g,_.lg),l.getElementsByTagName("vmap:VMAP").length)_.Jh("VMAP detected."),a.vmapAdsRequest=IX(g);else if(l.getElementsByTagName("VAST").length){_.Jh("VAST detected.");
|
|
22
|
+
var p=new cast.framework.messages.BreakClip("bc1");p.vastAdsRequest=IX(g);var q=new cast.framework.messages.Break("b1",[p.id],0);a.breakClips=[p];a.breaks=[q]}else _.Jh("Unsupported schema."),HX=!0;return _.uh(n,0)}m=_.D(n);_.Jh("Failed to fetch an ad",m);HX=!0;_.y(n)})},IX=function(a){var b=new cast.framework.messages.VastAdsRequest;b.adsResponse=a;return b},FX=function(){return cast.framework.CastReceiverContext.getInstance().getPlayerManager()},LX=function(a,b,c){if(c instanceof cast.framework.events.BreaksEvent||
|
|
23
|
+
-1!==a.getPosition()){var d=null;(c=KX(a,c))&&(d={ad:c});a.m.trigger(new _.K(b,d))}},MX=function(a,b){var c=new _.N(1,10,10003,{errorType:b});a.m.onError(c)},KX=function(a,b){var c=null;if(a.a&&b instanceof cast.framework.events.BreaksEvent){var d=null,e=null,f;typeof b.breakClipId===_.eg&&(d=a.a.getBreakClipById(b.breakClipId));typeof b.breakId===_.eg&&(e=a.a.getBreakById(b.breakId),!e&&d&&(e=a.a.getBreaks().find(function(g){return g.breakClipIds.includes(d.id)})||null),e&&(f=a.a.getBreaks().filter(function(g){return 0<=
|
|
24
|
+
g.position}).sort(function(g,h){return g.position-h.position}).findIndex(function(g){return g===e})));c=new DX(d,e,b.index,b.total,f)}return c},NX=function(a){this.Ya=a;this.a=this.f.bind(this)},OX=function(){return[cast.framework.events.EventType.PLAYER_LOAD_COMPLETE,cast.framework.events.EventType.TIMED_METADATA_CHANGED,cast.framework.events.EventType.TIMED_METADATA_ENTER,cast.framework.events.EventType.TIMED_METADATA_EXIT]},PX=function(a){var b=a.dashTimedMetadata,c=_.Ag;b&&(c=b.schemeIdUri);return{type:c.startsWith(_.zg)?
|
|
25
|
+
_.Ci:_.xg,schemeIdUri:c,id:a.id||"",startTime:a.startTime,endTime:a.endTime,value:b&&b.value||"",eventElement:b?b.eventElement:null}},QX=function(){this.g=new _.J("clpp.cast.TrackManager");this.m=null;this.o=1E9;this.h=[];this.j=[];this.l=this.Rn.bind(this);this.a=this.f=null},RX=function(){return cast.framework.CastReceiverContext.getInstance().getPlayerManager()},TX=function(a){a.a=RX().getTextTracksManager();var b=a.a.getTracks();a.j=SX(_.S,b)},UX=function(a,b,c,d){c=_.Gi(c).filter(function(h){return h});
|
|
26
26
|
var e=!1,f=[];b===_.T?f=a.getAudioTracks():b===_.S&&(f=a.la());if(c=c.find(function(h){var l=_.Cj(h);return f.some(function(m){m=_.Cj(m.language||"");return _.Dj(l,m)})})){var g=_.Cj(c);c=f.filter(function(h){h=_.Cj(h.language||"");return _.Dj(g,h)});f=c.length?c:f;e=e||!!c.length}_.Q.lf(d)&&(c=f.filter(function(h){return h.roles.includes(d)}),f=c.length?c:f,e=e||!!c.length);e&&f[0]&&(e=f[0],a.g.info("Will select track",e),b===_.T?a.Ia(e):b===_.S&&a.Xa(e))},SX=function(a,b){for(var c=[],d=_.u(b),
|
|
27
27
|
e=d.next();!e.done;e=d.next()){e=e.value;var f=new _.Dk(e.trackId.toString(),a);f.roles=e.roles||[];f.kind=e.subtype||null;f.language=e.language||null;f.originalLanguage=e.language||null;f.label=e.name||null;f.src=e.trackContentId||null;f.mimeType=e.trackContentType||null;e.customData&&(f.mimeType=e.customData.mimeType||f.mimeType,f.src=e.customData.url||f.src);f.renditions.push(new _.Lk(f.id,f));c.push(f)}return c},VX=function(){_.mm.call(this);this.g=new _.J(GW);this.h=this.w=_.tm();this.A=null;
|
|
28
|
-
this.l=-1;this.G=new _.vk;this.f=this.o=this.j=this.a=this.B=null;this.C=!1},WX=function(){return cast.framework.CastReceiverContext.getInstance().getPlayerManager()},ZX=function(a,b){function c(){b.protectionSystem=cast.framework.ContentProtection.NONE;b.licenseUrl=void 0;b.licenseRequestHandler=void 0;b.licenseHandler=void 0}if(a&&a.drm){var d=a.drm,e=_.Ym(d);if(e){var f=[_.
|
|
29
|
-
h=e.Pa[g];h?(d=g===_.
|
|
30
|
-
e.url=f.uris[0];e.headers=f.headers;e.content=f.body;e.withCredentials=f.allowCrossSiteCredentials}:a.licenseRequestHandler=void 0},YX=function(a,b,c,d){b.modifiers.licenseResponse?a.licenseHandler=function(e,f){var g;return _.H(function(h){return 1==h.a?(g=_.gk(Object.assign({},f.headers),e.buffer,200,""),_.x(h,b.modifiers.licenseResponse(c,g,d),2)):h["return"](_.Oj(g.data))})}:a.licenseHandler=void 0},$X=function(){this.a=!1;this.g=new _.J(HW);this.f=this.m=null;this.h=new Set;this.A=this.
|
|
31
|
-
this.w=this.
|
|
32
|
-
gY=function(a,b){a.g.debug("Detected HLS, parsing");var c=cast.framework.messages.HlsVideoSegmentFormat,d=cY();c=(cY().getPlayerManager().getMediaInformation()||{}).hlsVideoSegmentFormat===c.FMP4?_.
|
|
33
|
-
if(!d.canDisplayType(c,l,p,n)){g+=2;continue}}f.push(h);++g}return f.join("\n")},fY=function(a,b){b+="\x3d";var c=a.indexOf(b);if(0<=c){var d=a.substring(c+b.length);d.startsWith('"')?(d=d.substring(1),d=d.substring(0,d.indexOf('"'))):(c=d.indexOf(","),0<=c&&(d=d.substring(0,c)))}return d},hY=function(a){this.f=a;this.a=null;this.h=new _.
|
|
28
|
+
this.l=-1;this.G=new _.vk;this.f=this.o=this.j=this.a=this.B=null;this.C=!1},WX=function(){return cast.framework.CastReceiverContext.getInstance().getPlayerManager()},ZX=function(a,b){function c(){b.protectionSystem=cast.framework.ContentProtection.NONE;b.licenseUrl=void 0;b.licenseRequestHandler=void 0;b.licenseHandler=void 0}if(a&&a.drm){var d=a.drm,e=_.Ym(d);if(e){var f=[_.Ed];_.Lq(a)[0].type!==_.Nc&&f.unshift(_.Gd);d.preferredDrmSystem===_.Ed&&f.reverse();for(var g,h;f.length&&!h;)g=f.shift(),
|
|
29
|
+
h=e.Pa[g];h?(d=g===_.Gd?cast.framework.ContentProtection.WIDEVINE:g===_.Ed?cast.framework.ContentProtection.PLAYREADY:void 0,b.protectionSystem=d,b.licenseUrl=h.licenseUrl,d={ldlDelay:0,customData:{}},XX(b,h,a,d),YX(b,h,a,d)):c()}else c()}else c()},XX=function(a,b,c,d){b.modifiers.licenseRequest?a.licenseRequestHandler=function(e){var f=_.ck({method:_.sb,uris:[e.url]});e.headers&&(f.headers=e.headers);f.body=e.content;f.allowCrossSiteCredentials=e.withCredentials;b.modifiers.licenseRequest(c,f,d);
|
|
30
|
+
e.url=f.uris[0];e.headers=f.headers;e.content=f.body;e.withCredentials=f.allowCrossSiteCredentials}:a.licenseRequestHandler=void 0},YX=function(a,b,c,d){b.modifiers.licenseResponse?a.licenseHandler=function(e,f){var g;return _.H(function(h){return 1==h.a?(g=_.gk(Object.assign({},f.headers),e.buffer,200,""),_.x(h,b.modifiers.licenseResponse(c,g,d),2)):h["return"](_.Oj(g.data))})}:a.licenseHandler=void 0},$X=function(){this.a=!1;this.g=new _.J(HW);this.f=this.m=null;this.h=new Set;this.A=this.gn.bind(this);
|
|
31
|
+
this.w=this.Zj.bind(this);this.j=null;this.o=new _.gi;this.l=null},bY=function(){return aY||(aY=new $X)},cY=function(){return cast.framework.CastReceiverContext.getInstance()},dY=function(){var a=cY().getPlayerManager().getMediaInformation();return a&&a.metadata?a.metadata:null},eY=function(a,b){var c=cY().getPlayerManager().getMediaInformation();if(c){b?c.metadata=b:delete c.metadata;var d=!0;d=void 0===d?!1:d;cY().getPlayerManager().setMediaInformation(c,d)}else a.g.warn("No mediaInformation is present. Skipping metadata update.")},
|
|
32
|
+
gY=function(a,b){a.g.debug("Detected HLS, parsing");var c=cast.framework.messages.HlsVideoSegmentFormat,d=cY();c=(cY().getPlayerManager().getMediaInformation()||{}).hlsVideoSegmentFormat===c.FMP4?_.Lg:_.Kg;b=b.replace(/\r\n|\r(?=[^\n]|$)/gm,"\n");for(var e=b.split(/\n+/m),f=[],g=0;g<e.length;){var h=e[g].trim();if(e[g].startsWith("#EXT-X-STREAM-INF")){var l=fY(h,_.ua),m=fY(h,_.Bb),n=_.u([]),p=n.next().value;n=n.next().value;m&&(m=_.u(m.split("x").map(function(q){return+q})),p=m.next().value,n=m.next().value);
|
|
33
|
+
if(!d.canDisplayType(c,l,p,n)){g+=2;continue}}f.push(h);++g}return f.join("\n")},fY=function(a,b){b+="\x3d";var c=a.indexOf(b);if(0<=c){var d=a.substring(c+b.length);d.startsWith('"')?(d=d.substring(1),d=d.substring(0,d.indexOf('"'))):(c=d.indexOf(","),0<=c&&(d=d.substring(0,c)))}return d},hY=function(a){this.f=a;this.a=null;this.h=new _.gi;this.j=[cast.framework.RemotePlayerEventType.IS_PLAYING_BREAK_CHANGED,cast.framework.RemotePlayerEventType.CURRENT_BREAK_CLIP_NUMBER_CHANGED,cast.framework.RemotePlayerEventType.MEDIA_INFO_CHANGED,
|
|
34
34
|
cast.framework.RemotePlayerEventType.IS_PAUSED_CHANGED]},jY=function(a,b){var c=null,d=iY(a);d&&(c={ad:d});a.f.trigger(new _.K(b,c))},iY=function(a){var b=null;if(a.a&&a.a.mediaInfo){b=a.a.mediaInfo;var c=null,d=null,e=a.a.currentBreakClipNumber;if(b.breaks&&(c=b.breaks.find(function(h){return h.id===a.a.breakId})||null)){var f=c.breakClipIds.length;var g=0>=c.position?c.position:b.breaks.filter(function(h){return 0<=h.position}).sort(function(h,l){return h.position-l.position}).findIndex(function(h){return h===
|
|
35
35
|
c})}b.breakClips&&(d=b.breakClips.find(function(h){return h.id===a.a.breakClipId})||null);b=new DX(d,c,e,f,g)}return b},kY=function(){},lY=function(){};_.r=LW.prototype;_.r.release=function(){this.za(_.tq)};_.r.destroy=function(){this.j=this.player=null;return Promise.resolve()};_.r.getState=function(){return this.f};_.r.onError=function(a){a.severity===_.O&&this.za(_.Eq)};
|
|
36
|
-
_.r.za=function(a){if(a!==this.f)if(this.f===_.Eq&&a!==_.tq)this.log.debug("Player is in ERROR state and can not switch to",a);else{var b=Date.now();this.l=this.f;this.f=a;this.f===_.yq?(this.A=b,this.player.trigger(new _.K(_.ad,{detail:{bufferedTimeMS:-1,reason:this.h}}))):this.l===_.yq&&this.player.trigger(new _.K(_.$c,{detail:{bufferedTimeMS:b-this.A,reason:this.h}}));a={currentState:this.f,previousState:this.l,timeSinceLastStateChangeMS:b-this.B};this.B=b;this.j&&_.mq(this.j,this.f);this.player.trigger(new _.K(_.
|
|
36
|
+
_.r.za=function(a){if(a!==this.f)if(this.f===_.Eq&&a!==_.tq)this.log.debug("Player is in ERROR state and can not switch to",a);else{var b=Date.now();this.l=this.f;this.f=a;this.f===_.yq?(this.A=b,this.player.trigger(new _.K(_.ad,{detail:{bufferedTimeMS:-1,reason:this.h}}))):this.l===_.yq&&this.player.trigger(new _.K(_.$c,{detail:{bufferedTimeMS:b-this.A,reason:this.h}}));a={currentState:this.f,previousState:this.l,timeSinceLastStateChangeMS:b-this.B};this.B=b;this.j&&_.mq(this.j,this.f);this.player.trigger(new _.K(_.bg,
|
|
37
37
|
{detail:a}))}};_.I("clpp.cast.CastUtils",function(){});var QW=0,gX={GENERIC:QW,MOVIE:1,TV_SHOW:2,MUSIC_TRACK:3,PHOTO:4,AUDIOBOOK_CHAPTER:5};_.w(SW,LW);SW.prototype.init=function(){var a=this.player,b=a.a;b&&(this.a&&this.a.removeUpdateListener(this.w),this.a=b,this.a.addUpdateListener(this.w),this.o=a.l)};SW.prototype.destroy=function(){var a=this;return _.H(function(b){a.a&&(a.a.removeUpdateListener(a.w),a.a=null);return _.x(b,LW.prototype.destroy.call(a),0)})};SW.prototype.za=function(a){var b=this.player.l;b&&b.isPlayingBreak||LW.prototype.za.call(this,a)};
|
|
38
38
|
SW.prototype.gc=function(){if(this.a&&this.o&&!this.o.isPlayingBreak)switch(this.a.playerState){case chrome.cast.media.PlayerState.IDLE:switch(this.a.idleReason){case chrome.cast.media.IdleReason.FINISHED:this.za(_.Aq);break;case chrome.cast.media.IdleReason.ERROR:this.za(_.Eq);break;default:this.za(_.tq)}break;case chrome.cast.media.PlayerState.PLAYING:this.za(_.Hq);break;case chrome.cast.media.PlayerState.PAUSED:this.za(_.Gq);break;case chrome.cast.media.PlayerState.BUFFERING:this.za(_.yq)}};_.w(TW,_.gl);_.r=TW.prototype;_.r.initialize=function(a){this.a=a};_.r.release=function(){this.h=[];this.f={}};
|
|
39
39
|
_.r.load=function(){this.release();var a=this.a.a;a&&(a=a.media)&&(this.h=(a=a.tracks)?a.map(function(b){switch(b.type){case chrome.cast.media.TrackType.VIDEO:var c=_.Fk;break;case chrome.cast.media.TrackType.AUDIO:c=_.T;break;case chrome.cast.media.TrackType.TEXT:c=_.S}c=new _.Dk(b.trackId.toString(),c);c.kind=b.subtype;c.language=b.language;c.label=b.name;c.src=b.trackContentId;c.mimeType=b.trackContentType;b.customData&&(c.src=b.customData.url||c.src,c.mimeType=b.customData.mimeType||c.mimeType);
|
|
40
|
-
c.renditions.push(new _.Lk(c.id,c));return c}):[],this.a.trigger(new _.K(_.
|
|
41
|
-
_.r.Lb=function(){return this.f[_.T]||null};_.r.Mb=function(){return this.f[_.S]||null};_.r.La=function(){return WW(this,_.Fk)};_.r.qa=function(){return WW(this,_.T)};_.r.
|
|
42
|
-
TW.prototype.isAbrEnabled=TW.prototype.va;TW.prototype.addTextTrack=TW.prototype.addTextTrack;TW.prototype.setTextRendition=TW.prototype.Gb;TW.prototype.setAudioRendition=TW.prototype.Fb;TW.prototype.setVideoRendition=TW.prototype.sb;TW.prototype.setTextTrack=TW.prototype.Xa;TW.prototype.setAudioTrack=TW.prototype.Ia;TW.prototype.setVideoTrack=TW.prototype.Hb;TW.prototype.getTextTrack=TW.prototype.
|
|
40
|
+
c.renditions.push(new _.Lk(c.id,c));return c}):[],this.a.trigger(new _.K(_.sg)))};_.r.destroy=function(){this.a=null};_.r.getVideoTracks=function(){return VW(this,_.Fk)};_.r.getAudioTracks=function(){return VW(this,_.T)};_.r.la=function(){return VW(this,_.S)};_.r.ma=function(){var a=this.La();return a?a.renditions[0]:null};_.r.Sa=function(){var a=this.qa();return a?a.renditions[0]:null};_.r.Wa=function(){var a=this.Ba();return a?a.renditions[0]:null};_.r.zb=function(){return this.f[_.Fk]||null};
|
|
41
|
+
_.r.Lb=function(){return this.f[_.T]||null};_.r.Mb=function(){return this.f[_.S]||null};_.r.La=function(){return WW(this,_.Fk)};_.r.qa=function(){return WW(this,_.T)};_.r.Ba=function(){return WW(this,_.S)};_.r.Hb=function(a){YW(this,_.Fk,a)};_.r.Ia=function(a){YW(this,_.T,a)};_.r.Xa=function(a){YW(this,_.S,a)};_.r.sb=function(a){this.Hb(a&&a.track)};_.r.Fb=function(a){this.Ia(a&&a.track)};_.r.Gb=function(a){this.Xa(a&&a.track)};_.r.addTextTrack=function(){return _.H(function(a){_.y(a)})};_.r.va=function(){return!0};
|
|
42
|
+
TW.prototype.isAbrEnabled=TW.prototype.va;TW.prototype.addTextTrack=TW.prototype.addTextTrack;TW.prototype.setTextRendition=TW.prototype.Gb;TW.prototype.setAudioRendition=TW.prototype.Fb;TW.prototype.setVideoRendition=TW.prototype.sb;TW.prototype.setTextTrack=TW.prototype.Xa;TW.prototype.setAudioTrack=TW.prototype.Ia;TW.prototype.setVideoTrack=TW.prototype.Hb;TW.prototype.getTextTrack=TW.prototype.Ba;TW.prototype.getAudioTrack=TW.prototype.qa;TW.prototype.getVideoTrack=TW.prototype.La;
|
|
43
43
|
TW.prototype.getLoadingTextRendition=TW.prototype.Mb;TW.prototype.getLoadingAudioRendition=TW.prototype.Lb;TW.prototype.getLoadingVideoRendition=TW.prototype.zb;TW.prototype.getTextRendition=TW.prototype.Wa;TW.prototype.getAudioRendition=TW.prototype.Sa;TW.prototype.getVideoRendition=TW.prototype.ma;TW.prototype.getTextTracks=TW.prototype.la;TW.prototype.getAudioTracks=TW.prototype.getAudioTracks;TW.prototype.getVideoTracks=TW.prototype.getVideoTracks;_.w(bX,_.mm);_.r=bX.prototype;_.r.init=function(a,b){this.h=this.J=b};_.r.unload=function(){var a=this;return new Promise(function(b,c){a.f&&a.f.release();a.a&&!a.a.idleReason||b();a.a.stop(null,b,c)})};_.r.release=function(){var a=this;return this.unload().then(function(){a.j&&a.j.release()})};_.r.getTimeline=function(){return null};_.r.setupPlaylist=function(){return Promise.reject(_.ob)};_.r.appendLoad=function(){return Promise.reject(_.ob)};_.r.seekWith=function(){return Promise.reject(_.ob)};
|
|
44
|
-
_.r.setSeekInterceptor=function(){};_.r.setPlaybackSessionId=function(){};_.r.getBandwidthEstimate=function(){return null};_.r.destroy=function(){return _.H(function(a){_.y(a)})};_.r.Be=function(a){this.N=a};_.r.Kc=function(){return this.w};_.r.Sb=function(){return this.A};_.r.
|
|
45
|
-
_.r.sendMessage=function(a,b){var c=this,d,e,f;return _.H(function(g){switch(g.a){case 1:e=cast.framework.CastContext.getInstance().getCurrentSession();if(!e){d=new _.N(1,8,8004,void 0);g.F(2);break}_.C(g,3);return _.x(g,e.sendMessage(a,MW(b)),5);case 5:_.
|
|
46
|
-
_.r.cast=function(){var a=this,b,c;return _.H(function(d){if(1==d.a){if(!a.Kc())throw a.g.warn(DW),new _.N(1,8,8001,void 0);if(!sX)throw a.g.warn(BW),new _.N(1,8,8002,void 0);if(a.Sb())throw a.g.warn("Already casting"),new _.N(1,8,8003,void 0);_.C(d,2);return _.x(d,wX(a),4)}if(2!=d.a)return _.
|
|
47
|
-
_.r.addMessageListener=function(a){typeof a===_.
|
|
48
|
-
_.r.isEnded=function(){return this.getState()===_.Aq};_.r.seek=function(a){var b=this;return this.isEnded()?yX(this,!1,a):new Promise(function(c,d){b.a||d(AW);b.l.isPlayingBreak&&d(yW);var e=new chrome.cast.media.SeekRequest;e.currentTime=a;b.trigger(new _.K(_.
|
|
44
|
+
_.r.setSeekInterceptor=function(){};_.r.setPlaybackSessionId=function(){};_.r.getBandwidthEstimate=function(){return null};_.r.destroy=function(){return _.H(function(a){_.y(a)})};_.r.Be=function(a){this.N=a};_.r.Kc=function(){return this.w};_.r.Sb=function(){return this.A};_.r.fg=function(){return this.ja};
|
|
45
|
+
_.r.sendMessage=function(a,b){var c=this,d,e,f;return _.H(function(g){switch(g.a){case 1:e=cast.framework.CastContext.getInstance().getCurrentSession();if(!e){d=new _.N(1,8,8004,void 0);g.F(2);break}_.C(g,3);return _.x(g,e.sendMessage(a,MW(b)),5);case 5:_.uh(g,2);break;case 3:f=_.D(g),d=new _.N(1,8,8E3,{detailedErrorCode:f});case 2:if(d)c.onError(d);_.y(g)}})};
|
|
46
|
+
_.r.cast=function(){var a=this,b,c;return _.H(function(d){if(1==d.a){if(!a.Kc())throw a.g.warn(DW),new _.N(1,8,8001,void 0);if(!sX)throw a.g.warn(BW),new _.N(1,8,8002,void 0);if(a.Sb())throw a.g.warn("Already casting"),new _.N(1,8,8003,void 0);_.C(d,2);return _.x(d,wX(a),4)}if(2!=d.a)return _.uh(d,0);b=_.D(d);c={};b instanceof chrome.cast.Error?(c.detailedErrorCode=b.code,c.details=b.details,c.reason=b.description):c.detailedErrorCode=b;throw new _.N(1,8,8E3,c);})};_.r.eg=function(){this.Sb()&&cast.framework.CastContext.getInstance().endCurrentSession(!0)};
|
|
47
|
+
_.r.addMessageListener=function(a){typeof a===_.me&&this.I.add(a)};_.r.removeMessageListener=function(a){typeof a===_.me&&this.I["delete"](a)};_.r.play=function(){var a=this;return this.isEnded()?yX(this,!0):new Promise(function(b,c){if(!a.a)return c(AW);a.a.play(null,b,c)})};_.r.pause=function(){var a=this;return new Promise(function(b,c){a.isEnded()&&b();if(!a.a)return c(AW);a.a.pause(null,b,c)})};_.r.isPaused=function(){return!!this.a&&this.a.playerState===chrome.cast.media.PlayerState.PAUSED};
|
|
48
|
+
_.r.isEnded=function(){return this.getState()===_.Aq};_.r.seek=function(a){var b=this;return this.isEnded()?yX(this,!1,a):new Promise(function(c,d){b.a||d(AW);b.l.isPlayingBreak&&d(yW);var e=new chrome.cast.media.SeekRequest;e.currentTime=a;b.trigger(new _.K(_.Cg));b.a.seek(e,function(){b.trigger(new _.K(_.Bg));c()},d)})};_.r.getPosition=function(){return this.getMediaPosition()};_.r.getMediaPosition=function(){return this.a&&this.a.getEstimatedTime()||0};_.r.getDuration=function(){return this.getMediaDuration()};
|
|
49
49
|
_.r.getMediaDuration=function(){if(!this.a||!this.a.media)return-1;var a=this.a.media.duration;return typeof a!==_.k?-1:-1===a?Infinity:a};_.r.setDrmCustomDataModifier=function(){};_.r.setCdnErrorCallback=function(){};_.r.detach=function(){};_.r.getPlaybackRate=function(){return this.a&&this.a.playbackRate||0};_.r.setPlaybackRate=function(a){this.a&&0<a&&this.sendMessage(JW,{type:"SET_PLAYBACK_RATE",requestId:Math.round(1E3*Math.random()),mediaSessionId:this.a.mediaSessionId,playbackRate:a})};
|
|
50
50
|
_.r.getVolume=function(){return this.a&&this.a.volume.level};_.r.setVolume=function(a){this.a&&0<=a&&1>=a&&(a=new chrome.cast.media.VolumeRequest(new chrome.cast.Volume(a)),this.a.setVolume(a))};_.r.isMuted=function(){return this.a&&this.a.volume.muted};_.r.setMuted=function(a){this.a&&(a=new chrome.cast.media.VolumeRequest(new chrome.cast.Volume(void 0,a)),this.a.setVolume(a))};
|
|
51
51
|
_.r.getPresentationStartTime=function(){if(!this.a||!this.a.media||!this.a.media.metadata)return null;var a=this.a.media.metadata.sectionStartAbsoluteTime;return typeof a!==_.k?null:1E-8===a?0:a};_.r.getSeekRange=function(){var a={start:0,end:this.getDuration()};if(this.isLive()){var b=this.a.getEstimatedLiveSeekableRange();b&&typeof b.start===_.k&&typeof b.end===_.k&&(a={start:b.start,end:b.end})}return a};_.r.getState=function(){return this.j?this.j.getState():_.uq};
|
|
52
52
|
_.r.getStats=function(){return this.a&&this.a.customData&&this.a.customData.stats?NW(this.a.customData.stats):_.sq()};_.r.isLive=function(){return Infinity===this.getDuration()};_.r.load=function(a){var b=this,c,d;return _.H(function(e){if(!b.Kc())return b.g.warn(DW),e["return"]();if(!sX)return b.g.warn(BW),e["return"]();b.C=_.Lq(a);b.h=_.vm(b.J,a);c=b.C[b.B];d={source:c,isLive:c.isLive,autoplay:b.h.autoplay,rb:b.h,kc:c.kc,audioMimeType:c.audioMimeType};return _.x(e,xX(b,d),0)})};
|
|
53
53
|
_.r.getBufferInfo=function(){return new _.lm};_.r.getTrackManager=function(){return this.f};_.r.getConfiguration=function(){return this.h};_.r.getSurface=function(){return null};_.r.setNetworkEngine=function(a){this.L=a};_.r.getNetworkEngine=function(){return this.L};_.r.getSourceIndex=function(){return this.B};_.r.setSourceIndex=function(a){this.B=a};_.r.setCmsdManager=function(){};_.r.getLoadedSource=function(){return this.C[this.B]};_.r.getPeriods=function(){return[]};_.r.getDrmInfo=function(){return null};
|
|
54
|
-
_.r.getTimelineCues=function(){return[]};_.r.getCueTimeline=function(){return null};_.r.resetAbr=function(){this.g.warn(CW)};_.r.onError=function(a){if(a&&(this.trigger(new _.K(_.
|
|
55
|
-
_.r.
|
|
56
|
-
_.r.
|
|
57
|
-
_.r.
|
|
58
|
-
isLive:this.isLive()},currentTime:tX(this),
|
|
59
|
-
_.r.
|
|
60
|
-
window.__onGCastApiAvailable=ZW;_.w(AX,_.mm);_.r=AX.prototype;_.r.destroy=function(){var a=this;return _.H(function(b){if(1==b.a)return a.a?_.x(b,cX(a.a),3):b.F(2);2!=b.a&&(a.a=null);a.f&&a.stopForwardingEventsTo(a.f);_.y(b)})};_.r.
|
|
61
|
-
_.r.cast=function(a){var b=this,c,d,e;return _.H(function(f){switch(f.a){case 1:if(!b.a)return f["return"]();_.C(f,2);return _.x(f,b.a.cast(),4);case 4:if(!b.f||!b.a)return f["return"]();var g=null,h=b.f.getLoadedSource();if(h){var l=b.f.getTrackManager();g=l.getVideoTracks()[0];if(g&&g.mimeType)var m=g.mimeType;g=b.f.getConfiguration();var n=l.qa();if(n){if(n.mimeType)var p=n.mimeType;n.language&&(g.preferredAudioLanguage=n.language);n.roles.length&&(g.preferredAudioRole=n.roles[0])}if(l=l.
|
|
62
|
-
(g.preferredTextLanguage=l.language),l.roles.length&&(g.preferredTextRole=l.roles[0]);l=h&&typeof h.isLive===_.Zc?h.isLive:b.f.isLive();g={source:h,isLive:l,autoplay:!b.f.isPaused(),currentTime:Math.max(b.f.getPosition()-1,0),
|
|
63
|
-
b.g.error("Error while trying to cast",d),e=new _.K(_.
|
|
64
|
-
_.r.removeMessageListener=function(a){this.a?this.a.removeMessageListener(a):this.g.warn(EW)};_.r.Kb=function(){return this.a&&this.a.Kb()};_.r.jc=function(a){this.a&&this.a.jc(a)};_.r.
|
|
65
|
-
AX.prototype.setContentImage=AX.prototype.
|
|
66
|
-
AX.prototype.cast=AX.prototype.cast;AX.prototype.setPlayerConfigInterceptor=AX.prototype.Be;AX.prototype.getReceiverName=AX.prototype.
|
|
54
|
+
_.r.getTimelineCues=function(){return[]};_.r.getCueTimeline=function(){return null};_.r.resetAbr=function(){this.g.warn(CW)};_.r.onError=function(a){if(a&&(this.trigger(new _.K(_.ie,{detail:a})),this.j))this.j.onError(a)};_.r.namespace=function(){return _.sd};_.r.canPlay=function(){return this.Kc()?2:0};_.r.Kb=function(){return this.K};_.r.jc=function(a){this.K=lX(a)};_.r.Xf=function(){this.K=null};
|
|
55
|
+
_.r.Lg=function(a){var b=this.Kb()||{};a={metadataType:qX(b.metadataType),title:a};this.jc(Object.assign({},b,a))};_.r.Jg=function(a){var b=this.Kb()||{},c=qX(b.metadataType);a=new chrome.cast.Image(a);this.jc(Object.assign({},b,{metadataType:c,images:[a]}))};_.r.Ig=function(a){var b=this.Kb()||{};this.jc(Object.assign({},b,{metadataType:3,artist:a}))};_.r.Kg=function(a){var b=this.Kb()||{};a={metadataType:qX(b.metadataType),releaseDate:a};this.jc(Object.assign({},b,a))};
|
|
56
|
+
_.r.Xm=function(a){var b=cast.framework.CastContext.getInstance(),c=a.castState===cast.framework.CastState.CONNECTED;sX=a.castState!==cast.framework.CastState.NO_DEVICES_AVAILABLE;this.ja=c?b.getCurrentSession().getCastDevice().friendlyName:"";this.o.Rg()};
|
|
57
|
+
_.r.un=function(a){this.g.debug("state: "+a.sessionState+", details:",a);switch(a.sessionState){case cast.framework.SessionState.SESSION_STARTED:this.A=!0;vX(this,a.session);break;case cast.framework.SessionState.SESSION_RESUMED:this.Sb()||(this.A=!0,vX(this,a.session),this.ha());break;case cast.framework.SessionState.SESSION_ENDED:if(this.Sb()&&this.a){var b=this.a.media,c=this.f.qa(),d=this.f.Ba();c=c&&c.language||void 0;d=d&&d.language||void 0;this.Y(this.getState(),{source:{url:b.contentId,type:b.contentType,
|
|
58
|
+
isLive:this.isLive()},currentTime:tX(this),lj:d,jh:c})}a.session.removeEventListener(cast.framework.SessionEventType.MEDIA_SESSION,this.da);a.session.removeMessageListener(IW,this.T);this.A=!1;this.a=null;this.H.release();this.l=this.G=null}};_.r.kn=function(a){this.g.debug("New media session",a.mediaSession);uX(this,a.mediaSession)};_.r.jn=function(a){a.value&&a.value.tracks&&this.f&&this.f.load()};_.r.an=function(a,b){if(a===IW&&0<this.I.size){var c=NW(b);this.I.forEach(function(d){return d(c)})}};
|
|
59
|
+
_.r.Yj=function(){this.trigger(new _.K(_.rg))};_.r.ml=function(a){var b=this,c,d;return _.H(function(e){if(1==e.a)return c=null,_.x(e,OW(a,[_.kg,_.Mc],b.L,b.h),2);if(d=e.f)c=new chrome.cast.media.Track(b.Ea++,chrome.cast.media.TrackType.TEXT),c.language=d.language,c.name=d.label||null,c.trackContentId=d.url,c.trackContentType=d.mimeType,c.customData={mimeType:a.mimeType,url:a.url};return e["return"](c)})};_.r.getTextDisplayer=function(){return null};var sX=!1,aX=new Set;
|
|
60
|
+
window.__onGCastApiAvailable=ZW;_.w(AX,_.mm);_.r=AX.prototype;_.r.destroy=function(){var a=this;return _.H(function(b){if(1==b.a)return a.a?_.x(b,cX(a.a),3):b.F(2);2!=b.a&&(a.a=null);a.f&&a.stopForwardingEventsTo(a.f);_.y(b)})};_.r.co=function(a,b){this.f&&a!==_.Aq&&a!==_.tq&&(delete b.license,this.f.load(b))};_.r.Uf=function(){return!!this.a&&this.a.Kc()&&sX};_.r.Sb=function(){return!!this.a&&this.a.Sb()};_.r.fg=function(){return this.a?this.a.fg():""};_.r.Be=function(a){this.a&&this.a.Be(a)};
|
|
61
|
+
_.r.cast=function(a){var b=this,c,d,e;return _.H(function(f){switch(f.a){case 1:if(!b.a)return f["return"]();_.C(f,2);return _.x(f,b.a.cast(),4);case 4:if(!b.f||!b.a)return f["return"]();var g=null,h=b.f.getLoadedSource();if(h){var l=b.f.getTrackManager();g=l.getVideoTracks()[0];if(g&&g.mimeType)var m=g.mimeType;g=b.f.getConfiguration();var n=l.qa();if(n){if(n.mimeType)var p=n.mimeType;n.language&&(g.preferredAudioLanguage=n.language);n.roles.length&&(g.preferredAudioRole=n.roles[0])}if(l=l.Ba())l.language&&
|
|
62
|
+
(g.preferredTextLanguage=l.language),l.roles.length&&(g.preferredTextRole=l.roles[0]);l=h&&typeof h.isLive===_.Zc?h.isLive:b.f.isLive();g={source:h,isLive:l,autoplay:!b.f.isPaused(),currentTime:Math.max(b.f.getPosition()-1,0),Ag:b.f.getPresentationStartTime(),kc:m,audioMimeType:p,rb:g}}c=g;return _.x(f,BX(b),5);case 5:if(!b.a)return f["return"]();c&&(c.autoplay=!b.f.isPaused());if(a)return _.x(f,b.f.load(a),7);if(b.a.a){f.F(7);break}return _.x(f,xX(b.a,c),7);case 7:_.uh(f,0);break;case 2:d=_.D(f),
|
|
63
|
+
b.g.error("Error while trying to cast",d),e=new _.K(_.ie,{detail:d}),b.trigger(e),_.y(f)}})};_.r.eg=function(){this.a&&this.a.eg()};_.r.Sj=function(a){var b=this;return _.H(function(c){if(1==c.a){if(a===b.h)return c["return"]();b.h=a;return b.a?_.x(c,cX(b.a),2):c.F(2)}b.a=zX(b);_.y(c)})};_.r.sendMessage=function(a){var b=this;return _.H(function(c){return b.a?_.x(c,b.a.sendMessage(IW,a),0):(b.g.warn(EW),c["return"]())})};_.r.addMessageListener=function(a){this.a?this.a.addMessageListener(a):this.g.warn(EW)};
|
|
64
|
+
_.r.removeMessageListener=function(a){this.a?this.a.removeMessageListener(a):this.g.warn(EW)};_.r.Kb=function(){return this.a&&this.a.Kb()};_.r.jc=function(a){this.a&&this.a.jc(a)};_.r.Xf=function(){this.a&&this.a.Xf()};_.r.Lg=function(a){this.a&&this.a.Lg(a)};_.r.Jg=function(a){this.a&&this.a.Jg(a)};_.r.Ig=function(a){this.a&&this.a.Ig(a)};_.r.Kg=function(a){this.a&&this.a.Kg(a)};_.I(FW,AX);AX.prototype.setContentReleaseDate=AX.prototype.Kg;AX.prototype.setContentArtist=AX.prototype.Ig;
|
|
65
|
+
AX.prototype.setContentImage=AX.prototype.Jg;AX.prototype.setContentTitle=AX.prototype.Lg;AX.prototype.clearContentMetadata=AX.prototype.Xf;AX.prototype.setContentMetadata=AX.prototype.jc;AX.prototype.getContentMetadata=AX.prototype.Kb;AX.prototype.removeMessageListener=AX.prototype.removeMessageListener;AX.prototype.addMessageListener=AX.prototype.addMessageListener;AX.prototype.sendMessage=AX.prototype.sendMessage;AX.prototype.changeReceiverId=AX.prototype.Sj;AX.prototype.forceDisconnect=AX.prototype.eg;
|
|
66
|
+
AX.prototype.cast=AX.prototype.cast;AX.prototype.setPlayerConfigInterceptor=AX.prototype.Be;AX.prototype.getReceiverName=AX.prototype.fg;AX.prototype.isCasting=AX.prototype.Sb;AX.prototype.canCast=AX.prototype.Uf;AX.prototype.destroy=AX.prototype.destroy;_.w(CX,LW);_.r=CX.prototype;
|
|
67
67
|
_.r.init=function(){var a=cast.framework.events.EventType,b=cast.framework.CastReceiverContext.getInstance().getPlayerManager();b.addEventListener(a.PLAYING,this.I);b.addEventListener(a.PAUSE,this.H);b.addEventListener(a.MEDIA_FINISHED,this.w);b.addEventListener(a.BUFFERING,this.o);b.addEventListener(a.SEEKING,this.K);b.addEventListener(a.SEEKED,this.J);b.addEventListener(a.STALLED,this.L);b.addEventListener(a.PLAYER_LOADING,this.G);b.addEventListener(a.ERROR,this.C);b.addEventListener(a.BITRATE_CHANGED,this.a)};
|
|
68
68
|
_.r.destroy=function(){var a=this,b,c;return _.H(function(d){b=cast.framework.events.EventType;c=cast.framework.CastReceiverContext.getInstance().getPlayerManager();c.removeEventListener(b.PLAYING,a.I);c.removeEventListener(b.PAUSE,a.H);c.removeEventListener(b.MEDIA_FINISHED,a.w);c.removeEventListener(b.BUFFERING,a.o);c.removeEventListener(b.SEEKING,a.K);c.removeEventListener(b.SEEKED,a.J);c.removeEventListener(b.STALLED,a.L);c.removeEventListener(b.PLAYER_LOADING,a.G);c.removeEventListener(b.ERROR,
|
|
69
|
-
a.C);c.removeEventListener(b.BITRATE_CHANGED,a.a);return _.x(d,LW.prototype.destroy.call(a),0)})};_.r.
|
|
70
|
-
_.r
|
|
69
|
+
a.C);c.removeEventListener(b.BITRATE_CHANGED,a.a);return _.x(d,LW.prototype.destroy.call(a),0)})};_.r.ck=function(){this.player.trigger(new _.K(_.ff));this.za(_.Hq)};_.r.bk=function(){this.za(_.Gq)};_.r.en=function(){this.za(_.Aq)};_.r.Wm=function(a){a.isBuffering?this.za(_.yq):(a=this.player.isPaused()?_.Gq:_.Hq,this.za(a))};_.r.ek=function(){this.h=1;this.player.trigger(new _.K(_.Cg))};_.r.dk=function(){this.player.trigger(new _.K(_.Bg))};_.r.xn=function(){this.h=2};_.r.hn=function(){this.za(_.Fq)};
|
|
70
|
+
_.r.$j=function(a){var b=this.player.getStats();this.player.trigger(new _.K(_.Yc,{detail:{bandwidth:a.totalBitrate,width:b.width,height:b.height}}))};_.r.ak=function(a){a=new _.N(_.O,7,7300,{detailedErrorCode:a.detailedErrorCode,error:a.error,reason:a.reason});this.player.trigger(new _.K(_.ie,{detail:a}));this.za(_.Eq)};_.r=DX.prototype;_.r.wb=function(){return"Google Cast Framework"};_.r.xb=function(){return cast.framework.VERSION};_.r.Bb=function(){return 0};_.r.getId=function(){return""};_.r.getCreativeId=function(){return""};_.r.ac=function(){return""};_.r.getApiFramework=function(){return null};_.r.getAdSystem=function(){return""};_.r.getAdvertiserName=function(){return""};_.r.getTitle=function(){return this.a.title||""};_.r.getDuration=function(){return this.a.duration||0};_.r.getPosition=function(){return 0};
|
|
71
71
|
_.r.getSkipTimeOffset=function(){return this.a.whenSkippable||0};_.r.ec=function(){return!1};_.r.yb=function(){return this.a.clickThroughUrl||null};_.r.getMediaUrl=function(){return this.a.contentUrl||this.a.contentId||null};_.r.ob=function(){return 0};_.r.nb=function(){return 0};_.r.Ua=function(){return 0};_.r.Va=function(){switch(this.Nb()){case 0:return 0;case -1:return 2;default:return 1}};_.r.getPodIndex=function(){return this.j};_.r.Nb=function(){return this.f.position};_.r.Ab=function(){return this.l};
|
|
72
72
|
_.r.pb=function(){return this.h};_.r.getWrapperAdIds=function(){return[]};_.r.canSeek=function(){return!1};_.r.getWrapperAdSystems=function(){return[]};_.r.getWrapperCreativeIds=function(){return[]};_.r.dc=function(){return null};DX.prototype.getVideoElement=DX.prototype.dc;DX.prototype.getWrapperCreativeIds=DX.prototype.getWrapperCreativeIds;DX.prototype.getWrapperAdSystems=DX.prototype.getWrapperAdSystems;DX.prototype.canSeek=DX.prototype.canSeek;DX.prototype.getWrapperAdIds=DX.prototype.getWrapperAdIds;
|
|
73
73
|
DX.prototype.getSequenceLength=DX.prototype.pb;DX.prototype.getPositionInSequence=DX.prototype.Ab;DX.prototype.getPodTimeOffset=DX.prototype.Nb;DX.prototype.getPodIndex=DX.prototype.getPodIndex;DX.prototype.getPodType=DX.prototype.Va;DX.prototype.getMediaBitrate=DX.prototype.Ua;DX.prototype.getMediaHeight=DX.prototype.nb;DX.prototype.getMediaWidth=DX.prototype.ob;DX.prototype.getMediaUrl=DX.prototype.getMediaUrl;DX.prototype.getClickThroughUrl=DX.prototype.yb;DX.prototype.isBumper=DX.prototype.ec;
|
|
74
74
|
DX.prototype.getSkipTimeOffset=DX.prototype.getSkipTimeOffset;DX.prototype.getPosition=DX.prototype.getPosition;DX.prototype.getDuration=DX.prototype.getDuration;DX.prototype.getTitle=DX.prototype.getTitle;DX.prototype.getAdvertiserName=DX.prototype.getAdvertiserName;DX.prototype.getAdSystem=DX.prototype.getAdSystem;DX.prototype.getApiFramework=DX.prototype.getApiFramework;DX.prototype.getSourceId=DX.prototype.ac;DX.prototype.getCreativeId=DX.prototype.getCreativeId;DX.prototype.getId=DX.prototype.getId;
|
|
75
75
|
DX.prototype.getTechnology=DX.prototype.Bb;DX.prototype.getAdManagerVersion=DX.prototype.xb;DX.prototype.getAdManagerName=DX.prototype.wb;EX.prototype.getCuePoints=function(){return this.a.map(function(a){return a.position})};EX.prototype.Qb=function(){return!!this.a.find(function(a){return 0===a.position})};EX.prototype.Pb=function(){return!!this.a.find(function(a){return-1===a.position})};EX.prototype.hasPostroll=EX.prototype.Pb;EX.prototype.hasPreroll=EX.prototype.Qb;EX.prototype.getCuePoints=EX.prototype.getCuePoints;_.r=GX.prototype;_.r.load=function(){var a=this;return _.H(function(b){HX&&(HX=!1,MX(a,0));_.y(b)})};_.r.start=function(){return _.H(function(a){FX().play();_.y(a)})};_.r.jd=function(){};_.r.resume=function(){-1!==this.getPosition()&&FX().play()};_.r.pause=function(){-1!==this.getPosition()&&FX().pause()};_.r.skip=function(){};_.r.getVolume=function(){return this.m.getVolume()||0};_.r.setVolume=function(a){this.m.setVolume(a)};
|
|
76
76
|
_.r.getPosition=function(){var a=this.a&&this.a.getBreakClipCurrentTimeSec();return typeof a===_.k?a:-1};_.r.fd=function(){return!0};_.r.Cc=function(){var a=this;return _.H(function(b){FX().removeEventListener(a.f,a.h);_.y(b)})};
|
|
77
|
-
_.r.
|
|
77
|
+
_.r.fk=function(a){var b=cast.framework.events.EndedReason;switch(a.type){case cast.framework.events.EventType.PLAYER_LOADING:this.a=FX().getBreakManager();this.a.setPlayWatchedBreak(!0);a=this.a.getBreaks();this.m.trigger(new _.K(_.Cc,{adsTimeline:new EX(a)}));break;case cast.framework.events.EventType.BREAK_CLIP_LOADING:LX(this,_.rc,a);break;case cast.framework.events.EventType.BREAK_STARTED:LX(this,_.hc,a);break;case cast.framework.events.EventType.BREAK_ENDED:LX(this,_.ic,a);break;case cast.framework.events.EventType.BREAK_CLIP_STARTED:LX(this,
|
|
78
78
|
_.yc,a);break;case cast.framework.events.EventType.BREAK_CLIP_ENDED:a.endedReason===b.SKIPPED?(LX(this,_.wc,a),LX(this,_.zc,a)):a.endedReason===b.STOPPED?LX(this,_.zc,a):a.endedReason===b.END_OF_STREAM?(LX(this,_.lc,a),LX(this,_.zc,a)):a.endedReason===b.ERROR&&MX(this,1);break;case cast.framework.events.EventType.PLAYING:LX(this,_.vc,a);break;case cast.framework.events.EventType.PAUSE:LX(this,_.tc,a);break;case cast.framework.events.EventType.BUFFERING:a.isBuffering?LX(this,_.jc,a):LX(this,_.vc,a)}};
|
|
79
79
|
GX.prototype.getPosition=GX.prototype.getPosition;GX.prototype.setVolume=GX.prototype.setVolume;GX.prototype.getVolume=GX.prototype.getVolume;GX.prototype.skip=GX.prototype.skip;GX.prototype.pause=GX.prototype.pause;GX.prototype.resume=GX.prototype.resume;var HX=!1;NX.prototype.init=function(){cast.framework.CastReceiverContext.getInstance().getPlayerManager().addEventListener(OX(),this.a)};NX.prototype.release=function(){cast.framework.CastReceiverContext.getInstance().getPlayerManager().removeEventListener(OX(),this.a)};NX.prototype.getTimelineCues=function(){return cast.framework.CastReceiverContext.getInstance().getPlayerManager().getTimedMetadata().map(function(a){return PX(a)})};
|
|
80
|
-
NX.prototype.f=function(a){if(a instanceof cast.framework.events.TimedMetadataEvent){var b=null;switch(a.type){case cast.framework.events.EventType.TIMED_METADATA_CHANGED:b=_.
|
|
81
|
-
_.r.Sa=function(){var a=this.qa();return a&&a.renditions[0]};_.r.Wa=function(){var a=this.
|
|
82
|
-
_.r.
|
|
80
|
+
NX.prototype.f=function(a){if(a instanceof cast.framework.events.TimedMetadataEvent){var b=null;switch(a.type){case cast.framework.events.EventType.TIMED_METADATA_CHANGED:b=_.ng;break;case cast.framework.events.EventType.TIMED_METADATA_ENTER:b=_.og;break;case cast.framework.events.EventType.TIMED_METADATA_EXIT:b=_.pg}b&&this.Ya(new _.K(b,{detail:PX(a.timedMetadataInfo)}))}else for(a=_.u(this.getTimelineCues()),b=a.next();!b.done;b=a.next())this.Ya(new _.K(_.ng,{detail:b.value}))};_.w(QX,_.gl);_.r=QX.prototype;_.r.initialize=function(a){this.m=a;RX().addEventListener(cast.framework.events.EventType.PLAYER_LOAD_COMPLETE,this.l)};_.r.release=function(){this.h=[];this.j=[];this.a=this.f=null};_.r.load=function(){};_.r.destroy=function(){this.m=null;RX().removeEventListener(cast.framework.events.EventType.PLAYER_LOAD_COMPLETE,this.l)};_.r.getVideoTracks=function(){return[]};_.r.getAudioTracks=function(){return this.h};_.r.la=function(){return this.j};_.r.ma=function(){return null};
|
|
81
|
+
_.r.Sa=function(){var a=this.qa();return a&&a.renditions[0]};_.r.Wa=function(){var a=this.Ba();return a&&a.renditions[0]};_.r.zb=function(){return null};_.r.Lb=function(){return null};_.r.Mb=function(){return null};_.r.La=function(){return null};_.r.qa=function(){var a=null;if(this.f){var b=this.f.getActiveId();typeof b===_.k&&(b=b.toString(),a=this.getAudioTracks().find(function(c){return c.id===b})||null)}return a};
|
|
82
|
+
_.r.Ba=function(){var a=null;if(this.a){var b=this.a.getActiveIds()[0];typeof b===_.k&&(b=b.toString(),a=this.la().find(function(c){return c.id===b})||null)}return a};_.r.Hb=function(){this.g.warn("Video tracks unavailable on Cast")};_.r.Ia=function(a){a&&this.f&&this.f.setActiveById(+a.id)};_.r.Xa=function(a){this.a&&(a?this.a.setActiveByIds([+a.id]):this.a.setActiveByIds([]))};_.r.sb=function(){this.g.warn("Video renditions unavailable on Cast")};_.r.Fb=function(a){this.Ia(a&&a.track)};
|
|
83
83
|
_.r.Gb=function(a){this.Xa(a&&a.track)};
|
|
84
84
|
_.r.addTextTrack=function(a){var b=this,c,d,e;return _.H(function(f){if(1==f.a)return c=b.m.getConfiguration(),_.x(f,OW(a,Object.values(cast.framework.messages.CaptionMimeType),b.m.getNetworkEngine(),c),2);if((d=f.f)&&b.a){e=new cast.framework.messages.Track(b.o++,cast.framework.messages.TrackType.TEXT);e.isInband=!1;e.language=d.language;e.name=d.label;e.subtype=d.kind;e.trackContentId=d.url;e.trackContentType=d.mimeType;e.customData={mimeType:a.mimeType,url:a.url};try{b.a.addTracks([e]),TX(b)}catch(g){throw b.g.warn("failed on track",
|
|
85
|
-
a),g;}}_.y(f)})};_.r.va=function(){return!0};_.r.
|
|
86
|
-
QX.prototype.setVideoRendition=QX.prototype.sb;QX.prototype.setTextTrack=QX.prototype.Xa;QX.prototype.setAudioTrack=QX.prototype.Ia;QX.prototype.setVideoTrack=QX.prototype.Hb;QX.prototype.getTextTrack=QX.prototype.
|
|
87
|
-
QX.prototype.getAudioRendition=QX.prototype.Sa;QX.prototype.getVideoRendition=QX.prototype.ma;QX.prototype.getTextTracks=QX.prototype.la;QX.prototype.getAudioTracks=QX.prototype.getAudioTracks;QX.prototype.getVideoTracks=QX.prototype.getVideoTracks;_.w(VX,_.mm);_.r=VX.prototype;_.r.init=function(a,b){var c=this;this.B=a;b&&(this.h=this.w=b);var d=WX();d.setMessageInterceptor(cast.framework.messages.MessageType.MEDIA_STATUS,this.
|
|
85
|
+
a),g;}}_.y(f)})};_.r.va=function(){return!0};_.r.Rn=function(){this.f=RX().getAudioTracksManager();var a=this.f.getTracks();this.h=SX(_.T,a);TX(this);a=this.m.getConfiguration();UX(this,_.T,a.preferredAudioLanguage,a.preferredAudioRole);UX(this,_.S,a.preferredTextLanguage,a.preferredTextRole)};QX.prototype.isAbrEnabled=QX.prototype.va;QX.prototype.addTextTrack=QX.prototype.addTextTrack;QX.prototype.setTextRendition=QX.prototype.Gb;QX.prototype.setAudioRendition=QX.prototype.Fb;
|
|
86
|
+
QX.prototype.setVideoRendition=QX.prototype.sb;QX.prototype.setTextTrack=QX.prototype.Xa;QX.prototype.setAudioTrack=QX.prototype.Ia;QX.prototype.setVideoTrack=QX.prototype.Hb;QX.prototype.getTextTrack=QX.prototype.Ba;QX.prototype.getAudioTrack=QX.prototype.qa;QX.prototype.getVideoTrack=QX.prototype.La;QX.prototype.getLoadingTextRendition=QX.prototype.Mb;QX.prototype.getLoadingAudioRendition=QX.prototype.Lb;QX.prototype.getLoadingVideoRendition=QX.prototype.zb;QX.prototype.getTextRendition=QX.prototype.Wa;
|
|
87
|
+
QX.prototype.getAudioRendition=QX.prototype.Sa;QX.prototype.getVideoRendition=QX.prototype.ma;QX.prototype.getTextTracks=QX.prototype.la;QX.prototype.getAudioTracks=QX.prototype.getAudioTracks;QX.prototype.getVideoTracks=QX.prototype.getVideoTracks;_.w(VX,_.mm);_.r=VX.prototype;_.r.init=function(a,b){var c=this;this.B=a;b&&(this.h=this.w=b);var d=WX();d.setMessageInterceptor(cast.framework.messages.MessageType.MEDIA_STATUS,this.ln.bind(this));d.setMediaPlaybackInfoHandler(this.Hj.bind(this));this.a=new CX(this);this.a.init();this.j=new QX;this.j.initialize(this);this.o=new NX(function(e){return c.trigger(e)});this.o.init()};
|
|
88
88
|
_.r.unload=function(){var a=cast.framework.messages.PlayerState,b=WX();b.getPlayerState()!==a.IDLE&&b.stop();this.j&&this.j.release();this.o&&this.o.release();this.f=null;return Promise.resolve()};_.r.release=function(){var a=this;return this.unload().then(function(){a.a&&a.a.release()})};_.r.destroy=function(){var a=this;return _.H(function(b){if(1==b.a)return a.B=null,a.w=_.tm(),a.h=a.w,a.l=-1,a.A=null,a.a?_.x(b,a.a.destroy(),3):b.F(2);2!=b.a&&(a.a=null);a.j&&(a.j.destroy(),a.j=null);_.y(b)})};
|
|
89
89
|
_.r.play=function(){var a=WX();if(null!==a.getBreakManager().getBreakClipCurrentTimeSec())return Promise.reject("Cannot play during ads playout.");a.play();return Promise.resolve()};_.r.pause=function(){var a=WX();if(null!==a.getBreakManager().getBreakClipCurrentTimeSec())return Promise.reject("Cannot pause during ads playout.");a.pause();return Promise.resolve()};_.r.isPaused=function(){return WX().getPlayerState()===cast.framework.messages.PlayerState.PAUSED};
|
|
90
90
|
_.r.isEnded=function(){return WX().getPlayerState()===cast.framework.messages.PlayerState.IDLE};_.r.seek=function(a){var b=WX();if(null!==b.getBreakManager().getBreakClipCurrentTimeSec())return Promise.reject(yW);b.seek(a);return Promise.resolve()};_.r.getPosition=function(){return this.getMediaPosition()};_.r.setSeekInterceptor=function(){};_.r.setPlaybackSessionId=function(){};_.r.getBandwidthEstimate=function(){return null};_.r.getMediaPosition=function(){return WX().getCurrentTimeSec()};
|
|
91
91
|
_.r.getDuration=function(){return this.getMediaDuration()};_.r.getMediaDuration=function(){var a=WX().getDurationSec();return typeof a===_.k?-1===a?Infinity:a:-1};_.r.getPlaybackRate=function(){return WX().getPlaybackRate()};_.r.setPlaybackRate=function(a){if(0<a){var b=new cast.framework.messages.SetPlaybackRateRequestData;b.playbackRate=a;WX().sendLocalMediaRequest(b)}};_.r.getVolume=function(){return cast.framework.CastReceiverContext.getInstance().getSystemVolume().level||null};
|
|
92
92
|
_.r.setVolume=function(a){0<=a&&1>=a&&cast.framework.CastReceiverContext.getInstance().setSystemVolumeLevel(a)};_.r.setMuted=function(a){cast.framework.CastReceiverContext.getInstance().setSystemVolumeMuted(a)};_.r.isMuted=function(){return cast.framework.CastReceiverContext.getInstance().getSystemVolume().muted||null};
|
|
93
|
-
_.r.getLoadedSource=function(){var a=WX().getMediaInformation();if(a){var b=WX().getPlaybackConfig();b=!!b&&b.protectionSystem!==cast.framework.ContentProtection.NONE;var c=this.A&&-1!==this.l?this.A[this.l]:null;c=c?c.name:void 0;!c&&a.metadata&&(c=a.metadata.title);return{url:a.contentId,type:a.contentType,
|
|
93
|
+
_.r.getLoadedSource=function(){var a=WX().getMediaInformation();if(a){var b=WX().getPlaybackConfig();b=!!b&&b.protectionSystem!==cast.framework.ContentProtection.NONE;var c=this.A&&-1!==this.l?this.A[this.l]:null;c=c?c.name:void 0;!c&&a.metadata&&(c=a.metadata.title);return{url:a.contentId,type:a.contentType,ip:b,name:c}}return null};_.r.getDrmInfo=function(){return null};_.r.getPresentationStartTime=function(){return WX().getStartAbsoluteTime()};
|
|
94
94
|
_.r.getSeekRange=function(){var a={start:0,end:this.getDuration()};if(this.isLive()){var b=WX().getLiveSeekableRange();b&&typeof b.start===_.k&&typeof b.end===_.k&&(a={start:b.start,end:b.end})}return a};_.r.getState=function(){return this.a?this.a.getState():_.uq};
|
|
95
95
|
_.r.getStats=function(){var a=_.sq();if(this.f){a=WX().getStats();this.f.h=a.estimatedBandwidth||NaN;this.f.w=a.streamBandwidth||NaN;var b=this.f,c=a.height||NaN;b.A=a.width||NaN;b.j=c;b=this.f;c=typeof a.decodedFrames===_.k?a.decodedFrames:NaN;b.o=typeof a.droppedFrames===_.k?a.droppedFrames:NaN;b.l=c;a=this.f.getStats()}return a};_.r.isLive=function(){return Infinity===this.getDuration()};
|
|
96
96
|
_.r.load=function(a){var b=this,c,d;return _.H(function(e){b.f=new _.rq;b.a.j=b.f.a;b.A=_.Lq(a);b.h=_.vm(b.w,a);if(b.C)return b.C=!1,e["return"]();c=b.A[b.l];d=new cast.framework.messages.LoadRequestData;d.autoplay=b.h.autoplay;typeof b.h.startTime===_.k&&(d.currentTime=b.h.startTime);c.type&&(d.media.contentType=c.type);d.media.contentId=c.url;d.media.customData={playerConfiguration:MW(b.h),local:!0};return _.x(e,WX().load(d),0)})};_.r.getBufferInfo=function(){this.g.warn(_.wa);return new _.lm};
|
|
97
97
|
_.r.getTrackManager=function(){return this.j};_.r.getConfiguration=function(){return this.h};_.r.getSurface=function(){return this.B};_.r.getTimeline=function(){return null};_.r.setupPlaylist=function(){return Promise.reject(_.ob)};_.r.appendLoad=function(){return Promise.reject(_.ob)};_.r.seekWith=function(){return Promise.reject(_.ob)};_.r.setNetworkEngine=function(a){this.G=a};_.r.setCmsdManager=function(){};_.r.getNetworkEngine=function(){return this.G};_.r.getSourceIndex=function(){return this.l};
|
|
98
|
-
_.r.setSourceIndex=function(a){this.l=a};_.r.getPeriods=function(){return[]};_.r.namespace=function(){return GW};_.r.getTimelineCues=function(){return this.o&&this.o.getTimelineCues()||[]};_.r.getCueTimeline=function(){return null};_.r.resetAbr=function(){this.g.warn(CW)};_.r.onError=function(a){this.trigger(new _.K(_.
|
|
99
|
-
_.r.
|
|
98
|
+
_.r.setSourceIndex=function(a){this.l=a};_.r.getPeriods=function(){return[]};_.r.namespace=function(){return GW};_.r.getTimelineCues=function(){return this.o&&this.o.getTimelineCues()||[]};_.r.getCueTimeline=function(){return null};_.r.resetAbr=function(){this.g.warn(CW)};_.r.onError=function(a){this.trigger(new _.K(_.ie,{detail:a}))};_.r.canPlay=function(){return _.wl()?2:0};
|
|
99
|
+
_.r.ln=function(a){a=Object.assign({},a);a.customData||(a.customData={});a.customData.stats=MW(this.getStats());var b=WX(),c=a.media||b.getMediaInformation();b=b.getStartAbsoluteTime();c&&typeof b===_.k&&c.startAbsoluteTime!==b&&(this.g.info("Syncing startAbsoluteTime.Old value: "+(c.startAbsoluteTime+", new value: ")+b),c.startAbsoluteTime=b,a=Object.assign({},a,{media:c}));c=cast.framework.messages.StreamType;b=a.media;var d=!!b,e=this.isLive(),f=d&&!b.metadata,g=!!a.liveSeekableRange;if(d&&g&&
|
|
100
100
|
(!e||e&&f)){d=WX().getStartAbsoluteTime();if(typeof d===_.k){b.startAbsoluteTime=d;var h;f?h=new cast.framework.messages.GenericMediaMetadata:h=b.metadata;h.sectionStartAbsoluteTime=d;b.metadata=h}b.streamType=c.LIVE;a=Object.assign({},a,{media:b})}return a};
|
|
101
|
-
_.r.
|
|
101
|
+
_.r.Hj=function(a,b){var c=null,d=b;a.media.customData&&(c=NW(a.media.customData.playerConfiguration));var e=c?c.abr||null:null,f=d;e&&typeof e.defaultBandwidthEstimate===_.k?f.initialBandwidth=e.defaultBandwidthEstimate:f.initialBandwidth=void 0;ZX(c,d);e=null;a.media.customData&&(e=NW(a.media.customData["com.castlabs.reactnative.PlayerConfiguration"]));e=(e=e&&e.LiveConfiguration)?0===e.liveEdgeLatencyMs:!1;if(null!=c&&c.lowLatencyMode||e)c=Object.assign({},d.shakaConfig,{streaming:{lowLatencyMode:!0}}),
|
|
102
102
|
d=Object.assign({},d,{shakaConfig:c});return d};_.r.getTextDisplayer=function(){return null};_.r.setDrmCustomDataModifier=function(){};_.r.setCdnErrorCallback=function(){};_.r.detach=function(){};_.r=$X.prototype;_.r.init=function(a){var b=this;a&&(this.f=new VX,_.It(a,this.f),this.m=a,this.o.on(window,"unload",function(){return _.H(function(c){return b.m&&b.m.getState()!==_.tq?_.x(c,KW(b.m),0):c.F(0)})}))};
|
|
103
|
-
_.r.start=function(){if(!this.a&&window.cast&&cast.framework&&cast.framework.CastReceiverContext){this.a=!0;var a=cY(),b=cY().getPlayerManager(),c=new cast.framework.CastReceiverOptions;c.customNamespaces={};c.customNamespaces[IW]=cast.framework.system.MessageType.JSON;var d=new cast.framework.PlaybackConfig;d.manifestHandler=this.
|
|
104
|
-
d;c.disableIdleTimeout=!0;c.maxInactivity=Infinity;b.setMessageInterceptor(cast.framework.messages.MessageType.LOAD,this.
|
|
105
|
-
_.r.stop=function(){if(this.a){this.a=!1;this.o.release();var a=cY();cY().getPlayerManager().removeEventListener(cast.framework.events.EventType.PLAYER_LOAD_COMPLETE,this.A);a.removeCustomMessageListener(IW,this.w);a.stop();this.m=this.f=null}};_.r.Be=function(a){this.j=a};_.r.
|
|
106
|
-
_.r.removeMessageListener=function(a){typeof a===_.
|
|
107
|
-
_.r.
|
|
108
|
-
h.length-1;0<=l;--l){var m=h[l].getAttribute(_.
|
|
109
|
-
for(d=c.length-1;0<=d;--d)if(c[d].getAttribute("Type")===_.
|
|
110
|
-
_.r.
|
|
103
|
+
_.r.start=function(){if(!this.a&&window.cast&&cast.framework&&cast.framework.CastReceiverContext){this.a=!0;var a=cY(),b=cY().getPlayerManager(),c=new cast.framework.CastReceiverOptions;c.customNamespaces={};c.customNamespaces[IW]=cast.framework.system.MessageType.JSON;var d=new cast.framework.PlaybackConfig;d.manifestHandler=this.Cm.bind(this);d.shakaConfig={streaming:{ignoreTextStreamFailures:!0}};d.enableSmoothLiveRefresh=!0;c.playbackConfig=d;if(d=this.m&&this.m.getSurface().getMedia())c.mediaElement=
|
|
104
|
+
d;c.disableIdleTimeout=!0;c.maxInactivity=Infinity;b.setMessageInterceptor(cast.framework.messages.MessageType.LOAD,this.Bm.bind(this));b.addEventListener(cast.framework.events.EventType.PLAYER_LOAD_COMPLETE,this.A);a.start(c);a.addCustomMessageListener(IW,this.w)}};
|
|
105
|
+
_.r.stop=function(){if(this.a){this.a=!1;this.o.release();var a=cY();cY().getPlayerManager().removeEventListener(cast.framework.events.EventType.PLAYER_LOAD_COMPLETE,this.A);a.removeCustomMessageListener(IW,this.w);a.stop();this.m=this.f=null}};_.r.Be=function(a){this.j=a};_.r.mo=function(a){this.l=a};_.r.on=function(a,b){cY().addEventListener(a,b)};_.r.off=function(a,b){cY().removeEventListener(a,b)};_.r.addMessageListener=function(a){typeof a===_.me&&this.h.add(a)};
|
|
106
|
+
_.r.removeMessageListener=function(a){typeof a===_.me&&this.h["delete"](a)};_.r.sendMessage=function(a,b){cY().sendCustomMessage(IW,b,MW(a))};_.r.Kc=function(){return this.a};_.r.Kb=function(){return dY()};_.r.jc=function(a){eY(this,a)};_.r.Fo=function(a){var b=dY(),c=null;a?c=Object.assign({},b,a):c=b;eY(this,c)};
|
|
107
|
+
_.r.Cm=function(a){a=a.trim();if(a.startsWith("#EXTM3U"))return gY(this,a);try{var b=(new DOMParser).parseFromString(a,_.lg)}catch(t){return a}var c=b.getElementsByTagName("MPD")[0];if(c){a=c;this.g.debug("Detected DASH, parsing");b=cY();c=a.getElementsByTagName("Period");for(var d=c.length-1;0<=d;--d){for(var e=c[d].getElementsByTagName(_.la),f=e.length-1;0<=f;--f){var g=e[f].getAttribute("contentType");if(g===_.Jg||g===_.Pc){g=e[f].getAttribute(_.Ke);for(var h=e[f].getElementsByTagName(_.Cb),l=
|
|
108
|
+
h.length-1;0<=l;--l){var m=h[l].getAttribute(_.Ke)||g,n=h[l].getAttribute(_.zd),p=h[l].getAttribute(_.Yg)||void 0,q=h[l].getAttribute(_.pe)||void 0;void 0!==p&&(p=+p);void 0!==q&&(q=+q);b.canDisplayType(m,n,p,q)||e[f].removeChild(h[l])}e[f].getElementsByTagName(_.Cb).length||c[d].removeChild(e[f])}}c[d].getElementsByTagName(_.la).length||a.removeChild(c[d])}return(new XMLSerializer).serializeToString(a)}if(c=b.getElementsByTagName(_.Lb)[0]){a=c;this.g.debug("Detected Smooth, parsing");b=cY();c=a.getElementsByTagName("StreamIndex");
|
|
109
|
+
for(d=c.length-1;0<=d;--d)if(c[d].getAttribute("Type")===_.Jg){e=c[d].getElementsByTagName(_.Ab);for(f=e.length-1;0<=f;--f)g=e[f].getAttribute(_.fb)||void 0,h=e[f].getAttribute(_.eb)||void 0,void 0!==g&&(g=+g),void 0!==h&&(h=+h),b.canDisplayType(_.Lg,void 0,g,h)||c[d].removeChild(e[f]);c[d].getElementsByTagName(_.Ab).length||a.removeChild(c[d])}a=(new XMLSerializer).serializeToString(a)}return a};
|
|
110
|
+
_.r.Bm=function(a){var b=this,c,d,e,f,g,h;return _.H(function(l){switch(l.a){case 1:c=a;c.media.customData&&(d=NW(c.media.customData.playerConfiguration));if(!b.m||!d){l.F(2);break}if(!b.j){l.F(3);break}return _.x(l,Promise.resolve(b.j(d)),4);case 4:d=(e=l.f)||d;case 3:if(!d.ima){l.F(5);break}return _.x(l,JX(c.media,d.ima,b.m.getNetworkEngine()),5);case 5:typeof d.startTime===_.k&&d.startTime!==c.currentTime?c.currentTime=d.startTime:d.startTime=c.currentTime||null;if(c.media.customData.local){l.F(7);
|
|
111
111
|
break}b.f.C=!0;return _.x(l,_.St(b.m,d),8);case 8:return _.x(l,_.Tt(b.m),9);case 9:f=b.m.getLoadedSource(),c.media.contentId=f.url,c.media.contentType=f.type,f.kc&&(c.media.hlsVideoSegmentFormat=PW(f.kc,_.Fk)),f.audioMimeType&&(c.media.hlsSegmentFormat=PW(f.audioMimeType,_.T));case 7:if((g=c.media.metadata)&&typeof g.sectionStartAbsoluteTime===_.k){var m=g.sectionStartAbsoluteTime;g.sectionStartAbsoluteTime=0===m?1E-8:m}void 0===c.autoplay&&(c.autoplay=b.m.getConfiguration().autoplay);case 2:if(!b.l){l.F(10);
|
|
112
|
-
break}return _.x(l,Promise.resolve(b.l(c)),11);case 11:(h=l.f)&&(c=h);case 10:return l["return"](c)}})};_.r.
|
|
113
|
-
_.r.
|
|
114
|
-
$X.prototype.on=$X.prototype.on;$X.prototype.setLoadRequestDataInterceptor=$X.prototype.
|
|
112
|
+
break}return _.x(l,Promise.resolve(b.l(c)),11);case 11:(h=l.f)&&(c=h);case 10:return l["return"](c)}})};_.r.gn=function(a){if(this.m&&(!a.media.customData||!a.media.customData.local)){a=_.L.om;var b=cY().getPlayerManager(),c=b.getLiveSeekableRange();if(c){var d=c.start;c=c.end;var e=this.m.getConfiguration().startTime;typeof d!==_.k||typeof c!==_.k||typeof e!==_.k||a(e,d,c)||(b=b.getMediaTimeForAbsoluteTime(e),typeof b===_.k&&a(b,d,c)&&this.m.seek(b))}_.Nt(this.m)}};
|
|
113
|
+
_.r.Zj=function(a){if(0<this.h.size){var b=NW(a.data);this.h.forEach(function(c){return c(b)})}};_.I(HW,$X);$X.prototype.updateContentMetadata=$X.prototype.Fo;$X.prototype.setContentMetadata=$X.prototype.jc;$X.prototype.getContentMetadata=$X.prototype.Kb;$X.prototype.isApiReady=$X.prototype.Kc;$X.prototype.sendMessage=$X.prototype.sendMessage;$X.prototype.removeMessageListener=$X.prototype.removeMessageListener;$X.prototype.addMessageListener=$X.prototype.addMessageListener;$X.prototype.off=$X.prototype.off;
|
|
114
|
+
$X.prototype.on=$X.prototype.on;$X.prototype.setLoadRequestDataInterceptor=$X.prototype.mo;$X.prototype.setPlayerConfigInterceptor=$X.prototype.Be;$X.prototype.stop=$X.prototype.stop;$X.prototype.start=$X.prototype.start;$X.prototype.init=$X.prototype.init;$X.getInstance=bY;var aY=null;_.r=hY.prototype;_.r.load=function(){var a=this,b,c,d,e,f;return _.H(function(g){a.a=a.f.l;if(a.a)for(b=a.a.controller,c=a.zn.bind(a),d=_.u(a.j),e=d.next();!e.done;e=d.next())f=e.value,a.h.on(b,f,c);_.y(g)})};_.r.start=function(){return _.H(function(a){_.y(a)})};_.r.jd=function(){};_.r.resume=function(){this.a&&this.a.isPlayingBreak&&this.a.isPaused&&this.a.controller.playOrPause()};_.r.pause=function(){this.a&&this.a.isPlayingBreak&&!this.a.isPaused&&this.a.controller.playOrPause()};
|
|
115
115
|
_.r.skip=function(){var a=this.f.a;a&&this.f.sendMessage(JW,{type:"SKIP_AD",requestId:Math.round(1E3*Math.random()),mediaSessionId:a.mediaSessionId})};_.r.getVolume=function(){return this.f.getVolume()||0};_.r.setVolume=function(a){this.f.setVolume(a)};_.r.getPosition=function(){var a=-1,b=this.f.a;b&&(b=b.getEstimatedBreakClipTime(),typeof b===_.k&&(a=b));return a};_.r.fd=function(){return!0};_.r.Cc=function(){var a=this;return _.H(function(b){a.h.release();_.y(b)})};
|
|
116
|
-
_.r.
|
|
116
|
+
_.r.zn=function(a){switch(a.field){case "mediaInfo":a.value&&(a=a.value,a.breaks&&this.f.trigger(new _.K(_.Cc,{adsTimeline:new EX(a.breaks)})));break;case "isPlayingBreak":a.value?jY(this,_.hc):(jY(this,_.lc),jY(this,_.zc),jY(this,_.ic));break;case "currentBreakClipNumber":0<=a.value&&(0<a.value&&(jY(this,_.lc),jY(this,_.zc)),jY(this,_.yc));break;case "isPaused":this.a.isPlayingBreak&&(a.value?jY(this,_.tc):jY(this,_.vc))}};hY.prototype.getPosition=hY.prototype.getPosition;
|
|
117
117
|
hY.prototype.setVolume=hY.prototype.setVolume;hY.prototype.getVolume=hY.prototype.getVolume;hY.prototype.skip=hY.prototype.skip;hY.prototype.pause=hY.prototype.pause;hY.prototype.resume=hY.prototype.resume;kY.prototype.name=function(){return"clpp.cast.ads.SenderAdsManagerFactory"};kY.prototype.a=function(a,b){return a.namespace()!==_.sd?!1:!(!b||!b.ima)};kY.prototype.create=function(a){return new hY(a.a)};_.$q(new kY);lY.prototype.name=function(){return"clpp.cast.ads.AdsManagerFactory"};lY.prototype.a=function(a,b){return bY().Kc()?!(!b||!b.ima):!1};lY.prototype.create=function(a){return new GX(a)};_.$q(new lY);};
|
|
118
118
|
if(typeof(module)!="undefined"&&module.exports){var x=require("./cl.core.js");_ = x._;(f.call(g,this));module.exports=g;}
|
|
119
119
|
else if (typeof(define)!="undefined"&&define.amd) {define(["./cl.core"], function(c){_=c._;(f.call(g,this));return g;});}
|
package/cjs/cl.conviva.js
CHANGED
|
@@ -4,32 +4,32 @@ _.xl()&&(e=Conviva.Constants.DeviceCategory.APPLE_DEVICE)):_.rk()||_.qk()||_.tl(
|
|
|
4
4
|
a.deviceType||d);b(Conviva.Constants.DeviceMetadata.OS_NAME,f);b(Conviva.Constants.DeviceMetadata.OS_VERSION,c);b(Conviva.Constants.DeviceMetadata.CATEGORY,a.deviceCategory||e);b(Conviva.Constants.DeviceMetadata.BRAND,a.deviceBrand||g);return h},bW=function(a){return a?Conviva.Constants.StreamType.LIVE:Conviva.Constants.StreamType.VOD},cW=function(a){return 0===a?"Pre-roll":-1===a?"Post-roll":"Mid-roll"},eW=function(a,b,c,d){var e={};e[Conviva.Constants.PLAYER_NAME]=c;e[Conviva.Constants.VIEWER_ID]=
|
|
5
5
|
b;e[Conviva.Constants.IS_LIVE]=bW(!!d);e[Conviva.Constants.ASSET_NAME]=YV;a&&(e[Conviva.Constants.ASSET_NAME]=a.getTitle(),e[Conviva.Constants.STREAM_URL]=a.getMediaUrl(),e[Conviva.Constants.DURATION]=a.getDuration(),e["c3.ad.id"]=dW(a.getId()),e["c3.ad.creativeId"]=dW(a.getCreativeId()),e["c3.ad.system"]=dW(a.getAdSystem()),e["c3.ad.mediaFileApiFramework"]=dW(a.getApiFramework()),e["c3.ad.advertiser"]=dW(a.getAdvertiserName()),e["c3.ad.position"]=cW(a.getPodIndex()),e["c3.ad.technology"]=0===a.Bb()?
|
|
6
6
|
Conviva.Constants.AdType.CLIENT_SIDE:Conviva.Constants.AdType.SERVER_SIDE,e["c3.ad.adManagerName"]=dW(a.wb()),e["c3.ad.adManagerVersion"]=dW(a.xb()),e["c3.ad.advertiserCategory"]=dW(null),e["c3.ad.advertiserId"]=dW(null),e["c3.ad.breakId"]=dW(null),e["c3.ad.campaignName"]=dW(null),e["c3.ad.category"]=dW(null),e["c3.ad.classification"]=dW(null),e["c3.ad.creativeName"]=dW(null),e["c3.ad.sequence"]=dW(a.Ab()),e["c3.ad.sessionStartEvent"]=dW(null),e["c3.ad.unitName"]=dW(null),e["c3.ad.dayPart"]=dW(null),
|
|
7
|
-
b=a.getWrapperAdIds().slice(-1)[0]||a.getId(),c=a.getWrapperAdSystems().slice(-1)[0]||a.getAdSystem(),a=a.getWrapperCreativeIds().slice(-1)[0]||a.getCreativeId(),e["c3.ad.firstAdId"]=dW(b),e["c3.ad.firstAdSystem"]=dW(c),e["c3.ad.firstCreativeId"]=dW(a));return e},dW=function(a){return a?""+a:"NA"},fW=function(a,b){this.m=a;this.B=b;this.A="";this.w=_.xa;this.g=new _.J("clpp.conviva.ad");this.f=new _.
|
|
7
|
+
b=a.getWrapperAdIds().slice(-1)[0]||a.getId(),c=a.getWrapperAdSystems().slice(-1)[0]||a.getAdSystem(),a=a.getWrapperCreativeIds().slice(-1)[0]||a.getCreativeId(),e["c3.ad.firstAdId"]=dW(b),e["c3.ad.firstAdSystem"]=dW(c),e["c3.ad.firstCreativeId"]=dW(a));return e},dW=function(a){return a?""+a:"NA"},fW=function(a,b){this.m=a;this.B=b;this.A="";this.w=_.xa;this.g=new _.J("clpp.conviva.ad");this.f=new _.gi;this.a=null;this.j=this.l=this.o=this.h=!1},gW=function(a,b){if(!a.l){a.j=!1;try{if(a.a=Conviva.Analytics.buildAdAnalytics(a.B()),
|
|
8
8
|
b){var c=eW(b,a.A,a.w,a.m.isLive()),d=String(b.xb()),e={};e[Conviva.Constants.FRAMEWORK_NAME]=b.wb();e[Conviva.Constants.FRAMEWORK_VERSION]=d;a.a.setAdPlayerInfo(e);a.a.reportAdStarted(c)}}catch(f){a.g.error("Could not create ad analytics session",f)}}},jW=function(a,b,c){c=void 0===c?YV:c;if(a.a){a.a.reportAdMetric(Conviva.Constants.Playback.PLAYER_STATE,Conviva.Constants.PlayerState.STOPPED);switch(b){case hW:a.a.reportAdFailed(c,eW(null,a.A,a.w));break;case iW:a.a.reportAdSkipped();break;default:a.a.reportAdEnded()}a.a.release();
|
|
9
|
-
a.a=null;a.h=!1}},kW=function(a){a.f.on(a.m,_.hc,a.
|
|
10
|
-
b.detail;if(10003===c.code&&(a.g.debug("onAdError()"),!a.j)){b=Conviva.Constants.ErrorSeverity;switch(c.data.errorType){case 0:c="Ad Load Error";break;case 1:c="Ad Play Error";break;default:c=YV}null===a.a&&gW(a,null);a.a.reportAdError(c,b.FATAL);a.j=!0;a.g.debug("Ad Playback Failure");jW(a,hW,c)}})},lW=function(a,b){this.m=a;this.f=new _.
|
|
9
|
+
a.a=null;a.h=!1}},kW=function(a){a.f.on(a.m,_.hc,a.gk.bind(a));a.f.on(a.m,_.ic,a.hk.bind(a));a.f.on(a.m,_.yc,a.nk.bind(a));a.f.on(a.m,_.uc,a.nf.bind(a));a.f.on(a.m,_.tc,a.nf.bind(a));a.f.on(a.m,_.vc,a.nf.bind(a));a.f.on(a.m,_.jc,a.nf.bind(a));a.f.on(a.m,_.zc,a.pk.bind(a));a.f.on(a.m,_.wc,a.mk.bind(a));a.f.on(a.m,_.kc,a.ik.bind(a));a.f.on(a.m,_.qc,a.kk.bind(a));a.f.on(a.m,_.rc,a.lk.bind(a));a.f.on(a.m,_.mc,a.jk.bind(a));a.f.on(a.m,_.sc,a.Om.bind(a));a.f.on(a.m,_.Ac,a.qk.bind(a));a.f.on(a.m,_.ie,function(b){var c=
|
|
10
|
+
b.detail;if(10003===c.code&&(a.g.debug("onAdError()"),!a.j)){b=Conviva.Constants.ErrorSeverity;switch(c.data.errorType){case 0:c="Ad Load Error";break;case 1:c="Ad Play Error";break;default:c=YV}null===a.a&&gW(a,null);a.a.reportAdError(c,b.FATAL);a.j=!0;a.g.debug("Ad Playback Failure");jW(a,hW,c)}})},lW=function(a,b){this.m=a;this.f=new _.gi;this.a=null;this.o=!1;this.H=!0;this.B=this.h=this.A=this.C=this.l=!1;this.N=0;this.K=!1;this.w=null;this.J=!1;this.g=b;this.L=this.G=null;this.j=[];this.I=0},
|
|
11
11
|
mW=function(a){if(!a.l&&a.a){var b=bW(a.m.isLive()),c={};c[Conviva.Constants.IS_LIVE]=b;c[Conviva.Constants.DURATION]=a.m.getDuration();a.a.setContentInfo(c)}},nW=function(a){return null!==a.a&&a.C},oW=function(a){return a.m.getConfiguration().autoplay||!1},pW=function(a,b){var c={};c[Conviva.Constants.LOG_LEVEL]=Conviva.Constants.LogLevel.DEBUG;b.serviceUrl&&(a.g.warn("Touchstone URL is set. Do not set this in production!"),c[Conviva.Constants.GATEWAY_URL]=b.serviceUrl.replace(/\/$/,""));Conviva.Analytics.init(b.customerKey,
|
|
12
12
|
null,c);Conviva.Analytics.setDeviceMetadata(aW(b));b.connectionType&&Conviva.Analytics.reportDeviceMetric(Conviva.Constants.Network.CONNECTION_TYPE,b.connectionType);a.a=Conviva.Analytics.buildVideoAnalytics();a.o=!1;c={};c[Conviva.Constants.FRAMEWORK_NAME]=_.xa;c[Conviva.Constants.FRAMEWORK_VERSION]=_.ia;a.a.setPlayerInfo(c)},qW=function(a){if(!a.l)if(a.C)a.g.warn("Current session still active. No-op.");else{var b=a.m.getLoadedSource()||a.L,c=a.m.getConfiguration().conviva||null,d=c&&c.viewerId||
|
|
13
13
|
"N/A",e=c&&c.defaultResource||"N/A";a.g.debug(a.m.getConfiguration().source);var f={},g=new _.Mk(b.url);b&&(f[Conviva.Constants.ASSET_NAME]=b.name||"N/A",f[Conviva.Constants.STREAM_URL]=_.Nk(g));f[Conviva.Constants.PLAYER_NAME]=c.playerName||_.xa;f[Conviva.Constants.VIEWER_ID]=d;f[Conviva.Constants.DEFAULT_RESOURCE]=e;if(c&&!_.L.R(c.customTags))for(var h in c.customTags)f[h]=c.customTags[h];a.a.reportPlaybackRequested(f);a.a.setCallback(function(){a.g.debug("reportMiscellaneousMetrics()");if(nW(a)){var l=
|
|
14
|
-
1E3*a.m.getPosition();a.a.reportPlaybackMetric(Conviva.Constants.Playback.PLAY_HEAD_TIME,l);if(l=a.m.getStats()){l=l.decodedFrames;var m=l-a.I;a.I=l;isFinite(m)&&(a.g.debug("Current FPS",m),a.a.reportPlaybackMetric(Conviva.Constants.Playback.RENDERED_FRAMERATE,m))}}});a.C=!0;a.h=!0;a.J=!1;0<a.j.length&&(a.g.debug("Report deferred events"),a.j.forEach(function(l){l.
|
|
15
|
-
Conviva.Constants.PlayerState.STOPPED),a.a.reportPlaybackEnded(),a.a.release(),Conviva.Analytics.release(),a.o=!0,a.C=!1,a.A=!1,a.h=!1,a.w=null,a.B=!1,a.N=0,a.K=!1,a.j=[],a.I=0)},sW=function(){this.h=this.f=null;this.a=!1;this.g=new _.J("clpp.conviva")},tW=function(a){var b=[];typeof a===_.
|
|
16
|
-
_.
|
|
17
|
-
_.r.
|
|
18
|
-
_.r.nf=function(a){var b=this;this.g.debug("onAdStateChanged()");if(this.a){var c=function(d){b.a.reportAdMetric(Conviva.Constants.Playback.PLAYER_STATE,d)};switch(a.type){case _.uc:case _.vc:c(Conviva.Constants.PlayerState.PLAYING);break;case _.tc:c(Conviva.Constants.PlayerState.PAUSED);break;case _.jc:c(Conviva.Constants.PlayerState.BUFFERING)}}};_.r.
|
|
19
|
-
_.r.
|
|
20
|
-
_.r.
|
|
21
|
-
_.r.
|
|
22
|
-
_.r.initialize=function(a,b,c){this.l||(this.g.debug("Initialize conviva"),this.H=!1,this.G=_.L.kb(b),this.L=c,this.m=a,pW(this,this.G),this.f.on(this.m,_.
|
|
23
|
-
this.f.on(this.m,_.
|
|
24
|
-
_.r.reportAppEvent=function(a,b){var c=!1;try{Conviva.Analytics.reportAppEvent(a,b),c=!0}catch(d){this.g.debug("Report app event error",d),c=!1}return c};_.r.
|
|
25
|
-
_.r.
|
|
14
|
+
1E3*a.m.getPosition();a.a.reportPlaybackMetric(Conviva.Constants.Playback.PLAY_HEAD_TIME,l);if(l=a.m.getStats()){l=l.decodedFrames;var m=l-a.I;a.I=l;isFinite(m)&&(a.g.debug("Current FPS",m),a.a.reportPlaybackMetric(Conviva.Constants.Playback.RENDERED_FRAMERATE,m))}}});a.C=!0;a.h=!0;a.J=!1;0<a.j.length&&(a.g.debug("Report deferred events"),a.j.forEach(function(l){l.Uh(l.args)}));a.j=[]}},rW=function(a){a.g.debug("terminateSession()");a.a&&(a.a.reportPlaybackMetric(Conviva.Constants.Playback.PLAYER_STATE,
|
|
15
|
+
Conviva.Constants.PlayerState.STOPPED),a.a.reportPlaybackEnded(),a.a.release(),Conviva.Analytics.release(),a.o=!0,a.C=!1,a.A=!1,a.h=!1,a.w=null,a.B=!1,a.N=0,a.K=!1,a.j=[],a.I=0)},sW=function(){this.h=this.f=null;this.a=!1;this.g=new _.J("clpp.conviva")},tW=function(a){var b=[];typeof a===_.Re&&(a.customerKey||b.push("customerKey"),a.viewerId||b.push("viewerId"));if(0<b.length)throw new _.N(1,9,9001,{missingKeys:b});},vW=function(a,b){var c=b.getConfiguration();a.a=!_.L.R(c.conviva)&&typeof c.conviva===
|
|
16
|
+
_.Re;a.a?"undefined"===typeof window.Conviva?(a.g.warn("Conviva SDK is not loaded. Will do nothing."),a.a=!1,c=new _.N(1,9,9E3),uW(b,c)):b.namespace()===_.sd&&(a.a=!1,a.g.debug("Conviva does not report when casting.")):a.g.debug("Conviva plugin is loaded but not configured. Will do nothing.")},uW=function(a,b){a.trigger(new _.K(_.ie,{detail:b}))},wW=function(){};_.r=fW.prototype;_.r.initialize=function(a){this.g.debug("Initialize Ad Insights");this.j=this.o=!1;this.A=a.viewerId;this.w=a.playerName||_.xa;kW(this)};_.r.release=function(){this.g.debug("Release Ad Insights");this.o?this.g.debug(_.na):(_.ki(this.f),this.a&&jW(this,xW),this.f.release(),this.o=!0,this.h=this.j=!1)};_.r.destroy=function(){this.g.debug(_.Nd);this.l?this.g.debug(_.ma):this.l=!0};_.r.gk=function(){this.g.debug(ZV)};_.r.hk=function(){this.g.debug($V)};
|
|
17
|
+
_.r.nk=function(a){this.g.debug("onAdStarted()");a=a.ad;this.h||(this.g.warn("Ad load event was not triggered. This will have incidence on VSF"),gW(this,a));this.h=!1;this.a.reportAdMetric(Conviva.Constants.Playback.PLAYER_STATE,Conviva.Constants.PlayerState.PLAYING);this.a.reportAdMetric(Conviva.Constants.Playback.RESOLUTION,a.ob(),a.nb());this.a.reportAdMetric(Conviva.Constants.Playback.BITRATE,a.Ua())};
|
|
18
|
+
_.r.nf=function(a){var b=this;this.g.debug("onAdStateChanged()");if(this.a){var c=function(d){b.a.reportAdMetric(Conviva.Constants.Playback.PLAYER_STATE,d)};switch(a.type){case _.uc:case _.vc:c(Conviva.Constants.PlayerState.PLAYING);break;case _.tc:c(Conviva.Constants.PlayerState.PAUSED);break;case _.jc:c(Conviva.Constants.PlayerState.BUFFERING)}}};_.r.pk=function(){this.g.debug("onAdStopped()");this.a&&!this.j&&jW(this,xW)};_.r.mk=function(){this.g.debug("onAdSkipped()");this.a&&jW(this,iW)};
|
|
19
|
+
_.r.ik=function(){this.g.debug("onAdClicked()");this.a&&this.a.reportAdPlayerEvent("AdClicked")};_.r.kk=function(){this.g.debug("onAdImpression()");if(this.a){var a=Conviva.Constants.Events;this.a.reportAdPlayerEvent(a.AD_IMPRESSION_START);this.a.reportAdPlayerEvent(a.AD_IMPRESSION_END)}};
|
|
20
|
+
_.r.lk=function(a){var b=this;this.g.debug("onAdLoaded()");var c=a.ad;if(-1!==c.getPodIndex()||this.m.getPosition()>=this.m.getDuration()-5)b.h=!0,gW(b,c);else this.f.on(this.m,_.rg,function(){b.m.getPosition()>=b.m.getDuration()-5&&(b.f.off(b.m,_.rg),b.h=!0,gW(b,c))})};_.r.jk=function(){this.g.debug("onAdFirstQuartile()");this.a&&this.a.reportAdPlayerEvent(Conviva.Constants.Events.AD_FIRST_QUARTILE)};_.r.Om=function(){this.g.debug("onAdMidPoint()");this.a&&this.a.reportAdPlayerEvent(Conviva.Constants.Events.AD_MID_QUARTILE)};
|
|
21
|
+
_.r.qk=function(){this.g.debug("onAdThirdQuartile()");this.a&&this.a.reportAdPlayerEvent(Conviva.Constants.Events.AD_THIRD_QUARTILE)};var iW=0,xW=1,hW=2;_.r=lW.prototype;
|
|
22
|
+
_.r.initialize=function(a,b,c){this.l||(this.g.debug("Initialize conviva"),this.H=!1,this.G=_.L.kb(b),this.L=c,this.m=a,pW(this,this.G),this.f.on(this.m,_.ff,this.qn.bind(this)),this.f.on(this.m,_.bg,this.vk.bind(this)),this.f.on(this.m,_.Yc,this.th.bind(this)),this.f.on(this.m,_.Cg,this.uk.bind(this)),this.f.on(this.m,_.Bg,this.tk.bind(this)),this.f.on(this.m,_.hc,this.rk.bind(this)),this.f.on(this.m,_.ic,this.sk.bind(this)),this.f.on(this.m,_.Cc,this.Tm.bind(this)),this.f.on(this.m,_.Xc,this.Um.bind(this)),
|
|
23
|
+
this.f.on(this.m,_.ie,this.uh.bind(this)),oW(this)&&(this.g.debug("Start a new session: A new video starts in autoplay."),qW(this)))};_.r.release=function(){this.g.debug("Release conviva");this.H?this.g.debug(_.na):(_.ki(this.f),nW(this)||this.o||!oW(this)||this.a&&this.a.reportPlaybackFailed("Exit Before Video Start"),nW(this)&&rW(this),this.a=null,this.H=!0)};_.r.destroy=function(){this.g.debug(_.Nd);this.l?this.g.debug(_.ma):this.l=!0};
|
|
24
|
+
_.r.reportAppEvent=function(a,b){var c=!1;try{Conviva.Analytics.reportAppEvent(a,b),c=!0}catch(d){this.g.debug("Report app event error",d),c=!1}return c};_.r.qn=function(){this.g.debug("onPlayRequest()");nW(this)||oW(this)?nW(this)&&this.A&&!this.h&&(this.g.debug("Resuming VST monitoring ..."),nW(this)&&!this.h&&(this.a.reportPlaybackEvent(Conviva.Constants.Events.USER_WAIT_ENDED),this.h=!0),this.A=!1):(this.g.debug("Creating conviva session. On Play Requested / No autoplay"),qW(this))};
|
|
25
|
+
_.r.vk=function(a){function b(d){if(c.o&&(c.g.debug("Creating conviva session (On Seek / Replay)"),pW(c,c.G),qW(c),mW(c),nW(c))){var e=c.m.getTrackManager();e=e.ma()||e.zb();e.width&&e.height&&c.a.reportPlaybackMetric(Conviva.Constants.Playback.RESOLUTION,e.width,e.height);e.bandwidth&&c.a.reportPlaybackMetric(Conviva.Constants.Playback.BITRATE,e.bandwidth/1E3)}nW(c)&&c.a.reportPlaybackMetric(Conviva.Constants.Playback.PLAYER_STATE,d)}var c=this;this.g.debug(_.Xe);switch(a.detail.currentState){case _.Hq:b(Conviva.Constants.PlayerState.PLAYING);
|
|
26
26
|
break;case _.Gq:b(Conviva.Constants.PlayerState.PAUSED);break;case _.yq:b(Conviva.Constants.PlayerState.BUFFERING);break;case _.Aq:this.g.debug("onVideoEnded()"),nW(this)&&(this.w&&this.w.Pb()?(this.g.debug("Waiting for postroll Ad before terminating session"),this.K=!0):rW(this))}};
|
|
27
|
-
_.r.
|
|
28
|
-
_.r.
|
|
29
|
-
_.r.
|
|
30
|
-
b,e);this.B=!0}else this.g.debug("Bug: should already have a valid session")};_.r.
|
|
31
|
-
_.r.
|
|
32
|
-
args:a})}};_.r.
|
|
27
|
+
_.r.th=function(a){this.g.debug(_.Se);if(nW(this)){if(a=a.detail,typeof a.width===_.k&&typeof a.height===_.k&&this.a.reportPlaybackMetric(Conviva.Constants.Playback.RESOLUTION,a.width,a.height),a.bandwidth&&this.a.reportPlaybackMetric(Conviva.Constants.Playback.BITRATE,a.bandwidth/1E3),(a=a.rendition)&&a.track&&(a=a.track)&&a.frameRate){var b={};b[Conviva.Constants.ENCODED_FRAMERATE]=a.frameRate;this.a.setContentInfo(b)}}else this.j.push({Uh:this.th.bind(this),args:a})};
|
|
28
|
+
_.r.uk=function(){this.g.debug("onSeeking()");nW(this)&&this.a.reportPlaybackMetric(Conviva.Constants.Playback.SEEK_STARTED)};_.r.tk=function(){this.g.debug("onSeeked()");nW(this)&&this.a.reportPlaybackMetric(Conviva.Constants.Playback.SEEK_ENDED)};_.r.Tm=function(a){this.g.debug("onAdsTimelineChanged()");if(a=a.adsTimeline)this.w=a};
|
|
29
|
+
_.r.rk=function(a){this.g.debug(ZV);var b=a.ad;a=0===b.Va();var c=cW(b.getPodIndex());nW(this)||oW(this)||!a||qW(this);if(nW(this)){a=0===b.Bb()?Conviva.Constants.AdType.CLIENT_SIDE:Conviva.Constants.AdType.SERVER_SIDE;var d=0,e={};1===b.pb()&&(d=b.getDuration());e[Conviva.Constants.POD_DURATION]=d;e[Conviva.Constants.POD_INDEX]=++this.N;e[Conviva.Constants.POD_POSITION]=c;b=Conviva.Constants.AdPlayer;b=a!==Conviva.Constants.AdType.CLIENT_SIDE||_.wl()?b.CONTENT:b.SEPARATE;this.a.reportAdBreakStarted(a,
|
|
30
|
+
b,e);this.B=!0}else this.g.debug("Bug: should already have a valid session")};_.r.sk=function(){this.g.debug($V);nW(this)&&this.B&&(this.a.reportAdBreakEnded(),this.B=!1,this.K&&rW(this))};
|
|
31
|
+
_.r.uh=function(a){this.g.debug(_.Ue);if(this.o&&this.J)this.g.debug("Session ended in VPF; ignoring subsequent errors");else{var b=a.detail||null,c=b&&b.message||"Player error",d=Conviva.Constants.ErrorSeverity.WARNING;b&&b.severity&&b.severity===_.O&&(d=Conviva.Constants.ErrorSeverity.FATAL,nW(this)||qW(this));nW(this)?(this.g.debug("Report error",c,d),this.a.reportPlaybackError(c,d),d===Conviva.Constants.ErrorSeverity.FATAL&&(this.g.debug("Video Playback Failure"),this.J=!0,rW(this))):this.j.push({Uh:this.uh.bind(this),
|
|
32
|
+
args:a})}};_.r.Um=function(){this.g.debug("onAutoPlayBlocked()");nW(this)&&(this.g.debug("Auto-play blocked. Pausing VST monitoring."),this.A=!0,nW(this)&&this.h&&(this.a.reportPlaybackEvent(Conviva.Constants.Events.USER_WAIT_STARTED),this.h=!1))};_.r=sW.prototype;_.r.onPlayerCreated=function(a){this.f=new lW(a,this.g)};_.r.onContentWillLoad=function(a,b){var c=this;vW(this,a);if(this.a){var d=a.getConfiguration();d=_.L.kb(d.conviva||{});try{tW(d);var e=d.enableAdInsights||!1;this.f.initialize(a,d,b);e&&(this.h=new fW(a,function(){return c.f.a}),this.h.initialize(d))}catch(f){f instanceof _.N?uW(a,f):uW(a,new _.N(1,9,9002,f,f))}}};_.r.onContentLoaded=function(a,b){for(var c=1;c<arguments.length;++c);this.a&&mW(this.f)};
|
|
33
33
|
_.r.onPlayerWillDestroy=function(){this.a&&(this.a=!1,this.f.destroy(),this.f=null,this.h&&(this.h.destroy(),this.h=null))};_.r.onPlayerWillRelease=function(){this.a&&(this.f.release(),this.h&&this.h.release())};_.r.id=function(){return"conviva"};_.r.reportAppEvent=function(a,b){return this.f?this.f.reportAppEvent(a,b):!1};_.I("clpp.conviva.ConvivaPlugin",sW);sW.prototype.reportAppEvent=sW.prototype.reportAppEvent;sW.Id="conviva";wW.prototype.create=function(){return new sW};_.Xt(new wW);};
|
|
34
34
|
if(typeof(module)!="undefined"&&module.exports){var x=require("./cl.core.js");_ = x._;(f.call(g,this));module.exports=g;}
|
|
35
35
|
else if (typeof(define)!="undefined"&&define.amd) {define(["./cl.core"], function(c){_=c._;(f.call(g,this));return g;});}
|