@castlabs/prestoplay 6.23.1 → 6.24.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. package/CHANGELOG.md +14 -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 +113 -113
  6. package/cjs/cl.conviva.js +32 -32
  7. package/cjs/cl.core.js +608 -591
  8. package/cjs/cl.crypto.js +9 -9
  9. package/cjs/cl.dash.js +87 -86
  10. package/cjs/cl.externs.js +94 -30
  11. package/cjs/cl.freewheel.js +25 -24
  12. package/cjs/cl.hls.js +73 -71
  13. package/cjs/cl.hlssmpte.js +6 -6
  14. package/cjs/cl.htmlcue.js +30 -30
  15. package/cjs/cl.ima.js +23 -23
  16. package/cjs/cl.mse.js +344 -339
  17. package/cjs/cl.muxdata.js +15 -15
  18. package/cjs/cl.onboard.js +3 -3
  19. package/cjs/cl.persistent.js +14 -13
  20. package/cjs/cl.playlist.js +6 -6
  21. package/cjs/cl.sessions.js +16 -16
  22. package/cjs/cl.simid.js +15 -15
  23. package/cjs/cl.smooth.js +72 -72
  24. package/cjs/cl.thumbnails.js +26 -26
  25. package/cjs/cl.tizen.js +71 -71
  26. package/cjs/cl.ttml.js +29 -29
  27. package/cjs/cl.verimatrix.js +5 -5
  28. package/cjs/cl.vimond.js +12 -12
  29. package/cjs/cl.vr.js +19 -19
  30. package/cjs/cl.vtt.js +14 -14
  31. package/cjs/cl.yospace.js +4 -4
  32. package/cjs/cl.youbora.js +37 -37
  33. package/cl.adobe.js +3 -3
  34. package/cl.airplay.js +3 -3
  35. package/cl.broadpeak.js +5 -5
  36. package/cl.cast.js +88 -88
  37. package/cl.conviva.js +27 -27
  38. package/cl.core.js +492 -478
  39. package/cl.crypto.js +9 -9
  40. package/cl.dash.js +81 -80
  41. package/cl.externs.js +94 -30
  42. package/cl.freewheel.js +19 -19
  43. package/cl.hls.js +75 -74
  44. package/cl.hlssmpte.js +5 -5
  45. package/cl.htmlcue.js +26 -26
  46. package/cl.ima.js +17 -17
  47. package/cl.mse.js +307 -305
  48. package/cl.muxdata.js +13 -13
  49. package/cl.onboard.js +4 -4
  50. package/cl.persistent.js +10 -10
  51. package/cl.playlist.js +5 -5
  52. package/cl.sessions.js +10 -10
  53. package/cl.simid.js +13 -13
  54. package/cl.smooth.js +59 -59
  55. package/cl.thumbnails.js +19 -19
  56. package/cl.tizen.js +57 -57
  57. package/cl.ttml.js +22 -22
  58. package/cl.verimatrix.js +4 -4
  59. package/cl.vimond.js +8 -8
  60. package/cl.vr.js +14 -14
  61. package/cl.vtt.js +12 -12
  62. package/cl.yospace.js +3 -3
  63. package/cl.youbora.js +28 -28
  64. package/package.json +1 -1
  65. package/typings.d.ts +44 -10
package/cjs/cl.smooth.js CHANGED
@@ -1,76 +1,76 @@
1
1
  (function(){var g={}; var _ = _ || {}
2
- var f=function(window){var FR="Full MP4 box must have flags defined",GR="clpp.smooth.SmoothMP4Processor",HR="codecPrivateData",IR=function(a,b){var c=Math.floor(b/Math.pow(2,32)),d=b-c*Math.pow(2,32);_.W(a,c);_.W(a,d)},JR=function(a,b){try{a.f.setUint8(a.a,b),a.a+=1}catch(c){_.fn()}},KR=function(a,b){JR(a,b>>16&255);JR(a,b>>8&255);JR(a,b&255)},LR=function(a,b){try{a.f.setUint16(a.a,b,a.h),a.a+=2}catch(c){_.fn()}},MR=function(a,b){try{a.f.setInt32(a.a,b,a.h),a.a+=4}catch(c){_.fn()}},NR=function(a,b){try{a.f.setInt16(a.a,
3
- b,a.h),a.a+=2}catch(c){_.fn()}},OR=function(a,b){if(void 0!==b){for(var c=new Uint8Array(b),d=Math.min(a.length,b),e=0;e<d;++e)c[e]=a.charCodeAt(e);for(;e<b;e++)c[e]=0;return c}c=new Uint8Array(a.length);for(d=0;d<a.length;++d)c[d]=a.charCodeAt(d);return c},PR=function(a){this.type=a;this.size=this.start=0;this.parent=null;this.w=!1;this.entries=[];this.children=[]},Z=function(a,b,c){PR.call(this,a);this.version=b;this.flags=c},QR=function(a,b,c){PR.call(this,a);this.f=b;this.offset=c},RR=function(a,
4
- b,c,d,e){Z.call(this,a,b,c);this.f=d;this.offset=e},SR=function(a,b,c){PR.call(this,"ftyp");this.h=a;this.Ji=b;this.f=c},TR=function(){PR.call(this,_.Ve)},UR=function(){PR.call(this,_.ug)},VR=function(a,b,c){Z.call(this,"mvhd",1,0);this.timescale=a;this.duration=b;this.volume=256;this.h=c+1;this.f=[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0]},WR=function(){PR.call(this,"mvex")},YR=function(a){Z.call(this,"trex",0,0);this.f=a},ZR=function(a,b,c,d,e){Z.call(this,"tkhd",
5
- 1,7);this.h=a;this.duration=b;this.timescale=c;this.width=d;this.height=e;this.volume=1;this.f=[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0]},$R=function(a,b){Z.call(this,"mdhd",1,0);this.timescale=a;this.duration=b;this.language=21956},aS=function(a){Z.call(this,"hdlr",0,0);this.f=a},bS=function(){Z.call(this,"vmhd",0,1);this.f=new Uint8Array([0,0,0,0,0,0])},cS=function(a){PR.call(this,a);this.w=!0},dS=function(a){cS.call(this,a);this.height=this.width=0;this.depth=24},
6
- eS=function(a,b,c,d){cS.call(this,a);this.channelCount=b;this.sampleSize=c;this.sampleRate=d},fS=function(a,b){dS.call(this,"avc1");this.width=a;this.height=b},gS=function(a,b){fS.call(this,a,b);this.type="encv"},hS=function(a,b,c){eS.call(this,"mp4a",a,b,c)},iS=function(a,b,c){hS.call(this,a,b,c);this.type="enca"},jS=function(a,b){PR.call(this,"avcC");this.bb=a;this.oc=b;this.version=1;this.f=this.bb[0][1];this.h=this.bb[0][2];this.level=this.bb[0][3]},kS=function(a){Z.call(this,"esds",0,0);this.lc=
7
- a},lS=function(a){a=void 0===a?"":a;Z.call(this,"url ",0,1);this.location=a},mS=function(){Z.call(this,"dref",0,0)},nS=function(){PR.call(this,_.kg)},oS=function(){Z.call(this,_.mg,0,0)},pS=function(){Z.call(this,"stts",0,0)},qS=function(){Z.call(this,"stsc",0,0)},rS=function(){Z.call(this,"stco",0,0)},sS=function(){Z.call(this,"stsz",0,0)},tS=function(){Z.call(this,"smhd",0,0)},uS=function(){PR.call(this,"dinf")},vS=function(){PR.call(this,_.Ue)},wS=function(){PR.call(this,_.Qe)},xS=function(a,b){Z.call(this,
8
- "tfdt",a,0);this.baseMediaDecodeTime=b},yS=function(){Z.call(this,"mfhd",0,0);this.f=0},zS=function(a,b){Z.call(this,"trun",a,b);this.l=this.j=this.f=0;this.o=[];this.sampleSize=[];this.A=[];this.h=[]},AS=function(a,b){Z.call(this,"tfhd",a,b);this.f=255;this.l=this.o=this.j=this.A=this.h=0},BS=function(){PR.call(this,"traf")},CS=function(){PR.call(this,"moof")},DS=function(){PR.call(this,_.Pe);this.f=new Uint8Array(0)},ES=function(){Z.call(this,"tenc",0,0);this.f=1;this.h=8;this.l="";this.j=[]},FS=
9
- function(a,b){Z.call(this,"schm",0,0);this.f=a;this.h=b;this.ec=""},GS=function(a){PR.call(this,"frma");this.f=a},HS=function(){Z.call(this,"saio",0,0);this.offset=[0]},IS=function(a,b,c){Z.call(this,"saiz",0,0);this.f=a;this.j=b;this.h=c},JS=function(a,b){Z.call(this,"senc",a,b);this.h=0;this.j=8;this.f=[]},KS=function(a){var b=a.split("/");return b[b.length-1].toLowerCase().match("manifest(\\(.+\\))?")?a:a+"/Manifest"},LS=function(a,b,c,d){c=b.ai[c];b=b.Ao;a=a.replace("Manifest","");b=b.replace("{bitrate}",
10
- String(d.bitrate)).replace("{Bitrate}",String(d.bitrate)).replace("{start time}",String(c.t)).replace("{start_time}",String(c.t));return _.iE([a],[b])[0]},MS=function(a,b){if(a.type!==b.type)return!1;var c=[];a.type===_.r?c=["maxWidth","maxHeight","bitrate",HR,"fourCC"]:a.type===_.Zc&&(c=["bitrate",HR,"channels","bitsPerSample","samplingRate","fourCC"]);return _.N.pa(a,b,c,["id","segmentIndex"])},NS=function(a,b,c){var d=c.Qe.split("00000001");a={id:1,type:c.type,duration:a/b,timescale:b,bb:null,
11
- oc:null,width:NaN,height:NaN,lc:null,ve:NaN,sampleSize:NaN,channelCount:NaN};switch(c.type){case _.r:a.bb=[_.Uj(d[1])];a.oc=[_.Uj(d[2])];a.width=c.maxWidth;a.height=c.maxHeight;break;case _.Zc:a.lc=_.Uj(c.Qe),a.sampleSize=c.Rj||16,a.ve=c.ve,a.channelCount=c.rh}return a},OS=function(a,b){return a.filter(function(c){return c.type===b})},PS=function(a,b){var c=a.exec(b);return null==c||""===c[0]?null:(Number(c[4])||0)/1E3+(Number(c[3])||0)+60*(Number(c[2])||0)+3600*(Number(c[1])||0)},WS=function(a,b,
12
- c){var d=null;if(QS.test(a)){a=QS.exec(a);d=Number(a[1]);var e=Number(a[2]),f=Number(a[3]),g=Number(a[4]);g+=(Number(a[5])||0)/c.f;f+=g/c.frameRate;d=f+60*e+3600*d}else RS.test(a)?d=PS(RS,a):SS.test(a)?d=PS(SS,a):TS.test(a)?(a=TS.exec(a),d=Number(a[1])/c.frameRate):US.test(a)?(a=US.exec(a),d=Number(a[1])/c.a):VS.test(a)&&(d=PS(VS,a));d+=b;b=Math.floor(d/3600);c=Math.floor((d-3600*b)/60);a=Math.floor(d-3600*b-60*c);d-=a;10>b&&(b="0"+b);10>c&&(c="0"+c);10>a&&(a="0"+a);0===d?d="000":d=Math.round(1E3*
13
- d);return b+":"+c+":"+a+"."+d},XS=function(a,b,c,d){this.frameRate=Number(a)||30;this.f=Number(b)||1;this.a=Number(d);0===this.a&&(this.a=a?this.frameRate*this.f:1);c&&(a=/^(\d+) (\d+)$/g.exec(c))&&(this.frameRate*=parseInt(a[1],10)/parseInt(a[2],10))},ZS=function(a){this.a=a;this.f=YS(this)},YS=function(a){for(var b=0,c=0;c<a.a.length;c++)b+=a.a[c].a();return new _.en(b)},$S=function(a,b,c){a:{var d=_.w([_.Qd,_.Od]);for(var e=d.next();!e.done;e=d.next())if((e=c.We(e.value))&&e.keyId){d=e.keyId;break a}_.Jh(GR,
14
- "Could not get default Key ID for DRM init data!");d=null}c=new PR("xxxx");a.type===_.r?c=new gS(a.width,a.height):c=new iS(a.channelCount,a.sampleSize,a.ve);a=new ES;a.f=1;a.h=8;a.l=d||"00000000000000000000000000000000";a=(new PR("schi")).append([a]);b=(new PR(_.eg)).append([new GS(b),new FS(_.qd,65536),a]);c.append([b]);return c},aT=function(a,b){var c=b.$e(),d=new VR(a.timescale,a.duration,a.id),e=(new WR).append([new YR(a.id)]),f=new ZR(a.id,a.duration,a.timescale,a.width,a.height),g=new $R(a.timescale,
15
- a.duration),h=new aS(a.type),l=null,m=new mS;m.entries=[new lS];var n=new oS;switch(a.type){case _.r:var p=new jS(a.bb,a.oc);c?(l=$S(a,"avc1",b),l.append([p]),n.entries=[l]):(l=(new fS(a.width,a.height)).append([p]),n.entries=[l]);l=new bS;break;case _.Zc:p=new kS(a.lc),c?(l=$S(a,"mp4a",b),l.append([p]),n.entries=[l]):(l=(new hS(a.channelCount,a.sampleSize,a.ve)).append([p]),n.entries=[l]),l=new tS}n=(new nS).append([n,new pS,new qS,new sS,new rS]);m=(new uS).append([m]);m=(new vS).append([l,m,n]);
16
- g=(new wS).append([g,h,m]);f=(new UR).append([f,g]);d=(new TR).append([d,f,e]);e=new SR("dash",0,["iso6","mp41","avc1"]);c&&(c=b.We(_.Od),f=b.We(_.Qd),c&&d.append([new QR("pssh",c.initData,8)]),f&&d.append([new QR("pssh",f.initData,8)]),c||f||_.Jh(GR,"Could not get PSSH init data!"));c=new ZS([e,d]);return _.Hj(c.write())},cT=function(a,b){var c,d,e,f,g,h;(new _.sn).N("moof",_.tn).Z("mfhd",function(m){var n=new yS;n.f=_.nn(m.reader);c=n}).N("traf",_.tn).Z("tfhd",function(m){var n=m.reader.Sa();if(null===
17
- m.flags)throw new _.P(_.Q,3,3019,FR);var p=new AS(m.version||0,m.flags||0);p.f=_.nn(m.reader);0<n-m.reader.getPosition()&&m.flags&1&&(p.h=_.pn(m.reader));0<n-m.reader.getPosition()&&m.flags&2&&(p.A=_.nn(m.reader));0<n-m.reader.getPosition()&&m.flags&8&&(p.j=_.nn(m.reader));0<n-m.reader.getPosition()&&m.flags&16&&(p.o=_.nn(m.reader));0<n-m.reader.getPosition()&&m.flags&32&&(p.l=_.nn(m.reader));d=p}).Z("trun",function(m){var n=m.reader.Sa();if(null===m.flags)throw new _.P(_.Q,3,3019,FR);var p=new zS(m.version||
18
- 0,m.flags||0);p.f=_.nn(m.reader);0<n-m.reader.getPosition()&&m.flags&1&&(p.j=_.on(m.reader));0<n-m.reader.getPosition()&&m.flags&4&&(p.l=_.nn(m.reader));if(0<n-m.reader.getPosition())for(n=0;n<p.f;n++)m.flags&256&&p.o.push(_.nn(m.reader)),m.flags&512&&p.sampleSize.push(_.nn(m.reader)),m.flags&1024&&p.A.push(_.nn(m.reader)),m.flags&2048&&(0===m.version?p.h.push(_.nn(m.reader)):p.h.push(_.on(m.reader)));e=p}).Z("sdtp",function(m){var n=_.rn(m.reader,m.reader.Sa());f=new RR("sdtp",m.version||0,m.flags||
19
- 0,n,0)}).N("uuid",function(m){var n=_.rn(m.reader,16);if(_.Wj(n,bT)){n=_.nn(m.reader);m.version=n>>>24;m.flags=n&16777215;n=new JS(m.version,m.flags);n.h=_.nn(m.reader);m.flags&1&&(n.j=_.ln(m.reader));for(var p=0;p<n.h;p++){var q={si:_.rn(m.reader,8),wd:0,Sg:[]};if(m.flags&2){q.wd=_.mn(m.reader);for(var u=0;u<q.wd;u++){var v={oh:0,ph:0};v.oh=_.mn(m.reader);v.ph=_.nn(m.reader);q.Sg.push(v)}}n.f.push(q)}g=n}}).N(_.Pe,function(m){var n=new DS;0<m.reader.Sa()?n.f=_.rn(m.reader,m.reader.Sa()):(_.Jh(GR,
20
- "mdat box is empty!"),n.f=new Uint8Array(0));h=n}).parse(a,!1);if(!h)return null;var l=(new BS).append([d,e]);f&&l.append([f]);b.$e()&&g&&l.append([g]);l=(new CS).append([c,l]);return new ZS([l,h])},dT=function(a,b,c,d){var e=d.$e(),f=parseInt(c*b,10);b=a.data||new ArrayBuffer(0);var g=cT(b,d);if(null===g)return a.request.contentType===_.R?a.data:g;d=g.get(_.Pe);if(a.request.contentType===_.R){e=d.f.buffer;if(c){e=_.T.Zd(e);if((e=(new DOMParser).parseFromString(e,_.sg))&&"tt"===e.documentElement.tagName.toLowerCase())var h=
21
- e.documentElement;if(h&&(d=new XS(h.getAttribute("ttp:frameRate"),h.getAttribute("ttp:subFrameRate"),h.getAttribute("ttp:frameRateMultiplier"),h.getAttribute("ttp:tickRate")),h=h.getElementsByTagName("body")[0]))for(h=h.getElementsByTagName("p"),a=0,b=h.length;a<b;a++){f=h[a];g=c;for(var l=["begin",_.qe],m=0,n=l.length;m<n;m++){b:{var p=f;var q=l[m],u=new RegExp("\\w+:"+q),v=0;if(p.hasAttribute(q))p=p.getAttribute(q);else{q=p.attributes;for(var z=q.length;v<z;v++){var A=q[v].name;if(A=A.match(u)){p=
22
- p.getAttribute(A[0]);break b}}p=null}}f.setAttribute(l[m],WS(p||"",g,d))}}e=(new XMLSerializer).serializeToString(e);c=_.T.cb(e).buffer}else c=e;return c}h=new CS;a=g.get("mfhd");b=new BS;l=g.get("tfhd");m=new xS(1,f);f=g.get("trun");n=g.get("sdtp");c=g.get("senc");l.f=1;l.flags&=16777214;l.flags|=131072;b.append([l,m,f]);n&&b.append([n]);if(e){g=0;l=[];if(c.flags&2)for(l=[],m=0;m<c.h;m++)l.push(10+6*c.f[m].wd);else g=8;b.append([c,new HS,new IS(g,l,c.h)])}h.append([a,b]);f.flags|=1;f.j=h.a()+8;d=
23
- new ZS([h,d]);h=d.write();e&&(e=d.get("saio"),d=d.f,e.offset[0]=c.start+16,d.seek(e.start),e.write(d),h=d.buffer);return h},eT=function(a,b,c){return{keySystem:a,licenseServerUri:"",distinctiveIdentifierRequired:!1,persistentStateRequired:!1,audioRobustness:"",videoRobustness:"",serverCertificate:null,initData:[b],keyIds:c,periodId:null}},fT=function(a,b,c){a=_.$o(a);c&&a.version!==c&&(a=_.ZD(a,c));return{initData:_.XD(a),initDataType:_.qd,keyId:b,periodId:null}},hT=function(){this.A=this.j=this.f=
24
- this.D=null;this.h=1;this.P=0;this.o="";this.C=this.a=null;this.g=new _.K("clpp.smooth.SmoothParser");this.K=!1;this.l=this.B=null;this.M=gT;this.I=0;this.G=this.J=Infinity;this.w=[];this.L=this.Wn.bind(this);this.H=new Map},iT=function(a,b){var c,d,e;return _.I(function(f){if(1==f.a)return c=_.gk(b),c.timeout=a.f.attemptParameters.timeout,c.maxAttempts=Math.max(a.f.attemptParameters.maxAttempts,b.length),c.baseDelay=a.f.attemptParameters.baseDelay,c.backoffFactor=a.f.attemptParameters.backoffFactor,
25
- c.fuzzFactor=a.f.attemptParameters.fuzzFactor,c.type=1,d=a.D.networkingEngine.fetch(c),_.y(f,d.T,2);e=f.f;a.o=e.uri;return f["return"](e)})},pT=function(a,b){var c=_.Vo,d=null;try{var e=_.T.Zd(b);d=c.se(e,_.Xb)}catch(uY){}if(!d)throw a.g.error("Unable to parse manifest"),new _.P(_.Q,4,4033,a.o);var f=+jT(a,d,"MajorVersion"),g=+jT(a,d,"MinorVersion"),h=+d.getAttribute("TimeScale")||1E7,l=+jT(a,d,"Duration"),m="TRUE"===d.getAttribute("IsLive"),n=+d.getAttribute("LookAheadCount"),p=+d.getAttribute("DVRWindowLength")||
26
- Infinity,q=c.X(d,"Protection")[0];if(!1===/^[2].[0-2]$/.test(""+f+"."+g))throw a.g.error("Smooth Streaming version must be 2.0, 2.1 or 2.2"),new _.P(_.Q,4,4036,a.o);m?(kT(a,lT),a.B=typeof a.f.liveRefreshPeriod===_.k?1E3*a.f.liveRefreshPeriod:Math.min(1E3*a.I,1E4),l=Infinity):kT(a,gT);a.a={startTime:0,delay:0,duration:l/h,ag:p/h,oe:0};if(q){var u=a.f.playreadyVersion,v=_.Vo,z=[],A=v.X(q,"ProtectionHeader")[0],H=_.Tj(v.ra(A)||""),G=_.$o(H).a;z.push(eT(_.Qd,{initData:_.XD(_.So(G)),initDataType:_.qd,
27
- keyId:G,periodId:null},[G]));z.push(eT(_.Od,fT(H,G,u),[G]));a.w=z}var D=[],F=_.Vo.X(d,"StreamIndex");if(!F.length)throw a.g.error("No streams found!"),new _.P(_.Q,4,4034,a.o);for(var M=0;M<F.length;M++){for(var O,S=a,V=F[M],ra=jT(S,V,"Type"),Da=+V.getAttribute("Chunks"),Ea=V.getAttribute("Subtype")||"",Fa=V.getAttribute("Language")||_.xg,Sa=_.yj(Fa),sb=V.getAttribute("Name")||"",Id=+V.getAttribute(_.ub),Fg=+V.getAttribute(_.tb),rc=jT(S,V,"Url"),wu=+V.getAttribute("TimeScale")||null,KJ=[],LJ=_.Vo.X(V,
28
- _.Nb),jv=0;jv<LJ.length;jv++){var Df=void 0,tc=void 0,kv=void 0,Ef=S,Ld=LJ[jv],lv=ra,$W=+Ld.getAttribute("Index"),aX=+jT(Ef,Ld,"Bitrate"),MJ=NaN,NJ=NaN,ro=NaN,mv=NaN,OJ=NaN,PJ=NaN,QJ=NaN,RJ=Ld.getAttribute("FourCC")||"";switch(lv){case _.r:MJ=+jT(Ef,Ld,_.tb);NJ=+jT(Ef,Ld,_.ub);break;case _.Zc:mv=+Ld.getAttribute("Channels")||2,ro=+jT(Ef,Ld,"SamplingRate"),PJ=+jT(Ef,Ld,"AudioTag"),OJ=+jT(Ef,Ld,"BitsPerSample"),QJ=+jT(Ef,Ld,"PacketSize")}var nv=String(Ld.getAttribute("CodecPrivateData"));if(lv===_.Zc&&
29
- !nv){var SJ=mv,TJ={96E3:0,88200:1,64E3:2,48E3:3,44100:4,32E3:5,24E3:6,22050:7,16E3:8,12E3:9,11025:10,8E3:11,7350:12},so=TJ[ro];if("AACH"===RJ){tc=new Uint8Array(4);var UJ=TJ[2*ro];tc[0]=40|so>>1;tc[1]=so<<7|SJ<<3|UJ>>1;tc[2]=UJ<<7|8;tc[3]=0;Df=new Uint16Array(2);Df[0]=(tc[0]<<8)+tc[1];Df[1]=(tc[2]<<8)+tc[3];kv=Df[0].toString(16)+Df[1].toString(16)}else tc=new Uint8Array(2),tc[0]=16|so>>1,tc[1]=so<<7|SJ<<3,Df=new Uint16Array(1),Df[0]=(tc[0]<<8)+tc[1],kv=Df[0].toString(16);nv=kv.toUpperCase()}var bX=
30
- {id:Ef.P++,type:lv,index:$W,bitrate:aX,Qe:nv,maxHeight:MJ,maxWidth:NJ,ve:ro,rh:mv,Po:PJ,Rj:OJ,gp:QJ,Jl:RJ,segmentIndex:null};KJ.push(bX)}O=KJ;for(var Le=[],VJ=_.Vo.X(V,"c"),rk=0;rk<VJ.length;rk++){var ov=VJ[rk],me=parseInt(ov.getAttribute("t"),10),ci=parseInt(ov.getAttribute("d"),10),pv=parseInt(ov.getAttribute("r"),10),sk=0;if(isNaN(me)&&isNaN(ci))throw S.g.error("Either one or both FragmentDuration and FragmentTime field MUST be present in StreamFragmentElement"),new _.P(_.Q,4,4037,S.o);0===rk&&
31
- isNaN(me)&&(sk=me=0);if(0<rk){var Ig=Le[Le.length-1];sk=Ig.n+1;Ig.d||(Ig.d=me-Ig.t);me||(me=Ig.t+Ig.d);ci||(ci=me-Ig.t)}Le.push({n:sk,d:ci,t:me});if(pv){pv--;for(var WJ=0;WJ<pv;WJ++){var to=Le[Le.length-1];sk=to.n+1;me=to.t+to.d;ci=to.d;Le.push({n:sk,d:ci,t:me})}}}S.Od()||Le.length===Da||S.g.warn("Number of fragments ("+Da+") differs from number of chunks ("+Le.length+").");D.push({type:ra,Uo:Da,ko:Ea,language:Sa,ne:Fa,name:sb,maxWidth:Id,maxHeight:Fg,Ao:rc,tracks:O,ai:Le,timescale:wu})}var Ff={ep:f,
32
- Ji:g,timescale:h,duration:l,isLive:m,cp:n,ag:p,jg:!1,streams:D};if(a.j&&a.A)return mT(a,Ff),Promise.resolve();a.H.clear();var qv=Ff.timescale,uo=Ff.duration,dX=OS(Ff.streams,_.Zc),eX=OS(Ff.streams,_.r),fX=OS(Ff.streams,_.R),XJ=[],vo=nT(a,uo,qv,dX),wo=nT(a,uo,qv,eX),gX=nT(a,uo,qv,fX);vo.length||(vo=[null]);wo.length||(wo=[null]);for(var sv=0;sv<wo.length;sv++)for(var uv=0;uv<vo.length;uv++)XJ.push(oT(a,wo[sv],vo[uv]));var YJ={id:"ID",configurationId:void 0,startTime:0,endTime:uo,variants:XJ,textStreams:gX,
33
- thumbStreams:[]};var iX=Ff.streams,vv=a.a.startTime,ZJ=a.a.delay,wv=a.J,$J=Math.min(a.a.duration||Infinity,wv),xv=a.Od(),jX=a.a.ag,kX=a.a.oe,aK=a.I,bK=isFinite(a.G)?a.G:0;if(xv)$J=Infinity,vv=Date.now()/1E3-kX,a.a.startTime=vv,ZJ=3*aK;else for(var lX=isFinite(wv)?wv:a.a.duration,cK=_.w(iX),yv=cK.next();!yv.done;yv=cK.next())for(var dK=_.w(yv.value.tracks),zv=dK.next();!zv.done;zv=dK.next()){var eK=zv.value;eK.segmentIndex.offset(-bK);_.LE(eK.segmentIndex,lX)}var fK=a.f.timeline||{};fK.type=void 0;
34
- a.C=new _.TE(fK,vv,ZJ,!xv,!0);a.C.f=$J;_.aF(a.C,aK);a.C.A=jX;xv||a.C.offset(-bK);a.D.filterAllPeriods([YJ]);a.j={presentationTimeline:a.C,periods:[YJ],minBufferTime:0,cues:[]};Promise.resolve();a.K||(a.D.networkingEngine.Yc(a.L),a.K=!0);a.A=Ff;return Promise.resolve()},mT=function(a,b){for(var c=0;c<a.A.streams.length;c++)for(var d=b.streams[c],e={},f=_.w(a.A.streams[c].tracks),g=f.next();!g.done;e={ic:e.ic},g=f.next())if(e.ic=g.value,g=d.tracks.find(function(l){return function(m){return m.type===
35
- l.ic.type&&m.bitrate===l.ic.bitrate}}(e))){MS(e.ic,g)||a.g.warn("The current stream is updated with a stream that seems to have different base properties!");var h=qT(a,a.A.timescale,d,g);g=e.ic.segmentIndex;g.ta(h);(h=a.a.ag)&&_.qF(g,_.pF(g)-h).forEach(function(l){l.$a().forEach(function(m){a.H["delete"](m)})})}else a.g.warn("Cannot find satisfying update for "+e.ic.type+" track with bitrate "+(e.ic.bitrate+". Skipping update."))},nT=function(a,b,c,d){for(var e=[],f={Tc:0};f.Tc<d.length;f={Tc:f.Tc},
36
- f.Tc++){var g=d[f.Tc].tracks.map(function(h){return function(l){var m=d[h.Tc],n=qT(a,c,m,l);n=new _.oF(n);var p=null;m.type!==_.R&&(p=rT(a,b,c,m,l));l.segmentIndex=n;var q=_.xL++,u=Promise.resolve.bind(Promise),v=n.dd.bind(n),z=n.get.bind(n),A=n.Fd.bind(n),H=n.getDuration.bind(n),G=sT[m.type],D="";switch(m.type){case _.r:D=l.Qe;var F=/00000001[0-9]7/.exec(D);D="avc1."+(F&&F[0]?D.substr(D.indexOf(F[0])+10,6):"42c00c");a.g.debug("VIDEO CODECS: ",D);break;case _.Zc:D=l.Qe,F=2,"AACH"===l.Jl?F=5:D&&(F=
37
- (parseInt(D.substr(0,2),16)&248)>>3),D="mp4a.40."+F,a.g.debug("AUDIO CODECS: ",D)}F=m.type===_.R?tT[m.ko]:void 0;return{id:q,originalId:null,jp:null,createSegmentIndex:u,findSegmentPosition:v,getSegmentReference:z,adjustSegmentDurations:A,getDuration:H,segmentIndex:n,segmentLookupStrategy:_.FD,initSegmentReference:p,mimeType:G,codecs:D,frameRate:void 0,bandwidth:l.bitrate,width:l.maxWidth||void 0,height:l.maxHeight||void 0,kind:F,encrypted:a.lg(),keyId:null,language:m.language,originalLanguage:m.ne,
38
- label:m.name,type:m.type,primary:!1,trickModeVideo:null,emsgSchemeIdUris:null,roles:[],channelsCount:l.rh||null,spatialAudio:!1,closedCaptions:null}}}(f));e=e.concat(g)}return e},qT=function(a,b,c,d){var e=0,f=[],g=c.timescale||b;c.ai.forEach(function(h,l){var m=h.d/g;if(0===l){var n=h.t/g;a.G=Math.min(a.G,n)}else n=f[l-1].endTime;var p=n+m,q=LS(a.o,c,l,d);a.I=Math.max(a.I,m);f.push(new _.wj(l,n,p,function(){return[q]},0,null,0,null,!0,g));a.H.set(q,n);e+=m});if(c.type===_.r||c.type===_.Zc)b=f[f.length-
39
- 1],a.J=Math.min(a.J,e),0===a.a.oe?a.a.oe=b.endTime:a.a.oe=Math.min(a.a.oe,b.endTime);return f},rT=function(a,b,c,d,e){b=NS(b,d.timescale||c,e);c={isLive:a.Od.bind(a),$e:a.lg.bind(a),Ql:function(){return 1},We:a.di.bind(a)};d=new Uint8Array(0);try{d=aT(b,c)}catch(g){throw a.g.error("Failed to generate initialization segment."),new _.P(_.Q,3,4035,g);}var f="data:text/plain;base64,"+_.Sj(d);return new _.kE(function(){return[f]},0,null,null,!0)},oT=function(a,b,c){var d=(c?c.bandwidth:0)+(b?b.bandwidth:
40
- 0),e=c?c.language:_.xg;return c||b?{id:a.h++,language:e,primary:!1,audio:c,video:b,bandwidth:d,drmInfos:a.w,allowedByApplication:!0,allowedByKeySystem:!0}:null},jT=function(a,b,c){if(b=b.getAttribute(c))return b;a.g.error("required attribute not provided: "+c);throw new _.P(_.Q,4,4038,a.o,c);},uT=function(a,b){null!=a.B&&null!=b&&(a.l=window.setTimeout(a.cc.bind(a),b))},kT=function(a,b){var c=b===gT;a.j&&a.j.presentationTimeline&&_.WE(a.j.presentationTimeline,c);c&&null!=a.l&&(window.clearTimeout(a.l),
41
- a.l=null,a.B=null);a.M=b},vT=function(){};PR.prototype.append=function(a){a=void 0===a?[]:a;for(var b=0;b<a.length;b++)this.children.push(a[b]),a[b].parent=this;return this};PR.prototype.get=function(a){if(this.type===a)return this;for(var b=0;b<this.children.length;b++){if(this.children[b].type===a)return this.children[b];var c=this.children[b].get(a);if(c)return c}return null};
42
- PR.prototype.a=function(){var a=Math.pow(2,32)-1;var b=4+this.type.length;"uuid"===this.type&&(b+=16);if(0<this.children.length)for(var c=0;c<this.children.length;c++)b+=this.children[c].a();this.size>a&&(b+=8);return b};
43
- PR.prototype.write=function(a){var b=Math.pow(2,32)-1;this.start=a.getPosition();this.size=this.a();this.size>b?_.W(a,1):_.W(a,this.size);_.gn(a,OR(this.type));this.size>b&&IR(a,this.size);"uuid"===this.type&&_.gn(a,null);if(0<this.children.length&&!this.w)for(b=0;b<this.children.length;b++)this.children[b].write(a),this.children[b].a(),a.getPosition()};_.x(Z,PR);Z.prototype.a=function(){return 4+PR.prototype.a.call(this)};
44
- Z.prototype.write=function(a){PR.prototype.write.call(this,a);JR(a,this.version);KR(a,this.flags)};_.x(QR,PR);QR.prototype.a=function(){return this.f.byteLength+PR.prototype.a.call(this)-this.offset};QR.prototype.write=function(a){PR.prototype.write.call(this,a);_.gn(a,this.f,this.offset);a.getPosition()};_.x(RR,Z);RR.prototype.a=function(){return this.f.byteLength+Z.prototype.a.call(this)-this.offset};RR.prototype.write=function(a){Z.prototype.write.call(this,a);_.gn(a,this.f,this.offset);a.getPosition()};
45
- _.x(SR,PR);SR.prototype.a=function(){var a=this.h.length;a=a+4+this.f.join("").length;return a+PR.prototype.a.call(this)};SR.prototype.write=function(a){PR.prototype.write.call(this,a);_.gn(a,OR(this.h));_.W(a,this.Ji);_.gn(a,OR(this.f.join("")));a.getPosition()};_.x(TR,PR);_.x(UR,PR);_.x(VR,Z);VR.prototype.a=function(){var a=0;a=1===this.version?a+28:a+16;a=a+44+this.f.length;return a+=Z.prototype.a.call(this)};
46
- VR.prototype.write=function(a){Z.prototype.write.call(this,a);1===this.version?(IR(a,0),IR(a,0),_.W(a,this.timescale),IR(a,this.duration*this.timescale)):(_.W(a,0),_.W(a,0),_.W(a,this.timescale),_.W(a,this.duration*this.timescale));_.W(a,65536);LR(a,this.volume);LR(a,0);_.W(a,0);_.W(a,0);for(var b=0;b<this.f.length;b++)JR(a,this.f[b]);_.W(a,0);_.W(a,0);_.W(a,0);_.W(a,0);_.W(a,0);_.W(a,0);_.W(a,this.h);a.getPosition()};_.x(WR,PR);_.x(YR,Z);YR.prototype.a=function(){return 20+Z.prototype.a.call(this)};
47
- YR.prototype.write=function(a){Z.prototype.write.call(this,a);_.W(a,this.f);_.W(a,1);_.W(a,0);_.W(a,0);_.W(a,0);a.getPosition()};_.x(ZR,Z);ZR.prototype.a=function(){var a=0;a=1===this.version?a+32:a+20;a=a+24+this.f.length;return a+Z.prototype.a.call(this)};
48
- ZR.prototype.write=function(a){Z.prototype.write.call(this,a);1===this.version?(IR(a,0),IR(a,0),_.W(a,this.h),_.W(a,0),IR(a,this.duration*this.timescale)):(_.W(a,0),_.W(a,0),_.W(a,this.h),_.W(a,0),_.W(a,this.duration*this.timescale));_.W(a,0);_.W(a,0);LR(a,0);LR(a,0);LR(a,this.volume);LR(a,0);for(var b=0;b<this.f.length;b++)JR(a,this.f[b]);LR(a,this.width);LR(a,0);LR(a,this.height);LR(a,0);a.getPosition()};_.x($R,Z);$R.prototype.a=function(){var a=0;a=1===this.version?a+28:a+16;return a+4+Z.prototype.a.call(this)};
49
- $R.prototype.write=function(a){Z.prototype.write.call(this,a);1===this.version?(IR(a,0),IR(a,0),_.W(a,this.timescale),IR(a,this.duration*this.timescale)):(_.W(a,0),_.W(a,0),_.W(a,this.timescale),_.W(a,this.duration*this.timescale));LR(a,this.language);LR(a,0);a.getPosition()};_.x(aS,Z);aS.prototype.a=function(){return 33+Z.prototype.a.call(this)};
50
- aS.prototype.write=function(a){Z.prototype.write.call(this,a);_.W(a,0);this.f===_.r?_.gn(a,OR("vide")):_.gn(a,OR("soun"));_.W(a,0);_.W(a,0);_.W(a,0);this.f===_.r?_.gn(a,OR("VideoHandler\x00")):_.gn(a,OR("SoundHandler\x00"));a.getPosition()};_.x(bS,Z);bS.prototype.a=function(){return 2+this.f.byteLength+Z.prototype.a.call(this)};bS.prototype.write=function(a){Z.prototype.write.call(this,a);LR(a,0);_.gn(a,this.f);a.getPosition()};_.x(cS,PR);cS.prototype.a=function(){return 8+PR.prototype.a.call(this)};
51
- cS.prototype.write=function(a){PR.prototype.write.call(this,a);_.W(a,0);LR(a,0);LR(a,1)};_.x(dS,cS);dS.prototype.a=function(){return 70+cS.prototype.a.call(this)};dS.prototype.write=function(a){cS.prototype.write.call(this,a);LR(a,0);LR(a,0);_.W(a,0);_.W(a,0);_.W(a,0);LR(a,this.width);LR(a,this.height);_.W(a,4718592);_.W(a,4718592);_.W(a,0);LR(a,1);JR(a,10);_.gn(a,OR("AVC Coding",31));LR(a,this.depth);NR(a,-1)};_.x(eS,cS);eS.prototype.a=function(){return 20+cS.prototype.a.call(this)};
52
- eS.prototype.write=function(a){cS.prototype.write.call(this,a);_.W(a,0);_.W(a,0);LR(a,this.channelCount);LR(a,this.sampleSize);NR(a,0);LR(a,0);LR(a,this.sampleRate);LR(a,0)};_.x(fS,dS);fS.prototype.write=function(a){dS.prototype.write.call(this,a);for(var b=0;b<this.children.length;b++)this.children[b].write(a);a.getPosition()};_.x(gS,fS);_.x(hS,eS);hS.prototype.write=function(a){eS.prototype.write.call(this,a);for(var b=0;b<this.children.length;b++)this.children[b].write(a);a.getPosition()};
53
- _.x(iS,hS);_.x(jS,PR);jS.prototype.a=function(){for(var a=7,b=0;b<this.bb.length;b++)a+=2,a+=this.bb[b].byteLength;for(b=0;b<this.bb.length;b++)a+=2,a+=this.oc[b].byteLength;return a+PR.prototype.a.call(this)};
54
- jS.prototype.write=function(a){PR.prototype.write.call(this,a);JR(a,this.version);JR(a,this.f);JR(a,this.h);JR(a,this.level);JR(a,255);JR(a,224|this.bb.length);for(var b=0;b<this.bb.length;b++)LR(a,this.bb[b].length),_.gn(a,this.bb[b]);JR(a,this.oc.length);for(b=0;b<this.oc.length;b++)LR(a,this.oc[b].length),_.gn(a,this.oc[b]);a.getPosition()};_.x(kS,Z);kS.prototype.a=function(){return 22+(this.lc.byteLength+3)+Z.prototype.a.call(this)};
55
- kS.prototype.write=function(a){Z.prototype.write.call(this,a);JR(a,3);JR(a,23+this.lc.byteLength);LR(a,1);JR(a,0);JR(a,4);JR(a,15+this.lc.byteLength);JR(a,64);JR(a,21);KR(a,0);_.W(a,0);_.W(a,0);JR(a,5);JR(a,this.lc.byteLength);_.gn(a,this.lc);_.gn(a,new Uint8Array([6,1,2]));a.getPosition()};_.x(lS,Z);lS.prototype.a=function(){return this.location.length+Z.prototype.a.call(this)};lS.prototype.write=function(a){Z.prototype.write.call(this,a);0<this.location.length&&_.gn(a,OR(this.location));a.getPosition()};
56
- _.x(mS,Z);mS.prototype.a=function(){for(var a=4,b=0;b<this.entries.length;b++)a+=this.entries[b].a();return a+Z.prototype.a.call(this)};mS.prototype.write=function(a){Z.prototype.write.call(this,a);_.W(a,this.entries.length);for(var b=0;b<this.entries.length;b++)this.entries[b].write(a);a.getPosition()};_.x(nS,PR);_.x(oS,Z);oS.prototype.a=function(){for(var a=4,b=0;b<this.entries.length;b++)a+=this.entries[b].a();return a+Z.prototype.a.call(this)};
57
- oS.prototype.write=function(a){Z.prototype.write.call(this,a);_.W(a,this.entries.length);for(var b=0;b<this.entries.length;b++)this.entries[b].write(a);a.getPosition()};_.x(pS,Z);pS.prototype.a=function(){for(var a=4,b=0;b<this.entries.length;b++)a+=this.entries[b].a();return a+Z.prototype.a.call(this)};pS.prototype.write=function(a){Z.prototype.write.call(this,a);_.W(a,this.entries.length);for(var b=0;b<this.entries.length;b++)this.entries[b].write(a);a.getPosition()};_.x(qS,Z);
58
- qS.prototype.a=function(){for(var a=4,b=0;b<this.entries.length;b++)a+=this.entries[b].a();return a+Z.prototype.a.call(this)};qS.prototype.write=function(a){Z.prototype.write.call(this,a);_.W(a,this.entries.length);for(var b=0;b<this.entries.length;b++)this.entries[b].write(a);a.getPosition()};_.x(rS,Z);rS.prototype.a=function(){for(var a=4,b=0;b<this.entries.length;b++)a+=this.entries[b].a();return a+Z.prototype.a.call(this)};
59
- rS.prototype.write=function(a){Z.prototype.write.call(this,a);_.W(a,this.entries.length);for(var b=0;b<this.entries.length;b++)this.entries[b].write(a);a.getPosition()};_.x(sS,Z);sS.prototype.a=function(){return 8+Z.prototype.a.call(this)};sS.prototype.write=function(a){Z.prototype.write.call(this,a);_.W(a,0);_.W(a,0);a.getPosition()};_.x(tS,Z);tS.prototype.a=function(){return 4+Z.prototype.a.call(this)};tS.prototype.write=function(a){Z.prototype.write.call(this,a);NR(a,0);LR(a,0);a.getPosition()};
60
- _.x(uS,PR);_.x(vS,PR);_.x(wS,PR);_.x(xS,Z);xS.prototype.a=function(){var a=0;a=1===this.version?a+8:a+4;return a+Z.prototype.a.call(this)};xS.prototype.write=function(a){Z.prototype.write.call(this,a);1===this.version?IR(a,this.baseMediaDecodeTime):_.W(a,this.baseMediaDecodeTime);a.getPosition()};_.x(yS,Z);yS.prototype.a=function(){return 4+Z.prototype.a.call(this)};yS.prototype.write=function(a){Z.prototype.write.call(this,a);_.W(a,this.f);a.getPosition()};_.x(zS,Z);
61
- zS.prototype.a=function(){var a=4;this.flags&wT&&(a+=4);this.flags&xT&&(a+=4);for(var b=0;b<this.f;b++)this.flags&yT&&(a+=4),this.flags&zT&&(a+=4),this.flags&AT&&(a+=4),this.flags&BT&&(a+=4);return a+Z.prototype.a.call(this)};
62
- zS.prototype.write=function(a){Z.prototype.write.call(this,a);_.W(a,this.f);this.flags&wT&&(a.getPosition(),MR(a,this.j));this.flags&xT&&_.W(a,this.l);for(var b=0;b<this.f;b++)this.flags&yT&&_.W(a,this.o[b]),this.flags&zT&&_.W(a,this.sampleSize[b]),this.flags&AT&&_.W(a,this.A[b]),this.flags&BT&&(0===this.version?_.W(a,this.h[b]):MR(a,this.h[b]));a.getPosition()};var wT=1,xT=4,yT=256,zT=512,AT=1024,BT=2048;_.x(AS,Z);
63
- AS.prototype.a=function(){var a=4;this.flags&CT&&(a+=8);this.flags&DT&&(a+=4);this.flags&ET&&(a+=4);this.flags&FT&&(a+=4);this.flags&GT&&(a+=4);return a+Z.prototype.a.call(this)};AS.prototype.write=function(a){Z.prototype.write.call(this,a);_.W(a,this.f);this.flags&CT&&IR(a,this.h);this.flags&DT&&_.W(a,this.A);this.flags&ET&&_.W(a,this.j);this.flags&FT&&_.W(a,this.o);this.flags&GT&&_.W(a,this.l);a.getPosition()};var CT=1,DT=2,ET=8,FT=16,GT=32;_.x(BS,PR);_.x(CS,PR);_.x(DS,PR);
64
- DS.prototype.a=function(){return this.f.byteLength+PR.prototype.a.call(this)};DS.prototype.write=function(a){PR.prototype.write.call(this,a);0<this.f.byteLength&&_.gn(a,this.f)};_.x(ES,Z);ES.prototype.a=function(){var a=20;1===this.f&&0===this.h&&(a=a+1+this.j.length);return a+Z.prototype.a.call(this)};
65
- ES.prototype.write=function(a){Z.prototype.write.call(this,a);JR(a,0);0===this.version?JR(a,0):JR(a,0);JR(a,this.f);JR(a,this.h);_.gn(a,_.Uj(this.l));if(1===this.f&&0===this.h){JR(a,0);for(var b=0;b<this.j.length;b++)JR(a,this.j[b])}a.getPosition()};_.x(FS,Z);FS.prototype.a=function(){var a=8;this.flags&1&&(a+=OR(this.ec).byteLength);return a+Z.prototype.a.call(this)};FS.prototype.write=function(a){Z.prototype.write.call(this,a);_.gn(a,OR(this.f));_.W(a,this.h);this.flags&1&&_.gn(a,OR(this.ec));a.getPosition()};
66
- _.x(GS,PR);GS.prototype.a=function(){return OR(this.f).byteLength+PR.prototype.a.call(this)};GS.prototype.write=function(a){PR.prototype.write.call(this,a);_.gn(a,OR(this.f));a.getPosition()};_.x(HS,Z);HS.prototype.a=function(){var a=0;this.flags&1&&(a+=8);a+=4;for(var b=0;1>b;b++)a=0===this.version?a+4:a+8;return a+Z.prototype.a.call(this)};
67
- HS.prototype.write=function(a){Z.prototype.write.call(this,a);this.flags&1&&(_.W(a,0),_.W(a,0));_.W(a,1);for(var b=0;1>b;b++)0===this.version?_.W(a,this.offset[b]):IR(a,this.offset[b]);a.getPosition()};_.x(IS,Z);IS.prototype.a=function(){var a=0;this.flags&1&&(a+=8);a+=5;0===this.f&&(a+=this.j.length);return a+Z.prototype.a.call(this)};
68
- IS.prototype.write=function(a){Z.prototype.write.call(this,a);this.flags&1&&(_.W(a,0),_.W(a,0));JR(a,this.f);_.W(a,this.h);if(0===this.f)for(var b=0;b<this.h;b++)JR(a,this.j[b]);a.getPosition()};_.x(JS,Z);JS.prototype.a=function(){var a=4;this.flags&1&&(a+=1);for(var b=0;b<this.h;b++)if(a+=this.f[b].si.byteLength,this.flags&2){a+=2;for(var c=0;c<this.f[b].wd;c++)a+=2,a+=4}return a+Z.prototype.a.call(this)};
69
- JS.prototype.write=function(a){Z.prototype.write.call(this,a);_.W(a,this.h);this.flags&1&&JR(a,this.j);for(var b=0;b<this.h;b++)if(_.gn(a,this.f[b].si),this.flags&2){LR(a,this.f[b].wd);for(var c=0;c<this.f[b].wd;c++)LR(a,this.f[b].Sg[c].oh),_.W(a,this.f[b].Sg[c].ph)}a.getPosition()};var QS=/^(\d{2,}):(\d{2}):(\d{2}):(\d{2})\.?(\d+)?$/,RS=/^(?:(\d{2,}):)?(\d{2}):(\d{2})$/,SS=/^(?:(\d{2,}):)?(\d{2}):(\d{2}\.\d{2,})$/,TS=/^(\d*\.?\d*)f$/,US=/^(\d*\.?\d*)t$/,VS=/^(?:(\d*\.?\d*)h)?(?:(\d*\.?\d*)m)?(?:(\d*\.?\d*)s)?(?:(\d*\.?\d*)ms)?$/;ZS.prototype.get=function(a){for(var b=0;b<this.a.length;b++){var c=this.a[b].get(a);if(c)return c}return null};ZS.prototype.write=function(){this.f=YS(this);for(var a=0;a<this.a.length;a++)this.a[a].write(this.f);return this.f.buffer};var bT=new Uint8Array([162,57,79,82,90,155,79,20,162,68,108,66,124,100,141,244]);_.t=hT.prototype;_.t.configure=function(a){this.f=a};_.t.start=function(a,b){var c=this;this.D=b;var d=_.gh(new Set([a,KS(a)])).concat();return iT(this,d).then(function(e){return pT(c,e.data).then(function(){uT(c,c.B);return c.j})})};_.t.requestStop=function(){};_.t.stop=function(){this.D&&this.D.networkingEngine.ue(this.L);this.B=this.A=this.j=this.f=this.D=null;this.l&&(clearTimeout(this.l),this.l=null);this.K=!1;this.J=this.G=Infinity;return Promise.resolve()};
70
- _.t.update=function(){var a=this;if(this.Od())return iT(this,[this.o]).then(function(b){return pT(a,b.data).then(function(){return a.j})})["catch"](function(b){if(a.D)a.D.onError(b)})};_.t.setCurrentVariant=function(){};_.t.cc=function(){var a=this;this.g.debug(_.vD);this.D&&(this.l=null,this.update().then(function(){uT(a,a.B)})["catch"](function(b){a.D&&(a.D.onError(b),1===b.severity&&uT(a,100))}))};_.t.Od=function(){return this.M===lT};_.t.lg=function(){return 0<this.w.length};
71
- _.t.di=function(a){var b=null;if(this.w.length)for(var c=0;c<this.w.length;c++)if(this.w[c].keySystem===a){b=this.w[c].initData[0];break}return b};
72
- _.t.Wn=function(a){if(2!==a.request.type||a.uri.startsWith("data:"))return Promise.resolve(a);var b=a.request.timescale||this.A.timescale,c={isLive:this.Od.bind(this),$e:this.lg.bind(this),Ql:function(){return 1},We:this.di.bind(this)},d=!1,e=new _.P(_.Q,3,4035,null),f=null;try{var g=this.H.get(a.request.uris[a.request.uriIndex])||a.request.startTime||0;g!==a.request.startTime&&this.g.debug("Using base media decode time "+g+" instead of segment reference time "+a.request.startTime);f=dT(a,b,g,c)}catch(h){d=
73
- !0,e.data=h,3E3===h.code&&(e.code=4039)}if(d||!f)return Promise.reject(e);a.data=f;return Promise.resolve(a)};var sT={video:_.Lg,audio:_.cd,text:_.Wc},gT=_.gc,lT="LIVE",tT={Co:_.md,Io:_.og};_.x(vT,_.ku);vT.prototype.f=function(){_.Nu.ism=hT;_.Lu[_.Xc]=hT};vT.prototype.a=function(){_.SF("ism");_.TF(_.Xc)};vT.prototype.id=function(){return _.fg};_.J("clpp.smooth.SmoothComponent",vT);};
2
+ var f=function(window){var vS="Full MP4 box must have flags defined",wS="clpp.smooth.SmoothMP4Processor",xS="codecPrivateData",yS=function(a,b){var c=Math.floor(b/Math.pow(2,32)),d=b-c*Math.pow(2,32);_.W(a,c);_.W(a,d)},zS=function(a,b){try{a.f.setUint8(a.a,b),a.a+=1}catch(c){_.qn()}},AS=function(a,b){zS(a,b>>16&255);zS(a,b>>8&255);zS(a,b&255)},BS=function(a,b){try{a.f.setUint16(a.a,b,a.h),a.a+=2}catch(c){_.qn()}},CS=function(a,b){try{a.f.setInt32(a.a,b,a.h),a.a+=4}catch(c){_.qn()}},DS=function(a,b){try{a.f.setInt16(a.a,
3
+ b,a.h),a.a+=2}catch(c){_.qn()}},ES=function(a,b){if(void 0!==b){for(var c=new Uint8Array(b),d=Math.min(a.length,b),e=0;e<d;++e)c[e]=a.charCodeAt(e);for(;e<b;e++)c[e]=0;return c}c=new Uint8Array(a.length);for(d=0;d<a.length;++d)c[d]=a.charCodeAt(d);return c},FS=function(a){this.type=a;this.size=this.start=0;this.parent=null;this.w=!1;this.entries=[];this.children=[]},Z=function(a,b,c){FS.call(this,a);this.version=b;this.flags=c},GS=function(a,b,c){FS.call(this,a);this.f=b;this.offset=c},HS=function(a,
4
+ b,c,d,e){Z.call(this,a,b,c);this.f=d;this.offset=e},IS=function(a,b,c){FS.call(this,"ftyp");this.h=a;this.Qi=b;this.f=c},JS=function(){FS.call(this,_.bf)},KS=function(){FS.call(this,_.Ig)},LS=function(a,b,c){Z.call(this,"mvhd",1,0);this.timescale=a;this.duration=b;this.volume=256;this.h=c+1;this.f=[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0]},MS=function(){FS.call(this,"mvex")},NS=function(a){Z.call(this,"trex",0,0);this.f=a},OS=function(a,b,c,d,e){Z.call(this,"tkhd",
5
+ 1,7);this.h=a;this.duration=b;this.timescale=c;this.width=d;this.height=e;this.volume=1;this.f=[0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0]},PS=function(a,b){Z.call(this,"mdhd",1,0);this.timescale=a;this.duration=b;this.language=21956},QS=function(a){Z.call(this,"hdlr",0,0);this.f=a},RS=function(){Z.call(this,"vmhd",0,1);this.f=new Uint8Array([0,0,0,0,0,0])},SS=function(a){FS.call(this,a);this.w=!0},TS=function(a){SS.call(this,a);this.height=this.width=0;this.depth=24},
6
+ US=function(a,b,c,d){SS.call(this,a);this.channelCount=b;this.sampleSize=c;this.sampleRate=d},VS=function(a,b){TS.call(this,"avc1");this.width=a;this.height=b},WS=function(a,b){VS.call(this,a,b);this.type="encv"},XS=function(a,b,c){US.call(this,"mp4a",a,b,c)},YS=function(a,b,c){XS.call(this,a,b,c);this.type="enca"},ZS=function(a,b){FS.call(this,"avcC");this.hb=a;this.tc=b;this.version=1;this.f=this.hb[0][1];this.h=this.hb[0][2];this.level=this.hb[0][3]},$S=function(a){Z.call(this,"esds",0,0);this.pc=
7
+ a},aT=function(a){a=void 0===a?"":a;Z.call(this,"url ",0,1);this.location=a},bT=function(){Z.call(this,"dref",0,0)},cT=function(){FS.call(this,_.sg)},dT=function(){Z.call(this,_.ug,0,0)},eT=function(){Z.call(this,"stts",0,0)},fT=function(){Z.call(this,"stsc",0,0)},gT=function(){Z.call(this,"stco",0,0)},hT=function(){Z.call(this,"stsz",0,0)},iT=function(){Z.call(this,"smhd",0,0)},jT=function(){FS.call(this,"dinf")},kT=function(){FS.call(this,_.af)},lT=function(){FS.call(this,_.Xe)},mT=function(a,b){Z.call(this,
8
+ "tfdt",a,0);this.baseMediaDecodeTime=b},nT=function(){Z.call(this,"mfhd",0,0);this.f=0},oT=function(a,b){Z.call(this,"trun",a,b);this.l=this.j=this.f=0;this.o=[];this.sampleSize=[];this.A=[];this.h=[]},pT=function(a,b){Z.call(this,"tfhd",a,b);this.f=255;this.l=this.o=this.j=this.A=this.h=0},qT=function(){FS.call(this,"traf")},rT=function(){FS.call(this,"moof")},sT=function(){FS.call(this,_.We);this.f=new Uint8Array(0)},tT=function(){Z.call(this,"tenc",0,0);this.f=1;this.h=8;this.l="";this.j=[]},uT=
9
+ function(a,b){Z.call(this,"schm",0,0);this.f=a;this.h=b;this.kc=""},vT=function(a){FS.call(this,"frma");this.f=a},wT=function(){Z.call(this,"saio",0,0);this.offset=[0]},xT=function(a,b,c){Z.call(this,"saiz",0,0);this.f=a;this.j=b;this.h=c},yT=function(a,b){Z.call(this,"senc",a,b);this.h=0;this.j=8;this.f=[]},zT=function(a){var b=a.split("/");return b[b.length-1].toLowerCase().match("manifest(\\(.+\\))?")?a:a+"/Manifest"},AT=function(a,b,c,d){c=b.gi[c];b=b.Ro;a=a.replace("Manifest","");b=b.replace("{bitrate}",
10
+ String(d.bitrate)).replace("{Bitrate}",String(d.bitrate)).replace("{start time}",String(c.t)).replace("{start_time}",String(c.t));return _.DE([a],[b])[0]},BT=function(a,b){if(a.type!==b.type)return!1;var c=[];a.type===_.r?c=["maxWidth","maxHeight","bitrate",xS,"fourCC"]:a.type===_.cd&&(c=["bitrate",xS,"channels","bitsPerSample","samplingRate","fourCC"]);return _.N.qa(a,b,c,["id","segmentIndex"])},CT=function(a,b,c){var d=c.We.split("00000001");a={id:1,type:c.type,duration:a/b,timescale:b,hb:null,
11
+ tc:null,width:NaN,height:NaN,pc:null,Be:NaN,sampleSize:NaN,channelCount:NaN};switch(c.type){case _.r:a.hb=[_.kk(d[1])];a.tc=[_.kk(d[2])];a.width=c.maxWidth;a.height=c.maxHeight;break;case _.cd:a.pc=_.kk(c.We),a.sampleSize=c.$j||16,a.Be=c.Be,a.channelCount=c.xh}return a},DT=function(a,b){return a.filter(function(c){return c.type===b})},ET=function(a,b){var c=a.exec(b);return null==c||""===c[0]?null:(Number(c[4])||0)/1E3+(Number(c[3])||0)+60*(Number(c[2])||0)+3600*(Number(c[1])||0)},LT=function(a,b,
12
+ c){var d=null;if(FT.test(a)){a=FT.exec(a);d=Number(a[1]);var e=Number(a[2]),f=Number(a[3]),g=Number(a[4]);g+=(Number(a[5])||0)/c.f;f+=g/c.frameRate;d=f+60*e+3600*d}else GT.test(a)?d=ET(GT,a):HT.test(a)?d=ET(HT,a):IT.test(a)?(a=IT.exec(a),d=Number(a[1])/c.frameRate):JT.test(a)?(a=JT.exec(a),d=Number(a[1])/c.a):KT.test(a)&&(d=ET(KT,a));d+=b;b=Math.floor(d/3600);c=Math.floor((d-3600*b)/60);a=Math.floor(d-3600*b-60*c);d-=a;10>b&&(b="0"+b);10>c&&(c="0"+c);10>a&&(a="0"+a);0===d?d="000":d=Math.round(1E3*
13
+ d);return b+":"+c+":"+a+"."+d},MT=function(a,b,c,d){this.frameRate=Number(a)||30;this.f=Number(b)||1;this.a=Number(d);0===this.a&&(this.a=a?this.frameRate*this.f:1);c&&(a=/^(\d+) (\d+)$/g.exec(c))&&(this.frameRate*=parseInt(a[1],10)/parseInt(a[2],10))},OT=function(a){this.a=a;this.f=NT(this)},NT=function(a){for(var b=0,c=0;c<a.a.length;c++)b+=a.a[c].a();return new _.pn(b)},PT=function(a,b,c){a:{var d=_.w([_.Xd,_.Vd]);for(var e=d.next();!e.done;e=d.next())if((e=c.bf(e.value))&&e.keyId){d=e.keyId;break a}_.Wh(wS,
14
+ "Could not get default Key ID for DRM init data!");d=null}c=new FS("xxxx");a.type===_.r?c=new WS(a.width,a.height):c=new YS(a.channelCount,a.sampleSize,a.Be);a=new tT;a.f=1;a.h=8;a.l=d||"00000000000000000000000000000000";a=(new FS("schi")).append([a]);b=(new FS(_.mg)).append([new vT(b),new uT(_.vd,65536),a]);c.append([b]);return c},QT=function(a,b){var c=b.ef(),d=new LS(a.timescale,a.duration,a.id),e=(new MS).append([new NS(a.id)]),f=new OS(a.id,a.duration,a.timescale,a.width,a.height),g=new PS(a.timescale,
15
+ a.duration),h=new QS(a.type),l=null,m=new bT;m.entries=[new aT];var n=new dT;switch(a.type){case _.r:var p=new ZS(a.hb,a.tc);c?(l=PT(a,"avc1",b),l.append([p]),n.entries=[l]):(l=(new VS(a.width,a.height)).append([p]),n.entries=[l]);l=new RS;break;case _.cd:p=new $S(a.pc),c?(l=PT(a,"mp4a",b),l.append([p]),n.entries=[l]):(l=(new XS(a.channelCount,a.sampleSize,a.Be)).append([p]),n.entries=[l]),l=new iT}n=(new cT).append([n,new eT,new fT,new hT,new gT]);m=(new jT).append([m]);m=(new kT).append([l,m,n]);
16
+ g=(new lT).append([g,h,m]);f=(new KS).append([f,g]);d=(new JS).append([d,f,e]);e=new IS("dash",0,["iso6","mp41","avc1"]);c&&(c=b.bf(_.Vd),f=b.bf(_.Xd),c&&d.append([new GS("pssh",c.initData,8)]),f&&d.append([new GS("pssh",f.initData,8)]),c||f||_.Wh(wS,"Could not get PSSH init data!"));c=new OT([e,d]);return _.Xj(c.write())},ST=function(a,b){var c,d,e,f,g,h;(new _.Cn).N("moof",_.Dn).aa("mfhd",function(m){var n=new nT;n.f=_.xn(m.reader);c=n}).N("traf",_.Dn).aa("tfhd",function(m){var n=m.reader.Wa();
17
+ if(null===m.flags)throw new _.O(_.P,3,3019,vS);var p=new pT(m.version||0,m.flags||0);p.f=_.xn(m.reader);0<n-m.reader.getPosition()&&m.flags&1&&(p.h=_.zn(m.reader));0<n-m.reader.getPosition()&&m.flags&2&&(p.A=_.xn(m.reader));0<n-m.reader.getPosition()&&m.flags&8&&(p.j=_.xn(m.reader));0<n-m.reader.getPosition()&&m.flags&16&&(p.o=_.xn(m.reader));0<n-m.reader.getPosition()&&m.flags&32&&(p.l=_.xn(m.reader));d=p}).aa("trun",function(m){var n=m.reader.Wa();if(null===m.flags)throw new _.O(_.P,3,3019,vS);
18
+ var p=new oT(m.version||0,m.flags||0);p.f=_.xn(m.reader);0<n-m.reader.getPosition()&&m.flags&1&&(p.j=_.yn(m.reader));0<n-m.reader.getPosition()&&m.flags&4&&(p.l=_.xn(m.reader));if(0<n-m.reader.getPosition())for(n=0;n<p.f;n++)m.flags&256&&p.o.push(_.xn(m.reader)),m.flags&512&&p.sampleSize.push(_.xn(m.reader)),m.flags&1024&&p.A.push(_.xn(m.reader)),m.flags&2048&&(0===m.version?p.h.push(_.xn(m.reader)):p.h.push(_.yn(m.reader)));e=p}).aa("sdtp",function(m){var n=_.Bn(m.reader,m.reader.Wa());f=new HS("sdtp",
19
+ m.version||0,m.flags||0,n,0)}).N("uuid",function(m){var n=_.Bn(m.reader,16);if(_.mk(n,RT)){n=_.xn(m.reader);m.version=n>>>24;m.flags=n&16777215;n=new yT(m.version,m.flags);n.h=_.xn(m.reader);m.flags&1&&(n.j=_.vn(m.reader));for(var p=0;p<n.h;p++){var q={Bi:_.Bn(m.reader,8),Cd:0,Xg:[]};if(m.flags&2){q.Cd=_.wn(m.reader);for(var u=0;u<q.Cd;u++){var v={uh:0,vh:0};v.uh=_.wn(m.reader);v.vh=_.xn(m.reader);q.Xg.push(v)}}n.f.push(q)}g=n}}).N(_.We,function(m){var n=new sT;0<m.reader.Wa()?n.f=_.Bn(m.reader,m.reader.Wa()):
20
+ (_.Wh(wS,"mdat box is empty!"),n.f=new Uint8Array(0));h=n}).parse(a,!1);if(!h)return null;var l=(new qT).append([d,e]);f&&l.append([f]);b.ef()&&g&&l.append([g]);l=(new rT).append([c,l]);return new OT([l,h])},TT=function(a,b,c,d){var e=d.ef(),f=parseInt(c*b,10);b=a.data||new ArrayBuffer(0);var g=ST(b,d);if(null===g)return a.request.contentType===_.Q?a.data:g;d=g.get(_.We);if(a.request.contentType===_.Q){e=d.f.buffer;if(c){e=_.T.ce(e);if((e=(new DOMParser).parseFromString(e,_.Ag))&&"tt"===e.documentElement.tagName.toLowerCase())var h=
21
+ e.documentElement;if(h&&(d=new MT(h.getAttribute("ttp:frameRate"),h.getAttribute("ttp:subFrameRate"),h.getAttribute("ttp:frameRateMultiplier"),h.getAttribute("ttp:tickRate")),h=h.getElementsByTagName("body")[0]))for(h=h.getElementsByTagName("p"),a=0,b=h.length;a<b;a++){f=h[a];g=c;for(var l=["begin",_.xe],m=0,n=l.length;m<n;m++){b:{var p=f;var q=l[m],u=new RegExp("\\w+:"+q),v=0;if(p.hasAttribute(q))p=p.getAttribute(q);else{q=p.attributes;for(var z=q.length;v<z;v++){var A=q[v].name;if(A=A.match(u)){p=
22
+ p.getAttribute(A[0]);break b}}p=null}}f.setAttribute(l[m],LT(p||"",g,d))}}e=(new XMLSerializer).serializeToString(e);c=_.T.ib(e).buffer}else c=e;return c}h=new rT;a=g.get("mfhd");b=new qT;l=g.get("tfhd");m=new mT(1,f);f=g.get("trun");n=g.get("sdtp");c=g.get("senc");l.f=1;l.flags&=16777214;l.flags|=131072;b.append([l,m,f]);n&&b.append([n]);if(e){g=0;l=[];if(c.flags&2)for(l=[],m=0;m<c.h;m++)l.push(10+6*c.f[m].Cd);else g=8;b.append([c,new wT,new xT(g,l,c.h)])}h.append([a,b]);f.flags|=1;f.j=h.a()+8;d=
23
+ new OT([h,d]);h=d.write();e&&(e=d.get("saio"),d=d.f,e.offset[0]=c.start+16,d.seek(e.start),e.write(d),h=d.buffer);return h},UT=function(a,b,c){return{keySystem:a,licenseServerUri:"",distinctiveIdentifierRequired:!1,persistentStateRequired:!1,audioRobustness:"",videoRobustness:"",serverCertificate:null,initData:[b],keyIds:c,periodId:null}},VT=function(a,b,c){a=_.kp(a);c&&a.version!==c&&(a=_.sE(a,c));return{initData:_.qE(a),initDataType:_.vd,keyId:b,periodId:null}},XT=function(){this.A=this.j=this.f=
24
+ this.D=null;this.h=1;this.P=0;this.o="";this.C=this.a=null;this.g=new _.K("clpp.smooth.SmoothParser");this.K=!1;this.l=this.B=null;this.M=WT;this.I=0;this.G=this.J=Infinity;this.w=[];this.L=this.no.bind(this);this.H=new Map},YT=function(a,b){var c,d,e;return _.I(function(f){if(1==f.a)return c=_.wk(b),c.timeout=a.f.attemptParameters.timeout,c.maxAttempts=Math.max(a.f.attemptParameters.maxAttempts,b.length),c.baseDelay=a.f.attemptParameters.baseDelay,c.backoffFactor=a.f.attemptParameters.backoffFactor,
25
+ c.fuzzFactor=a.f.attemptParameters.fuzzFactor,c.type=1,d=a.D.networkingEngine.fetch(c),_.y(f,d.T,2);e=f.f;a.o=e.uri;return f["return"](e)})},eU=function(a,b){var c=_.fp,d=null;try{var e=_.T.ce(b);d=c.we(e,_.Zb)}catch(jZ){}if(!d)throw a.g.error("Unable to parse manifest"),new _.O(_.P,4,4033,a.o);var f=+ZT(a,d,"MajorVersion"),g=+ZT(a,d,"MinorVersion"),h=+d.getAttribute("TimeScale")||1E7,l=+ZT(a,d,"Duration"),m="TRUE"===d.getAttribute("IsLive"),n=+d.getAttribute("LookAheadCount"),p=+d.getAttribute("DVRWindowLength")||
26
+ Infinity,q=c.Z(d,"Protection")[0];if(!1===/^[2].[0-2]$/.test(""+f+"."+g))throw a.g.error("Smooth Streaming version must be 2.0, 2.1 or 2.2"),new _.O(_.P,4,4036,a.o);m?($T(a,aU),a.B=typeof a.f.liveRefreshPeriod===_.k?1E3*a.f.liveRefreshPeriod:Math.min(1E3*a.I,1E4),l=Infinity):$T(a,WT);a.a={startTime:0,delay:0,duration:l/h,gg:p/h,se:0};if(q){var u=a.f.playreadyVersion,v=_.fp,z=[],A=v.Z(q,"ProtectionHeader")[0],H=_.jk(v.sa(A)||""),G=_.kp(H).a;z.push(UT(_.Xd,{initData:_.qE(_.cp(G)),initDataType:_.vd,
27
+ keyId:G,periodId:null},[G]));z.push(UT(_.Vd,VT(H,G,u),[G]));a.w=z}var D=[],F=_.fp.Z(d,"StreamIndex");if(!F.length)throw a.g.error("No streams found!"),new _.O(_.P,4,4034,a.o);for(var M=0;M<F.length;M++){for(var R,la=a,V=F[M],za=ZT(la,V,"Type"),Ia=+V.getAttribute("Chunks"),Aa=V.getAttribute("Subtype")||"",Ca=V.getAttribute("Language")||_.Lg,La=_.Oj(Ca),zb=V.getAttribute("Name")||"",Nd=+V.getAttribute(_.ub),Ff=+V.getAttribute(_.tb),ei=ZT(la,V,"Url"),Od=+V.getAttribute("TimeScale")||null,Jn=[],jK=_.fp.Z(V,
28
+ _.Pb),Jv=0;Jv<jK.length;Jv++){var Hf=void 0,uc=void 0,Kv=void 0,If=la,Rd=jK[Jv],Lv=za,PX=+Rd.getAttribute("Index"),QX=+ZT(If,Rd,"Bitrate"),kK=NaN,lK=NaN,Go=NaN,Mv=NaN,mK=NaN,nK=NaN,oK=NaN,pK=Rd.getAttribute("FourCC")||"";switch(Lv){case _.r:kK=+ZT(If,Rd,_.tb);lK=+ZT(If,Rd,_.ub);break;case _.cd:Mv=+Rd.getAttribute("Channels")||2,Go=+ZT(If,Rd,"SamplingRate"),nK=+ZT(If,Rd,"AudioTag"),mK=+ZT(If,Rd,"BitsPerSample"),oK=+ZT(If,Rd,"PacketSize")}var Nv=String(Rd.getAttribute("CodecPrivateData"));if(Lv===_.cd&&
29
+ !Nv){var qK=Mv,rK={96E3:0,88200:1,64E3:2,48E3:3,44100:4,32E3:5,24E3:6,22050:7,16E3:8,12E3:9,11025:10,8E3:11,7350:12},Ho=rK[Go];if("AACH"===pK){uc=new Uint8Array(4);var sK=rK[2*Go];uc[0]=40|Ho>>1;uc[1]=Ho<<7|qK<<3|sK>>1;uc[2]=sK<<7|8;uc[3]=0;Hf=new Uint16Array(2);Hf[0]=(uc[0]<<8)+uc[1];Hf[1]=(uc[2]<<8)+uc[3];Kv=Hf[0].toString(16)+Hf[1].toString(16)}else uc=new Uint8Array(2),uc[0]=16|Ho>>1,uc[1]=Ho<<7|qK<<3,Hf=new Uint16Array(1),Hf[0]=(uc[0]<<8)+uc[1],Kv=Hf[0].toString(16);Nv=Kv.toUpperCase()}var RX=
30
+ {id:If.P++,type:Lv,index:PX,bitrate:QX,We:Nv,maxHeight:kK,maxWidth:lK,Be:Go,xh:Mv,gp:nK,$j:mK,xp:oK,Wl:pK,segmentIndex:null};Jn.push(RX)}R=Jn;for(var Ne=[],tK=_.fp.Z(V,"c"),yk=0;yk<tK.length;yk++){var Ov=tK[yk],oe=parseInt(Ov.getAttribute("t"),10),ii=parseInt(Ov.getAttribute("d"),10),Pv=parseInt(Ov.getAttribute("r"),10),zk=0;if(isNaN(oe)&&isNaN(ii))throw la.g.error("Either one or both FragmentDuration and FragmentTime field MUST be present in StreamFragmentElement"),new _.O(_.P,4,4037,la.o);0===yk&&
31
+ isNaN(oe)&&(zk=oe=0);if(0<yk){var Mg=Ne[Ne.length-1];zk=Mg.n+1;Mg.d||(Mg.d=oe-Mg.t);oe||(oe=Mg.t+Mg.d);ii||(ii=oe-Mg.t)}Ne.push({n:zk,d:ii,t:oe});if(Pv){Pv--;for(var uK=0;uK<Pv;uK++){var Io=Ne[Ne.length-1];zk=Io.n+1;oe=Io.t+Io.d;ii=Io.d;Ne.push({n:zk,d:ii,t:oe})}}}la.Td()||Ne.length===Ia||la.g.warn("Number of fragments ("+Ia+") differs from number of chunks ("+Ne.length+").");D.push({type:za,lp:Ia,Co:Aa,language:La,re:Ca,name:zb,maxWidth:Nd,maxHeight:Ff,Ro:ei,tracks:R,gi:Ne,timescale:Od})}var Jf=
32
+ {vp:f,Qi:g,timescale:h,duration:l,isLive:m,up:n,gg:p,pg:!1,streams:D};if(a.j&&a.A)return bU(a,Jf),Promise.resolve();a.H.clear();var Qv=Jf.timescale,Jo=Jf.duration,TX=DT(Jf.streams,_.cd),UX=DT(Jf.streams,_.r),VX=DT(Jf.streams,_.Q),vK=[],Ko=cU(a,Jo,Qv,TX),Lo=cU(a,Jo,Qv,UX),WX=cU(a,Jo,Qv,VX);Ko.length||(Ko=[null]);Lo.length||(Lo=[null]);for(var Sv=0;Sv<Lo.length;Sv++)for(var Tv=0;Tv<Ko.length;Tv++)vK.push(dU(a,Lo[Sv],Ko[Tv]));var wK={id:"ID",configurationId:void 0,startTime:0,endTime:Jo,variants:vK,
33
+ textStreams:WX,thumbStreams:[]};var YX=Jf.streams,Uv=a.a.startTime,xK=a.a.delay,Vv=a.J,yK=Math.min(a.a.duration||Infinity,Vv),Wv=a.Td(),ZX=a.a.gg,$X=a.a.se,zK=a.I,AK=isFinite(a.G)?a.G:0;if(Wv)yK=Infinity,Uv=Date.now()/1E3-$X,a.a.startTime=Uv,xK=3*zK;else for(var aY=isFinite(Vv)?Vv:a.a.duration,BK=_.w(YX),Xv=BK.next();!Xv.done;Xv=BK.next())for(var CK=_.w(Xv.value.tracks),Yv=CK.next();!Yv.done;Yv=CK.next()){var DK=Yv.value;DK.segmentIndex.offset(-AK);_.fF(DK.segmentIndex,aY)}var EK=a.f.timeline||{};
34
+ EK.type=void 0;a.C=new _.nF(EK,Uv,xK,!Wv,!0);a.C.f=yK;_.vF(a.C,zK);a.C.A=ZX;Wv||a.C.offset(-AK);a.D.filterAllPeriods([wK]);a.j={presentationTimeline:a.C,periods:[wK],minBufferTime:0,cues:[]};Promise.resolve();a.K||(a.D.networkingEngine.fd(a.L),a.K=!0);a.A=Jf;return Promise.resolve()},bU=function(a,b){for(var c=0;c<a.A.streams.length;c++)for(var d=b.streams[c],e={},f=_.w(a.A.streams[c].tracks),g=f.next();!g.done;e={oc:e.oc},g=f.next())if(e.oc=g.value,g=d.tracks.find(function(l){return function(m){return m.type===
35
+ l.oc.type&&m.bitrate===l.oc.bitrate}}(e))){BT(e.oc,g)||a.g.warn("The current stream is updated with a stream that seems to have different base properties!");var h=fU(a,a.A.timescale,d,g);g=e.oc.segmentIndex;g.ua(h);(h=a.a.gg)&&_.LF(g,_.KF(g)-h).forEach(function(l){l.eb().forEach(function(m){a.H["delete"](m)})})}else a.g.warn("Cannot find satisfying update for "+e.oc.type+" track with bitrate "+(e.oc.bitrate+". Skipping update."))},cU=function(a,b,c,d){for(var e=[],f={$c:0};f.$c<d.length;f={$c:f.$c},
36
+ f.$c++){var g=d[f.$c].tracks.map(function(h){return function(l){var m=d[h.$c],n=fU(a,c,m,l);n=new _.JF(n);var p=null;m.type!==_.Q&&(p=gU(a,b,c,m,l));l.segmentIndex=n;var q=_.cM++,u=Promise.resolve.bind(Promise),v=n.ld.bind(n),z=n.get.bind(n),A=n.Ld.bind(n),H=n.getDuration.bind(n),G=hU[m.type],D="";switch(m.type){case _.r:D=l.We;var F=/00000001[0-9]7/.exec(D);D="avc1."+(F&&F[0]?D.substr(D.indexOf(F[0])+10,6):"42c00c");a.g.debug("VIDEO CODECS: ",D);break;case _.cd:D=l.We,F=2,"AACH"===l.Wl?F=5:D&&(F=
37
+ (parseInt(D.substr(0,2),16)&248)>>3),D="mp4a.40."+F,a.g.debug("AUDIO CODECS: ",D)}F=m.type===_.Q?iU[m.Co]:void 0;return{id:q,originalId:null,Ap:null,createSegmentIndex:u,findSegmentPosition:v,getSegmentReference:z,adjustSegmentDurations:A,getDuration:H,segmentIndex:n,segmentLookupStrategy:_.YD,initSegmentReference:p,mimeType:G,codecs:D,frameRate:void 0,bandwidth:l.bitrate,width:l.maxWidth||void 0,height:l.maxHeight||void 0,kind:F,encrypted:a.rg(),keyId:null,language:m.language,originalLanguage:m.re,
38
+ label:m.name,type:m.type,primary:!1,trickModeVideo:null,emsgSchemeIdUris:null,roles:[],channelsCount:l.xh||null,spatialAudio:!1,closedCaptions:null}}}(f));e=e.concat(g)}return e},fU=function(a,b,c,d){var e=0,f=[],g=c.timescale||b;c.gi.forEach(function(h,l){var m=h.d/g;if(0===l){var n=h.t/g;a.G=Math.min(a.G,n)}else n=f[l-1].endTime;var p=n+m,q=AT(a.o,c,l,d);a.I=Math.max(a.I,m);f.push(new _.Mj(l,n,p,function(){return[q]},0,null,0,null,!0,g));a.H.set(q,n);e+=m});if(c.type===_.r||c.type===_.cd)b=f[f.length-
39
+ 1],a.J=Math.min(a.J,e),0===a.a.se?a.a.se=b.endTime:a.a.se=Math.min(a.a.se,b.endTime);return f},gU=function(a,b,c,d,e){b=CT(b,d.timescale||c,e);c={isLive:a.Td.bind(a),ef:a.rg.bind(a),cm:function(){return 1},bf:a.ki.bind(a)};d=new Uint8Array(0);try{d=QT(b,c)}catch(g){throw a.g.error("Failed to generate initialization segment."),new _.O(_.P,3,4035,g);}var f="data:text/plain;base64,"+_.ik(d);return new _.FE(function(){return[f]},0,null,null,!0)},dU=function(a,b,c){var d=(c?c.bandwidth:0)+(b?b.bandwidth:
40
+ 0),e=c?c.language:_.Lg;return c||b?{id:a.h++,language:e,primary:!1,audio:c,video:b,bandwidth:d,drmInfos:a.w,allowedByApplication:!0,allowedByKeySystem:!0}:null},ZT=function(a,b,c){if(b=b.getAttribute(c))return b;a.g.error("required attribute not provided: "+c);throw new _.O(_.P,4,4038,a.o,c);},jU=function(a,b){null!=a.B&&null!=b&&(a.l=window.setTimeout(a.ic.bind(a),b))},$T=function(a,b){var c=b===WT;a.j&&a.j.presentationTimeline&&_.qF(a.j.presentationTimeline,c);c&&null!=a.l&&(window.clearTimeout(a.l),
41
+ a.l=null,a.B=null);a.M=b},kU=function(){};FS.prototype.append=function(a){a=void 0===a?[]:a;for(var b=0;b<a.length;b++)this.children.push(a[b]),a[b].parent=this;return this};FS.prototype.get=function(a){if(this.type===a)return this;for(var b=0;b<this.children.length;b++){if(this.children[b].type===a)return this.children[b];var c=this.children[b].get(a);if(c)return c}return null};
42
+ FS.prototype.a=function(){var a=Math.pow(2,32)-1;var b=4+this.type.length;"uuid"===this.type&&(b+=16);if(0<this.children.length)for(var c=0;c<this.children.length;c++)b+=this.children[c].a();this.size>a&&(b+=8);return b};
43
+ FS.prototype.write=function(a){var b=Math.pow(2,32)-1;this.start=a.getPosition();this.size=this.a();this.size>b?_.W(a,1):_.W(a,this.size);_.rn(a,ES(this.type));this.size>b&&yS(a,this.size);"uuid"===this.type&&_.rn(a,null);if(0<this.children.length&&!this.w)for(b=0;b<this.children.length;b++)this.children[b].write(a),this.children[b].a(),a.getPosition()};_.x(Z,FS);Z.prototype.a=function(){return 4+FS.prototype.a.call(this)};
44
+ Z.prototype.write=function(a){FS.prototype.write.call(this,a);zS(a,this.version);AS(a,this.flags)};_.x(GS,FS);GS.prototype.a=function(){return this.f.byteLength+FS.prototype.a.call(this)-this.offset};GS.prototype.write=function(a){FS.prototype.write.call(this,a);_.rn(a,this.f,this.offset);a.getPosition()};_.x(HS,Z);HS.prototype.a=function(){return this.f.byteLength+Z.prototype.a.call(this)-this.offset};HS.prototype.write=function(a){Z.prototype.write.call(this,a);_.rn(a,this.f,this.offset);a.getPosition()};
45
+ _.x(IS,FS);IS.prototype.a=function(){var a=this.h.length;a=a+4+this.f.join("").length;return a+FS.prototype.a.call(this)};IS.prototype.write=function(a){FS.prototype.write.call(this,a);_.rn(a,ES(this.h));_.W(a,this.Qi);_.rn(a,ES(this.f.join("")));a.getPosition()};_.x(JS,FS);_.x(KS,FS);_.x(LS,Z);LS.prototype.a=function(){var a=0;a=1===this.version?a+28:a+16;a=a+44+this.f.length;return a+=Z.prototype.a.call(this)};
46
+ LS.prototype.write=function(a){Z.prototype.write.call(this,a);1===this.version?(yS(a,0),yS(a,0),_.W(a,this.timescale),yS(a,this.duration*this.timescale)):(_.W(a,0),_.W(a,0),_.W(a,this.timescale),_.W(a,this.duration*this.timescale));_.W(a,65536);BS(a,this.volume);BS(a,0);_.W(a,0);_.W(a,0);for(var b=0;b<this.f.length;b++)zS(a,this.f[b]);_.W(a,0);_.W(a,0);_.W(a,0);_.W(a,0);_.W(a,0);_.W(a,0);_.W(a,this.h);a.getPosition()};_.x(MS,FS);_.x(NS,Z);NS.prototype.a=function(){return 20+Z.prototype.a.call(this)};
47
+ NS.prototype.write=function(a){Z.prototype.write.call(this,a);_.W(a,this.f);_.W(a,1);_.W(a,0);_.W(a,0);_.W(a,0);a.getPosition()};_.x(OS,Z);OS.prototype.a=function(){var a=0;a=1===this.version?a+32:a+20;a=a+24+this.f.length;return a+Z.prototype.a.call(this)};
48
+ OS.prototype.write=function(a){Z.prototype.write.call(this,a);1===this.version?(yS(a,0),yS(a,0),_.W(a,this.h),_.W(a,0),yS(a,this.duration*this.timescale)):(_.W(a,0),_.W(a,0),_.W(a,this.h),_.W(a,0),_.W(a,this.duration*this.timescale));_.W(a,0);_.W(a,0);BS(a,0);BS(a,0);BS(a,this.volume);BS(a,0);for(var b=0;b<this.f.length;b++)zS(a,this.f[b]);BS(a,this.width);BS(a,0);BS(a,this.height);BS(a,0);a.getPosition()};_.x(PS,Z);PS.prototype.a=function(){var a=0;a=1===this.version?a+28:a+16;return a+4+Z.prototype.a.call(this)};
49
+ PS.prototype.write=function(a){Z.prototype.write.call(this,a);1===this.version?(yS(a,0),yS(a,0),_.W(a,this.timescale),yS(a,this.duration*this.timescale)):(_.W(a,0),_.W(a,0),_.W(a,this.timescale),_.W(a,this.duration*this.timescale));BS(a,this.language);BS(a,0);a.getPosition()};_.x(QS,Z);QS.prototype.a=function(){return 33+Z.prototype.a.call(this)};
50
+ QS.prototype.write=function(a){Z.prototype.write.call(this,a);_.W(a,0);this.f===_.r?_.rn(a,ES("vide")):_.rn(a,ES("soun"));_.W(a,0);_.W(a,0);_.W(a,0);this.f===_.r?_.rn(a,ES("VideoHandler\x00")):_.rn(a,ES("SoundHandler\x00"));a.getPosition()};_.x(RS,Z);RS.prototype.a=function(){return 2+this.f.byteLength+Z.prototype.a.call(this)};RS.prototype.write=function(a){Z.prototype.write.call(this,a);BS(a,0);_.rn(a,this.f);a.getPosition()};_.x(SS,FS);SS.prototype.a=function(){return 8+FS.prototype.a.call(this)};
51
+ SS.prototype.write=function(a){FS.prototype.write.call(this,a);_.W(a,0);BS(a,0);BS(a,1)};_.x(TS,SS);TS.prototype.a=function(){return 70+SS.prototype.a.call(this)};TS.prototype.write=function(a){SS.prototype.write.call(this,a);BS(a,0);BS(a,0);_.W(a,0);_.W(a,0);_.W(a,0);BS(a,this.width);BS(a,this.height);_.W(a,4718592);_.W(a,4718592);_.W(a,0);BS(a,1);zS(a,10);_.rn(a,ES("AVC Coding",31));BS(a,this.depth);DS(a,-1)};_.x(US,SS);US.prototype.a=function(){return 20+SS.prototype.a.call(this)};
52
+ US.prototype.write=function(a){SS.prototype.write.call(this,a);_.W(a,0);_.W(a,0);BS(a,this.channelCount);BS(a,this.sampleSize);DS(a,0);BS(a,0);BS(a,this.sampleRate);BS(a,0)};_.x(VS,TS);VS.prototype.write=function(a){TS.prototype.write.call(this,a);for(var b=0;b<this.children.length;b++)this.children[b].write(a);a.getPosition()};_.x(WS,VS);_.x(XS,US);XS.prototype.write=function(a){US.prototype.write.call(this,a);for(var b=0;b<this.children.length;b++)this.children[b].write(a);a.getPosition()};
53
+ _.x(YS,XS);_.x(ZS,FS);ZS.prototype.a=function(){for(var a=7,b=0;b<this.hb.length;b++)a+=2,a+=this.hb[b].byteLength;for(b=0;b<this.hb.length;b++)a+=2,a+=this.tc[b].byteLength;return a+FS.prototype.a.call(this)};
54
+ ZS.prototype.write=function(a){FS.prototype.write.call(this,a);zS(a,this.version);zS(a,this.f);zS(a,this.h);zS(a,this.level);zS(a,255);zS(a,224|this.hb.length);for(var b=0;b<this.hb.length;b++)BS(a,this.hb[b].length),_.rn(a,this.hb[b]);zS(a,this.tc.length);for(b=0;b<this.tc.length;b++)BS(a,this.tc[b].length),_.rn(a,this.tc[b]);a.getPosition()};_.x($S,Z);$S.prototype.a=function(){return 22+(this.pc.byteLength+3)+Z.prototype.a.call(this)};
55
+ $S.prototype.write=function(a){Z.prototype.write.call(this,a);zS(a,3);zS(a,23+this.pc.byteLength);BS(a,1);zS(a,0);zS(a,4);zS(a,15+this.pc.byteLength);zS(a,64);zS(a,21);AS(a,0);_.W(a,0);_.W(a,0);zS(a,5);zS(a,this.pc.byteLength);_.rn(a,this.pc);_.rn(a,new Uint8Array([6,1,2]));a.getPosition()};_.x(aT,Z);aT.prototype.a=function(){return this.location.length+Z.prototype.a.call(this)};aT.prototype.write=function(a){Z.prototype.write.call(this,a);0<this.location.length&&_.rn(a,ES(this.location));a.getPosition()};
56
+ _.x(bT,Z);bT.prototype.a=function(){for(var a=4,b=0;b<this.entries.length;b++)a+=this.entries[b].a();return a+Z.prototype.a.call(this)};bT.prototype.write=function(a){Z.prototype.write.call(this,a);_.W(a,this.entries.length);for(var b=0;b<this.entries.length;b++)this.entries[b].write(a);a.getPosition()};_.x(cT,FS);_.x(dT,Z);dT.prototype.a=function(){for(var a=4,b=0;b<this.entries.length;b++)a+=this.entries[b].a();return a+Z.prototype.a.call(this)};
57
+ dT.prototype.write=function(a){Z.prototype.write.call(this,a);_.W(a,this.entries.length);for(var b=0;b<this.entries.length;b++)this.entries[b].write(a);a.getPosition()};_.x(eT,Z);eT.prototype.a=function(){for(var a=4,b=0;b<this.entries.length;b++)a+=this.entries[b].a();return a+Z.prototype.a.call(this)};eT.prototype.write=function(a){Z.prototype.write.call(this,a);_.W(a,this.entries.length);for(var b=0;b<this.entries.length;b++)this.entries[b].write(a);a.getPosition()};_.x(fT,Z);
58
+ fT.prototype.a=function(){for(var a=4,b=0;b<this.entries.length;b++)a+=this.entries[b].a();return a+Z.prototype.a.call(this)};fT.prototype.write=function(a){Z.prototype.write.call(this,a);_.W(a,this.entries.length);for(var b=0;b<this.entries.length;b++)this.entries[b].write(a);a.getPosition()};_.x(gT,Z);gT.prototype.a=function(){for(var a=4,b=0;b<this.entries.length;b++)a+=this.entries[b].a();return a+Z.prototype.a.call(this)};
59
+ gT.prototype.write=function(a){Z.prototype.write.call(this,a);_.W(a,this.entries.length);for(var b=0;b<this.entries.length;b++)this.entries[b].write(a);a.getPosition()};_.x(hT,Z);hT.prototype.a=function(){return 8+Z.prototype.a.call(this)};hT.prototype.write=function(a){Z.prototype.write.call(this,a);_.W(a,0);_.W(a,0);a.getPosition()};_.x(iT,Z);iT.prototype.a=function(){return 4+Z.prototype.a.call(this)};iT.prototype.write=function(a){Z.prototype.write.call(this,a);DS(a,0);BS(a,0);a.getPosition()};
60
+ _.x(jT,FS);_.x(kT,FS);_.x(lT,FS);_.x(mT,Z);mT.prototype.a=function(){var a=0;a=1===this.version?a+8:a+4;return a+Z.prototype.a.call(this)};mT.prototype.write=function(a){Z.prototype.write.call(this,a);1===this.version?yS(a,this.baseMediaDecodeTime):_.W(a,this.baseMediaDecodeTime);a.getPosition()};_.x(nT,Z);nT.prototype.a=function(){return 4+Z.prototype.a.call(this)};nT.prototype.write=function(a){Z.prototype.write.call(this,a);_.W(a,this.f);a.getPosition()};_.x(oT,Z);
61
+ oT.prototype.a=function(){var a=4;this.flags&lU&&(a+=4);this.flags&mU&&(a+=4);for(var b=0;b<this.f;b++)this.flags&nU&&(a+=4),this.flags&oU&&(a+=4),this.flags&pU&&(a+=4),this.flags&qU&&(a+=4);return a+Z.prototype.a.call(this)};
62
+ oT.prototype.write=function(a){Z.prototype.write.call(this,a);_.W(a,this.f);this.flags&lU&&(a.getPosition(),CS(a,this.j));this.flags&mU&&_.W(a,this.l);for(var b=0;b<this.f;b++)this.flags&nU&&_.W(a,this.o[b]),this.flags&oU&&_.W(a,this.sampleSize[b]),this.flags&pU&&_.W(a,this.A[b]),this.flags&qU&&(0===this.version?_.W(a,this.h[b]):CS(a,this.h[b]));a.getPosition()};var lU=1,mU=4,nU=256,oU=512,pU=1024,qU=2048;_.x(pT,Z);
63
+ pT.prototype.a=function(){var a=4;this.flags&rU&&(a+=8);this.flags&sU&&(a+=4);this.flags&tU&&(a+=4);this.flags&uU&&(a+=4);this.flags&vU&&(a+=4);return a+Z.prototype.a.call(this)};pT.prototype.write=function(a){Z.prototype.write.call(this,a);_.W(a,this.f);this.flags&rU&&yS(a,this.h);this.flags&sU&&_.W(a,this.A);this.flags&tU&&_.W(a,this.j);this.flags&uU&&_.W(a,this.o);this.flags&vU&&_.W(a,this.l);a.getPosition()};var rU=1,sU=2,tU=8,uU=16,vU=32;_.x(qT,FS);_.x(rT,FS);_.x(sT,FS);
64
+ sT.prototype.a=function(){return this.f.byteLength+FS.prototype.a.call(this)};sT.prototype.write=function(a){FS.prototype.write.call(this,a);0<this.f.byteLength&&_.rn(a,this.f)};_.x(tT,Z);tT.prototype.a=function(){var a=20;1===this.f&&0===this.h&&(a=a+1+this.j.length);return a+Z.prototype.a.call(this)};
65
+ tT.prototype.write=function(a){Z.prototype.write.call(this,a);zS(a,0);0===this.version?zS(a,0):zS(a,0);zS(a,this.f);zS(a,this.h);_.rn(a,_.kk(this.l));if(1===this.f&&0===this.h){zS(a,0);for(var b=0;b<this.j.length;b++)zS(a,this.j[b])}a.getPosition()};_.x(uT,Z);uT.prototype.a=function(){var a=8;this.flags&1&&(a+=ES(this.kc).byteLength);return a+Z.prototype.a.call(this)};uT.prototype.write=function(a){Z.prototype.write.call(this,a);_.rn(a,ES(this.f));_.W(a,this.h);this.flags&1&&_.rn(a,ES(this.kc));a.getPosition()};
66
+ _.x(vT,FS);vT.prototype.a=function(){return ES(this.f).byteLength+FS.prototype.a.call(this)};vT.prototype.write=function(a){FS.prototype.write.call(this,a);_.rn(a,ES(this.f));a.getPosition()};_.x(wT,Z);wT.prototype.a=function(){var a=0;this.flags&1&&(a+=8);a+=4;for(var b=0;1>b;b++)a=0===this.version?a+4:a+8;return a+Z.prototype.a.call(this)};
67
+ wT.prototype.write=function(a){Z.prototype.write.call(this,a);this.flags&1&&(_.W(a,0),_.W(a,0));_.W(a,1);for(var b=0;1>b;b++)0===this.version?_.W(a,this.offset[b]):yS(a,this.offset[b]);a.getPosition()};_.x(xT,Z);xT.prototype.a=function(){var a=0;this.flags&1&&(a+=8);a+=5;0===this.f&&(a+=this.j.length);return a+Z.prototype.a.call(this)};
68
+ xT.prototype.write=function(a){Z.prototype.write.call(this,a);this.flags&1&&(_.W(a,0),_.W(a,0));zS(a,this.f);_.W(a,this.h);if(0===this.f)for(var b=0;b<this.h;b++)zS(a,this.j[b]);a.getPosition()};_.x(yT,Z);yT.prototype.a=function(){var a=4;this.flags&1&&(a+=1);for(var b=0;b<this.h;b++)if(a+=this.f[b].Bi.byteLength,this.flags&2){a+=2;for(var c=0;c<this.f[b].Cd;c++)a+=2,a+=4}return a+Z.prototype.a.call(this)};
69
+ yT.prototype.write=function(a){Z.prototype.write.call(this,a);_.W(a,this.h);this.flags&1&&zS(a,this.j);for(var b=0;b<this.h;b++)if(_.rn(a,this.f[b].Bi),this.flags&2){BS(a,this.f[b].Cd);for(var c=0;c<this.f[b].Cd;c++)BS(a,this.f[b].Xg[c].uh),_.W(a,this.f[b].Xg[c].vh)}a.getPosition()};var FT=/^(\d{2,}):(\d{2}):(\d{2}):(\d{2})\.?(\d+)?$/,GT=/^(?:(\d{2,}):)?(\d{2}):(\d{2})$/,HT=/^(?:(\d{2,}):)?(\d{2}):(\d{2}\.\d{2,})$/,IT=/^(\d*\.?\d*)f$/,JT=/^(\d*\.?\d*)t$/,KT=/^(?:(\d*\.?\d*)h)?(?:(\d*\.?\d*)m)?(?:(\d*\.?\d*)s)?(?:(\d*\.?\d*)ms)?$/;OT.prototype.get=function(a){for(var b=0;b<this.a.length;b++){var c=this.a[b].get(a);if(c)return c}return null};OT.prototype.write=function(){this.f=NT(this);for(var a=0;a<this.a.length;a++)this.a[a].write(this.f);return this.f.buffer};var RT=new Uint8Array([162,57,79,82,90,155,79,20,162,68,108,66,124,100,141,244]);_.t=XT.prototype;_.t.configure=function(a){this.f=a};_.t.start=function(a,b){var c=this;this.D=b;var d=_.th(new Set([a,zT(a)])).concat();return YT(this,d).then(function(e){return eU(c,e.data).then(function(){jU(c,c.B);return c.j})})};_.t.requestStop=function(){};_.t.stop=function(){this.D&&this.D.networkingEngine.ze(this.L);this.B=this.A=this.j=this.f=this.D=null;this.l&&(clearTimeout(this.l),this.l=null);this.K=!1;this.J=this.G=Infinity;return Promise.resolve()};
70
+ _.t.update=function(){var a=this;if(this.Td())return YT(this,[this.o]).then(function(b){return eU(a,b.data).then(function(){return a.j})})["catch"](function(b){if(a.D)a.D.onError(b)})};_.t.setCurrentVariant=function(){};_.t.ic=function(){var a=this;this.g.debug(_.OD);this.D&&(this.l=null,this.update().then(function(){jU(a,a.B)})["catch"](function(b){a.D&&(a.D.onError(b),1===b.severity&&jU(a,100))}))};_.t.Td=function(){return this.M===aU};_.t.rg=function(){return 0<this.w.length};
71
+ _.t.ki=function(a){var b=null;if(this.w.length)for(var c=0;c<this.w.length;c++)if(this.w[c].keySystem===a){b=this.w[c].initData[0];break}return b};
72
+ _.t.no=function(a){if(2!==a.request.type||a.uri.startsWith("data:"))return Promise.resolve(a);var b=a.request.timescale||this.A.timescale,c={isLive:this.Td.bind(this),ef:this.rg.bind(this),cm:function(){return 1},bf:this.ki.bind(this)},d=!1,e=new _.O(_.P,3,4035,null),f=null;try{var g=this.H.get(a.request.uris[a.request.uriIndex])||a.request.startTime||0;g!==a.request.startTime&&this.g.debug("Using base media decode time "+g+" instead of segment reference time "+a.request.startTime);f=TT(a,b,g,c)}catch(h){d=
73
+ !0,e.data=h,3E3===h.code&&(e.code=4039)}if(d||!f)return Promise.reject(e);a.data=f;return Promise.resolve(a)};var hU={video:_.Yg,audio:_.gd,text:_.$c},WT=_.jc,aU="LIVE",iU={To:_.rd,Zo:_.wg};_.x(kU,_.Fu);kU.prototype.f=function(){_.gv.ism=XT;_.ev[_.ad]=XT};kU.prototype.a=function(){_.mG("ism");_.nG(_.ad)};kU.prototype.id=function(){return _.ng};_.J("clpp.smooth.SmoothComponent",kU);};
74
74
  if(typeof(module)!="undefined"&&module.exports){var x=require("./cl.core.js");_ = x._;(f.call(g,this));module.exports=g;}
75
75
  else if (typeof(define)!="undefined"&&define.amd) {define(["./cl.core"], function(c){_=c._;(f.call(g,this));return g;});}
76
76
  else{_=this.clpp._;(f.call(g,this));}
@@ -1,30 +1,30 @@
1
1
  (function(){var g={}; var _ = _ || {}
2
- var f=function(window){var Hz="No thumbnail found for position: ",Iz="Position is out of range: ",Jz="Thumbnail URL is mandatory",Kz="Wrong gridSize format",Lz="clpp.thumbnails",Mz=function(){this.log=new _.K(Lz);this.player=null;this.a=[];this.w=!1},Oz=function(a,b){b.reduce(function(c,d){var e=d,f=!1;typeof d===_.Ze&&(e=d.step,f=d.preloadWhileBuffering);return c.then(function(){return Nz(a,0,e,!!f)})},Promise.resolve())},Nz=function(a,b,c,d){if(a.w||b>=a.a.length)return Promise.resolve();var e=b+c;return Pz(a,d).then(function(){return a.a[b].load()}).then(function(){return Nz(a,
3
- e,c,d)})},Pz=function(a,b){return new Promise(function(c){if(b||a.player.getState()!==_.zq)c();else a.player.one(_.id,function(){c()})})},Qz=function(a,b,c,d,e,f,g,h,l,m,n,p){d=void 0===d?0:d;e=void 0===e?0:e;f=void 0===f?0:f;g=void 0===g?0:g;h=void 0===h?1:h;l=void 0===l?1:l;m=void 0===m?0:m;n=void 0===n?0:n;p=void 0===p?new Image:p;this.time=b;this.src=a;this.duration=c;this.x=d;this.y=e;this.width=f;this.height=g;this.va=p;this.ol=h;this.Zn=l;this.dm=m;this.em=n;this.mg=null},Rz=function(){Mz.call(this);
4
- this.f=null;this.o=this.h=1;this.j=0},Sz=function(a,b){this.time=a;this.duration=0;this.offset=b;this.length=0;this.qd=new _.ok},Tz=function(){this.g=new _.K(Lz);this.f=new ArrayBuffer(0);this.a=[];this.h=new _.ok},Uz=function(a){var b=a.f.byteLength;a.a.forEach(function(c){c.offset+c.length<b&&c.qd.resolve()})},Wz=function(a,b){return Vz(a,b).then(function(c){return new Qz(c,b.time,b.duration)})},Vz=function(a,b){return b.load().then(function(){var c=_.Hj(a.f,b.offset,b.length);return"data:image/jpeg;base64,"+
5
- _.Rj(c)})},Xz=function(){Mz.call(this);this.f=null},Yz=function(a){a=a.split(/\.|:/).map(parseFloat);var b=0,c,d={3:.001,2:1,1:60,0:3600};for(c=a.length-1;0<=c;c--)b+=a[c]*d[c];return b},Zz=function(){Mz.apply(this,arguments)},$z=function(a,b){var c=a.horizontalTiles||b.horizontalTiles||1,d=a.verticalTiles||b.verticalTiles||1,e=c*d;return{he:c,ah:d,ri:e,durationPerTile:a.durationPerTile||b.durationPerTile||(a.endTime-a.startTime)/e}},aA=function(){this.g=new _.K(Lz);this.a=this.m=null},bA=function(a){return a.some(function(b){return 0<
6
- b.thumbStreams.length})},gA=function(a){return a?a===cA||a===dA?new Rz:a===eA?new Xz:a===fA?new Tz:null:null},hA=function(a){if(!a)return null;a=new _.Rk(a);return a.path.match(/.*\.vtt$/i)?eA:a.path.match(/.*\.bif$/i)?fA:a.path.match(/.*\.(png|jpg|jpeg)$/i)?cA:null},iA=function(){};Mz.prototype.init=function(a,b){var c=this;this.player=a;a.one(_.Rf,function(){c.w=!0});a.isLive()||this.l().then(function(){b&&b.preload&&Oz(c,b.preload)})};Qz.prototype.raw=function(){return this.va.cloneNode(!1)};
7
- Qz.prototype.element=function(a,b){var c=this.width,d=this.height,e=this.width/this.height;void 0!==a&&void 0===b&&(b=0);null!==a&&void 0!==a&&(c=a);null!==b&&void 0!==b&&(d=b);c||(c=Math.ceil(d*e));d||(d=Math.ceil(c/e));e=document.createElement(_.Zd);e.style.width=c+_.Of;e.style.height=d+_.Of;e.style.backgroundColor="#000";e.style.backgroundRepeat="no-repeat";e.style.backgroundImage='url("'+this.src+'")';e.style.backgroundSize=Math.ceil(c/this.width*(this.va.naturalWidth||this.va.width))+"px "+Math.ceil(d/
8
- this.height*(this.va.naturalHeight||this.va.height))+_.Of;var f=this.y/this.height;e.style.backgroundPositionX="-"+this.x/this.width*c+_.Of;e.style.backgroundPositionY="-"+f*d+_.Of;return e};
9
- Qz.prototype.load=function(){var a=this;this.mg||(this.mg=new Promise(function(b,c){function d(){a.width||(a.width=(a.va.naturalWidth||a.va.width)/a.ol);a.height||(a.height=(a.va.naturalHeight||a.va.height)/a.Zn);a.x||(a.x=a.width*a.dm);a.y||(a.y=a.height*a.em)}if(a.va.src&&a.va.complete)d(),b(a);else{var e=null,f=function(){d();a.va.removeEventListener(_.Je,f);a.va.removeEventListener(_.se,e);b(a)};e=function(g){a.va.removeEventListener(_.Je,f);a.va.removeEventListener(_.se,e);c(new _.P(1,9,2014,
10
- "Failed to load thumbnail.",g))};a.va.addEventListener(_.Je,f);a.va.addEventListener(_.se,e);a.va.src=a.src}}));return this.mg};_.J("clpp.thumbnails.Thumbnail",Qz);Qz.prototype.load=Qz.prototype.load;Qz.prototype.element=Qz.prototype.element;Qz.prototype.raw=Qz.prototype.raw;_.x(Rz,Mz);
11
- Rz.prototype.init=function(a,b){if(!b||!b.url)throw new _.P(1,9,7100,Jz);if("GRID"===b.mode&&!b.gridSize)throw new _.P(1,9,7100,"Grid size is mandatory for GRID mode");if(!b.duration)throw new _.P(1,9,7100,"Duration is mandatory");this.f=b;this.j=this.f.duration;if(this.f.gridSize)try{var c=this.f.gridSize.split(/x/).map(function(d){return parseInt(d,10)}).filter(function(d){return 0<d});if(2===c.length)this.h=c[0],this.o=c[1];else throw new _.P(1,9,7100,Kz);}catch(d){throw this.log.error("Error during parsing gridSize",d),
12
- new _.P(1,9,7100,Kz);}Mz.prototype.init.call(this,a,b)};Rz.prototype.get=function(a){var b=this,c,d,e,f;return _.I(function(g){if(1==g.a){c=b.player.getDuration();if(0>a||a>c)throw new _.P(1,9,2014,Iz+a);d=b.f.duration;e=Math.floor(a/d);f=b.a[e];if(!f)throw new _.P(1,9,2014,"No thumbnail found for position "+a+" at index "+e);return _.y(g,f.load(),2)}return g["return"](f)})};
13
- Rz.prototype.l=function(){if(0<this.a.length)return Promise.resolve();var a=this.player.getDuration(),b=this.h*this.o;a=Math.ceil(Math.ceil(a/this.j)/b);for(var c=this.f.templateKey||"$index$",d=0;d<a;d++)for(var e=this.f.url.replace(c,String(d+1)),f=new Image,g=0;g<b;g++)this.a.push(new Qz(e,this.j*(d*b+g),this.j,0,0,0,0,this.h,this.o,g%this.h,Math.floor(g/this.h),f));return Promise.resolve()};Sz.prototype.load=function(){return this.qd};
14
- Tz.prototype.init=function(a,b){var c=this;if(!b||!b.url)throw new _.P(1,9,7100,Jz);var d=b.url,e=_.gk(d);e.type=_.fk;a.getNetworkEngine().fetch(e).T.then(function(f){f=f.data;var g=_.Hj(c.f);f=_.Hj(f);for(var h=g.byteLength+f.byteLength,l=new ArrayBuffer(h),m=new DataView(l),n=0,p=0,q=g.byteLength;p<q;p++)m.setUint8(n,g[p]),n+=1;g=0;for(p=f.byteLength;g<p;g++)m.setUint8(n,f[g]),n+=1;c.f=l;c.g.info("Appended "+f.byteLength+" bytes.Total data now "+(h+" bytes."));l=c.f;f=_.Hj(l);n=String.fromCharCode.apply(null,
15
- jA);g=Array.prototype.slice.call(f,0,8);f=64;h=0;m=!1;if(n===String.fromCharCode.apply(null,g))for(l=new DataView(l,16,20),l=l.getUint32(0,!0),0===l&&(l=1E3);!m;){h+=1;g=l;n=new DataView(c.f,f);m=n.getUint32(0,!0);g=m*g/1E3;n=n.getUint32(4,!0);n=new Sz(g,n);if(g=c.a.length)g=c.a[g-1],g.length=n.offset-g.offset,g.duration=n.time-g.time;c.a.push(n);f+=8;(m=4294967295===m)&&c.h.resolve();if(1E5<h)throw Error("There was a problem during reading BIF entries");}else throw Error("The file is not a valid BIF format");
16
- Uz(c)})["catch"](function(f){c.g.error("[BIF] Error while loading thumbnails '\n + 'URL: "+d,f);a.onError(new _.P(1,9,2013,"Error while loading and parsing BIF thumbnails.",f))})};Tz.prototype.get=function(a){var b=this,c,d;return _.I(function(e){switch(e.a){case 1:if(0>a)throw new _.P(1,9,2014,Iz+a);return _.y(e,b.h,2);case 2:c=b.a.find(function(f){return a>=f.time&&a<f.time+f.duration});if(!c)throw new _.P(1,9,2014,Hz+a);return _.y(e,Wz(b,c),3);case 3:return d=e.f,_.y(e,d.load(),4);case 4:return e["return"](d)}})};
17
- Tz.prototype.Fc=function(){return 0<this.a.length};var jA=[137,66,73,70,13,10,26,10];_.x(Xz,Mz);
18
- Xz.prototype.init=function(a,b){var c=this;if(!b||!b.url)throw new _.P(1,9,7100,Jz);var d=b.url,e=_.gk(d);e.type=_.fk;this.f=a.getNetworkEngine().fetch(e).T.then(function(f){f=f.data;if(!f)throw Error("No data in the response");f=_.T.ba(f).split(/\n/);for(var g=0;g<f.length;g++){var h=f[g],l=h.split(" --\x3e ");if(2===l.length){h=f[++g];var m=h.indexOf("\x3d"),n=0>m?[]:h.substr(m+1).split(/,/).map(parseFloat);m=n[0];var p=n[1],q=n[2];n=n[3];var u=h.indexOf("#");h=0>u?h:h.substr(0,u);h.match(/^http|^\/\//)||(h=
19
- d.substr(0,d.lastIndexOf("/"))+"/"+h);u=Yz(l[0]);l=Yz(l[1])-u;c.a.push(new Qz(h,u,l,m,p,q,n,0,0))}}})["catch"](function(f){c.log.error("[VTT] Error while loading thumbnails URL: "+d,f);a.onError(new _.P(1,9,2013,"Error while loading VTT thumbnails.",f))});Mz.prototype.init.call(this,a,b)};
20
- Xz.prototype.get=function(a){var b=this,c;return _.I(function(d){if(1==d.a){if(0>a)throw new _.P(1,9,2014,Iz+a);return _.y(d,b.f,2)}if(3!=d.a){c=b.a.find(function(e){return a>=e.time&&a<e.time+e.duration});if(!c)throw new _.P(1,9,2014,Hz+a);return _.y(d,c.load(),3)}return d["return"](c)})};Xz.prototype.l=function(){return this.f};_.x(Zz,Mz);
21
- Zz.prototype.get=function(a){function b(){return new _.P(1,9,2014,Hz+a)}var c=this,d,e,f,g,h,l,m,n,p,q,u,v,z;return _.I(function(A){if(1==A.a){if(0>a)throw c.log.error("Position must be greater than 0 but is "+a),new _.P(1,9,2014,Iz+a);d=c.player.getPeriods();for(var H=null,G=_.w(d),D=G.next();!D.done;D=G.next())D=D.value,D.startTime<=a&&(H=D);e=H;if(!e)throw c.log.error("Could not find period for specified position",a),b();f=e.thumbStreams.sort(c.f)[0];if(!f)throw c.log.error("Could not find thumb stream for specified position",a),
22
- b();g=f.findSegmentPosition(a-e.startTime);if(null===g||void 0===g)throw c.log.error("Could not find segment index for specified position",a),b();h=f.getSegmentReference(g);if(!h)return A.F(2);l=$z(h,f);m=Math.floor((a-h.startTime)/l.durationPerTile);0<c.a.length?(p=f.findSegmentPosition(0),null!==p&&(n=c.a[(g-p)*l.ri+m])):(q=h.$a())&&0<q.length&&(v=u=0,z=h.startTime,1<l.ri&&(u=m%l.he,v=Math.floor(m/l.he),z+=m*l.durationPerTile),n=new Qz(q[0],z,l.durationPerTile,void 0,void 0,void 0,void 0,l.he,l.ah,
23
- u,v));return n?_.y(A,n.load(),4):A.F(2)}if(2!=A.a)return A["return"](n);c.log.error("segment reference for specified segment index does not exist",g);throw b();})};Zz.prototype.f=function(a,b){return void 0!==a.bandwidth&&void 0!==b.bandwidth?a.bandwidth-b.bandwidth:0};
24
- Zz.prototype.l=function(){if(0<this.a.length)return Promise.resolve();var a=this.player.getPeriods();a=_.w(a);for(var b=a.next();!b.done;b=a.next())if(b=b.value.thumbStreams.sort(this.f)[0])for(var c=b.findSegmentPosition(0),d=void 0;null!==c&&!_.N.R(d=b.getSegmentReference(c++));)for(var e=$z(d,b),f=d.$a()[0],g=new Image,h=d.startTime,l=0;l<e.ah;++l)for(var m=0;m<e.he;++m)this.a.push(new Qz(f,h,e.durationPerTile,void 0,void 0,void 0,void 0,e.he,e.ah,m,l,g)),h+=e.durationPerTile;return Promise.resolve()};_.t=aA.prototype;_.t.onPlayerCreated=function(a){this.m=a};_.t.onPlayerWillDestroy=function(){this.m=null};_.t.onPlayerWillRelease=function(){this.a=null};
25
- _.t.onContentWillLoad=function(a){var b=this,c=a.getConfiguration().thumbnails;if(c)if(!1===c.enabled)this.g.info("Thumbnails disabled.");else{var d=c.mode||null;d||(d=hA(c.url||null));(this.a=gA(d))?(this.g.info("Loading thumbs configuration",c),this.m.one(_.Me,function(){b.g.info("Initialize thumbnails provider");try{b.a.init(a,c)}catch(e){b.m.onError(e)}})):this.g.warn("Unknown thumbnail mode",d)}else this.a=null};
26
- _.t.onContentLoaded=function(a,b){for(var c=1;c<arguments.length;++c);if(!this.a&&(c=(c=a.getConfiguration())&&c.thumbnails,!c||void 0===c.enabled||c.enabled)){var d=a.getPeriods();if(bA(d)){this.a=new Zz;try{this.a.init(a,c)}catch(e){this.m.onError(e)}}}};_.t.get=function(a){return this.a?this.a.get(a):Promise.reject(new _.P(1,9,2014,"Thumbnail format is not supported"))};_.t.id=function(){return"thumbnails"};_.J("clpp.thumbnails.ThumbnailsPlugin",aA);aA.prototype.get=aA.prototype.get;aA.Id="thumbnails";
27
- iA.prototype.create=function(){return new aA};_.Ht(new iA);var cA="SINGLE",dA="GRID",eA="WEBVTT",fA="BIF";};
2
+ var f=function(window){var $z="No thumbnail found for position: ",aA="Position is out of range: ",bA="Thumbnail URL is mandatory",cA="Wrong gridSize format",dA="clpp.thumbnails",eA=function(){this.log=new _.K(dA);this.player=null;this.a=[];this.w=!1},gA=function(a,b){b.reduce(function(c,d){var e=d,f=!1;typeof d===_.ff&&(e=d.step,f=d.preloadWhileBuffering);return c.then(function(){return fA(a,0,e,!!f)})},Promise.resolve())},fA=function(a,b,c,d){if(a.w||b>=a.a.length)return Promise.resolve();var e=b+c;return hA(a,d).then(function(){return a.a[b].load()}).then(function(){return fA(a,
3
+ e,c,d)})},hA=function(a,b){return new Promise(function(c){if(b||a.player.getState()!==_.Lq)c();else a.player.one(_.nd,function(){c()})})},iA=function(a,b,c,d,e,f,g,h,l,m,n,p){d=void 0===d?0:d;e=void 0===e?0:e;f=void 0===f?0:f;g=void 0===g?0:g;h=void 0===h?1:h;l=void 0===l?1:l;m=void 0===m?0:m;n=void 0===n?0:n;p=void 0===p?new Image:p;this.time=b;this.src=a;this.duration=c;this.x=d;this.y=e;this.width=f;this.height=g;this.va=p;this.Al=h;this.qo=l;this.qm=m;this.rm=n;this.sg=null},jA=function(){eA.call(this);
4
+ this.f=null;this.o=this.h=1;this.j=0},kA=function(a,b){this.time=a;this.duration=0;this.offset=b;this.length=0;this.yd=new _.Gk},lA=function(){this.g=new _.K(dA);this.f=new ArrayBuffer(0);this.a=[];this.h=new _.Gk},mA=function(a){var b=a.f.byteLength;a.a.forEach(function(c){c.offset+c.length<b&&c.yd.resolve()})},oA=function(a,b){return nA(a,b).then(function(c){return new iA(c,b.time,b.duration)})},nA=function(a,b){return b.load().then(function(){var c=_.Xj(a.f,b.offset,b.length);return"data:image/jpeg;base64,"+
5
+ _.hk(c)})},pA=function(){eA.call(this);this.f=null},qA=function(a){a=a.split(/\.|:/).map(parseFloat);var b=0,c,d={3:.001,2:1,1:60,0:3600};for(c=a.length-1;0<=c;c--)b+=a[c]*d[c];return b},rA=function(){eA.apply(this,arguments)},sA=function(a,b){var c=a.horizontalTiles||b.horizontalTiles||1,d=a.verticalTiles||b.verticalTiles||1,e=c*d;return{me:c,hh:d,Ai:e,durationPerTile:a.durationPerTile||b.durationPerTile||(a.endTime-a.startTime)/e}},tA=function(){this.g=new _.K(dA);this.a=this.m=null},uA=function(a){return a.some(function(b){return 0<
6
+ b.thumbStreams.length})},zA=function(a){return a?a===vA||a===wA?new jA:a===xA?new pA:a===yA?new lA:null:null},AA=function(a){if(!a)return null;a=new _.hl(a);return a.path.match(/.*\.vtt$/i)?xA:a.path.match(/.*\.bif$/i)?yA:a.path.match(/.*\.(png|jpg|jpeg)$/i)?vA:null},BA=function(){};eA.prototype.init=function(a,b){var c=this;this.player=a;a.one(_.Zf,function(){c.w=!0});a.isLive()||this.l().then(function(){b&&b.preload&&gA(c,b.preload)})};iA.prototype.raw=function(){return this.va.cloneNode(!1)};
7
+ iA.prototype.element=function(a,b){var c=this.width,d=this.height,e=this.width/this.height;void 0!==a&&void 0===b&&(b=0);null!==a&&void 0!==a&&(c=a);null!==b&&void 0!==b&&(d=b);c||(c=Math.ceil(d*e));d||(d=Math.ceil(c/e));e=document.createElement(_.fe);e.style.width=c+_.Wf;e.style.height=d+_.Wf;e.style.backgroundColor="#000";e.style.backgroundRepeat="no-repeat";e.style.backgroundImage='url("'+this.src+'")';e.style.backgroundSize=Math.ceil(c/this.width*(this.va.naturalWidth||this.va.width))+"px "+Math.ceil(d/
8
+ this.height*(this.va.naturalHeight||this.va.height))+_.Wf;var f=this.y/this.height;e.style.backgroundPositionX="-"+this.x/this.width*c+_.Wf;e.style.backgroundPositionY="-"+f*d+_.Wf;return e};
9
+ iA.prototype.load=function(){var a=this;this.sg||(this.sg=new Promise(function(b,c){function d(){a.width||(a.width=(a.va.naturalWidth||a.va.width)/a.Al);a.height||(a.height=(a.va.naturalHeight||a.va.height)/a.qo);a.x||(a.x=a.width*a.qm);a.y||(a.y=a.height*a.rm)}if(a.va.src&&a.va.complete)d(),b(a);else{var e=null,f=function(){d();a.va.removeEventListener(_.Re,f);a.va.removeEventListener(_.ze,e);b(a)};e=function(g){a.va.removeEventListener(_.Re,f);a.va.removeEventListener(_.ze,e);c(new _.O(1,9,2014,
10
+ "Failed to load thumbnail.",g))};a.va.addEventListener(_.Re,f);a.va.addEventListener(_.ze,e);a.va.src=a.src}}));return this.sg};_.J("clpp.thumbnails.Thumbnail",iA);iA.prototype.load=iA.prototype.load;iA.prototype.element=iA.prototype.element;iA.prototype.raw=iA.prototype.raw;_.x(jA,eA);
11
+ jA.prototype.init=function(a,b){if(!b||!b.url)throw new _.O(1,9,7100,bA);if("GRID"===b.mode&&!b.gridSize)throw new _.O(1,9,7100,"Grid size is mandatory for GRID mode");if(!b.duration)throw new _.O(1,9,7100,"Duration is mandatory");this.f=b;this.j=this.f.duration;if(this.f.gridSize)try{var c=this.f.gridSize.split(/x/).map(function(d){return parseInt(d,10)}).filter(function(d){return 0<d});if(2===c.length)this.h=c[0],this.o=c[1];else throw new _.O(1,9,7100,cA);}catch(d){throw this.log.error("Error during parsing gridSize",d),
12
+ new _.O(1,9,7100,cA);}eA.prototype.init.call(this,a,b)};jA.prototype.get=function(a){var b=this,c,d,e,f;return _.I(function(g){if(1==g.a){c=b.player.getDuration();if(0>a||a>c)throw new _.O(1,9,2014,aA+a);d=b.f.duration;e=Math.floor(a/d);f=b.a[e];if(!f)throw new _.O(1,9,2014,"No thumbnail found for position "+a+" at index "+e);return _.y(g,f.load(),2)}return g["return"](f)})};
13
+ jA.prototype.l=function(){if(0<this.a.length)return Promise.resolve();var a=this.player.getDuration(),b=this.h*this.o;a=Math.ceil(Math.ceil(a/this.j)/b);for(var c=this.f.templateKey||"$index$",d=0;d<a;d++)for(var e=this.f.url.replace(c,String(d+1)),f=new Image,g=0;g<b;g++)this.a.push(new iA(e,this.j*(d*b+g),this.j,0,0,0,0,this.h,this.o,g%this.h,Math.floor(g/this.h),f));return Promise.resolve()};kA.prototype.load=function(){return this.yd};
14
+ lA.prototype.init=function(a,b){var c=this;if(!b||!b.url)throw new _.O(1,9,7100,bA);var d=b.url,e=_.wk(d);e.type=_.vk;a.getNetworkEngine().fetch(e).T.then(function(f){f=f.data;var g=_.Xj(c.f);f=_.Xj(f);for(var h=g.byteLength+f.byteLength,l=new ArrayBuffer(h),m=new DataView(l),n=0,p=0,q=g.byteLength;p<q;p++)m.setUint8(n,g[p]),n+=1;g=0;for(p=f.byteLength;g<p;g++)m.setUint8(n,f[g]),n+=1;c.f=l;c.g.info("Appended "+f.byteLength+" bytes.Total data now "+(h+" bytes."));l=c.f;f=_.Xj(l);n=String.fromCharCode.apply(null,
15
+ CA);g=Array.prototype.slice.call(f,0,8);f=64;h=0;m=!1;if(n===String.fromCharCode.apply(null,g))for(l=new DataView(l,16,20),l=l.getUint32(0,!0),0===l&&(l=1E3);!m;){h+=1;g=l;n=new DataView(c.f,f);m=n.getUint32(0,!0);g=m*g/1E3;n=n.getUint32(4,!0);n=new kA(g,n);if(g=c.a.length)g=c.a[g-1],g.length=n.offset-g.offset,g.duration=n.time-g.time;c.a.push(n);f+=8;(m=4294967295===m)&&c.h.resolve();if(1E5<h)throw Error("There was a problem during reading BIF entries");}else throw Error("The file is not a valid BIF format");
16
+ mA(c)})["catch"](function(f){c.g.error("[BIF] Error while loading thumbnails '\n + 'URL: "+d,f);a.onError(new _.O(1,9,2013,"Error while loading and parsing BIF thumbnails.",f))})};lA.prototype.get=function(a){var b=this,c,d;return _.I(function(e){switch(e.a){case 1:if(0>a)throw new _.O(1,9,2014,aA+a);return _.y(e,b.h,2);case 2:c=b.a.find(function(f){return a>=f.time&&a<f.time+f.duration});if(!c)throw new _.O(1,9,2014,$z+a);return _.y(e,oA(b,c),3);case 3:return d=e.f,_.y(e,d.load(),4);case 4:return e["return"](d)}})};
17
+ lA.prototype.Kc=function(){return 0<this.a.length};var CA=[137,66,73,70,13,10,26,10];_.x(pA,eA);
18
+ pA.prototype.init=function(a,b){var c=this;if(!b||!b.url)throw new _.O(1,9,7100,bA);var d=b.url,e=_.wk(d);e.type=_.vk;this.f=a.getNetworkEngine().fetch(e).T.then(function(f){f=f.data;if(!f)throw Error("No data in the response");f=_.T.da(f).split(/\n/);for(var g=0;g<f.length;g++){var h=f[g],l=h.split(" --\x3e ");if(2===l.length){h=f[++g];var m=h.indexOf("\x3d"),n=0>m?[]:h.substr(m+1).split(/,/).map(parseFloat);m=n[0];var p=n[1],q=n[2];n=n[3];var u=h.indexOf("#");h=0>u?h:h.substr(0,u);h.match(/^http|^\/\//)||(h=
19
+ d.substr(0,d.lastIndexOf("/"))+"/"+h);u=qA(l[0]);l=qA(l[1])-u;c.a.push(new iA(h,u,l,m,p,q,n,0,0))}}})["catch"](function(f){c.log.error("[VTT] Error while loading thumbnails URL: "+d,f);a.onError(new _.O(1,9,2013,"Error while loading VTT thumbnails.",f))});eA.prototype.init.call(this,a,b)};
20
+ pA.prototype.get=function(a){var b=this,c;return _.I(function(d){if(1==d.a){if(0>a)throw new _.O(1,9,2014,aA+a);return _.y(d,b.f,2)}if(3!=d.a){c=b.a.find(function(e){return a>=e.time&&a<e.time+e.duration});if(!c)throw new _.O(1,9,2014,$z+a);return _.y(d,c.load(),3)}return d["return"](c)})};pA.prototype.l=function(){return this.f};_.x(rA,eA);
21
+ rA.prototype.get=function(a){function b(){return new _.O(1,9,2014,$z+a)}var c=this,d,e,f,g,h,l,m,n,p,q,u,v,z;return _.I(function(A){if(1==A.a){if(0>a)throw c.log.error("Position must be greater than 0 but is "+a),new _.O(1,9,2014,aA+a);d=c.player.getPeriods();for(var H=null,G=_.w(d),D=G.next();!D.done;D=G.next())D=D.value,D.startTime<=a&&(H=D);e=H;if(!e)throw c.log.error("Could not find period for specified position",a),b();f=e.thumbStreams.sort(c.f)[0];if(!f)throw c.log.error("Could not find thumb stream for specified position",a),
22
+ b();g=f.findSegmentPosition(a-e.startTime);if(null===g||void 0===g)throw c.log.error("Could not find segment index for specified position",a),b();h=f.getSegmentReference(g);if(!h)return A.F(2);l=sA(h,f);m=Math.floor((a-h.startTime)/l.durationPerTile);0<c.a.length?(p=f.findSegmentPosition(0),null!==p&&(n=c.a[(g-p)*l.Ai+m])):(q=h.eb())&&0<q.length&&(v=u=0,z=h.startTime,1<l.Ai&&(u=m%l.me,v=Math.floor(m/l.me),z+=m*l.durationPerTile),n=new iA(q[0],z,l.durationPerTile,void 0,void 0,void 0,void 0,l.me,l.hh,
23
+ u,v));return n?_.y(A,n.load(),4):A.F(2)}if(2!=A.a)return A["return"](n);c.log.error("segment reference for specified segment index does not exist",g);throw b();})};rA.prototype.f=function(a,b){return void 0!==a.bandwidth&&void 0!==b.bandwidth?a.bandwidth-b.bandwidth:0};
24
+ rA.prototype.l=function(){if(0<this.a.length)return Promise.resolve();var a=this.player.getPeriods();a=_.w(a);for(var b=a.next();!b.done;b=a.next())if(b=b.value.thumbStreams.sort(this.f)[0])for(var c=b.findSegmentPosition(0),d=void 0;null!==c&&!_.N.R(d=b.getSegmentReference(c++));)for(var e=sA(d,b),f=d.eb()[0],g=new Image,h=d.startTime,l=0;l<e.hh;++l)for(var m=0;m<e.me;++m)this.a.push(new iA(f,h,e.durationPerTile,void 0,void 0,void 0,void 0,e.me,e.hh,m,l,g)),h+=e.durationPerTile;return Promise.resolve()};_.t=tA.prototype;_.t.onPlayerCreated=function(a){this.m=a};_.t.onPlayerWillDestroy=function(){this.m=null};_.t.onPlayerWillRelease=function(){this.a=null};
25
+ _.t.onContentWillLoad=function(a){var b=this,c=a.getConfiguration().thumbnails;if(c)if(!1===c.enabled)this.g.info("Thumbnails disabled.");else{var d=c.mode||null;d||(d=AA(c.url||null));(this.a=zA(d))?(this.g.info("Loading thumbs configuration",c),this.m.one(_.Te,function(){b.g.info("Initialize thumbnails provider");try{b.a.init(a,c)}catch(e){b.m.onError(e)}})):this.g.warn("Unknown thumbnail mode",d)}else this.a=null};
26
+ _.t.onContentLoaded=function(a,b){for(var c=1;c<arguments.length;++c);if(!this.a&&(c=(c=a.getConfiguration())&&c.thumbnails,!c||void 0===c.enabled||c.enabled)){var d=a.getPeriods();if(uA(d)){this.a=new rA;try{this.a.init(a,c)}catch(e){this.m.onError(e)}}}};_.t.get=function(a){return this.a?this.a.get(a):Promise.reject(new _.O(1,9,2014,"Thumbnail format is not supported"))};_.t.id=function(){return"thumbnails"};_.J("clpp.thumbnails.ThumbnailsPlugin",tA);tA.prototype.get=tA.prototype.get;tA.Id="thumbnails";
27
+ BA.prototype.create=function(){return new tA};_.bu(new BA);var vA="SINGLE",wA="GRID",xA="WEBVTT",yA="BIF";};
28
28
  if(typeof(module)!="undefined"&&module.exports){var x=require("./cl.core.js");_ = x._;(f.call(g,this));module.exports=g;}
29
29
  else if (typeof(define)!="undefined"&&define.amd) {define(["./cl.core"], function(c){_=c._;(f.call(g,this));return g;});}
30
30
  else{_=this.clpp._;(f.call(g,this));}