@castlabs/prestoplay 6.6.1 → 6.7.0
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 +13 -1
- package/cjs/cl.adobe.js +3 -3
- package/cjs/cl.airplay.js +3 -3
- package/cjs/cl.broadpeak.js +6 -6
- package/cjs/cl.cast.js +110 -110
- package/cjs/cl.conviva.js +33 -33
- package/cjs/cl.core.js +423 -423
- package/cjs/cl.crypto.js +10 -10
- package/cjs/cl.dash.js +71 -71
- package/cjs/cl.externs.js +47 -41
- package/cjs/cl.freewheel.js +24 -24
- package/cjs/cl.hls.js +68 -49
- package/cjs/cl.hlssmpte.js +6 -6
- package/cjs/cl.htmlcue.js +31 -31
- package/cjs/cl.ima.js +24 -23
- package/cjs/cl.mse.js +263 -260
- package/cjs/cl.muxdata.js +11 -12
- package/cjs/cl.onboard.js +3 -3
- package/cjs/cl.persistent.js +14 -14
- package/cjs/cl.playlist.js +6 -6
- package/cjs/cl.smooth.js +71 -71
- package/cjs/cl.thumbnails.js +23 -23
- package/cjs/cl.tizen.js +71 -71
- package/cjs/cl.ttml.js +27 -27
- package/cjs/cl.verimatrix.js +5 -5
- package/cjs/cl.vimond.js +13 -13
- package/cjs/cl.vr.js +19 -19
- package/cjs/cl.vtt.js +14 -14
- package/cjs/cl.youbora.js +19 -19
- package/cl.adobe.js +3 -3
- package/cl.airplay.js +3 -3
- package/cl.broadpeak.js +5 -5
- package/cl.cast.js +88 -88
- package/cl.conviva.js +27 -27
- package/cl.core.js +346 -344
- package/cl.crypto.js +8 -8
- package/cl.dash.js +67 -67
- package/cl.externs.js +47 -41
- package/cl.freewheel.js +19 -19
- package/cl.hls.js +57 -40
- package/cl.hlssmpte.js +5 -5
- package/cl.htmlcue.js +25 -25
- package/cl.ima.js +17 -16
- package/cl.mse.js +228 -228
- package/cl.muxdata.js +9 -8
- package/cl.onboard.js +4 -4
- package/cl.persistent.js +10 -10
- package/cl.playlist.js +5 -5
- package/cl.smooth.js +58 -59
- package/cl.thumbnails.js +17 -17
- package/cl.tizen.js +57 -57
- package/cl.ttml.js +22 -22
- package/cl.verimatrix.js +4 -4
- package/cl.vimond.js +8 -8
- package/cl.vr.js +15 -15
- package/cl.vtt.js +12 -12
- package/cl.youbora.js +14 -14
- package/package.json +1 -1
- package/typings.d.ts +108 -7
package/cjs/cl.muxdata.js
CHANGED
|
@@ -1,16 +1,15 @@
|
|
|
1
1
|
(function(){var g={}; var _ = _ || {}
|
|
2
|
-
var f=function(window){var
|
|
3
|
-
|
|
4
|
-
d.language);return
|
|
5
|
-
a.l.
|
|
6
|
-
"adplay");
|
|
7
|
-
_.t.initialize=function(a,b){this.
|
|
8
|
-
_.t.destroy=function(){this.
|
|
9
|
-
_.t.
|
|
10
|
-
_.t.
|
|
11
|
-
_.t.onContentWillLoad=function(a,b){var c=a.getConfiguration();
|
|
12
|
-
|
|
13
|
-
_.Eo(new Su);};
|
|
2
|
+
var f=function(window){var Ou=function(a,b){this.l=a;this.m=this.f=null;this.B=("000000"+(Math.random()*Math.pow(36,6)<<0).toString(36)).slice(-6);this.a=new _.eg;this.h=b;this.o=this.j=this.g=this.w=!1;this.A=null},Qu=function(a){var b={debug:!0,data:Pu(a)};a.f&&a.f.muxOptionsOverride&&_.K.Mc(a.f.muxOptionsOverride)&&(b=_.K.ya(b,a.f.muxOptionsOverride));b=_.K.ya(b,{getPlayheadTime:function(){return 1E3*a.l.getPosition()},getStateData:function(){a.h.debug("getStateData()");var c=a.l.getLoadedSource(),d=a.l.getTrackManager(),
|
|
3
|
+
e=a.l.getSurface(),f={player_is_paused:a.l.isPaused(),player_is_fullscreen:e.isFullscreen(),video_source_duration:1E3*a.l.getDuration(),player_autoplay_on:!!a.l.getConfiguration().autoplay};if(c){var g=new _.Bi(c.url);f.video_source_url=_.Ci(g);f.video_source_mime_type=c.type;c.name&&(f.video_title=c.name)}if(c=e.getContainer())f.player_width=c.offsetWidth,f.player_height=c.offsetHeight;(c=a.l.getSurface().getMedia())?c={videoWidth:c.videoWidth,videoHeight:c.videoHeight}:(c=a.l.getTrackManager().fa(),
|
|
4
|
+
c={videoWidth:c.width,videoHeight:c.height});e=c;c=e.videoWidth;e=e.videoHeight;a.h.debug("Video dimensions: "+c+"x"+e);c&&e&&(f.video_source_height=c,f.video_source_width=e);(d=d.pa())&&d.language&&(f.player_language_code=d.language);return f}});a.h.debug("Mux SDK options",b);return b},Pu=function(a){var b={env_key:a.f.envKey,video_title:a.m&&a.m.name||"",player_name:_.ra,player_software_name:_.ra,player_software_version:_.ea,player_mux_plugin_name:"CastlabsPlayer built-in Mux Plugin",player_mux_plugin_version:_.ea};
|
|
5
|
+
(a=a.l.getConfiguration().viewerId)&&(b.viewer_user_id=a);return b},Ru=function(a,b,c){a.h.debug("Event: "+b);a.A.emit(a.B,b,c)},Su=function(a){a.a.on(a.l,_.Fe,function(){var b={player_playhead_time:1E3*a.l.getPosition()};Ru(a,_.Fe,b)});a.a.on(a.l,_.Zd,function(){return Ru(a,_.Zd)});a.a.on(a.l,_.uc,a.ji.bind(a));a.a.on(a.l,_.se,a.li.bind(a));a.a.on(a.l,_.Ne,function(){return Ru(a,_.me)});a.a.on(a.l,_.Me,function(){return Ru(a,_.le)});a.a.on(a.l,_.jd,a.ki.bind(a));a.a.on(a.l,_.Ib,function(){return Ru(a,
|
|
6
|
+
"adbreakstart")});a.a.on(a.l,_.Jb,function(){return Ru(a,"adbreakend")});a.a.on(a.l,_.Vb,function(){Ru(a,"adplay");Ru(a,"adplaying")});a.a.on(a.l,_.Rb,function(){return Ru(a,"adpause")});a.a.on(a.l,_.Tb,function(){Ru(a,"adplay");Ru(a,"adplaying")});a.a.on(a.l,_.Wb,function(){return Ru(a,"adended")});a.a.on(a.l,_.Nb,function(){return Ru(a,"adfirstquartile")});a.a.on(a.l,_.Qb,function(){return Ru(a,"admidpoint")});a.a.on(a.l,_.Xb,function(){return Ru(a,"adthirdquartile")})},Tu=function(){this.f=null;
|
|
7
|
+
this.a=!1;this.h=new _.H("clpp.muxdata")},Uu=function(){};_.t=Ou.prototype;_.t.initialize=function(a,b,c){this.f=a;this.m=b;this.A=c;this.w=!1;if(!this.g){try{this.g=!0,this.A.init(this.B,Qu(this))}catch(d){throw this.g=!1,_.hg(this.a),new _.L(1,9,9302,null,d);}Ru(this,"playerready")}this.j&&!this.o&&(a=Pu(this),Ru(this,"videochange",a),this.j=!1);Su(this)};_.t.release=function(){this.h.debug("release()");this.j?this.h.debug(_.ia):(_.hg(this.a),this.j=!0,this.m=this.f=null)};
|
|
8
|
+
_.t.destroy=function(){this.h.debug(_.Yc);this.o?this.h.debug(_.ha):(this.o=!0,this.g&&this.w&&Ru(this,"viewend"),Ru(this,"destroy"))};_.t.ji=function(a){this.h.debug(_.Md);var b=a.detail;a=this.l.getTrackManager();b&&b.bandwidth&&(b=b.bandwidth,(a=a.Ia())&&a.bandwidth&&(b+=a.bandwidth),Ru(this,"renditionchange",{video_source_bitrate:b}))};
|
|
9
|
+
_.t.li=function(a){this.h.debug(_.Qd);switch(a.detail.currentState){case _.kn:this.l.getConfiguration().autoplay&&Ru(this,_.Zd);break;case _.mn:Ru(this,_.$d);break;case _.ln:Ru(this,_.Vd);break;case _.en:this.w=!0,Ru(this,_.id)}};
|
|
10
|
+
_.t.ki=function(a){this.h.debug(_.Nd);if(this.g&&(a=a.detail||null))if(10003===a.code)Ru(this,"aderror");else if(a.severity===_.M){var b=a.message||"Player error";if(1===a.category||6100===a.code||6007===a.code)b="Download error",6100===a.code?b="Certificate request error":6007===a.code&&(b="License request error"),b=b+" castlabs-error-data:"+JSON.stringify(a.data);Ru(this,_.jd,{player_error_code:a.code,player_error_message:b})}};_.w(Tu,_.nq);_.t=Tu.prototype;_.t.onPlayerCreated=function(a){this.f=new Ou(a,this.h)};
|
|
11
|
+
_.t.onContentWillLoad=function(a,b){var c=a.getConfiguration();var d=null;(this.a=!_.K.R(c.muxdata)&&typeof c.muxdata===_.Ld)?(d=c.muxdata,c=d.muxLib,d="undefined"!==typeof c&&typeof c.init===_.ld&&typeof c.emit===_.ld?d.muxLib:window.mux,"undefined"===d&&(this.h.warn("Mux SDK is not loaded. Will do nothing."),this.a=!1,c=new _.L(1,9,9301),this.S(a,c))):this.h.warn("Mux plugin is loaded but not configured. Will do nothing.");if(this.a){c=a.getConfiguration();c=_.K.Qa(c.muxdata||{});try{var e=[];typeof c===
|
|
12
|
+
_.Ld&&(c.envKey||e.push("envKey"));if(0<e.length)throw new _.L(1,9,9300,{missingKeys:e});this.f.initialize(c,b,d)}catch(f){this.a=!1,this.S(a,f)}}};_.t.onContentLoaded=function(){};_.t.onPlayerWillDestroy=function(){this.a&&(this.f.destroy(),this.f=null)};_.t.onPlayerWillRelease=function(){this.a&&this.f.release()};_.t.id=function(){return"mux"};_.t.S=function(a,b){a.trigger(new _.I(_.jd,{detail:b}))};_.C("clpp.muxdata.MuxDataPlugin",Tu);Tu.Id="mux";Uu.prototype.create=function(){return new Tu};_.Fo(new Uu);};
|
|
14
13
|
if(typeof(module)!="undefined"&&module.exports){var x=require("./cl.core.js");_ = x._;(f.call(g,this));module.exports=g;}
|
|
15
14
|
else if (typeof(define)!="undefined"&&define.amd) {define(["./cl.core"], function(c){_=c._;(f.call(g,this));return g;});}
|
|
16
15
|
else{_=this.clpp._;(f.call(g,this));}
|
package/cjs/cl.onboard.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
(function(){var g={}; var _ = _ || {}
|
|
2
|
-
var f=function(window){var
|
|
3
|
-
licenseResponse:_.
|
|
4
|
-
_.t
|
|
2
|
+
var f=function(window){var Mu=function(){this.l=null;this.h=new _.H("clpp.onboard")},Nu=function(a,b){function c(l){return l&&(_.Dh(l,"https://")||_.Dh(l,"http://")||_.Dh(l,"//"))?l:d+l}var d=b.baseUrl;_.Eh(d,"/")||(d+="/");var e=c(b.widevineUrl||"widevine"),f=c(b.playreadyUrl||"playready"),g=c(b.fairplayUrl||"fairplay"),h=new _.Bk(a);h.Oa(_.Uc,{licenseUrl:e,videoRobustness:[_.ob,void 0],audioRobustness:[_.nb,void 0],persistentStateRequired:!1,distinctiveIdentifierRequired:!1,serverCertificate:null,modifiers:{licenseRequest:_.pl,
|
|
3
|
+
licenseResponse:_.ul}});h.Oa(_.Sc,{licenseUrl:g,certificateUrl:g,modifiers:{licenseRequest:_.rl,licenseResponse:_.sl,extractContentId:_.ol,certificateRequest:_.tl}});h.Oa(_.Tc,{licenseUrl:f,modifiers:{licenseRequest:_.pl}});_.wk(h)};_.w(Mu,_.Ko);_.t=Mu.prototype;_.t.Ma=function(a){this.l=a};_.t.Fa=function(){this.l=null};
|
|
4
|
+
_.t.$b=function(){var a=this.l.getConfiguration().drm,b;if(b=!(!a||!a.env))b=a&&a.customData,b=!(!b||!b.baseUrl);b&&(b=a.env,a=a.customData,a={baseUrl:a.baseUrl,widevineUrl:a.widevineUrl,playreadyUrl:a.playreadyUrl,fairplayUrl:a.fairplayUrl},this.h.info("Registering the DRMtoday Onboard environment, name\x3d'"+b+"'"),Nu(b,a))};_.t.release=function(){};_.t.id=function(){return"onboard"};_.C("clpp.onboard.OnboardComponent",Mu);_.C("clpp.onboard.register",Nu);};
|
|
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.persistent.js
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
(function(){var g={}; var _ = _ || {}
|
|
2
|
-
var f=function(window){var
|
|
3
|
-
f.a)return _.x(f,_.
|
|
4
|
-
label:h,drmInfos:[{keySystem:b,licenseServerUri:c,distinctiveIdentifierRequired:!1,persistentStateRequired:!0,audioRobustness:"",videoRobustness:"",serverCertificate:d,initData:null,keyIds:null}]});return _.
|
|
5
|
-
serverCertificate:e?new Uint8Array(e):null,audioCapabilities:c,videoCapabilities:d,drmConfig:f}},
|
|
6
|
-
f.length?q["return"]():_.x(q,d.get(f),2);case 2:if(g=q.f)return e.debug(
|
|
7
|
-
drmConfig:a},_.x(q,d.store(f,g),4);case 4:return
|
|
8
|
-
_.t.store=function(a,b){var c;return _.
|
|
9
|
-
btoa(c));_.
|
|
10
|
-
_.
|
|
11
|
-
r=[];
|
|
12
|
-
return _.x(
|
|
13
|
-
_.
|
|
14
|
-
6);case 6:return _.x(l,_.
|
|
15
|
-
_.t.
|
|
2
|
+
var f=function(window){var tu="A persistent DRM session already exists for: ",uu="No DRM configuration.",vu="clpp.persistent",wu=function(a){a.B=[a.g];a.o=0;a.m=0},xu=function(a){var b=a.B.splice(0)[0];(b=a.g=a.g||b)?b.lg?a.a=a.o||a.m:void 0!=b.G&&a.m<b.G?(a.a=b.G,a.g=null):a.a=a.m:a.a=0},yu=function(a,b){for(var c=[],d=_.u(a),e=d.next();!e.done;e=d.next())c.push(b(e.value));return c},zu=function(a){a=a.f.keys();a=yu(a,function(b){return b.sessionId});return Array.from(a)},Au=function(a,b){var c,d,e;return _.B(function(f){if(1==
|
|
3
|
+
f.a)return _.x(f,_.qm(a,b),2);c=f.f;if(!c)return a.h.debug("Ignoring attempt to remove missing session",b),f["return"]();d=[];(e=a.f.get(c))&&a.B&&(e.qb=new _.di,d.push(e.qb));a.h.debug("Attempting to remove session",b);d.push(c.remove());return f["return"](Promise.all(d))})},Cu=function(a,b){a.J=Bu;a.K=[];a.F=!0;return _.Yl(a,b)},Eu=function(a,b,c,d,e,f){a.J=Du;var g=new Map,h=_.sm(b);g.set(h,{audioCapabilities:e,videoCapabilities:f,distinctiveIdentifier:_.Sd,persistentState:_.ie,sessionTypes:[_.Xd],
|
|
4
|
+
label:h,drmInfos:[{keySystem:b,licenseServerUri:c,distinctiveIdentifierRequired:!1,persistentStateRequired:!0,audioRobustness:"",videoRobustness:"",serverCertificate:d,initData:null,keyIds:null}]});return _.dm(a,g)},Fu=function(){},Gu=function(a){a=JSON.parse(a);var b=JSON.parse(a.sessionIds),c=JSON.parse(a.audioCapabilities),d=JSON.parse(a.videoCapabilities),e=JSON.parse(a.serverCertificate),f=JSON.parse(a.drmConfig);return{sessionIds:b,keySystem:a.keySystem,licenseServerUri:decodeURIComponent(a.licenseServerUri),
|
|
5
|
+
serverCertificate:e?new Uint8Array(e):null,audioCapabilities:c,videoCapabilities:d,drmConfig:f}},Hu=function(a,b){var c=_.yk(a),d=_.jk({drm:a});d.drm=a;var e=new _.Ul({Cb:b,onError:function(){},Ze:function(){},onExpirationUpdated:function(){},onEvent:function(){},getConfiguration:function(){return d},Kc:function(){return null}});e.g=c;return e},Ku=function(a,b,c){var d,e,f,g,h,l,m,n,p;return _.B(function(q){switch(q.a){case 1:d=Iu;e=Ju;if(!a)return e.debug(uu),q["return"]();f=a.offlineId;return 0===
|
|
6
|
+
f.length?q["return"]():_.x(q,d.get(f),2);case 2:if(g=q.f)return e.debug(tu,f),q["return"]();h=Hu(a,c);_.Af(q,3,4);return _.x(q,Cu(h,b),6);case 6:return _.x(q,_.jm(h),7);case 7:return _.x(q,_.km(h),8);case 8:return l=h.getDrmInfo(),m=b.map(function(r){return{contentType:_.Yi(r.video.mimeType,r.video.codecs),robustness:l.videoRobustness}}),n=zu(h),g={sessionIds:n,keySystem:l.keySystem,licenseServerUri:l.licenseServerUri,serverCertificate:l.serverCertificate,audioCapabilities:[],videoCapabilities:m,
|
|
7
|
+
drmConfig:a},_.x(q,d.store(f,g),4);case 4:return wu(q),_.x(q,h.destroy(),10);case 10:xu(q);break;case 3:throw p=_.Cf(q),e.error("Error while persisting DRM session"),new _.L(1,6,6200,null,p);}})},Lu=function(){this.l=null;this.a=Iu;this.h=new _.H(vu)},Bu=1,Du=2;_.t=Fu.prototype;
|
|
8
|
+
_.t.store=function(a,b){var c;return _.B(function(d){var e=JSON.stringify(b.sessionIds),f=b.serverCertificate?Array.from(b.serverCertificate):null;f=JSON.stringify(f);var g=JSON.stringify(b.audioCapabilities),h=JSON.stringify(b.videoCapabilities);c=JSON.stringify({sessionIds:e,keySystem:b.keySystem,licenseServerUri:encodeURIComponent(b.licenseServerUri),serverCertificate:f,audioCapabilities:g,videoCapabilities:h,drmConfig:JSON.stringify(b.drmConfig)});window.localStorage.setItem(encodeURIComponent(a),
|
|
9
|
+
btoa(c));_.z(d)})};_.t.get=function(a){var b;return _.B(function(c){return(b=window.localStorage.getItem(encodeURIComponent(a)))?c["return"](Gu(atob(b))):c["return"](null)})};_.t["delete"]=function(a){return _.B(function(b){window.localStorage.removeItem(encodeURIComponent(a));_.z(b)})};_.t.clear=function(){return _.B(function(a){window.localStorage.clear();_.z(a)})};_.t.getName=function(){return"clpp.persistent.SimpleSessionStorage"};_.C("clpp.persistent.useStorage",function(a){var b=["store","get","delete","clear","getName"];var c=[];_.K.R(a)||(_.K.mb(a.store)||c.push("store"),_.K.mb(a.get)||c.push("get"),_.K.mb(a["delete"])||c.push("delete"),_.K.mb(a.clear)||c.push("clear"),_.K.mb(a.getName)||c.push("getName"),b=c);if(0<b.length)throw Ju.warn("Invalid session storage implementation"),new _.L(1,6,6202,{missingMethods:b});Iu=a});
|
|
10
|
+
_.C("clpp.persistent.fetchLicense",function(a,b,c){for(var d=[],e=2;e<arguments.length;++e)d[e-2]=arguments[e];var f,g,h,l,m,n,p,q,r,v,y,A,E,F,D,J,ja,P,Na;return _.B(function(pa){switch(pa.a){case 1:f=Iu;g=Ju;h=function(ta,Fa){return new _.L(1,6,6200,ta,Fa)};l=_.qn(a).shift();if(!l)throw h("No source specified.");if(!b)throw h(uu);m=b.offlineId;if(typeof m!==_.ve||!m.length)throw h("Missing offline id.");return _.x(pa,f.get(m),2);case 2:if(n=pa.f)return g.debug(tu,m),pa["return"]();p=_.jk();q=new _.pi;
|
|
11
|
+
r=[];v=_.u(d);for(y=v.next();!y.done;y=v.next())A=y.value,E=new A,_.nk(E.id())||(E.Ma(null),_.pk(E),r.push(E));F=null;_.Af(pa,3,4);return _.x(pa,_.Ep(l.url,q,p.manifest.attemptParameters,l.type||null),6);case 6:return F=pa.f,F.configure(p.manifest),_.x(pa,F.start(l.url,{networkingEngine:q,filterAllPeriods:function(){},filterNewPeriod:function(){},onTimelineCueAdded:function(){},onEvent:function(){},onError:function(){}}),7);case 7:D=pa.f;if(!D.periods.length)throw h(null,new _.L(_.M,4,4014));J=_.xp(D.periods);
|
|
12
|
+
return _.x(pa,Ku(b,J,q),4);case 4:for(wu(pa);r.length;)ja=r.shift(),ja.Fa(),_.mk["delete"](ja.id());P=[];F&&P.push(F.stop());P.push(q.destroy());return _.x(pa,Promise.all(P),9);case 9:xu(pa);break;case 3:Na=_.Cf(pa);if(Na instanceof _.L&&6200===Na.code)throw Na;throw h(null,Na);}})});
|
|
13
|
+
_.C("clpp.persistent.removeLicense",function(a){var b,c,d,e,f,g,h;return _.B(function(l){switch(l.a){case 1:b=Iu;c=Ju;if(!_.K.Y(a)||0===a.length)return c.warn("Invalid offlineId"),l["return"]();e=d=null;_.Af(l,2,3);return _.x(l,b.get(a),5);case 5:f=l.f;if(!f)return c.debug("No persistent DRM session found"),l["return"]();f.drmConfig.delayLicenseRequestUntilPlayed=!0;e=new _.pi;d=Hu(f.drmConfig,e);return _.x(l,Eu(d,f.keySystem,f.licenseServerUri,f.serverCertificate,f.audioCapabilities,f.videoCapabilities),
|
|
14
|
+
6);case 6:return _.x(l,_.jm(d),7);case 7:return _.x(l,Promise.all(f.sessionIds.map(function(m){return _.B(function(n){if(1==n.a)return _.x(n,Au(d,m),2);c.debug("successfully removed session with id",m);_.z(n)})})),8);case 8:return _.x(l,b["delete"](a),3);case 3:return wu(l),g=[],d&&g.push(d.destroy()),e&&g.push(e.destroy()),_.x(l,Promise.all(g),10);case 10:xu(l);break;case 2:throw h=_.Cf(l),c.error("Failed to remove session"),new _.L(1,6,6201,null,h);}})});var Iu=new Fu,Ju=new _.H(vu);_.w(Lu,_.Ko);_.t=Lu.prototype;_.t.Ma=function(a){this.l=a};_.t.Fa=function(){this.l=null};_.t.release=function(){};_.t.$b=function(){this.a=Iu};_.t.id=function(){return _.Wd};_.t.Hk=function(a,b,c){var d=this,e;return _.B(function(f){if(1==f.a){if(!a)return d.h.debug("No DRM configuration found for loaded source."),f["return"]();_.Af(f,2);return _.x(f,Ku(a,b,c),4)}if(2!=f.a)return d.l.trigger(new _.I(_.cd,{offlineId:a.offlineId})),_.Bf(f,0);e=_.Cf(f);d.l.onError(e);_.z(f)})};
|
|
15
|
+
_.t.dj=function(a){var b=this,c;return _.B(function(d){if(1==d.a)return _.Af(d,2),_.x(d,b.a.get(a),4);if(2!=d.a){if(c=d.f)return d["return"](c.sessionIds);b.h.debug("No offline session found for "+a);return d["return"]([])}_.Cf(d);b.h.warn("Error while loading session info from storage");return d["return"]([])})};_.C("clpp.persistent.PersistentLicenseComponent",Lu);};
|
|
16
16
|
if(typeof(module)!="undefined"&&module.exports){var x=require("./cl.core.js");_ = x._;(f.call(g,this));module.exports=g;}
|
|
17
17
|
else if (typeof(define)!="undefined"&&define.amd) {define(["./cl.core"], function(c){_=c._;(f.call(g,this));return g;});}
|
|
18
18
|
else{_=this.clpp._;(f.call(g,this));}
|
package/cjs/cl.playlist.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
(function(){var g={}; var _ = _ || {}
|
|
2
|
-
var f=function(window){var
|
|
3
|
-
_.t.
|
|
4
|
-
_.t.next=function(){var a=this,b;return _.
|
|
5
|
-
_.t.append=function(a){this.a.push(a);
|
|
6
|
-
|
|
7
|
-
|
|
2
|
+
var f=function(window){var qu=function(a,b){b=void 0===b?function(){return Promise.resolve()}:b;_.bk.call(this);this.l=a;this.m=b;this.f=0;this.a=[];this.g=!1;this.j=this.yg.bind(this)},ru=function(a){a.trigger(new _.I(_.be))},su=function(a,b){return 0<=b&&b<a.a.length};_.w(qu,_.bk);_.t=qu.prototype;_.t.on=function(a,b,c){return _.bk.prototype.on.call(this,a,b,c)};_.t.one=function(a,b,c){return _.bk.prototype.one.call(this,a,b,c)};_.t.off=function(a,b){return _.bk.prototype.off.call(this,a,b)};_.t.getPosition=function(){return this.f};
|
|
3
|
+
_.t.jj=function(){return this.a};_.t.Ee=function(){return 0<this.a.length&&su(this,this.f)?this.a[this.f]:null};_.t.lj=function(){var a=this.f+1;return 0<this.a.length&&su(this,a)?this.a[a]:null};_.t.wj=function(){return this.g};_.t.start=function(){this.g||(this.g=!0,this.l.on(_.id,this.j),this.Sd(this.f,!0))};_.t.stop=function(){this.g=!1;this.l.off(_.id,this.j)};_.t.yg=function(){this.next()};
|
|
4
|
+
_.t.next=function(){var a=this,b;return _.B(function(c){b=Math.min(a.a.length-1,a.f+1);return _.x(c,a.Sd(b),0)})};_.t.Kk=function(){var a=this,b;return _.B(function(c){b=Math.max(0,a.f-1);return _.x(c,a.Sd(b),0)})};_.t.Sd=function(a,b){b=void 0===b?!1:b;var c=this,d;return _.B(function(e){if(1==e.a){if(!(0<c.a.length&&su(c,a))||!b&&c.f===a)return e["return"]();c.f=a;return(d=c.Ee())?_.x(e,c.m(d),3):e.G(0)}if(4!=e.a)return _.x(e,c.l.load(d.configuration),4);c.trigger(new _.I(_.ae,{item:d}));_.z(e)})};
|
|
5
|
+
_.t.append=function(a){this.a.push(a);ru(this)};_.t.sj=function(a,b){if(0<=b&&b<=this.a.length){var c=this.Ee();this.a.splice(b,0,a);c&&(this.f=this.a.indexOf(c));ru(this)}};_.t.remove=function(a){if(0<this.a.length&&su(this,a)){if(this.f===a)throw Error("Can't remove the current item");this.a.splice(a,1);ru(this)}};_.t.clear=function(){this.stop();this.f=0;this.a=[];this.g=!1;ru(this)};_.C("clpp.Playlist",qu);qu.prototype.clear=qu.prototype.clear;qu.prototype.remove=qu.prototype.remove;
|
|
6
|
+
qu.prototype.insert=qu.prototype.sj;qu.prototype.append=qu.prototype.append;qu.prototype.goTo=qu.prototype.Sd;qu.prototype.previous=qu.prototype.Kk;qu.prototype.next=qu.prototype.next;qu.prototype.onEnded=qu.prototype.yg;qu.prototype.stop=qu.prototype.stop;qu.prototype.start=qu.prototype.start;qu.prototype.isStarted=qu.prototype.wj;qu.prototype.getUpcoming=qu.prototype.lj;qu.prototype.getCurrent=qu.prototype.Ee;qu.prototype.getQueue=qu.prototype.jj;qu.prototype.getPosition=qu.prototype.getPosition;
|
|
7
|
+
qu.prototype.off=qu.prototype.off;qu.prototype.one=qu.prototype.one;qu.prototype.on=qu.prototype.on;};
|
|
8
8
|
if(typeof(module)!="undefined"&&module.exports){var x=require("./cl.core.js");_ = x._;(f.call(g,this));module.exports=g;}
|
|
9
9
|
else if (typeof(define)!="undefined"&&define.amd) {define(["./cl.core"], function(c){_=c._;(f.call(g,this));return g;});}
|
|
10
10
|
else{_=this.clpp._;(f.call(g,this));}
|
package/cjs/cl.smooth.js
CHANGED
|
@@ -1,75 +1,75 @@
|
|
|
1
1
|
(function(){var g={}; var _ = _ || {}
|
|
2
|
-
var f=function(window){var
|
|
3
|
-
b,a.g),a.a+=2}catch(c){_.
|
|
4
|
-
a,b,c);this.g=d;this.offset=e},
|
|
5
|
-
b;this.timescale=c;this.width=d;this.height=e;this.volume=1;this.g=[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0]},
|
|
6
|
-
a);this.channelCount=b;this.sampleSize=c;this.sampleRate=d},
|
|
7
|
-
"":a;Y.call(this,"url ",0,1);this.location=a},
|
|
8
|
-
|
|
9
|
-
a;this.
|
|
10
|
-
String(d.bitrate)).replace("{start time}",String(c.t)).replace("{start_time}",String(c.t));return _.
|
|
11
|
-
sampleSize:NaN,channelCount:NaN};switch(c.type){case _.Re:a.
|
|
12
|
-
Number(a[1]);var e=Number(a[2]),f=Number(a[3]),g=Number(a[4]);g+=(Number(a[5])||0)/c.f;f+=g/c.frameRate;d=f+60*e+3600*d}else
|
|
13
|
-
b,c,d){this.frameRate=Number(a)||30;this.f=Number(b)||1;this.a=Number(d);0==this.a&&(this.a=a?this.frameRate*this.f:1);c&&(a=/^(\d+) (\d+)$/g.exec(c))&&(this.frameRate*=parseInt(a[1],10)/parseInt(a[2],10))},
|
|
14
|
-
d=null}c=new X("xxxx");a.type===_.Re?c=new
|
|
15
|
-
m.entries=[new
|
|
16
|
-
g]);d=(new
|
|
17
|
-
new
|
|
18
|
-
m.reader.getPosition()&&m.flags&1&&(p.
|
|
19
|
-
16);if(_.
|
|
20
|
-
!1);if(!h)return null;var l=(new
|
|
21
|
-
h.getAttribute("ttp:subFrameRate"),h.getAttribute("ttp:frameRateMultiplier"),h.getAttribute("ttp:tickRate")),h=h.getElementsByTagName("body")[0]))for(h=h.getElementsByTagName("p"),a=0,b=h.length;a<b;a++){f=h[a];g=c;for(var l=["begin",_.hd],m=0,n=l.length;m<n;m++){b:{var p=f;var q=l[m],r=new RegExp("\\w+:"+q),
|
|
22
|
-
"",g,d))}}e=(new XMLSerializer).serializeToString(e);c=_.
|
|
23
|
-
16,d.seek(e.start),e.write(d),h=d.buffer);return h},
|
|
24
|
-
this.J=!1;this.j=this.
|
|
25
|
-
e=f.f;a.m=e.uri;return f["return"](e)})},
|
|
26
|
-
c.getAttribute("IsLive"),q=+c.getAttribute("LookAheadCount"),r=+c.getAttribute("DVRWindowLength")||Infinity,
|
|
27
|
-
F=_.
|
|
28
|
-
|
|
29
|
-
if(
|
|
30
|
-
|
|
31
|
-
4,4037,
|
|
32
|
-
{
|
|
33
|
-
|
|
34
|
-
a.C.filterAllPeriods([
|
|
35
|
-
var h=
|
|
36
|
-
p;n=a.M++;var r=Promise.resolve.bind(Promise),
|
|
37
|
-
findSegmentPosition:
|
|
38
|
-
0,f=[],g=c.timescale||b;c.
|
|
39
|
-
|
|
40
|
-
a.a.error("required attribute not provided: "+c);throw new _.L(_.M,4,4038,a.m,c);}
|
|
41
|
-
X.prototype.get=function(a){if(this.type===a)return this;for(var b=0;b<this.f.length;b++){if(this.f[b].type===a)return this.f[b];var c=this.f[b].get(a);if(c)return c}return null};X.prototype.a=function(){var a=Math.pow(2,32)-1;var b=4+this.type.length;"uuid"===this.type&&(b+=16);if(0<this.f.length)for(var c=0;c<this.f.length;c++)b+=this.f[c].a();this.size>a&&(b+=8);return b};
|
|
42
|
-
X.prototype.write=function(a){var b=Math.pow(2,32)-1;this.start=a.getPosition();this.size=this.a();this.size>b?_.
|
|
43
|
-
_.
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
_.
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
_.
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
_.
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
_.t.update=function(){var a=this;if(this.
|
|
70
|
-
_.t.
|
|
71
|
-
_.t.
|
|
72
|
-
!0,e.data=h,3E3===h.code&&(e.code=4039)}if(d||!f)return Promise.reject(e);a.data=f;return Promise.resolve(a)};var
|
|
2
|
+
var f=function(window){var mH="Full MP4 box must have flags defined",nH="clpp.smooth.SmoothMP4Processor",oH="codecPrivateData",pH=function(a,b){var c=Math.floor(b/Math.pow(2,32)),d=b-c*Math.pow(2,32);_.S(a,c);_.S(a,d)},qH=function(a,b){try{a.f.setUint8(a.a,b),a.a+=1}catch(c){_.Ek()}},rH=function(a,b){qH(a,b>>16&255);qH(a,b>>8&255);qH(a,b&255)},sH=function(a,b){try{a.f.setUint16(a.a,b,a.g),a.a+=2}catch(c){_.Ek()}},tH=function(a,b){try{a.f.setInt32(a.a,b,a.g),a.a+=4}catch(c){_.Ek()}},uH=function(a,b){try{a.f.setInt16(a.a,
|
|
3
|
+
b,a.g),a.a+=2}catch(c){_.Ek()}},vH=function(a,b){if(void 0!=b){for(var c=new Uint8Array(b),d=Math.min(a.length,b),e=0;e<d;++e)c[e]=a.charCodeAt(e);for(;e<b;e++)c[e]=0;return c}c=new Uint8Array(a.length);for(d=0;d<a.length;++d)c[d]=a.charCodeAt(d);return c},X=function(a){this.type=a;this.size=this.start=0;this.parent=null;this.A=!1;this.entries=[];this.f=[]},Y=function(a,b,c){X.call(this,a);this.version=b;this.flags=c},wH=function(a,b,c){X.call(this,a);this.g=b;this.offset=c},xH=function(a,b,c,d,e){Y.call(this,
|
|
4
|
+
a,b,c);this.g=d;this.offset=e},yH=function(a,b,c){X.call(this,"ftyp");this.j=a;this.rg=b;this.g=c},zH=function(){X.call(this,_.Gd)},AH=function(){X.call(this,_.Ge)},BH=function(a,b,c){Y.call(this,"mvhd",1,0);this.timescale=a;this.duration=b;this.volume=256;this.j=c+1;this.g=[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0]},CH=function(){X.call(this,"mvex")},DH=function(a){Y.call(this,"trex",0,0);this.g=a},EH=function(a,b,c,d,e){Y.call(this,"tkhd",1,7);this.j=a;this.duration=
|
|
5
|
+
b;this.timescale=c;this.width=d;this.height=e;this.volume=1;this.g=[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0]},FH=function(a,b){Y.call(this,"mdhd",1,0);this.timescale=a;this.duration=b;this.language=21956},GH=function(a){Y.call(this,"hdlr",0,0);this.g=a},HH=function(){Y.call(this,"vmhd",0,1);this.g=new Uint8Array([0,0,0,0,0,0])},IH=function(a){X.call(this,a);this.A=!0},JH=function(a){IH.call(this,a);this.height=this.width=0;this.depth=24},KH=function(a,b,c,d){IH.call(this,
|
|
6
|
+
a);this.channelCount=b;this.sampleSize=c;this.sampleRate=d},LH=function(a,b){JH.call(this,"avc1");this.width=a;this.height=b},MH=function(a,b){LH.call(this,a,b);this.type="encv"},NH=function(a,b,c){KH.call(this,"mp4a",a,b,c)},OH=function(a,b,c){NH.call(this,a,b,c);this.type="enca"},PH=function(a,b){X.call(this,"avcC");this.Pa=a;this.Tb=b;this.version=1;this.g=this.Pa[0][1];this.j=this.Pa[0][2];this.level=this.Pa[0][3]},QH=function(a){Y.call(this,"esds",0,0);this.Kb=a},RH=function(a){a=void 0===a?
|
|
7
|
+
"":a;Y.call(this,"url ",0,1);this.location=a},SH=function(){Y.call(this,"dref",0,0)},TH=function(){X.call(this,_.ue)},UH=function(){Y.call(this,_.we,0,0)},VH=function(){Y.call(this,"stts",0,0)},WH=function(){Y.call(this,"stsc",0,0)},XH=function(){Y.call(this,"stco",0,0)},YH=function(){Y.call(this,"stsz",0,0)},ZH=function(){Y.call(this,"smhd",0,0)},$H=function(){X.call(this,"dinf")},aI=function(){X.call(this,_.Ed)},bI=function(){X.call(this,_.Ad)},cI=function(a,b){Y.call(this,"tfdt",a,0);this.g=b},
|
|
8
|
+
dI=function(){Y.call(this,"mfhd",0,0);this.g=0},eI=function(a,b){Y.call(this,"trun",a,b);this.o=this.m=this.g=0;this.w=[];this.sampleSize=[];this.B=[];this.j=[]},fI=function(a,b){Y.call(this,"tfhd",a,b);this.g=255;this.o=this.w=this.m=this.B=this.j=0},gI=function(){X.call(this,"traf")},hI=function(){X.call(this,"moof")},iI=function(){X.call(this,_.zd);this.g=new Uint8Array(0)},jI=function(){Y.call(this,"tenc",0,0);this.g=1;this.j=8;this.o="";this.m=[]},kI=function(a,b){Y.call(this,"schm",0,0);this.g=
|
|
9
|
+
a;this.j=b;this.Fb=""},lI=function(a){X.call(this,"frma");this.g=a},mI=function(){Y.call(this,"saio",0,0);this.offset=[0]},nI=function(a,b,c){Y.call(this,"saiz",0,0);this.g=a;this.m=b;this.j=c},oI=function(a,b){Y.call(this,"senc",a,b);this.j=0;this.m=8;this.g=[]},pI=function(a){var b=a.split("/");return b[b.length-1].toLowerCase().match("manifest(\\(.+\\))?")?a:a+"/Manifest"},qI=function(a,b,c,d){c=b.ag[c];b=b.gl;a=a.replace("Manifest","");b=b.replace("{bitrate}",String(d.bitrate)).replace("{Bitrate}",
|
|
10
|
+
String(d.bitrate)).replace("{start time}",String(c.t)).replace("{start_time}",String(c.t));return _.Nv([a],[b])[0]},rI=function(a,b){if(a.type!==b.type)return!1;var c=[];a.type===_.Re?c=["maxWidth","maxHeight","bitrate",oH,"fourCC"]:a.type===_.lc&&(c=["bitrate",oH,"channels","bitsPerSample","samplingRate","fourCC"]);return _.K.xa(a,b,c,["id","segmentIndex"])},sI=function(a,b,c){var d=c.Hd.split("00000001");a={id:1,type:c.type,duration:a/b,timescale:b,Pa:null,Tb:null,width:NaN,height:NaN,Kb:null,sd:NaN,
|
|
11
|
+
sampleSize:NaN,channelCount:NaN};switch(c.type){case _.Re:a.Pa=[_.Oh(d[1])];a.Tb=[_.Oh(d[2])];a.width=c.maxWidth;a.height=c.maxHeight;break;case _.lc:a.Kb=_.Oh(c.Hd),a.sampleSize=c.qh||16,a.sd=c.sd,a.channelCount=c.Hf}return a},tI=function(a,b){return a.filter(function(c){return c.type===b})},uI=function(a,b){var c=a.exec(b);return null==c||""==c[0]?null:(Number(c[4])||0)/1E3+(Number(c[3])||0)+60*(Number(c[2])||0)+3600*(Number(c[1])||0)},BI=function(a,b,c){var d=null;if(vI.test(a)){a=vI.exec(a);d=
|
|
12
|
+
Number(a[1]);var e=Number(a[2]),f=Number(a[3]),g=Number(a[4]);g+=(Number(a[5])||0)/c.f;f+=g/c.frameRate;d=f+60*e+3600*d}else wI.test(a)?d=uI(wI,a):xI.test(a)?d=uI(xI,a):yI.test(a)?(a=yI.exec(a),d=Number(a[1])/c.frameRate):zI.test(a)?(a=zI.exec(a),d=Number(a[1])/c.a):AI.test(a)&&(d=uI(AI,a));d+=b;b=Math.floor(d/3600);c=Math.floor((d-3600*b)/60);a=Math.floor(d-3600*b-60*c);d-=a;10>b&&(b="0"+b);10>c&&(c="0"+c);10>a&&(a="0"+a);0===d?d="000":d=Math.round(1E3*d);return b+":"+c+":"+a+"."+d},CI=function(a,
|
|
13
|
+
b,c,d){this.frameRate=Number(a)||30;this.f=Number(b)||1;this.a=Number(d);0==this.a&&(this.a=a?this.frameRate*this.f:1);c&&(a=/^(\d+) (\d+)$/g.exec(c))&&(this.frameRate*=parseInt(a[1],10)/parseInt(a[2],10))},EI=function(a){this.a=a;this.f=DI(this)},DI=function(a){for(var b=0,c=0;c<a.a.length;c++)b+=a.a[c].a();return new _.Dk(b)},FI=function(a,b,c){a:{var d=_.u([_.Uc,_.Tc]);for(var e=d.next();!e.done;e=d.next())if((e=c.Pd(e.value))&&e.keyId){d=e.keyId;break a}_.G(nH,"Could not get default Key ID for DRM init data!");
|
|
14
|
+
d=null}c=new X("xxxx");a.type===_.Re?c=new MH(a.width,a.height):c=new OH(a.channelCount,a.sampleSize,a.sd);a=new jI;a.g=1;a.j=8;a.o=d||"00000000000000000000000000000000";a=(new X("schi")).append([a]);b=(new X(_.oe)).append([new lI(b),new kI(_.Dc,65536),a]);c.append([b]);return c},GI=function(a,b){var c=b.Vd(),d=new BH(a.timescale,a.duration,a.id),e=(new CH).append([new DH(a.id)]),f=new EH(a.id,a.duration,a.timescale,a.width,a.height),g=new FH(a.timescale,a.duration),h=new GH(a.type),l=null,m=new SH;
|
|
15
|
+
m.entries=[new RH];var n=new UH;switch(a.type){case _.Re:var p=new PH(a.Pa,a.Tb);c?(l=FI(a,"avc1",b),l.append([p]),n.entries=[l]):(l=(new LH(a.width,a.height)).append([p]),n.entries=[l]);l=new HH;break;case _.lc:p=new QH(a.Kb),c?(l=FI(a,"mp4a",b),l.append([p]),n.entries=[l]):(l=(new NH(a.channelCount,a.sampleSize,a.sd)).append([p]),n.entries=[l]),l=new ZH}n=(new TH).append([n,new VH,new WH,new YH,new XH]);m=(new $H).append([m]);m=(new aI).append([l,m,n]);g=(new bI).append([g,h,m]);f=(new AH).append([f,
|
|
16
|
+
g]);d=(new zH).append([d,f,e]);e=new yH("dash",0,["iso6","mp41","avc1"]);c&&(c=b.Pd(_.Tc),f=b.Pd(_.Uc),c&&d.append([new wH("pssh",c.initData,8)]),f&&d.append([new wH("pssh",f.initData,8)]),c||f||_.G(nH,"Could not get PSSH init data!"));c=new EI([e,d]);return _.N(c.write())},II=function(a,b){var c,d,e,f,g,h;(new _.Pk).L("moof",_.Qk).W("mfhd",function(m){var n=new dI;n.g=_.T(m.reader);c=n}).L("traf",_.Qk).W("tfhd",function(m){var n=m.reader.Ca();if(null===m.flags)throw new _.L(_.M,3,3019,mH);var p=
|
|
17
|
+
new fI(m.version||0,m.flags||0);p.g=_.T(m.reader);0<n-m.reader.getPosition()&&m.flags&1&&(p.j=_.Nk(m.reader));0<n-m.reader.getPosition()&&m.flags&2&&(p.B=_.T(m.reader));0<n-m.reader.getPosition()&&m.flags&8&&(p.m=_.T(m.reader));0<n-m.reader.getPosition()&&m.flags&16&&(p.w=_.T(m.reader));0<n-m.reader.getPosition()&&m.flags&32&&(p.o=_.T(m.reader));d=p}).W("trun",function(m){var n=m.reader.Ca();if(null===m.flags)throw new _.L(_.M,3,3019,mH);var p=new eI(m.version||0,m.flags||0);p.g=_.T(m.reader);0<n-
|
|
18
|
+
m.reader.getPosition()&&m.flags&1&&(p.m=_.Lk(m.reader));0<n-m.reader.getPosition()&&m.flags&4&&(p.o=_.T(m.reader));if(0<n-m.reader.getPosition())for(n=0;n<p.g;n++)m.flags&256&&p.w.push(_.T(m.reader)),m.flags&512&&p.sampleSize.push(_.T(m.reader)),m.flags&1024&&p.B.push(_.T(m.reader)),m.flags&2048&&(0===m.version?p.j.push(_.T(m.reader)):p.j.push(_.Lk(m.reader)));e=p}).W("sdtp",function(m){var n=_.Ok(m.reader,m.reader.Ca());f=new xH("sdtp",m.version||0,m.flags||0,n,0)}).L("uuid",function(m){var n=_.Ok(m.reader,
|
|
19
|
+
16);if(_.Qh(n,HI)){n=_.T(m.reader);m.version=n>>>24;m.flags=n&16777215;n=new oI(m.version,m.flags);n.j=_.T(m.reader);m.flags&1&&(n.m=_.Jk(m.reader));for(var p=0;p<n.j;p++){var q={ig:_.Ok(m.reader,8),Sc:0,rf:[]};if(m.flags&2){q.Sc=_.Kk(m.reader);for(var r=0;r<q.Sc;r++){var v={Ff:0,Gf:0};v.Ff=_.Kk(m.reader);v.Gf=_.T(m.reader);q.rf.push(v)}}n.g.push(q)}g=n}}).L(_.zd,function(m){var n=new iI;0<m.reader.Ca()?n.g=_.Ok(m.reader,m.reader.Ca()):(_.G(nH,"mdat box is empty!"),n.g=new Uint8Array(0));h=n}).parse(a,
|
|
20
|
+
!1);if(!h)return null;var l=(new gI).append([d,e]);f&&l.append([f]);b.Vd()&&g&&l.append([g]);l=(new hI).append([c,l]);return new EI([l,h])},JI=function(a,b,c,d){var e=d.Vd(),f=parseInt(c*b,10);b=a.data||new ArrayBuffer(0);var g=II(b,d);if(null===g)return a.request.contentType===_.Ce?a.data:g;d=g.get(_.zd);if(a.request.contentType===_.Ce){e=d.g.buffer;if(c){e=_.zh(e);if((e=(new DOMParser).parseFromString(e,_.Ee))&&"tt"===e.documentElement.tagName.toLowerCase())var h=e.documentElement;if(h&&(d=new CI(h.getAttribute("ttp:frameRate"),
|
|
21
|
+
h.getAttribute("ttp:subFrameRate"),h.getAttribute("ttp:frameRateMultiplier"),h.getAttribute("ttp:tickRate")),h=h.getElementsByTagName("body")[0]))for(h=h.getElementsByTagName("p"),a=0,b=h.length;a<b;a++){f=h[a];g=c;for(var l=["begin",_.hd],m=0,n=l.length;m<n;m++){b:{var p=f;var q=l[m],r=new RegExp("\\w+:"+q),v=0;if(p.hasAttribute(q))p=p.getAttribute(q);else{q=p.attributes;for(var y=q.length;v<y;v++){var A=q[v].name;if(A=A.match(r)){p=p.getAttribute(A[0]);break b}}p=null}}f.setAttribute(l[m],BI(p||
|
|
22
|
+
"",g,d))}}e=(new XMLSerializer).serializeToString(e);c=_.Ah(e).buffer}else c=e;return c}h=new hI;a=g.get("mfhd");b=new gI;l=g.get("tfhd");m=new cI(1,f);f=g.get("trun");n=g.get("sdtp");c=g.get("senc");l.g=1;l.flags&=16777214;l.flags|=131072;b.append([l,m,f]);n&&b.append([n]);if(e){g=0;l=[];if(c.flags&2)for(l=[],m=0;m<c.j;m++)l.push(10+6*c.g[m].Sc);else g=8;b.append([c,new mI,new nI(g,l,c.j)])}h.append([a,b]);f.flags|=1;f.m=h.a()+8;d=new EI([h,d]);h=d.write();e&&(e=d.get("saio"),d=d.f,e.offset[0]=c.start+
|
|
23
|
+
16,d.seek(e.start),e.write(d),h=d.buffer);return h},KI=function(a,b,c){return{keySystem:a,licenseServerUri:"",distinctiveIdentifierRequired:!1,persistentStateRequired:!1,audioRobustness:"",videoRobustness:"",serverCertificate:null,initData:[b],keyIds:c,periodId:null}},LI=function(a,b,c){a=_.Pl(a);c&&a.version!==c&&(a=_.Gv(a,c));return{initData:_.Ev(a),initDataType:_.Dc,keyId:b,periodId:null}},NI=function(){this.w=this.g=this.f=this.C=null;this.M=1;this.T=0;this.m="";this.B=this.a=null;this.h=new _.H("clpp.smooth.SmoothParser");
|
|
24
|
+
this.J=!1;this.j=this.A=null;this.P=MI;this.H=0;this.D=this.I=Infinity;this.o=[];this.K=this.Qk.bind(this);this.F=new Map},OI=function(a,b){var c,d,e;return _.B(function(f){if(1==f.a)return c=_.Zh(b),c.timeout=a.f.attemptParameters.timeout,c.maxAttempts=Math.max(a.f.attemptParameters.maxAttempts,b.length),c.baseDelay=a.f.attemptParameters.baseDelay,c.backoffFactor=a.f.attemptParameters.backoffFactor,c.fuzzFactor=a.f.attemptParameters.fuzzFactor,c.type=1,d=a.C.networkingEngine.fetch(c),_.x(f,d.O,2);
|
|
25
|
+
e=f.f;a.m=e.uri;return f["return"](e)})},VI=function(a,b){var c=null;try{var d=new DOMParser;try{var e=_.zh(b);var f=d.parseFromString(e.trim(),_.Ee)}catch(wC){throw wC;}if(f&&f.documentElement.tagName==_.ub)var g=f.documentElement;c=g&&0<g.getElementsByTagName("parsererror").length?null:g}catch(wC){}if(!c)throw a.h.error("Unable to parse manifest"),new _.L(_.M,4,4033,a.m);var h=+PI(a,c,"MajorVersion"),l=+PI(a,c,"MinorVersion"),m=+c.getAttribute("TimeScale")||1E7,n=+PI(a,c,"Duration"),p="TRUE"===
|
|
26
|
+
c.getAttribute("IsLive"),q=+c.getAttribute("LookAheadCount"),r=+c.getAttribute("DVRWindowLength")||Infinity,v=_.Bl(c,"Protection")[0];if(!1===/^[2].[0-2]$/.test(""+h+"."+l))throw a.h.error("Smooth Streaming version must be 2.0, 2.1 or 2.2"),new _.L(_.M,4,4036,a.m);p?(QI(a,RI),a.A=typeof a.f.liveRefreshPeriod===_.k?1E3*a.f.liveRefreshPeriod:Math.min(1E3*a.H,1E4),n=Infinity):QI(a,MI);a.a={startTime:0,delay:0,duration:n/m,ye:r/m,md:0};if(v){var y=a.f.playreadyVersion,A=[],E=_.Bl(v,"ProtectionHeader")[0],
|
|
27
|
+
F=_.Nh(_.Dl(E)||""),D=_.Pl(F).a;A.push(KI(_.Uc,{initData:_.Ev(_.Il(D)),initDataType:_.Dc,keyId:D,periodId:null},[D]));A.push(KI(_.Tc,LI(F,D,y),[D]));a.o=A}var J=[],ja=_.Bl(c,"StreamIndex");if(!ja.length)throw a.h.error("No streams found!"),new _.L(_.M,4,4034,a.m);for(var P=0;P<ja.length;P++){for(var Na,pa=a,ta=ja[P],Fa=PI(pa,ta,"Type"),Ka=+ta.getAttribute("Chunks"),wa=ta.getAttribute("Subtype"),Aa=_.gh(ta.getAttribute("Language")||_.Ie),Ba=ta.getAttribute("Name")||"",gb=+ta.getAttribute(_.Wa),Ab=
|
|
28
|
+
+ta.getAttribute(_.Va),qb=PI(pa,ta,"Url"),ff=+ta.getAttribute("TimeScale")||null,Ri=[],Si=_.Bl(ta,_.ib),Ti=0;Ti<Si.length;Ti++){var Eb=pa,mc=Si[Ti],hs=Fa,CM=+mc.getAttribute("Index"),DM=+PI(Eb,mc,"Bitrate"),zC=NaN,AC=NaN,Bm=NaN,is=NaN,BC=NaN,CC=NaN,DC=NaN,EC=mc.getAttribute("FourCC");switch(hs){case _.Re:zC=+PI(Eb,mc,_.Va);AC=+PI(Eb,mc,_.Wa);break;case _.lc:is=+mc.getAttribute("Channels")||2,Bm=+PI(Eb,mc,"SamplingRate"),CC=+PI(Eb,mc,"AudioTag"),BC=+PI(Eb,mc,"BitsPerSample"),DC=+PI(Eb,mc,"PacketSize")}var js=
|
|
29
|
+
String(mc.getAttribute("CodecPrivateData"));if(hs===_.lc&&!js){var FC=is,GC={96E3:0,88200:1,64E3:2,48E3:3,44100:4,32E3:5,24E3:6,22050:7,16E3:8,12E3:9,11025:10,8E3:11,7350:12},Cm=GC[Bm];if("AACH"===EC){var oc=new Uint8Array(4);var HC=GC[2*Bm];oc[0]=40|Cm>>1;oc[1]=Cm<<7|FC<<3|HC>>1;oc[2]=HC<<7|8;oc[3]=0;var ag=new Uint16Array(2);ag[0]=(oc[0]<<8)+oc[1];ag[1]=(oc[2]<<8)+oc[3];var IC=ag[0].toString(16)+ag[1].toString(16)}else oc=new Uint8Array(2),oc[0]=16|Cm>>1,oc[1]=Cm<<7|FC<<3,ag=new Uint16Array(1),
|
|
30
|
+
ag[0]=(oc[0]<<8)+oc[1],IC=ag[0].toString(16);js=IC.toUpperCase()}var EM={id:Eb.T++,type:hs,index:CM,bitrate:DM,Hd:js,maxHeight:zC,maxWidth:AC,sd:Bm,Hf:is,zl:CC,qh:BC,Ml:DC,Wi:EC,segmentIndex:null};Ri.push(EM)}Na=Ri;for(var re=[],JC=_.Bl(ta,"c"),kj=0;kj<JC.length;kj++){var ks=JC[kj],Fd=parseInt(ks.getAttribute("t"),10),lh=parseInt(ks.getAttribute("d"),10),ls=parseInt(ks.getAttribute("r"),10),lj=0;if(isNaN(Fd)&&isNaN(lh))throw pa.h.error("Either one or both FragmentDuration and FragmentTime field MUST be present in StreamFragmentElement"),
|
|
31
|
+
new _.L(_.M,4,4037,pa.m);0===kj&&isNaN(Fd)&&(lj=Fd=0);if(0<kj){var bg=re[re.length-1];lj=bg.n+1;bg.d||(bg.d=Fd-bg.t);Fd||(Fd=bg.t+bg.d);lh||(lh=Fd-bg.t)}re.push({n:lj,d:lh,t:Fd});if(ls){ls--;for(var KC=0;KC<ls;KC++){var Dm=re[re.length-1];lj=Dm.n+1;Fd=Dm.t+Dm.d;lh=Dm.d;re.push({n:lj,d:lh,t:Fd})}}}pa.cd()||re.length===Ka||pa.h.warn("Number of fragments ("+Ka+") differs from number of chunks ("+re.length+").");J.push({type:Fa,Cl:Ka,Yk:wa,language:Aa,name:Ba,maxWidth:gb,maxHeight:Ab,gl:qb,tracks:Na,
|
|
32
|
+
ag:re,timescale:ff})}var jf={Kl:h,rg:l,timescale:m,duration:n,isLive:p,Jl:q,ye:r,Ke:!1,streams:J};if(a.g&&a.w)return SI(a,jf),Promise.resolve();a.F.clear();var ms=jf.timescale,ns=jf.duration,GM=tI(jf.streams,_.lc),HM=tI(jf.streams,_.Re),IM=tI(jf.streams,_.Ce),LC=[],Em=TI(a,ns,ms,GM),Fm=TI(a,ns,ms,HM),JM=TI(a,ns,ms,IM);Em.length||(Em=[null]);Fm.length||(Fm=[null]);for(var ps=0;ps<Fm.length;ps++)for(var qs=0;qs<Em.length;qs++)LC.push(UI(a,Fm[ps],Em[qs]));var MC={startTime:0,variants:LC,textStreams:JM,
|
|
33
|
+
thumbStreams:[]};var LM=jf.streams,rs=a.a.startTime,NC=a.a.delay,ss=a.I,OC=Math.min(a.a.duration||Infinity,ss),ts=a.cd(),MM=a.a.ye,NM=a.a.md,PC=a.H,QC=isFinite(a.D)?a.D:0;if(ts)OC=Infinity,rs=Date.now()/1E3-NM,a.a.startTime=rs,NC=3*PC;else for(var OM=isFinite(ss)?ss:a.a.duration,RC=_.u(LM),us=RC.next();!us.done;us=RC.next())for(var SC=_.u(us.value.tracks),vs=SC.next();!vs.done;vs=SC.next()){var TC=vs.value;TC.segmentIndex.offset(-QC);_.Dw(TC.segmentIndex,OM)}a.B=new _.lw(rs,NC,!ts,!0);a.B.f=OC;_.qw(a.B,
|
|
34
|
+
PC);a.B.m=MM;ts||a.B.offset(-QC);a.C.filterAllPeriods([MC]);a.g={presentationTimeline:a.B,periods:[MC],offlineSessionIds:[],minBufferTime:0};Promise.resolve();a.J||(a.C.networkingEngine.ne(a.K),a.J=!0);a.w=jf;return Promise.resolve()},SI=function(a,b){for(var c=0;c<a.w.streams.length;c++)for(var d=b.streams[c],e={},f=_.u(a.w.streams[c].tracks),g=f.next();!g.done;e={Jb:e.Jb},g=f.next())if(e.Jb=g.value,g=d.tracks.find(function(l){return function(m){return m.type===l.Jb.type&&m.bitrate===l.Jb.bitrate}}(e))){rI(e.Jb,
|
|
35
|
+
g)||a.h.warn("The current stream is updated with a stream that seems to have different base properties!");var h=WI(a,a.w.timescale,d,g);g=e.Jb.segmentIndex;g.ya(h);(h=a.a.ye)&&_.Bw(g,_.Aw(g)-h).forEach(function(l){l.Ka().forEach(function(m){a.F["delete"](m)})})}else a.h.warn("Cannot find satisfying update for "+e.Jb.type+" track with bitrate "+(e.Jb.bitrate+". Skipping update."))},TI=function(a,b,c,d){for(var e=[],f={tc:0};f.tc<d.length;f={tc:f.tc},f.tc++){var g=d[f.tc].tracks.map(function(h){return function(l){var m=
|
|
36
|
+
d[h.tc],n=WI(a,c,m,l),p=new _.zw(n),q=null;m.type!==_.Ce&&(q=XI(a,b,c,m,l));l.segmentIndex=p;n=a.M++;var r=Promise.resolve.bind(Promise),v=p.Dc.bind(p),y=p.get.bind(p),A=p.Vc.bind(p);p=p.getDuration.bind(p);var E=YI[m.type],F="";switch(m.type){case _.Re:F=l.Hd;var D=/00000001[0-9]7/.exec(F);F="avc1."+(D&&D[0]?F.substr(F.indexOf(D[0])+10,6):"42c00c");a.h.debug("VIDEO CODECS: ",F);break;case _.lc:F=l.Hd,D=2,"AACH"===l.Wi?D=5:F&&(D=(parseInt(F.substr(0,2),16)&248)>>3),F="mp4a.40."+D,a.h.debug("AUDIO CODECS: ",
|
|
37
|
+
F)}D=m.type===_.Ce?ZI[m.Yk]:void 0;return{id:n,originalId:null,Ol:null,createSegmentIndex:r,findSegmentPosition:v,getSegmentReference:y,adjustSegmentDurations:A,getDuration:p,segmentIndex:null,segmentLookupStrategy:_.qv,initSegmentReference:q,mimeType:E,codecs:F,frameRate:void 0,bandwidth:l.bitrate,width:l.maxWidth||void 0,height:l.maxHeight||void 0,kind:D,encrypted:a.Ne(),keyId:null,language:m.language,label:m.name,type:m.type,primary:!1,trickModeVideo:null,emsgSchemeIdUris:null,roles:[],channelsCount:l.Hf||
|
|
38
|
+
null,closedCaptions:null}}}(f));e=e.concat(g)}return e},WI=function(a,b,c,d){var e=0,f=[],g=c.timescale||b;c.ag.forEach(function(h,l){var m=h.d/g;if(0===l){var n=h.t/g;a.D=Math.min(a.D,n)}else n=f[l-1].endTime;var p=n+m,q=qI(a.m,c,l,d);a.H=Math.max(a.H,m);f.push(new _.Qv(l,n,p,function(){return[q]},0,null,0,null,!0,g));a.F.set(q,n);e+=m});if(c.type===_.Re||c.type===_.lc)b=f[f.length-1],a.I=Math.min(a.I,e),0===a.a.md?a.a.md=b.endTime:a.a.md=Math.min(a.a.md,b.endTime);return f},XI=function(a,b,c,d,
|
|
39
|
+
e){b=sI(b,d.timescale||c,e);c={isLive:a.cd.bind(a),Vd:a.Ne.bind(a),bj:function(){return 1},Pd:a.cg.bind(a)};d=new Uint8Array(0);try{d=GI(b,c)}catch(g){throw a.h.error("Failed to generate initialization segment."),new _.L(_.M,3,4035,g);}var f="data:text/plain;base64,"+_.Mh(d);return new _.Pv(function(){return[f]},0,null,null,!0)},UI=function(a,b,c){var d=(c?c.bandwidth:0)+(b?b.bandwidth:0),e=c?c.language:_.Ie;return c||b?{id:a.M++,language:e,primary:!1,audio:c,video:b,bandwidth:d,drmInfos:a.o,allowedByApplication:!0,
|
|
40
|
+
allowedByKeySystem:!0}:null},PI=function(a,b,c){if(b=b.getAttribute(c))return b;a.h.error("required attribute not provided: "+c);throw new _.L(_.M,4,4038,a.m,c);},$I=function(a,b){null!=a.A&&null!=b&&(a.j=window.setTimeout(a.Db.bind(a),b))},QI=function(a,b){var c=b===MI;a.g&&a.g.presentationTimeline&&_.mw(a.g.presentationTimeline,c);c&&null!=a.j&&(window.clearTimeout(a.j),a.j=null,a.A=null);a.P=b},aJ=function(){};
|
|
41
|
+
X.prototype.append=function(a){a=void 0===a?[]:a;for(var b=0;b<a.length;b++)this.f.push(a[b]),a[b].parent=this;return this};X.prototype.get=function(a){if(this.type===a)return this;for(var b=0;b<this.f.length;b++){if(this.f[b].type===a)return this.f[b];var c=this.f[b].get(a);if(c)return c}return null};X.prototype.a=function(){var a=Math.pow(2,32)-1;var b=4+this.type.length;"uuid"===this.type&&(b+=16);if(0<this.f.length)for(var c=0;c<this.f.length;c++)b+=this.f[c].a();this.size>a&&(b+=8);return b};
|
|
42
|
+
X.prototype.write=function(a){var b=Math.pow(2,32)-1;this.start=a.getPosition();this.size=this.a();this.size>b?_.S(a,1):_.S(a,this.size);_.Fk(a,vH(this.type));this.size>b&&pH(a,this.size);"uuid"===this.type&&_.Fk(a,null);if(0<this.f.length&&!this.A)for(b=0;b<this.f.length;b++)this.f[b].write(a),this.f[b].a(),a.getPosition()};_.w(Y,X);Y.prototype.a=function(){return 4+X.prototype.a.call(this)};Y.prototype.write=function(a){X.prototype.write.call(this,a);qH(a,this.version);rH(a,this.flags)};
|
|
43
|
+
_.w(wH,X);wH.prototype.a=function(){return this.g.byteLength+X.prototype.a.call(this)-this.offset};wH.prototype.write=function(a){X.prototype.write.call(this,a);_.Fk(a,this.g,this.offset);a.getPosition()};_.w(xH,Y);xH.prototype.a=function(){return this.g.byteLength+Y.prototype.a.call(this)-this.offset};xH.prototype.write=function(a){Y.prototype.write.call(this,a);_.Fk(a,this.g,this.offset);a.getPosition()};_.w(yH,X);
|
|
44
|
+
yH.prototype.a=function(){var a=this.j.length;a=a+4+this.g.join("").length;return a+X.prototype.a.call(this)};yH.prototype.write=function(a){X.prototype.write.call(this,a);_.Fk(a,vH(this.j));_.S(a,this.rg);_.Fk(a,vH(this.g.join("")));a.getPosition()};_.w(zH,X);_.w(AH,X);_.w(BH,Y);BH.prototype.a=function(){var a=0;a=1===this.version?a+28:a+16;a=a+44+this.g.length;return a+=Y.prototype.a.call(this)};
|
|
45
|
+
BH.prototype.write=function(a){Y.prototype.write.call(this,a);1===this.version?(pH(a,0),pH(a,0),_.S(a,this.timescale),pH(a,this.duration*this.timescale)):(_.S(a,0),_.S(a,0),_.S(a,this.timescale),_.S(a,this.duration*this.timescale));_.S(a,65536);sH(a,this.volume);sH(a,0);_.S(a,0);_.S(a,0);for(var b=0;b<this.g.length;b++)qH(a,this.g[b]);_.S(a,0);_.S(a,0);_.S(a,0);_.S(a,0);_.S(a,0);_.S(a,0);_.S(a,this.j);a.getPosition()};_.w(CH,X);_.w(DH,Y);DH.prototype.a=function(){return 20+Y.prototype.a.call(this)};
|
|
46
|
+
DH.prototype.write=function(a){Y.prototype.write.call(this,a);_.S(a,this.g);_.S(a,1);_.S(a,0);_.S(a,0);_.S(a,0);a.getPosition()};_.w(EH,Y);EH.prototype.a=function(){var a=0;a=1===this.version?a+32:a+20;a=a+24+this.g.length;return a+Y.prototype.a.call(this)};
|
|
47
|
+
EH.prototype.write=function(a){Y.prototype.write.call(this,a);1===this.version?(pH(a,0),pH(a,0),_.S(a,this.j),_.S(a,0),pH(a,this.duration*this.timescale)):(_.S(a,0),_.S(a,0),_.S(a,this.j),_.S(a,0),_.S(a,this.duration*this.timescale));_.S(a,0);_.S(a,0);sH(a,0);sH(a,0);sH(a,this.volume);sH(a,0);for(var b=0;b<this.g.length;b++)qH(a,this.g[b]);sH(a,this.width);sH(a,0);sH(a,this.height);sH(a,0);a.getPosition()};_.w(FH,Y);FH.prototype.a=function(){var a=0;a=1===this.version?a+28:a+16;return a+4+Y.prototype.a.call(this)};
|
|
48
|
+
FH.prototype.write=function(a){Y.prototype.write.call(this,a);1===this.version?(pH(a,0),pH(a,0),_.S(a,this.timescale),pH(a,this.duration*this.timescale)):(_.S(a,0),_.S(a,0),_.S(a,this.timescale),_.S(a,this.duration*this.timescale));sH(a,this.language);sH(a,0);a.getPosition()};_.w(GH,Y);GH.prototype.a=function(){return 33+Y.prototype.a.call(this)};
|
|
49
|
+
GH.prototype.write=function(a){Y.prototype.write.call(this,a);_.S(a,0);this.g===_.Re?_.Fk(a,vH("vide")):_.Fk(a,vH("soun"));_.S(a,0);_.S(a,0);_.S(a,0);this.g===_.Re?_.Fk(a,vH("VideoHandler\x00")):_.Fk(a,vH("SoundHandler\x00"));a.getPosition()};_.w(HH,Y);HH.prototype.a=function(){return 2+this.g.byteLength+Y.prototype.a.call(this)};HH.prototype.write=function(a){Y.prototype.write.call(this,a);sH(a,0);_.Fk(a,this.g);a.getPosition()};_.w(IH,X);IH.prototype.a=function(){return 8+X.prototype.a.call(this)};
|
|
50
|
+
IH.prototype.write=function(a){X.prototype.write.call(this,a);_.S(a,0);sH(a,0);sH(a,1)};_.w(JH,IH);JH.prototype.a=function(){return 70+IH.prototype.a.call(this)};JH.prototype.write=function(a){IH.prototype.write.call(this,a);sH(a,0);sH(a,0);_.S(a,0);_.S(a,0);_.S(a,0);sH(a,this.width);sH(a,this.height);_.S(a,4718592);_.S(a,4718592);_.S(a,0);sH(a,1);qH(a,10);_.Fk(a,vH("AVC Coding",31));sH(a,this.depth);uH(a,-1)};_.w(KH,IH);KH.prototype.a=function(){return 20+IH.prototype.a.call(this)};
|
|
51
|
+
KH.prototype.write=function(a){IH.prototype.write.call(this,a);_.S(a,0);_.S(a,0);sH(a,this.channelCount);sH(a,this.sampleSize);uH(a,0);sH(a,0);sH(a,this.sampleRate);sH(a,0)};_.w(LH,JH);LH.prototype.write=function(a){JH.prototype.write.call(this,a);for(var b=0;b<this.f.length;b++)this.f[b].write(a);a.getPosition()};_.w(MH,LH);_.w(NH,KH);NH.prototype.write=function(a){KH.prototype.write.call(this,a);for(var b=0;b<this.f.length;b++)this.f[b].write(a);a.getPosition()};_.w(OH,NH);_.w(PH,X);
|
|
52
|
+
PH.prototype.a=function(){for(var a=7,b=0;b<this.Pa.length;b++)a+=2,a+=this.Pa[b].byteLength;for(b=0;b<this.Pa.length;b++)a+=2,a+=this.Tb[b].byteLength;return a+X.prototype.a.call(this)};
|
|
53
|
+
PH.prototype.write=function(a){X.prototype.write.call(this,a);qH(a,this.version);qH(a,this.g);qH(a,this.j);qH(a,this.level);qH(a,255);qH(a,224|this.Pa.length);for(var b=0;b<this.Pa.length;b++)sH(a,this.Pa[b].length),_.Fk(a,this.Pa[b]);qH(a,this.Tb.length);for(b=0;b<this.Tb.length;b++)sH(a,this.Tb[b].length),_.Fk(a,this.Tb[b]);a.getPosition()};_.w(QH,Y);QH.prototype.a=function(){return 22+(this.Kb.byteLength+3)+Y.prototype.a.call(this)};
|
|
54
|
+
QH.prototype.write=function(a){Y.prototype.write.call(this,a);qH(a,3);qH(a,23+this.Kb.byteLength);sH(a,1);qH(a,0);qH(a,4);qH(a,15+this.Kb.byteLength);qH(a,64);qH(a,21);rH(a,0);_.S(a,0);_.S(a,0);qH(a,5);qH(a,this.Kb.byteLength);_.Fk(a,this.Kb);_.Fk(a,new Uint8Array([6,1,2]));a.getPosition()};_.w(RH,Y);RH.prototype.a=function(){return this.location.length+Y.prototype.a.call(this)};RH.prototype.write=function(a){Y.prototype.write.call(this,a);0<this.location.length&&_.Fk(a,vH(this.location));a.getPosition()};
|
|
55
|
+
_.w(SH,Y);SH.prototype.a=function(){for(var a=4,b=0;b<this.entries.length;b++)a+=this.entries[b].a();return a+Y.prototype.a.call(this)};SH.prototype.write=function(a){Y.prototype.write.call(this,a);_.S(a,this.entries.length);for(var b=0;b<this.entries.length;b++)this.entries[b].write(a);a.getPosition()};_.w(TH,X);_.w(UH,Y);UH.prototype.a=function(){for(var a=4,b=0;b<this.entries.length;b++)a+=this.entries[b].a();return a+Y.prototype.a.call(this)};
|
|
56
|
+
UH.prototype.write=function(a){Y.prototype.write.call(this,a);_.S(a,this.entries.length);for(var b=0;b<this.entries.length;b++)this.entries[b].write(a);a.getPosition()};_.w(VH,Y);VH.prototype.a=function(){for(var a=4,b=0;b<this.entries.length;b++)a+=this.entries[b].a();return a+Y.prototype.a.call(this)};VH.prototype.write=function(a){Y.prototype.write.call(this,a);_.S(a,this.entries.length);for(var b=0;b<this.entries.length;b++)this.entries[b].write(a);a.getPosition()};_.w(WH,Y);
|
|
57
|
+
WH.prototype.a=function(){for(var a=4,b=0;b<this.entries.length;b++)a+=this.entries[b].a();return a+Y.prototype.a.call(this)};WH.prototype.write=function(a){Y.prototype.write.call(this,a);_.S(a,this.entries.length);for(var b=0;b<this.entries.length;b++)this.entries[b].write(a);a.getPosition()};_.w(XH,Y);XH.prototype.a=function(){for(var a=4,b=0;b<this.entries.length;b++)a+=this.entries[b].a();return a+Y.prototype.a.call(this)};
|
|
58
|
+
XH.prototype.write=function(a){Y.prototype.write.call(this,a);_.S(a,this.entries.length);for(var b=0;b<this.entries.length;b++)this.entries[b].write(a);a.getPosition()};_.w(YH,Y);YH.prototype.a=function(){return 8+Y.prototype.a.call(this)};YH.prototype.write=function(a){Y.prototype.write.call(this,a);_.S(a,0);_.S(a,0);a.getPosition()};_.w(ZH,Y);ZH.prototype.a=function(){return 4+Y.prototype.a.call(this)};ZH.prototype.write=function(a){Y.prototype.write.call(this,a);uH(a,0);sH(a,0);a.getPosition()};
|
|
59
|
+
_.w($H,X);_.w(aI,X);_.w(bI,X);_.w(cI,Y);cI.prototype.a=function(){var a=0;a=1===this.version?a+8:a+4;return a+Y.prototype.a.call(this)};cI.prototype.write=function(a){Y.prototype.write.call(this,a);1===this.version?pH(a,this.g):_.S(a,this.g);a.getPosition()};_.w(dI,Y);dI.prototype.a=function(){return 4+Y.prototype.a.call(this)};dI.prototype.write=function(a){Y.prototype.write.call(this,a);_.S(a,this.g);a.getPosition()};_.w(eI,Y);
|
|
60
|
+
eI.prototype.a=function(){var a=4;this.flags&bJ&&(a+=4);this.flags&cJ&&(a+=4);for(var b=0;b<this.g;b++)this.flags&dJ&&(a+=4),this.flags&eJ&&(a+=4),this.flags&fJ&&(a+=4),this.flags&gJ&&(a+=4);return a+Y.prototype.a.call(this)};
|
|
61
|
+
eI.prototype.write=function(a){Y.prototype.write.call(this,a);_.S(a,this.g);this.flags&bJ&&(a.getPosition(),tH(a,this.m));this.flags&cJ&&_.S(a,this.o);for(var b=0;b<this.g;b++)this.flags&dJ&&_.S(a,this.w[b]),this.flags&eJ&&_.S(a,this.sampleSize[b]),this.flags&fJ&&_.S(a,this.B[b]),this.flags&gJ&&(0===this.version?_.S(a,this.j[b]):tH(a,this.j[b]));a.getPosition()};var bJ=1,cJ=4,dJ=256,eJ=512,fJ=1024,gJ=2048;_.w(fI,Y);
|
|
62
|
+
fI.prototype.a=function(){var a=4;this.flags&hJ&&(a+=8);this.flags&iJ&&(a+=4);this.flags&jJ&&(a+=4);this.flags&kJ&&(a+=4);this.flags&lJ&&(a+=4);return a+Y.prototype.a.call(this)};fI.prototype.write=function(a){Y.prototype.write.call(this,a);_.S(a,this.g);this.flags&hJ&&pH(a,this.j);this.flags&iJ&&_.S(a,this.B);this.flags&jJ&&_.S(a,this.m);this.flags&kJ&&_.S(a,this.w);this.flags&lJ&&_.S(a,this.o);a.getPosition()};var hJ=1,iJ=2,jJ=8,kJ=16,lJ=32;_.w(gI,X);_.w(hI,X);_.w(iI,X);
|
|
63
|
+
iI.prototype.a=function(){return this.g.byteLength+X.prototype.a.call(this)};iI.prototype.write=function(a){X.prototype.write.call(this,a);0<this.g.byteLength&&_.Fk(a,this.g)};_.w(jI,Y);jI.prototype.a=function(){var a=20;1===this.g&&0===this.j&&(a=a+1+this.m.length);return a+Y.prototype.a.call(this)};
|
|
64
|
+
jI.prototype.write=function(a){Y.prototype.write.call(this,a);qH(a,0);0===this.version?qH(a,0):qH(a,0);qH(a,this.g);qH(a,this.j);_.Fk(a,_.Oh(this.o));if(1===this.g&&0===this.j){qH(a,0);for(var b=0;b<this.m.length;b++)qH(a,this.m[b])}a.getPosition()};_.w(kI,Y);kI.prototype.a=function(){var a=8;this.flags&1&&(a+=vH(this.Fb).byteLength);return a+Y.prototype.a.call(this)};kI.prototype.write=function(a){Y.prototype.write.call(this,a);_.Fk(a,vH(this.g));_.S(a,this.j);this.flags&1&&_.Fk(a,vH(this.Fb));a.getPosition()};
|
|
65
|
+
_.w(lI,X);lI.prototype.a=function(){return vH(this.g).byteLength+X.prototype.a.call(this)};lI.prototype.write=function(a){X.prototype.write.call(this,a);_.Fk(a,vH(this.g));a.getPosition()};_.w(mI,Y);mI.prototype.a=function(){var a=0;this.flags&1&&(a+=8);a+=4;for(var b=0;1>b;b++)a=0===this.version?a+4:a+8;return a+Y.prototype.a.call(this)};
|
|
66
|
+
mI.prototype.write=function(a){Y.prototype.write.call(this,a);this.flags&1&&(_.S(a,0),_.S(a,0));_.S(a,1);for(var b=0;1>b;b++)0===this.version?_.S(a,this.offset[b]):pH(a,this.offset[b]);a.getPosition()};_.w(nI,Y);nI.prototype.a=function(){var a=0;this.flags&1&&(a+=8);a+=5;0===this.g&&(a+=this.m.length);return a+Y.prototype.a.call(this)};
|
|
67
|
+
nI.prototype.write=function(a){Y.prototype.write.call(this,a);this.flags&1&&(_.S(a,0),_.S(a,0));qH(a,this.g);_.S(a,this.j);if(0===this.g)for(var b=0;b<this.j;b++)qH(a,this.m[b]);a.getPosition()};_.w(oI,Y);oI.prototype.a=function(){var a=4;this.flags&1&&(a+=1);for(var b=0;b<this.j;b++)if(a+=this.g[b].ig.byteLength,this.flags&2){a+=2;for(var c=0;c<this.g[b].Sc;c++)a+=2,a+=4}return a+Y.prototype.a.call(this)};
|
|
68
|
+
oI.prototype.write=function(a){Y.prototype.write.call(this,a);_.S(a,this.j);this.flags&1&&qH(a,this.m);for(var b=0;b<this.j;b++)if(_.Fk(a,this.g[b].ig),this.flags&2){sH(a,this.g[b].Sc);for(var c=0;c<this.g[b].Sc;c++)sH(a,this.g[b].rf[c].Ff),_.S(a,this.g[b].rf[c].Gf)}a.getPosition()};var vI=/^(\d{2,}):(\d{2}):(\d{2}):(\d{2})\.?(\d+)?$/,wI=/^(?:(\d{2,}):)?(\d{2}):(\d{2})$/,xI=/^(?:(\d{2,}):)?(\d{2}):(\d{2}\.\d{2,})$/,yI=/^(\d*\.?\d*)f$/,zI=/^(\d*\.?\d*)t$/,AI=/^(?:(\d*\.?\d*)h)?(?:(\d*\.?\d*)m)?(?:(\d*\.?\d*)s)?(?:(\d*\.?\d*)ms)?$/;EI.prototype.get=function(a){for(var b=0;b<this.a.length;b++){var c=this.a[b].get(a);if(c)return c}return null};EI.prototype.write=function(){this.f=DI(this);for(var a=0;a<this.a.length;a++)this.a[a].write(this.f);return this.f.buffer};var HI=new Uint8Array([162,57,79,82,90,155,79,20,162,68,108,66,124,100,141,244]);_.t=NI.prototype;_.t.configure=function(a){this.f=a};_.t.start=function(a,b){var c=this;this.C=b;var d=_.nf(new Set([a,pI(a)])).concat();return OI(this,d).then(function(e){return VI(c,e.data).then(function(){$I(c,c.A);return c.g})})};_.t.stop=function(){this.C&&this.C.networkingEngine.hf(this.K);this.A=this.w=this.g=this.f=this.C=null;this.j&&(clearTimeout(this.j),this.j=null);this.J=!1;this.I=this.D=Infinity;return Promise.resolve()};
|
|
69
|
+
_.t.update=function(){var a=this;if(this.cd())return OI(this,[this.m]).then(function(b){return VI(a,b.data).then(function(){return a.g})})["catch"](function(b){if(a.C)a.C.onError(b)})};_.t.onExpirationUpdated=function(){};_.t.setCurrentVariant=function(){};_.t.Db=function(){var a=this;this.h.debug(_.iv);this.C&&(this.j=null,this.update().then(function(){$I(a,a.A)})["catch"](function(b){a.C&&(a.C.onError(b),1===b.severity&&$I(a,100))}))};_.t.cd=function(){return this.P===RI};
|
|
70
|
+
_.t.Ne=function(){return 0<this.o.length};_.t.cg=function(a){var b=null;if(this.o.length)for(var c=0;c<this.o.length;c++)if(this.o[c].keySystem===a){b=this.o[c].initData[0];break}return b};
|
|
71
|
+
_.t.Qk=function(a){if(2!==a.request.type||a.uri.startsWith("data:"))return Promise.resolve(a);var b=a.request.timescale||this.w.timescale,c={isLive:this.cd.bind(this),Vd:this.Ne.bind(this),bj:function(){return 1},Pd:this.cg.bind(this)},d=!1,e=new _.L(_.M,3,4035,null),f=null;try{var g=this.F.get(a.request.uris[a.request.uriIndex])||a.request.startTime||0;g!==a.request.startTime&&this.h.debug("Using base media decode time "+g+" instead of segment reference time "+a.request.startTime);f=JI(a,b,g,c)}catch(h){d=
|
|
72
|
+
!0,e.data=h,3E3===h.code&&(e.code=4039)}if(d||!f)return Promise.reject(e);a.data=f;return Promise.resolve(a)};var YI={video:_.Te,audio:_.rc,text:_.ic},MI=_.jv,RI="LIVE",ZI={il:"caption",rl:_.ye};_.w(aJ,_.Ko);aJ.prototype.Ma=function(){_.Hp.ism=NI;_.Fp[_.jc]=NI};aJ.prototype.Fa=function(){_.Iw("ism");_.Jw(_.jc)};aJ.prototype.id=function(){return"smooth"};_.C("clpp.smooth.SmoothComponent",aJ);};
|
|
73
73
|
if(typeof(module)!="undefined"&&module.exports){var x=require("./cl.core.js");_ = x._;(f.call(g,this));module.exports=g;}
|
|
74
74
|
else if (typeof(define)!="undefined"&&define.amd) {define(["./cl.core"], function(c){_=c._;(f.call(g,this));return g;});}
|
|
75
75
|
else{_=this.clpp._;(f.call(g,this));}
|