@castlabs/prestoplay 6.17.1 → 6.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +55 -0
- package/cjs/cl.adobe.js +3 -3
- package/cjs/cl.airplay.js +3 -3
- package/cjs/cl.broadpeak.js +7 -7
- package/cjs/cl.cast.js +115 -114
- package/cjs/cl.conviva.js +33 -33
- package/cjs/cl.core.js +575 -565
- package/cjs/cl.crypto.js +9 -9
- package/cjs/cl.dash.js +77 -74
- package/cjs/cl.externs.js +175 -293
- package/cjs/cl.freewheel.js +24 -24
- package/cjs/cl.hls.js +70 -69
- package/cjs/cl.hlssmpte.js +6 -6
- package/cjs/cl.htmlcue.js +29 -29
- package/cjs/cl.ima.js +24 -24
- package/cjs/cl.mse.js +315 -314
- package/cjs/cl.muxdata.js +15 -15
- package/cjs/cl.onboard.js +3 -3
- package/cjs/cl.persistent.js +14 -14
- package/cjs/cl.playlist.js +6 -6
- package/cjs/cl.sessions.js +16 -15
- package/cjs/cl.simid.js +15 -15
- package/cjs/cl.smooth.js +72 -72
- package/cjs/cl.thumbnails.js +26 -26
- package/cjs/cl.tizen.js +71 -71
- package/cjs/cl.ttml.js +29 -28
- package/cjs/cl.verimatrix.js +5 -5
- package/cjs/cl.vimond.js +13 -13
- package/cjs/cl.vr.js +19 -19
- package/cjs/cl.vtt.js +14 -14
- package/cjs/cl.youbora.js +18 -18
- package/cl.adobe.js +3 -3
- package/cl.airplay.js +3 -3
- package/cl.broadpeak.js +5 -5
- package/cl.cast.js +90 -89
- package/cl.conviva.js +27 -27
- package/cl.core.js +473 -466
- package/cl.crypto.js +9 -9
- package/cl.dash.js +72 -70
- package/cl.externs.js +172 -294
- package/cl.freewheel.js +19 -19
- package/cl.hls.js +74 -72
- package/cl.hlssmpte.js +5 -5
- package/cl.htmlcue.js +26 -26
- package/cl.ima.js +17 -17
- package/cl.mse.js +276 -273
- package/cl.muxdata.js +13 -13
- package/cl.onboard.js +4 -4
- package/cl.persistent.js +11 -11
- package/cl.playlist.js +5 -5
- package/cl.sessions.js +10 -10
- package/cl.simid.js +13 -13
- package/cl.smooth.js +59 -59
- package/cl.thumbnails.js +19 -19
- package/cl.tizen.js +57 -57
- package/cl.ttml.js +22 -22
- package/cl.verimatrix.js +4 -4
- package/cl.vimond.js +8 -8
- package/cl.vr.js +15 -15
- package/cl.vtt.js +12 -12
- package/cl.youbora.js +15 -15
- package/clpp.styles.css +14 -0
- package/package.json +2 -2
- package/typings.d.ts +406 -377
package/cl.core.js
CHANGED
|
@@ -1,385 +1,396 @@
|
|
|
1
|
-
let g={}; let _ = {};let f=function(window){'use strict';var ba,ca,la,oa,ta,ua,wa,xa,ya,za,Ra,Xa,Ya,
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
la="Autoplay should not be used for preloaded streams. ";_.ma="BANDWIDTH";_.na="BASIC";oa="CHECKSUM";_.pa="CODECS";_.qa="Cannot retrieve buffer information due to platform limitations";_.ra="CastlabsPlayer";_.sa="Configuration is valid";ta="Content-Length";ua="Content-Type";_.va="Could not find configured DRM environment.";wa="DRM licenses loaded";xa="DRMtoday";ya="DRMtodayOnboard";za="Destroying player";_.Aa="Disable track type ";_.Ba="EXT-X-BYTERANGE";
|
|
5
|
-
_.Ea="EXT-X-DISCONTINUITY-SEQUENCE";_.Fa="EXT-X-ENDLIST";_.Ga="EXT-X-KEY";_.Ha="EXT-X-MAP";_.Ia="EXT-X-MEDIA-SEQUENCE";_.Ja="EXT-X-PART-INF";_.La="EXT-X-PLAYLIST-TYPE";_.Ma="EXT-X-PRELOAD-HINT";_.Na="EXT-X-PROGRAM-DATE-TIME";_.Oa="EXT-X-SERVER-CONTROL";_.Qa="EXT-X-TARGETDURATION";Ra="Error while decoding string!";_.Sa="Error while fetching license!";_.Ta="FairPlay Certificate URL is not defined";_.
|
|
6
|
-
|
|
7
|
-
pb="Not a persistent session.";_.qb="Not supported";rb="NotAllowedError";
|
|
8
|
-
_.
|
|
9
|
-
_.
|
|
10
|
-
_.
|
|
11
|
-
|
|
12
|
-
_.
|
|
13
|
-
|
|
14
|
-
_.
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
_.
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
_.
|
|
21
|
-
|
|
22
|
-
_.
|
|
23
|
-
_.
|
|
24
|
-
|
|
25
|
-
_.
|
|
26
|
-
_.
|
|
27
|
-
|
|
28
|
-
_.
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
_.
|
|
45
|
-
_.
|
|
46
|
-
_.
|
|
47
|
-
_.
|
|
48
|
-
_.
|
|
49
|
-
_.
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
[]
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
_.
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
_.
|
|
67
|
-
_.
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
_.
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
_.
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
_.Ed;a.a.set(b,null)}b===_.
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
_.
|
|
83
|
-
restrictions:
|
|
84
|
-
alwaysStreamText:!1,relativeTextTimestamp:!1,startAtSegmentBoundary:!1,gapDetectionThreshold:.1,disableAudioTracks:!1,disableVideoTracks:!1,smallGapLimit:.5,jumpLargeGaps:!0,durationBackoff:1,maxSegmentToMediaOffset:1,forceNativeTS:!1,preferNativeHlsOnSafari:!0,safeSeekOffset:5,stallEnabled:!0,stallThreshold:3,stallSkip:.5,bufferLimitUpdateInterval:.5,overridePasp:!1,enableLiveEdgeChasing:!1,chasingRate:1.15,startChasingAt:5,stopChasingAt:2,
|
|
85
|
-
disableFragmentSupport:!1,disableMergedFragments:!1,ignoreManagedMediaSourceStreamingHints:!1},mediaSource:{codecSwitchingStrategy:_.
|
|
86
|
-
1,a.streaming.stallSkip=1,a.streaming.gapDetectionThreshold=.02);_.
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
7100,"config.
|
|
91
|
-
|
|
92
|
-
7,7100,"config.streaming.
|
|
93
|
-
|
|
94
|
-
a.
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
(
|
|
100
|
-
|
|
1
|
+
let g={}; let _ = {};let f=function(window){'use strict';var ba,ca,la,oa,ta,ua,wa,xa,ya,za,Ra,Xa,Ya,$a,ab,bb,db,eb,jb,kb,lb,mb,nb,ob,pb,rb,tb,xb,Ab,Eb,Hb,Ib,Lb,Nb,Qb,Rb,Vb,Wb,Yb,ic,kc,Cc,Hc,Mc,Xc,Yc,dd,ed,fd,hd,id,jd,ld,md,nd,pd,qd,xd,Ad,Gd,Hd,Jd,Kd,Md,Pd,Qd,Sd,Yd,fe,he,ie,te,Le,Se,Ue,Ve,We,Xe,Ye,Ze,$e,af,bf,cf,hf,jf,kf,lf,mf,nf,pf,tf,vf,Kf,Nf,Tf,$f,bg,cg,ig,ug,yg,zg,Ag,Bg,Cg,Eg,Fg,Gg,Hg,Ig,Jg,Mg,Ng,Sg,Pg,$g,ah,ch,fh,hh,ph,qh,Ah,Bh,uh,xh,Dh,Fh,Eh,Jh,Kh,Lh,Mh,Ph,Qh,Sh,Th,Xh,Zh,ai,Vh,ci,gi,ii,ki,ji,li,mi,ni,qi,ri,ui,Ui,Yi,Zi,$i,aj,cj,dj,ej,fj,
|
|
2
|
+
ij,lj,rj,sj,wj,yj,tj,vj,xj,zj,Aj,Bj,Dj,Ej,Lj,Tj,Xj,ck,bk,ok,hk,gk,zk,Ak,Ck,Dk,Ek,Fk,Gk,Hk,Jk,Ik,Kk,Lk,Ok,Pk,Qk,Bk,Sk,Uk,Wk,Yk,$k,fl,gl,hl,il,jl,kl,ll,ml,nl,ol,pl,vl,El,Gl,Ml,Ql,Sl,Zl,im,Vl,dm,qm,sm,tm,Em,Fm,Mm,Pm,Qm,Sm,Um,Vm,Wm,Nm,Tm,Xm,Ym,Zm,$m,an,bn,hn,nn,pn,rn,qn,tn,ln,An,xn,zn,yn,on,Bn,Cn,Dn,Jn,Kn,Ln,On,Sn,Tn,Vn,Qn,Pn,co,eo,io,ho,ko,mo,no,jo,po,qo,ro,vo,Ao,Bo,Co,Do,Eo,Go,Ho,Io,Jo,Ko,Lo,Wo,Mo,No,Oo,Po,Qo,Ro,So,To,Uo,Vo,dp,ep,fp,Zo,gp,bp,ap,Yo,cp,hp,ip,lp,tp,up,vp,sp,Bp,wp,xp,yp,zp,Ap,jp,kp,mp,
|
|
3
|
+
np,op,Ep,qp,rp,Mp,Np,Lp,Op,Kp,Jp,Qp,Sp,Up,Wp,Xp,Yp,Zp,$p,aq,bq,cq,dq,eq,fq,jq,nq,kq,pq,tq,vq,xq,zq,Aq,Bq,Dq,Lq,Eq,Fq,Gq,Nq,Jq,Oq,Rq,Sq,Tq,Pq,Qq,Uq,Vq,Yq,br,cr,fr,hr,ir,gr,dr,Xq,ar,Zq,$q,lr,mr,nr,or,rr,pr,qr,sr,tr,ur,vr,wr,xr,yr,zr,Ar,Br,Dr,Er,Fr,Hr,Jr,Rr,Sr,Tr,Vr,Wr,Xr,Zr,$r,Yr,as,ds,cs,bs,hs,gs,ms,Kg,Lg;_.aa=" is registered.";ba=" is unsupported on this platform.";ca=" to a log level. Falling back to default!";_.da="6.19.0";_.ha="AdaptationSet";_.ia="Already destroyed. No-op";_.ja="Already released. No-op";
|
|
4
|
+
_.ka="Autoplay is not allowed due to browser policy.";la="Autoplay should not be used for preloaded streams. ";_.ma="BANDWIDTH";_.na="BASIC";oa="CHECKSUM";_.pa="CODECS";_.qa="Cannot retrieve buffer information due to platform limitations";_.ra="CastlabsPlayer";_.sa="Configuration is valid";ta="Content-Length";ua="Content-Type";_.va="Could not find configured DRM environment.";wa="DRM licenses loaded";xa="DRMtoday";ya="DRMtodayOnboard";za="Destroying player";_.Aa="Disable track type ";_.Ba="EXT-X-BYTERANGE";
|
|
5
|
+
_.Ca="EXT-X-DATERANGE";_.Da="EXT-X-DISCONTINUITY";_.Ea="EXT-X-DISCONTINUITY-SEQUENCE";_.Fa="EXT-X-ENDLIST";_.Ga="EXT-X-KEY";_.Ha="EXT-X-MAP";_.Ia="EXT-X-MEDIA-SEQUENCE";_.Ja="EXT-X-PART-INF";_.La="EXT-X-PLAYLIST-TYPE";_.Ma="EXT-X-PRELOAD-HINT";_.Na="EXT-X-PROGRAM-DATE-TIME";_.Oa="EXT-X-SERVER-CONTROL";_.Qa="EXT-X-TARGETDURATION";Ra="Error while decoding string!";_.Sa="Error while fetching license!";_.Ta="FairPlay Certificate URL is not defined";_.Va="FairPlay License URL is not defined";_.Wa="GROUP-ID";
|
|
6
|
+
Xa="HW_SECURE_ALL";Ya="HW_SECURE_CRYPTO";$a="HW_SECURE_DECODE";ab="HeaderDrm";bb="InvalidStateError";_.cb="LANGUAGE";db="License verification failed: ";eb="Load interrupted while a player release is pending";_.fb="Loading player with configuration";_.gb="MaxHeight";_.hb="MaxWidth";jb="Missing media element";kb="No drmtoday configuration found in player configuration. Unable to modify the DRM license request!";lb="No event provided!";mb="No items in the playlist";nb="No sources provided!";ob="No track data attached to the event, unable to add track!";
|
|
7
|
+
pb="Not a persistent session.";_.qb="Not supported";rb="NotAllowedError";tb="NotSupportedError";_.ub="PLAYLIST";_.vb="POST";_.wb="PlayReady License URL is not defined";xb="Player not ready yet.";_.yb="Player sources";_.zb="Please make sure ";Ab="Preloading is not supported by this player.";_.Bb="QualityLevel";_.Cb="RESOLUTION";_.Db="Representation";Eb="STANDARD";_.Fb="SW_SECURE_CRYPTO";_.Gb="SW_SECURE_DECODE";Hb="Session is closed";Ib="Skipping Session creation. License for init data was already requested in ";
|
|
8
|
+
_.Jb="SmoothStreamingMedia";_.Kb="TYPE";Lb="The index is not in the allowed range.";_.Mb="URI";Nb="Unable to translate ";_.Ob="Unhandled/ignored event";_.Pb="Unregistering listeners";Qb="Unsupported keySystem";Rb="Using VTTCue polyfill from 3 argument TextTrackCue.";_.Tb="VIDEO";_.Ub="VOD";Vb="Wait for preloading to finish";Wb="WebkitEmeManager.MediaKeySession.load";_.Xb="Widevine License URL is not defined";Yb="Will create EME Manager: ";_.Zb="X-ASSET-LIST";_.$b="X-ASSET-URI";_.ac="X-PLAYOUT-LIMIT";
|
|
9
|
+
_.bc="X-RESUME-OFFSET";_.cc="ad-break-started";_.dc="ad-break-stopped";_.ec="ad-buffering";_.fc="ad-clicked";_.gc="ad-completed";_.hc="ad-first-quartile";ic="ad-hls-asset-list-request";kc="ad-hls-asset-list-response";_.lc="ad-impression";_.mc="ad-loaded";_.nc="ad-midpoint";_.oc="ad-paused";_.pc="ad-progress";_.qc="ad-resumed";_.rc="ad-skipped";_.sc="ad-started";_.tc="ad-stopped";_.uc="ad-third-quartile";_.vc="addtrack";_.wc="ads-timeline-changed";_.xc="airplay-casting-ended";_.yc="airplay-casting-started";
|
|
10
|
+
_.zc="airplay-status-changed";_.Ac="application/cea-608";_.Bc="application/dash+xml";Cc="application/mp4";_.Dc='application/mp4; codecs\x3d"stpp"';_.Ec='application/mp4; codecs\x3d"wvtt"';_.Fc="application/ttml+xml";_.Gc="application/vnd.ms-sstr+xml";Hc="application/x-www-form-urlencoded";_.p="audio";_.Ic="audio/aac";_.Jc="audio/ac3";_.Kc="audio/eac3";_.Lc="audio/mp4";Mc='audio/mp4;codecs\x3d"mp4a.40.2"';_.Nc="audiobufferchanged";_.Oc="autoplaynotallowed";_.Pc="bitratechanged";_.Rc="boolean";
|
|
11
|
+
_.Sc="bufferingended";_.Wc="bufferingstarted";Xc="canplay";Yc="canplaythrough";_.Zc="castingstarted";_.$c="caststatuschanged";_.ad="cdn-switch-success";_.bd="cenc";_.cd="center";dd="certificate-request";ed="change";fd="chrome";_.gd="clpp-fill";hd="clpp-hidden";id="clpp-mc-playlist";jd="clpp-visible";_.kd="clpp.cast.CastSender";ld="clpp.drm.HeaderDrm";md="clpp.drm.eme.AppleEmeManager";nd="clpp.native.Player";pd="clpp.plist.McPlaylist";qd="clpp.utils.Platform";_.rd="codecs";_.sd="column-reverse";
|
|
12
|
+
_.td="com.adobe.primetime";_.ud="com.apple.fps";_.vd="com.apple.hls.interstitial";_.wd="com.microsoft.playready";xd="com.microsoft.playready.recommendation";_.yd="com.widevine.alpha";_.zd="config.drm.customData is not defined";Ad="controls";_.Bd="cuechange";_.Cd="decoder";_.Dd="destroy()";_.Ed="disabled";_.Fd="div";Gd="drm.mediaKeys.end";Hd="drm.mediaKeys.start";Jd="drm.onPlay.end";Kd="drm.onPlay.start";_.Ld="drmexpirationupdate";Md="drmrenewalstarted";_.Nd="drmsessionpersisted";_.Od="drmsessionupdate";
|
|
13
|
+
Pd="drmtoday";Qd="durationchange";_.Rd="ec-3";Sd="encrypted";_.Td="end";_.Ud="ended";_.Vd="error";_.Wd="estimatedThroughputKbps";_.Xd="forced";Yd="fullscreenElement";_.Zd="function";_.$d="height";_.ae="hidden";_.be="hls-daterange";_.ce="html";_.de="image";_.ee="internal-error";fe="keystatuseschange";_.ge="left";he="license-renewal";ie="license-request";_.je="line-left";_.le="line-right";_.me="live-turned-static";_.qe="load";_.re="loadeddata";_.se="loadedmetadata";te="loadstart";_.ue="main";_.ve="mdat";
|
|
14
|
+
_.we="mdia";_.xe="message";_.ye="metadata";_.ze="mimeType";_.Ae="minf";_.Be="moov";_.Ce="mpd-type-changed";_.De="mpeg-dash-callback-event";_.Ee="none";_.r="number";_.Fe="object";_.Ge="onBitrateChanged()";_.He="onPlayerError()";_.Ie="onPlayerWillDestroy";_.Je="onPlayerWillRelease";_.Ke="onStateChanged()";Le="online-status-changed";_.Me="optional";_.Ne="org.w3.clearkey";_.Oe="output-restricted";_.Pe="pause";_.Qe="persistent";_.Re="persistent-license";Se="picture-in-picture";_.Te="play";Ue="player.afterLoad.end";
|
|
15
|
+
Ve="player.afterLoad.start";We="player.appendLoad.end";Xe="player.appendLoad.start";Ye="player.beforeLoad.end";Ze="player.beforeLoad.start";$e="player.load.end";af="player.load.start";bf="player.setupPlaylist.end";cf="player.setupPlaylist.start";_.df="playing";_.ef="playlist-item-changed";_.gf="playlist-modified";hf="playlist.next.end";jf="playlist.next.start";kf="preload-aborted";lf="preload-failed";mf="preloaded";nf="preloading";_.of="prevent";pf="primary-content";_.qf="progress";_.rf="px";
|
|
16
|
+
_.sf="ratechange";tf="released";_.uf="releasing";vf="removetrack";_.wf="required";_.xf="resize";_.yf="right";_.zf="sc-playlist-ended";_.Af="sc-playlist-item-changed";_.Bf="sc-playlist-live-turned-static";_.Cf="sc-playlist-timeline-changed";_.Df="seeked";_.Ef="seeking";_.Ff="showing";_.Gf="simid-creative-started";_.Hf="simid-creative-stopped";_.If="sinf";_.Jf="smooth";Kf="stalled";_.Lf="start";_.Mf="statechanged";Nf="status-pending";_.Of="stbl";_.Pf="string";_.Qf="stsd";_.Rf="style";_.Sf="subtitles-htmlcue";
|
|
17
|
+
Tf="temporary";_.Uf="text/vtt";_.Vf="text/xml";_.Wf="timeline-cues-changed";_.Xf="timeupdate";_.Yf="trak";_.Zf="ttml-xml";$f="unauthenticated";_.ag="und";bg="unknown";cg="update";_.dg="urn:scte:scte35";_.eg="urn:scte:scte35:2014";_.fg="user-seeked";_.gg="user-seeking";_.hg="value";ig="version";_.kg="vertical-lr";_.lg="vertical-rl";_.t="video";_.mg="video/mp2t";_.qg="video/mp4";_.rg="videobufferchanged";_.sg="videotrackchanged";_.tg="vimond-response";ug="visibilitychange";_.vg="vtt-xml";_.wg="waiting";
|
|
18
|
+
_.xg="waitingforkey";yg="webkit-org.w3.clearkey";zg="webkitkeyadded";Ag="webkitkeyerror";Bg="webkitkeymessage";Cg="webkitneedkey";_.Dg="width";Eg="x-dt-csl-tracking-token";Fg="x-dt-follow-up-token";Gg="x-dt-resp-code";Ig=function(a){var b=0;return function(){return b<a.length?{done:!1,value:a[b++]}:{done:!0}}};Jg=function(a){var b="undefined"!=typeof Symbol&&Symbol.iterator&&a[Symbol.iterator];return b?b.call(a):{next:Ig(a)}};
|
|
19
|
+
Mg=function(a,b){if(b){var c=Kg;a=a.split(".");for(var d=0;d<a.length-1;d++){var e=a[d];e in c||(c[e]={});c=c[e]}a=a[a.length-1];d=c[a];b=b(d);b!=d&&null!=b&&Lg(c,a,{configurable:!0,writable:!0,value:b})}};Ng=function(a){function b(d){return a.next(d)}function c(d){return a.throw(d)}return new Promise(function(d,e){function f(g){g.done?d(g.value):Promise.resolve(g.value).then(b,c).then(f,e)}f(a.next())})};_.w=function(a){return Ng(a())};
|
|
20
|
+
_.x=function(a,b){a=a.split(".");var c=Og;a[0]in c||"undefined"==typeof c.execScript||c.execScript("var "+a[0]);for(var d;a.length&&(d=a.shift());)a.length||void 0===b?c[d]&&c[d]!==Object.prototype[d]?c=c[d]:c=c[d]={}:c[d]=b};_.Rg=function(a){return _.z(a)||Pg(a)?a:_.Qg(a)};_.Qg=function(...a){let b={};for(let c=0;c<a.length;c++)null!=a[c]&&(b=Sg(b,{merging:a[c]},1));return b.merging||null};_.Tg=function(a){for(const b in a)if(void 0!==a[b])return!0;return!1};
|
|
21
|
+
Sg=function(a,b,c){const d=c+1;if(_.z(a)||!_.Ug(a))a={};for(const e in b)c=b[e],Pg(c)||_.z(c)||_.Vg(c)||c instanceof Element?a[e]=c:_.Ug(c)&&c.buffer&&c.buffer instanceof ArrayBuffer&&_.Vg(c.subarray)?a[e]=c.subarray(0):c instanceof Array?a[e]=Sg([],c,d):!_.z(c)&&_.Wg(c)&&20>d&&(a[e]=Sg(a[e],c,d));return a};Pg=function(a){a=typeof a;return a===_.Pf||a===_.r||a===_.Rc};_.z=function(a){return null===a||"undefined"===typeof a};_.Ug=function(a){return typeof a===_.Fe};
|
|
22
|
+
_.Vg=function(a){return typeof a===_.Zd};_.Xg=function(a){return typeof a===_.Pf};_.Yg=function(a){return typeof a===_.r};_.Wg=function(a){if(_.z(a)||!_.Ug(a))return!1;a=Object.getPrototypeOf(a);return a===Object.prototype||null===a};
|
|
23
|
+
_.Zg=function(a,b,c,d){if(a===b||null===a&&null===b||void 0===a&&void 0===b)return!0;if(null===a&&null!==b||null!==a&&null===b||void 0!==a&&void 0===b||void 0===a&&void 0!==b||!_.Ug(a)||!_.Ug(b))return!1;const e=c||Object.keys(a),f={};for(let g=0;g<e.length;g++){const h=e[g];if(_.z(d)||0>d.indexOf(h))if(f[h]=!0,a[h]!==b[h])return!1}if(_.z(c))for(a=Object.keys(b),b=0;b<a.length;b++)if(c=a[b],(_.z(d)||0>d.indexOf(c))&&!f[c])return!1;return!0};
|
|
24
|
+
$g=function(a){return(Number.hasOwnProperty("isNaN")?Number.isNaN:b=>b!==b)(a)};ah=function(a){const b=new Map;for(const c of Object.keys(a))b.set(c,a[c]);return b};_.bh=function(a){const b={};a.forEach((c,d)=>{b[d]=c});return b};ch=function(a,b){b=b.toLowerCase();for(const [c,d]of Object.entries(a))if(c.toLowerCase()===b)return d;return null};fh=function(a){return a&&0<=dh[a]?dh[a]:eh};
|
|
25
|
+
hh=function(a){if(!a)return _.B("clpp.log",Nb+a+ca),-1;const b=gh[a.toUpperCase()];return void 0===b?(_.B("clpp.log",Nb+a+ca),-1):b};_.jh=function(a){ih.info.apply(ih,arguments)};_.kh=function(a){ih.debug.apply(ih,arguments)};_.B=function(a){ih.warn.apply(ih,arguments)};_.lh=function(a){ih.error.apply(ih,arguments)};_.oh=function(a){if(a){var b=a.a();b in _.mh?_.nh.warn("Player-Factory '"+b+"' already registered"):(_.mh[b]=a,_.nh.info("Registered Player-Factory: '"+b+"'"))}};
|
|
26
|
+
ph=function(a){return Object.values(_.mh).find(a)||null};_.rh=function(a){var b=a.a;var c=[];for(const d in b.a)c.push.apply(c,b.a[d]);b=c;for(c=0;c<b.length;++c)qh(b[c]);a.a.clear()};_.sh=function(a,b,c,d){const e=f=>{for(const g of c)a.off(b,g,e);d(f)};for(const f of c)a.on(b,f,e)};qh=function(a){a.target.removeEventListener(a.type,a.a,a.f);a.target=null;a.a=null};
|
|
27
|
+
Ah=function(a,b){a.g.debug("onMetadata_()");b.mode=_.ae;const c=[];let d=!0;const e=f=>{for(var g of c)if(f.startTime===g.startTime&&f.endTime===g.endTime)return g;g={schemeIdUri:"",value:"",startTime:0,endTime:0,id:"",type:_.th,eventElement:null};a.o&&d&&"SCTE35-IN"===f.value.key&&0<f.startTime?(g.startTime=0,g.endTime=f.startTime):(g.startTime=f.startTime,g.endTime=f.endTime);d=!1;c.push(g);return c[c.length-1]};if(b.cues){for(const f of b.cues){if(uh(a,f))continue;const g=e(f);switch(f.value.key){case "SCTE35-IN":case "SCTE35-OUT":g.schemeIdUri=
|
|
28
|
+
_.eg;g.type=_.vh;break;case "X-CUSTOM-ID":g.id=f.value.data}}for(const f of c)a.m.trigger(new _.C(_.wh,{detail:f}));Array.prototype.push.apply(a.h,c);xh(a,c,b);a.f.off(b,_.Bd);a.f.on(b,_.Bd,f=>{f=f.target.activeCues;f=f.length?uh(a,f[0]):a.a;var g;if(g=f){{g=f;const h=a.m.getPosition();g=g.startTime<=h&&h<g.endTime}}if(g)a.a=f,a.m.trigger(new _.C(_.yh,{detail:f}));else{if(f=a.a)f=a.a,g=a.m.getPosition(),f=f.endTime<=g;f&&(f=a.a,a.a=null,a.m.trigger(new _.C(_.zh,{detail:f})))}})}};
|
|
29
|
+
Bh=function(a,b){a.j=b;a.l=a.j.textTracks;a.f.on(a.l,_.vc,c=>{c=c.track;c.kind===_.ye&&Ah(a,c)})};uh=function(a,b){for(const c of a.h)if(b.startTime===c.startTime&&b.endTime===c.endTime)return c;return null};xh=function(a,b,c){if(a.o){for(;0<c.cues.length;)c.removeCue(c.cues[0]);b.forEach(function(d){c.addCue(new DataCue(d.startTime,d.endTime,{key:"SCTE35-OUT",data:null}))})}};_.Ch=function(a){return Array.isArray(a)?a:[a]};
|
|
30
|
+
Dh=function(a,b){return a===b?!0:a.length===b.length&&a.every((c,d)=>c===b[d])};Fh=function(a,b,c){if(null==a&&null==b)return!0;if(null==a||null==b)return!1;a=c?a.map(c):a;b=c?b.map(c):b;return Eh(a,b)&&Eh(b,a)};Eh=function(a,b){const c=new Set(a);return b.every(d=>c.has(d))};_.Gh=function(a,b={}){if(b.bf){const c=[];for(const d of a)c.some(e=>b.bf(d,e))||c.push(d);return c}return Array.from((new Set(a)).values())};
|
|
31
|
+
Jh=function(a,b){const c=new Set(a),d=new Set(b);return{mh:a.filter(e=>!d.has(e)),di:a.filter(e=>d.has(e)),eg:b.filter(e=>!c.has(e))}};Kh=function(a,b){b=b.track;b.kind!==_.ye&&(b.mode===_.Ff&&(b.mode=_.ae),a.a.on(b,_.Bd,c=>{c=c.target||c.srcElement;c.mode=_.ae;c.activeCues&&(c=Array.from(c.activeCues).map(a.o),a.l.append(c,[]))}))};
|
|
32
|
+
Lh=function(a,b,c,d){a=`${a===_.E?"FATAL":"RECOVERABLE"} Clpp-Error [Category ${b} - Code ${c}]`;if(_.Xg(d))a+=": "+d;else if(null!=d)if(null!=d.message)a+=": "+d.message,delete d.message;else try{a+=": "+JSON.stringify(d)}catch(e){}return a};Mh=function(a,b){const c=b||Dh;let d=null,e=null,f=!1;return function(...g){if(f&&c(g,d))return e;f=!0;d=g;return e=a(...g)}};_.Nh=function(a){return null!=a};
|
|
33
|
+
Ph=function(...a){for(let b=0;b<a.length;b++){const c=a[b];if(null!==c&&void 0!==c)return c}throw new _.Oh("No non-null, non-undefined value found");};Qh=function(...a){for(let b=0;b<a.length;b++){const c=a[b];if(null!==c&&void 0!==c)return c}};
|
|
34
|
+
_.Rh=function(a){var b;a instanceof _.Rh?(Sh(this,a.rb),this.rc=a.rc,this.Sa=a.Sa,Th(this,a.Kc),this.Da=a.Da,_.Uh(this,Vh(a.a)),this.ic=a.ic):a&&(b=String(a).match(Wh))?(Sh(this,b[1]||"",!0),this.rc=Xh(b[2]||""),this.Sa=Xh(b[3]||"",!0),Th(this,b[4]),this.Da=Xh(b[5]||"",!0),_.Uh(this,b[6]||"",!0),this.ic=Xh(b[7]||"")):this.a=new _.Yh(null)};Sh=function(a,b,c){a.rb=c?Xh(b,!0):b;a.rb&&(a.rb=a.rb.replace(/:$/,""))};
|
|
35
|
+
Th=function(a,b){if(b){b=Number(b);if(isNaN(b)||0>b)throw Error("Bad port number "+b);a.Kc=b}else a.Kc=null};_.Uh=function(a,b,c){b instanceof _.Yh?a.a=b:(c||(b=Zh(b,$h)),a.a=new _.Yh(b))};Xh=function(a,b){return a?b?decodeURI(a):decodeURIComponent(a):""};Zh=function(a,b,c){return typeof a===_.Pf?(a=encodeURI(a).replace(b,ai),c&&(a=a.replace(/%25([0-9a-fA-F]{2})/g,"%$1")),a):null};ai=function(a){a=a.charCodeAt(0);return"%"+(a>>4&15).toString(16)+(a&15).toString(16)};_.Yh=function(a){this.f=a||null};
|
|
36
|
+
Vh=function(a){var b=new _.Yh;b.f=a.f;if(a.a){var c={},d;for(d in a.a)c[d]=a.a[d].concat();b.a=c;b.h=a.h}return b};ci=function(a,b){const c=bi[a];for(const d of c)for(const e of b)if(d.test(e.trim()))return e.trim();return a===_.F?"":null};_.H=function(a,b,c,d){d=void 0===d?{}:d;a=a.getAttribute(b);if(!a&&d.required)throw new _.G(_.E,4,4023,`Required attribute missing: ${b}`);return a?a.value:c||null};
|
|
37
|
+
_.ei=function(a){var b=(a||"").split("-");a=b[0]||"";b=b[1]||"";a=a.toLowerCase();a=di.get(a)||a;return(b=b.toUpperCase())?a+"-"+b:a};_.fi=function(a,b){a=_.ei(a);b=_.ei(b);return a.split("-")[0]===b.split("-")[0]};gi=function(a){return a.reduce((b,c)=>b+c,0)};_.hi=function(a,b){for(const c of a)if(!b(c))return!1;return!0};ii=function*(a){for(let b=0;b<a;b++)yield b};
|
|
38
|
+
ki=function(a,b){if(!a&&!b)return!0;if(!a||!b||a.byteLength!==b.byteLength)return!1;if(ji(a)===ji(b)&&(a.byteOffset||0)===(b.byteOffset||0))return!0;const c=_.I(a);b=_.I(b);for(const d of ii(a.byteLength))if(c[d]!==b[d])return!1;return!0};ji=function(a){return a instanceof ArrayBuffer?a:a.buffer};_.I=function(a,b=0,c=Infinity){return li(a,b,c,Uint8Array)};
|
|
39
|
+
li=function(a,b,c,d){const e=d.BYTES_PER_ELEMENT||1,f=ji(a),g=(a.byteOffset||0)+a.byteLength;a=Math.max(0,Math.min((a.byteOffset||0)+b*e,g));c=Math.min(a+Math.max(c*e,0),g);a/=e;return new d(f,a,c/e-a)};mi=function(a,b=0,c=Infinity){return li(a,b,c,Uint16Array)};ni=function(a,b=0,c=Infinity){return li(a,b,c,Uint32Array)};_.oi=function(a,b=0,c=Infinity){return li(a,b,c,Int32Array)};_.pi=function(a,b=0,c=Infinity){return li(a,b,c,DataView)};
|
|
40
|
+
qi=function(a){return a instanceof ArrayBuffer?a:0===a.byteOffset&&a.byteLength===a.buffer.byteLength?a.buffer:(new Uint8Array(a)).buffer};ri=function(a){let b="";for(let c=0;c<a.length;c+=16E3)b+=String.fromCharCode.apply(null,a.subarray(c,c+16E3));return b};
|
|
41
|
+
_.si=function(a){if(!a)return"";a=_.I(a);239===a[0]&&187===a[1]&&191===a[2]&&(a=a.subarray(3));if("TextDecoder"in window){a=(new TextDecoder).decode(a);if(a.includes("\ufffd"))throw Error(Ra);return a}a=escape(ri(a));try{return decodeURIComponent(a)}catch(b){throw Error(Ra);}};
|
|
42
|
+
ui=function(a,b,c){if(!a)return"";if(!c&&0!==a.byteLength%2)throw ti.error("Data has an incorrect length, must be even."),Error("Data does not seem to be UTF-16 encoded!");c=_.I(a);if(b&&255===c[0]&&254===c[1]||254===c[0]&&255===c[1])a=c.subarray(2);if(a instanceof ArrayBuffer)var d=a;else c=new Uint8Array(a.byteLength),c.set(_.I(a)),d=c.buffer;a=Math.floor(a.byteLength/2);c=new Uint16Array(a);d=new DataView(d);for(let e=0;e<a;e++)c[e]=d.getUint16(2*e,b);return ri(c)};
|
|
43
|
+
_.vi=function(a,b){if(_.Xg(a))return a;let c="";b=!!b;const d=_.I(a);239===d[0]&&187===d[1]&&191===d[2]?c=_.si(d):254===d[0]&&255===d[1]?c=ui(d.subarray(2),!1):255===d[0]&&254===d[1]&&(c=ui(d.subarray(2),!0));const e=function(f,g){return f.byteLength<=g||32<=f[g]&&126>=f[g]}.bind(null,d);ti.debug("Unable to find byte-order-mark, making an educated guess.");0===d[0]&&0===d[2]?c=ui(a,!1):0===d[1]&&0===d[3]?c=ui(a,!0):e(0)&&e(1)&&e(2)&&e(3)&&(c=_.si(a));if(c)return b&&(c=escape(c)),c;throw Error("Unable to detect text encoding");
|
|
44
|
+
};_.wi=function(a){if("TextEncoder"in window)return(new TextEncoder).encode(a);a=encodeURIComponent(a);a=unescape(a);const b=new Uint8Array(a.length);for(let c=0;c<a.length;++c)b[c]=a.charCodeAt(c);return b};_.xi=function(a,b){const c=new Uint8Array(2*a.length),d=new DataView(c.buffer);for(let e=0;e<a.length;++e)d.setUint16(2*e,a.charCodeAt(e),b);return c.buffer};
|
|
45
|
+
_.yi=function(a,b){var c=b||1;b=a.length;const d=new ArrayBuffer(b*c);let e;4===c?e=ni(d):2===c?e=mi(d):e=_.I(d);for(c=0;c<b;c++)e[c]=a.charCodeAt(c);return d};_.zi=function(a,b){return String.prototype.startsWith?a.startsWith(b):0===a.indexOf(b)};_.Ai=function(a,b){if(String.prototype.endsWith)return a.endsWith(b);const c=a.length-b.length;a=a.lastIndexOf(b,c);return-1!==a&&a===c};_.Bi=function(a){return!!(a&&0<a.length)};_.Ci=function(a){return!a||0===a.length};
|
|
46
|
+
_.Di=function(a){if(void 0===a||null===a||""===a)return"";try{let b=Number(a);if($g(b))return"";a="bps";1E3<=Math.abs(b)&&(a="Kbps",b/=1E3);1E3<=Math.abs(b)&&(a="Mbps",b/=1E3);return`${b.toFixed(2).replace(/[.,]00$/,"")}${a}`}catch(b){return""}};_.Fi=function(a){a=a.replace(/<[^>]+>/gi,"");Ei.innerHTML=a;a=Ei.textContent;return a=a.replace(/<[^>]+>/gi,"")};_.Hi=function(a,b=!0){a=_.Gi(a).replace(/\+/g,"-").replace(/\//g,"_");return b?a:a.replace(/[=]*$/,"")};_.Gi=function(a){a=ri(_.I(a));return btoa(a)};
|
|
47
|
+
_.Ii=function(a){a=window.atob(a.replace(/-/g,"+").replace(/_/g,"/"));const b=new Uint8Array(a.length);for(let c=0;c<a.length;++c)b[c]=a.charCodeAt(c);return b};_.Ji=function(a){const b=new Uint8Array(a.length/2);for(let c=0;c<a.length;c+=2)b[c/2]=window.parseInt(a.substr(c,2),16);return b};_.Ki=function(a){let b="";for(let c=0;c<a.length;++c){let d=a[c].toString(16);1===d.length&&(d="0"+d);b+=d}return b};
|
|
48
|
+
_.Li=function(a,b){if(!a&&!b)return!0;if(!a||!b||a.length!==b.length)return!1;for(let c=0;c<a.length;++c)if(a[c]!==b[c])return!1;return!0};_.Mi=function(a){var b=0;for(var c=0;c<arguments.length;++c)b+=arguments[c].length;b=new Uint8Array(+b);c=0;for(let d=0;d<arguments.length;++d)b.set(arguments[d],c),c+=arguments[d].length;return b};
|
|
49
|
+
_.Ni=function(a,b){b.lastIndex=a.a;b=b.exec(a.f);b=null==b?null:{position:b.index,length:b[0].length,results:b};if(a.a===a.f.length||null===b||b.position!==a.a)return null;a.a+=b.length;return b.results};
|
|
50
|
+
_.Ri=function(a,b){var c=b.match(/^#(EXT[^:]*)(?::(.*))?$/);if(!c)throw new _.G(_.E,4,4016,{invalidTag:b});b=c[1];var d=c[2];c=[];let e;if(d){d=new _.Oi(d);var f;(f=_.Ni(d,/^([^,=]+)(?:,|$)/g))&&f[1]&&(e=f[1].trim());const g=/([^=]+)=(?:"([^"]*)"|([^",]*))(?:,|$)/g;for(;f=_.Ni(d,g);)c.push(new _.Pi(f[1],f[2]||f[3]||""))}return new _.Qi(a,b,c,e)};_.Ti=function(){return{maxAttempts:1,baseDelay:1E3,backoffFactor:2,fuzzFactor:.5,timeout:0,fatalStatusCodes:[...Si]}};
|
|
51
|
+
Ui=function(a,b){a.timeout=b.timeout;a.baseDelay=b.baseDelay;a.backoffFactor=b.backoffFactor;a.fuzzFactor=b.fuzzFactor;a.maxAttempts=b.maxAttempts;a.fatalStatusCodes=b.fatalStatusCodes||[...Si]};
|
|
52
|
+
_.Wi=function(a,b){_.Xg(a)&&(a={uris:[a]});Array.isArray(a)&&(a={uris:a});const c={uris:a.uris||[],type:a.type||_.Vi,uriIndex:0,method:a.method||"GET",body:a.body||null,headers:Object.assign({},a.headers),allowCrossSiteCredentials:a.allowCrossSiteCredentials||!1,onProgress:a.onProgress||null,onFragment:a.onFragment||null,maxAttempts:a.maxAttempts||1,currentAttempt:0,baseDelay:a.baseDelay||1E3,backoffFactor:a.backoffFactor||2,fuzzFactor:a.fuzzFactor||.5,timeout:a.timeout||0,requestModifiers:a.requestModifiers||
|
|
53
|
+
[],responseModifiers:a.responseModifiers||[],startTime:a.startTime||null,endTime:a.endTime||null,contentType:a.contentType||null,licenseRequestType:a.licenseRequestType||null,sessionId:null,bytesRemaining:-1,bytesLoaded:-1,bytesTotal:-1,timescale:a.timescale||null,rateLimitBps:a.rateLimitBps||null,disableFragmentSupport:a.disableFragmentSupport||!1,disableMergedFragments:a.disableMergedFragments||!1,fatalStatusCodes:[...Si],requestStartTimestamp:null};a.keyInfo&&(c.keyInfo=a.keyInfo);b&&Ui(c,b);return c};
|
|
54
|
+
_.Xi=function(a,b,c,d,e,f,g,h){e&&(d=e);e={uri:d,data:b||new ArrayBuffer(0),headers:a,status:c,fromCache:!!a["x-shaka-from-cache"],timeMs:g,responseStartMs:h,request:f};if(200<=c&&299>=c&&202!==c)return e;g=null;try{g=_.vi(b,!0)}catch(k){}_.kh("HTTP error text:",g);throw new _.G(0<=(f.fatalStatusCodes||[]).indexOf(c)?_.E:1,1,1001,{url:d,status:c,responseText:g,headers:a,request:f,response:e});};
|
|
55
|
+
Yi=function(a,b){b=parseInt(b,10);Number.isNaN(b)&&(b=-1);a.bytesTotal=b;a.bytesLoaded=0;a.bytesRemaining=b};Zi=function(a,b,c){0<a.bytesRemaining&&(a.bytesRemaining-=b);a.bytesLoaded+=b;if(a.onProgress)a.onProgress(b,c)};$i=function(a,b,c){if(0>=a)return Promise.resolve();const d=8*c/a-b/1E3;return 0<d?new Promise(e=>{setTimeout(e,1E3*d)}):Promise.resolve()};aj=function(a,b){a.W.then(()=>b(!0),()=>b(!1));return a};
|
|
56
|
+
_.bj=function(a,b){a.a.push(aj(b,()=>{{var c=a.a;const d=c.indexOf(b);-1<d&&c.splice(d,1)}}))};cj=function(a,b){return _.w(function*(){const c=yield a.fetch(b);return _.si(c.data).replace(/\r\n|\r(?=[^\n]|$)/gm,"\n")})};dj=function(a,b){return _.w(function*(){const c=yield cj(a,b);try{const d=JSON.parse(c);if(null==d||typeof d!==_.Fe)throw Error("Not an object");return d}catch(d){throw new _.Oh("Failed to parse JSON response","json-failed");}})};
|
|
57
|
+
ej=function(a,b,c,d){d=void 0===d?"HEAD":d;return _.w(function*(){if(!navigator.onLine)return!1;if(b){const e=_.Wi(b,c);e.method=d;c||(e.timeout=5E3);e.headers["cache-control"]="no-cache";try{yield a.fetch(e).W}catch(f){if(1002===f.code||1003===f.code)return!1}}return!0})};fj=function(a){return`@@scheme:${a.scheme||""}`+`@@value:${a.value}`+`@@id:${a.id||""}@@type:${a.type||""}`+`@@protocol:${a.protocol||""}`};_.gj=function(a){return a&&a!==_.ag?a:null};
|
|
58
|
+
ij=function(a){if(!a)throw new _.G(_.E,3,3101,`Invalid track type: ${a}`);if(!_.Xg(a))throw new _.G(_.E,3,3101,`Invalid track type: ${a}. Track type must be a string!`);switch(a.toLowerCase()){case _.J:return _.J;case _.K:return _.K;case _.L:return _.L;case hj:return hj}throw new _.G(_.E,3,3101,`Unknown track type: ${a}.`);};
|
|
59
|
+
lj=function(a,b){a=ij(a);const c=_.gj(b.kind);let d=b.id;d||(d=String(_.jj++));a=new _.kj(d,c===_.ye?hj:a);a.kind=c;a.label=_.gj(b.label);a.language=_.gj(b.language);a.originalLanguage=b.originalLanguage||a.language;return a};_.mj=function(a){return`${a.scheme}//`+`${a.a}${a.port?":"+a.port:""}${a.path}${a.h}${a.f}`};
|
|
60
|
+
_.nj=function(a,b,c){return a?(c||Object.keys(a).sort()).reduce(function(d,e){if(!(e in a))return d;const f=a[e];let g="\x26";""===d&&(g=b?"":"?");d=d+g+encodeURIComponent(e);return d=d+"\x3d"+encodeURIComponent(void 0===f?"":f)},""):""};_.oj=function(a){const b={};a=a||"";a=a.substring(a.indexOf("?")+1);for(const d of a.split("\x26")){var c=d.split("\x3d");a=decodeURIComponent(c[0]);c=decodeURIComponent(c[1]||"");a&&(b[a]=c)}return b};
|
|
61
|
+
rj=function(a,b){return a.startsWith("http:://")||a.startsWith("https:://")?a:(new URL(a,b)).toString()};sj=function(a,b){return _.w(function*(){const c=_.Wi(b);return yield cj(a.f,c)})};wj=function(a,b,c){return _.w(function*(){const {mimeType:d,renditions:e}=yield tj(a,b,c),f=new _.kj("dummy",_.L),g=e.map((h,k)=>{k=new _.uj(`R${k}`,f);k.bandwidth=h.bandwidth;k.Mc=h.Mc;k.codec=h.codec;k.width=h.width;k.height=h.height;return k});vj(g);return{renditions:g,mimeType:d||void 0}})};
|
|
62
|
+
yj=function(a){a=a.split("\n").filter(c=>c.trim().startsWith("#EXT-X-MEDIA:")).map(c=>xj(c));const b=new Map;a.forEach(c=>{if(c.type&&c.name){const d=`${c.type}:${c.name}`;if(b.has(d))throw Error("#EXT-X-MEDIA:NAME attributes are not unique. It is impossible to map HLS metadata to Safari data structures.");b.set(d,c)}});return b};tj=function(a,b,c){return _.w(function*(){const d=zj(b),e=Aj(b,c);return{mimeType:yield Bj(a,e,d[0]?d[0].codec:null),renditions:d}})};
|
|
63
|
+
vj=function(a){const b=new Set;a.forEach(c=>{b.add(`${c.width}x${c.height}`)});if(b.size<a.length)throw Error("Playlist contains multiple renditions with the same resolution.");};xj=function(a){const b=_.Ri(0,a);a=d=>(d=b.getAttribute(d))?d.value:void 0;var c=a(_.Kb);c=null!=c?{AUDIO:_.K,VIDEO:_.L,SUBTITLES:_.J}[c]:void 0;return{type:c,groupId:a(_.Wa),name:a("NAME"),language:a(_.cb),Ph:a("AUTOSELECT"),default:a("DEFAULT"),Xh:a("FORCED"),af:a("CHARACTERISTICS"),uri:a(_.Mb)}};
|
|
64
|
+
zj=function(a){return a.split("\n").filter(b=>b.trim().startsWith("#EXT-X-STREAM-INF:")).map(b=>{var c=_.Ri(0,b);if(c.getAttribute(_.Tb))throw Error("Playlist contains alternative video streams.");var d=_.H(c,_.Cb);b=d?Number(d.split("x")[0]):null;d=d?Number(d.split("x")[1]):null;var e=_.H(c,_.ma);e=e?Number(e):null;var f=_.H(c,"AVERAGE-BANDWIDTH");f=f?Number(f):null;c=_.H(c,_.pa);c=_.Cj(_.t,c?c.split(","):[]);return b={bandwidth:e,Mc:f,codec:c,width:b,height:d,mimeType:null}})};
|
|
65
|
+
Aj=function(a,b){return(a=a.split("\n").filter(c=>c.trim().endsWith(".m3u8"))[0])?rj(a,b):null};Bj=function(a,b,c){return _.w(function*(){if(!b||!c)return null;var d=yield sj(a,b);d=[Dj(d,b),Ej(d,b)].filter(Boolean);return _.Fj(d,_.t,c)})};Dj=function(a,b){return(a=a.split("\n").find(c=>!c.startsWith("#")&&0<c.trim().length))?rj(a,b):null};Ej=function(a,b){a=a.split("\n").find(c=>c.startsWith("#EXT-X-MAP:"));return a?(a=_.H(_.Ri(0,a),_.Mb))?rj(a,b):null:null};
|
|
66
|
+
_.Hj=function(a,b,c){for(const d of _.Gj)if(d.probe(b,c))return d.create(a);return null};_.Ij=function(a){a=_.Gj.indexOf(a);0<=a&&_.Gj.splice(a,1)};Lj=function(a,b){var c=Jj;Kj.set(`${a.toLowerCase().split(";")[0]}-${c}`,{priority:c,plugin:b})};_.Pj=function(a,b){var c=[Mj,Nj,Oj,Jj];for(const d of c)if(c=Kj.get(`${a.toLowerCase().split(";")[0]}-${d}`)){const e=c.plugin(),f=e.isSupported(a,b);e.destroy();if(f)return c.plugin}return null};
|
|
67
|
+
_.Qj=function(a,b){b&&(a+=';codecs\x3d"'+b+'"');return a.replace(/\s/g,"")};_.Rj=function(a){return a.split(";")[0]};_.Sj=function(a){a=a.split(/\s*;\s*/);a.shift();return(a=a.find(b=>b.startsWith("codecs\x3d")))?a.split("\x3d")[1].replace(/^"|"$/g,"").split(/\s*,\s*/).join(","):""};Tj=function(a,b,c){a.stop();let d=!0,e=null;a.a=()=>{c?clearInterval(e):clearTimeout(e);d=!1};const f=()=>{d&&a.f()};e=c?setInterval(f,1E3*b):setTimeout(f,1E3*b);return a};
|
|
68
|
+
Xj=function(){if(Uj)return Uj;Vj||(Vj=new _.Wj(()=>{Uj=null}));(Uj=document.querySelector(_.t)||document.querySelector(_.p))||(Uj=document.createElement(_.t));Vj.fa(1);return Uj};_.Yj=function(){return!!navigator.userAgent.match(/Edge?\//)};_.Zj=function(a){return(navigator.userAgent||"").includes(a)};_.ak=function(a){return _.Zj("Tizen"+(a?" "+String(a):""))};
|
|
69
|
+
ck=function(a){const b={major:-1,name:bg};if(!a)return b;var c=a.replace(/_/g,".");b.name=c;c=c.split(".");1<=c.length&&(b.major=bk(a,c[0]));2<=c.length&&(b.minor=bk(a,c[1]));3<=c.length&&(b.patch=bk(a,c[2]));4<=c.length&&(b.build=bk(a,c[3]));return b};_.dk=function(){return _.Zj("Web0S")};_.fk=function(){return _.dk()&&79===_.ek().major};
|
|
70
|
+
_.ek=function(){const a=gk();const b=["ie","edge","opera","firefox","safari",fd];var c=hk();const d=ik[c];for(let e=0,f=b.length;e<f;e++)if(c=d[b[e]]&&a.match(d[b[e]]))return ck(c[1]);return ck("")};_.jk=function(){return _.Zj("CrKey")};_.kk=function(){return!!navigator.vendor&&navigator.vendor.includes("Apple")&&!_.ak()};_.lk=function(){return/(?:iPhone|iPad|iPod|Android)/.test(navigator.userAgent)?!0:_.kk()&&1<navigator.maxTouchPoints};_.mk=function(){return/(?:iPhone|iPad|iPod)/.test(navigator.userAgent)};
|
|
71
|
+
bk=function(a,b){try{return parseInt(b,10)}catch(c){nk.warn("Unable to parse version number for '"+b+"' from '"+a+"'")}return-1};ok=function(a,b){if(!a||!b||0===b.length)return!1;for(let c=0;c<b.length;c++)if(0<=a.indexOf(b[c]))return!0;return!1};
|
|
72
|
+
hk=function(){const a=gk();if(!a)return pk;var b=a.match(/^.+?(?=\))/);if(!b)return pk;b=b[0];if(ok(b,["iphone","ipad"]))return qk;if(ok(b,["android"]))return rk;if(ok(b,["macintosh"]))return sk;if(ok(b,["windows nt"]))return tk;if(ok(b,["tizen"]))return uk;if(ok(b,["web0s"]))return vk;if(ok(b,["linux"]))return wk;nk.warn("Unable to identify OS from user agent: "+a);return pk};gk=function(){let a=window.navigator.userAgent;return a=a.toLowerCase()};
|
|
73
|
+
_.yk=function(){var a=hk();var b=hk();var c=ik[b];if(c){c=gk().match(c.os_version)[1];c=ck(c);if(b===tk)if("5.1"===c.name)c.name="xp";else if("6.1"===c.name)c.name="7";else if("6.2"===c.name||"6.3"===c.name)c.name="8";b=c}else b=ck("");a:{c=gk();const e=["ie","edge","opera","firefox","safari",fd];var d=hk();d=ik[d];for(let f=0,g=e.length;f<g;f++)if(d[e[f]]&&c.match(d[e[f]])){c=e[f];break a}c=xk}return{os:a,osVersion:b,browser:c,browserVersion:_.ek()}};
|
|
74
|
+
zk=function(a,b,c){return a.type!==c?!1:void 0!==b.id&&null!==b.id&&""!==b.id?a.id===b.id:_.Zg(a,{kind:_.gj(b.kind),language:_.gj(b.language),label:_.gj(b.label)},["kind","language","label"])};Ak=function(a){return a.enabled||a.selected||a.mode===_.Ff||a.mode===_.ae};Ck=function(a,b,c){return Bk(a)&&b===_.L&&!!c.enableHlsVideoTrackInfo};
|
|
75
|
+
Dk=function(a,b,c){return _.w(function*(){var d=a.m.getLoadedSource();d&&a.j&&(d=yield a.j.a(d.url,c),d.mimeType&&(b.mimeType=d.mimeType),d.renditions&&0<d.renditions.length&&(b.renditions=d.renditions,b.renditions.forEach(e=>{e.track=b})))})};Ek=function(a,b,c){return Bk(a)&&(b===_.K||b===_.J)&&!!c.enableMetadata};
|
|
76
|
+
Fk=function(a,b,c){return _.w(function*(){var d=a.m.getLoadedSource();d&&a.j&&(d=yield a.j.a(d.url,c),d.Hc&&(d=d.Hc.get(`${b.type}:${b.label}`))&&d.af&&(b.accessibility=d.af.split(",").map(e=>e.trim()).map(e=>({value:e,type:b.type,protocol:"HLS"}))))})};Gk=function(a,b){return a.h.filter(c=>c.type===b)};Hk=function(a){(a=a.m.getTextDisplayer())&&a.remove(0,Infinity)};Jk=function(a,b){if(a=Ik(a,b))a=Array.from(a),b===_.J&&(a=a.filter(c=>c.kind!==_.ye));return a};
|
|
77
|
+
Ik=function(a,b){if(!a.m)return null;a=a.m.getSurface();if(!a)return null;a=a.getMedia();if(!a)return null;switch(b){case _.K:return a.audioTracks;case _.L:return a.videoTracks;case _.J:return a.textTracks;default:return null}};Kk=function(a,b){return(a=a.a.get(b)||null)&&a.renditions[0]};Lk=function(a,b){return(a=a.l.get(b))&&a.renditions[0]};
|
|
78
|
+
Ok=function(a,b,c){const d=Jk(a,b);if(c){if(void 0===a.h.find(f=>f.id===c.id))throw Error(`Unknown track with ID ${c.id} and type ${b}`);if(c.type!==b)throw Error(`Types mismatch for track ${c.type} and arg ${b}`);a.g.debug("Activate track type "+b+" with ID: "+c.id);if(d){a.l.set(b,c);let f;var e=!0;let g=!1;switch(b){case _.J:f="mode";e=_.Ff;g=_.Ed;break;case _.K:f="enabled";break;case _.L:f="selected"}if(f)for(const h of d)h[f]=zk(c,h,c.type)?e:g}}else if(a.g.debug(_.Aa+b),a.a.get(b)&&d&&b===_.J){for(e of d)e.mode=
|
|
79
|
+
_.Ed;a.a.set(b,null)}b===_.K?a.m.trigger(new _.C(_.Mk)):b===_.J&&a.m.trigger(new _.C(_.Nk))};Pk=function(a,b,c){if(a.m){var d=a.m.getSurface().getMedia();if(d){var e=document.createElement("track");e.id=c;e.kind=b.kind;e.srclang=b.language;b.label&&(e.label=b.label);e.src=_.Ci(b.url)?URL.createObjectURL(new Blob([])):b.url;d.appendChild(e);a.I.push(e)}}};
|
|
80
|
+
Qk=function(a,b){return _.w(function*(){var c=a.m.getConfiguration(),d=_.Hj(c,b.mimeType,_.Uf);if(d){c=_.Wi(b.url);var e=yield a.m.getNetworkEngine().fetch(c).W;e&&e.data&&(c="External_"+`${a.G++}`,a.o[c]=b,d=d.a(_.I(e.data)),d={url:URL.createObjectURL(new Blob([d])),kind:b.kind,language:b.language,label:b.label,mimeType:_.Uf},Pk(a,d,c))}else a.g.warn("Track MIME type is not supported",b)})};Bk=function(a){a=a.m.getLoadedSource();return!(!a||a.type!==_.Rk&&!a.url.endsWith(".m3u8"))&&_.kk()};
|
|
81
|
+
Sk=function(a,b,c){c=_.Ch(c).filter(e=>e);a.g.info("Find preferred tracks for",b,c);const d=Gk(a,b);c.some(e=>{const f=_.ei(e);return(e=d.find(g=>{g=_.ei(g.language||"");return _.fi(f,g)}))?(a.g.info("Will select track with id",e.id),Ok(a,b,e),!0):!1})};Uk=function(a){return a.name===rb&&Tk.some(b=>a.message.startsWith(b))};
|
|
82
|
+
_.Xk=function(){var a=Infinity;navigator.connection&&navigator.connection.saveData&&_.lk()&&(a=360);const b=_.Ti();b.maxAttempts=3;a={source:"",license:Vk,viewerId:void 0,autoplay:void 0,pauseWhenInBackground:!1,ads:{hls:{enable:!0,resolutionOffsetSec:35}},manifest:{attemptParameters:_.Ti(),availabilityWindowOverride:NaN,clockSyncUri:"",ignoreDrmInfo:!1,xlinkFailGracefully:!1,autoCorrectDrift:!0,timeline:{version:1,type:void 0}},abr:{enabled:!0,defaultBandwidthEstimate:1E3,switchInterval:8,bandwidthUpgradeTarget:.85,
|
|
83
|
+
bandwidthDowngradeTarget:.95,useSwitchIntervalForInitialSwitch:!1,restrictions:Wk(a),useCmsd:!0},drm:null,enableHtmlCue:!0,preferredAudioLanguage:"",preferredTextLanguage:"",preferredAudioRole:_.ue,preferredTextRole:"",preferredAudioChannelCount:2,preferredAudioCodec:[],preferredVideoCodec:[],preferSpatialAudio:!1,preferForcedSubtitles:!1,volume:null,startTime:null,loop:!1,lowLatencyMode:!1,suggestedPresentationDelay:void 0,muted:void 0,forceWaitForTracks:!1,streaming:{attemptParameters:b,bufferingGoal:10,
|
|
84
|
+
rebufferingGoal:2,bufferBehind:30,ignoreTextStreamFailures:!1,alwaysStreamText:!1,relativeTextTimestamp:!1,startAtSegmentBoundary:!1,gapDetectionThreshold:.1,disableAudioTracks:!1,disableVideoTracks:!1,smallGapLimit:.5,jumpLargeGaps:!0,durationBackoff:1,maxSegmentToMediaOffset:1,forceNativeTS:!1,preferNativeHlsOnSafari:!0,safeSeekOffset:5,stallEnabled:!0,stallThreshold:3,stallSkip:.5,bufferLimitUpdateInterval:.5,overridePasp:!1,enableLiveEdgeChasing:!1,chasingRate:1.15,startChasingAt:5,stopChasingAt:2,
|
|
85
|
+
chaseJumpDistance:10,patchEdgeWhenMixedContent:!1,ignoreDrift:!1,disableFragmentSupport:!1,disableMergedFragments:!1,ignoreManagedMediaSourceStreamingHints:!1},mediaSource:{codecSwitchingStrategy:_.of},restrictions:Wk(),tizen:{sideStreamText:_.ak(2)},safari:{enableHlsVideoTrackInfo:!1,enableMetadata:!1},trickPlay:{speedUpMode:_.Cd,preferTrickPlayTracks:!0},playlist:{timeline:"basic",content:_.Ub,cropTimeline:!1}};if(_.ak()||_.dk())a.ads.hls.enable=!1;if(_.Zj("Edge/")||_.ak())a.streaming.gapDetectionThreshold=
|
|
86
|
+
.5;_.dk()&&(a.streaming.stallEnabled=!1);_.fk()&&(a.streaming.stallEnabled=!0,a.streaming.stallThreshold=1,a.streaming.stallSkip=1,a.streaming.gapDetectionThreshold=.02);_.ak()&&(a.streaming.stallEnabled=!0,a.streaming.stallThreshold=1,a.streaming.stallSkip=0);a.vr={enable:!1,attachMouseListener:!0,fieldOfView:70,sensitivity:1,invertHorizontalControl:!1,invertVerticalControl:!1};return a};
|
|
87
|
+
Wk=function(a){a=void 0===a?Infinity:a;return{minWidth:0,maxWidth:Infinity,minHeight:0,maxHeight:a,minPixels:0,maxPixels:Infinity,minBandwidth:0,maxBandwidth:Infinity}};
|
|
88
|
+
_.Zk=function(...a){if(!a)return _.Xk();var b=[_.Xk()];let c=!1;for(let d of a)null!==d&&void 0!==d&&(_.Xg(d)&&(d={source:d}),d.lowLatencyMode&&!c&&(b.push({streaming:{rebufferingGoal:.1,bufferLimitUpdateInterval:.01,attemptParameters:{maxAttempts:3,baseDelay:250,backoffFactor:1}},abr:{bandwidthUpgradeTarget:.6,bandwidthDowngradeTarget:.95},manifest:{lowLatencyMode:!0}}),c=!0),b.push(d),null!=d.suggestedPresentationDelay&&b.push({manifest:{suggestedPresentationDelay:d.suggestedPresentationDelay}}));
|
|
89
|
+
a=_.Qg.apply(null,b);_.Xg(a.volume)&&(""===""+a.volume?a.volume=null:a.volume=Number(a.volume));if(!_.z(a.volume)&&(!_.Yg(a.volume)||$g(a.volume)))throw new _.G(_.E,7,7100,"config.volume is not a number");if(!_.z(a.preferredTextLanguage)&&!_.Xg(a.preferredTextLanguage)&&!Array.isArray(a.preferredTextLanguage))throw new _.G(_.E,7,7100,"config.preferredTextLanguage is not a string or an array");if(!_.z(a.preferredAudioLanguage)&&!_.Xg(a.preferredAudioLanguage)&&!Array.isArray(a.preferredAudioLanguage))throw new _.G(_.E,
|
|
90
|
+
7,7100,"config.preferredAudioLanguage is not a string or an array");if(!_.z(a.preferredAudioCodec)&&!_.Xg(a.preferredAudioCodec)&&!Array.isArray(a.preferredAudioCodec))throw new _.G(_.E,7,7100,"config.preferredAudioCodec is not a string or an array");if(!_.z(a.preferredVideoCodec)&&!_.Xg(a.preferredVideoCodec)&&!Array.isArray(a.preferredVideoCodec))throw new _.G(_.E,7,7100,"config.preferredVideoCodec is not a string or an array");if(!_.z(a.drm)){if(a.drm.env&&!_.Xg(a.drm.env))throw new _.G(_.E,7,
|
|
91
|
+
7100,"config.drm.env is not a string");if(a.drm.offlineId&&!_.Xg(a.drm.offlineId))throw new _.G(_.E,7,7100,"config.drm.offlineId is not a string");}if(b=a.streaming){b.bufferingGoal=Number(b.bufferingGoal);b.rebufferingGoal=Number(b.rebufferingGoal);b.bufferBehind=Number(b.bufferBehind);b.smallGapLimit=Number(b.smallGapLimit);b.durationBackoff=Number(b.durationBackoff);if(!_.Yg(b.bufferingGoal)||$g(b.bufferingGoal))throw new _.G(_.E,7,7100,"config.streaming.bufferingGoal is not a number");if(!_.Yg(b.rebufferingGoal)||
|
|
92
|
+
$g(b.rebufferingGoal))throw new _.G(_.E,7,7100,"config.streaming.rebufferingGoal is not a number");if(b.rebufferingGoal>b.bufferingGoal)throw new _.G(_.E,7,7100,"config.streaming.rebufferingGoal must be \x3e\x3d bufferingGoal");if(!_.Yg(b.bufferBehind)||$g(b.bufferBehind))throw new _.G(_.E,7,7100,"config.streaming.bufferBehind is not a number");if(!_.Yg(b.smallGapLimit)||$g(b.smallGapLimit))throw new _.G(_.E,7,7100,"config.streaming.smallGapLimit is not a number");if(!_.Yg(b.durationBackoff)||$g(b.durationBackoff))throw new _.G(_.E,
|
|
93
|
+
7,7100,"config.streaming.durationBackoff is not a number");b=a.manifest;if(_.z(b.availabilityWindowOverride))b.availabilityWindowOverride=NaN;else if(typeof b.availabilityWindowOverride!==_.r)throw new _.G(_.E,7,7100,"Invalid value for |manifest.availabilityWindowOverride|");Yk(a.restrictions);Yk(a.abr.restrictions);a.abr.initialRestrictions&&Yk(a.abr.initialRestrictions)}return a};
|
|
94
|
+
Yk=function(a){_.z(a.maxPixels)&&(a.maxPixels=Infinity);_.z(a.maxBandwidth)&&(a.maxBandwidth=Infinity);_.z(a.maxHeight)&&(a.maxHeight=Infinity);_.z(a.maxWidth)&&(a.maxWidth=Infinity);_.z(a.minPixels)&&(a.minPixels=0);_.z(a.minBandwidth)&&(a.minBandwidth=0);_.z(a.minHeight)&&(a.minHeight=0);_.z(a.minWidth)&&(a.minWidth=0);a.minWidth=Number(a.minWidth);a.maxWidth=Number(a.maxWidth);a.minHeight=Number(a.minHeight);a.maxHeight=Number(a.maxHeight);a.minBandwidth=Number(a.minBandwidth);a.maxBandwidth=Number(a.maxBandwidth);
|
|
95
|
+
a.minPixels=Number(a.minPixels);a.maxPixels=Number(a.maxPixels);if(Number.isNaN(a.minWidth)||Number.isNaN(a.maxWidth)||Number.isNaN(a.minHeight)||Number.isNaN(a.maxHeight)||Number.isNaN(a.minBandwidth)||Number.isNaN(a.maxBandwidth)||Number.isNaN(a.minPixels)||Number.isNaN(a.maxPixels))throw new _.G(_.E,7,7100,"Restrictions contain NaN");};$k=function(a){return typeof a===_.Fe&&!Array.isArray(a)&&"source"in a};_.bl=function(a){return _.al.get(a)||null};
|
|
96
|
+
_.el=function(a){_.al.get(a.id())?dl.warn("Component already in use."):_.al.set(a.id(),a)};fl=function(a){return Array.from(_.al.values()).find(b=>b instanceof a)||null};gl=function(a){for(const b of _.al.values())a(b)};hl=function(a){gl(b=>{b.o(a)})};il=function(a){gl(b=>{b.h(a)})};jl=function(){gl(()=>{})};kl=function(){gl(()=>{})};ll=function(a){if(null!==fl(a))return null;a=new a;a.f();_.el(a);dl.info("Installed component:",a.id());return a};
|
|
97
|
+
ml=function(a){if(a=fl(a))a.a(),_.al.delete(a.id()),dl.info("Uninstalled component:",a.id())};nl=function(a){return _.zi(a,_.ud)||_.zi(a,_.wd)};ol=function(a,b){3===b.type&&(a.f&&(a.g.debug("Attaching tracking token"),b.headers[Eg]=a.f),a.a&&(b.headers[Fg]=a.a))};
|
|
98
|
+
pl=function(a,b){return b.request&&3===b.request.type&&(a.f=b.headers[Eg],a.a=b.headers[Fg],b=b.headers["x-dt-csl-renewal-info"],a.f&&a.g.debug("Loaded tracking token "+a.f),a.a&&a.g.debug("Loaded followup token "+a.a),b)?(a=JSON.parse(_.si(_.Ii(b))),{delay:a.renewalPeriod,Mh:{maxAttempts:a.retryCount,baseDelay:1E3*a.retryPeriod,backoffFactor:1,fuzzFactor:0,timeout:0}}):null};_.rl=function(a){_.ql[a.I]=a};
|
|
99
|
+
_.tl=function(a){const b={attemptParameters:_.Ti(),enforceSingleSession:!1,delayLicenseRequestUntilPlayed:!1,enableSessionCacheForSkd:!1,ignoreUnrecognizedInitData:!0,bb:{},widevineVersion:_.yd};if(a&&(b.enforceSingleSession=!!a.enforceSingleSession,b.delayLicenseRequestUntilPlayed=!!a.delayLicenseRequestUntilPlayed,b.preferredDrmSystem=a.preferredDrmSystem,b.emeApi=a.emeApi,a.attemptParameters&&(b.attemptParameters=a.attemptParameters),b.enableSessionCacheForSkd=!!a.enableSessionCacheForSkd,void 0!==
|
|
100
|
+
a.ignoreUnrecognizedInitData&&(b.ignoreUnrecognizedInitData=!!a.ignoreUnrecognizedInitData),typeof a.widevineVersion===_.Pf&&0<a.widevineVersion.length&&(b.widevineVersion=a.widevineVersion),a.env)){const c=_.ql[a.env]||null;if(!c)throw _.kh(_.va,_.zb+a.env+_.aa),new _.G(_.E,6,6015,`DRM environment '${a.env}' is missing.`);b.bb=_.sl(c,a.customData)||{};_.zi(a.env.toLowerCase(),Pd)&&(b.enforceSingleSession=!0)}return b};
|
|
101
|
+
vl=function(a){a=ul[a];if(!a)return null;const b=_.yk();return b.os===rk&&4===b.osVersion.major&&4===b.osVersion.minor?null:new Uint8Array(a)};
|
|
102
|
+
_.sl=function(a,b){const c={};var d=b?b.widevineVideoRobustness:void 0,e=b?b.widevineAudioRobustness:void 0;const f=b?b.serverCertificate:void 0;var g=a.f[_.yd];if(g){var h=g.licenseUrl;d=Qh(d,g.videoRobustness);e=Qh(e,g.audioRobustness);var k=g.modifiers,l=Ph(b?b.widevineDistinctiveIdentifierRequired:void 0,g.distinctiveIdentifierRequired,!1),m=Ph(b?b.widevinePersistentStateRequired:void 0,g.persistentStateRequired,!1);g=void 0===f?g.serverCertificate:null===f?null:typeof f===_.Pf?vl(f):f;c[_.yd]=
|
|
101
103
|
{licenseUrl:h,videoRobustness:d,audioRobustness:e,modifiers:k,distinctiveIdentifierRequired:l,persistentStateRequired:m,serverCertificate:g}}(g=a.f[_.ud])&&(c[_.ud]={licenseUrl:g.licenseUrl,certificateUrl:g.certificateUrl,modifiers:g.modifiers});h=b?b.playReadyVideoRobustness:void 0;b=b?b.playReadyAudioRobustness:void 0;(g=a.f[_.wd])&&(c[_.wd]={licenseUrl:g.licenseUrl,videoRobustness:h||g.videoRobustness,audioRobustness:b||g.audioRobustness,individualizationServer:g.individualizationServer,useLegacySystem:g.useLegacySystem,
|
|
102
|
-
modifiers:g.modifiers});return c};_.
|
|
103
|
-
_.
|
|
104
|
-
|
|
105
|
-
_.
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
_.
|
|
109
|
-
_.
|
|
110
|
-
_.
|
|
111
|
-
_.
|
|
112
|
-
_.
|
|
113
|
-
_.
|
|
114
|
-
a=["assetId","variantId"];b.f=_.
|
|
115
|
-
|
|
116
|
-
_.
|
|
117
|
-
|
|
118
|
-
_.
|
|
119
|
-
_.
|
|
120
|
-
_.
|
|
121
|
-
break;case 3:for(;4!==(u=h()&7);)k(u);break;case 5:b.skip(4);break;default:throw Error("invalid wire type "+u);}},l=[];let m=null;for(;_.
|
|
122
|
-
_.
|
|
123
|
-
_.
|
|
124
|
-
d,c,b,a,h)};
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
b.serverCertificate||null)))}};_.
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
c)}a.A=null}a.
|
|
135
|
-
_
|
|
136
|
-
_.
|
|
137
|
-
k.label=_.wd;
|
|
138
|
-
g.browser)f=_.ud;else if(g.browser===
|
|
139
|
-
{l=h.keySystem;m=b.get(_.
|
|
140
|
-
m.videoCapabilities[0].robustness:"",serverCertificate:k[0],initData:q,keyIds:u,periodId:null}}a.a=l;if(!a.a.licenseServerUri)throw new _.
|
|
141
|
-
|
|
104
|
+
modifiers:g.modifiers});return c};_.wl=function(){throw new _.G(_.E,3,3E3);};_.xl=function(a,b,c){const d=c||0;c=b.byteLength-d;const e=_.I(a.f.buffer);b=_.I(b.buffer,d,c);try{e.set(b,a.a),a.a+=c}catch(f){_.wl()}};_.N=function(a,b){try{a.f.setUint32(a.a,b,a.h),a.a+=4}catch(c){_.wl()}};_.yl=function(a){return a.a<a.f.byteLength};_.zl=function(){throw new _.G(_.E,3,3E3,"Buffer read out of bounds.");};_.Al=function(a){try{const b=a.f.getUint8(a.a);a.a+=1;return b}catch(b){_.zl()}};
|
|
105
|
+
_.Bl=function(a){try{const b=a.f.getUint16(a.a,a.h);a.a+=2;return b}catch(b){_.zl()}};_.O=function(a){try{const b=a.f.getUint32(a.a,a.h);a.a+=4;return b}catch(b){_.zl()}};_.Cl=function(a){try{const b=a.f.getInt32(a.a,a.h);a.a+=4;return b}catch(b){_.zl()}};_.Dl=function(a){let b=0,c=0;try{!0===a.h?(b=a.f.getUint32(a.a,!0),c=a.f.getUint32(a.a+4,!0)):(c=a.f.getUint32(a.a,!1),b=a.f.getUint32(a.a+4,!1))}catch(d){_.zl()}if(2097151<c)throw new _.G(_.E,3,3001);a.a+=8;return c*Math.pow(2,32)+b};
|
|
106
|
+
El=function(a,b){const c=new Uint8Array(b);for(let d=0;d<b;d++)c[d]=_.Al(a);return c};_.Fl=function(a,b){a.a+b>a.f.byteLength&&_.zl();var c=a.a+a.f.byteOffset;c=a.f.buffer.slice(c,c+b);a.a+=b;return _.I(c)};Gl=function(a){let b=0;for(let c=0;c<a.length;c++)b=b<<8|a.charCodeAt(c);return b};_.Hl=function(a){return String.fromCharCode(a>>24&255,a>>16&255,a>>8&255,a&255)};_.Il=function(a){for(;_.yl(a.reader)&&!a.parser.a;)a.parser.Jd(a.start+a.headerSize,a.reader,a.partialOkay)};
|
|
107
|
+
_.Jl=function(a){for(let b=_.O(a.reader);0<b&&!a.parser.a;--b)a.parser.Jd(a.start+a.headerSize,a.reader,a.partialOkay)};_.Kl=function(a){return b=>{const c=b.reader.Ja()-b.reader.getPosition();a(_.Fl(b.reader,c))}};_.Ll=function(a){return 8+(a.has64BitSize?8:0)+(null!=a.flags?4:0)};Ml=function(a){let b="";try{b=_.vi(a)}catch(c){}return b};_.Ol=function(a){a=Ml(a);let b="";a.length&&(b=(new _.Nl(a)).a);return b};
|
|
108
|
+
Ql=function(a){if(!a)return null;let b=null;try{const c=JSON.parse(_.si(a)),d=_.Ii(c.sinf[0]);(new _.Pl).N(_.If,_.Il).N("schi",_.Il).N("tenc",e=>{e.reader.skip(6);_.Al(e.reader)&&(e.reader.skip(1),b=_.Ki(_.Fl(e.reader,16)));e.parser.stop()}).parse(d)}catch(c){}return b};
|
|
109
|
+
Sl=function(a,b,c){if(!c||!c.byteLength)throw new _.G(_.E,6,6102);let d;typeof b===_.Pf?d=_.xi(b,!0):d=b;a=_.xi(Ml(a),!0);b=new _.Rl(12+a.byteLength+d.byteLength+c.byteLength,!0);_.N(b,a.byteLength);_.xl(b,_.I(a));_.N(b,d.byteLength);_.xl(b,_.I(d));_.N(b,c.byteLength);_.xl(b,_.I(c));return _.I(b.buffer)};_.Tl=function(a){var b=_.I(a.body);b=_.Hi(b);a.headers[ua]=Hc;a.body=_.wi("spc\x3d"+b).buffer};
|
|
110
|
+
_.Ul=function(a){let b;try{b=_.si(a.data)}catch(c){return}b=b.trim();"\x3cckc\x3e"===b.substr(0,5)&&"\x3c/ckc\x3e"===b.substr(-6)&&(b=b.slice(5,-6));try{const c=JSON.parse(b);c.ckc&&(b=c.ckc);c.CkcMessage&&(b=c.CkcMessage);c.License&&(b=c.License)}catch(c){}a.data=qi(_.Ii(b))};Zl=function(a,b){b=Vl(b);if(a===_.yd)return b+Wl;if(a===_.wd)return b+Xl;if(a===_.ud)return b+Yl;throw Error("Unknown DRM Key-System '"+a+"'. Can not infer license URL!");};
|
|
111
|
+
_.bm=function(a,b,c,d){d=void 0===d?!0:d;c=a.drm;c&&c.env.startsWith(xa)?c.customData&&(_.am(b,a),a=b.uris[0],d&&c.customData.assetId&&(a+="?assetId\x3d"+encodeURI(`${c.customData.assetId}`),c.customData.variantId&&(a+="\x26variantId\x3d"+encodeURI(`${c.customData.variantId}`)),b.uris[0]=a)):$l.warn(kb)};
|
|
112
|
+
_.cm=function(a,b){try{const c=_.I(b.data),d=JSON.parse(String.fromCharCode.apply(null,c));$l.debug("Widevine License response",d);const e=atob(d.license),f=new Uint8Array(e.length);for(a=0;a<e.length;++a)f[a]=e.charCodeAt(a);b.data=f.buffer}catch(c){$l.debug("Unable to parse DRMtoday response JSON, assuming the response contained raw data")}};
|
|
113
|
+
_.em=function(a,b,c){var d=c&&c.customData&&c.customData.fpsContentId;_.bm(a,b,c,!1);b.headers[ua]=Hc;c={spc:_.Gi(b.body)};if((a=a.drm)&&a.env.startsWith(ya)&&d){a={};var e=_.oj((new _.Nl(dm(d))).f);d=e.keyId;if(e=e.assetId)$l.info("Applying assetId from HLS manifest."),a.assetId=e;d&&($l.info("Applying keyId from HLS manifest."),a.keyId=d);d=a;d.keyId&&($l.info("Adding keyID to FPS payload:",d.keyId),c.keyId=d.keyId);d.assetId&&($l.info("Adding assetID to FPS payload:",d.assetId),c.assetId=d.assetId)}b.body=
|
|
114
|
+
_.yi(_.nj(c,!0))};_.fm=function(a,b){$l.debug("Clearing response data");200===b.status&&(a=_.si(b.data).trim(),"\x3cckc\x3e"===a.substr(0,5)&&"\x3c/ckc\x3e"===a.substr(-6)&&(a=a.slice(5,-6)),b.data=_.Ii(a).buffer)};
|
|
115
|
+
_.gm=function(a,b,c){b=Ml(b);c=c&&c.customData?c.customData:{};b=new _.Nl(dm(b));const d=_.oj(b.f);if(a&&a.drm&&a.drm.customData){var e=a.drm.customData;a=e.assetId;e=e.variantId;a&&_.Bi(`${a}`)&&(d.assetId=a,$l.debug("Using assetId from the configuration instead of the value from the HLS manifest."));e&&_.Bi(`${e}`)&&(d.variantId=e,$l.info("Using variantId from the configuration instead of the value from the HLS manifest."))}d.keyId?(a=["keyId"],$l.debug("KeyId found in FPS SKD. Removing other parameters")):
|
|
116
|
+
a=["assetId","variantId"];b.f=_.nj(d,!1,a);"/"!==b.path||b.j.includes(`${b.a}/`)||(b.path="");b=_.mj(b);return c.fpsContentId=b};_.hm=function(a,b){a=a.drm;if(!a||!a.env.startsWith(xa))$l.warn(kb);else if(a.customData&&a.customData.merchant&&!a.env.startsWith(ya)){const c=new _.Rh(b.uris[0]);let d=c.Da;d.endsWith("/")||(d+="/");d+=a.customData.merchant;c.Da=d;b.uris[0]=c.toString()}};im=function(a,b,c){_.bm(a,b,c);a=a.drm;a=!(!a||!a.offlineId);c=new _.Rh(b.uris[0]);c.a.add(_.Qe,a);b.uris[0]=c.toString()};
|
|
117
|
+
Vl=function(a){if(a===jm)return"https://lic.drmtoday.com";if(a===km)return"https://lic.staging.drmtoday.com";if(a===om)return"https://lic.test.drmtoday.com";throw Error("Unknown DRMtoday environment '"+a+"'. Can not infer DRMtoday base URL!");};dm=function(a){a=a.replace(/assetid/gi,"assetId");a=a.replace(/variantid/gi,"variantId");return a=a.replace(/keyid/gi,"keyId")};
|
|
118
|
+
_.am=function(a,b){if((b=b.drm)&&b.customData){var c={userId:b.customData.userId,sessionId:b.customData.sessionId,merchant:b.customData.merchant};_.Tg(c)&&(a.headers["dt-custom-data"]=btoa(JSON.stringify(c)));(b=b.customData.authToken)&&(a.headers["x-dt-auth-token"]=b)}};qm=function(a){const b={},c=a?a[Gg]:void 0;a=pm[a?a[Gg]:void 0];c&&(b.drmTodayErrorCode=c);a&&(b.drmTodayErrorMessage=a);return b};
|
|
119
|
+
sm=function(a,b=0){_.jh("Registering EME Factory: "+a.a());a={priority:b,ya:a};for(let c=0;c<rm.length;++c)if(rm[c].priority<b){rm.splice(c,0,a);return}rm.push(a)};tm=function(a){if(a){const {ya:b}=rm.find(({ya:c})=>c.a()===a);if(b&&b.f())return _.jh(Yb+b.a()),b.create();_.jh("Cannot create selected EME manager. Choosing by priority list.")}for(const {ya:b}of rm)if(b.f())return _.jh(Yb+b.a()),b.create();throw Error("Missing EME managers");};
|
|
120
|
+
_.vm=function(a,b){a=_.um(a,b);return 1!==a.length?null:a[0]};_.um=function(a,b){return Array.prototype.filter.call(a.childNodes,c=>c instanceof Element&&c.tagName===b)};_.wm=function(a){return Array.prototype.every.call(a.childNodes,b=>b.nodeType===Node.TEXT_NODE||b.nodeType===Node.CDATA_SECTION_NODE)?a.textContent.trim():null};
|
|
121
|
+
_.xm=function(a,b){const c=new DOMParser;let d=null,e=null;try{e=c.parseFromString(a,_.Vf)}catch(f){}e&&e.documentElement.tagName===b&&(d=e.documentElement);return d&&0<d.getElementsByTagName("parsererror").length?null:d};_.Am=function(a){var b=_.Ji(a);b=parseInt(b.byteLength,10).toString(16);b=_.Ji("12"+b+a);return new ym(zm,a,b)};
|
|
122
|
+
_.Cm=function(a){const b=new _.Bm(new DataView(a.buffer,a.byteOffset,a.byteLength),!1);a=_.O(b);var c=_.O(b);c=_.Hl(c);var d=_.O(b);const e=d>>>24;d&=16777215;var f=_.Fl(b,16);f=_.Ki(f);if(0<e){var g=_.O(b);b.skip(16*g)}g=_.O(b);const h=()=>{let u=_.Al(b),v=(u&127)>>>0,y=7;for(;128<=u&&28>=y;)u=_.Al(b),v=(v|(u&(28>y?127:15))<<y)>>>0,y+=7;return 28<y?-1:v},k=u=>{switch(u){case 0:do if(!_.yl(b))throw Error("not enough data to skip!");while(_.Al(b)&128);break;case 1:b.skip(8);break;case 2:b.skip(h());
|
|
123
|
+
break;case 3:for(;4!==(u=h()&7);)k(u);break;case 5:b.skip(4);break;default:throw Error("invalid wire type "+u);}},l=[];let m=null;for(;_.yl(b);){var n=h(),q=n&7;n>>>=3;if(2===q){q=h();if(0>q)throw Error(`unable to read length of field ${n}`);q=El(b,q);2===n?l.push(q):4===n&&(m=q)}else k(q)}_.kh("Parsed WV PSSH Box","size",a,"name",c,ig,e,"flags",d,"size",g,"systemId",f,"contentId (base64)",m?_.Gi(m):"","keyIds",l.map(u=>_.Ki(u)));return 0<l.length?_.Am(_.Ki(l[0])):null};
|
|
124
|
+
_.Dm=function(a){const b=[];b.push(a[3]);b.push(a[2]);b.push(a[1]);b.push(a[0]);b.push(a[5]);b.push(a[4]);b.push(a[7]);b.push(a[6]);a=_.I(a);a.set(b,0);return a};
|
|
125
|
+
_.Im=function(a){a:{var b=new _.Bm(new DataView(a.buffer),!0);_.O(b);for(_.Bl(b);_.yl(b);)if(1===_.Bl(b)){var c=_.Bl(b);b=_.Fl(b,c);break a}b=null}b||(b=a);a=ui(b,!0);c=_.xm(a,"WRMHEADER");a=c.getAttribute(ig);var d=_.vm(c,"DATA");c=(c=_.vm(d,"LA_URL"))?_.wm(c):"";var e;if(e=_.vm(d,"KID"))if(e=_.wm(e)){var f=_.vm(d,oa);e={value:e,Ud:f?f.textContent.trim():null}}else e=null;else e=null;d=e?[e]:(e=Em(d))?[e]:(d=Fm(d))?d:null;const {value:g="",Ud:h}=d&&d[0]||{};d=_.Ii(g);d=_.Dm(d);d=_.Ki(d);return new _.Gm(_.Hm,
|
|
126
|
+
d,c,b,a,h)};Em=function(a){a=_.vm(a,"PROTECTINFO");if(!a)return null;var b=_.vm(a,"KID");if(!b)return null;a=b.getAttribute("VALUE");if(!a)return null;const c=b.getAttribute(oa);b=b.getAttribute("ALGID");return{value:a,Ud:c,fg:b}};
|
|
127
|
+
Fm=function(a){a=_.vm(a,"PROTECTINFO");if(!a)return null;a=_.vm(a,"KIDS");if(!a)return null;var b=_.um(a,"KID");if(!b.length)return null;a=[];for(const c of b)if(b=c.getAttribute("VALUE")){const d=c.getAttribute(oa),e=c.getAttribute("ALGID");a.push({value:b,Ud:d,fg:e})}return a.length?a:null};_.Km=function(a){Jm&&performance.mark(a)};_.Lm=function(a,b,c){Jm&&performance.measure(a,b,c)};
|
|
128
|
+
Mm=function(a){return _.w(function*(){const b=new Promise(c=>{(new _.Wj(c)).fa(1)});(yield Promise.race([a.close().then(()=>!0),b.then(()=>!1)]))||_.B("Timeout waiting for session close")})};_.Om=function(a){return Nm(a)?_.wd:a};Pm=function(a,b){const c=[];b.forEach((d,e)=>{c.push({keySystem:e,licenseServerUri:d.licenseUrl,distinctiveIdentifierRequired:!1,persistentStateRequired:!1,audioRobustness:"",videoRobustness:"",serverCertificate:null,initData:[],keyIds:[]})});for(const d of a)d.drmInfos=c};
|
|
129
|
+
Qm=function(a,b){if(a.keySystem){var c=_.Om(a.keySystem);b=b[c];c===_.Ne&&a.licenseServerUri||(b&&(a.licenseServerUri=b.licenseUrl||""),a.keyIds||(a.keyIds=[]),b&&(a.distinctiveIdentifierRequired||(a.distinctiveIdentifierRequired=b.distinctiveIdentifierRequired),a.persistentStateRequired||(a.persistentStateRequired=b.persistentStateRequired),a.videoRobustness||(a.videoRobustness=b.videoRobustness||""),a.audioRobustness||(a.audioRobustness=b.audioRobustness||""),a.serverCertificate||(a.serverCertificate=
|
|
130
|
+
b.serverCertificate||null)))}};_.Rm=function(a,b){b=_.Qj(a.mimeType,b||a.codecs);if(_.Pj(b,a.type)){a=a.type;var c=_.Pj(b,a);c&&(c=c(),b=c.convertCodecs(a,b),c.destroy())}return b};Sm=function(a){for(const b of a.audioCapabilities||[])delete b.robustness;for(const b of a.videoCapabilities||[])delete b.robustness};Um=function(a){return(a.audioCapabilities||[]).some(Tm)||(a.videoCapabilities||[]).some(Tm)};
|
|
131
|
+
Vm=function(a,b){a=_.Ol(b);_.kh("Using default Content ID extractor. The hostname part from HLS #EXT-X-KEY:URI skd:// will be used.","Extracted Content ID: "+a);return a};
|
|
132
|
+
Wm=function(a){var {playerConfig:b,initData:c,initDataType:d,drmInfo:e,drmSystemConfig:f,sessionContext:g,emeApi:h}=a;if("skd"===d&&"APPLE"===h){a=e.serverCertificate;let k=f&&f.modifiers&&f.modifiers.extractContentId;_.Vg(k)||(k=Vm);let l="";try{l=k(b,c,g)}catch(m){throw new _.G(_.E,6,6103);}if(!l.length)throw new _.G(_.E,6,6101,"Content ID is an empty string");c=Sl(c,l,a)}return c};Nm=function(a){return!!a.match(/^com\.(microsoft|chromecast)\.playready/)};
|
|
133
|
+
Tm=function(a){return null!=a.robustness&&""!==a.robustness};Xm=function(a,b,c,d,e){for(const f of a){b.includes(f.licenseServerUri)||b.push(f.licenseServerUri);f.serverCertificate&&(c.some(g=>_.Li(g,f.serverCertificate))||c.push(f.serverCertificate));if(f.initData){for(const g of f.initData)g.periodId=f.periodId;for(const g of f.initData)d.some(h=>h.keyId&&h.keyId===g.keyId&&h.periodId===g.periodId?!0:!1)||d.push(g)}if(f.keyIds)for(a=0;a<f.keyIds.length;++a)e.includes(f.keyIds[a])||e.push(f.keyIds[a])}};
|
|
134
|
+
Ym=function(a){var b=a.l;const c=a.V;c.clear();b.forEach((d,e)=>c.set(e,d));b=Array.from(c.values());b.length&&b.every(d=>"expired"===d)&&a.T(new _.G(_.E,6,6014));a.D.qe(_.bh(c));a.o||a.g.info(wa);a.o=!0;a.B=!1};Zm=function(a){a.f.forEach((b,c)=>{const d=b.le;let e=c.expiration;isNaN(e)&&(e=Infinity);e!==d&&(a.D.pe(c.sessionId,e),b.le=e)})};
|
|
135
|
+
$m=function(a){return _.w(function*(){a.w.release();a.w=null;a.K.release();a.K=null;a.o=!1;a.B=!1;a.F.reject();a.X.stop();a.X=null;a.R.stop();a.R=null;const b=Array.from(a.f.keys());for(const c of a.f.values())c.xc&&c.xc.stop();a.f.clear();yield Promise.all(b.map(c=>Promise.resolve().then(()=>_.w(function*(){a.g.debug("Closing session",c.sessionId);try{yield Mm(c)}catch(d){a.g.warn("Error while closing session",d)}}))));if(a.A){try{yield a.j.h(null)}catch(c){a.g.warn("Error while resetting media keys",
|
|
136
|
+
c)}a.A=null}a.j=null;a.a=null;a.H.clear();a.G=null;a.J=[];a.h=null;a.T=null;a.D=null;a.M=0;a.L=null})};_.dn=function(a,b){const c=b.some(e=>0<e.drmInfos.length);if(!c){var d=ah(a.h.bb);Pm(b,d)}if(d=an(a))for(const e of b)e.drmInfos=[d];for(const e of b)for(const f of e.drmInfos)Qm(f,a.h.bb);b=bn(a,b);if(!b.size)return a.O=!0,Promise.resolve();_.Km(Hd);a=_.cn(a,b);return(c?a:a.catch(()=>{})).then(()=>{_.Km(Gd);_.Lm("DRM queryMediaKeys_()",Hd,Gd)})};
|
|
137
|
+
_.fn=function(a,b,c){c=void 0===c?[]:c;a.I=en;a.J=c;a.C=0<c.length;a.g.debug("Using Persisted Licenses: "+a.C);a.h&&a.h.enableSessionCacheForSkd&&a.g.info("Enabled session cache for SKD license requests");return _.dn(a,b)};
|
|
138
|
+
_.cn=function(a,b){if(1===b.size&&b.has(""))return Promise.reject(new _.G(_.E,6,6E3));null===a.j&&(a.j=tm(a.h.emeApi));for(var c of b.values())0===c.audioCapabilities.length&&delete c.audioCapabilities,0===c.videoCapabilities.length&&delete c.videoCapabilities;let d=c=new _.gn;const e=(h,k,l)=>{k.drmInfos.some(m=>!!m.licenseServerUri)===h&&(d=d.catch(()=>{if(a.ua)return null;if(l===_.wd){if(_.Yj()&&!a.h.bb[l].useLegacySystem)return k.label=xd,a.j.a(xd,[k]).catch(()=>{a.g.warn("Unable to create com.microsoft.playready.recommendation. Falling back to com.microsoft.playready.");
|
|
139
|
+
k.label=_.wd;Sm(k);return a.j.a(l,[k])});Sm(k)}if(l===_.yd&&a.h.widevineVersion!==_.yd){const m=a.h.widevineVersion;if(!m.startsWith(_.yd))return a.g.error(`Invalid "widevineVersion" value "${m}".`),Promise.reject();const n=Object.assign({},k,{label:m,distinctiveIdentifier:_.Me,persistentState:_.Me});return a.j.a(m,[n]).catch(()=>a.j.a(l,[k]))}return a.j.a(l,[k]).catch(m=>{a:{if(l===_.yd&&Um(k)){const n=_.yk();if(Um(k)&&n.os===rk&&n.browser===fd){a.g.warn("requestMediaKeySystemAccess() failed",m);
|
|
140
|
+
a.g.warn("Will try to recover by removing the robustness attribute of videoCapabilities and audioCapabilities.");Sm(k);m=a.j.a(l,[k]);break a}}throw m;}return m})}))};let f=a.h.preferredDrmSystem;if(!f){var g=_.yk();if(g.os===tk&&10<=g.osVersion.major&&"edge"===g.browser)f=_.wd;else if("safari"===g.browser)f=_.ud;else if(g.browser===fd||"firefox"===g.browser)f=_.yd}f&&(g=b.get(f))&&(e(!0,g,f),e(!1,g,f));for(const h of[!0,!1])b.forEach((k,l)=>{l!==f&&e(h,k,l)});d=d.catch(()=>{throw new _.G(_.E,6,6001,
|
|
141
|
+
"Failed to get MediaKeySystemAccess.");});d=d.then(h=>{if(a.ua)return null;a.H.clear();var k=h.getConfiguration();a.g.info("Got MediaKeySystemAccess with configuration",k);var l=k.audioCapabilities||[];k=k.videoCapabilities||[];for(var m of l)a.H.add(m.contentType.toLowerCase());for(var n of k)a.H.add(n.contentType.toLowerCase());{l=h.keySystem;m=b.get(_.Om(h.keySystem));n=[];k=[];const q=[],u=[];Xm(m.drmInfos,n,k,q,u);1<k.length&&_.B("Multiple unique server certificates found! Only the first will be used.");
|
|
142
|
+
1<n.length&&_.B("Multiple unique license server URIs found! Only the first will be used.");l={keySystem:l,licenseServerUri:n[0],distinctiveIdentifierRequired:m.distinctiveIdentifier===_.wf,persistentStateRequired:m.persistentState===_.wf,audioRobustness:m.audioCapabilities?m.audioCapabilities[0].robustness:"",videoRobustness:m.videoCapabilities?m.videoCapabilities[0].robustness:"",serverCertificate:k[0],initData:q,keyIds:u,periodId:null}}a.a=l;if(!a.a.licenseServerUri)throw new _.G(_.E,6,6012,a.a.keySystem);
|
|
143
|
+
return h.createMediaKeys()}).then(h=>{a.ua||(a.g.info("Created MediaKeys for key system",a.a.keySystem),a.G=h,a.O=!0)}).catch(h=>{if(!a.ua){a.a=null;a.H.clear();if(h instanceof _.G)throw h;throw new _.G(_.E,6,6002,{browserError:h.message});}});c.reject();return d};
|
|
144
|
+
an=function(a){a=ah(a.h.bb[_.Ne]||{});if(0===a.size)return null;const b=[],c=[];a.forEach((e,f)=>{f=_.Ji(f);e=_.Ji(e);e={kty:"oct",kid:_.Hi(f,!1),k:_.Hi(e,!1)};b.push(e);c.push(e.kid)});a=JSON.stringify({keys:b});var d=JSON.stringify({kids:c});d=[{initData:_.wi(d),initDataType:"keyids"}];return{keySystem:_.Ne,licenseServerUri:"data:application/json;base64,"+window.btoa(a),distinctiveIdentifierRequired:!1,persistentStateRequired:!1,audioRobustness:"",videoRobustness:"",serverCertificate:null,initData:d,
|
|
142
145
|
keyIds:[],periodId:null}};
|
|
143
|
-
|
|
144
|
-
c.codecs.toLowerCase()&&_.
|
|
145
|
-
n.audioCapabilities.push(u);h&&n.audioCapabilities.push({robustness:q||"",contentType:h})});c&&_.
|
|
146
|
-
|
|
147
|
-
_.
|
|
148
|
-
_.
|
|
149
|
-
|
|
150
|
-
f.data.headers;g=Object.assign({message:"Error while fetching certificate!",url:f.data.url,status:f.data.status,response:f.data.response},g?{headers:g}:{},
|
|
151
|
-
_.
|
|
152
|
-
_.
|
|
153
|
-
f.
|
|
154
|
-
_.
|
|
155
|
-
c=c.then(()=>_.
|
|
156
|
-
|
|
157
|
-
_.
|
|
158
|
-
a.
|
|
159
|
-
_.
|
|
146
|
+
bn=function(a,b){var c=new Set;for(var d of b)for(var e of d.drmInfos)Qm(e,a.h.bb),c.add(e);d=a.C?_.wf:_.Me;e=a.C?[_.Re]:[Tf];a=new Map;for(const f of c)a.set(f.keySystem,{initDataTypes:[_.bd],audioCapabilities:[],videoCapabilities:[],distinctiveIdentifier:_.Me,persistentState:d,sessionTypes:e,label:f.keySystem,drmInfos:[]});for(const f of b){b=f.audio;c=f.video;const g=b?_.Rm(b):"";let h=null;b&&"ac-3"===b.codecs.toLowerCase()&&_.ak()&&(h=_.Rm(b,_.Rd));const k=c?_.Rm(c):"";let l=null;c&&"ac-3"===
|
|
147
|
+
c.codecs.toLowerCase()&&_.ak()&&(l=_.Rm(c,_.Rd));for(const m of f.drmInfos){const n=a.get(m.keySystem);n.drmInfos.push(m);m.initData&&m.initData.length&&(n.initDataTypes=[...new Set(m.initData.map(q=>q.initDataType))]);m.distinctiveIdentifierRequired&&(n.distinctiveIdentifier=_.wf);m.persistentStateRequired&&(n.persistentState=_.wf);b&&_.Ch(m.audioRobustness).forEach(q=>{const u={robustness:q||"",contentType:g};n.audioCapabilities.find(v=>v.robustness===u.robustness&&v.contentType===u.contentType)||
|
|
148
|
+
n.audioCapabilities.push(u);h&&n.audioCapabilities.push({robustness:q||"",contentType:h})});c&&_.Ch(m.videoRobustness).forEach(q=>{const u={robustness:q||"",contentType:k};n.videoCapabilities.find(v=>v.robustness===u.robustness&&v.contentType===u.contentType)||n.videoCapabilities.push(u);l&&n.videoCapabilities.push({robustness:q||"",contentType:l})})}}return a};
|
|
149
|
+
hn=function(a){return _.w(function*(){if(!a.j.o())if(a.L)yield a.L;else try{a.L=a.j.h(a.G),yield a.L}catch(b){a.ua||a.T(new _.G(_.E,6,6003,b.message,b))}})};
|
|
150
|
+
_.mn=function(a,b,c,d){d=void 0===d?"":d;if(c.length&&(!a.C||a.I!==en)){var e=a.keySystem();if(!e.startsWith(_.ud)&&b===_.bd){const f=new jn(c);if(1<f.a.length&&(e={"org.w3.clearkey":"1077efecc0b24d02ace33c1e52e2fb4b","com.widevine.alpha":"edef8ba979d64acea3c827dcd51d21ed","com.microsoft.playready":"9a04f07998404286ab92e65be0885f95","com.adobe.primetime":"f239e769efa348509c16a903c6932efb"}[e]))for(let g=0;g<f.f.length;g++)if(e===f.f[g]){c=c.subarray(f.a[g].start,f.a[g].end+1);break}}(a.A.webkitCurrentPlaybackTargetIsWireless||
|
|
151
|
+
_.ak(2)||a.keySystem().startsWith(_.ud)||!_.kn(a,d,c,!0))&&ln(a,d,null,b,c)}};nn=function(a,b){return _.w(function*(){a.g.info(`Handle encrypted event for type ${b.initDataType}`);yield hn(a);b.initData&&_.mn(a,b.initDataType,_.I(b.initData))})};pn=function(a){return _.w(function*(){_.Km(Kd);const b=a.S.map(c=>on(a,c));a.Z=!0;a.S=[];yield Promise.all(b);_.Km(Jd);_.Lm("drm.onPlay",Kd,Jd)})};
|
|
152
|
+
rn=function(a){const b=a.keySystem(),c=a.h.bb[b],d=c.certificateUrl||"";if(""===d)return Promise.resolve();const e=a.D.getConfiguration();return qn(a,e).then(()=>{var f=c.modifiers;const g=f&&f.certificateRequest,h=f&&f.certificateResponse;f=_.Wi([d],a.h.attemptParameters);f.type=3;f.licenseRequestType=dd;g&&f.requestModifiers.push(k=>g(e,k));h&&f.responseModifiers.push(k=>h(e,k));a.g.debug("Fetching certificate");return a.D.Hb.fetch(f).W}).then(f=>{a.a.serverCertificate=_.I(f.data)}).catch(f=>{var g=
|
|
153
|
+
f.data.headers;g=Object.assign({message:"Error while fetching certificate!",url:f.data.url,status:f.data.status,response:f.data.response},g?{headers:g}:{},qm(g));throw new _.G(_.E,6,6100,g,f);})};
|
|
154
|
+
_.sn=function(a){return _.w(function*(){if(a.G&&a.a&&a.a.serverCertificate&&a.a.serverCertificate.length)try{const b=yield a.G.setServerCertificate(a.a.serverCertificate);void 0===b||b||a.g.debug("Server certificates are not supported by the key system. The server certificate has been ignored.")}catch(b){throw new _.G(_.E,6,6004,{browserError:b.message});}})};
|
|
155
|
+
_.vn=function(a){const b=a.a?a.a.initData||[]:[];for(const c of b){let d=!_.ak(2);if(a.h.enforceSingleSession&&!a.keySystem().startsWith(_.ud)){const e=a.f.values();for(const f of e)_.Li(c.initData,f.initData)?(a.g.info("Skipping Session creation. Existing init data in single session mode!"),d=!1):f.periodId===c.periodId&&(a.g.info("Skipping Session creation. Merging init data for period in single session mode "+`for Key ID ${c.keyId}.`),tn(c.initData,f)||(f.td.push(c.initData),c.keyId&&!f.fb.includes(c.keyId)&&
|
|
156
|
+
f.fb.push(c.keyId),a.l.get(c.keyId)||a.l.set(c.keyId,Nf)),d=!1)}!d||a.C&&a.I===en||(_.kn(a,c.keyId,c.initData)&&(d=!1),d&&(a.g.info("Request new media key session on create"),ln(a,c.keyId,c.periodId,c.initDataType,c.initData)))}for(const c of a.J)_.un(a,c);b.length||a.J.length||(a.o||a.g.info(wa),a.o=!0,a.B=!1,a.F.resolve());return a.F};
|
|
157
|
+
_.wn=function(a,b){if(!a.G)return _.sh(a.w,b,[Sd,"msneedkey",Cg,"needkey"],()=>{a.T(new _.G(_.E,6,6010))}),Promise.resolve();a.A=b;a.j.l(b);a.w.one(a.A,_.Te,()=>pn(a));a.w.on(a.A,_.xg,e=>{const f=a.B;a.B=!a.o;!f&&a.B&&(a.g.info("Waiting for DRM license key delivery"),a.D.onEvent(e))});var c=a.a.initData.find(e=>0<e.initData.length);let d=Promise.resolve();if(c||a.j.f()!==Eb||a.J.length)d=hn(a);c=Promise.resolve();_.dk()&&38===_.ek().major||(a.a&&a.a.keySystem!==_.Ne&&!a.a.serverCertificate&&(c=rn(a)),
|
|
158
|
+
c=c.then(()=>_.sn(a)));return Promise.all([d,c]).then(()=>{a.ua||(_.vn(a),a.w.on(a.A,Sd,e=>nn(a,e)))}).catch(e=>{if(!a.ua){if(6004===e.code&&a.a&&a.a.keySystem===_.yd&&1>a.M&&a.a.serverCertificate&&a.a.serverCertificate.length)return a.g.warn("Detected invalid widevine server certificate!. Retrying"),a.T(new _.G(1,6,6004)),a.a.serverCertificate=null,a.M++,_.wn(a,b);1<=a.M&&a.g.info("Could not get valid widevine server certificate. Giving up");throw e;}})};
|
|
159
|
+
qn=function(a,b){return _.w(function*(){const c=a.D.Cc();if(c){var d=b&&b.drm&&b.drm.customData;d&&(yield c(d))}})};
|
|
160
|
+
_.un=function(a,b){let c;try{a.g.debug("Attempting to load an offline session",b),c=a.G.createSession(_.Re)}catch(e){const f=new _.G(_.E,6,6005,{browserError:e.message});a.T(f);return Promise.reject(f)}a.w.on(c,_.xe,a.da.bind(a));a.w.on(c,fe,a.ba.bind(a));const d={initData:null,loaded:!1,le:Infinity,Jb:null,Ma:new _.gn,periodId:null,td:[],keyId:null,fb:[],initDataType:null,gc:null,sessionContext:{ldlDelay:0,customData:{}}};d.Ma.catch(()=>{});a.f.set(c,d);return c.load(b).then(e=>{if(a.ua)return null;
|
|
161
|
+
a.g.debug("Loaded offline session",b,e);if(!e)return a.f.delete(c),a.T(new _.G(_.E,6,6013)),null;d.loaded=!0;xn(a)&&(a.o||a.g.info(wa),a.o=!0,a.B=!1,a.F.resolve());return c},e=>{a.ua||(a.f.delete(c),a.T(new _.G(_.E,6,6005,{browserError:e.message})))})};tn=function(a,b){if(!a)return!1;for(let c=0;c<b.td.length;c++)if(_.Li(a,b.td[c]))return!0;return!1};
|
|
162
|
+
_.kn=function(a,b,c,d){d=void 0===d?!1:d;for(const e of a.f.keys()){const f=a.f.get(e);if(_.Li(c,f.initData))return b?f.fb.includes(b)?d&&a.g.info("Skipping Session creation. "+`License for init data with Key ID ${b} was already `+`requested in Session: '${e.sessionId}'. `):(f.fb.push(b),a.l.get(b)||a.l.set(b,Nf),d&&a.g.info(Ib+`Session: '${e.sessionId}'`+`Adding Key ID ${b} to session meta-data.`)):d&&a.g.info(Ib+`Session: '${e.sessionId}'`),!0;if(tn(c,f))return d&&a.g.info("Skipping Session creation. License for init data was already requested [extra]"),
|
|
160
163
|
!0}return!1};
|
|
161
|
-
|
|
162
|
-
if(h&&m.keyId===h){a.
|
|
163
|
-
|
|
164
|
-
_.
|
|
165
|
-
error:u,extended:v},u))}})}else a.
|
|
166
|
-
|
|
167
|
-
_.
|
|
168
|
-
|
|
169
|
-
const h=_.
|
|
170
|
-
_.
|
|
171
|
-
{_.
|
|
172
|
-
{a.
|
|
173
|
-
url:m.data.url,status:m.data.status,response:m.data.response},n?{headers:n}:{},
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
_.
|
|
178
|
-
|
|
179
|
-
_.
|
|
180
|
-
|
|
181
|
-
!0;
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
f||e||g;!a.L||a.m.isLive()||a.f!==_.
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
b.type+" for "+a.url)
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
d.type)},getConfiguration:()=>a.getConfiguration(),
|
|
191
|
-
trickModeVideo:null,emsgSchemeIdUris:null,roles:[],channelsCount:null,spatialAudio:!1,
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
uri:b.url},d.error))})).fa(g))});
|
|
195
|
-
()=>{const g=new _.
|
|
196
|
-
|
|
197
|
-
_.
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
Qo=function(a){return(
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
(
|
|
218
|
-
_.
|
|
219
|
-
{
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
{const
|
|
224
|
-
|
|
225
|
-
zp=function(a,b
|
|
226
|
-
Ap=function(a,b){
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
(a
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
a.
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
e
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
a.
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
b.
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
_.
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
a
|
|
311
|
-
_.
|
|
312
|
-
_.
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
_.
|
|
316
|
-
_.
|
|
164
|
+
ln=function(a,b,c,d,e,f,g){f=void 0===f?null:f;g=void 0===g?!1:g;_.w(function*(){if(e.length){var h=b;if(!h)try{h=yn(a,d,e,f)}catch(u){if(a.g.warn("Ignoring unrecognized init data. This may be caused by unsupported or malformed init data. Set `drm.ignoreUnrecognizedInitData \x3d false` if you want to override this behavior and use the init data after all.",{error:u,initDataType:d,initData:e}),a.h.ignoreUnrecognizedInitData)return}if(!g&&zn(a,h,d,e)){var k=!0;if("skd"===d&&!a.h.enableSessionCacheForSkd)for(var l of a.f.keys()){var m=a.f.get(l);
|
|
165
|
+
if(h&&m.keyId===h){a.g.warn(`Close and re-open session for ${h}`);try{yield l.close()}catch(u){a.g.warn("Unable to close session",u)}k=!1}}if(k){a.g.warn(`Skip creating a new session for ${h}`);return}}try{var n=a.C?_.Re:Tf;var q=a.G.createSession(n);a.g.info(`Created new ${n} session for Key ID: '${h}'. `+`Init data type: ${d}.`)}catch(u){a.T(new _.G(_.E,6,6005,{browserError:u.message}));return}a.w.on(q,_.xe,a.da.bind(a));a.w.on(q,fe,a.ba.bind(a));k={gc:f,td:[],initData:e,initDataType:d,keyId:h,
|
|
166
|
+
fb:h?[h]:[],loaded:!1,le:Infinity,periodId:c,Jb:null,Ma:new _.gn,sessionContext:{ldlDelay:0,customData:{}}};k.Ma.catch(()=>{});f&&(l=a.f.get(f),k.sessionContext=l.sessionContext);a.f.set(q,k);h&&!a.l.get(h)&&a.l.set(h,Nf);if(e)for(l=0;l<a.a.initData.length;l++)m=a.a.initData[l],m.keyId&&!k.fb.includes(m.keyId)&&_.Li(m.initData,e)&&(k.keyId||(k.keyId=m.keyId),k.fb.push(m.keyId),a.l.get(m.keyId)||a.l.set(m.keyId,Nf));l=a.D.getConfiguration();m=a.keySystem();m=a.h.bb[m];n=(n=m.modifiers)&&n.transformInitData;
|
|
167
|
+
_.Vg(n)||(n=Wm);try{e=n({playerConfig:l,initData:e,initDataType:d,drmInfo:a.a,drmSystemConfig:m,sessionContext:k.sessionContext,emeApi:a.j.f()})}catch(u){h=u;u instanceof _.G||(h=new _.G(_.E,6,6016,u));k.Ma&&k.Ma.reject(u);a.T(h);return}a.g.info(`Generate License Request for key ID: '${h}'`);q.generateRequest(d,e.buffer).catch(u=>{if(!a.ua){var v=null;u.errorCode&&u.errorCode.systemCode&&(v=u.errorCode.systemCode,0>v&&(v+=Math.pow(2,32)),v="0x"+v.toString(16));a.T(new _.G(_.E,6,6006,{browserError:u.message,
|
|
168
|
+
error:u,extended:v},u))}})}else a.g.warn("Empty init data")})};An=function(a){let b=Infinity;a=a.f.keys();for(const c of a)isNaN(c.expiration)||(b=Math.min(b,c.expiration));return b};xn=function(a){a=a.f.values();return _.hi(a,b=>b.loaded)};zn=function(a,b,c,d){if(!b&&c!==_.If)return!1;d=b||Ql(d);for(const e of a.f.values())if(b&&e.keyId===b||b&&e.fb.includes(b)||c===_.If&&(e.keyId||Ql(e.initData))===d)return!0;return!1};
|
|
169
|
+
yn=function(a,b,c,d){d=void 0===d?null:d;if("skd"===b){a:{var e=d;e=void 0===e?null:e;var f=a.keySystem(),g=a.h.bb[f];f=a.D.getConfiguration();g=g&&g.modifiers&&g.modifiers.extractContentId;_.Vg(g)||(g=Vm);try{var h={ldlDelay:0,customData:{}};e&&(h=a.f.get(e).sessionContext);var k=g(f,c,h);a.g.debug(`Extracted Content ID '${k}' from SKD`);var l=k;break a}catch(m){a.g.warn("Unable to extract Content ID from SKD",m)}l=""}return l}if(b===_.If)return Ql(c)||"";if(b===_.bd){l=a.keySystem();try{if(l.match(/^com\.widevine\.alpha/)){const m=
|
|
170
|
+
_.Cm(c);if(m)return m.a}else if(Nm(l)){{f=new _.Bm(new DataView(c.buffer,c.byteOffset,c.byteLength),!1);g=_.O(f);const m=_.O(f);h=_.Hl(m);const n=_.O(f);c=n>>>24;k=n&16777215;const q=_.Fl(f,16),u=_.Ki(q);if(0<c){const D=_.O(f);f.skip(16*D)}const v=_.O(f),y=_.Fl(f,v),A=_.Im(y);_.kh("Parsed PR PSSH Box","size",g,"name",h,ig,c,"flags",k,"size",v,"systemId",u,"keyId",A.a);e=A}if(e)return e.a}}catch(m){throw a.g.warn("Unable to extract Key ID from PSSH data.",{error:m,keySystem:l}),m;}}return""};
|
|
171
|
+
on=function(a,b){const c=b.target,d=a.f.get(c);var e=a.keySystem();let f=!1;e.match(/^com\.widevine\.alpha/)&&b.message&&2===b.message.byteLength?(f=!0,a.g.info("WV Server certificate request for "+`SID:'${c.sessionId} `+`from msg '${b.messageType}'`)):a.g.info("License request for "+`SID:'${c.sessionId}'/KID:'${d.keyId}' `+`from msg '${b.messageType}'`);let g=a.a.licenseServerUri;e=a.h.bb[e];"individualization-request"===b.messageType&&e&&e.individualizationServer&&(g=e.individualizationServer);
|
|
172
|
+
const h=_.Wi([g],a.h.attemptParameters);h.type=3;h.body=b.message;h.method=_.vb;h.licenseRequestType=b.messageType===ie&&d.gc?he:f?dd:b.messageType;h.sessionId=c.sessionId;if(h.licenseRequestType===he)a.D.onEvent(new _.C(Md));Nm(a.a.keySystem)&&Bn(a,h);ol(a.K,h);const k=Math.floor(b.timeStamp),l=Date.now();return Cn(a,h,d.sessionContext).then(()=>{_.Km(`drm.license.req.${k}.start`);a.g.debug("Sending DRM license request to",g,h);return a.D.Hb.fetch(h).W}).then(m=>{_.Km(`drm.license.req.${k}.end`);
|
|
173
|
+
_.Lm(`drm.license.req.${k}`,`drm.license.req.${k}.start`,`drm.license.req.${k}.end`);if(a.ua)return Promise.reject();const n=Date.now()-l;var q=Dn(a,m);let u="";q&&(u=` RID:${q}`);q=m&&m.data?m.data.byteLength:-1;f?a.g.info("WV Server certificate response for "+`SID:'${c.sessionId}' `+`${q} bytes `+`in ${n}ms${u}`):a.g.info("License response for "+`SID:'${c.sessionId}'/`+`KID:'${d.keyId}' `+`${q} bytes `+`in ${n}ms${u}`);const v=pl(a.K,m);_.Km(`drm.sess.update.${k}.start`);return c.update(m.data).then(()=>
|
|
174
|
+
{_.Km(`drm.sess.update.${k}.end`);_.Lm(`drm.sess.update.${k}`,`drm.sess.update.${k}.start`,`drm.sess.update.${k}.end`);if(!f){var y=An(a),A=v?Date.now()+1E3*v.delay:Number.NaN;y=new _.C(_.Od,{keySystem:a.keySystem(),expirationTime:y,expectedRenewalTime:A});a.D.onEvent(y);d&&(d.Jb&&d.Jb.resolve(),d.gc&&(y=d.gc,a.g.info(`Closing expired session '${y.sessionId}'`),Mm(y).catch(()=>{a.g.warn("Unable to close expired session in time")}),(y=a.f.get(d.gc))&&y.xc&&y.xc.stop(),a.f.delete(d.gc),d.gc=null),(new _.Wj(()=>
|
|
175
|
+
{a.ua||(d.loaded=!0,d.Ma&&d.Ma.resolve(),xn(a)&&(a.o||a.g.info(wa),a.o=!0,a.B=!1,a.F.resolve()))})).fa(5),null!==d.initData&&(0<d.sessionContext.ldlDelay||v&&nl(a.keySystem()))&&(y=new _.Wj(()=>{!a.ua&&a.K&&(a.g.info("Updating CSL Sessions"),Nm(a.keySystem())?ln(a,d.keyId,d.periodId,d.initDataType,d.initData,c,!0):a.keySystem().startsWith(_.ud)&&c.update(_.wi("renew")))}),d.xc=y,y.fa(v?v.delay:d.sessionContext.ldlDelay)))}})},m=>_.w(function*(){if(!a.ua){var n=m.data.headers;n=Object.assign({message:_.Sa,
|
|
176
|
+
url:m.data.url,status:m.data.status,response:m.data.response},n?{headers:n}:{},qm(n));n=new _.G(_.E,6,6007,n,m);a.T(n);d&&d.Jb&&d.Jb.reject(n);d&&d.Ma&&d.Ma.reject(n)}})).catch(m=>{a.ua||(m===Hb?a.g.info("Ignore update for closed sessions"):(m=new _.G(_.E,6,6008,{browserError:m.message}),a.T(m),d&&d.Jb&&d.Jb.reject(m),d&&d.Ma&&d.Ma.reject(m)))})};
|
|
177
|
+
Bn=function(a,b){var c=ui(b.body,!0,!0);if(c.includes("PlayReadyKeyMessage")){a.g.debug("Unwrapping PlayReady request.");a=(new DOMParser).parseFromString(c,"application/xml");c=a.getElementsByTagName("HttpHeader");for(let d=0;d<c.length;++d)b.headers[c[d].querySelector("name").textContent]=c[d].querySelector(_.hg).textContent;b.body=_.Ii(a.querySelector("Challenge").textContent).buffer}else a.g.debug("PlayReady request is already unwrapped."),b.headers[ua]="text/xml; charset\x3dutf-8"};
|
|
178
|
+
Cn=function(a,b,c){return _.w(function*(){const d=a.D.getConfiguration();yield qn(a,d);const e=a.keySystem();var f=a.h.bb[e];const g=(f=f&&f.modifiers)&&f.licenseRequest,h=f&&f.licenseResponse;g?b.requestModifiers.push(k=>g(d,k,c)):e.startsWith(_.ud)&&b.requestModifiers.push(k=>_.Tl(k));h?b.responseModifiers.push(k=>h(d,k,c)):e.startsWith(_.ud)&&b.responseModifiers.push(k=>_.Ul(k))})};
|
|
179
|
+
Dn=function(a,b){if(!b||!b.headers)return"";if(b=b.headers["x-dt-li"])try{return JSON.parse(_.si(_.Ii(b))).ti}catch(c){a.g.warn("Unable to parse DRMtoday Request ID",c)}return""};_.Gn=function(a,b){a&&b&&(_.En.set(a,b),_.Fn.info(`Registered TextDisplayerFactory: '${a}'`))};
|
|
180
|
+
_.Hn=function(a,b){b=b.find(c=>(c=_.En.get(c))?c.a(a):!1);if(null==b)return _.Fn.warn("Subtitles may not work as expected. No compatible text displayer found for this platform."),null;_.Fn.info(`Chosen the text displayer: ${b}`);return _.En.get(b)};_.In=function(a,b){if(null==a.a)a.a={timestamp:Date.now()/1E3,state:b,duration:0};else{{const c=Date.now()/1E3;a.a.duration=c-a.a.timestamp;a.a.state!==b&&(a.f.push(a.a),a.a={timestamp:c,state:b,duration:0})}}};
|
|
181
|
+
Jn=function(a,b){let c=0;a.a&&a.a.state===b&&(c+=a.a.duration);for(const d of a.f)c+=d.state===b?d.duration:0;return c};Kn=function(a){const b=d=>({timestamp:d.timestamp,state:d.state,duration:d.duration}),c=[];for(const d of a.f)c.push(b(d));a.a&&c.push(b(a.a));return c};Ln=function(a){return a.a.map(b=>_.Rg(b))};
|
|
182
|
+
_.Mn=function(){return{width:NaN,height:NaN,streamBandwidth:NaN,decodedFrames:NaN,droppedFrames:NaN,corruptedFrames:NaN,estimatedBandwidth:NaN,loadLatency:NaN,playTime:NaN,pauseTime:NaN,bufferingTime:NaN,switchHistory:[],stateHistory:[]}};On=function(a,b,c,d){b===HTMLMediaElement.HAVE_NOTHING||a.readyState>=b?d():(b=Nn.value().get(b),c.one(a,b,d))};
|
|
183
|
+
Sn=function(a){a.g.debug("Start watching for video events for "+a.m.namespace());const b=a.m,c=d=>Pn(a,d.type);a.a.on(b,_.Ud,()=>{a.h||(a.j=!1,Qn(a,_.Rn))});a.a.on(b,Xc,c);a.a.on(b,_.df,()=>{a.F=!0;a.j=!1;Pn(a,_.df)});a.a.on(b,_.Pe,()=>{a.F=!1;a.j=!1;Pn(a,_.Pe)});a.a.on(b,_.Xf,c);a.a.on(b,_.sf,c);a.a.on(b,_.Df,d=>{a.h=!1;a.j=!1;Pn(a,d.type)});a.a.on(b,_.Ef,d=>{a.h=!0;Pn(a,d.type)});a.a.on(b,Kf,c);a.a.on(b,_.wg,()=>{a.j=!0;Pn(a,_.wg)});a.a.on(b,_.Vd,d=>a.T(d));a.a.on(b,_.se,c);a.a.on(b,Yc,()=>{a.C=
|
|
184
|
+
!0;Pn(a,Yc)});a.a.on(b,_.gg,d=>{a.h=!0;Pn(a,d.type)});a.a.on(b,_.fg,d=>{a.h=!1;a.j=!1;Pn(a,d.type)})};Tn=function(a,b){return Object.keys(b)[a]};Vn=function(a,b){const c={type:_.Mf};b===_.Wc||b===_.Sc?(c.reason=a.w,b===_.Wc?c.timeSinceLastStateChangeMS=a.H:c.bufferedTimeMS=a.B):(a.f===_.Un&&(c.reason=a.w),a.A===_.Un&&(c.reason=a.w,c.bufferedTimeMS=a.B),c.currentState=a.f,c.previousState=a.A,c.timeSinceLastStateChangeMS=a.H);return c};
|
|
185
|
+
Qn=function(a,b){if(a.f===b)return!1;var c=Date.now();const d=a.f===_.Un;a.A=a.f;a.f=b;a.A===_.Rn&&(a.I=c,a.o=0);a.o||(a.o=a.I||c);a.H=c-a.o;a.o=c;b===_.Un?(a.K=a.o,a.w=a.h?1:2,a.g.info("Buffering started. Reason: "+Tn(a.w-1,_.Wn)),b=Vn(a,_.Wc),a.cb(_.Wc,b)):d&&(a.B=a.o-a.K,a.g.info("Buffering finished. Reason: "+Tn(a.w-1,_.Wn)+". Buffering time: "+a.B+" ms"),b=Vn(a,_.Sc),a.cb(_.Sc,b));b=Tn(a.A,_.Xn);c=Tn(a.f,_.Xn);a.g.info(`Player state change: ${b} -> ${c}`);a.cb(_.Mf,Vn(a,""));return!0};
|
|
186
|
+
Pn=function(a,b){if(a.f===_.Yn)a.g.warn("Player is in error state, aborting any further state checks");else{var c=a.m.isPaused(),d=a.m?a.m.isEnded():!1;if(d)a.h||(a.j=!1,Qn(a,_.Rn));else if(b!==_.Xf){var e=a.m.getPosition();e=null!==e&&void 0!==e&&0<=e?a.m.getBufferInfo().xa(e,!0):-1;a.G=e;e=a.m.getSurface().getMedia();a.l=e?e.readyState:null;a.J=a.m.getPlaybackRate()||1;e=typeof a.l===_.r&&2>a.l&&2===e.networkState;var f=typeof a.l===_.r&&0>=a.G&&a.f===_.Zn,g=typeof a.l===_.r&&2>=a.l&&a.j;e=a.h||
|
|
187
|
+
f||e||g;!a.L||a.m.isLive()||a.f!==_.Un||e||(f=b===_.Df&&4===a.l,(g=a.A===_.$n)&&!a.C?e=!0:g||a.C||f||(e=!0));f=!1;e?f=Qn(a,_.Un):c?f=Qn(a,_.ao):a.F&&(f=Qn(a,_.bo));f&&(a.C=!1);a.g.debug("Video state check for event "+b+":: seeking: "+a.h+", waiting: "+a.j+", playing: "+a.F+", paused: "+c+", readyState: "+a.l+", rate: "+a.J+", buffer: "+a.G+", ended: "+d+". Changed state: "+f+", Current state: "+Tn(a.f,_.Xn))}}};
|
|
188
|
+
co=function(a){a=(new _.Rh(a)).Da;if(!a)return null;a=a.toUpperCase();return _.Ai(a,".MPD")?_.Bc:_.Ai(a,".M3U8")?_.Rk:_.Ai(a,".MP4")?_.qg:_.Ai(a,"MANIFEST")||_.Ai(a,".ISM")?_.Gc:null};_.fo=function(a){let b;$k(a)?b=a.source:b=a;Array.isArray(b)||(b=[b]);b=b.filter(c=>typeof c===_.Pf||"url"in c);a=[];for(let c=0;c<b.length;c++){const d=eo(b[c]);d&&a.push(d)}return a};
|
|
189
|
+
eo=function(a){let b=null;_.Xg(a)&&(a={url:a});typeof a===_.Fe&&!Array.isArray(a)&&"url"in a&&(b={url:a.url,type:a.type?a.type:null},_.z(a.drmProtected)||typeof a.drmProtected!==_.Rc||(b.drmProtected=a.drmProtected),_.z(a.isLive)||typeof a.isLive!==_.Rc||(b.isLive=a.isLive),_.z(a.name)||typeof a.name!==_.Pf||(b.name=a.name),_.z(a.Tb)||typeof a.Tb!==_.Pf||(b.Tb=a.Tb),_.z(a.audioMimeType)||typeof a.audioMimeType!==_.Pf||(b.audioMimeType=a.audioMimeType));b&&!b.type&&(b.type=co(a.url),b.type?go.debug("Detect media type "+
|
|
190
|
+
b.type+" for "+a.url):go.warn("Unable to detect media type for "+a.url));return b};io=function(a){return a.w?ho():new Promise(b=>{if(a.a){const c=a.a;a.h.off(c,_.Vd);a.h.off(c,_.xf);a.a=null}b()})};ho=function(){return Promise.reject(new _.G(_.E,7,7E3))};
|
|
191
|
+
ko=function(a,b){return a.w?ho():new Promise(c=>{a.a||(a.h.on(b,_.Vd,()=>{{const d=jo(a);if(d)a.onError(d)}}),a.h.on(b,_.xf,()=>{const d=b.videoWidth,e=b.videoHeight,f=a.getTrackManager();f&&0<d&&0<e&&(f.w={width:d,height:e});a.trigger(new _.C(_.Pc,{detail:{width:d,height:e}}))}),a.a=b);c()})};
|
|
192
|
+
mo=function(a){return _.w(function*(){if(a.w)return ho();var b=a.ea[a.getSourceIndex()];if(!a.configuration.drm||!1===b.drmProtected)return a.log.debug("No DRM configuration present.","Skipping DRM engine initialization"),Promise.resolve();b=_.tl(a.configuration.drm);a.log.debug("Drm configuration: ",b);const c=a.getNetworkEngine();a.o=new _.lo({Hb:c,onError:d=>a.onError(d),qe:()=>{},pe:(d,e)=>{a.trigger(new _.C(_.Ld,{expirationTime:e}))},onEvent:d=>{d instanceof _.C?a.dispatchEvent(d):a.log.debug(_.Ob,
|
|
193
|
+
d.type)},getConfiguration:()=>a.getConfiguration(),Cc:()=>a.Cc()});a.o.h=b;yield _.fn(a.o,[{id:0,language:_.ag,primary:!1,audio:null,video:{id:0,originalId:null,createSegmentIndex:Promise.resolve.bind(Promise),findSegmentPosition:()=>null,getSegmentReference:()=>null,adjustSegmentDurations:()=>{},getDuration:a.getDuration.bind(a),initSegmentReference:null,Ba:0,mimeType:_.qg,codecs:"",encrypted:!0,keyId:null,language:_.ag,originalLanguage:_.ag,label:null,type:_.t,primary:!1,frameRate:void 0,ai:void 0,
|
|
194
|
+
trickModeVideo:null,emsgSchemeIdUris:null,roles:[],channelsCount:null,spatialAudio:!1,Nh:null,closedCaptions:null},bandwidth:100,drmInfos:[],allowedByApplication:!0,allowedByKeySystem:!0}]);yield _.wn(a.o,a.a);return Promise.resolve()})};no=function(a,b){On(a.a,HTMLMediaElement.HAVE_CURRENT_DATA,a.h,()=>{a.getState()!==_.Yn&&a.seek(b).catch(c=>{a.log.warn("Error while seeking to start position.",c)})})};
|
|
195
|
+
jo=function(a){if(null===a.ea||!a.a.error)return null;const b=a.a.error.code;if(1===b)return null;let c=a.a.error.msExtendedCode;c&&(0>c&&(c+=Math.pow(2,32)),c=c.toString(16));return new _.G(_.E,3,3016,{code:b,Wh:c,message:a.a.error.message})};
|
|
196
|
+
po=function(a){if(a.w)return new _.oo(ho(),()=>{});const b=a.ea[a.getSourceIndex()],c=a.configuration.startTime||null,d=a.a,e=a.H;c&&no(a,c);if(d.preload!==_.Ee)a.h.one(d,_.se,()=>{const g=Date.now()/1E3-e;a.f.A=g;a.log.debug("Time to load: ",g)});d.src=b.url;(_.ak()||_.dk())&&d.load();const f=new _.gn;a.h.one(d,Kf,()=>{const g=a.getConfiguration().manifest.attemptParameters.timeout||30;a.B||(a.B=(new _.Wj(()=>{f.reject(new _.G(_.E,3,3100,{message:`Unable to load media source successfully from ${b.url}`,
|
|
197
|
+
uri:b.url},d.error))})).fa(g))});On(d,a.configuration.forceWaitForTracks?HTMLMediaElement.HAVE_CURRENT_DATA:HTMLMediaElement.HAVE_METADATA,a.h,()=>f.resolve());d.error?f.reject(jo(a)):d.preload===_.Ee&&(a.log.warn('With \x3cvideo preload\x3d"none"\x3e, the browser will not load anything until play() is called. We are unable to measure load latency in a meaningful way. Please do not use preload\x3d"none" with PRESTOplay for Web Apps.'),f.resolve());a.h.one(d,_.Vd,()=>{f.reject(jo(a))});return new _.oo(f,
|
|
198
|
+
()=>{const g=new _.G(_.E,7,7001);f.reject(g);return Promise.resolve()})};qo=function(a,b){On(b,HTMLMediaElement.HAVE_CURRENT_DATA,a.h,()=>{if(a.isLive()&&a.getState()!==_.Yn){var c=a.getSeekRange().end,d=a.getPosition();Infinity===c||20>c-d||(a.log.warn("Detected that HLS live stream was not started from close to the live edge. Auto-fixing, seeking to seek range end."+`(position: ${d}, seek range end: ${c})`),a.seek(c).catch(e=>{a.log.warn("Error while seeking to seek range edge.",e)}))}})};
|
|
199
|
+
ro=function(a,b){let c=!1;a.h.on(b,_.Ef,()=>{c=b.paused});a.h.on(b,_.Df,()=>{.2>b.duration-b.currentTime&&b.paused&&!c&&(a.log.warn("Player was auto-paused during seek to the end, auto-resuming."),b.play())})};_.uo=function(a){0<=so.indexOf(a)?to.warn(`Factory '${a.name()}' is already registered`):(so.push(a),to.info(`Factory '${a.name()}' has been registered.`))};vo=function(a,b){const c=so.find(d=>d.a(a,b))||null;c&&to.info(`Chosen ads manager: ${c.name()}`);return c};
|
|
200
|
+
_.wo=function(a,b){a=document.createElement(a);for(const c in b){const d=b[c];null===d||void 0===d?a.setAttribute(c,""):a.setAttribute(c,d)}return a};_.xo=function(a,b){a.classList.add(b)};_.yo=function(a,b){if(a&&typeof b===_.Fe)for(const c in b)a.style[c]=b[c]};_.zo=function(a){return document.createElement(a)};
|
|
201
|
+
Ao=function(a,b){const c=new MutationObserver(()=>{const d=Array.from(a.h.values());Eh(Array.from(b.classList),Array.from(d))||b.classList.add(...d)});c.observe(b,{attributes:!0,attributeFilter:["class"]});return c};Bo=function(a,b){a.a&&0!==b.length&&(a.a.classList.add(b),a.h.add(b))};
|
|
202
|
+
Co=function(a,b,c){(_.dk()&&53===_.ek().major||_.dk()&&68===_.ek().major||_.fk())&&!b.hasAttribute(Ad)&&(b.style.opacity="0",b.setAttribute(Ad,""),a.j.one(b,Qd,()=>{b.removeAttribute(Ad);b.style.opacity="1";c&&(c.style.opacity="1")}))};Do=function(a){if(a.Vb&&0===a.Vb.getDuration()){var b=a.player.getDuration();a.Vb.h=b}a.Hd&&a.Hd()};Eo=function(a,b){return _.w(function*(){yield a.release();yield a.load(b)})};
|
|
203
|
+
Go=function(a,b,c){return Array.from({length:2}).map(()=>{var d=document.createElement(_.t);b.appendChild(d);const e=a.za.ya.create();d=new Fo(d);e.init(d,c);e.setSourceIndex(0);d=d.getContainer();if(!d)throw Error("Failed to create player surface container element");d.classList.add("secondary");a.A.push(d);return e})};Ho=function(a){return[a.f,...a.l.a.map(b=>b.player)]};
|
|
204
|
+
Io=function(a,b,c){const d=b.getSurface().getMedia();b=b.getSurface().getUniqueCssClass();d&&(c?(a.g.debug(`Show video element .${b}`),d.classList.add(jd),d.classList.remove("clpp-hide")):(a.g.debug(`Hide video element .${b}`),d.classList.remove(jd),d.classList.add("clpp-hide")),a.B&&a.B(d,c))};Jo=function(a){return _.w(function*(){const b=a.a;b&&("loaded"!==b.state&&(yield b.Gc),yield b.player.play(),b.state=_.df,Do(b))})};
|
|
205
|
+
Ko=function(a,b){a.g.info("Add items",b);a.h=a.h.concat(b.map(c=>Object.assign({},c,{state:"idle",disposers:[],preloadPromise:Promise.resolve(),Gc:Promise.resolve()})))};Lo=function(a,b){0!==a.h.length&&(b?(a.g.info("Remove items",b),a.h=a.h.filter(c=>!b.includes(c.id))):(a.g.info("Remove all items"),a.h=[]))};
|
|
206
|
+
Wo=function(a,b,c){return _.w(function*(){if(a.o)a.g.warn(`Cannot ${c} item while busy (ID: ${b})`);else{var d=Mo(a,b);if(d){a.g.info(`${c} item (ID: ${b})`);a.o=!0;var e=a.a;e&&(e.player.isPaused()||e.player.pause(),e.player.setMuted(!0));var f=a.j.has(b);f&&a.j.delete(b);try{c===_.Te?(e&&d.primary?yield No(a,d):f?yield Oo(a,d):yield Po(a,d),Do(d)):f?a.g.error("Loading preloaded items is not supported"):yield Qo(a,d);Ro(a,d);d.player.setMuted(!1);d.Vb&&So(a,d,d.Vb);if(d.pb)d.player.one(_.Ud,d.pb);
|
|
207
|
+
d.Cf&&d.Cf()}catch(g){throw a.g.error(`Item failed to ${c} (ID: ${b})`),g;}finally{a.o=!1,e&&To(a,e),Uo(a),Vo(a,d.next)}}else a.g.warn(`Item not found (ID: ${b})`)}})};Mo=function(a,b){return a.h.find(c=>c.id===b)||null};No=function(a,b){return _.w(function*(){if(b.player){if(b.state===nf){a.g.info("Wait for seek to finish");try{yield b.preloadPromise}catch(c){}}a.a=b;b.role=Xo;Io(a,b.player,!0);b.state="loading";yield b.player.play();b.state=_.df}})};
|
|
208
|
+
Oo=function(a,b){return _.w(function*(){const c=b.player;if(c){if(b.state===nf){a.g.info(Vb);try{yield b.preloadPromise}catch(d){}}a.a=b;b.role=Xo;Io(a,c,!0);b.state===mf?yield c.play():b.state===lf&&(yield Eo(c,b.config));b.state=_.df}})};Po=function(a,b){return _.w(function*(){yield Qo(a,b);yield b.player.play();b.state=_.df})};
|
|
209
|
+
Qo=function(a,b){return _.w(function*(){const c=yield Yo(a,!!b.primary);a.a=b;b.role=Xo;a.a.player=c;a.a.videoEl=c.getSurface().getMedia();Io(a,c,!0);b.state="loading";b.Gc=Eo(c,b.config);yield b.Gc;b.state="loaded"})};
|
|
210
|
+
Ro=function(a,b){const c=b.transition;if(c&&!c.qh){if(c.pb){const d=c.pb,e=()=>{a.g.info(`Transition onEnded to (ID: ${d})`);a.play(d)};b.player.one(_.Ud,e);b.disposers.push(()=>{b.player.off(_.Ud,e)})}c.re&&Zo(a,b,()=>{const d=a.a.Vb;d&&(a.f.trigger(new _.C(_.tc,{detail:d})),a.f.trigger(new _.C(_.gc,{detail:d})),d.a===d.f&&a.f.trigger(new _.C(_.dc)))});c.qh=!0}};
|
|
211
|
+
So=function(a,b,c){const d=b.player,e=()=>{const l=d.getPosition(),m=c.getDuration();c.j=l;a.f.trigger(new _.C(_.pc,{detail:c}));!c.l&&l>=m/4&&(c.l=!0,a.f.trigger(new _.C(_.hc,{detail:c})));!c.o&&l>=m/2&&(c.o=!0,a.f.trigger(new _.C(_.nc,{detail:c})));!c.w&&l>=3*m/4&&(c.w=!0,a.f.trigger(new _.C(_.uc,{detail:c})))},f=()=>{d.isEnded()||a.f.trigger(new _.C(_.oc,{detail:c}))},g=()=>{a.f.trigger(new _.C(_.qc,{detail:c}))},h=()=>{a.f.trigger(new _.C(_.ec,{detail:c}))},k=()=>{a.f.trigger(new _.C(_.tc,{detail:c}));
|
|
212
|
+
a.f.trigger(new _.C(_.gc,{detail:c}));c.a===c.f&&a.f.trigger(new _.C(_.dc))};d.on(_.Xf,e);d.on(_.Pe,f);d.on(_.df,g);d.on(_.Wc,h);d.one(_.Ud,k);b.disposers.push(()=>{d.off(_.Xf,e);d.off(_.Pe,f);d.off(_.df,g);d.off(_.Wc,h);d.off(_.Ud,k)});1===c.a&&a.f.trigger(new _.C(_.cc));a.f.trigger(new _.C(_.lc,{detail:c}));a.f.trigger(new _.C(_.sc,{detail:c}))};
|
|
213
|
+
To=function(a,b){return _.w(function*(){const c=b.player;b.primary?a.g.info("Pause primary playback"):(a.g.info(`Stop previous playback (ID: ${b.id})`),b.disposers.forEach(d=>d()),b.disposers=[],b.player=null,b.videoEl=null,b.role=$o,yield ap(a,c));Io(a,c,!1)})};Uo=function(a){return Promise.all(Array.from(a.j.keys()).map(b=>bp(a,b)))};Vo=function(a,b){_.w(function*(){if(0!==b.length){a.g.info(`Preload items (IDs: ${b})`);var c=a.h.filter(d=>b.includes(d.id))||[];yield Promise.all(c.map(d=>cp(a,d)))}})};
|
|
214
|
+
dp=function(a){return a.h.find(b=>!!b.primary)||null};ep=function(a,b){const c=dp(a);c?c.Fa=b:a.g.error("Failed to get primary item. Cannot configure resume position.")};fp=function(a){a.A.forEach(b=>a.w.removeChild(b));a.A=[];Io(a,a.f,!0)};
|
|
215
|
+
Zo=function(a,b,c){const d=b.transition.re;let e=null;d.Fa&&ep(a,d.Fa);const f=()=>{const k=b.player.getPosition();.5>=d.position-k&&(h(),g())},g=()=>{var k=b.player.getPosition();k>=d.position?(c(),a.g.info(`Transition onPosition to (ID: ${d.itemId}), `+`playback position: ${k.toFixed(3)} s, `+`transition point: ${d.position.toFixed(3)} s. `),a.play(d.itemId),k=!0):k=!1;k?e=null:e=requestAnimationFrame(g)},h=()=>{b.player.off(_.Xf,f)};b.player.on(_.Xf,f);b.disposers.push(()=>{null!=e&&(cancelAnimationFrame(e),
|
|
216
|
+
e=null)});b.disposers.push(h)};gp=function(a){a.a&&(a.a.disposers.forEach(b=>b()),a.a.disposers=[],a.a.Vb&&So(a,a.a,a.a.Vb),Ro(a,a.a),Uo(a),Vo(a,a.a.next))};bp=function(a,b){return _.w(function*(){const c=a.j.get(b);c&&(a.g.info(`Stop preloading item (ID: ${b})`),c.player&&(yield ap(a,c.player)),a.j.delete(b))})};ap=function(a,b){return _.w(function*(){b!==a.f&&(yield a.l.release(b))})};
|
|
217
|
+
Yo=function(a,b){return _.w(function*(){if(b)return a.f;const c=yield a.l.get();if(!c)throw Error("No player available");return c})};
|
|
218
|
+
cp=function(a,b){return _.w(function*(){if(b.primary){b.state=nf;a.j.set(b.id,b);var c=b.player;b.Fa&&(a.g.info("Preparing to resume at",b.Fa),c.setMuted(!0),yield c.seek(b.Fa));b.state=mf}else{c=b.id;var d=yield Yo(a,!1);b.player=d;b.videoEl=d.getSurface().getMedia();b.role=$o;b.state=nf;try{a.j.set(c,b),b.config.autoplay&&(a.g.warn(la+`Force disabling autoplay (ID: ${c})`),b.config.autoplay=!1),b.preloadPromise=Eo(d,b.config),yield b.preloadPromise,b.state=mf}catch(e){7001===e.code?(a.g.info(`Preload aborted (ID: ${c})`),
|
|
219
|
+
b.state=kf):(a.g.warn(`Preload failed (ID: ${c})`,e),b.state=lf)}}})};hp=function(a){return a&&a.ASSETS&&Array.isArray(a.ASSETS)?a.ASSETS.every(b=>typeof b.URI===_.Pf&&typeof b.DURATION===_.r):!1};ip=function(a,b){return a.a.find(c=>1===c.ue&&b>c.startTime&&b<c.endTime)||null};lp=function(a,b){return _.w(function*(){if(!(yield jp(a,b)))throw Error("Failed to bind");yield kp(a,b,1,!1)})};
|
|
220
|
+
tp=function(a,b){const c=()=>_.w(function*(){var e=b.getPosition(),f=mp(a,e);f&&(a.g.info(`Interstitial ${f.sa} coming up `+`at ${f.startTime} s`),(yield jp(a,f))&&np(a,f,b));if((f=op(a))&&f.state===pp&&b.getDuration()-e<a.za.resolutionOffsetSec&&(yield jp(a,f)))if(f.Ha&&0!==f.Ha.length){if(e=a.qa.getCurrentItem()){var g=qp(a,f,2),h=g[0].id;e.next=[h];e.transition={pb:h};rp(a,f,g);a.g.info(`Postroll interstitial ${f.sa} scheduled`)}}else a.g.warn("Postroll interstitial has no assets, ignoring.")});
|
|
221
|
+
b.addEventListener(_.Xf,c);a.h.push(()=>{b.removeEventListener(_.Xf,c)});const d=()=>{sp(a,!1,!0,!0)};b.addEventListener(_.Wf,d);a.h.push(()=>{b.removeEventListener(_.Wf,d)})};up=function(a){a.h.forEach(b=>b());a.h=[]};vp=function(a){return(a=a.qa.getCurrentItem())&&!a.primary?a.player:null};
|
|
222
|
+
sp=function(a,b,c,d){const e=wp(a);a.g.info("Interstitial cues found",e);var f=e;if(d){f=Jh(a.a.map(m=>m.sa),e.map(m=>m.id));xp(a,f.mh);const l=new Set(f.eg);f=e.filter(m=>l.has(m.id))}if(!yp(a,f))return!1;const g=[],h=[],k=[];f.forEach(l=>{const m=l.customAttributes.CUE||[];m.includes(_.vb)?h.push(l):!d&&m.includes("PRE")?g.push(l):!c&&l.startTime<a.za.gh?g.push(l):k.push(l)});1<g.length?a.g.warn("Multiple preroll interstitials not supported. Will display only the 1st one."):g[0]&&zp(a,g[0],b);k.forEach(l=>
|
|
223
|
+
Ap(a,l,1));1<h.length?a.g.warn("Multiple postroll interstitials not supported. Will display only the 1st one."):h[0]&&Ap(a,h[0],2);a.g.info("Interstitials changed",a.a);return 0<g.length};
|
|
224
|
+
Bp=function(a){_.w(function*(){var b=a.qa;Ko(b,[{id:pf,primary:!0,config:b.f.getConfiguration(),next:[]}]);var c=dp(b);if(!c)throw Error("Failed to find primary item");b.a=c;c.role=Xo;c.player=b.f;c.videoEl=c.player.getSurface().getMedia();Io(b,c.player,!0);b=a.f;c=b.getConfiguration();a.j=sp(a,!c.autoplay,b.isLive(),!1);if(a.j){if(b=a.qa,c=b.l,c=c.a[0]?c.a[0].player:null)Io(b,b.f,!1),Io(b,c,!0)}else c.autoplay&&(yield Jo(a.qa))})};
|
|
225
|
+
wp=function(a){return a.f.getTimelineCues().filter(b=>b.schemeIdUri===_.vd&&b.customAttributes)};xp=function(a,b){const c=new Set(b);a.a.forEach(d=>{c.has(d.sa)&&![pp,Cp].includes(d.state)&&a.g.warn("Removing an interstitial in active state",d)});a.a=a.a.filter(d=>!c.has(d.sa))};
|
|
226
|
+
yp=function(a,b){const c=b.sort((g,h)=>g.startTime-h.startTime),d=a.za.resolutionOffsetSec,e=[];for(let g=0;g<c.length-1;g++){const h=c[g],k=c[g+1];k&&k.startTime-h.endTime<d&&e.push(`Interstitials ${h.id} and ${k.id} `+`are too close to each other (less than ${d} s).`);k&&k.startTime<=h.endTime&&e.push(`Interstitials ${h.id} and ${k.id} `+"overlap.")}const f=[];b.forEach(g=>{const h=g.customAttributes[_.$b],k=g.customAttributes[_.ac];g.customAttributes[_.Zb]||h?null!=k&&1>k&&a.g.warn(`Interstitial cue ${g.id} is invalid `+
|
|
227
|
+
"X-PLAYOUT-LIMIT is less than 1 s.",g):f.push(`Interstitial cue ${g.id} is invalid `+"it contains neither X-ASSET-LIST nor X-ASSET-URI.")});0<f.length?a.g.error("Invalid interstitials, all interstitials will "+`be skipped. ${f.join(" ")}`):0<e.length&&a.g.warn("Unsupported format of interstitials, playback may not "+`behave correctly. ${e.join(" ")}`);return 0===f.length};
|
|
228
|
+
zp=function(a,b,c){_.w(function*(){const d=Ap(a,b,0),e=yield jp(a,d),f=d.Ha?d.Ha.length:0;e&&0<f?(kp(a,d,0,c),a.g.info(`Preroll interstitial ${d.sa} scheduled`)):(e?a.g.warn("Preroll interstitial has no assets, skipping"):a.g.error("Preroll interstitial failed, skipping"),c||(yield Jo(a.qa)))})};
|
|
229
|
+
Ap=function(a,b,c){{const d=b.customAttributes[_.bc];b={sa:b.id,startTime:b.startTime,endTime:b.endTime,state:pp,Se:b.customAttributes[_.Zb],Te:b.customAttributes[_.$b],Ha:null,Fa:null==d?null:b.startTime+d,oh:d,Gf:b.customAttributes[_.ac],ue:c}}a.a.push(b);return b};
|
|
230
|
+
jp=function(a,b){return _.w(function*(){b.state=Dp;if(b.Se)try{a.g.info(`Load X-ASSET-LIST for ${b.sa}`);a.cb(new _.C(ic));b.Ha=yield Ep(a,b.Se);b.Ha&&0!==b.Ha.length||a.g.info(`Interstitial ${b.sa} has no assets, `+"will be smoothly skipped");if(null==b.Fa){const c=gi(b.Ha.map(d=>d.DURATION));b.Fa=b.startTime+c}b.state=Fp;a.cb(new _.C(kc))}catch(c){a.g.error("Failed to load X-ASSET-LIST",c),b.state=Gp}else b.Te?(b.Ha=[{URI:b.Te,DURATION:b.endTime-b.startTime}],b.state=Fp):b.state=Gp;return b.state===
|
|
231
|
+
Fp})};kp=function(a,b,c,d){return _.w(function*(){if(a.qa.getCurrentItem()){var e=qp(a,b,c);rp(a,b,e);ep(a.qa,b.Fa);d?yield a.qa.load(e[0].id):yield a.qa.play(e[0].id)}})};mp=function(a,b){return a.a.find(c=>{const d=c.startTime-b;return 1===c.ue&&[pp,Cp].includes(c.state)&&0<d&&d<=a.za.resolutionOffsetSec})||null};
|
|
232
|
+
np=function(a,b,c){if(b.Ha)if(0===b.Ha.length){const g=()=>{c.isLive()?a.g.info("Skipping empty "+`live interstitial ${b.sa}`):null!=b.Fa&&0!==b.oh?c.seek(b.Fa):a.g.info(`Empty VOD interstitial ${b.sa}, `+"continuing to next segment")};c.one(_.yh,g);a.h.push(()=>{c.off(_.yh,g)});a.g.info(`Interstitial ${b.sa} scheduled to `+"be skipped")}else{var d=a.qa.getCurrentItem();if(d){var e=qp(a,b,1),f=e[0].id;ep(a.qa,b.Fa);d.next=[f];d.transition={re:{position:b.startTime,itemId:f,Fa:b.Fa}};rp(a,b,e);a.g.info(`Interstitial ${b.sa} scheduled for `+
|
|
233
|
+
`${b.startTime} s`)}}};op=function(a){return a.a.find(b=>2===b.ue)||null};Ep=function(a,b){return _.w(function*(){var c=a.qa.vd();if(!c)throw Error("No player found");c=c.getNetworkEngine();const d=_.Wi(b);c=yield dj(c,d);if(!hp(c))throw new _.Oh("Invalid X-ASSET-LIST list response");return Promise.resolve(c.ASSETS)})};
|
|
234
|
+
qp=function(a,b,c){let d=0,e=b.Ha.map((g,h)=>{const k=`${b.sa}-${h}`;d+=g.DURATION;return{id:k,config:{source:{url:g.URI,type:_.Rk}},duration:g.DURATION,Oc:d,Rg:b.sa,next:[],Vb:new P(c,h+1,b.Ha.length,g.DURATION)}});e.forEach((g,h)=>{const k=h===e.length-1;k&&2===c||(k?(g.next=[pf],g.transition={pb:pf}):(h=k?pf:`${g.Rg}-${h+1}`,g.next=[h],g.transition={pb:h}))});e.forEach(g=>{g.Hd=()=>{a.g.info(`Playing interstitial asset ${g.id}`,g)}});if(null!=b.Gf){const g=b.Gf;a.g.info(`Playout limit for ${b.sa} is `+
|
|
235
|
+
`${g} s`);const h=e[e.length-1],k=g-(h.Oc-h.duration);0>=g?e=[]:g<h.Oc?(e=e.filter(l=>l.Oc-l.duration<=g),.1>Math.abs(k-h.duration)?h.transition.pb=pf:h.transition.re={position:k,itemId:pf}):g>h.Oc&&a.g.info(`Playout limit (${g}) is`+`larger than total duration: (${h.Oc})`)}const f=e[0].Hd;e[0].Hd=()=>{a.g.info(`Playing interstitial ${c} ${b.sa} with `+`${b.Ha.length} assets and will resume primary `+`content at ${b.Fa.toFixed(1)} s.`,e);f()};e[0].Cf=()=>{b.state=Hp};e[e.length-1].pb=()=>{b.state=
|
|
236
|
+
Cp;Lo(a.qa,e.map(g=>g.id))};return e};rp=function(a,b,c){Ko(a.qa,c);gp(a.qa);b.state=Ip;a.cb(new _.C(_.mc,{detail:null}))};Mp=function(a){a.a.on(window,"offline",()=>{Jp(a,!1)});a.a.on(window,"online",()=>{a.f||Kp(a)});a.a.on(a.m,Kf,()=>Lp(a));a.a.on(a.m,"suspend",()=>Lp(a));a.a.on(a.m,_.wg,()=>Lp(a));a.a.on(a.m,_.df,()=>{a.f||Kp(a)});a.a.on(a.m,_.qf,()=>{a.f||Kp(a)});a.a.on(a.m,_.Mf,()=>{switch(a.m.getState()){case _.Un:Lp(a);break;default:Lp(a)}})};Np=function(a){a.h&&(a.h.stop(),a.h=null)};
|
|
237
|
+
Lp=function(a){a.f&&Kp(a)};Op=function(a){return _.w(function*(){var b=a.m.getConfiguration().connectivityCheck;b&&a.m&&(b=yield ej(a.j,b.url,b.attemptParameters,b.method),Jp(a,b))})};Kp=function(a){a.m.getConfiguration().connectivityCheck&&(Np(a),a.h=(new _.Wj(()=>Op(a))).fa(5))};Jp=function(a,b){Np(a);a.f!==b&&(a.f=b,a.m&&a.m.getConfiguration().connectivityCheck&&a.m.trigger(new _.C(Le,{online:a.f})))};Qp=function(){for(let a=0;a<Pp.length;++a)Pp[a].vc()};
|
|
238
|
+
_.Rp=function(a,b){b=b||0;a={priority:b,vc:a};for(let c=0;c<Pp.length;c++)if(Pp[c].priority<b){Pp.splice(c,0,a);return}Pp.push(a)};Sp=function(a,b){a.onError(b);a.release().then(()=>a.destroy())};
|
|
239
|
+
Up=function(a){var b=Tp;const c={kty:"RSA",n:b.n,e:b.e},d=a.h+"."+a.f,e=a.j;return new Promise(function(f,g){let h;try{h=window&&window.crypto&&window.crypto.subtle}catch(l){}if(h){var k={name:"RSASSA-PKCS1-v1_5",hash:{name:"SHA-256"}};h.importKey("jwk",c,k,!1,["verify"]).then(function(l){const m=_.wi(d),n=_.Ii(e);return h.verify(k,l,n.buffer,m.buffer)}).then(function(l){l?f():g(new _.Oh("Signature Verification failed",$f))}).catch(g)}else f()})};
|
|
240
|
+
Wp=function(a){if(!a.a){var b=a.f.split(".");if(3!==b.length)throw Error("Expected to find 3 data sections in JWT raw data");b=new Vp(b[0],b[1],b[2]);a.a=b}return a.a};Xp=function(a){return _.w(function*(){var b=Wp(a);try{yield Up(b)}catch(c){if(c&&c.code===$f)throw c;{b=window.location.href;const d=new _.Rh(b);b=d.rb||d.Sa?d:new _.Rh("//"+b)}if(!/(^127\.)|(^10\.)|(^172\.1[6-9]\.)|(^172\.2[0-9]\.)|(^172\.3[0-1]\.)|(^192\.168\.)|(^localhost)/.test(b.Sa))throw c;}})};
|
|
241
|
+
Yp=function(a){switch((a.ea[0]||{src:"",type:""}).type){case _.Bc:a="dash";break;case _.Gc:a="ss";break;case _.Rk:a="hls";break;case _.qg:a="mp4";break;default:a=""}return a};Zp=function(a){return a.viewerId?a.viewerId:(a=a.drm||null)&&a.customData&&a.customData.userId?`${a.customData.userId}`:""};$p=function(a){return(a=a.drm||null)&&a.customData&&a.customData.assetId?`${a.customData.assetId}`:""};
|
|
242
|
+
aq=function(a){return(a=a.drm||null)&&a.customData&&a.customData.sessionId?`${a.customData.sessionId}`:""};bq=function(a){a=a.drmInfo;return(new _.Rh(a&&a.licenseServerUri||"")).Sa};cq=function(a){const b=a.configuration;let c="no";b.drm&&!_.Zg(b.drm,{})&&(c="custom",b.drm.env&&b.drm.env.toLowerCase().startsWith(Pd)||bq(a).endsWith("drmtoday.com"))&&(c=Pd);return c};dq=function(a){a=a.drmInfo;let b="";if(a)switch(a.keySystem){case _.yd:b="wv";break;case _.wd:b="pr";break;case _.ud:b="fps"}return b};
|
|
243
|
+
eq=function(a){a=a.drmInfo;let b=!1;a&&(b=a.persistentStateRequired);return b.toString()};fq=function(a){a=a.drmInfo;let b="";if(a)switch(a.videoRobustness){case $a:case Xa:b="L1";break;case Ya:b="L2";break;case _.Gb:case _.Fb:b="L3"}return b};
|
|
244
|
+
jq=function(a,b){const c="ie"===_.yk().browser;var d=b.configuration;const e=[...Array.from(_.al.keys()),...b.Hf];b={"CL-KEY":a.f,"CL-LOCATION":window.location.href,"CL-SDK-VERSION":_.da,"CL-USER-ID":Zp(d),"CL-ASSET-ID":$p(d),"CL-SESSION-ID":aq(d),"CL-PLAYBACK-TYPE":b.isLive?gq:hq,"CL-CONTENT-TYPE":Yp(b),"CL-PLUGINS":e.join(" "),"CL-DRM":cq(b),"CL-DRM-CDM":dq(b),"CL-DRM-SEC-LEVEL":fq(b),"CL-DRM-OFFLINE":eq(b),"CL-DRM-IP":bq(b)};c&&(d=window.localStorage.getItem("cl_et"))&&(b["CL-ETAG"]=d);d=_.Wi(["https://downloads.castlabs.com/r/register/"]);
|
|
245
|
+
d.method="GET";d.headers=b;return(new _.iq).fetch(d).W.then(f=>{200===f.status&&c&&window.localStorage.setItem("cl_et",f.headers.etag);return Promise.resolve()}).catch(f=>{a:{var g=Wp(a);f=f.data;var h=f.status;if(g.a&&g.a.ilv)g=Promise.resolve();else{switch(h){case 403:case 404:g=7101;var k="castLabs Player license is invalid";if(403===h){h=k;k="";try{k=JSON.parse(decodeURIComponent(f.responseText)).message}catch(l){}f=k;f=h+(": "+f)}else f=k+"!";k=f;break;case 412:g=7103;k="License requires a viewer ID. It should be supplied either via the `viewerId` config or in case of DRMtoday via the `drm.customData.userID` config.";
|
|
246
|
+
break;default:g=Promise.resolve();break a}a.g.error(db+k);g=Promise.reject(new _.G(_.E,7,g,k))}}return g})};nq=function(a){try{const b=a.split(",").map(c=>{const d={};c=c.split(";");for(let e=0;e<c.length;e++){const {key:f,value:g}=kq(c[e]);Object.keys(lq).includes(f)&&(d[lq[f]]=g)}return d}).filter(c=>_.Tg(c));return 0<b.length?b:null}catch(b){return mq.error("CmsdManager parseCmsdDynamicHeader_ failed:",b),null}};
|
|
247
|
+
kq=function(a){var b=a.split("\x3d");const c=b[0];b=b[1];if(!c)throw new _.Oh("Parsing CMSD, missing parameter or wrong format");if(c&&!b)return{key:c,value:!0};const d=b[0];if('"'===d&&'"'===b[b.length-1])return{key:c,value:b.replaceAll(/(^")|("$)/g,"")};if(/^[-0-9]/.test(d))return{key:c,value:parseInt(b,10)};if(/^[a-zA-Z*]/.test(d))return{key:c,value:b};throw new _.Oh(`Parsing CMSD, not recognized value type of ${a}`);};
|
|
248
|
+
pq=function(a){return b=>{{var c=b.headers;let e=b=null;var d=ch(c,"cmsd-dynamic");c=ch(c,"cmsd-static");d&&(b=nq(d),a.a=b);if(c)try{d={};const f=c.split(",");for(c=0;c<f.length;c++){const {key:g,value:h}=kq(f[c]);Object.keys(oq).includes(g)&&(d[oq[g]]=h)}e=_.Tg(d)?d:null}catch(f){mq.error("CmsdManager parseCmsdStaticHeader_ failed:",f),e=null}(b||e)&&a.m.trigger(new _.C("cmsd-event",{Vh:b,fi:e}))}}};_.rq=function(a){a&&(0<=qq.indexOf(a)||qq.push(a))};
|
|
249
|
+
tq=function(a){!a.h&&a.A&&a.a&&a.f.ads.hls.enable&&a.getTimelineCues().some(b=>b.schemeIdUri===_.vd)&&(a.h=new sq,a.h.w(a.a,a.A))};vq=function(a,b){a.F=new uq(b);Xp(a.F).catch(c=>{setTimeout(()=>{a.g.error(db+c);a.trigger(new _.C(_.Vd,{detail:new _.G(_.E,7,7101)}));a.destroy()},1E3)})};xq=function(a,b){a.V=b;for(const c of a.V)(b=c.id())&&(a.J[b]=c);_.wq(a,"onPlayerCreated")};
|
|
250
|
+
_.yq=function(a,b,c){c=void 0===c?null:c;null!=b&&b===a.a?a.a.forwardEventsTo(a):(a.a&&(a.a.stopForwardingEventsTo(a),a.a.destroy(),a.a=null,a.A=null),b&&(b.init(a.j,a.C),b.setNetworkEngine(a.getNetworkEngine()),b.forwardEventsTo(a),a.a=b,a.A=c))};
|
|
251
|
+
zq=function(a,b){_.w(function*(){a.j.getMedia()||a.j.getCastElement();a.F||(a.F=new uq(a.f.license));try{a.g.debug("Verifying license remotely"),yield jq(a.F,b),a.g.debug("License verified remotely")}catch(c){a.g.debug("License rejected by remote",c),setTimeout(Sp,1E3,{release:a.release.bind(a),destroy:a.destroy.bind(a),onError:a.onError.bind(a)},c)}})};_.wq=function(a,b,...c){if(!a.X)return Promise.resolve();const d=a.V.map(e=>e[b].call(e,a,...c)).filter(e=>e instanceof Promise);return Promise.all(d)};
|
|
252
|
+
Aq=function(a){return _.w(function*(){if(a.O)return a.g.debug("The player is already released. No-op"),new Promise(b=>b());a.Y.off(document,ug);a.trigger(new _.C(_.uf));a.j&&a.j.release();a.h&&(yield a.h.h(),a.h=null);a.B&&(yield a.B.release(),a.B=null);if(a.a){let b=null;const c=a.a.on(_.Mf,d=>{b=d});return _.wq(a,_.Je).then(()=>{a.a.stopForwardingEventsTo(a);return Promise.all([a.a.release(),a.H.release()])}).then(()=>{a.g.debug("Releasing player completed");b&&(a.g.debug("Re-post state change event after release"),
|
|
253
|
+
a.trigger(b))}).finally(()=>{a.a.off(_.Mf,c);a.trigger(new _.C(tf))})}a.trigger(new _.C(tf));return new Promise(b=>b())})};Bq=function(a,b){const c=ph(d=>d.f(_.ub)&&a.every(e=>2===d.canPlay(e,b)));if(!c)throw new _.G(_.E,7,7003,"No compatible player implementing playlist mode found!");return{ya:c,player:c.create(),sourceIndex:0}};
|
|
254
|
+
Dq=function(a,b,c){if(a.L===_.ub)b=Bq(b,c);else if(2!==(a.a?a.a.canPlay(b[0],c):0)||a.R){a.R=!1;if(b){var d=a=null;for(var e=0;e<b.length;e++);e=Object.values(_.mh);for(let f=0;f<b.length;f++)for(let g=0;g<e.length;g++){const h={ya:e[g],confidence:e[g].canPlay(b[f],c)};if(null===a||a.confidence<h.confidence)a=h,d=f}a&&typeof d===_.r&&0<a.confidence?(_.nh.debug("Player Factory '"+a.ya.a()+"' can play",b[d]),b=new Cq(a.ya,d)):(_.nh.debug("No compatible Player Factory found for sources:",b),b=null)}else b=
|
|
255
|
+
null;if(!b)throw new _.G(_.E,7,7003,"No player factory compatible with given sources found!");c=b.ya;a=c.create();b={ya:c,player:a,sourceIndex:b.sourceIndex}}else b={ya:a.A,player:a.a,sourceIndex:0};return b};
|
|
256
|
+
_.Hq=function(a,b,c){return _.w(function*(){if(a.M)throw new _.G(_.E,7,7E3,"Player is already destroyed.");if(!a.j)throw new _.G(_.E,7,7E3,"No surface associated with this player!");_.Km(Ze);yield a.release();var d=c||_.fo(b);if(!b||0===d.length)throw new _.G(_.E,7,7003,nb);a.Z=d;a.f=_.Zk(a.C,b,{source:d});a.O=!1;d=Dq(a,d,a.f);_.yq(a,d.player,d.ya);a.a&&a.a.setSourceIndex(d.sourceIndex);Eq(a);a.a&&a.a.setCdnErrorCallback(a.K);Fq(a,a.f);Gq(a);if(a.f.pauseWhenInBackground)a.Y.on(document,ug,()=>{document.hidden?
|
|
257
|
+
(a.g.debug("Player is hidden: pausing..."),a.pause()):(a.g.debug("Player is visible: resuming..."),a.play())});il(a);yield _.wq(a,"onContentWillLoad",a.f.source[d.sourceIndex]);_.Km(Ye);_.Lm("player.beforeLoad",Ze,Ye)})};_.Iq=function(a){return _.w(function*(){a.j.getMedia()||a.j.getCastElement();a.trigger(new _.C(te));yield Promise.all([a.a.load(a.f),a.h?a.h.load():Promise.resolve()])})};
|
|
258
|
+
_.Kq=function(a){return _.w(function*(){_.Km(Ve);zq(a,{configuration:a.getConfiguration(),ea:a.pf(),drmInfo:a.getDrmInfo(),Hf:Object.keys(a.J),isLive:a.isLive()});Jq(a);jl();yield _.wq(a,"onContentLoaded");a.f.autoplay&&(a.h?a.h.o():1)&&(yield a.play());_.Km(Ue);_.Lm("player.afterLoad",Ve,Ue)})};Lq=function(a){return _.w(function*(){if(a.a){var b=a.a;b.Qf?(a.trigger(new _.C(te)),yield b.Qf(),yield _.Kq(a)):a.g.warn(Ab)}else a.g.warn(xb)})};
|
|
259
|
+
Eq=function(a){a.a&&a.a.setDrmCustomDataModifier(b=>_.w(function*(){a.zc&&a.Wd&&(a.Wd=!1,yield a.zc(b))}))};Fq=function(a,b){if(b=vo(a,b))a.h=b.create(a)};Gq=function(a){a.B=new Mq(a);a.a.setCmsdManager(a.B)};
|
|
260
|
+
Nq=function(a){const b=_.Ch(a.f.preferredTextLanguage).filter(f=>f),c=a.f.preferForcedSubtitles,d=a.getTrackManager().ha().filter(f=>c?f.kind===_.Xd:f.kind!==_.Xd);if(0===d.length)c&&a.g.warn("Forced subtitles are configured to be preferred, but no forced subtitles are available.");else{if(c&&0===b.length){var e=a.getTrackManager().la();e&&e.language?(e=_.ei(e.language||""),b.push(e)):(e=a.getTrackManager().La())&&e.language&&(e=_.ei(e.language||""),b.push(e));0===b.length&&a.g.warn("Forced subtitles are configured to be preferred, but neither the preferred text language is set, nor the audio or video track language is available to determine which forced subtitles language to select.")}b.some(f=>
|
|
261
|
+
{const g=_.ei(f);if(f=d.find(h=>{h=_.ei(h.language||"");return _.fi(h,g)}))return a.getTrackManager().Na(f),!0;c&&a.g.warn("Forced subtitles are configured to be preferred, but no forced subtitles match the preferred languages: ",b);return!1})}};Jq=function(a){_.w(function*(){const b=[];if(a.f.remoteTextTracks)for(const c of a.f.remoteTextTracks)b.push(a.getTrackManager().addTextTrack(c));yield Promise.all(b);Nq(a)})};Oq=function(a){a.I.forEach(b=>b());a.I=[]};
|
|
262
|
+
Rq=function(a,b){return _.w(function*(){try{_.Km(cf);a.L=_.ub;a.X=!1;const c=b.slice(1).map(d=>({config:d,ea:_.fo(d)}));yield _.Hq(a,b[0]);c.forEach(d=>{Pq(a,d.config,d.ea)});a.trigger(new _.C(te));yield a.a.setupPlaylist(b);yield _.Kq(a);c.forEach(d=>{Qq(a,d.config,d.ea)});_.Km(bf);_.Lm("player.setupPlaylist",cf,bf)}catch(c){if(a.l)throw a.g.info(eb),new _.G(_.E,7,7E3);throw c;}})};
|
|
263
|
+
Sq=function(a,b){const c=d=>{a.G=a.o.findIndex(e=>e.id===d.id)};a.addEventListener(_.Af,c);a.I.push(()=>{a.removeEventListener(_.Af,c)});if(b.endTime){const d=b.endTime,e=()=>{a.getPosition()>=d&&(a.removeEventListener(_.Xf,e),a.g.info("Playlist end time reached. Stopping playback."),a.trigger(new _.C(_.zf)),a.pause())};a.addEventListener(_.Xf,e);a.I.push(()=>{a.removeEventListener(_.Xf,e)})}};
|
|
264
|
+
Tq=function(a,b){return _.w(function*(){try{_.Km(Xe);const c=_.fo(b);Pq(a,b,c);yield a.a.appendLoad(b);Qq(a,b,c);_.Km(We);_.Lm("player.appendLoad",Xe,We)}catch(c){if(a.l)throw a.g.info(eb),new _.G(_.E,7,7E3,{id:b.id});throw c;}})};
|
|
265
|
+
Pq=function(a,b,c){if(0===c.length)throw new _.G(_.E,7,7003,{message:nb,id:b.id});if(1<c.length)throw new _.G(_.E,7,7003,{message:"Multiple sources not supported!",id:b.id,source:c});if(2!==(a.a?a.a.canPlay(c[0],a.f):0))throw new _.G(_.E,7,7003,{message:"Source not supported by the current player!",id:b.id,source:c[0]});};Qq=function(a,b,c){zq(a,{configuration:b,ea:c,drmInfo:a.getDrmInfo(),Hf:Object.keys(a.J),isLive:c[0].isLive})};
|
|
266
|
+
Uq=function(a,b){const c=document.getElementById(a);if(!c)throw Error("Anchor element not found");c.classList.add(id);return Array.from({length:3}).map(()=>{const d=document.createElement(_.t);d.classList.add("clpp-mc-playlist-video-el");const e=document.createElement(_.Fd);e.classList.add("clpp-mc-playlist-item");e.appendChild(d);c.appendChild(e);return new Q(d,b)})};
|
|
267
|
+
Vq=function(a,b,c){const d=b.getSurface().getMedia();b=b.getSurface().getUniqueCssClass();d&&(c?(a.g.info(`Show video element .${b}`),d.classList.add(jd)):(a.g.info(`Hide video element .${b}`),d.classList.remove(jd)),a.w&&a.w(d,c))};Yq=function(a,b){return _.w(function*(){const c=yield a.o.get();a.f=b;b.role=Wq;a.f.player=c;a.f.videoEl=c.getSurface().getMedia();Vq(a,c,!0);yield c.load(b.config);Xq(a,b);b.config.autoplay||(yield c.play())})};
|
|
268
|
+
br=function(a){_.w(function*(){if(0===a.a)yield Zq(a);else if(a.a===a.h.length-1)yield $q(a);else{const b=[a.a-1,a.a+1];a.g.info(`Preload items (indices: ${b})`);yield Promise.all(b.map(c=>ar(a,c)))}})};
|
|
269
|
+
cr=function(a,b){return _.w(function*(){if(b.player){if(b.state===nf){a.g.info(Vb);try{yield b.preloadPromise}catch(c){}}a.f=b;b.role=Wq;Vq(a,b.player,!0);b.state===mf?(_.Km(jf),a.za.preloadMedia?yield b.player.play():yield Lq(b.player),_.Km(hf),_.Lm("playlist.next",jf,hf)):b.state===lf&&(yield b.player.load(b.config));Xq(a,b);b.config.autoplay||(yield b.player.play())}})};
|
|
270
|
+
fr=function(a,b){return _.w(function*(){a.g.info(`Stop current playback (index: ${b.index})`);b.player.pause();Vq(a,b.player,!1);yield dr(a,b);b.player=null;b.videoEl=null;b.role=er})};hr=function(a){return Promise.all(Array.from(a.l.keys()).map(b=>gr(a,b)))};ir=function(a){return _.w(function*(){yield a.o.destroy();const b=document.getElementById(a.za.anchorId);b&&(b.classList.remove(id),b.innerHTML="")})};
|
|
271
|
+
gr=function(a,b){return _.w(function*(){const c=a.l.get(b);c&&(a.g.info(`Stop preloading item (index: ${b})`),c.player&&(yield dr(a,c)),a.l.delete(b))})};dr=function(a,b){return _.w(function*(){b.disposers.forEach(c=>c());b.disposers=[];b.player&&(yield a.o.release(b.player))})};Xq=function(a,b){if(a.za.autoplayNext){const c=()=>{a.g.info("Automatically transition to next item");a.Ff()};b.player.on(_.Ud,c);const d=b.player;b.disposers.push(()=>{d.off(_.Ud,c)})}};
|
|
272
|
+
ar=function(a,b){return _.w(function*(){const c=yield a.o.get(),d=a.h[b];d.player=c;d.videoEl=c.getSurface().getMedia();d.role=er;d.state=nf;a.trigger(new _.C(cg));try{a.l.set(b,d),a.za.preloadMedia?(d.config.autoplay&&(a.g.warn(la+`Force disabling autoplay (index: ${b})`),d.config.autoplay=!1),d.preloadPromise=c.load(d.config)):d.preloadPromise=c.preload(d.config),yield d.preloadPromise,d.state=mf,a.trigger(new _.C(cg))}catch(e){7001===e.code?(a.g.info(`Preload aborted (index: ${b})`),d.state=kf):
|
|
273
|
+
(a.g.warn(`Preload failed (index: ${b})`,e),a.trigger(new _.C(_.Vd,{detail:e})),d.state=lf),a.trigger(new _.C(cg))}})};Zq=function(a){return _.w(function*(){const b=a.a+1;a.g.info(`Preload following item (index: ${b})`);yield ar(a,b)})};$q=function(a){return _.w(function*(){const b=a.a-1;a.g.info(`Preload preceding item (index: ${b})`);yield ar(a,b)})};
|
|
274
|
+
_.kr=function(a){if(jr.has(a))return jr.get(a);if(window.ManagedMediaSource){var b=ManagedMediaSource.isTypeSupported(a);jr.set(a,b);return b}return window.MediaSource?(b=MediaSource.isTypeSupported(a),jr.set(a,b),b):!1};lr=function(a,b){b=b.replace(/mp2t/i,"mp4");a===_.p&&(b=b.replace(_.t,_.p));if(a=/avc1\.(66|77|100)\.(\d+)/.exec(b)){let d="avc1.";var c=a[1];d="66"===c?d+"4200":"77"===c?d+"4d00":d+"6400";c=Number(a[2]);d+=(c>>4).toString(16);d+=(c&15).toString(16);b=b.replace(a[0],d)}return b};
|
|
275
|
+
mr=function(a,b){a.size=void 0===b?0:1;a.g.debug("Setting key status to",b);a.a=b};
|
|
276
|
+
nr=function(a,b){a.f=b;_.rh(a.a);if(!b)return Promise.resolve();a.a.on(b,Sd,c=>{_.kh("AppleEmeManager.cancelNativeMediaEncryptedEvent_",c);"MediaEncryptedEvent"in window&&c instanceof MediaEncryptedEvent&&(a.g.info("Cancel native MediaEncryptedEvent when using Apple-prefixed EME"),c.stopImmediatePropagation())});a.a.on(b,Cg,c=>{{a.g.debug("Handle webkitNeedKey event");c=_.I(c.initData);if(_.pi(c).getUint32(0,!0)+4!==c.byteLength)throw new RangeError("Malformed FairPlay init data");c=ui(c.subarray(4),
|
|
277
|
+
!0);c=_.wi(c);const d=new Event(Sd);d.initDataType="skd";d.initData=qi(c);a.f.dispatchEvent(d)}});On(b,HTMLMediaElement.HAVE_METADATA,a.a,()=>b.webkitSetMediaKeys(a.h));return Promise.resolve()};or=function(a,b){mr(a.keyStatuses,b);b=new _.C(fe);a.dispatchEvent(b)};
|
|
278
|
+
rr=function(a,b){a.a=b;_.rh(a.f);b&&(a.f.on(b,a.h+"needkey",c=>{{const d=new Event(Sd);d.initDataType=_.bd;d.initData=qi(c.initData);a.a.dispatchEvent(d)}}),a.f.on(b,a.h+"keymessage",c=>{{const e=pr(a,c.sessionId);if(e){var d=void 0===e.keyStatuses.getStatus();c=new _.C(_.xe,{messageType:d?ie:he,message:c.message});d=e;_.kh("WebkitEmeManager.MediaKeySession.generated");d.f&&(d.f.resolve(),d.f=null);e.dispatchEvent(c)}else _.lh("Session not found",c.sessionId)}}),a.f.on(b,a.h+"keyadded",c=>{(c=pr(a,
|
|
279
|
+
c.sessionId))&&c.ready()}),a.f.on(b,a.h+"keyerror",c=>{var d=pr(a,c.sessionId);if(d){{var e=Error("EME v0.1b key error");const f=c.errorCode;f.systemCode=c.systemCode;e.errorCode=f;!c.sessionId&&d.f?(45===c.systemCode&&(e.message="Unsupported session type."),d.f.reject(e),d.f=null):c.sessionId&&d.a?(d.a.reject(e),d.a=null):(e=c.systemCode,c.errorCode.code===MediaKeyError.MEDIA_KEYERR_OUTPUT?qr(d,_.Oe):1===e?qr(d,"expired"):qr(d,_.ee))}}}))};
|
|
280
|
+
pr=function(a,b){let c=a.l.get(b);return c?c:(c=a.j.shift())?(c.sessionId=b,a.l.set(b,c),c):null};qr=function(a,b){mr(a.keyStatuses,b);b=new _.C(fe);a.dispatchEvent(b)};sr=function(a,b){return a.w?a.w+b.charAt(0).toUpperCase()+b.slice(1):b};
|
|
281
|
+
tr=function(a,b,c){if(a.o)return Promise.reject(Error("The session is already initialized."));a.o=!0;let d;try{if(a.l===_.Re)if(c)d=_.I(_.wi("LOAD_SESSION|"+c));else{const f=_.wi("PERSISTENT|"),g=new Uint8Array(f.byteLength+b.byteLength);g.set(f,0);g.set(_.I(b),f.byteLength);d=g}else d=_.I(b)}catch(f){return Promise.reject(f)}a.f=new _.gn;const e=sr(a,"generateKeyRequest");try{a.j[e](a.h,d)}catch(f){if(f.name!==bb)return a.f=null,Promise.reject(f);(new _.Wj(()=>{try{a.j[e](a.h,d)}catch(g){a.f.reject(g),
|
|
282
|
+
a.f=null}})).fa(.01)}return a.f};ur=function(a,b,c){if(a.a)a.a.then(()=>ur(a,b,c)).catch(()=>ur(a,b,c));else{a.a=b;if(a.h===yg){var d=_.si(c);var e=JSON.parse(d);"oct"!==e.keys[0].kty&&(a.a.reject(Error("Response is not a valid JSON Web Key Set.")),a.a=null);d=_.Ii(e.keys[0].k);e=_.Ii(e.keys[0].kid)}else d=_.I(c),e=null;var f=sr(a,"addKey");try{a.j[f](a.h,d,e,a.sessionId)}catch(g){a.a.reject(g),a.a=null}}};
|
|
283
|
+
vr=function(a){const b=a.type.replace(/^(webkit|moz|MS)/,"").toLowerCase();let c;typeof Event===_.Zd?c=new Event(b,a):(c=document.createEvent("Event"),c.initEvent(b,a.bubbles,a.cancelable));a.target.dispatchEvent(c)};wr=function(a){a=a.target;if(a.webkitPresentationMode===Se){document.pictureInPictureElement=a;var b=new Event("enterpictureinpicture");a.dispatchEvent(b)}else document.pictureInPictureElement===a&&(document.pictureInPictureElement=null),b=new Event("leavepictureinpicture"),a.dispatchEvent(b)};
|
|
284
|
+
xr=function(){return this.webkitSupportsPresentationMode(Se)?(this.webkitSetPresentationMode(Se),document.pictureInPictureElement=this,Promise.resolve()):Promise.reject(Error("PiP not allowed by video element"))};yr=function(){const a=document.pictureInPictureElement;return a?(a.webkitSetPresentationMode("inline"),document.pictureInPictureElement=null,Promise.resolve()):Promise.reject(Error("No picture in picture element found"))};
|
|
285
|
+
zr=function(){return{droppedVideoFrames:this.webkitDroppedFrameCount,totalVideoFrames:this.webkitDecodedFrameCount,corruptedVideoFrames:0,creationTime:NaN,totalFrameDelay:0}};Ar=function(a,b,c){return new window.TextTrackCue(a,b,c)};Br=function(a,b,c){return new window.TextTrackCue(a+"-"+b+"-"+c,a,b,c)};Dr=function(a,b,c){if("input"===a)switch(this.type){case "range":a=ed}Cr.call(this,a,b,c)};Er=function(){return window.performance&&window.performance.now?window.performance.now():Date.now()};
|
|
286
|
+
Fr=function(a){return Er()-a.a};Hr=function(a){const b=new Gr;b.a=a.a;return b};_.Ir=function(a){const b=[];for(const c of a)for(const d of c.variants)b.push(d);return b};_.Kr=function(a,b,c,d){return _.w(function*(){try{return new (yield Jr(a,b,c,d))}catch(e){throw e.a(_.E),e;}})};
|
|
287
|
+
Jr=function(a,b,c,d){return _.w(function*(){if(d){var e=_.Or[d.toLowerCase()];if(e)return e;_.B("Could not determine manifest type using MIME type ",d)}if(e=_.Pr(a)){const f=_.Qr[e];if(f)return f;_.B("Could not determine manifest type for extension ",e)}else _.B("Could not find extension for ",a);if(!d&&(d=yield Rr(a,b,c))){if(e=_.Or[d])return e;_.B("Could not determine manifest type using MIME type",d)}throw new _.G(_.E,4,4E3,{url:a});})};
|
|
288
|
+
_.Pr=function(a){a=(new _.Rh(a)).Da.split("/").pop().split(".");return 1===a.length?"":a.pop().toLowerCase()};Rr=function(a,b,c){return _.w(function*(){var d=_.Wi(a);Ui(d,c);d.type=1;d.method="HEAD";return(d=(yield b.fetch(d).W).headers["content-type"])?d.toLowerCase():""})};Sr=function(a,b){var c=a.f+b.byteLength;if(a.a.byteLength<c){let d=a.a.byteLength;for(;d<c;)d*=2;c=new Uint8Array(d);c.set(a.a);a.a=c}a.a.set(b,a.f);a.f+=b.byteLength};
|
|
289
|
+
Tr=function(a,b,c){return b.read().then(({done:d,value:e})=>{null!=e&&(Sr(a,e),Zi(c,e.byteLength,Fr(a.h)),a.h.a=Er());return d?(d=a.a.buffer,a.a.byteLength!==a.f&&(d=d.slice(0,a.f)),Promise.resolve(d)):Promise.resolve().then(()=>Tr(a,b,c))})};
|
|
290
|
+
Vr=function(a){const b=a.uris[a.uriIndex],c=new Ur,d=new Gr,e=Hr(d);let f=0,g;const h=new _.gn;c.open(a.method,b,!0);c.responseType="arraybuffer";c.timeout=a.timeout;c.withCredentials=a.allowCrossSiteCredentials;let k=!1,l=!1;c.onreadystatechange=function(m){m=m.target;m.readyState>=XMLHttpRequest.LOADING&&0===f&&(g=Fr(e));m.readyState>=XMLHttpRequest.HEADERS_RECEIVED&&!k&&(m=m.getResponseHeader(ta),Yi(a,m),k=!0)};c.onload=function(m){m=m.target;var n=(m.getAllResponseHeaders()||"").trim().split("\r\n");
|
|
291
|
+
const q={};for(const u of n)n=u.split(": "),q[n[0].toLowerCase()]=n.slice(1).join(": ");try{const u=Fr(e);l||Zi(a,m.response?m.response.length:0,u);const v=_.Xi(q,m.response,m.status,b,m.responseURL,a,u,g);a.rateLimitBps?$i(a.rateLimitBps,Fr(e),a.bytesLoaded).then(()=>{h.resolve(v)}):h.resolve(v)}catch(u){h.reject(u)}};c.onerror=function(m){m=m.target;if(0>=m.status)h.reject(new _.G(1,1,1002,{url:b,request:a,status:m.status}));else{var n=m.getAllResponseHeaders();const u={};if(n){n=n.trim().split("\r\n");
|
|
292
|
+
for(var q of n)n=q.split(": "),u[n[0].toLowerCase()]=n.slice(1).join(": ")}q=_.Xi(u,m.response,m.status,b,m.responseURL,a,Fr(e),g);h.resolve(q)}};c.ontimeout=function(){h.reject(new _.G(1,1,1003,{url:b,request:a}))};c.onprogress=function(m){const n=Fr(d);d.a=Er();if(100<n||m.lengthComputable&&m.loaded===m.total)Zi(a,m.loaded-f,n),f=m.loaded,l=!0};for(const m in a.headers)c.setRequestHeader(m.toLowerCase(),a.headers[m]);c.send(a.body);return{W:h,request:a,abort:()=>{c.abort();h.reject(new _.G(1,1,
|
|
293
|
+
7001,{url:b,request:a}));return Promise.resolve()}}};Wr=function(a){let b=null;a.h!==a.f&&(b={start:a.h,end:a.f,length:a.f-a.h,data:new DataView(a.j.a.buffer,a.h,a.f-a.h),count:-1});return b};Xr=function(a,b){{var c=a.j;const d=c.f+b.byteLength;if(d>c.a.byteLength){const e=c.a;c.a=new Uint8Array(Math.max(Math.ceil(c.a.buffer.byteLength*c.h),d));c.a.set(e)}c.a.set(b,c.f);c.f+=b.byteLength}a.a=a.h;a.f=a.j.f;a.l=new DataView(a.j.a.buffer,0,a.j.f)};
|
|
294
|
+
Zr=function(a){if(0<=a.o&&a.f<a.o)return null;let b=Yr(a);for(;null!==b;){if(b.name===_.ve){const c={start:a.h,end:b.end,length:b.end-a.h,data:new DataView(a.j.a.buffer,a.h,b.end-a.h),count:1};a.h=b.end;return c}b=Yr(a)}return null};
|
|
295
|
+
$r=function(a,b,c,d){return b.read().then(e=>{var {done:f,value:g}=e;d&&g&&(d(g.byteLength,Fr(a.w)),a.w.a=Er());if(f)return e=Wr(a),(e=c(!0,e))?e.then(()=>a.j.a.buffer):Promise.resolve(a.j.a.buffer);let h=Promise.resolve();if(null!=g){Xr(a,g);var k=Zr(a);for(e=[];k;)e.push(k),k=Zr(a);if(!a.A)e.forEach(l=>{h=h.then(()=>c(!1,l))});else if(0<e.length){k=e[0];if(1<e.length){k=e[0];const l=e[e.length-1],m=l.end-k.start;k={start:k.start,end:l.end,length:m,data:new DataView(a.j.a.buffer,k.start,m),count:e.length}}(e=
|
|
296
|
+
c(!1,k))&&(h=e)}}return h.then(()=>$r(a,b,c,d))})};
|
|
297
|
+
Yr=function(a){const b=a.a;if(a.a+4>=a.f)return a.a=a.f,null;var c=as(a);if(a.a+4>=a.f)return a.a=a.f,null;var d=as(a);d=String.fromCharCode(d>>24&255,d>>16&255,d>>8&255,d&255);switch(c){case 0:c=a.f-b;break;case 1:if(a.a+8>=a.f)return a.a=a.f,null;{let e,f;try{f=a.l.getUint32(a.a,!1),e=a.l.getUint32(a.a+4,!1)}catch(g){throw new _.G(_.E,3,3E3);}if(2097151<f)throw new _.G(_.E,3,3E3);a.a+=8;c=f*Math.pow(2,32)+e}}c=b+c;a.o=c;return a.f>=c?(a.a=c,{name:d,start:b,end:c}):null};
|
|
298
|
+
as=function(a){const b=a.l.getUint32(a.a,!1);a.a+=4;return b};
|
|
299
|
+
ds=function(a){a.h=a.B.then(e=>{a.j=e.request;e.request.uriIndex=e.request.currentAttempt%e.request.uris.length;if(0<e.request.currentAttempt){-1===a.f&&(a.f=bs(e.request.baseDelay,1E3));const f=a.f*(1+(2*Math.random()-1)*bs(e.request.fuzzFactor,.5));a.f*=bs(e.request.backoffFactor,2);if(0<f)return(new Promise((g,h)=>{a.l=h;cs(a,()=>{g(e.plugin(e.request))},f)})).catch(g=>{if(!a.a)throw g;})}if(a.a)throw new _.G(1,1,7001,{url:e.request.uris[e.request.uriIndex],request:e.request});return e.plugin(e.request)});
|
|
300
|
+
let b=0,c=0,d=0;return a.h.then(e=>{const f=e.request;f.currentAttempt+=1;b=f.currentAttempt;c=f.maxAttempts;d=f.uris.length;return e.W}).then(e=>{a.w.resolve(e)}).catch(e=>{if(e instanceof _.G){const f=b<d,g=7001!==e.code,h=b<c;if((1===e.severity||f)&&g&&h)return ds(a);g&&e.a(_.E);a.w.reject(e)}else a.w.reject(e)})};cs=function(a,b,c){a.o=setTimeout(b,c)};bs=function(a,b){return null===a||void 0===a?b:a};
|
|
301
|
+
hs=function(a){var b=new es;for(const e in a.headers)b.append(e.toLowerCase(),a.headers[e]);const c=new fs,d={Nc:!1,Of:!1};b={W:gs(a.uris[a.uriIndex],a,{body:a.body||void 0,headers:b,method:a.method,signal:c.signal,credentials:a.allowCrossSiteCredentials?"include":void 0},d),request:a,abort:()=>{d.Nc||(d.Nc=!0,c.abort());return Promise.resolve()}};if(a=a.timeout){const e=window.setTimeout(()=>{d.Of=!0;c.abort()},a);b.W=b.W.finally(()=>{window.clearTimeout(e)})}return b};
|
|
302
|
+
gs=function(a,b,c,d){return _.w(function*(){let e,f,g;const h=new Gr,k=Hr(h);try{e=yield is(a,c);g=Fr(h);const m=e.headers.get(ta);Yi(b,m);const n=m?parseInt(m,10):0;if(b.onFragment&&!b.disableFragmentSupport&&2===b.type){const q=e.body.getReader();f=yield $r(new js(n,!b.disableMergedFragments),q,(u,v)=>{if(d.Nc)return null;v&&v.data&&(Zi(b,v.data.byteLength,Fr(h)),h.a=Er());return b.onFragment&&v?b.rateLimitBps?$i(b.rateLimitBps,Fr(k),b.bytesLoaded).then(()=>b.onFragment(v)):b.onFragment(v):null},
|
|
303
|
+
b.onProgress)}else{const q=e.body.getReader();f=yield Tr(new ks(n),q,b);b.rateLimitBps&&(yield $i(b.rateLimitBps,Fr(k),f.byteLength))}}catch(m){if(d.Nc)throw new _.G(1,1,7001,{url:a,request:b});if(d.Of)throw new _.G(1,1,1003,{url:a,request:b});_.lh("Error while fetching data:",m);throw new _.G(1,1,1002,{url:a,error:m,request:b,status:-1},m);}const l={};e.headers.forEach((m,n)=>{l[n.trim()]=m});if(d.Nc)throw new _.G(1,1,7001,{url:a,request:b});return _.Xi(l,f,e.status,a,e.url,b,Fr(k),g)})};
|
|
304
|
+
ms=function(a){try{const b=a.uris[a.uriIndex],c=_.ls(b);return{W:Promise.resolve({uri:b,data:c.data,request:a,headers:{"content-type":c.contentType}}),request:a,abort:()=>Promise.resolve()}}catch(b){return{W:Promise.reject(b),request:a,abort:()=>Promise.resolve()}}};
|
|
305
|
+
_.ls=function(a){var b=a.split(":");if(2>b.length||"data"!==b[0])throw _.lh("Bad data URI, failed to parse scheme"),new _.G(_.E,1,1004,{uri:a});b=b.slice(1).join(":").split(",");if(2>b.length)throw _.lh("Bad data URI, failed to extract encoding and MIME type"),new _.G(_.E,1,1004,{uri:a});var c=b[0];a=window.decodeURIComponent(b.slice(1).join(","));b=c.split(";");c=b[0];let d=!1;1<b.length&&"base64"===b[b.length-1]&&(d=!0,b.pop());return{data:d?_.Ii(a).buffer:_.wi(a).buffer,contentType:c}};
|
|
306
|
+
_.os=function(a,b){a=_.Qj(_.Rj(a),_.Sj(a));_.ns[a]=b};_.ps=function(a){a=_.Qj(_.Rj(a),_.Sj(a));return _.ns[a]||null};_.qs=function(a){a=_.Qj(_.Rj(a),_.Sj(a));delete _.ns[a]};_.vs=function(a){if(!a.w)return null;const b=a.H;switch(a.w){case rs:return`-2px -2px 0 ${b}, -1px -1px 0 ${b}`;case ss:return`2px 2px 0 ${b}, 1px 1px 0 ${b}`;case ts:return`-1px 0 ${b}, 0 1px ${b}, 1px 0 ${b}, `+`0 -1px ${b}`;case us:return`2px 2px 3px ${b}, 2px 2px 4px ${b}, `+`2px 2px 5px ${b}`;default:return _.Ee}};
|
|
307
|
+
Kg="undefined"!=typeof window&&window===this?this:"undefined"!=typeof global&&null!=global?global:this;Lg=typeof Object.defineProperties==_.Zd?Object.defineProperty:function(a,b,c){a!=Array.prototype&&a!=Object.prototype&&(a[b]=c.value)};
|
|
308
|
+
Mg("Promise",function(a){function b(g){this.f=0;this.l=void 0;this.a=[];var h=this.j();try{g(h.resolve,h.reject)}catch(k){h.reject(k)}}function c(){this.a=null}function d(g){return g instanceof b?g:new b(function(h){h(g)})}if(a)return a;c.prototype.f=function(g){if(null==this.a){this.a=[];var h=this;this.h(function(){h.l()})}this.a.push(g)};var e=Kg.setTimeout;c.prototype.h=function(g){e(g,0)};c.prototype.l=function(){for(;this.a&&this.a.length;){var g=this.a;this.a=[];for(var h=0;h<g.length;++h){var k=
|
|
309
|
+
g[h];g[h]=null;try{k()}catch(l){this.j(l)}}}this.a=null};c.prototype.j=function(g){this.h(function(){throw g;})};b.prototype.j=function(){function g(l){return function(m){k||(k=!0,l.call(h,m))}}var h=this,k=!1;return{resolve:g(this.C),reject:g(this.h)}};b.prototype.C=function(g){if(g===this)this.h(new TypeError("A Promise cannot resolve to itself"));else if(g instanceof b)this.F(g);else{a:switch(typeof g){case _.Fe:var h=null!=g;break a;case _.Zd:h=!0;break a;default:h=!1}h?this.B(g):this.o(g)}};
|
|
310
|
+
b.prototype.B=function(g){var h=void 0;try{h=g.then}catch(k){this.h(k);return}typeof h==_.Zd?this.G(h,g):this.o(g)};b.prototype.h=function(g){this.w(2,g)};b.prototype.o=function(g){this.w(1,g)};b.prototype.w=function(g,h){if(0!=this.f)throw Error("Cannot settle("+g+", "+h+"): Promise already settled in state"+this.f);this.f=g;this.l=h;this.A()};b.prototype.A=function(){if(null!=this.a){for(var g=0;g<this.a.length;++g)f.f(this.a[g]);this.a=null}};var f=new c;b.prototype.F=function(g){var h=this.j();
|
|
311
|
+
g.nd(h.resolve,h.reject)};b.prototype.G=function(g,h){var k=this.j();try{g.call(h,k.resolve,k.reject)}catch(l){k.reject(l)}};b.prototype.then=function(g,h){function k(q,u){return typeof q==_.Zd?function(v){try{l(q(v))}catch(y){m(y)}}:u}var l,m,n=new b(function(q,u){l=q;m=u});this.nd(k(g,l),k(h,m));return n};b.prototype.catch=function(g){return this.then(void 0,g)};b.prototype.nd=function(g,h){function k(){switch(l.f){case 1:g(l.l);break;case 2:h(l.l);break;default:throw Error("Unexpected state: "+
|
|
312
|
+
l.f);}}var l=this;null==this.a?f.f(k):this.a.push(k)};b.resolve=d;b.reject=function(g){return new b(function(h,k){k(g)})};b.race=function(g){return new b(function(h,k){for(var l=Jg(g),m=l.next();!m.done;m=l.next())d(m.value).nd(h,k)})};b.all=function(g){var h=Jg(g),k=h.next();return k.done?d([]):new b(function(l,m){function n(v){return function(y){q[v]=y;u--;0==u&&l(q)}}var q=[],u=0;do q.push(void 0),u++,d(k.value).nd(n(q.length-1),m),k=h.next();while(!k.done)})};return b});var Og=this||self;
|
|
313
|
+
Og.a=!0;_.x("clpp.utils.obj.cloneItem",_.Rg);_.x("clpp.utils.obj.merge",_.Qg);var gh={DEFAULT:-1,NONE:0,ERROR:1,WARNING:2,INFO:3,DEBUG:4};_.x("clpp.log.Level",gh);var eh=3,dh={},ws=[];_.x("clpp.log.getLoggers",function(){return _.Rg(dh)});_.x("clpp.log.addInterceptor",function(a){a&&ws.push(a)});_.x("clpp.log.removeInterceptor",function(a){a&&(a=ws.indexOf(a),0<=a&&ws.splice(a,1))});_.x("clpp.log.getTagLevel",fh);_.x("clpp.log.hasTagLevel",function(a){return void 0===a?!1:0<=dh[a]});_.x("clpp.log.setTagLevel",function(a,b){a&&(_.Xg(b)&&(b=hh(b)),dh[a]=b)});
|
|
314
|
+
_.x("clpp.log.setLogLevel",function(a){-1===a&&(a=3);_.Xg(a)&&(a=hh(a));eh=a});_.x("clpp.log.getLogLevel",function(){return eh});
|
|
315
|
+
_.R=class{constructor(a){(this.tag=a)&&void 0===dh[a]&&(dh[a]=-1)}log(a,b){if(window.console){if(1<arguments.length){var c=arguments[0];Array.prototype.shift.call(arguments)}else c=3;var d=fh(this.tag);if(0<=d){if(d<c)return}else if(eh<c)return;this.tag&&Array.prototype.unshift.call(arguments,"["+this.tag+"]");d=new Date;d.toISOString&&(d=d.toISOString().substring(11).replace("Z",""),Array.prototype.unshift.call(arguments,d));4===c?console.log.apply(console,arguments):3===c?console.info.apply(console,
|
|
316
|
+
arguments):2===c?console.warn.apply(console,arguments):1===c?console.error.apply(console,arguments):console.log.apply(console,arguments);for(const e of ws)e.call(e,c,arguments)}}info(a){Array.prototype.unshift.call(arguments,3);this.log.apply(this,arguments)}debug(a){Array.prototype.unshift.call(arguments,4);this.log.apply(this,arguments)}warn(a){Array.prototype.unshift.call(arguments,2);this.log.apply(this,arguments)}error(a){Array.prototype.unshift.call(arguments,1);this.log.apply(this,arguments)}pg(a){return a?
|
|
317
|
+
this.tag?new _.R(this.tag+"."+a):new _.R(a):this}};_.x("clpp.log.Logger",_.R);_.R.prototype.createChild=_.R.prototype.pg;_.R.prototype.error=_.R.prototype.error;_.R.prototype.warn=_.R.prototype.warn;_.R.prototype.debug=_.R.prototype.debug;_.R.prototype.info=_.R.prototype.info;_.R.prototype.log=_.R.prototype.log;var ih=new _.R("clpp");_.x("clpp.log.info",_.jh);_.x("clpp.log.debug",_.kh);_.x("clpp.log.warn",_.B);_.x("clpp.log.error",_.lh);(function(){const a=console.assert;a?a.bind||(console.assert=function(){a.apply(console,arguments)}):console.assert=function(){}})();var Cq;Cq=class{constructor(a,b){this.ya=a;this.sourceIndex=b}};_.nh=new _.R("clpp.players");_.mh={};_.xs=class{constructor(){this.a={}}push(a,b){a in this.a?this.a[a].push(b):this.a[a]=[b]}get(a){return(a=this.a[a])?a.slice():[]}remove(a,b){a=this.a[a];if(!a)return!1;let c=!1;for(let d=0;d<a.length;++d)a[d]===b&&(a.splice(d,1),--d,c=!0);return c}clear(){this.a={}}forEach(a){for(const b in this.a)a(b,this.a[b])}};var ys,zs;ys=class{constructor(a,b,c,d){this.f=a;this.vc=b;this.a=c;this.lh=!!d}cb(a){try{this.vc.handleEvent?this.vc.handleEvent(a):this.vc.call(this.a,a)}catch(b){_.lh("clpp","Uncaught exception in event handler for event '"+this.f+"'",b,b?b.message:null,b?b.stack:null)}}};
|
|
318
|
+
_.C=class{constructor(a,b){if(b)for(const c in b)this[c]=b[c];this.defaultPrevented=this.cancelable=this.bubbles=!1;this.timeStamp=window.performance&&window.performance.now?window.performance.now():Date.now();this.type=a;this.isTrusted=!1;this.target=this.currentTarget=null;this.f=this.a=!1}preventDefault(){this.cancelable&&(this.defaultPrevented=!0)}stopImmediatePropagation(){this.f=!0}stopPropagation(){}};
|
|
319
|
+
zs=class{constructor(a){this.a=new _.xs;this.f=a}trigger(a){const b=this.a.get(a.type);if(b)for(let c=0;c<b.length&&(a.target=this.f,a.currentTarget=this.f,b[c].cb(a),b[c].lh&&this.a.remove(a.type,b[c]),!a||!a.f);c++);}on(a,b,c){this.a.push(a,new ys(a,b,c||this.f));return b}one(a,b,c){this.a.push(a,new ys(a,b,c||this.f,!0));return b}off(a,b){const c=this.a.get(a);let d=!1;if(c)for(let e=0;e<c.length;e++)c[e].vc===b&&(d=this.a.remove(a,c[e])||d);return d}clear(){this.a.clear()}};var As;_.Bs=class{constructor(){this.a=new _.xs}release(){_.rh(this)}on(a,b,c,d=!1){a=new As(a,b,c,d);this.a.push(b,a)}one(a,b,c){const d=e=>{this.off(a,b,d);return c(e)};this.on(a,b,d)}off(a,b,c){const d=this.a.get(b)||[];for(let e=0;e<d.length;++e){const f=d[e];f.target!==a||c!==f.a&&c||(qh(f),this.a.remove(b,f))}}};As=class{constructor(a,b,c,d){this.target=a;this.type=b;this.a=c;this.f=d;this.target.addEventListener(b,c,d)}};var Cs=class{constructor(a){this.m=a;this.o=a.getConfiguration().streaming.addMissingTimelineCues||!1;this.j=null;this.f=new _.Bs;this.a=this.l=null;this.h=[];this.g=new _.R("clpp.native.Metadata")}release(){this.f.release();this.h=[];this.a=null}destroy(){const a=this;return _.w(function*(){a.release();a.l=null;a.j=null})}getTimelineCues(){return this.h}};_.Js=class{constructor(a,b,c,d){d=void 0===d?_.Ds:d;this.startTime=a;this.endTime=b;this.payload=c;this.payloadType=d;this.positionAlign=this.position=null;this.size=100;this.textAlign=_.Es;this.writingMode=_.Fs;this.lineInterpretation=_.Gs;this.line=null;this.lineAlign=_.Hs;this.direction=Is;this.region=null;this.cssClassList=[];this.id=this.backgroundImage="";this.containerRows=null}Ac(a){return this.payload===a.payload&&this.startTime===a.startTime&&this.endTime===a.endTime&&this.payloadType===
|
|
320
|
+
a.payloadType}};_.x("clpp.text.Cue",_.Js);_.Js.positionAlign={LEFT:_.je,RIGHT:_.le,CENTER:_.cd,AUTO:"auto"};_.Ds="text";_.Js.payloadType={TEXT:_.Ds,VTT_XML:_.vg,TTML_XML:_.Zf};_.Es=_.cd;_.Ks={LEFT:_.ge,RIGHT:_.yf,CENTER:_.Es,START:_.ge,END:_.yf};_.Js.textAlign=_.Ks;var Is="ltr";_.Js.direction={HORIZONTAL_LEFT_TO_RIGHT:Is,HORIZONTAL_RIGHT_TO_LEFT:"rtl"};_.Fs="horizontal-tb";_.Js.writingMode={HORIZONTAL_TOP_TO_BOTTOM:_.Fs,VERTICAL_LEFT_TO_RIGHT:_.kg,VERTICAL_RIGHT_TO_LEFT:_.lg};_.Gs=0;
|
|
321
|
+
_.Js.lineInterpretation={LINE_NUMBER:_.Gs,PERCENTAGE:1};_.Hs=_.Lf;_.Ls={CENTER:_.cd,START:_.Hs,END:_.Td};_.Js.lineAlign=_.Ls;_.Os=class{constructor(){this.id="";this.regionAnchorY=this.regionAnchorX=this.viewportAnchorY=this.viewportAnchorX=0;this.height=this.width=100;this.viewportAnchorUnits=this.widthUnits=this.heightUnits=_.Ms;this.scroll=Ns;this.cssClassList=[];this.writingMode=this.displayAlign=null}};_.x("clpp.text.CueRegion",_.Os);_.Ms=1;_.Os.units={PX:0,PERCENTAGE:_.Ms,LINES:2};var Ns="";
|
|
322
|
+
_.Os.scrollMode={NONE:Ns,UP:"up"};_.Os.displayAlign={BEFORE:"flex-end",CENTER:_.cd,AFTER:"flex-start"};_.Os.writingMode={HORIZONTAL_TOP_TO_BOTTOM:_.sd,VERTICAL_LEFT_TO_RIGHT:"row-reverse",VERTICAL_RIGHT_TO_LEFT:"row"};var Ps=class{constructor(a){this.m=a;this.l=a.getTextDisplayer();this.f=this.h=null;this.a=new _.Bs;this.j=!1;this.g=new _.R("clpp.native.CueHandler")}destroy(){this.a.release();this.j=!1;this.l=this.a=this.h=this.f=null;return Promise.resolve()}start(a){this.j?this.g.warn("Already started. Ignoring request..."):(this.j=!0,this.h=a,this.f=this.h.textTracks,this.a.on(this.f,_.vc,b=>Kh(this,b)),this.a.on(this.f,ed,()=>{{const b=this.f;for(let c=0;c<b.length;c++){const d=b[c];d.mode===_.Ff&&(d.mode=
|
|
323
|
+
_.ae)}}}))}o(a){const b=new _.Js(a.startTime,a.endTime,a.text,_.vg);if(_.Xg(a.vertical))switch(a.vertical){case "lr":b.writingMode=_.kg;break;case "rl":b.writingMode=_.lg}_.Yg(a.size)&&(b.size=a.size);if(_.Xg(a.align))switch(a.align){case _.ge:case _.Lf:b.textAlign=_.ge;break;case _.cd:b.textAlign=_.Es;break;case _.yf:case _.Td:b.textAlign=_.yf}_.Yg(a.position)&&(b.position=a.position);if(_.Xg(a.positionAlign))switch(a.positionAlign){case _.je:b.positionAlign=_.je;break;case _.cd:b.positionAlign=
|
|
324
|
+
_.cd;break;case _.le:b.positionAlign=_.le}_.Yg(a.line)&&(b.line=a.line);if(_.Xg(a.lineAlign))switch(a.lineAlign){case _.Lf:b.lineAlign=_.Hs;break;case _.cd:b.lineAlign=_.cd;break;case _.Td:b.lineAlign=_.Td}typeof a.snapToLines===_.Rc&&(b.lineInterpretation=a.snapToLines?_.Gs:1);return b}};_.G=class extends Error{constructor(a,b,c,d,e){super(Lh(a,b,c,d));this.severity=a;this.category=b;this.code=c;this.data=!d||_.Xg(d)?{}:d;this.cause=void 0===e?null:e;this.f=!1;Error.captureStackTrace&&Error.captureStackTrace(this,_.G)}a(a){this.severity!==a&&(this.severity=a,this.message=Lh(this.severity,this.category,this.code,this.data))}toString(){let a=this.message;this.cause&&(a+=`\n Caused by ${this.cause}`);return a}};_.x("clpp.Error",_.G);_.E=2;_.G.Severity={RECOVERABLE:1,FATAL:_.E};
|
|
325
|
+
_.G.Category={NETWORK:1,TEXT:2,MEDIA:3,MANIFEST:4,STREAMING:5,DRM:6,PLAYER:7,CAST:8,PLUGIN:9,ADS:10};
|
|
326
|
+
_.G.Code={UNSUPPORTED_SCHEME:1E3,BAD_HTTP_STATUS:1001,HTTP_ERROR:1002,TIMEOUT:1003,MALFORMED_DATA_URI:1004,UNKNOWN_DATA_URI_ENCODING:1005,REQUEST_MODIFIER_ERROR:1006,RESPONSE_MODIFIER_ERROR:1007,MALFORMED_TEST_URI:1008,UNEXPECTED_TEST_REQUEST:1009,ATTEMPTS_EXHAUSTED:1010,INVALID_TEXT_HEADER:2E3,INVALID_TEXT_CUE:2001,UNABLE_TO_DETECT_ENCODING:2003,BAD_ENCODING:2004,INVALID_XML:2005,INVALID_MP4_TTML:2007,INVALID_MP4_VTT:2008,UNABLE_TO_EXTRACT_CUE_START_TIME:2009,FETCH_OR_APPEND_ERROR:2010,INVALID_MP4:2011,
|
|
317
327
|
TEXT_PARSER_MISSING:2012,THUMBNAILS_FAILED_TO_LOAD:2013,THUMBNAIL_ERROR:2014,BUFFER_READ_OUT_OF_BOUNDS:3E3,JS_INTEGER_OVERFLOW:3001,EBML_OVERFLOW:3002,EBML_BAD_FLOATING_POINT_SIZE:3003,MP4_SIDX_WRONG_BOX_TYPE:3004,MP4_SIDX_INVALID_TIMESCALE:3005,MP4_SIDX_TYPE_NOT_SUPPORTED:3006,WEBM_CUES_ELEMENT_MISSING:3007,WEBM_EBML_HEADER_ELEMENT_MISSING:3008,WEBM_SEGMENT_ELEMENT_MISSING:3009,WEBM_INFO_ELEMENT_MISSING:3010,WEBM_DURATION_ELEMENT_MISSING:3011,WEBM_CUE_TRACK_POSITIONS_ELEMENT_MISSING:3012,WEBM_CUE_TIME_ELEMENT_MISSING:3013,
|
|
318
|
-
MEDIA_SOURCE_OPERATION_FAILED:3014,MEDIA_SOURCE_OPERATION_THREW:3015,VIDEO_ERROR:3016,QUOTA_EXCEEDED_ERROR:3017,TRANSMUXING_FAILED:3018,MP4_PARSER_ERROR:3019,MEDIA_LOAD_ERROR:3100,INVALID_TRACK_TYPE:3101,UNKNOWN_TRACK:3102,MEDIA_DECRYPTION_ERROR:3103,PLAY_NOT_ALLOWED:3200,UNABLE_TO_GUESS_MANIFEST_TYPE:4E3,DASH_INVALID_XML:4001,DASH_NO_SEGMENT_INFO:4002,DASH_EMPTY_ADAPTATION_SET:4003,DASH_EMPTY_PERIOD:4004,DASH_WEBM_MISSING_INIT:4005,DASH_UNSUPPORTED_CONTAINER:4006,DASH_PSSH_BAD_ENCODING:4007,
|
|
319
|
-
DASH_MULTIPLE_KEY_IDS_NOT_SUPPORTED:4009,DASH_CONFLICTING_KEY_IDS:4010,UNPLAYABLE_PERIOD:4011,RESTRICTIONS_CANNOT_BE_MET:4012,NO_PERIODS:4014,HLS_PLAYLIST_HEADER_MISSING:4015,INVALID_HLS_TAG:4016,HLS_INVALID_PLAYLIST_HIERARCHY:4017,DASH_DUPLICATE_REPRESENTATION_ID:4018,HLS_MULTIPLE_MEDIA_INIT_SECTIONS_FOUND:4020,HLS_COULD_NOT_GUESS_MIME_TYPE:4021,HLS_REQUIRED_ATTRIBUTE_MISSING:4023,HLS_REQUIRED_TAG_MISSING:4024,HLS_COULD_NOT_GUESS_CODECS:4025,HLS_KEYFORMATS_NOT_SUPPORTED:4026,
|
|
320
|
-
DASH_XLINK_DEPTH_LIMIT:4028,HLS_COULD_NOT_PARSE_SEGMENT_START_TIME:4030,CONTENT_UNSUPPORTED_BY_BROWSER:4032,SMOOTH_INVALID_MANIFEST_XML:4033,SMOOTH_EMPTY_PRESENTATION:4034,SMOOTH_MEDIA_PROCESSING_ERROR:4035,SMOOTH_INVALID_VERSION:4036,SMOOTH_INVALID_FRAGMENT_METADATA:4037,SMOOTH_REQUIRED_ATTRIBUTE_MISSING:4038,SMOOTH_TRUNCATED_MEDIA_FILE:4039,CANNOT_ADD_EXTERNAL_TEXT_TO_LIVE_STREAM:4040,HLS_MSE_ENCRYPTED_TS_NOT_SUPPORTED:4041,HLS_PLAYLIST_NOT_UTF8:4042,HLS_PLAYLIST_EMPTY:4043,
|
|
321
|
-
HLS_DISCONTINUITY_NOT_SUPPORTED:4045,HLS_UNSUPPORTED_FEATURE:4046,HLS_INCOMPATIBLE_PLAYLIST_UPDATE:4047,INVALID_STREAMS_CHOSEN:5005,NO_RECOGNIZED_KEY_SYSTEMS:6E3,REQUESTED_KEY_SYSTEM_CONFIG_UNAVAILABLE:6001,FAILED_TO_CREATE_CDM:6002,FAILED_TO_ATTACH_TO_VIDEO:6003,INVALID_SERVER_CERTIFICATE:6004,FAILED_TO_CREATE_SESSION:6005,FAILED_TO_GENERATE_LICENSE_REQUEST:6006,LICENSE_REQUEST_FAILED:6007,LICENSE_RESPONSE_REJECTED:6008,ENCRYPTED_CONTENT_WITHOUT_DRM_INFO:6010,
|
|
322
|
-
EXPIRED:6014,REQUESTED_DRM_ENVIRONMENT_UNAVAILABLE:6015,INIT_DATA_TRANSFORM_ERROR:6016,CERTIFICATE_REQUEST_FAILED:6100,NO_CONTENT_ID:6101,SERVER_CERTIFICATE_REQUIRED:6102,EXTRACT_CONTENT_ID_MODIFIER_ERROR:6103,FAILED_TO_PERSIST_SESSION:6200,FAILED_TO_REMOVE_SESSION:6201,INVALID_SESSION_STORAGE_IMPLEMENTATION:6202,LOAD_INTERRUPTED:7E3,OPERATION_ABORTED:7001,NO_VIDEO_ELEMENT:7002,CANNOT_LOAD_SOURCE:7003,MEDIA_ELEMENT_NOT_FOUND:7004,INVALID_MEDIA_ELEMENT:7005,
|
|
323
|
-
WRONG_ORDER_OF_OPERATIONS:7008,NOT_SUPPORTED:7009,INVALID_CONFIGURATION:7100,INVALID_LICENSE:7101,NO_ELEMENT:7102,USER_ID_NOT_PROVIDED:7103,KEY_LOAD_ERROR:7104,TIZEN_INTERNAL_ERROR:7200,CAF_INTERNAL_ERROR:7300,INTERNAL_CAST_ERROR:8E3,CAST_API_NOT_READY:8001,NO_RECEIVERS_AVAILABLE:8002,ALREADY_CASTING:8003,NO_CAST_SESSION:8004,CONVIVA_SDK_NOT_LOADED:9E3,CONVIVA_INVALID_CONFIGURATION:9001,CONVIVA_RUNTIME_ERROR:9002,GL_CONTEXT_ERROR:9003,GL_SHADER_ERROR:9004,
|
|
324
|
-
YOUBORA_SDK_VERSION_NOT_SUPPORTED:9102,VIMOND_INVALID_CONFIGURATION:9200,VIMOND_SESSION_ERROR:9201,MUXDATA_INVALID_CONFIGURATION:9300,MUX_SDK_MISSING:9301,MUXDATA_INIT_ERROR:9302,IMA_SDK_MISSING:1E4,IMA_INVALID_CONFIGURATION:10001,IMA_UNSUPPORTED_PLATFORM:10002,AD_ERROR:10003,SIMID_CONTAINER_MISSING:10100,BROADPEAK_SDK_MISSING:11E3,BROADPEAK_SESSION_ERROR:11001,FREEWHEEL_SDK_MISSING:12E3,FREEWHEEL_INVALID_CONFIGURATION:12001,CONTENT_TRANSFORMATION_FAILED:14E3,
|
|
325
|
-
_.
|
|
326
|
-
|
|
327
|
-
".."==h?((1<f.length||1==f.length&&""!=f[0])&&f.pop(),e&&g==d.length&&f.push("")):(f.push(h),e=!0)}d=f.join("/")}}c?b.
|
|
328
|
-
_.
|
|
329
|
-
_.
|
|
330
|
-
_.
|
|
328
|
+
MEDIA_SOURCE_OPERATION_FAILED:3014,MEDIA_SOURCE_OPERATION_THREW:3015,VIDEO_ERROR:3016,QUOTA_EXCEEDED_ERROR:3017,TRANSMUXING_FAILED:3018,MP4_PARSER_ERROR:3019,MEDIA_LOAD_ERROR:3100,INVALID_TRACK_TYPE:3101,UNKNOWN_TRACK:3102,MEDIA_DECRYPTION_ERROR:3103,PLAY_NOT_ALLOWED:3200,PAUSE_FAILED:3201,UNABLE_TO_GUESS_MANIFEST_TYPE:4E3,DASH_INVALID_XML:4001,DASH_NO_SEGMENT_INFO:4002,DASH_EMPTY_ADAPTATION_SET:4003,DASH_EMPTY_PERIOD:4004,DASH_WEBM_MISSING_INIT:4005,DASH_UNSUPPORTED_CONTAINER:4006,DASH_PSSH_BAD_ENCODING:4007,
|
|
329
|
+
DASH_NO_COMMON_KEY_SYSTEM:4008,DASH_MULTIPLE_KEY_IDS_NOT_SUPPORTED:4009,DASH_CONFLICTING_KEY_IDS:4010,UNPLAYABLE_PERIOD:4011,RESTRICTIONS_CANNOT_BE_MET:4012,NO_PERIODS:4014,HLS_PLAYLIST_HEADER_MISSING:4015,INVALID_HLS_TAG:4016,HLS_INVALID_PLAYLIST_HIERARCHY:4017,DASH_DUPLICATE_REPRESENTATION_ID:4018,HLS_MULTIPLE_MEDIA_INIT_SECTIONS_FOUND:4020,HLS_COULD_NOT_GUESS_MIME_TYPE:4021,HLS_REQUIRED_ATTRIBUTE_MISSING:4023,HLS_REQUIRED_TAG_MISSING:4024,HLS_COULD_NOT_GUESS_CODECS:4025,HLS_KEYFORMATS_NOT_SUPPORTED:4026,
|
|
330
|
+
DASH_UNSUPPORTED_XLINK_ACTUATE:4027,DASH_XLINK_DEPTH_LIMIT:4028,HLS_COULD_NOT_PARSE_SEGMENT_START_TIME:4030,CONTENT_UNSUPPORTED_BY_BROWSER:4032,SMOOTH_INVALID_MANIFEST_XML:4033,SMOOTH_EMPTY_PRESENTATION:4034,SMOOTH_MEDIA_PROCESSING_ERROR:4035,SMOOTH_INVALID_VERSION:4036,SMOOTH_INVALID_FRAGMENT_METADATA:4037,SMOOTH_REQUIRED_ATTRIBUTE_MISSING:4038,SMOOTH_TRUNCATED_MEDIA_FILE:4039,CANNOT_ADD_EXTERNAL_TEXT_TO_LIVE_STREAM:4040,HLS_MSE_ENCRYPTED_TS_NOT_SUPPORTED:4041,HLS_PLAYLIST_NOT_UTF8:4042,HLS_PLAYLIST_EMPTY:4043,
|
|
331
|
+
HLS_INVALID_VALUE:4044,HLS_DISCONTINUITY_NOT_SUPPORTED:4045,HLS_UNSUPPORTED_FEATURE:4046,HLS_INCOMPATIBLE_PLAYLIST_UPDATE:4047,INVALID_STREAMS_CHOSEN:5005,STREAMING_ERROR:5006,NO_RECOGNIZED_KEY_SYSTEMS:6E3,REQUESTED_KEY_SYSTEM_CONFIG_UNAVAILABLE:6001,FAILED_TO_CREATE_CDM:6002,FAILED_TO_ATTACH_TO_VIDEO:6003,INVALID_SERVER_CERTIFICATE:6004,FAILED_TO_CREATE_SESSION:6005,FAILED_TO_GENERATE_LICENSE_REQUEST:6006,LICENSE_REQUEST_FAILED:6007,LICENSE_RESPONSE_REJECTED:6008,ENCRYPTED_CONTENT_WITHOUT_DRM_INFO:6010,
|
|
332
|
+
NO_LICENSE_SERVER_GIVEN:6012,OFFLINE_SESSION_REMOVED:6013,EXPIRED:6014,REQUESTED_DRM_ENVIRONMENT_UNAVAILABLE:6015,INIT_DATA_TRANSFORM_ERROR:6016,CERTIFICATE_REQUEST_FAILED:6100,NO_CONTENT_ID:6101,SERVER_CERTIFICATE_REQUIRED:6102,EXTRACT_CONTENT_ID_MODIFIER_ERROR:6103,FAILED_TO_PERSIST_SESSION:6200,FAILED_TO_REMOVE_SESSION:6201,INVALID_SESSION_STORAGE_IMPLEMENTATION:6202,LOAD_INTERRUPTED:7E3,OPERATION_ABORTED:7001,NO_VIDEO_ELEMENT:7002,CANNOT_LOAD_SOURCE:7003,MEDIA_ELEMENT_NOT_FOUND:7004,INVALID_MEDIA_ELEMENT:7005,
|
|
333
|
+
INVALID_CONTAINER_ELEMENT:7006,INVALID_ARGUMENT:7007,WRONG_ORDER_OF_OPERATIONS:7008,NOT_SUPPORTED:7009,INVALID_CONFIGURATION:7100,INVALID_LICENSE:7101,NO_ELEMENT:7102,USER_ID_NOT_PROVIDED:7103,KEY_LOAD_ERROR:7104,TIZEN_INTERNAL_ERROR:7200,CAF_INTERNAL_ERROR:7300,INTERNAL_CAST_ERROR:8E3,CAST_API_NOT_READY:8001,NO_RECEIVERS_AVAILABLE:8002,ALREADY_CASTING:8003,NO_CAST_SESSION:8004,CONVIVA_SDK_NOT_LOADED:9E3,CONVIVA_INVALID_CONFIGURATION:9001,CONVIVA_RUNTIME_ERROR:9002,GL_CONTEXT_ERROR:9003,GL_SHADER_ERROR:9004,
|
|
334
|
+
YOUBORA_SDK_MISSING:9100,YOUBORA_INVALID_CONFIGURATION:9101,YOUBORA_SDK_VERSION_NOT_SUPPORTED:9102,VIMOND_INVALID_CONFIGURATION:9200,VIMOND_SESSION_ERROR:9201,MUXDATA_INVALID_CONFIGURATION:9300,MUX_SDK_MISSING:9301,MUXDATA_INIT_ERROR:9302,IMA_SDK_MISSING:1E4,IMA_INVALID_CONFIGURATION:10001,IMA_UNSUPPORTED_PLATFORM:10002,AD_ERROR:10003,SIMID_CONTAINER_MISSING:10100,BROADPEAK_SDK_MISSING:11E3,BROADPEAK_SESSION_ERROR:11001,FREEWHEEL_SDK_MISSING:12E3,FREEWHEEL_INVALID_CONFIGURATION:12001,CONTENT_TRANSFORMATION_FAILED:14E3,
|
|
335
|
+
SESSIONS_INVALID_CONFIGURATION:15E3};_.Oh=class extends Error{constructor(a,b){super(a);this.code=b}};var Wh=/^(?:([^:/?#.]+):)?(?:\/\/(?:([^/?#]*)@)?([^/#?]*?)(?::([0-9]+))?(?=[/#?]|$))?([^?#]+)?(?:\?([^#]*))?(?:#(.*))?$/;Hg=_.Rh.prototype;Hg.rb="";Hg.rc="";Hg.Sa="";Hg.Kc=null;Hg.Da="";Hg.ic="";Hg.toString=function(){var a=[],b=this.rb;b&&a.push(Zh(b,Qs,!0),":");if(b=this.Sa){a.push("//");var c=this.rc;c&&a.push(Zh(c,Qs,!0),"@");a.push(encodeURIComponent(b).replace(/%25([0-9a-fA-F]{2})/g,"%$1"));b=this.Kc;null!=b&&a.push(":",String(b))}if(b=this.Da)this.Sa&&"/"!=b.charAt(0)&&a.push("/"),a.push(Zh(b,"/"==b.charAt(0)?Rs:Ss,!0));(b=this.a.toString())&&a.push("?",b);(b=this.ic)&&a.push("#",Zh(b,Ts));return a.join("")};
|
|
336
|
+
Hg.resolve=function(a){var b=new _.Rh(this);"data"===b.rb&&(b=new _.Rh);var c=!!a.rb;c?Sh(b,a.rb):c=!!a.rc;c?b.rc=a.rc:c=!!a.Sa;c?b.Sa=a.Sa:c=null!=a.Kc;var d=a.Da;if(c)Th(b,a.Kc);else if(c=!!a.Da){if("/"!=d.charAt(0))if(this.Sa&&!this.Da)d="/"+d;else{var e=b.Da.lastIndexOf("/");-1!=e&&(d=b.Da.substr(0,e+1)+d)}if(".."==d||"."==d)d="";else if(-1!=d.indexOf("./")||-1!=d.indexOf("/.")){e=0==d.lastIndexOf("/",0);d=d.split("/");for(var f=[],g=0;g<d.length;){var h=d[g++];"."==h?e&&g==d.length&&f.push(""):
|
|
337
|
+
".."==h?((1<f.length||1==f.length&&""!=f[0])&&f.pop(),e&&g==d.length&&f.push("")):(f.push(h),e=!0)}d=f.join("/")}}c?b.Da=d:c=""!==a.a.toString();c?_.Uh(b,Vh(a.a)):c=!!a.ic;c&&(b.ic=a.ic);return b};var Qs=/[#\/\?@]/g,Ss=/[#\?:]/g,Rs=/[#\?]/g,$h=/[#\?@]/g,Ts=/#/g;_.Yh.prototype.a=null;_.Yh.prototype.h=null;
|
|
338
|
+
_.Yh.prototype.add=function(a,b){if(!this.a&&(this.a={},this.h=0,this.f))for(var c=this.f.split("\x26"),d=0;d<c.length;d++){var e=c[d].indexOf("\x3d"),f=null;if(0<=e){var g=c[d].substring(0,e);f=c[d].substring(e+1)}else g=c[d];g=decodeURIComponent(g.replace(/\+/g," "));f=f||"";this.add(g,decodeURIComponent(f.replace(/\+/g," ")))}this.f=null;(c=this.a.hasOwnProperty(a)&&this.a[a])||(this.a[a]=c=[]);c.push(b);null!==this.h&&this.h++;return this};
|
|
339
|
+
_.Yh.prototype.toString=function(){if(this.f)return this.f;if(!this.a)return"";var a=[],b;for(b in this.a)for(var c=encodeURIComponent(b),d=this.a[b],e=0;e<d.length;e++){var f=c;""!==d[e]&&(f+="\x3d"+encodeURIComponent(d[e]));a.push(f)}return this.f=a.join("\x26")};var bi;_.F="text";_.Us=1/15;bi={audio:[/^vorbis$/,/^Opus$/,/^opus$/,/^fLaC$/,/^flac$/,/^mp4a/,/^[ae]c-3$/,/^ac-4/,/^dts[cex]$/,/^iamf/,/^mhm[12]/],video:[/^avc/,/^hev/,/^hvc/,/^vvc/,/^vvi/,/^vp0?[89]/,/^av01/,/^dvh/,/^dva/,/^dav/]};bi[_.F]=[/^vtt$/,/^wvtt/,/^stpp/];var Vs;Vs={audio:[/^vorbis$/,/^opus$/,/^flac$/,/^mp4a/,/^[ae]c-3$/],video:[/^avc/,/^hev/,/^hvc/,/^vp0?[89]/,/^av0?1/],text:[/^vtt$/,/^wvtt/,/^stpp/]};_.Cj=(a,b)=>{const c=Vs[a];for(let d=0;d<c.length;d++)for(let e=0;e<b.length;e++)if(c[d].test(b[e].trim()))return b[e].trim();return a===_.F?"":null};_.Ws={text:{mp4:Cc,m4s:Cc,m4i:Cc,cmft:Cc,vtt:_.Uf,ttml:_.Fc},video:{mp4:_.qg,m4s:_.qg,m4i:_.qg,m4v:_.qg,cmfv:_.qg,ts:_.mg},audio:{mp4:_.Lc,m4s:_.Lc,m4i:_.Lc,m4a:_.Lc,cmfa:_.Lc,ts:_.mg,aac:_.Ic,ec3:_.Kc,ac3:_.Jc},image:{jpg:"image/jpeg",jpeg:"image/jpeg",png:"image/png",svg:"image/svg+xml",webp:"image/webp",avif:"image/avif"}};_.Fj=(a,b,c)=>a.map(d=>{d=_.Xs(d)||"";return d=(d=_.Ws[b][d])?d:b===_.F?c&&"vtt"!==c?Cc:_.Uf:null}).filter(Boolean)[0]||null;
|
|
340
|
+
_.Xs=a=>{a=(new _.Rh(a)).Da.split(".");return 1>=a.length?null:a.pop()};_.Qi=class{constructor(a,b,c,d){this.id=a;this.name=b;this.attributes=c;this.value=void 0===d?null:d}toString(){function a(d){return d.name+"\x3d"+(isNaN(Number(d.value))?'"'+d.value+'"':d.value)}let b="#"+this.name;const c=this.attributes?this.attributes.map(a):[];this.value&&c.unshift(this.value);0<c.length&&(b+=":"+c.join(","));return b}getAttribute(a){const b=this.attributes.filter(c=>c.name===a);return b.length?b[0]:null}};_.Pi=class{constructor(a,b){this.name=a;this.value=b}};var di=new Map([["aar","aa"],["abk","ab"],["afr","af"],["aka","ak"],["alb","sq"],["amh","am"],["ara","ar"],["arg","an"],["arm","hy"],["asm","as"],["ava","av"],["ave","ae"],["aym","ay"],["aze","az"],["bak","ba"],["bam","bm"],["baq","eu"],["bel","be"],["ben","bn"],["bih","bh"],["bis","bi"],["bod","bo"],["bos","bs"],["bre","br"],["bul","bg"],["bur","my"],["cat","ca"],["ces","cs"],["cha","ch"],["che","ce"],["chi","zh"],["chu","cu"],["chv","cv"],["cor","kw"],["cos","co"],["cre","cr"],["cym","cy"],["cze",
|
|
331
341
|
"cs"],["dan","da"],["deu","de"],[_.Fd,"dv"],["dut","nl"],["dzo","dz"],["ell","el"],["eng","en"],["epo","eo"],["est","et"],["eus","eu"],["ewe","ee"],["fao","fo"],["fas","fa"],["fij","fj"],["fin","fi"],["fra","fr"],["fre","fr"],["fry","fy"],["ful","ff"],["geo","ka"],["ger","de"],["gla","gd"],["gle","ga"],["glg","gl"],["glv","gv"],["gre","el"],["grn","gn"],["guj","gu"],["hat","ht"],["hau","ha"],["heb","he"],["her","hz"],["hin","hi"],["hmo","ho"],["hrv","hr"],["hun","hu"],["hye","hy"],["ibo","ig"],["ice",
|
|
332
342
|
"is"],["ido","io"],["iii","ii"],["iku","iu"],["ile","ie"],["ina","ia"],["ind","id"],["ipk","ik"],["isl","is"],["ita","it"],["jav","jv"],["jpn","ja"],["kal","kl"],["kan","kn"],["kas","ks"],["kat","ka"],["kau","kr"],["kaz","kk"],["khm","km"],["kik","ki"],["kin","rw"],["kir","ky"],["kom","kv"],["kon","kg"],["kor","ko"],["kua","kj"],["kur","ku"],["lao","lo"],["lat","la"],["lav","lv"],["lim","li"],["lin","ln"],["lit","lt"],["ltz","lb"],["lub","lu"],["lug","lg"],["mac","mk"],["mah","mh"],["mal","ml"],["mao",
|
|
333
343
|
"mi"],["mar","mr"],["may","ms"],["mkd","mk"],["mlg","mg"],["mlt","mt"],["mon","mn"],["mri","mi"],["msa","ms"],["mya","my"],["nau","na"],["nav","nv"],["nbl","nr"],["nde","nd"],["ndo","ng"],["nep","ne"],["nld","nl"],["nno","nn"],["nob","nb"],["nor","no"],["nya","ny"],["oci","oc"],["oji","oj"],["ori","or"],["orm","om"],["oss","os"],["pan","pa"],["per","fa"],["pli","pi"],["pol","pl"],["por","pt"],["pus","ps"],["que","qu"],["roh","rm"],["ron","ro"],["rum","ro"],["run","rn"],["rus","ru"],["sag","sg"],["san",
|
|
334
344
|
"sa"],["sin","si"],["slk","sk"],["slo","sk"],["slv","sl"],["sme","se"],["smo","sm"],["sna","sn"],["snd","sd"],["som","so"],["sot","st"],["spa","es"],["sqi","sq"],["srd","sc"],["srp","sr"],["ssw","ss"],["sun","su"],["swa","sw"],["swe","sv"],["tah","ty"],["tam","ta"],["tat","tt"],["tel","te"],["tgk","tg"],["tgl","tl"],["tha","th"],["tib","bo"],["tir","ti"],["ton","to"],["tsn","tn"],["tso","ts"],["tuk","tk"],["tur","tr"],["twi","tw"],["uig","ug"],["ukr","uk"],["urd","ur"],["uzb","uz"],["ven","ve"],["vie",
|
|
335
|
-
"vi"],["vol","vo"],["wel","cy"],["wln","wa"],["wol","wo"],["xho","xh"],["yid","yi"],["yor","yo"],["zha","za"],["zho","zh"],["zul","zu"]]);var
|
|
336
|
-
_.
|
|
337
|
-
_.
|
|
338
|
-
this.f.filter(b=>b!==a)}
|
|
339
|
-
d.then(g=>{if(e.a)throw new _.
|
|
340
|
-
1,7001,g?{url:g.request.uris[g.request.uriIndex],request:g.request}:null);};h();const k=f(g)||g;h();return k}).catch(g=>{if(g instanceof _.
|
|
341
|
-
request:a});return Promise.reject(g)}).catch(g=>{if(g instanceof _.
|
|
342
|
-
_.
|
|
343
|
-
_.
|
|
344
|
-
a.roles)&&
|
|
345
|
-
renditions size: ${this.renditions.length}`}};_.
|
|
346
|
-
_.
|
|
347
|
-
a);e.renditions=f.renditions;e.mimeType=f.mimeType}}catch(f){c.
|
|
348
|
-
_.
|
|
349
|
-
_.S.prototype.setVideoRendition=_.S.prototype.
|
|
350
|
-
_.S.prototype.getTextRendition=_.S.prototype.
|
|
351
|
-
var
|
|
345
|
+
"vi"],["vol","vo"],["wel","cy"],["wln","wa"],["wol","wo"],["xho","xh"],["yid","yi"],["yor","yo"],["zha","za"],["zho","zh"],["zul","zu"]]);var Ys=class{};_.x("clpp.utils.BufferUtils",Ys);Ys.toArrayBuffer=qi;Ys.toDataView=_.pi;Ys.toInt32Array=_.oi;Ys.toUint32Array=ni;Ys.toUint16Array=mi;Ys.toUint8Array=_.I;Ys.equal=ki;var ti=new _.R("clpp.utils.strings");_.x("clpp.utils.strings.fromUtf8",_.si);_.x("clpp.utils.strings.fromBytesAutoDetect",_.vi);_.x("clpp.utils.strings.toUtf8",_.wi);_.x("clpp.utils.strings.toUtf16",_.xi);_.x("clpp.utils.strings.toByteArray",_.yi);_.x("clpp.utils.strings.startsWith",_.zi);_.x("clpp.utils.strings.endsWith",_.Ai);_.x("clpp.utils.strings.bitrateToString",_.Di);
|
|
346
|
+
_.x("clpp.utils.strings.durationToString",function(a,b="%h:%mm:%ss"){if(null===a||void 0===a)a=0;if(null===b||void 0===b)b="%h:%mm:%ss";const c=Math.floor(a/3600),d=Math.floor((a-3600*c)/60);a=Math.floor(a-3600*c-60*d);const e=(g,h)=>g.length<h?e("0"+g,h):g,f=g=>(h,k)=>e(g,k.length-1);return b.replace(/(%h+)/,f(String(c))).replace(/(%m+)/,f(String(d))).replace(/(%s+)/,f(String(a)))});
|
|
347
|
+
_.x("clpp.utils.strings.hashCode",function(a){let b=0;if(0===a.length)return b;for(let c=0;c<a.length;c++)b=(b<<5)-b+a.charCodeAt(c),b|=0;return b});var Ei=document.createElement("span");var Zs=class{};_.x("clpp.utils.Uint8ArrayUtils",Zs);Zs.toStandardBase64=_.Gi;Zs.concat=_.Mi;Zs.equal=_.Li;Zs.toHex=_.Ki;Zs.fromHex=_.Ji;Zs.fromBase64=_.Ii;Zs.toBase64Url=_.Hi;_.$s=new _.R("clpp.hls.Utils");_.Oi=class{constructor(a){this.f=a;this.a=0}};_.at=new Set([_.Ea,_.Fa,"EXT-X-I-FRAMES-ONLY",_.Ia,_.Ja,_.La,_.Oa,_.Qa]);_.bt=new Set(["EXTINF",_.Ba,_.Da,_.Ga,_.Ha,_.Na]);_.ct=new Set(["EXT-X-PART",_.Ma]);_.dt=new Set([_.Ca]);var Si=[403,401];_.x("clpp.net.DEFAULT_FATAL_STATUS_CODES",Si);_.x("clpp.net.makeRequest",_.Wi);_.Vi=6;_.x("clpp.net.RequestType",{MANIFEST:1,SEGMENT:2,LICENSE:3,APP:4,TIMING:5,OTHER:_.Vi});_.gn=class{constructor(){this.Jf=this.Kd=this.done=!1;this.error=this.value=null;let a,b;const c=new Promise((d,e)=>{a=function(f){this.done=this.Kd=!0;this.value=f;d(f)};b=function(f){this.done=this.Jf=!0;this.error=f;e(f)}});c.Kd=!1;c.done=!1;c.Jf=!1;c.value=null;c.error=null;c.resolve=a;c.reject=b;return c}resolve(){}reject(){}};_.oo=class{constructor(a,b){this.W=a;this.A=b;this.a=!1}abort(){this.a=!0;return this.A()}};_.et=class{constructor(){this.a=[]}destroy(){const a=[];for(const b of this.a)b.W.catch(()=>{}),a.push(b.abort());this.a=[];return Promise.all(a)}};_.iq=class{constructor(){this.f=[];this.h=[];this.j=[];this.w=!1;this.o=new _.et;this.a={};this.l=0;this.a.data=ms;!window.fetch||!window.AbortController||_.ak(6)||_.dk()&&68<_.yk().browserVersion.major?(this.a.http=Vr,this.a.https=Vr):(this.a.http=hs,this.a.https=hs)}wh(a){0<a?_.B("Rate limit set to "+a+"bps"):_.B("Rate limit disabled");this.l=a}release(){return this.o.destroy()}destroy(){this.w=!0;this.f=[];this.h=[];return this.o.destroy()}Pd(a){this.f.push(a)}uc(a){this.h.push(a)}ze(a){this.f=
|
|
348
|
+
this.f.filter(b=>b!==a)}fd(a){this.h=this.h.filter(b=>b!==a)}fetch(a){if(this.w)return new ft(Promise.reject(new _.G(1,1,7001,{url:a.uris[a.uriIndex],request:a})));this.l&&0<this.l&&(a.rateLimitBps=this.l);var b=[];for(const f of this.f)b.push(f);if(a.requestModifiers)for(const f of a.requestModifiers)b.push(f);a.requestModifiers=b;b=[];for(var c of this.h)b.push(c);if(a.responseModifiers)for(var d of a.responseModifiers)b.push(d);a.responseModifiers=b;let e;d=c=new _.gn;try{for(const f of a.requestModifiers)d=
|
|
349
|
+
d.then(g=>{if(e.a)throw new _.G(_.E,1,7001,g?{url:g.uris[g.uriIndex],request:g}:null);return f(g)||g}).catch(g=>{if(g instanceof _.G)throw g;throw new _.G(_.E,1,1006,null,g);});d=d.then(f=>{var g=new _.Rh(f.uris[f.uriIndex]);var h=g.rb;h||(h=location.protocol,h=h.slice(0,-1),Sh(g,h),f.uris[f.uriIndex]=g.toString());h=this.a[h];if(!h)throw new _.G(_.E,1,1E3,{url:g.toString()});g=h;return{request:f,plugin:g}});e=new ft(d);for(const f of a.responseModifiers)e.then(g=>{const h=()=>{if(e.a)throw new _.G(_.E,
|
|
350
|
+
1,7001,g?{url:g.request.uris[g.request.uriIndex],request:g.request}:null);};h();const k=f(g)||g;h();return k}).catch(g=>{if(g instanceof _.G&&g.data&&g.data.response){const h=f(g.data.response);if(h&&h.then)return h.then(()=>Promise.reject(g))}return Promise.reject(g)}).catch(g=>{if(g instanceof _.G)throw g;throw new _.G(_.E,1,1007,null,g);});for(const f of this.j)e.catch(g=>{g instanceof _.G&&g.data&&g.data.response||f({uri:a.uris[a.uriIndex],data:(new Uint8Array(0)).buffer,status:-1,timeMs:0,headers:{},
|
|
351
|
+
request:a});return Promise.reject(g)}).catch(g=>{if(g instanceof _.G)throw g;throw new _.G(_.E,1,1007,null,g);});_.bj(this.o,e);c.resolve(a);return e}catch(f){return new ft(Promise.reject(f))}}};_.x("clpp.net.NetworkEngine",_.iq);_.iq.prototype.fetch=_.iq.prototype.fetch;_.iq.prototype.removeResponseModifier=_.iq.prototype.fd;_.iq.prototype.removeRequestModifier=_.iq.prototype.ze;_.iq.prototype.addResponseModifier=_.iq.prototype.uc;_.iq.prototype.addRequestModifier=_.iq.prototype.Pd;
|
|
352
|
+
_.iq.prototype.setRateLimit=_.iq.prototype.wh;var hj;
|
|
353
|
+
_.kj=class{constructor(a,b){this.id=a;this.type=b;this.roles=[];this.frameRate=this.label=this.originalLanguage=this.language=this.kind=null;this.trickPlay=!1;this.channelsCount=this.src=this.mimeType=null;this.spatialAudio=!1;this.renditions=[];this.accessibility=[]}Ac(a){return this.type===a.type&&this.channelsCount===a.channelsCount&&this.frameRate===a.frameRate&&this.trickPlay===a.trickPlay&&this.kind===a.kind&&this.label===a.label&&this.language===a.language&&this.mimeType===a.mimeType&&Fh(this.roles,
|
|
354
|
+
a.roles)&&Fh(this.accessibility,a.accessibility,fj)}toString(){return`Track type: ${this.type} id: ${this.id}
|
|
355
|
+
renditions size: ${this.renditions.length}`}};_.x("clpp.Track",_.kj);_.kj.prototype.toString=_.kj.prototype.toString;_.uj=class{constructor(a,b){this.track=b;this.id=a;this.originalId=this.drm=this.drmInfo=this.codec=this.Mc=this.bandwidth=this.height=this.width=null}};_.x("clpp.Rendition",_.uj);_.jj=1;_.L=_.t;_.K=_.p;_.J="text";hj=_.ye;_.gt={VIDEO:_.L,AUDIO:_.K,TEXT:_.J,METADATA:hj};_.kj.Type=_.gt;_.Nl=class{constructor(a){this.j=a;this.scheme=null;const b=document.createElement("a"),c=a.match(/^(.*:)(\/\/(.*))$/);let d=!1;if(c){if(this.scheme=c[1],b.href=c[2],":"===b.protocol||""===b.host&&""===b.pathname)b.href="//dummy.com/"+c[3],d=!0}else{b.href=a;if(":"===b.protocol||""===b.host&&""===b.pathname)b.href="//dummy.com/"+a.match(/\/?\/?(.*)/)[1],d=!0;this.scheme=b.protocol}""===this.scheme&&(this.scheme=window.location.protocol);this.a=d?"":b.hostname;this.port=b.port;this.path=b.pathname;
|
|
356
|
+
_.zi(this.path,"/")||(this.path="/"+this.path);this.f=b.search;this.h=b.hash}};_.x("clpp.utils.url.queryString",_.nj);var ht=class{constructor(a){this.f=a;this.g=new _.R("clpp.native.hls.HlsMetadataParser");this.a=Mh(this.h.bind(this),(b,c)=>b[0]===c[0]&&b[1].enableHlsVideoTrackInfo===c[1].enableHlsVideoTrackInfo&&b[1].enableMetadata===c[1].enableMetadata)}h(a,b){const c=this;return _.w(function*(){let d=null;try{d=yield sj(c,a)}catch(f){return c.g.warn("Failed to fetch playlist in order metadata from HLS playlist.",f.message),Promise.resolve({})}const e={};try{if(b.enableHlsVideoTrackInfo){const f=yield wj(c,d,
|
|
357
|
+
a);e.renditions=f.renditions;e.mimeType=f.mimeType}}catch(f){c.g.warn("Failed to parse video metadata from HLS playlist.",f.message)}try{const f=yield yj(d);e.Hc=f}catch(f){c.g.warn("Failed to parse metadata from HLS playlist.",f.message)}return e})}};_.Gj=[];_.S=class{Td(){return!0}yg(a){return this.getVideoTracks().find(b=>_.Zg(b,a,a&&Object.keys(a)))}ug(a){return this.getAudioTracks().find(b=>_.Zg(b,a,a&&Object.keys(a)))}wg(a){return this.ha().find(b=>_.Zg(b,a,a&&Object.keys(a)))}xg(a){return this.getVideoTracks().flatMap(b=>b.renditions).find(b=>_.Zg(b,a,a&&Object.keys(a)))}tg(a){return this.getAudioTracks().flatMap(b=>b.renditions).find(b=>_.Zg(b,a,a&&Object.keys(a)))}vg(a){return this.ha().flatMap(b=>b.renditions).find(b=>_.Zg(b,a,a&&Object.keys(a)))}};
|
|
358
|
+
_.x("clpp.TrackManager",_.S);_.S.prototype.isAbrEnabled=_.S.prototype.pa;_.S.prototype.addTextTrack=_.S.prototype.addTextTrack;_.S.prototype.findTextRendition=_.S.prototype.vg;_.S.prototype.findAudioRendition=_.S.prototype.tg;_.S.prototype.findVideoRendition=_.S.prototype.xg;_.S.prototype.findTextTrack=_.S.prototype.wg;_.S.prototype.findAudioTrack=_.S.prototype.ug;_.S.prototype.findVideoTrack=_.S.prototype.yg;_.S.prototype.setTextRendition=_.S.prototype.tb;_.S.prototype.setAudioRendition=_.S.prototype.sb;
|
|
359
|
+
_.S.prototype.setVideoRendition=_.S.prototype.ab;_.S.prototype.setTextTrack=_.S.prototype.Na;_.S.prototype.setAudioTrack=_.S.prototype.va;_.S.prototype.setVideoTrack=_.S.prototype.ub;_.S.prototype.getTextTrack=_.S.prototype.ta;_.S.prototype.getAudioTrack=_.S.prototype.la;_.S.prototype.getVideoTrack=_.S.prototype.La;_.S.prototype.getLoadingTextRendition=_.S.prototype.Ab;_.S.prototype.getLoadingAudioRendition=_.S.prototype.zb;_.S.prototype.getLoadingVideoRendition=_.S.prototype.jb;
|
|
360
|
+
_.S.prototype.getTextRendition=_.S.prototype.Ka;_.S.prototype.getAudioRendition=_.S.prototype.Ta;_.S.prototype.getVideoRendition=_.S.prototype.ma;_.S.prototype.getTextTracks=_.S.prototype.ha;_.S.prototype.getAudioTracks=_.S.prototype.getAudioTracks;_.S.prototype.getVideoTracks=_.S.prototype.getVideoTracks;_.S.prototype.canSelectVideoTracks=_.S.prototype.Td;var Kj=new Map,Jj=1,Oj=2,Nj=3,Mj=4;_.it=(new Map).set(_.rd,_.rd).set("frameRate","framerate").set("bandwidth","bitrate").set(_.Dg,_.Dg).set(_.$d,_.$d).set("channelsCount","channels");_.jt=class{constructor(a){this.f=a;this.a=null}fa(a){return Tj(this,a,!1)}vb(a){return Tj(this,a,!0)}stop(){this.a&&(this.a(),this.a=null)}};_.Wj=class{constructor(a){this.f=a;this.a=null}Je(){this.stop();this.f();return this}fa(a){this.stop();this.a=(new _.jt(()=>{this.f()})).fa(a);return this}vb(a){this.stop();this.a=(new _.jt(()=>{this.f()})).vb(a);return this}stop(){this.a&&(this.a.stop(),this.a=null)}};_.x("clpp.utils.Timer",_.Wj);_.Wj.prototype.stop=_.Wj.prototype.stop;_.Wj.prototype.tickEvery=_.Wj.prototype.vb;_.Wj.prototype.tickAfter=_.Wj.prototype.fa;_.Wj.prototype.tickNow=_.Wj.prototype.Je;var kt=class{};_.x(qd,kt);kt.getInfo=_.yk;
|
|
361
|
+
var Vj=null,Uj=null,nk=new _.R(qd),rk="android",qk="ios",wk="linux",sk="osx",tk="windows",uk="tizen",vk="webos",pk=bg,xk=bg,ik={windows:{os_version:/windows\s+?nt\s([\d.]+)/i,ie:/windows\s+?nt.+?trident\/[\d.]+.*rv:([\d.]+)/i,edge:/windows\s+?nt.+?edge?\/([\d.]+)/i,chrome:/windows\s+?nt.+?chrome\/([\d.]+)/i,firefox:/windows\s+?nt.+?firefox\/([\d.]+)/i,opera:/windows\s+?nt.+?opr\/([\d.]+)/i},osx:{os_version:/macintosh.+?([\d._]+)/i,safari:/macintosh.+?version\/([\d._]+).+?safari/i,edge:/macintosh.+?edge?\/([\d._]+)/i,
|
|
352
362
|
chrome:/macintosh.+?chrome\/([\d._]+)/i,firefox:/macintosh.+?firefox\/([\d._]+)/i,opera:/macintosh.+?opr\/([\d._]+)/i},unknown:{ie:/.+?trident\/([\d.]+)/i,edge:/.+?edge?\/([\d.]+)/i,safari:/.+?version\/([\d._]+).+?safari/i,chrome:/.+?chrome\/([\d._]+)/i,firefox:/.+?firefox\/([\d._]+)/i,opera:/.+?opr\/([\d._]+)/i},android:{os_version:/android.+?([\d._]+)/i,chrome:/android.+?chrome\/([\d._]+)/i,firefox:/android.+?firefox\/([\d._]+)/i,opera:/android.+?opr\/([\d._]+)/i},ios:{os_version:/(?:iPad|iPhone).+?([\d._]+)/i,
|
|
353
363
|
chrome:/.+?CriOS\/([\d._]+)/i,firefox:/.+?FxiOS\/([\d._]+)/i,safari:/.+?version\/([\d._]+).+?safari/i,opera:/.+?opr\/([\d._]+)/i},linux:{os_version:/linux.+?([\d._]+)/i,safari:/linux.+?version\/([\d._]+).+?safari/i,chrome:/linux.+?chrome\/([\d._]+)/i,firefox:/linux.+?firefox\/([\d._]+)/i,opera:/linux.+?opr\/([\d._]+)/i},tizen:{os_version:/tizen.+?([\d._]+)/i,safari:/linux.+?version\/([\d._]+).+?safari/i,chrome:/linux.+?chrome\/([\d._]+)/i,firefox:/linux.+?firefox\/([\d._]+)/i,opera:/linux.+?opr\/([\d._]+)/i},
|
|
354
|
-
webos:{os_version:/linux.+?([\d._]+)/i,safari:/linux.+?version\/([\d._]+).+?safari/i,chrome:/linux.+?chrome\/([\d._]+)/i,firefox:/linux.+?firefox\/([\d._]+)/i,opera:/linux.+?opr\/([\d._]+)/i}};var T=class extends _.S{constructor(){super();this.
|
|
355
|
-
b){const c=this;return _.
|
|
356
|
-
c.a.set(a,k));c.
|
|
357
|
-
g&&(e?f():u&&1!==v||f())}catch(n){c.
|
|
358
|
-
this.
|
|
359
|
-
_.
|
|
360
|
-
null}
|
|
361
|
-
b.o[c]=a;
|
|
362
|
-
T.prototype.setAudioRendition=T.prototype.
|
|
363
|
-
T.prototype.getTextRendition=T.prototype.
|
|
364
|
-
1)}
|
|
365
|
-
"";for(let b=0;b<this.length;b++)0<b&&(a+=" "),a+=`${this.start(b).toFixed(3)}-${this.end(b).toFixed(3)}`;return a}};_.
|
|
366
|
-
_.
|
|
367
|
-
_.
|
|
368
|
-
_.
|
|
369
|
-
_.
|
|
370
|
-
_.
|
|
371
|
-
_.
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
this.C.getMedia()
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
1
|
|
381
|
-
|
|
382
|
-
|
|
364
|
+
webos:{os_version:/linux.+?([\d._]+)/i,safari:/linux.+?version\/([\d._]+).+?safari/i,chrome:/linux.+?chrome\/([\d._]+)/i,firefox:/linux.+?firefox\/([\d._]+)/i,opera:/linux.+?opr\/([\d._]+)/i}};var T=class extends _.S{constructor(){super();this.g=new _.R("clpp.native.TrackManager");this.m=null;this.f=new _.Bs;this.h=[];this.G=0;this.o={};this.I=[];this.a=new Map;this.w=null;this.l=new Map;this.A=!0;this.M=this.B.bind(this,_.J);this.R=this.F.bind(this,_.J);this.O=this.C.bind(this,_.J);this.S=this.B.bind(this,_.L);this.X=this.F.bind(this,_.L);this.V=this.C.bind(this,_.L);this.J=this.B.bind(this,_.K);this.L=this.F.bind(this,_.K);this.K=this.C.bind(this,_.K);this.j=null}Td(){return!_.kk()}B(a,
|
|
365
|
+
b){const c=this;return _.w(function*(){if(b){var d=b.track;if(d){var e=a===_.L,f=a===_.J,g=a===_.K||e,h=b.target,k=c.h.find(n=>zk(n,d,a));if(k)c.g.warn("Track from event already exists",d,k);else{var l=lj(a,d),m=Ak(d);if(f){if(d.kind===_.ye)return;let n;void 0!==d.id?n=c.o[d.id]:n=Object.values(c.o).find(q=>zk(l,q,a));l.kind&&"captions"===l.kind&&(l.mimeType=_.Ac);n&&(l.src=n.url,l.mimeType=n.mimeType)}else if(k=c.h.find(n=>n.type===a&&_.Zg(n,l,["kind","label","language"]))){k.id=d.id;m&&(c.g.debug(`Setting native ${a} track active`),
|
|
366
|
+
c.a.set(a,k));c.g.debug("Track from event seems to already exists, flipped native track to",d);return}try{l.renditions.push(new _.uj(l.id,l));c.h.push(l);const n=c.m.getConfiguration().safari;Ck(c,a,n)?yield Dk(c,l,n):Ek(c,a,n)&&(yield Fk(c,l,n));c.g.debug(a+" Track added",l);c.m.trigger(new _.C(_.lt));const q=Gk(c,a).length,u=!(!h||!h.length),v=h&&h.length||0;f=()=>{c.g.debug(`Setting native ${a} track active. `+`Native track active: ${m}. `+`Number of tracks: ${q}`,d);c.a.set(a,l)};m?f():1===q&&
|
|
367
|
+
g&&(e?f():u&&1!==v||f())}catch(n){c.g.error("Error while converting track data",n)}}}else c.g.warn(ob)}else c.g.warn(lb)})}F(a,b){if(b){var c=b.track;c?a===_.J&&c.kind!==_.ye&&(b=this.h.find(d=>zk(d,c,a)))&&(this.h.splice(this.h.indexOf(b),1),(this.a.get(a)||null)===b&&(this.a.set(a,null),Hk(this)),this.g.debug(a+" Track removed, id: ",b.id)):this.g.warn(ob)}else this.g.warn(lb)}C(a,b){this.g.debug(a+" Track changed",b);a===_.J&&Hk(this);const c=Jk(this,a);if(c)for(let d=0;d<c.length;++d)if(Ak(c[d])){if(b=
|
|
368
|
+
this.h.find(e=>zk(e,c[d],a)))this.a.set(a,b),this.g.debug("Track change detected, id:",b.id),b===this.l.get(a)&&this.l.set(a,null),a===_.K?this.m.trigger(new _.C(_.Mk)):a===_.J&&this.m.trigger(new _.C(_.Nk));break}}initialize(a){this.m=a;this.j=new ht(a.getNetworkEngine())}load(){this.A=!1;var a=Ik(this,_.J);a&&(this.f.on(a,_.vc,this.M),this.f.on(a,vf,this.R),this.f.on(a,ed,this.O));if(a=Ik(this,_.K))this.f.on(a,_.vc,this.J),this.f.on(a,vf,this.L),this.f.on(a,ed,this.K);if(a=Ik(this,_.L))this.f.on(a,
|
|
369
|
+
_.vc,this.S),this.f.on(a,vf,this.X),this.f.on(a,ed,this.V);this.f.one(this.m,Yc,this.H.bind(this))}release(){this.A=!0;this.h=[];this.o={};this.a.clear();this.l.clear();this.f.release()}destroy(){this.release();this.m=null}getVideoTracks(){return Gk(this,_.L)}getAudioTracks(){return Gk(this,_.K)}ha(){return Gk(this,_.J)}ma(){const a=this.a.get(_.L)||null;if(!a)return null;if(this.w){const b=a.renditions.find(c=>c.width===this.w.width&&c.height===this.w.height);if(b)return b}return a.renditions[0]||
|
|
370
|
+
null}Ta(){return Kk(this,_.K)}Ka(){return Kk(this,_.J)}jb(){return Lk(this,_.L)}zb(){return Lk(this,_.K)}Ab(){return Lk(this,_.J)}La(){return this.a.get(_.L)||null}la(){return this.a.get(_.K)||null}ta(){return this.a.get(_.J)||null}ub(a){Ok(this,_.L,a)}va(a){Ok(this,_.K,a)}Na(a){Ok(this,_.J,a)}ab(a){Ok(this,_.L,a&&a.track)}sb(a){Ok(this,_.K,a&&a.track)}tb(a){Ok(this,_.J,a&&a.track)}addTextTrack(a){const b=this;return _.w(function*(){if(a.mimeType.match(/text\/vtt/)){const c="External_"+`${b.G++}`;
|
|
371
|
+
b.o[c]=a;Pk(b,a,c)}else yield Qk(b,a)})}pa(){return 1>=this.getVideoTracks().flatMap(a=>a.renditions).length}H(){const a=this;return _.w(function*(){const b=a.m.getConfiguration();Sk(a,_.K,b.preferredAudioLanguage);if(!Jk(a,_.J).some(c=>Ak(c))){const c=Ik(a,_.J);yield new Promise(d=>{a.f.one(c,ed,d);(new _.Wj(d)).fa(1)})}a.A||Sk(a,_.J,b.preferredTextLanguage)})}};T.prototype.isAbrEnabled=T.prototype.pa;T.prototype.addTextTrack=T.prototype.addTextTrack;T.prototype.setTextRendition=T.prototype.tb;
|
|
372
|
+
T.prototype.setAudioRendition=T.prototype.sb;T.prototype.setVideoRendition=T.prototype.ab;T.prototype.setTextTrack=T.prototype.Na;T.prototype.setAudioTrack=T.prototype.va;T.prototype.setVideoTrack=T.prototype.ub;T.prototype.getTextTrack=T.prototype.ta;T.prototype.getAudioTrack=T.prototype.la;T.prototype.getVideoTrack=T.prototype.La;T.prototype.getLoadingTextRendition=T.prototype.Ab;T.prototype.getLoadingAudioRendition=T.prototype.zb;T.prototype.getLoadingVideoRendition=T.prototype.jb;
|
|
373
|
+
T.prototype.getTextRendition=T.prototype.Ka;T.prototype.getAudioRendition=T.prototype.Ta;T.prototype.getVideoRendition=T.prototype.ma;T.prototype.getTextTracks=T.prototype.ha;T.prototype.getAudioTracks=T.prototype.getAudioTracks;T.prototype.getVideoTracks=T.prototype.getVideoTracks;T.prototype.canSelectVideoTracks=T.prototype.Td;_.mt=class{constructor(a,b="total"){this.length=(this.f=a)?a.length:0;this.a=[];this.type=b}start(a){if(this.f)return this.f.start(a);if(a<this.a.length)return this.a[a].start;throw Error(Lb);}end(a){if(this.f)return this.f.end(a);if(a<this.a.length)return this.a[a].end;throw Error(Lb);}Ia(){return!this.length||1===this.length&&1E-6>this.end(0)-this.start(0)?null:1===this.length&&0>this.start(0)?0:this.start(0)}ga(){return!this.length||1===this.length&&1E-6>this.end(0)-this.start(0)?null:this.end(this.length-
|
|
374
|
+
1)}Fb(a,b=!0,c=0){if(!this.length||1===this.length&&1E-6>this.end(0)-this.start(0)||a>this.end(this.length-1))return!1;if(b)return c+a>=this.start(0)&&a<=this.end(this.length-1);for(b=0;b<this.length;b++)if(c+a>=this.start(b)&&a<=this.end(b))return!0;return!1}xa(a,b=!1){if(!this.length||1===this.length&&1E-6>this.end(0)-this.start(0))return 0;let c=0;if(b)b=this.ga(),null!=b&&(c=Math.max(0,b-a));else for(b=this.length-1;0<=b&&this.end(b)>a;--b)c+=this.end(b)-Math.max(this.start(b),a);return c}toString(){let a=
|
|
375
|
+
"";for(let b=0;b<this.length;b++)0<b&&(a+=" "),a+=`${this.start(b).toFixed(3)}-${this.end(b).toFixed(3)}`;return a}};_.x("clpp.BufferInfo",_.mt);_.mt.prototype.bufferedAheadOf=_.mt.prototype.xa;_.mt.prototype.isBuffered=_.mt.prototype.Fb;_.mt.prototype.bufferEnd=_.mt.prototype.ga;_.mt.prototype.bufferStart=_.mt.prototype.Ia;_.mt.prototype.end=_.mt.prototype.end;_.mt.prototype.start=_.mt.prototype.start;_.nt=class{constructor(){this.Sc=new zs(this);this.Qc=[]}addEventListener(a,b){this.on(a,b)}removeEventListener(a,b){this.off(a,b)}on(a,b,c){return this.Sc.on(a,b,c)}one(a,b,c){return this.Sc.one(a,b,c)}off(a,b){return this.Sc.off(a,b)}forwardEventsTo(a){a&&(0<=this.Qc.indexOf(a)||this.Qc.push(a))}dispatchEvent(a){this.trigger(a);return a.defaultPrevented}stopForwardingEventsTo(a){a&&(a=this.Qc.indexOf(a),0<=a&&this.Qc.splice(a,1))}trigger(a){this.Sc.trigger(a);for(const b of this.Qc)b.dispatchEvent(a)}};
|
|
376
|
+
_.nt.prototype.off=_.nt.prototype.off;_.nt.prototype.one=_.nt.prototype.one;_.nt.prototype.on=_.nt.prototype.on;_.nt.prototype.removeEventListener=_.nt.prototype.removeEventListener;_.nt.prototype.addEventListener=_.nt.prototype.addEventListener;_.x("clpp.events.ERROR",_.Vd);_.x("clpp.events.LOADEDMETADATA",_.se);_.x("clpp.events.BUFFERING_ENDED",_.Sc);_.x("clpp.events.BUFFERING_STARTED",_.Wc);_.x("clpp.events.STATE_CHANGED",_.Mf);_.Mk="audiotrackchanged";_.x("clpp.events.AUDIO_TRACK_CHANGED",_.Mk);_.Nk="texttrackchanged";_.x("clpp.events.TEXT_TRACK_CHANGED",_.Nk);_.x("clpp.events.VIDEO_TRACK_CHANGED",_.sg);_.x("clpp.events.BITRATE_CHANGED",_.Pc);_.lt="tracksadded";_.x("clpp.events.TRACKS_ADDED",_.lt);_.x("clpp.events.LOAD_START",te);
|
|
377
|
+
_.x("clpp.events.RELEASING",_.uf);_.x("clpp.events.RELEASED",tf);_.x("clpp.events.DESTROYING","destroying");_.x("clpp.events.DESTROYED","destroyed");_.x("clpp.events.VIDEO_BUFFER_CHANGED",_.rg);_.x("clpp.events.AUDIO_BUFFER_CHANGED",_.Nc);_.x("clpp.events.DOWNLOAD_TRACE","downloadtrace");_.x("clpp.events.DRM_SESSION_UPDATE",_.Od);_.x("clpp.events.DRM_SESSION_PERSISTED",_.Nd);_.x("clpp.events.DRM_RENEWAL_STARTED",Md);_.x("clpp.events.DRM_EXPIRATION_UPDATE",_.Ld);
|
|
378
|
+
_.x("clpp.events.AUTOPLAY_NOT_ALLOWED",_.Oc);_.x("clpp.events.PLAY",_.Te);_.x("clpp.events.SEEKING",_.Ef);_.x("clpp.events.SEEKED",_.Df);_.x("clpp.events.USER_SEEKING",_.gg);_.x("clpp.events.USER_SEEKED",_.fg);_.Wn={SEEKING:1,NO_DATA:2};_.x("clpp.events.BufferingReasons",_.Wn);_.x("clpp.events.ADS_TIMELINE_CHANGED",_.wc);_.x("clpp.events.AD_LOADED",_.mc);_.x("clpp.events.AD_BREAK_STARTED",_.cc);_.x("clpp.events.AD_STARTED",_.sc);_.x("clpp.events.AD_BUFFERING",_.ec);_.x("clpp.events.AD_PROGRESS",_.pc);
|
|
379
|
+
_.x("clpp.events.AD_FIRST_QUARTILE",_.hc);_.x("clpp.events.AD_MIDPOINT",_.nc);_.x("clpp.events.AD_THIRD_QUARTILE",_.uc);_.x("clpp.events.AD_PAUSED",_.oc);_.x("clpp.events.AD_RESUMED",_.qc);_.x("clpp.events.AD_SKIPPED",_.rc);_.x("clpp.events.AD_CLICKED",_.fc);_.x("clpp.events.AD_IMPRESSION",_.lc);_.x("clpp.events.AD_COMPLETED",_.gc);_.x("clpp.events.AD_STOPPED",_.tc);_.x("clpp.events.AD_BREAK_STOPPED",_.dc);_.x("clpp.events.AD_HLS_ASSET_LIST_REQUEST",ic);
|
|
380
|
+
_.x("clpp.events.AD_HLS_ASSET_LIST_RESPONSE",kc);_.x("clpp.events.SIMID_CREATIVE_STARTED",_.Gf);_.x("clpp.events.SIMID_CREATIVE_STOPPED",_.Hf);_.x("clpp.events.CASTING_STARTED",_.Zc);_.x("clpp.events.CASTING_ENDED","castingended");_.x("clpp.events.CAST_STATUS_CHANGED",_.$c);_.x("clpp.events.AIRPLAY_STATUS_CHANGED",_.zc);_.x("clpp.events.AIRPLAY_CASTING_STARTED",_.yc);_.x("clpp.events.AIRPLAY_CASTING_ENDED",_.xc);_.wh="timeline-cue-added";_.x("clpp.events.TIMELINE_CUE_ADDED",_.wh);_.yh="timeline-cue-enter";
|
|
381
|
+
_.x("clpp.events.TIMELINE_CUE_ENTER",_.yh);_.zh="timeline-cue-exit";_.x("clpp.events.TIMELINE_CUE_EXIT",_.zh);_.x("clpp.events.TIMELINE_CUES_CHANGED",_.Wf);_.x("clpp.events.MPD_TYPE_CHANGED",_.Ce);_.x("clpp.events.LIVE_TURNED_STATIC",_.me);_.x("clpp.events.VIMOND_RESPONSE",_.tg);_.x("clpp.events.PLAYLIST_ITEM_CHANGED",_.ef);_.x("clpp.events.PLAYLIST_MODIFIED",_.gf);_.x("clpp.events.SC_PLAYLIST_TIMELINE_CHANGED",_.Cf);_.x("clpp.events.SC_PLAYLIST_ITEM_CHANGED",_.Af);
|
|
382
|
+
_.x("clpp.events.SC_PLAYLIST_ENDED",_.zf);_.x("clpp.events.SC_PLAYLIST_LIVE_TURNED_STATIC",_.Bf);_.x("clpp.events.CDN_SWITCH_SUCCESS",_.ad);_.x("clpp.events.ONLINE_STATUS_CHANGED",Le);_.x("clpp.events.CMSD_EVENT","cmsd-event");var Tk=["play() failed because the user didn't interact","The play method is not allowed by the user agent","The request is not allowed by the user agent or the platform"];_.x("clpp.version",_.da);_.x("clpp.name",_.ra);_.Rk="application/x-mpegurl";_.x("clpp.Type",{DASH:_.Bc,HLS:_.Rk,SMOOTH_STREAMING:_.Gc,MP4:_.qg});_.vh="scte35";_.th=bg;_.x("clpp.TimelineCueType",{SCTE35:_.vh,DASH_CALLBACK:_.De,HLS_DATERANGE:_.be,UNKNOWN:_.th});_.x("clpp.SpeedUpMode",{DECODER:_.Cd,SEEK:"seek"});_.x("clpp.CodecSwitchingStrategy",{PREVENT:_.of,SMOOTH:_.Jf});var ot=class{};_.x("clpp.utils.PlayerConfiguration",ot);ot.create=_.Zk;var pt=["abort",Xc,Yc,Qd,"emptied",Sd,_.Ud,_.Vd,"interruptbegin","interruptend",_.re,_.se,te,"mozaudioavailable",_.Pe,_.Te,_.df,_.qf,_.sf,_.Df,_.Ef,Kf,"suspend",_.Xf,"volumechange",_.wg,_.xg,_.xf,Cg,Bg,zg,Ag];_.qt=class extends _.nt{constructor(a){super();this.log=new _.R(a);this.configuration=this.da=_.Xk();this.ea=this.C=null;this.jc=this.se=!1;this.Re=new _.R("clpp.video.events");this.Kb=null;this.Dc=-1;this.cg=this.$f.bind(this);this.ke=new _.iq;this.L=new _.Bs;this.he=this.wc=this.zc=this.O=null}init(a,b){this.configuration=this.da=b;this.C=a;this.log.info("Initializing Player surface");a=this.C.getMedia();this.log.info("Attaching media element listeners");for(const c of pt)this.L.on(a,c,this.cg,
|
|
383
|
+
c!==_.Vd);this.Kb||(this.Kb=this.Rf());this.Kb.initialize(this);this.C.showMediaElement()}release(){this.O&&(this.O.destroy(),this.O=null);return Promise.resolve()}destroy(){this.L.release();return this.ke.release()}canPlay(a,b){return _.mh[this.namespace()].canPlay(a,b)}getTimeline(){return null}setupPlaylist(){return Promise.reject(_.qb)}appendLoad(){return Promise.reject(_.qb)}seekWith(){return Promise.reject(_.qb)}setSeekInterceptor(){}play(){if(!this.ea)return Promise.reject("No sources specified yet. You need to load content before calling play.");
|
|
384
|
+
const a=this.C.getMedia().play();return Promise.resolve(a).catch(b=>{this.log.info("Caught play promise exception",b);const c={name:b.name||"",message:b.message||"",stack:b.stack||""};Uk(c)?(this.trigger(new _.C(_.Oc)),this.log.warn(_.ka)):c.name===rb&&this.log.warn('Unrecognized "NotAllowedError" on play(). '+`${b.name}: ${b.message}`);throw b;})}pause(){return this.ea?new Promise((a,b)=>{const c=this.getState();if(c!==_.Un&&c!==_.Rn&&c!==_.bo&&c!==_.ao)b(new _.G(_.E,7,3201,"The player state does not allow pause."));
|
|
385
|
+
else if(this.C.getMedia().pause(),this.getState()===_.bo)this.L.one(this,_.Mf,()=>{a()});else a()}):Promise.reject(new _.G(_.E,7,3201,"No sources specified yet. You need to load content before calling pause."))}isPaused(){return this.C.getMedia().paused}isEnded(){return this.C.getMedia().ended}getConfiguration(){return this.configuration}setDrmCustomDataModifier(a){this.zc=a}setCdnErrorCallback(a){this.wc=a}Cc(){return this.zc}getSurface(){return this.C}getBufferInfo(a){const b=this.getSurface().getMedia();
|
|
386
|
+
return new _.mt(b?b.buffered:void 0,a)}getPosition(){return this.getMediaPosition()}getMediaPosition(){const a=this.C.getMedia();if(a)return a.currentTime;this.log.warn("No media element available, can not report current time!");return 0}seek(a){const b=this.getMediaPosition();if(void 0===a||null===a||typeof a!==_.r||a===b)return Promise.resolve();const c=this.C.getMedia();if(!c)return this.log.warn("No media element available, can not set current time!"),Promise.reject();const d=a-b;return.1>=Math.abs(d)?
|
|
387
|
+
(this.log.info("Skip seek. Delta "+Math.abs(d)+" \x3c 0.1"),Promise.resolve()):new Promise((e,f)=>{const g=()=>{this.trigger(new _.C(_.gg));this.L.on(c,_.Df,h);this.L.on(c,_.Xf,h);this.L.on(c,_.qf,h);this.log.info("Seeking to "+a+". Delta "+d);this.jc=this.se=!0;c.currentTime=a},h=l=>{const m=this.getMediaPosition(),n=.1>=Math.abs(a-m);var q=.25<m-a;const u=c.readyState>=HTMLMediaElement.HAVE_CURRENT_DATA,v=l.type===_.Df,y=l.type===_.qf,A=l.type===_.Xf,D=y&&u;q=v||n&&D||A&&q;this.log.debug("Checking seeking state after "+
|
|
388
|
+
l.type+" event. Seek completed:",q,"Current Time:",m,"Target Time:",a,"Native Event:",v,"Time reached",n,"Timeupdate:",A,"Progress:",y,"ReadyState:",u,"Progress Ready:",D);q?(this.jc=this.se=!1,this.L.off(c,_.Df,h),this.L.off(c,_.Xf,h),this.L.off(c,_.qf,h),this.Qe(),this.trigger(new _.C(_.fg)),e()):y&&b===m&&(this.log.debug("Seek seemed to have been ignored. Trying again"),c.currentTime=a)},k=()=>{if(c.readyState>HTMLMediaElement.HAVE_NOTHING)g();else this.L.one(c,_.se,g)};this.getState()===_.Zn?
|
|
389
|
+
(this.log.debug("Player is in IDLE state. Postpone seek."),this.L.one(this,_.Mf,()=>{switch(this.getState()){case _.Un:case _.bo:case _.ao:this.log.debug("Valid seek state reached.");k();break;default:this.log.warn("Invalid seek target state. Aborting seek"),f()}})):k()})}getVolume(){const a=this.C.getMedia();if(a)return a.volume;this.log.warn("No media element available, can not report volume!");return null}setVolume(a){const b=this.C.getMedia();b?_.Yg(a)?0>a||1<a?this.log.warn(`Can not set volume to ${a}.
|
|
390
|
+
Value must be between 0 and 1.`):b.volume=a:this.log.warn("Can not set volume to "+a+". Volume must be a number"):this.log.warn("No media element available, can not set volume !")}isMuted(){return this.C.getMedia().muted}setMuted(a){const b=this.C.getMedia();typeof a===_.Rc&&(b.muted=a)}getDuration(){return this.getMediaDuration()}getMediaDuration(){return this.ea?this.C.getMedia().duration:-1}getTrackManager(){return this.Kb}getPlaybackRate(){const a=this.C.getMedia();return a&&a.playbackRate||
|
|
391
|
+
1}setPlaybackRate(a){const b=this.C.getMedia();void 0!==a&&b&&(b.playbackRate=a)}setSourceIndex(a){this.Dc=a}getSourceIndex(){return this.Dc}getLoadedSource(){return this.ea&&-1!==this.Dc?this.ea[this.Dc]:null}getPeriods(){return[]}getNetworkEngine(){return this.ke}setNetworkEngine(a){this.ke=a}setCmsdManager(a){this.he=a}getTextDisplayer(){return this.O}getTimelineCues(){return[]}getCueTimeline(){return null}resetAbr(){}$f(a){var b=this.getSurface().getMedia();const c=this.getPosition();let d="Received Video Element Event: '"+
|
|
392
|
+
a.type+"' with playhead at: "+c;if(a.type===_.Xf||a.type===_.qf)this.Re.debug(d);else{let e="";switch(a.type){case _.sf:e=`Rate: ${this.getPlaybackRate()}`;break;case Qd:e=`Duration: ${this.getDuration()}`;break;case "volumechange":e=`Volume: ${this.getVolume()} Muted: ${this.isMuted()}`;break;case _.Te:case _.df:case "suspend":case _.wg:case Kf:case _.Ef:case _.Df:case _.Xf:case _.qf:case Xc:case Yc:b=this.getBufferInfo().xa(c);e=`State ${this.getSurface().getMedia().readyState} `+`Buffer: ${b}`;
|
|
393
|
+
break;case _.xf:null!=b&&(e=`Size: ${b.videoWidth}x${b.videoHeight}`)}e&&(d+=". "+e);this.Re.info(d)}a.type!==_.Vd&&this.trigger(new _.C(a.type,{detail:a}))}Qe(){}};_.qt.prototype.getTextDisplayer=_.qt.prototype.getTextDisplayer;_.qt.prototype.setNetworkEngine=_.qt.prototype.setNetworkEngine;_.qt.prototype.getNetworkEngine=_.qt.prototype.getNetworkEngine;var dl;dl=new _.R("clpp.Components");_.al=new Map;_.x("clpp.install",function(a){ll(a)});_.x("clpp.uninstall",function(a){ml(a)});var rt=class{constructor(){this.a=this.f=null;this.g=new _.R("clpp.drm.csl")}release(){this.a=this.f=null}};_.x("clpp.drm.WidevineRobustnessLevel",{SW_SECURE_CRYPTO:_.Fb,SW_SECURE_DECODE:_.Gb,HW_SECURE_CRYPTO:Ya,HW_SECURE_DECODE:$a,HW_SECURE_ALL:Xa});_.x("clpp.drm.PlayreadyRobustnessLevel",{SL150:"150",SL2000:"2000",SL3000:"3000"});_.x("clpp.drm.KeySystem",{NONE:_.Ee,CLEAR_KEY:_.Ne,WIDEVINE:_.yd,PLAYREADY:_.wd,FAIRPLAY:_.ud,PRIMETIME:_.td});_.ql={};_.x("clpp.drm.registerDrmEnvironment",_.rl);var ul={V1_STAGING:[10,191,2,8,3,18,16,40,112,52,84,192,8,246,54,24,173,231,68,61,182,196,200,24,139,231,249,144,5,34,142,2,48,130,1,10,2,130,1,1,0,181,33,18,184,208,93,2,63,204,93,149,226,194,81,193,198,73,180,23,124,216,210,190,239,53,91,176,103,67,222,102,30,61,42,188,49,130,183,153,70,213,95,220,8,223,233,84,7,129,94,154,98,116,179,34,162,199,245,224,103,187,95,10,192,122,137,212,90,234,148,178,81,111,7,91,102,239,129,29,13,38,225,185,166,184,148,242,185,133,121,98,170,23,28,79,102,99,13,62,76,
|
|
383
394
|
96,39,24,137,127,94,30,249,182,170,245,173,77,186,42,126,20,23,109,241,52,161,211,24,91,90,33,138,192,90,76,65,240,129,239,255,128,163,160,64,197,11,9,187,199,64,238,220,216,241,77,103,90,145,152,15,146,202,125,220,100,106,6,173,173,81,1,247,74,14,73,140,192,31,0,83,43,172,33,120,80,189,144,94,144,146,54,86,183,223,239,239,66,72,103,103,243,62,246,40,61,79,66,84,171,114,88,147,144,190,229,88,8,241,214,104,8,13,69,216,147,194,188,162,247,77,96,160,192,208,160,153,60,239,1,96,71,3,51,76,54,56,19,148,
|
|
384
395
|
134,188,157,175,36,253,103,160,127,154,217,67,2,3,1,0,1,58,18,115,116,97,103,105,110,103,46,103,111,111,103,108,101,46,99,111,109,18,128,3,152,62,48,53,38,117,244,11,167,21,252,36,155,218,229,212,172,114,73,162,102,101,33,228,54,85,115,149,41,114,31,248,128,224,170,239,197,226,123,201,128,218,234,218,191,63,195,134,208,132,160,44,130,83,120,72,204,117,63,244,151,176,17,167,218,151,120,138,0,226,170,107,132,205,125,113,192,122,72,235,246,22,2,204,165,163,243,32,48,167,41,92,48,218,145,91,145,220,24,
|
|
385
396
|
185,188,149,147,184,222,139,181,15,13,237,193,41,56,184,233,224,57,205,222,24,250,130,232,27,176,50,99,15,233,85,216,90,86,108,225,84,48,11,246,212,193,189,18,105,102,53,107,40,125,101,123,24,206,99,208,239,212,95,197,38,158,151,234,177,28,181,99,229,86,67,178,111,244,159,16,156,33,1,175,202,243,91,131,47,40,143,13,157,69,150,14,37,158,133,251,93,36,219,210,207,130,118,76,93,217,191,114,126,251,233,200,97,248,105,50,31,106,222,24,144,95,77,146,249,166,218,101,54,219,132,117,135,29,22,142,135,11,178,
|
|
@@ -393,102 +404,98 @@ c;if(a.type===_.Tf||a.type===_.nf)this.Oe.debug(d);else{let e="";switch(a.type){
|
|
|
393
404
|
21,58,231,13,118,215,58,166,74,44,51,103,50,120,198,197,213,64,34,105,66,115,72,235,88,51,28,238,54,93,147,140,187,28,173,50,109,5,234,155,141,29,52,234,135,38,55,103,111,116,98,171,210,13,211,129,249,70,57,64,155,151,38,8,225,188,229,3,247,234,26,46,91,211,250,252,38,87,111,205,37,108,74,168,112,74,116,191,73,170,243,167,54,36,20,23,72,67,35,181,159,241,102,250,221,22,18,92,161,54,236,172,183,214,18,160,199,92,46,171,180,211,90,64,62,144,121,201,77,74,211,17,244,49,124,244,120,116,148,234,184,79,
|
|
394
405
|
136,12,176,34,231,39,149,87,28,219,2,3,1,0,1,58,12,99,97,115,116,108,97,98,115,46,99,111,109,64,1,18,128,3,50,97,151,165,120,63,210,172,84,187,10,36,166,202,149,32,118,107,37,251,186,217,170,254,4,95,20,85,66,157,43,154,24,66,136,147,101,223,78,204,173,228,175,111,100,168,97,164,222,84,160,51,79,233,227,223,105,252,85,11,242,129,199,206,11,9,236,118,163,118,204,179,159,69,108,223,229,114,176,8,26,36,9,23,103,233,62,55,162,154,209,96,98,102,80,173,114,233,213,36,56,135,65,188,245,176,95,70,189,199,
|
|
395
406
|
143,81,72,182,124,207,225,238,28,172,144,110,89,44,12,137,51,52,239,130,117,119,15,207,200,229,142,166,8,80,79,111,255,191,70,47,189,108,75,234,184,241,119,21,255,98,167,124,132,30,239,102,113,7,132,96,39,134,123,220,209,255,110,222,35,147,0,77,125,253,129,139,66,158,126,221,13,117,113,163,143,235,9,130,180,3,133,94,152,45,199,69,168,182,95,122,82,25,203,10,99,191,186,193,238,225,224,140,156,142,171,110,26,214,32,240,6,218,138,10,47,114,133,17,1,151,43,213,223,198,210,186,81,18,50,221,84,177,180,
|
|
396
|
-
26,58,164,235,113,177,235,207,22,230,8,119,76,167,166,176,173,209,214,53,116,116,231,227,221,238,174,87,249,19,166,195,81,47,210,172,15,75,251,202,192,80,85,213,23,17,178,104,181,193,115,239,91,72,230,167,55,143,10,250,26,54,8,60,13,213,206,235,3,215,179,205,232,1,144,158,35,48,196,149,117,219,63,196,130,117,40,165,193,65,215,122,44,201,218,67,216,6,131,178,5,168,229,21,137,112,215,254,127,48,160,181,68,49,255,64,46,247,236,85,155,146,208,5,219,252,37,174,31,218,136,135,55,119,112]};_.
|
|
397
|
-
_.
|
|
398
|
-
this.f[f];if(h){let m=null;var k=null;this.
|
|
399
|
-
_.
|
|
400
|
-
var
|
|
401
|
-
43E3:"General Fairplay error",44E3:"General OMA error",44001:"OMA Device registration failed",45E3:"General CDRM error",45001:"CDRM Device registration failed",6E4:"CSL",60001:"CSL - INVALID",60100:"CSL - Denied by Stream Limiting",7E4:"General Output Protection",70001:"All keys filtered by EOP settings",8E4:"TAKE DOWN",80001:"TAKE DOWN - Denied by Take Down",9E4:"General GBL error",90001:"License delivery prohibited in your region"},
|
|
402
|
-
|
|
403
|
-
for(const a of Object.keys(
|
|
404
|
-
|
|
405
|
-
a.reader.getPosition()!==a.reader.
|
|
406
|
-
_.
|
|
407
|
-
null}destroy(){const a=this;return _.
|
|
408
|
-
b.sessionId);const c=this.f.get(b);let d=!1;b.keyStatuses.forEach((e,f)=>{if(typeof f===_.
|
|
409
|
-
this.
|
|
410
|
-
_.
|
|
411
|
-
a.o=null);_.
|
|
412
|
-
b)}),this.l=null);this.j&&(this.j.destroy(),this.j=null);this.f=null})}getDrmInfo(){return this.o?this.o.getDrmInfo():null}detach(){}getTrackManager(){return this.
|
|
413
|
-
a);b.log.debug(_.fb,b.configuration);b.log.debug(_.
|
|
414
|
-
b.configuration.startTime&&
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
_.
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
this.
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
this.a.
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
b)
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
this
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
this.
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
Ec;this.dd(a,b);a={spc:_.zi(b.body)};b.body=_.ri(_.hj(a,!0))}yf(a,b){a=_.li(b.data).trim();const c="\x3c/ckc\x3e"===a.substr(-6);"\x3cckc\x3e"===a.substr(0,5)&&c&&(a=a.slice(5,-6));b.data=_.Bi(a).buffer}};_.z(kd,du);du.prototype.onFairPlayLicenseResponse=du.prototype.yf;du.prototype.onFairPlayLicenseRequest=du.prototype.xf;du.prototype.extractFairPlayContentId=du.prototype.cf;du.prototype.onLicenseRequest=du.prototype.dd;du.prototype.constructor=du.prototype.constructor;du.NAME=ab;
|
|
479
|
-
var cu="hostname",bu="full-skd";du.FairPlayContentIdStrategy={HOSTNAME:cu,FULL_SKD:bu};_.z("clpp.drm.HeaderDrmComponent",class extends _.Pt{g(a){a=a.getConfiguration();if(a.drm&&a.drm&&a.drm.env===ab){a=a.drm.customData;if(!a)throw new _.H(_.F,7,7100,_.zd);a=new du(a.widevineLicenseUrl,a.playReadyLicenseUrl,a.fairPlayLicenseUrl,a.fairPlayCertificateUrl,a.fairPlayContentIdStrategy||bu);_.ll(a)}}a(){delete _.kl.HeaderDrm}id(){return"headerdrm"}});_.Go(function(){ArrayBuffer.prototype.slice||(ArrayBuffer.prototype.slice=function(a,b){b=void 0!==b?b:this.byteLength;a=Math.floor(a);b=Math.floor(b);0>a&&(a+=this.byteLength);0>b&&(b+=this.byteLength);a=Math.min(Math.max(0,a),this.byteLength);b=Math.min(Math.max(0,b),this.byteLength);if(0>=b-a)return new ArrayBuffer(0);const c=new ArrayBuffer(b-a),d=_.J(c);a=new Uint8Array(this,a,b-a);d.set(a);return c})});_.Go(function(){_.fh("mathRound.install")});_.Go(function(){if(window.Document){var a=Element.prototype;a.requestFullscreen=a.requestFullscreen||a.mozRequestFullScreen||a.msRequestFullscreen||a.webkitRequestFullscreen;a=Document.prototype;a.exitFullscreen=a.exitFullscreen||a.mozCancelFullScreen||a.msExitFullscreen||a.webkitExitFullscreen;Wd in document||(Object.defineProperty(document,Wd,{get:function(){return document.mozFullScreenElement||document.msFullscreenElement||document.webkitFullscreenElement}}),Object.defineProperty(document,"fullscreenEnabled",
|
|
480
|
-
{get:function(){return document.mozFullScreenEnabled||document.msFullscreenEnabled||document.webkitSupportsFullscreen||document.webkitFullscreenEnabled}}));document.addEventListener("webkitfullscreenchange",br);document.addEventListener("webkitfullscreenerror",br);document.addEventListener("mozfullscreenchange",br);document.addEventListener("mozfullscreenerror",br);document.addEventListener("MSFullscreenChange",br);document.addEventListener("MSFullscreenError",br)}});_.Go(function(){if(window.HTMLVideoElement){var a=HTMLVideoElement.prototype;a.requestPictureInPicture&&document.exitPictureInPicture||!a.webkitSupportsPresentationMode||(_.fh("PiPWebkit.install"),document.pictureInPictureEnabled=!0,document.pictureInPictureElement=null,a.requestPictureInPicture=dr,document.exitPictureInPicture=er,document.addEventListener("webkitpresentationmodechanged",cr,!0))}});_.Go(function(){if(window.HTMLVideoElement){var a=HTMLVideoElement.prototype;!a.getVideoPlaybackQuality&&"webkitDroppedFrameCount"in a&&(a.getVideoPlaybackQuality=fr)}});_.Go(function(){if(window.VTTCue)_.eh("Using native VTTCue.");else if(window.TextTrackCue){var a=TextTrackCue.length;if(3===a)_.eh(Qb),window.VTTCue=gr;else if(6===a)_.eh("Using VTTCue polyfill from 6 argument TextTrackCue."),window.VTTCue=hr;else{try{var b=!!gr(1,2,"")}catch(c){b=!1}b&&(_.eh(Qb),window.VTTCue=gr)}}else _.gh("VTTCue not available.")});var ir;_.Go(function(){_.fh("InputEvent.install");_.Tj("Trident/")&&HTMLInputElement.prototype.addEventListener!==jr&&(_.eh("Patching input event support on IE."),ir=HTMLInputElement.prototype.addEventListener,HTMLInputElement.prototype.addEventListener=jr)});_.Go(function(){navigator.languages||Object.defineProperty(navigator,"languages",{get:()=>navigator.language?[navigator.language]:["en"]})});_.Go(function(){_.fh("VideoPlayPromise.install");if(window.HTMLMediaElement){const a=HTMLMediaElement.prototype.play;HTMLMediaElement.prototype.play=function(){const b=a.apply(this);b&&b.catch(()=>{});return b}}});var mr=class{constructor(){this.a=kr()}};var eu=class{constructor(a,b){b=void 0===b?2:b;this.a=new Uint8Array(a);this.g=b;this.f=0}};_.fu=class{constructor(a,b,c){this.g=a;this.j=b;this.f=c||this.g.getMedia();this.a=null}start(){this.a=new ResizeObserver(a=>{a=a[0];this.j(a.contentRect.width,a.contentRect.height,this.g.isFullscreen())});this.f&&this.a.observe(this.f)}stop(){this.a&&(this.a.disconnect(),this.a=null)}};var gu;_.hu=class{constructor(){this.a=new Blob([gu],{type:_.ig})}canPlay(a){var b=document.createElement(_.w);b.setAttribute("playsinline","playsinline");a&&(b.muted=!0,b.setAttribute("muted","muted"));b.src=URL.createObjectURL(this.a);const c=new _.an;b=b.play();const d=(new _.Qj(()=>{d.stop();c.resolve(a)})).fa(.25);void 0!==b?b.then(()=>{d.stop();c.resolve(!0)}).catch(e=>{e&&e.message&&e.message===sb?(d.stop(),c.resolve(!0)):(d.stop(),c.resolve(!1))}):(d.stop(),c.resolve(!0));return c}};
|
|
481
|
-
gu=new Uint8Array([0,0,0,28,102,116,121,112,105,115,111,109,0,0,2,0,105,115,111,109,105,115,111,50,109,112,52,49,0,0,0,8,102,114,101,101,0,0,2,239,109,100,97,116,33,16,5,32,164,27,255,192,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
|
407
|
+
26,58,164,235,113,177,235,207,22,230,8,119,76,167,166,176,173,209,214,53,116,116,231,227,221,238,174,87,249,19,166,195,81,47,210,172,15,75,251,202,192,80,85,213,23,17,178,104,181,193,115,239,91,72,230,167,55,143,10,250,26,54,8,60,13,213,206,235,3,215,179,205,232,1,144,158,35,48,196,149,117,219,63,196,130,117,40,165,193,65,215,122,44,201,218,67,216,6,131,178,5,168,229,21,137,112,215,254,127,48,160,181,68,49,255,64,46,247,236,85,155,146,208,5,219,252,37,174,31,218,136,135,55,119,112]};_.st=class{constructor(a){this.I=a;this.f={}}Wa(a,b){this.f[a]=b}};_.x("clpp.drm.DrmEnvironment",_.st);_.st.prototype.setDrmSystem=_.st.prototype.Wa;_.Rl=class{constructor(a,b){b=void 0===b?!1:b;this.f=_.Yg(a)?new DataView(new ArrayBuffer(a),0,a):a;this.a=0;this.h=b;this.buffer=this.f.buffer}getPosition(){return this.a}Ja(){return this.f.byteLength}seek(a){(0>a||a>=this.f.byteLength)&&_.wl();this.a=a}};_.Bm=class{constructor(a,b){this.f=a;this.h=void 0===b?!0:b;this.a=0}getPosition(){return this.a}Ja(){return this.f.byteLength}skip(a){this.a+a>this.f.byteLength&&_.zl();this.a+=a}seek(a){if(0>a||a>=this.f.byteLength)throw _.zl();this.a=a}};
|
|
408
|
+
_.x("clpp.utils.dataview.DataViewReader",_.Bm);_.Pl=class{constructor(){this.h=[];this.f=[];this.a=!1;this.g=new _.R("clpp.mp4")}N(a,b){a=Gl(a);this.h[a]=tt;this.f[a]=b;return this}ca(a,b){a=Gl(a);this.h[a]=ut;this.f[a]=b;return this}stop(){this.a=!0}parse(a,b){a=_.I(a);a=new _.Bm(new DataView(a.buffer,a.byteOffset,a.byteLength),!1);for(this.a=!1;_.yl(a)&&!this.a;)this.Jd(0,a,b)}Jd(a,b,c){const d=b.getPosition();let e=_.O(b);var f=_.O(b);let g=!1;this.g.debug("Parsing MP4 box",_.Hl(f));switch(e){case 0:e=b.Ja()-d;break;case 1:e=_.Dl(b),g=!0}const h=
|
|
409
|
+
this.f[f];if(h){let m=null;var k=null;this.h[f]===ut&&(k=_.O(b),m=k>>>24,k&=16777215);f=b.getPosition()-d;var l=d+e;c&&l>b.Ja()&&(l=b.Ja());l-=b.getPosition();b=0<l?_.Fl(b,l):new Uint8Array(0);b=new _.Bm(new DataView(b.buffer,b.byteOffset,b.byteLength),!1);h({parser:this,partialOkay:c||!1,version:m,flags:k,reader:b,size:e,start:d+a,headerSize:f,has64BitSize:g})}else a=Math.min(d+e-b.getPosition(),b.Ja()-b.getPosition()),b.skip(a)}};_.x("clpp.utils.Mp4Parser",_.Pl);_.Pl.typeToString=_.Hl;
|
|
410
|
+
_.Pl.allData=_.Kl;_.Pl.sampleDescription=_.Jl;_.Pl.children=_.Il;_.Pl.prototype.parseNext=_.Pl.prototype.Jd;_.Pl.prototype.parse=_.Pl.prototype.parse;_.Pl.prototype.stop=_.Pl.prototype.stop;_.Pl.prototype.fullBox=_.Pl.prototype.ca;_.Pl.prototype.box=_.Pl.prototype.N;_.Pl.headerSize=_.Ll;var tt=0,ut=1;var vt=class{};_.x("clpp.utils.FairplayUtils",vt);vt.parseFairPlayResponse=_.Ul;vt.formatFairPlayRequest=_.Tl;vt.createFairplayPayload=Sl;vt.extractContentId=_.Ol;vt.extractExtXKeyUri=Ml;var $l=new _.R("clpp.drm.DrmToday"),jm="PRODUCTION",km="STAGING",om="TEST",wt={PRODUCTION:jm,STAGING:km,TEST:om};_.x("clpp.drm.DrmToday.Environment",wt);_.x("clpp.drm.DrmToday.WidevineCertificates",{V1_PROD:"V1_PROD",V1_STAGING:"V1_STAGING",V2:"V2"});
|
|
411
|
+
var Wl="/license-proxy-widevine/cenc/",Xl="/license-proxy-headerauth/drmtoday/RightsManager.asmx",Yl="/license-server-fairplay/",pm={"00000":"Success","01000":"General Internal Error","02000":"General Request Error","03000":"General Request Authentication Error",10001:"Bad Request",3E4:"General DRM error",4E4:"General Widevine Modular error",40001:"Widevine Device Certificate Revocation (wv 127)",40002:"Widevine Device Certificate Revocation - Permanently (wv 175)",41E3:"General Widevine Classic error",
|
|
412
|
+
42E3:"General Playready error",43E3:"General Fairplay error",44E3:"General OMA error",44001:"OMA Device registration failed",45E3:"General CDRM error",45001:"CDRM Device registration failed",6E4:"CSL",60001:"CSL - INVALID",60100:"CSL - Denied by Stream Limiting",7E4:"General Output Protection",70001:"All keys filtered by EOP settings",8E4:"TAKE DOWN",80001:"TAKE DOWN - Denied by Take Down",9E4:"General GBL error",90001:"License delivery prohibited in your region"},xt=[Xa,$a,Ya,_.Gb,_.Fb],yt=[Xa,$a,
|
|
413
|
+
Ya,_.Gb,_.Fb],zt=["3000","2000","150"],At=["2000","150"];
|
|
414
|
+
for(const a of Object.keys(wt)){let b=xa;a!==jm&&(b+=`_${a}`);const c=new _.st(b);let d=null;switch(a){case jm:case km:d=vl("V2");break;case om:d=null}c.Wa(_.yd,{licenseUrl:Zl(_.yd,a),videoRobustness:xt,audioRobustness:yt,persistentStateRequired:!1,distinctiveIdentifierRequired:!1,serverCertificate:d,modifiers:{licenseRequest:_.bm,licenseResponse:_.cm}});c.Wa(_.ud,{licenseUrl:Zl(_.ud,a),certificateUrl:Vl(a)+"/license-server-fairplay/cert/",modifiers:{licenseRequest:_.em,licenseResponse:_.fm,extractContentId:_.gm,
|
|
415
|
+
certificateRequest:_.hm}});c.Wa(_.wd,{licenseUrl:Zl(_.wd,a),videoRobustness:zt,audioRobustness:At,modifiers:{licenseRequest:im}});_.rl(c)};var Bt=class{};_.x("clpp.drm.eme.EmeFactory",Bt);var rm=[];Bt.Apis={STANDARD:Eb,APPLE:"APPLE",WEBKIT:"WEBKIT",NOP:"NOP"};var zm,Ct,ym;_.Hm=[154,4,240,121,152,64,66,134,171,146,230,91,224,136,95,149];zm=[237,239,139,169,121,214,74,206,163,200,39,220,213,29,33,237];Ct=class{constructor(a,b,c){this.j=new Uint8Array(a);this.a=b;this.f=c}};ym=class extends Ct{};_.Gm=class extends Ct{constructor(a,b,c,d,e,f){f=void 0===f?null:f;super(a,b,d);this.version=e;this.h=c;this.l=f}};var Jm=!!(performance&&performance.mark&&performance.measure);var jn=class{constructor(a){this.f=[];this.h=[];this.a=[];8<=a.byteLength&&(new _.Pl).ca("pssh",this.j.bind(this)).parse(a.buffer);0===this.a.length&&_.B("No pssh box found!")}j(a){if(1<a.version)_.B("Unrecognized PSSH version found!");else{var b=_.Ki(_.Fl(a.reader,16)),c=[];if(0<a.version){var d=_.O(a.reader);for(let e=0;e<d;++e){const f=_.Ki(_.Fl(a.reader,16));c.push(f)}}d=_.O(a.reader);a.reader.skip(d);this.h.push.apply(this.h,c);this.f.push(b);this.a.push({start:a.start,end:a.start+a.size-1});
|
|
416
|
+
a.reader.getPosition()!==a.reader.Ja()&&_.B("Mismatch between box size and data size!")}}};var en,Dt;
|
|
417
|
+
_.lo=class{constructor(a){this.D=a;this.H=new Set;this.A=this.G=this.j=null;this.O=!1;this.a=null;this.I=Dt;this.w=new _.Bs;this.K=new rt;this.f=new Map;this.J=[];this.F=new _.gn;this.h=null;this.T=b=>{this.o=!0;this.B=!1;this.F.reject(b);a.onError(b)};this.l=new Map;this.V=new Map;this.R=new _.Wj(()=>Ym(this));this.ua=!1;this.Y=new _.gn;this.C=!1;this.S=[];this.Z=!1;this.M=0;this.g=new _.R("clpp.drm.DrmEngine");this.X=(new _.Wj(()=>{Zm(this)})).vb(1);this.F.catch(()=>{});this.o=this.B=!1;this.L=
|
|
418
|
+
null}destroy(){const a=this;return _.w(function*(){a.ua?yield a.Y:(a.ua=!0,yield $m(a),a.Y.resolve())})}keySystem(){return this.a?_.Om(this.a.keySystem):""}getDrmInfo(){return this.a}da(a){const b=this;return _.w(function*(){if(!b.C||b.I!==en){var c=Math.floor(a.timeStamp),d=`drm.msg.${c}.start`,e=`drm.msg.${c}.end`;_.Km(d);!b.h.delayLicenseRequestUntilPlayed||b.A&&!b.A.paused||b.Z?yield on(b,a):b.S.push(a);_.Km(e);_.Lm(`drm.sess.msg.${c}`,d,e)}})}ba(a){const b=a.target;this.g.info("Key status changed for session",
|
|
419
|
+
b.sessionId);const c=this.f.get(b);let d=!1;b.keyStatuses.forEach((e,f)=>{if(typeof f===_.Pf){var g=f;f=e;e=g}if(Nm(this.a.keySystem)&&16===f.byteLength&&_.Yj()){g=_.pi(f);const k=g.getUint32(0,!0),l=g.getUint16(4,!0),m=g.getUint16(6,!0);g.setUint32(0,k,!1);g.setUint16(4,l,!1);g.setUint16(6,m,!1)}c&&e!==Nf&&(c.loaded=!0);c&&c.Ma&&c.Ma.resolve();"expired"===e&&(d=!0);f=_.I(f);let h=_.Ki(f);"00"===h&&c&&c.keyId?h=c.keyId:this.a.keySystem.startsWith(_.ud)&&16!==f.byteLength&&(h=ri(f));(f=h||"")?this.g.info(`Key status for Key ID '${h}': ${e}`):
|
|
420
|
+
this.g.info(`Key status global keys: ${e}`);this.l.set(f,e);c&&!c.keyId&&this.f.forEach((k,l)=>{l===b||k.keyId!==h||k.loaded||(k.loaded=!0)})});c&&c.loaded&&c.fb.forEach(e=>{this.l.get(e)===Nf&&(this.g.warn(`Key status for Key ID '${e}': 'output-restricted'`),this.l.set(e,_.Oe))});for(a=0;a<this.a.initData.length;a++){const e=this.a.initData[a];e.keyId&&this.l.get(e.keyId)===Nf&&_.Li(e.initData,c.initData)&&(this.g.warn(`Key status for Key ID '${e.keyId}': 'output-restricted'`),this.l.set(e.keyId,
|
|
421
|
+
_.Oe))}a=b.expiration-Date.now();(0>a||d&&1E3>a)&&c&&!c.Jb&&(this.g.debug("Session has expired",b.sessionId),(a=this.f.get(b))&&a.xc&&a.xc.stop(),this.f.delete(b),b.close().catch(()=>{}));xn(this)&&(this.F.resolve(),1!==this.f.size||d?this.R.fa(.5):Ym(this))}};en=0;Dt=3;_.En=new Map;_.Fn=new _.R("clpp.text");var Et=class{constructor(){this.a=null;this.f=[]}};var Ft=class{constructor(){this.h=this.f=this.j=null;this.a=[]}};_.Gt=class{constructor(){this.f=this.o=this.A=this.C=this.j=this.l=this.h=this.w=NaN;this.a=new Et;this.B=new Ft}getStats(){return{width:this.w,height:this.h,streamBandwidth:this.o,decodedFrames:this.j,droppedFrames:this.l,corruptedFrames:this.C,estimatedBandwidth:this.f,loadLatency:this.A,playTime:Jn(this.a,_.bo),pauseTime:Jn(this.a,_.ao),bufferingTime:Jn(this.a,_.Un),stateHistory:Kn(this.a),switchHistory:Ln(this.B)}}};_.Ht=class{constructor(a){this.f=a;this.a=void 0}value(){void 0===this.a&&(this.a=this.f());return this.a}};var Nn=new _.Ht(()=>new Map([[HTMLMediaElement.HAVE_METADATA,_.se],[HTMLMediaElement.HAVE_CURRENT_DATA,_.re],[HTMLMediaElement.HAVE_FUTURE_DATA,Xc],[HTMLMediaElement.HAVE_ENOUGH_DATA,Yc]]));var Jt=class{constructor(a){this.g=new _.R("clpp.StateManager");this.m=a;this.a=new _.Bs;this.f=_.Zn;this.A=_.It;this.H=0;this.w=-1;this.K=this.o=this.I=this.B=0;this.j=this.h=this.F=!1;this.G=0;this.l=null;this.J=0;this.L=_.kk();this.C=!1;this.I=Date.now();Sn(this)}cb(a,b){this.m&&this.m.trigger(new _.C(a,{detail:b}))}getState(){return Vn(this,"")}T(a){(a=a&&a.detail)&&a.severity&&a.severity===_.E&&Qn(this,_.Yn)}destroy(){this.g.debug("Stop watching for video events for "+this.m.namespace());this.a.release()}};_.x("clpp.utils.media.detectType",co);var go=new _.R("clpp.sources");var Kt=class extends _.qt{constructor(){super(nd);this.w=this.G=!1;this.l=this.A=this.o=this.a=this.j=null;this.h=new _.Bs;this.F=this.B=this.f=this.H=null}init(a,b){super.init(a,b);this.j=new Jt(this);Qn(this.j,_.Zn)}namespace(){return nd}unload(){const a=this;return _.w(function*(){if(a.ea){a.log.debug("Releasing player with source",a.ea);a.B&&(a.B.stop(),a.B=null);const b=a.getTrackManager();b&&b.release();a.A&&(a.A.destroy(),a.A=null);a.O&&(a.O.destroy(),a.O=null);a.l&&a.l.release();a.o&&(a.o.destroy(),
|
|
422
|
+
a.o=null);_.rh(a.h);a.f&&(a.f=new _.Gt);a.F=null;a.ea=null;a.G=!1;a.a&&(a.a.removeAttribute("src"),a.a.load());yield io(a)}})}release(){return super.release().then(()=>this.unload()).then(()=>{this.j&&Qn(this.j,_.Zn)})}destroy(){if(this.w)return this.log.warn("Player is already destroyed!"),Promise.resolve();this.w=!0;return super.destroy().then(()=>this.release()).then(()=>{this.log.debug(za);const a=this.getTrackManager();a&&a.destroy();this.l&&(this.l.destroy().catch(b=>{this.log.warn("Error while disposing metadata handler",
|
|
423
|
+
b)}),this.l=null);this.j&&(this.j.destroy(),this.j=null);this.f=null})}getDrmInfo(){return this.o?this.o.getDrmInfo():null}detach(){}setSeekInterceptor(){}getTrackManager(){return this.Kb}load(a){const b=this;return _.w(function*(){if(b.w)return ho();if(!b.getSurface()||!b.getSurface().getMedia())return Promise.reject("No surface or no media element in surface");const c=b.C.getMedia();b.H=Date.now()/1E3;b.f=new _.Gt;b.h.on(b,_.Mf,()=>{b.f&&_.In(b.f.a,b.getState())});Qn(b.j,_.$n);b.ea=_.fo(a);b.configuration=
|
|
424
|
+
_.Zk(b.da,a);b.log.debug(_.fb,b.configuration);b.log.debug(_.yb,b.ea);const d=_.Hn(b.configuration,[_.ce,"native"]);b.O=d.create(b);b.O.setTextVisibility(!0);b.configuration.enableHtmlCue&&_.bl(_.Sf)&&!_.mk()&&(b.A=new Ps(b),b.A.start(c));b.l?b.l.release():b.l=new Cs(b);Bh(b.l,c);b.getTrackManager().load();c.loop=!!b.configuration.loop;_.z(b.configuration.volume)||b.setVolume(b.configuration.volume);_.z(b.configuration.muted)||b.setMuted(b.configuration.muted);b.h.one(c,Xc,()=>{b.trigger(new _.C(_.lt))});
|
|
425
|
+
null==b.configuration.startTime&&qo(b,c);_.kk()&&ro(b,c);try{yield ko(b,c),yield mo(b),yield po(b).W}catch(e){b.G=!1,b.onError(e)}})}onError(a){this.G||(a.severity===_.E&&null!==this.j&&Qn(this.j,_.Yn),this.trigger(new _.C(_.Vd,{detail:a})))}Rf(){return new T}getState(){return null!==this.j?this.j.getState().currentState:_.It}getPresentationStartTime(){if(this.a&&this.a.getStartDate&&this.isLive()){const a=this.a.getStartDate();return isNaN(a.getTime())?null:a.getTime()/1E3}return null}getSeekRange(){var a=
|
|
426
|
+
this.getSurface().getMedia();if(a&&a.src){a=a.seekable;if(a.length)return this.F=a={start:a.start(0),end:a.end(a.length-1)};if(this.F)return this.F}return{start:0,end:0}}isLive(){return this.a&&this.a.src?Infinity===this.a.duration:!1}getStats(){if(!this.f||!this.a)return _.Mn();this.f&&_.In(this.f.a,this.getState());var a=this.a,b=this.f,c=a.videoHeight;b.w=a.videoWidth;b.h=c;a.getVideoPlaybackQuality&&(c=a.getVideoPlaybackQuality(),a=this.f,b=Number(c.totalVideoFrames),a.l=Number(c.droppedVideoFrames),
|
|
427
|
+
a.j=b,this.f.C=Number(c.corruptedVideoFrames));if(a=this.getTrackManager())if(a=a.ma())a.bandwidth&&(this.f.o=a.bandwidth),a.Mc&&(this.f.f=a.Mc);return this.f.getStats()}getTimelineCues(){return this.l?this.l.getTimelineCues():[]}getCueTimeline(){return null}};
|
|
428
|
+
_.oh(new class{a(){return nd}canPlay(a,b){a=a.type||"";const c=a===_.Bc,d=a===_.Gc,e=a===_.Rk;var f;_.jk()||c||d||e&&!_.kk()?f=0:f=""!==Xj().canPlayType(a)?e&&_.kk()&&(window.ManagedMediaSource||window.MediaSource&&MediaSource.isTypeSupported)&&!b.streaming.preferNativeHlsOnSafari?1:2:0;return f}f(a){return a===_.na}create(){return new Kt}});_.x("clpp.ads.PodType",{PREROLL:0,MIDROLL:1,POSTROLL:2});_.x("clpp.ads.Technology",{CLIENT_SIDE:0,SERVER_SIDE:1,SERVER_GUIDED:2});_.x("clpp.ads.ErrorType",{LOAD:0,PLAY:1,OTHER:2});var to=new _.R("clpp.ads"),so=[];var Lt=class{load(){}start(){}w(){}resume(){}pause(){}skip(){}getVolume(){}setVolume(){}getPosition(){}h(){}o(){}};_.x("clpp.ads.IAdsManager",Lt);Lt.prototype.getPosition=Lt.prototype.getPosition;Lt.prototype.setVolume=Lt.prototype.setVolume;Lt.prototype.getVolume=Lt.prototype.getVolume;Lt.prototype.skip=Lt.prototype.skip;Lt.prototype.pause=Lt.prototype.pause;Lt.prototype.resume=Lt.prototype.resume;var U=class{hb(){}ib(){}ob(){}getId(){}getCreativeId(){}getApiFramework(){}getAdSystem(){}getAdvertiserName(){}getTitle(){}getDuration(){}getPosition(){}getSkipTimeOffset(){}Nb(){}xb(){}getMediaUrl(){}lb(){}kb(){}Za(){}Ua(){}getPodIndex(){}Bb(){}Cb(){}nb(){}getWrapperAdIds(){}getWrapperAdSystems(){}getWrapperCreativeIds(){}};_.x("clpp.ads.IAd",U);U.prototype.getWrapperCreativeIds=U.prototype.getWrapperCreativeIds;U.prototype.getWrapperAdSystems=U.prototype.getWrapperAdSystems;
|
|
429
|
+
U.prototype.getWrapperAdIds=U.prototype.getWrapperAdIds;U.prototype.getSequenceLength=U.prototype.nb;U.prototype.getPositionInSequence=U.prototype.Cb;U.prototype.getPodTimeOffset=U.prototype.Bb;U.prototype.getPodIndex=U.prototype.getPodIndex;U.prototype.getPodType=U.prototype.Ua;U.prototype.getMediaBitrate=U.prototype.Za;U.prototype.getMediaHeight=U.prototype.kb;U.prototype.getMediaWidth=U.prototype.lb;U.prototype.getMediaUrl=U.prototype.getMediaUrl;U.prototype.getClickThroughUrl=U.prototype.xb;
|
|
430
|
+
U.prototype.isBumper=U.prototype.Nb;U.prototype.getSkipTimeOffset=U.prototype.getSkipTimeOffset;U.prototype.getPosition=U.prototype.getPosition;U.prototype.getDuration=U.prototype.getDuration;U.prototype.getTitle=U.prototype.getTitle;U.prototype.getAdvertiserName=U.prototype.getAdvertiserName;U.prototype.getAdSystem=U.prototype.getAdSystem;U.prototype.getApiFramework=U.prototype.getApiFramework;U.prototype.getCreativeId=U.prototype.getCreativeId;U.prototype.getId=U.prototype.getId;
|
|
431
|
+
U.prototype.getTechnology=U.prototype.ob;U.prototype.getAdManagerVersion=U.prototype.ib;U.prototype.getAdManagerName=U.prototype.hb;var P=class{constructor(a,b,c,d){this.w=this.o=this.l=!1;this.A=a;this.a=b;this.f=c;this.h=d;this.j=0}hb(){return""}ib(){return""}ob(){return 2}getId(){return""}getCreativeId(){return""}getApiFramework(){return null}getAdSystem(){return""}getAdvertiserName(){return""}getTitle(){return""}getDuration(){return this.h}getPosition(){return this.j}getSkipTimeOffset(){return-1}Nb(){return!1}xb(){return null}getMediaUrl(){return null}lb(){return 0}kb(){return 0}Za(){return 0}Ua(){return this.A}getPodIndex(){return 0}Bb(){return 0}Cb(){return this.a}nb(){return this.f}getWrapperAdIds(){return[]}getWrapperAdSystems(){return[]}getWrapperCreativeIds(){return[]}};
|
|
432
|
+
P.prototype.getWrapperCreativeIds=P.prototype.getWrapperCreativeIds;P.prototype.getWrapperAdSystems=P.prototype.getWrapperAdSystems;P.prototype.getWrapperAdIds=P.prototype.getWrapperAdIds;P.prototype.getSequenceLength=P.prototype.nb;P.prototype.getPositionInSequence=P.prototype.Cb;P.prototype.getPodTimeOffset=P.prototype.Bb;P.prototype.getPodIndex=P.prototype.getPodIndex;P.prototype.getPodType=P.prototype.Ua;P.prototype.getMediaBitrate=P.prototype.Za;P.prototype.getMediaHeight=P.prototype.kb;
|
|
433
|
+
P.prototype.getMediaWidth=P.prototype.lb;P.prototype.getMediaUrl=P.prototype.getMediaUrl;P.prototype.getClickThroughUrl=P.prototype.xb;P.prototype.isBumper=P.prototype.Nb;P.prototype.getSkipTimeOffset=P.prototype.getSkipTimeOffset;P.prototype.getPosition=P.prototype.getPosition;P.prototype.getDuration=P.prototype.getDuration;P.prototype.getTitle=P.prototype.getTitle;P.prototype.getAdvertiserName=P.prototype.getAdvertiserName;P.prototype.getAdSystem=P.prototype.getAdSystem;
|
|
434
|
+
P.prototype.getApiFramework=P.prototype.getApiFramework;P.prototype.getCreativeId=P.prototype.getCreativeId;P.prototype.getId=P.prototype.getId;P.prototype.getTechnology=P.prototype.ob;P.prototype.getAdManagerVersion=P.prototype.ib;P.prototype.getAdManagerName=P.prototype.hb;var Mt=class{constructor(a){this.a=a.map(b=>({videoId:b.getSurface().getMedia().id,player:b,md:!0,ready:Promise.resolve()}));this.g=new _.R("clpp.plist.PlayerPool")}has(){return this.a.some(a=>a.md)}get(){const a=this;return _.w(function*(){const b=a.a.find(c=>c.md);if(!b)throw Error("No available players in the pool");b.md=!1;yield b.ready;return b.player})}release(a){const b=this.a.find(c=>c.player===a);if(!b)return Promise.resolve();b.md=!0;b.ready=new Promise(c=>{a.release().catch(d=>{this.g.error("Failed to unload player",
|
|
435
|
+
d)}).then(c)});return b.ready}destroy(){const a=this;return _.w(function*(){yield Promise.all(a.a.map(b=>b.player.destroy()))})}};_.x("clpp.utils.dom.createHTMLElement",_.zo);var Nt=class{constructor(a){this.a=null;this.h=new Set;this.f=null;this.set(a||null)}set(a){this.h.clear();this.f&&(this.f.disconnect(),this.f=null);if(this.a=a)this.f=Ao(this,a)}get(){return this.a}};var Fo=class{constructor(a,b){this.g=new _.R("clpp.PlayerSurface");this.w=_.Qg(Ot,b);this.f=new Nt;this.h=null;this.a=new Nt;this.l=Pt;Pt+=1;this.o=`clpp-video-${this.l}`;this.j=new _.Bs;if(null==a)throw new _.G(_.E,7,7102,"No Media element was provided");if(!(a instanceof Element||(a=document.getElementById(a),a)))throw new _.G(_.E,7,7004,"Media element not found");b=this.w;this.g.debug("Initializing Player Surface on ",a);if("cast-media-player"===a.tagName.toLowerCase())this.h=a;else{if(!(a instanceof
|
|
436
|
+
HTMLMediaElement))throw new _.G(_.E,7,7005,"Media element is not instance of HTMLMediaElement");if(!a.hasAttribute("crossorigin")){var c=b.crossorigin;this.g.info("Setting media elements crossorigin to "+c);a.setAttribute("crossorigin",c)}this.f.set(a);if(b.disableContainer)var d=null;else if(b.containerEl){if(a.parentNode!==b.containerEl)throw new _.G(_.E,7,7006,"Container element is not a direct parent of media element");d=b.containerEl}else{c=document.createElement(_.Fd);a.parentNode?a.parentNode.replaceChild(c,
|
|
437
|
+
a):this.g.warn("Player Surface Element has no parent. Can not inject container. You have to manually add playerSurface.getContainer() to the DOM!");var e=[];for(let g=0;g<a.classList.length;g++)e.push(a.classList[g]);for(var f of e)a.classList.remove(f),_.xo(c,f);c.style.cssText=a.style.cssText;a.removeAttribute(_.Rf);for(d of[_.Dg,_.$d])f=a.getAttribute(d),f=parseInt(f,10),isNaN(f)||(c.style[d]=`${f}px`),_.ak()||a.removeAttribute(d);c.appendChild(a);d=c}d&&(this.a.set(d),Bo(this.a,"clpp-container"),
|
|
438
|
+
Bo(this.a,this.o),Bo(this.f,_.gd),Bo(this.f,"clpp-video"));b.webOSStartupPatch&&Co(this,a,d)}}getMedia(){return this.f.get()}getContainer(){return this.a.get()}getSafeContainer(){return this.a}getId(){return this.l}getUniqueCssClass(){return this.o}getCastElement(){return this.h}isFullscreen(){return!!document.fullscreenElement}hideMediaElement(){const a=this.getMedia();a?_.xo(a,hd):this.g.debug("No media element available that could be hidden")}showMediaElement(){const a=this.getMedia();a?a.classList.remove(hd):
|
|
439
|
+
this.g.debug("No media element available that could be shown")}addElementToContainer(a,b,c){b=void 0===b?!1:b;c=void 0===c?!1:c;const d=this.getContainer();if(!d)throw Error("No container is available. Unable to add element");b&&_.xo(a,_.gd);c?d.insertBefore(a,d.firstElementChild):d.appendChild(a)}removeElementFromContainer(a){const b=this.getContainer();if(!b)throw Error("No container is available. Unable to remove element");b.removeChild(a)}hide(a){_.xo(a,hd)}show(a){a.classList.remove(hd)}release(){this.j.release()}};
|
|
440
|
+
Fo.prototype.removeElementFromContainer=Fo.prototype.removeElementFromContainer;Fo.prototype.addElementToContainer=Fo.prototype.addElementToContainer;Fo.prototype.getCastElement=Fo.prototype.getCastElement;Fo.prototype.getContainer=Fo.prototype.getContainer;Fo.prototype.getMedia=Fo.prototype.getMedia;var Ot={disableContainer:!1,webOSStartupPatch:!0,crossorigin:"anonymous",containerEl:null},Pt=1;var Qt=class{constructor(a){this.za=a;this.h=[];this.f=a.If;this.w=a.If.getSurface().getContainer();if(!this.w)throw Error("Primary player does not have a container");this.A=[];const b=Go(this,this.w,this.za.rg);this.l=new Mt(b);this.a=null;this.o=!1;this.j=new Map;this.B=a.toggleVisible;this.g=new _.R("clpp.interstitial.MultiController");Ho(this).forEach(c=>Io(this,c,!1))}getCurrentItem(){return this.a}vd(){return this.a?this.a.player:null}lf(){return Array.from(this.j.values())}Wc(){return 0<this.j.size}play(a){return Wo(this,
|
|
441
|
+
a,_.Te)}load(a){return Wo(this,a,_.qe)}release(){const a=this;return _.w(function*(){yield Promise.all([Uo(a),a.a?To(a,a.a):Promise.resolve()]);a.a=null;a.o=!1;Lo(a)})}destroy(){const a=this;return _.w(function*(){a.g.info("Destroy");yield a.release();yield a.l.destroy();fp(a)})}},$o="preload",Xo=_.ue;var St=class extends _.nt{constructor(a){super();this.l=new Rt;this.za=_.Qg({gh:.5,hi:{enabled:!1}},a);this.g=new _.R("clpp.interstitial.Player");this.f=a.player;this.f.setSeekInterceptor(b=>{const c=ip(this,b);return c&&[pp,Cp].includes(c.state)?(this.g.info("Seeking into an interstitial",c.sa),lp(this,c).catch(()=>{this.f.seek(b)}),!1):!0});this.qa=new Qt({rg:this.za.config,If:a.player,preloadMedia:!0,ya:a.ya});this.h=[];this.a=[];this.j=!1;tp(this,a.player)}destroy(){const a=this;return _.w(function*(){up(a);
|
|
442
|
+
a.a=[];a.j=!1;a.f.setSeekInterceptor(null);a.l.release();yield a.qa.destroy()})}Eb(){return this.j}isLive(){const a=this.qa.vd();return a?a.isLive():null}cb(a){this.f.trigger(a)}},pp=0,Dp=1,Fp=2,Gp=3,Ip=4,Hp=5,Cp=6,Rt=class{constructor(){this.a=null}release(){this.a&&(this.a.shutdown(),this.a=null)}};var sq=class{constructor(){this.a=null}load(){return Promise.resolve()}start(){return Promise.resolve()}w(a,b){const c=a.getConfiguration();a=Object.assign({},{config:c,player:a,ya:b},c.ads.hls||{});this.a=new St(a);Bp(this.a)}resume(){const a=vp(this.a);a&&a.play()}pause(){const a=vp(this.a);a&&a.pause()}skip(){}getVolume(){const a=vp(this.a);return a?a.getVolume()||0:0}setVolume(a){const b=vp(this.a);if(b)return b.setVolume(a)}getPosition(){const a=vp(this.a);return a?a.getPosition():-1}o(){return!this.a.Eb()}h(){return this.a.destroy()}};
|
|
443
|
+
sq.prototype.getPosition=sq.prototype.getPosition;sq.prototype.setVolume=sq.prototype.setVolume;sq.prototype.getVolume=sq.prototype.getVolume;sq.prototype.skip=sq.prototype.skip;sq.prototype.pause=sq.prototype.pause;sq.prototype.resume=sq.prototype.resume;var Tt=class{constructor(a){this.m=a;this.j=this.m.getNetworkEngine();this.a=new _.Bs;this.h=null;this.f=!0;Mp(this)}release(){this.a.release();Np(this);this.m=null}};_.x("clpp.polyfill.installAll",Qp);var Pp=[];_.x("clpp.polyfill.register",_.Rp);var Vp=class{constructor(a,b,c){this.h=a;this.f=b;JSON.parse(_.si(_.Ii(a)));this.a=JSON.parse(_.si(_.Ii(b)));this.j=c}};var Tp={n:"vXdoJIQCz6sZ9pbduNukEHOR0H2dHlwuuBUAR5Ot7WLEYvav5mn63yxr6F6TIl8RHTFw2siXQhHblZH2Y89o8vhcZRFkYXo6h0igEVafu-n0w52UEcH8Cqzlb8Q7x03Qb8OcKLngSzDkwe5Y2Aix6I66RRVNLLssqyjp2n5tXs4JQmYdqY6hhpGhmBN84naeCTdcPpAYhCw8jqbTSNrJp5hjU4GVvOiUtoYCvdESV9xrOR7fPCFXhWfLtC3i1k1zVoIM7YW5qD0F676jhqkF-GmDuCHpRY2I2Cxui-ytYEVIM6_pylSIlmYLjARmv2jXz9aV_WvHLh6B8Yx0slNGCQ",e:"AQAB"},Vk="eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJ1cmxzIjpbIjovL2Nhc3RsYWJzLmNvbSJdLCJ0eXBlIjoiV2ViIiwia2lkIjoxOTUwLCJpbHYiOmZhbHNlfQ.jzGGRcbFr_2QET-4tbMcpR5pSaj7eV7X2d1HWw_VKQpPg3zCwSZSDuqw225dIYyAYwLSiElbozbZPSArkBXOsoUm-KZRUPF4m7WG0T7Uza5G-QaQw57BbbfcSsooSpatC997kHKLMTjO71By9Olcu5ykN164nZpGQtZNzQjYag-bnUaMVI5vvhzjlvDihORQ9V_qRlEh0-mpoz6W0-36HGAbWIXWq0kxPh6inbovby-ZmFpqGrVjWOEFa55EARZXPNW9ERupW5xrrYHZdwwTpdRTY5IwEnobS85yTrLhK8Y2MV4jlQLTtQp372fKDsuU6q6_4XvmNq1SgAoKoaf41g";var uq=class{constructor(a){this.f=a;this.a=null;this.g=new _.R("clpp.utils.LicenseKey")}},hq="vod",gq="live";var Mq,lq,oq,mq;Mq=class{constructor(a){this.m=a;this.f=a.getNetworkEngine();this.h=pq(this);this.f.uc(this.h);this.a=null}release(){this.a=null;this.f.fd(this.h)}};_.Ut="maxSuggestedBitrateKbps";lq={du:"duress",etp:_.Wd,mb:_.Ut,rd:"responseDelay",rtt:"roundTripTime"};oq={at:"availabilityTime",br:"encodedBitrateKbps",ht:"heldTime",n:"intermediaryIdentifier",nor:"nextObjectResponse",nrr:"nextRangeResponse",d:"objectDuration",ot:"objectType",su:"startup",st:"streamType",sf:"streamingFormat",v:ig};
|
|
444
|
+
mq=new _.R("clpp.net.CmsdManager");var Q=class extends _.nt{constructor(a,b,c){super();Qp();this.g=new _.R("clpp.Player");if(!a)throw new _.G(_.E,7,7102);this.Y=new _.Bs;this.f=this.C=b||_.Xk();this.l=null;void 0===this.f.license&&(this.f.license=Vk,this.g.warn("You are using the embedded demo license!"));if(!this.f.license)throw this.g.error("You provided null or empty string as your license. Please check your license configuration."),new _.G(_.E,7,7101,"No license provided in configuration!");this.j=new Fo(a,c);this.A=this.a=this.F=
|
|
445
|
+
null;this.H=new _.iq;this.h=null;this.V=[];this.X=!0;this.J={};this.Z=null;this.O=!0;this.R=this.M=!1;this.K=this.zc=null;this.Wd=!1;this.da=new Tt(this);this.B=null;this.on(_.Mf,()=>{this.getState()===_.Yn&&(this.a?this.a.unload():Promise.resolve())});this.on(_.yc,this.ba.bind(this));this.on(_.xc,this.ba.bind(this));this.on(_.Wf,()=>tq(this));vq(this,this.f.license);this.j.getMedia()&&(a=this.j.getMedia(),a.hasAttribute("autoplay")&&(a.removeAttribute("autoplay"),this.g.debug("Removed autoplay attribute from video element. Auto play will be handled by configuration."),
|
|
446
|
+
void 0===this.f.autoplay&&(this.f.autoplay=!0,this.g.debug("Setting autoplay in configuration since it was specified in the video element"))));a=[];for(const d of qq)try{const e=d.create(this.f);e&&a.push(e)}catch(e){this.g.error("Error while creating player plugin",e)}xq(this,a);this.L=_.na;hl(this)}on(a,b,c){return super.on(a,b,c)}one(a,b,c){return super.one(a,b,c)}off(a,b){return super.off(a,b)}onError(a){if(null!==this.a)this.a.onError(a);else a=new _.C(_.Vd,{detail:a}),this.trigger(a)}kc(a){a=
|
|
447
|
+
this.J[a];void 0===a&&(a=null);return a}getSurface(){return this.j}getConfiguration(){return _.Rg(this.f)}getDrmInfo(){return this.a?this.a.getDrmInfo():null}detach(){return this.a?this.a.detach():Promise.resolve()}release(){if(null!=this.l)return this.g.info("Player release already in progress"),this.l;this.g.debug("Releasing player");this.l=Aq(this);return this.l.finally(()=>{this.g.debug("Player released");this.l=null})}destroy(){if(this.M)return this.g.debug("The player is already destroyed. No-op"),
|
|
448
|
+
new Promise(a=>a());this.M=!0;return this.release().then(()=>{this.g.debug(za);this.trigger(new _.C("destroying"));return _.wq(this,_.Ie)}).then(()=>{this.a&&this.a.stopForwardingEventsTo(this);this.Sc.clear();this.da.release();if(this.a)return this.a.destroy()}).then(()=>this.H.destroy()).then(()=>{kl();this.A=this.a=null;this.trigger(new _.C("destroyed"))})}load(a){const b=this;return _.w(function*(){try{_.Km(af);b.L=_.na;b.X=!0;const c=_.fo(a);yield _.Hq(b,$k(a)?a:{},c);yield _.Iq(b);yield _.Kq(b);
|
|
449
|
+
_.Km($e);_.Lm("player.load",af,$e)}catch(c){if(b.l)throw b.g.info(eb),new _.G(_.E,7,7E3);throw c;}})}preload(a){const b=this;return _.w(function*(){yield _.Hq(b,a);if(b.a){var c=b.a;c.preload?yield c.preload(b.f):b.g.warn(Ab)}else b.g.warn(xb)})}use(a){(a=ll(a))&&a.o(this)}remove(a){return(this.getState()<=_.Zn||this.O)&&null!==fl(a)?(ml(a),this.R=!0):!1}play(){return this.a?!this.h||this.h instanceof sq||this.a.namespace()===_.kd?this.a.play():this.h.start(this.a):Promise.reject("No player initialized. You need to load content before calling play.")}pause(){return this.a?
|
|
450
|
+
this.a.pause():Promise.reject("No player initialized. You need to load content before calling pause.")}getTrackManager(){return this.a&&this.a.getTrackManager()}getBufferInfo(a){return this.a?this.a.getBufferInfo(a):new _.mt}getState(){return this.a?this.a.getState():_.Zn}getPeriods(){return this.a?this.a.getPeriods():[]}isEnded(){return this.a&&this.a.isEnded()||!1}isPaused(){return this.a&&this.a.isPaused()||!1}getPosition(){return this.a?this.a.getPosition():0}seek(a){return this.getState()===
|
|
451
|
+
_.Yn?Promise.reject("Cannot seek in current state."):this.a?this.a.seek(a):Promise.reject("delegate does not exist")}getPresentationStartTime(){return this.a?this.a.getPresentationStartTime():null}getSeekRange(){return this.a?this.a.getSeekRange():{start:0,end:0}}lc(){const a=this.a;return a&&a.lc?a.lc():null}getVolume(){return this.a?this.a.getVolume():null}setVolume(a){this.a&&this.a.setVolume(a)}getDuration(){return this.a?this.a.getDuration():-1}getAdsManager(){return this.h}namespace(){return this.a&&
|
|
452
|
+
this.a.namespace()||"Undefined"}getPlaybackRate(){return this.a?this.a.getPlaybackRate():1}setPlaybackRate(a,b){this.a&&this.a.setPlaybackRate(a,b)}isMuted(){return this.a&&this.a.isMuted()||!1}setMuted(a){this.a&&this.a.setMuted(a)}getNetworkEngine(){return this.H}setNetworkEngine(a){this.H=a}getTextDisplayer(){return this.a&&this.a.getTextDisplayer()}isLive(){return!!this.a&&this.a.isLive()}getStats(){return this.a?this.a.getStats():null}pf(){return Object.freeze(this.Z)}getLoadedSource(){return this.a&&
|
|
453
|
+
this.a.getLoadedSource()}getTimelineCues(){return this.a?this.a.getTimelineCues():[]}getCueTimeline(){return this.a?this.a.getCueTimeline():null}resetAbr(){this.a&&this.a.resetAbr()}setDrmCustomDataModifier(a){this.zc=a;Eq(this)}setCdnErrorCallback(a){this.K=a;this.a&&this.a.setCdnErrorCallback(this.K)}ba(){this.Wd=!0}};_.x("clpp.Player",Q);Q.registerPlugin=_.rq;Q.prototype.setCdnErrorCallback=Q.prototype.setCdnErrorCallback;Q.prototype.setDrmCustomDataModifier=Q.prototype.setDrmCustomDataModifier;
|
|
454
|
+
Q.prototype.resetAbr=Q.prototype.resetAbr;Q.prototype.getTimelineCues=Q.prototype.getTimelineCues;Q.prototype.getLoadedSource=Q.prototype.getLoadedSource;Q.prototype.getSources=Q.prototype.pf;Q.prototype.getStats=Q.prototype.getStats;Q.prototype.isLive=Q.prototype.isLive;Q.prototype.getTextDisplayer=Q.prototype.getTextDisplayer;Q.prototype.setNetworkEngine=Q.prototype.setNetworkEngine;Q.prototype.getNetworkEngine=Q.prototype.getNetworkEngine;Q.prototype.setMuted=Q.prototype.setMuted;
|
|
455
|
+
Q.prototype.isMuted=Q.prototype.isMuted;Q.prototype.setPlaybackRate=Q.prototype.setPlaybackRate;Q.prototype.getPlaybackRate=Q.prototype.getPlaybackRate;Q.prototype.namespace=Q.prototype.namespace;Q.prototype.getAdsManager=Q.prototype.getAdsManager;Q.prototype.getDuration=Q.prototype.getDuration;Q.prototype.setVolume=Q.prototype.setVolume;Q.prototype.getVolume=Q.prototype.getVolume;Q.prototype.getTimelineOffset=Q.prototype.lc;Q.prototype.getSeekRange=Q.prototype.getSeekRange;
|
|
456
|
+
Q.prototype.getPresentationStartTime=Q.prototype.getPresentationStartTime;Q.prototype.seek=Q.prototype.seek;Q.prototype.getPosition=Q.prototype.getPosition;Q.prototype.isPaused=Q.prototype.isPaused;Q.prototype.isEnded=Q.prototype.isEnded;Q.prototype.getState=Q.prototype.getState;Q.prototype.getBufferInfo=Q.prototype.getBufferInfo;Q.prototype.getTrackManager=Q.prototype.getTrackManager;Q.prototype.pause=Q.prototype.pause;Q.prototype.play=Q.prototype.play;Q.prototype.remove=Q.prototype.remove;
|
|
457
|
+
Q.prototype.use=Q.prototype.use;Q.prototype.load=Q.prototype.load;Q.prototype.destroy=Q.prototype.destroy;Q.prototype.release=Q.prototype.release;Q.prototype.getDrmInfo=Q.prototype.getDrmInfo;Q.prototype.getConfiguration=Q.prototype.getConfiguration;Q.prototype.getSurface=Q.prototype.getSurface;Q.prototype.getPlugin=Q.prototype.kc;Q.prototype.off=Q.prototype.off;Q.prototype.one=Q.prototype.one;Q.prototype.on=Q.prototype.on;_.Zn=0;_.$n=1;_.Un=2;_.bo=3;_.ao=4;_.Rn=5;_.Yn=6;_.It=7;
|
|
458
|
+
_.Xn={IDLE:_.Zn,PREPARING:_.$n,BUFFERING:_.Un,PLAYING:_.bo,PAUSED:_.ao,ENDED:_.Rn,ERROR:_.Yn,UNSET:_.It};Q.State=_.Xn;var qq=[];var Vt=class extends Q{constructor(a,b,c){super(a,b,c);a={manifest:{timeline:{version:2},keepTimelineLive:!0},streaming:{preferNativeHlsOnSafari:!1,enableLiveEdgeChasing:!1,startAtSegmentBoundary:!1}};this.C=_.Qg(this.C,a);this.f=_.Qg(this.f,a);this.G=0;this.o=[];this.S=!1;this.w=null;this.I=[]}open(a,b){const c=this;return _.w(function*(){if(c.w)throw new _.G(_.E,7,7008,`Cannot call open() while ${c.w}() is ongoing!`);if(0!==a)throw new _.G(_.E,7,7007,"The index parameter only supports the value of 0.");
|
|
459
|
+
if(0===b.length)throw new _.G(_.E,7,7003,nb);if(b.some(g=>!g.id||!g.source))throw new _.G(_.E,7,7100,"Some config is missing required properties `id` or `source`!");if((new Set(b.map(g=>g.id))).size!==b.length)throw new _.G(_.E,7,7100,"Some config contains a non-unique property `id`!");const d=b[0].playlist;if(d){var e=d.timeline,f=["flat","basic"];if(e&&!f.includes(e))throw new _.G(_.E,7,7100,"Unsupported `playlist.timeline` config value!");e=d.startTime;if(null!=e&&(typeof e!==_.r||0>e))throw new _.G(_.E,
|
|
460
|
+
7,7100,"Invalid `playlist.startTime` config value!");f=d.endTime;if(null!=f&&(typeof f!==_.r||0>f||null!=e&&f<=e))throw new _.G(_.E,7,7100,"Invalid `playlist.endTime` config value!");if("DVR"===d.content&&!f)throw new _.G(_.E,7,7100,"`playlist.endTime` config value is required for DVR content!");}try{Oq(c),c.w="open",yield Rq(c,b),c.G=0,c.o=b,c.S=!0,Sq(c,b[0].playlist||{})}finally{c.w=null}})}dg(a){const b=this;return _.w(function*(){if(b.w)throw new _.G(_.E,7,7008,`Cannot call addItem() while ${b.w}() is ongoing!`);
|
|
461
|
+
if(!b.S)throw new _.G(_.E,7,7008,"open() must be called before addItem()!");if(!a.id||!a.source)throw new _.G(_.E,7,7100,"The config is missing required properties `id` or `source`!");if((new Set(b.o.map(c=>c.id))).has(a.id))throw new _.G(_.E,7,7100,"A config with this `id` already exists in the playlist!");try{b.w="addItem",b.o.push(a),yield Tq(b,a)}finally{b.w=null}})}getCurrentItem(){return this.o[this.G]||null}getCurrentItemIndex(){return this.G}Gg(){return[...this.o]}Uc(){return this.o.length}getTimeline(){return this.a?
|
|
462
|
+
this.a.getTimeline():null}seekWith(a){return this.a?this.a.seekWith(a):Promise.resolve()}release(){this.o=[];this.G=0;this.S=!1;return super.release()}destroy(){Oq(this);return super.destroy()}setCdnErrorCallback(){throw new _.G(1,7,7009,"CDN switching is not supported!");}};_.x("clpp.plist.ScPlaylist",Vt);Vt.prototype.setCdnErrorCallback=Vt.prototype.setCdnErrorCallback;Vt.prototype.destroy=Vt.prototype.destroy;Vt.prototype.release=Vt.prototype.release;Vt.prototype.seekWith=Vt.prototype.seekWith;
|
|
463
|
+
Vt.prototype.getTimeline=Vt.prototype.getTimeline;Vt.prototype.getSize=Vt.prototype.Uc;Vt.prototype.getPlaylist=Vt.prototype.Gg;Vt.prototype.getCurrentItemIndex=Vt.prototype.getCurrentItemIndex;Vt.prototype.getCurrentItem=Vt.prototype.getCurrentItem;Vt.prototype.addItem=Vt.prototype.dg;Vt.prototype.open=Vt.prototype.open;var Wt=class extends _.nt{constructor(a){super();this.za=_.Qg({transition:_.Pe,preloadMedia:!1},a);this.h=[];this.a=0;const b=Uq(a.anchorId,this.za.config);this.o=new Mt(b);this.f=null;this.j=!1;this.l=new Map;this.w=a.toggleVisible;this.g=new _.R(pd);this.o.a.forEach(c=>Vq(this,c.player,!1))}Tc(){return this.f}vd(){return this.f?this.f.player:null}kf(){return this.l.get(this.a+1)||null}mf(){return this.l.get(this.a-1)||null}lf(){return[this.mf(),this.kf()].filter(Boolean)}th(a){if(0<this.h.length)throw Error("Cannot re-set items in the playlist");
|
|
464
|
+
this.g.info("Set items",a);this.h=a.map((b,c)=>({config:b,index:c,preloadPromise:Promise.resolve(),disposers:[]}))}sh(a){if(0===this.h.length)throw Error(mb);if(0>a||a>this.h.length-1)throw Error("Index out of bounds");this.a=a}Wc(){return this.a<this.h.length-1}qf(){return 0<this.a}eh(){const a=this;return _.w(function*(){if(a.j)a.g.warn("Cannot play first item while busy");else if(0===a.h.length)a.g.warn(mb);else{a.j=!0;a.g.info(`First (index: ${a.a})`);var b=a.h[a.a];try{a.g.info(`First loading (index: ${a.a})`),
|
|
465
|
+
yield Yq(a,b),a.g.info(`First playing (index: ${a.a})`)}catch(c){throw a.g.error(`First failed (index: ${a.a})`),c;}finally{a.j=!1,br(a)}}})}Ff(){const a=this;return _.w(function*(){if(a.j)a.g.warn("Cannot play next item while busy");else if(a.Wc()){a.j=!0;a.a+=1;a.g.info(`Next (index: ${a.a})`);var b=a.f;a.za.transition===_.Pe&&b.player.pause();gr(a,a.a+-2);a.l.delete(a.a);var c=a.h[a.a];try{a.g.info(`Next loading (index: ${a.a})`),yield cr(a,c),a.g.info(`Next playing (index: ${a.a})`)}catch(d){throw a.g.error(`Next failed (index: ${a.a})`),
|
|
466
|
+
d;}finally{a.j=!1,b&&fr(a,b),br(a)}}else a.g.warn("There are no more items in the playlist")})}fh(){const a=this;return _.w(function*(){if(a.j)a.g.warn("Cannot play previous item while busy");else if(a.qf()){a.j=!0;--a.a;a.g.info(`Previous (index: ${a.a})`);var b=a.f;a.za.transition===_.Pe&&b.player.pause();gr(a,a.a+2);a.l.delete(a.a);var c=a.h[a.a];try{a.g.info(`Previous loading (index: ${a.a})`),yield cr(a,c),a.g.info(`Previous playing (index: ${a.a})`)}catch(d){throw a.g.error(`Previous failed (index: ${a.a})`),
|
|
467
|
+
d;}finally{a.j=!1,b&&fr(a,b),br(a)}}else a.g.warn("There are no more previous items in the playlist")})}destroy(){const a=this;return _.w(function*(){a.g.info("Destroy");yield Promise.all([hr(a),a.f?fr(a,a.f):Promise.resolve()]);yield ir(a)})}};_.x(pd,Wt);Wt.prototype.destroy=Wt.prototype.destroy;Wt.prototype.playPrev=Wt.prototype.fh;Wt.prototype.playNext=Wt.prototype.Ff;Wt.prototype.playFirst=Wt.prototype.eh;Wt.prototype.hasPrev=Wt.prototype.qf;Wt.prototype.hasNext=Wt.prototype.Wc;
|
|
468
|
+
Wt.prototype.setIndex=Wt.prototype.sh;Wt.prototype.setItems=Wt.prototype.th;Wt.prototype.getPreloading=Wt.prototype.lf;Wt.prototype.getPrev=Wt.prototype.mf;Wt.prototype.getNext=Wt.prototype.kf;Wt.prototype.getCurrentPlayer=Wt.prototype.vd;Wt.prototype.getCurrent=Wt.prototype.Tc;var er="preload",Wq=_.ue;var jr=new Map;var Zt=class{constructor(a){this.h=a;this.f={keepOriginalTimestamps:!0,remux:!1};this.a=new muxjs.mp4.Transmuxer(this.f)}destroy(){this.a.dispose();this.a=null}reset(){this.a=new muxjs.mp4.Transmuxer(this.f)}isSupported(a,b){const c="mp2t"===a.toLowerCase().split(";")[0].split("/")[1],d=a.toLowerCase().split(";")[0]===_.Ic;if(!window.muxjs||!c&&!d)return!1;if(d)return _.kr(Mc);if(b)return _.kr(lr(b,a));b=lr(_.p,a);a=lr(_.t,a);return _.kr(b)||_.kr(a)}isMuxed(a,b){return 1<this.demuxMimeTypes(a,b).size}demuxMimeTypes(a,
|
|
469
|
+
b){const c=new Map;c.set(a,b);try{const d=_.Rj(b),e=_.Sj(b).split(","),f=new Map,g=ci(_.p,e),h=ci(_.t,e);g&&f.set(_.p,this.convertCodecs(_.p,_.Qj(d,g)));h&&f.set(_.t,this.convertCodecs(_.t,_.Qj(d,h)));return f}catch(d){return c}}convertCodecs(a,b){return b.toLowerCase().split(";")[0]===_.Ic?Mc:"mp2t"===b.toLowerCase().split(";")[0].split("/")[1]?lr(a,b):b}getOriginalMimeType(){return this.h}transmux(a){const b=[],c=[];let d=[],e=null;a=_.I(a);const f=h=>{d=h.captions;const k=new Uint8Array(h.data.byteLength+
|
|
470
|
+
h.initSegment.byteLength);k.set(h.initSegment,0);k.set(h.data,h.initSegment.byteLength);h.type===Xt?b.push(k):h.type===Yt&&c.push(k)},g=()=>{e={video:_.Mi(...b),captions:d,audio:_.Mi(...c)}};this.a.on("data",f);this.a.on("done",g);this.a.push(a);this.a.flush();this.a.off("data",f);this.a.off("done",g);if(!e)throw new _.G(_.E,3,3018);return e}};Lj(_.Ic,()=>new Zt(_.Ic));Lj(_.mg,()=>new Zt(_.mg));var Yt=_.p,Xt=_.t;var $t=class{getCuePoints(){}Eb(){}Db(){}};_.x("clpp.ads.IAdsTimeline",$t);$t.prototype.hasPostroll=$t.prototype.Db;$t.prototype.hasPreroll=$t.prototype.Eb;$t.prototype.getCuePoints=$t.prototype.getCuePoints;_.au=class{f(){}a(){}h(){}o(){}};var bu=class{constructor(){this.j=null;this.g=new _.R("clpp.drm.eme.StandardEmeManager")}l(a){this.j=a}h(a){return this.j?this.j.setMediaKeys(a):Promise.reject(jb)}o(){return this.j&&this.j.mediaKeys}a(a,b){this.g.info("Requesting media key system access for",a,b.map(c=>Object.assign({},c,{drmInfos:c.drmInfos.map(()=>"_anonymous_")})));return navigator.requestMediaKeySystemAccess(a,b).catch(c=>{this.g.info("Failed to request media key system access for "+`${a}.`,c);return Promise.reject(c)})}f(){return Eb}};
|
|
471
|
+
sm(new class{a(){return Eb}f(){return!!(window.MediaKeys&&navigator.requestMediaKeySystemAccess&&window.MediaKeySystemAccess&&MediaKeySystemAccess.prototype.getConfiguration)}create(){return new bu}},1E3);var du=class{constructor(){this.size=0;this.a=void 0;this.g=new _.R("clpp.drm.eme.MediaKeyStatusMap")}getStatus(){return this.a}forEach(a){this.a&&a(this.a,cu.value())}get(a){if(this.has(a))return this.a}has(a){const b=cu.value();return this.a&&ki(a,b)?!0:!1}entries(){}keys(){}values(){}},cu=new _.Ht(()=>qi(new Uint8Array([0])));var eu=class{l(){}h(a){_.kh("NopEmeManager.setMediaKeys");return null===a?Promise.resolve():Promise.reject(Error("MediaKeys not supported."))}o(){return null}a(){_.kh("NopEmeManager.requestMediaKeySystemAccess");return Promise.reject(Error("The key system specified is not supported."))}f(){return"NOP"}};sm(new class{a(){return"NOP"}f(){return!0}create(){return new eu}},-1);var gu=class{constructor(){this.j=this.w=null}l(a){this.w=a}h(a){const b=this.j;b&&b!==a&&nr(b,null);return(this.j=a)?nr(a,this.w):Promise.resolve()}o(){return this.j}a(a,b){_.kh("AppleEmeManager.requestMediaKeySystemAccess");try{const c=new fu(a,b);return Promise.resolve(c)}catch(c){return Promise.reject(c)}}f(){return"APPLE"}},fu=class{constructor(a,b){this.keySystem=a;if(a.startsWith(_.ud))for(var c of b){a:{a=c;if(a.persistentState===_.wf){a=null;break a}b={audioCapabilities:[],videoCapabilities:[],
|
|
472
|
+
persistentState:_.Me,distinctiveIdentifier:_.Me,initDataTypes:a.initDataTypes,sessionTypes:[Tf],label:a.label};let d=!1,e=!1;if(a.audioCapabilities)for(const f of a.audioCapabilities)f.contentType&&(d=!0,WebKitMediaKeys.isTypeSupported(this.keySystem,f.contentType.split(";")[0])&&(b.audioCapabilities.push(f),e=!0));if(a.videoCapabilities)for(const f of a.videoCapabilities)f.contentType&&(d=!0,WebKitMediaKeys.isTypeSupported(this.keySystem,f.contentType.split(";")[0])&&(b.videoCapabilities.push(f),
|
|
473
|
+
e=!0));d||(e=WebKitMediaKeys.isTypeSupported(this.keySystem,_.qg));a=e?b:null}if(a){this.a=a;return}}c=Error(Qb);c.name=tb;c.code=DOMException.NOT_SUPPORTED_ERR;throw c;}createMediaKeys(){const a=new hu(this.keySystem);return Promise.resolve(a)}getConfiguration(){_.kh("AppleEmeManager.MediaKeySystemAccess.getConfiguration");return this.a}},hu=class{constructor(a){this.f=null;this.h=new WebKitMediaKeys(a);this.a=new _.Bs;this.j=0;this.g=new _.R(md);this.g.info("Created Media Keys for "+a)}createSession(a){a=
|
|
474
|
+
void 0===a?Tf:a;this.g.debug("Creating Apple MediaKeys Session");if(a!==Tf)throw new TypeError("Session type "+a+ba);return new iu(this.h,`__session_${this.j++}`)}setServerCertificate(){this.g.debug("AppleEmeManager.MediaKeys.setServerCertificate");return Promise.resolve(!1)}},iu=class extends _.nt{constructor(a,b){super();this.a=null;this.o=a;this.f=this.h=null;this.j=new _.Bs;this.sessionId=b;this.expiration=NaN;this.closed=new _.gn;this.l=!1;this.keyStatuses=new du;this.g=new _.R(md)}generateRequest(a,
|
|
475
|
+
b){if(this.l)return Promise.reject(Hb);this.g.debug("generateRequest");this.h=new _.gn;try{const c=this.o.createSession(_.qg,_.I(b));this.a=c;this.sessionId=c.sessionId||this.sessionId||"";this.j.on(c,Bg,d=>{{const e=this.keyStatuses.getStatus();this.g.debug(`Received Key Message in ${this.sessionId}`);this.h&&(this.h.resolve(),this.h=null);d=new _.C(_.xe,{messageType:void 0===e||e===Nf?ie:he,message:qi(d.message.buffer)});this.dispatchEvent(d)}});this.j.on(c,zg,d=>{this.g.debug("onWebkitKeyAdded_",
|
|
476
|
+
d);this.f&&(or(this,"usable"),this.f.resolve(),this.f=null)});this.j.on(c,Ag,()=>{var d=this.keyStatuses.getStatus();if(this.a&&this.a&&this.a.error&&this.a.error.code===WebKitMediaKeyError.MEDIA_KEYERR_DOMAIN&&d===Nf)this.g.warn(`Ignoring webkit key error for session ${this.sessionId}`);else if(this.g.error(`Received key error in session ${this.sessionId} `+`with code ${this.a.error.code}. `+`Session Status ${d}.`),d=Error("EME AppleEmeManager key error"),d.errorCode=this.a.error,null!==this.h)this.h.reject(d),
|
|
477
|
+
this.h=null;else if(null!==this.f)this.f.reject(d),this.f=null;else switch(this.a.error.code){case WebKitMediaKeyError.MEDIA_KEYERR_OUTPUT:case WebKitMediaKeyError.MEDIA_KEYERR_HARDWARECHANGE:or(this,"output-not-allowed");break;default:or(this,_.ee)}});or(this,Nf)}catch(c){this.h.reject(c)}return this.h}load(){this.g.debug(_.qe);return Promise.reject(Error("MediaKeySession.load not yet supported"))}update(a){if(this.l)return Promise.reject(Hb);this.g.debug(cg);this.f=new _.gn;try{this.a.update(_.I(a))}catch(b){this.f.reject(b)}return this.f}close(){if(this.l)return this.closed;
|
|
478
|
+
this.g.info(`Closing Key Session ${this.sessionId}`);this.l=!0;try{this.a.close(),this.closed.resolve(),_.rh(this.j)}catch(a){this.closed.reject(a)}return this.closed}remove(){this.g.debug("remove");return Promise.reject(Error("MediaKeySession is only applicable for persistent licenses, which are not supported on this platform"))}};sm(new class{a(){return"APPLE"}f(){return!!window.WebKitMediaKeys}create(){return new gu}},1100);var ku=class{constructor(){this.w=this.j=null;this.A="";HTMLMediaElement.prototype.webkitGenerateKeyRequest&&(this.A="webkit")}l(a){this.j=a}h(a){_.kh("WebkitEmeManager.setMediaKeys");if(!this.j)return Promise.reject(jb);const b=this.w;b&&b!==a&&rr(b,null);(this.w=a)&&rr(a,this.j);return Promise.resolve()}o(){return this.w}a(a,b){_.kh("WebkitEmeManager.requestMediaKeySystemAccess");try{if(this.j)var c=this.j;else{var d=document.getElementsByTagName(_.t);c=d.length?d[0]:document.createElement(_.t)}const e=
|
|
479
|
+
new ju(this.A,c,a,b);return Promise.resolve(e)}catch(e){return Promise.reject(e)}}f(){return"WEBKIT"}},ju=class{constructor(a,b,c,d){this.h=a;this.a=this.keySystem=c;a=!1;c===_.Ne&&(this.a=yg,a=!1);let e=!1;for(const g of d){d=[];var f=[];let h=!1;if(g.audioCapabilities)for(const k of g.audioCapabilities)k.contentType&&(h=!0,b.canPlayType(k.contentType.split(";")[0],this.a)&&(d.push(k),e=!0));if(g.videoCapabilities)for(const k of g.videoCapabilities)k.contentType&&(h=!0,b.canPlayType(k.contentType,
|
|
480
|
+
this.a)&&(f.push(k),e=!0));h||(e=b.canPlayType(_.qg,this.a)||b.canPlayType("video/webm",this.a));g.persistentState!==_.wf||a||(e=!1);if(e){this.f=g;return}}b=Qb;if(c===_.Ne||c===_.yd)b="None of the requested configurations were supported.";c=Error(b);c.name=tb;c.code=DOMException.NOT_SUPPORTED_ERR;throw c;}createMediaKeys(){return Promise.resolve(new lu(this.h,this.a))}getConfiguration(){return this.f}},lu=class{constructor(a,b){this.h=a;this.o=b;this.a=null;this.f=new _.Bs;this.j=[];this.l=new Map}createSession(a=
|
|
481
|
+
Tf){if(a!==Tf&&a!==_.Re)throw new TypeError("Session type "+a+ba);if(!this.a)throw a=Error("Media element is missing."),a.name=bb,a.code=DOMException.INVALID_STATE_ERR,a;this.a.src||(this.a.src="about:blank");a=new mu(this.h,this.a,this.o,a);this.j.push(a);return a}setServerCertificate(){return Promise.resolve(!1)}},mu=class extends _.nt{constructor(a,b,c,d){super();this.w=a;this.j=b;this.o=!1;this.a=this.f=null;this.h=c;this.l=d;this.sessionId="";this.expiration=NaN;this.closed=new _.gn;this.keyStatuses=
|
|
482
|
+
new du}ready(){_.kh("WebkitEmeManager.MediaKeySession.ready");qr(this,"usable");this.a&&this.a.resolve();this.a=null}generateRequest(a,b){_.kh("WebkitEmeManager.MediaKeySession.generateRequest");return tr(this,b,null)}load(a){_.kh(Wb);return this.l===_.Re?tr(this,null,a):Promise.reject(Error(pb))}update(a){_.kh(Wb);const b=new _.gn;ur(this,b,a);return b}close(){_.kh("WebkitEmeManager.MediaKeySession.close");if(this.l!==_.Re){if(!this.sessionId)return this.closed.reject(Error("The session is not callable.")),
|
|
483
|
+
this.closed;const a=sr(this,"cancelKeyRequest");try{this.j[a](this.h,this.sessionId)}catch(b){}}this.closed.resolve();return this.closed}remove(){_.kh("WebkitEmeManager.MediaKeySession.remove");return this.l!==_.Re?Promise.reject(Error(pb)):this.close()}};sm(new class{a(){return"WEBKIT"}f(){return!(!HTMLMediaElement.prototype.webkitGenerateKeyRequest&&!HTMLMediaElement.prototype.generateKeyRequest)}create(){return new ku}});var pu=class extends _.st{constructor(a,b,c,d,e){super(ab);this.l=a;this.j=b;this.h=c;this.a=d;this.o=e;this.g=new _.R(ld);_.Ci(this.l)?this.g.warn(_.Xb):this.Wa(_.yd,{licenseUrl:this.l,videoRobustness:[_.Gb,void 0],audioRobustness:[_.Fb,void 0],persistentStateRequired:!1,distinctiveIdentifierRequired:!1,serverCertificate:null,modifiers:{licenseRequest:this.ed.bind(this)}});_.Ci(this.j)?this.g.warn(_.wb):this.Wa(_.wd,{licenseUrl:this.j,videoRobustness:["3000"],audioRobustness:["2000"],modifiers:{licenseRequest:this.ed.bind(this)}});
|
|
484
|
+
_.Ci(this.h)?this.g.warn(_.Va):_.Ci(this.a)?this.g.warn(_.Ta):this.Wa(_.ud,{licenseUrl:this.h,certificateUrl:this.a,modifiers:{licenseRequest:this.Af.bind(this),licenseResponse:this.Bf.bind(this),certificateRequest:this.ed.bind(this),extractContentId:this.ef.bind(this)}})}ed(a,b){a=a.drm.customData.headers||{};for(const c of Object.keys(a))b.headers[c]=a[c]}ef(a,b){a=Ml(b);switch(this.o){case nu:return a;case ou:return(new _.Nl(a)).a;default:throw Error("Unknown content ID strategy");}}Af(a,b){b.headers[ua]=
|
|
485
|
+
Hc;this.ed(a,b);a={spc:_.Gi(b.body)};b.body=_.yi(_.nj(a,!0))}Bf(a,b){a=_.si(b.data).trim();const c="\x3c/ckc\x3e"===a.substr(-6);"\x3cckc\x3e"===a.substr(0,5)&&c&&(a=a.slice(5,-6));b.data=_.Ii(a).buffer}};_.x(ld,pu);pu.prototype.onFairPlayLicenseResponse=pu.prototype.Bf;pu.prototype.onFairPlayLicenseRequest=pu.prototype.Af;pu.prototype.extractFairPlayContentId=pu.prototype.ef;pu.prototype.onLicenseRequest=pu.prototype.ed;pu.prototype.constructor=pu.prototype.constructor;pu.NAME=ab;
|
|
486
|
+
var ou="hostname",nu="full-skd";pu.FairPlayContentIdStrategy={HOSTNAME:ou,FULL_SKD:nu};_.x("clpp.drm.HeaderDrmComponent",class extends _.au{h(a){a=a.getConfiguration();if(a.drm&&a.drm&&a.drm.env===ab){a=a.drm.customData;if(!a)throw new _.G(_.E,7,7100,_.zd);a=new pu(a.widevineLicenseUrl,a.playReadyLicenseUrl,a.fairPlayLicenseUrl,a.fairPlayCertificateUrl,a.fairPlayContentIdStrategy||nu);_.rl(a)}}a(){delete _.ql.HeaderDrm}id(){return"headerdrm"}});_.Rp(function(){ArrayBuffer.prototype.slice||(ArrayBuffer.prototype.slice=function(a,b){b=void 0!==b?b:this.byteLength;a=Math.floor(a);b=Math.floor(b);0>a&&(a+=this.byteLength);0>b&&(b+=this.byteLength);a=Math.min(Math.max(0,a),this.byteLength);b=Math.min(Math.max(0,b),this.byteLength);if(0>=b-a)return new ArrayBuffer(0);const c=new ArrayBuffer(b-a),d=_.I(c);a=new Uint8Array(this,a,b-a);d.set(a);return c})});_.Rp(function(){_.kh("mathRound.install")});_.Rp(function(){if(window.Document){var a=Element.prototype;a.requestFullscreen=a.requestFullscreen||a.mozRequestFullScreen||a.msRequestFullscreen||a.webkitRequestFullscreen;a=Document.prototype;a.exitFullscreen=a.exitFullscreen||a.mozCancelFullScreen||a.msExitFullscreen||a.webkitExitFullscreen;Yd in document||(Object.defineProperty(document,Yd,{get:function(){return document.mozFullScreenElement||document.msFullscreenElement||document.webkitFullscreenElement}}),Object.defineProperty(document,"fullscreenEnabled",
|
|
487
|
+
{get:function(){return document.mozFullScreenEnabled||document.msFullscreenEnabled||document.webkitSupportsFullscreen||document.webkitFullscreenEnabled}}));document.addEventListener("webkitfullscreenchange",vr);document.addEventListener("webkitfullscreenerror",vr);document.addEventListener("mozfullscreenchange",vr);document.addEventListener("mozfullscreenerror",vr);document.addEventListener("MSFullscreenChange",vr);document.addEventListener("MSFullscreenError",vr)}});_.Rp(function(){if(window.HTMLVideoElement){var a=HTMLVideoElement.prototype;a.requestPictureInPicture&&document.exitPictureInPicture||!a.webkitSupportsPresentationMode||(_.kh("PiPWebkit.install"),document.pictureInPictureEnabled=!0,document.pictureInPictureElement=null,a.requestPictureInPicture=xr,document.exitPictureInPicture=yr,document.addEventListener("webkitpresentationmodechanged",wr,!0))}});_.Rp(function(){if(window.HTMLVideoElement){var a=HTMLVideoElement.prototype;!a.getVideoPlaybackQuality&&"webkitDroppedFrameCount"in a&&(a.getVideoPlaybackQuality=zr)}});_.Rp(function(){if(window.VTTCue)_.jh("Using native VTTCue.");else if(window.TextTrackCue){var a=TextTrackCue.length;if(3===a)_.jh(Rb),window.VTTCue=Ar;else if(6===a)_.jh("Using VTTCue polyfill from 6 argument TextTrackCue."),window.VTTCue=Br;else{try{var b=!!Ar(1,2,"")}catch(c){b=!1}b&&(_.jh(Rb),window.VTTCue=Ar)}}else _.lh("VTTCue not available.")});var Cr;_.Rp(function(){_.kh("InputEvent.install");_.Zj("Trident/")&&HTMLInputElement.prototype.addEventListener!==Dr&&(_.jh("Patching input event support on IE."),Cr=HTMLInputElement.prototype.addEventListener,HTMLInputElement.prototype.addEventListener=Dr)});_.Rp(function(){navigator.languages||Object.defineProperty(navigator,"languages",{get:()=>navigator.language?[navigator.language]:["en"]})});_.Rp(function(){_.kh("VideoPlayPromise.install");if(window.HTMLMediaElement){const a=HTMLMediaElement.prototype.play;HTMLMediaElement.prototype.play=function(){const b=a.apply(this);b&&b.catch(()=>{});return b}}});var Gr=class{constructor(){this.a=Er()}};var qu=class{constructor(a,b){b=void 0===b?2:b;this.a=new Uint8Array(a);this.h=b;this.f=0}};_.ru=class{constructor(a,b,c){this.h=a;this.j=b;this.f=c||this.h.getMedia();this.a=null}start(){this.a=new ResizeObserver(a=>{a=a[0];this.j(a.contentRect.width,a.contentRect.height,this.h.isFullscreen())});this.f&&this.a.observe(this.f)}stop(){this.a&&(this.a.disconnect(),this.a=null)}};var su;_.tu=class{constructor(){this.a=new Blob([su],{type:_.qg})}canPlay(a){var b=document.createElement(_.t);b.setAttribute("playsinline","playsinline");a&&(b.muted=!0,b.setAttribute("muted","muted"));b.src=URL.createObjectURL(this.a);const c=new _.gn;b=b.play();const d=(new _.Wj(()=>{d.stop();c.resolve(a)})).fa(.25);void 0!==b?b.then(()=>{d.stop();c.resolve(!0)}).catch(e=>{e&&e.message&&e.message===tb?(d.stop(),c.resolve(!0)):(d.stop(),c.resolve(!1))}):(d.stop(),c.resolve(!0));return c}};
|
|
488
|
+
su=new Uint8Array([0,0,0,28,102,116,121,112,105,115,111,109,0,0,2,0,105,115,111,109,105,115,111,50,109,112,52,49,0,0,0,8,102,114,101,101,0,0,2,239,109,100,97,116,33,16,5,32,164,27,255,192,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
|
482
489
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,167,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,33,16,5,32,164,27,255,192,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
|
|
483
490
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,167,128,0,0,0,0,0,0,
|
|
484
491
|
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,0,0,2,194,109,111,111,118,0,0,0,108,109,118,104,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,232,0,0,0,47,0,1,0,0,1,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,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,1,236,116,114,97,107,0,0,0,92,116,107,104,100,0,0,0,3,0,0,0,0,0,0,
|
|
485
492
|
0,0,0,0,0,2,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,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,0,0,0,0,0,0,0,0,0,0,0,36,101,100,116,115,0,0,0,28,101,108,115,116,0,0,0,0,0,0,0,1,0,0,0,47,0,0,0,0,0,1,0,0,0,0,1,100,109,100,105,97,0,0,0,32,109,100,104,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,68,0,0,8,0,85,196,0,0,0,0,0,45,104,100,108,114,0,0,0,0,0,0,0,0,115,111,117,110,0,0,0,0,0,0,0,0,0,0,0,0,83,111,117,110,100,72,97,110,100,108,101,114,0,0,0,1,15,109,105,110,102,0,0,
|
|
486
493
|
0,16,115,109,104,100,0,0,0,0,0,0,0,0,0,0,0,36,100,105,110,102,0,0,0,28,100,114,101,102,0,0,0,0,0,0,0,1,0,0,0,12,117,114,108,32,0,0,0,1,0,0,0,211,115,116,98,108,0,0,0,103,115,116,115,100,0,0,0,0,0,0,0,1,0,0,0,87,109,112,52,97,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,2,0,16,0,0,0,0,172,68,0,0,0,0,0,51,101,115,100,115,0,0,0,0,3,128,128,128,34,0,2,0,4,128,128,128,20,64,21,0,0,0,0,1,244,0,0,1,243,249,5,128,128,128,2,18,16,6,128,128,128,1,2,0,0,0,24,115,116,116,115,0,0,0,0,0,0,0,1,0,0,0,2,0,0,4,0,0,0,0,28,115,
|
|
487
|
-
116,115,99,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,2,0,0,0,1,0,0,0,28,115,116,115,122,0,0,0,0,0,0,0,0,0,0,0,2,0,0,1,115,0,0,1,116,0,0,0,20,115,116,99,111,0,0,0,0,0,0,0,1,0,0,0,44,0,0,0,98,117,100,116,97,0,0,0,90,109,101,116,97,0,0,0,0,0,0,0,33,104,100,108,114,0,0,0,0,0,0,0,0,109,100,105,114,97,112,112,108,0,0,0,0,0,0,0,0,0,0,0,0,45,105,108,115,116,0,0,0,37,169,116,111,111,0,0,0,29,100,97,116,97,0,0,0,1,0,0,0,0,76,97,118,102,53,54,46,52,48,46,49,48,49]);_.
|
|
488
|
-
_.
|
|
489
|
-
a;this.
|
|
490
|
-
_.
|
|
491
|
-
_.
|
|
492
|
-
b;else throw new _.
|
|
493
|
-
_.
|
|
494
|
-
Object.keys(a).map(c=>null!==a[c]?`${c}:${a[c]};`:"").join("");this.j.textContent=`.${this.f}::cue {${b}}`}}destroy(){this.o.classList.remove(this.f);document.head.removeChild(this.j);this.l=!0;return Promise.resolve()}};
|
|
494
|
+
116,115,99,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,2,0,0,0,1,0,0,0,28,115,116,115,122,0,0,0,0,0,0,0,0,0,0,0,2,0,0,1,115,0,0,1,116,0,0,0,20,115,116,99,111,0,0,0,0,0,0,0,1,0,0,0,44,0,0,0,98,117,100,116,97,0,0,0,90,109,101,116,97,0,0,0,0,0,0,0,33,104,100,108,114,0,0,0,0,0,0,0,0,109,100,105,114,97,112,112,108,0,0,0,0,0,0,0,0,0,0,0,0,45,105,108,115,116,0,0,0,37,169,116,111,111,0,0,0,29,100,97,116,97,0,0,0,1,0,0,0,0,76,97,118,102,53,54,46,52,48,46,49,48,49]);_.uu=class{constructor(a,b,c,d){this.id=a;this.f=b;this.a=c;this.h=d}getDuration(){return this.a}getId(){return this.id}Mb(){return this.f}Zc(){return this.h}Ac(a){return this.getId()===a.getId()&&this.Mb()===a.Mb()&&this.getDuration()===a.getDuration()&&this.Zc()===a.Zc()}};_.x("clpp.media.TimelineWindow",_.uu);_.uu.prototype.isDynamic=_.uu.prototype.Zc;_.uu.prototype.getStart=_.uu.prototype.Mb;_.uu.prototype.getId=_.uu.prototype.getId;_.uu.prototype.getDuration=_.uu.prototype.getDuration;_.vu=new _.R("clpp.media.TimestampParser");_.wu=class{constructor(){this.a=[];this.f=-1;this.h=null}Jg(a){return this.a[a]||null}Kg(){return this.a.length}Lg(){return this.a}jf(){return this.a[this.f]||null}Eg(){return this.f}};_.x("clpp.media.Timeline",_.wu);_.wu.prototype.getCurrentWindowIndex=_.wu.prototype.Eg;_.wu.prototype.getCurrentWindow=_.wu.prototype.jf;_.wu.prototype.getWindows=_.wu.prototype.Lg;_.wu.prototype.getWindowCount=_.wu.prototype.Kg;_.wu.prototype.getWindow=_.wu.prototype.Jg;_.Or={};_.Qr={};var ks=class{constructor(a){this.a=new Uint8Array(a||65536);this.f=0;this.h=new Gr}};var Ur=window.XMLHttpRequest;var js=class{constructor(a,b){a=void 0===a?1E6:a;b=void 0===b?!0:b;this.j=new qu(a);this.length=a;this.A=b;this.f=this.a=this.h=0;this.l=null;this.o=-1;this.w=new Gr}};var ft=class extends _.oo{constructor(a){super(new _.gn,()=>Promise.resolve());this.B=a;this.h=null;this.w=this.W;this.f=-1;this.j=this.l=this.o=null;ds(this)}then(a,b){this.W=this.W.then(a,b);return this}catch(a){this.W=this.W.catch(a);return this}abort(){if(this.a)return Promise.resolve();this.a=!0;return this.h.then(a=>{this.o&&clearTimeout(this.o);this.l&&this.l();return a.abort()}).catch(()=>{})}};var is=window.fetch,fs=window.AbortController,es=window.Headers;_.ns={};_.yu=class{constructor(a){a=a.getConfiguration();a=_.Rg(a.textStyle||a.textstyle||{});this.K=typeof a.backgroundColor===_.Pf?a.backgroundColor:null;this.R=typeof a.windowColor===_.Pf?a.windowColor:null;this.M=typeof a.fontColor===_.Pf?a.fontColor:null;this.O=typeof a.fontFamily===_.Pf?a.fontFamily:null;this.I=typeof a.fontSize===_.Pf?a.fontSize:null;this.C=typeof a.fontSizePercent===_.r?a.fontSizePercent:null;this.H=typeof a.edgeColor===_.Pf?a.edgeColor:"rgba(0, 0, 0, 1)";this.w=null;typeof a.edgeType===
|
|
495
|
+
_.Pf&&(this.w=a.edgeType)}getBackgroundColor(){return this.K}setBackgroundColor(a){this.K=a;this.h()}getWindowColor(){return this.R}setWindowColor(a){this.R=a;this.h()}getFontFamily(){return this.O}setFontFamily(a){this.O=a;this.h()}getFontColor(){return this.M}setFontColor(a){this.M=a;this.h()}getFontSize(){return this.I}setFontSize(a){this.I=a;this.h()}getFontSizePercent(){return null===this.C?xu:this.C}setFontSizePercent(a){this.C=a;this.h()}getEdgeColor(){return this.H}setEdgeColor(a){this.H=
|
|
496
|
+
a;this.h()}getEdgeType(){return this.w}setEdgeType(a){this.w=a;this.h()}};_.yu.prototype.setEdgeType=_.yu.prototype.setEdgeType;_.yu.prototype.getEdgeType=_.yu.prototype.getEdgeType;_.yu.prototype.setEdgeColor=_.yu.prototype.setEdgeColor;_.yu.prototype.getEdgeColor=_.yu.prototype.getEdgeColor;_.yu.prototype.setFontSizePercent=_.yu.prototype.setFontSizePercent;_.yu.prototype.getFontSizePercent=_.yu.prototype.getFontSizePercent;_.yu.prototype.setFontSize=_.yu.prototype.setFontSize;
|
|
497
|
+
_.yu.prototype.getFontSize=_.yu.prototype.getFontSize;_.yu.prototype.setFontColor=_.yu.prototype.setFontColor;_.yu.prototype.getFontColor=_.yu.prototype.getFontColor;_.yu.prototype.setFontFamily=_.yu.prototype.setFontFamily;_.yu.prototype.getFontFamily=_.yu.prototype.getFontFamily;_.yu.prototype.setWindowColor=_.yu.prototype.setWindowColor;_.yu.prototype.getWindowColor=_.yu.prototype.getWindowColor;_.yu.prototype.setBackgroundColor=_.yu.prototype.setBackgroundColor;
|
|
498
|
+
_.yu.prototype.getBackgroundColor=_.yu.prototype.getBackgroundColor;var xu=1/15;var rs="raised",ss="depressed",us="dropshadow",ts="uniform";_.x("clpp.text.EdgeType",{NONE:_.Ee,RAISED:rs,DEPRESSED:ss,DROP_SHADOW:us,UNIFORM:ts});_.os(Cc,class{constructor(a){this.f=a;this.a=null;this.g=new _.R("clpp.text.Mp4TextParser")}parseInit(a){let b;try{const c=_.ps(_.Dc);c?(b=new c(this.f),b.parseInit(a)):this.g.warn("The clpp.ttml.Mp4TtmlParser class is not available. Please register the ttml component first.")}catch(c){b=null}if(b)this.a=b;else{try{const c=_.ps(_.Ec);c?(b=new c(this.f),b.parseInit(a)):this.g.warn("The clpp.vtt.Mp4VttParser class is not available. Please register the vtt component first.")}catch(c){b=null}if(b)this.a=
|
|
499
|
+
b;else throw new _.G(_.E,2,2011);}}parseMedia(a,b){if(!this.a)throw new _.G(_.E,2,2011);return this.a.parseMedia(a,b)}});var zu;
|
|
500
|
+
_.Au=class extends _.yu{constructor(a){super(a);this.o=a.getSurface().getMedia();this.f=`clpp-video-${zu++}`;this.j=document.createElement(_.Rf);this.l=this.A=!1;_.xo(this.o,this.f);document.head.appendChild(this.j);this.h()}append(){}remove(){return!0}isTextVisible(){return this.A}setTextVisibility(a){this.A=a}h(){if(!this.l){var a={"background-color":this.getBackgroundColor(),color:this.getFontColor(),"font-family":this.getFontFamily(),"font-size":this.getFontSize(),"text-shadow":_.vs(this)},b=
|
|
501
|
+
Object.keys(a).map(c=>null!==a[c]?`${c}:${a[c]};`:"").join("");this.j.textContent=`.${this.f}::cue {${b}}`}}destroy(){this.o.classList.remove(this.f);document.head.removeChild(this.j);this.l=!0;return Promise.resolve()}};zu=0;_.Gn("native",new class{a(){return!0}create(a){return new _.Au(a)}});_.Bu=class{onContentWillLoad(){return Promise.resolve()}onContentLoaded(){return Promise.resolve()}onPlayerWillDestroy(){}onPlayerWillRelease(){}};};f.call(g,window);g.clpp._ = _;delete window.clpp; export let clpp = g.clpp; export default clpp;
|