@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.
Files changed (59) hide show
  1. package/CHANGELOG.md +13 -1
  2. package/cjs/cl.adobe.js +3 -3
  3. package/cjs/cl.airplay.js +3 -3
  4. package/cjs/cl.broadpeak.js +6 -6
  5. package/cjs/cl.cast.js +110 -110
  6. package/cjs/cl.conviva.js +33 -33
  7. package/cjs/cl.core.js +423 -423
  8. package/cjs/cl.crypto.js +10 -10
  9. package/cjs/cl.dash.js +71 -71
  10. package/cjs/cl.externs.js +47 -41
  11. package/cjs/cl.freewheel.js +24 -24
  12. package/cjs/cl.hls.js +68 -49
  13. package/cjs/cl.hlssmpte.js +6 -6
  14. package/cjs/cl.htmlcue.js +31 -31
  15. package/cjs/cl.ima.js +24 -23
  16. package/cjs/cl.mse.js +263 -260
  17. package/cjs/cl.muxdata.js +11 -12
  18. package/cjs/cl.onboard.js +3 -3
  19. package/cjs/cl.persistent.js +14 -14
  20. package/cjs/cl.playlist.js +6 -6
  21. package/cjs/cl.smooth.js +71 -71
  22. package/cjs/cl.thumbnails.js +23 -23
  23. package/cjs/cl.tizen.js +71 -71
  24. package/cjs/cl.ttml.js +27 -27
  25. package/cjs/cl.verimatrix.js +5 -5
  26. package/cjs/cl.vimond.js +13 -13
  27. package/cjs/cl.vr.js +19 -19
  28. package/cjs/cl.vtt.js +14 -14
  29. package/cjs/cl.youbora.js +19 -19
  30. package/cl.adobe.js +3 -3
  31. package/cl.airplay.js +3 -3
  32. package/cl.broadpeak.js +5 -5
  33. package/cl.cast.js +88 -88
  34. package/cl.conviva.js +27 -27
  35. package/cl.core.js +346 -344
  36. package/cl.crypto.js +8 -8
  37. package/cl.dash.js +67 -67
  38. package/cl.externs.js +47 -41
  39. package/cl.freewheel.js +19 -19
  40. package/cl.hls.js +57 -40
  41. package/cl.hlssmpte.js +5 -5
  42. package/cl.htmlcue.js +25 -25
  43. package/cl.ima.js +17 -16
  44. package/cl.mse.js +228 -228
  45. package/cl.muxdata.js +9 -8
  46. package/cl.onboard.js +4 -4
  47. package/cl.persistent.js +10 -10
  48. package/cl.playlist.js +5 -5
  49. package/cl.smooth.js +58 -59
  50. package/cl.thumbnails.js +17 -17
  51. package/cl.tizen.js +57 -57
  52. package/cl.ttml.js +22 -22
  53. package/cl.verimatrix.js +4 -4
  54. package/cl.vimond.js +8 -8
  55. package/cl.vr.js +15 -15
  56. package/cl.vtt.js +12 -12
  57. package/cl.youbora.js +14 -14
  58. package/package.json +1 -1
  59. 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 Mu=function(a,b){this.l=a;this.m=this.g=null;this.A=("000000"+(Math.random()*Math.pow(36,6)<<0).toString(36)).slice(-6);this.a=new _.eg;this.f=b;this.o=this.j=this.h=this.w=!1},Ou=function(a){var b={debug:!0,data:Nu(a)};a.g&&a.g.muxOptionsOverride&&_.K.Hc(a.g.muxOptionsOverride)&&(b=_.K.Va(b,a.g.muxOptionsOverride,{getPlayheadTime:function(){return 1E3*a.l.getPosition()},getStateData:function(){a.f.debug("getStateData()");var c=a.l.getLoadedSource(),d=a.l.getTrackManager(),e=a.l.getSurface(),
3
- f=d.ha(),g={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 h=new _.pi(c.url);g.video_source_url=_.qi(h);g.video_source_mime_type=c.type;c.name&&(g.video_title=c.name)}if(c=e.getContainer())g.player_width=c.offsetWidth,g.player_height=c.offsetHeight;f&&f.height&&f.width&&(g.video_source_height=f.height,g.video_source_width=f.width);(d=d.na())&&d.language&&(g.player_language_code=
4
- d.language);return g}}));a.f.debug("Mux SDK options",b);return b},Nu=function(a){var b={env_key:a.g.envKey,video_title:a.m&&a.m.name||"",player_name:_.sa,player_software_name:_.sa,player_software_version:_.ea,player_mux_plugin_name:"CastlabsPlayer built-in Mux Plugin",player_mux_plugin_version:_.ea};(a=a.l.getConfiguration().viewerId)&&(b.viewer_user_id=a);return b},Pu=function(a,b,c){a.f.debug("Event: "+b);mux.emit(a.A,b,c)},Qu=function(a){a.a.on(a.l,_.Fe,function(){Pu(a,_.Fe,{player_playhead_time:1E3*
5
- a.l.getPosition()})});a.a.on(a.l,_.Zd,function(){return Pu(a,_.Zd)});a.a.on(a.l,_.tc,a.zh.bind(a));a.a.on(a.l,_.se,a.Bh.bind(a));a.a.on(a.l,_.Ne,function(){return Pu(a,_.me)});a.a.on(a.l,_.Me,function(){return Pu(a,_.le)});a.a.on(a.l,_.jd,a.Ah.bind(a));a.a.on(a.l,_.Gb,function(){return Pu(a,"adbreakstart")});a.a.on(a.l,_.Hb,function(){return Pu(a,"adbreakend")});a.a.on(a.l,_.Tb,function(){Pu(a,"adplay");Pu(a,"adplaying")});a.a.on(a.l,_.Pb,function(){return Pu(a,"adpause")});a.a.on(a.l,_.Rb,function(){Pu(a,
6
- "adplay");Pu(a,"adplaying")});a.a.on(a.l,_.Ub,function(){return Pu(a,"adended")});a.a.on(a.l,_.Lb,function(){return Pu(a,"adfirstquartile")});a.a.on(a.l,_.Ob,function(){return Pu(a,"admidpoint")});a.a.on(a.l,_.Vb,function(){return Pu(a,"adthirdquartile")})},Ru=function(){this.f=null;this.a=!1;this.g=new _.H("clpp.muxdata")},Su=function(){};_.t=Mu.prototype;
7
- _.t.initialize=function(a,b){this.g=a;this.m=b;this.w=!1;if(!this.h){try{this.h=!0,mux.init(this.A,Ou(this))}catch(c){throw this.h=!1,_.hg(this.a),new _.L(1,9,9302,null,c);}Pu(this,"playerready")}this.j&&!this.o&&(Pu(this,"videochange",Nu(this)),this.j=!1);Qu(this)};_.t.release=function(){this.f.debug("release()");this.j?this.f.debug(_.ia):(_.hg(this.a),this.j=!0,this.m=this.g=null)};
8
- _.t.destroy=function(){this.f.debug(_.Xc);this.o?this.f.debug(_.ha):(this.o=!0,this.h&&this.w&&Pu(this,"viewend"),Pu(this,"destroy"))};_.t.zh=function(a){this.f.debug(_.Md);var b=a.detail;a=this.l.getTrackManager();b&&b.bandwidth&&(b=b.bandwidth,(a=a.Ea())&&a.bandwidth&&(b+=a.bandwidth),Pu(this,"renditionchange",{video_source_bitrate:b}))};
9
- _.t.Bh=function(a){this.f.debug(_.Qd);switch(a.detail.currentState){case _.jn:this.l.getConfiguration().autoplay&&Pu(this,_.Zd);break;case _.ln:Pu(this,_.$d);break;case _.kn:Pu(this,_.Vd);break;case _.dn:this.w=!0,Pu(this,_.id)}};
10
- _.t.Ah=function(a){this.f.debug(_.Nd);if(this.h&&(a=a.detail||null))if(10003===a.code)Pu(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);Pu(this,_.jd,{player_error_code:a.code,player_error_message:b})}};_.v(Ru,_.mq);_.t=Ru.prototype;_.t.onPlayerCreated=function(a){this.f=new Mu(a,this.g)};
11
- _.t.onContentWillLoad=function(a,b){var c=a.getConfiguration();if(this.a=!_.K.R(c.muxdata)&&typeof c.muxdata===_.Ld){c=c.muxdata;var d;if(d="undefined"===typeof window.mux)c=c.muxLib,d="undefined"!==typeof c&&typeof c.init===_.ld&&typeof c.emit===_.ld,window.mux=c,d=!d;d&&(this.g.warn("Mux SDK is not loaded. Will do nothing."),this.a=!1,c=new _.L(1,9,9301),this.T(a,c))}else this.g.warn("Mux plugin is loaded but not configured. Will do nothing.");if(this.a){c=a.getConfiguration();c=_.K.Ma(c.muxdata||
12
- {});try{d=[];typeof c===_.Ld&&(c.envKey||d.push("envKey"));if(0<d.length)throw new _.L(1,9,9300,{missingKeys:d});this.f.initialize(c,b)}catch(e){this.a=!1,this.T(a,e)}}};_.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.T=function(a,b){a.trigger(new _.J(_.jd,{detail:b}))};_.D("clpp.muxdata.MuxDataPlugin",Ru);Ru.Id="mux";Su.prototype.create=function(){return new Ru};
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 Ku=function(){this.l=null;this.a=new _.H("clpp.onboard")},Lu=function(a,b){function c(l){return l&&(_.Ch(l,"https://")||_.Ch(l,"http://")||_.Ch(l,"//"))?l:d+l}var d=b.baseUrl;_.Dh(d,"/")||(d+="/");var e=c(b.widevineUrl||"widevine"),f=c(b.playreadyUrl||"playready"),g=c(b.fairplayUrl||"fairplay"),h=new _.Ak(a);h.Ka(_.Tc,{licenseUrl:e,videoRobustness:[_.nb,void 0],audioRobustness:[_.mb,void 0],persistentStateRequired:!1,distinctiveIdentifierRequired:!1,serverCertificate:null,modifiers:{licenseRequest:_.ol,
3
- licenseResponse:_.tl}});h.Ka(_.Rc,{licenseUrl:g,certificateUrl:g,modifiers:{licenseRequest:_.ql,licenseResponse:_.rl,extractContentId:_.nl,certificateRequest:_.sl}});h.Ka(_.Sc,{licenseUrl:f,modifiers:{licenseRequest:_.ol}});_.vk(h)};_.v(Ku,_.Jo);_.t=Ku.prototype;_.t.Ia=function(a){this.l=a};_.t.Ca=function(){this.l=null};
4
- _.t.Xb=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.a.info("Registering the DRMtoday Onboard environment, name\x3d'"+b+"'"),Lu(b,a))};_.t.release=function(){};_.t.id=function(){return"onboard"};_.D("clpp.onboard.OnboardComponent",Ku);_.D("clpp.onboard.register",Lu);};
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));}
@@ -1,18 +1,18 @@
1
1
  (function(){var g={}; var _ = _ || {}
2
- var f=function(window){var ru="A persistent DRM session already exists for: ",su="No DRM configuration.",tu="clpp.persistent",uu=function(a){a.A=[a.g];a.m=0;a.j=0},vu=function(a){var b=a.A.splice(0)[0];(b=a.g=a.g||b)?b.Pf?a.a=a.m||a.j:void 0!=b.G&&a.j<b.G?(a.a=b.G,a.g=null):a.a=a.j:a.a=0},wu=function(a,b){for(var c=[],d=_.u(a),e=d.next();!e.done;e=d.next())c.push(b(e.value));return c},xu=function(a){a=a.g.keys();a=wu(a,function(b){return b.sessionId});return Array.from(a)},yu=function(a,b){var c,d,e;return _.A(function(f){if(1==
3
- f.a)return _.x(f,_.pm(a,b),2);c=f.f;if(!c)return a.a.debug("Ignoring attempt to remove missing session",b),f["return"]();d=[];(e=a.g.get(c))&&a.B&&(e.nb=new _.Sh,d.push(e.nb));a.a.debug("Attempting to remove session",b);d.push(c.remove());return f["return"](Promise.all(d))})},Au=function(a,b){a.J=zu;a.K=[];a.F=!0;return _.Xl(a,b)},Cu=function(a,b,c,d,e,f){a.J=Bu;var g=new Map,h=_.rm(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 _.cm(a,g)},Du=function(){},Eu=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}},Fu=function(a,b){var c=_.xk(a),d=_.ak({drm:a});d.drm=a;var e=new _.Tl({zb:b,onError:function(){},Ke:function(){},onExpirationUpdated:function(){},onEvent:function(){},getConfiguration:function(){return d},Fc:function(){return null}});e.h=c;return e},Iu=function(a,b,c){var d,e,f,g,h,l,m,n,p;return _.A(function(q){switch(q.a){case 1:d=Gu;e=Hu;if(!a)return e.debug(su),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(ru,f),q["return"]();h=Fu(a,c);_.zf(q,3,4);return _.x(q,Au(h,b),6);case 6:return _.x(q,_.im(h),7);case 7:return _.x(q,_.jm(h),8);case 8:return l=h.getDrmInfo(),m=b.map(function(r){return{contentType:_.Pi(r.video.mimeType,r.video.codecs),robustness:l.videoRobustness}}),n=xu(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 uu(q),_.x(q,h.destroy(),10);case 10:vu(q);break;case 3:throw p=_.Bf(q),e.error("Error while persisting DRM session"),new _.L(1,6,6200,null,p);}})},Ju=function(){this.l=null;this.f=Gu;this.a=new _.H(tu)},zu=1,Bu=2;_.t=Du.prototype;
8
- _.t.store=function(a,b){var c;return _.A(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));_.y(d)})};_.t.get=function(a){var b;return _.A(function(c){return(b=window.localStorage.getItem(encodeURIComponent(a)))?c["return"](Eu(atob(b))):c["return"](null)})};_.t["delete"]=function(a){return _.A(function(b){window.localStorage.removeItem(encodeURIComponent(a));_.y(b)})};_.t.clear=function(){return _.A(function(a){window.localStorage.clear();_.y(a)})};_.t.getName=function(){return"clpp.persistent.SimpleSessionStorage"};_.D("clpp.persistent.useStorage",function(a){var b=["store","get","delete","clear","getName"];var c=[];_.K.R(a)||(_.K.jb(a.store)||c.push("store"),_.K.jb(a.get)||c.push("get"),_.K.jb(a["delete"])||c.push("delete"),_.K.jb(a.clear)||c.push("clear"),_.K.jb(a.getName)||c.push("getName"),b=c);if(0<b.length)throw Hu.warn("Invalid session storage implementation"),new _.L(1,6,6202,{missingMethods:b});Gu=a});
10
- _.D("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,w,z,C,E,F,B,I,O,S,Ba;return _.A(function(ja){switch(ja.a){case 1:f=Gu;g=Hu;h=function(pa,Ca){return new _.L(1,6,6200,pa,Ca)};l=_.pn(a).shift();if(!l)throw h("No source specified.");if(!b)throw h(su);m=b.offlineId;if(typeof m!==_.ve||!m.length)throw h("Missing offline id.");return _.x(ja,f.get(m),2);case 2:if(n=ja.f)return g.debug(ru,m),ja["return"]();p=_.ak();q=new _.di;
11
- r=[];w=_.u(d);for(z=w.next();!z.done;z=w.next())C=z.value,E=new C,_.ek(E.id())||(E.Ia(null),_.gk(E),r.push(E));F=null;_.zf(ja,3,4);return _.x(ja,_.Dp(l.url,q,p.manifest.attemptParameters,l.type||null),6);case 6:return F=ja.f,F.configure(p.manifest),_.x(ja,F.start(l.url,{networkingEngine:q,filterAllPeriods:function(){},filterNewPeriod:function(){},onTimelineCueAdded:function(){},onEvent:function(){},onError:function(){}}),7);case 7:B=ja.f;if(!B.periods.length)throw h(null,new _.L(_.M,4,4014));I=_.wp(B.periods);
12
- return _.x(ja,Iu(b,I,q),4);case 4:for(uu(ja);r.length;)O=r.shift(),O.Ca(),_.dk["delete"](O.id());S=[];F&&S.push(F.stop());S.push(q.destroy());return _.x(ja,Promise.all(S),9);case 9:vu(ja);break;case 3:Ba=_.Bf(ja);if(Ba instanceof _.L&&6200===Ba.code)throw Ba;throw h(null,Ba);}})});
13
- _.D("clpp.persistent.removeLicense",function(a){var b,c,d,e,f,g,h;return _.A(function(l){switch(l.a){case 1:b=Gu;c=Hu;if(!_.K.Y(a)||0===a.length)return c.warn("Invalid offlineId"),l["return"]();e=d=null;_.zf(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 _.di;d=Fu(f.drmConfig,e);return _.x(l,Cu(d,f.keySystem,f.licenseServerUri,f.serverCertificate,f.audioCapabilities,f.videoCapabilities),
14
- 6);case 6:return _.x(l,_.im(d),7);case 7:return _.x(l,Promise.all(f.sessionIds.map(function(m){return _.A(function(n){if(1==n.a)return _.x(n,yu(d,m),2);c.debug("successfully removed session with id",m);_.y(n)})})),8);case 8:return _.x(l,b["delete"](a),3);case 3:return uu(l),g=[],d&&g.push(d.destroy()),e&&g.push(e.destroy()),_.x(l,Promise.all(g),10);case 10:vu(l);break;case 2:throw h=_.Bf(l),c.error("Failed to remove session"),new _.L(1,6,6201,null,h);}})});var Gu=new Du,Hu=new _.H(tu);_.v(Ju,_.Jo);_.t=Ju.prototype;_.t.Ia=function(a){this.l=a};_.t.Ca=function(){this.l=null};_.t.release=function(){};_.t.Xb=function(){this.f=Gu};_.t.id=function(){return _.Wd};_.t.vj=function(a,b,c){var d=this,e;return _.A(function(f){if(1==f.a){if(!a)return d.a.debug("No DRM configuration found for loaded source."),f["return"]();_.zf(f,2);return _.x(f,Iu(a,b,c),4)}if(2!=f.a)return d.l.trigger(new _.J(_.cd,{offlineId:a.offlineId})),_.Af(f,0);e=_.Bf(f);d.l.onError(e);_.y(f)})};
15
- _.t.ji=function(a){var b=this,c;return _.A(function(d){if(1==d.a)return _.zf(d,2),_.x(d,b.f.get(a),4);if(2!=d.a){if(c=d.f)return d["return"](c.sessionIds);b.a.debug("No offline session found for "+a);return d["return"]([])}_.Bf(d);b.a.warn("Error while loading session info from storage");return d["return"]([])})};_.D("clpp.persistent.PersistentLicenseComponent",Ju);};
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));}
@@ -1,10 +1,10 @@
1
1
  (function(){var g={}; var _ = _ || {}
2
- var f=function(window){var ou=function(a,b){b=void 0===b?function(){return Promise.resolve()}:b;_.Sj.call(this);this.l=a;this.j=b;this.f=0;this.a=[];this.g=!1;this.h=this.cg.bind(this)},pu=function(a){a.trigger(new _.J(_.be))},qu=function(a,b){return 0<=b&&b<a.a.length};_.v(ou,_.Sj);_.t=ou.prototype;_.t.on=function(a,b,c){return _.Sj.prototype.on.call(this,a,b,c)};_.t.one=function(a,b,c){return _.Sj.prototype.one.call(this,a,b,c)};_.t.off=function(a,b){return _.Sj.prototype.off.call(this,a,b)};_.t.getPosition=function(){return this.f};
3
- _.t.li=function(){return this.a};_.t.se=function(){return 0<this.a.length&&qu(this,this.f)?this.a[this.f]:null};_.t.mi=function(){var a=this.f+1;return 0<this.a.length&&qu(this,a)?this.a[a]:null};_.t.vi=function(){return this.g};_.t.start=function(){this.g||(this.g=!0,this.l.on(_.id,this.h),this.Hd(this.f,!0))};_.t.stop=function(){this.g=!1;this.l.off(_.id,this.h)};_.t.cg=function(){this.next()};
4
- _.t.next=function(){var a=this,b;return _.A(function(c){b=Math.min(a.a.length-1,a.f+1);return _.x(c,a.Hd(b),0)})};_.t.yj=function(){var a=this,b;return _.A(function(c){b=Math.max(0,a.f-1);return _.x(c,a.Hd(b),0)})};_.t.Hd=function(a,b){b=void 0===b?!1:b;var c=this,d;return _.A(function(e){if(1==e.a){if(!(0<c.a.length&&qu(c,a))||!b&&c.f===a)return e["return"]();c.f=a;return(d=c.se())?_.x(e,c.j(d),3):e.G(0)}if(4!=e.a)return _.x(e,c.l.load(d.configuration),4);c.trigger(new _.J(_.ae,{item:d}));_.y(e)})};
5
- _.t.append=function(a){this.a.push(a);pu(this)};_.t.pi=function(a,b){if(0<=b&&b<=this.a.length){var c=this.se();this.a.splice(b,0,a);c&&(this.f=this.a.indexOf(c));pu(this)}};_.t.remove=function(a){if(0<this.a.length&&qu(this,a)){if(this.f===a)throw Error("Can't remove the current item");this.a.splice(a,1);pu(this)}};_.t.clear=function(){this.stop();this.f=0;this.a=[];this.g=!1;pu(this)};_.D("clpp.Playlist",ou);ou.prototype.clear=ou.prototype.clear;ou.prototype.remove=ou.prototype.remove;
6
- ou.prototype.insert=ou.prototype.pi;ou.prototype.append=ou.prototype.append;ou.prototype.goTo=ou.prototype.Hd;ou.prototype.previous=ou.prototype.yj;ou.prototype.next=ou.prototype.next;ou.prototype.onEnded=ou.prototype.cg;ou.prototype.stop=ou.prototype.stop;ou.prototype.start=ou.prototype.start;ou.prototype.isStarted=ou.prototype.vi;ou.prototype.getUpcoming=ou.prototype.mi;ou.prototype.getCurrent=ou.prototype.se;ou.prototype.getQueue=ou.prototype.li;ou.prototype.getPosition=ou.prototype.getPosition;
7
- ou.prototype.off=ou.prototype.off;ou.prototype.one=ou.prototype.one;ou.prototype.on=ou.prototype.on;};
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 GG="Full MP4 box must have flags defined",HG="clpp.smooth.SmoothMP4Processor",IG="codecPrivateData",JG=function(a,b){var c=Math.floor(b/Math.pow(2,32)),d=b-c*Math.pow(2,32);_.T(a,c);_.T(a,d)},KG=function(a,b){try{a.f.setUint8(a.a,b),a.a+=1}catch(c){_.Dk()}},LG=function(a,b){KG(a,b>>16&255);KG(a,b>>8&255);KG(a,b&255)},MG=function(a,b){try{a.f.setUint16(a.a,b,a.g),a.a+=2}catch(c){_.Dk()}},NG=function(a,b){try{a.f.setInt32(a.a,b,a.g),a.a+=4}catch(c){_.Dk()}},OG=function(a,b){try{a.f.setInt16(a.a,
3
- b,a.g),a.a+=2}catch(c){_.Dk()}},PG=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.w=!1;this.entries=[];this.f=[]},Y=function(a,b,c){X.call(this,a);this.version=b;this.flags=c},QG=function(a,b,c){X.call(this,a);this.g=b;this.offset=c},RG=function(a,b,c,d,e){Y.call(this,
4
- a,b,c);this.g=d;this.offset=e},SG=function(a,b,c){X.call(this,"ftyp");this.h=a;this.Wf=b;this.g=c},TG=function(){X.call(this,_.Fd)},UG=function(){X.call(this,_.Ge)},VG=function(a,b,c){Y.call(this,"mvhd",1,0);this.timescale=a;this.duration=b;this.volume=256;this.h=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]},WG=function(){X.call(this,"mvex")},XG=function(a){Y.call(this,"trex",0,0);this.g=a},YG=function(a,b,c,d,e){Y.call(this,"tkhd",1,7);this.h=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]},ZG=function(a,b){Y.call(this,"mdhd",1,0);this.timescale=a;this.duration=b;this.language=21956},$G=function(a){Y.call(this,"hdlr",0,0);this.g=a},aH=function(){Y.call(this,"vmhd",0,1);this.g=new Uint8Array([0,0,0,0,0,0])},bH=function(a){X.call(this,a);this.w=!0},cH=function(a){bH.call(this,a);this.height=this.width=0;this.depth=24},dH=function(a,b,c,d){bH.call(this,
6
- a);this.channelCount=b;this.sampleSize=c;this.sampleRate=d},eH=function(a,b){cH.call(this,"avc1");this.width=a;this.height=b},fH=function(a,b){eH.call(this,a,b);this.type="encv"},gH=function(a,b,c){dH.call(this,"mp4a",a,b,c)},hH=function(a,b,c){gH.call(this,a,b,c);this.type="enca"},iH=function(a,b){X.call(this,"avcC");this.La=a;this.Pb=b;this.version=1;this.g=this.La[0][1];this.h=this.La[0][2];this.level=this.La[0][3]},jH=function(a){Y.call(this,"esds",0,0);this.Hb=a},kH=function(a){a=void 0===a?
7
- "":a;Y.call(this,"url ",0,1);this.location=a},lH=function(){Y.call(this,"dref",0,0)},mH=function(){X.call(this,_.ue)},nH=function(){Y.call(this,_.we,0,0)},oH=function(){Y.call(this,"stts",0,0)},pH=function(){Y.call(this,"stsc",0,0)},qH=function(){Y.call(this,"stco",0,0)},rH=function(){Y.call(this,"stsz",0,0)},sH=function(){Y.call(this,"smhd",0,0)},tH=function(){X.call(this,"dinf")},uH=function(){X.call(this,_.Ed)},vH=function(){X.call(this,_.Ad)},wH=function(a,b){Y.call(this,"tfdt",a,0);this.g=b},
8
- xH=function(){Y.call(this,"mfhd",0,0);this.g=0},yH=function(a,b){Y.call(this,"trun",a,b);this.m=this.j=this.g=0;this.o=[];this.sampleSize=[];this.A=[];this.h=[]},zH=function(a,b){Y.call(this,"tfhd",a,b);this.g=255;this.m=this.o=this.j=this.A=this.h=0},AH=function(){X.call(this,"traf")},BH=function(){X.call(this,"moof")},CH=function(){X.call(this,_.zd);this.g=new Uint8Array(0)},DH=function(){Y.call(this,"tenc",0,0);this.g=1;this.h=8;this.m="";this.j=[]},EH=function(a,b){Y.call(this,"schm",0,0);this.g=
9
- a;this.h=b;this.Cb=""},FH=function(a){X.call(this,"frma");this.g=a},GH=function(){Y.call(this,"saio",0,0);this.offset=[0]},HH=function(a,b,c){Y.call(this,"saiz",0,0);this.g=a;this.j=b;this.h=c},IH=function(a,b){Y.call(this,"senc",a,b);this.h=0;this.j=8;this.g=[]},JH=function(a){var b=a.split("/");return b[b.length-1].toLowerCase().match("manifest(\\(.+\\))?")?a:a+"/Manifest"},KH=function(a,b,c,d){c=b.Jf[c];b=b.Tj;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 _.Kv([a],[b])[0]},LH=function(a,b){if(a.type!==b.type)return!1;var c=[];a.type===_.Re?c=["maxWidth","maxHeight","bitrate",IG,"fourCC"]:a.type===_.kc&&(c=["bitrate",IG,"channels","bitsPerSample","samplingRate","fourCC"]);return _.K.va(a,b,c,["id","segmentIndex"])},MH=function(a,b,c){var d=c.xd.split("00000001");a={id:1,type:c.type,duration:a/b,timescale:b,La:null,Pb:null,width:NaN,height:NaN,Hb:null,kd:NaN,
11
- sampleSize:NaN,channelCount:NaN};switch(c.type){case _.Re:a.La=[_.mk(d[1])];a.Pb=[_.mk(d[2])];a.width=c.maxWidth;a.height=c.maxHeight;break;case _.kc:a.Hb=_.mk(c.xd),a.sampleSize=c.Ig||16,a.kd=c.kd,a.channelCount=c.qf}return a},NH=function(a,b){return a.filter(function(c){return c.type===b})},OH=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)},VH=function(a,b,c){var d=null;if(PH.test(a)){a=PH.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 QH.test(a)?d=OH(QH,a):RH.test(a)?d=OH(RH,a):SH.test(a)?(a=SH.exec(a),d=Number(a[1])/c.frameRate):TH.test(a)?(a=TH.exec(a),d=Number(a[1])/c.a):UH.test(a)&&(d=OH(UH,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},WH=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))},YH=function(a){this.a=a;this.f=XH(this)},XH=function(a){for(var b=0,c=0;c<a.a.length;c++)b+=a.a[c].a();return new _.Ck(b)},ZH=function(a,b,c){a:{var d=_.u([_.Tc,_.Sc]);for(var e=d.next();!e.done;e=d.next())if((e=c.Ed(e.value))&&e.keyId){d=e.keyId;break a}_.G(HG,"Could not get default Key ID for DRM init data!");
14
- d=null}c=new X("xxxx");a.type===_.Re?c=new fH(a.width,a.height):c=new hH(a.channelCount,a.sampleSize,a.kd);a=new DH;a.g=1;a.h=8;a.m=d||"00000000000000000000000000000000";a=(new X("schi")).append([a]);b=(new X(_.oe)).append([new FH(b),new EH(_.Cc,65536),a]);c.append([b]);return c},$H=function(a,b){var c=b.Md(),d=new VG(a.timescale,a.duration,a.id),e=(new WG).append([new XG(a.id)]),f=new YG(a.id,a.duration,a.timescale,a.width,a.height),g=new ZG(a.timescale,a.duration),h=new $G(a.type),l=null,m=new lH;
15
- m.entries=[new kH];var n=new nH;switch(a.type){case _.Re:var p=new iH(a.La,a.Pb);c?(l=ZH(a,"avc1",b),l.append([p]),n.entries=[l]):(l=(new eH(a.width,a.height)).append([p]),n.entries=[l]);l=new aH;break;case _.kc:p=new jH(a.Hb),c?(l=ZH(a,"mp4a",b),l.append([p]),n.entries=[l]):(l=(new gH(a.channelCount,a.sampleSize,a.kd)).append([p]),n.entries=[l]),l=new sH}n=(new mH).append([n,new oH,new pH,new rH,new qH]);m=(new tH).append([m]);m=(new uH).append([l,m,n]);g=(new vH).append([g,h,m]);f=(new UG).append([f,
16
- g]);d=(new TG).append([d,f,e]);e=new SG("dash",0,["iso6","mp41","avc1"]);c&&(c=b.Ed(_.Sc),f=b.Ed(_.Tc),c&&d.append([new QG("pssh",c.initData,8)]),f&&d.append([new QG("pssh",f.initData,8)]),c||f||_.G(HG,"Could not get PSSH init data!"));c=new YH([e,d]);return _.N(c.write())},bI=function(a,b){var c,d,e,f,g,h;(new _.Ok).L("moof",_.Pk).V("mfhd",function(m){var n=new xH;n.g=_.U(m.reader);c=n}).L("traf",_.Pk).V("tfhd",function(m){var n=m.reader.za();if(null===m.flags)throw new _.L(_.M,3,3019,GG);var p=
17
- new zH(m.version||0,m.flags||0);p.g=_.U(m.reader);0<n-m.reader.getPosition()&&m.flags&1&&(p.h=_.Mk(m.reader));0<n-m.reader.getPosition()&&m.flags&2&&(p.A=_.U(m.reader));0<n-m.reader.getPosition()&&m.flags&8&&(p.j=_.U(m.reader));0<n-m.reader.getPosition()&&m.flags&16&&(p.o=_.U(m.reader));0<n-m.reader.getPosition()&&m.flags&32&&(p.m=_.U(m.reader));d=p}).V("trun",function(m){var n=m.reader.za();if(null===m.flags)throw new _.L(_.M,3,3019,GG);var p=new yH(m.version||0,m.flags||0);p.g=_.U(m.reader);0<n-
18
- m.reader.getPosition()&&m.flags&1&&(p.j=_.Kk(m.reader));0<n-m.reader.getPosition()&&m.flags&4&&(p.m=_.U(m.reader));if(0<n-m.reader.getPosition())for(n=0;n<p.g;n++)m.flags&256&&p.o.push(_.U(m.reader)),m.flags&512&&p.sampleSize.push(_.U(m.reader)),m.flags&1024&&p.A.push(_.U(m.reader)),m.flags&2048&&(0===m.version?p.h.push(_.U(m.reader)):p.h.push(_.Kk(m.reader)));e=p}).V("sdtp",function(m){var n=_.Nk(m.reader,m.reader.za());f=new RG("sdtp",m.version||0,m.flags||0,n,0)}).L("uuid",function(m){var n=_.Nk(m.reader,
19
- 16);if(_.ok(n,aI)){n=_.U(m.reader);m.version=n>>>24;m.flags=n&16777215;n=new IH(m.version,m.flags);n.h=_.U(m.reader);m.flags&1&&(n.j=_.Ik(m.reader));for(var p=0;p<n.h;p++){var q={Nf:_.Nk(m.reader,8),Mc:0,$e:[]};if(m.flags&2){q.Mc=_.Jk(m.reader);for(var r=0;r<q.Mc;r++){var w={nf:0,pf:0};w.nf=_.Jk(m.reader);w.pf=_.U(m.reader);q.$e.push(w)}}n.g.push(q)}g=n}}).L(_.zd,function(m){var n=new CH;0<m.reader.za()?n.g=_.Nk(m.reader,m.reader.za()):(_.G(HG,"mdat box is empty!"),n.g=new Uint8Array(0));h=n}).parse(a,
20
- !1);if(!h)return null;var l=(new AH).append([d,e]);f&&l.append([f]);b.Md()&&g&&l.append([g]);l=(new BH).append([c,l]);return new YH([l,h])},cI=function(a,b,c,d){var e=d.Md(),f=parseInt(c*b,10);b=a.data||new ArrayBuffer(0);var g=bI(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=_.yh(e);if((e=(new DOMParser).parseFromString(e,_.Ee))&&"tt"===e.documentElement.tagName.toLowerCase())var h=e.documentElement;if(h&&(d=new WH(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),w=0;if(p.hasAttribute(q))p=p.getAttribute(q);else{q=p.attributes;for(var z=q.length;w<z;w++){var C=q[w].name;if(C=C.match(r)){p=p.getAttribute(C[0]);break b}}p=null}}f.setAttribute(l[m],VH(p||
22
- "",g,d))}}e=(new XMLSerializer).serializeToString(e);c=_.zh(e).buffer}else c=e;return c}h=new BH;a=g.get("mfhd");b=new AH;l=g.get("tfhd");m=new wH(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.h;m++)l.push(10+6*c.g[m].Mc);else g=8;b.append([c,new GH,new HH(g,l,c.h)])}h.append([a,b]);f.flags|=1;f.j=h.a()+8;d=new YH([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},dI=function(a,b,c){return{keySystem:a,licenseServerUri:"",distinctiveIdentifierRequired:!1,persistentStateRequired:!1,audioRobustness:"",videoRobustness:"",serverCertificate:null,initData:[b],keyIds:c,periodId:null}},eI=function(a,b,c){a=_.Ol(a);c&&a.version!==c&&(a=_.Dv(a,c));return{initData:_.Bv(a),initDataType:_.Cc,keyId:b,periodId:null}},gI=function(){this.w=this.h=this.g=this.C=null;this.M=1;this.S=0;this.m="";this.A=this.f=null;this.a=new _.H("clpp.smooth.SmoothParser");
24
- this.J=!1;this.j=this.B=null;this.P=fI;this.H=0;this.D=this.I=Infinity;this.o=[];this.K=this.Ej.bind(this);this.F=new Map},hI=function(a,b){var c,d,e;return _.A(function(f){if(1==f.a)return c=_.Nh(b),c.timeout=a.g.attemptParameters.timeout,c.maxAttempts=Math.max(a.g.attemptParameters.maxAttempts,b.length),c.baseDelay=a.g.attemptParameters.baseDelay,c.backoffFactor=a.g.attemptParameters.backoffFactor,c.fuzzFactor=a.g.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)})},oI=function(a,b){var c=null;try{var d=new DOMParser;try{var e=_.yh(b);var f=d.parseFromString(e.trim(),_.Ee)}catch(fC){throw fC;}if(f&&f.documentElement.tagName==_.sb)var g=f.documentElement;c=g&&0<g.getElementsByTagName("parsererror").length?null:g}catch(fC){}if(!c)throw a.a.error("Unable to parse manifest"),new _.L(_.M,4,4033,a.m);var h=+iI(a,c,"MajorVersion"),l=+iI(a,c,"MinorVersion"),m=+c.getAttribute("TimeScale")||1E7,n=+iI(a,c,"Duration"),p="TRUE"===
26
- c.getAttribute("IsLive"),q=+c.getAttribute("LookAheadCount"),r=+c.getAttribute("DVRWindowLength")||Infinity,w=_.Al(c,"Protection")[0];if(!1===/^[2].[0-2]$/.test(""+h+"."+l))throw a.a.error("Smooth Streaming version must be 2.0, 2.1 or 2.2"),new _.L(_.M,4,4036,a.m);p?(jI(a,kI),a.B=typeof a.g.liveRefreshPeriod===_.k?1E3*a.g.liveRefreshPeriod:Math.min(1E3*a.H,1E4),n=Infinity):jI(a,fI);a.f={startTime:0,delay:0,duration:n/m,oe:r/m,ed:0};if(w){var z=a.g.playreadyVersion,C=[],E=_.Al(w,"ProtectionHeader")[0],
27
- F=_.lk(_.Cl(E)||""),B=_.Ol(F).a;C.push(dI(_.Tc,{initData:_.Bv(_.Hl(B)),initDataType:_.Cc,keyId:B,periodId:null},[B]));C.push(dI(_.Sc,eI(F,B,z),[B]));a.o=C}var I=[],O=_.Al(c,"StreamIndex");if(!O.length)throw a.a.error("No streams found!"),new _.L(_.M,4,4034,a.m);for(var S=0;S<O.length;S++){for(var Ba,ja=a,pa=O[S],Ca=iI(ja,pa,"Type"),Ga=+pa.getAttribute("Chunks"),qa=pa.getAttribute("Subtype"),ta=_.Ji(pa.getAttribute("Language")||_.Ie),Ma=pa.getAttribute("Name")||"",Ja=+pa.getAttribute(_.Wa),Bb=+pa.getAttribute(_.Va),
28
- Cb=iI(ja,pa,"Url"),Fb=+pa.getAttribute("TimeScale")||null,Mi=[],Ni=_.Al(pa,_.hb),Wf=0;Wf<Ni.length;Wf++){var ad=ja,$b=Ni[Wf],lc=Ca,Oi=+$b.getAttribute("Index"),VL=+iI(ad,$b,"Bitrate"),iC=NaN,jC=NaN,ym=NaN,$r=NaN,kC=NaN,lC=NaN,mC=NaN,nC=$b.getAttribute("FourCC");switch(lc){case _.Re:iC=+iI(ad,$b,_.Va);jC=+iI(ad,$b,_.Wa);break;case _.kc:$r=+$b.getAttribute("Channels")||2,ym=+iI(ad,$b,"SamplingRate"),lC=+iI(ad,$b,"AudioTag"),kC=+iI(ad,$b,"BitsPerSample"),mC=+iI(ad,$b,"PacketSize")}var as=String($b.getAttribute("CodecPrivateData"));
29
- if(lc===_.kc&&!as){var oC=$r,pC={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},zm=pC[ym];if("AACH"===nC){var nc=new Uint8Array(4);var qC=pC[2*ym];nc[0]=40|zm>>1;nc[1]=zm<<7|oC<<3|qC>>1;nc[2]=qC<<7|8;nc[3]=0;var Zf=new Uint16Array(2);Zf[0]=(nc[0]<<8)+nc[1];Zf[1]=(nc[2]<<8)+nc[3];var rC=Zf[0].toString(16)+Zf[1].toString(16)}else nc=new Uint8Array(2),nc[0]=16|zm>>1,nc[1]=zm<<7|oC<<3,Zf=new Uint16Array(1),Zf[0]=(nc[0]<<8)+nc[1],rC=Zf[0].toString(16);
30
- as=rC.toUpperCase()}var WL={id:ad.S++,type:lc,index:Oi,bitrate:VL,xd:as,maxHeight:iC,maxWidth:jC,kd:ym,qf:$r,ik:lC,Ig:kC,vk:mC,di:nC,segmentIndex:null};Mi.push(WL)}Ba=Mi;for(var qe=[],sC=_.Al(pa,"c"),fj=0;fj<sC.length;fj++){var bs=sC[fj],Gd=parseInt(bs.getAttribute("t"),10),ih=parseInt(bs.getAttribute("d"),10),cs=parseInt(bs.getAttribute("r"),10),gj=0;if(isNaN(Gd)&&isNaN(ih))throw ja.a.error("Either one or both FragmentDuration and FragmentTime field MUST be present in StreamFragmentElement"),new _.L(_.M,
31
- 4,4037,ja.m);0===fj&&isNaN(Gd)&&(gj=Gd=0);if(0<fj){var $f=qe[qe.length-1];gj=$f.n+1;$f.d||($f.d=Gd-$f.t);Gd||(Gd=$f.t+$f.d);ih||(ih=Gd-$f.t)}qe.push({n:gj,d:ih,t:Gd});if(cs){cs--;for(var tC=0;tC<cs;tC++){var Am=qe[qe.length-1];gj=Am.n+1;Gd=Am.t+Am.d;ih=Am.d;qe.push({n:gj,d:ih,t:Gd})}}}ja.Wc()||qe.length===Ga||ja.a.warn("Number of fragments ("+Ga+") differs from number of chunks ("+qe.length+").");I.push({type:Ca,lk:Ga,Mj:qa,language:ta,name:Ma,maxWidth:Ja,maxHeight:Bb,Tj:Cb,tracks:Ba,Jf:qe,timescale:Fb})}var gf=
32
- {tk:h,Wf:l,timescale:m,duration:n,isLive:p,sk:q,oe:r,ve:!1,streams:I};if(a.h&&a.w)return lI(a,gf),Promise.resolve();a.F.clear();var ds=gf.timescale,es=gf.duration,YL=NH(gf.streams,_.kc),ZL=NH(gf.streams,_.Re),$L=NH(gf.streams,_.Ce),uC=[],Bm=mI(a,es,ds,YL),Cm=mI(a,es,ds,ZL),aM=mI(a,es,ds,$L);Bm.length||(Bm=[null]);Cm.length||(Cm=[null]);for(var gs=0;gs<Cm.length;gs++)for(var hs=0;hs<Bm.length;hs++)uC.push(nI(a,Cm[gs],Bm[hs]));var vC={startTime:0,variants:uC,textStreams:aM,thumbStreams:[]};var cM=gf.streams,
33
- is=a.f.startTime,wC=a.f.delay,js=a.I,xC=Math.min(a.f.duration||Infinity,js),ks=a.Wc(),dM=a.f.oe,eM=a.f.ed,yC=a.H,zC=isFinite(a.D)?a.D:0;if(ks)xC=Infinity,is=Date.now()/1E3-eM,a.f.startTime=is,wC=3*yC;else for(var fM=isFinite(js)?js:a.f.duration,AC=_.u(cM),ls=AC.next();!ls.done;ls=AC.next())for(var BC=_.u(ls.value.tracks),ms=BC.next();!ms.done;ms=BC.next()){var CC=ms.value;CC.segmentIndex.offset(-zC);_.yw(CC.segmentIndex,fM)}a.A=new _.hw(is,wC,!ks,!0);a.A.Sb(xC);_.lw(a.A,yC);a.A.gc=dM;ks||a.A.offset(-zC);
34
- a.C.filterAllPeriods([vC]);a.h={presentationTimeline:a.A,periods:[vC],offlineSessionIds:[],minBufferTime:0};Promise.resolve();a.J||(a.C.networkingEngine.ce(a.K),a.J=!0);a.w=gf;return Promise.resolve()},lI=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={Gb:e.Gb},g=f.next())if(e.Gb=g.value,g=d.tracks.find(function(l){return function(m){return m.type===l.Gb.type&&m.bitrate===l.Gb.bitrate}}(e))){LH(e.Gb,g)||a.a.warn("The current stream is updated with a stream that seems to have different base properties!");
35
- var h=pI(a,a.w.timescale,d,g);g=e.Gb.segmentIndex;g.Va(h);(h=a.f.oe)&&_.ww(g,_.vw(g)-h).forEach(function(l){l.Ga().forEach(function(m){a.F["delete"](m)})})}else a.a.warn("Cannot find satisfying update for "+e.Gb.type+" track with bitrate "+(e.Gb.bitrate+". Skipping update."))},mI=function(a,b,c,d){for(var e=[],f={qc:0};f.qc<d.length;f={qc:f.qc},f.qc++){var g=d[f.qc].tracks.map(function(h){return function(l){var m=d[h.qc],n=pI(a,c,m,l),p=new _.uw(n),q=null;m.type!==_.Ce&&(q=qI(a,b,c,m,l));l.segmentIndex=
36
- p;n=a.M++;var r=Promise.resolve.bind(Promise),w=p.zc.bind(p),z=p.get.bind(p),C=p.Pc.bind(p);p=p.getDuration.bind(p);var E=rI[m.type],F="";switch(m.type){case _.Re:F=l.xd;var B=/00000001[0-9]7/.exec(F);F="avc1."+(B&&B[0]?F.substr(F.indexOf(B[0])+10,6):"42c00c");a.a.debug("VIDEO CODECS: ",F);break;case _.kc:F=l.xd,B=2,"AACH"===l.di?B=5:F&&(B=(parseInt(F.substr(0,2),16)&248)>>3),F="mp4a.40."+B,a.a.debug("AUDIO CODECS: ",F)}B=m.type===_.Ce?sI[m.Mj]:void 0;return{id:n,originalId:null,xk:null,createSegmentIndex:r,
37
- findSegmentPosition:w,getSegmentReference:z,adjustSegmentDurations:C,getDuration:p,segmentIndex:null,segmentLookupStrategy:_.nv,initSegmentReference:q,mimeType:E,codecs:F,frameRate:void 0,bandwidth:l.bitrate,width:l.maxWidth||void 0,height:l.maxHeight||void 0,kind:B,encrypted:a.xe(),keyId:null,language:m.language,label:m.name,type:m.type,primary:!1,trickModeVideo:null,emsgSchemeIdUris:null,roles:[],channelsCount:l.qf||null,closedCaptions:null}}}(f));e=e.concat(g)}return e},pI=function(a,b,c,d){var e=
38
- 0,f=[],g=c.timescale||b;c.Jf.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=KH(a.m,c,l,d);a.H=Math.max(a.H,m);f.push(new _.gw(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===_.kc)b=f[f.length-1],a.I=Math.min(a.I,e),0===a.f.ed?a.f.ed=b.endTime:a.f.ed=Math.min(a.f.ed,b.endTime);return f},qI=function(a,b,c,d,e){b=MH(b,d.timescale||c,e);c={isLive:a.Wc.bind(a),Md:a.xe.bind(a),ii:function(){return 1},
39
- Ed:a.Lf.bind(a)};d=new Uint8Array(0);try{d=$H(b,c)}catch(g){throw a.a.error("Failed to generate initialization segment."),new _.L(_.M,3,4035,g);}var f="data:text/plain;base64,"+_.kk(d);return new _.fw(function(){return[f]},0,null,null,!0)},nI=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,allowedByKeySystem:!0}:null},iI=function(a,b,c){if(b=b.getAttribute(c))return b;
40
- a.a.error("required attribute not provided: "+c);throw new _.L(_.M,4,4038,a.m,c);},tI=function(a,b){null!=a.B&&null!=b&&(a.j=window.setTimeout(a.Ab.bind(a),b))},jI=function(a,b){var c=b===fI;if(a.h&&a.h.presentationTimeline){var d=a.h.presentationTimeline;d.j=c;d.m=c}c&&null!=a.j&&(window.clearTimeout(a.j),a.j=null,a.B=null);a.P=b},uI=function(){};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};
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?_.T(a,1):_.T(a,this.size);_.Ek(a,PG(this.type));this.size>b&&JG(a,this.size);"uuid"===this.type&&_.Ek(a,null);if(0<this.f.length&&!this.w)for(b=0;b<this.f.length;b++)this.f[b].write(a),this.f[b].a(),a.getPosition()};_.v(Y,X);Y.prototype.a=function(){return 4+X.prototype.a.call(this)};Y.prototype.write=function(a){X.prototype.write.call(this,a);KG(a,this.version);LG(a,this.flags)};
43
- _.v(QG,X);QG.prototype.a=function(){return this.g.byteLength+X.prototype.a.call(this)-this.offset};QG.prototype.write=function(a){X.prototype.write.call(this,a);_.Ek(a,this.g,this.offset);a.getPosition()};_.v(RG,Y);RG.prototype.a=function(){return this.g.byteLength+Y.prototype.a.call(this)-this.offset};RG.prototype.write=function(a){Y.prototype.write.call(this,a);_.Ek(a,this.g,this.offset);a.getPosition()};_.v(SG,X);
44
- SG.prototype.a=function(){var a=this.h.length;a=a+4+this.g.join("").length;return a+X.prototype.a.call(this)};SG.prototype.write=function(a){X.prototype.write.call(this,a);_.Ek(a,PG(this.h));_.T(a,this.Wf);_.Ek(a,PG(this.g.join("")));a.getPosition()};_.v(TG,X);_.v(UG,X);_.v(VG,Y);VG.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
- VG.prototype.write=function(a){Y.prototype.write.call(this,a);1===this.version?(JG(a,0),JG(a,0),_.T(a,this.timescale),JG(a,this.duration*this.timescale)):(_.T(a,0),_.T(a,0),_.T(a,this.timescale),_.T(a,this.duration*this.timescale));_.T(a,65536);MG(a,this.volume);MG(a,0);_.T(a,0);_.T(a,0);for(var b=0;b<this.g.length;b++)KG(a,this.g[b]);_.T(a,0);_.T(a,0);_.T(a,0);_.T(a,0);_.T(a,0);_.T(a,0);_.T(a,this.h);a.getPosition()};_.v(WG,X);_.v(XG,Y);XG.prototype.a=function(){return 20+Y.prototype.a.call(this)};
46
- XG.prototype.write=function(a){Y.prototype.write.call(this,a);_.T(a,this.g);_.T(a,1);_.T(a,0);_.T(a,0);_.T(a,0);a.getPosition()};_.v(YG,Y);YG.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
- YG.prototype.write=function(a){Y.prototype.write.call(this,a);1===this.version?(JG(a,0),JG(a,0),_.T(a,this.h),_.T(a,0),JG(a,this.duration*this.timescale)):(_.T(a,0),_.T(a,0),_.T(a,this.h),_.T(a,0),_.T(a,this.duration*this.timescale));_.T(a,0);_.T(a,0);MG(a,0);MG(a,0);MG(a,this.volume);MG(a,0);for(var b=0;b<this.g.length;b++)KG(a,this.g[b]);MG(a,this.width);MG(a,0);MG(a,this.height);MG(a,0);a.getPosition()};_.v(ZG,Y);ZG.prototype.a=function(){var a=0;a=1===this.version?a+28:a+16;return a+4+Y.prototype.a.call(this)};
48
- ZG.prototype.write=function(a){Y.prototype.write.call(this,a);1===this.version?(JG(a,0),JG(a,0),_.T(a,this.timescale),JG(a,this.duration*this.timescale)):(_.T(a,0),_.T(a,0),_.T(a,this.timescale),_.T(a,this.duration*this.timescale));MG(a,this.language);MG(a,0);a.getPosition()};_.v($G,Y);$G.prototype.a=function(){return 33+Y.prototype.a.call(this)};
49
- $G.prototype.write=function(a){Y.prototype.write.call(this,a);_.T(a,0);this.g===_.Re?_.Ek(a,PG("vide")):_.Ek(a,PG("soun"));_.T(a,0);_.T(a,0);_.T(a,0);this.g===_.Re?_.Ek(a,PG("VideoHandler\x00")):_.Ek(a,PG("SoundHandler\x00"));a.getPosition()};_.v(aH,Y);aH.prototype.a=function(){return 2+this.g.byteLength+Y.prototype.a.call(this)};aH.prototype.write=function(a){Y.prototype.write.call(this,a);MG(a,0);_.Ek(a,this.g);a.getPosition()};_.v(bH,X);bH.prototype.a=function(){return 8+X.prototype.a.call(this)};
50
- bH.prototype.write=function(a){X.prototype.write.call(this,a);_.T(a,0);MG(a,0);MG(a,1)};_.v(cH,bH);cH.prototype.a=function(){return 70+bH.prototype.a.call(this)};cH.prototype.write=function(a){bH.prototype.write.call(this,a);MG(a,0);MG(a,0);_.T(a,0);_.T(a,0);_.T(a,0);MG(a,this.width);MG(a,this.height);_.T(a,4718592);_.T(a,4718592);_.T(a,0);MG(a,1);KG(a,10);_.Ek(a,PG("AVC Coding",31));MG(a,this.depth);OG(a,-1)};_.v(dH,bH);dH.prototype.a=function(){return 20+bH.prototype.a.call(this)};
51
- dH.prototype.write=function(a){bH.prototype.write.call(this,a);_.T(a,0);_.T(a,0);MG(a,this.channelCount);MG(a,this.sampleSize);OG(a,0);MG(a,0);MG(a,this.sampleRate);MG(a,0)};_.v(eH,cH);eH.prototype.write=function(a){cH.prototype.write.call(this,a);for(var b=0;b<this.f.length;b++)this.f[b].write(a);a.getPosition()};_.v(fH,eH);_.v(gH,dH);gH.prototype.write=function(a){dH.prototype.write.call(this,a);for(var b=0;b<this.f.length;b++)this.f[b].write(a);a.getPosition()};_.v(hH,gH);_.v(iH,X);
52
- iH.prototype.a=function(){for(var a=7,b=0;b<this.La.length;b++)a+=2,a+=this.La[b].byteLength;for(b=0;b<this.La.length;b++)a+=2,a+=this.Pb[b].byteLength;return a+X.prototype.a.call(this)};
53
- iH.prototype.write=function(a){X.prototype.write.call(this,a);KG(a,this.version);KG(a,this.g);KG(a,this.h);KG(a,this.level);KG(a,255);KG(a,224|this.La.length);for(var b=0;b<this.La.length;b++)MG(a,this.La[b].length),_.Ek(a,this.La[b]);KG(a,this.Pb.length);for(b=0;b<this.Pb.length;b++)MG(a,this.Pb[b].length),_.Ek(a,this.Pb[b]);a.getPosition()};_.v(jH,Y);jH.prototype.a=function(){return 22+(this.Hb.byteLength+3)+Y.prototype.a.call(this)};
54
- jH.prototype.write=function(a){Y.prototype.write.call(this,a);KG(a,3);KG(a,23+this.Hb.byteLength);MG(a,1);KG(a,0);KG(a,4);KG(a,15+this.Hb.byteLength);KG(a,64);KG(a,21);LG(a,0);_.T(a,0);_.T(a,0);KG(a,5);KG(a,this.Hb.byteLength);_.Ek(a,this.Hb);_.Ek(a,new Uint8Array([6,1,2]));a.getPosition()};_.v(kH,Y);kH.prototype.a=function(){return this.location.length+Y.prototype.a.call(this)};kH.prototype.write=function(a){Y.prototype.write.call(this,a);0<this.location.length&&_.Ek(a,PG(this.location));a.getPosition()};
55
- _.v(lH,Y);lH.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)};lH.prototype.write=function(a){Y.prototype.write.call(this,a);_.T(a,this.entries.length);for(var b=0;b<this.entries.length;b++)this.entries[b].write(a);a.getPosition()};_.v(mH,X);_.v(nH,Y);nH.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
- nH.prototype.write=function(a){Y.prototype.write.call(this,a);_.T(a,this.entries.length);for(var b=0;b<this.entries.length;b++)this.entries[b].write(a);a.getPosition()};_.v(oH,Y);oH.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)};oH.prototype.write=function(a){Y.prototype.write.call(this,a);_.T(a,this.entries.length);for(var b=0;b<this.entries.length;b++)this.entries[b].write(a);a.getPosition()};_.v(pH,Y);
57
- pH.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)};pH.prototype.write=function(a){Y.prototype.write.call(this,a);_.T(a,this.entries.length);for(var b=0;b<this.entries.length;b++)this.entries[b].write(a);a.getPosition()};_.v(qH,Y);qH.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
- qH.prototype.write=function(a){Y.prototype.write.call(this,a);_.T(a,this.entries.length);for(var b=0;b<this.entries.length;b++)this.entries[b].write(a);a.getPosition()};_.v(rH,Y);rH.prototype.a=function(){return 8+Y.prototype.a.call(this)};rH.prototype.write=function(a){Y.prototype.write.call(this,a);_.T(a,0);_.T(a,0);a.getPosition()};_.v(sH,Y);sH.prototype.a=function(){return 4+Y.prototype.a.call(this)};sH.prototype.write=function(a){Y.prototype.write.call(this,a);OG(a,0);MG(a,0);a.getPosition()};
59
- _.v(tH,X);_.v(uH,X);_.v(vH,X);_.v(wH,Y);wH.prototype.a=function(){var a=0;a=1===this.version?a+8:a+4;return a+Y.prototype.a.call(this)};wH.prototype.write=function(a){Y.prototype.write.call(this,a);1===this.version?JG(a,this.g):_.T(a,this.g);a.getPosition()};_.v(xH,Y);xH.prototype.a=function(){return 4+Y.prototype.a.call(this)};xH.prototype.write=function(a){Y.prototype.write.call(this,a);_.T(a,this.g);a.getPosition()};_.v(yH,Y);
60
- yH.prototype.a=function(){var a=4;this.flags&vI&&(a+=4);this.flags&wI&&(a+=4);for(var b=0;b<this.g;b++)this.flags&xI&&(a+=4),this.flags&yI&&(a+=4),this.flags&zI&&(a+=4),this.flags&AI&&(a+=4);return a+Y.prototype.a.call(this)};
61
- yH.prototype.write=function(a){Y.prototype.write.call(this,a);_.T(a,this.g);this.flags&vI&&(a.getPosition(),NG(a,this.j));this.flags&wI&&_.T(a,this.m);for(var b=0;b<this.g;b++)this.flags&xI&&_.T(a,this.o[b]),this.flags&yI&&_.T(a,this.sampleSize[b]),this.flags&zI&&_.T(a,this.A[b]),this.flags&AI&&(0===this.version?_.T(a,this.h[b]):NG(a,this.h[b]));a.getPosition()};var vI=1,wI=4,xI=256,yI=512,zI=1024,AI=2048;_.v(zH,Y);
62
- zH.prototype.a=function(){var a=4;this.flags&BI&&(a+=8);this.flags&CI&&(a+=4);this.flags&DI&&(a+=4);this.flags&EI&&(a+=4);this.flags&FI&&(a+=4);return a+Y.prototype.a.call(this)};zH.prototype.write=function(a){Y.prototype.write.call(this,a);_.T(a,this.g);this.flags&BI&&JG(a,this.h);this.flags&CI&&_.T(a,this.A);this.flags&DI&&_.T(a,this.j);this.flags&EI&&_.T(a,this.o);this.flags&FI&&_.T(a,this.m);a.getPosition()};var BI=1,CI=2,DI=8,EI=16,FI=32;_.v(AH,X);_.v(BH,X);_.v(CH,X);
63
- CH.prototype.a=function(){return this.g.byteLength+X.prototype.a.call(this)};CH.prototype.write=function(a){X.prototype.write.call(this,a);0<this.g.byteLength&&_.Ek(a,this.g)};_.v(DH,Y);DH.prototype.a=function(){var a=20;1===this.g&&0===this.h&&(a=a+1+this.j.length);return a+Y.prototype.a.call(this)};
64
- DH.prototype.write=function(a){Y.prototype.write.call(this,a);KG(a,0);0===this.version?KG(a,0):KG(a,0);KG(a,this.g);KG(a,this.h);_.Ek(a,_.mk(this.m));if(1===this.g&&0===this.h){KG(a,0);for(var b=0;b<this.j.length;b++)KG(a,this.j[b])}a.getPosition()};_.v(EH,Y);EH.prototype.a=function(){var a=8;this.flags&1&&(a+=PG(this.Cb).byteLength);return a+Y.prototype.a.call(this)};EH.prototype.write=function(a){Y.prototype.write.call(this,a);_.Ek(a,PG(this.g));_.T(a,this.h);this.flags&1&&_.Ek(a,PG(this.Cb));a.getPosition()};
65
- _.v(FH,X);FH.prototype.a=function(){return PG(this.g).byteLength+X.prototype.a.call(this)};FH.prototype.write=function(a){X.prototype.write.call(this,a);_.Ek(a,PG(this.g));a.getPosition()};_.v(GH,Y);GH.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
- GH.prototype.write=function(a){Y.prototype.write.call(this,a);this.flags&1&&(_.T(a,0),_.T(a,0));_.T(a,1);for(var b=0;1>b;b++)0===this.version?_.T(a,this.offset[b]):JG(a,this.offset[b]);a.getPosition()};_.v(HH,Y);HH.prototype.a=function(){var a=0;this.flags&1&&(a+=8);a+=5;0===this.g&&(a+=this.j.length);return a+Y.prototype.a.call(this)};
67
- HH.prototype.write=function(a){Y.prototype.write.call(this,a);this.flags&1&&(_.T(a,0),_.T(a,0));KG(a,this.g);_.T(a,this.h);if(0===this.g)for(var b=0;b<this.h;b++)KG(a,this.j[b]);a.getPosition()};_.v(IH,Y);IH.prototype.a=function(){var a=4;this.flags&1&&(a+=1);for(var b=0;b<this.h;b++)if(a+=this.g[b].Nf.byteLength,this.flags&2){a+=2;for(var c=0;c<this.g[b].Mc;c++)a+=2,a+=4}return a+Y.prototype.a.call(this)};
68
- IH.prototype.write=function(a){Y.prototype.write.call(this,a);_.T(a,this.h);this.flags&1&&KG(a,this.j);for(var b=0;b<this.h;b++)if(_.Ek(a,this.g[b].Nf),this.flags&2){MG(a,this.g[b].Mc);for(var c=0;c<this.g[b].Mc;c++)MG(a,this.g[b].$e[c].nf),_.T(a,this.g[b].$e[c].pf)}a.getPosition()};var PH=/^(\d{2,}):(\d{2}):(\d{2}):(\d{2})\.?(\d+)?$/,QH=/^(?:(\d{2,}):)?(\d{2}):(\d{2})$/,RH=/^(?:(\d{2,}):)?(\d{2}):(\d{2}\.\d{2,})$/,SH=/^(\d*\.?\d*)f$/,TH=/^(\d*\.?\d*)t$/,UH=/^(?:(\d*\.?\d*)h)?(?:(\d*\.?\d*)m)?(?:(\d*\.?\d*)s)?(?:(\d*\.?\d*)ms)?$/;YH.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};YH.prototype.write=function(){this.f=XH(this);for(var a=0;a<this.a.length;a++)this.a[a].write(this.f);return this.f.buffer};var aI=new Uint8Array([162,57,79,82,90,155,79,20,162,68,108,66,124,100,141,244]);_.t=gI.prototype;_.t.configure=function(a){this.g=a};_.t.start=function(a,b){var c=this;this.C=b;var d=_.mf(new Set([a,JH(a)])).concat();return hI(this,d).then(function(e){return oI(c,e.data).then(function(){tI(c,c.B);return c.h})})};_.t.stop=function(){this.C&&this.C.networkingEngine.Te(this.K);this.B=this.w=this.h=this.g=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.Wc())return hI(this,[this.m]).then(function(b){return oI(a,b.data).then(function(){return a.h})})["catch"](function(b){if(a.C)a.C.onError(b)})};_.t.onExpirationUpdated=function(){};_.t.setCurrentVariant=function(){};_.t.Ab=function(){var a=this;this.a.debug(_.gv);this.C&&(this.j=null,this.update().then(function(){tI(a,a.B)})["catch"](function(b){a.C&&(a.C.onError(b),1===b.severity&&tI(a,100))}))};_.t.Wc=function(){return this.P===kI};
70
- _.t.xe=function(){return 0<this.o.length};_.t.Lf=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.Ej=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.Wc.bind(this),Md:this.xe.bind(this),ii:function(){return 1},Ed:this.Lf.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.a.debug("Using base media decode time "+g+" instead of segment reference time "+a.request.startTime);f=cI(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 rI={video:_.Te,audio:_.qc,text:_.hc},fI="VOD",kI="LIVE",sI={Vj:"caption",bk:_.ye};_.v(uI,_.Jo);uI.prototype.Ia=function(){_.Gp.ism=gI;_.Ep[_.ic]=gI};uI.prototype.Ca=function(){_.Dw("ism");_.Ew(_.ic)};uI.prototype.id=function(){return"smooth"};_.D("clpp.smooth.SmoothComponent",uI);};
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));}