@castlabs/prestoplay 6.14.0 → 6.14.1

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 (62) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/cjs/cl.adobe.js +3 -3
  3. package/cjs/cl.airplay.js +3 -3
  4. package/cjs/cl.broadpeak.js +7 -7
  5. package/cjs/cl.cast.js +110 -110
  6. package/cjs/cl.conviva.js +33 -33
  7. package/cjs/cl.core.js +528 -520
  8. package/cjs/cl.crypto.js +9 -9
  9. package/cjs/cl.dash.js +72 -72
  10. package/cjs/cl.externs.js +50 -56
  11. package/cjs/cl.freewheel.js +24 -24
  12. package/cjs/cl.hls.js +69 -68
  13. package/cjs/cl.hlssmpte.js +6 -6
  14. package/cjs/cl.htmlcue.js +29 -30
  15. package/cjs/cl.ima.js +23 -23
  16. package/cjs/cl.mse.js +264 -274
  17. package/cjs/cl.muxdata.js +15 -15
  18. package/cjs/cl.onboard.js +3 -3
  19. package/cjs/cl.persistent.js +13 -13
  20. package/cjs/cl.playlist.js +6 -6
  21. package/cjs/cl.simid.js +15 -15
  22. package/cjs/cl.smooth.js +71 -71
  23. package/cjs/cl.thumbnails.js +26 -26
  24. package/cjs/cl.tizen.js +70 -70
  25. package/cjs/cl.ttml.js +28 -28
  26. package/cjs/cl.verimatrix.js +5 -5
  27. package/cjs/cl.vimond.js +12 -12
  28. package/cjs/cl.vr.js +19 -19
  29. package/cjs/cl.vtt.js +14 -14
  30. package/cjs/cl.youbora.js +19 -19
  31. package/cl.adobe.js +3 -3
  32. package/cl.airplay.js +3 -3
  33. package/cl.broadpeak.js +5 -5
  34. package/cl.cast.js +88 -88
  35. package/cl.conviva.js +27 -27
  36. package/cl.core.js +440 -433
  37. package/cl.crypto.js +8 -8
  38. package/cl.dash.js +68 -68
  39. package/cl.externs.js +50 -56
  40. package/cl.freewheel.js +19 -19
  41. package/cl.hls.js +71 -69
  42. package/cl.hlssmpte.js +5 -5
  43. package/cl.htmlcue.js +26 -26
  44. package/cl.ima.js +17 -17
  45. package/cl.mse.js +236 -240
  46. package/cl.muxdata.js +13 -13
  47. package/cl.onboard.js +4 -4
  48. package/cl.persistent.js +11 -11
  49. package/cl.playlist.js +5 -5
  50. package/cl.simid.js +13 -13
  51. package/cl.smooth.js +59 -59
  52. package/cl.thumbnails.js +19 -19
  53. package/cl.tizen.js +57 -57
  54. package/cl.ttml.js +22 -22
  55. package/cl.verimatrix.js +4 -4
  56. package/cl.vimond.js +8 -8
  57. package/cl.vr.js +15 -15
  58. package/cl.vtt.js +12 -12
  59. package/cl.youbora.js +15 -15
  60. package/clpp.styles.css +2 -0
  61. package/package.json +1 -1
  62. package/typings.d.ts +40 -33
package/cl.freewheel.js CHANGED
@@ -1,19 +1,19 @@
1
- import {clpp} from "./cl.core.js";let g={};const _ = clpp._;var f=function(window){'use strict';var hO="clpp-freewheel",iO="clpp.freewheel.AdsManagerFactory",jO="freewheel",kO=function(a){switch(a){case 0:return tv.freewheel.SDK.ADUNIT_PREROLL;case 1:return tv.freewheel.SDK.ADUNIT_MIDROLL;case 2:return tv.freewheel.SDK.ADUNIT_POSTROLL;default:return""}},lO=function(a){const b=[];typeof a.networkId!==_.r&&b.push("networkId");typeof a.serverUrl!==_.vf&&b.push("serverUrl");typeof a.profileId!==_.vf&&b.push("profileId");typeof a.videoAssetId!==_.vf&&typeof a.videoAssetId!==_.r&&b.push("videoAssetId");
2
- if(b.length)throw new _.H(1,9,12001,{missingKeys:b.join(", ")});},mO=function(){return _.x(function*(){var a=new _.ct;let b=tv.freewheel.SDK.VIDEO_ASSET_AUTO_PLAY_TYPE_NONE;const c=yield a.canPlay(!1);a=yield a.canPlay(!0);c?b=tv.freewheel.SDK.VIDEO_ASSET_AUTO_PLAY_TYPE_ATTENDED:a&&(b=tv.freewheel.SDK.VIDEO_ASSET_AUTO_PLAY_TYPE_UNATTENDED);return b})},nO=function(a){a.h.on(a.a,tv.freewheel.SDK.EVENT_REQUEST_COMPLETE,a.H.bind(a));a.h.on(a.a,tv.freewheel.SDK.EVENT_SLOT_STARTED,a.J.bind(a));a.h.on(a.a,
3
- tv.freewheel.SDK.EVENT_SLOT_ENDED,a.I.bind(a));a.h.on(a.a,tv.freewheel.SDK.EVENT_AD,a.G.bind(a));a.h.on(a.m,_.Cf,a.F.bind(a));a.h.on(a.m,_.sf,a.C.bind(a))},qO=function(a){return _.x(function*(){a.B.length?(oO(a),a.f=a.B.shift(),a.f.play()):(pO(a),yield a.m.a.play())})},pO=function(a){const b=a.m.bc(jO).wc();b&&a.m.getSurface().hide(b);a.m.getSurface().showMediaElement()},oO=function(a){const b=a.m.bc(jO).wc();b&&(a.m.getSurface().show(b),a.m.getSurface().hideMediaElement(),a.a.registerVideoDisplayBase(hO),
4
- a.m.isMuted()?a.setVolume(0):a.setVolume(a.m.getVolume()||1))},rO=function(a){a.A.length?(oO(a),a.f=a.A.shift(),a.f.play()):pO(a)},sO=function(a,b,c){var d=null;a.a&&c&&(c.adInstance||c.slot)&&(c=(d=c.adInstance||null)?d.getSlot():c.slot,d={ad:new Y(a.a,c,d)});a.m.trigger(new _.F(b,d))},tO=class extends _.kt{constructor(){super();this.f=this.a=null}onPlayerCreated(a){if(window.tv&&tv.freewheel&&tv.freewheel.SDK)this.a=_.Ln(_.zd,{id:hO}),this.f=_.Ln(_.w,{"class":_.Xc}),this.a.appendChild(this.f),a.getSurface().addElementToContainer(this.a,
5
- !0),a.getSurface().hide(this.a);else a.onError(new _.H(1,9,12E3))}onPlayerWillDestroy(a){this.a&&(a.getSurface().removeElementFromContainer(this.a),this.f=this.a=null)}id(){return jO}wc(){return this.a}lg(){return this.f}};_.z("clpp.freewheel.FreeWheelPlugin",tO);tO.prototype.getAdVideo=tO.prototype.lg;tO.prototype.getAdContainer=tO.prototype.wc;tO.Id=jO;tO.AD_CONTAINER_ID=hO;_.so(new class{create(){return new tO}});var Y=class{constructor(a,b,c){this.h=a;this.f=b;this.a=c}rb(){return"FreeWheel AdManager SDK"}sb(){return tv.freewheel.SDK.version}yb(){return 0}getId(){return this.a?this.a.getAdId():""}getCreativeId(){const a=(this.a||{})._creativeId;return typeof a===_.vf?a:""}getApiFramework(){return this.a?this.a.getActiveCreativeRendition().getCreativeApi():""}getAdSystem(){return""}getAdvertiserName(){return""}getTitle(){return""}getDuration(){return this.a?this.a.getActiveCreativeRendition().getDuration():
6
- 0}getSkipTimeOffset(){return 0}fc(){return!1}Jb(){return this.a&&this.a.getEventCallbackUrls(tv.freewheel.SDK.EVENT_AD_CLICK,tv.freewheel.SDK.EVENT_TYPE_CLICK)[0]||""}getMediaUrl(){return this.a?this.a.getActiveCreativeRendition().getPrimaryCreativeRenditionAsset().getUrl():""}vb(){return this.a?this.a.getActiveCreativeRendition().getWidth():0}ub(){return this.a?this.a.getActiveCreativeRendition().getHeight():0}kb(){return 0}Wa(){switch(this.f.getTimePositionClass()){case tv.freewheel.SDK.TIME_POSITION_CLASS_PREROLL:return 0;
7
- case tv.freewheel.SDK.TIME_POSITION_CLASS_POSTROLL:return 2;default:return 1}}getPodIndex(){switch(this.Wa()){case 0:return 0;case 2:return-1}return this.h.getSlotsByTimePositionClass(tv.freewheel.SDK.TIME_POSITION_CLASS_MIDROLL).indexOf(this.f)+1}Kb(){switch(this.Wa()){case 0:return 0;case 2:return-1;default:return this.f.getTimePosition()}}Lb(){return this.a?this.f.getAdInstances().indexOf(this.a)+1:1}xb(){return this.f.getAdCount()}getWrapperAdIds(){return[]}getWrapperAdSystems(){return[]}getWrapperCreativeIds(){return[]}};
8
- Y.prototype.getWrapperCreativeIds=Y.prototype.getWrapperCreativeIds;Y.prototype.getWrapperAdSystems=Y.prototype.getWrapperAdSystems;Y.prototype.getWrapperAdIds=Y.prototype.getWrapperAdIds;Y.prototype.getSequenceLength=Y.prototype.xb;Y.prototype.getPositionInSequence=Y.prototype.Lb;Y.prototype.getPodTimeOffset=Y.prototype.Kb;Y.prototype.getPodIndex=Y.prototype.getPodIndex;Y.prototype.getPodType=Y.prototype.Wa;Y.prototype.getMediaBitrate=Y.prototype.kb;Y.prototype.getMediaHeight=Y.prototype.ub;
9
- Y.prototype.getMediaWidth=Y.prototype.vb;Y.prototype.getMediaUrl=Y.prototype.getMediaUrl;Y.prototype.getClickThroughUrl=Y.prototype.Jb;Y.prototype.isBumper=Y.prototype.fc;Y.prototype.getSkipTimeOffset=Y.prototype.getSkipTimeOffset;Y.prototype.getDuration=Y.prototype.getDuration;Y.prototype.getTitle=Y.prototype.getTitle;Y.prototype.getAdvertiserName=Y.prototype.getAdvertiserName;Y.prototype.getAdSystem=Y.prototype.getAdSystem;Y.prototype.getApiFramework=Y.prototype.getApiFramework;
10
- Y.prototype.getCreativeId=Y.prototype.getCreativeId;Y.prototype.getId=Y.prototype.getId;Y.prototype.getTechnology=Y.prototype.yb;Y.prototype.getAdManagerVersion=Y.prototype.sb;Y.prototype.getAdManagerName=Y.prototype.rb;var uO=class{constructor(a){this.a=a}getCuePoints(){return this.a.getTemporalSlots().map(a=>{switch(a.getTimePositionClass()){case tv.freewheel.SDK.TIME_POSITION_CLASS_PREROLL:return 0;case tv.freewheel.SDK.TIME_POSITION_CLASS_POSTROLL:return-1;default:return a.getTimePosition()}})}Mb(){return 0<this.a.getSlotsByTimePositionClass(tv.freewheel.SDK.TIME_POSITION_CLASS_PREROLL).length}lb(){return 0<this.a.getSlotsByTimePositionClass(tv.freewheel.SDK.TIME_POSITION_CLASS_POSTROLL).length}};
11
- uO.prototype.hasPostroll=uO.prototype.lb;uO.prototype.hasPreroll=uO.prototype.Mb;uO.prototype.getCuePoints=uO.prototype.getCuePoints;var vO=class{constructor(a){this.g=new _.R("clpp.freewheel.AdsManager");this.m=a;this.h=new _.ir;this.w=new tv.freewheel.SDK.AdManager;this.f=this.a=null;this.B=[];this.o=[];this.A=[];this.l=new _.wm;this.j=null}load(){const a=this;return _.x(function*(){const b=a.m.getConfiguration().freewheel||{};try{lO(b)}catch(d){return a.m.onError(d),a.l.resolve(),a.l}a.w.setNetwork(b.networkId);a.w.setServer(b.serverUrl);a.a=a.w.newContext();a.a.setProfile(b.profileId);typeof b.siteSectionId!==_.vf&&typeof b.siteSectionId!==
12
- _.r||a.a.setSiteSection(b.siteSectionId);const c=yield mO();a.a.setVideoAsset(b.videoAssetId,a.m.getDuration(),void 0,void 0,c);if(Array.isArray(b.pods))for(const d of b.pods)a.a.addTemporalSlot(d.id,kO(d.type),d.position,d.slotProfile,d.cuepointSequence,d.maxDuration,d.minDuration,d.acceptContentType);b.keyValues&&typeof b.keyValues===_.ve&&Object.keys(b.keyValues).forEach(d=>a.a.addKeyValue(d,b.keyValues[d]));a.a.setParameter(tv.freewheel.SDK.PARAMETER_EXTENSION_CONTENT_VIDEO_ENABLED,!1,tv.freewheel.SDK.PARAMETER_LEVEL_GLOBAL);
13
- if(Array.isArray(b.parameters))for(const d of b.parameters)a.a.setParameter(d.name,d.value,d.level);nO(a);a.a.submitRequest();return a.l})}start(){const a=this;return _.x(function*(){yield qO(a)})}resume(){this.f&&this.f.resume()}pause(){this.f&&this.f.pause()}skip(){this.f&&this.f.skipCurrentAd()}getVolume(){return this.a?this.a.getAdVolume():1}setVolume(a){this.a&&this.a.setAdVolume(a)}getPosition(){return this.f?this.f.getPlayheadTime():-1}dispose(){const a=this;return _.x(function*(){a.h.release();
14
- a.j&&(a.j.stop(),a.j=null);pO(a);a.a&&(a.a.dispose(),a.a=null)})}H(a){if(a.success)this.B=this.a.getSlotsByTimePositionClass(tv.freewheel.SDK.TIME_POSITION_CLASS_PREROLL),this.o=this.a.getSlotsByTimePositionClass(tv.freewheel.SDK.TIME_POSITION_CLASS_MIDROLL),this.A=this.a.getSlotsByTimePositionClass(tv.freewheel.SDK.TIME_POSITION_CLASS_POSTROLL),this.m.trigger(new _.F(_.nc,{adsTimeline:new uO(this.a)})),this.j=new _.at(this.m.getSurface(),(b,c)=>this.a.resize(b,c),this.m.bc(jO).f);else this.m.onError(new _.H(1,
15
- 9,10003,{errorType:0},void 0));this.l.resolve()}J(a){sO(this,_.Wb,a);this.j.start()}I(a){this.f=null;a=a.slot;sO(this,_.Xb);this.j.stop();if(a)switch(a.getTimePositionClass()){case tv.freewheel.SDK.TIME_POSITION_CLASS_PREROLL:qO(this);break;case tv.freewheel.SDK.TIME_POSITION_CLASS_MIDROLL:pO(this);this.m.play();break;case tv.freewheel.SDK.TIME_POSITION_CLASS_POSTROLL:rO(this)}}G(a){const b=a.subType;this.g.debug("ad event",b);switch(b){case tv.freewheel.SDK.EVENT_AD_IMPRESSION:sO(this,_.jc,a);sO(this,
16
- _.cc,a);break;case tv.freewheel.SDK.EVENT_AD_IMPRESSION_END:sO(this,_.kc,a);break;case tv.freewheel.SDK.EVENT_AD_FIRST_QUARTILE:sO(this,_.bc,a);break;case tv.freewheel.SDK.EVENT_AD_MIDPOINT:sO(this,_.ec,a);break;case tv.freewheel.SDK.EVENT_AD_THIRD_QUARTILE:sO(this,_.lc,a);break;case tv.freewheel.SDK.EVENT_AD_COMPLETE:sO(this,_.ac,a);break;case tv.freewheel.SDK.EVENT_AD_CLICK:sO(this,_.$b,a);break;case tv.freewheel.SDK.EVENT_AD_PAUSE:sO(this,_.fc,a);break;case tv.freewheel.SDK.EVENT_AD_RESUME:sO(this,
17
- _.hc,a);break;case tv.freewheel.SDK.EVENT_AD_SKIPPED:sO(this,_.ic,a);break;case tv.freewheel.SDK.EVENT_AD_BUFFERING_START:sO(this,_.Zb,a);break;case tv.freewheel.SDK.EVENT_AD_BUFFERING_END:sO(this,_.gc,a);break;case tv.freewheel.SDK.EVENT_ERROR:this.m.onError(new _.H(1,9,10003,{errorType:1},{fwCode:a[tv.freewheel.SDK.INFO_KEY_ERROR_CODE],fwInfo:a[tv.freewheel.SDK.INFO_KEY_ERROR_INFO],fwModule:a[tv.freewheel.SDK.INFO_KEY_ERROR_MODULE]}))}}F(){if(!this.f){var a=this.m.getPosition();if(this.f=this.o.find(b=>
18
- .5>Math.abs(a-b.getTimePosition()))||null){const b=this.o.findIndex(c=>c===this.f);this.o.splice(b,1);this.m.pause();oO(this);this.f.play()}}}C(a){if((a=a.detail)&&this.a)switch(a.currentState){case _.rn:this.a.setVideoState(tv.freewheel.SDK.VIDEO_STATE_PLAYING);break;case _.qn:this.a.setVideoState(tv.freewheel.SDK.VIDEO_STATE_PAUSED);break;case _.fn:this.a.setVideoState(tv.freewheel.SDK.VIDEO_STATE_COMPLETED);rO(this);break;case _.on:case _.nn:this.a.setVideoState(tv.freewheel.SDK.VIDEO_STATE_STOPPED)}}};
19
- vO.prototype.getPosition=vO.prototype.getPosition;vO.prototype.setVolume=vO.prototype.setVolume;vO.prototype.getVolume=vO.prototype.getVolume;vO.prototype.skip=vO.prototype.skip;vO.prototype.pause=vO.prototype.pause;vO.prototype.resume=vO.prototype.resume;vO.prototype.start=vO.prototype.start;var wO=class{constructor(){this.a=new _.R(iO)}name(){return iO}da(a,b){return a.namespace()===_.dd?!1:window.tv&&tv.freewheel&&tv.freewheel.SDK?!(!b||!b.freewheel):(this.a.warn("FreeWheel SDK is not loaded."),!1)}create(a){return new vO(a)}};wO.prototype.create=wO.prototype.create;wO.prototype.isSupported=wO.prototype.da;wO.prototype.name=wO.prototype.name;_.In(new wO);};f.call(g, window);
1
+ import {clpp} from "./cl.core.js";let g={};const _ = clpp._;var f=function(window){'use strict';var FO="clpp-freewheel",GO="clpp.freewheel.AdsManagerFactory",HO="freewheel",IO=function(a){switch(a){case 0:return tv.freewheel.SDK.ADUNIT_PREROLL;case 1:return tv.freewheel.SDK.ADUNIT_MIDROLL;case 2:return tv.freewheel.SDK.ADUNIT_POSTROLL;default:return""}},JO=function(a){const b=[];typeof a.networkId!==_.r&&b.push("networkId");typeof a.serverUrl!==_.yf&&b.push("serverUrl");typeof a.profileId!==_.yf&&b.push("profileId");typeof a.videoAssetId!==_.yf&&typeof a.videoAssetId!==_.r&&b.push("videoAssetId");
2
+ if(b.length)throw new _.H(1,9,12001,{missingKeys:b.join(", ")});},KO=function(){return _.w(function*(){var a=new _.At;let b=tv.freewheel.SDK.VIDEO_ASSET_AUTO_PLAY_TYPE_NONE;const c=yield a.canPlay(!1);a=yield a.canPlay(!0);c?b=tv.freewheel.SDK.VIDEO_ASSET_AUTO_PLAY_TYPE_ATTENDED:a&&(b=tv.freewheel.SDK.VIDEO_ASSET_AUTO_PLAY_TYPE_UNATTENDED);return b})},LO=function(a){a.g.on(a.a,tv.freewheel.SDK.EVENT_REQUEST_COMPLETE,a.H.bind(a));a.g.on(a.a,tv.freewheel.SDK.EVENT_SLOT_STARTED,a.J.bind(a));a.g.on(a.a,
3
+ tv.freewheel.SDK.EVENT_SLOT_ENDED,a.I.bind(a));a.g.on(a.a,tv.freewheel.SDK.EVENT_AD,a.G.bind(a));a.g.on(a.m,_.Ff,a.F.bind(a));a.g.on(a.m,_.vf,a.C.bind(a))},OO=function(a){return _.w(function*(){a.B.length?(MO(a),a.f=a.B.shift(),a.f.play()):(NO(a),yield a.m.a.play())})},NO=function(a){const b=a.m.$b(HO).wc();b&&a.m.getSurface().hide(b);a.m.getSurface().showMediaElement()},MO=function(a){const b=a.m.$b(HO).wc();b&&(a.m.getSurface().show(b),a.m.getSurface().hideMediaElement(),a.a.registerVideoDisplayBase(FO),
4
+ a.m.isMuted()?a.setVolume(0):a.setVolume(a.m.getVolume()||1))},PO=function(a){a.A.length?(MO(a),a.f=a.A.shift(),a.f.play()):NO(a)},QO=function(a,b,c){var d=null;a.a&&c&&(c.adInstance||c.slot)&&(c=(d=c.adInstance||null)?d.getSlot():c.slot,d={ad:new Y(a.a,c,d)});a.m.trigger(new _.C(b,d))},RO=class extends _.It{constructor(){super();this.f=this.a=null}onPlayerCreated(a){if(window.tv&&tv.freewheel&&tv.freewheel.SDK)this.a=_.$n(_.Bd,{id:FO}),this.f=_.$n(_.u,{"class":_.Zc}),this.a.appendChild(this.f),a.getSurface().addElementToContainer(this.a,
5
+ !0),a.getSurface().hide(this.a);else a.onError(new _.H(1,9,12E3))}onPlayerWillDestroy(a){this.a&&(a.getSurface().removeElementFromContainer(this.a),this.f=this.a=null)}id(){return HO}wc(){return this.a}jg(){return this.f}};_.x("clpp.freewheel.FreeWheelPlugin",RO);RO.prototype.getAdVideo=RO.prototype.jg;RO.prototype.getAdContainer=RO.prototype.wc;RO.Id=HO;RO.AD_CONTAINER_ID=FO;_.Ho(new class{create(){return new RO}});var Y=class{constructor(a,b,c){this.g=a;this.f=b;this.a=c}sb(){return"FreeWheel AdManager SDK"}tb(){return tv.freewheel.SDK.version}zb(){return 0}getId(){return this.a?this.a.getAdId():""}getCreativeId(){const a=(this.a||{})._creativeId;return typeof a===_.yf?a:""}getApiFramework(){return this.a?this.a.getActiveCreativeRendition().getCreativeApi():""}getAdSystem(){return""}getAdvertiserName(){return""}getTitle(){return""}getDuration(){return this.a?this.a.getActiveCreativeRendition().getDuration():
6
+ 0}getSkipTimeOffset(){return 0}dc(){return!1}Ib(){return this.a&&this.a.getEventCallbackUrls(tv.freewheel.SDK.EVENT_AD_CLICK,tv.freewheel.SDK.EVENT_TYPE_CLICK)[0]||""}getMediaUrl(){return this.a?this.a.getActiveCreativeRendition().getPrimaryCreativeRenditionAsset().getUrl():""}wb(){return this.a?this.a.getActiveCreativeRendition().getWidth():0}vb(){return this.a?this.a.getActiveCreativeRendition().getHeight():0}jb(){return 0}Wa(){switch(this.f.getTimePositionClass()){case tv.freewheel.SDK.TIME_POSITION_CLASS_PREROLL:return 0;
7
+ case tv.freewheel.SDK.TIME_POSITION_CLASS_POSTROLL:return 2;default:return 1}}getPodIndex(){switch(this.Wa()){case 0:return 0;case 2:return-1}return this.g.getSlotsByTimePositionClass(tv.freewheel.SDK.TIME_POSITION_CLASS_MIDROLL).indexOf(this.f)+1}Jb(){switch(this.Wa()){case 0:return 0;case 2:return-1;default:return this.f.getTimePosition()}}Kb(){return this.a?this.f.getAdInstances().indexOf(this.a)+1:1}yb(){return this.f.getAdCount()}getWrapperAdIds(){return[]}getWrapperAdSystems(){return[]}getWrapperCreativeIds(){return[]}};
8
+ Y.prototype.getWrapperCreativeIds=Y.prototype.getWrapperCreativeIds;Y.prototype.getWrapperAdSystems=Y.prototype.getWrapperAdSystems;Y.prototype.getWrapperAdIds=Y.prototype.getWrapperAdIds;Y.prototype.getSequenceLength=Y.prototype.yb;Y.prototype.getPositionInSequence=Y.prototype.Kb;Y.prototype.getPodTimeOffset=Y.prototype.Jb;Y.prototype.getPodIndex=Y.prototype.getPodIndex;Y.prototype.getPodType=Y.prototype.Wa;Y.prototype.getMediaBitrate=Y.prototype.jb;Y.prototype.getMediaHeight=Y.prototype.vb;
9
+ Y.prototype.getMediaWidth=Y.prototype.wb;Y.prototype.getMediaUrl=Y.prototype.getMediaUrl;Y.prototype.getClickThroughUrl=Y.prototype.Ib;Y.prototype.isBumper=Y.prototype.dc;Y.prototype.getSkipTimeOffset=Y.prototype.getSkipTimeOffset;Y.prototype.getDuration=Y.prototype.getDuration;Y.prototype.getTitle=Y.prototype.getTitle;Y.prototype.getAdvertiserName=Y.prototype.getAdvertiserName;Y.prototype.getAdSystem=Y.prototype.getAdSystem;Y.prototype.getApiFramework=Y.prototype.getApiFramework;
10
+ Y.prototype.getCreativeId=Y.prototype.getCreativeId;Y.prototype.getId=Y.prototype.getId;Y.prototype.getTechnology=Y.prototype.zb;Y.prototype.getAdManagerVersion=Y.prototype.tb;Y.prototype.getAdManagerName=Y.prototype.sb;var SO=class{constructor(a){this.a=a}getCuePoints(){return this.a.getTemporalSlots().map(a=>{switch(a.getTimePositionClass()){case tv.freewheel.SDK.TIME_POSITION_CLASS_PREROLL:return 0;case tv.freewheel.SDK.TIME_POSITION_CLASS_POSTROLL:return-1;default:return a.getTimePosition()}})}Lb(){return 0<this.a.getSlotsByTimePositionClass(tv.freewheel.SDK.TIME_POSITION_CLASS_PREROLL).length}kb(){return 0<this.a.getSlotsByTimePositionClass(tv.freewheel.SDK.TIME_POSITION_CLASS_POSTROLL).length}};
11
+ SO.prototype.hasPostroll=SO.prototype.kb;SO.prototype.hasPreroll=SO.prototype.Lb;SO.prototype.getCuePoints=SO.prototype.getCuePoints;var TO=class{constructor(a){this.h=new _.R("clpp.freewheel.AdsManager");this.m=a;this.g=new _.Er;this.w=new tv.freewheel.SDK.AdManager;this.f=this.a=null;this.B=[];this.o=[];this.A=[];this.l=new _.Km;this.j=null}load(){const a=this;return _.w(function*(){const b=a.m.getConfiguration().freewheel||{};try{JO(b)}catch(d){return a.m.onError(d),a.l.resolve(),a.l}a.w.setNetwork(b.networkId);a.w.setServer(b.serverUrl);a.a=a.w.newContext();a.a.setProfile(b.profileId);typeof b.siteSectionId!==_.yf&&typeof b.siteSectionId!==
12
+ _.r||a.a.setSiteSection(b.siteSectionId);const c=yield KO();a.a.setVideoAsset(b.videoAssetId,a.m.getDuration(),void 0,void 0,c);if(Array.isArray(b.pods))for(const d of b.pods)a.a.addTemporalSlot(d.id,IO(d.type),d.position,d.slotProfile,d.cuepointSequence,d.maxDuration,d.minDuration,d.acceptContentType);b.keyValues&&typeof b.keyValues===_.ye&&Object.keys(b.keyValues).forEach(d=>a.a.addKeyValue(d,b.keyValues[d]));a.a.setParameter(tv.freewheel.SDK.PARAMETER_EXTENSION_CONTENT_VIDEO_ENABLED,!1,tv.freewheel.SDK.PARAMETER_LEVEL_GLOBAL);
13
+ if(Array.isArray(b.parameters))for(const d of b.parameters)a.a.setParameter(d.name,d.value,d.level);LO(a);a.a.submitRequest();return a.l})}start(){const a=this;return _.w(function*(){yield OO(a)})}resume(){this.f&&this.f.resume()}pause(){this.f&&this.f.pause()}skip(){this.f&&this.f.skipCurrentAd()}getVolume(){return this.a?this.a.getAdVolume():1}setVolume(a){this.a&&this.a.setAdVolume(a)}getPosition(){return this.f?this.f.getPlayheadTime():-1}dispose(){const a=this;return _.w(function*(){a.g.release();
14
+ a.j&&(a.j.stop(),a.j=null);NO(a);a.a&&(a.a.dispose(),a.a=null)})}H(a){if(a.success)this.B=this.a.getSlotsByTimePositionClass(tv.freewheel.SDK.TIME_POSITION_CLASS_PREROLL),this.o=this.a.getSlotsByTimePositionClass(tv.freewheel.SDK.TIME_POSITION_CLASS_MIDROLL),this.A=this.a.getSlotsByTimePositionClass(tv.freewheel.SDK.TIME_POSITION_CLASS_POSTROLL),this.m.trigger(new _.C(_.oc,{adsTimeline:new SO(this.a)})),this.j=new _.yt(this.m.getSurface(),(b,c)=>this.a.resize(b,c),this.m.$b(HO).f);else this.m.onError(new _.H(1,
15
+ 9,10003,{errorType:0},void 0));this.l.resolve()}J(a){QO(this,_.Xb,a);this.j.start()}I(a){this.f=null;a=a.slot;QO(this,_.Zb);this.j.stop();if(a)switch(a.getTimePositionClass()){case tv.freewheel.SDK.TIME_POSITION_CLASS_PREROLL:OO(this);break;case tv.freewheel.SDK.TIME_POSITION_CLASS_MIDROLL:NO(this);this.m.play();break;case tv.freewheel.SDK.TIME_POSITION_CLASS_POSTROLL:PO(this)}}G(a){const b=a.subType;this.h.debug("ad event",b);switch(b){case tv.freewheel.SDK.EVENT_AD_IMPRESSION:QO(this,_.kc,a);QO(this,
16
+ _.dc,a);break;case tv.freewheel.SDK.EVENT_AD_IMPRESSION_END:QO(this,_.lc,a);break;case tv.freewheel.SDK.EVENT_AD_FIRST_QUARTILE:QO(this,_.cc,a);break;case tv.freewheel.SDK.EVENT_AD_MIDPOINT:QO(this,_.fc,a);break;case tv.freewheel.SDK.EVENT_AD_THIRD_QUARTILE:QO(this,_.mc,a);break;case tv.freewheel.SDK.EVENT_AD_COMPLETE:QO(this,_.bc,a);break;case tv.freewheel.SDK.EVENT_AD_CLICK:QO(this,_.ac,a);break;case tv.freewheel.SDK.EVENT_AD_PAUSE:QO(this,_.gc,a);break;case tv.freewheel.SDK.EVENT_AD_RESUME:QO(this,
17
+ _.ic,a);break;case tv.freewheel.SDK.EVENT_AD_SKIPPED:QO(this,_.jc,a);break;case tv.freewheel.SDK.EVENT_AD_BUFFERING_START:QO(this,_.$b,a);break;case tv.freewheel.SDK.EVENT_AD_BUFFERING_END:QO(this,_.hc,a);break;case tv.freewheel.SDK.EVENT_ERROR:this.m.onError(new _.H(1,9,10003,{errorType:1},{fwCode:a[tv.freewheel.SDK.INFO_KEY_ERROR_CODE],fwInfo:a[tv.freewheel.SDK.INFO_KEY_ERROR_INFO],fwModule:a[tv.freewheel.SDK.INFO_KEY_ERROR_MODULE]}))}}F(){if(!this.f){var a=this.m.getPosition();if(this.f=this.o.find(b=>
18
+ .5>Math.abs(a-b.getTimePosition()))||null){const b=this.o.findIndex(c=>c===this.f);this.o.splice(b,1);this.m.pause();MO(this);this.f.play()}}}C(a){if((a=a.detail)&&this.a)switch(a.currentState){case _.Fn:this.a.setVideoState(tv.freewheel.SDK.VIDEO_STATE_PLAYING);break;case _.En:this.a.setVideoState(tv.freewheel.SDK.VIDEO_STATE_PAUSED);break;case _.un:this.a.setVideoState(tv.freewheel.SDK.VIDEO_STATE_COMPLETED);PO(this);break;case _.Cn:case _.Bn:this.a.setVideoState(tv.freewheel.SDK.VIDEO_STATE_STOPPED)}}};
19
+ TO.prototype.getPosition=TO.prototype.getPosition;TO.prototype.setVolume=TO.prototype.setVolume;TO.prototype.getVolume=TO.prototype.getVolume;TO.prototype.skip=TO.prototype.skip;TO.prototype.pause=TO.prototype.pause;TO.prototype.resume=TO.prototype.resume;TO.prototype.start=TO.prototype.start;var UO=class{constructor(){this.a=new _.R(GO)}name(){return GO}isSupported(a,b){return a.namespace()===_.fd?!1:window.tv&&tv.freewheel&&tv.freewheel.SDK?!(!b||!b.freewheel):(this.a.warn("FreeWheel SDK is not loaded."),!1)}create(a){return new TO(a)}};UO.prototype.create=UO.prototype.create;UO.prototype.isSupported=UO.prototype.isSupported;UO.prototype.name=UO.prototype.name;_.Xn(new UO);};f.call(g, window);
package/cl.hls.js CHANGED
@@ -1,69 +1,71 @@
1
- import {clpp} from "./cl.core.js";import './cl.mse.js';let g={};const _ = clpp._;var f=function(window){'use strict';var HD="CLOSED-CAPTIONS",ID="Could not parse MP4 segment start time.",JD="DURATION",KD="EXT-X-STREAM-INF",LD="Failed to infer discontinuity number",MD="Guessing audio-only",ND="METHOD",OD="SAMPLE-AES-CTR",PD="SUBTITLES",QD="Two EXT-X-KEY tags, one with METHOD\x3dAES-128 are applied to one ",RD="application/vnd.apple.mpegurl",SD="sample",TD="whole-segment",UD=function(a,b){return _.I(a,b,void 0,{required:!0})},VD=function(a){if(1>a.a)throw _.Pk();--a.a},WD=function(a){if(null!==a&&void 0!==
2
- a)return Number(a)},XD=function(a,b){return a.filter(c=>c.name===b)},YD=function(a,b){const c=Array.isArray(b)?b:[b];return a.filter(d=>{d=UD(d,_.Eb);return c.includes(d)})},ZD=function(a,b){return a.some(c=>c.name===b)},$D=function(a,b,c){c=void 0===c?{}:c;a=a.find(d=>d.name===b)||null;if(!a&&c.required)throw new _.H(_.G,4,4024,{missingTag:b});return a},aE=function(a){var b=$D(a,"EXT-X-TILES");if(!b)return{$e:1,Bf:1,durationPerTile:null};a=_.I(b,"LAYOUT")||"1x1";b=(b=_.I(b,JD))?Number(b):null;const [c,
3
- d]=a.split("x").map(e=>parseInt(e,10));return{$e:c,Bf:d,durationPerTile:b}},bE=function(a,b){return _.by([a],[b])[0]},cE=function(a){const b=new Set;a.variants.forEach(c=>{c.audio&&b.add(c.audio);c.video&&b.add(c.video)});a.textStreams.forEach(c=>b.add(c));a.thumbStreams.forEach(c=>b.add(c));return Array.from(b)},dE=function(a,b){Array.isArray(a)||(a=[a]);a.forEach(c=>{for(const d of cE(c))b(d,c)})},eE=function(a){return a.some(b=>ZD(b.X,_.Ca))},fE=function(a){return a.type===_.p||a.type===_.w},gE=
4
- function(a){const b=$D(a,_.Ha);if($D(a,_.Ca))return _.vx;if(!b)return"LIVE";if(b.value===_.vx)return _.vx;if("EVENT"===b.value)return"EVENT";throw new _.H(_.G,4,4044,`Invalid EXT-X-PLAYLIST-TYPE value: ${b.value}`);},hE=function(a){a={AUDIO:_.p,VIDEO:_.w,SUBTITLES:_.u,"CLOSED-CAPTIONS":_.u}[a.toUpperCase()];if(!a)throw new _.H(_.G,4,4044,"EXT-X-MEDIA tag has an invalid TYPE attribute.");return a},iE=function(a,b,c){c=void 0===c?!1:c;var d=0;let e=null;if(a){d=a.split("@");a=Number(d[0]);if(0>=a)throw new _.H(_.G,
5
- 4,4044,"Byte range length must be positive.");if(d[1]){if(d=Number(d[1]),0>d)throw new _.H(_.G,4,4044,"Byte range start byte must not be negative.");}else{if(c)throw new _.H(_.G,4,4044,"Invalid byte range, offset is required but missing.");if(null==b)throw new _.H(_.G,4,4044,"Invalid byte range, cannot calculate offset based on previous byte ranges.");d=b+1}e=d+a-1}return{ua:d,ia:e}},jE=function(a,b){a=$D(a,_.ya);return iE(a?a.value:null,b)},kE=function(a){a=$D(a,"EXTINF",{required:!0}).value.split(",");
6
- return{duration:Number(a[0]),title:a[1]||null}},lE=function(a,b){b=void 0===b?{}:b;const c={gd:!1,Wf:!1,Xf:null,ug:null,nf:null};a=$D(a,_.La,{required:b.sf});if(!a)return c;const d=e=>null==e?null:Number(e);c.gd="YES"===_.I(a,"CAN-BLOCK-RELOAD");c.Wf="YES"===_.I(a,"CAN-SKIP-DATERANGES");c.Xf=d(_.I(a,"CAN-SKIP-UNTIL"));c.ug=d(_.I(a,"HOLD-BACK"));c.nf=d(_.I(a,"PART-HOLD-BACK",void 0,{required:b.sf}));return c},mE=function(a,b,c){c=void 0===c?!1:c;a=_.I(a,"BYTERANGE");return iE(a,b,c)},oE=function(a,
7
- b){const c=jE(a.X,null);return new nE(0,0,0,()=>[a.a],c.ua,c.ia,0,b)},pE=function(a,b){if(null==a)return null;a=Object.assign({},a);null==a.iv&&(a.iv=_.ki(new Uint8Array(12),new Uint8Array([b>>24&255,b>>16&255,b>>8&255,b&255])));return a},qE=function(a){let b=Infinity,c=Infinity;cE(a).filter(fE).forEach(d=>{{d=d.S;var e=d[0].startTime;const f=d[d.length-1].endTime;d=e;e=f-e}b=Math.min(b,d);c=Math.min(c,e)});return{Cc:b,duration:c}},rE=function(a){return a.map(b=>{({duration:b}=qE(b));return b}).reduce((b,
8
- c)=>b+c,0)},sE=function(a){return(a.video?a.video.xa:"")+" - "+(a.audio?a.audio.xa:"")},tE=function(a,b,c,d){if(b===_.vx)return{delay:0,lc:0};b=$D(a,_.Ga);if(c&&b){c=Number(UD(b,"PART-TARGET"));if(null!=d)return{delay:d,lc:c};({nf:d}=lE(a,{sf:!0}));return{delay:d,lc:c}}a=$D(a,_.Ma,{required:!0});a=Number(a.value);return null!=d?{delay:d,lc:a}:{delay:3*a,lc:a}},uE=function(a){const b=[];dE(a,c=>{b.push(c.Ag)});return{delay:Math.max(...b.map(c=>c.delay)),lc:Math.min(...b.map(c=>c.lc))}},wE=function(a){const b=
9
- new Map;a.forEach(c=>{var d=vE(c).groupId;b.has(d)?(d=b.get(d),d.includes(c)||d.push(c)):b.set(d,[c])});return b},xE=function(a){const b=new Map;for(const c of a){a=_.I(c,_.Za);a=_.Eh(a||_.Ff);const d=UD(c,_.Sa),e=UD(c,"INSTREAM-ID");b.has(d)||b.set(d,new Map);b.get(d).set(e,a)}return b},zE=function(a){a=a.audio.concat(a.video);for(const b of a)a=vE(b).codecs.split(",").filter(c=>"mp4a.40.34"!==c),yE(b,a)},AE=function(a,b){if(!a)return null;const c=a.xa;return b.find(d=>vE(d).xa===c)||null},BE=function(a){for(const b of a)if(b.startsWith("#EXT-")&&
10
- (a=_.pi(0,b),_.Ir.has(a.name)))return 1;return 0},CE=function(a){a=XD(a,"EXT-X-DEFINE").map(b=>{const c=_.I(b,"NAME");if(!c)return null;b=UD(b,"VALUE");return{name:c,value:b}}).filter(Boolean);return new Map(a.map(b=>[b.name,b.value]))},DE=function(a,b){return a.replace(/\{\$([a-zA-Z0-9_-]+)\}/g,(c,d)=>{c=b.get(d);if(null==c)throw new _.H(_.G,4,4044,`Undefined variable '${d}'`);return c})},EE=function(a,b){a.forEach(c=>{c.attributes.forEach(d=>{d.value=DE(d.value,b)})})},FE=function(a,b,c){EE(a,c);
11
- b.forEach(d=>{EE(d.X,c)})},IE=function(a,b,c){const d=[];for(let e=1;e<b.length;e++){const f=GE(a,b[e]);d.push(f);if(f.name===KD){const g=b[e+1];if(!g)throw new _.H(_.G,4,4044,"EXT-X-STREAM-INF is not followed by a URI.");f.attributes.push(new _.ni(_.Gb,g));e++}}a.a=CE(d);FE(d,[],a.a);return new HE(c,0,d)},LE=function(a,b,c){let d=[];for(var e=1;e<b.length;){const f=GE(a,b[e]);if(_.Jr.has(f.name))break;d.push(f);e++}b=JE(a,c,b.slice(e));e=b.S;d=d.concat(b.X);a=KE(a,d);FE(d,e,a);return new HE(c,1,
12
- d,b.S)},ME=function(a,b,c){b=b.trim().split(/\n+/m).map(d=>d.trim()).filter(d=>d.length&&!/^#(?!EXT)/m.test(d));if(!/^#EXTM3U($|[ \t\n])/m.test(b[0]))throw new _.H(_.G,4,4015);return 0===BE(b)?IE(a,b,c):LE(a,b,c)},GE=function(a,b){return _.pi(a.f++,b)},JE=function(a,b,c){const d=[],e=[];let f=[],g=[];c.forEach(h=>{/^(#EXT)/.test(h)?(h=GE(a,h),_.Ir.has(h.name)||_.Lr.has(h.name)?d.push(h):_.Kr.has(h.name)?"EXT-X-PART"===h.name?g.push(h):h.name===_.Ia&&"PART"===_.I(h,_.Eb)&&g.push(h):f.push(h)):/^#(?!EXT)/m.test(h)||
13
- (h=bE(b,h.trim()),e.push(new NE(h,f,g)),f=[],g=[])});0<g.length&&e.push(new NE(null,f,g));return{S:e,X:d}},KE=function(a,b){const c=XD(b,"EXT-X-DEFINE"),d=CE(b);c.map(e=>_.I(e,"IMPORT")).filter(Boolean).forEach(e=>{const f=a.a.get(e);if(null==f)throw new _.H(_.G,4,4044,`Cannot import variable '${e}' as it is not defined `+"in the master playlist");d.set(e,f)});return d},OE=function(a){return 0>a?[]:Array.from({length:a},(b,c)=>c)},PE=function(a,b=0){return b+10<=a.length&&73===a[b]&&68===a[b+1]&&
14
- 51===a[b+2]&&255>a[b+3]&&255>a[b+4]&&128>a[b+6]&&128>a[b+7]&&128>a[b+8]&&128>a[b+9]?!0:!1},QE=function(a){function b(h,k,l){let m="";for(;k<l;k++)m+="%"+("00"+h[k].toString(16)).slice(-2);return m}function c(h){return h[0]<<21|h[1]<<14|h[2]<<7|h[3]}function d(){throw new _.H(_.G,4,4030);}PE(a)||d();let e=10;a[5]&64&&(e=e+4+c(a.subarray(10,14)));do{var f=c(a.subarray(e+4,e+8));1>f&&d();var g=String.fromCharCode(a[e],a[e+1],a[e+2],a[e+3]);if("PRIV"===g){g=a.subarray(e+10,e+f+10);for(let h=0;h<g.byteLength;h++)if(0===
15
- g[h]){if("com.apple.streaming.transportStreamTimestamp"===unescape(b(g,0,h)))return a=g.subarray(h+1),f=(a[3]&1)<<30|a[4]<<22|a[5]<<14|a[6]<<6|a[7]>>>2,f*=4,f+=a[7]&3,Math.round(f/9E4);break}}PE(a,e)||d();e+=10;e+=f}while(e<a.byteLength);return d()},RE=function(a,b){let c=null,d=0;try{(new _.fl).L(_.qe,_.Yk).L(_.Df,_.Yk).L(_.le,_.Yk).$("mdhd",g=>{g.reader.skip(0==g.version?8:16);d=_.P(g.reader);g.parser.stop()}).parse(b,!0)}catch(g){c=g}if(c||!d)throw _.dt.error("Unable to find timescale in init segment!"),
16
- new _.H(_.G,4,4030,ID,c);let e=0,f=!1;try{(new _.fl).L("moof",_.Yk).L("traf",_.Yk).$("tfdt",g=>{var h=d;if(0===g.version)h=_.P(g.reader)/h;else{{const k=_.P(g.reader),l=_.P(g.reader);if(!(2097151>=k||h>=Math.pow(2,12)))throw Error("Cannot accurately parse MP4 timestamp, base time is too high and timescale is \x3c\x3d 2^12");h=k/h*Math.pow(2,32)+l/h}}e=h;f=!0;g.parser.stop()}).parse(a,!0)}catch(g){c=g}if(c||!f)throw new _.H(_.G,4,4030,ID,c);return e},SE=function(a){for(;a.getPosition()<a.Ca()-1;){const b=
17
- a.getPosition();if(71===_.Qk(a))return VD(a),b}return-1},TE=function(a){function b(){d.seek(e+188);f=_.Qk(d);71!=f&&(d.seek(e+192),f=_.Qk(d));71!=f&&(d.seek(e+204),f=_.Qk(d));71!=f&&c();VD(d)}function c(){throw new _.H(_.G,4,4030);}const d=new _.Sl(new DataView(a),!1);let e=0,f=0;e=SE(d);0>e&&(_.dt.error("Unable to find sync byte in TS after scanning."),c());for(;;){e=d.getPosition();f=_.Qk(d);71!=f&&c();a=_.Rk(d);if(8191===(a&8191)){b();continue}if(!(a&16384)){b();continue}a=(_.Qk(d)&48)>>4;0!=a&&
18
- 2!=a||c();3==a&&(a=_.Qk(d),d.skip(a));if(1!=_.P(d)>>8){b();continue}d.skip(3);a=_.Qk(d)>>6;0!=a&&1!=a||c();0==_.Qk(d)&&c();a=_.Qk(d);const g=_.Rk(d),h=_.Rk(d);return(1073741824*((a&14)>>1)+((g&65534)<<14|(h&65534)>>1))/9E4}},WE=function(a){const b=UE(a),c=VE(a);a.forEach(d=>{const e=d.S,f=e.findIndex(h=>h.fa===b);let g=e.findIndex(h=>h.fa===c+1);-1===g&&(g=e.length);d.S=e.slice(f,g)})},VE=function(a){a=a.map(b=>b.S[b.S.length-1].fa);return Math.min(...a)},UE=function(a){a=a.map(b=>b.S[0].fa);return Math.max(...a)},
19
- ZE=function(a){var b=UD(a,ND);if(!XE.includes(b))return YE.error("PlayReady in HLS is only supported with [",XE.join(", "),"], not",b),null;a=UD(a,_.Gb);b=_.Vq(a);a=null;b=_.J(b.data);try{a=_.Sx(_.Zl(b))}catch(c){a=b}return _.cy(_.pd,[{initDataType:_.Sc,initData:a}],"")},aF=function(a){if(0===a.length)return $E();if(a.some(c=>c.type===TD)||a.every(c=>c.type===_.ue))return a[0];a=a.filter(c=>c.type===SD);const b=_.ih(a.flatMap(c=>c.drmInfos));return{keyInfo:null,keyId:a[a.length-1].keyId,type:SD,drmInfos:b}},
20
- dF=function(a){a=bF(a);if(a.some(b=>cF(b))&&1<a.length)throw new _.H(_.G,4,4046,"Two EXT-X-KEY tags, one with METHOD\x3dAES-128 are applied to one playlist.");},cF=function(a){return XD(a.X,_.Da).some(b=>"AES-128"===_.I(b,ND))},fF=function(a,b,c){return bF(a).map(d=>eF(d.X,b,c))},gF=function(a){return a.filter(b=>ZD(b.X,_.Da)).length},bF=function(a){return a.filter(b=>ZD(b.X,_.Da))},eF=function(a,b,c){a=XD(a,_.Da);if(0===a.length)return null;var d=UD(a[0],ND);if(1===a.length){if("NONE"===d)return $E();
21
- if("AES-128"===d)return a=a[0],d=_.I(a,"IV",""),{type:TD,keyInfo:{method:"AES-128",url:bE(b,UD(a,_.Gb)),iv:d?_.hi((d||"0x").slice(2)):null},drmInfos:[],keyId:null}}b=a.map(e=>UD(e,ND));if(!b.every(e=>"SAMPLE-AES"===e)&&!b.every(e=>e===OD))throw hF.warn(`EXT-X-KEY methods ${b.join(", ")} are incompatible.`),new _.H(_.G,4,4044,"Multiple EXT-X-KEY tags with incompatible METHOD values.");b=a.map(e=>{const f=_.I(e,"KEYFORMAT","identity");{const g=iF[f]||null;e=g?g(e,c):null}e||hF.warn("Unsupported HLS KEYFORMAT",
22
- f);return e}).filter(Boolean);if(0===b.length)throw new _.H(_.G,4,4026);return{keyInfo:null,keyId:b.map(e=>e.keyIds).reduce((e,f)=>e.concat(f),[]).reverse()[0]||null,type:SD,drmInfos:b}},$E=function(){return{type:_.ue,keyInfo:null,drmInfos:[],keyId:null}},jF=function(a,b,c){return _.x(function*(){const d=b.f(),e=_.Fy(b.La(),b.ua,b.ua+2048-1,a.a.attemptParameters);e.type=2;const f=_.Fy(b.La(),b.ua,b.ia,a.a.attemptParameters);f.type=2;d&&(f.keyInfo=d);try{return yield a.f(c?f:e)}catch(g){if(7001===
23
- g.code||c)throw g;a.g.warn("Unable to fetch a partial HLS segment! Falling back to a full segment request, which is expensive! Your server should support Range requests and CORS pre-flights.",e.uris[0]);try{return yield a.f(f)}catch(h){throw a.g.error("Failed to fetch media segment to parse its start timestamp.",f.uris[0],h),new _.H(_.G,4,4030,"Failed to fetch the media segment.");}}})},kF=function(a,b,c,d,e,f){return _.x(function*(){a.g.debug("Fetching segment to find start time");if("audio/mpeg"===
24
- d||d===_.Fc||d===_.Ec)return 0;if(d===_.Dc){var g=yield jF(a,c,f);const h=_.J(g.data);return PE(h)?QE(h):TE(g.data)}if(d===_.Rf||d===_.Gc)return g=[jF(a,c,f)],b&&g.push(jF(a,b,!0)),g=yield Promise.all(g),RE(g[0].data,(g[1]||g[0]).data);if(d===_.Pf)return g=yield jF(a,c,f),TE(g.data);if(!_.ly(`${d.split("/")[0]||""}/mp4;codecs="${e}"`))return 0;throw new _.H(_.G,4,4030);})},lF=function(a,b){a=a.map(c=>c.streams[b]);return a.some(c=>null==c)?null:a},yE=function(a,b){a.streams.forEach(c=>{c.codecs=b.join(",")})},
25
- mF=function(a,b){a=a.streams.find(c=>{c=c.S;return c[0].position<=b&&b<=c[c.length-1].position});return null==a?null:a.S.find(c=>c.position===b)||null},vE=function(a){return a.streams[0]},nF=function(a,b){a.streams.forEach(c=>{c.Gd=b})},oF=function(a,b){a.streams.forEach(c=>{c.width=b})},pF=function(a,b){a.streams.forEach(c=>{c.height=b})},qF=function(a,b){a.streams.forEach(c=>{c.frameRate=b})},rF=function(a,b){a.streams.forEach(c=>{c.bandwidth=b})},sF=function(a,b){a=a.map(c=>c.a[b]);return a.some(c=>
26
- null==c)?null:a},tF=function(a,b){const c=new Set(a.map(d=>d.fa));return b.filter(d=>!c.has(d.fa))},wF=function(a,b){for(;a[0].fa<b[0].fa;)a.splice(0,1);var c=a[0];let d=b[0];uF(c,d)||vF(c,d);const e=a.length-1;c=a[e];d=b[e];0<e&&!uF(c,d)&&vF(c,d);for(c=e+1;c<b.length;)a.push(b[c]),c++},xF=function(a,b){const c=a[a.length-1];var d=b.findIndex(f=>f.fa===c.fa);const e=b[d];uF(c,e)||vF(c,e);for(d+=1;d<b.length;d++)a.push(b[d])},CF=function(a,b,c,d){var e=a[0].length();e=OE(e).map(f=>{var g=sF(a,f)||
27
- [];const h=lF(b,f)||[];{f=lF(c,f)||[];const k=[...yF(g),...h,...f].filter(Boolean);zF(k);const {fa:l,duration:m}=k[0];g={variants:g,textStreams:h,thumbStreams:f,startTime:0,id:`P${l}`,endTime:m,duration:m,fa:l}}return g});d&&AF(e[0]);BF(e);return e},yF=function(a){a=new Set(a.flatMap(b=>[b.video,b.audio]).filter(Boolean));return Array.from(a)},AF=function(a){const b=yF(a.variants)[0].S[0].wa;a.startTime+=b;a.endTime+=b},BF=function(a){for(let b=0;b<a.length;b++){const c=a[b],d=a[b-1];c.startTime=
28
- d?d.endTime:c.startTime;c.endTime=c.startTime+c.duration}},uF=function(a,b){return a.startTime===b.startTime&&a.endTime===b.endTime},vF=function(a,b){a.startTime=b.startTime;a.endTime=b.endTime;a.duration=b.duration;DF(a.variants,b.variants);EF(cE(a),cE(b))},DF=function(a,b){const c=new Map(a.map(d=>[sE(d),d]));b.forEach(d=>{c.get(sE(d)).drmInfos=d.drmInfos})},EF=function(a,b){const c=new Map(a.map(d=>[d.xa,d]));b.forEach(d=>{const e=c.get(d.xa);e.S=d.S;e.segmentIndex.replace(d.S);e.Cc=d.Cc;e.ae=
29
- d.ae;e.duration=d.duration;e.Re=d.Re;e.encrypted=d.encrypted;e.drmInfos=d.drmInfos;e.keyId=d.keyId})},zF=function(a){const b=FF(a);a.forEach(c=>{_.By(c.segmentIndex,b);c.duration=b;c.ae=c.Cc+b})},FF=function(a){let b=Infinity;a.filter(fE).forEach(c=>{b=Math.min(b,c.duration)});return b},GF=function(a,b){dE(b,(c,d)=>{_.Jy(a,c.S,d.startTime)})},HF=function(a){return null===a.h?[]:[a.h.audio,a.h.video].filter(b=>b).map(b=>b.xa)},IF=function(a,b){return _.x(function*(){var c=_.ui([b],a.a.attemptParameters);
30
- c.type=1;c=yield a.C(c);let d="";try{d=_.Rh(c.data)}catch(e){throw new _.H(_.G,4,4042);}d=d.replace(/\r\n|\r(?=[^\n]|$)/gm,"\n");d=d.trim();return{text:d,response:c}})},MF=function(a,b){return _.x(function*(){var c=JF(a,b,a.o,"");if(1===c.type){c=_.Er(c.S[0].a)||"";c=null!=_.Dr.video[c]?_.w:null!=_.Dr.audio[c]?_.p:null;var d="";c===_.w?d="avc1.42E01E":c===_.p&&(d="mp4a.40.2");{c=a.J;var e=a.o;d=a.a.hlsDefaultCodecs||d;var f=[];const q=[];q.push(new _.ni(_.la,"0"));q.push(new _.ni(_.Gb,e));d.length&&
31
- q.push(new _.ni(_.na,d));f.push(new _.oi(c.f++,KD,q));c=new HE(e,0,f)}}d=c.X;c=XD(d,"EXT-X-MEDIA");e=XD(d,KD);d=XD(d,"EXT-X-IMAGE-STREAM-INF");c={Bc:{Rf:YD(c,["AUDIO",_.Nb]),closedCaptions:YD(c,HD),bh:YD(c,PD)},cd:e,Vd:d};const {periods:g,pf:h,zf:k}=yield KF(a,c);if(!a.D)throw new _.H(_.G,7,7001);c=uE(g[0]);e=!0;d=null;f=0;LF(a)||(e=!1,d=0,f=c.delay);d=f=new _.xD(d,f,!0,void 0,!!a.a.lowLatencyMode);d.j=e;d.l=e;GF(f,g);h&&(f.G={offsetDateTime:h-_.Oy(f,0),seekRangeStartDateTime:h});e=f;if(!LF(a)){a.G=
32
- c.lc;c=0;for(var l of a.f.values())c=Math.max(c,l.streams[0].Cc);for(l=0;95443.7176888889<=c;)l+=95443.7176888889,c-=95443.7176888889;if(l){a.g.debug("Offsetting live streams by",l,"to compensate for rollover");for(var m of a.f.values())c=m.streams[0],95443.7176888889>c.Cc?(a.g.debug("Offset applied to",c.type),c.segmentIndex.offset(l)):a.g.debug("Offset NOT applied to",c.type)}}m=rE(g);"LIVE"===a.l||"EVENT"===a.l?(m=Math.max(m,e.F),isNaN(a.a.availabilityWindowOverride)||(m=a.a.availabilityWindowOverride),
33
- e.w=m):a.l===_.vx&&(e.f=m);if(k)for(var n of k)a.D.onTimelineCueAdded({schemeIdUri:n.schemeIdUri,Pa:n.Pa,value:"",startTime:n.startTime,endTime:n.endTime,id:n.id,type:_.Wg,eventElement:null});n={presentationTimeline:e,adaptedPeriods:[...g],periods:g,offlineSessionIds:[],minBufferTime:0};a.g.debug("HLS playlist parsed",n);return n})},OF=function(a,b){return Promise.all(b.map(c=>NF(a,c)))},QF=function(a,b){b.forEach(c=>{a:{var d=a.f.get(c.a),e=!LF(a),f=$D(c.X,_.Ba);if(f)var g=Number(f.value);else{d?
34
- (f=d.streams[d.streams.length-1].S,f=f[f.length-1].fa):f=0;if(e&&0<f)try{{const k=$D(c.X,_.Fa);if(!k)throw PF.error("Failed to infer discontinuity number, because EXT-X-MEDIA-SEQUENCE tag is missing."),Error(LD);const l=Number(k.value),m=mF(d,l);if(!m)throw PF.error("Failed to infer discontinuity number, could not find the appropriate segment in the previous playlist"+` (segment position = ${l})`),Error(LD);var h=m.fa}g=h;break a}catch(k){throw new _.H(_.G,4,4024,"EXT-X-DISCONTINUITY-SEQUENCE tag is required for discontinuous HLS live streams.");
35
- }g=0}}c=c.S||[];for(const k of c)ZD(k.X,_.Aa)&&g++,k.fa=g});WE(b)},TF=function(a,b){return _.x(function*(){const {textStreams:c,thumbStreams:d,Sf:e}=yield RF(a,b);var f=a.w.periods[0].variants;a.a.lowLatencyMode&&null!==a.h&&(f=f.filter(g=>g.id===a.h.id));f=f.map(g=>{const h=AE(g.audio,e),k=AE(g.video,e);g=SF(a,h,k,g.bandwidth);if(!g)throw new _.H(_.G,4,4047,{message:"Video and audio are encrypted in an incompatible way.",Eh:k?vE(k).xa:void 0,audio:h?vE(h).xa:void 0});return g});return CF(f,c,d,!0)})},
36
- VF=function(a,b,c){UF(a,_.vx);b.j=!0;b.l=!0;b.f=c[c.length-1].endTime},UF=function(a,b){a.l=b;LF(a)&&a.j.stop()},JF=function(a,b,c,d){a=ME(a.J,b,c);a.a=d;WF(a);return a},KF=function(a,b){return _.x(function*(){var c=xE(b.Bc.closedCaptions),d=XF(a,b.cd),e=yield YF(a,b);const f=Object.values(e).flat().map(h=>h.Ga);QF(a,f);var g=yield ZF(a,e.Ie,d);c=yield $F(a,e.cd,g,c);d=yield aG(a,e.ah,d);g=yield bG(a,e.Vd);e=cG(a,e);c=CF(c,d,g,!LF(a));a.D.filterAllPeriods(c);return LF(a)?(d=null,e&&(d=dG(f,e)),{periods:c,
37
- pf:null,zf:d}):{periods:c,pf:e,zf:null}})},RF=function(a,b){return _.x(function*(){const c=g=>vE(g.stream).type===_.w||vE(g.stream).type===_.p;var d=b.filter(c),e=b.filter(g=>!c(g)),f=g=>{g=g.map(h=>{var k=vE(h.stream);k={language:k.language,channelsCount:k.channelsCount,spatialAudio:k.spatialAudio,closedCaptions:k.closedCaptions,primary:k.primary,kind:k.kind||null,groupId:k.groupId,type:k.type,codecs:k.codecs,name:k.originalId,uri:k.xa,Ed:{width:k.width,height:k.height,frameRate:k.frameRate}};h=
38
- Object.assign({},{Ga:h.Ga},k);return eG(a,h)});return Promise.all(g)};d=yield f(d);f=yield f(e);fG(a,d.concat(f));e=f.filter(g=>vE(g).type===_.Nx);f=f.filter(g=>vE(g).type===_.Ud);return{textStreams:e,thumbStreams:f,Sf:d}})},SF=function(a,b,c,d){const e=[],f=(c||b).length();for(let m=0;m<f;m++){var g=b?b.streams[m]||null:null,h=c?c.streams[m]||null:null,k=g,l=h;k=k&&l?_.jy(k.drmInfos,l.drmInfos)?_.iy(k.drmInfos,l.drmInfos):null:k?k.drmInfos:l?l.drmInfos:null;if(!k)return null;l=d;g={id:a.H++,language:g?
39
- g.language:_.Ff,primary:!!g&&g.primary||!!h&&h.primary,audio:g,video:h,bandwidth:l,drmInfos:k,allowedByApplication:!0,allowedByKeySystem:!0};e.push(g)}return new gG(e)},eG=function(a,b){return _.x(function*(){const c=b.Ga,d=b.codecs,e=b.type,f=b.Sc,g=b.groupId,h=b.primary;var k=b.kind;const l=b.name,m=b.channelsCount,n=b.spatialAudio,q=b.closedCaptions,t=b.Ed,v=_.Eh(f||_.Ff);if(1!==c.type)throw new _.H(_.G,4,4017);var y=gE(c.X);UF(a,y);const A=tE(c.X,y,a.a.lowLatencyMode||!1,a.a.suggestedPresentationDelay);
40
- y=yield hG(a,c,e,d);const D=a.a.lowLatencyMode?_.vB:_.Dx;let E=k;e!==_.u||k||(E=_.Nx);const {gd:O}=lE(c.X);k=y.map(sb=>{const Mb=sb.S,$c=sb.cg,Qf=sb.mimeType;sb=sb.fa;const Ua=Mb[0].startTime,Yd=Mb[Mb.length-1].endTime,uc=Yd-Ua,ea=new _.yD(Mb),ab=Mb[0].initSegment||null;return{id:a.H++,originalId:l,createSegmentIndex:Promise.resolve.bind(Promise),findSegmentPosition:ea.f.bind(ea),getSegmentReference:ea.get.bind(ea),adjustSegmentDurations:ea.h.bind(ea),getDuration:ea.getDuration.bind(ea),segmentIndex:ea,
41
- segmentLookupStrategy:D,initSegmentReference:ab,mimeType:Qf,codecs:d,kind:E,Re:$c.type,encrypted:$c.type===SD,keyId:$c.keyId,language:v,originalLanguage:f||_.Ff,label:l,type:e,primary:h,trickModeVideo:null,emsgSchemeIdUris:null,frameRate:t?t.frameRate:void 0,width:t?t.width:void 0,height:t?t.height:void 0,bandwidth:void 0,roles:[],channelsCount:m,spatialAudio:n,closedCaptions:q,keyInfo:$c.keyInfo,S:Mb,drmInfos:$c.drmInfos,fa:sb,xa:c.a,Gd:c.f,Cc:Ua,ae:Yd,duration:uc,gd:O,groupId:g,Ag:A}});return new iG(k)})},
42
- fG=function(a,b){b.forEach(c=>{a.f.a.set(vE(c).xa,c)})},XF=function(a,b){const c=new Map;for(const f of b){var d=_.I(f,"AUDIO");b=_.I(f,_.Nb);var e=_.I(f,PD);const g=jG(a,f);if(e){const h=_.bj(_.u,g);c.set(e,h);e=g.indexOf(h);-1<e&&g.splice(e,1)}d&&(e=kG(_.p,g),c.set(d,e));b&&(d=kG(_.w,g),c.set(b,d))}return c},YF=function(a,b){return _.x(function*(){const c=yield Promise.all([lG(a,b.Bc.Rf),lG(a,b.Bc.bh),lG(a,b.cd),lG(a,b.Vd)]),[d,e,f,g]=c;return{Ie:d,ah:e,cd:f,Vd:g}})},ZF=function(a,b,c){return _.x(function*(){if(0===
43
- b.length)return new Map;var d=[mG(a,b[0],c)];yield d[0];d=d.concat(b.slice(1).map(e=>mG(a,e,c)));d=yield Promise.all(d);return wE(d)})},$F=function(a,b,c,d){return _.x(function*(){const e=new Set;var f=[...b];let g=0;var h=Infinity;for(let k=0;k<f.length;++k){const l=Number(UD(f[k].tag,_.la));l<h&&(h=l,g=k)}h=f.splice(g,1).pop();h=yield nG(a,h,c,d,e);f=f.map(k=>nG(a,k,c,d,e));f=yield Promise.all(f);f.splice(g,0,h);return f.reduce(_.$x,[])})},aG=function(a,b,c){return Promise.all(b.map(d=>mG(a,d,c)))},
44
- bG=function(a,b){return Promise.all(b.map(c=>oG(a,c)))},cG=function(a,b){b=[...b.cd,...b.Ie].map(d=>d.Ga).flatMap(d=>d.S[0].X);b=$D(b,_.Ja);if(!b)return null;const c=(new Date(b.value)).getTime();return isNaN(c)?(a.g.warn("Failed to parse EXT-X-PROGRAM-DATE-TIME tag "+`value (value: ${b.value}).`),null):c/1E3},LF=function(a){return a.l===_.vx},dG=function(a,b){return(a=a.find(c=>null!==$D(c.X,_.za)))?a.X.filter(c=>c.name===_.za).map(c=>{a:{var d=_.I(c,"ID"),e=_.I(c,"START-DATE");if(null===d||null===
45
- e)_.Hr.warn("Invalid EXT-X-DATERANGE missing mandatory ID or START-DATE attribute, ignoring the EXT-X-DATERANGE tag.",c),c=null;else{var f=new Date(e);e=f.getTime()/1E3-b;d={id:d,startTime:e,startDate:f};var g=WD(_.I(c,JD));void 0!==g&&0<=g&&(d.duration=g);var h=WD(_.I(c,"PLANNED-DURATION"));void 0!==h&&0<=h&&(d.plannedDuration=h);var k=_.I(c,"CLASS");null!==k&&(d.schemeIdUri=k);var l=_.I(c,"END-DATE");l=l?new Date(l):null;null!==l&&l.getTime()>=f.getTime()&&(d.endDate=l);{const q=c.attributes;if(null==
46
- q)var m=null;else{f={};for(m of q)m.name.startsWith("X-")&&(f[m.name]=m.value);m=_.xg(f)?f:null}}m=m||{};if(k===_.od){f=c.attributes;if(null==f)var n=null;else{k={};for(n of f)switch(n.name){case _.Tb:k[_.Tb]=n.value;break;case _.Sb:k[_.Sb]=n.value;break;case _.Vb:k[_.Vb]=WD(n.value);break;case _.Ub:k[_.Ub]=WD(n.value);break;case "X-SNAP":k["X-SNAP"]=n.value.split(",");break;case "X-RESTRICT":k["X-SNAP"]=n.value.split(",")}k[_.Tb]&&k[_.Sb]||!k[_.Tb]&&!k[_.Sb]?(_.Hr.warn("Invalid EXT-X-DATERANGE Interstitial attributes X-ASSET-URI, X-ASSET-LIST"),
47
- n=null):n=_.xg(k)?k:null}if(null===n){_.Hr.warn("Invalid interstitial attributes, ignoring the EXT-X-DATERANGE tag.",c);c=null;break a}m=Object.assign(m,n)}_.xg(m)&&(d.Pa=m);d.endTime=l?l.getTime()/1E3:g?e+g:h?e+h:e;d.type="hls-daterange";c=d}}return c}).filter(Boolean):null},lG=function(a,b){return _.x(function*(){return(yield Promise.all(b.map(c=>_.x(function*(){const d=yield pG(a,c);return d?{tag:c,Ga:d}:null})))).filter(Boolean)})},NF=function(a,b){return _.x(function*(){var c=new _.sh(vE(b).Gd);
48
- if(a.a.lowLatencyMode&&vE(b).gd){var d=b.streams[b.streams.length-1].segmentIndex;if(d=d.a[d.a.length-1]){var e=d.a,f=e.length-1;d={Dg:d.position,Jg:e&&0<e.length?f:null}}else d=null;if(e=d)d=e.Dg,e=e.Jg,f=_.Oi(c.a.toString()),f._HLS_msn=d.toString(),null===e&&f._HLS_part&&delete f._HLS_part,null!==e&&(f._HLS_part=e.toString()),d=_.Ni(f,!0),d=new _.zh(d),_.vh(c,d)}const {response:g,text:h}=yield IF(a,c.toString());c=vE(b).xa;d=vE(b).Gd;e=g.uri;d!==e&&(d=e,nF(b,d));c=JF(a,h,d,c);return{stream:b,Ga:c}})},
49
- jG=function(a,b){var c=_.I(b,_.na,a.a.hlsDefaultCodecs||"avc1.42E01E,mp4a.40.2").split(/\s*,\s*/);b=new Set;const d=[];for(const e of c)c=_.ry(e)[0],b.has(c)?a.g.debug("Ignoring duplicate codec"):(d.push(e),b.add(c));return d},kG=function(a,b){if(1===b.length)return b[0];a=_.bj(a,b);if(null!=a)return a;throw new _.H(_.G,4,4025,{codecList:b});},mG=function(a,b,c){return _.x(function*(){const d=b.tag,e=b.Ga;return qG(a,e.a,()=>_.x(function*(){const f=UD(d,_.Sa),g=hE(UD(d,_.Eb));var h=UD(d,_.Eb).toUpperCase();
50
- if(hE(h)!==_.u)h=null;else{var k=d.getAttribute("FORCED");k=!(!k||!k.value||"YES"!==k.value.toUpperCase());var l=_.Nx;h===HD&&(l=_.Ax);k&&(l=_.Od);h=l}k=c.get(f)||"";l=_.I(d,_.Za);const m=_.I(d,"NAME"),n=d.getAttribute("DEFAULT"),q=d.getAttribute("AUTOSELECT");var t=_.I(d,"CHANNELS");t=g===_.p?t?parseInt(t.split("/")[0],10):null:null;var v=g===_.p?(v=_.I(d,"CHANNELS"))?v.includes("/JOC"):!1:!1;return yield eG(a,{Ga:e,codecs:k,type:g,Sc:l,primary:!!n&&!!q,name:m,channelsCount:t,spatialAudio:v,groupId:f,
51
- kind:h,closedCaptions:null,Ed:null})}))})},oG=function(a,b){return _.x(function*(){const c=b.tag,d=b.Ga;return qG(a,d.a,()=>_.x(function*(){var e=_.I(c,_.na)||"jpg",f=_.I(c,_.Za);const g=_.I(c,"NAME");e=yield eG(a,{Ga:d,codecs:e,type:_.Ud,Sc:f,name:g,primary:!1,kind:null,channelsCount:null,spatialAudio:!1,closedCaptions:null,groupId:null,Ed:null});(f=_.I(c,_.la))&&rF(e,Number(f));return e}))})},nG=function(a,b,c,d,e){return _.x(function*(){var f=b.tag,g=Number(UD(f,_.la));if(null!=f.getAttribute("FRAME-RATE")||
52
- null!=f.getAttribute(_.ub)){var h=_.I(f,"FRAME-RATE");f=_.I(f,_.ub);var [k,l]=f?f.split("x"):[null,null];h={frameRate:WD(h),width:WD(k),height:WD(l)}}else h=null;if(f=yield rG(a,b,h,c,d)){h=f.video;f=f.audio;var m=0<f.length?f:[null];h=0<h.length?h:[null];f=[];for(const n of m)for(const q of h){m=(q?vE(q).xa:"")+" - "+(n?vE(n).xa:"");if(e.has(m)){a.g.debug("Skipping variant which only differs in text streams.");continue}const t=SF(a,n,q,g);null==t?a.g.warn("Incompatible DRM info in HLS variant. Skipping."):
53
- (f.push(t),e.add(m))}g=f}else g=[];return g})},rG=function(a,b,c,d,e){return _.x(function*(){var f=b.tag,g=b.Ga;let h=jG(a,f);var k=_.I(f,"AUDIO"),l=_.I(f,_.Nb),m=k||l;m=m&&d.has(m)?d.get(m):[];k={audio:k?m:[],video:l?m:[]};a.g.debug("Guessing stream type for",f.toString());f=!1;const n=g.a;g=k.audio.find(q=>q.xa===n);l=_.bj(_.w,h);l=c||l;1!==h.length||l?!m.length&&1<h.length?(a.g.debug("Guessing multiplexed audio+video"),g=_.w,h=[h.join(",")]):k.audio.length&&g?(a.g.debug(MD),g=_.p,f=!0):k.video.length?
54
- (a.g.debug(MD),g=_.p):(a.g.debug("Guessing video-only"),g=_.w):(g=_.p,a.g.debug(MD));l=null;f||(l=yield sG(a,b,h,g,e,c));if(null==l)return null;k[g]=[l];g===_.p&&c&&m.forEach(q=>{oF(q,c.width);pF(q,c.height);qF(q,c.frameRate)});zE(k);return k})},sG=function(a,b,c,d,e,f){return _.x(function*(){const g=b.tag,h=b.Ga;return qG(a,h.a,()=>_.x(function*(){var k=_.I(g,HD);let l=null;d===_.w&&k&&"NONE"!==k&&(l=e.get(k));k=kG(d,c);return yield eG(a,{Ga:h,codecs:k,type:d,closedCaptions:l,primary:!1,kind:null,
55
- Sc:null,name:null,channelsCount:null,spatialAudio:!1,groupId:null,Ed:f})}))})},qG=function(a,b,c){if(a.f.has(b))return a=a.f.get(b),Promise.resolve(a);if(a.f.f.has(b))return a.f.f.get(b)||null;c=c();a.f.set(b,c);return c},hG=function(a,b,c,d){return _.x(function*(){var e=b.a,f=b.S;var g=void 0===g?0:g;var h=(h=$D(b.X,_.Fa))?Number(h.value):g;g=[];!LF(a)&&dF(f);e=yield tG(a,b.f,e,f,h,c,d);if(0===f.length)f=[];else{var k=[],l=[];for(var m of f)ZD(m.X,_.Aa)&&0<l.length&&(k.push(l),l=[]),l.push(m);k.push(l);
56
- f=k}for(m=0;m<f.length;m++)k=f[m],l=yield uG(a,b.f,k,h,e,c,d,g[g.length-1]||null,f.length),g.push(l),h+=k.length;vG(g);return g})},pG=function(a,b){return _.x(function*(){var c="EXT-X-MEDIA"!==b.name?!0:_.I(b,_.Eb)===PD;c=_.I(b,_.Gb,void 0,{required:c});if(!c)return null;const d=bE(a.o,c),{response:e,text:f}=yield IF(a,d);return JF(a,f,e.uri,c)})},WF=function(a){1===a.type&&a.S.forEach((b,c)=>{if(ZD(b.X,_.Ea)&&!ZD(b.X,_.Aa)&&0<c)throw new _.H(_.G,4,4046,"Media playlist contains an EXT-X-MAP tag not accompanied by an EXT-X-DISCONTINUITY tag.");
57
- })},vG=function(a){if(1<(new Set(a.map(b=>b.mimeType))).size)throw new _.H(_.G,4,4045,"Media playlist contains discontinuities with different MIME types. This is valid, but not yet supported.");},wG=function(a){a=a.map(b=>b.a?b.a:b.f.map(c=>_.I(c,_.Gb))||null).map(b=>_.Er(b));if(1<(new Set(a)).size)throw new _.H(_.G,4,4044,"Unexpected change in file format.");},xG=function(a,b,c){a=XD(a.X,_.Ea);if(1<a.length)throw new _.H(_.G,4,4020);a=a[0];if(!a)return null;const d=UD(a,_.Gb),e=bE(b,d);b=mE(a,null,
58
- !0);return new _.uD(()=>[e],b.ua,b.ia,c)},yG=function(a,b,c,d,e,f,g){const h=[];for(const q of _.gy(b.f)){b=q.bf;const t=q.item;{var k=0===b,l=k?a:h[h.length-1],m=k?d:l.endTime,n=Number(_.I(t,JD));n=m+n;k=mE(t,k?null:l.ia,k);l=_.I(t,_.Gb);const v=(l=bE(g,l))?[l]:[];m=new nE(c,m,n,()=>v,k.ua,k.ia,e,f,!1,null,null,null,null);if("YES"===_.I(t,"INDEPENDENT")||0===b)m.h=!0;h.push(m)}}return h},zG=function(a,b,c,d,e,f,g,h,k,l,m){const n=c.X;var q=c.a;const t=null!=q,v=q?[q]:[];if(!t&&!a.a.lowLatencyMode)return null;
59
- a=0;q={ua:0,ia:null};let y=null;t?({duration:c}=kE(n),a=e+c,q=jE(n,b?b.ia:null)):(b=yG(b,c,d,e,f,g,k),a=b[b.length-1].endTime,y=b);h=h===_.Ud?aE(n):null;d=new nE(d,e,a,()=>v,q.ua,q.ia,f,g,!1,null,h?h.$e:null,h?h.Bf:null,h?h.durationPerTile:null,y);d.fa=l;d.initSegment=m||void 0;return d},tG=function(a,b,c,d,e,f,g){return _.x(function*(){var h=d[0];if(null!=a.B)return a.B;if(!LF(a)&&a.w)try{var k=a.f.get(c);var l=k?mF(k,e)||null:null;if(!l)throw new _.H(_.G,4,4030,"Segment not found in pervious playlist update.");
60
- var m=l.startTime+l.wa;a.g.debug(`Setting playlist start time to ${m}.`);return a.B=m}catch(n){if(h=a.f.get(c))m=h.streams[h.streams.length-1].S,m=m[m.length-1],a.g.warn(`Last #EXT-X-MEDIA-SEQUENCE values ${h.streams[0].S[0].position} - ${m.position}`+`, new values ${e} - ${e+d.length-1}.`,b,h);throw new _.H(_.G,4,4047,{message:"The updated playlist does not share any segments with the previous one.",uri:c});}m=yield AG(a,f,g,h);k=eF(h.X,a.o,m)||$E();l=xG(h,b,k.keyInfo);k=pE(k.keyInfo,e);h=yield BG(a,
61
- l,h,k,m,g);a.g.debug(`Setting playlist start time to ${h}.`);return a.B=h})},uG=function(a,b,c,d,e,f,g,h,k){return _.x(function*(){var l=c[0],m=null==h;wG(c);const n=yield AG(a,f,g,l);var q=a.o,t=h?h.zg:null;var v=1===k;if(c.slice(1).some(cF))throw new _.H(_.G,4,4046,v?"Media playlist contains an EXT-X-KEY tag with METHOD\x3dAES-128 which is not at the beginning of the playlist.":"Media playlist contains an EXT-X-KEY tag with METHOD\x3dAES-128 which is not marked by an EXT-X-DISCONTINUITY tag and is not at the beginning of the playlist.");
62
- if(ZD(c[0].X,_.Da)||null===t)if((t=eF(c[0].X,q,n))&&t.type===TD){if(1<gF(c))throw new _.H(_.G,4,4046,QD+`${v?"playlist":"discontinuity"}.`);v=[t]}else v=fF(c,q,n),v=0===v.length?[$E()]:v;else if(q=fF(c,q,n),t.type===_.ue||t.type===SD)v=[t,...q];else{if(0<gF(c))throw new _.H(_.G,4,4046,QD+`${v?"playlist":"discontinuity"}.`);v=[t]}q=v;v=q[q.length-1];q=aF(q);t=xG(l,b,q.keyInfo)||(h?h.vg:null);var y=pE(q.keyInfo,d);const A=l.fa;l=m?e:yield CG(a,A,t,l,d,y,n,g);m=[];for(y=0;y<c.length;y++){var D=c[y];
63
- const E=m[m.length-1]||null,O=0===y?0:E.endTime,sb=d+y,Mb=pE(q.keyInfo,sb);(D=zG(a,E,D,sb,O,l,Mb,f,b,A,t))&&m.push(D)}return{S:m,cg:q,zg:v,mimeType:n,endTime:m[m.length-1].endTime,fa:A,vg:t}})},AG=function(a,b,c,d){return _.x(function*(){const e=d.a;var f=$D(d.X,_.Ea);f=f?UD(f,_.Gb):null;return DG(a,b,c,e,f)})},BG=function(a,b,c,d,e,f){return _.x(function*(){if(null==c.a)return 0;const g=oE(c,d);return kF(a.K,b,g,e,f,null!=d)})},CG=function(a,b,c,d,e,f,g,h){return _.x(function*(){if(a.F.has(b))return a.F.get(b);
64
- const k=yield BG(a,c,d,f,g,h);a.g.debug(`Segment #${e} has raw media timestamp `+`${k} s.`);a.F.set(b,k);return k})},DG=function(a,b,c,d,e){return _.x(function*(){const f=[d,e].filter(Boolean);var g=_.ej(f,b,c);if(g)return g;g=_.ui([d],a.a.attemptParameters);g.method="HEAD";g.type=2;g=(yield a.C(g)).headers["content-type"];if(!g)throw new _.H(_.G,4,4021,"Unknown MIME type of: "+f.join(", "));return g.split(";")[0]})},HE=class{constructor(a,b,c,d){if(1===b){if(!d||0===d.length)throw new _.H(_.G,4,
65
- 4043,"Media playlist must have at least one segment!");if(null==d[0].a)throw new _.H(_.G,4,4043,"Media playlist must have at least one full segment!");}this.f=a;this.a="";this.type=b;this.X=c;this.S=1===b?d:null}},NE=class{constructor(a,b,c){c=void 0===c?[]:c;this.X=b;this.a=a;this.f=c;this.fa=-1}},nE=class extends _.Ty{constructor(a,b,c,d,e,f,g,h,k,l,m,n,q,t){t=void 0===t?[]:t;super(a,b,c,d,e,f,g,void 0===h?null:h,void 0===k?!1:k,void 0===l?null:l,void 0===m?null:m,void 0===n?null:n,void 0===q?null:
66
- q,t);this.initSegment=void 0;this.fa=0}},EG=class{constructor(){this.f=0;this.a=new Map}},FG=class{constructor(){this.a=new Map;this.f=new Map}set(a,b){this.f.set(a,b);return b.then(c=>this.a.set(a,c)).catch(()=>{}).then(()=>this.f.delete(a))}has(a){return this.a.has(a)}get(a){return this.a.get(a)||null}values(){return Array.from(this.a.values())}clear(){this.f.clear();this.a.clear()}},PF=new _.R("clpp.hls.DiscontinuityUtils");var iF={"com.apple.streamingkeydelivery":function(a,b){if(b===_.Pf)throw new _.H(_.G,4,4041);if(UD(a,ND)===OD)throw new _.H(_.G,4,4044,"EXT-X-KEY:METHOD SAMPLE-AES-CTR is not supported in FairPlay.");return _.cy(_.nd,[{initDataType:_.pf,initData:new Uint8Array(0)}],"")},"com.microsoft.playready":ZE,"urn:uuid:9a04f079-9840-4286-ab92-e65be0885f95":ZE,"urn:uuid:edef8ba9-79d6-4ace-a3c8-27dcd51d21ed":function(a){var b=UD(a,ND);if(!XE.includes(b))return YE.error("Widevine in HLS is only supported with [",
67
- XE.join(", "),"], not",b),null;b=UD(a,_.Gb);b=_.Vq(b);b=_.J(b.data);b=_.cy(_.rd,[{initDataType:_.Sc,initData:b}],"");if(a=_.I(a,"KEYID"))b.keyIds=[a.substr(2).toLowerCase()];return b}},XE=["SAMPLE-AES",OD],YE=new _.R("clpp.hls.DrmParser");var hF=new _.R("clpp.hls.EncryptionUtils");var GG=class{constructor(a){this.g=new _.R("clpp.hls.MediaReader");this.f=a;this.a={attemptParameters:_.ri()}}};var iG=class{constructor(a){this.streams=a}length(){return this.streams.length}};var gG=class{constructor(a){this.a=a}length(){return this.a.length}};var HG=class{constructor(){this.a=this.D=null;this.H=1;this.f=new FG;this.o="";this.J=new EG;this.G=0;this.h=null;this.j=new _.mj(()=>{this.Bb()});this.l=_.vx;this.w=null;this.A=new _.Mr;this.B=null;this.g=new _.R("clpp.hls.HlsParser");this.F=new Map;this.K=new GG(this.C.bind(this));this.I=!1}configure(a){this.a=a;this.K.a=a}setCurrentVariant(a){this.h=a}start(a,b){const c=this;return _.x(function*(){if(c.I)throw Error("start() may be called only once!");c.I=!0;c.D=b;const {response:d,text:e}=yield IF(c,
68
- a);c.o=d.uri;const f=yield MF(c,e);c.w=f;const g=c.G;0<g&&c.j.ca(g);return f})}stop(){this.j&&(this.j.stop(),this.j=null);const a=[];this.A&&(a.push(this.A.destroy()),this.A=null);this.f.clear();this.w=this.a=this.D=this.h=null;return Promise.all(a)}onExpirationUpdated(){}update(){const a=this;return _.x(function*(){const b=a.w;if(!LF(a)&&b){var c=b.presentationTimeline;"LIVE"===a.l&&(a.B=null);var d=Array.from(a.f.values());if(a.a.lowLatencyMode&&null!==a.h){const f=HF(a);d=d.filter(g=>f.includes(vE(g).xa))}var e=
69
- yield OF(a,d);d=e.map(f=>f.Ga);QF(a,d);e=yield TF(a,e);tF(b.periods,e).forEach(f=>{a.D.filterNewPeriod(f)});wF(b.periods,e);xF(b.adaptedPeriods,e);GF(c,e);eE(d)&&VF(a,c,e)}})}Bb(){const a=this;return _.x(function*(){a.g.debug(_.ux);if(a.D)try{yield a.update(),a.j.ca(a.G)}catch(b){if(!(b instanceof _.H))throw b;a.D&&(a.D.onError(b),1===b.severity&&a.j.ca(.1))}})}C(a){if(!this.A)throw new _.H(_.G,7,7001);a=this.D.networkingEngine.fetch(a);_.Bi(this.A,a);return a.P}};_.z("clpp.hls.HlsComponent",class extends _.Ks{f(){_.tq.m3u8=HG;_.rq[_.hk]=HG;_.rq[RD]=HG}a(){_.$y("m3u8");_.az(_.hk);_.az(RD)}id(){return"hls"}});};f.call(g, window);
1
+ import {clpp} from "./cl.core.js";import './cl.mse.js';let g={};const _ = clpp._;var f=function(window){'use strict';var eE="CLOSED-CAPTIONS",fE="Could not parse MP4 segment start time.",gE="DURATION",hE="EXT-X-STREAM-INF",iE="Failed to infer discontinuity number",jE="Guessing audio-only",kE="METHOD",lE="SAMPLE-AES-CTR",mE="SUBTITLES",nE="Two EXT-X-KEY tags, one with METHOD\x3dAES-128 are applied to one ",oE="application/vnd.apple.mpegurl",pE="sample",qE="whole-segment",rE=function(a,b){return _.I(a,b,void 0,{required:!0})},sE=function(a){if(1>a.a)throw _.bl();--a.a},tE=function(a){if(null!==a&&void 0!==
2
+ a)return Number(a)},uE=function(a,b){return a.filter(c=>c.name===b)},vE=function(a,b){const c=Array.isArray(b)?b:[b];return a.filter(d=>{d=rE(d,_.Fb);return c.includes(d)})},wE=function(a,b){return a.some(c=>c.name===b)},xE=function(a,b,c){c=void 0===c?{}:c;a=a.find(d=>d.name===b)||null;if(!a&&c.required)throw new _.H(_.F,4,4024,{missingTag:b});return a},yE=function(a){var b=xE(a,"EXT-X-TILES");if(!b)return{Ze:1,Df:1,durationPerTile:null};a=_.I(b,"LAYOUT")||"1x1";b=(b=_.I(b,gE))?Number(b):null;const [c,
3
+ d]=a.split("x").map(e=>parseInt(e,10));return{Ze:c,Df:d,durationPerTile:b}},zE=function(a,b){return _.zy([a],[b])[0]},AE=function(a){const b=new Set;a.variants.forEach(c=>{c.audio&&b.add(c.audio);c.video&&b.add(c.video)});a.textStreams.forEach(c=>b.add(c));a.thumbStreams.forEach(c=>b.add(c));return Array.from(b)},BE=function(a,b){Array.isArray(a)||(a=[a]);a.forEach(c=>{for(const d of AE(c))b(d,c)})},CE=function(a){return a.some(b=>wE(b.X,_.Ca))},DE=function(a){return a.type===_.p||a.type===_.u},EE=
4
+ function(a,b){const c=xE(a,_.Ca);if(b&&c)return _.Tx;a=xE(a,_.Ha);if(!a)return"LIVE";if(a.value===_.Tx)return _.Tx;if("EVENT"===a.value)return"EVENT";throw new _.H(_.F,4,4044,`Invalid EXT-X-PLAYLIST-TYPE value: ${a.value}`);},FE=function(a){a={AUDIO:_.p,VIDEO:_.u,SUBTITLES:_.G,"CLOSED-CAPTIONS":_.G}[a.toUpperCase()];if(!a)throw new _.H(_.F,4,4044,"EXT-X-MEDIA tag has an invalid TYPE attribute.");return a},GE=function(a,b,c){c=void 0===c?!1:c;var d=0;let e=null;if(a){d=a.split("@");a=Number(d[0]);
5
+ if(0>=a)throw new _.H(_.F,4,4044,"Byte range length must be positive.");if(d[1]){if(d=Number(d[1]),0>d)throw new _.H(_.F,4,4044,"Byte range start byte must not be negative.");}else{if(c)throw new _.H(_.F,4,4044,"Invalid byte range, offset is required but missing.");if(null==b)throw new _.H(_.F,4,4044,"Invalid byte range, cannot calculate offset based on previous byte ranges.");d=b+1}e=d+a-1}return{ua:d,ia:e}},HE=function(a,b){a=xE(a,_.ya);return GE(a?a.value:null,b)},IE=function(a){a=xE(a,"EXTINF",
6
+ {required:!0}).value.split(",");return{duration:Number(a[0]),title:a[1]||null}},JE=function(a,b){b=void 0===b?{}:b;const c={gd:!1,Uf:!1,Vf:null,rg:null,nf:null};a=xE(a,_.La,{required:b.uf});if(!a)return c;const d=e=>null==e?null:Number(e);c.gd="YES"===_.I(a,"CAN-BLOCK-RELOAD");c.Uf="YES"===_.I(a,"CAN-SKIP-DATERANGES");c.Vf=d(_.I(a,"CAN-SKIP-UNTIL"));c.rg=d(_.I(a,"HOLD-BACK"));c.nf=d(_.I(a,"PART-HOLD-BACK",void 0,{required:b.uf}));return c},KE=function(a,b,c){c=void 0===c?!1:c;a=_.I(a,"BYTERANGE");
7
+ return GE(a,b,c)},ME=function(a,b){const c=HE(a.X,null);return new LE(0,0,0,()=>[a.a],c.ua,c.ia,0,b)},NE=function(a,b){if(null==a)return null;a=Object.assign({},a);null==a.iv&&(a.iv=_.pi(new Uint8Array(12),new Uint8Array([b>>24&255,b>>16&255,b>>8&255,b&255])));return a},OE=function(a){let b=Infinity,c=Infinity;AE(a).filter(DE).forEach(d=>{{d=d.S;var e=d[0].startTime;const f=d[d.length-1].endTime;d=e;e=f-e}b=Math.min(b,d);c=Math.min(c,e)});return{Cc:b,duration:c}},PE=function(a){return a.map(b=>{({duration:b}=
8
+ OE(b));return b}).reduce((b,c)=>b+c,0)},QE=function(a){return(a.video?a.video.xa:"")+" - "+(a.audio?a.audio.xa:"")},RE=function(a,b,c,d){if(b===_.Tx)return{delay:0,jc:0};b=xE(a,_.Ga);if(c&&b){c=Number(rE(b,"PART-TARGET"));if(null!=d)return{delay:d,jc:c};({nf:d}=JE(a,{uf:!0}));return{delay:d,jc:c}}a=xE(a,_.Na,{required:!0});a=Number(a.value);return null!=d?{delay:d,jc:a}:{delay:3*a,jc:a}},SE=function(a){const b=[];BE(a,c=>{b.push(c.xg)});return{delay:Math.max(...b.map(c=>c.delay)),jc:Math.min(...b.map(c=>
9
+ c.jc))}},UE=function(a){const b=new Map;a.forEach(c=>{var d=TE(c).groupId;b.has(d)?(d=b.get(d),d.includes(c)||d.push(c)):b.set(d,[c])});return b},VE=function(a){const b=new Map;for(const c of a){a=_.I(c,_.$a);a=_.Jh(a||_.If);const d=rE(c,_.Sa),e=rE(c,"INSTREAM-ID");b.has(d)||b.set(d,new Map);b.get(d).set(e,a)}return b},XE=function(a){a=a.audio.concat(a.video);for(const b of a)a=TE(b).codecs.split(",").filter(c=>"mp4a.40.34"!==c),WE(b,a)},YE=function(a,b){if(!a)return null;const c=a.xa;return b.find(d=>
10
+ TE(d).xa===c)||null},ZE=function(a){for(const b of a)if(b.startsWith("#EXT-")&&(a=_.ui(0,b),_.ds.has(a.name)))return 1;return 0},$E=function(a){a=uE(a,"EXT-X-DEFINE").map(b=>{const c=_.I(b,"NAME");if(!c)return null;b=rE(b,"VALUE");return{name:c,value:b}}).filter(Boolean);return new Map(a.map(b=>[b.name,b.value]))},aF=function(a,b){return a.replace(/\{\$([a-zA-Z0-9_-]+)\}/g,(c,d)=>{c=b.get(d);if(null==c)throw new _.H(_.F,4,4044,`Undefined variable '${d}'`);return c})},bF=function(a,b){a.forEach(c=>
11
+ {c.attributes.forEach(d=>{d.value=aF(d.value,b)})})},cF=function(a,b,c){bF(a,c);b.forEach(d=>{bF(d.X,c)})},fF=function(a,b,c){const d=[];for(let e=1;e<b.length;e++){const f=dF(a,b[e]);d.push(f);if(f.name===hE){const g=b[e+1];if(!g)throw new _.H(_.F,4,4044,"EXT-X-STREAM-INF is not followed by a URI.");f.attributes.push(new _.si(_.Hb,g));e++}}a.a=$E(d);cF(d,[],a.a);return new eF(c,0,d)},iF=function(a,b,c){let d=[];for(var e=1;e<b.length;){const f=dF(a,b[e]);if(_.es.has(f.name))break;d.push(f);e++}b=
12
+ gF(a,c,b.slice(e));e=b.S;d=d.concat(b.X);a=hF(a,d);cF(d,e,a);return new eF(c,1,d,b.S)},jF=function(a,b,c){b=b.trim().split(/\n+/m).map(d=>d.trim()).filter(d=>d.length&&!/^#(?!EXT)/m.test(d));if(!/^#EXTM3U($|[ \t\n])/m.test(b[0]))throw new _.H(_.F,4,4015);return 0===ZE(b)?fF(a,b,c):iF(a,b,c)},dF=function(a,b){return _.ui(a.f++,b)},gF=function(a,b,c){const d=[],e=[];let f=[],g=[];c.forEach(h=>{/^(#EXT)/.test(h)?(h=dF(a,h),_.ds.has(h.name)||_.gs.has(h.name)?d.push(h):_.fs.has(h.name)?"EXT-X-PART"===
13
+ h.name?g.push(h):h.name===_.Ja&&"PART"===_.I(h,_.Fb)&&g.push(h):f.push(h)):/^#(?!EXT)/m.test(h)||(h=zE(b,h.trim()),e.push(new kF(h,f,g)),f=[],g=[])});0<g.length&&e.push(new kF(null,f,g));return{S:e,X:d}},hF=function(a,b){const c=uE(b,"EXT-X-DEFINE"),d=$E(b);c.map(e=>_.I(e,"IMPORT")).filter(Boolean).forEach(e=>{const f=a.a.get(e);if(null==f)throw new _.H(_.F,4,4044,`Cannot import variable '${e}' as it is not defined `+"in the master playlist");d.set(e,f)});return d},lF=function(a){return 0>a?[]:Array.from({length:a},
14
+ (b,c)=>c)},mF=function(a,b=0){return b+10<=a.length&&73===a[b]&&68===a[b+1]&&51===a[b+2]&&255>a[b+3]&&255>a[b+4]&&128>a[b+6]&&128>a[b+7]&&128>a[b+8]&&128>a[b+9]?!0:!1},nF=function(a){function b(h,k,l){let m="";for(;k<l;k++)m+="%"+("00"+h[k].toString(16)).slice(-2);return m}function c(h){return h[0]<<21|h[1]<<14|h[2]<<7|h[3]}function d(){throw new _.H(_.F,4,4030);}mF(a)||d();let e=10;a[5]&64&&(e=e+4+c(a.subarray(10,14)));do{var f=c(a.subarray(e+4,e+8));1>f&&d();var g=String.fromCharCode(a[e],a[e+1],
15
+ a[e+2],a[e+3]);if("PRIV"===g){g=a.subarray(e+10,e+f+10);for(let h=0;h<g.byteLength;h++)if(0===g[h]){if("com.apple.streaming.transportStreamTimestamp"===unescape(b(g,0,h)))return a=g.subarray(h+1),f=(a[3]&1)<<30|a[4]<<22|a[5]<<14|a[6]<<6|a[7]>>>2,f*=4,f+=a[7]&3,Math.round(f/9E4);break}}mF(a,e)||d();e+=10;e+=f}while(e<a.byteLength);return d()},oF=function(a,b){let c=null,d=0;try{(new _.sl).L(_.ue,_.ll).L(_.Gf,_.ll).L(_.pe,_.ll).$("mdhd",g=>{g.reader.skip(0==g.version?8:16);d=_.P(g.reader);g.parser.stop()}).parse(b,
16
+ !0)}catch(g){c=g}if(c||!d)throw _.Bt.error("Unable to find timescale in init segment!"),new _.H(_.F,4,4030,fE,c);let e=0,f=!1;try{(new _.sl).L("moof",_.ll).L("traf",_.ll).$("tfdt",g=>{var h=d;if(0===g.version)h=_.P(g.reader)/h;else{{const k=_.P(g.reader),l=_.P(g.reader);if(!(2097151>=k||h>=Math.pow(2,12)))throw Error("Cannot accurately parse MP4 timestamp, base time is too high and timescale is \x3c\x3d 2^12");h=k/h*Math.pow(2,32)+l/h}}e=h;f=!0;g.parser.stop()}).parse(a,!0)}catch(g){c=g}if(c||!f)throw new _.H(_.F,
17
+ 4,4030,fE,c);return e},pF=function(a){for(;a.getPosition()<a.Ca()-1;){const b=a.getPosition();if(71===_.dl(a))return sE(a),b}return-1},qF=function(a){function b(){d.seek(e+188);f=_.dl(d);71!=f&&(d.seek(e+192),f=_.dl(d));71!=f&&(d.seek(e+204),f=_.dl(d));71!=f&&c();sE(d)}function c(){throw new _.H(_.F,4,4030);}const d=new _.em(new DataView(a),!1);let e=0,f=0;e=pF(d);0>e&&(_.Bt.error("Unable to find sync byte in TS after scanning."),c());for(;;){e=d.getPosition();f=_.dl(d);71!=f&&c();a=_.el(d);if(8191===
18
+ (a&8191)){b();continue}if(!(a&16384)){b();continue}a=(_.dl(d)&48)>>4;0!=a&&2!=a||c();3==a&&(a=_.dl(d),d.skip(a));if(1!=_.P(d)>>8){b();continue}d.skip(3);a=_.dl(d)>>6;0!=a&&1!=a||c();0==_.dl(d)&&c();a=_.dl(d);const g=_.el(d),h=_.el(d);return(1073741824*((a&14)>>1)+((g&65534)<<14|(h&65534)>>1))/9E4}},rF=function(a,b){a.forEach(c=>{c.startTime+=b;c.endTime+=b})},uF=function(a){const b=sF(a),c=tF(a);a.forEach(d=>{const e=d.S,f=e.findIndex(h=>h.da===b);let g=e.findIndex(h=>h.da===c+1);-1===g&&(g=e.length);
19
+ d.S=e.slice(f,g)})},tF=function(a){a=a.map(b=>b.S[b.S.length-1].da);return Math.min(...a)},sF=function(a){a=a.map(b=>b.S[0].da);return Math.max(...a)},xF=function(a){var b=rE(a,kE);if(!vF.includes(b))return wF.error("PlayReady in HLS is only supported with [",vF.join(", "),"], not",b),null;a=rE(a,_.Hb);b=_.or(a);a=null;b=_.J(b.data);try{a=_.py(_.lm(b))}catch(c){a=b}return _.Ay(_.sd,[{initDataType:_.Uc,initData:a}],"")},zF=function(a){if(0===a.length)return yF();if(a.some(c=>c.type===qE)||a.every(c=>
20
+ c.type===_.xe))return a[0];a=a.filter(c=>c.type===pE);const b=_.lh(a.flatMap(c=>c.drmInfos));return{keyInfo:null,keyId:a[a.length-1].keyId,type:pE,drmInfos:b}},CF=function(a){a=AF(a);if(a.some(b=>BF(b))&&1<a.length)throw new _.H(_.F,4,4046,"Two EXT-X-KEY tags, one with METHOD\x3dAES-128 are applied to one playlist.");},BF=function(a){return uE(a.X,_.Da).some(b=>"AES-128"===_.I(b,kE))},EF=function(a,b,c){return AF(a).map(d=>DF(d.X,b,c))},FF=function(a){return a.filter(b=>wE(b.X,_.Da)).length},AF=function(a){return a.filter(b=>
21
+ wE(b.X,_.Da))},DF=function(a,b,c){a=uE(a,_.Da);if(0===a.length)return null;var d=rE(a[0],kE);if(1===a.length){if("NONE"===d)return yF();if("AES-128"===d)return a=a[0],d=_.I(a,"IV",""),{type:qE,keyInfo:{method:"AES-128",url:zE(b,rE(a,_.Hb)),iv:d?_.mi((d||"0x").slice(2)):null},drmInfos:[],keyId:null}}b=a.map(e=>rE(e,kE));if(!b.every(e=>"SAMPLE-AES"===e)&&!b.every(e=>e===lE))throw GF.warn(`EXT-X-KEY methods ${b.join(", ")} are incompatible.`),new _.H(_.F,4,4044,"Multiple EXT-X-KEY tags with incompatible METHOD values.");
22
+ b=a.map(e=>{const f=_.I(e,"KEYFORMAT","identity");{const g=HF[f]||null;e=g?g(e,c):null}e||GF.warn("Unsupported HLS KEYFORMAT",f);return e}).filter(Boolean);if(0===b.length)throw new _.H(_.F,4,4026);return{keyInfo:null,keyId:b.map(e=>e.keyIds).reduce((e,f)=>e.concat(f),[]).reverse()[0]||null,type:pE,drmInfos:b}},yF=function(){return{type:_.xe,keyInfo:null,drmInfos:[],keyId:null}},IF=function(a,b,c){return _.w(function*(){const d=b.f(),e=_.Zy(b.La(),b.ua,b.ua+2048-1,a.a.attemptParameters);e.type=2;
23
+ const f=_.Zy(b.La(),b.ua,b.ia,a.a.attemptParameters);f.type=2;d&&(f.keyInfo=d);try{return yield a.f(c?f:e)}catch(g){if(7001===g.code||c)throw g;a.h.warn("Unable to fetch a partial HLS segment! Falling back to a full segment request, which is expensive! Your server should support Range requests and CORS pre-flights.",e.uris[0]);try{return yield a.f(f)}catch(h){throw a.h.error("Failed to fetch media segment to parse its start timestamp.",f.uris[0],h),new _.H(_.F,4,4030,"Failed to fetch the media segment.");
24
+ }}})},JF=function(a,b,c,d,e,f){return _.w(function*(){a.h.debug("Fetching segment to find start time");if("audio/mpeg"===d||d===_.Gc||d===_.Fc)return 0;if(d===_.Ec){var g=yield IF(a,c,f);const h=_.J(g.data);return mF(h)?nF(h):qF(g.data)}if(d===_.Yf||d===_.Hc)return g=[IF(a,c,f)],b&&g.push(IF(a,b,!0)),g=yield Promise.all(g),oF(g[0].data,(g[1]||g[0]).data);if(d===_.Xf)return g=yield IF(a,c,f),qF(g.data);if(!_.pp(`${d.split("/")[0]||""}/mp4;codecs="${e}"`))return 0;throw new _.H(_.F,4,4030);})},KF=function(a,
25
+ b){a=a.map(c=>c.streams[b]);return a.some(c=>null==c)?null:a},WE=function(a,b){a.streams.forEach(c=>{c.codecs=b.join(",")})},LF=function(a,b){a=a.streams.find(c=>{c=c.S;return c[0].position<=b&&b<=c[c.length-1].position});return null==a?null:a.S.find(c=>c.position===b)||null},TE=function(a){return a.streams[0]},MF=function(a,b){a.streams.forEach(c=>{c.Dd=b})},NF=function(a,b){a.streams.forEach(c=>{c.width=b})},OF=function(a,b){a.streams.forEach(c=>{c.height=b})},PF=function(a,b){a.streams.forEach(c=>
26
+ {c.frameRate=b})},QF=function(a,b){a.streams.forEach(c=>{c.bandwidth=b})},RF=function(a,b){a=a.map(c=>c.a[b]);return a.some(c=>null==c)?null:a},SF=function(a,b){const c=new Set(a.map(d=>d.da));return b.filter(d=>!c.has(d.da))},VF=function(a,b){for(;a[0].da<b[0].da;)a.splice(0,1);var c=a[0];let d=b[0];TF(c,d)||UF(c,d);const e=a.length-1;c=a[e];d=b[e];0<e&&!TF(c,d)&&UF(c,d);for(c=e+1;c<b.length;)a.push(b[c]),c++},WF=function(a,b){const c=a[a.length-1];var d=b.findIndex(f=>f.da===c.da);const e=b[d];
27
+ TF(c,e)||UF(c,e);for(d+=1;d<b.length;d++)a.push(b[d])},aG=function(a,b,c,d){var e=a[0].length();e=lF(e).map(f=>{var g=RF(a,f)||[];const h=KF(b,f)||[];{f=KF(c,f)||[];const k=[...XF(g),...h,...f].filter(Boolean);YF(k);const {da:l,duration:m}=k[0];g={variants:g,textStreams:h,thumbStreams:f,startTime:0,id:`P${l}`,endTime:m,duration:m,da:l}}return g});d&&ZF(e[0]);$F(e);return e},XF=function(a){a=new Set(a.flatMap(b=>[b.video,b.audio]).filter(Boolean));return Array.from(a)},ZF=function(a){const b=XF(a.variants)[0].S[0].wa;
28
+ a.startTime+=b;a.endTime+=b},$F=function(a){for(let b=0;b<a.length;b++){const c=a[b],d=a[b-1];c.startTime=d?d.endTime:c.startTime;c.endTime=c.startTime+c.duration}},TF=function(a,b){return a.startTime===b.startTime&&a.endTime===b.endTime},UF=function(a,b){a.startTime=b.startTime;a.endTime=b.endTime;a.duration=b.duration;bG(a.variants,b.variants);cG(AE(a),AE(b))},bG=function(a,b){const c=new Map(a.map(d=>[QE(d),d]));b.forEach(d=>{c.get(QE(d)).drmInfos=d.drmInfos})},cG=function(a,b){const c=new Map(a.map(d=>
29
+ [d.xa,d]));b.forEach(d=>{const e=c.get(d.xa);e.S=d.S;e.segmentIndex.replace(d.S);e.Cc=d.Cc;e.$d=d.$d;e.duration=d.duration;e.Pe=d.Pe;e.encrypted=d.encrypted;e.drmInfos=d.drmInfos;e.keyId=d.keyId})},YF=function(a){const b=dG(a);a.forEach(c=>{_.Vy(c.segmentIndex,b);c.duration=b;c.$d=c.Cc+b})},dG=function(a){let b=Infinity;a.filter(DE).forEach(c=>{b=Math.min(b,c.duration)});return b},eG=function(a,b){BE(b,(c,d)=>{_.gz(a,c.S,d.startTime)});_.$y(a.a,b[0].startTime,b[b.length-1].endTime)},fG=function(a){return null===
30
+ a.j?[]:[a.j.audio,a.j.video].filter(b=>b).map(b=>b.xa)},gG=function(a,b){return _.w(function*(){var c=_.zi([b],a.a.attemptParameters);c.type=1;c=yield a.C(c);let d="";try{d=_.Wh(c.data)}catch(e){throw new _.H(_.F,4,4042);}d=d.replace(/\r\n|\r(?=[^\n]|$)/gm,"\n");d=d.trim();return{text:d,response:c}})},lG=function(a,b){return _.w(function*(){var c=hG(a,b,a.w,"");if(1===c.type){c=_.$r(c.S[0].a)||"";c=null!=_.Zr.video[c]?_.u:null!=_.Zr.audio[c]?_.p:null;var d="";c===_.u?d="avc1.42E01E":c===_.p&&(d="mp4a.40.2");
31
+ {c=a.J;var e=a.w;d=a.a.hlsDefaultCodecs||d;var f=[];const q=[];q.push(new _.si(_.la,"0"));q.push(new _.si(_.Hb,e));d.length&&q.push(new _.si(_.na,d));f.push(new _.ti(c.f++,hE,q));c=new eF(e,0,f)}}d=c.X;c=uE(d,"EXT-X-MEDIA");e=uE(d,hE);d=uE(d,"EXT-X-IMAGE-STREAM-INF");c={Bc:{Pf:vE(c,["AUDIO",_.Ob]),closedCaptions:vE(c,eE),Zg:vE(c,mE)},cd:e,Sd:d};const {periods:g,qf:h,Bf:k}=yield iG(a,c);if(!a.D)throw new _.H(_.F,7,7001);e=SE(g[0]);jG(a,g);c=!0;d=null;f=0;kG(a)||(c=!1,d=0,f=e.delay);d=new _.UD(a.a.timeline||
32
+ {},d,f,!0,void 0,!!a.a.lowLatencyMode);_.cz(d,c);eG(d,g);h&&(d.I={offsetDateTime:h-_.bz(d),seekRangeStartDateTime:h});c=d;if(!kG(a)){a.H=e.jc;e=0;for(var l of a.f.values())e=Math.max(e,l.streams[0].Cc);for(l=0;95443.7176888889<=e;)l+=95443.7176888889,e-=95443.7176888889;if(l){a.h.debug("Offsetting live streams by",l,"to compensate for rollover");for(var m of a.f.values())e=m.streams[0],95443.7176888889>e.Cc?(a.h.debug("Offset applied to",e.type),e.segmentIndex.offset(l)):a.h.debug("Offset NOT applied to",
33
+ e.type)}}m=PE(g);"LIVE"===a.l||"EVENT"===a.l?(m=Math.max(m,c.H),isNaN(a.a.availabilityWindowOverride)||(m=a.a.availabilityWindowOverride),c.w=m):a.l===_.Tx&&(c.g=m);if(k)for(var n of k)a.D.onTimelineCueAdded({schemeIdUri:n.schemeIdUri,Pa:n.Pa,value:"",startTime:n.startTime,endTime:n.endTime,id:n.id,type:_.Zg,eventElement:null});n={presentationTimeline:c,adaptedPeriods:[...g],periods:g,minBufferTime:0};a.h.debug("HLS playlist parsed",n);return n})},nG=function(a,b){return Promise.all(b.map(c=>mG(a,
34
+ c)))},pG=function(a,b){b.forEach(c=>{a:{var d=a.f.get(c.a),e=!kG(a),f=xE(c.X,_.Ba);if(f)var g=Number(f.value);else{d?(f=d.streams[d.streams.length-1].S,f=f[f.length-1].da):f=0;if(e&&0<f)try{{const k=xE(c.X,_.Fa);if(!k)throw oG.error("Failed to infer discontinuity number, because EXT-X-MEDIA-SEQUENCE tag is missing."),Error(iE);const l=Number(k.value),m=LF(d,l);if(!m)throw oG.error("Failed to infer discontinuity number, could not find the appropriate segment in the previous playlist"+` (segment position = ${l})`),
35
+ Error(iE);var h=m.da}g=h;break a}catch(k){throw new _.H(_.F,4,4024,"EXT-X-DISCONTINUITY-SEQUENCE tag is required for discontinuous HLS live streams.");}g=0}}c=c.S||[];for(const k of c)wE(k.X,_.Aa)&&g++,k.da=g});uF(b)},sG=function(a,b){return _.w(function*(){const {textStreams:c,thumbStreams:d,Qf:e}=yield qG(a,b);var f=a.o.periods[0].variants;a.a.lowLatencyMode&&null!==a.j&&(f=f.filter(g=>g.id===a.j.id));f=f.map(g=>{const h=YE(g.audio,e),k=YE(g.video,e);g=rG(a,h,k,g.bandwidth);if(!g)throw new _.H(_.F,
36
+ 4,4047,{message:"Video and audio are encrypted in an incompatible way.",Dh:k?TE(k).xa:void 0,audio:h?TE(h).xa:void 0});return g});return aG(f,c,d,!0)})},jG=function(a,b){kG(a)||2!==a.a.timeline.version||(a.F||(a.F=b[0].startTime),rF(b,-a.F))},tG=function(a,b,c){a.l=_.Tx;_.cz(b,!0);b.g=c[c.length-1].endTime},hG=function(a,b,c,d){a=jF(a.J,b,c);a.a=d;uG(a);return a},iG=function(a,b){return _.w(function*(){var c=VE(b.Bc.closedCaptions),d=vG(a,b.cd),e=yield wG(a,b);const f=Object.values(e).flat().map(h=>
37
+ h.Ga);pG(a,f);var g=yield xG(a,e.Ge,d);c=yield yG(a,e.cd,g,c);d=yield zG(a,e.Yg,d);g=yield AG(a,e.Sd);e=BG(a,e);c=aG(c,d,g,!kG(a));a.D.filterAllPeriods(c);return kG(a)?(d=null,e&&(d=CG(f,e)),{periods:c,qf:null,Bf:d}):{periods:c,qf:e,Bf:null}})},qG=function(a,b){return _.w(function*(){const c=g=>TE(g.stream).type===_.u||TE(g.stream).type===_.p;var d=b.filter(c),e=b.filter(g=>!c(g)),f=g=>{g=g.map(h=>{var k=TE(h.stream);k={language:k.language,channelsCount:k.channelsCount,spatialAudio:k.spatialAudio,
38
+ closedCaptions:k.closedCaptions,primary:k.primary,kind:k.kind||null,groupId:k.groupId,type:k.type,codecs:k.codecs,name:k.originalId,uri:k.xa,Bd:{width:k.width,height:k.height,frameRate:k.frameRate}};h=Object.assign({},{Ga:h.Ga},k);return DG(a,h)});return Promise.all(g)};d=yield f(d);f=yield f(e);EG(a,d.concat(f));e=f.filter(g=>TE(g).type===_.ky);f=f.filter(g=>TE(g).type===_.Yd);return{textStreams:e,thumbStreams:f,Qf:d}})},rG=function(a,b,c,d){const e=[],f=(c||b).length();for(let m=0;m<f;m++){var g=
39
+ b?b.streams[m]||null:null,h=c?c.streams[m]||null:null,k=g,l=h;k=k&&l?_.Hy(k.drmInfos,l.drmInfos)?_.Gy(k.drmInfos,l.drmInfos):null:k?k.drmInfos:l?l.drmInfos:null;if(!k)return null;l=d;g={id:a.M++,language:g?g.language:_.If,primary:!!g&&g.primary||!!h&&h.primary,audio:g,video:h,bandwidth:l,drmInfos:k,allowedByApplication:!0,allowedByKeySystem:!0};e.push(g)}return new FG(e)},DG=function(a,b){return _.w(function*(){const c=b.Ga,d=b.codecs,e=b.type,f=b.Sc,g=b.groupId,h=b.primary;var k=b.kind;const l=b.name,
40
+ m=b.channelsCount,n=b.spatialAudio,q=b.closedCaptions,t=b.Bd,v=_.Jh(f||_.If);if(1!==c.type)throw new _.H(_.F,4,4017);var y=EE(c.X,null==a.o);a.l=y;const A=RE(c.X,y,a.a.lowLatencyMode||!1,a.a.suggestedPresentationDelay);y=yield GG(a,c,e,d);const D=a.a.lowLatencyMode?_.RB:_.ay;let E=k;e!==_.G||k||(E=_.ky);const {gd:O}=JE(c.X);k=y.map(bb=>{const Lb=bb.S,bd=bb.ag,Nf=bb.mimeType;bb=bb.da;const Ua=Lb[0].startTime,Xd=Lb[Lb.length-1].endTime,xc=Xd-Ua,ea=new _.VD(Lb),Za=Lb[0].initSegment||null;return{id:_.WD++,
41
+ originalId:l,createSegmentIndex:Promise.resolve.bind(Promise),findSegmentPosition:ea.f.bind(ea),getSegmentReference:ea.get.bind(ea),adjustSegmentDurations:ea.g.bind(ea),getDuration:ea.getDuration.bind(ea),segmentIndex:ea,segmentLookupStrategy:D,initSegmentReference:Za,mimeType:Nf,codecs:d,kind:E,Pe:bd.type,encrypted:bd.type===pE,keyId:bd.keyId,language:v,originalLanguage:f||_.If,label:l,type:e,primary:h,trickModeVideo:null,emsgSchemeIdUris:null,frameRate:t?t.frameRate:void 0,width:t?t.width:void 0,
42
+ height:t?t.height:void 0,bandwidth:void 0,roles:[],channelsCount:m,spatialAudio:n,closedCaptions:q,keyInfo:bd.keyInfo,S:Lb,drmInfos:bd.drmInfos,da:bb,xa:c.a,Dd:c.f,Cc:Ua,$d:Xd,duration:xc,gd:O,groupId:g,xg:A}});return new HG(k)})},EG=function(a,b){b.forEach(c=>{a.f.a.set(TE(c).xa,c)})},vG=function(a,b){const c=new Map;for(const f of b){var d=_.I(f,"AUDIO");b=_.I(f,_.Ob);var e=_.I(f,mE);const g=IG(a,f);if(e){const h=_.gj(_.G,g);c.set(e,h);e=g.indexOf(h);-1<e&&g.splice(e,1)}d&&(e=JG(_.p,g),c.set(d,
43
+ e));b&&(d=JG(_.u,g),c.set(b,d))}return c},wG=function(a,b){return _.w(function*(){const c=yield Promise.all([KG(a,b.Bc.Pf),KG(a,b.Bc.Zg),KG(a,b.cd),KG(a,b.Sd)]),[d,e,f,g]=c;return{Ge:d,Yg:e,cd:f,Sd:g}})},xG=function(a,b,c){return _.w(function*(){if(0===b.length)return new Map;var d=[LG(a,b[0],c)];yield d[0];d=d.concat(b.slice(1).map(e=>LG(a,e,c)));d=yield Promise.all(d);return UE(d)})},yG=function(a,b,c,d){return _.w(function*(){const e=new Set;var f=[...b];let g=0;var h=Infinity;for(let k=0;k<f.length;++k){const l=
44
+ Number(rE(f[k].tag,_.la));l<h&&(h=l,g=k)}h=f.splice(g,1).pop();h=yield MG(a,h,c,d,e);f=f.map(k=>MG(a,k,c,d,e));f=yield Promise.all(f);f.splice(g,0,h);return f.reduce(_.xy,[])})},zG=function(a,b,c){return Promise.all(b.map(d=>LG(a,d,c)))},AG=function(a,b){return Promise.all(b.map(c=>NG(a,c)))},BG=function(a,b){b=[...b.cd,...b.Ge].map(d=>d.Ga).flatMap(d=>d.S[0].X);b=xE(b,_.Ka);if(!b)return null;const c=(new Date(b.value)).getTime();return isNaN(c)?(a.h.warn("Failed to parse EXT-X-PROGRAM-DATE-TIME tag "+
45
+ `value (value: ${b.value}).`),null):c/1E3},kG=function(a){return a.l===_.Tx},CG=function(a,b){return(a=a.find(c=>null!==xE(c.X,_.za)))?a.X.filter(c=>c.name===_.za).map(c=>{a:{var d=_.I(c,"ID"),e=_.I(c,"START-DATE");if(null===d||null===e)_.cs.warn("Invalid EXT-X-DATERANGE missing mandatory ID or START-DATE attribute, ignoring the EXT-X-DATERANGE tag.",c),c=null;else{var f=new Date(e);e=f.getTime()/1E3-b;d={id:d,startTime:e,startDate:f};var g=tE(_.I(c,gE));void 0!==g&&0<=g&&(d.duration=g);var h=tE(_.I(c,
46
+ "PLANNED-DURATION"));void 0!==h&&0<=h&&(d.plannedDuration=h);var k=_.I(c,"CLASS");null!==k&&(d.schemeIdUri=k);var l=_.I(c,"END-DATE");l=l?new Date(l):null;null!==l&&l.getTime()>=f.getTime()&&(d.endDate=l);{const q=c.attributes;if(null==q)var m=null;else{f={};for(m of q)m.name.startsWith("X-")&&(f[m.name]=m.value);m=_.Ag(f)?f:null}}m=m||{};if(k===_.qd){f=c.attributes;if(null==f)var n=null;else{k={};for(n of f)switch(n.name){case _.Ub:k[_.Ub]=n.value;break;case _.Tb:k[_.Tb]=n.value;break;case _.Wb:k[_.Wb]=
47
+ tE(n.value);break;case _.Vb:k[_.Vb]=tE(n.value);break;case "X-SNAP":k["X-SNAP"]=n.value.split(",");break;case "X-RESTRICT":k["X-SNAP"]=n.value.split(",")}k[_.Ub]&&k[_.Tb]||!k[_.Ub]&&!k[_.Tb]?(_.cs.warn("Invalid EXT-X-DATERANGE Interstitial attributes X-ASSET-URI, X-ASSET-LIST"),n=null):n=_.Ag(k)?k:null}if(null===n){_.cs.warn("Invalid interstitial attributes, ignoring the EXT-X-DATERANGE tag.",c);c=null;break a}m=Object.assign(m,n)}_.Ag(m)&&(d.Pa=m);d.endTime=l?l.getTime()/1E3:g?e+g:h?e+h:e;d.type=
48
+ "hls-daterange";c=d}}return c}).filter(Boolean):null},KG=function(a,b){return _.w(function*(){return(yield Promise.all(b.map(c=>_.w(function*(){const d=yield OG(a,c);return d?{tag:c,Ga:d}:null})))).filter(Boolean)})},mG=function(a,b){return _.w(function*(){var c=new _.vh(TE(b).Dd);if(a.a.lowLatencyMode&&TE(b).gd){var d=b.streams[b.streams.length-1].segmentIndex;if(d=d.a[d.a.length-1]){var e=d.a,f=e.length-1;d={Ag:d.position,Gg:e&&0<e.length?f:null}}else d=null;if(e=d)d=e.Ag,e=e.Gg,f=_.Ti(c.a.toString()),
49
+ f._HLS_msn=d.toString(),null===e&&f._HLS_part&&delete f._HLS_part,null!==e&&(f._HLS_part=e.toString()),d=_.Si(f,!0),d=new _.Ch(d),_.yh(c,d)}const {response:g,text:h}=yield gG(a,c.toString());c=TE(b).xa;d=TE(b).Dd;e=g.uri;d!==e&&(d=e,MF(b,d));c=hG(a,h,d,c);return{stream:b,Ga:c}})},IG=function(a,b){var c=_.I(b,_.na,a.a.hlsDefaultCodecs||"avc1.42E01E,mp4a.40.2").split(/\s*,\s*/);b=new Set;const d=[];for(const e of c)c=_.Ly(e)[0],b.has(c)?a.h.debug("Ignoring duplicate codec"):(d.push(e),b.add(c));return d},
50
+ JG=function(a,b){if(1===b.length)return b[0];a=_.gj(a,b);if(null!=a)return a;throw new _.H(_.F,4,4025,{codecList:b});},LG=function(a,b,c){return _.w(function*(){const d=b.tag,e=b.Ga;return PG(a,e.a,()=>_.w(function*(){const f=rE(d,_.Sa),g=FE(rE(d,_.Fb));var h=rE(d,_.Fb).toUpperCase();if(FE(h)!==_.G)h=null;else{var k=d.getAttribute("FORCED");k=!(!k||!k.value||"YES"!==k.value.toUpperCase());var l=_.ky;h===eE&&(l=_.Yx);k&&(l=_.Rd);h=l}k=c.get(f)||"";l=_.I(d,_.$a);const m=_.I(d,"NAME"),n=d.getAttribute("DEFAULT"),
51
+ q=d.getAttribute("AUTOSELECT");var t=_.I(d,"CHANNELS");t=g===_.p?t?parseInt(t.split("/")[0],10):null:null;var v=g===_.p?(v=_.I(d,"CHANNELS"))?v.includes("/JOC"):!1:!1;return yield DG(a,{Ga:e,codecs:k,type:g,Sc:l,primary:!!n&&!!q,name:m,channelsCount:t,spatialAudio:v,groupId:f,kind:h,closedCaptions:null,Bd:null})}))})},NG=function(a,b){return _.w(function*(){const c=b.tag,d=b.Ga;return PG(a,d.a,()=>_.w(function*(){var e=_.I(c,_.na)||"jpg",f=_.I(c,_.$a);const g=_.I(c,"NAME");e=yield DG(a,{Ga:d,codecs:e,
52
+ type:_.Yd,Sc:f,name:g,primary:!1,kind:null,channelsCount:null,spatialAudio:!1,closedCaptions:null,groupId:null,Bd:null});(f=_.I(c,_.la))&&QF(e,Number(f));return e}))})},MG=function(a,b,c,d,e){return _.w(function*(){var f=b.tag,g=Number(rE(f,_.la));if(null!=f.getAttribute("FRAME-RATE")||null!=f.getAttribute(_.vb)){var h=_.I(f,"FRAME-RATE");f=_.I(f,_.vb);var [k,l]=f?f.split("x"):[null,null];h={frameRate:tE(h),width:tE(k),height:tE(l)}}else h=null;if(f=yield QG(a,b,h,c,d)){h=f.video;f=f.audio;var m=
53
+ 0<f.length?f:[null];h=0<h.length?h:[null];f=[];for(const n of m)for(const q of h){m=(q?TE(q).xa:"")+" - "+(n?TE(n).xa:"");if(e.has(m)){a.h.debug("Skipping variant which only differs in text streams.");continue}const t=rG(a,n,q,g);null==t?a.h.warn("Incompatible DRM info in HLS variant. Skipping."):(f.push(t),e.add(m))}g=f}else g=[];return g})},QG=function(a,b,c,d,e){return _.w(function*(){var f=b.tag,g=b.Ga;let h=IG(a,f);var k=_.I(f,"AUDIO"),l=_.I(f,_.Ob),m=k||l;m=m&&d.has(m)?d.get(m):[];k={audio:k?
54
+ m:[],video:l?m:[]};a.h.debug("Guessing stream type for",f.toString());f=!1;const n=g.a;g=k.audio.find(q=>q.xa===n);l=_.gj(_.u,h);l=c||l;1!==h.length||l?!m.length&&1<h.length?(a.h.debug("Guessing multiplexed audio+video"),g=_.u,h=[h.join(",")]):k.audio.length&&g?(a.h.debug(jE),g=_.p,f=!0):k.video.length?(a.h.debug(jE),g=_.p):(a.h.debug("Guessing video-only"),g=_.u):(g=_.p,a.h.debug(jE));l=null;f||(l=yield RG(a,b,h,g,e,c));if(null==l)return null;k[g]=[l];g===_.p&&c&&m.forEach(q=>{NF(q,c.width);OF(q,
55
+ c.height);PF(q,c.frameRate)});XE(k);return k})},RG=function(a,b,c,d,e,f){return _.w(function*(){const g=b.tag,h=b.Ga;return PG(a,h.a,()=>_.w(function*(){var k=_.I(g,eE);let l=null;d===_.u&&k&&"NONE"!==k&&(l=e.get(k));k=JG(d,c);return yield DG(a,{Ga:h,codecs:k,type:d,closedCaptions:l,primary:!1,kind:null,Sc:null,name:null,channelsCount:null,spatialAudio:!1,groupId:null,Bd:f})}))})},PG=function(a,b,c){if(a.f.has(b))return a=a.f.get(b),Promise.resolve(a);if(a.f.f.has(b))return a.f.f.get(b)||null;c=c();
56
+ a.f.set(b,c);return c},GG=function(a,b,c,d){return _.w(function*(){var e=b.a,f=b.S;var g=void 0===g?0:g;var h=(h=xE(b.X,_.Fa))?Number(h.value):g;g=[];!kG(a)&&CF(f);e=yield SG(a,b.f,e,f,h,c,d);if(0===f.length)f=[];else{var k=[],l=[];for(var m of f)wE(m.X,_.Aa)&&0<l.length&&(k.push(l),l=[]),l.push(m);k.push(l);f=k}for(m=0;m<f.length;m++)k=f[m],l=yield TG(a,b.f,k,h,e,c,d,g[g.length-1]||null,f.length),g.push(l),h+=k.length;UG(g);return g})},OG=function(a,b){return _.w(function*(){var c="EXT-X-MEDIA"!==
57
+ b.name?!0:_.I(b,_.Fb)===mE;c=_.I(b,_.Hb,void 0,{required:c});if(!c)return null;const d=zE(a.w,c),{response:e,text:f}=yield gG(a,d);return hG(a,f,e.uri,c)})},uG=function(a){1===a.type&&a.S.forEach((b,c)=>{if(wE(b.X,_.Ea)&&!wE(b.X,_.Aa)&&0<c)throw new _.H(_.F,4,4046,"Media playlist contains an EXT-X-MAP tag not accompanied by an EXT-X-DISCONTINUITY tag.");})},UG=function(a){if(1<(new Set(a.map(b=>b.mimeType))).size)throw new _.H(_.F,4,4045,"Media playlist contains discontinuities with different MIME types. This is valid, but not yet supported.");
58
+ },VG=function(a){a=a.map(b=>b.a?b.a:b.f.map(c=>_.I(c,_.Hb))||null).map(b=>_.$r(b));if(1<(new Set(a)).size)throw new _.H(_.F,4,4044,"Unexpected change in file format.");},WG=function(a,b,c){a=uE(a.X,_.Ea);if(1<a.length)throw new _.H(_.F,4,4020);a=a[0];if(!a)return null;const d=rE(a,_.Hb),e=zE(b,d);b=KE(a,null,!0);return new _.RD(()=>[e],b.ua,b.ia,c)},XG=function(a,b,c,d,e,f,g){const h=[];for(const q of _.Ey(b.f)){b=q.af;const t=q.item;{var k=0===b,l=k?a:h[h.length-1],m=k?d:l.endTime,n=Number(_.I(t,
59
+ gE));n=m+n;k=KE(t,k?null:l.ia,k);l=_.I(t,_.Hb);const v=(l=zE(g,l))?[l]:[];m=new LE(c,m,n,()=>v,k.ua,k.ia,e,f,!1,null,null,null,null);if("YES"===_.I(t,"INDEPENDENT")||0===b)m.g=!0;h.push(m)}}return h},YG=function(a,b,c,d,e,f,g,h,k,l,m){const n=c.X;var q=c.a;const t=null!=q,v=q?[q]:[];if(!t&&!a.a.lowLatencyMode)return null;a=0;q={ua:0,ia:null};let y=null;t?({duration:c}=IE(n),a=e+c,q=HE(n,b?b.ia:null)):(b=XG(b,c,d,e,f,g,k),a=b[b.length-1].endTime,y=b);h=h===_.Yd?yE(n):null;d=new LE(d,e,a,()=>v,q.ua,
60
+ q.ia,f,g,!1,null,h?h.Ze:null,h?h.Df:null,h?h.durationPerTile:null,y);d.da=l;d.initSegment=m||void 0;return d},SG=function(a,b,c,d,e,f,g){return _.w(function*(){var h=d[0];if(null!=a.B)return a.B;if(!kG(a)&&a.o)try{var k=a.f.get(c);var l=k?LF(k,e)||null:null;if(!l)throw new _.H(_.F,4,4030,"Segment not found in pervious playlist update.");var m=l.startTime+l.wa;a.h.debug(`Setting playlist start time to ${m}.`);return a.B=m}catch(n){if(h=a.f.get(c))m=h.streams[h.streams.length-1].S,m=m[m.length-1],a.h.warn(`Last #EXT-X-MEDIA-SEQUENCE values ${h.streams[0].S[0].position} - ${m.position}`+
61
+ `, new values ${e} - ${e+d.length-1}.`,b,h);throw new _.H(_.F,4,4047,{message:"The updated playlist does not share any segments with the previous one.",uri:c});}m=yield ZG(a,f,g,h);k=DF(h.X,a.w,m)||yF();l=WG(h,b,k.keyInfo);k=NE(k.keyInfo,e);h=yield $G(a,l,h,k,m,g);a.h.debug(`Setting playlist start time to ${h}.`);return a.B=h})},TG=function(a,b,c,d,e,f,g,h,k){return _.w(function*(){var l=c[0],m=null==h;VG(c);const n=yield ZG(a,f,g,l);var q=a.w,t=h?h.wg:null;var v=1===k;if(c.slice(1).some(BF))throw new _.H(_.F,
62
+ 4,4046,v?"Media playlist contains an EXT-X-KEY tag with METHOD\x3dAES-128 which is not at the beginning of the playlist.":"Media playlist contains an EXT-X-KEY tag with METHOD\x3dAES-128 which is not marked by an EXT-X-DISCONTINUITY tag and is not at the beginning of the playlist.");if(wE(c[0].X,_.Da)||null===t)if((t=DF(c[0].X,q,n))&&t.type===qE){if(1<FF(c))throw new _.H(_.F,4,4046,nE+`${v?"playlist":"discontinuity"}.`);v=[t]}else v=EF(c,q,n),v=0===v.length?[yF()]:v;else if(q=EF(c,q,n),t.type===_.xe||
63
+ t.type===pE)v=[t,...q];else{if(0<FF(c))throw new _.H(_.F,4,4046,nE+`${v?"playlist":"discontinuity"}.`);v=[t]}q=v;v=q[q.length-1];q=zF(q);t=WG(l,b,q.keyInfo)||(h?h.sg:null);var y=NE(q.keyInfo,d);const A=l.da;l=m?e:yield aH(a,A,t,l,d,y,n,g);m=[];for(y=0;y<c.length;y++){var D=c[y];const E=m[m.length-1]||null,O=0===y?0:E.endTime,bb=d+y,Lb=NE(q.keyInfo,bb);(D=YG(a,E,D,bb,O,l,Lb,f,b,A,t))&&m.push(D)}return{S:m,ag:q,wg:v,mimeType:n,endTime:m[m.length-1].endTime,da:A,sg:t}})},ZG=function(a,b,c,d){return _.w(function*(){const e=
64
+ d.a;var f=xE(d.X,_.Ea);f=f?rE(f,_.Hb):null;return bH(a,b,c,e,f)})},$G=function(a,b,c,d,e,f){return _.w(function*(){if(null==c.a)return 0;const g=ME(c,d);return JF(a.K,b,g,e,f,null!=d)})},aH=function(a,b,c,d,e,f,g,h){return _.w(function*(){if(a.G.has(b))return a.G.get(b);const k=yield $G(a,c,d,f,g,h);a.h.debug(`Segment #${e} has raw media timestamp `+`${k} s.`);a.G.set(b,k);return k})},bH=function(a,b,c,d,e){return _.w(function*(){const f=[d,e].filter(Boolean);var g=_.jj(f,b,c);if(g)return g;g=_.zi([d],
65
+ a.a.attemptParameters);g.method="HEAD";g.type=2;g=(yield a.C(g)).headers["content-type"];if(!g)throw new _.H(_.F,4,4021,"Unknown MIME type of: "+f.join(", "));return g.split(";")[0]})},eF=class{constructor(a,b,c,d){if(1===b){if(!d||0===d.length)throw new _.H(_.F,4,4043,"Media playlist must have at least one segment!");if(null==d[0].a)throw new _.H(_.F,4,4043,"Media playlist must have at least one full segment!");}this.f=a;this.a="";this.type=b;this.X=c;this.S=1===b?d:null}},kF=class{constructor(a,
66
+ b,c){c=void 0===c?[]:c;this.X=b;this.a=a;this.f=c;this.da=-1}},LE=class extends _.pz{constructor(a,b,c,d,e,f,g,h,k,l,m,n,q,t){t=void 0===t?[]:t;super(a,b,c,d,e,f,g,void 0===h?null:h,void 0===k?!1:k,void 0===l?null:l,void 0===m?null:m,void 0===n?null:n,void 0===q?null:q,t);this.initSegment=void 0;this.da=0}},cH=class{constructor(){this.f=0;this.a=new Map}},dH=class{constructor(){this.a=new Map;this.f=new Map}set(a,b){this.f.set(a,b);return b.then(c=>this.a.set(a,c)).catch(()=>{}).then(()=>this.f.delete(a))}has(a){return this.a.has(a)}get(a){return this.a.get(a)||
67
+ null}values(){return Array.from(this.a.values())}clear(){this.f.clear();this.a.clear()}},oG=new _.R("clpp.hls.DiscontinuityUtils");var HF={"com.apple.streamingkeydelivery":function(a,b){if(b===_.Xf)throw new _.H(_.F,4,4041);if(rE(a,kE)===lE)throw new _.H(_.F,4,4044,"EXT-X-KEY:METHOD SAMPLE-AES-CTR is not supported in FairPlay.");return _.Ay(_.pd,[{initDataType:_.sf,initData:new Uint8Array(0)}],"")},"com.microsoft.playready":xF,"urn:uuid:9a04f079-9840-4286-ab92-e65be0885f95":xF,"urn:uuid:edef8ba9-79d6-4ace-a3c8-27dcd51d21ed":function(a){var b=rE(a,kE);if(!vF.includes(b))return wF.error("Widevine in HLS is only supported with [",
68
+ vF.join(", "),"], not",b),null;b=rE(a,_.Hb);b=_.or(b);b=_.J(b.data);b=_.Ay(_.ud,[{initDataType:_.Uc,initData:b}],"");if(a=_.I(a,"KEYID"))b.keyIds=[a.substr(2).toLowerCase()];return b}},vF=["SAMPLE-AES",lE],wF=new _.R("clpp.hls.DrmParser");var GF=new _.R("clpp.hls.EncryptionUtils");var eH=class{constructor(a){this.h=new _.R("clpp.hls.MediaReader");this.f=a;this.a={attemptParameters:_.wi()}}};var HG=class{constructor(a){this.streams=a}length(){return this.streams.length}};var FG=class{constructor(a){this.a=a}length(){return this.a.length}};var fH=class{constructor(){this.a=this.D=null;this.M=1;this.f=new dH;this.w="";this.J=new cH;this.H=0;this.j=null;this.g=new _.zj(()=>{this.Bb()});this.l=_.Tx;this.o=null;this.A=new _.hs;this.B=null;this.h=new _.R("clpp.hls.HlsParser");this.G=new Map;this.K=new eH(this.C.bind(this));this.I=!1;this.F=null}configure(a){this.a=a;this.K.a=a}setCurrentVariant(a){this.j=a}start(a,b){const c=this;return _.w(function*(){if(c.I)throw Error("start() may be called only once!");c.I=!0;c.D=b;const {response:d,
69
+ text:e}=yield gG(c,a);c.w=d.uri;const f=yield lG(c,e);c.o=f;const g=c.H;c.g&&0<g&&c.g.ca(g);return f})}stop(){this.g&&(this.g.stop(),this.g=null);const a=[];this.A&&(a.push(this.A.destroy()),this.A=null);this.f.clear();this.o=this.a=this.D=this.j=null;return Promise.all(a)}update(){const a=this;return _.w(function*(){const b=a.o;if(!kG(a)&&b){var c=b.presentationTimeline;"LIVE"===a.l&&(a.B=null);var d=Array.from(a.f.values());if(a.a.lowLatencyMode&&null!==a.j){const f=fG(a);d=d.filter(g=>f.includes(TE(g).xa))}var e=
70
+ yield nG(a,d);d=e.map(f=>f.Ga);pG(a,d);e=yield sG(a,e);SF(b.periods,e).forEach(f=>{a.D.filterNewPeriod(f)});jG(a,e);VF(b.periods,e);WF(b.adaptedPeriods,e);eG(c,e);if(CE(d)&&(!0!==a.a.keepTimelineLive&&tG(a,c,e),a.g.stop(),a.g=null,a.D.onTurnedStatic))a.D.onTurnedStatic()}})}Bb(){const a=this;return _.w(function*(){a.h.debug(_.Sx);if(a.D)try{yield a.update();const b=a.H;a.g&&a.g.ca(b)}catch(b){if(!(b instanceof _.H))throw b;a.D&&(a.D.onError(b),1===b.severity&&a.g&&a.g.ca(.1))}})}C(a){if(!this.A)throw new _.H(_.F,
71
+ 7,7001);a=this.D.networkingEngine.fetch(a);_.Gi(this.A,a);return a.P}};_.x("clpp.hls.HlsComponent",class extends _.ht{f(){_.Nq.m3u8=fH;_.Lq[_.uk]=fH;_.Lq[oE]=fH}a(){_.wz("m3u8");_.xz(_.uk);_.xz(oE)}id(){return"hls"}});};f.call(g, window);
package/cl.hlssmpte.js CHANGED
@@ -1,5 +1,5 @@
1
- import {clpp} from "./cl.core.js";let g={};const _ = clpp._;var f=function(window){'use strict';var ZN=function(a){a.a.one(a.m,_.ge,()=>YN(a))},YN=function(a){const b=a.m.getSurface().getMedia();if(b)if(a.h){a.a.on(b.textTracks,_.mc,d=>$N(a,d));var c=Array.from(b.textTracks);c.filter(d=>d.kind===_.ne).forEach(d=>{$N(a,{track:d})});!aO(c)&&a.l&&(a.g.warn("The metadata track is not present. Changing an audio track in order to enforce the creation of the metadata track."),bO(a,b))}else a.g.warn("The clpp.ttml.TextParser class is not available. Please register the ttml component first.");
2
- else a.g.warn("A video element is not available. Skipping.")},$N=function(a,b){b=b.track;b.kind===_.ne&&(a.g.info("The metadata track has been added."),b.mode=_.Sd,a.a.on(b,_.vd,c=>cO(a,c)))},aO=function(a){return a.some(b=>b.kind===_.ne)},bO=function(a,b){const c=a.m.getTrackManager(),d=c.ja(),e=c.getAudioTracks().find(g=>g!==d);if(e){var f=()=>c.ta(d);a.a.on(b.textTracks,_.mc,g=>{g.track.kind===_.ne&&(a.a.off(b.textTracks,_.mc,f),c.ta(d))});c.ta(e)}else a.g.warn("Can't enforce the creation of the metadata track if single audio track. Skipping.")},
3
- cO=function(a,b){const c=dO(a);c&&Array.from(b.target.activeCues||[]).forEach(d=>{if(d!==a.f&&Number.isFinite(d.startTime)&&Number.isFinite(d.endTime)&&"org.id3"===d.type&&d.value&&"TXXX"===d.value.key){var e=new eO(d);if(e.f===c&&null!==e.a){a.f=d;d=a.h.parseMedia(_.Vh(e.a),{periodStart:a.j,segmentStart:e.startTime,segmentEnd:e.endTime});const f=a.m.getTextDisplayer();f.remove(0,e.startTime);f.append(d.cues,d.styles)}}})},dO=function(a){return(a=a.m.getTrackManager().qa())&&a.language&&a.language.toLowerCase()},
4
- eO=class{constructor(a){this.startTime=a.startTime;this.endTime=a.endTime;this.a=this.f=null;a=a.value;if(!_.B(a)){a:{var b=a.info;if(_.Bg(b)&&(b=b.toLowerCase().match(/lang:(\w+)/))&&b[1]){b=b[1].toLowerCase();break a}b=null}this.f=b;a=a.data;this.a=a=_.Bg(a)?a:null}}};var fO=class{constructor(a,b,c){this.m=a;this.l=b;this.j=c;this.a=new _.ir;this.h=(a=_.Xq[_.xc]||null)?new a(this.m.getConfiguration()):null;this.g=new _.R("clpp.hlssmpte.ImageCueHandler");this.f=null;ZN(this)}destroy(){this.a.release();this.f=null;return Promise.resolve()}};var gO=class extends _.kt{constructor(){super();this.a=null;this.f=!1}onPlayerCreated(){}onContentWillLoad(a){if(this.f=_.Aj()){var b=a.getConfiguration();b=_.vg(b.hlssmpte||{});typeof b.patchMetadataTrack!==_.Kc&&(b.patchMetadataTrack=!1);_.Cg(b.timestampOffset)||(b.timestampOffset=0);this.a=new fO(a,b.patchMetadataTrack,b.timestampOffset)}}onPlayerWillDestroy(){const a=this;return _.x(function*(){a.a&&(yield a.a.destroy(),a.a=null)})}id(){return"hlssmpte"}};_.z("clpp.hlssmpte.HlsSmptePlugin",gO);
5
- gO.Id="hlssmpte";_.so(new class{create(){return new gO}});};f.call(g, window);
1
+ import {clpp} from "./cl.core.js";let g={};const _ = clpp._;var f=function(window){'use strict';var wO=function(a){a.a.one(a.m,_.ke,()=>vO(a))},vO=function(a){const b=a.m.getSurface().getMedia();if(b)if(a.g){a.a.on(b.textTracks,_.nc,d=>xO(a,d));var c=Array.from(b.textTracks);c.filter(d=>d.kind===_.re).forEach(d=>{xO(a,{track:d})});!yO(c)&&a.l&&(a.h.warn("The metadata track is not present. Changing an audio track in order to enforce the creation of the metadata track."),zO(a,b))}else a.h.warn("The clpp.ttml.TextParser class is not available. Please register the ttml component first.");
2
+ else a.h.warn("A video element is not available. Skipping.")},xO=function(a,b){b=b.track;b.kind===_.re&&(a.h.info("The metadata track has been added."),b.mode=_.Vd,a.a.on(b,_.xd,c=>AO(a,c)))},yO=function(a){return a.some(b=>b.kind===_.re)},zO=function(a,b){const c=a.m.getTrackManager(),d=c.ja(),e=c.getAudioTracks().find(g=>g!==d);if(e){var f=()=>c.ta(d);a.a.on(b.textTracks,_.nc,g=>{g.track.kind===_.re&&(a.a.off(b.textTracks,_.nc,f),c.ta(d))});c.ta(e)}else a.h.warn("Can't enforce the creation of the metadata track if single audio track. Skipping.")},
3
+ AO=function(a,b){const c=BO(a);c&&Array.from(b.target.activeCues||[]).forEach(d=>{if(d!==a.f&&Number.isFinite(d.startTime)&&Number.isFinite(d.endTime)&&"org.id3"===d.type&&d.value&&"TXXX"===d.value.key){var e=new CO(d);if(e.f===c&&null!==e.a){a.f=d;d=a.g.parseMedia(_.$h(e.a),{periodStart:a.j,segmentStart:e.startTime,segmentEnd:e.endTime});const f=a.m.getTextDisplayer();f.remove(0,e.startTime);f.append(d.cues,d.styles)}}})},BO=function(a){return(a=a.m.getTrackManager().qa())&&a.language&&a.language.toLowerCase()},
4
+ CO=class{constructor(a){this.startTime=a.startTime;this.endTime=a.endTime;this.a=this.f=null;a=a.value;if(!_.z(a)){a:{var b=a.info;if(_.Eg(b)&&(b=b.toLowerCase().match(/lang:(\w+)/))&&b[1]){b=b[1].toLowerCase();break a}b=null}this.f=b;a=a.data;this.a=a=_.Eg(a)?a:null}}};var DO=class{constructor(a,b,c){this.m=a;this.l=b;this.j=c;this.a=new _.Er;this.g=(a=_.sr(_.yc))?new a(this.m.getConfiguration()):null;this.h=new _.R("clpp.hlssmpte.ImageCueHandler");this.f=null;wO(this)}destroy(){this.a.release();this.f=null;return Promise.resolve()}};var EO=class extends _.It{constructor(){super();this.a=null;this.f=!1}onPlayerCreated(){}onContentWillLoad(a){if(this.f=_.Nj()){var b=a.getConfiguration();b=_.yg(b.hlssmpte||{});typeof b.patchMetadataTrack!==_.Mc&&(b.patchMetadataTrack=!1);_.Fg(b.timestampOffset)||(b.timestampOffset=0);this.a=new DO(a,b.patchMetadataTrack,b.timestampOffset)}}onPlayerWillDestroy(){const a=this;return _.w(function*(){a.a&&(yield a.a.destroy(),a.a=null)})}id(){return"hlssmpte"}};_.x("clpp.hlssmpte.HlsSmptePlugin",EO);
5
+ EO.Id="hlssmpte";_.Ho(new class{create(){return new EO}});};f.call(g, window);