@vkontakte/videoplayer-core 2.0.153-dev.44065e09.0 → 2.0.153-dev.5183c3ef8.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/esnext.esm.js +70 -124
- package/package.json +3 -2
- package/types/enums/AndroidPreferredFormat.d.ts +6 -6
- package/types/enums/IOSPreferredFormat.d.ts +2 -2
- package/types/enums/WebmCodecStrategy.d.ts +5 -5
- package/types/index.d.ts +16 -13
- package/types/player/Player.d.ts +217 -209
- package/types/player/types.d.ts +589 -589
- package/types/player/utils/optimisticPosition.d.ts +7 -7
- package/types/player/utils/selectContainer.d.ts +1 -1
- package/types/providers/ChromecastPresentationApiProvider/ChromecastPresentationApiConnector.d.ts +106 -106
- package/types/providers/ChromecastPresentationApiProvider/ChromecastPresentationApiInitializer.d.ts +23 -23
- package/types/providers/ChromecastPresentationApiProvider/ChromecastPresentationApiProvider.d.ts +34 -34
- package/types/providers/ChromecastPresentationApiProvider/ProgressTicker.d.ts +9 -9
- package/types/providers/ChromecastPresentationApiProvider/index.d.ts +3 -3
- package/types/providers/ChromecastPresentationApiProvider/types.d.ts +31 -31
- package/types/providers/ChromecastPresentationApiProvider/utils.d.ts +1 -1
- package/types/providers/ChromecastProvider/ChromecastInitializer/index.d.ts +22 -22
- package/types/providers/ChromecastProvider/ChromecastInitializer/types.d.ts +22 -22
- package/types/providers/ChromecastProvider/index.d.ts +23 -23
- package/types/providers/ChromecastProvider/types.d.ts +6 -6
- package/types/providers/ChromecastProvider/utils.d.ts +1 -1
- package/types/providers/DashLiveProvider/DashLiveProvider.d.ts +32 -33
- package/types/providers/DashLiveProvider/index.d.ts +1 -1
- package/types/providers/DashLiveProvider/types.d.ts +17 -17
- package/types/providers/DashLiveProvider/utils/FilesFetcher.d.ts +23 -23
- package/types/providers/DashLiveProvider/utils/LiveDashPlayer.d.ts +149 -150
- package/types/providers/DashLiveProvider/utils/ThroughputEstimator.d.ts +12 -30
- package/types/providers/DashLiveProvider/utils/liveDashPlayerUtil.d.ts +19 -22
- package/types/providers/DashProvider/baseDashProvider.d.ts +56 -56
- package/types/providers/DashProvider/dashCmafLiveProvider.d.ts +6 -6
- package/types/providers/DashProvider/dashProvider.d.ts +4 -4
- package/types/providers/DashProvider/index.d.ts +2 -2
- package/types/providers/DashProvider/lib/ElementSizeManager.d.ts +14 -14
- package/types/providers/DashProvider/lib/LiveTextManager.d.ts +21 -21
- package/types/providers/DashProvider/lib/buffer.d.ts +123 -122
- package/types/providers/DashProvider/lib/fetcher.d.ts +70 -70
- package/types/providers/DashProvider/lib/player.d.ts +109 -107
- package/types/providers/DashProvider/lib/sourceBufferTaskQueue.d.ts +17 -17
- package/types/providers/DashProvider/lib/types.d.ts +20 -20
- package/types/providers/DashProvider/lib/utils.d.ts +4 -4
- package/types/providers/DashProviderVirtual/baseDashProvider.d.ts +57 -57
- package/types/providers/DashProviderVirtual/consts.d.ts +2 -2
- package/types/providers/DashProviderVirtual/dashCmafLiveProvider.d.ts +8 -8
- package/types/providers/DashProviderVirtual/dashProvider.d.ts +6 -6
- package/types/providers/DashProviderVirtual/index.d.ts +2 -2
- package/types/providers/DashProviderVirtual/lib/ElementSizeManager.d.ts +15 -14
- package/types/providers/DashProviderVirtual/lib/LiveTextManager.d.ts +21 -21
- package/types/providers/DashProviderVirtual/lib/buffer/nativeBufferManager.d.ts +17 -17
- package/types/providers/DashProviderVirtual/lib/buffer/sourceBufferTaskQueue.d.ts +17 -17
- package/types/providers/DashProviderVirtual/lib/buffer/types.d.ts +39 -39
- package/types/providers/DashProviderVirtual/lib/buffer/virtualBuffer/baseVirtualBufferManager.d.ts +94 -92
- package/types/providers/DashProviderVirtual/lib/buffer/virtualBuffer/byteRangeVirtualBufferManager.d.ts +19 -19
- package/types/providers/DashProviderVirtual/lib/buffer/virtualBuffer/liveVirtualBuffer.d.ts +25 -25
- package/types/providers/DashProviderVirtual/lib/buffer/virtualBuffer/templateVirtualBufferManager.d.ts +19 -19
- package/types/providers/DashProviderVirtual/lib/buffer/virtualBuffer/virtualBufferFactory.d.ts +4 -4
- package/types/providers/DashProviderVirtual/lib/fetcher.d.ts +68 -68
- package/types/providers/DashProviderVirtual/lib/player/basePlayer.d.ts +103 -100
- package/types/providers/DashProviderVirtual/lib/player/livePlayer.d.ts +34 -34
- package/types/providers/DashProviderVirtual/lib/player/player.d.ts +9 -9
- package/types/providers/DashProviderVirtual/lib/player/types.d.ts +13 -13
- package/types/providers/DashProviderVirtual/lib/types.d.ts +20 -20
- package/types/providers/DashProviderVirtual/lib/utils.d.ts +4 -4
- package/types/providers/HlsLiveProvider/LiveTextManager.d.ts +35 -35
- package/types/providers/HlsLiveProvider/index.d.ts +28 -28
- package/types/providers/HlsLiveProvider/seekBackTimeExtractor.d.ts +1 -1
- package/types/providers/HlsProvider/index.d.ts +18 -19
- package/types/providers/HlsProvider/manifestDataExtractor.d.ts +13 -13
- package/types/providers/MpegProvider/index.d.ts +16 -17
- package/types/providers/ProviderContainer/index.d.ts +45 -45
- package/types/providers/ProviderContainer/types.d.ts +16 -16
- package/types/providers/ProviderContainer/utils/formatsSupport.d.ts +9 -9
- package/types/providers/ProviderContainer/utils/playbackHangup.d.ts +9 -8
- package/types/providers/WebRTCLiveProvider/WebRTCLiveClient.d.ts +185 -185
- package/types/providers/WebRTCLiveProvider/WebRTCLiveProvider.d.ts +57 -57
- package/types/providers/WebRTCLiveProvider/interface/WebRTCLiveClientOptions.d.ts +6 -6
- package/types/providers/types.d.ts +102 -102
- package/types/providers/utils/HTMLVideoElement/DroppedFramesManager.d.ts +40 -39
- package/types/providers/utils/HTMLVideoElement/TextTrackManager.d.ts +28 -28
- package/types/providers/utils/HTMLVideoElement/forcePlay.d.ts +5 -5
- package/types/providers/utils/HTMLVideoElement/observable.d.ts +25 -25
- package/types/providers/utils/HTMLVideoElement/pool.d.ts +2 -2
- package/types/providers/utils/LiveOffset/index.d.ts +12 -12
- package/types/providers/utils/LiveOffset/types.d.ts +8 -8
- package/types/providers/utils/StallsManager.d.ts +49 -49
- package/types/providers/utils/debug.d.ts +13 -12
- package/types/providers/utils/extractConnectionHeaders.d.ts +3 -3
- package/types/providers/utils/generateLiveUrl.d.ts +4 -4
- package/types/providers/utils/guessNetworkErrorCause.d.ts +1 -1
- package/types/providers/utils/mergeIntervals.d.ts +1 -1
- package/types/providers/utils/okQualityStringToVideoQuality.d.ts +1 -1
- package/types/providers/utils/parsers/ietf/index.d.ts +8 -8
- package/types/providers/utils/parsers/index.d.ts +1 -1
- package/types/providers/utils/parsers/mpd.d.ts +1 -1
- package/types/providers/utils/parsers/mpeg/BoxModel.d.ts +18 -17
- package/types/providers/utils/parsers/mpeg/BoxParser.d.ts +15 -15
- package/types/providers/utils/parsers/mpeg/BoxTypeEnum.d.ts +27 -27
- package/types/providers/utils/parsers/mpeg/box.d.ts +68 -68
- package/types/providers/utils/parsers/mpeg/boxes/avc1.d.ts +5 -5
- package/types/providers/utils/parsers/mpeg/boxes/equi.d.ts +18 -18
- package/types/providers/utils/parsers/mpeg/boxes/ftyp.d.ts +14 -14
- package/types/providers/utils/parsers/mpeg/boxes/index.d.ts +27 -26
- package/types/providers/utils/parsers/mpeg/boxes/mdat.d.ts +12 -12
- package/types/providers/utils/parsers/mpeg/boxes/mdia.d.ts +5 -5
- package/types/providers/utils/parsers/mpeg/boxes/mfhd.d.ts +8 -8
- package/types/providers/utils/parsers/mpeg/boxes/minf.d.ts +5 -5
- package/types/providers/utils/parsers/mpeg/boxes/moof.d.ts +5 -5
- package/types/providers/utils/parsers/mpeg/boxes/moov.d.ts +5 -5
- package/types/providers/utils/parsers/mpeg/boxes/mvhd.d.ts +32 -32
- package/types/providers/utils/parsers/mpeg/boxes/prhd.d.ts +13 -13
- package/types/providers/utils/parsers/mpeg/boxes/proj.d.ts +5 -5
- package/types/providers/utils/parsers/mpeg/boxes/sidx.d.ts +43 -43
- package/types/providers/utils/parsers/mpeg/boxes/st3d.d.ts +16 -16
- package/types/providers/utils/parsers/mpeg/boxes/stbl.d.ts +5 -5
- package/types/providers/utils/parsers/mpeg/boxes/stsd.d.ts +8 -8
- package/types/providers/utils/parsers/mpeg/boxes/sv3d.d.ts +5 -5
- package/types/providers/utils/parsers/mpeg/boxes/tfdt.d.ts +14 -14
- package/types/providers/utils/parsers/mpeg/boxes/tfhd.d.ts +19 -19
- package/types/providers/utils/parsers/mpeg/boxes/tkhd.d.ts +39 -39
- package/types/providers/utils/parsers/mpeg/boxes/traf.d.ts +5 -5
- package/types/providers/utils/parsers/mpeg/boxes/trak.d.ts +5 -5
- package/types/providers/utils/parsers/mpeg/boxes/trun.d.ts +28 -28
- package/types/providers/utils/parsers/mpeg/boxes/unknown.d.ts +4 -5
- package/types/providers/utils/parsers/mpeg/boxes/uuid.d.ts +10 -10
- package/types/providers/utils/parsers/mpeg/fullBox.d.ts +12 -12
- package/types/providers/utils/parsers/mpeg/isobmff.d.ts +7 -7
- package/types/providers/utils/parsers/types.d.ts +131 -133
- package/types/providers/utils/parsers/webm/ebml.d.ts +62 -62
- package/types/providers/utils/parsers/webm/webm.d.ts +1 -1
- package/types/providers/utils/restorePlaybackRateInSafari.d.ts +17 -17
- package/types/providers/utils/syncDesiredState.d.ts +7 -9
- package/types/providers/utils/syncPlaybackState.d.ts +2 -2
- package/types/providers/utils/videoStreamRepresentaionsFilter.d.ts +2 -2
- package/types/utils/3d/Camera3D.d.ts +11 -11
- package/types/utils/3d/CameraRotationManager.d.ts +59 -59
- package/types/utils/3d/Scene3D.d.ts +129 -129
- package/types/utils/3d/types.d.ts +14 -14
- package/types/utils/ClientChecker/ClientChecker.d.ts +19 -19
- package/types/utils/ClientChecker/index.d.ts +2 -2
- package/types/utils/ClientChecker/services/AudioChecker.d.ts +7 -7
- package/types/utils/ClientChecker/services/BrowserChecker.d.ts +36 -36
- package/types/utils/ClientChecker/services/DeviceChecker.d.ts +38 -38
- package/types/utils/ClientChecker/services/DisplayChecker.d.ts +20 -20
- package/types/utils/ClientChecker/services/VideoChecker.d.ts +35 -35
- package/types/utils/ClientChecker/types/checker.d.ts +1 -1
- package/types/utils/ClientChecker/types/currentClientBrowser.d.ts +10 -10
- package/types/utils/ClientChecker/types/currentClientDevice.d.ts +8 -8
- package/types/utils/ClientChecker/types/userAgentData.d.ts +21 -21
- package/types/utils/StateMachine/StateMachine.d.ts +17 -17
- package/types/utils/StateMachine/types.d.ts +56 -56
- package/types/utils/StatefulIterator/index.d.ts +13 -13
- package/types/utils/ThroughputEstimator.d.ts +22 -22
- package/types/utils/VolumeMultiplierManager/VolumeMultiplierManager.d.ts +20 -20
- package/types/utils/VolumeMultiplierManager/index.d.ts +1 -1
- package/types/utils/autoSelectTrack.d.ts +28 -27
- package/types/utils/buffer/createTimeRanges.d.ts +2 -1
- package/types/utils/buffer/getBufferedRangeForPosition.d.ts +2 -2
- package/types/utils/buffer/getForwardBufferDuration.d.ts +1 -1
- package/types/utils/buffer/getTotalBufferDuration.d.ts +1 -1
- package/types/utils/buffer/isPositionBuffered.d.ts +1 -1
- package/types/utils/buffer/isSourceBufferValid.d.ts +1 -1
- package/types/utils/changePlaybackRate.d.ts +1 -1
- package/types/utils/decodingInfoLogger.d.ts +1 -1
- package/types/utils/mediaSource.d.ts +1 -5
- package/types/utils/observeElementVisibility.d.ts +1 -1
- package/types/utils/playbackTelemetry.d.ts +4 -4
- package/types/utils/playerOptions.d.ts +3 -3
- package/types/utils/qualityLimits.d.ts +15 -14
- package/types/utils/setStateWithSubscribe.d.ts +6 -3
- package/types/utils/smoothedValue/baseSmoothedValue.d.ts +16 -16
- package/types/utils/smoothedValue/emaAndMaSmoothedValue.d.ts +5 -5
- package/types/utils/smoothedValue/emaTopExtremumValue.d.ts +8 -8
- package/types/utils/smoothedValue/smoothedValueFactory.d.ts +4 -4
- package/types/utils/smoothedValue/twoEmaSmoothedValue.d.ts +6 -6
- package/types/utils/smoothedValue/types.d.ts +16 -16
- package/types/utils/tuningConfig.d.ts +276 -275
- package/types/utils/videoFormat.d.ts +1 -1
- package/es2015.cjs +0 -184
- package/es2015.esm.js +0 -184
- package/es2018.cjs +0 -184
- package/es2018.esm.js +0 -184
- package/es2024.cjs +0 -184
- package/es2024.esm.js +0 -184
- package/esnext.cjs +0 -184
- package/evergreen.esm.js +0 -183
- package/types/providers/utils/error.d.ts +0 -1
package/esnext.esm.js
CHANGED
|
@@ -1,184 +1,130 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @vkontakte/videoplayer-core v2.0.153-dev.
|
|
3
|
-
* Mon,
|
|
2
|
+
* @vkontakte/videoplayer-core v2.0.153-dev.5183c3ef8.0
|
|
3
|
+
* Mon, 23 Feb 2026 12:28:58 GMT
|
|
4
4
|
* https://st.mycdn.me/static/vkontakte-videoplayer/2-0-153/doc/
|
|
5
5
|
*/
|
|
6
|
-
var qE=Object.create;var Ep=Object.defineProperty;var HE=Object.getOwnPropertyDescriptor;var jE=Object.getOwnPropertyNames;var zE=Object.getPrototypeOf,WE=Object.prototype.hasOwnProperty;var m=(a,e)=>()=>(e||a((e={exports:{}}).exports,e),e.exports);var QE=(a,e,t,i)=>{if(e&&typeof e=="object"||typeof e=="function")for(let r of jE(e))!WE.call(a,r)&&r!==t&&Ep(a,r,{get:()=>e[r],enumerable:!(i=HE(e,r))||i.enumerable});return a};var C=(a,e,t)=>(t=a!=null?qE(zE(a)):{},QE(e||!a||!a.__esModule?Ep(t,"default",{value:a,enumerable:!0}):t,a));var re=m((Iu,xp)=>{"use strict";var Yr=function(a){return a&&a.Math===Math&&a};xp.exports=Yr(typeof globalThis=="object"&&globalThis)||Yr(typeof window=="object"&&window)||Yr(typeof self=="object"&&self)||Yr(typeof global=="object"&&global)||Yr(typeof Iu=="object"&&Iu)||function(){return this}()||Function("return this")()});var he=m((J_,Pp)=>{"use strict";Pp.exports=function(a){try{return!!a()}catch{return!0}}});var Kr=m((Z_,kp)=>{"use strict";var GE=he();kp.exports=!GE(function(){var a=function(){}.bind();return typeof a!="function"||a.hasOwnProperty("prototype")})});var Eu=m((eO,$p)=>{"use strict";var YE=Kr(),Mp=Function.prototype,Ap=Mp.apply,Rp=Mp.call;$p.exports=typeof Reflect=="object"&&Reflect.apply||(YE?Rp.bind(Ap):function(){return Rp.apply(Ap,arguments)})});var fe=m((tO,Dp)=>{"use strict";var Lp=Kr(),Cp=Function.prototype,wu=Cp.call,KE=Lp&&Cp.bind.bind(wu,wu);Dp.exports=Lp?KE:function(a){return function(){return wu.apply(a,arguments)}}});var di=m((iO,Vp)=>{"use strict";var Bp=fe(),XE=Bp({}.toString),JE=Bp("".slice);Vp.exports=function(a){return JE(XE(a),8,-1)}});var xu=m((rO,_p)=>{"use strict";var ZE=di(),ew=fe();_p.exports=function(a){if(ZE(a)==="Function")return ew(a)}});var ae=m((aO,Op)=>{"use strict";var Pu=typeof document=="object"&&document.all;Op.exports=typeof Pu>"u"&&Pu!==void 0?function(a){return typeof a=="function"||a===Pu}:function(a){return typeof a=="function"}});var Fe=m((sO,Np)=>{"use strict";var tw=he();Np.exports=!tw(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!==7})});var Ue=m((nO,Fp)=>{"use strict";var iw=Kr(),rn=Function.prototype.call;Fp.exports=iw?rn.bind(rn):function(){return rn.apply(rn,arguments)}});var ku=m(Hp=>{"use strict";var Up={}.propertyIsEnumerable,qp=Object.getOwnPropertyDescriptor,rw=qp&&!Up.call({1:2},1);Hp.f=rw?function(e){var t=qp(this,e);return!!t&&t.enumerable}:Up});var Xr=m((uO,jp)=>{"use strict";jp.exports=function(a,e){return{enumerable:!(a&1),configurable:!(a&2),writable:!(a&4),value:e}}});var Wp=m((cO,zp)=>{"use strict";var aw=fe(),sw=he(),nw=di(),Au=Object,ow=aw("".split);zp.exports=sw(function(){return!Au("z").propertyIsEnumerable(0)})?function(a){return nw(a)==="String"?ow(a,""):Au(a)}:Au});var Jr=m((lO,Qp)=>{"use strict";Qp.exports=function(a){return a==null}});var Ut=m((dO,Gp)=>{"use strict";var uw=Jr(),cw=TypeError;Gp.exports=function(a){if(uw(a))throw new cw("Can't call method on "+a);return a}});var pi=m((pO,Yp)=>{"use strict";var lw=Wp(),dw=Ut();Yp.exports=function(a){return lw(dw(a))}});var Le=m((hO,Kp)=>{"use strict";var pw=ae();Kp.exports=function(a){return typeof a=="object"?a!==null:pw(a)}});var hi=m((fO,Xp)=>{"use strict";Xp.exports={}});var Et=m((mO,Zp)=>{"use strict";var Ru=hi(),Mu=re(),hw=ae(),Jp=function(a){return hw(a)?a:void 0};Zp.exports=function(a,e){return arguments.length<2?Jp(Ru[a])||Jp(Mu[a]):Ru[a]&&Ru[a][e]||Mu[a]&&Mu[a][e]}});var Zr=m((bO,eh)=>{"use strict";var fw=fe();eh.exports=fw({}.isPrototypeOf)});var fi=m((gO,rh)=>{"use strict";var mw=re(),th=mw.navigator,ih=th&&th.userAgent;rh.exports=ih?String(ih):""});var Lu=m((vO,ch)=>{"use strict";var uh=re(),$u=fi(),ah=uh.process,sh=uh.Deno,nh=ah&&ah.versions||sh&&sh.version,oh=nh&&nh.v8,at,an;oh&&(at=oh.split("."),an=at[0]>0&&at[0]<4?1:+(at[0]+at[1]));!an&&$u&&(at=$u.match(/Edge\/(\d+)/),(!at||at[1]>=74)&&(at=$u.match(/Chrome\/(\d+)/),at&&(an=+at[1])));ch.exports=an});var Cu=m((SO,dh)=>{"use strict";var lh=Lu(),bw=he(),gw=re(),vw=gw.String;dh.exports=!!Object.getOwnPropertySymbols&&!bw(function(){var a=Symbol("symbol detection");return!vw(a)||!(Object(a)instanceof Symbol)||!Symbol.sham&&lh&&lh<41})});var Du=m((yO,ph)=>{"use strict";var Sw=Cu();ph.exports=Sw&&!Symbol.sham&&typeof Symbol.iterator=="symbol"});var Bu=m((TO,hh)=>{"use strict";var yw=Et(),Tw=ae(),Iw=Zr(),Ew=Du(),ww=Object;hh.exports=Ew?function(a){return typeof a=="symbol"}:function(a){var e=yw("Symbol");return Tw(e)&&Iw(e.prototype,ww(a))}});var ea=m((IO,fh)=>{"use strict";var xw=String;fh.exports=function(a){try{return xw(a)}catch{return"Object"}}});var ht=m((EO,mh)=>{"use strict";var Pw=ae(),kw=ea(),Aw=TypeError;mh.exports=function(a){if(Pw(a))return a;throw new Aw(kw(a)+" is not a function")}});var ta=m((wO,bh)=>{"use strict";var Rw=ht(),Mw=Jr();bh.exports=function(a,e){var t=a[e];return Mw(t)?void 0:Rw(t)}});var vh=m((xO,gh)=>{"use strict";var Vu=Ue(),_u=ae(),Ou=Le(),$w=TypeError;gh.exports=function(a,e){var t,i;if(e==="string"&&_u(t=a.toString)&&!Ou(i=Vu(t,a))||_u(t=a.valueOf)&&!Ou(i=Vu(t,a))||e!=="string"&&_u(t=a.toString)&&!Ou(i=Vu(t,a)))return i;throw new $w("Can't convert object to primitive value")}});var st=m((PO,Sh)=>{"use strict";Sh.exports=!0});var Ih=m((kO,Th)=>{"use strict";var yh=re(),Lw=Object.defineProperty;Th.exports=function(a,e){try{Lw(yh,a,{value:e,configurable:!0,writable:!0})}catch{yh[a]=e}return e}});var ia=m((AO,xh)=>{"use strict";var Cw=st(),Dw=re(),Bw=Ih(),Eh="__core-js_shared__",wh=xh.exports=Dw[Eh]||Bw(Eh,{});(wh.versions||(wh.versions=[])).push({version:"3.43.0",mode:Cw?"pure":"global",copyright:"© 2014-2025 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.43.0/LICENSE",source:"https://github.com/zloirock/core-js"})});var Nu=m((RO,kh)=>{"use strict";var Ph=ia();kh.exports=function(a,e){return Ph[a]||(Ph[a]=e||{})}});var Xi=m((MO,Ah)=>{"use strict";var Vw=Ut(),_w=Object;Ah.exports=function(a){return _w(Vw(a))}});var nt=m(($O,Rh)=>{"use strict";var Ow=fe(),Nw=Xi(),Fw=Ow({}.hasOwnProperty);Rh.exports=Object.hasOwn||function(e,t){return Fw(Nw(e),t)}});var Fu=m((LO,Mh)=>{"use strict";var Uw=fe(),qw=0,Hw=Math.random(),jw=Uw(1.1.toString);Mh.exports=function(a){return"Symbol("+(a===void 0?"":a)+")_"+jw(++qw+Hw,36)}});var Ie=m((CO,Lh)=>{"use strict";var zw=re(),Ww=Nu(),$h=nt(),Qw=Fu(),Gw=Cu(),Yw=Du(),Ji=zw.Symbol,Uu=Ww("wks"),Kw=Yw?Ji.for||Ji:Ji&&Ji.withoutSetter||Qw;Lh.exports=function(a){return $h(Uu,a)||(Uu[a]=Gw&&$h(Ji,a)?Ji[a]:Kw("Symbol."+a)),Uu[a]}});var Vh=m((DO,Bh)=>{"use strict";var Xw=Ue(),Ch=Le(),Dh=Bu(),Jw=ta(),Zw=vh(),ex=Ie(),tx=TypeError,ix=ex("toPrimitive");Bh.exports=function(a,e){if(!Ch(a)||Dh(a))return a;var t=Jw(a,ix),i;if(t){if(e===void 0&&(e="default"),i=Xw(t,a,e),!Ch(i)||Dh(i))return i;throw new tx("Can't convert object to primitive value")}return e===void 0&&(e="number"),Zw(a,e)}});var qu=m((BO,_h)=>{"use strict";var rx=Vh(),ax=Bu();_h.exports=function(a){var e=rx(a,"string");return ax(e)?e:e+""}});var sn=m((VO,Nh)=>{"use strict";var sx=re(),Oh=Le(),Hu=sx.document,nx=Oh(Hu)&&Oh(Hu.createElement);Nh.exports=function(a){return nx?Hu.createElement(a):{}}});var ju=m((_O,Fh)=>{"use strict";var ox=Fe(),ux=he(),cx=sn();Fh.exports=!ox&&!ux(function(){return Object.defineProperty(cx("div"),"a",{get:function(){return 7}}).a!==7})});var Hh=m(qh=>{"use strict";var lx=Fe(),dx=Ue(),px=ku(),hx=Xr(),fx=pi(),mx=qu(),bx=nt(),gx=ju(),Uh=Object.getOwnPropertyDescriptor;qh.f=lx?Uh:function(e,t){if(e=fx(e),t=mx(t),gx)try{return Uh(e,t)}catch{}if(bx(e,t))return hx(!dx(px.f,e,t),e[t])}});var zu=m((NO,jh)=>{"use strict";var vx=he(),Sx=ae(),yx=/#|\.prototype\./,ra=function(a,e){var t=Ix[Tx(a)];return t===wx?!0:t===Ex?!1:Sx(e)?vx(e):!!e},Tx=ra.normalize=function(a){return String(a).replace(yx,".").toLowerCase()},Ix=ra.data={},Ex=ra.NATIVE="N",wx=ra.POLYFILL="P";jh.exports=ra});var Zi=m((FO,Wh)=>{"use strict";var zh=xu(),xx=ht(),Px=Kr(),kx=zh(zh.bind);Wh.exports=function(a,e){return xx(a),e===void 0?a:Px?kx(a,e):function(){return a.apply(e,arguments)}}});var Wu=m((UO,Qh)=>{"use strict";var Ax=Fe(),Rx=he();Qh.exports=Ax&&Rx(function(){return Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype!==42})});var ft=m((qO,Gh)=>{"use strict";var Mx=Le(),$x=String,Lx=TypeError;Gh.exports=function(a){if(Mx(a))return a;throw new Lx($x(a)+" is not an object")}});var mi=m(Kh=>{"use strict";var Cx=Fe(),Dx=ju(),Bx=Wu(),nn=ft(),Yh=qu(),Vx=TypeError,Qu=Object.defineProperty,_x=Object.getOwnPropertyDescriptor,Gu="enumerable",Yu="configurable",Ku="writable";Kh.f=Cx?Bx?function(e,t,i){if(nn(e),t=Yh(t),nn(i),typeof e=="function"&&t==="prototype"&&"value"in i&&Ku in i&&!i[Ku]){var r=_x(e,t);r&&r[Ku]&&(e[t]=i.value,i={configurable:Yu in i?i[Yu]:r[Yu],enumerable:Gu in i?i[Gu]:r[Gu],writable:!1})}return Qu(e,t,i)}:Qu:function(e,t,i){if(nn(e),t=Yh(t),nn(i),Dx)try{return Qu(e,t,i)}catch{}if("get"in i||"set"in i)throw new Vx("Accessors not supported");return"value"in i&&(e[t]=i.value),e}});var er=m((jO,Xh)=>{"use strict";var Ox=Fe(),Nx=mi(),Fx=Xr();Xh.exports=Ox?function(a,e,t){return Nx.f(a,e,Fx(1,t))}:function(a,e,t){return a[e]=t,a}});var oe=m((zO,Zh)=>{"use strict";var aa=re(),Ux=Eu(),qx=xu(),Hx=ae(),jx=Hh().f,zx=zu(),tr=hi(),Wx=Zi(),ir=er(),Jh=nt();ia();var Qx=function(a){var e=function(t,i,r){if(this instanceof e){switch(arguments.length){case 0:return new a;case 1:return new a(t);case 2:return new a(t,i)}return new a(t,i,r)}return Ux(a,this,arguments)};return e.prototype=a.prototype,e};Zh.exports=function(a,e){var t=a.target,i=a.global,r=a.stat,s=a.proto,n=i?aa:r?aa[t]:aa[t]&&aa[t].prototype,o=i?tr:tr[t]||ir(tr,t,{})[t],u=o.prototype,c,d,l,p,h,f,b,g,v;for(p in e)c=zx(i?p:t+(r?".":"#")+p,a.forced),d=!c&&n&&Jh(n,p),f=o[p],d&&(a.dontCallGetSet?(v=jx(n,p),b=v&&v.value):b=n[p]),h=d&&b?b:e[p],!(!c&&!s&&typeof f==typeof h)&&(a.bind&&d?g=Wx(h,aa):a.wrap&&d?g=Qx(h):s&&Hx(h)?g=qx(h):g=h,(a.sham||h&&h.sham||f&&f.sham)&&ir(g,"sham",!0),ir(o,p,g),s&&(l=t+"Prototype",Jh(tr,l)||ir(tr,l,{}),ir(tr[l],p,h),a.real&&u&&(c||!u[p])&&ir(u,p,h)))}});var on=m((WO,tf)=>{"use strict";var Gx=Nu(),Yx=Fu(),ef=Gx("keys");tf.exports=function(a){return ef[a]||(ef[a]=Yx(a))}});var af=m((QO,rf)=>{"use strict";var Kx=he();rf.exports=!Kx(function(){function a(){}return a.prototype.constructor=null,Object.getPrototypeOf(new a)!==a.prototype})});var un=m((GO,nf)=>{"use strict";var Xx=nt(),Jx=ae(),Zx=Xi(),eP=on(),tP=af(),sf=eP("IE_PROTO"),Xu=Object,iP=Xu.prototype;nf.exports=tP?Xu.getPrototypeOf:function(a){var e=Zx(a);if(Xx(e,sf))return e[sf];var t=e.constructor;return Jx(t)&&e instanceof t?t.prototype:e instanceof Xu?iP:null}});var uf=m((YO,of)=>{"use strict";var rP=Math.ceil,aP=Math.floor;of.exports=Math.trunc||function(e){var t=+e;return(t>0?aP:rP)(t)}});var sa=m((KO,cf)=>{"use strict";var sP=uf();cf.exports=function(a){var e=+a;return e!==e||e===0?0:sP(e)}});var df=m((XO,lf)=>{"use strict";var nP=sa(),oP=Math.max,uP=Math.min;lf.exports=function(a,e){var t=nP(a);return t<0?oP(t+e,0):uP(t,e)}});var Ju=m((JO,pf)=>{"use strict";var cP=sa(),lP=Math.min;pf.exports=function(a){var e=cP(a);return e>0?lP(e,9007199254740991):0}});var rr=m((ZO,hf)=>{"use strict";var dP=Ju();hf.exports=function(a){return dP(a.length)}});var Zu=m((eN,mf)=>{"use strict";var pP=pi(),hP=df(),fP=rr(),ff=function(a){return function(e,t,i){var r=pP(e),s=fP(r);if(s===0)return!a&&-1;var n=hP(i,s),o;if(a&&t!==t){for(;s>n;)if(o=r[n++],o!==o)return!0}else for(;s>n;n++)if((a||n in r)&&r[n]===t)return a||n||0;return!a&&-1}};mf.exports={includes:ff(!0),indexOf:ff(!1)}});var cn=m((tN,bf)=>{"use strict";bf.exports={}});var Sf=m((iN,vf)=>{"use strict";var mP=fe(),ec=nt(),bP=pi(),gP=Zu().indexOf,vP=cn(),gf=mP([].push);vf.exports=function(a,e){var t=bP(a),i=0,r=[],s;for(s in t)!ec(vP,s)&&ec(t,s)&&gf(r,s);for(;e.length>i;)ec(t,s=e[i++])&&(~gP(r,s)||gf(r,s));return r}});var tc=m((rN,yf)=>{"use strict";yf.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]});var ic=m((aN,Tf)=>{"use strict";var SP=Sf(),yP=tc();Tf.exports=Object.keys||function(e){return SP(e,yP)}});var rc=m((sN,Pf)=>{"use strict";var Ef=Fe(),TP=he(),wf=fe(),IP=un(),EP=ic(),wP=pi(),xP=ku().f,xf=wf(xP),PP=wf([].push),kP=Ef&&TP(function(){var a=Object.create(null);return a[2]=2,!xf(a,2)}),If=function(a){return function(e){for(var t=wP(e),i=EP(t),r=kP&&IP(t)===null,s=i.length,n=0,o=[],u;s>n;)u=i[n++],(!Ef||(r?u in t:xf(t,u)))&&PP(o,a?[u,t[u]]:t[u]);return o}};Pf.exports={entries:If(!0),values:If(!1)}});var kf=m(()=>{"use strict";var AP=oe(),RP=rc().values;AP({target:"Object",stat:!0},{values:function(e){return RP(e)}})});var Rf=m((uN,Af)=>{"use strict";kf();var MP=hi();Af.exports=MP.Object.values});var $f=m((cN,Mf)=>{"use strict";var $P=Rf();Mf.exports=$P});var bi=m((lN,Lf)=>{"use strict";var LP=$f();Lf.exports=LP});var na=m((dN,Cf)=>{"use strict";Cf.exports=function(){}});var Df=m(()=>{"use strict";var CP=oe(),DP=Zu().includes,BP=he(),VP=na(),_P=BP(function(){return!Array(1).includes()});CP({target:"Array",proto:!0,forced:_P},{includes:function(e){return DP(this,e,arguments.length>1?arguments[1]:void 0)}});VP("includes")});var qt=m((fN,Bf)=>{"use strict";var OP=Et();Bf.exports=OP});var _f=m((mN,Vf)=>{"use strict";Df();var NP=qt();Vf.exports=NP("Array","includes")});var Nf=m((bN,Of)=>{"use strict";var FP=_f();Of.exports=FP});var Ce=m((gN,Ff)=>{"use strict";var UP=Nf();Ff.exports=UP});var pm=m(()=>{"use strict";var xk=oe(),Pk=rc().entries;xk({target:"Object",stat:!0},{entries:function(e){return Pk(e)}})});var fm=m((gU,hm)=>{"use strict";pm();var kk=hi();hm.exports=kk.Object.entries});var bm=m((vU,mm)=>{"use strict";var Ak=fm();mm.exports=Ak});var jt=m((SU,gm)=>{"use strict";var Rk=bm();gm.exports=Rk});var Si=m((yU,vm)=>{"use strict";vm.exports={}});var Tm=m((TU,ym)=>{"use strict";var Mk=re(),$k=ae(),Sm=Mk.WeakMap;ym.exports=$k(Sm)&&/native code/.test(String(Sm))});var Tc=m((IU,wm)=>{"use strict";var Lk=Tm(),Em=re(),Ck=Le(),Dk=er(),vc=nt(),Sc=ia(),Bk=on(),Vk=cn(),Im="Object already initialized",yc=Em.TypeError,_k=Em.WeakMap,Tn,da,In,Ok=function(a){return In(a)?da(a):Tn(a,{})},Nk=function(a){return function(e){var t;if(!Ck(e)||(t=da(e)).type!==a)throw new yc("Incompatible receiver, "+a+" required");return t}};Lk||Sc.state?(ot=Sc.state||(Sc.state=new _k),ot.get=ot.get,ot.has=ot.has,ot.set=ot.set,Tn=function(a,e){if(ot.has(a))throw new yc(Im);return e.facade=a,ot.set(a,e),e},da=function(a){return ot.get(a)||{}},In=function(a){return ot.has(a)}):(yi=Bk("state"),Vk[yi]=!0,Tn=function(a,e){if(vc(a,yi))throw new yc(Im);return e.facade=a,Dk(a,yi,e),e},da=function(a){return vc(a,yi)?a[yi]:{}},In=function(a){return vc(a,yi)});var ot,yi;wm.exports={set:Tn,get:da,has:In,enforce:Ok,getterFor:Nk}});var wc=m((EU,Pm)=>{"use strict";var Ic=Fe(),Fk=nt(),xm=Function.prototype,Uk=Ic&&Object.getOwnPropertyDescriptor,Ec=Fk(xm,"name"),qk=Ec&&function(){}.name==="something",Hk=Ec&&(!Ic||Ic&&Uk(xm,"name").configurable);Pm.exports={EXISTS:Ec,PROPER:qk,CONFIGURABLE:Hk}});var Am=m(km=>{"use strict";var jk=Fe(),zk=Wu(),Wk=mi(),Qk=ft(),Gk=pi(),Yk=ic();km.f=jk&&!zk?Object.defineProperties:function(e,t){Qk(e);for(var i=Gk(t),r=Yk(t),s=r.length,n=0,o;s>n;)Wk.f(e,o=r[n++],i[o]);return e}});var xc=m((xU,Rm)=>{"use strict";var Kk=Et();Rm.exports=Kk("document","documentElement")});var Rc=m((PU,Vm)=>{"use strict";var Xk=ft(),Jk=Am(),Mm=tc(),Zk=cn(),eA=xc(),tA=sn(),iA=on(),$m=">",Lm="<",kc="prototype",Ac="script",Dm=iA("IE_PROTO"),Pc=function(){},Bm=function(a){return Lm+Ac+$m+a+Lm+"/"+Ac+$m},Cm=function(a){a.write(Bm("")),a.close();var e=a.parentWindow.Object;return a=null,e},rA=function(){var a=tA("iframe"),e="java"+Ac+":",t;return a.style.display="none",eA.appendChild(a),a.src=String(e),t=a.contentWindow.document,t.open(),t.write(Bm("document.F=Object")),t.close(),t.F},En,wn=function(){try{En=new ActiveXObject("htmlfile")}catch{}wn=typeof document<"u"?document.domain&&En?Cm(En):rA():Cm(En);for(var a=Mm.length;a--;)delete wn[kc][Mm[a]];return wn()};Zk[Dm]=!0;Vm.exports=Object.create||function(e,t){var i;return e!==null?(Pc[kc]=Xk(e),i=new Pc,Pc[kc]=null,i[Dm]=e):i=wn(),t===void 0?i:Jk.f(i,t)}});var or=m((kU,_m)=>{"use strict";var aA=er();_m.exports=function(a,e,t,i){return i&&i.enumerable?a[e]=t:aA(a,e,t),a}});var Cc=m((AU,Fm)=>{"use strict";var sA=he(),nA=ae(),oA=Le(),uA=Rc(),Om=un(),cA=or(),lA=Ie(),dA=st(),Lc=lA("iterator"),Nm=!1,xt,Mc,$c;[].keys&&($c=[].keys(),"next"in $c?(Mc=Om(Om($c)),Mc!==Object.prototype&&(xt=Mc)):Nm=!0);var pA=!oA(xt)||sA(function(){var a={};return xt[Lc].call(a)!==a});pA?xt={}:dA&&(xt=uA(xt));nA(xt[Lc])||cA(xt,Lc,function(){return this});Fm.exports={IteratorPrototype:xt,BUGGY_SAFARI_ITERATORS:Nm}});var xn=m((RU,qm)=>{"use strict";var hA=Ie(),fA=hA("toStringTag"),Um={};Um[fA]="z";qm.exports=String(Um)==="[object z]"});var pa=m((MU,Hm)=>{"use strict";var mA=xn(),bA=ae(),Pn=di(),gA=Ie(),vA=gA("toStringTag"),SA=Object,yA=Pn(function(){return arguments}())==="Arguments",TA=function(a,e){try{return a[e]}catch{}};Hm.exports=mA?Pn:function(a){var e,t,i;return a===void 0?"Undefined":a===null?"Null":typeof(t=TA(e=SA(a),vA))=="string"?t:yA?Pn(e):(i=Pn(e))==="Object"&&bA(e.callee)?"Arguments":i}});var zm=m(($U,jm)=>{"use strict";var IA=xn(),EA=pa();jm.exports=IA?{}.toString:function(){return"[object "+EA(this)+"]"}});var ha=m((LU,Qm)=>{"use strict";var wA=xn(),xA=mi().f,PA=er(),kA=nt(),AA=zm(),RA=Ie(),Wm=RA("toStringTag");Qm.exports=function(a,e,t,i){var r=t?a:a&&a.prototype;r&&(kA(r,Wm)||xA(r,Wm,{configurable:!0,value:e}),i&&!wA&&PA(r,"toString",AA))}});var Ym=m((CU,Gm)=>{"use strict";var MA=Cc().IteratorPrototype,$A=Rc(),LA=Xr(),CA=ha(),DA=Si(),BA=function(){return this};Gm.exports=function(a,e,t,i){var r=e+" Iterator";return a.prototype=$A(MA,{next:LA(+!i,t)}),CA(a,r,!1,!0),DA[r]=BA,a}});var Xm=m((DU,Km)=>{"use strict";var VA=fe(),_A=ht();Km.exports=function(a,e,t){try{return VA(_A(Object.getOwnPropertyDescriptor(a,e)[t]))}catch{}}});var Zm=m((BU,Jm)=>{"use strict";var OA=Le();Jm.exports=function(a){return OA(a)||a===null}});var tb=m((VU,eb)=>{"use strict";var NA=Zm(),FA=String,UA=TypeError;eb.exports=function(a){if(NA(a))return a;throw new UA("Can't set "+FA(a)+" as a prototype")}});var Dc=m((_U,ib)=>{"use strict";var qA=Xm(),HA=Le(),jA=Ut(),zA=tb();ib.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var a=!1,e={},t;try{t=qA(Object.prototype,"__proto__","set"),t(e,[]),a=e instanceof Array}catch{}return function(r,s){return jA(r),zA(s),HA(r)&&(a?t(r,s):r.__proto__=s),r}}():void 0)});var hb=m((OU,pb)=>{"use strict";var WA=oe(),QA=Ue(),kn=st(),lb=wc(),GA=ae(),YA=Ym(),rb=un(),ab=Dc(),KA=ha(),XA=er(),Bc=or(),JA=Ie(),sb=Si(),db=Cc(),ZA=lb.PROPER,eR=lb.CONFIGURABLE,nb=db.IteratorPrototype,An=db.BUGGY_SAFARI_ITERATORS,fa=JA("iterator"),ob="keys",ma="values",ub="entries",cb=function(){return this};pb.exports=function(a,e,t,i,r,s,n){YA(t,e,i);var o=function(v){if(v===r&&p)return p;if(!An&&v&&v in d)return d[v];switch(v){case ob:return function(){return new t(this,v)};case ma:return function(){return new t(this,v)};case ub:return function(){return new t(this,v)}}return function(){return new t(this)}},u=e+" Iterator",c=!1,d=a.prototype,l=d[fa]||d["@@iterator"]||r&&d[r],p=!An&&l||o(r),h=e==="Array"&&d.entries||l,f,b,g;if(h&&(f=rb(h.call(new a)),f!==Object.prototype&&f.next&&(!kn&&rb(f)!==nb&&(ab?ab(f,nb):GA(f[fa])||Bc(f,fa,cb)),KA(f,u,!0,!0),kn&&(sb[u]=cb))),ZA&&r===ma&&l&&l.name!==ma&&(!kn&&eR?XA(d,"name",ma):(c=!0,p=function(){return QA(l,this)})),r)if(b={values:o(ma),keys:s?p:o(ob),entries:o(ub)},n)for(g in b)(An||c||!(g in d))&&Bc(d,g,b[g]);else WA({target:e,proto:!0,forced:An||c},b);return(!kn||n)&&d[fa]!==p&&Bc(d,fa,p,{name:r}),sb[e]=p,b}});var mb=m((NU,fb)=>{"use strict";fb.exports=function(a,e){return{value:a,done:e}}});var _c=m((FU,yb)=>{"use strict";var tR=pi(),Vc=na(),bb=Si(),vb=Tc(),iR=mi().f,rR=hb(),Rn=mb(),aR=st(),sR=Fe(),Sb="Array Iterator",nR=vb.set,oR=vb.getterFor(Sb);yb.exports=rR(Array,"Array",function(a,e){nR(this,{type:Sb,target:tR(a),index:0,kind:e})},function(){var a=oR(this),e=a.target,t=a.index++;if(!e||t>=e.length)return a.target=null,Rn(void 0,!0);switch(a.kind){case"keys":return Rn(t,!1);case"values":return Rn(e[t],!1)}return Rn([t,e[t]],!1)},"values");var gb=bb.Arguments=bb.Array;Vc("keys");Vc("values");Vc("entries");if(!aR&&sR&&gb.name!=="values")try{iR(gb,"name",{value:"values"})}catch{}});var Ib=m((UU,Tb)=>{"use strict";var uR=Ie(),cR=Si(),lR=uR("iterator"),dR=Array.prototype;Tb.exports=function(a){return a!==void 0&&(cR.Array===a||dR[lR]===a)}});var Oc=m((qU,wb)=>{"use strict";var pR=pa(),Eb=ta(),hR=Jr(),fR=Si(),mR=Ie(),bR=mR("iterator");wb.exports=function(a){if(!hR(a))return Eb(a,bR)||Eb(a,"@@iterator")||fR[pR(a)]}});var Pb=m((HU,xb)=>{"use strict";var gR=Ue(),vR=ht(),SR=ft(),yR=ea(),TR=Oc(),IR=TypeError;xb.exports=function(a,e){var t=arguments.length<2?TR(a):e;if(vR(t))return SR(gR(t,a));throw new IR(yR(a)+" is not iterable")}});var Rb=m((jU,Ab)=>{"use strict";var ER=Ue(),kb=ft(),wR=ta();Ab.exports=function(a,e,t){var i,r;kb(a);try{if(i=wR(a,"return"),!i){if(e==="throw")throw t;return t}i=ER(i,a)}catch(s){r=!0,i=s}if(e==="throw")throw t;if(r)throw i;return kb(i),t}});var $n=m((zU,Cb)=>{"use strict";var xR=Zi(),PR=Ue(),kR=ft(),AR=ea(),RR=Ib(),MR=rr(),Mb=Zr(),$R=Pb(),LR=Oc(),$b=Rb(),CR=TypeError,Mn=function(a,e){this.stopped=a,this.result=e},Lb=Mn.prototype;Cb.exports=function(a,e,t){var i=t&&t.that,r=!!(t&&t.AS_ENTRIES),s=!!(t&&t.IS_RECORD),n=!!(t&&t.IS_ITERATOR),o=!!(t&&t.INTERRUPTED),u=xR(e,i),c,d,l,p,h,f,b,g=function(S){return c&&$b(c,"normal"),new Mn(!0,S)},v=function(S){return r?(kR(S),o?u(S[0],S[1],g):u(S[0],S[1])):o?u(S,g):u(S)};if(s)c=a.iterator;else if(n)c=a;else{if(d=LR(a),!d)throw new CR(AR(a)+" is not iterable");if(RR(d)){for(l=0,p=MR(a);p>l;l++)if(h=v(a[l]),h&&Mb(Lb,h))return h;return new Mn(!1)}c=$R(a,d)}for(f=s?a.next:c.next;!(b=PR(f,c)).done;){try{h=v(b.value)}catch(S){$b(c,"throw",S)}if(typeof h=="object"&&h&&Mb(Lb,h))return h}return new Mn(!1)}});var Bb=m((WU,Db)=>{"use strict";var DR=Fe(),BR=mi(),VR=Xr();Db.exports=function(a,e,t){DR?BR.f(a,e,VR(0,t)):a[e]=t}});var Vb=m(()=>{"use strict";var _R=oe(),OR=$n(),NR=Bb();_R({target:"Object",stat:!0},{fromEntries:function(e){var t={};return OR(e,function(i,r){NR(t,i,r)},{AS_ENTRIES:!0}),t}})});var Ob=m((YU,_b)=>{"use strict";_c();Vb();var FR=hi();_b.exports=FR.Object.fromEntries});var Fb=m((KU,Nb)=>{"use strict";Nb.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}});var qb=m(()=>{"use strict";_c();var UR=Fb(),qR=re(),HR=ha(),Ub=Si();for(Ln in UR)HR(qR[Ln],Ln),Ub[Ln]=Ub.Array;var Ln});var jb=m((ZU,Hb)=>{"use strict";var jR=Ob();qb();Hb.exports=jR});var Nc=m((eq,zb)=>{"use strict";var zR=jb();zb.exports=zR});var Wb=m(()=>{"use strict"});var Fc=m((rq,Qb)=>{"use strict";var ba=re(),WR=fi(),QR=di(),Cn=function(a){return WR.slice(0,a.length)===a};Qb.exports=function(){return Cn("Bun/")?"BUN":Cn("Cloudflare-Workers")?"CLOUDFLARE":Cn("Deno/")?"DENO":Cn("Node.js/")?"NODE":ba.Bun&&typeof Bun.version=="string"?"BUN":ba.Deno&&typeof Deno.version=="object"?"DENO":QR(ba.process)==="process"?"NODE":ba.window&&ba.document?"BROWSER":"REST"}()});var Dn=m((aq,Gb)=>{"use strict";var GR=Fc();Gb.exports=GR==="NODE"});var Kb=m((sq,Yb)=>{"use strict";var YR=mi();Yb.exports=function(a,e,t){return YR.f(a,e,t)}});var Zb=m((nq,Jb)=>{"use strict";var KR=Et(),XR=Kb(),JR=Ie(),ZR=Fe(),Xb=JR("species");Jb.exports=function(a){var e=KR(a);ZR&&e&&!e[Xb]&&XR(e,Xb,{configurable:!0,get:function(){return this}})}});var tg=m((oq,eg)=>{"use strict";var eM=Zr(),tM=TypeError;eg.exports=function(a,e){if(eM(e,a))return a;throw new tM("Incorrect invocation")}});var qc=m((uq,ig)=>{"use strict";var iM=fe(),rM=ae(),Uc=ia(),aM=iM(Function.toString);rM(Uc.inspectSource)||(Uc.inspectSource=function(a){return aM(a)});ig.exports=Uc.inspectSource});var jc=m((cq,og)=>{"use strict";var sM=fe(),nM=he(),rg=ae(),oM=pa(),uM=Et(),cM=qc(),ag=function(){},sg=uM("Reflect","construct"),Hc=/^\s*(?:class|function)\b/,lM=sM(Hc.exec),dM=!Hc.test(ag),ga=function(e){if(!rg(e))return!1;try{return sg(ag,[],e),!0}catch{return!1}},ng=function(e){if(!rg(e))return!1;switch(oM(e)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return dM||!!lM(Hc,cM(e))}catch{return!0}};ng.sham=!0;og.exports=!sg||nM(function(){var a;return ga(ga.call)||!ga(Object)||!ga(function(){a=!0})||a})?ng:ga});var cg=m((lq,ug)=>{"use strict";var pM=jc(),hM=ea(),fM=TypeError;ug.exports=function(a){if(pM(a))return a;throw new fM(hM(a)+" is not a constructor")}});var zc=m((dq,dg)=>{"use strict";var lg=ft(),mM=cg(),bM=Jr(),gM=Ie(),vM=gM("species");dg.exports=function(a,e){var t=lg(a).constructor,i;return t===void 0||bM(i=lg(t)[vM])?e:mM(i)}});var hg=m((pq,pg)=>{"use strict";var SM=fe();pg.exports=SM([].slice)});var mg=m((hq,fg)=>{"use strict";var yM=TypeError;fg.exports=function(a,e){if(a<e)throw new yM("Not enough arguments");return a}});var Wc=m((fq,bg)=>{"use strict";var TM=fi();bg.exports=/(?:ipad|iphone|ipod).*applewebkit/i.test(TM)});var tl=m((mq,xg)=>{"use strict";var He=re(),IM=Eu(),EM=Zi(),gg=ae(),wM=nt(),wg=he(),vg=xc(),xM=hg(),Sg=sn(),PM=mg(),kM=Wc(),AM=Dn(),Jc=He.setImmediate,Zc=He.clearImmediate,RM=He.process,Qc=He.Dispatch,MM=He.Function,yg=He.MessageChannel,$M=He.String,Gc=0,va={},Tg="onreadystatechange",Sa,Ti,Yc,Kc;wg(function(){Sa=He.location});var el=function(a){if(wM(va,a)){var e=va[a];delete va[a],e()}},Xc=function(a){return function(){el(a)}},Ig=function(a){el(a.data)},Eg=function(a){He.postMessage($M(a),Sa.protocol+"//"+Sa.host)};(!Jc||!Zc)&&(Jc=function(e){PM(arguments.length,1);var t=gg(e)?e:MM(e),i=xM(arguments,1);return va[++Gc]=function(){IM(t,void 0,i)},Ti(Gc),Gc},Zc=function(e){delete va[e]},AM?Ti=function(a){RM.nextTick(Xc(a))}:Qc&&Qc.now?Ti=function(a){Qc.now(Xc(a))}:yg&&!kM?(Yc=new yg,Kc=Yc.port2,Yc.port1.onmessage=Ig,Ti=EM(Kc.postMessage,Kc)):He.addEventListener&&gg(He.postMessage)&&!He.importScripts&&Sa&&Sa.protocol!=="file:"&&!wg(Eg)?(Ti=Eg,He.addEventListener("message",Ig,!1)):Tg in Sg("script")?Ti=function(a){vg.appendChild(Sg("script"))[Tg]=function(){vg.removeChild(this),el(a)}}:Ti=function(a){setTimeout(Xc(a),0)});xg.exports={set:Jc,clear:Zc}});var Ag=m((bq,kg)=>{"use strict";var Pg=re(),LM=Fe(),CM=Object.getOwnPropertyDescriptor;kg.exports=function(a){if(!LM)return Pg[a];var e=CM(Pg,a);return e&&e.value}});var il=m((gq,Mg)=>{"use strict";var Rg=function(){this.head=null,this.tail=null};Rg.prototype={add:function(a){var e={item:a,next:null},t=this.tail;t?t.next=e:this.head=e,this.tail=e},get:function(){var a=this.head;if(a){var e=this.head=a.next;return e===null&&(this.tail=null),a.item}}};Mg.exports=Rg});var Lg=m((vq,$g)=>{"use strict";var DM=fi();$g.exports=/ipad|iphone|ipod/i.test(DM)&&typeof Pebble<"u"});var Dg=m((Sq,Cg)=>{"use strict";var BM=fi();Cg.exports=/web0s(?!.*chrome)/i.test(BM)});var Ug=m((yq,Fg)=>{"use strict";var cr=re(),VM=Ag(),Bg=Zi(),rl=tl().set,_M=il(),OM=Wc(),NM=Lg(),FM=Dg(),al=Dn(),Vg=cr.MutationObserver||cr.WebKitMutationObserver,_g=cr.document,Og=cr.process,Bn=cr.Promise,ol=VM("queueMicrotask"),ur,sl,nl,Vn,Ng;ol||(ya=new _M,Ta=function(){var a,e;for(al&&(a=Og.domain)&&a.exit();e=ya.get();)try{e()}catch(t){throw ya.head&&ur(),t}a&&a.enter()},!OM&&!al&&!FM&&Vg&&_g?(sl=!0,nl=_g.createTextNode(""),new Vg(Ta).observe(nl,{characterData:!0}),ur=function(){nl.data=sl=!sl}):!NM&&Bn&&Bn.resolve?(Vn=Bn.resolve(void 0),Vn.constructor=Bn,Ng=Bg(Vn.then,Vn),ur=function(){Ng(Ta)}):al?ur=function(){Og.nextTick(Ta)}:(rl=Bg(rl,cr),ur=function(){rl(Ta)}),ol=function(a){ya.head||ur(),ya.add(a)});var ya,Ta;Fg.exports=ol});var Hg=m((Tq,qg)=>{"use strict";qg.exports=function(a,e){try{arguments.length===1?console.error(a):console.error(a,e)}catch{}}});var _n=m((Iq,jg)=>{"use strict";jg.exports=function(a){try{return{error:!1,value:a()}}catch(e){return{error:!0,value:e}}}});var Ii=m((Eq,zg)=>{"use strict";var UM=re();zg.exports=UM.Promise});var lr=m((wq,Yg)=>{"use strict";var qM=re(),Ia=Ii(),HM=ae(),jM=zu(),zM=qc(),WM=Ie(),Wg=Fc(),QM=st(),ul=Lu(),Qg=Ia&&Ia.prototype,GM=WM("species"),cl=!1,Gg=HM(qM.PromiseRejectionEvent),YM=jM("Promise",function(){var a=zM(Ia),e=a!==String(Ia);if(!e&&ul===66||QM&&!(Qg.catch&&Qg.finally))return!0;if(!ul||ul<51||!/native code/.test(a)){var t=new Ia(function(s){s(1)}),i=function(s){s(function(){},function(){})},r=t.constructor={};if(r[GM]=i,cl=t.then(function(){})instanceof i,!cl)return!0}return!e&&(Wg==="BROWSER"||Wg==="DENO")&&!Gg});Yg.exports={CONSTRUCTOR:YM,REJECTION_EVENT:Gg,SUBCLASSING:cl}});var dr=m((xq,Xg)=>{"use strict";var Kg=ht(),KM=TypeError,XM=function(a){var e,t;this.promise=new a(function(i,r){if(e!==void 0||t!==void 0)throw new KM("Bad Promise constructor");e=i,t=r}),this.resolve=Kg(e),this.reject=Kg(t)};Xg.exports.f=function(a){return new XM(a)}});var gv=m(()=>{"use strict";var JM=oe(),ZM=st(),Un=Dn(),zt=re(),e$=hi(),mr=Ue(),Jg=or(),Zg=Dc(),t$=ha(),i$=Zb(),r$=ht(),Fn=ae(),a$=Le(),s$=tg(),n$=zc(),av=tl().set,fl=Ug(),o$=Hg(),u$=_n(),c$=il(),sv=Tc(),qn=Ii(),ml=lr(),nv=dr(),Hn="Promise",ov=ml.CONSTRUCTOR,l$=ml.REJECTION_EVENT,d$=ml.SUBCLASSING,ll=sv.getterFor(Hn),p$=sv.set,pr=qn&&qn.prototype,Ei=qn,On=pr,uv=zt.TypeError,dl=zt.document,bl=zt.process,pl=nv.f,h$=pl,f$=!!(dl&&dl.createEvent&&zt.dispatchEvent),cv="unhandledrejection",m$="rejectionhandled",ev=0,lv=1,b$=2,gl=1,dv=2,Nn,tv,pv,iv,hv=function(a){var e;return a$(a)&&Fn(e=a.then)?e:!1},fv=function(a,e){var t=e.value,i=e.state===lv,r=i?a.ok:a.fail,s=a.resolve,n=a.reject,o=a.domain,u,c,d;try{r?(i||(e.rejection===dv&&v$(e),e.rejection=gl),r===!0?u=t:(o&&o.enter(),u=r(t),o&&(o.exit(),d=!0)),u===a.promise?n(new uv("Promise-chain cycle")):(c=hv(u))?mr(c,u,s,n):s(u)):n(t)}catch(l){o&&!d&&o.exit(),n(l)}},mv=function(a,e){a.notified||(a.notified=!0,fl(function(){for(var t=a.reactions,i;i=t.get();)fv(i,a);a.notified=!1,e&&!a.rejection&&g$(a)}))},bv=function(a,e,t){var i,r;f$?(i=dl.createEvent("Event"),i.promise=e,i.reason=t,i.initEvent(a,!1,!0),zt.dispatchEvent(i)):i={promise:e,reason:t},!l$&&(r=zt["on"+a])?r(i):a===cv&&o$("Unhandled promise rejection",t)},g$=function(a){mr(av,zt,function(){var e=a.facade,t=a.value,i=rv(a),r;if(i&&(r=u$(function(){Un?bl.emit("unhandledRejection",t,e):bv(cv,e,t)}),a.rejection=Un||rv(a)?dv:gl,r.error))throw r.value})},rv=function(a){return a.rejection!==gl&&!a.parent},v$=function(a){mr(av,zt,function(){var e=a.facade;Un?bl.emit("rejectionHandled",e):bv(m$,e,a.value)})},hr=function(a,e,t){return function(i){a(e,i,t)}},fr=function(a,e,t){a.done||(a.done=!0,t&&(a=t),a.value=e,a.state=b$,mv(a,!0))},hl=function(a,e,t){if(!a.done){a.done=!0,t&&(a=t);try{if(a.facade===e)throw new uv("Promise can't be resolved itself");var i=hv(e);i?fl(function(){var r={done:!1};try{mr(i,e,hr(hl,r,a),hr(fr,r,a))}catch(s){fr(r,s,a)}}):(a.value=e,a.state=lv,mv(a,!1))}catch(r){fr({done:!1},r,a)}}};if(ov&&(Ei=function(e){s$(this,On),r$(e),mr(Nn,this);var t=ll(this);try{e(hr(hl,t),hr(fr,t))}catch(i){fr(t,i)}},On=Ei.prototype,Nn=function(e){p$(this,{type:Hn,done:!1,notified:!1,parent:!1,reactions:new c$,rejection:!1,state:ev,value:null})},Nn.prototype=Jg(On,"then",function(e,t){var i=ll(this),r=pl(n$(this,Ei));return i.parent=!0,r.ok=Fn(e)?e:!0,r.fail=Fn(t)&&t,r.domain=Un?bl.domain:void 0,i.state===ev?i.reactions.add(r):fl(function(){fv(r,i)}),r.promise}),tv=function(){var a=new Nn,e=ll(a);this.promise=a,this.resolve=hr(hl,e),this.reject=hr(fr,e)},nv.f=pl=function(a){return a===Ei||a===pv?new tv(a):h$(a)},!ZM&&Fn(qn)&&pr!==Object.prototype)){iv=pr.then,d$||Jg(pr,"then",function(e,t){var i=this;return new Ei(function(r,s){mr(iv,i,r,s)}).then(e,t)},{unsafe:!0});try{delete pr.constructor}catch{}Zg&&Zg(pr,On)}JM({global:!0,constructor:!0,wrap:!0,forced:ov},{Promise:Ei});pv=e$.Promise;t$(Ei,Hn,!1,!0);i$(Hn)});var Iv=m((Aq,Tv)=>{"use strict";var S$=Ie(),Sv=S$("iterator"),yv=!1;try{vv=0,vl={next:function(){return{done:!!vv++}},return:function(){yv=!0}},vl[Sv]=function(){return this},Array.from(vl,function(){throw 2})}catch{}var vv,vl;Tv.exports=function(a,e){try{if(!e&&!yv)return!1}catch{return!1}var t=!1;try{var i={};i[Sv]=function(){return{next:function(){return{done:t=!0}}}},a(i)}catch{}return t}});var Sl=m((Rq,Ev)=>{"use strict";var y$=Ii(),T$=Iv(),I$=lr().CONSTRUCTOR;Ev.exports=I$||!T$(function(a){y$.all(a).then(void 0,function(){})})});var wv=m(()=>{"use strict";var E$=oe(),w$=Ue(),x$=ht(),P$=dr(),k$=_n(),A$=$n(),R$=Sl();E$({target:"Promise",stat:!0,forced:R$},{all:function(e){var t=this,i=P$.f(t),r=i.resolve,s=i.reject,n=k$(function(){var o=x$(t.resolve),u=[],c=0,d=1;A$(e,function(l){var p=c++,h=!1;d++,w$(o,t,l).then(function(f){h||(h=!0,u[p]=f,--d||r(u))},s)}),--d||r(u)});return n.error&&s(n.value),i.promise}})});var Pv=m(()=>{"use strict";var M$=oe(),$$=st(),L$=lr().CONSTRUCTOR,Tl=Ii(),C$=Et(),D$=ae(),B$=or(),xv=Tl&&Tl.prototype;M$({target:"Promise",proto:!0,forced:L$,real:!0},{catch:function(a){return this.then(void 0,a)}});!$$&&D$(Tl)&&(yl=C$("Promise").prototype.catch,xv.catch!==yl&&B$(xv,"catch",yl,{unsafe:!0}));var yl});var kv=m(()=>{"use strict";var V$=oe(),_$=Ue(),O$=ht(),N$=dr(),F$=_n(),U$=$n(),q$=Sl();V$({target:"Promise",stat:!0,forced:q$},{race:function(e){var t=this,i=N$.f(t),r=i.reject,s=F$(function(){var n=O$(t.resolve);U$(e,function(o){_$(n,t,o).then(i.resolve,r)})});return s.error&&r(s.value),i.promise}})});var Av=m(()=>{"use strict";var H$=oe(),j$=dr(),z$=lr().CONSTRUCTOR;H$({target:"Promise",stat:!0,forced:z$},{reject:function(e){var t=j$.f(this),i=t.reject;return i(e),t.promise}})});var Il=m((Oq,Rv)=>{"use strict";var W$=ft(),Q$=Le(),G$=dr();Rv.exports=function(a,e){if(W$(a),Q$(e)&&e.constructor===a)return e;var t=G$.f(a),i=t.resolve;return i(e),t.promise}});var Lv=m(()=>{"use strict";var Y$=oe(),K$=Et(),Mv=st(),X$=Ii(),$v=lr().CONSTRUCTOR,J$=Il(),Z$=K$("Promise"),eL=Mv&&!$v;Y$({target:"Promise",stat:!0,forced:Mv||$v},{resolve:function(e){return J$(eL&&this===Z$?X$:this,e)}})});var Cv=m(()=>{"use strict";gv();wv();Pv();kv();Av();Lv()});var _v=m(()=>{"use strict";var tL=oe(),iL=st(),jn=Ii(),rL=he(),Bv=Et(),Vv=ae(),aL=zc(),Dv=Il(),sL=or(),wl=jn&&jn.prototype,nL=!!jn&&rL(function(){wl.finally.call({then:function(){}},function(){})});tL({target:"Promise",proto:!0,real:!0,forced:nL},{finally:function(a){var e=aL(this,Bv("Promise")),t=Vv(a);return this.then(t?function(i){return Dv(e,a()).then(function(){return i})}:a,t?function(i){return Dv(e,a()).then(function(){throw i})}:a)}});!iL&&Vv(jn)&&(El=Bv("Promise").prototype.finally,wl.finally!==El&&sL(wl,"finally",El,{unsafe:!0}));var El});var Nv=m((zq,Ov)=>{"use strict";Wb();Cv();_v();var oL=qt();Ov.exports=oL("Promise","finally")});var Uv=m((Wq,Fv)=>{"use strict";var uL=Nv();Fv.exports=uL});var xl=m((Qq,qv)=>{"use strict";var cL=Uv();qv.exports=cL});var oS=m(()=>{"use strict";var OL=oe(),NL=Xi(),FL=rr(),UL=sa(),qL=na();OL({target:"Array",proto:!0},{at:function(e){var t=NL(this),i=FL(t),r=UL(e),s=r>=0?r:i+r;return s<0||s>=i?void 0:t[s]}});qL("at")});var cS=m((G1,uS)=>{"use strict";oS();var HL=qt();uS.exports=HL("Array","at")});var dS=m((Y1,lS)=>{"use strict";var jL=cS();lS.exports=jL});var Xe=m((K1,pS)=>{"use strict";var zL=dS();pS.exports=zL});var ad=m((dz,ny)=>{"use strict";var YC=di();ny.exports=Array.isArray||function(e){return YC(e)==="Array"}});var uy=m((pz,oy)=>{"use strict";var KC=TypeError,XC=9007199254740991;oy.exports=function(a){if(a>XC)throw KC("Maximum allowed index exceeded");return a}});var dy=m((hz,ly)=>{"use strict";var JC=ad(),ZC=rr(),eD=uy(),tD=Zi(),cy=function(a,e,t,i,r,s,n,o){for(var u=r,c=0,d=n?tD(n,o):!1,l,p;c<i;)c in t&&(l=d?d(t[c],c,e):t[c],s>0&&JC(l)?(p=ZC(l),u=cy(a,e,l,p,u,s-1)-1):(eD(u+1),a[u]=l),u++),c++;return u};ly.exports=cy});var my=m((fz,fy)=>{"use strict";var py=ad(),iD=jc(),rD=Le(),aD=Ie(),sD=aD("species"),hy=Array;fy.exports=function(a){var e;return py(a)&&(e=a.constructor,iD(e)&&(e===hy||py(e.prototype))?e=void 0:rD(e)&&(e=e[sD],e===null&&(e=void 0))),e===void 0?hy:e}});var gy=m((mz,by)=>{"use strict";var nD=my();by.exports=function(a,e){return new(nD(a))(e===0?0:e)}});var vy=m(()=>{"use strict";var oD=oe(),uD=dy(),cD=ht(),lD=Xi(),dD=rr(),pD=gy();oD({target:"Array",proto:!0},{flatMap:function(e){var t=lD(this),i=dD(t),r;return cD(e),r=pD(t,0),r.length=uD(r,t,t,i,0,1,e,arguments.length>1?arguments[1]:void 0),r}})});var Sy=m(()=>{"use strict";var hD=na();hD("flatMap")});var Ty=m((yz,yy)=>{"use strict";vy();Sy();var fD=qt();yy.exports=fD("Array","flatMap")});var Ey=m((Tz,Iy)=>{"use strict";var mD=Ty();Iy.exports=mD});var Na=m((Iz,wy)=>{"use strict";var bD=Ey();wy.exports=bD});var Ua=m((Nz,Ay)=>{"use strict";var vD=pa(),SD=String;Ay.exports=function(a){if(vD(a)==="Symbol")throw new TypeError("Cannot convert a Symbol value to a string");return SD(a)}});var nd=m((Fz,Ry)=>{"use strict";Ry.exports=`
|
|
7
|
-
\v\f\r \u2028\u2029\uFEFF`});var Ly=m((Uz,$y)=>{"use strict";var yD=fe(),TD=Ut(),ID=Ua(),ud=nd(),My=yD("".replace),ED=RegExp("^["+ud+"]+"),wD=RegExp("(^|[^"+ud+"])["+ud+"]+$"),od=function(a){return function(e){var t=ID(TD(e));return a&1&&(t=My(t,ED,"")),a&2&&(t=My(t,wD,"$1")),t}};$y.exports={start:od(1),end:od(2),trim:od(3)}});var Vy=m((qz,By)=>{"use strict";var xD=wc().PROPER,PD=he(),Cy=nd(),Dy="
";By.exports=function(a){return PD(function(){return!!Cy[a]()||Dy[a]()!==Dy||xD&&Cy[a].name!==a})}});var cd=m((Hz,_y)=>{"use strict";var kD=Ly().start,AD=Vy();_y.exports=AD("trimStart")?function(){return kD(this)}:"".trimStart});var Ny=m(()=>{"use strict";var RD=oe(),Oy=cd();RD({target:"String",proto:!0,name:"trimStart",forced:"".trimLeft!==Oy},{trimLeft:Oy})});var Uy=m(()=>{"use strict";Ny();var MD=oe(),Fy=cd();MD({target:"String",proto:!0,name:"trimStart",forced:"".trimStart!==Fy},{trimStart:Fy})});var Hy=m((Gz,qy)=>{"use strict";Uy();var $D=qt();qy.exports=$D("String","trimLeft")});var zy=m((Yz,jy)=>{"use strict";var LD=Hy();jy.exports=LD});var Qy=m((Kz,Wy)=>{"use strict";var CD=zy();Wy.exports=CD});var Xy=m(()=>{"use strict"});var Jy=m(()=>{"use strict"});var eT=m((CW,Zy)=>{"use strict";var VD=Le(),_D=di(),OD=Ie(),ND=OD("match");Zy.exports=function(a){var e;return VD(a)&&((e=a[ND])!==void 0?!!e:_D(a)==="RegExp")}});var rT=m((DW,iT)=>{"use strict";var FD=re(),UD=he(),tT=FD.RegExp,qD=!UD(function(){var a=!0;try{tT(".","d")}catch{a=!1}var e={},t="",i=a?"dgimsy":"gimsy",r=function(u,c){Object.defineProperty(e,u,{get:function(){return t+=c,!0}})},s={dotAll:"s",global:"g",ignoreCase:"i",multiline:"m",sticky:"y"};a&&(s.hasIndices="d");for(var n in s)r(n,s[n]);var o=Object.getOwnPropertyDescriptor(tT.prototype,"flags").get.call(e);return o!==i||t!==i});iT.exports={correct:qD}});var sT=m((BW,aT)=>{"use strict";var HD=ft();aT.exports=function(){var a=HD(this),e="";return a.hasIndices&&(e+="d"),a.global&&(e+="g"),a.ignoreCase&&(e+="i"),a.multiline&&(e+="m"),a.dotAll&&(e+="s"),a.unicode&&(e+="u"),a.unicodeSets&&(e+="v"),a.sticky&&(e+="y"),e}});var uT=m((VW,oT)=>{"use strict";var jD=Ue(),zD=nt(),WD=Zr(),nT=rT(),QD=sT(),GD=RegExp.prototype;oT.exports=nT.correct?function(a){return a.flags}:function(a){return!nT.correct&&WD(GD,a)&&!zD(a,"flags")?jD(QD,a):a.flags}});var lT=m((_W,cT)=>{"use strict";var hd=fe(),YD=Xi(),KD=Math.floor,dd=hd("".charAt),XD=hd("".replace),pd=hd("".slice),JD=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,ZD=/\$([$&'`]|\d{1,2})/g;cT.exports=function(a,e,t,i,r,s){var n=t+a.length,o=i.length,u=ZD;return r!==void 0&&(r=YD(r),u=JD),XD(s,u,function(c,d){var l;switch(dd(d,0)){case"$":return"$";case"&":return a;case"`":return pd(e,0,t);case"'":return pd(e,n);case"<":l=r[pd(d,1,-1)];break;default:var p=+d;if(p===0)return c;if(p>o){var h=KD(p/10);return h===0?c:h<=o?i[h-1]===void 0?dd(d,1):i[h-1]+dd(d,1):c}l=i[p-1]}return l===void 0?"":l})}});var hT=m(()=>{"use strict";var eB=oe(),tB=Ue(),md=fe(),dT=Ut(),iB=ae(),rB=Le(),aB=eT(),kr=Ua(),sB=ta(),nB=uT(),oB=lT(),uB=Ie(),cB=st(),lB=uB("replace"),dB=TypeError,fd=md("".indexOf),pB=md("".replace),pT=md("".slice),hB=Math.max;eB({target:"String",proto:!0},{replaceAll:function(e,t){var i=dT(this),r,s,n,o,u,c,d,l,p,h,f=0,b="";if(rB(e)){if(r=aB(e),r&&(s=kr(dT(nB(e))),!~fd(s,"g")))throw new dB("`.replaceAll` does not allow non-global regexes");if(n=sB(e,lB),n)return tB(n,e,i,t);if(cB&&r)return pB(kr(i),e,t)}for(o=kr(i),u=kr(e),c=iB(t),c||(t=kr(t)),d=u.length,l=hB(1,d),p=fd(o,u);p!==-1;)h=c?kr(t(u,p,o)):oB(u,o,p,[],void 0,t),b+=pT(o,f,p)+h,f=p+d,p=p+l>o.length?-1:fd(o,u,p+l);return f<o.length&&(b+=pT(o,f)),b}})});var mT=m((FW,fT)=>{"use strict";Xy();Jy();hT();var fB=qt();fT.exports=fB("String","replaceAll")});var gT=m((UW,bT)=>{"use strict";var mB=mT();bT.exports=mB});var ST=m((qW,vT)=>{"use strict";var bB=gT();vT.exports=bB});var TT=m((HW,yT)=>{"use strict";var gB=sa(),vB=Ua(),SB=Ut(),yB=RangeError;yT.exports=function(e){var t=vB(SB(this)),i="",r=gB(e);if(r<0||r===1/0)throw new yB("Wrong number of repetitions");for(;r>0;(r>>>=1)&&(t+=t))r&1&&(i+=t);return i}});var PT=m((jW,xT)=>{"use strict";var wT=fe(),TB=Ju(),IT=Ua(),IB=TT(),EB=Ut(),wB=wT(IB),xB=wT("".slice),PB=Math.ceil,ET=function(a){return function(e,t,i){var r=IT(EB(e)),s=TB(t),n=r.length,o=i===void 0?" ":IT(i),u,c;return s<=n||o===""?r:(u=s-n,c=wB(o,PB(u/o.length)),c.length>u&&(c=xB(c,0,u)),a?r+c:c+r)}};xT.exports={start:ET(!1),end:ET(!0)}});var AT=m((zW,kT)=>{"use strict";var kB=fi();kT.exports=/Version\/10(?:\.\d+){1,2}(?: [\w./]+)?(?: Mobile\/\w+)? Safari\//.test(kB)});var RT=m(()=>{"use strict";var AB=oe(),RB=PT().start,MB=AT();AB({target:"String",proto:!0,forced:MB},{padStart:function(e){return RB(this,e,arguments.length>1?arguments[1]:void 0)}})});var $T=m((GW,MT)=>{"use strict";RT();var $B=qt();MT.exports=$B("String","padStart")});var CT=m((YW,LT)=>{"use strict";var LB=$T();LT.exports=LB});var BT=m((KW,DT)=>{"use strict";var CB=CT();DT.exports=CB});var wp="2.0.153-dev.44065e09.0";var Pe=(r=>(r.STOPPED="stopped",r.READY="ready",r.PLAYING="playing",r.PAUSED="paused",r))(Pe||{}),It=(y=>(y.MPEG="MPEG",y.DASH="DASH",y.DASH_SEP="DASH_SEP",y.DASH_SEP_VK="DASH_SEP",y.DASH_WEBM="DASH_WEBM",y.DASH_WEBM_AV1="DASH_WEBM_AV1",y.DASH_STREAMS="DASH_STREAMS",y.DASH_WEBM_VK="DASH_WEBM",y.DASH_ONDEMAND="DASH_ONDEMAND",y.DASH_ONDEMAND_VK="DASH_ONDEMAND",y.DASH_LIVE="DASH_LIVE",y.DASH_LIVE_CMAF="DASH_LIVE_CMAF",y.DASH_LIVE_WEBM="DASH_LIVE_WEBM",y.HLS="HLS",y.HLS_ONDEMAND="HLS_ONDEMAND",y.HLS_JS="HLS",y.HLS_FMP4="HLS_FMP4",y.HLS_LIVE="HLS_LIVE",y.HLS_LIVE_CMAF="HLS_LIVE_CMAF",y.WEB_RTC_LIVE="WEB_RTC_LIVE",y))(It||{});var Gr=(r=>(r.NOT_AVAILABLE="NOT_AVAILABLE",r.AVAILABLE="AVAILABLE",r.CONNECTING="CONNECTING",r.CONNECTED="CONNECTED",r))(Gr||{}),yu=(i=>(i.HTTP1="http1",i.HTTP2="http2",i.QUIC="quic",i))(yu||{});var Tu=(n=>(n.NONE="none",n.INLINE="inline",n.FULLSCREEN="fullscreen",n.SECOND_SCREEN="second_screen",n.PIP="pip",n.INVISIBLE="invisible",n))(Tu||{}),tn=(i=>(i.TRAFFIC_SAVING="traffic_saving",i.HIGH_QUALITY="high_quality",i.UNKNOWN="unknown",i))(tn||{});var Tp=C(bi(),1),_E=C(Ce(),1);import{assertNever as Wf,assertNonNullable as qP,isNonNullable as ln,ValueSubject as ac,Subject as HP,Subscription as jP,merge as zP,observableFrom as WP,fromEvent as qf,map as Hf,tap as jf,filterChanged as QP,isNullable as sc,ErrorCategory as zf}from"@vkontakte/videoplayer-shared";var Uf=a=>new Promise((e,t)=>{let i=document.createElement("script");i.setAttribute("src",a),i.onload=()=>e(),i.onerror=r=>t(r),document.body.appendChild(i)});var dn=class{constructor(e){this.connection$=new ac(void 0);this.castState$=new ac("NOT_AVAILABLE");this.errorEvent$=new HP;this.realCastState$=new ac("NOT_AVAILABLE");this.subscription=new jP;this.isDestroyed=!1;this.params=e,this.log=this.params.dependencies.logger.createComponentLog("ChromecastInitializer");let t="chrome"in window;if(this.log({message:`[constructor] receiverApplicationId: ${this.params.receiverApplicationId}, isDisabled: ${this.params.isDisabled}, isSupported: ${t}`}),e.isDisabled||!t)return;let i=ln(window.chrome?.cast),r=!!window.__onGCastApiAvailable;i?this.initializeCastApi():(window.__onGCastApiAvailable=s=>{delete window.__onGCastApiAvailable,s&&!this.isDestroyed&&this.initializeCastApi()},r||Uf("https://www.gstatic.com/cv/js/sender/v1/cast_sender.js?loadCastFramework=1").catch(()=>this.errorEvent$.next({id:"ChromecastLoading",category:zf.NETWORK,message:"Script loading failed!"})))}connect(){cast.framework.CastContext.getInstance()?.requestSession()}disconnect(){cast.framework.CastContext.getInstance()?.getCurrentSession()?.endSession(!0)}stopMedia(){return new Promise((e,t)=>{cast.framework.CastContext.getInstance()?.getCurrentSession()?.getMediaSession()?.stop(new chrome.cast.media.StopRequest,e,t)})}toggleConnection(){ln(this.connection$.getValue())?this.disconnect():this.connect()}setVolume(e){let t=this.connection$.getValue();sc(t)||(t.remotePlayer.volumeLevel=e,t.remotePlayerController.setVolumeLevel())}setMuted(e){let t=this.connection$.getValue();sc(t)||e!==t.remotePlayer.isMuted&&t.remotePlayerController.muteOrUnmute()}destroy(){this.isDestroyed=!0,this.subscription.unsubscribe()}initListeners(){let e=new cast.framework.RemotePlayer,t=new cast.framework.RemotePlayerController(e),i=cast.framework.CastContext.getInstance();this.subscription.add(qf(i,cast.framework.CastContextEventType.SESSION_STATE_CHANGED).subscribe(r=>{switch(r.sessionState){case cast.framework.SessionState.SESSION_STARTED:case cast.framework.SessionState.SESSION_STARTING:case cast.framework.SessionState.SESSION_RESUMED:this.contentId=i.getCurrentSession()?.getMediaSession()?.media?.contentId;break;case cast.framework.SessionState.NO_SESSION:case cast.framework.SessionState.SESSION_ENDING:case cast.framework.SessionState.SESSION_ENDED:case cast.framework.SessionState.SESSION_START_FAILED:this.contentId=void 0;break;default:return Wf(r.sessionState)}})).add(zP(qf(i,cast.framework.CastContextEventType.CAST_STATE_CHANGED).pipe(jf(r=>{this.log({message:`[cast.framework.RemotePlayerEventType.CAST_STATE_CHANGED]: ${JSON.stringify(r)}`})}),Hf(r=>r.castState)),WP([i.getCastState()])).pipe(QP(),Hf(GP),jf(r=>{this.log({message:`realCastState$: ${r}`})})).subscribe(this.realCastState$)).add(this.realCastState$.subscribe(r=>{let s=r==="CONNECTED",n=ln(this.connection$.getValue());if(s&&!n){let o=i.getCurrentSession();qP(o);let u=o.getCastDevice(),c=o.getMediaSession()?.media?.contentId;(sc(c)||c===this.contentId)&&(this.log({message:"connection created"}),this.connection$.next({remotePlayer:e,remotePlayerController:t,session:o,castDevice:u}))}else!s&&n&&(this.log({message:"connection destroyed"}),this.connection$.next(void 0));this.castState$.next(r==="CONNECTED"?ln(this.connection$.getValue())?"CONNECTED":"AVAILABLE":r)}))}initializeCastApi(){let e,t,i;try{e=cast.framework.CastContext.getInstance(),t=chrome.cast.media.DEFAULT_MEDIA_RECEIVER_APP_ID,i=chrome.cast.AutoJoinPolicy.ORIGIN_SCOPED}catch{return}try{e.setOptions({receiverApplicationId:this.params.receiverApplicationId??t,autoJoinPolicy:i}),this.initListeners()}catch(r){this.errorEvent$.next({id:"ChromecastInitializer",category:zf.EXTERNAL_API,message:"[initializeCastApi] failed",thrown:r})}}},GP=a=>{switch(a){case cast.framework.CastState.NO_DEVICES_AVAILABLE:return"NOT_AVAILABLE";case cast.framework.CastState.NOT_CONNECTED:return"AVAILABLE";case cast.framework.CastState.CONNECTING:return"CONNECTING";case cast.framework.CastState.CONNECTED:return"CONNECTED";default:return Wf(a)}};import{assertNonNullable as dc,combine as pc,debounce as hc,ErrorCategory as hk,filter as sr,filterChanged as nm,isNonNullable as fc,isNullable as om,map as fk,Subscription as mk,ValueSubject as mc}from"@vkontakte/videoplayer-shared";import{assertNever as YP,assertNonNullable as gi,ErrorCategory as KP,getHighestQuality as XP,isNonNullable as Gf}from"@vkontakte/videoplayer-shared";import{assertNever as Qf}from"@vkontakte/videoplayer-shared";var se=(a,e=0,t=0)=>{switch(t){case 0:return a.replace("_offset_p",e===0?"":"_"+e.toFixed(0));case 1:{if(e===0)return a;let i=new URL(a);return i.searchParams.append("playback_shift",e.toFixed(0)),i.toString()}case 2:{let i=new URL(a);return!i.searchParams.get("offset_p")&&e===0?a:(i.searchParams.set("offset_p",e.toFixed(0)),i.toString())}default:Qf(t)}return a},Ht=(a,e)=>{switch(e){case 0:return NaN;case 1:{let t=new URL(a);return Number(t.searchParams.get("playback_shift"))}case 2:{let t=new URL(a);return Number(t.searchParams.get("offset_p")??0)}default:Qf(e)}};var hn=a=>{let{source:e,format:t,meta:i,output:r}=a,s,n,o;switch(t){case"MPEG":{let l=e[t];gi(l);let p=XP(Object.keys(l));gi(p);let h=l[p];gi(h),s=h,n="video/mp4",o=pn();break}case"HLS":case"HLS_FMP4":case"HLS_ONDEMAND":{let l=e[t];gi(l),s=l.url,n="application/x-mpegurl",o=pn();break}case"DASH_SEP":case"DASH_ONDEMAND":case"DASH_WEBM":case"DASH_WEBM_AV1":case"DASH_STREAMS":{let l=e[t];gi(l),s=l.url,n="application/dash+xml",o=pn();break}case"DASH_LIVE_CMAF":{let l=e[t];gi(l),s=l.url,n="application/dash+xml",o=Yf();break}case"HLS_LIVE":case"HLS_LIVE_CMAF":{let l=e[t];gi(l),s=se(l.url),n="application/x-mpegurl",o=Yf();break}case"DASH_LIVE":case"WEB_RTC_LIVE":{let l="Unsupported format for Chromecast",p=new Error(l);throw r.error$.next({id:"ChromecastProvider.createMediaInfo()",category:KP.VIDEO_PIPELINE,message:l,thrown:p}),p}case"DASH":case"DASH_LIVE_WEBM":throw new Error(`${t} is no longer supported`);default:return YP(t)}let u=JP(i.videoId??s,n);u.contentUrl=s,u.streamType=o,u.metadata=ZP();let{title:c,subtitle:d}=i;return Gf(c)&&(u.metadata.title=c),Gf(d)&&(u.metadata.subtitle=d),u};function pn(){return chrome.cast?.media?.StreamType?.BUFFERED??"BUFFERED"}function Yf(){return chrome.cast?.media?.StreamType?.LIVE??"LIVE"}function JP(a,e){return chrome.cast?.media?.MediaInfo?new chrome.cast.media.MediaInfo(a,e):{contentId:a,contentType:e,metadata:{title:"",subtitle:""},streamType:pn()}}function ZP(){return chrome.cast?.media?.GenericMediaMetadata?new chrome.cast.media.GenericMediaMetadata:{images:[],metadataType:0,releaseDate:"",subtitle:"",title:"",releaseYear:1970,type:0}}var x=(a,e,t=!1)=>{let i=a.getTransition();(t||!i||i.to===e)&&a.setState(e)};var fn=class{constructor(e){this.interval=0;this.params=e}start(e=0){clearInterval(this.interval),this.startVideoPosition=e,this.startTs=Date.now(),this.interval=window.setInterval(()=>{let t=(Date.now()-this.startTs)/1e3,i=this.startVideoPosition+t;this.params.output.position$.next(i)},1e3)}pause(){clearInterval(this.interval)}destroy(){clearInterval(this.interval)}};import{assertNever as sm}from"@vkontakte/videoplayer-shared";import{isBrowserWindow as lk,ValueSubject as dk}from"@vkontakte/videoplayer-shared";var Kf=C(Ce(),1);import{getWindow as ek}from"@vkontakte/videoplayer-shared";var mn=class{constructor(){this._isMiuiBrowser=!1}get current(){return this._current}get isChrome(){return this.current==="Chrome"}get isChromiumBased(){return(0,Kf.default)(["Chrome","Chromium","Opera","Yandex","Edge","SamsungBrowser"],this.current)}get isFirefox(){return this.current==="Firefox"}get isSafari(){return this.current==="Safari"}get isOpera(){return this.current==="Opera"}get isEdge(){return this.current==="Edge"}get isYandex(){return this.current==="Yandex"}get isSamsungBrowser(){return this.current==="SamsungBrowser"}get currentVersion(){return this._current_version}get chromeVersion(){return this._chromeVersion}get firefoxVersion(){return this._firefoxVersion}get safariVersion(){return this._safariVersion}get operaVersion(){return this._operaVersion}get edgeVersion(){return this._edgeVersion}get yandexVersion(){return this._yandexVersion}get isMiuiBrowser(){return this._isMiuiBrowser}detect(){let{userAgent:e}=navigator;try{let t=/yabrowser/i.test(e)?"Yandex":void 0,i=/samsungbrowser/i.test(e)?"SamsungBrowser":void 0,r=/chrome|crios/i.test(e)?"Chrome":void 0,s=/chromium/i.test(e)?"Chromium":void 0,n=/firefox|fxios/i.test(e)?"Firefox":void 0,o=/webkit|safari|khtml/i.test(e)?"Safari":void 0,u=/opr\//i.test(e)?"Opera":void 0,c=/edg/i.test(e)?"Edge":void 0;this._isMiuiBrowser=/(XiaoMi)|(MiuiBrowser)/i.test(e),this._current=t||i||n||u||c||r||s||o||"Rest"}catch(t){console.error(t)}this.isChrome&&this.detectChromeVersion(),this.isFirefox&&this.detectFirefoxVersion(),this.isSafari&&this.detectSafariVersion(),this.isOpera&&this.detectOperaVersion(),this.isEdge&&this.detectEdgeVersion(),this.isYandex&&this.detectYandexVersion()}detectVersion(e){try{let{userAgent:t}=ek().navigator,i=t.match(e);if(!i)return;let r=i[1],s=parseInt(r,10);if(!isNaN(s))return this._current_version=s,s}catch(t){console.error(t)}}detectChromeVersion(){this._chromeVersion=this.detectVersion(/Chrome\/(\d+\.\d+)/)}detectFirefoxVersion(){this._firefoxVersion=this.detectVersion(/Firefox\/(\d+\.\d+)/)}detectSafariVersion(){this._safariVersion=this.detectVersion(/Version\/(\d+)/)}detectOperaVersion(){this._operaVersion=this.detectVersion(/OPR\/(\d+\.\d+)/)}detectEdgeVersion(){this._edgeVersion=this.detectVersion(/Edg\/(\d+\.\d+)/)}detectYandexVersion(){this._yandexVersion=this.detectVersion(/YaBrowser\/(\d+\.\d+\.\d+)/)}};var Xf=C(Ce(),1);import{getWindow as nc,isBrowserWindow as oc}from"@vkontakte/videoplayer-shared";var vi=()=>/Mobile|mini|Fennec|Android|iP(ad|od|hone)/.test(navigator.appVersion??navigator.userAgent)||navigator?.userAgentData?.mobile;var bn=class{constructor(e){this._highEntropyValues={};this._os={name:"Unknown",version:"Unknown",full:"Unknown"};this._details={vendor:"Unknown",model:"Unknown"};this._displayChecker=e}get current(){return this._current}get os(){return this._os}get details(){return this._details}get isIOS(){let e=["iPhone","iPad","iPod"];return this._highEntropyValues.platform==="iOS"||this.os.name.toLowerCase().includes("ios")||(0,Xf.default)(e,this.current)}get isMac(){return this._highEntropyValues.platform==="macOS"||this.os.name.toLowerCase().includes("mac")||this.current==="Mac"}get isApple(){return this.isIOS||this.isMac}get isIphoneOrOldIpad(){if(!this.isApple||!this._displayChecker.isTouch)return!1;let e=this.current==="iPad"||this._displayChecker.width>700,t=this._iosVersion;return!e||e&&!!t&&t<16}get isAndroid(){return this._highEntropyValues.platform==="Android"||this.os.name.toLowerCase().includes("android")||this.current==="Android"}get isWindows(){return this.os.name.toLowerCase().includes("windows")}get isLinux(){return this.os.name.toLowerCase().includes("linux")&&!this.isAndroid}get isMobile(){return this._highEntropyValues.mobile||this._isMobile}get iOSVersion(){return this._iosVersion}detect(){let e=nc();if(!oc(e))return;let{userAgent:t}=e.navigator;try{this._isMobile=vi()}catch(i){console.error("DeviceChecker: calling isMobile error - ",i)}this.detectDevice(t),this.detectOS(t),this.detectDeviceDetails(t),this.detectHighEntropyValues(),this.isIOS&&this.detectIOSVersion()}async detectHighEntropyValues(){let e=nc();if(!oc(e))return;let{userAgentData:t}=e.navigator;if(t?.getHighEntropyValues){let i=await t.getHighEntropyValues(["architecture","bitness","brands","mobile","platform","formFactor","model","platformVersion","wow64"]);this._highEntropyValues=i,i.platform&&(this._os.name=this.normalizeOSName(i.platform),i.platformVersion&&(this._os.version=this.normalizeOSVersion(i.platformVersion),this._os.full=`${this._os.name} ${this._os.version}`)),i.model&&(this._details.model=i.model)}}detectDevice(e){try{let t=/android/i.test(e)?"Android":void 0,i=/iphone/i.test(e)?"iPhone":void 0,r=/ipad/i.test(e)?"iPad":void 0,s=/ipod/i.test(e)?"iPod":void 0,n=/mac/i.test(e)?"Mac":void 0,o=/webOS|BlackBerry|IEMobile|Opera Mini/i.test(e)?"RestMobile":void 0;this._current=t||i||r||s||o||n||"Desktop"}catch(t){console.error("DeviceChecker: device detection error - ",t)}}detectOS(e){try{let t=[[/(windows nt) (6\.[23]); arm/i,["Windows RT"]],[/(windows nt) (6\.3); arm/i,["Windows RT 8.1"]],[/(windows (?:phone|mobile|iot))(?: os)?[/ ]?([\d.]+)/i,["Windows Mobile",2]],[/(windows)[/ ](xp|vista|7|8(\.1)?|10|11|2000|me)/i,[1,1]],[/windows nt ?([\d.]+)/i,["Windows",1]],[/(windows)[/ ](95|98|me|2000|xp|vista|7|8|8\.1|10|11)/i,[1,2]],[/(iphone os|cpu iphone os) ([\d_.]+)/i,["iOS",2]],[/(ipad os|cpu os) ([\d_.]+)/i,["iPadOS",2]],[/(ipod os|cpu ipod os) ([\d_.]+)/i,["iOS",2]],[/(?:ios|os) ([\d_.]+) like mac os x/i,["iOS",1]],[/cfnetwork\/.+darwin/i,["iOS"]],[/(mac os x) ?([\d_.]+)/i,["macOS",2]],[/(macintosh|mac os)/i,["macOS"]],[/(android) ([\d.]+)/i,[1,2]],[/(harmonyos)[/ ]?([\d.]*)/i,["HarmonyOS",2]],[/\b(ubuntu|debian|fedora|centos|arch|linux)(?:[-/ ]([\w.]+))?/i,[1,2]],[/(cros)\D*([\d.]+)/i,["Chrome OS",2]],[/(freebsd|openbsd|netbsd|dragonfly)[/ ]?([\w.]*)/i,[1,2]],[/(sunos|solaris)?([\d.]*)/i,["Solaris",2]],[/(aix)?([\d.]*)/i,["AIX",2]]];for(let[i,r]of t){let s=e.match(i);if(s){let n=r.length>0,o=r.length>1,u="Unknown",c="Unknown";if(n){let d=r[0];typeof d=="number"?d<s.length&&s[d]!==void 0&&(u=s[d]):u=d}if(o){let d=r[1];typeof d=="number"?d<s.length&&s[d]!==void 0&&(c=s[d]):d!==void 0&&(c=d)}else s[2]!==void 0?c=s[2]:s[1]!==void 0&&n&&typeof r[0]=="string"&&(c=s[1]);u=this.normalizeOSName(u),c=this.normalizeOSVersion(c,u),u==="iOS"&&/ipad/i.test(e)?u="iPadOS":u==="iPadOS"&&/ip(hone|od)/i.test(e)&&(u="iOS"),this._os={name:u,version:c||"Unknown",full:c&&c!=="Unknown"?`${u} ${c}`:u};break}}}catch(t){console.error("DeviceChecker: OS detection error - ",t)}}normalizeOSName(e){if(!e)return"Unknown";let t=e.toLowerCase();return t.includes("windows")?"Windows":t.includes("mac os")||t.includes("macintosh")?"macOS":t.includes("iphone")||t.includes("ios")?"iOS":t.includes("ipados")?"iPadOS":t.includes("android")?"Android":t.includes("harmonyos")?"HarmonyOS":t.includes("linux")?"Linux":t.includes("cros")?"Chrome OS":t.includes("freebsd")?"FreeBSD":t.includes("openbsd")?"OpenBSD":t.includes("solaris")||t.includes("sunos")?"Solaris":t.includes("aix")?"AIX":e}normalizeOSVersion(e,t){if(!e)return"Unknown";if(e!=="Unknown"&&(e=e.replace(/_/g,"."),t==="Windows")){let i=parseFloat(e);if(!isNaN(i)){if(i>=11)return"11";if(i>=10)return"10";if(i===6.3)return"8.1";if(i===6.2)return"8";if(i===6.1)return"7";if(i===6)return"Vista";if(i===5.1||i===5.2)return"XP";if(i===5)return"2000";if(i===4)return"NT 4.0"}}return e}detectDeviceDetails(e){try{let t=[[/(iphone)/i,["Apple","iPhone"]],[/(ipad)/i,["Apple","iPad"]],[/(ipod)/i,["Apple","iPod"]],[/(macintosh)/i,["Apple","Macintosh"]],[/(windows[\w\-_ ]*phone)/i,["Microsoft",0]],[/(windows nt|win64|win32|wow64)/i,["Microsoft","PC"]],[/\b(sch-i[89]0\d|shw-m380s|sm-[ptxs]\w{2,4}|gt-[pn]\d{2,4}|sgh-t8[56]9|nexus 10)/i,["Samsung",1]],[/\b((?:s[cgp]h|gt|sm)-(?![lr])\w+|sc[g-]?\d+a?|galaxy nexus)/i,["Samsung",1]],[/samsung[- ]((?!sm-[lr]|browser)[-\w]+)/i,["Samsung",1]],[/sec-(sgh\w+)/i,["Samsung",1]],[/smart-tv.+(samsung)/i,["Samsung","Smart TV"]],[/(samsung).*tizen/i,["Samsung","Smart TV"]],[/(pixel (?:c|tablet|[0-9a-z ]+))/i,["Google",1]],[/(pixelbook(?: go)?)/i,["Google",1]],[/nexus [0-9]/i,["Google",0]],[/(redmi[-_ ]?(?:note|k)?[\w_ ]+)(?: bui|\))/i,["Xiaomi",1]],[/\b(mi[\w\-_ ]+)(?: bui|\))/i,["Xiaomi",1]],[/\b(poco[\w ]+)(?: bui|\))/i,["Xiaomi",1]],[/\b(hm[-_ ]?note?[\w ]*)(?: bui|\))/i,["Xiaomi",1]],[/\b(?:xiao)?mi[\w\-_ ]+pad/i,["Xiaomi",0]],[/(?:huawei|honor) ?([-\w ]+)[;)]/i,["Huawei",1]],[/\b(nexus 6p|\w{2,4}e?-[atu]?[ln][\dx][\dc][adnt]?)\b(?!.+d\/s)/i,["Huawei",1]],[/\b((?:ag[rs][2356]?k?|bah[234]?|bg[2o]|bt[kv]|cmr|cpn|db[ry]2?|jdn2|got|kob2?k?|mon|pce|scm|sht?|[tw]gr|vrd)-[ad]?[lw][0125][09]b?)/i,["Huawei",1]],[/(?:one)?(?:plus)? ?([a\d0]\d\d\d?)(?: b|\))/i,["OnePlus",1]],[/droid.+; (cph2[3-6]\d[13579]|((?:gm|hd)19|(?:ac|be|in|kb)20|(?:d[en]|eb|le|mt)21|ne22)[0-2]\d)(?: bui|\))/i,["OnePlus",1]],[/(oneplus)[-_ ]?([-\w]*)/i,["OnePlus",2]],[/\b(rmx[1-3]\d{3})(?: bui|;|\))/i,["Realme",1]],[/(realme)[-_ ]?([-\w]*)/i,["Realme",2]],[/; (\w+) bui.+ oppo/i,["OPPO",1]],[/\b(cph[12]\d{3}|p(?:af|c[al]|d\w|e[ar])[mt]\d0|x9007|a101op)\b/i,["OPPO",1]],[/\b(opd2(\d{3}a?))(?: bui|\))/i,["OPPO",1]],[/(oppo)[-_ ]?([-\w]*)/i,["OPPO",2]],[/; vivo (\w+)(?: bui|\))/i,["Vivo",1]],[/\b(v[12]\d{3}\w?[at])(?: bui|;)/i,["Vivo",1]],[/(vivo)[-_ ]?([-\w]*)/i,["Vivo",2]],[/\bmot(?:orola)?[- ]([\w\s]+)(\)| bui)/i,["Motorola",1]],[/((?:moto(?! 360)[-\w() ]+|xt\d{3,4}[cgkosw+]?[-\d]*|nexus 6)(?= bui|\)))/i,["Motorola",1]],[/\b(milestone|droid(?:[2-4x]| (?:bionic|x2|pro|razr))?:?( 4g)?)\b/i,["Motorola",0]],[/\b(mz60\d|xoom[2 ]{0,2}) build\//i,["Motorola",0]],[/droid.+; ([a-z]?\d[0-2]{2}[a-z]{2}|[c-g]\d{4}|so[-gl]\w+|xq-[a-z]{2}\d\d)(?= bui|\))/i,["Sony",1]],[/sony tablet [ps]/i,["Sony","Xperia Tablet"]],[/\b(?:sony)?sgp\w+(?: bui|\))/i,["Sony",0]],[/(sony)[-_ ]?([-\w]*)/i,["Sony",2]],[/\blg[-e;/ ]+(?!.*(?:browser|netcast|android tv|watch|webos))(\w+)/i,["LG",1]],[/\blg-?([\d\w]+) bui/i,["LG",1]],[/(lm(?:-?f100[nv]?|-[\w.]+)(?= bui|\))|nexus [45])/i,["LG",1]],[/((?=lg)?[vl]k-?\d{3}) bui/i,["LG",0]],[/(lg)[-_ ]?([-\w]*)/i,["LG",2]],[/(?:maemo|nokia).*(n900|lumia \d+|rm-\d+)/i,["Nokia",1]],[/nokia[-_ ]?(([-\w. ]*?))(?: bui|\)|;|\/)/i,["Nokia",1]],[/(nokia) (t[12][01])/i,["Nokia",2]],[/(?:\b|asus_)(transfo[prime ]{4,10} \w+|eeepc|slider \w+|nexus 7|padfone|p00[cj])/i,["ASUS",1]],[/(?:asus[-_ ])?(zenfone[\w\-_ ]*)/i,["ASUS",1]],[/(rog[\w\-_ ]*)/i,["ASUS",1]],[/(asus)[-_ ]?([-\w]*)/i,["ASUS",2]],[/lenovo[-_ ]?([-\w ]+?)(?: bui|\)|\/)/i,["Lenovo",1]],[/(ideatab[-\w ]+|602lv|d-42a|a101lv|a2109a|a3500-hv|s[56]000|pb-6505[my]|tb-?x?\d{3,4}(?:f[cu]|xu|[av])|yt\d?-[jx]?\d+[lfmx])(?: bui|;|\)|\/)/i,["Lenovo",1]],[/(thinkpad[\w\-_ ]*)/i,["Lenovo",0]],[/(kf[a-z]{2}[a-z]*)(?: bui|\))/i,["Amazon",1]],[/(alexa)webm/i,["Amazon","Echo"]],[/(fire[\w\-_ ]*)/i,["Amazon",0]],[/(amazon)[-_ ]?([-\w]*)/i,["Amazon",2]],[/(?:blackberry|\(bb10;) (\w+)/i,["BlackBerry",1]],[/\b((?:bb[a-f]|st[hv])100-\d)/i,["BlackBerry",1]],[/(playbook);[-\w),; ]+(rim)/i,["BlackBerry",1]],[/(microsoft); (lumia[\w ]+)/i,["Microsoft",2]],[/(surface duo)/i,["Microsoft","Surface Duo"]],[/(surface[\w\-_ ]*)/i,["Microsoft",0]],[/(zte)[- ]([\w ]+?)(?: bui|\/|\))/i,["ZTE",2]],[/(htc)[-;_ ]{1,2}([\w ]+(?=\)| bui)|\w+)/i,["HTC",2]],[/(alcatel|tcl)[-_ ]?([-\w]*)/i,[1,2]],[/(meizu)[-_ ]?([-\w]*)/i,["Meizu",2]],[/(tecno)[-_ ]?([-\w]*)/i,["Tecno",2]],[/(infinix)[-_ ]?([-\w]*)/i,["Infinix",2]],[/(micromax)[-_ ]?([-\w]*)/i,["Micromax",2]],[/(lava)[-_ ]?([-\w]*)/i,["Lava",2]],[/(panasonic)[-_ ]?([-\w]*)/i,["Panasonic",2]],[/(sharp)\/?([-\w]*)/i,["Sharp",2]],[/(benq)[-_ ]?([-\w]*)/i,["BenQ",2]],[/(palm)[-_ ]?([-\w]*)/i,["Palm",2]],[/(vertu)[-_ ]?([-\w]*)/i,["Vertu",2]],[/(gionee)[-_ ]?([-\w]*)/i,["Gionee",2]],[/(doogee)[-_ ]?([-\w]*)/i,["Doogee",2]],[/(ulefone)[-_ ]?([-\w]*)/i,["Ulefone",2]],[/(blackview)[-_ ]?([-\w]*)/i,["Blackview",2]],[/(cubot)[-_ ]?([-\w]*)/i,["Cubot",2]],[/(umidigi)[-_ ]?([-\w]*)/i,["UMIDIGI",2]],[/(oukitel)[-_ ]?([-\w]*)/i,["Oukitel",2]],[/(fairphone)[-_ ]?([-\w]*)/i,["Fairphone",2]],[/(cat)[-_ ]?([-\w]*)/i,["Cat",2]],[/(energy)[-_ ]?([-\w]*)/i,["Energizer",2]],[/(land rover)[-_ ]?([-\w]*)/i,["Land Rover",2]],[/(shield[\w\-_ ]*)/i,["Nvidia",0]],[/(crkey)/i,["Google","Chromecast"]],[/(roku)[\dx]*/i,["Roku",0]],[/(apple)[-_ ]?tv/i,["Apple","TV"]],[/(amazon)[-_ ]?tv/i,["Amazon","Fire TV"]],[/(google)[-_ ]?tv/i,["Google","TV"]],[/(smart[\w\-_ ]*tv)/i,[0,"Smart TV"]],[/(playstation[\w\-_ ]*)/i,["Sony",0]],[/(nintendo[\w\-_ ]*)/i,["Nintendo",0]],[/(xbox[\w\-_ ]*)/i,["Microsoft",0]],[/(googlebot)/i,["Google","Bot"]],[/(bingbot)/i,["Microsoft","Bing Bot"]],[/(yandexbot)/i,["Yandex","Bot"]],[/(slackbot)/i,["Slack","Bot"]],[/(twitterbot)/i,["Twitter","Bot"]],[/(facebookbot)/i,["Facebook","Bot"]],[/(linkedinbot)/i,["LinkedIn","Bot"]],[/(tesla)[-_ ]?([-\w]*)/i,["Tesla",2]],[/(raspberry[\w\-_ ]*)/i,["Raspberry Pi",0]]];for(let[i,r]of t){let s=e.match(i);if(s){let n=r[0],o=r[1],u=typeof n=="number"?s[n]!==void 0?this.normalizeVendorName(s[n]):"Unknown":this.normalizeVendorName(n),c="Unknown";typeof o=="number"?c=s[o]!==void 0?s[o]:"Unknown":o!==void 0?c=o:s[1]!==void 0?c=s[1]:s[0]!==void 0&&(c=s[0]),c=this.normalizeModelName(c,u),this.details.vendor=u,this.details.model=c;break}}}catch(t){console.error("DeviceChecker: device details detection error - ",t)}}normalizeVendorName(e){if(!e)return"Unknown";let t=e.toLowerCase();return{apple:"Apple",samsung:"Samsung",google:"Google",xiaomi:"Xiaomi",huawei:"Huawei",oneplus:"OnePlus",oppo:"OPPO",vivo:"Vivo",realme:"Realme",motorola:"Motorola",sony:"Sony",lg:"LG",nokia:"Nokia",asus:"ASUS",lenovo:"Lenovo",amazon:"Amazon",blackberry:"BlackBerry",microsoft:"Microsoft",zte:"ZTE",htc:"HTC",alcatel:"Alcatel",tcl:"TCL",meizu:"Meizu",tecno:"Tecno",infinix:"Infinix",micromax:"Micromax",lava:"Lava",panasonic:"Panasonic",sharp:"Sharp",benq:"BenQ",palm:"Palm",honor:"Honor",nvidia:"NVIDIA",roku:"Roku"}[t]||e.charAt(0).toUpperCase()+e.slice(1).toLowerCase()}normalizeModelName(e,t){if(!e||e==="Unknown")return e;if(e==="0")return"Unknown";let i=e.replace(/^build\//i,"").replace(/\s+bui$/i,"").replace(/\)$/,"").replace(/[;,)]/g,"").replace(/\s*\(.*?\)\s*/g,"").trim(),r=t.toLowerCase();return r.includes("samsung")?i=i.replace(/^(sm-|gt-|sgh-|sch-)/i,""):r.includes("xiaomi")?i=i.replace(/^(mi[\s\-_]*|redmi[\s\-_]*)/i,""):r.includes("oneplus")?i=i.replace(/^oneplus[\s\-_]*/i,""):r.includes("google")&&(i=i.replace(/^(pixel[\s\-_]*|nexus[\s\-_]*)/i,"")),i=i.replace(/_/g," ").replace(/-/g," ").replace(/\s+/g," ").trim(),i?(i.length>0&&/^[a-z]/.test(i)&&(i=i.charAt(0).toUpperCase()+i.slice(1)),i):"Unknown"}detectIOSVersion(){try{let e=nc();if(!oc(e))return;if(this._highEntropyValues.platformVersion){let i=this._highEntropyValues.platformVersion.split(".").slice(0,2).join(".");this._iosVersion=parseFloat(i);return}if(this._os.version!=="Unknown"){let i=this._os.version.split("."),r=i.length>=2?`${i[0]}.${i[1]}`:i[0];this._iosVersion=parseFloat(r);return}let t=e.navigator.userAgent.match(/OS (\d+(_\d+)?)/i);t?.[1]&&(this._iosVersion=parseFloat(t[1].replace(/_/g,".")))}catch(e){console.error("DeviceChecker: iOS version detection error - ",e)}}};import{getWindow as Jf,isBrowserWindow as tk}from"@vkontakte/videoplayer-shared";var gn=class{get isTouch(){return typeof this._maxTouchPoints=="number"?this._maxTouchPoints>1:"ontouchstart"in Jf()}get maxTouchPoints(){return this._maxTouchPoints}get height(){return this._height}get width(){return this._width}get screenHeight(){return this._screenHeight}get screenWidth(){return this._screenWidth}get pixelRatio(){return this._pixelRatio}get isHDR(){return this._isHdr}get colorDepth(){return this._colorDepth}detect(){let e=Jf();if(!tk(e))return;let{navigator:t,screen:i}=e,{maxTouchPoints:r}=t;try{this._maxTouchPoints=r??0,this._isHdr=!!e.matchMedia("(dynamic-range: high)")?.matches,this._colorDepth=i.colorDepth}catch(s){console.error(s)}try{this._pixelRatio=e.devicePixelRatio||1,this._height=i.height,this._width=i.width,this._height=i.height,this._screenHeight=this._height*this._pixelRatio,this._screenWidth=this._width*this._pixelRatio}catch(s){console.error(s)}}};import{getWindow as uc,isBrowserWindow as em}from"@vkontakte/videoplayer-shared";var qe=()=>window.ManagedMediaSource||window.MediaSource,ar=()=>!!(window.ManagedMediaSource&&window.ManagedSourceBuffer?.prototype?.appendBuffer),Zf=()=>!!(window.MediaSource&&window.SourceBuffer?.prototype?.appendBuffer),vn=()=>window.ManagedMediaSource?new ManagedMediaSource:new MediaSource;var ik=uc().document?.createElement("video"),rk='video/mp4; codecs="avc1.42000a,mp4a.40.2"',ak='video/mp4; codecs="hev1.1.6.L93.B0"',tm='video/webm; codecs="vp09.00.10.08"',im='video/webm; codecs="av01.0.00M.08"',sk='audio/mp4; codecs="mp4a.40.2"',nk='audio/webm; codecs="opus"',rm,ok=async()=>{let a=uc();if(!em(a))return;let e={type:"media-source",video:{contentType:"video/webm",width:1280,height:720,bitrate:1e6,framerate:30}},[t,i]=await Promise.all([a.navigator.mediaCapabilities.decodingInfo({...e,video:{...e.video,contentType:im}}),a.navigator.mediaCapabilities.decodingInfo({...e,video:{...e.video,contentType:tm}})]);rm={DASH_WEBM_AV1:t,DASH_WEBM:i}};ok().catch(a=>{console.log(ik),console.error(a)});var Sn=class{constructor(e,t){this._deviceChecker=e,this._browserChecker=t}get protocols(){return this._protocols}get containers(){return this._containers}get codecs(){return this._codecs}get webmDecodingInfo(){return rm}get supportedCodecs(){return Object.keys(this._codecs).filter(e=>this._codecs[e])}get nativeHlsSupported(){return this._nativeHlsSupported}detect(){let e=uc();if(!em(e))return;let t=e.document;this._video=t.createElement("video");try{this._protocols={mms:ar(),mse:Zf(),hls:!!(this._video.canPlayType?.("application/x-mpegurl")||this._video.canPlayType?.("vnd.apple.mpegURL")),webrtc:!!e.RTCPeerConnection,ws:!!e.WebSocket},this._containers={mp4:!!this._video.canPlayType?.("video/mp4"),webm:!!this._video.canPlayType?.("video/webm"),cmaf:!0};let i=!!qe()?.isTypeSupported?.(rk),r=!!qe()?.isTypeSupported?.(ak),s=!!qe()?.isTypeSupported?.(sk);this._codecs={h264:i,h265:r,vp9:!!qe()?.isTypeSupported?.(tm),av1:!!qe()?.isTypeSupported?.(im),aac:s,opus:!!qe()?.isTypeSupported?.(nk),mpeg:(i||r)&&s},this._nativeHlsSupported=this._protocols.hls&&this._containers.mp4}catch(i){console.error(i)}try{this.destroyVideoElement()}catch(i){console.error("Error destroying video element:",i)}}destroyVideoElement(){if(!this._video)return;if(this._video.pause(),this._video.currentTime=0,this._video.removeAttribute("src"),this._video.src="",this._video.load(),this._video.remove){this._video.remove(),this._video=null;return}this._video.parentNode&&this._video.parentNode.removeChild(this._video);let e=this._video.cloneNode(!1);this._video.parentNode?.replaceChild(e,this._video),this._video=null}};import{getWindow as uk,isBrowserWindow as ck}from"@vkontakte/videoplayer-shared";var am="audio/mpeg",yn=class{supportMp3(){return this._codecs.mp3&&this._containers.mpeg}detect(){let e=uk();if(!ck(e))return;let t=e.document;this._audio=t.createElement("audio");try{this._containers={mpeg:!!this._audio.canPlayType?.(am)},this._codecs={mp3:!!qe()?.isTypeSupported?.(am)}}catch(i){console.error(i)}try{this.destroyAudioElement()}catch(i){console.error("Error destroying audio element:",i)}}destroyAudioElement(){if(!this._audio)return;if(this._audio.pause(),this._audio.currentTime=0,this._audio.removeAttribute("src"),this._audio.src="",this._audio.load(),this._audio.remove){this._audio.remove(),this._audio=null;return}this._audio.parentNode&&this._audio.parentNode.removeChild(this._audio);let e=this._audio.cloneNode(!1);this._audio.parentNode?.replaceChild(e,this._audio),this._audio=null}};var cc=class{constructor(){this.isInited$=new dk(!1);this._displayChecker=new gn,this._deviceChecker=new bn(this._displayChecker),this._browserChecker=new mn,this._videoChecker=new Sn(this._deviceChecker,this._browserChecker),this._audioChecker=new yn,this.detect()}get display(){return this._displayChecker}get device(){return this._deviceChecker}get browser(){return this._browserChecker}get video(){return this._videoChecker}get audio(){return this._audioChecker}async detect(){lk()&&(this._displayChecker.detect(),this._deviceChecker.detect(),this._browserChecker.detect(),this._videoChecker.detect(),this._audioChecker.detect(),this.isInited$.next(!0))}},$=new cc;var lc=a=>{let{containers:e,protocols:t,codecs:i,nativeHlsSupported:r}=$.video,s=(i.h264||i.h265)&&i.aac,n=t.mse||t.mms;return a.filter(o=>{switch(o){case"DASH_SEP":return n&&e.mp4&&s;case"DASH_WEBM":return n&&e.webm&&i.vp9&&i.opus;case"DASH_WEBM_AV1":return n&&e.webm&&i.av1&&i.opus;case"DASH_STREAMS":return n&&(e.mp4&&s||e.webm&&(i.vp9||i.av1)&&(i.opus||i.aac));case"DASH_LIVE":return n&&e.mp4&&s;case"DASH_LIVE_CMAF":return n&&e.mp4&&s&&e.cmaf;case"DASH_ONDEMAND":return n&&e.mp4&&s;case"HLS":case"HLS_ONDEMAND":case"HLS_FMP4":case"HLS_LIVE":case"HLS_LIVE_CMAF":return r;case"MPEG":return e.mp4;case"DASH":case"DASH_LIVE_WEBM":return!1;case"WEB_RTC_LIVE":return t.webrtc&&t.ws&&i.h264&&(e.mp4||e.webm);default:return sm(o)}})},oa=a=>{switch(a){case"MPEG":case"DASH":case"DASH_SEP":case"DASH_ONDEMAND":case"DASH_WEBM":case"DASH_WEBM_AV1":case"DASH_STREAMS":case"HLS":case"HLS_FMP4":case"HLS_ONDEMAND":return!1;case"DASH_LIVE":case"DASH_LIVE_CMAF":case"HLS_LIVE":case"HLS_LIVE_CMAF":case"DASH_LIVE_WEBM":case"WEB_RTC_LIVE":return!0;default:return sm(a)}},pk=a=>{let t=Object.keys(a).filter(i=>!oa(i));return lc(t).length>0};var ua=class{constructor(e){this.subscription=new mk;this.sessionId$=new mc(null);this.mediaSessionId$=new mc(null);this.contentId$=new mc(null);this.isMobile=vi();this.mobileVolumeState={muted:!1,volume:0};this.media=null;this.lastRequestedVolume=null;this.syncMediaState=e=>{if(om(e))return;this.media=e,this.mediaSessionId$.next(e.mediaSessionId??null);let t=e.media?.contentId;t&&this.contentId$.next(t),this.syncPlaybackState(e);let i=e.media?.duration;fc(i)&&this.params.output.duration$.next(Math.max(0,i));let r=e.currentTime;if(fc(r)){this.params.desiredState.seekState.getState().state==="applying"&&this.params.output.seekedEvent$.next(),this.params.output.position$.next(r);let n=this.params.output.isLive$.getValue();e.playerState==="PLAYING"&&!n?this.progressTicker.start(r):this.progressTicker.pause()}};this.params=e,this.progressTicker=new fn(e),this.log=this.params.dependencies.logger.createComponentLog("ChromecastPresentationApiProvider"),this.log({message:`constructor, format: ${e.format}`}),this.params.output.isLive$.next(oa(e.format)),this.subscribe()}subscribe(){let e=r=>{this.params.output.error$.next({category:hk.WTF,id:"ChromecastPresentationApiProvider",message:r?.message??"Unknown error",thrown:r})};this.subscription.add(this.params.chromecastConnector.message$.pipe(sr(r=>!!r)).subscribe(r=>{this.handleMessage(r)},e)),this.subscription.add(this.sessionId$.pipe(sr(fc),nm(),hc(0)).subscribe(()=>{this.loadMedia()},e));let t=this.contentId$.pipe(nm(),fk(Boolean));this.subscription.add(pc({seekState:this.params.desiredState.seekState.stateChangeEnded$,mediaLoaded:t}).pipe(sr(({mediaLoaded:r})=>r)).subscribe(()=>{let r=this.params.desiredState.seekState.getState();r.state==="requested"&&this.seek(r.position/1e3)},e));let i=pc({playbackState:this.params.desiredState.playbackState.stateChangeStarted$,mediaLoaded:t});this.subscription.add(i.pipe(sr(({mediaLoaded:r})=>r),hc(0)).subscribe(()=>{this.syncPlayback()},e)),this.subscription.add(i.pipe(sr(({mediaLoaded:r,playbackState:{from:s,to:n}})=>!r&&s==="stopped"&&n==="playing")).subscribe(()=>{this.loadMedia()},e)),this.subscription.add(pc({volumeState:this.params.desiredState.volume.stateChangeStarted$.pipe(hc(30)),mediaLoaded:t}).pipe(sr(({mediaLoaded:r})=>r)).subscribe(({volumeState:r})=>{let{muted:s,volume:n}=r.to;this.setVolume(n,s)},e))}handleMessage(e){switch(e.type){case"new_session":case"update_session":{this.sessionId$.next(e.message.sessionId);let t=e.message?.media?.[0];this.syncMediaState(t);let i=e.message?.receiver.volume;this.syncVolumeState(i)}break;case"v2_message":{switch(e.message?.type){case"MEDIA_STATUS":{let t=e.message?.status?.[0];this.syncMediaState(t);break}}break}}}loadMedia(){let e=hn(this.params),t=this.media?.currentTime,i=this.params.desiredState.seekState.getState(),r=t??(i.state!=="none"?i.position/1e3:0),n=this.params.desiredState.playbackState.getState()==="playing";this.params.chromecastConnector.sendV2Message({type:"LOAD",requestId:0,media:e,autoplay:n,currentTime:r,customData:null,activeTrackIds:null}),this.params.output.willSeekEvent$.next()}stop(){this.params.chromecastConnector.stopMedia()}play(){let e=this.mediaSessionId$.getValue();dc(e,"play on null mediaSessionId"),this.params.chromecastConnector.sendV2Message({type:"PLAY",mediaSessionId:e,customData:null})}pause(){let e=this.mediaSessionId$.getValue();dc(e,"pause on null mediaSessionId"),this.params.chromecastConnector.sendV2Message({type:"PAUSE",mediaSessionId:e,customData:null})}seek(e){let t=this.mediaSessionId$.getValue();dc(t,"seek on null mediaSessionId"),this.params.chromecastConnector.sendV2Message({type:"SEEK",currentTime:e,mediaSessionId:t}),this.params.output.willSeekEvent$.next()}setVolume(e,t){let i=e,r=`[setVolume] volume: ${e}, muted: ${t}`;this.isMobile&&(i=this.mobileVolumeState.volume,r+=`, mobile next volume: ${i}`),this.log({message:r}),this.lastRequestedVolume={volume:i,muted:t},this.params.chromecastConnector.sendV2Message({type:"SET_VOLUME",requestId:0,volume:{level:t?0:i,muted:t?!0:null}})}syncPlaybackState({playerState:e,idleReason:t}){let i=this.params.output.isBuffering$.getValue(),r=e==="BUFFERING";switch(i!==r&&this.params.output.isBuffering$.next(r),e){case"PAUSED":x(this.params.desiredState.playbackState,"paused");break;case"PLAYING":x(this.params.desiredState.playbackState,"playing");break;case"IDLE":{t==="FINISHED"?(this.params.output.endedEvent$.next(),x(this.params.desiredState.playbackState,"stopped"),this.contentId$.next(null)):x(this.params.desiredState.playbackState,"ready");break}case"BUFFERING":break}}syncPlayback(){let e=this.params.desiredState.playbackState.getState();switch(this.log({message:`[syncPlayback] ${e}`}),e){case"ready":break;case"playing":this.play();break;case"paused":this.pause();break;case"stopped":this.stop();break}}syncVolumeState(e){if(om(e))return;let{level:t,muted:i}=e,r={muted:i??!1,volume:t??0};this.lastRequestedVolume&&(i&&(r.volume=this.lastRequestedVolume.volume),this.lastRequestedVolume.muted&&!t&&!i&&(r.volume=this.lastRequestedVolume.volume,r.muted=!0),this.lastRequestedVolume=null);let s=`[syncVolumeState] volume: ${r.volume}, muted: ${r.muted}`;this.isMobile&&(this.mobileVolumeState.volume=r.volume,this.mobileVolumeState.muted=r.muted,r.volume=this.params.output.volume$.getValue().volume,s+=`, volume passed to state machine: ${r.volume}`),this.log({message:s}),this.params.output.volume$.next(r)}destroy(){this.progressTicker.destroy(),this.subscription.unsubscribe()}};import{assertNonNullable as bk,ErrorCategory as bc,filter as gk,Subject as vk,Subscription as gc,tap as Sk,ValueSubject as nr,fromEvent as ca}from"@vkontakte/videoplayer-shared";var um=a=>({castDevice:{friendlyName:a},remotePlayer:{},remotePlayerController:{},session:{}}),cm=()=>String(Date.now())+String(Math.floor(Math.random()*1e5));var la=class{constructor(e){this.capabilities=["WEB"];this.presentationRequest$=new nr(null);this.sessionId$=new nr(null);this.broadcastChannel=new BroadcastChannel("vk_player_chromecast_events");this.subscription=new gc;this.subscriptionEvents=new gc;this.isDestroyed=!1;this.sequenceNumber=0;this.presentationAvailable$=new nr(!1);this.presentationConnection$=new nr(null);this.message$=new nr(null);this.friendlyName$=new nr(null);this.errorEvent$=new vk;this.clientId=this.getClientId(),this.params=e,this.log=e.logger.createComponentLog("ChromecastPresentationApiConnector"),this.log({message:"constructor"}),this.reinitPresentation(),this.subscribe()}destroy(){this.log({message:"destroy"}),this.subscription.unsubscribe(),this.subscriptionEvents.unsubscribe(),this.broadcastChannel.close(),this.isDestroyed=!0}disconnect(e=!0){this.log({message:"disconnect"}),e&&this.stopMedia(),this.presentationRequest$.next(null);let t=this.presentationConnection$.getValue();t&&t.close(),this.presentationConnection$.next(null),this.friendlyName$.next(null),this.resetSequenceNumber(),this.resetSubscriptionEvents()}stopMedia(){this.log({message:"stopMedia"}),this.sendV2Message({type:"STOP"})}reinitPresentation(e=!0){let t=this.createCastUrl(),i=new PresentationRequest(t);this.presentationRequest$.next(i),this.log({message:"PresentationRequest created"}),i.getAvailability().then(r=>{let s=()=>{this.log({message:`PresentationRequest presentation availability: ${r.value}`}),this.presentationAvailable$.next(r.value)};this.subscriptionEvents.add(ca(r,"change").subscribe(()=>{s()})),s()}).catch(()=>{this.presentationAvailable$.next(!0)}),window.navigator.presentation.defaultRequest=i,e&&i.reconnect("auto-join").then(r=>{this.log({message:"PresentationRequest reconnect success"}),this.handleConnection(r)}).catch(()=>{this.log({message:"PresentationRequest reconnect failed"})})}async connect(){this.log({message:"connect"});try{this.presentationRequest$.getValue()||(this.log({message:"reinitPresentation"}),this.reinitPresentation(!1));let e=this.presentationRequest$.getValue();bk(e,"connect with null presentationRequest");let t=await e.start();this.handleConnection(t)}catch(e){switch(e?.name){case"AbortError":case"NotAllowedError":break;default:this.errorEvent$.next({category:bc.WTF,id:"ChromecastPresentationApiConnector",message:e?.message??"connect error",thrown:e});break}}}subscribe(){this.subscription.add(ca(this.broadcastChannel,"message").subscribe(e=>{this.log({message:`broadcast connection data: ${e.data}`}),e.data==="connection"&&this.disconnect(!1)})),this.subscription.add(this.presentationAvailable$.subscribe(e=>{this.log({message:`presentationAvailable$: ${e}`})})),this.subscription.add(this.presentationConnection$.pipe(Sk(e=>{this.log({message:`presentationConnection$: ${!!e}`})}),gk(e=>!!e)).subscribe(e=>{let t=ca(e,"message").subscribe(s=>{let n=JSON.parse(s.data);n.clientId===this.clientId&&(this.log({message:`[onmessage] ${s.data}`}),this.handleMessage(n),this.message$.next(n))}),i=ca(e,"connect").subscribe(()=>{this.send("client_connect")}),r=ca(e,"close").subscribe(s=>{switch(s.reason){case"error":this.errorEvent$.next({category:bc.WTF,id:"ChromecastPresentationApiConnector",message:"Session error",thrown:s});break;case"closed":break}});this.subscriptionEvents.add(t),this.subscriptionEvents.add(i),this.subscriptionEvents.add(r)}))}send(e){switch(e){case"client_connect":{let t={type:"client_connect",message:this.clientId,sequenceNumber:-1,timeoutMillis:0,clientId:this.clientId};this.safeSend(JSON.stringify(t));break}}}sendV2Message(e){let t=this.sessionId$.getValue();if(t){let i={type:"v2_message",sequenceNumber:this.getSequenceNumber(),timeoutMillis:0,clientId:this.clientId,message:{...e,sessionId:t}};this.safeSend(JSON.stringify(i))}}safeSend(e){try{this.log({message:`[send] ${e}`});let t=this.presentationConnection$.getValue();t?.state==="connected"&&t?.send(e)}catch(t){this.errorEvent$.next({category:bc.WTF,id:"ChromecastPresentationApiConnector",message:"PresentationConnection send error",data:{message:e},thrown:t})}}handleMessage(e){switch(e.type){case"new_session":case"update_session":{this.sessionId$.next(e.message.sessionId),this.friendlyName$.next(e.message.receiver.friendlyName||"Chromecast Device");break}case"receiver_action":e.message?.action==="stop"&&this.disconnect();break}}createCastUrl(){return`cast:${this.params.appId}?clientId=${this.clientId}&autoJoinPolicy=tab_and_origin_scoped&defaultActionPolicy=create_session&launchTimeout=60000&supportedAppTypes=${this.capabilities}&appParams=%7B%22launchCheckerParams%22%3A%7B%7D%7D`}getSequenceNumber(){let e=this.sequenceNumber;return this.sequenceNumber=(this.sequenceNumber+1)%Number.MAX_SAFE_INTEGER,e}resetSequenceNumber(){this.sequenceNumber=0}getClientId(){let e="__vk_player_chromecast_id";return window[e]=window[e]||cm()}resetSubscriptionEvents(){this.subscriptionEvents.unsubscribe(),this.subscriptionEvents=new gc}handleConnection(e){this.log({message:"connection available"}),this.isDestroyed?(this.log({message:"connected on already destroyed component"}),e.close()):(this.broadcastChannel.postMessage("connection"),this.presentationConnection$.next(e))}};import{ValueSubject as lm,Subject as yk,map as Tk,Subscription as Ik,combine as Ek,filterChanged as dm,assertNonNullable as wk}from"@vkontakte/videoplayer-shared";var wt=class a{constructor(e){this.subscription=new Ik;this.connection$=new lm(void 0);this.castState$=new lm("NOT_AVAILABLE");this.errorEvent$=new yk;let t=a.isSupported();this.log=e.dependencies.logger.createComponentLog("ChromecastPresentationApiInitializer"),this.log({message:`[constructor] receiverApplicationId: ${e.receiverApplicationId}, isDisabled: ${e.isDisabled}, isSupported: ${t}`}),!(!t||e.isDisabled||!e.receiverApplicationId)&&(this.chromecastConnector=new la({appId:e.receiverApplicationId,logger:e.dependencies.logger}),this.subscribe())}static isSupported(){return"chrome"in window&&"presentation"in navigator&&"BroadcastChannel"in window}subscribe(){wk(this.chromecastConnector,"subscribe with null chromecastConnector"),this.subscription.add(this.chromecastConnector.errorEvent$.subscribe(this.errorEvent$));let e=Ek({connection:this.chromecastConnector.presentationConnection$,available:this.chromecastConnector.presentationAvailable$,friendlyName:this.chromecastConnector.friendlyName$.pipe(dm())});this.subscription.add(e.pipe(Tk(({connection:t,friendlyName:i})=>!!(t&&i)),dm()).subscribe(t=>{let i=this.chromecastConnector?.friendlyName$.getValue()??"";this.connection$.next(t?um(i):void 0)})).add(e.subscribe(({available:t,connection:i})=>{t?i?this.castState$.next("CONNECTED"):this.castState$.next("AVAILABLE"):this.castState$.next("NOT_AVAILABLE")}))}connect(){this.log({message:"connect"}),this.chromecastConnector?.connect()}disconnect(){this.log({message:"disconnect"}),this.chromecastConnector?.disconnect()}async stopMedia(){this.log({message:"stopMedia"}),this.chromecastConnector?.stopMedia()}toggleConnection(){let e=!!this.chromecastConnector?.presentationConnection$.getValue();this.log({message:`toggleConnection: isConnected - ${e}`}),e?this.disconnect():this.connect()}setVolume(e){}setMuted(e){}destroy(){this.log({message:"destroy"}),this.chromecastConnector?.destroy(),this.subscription.unsubscribe()}};var cp=C(Ce(),1),lp=C(jt(),1),gE=C(Nc(),1);var Gv=C(xl(),1);import{isNonNullable as lL,Subject as zn,merge as Hv}from"@vkontakte/videoplayer-shared";var N=class{constructor(e){this.transitionStarted$=new zn;this.transitionEnded$=new zn;this.transitionUpdated$=new zn;this.forceChanged$=new zn;this.stateChangeStarted$=Hv(this.transitionStarted$,this.transitionUpdated$);this.stateChangeEnded$=Hv(this.transitionEnded$,this.forceChanged$);this.state=e,this.prevState=void 0}setState(e){let t=this.transition,i=this.state;this.transition=void 0,this.prevState=i,this.state=e,t?t.to===e?this.transitionEnded$.next(t):this.forceChanged$.next({from:t.from,to:e,canceledTransition:t}):this.forceChanged$.next({from:i,to:e,canceledTransition:t})}startTransitionTo(e){let t=this.transition,i=this.state;i===e||lL(t)&&t.to===e||(this.prevState=i,this.state=e,t?(this.transition={from:t.from,to:e,canceledTransition:t},this.transitionUpdated$.next(this.transition)):(this.transition={from:i,to:e},this.transitionStarted$.next(this.transition)))}getTransition(){return this.transition}getState(){return this.state}getPrevState(){return this.prevState}};import{assertNever as Ea,debounce as jv,ErrorCategory as dL,fromEvent as wi,map as zv,merge as Wv,observableFrom as pL,Subject as hL,Subscription as Pl,timeout as fL}from"@vkontakte/videoplayer-shared";var mL=5,bL=5,gL=500,Qv=7e3,wa=class{constructor(e){this.subscription=new Pl;this.loadMediaTimeoutSubscription=new Pl;this.videoState=new N("stopped");this.syncPlayback=()=>{let e=this.videoState.getState(),t=this.videoState.getTransition(),i=this.params.desiredState.playbackState.getState(),r=this.params.desiredState.playbackState.getTransition(),s=this.params.desiredState.seekState.getState();if(this.log({message:`[syncPlayback] videoState: ${e}; videoTransition: ${JSON.stringify(t)}; desiredPlaybackState: ${i}; desiredPlaybackStateTransition: ${this.params.desiredState.playbackState.getTransition()}; seekState: ${JSON.stringify(s)};`}),i==="stopped"){e!=="stopped"&&(this.videoState.startTransitionTo("stopped"),this.stop());return}if(!t){if(r?.to!=="paused"&&s.state==="requested"&&e!=="stopped"){this.seek(s.position/1e3);return}switch(i){case"ready":{switch(e){case"playing":case"paused":case"ready":break;case"stopped":this.videoState.startTransitionTo("ready"),this.prepare();break;default:Ea(e)}break}case"playing":{switch(e){case"playing":break;case"paused":this.videoState.startTransitionTo("playing"),this.params.connection.remotePlayerController.playOrPause();break;case"ready":this.videoState.startTransitionTo("playing"),this.params.connection.remotePlayerController.playOrPause();break;case"stopped":this.videoState.startTransitionTo("ready"),this.prepare();break;default:Ea(e)}break}case"paused":{switch(e){case"playing":this.videoState.startTransitionTo("paused"),this.params.connection.remotePlayerController.playOrPause();break;case"paused":break;case"ready":this.videoState.startTransitionTo("paused"),this.videoState.setState("paused");break;case"stopped":this.videoState.startTransitionTo("ready"),this.prepare();break;default:Ea(e)}break}default:Ea(i)}}};this.params=e,this.log=this.params.dependencies.logger.createComponentLog("ChromecastProvider"),this.log({message:`constructor, format: ${e.format}`}),this.params.output.isLive$.next(oa(e.format)),this.params.output.isAudioAvailable$.next(!0),this.handleRemoteVolumeChange({volume:this.params.connection.remotePlayer.volumeLevel,muted:this.params.connection.remotePlayer.isMuted});let t=this.params.connection.session.getMediaSession();t&&this.restoreSession(t),this.subscribe()}destroy(){this.log({message:"[destroy]"}),this.subscription.unsubscribe()}subscribe(){this.subscription.add(this.loadMediaTimeoutSubscription);let e=new Pl;this.subscription.add(e),this.subscription.add(Wv(this.videoState.stateChangeStarted$.pipe(zv(r=>`stateChangeStarted$ ${JSON.stringify(r)}`)),this.videoState.stateChangeEnded$.pipe(zv(r=>`stateChangeEnded$ ${JSON.stringify(r)}`))).subscribe(r=>this.log({message:`[videoState] ${r}`})));let t=(r,s)=>this.subscription.add(r.subscribe(s));if(this.params.output.isLive$.getValue())this.params.output.position$.next(0),this.params.output.duration$.next(0);else{let r=new hL;e.add(r.pipe(jv(gL)).subscribe(()=>{this.params.output.seekedEvent$.next()}));let s=NaN;e.add(wi(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.CURRENT_TIME_CHANGED).subscribe(n=>{this.logRemoteEvent(n);let o=n.value;this.params.output.position$.next(o),(this.params.desiredState.seekState.getState().state==="applying"||Math.abs(o-s)>mL)&&r.next(o),s=o})),e.add(wi(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.DURATION_CHANGED).subscribe(n=>{this.logRemoteEvent(n),this.params.output.duration$.next(n.value)}))}t(wi(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.IS_MEDIA_LOADED_CHANGED),r=>{this.logRemoteEvent(r),r.value?this.handleRemoteReady():(this.handleRemoteStop(),e.unsubscribe())}),t(wi(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.IS_PAUSED_CHANGED),r=>{this.logRemoteEvent(r),r.value?this.handleRemotePause():this.handleRemotePlay()}),t(wi(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.PLAYER_STATE_CHANGED),r=>{this.logRemoteEvent(r);let{remotePlayer:s}=this.params.connection,n=r.value,o=this.params.output.isBuffering$.getValue(),u=n===chrome.cast.media.PlayerState.BUFFERING;switch(o!==u&&this.params.output.isBuffering$.next(u),n){case chrome.cast.media.PlayerState.IDLE:!this.params.output.isLive$.getValue()&&s.duration-s.currentTime<bL&&this.params.output.endedEvent$.next(),this.handleRemoteStop(),x(this.params.desiredState.playbackState,"stopped");break;case chrome.cast.media.PlayerState.PAUSED:{this.handleRemotePause();break}case chrome.cast.media.PlayerState.PLAYING:this.handleRemotePlay();break;case chrome.cast.media.PlayerState.BUFFERING:break;default:Ea(n)}}),t(wi(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.VOLUME_LEVEL_CHANGED),r=>{this.logRemoteEvent(r),this.handleRemoteVolumeChange({volume:r.value})}),t(wi(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.IS_MUTED_CHANGED),r=>{this.logRemoteEvent(r),this.handleRemoteVolumeChange({muted:r.value})});let i=Wv(this.params.desiredState.playbackState.stateChangeStarted$,this.params.desiredState.seekState.stateChangeEnded$,this.videoState.stateChangeEnded$,pL(["init"])).pipe(jv(0));t(i,this.syncPlayback)}restoreSession(e){this.log({message:"restoreSession"});let{remotePlayer:t}=this.params.connection;if(e.playerState!==chrome.cast.media.PlayerState.IDLE){t.isPaused?(this.videoState.setState("paused"),x(this.params.desiredState.playbackState,"paused")):(this.videoState.setState("playing"),x(this.params.desiredState.playbackState,"playing"));let i=this.params.output.isLive$.getValue();this.params.output.duration$.next(i?0:t.duration),this.params.output.position$.next(i?0:t.currentTime),this.params.desiredState.seekState.setState({state:"none"})}}prepare(){let e=this.params.format;this.log({message:`[prepare] format: ${e}`});let t=hn(this.params),i=this.createLoadRequest(t);this.loadMedia(i)}handleRemotePause(){let e=this.videoState.getState();(this.videoState.getTransition()?.to==="paused"||e==="playing")&&(this.videoState.setState("paused"),x(this.params.desiredState.playbackState,"paused"))}handleRemotePlay(){let e=this.videoState.getState();(this.videoState.getTransition()?.to==="playing"||e==="paused")&&(this.videoState.setState("playing"),x(this.params.desiredState.playbackState,"playing"))}handleRemoteReady(){this.videoState.getTransition()?.to==="ready"&&this.videoState.setState("ready"),this.params.desiredState.playbackState.getTransition()?.to==="ready"&&x(this.params.desiredState.playbackState,"ready")}handleRemoteStop(){this.videoState.getState()!=="stopped"&&this.videoState.setState("stopped")}handleRemoteVolumeChange(e){let t=this.params.output.volume$.getValue(),i={volume:e.volume??t.volume,muted:e.muted??t.muted};(i.volume!==t.volume||i.muted!==i.muted)&&this.params.output.volume$.next(i)}seek(e){this.params.output.willSeekEvent$.next();let{remotePlayer:t,remotePlayerController:i}=this.params.connection;t.currentTime=e,i.seek()}stop(){let{remotePlayerController:e}=this.params.connection;e.stop()}createLoadRequest(e){let t=new chrome.cast.media.LoadRequest(e);t.autoplay=!1;let i=this.params.desiredState.seekState.getState();return i.state==="applying"||i.state==="requested"?t.currentTime=this.params.output.isLive$.getValue()?0:i.position/1e3:t.currentTime=0,t}loadMedia(e){let t=this.params.connection.session.loadMedia(e),i=new Promise((r,s)=>{this.loadMediaTimeoutSubscription.add(fL(Qv).subscribe(()=>s(`timeout(${Qv})`)))});(0,Gv.default)(Promise.race([t,i]).then(()=>{this.log({message:`[loadMedia] completed, format: ${this.params.format}`}),this.params.desiredState.seekState.getState().state==="applying"&&this.params.output.seekedEvent$.next(),this.handleRemoteReady()},r=>{let s=`[prepare] loadMedia failed, format: ${this.params.format}, reason: ${r}`;this.log({message:s}),this.params.output.error$.next({id:"ChromecastProvider.loadMedia",category:dL.VIDEO_PIPELINE,message:s,thrown:r})}),()=>{this.loadMediaTimeoutSubscription.unsubscribe()})}logRemoteEvent(e){this.log({message:`[remoteEvent] ${JSON.stringify(e)}`})}};var zl=C(Ce(),1);import{clearVideoElement as Kv,getWindow as SL}from"@vkontakte/videoplayer-shared";import{clearVideoElement as vL}from"@vkontakte/videoplayer-shared";var Yv=a=>{try{a.pause(),a.playbackRate=0,vL(a),a.remove()}catch(e){console.error(e)}};import{fromEvent as yL,Subscription as TL}from"@vkontakte/videoplayer-shared";var kl=class{constructor(){this.attribute="data-pool-reused"}get(e){return e.hasAttribute(this.attribute)}set(e,t){e.toggleAttribute(this.attribute,t)}delete(e){e.removeAttribute(this.attribute)}},Wn=SL(),Al=Wn.WeakMap?new Wn.WeakMap:new kl,Rl=Wn.WeakMap?new Wn.WeakMap:new Map,IL=(a,e=20)=>{let t=0;return yL(a,"ratechange").subscribe(i=>{t++,t>=e&&(a.currentTime=a.currentTime,t=0)})},De=(a,{audioVideoSyncRate:e,disableYandexPiP:t})=>{let i=a.querySelector("video"),r=!!i;i?Kv(i):(i=document.createElement("video"),a.appendChild(i)),Al.set(i,r);let s=new TL;return s.add(IL(i,e)),Rl.set(i,s),i.setAttribute("crossorigin","anonymous"),i.setAttribute("playsinline","playsinline"),t&&i.setAttribute("x-yandex-pip","false"),i.controls=!1,i.setAttribute("poster","data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII="),i},Be=a=>{Rl.get(a)?.unsubscribe(),Rl.delete(a);let t=Al.get(a);Al.delete(a),t?Kv(a):Yv(a)};var $l=C(bi(),1);import{assertNonNullable as Pa,isNonNullable as gt,isNullable as xL,fromEvent as br,merge as Xv,observableFrom as Jv,filterChanged as Zv,map as ka,Subject as eS,Subscription as PL,ValueSubject as kL,ErrorCategory as AL}from"@vkontakte/videoplayer-shared";import{isNonNullable as Ml,isNullable as EL,Subscription as wL}from"@vkontakte/videoplayer-shared";var Qn=(a,e,t,{equal:i=(n,o)=>n===o,changed$:r,onError:s}={})=>{let n=a.getState(),o=e(),u=EL(r),c=new wL;return r&&c.add(r.subscribe(d=>{let l=a.getState();i(d,l)&&a.setState(d)},s)),i(o,n)||(t(n),u&&a.setState(n)),c.add(a.stateChangeStarted$.subscribe(d=>{t(d.to),u&&a.setState(d.to)},s)),c},bt=(a,e,t)=>Qn(e,()=>a.loop,i=>{Ml(i)&&(a.loop=i)},{onError:t}),Ve=(a,e,t,i)=>Qn(e,()=>({muted:a.muted,volume:a.volume}),r=>{Ml(r)&&(a.muted=r.muted,a.volume=r.volume)},{equal:(r,s)=>r===s||r?.muted===s?.muted&&r?.volume===s?.volume,changed$:t,onError:i}),Ye=(a,e,t,i)=>Qn(e,()=>a.playbackRate,r=>{Ml(r)&&(a.playbackRate=r)},{changed$:t,onError:i}),xa=Qn;var RL=a=>["__",a.language,a.label].join("|"),ML=(a,e)=>{if(a.id===e)return!0;let[t,i,r]=e.split("|");return a.language===i&&a.label===r},Ll=class a{constructor(e){this.available$=new eS;this.current$=new kL(void 0);this.error$=new eS;this.subscription=new PL;this.externalTracks=new Map;this.internalTracks=new Map;this.baseURL=e}connect(e,t,i){this.video=e,this.cueSettings=t.textTrackCuesSettings,this.subscribe();let r=s=>{this.error$.next({id:"TextTracksManager",category:AL.WTF,message:"Generic HtmlVideoTextTrackManager error",thrown:s})};this.subscription.add(this.available$.subscribe(i.availableTextTracks$)),this.subscription.add(this.current$.subscribe(i.currentTextTrack$)),this.subscription.add(this.error$.subscribe(i.error$)),this.subscription.add(xa(t.internalTextTracks,()=>(0,$l.default)(this.internalTracks),s=>{gt(s)&&this.setInternal(s)},{equal:(s,n)=>gt(s)&>(n)&&s.length===n.length&&s.every(({id:o},u)=>o===n[u].id),changed$:this.available$.pipe(ka(s=>s.filter(({type:n})=>n==="internal"))),onError:r})),this.subscription.add(xa(t.externalTextTracks,()=>(0,$l.default)(this.externalTracks),s=>{gt(s)&&this.setExternal(s)},{equal:(s,n)=>gt(s)&>(n)&&s.length===n.length&&s.every(({id:o},u)=>o===n[u].id),changed$:this.available$.pipe(ka(s=>s.filter(({type:n})=>n==="external"))),onError:r})),this.subscription.add(xa(t.currentTextTrack,()=>{if(this.video)return;let s=this.htmlTextTracksAsArray().find(({mode:n})=>n==="showing");return s&&this.htmlTextTrackToITextTrack(s).id},s=>this.select(s),{changed$:this.current$,onError:r})),this.subscription.add(xa(t.textTrackCuesSettings,()=>({}),()=>{if(this.video)for(let s of this.htmlTextTracksAsArray())this.applyCueSettings(s.cues),this.applyCueSettings(s.activeCues)}))}subscribe(){Pa(this.video);let{textTracks:e}=this.video;this.subscription.add(br(e,"addtrack").subscribe(()=>{let i=this.current$.getValue();i&&this.select(i)})),this.subscription.add(Xv(br(e,"addtrack"),br(e,"removetrack"),Jv(["init"])).pipe(ka(()=>this.htmlTextTracksAsArray().map(i=>this.htmlTextTrackToITextTrack(i))),Zv((i,r)=>i.length===r.length&&i.every(({id:s},n)=>s===r[n].id))).subscribe(this.available$)),this.subscription.add(Xv(br(e,"change"),Jv(["init"])).pipe(ka(()=>this.htmlTextTracksAsArray().find(({mode:i})=>i==="showing")),ka(i=>i&&this.htmlTextTrackToITextTrack(i).id),Zv()).subscribe(this.current$));let t=i=>this.applyCueSettings(i.target?.activeCues??null);this.subscription.add(br(e,"addtrack").subscribe(i=>{i.track?.addEventListener("cuechange",t);let r=s=>{let n=s.target?.cues??null;n&&n.length&&(this.applyCueSettings(s.target?.cues??null),s.target?.removeEventListener("cuechange",r))};i.track?.addEventListener("cuechange",r)})),this.subscription.add(br(e,"removetrack").subscribe(i=>{i.track?.removeEventListener("cuechange",t)}))}applyCueSettings(e){if(!e||!e.length)return;let t=this.cueSettings.getState();for(let i of Array.from(e)){let r=i;gt(t.align)&&(r.align=t.align),gt(t.position)&&(r.position=t.position),gt(t.size)&&(r.size=t.size),gt(t.line)&&(r.line=t.line)}}htmlTextTracksAsArray(e=!1){Pa(this.video);let t=[...this.video.textTracks];return e?t:t.filter(a.isHealthyTrack)}htmlTextTrackToITextTrack(e){let{language:t,label:i}=e,r=e.id?e.id:RL(e),s=this.externalTracks.has(r),n=(s?this.externalTracks.get(r)?.isAuto:this.internalTracks.get(r)?.isAuto)??r.includes("auto");return s?{id:r,type:"external",isAuto:n,language:t,label:i,url:this.externalTracks.get(r)?.url}:{id:r,type:"internal",isAuto:n,language:t,label:i,url:this.internalTracks.get(r)?.url}}static isHealthyTrack(e){return!(e.kind==="metadata"||e.groupId||e.id===""&&e.label===""&&e.language==="")}setExternal(e){this.internalTracks.size>0&&Array.from(this.internalTracks).forEach(([,t])=>this.detach(t)),e.filter(({id:t})=>!this.externalTracks.has(t)).forEach(t=>this.attach(t)),Array.from(this.externalTracks).filter(([t])=>!e.find(i=>i.id===t)).forEach(([,t])=>this.detach(t))}setInternal(e){let t=[...this.externalTracks];e.filter(({id:i,language:r,isAuto:s})=>!this.internalTracks.has(i)&&!t.some(([,n])=>n.language===r&&n.isAuto===s)).forEach(i=>this.attach(i)),Array.from(this.internalTracks).filter(([i])=>!e.find(r=>r.id===i)).forEach(([,i])=>this.detach(i))}select(e){Pa(this.video);for(let t of this.htmlTextTracksAsArray(!0))t.mode="showing";for(let t of this.htmlTextTracksAsArray(!0))(xL(e)||!ML(t,e))&&(t.mode="disabled")}destroy(){if(this.subscription.unsubscribe(),this.video)for(let e of Array.from(this.video.getElementsByTagName("track"))){let t=e.getAttribute("id");t&&this.externalTracks.has(t)&&this.video.removeChild(e)}this.externalTracks.clear()}attach(e){Pa(this.video);let t=document.createElement("track");this.baseURL?t.setAttribute("src",new URL(e.url,this.baseURL).toString()):t.setAttribute("src",e.url),t.setAttribute("id",e.id),e.label&&t.setAttribute("label",e.label),e.language&&t.setAttribute("srclang",e.language),e.type==="external"?this.externalTracks.set(e.id,e):e.type==="internal"&&this.internalTracks.set(e.id,e),this.video.appendChild(t)}detach(e){Pa(this.video);let t=Array.prototype.find.call(this.video.getElementsByTagName("track"),i=>i.getAttribute("id")===e.id);t&&this.video.removeChild(t),e.type==="external"?this.externalTracks.delete(e.id):e.type==="internal"&&this.internalTracks.delete(e.id)}},Ke=Ll;var xi=class{constructor(){this.pausedTime=0;this.streamOffset=0;this.pauseTimestamp=0}getTotalPausedTime(){return this.pausedTime+this.getCurrentPausedTime()}getCurrentPausedTime(){return this.pauseTimestamp>0?Date.now()-this.pauseTimestamp:0}getStreamOffset(){return this.streamOffset}getTotalOffset(){return this.getTotalPausedTime()+this.streamOffset}pause(){this.pauseTimestamp===0&&(this.pauseTimestamp=Date.now())}resume(){this.pauseTimestamp>0&&(this.pausedTime+=this.getCurrentPausedTime(),this.pauseTimestamp=0)}resetTo(e,t=!1){this.streamOffset=e,this.pauseTimestamp=0,this.pausedTime=0,t&&this.pause()}};var tS=a=>{let e=a;for(;!(e instanceof Document)&&!(e instanceof ShadowRoot)&&e!==null;)e=e?.parentNode;return e??void 0},Cl=a=>{let e=tS(a);return!!(e&&e.fullscreenElement&&e.fullscreenElement===a)},iS=a=>{let e=tS(a);return!!(e&&e.pictureInPictureElement&&e.pictureInPictureElement===a)};import{fromEvent as ke,map as vt,merge as Gn,filterChanged as aS,isNonNullable as sS,Subject as LL,filter as Dl,mapTo as Bl,combine as CL,once as DL,shareReplay as Ae,throttle as BL,ErrorCategory as VL,ValueSubject as nS,Subscription as _L}from"@vkontakte/videoplayer-shared";var $L=3,rS=(a,e,t=$L)=>{let i=0,r=0;for(let s=0;s<a.length;s++){let n=a.start(s),o=a.end(s);if(n<=e&&e<=o){if(i=n,r=o,!t)return{from:i,to:r};for(let u=s-1;u>=0;u--)a.end(u)+t>=i&&(i=a.start(u));for(let u=s+1;u<a.length;u++)a.start(u)-t<=r&&(r=a.end(u))}}return{from:i,to:r}};var _e=a=>{let e=w=>ke(a,w).pipe(Bl(void 0),Ae(1)),t=new _L,i=()=>t.unsubscribe(),r=Gn(ke(a,"progress"),ke(a,"timeupdate")).pipe(vt(()=>rS(a.buffered,a.currentTime)),Ae(1)),s=$.browser.isSafari?CL({play:e("play").pipe(DL()),playing:e("playing")}).pipe(Bl(void 0),Ae(1)):e("playing"),n=ke(a,"volumechange").pipe(vt(()=>({muted:a.muted,volume:a.volume})),Ae(1)),o=ke(a,"ratechange").pipe(vt(()=>a.playbackRate),Ae(1)),u=ke(a,"error").pipe(Dl(()=>!!(a.error||a.played.length)),vt(()=>{let w=a.error;return{id:w?`MediaError#${w.code}`:"HtmlVideoError",category:VL.VIDEO_PIPELINE,message:w?w.message:"Error event from HTML video element",thrown:a.error??void 0}}),Ae(1)),c=ke(a,"timeupdate").pipe(vt(()=>a.currentTime),Ae(1)),d=["waiting","seeking","seeked","timeupdate"],l=new LL,p=.3,h;t.add(Gn(...d.map(w=>ke(a,w))).subscribe(w=>{let U=a.currentTime;a.loop&&sS(h)&&sS(U)&&h>=a.duration-p&&U<=p&&l.next(h),h=U}));let f=e("pause").pipe(Dl(()=>!a.error&&h!==a.duration),Ae(1)),b=ke(a,"enterpictureinpicture").pipe(Ae(1)),g=ke(a,"leavepictureinpicture").pipe(Ae(1)),v=new nS(iS(a));t.add(b.subscribe(()=>v.next(!0))),t.add(g.subscribe(()=>v.next(!1)));let S=new nS(Cl(a)),I=ke(a,"fullscreenchange").pipe(Ae(1));t.add(I.pipe(vt(()=>Cl(a))).subscribe(S));let y=.1,P=1e3,M=ke(a,"timeupdate").pipe(vt(w=>a.duration-a.currentTime<y),aS(),Ae(1)),L=Gn(M.pipe(Dl(w=>!a.loop&&w)),ke(a,"ended")).pipe(BL(P),Bl(void 0),Ae(1)),D=Gn(...["waiting","pause","canplay","play","canplaythrough","playing","seeking","seeked","ended"].map(w=>ke(a,w)),M.pipe(vt(w=>({type:w?"ended":"unknown"})))).pipe(vt(w=>$.browser.isFirefox&&w.type==="ended"?a.readyState<2:a.readyState<3),aS(),Ae(1));return{playing$:s,pause$:f,canplay$:e("canplay"),ended$:L,looped$:l,error$:u,seeked$:e("seeked"),seeking$:e("seeking"),progress$:e("progress"),loadStart$:e("loadstart"),loadedMetadata$:e("loadedmetadata"),loadedData$:e("loadeddata"),timeUpdate$:c,durationChange$:ke(a,"durationchange").pipe(vt(()=>a.duration),Ae(1)),isBuffering$:D,currentBuffer$:r,volumeState$:n,playbackRateState$:o,inPiP$:v,inFullscreen$:S,enterPip$:b,leavePip$:g,destroy:i}};import{VideoQuality as Wt}from"@vkontakte/videoplayer-shared";var Qt=a=>{switch(a){case"mobile":return Wt.Q_144P;case"lowest":return Wt.Q_240P;case"low":return Wt.Q_360P;case"sd":case"medium":return Wt.Q_480P;case"hd":case"high":return Wt.Q_720P;case"fullhd":case"full":return Wt.Q_1080P;case"quadhd":case"quad":return Wt.Q_1440P;case"ultrahd":case"ultra":return Wt.Q_2160P}};var Me=C(Xe(),1),_l=C(Ce(),1),ki=C(jt(),1);import{isNonNullable as G,isNullable as Jn,now as ES,isHigher as Zn,isHigherOrEqual as Pi,isInvariantQuality as eo,isLowerOrEqual as vr,videoSizeToQuality as wS,assertNotEmptyArray as to,assertNonNullable as xS}from"@vkontakte/videoplayer-shared";var Vl=!1,Pt={},hS=a=>{Vl=a},fS=()=>{Pt={}},mS=a=>{a(Pt)},Aa=(a,e)=>{Vl&&(Pt.meta=Pt.meta??{},Pt.meta[a]=e)},Re=class{constructor(e){this.name=e}next(e){if(!Vl)return;Pt.series=Pt.series??{};let t=Pt.series[this.name]??[];t.push([Date.now(),e]),Pt.series[this.name]=t}};import{isHigher as WL,isHigherOrEqual as iH,isLower as bS,isLowerOrEqual as rH,isNonNullable as Yn,isNullable as QL,videoHeightToQuality as Kn}from"@vkontakte/videoplayer-shared";function gS(a,e,t){return!a.max&&a.min===e?"high_quality":!a.min&&a.max===t?"traffic_saving":"unknown"}function gr(a,e,t){return QL(a)||Yn(a.min)&&Yn(a.max)&&bS(a.max,a.min)||Yn(a.min)&&e&&WL(a.min,e)||Yn(a.max)&&t&&bS(a.max,t)}function vS({limits:a,highestAvailableHeight:e,lowestAvailableHeight:t}){return gr({max:a?.max?Kn(a.max):void 0,min:a?.min?Kn(a.min):void 0},e?Kn(e):void 0,t?Kn(t):void 0)}var PS=new Re("best_bitrate"),io=(a,e,t)=>(e-t)*Math.pow(2,-10*a)+t;var Sr=a=>(e,t)=>a*(Number(e.bitrate)-Number(t.bitrate)),Gt=class{constructor(){this.history={}}recordSelection(e){this.history[e.id]=ES()}recordSwitch(e){this.last=e}clear(){this.last=void 0,this.history={}}},ro='Assertion "ABR Tracks is empty array" failed',Xn=new WeakMap,SS=new WeakMap,yS=new WeakMap,Ra=(a,e,t,i)=>{let r=[...e].sort(Sr(1)),s=[...t].sort(Sr(1)),n=s.filter(u=>G(u.bitrate)&&G(a.bitrate)?a.bitrate/u.bitrate>i:!0),o=(0,Me.default)(s,Math.round(s.length*r.indexOf(a)/(r.length+1)))??(0,Me.default)(s,-1);return o&&(0,_l.default)(n,o)?o:n.length?(0,Me.default)(n,-1):(0,Me.default)(s,0)},Ma=(a,e,t,i)=>{let r=Xn.get(e);r||(r=[...e].sort(Sr(1)),Xn.set(e,r));let s=Xn.get(t);s||(s=[...t].sort(Sr(1)),Xn.set(t,s));let n=yS.get(a);n||(n=s.filter(u=>G(u.bitrate)&&G(a.bitrate)?a.bitrate/u.bitrate>i:!0),yS.set(a,n));let o=(0,Me.default)(s,Math.round(s.length*r.indexOf(a)/(r.length+1)))??(0,Me.default)(s,-1);return o&&(0,_l.default)(n,o)?o:n.length?(0,Me.default)(n,-1):(0,Me.default)(s,0)},TS=a=>"quality"in a,ao=(a,e,t,i)=>{let r=G(i?.last?.bitrate)&&G(t?.bitrate)&&i.last.bitrate<t.bitrate?a.trackCooldownIncreaseQuality:a.trackCooldownDecreaseQuality,s=t&&i&&i.history[t.id]&&ES()-i.history[t.id]<=r&&(!i.last||t.id!==i.last.id);if(t?.id&&i&&!s&&i.recordSelection(t),s&&i?.last){let n=i.last;i?.recordSwitch(n);let o=TS(n)?"video":"audio",u=TS(n)?n.quality:n.bitrate;return e({message:`
|
|
8
|
-
[last ${
|
|
9
|
-
`}),
|
|
6
|
+
var e,t,i,s,a,r,n,o,u,l,d,h,c,p,m,f,g,b,v=Object.create,S=Object.getPrototypeOf,y=Object.defineProperty,w=Object.getOwnPropertyNames,$=Object.prototype.hasOwnProperty,T=(e,t,i)=>{i=null!=e?v(S(e)):{};let s=!t&&e&&e.__esModule?i:y(i,"default",{value:e,enumerable:!0});for(let t of w(e))$.call(s,t)||y(s,t,{get:()=>e[t],enumerable:!0});return s},k=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),x=k((e,t)=>{var i=function(e){return e&&e.Math===Math&&e};t.exports=i("object"==typeof globalThis&&globalThis)||i("object"==typeof window&&window)||i("object"==typeof self&&self)||i("object"==typeof global&&global)||i("object"==typeof e&&e)||function(){return this}()||Function("return this")()}),E=k((e,t)=>{t.exports=function(e){try{return!!e()}catch(e){return!0}}}),L=k((e,t)=>{t.exports=!E()(function(){var e=(function(){}).bind();return"function"!=typeof e||e.hasOwnProperty("prototype")})}),C=k((e,t)=>{var i=L(),s=Function.prototype,a=s.apply,r=s.call;t.exports="object"==typeof Reflect&&Reflect.apply||(i?r.bind(a):function(){return r.apply(a,arguments)})}),M=k((e,t)=>{var i=L(),s=Function.prototype,a=s.call,r=i&&s.bind.bind(a,a);t.exports=i?r:function(e){return function(){return a.apply(e,arguments)}}}),A=k((e,t)=>{var i=M(),s=i({}.toString),a=i("".slice);t.exports=function(e){return a(s(e),8,-1)}}),R=k((e,t)=>{var i=A(),s=M();t.exports=function(e){if("Function"===i(e))return s(e)}}),B=k((e,t)=>{var i="object"==typeof document&&document.all;t.exports=void 0===i&&void 0!==i?function(e){return"function"==typeof e||e===i}:function(e){return"function"==typeof e}}),I=k((e,t)=>{t.exports=!E()(function(){return 7!==Object.defineProperty({},1,{get:function(){return 7}})[1]})}),D=k((e,t)=>{var i=L(),s=Function.prototype.call;t.exports=i?s.bind(s):function(){return s.apply(s,arguments)}}),P=k(e=>{var t={}.propertyIsEnumerable,i=Object.getOwnPropertyDescriptor;e.f=i&&!t.call({1:2},1)?function(e){var t=i(this,e);return!!t&&t.enumerable}:t}),V=k((e,t)=>{t.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}}),_=k((e,t)=>{var i=M(),s=E(),a=A(),r=Object,n=i("".split);t.exports=s(function(){return!r("z").propertyIsEnumerable(0)})?function(e){return"String"===a(e)?n(e,""):r(e)}:r}),O=k((e,t)=>{t.exports=function(e){return null==e}}),N=k((e,t)=>{var i=O(),s=TypeError;t.exports=function(e){if(i(e))throw new s("Can't call method on "+e);return e}}),F=k((e,t)=>{var i=_(),s=N();t.exports=function(e){return i(s(e))}}),U=k((e,t)=>{var i=B();t.exports=function(e){return"object"==typeof e?null!==e:i(e)}}),q=k((e,t)=>{t.exports={}}),z=k((e,t)=>{var i=q(),s=x(),a=B(),r=function(e){return a(e)?e:void 0};t.exports=function(e,t){return arguments.length<2?r(i[e])||r(s[e]):i[e]&&i[e][t]||s[e]&&s[e][t]}}),H=k((e,t)=>{t.exports=M()({}.isPrototypeOf)}),W=k((e,t)=>{var i=x().navigator,s=i&&i.userAgent;t.exports=s?String(s):""}),j=k((e,t)=>{var i,s,a=x(),r=W(),n=a.process,o=a.Deno,u=n&&n.versions||o&&o.version,l=u&&u.v8;l&&(s=(i=l.split("."))[0]>0&&i[0]<4?1:+(i[0]+i[1])),!s&&r&&(!(i=r.match(/Edge\/(\d+)/))||i[1]>=74)&&(i=r.match(/Chrome\/(\d+)/))&&(s=+i[1]),t.exports=s}),Q=k((e,t)=>{var i=j(),s=E(),a=x().String;t.exports=!!Object.getOwnPropertySymbols&&!s(function(){var e=Symbol("symbol detection");return!a(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&i&&i<41})}),G=k((e,t)=>{t.exports=Q()&&!Symbol.sham&&"symbol"==typeof Symbol.iterator}),X=k((e,t)=>{var i=z(),s=B(),a=H(),r=G(),n=Object;t.exports=r?function(e){return"symbol"==typeof e}:function(e){var t=i("Symbol");return s(t)&&a(t.prototype,n(e))}}),Y=k((e,t)=>{var i=String;t.exports=function(e){try{return i(e)}catch(e){return"Object"}}}),J=k((e,t)=>{var i=B(),s=Y(),a=TypeError;t.exports=function(e){if(i(e))return e;throw new a(s(e)+" is not a function")}}),K=k((e,t)=>{var i=J(),s=O();t.exports=function(e,t){var a=e[t];return s(a)?void 0:i(a)}}),Z=k((e,t)=>{var i=D(),s=B(),a=U(),r=TypeError;t.exports=function(e,t){var n,o;if("string"===t&&s(n=e.toString)&&!a(o=i(n,e))||s(n=e.valueOf)&&!a(o=i(n,e))||"string"!==t&&s(n=e.toString)&&!a(o=i(n,e)))return o;throw new r("Can't convert object to primitive value")}}),ee=k((e,t)=>{t.exports=!0}),et=k((e,t)=>{var i=x(),s=Object.defineProperty;t.exports=function(e,t){try{s(i,e,{value:t,configurable:!0,writable:!0})}catch(s){i[e]=t}return t}}),ei=k((e,t)=>{var i=ee(),s=x(),a=et(),r="__core-js_shared__",n=t.exports=s[r]||a(r,{});(n.versions||(n.versions=[])).push({version:"3.43.0",mode:i?"pure":"global",copyright:"\xa9 2014-2025 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.43.0/LICENSE",source:"https://github.com/zloirock/core-js"})}),es=k((e,t)=>{var i=ei();t.exports=function(e,t){return i[e]||(i[e]=t||{})}}),ea=k((e,t)=>{var i=N(),s=Object;t.exports=function(e){return s(i(e))}}),er=k((e,t)=>{var i=M(),s=ea(),a=i({}.hasOwnProperty);t.exports=Object.hasOwn||function(e,t){return a(s(e),t)}}),en=k((e,t)=>{var i=M(),s=0,a=Math.random(),r=i(1.1.toString);t.exports=function(e){return"Symbol("+(void 0===e?"":e)+")_"+r(++s+a,36)}}),eo=k((e,t)=>{var i=x(),s=es(),a=er(),r=en(),n=Q(),o=G(),u=i.Symbol,l=s("wks"),d=o?u.for||u:u&&u.withoutSetter||r;t.exports=function(e){return a(l,e)||(l[e]=n&&a(u,e)?u[e]:d("Symbol."+e)),l[e]}}),eu=k((e,t)=>{var i=D(),s=U(),a=X(),r=K(),n=Z(),o=eo(),u=TypeError,l=o("toPrimitive");t.exports=function(e,t){if(!s(e)||a(e))return e;var o,d=r(e,l);if(d){if(void 0===t&&(t="default"),!s(o=i(d,e,t))||a(o))return o;throw new u("Can't convert object to primitive value")}return void 0===t&&(t="number"),n(e,t)}}),el=k((e,t)=>{var i=eu(),s=X();t.exports=function(e){var t=i(e,"string");return s(t)?t:t+""}}),ed=k((e,t)=>{var i=x(),s=U(),a=i.document,r=s(a)&&s(a.createElement);t.exports=function(e){return r?a.createElement(e):{}}}),eh=k((e,t)=>{var i=I(),s=E(),a=ed();t.exports=!i&&!s(function(){return 7!==Object.defineProperty(a("div"),"a",{get:function(){return 7}}).a})}),ec=k(e=>{var t=I(),i=D(),s=P(),a=V(),r=F(),n=el(),o=er(),u=eh(),l=Object.getOwnPropertyDescriptor;e.f=t?l:function(e,t){if(e=r(e),t=n(t),u)try{return l(e,t)}catch(e){}if(o(e,t))return a(!i(s.f,e,t),e[t])}}),ep=k((e,t)=>{var i=E(),s=B(),a=/#|\.prototype\./,r=function(e,t){var a=o[n(e)];return a===l||a!==u&&(s(t)?i(t):!!t)},n=r.normalize=function(e){return String(e).replace(a,".").toLowerCase()},o=r.data={},u=r.NATIVE="N",l=r.POLYFILL="P";t.exports=r}),em=k((e,t)=>{var i=R(),s=J(),a=L(),r=i(i.bind);t.exports=function(e,t){return s(e),void 0===t?e:a?r(e,t):function(){return e.apply(t,arguments)}}}),ef=k((e,t)=>{var i=I(),s=E();t.exports=i&&s(function(){return 42!==Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype})}),eg=k((e,t)=>{var i=U(),s=String,a=TypeError;t.exports=function(e){if(i(e))return e;throw new a(s(e)+" is not an object")}}),eb=k(e=>{var t=I(),i=eh(),s=ef(),a=eg(),r=el(),n=TypeError,o=Object.defineProperty,u=Object.getOwnPropertyDescriptor,l="enumerable",d="configurable",h="writable";e.f=t?s?function(e,t,i){if(a(e),t=r(t),a(i),"function"==typeof e&&"prototype"===t&&"value"in i&&h in i&&!i[h]){var s=u(e,t);s&&s[h]&&(e[t]=i.value,i={configurable:d in i?i[d]:s[d],enumerable:l in i?i[l]:s[l],writable:!1})}return o(e,t,i)}:o:function(e,t,s){if(a(e),t=r(t),a(s),i)try{return o(e,t,s)}catch(e){}if("get"in s||"set"in s)throw new n("Accessors not supported");return"value"in s&&(e[t]=s.value),e}}),ev=k((e,t)=>{var i=I(),s=eb(),a=V();t.exports=i?function(e,t,i){return s.f(e,t,a(1,i))}:function(e,t,i){return e[t]=i,e}}),eS=k((e,t)=>{var i=x(),s=C(),a=R(),r=B(),n=ec().f,o=ep(),u=q(),l=em(),d=ev(),h=er();ei();var c=function(e){var t=function(i,a,r){if(this instanceof t){switch(arguments.length){case 0:return new e;case 1:return new e(i);case 2:return new e(i,a)}return new e(i,a,r)}return s(e,this,arguments)};return t.prototype=e.prototype,t};t.exports=function(e,t){var s,p,m,f,g,b,v,S,y,w=e.target,$=e.global,T=e.stat,k=e.proto,x=$?i:T?i[w]:i[w]&&i[w].prototype,E=$?u:u[w]||d(u,w,{})[w],L=E.prototype;for(f in t)p=!(s=o($?f:w+(T?".":"#")+f,e.forced))&&x&&h(x,f),b=E[f],p&&(v=e.dontCallGetSet?(y=n(x,f))&&y.value:x[f]),g=p&&v?v:t[f],(s||k||typeof b!=typeof g)&&(S=e.bind&&p?l(g,i):e.wrap&&p?c(g):k&&r(g)?a(g):g,(e.sham||g&&g.sham||b&&b.sham)&&d(S,"sham",!0),d(E,f,S),k&&(h(u,m=w+"Prototype")||d(u,m,{}),d(u[m],f,g),e.real&&L&&(s||!L[f])&&d(L,f,g)))}}),ey=k((e,t)=>{var i=es(),s=en(),a=i("keys");t.exports=function(e){return a[e]||(a[e]=s(e))}}),ew=k((e,t)=>{t.exports=!E()(function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype})}),e$=k((e,t)=>{var i=er(),s=B(),a=ea(),r=ey(),n=ew(),o=r("IE_PROTO"),u=Object,l=u.prototype;t.exports=n?u.getPrototypeOf:function(e){var t=a(e);if(i(t,o))return t[o];var r=t.constructor;return s(r)&&t instanceof r?r.prototype:t instanceof u?l:null}}),eT=k((e,t)=>{var i=Math.ceil,s=Math.floor;t.exports=Math.trunc||function(e){var t=+e;return(t>0?s:i)(t)}}),ek=k((e,t)=>{var i=eT();t.exports=function(e){var t=+e;return t!=t||0===t?0:i(t)}}),ex=k((e,t)=>{var i=ek(),s=Math.max,a=Math.min;t.exports=function(e,t){var r=i(e);return r<0?s(r+t,0):a(r,t)}}),eE=k((e,t)=>{var i=ek(),s=Math.min;t.exports=function(e){var t=i(e);return t>0?s(t,0x1fffffffffffff):0}}),eL=k((e,t)=>{var i=eE();t.exports=function(e){return i(e.length)}}),eC=k((e,t)=>{var i=F(),s=ex(),a=eL(),r=function(e){return function(t,r,n){var o,u=i(t),l=a(u);if(0===l)return!e&&-1;var d=s(n,l);if(e&&r!=r){for(;l>d;)if((o=u[d++])!=o)return!0}else for(;l>d;d++)if((e||d in u)&&u[d]===r)return e||d||0;return!e&&-1}};t.exports={includes:r(!0),indexOf:r(!1)}}),eM=k((e,t)=>{t.exports={}}),eA=k((e,t)=>{var i=M(),s=er(),a=F(),r=eC().indexOf,n=eM(),o=i([].push);t.exports=function(e,t){var i,u=a(e),l=0,d=[];for(i in u)!s(n,i)&&s(u,i)&&o(d,i);for(;t.length>l;)s(u,i=t[l++])&&(~r(d,i)||o(d,i));return d}}),eR=k((e,t)=>{t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]}),eB=k((e,t)=>{var i=eA(),s=eR();t.exports=Object.keys||function(e){return i(e,s)}}),eI=k((e,t)=>{var i=I(),s=E(),a=M(),r=e$(),n=eB(),o=F(),u=a(P().f),l=a([].push),d=i&&s(function(){var e=Object.create(null);return e[2]=2,!u(e,2)}),h=function(e){return function(t){for(var s,a=o(t),h=n(a),c=d&&null===r(a),p=h.length,m=0,f=[];p>m;)s=h[m++],(!i||(c?s in a:u(a,s)))&&l(f,e?[s,a[s]]:a[s]);return f}};t.exports={entries:h(!0),values:h(!1)}}),eD=k(()=>{var e=eS(),t=eI().values;e({target:"Object",stat:!0},{values:function(e){return t(e)}})}),eP=k((e,t)=>{eD(),t.exports=q().Object.values}),eV=k((e,t)=>{t.exports=eP()}),e_=k((e,t)=>{t.exports=eV()}),eO=k((e,t)=>{t.exports=function(){}}),eN=k(()=>{var e=eS(),t=eC().includes,i=E(),s=eO();e({target:"Array",proto:!0,forced:i(function(){return![,].includes()})},{includes:function(e){return t(this,e,arguments.length>1?arguments[1]:void 0)}}),s("includes")}),eF=k((e,t)=>{t.exports=z()}),eU=k((e,t)=>{eN(),t.exports=eF()("Array","includes")}),eq=k((e,t)=>{t.exports=eU()}),ez=k((e,t)=>{t.exports=eq()}),eH=k(()=>{var e=eS(),t=eI().entries;e({target:"Object",stat:!0},{entries:function(e){return t(e)}})}),eW=k((e,t)=>{eH(),t.exports=q().Object.entries}),ej=k((e,t)=>{t.exports=eW()}),eQ=k((e,t)=>{t.exports=ej()}),eG=k((e,t)=>{t.exports={}}),eX=k((e,t)=>{var i=x(),s=B(),a=i.WeakMap;t.exports=s(a)&&/native code/.test(String(a))}),eY=k((e,t)=>{var i,s,a,r,n,o=eX(),u=x(),l=U(),d=ev(),h=er(),c=ei(),p=ey(),m=eM(),f="Object already initialized",g=u.TypeError,b=u.WeakMap;o||c.state?((r=c.state||(c.state=new b)).get=r.get,r.has=r.has,r.set=r.set,i=function(e,t){if(r.has(e))throw new g(f);return t.facade=e,r.set(e,t),t},s=function(e){return r.get(e)||{}},a=function(e){return r.has(e)}):(m[n=p("state")]=!0,i=function(e,t){if(h(e,n))throw new g(f);return t.facade=e,d(e,n,t),t},s=function(e){return h(e,n)?e[n]:{}},a=function(e){return h(e,n)}),t.exports={set:i,get:s,has:a,enforce:function(e){return a(e)?s(e):i(e,{})},getterFor:function(e){return function(t){var i;if(!l(t)||(i=s(t)).type!==e)throw new g("Incompatible receiver, "+e+" required");return i}}}}),eJ=k((e,t)=>{var i=I(),s=er(),a=Function.prototype,r=i&&Object.getOwnPropertyDescriptor,n=s(a,"name"),o=n&&(!i||i&&r(a,"name").configurable);t.exports={EXISTS:n,PROPER:n&&"something"===(function(){}).name,CONFIGURABLE:o}}),eK=k(e=>{var t=I(),i=ef(),s=eb(),a=eg(),r=F(),n=eB();e.f=t&&!i?Object.defineProperties:function(e,t){a(e);for(var i,o=r(t),u=n(t),l=u.length,d=0;l>d;)s.f(e,i=u[d++],o[i]);return e}}),eZ=k((e,t)=>{t.exports=z()("document","documentElement")}),e0=k((e,t)=>{var i,s=eg(),a=eK(),r=eR(),n=eM(),o=eZ(),u=ed(),l=ey(),d="prototype",h="script",c=l("IE_PROTO"),p=function(){},m=function(e){return"<"+h+">"+e+"</"+h+">"},f=function(e){e.write(m("")),e.close();var t=e.parentWindow.Object;return e=null,t},g=function(){var e,t=u("iframe");return t.style.display="none",o.appendChild(t),t.src=String("java"+h+":"),(e=t.contentWindow.document).open(),e.write(m("document.F=Object")),e.close(),e.F},b=function(){try{i=new ActiveXObject("htmlfile")}catch(e){}b="u">typeof document?document.domain&&i?f(i):g():f(i);for(var e=r.length;e--;)delete b[d][r[e]];return b()};n[c]=!0,t.exports=Object.create||function(e,t){var i;return null!==e?(p[d]=s(e),i=new p,p[d]=null,i[c]=e):i=b(),void 0===t?i:a.f(i,t)}}),e1=k((e,t)=>{var i=ev();t.exports=function(e,t,s,a){return a&&a.enumerable?e[t]=s:i(e,t,s),e}}),e3=k((e,t)=>{var i,s,a,r=E(),n=B(),o=U(),u=e0(),l=e$(),d=e1(),h=eo(),c=ee(),p=h("iterator"),m=!1;[].keys&&("next"in(a=[].keys())?(s=l(l(a)))!==Object.prototype&&(i=s):m=!0),!o(i)||r(function(){var e={};return i[p].call(e)!==e})?i={}:c&&(i=u(i)),n(i[p])||d(i,p,function(){return this}),t.exports={IteratorPrototype:i,BUGGY_SAFARI_ITERATORS:m}}),e2=k((e,t)=>{var i=eo()("toStringTag"),s={};s[i]="z",t.exports="[object z]"===String(s)}),e4=k((e,t)=>{var i=e2(),s=B(),a=A(),r=eo()("toStringTag"),n=Object,o="Arguments"===a(function(){return arguments}()),u=function(e,t){try{return e[t]}catch(e){}};t.exports=i?a:function(e){var t,i,l;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(i=u(t=n(e),r))?i:o?a(t):"Object"===(l=a(t))&&s(t.callee)?"Arguments":l}}),e6=k((e,t)=>{var i=e2(),s=e4();t.exports=i?({}).toString:function(){return"[object "+s(this)+"]"}}),e5=k((e,t)=>{var i=e2(),s=eb().f,a=ev(),r=er(),n=e6(),o=eo()("toStringTag");t.exports=function(e,t,u,l){var d=u?e:e&&e.prototype;d&&(r(d,o)||s(d,o,{configurable:!0,value:t}),l&&!i&&a(d,"toString",n))}}),e8=k((e,t)=>{var i=e3().IteratorPrototype,s=e0(),a=V(),r=e5(),n=eG(),o=function(){return this};t.exports=function(e,t,u,l){var d=t+" Iterator";return e.prototype=s(i,{next:a(+!l,u)}),r(e,d,!1,!0),n[d]=o,e}}),e7=k((e,t)=>{var i=M(),s=J();t.exports=function(e,t,a){try{return i(s(Object.getOwnPropertyDescriptor(e,t)[a]))}catch(e){}}}),e9=k((e,t)=>{var i=U();t.exports=function(e){return i(e)||null===e}}),te=k((e,t)=>{var i=e9(),s=String,a=TypeError;t.exports=function(e){if(i(e))return e;throw new a("Can't set "+s(e)+" as a prototype")}}),tt=k((e,t)=>{var i=e7(),s=U(),a=N(),r=te();t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,n={};try{(e=i(Object.prototype,"__proto__","set"))(n,[]),t=n instanceof Array}catch(e){}return function(i,n){return a(i),r(n),s(i)&&(t?e(i,n):i.__proto__=n),i}}():void 0)}),ti=k((e,t)=>{var i=eS(),s=D(),a=ee(),r=eJ(),n=B(),o=e8(),u=e$(),l=tt(),d=e5(),h=ev(),c=e1(),p=eo(),m=eG(),f=e3(),g=r.PROPER,b=r.CONFIGURABLE,v=f.IteratorPrototype,S=f.BUGGY_SAFARI_ITERATORS,y=p("iterator"),w="keys",$="values",T="entries",k=function(){return this};t.exports=function(e,t,r,p,f,x,E){o(r,t,p);var L,C,M,A=function(e){if(e===f&&P)return P;if(!S&&e&&e in I)return I[e];switch(e){case w:case $:case T:return function(){return new r(this,e)}}return function(){return new r(this)}},R=t+" Iterator",B=!1,I=e.prototype,D=I[y]||I["@@iterator"]||f&&I[f],P=!S&&D||A(f),V="Array"===t&&I.entries||D;if(V&&(L=u(V.call(new e)))!==Object.prototype&&L.next&&(!a&&u(L)!==v&&(l?l(L,v):n(L[y])||c(L,y,k)),d(L,R,!0,!0),a&&(m[R]=k)),g&&f===$&&D&&D.name!==$&&(!a&&b?h(I,"name",$):(B=!0,P=function(){return s(D,this)})),f)if(C={values:A($),keys:x?P:A(w),entries:A(T)},E)for(M in C)!S&&!B&&M in I||c(I,M,C[M]);else i({target:t,proto:!0,forced:S||B},C);return(!a||E)&&I[y]!==P&&c(I,y,P,{name:f}),m[t]=P,C}}),ts=k((e,t)=>{t.exports=function(e,t){return{value:e,done:t}}}),ta=k((e,t)=>{var i=F(),s=eO(),a=eG(),r=eY(),n=eb().f,o=ti(),u=ts(),l=ee(),d=I(),h="Array Iterator",c=r.set,p=r.getterFor(h);t.exports=o(Array,"Array",function(e,t){c(this,{type:h,target:i(e),index:0,kind:t})},function(){var e=p(this),t=e.target,i=e.index++;if(!t||i>=t.length)return e.target=null,u(void 0,!0);switch(e.kind){case"keys":return u(i,!1);case"values":return u(t[i],!1)}return u([i,t[i]],!1)},"values");var m=a.Arguments=a.Array;if(s("keys"),s("values"),s("entries"),!l&&d&&"values"!==m.name)try{n(m,"name",{value:"values"})}catch(e){}}),tr=k((e,t)=>{var i=eo(),s=eG(),a=i("iterator"),r=Array.prototype;t.exports=function(e){return void 0!==e&&(s.Array===e||r[a]===e)}}),tn=k((e,t)=>{var i=e4(),s=K(),a=O(),r=eG(),n=eo()("iterator");t.exports=function(e){if(!a(e))return s(e,n)||s(e,"@@iterator")||r[i(e)]}}),to=k((e,t)=>{var i=D(),s=J(),a=eg(),r=Y(),n=tn(),o=TypeError;t.exports=function(e,t){var u=arguments.length<2?n(e):t;if(s(u))return a(i(u,e));throw new o(r(e)+" is not iterable")}}),tu=k((e,t)=>{var i=D(),s=eg(),a=K();t.exports=function(e,t,r){var n,o;s(e);try{if(!(n=a(e,"return"))){if("throw"===t)throw r;return r}n=i(n,e)}catch(e){o=!0,n=e}if("throw"===t)throw r;if(o)throw n;return s(n),r}}),tl=k((e,t)=>{var i=em(),s=D(),a=eg(),r=Y(),n=tr(),o=eL(),u=H(),l=to(),d=tn(),h=tu(),c=TypeError,p=function(e,t){this.stopped=e,this.result=t},m=p.prototype;t.exports=function(e,t,f){var g,b,v,S,y,w,$,T=f&&f.that,k=!!(f&&f.AS_ENTRIES),x=!!(f&&f.IS_RECORD),E=!!(f&&f.IS_ITERATOR),L=!!(f&&f.INTERRUPTED),C=i(t,T),M=function(e){return g&&h(g,"normal"),new p(!0,e)},A=function(e){return k?(a(e),L?C(e[0],e[1],M):C(e[0],e[1])):L?C(e,M):C(e)};if(x)g=e.iterator;else if(E)g=e;else{if(!(b=d(e)))throw new c(r(e)+" is not iterable");if(n(b)){for(v=0,S=o(e);S>v;v++)if((y=A(e[v]))&&u(m,y))return y;return new p(!1)}g=l(e,b)}for(w=x?e.next:g.next;!($=s(w,g)).done;){try{y=A($.value)}catch(e){h(g,"throw",e)}if("object"==typeof y&&y&&u(m,y))return y}return new p(!1)}}),td=k((e,t)=>{var i=I(),s=eb(),a=V();t.exports=function(e,t,r){i?s.f(e,t,a(0,r)):e[t]=r}}),th=k(()=>{var e=eS(),t=tl(),i=td();e({target:"Object",stat:!0},{fromEntries:function(e){var s={};return t(e,function(e,t){i(s,e,t)},{AS_ENTRIES:!0}),s}})}),tc=k((e,t)=>{ta(),th(),t.exports=q().Object.fromEntries}),tp=k((e,t)=>{t.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}}),tm=k(()=>{ta();var e,t=tp(),i=x(),s=e5(),a=eG();for(e in t)s(i[e],e),a[e]=a.Array}),tf=k((e,t)=>{var i=tc();tm(),t.exports=i}),tg=k((e,t)=>{t.exports=tf()}),tb=k((e,t)=>{var i=x(),s=W(),a=A(),r=function(e){return s.slice(0,e.length)===e};t.exports=r("Bun/")?"BUN":r("Cloudflare-Workers")?"CLOUDFLARE":r("Deno/")?"DENO":r("Node.js/")?"NODE":i.Bun&&"string"==typeof Bun.version?"BUN":i.Deno&&"object"==typeof Deno.version?"DENO":"process"===a(i.process)?"NODE":i.window&&i.document?"BROWSER":"REST"}),tv=k((e,t)=>{t.exports="NODE"===tb()}),tS=k((e,t)=>{var i=eb();t.exports=function(e,t,s){return i.f(e,t,s)}}),ty=k((e,t)=>{var i=z(),s=tS(),a=eo(),r=I(),n=a("species");t.exports=function(e){var t=i(e);r&&t&&!t[n]&&s(t,n,{configurable:!0,get:function(){return this}})}}),tw=k((e,t)=>{var i=H(),s=TypeError;t.exports=function(e,t){if(i(t,e))return e;throw new s("Incorrect invocation")}}),t$=k((e,t)=>{var i=M(),s=B(),a=ei(),r=i(Function.toString);s(a.inspectSource)||(a.inspectSource=function(e){return r(e)}),t.exports=a.inspectSource}),tT=k((e,t)=>{var i=M(),s=E(),a=B(),r=e4(),n=z(),o=t$(),u=function(){},l=n("Reflect","construct"),d=/^\s*(?:class|function)\b/,h=i(d.exec),c=!d.test(u),p=function(e){if(!a(e))return!1;try{return l(u,[],e),!0}catch(e){return!1}},m=function(e){if(!a(e))return!1;switch(r(e)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return c||!!h(d,o(e))}catch(e){return!0}};m.sham=!0,t.exports=!l||s(function(){var e;return p(p.call)||!p(Object)||!p(function(){e=!0})||e})?m:p}),tk=k((e,t)=>{var i=tT(),s=Y(),a=TypeError;t.exports=function(e){if(i(e))return e;throw new a(s(e)+" is not a constructor")}}),tx=k((e,t)=>{var i=eg(),s=tk(),a=O(),r=eo()("species");t.exports=function(e,t){var n,o=i(e).constructor;return void 0===o||a(n=i(o)[r])?t:s(n)}}),tE=k((e,t)=>{t.exports=M()([].slice)}),tL=k((e,t)=>{var i=TypeError;t.exports=function(e,t){if(e<t)throw new i("Not enough arguments");return e}}),tC=k((e,t)=>{var i=W();t.exports=/(?:ipad|iphone|ipod).*applewebkit/i.test(i)}),tM=k((e,t)=>{var i,s,a,r,n=x(),o=C(),u=em(),l=B(),d=er(),h=E(),c=eZ(),p=tE(),m=ed(),f=tL(),g=tC(),b=tv(),v=n.setImmediate,S=n.clearImmediate,y=n.process,w=n.Dispatch,$=n.Function,T=n.MessageChannel,k=n.String,L=0,M={},A="onreadystatechange";h(function(){i=n.location});var R=function(e){if(d(M,e)){var t=M[e];delete M[e],t()}},I=function(e){return function(){R(e)}},D=function(e){R(e.data)},P=function(e){n.postMessage(k(e),i.protocol+"//"+i.host)};v&&S||(v=function(e){f(arguments.length,1);var t=l(e)?e:$(e),i=p(arguments,1);return M[++L]=function(){o(t,void 0,i)},s(L),L},S=function(e){delete M[e]},b?s=function(e){y.nextTick(I(e))}:w&&w.now?s=function(e){w.now(I(e))}:T&&!g?(r=(a=new T).port2,a.port1.onmessage=D,s=u(r.postMessage,r)):n.addEventListener&&l(n.postMessage)&&!n.importScripts&&i&&"file:"!==i.protocol&&!h(P)?(s=P,n.addEventListener("message",D,!1)):s=A in m("script")?function(e){c.appendChild(m("script"))[A]=function(){c.removeChild(this),R(e)}}:function(e){setTimeout(I(e),0)}),t.exports={set:v,clear:S}}),tA=k((e,t)=>{var i=x(),s=I(),a=Object.getOwnPropertyDescriptor;t.exports=function(e){if(!s)return i[e];var t=a(i,e);return t&&t.value}}),tR=k((e,t)=>{var i=function(){this.head=null,this.tail=null};i.prototype={add:function(e){var t={item:e,next:null},i=this.tail;i?i.next=t:this.head=t,this.tail=t},get:function(){var e=this.head;if(e)return null===(this.head=e.next)&&(this.tail=null),e.item}},t.exports=i}),tB=k((e,t)=>{var i=W();t.exports=/ipad|iphone|ipod/i.test(i)&&"u">typeof Pebble}),tI=k((e,t)=>{var i=W();t.exports=/web0s(?!.*chrome)/i.test(i)}),tD=k((e,t)=>{var i,s,a,r,n,o,u,l=x(),d=tA(),h=em(),c=tM().set,p=tR(),m=tC(),f=tB(),g=tI(),b=tv(),v=l.MutationObserver||l.WebKitMutationObserver,S=l.document,y=l.process,w=l.Promise,$=d("queueMicrotask");$||(o=new p,u=function(){var e,t;for(b&&(e=y.domain)&&e.exit();t=o.get();)try{t()}catch(e){throw o.head&&i(),e}e&&e.enter()},m||b||g||!v||!S?!f&&w&&w.resolve?((r=w.resolve(void 0)).constructor=w,n=h(r.then,r),i=function(){n(u)}):b?i=function(){y.nextTick(u)}:(c=h(c,l),i=function(){c(u)}):(s=!0,a=S.createTextNode(""),new v(u).observe(a,{characterData:!0}),i=function(){a.data=s=!s}),$=function(e){o.head||i(),o.add(e)}),t.exports=$}),tP=k((e,t)=>{t.exports=function(e,t){try{1==arguments.length?console.error(e):console.error(e,t)}catch(e){}}}),tV=k((e,t)=>{t.exports=function(e){try{return{error:!1,value:e()}}catch(e){return{error:!0,value:e}}}}),t_=k((e,t)=>{t.exports=x().Promise}),tO=k((e,t)=>{var i=x(),s=t_(),a=B(),r=ep(),n=t$(),o=eo(),u=tb(),l=ee(),d=j(),h=s&&s.prototype,c=o("species"),p=!1,m=a(i.PromiseRejectionEvent);t.exports={CONSTRUCTOR:r("Promise",function(){var e=n(s),t=e!==String(s);if(!t&&66===d||l&&!(h.catch&&h.finally))return!0;if(!d||d<51||!/native code/.test(e)){var i=new s(function(e){e(1)}),a=function(e){e(function(){},function(){})};if((i.constructor={})[c]=a,!(p=i.then(function(){})instanceof a))return!0}return!t&&("BROWSER"===u||"DENO"===u)&&!m}),REJECTION_EVENT:m,SUBCLASSING:p}}),tN=k((e,t)=>{var i=J(),s=TypeError,a=function(e){var t,a;this.promise=new e(function(e,i){if(void 0!==t||void 0!==a)throw new s("Bad Promise constructor");t=e,a=i}),this.resolve=i(t),this.reject=i(a)};e.f=function(e){return new a(e)}}),tF=k(()=>{var e,t,i,s,a=eS(),r=ee(),n=tv(),o=x(),u=q(),l=D(),d=e1(),h=tt(),c=e5(),p=ty(),m=J(),f=B(),g=U(),b=tw(),v=tx(),S=tM().set,y=tD(),w=tP(),$=tV(),T=tR(),k=eY(),E=t_(),L=tO(),C=tN(),M="Promise",A=L.CONSTRUCTOR,R=L.REJECTION_EVENT,I=L.SUBCLASSING,P=k.getterFor(M),V=k.set,_=E&&E.prototype,O=E,N=_,F=o.TypeError,z=o.document,H=o.process,W=C.f,j=W,Q=!!(z&&z.createEvent&&o.dispatchEvent),G="unhandledrejection",X=function(e){var t;return!!(g(e)&&f(t=e.then))&&t},Y=function(e,t){var i,s,a,r=t.value,n=1===t.state,o=n?e.ok:e.fail,u=e.resolve,d=e.reject,h=e.domain;try{o?(n||(2===t.rejection&&es(t),t.rejection=1),!0===o?i=r:(h&&h.enter(),i=o(r),h&&(h.exit(),a=!0)),i===e.promise?d(new F("Promise-chain cycle")):(s=X(i))?l(s,i,u,d):u(i)):d(r)}catch(e){h&&!a&&h.exit(),d(e)}},K=function(e,t){e.notified||(e.notified=!0,y(function(){for(var i,s=e.reactions;i=s.get();)Y(i,e);e.notified=!1,t&&!e.rejection&&et(e)}))},Z=function(e,t,i){var s,a;Q?((s=z.createEvent("Event")).promise=t,s.reason=i,s.initEvent(e,!1,!0),o.dispatchEvent(s)):s={promise:t,reason:i},!R&&(a=o["on"+e])?a(s):e===G&&w("Unhandled promise rejection",i)},et=function(e){l(S,o,function(){var t,i=e.facade,s=e.value;if(ei(e)&&(t=$(function(){n?H.emit("unhandledRejection",s,i):Z(G,i,s)}),e.rejection=n||ei(e)?2:1,t.error))throw t.value})},ei=function(e){return 1!==e.rejection&&!e.parent},es=function(e){l(S,o,function(){var t=e.facade;n?H.emit("rejectionHandled",t):Z("rejectionhandled",t,e.value)})},ea=function(e,t,i){return function(s){e(t,s,i)}},er=function(e,t,i){e.done||(e.done=!0,i&&(e=i),e.value=t,e.state=2,K(e,!0))},en=function(e,t,i){if(!e.done){e.done=!0,i&&(e=i);try{if(e.facade===t)throw new F("Promise can't be resolved itself");var s=X(t);s?y(function(){var i={done:!1};try{l(s,t,ea(en,i,e),ea(er,i,e))}catch(t){er(i,t,e)}}):(e.value=t,e.state=1,K(e,!1))}catch(t){er({done:!1},t,e)}}};if(A&&(N=(O=function(t){b(this,N),m(t),l(e,this);var i=P(this);try{t(ea(en,i),ea(er,i))}catch(e){er(i,e)}}).prototype,(e=function(e){V(this,{type:M,done:!1,notified:!1,parent:!1,reactions:new T,rejection:!1,state:0,value:null})}).prototype=d(N,"then",function(e,t){var i=P(this),s=W(v(this,O));return i.parent=!0,s.ok=!f(e)||e,s.fail=f(t)&&t,s.domain=n?H.domain:void 0,0===i.state?i.reactions.add(s):y(function(){Y(s,i)}),s.promise}),t=function(){var t=new e,i=P(t);this.promise=t,this.resolve=ea(en,i),this.reject=ea(er,i)},C.f=W=function(e){return e===O||e===i?new t(e):j(e)},!r&&f(E)&&_!==Object.prototype)){s=_.then,I||d(_,"then",function(e,t){var i=this;return new O(function(e,t){l(s,i,e,t)}).then(e,t)},{unsafe:!0});try{delete _.constructor}catch(e){}h&&h(_,N)}a({global:!0,constructor:!0,wrap:!0,forced:A},{Promise:O}),i=u.Promise,c(O,M,!1,!0),p(M)}),tU=k((e,t)=>{var i,s,a=eo()("iterator"),r=!1;try{i=0,(s={next:function(){return{done:!!i++}},return:function(){r=!0}})[a]=function(){return this},Array.from(s,function(){throw 2})}catch(e){}t.exports=function(e,t){try{if(!t&&!r)return!1}catch(e){return!1}var i=!1;try{var s={};s[a]=function(){return{next:function(){return{done:i=!0}}}},e(s)}catch(e){}return i}}),tq=k((e,t)=>{var i=t_(),s=tU();t.exports=tO().CONSTRUCTOR||!s(function(e){i.all(e).then(void 0,function(){})})}),tz=k(()=>{var e=eS(),t=D(),i=J(),s=tN(),a=tV(),r=tl();e({target:"Promise",stat:!0,forced:tq()},{all:function(e){var n=this,o=s.f(n),u=o.resolve,l=o.reject,d=a(function(){var s=i(n.resolve),a=[],o=0,d=1;r(e,function(e){var i=o++,r=!1;d++,t(s,n,e).then(function(e){!r&&(r=!0,a[i]=e,--d||u(a))},l)}),--d||u(a)});return d.error&&l(d.value),o.promise}})}),tH=k(()=>{var e,t=eS(),i=ee(),s=tO().CONSTRUCTOR,a=t_(),r=z(),n=B(),o=e1(),u=a&&a.prototype;t({target:"Promise",proto:!0,forced:s,real:!0},{catch:function(e){return this.then(void 0,e)}}),!i&&n(a)&&(e=r("Promise").prototype.catch,u.catch!==e&&o(u,"catch",e,{unsafe:!0}))}),tW=k(()=>{var e=eS(),t=D(),i=J(),s=tN(),a=tV(),r=tl();e({target:"Promise",stat:!0,forced:tq()},{race:function(e){var n=this,o=s.f(n),u=o.reject,l=a(function(){var s=i(n.resolve);r(e,function(e){t(s,n,e).then(o.resolve,u)})});return l.error&&u(l.value),o.promise}})}),tj=k(()=>{var e=eS(),t=tN();e({target:"Promise",stat:!0,forced:tO().CONSTRUCTOR},{reject:function(e){var i=t.f(this);return(0,i.reject)(e),i.promise}})}),tQ=k((e,t)=>{var i=eg(),s=U(),a=tN();t.exports=function(e,t){if(i(e),s(t)&&t.constructor===e)return t;var r=a.f(e);return(0,r.resolve)(t),r.promise}}),tG=k(()=>{var e=eS(),t=z(),i=ee(),s=t_(),a=tO().CONSTRUCTOR,r=tQ(),n=t("Promise"),o=i&&!a;e({target:"Promise",stat:!0,forced:i||a},{resolve:function(e){return r(o&&this===n?s:this,e)}})}),tX=k(()=>{tF(),tz(),tH(),tW(),tj(),tG()}),tY=k(()=>{var e,t=eS(),i=ee(),s=t_(),a=E(),r=z(),n=B(),o=tx(),u=tQ(),l=e1(),d=s&&s.prototype;t({target:"Promise",proto:!0,real:!0,forced:!!s&&a(function(){d.finally.call({then:function(){}},function(){})})},{finally:function(e){var t=o(this,r("Promise")),i=n(e);return this.then(i?function(i){return u(t,e()).then(function(){return i})}:e,i?function(i){return u(t,e()).then(function(){throw i})}:e)}}),!i&&n(s)&&(e=r("Promise").prototype.finally,d.finally!==e&&l(d,"finally",e,{unsafe:!0}))}),tJ=k((e,t)=>{tX(),tY(),t.exports=eF()("Promise","finally")}),tK=k((e,t)=>{t.exports=tJ()}),tZ=k((e,t)=>{t.exports=tK()}),t0=k(()=>{var e=eS(),t=ea(),i=eL(),s=ek(),a=eO();e({target:"Array",proto:!0},{at:function(e){var a=t(this),r=i(a),n=s(e),o=n>=0?n:r+n;return o<0||o>=r?void 0:a[o]}}),a("at")}),t1=k((e,t)=>{t0(),t.exports=eF()("Array","at")}),t3=k((e,t)=>{t.exports=t1()}),t2=k((e,t)=>{t.exports=t3()}),t4=k((e,t)=>{var i=A();t.exports=Array.isArray||function(e){return"Array"===i(e)}}),t6=k((e,t)=>{var i=TypeError;t.exports=function(e){if(e>0x1fffffffffffff)throw i("Maximum allowed index exceeded");return e}}),t5=k((e,t)=>{var i=t4(),s=eL(),a=t6(),r=em(),n=function(e,t,o,u,l,d,h,c){for(var p,m,f=l,g=0,b=!!h&&r(h,c);g<u;)g in o&&(p=b?b(o[g],g,t):o[g],d>0&&i(p)?(m=s(p),f=n(e,t,p,m,f,d-1)-1):(a(f+1),e[f]=p),f++),g++;return f};t.exports=n}),t8=k((e,t)=>{var i=t4(),s=tT(),a=U(),r=eo()("species"),n=Array;t.exports=function(e){var t;return i(e)&&(s(t=e.constructor)&&(t===n||i(t.prototype))?t=void 0:a(t)&&null===(t=t[r])&&(t=void 0)),void 0===t?n:t}}),t7=k((e,t)=>{var i=t8();t.exports=function(e,t){return new(i(e))(0===t?0:t)}}),t9=k(()=>{var e=eS(),t=t5(),i=J(),s=ea(),a=eL(),r=t7();e({target:"Array",proto:!0},{flatMap:function(e){var n,o=s(this),u=a(o);return i(e),(n=r(o,0)).length=t(n,o,o,u,0,1,e,arguments.length>1?arguments[1]:void 0),n}})}),ie=k(()=>{eO()("flatMap")}),it=k((e,t)=>{t9(),ie(),t.exports=eF()("Array","flatMap")}),ii=k((e,t)=>{t.exports=it()}),is=k((e,t)=>{t.exports=ii()}),ia=k((e,t)=>{var i=e4(),s=String;t.exports=function(e){if("Symbol"===i(e))throw TypeError("Cannot convert a Symbol value to a string");return s(e)}}),ir=k((e,t)=>{t.exports=`
|
|
7
|
+
\v\f\r \xa0 \u2028\u2029\uFEFF`}),io=k((e,t)=>{var i=M(),s=N(),a=ia(),r=ir(),n=i("".replace),o=RegExp("^["+r+"]+"),u=RegExp("(^|[^"+r+"])["+r+"]+$"),l=function(e){return function(t){var i=a(s(t));return 1&e&&(i=n(i,o,"")),2&e&&(i=n(i,u,"$1")),i}};t.exports={start:l(1),end:l(2),trim:l(3)}}),iu=k((e,t)=>{var i=eJ().PROPER,s=E(),a=ir(),r="\x85";t.exports=function(e){return s(function(){return!!a[e]()||r[e]()!==r||i&&a[e].name!==e})}}),il=k((e,t)=>{var i=io().start;t.exports=iu()("trimStart")?function(){return i(this)}:"".trimStart}),id=k(()=>{var e=eS(),t=il();e({target:"String",proto:!0,name:"trimStart",forced:void 0!==t},{trimLeft:t})}),ih=k(()=>{id();var e=eS(),t=il();e({target:"String",proto:!0,name:"trimStart",forced:"".trimStart!==t},{trimStart:t})}),ic=k((e,t)=>{ih(),t.exports=eF()("String","trimLeft")}),ip=k((e,t)=>{t.exports=ic()}),im=k((e,t)=>{t.exports=ip()}),ig=k((e,t)=>{var i=U(),s=A(),a=eo()("match");t.exports=function(e){var t;return i(e)&&(void 0!==(t=e[a])?!!t:"RegExp"===s(e))}}),ib=k((e,t)=>{var i=x(),s=E(),a=i.RegExp;t.exports={correct:!s(function(){var e=!0;try{a(".","d")}catch(t){e=!1}var t={},i="",s=e?"dgimsy":"gimsy",r=function(e,s){Object.defineProperty(t,e,{get:function(){return i+=s,!0}})},n={dotAll:"s",global:"g",ignoreCase:"i",multiline:"m",sticky:"y"};for(var o in e&&(n.hasIndices="d"),n)r(o,n[o]);return Object.getOwnPropertyDescriptor(a.prototype,"flags").get.call(t)!==s||i!==s})}}),iv=k((e,t)=>{var i=eg();t.exports=function(){var e=i(this),t="";return e.hasIndices&&(t+="d"),e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.dotAll&&(t+="s"),e.unicode&&(t+="u"),e.unicodeSets&&(t+="v"),e.sticky&&(t+="y"),t}}),iS=k((e,t)=>{var i=D(),s=er(),a=H(),r=ib(),n=iv(),o=RegExp.prototype;t.exports=r.correct?function(e){return e.flags}:function(e){return!r.correct&&a(o,e)&&!s(e,"flags")?i(n,e):e.flags}}),iy=k((e,t)=>{var i=M(),s=ea(),a=Math.floor,r=i("".charAt),n=i("".replace),o=i("".slice),u=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,l=/\$([$&'`]|\d{1,2})/g;t.exports=function(e,t,i,d,h,c){var p=i+e.length,m=d.length,f=l;return void 0!==h&&(h=s(h),f=u),n(c,f,function(s,n){var u;switch(r(n,0)){case"$":return"$";case"&":return e;case"`":return o(t,0,i);case"'":return o(t,p);case"<":u=h[o(n,1,-1)];break;default:var l=+n;if(0===l)return s;if(l>m){var c=a(l/10);if(0===c)return s;if(c<=m)return void 0===d[c-1]?r(n,1):d[c-1]+r(n,1);return s}u=d[l-1]}return void 0===u?"":u})}}),iw=k(()=>{var e=eS(),t=D(),i=M(),s=N(),a=B(),r=U(),n=ig(),o=ia(),u=K(),l=iS(),d=iy(),h=eo(),c=ee(),p=h("replace"),m=TypeError,f=i("".indexOf),g=i("".replace),b=i("".slice),v=Math.max;e({target:"String",proto:!0},{replaceAll:function(e,i){var h,S,y,w,$,T,k,x,E,L=s(this),C=0,M="";if(r(e)){if((h=n(e))&&!~f(o(s(l(e))),"g"))throw new m("`.replaceAll` does not allow non-global regexes");if(S=u(e,p))return t(S,e,L,i);if(c&&h)return g(o(L),e,i)}for(y=o(L),w=o(e),($=a(i))||(i=o(i)),k=v(1,T=w.length),x=f(y,w);-1!==x;)E=$?o(i(w,x,y)):d(w,y,x,[],void 0,i),M+=b(y,C,x)+E,C=x+T,x=x+k>y.length?-1:f(y,w,x+k);return C<y.length&&(M+=b(y,C)),M}})}),i$=k((e,t)=>{iw(),t.exports=eF()("String","replaceAll")}),iT=k((e,t)=>{t.exports=i$()}),ik=k((e,t)=>{t.exports=iT()}),ix=k((e,t)=>{var i=ek(),s=ia(),a=N(),r=RangeError;t.exports=function(e){var t=s(a(this)),n="",o=i(e);if(o<0||o===1/0)throw new r("Wrong number of repetitions");for(;o>0;(o>>>=1)&&(t+=t))1&o&&(n+=t);return n}}),iE=k((e,t)=>{var i=M(),s=eE(),a=ia(),r=ix(),n=N(),o=i(r),u=i("".slice),l=Math.ceil,d=function(e){return function(t,i,r){var d,h,c=a(n(t)),p=s(i),m=c.length,f=void 0===r?" ":a(r);return p<=m||""===f?c:((h=o(f,l((d=p-m)/f.length))).length>d&&(h=u(h,0,d)),e?c+h:h+c)}};t.exports={start:d(!1),end:d(!0)}}),iL=k((e,t)=>{var i=W();t.exports=/Version\/10(?:\.\d+){1,2}(?: [\w./]+)?(?: Mobile\/\w+)? Safari\//.test(i)}),iC=k(()=>{var e=eS(),t=iE().start;e({target:"String",proto:!0,forced:iL()},{padStart:function(e){return t(this,e,arguments.length>1?arguments[1]:void 0)}})}),iM=k((e,t)=>{iC(),t.exports=eF()("String","padStart")}),iA=k((e,t)=>{t.exports=iM()}),iR=k((e,t)=>{t.exports=iA()}),iB="2.0.153-dev.5183c3ef8.0";(e=l||={}).STOPPED="stopped",e.READY="ready",e.PLAYING="playing",e.PAUSED="paused",(t=d||={}).MPEG="MPEG",t.DASH="DASH",t.DASH_SEP="DASH_SEP",t.DASH_SEP_VK="DASH_SEP",t.DASH_WEBM="DASH_WEBM",t.DASH_WEBM_AV1="DASH_WEBM_AV1",t.DASH_STREAMS="DASH_STREAMS",t.DASH_WEBM_VK="DASH_WEBM",t.DASH_ONDEMAND="DASH_ONDEMAND",t.DASH_ONDEMAND_VK="DASH_ONDEMAND",t.DASH_LIVE="DASH_LIVE",t.DASH_LIVE_CMAF="DASH_LIVE_CMAF",t.DASH_LIVE_WEBM="DASH_LIVE_WEBM",t.HLS="HLS",t.HLS_ONDEMAND="HLS_ONDEMAND",t.HLS_JS="HLS",t.HLS_FMP4="HLS_FMP4",t.HLS_LIVE="HLS_LIVE",t.HLS_LIVE_CMAF="HLS_LIVE_CMAF",t.WEB_RTC_LIVE="WEB_RTC_LIVE",(i=h||={}).AV1="av1",i.VP9="vp9",i.AVC1="avc1",i.HEV1="hev1",(s=c||={}).NOT_AVAILABLE="NOT_AVAILABLE",s.AVAILABLE="AVAILABLE",s.CONNECTING="CONNECTING",s.CONNECTED="CONNECTED",(a=p||={}).HTTP1="http1",a.HTTP2="http2",a.QUIC="quic",(r=m||={}).NONE="none",r.INLINE="inline",r.FULLSCREEN="fullscreen",r.SECOND_SCREEN="second_screen",r.PIP="pip",r.INVISIBLE="invisible",(n=f||={}).TRAFFIC_SAVING="traffic_saving",n.HIGH_QUALITY="high_quality",n.UNKNOWN="unknown";var iI=T(e_(),1),iD=T(ez(),1);import{assertNever as iP,assertNonNullable as iV,isNonNullable as i_,ValueSubject as iO,Subject as iN,Subscription as iF,merge as iU,observableFrom as iq,fromEvent as iz,map as iH,tap as iW,filterChanged as ij,isNullable as iQ,ErrorCategory as iG,assertNonNullable as iX,combine as iY,debounce as iJ,ErrorCategory as iK,filter as iZ,filterChanged as i0,isNonNullable as i1,isNullable as i3,map as i2,Subscription as i4,ValueSubject as i6,assertNever as i5,assertNonNullable as i8,ErrorCategory as i7,getHighestQuality as i9,isNonNullable as se,assertNever as st,assertNever as si,isBrowserWindow as ss,ValueSubject as sa,getWindow as sr,getWindow as sn,isBrowserWindow as so,getWindow as su,isBrowserWindow as sl,getWindow as sd,isBrowserWindow as sh,getWindow as sc,isBrowserWindow as sp,assertNonNullable as sm,ErrorCategory as sf,filter as sg,Subject as sb,Subscription as sv,tap as sS,ValueSubject as sy,fromEvent as sw,ValueSubject as s$,Subject as sT,map as sk,Subscription as sx,combine as sE,filterChanged as sL,assertNonNullable as sC,isNonNullable as sM,Subject as sA,merge as sR,assertNever as sB,debounce as sI,ErrorCategory as sD,fromEvent as sP,map as sV,merge as s_,observableFrom as sO,Subject as sN,Subscription as sF,timeout as sU,clearVideoElement as sq,getWindow as sz,clearVideoElement as sH,fromEvent as sW,Subscription as sj,assertNonNullable as sQ,isNonNullable as sG,isNullable as sX,fromEvent as sY,merge as sJ,observableFrom as sK,filterChanged as sZ,map as s0,Subject as s1,Subscription as s3,ValueSubject as s2,ErrorCategory as s4,isNonNullable as s6,isNullable as s5,Subscription as s8,fromEvent as s7,map as s9,merge as ae,filterChanged as at,isNonNullable as ai,Subject as as,filter as aa,mapTo as ar,combine as an,once as ao,shareReplay as au,throttle as al,ErrorCategory as ad,ValueSubject as ah,Subscription as ac,VideoQuality as ap,isNonNullable as am,isNullable as af,now as ag,isHigher as ab,isHigherOrEqual as av,isInvariantQuality as aS,isLowerOrEqual as ay,videoSizeToQuality as aw,assertNotEmptyArray as a$,assertNonNullable as aT,isHigher as ak,isLower as ax,isNonNullable as aE,isNullable as aL,videoHeightToQuality as aC,assertNever as aM,assertNonNullable as aA,combine as aR,debounce as aB,ErrorCategory as aI,filter as aD,filterChanged as aP,isNonNullable as aV,map as a_,merge as aO,observableFrom as aN,once as aF,Subscription as aU,ValueSubject as aq,videoQualityToHeight as az,videoSizeToQuality as aH,isNonNullable as aW,isNullable as aj,assertNonNullable as aQ,isNonNullable as aG,assertNonNullable as aX,now as aY,Subject as aJ,isNonNullable as aK,getWindow as aZ,debounce as a0,filter as a1,fromEvent as a3,interval as a2,isHigher as a4,isInvariantQuality as a6,isLower as a5,merge as a8,Subject as a7,Subscription as a9,map as re,Observable as rt,fromEvent as ri,filter as rs,filterChanged as ra,isNonNullable as rr,assertNever as rn,assertNonNullable as ro,debounce as ru,ErrorCategory as rl,filter as rd,filterChanged as rh,fromEvent as rc,isNonNullable as rp,isNullable as rm,map as rf,merge as rg,observableFrom as rb,once as rv,Subscription as rS,throttle as ry,videoSizeToQuality as rw,isNullable as r$,now as rT,once as rk,Subscription as rx,ValueSubject as rE,isNonNullable as rL,safeStorage as rC,filterChanged as rM,combine as rA,map as rR,observeElementSize as rB,Subscription as rI,ValueSubject as rD,noop as rP,filter as rV,map as r_,once as rO,ErrorCategory as rN,abortable as rF,assertNonNullable as rU,ErrorCategory as rq,filter as rz,filterChanged as rH,flattenObject as rW,fromEvent as rj,getTraceSubscriptionMethod as rQ,getWindow as rG,interval as rX,isNonNullable as rY,isNullable as rJ,map as rK,merge as rZ,now as r0,Subject as r1,Subscription as r3,SubscriptionRemovable as r2,ValueSubject as r4,abortable as r6,assertNever as r5,ErrorCategory as r8,flattenObject as r7,fromEvent as r9,getWindow as ne,merge as nt,now as ni,Subject as ns,Subscription as na,suppressAbort as nr,ValueSubject as nn,isNonNullable as no,isNullable as nu,assertNever as nl,abortable as nd,assertNonNullable as nh,ErrorCategory as nc,fromEvent as np,getExponentialDelay as nm,getWindow as nf,isHigher as ng,isNonNullable as nb,isNullable as nv,once as nS,Subject as ny,Subscription as nw,ValueSubject as n$,assertNever as nT,assertNonNullable as nk,isNonNullable as nx,isNullable as nE,assertNever as nL,videoSizeToQuality as nC,ErrorCategory as nM,isNonNullable as nA,isNullable as nR,now as nB,isAbortError as nI,ErrorCategory as nD,isAbortError as nP,isNullable as nV,now as n_,assertNonNullable as nO,ErrorCategory as nN,isNullable as nF,ValueSubject as nU,ErrorCategory as nq,fromEvent as nz,isNullable as nH,Subject as nW,Subscription as nj,assertNever as nQ,ErrorCategory as nG,Subject as nX,assertNonNullable as nY,combine as nJ,ErrorCategory as nK,filter as nZ,filterChanged as n0,fromEvent as n1,isNonNullable as n3,map as n2,merge as n4,combine as n6,merge as n5,filter as n8,filterChanged as n7,isNullable as n9,map as oe,ValueSubject as ot,isNonNullable as oi,isNullable as os,ValueSubject as oa,assertNonNullable as or,combine as on,ErrorCategory as oo,filter as ou,filterChanged as ol,fromEvent as od,interval as oh,isNonNullable as oc,isNullable as op,map as om,now as of,throttle as og,isNullable as ob,ValueSubject as ov,assertNever as oS,assertNonNullable as oy,combine as ow,debounce as o$,ErrorCategory as oT,filter as ok,filterChanged as ox,fromEvent as oE,isNonNullable as oL,isNullable as oC,map as oM,merge as oA,observableFrom as oR,once as oB,Subscription as oI,throttle as oD,abortable as oP,assertNonNullable as oV,combine as o_,ErrorCategory as oO,filter as oN,filterChanged as oF,flattenObject as oU,fromEvent as oq,getTraceSubscriptionMethod as oz,interval as oH,isNonNullable as oW,isNullable as oj,map as oQ,merge as oG,now as oX,Subject as oY,Subscription as oJ,SubscriptionRemovable as oK,tap as oZ,throttle as o0,ValueSubject as o1,assertNever as o3,ErrorCategory as o2,Subject as o4,abortable as o6,assertNonNullable as o5,ErrorCategory as o8,fromEvent as o7,getExponentialDelay as o9,isHigher as ue,isNonNullable as ut,isNullable as ui,now as us,once as ua,Subject as ur,Subscription as un,ValueSubject as uo,isAbortError as uu,abortable as ul,assertNever as ud,fromEvent as uh,merge as uc,now as up,Subject as um,ValueSubject as uf,flattenObject as ug,ErrorCategory as ub,SubscriptionRemovable as uv,getWindow as uS,suppressAbort as uy,isNullable as uw,ValueSubject as u$,combine as uT,map as uk,observeElementSize as ux,Subscription as uE,ValueSubject as uL,noop as uC,combine as uM,merge as uA,filter as uR,filterChanged as uB,isNullable as uI,map as uD,ValueSubject as uP,isNonNullable as uV,assertNever as u_,combine as uO,debounce as uN,ErrorCategory as uF,filter as uU,filterChanged as uq,isNonNullable as uz,isNullable as uH,map as uW,merge as uj,observableFrom as uQ,Subscription as uG,ValueSubject as uX,VideoQuality as uY,videoSizeToQuality as uJ,getExponentialDelay as uK,isNonNullable as uZ,Subscription as u0,throttle as u1,ValueSubject as u3,Subject as u2,ErrorCategory as u4,assertNever as u6,debounce as u5,ErrorCategory as u8,fromEvent as u7,isNonNullable as u9,isNullable as le,map as lt,merge as li,observableFrom as ls,Subscription as la,ValueSubject as lr,VideoQuality as ln,assertNever as lo,assertNonNullable as lu,debounce as ll,ErrorCategory as ld,isHigherOrEqual as lh,isLowerOrEqual as lc,isNonNullable as lp,merge as lm,observableFrom as lf,Subscription as lg,map as lb,assertNever as lv,debounce as lS,merge as ly,observableFrom as lw,Subscription as l$,map as lT,ValueSubject as lk,ErrorCategory as lx,VideoQuality as lE,ErrorCategory as lL,assertNever as lC,assertNonNullable as lM,ErrorCategory as lA,filter as lR,isNonNullable as lB,isNullable as lI,map as lD,merge as lP,once as lV,Subject as l_,Subscription as lO,ValueSubject as lN,flattenObject as lF,devNull as lU,getWindow as lq,Observable as lz,map as lH,Subscription as lW,Subject as lj,ErrorCategory as lQ,Subscription as lG,combine as lX,filter as lY,once as lJ,fromEvent as lK,once as lZ,combine as l0,Subscription as l1,ValueSubject as l3,map as l2,filter as l4,isNonNullable as l6,now as l5,safeStorage as l8,getWindow as l7,fillWithDefault as l9,VideoQuality as de,assertNonNullable as dt,combine as di,ErrorCategory as ds,filter as da,filterChanged as dr,fromEvent as dn,isNonNullable as du,isNullable as dl,Logger as dd,map as dh,mapTo as dc,merge as dp,now as dm,once as df,Subject as dg,Subscription as db,tap as dv,ValueSubject as dS,isHigher as dy,isInvariantQuality as dw,flattenObject as d$,throttle as dT,getTraceSubscriptionMethod as dk,TracerFactory as dx,InternalsExposure as dE,getPlayerId as dL,devNull as dC,merge as dM,map as dA,filter as dR,isNonNullable as dB,assertNonNullable as dI,filter as dD,once as dP,devNull as dV,getWindow as d_,Subscription as dO,Observable as dN,Subject as dF,ValueSubject as dU,VideoQuality as dq}from"@vkontakte/videoplayer-shared";class dz{connection$=new iO(void 0);castState$=new iO("NOT_AVAILABLE");errorEvent$=new iN;contentId;realCastState$=new iO("NOT_AVAILABLE");subscription=new iF;log;params;isDestroyed=!1;constructor(e){this.params=e,this.log=this.params.dependencies.logger.createComponentLog("ChromecastInitializer");let t="chrome"in window;if(this.log({message:`[constructor] receiverApplicationId: ${this.params.receiverApplicationId}, isDisabled: ${this.params.isDisabled}, isSupported: ${t}`}),e.isDisabled||!t)return;let i=i_(window.chrome?.cast),s=!!window.__onGCastApiAvailable;if(i)this.initializeCastApi();else window.__onGCastApiAvailable=e=>{delete window.__onGCastApiAvailable,e&&!this.isDestroyed&&this.initializeCastApi()},s||new Promise((e,t)=>{let i=document.createElement("script");i.setAttribute("src","https://www.gstatic.com/cv/js/sender/v1/cast_sender.js?loadCastFramework=1"),i.onload=()=>e(),i.onerror=e=>t(e),document.body.appendChild(i)}).catch(()=>this.errorEvent$.next({id:"ChromecastLoading",category:iG.NETWORK,message:"Script loading failed!"}))}connect(){cast.framework.CastContext.getInstance()?.requestSession()}disconnect(){cast.framework.CastContext.getInstance()?.getCurrentSession()?.endSession(!0)}stopMedia(){return new Promise((e,t)=>{cast.framework.CastContext.getInstance()?.getCurrentSession()?.getMediaSession()?.stop(new chrome.cast.media.StopRequest,e,t)})}toggleConnection(){i_(this.connection$.getValue())?this.disconnect():this.connect()}setVolume(e){let t=this.connection$.getValue();iQ(t)||(t.remotePlayer.volumeLevel=e,t.remotePlayerController.setVolumeLevel())}setMuted(e){let t=this.connection$.getValue();iQ(t)||e!==t.remotePlayer.isMuted&&t.remotePlayerController.muteOrUnmute()}destroy(){this.isDestroyed=!0,this.subscription.unsubscribe()}initListeners(){let e=new cast.framework.RemotePlayer,t=new cast.framework.RemotePlayerController(e),i=cast.framework.CastContext.getInstance();this.subscription.add(iz(i,cast.framework.CastContextEventType.SESSION_STATE_CHANGED).subscribe(e=>{switch(e.sessionState){case cast.framework.SessionState.SESSION_STARTED:case cast.framework.SessionState.SESSION_STARTING:case cast.framework.SessionState.SESSION_RESUMED:this.contentId=i.getCurrentSession()?.getMediaSession()?.media?.contentId;break;case cast.framework.SessionState.NO_SESSION:case cast.framework.SessionState.SESSION_ENDING:case cast.framework.SessionState.SESSION_ENDED:case cast.framework.SessionState.SESSION_START_FAILED:this.contentId=void 0;break;default:return iP(e.sessionState)}})).add(iU(iz(i,cast.framework.CastContextEventType.CAST_STATE_CHANGED).pipe(iW(e=>{this.log({message:`[cast.framework.RemotePlayerEventType.CAST_STATE_CHANGED]: ${JSON.stringify(e)}`})}),iH(e=>e.castState)),iq([i.getCastState()])).pipe(ij(),iH(dH),iW(e=>{this.log({message:`realCastState$: ${e}`})})).subscribe(this.realCastState$)).add(this.realCastState$.subscribe(s=>{let a="CONNECTED"===s,r=i_(this.connection$.getValue());if(a&&!r){let s=i.getCurrentSession();iV(s);let a=s.getCastDevice(),r=s.getMediaSession()?.media?.contentId;(iQ(r)||r===this.contentId)&&(this.log({message:"connection created"}),this.connection$.next({remotePlayer:e,remotePlayerController:t,session:s,castDevice:a}))}else!a&&r&&(this.log({message:"connection destroyed"}),this.connection$.next(void 0));this.castState$.next("CONNECTED"===s?i_(this.connection$.getValue())?"CONNECTED":"AVAILABLE":s)}))}initializeCastApi(){let e,t,i;try{e=cast.framework.CastContext.getInstance(),t=chrome.cast.media.DEFAULT_MEDIA_RECEIVER_APP_ID,i=chrome.cast.AutoJoinPolicy.ORIGIN_SCOPED}catch(e){return}try{e.setOptions({receiverApplicationId:this.params.receiverApplicationId??t,autoJoinPolicy:i}),this.initListeners()}catch(e){this.errorEvent$.next({id:"ChromecastInitializer",category:iG.EXTERNAL_API,message:"[initializeCastApi] failed",thrown:e})}}}var dH=e=>{switch(e){case cast.framework.CastState.NO_DEVICES_AVAILABLE:return"NOT_AVAILABLE";case cast.framework.CastState.NOT_CONNECTED:return"AVAILABLE";case cast.framework.CastState.CONNECTING:return"CONNECTING";case cast.framework.CastState.CONNECTED:return"CONNECTED";default:return iP(e)}},dW=(e,t=0,i=0)=>{switch(i){case 0:return e.replace("_offset_p",0===t?"":"_"+t.toFixed(0));case 1:{if(0===t)return e;let i=new URL(e);return i.searchParams.append("playback_shift",t.toFixed(0)),i.toString()}case 2:{let i=new URL(e);if(!i.searchParams.get("offset_p")&&0===t)return e;return i.searchParams.set("offset_p",t.toFixed(0)),i.toString()}default:st(i)}return e},dj=(e,t)=>{switch(t){case 0:return NaN;case 1:return Number(new URL(e).searchParams.get("playback_shift"));case 2:return Number(new URL(e).searchParams.get("offset_p")??0);default:st(t)}},dQ=e=>{var t,i;let s,a,r,{source:n,format:o,meta:u,output:l}=e;switch(o){case"MPEG":{let e=n[o];i8(e);let t=i9(Object.keys(e));i8(t);let i=e[t];i8(i),s=i,a="video/mp4",r=dG();break}case"HLS":case"HLS_FMP4":case"HLS_ONDEMAND":{let e=n[o];i8(e),s=e.url,a="application/x-mpegurl",r=dG();break}case"DASH_SEP":case"DASH_ONDEMAND":case"DASH_WEBM":case"DASH_WEBM_AV1":case"DASH_STREAMS":{let e=n[o];i8(e),s=e.url,a="application/dash+xml",r=dG();break}case"DASH_LIVE_CMAF":{let e=n[o];i8(e),s=e.url,a="application/dash+xml",r=dX();break}case"HLS_LIVE":case"HLS_LIVE_CMAF":{let e=n[o];i8(e),s=dW(e.url),a="application/x-mpegurl",r=dX();break}case"DASH_LIVE":case"WEB_RTC_LIVE":{let e="Unsupported format for Chromecast",t=Error(e);throw l.error$.next({id:"ChromecastProvider.createMediaInfo()",category:i7.VIDEO_PIPELINE,message:e,thrown:t}),t}case"DASH":case"DASH_LIVE_WEBM":throw Error(`${o} is no longer supported`);default:return i5(o)}let d=(t=u.videoId??s,i=a,chrome.cast?.media?.MediaInfo?new chrome.cast.media.MediaInfo(t,i):{contentId:t,contentType:i,metadata:{title:"",subtitle:""},streamType:dG()});d.contentUrl=s,d.streamType=r,d.metadata=chrome.cast?.media?.GenericMediaMetadata?new chrome.cast.media.GenericMediaMetadata:{images:[],metadataType:0,releaseDate:"",subtitle:"",title:"",releaseYear:1970,type:0};let{title:h,subtitle:c}=u;return se(h)&&(d.metadata.title=h),se(c)&&(d.metadata.subtitle=c),d};function dG(){return chrome.cast?.media?.StreamType?.BUFFERED??"BUFFERED"}function dX(){return chrome.cast?.media?.StreamType?.LIVE??"LIVE"}var dY=(e,t,i=!1)=>{let s=e.getTransition();(i||!s||s.to===t)&&e.setState(t)};class dJ{params;interval=0;startVideoPosition;startTs;constructor(e){this.params=e}start(e=0){clearInterval(this.interval),this.startVideoPosition=e,this.startTs=Date.now(),this.interval=window.setInterval(()=>{let e=(Date.now()-this.startTs)/1e3,t=this.startVideoPosition+e;this.params.output.position$.next(t)},1e3)}pause(){clearInterval(this.interval)}destroy(){clearInterval(this.interval)}}var dK=T(ez(),1);class dZ{_current;_current_version;_chromeVersion;_firefoxVersion;_safariVersion;_operaVersion;_edgeVersion;_yandexVersion;_isMiuiBrowser=!1;get current(){return this._current}get isChrome(){return"Chrome"===this.current}get isChromiumBased(){return dK.default(["Chrome","Chromium","Opera","Yandex","Edge","SamsungBrowser"],this.current)}get isFirefox(){return"Firefox"===this.current}get isSafari(){return"Safari"===this.current}get isOpera(){return"Opera"===this.current}get isEdge(){return"Edge"===this.current}get isYandex(){return"Yandex"===this.current}get isSamsungBrowser(){return"SamsungBrowser"===this.current}get currentVersion(){return this._current_version}get chromeVersion(){return this._chromeVersion}get firefoxVersion(){return this._firefoxVersion}get safariVersion(){return this._safariVersion}get operaVersion(){return this._operaVersion}get edgeVersion(){return this._edgeVersion}get yandexVersion(){return this._yandexVersion}get isMiuiBrowser(){return this._isMiuiBrowser}detect(){let{userAgent:e}=navigator;try{let t=/yabrowser/i.test(e)?"Yandex":void 0,i=/samsungbrowser/i.test(e)?"SamsungBrowser":void 0,s=/chrome|crios/i.test(e)?"Chrome":void 0,a=/chromium/i.test(e)?"Chromium":void 0,r=/firefox|fxios/i.test(e)?"Firefox":void 0,n=/webkit|safari|khtml/i.test(e)?"Safari":void 0,o=/opr\//i.test(e)?"Opera":void 0,u=/edg/i.test(e)?"Edge":void 0;this._isMiuiBrowser=/(XiaoMi)|(MiuiBrowser)/i.test(e),this._current=t||i||r||o||u||s||a||n||"Rest"}catch(e){console.error(e)}this.isChrome&&this.detectChromeVersion(),this.isFirefox&&this.detectFirefoxVersion(),this.isSafari&&this.detectSafariVersion(),this.isOpera&&this.detectOperaVersion(),this.isEdge&&this.detectEdgeVersion(),this.isYandex&&this.detectYandexVersion()}detectVersion(e){try{let{userAgent:t}=sr().navigator,i=t.match(e);if(!i)return;let s=i[1],a=parseInt(s,10);if(!isNaN(a))return this._current_version=a,a}catch(e){console.error(e)}}detectChromeVersion(){this._chromeVersion=this.detectVersion(/Chrome\/(\d+\.\d+)/)}detectFirefoxVersion(){this._firefoxVersion=this.detectVersion(/Firefox\/(\d+\.\d+)/)}detectSafariVersion(){this._safariVersion=this.detectVersion(/Version\/(\d+)/)}detectOperaVersion(){this._operaVersion=this.detectVersion(/OPR\/(\d+\.\d+)/)}detectEdgeVersion(){this._edgeVersion=this.detectVersion(/Edg\/(\d+\.\d+)/)}detectYandexVersion(){this._yandexVersion=this.detectVersion(/YaBrowser\/(\d+\.\d+\.\d+)/)}}var d0=T(ez(),1),d1=()=>/Mobile|mini|Fennec|Android|iP(ad|od|hone)/.test(navigator.appVersion??navigator.userAgent)||navigator?.userAgentData?.mobile;class d3{_displayChecker;_isMobile;_current;_iosVersion;_highEntropyValues={};_os={name:"Unknown",version:"Unknown",full:"Unknown"};_details={vendor:"Unknown",model:"Unknown"};constructor(e){this._displayChecker=e}get current(){return this._current}get os(){return this._os}get details(){return this._details}get isIOS(){return"iOS"===this._highEntropyValues.platform||this.os.name.toLowerCase().includes("ios")||d0.default(["iPhone","iPad","iPod"],this.current)}get isMac(){return"macOS"===this._highEntropyValues.platform||this.os.name.toLowerCase().includes("mac")||"Mac"===this.current}get isApple(){return this.isIOS||this.isMac}get isIphoneOrOldIpad(){if(!this.isApple||!this._displayChecker.isTouch)return!1;let e="iPad"===this.current||this._displayChecker.width>700,t=this._iosVersion;return!e||e&&!!t&&t<16}get isAndroid(){return"Android"===this._highEntropyValues.platform||this.os.name.toLowerCase().includes("android")||"Android"===this.current}get isWindows(){return this.os.name.toLowerCase().includes("windows")}get isLinux(){return this.os.name.toLowerCase().includes("linux")&&!this.isAndroid}get isMobile(){return this._highEntropyValues.mobile||this._isMobile}get iOSVersion(){return this._iosVersion}detect(){let e=sn();if(!so(e))return;let{userAgent:t}=e.navigator;try{this._isMobile=d1()}catch(e){console.error("DeviceChecker: calling isMobile error - ",e)}this.detectDevice(t),this.detectOS(t),this.detectDeviceDetails(t),this.detectHighEntropyValues(),this.isIOS&&this.detectIOSVersion()}async detectHighEntropyValues(){let e=sn();if(!so(e))return;let{userAgentData:t}=e.navigator;if(t?.getHighEntropyValues){let e=await t.getHighEntropyValues(["architecture","bitness","brands","mobile","platform","formFactor","model","platformVersion","wow64"]);this._highEntropyValues=e,e.platform&&(this._os.name=this.normalizeOSName(e.platform),e.platformVersion&&(this._os.version=this.normalizeOSVersion(e.platformVersion),this._os.full=`${this._os.name} ${this._os.version}`)),e.model&&(this._details.model=e.model)}}detectDevice(e){try{let t=/android/i.test(e)?"Android":void 0,i=/iphone/i.test(e)?"iPhone":void 0,s=/ipad/i.test(e)?"iPad":void 0,a=/ipod/i.test(e)?"iPod":void 0,r=/mac/i.test(e)?"Mac":void 0,n=/webOS|BlackBerry|IEMobile|Opera Mini/i.test(e)?"RestMobile":void 0;this._current=t||i||s||a||n||r||"Desktop"}catch(e){console.error("DeviceChecker: device detection error - ",e)}}detectOS(e){try{for(let[t,i]of[[/(windows nt) (6\.[23]); arm/i,["Windows RT"]],[/(windows nt) (6\.3); arm/i,["Windows RT 8.1"]],[/(windows (?:phone|mobile|iot))(?: os)?[/ ]?([\d.]+)/i,["Windows Mobile",2]],[/(windows)[/ ](xp|vista|7|8(\.1)?|10|11|2000|me)/i,[1,1]],[/windows nt ?([\d.]+)/i,["Windows",1]],[/(windows)[/ ](95|98|me|2000|xp|vista|7|8|8\.1|10|11)/i,[1,2]],[/(iphone os|cpu iphone os) ([\d_.]+)/i,["iOS",2]],[/(ipad os|cpu os) ([\d_.]+)/i,["iPadOS",2]],[/(ipod os|cpu ipod os) ([\d_.]+)/i,["iOS",2]],[/(?:ios|os) ([\d_.]+) like mac os x/i,["iOS",1]],[/cfnetwork\/.+darwin/i,["iOS"]],[/(mac os x) ?([\d_.]+)/i,["macOS",2]],[/(macintosh|mac os)/i,["macOS"]],[/(android) ([\d.]+)/i,[1,2]],[/(harmonyos)[/ ]?([\d.]*)/i,["HarmonyOS",2]],[/\b(ubuntu|debian|fedora|centos|arch|linux)(?:[-/ ]([\w.]+))?/i,[1,2]],[/(cros)\D*([\d.]+)/i,["Chrome OS",2]],[/(freebsd|openbsd|netbsd|dragonfly)[/ ]?([\w.]*)/i,[1,2]],[/(sunos|solaris)?([\d.]*)/i,["Solaris",2]],[/(aix)?([\d.]*)/i,["AIX",2]]]){let s=e.match(t);if(s){let t=i.length>0,a=i.length>1,r="Unknown",n="Unknown";if(t){let e=i[0];"number"==typeof e?e<s.length&&void 0!==s[e]&&(r=s[e]):r=e}if(a){let e=i[1];"number"==typeof e?e<s.length&&void 0!==s[e]&&(n=s[e]):void 0!==e&&(n=e)}else void 0!==s[2]?n=s[2]:void 0!==s[1]&&t&&"string"==typeof i[0]&&(n=s[1]);r=this.normalizeOSName(r),n=this.normalizeOSVersion(n,r),"iOS"===r&&/ipad/i.test(e)?r="iPadOS":"iPadOS"===r&&/ip(hone|od)/i.test(e)&&(r="iOS"),this._os={name:r,version:n||"Unknown",full:n&&"Unknown"!==n?`${r} ${n}`:r};break}}}catch(e){console.error("DeviceChecker: OS detection error - ",e)}}normalizeOSName(e){if(!e)return"Unknown";let t=e.toLowerCase();return t.includes("windows")?"Windows":t.includes("mac os")||t.includes("macintosh")?"macOS":t.includes("iphone")||t.includes("ios")?"iOS":t.includes("ipados")?"iPadOS":t.includes("android")?"Android":t.includes("harmonyos")?"HarmonyOS":t.includes("linux")?"Linux":t.includes("cros")?"Chrome OS":t.includes("freebsd")?"FreeBSD":t.includes("openbsd")?"OpenBSD":t.includes("solaris")||t.includes("sunos")?"Solaris":t.includes("aix")?"AIX":e}normalizeOSVersion(e,t){if(!e)return"Unknown";if("Unknown"!==e&&(e=e.replace(/_/g,"."),"Windows"===t)){let t=parseFloat(e);if(!isNaN(t)){if(t>=11)return"11";else if(t>=10)return"10";else if(6.3===t)return"8.1";else if(6.2===t)return"8";else if(6.1===t)return"7";else if(6===t)return"Vista";else if(5.1===t||5.2===t)return"XP";else if(5===t)return"2000";else if(4===t)return"NT 4.0"}}return e}detectDeviceDetails(e){try{for(let[t,i]of[[/(iphone)/i,["Apple","iPhone"]],[/(ipad)/i,["Apple","iPad"]],[/(ipod)/i,["Apple","iPod"]],[/(macintosh)/i,["Apple","Macintosh"]],[/(windows[\w\-_ ]*phone)/i,["Microsoft",0]],[/(windows nt|win64|win32|wow64)/i,["Microsoft","PC"]],[/\b(sch-i[89]0\d|shw-m380s|sm-[ptxs]\w{2,4}|gt-[pn]\d{2,4}|sgh-t8[56]9|nexus 10)/i,["Samsung",1]],[/\b((?:s[cgp]h|gt|sm)-(?![lr])\w+|sc[g-]?\d+a?|galaxy nexus)/i,["Samsung",1]],[/samsung[- ]((?!sm-[lr]|browser)[-\w]+)/i,["Samsung",1]],[/sec-(sgh\w+)/i,["Samsung",1]],[/smart-tv.+(samsung)/i,["Samsung","Smart TV"]],[/(samsung).*tizen/i,["Samsung","Smart TV"]],[/(pixel (?:c|tablet|[0-9a-z ]+))/i,["Google",1]],[/(pixelbook(?: go)?)/i,["Google",1]],[/nexus [0-9]/i,["Google",0]],[/(redmi[-_ ]?(?:note|k)?[\w_ ]+)(?: bui|\))/i,["Xiaomi",1]],[/\b(mi[\w\-_ ]+)(?: bui|\))/i,["Xiaomi",1]],[/\b(poco[\w ]+)(?: bui|\))/i,["Xiaomi",1]],[/\b(hm[-_ ]?note?[\w ]*)(?: bui|\))/i,["Xiaomi",1]],[/\b(?:xiao)?mi[\w\-_ ]+pad/i,["Xiaomi",0]],[/(?:huawei|honor) ?([-\w ]+)[;)]/i,["Huawei",1]],[/\b(nexus 6p|\w{2,4}e?-[atu]?[ln][\dx][\dc][adnt]?)\b(?!.+d\/s)/i,["Huawei",1]],[/\b((?:ag[rs][2356]?k?|bah[234]?|bg[2o]|bt[kv]|cmr|cpn|db[ry]2?|jdn2|got|kob2?k?|mon|pce|scm|sht?|[tw]gr|vrd)-[ad]?[lw][0125][09]b?)/i,["Huawei",1]],[/(?:one)?(?:plus)? ?([a\d0]\d\d\d?)(?: b|\))/i,["OnePlus",1]],[/droid.+; (cph2[3-6]\d[13579]|((?:gm|hd)19|(?:ac|be|in|kb)20|(?:d[en]|eb|le|mt)21|ne22)[0-2]\d)(?: bui|\))/i,["OnePlus",1]],[/(oneplus)[-_ ]?([-\w]*)/i,["OnePlus",2]],[/\b(rmx[1-3]\d{3})(?: bui|;|\))/i,["Realme",1]],[/(realme)[-_ ]?([-\w]*)/i,["Realme",2]],[/; (\w+) bui.+ oppo/i,["OPPO",1]],[/\b(cph[12]\d{3}|p(?:af|c[al]|d\w|e[ar])[mt]\d0|x9007|a101op)\b/i,["OPPO",1]],[/\b(opd2(\d{3}a?))(?: bui|\))/i,["OPPO",1]],[/(oppo)[-_ ]?([-\w]*)/i,["OPPO",2]],[/; vivo (\w+)(?: bui|\))/i,["Vivo",1]],[/\b(v[12]\d{3}\w?[at])(?: bui|;)/i,["Vivo",1]],[/(vivo)[-_ ]?([-\w]*)/i,["Vivo",2]],[/\bmot(?:orola)?[- ]([\w\s]+)(\)| bui)/i,["Motorola",1]],[/((?:moto(?! 360)[-\w() ]+|xt\d{3,4}[cgkosw+]?[-\d]*|nexus 6)(?= bui|\)))/i,["Motorola",1]],[/\b(milestone|droid(?:[2-4x]| (?:bionic|x2|pro|razr))?:?( 4g)?)\b/i,["Motorola",0]],[/\b(mz60\d|xoom[2 ]{0,2}) build\//i,["Motorola",0]],[/droid.+; ([a-z]?\d[0-2]{2}[a-z]{2}|[c-g]\d{4}|so[-gl]\w+|xq-[a-z]{2}\d\d)(?= bui|\))/i,["Sony",1]],[/sony tablet [ps]/i,["Sony","Xperia Tablet"]],[/\b(?:sony)?sgp\w+(?: bui|\))/i,["Sony",0]],[/(sony)[-_ ]?([-\w]*)/i,["Sony",2]],[/\blg[-e;/ ]+(?!.*(?:browser|netcast|android tv|watch|webos))(\w+)/i,["LG",1]],[/\blg-?([\d\w]+) bui/i,["LG",1]],[/(lm(?:-?f100[nv]?|-[\w.]+)(?= bui|\))|nexus [45])/i,["LG",1]],[/((?=lg)?[vl]k-?\d{3}) bui/i,["LG",0]],[/(lg)[-_ ]?([-\w]*)/i,["LG",2]],[/(?:maemo|nokia).*(n900|lumia \d+|rm-\d+)/i,["Nokia",1]],[/nokia[-_ ]?(([-\w. ]*?))(?: bui|\)|;|\/)/i,["Nokia",1]],[/(nokia) (t[12][01])/i,["Nokia",2]],[/(?:\b|asus_)(transfo[prime ]{4,10} \w+|eeepc|slider \w+|nexus 7|padfone|p00[cj])/i,["ASUS",1]],[/(?:asus[-_ ])?(zenfone[\w\-_ ]*)/i,["ASUS",1]],[/(rog[\w\-_ ]*)/i,["ASUS",1]],[/(asus)[-_ ]?([-\w]*)/i,["ASUS",2]],[/lenovo[-_ ]?([-\w ]+?)(?: bui|\)|\/)/i,["Lenovo",1]],[/(ideatab[-\w ]+|602lv|d-42a|a101lv|a2109a|a3500-hv|s[56]000|pb-6505[my]|tb-?x?\d{3,4}(?:f[cu]|xu|[av])|yt\d?-[jx]?\d+[lfmx])(?: bui|;|\)|\/)/i,["Lenovo",1]],[/(thinkpad[\w\-_ ]*)/i,["Lenovo",0]],[/(kf[a-z]{2}[a-z]*)(?: bui|\))/i,["Amazon",1]],[/(alexa)webm/i,["Amazon","Echo"]],[/(fire[\w\-_ ]*)/i,["Amazon",0]],[/(amazon)[-_ ]?([-\w]*)/i,["Amazon",2]],[/(?:blackberry|\(bb10;) (\w+)/i,["BlackBerry",1]],[/\b((?:bb[a-f]|st[hv])100-\d)/i,["BlackBerry",1]],[/(playbook);[-\w),; ]+(rim)/i,["BlackBerry",1]],[/(microsoft); (lumia[\w ]+)/i,["Microsoft",2]],[/(surface duo)/i,["Microsoft","Surface Duo"]],[/(surface[\w\-_ ]*)/i,["Microsoft",0]],[/(zte)[- ]([\w ]+?)(?: bui|\/|\))/i,["ZTE",2]],[/(htc)[-;_ ]{1,2}([\w ]+(?=\)| bui)|\w+)/i,["HTC",2]],[/(alcatel|tcl)[-_ ]?([-\w]*)/i,[1,2]],[/(meizu)[-_ ]?([-\w]*)/i,["Meizu",2]],[/(tecno)[-_ ]?([-\w]*)/i,["Tecno",2]],[/(infinix)[-_ ]?([-\w]*)/i,["Infinix",2]],[/(micromax)[-_ ]?([-\w]*)/i,["Micromax",2]],[/(lava)[-_ ]?([-\w]*)/i,["Lava",2]],[/(panasonic)[-_ ]?([-\w]*)/i,["Panasonic",2]],[/(sharp)\/?([-\w]*)/i,["Sharp",2]],[/(benq)[-_ ]?([-\w]*)/i,["BenQ",2]],[/(palm)[-_ ]?([-\w]*)/i,["Palm",2]],[/(vertu)[-_ ]?([-\w]*)/i,["Vertu",2]],[/(gionee)[-_ ]?([-\w]*)/i,["Gionee",2]],[/(doogee)[-_ ]?([-\w]*)/i,["Doogee",2]],[/(ulefone)[-_ ]?([-\w]*)/i,["Ulefone",2]],[/(blackview)[-_ ]?([-\w]*)/i,["Blackview",2]],[/(cubot)[-_ ]?([-\w]*)/i,["Cubot",2]],[/(umidigi)[-_ ]?([-\w]*)/i,["UMIDIGI",2]],[/(oukitel)[-_ ]?([-\w]*)/i,["Oukitel",2]],[/(fairphone)[-_ ]?([-\w]*)/i,["Fairphone",2]],[/(cat)[-_ ]?([-\w]*)/i,["Cat",2]],[/(energy)[-_ ]?([-\w]*)/i,["Energizer",2]],[/(land rover)[-_ ]?([-\w]*)/i,["Land Rover",2]],[/(shield[\w\-_ ]*)/i,["Nvidia",0]],[/(crkey)/i,["Google","Chromecast"]],[/(roku)[\dx]*/i,["Roku",0]],[/(apple)[-_ ]?tv/i,["Apple","TV"]],[/(amazon)[-_ ]?tv/i,["Amazon","Fire TV"]],[/(google)[-_ ]?tv/i,["Google","TV"]],[/(smart[\w\-_ ]*tv)/i,[0,"Smart TV"]],[/(playstation[\w\-_ ]*)/i,["Sony",0]],[/(nintendo[\w\-_ ]*)/i,["Nintendo",0]],[/(xbox[\w\-_ ]*)/i,["Microsoft",0]],[/(googlebot)/i,["Google","Bot"]],[/(bingbot)/i,["Microsoft","Bing Bot"]],[/(yandexbot)/i,["Yandex","Bot"]],[/(slackbot)/i,["Slack","Bot"]],[/(twitterbot)/i,["Twitter","Bot"]],[/(facebookbot)/i,["Facebook","Bot"]],[/(linkedinbot)/i,["LinkedIn","Bot"]],[/(tesla)[-_ ]?([-\w]*)/i,["Tesla",2]],[/(raspberry[\w\-_ ]*)/i,["Raspberry Pi",0]]]){let s=e.match(t);if(s){let e=i[0],t=i[1],a="number"==typeof e?void 0!==s[e]?this.normalizeVendorName(s[e]):"Unknown":this.normalizeVendorName(e),r="Unknown";"number"==typeof t?r=void 0!==s[t]?s[t]:"Unknown":void 0!==t?r=t:void 0!==s[1]?r=s[1]:void 0!==s[0]&&(r=s[0]),r=this.normalizeModelName(r,a),this.details.vendor=a,this.details.model=r;break}}}catch(e){console.error("DeviceChecker: device details detection error - ",e)}}normalizeVendorName(e){return e?({apple:"Apple",samsung:"Samsung",google:"Google",xiaomi:"Xiaomi",huawei:"Huawei",oneplus:"OnePlus",oppo:"OPPO",vivo:"Vivo",realme:"Realme",motorola:"Motorola",sony:"Sony",lg:"LG",nokia:"Nokia",asus:"ASUS",lenovo:"Lenovo",amazon:"Amazon",blackberry:"BlackBerry",microsoft:"Microsoft",zte:"ZTE",htc:"HTC",alcatel:"Alcatel",tcl:"TCL",meizu:"Meizu",tecno:"Tecno",infinix:"Infinix",micromax:"Micromax",lava:"Lava",panasonic:"Panasonic",sharp:"Sharp",benq:"BenQ",palm:"Palm",honor:"Honor",nvidia:"NVIDIA",roku:"Roku"})[e.toLowerCase()]||e.charAt(0).toUpperCase()+e.slice(1).toLowerCase():"Unknown"}normalizeModelName(e,t){if(!e||"Unknown"===e)return e;if("0"===e)return"Unknown";let i=e.replace(/^build\//i,"").replace(/\s+bui$/i,"").replace(/\)$/,"").replace(/[;,)]/g,"").replace(/\s*\(.*?\)\s*/g,"").trim(),s=t.toLowerCase();return(s.includes("samsung")?i=i.replace(/^(sm-|gt-|sgh-|sch-)/i,""):s.includes("xiaomi")?i=i.replace(/^(mi[\s\-_]*|redmi[\s\-_]*)/i,""):s.includes("oneplus")?i=i.replace(/^oneplus[\s\-_]*/i,""):s.includes("google")&&(i=i.replace(/^(pixel[\s\-_]*|nexus[\s\-_]*)/i,"")),i=i.replace(/_/g," ").replace(/-/g," ").replace(/\s+/g," ").trim())?(i.length>0&&/^[a-z]/.test(i)&&(i=i.charAt(0).toUpperCase()+i.slice(1)),i):"Unknown"}detectIOSVersion(){try{let e=sn();if(!so(e))return;if(this._highEntropyValues.platformVersion){let e=this._highEntropyValues.platformVersion.split(".").slice(0,2).join(".");this._iosVersion=parseFloat(e);return}if("Unknown"!==this._os.version){let e=this._os.version.split("."),t=e.length>=2?`${e[0]}.${e[1]}`:e[0];this._iosVersion=parseFloat(t);return}let t=e.navigator.userAgent.match(/OS (\d+(_\d+)?)/i);t?.[1]&&(this._iosVersion=parseFloat(t[1].replace(/_/g,".")))}catch(e){console.error("DeviceChecker: iOS version detection error - ",e)}}}class d2{_maxTouchPoints;_height;_width;_isHdr;_pixelRatio;_screenHeight;_screenWidth;_colorDepth;get isTouch(){return"number"==typeof this._maxTouchPoints?this._maxTouchPoints>1:"ontouchstart"in su()}get maxTouchPoints(){return this._maxTouchPoints}get height(){return this._height}get width(){return this._width}get screenHeight(){return this._screenHeight}get screenWidth(){return this._screenWidth}get pixelRatio(){return this._pixelRatio}get isHDR(){return this._isHdr}get colorDepth(){return this._colorDepth}detect(){let e=su();if(!sl(e))return;let{navigator:t,screen:i}=e,{maxTouchPoints:s}=t;try{this._maxTouchPoints=s??0,this._isHdr=!!e.matchMedia("(dynamic-range: high)")?.matches,this._colorDepth=i.colorDepth}catch(e){console.error(e)}try{this._pixelRatio=e.devicePixelRatio||1,this._height=i.height,this._width=i.width,this._height=i.height,this._screenHeight=this._height*this._pixelRatio,this._screenWidth=this._width*this._pixelRatio}catch(e){console.error(e)}}}var d4=()=>!!(window.ManagedMediaSource&&window.ManagedSourceBuffer?.prototype?.appendBuffer),d6=()=>window.ManagedMediaSource?new ManagedMediaSource:new MediaSource,d5=sd().document?.createElement("video"),d8='video/webm; codecs="vp09.00.10.08"',d7='video/webm; codecs="av01.0.00M.08"';(async()=>{let e=sd();if(!sh(e))return;let t={type:"media-source",video:{contentType:"video/webm",width:1280,height:720,bitrate:1e6,framerate:30}},[i,s]=await Promise.all([e.navigator.mediaCapabilities.decodingInfo({...t,video:{...t.video,contentType:d7}}),e.navigator.mediaCapabilities.decodingInfo({...t,video:{...t.video,contentType:d8}})]);g={DASH_WEBM_AV1:i,DASH_WEBM:s}})().catch(e=>{console.log(d5),console.error(e)});class d9{_video;_deviceChecker;_browserChecker;_protocols;_containers;_codecs;_nativeHlsSupported;constructor(e,t){this._deviceChecker=e,this._browserChecker=t}get protocols(){return this._protocols}get containers(){return this._containers}get codecs(){return this._codecs}get webmDecodingInfo(){return g}get supportedCodecs(){return Object.keys(this._codecs).filter(e=>this._codecs[e])}get nativeHlsSupported(){return this._nativeHlsSupported}detect(){let e=sd();if(!sh(e))return;let t=e.document;this._video=t.createElement("video");try{this._protocols={mms:d4(),mse:!!(window.MediaSource&&window.SourceBuffer?.prototype?.appendBuffer),hls:!!(this._video.canPlayType?.("application/x-mpegurl")||this._video.canPlayType?.("vnd.apple.mpegURL")),webrtc:!!e.RTCPeerConnection,ws:!!e.WebSocket},this._containers={mp4:!!this._video.canPlayType?.("video/mp4"),webm:!!this._video.canPlayType?.("video/webm"),cmaf:!0};let t=!!(window.ManagedMediaSource||window.MediaSource)?.isTypeSupported?.('video/mp4; codecs="avc1.42000a,mp4a.40.2"'),i=!!(window.ManagedMediaSource||window.MediaSource)?.isTypeSupported?.('video/mp4; codecs="hev1.1.6.L93.B0"'),s=!!(window.ManagedMediaSource||window.MediaSource)?.isTypeSupported?.('audio/mp4; codecs="mp4a.40.2"');this._codecs={h264:t,h265:i,vp9:!!(window.ManagedMediaSource||window.MediaSource)?.isTypeSupported?.(d8),av1:!!(window.ManagedMediaSource||window.MediaSource)?.isTypeSupported?.(d7),aac:s,opus:!!(window.ManagedMediaSource||window.MediaSource)?.isTypeSupported?.('audio/webm; codecs="opus"'),mpeg:(t||i)&&s},this._nativeHlsSupported=this._protocols.hls&&this._containers.mp4}catch(e){console.error(e)}try{this.destroyVideoElement()}catch(e){console.error("Error destroying video element:",e)}}destroyVideoElement(){if(!this._video)return;if(this._video.pause(),this._video.currentTime=0,this._video.removeAttribute("src"),this._video.src="",this._video.load(),this._video.remove){this._video.remove(),this._video=null;return}this._video.parentNode&&this._video.parentNode.removeChild(this._video);let e=this._video.cloneNode(!1);this._video.parentNode?.replaceChild(e,this._video),this._video=null}}var he="audio/mpeg";class ht{_audio;_containers;_codecs;supportMp3(){return this._codecs.mp3&&this._containers.mpeg}detect(){let e=sc();if(!sp(e))return;let t=e.document;this._audio=t.createElement("audio");try{this._containers={mpeg:!!this._audio.canPlayType?.(he)},this._codecs={mp3:!!(window.ManagedMediaSource||window.MediaSource)?.isTypeSupported?.(he)}}catch(e){console.error(e)}try{this.destroyAudioElement()}catch(e){console.error("Error destroying audio element:",e)}}destroyAudioElement(){if(!this._audio)return;if(this._audio.pause(),this._audio.currentTime=0,this._audio.removeAttribute("src"),this._audio.src="",this._audio.load(),this._audio.remove){this._audio.remove(),this._audio=null;return}this._audio.parentNode&&this._audio.parentNode.removeChild(this._audio);let e=this._audio.cloneNode(!1);this._audio.parentNode?.replaceChild(e,this._audio),this._audio=null}}class hi{isInited$=new sa(!1);_displayChecker;_deviceChecker;_browserChecker;_videoChecker;_audioChecker;constructor(){this._displayChecker=new d2,this._deviceChecker=new d3(this._displayChecker),this._browserChecker=new dZ,this._videoChecker=new d9(this._deviceChecker,this._browserChecker),this._audioChecker=new ht,this.detect()}get display(){return this._displayChecker}get device(){return this._deviceChecker}get browser(){return this._browserChecker}get video(){return this._videoChecker}get audio(){return this._audioChecker}async detect(){ss()&&(this._displayChecker.detect(),this._deviceChecker.detect(),this._browserChecker.detect(),this._videoChecker.detect(),this._audioChecker.detect(),this.isInited$.next(!0))}}var hs=new hi,ha=e=>{let{containers:t,protocols:i,codecs:s,nativeHlsSupported:a}=hs.video,r=(s.h264||s.h265)&&s.aac,n=i.mse||i.mms;return e.filter(e=>{switch(e){case"DASH_SEP":case"DASH_LIVE":case"DASH_ONDEMAND":return n&&t.mp4&&r;case"DASH_WEBM":return n&&t.webm&&s.vp9&&s.opus;case"DASH_WEBM_AV1":return n&&t.webm&&s.av1&&s.opus;case"DASH_STREAMS":return n&&(t.mp4&&r||t.webm&&(s.vp9||s.av1)&&(s.opus||s.aac));case"DASH_LIVE_CMAF":return n&&t.mp4&&r&&t.cmaf;case"HLS":case"HLS_ONDEMAND":case"HLS_FMP4":case"HLS_LIVE":case"HLS_LIVE_CMAF":return a;case"MPEG":return t.mp4;case"DASH":case"DASH_LIVE_WEBM":return!1;case"WEB_RTC_LIVE":return i.webrtc&&i.ws&&s.h264&&(t.mp4||t.webm);default:return si(e)}})},hr=e=>{switch(e){case"MPEG":case"DASH":case"DASH_SEP":case"DASH_ONDEMAND":case"DASH_WEBM":case"DASH_WEBM_AV1":case"DASH_STREAMS":case"HLS":case"HLS_FMP4":case"HLS_ONDEMAND":return!1;case"DASH_LIVE":case"DASH_LIVE_CMAF":case"HLS_LIVE":case"HLS_LIVE_CMAF":case"DASH_LIVE_WEBM":case"WEB_RTC_LIVE":return!0;default:return si(e)}},hn=e=>ha(Object.keys(e).filter(e=>!hr(e))).length>0;class ho{subscription=new i4;log;params;sessionId$=new i6(null);mediaSessionId$=new i6(null);contentId$=new i6(null);progressTicker;isMobile=d1();mobileVolumeState={muted:!1,volume:0};media=null;lastRequestedVolume=null;constructor(e){this.params=e,this.progressTicker=new dJ(e),this.log=this.params.dependencies.logger.createComponentLog("ChromecastPresentationApiProvider"),this.log({message:`constructor, format: ${e.format}`}),this.params.output.isLive$.next(hr(e.format)),this.subscribe()}subscribe(){let e=e=>{this.params.output.error$.next({category:iK.WTF,id:"ChromecastPresentationApiProvider",message:e?.message??"Unknown error",thrown:e})};this.subscription.add(this.params.chromecastConnector.message$.pipe(iZ(e=>!!e)).subscribe(e=>{this.handleMessage(e)},e)),this.subscription.add(this.sessionId$.pipe(iZ(i1),i0(),iJ(0)).subscribe(()=>{this.loadMedia()},e));let t=this.contentId$.pipe(i0(),i2(Boolean));this.subscription.add(iY({seekState:this.params.desiredState.seekState.stateChangeEnded$,mediaLoaded:t}).pipe(iZ(({mediaLoaded:e})=>e)).subscribe(()=>{let e=this.params.desiredState.seekState.getState();"requested"===e.state&&this.seek(e.position/1e3)},e));let i=iY({playbackState:this.params.desiredState.playbackState.stateChangeStarted$,mediaLoaded:t});this.subscription.add(i.pipe(iZ(({mediaLoaded:e})=>e),iJ(0)).subscribe(()=>{this.syncPlayback()},e)),this.subscription.add(i.pipe(iZ(({mediaLoaded:e,playbackState:{from:t,to:i}})=>!e&&"stopped"===t&&"playing"===i)).subscribe(()=>{this.loadMedia()},e)),this.subscription.add(iY({volumeState:this.params.desiredState.volume.stateChangeStarted$.pipe(iJ(30)),mediaLoaded:t}).pipe(iZ(({mediaLoaded:e})=>e)).subscribe(({volumeState:e})=>{let{muted:t,volume:i}=e.to;this.setVolume(i,t)},e))}handleMessage(e){switch(e.type){case"new_session":case"update_session":{this.sessionId$.next(e.message.sessionId);let t=e.message?.media?.[0];this.syncMediaState(t);let i=e.message?.receiver.volume;this.syncVolumeState(i)}break;case"v2_message":if(e.message?.type==="MEDIA_STATUS"){let t=e.message?.status?.[0];this.syncMediaState(t)}}}loadMedia(){let e=dQ(this.params),t=this.media?.currentTime,i=this.params.desiredState.seekState.getState(),s=t??("none"!==i.state?i.position/1e3:0),a=this.params.desiredState.playbackState.getState();this.params.chromecastConnector.sendV2Message({type:"LOAD",requestId:0,media:e,autoplay:"playing"===a,currentTime:s,customData:null,activeTrackIds:null}),this.params.output.willSeekEvent$.next()}stop(){this.params.chromecastConnector.stopMedia()}play(){let e=this.mediaSessionId$.getValue();iX(e,"play on null mediaSessionId"),this.params.chromecastConnector.sendV2Message({type:"PLAY",mediaSessionId:e,customData:null})}pause(){let e=this.mediaSessionId$.getValue();iX(e,"pause on null mediaSessionId"),this.params.chromecastConnector.sendV2Message({type:"PAUSE",mediaSessionId:e,customData:null})}seek(e){let t=this.mediaSessionId$.getValue();iX(t,"seek on null mediaSessionId"),this.params.chromecastConnector.sendV2Message({type:"SEEK",currentTime:e,mediaSessionId:t}),this.params.output.willSeekEvent$.next()}setVolume(e,t){let i=e,s=`[setVolume] volume: ${e}, muted: ${t}`;this.isMobile&&(i=this.mobileVolumeState.volume,s+=`, mobile next volume: ${i}`),this.log({message:s}),this.lastRequestedVolume={volume:i,muted:t},this.params.chromecastConnector.sendV2Message({type:"SET_VOLUME",requestId:0,volume:{level:t?0:i,muted:!!t||null}})}syncPlaybackState({playerState:e,idleReason:t}){let i=this.params.output.isBuffering$.getValue(),s="BUFFERING"===e;switch(i!==s&&this.params.output.isBuffering$.next(s),e){case"PAUSED":dY(this.params.desiredState.playbackState,"paused");break;case"PLAYING":dY(this.params.desiredState.playbackState,"playing");break;case"IDLE":"FINISHED"===t?(this.params.output.endedEvent$.next(),dY(this.params.desiredState.playbackState,"stopped"),this.contentId$.next(null)):dY(this.params.desiredState.playbackState,"ready")}}syncPlayback(){let e=this.params.desiredState.playbackState.getState();switch(this.log({message:`[syncPlayback] ${e}`}),e){case"ready":break;case"playing":this.play();break;case"paused":this.pause();break;case"stopped":this.stop()}}syncMediaState=e=>{if(i3(e))return;this.media=e,this.mediaSessionId$.next(e.mediaSessionId??null);let t=e.media?.contentId;t&&this.contentId$.next(t),this.syncPlaybackState(e);let i=e.media?.duration;i1(i)&&this.params.output.duration$.next(Math.max(0,i));let s=e.currentTime;if(i1(s)){"applying"===this.params.desiredState.seekState.getState().state&&this.params.output.seekedEvent$.next(),this.params.output.position$.next(s);let t=this.params.output.isLive$.getValue();"PLAYING"!==e.playerState||t?this.progressTicker.pause():this.progressTicker.start(s)}};syncVolumeState(e){if(i3(e))return;let{level:t,muted:i}=e,s={muted:i??!1,volume:t??0};this.lastRequestedVolume&&(i&&(s.volume=this.lastRequestedVolume.volume),!this.lastRequestedVolume.muted||t||i||(s.volume=this.lastRequestedVolume.volume,s.muted=!0),this.lastRequestedVolume=null);let a=`[syncVolumeState] volume: ${s.volume}, muted: ${s.muted}`;this.isMobile&&(this.mobileVolumeState.volume=s.volume,this.mobileVolumeState.muted=s.muted,s.volume=this.params.output.volume$.getValue().volume,a+=`, volume passed to state machine: ${s.volume}`),this.log({message:a}),this.params.output.volume$.next(s)}destroy(){this.progressTicker.destroy(),this.subscription.unsubscribe()}}class hu{params;clientId;capabilities=["WEB"];presentationRequest$=new sy(null);log;sessionId$=new sy(null);broadcastChannel=new BroadcastChannel("vk_player_chromecast_events");subscription=new sv;subscriptionEvents=new sv;isDestroyed=!1;sequenceNumber=0;presentationAvailable$=new sy(!1);presentationConnection$=new sy(null);message$=new sy(null);friendlyName$=new sy(null);errorEvent$=new sb;constructor(e){this.clientId=this.getClientId(),this.params=e,this.log=e.logger.createComponentLog("ChromecastPresentationApiConnector"),this.log({message:"constructor"}),this.reinitPresentation(),this.subscribe()}destroy(){this.log({message:"destroy"}),this.subscription.unsubscribe(),this.subscriptionEvents.unsubscribe(),this.broadcastChannel.close(),this.isDestroyed=!0}disconnect(e=!0){this.log({message:"disconnect"}),e&&this.stopMedia(),this.presentationRequest$.next(null);let t=this.presentationConnection$.getValue();t&&t.close(),this.presentationConnection$.next(null),this.friendlyName$.next(null),this.resetSequenceNumber(),this.resetSubscriptionEvents()}stopMedia(){this.log({message:"stopMedia"}),this.sendV2Message({type:"STOP"})}reinitPresentation(e=!0){let t=new PresentationRequest(this.createCastUrl());this.presentationRequest$.next(t),this.log({message:"PresentationRequest created"}),t.getAvailability().then(e=>{let t=()=>{this.log({message:`PresentationRequest presentation availability: ${e.value}`}),this.presentationAvailable$.next(e.value)};this.subscriptionEvents.add(sw(e,"change").subscribe(()=>{t()})),t()}).catch(()=>{this.presentationAvailable$.next(!0)}),window.navigator.presentation.defaultRequest=t,e&&t.reconnect("auto-join").then(e=>{this.log({message:"PresentationRequest reconnect success"}),this.handleConnection(e)}).catch(()=>{this.log({message:"PresentationRequest reconnect failed"})})}async connect(){this.log({message:"connect"});try{this.presentationRequest$.getValue()||(this.log({message:"reinitPresentation"}),this.reinitPresentation(!1));let e=this.presentationRequest$.getValue();sm(e,"connect with null presentationRequest");let t=await e.start();this.handleConnection(t)}catch(e){switch(e?.name){case"AbortError":case"NotAllowedError":break;default:this.errorEvent$.next({category:sf.WTF,id:"ChromecastPresentationApiConnector",message:e?.message??"connect error",thrown:e})}}}subscribe(){this.subscription.add(sw(this.broadcastChannel,"message").subscribe(e=>{this.log({message:`broadcast connection data: ${e.data}`}),"connection"===e.data&&this.disconnect(!1)})),this.subscription.add(this.presentationAvailable$.subscribe(e=>{this.log({message:`presentationAvailable$: ${e}`})})),this.subscription.add(this.presentationConnection$.pipe(sS(e=>{this.log({message:`presentationConnection$: ${!!e}`})}),sg(e=>!!e)).subscribe(e=>{let t=sw(e,"message").subscribe(e=>{let t=JSON.parse(e.data);t.clientId===this.clientId&&(this.log({message:`[onmessage] ${e.data}`}),this.handleMessage(t),this.message$.next(t))}),i=sw(e,"connect").subscribe(()=>{this.send("client_connect")}),s=sw(e,"close").subscribe(e=>{"error"===e.reason&&this.errorEvent$.next({category:sf.WTF,id:"ChromecastPresentationApiConnector",message:"Session error",thrown:e})});this.subscriptionEvents.add(t),this.subscriptionEvents.add(i),this.subscriptionEvents.add(s)}))}send(e){if("client_connect"===e){let e={type:"client_connect",message:this.clientId,sequenceNumber:-1,timeoutMillis:0,clientId:this.clientId};this.safeSend(JSON.stringify(e))}}sendV2Message(e){let t=this.sessionId$.getValue();if(t){let i={type:"v2_message",sequenceNumber:this.getSequenceNumber(),timeoutMillis:0,clientId:this.clientId,message:{...e,sessionId:t}};this.safeSend(JSON.stringify(i))}}safeSend(e){try{this.log({message:`[send] ${e}`});let t=this.presentationConnection$.getValue();t?.state==="connected"&&t?.send(e)}catch(t){this.errorEvent$.next({category:sf.WTF,id:"ChromecastPresentationApiConnector",message:"PresentationConnection send error",data:{message:e},thrown:t})}}handleMessage(e){switch(e.type){case"new_session":case"update_session":this.sessionId$.next(e.message.sessionId),this.friendlyName$.next(e.message.receiver.friendlyName||"Chromecast Device");break;case"receiver_action":e.message?.action==="stop"&&this.disconnect()}}createCastUrl(){return`cast:${this.params.appId}?clientId=${this.clientId}&autoJoinPolicy=tab_and_origin_scoped&defaultActionPolicy=create_session&launchTimeout=60000&supportedAppTypes=${this.capabilities}&appParams=%7B%22launchCheckerParams%22%3A%7B%7D%7D`}getSequenceNumber(){let e=this.sequenceNumber;return this.sequenceNumber=(this.sequenceNumber+1)%Number.MAX_SAFE_INTEGER,e}resetSequenceNumber(){this.sequenceNumber=0}getClientId(){let e="__vk_player_chromecast_id";return window[e]=window[e]||String(Date.now())+String(Math.floor(1e5*Math.random()))}resetSubscriptionEvents(){this.subscriptionEvents.unsubscribe(),this.subscriptionEvents=new sv}handleConnection(e){this.log({message:"connection available"}),this.isDestroyed?(this.log({message:"connected on already destroyed component"}),e.close()):(this.broadcastChannel.postMessage("connection"),this.presentationConnection$.next(e))}}class hl{subscription=new sx;log;contentId;connection$=new s$(void 0);castState$=new s$("NOT_AVAILABLE");errorEvent$=new sT;chromecastConnector;static isSupported(){return"chrome"in window&&"presentation"in navigator&&"BroadcastChannel"in window}constructor(e){let t=hl.isSupported();if(this.log=e.dependencies.logger.createComponentLog("ChromecastPresentationApiInitializer"),this.log({message:`[constructor] receiverApplicationId: ${e.receiverApplicationId}, isDisabled: ${e.isDisabled}, isSupported: ${t}`}),!t||e.isDisabled||!e.receiverApplicationId)return;this.chromecastConnector=new hu({appId:e.receiverApplicationId,logger:e.dependencies.logger}),this.subscribe()}subscribe(){sC(this.chromecastConnector,"subscribe with null chromecastConnector"),this.subscription.add(this.chromecastConnector.errorEvent$.subscribe(this.errorEvent$));let e=sE({connection:this.chromecastConnector.presentationConnection$,available:this.chromecastConnector.presentationAvailable$,friendlyName:this.chromecastConnector.friendlyName$.pipe(sL())});this.subscription.add(e.pipe(sk(({connection:e,friendlyName:t})=>!!(e&&t)),sL()).subscribe(e=>{let t=this.chromecastConnector?.friendlyName$.getValue()??"";this.connection$.next(e?{castDevice:{friendlyName:t},remotePlayer:{},remotePlayerController:{},session:{}}:void 0)})).add(e.subscribe(({available:e,connection:t})=>{e?t?this.castState$.next("CONNECTED"):this.castState$.next("AVAILABLE"):this.castState$.next("NOT_AVAILABLE")}))}connect(){this.log({message:"connect"}),this.chromecastConnector?.connect()}disconnect(){this.log({message:"disconnect"}),this.chromecastConnector?.disconnect()}async stopMedia(){this.log({message:"stopMedia"}),this.chromecastConnector?.stopMedia()}toggleConnection(){let e=!!this.chromecastConnector?.presentationConnection$.getValue();this.log({message:`toggleConnection: isConnected - ${e}`}),e?this.disconnect():this.connect()}setVolume(e){}setMuted(e){}destroy(){this.log({message:"destroy"}),this.chromecastConnector?.destroy(),this.subscription.unsubscribe()}}var hd=T(ez(),1),hh=T(eQ(),1),hc=T(tg(),1),hp=T(tZ(),1);class hm{state;prevState;transition;transitionStarted$=new sA;transitionEnded$=new sA;transitionUpdated$=new sA;forceChanged$=new sA;stateChangeStarted$=sR(this.transitionStarted$,this.transitionUpdated$);stateChangeEnded$=sR(this.transitionEnded$,this.forceChanged$);constructor(e){this.state=e,this.prevState=void 0}setState(e){let t=this.transition,i=this.state;this.transition=void 0,this.prevState=i,this.state=e,t?t.to===e?this.transitionEnded$.next(t):this.forceChanged$.next({from:t.from,to:e,canceledTransition:t}):this.forceChanged$.next({from:i,to:e,canceledTransition:t})}startTransitionTo(e){let t=this.transition,i=this.state;i===e||sM(t)&&t.to===e||(this.prevState=i,this.state=e,t?(this.transition={from:t.from,to:e,canceledTransition:t},this.transitionUpdated$.next(this.transition)):(this.transition={from:i,to:e},this.transitionStarted$.next(this.transition)))}getTransition(){return this.transition}getState(){return this.state}getPrevState(){return this.prevState}}class hf{subscription=new sF;loadMediaTimeoutSubscription=new sF;videoState=new hm("stopped");params;log;constructor(e){this.params=e,this.log=this.params.dependencies.logger.createComponentLog("ChromecastProvider"),this.log({message:`constructor, format: ${e.format}`}),this.params.output.isLive$.next(hr(e.format)),this.params.output.isAudioAvailable$.next(!0),this.handleRemoteVolumeChange({volume:this.params.connection.remotePlayer.volumeLevel,muted:this.params.connection.remotePlayer.isMuted});let t=this.params.connection.session.getMediaSession();t&&this.restoreSession(t),this.subscribe()}destroy(){this.log({message:"[destroy]"}),this.subscription.unsubscribe()}subscribe(){this.subscription.add(this.loadMediaTimeoutSubscription);let e=new sF;this.subscription.add(e),this.subscription.add(s_(this.videoState.stateChangeStarted$.pipe(sV(e=>`stateChangeStarted$ ${JSON.stringify(e)}`)),this.videoState.stateChangeEnded$.pipe(sV(e=>`stateChangeEnded$ ${JSON.stringify(e)}`))).subscribe(e=>this.log({message:`[videoState] ${e}`})));let t=(e,t)=>this.subscription.add(e.subscribe(t));if(this.params.output.isLive$.getValue())this.params.output.position$.next(0),this.params.output.duration$.next(0);else{let t=new sN;e.add(t.pipe(sI(500)).subscribe(()=>{this.params.output.seekedEvent$.next()}));let i=NaN;e.add(sP(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.CURRENT_TIME_CHANGED).subscribe(e=>{this.logRemoteEvent(e);let s=e.value;this.params.output.position$.next(s),("applying"===this.params.desiredState.seekState.getState().state||Math.abs(s-i)>5)&&t.next(s),i=s})),e.add(sP(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.DURATION_CHANGED).subscribe(e=>{this.logRemoteEvent(e),this.params.output.duration$.next(e.value)}))}t(sP(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.IS_MEDIA_LOADED_CHANGED),t=>{this.logRemoteEvent(t),t.value?this.handleRemoteReady():(this.handleRemoteStop(),e.unsubscribe())}),t(sP(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.IS_PAUSED_CHANGED),e=>{this.logRemoteEvent(e),e.value?this.handleRemotePause():this.handleRemotePlay()}),t(sP(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.PLAYER_STATE_CHANGED),e=>{this.logRemoteEvent(e);let{remotePlayer:t}=this.params.connection,i=e.value,s=this.params.output.isBuffering$.getValue(),a=i===chrome.cast.media.PlayerState.BUFFERING;switch(s!==a&&this.params.output.isBuffering$.next(a),i){case chrome.cast.media.PlayerState.IDLE:!this.params.output.isLive$.getValue()&&t.duration-t.currentTime<5&&this.params.output.endedEvent$.next(),this.handleRemoteStop(),dY(this.params.desiredState.playbackState,"stopped");break;case chrome.cast.media.PlayerState.PAUSED:this.handleRemotePause();break;case chrome.cast.media.PlayerState.PLAYING:this.handleRemotePlay();break;case chrome.cast.media.PlayerState.BUFFERING:break;default:sB(i)}}),t(sP(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.VOLUME_LEVEL_CHANGED),e=>{this.logRemoteEvent(e),this.handleRemoteVolumeChange({volume:e.value})}),t(sP(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.IS_MUTED_CHANGED),e=>{this.logRemoteEvent(e),this.handleRemoteVolumeChange({muted:e.value})}),t(s_(this.params.desiredState.playbackState.stateChangeStarted$,this.params.desiredState.seekState.stateChangeEnded$,this.videoState.stateChangeEnded$,sO(["init"])).pipe(sI(0)),this.syncPlayback)}restoreSession(e){this.log({message:"restoreSession"});let{remotePlayer:t}=this.params.connection;if(e.playerState!==chrome.cast.media.PlayerState.IDLE){t.isPaused?(this.videoState.setState("paused"),dY(this.params.desiredState.playbackState,"paused")):(this.videoState.setState("playing"),dY(this.params.desiredState.playbackState,"playing"));let e=this.params.output.isLive$.getValue();this.params.output.duration$.next(e?0:t.duration),this.params.output.position$.next(e?0:t.currentTime),this.params.desiredState.seekState.setState({state:"none"})}}prepare(){let e=this.params.format;this.log({message:`[prepare] format: ${e}`});let t=dQ(this.params),i=this.createLoadRequest(t);this.loadMedia(i)}handleRemotePause(){let e=this.videoState.getState(),t=this.videoState.getTransition();(t?.to==="paused"||"playing"===e)&&(this.videoState.setState("paused"),dY(this.params.desiredState.playbackState,"paused"))}handleRemotePlay(){let e=this.videoState.getState(),t=this.videoState.getTransition();(t?.to==="playing"||"paused"===e)&&(this.videoState.setState("playing"),dY(this.params.desiredState.playbackState,"playing"))}handleRemoteReady(){let e=this.videoState.getTransition();e?.to==="ready"&&this.videoState.setState("ready"),this.params.desiredState.playbackState.getTransition()?.to==="ready"&&dY(this.params.desiredState.playbackState,"ready")}handleRemoteStop(){"stopped"!==this.videoState.getState()&&this.videoState.setState("stopped")}handleRemoteVolumeChange(e){let t=this.params.output.volume$.getValue(),i={volume:e.volume??t.volume,muted:e.muted??t.muted};(i.volume!==t.volume||i.muted!=i.muted)&&this.params.output.volume$.next(i)}seek(e){this.params.output.willSeekEvent$.next();let{remotePlayer:t,remotePlayerController:i}=this.params.connection;t.currentTime=e,i.seek()}stop(){let{remotePlayerController:e}=this.params.connection;e.stop()}createLoadRequest(e){let t=new chrome.cast.media.LoadRequest(e);t.autoplay=!1;let i=this.params.desiredState.seekState.getState();return"applying"===i.state||"requested"===i.state?t.currentTime=this.params.output.isLive$.getValue()?0:i.position/1e3:t.currentTime=0,t}loadMedia(e){let t=this.params.connection.session.loadMedia(e),i=new Promise((e,t)=>{this.loadMediaTimeoutSubscription.add(sU(7e3).subscribe(()=>t("timeout(7000)")))});hp.default(Promise.race([t,i]).then(()=>{this.log({message:`[loadMedia] completed, format: ${this.params.format}`}),"applying"===this.params.desiredState.seekState.getState().state&&this.params.output.seekedEvent$.next(),this.handleRemoteReady()},e=>{let t=`[prepare] loadMedia failed, format: ${this.params.format}, reason: ${e}`;this.log({message:t}),this.params.output.error$.next({id:"ChromecastProvider.loadMedia",category:sD.VIDEO_PIPELINE,message:t,thrown:e})}),()=>{this.loadMediaTimeoutSubscription.unsubscribe()})}logRemoteEvent(e){this.log({message:`[remoteEvent] ${JSON.stringify(e)}`})}syncPlayback=()=>{let e=this.videoState.getState(),t=this.videoState.getTransition(),i=this.params.desiredState.playbackState.getState(),s=this.params.desiredState.playbackState.getTransition(),a=this.params.desiredState.seekState.getState();if(this.log({message:`[syncPlayback] videoState: ${e}; videoTransition: ${JSON.stringify(t)}; desiredPlaybackState: ${i}; desiredPlaybackStateTransition: ${this.params.desiredState.playbackState.getTransition()}; seekState: ${JSON.stringify(a)};`}),"stopped"===i){"stopped"!==e&&(this.videoState.startTransitionTo("stopped"),this.stop());return}if(!t){if(s?.to!=="paused"&&"requested"===a.state&&"stopped"!==e)return void this.seek(a.position/1e3);switch(i){case"ready":switch(e){case"playing":case"paused":case"ready":break;case"stopped":this.videoState.startTransitionTo("ready"),this.prepare();break;default:sB(e)}break;case"playing":switch(e){case"playing":break;case"paused":case"ready":this.videoState.startTransitionTo("playing"),this.params.connection.remotePlayerController.playOrPause();break;case"stopped":this.videoState.startTransitionTo("ready"),this.prepare();break;default:sB(e)}break;case"paused":switch(e){case"playing":this.videoState.startTransitionTo("paused"),this.params.connection.remotePlayerController.playOrPause();break;case"paused":break;case"ready":this.videoState.startTransitionTo("paused"),this.videoState.setState("paused");break;case"stopped":this.videoState.startTransitionTo("ready"),this.prepare();break;default:sB(e)}break;default:sB(i)}}}}var hg=T(ez(),1),hb=sz(),hv=hb.WeakMap?new hb.WeakMap:new class{attribute="data-pool-reused";get(e){return e.hasAttribute(this.attribute)}set(e,t){e.toggleAttribute(this.attribute,t)}delete(e){e.removeAttribute(this.attribute)}},hS=hb.WeakMap?new hb.WeakMap:new Map,hy=(e,{audioVideoSyncRate:t,disableYandexPiP:i})=>{let s=e.querySelector("video"),a=!!s;s?sq(s):(s=document.createElement("video"),e.appendChild(s)),hv.set(s,a);let r=new sj;return r.add(((e,t=20)=>{let i=0;return sW(e,"ratechange").subscribe(s=>{++i>=t&&(e.currentTime=e.currentTime,i=0)})})(s,t)),hS.set(s,r),s.setAttribute("crossorigin","anonymous"),s.setAttribute("playsinline","playsinline"),i&&s.setAttribute("x-yandex-pip","false"),s.controls=!1,s.setAttribute("poster","data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII="),s},hw=e=>{let t=hS.get(e);t?.unsubscribe(),hS.delete(e);let i=hv.get(e);if(hv.delete(e),i)sq(e);else try{e.pause(),e.playbackRate=0,sH(e),e.remove()}catch(e){console.error(e)}},h$=T(e_(),1),hT=(e,t,i,{equal:s=(e,t)=>e===t,changed$:a,onError:r}={})=>{let n=e.getState(),o=t(),u=s5(a),l=new s8;return a&&l.add(a.subscribe(t=>{s(t,e.getState())&&e.setState(t)},r)),!s(o,n)&&(i(n),u&&e.setState(n)),l.add(e.stateChangeStarted$.subscribe(t=>{i(t.to),u&&e.setState(t.to)},r)),l},hk=(e,t,i)=>hT(t,()=>e.loop,t=>{s6(t)&&(e.loop=t)},{onError:i}),hx=(e,t,i,s)=>hT(t,()=>({muted:e.muted,volume:e.volume}),t=>{s6(t)&&(e.muted=t.muted,e.volume=t.volume)},{equal:(e,t)=>e===t||e?.muted===t?.muted&&e?.volume===t?.volume,changed$:i,onError:s}),hE=(e,t,i,s)=>hT(t,()=>e.playbackRate,t=>{s6(t)&&(e.playbackRate=t)},{changed$:i,onError:s}),hL=(e,t)=>{if(e.id===t)return!0;let[i,s,a]=t.split("|");return e.language===s&&e.label===a};class hC{available$=new s1;current$=new s2(void 0);error$=new s1;video;cueSettings;subscription=new s3;externalTracks=new Map;internalTracks=new Map;baseURL;constructor(e){this.baseURL=e}connect(e,t,i){this.video=e,this.cueSettings=t.textTrackCuesSettings,this.subscribe();let s=e=>{this.error$.next({id:"TextTracksManager",category:s4.WTF,message:"Generic HtmlVideoTextTrackManager error",thrown:e})};this.subscription.add(this.available$.subscribe(i.availableTextTracks$)),this.subscription.add(this.current$.subscribe(i.currentTextTrack$)),this.subscription.add(this.error$.subscribe(i.error$)),this.subscription.add(hT(t.internalTextTracks,()=>h$.default(this.internalTracks),e=>{sG(e)&&this.setInternal(e)},{equal:(e,t)=>sG(e)&&sG(t)&&e.length===t.length&&e.every(({id:e},i)=>e===t[i].id),changed$:this.available$.pipe(s0(e=>e.filter(({type:e})=>"internal"===e))),onError:s})),this.subscription.add(hT(t.externalTextTracks,()=>h$.default(this.externalTracks),e=>{sG(e)&&this.setExternal(e)},{equal:(e,t)=>sG(e)&&sG(t)&&e.length===t.length&&e.every(({id:e},i)=>e===t[i].id),changed$:this.available$.pipe(s0(e=>e.filter(({type:e})=>"external"===e))),onError:s})),this.subscription.add(hT(t.currentTextTrack,()=>{if(this.video)return;let e=this.htmlTextTracksAsArray().find(({mode:e})=>"showing"===e);return e&&this.htmlTextTrackToITextTrack(e).id},e=>this.select(e),{changed$:this.current$,onError:s})),this.subscription.add(hT(t.textTrackCuesSettings,()=>({}),()=>{if(this.video)for(let e of this.htmlTextTracksAsArray())this.applyCueSettings(e.cues),this.applyCueSettings(e.activeCues)}))}subscribe(){sQ(this.video);let{textTracks:e}=this.video;this.subscription.add(sY(e,"addtrack").subscribe(()=>{let e=this.current$.getValue();e&&this.select(e)})),this.subscription.add(sJ(sY(e,"addtrack"),sY(e,"removetrack"),sK(["init"])).pipe(s0(()=>this.htmlTextTracksAsArray().map(e=>this.htmlTextTrackToITextTrack(e))),sZ((e,t)=>e.length===t.length&&e.every(({id:e},i)=>e===t[i].id))).subscribe(this.available$)),this.subscription.add(sJ(sY(e,"change"),sK(["init"])).pipe(s0(()=>this.htmlTextTracksAsArray().find(({mode:e})=>"showing"===e)),s0(e=>e&&this.htmlTextTrackToITextTrack(e).id),sZ()).subscribe(this.current$));let t=e=>this.applyCueSettings(e.target?.activeCues??null);this.subscription.add(sY(e,"addtrack").subscribe(e=>{e.track?.addEventListener("cuechange",t);let i=e=>{let t=e.target?.cues??null;t&&t.length&&(this.applyCueSettings(e.target?.cues??null),e.target?.removeEventListener("cuechange",i))};e.track?.addEventListener("cuechange",i)})),this.subscription.add(sY(e,"removetrack").subscribe(e=>{e.track?.removeEventListener("cuechange",t)}))}applyCueSettings(e){if(!e||!e.length)return;let t=this.cueSettings.getState();for(let i of Array.from(e))sG(t.align)&&(i.align=t.align),sG(t.position)&&(i.position=t.position),sG(t.size)&&(i.size=t.size),sG(t.line)&&(i.line=t.line)}htmlTextTracksAsArray(e=!1){sQ(this.video);let t=[...this.video.textTracks];return e?t:t.filter(hC.isHealthyTrack)}htmlTextTrackToITextTrack(e){let{language:t,label:i}=e,s=e.id?e.id:["__",e.language,e.label].join("|"),a=this.externalTracks.has(s),r=(a?this.externalTracks.get(s)?.isAuto:this.internalTracks.get(s)?.isAuto)??s.includes("auto");return a?{id:s,type:"external",isAuto:r,language:t,label:i,url:this.externalTracks.get(s)?.url}:{id:s,type:"internal",isAuto:r,language:t,label:i,url:this.internalTracks.get(s)?.url}}static isHealthyTrack(e){return"metadata"!==e.kind&&!e.groupId&&(""!==e.id||""!==e.label||""!==e.language)}setExternal(e){this.internalTracks.size>0&&Array.from(this.internalTracks).forEach(([,e])=>this.detach(e)),e.filter(({id:e})=>!this.externalTracks.has(e)).forEach(e=>this.attach(e)),Array.from(this.externalTracks).filter(([t])=>!e.find(e=>e.id===t)).forEach(([,e])=>this.detach(e))}setInternal(e){let t=[...this.externalTracks];e.filter(({id:e,language:i,isAuto:s})=>!this.internalTracks.has(e)&&!t.some(([,e])=>e.language===i&&e.isAuto===s)).forEach(e=>this.attach(e)),Array.from(this.internalTracks).filter(([t])=>!e.find(e=>e.id===t)).forEach(([,e])=>this.detach(e))}select(e){for(let e of(sQ(this.video),this.htmlTextTracksAsArray(!0)))e.mode="showing";for(let t of this.htmlTextTracksAsArray(!0))(sX(e)||!hL(t,e))&&(t.mode="disabled")}destroy(){if(this.subscription.unsubscribe(),this.video)for(let e of Array.from(this.video.getElementsByTagName("track"))){let t=e.getAttribute("id");t&&this.externalTracks.has(t)&&this.video.removeChild(e)}this.externalTracks.clear()}attach(e){sQ(this.video);let t=document.createElement("track");this.baseURL?t.setAttribute("src",new URL(e.url,this.baseURL).toString()):t.setAttribute("src",e.url),t.setAttribute("id",e.id),e.label&&t.setAttribute("label",e.label),e.language&&t.setAttribute("srclang",e.language),"external"===e.type?this.externalTracks.set(e.id,e):"internal"===e.type&&this.internalTracks.set(e.id,e),this.video.appendChild(t)}detach(e){sQ(this.video);let t=Array.prototype.find.call(this.video.getElementsByTagName("track"),t=>t.getAttribute("id")===e.id);t&&this.video.removeChild(t),"external"===e.type?this.externalTracks.delete(e.id):"internal"===e.type&&this.internalTracks.delete(e.id)}}class hM{pausedTime=0;streamOffset=0;pauseTimestamp=0;getTotalPausedTime(){return this.pausedTime+this.getCurrentPausedTime()}getCurrentPausedTime(){return this.pauseTimestamp>0?Date.now()-this.pauseTimestamp:0}getStreamOffset(){return this.streamOffset}getTotalOffset(){return this.getTotalPausedTime()+this.streamOffset}pause(){0===this.pauseTimestamp&&(this.pauseTimestamp=Date.now())}resume(){this.pauseTimestamp>0&&(this.pausedTime+=this.getCurrentPausedTime(),this.pauseTimestamp=0)}resetTo(e,t=!1){this.streamOffset=e,this.pauseTimestamp=0,this.pausedTime=0,t&&this.pause()}}var hA=e=>{let t=e;for(;!(t instanceof Document)&&!(t instanceof ShadowRoot)&&null!==t;)t=t?.parentNode;return t??void 0},hR=e=>{let t=hA(e);return!!(t&&t.fullscreenElement&&t.fullscreenElement===e)},hB=3,hI=e=>{let t,i,s=t=>s7(e,t).pipe(ar(void 0),au(1)),a=new ac,r=ae(s7(e,"progress"),s7(e,"timeupdate")).pipe(s9(()=>((e,t,i=hB)=>{let s=0,a=0;for(let r=0;r<e.length;r++){let n=e.start(r),o=e.end(r);if(n<=t&&t<=o){if(s=n,a=o,!i)return{from:s,to:a};for(let t=r-1;t>=0;t--)e.end(t)+i>=s&&(s=e.start(t));for(let t=r+1;t<e.length;t++)e.start(t)-i<=a&&(a=e.end(t))}}return{from:s,to:a}})(e.buffered,e.currentTime)),au(1)),n=hs.browser.isSafari?an({play:s("play").pipe(ao()),playing:s("playing")}).pipe(ar(void 0),au(1)):s("playing"),o=s7(e,"volumechange").pipe(s9(()=>({muted:e.muted,volume:e.volume})),au(1)),u=s7(e,"ratechange").pipe(s9(()=>e.playbackRate),au(1)),l=s7(e,"error").pipe(aa(()=>!!(e.error||e.played.length)),s9(()=>{let t=e.error;return{id:t?`MediaError#${t.code}`:"HtmlVideoError",category:ad.VIDEO_PIPELINE,message:t?t.message:"Error event from HTML video element",thrown:e.error??void 0}}),au(1)),d=s7(e,"timeupdate").pipe(s9(()=>e.currentTime),au(1)),h=new as;a.add(ae(...["waiting","seeking","seeked","timeupdate"].map(t=>s7(e,t))).subscribe(i=>{let s=e.currentTime;e.loop&&ai(t)&&ai(s)&&t>=e.duration-.3&&s<=.3&&h.next(t),t=s}));let c=s("pause").pipe(aa(()=>!e.error&&t!==e.duration),au(1)),p=s7(e,"enterpictureinpicture").pipe(au(1)),m=s7(e,"leavepictureinpicture").pipe(au(1)),f=new ah(!!((i=hA(e))&&i.pictureInPictureElement&&i.pictureInPictureElement===e));a.add(p.subscribe(()=>f.next(!0))),a.add(m.subscribe(()=>f.next(!1)));let g=new ah(hR(e)),b=s7(e,"fullscreenchange").pipe(au(1));a.add(b.pipe(s9(()=>hR(e))).subscribe(g));let v=s7(e,"timeupdate").pipe(s9(t=>e.duration-e.currentTime<.1),at(),au(1)),S=ae(v.pipe(aa(t=>!e.loop&&t)),s7(e,"ended")).pipe(al(1e3),ar(void 0),au(1)),y=ae(...["waiting","pause","canplay","play","canplaythrough","playing","seeking","seeked","ended"].map(t=>s7(e,t)),v.pipe(s9(e=>({type:e?"ended":"unknown"})))).pipe(s9(t=>hs.browser.isFirefox&&"ended"===t.type?e.readyState<2:e.readyState<3),at(),au(1));return{playing$:n,pause$:c,canplay$:s("canplay"),ended$:S,looped$:h,error$:l,seeked$:s("seeked"),seeking$:s("seeking"),progress$:s("progress"),loadStart$:s("loadstart"),loadedMetadata$:s("loadedmetadata"),loadedData$:s("loadeddata"),timeUpdate$:d,durationChange$:s7(e,"durationchange").pipe(s9(()=>e.duration),au(1)),isBuffering$:y,currentBuffer$:r,volumeState$:o,playbackRateState$:u,inPiP$:f,inFullscreen$:g,enterPip$:p,leavePip$:m,destroy:()=>a.unsubscribe()}},hD=e=>{switch(e){case"mobile":return ap.Q_144P;case"lowest":return ap.Q_240P;case"low":return ap.Q_360P;case"sd":case"medium":return ap.Q_480P;case"hd":case"high":return ap.Q_720P;case"fullhd":case"full":return ap.Q_1080P;case"quadhd":case"quad":return ap.Q_1440P;case"ultrahd":case"ultra":return ap.Q_2160P}},hP=T(t2(),1),hV=T(ez(),1),h_=T(eQ(),1),hO=!1,hN={},hF=e=>{e(hN)},hU=(e,t)=>{hO&&(hN.meta=hN.meta??{},hN.meta[e]=t)};class hq{name;constructor(e){this.name=e}next(e){if(!hO)return;hN.series=hN.series??{};let t=hN.series[this.name]??[];t.push([Date.now(),e]),hN.series[this.name]=t}}function hz(e,t,i){return aL(e)||aE(e.min)&&aE(e.max)&&ax(e.max,e.min)||aE(e.min)&&aE(t)&&ak(e.min,t)||aE(e.max)&&aE(i)&&ax(e.max,i)}var hH=new hq("best_bitrate"),hW=(e,t,i)=>(t-i)*Math.pow(2,-10*e)+i,hj=e=>(t,i)=>e*(Number(t.bitrate)-Number(i.bitrate));class hQ{last;history={};recordSelection(e){this.history[e.id]=ag()}recordSwitch(e){this.last=e}clear(){this.last=void 0,this.history={}}}var hG='Assertion "ABR Tracks is empty array" failed',hX=new WeakMap,hY=new WeakMap,hJ=new WeakMap,hK=(e,t,i,s)=>{let a=[...t].sort(hj(1)),r=[...i].sort(hj(1)),n=r.filter(t=>!(am(t.bitrate)&&am(e.bitrate))||e.bitrate/t.bitrate>s),o=hP.default(r,Math.round(r.length*a.indexOf(e)/(a.length+1)))??hP.default(r,-1);return o&&hV.default(n,o)?o:n.length?hP.default(n,-1):hP.default(r,0)},hZ=(e,t,i,s)=>{let a=hX.get(t);a||(a=[...t].sort(hj(1)),hX.set(t,a));let r=hX.get(i);r||(r=[...i].sort(hj(1)),hX.set(i,r));let n=hJ.get(e);n||(n=r.filter(t=>!(am(t.bitrate)&&am(e.bitrate))||e.bitrate/t.bitrate>s),hJ.set(e,n));let o=hP.default(r,Math.round(r.length*a.indexOf(e)/(a.length+1)))??hP.default(r,-1);return o&&hV.default(n,o)?o:n.length?hP.default(n,-1):hP.default(r,0)},h0=(e,t,i,s)=>{let a=am(s?.last?.bitrate)&&am(i?.bitrate)&&s.last.bitrate<i.bitrate?e.trackCooldownIncreaseQuality:e.trackCooldownDecreaseQuality,r=i&&s&&s.history[i.id]&&ag()-s.history[i.id]<=a&&(!s.last||i.id!==s.last.id);if(i?.id&&s&&!r&&s.recordSelection(i),r&&s?.last){let e=s.last;s?.recordSwitch(e);let i="quality"in e?"video":"audio",a="quality"in e?e.quality:e.bitrate;return t({message:`
|
|
8
|
+
[last ${i} selected] ${a}
|
|
9
|
+
`}),e}return s?.recordSwitch(i),i},h1=({tuning:e,container:t,limits:i,panelSize:s})=>{let a=e.containerSizeFactor;if(s)return{containerSizeLimit:s,containerSizeFactor:a};if(e.usePixelRatio&&hs.display.pixelRatio){let t=hs.display.pixelRatio;if(e.pixelRatioMultiplier)a*=e.pixelRatioMultiplier*(t-1)+1;else{let i=e.pixelRatioLogBase,[s=0,r=0,n=0]=e.pixelRatioLogCoefficients,o=Math.log(s*t+r)/Math.log(i)+n;Number.isFinite(o)&&(a*=o)}}return am(i?.min)&&av(i.min,e.highQualityLimit)&&(a*=2),{containerSizeLimit:e.limitByContainer&&t&&t.width>0&&t.height>0?{width:t.width*a,height:t.height*a}:void 0,containerSizeFactor:a}},h3=new WeakMap,h2=(e,{container:t,estimatedThroughput:i,tuning:s,limits:a,reserve:r=0,forwardBufferHealth:n,playbackRate:o,current:u,history:l,visible:d,droppedVideoMaxQualityLimit:h,stallsVideoMaxQualityLimit:c,stallsPredictedThroughput:p,abrLogger:m,panelSize:f})=>{a$(e,hG);let{containerSizeFactor:g,containerSizeLimit:b}=h1({container:t,tuning:s,limits:a,panelSize:f}),v=s.considerPlaybackRate&&am(o)?o:1,S=h3.get(e);S||(S=e.filter(e=>!aS(e.quality)).sort((e,t)=>ab(e.quality,t.quality)?-1:1),h3.set(e,S));let y=hP.default(S,-1)?.quality,w=hz(a,hP.default(S,0)?.quality,y),$=v*hW(n??.5,s.bitrateFactorAtEmptyBuffer,s.bitrateFactorAtFullBuffer),T={},k=null;for(let e of S){let t=!0;if(b)if(e.size)t=e.size.width<=b.width&&e.size.height<=b.height;else{let i=b&&aw(b);t=!i||ay(e.quality,i)}if(!t){T[e.quality]="FitsContainer";continue}let o=p||i,l=!(am(o)&&isFinite(o)&&am(e.bitrate))||o-r>=e.bitrate*$,m=a?.min===e.quality;if(!l&&!m){T[e.quality]="FitsThroughput";continue}if(s.lazyQualitySwitch&&am(s.minBufferToSwitchUp)&&u&&!aS(u.quality)&&(n??0)<s.minBufferToSwitchUp&&ab(e.quality,u.quality)){T[e.quality]="Buffer";continue}if(h&&av(e.quality,h)&&!m){T[e.quality]="DroppedFramesLimit";continue}if(c&&av(e.quality,c)&&!m){T[e.quality]="StallsLimit";continue}let f=w||(af(a?.max)||ay(e.quality,a.max))&&(af(a?.min)||av(e.quality,a.min)),g=!am(d)||!!d||ay(e.quality,s.backgroundVideoQualityLimit);if(!f||!g){T[e.quality]="FitsQualityLimits";continue}k||(k=e)}k&&k.bitrate&&hH.next(k.bitrate);let x=k??hP.default(S,-1)??e[0],E=l?.last,L=h0(s,m,x,l);return am(l)&&L.quality!==E?.quality&&m({message:`
|
|
10
10
|
[VIDEO TRACKS ABR]
|
|
11
11
|
[available video tracks]
|
|
12
|
-
${
|
|
12
|
+
${e.map(e=>`{ id: ${e.id}, quality: ${e.quality}, bitrate: ${e.bitrate}, size: ${e.size?.width}:${e.size?.height} }`).join(`
|
|
13
13
|
`)}
|
|
14
14
|
|
|
15
15
|
[tuning]
|
|
16
|
-
${
|
|
16
|
+
${h_.default(s??{}).map(([e,t])=>`${e}: ${t}`).join(`
|
|
17
17
|
`)}
|
|
18
18
|
|
|
19
19
|
[limit params]
|
|
20
20
|
containerSizeFactor: ${g},
|
|
21
|
-
containerSizeLimit: ${
|
|
22
|
-
estimatedThroughput: ${
|
|
23
|
-
stallsPredictedThroughput: ${
|
|
24
|
-
reserve: ${
|
|
21
|
+
containerSizeLimit: ${b?.width??0} x ${b?.height??0},
|
|
22
|
+
estimatedThroughput: ${i},
|
|
23
|
+
stallsPredictedThroughput: ${p},
|
|
24
|
+
reserve: ${r},
|
|
25
25
|
playbackRate: ${o},
|
|
26
|
-
playbackRateFactor: ${
|
|
26
|
+
playbackRateFactor: ${v},
|
|
27
27
|
forwardBufferHealth: ${n},
|
|
28
|
-
bitrateFactor: ${
|
|
29
|
-
minBufferToSwitchUp: ${
|
|
30
|
-
droppedVideoMaxQualityLimit: ${
|
|
31
|
-
stallsVideoMaxQualityLimit: ${
|
|
32
|
-
limitsAreInvalid: ${
|
|
33
|
-
maxQualityLimit: ${
|
|
34
|
-
minQualityLimit: ${
|
|
28
|
+
bitrateFactor: ${$},
|
|
29
|
+
minBufferToSwitchUp: ${s.minBufferToSwitchUp},
|
|
30
|
+
droppedVideoMaxQualityLimit: ${h},
|
|
31
|
+
stallsVideoMaxQualityLimit: ${c},
|
|
32
|
+
limitsAreInvalid: ${w},
|
|
33
|
+
maxQualityLimit: ${a?.max},
|
|
34
|
+
minQualityLimit: ${a?.min},
|
|
35
35
|
|
|
36
36
|
[limited video tracks]
|
|
37
|
-
${
|
|
37
|
+
${h_.default(T).map(([e,t])=>`${e}: ${t}`).join(`
|
|
38
38
|
`)||"All tracks are available"}
|
|
39
39
|
|
|
40
|
-
[best video track] ${
|
|
41
|
-
[selected video track] ${
|
|
42
|
-
`}),
|
|
40
|
+
[best video track] ${k?.quality}
|
|
41
|
+
[selected video track] ${L?.quality}
|
|
42
|
+
`}),L},h4=(e,{container:t,estimatedThroughput:i,tuning:s,limits:a,reserve:r=0,forwardBufferHealth:n,playbackRate:o,current:u,history:l,visible:d,droppedVideoMaxQualityLimit:h,stallsVideoMaxQualityLimit:c,stallsPredictedThroughput:p,abrLogger:m,panelSize:f})=>{a$(e,hG);let{containerSizeFactor:g,containerSizeLimit:b}=h1({container:t,tuning:s,limits:a,panelSize:f}),v=s.considerPlaybackRate&&am(o)?o:1,S=e.filter(e=>!aS(e.quality)).sort((e,t)=>ab(e.quality,t.quality)?-1:1),y=hP.default(S,-1)?.quality,w=hz(a,hP.default(S,0)?.quality,y),$=v*hW(n??.5,s.bitrateFactorAtEmptyBuffer,s.bitrateFactorAtFullBuffer),T={},k=S.filter(e=>{let t=!0;if(b)if(e.size)t=e.size.width<=b.width&&e.size.height<=b.height;else{let i=b&&aw(b);t=!i||ay(e.quality,i)}if(!t)return T[e.quality]="FitsContainer",!1;let o=p||i,l=!(am(o)&&isFinite(o)&&am(e.bitrate))||o-r>=e.bitrate*$,m=a?.min===e.quality;if(!l&&!m)return T[e.quality]="FitsThroughput",!1;if(s.lazyQualitySwitch&&am(s.minBufferToSwitchUp)&&u&&!aS(u.quality)&&(n??0)<s.minBufferToSwitchUp&&ab(e.quality,u.quality))return T[e.quality]="Buffer",!1;if(h&&av(e.quality,h)&&!m)return T[e.quality]="DroppedFramesLimit",!1;if(c&&av(e.quality,c)&&!m)return T[e.quality]="StallsLimit",!1;let f=w||(af(a?.max)||ay(e.quality,a.max))&&(af(a?.min)||av(e.quality,a.min)),g=!am(d)||!!d||ay(e.quality,s.backgroundVideoQualityLimit);return!!f&&!!g||(T[e.quality]="FitsQualityLimits",!1)})[0];k&&k.bitrate&&hH.next(k.bitrate);let x=k??hP.default(S,-1)??e[0],E=l?.last,L=h0(s,m,x,l);return am(l)&&L.quality!==E?.quality&&m({message:`
|
|
43
43
|
[VIDEO TRACKS ABR]
|
|
44
44
|
[available video tracks]
|
|
45
|
-
${
|
|
45
|
+
${e.map(e=>`{ id: ${e.id}, quality: ${e.quality}, bitrate: ${e.bitrate}, size: ${e.size?.width}:${e.size?.height} }`).join(`
|
|
46
46
|
`)}
|
|
47
47
|
|
|
48
48
|
[tuning]
|
|
49
|
-
${
|
|
49
|
+
${h_.default(s??{}).map(([e,t])=>`${e}: ${t}`).join(`
|
|
50
50
|
`)}
|
|
51
51
|
|
|
52
52
|
[limit params]
|
|
53
53
|
containerSizeFactor: ${g},
|
|
54
|
-
containerSizeLimit: ${
|
|
55
|
-
estimatedThroughput: ${
|
|
56
|
-
stallsPredictedThroughput: ${
|
|
57
|
-
reserve: ${
|
|
54
|
+
containerSizeLimit: ${b?.width??0} x ${b?.height??0},
|
|
55
|
+
estimatedThroughput: ${i},
|
|
56
|
+
stallsPredictedThroughput: ${p},
|
|
57
|
+
reserve: ${r},
|
|
58
58
|
playbackRate: ${o},
|
|
59
|
-
playbackRateFactor: ${
|
|
59
|
+
playbackRateFactor: ${v},
|
|
60
60
|
forwardBufferHealth: ${n},
|
|
61
|
-
bitrateFactor: ${
|
|
62
|
-
minBufferToSwitchUp: ${
|
|
63
|
-
droppedVideoMaxQualityLimit: ${
|
|
64
|
-
stallsVideoMaxQualityLimit: ${
|
|
65
|
-
limitsAreInvalid: ${
|
|
66
|
-
maxQualityLimit: ${
|
|
67
|
-
minQualityLimit: ${
|
|
61
|
+
bitrateFactor: ${$},
|
|
62
|
+
minBufferToSwitchUp: ${s.minBufferToSwitchUp},
|
|
63
|
+
droppedVideoMaxQualityLimit: ${h},
|
|
64
|
+
stallsVideoMaxQualityLimit: ${c},
|
|
65
|
+
limitsAreInvalid: ${w},
|
|
66
|
+
maxQualityLimit: ${a?.max},
|
|
67
|
+
minQualityLimit: ${a?.min},
|
|
68
68
|
|
|
69
69
|
[limited video tracks]
|
|
70
|
-
${
|
|
70
|
+
${h_.default(T).map(([e,t])=>`${e}: ${t}`).join(`
|
|
71
71
|
`)||"All tracks are available"}
|
|
72
72
|
|
|
73
|
-
[best video track] ${
|
|
74
|
-
[selected video track] ${
|
|
75
|
-
`}),
|
|
73
|
+
[best video track] ${k?.quality}
|
|
74
|
+
[selected video track] ${L?.quality}
|
|
75
|
+
`}),L},h6=(e,t,i,{estimatedThroughput:s,tuning:a,playbackRate:r,forwardBufferHealth:n,history:o,abrLogger:u,stallsPredictedThroughput:l})=>{let d;a$(i,hG);let h=a.considerPlaybackRate&&am(r)?r:1,c=[...i].sort(hj(-1)),p=e.bitrate;aT(p);let m=h*hW(n??.5,a.bitrateAudioFactorAtEmptyBuffer,a.bitrateAudioFactorAtFullBuffer),f=hK(e,t,i,a.minVideoAudioRatio),g=l||s;am(g)&&isFinite(g)&&(d=c.find(e=>!!(am(e.bitrate)&&am(f?.bitrate))&&g-p>=e.bitrate*m&&e.bitrate>=f.bitrate)),d||(d=f);let b=o?.last,v=d&&h0(a,u,d,o);return am(o)&&v?.bitrate!==b?.bitrate&&u({message:`
|
|
76
76
|
[AUDIO TRACKS ABR]
|
|
77
77
|
[available audio tracks]
|
|
78
|
-
${
|
|
78
|
+
${i.map(e=>`{ id: ${e.id}, bitrate: ${e.bitrate} }`).join(`
|
|
79
79
|
`)}
|
|
80
80
|
|
|
81
81
|
[tuning]
|
|
82
|
-
${
|
|
82
|
+
${h_.default(a??{}).map(([e,t])=>`${e}: ${t}`).join(`
|
|
83
83
|
`)}
|
|
84
84
|
|
|
85
85
|
[limit params]
|
|
86
|
-
estimatedThroughput: ${
|
|
87
|
-
stallsPredictedThroughput: ${
|
|
86
|
+
estimatedThroughput: ${s},
|
|
87
|
+
stallsPredictedThroughput: ${l},
|
|
88
88
|
reserve: ${p},
|
|
89
|
-
playbackRate: ${
|
|
90
|
-
playbackRateFactor: ${
|
|
89
|
+
playbackRate: ${r},
|
|
90
|
+
playbackRateFactor: ${h},
|
|
91
91
|
forwardBufferHealth: ${n},
|
|
92
|
-
bitrateFactor: ${
|
|
93
|
-
minBufferToSwitchUp: ${
|
|
92
|
+
bitrateFactor: ${m},
|
|
93
|
+
minBufferToSwitchUp: ${a.minBufferToSwitchUp},
|
|
94
94
|
|
|
95
|
-
[selected audio track] ${
|
|
96
|
-
`}),
|
|
95
|
+
[selected audio track] ${v?.id}
|
|
96
|
+
`}),v},h5=(e,t,i,{estimatedThroughput:s,tuning:a,playbackRate:r,forwardBufferHealth:n,history:o,abrLogger:u,stallsPredictedThroughput:l})=>{let d;a$(i,hG);let h=a.considerPlaybackRate&&am(r)?r:1,c=hY.get(i);c||(c=[...i].sort(hj(-1)),hY.set(i,c));let p=e.bitrate;aT(p);let m=h*hW(n??.5,a.bitrateAudioFactorAtEmptyBuffer,a.bitrateAudioFactorAtFullBuffer),f=hZ(e,t,i,a.minVideoAudioRatio),g=l||s;am(g)&&isFinite(g)&&(d=c.find(e=>!!(am(e.bitrate)&&am(f?.bitrate))&&g-p>=e.bitrate*m&&e.bitrate>=f.bitrate)),d||(d=f);let b=o?.last,v=d&&h0(a,u,d,o);return am(o)&&v?.bitrate!==b?.bitrate&&u({message:`
|
|
97
97
|
[AUDIO TRACKS ABR]
|
|
98
98
|
[available audio tracks]
|
|
99
|
-
${
|
|
99
|
+
${i.map(e=>`{ id: ${e.id}, bitrate: ${e.bitrate} }`).join(`
|
|
100
100
|
`)}
|
|
101
101
|
|
|
102
102
|
[tuning]
|
|
103
|
-
${
|
|
103
|
+
${h_.default(a??{}).map(([e,t])=>`${e}: ${t}`).join(`
|
|
104
104
|
`)}
|
|
105
105
|
|
|
106
106
|
[limit params]
|
|
107
|
-
estimatedThroughput: ${
|
|
108
|
-
stallsPredictedThroughput: ${
|
|
107
|
+
estimatedThroughput: ${s},
|
|
108
|
+
stallsPredictedThroughput: ${l},
|
|
109
109
|
reserve: ${p},
|
|
110
|
-
playbackRate: ${
|
|
111
|
-
playbackRateFactor: ${
|
|
110
|
+
playbackRate: ${r},
|
|
111
|
+
playbackRateFactor: ${h},
|
|
112
112
|
forwardBufferHealth: ${n},
|
|
113
|
-
bitrateFactor: ${
|
|
114
|
-
minBufferToSwitchUp: ${
|
|
115
|
-
|
|
116
|
-
[selected audio track] ${S?.id}
|
|
117
|
-
`}),S};var Ee=a=>new URL(a).hostname;import{assertNever as FS,assertNonNullable as US,combine as vC,debounce as SC,ErrorCategory as qS,filter as HS,filterChanged as yC,isNonNullable as Hl,map as po,merge as jS,observableFrom as TC,once as IC,Subscription as EC,ValueSubject as jl,videoQualityToHeight as zS,videoSizeToQuality as wC}from"@vkontakte/videoplayer-shared";var VS=C(Xe(),1);var RS=C(Ce(),1),AS=a=>{if(a instanceof DOMException&&(0,RS.default)(["Failed to load because no supported source was found.","The element has no supported sources."],a.message))throw a;return!(a instanceof DOMException&&(a.code===20||a.name==="AbortError"))},Oe=async(a,e)=>{let t=a.muted;try{await a.play()}catch(i){if(!AS(i))return!1;if(e&&e(),t)return console.warn(i),!1;a.muted=!0;try{await a.play()}catch(r){return AS(r)&&(a.muted=!1,console.warn(r)),!1}}return!0};import{isNonNullable as co,isNullable as eC,assertNonNullable as Ca}from"@vkontakte/videoplayer-shared";var $S=C(bi(),1);import{isNonNullable as MS,assertNonNullable as uo,now as YL}from"@vkontakte/videoplayer-shared";function me(){return YL()}function Ol(a){return me()-a}function Nl(a){let e=a.split("/"),t=e.slice(0,e.length-1).join("/"),i=/^([a-z]+:)?\/\//i,r=n=>i.test(n);return{resolve:(n,o,u=!1)=>{r(n)||(n.startsWith("/")||(n="/"+n),n=t+n);let c=n.indexOf("?")>-1?"&":"?";return u&&(n+=c+"lowLat=1",c="&"),o&&(n+=c+"_rnd="+Math.floor(999999999*Math.random())),n}}}function LS(a,e,t){let i=(...r)=>{t.apply(null,r),a.removeEventListener(e,i)};a.addEventListener(e,i)}function yr(a,e,t,i){let r=window.XMLHttpRequest,s,n,o,u=!1,c=0,d,l,p=!1,h="arraybuffer",f=7e3,b=2e3,g=()=>{if(u)return;uo(d);let V=Ol(d),E;if(V<b){E=b-V,setTimeout(g,E);return}b*=2,b>f&&(b=f),n&&n.abort(),n=new r,M()},v=V=>(s=V,U),S=V=>(l=V,U),I=()=>(h="json",U),y=()=>{if(!u){if(--c>=0){g(),i&&i();return}u=!0,l&&l(),t&&t()}},P=V=>(p=V,U),M=()=>{d=me(),n=new r,n.open("get",a);let V=0,E,T=0,O=()=>(uo(d),Math.max(d,Math.max(E||0,T||0)));if(s&&n.addEventListener("progress",R=>{let q=me();s.updateChunk&&R.loaded>V&&(s.updateChunk(O(),R.loaded-V),V=R.loaded,E=q)}),o&&(n.timeout=o,n.addEventListener("timeout",()=>y())),n.addEventListener("load",()=>{if(u)return;uo(n);let R=n.status;if(R>=200&&R<300){let{response:q,responseType:Y}=n,ie=q?.byteLength;if(typeof ie=="number"&&s){let ce=ie-V;ce&&s.updateChunk&&s.updateChunk(O(),ce)}Y==="json"&&(!q||!(0,$S.default)(q).length)?y():(l&&l(),e(q))}else y()}),n.addEventListener("error",()=>{y()}),p){let R=()=>{uo(n),n.readyState===XMLHttpRequest.HEADERS_RECEIVED&&(T=me(),n.removeEventListener("readystatechange",R))};n.addEventListener("readystatechange",R)}return n.responseType=h,n.send(),U},U={withBitrateReporting:v,withParallel:P,withJSONResponse:I,withRetryCount:V=>(c=V,U),withRetryInterval:(V,E)=>(MS(V)&&(b=V),MS(E)&&(f=E),U),withTimeout:V=>(o=V,U),withFinally:S,send:M,abort:()=>{n&&(n.abort(),n=void 0),u=!0,l&&l()}};return U}var $a=class{constructor(e){this.intervals=[];this.currentRate=0;this.logger=e}_updateRate(e){let t=.2;this.currentRate&&(e<this.currentRate*.1?t=.8:e<this.currentRate*.5?t=.5:e<this.currentRate*.7&&(t=.3)),e=Math.max(1,Math.min(e,100*1024*1024)),this.currentRate=this.currentRate?this.currentRate*(1-t)+e*t:e}_createInterval(e,t,i){return{start:e,end:t,bytes:i}}_doMergeIntervals(e,t){e.start=Math.min(t.start,e.start),e.end=Math.max(t.end,e.end),e.bytes+=t.bytes}_mergeIntervals(e,t){return e.start<=t.end&&t.start<=e.end?(this._doMergeIntervals(e,t),!0):!1}_flushIntervals(){if(!this.intervals.length)return!1;let e=this.intervals[0].start,t=this.intervals[this.intervals.length-1].end-500;if(t-e>2e3){let i=0,r=0;for(;this.intervals.length>0;){let s=this.intervals[0];if(s.end<=t)i+=s.end-s.start,r+=s.bytes,this.intervals.splice(0,1);else{if(s.start>=t)break;{let n=t-s.start,o=s.end-s.start;i+=n;let u=s.bytes*n/o;r+=u,s.start=t,s.bytes-=u}}}if(r>0&&i>0){let s=r*8/(i/1e3);return this._updateRate(s),this.logger(`rate updated, new=${Math.round(s/1024)}K; average=${Math.round(this.currentRate/1024)}K bytes/ms=${Math.round(r)}/${Math.round(i)} interval=${Math.round(t-e)}`),!0}}return!1}_joinIntervals(){let e;do{e=!1;for(let t=0;t<this.intervals.length-1;++t)this._mergeIntervals(this.intervals[t],this.intervals[t+1])&&(this.intervals.splice(t+1,1),e=!0)}while(e)}addInterval(e,t,i){return this.intervals.push(this._createInterval(e,t,i)),this._joinIntervals(),this.intervals.length>100&&(this.logger(`too many intervals (${this.intervals.length}); will merge`,{type:"warn"}),this._doMergeIntervals(this.intervals[1],this.intervals[0]),this.intervals.splice(0,1)),this._flushIntervals()}getBitRate(){return this.currentRate}};var CS=C(bi(),1);var La=class{constructor(e,t,i,r,s){this.pendingQueue=[];this.activeRequests={};this.completeRequests={};this.averageSegmentDuration=2e3;this.lastPrefetchStart=0;this.throttleTimeout=null;this.RETRY_COUNT=e,this.TIMEOUT=t,this.BITRATE_ESTIMATOR=i,this.MAX_PARALLEL_REQUESTS=r,this.logger=s}limitCompleteCount(){let e;for(;(e=Object.keys(this.completeRequests)).length>this._getParallelRequestCount()+2;){let t=e[Math.floor(Math.random()*e.length)];this.logger(`Dropping completed request for url ${t}`,{type:"warn"}),delete this.completeRequests[t]}}_sendRequest(e,t){let i=me(),r=u=>{delete this.activeRequests[t],this.limitCompleteCount(),this.completeRequests[t]=e,this._sendPending(),e._error=1,e._errorMsg=u,e._errorCB?e._errorCB(u):(this.limitCompleteCount(),this.completeRequests[t]=e)},s=u=>{e._complete=1,e._responseData=u,e._downloadTime=me()-i,delete this.activeRequests[t],this._sendPending(),e._cb?e._cb(u,e._downloadTime):(this.limitCompleteCount(),this.completeRequests[t]=e)},n=()=>{e._finallyCB&&e._finallyCB()},o=()=>{e._retry=1,e._retryCB&&e._retryCB()};e._request=yr(t,s,()=>r("error"),o),e._request.withRetryCount(this.RETRY_COUNT).withTimeout(this.TIMEOUT).withBitrateReporting(this.BITRATE_ESTIMATOR).withParallel(this._getParallelRequestCount()>1).withFinally(n),this.activeRequests[t]=e,e._request.send(),this.lastPrefetchStart=me()}_getParallelRequestCount(){return Math.min(this.MAX_PARALLEL_REQUESTS,this.averageSegmentDuration<3e3?3:2)}_getPrefetchDelay(){return Math.max(100,Math.min(5e3,this.averageSegmentDuration/3))}_canSendPending(){let e=this._getParallelRequestCount(),t=me();if(Object.keys(this.activeRequests).length>=e)return!1;let i=this._getPrefetchDelay()-(t-this.lastPrefetchStart);return this.throttleTimeout&&clearTimeout(this.throttleTimeout),i>0?(this.throttleTimeout=window.setTimeout(()=>this._sendPending(),i),!1):!0}_sendPending(){for(;this._canSendPending();){let e=this.pendingQueue.pop();if(e){if(this.activeRequests[e]||this.completeRequests[e])continue;this.logger(`Submitting pending request url=${e}`),this._sendRequest({},e)}else return}}_removeFromActive(e){delete this.completeRequests[e],delete this.activeRequests[e]}abortAll(){(0,CS.default)(this.activeRequests).forEach(e=>{e&&e._request&&e._request.abort()}),this.activeRequests={},this.pendingQueue=[],this.completeRequests={}}requestData(e,t,i,r){let s={};return s.send=()=>{let n=this.activeRequests[e]||this.completeRequests[e];if(n)n._cb=t,n._errorCB=i,n._retryCB=r,n._finallyCB=s._finallyCB,n._error||n._complete?(this._removeFromActive(e),setTimeout(()=>{n._complete?(this.logger(`Requested url already prefetched, url=${e}`),t(n._responseData,n._downloadTime)):(this.logger(`Requested url already prefetched with error, url=${e}`),i(n._errorMsg)),s._finallyCB&&s._finallyCB()},0)):this.logger(`Attached to active request, url=${e}`);else{let o=this.pendingQueue.indexOf(e);o!==-1&&this.pendingQueue.splice(o,1),this.logger(`Request not prefetched, starting new request, url=${e}${o===-1?"":"; removed pending"}`),this._sendRequest(s,e)}},s._cb=t,s._errorCB=i,s._retryCB=r,s.abort=function(){s.request&&s.request.abort()},s.withFinally=n=>(s._finallyCB=n,s),s}prefetch(e){this.activeRequests[e]||this.completeRequests[e]?this.logger(`Request already active for url=${e}`):(this.logger(`Added to pending queue; url=${e}`),this.pendingQueue.unshift(e),this._sendPending())}optimizeForSegDuration(e){this.averageSegmentDuration=e}};import{Subject as tC}from"@vkontakte/videoplayer-shared";import{isNonNullable as DS}from"@vkontakte/videoplayer-shared";var X=(a,e)=>DS(a)&&DS(e)&&a.readyState==="open"&&KL(a,e);function KL(a,e){for(let t=0;t<a.activeSourceBuffers.length;++t)if(a.activeSourceBuffers[t]===e)return!0;return!1}var BS=C(jt(),1);import{getWindow as XL}from"@vkontakte/videoplayer-shared";var Fl=class{constructor(e,t,i,r){this.tag=e;this.time=t;this.data=i;this.stack=r}toString(){return`${this.tag}: ${this.time}: ${JSON.stringify(this.data)}${this.stack?`, stack: ${this.stack}`:""}`}toDevNullEntry(){let e=(0,BS.default)(this.data).map(([t,i])=>`${t}:${i}`).join(",");return{key:this.tag,strings:[e,this.stack??""],numbers:[this.time]}}},JL=(a,e="warn")=>{let t=XL(),i=[];function r(s,n=!1){let o=t.performance?.timing?.navigationStart??0,u=new Fl(a,Math.round((Date.now()-o)/1e3),s,n?new Error().stack:void 0);i.push(u),e&&t.console[e](u.toString())}return r.reset=()=>{i=[]},r.drain=()=>{let s=i;return i=[],s},r},B=JL("vp_dash_live_debug",!1);var lo=1e4,Ul=3;var iC=6e4,rC=10,aC=1,sC=500,Da=class{constructor(e){this.paused=!1;this.autoQuality=!0;this.autoQualityLimits=void 0;this.buffering=!0;this.destroyed=!1;this.videoPlayStarted=!1;this.lowLatency=!1;this.bitrate=0;this.manifest=[];this.sourceBuffer=0;this.bufferStates=[];this.sourceJitter=-1;this.waitingForFirstBufferAfterSrcChange=!1;this.params=e,this.soundProhibitedEvent$=new tC,this.chunkRateEstimator=new $a(this.params.logger),this._initVideo()}attachSource(e){this.manifestUrl=e,this.urlResolver=Nl(e),this.bitrateSwitcher=this._initBitrateSwitcher(),this._initManifest()}setAutoQualityEnabled(e){this.autoQuality=e}setAutoQualityLimits(e){this.autoQualityLimits=e}switchByName(e){let t;for(let i=0;i<this.manifest.length;++i)if(t=this.manifest[i],t.name===e){this._switchToQuality(t);return}}catchUp(){if(this.rep&&(B({m:"ldp.catchUp.1"}),this.rep.stop()),this.currentManifestEntry){let e=this.params.playbackState.getState();this.paused=e==="paused",B({m:"ldp.catchUp.2"}),this._initPlayerWith(this.currentManifestEntry),this._notifyBuffering(!0)}}stop(){this.params.videoElement.pause(),this.rep&&(this.rep.stop(),this.rep=null)}pause(){this.paused=!0,this.params.videoElement.pause(),this.videoPlayStarted=!1,this._notifyBuffering(!1)}play(){this.paused=!1;let e=this.lowLatency&&this._getBufferSizeSec()>this.sourceJitter+5;this.rep&&!e?(this.bufferStates=[],this.videoPlayStarted=!1,this.shouldPlay()?(B({m:"ldp.play.1"}),this._playVideoElement()):(B({m:"ldp.play.2"}),this._notifyBuffering(!0))):(B({m:"ldp.play.3"}),this.catchUp())}startPlay(e,t){this.autoQuality=t,B({m:"startPlay",url:e.jidxUrl}),this._initPlayerWith(e)}destroy(){this.destroyed=!0,this.rep&&(this.rep.stop(),this.rep=null),this.manifestRequest&&this.manifestRequest.abort(),this.manifestRefetchTimer&&(clearTimeout(this.manifestRefetchTimer),this.manifestRefetchTimer=void 0)}reinit(e){this.manifestUrl=e,this.urlResolver=Nl(e),B({m:"ldp.reinit",url:e}),this.catchUp()}_handleNetworkError(){this.params.logger("Fatal network error"),this.params.playerCallback({name:"error",type:"network"})}_retryCallback(){this.params.playerCallback({name:"retry"})}_getBufferSizeSec(){let e=this.params.videoElement,t=0,i=e.buffered.length;return i!==0&&(t=e.buffered.end(i-1)-Math.max(e.currentTime,e.buffered.start(0))),t}_notifyBuffering(e){this.destroyed||(this.params.logger(`buffering: ${e}`),this.params.playerCallback({name:"buffering",isBuffering:e}),this.buffering=e)}_initVideo(){let{videoElement:e,logger:t}=this.params;B({m:"iv"}),e.addEventListener("error",()=>{!!e.error&&!this.destroyed&&(B({m:"iv.err",e:e.error?.code+":"+e.error?.message}),t(`Video element error: ${e.error?.code}, details: ${e.error?.message}`),this.params.playerCallback({name:"error",type:"media"}))}),e.addEventListener("timeupdate",()=>{let i=this._getBufferSizeSec();!this.paused&&i<.3?this.buffering||(this.buffering=!0,window.setTimeout(()=>{!this.paused&&this.buffering&&this._notifyBuffering(!0)},(i+.1)*1e3)):this.buffering&&this.videoPlayStarted&&this._notifyBuffering(!1)}),e.addEventListener("playing",()=>{t("playing")}),e.addEventListener("stalled",()=>this._fixupStall()),e.addEventListener("waiting",()=>this._fixupStall())}_fixupStall(){let{logger:e,videoElement:t}=this.params,i=t.buffered.length,r;i!==0&&!this.waitingForFirstBufferAfterSrcChange&&(r=t.buffered.start(i-1),t.currentTime<r&&(e("Fixup stall"),B({m:"ldp.fs",t:r}),t.currentTime=r))}_selectQuality(e){let{videoElement:t}=this.params,i,r,s,n=t&&1.62*($.display.pixelRatio||1)*t.offsetHeight||520;for(let o=0;o<this.manifest.length;++o){s=this.manifest[o];let{max:u,min:c}=this.autoQualityLimits||{};!vS({limits:this.autoQualityLimits,highestAvailableHeight:this.manifest[0].video.height,lowestAvailableHeight:(0,VS.default)(this.manifest,-1).video.height})&&(u&&s.video.height>u||c&&s.video.height<c)||(s.bitrate<e&&n>Math.min(s.video.height,s.video.width)?(!r||s.bitrate>r.bitrate)&&(r=s):(!i||i.bitrate>s.bitrate)&&(i=s))}return r||i}shouldPlay(){if(this.paused)return!1;let t=this._getBufferSizeSec()-Math.max(1,this.sourceJitter);return t>3||co(this.downloadRate)&&(this.downloadRate>1.5&&t>2||this.downloadRate>2&&t>1)}_setVideoSrc(e,t){let{logger:i,videoElement:r,playerCallback:s}=this.params;this.mediaSource=new window.MediaSource,i("setting video src"),r.src=URL.createObjectURL(this.mediaSource),this.mediaSource.addEventListener("sourceopen",()=>{if(this.mediaSource?.readyState!=="open"){B({m:"sourceopen",err:`not open: ${this.mediaSource?.readyState}`});return}B({m:"sourceopen",c:e.codecs}),this.sourceBuffer=this.mediaSource.addSourceBuffer(e.codecs),this.bufferStates=[],t()}),this.mediaSource?.addEventListener("sourceclose",o=>{B({m:"sourceclose"})}),this.videoPlayStarted=!1,r.addEventListener("canplay",()=>{B({m:"canplay"}),this.shouldPlay()&&(this.videoPlayStarted=!0,this._playVideoElement())});let n=()=>{LS(r,"progress",()=>{r.buffered.length?(r.currentTime=r.buffered.start(0),this.waitingForFirstBufferAfterSrcChange=!1,s({name:"playing"})):n()})};this.waitingForFirstBufferAfterSrcChange=!0,n()}_initPlayerWith(e){this.bitrate=0,this.rep=0,this.sourceBuffer=0,this.bufferStates=[],this.filesFetcher&&this.filesFetcher.abortAll(),this.filesFetcher=new La(Ul,lo,this.bitrateSwitcher,this.params.config.maxParallelRequests,this.params.logger),this._setVideoSrc(e,()=>this._switchToQuality(e))}_representation(e){let{logger:t,videoElement:i,playerCallback:r}=this.params,s=!1,n=null,o=null,u=null,c=null,d=!1,l=()=>{let y=s&&(!d||d===this.rep);return y||t("Not running!"),y},p=(y,P,M)=>{u&&u.abort(),u=yr(this.urlResolver.resolve(y,!1),P,M,()=>this._retryCallback()).withTimeout(lo).withBitrateReporting(this.bitrateSwitcher).withRetryCount(Ul).withFinally(()=>{u=null}).send()},h=(y,P,M)=>{Ca(this.filesFetcher),o?.abort(),o=this.filesFetcher.requestData(this.urlResolver.resolve(y,!1),P,M,()=>this._retryCallback()).withFinally(()=>{o=null}).send()},f=y=>{let P=i.playbackRate;i.playbackRate!==y&&(t(`Playback rate switch: ${P}=>${y}`),i.playbackRate=y)},b=y=>{this.lowLatency=y,t(`lowLatency changed to ${y}`),g()},g=()=>{if(!this.lowLatency&&!this.params.config.isLiveCatchUpMode)f(1);else{let y=this._getBufferSizeSec();if(this.bufferStates.length<5){f(1);return}let M=me()-1e4,L=0;for(let D=0;D<this.bufferStates.length;D++){let w=this.bufferStates[D];y=Math.min(y,w.buf),w.ts<M&&L++}this.bufferStates.splice(0,L),t(`update playback rate; minBuffer=${y} drop=${L} jitter=${this.sourceJitter}`);let k=y-aC;this.sourceJitter>=0?k-=this.sourceJitter/2:this.sourceJitter-=1,k>3?f(1.15):k>1?f(1.1):k>.3?f(1.05):f(1)}},v=y=>{let P,M=()=>P&&P.start?P.start.length:0,L=R=>P.start[R]/1e3,k=R=>P.dur[R]/1e3,D=R=>P.fragIndex+R,w=(R,q)=>({chunkIdx:D(R),startTS:L(R),dur:k(R),discontinuity:q}),U=()=>{let R=0;if(P&&P.dur){let q=this.lowLatency?this.params.config.lowLatencyMinBuffer:this.params.config.minBuffer,Y=this.lowLatency?this.params.config.lowLatencyMinBufferSegments:this.params.config.minBufferSegments,ie=q;this.sourceJitter>1&&(ie+=this.sourceJitter-1);let ce=P.dur.length-1;for(;ce>=0&&(ie-=P.dur[ce],!(ie<=0));--ce);R=Math.min(ce,P.dur.length-1-Y),R=Math.max(R,0)}return w(R,!0)},V=R=>{let q=M();if(!(q<=0)){if(co(R)){for(let Y=0;Y<q;Y++)if(L(Y)>R)return w(Y)}return U()}},E=R=>{let q=M(),Y=R?R.chunkIdx+1:0,ie=Y-P.fragIndex;if(!(q<=0)){if(!R||ie<0||ie-q>rC)return t(`Resync: offset=${ie} bChunks=${q} chunk=`+JSON.stringify(R)),U();if(!(ie>=q))return w(Y-P.fragIndex,!1)}},T=(R,q,Y)=>{c&&c.abort(),c=yr(this.urlResolver.resolve(R,!0,this.lowLatency),q,Y,()=>this._retryCallback()).withTimeout(lo).withRetryCount(Ul).withFinally(()=>{c=null}).withJSONResponse().send()};return{seek:(R,q)=>{T(y,Y=>{if(!l())return;P=Y;let ie=!!P.lowLatency;ie!==this.lowLatency&&b(ie);let ce=0;for(let Se=0;Se<P.dur.length;++Se)ce+=P.dur[Se];ce>0&&(Ca(this.filesFetcher),this.filesFetcher.optimizeForSegDuration(ce/P.dur.length)),r({name:"index",zeroTime:P.zeroTime,shiftDuration:P.shiftDuration}),this.sourceJitter=P.hasOwnProperty("jitter")?Math.min(10,Math.max(.01,P.jitter/1e3)):1,R(V(q))},()=>this._handleNetworkError())},nextChunk:E}},S=()=>{s=!1,o&&o.abort(),u&&u.abort(),c&&c.abort(),Ca(this.filesFetcher),this.filesFetcher.abortAll()};return d={start:y=>{let{videoElement:P,logger:M}=this.params,L=v(e.jidxUrl),k,D,w,U,V=0,E,T,O,R=()=>{E&&(clearTimeout(E),E=void 0);let F=Math.max(sC,1e3*(this._getBufferSizeSec()-this.sourceJitter-5)),Te=V+F,we=me(),pe=Math.min(1e4,Te-we);V=we;let We=()=>{c||l()&&L.seek(()=>{l()&&(V=me(),q(),R())})};pe>0?E=window.setTimeout(()=>{this.paused?R():We()},pe):We()},q=()=>{let F;for(;F=L.nextChunk(U);)U=F,ye(F);let Te=L.nextChunk(w);if(Te){if(w&&Te.discontinuity){M("Detected discontinuity; restarting playback"),this.paused?R():(S(),B({m:"ldp.fetchChunkIdx.0"}),this._initPlayerWith(e));return}Se(Te)}else R()},Y=(F,Te)=>{if(!l()||!this.sourceBuffer){B({m:"ab.0",c:[!l(),!this.sourceBuffer]});return}let we,pe,We,_t=tt=>{B({m:"ldp.postpone",t:tt}),window.setTimeout(()=>{l()&&Y(F,Te)},tt)};if(this.sourceBuffer.updating)M("Source buffer is updating; delaying appendBuffer"),B({m:"ldp.ab.1"}),_t(100);else{let tt=me(),Ne=P.currentTime;!this.paused&&P.buffered.length>1&&T===Ne&&tt-O>500&&(M("Stall suspected; trying to fix"),this._fixupStall()),T!==Ne&&(T=Ne,O=tt);let Ot=this._getBufferSizeSec();if(Ot>30)B({m:"ldp.ab.3"}),M(`Buffered ${Ot} seconds; delaying appendBuffer`),_t(2e3);else try{if(this.params.config.useInvalidBufferFix&&X(this.mediaSource,this.sourceBuffer))return;this.sourceBuffer.appendBuffer(F),this.videoPlayStarted?(B({m:"ldp.ab.5"}),this.bufferStates.push({ts:tt,buf:Ot}),g(),this.bufferStates.length>200&&this.bufferStates.shift()):this.shouldPlay()&&(B({m:"ldp.ab.4"}),this.videoPlayStarted=!0,this._playVideoElement()),Te&&Te()}catch(Qe){B({m:"ldp.ab.err",e:Qe.name}),Qe.name==="QuotaExceededError"?(M("QuotaExceededError; delaying appendBuffer"),We=this.sourceBuffer.buffered.length,We!==0&&(we=this.sourceBuffer.buffered.start(0),pe=Ne,pe-we>4&&this.sourceBuffer.remove(we,pe-3)),_t(1e3)):(M(Qe.name),r({name:"error",type:"buffer",message:`appendBuffer failed due to ${Qe.name}`}))}}},ie=()=>{D&&k&&(M([`Appending chunk, sz=${D.byteLength}:`,JSON.stringify(w)]),Y(D,function(){D=null,q()}))},ce=F=>e.fragUrlTemplate.replace("%%id%%",F.chunkIdx),Se=F=>{l()&&h(ce(F),(Te,we)=>{if(l()){if(we/=1e3,D=Te,w=F,n=F.startTS,we){let pe=Math.min(10,F.dur/we);this.downloadRate=this.downloadRate?(1-.3)*this.downloadRate+.3*pe:pe}ie()}},()=>this._handleNetworkError())},ye=F=>{l()&&(Ca(this.filesFetcher),this.filesFetcher.prefetch(this.urlResolver.resolve(ce(F),!1)))},H=F=>{l()&&(e.cachedHeader=F,Y(F,()=>{k=!0,ie()}))};s=!0,L.seek(F=>{if(l()){if(V=me(),!F){R();return}U=F,!eC(y)||F.startTS>y?Se(F):(w=F,q())}},y),e.cachedHeader?H(e.cachedHeader):p(e.headerUrl,H,()=>this._handleNetworkError())},stop:S,getTimestampSec:()=>n},d}_switchToQuality(e){let{logger:t,playerCallback:i}=this.params,r;e.bitrate!==this.bitrate&&(this.rep&&(r=this.rep.getTimestampSec(),co(r)&&(r+=.1),this.rep.stop()),this.currentManifestEntry=e,this.rep=this._representation(e),t(`switch to quality: codecs=${e.codecs}; headerUrl=${e.headerUrl}; bitrate=${e.bitrate}`),this.bitrate=e.bitrate,Ca(this.bitrateSwitcher),this.bitrateSwitcher.notifySwitch(this.bitrate),this.rep.start(r),i({name:"qualitySwitch",quality:e}))}_qualityAvailable(e){return co(this.manifest.find(t=>t.name===e))}_initBitrateSwitcher(){let{logger:e,playerCallback:t}=this.params,i=l=>{if(!this.autoQuality)return;let p,h,f;if(this.currentManifestEntry&&this._qualityAvailable(this.currentManifestEntry.name)&&l<this.bitrate&&(h=this._getBufferSizeSec(),f=l/this.bitrate,h>10&&f>.8||h>15&&f>.5||h>20&&f>.3)){e(`Not switching: buffer=${Math.floor(h)}; bitrate=${this.bitrate}; newRate=${Math.floor(l)}`);return}p=this._selectQuality(l),p?this._switchToQuality(p):e(`Could not find quality by bitrate ${l}`)},s={updateChunk:(p,h)=>{let f=me();if(this.chunkRateEstimator.addInterval(p,f,h)){let g=this.chunkRateEstimator.getBitRate();return t({name:"bandwidth",size:h,duration:f-p,speed:g}),!0}},get:()=>{let p=this.chunkRateEstimator.getBitRate();return p?p*.85:0}},n=-1/0,o,u=!0,c=()=>{let l=s.get();if(l&&o&&this.autoQuality){if(u&&l>o&&Ol(n)<3e4)return;i(l)}u=this.autoQuality};return{updateChunk:(l,p)=>{let h=s.updateChunk(l,p);return h&&c(),h},notifySwitch:l=>{let p=me();l<o&&(n=p),o=l}}}_fetchManifest(e,t,i){this.manifestRequest=yr(this.urlResolver.resolve(e,!0),t,i,()=>this._retryCallback()).withJSONResponse().withTimeout(lo).withRetryCount(this.params.config.manifestRetryMaxCount).withRetryInterval(this.params.config.manifestRetryInterval,this.params.config.manifestRetryMaxInterval).send().withFinally(()=>{this.manifestRequest=void 0})}_playVideoElement(){let{videoElement:e}=this.params;Oe(e,()=>{this.soundProhibitedEvent$.next()}).then(t=>{B({m:"ldp.pve.1"}),t||(B({m:"ldp.pve.2"}),this.params.liveOffset.pause(),this.params.videoState.setState("paused"))})}_handleManifestUpdate(e){let{logger:t,playerCallback:i,videoElement:r}=this.params,s=n=>{let o=[];return n?.length?(n.forEach((u,c)=>{u.video&&r.canPlayType(u.codecs).replace(/no/,"")&&window.MediaSource?.isTypeSupported?.(u.codecs)&&(u.index=c,o.push(u))}),o.sort(function(u,c){return u.video&&c.video?c.video.height-u.video.height:c.bitrate-u.bitrate}),o):(i({name:"error",type:"empty_manifest"}),[])};this.manifest=s(e),t(`Valid manifest entries: ${this.manifest.length}/${e.length}`),i({name:"manifest",manifest:this.manifest})}_refetchManifest(e){this.destroyed||(this.manifestRefetchTimer&&clearTimeout(this.manifestRefetchTimer),this.manifestRefetchTimer=window.setTimeout(()=>{this._fetchManifest(e,t=>{this.destroyed||(this._handleManifestUpdate(t),this._refetchManifest(e))},()=>this._refetchManifest(e))},iC))}_initManifest(){this._fetchManifest(this.manifestUrl,e=>{this.destroyed||(this._handleManifestUpdate(e),this._refetchManifest(this.manifestUrl))},()=>this._handleNetworkError())}};var NS=C(jt(),1);import{debounce as nC,filter as _S,fromEvent as oC,interval as uC,isHigher as cC,isInvariantQuality as lC,isLower as dC,merge as pC,Subject as OS,Subscription as hC}from"@vkontakte/videoplayer-shared";var ql=class{constructor(){this.onDroopedVideoFramesLimit$=new OS;this.subscription=new hC;this.playing=!1;this.tracks=[];this.forceChecker$=new OS;this.isForceCheckCounter=0;this.prevTotalVideoFrames=0;this.prevDroppedVideoFrames=0;this.limitCounts={};this.handleChangeVideoQuality=()=>{let e=this.tracks.find(({size:t})=>t?.height===this.video.videoHeight&&t?.width===this.video.videoWidth);e&&!lC(e.quality)&&this.onChangeQuality(e.quality)};this.checkDroppedFrames=()=>{let{totalVideoFrames:e,droppedVideoFrames:t}=this.video.getVideoPlaybackQuality(),i=e-this.prevTotalVideoFrames,r=t-this.prevDroppedVideoFrames,s=1-(i-r)/i;!isNaN(s)&&s>0&&this.log({message:`[dropped]. current dropped percent: ${s}, limit: ${this.droppedFramesChecker.percentLimit}`}),!isNaN(s)&&s>=this.droppedFramesChecker.percentLimit&&cC(this.currentQuality,this.droppedFramesChecker.minQualityBanLimit)&&(this.limitCounts[this.currentQuality]=(this.limitCounts[this.currentQuality]??0)+1,this.maxQualityLimit=this.getMaxQualityLimit(this.currentQuality),this.currentTimer&&window.clearTimeout(this.currentTimer),this.currentTimer=window.setTimeout(()=>this.maxQualityLimit=this.getMaxQualityLimit(),this.droppedFramesChecker.qualityUpWaitingTime),this.onDroopedVideoFramesLimitTrigger()),this.savePrevFrameCounts(e,t)}}connect(e){this.log=e.logger.createComponentLog("DroppedFramesManager"),this.video=e.video,this.isAuto=e.isAuto,this.tracks=e.tracks,this.droppedFramesChecker=e.droppedFramesChecker,this.subscription.add(e.playing$.subscribe(()=>this.playing=!0)),this.subscription.add(e.pause$.subscribe(()=>this.playing=!1)),this.isEnabled&&this.subscribe()}destroy(){this.currentTimer&&window.clearTimeout(this.currentTimer),this.subscription.unsubscribe()}get droppedVideoMaxQualityLimit(){return this.maxQualityLimit}subscribe(){this.subscription.add(oC(this.video,"resize").subscribe(this.handleChangeVideoQuality));let e=uC(this.droppedFramesChecker.checkTime).pipe(_S(()=>this.playing),_S(()=>{let r=!!this.isForceCheckCounter;return r&&(this.isForceCheckCounter-=1),!r})),t=this.forceChecker$.pipe(nC(this.droppedFramesChecker.checkTime)),i=pC(e,t);this.subscription.add(i.subscribe(this.checkDroppedFrames))}onChangeQuality(e){this.currentQuality=e;let{totalVideoFrames:t,droppedVideoFrames:i}=this.video.getVideoPlaybackQuality();this.savePrevFrameCounts(t,i),this.isForceCheckCounter=this.droppedFramesChecker.tickCountAfterQualityChange,this.forceChecker$.next()}onDroopedVideoFramesLimitTrigger(){this.isAuto.getState()&&(this.log({message:`[onDroopedVideoFramesLimit]. maxQualityLimit: ${this.maxQualityLimit}`}),this.onDroopedVideoFramesLimit$.next())}getMaxQualityLimit(e){let t=(0,NS.default)(this.limitCounts).filter(([,i])=>i>=this.droppedFramesChecker.countLimit).sort(([i],[r])=>dC(i,r)?-1:1)?.[0]?.[0];return e??t}get isEnabled(){return this.droppedFramesChecker.enabled&&this.isDroppedFramesCheckerSupport}get isDroppedFramesCheckerSupport(){return!!this.video&&typeof this.video.getVideoPlaybackQuality=="function"}savePrevFrameCounts(e,t){this.prevTotalVideoFrames=e,this.prevDroppedVideoFrames=t}},Tr=ql;import{map as fC,Observable as mC}from"@vkontakte/videoplayer-shared";import{fromEvent as bC}from"@vkontakte/videoplayer-shared";var Ba=()=>!!window.documentPictureInPicture?.window||!!document.pictureInPictureElement;var gC=(a,e)=>new mC(t=>{if(!window.IntersectionObserver)return;let i={root:null},r=new IntersectionObserver((n,o)=>{n.forEach(u=>t.next(u.isIntersecting||Ba()))},{...i,...e});r.observe(a);let s=bC(document,"visibilitychange").pipe(fC(n=>!document.hidden||Ba())).subscribe(n=>t.next(n));return()=>{r.unobserve(a),s.unsubscribe()}}),Je=gC;var xC=["paused","playing","ready"],PC=["paused","playing","ready"],Va=class{constructor(e){this.subscription=new EC;this.videoState=new N("stopped");this.representations$=new jl([]);this.droppedFramesManager=new Tr;this.maxSeekBackTime$=new jl(1/0);this.zeroTime$=new jl(void 0);this.liveOffset=new xi;this._dashCb=e=>{switch(e.name){case"buffering":{let t=e.isBuffering;this.params.output.isBuffering$.next(t);break}case"error":{this.params.output.error$.next({id:`DashLiveProviderInternal:${e.type}`,category:qS.WTF,message:`LiveDashPlayer reported error${e.message?`: ${e.message}`:""}`});break}case"manifest":{let t=e.manifest,i=[];for(let r of t){let s=r.name??r.index.toString(10),n=Qt(r.name)??wC(r.video),o=r.bitrate/1e3,u={...r.video};if(!n)continue;let c={id:s,quality:n,bitrate:o,size:u};i.push({track:c,representation:r})}this.representations$.next(i),this.params.output.availableVideoTracks$.next(i.map(({track:r})=>r)),this.videoState.getTransition()?.to==="manifest_ready"&&this.videoState.setState("manifest_ready");break}case"qualitySwitch":{let t=e.quality,i=this.representations$.getValue().find(({representation:r})=>r===t)?.track;this.params.output.hostname$.next(new URL(t.headerUrl,this.params.source.url).hostname),Hl(i)&&this.params.output.currentVideoTrack$.next(i);break}case"bandwidth":{let{size:t,duration:i}=e;this.params.dependencies.throughputEstimator.addRawSpeed(t,i);break}case"index":{this.maxSeekBackTime$.next(e.shiftDuration||0),this.zeroTime$.next(e.zeroTime);break}}};this.syncPlayback=()=>{let e=this.videoState.getState(),t=this.videoState.getTransition(),i=this.params.desiredState.playbackState.getState(),r=this.params.desiredState.playbackState.getTransition(),s=this.params.desiredState.seekState.getState();if(this.log({message:`[syncPlayback] videoState: ${e}; videoTransition: ${JSON.stringify(t)}; desiredPlaybackState: ${i}; seekState: ${JSON.stringify(s)};`}),i==="stopped"){e!=="stopped"&&(this.videoState.startTransitionTo("stopped"),this.dash.destroy(),this.video.removeAttribute("src"),this.video.load(),this.videoState.setState("stopped"));return}if(t)return;let n=this.params.desiredState.videoTrack.getTransition(),o=this.params.desiredState.autoVideoTrackSwitching.getTransition();if((0,zl.default)(PC,e)&&(n||o)){this.prepare();return}if(r?.to!=="paused"&&s.state==="requested"&&(0,zl.default)(xC,e)){this.seek(s.position-this.liveOffset.getTotalPausedTime());return}switch(e){case"stopped":this.videoState.startTransitionTo("manifest_ready"),this.dash.attachSource(se(this.params.source.url));return;case"manifest_ready":this.videoState.startTransitionTo("ready"),this.prepare();break;case"ready":if(i==="paused")this.videoState.setState("paused");else if(i==="playing"){B({m:"dlp.sync.1"}),this.videoState.startTransitionTo("playing");let u=r?.from;u&&u==="ready"&&(B({m:"dlp.sync.2"}),this.dash.catchUp()),B({m:"dlp.sync.3"}),this.dash.play()}return;case"playing":i==="paused"&&(this.videoState.startTransitionTo("paused"),this.liveOffset.pause(),this.dash.pause());return;case"paused":if(i==="playing")if(this.videoState.startTransitionTo("playing"),this.liveOffset.getTotalPausedTime()<this.params.config.maxPausedTime&&this.liveOffset.getTotalOffset()<this.maxSeekBackTime$.getValue())this.liveOffset.resume(),this.dash.play(),this.params.output.position$.next(-this.liveOffset.getTotalOffset()/1e3);else{let u=this.liveOffset.getTotalOffset();u>=this.maxSeekBackTime$.getValue()&&(u=0,this.liveOffset.resetTo(u)),this.liveOffset.resume(),this.params.output.position$.next(-u/1e3),this.dash.reinit(se(this.params.source.url,u))}return;default:return FS(e)}};this.textTracksManager=new Ke(e.source.url),this.params=e,this.log=this.params.dependencies.logger.createComponentLog("DashLiveProvider");let t=r=>{e.output.error$.next({id:"DashLiveProvider",category:qS.WTF,message:"DashLiveProvider internal logic error",thrown:r})};this.subscription.add(jS(this.videoState.stateChangeStarted$.pipe(po(r=>({transition:r,type:"start"}))),this.videoState.stateChangeEnded$.pipe(po(r=>({transition:r,type:"end"})))).subscribe(({transition:r,type:s})=>{B({m:"dlp.s.1",t:s+`:${r.from}-${r.to}`}),this.log({message:`[videoState change] ${s}: ${JSON.stringify(r)}`})})),this.video=De(e.container,e.tuning),this.params.output.element$.next(this.video),this.dash=this.createLiveDashPlayer(),this.subscription.add(this.dash.soundProhibitedEvent$.subscribe(this.params.output.soundProhibitedEvent$)),this.params.output.duration$.next(1/0),this.params.output.position$.next(0),this.params.output.isLive$.next(!0),this.params.output.canChangePlaybackSpeed$.next(!1),this.params.output.hostname$.next(Ee(this.params.source.url)),this.params.output.autoVideoTrackLimitingAvailable$.next(!0),this.params.output.availableVideoTracks$.next([]),this.params.output.availableAudioTracks$.next([]),this.params.output.isAudioAvailable$.next(!0),this.params.output.availableTextTracks$.next([]),this.params.desiredState.internalTextTracks.setState([]),this.textTracksManager.connect(this.video,this.params.desiredState,this.params.output);let i=_e(this.video);this.subscription.add(()=>i.destroy()),this.subscription.add(this.representations$.pipe(po(r=>r.map(({track:s})=>s)),HS(r=>!!r.length),IC()).subscribe(r=>this.droppedFramesManager.connect({logger:this.params.dependencies.logger,video:this.video,droppedFramesChecker:this.params.tuning.droppedFramesChecker,isAuto:this.params.desiredState.autoVideoTrackSwitching,playing$:i.playing$,pause$:i.pause$,tracks:r}))),this.subscription.add(i.canplay$.subscribe(()=>{this.videoState.getTransition()?.to==="ready"&&this.videoState.setState("ready")},t)).add(i.pause$.subscribe(()=>{this.videoState.setState("paused")},t)).add(i.playing$.subscribe(()=>{this.params.desiredState.seekState.getState().state==="applying"&&this.params.output.seekedEvent$.next(),this.videoState.setState("playing")},t)).add(i.error$.subscribe(this.params.output.error$)).add(this.maxSeekBackTime$.pipe(yC(),po(r=>-r/1e3)).subscribe(this.params.output.duration$)).add(vC({zeroTime:this.zeroTime$.pipe(HS(Hl)),position:i.timeUpdate$}).subscribe(({zeroTime:r,position:s})=>{s===0&&this.videoState.getTransition()||this.params.output.liveTime$.next(r+s*1e3)},t)).add(bt(this.video,this.params.desiredState.isLooped,t)).add(Ve(this.video,this.params.desiredState.volume,i.volumeState$,t)).add(i.volumeState$.subscribe(this.params.output.volume$,t)).add(Ye(this.video,this.params.desiredState.playbackRate,i.playbackRateState$,t)).add(i.loadStart$.subscribe(this.params.output.firstBytesEvent$)).add(i.loadedMetadata$.subscribe(this.params.output.loadedMetadataEvent$)).add(i.playing$.subscribe(this.params.output.firstFrameEvent$)).add(i.canplay$.subscribe(this.params.output.canplay$)).add(i.inPiP$.subscribe(this.params.output.inPiP$)).add(i.inFullscreen$.subscribe(this.params.output.inFullscreen$)).add(Je(this.video).subscribe(this.params.output.elementVisible$)).add(this.params.desiredState.autoVideoTrackLimits.stateChangeStarted$.subscribe(({to:{max:r,min:s}})=>{this.dash.setAutoQualityLimits({max:r&&zS(r),min:s&&zS(s)}),this.params.output.autoVideoTrackLimits$.next({max:r,min:s})})).add(this.videoState.stateChangeEnded$.subscribe(r=>{switch(r.to){case"stopped":this.params.output.position$.next(0),this.params.output.duration$.next(1/0),B({m:"dlp.vse.s"}),this.params.desiredState.playbackState.setState("stopped");break;case"manifest_ready":case"ready":this.params.desiredState.playbackState.getTransition()?.to==="ready"&&(B({m:"dlp.vse.r"}),this.params.desiredState.playbackState.setState("ready"));break;case"paused":B({m:"dlp.vse.pa"}),this.params.desiredState.playbackState.setState("paused");break;case"playing":B({m:"dlp.vse.pl"}),this.params.desiredState.playbackState.setState("playing");break;default:return FS(r.to)}},t)).add(jS(e.desiredState.playbackState.stateChangeStarted$,e.desiredState.seekState.stateChangeEnded$,e.desiredState.videoTrack.stateChangeStarted$,e.desiredState.autoVideoTrackSwitching.stateChangeStarted$,this.videoState.stateChangeEnded$,this.droppedFramesManager.onDroopedVideoFramesLimit$,TC(["init"])).pipe(SC(0)).subscribe(this.syncPlayback,t))}destroy(){B({m:"dlp.destroy"}),this.subscription.unsubscribe(),this.textTracksManager.destroy(),this.droppedFramesManager.destroy(),this.dash.destroy(),this.params.output.element$.next(void 0),Be(this.video)}createLiveDashPlayer(){let e=new Da({videoElement:this.video,videoState:this.videoState,playbackState:this.params.desiredState.playbackState,liveOffset:this.liveOffset,config:{maxParallelRequests:this.params.config.maxParallelRequests,minBuffer:this.params.tuning.live.minBuffer,minBufferSegments:this.params.tuning.live.minBufferSegments,lowLatencyMinBuffer:this.params.tuning.live.lowLatencyMinBuffer,lowLatencyMinBufferSegments:this.params.tuning.live.lowLatencyMinBufferSegments,isLiveCatchUpMode:this.params.tuning.live.isLiveCatchUpMode,manifestRetryInterval:this.params.tuning.manifestRetryInterval,manifestRetryMaxInterval:this.params.tuning.manifestRetryMaxInterval,manifestRetryMaxCount:this.params.tuning.manifestRetryMaxCount,useInvalidBufferFix:this.params.tuning.useInvalidBufferFix||!1},playerCallback:this._dashCb,logger:t=>{this.params.dependencies.logger.log({message:String(t),component:"LiveDashPlayer"})}});return e.pause(),e}prepare(){let e=this.representations$.getValue(),t=this.params.desiredState.videoTrack.getTransition()?.to??this.params.desiredState.videoTrack.getState(),i=this.params.desiredState.autoVideoTrackSwitching.getTransition()?.to??this.params.desiredState.autoVideoTrackSwitching.getState(),r=!i&&Hl(t)?t:St(e.map(({track:c})=>c),{container:this.video.getBoundingClientRect(),panelSize:this.params.panelSize,estimatedThroughput:this.params.dependencies.throughputEstimator.throughput$.getValue(),tuning:this.params.tuning.autoTrackSelection,limits:this.params.desiredState.autoVideoTrackLimits.getState(),droppedVideoMaxQualityLimit:this.droppedFramesManager.droppedVideoMaxQualityLimit,abrLogger:this.params.dependencies.abrLogger}),s=r?.id,n=this.params.desiredState.videoTrack.getTransition(),o=this.params.desiredState.videoTrack.getState()?.id,u=this.params.desiredState.autoVideoTrackSwitching.getTransition();if(r&&(n||s!==o)&&this.setVideoTrack(r),u&&this.setAutoQuality(i),n||u||s!==o){let c=e.find(({track:d})=>d.id===s)?.representation;US(c,"Representations missing"),this.dash.startPlay(c,i)}}setVideoTrack(e){let t=this.representations$.getValue().find(({track:i})=>i.id===e.id)?.representation;US(t,`No such representation ${e.id}`),this.dash.switchByName(t.name),this.params.desiredState.videoTrack.setState(e)}setAutoQuality(e){this.dash.setAutoQualityEnabled(e),this.params.desiredState.autoVideoTrackSwitching.setState(e)}seek(e){this.log({message:`[seek] position: ${e}`}),this.params.output.willSeekEvent$.next();let t=this.params.desiredState.playbackState.getState(),i=this.videoState.getState(),r=t==="paused"&&i==="paused",s=-e,n=s<=this.maxSeekBackTime$.getValue()?s:0;this.params.output.position$.next(e/1e3),B({m:"dlp.seek",p:e,no:n,url:this.params.source.url}),this.dash.reinit(se(this.params.source.url,n)),r&&this.dash.pause(),this.liveOffset.resetTo(n,r)}};var WS=Va;import{filter as V0,filterChanged as _0,isNonNullable as O0}from"@vkontakte/videoplayer-shared";import{assertNever as qC,assertNonNullable as HC,debounce as jC,ErrorCategory as ry,filter as td,filterChanged as vo,fromEvent as zC,isNonNullable as ay,isNullable as WC,map as id,merge as So,observableFrom as rd,once as sy,Subscription as QC,throttle as GC}from"@vkontakte/videoplayer-shared";var Wl=C(Xe(),1);import{videoSizeToQuality as kC}from"@vkontakte/videoplayer-shared";var QS=({id:a,width:e,height:t,bitrate:i,fps:r,quality:s,streamId:n})=>{let o=(s?Qt(s):void 0)??kC({width:e,height:t});return o&&{id:a,quality:o,bitrate:i,size:{width:e,height:t},fps:r,streamId:n}},GS=({id:a,bitrate:e})=>({id:a,bitrate:e}),YS=({language:a,label:e},{id:t,url:i,isAuto:r})=>({id:t,url:i,isAuto:r,type:"internal",language:a,label:e}),KS=({language:a,label:e,id:t,url:i,isAuto:r})=>({id:t,url:i,isAuto:r,type:"internal",language:a,label:e}),Ql=({id:a,language:e,label:t,codecs:i,isDefault:r})=>({id:a,language:e,label:t,codec:(0,Wl.default)(i.split("."),0),isDefault:r}),Gl=({id:a,language:e,label:t,hdr:i,codecs:r})=>({id:a,language:e,hdr:i,label:t,codec:(0,Wl.default)(r.split("."),0)});var be=a=>a.type==="template";var ho=class{constructor(e,t){this.fov=e,this.orientation=t}};var fo=class{constructor(e,t){this.rotating=!1;this.fading=!1;this.lastTickTS=0;this.lastCameraTurnTS=0;this.fadeStartSpeed=null;this.fadeTime=0;this.camera=e,this.options=t,this.rotationSpeed={x:0,y:0,z:0},this.fadeCorrection=1/(this.options.speedFadeTime/1e3)**2}turnCamera(e=0,t=0,i=0){this.pointCameraTo(this.camera.orientation.x+e,this.camera.orientation.y+t,this.camera.orientation.z+i)}pointCameraTo(e=0,t=0,i=0){t=this.limitCameraRotationY(t);let r=e-this.camera.orientation.x,s=t-this.camera.orientation.y,n=i-this.camera.orientation.z;this.camera.orientation.x=e,this.camera.orientation.y=t,this.camera.orientation.z=i,this.lastCameraTurn={x:r,y:s,z:n},this.lastCameraTurnTS=Date.now()}setRotationSpeed(e,t,i){this.rotationSpeed.x=e??this.rotationSpeed.x,this.rotationSpeed.y=t??this.rotationSpeed.y,this.rotationSpeed.z=i??this.rotationSpeed.z}startRotation(){this.rotating=!0}stopRotation(e=!1){e?(this.setRotationSpeed(0,0,0),this.fadeStartSpeed=null):this.startFading(this.rotationSpeed.x,this.rotationSpeed.y,this.rotationSpeed.z),this.rotating=!1}onCameraRelease(){if(this.lastCameraTurn&&this.lastCameraTurnTS){let e=Date.now()-this.lastCameraTurnTS;if(e<this.options.speedFadeThreshold){let t=(1-e/this.options.speedFadeThreshold)*this.options.rotationSpeedCorrection;this.startFading(this.lastCameraTurn.x*t,this.lastCameraTurn.y*t,this.lastCameraTurn.z*t)}}}startFading(e,t,i){this.setRotationSpeed(e,t,i),this.fadeStartSpeed={...this.rotationSpeed},this.fading=!0}stopFading(){this.fadeStartSpeed=null,this.fading=!0,this.fadeTime=0}limitCameraRotationY(e){return Math.max(-this.options.maxYawAngle,Math.min(e,this.options.maxYawAngle))}tick(e){if(!this.lastTickTS){this.lastTickTS=e,this.lastCameraTurnTS=Date.now();return}let t=e-this.lastTickTS,i=t/1e3;if(this.rotating)this.turnCamera(this.rotationSpeed.x*this.options.rotationSpeedCorrection*i,this.rotationSpeed.y*this.options.rotationSpeedCorrection*i,this.rotationSpeed.z*this.options.rotationSpeedCorrection*i);else if(this.fading&&this.fadeStartSpeed){let r=-this.fadeCorrection*(this.fadeTime/1e3)**2+1;this.setRotationSpeed(this.fadeStartSpeed.x*r,this.fadeStartSpeed.y*r,this.fadeStartSpeed.z*r),r>0?this.turnCamera(this.rotationSpeed.x*this.options.rotationSpeedCorrection*i,this.rotationSpeed.y*this.options.rotationSpeedCorrection*i,this.rotationSpeed.z*this.options.rotationSpeedCorrection*i):(this.stopRotation(!0),this.stopFading()),this.fadeTime=Math.min(this.fadeTime+t,this.options.speedFadeTime)}this.lastTickTS=e}};var XS=`attribute vec2 a_vertex;
|
|
118
|
-
attribute vec2 a_texel;
|
|
119
|
-
|
|
120
|
-
varying vec2 v_texel;
|
|
121
|
-
|
|
122
|
-
void main(void) {
|
|
123
|
-
// direct vertex drawing
|
|
124
|
-
gl_Position = vec4(a_vertex, 0.0, 1.0);
|
|
125
|
-
// save texel vector to pass to fragment shader
|
|
126
|
-
v_texel = a_texel;
|
|
127
|
-
}
|
|
128
|
-
`;var JS=`#ifdef GL_ES
|
|
129
|
-
precision highp float;
|
|
130
|
-
precision highp int;
|
|
131
|
-
#else
|
|
132
|
-
precision highp float;
|
|
133
|
-
#endif
|
|
134
|
-
|
|
135
|
-
#define PI 3.14159265358979323846264
|
|
136
|
-
|
|
137
|
-
varying vec2 v_texel; // [0..1, 0..1]
|
|
138
|
-
|
|
139
|
-
uniform sampler2D u_texture;
|
|
140
|
-
uniform vec2 u_focus; // current central point [-180..180, -90..90] (degrees)
|
|
141
|
-
|
|
142
|
-
void main(void) {
|
|
143
|
-
// center point of output projection
|
|
144
|
-
float lambda0 = u_focus.x / 360.0;
|
|
145
|
-
float phi0 = u_focus.y / 180.0;
|
|
146
|
-
|
|
147
|
-
float lambda = PI * 2.0 * (v_texel.x - 0.5 - lambda0); // [-pi..+pi] (rad)
|
|
148
|
-
float phi = PI * (v_texel.y - 0.5 - phi0); // [-pi/2..+pi/2] (rad)
|
|
149
|
-
|
|
150
|
-
float p = sqrt(lambda * lambda + phi * phi); // rou
|
|
151
|
-
float c = atan(p);
|
|
152
|
-
float cos_c = cos(c);
|
|
153
|
-
float sin_c = sin(c);
|
|
154
|
-
|
|
155
|
-
// geo coordinates of projection
|
|
156
|
-
float x = lambda0 + atan(
|
|
157
|
-
lambda * sin_c,
|
|
158
|
-
p * cos(phi0) * cos_c - phi * sin(phi0) * sin_c
|
|
159
|
-
);
|
|
160
|
-
float y = asin(cos_c * sin(phi0) + (phi * sin_c * cos(phi0)) / p);
|
|
161
|
-
|
|
162
|
-
// reprojected texture coordinates
|
|
163
|
-
vec2 tc = vec2(
|
|
164
|
-
mod(x / (PI * 2.0) - 0.5, 1.0), // [0..1]
|
|
165
|
-
mod(y / PI - 0.5, 1.0) // [0..1]
|
|
166
|
-
);
|
|
113
|
+
bitrateFactor: ${m},
|
|
114
|
+
minBufferToSwitchUp: ${a.minBufferToSwitchUp},
|
|
167
115
|
|
|
168
|
-
|
|
169
|
-
gl_FragColor = texture2D(u_texture, tc);
|
|
170
|
-
}
|
|
171
|
-
`;var Ir=class{constructor(e,t,i){this.videoInitialized=!1;this.active=!1;this.container=e,this.sourceVideoElement=t,this.params=i,this.canvas=this.createCanvas();let r=this.canvas.getContext("webgl");if(!r)throw new Error("Could not initialize WebGL context");this.gl=r,this.container.appendChild(this.canvas),this.camera=new ho(this.params.fov,this.params.orientation),this.cameraRotationManager=new fo(this.camera,{rotationSpeed:this.params.rotationSpeed,maxYawAngle:this.params.maxYawAngle,rotationSpeedCorrection:this.params.rotationSpeedCorrection,degreeToPixelCorrection:this.params.degreeToPixelCorrection,speedFadeTime:this.params.speedFadeTime,speedFadeThreshold:this.params.speedFadeThreshold}),this.updateFrameSize(),this.vertexBuffer=this.createVertexBuffer(),this.textureMappingBuffer=this.createTextureMappingBuffer(),this.updateTextureMappingBuffer(),this.program=this.createProgram(),this.videoTexture=this.createTexture(),this.gl.useProgram(this.program),this.videoElementDataLoadedFn=this.onDataLoadedHandler.bind(this),this.renderFn=this.render.bind(this)}play(){this.active||(this.videoInitialized?this.doPlay():this.sourceVideoElement.readyState>=2?(this.videoInitialized=!0,this.doPlay()):this.sourceVideoElement.addEventListener("loadeddata",this.videoElementDataLoadedFn))}stop(){this.active=!1}startCameraManualRotation(e,t){this.cameraRotationManager.setRotationSpeed(e*this.params.rotationSpeed,t*this.params.rotationSpeed,0),this.cameraRotationManager.startRotation()}stopCameraManualRotation(e=!1){this.cameraRotationManager.stopRotation(e)}turnCamera(e,t){this.cameraRotationManager.turnCamera(e,t)}pointCameraTo(e,t){this.cameraRotationManager.pointCameraTo(e,t)}pixelToDegree(e){return{x:this.params.degreeToPixelCorrection*this.params.fov.x*-e.x/this.viewportWidth,y:this.params.degreeToPixelCorrection*this.params.fov.y*e.y/this.viewportHeight}}getCameraRotation(){return this.camera.orientation}holdCamera(){this.cameraRotationManager.stopRotation(!0)}releaseCamera(){this.cameraRotationManager.onCameraRelease()}destroy(){this.sourceVideoElement.removeEventListener("loadeddata",this.videoElementDataLoadedFn),this.stop(),this.canvas.remove()}setViewportSize(e,t){this.viewportWidth=e,this.viewportHeight=t,this.canvas.width=this.viewportWidth,this.canvas.height=this.viewportHeight,this.gl.viewport(0,0,this.canvas.width,this.canvas.height)}onDataLoadedHandler(){this.videoInitialized=!0,this.doPlay()}doPlay(){this.updateFrameSize(),this.vertexBuffer=this.createVertexBuffer(),this.active=!0,this.sourceVideoElement.removeEventListener("loadeddata",this.videoElementDataLoadedFn),requestAnimationFrame(this.renderFn)}render(e){this.cameraRotationManager.tick(e),this.updateTexture(),this.updateTextureMappingBuffer();let t=this.gl.getAttribLocation(this.program,"a_vertex"),i=this.gl.getAttribLocation(this.program,"a_texel"),r=this.gl.getUniformLocation(this.program,"u_texture"),s=this.gl.getUniformLocation(this.program,"u_focus");this.gl.enableVertexAttribArray(t),this.gl.enableVertexAttribArray(i),this.gl.bindBuffer(this.gl.ARRAY_BUFFER,this.vertexBuffer),this.gl.vertexAttribPointer(t,2,this.gl.FLOAT,!1,0,0),this.gl.bindBuffer(this.gl.ARRAY_BUFFER,this.textureMappingBuffer),this.gl.vertexAttribPointer(i,2,this.gl.FLOAT,!1,0,0),this.gl.activeTexture(this.gl.TEXTURE0),this.gl.bindTexture(this.gl.TEXTURE_2D,this.videoTexture),this.gl.uniform1i(r,0),this.gl.uniform2f(s,-this.camera.orientation.x,-this.camera.orientation.y),this.gl.drawArrays(this.gl.TRIANGLE_FAN,0,4),this.gl.bindTexture(this.gl.TEXTURE_2D,null),this.gl.bindBuffer(this.gl.ARRAY_BUFFER,null),this.gl.disableVertexAttribArray(t),this.gl.disableVertexAttribArray(i),this.active&&requestAnimationFrame(this.renderFn)}createShader(e,t){let i=this.gl.createShader(t);if(!i)throw this.destroy(),new Error(`Could not create shader (${t})`);if(this.gl.shaderSource(i,e),this.gl.compileShader(i),!this.gl.getShaderParameter(i,this.gl.COMPILE_STATUS))throw this.destroy(),new Error("An error occurred while compiling the shader: "+this.gl.getShaderInfoLog(i));return i}createProgram(){let e=this.gl.createProgram();if(!e)throw this.destroy(),new Error("Could not create shader program");let t=this.createShader(XS,this.gl.VERTEX_SHADER),i=this.createShader(JS,this.gl.FRAGMENT_SHADER);if(this.gl.attachShader(e,t),this.gl.attachShader(e,i),this.gl.linkProgram(e),!this.gl.getProgramParameter(e,this.gl.LINK_STATUS))throw this.destroy(),new Error("Could not link shader program.");return e}createTexture(){let e=this.gl.createTexture();if(!e)throw this.destroy(),new Error("Could not create texture");return this.gl.bindTexture(this.gl.TEXTURE_2D,e),this.gl.texParameteri(this.gl.TEXTURE_2D,this.gl.TEXTURE_MAG_FILTER,this.gl.LINEAR),this.gl.texParameteri(this.gl.TEXTURE_2D,this.gl.TEXTURE_MIN_FILTER,this.gl.LINEAR),this.gl.texParameteri(this.gl.TEXTURE_2D,this.gl.TEXTURE_WRAP_S,this.gl.CLAMP_TO_EDGE),this.gl.texParameteri(this.gl.TEXTURE_2D,this.gl.TEXTURE_WRAP_T,this.gl.CLAMP_TO_EDGE),this.gl.bindTexture(this.gl.TEXTURE_2D,null),e}updateTexture(){this.gl.bindTexture(this.gl.TEXTURE_2D,this.videoTexture),this.gl.pixelStorei(this.gl.UNPACK_FLIP_Y_WEBGL,!0),this.gl.texImage2D(this.gl.TEXTURE_2D,0,this.gl.RGBA,this.gl.RGBA,this.gl.UNSIGNED_BYTE,this.sourceVideoElement),this.gl.bindTexture(this.gl.TEXTURE_2D,null)}createVertexBuffer(){let e=this.gl.createBuffer();if(!e)throw this.destroy(),new Error("Could not create vertex buffer");let t=1,i=1,r=this.frameHeight/(this.frameWidth/this.viewportWidth);return r>this.viewportHeight?t=this.viewportHeight/r:i=r/this.viewportHeight,this.gl.bindBuffer(this.gl.ARRAY_BUFFER,e),this.gl.bufferData(this.gl.ARRAY_BUFFER,new Float32Array([-t,-i,t,-i,t,i,-t,i]),this.gl.STATIC_DRAW),this.gl.bindBuffer(this.gl.ARRAY_BUFFER,null),e}createTextureMappingBuffer(){let e=this.gl.createBuffer();if(!e)throw this.destroy(),new Error("Could not create texture mapping buffer");return e}calculateTexturePosition(){let e=.5-this.camera.orientation.x/360,t=.5-this.camera.orientation.y/180,i=this.camera.fov.x/360/2,r=this.camera.fov.y/180/2,s=e-i,n=t-r,o=e+i,u=t-r,c=e+i,d=t+r,l=e-i,p=t+r;return[s,n,o,u,c,d,l,p]}updateTextureMappingBuffer(){this.gl.bindBuffer(this.gl.ARRAY_BUFFER,this.textureMappingBuffer),this.gl.bufferData(this.gl.ARRAY_BUFFER,new Float32Array([...this.calculateTexturePosition()]),this.gl.STATIC_DRAW),this.gl.bindBuffer(this.gl.ARRAY_BUFFER,null)}updateFrameSize(){this.frameWidth=this.sourceVideoElement.videoWidth,this.frameHeight=this.sourceVideoElement.videoHeight}createCanvas(){let e=document.createElement("canvas");return e.style.position="absolute",e.style.left="0",e.style.top="0",e.style.width="100%",e.style.height="100%",e}};import{isNullable as MC,now as Oa,once as $C,Subscription as LC,ValueSubject as Kl,isNonNullable as CC,safeStorage as Xl,filterChanged as DC}from"@vkontakte/videoplayer-shared";var kt=(a,e,t)=>t*e+(1-t)*a,Yl=(a,e)=>a.reduce((t,i)=>t+i,0)/e,ZS=(a,e,t,i)=>{let r=0,s=t,n=Yl(a,e),o=e<i?e:i;for(let u=0;u<o;u++)a[s]>n?r++:r--,s=(a.length+s-1)%a.length;return Math.abs(r)===o};var mo="stalls_manager_metrics",Jl="stalls_manager_abr_params",ey="stalls_manager_default_tuning_abr_params",Zl=class{constructor(){this.isSeeked$=new Kl(!1);this.isBuffering$=new Kl(!1);this.maxQualityLimit=void 0;this.currentStallsCount=0;this.sumStallsDuration=0;this.lastStallDuration=0;this.providerStartWatchingTimestamp=0;this.lastUniqueVideoTrackSelectedTimestamp=0;this.predictedThroughputWithoutData=0;this.subscription=new LC;this.severeStallOccurred$=new Kl(!1)}init(e){this.currentStallDuration$=e.currentStallDuration$,this.videoLastDataObtainedTimestamp$=e.videoLastDataObtainedTimestamp$,this.throughput$=e.throughput$,this.rtt$=e.rtt$,this.tuning=e.tuning,this.abrParams=e.abrParams,this.duration=e.duration,this.resetStoredAbrParamsIfNeeded(),this.subscribe(e)}get videoMaxQualityLimit(){return this.maxQualityLimit}get predictedThroughput(){return this.predictedThroughputWithoutData}get abrTuningParams(){let t=(this.tuning.ignoreDynamicAbrForShortVideo?this.tuning.enabled&&this.duration>this.tuning.minTvtToBeCounted:this.tuning.enabled)?this.getStoredData(Jl):{};return{...this.abrParams,...t}}set lastVideoTrackSelected(e){this.lastUniqueVideoTrackSelected?.id!==e.id&&(this.lastUniqueVideoTrackSelected=e,this.lastUniqueVideoTrackSelectedTimestamp=Oa(),this.currentStallsCount=0)}destroy(){window.clearTimeout(this.qualityRestrictionTimer),this.subscription.unsubscribe(),this.currentStallDuration$.getValue()!==0&&this.updateStallData();let e=(Oa()-this.providerStartWatchingTimestamp-this.sumStallsDuration)/1e3,t=this.sumStallsDuration;this.addStallInfoToHistory(e,t),this.updateStoredAbrParams()}resetStoredAbrParamsIfNeeded(){let{bitrateFactorAtEmptyBuffer:e,bitrateFactorAtFullBuffer:t,containerSizeFactor:i}={...this.getStoredData(ey)},{bitrateFactorAtEmptyBuffer:r,bitrateFactorAtFullBuffer:s,containerSizeFactor:n}={...this.abrParams};this.tuning.enabled&&e===r&&t===s&&i===n||(this.removeStoredData(Jl),this.setStoredData(ey,{bitrateFactorAtEmptyBuffer:r,bitrateFactorAtFullBuffer:s,containerSizeFactor:n}))}updateStoredAbrParams(){let e=[],t=this.getStoredData(mo,"[]");if(!this.tuning.enabled||t.length<this.tuning.stallsMetricsHistoryLength)return;let i=t.reduce((s,n)=>s+n.tvt,0);if(this.tuning.useTotalStallsDurationPerTvt){let n=t.reduce((o,u)=>o+u.stallsDuration,0)/i;e.push(this.calculateOptimalAbrParams(n,i))}if(this.tuning.useAverageStallsDurationPerTvt){let s=t.reduce((n,o)=>n+o.stallsDurationPerTvt,0)/t.length;e.push(this.calculateOptimalAbrParams(s,i))}this.tuning.useEmaStallsDurationPerTvt&&e.push(this.calculateOptimalAbrParams(t[t.length-1].stallsDurationPerTvtSmoothed,i));let r={bitrateFactorAtEmptyBuffer:Math.max(...e.map(s=>s.bitrateFactorAtEmptyBuffer)),bitrateFactorAtFullBuffer:Math.max(...e.map(s=>s.bitrateFactorAtFullBuffer)),containerSizeFactor:Math.min(...e.map(s=>s.containerSizeFactor))};this.setStoredData(mo,[]),this.setStoredData(Jl,r)}calculateOptimalAbrParams(e,t){let{targetStallsDurationPerTvt:i,deviationStallsDurationPerTvt:r,criticalStallsDurationPerTvt:s,abrAdjustingSpeed:n,significantTvt:o}=this.tuning,u=n*Math.min(t/o,1),c=this.abrTuningParams;return e<i-r?c={bitrateFactorAtEmptyBuffer:Math.max(c.bitrateFactorAtEmptyBuffer-u,this.abrParams.minBitrateFactorAtEmptyBuffer),bitrateFactorAtFullBuffer:Math.max(c.bitrateFactorAtFullBuffer-u,this.abrParams.minBitrateFactorAtFullBuffer),containerSizeFactor:Math.min(c.containerSizeFactor+u,this.abrParams.maxContainerSizeFactor)}:e>i+r&&(c={bitrateFactorAtEmptyBuffer:Math.min(c.bitrateFactorAtEmptyBuffer+u,this.abrParams.maxBitrateFactorAtEmptyBuffer),bitrateFactorAtFullBuffer:Math.min(c.bitrateFactorAtFullBuffer+u,this.abrParams.maxBitrateFactorAtFullBuffer),containerSizeFactor:Math.max(c.containerSizeFactor-u,this.abrParams.minContainerSizeFactor)}),e>s&&(c={bitrateFactorAtEmptyBuffer:Math.max(c.bitrateFactorAtEmptyBuffer,this.abrParams.bitrateFactorAtEmptyBuffer),bitrateFactorAtFullBuffer:Math.max(c.bitrateFactorAtFullBuffer,this.abrParams.bitrateFactorAtFullBuffer),containerSizeFactor:Math.min(c.containerSizeFactor,this.abrParams.containerSizeFactor)}),c}getStoredData(e,t="{}"){return JSON.parse(Xl.get(e)??t)}setStoredData(e,t){Xl.set(e,JSON.stringify(t))}removeStoredData(e){Xl.remove(e)}addStallInfoToHistory(e,t){if(e<this.tuning.minTvtToBeCounted||e>this.tuning.maxTvtToBeCounted||e*1e3<t)return;let i=this.getStoredData(mo,"[]"),r=t/e,s=i.length?kt(i[i.length-1].stallsDurationPerTvtSmoothed,t/e,this.tuning.emaAlpha):r,n={tvt:e,stallsDuration:t,stallsDurationPerTvt:r,stallsDurationPerTvtSmoothed:s};i.push(n),i.length>this.tuning.stallsMetricsHistoryLength&&i.shift(),this.setStoredData(mo,i)}updateStallData(){this.providerStartWatchingTimestamp&&!this.isSeeked$.getValue()&&(this.sumStallsDuration+=Math.min(this.lastStallDuration,this.tuning.maxPossibleStallDuration),this.currentStallsCount++)}subscribe(e){this.subscription.add(e.isSeeked$.subscribe(this.isSeeked$)),this.subscription.add(e.isBuffering$.subscribe(this.isBuffering$)),this.subscription.add(e.looped$.subscribe(t=>this.currentStallsCount=0)),this.subscription.add(e.playing$.pipe($C()).subscribe(t=>this.providerStartWatchingTimestamp=Oa())),this.subscription.add(this.currentStallDuration$.pipe(DC()).subscribe(t=>{let{stallDurationNoDataBeforeQualityDecrease:i,stallCountBeforeQualityDecrease:r,resetQualityRestrictionTimeout:s,ignoreStallsOnSeek:n}=this.tuning;if(MC(this.lastUniqueVideoTrackSelected)||n&&this.isSeeked$.getValue())return;let o=this.rtt$.getValue(),u=this.throughput$.getValue(),c=this.videoLastDataObtainedTimestamp$.getValue(),d=Oa(),l=r&&this.currentStallsCount>=r,p=i&&d-this.lastUniqueVideoTrackSelectedTimestamp>=i+o&&d-c>=i+o&&t>=i;(l||p)&&(this.severeStallOccurred$.next(!0),window.clearTimeout(this.qualityRestrictionTimer),this.maxQualityLimit=this.lastUniqueVideoTrackSelected.quality,CC(this.lastUniqueVideoTrackSelected.bitrate)&&u>this.lastUniqueVideoTrackSelected.bitrate&&(this.predictedThroughputWithoutData=this.lastUniqueVideoTrackSelected.bitrate)),!t&&Oa()-this.providerStartWatchingTimestamp>this.lastStallDuration&&(this.updateStallData(),this.severeStallOccurred$.next(!1),window.clearTimeout(this.qualityRestrictionTimer),this.qualityRestrictionTimer=window.setTimeout(()=>{this.maxQualityLimit=void 0,this.predictedThroughputWithoutData=0},s)),this.lastStallDuration=t}))}},bo=Zl;import{combine as BC,map as VC,observeElementSize as _C,Subscription as OC,ValueSubject as ed,noop as NC}from"@vkontakte/videoplayer-shared";var go=class{constructor(){this.subscription=new OC;this.pipSize$=new ed(void 0);this.videoSize$=new ed(void 0);this.elementSize$=new ed(void 0);this.pictureInPictureWindowRemoveEventListener=NC}connect({observableVideo:e,video:t}){let i=r=>{let s=r.target;this.pipSize$.next({width:s.width,height:s.height})};this.subscription.add(_C(t).subscribe(this.videoSize$)).add(e.enterPip$.subscribe(({pictureInPictureWindow:r})=>{this.pipSize$.next({width:r.width,height:r.height}),r.addEventListener("resize",i),this.pictureInPictureWindowRemoveEventListener=()=>{r.removeEventListener("resize",i)}})).add(e.leavePip$.subscribe(()=>{this.pictureInPictureWindowRemoveEventListener()})).add(BC({videoSize:this.videoSize$,pipSize:this.pipSize$,inPip:e.inPiP$}).pipe(VC(({videoSize:r,inPip:s,pipSize:n})=>s?n:r)).subscribe(this.elementSize$))}getValue(){return this.elementSize$.getValue()}subscribe(e,t){return this.elementSize$.subscribe(e,t)}getObservable(){return this.elementSize$}destroy(){this.pictureInPictureWindowRemoveEventListener(),this.subscription.unsubscribe()}};import{filter as ty,map as FC,once as iy}from"@vkontakte/videoplayer-shared";var Yt=({subscription:a,desiredState:e,videoElement$:t,observableVideo:i})=>{if(!$.browser.isSafari)return;let r=0,s=!1;a.add(e.volume.stateChangeStarted$.pipe(FC(()=>{let n=e.volume.getTransition(),o=t.getValue();return!o||!n?!1:!n.to.muted&&o.muted}),ty(n=>!!n),iy()).subscribe(()=>{r=performance.now(),s=!0})),a.add(i.playbackRateState$.pipe(ty(()=>s),iy()).subscribe(()=>{let n=t.getValue(),o=e.playbackRate.getState();n&&o!==n.playbackRate&&performance.now()-r<1e3&&(n.playbackRate=o)}))};var Ai=class{constructor(e){this.subscription=new QC;this.videoState=new N("stopped");this.observableVideo=null;this.droppedFramesManager=new Tr;this.stallsManager=new bo;this.elementSizeManager=new go;this.videoTracksMap=new Map;this.audioTracksMap=new Map;this.textTracksMap=new Map;this.videoStreamsMap=new Map;this.audioStreamsMap=new Map;this.videoTrackSwitchHistory=new Gt;this.audioTrackSwitchHistory=new Gt;this.syncPlayback=()=>{let e=this.videoState.getState(),t=this.params.desiredState.playbackState.getState(),i=this.params.desiredState.playbackState.getTransition(),r=this.params.desiredState.seekState.getState();if(!this.videoState.getTransition()){if(r.state==="requested"&&i?.to!=="paused"&&e!=="stopped"&&t!=="stopped"&&this.seek(r.position,r.forcePrecise),t==="stopped"){e!=="stopped"&&(this.videoState.startTransitionTo("stopped"),this.player.stop(),this.video.load(),this.params.output.position$.next(0),this.params.output.duration$.next(1/0),this.params.output.currentBuffer$.next(void 0),this.params.output.currentNativeBuffer$.next(void 0),this.params.output.hostname$.next(void 0),this.videoState.setState("stopped"),x(this.params.desiredState.playbackState,"stopped",!0));return}switch(e){case"stopped":this.videoState.startTransitionTo("ready"),this.prepare();return;case"ready":t==="paused"?(this.videoState.setState("paused"),x(this.params.desiredState.playbackState,"paused")):t==="playing"?(this.videoState.startTransitionTo("playing"),this.playIfAllowed()):i?.to==="ready"&&x(this.params.desiredState.playbackState,"ready");return;case"playing":t==="paused"?(this.videoState.startTransitionTo("paused"),this.video.paused?this.videoState.setState("paused"):this.video.pause()):t==="playing"&&this.video.paused?this.playIfAllowed():i?.to==="playing"&&x(this.params.desiredState.playbackState,"playing");return;case"paused":t==="playing"?(this.videoState.startTransitionTo("playing"),this.playIfAllowed()):i?.to==="paused"&&x(this.params.desiredState.playbackState,"paused");return;default:return qC(e)}}};this.init3DScene=e=>{if(this.scene3D)return;this.scene3D=new Ir(this.params.container,this.video,{fov:this.params.tuning.spherical.fov,orientation:this.params.tuning.spherical.orientation||{x:e.projectionData?.pose.yaw||0,y:e.projectionData?.pose.pitch||0,z:e.projectionData?.pose.roll||0},rotationSpeed:this.params.tuning.spherical.rotationSpeed,maxYawAngle:this.params.tuning.spherical.maxYawAngle,rotationSpeedCorrection:this.params.tuning.spherical.rotationSpeedCorrection,degreeToPixelCorrection:this.params.tuning.spherical.degreeToPixelCorrection,speedFadeTime:this.params.tuning.spherical.speedFadeTime,speedFadeThreshold:this.params.tuning.spherical.speedFadeThreshold});let t=this.elementSizeManager.getValue();t&&this.scene3D.setViewportSize(t.width,t.height)};this.destroy3DScene=()=>{this.scene3D&&(this.scene3D.destroy(),this.scene3D=void 0)};this.textTracksManager=new Ke(e.source.url),this.params=e,this.video=De(e.container,e.tuning),this.tracer=e.dependencies.tracer.createComponentTracer(this.constructor.name),this.params.output.element$.next(this.video),this.params.output.availableVideoTracks$.next([]),this.params.output.availableAudioTracks$.next([]),this.params.output.isAudioAvailable$.next(!0),this.params.output.hostname$.next(Ee(this.params.source.url)),this.params.output.isLive$.next(!1),this.params.output.autoVideoTrackLimitingAvailable$.next(!0),this.params.output.availableTextTracks$.next([]),this.params.desiredState.internalTextTracks.setState([]),this.player=this.getPlayer(),this.subscribe()}getProviderSubscriptionInfo(){let{output:e,desiredState:t}=this.params;WC(this.observableVideo)&&(this.observableVideo=_e(this.video),this.subscription.add(()=>this.observableVideo?.destroy()));let i=this.constructor.name,r=n=>{e.error$.next({id:i,category:ry.WTF,message:`${i} internal logic error`,thrown:n})},s=(n,o)=>this.subscription.add(n.subscribe(o,r));return{output:e,desiredState:t,observableVideo:this.observableVideo,genericErrorListener:r,connect:s}}subscribe(){let{output:e,desiredState:t,observableVideo:i,genericErrorListener:r,connect:s}=this.getProviderSubscriptionInfo();this.subscription.add(this.params.output.availableVideoTracks$.pipe(td(l=>!!l.length),sy()).subscribe(l=>{this.droppedFramesManager.connect({logger:this.params.dependencies.logger,video:this.video,droppedFramesChecker:this.params.tuning.droppedFramesChecker,isAuto:this.params.desiredState.autoVideoTrackSwitching,playing$:i.playing$,pause$:i.pause$,tracks:l})}));let n=this.params.desiredState.seekState.stateChangeEnded$.pipe(id(l=>l.to.state!=="none"),vo());this.stallsManager.init({isSeeked$:n,currentStallDuration$:this.player.currentStallDuration$,videoLastDataObtainedTimestamp$:this.player.videoLastDataObtainedTimestamp$,throughput$:this.params.dependencies.throughputEstimator.throughput$,rtt$:this.params.dependencies.throughputEstimator.rtt$,tuning:this.params.tuning.stallsManager,abrParams:this.params.tuning.autoTrackSelection,isBuffering$:i.isBuffering$,looped$:i.looped$,playing$:i.playing$,duration:this.video.duration}),s(i.ended$,e.endedEvent$),s(i.looped$,e.loopedEvent$),s(i.error$,e.error$),s(i.isBuffering$,e.isBuffering$),s(i.currentBuffer$,e.currentNativeBuffer$),s(i.playing$,e.firstFrameEvent$),s(i.canplay$,e.canplay$),s(i.inPiP$,e.inPiP$),s(i.inFullscreen$,e.inFullscreen$),s(i.loadedMetadata$,e.loadedMetadataEvent$),s(this.player.error$,e.error$),s(this.player.fetcherRecoverableError$,e.fetcherRecoverableError$),s(this.player.fetcherError$,e.fetcherError$),s(this.player.lastConnectionType$,e.httpConnectionType$),s(this.player.lastConnectionReused$,e.httpConnectionReused$),s(this.player.lastConnectionMetrics$,e.httpConnectionMetrics$),s(this.player.lastDownloadMetrics$,e.httpDownloadMetrics$),s(this.player.isLive$,e.isLive$),s(this.player.currentBuffer$,e.currentBuffer$),s(this.player.lastRequestFirstBytes$.pipe(td(ay),sy()),e.firstBytesEvent$),s(this.stallsManager.severeStallOccurred$,e.severeStallOccurred$),s(this.videoState.stateChangeEnded$.pipe(id(l=>l.to)),this.params.output.playbackState$),this.subscription.add(i.looped$.subscribe(()=>this.player.warmUpMediaSourceIfNeeded(),r)),this.subscription.add(i.seeked$.subscribe(e.seekedEvent$,r)),this.subscription.add(bt(this.video,t.isLooped,r)),this.subscription.add(i.volumeState$.subscribe(this.params.output.volume$,r)),Yt({subscription:this.subscription,desiredState:t,videoElement$:this.params.output.element$,observableVideo:i}),this.subscription.add(Ve(this.video,t.volume,i.volumeState$,r)),this.subscription.add(Ye(this.video,t.playbackRate,i.playbackRateState$,r)),this.elementSizeManager.connect({video:this.video,observableVideo:i}),s(Je(this.video,{threshold:this.params.tuning.autoTrackSelection.activeVideoAreaThreshold}),e.elementVisible$),this.subscription.add(i.playing$.subscribe(()=>{this.videoState.setState("playing"),x(t.playbackState,"playing"),this.scene3D&&this.scene3D.play()},r)).add(i.pause$.subscribe(()=>{this.videoState.setState("paused"),x(t.playbackState,"paused")},r)).add(i.canplay$.subscribe(()=>{this.videoState.getState()==="playing"&&this.playIfAllowed()},r)),this.params.tuning.changePlaybackStateToPausedWhenEnded&&this.subscription.add(i.ended$.subscribe(()=>{this.videoState.setState("paused"),x(t.playbackState,"paused")})),this.subscription.add(this.player.manifestRequested.subscribe(this.params.output.manifestRequested$)).add(this.player.manifestReceived.subscribe(this.params.output.manifestReceived$)).add(this.player.firstBytesRequested.subscribe(this.params.output.firstBytesRequested$)).add(this.player.firstBytesReceived.subscribe(this.params.output.firstBytesReceived$)),this.subscription.add(this.player.state$.stateChangeEnded$.subscribe(({to:l})=>{if(l==="manifest_ready"){this.videoTracksMap=new Map,this.audioTracksMap=new Map,this.textTracksMap=new Map;let p=this.player.getStreams(),h=this.player.getCodecs();if(HC(p,"Manifest not loaded or empty"),!this.params.tuning.isAudioDisabled){let b=[];for(let g of p.audio){b.push(Ql(g));let v=[];for(let S of g.representations){let I=GS(S);v.push(I),this.audioTracksMap.set(I,{stream:g,representation:S})}this.audioStreamsMap.set(g,v)}this.params.output.availableAudioStreams$.next(b)}let f=[];for(let b of p.video){f.push(Gl(b));let g=[];for(let v of b.representations){let S=QS({...v,streamId:b.id});S&&(g.push(S),this.videoTracksMap.set(S,{stream:b,representation:v}))}this.videoStreamsMap.set(b,g)}this.params.output.availableVideoStreams$.next(f);for(let b of p.text)for(let g of b.representations){let v=YS(b,g);this.textTracksMap.set(v,{stream:b,representation:g})}this.params.output.availableVideoTracks$.next(Array.from(this.videoTracksMap.keys())),this.params.output.availableAudioTracks$.next(Array.from(this.audioTracksMap.keys())),this.params.output.isAudioAvailable$.next(!!this.audioTracksMap.size),h?.video&&this.params.output.availableVideoCodecs$.next(h.video),h?.audio&&this.params.output.availableAudioCodecs$.next(h.audio),this.audioTracksMap.size&&this.textTracksMap.size&&this.params.desiredState.internalTextTracks.startTransitionTo(Array.from(this.textTracksMap.keys()))}else l==="representations_ready"&&(this.videoState.setState("ready"),this.player.initBuffer())},r));let o=So(this.player.currentStallDuration$,this.player.state$.stateChangeEnded$,t.videoTrack.stateChangeStarted$,t.autoVideoTrackSwitching.transitionStarted$,this.params.dependencies.throughputEstimator.rttAdjustedThroughput$,t.autoVideoTrackLimits.stateChangeStarted$,this.elementSizeManager.getObservable(),this.params.output.elementVisible$,this.droppedFramesManager.onDroopedVideoFramesLimit$,zC(this.video,"progress")).pipe(td(()=>this.videoTracksMap.size>0)),{abrThrottle:u}=this.params.tuning.dash;u&&(o=o.pipe(GC(u))),this.subscription.add(o.subscribe(async()=>{let l=this.player.state$.getState(),p=this.player.state$.getTransition(),h=t.autoVideoTrackSwitching.getState();if(l!=="manifest_ready"&&l!=="running"||p)return;t.autoVideoTrackSwitching.getTransition()&&t.autoVideoTrackSwitching.setState(t.autoVideoTrackSwitching.getState());let f=this.selectVideoAudioRepresentations();if(!f)return;let[b,g]=f,v=[...this.videoTracksMap.keys()].find(I=>this.videoTracksMap.get(I)?.representation.id===b.id);ay(v)&&(this.stallsManager.lastVideoTrackSelected=v);let S=this.params.desiredState.autoVideoTrackLimits.getTransition();S&&this.params.output.autoVideoTrackLimits$.next(S.to),l==="manifest_ready"?await this.player.initRepresentations(b.id,g?.id,this.params.sourceHls):(await this.player.switchRepresentation("video",b.id,h),g&&await this.player.switchRepresentation("audio",g.id,h))},r)),this.subscription.add(t.cameraOrientation.stateChangeEnded$.subscribe(({to:l})=>{this.scene3D&&l&&this.scene3D.pointCameraTo(l.x,l.y)})),this.subscription.add(this.elementSizeManager.subscribe(l=>{this.scene3D&&l&&this.scene3D.setViewportSize(l.width,l.height)})),this.subscription.add(this.player.currentVideoRepresentation$.pipe(vo()).subscribe(l=>{let p=[...this.videoTracksMap.entries()].find(([,{representation:g}])=>g.id===l);if(!p){e.currentVideoTrack$.next(void 0),e.currentVideoStream$.next(void 0);return}let[h,{stream:f}]=p,b=this.params.desiredState.videoStream.getTransition();b&&b.to&&b.to.id===f.id&&this.params.desiredState.videoStream.setState(b.to),e.currentVideoTrack$.next(h),e.currentVideoStream$.next(Gl(f))},r)),this.subscription.add(this.player.currentAudioRepresentation$.pipe(vo()).subscribe(l=>{let p=[...this.audioTracksMap.entries()].find(([,{representation:g}])=>g.id===l);if(!p){e.currentAudioStream$.next(void 0);return}let[h,{stream:f}]=p,b=this.params.desiredState.audioStream.getTransition();b&&b.to&&b.to.id===f.id&&this.params.desiredState.audioStream.setState(b.to),e.currentAudioStream$.next(Ql(f))},r)),this.subscription.add(this.player.currentVideoRepresentationInit$.subscribe(l=>{if(l?.is3dVideo&&this.params.tuning.spherical?.enabled)try{this.init3DScene(l),e.is3DVideo$.next(!0)}catch(p){e.warning$.next({id:"DashProvider",message:`DashProvider could not initialize 3D-scene: ${p}`})}else this.destroy3DScene(),this.params.tuning.spherical?.enabled&&e.is3DVideo$.next(!1)},r)),this.subscription.add(this.player.currentVideoSegmentLength$.subscribe(e.currentVideoSegmentLength$,r)),this.subscription.add(this.player.currentAudioSegmentLength$.subscribe(e.currentAudioSegmentLength$,r)),this.textTracksManager.connect(this.video,t,e);let c=t.playbackState.stateChangeStarted$.pipe(id(({to:l})=>l==="ready"),vo());this.subscription.add(So(c,t.autoVideoTrackSwitching.stateChangeStarted$,this.player.state$.stateChangeEnded$,rd(["init"])).subscribe(()=>{let l=t.autoVideoTrackSwitching.getState(),h=t.playbackState.getState()==="ready"?this.params.tuning.dash.forwardBufferTargetPreload:l?this.params.tuning.dash.forwardBufferTargetAuto:this.params.tuning.dash.forwardBufferTargetManual;this.player.setBufferTarget(h)})),this.subscription.add(So(c,this.player.state$.stateChangeEnded$,rd(["init"])).subscribe(()=>this.player.setPreloadOnly(t.playbackState.getState()==="ready")));let d=So(t.playbackState.stateChangeStarted$,t.videoTrack.stateChangeStarted$,t.seekState.stateChangeEnded$,this.videoState.stateChangeEnded$,rd(["init"])).pipe(jC(0));this.subscription.add(d.subscribe(this.syncPlayback,r))}selectVideoAudioRepresentations(){if(this.player.isStreamEnded)return;let e=this.params.tuning.useNewAutoSelectVideoTrack?Ma:Ra,t=this.params.tuning.useNewAutoSelectVideoTrack?oo:no,i=this.params.tuning.useNewAutoSelectVideoTrack?St:so,{desiredState:r,output:s}=this.params,n=r.autoVideoTrackSwitching.getState(),o=r.videoTrack.getState()?.id,u=[...this.videoTracksMap.keys()].find(({id:k})=>k===o),c=s.currentVideoTrack$.getValue(),d=r.videoStream.getState()??(u&&this.videoTracksMap.get(u)?.stream)??this.videoStreamsMap.size===1?this.videoStreamsMap.keys().next().value:void 0;if(!d)return;let l=[...this.videoStreamsMap.keys()].find(({id:k})=>k===d.id),p=l&&this.videoStreamsMap.get(l);if(!p)return;let h=this.player.bufferLength$.getValue(),f;this.player.isActiveLive$.getValue()?f=this.player.isLowLatency$.getValue()?this.params.tuning.dashCmafLive.lowLatency.maxTargetOffset:this.params.tuning.dashCmafLive.normalizedLiveMinBufferSize:this.player.isLive$.getValue()?f=this.params.tuning.dashCmafLive.normalizedTargetMinBufferSize:f=n?this.params.tuning.dash.forwardBufferTargetAuto:this.params.tuning.dash.forwardBufferTargetManual;let b=(this.video.duration*1e3||1/0)-this.video.currentTime*1e3,g=Math.min(h/Math.min(f,b||1/0),1),v=r.audioStream.getState()??(this.audioStreamsMap.size===1?this.audioStreamsMap.keys().next().value:void 0),S=[...this.audioStreamsMap.keys()].find(({id:k})=>k===v?.id)??this.audioStreamsMap.keys().next().value,I=0;if(S){if(u&&!n){let k=e(u,p,this.audioStreamsMap.get(S)??[],this.params.tuning.autoTrackSelection.minVideoAudioRatio);I=Math.max(I,k?.bitrate??-1/0)}if(c){let k=e(c,p,this.audioStreamsMap.get(S)??[],this.params.tuning.autoTrackSelection.minVideoAudioRatio);I=Math.max(I,k?.bitrate??-1/0)}}let y=u;(n||!y)&&(y=i(p,{container:this.elementSizeManager.getValue(),panelSize:this.params.panelSize,estimatedThroughput:this.params.dependencies.throughputEstimator.rttAdjustedThroughput$.getValue(),tuning:this.stallsManager.abrTuningParams,limits:this.params.desiredState.autoVideoTrackLimits.getState(),reserve:I,forwardBufferHealth:g,current:c,visible:this.params.output.elementVisible$.getValue(),history:this.videoTrackSwitchHistory,playbackRate:this.video.playbackRate,droppedVideoMaxQualityLimit:this.droppedFramesManager.droppedVideoMaxQualityLimit,stallsVideoMaxQualityLimit:this.stallsManager.videoMaxQualityLimit,stallsPredictedThroughput:this.stallsManager.predictedThroughput,abrLogger:this.params.dependencies.abrLogger}));let P=S&&t(y,p,this.audioStreamsMap.get(S)??[],{estimatedThroughput:this.params.dependencies.throughputEstimator.rttAdjustedThroughput$.getValue(),stallsPredictedThroughput:this.stallsManager.predictedThroughput,tuning:this.stallsManager.abrTuningParams,forwardBufferHealth:g,history:this.audioTrackSwitchHistory,playbackRate:this.video.playbackRate,abrLogger:this.params.dependencies.abrLogger}),M=this.videoTracksMap.get(y)?.representation,L=P&&this.audioTracksMap.get(P)?.representation;if(M&&L)return[M,L];if(M&&!L&&this.audioTracksMap.size===0)return[M,void 0]}prepare(e=0){this.player.initManifest(this.video,this.params.source.url,e)}playIfAllowed(){Oe(this.video,()=>{this.params.output.soundProhibitedEvent$.next()}).then(e=>{e||(this.videoState.setState("paused"),x(this.params.desiredState.playbackState,"paused",!0))},e=>this.params.output.error$.next({id:"ForcePlay",message:"play() failed even with workarounds",category:ry.DOM,thrown:e}))}destroy(){this.subscription.unsubscribe(),this.droppedFramesManager.destroy(),this.stallsManager.destroy(),this.elementSizeManager.destroy(),this.destroy3DScene(),this.textTracksManager.destroy(),this.player.destroy(),this.params.output.element$.next(void 0),this.params.output.currentVideoStream$.next(void 0),Be(this.video),this.tracer.end()}};var Dd=C(Na(),1);var{NativeAbortSignal:Ez,NativeAbortController:wz}=function(a){return{NativeAbortSignal:a.AbortSignal,NativeAbortController:a.AbortController}}(typeof self<"u"?self:global);function xy(a){let e;try{e=new Event("abort")}catch{typeof document<"u"?document.createEvent?(e=document.createEvent("Event"),e.initEvent("abort",!1,!1)):(e=document.createEventObject(),e.type="abort"):e={type:"abort",bubbles:!1,cancelable:!1}}return e.reason=a,e}function Py(a){if(a===void 0)if(typeof document>"u")a=new Error("This operation was aborted"),a.name="AbortError";else try{a=new DOMException("signal is aborted without reason"),Object.defineProperty(a,"name",{value:"AbortError"})}catch{a=new Error("This operation was aborted"),a.name="AbortError"}return a}var yo=class{constructor(){Object.defineProperty(this,"listeners",{value:{},writable:!0,configurable:!0})}addEventListener(e,t,i){e in this.listeners||(this.listeners[e]=[]),this.listeners[e].push({callback:t,options:i})}removeEventListener(e,t){if(!(e in this.listeners))return;let i=this.listeners[e];for(let r=0,s=i.length;r<s;r++)if(i[r].callback===t){i.splice(r,1);return}}dispatchEvent(e){if(!(e.type in this.listeners))return;let i=this.listeners[e.type].slice();for(let r=0,s=i.length;r<s;r++){let n=i[r];try{n.callback.call(this,e)}catch(o){Promise.resolve().then(()=>{throw o})}n.options&&n.options.once&&this.removeEventListener(e.type,n.callback)}return!e.defaultPrevented}},Er=class extends yo{constructor(){super(),this.listeners||yo.call(this),Object.defineProperty(this,"aborted",{value:!1,writable:!0,configurable:!0}),Object.defineProperty(this,"onabort",{value:null,writable:!0,configurable:!0}),Object.defineProperty(this,"reason",{value:void 0,writable:!0,configurable:!0})}toString(){return"[object AbortSignal]"}dispatchEvent(e){e.type==="abort"&&(this.aborted=!0,typeof this.onabort=="function"&&this.onabort.call(this,e)),super.dispatchEvent(e)}throwIfAborted(){let{aborted:e,reason:t="Aborted"}=this;if(e)throw t}static timeout(e){let t=new Mi;return setTimeout(()=>t.abort(new DOMException(`This signal is timeout in ${e}ms`,"TimeoutError")),e),t.signal}static any(e){let t=new Mi;function i(){t.abort(this.reason),r()}function r(){for(let s of e)s.removeEventListener("abort",i)}for(let s of e)if(s.aborted){t.abort(s.reason);break}else s.addEventListener("abort",i);return t.signal}},Mi=class{constructor(){Object.defineProperty(this,"signal",{value:new Er,writable:!0,configurable:!0})}abort(e){let t=Py(e),i=xy(t);this.signal.reason=t,this.signal.dispatchEvent(i)}toString(){return"[object AbortController]"}};typeof Symbol<"u"&&Symbol.toStringTag&&(Mi.prototype[Symbol.toStringTag]="AbortController",Er.prototype[Symbol.toStringTag]="AbortSignal");function To(a){return a.__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL?(console.log("__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL=true is set, will force install polyfill"),!0):typeof a.Request=="function"&&!a.Request.prototype.hasOwnProperty("signal")||!a.AbortController}function sd(a){typeof a=="function"&&(a={fetch:a});let{fetch:e,Request:t=e.Request,AbortController:i,__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL:r=!1}=a;if(!To({fetch:e,Request:t,AbortController:i,__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL:r}))return{fetch:e,Request:s};let s=t;(s&&!s.prototype.hasOwnProperty("signal")||r)&&(s=function(c,d){let l;d&&d.signal&&(l=d.signal,delete d.signal);let p=new t(c,d);return l&&Object.defineProperty(p,"signal",{writable:!1,enumerable:!1,configurable:!0,value:l}),p},s.prototype=t.prototype);let n=e;return{fetch:(u,c)=>{let d=s&&s.prototype.isPrototypeOf(u)?u.signal:c?c.signal:void 0;if(d){let l;try{l=new DOMException("Aborted","AbortError")}catch{l=new Error("Aborted"),l.name="AbortError"}if(d.aborted)return Promise.reject(l);let p=new Promise((h,f)=>{d.addEventListener("abort",()=>f(l),{once:!0})});return c&&c.signal&&delete c.signal,Promise.race([p,n(u,c)])}return n(u,c)},Request:s}}var ue=typeof globalThis=="object"&&globalThis||typeof window=="object"&&window;var gD=()=>"fetch"in ue,Fa=gD()&&To({fetch:ue.fetch,Request:ue.Request,AbortController:ue.AbortController}),ky=Fa?sd({fetch:ue.fetch,Request:ue.Request,AbortController:ue.AbortController}):void 0,Ze=Fa?ky.fetch:ue.fetch,Vz=Fa?ky.Request:ue.Request,J=Fa?Mi:ue.AbortController,_z=Fa?Er:ue.AbortSignal;var SI=C(Ce(),1);var Gy=C(Qy(),1);import{ErrorCategory as qa}from"@vkontakte/videoplayer-shared";var Io=a=>{if(!a)return{id:"EmptyResponse",category:qa.PARSER,message:"Empty response"};if(a.length<=2&&a.match(/^\d+$/))return{id:`UVError#${a}`,category:qa.NETWORK,message:`UV Error ${a}`};let e=(0,Gy.default)(a).substring(0,100).toLowerCase();if(e.startsWith("<!doctype")||e.startsWith("<html>")||e.startsWith("<body>")||e.startsWith("<head>"))return{id:"UnexpectedHTML",category:qa.NETWORK,message:"Received unexpected HTML, possibly a ISP block"};if(e.startsWith("<?xml"))return new DOMParser().parseFromString(a,"text/xml").querySelector("parsererror")?{id:"InvalidXML",category:qa.PARSER,message:"XML parsing error"}:{id:"XMLParserLogicError",category:qa.PARSER,message:"Response is valid XML, but parser failed"}};import{abortable as mI,assertNonNullable as Mt,ErrorCategory as _i,filter as Md,filterChanged as P0,flattenObject as Uo,fromEvent as Oi,getTraceSubscriptionMethod as k0,getWindow as Ts,interval as bI,isNonNullable as ei,isNullable as Is,map as $d,merge as Es,now as A0,Subject as ti,Subscription as gI,SubscriptionRemovable as R0,ValueSubject as K}from"@vkontakte/videoplayer-shared";var Kt=a=>{let e=new URL(a);return e.searchParams.set("quic","1"),e.toString()};var Eo=a=>{let e=a.get("X-Delivery-Type"),t=a.get("X-Reused"),i=e===null?"http1":e??void 0,r=t===null?void 0:{1:!0,0:!1}[t]??void 0;return{type:i,reused:r}};import{abortable as Ha,assertNever as Yy,ErrorCategory as wr,flattenObject as xr,fromEvent as Ky,getWindow as ja,merge as DD,now as $i,Subject as Pr,Subscription as BD,ValueSubject as za}from"@vkontakte/videoplayer-shared";var ut=a=>a instanceof DOMException&&(a.name==="AbortError"||a.code===20);var wo=a=>{let e=new URL(a);return e.searchParams.set("enable-subtitles","yes"),e.toString()};var Po=class{constructor({throughputEstimator:e,requestQuic:t,tracer:i,compatibilityMode:r=!1,useEnableSubtitlesParam:s=!1}){this.manifestRequested=new Pr;this.manifestReceived=new Pr;this.firstBytesRequested=new Pr;this.firstBytesReceived=new Pr;this.lastConnectionType$=new za(void 0);this.lastConnectionReused$=new za(void 0);this.lastRequestFirstBytes$=new za(void 0);this.lastConnectionMetrics$=new za(void 0);this.lastDownloadMetrics$=new za(void 0);this.recoverableError$=new Pr;this.error$=new Pr;this.abortAllController=new J;this.subscription=new BD;this.performanceObserver=null;this.pendingConnectionMetrics=new Map;this.fetchManifest=Ha(this.abortAllController.signal,async function*(e){let t=this.tracer.createComponentTracer("FetchManifest"),i=e;this.requestQuic&&(i=Kt(i)),!this.compatibilityMode&&this.useEnableSubtitlesParam&&(i=wo(i)),this.trackRequestStart(i,performance.now());let r=$i();this.manifestRequested.next();let s=yield this.doFetch(i,{signal:this.abortAllController.signal}).catch(xo);if(s){let n=$i();t.log("success",xr({url:i,message:"Request successfully executed"})),t.end(),this.manifestReceived.next(),this.onHeadersReceived(s.headers);let o=s.headers.get("content-length"),u=0;o&&(u=parseInt(o,10));let c=await s.text();if((!o||isNaN(u)||u<=0)&&(u=new TextEncoder().encode(c).length),u>0){let d=n-r,p=u/(d/1e3)*8/1024,h={bytes:u,speed:p,url:e};this.lastDownloadMetrics$.next(h)}return c}else return t.error("error",xr({url:i,message:"No data in request manifest"})),t.end(),null}.bind(this));this.fetch=Ha(this.abortAllController.signal,async function*(e,{rangeMethod:t=this.compatibilityMode?0:1,range:i,onProgress:r,priority:s="auto",signal:n,measureThroughput:o=!0,isLowLatency:u=!1,bufferOptimisation:c=!1}={}){let d=e,l=new Headers,p=this.tracer.createComponentTracer("Fetch");if(i)switch(t){case 0:{l.append("Range",`bytes=${i.from}-${i.to}`);break}case 1:{let E=new URL(d,ja().location.href);E.searchParams.append("bytes",`${i.from}-${i.to}`),d=E.toString();break}default:Yy(t)}this.requestQuic&&(d=Kt(d));let h=this.abortAllController.signal,f;if(n){let E=new J;if(f=DD(Ky(this.abortAllController.signal,"abort"),Ky(n,"abort")).subscribe(()=>{try{E.abort()}catch(T){xo(T)}}),this.subscription.add(f),this.abortAllController.signal.aborted||n.aborted)try{E.abort()}catch(T){xo(T)}h=E.signal}let b=0,g=$i();p.log("startRequest",xr({url:d,priority:s,rangeMethod:t,range:i,isLowLatency:u,requestStartedAt:g})),this.trackRequestStart(d,performance.now()),this.firstBytesRequested.next();let v=yield this.doFetch(d,{priority:s,headers:l,signal:h}),S=$i();if(!v)return p.error("error",{message:"No response in request"}),p.end(),f?.unsubscribe(),null;if(this.throughputEstimator?.addRawRtt(S-g),!v.ok||!v.body){f?.unsubscribe();let E=`Fetch error ${v.status}: ${v.statusText}`;return p.error("error",{message:E}),p.end(),Promise.reject(new Error(`Fetch error ${v.status}: ${v.statusText}`))}if(this.onHeadersReceived(v.headers),!r&&!o){f?.unsubscribe();let E=$i(),T={requestStartedAt:g,requestEndedAt:E,duration:E-g};return p.log("endRequest",xr(T)),p.end(),v.arrayBuffer()}let I=v.body;if(o){let E;[I,E]=v.body.tee(),this.throughputEstimator?.trackStream(E,u)}let y=I.getReader(),P,M=parseInt(v.headers.get("content-length")??"",10);Number.isFinite(M)&&(P=M),!P&&i&&(P=i.to-i.from+1);let L=P?new Uint8Array(P):new Uint8Array(0),k=!1,D=E=>{f?.unsubscribe(),k=!0,xo(E)},w=Ha(h,async function*({done:E,value:T}){if(b===0&&(this.lastRequestFirstBytes$.next($i()-g),this.firstBytesReceived.next()),h.aborted){f?.unsubscribe();return}if(!E&&T){if(c&&P)L.set(T,b),b+=T.byteLength;else{let O=new Uint8Array(L.length+T.length);O.set(L),O.set(T,L.length),L=O,b+=T.byteLength}r?.(new DataView(L.buffer),b),yield y?.read().then(w,D)}}.bind(this));yield y?.read().then(w,D),f?.unsubscribe();let U=$i(),V={failed:k,requestStartedAt:g,requestEndedAt:U,duration:U-g};if(k)return p.error("endRequest",xr(V)),p.end(),null;if(b>0){let E=U-g,O=b/(E/1e3)*8/1024,R={bytes:b,speed:O,url:e};this.lastDownloadMetrics$.next(R)}return p.log("endRequest",xr(V)),p.end(),L.buffer}.bind(this));this.fetchByteRangeRepresentation=Ha(this.abortAllController.signal,async function*(e,t,i){if(e.type!=="byteRange")return null;let{from:r,to:s}=e.initRange,n=r,o=s,u=!1,c,d;e.indexRange&&(c=e.indexRange.from,d=e.indexRange.to,u=s+1===c,u&&(n=Math.min(c,r),o=Math.max(d,s))),n=Math.min(n,0);let l=yield this.fetch(e.url,{range:{from:n,to:o},priority:i,measureThroughput:!1});if(!l)return null;let p=new DataView(l,r-n,s-n+1);if(!t.validateData(p))throw new Error("Invalid media file");let h=t.parseInit(p),f=e.indexRange??t.getIndexRange(h);if(!f)throw new ReferenceError("No way to load representation index");let b;if(u)b=new DataView(l,f.from-n,f.to-f.from+1);else{let v=yield this.fetch(e.url,{range:f,priority:i,measureThroughput:!1});if(!v)return null;b=new DataView(v)}let g=t.parseSegments(b,h,f).map(v=>({networkStatus:"none",bufferStatus:"none",status:"none",time:v.time,byte:v.byte}));return{initMetadata:h,initDataView:new DataView(l),segments:g}}.bind(this));this.fetchTemplateRepresentation=Ha(this.abortAllController.signal,async function*(e,t){if(e.type!=="template")return null;let i=new URL(e.initUrl,e.baseUrl).toString(),r=yield this.fetch(i,{priority:t,measureThroughput:!1});if(!r)return null;let s=e.segments.map(n=>({...n,networkStatus:"none",bufferStatus:"none",status:"none",size:void 0}));return{initMetadata:null,initDataView:new DataView(r),segments:s}}.bind(this));this.throughputEstimator=e,this.requestQuic=t,this.compatibilityMode=r,this.tracer=i.createComponentTracer("Fetcher"),this.useEnableSubtitlesParam=s,ja().PerformanceObserver&&this.setupPerformanceObserver()}onHeadersReceived(e){let{type:t,reused:i}=Eo(e);this.lastConnectionType$.next(t),this.lastConnectionReused$.next(i)}setupPerformanceObserver(){this.performanceObserver=new(ja()).PerformanceObserver(e=>{e.getEntriesByType("resource").forEach(t=>{this.processResourceTiming(t)})}),this.performanceObserver.observe({entryTypes:["resource"]})}processResourceTiming(e){let t=this.findMatchingRequest(e);if(!t||!this.pendingConnectionMetrics.get(t))return;this.pendingConnectionMetrics.delete(t);let r=this.extractConnectionMetrics(e);r&&this.lastConnectionMetrics$.next(r)}estimateNetworkType(){if(!("connection"in ja().navigator))return"unknown";let e=ja().navigator.connection;return e.effectiveType?{"slow-2g":"2g","2g":"2g","3g":"3g","4g":"lte"}[e.effectiveType]||e.effectiveType:e.downlink?e.downlink<1?"2g":e.downlink<5?"3g":e.downlink<50?"lte":"wifi":e.rtt?e.rtt>500?"2g":e.rtt>250?"3g":e.rtt>50?"lte":"wifi":"unknown"}extractConnectionMetrics(e){let t=0,i=0,r=0,s=0;return e.domainLookupStart>0&&e.domainLookupEnd>0&&(t=e.domainLookupEnd-e.domainLookupStart),e.connectStart>0&&e.connectEnd>0&&(s=e.connectEnd-e.connectStart,e.secureConnectionStart>0?(r=e.connectEnd-e.secureConnectionStart,i=e.secureConnectionStart-e.connectStart):i=s),{dnsResolveTime:Math.max(0,t),tcpHandshakeTime:Math.max(0,i),tlsHandshakeTime:Math.max(0,r),totalConnectTime:Math.max(0,s),networkType:this.estimateNetworkType(),url:e.name}}findMatchingRequest(e){try{for(let[t,i]of this.pendingConnectionMetrics.entries()){let r=new URL(e.name),s=r.origin+r.pathname,n=new URL(i.url),o=n.origin+n.pathname;if(s===o&&e.startTime>=i.startTime-10&&e.startTime<=i.startTime+1e3)return t}}catch{this.recoverableError$.next({id:"VideoDataFetchError",message:"Video data fetch error with getting download metrics",category:wr.WTF})}return null}trackRequestStart(e,t){let i=`${e}_${t}_${Math.random().toString(36).substr(2,9)}`;this.pendingConnectionMetrics.set(i,{url:e,startTime:t})}async fetchRepresentation(e,t,i="auto"){let{type:r}=e;switch(r){case"byteRange":return this.fetchByteRangeRepresentation(e,t,i)??null;case"template":return this.fetchTemplateRepresentation(e,i)??null;default:Yy(r)}}destroy(){this.abortAllController.abort(),this.subscription.unsubscribe(),this.performanceObserver&&(this.performanceObserver.disconnect(),this.performanceObserver=null),this.pendingConnectionMetrics.clear(),this.tracer.end()}async doFetch(e,t){let i=await Ze(e,t);if(i.ok)return i;let r=await i.text(),s=parseInt(r);if(!isNaN(s))switch(s){case 1:this.recoverableError$.next({id:"VideoDataLinkExpiredError",message:"Video data links have expired",category:wr.FATAL,httpCode:i.status,UVBackendErrorCode:r});break;case 8:this.recoverableError$.next({id:"VideoDataLinkBlockedForFloodError",message:"Url blocked for flood",category:wr.FATAL,httpCode:i.status,UVBackendErrorCode:r});break;case 18:this.recoverableError$.next({id:"VideoDataLinkIllegalIpChangeError",message:"Client IP has changed",category:wr.FATAL,httpCode:i.status,UVBackendErrorCode:r});break;case 21:this.recoverableError$.next({id:"VideoDataLinkIllegalHostChangeError",message:"Request HOST has changed",category:wr.FATAL,httpCode:i.status,UVBackendErrorCode:r});break;default:this.error$.next({id:"GeneralVideoDataFetchError",message:`Generic video data fetch error (${s})`,category:wr.FATAL,httpCode:i.status,UVBackendErrorCode:r})}}},xo=a=>{if(!ut(a))throw a};var gd=C(ST(),1),UT=C(jt(),1),qT=C(BT(),1),HT=C(Xe(),1),vd=C(bi(),1);var VT=C(Ce(),1),bd=a=>{let e=a.split("."),[t,...i]=e;if(!t)return!1;switch(t){case"av01":{let[r,s,n]=i;return!!(n&&parseInt(n,10)>8)}case"vp09":{let[r,s,n]=i;return!!(r&&parseInt(r,10)>=2&&n&&parseInt(n,10)>8)}case"avc1":{let r=i[0];if(!r||r.length!==6)return!1;let[s,n]=r.toUpperCase(),o=s+n;return(0,VT.default)(["6E","7A","F4"],o)}}return!1};import{isNonNullable as BB,isNullable as NT}from"@vkontakte/videoplayer-shared";var _T=a=>{if(a.includes("/")){let e=a.split("/");return parseInt(e[0])/parseInt(e[1])}else return parseFloat(a)};var OT=a=>{try{let e=DB(),t=a.match(e),{groups:i}=t??{};if(i){let r={};if(i.extensions){let o=i.extensions.toLowerCase().match(/(?:[0-9a-wy-z](?:-[a-z0-9]{2,8})+)/g);Array.from(o||[]).forEach(u=>{r[u[0]]=u.slice(2)})}let s=i.variants?.split(/-/).filter(o=>o!==""),n={extlang:i.extlang,langtag:i.langtag,language:i.language,privateuse:i.privateuse||i.privateuse2,region:i.region,script:i.script,extensions:r,variants:s};return Object.keys(n).forEach(o=>{let u=n[o];(typeof u>"u"||u==="")&&delete n[o]}),n}return null}catch{return null}};function DB(){let a="(?<extlang>(?:[a-z]{3}(?:-[a-z]{3}){0,2}))",e="x(?:-[a-z0-9]{1,8})+",d=`^(?:(?<langtag>${`
|
|
172
|
-
(?<language>${`(?:[a-z]{2,3}(?:-${a})?|[a-z]{4}|[a-z]{5,8})`})
|
|
116
|
+
[selected audio track] ${v?.id}
|
|
117
|
+
`}),v},h8=e=>new URL(e).hostname,h7=T(t2(),1),h9=T(ez(),1),ce=e=>{if(e instanceof DOMException&&h9.default(["Failed to load because no supported source was found.","The element has no supported sources."],e.message))throw e;return!(e instanceof DOMException)||20!==e.code&&"AbortError"!==e.name},ct=async(e,t)=>{let i=e.muted;try{await e.play()}catch(s){if(!ce(s))return!1;if(t&&t(),i)return console.warn(s),!1;e.muted=!0;try{await e.play()}catch(t){if(!ce(t))return!1;return e.muted=!1,console.warn(t),!1}}return!0},ci=T(e_(),1);function cs(){return aY()}function ca(e){let t=e.split("/"),i=t.slice(0,t.length-1).join("/"),s=/^([a-z]+:)?\/\//i;return{resolve:(e,t,a=!1)=>{let r;r=e,s.test(r)||(e.startsWith("/")||(e="/"+e),e=i+e);let n=e.indexOf("?")>-1?"&":"?";return a&&(e+=n+"lowLat=1",n="&"),t&&(e+=n+"_rnd="+Math.floor(0x3b9ac9ff*Math.random())),e}}}function cr(e,t,i,s){let a,r,n,o,u,l=window.XMLHttpRequest,d=!1,h=0,c=!1,p="arraybuffer",m=7e3,f=2e3,g=()=>{var e;if(d)return;aX(o);let t=(e=o,cs()-e);t<f?setTimeout(g,f-t):((f*=2)>m&&(f=m),r&&r.abort(),r=new l,v())},b=()=>{if(!d){if(--h>=0){g(),s&&s();return}d=!0,u&&u(),i&&i()}},v=()=>{let i;o=cs(),(r=new l).open("get",e);let s=0,h=0,m=()=>(aX(o),Math.max(o,Math.max(i||0,h||0)));if(a&&r.addEventListener("progress",e=>{let t=cs();a.updateChunk&&e.loaded>s&&(a.updateChunk(m(),e.loaded-s),s=e.loaded,i=t)}),n&&(r.timeout=n,r.addEventListener("timeout",()=>b())),r.addEventListener("load",()=>{if(d)return;aX(r);let e=r.status;if(e>=200&&e<300){let{response:e,responseType:i}=r,n=e?.byteLength;if("number"==typeof n&&a){let e=n-s;e&&a.updateChunk&&a.updateChunk(m(),e)}"json"!==i||e&&ci.default(e).length?(u&&u(),t(e)):b()}else b()}),r.addEventListener("error",()=>{b()}),c){let e=()=>{aX(r),r.readyState===XMLHttpRequest.HEADERS_RECEIVED&&(h=cs(),r.removeEventListener("readystatechange",e))};r.addEventListener("readystatechange",e)}return r.responseType=p,r.send(),S},S={withBitrateReporting:e=>(a=e,S),withParallel:e=>(c=e,S),withJSONResponse:()=>(p="json",S),withRetryCount:e=>(h=e,S),withRetryInterval:(e,t)=>(aG(e)&&(f=e),aG(t)&&(m=t),S),withTimeout:e=>(n=e,S),withFinally:e=>(u=e,S),send:v,abort:()=>{r&&(r.abort(),r=void 0),d=!0,u&&u()}};return S}class cn{intervals=[];currentRate=0;logger;constructor(e){this.logger=e}_updateRate(e){let t=.2;this.currentRate&&(e<.1*this.currentRate?t=.8:e<.5*this.currentRate?t=.5:e<.7*this.currentRate&&(t=.3)),e=Math.max(1,Math.min(e,0x6400000)),this.currentRate=this.currentRate?this.currentRate*(1-t)+e*t:e}_createInterval(e,t,i){return{start:e,end:t,bytes:i}}_doMergeIntervals(e,t){e.start=Math.min(t.start,e.start),e.end=Math.max(t.end,e.end),e.bytes+=t.bytes}_mergeIntervals(e,t){return e.start<=t.end&&t.start<=e.end&&(this._doMergeIntervals(e,t),!0)}_flushIntervals(){if(!this.intervals.length)return!1;let e=this.intervals[0].start,t=this.intervals[this.intervals.length-1].end-500;if(t-e>2e3){let i=0,s=0;for(;this.intervals.length>0;){let e=this.intervals[0];if(e.end<=t)i+=e.end-e.start,s+=e.bytes,this.intervals.splice(0,1);else if(e.start>=t)break;else{let a=t-e.start,r=e.end-e.start;i+=a;let n=e.bytes*a/r;s+=n,e.start=t,e.bytes-=n}}if(s>0&&i>0){let a=8*s/(i/1e3);return this._updateRate(a),this.logger(`rate updated, new=${Math.round(a/1024)}K; average=${Math.round(this.currentRate/1024)}K bytes/ms=${Math.round(s)}/${Math.round(i)} interval=${Math.round(t-e)}`),!0}}return!1}_joinIntervals(){let e;do{e=!1;for(let t=0;t<this.intervals.length-1;++t)this._mergeIntervals(this.intervals[t],this.intervals[t+1])&&(this.intervals.splice(t+1,1),e=!0)}while(e)}addInterval(e,t,i){return this.intervals.push(this._createInterval(e,t,i)),this._joinIntervals(),this.intervals.length>100&&(this.logger(`too many intervals (${this.intervals.length}); will merge`,{type:"warn"}),this._doMergeIntervals(this.intervals[1],this.intervals[0]),this.intervals.splice(0,1)),this._flushIntervals()}getBitRate(){return this.currentRate}}var co=T(e_(),1);class cu{pendingQueue=[];activeRequests={};completeRequests={};averageSegmentDuration=2e3;lastPrefetchStart=0;throttleTimeout=null;RETRY_COUNT;TIMEOUT;BITRATE_ESTIMATOR;MAX_PARALLEL_REQUESTS;logger;constructor(e,t,i,s,a){this.RETRY_COUNT=e,this.TIMEOUT=t,this.BITRATE_ESTIMATOR=i,this.MAX_PARALLEL_REQUESTS=s,this.logger=a}limitCompleteCount(){let e;for(;(e=Object.keys(this.completeRequests)).length>this._getParallelRequestCount()+2;){let t=e[Math.floor(Math.random()*e.length)];this.logger(`Dropping completed request for url ${t}`,{type:"warn"}),delete this.completeRequests[t]}}_sendRequest(e,t){let i=cs(),s=i=>{delete this.activeRequests[t],this.limitCompleteCount(),this.completeRequests[t]=e,this._sendPending(),e._error=1,e._errorMsg=i,e._errorCB?e._errorCB(i):(this.limitCompleteCount(),this.completeRequests[t]=e)},a=s=>{e._complete=1,e._responseData=s,e._downloadTime=cs()-i,delete this.activeRequests[t],this._sendPending(),e._cb?e._cb(s,e._downloadTime):(this.limitCompleteCount(),this.completeRequests[t]=e)};e._request=cr(t,a,()=>s("error"),()=>{e._retry=1,e._retryCB&&e._retryCB()}),e._request.withRetryCount(this.RETRY_COUNT).withTimeout(this.TIMEOUT).withBitrateReporting(this.BITRATE_ESTIMATOR).withParallel(this._getParallelRequestCount()>1).withFinally(()=>{e._finallyCB&&e._finallyCB()}),this.activeRequests[t]=e,e._request.send(),this.lastPrefetchStart=cs()}_getParallelRequestCount(){return Math.min(this.MAX_PARALLEL_REQUESTS,this.averageSegmentDuration<3e3?3:2)}_getPrefetchDelay(){return Math.max(100,Math.min(5e3,this.averageSegmentDuration/3))}_canSendPending(){let e=this._getParallelRequestCount(),t=cs();if(Object.keys(this.activeRequests).length>=e)return!1;let i=this._getPrefetchDelay()-(t-this.lastPrefetchStart);return this.throttleTimeout&&clearTimeout(this.throttleTimeout),!(i>0)||(this.throttleTimeout=window.setTimeout(()=>this._sendPending(),i),!1)}_sendPending(){for(;this._canSendPending();){let e=this.pendingQueue.pop();if(!e)return;this.activeRequests[e]||this.completeRequests[e]||(this.logger(`Submitting pending request url=${e}`),this._sendRequest({},e))}}_removeFromActive(e){delete this.completeRequests[e],delete this.activeRequests[e]}abortAll(){co.default(this.activeRequests).forEach(e=>{e&&e._request&&e._request.abort()}),this.activeRequests={},this.pendingQueue=[],this.completeRequests={}}requestData(e,t,i,s){let a={};return a.send=()=>{let r=this.activeRequests[e]||this.completeRequests[e];if(r)r._cb=t,r._errorCB=i,r._retryCB=s,r._finallyCB=a._finallyCB,r._error||r._complete?(this._removeFromActive(e),setTimeout(()=>{r._complete?(this.logger(`Requested url already prefetched, url=${e}`),t(r._responseData,r._downloadTime)):(this.logger(`Requested url already prefetched with error, url=${e}`),i(r._errorMsg)),a._finallyCB&&a._finallyCB()},0)):this.logger(`Attached to active request, url=${e}`);else{let t=this.pendingQueue.indexOf(e);-1!==t&&this.pendingQueue.splice(t,1),this.logger(`Request not prefetched, starting new request, url=${e}${-1===t?"":"; removed pending"}`),this._sendRequest(a,e)}},a._cb=t,a._errorCB=i,a._retryCB=s,a.abort=function(){a.request&&a.request.abort()},a.withFinally=e=>(a._finallyCB=e,a),a}prefetch(e){this.activeRequests[e]||this.completeRequests[e]?this.logger(`Request already active for url=${e}`):(this.logger(`Added to pending queue; url=${e}`),this.pendingQueue.unshift(e),this._sendPending())}optimizeForSegDuration(e){this.averageSegmentDuration=e}}var cl=(e,t)=>aK(e)&&aK(t)&&"open"===e.readyState&&function(e,t){for(let i=0;i<e.activeSourceBuffers.length;++i)if(e.activeSourceBuffers[i]===t)return!0;return!1}(e,t),cd=T(eQ(),1);class ch{tag;time;data;stack;constructor(e,t,i,s){this.tag=e,this.time=t,this.data=i,this.stack=s}toString(){return`${this.tag}: ${this.time}: ${JSON.stringify(this.data)}${this.stack?`, stack: ${this.stack}`:""}`}toDevNullEntry(){let e=cd.default(this.data).map(([e,t])=>`${e}:${t}`).join(",");return{key:this.tag,strings:[e,this.stack??""],numbers:[this.time]}}}var cc=((e,t="warn")=>{let i=aZ(),s=[];function a(r,n=!1){let o=i.performance?.timing?.navigationStart??0,u=new ch(e,Math.round((Date.now()-o)/1e3),r,n?Error().stack:void 0);s.push(u),t&&i.console[t](u.toString())}return a.reset=()=>{s=[]},a.drain=()=>{let e=s;return s=[],e},a})("vp_dash_live_debug",!1);class cp{paused=!1;autoQuality=!0;autoQualityLimits=void 0;buffering=!0;destroyed=!1;videoPlayStarted=!1;lowLatency=!1;rep;bitrate=0;manifest=[];bitrateSwitcher;filesFetcher;sourceBuffer=0;mediaSource;currentManifestEntry;manifestRequest;manifestRefetchTimer;bufferStates=[];downloadRate;sourceJitter=-1;chunkRateEstimator;manifestUrl;urlResolver;waitingForFirstBufferAfterSrcChange=!1;params;soundProhibitedEvent$;constructor(e){this.params=e,this.soundProhibitedEvent$=new aJ,this.chunkRateEstimator=new cn(this.params.logger),this._initVideo()}attachSource(e){this.manifestUrl=e,this.urlResolver=ca(e),this.bitrateSwitcher=this._initBitrateSwitcher(),this._initManifest()}setAutoQualityEnabled(e){this.autoQuality=e}setAutoQualityLimits(e){this.autoQualityLimits=e}switchByName(e){let t;for(let i=0;i<this.manifest.length;++i)if((t=this.manifest[i]).name===e)return void this._switchToQuality(t)}catchUp(){if(this.rep&&(cc({m:"ldp.catchUp.1"}),this.rep.stop()),this.currentManifestEntry){let e=this.params.playbackState.getState();this.paused="paused"===e,cc({m:"ldp.catchUp.2"}),this._initPlayerWith(this.currentManifestEntry),this._notifyBuffering(!0)}}stop(){this.params.videoElement.pause(),this.rep&&(this.rep.stop(),this.rep=null)}pause(){this.paused=!0,this.params.videoElement.pause(),this.videoPlayStarted=!1,this._notifyBuffering(!1)}play(){this.paused=!1;let e=this.lowLatency&&this._getBufferSizeSec()>this.sourceJitter+5;this.rep&&!e?(this.bufferStates=[],this.videoPlayStarted=!1,this.shouldPlay()?(cc({m:"ldp.play.1"}),this._playVideoElement()):(cc({m:"ldp.play.2"}),this._notifyBuffering(!0))):(cc({m:"ldp.play.3"}),this.catchUp())}startPlay(e,t){this.autoQuality=t,cc({m:"startPlay",url:e.jidxUrl}),this._initPlayerWith(e)}destroy(){this.destroyed=!0,this.rep&&(this.rep.stop(),this.rep=null),this.manifestRequest&&this.manifestRequest.abort(),this.manifestRefetchTimer&&(clearTimeout(this.manifestRefetchTimer),this.manifestRefetchTimer=void 0)}reinit(e){this.manifestUrl=e,this.urlResolver=ca(e),cc({m:"ldp.reinit",url:e}),this.catchUp()}_handleNetworkError(){this.params.logger("Fatal network error"),this.params.playerCallback({name:"error",type:"network"})}_retryCallback(){this.params.playerCallback({name:"retry"})}_getBufferSizeSec(){let e=this.params.videoElement,t=0,i=e.buffered.length;return 0!==i&&(t=e.buffered.end(i-1)-Math.max(e.currentTime,e.buffered.start(0))),t}_notifyBuffering(e){this.destroyed||(this.params.logger(`buffering: ${e}`),this.params.playerCallback({name:"buffering",isBuffering:e}),this.buffering=e)}_initVideo(){let{videoElement:e,logger:t}=this.params;cc({m:"iv"}),e.addEventListener("error",()=>{e.error&&!this.destroyed&&(cc({m:"iv.err",e:e.error?.code+":"+e.error?.message}),t(`Video element error: ${e.error?.code}, details: ${e.error?.message}`),this.params.playerCallback({name:"error",type:"media"}))}),e.addEventListener("timeupdate",()=>{let e=this._getBufferSizeSec();!this.paused&&e<.3?this.buffering||(this.buffering=!0,window.setTimeout(()=>{!this.paused&&this.buffering&&this._notifyBuffering(!0)},(e+.1)*1e3)):this.buffering&&this.videoPlayStarted&&this._notifyBuffering(!1)}),e.addEventListener("playing",()=>{t("playing")}),e.addEventListener("stalled",()=>this._fixupStall()),e.addEventListener("waiting",()=>this._fixupStall())}_fixupStall(){let e,{logger:t,videoElement:i}=this.params,s=i.buffered.length;0!==s&&!this.waitingForFirstBufferAfterSrcChange&&(e=i.buffered.start(s-1),i.currentTime<e&&(t("Fixup stall"),cc({m:"ldp.fs",t:e}),i.currentTime=e))}_selectQuality(e){let t,i,s,{videoElement:a}=this.params,r=a&&1.62*(hs.display.pixelRatio||1)*a.offsetHeight||520;for(let a=0;a<this.manifest.length;++a){s=this.manifest[a];let{max:n,min:o}=this.autoQualityLimits||{};!function({limits:e,highestAvailableHeight:t,lowestAvailableHeight:i}){return hz({max:e?.max?aC(e.max):void 0,min:e?.min?aC(e.min):void 0},t?aC(t):void 0,i?aC(i):void 0)}({limits:this.autoQualityLimits,highestAvailableHeight:this.manifest[0].video.height,lowestAvailableHeight:h7.default(this.manifest,-1).video.height})&&(n&&s.video.height>n||o&&s.video.height<o)||(s.bitrate<e&&r>Math.min(s.video.height,s.video.width)?(!i||s.bitrate>i.bitrate)&&(i=s):(!t||t.bitrate>s.bitrate)&&(t=s))}return i||t}shouldPlay(){if(this.paused)return!1;let e=this._getBufferSizeSec()-Math.max(1,this.sourceJitter);return e>3||aW(this.downloadRate)&&(this.downloadRate>1.5&&e>2||this.downloadRate>2&&e>1)}_setVideoSrc(e,t){let{logger:i,videoElement:s,playerCallback:a}=this.params;this.mediaSource=new window.MediaSource,i("setting video src"),s.src=URL.createObjectURL(this.mediaSource),this.mediaSource.addEventListener("sourceopen",()=>{this.mediaSource?.readyState!=="open"?cc({m:"sourceopen",err:`not open: ${this.mediaSource?.readyState}`}):(cc({m:"sourceopen",c:e.codecs}),this.sourceBuffer=this.mediaSource.addSourceBuffer(e.codecs),this.bufferStates=[],t())}),this.mediaSource?.addEventListener("sourceclose",e=>{cc({m:"sourceclose"})}),this.videoPlayStarted=!1,s.addEventListener("canplay",()=>{cc({m:"canplay"}),this.shouldPlay()&&(this.videoPlayStarted=!0,this._playVideoElement())});let r=()=>{var e;let t;e=()=>{s.buffered.length?(s.currentTime=s.buffered.start(0),this.waitingForFirstBufferAfterSrcChange=!1,a({name:"playing"})):r()},t=(...i)=>{e.apply(null,i),s.removeEventListener("progress",t)},s.addEventListener("progress",t)};this.waitingForFirstBufferAfterSrcChange=!0,r()}_initPlayerWith(e){this.bitrate=0,this.rep=0,this.sourceBuffer=0,this.bufferStates=[],this.filesFetcher&&this.filesFetcher.abortAll(),this.filesFetcher=new cu(3,1e4,this.bitrateSwitcher,this.params.config.maxParallelRequests,this.params.logger),this._setVideoSrc(e,()=>this._switchToQuality(e))}_representation(e){let{logger:t,videoElement:i,playerCallback:s}=this.params,a=!1,r=null,n=null,o=null,u=null,l=!1,d=()=>{let e=a&&(!l||l===this.rep);return e||t("Not running!"),e},h=(e,t,i)=>{o&&o.abort(),o=cr(this.urlResolver.resolve(e,!1),t,i,()=>this._retryCallback()).withTimeout(1e4).withBitrateReporting(this.bitrateSwitcher).withRetryCount(3).withFinally(()=>{o=null}).send()},c=(e,t,i)=>{aQ(this.filesFetcher),n?.abort(),n=this.filesFetcher.requestData(this.urlResolver.resolve(e,!1),t,i,()=>this._retryCallback()).withFinally(()=>{n=null}).send()},p=e=>{let s=i.playbackRate;i.playbackRate!==e&&(t(`Playback rate switch: ${s}=>${e}`),i.playbackRate=e)},m=e=>{this.lowLatency=e,t(`lowLatency changed to ${e}`),f()},f=()=>{if(this.lowLatency||this.params.config.isLiveCatchUpMode){let e=this._getBufferSizeSec();if(this.bufferStates.length<5)return void p(1);let i=cs()-1e4,s=0;for(let t=0;t<this.bufferStates.length;t++){let a=this.bufferStates[t];e=Math.min(e,a.buf),a.ts<i&&s++}this.bufferStates.splice(0,s),t(`update playback rate; minBuffer=${e} drop=${s} jitter=${this.sourceJitter}`);let a=e-1;this.sourceJitter>=0?a-=this.sourceJitter/2:this.sourceJitter-=1,a>3?p(1.15):a>1?p(1.1):a>.3?p(1.05):p(1)}else p(1)},g=e=>{let i,a=()=>i&&i.start?i.start.length:0,r=e=>i.start[e]/1e3,n=(e,t)=>({chunkIdx:i.fragIndex+e,startTS:r(e),dur:i.dur[e]/1e3,discontinuity:t}),o=()=>{let e=0;if(i&&i.dur){let t=this.lowLatency?this.params.config.lowLatencyMinBuffer:this.params.config.minBuffer,s=this.lowLatency?this.params.config.lowLatencyMinBufferSegments:this.params.config.minBufferSegments,a=t;this.sourceJitter>1&&(a+=this.sourceJitter-1);let r=i.dur.length-1;for(;r>=0&&!((a-=i.dur[r])<=0);--r);e=Math.max(e=Math.min(r,i.dur.length-1-s),0)}return n(e,!0)},l=(e,t,i)=>{u&&u.abort(),u=cr(this.urlResolver.resolve(e,!0,this.lowLatency),t,i,()=>this._retryCallback()).withTimeout(1e4).withRetryCount(3).withFinally(()=>{u=null}).withJSONResponse().send()};return{seek:(t,u)=>{l(e,e=>{if(!d())return;let l=!!(i=e).lowLatency;l!==this.lowLatency&&m(l);let h=0;for(let e=0;e<i.dur.length;++e)h+=i.dur[e];h>0&&(aQ(this.filesFetcher),this.filesFetcher.optimizeForSegDuration(h/i.dur.length)),s({name:"index",zeroTime:i.zeroTime,shiftDuration:i.shiftDuration}),this.sourceJitter=i.hasOwnProperty("jitter")?Math.min(10,Math.max(.01,i.jitter/1e3)):1,t((e=>{let t=a();if(!(t<=0)){if(aW(e)){for(let i=0;i<t;i++)if(r(i)>e)return n(i)}return o()}})(u))},()=>this._handleNetworkError())},nextChunk:e=>{let s=a(),r=e?e.chunkIdx+1:0,u=r-i.fragIndex;return s<=0?void 0:!e||u<0||u-s>10?(t(`Resync: offset=${u} bChunks=${s} chunk=`+JSON.stringify(e)),o()):u>=s?void 0:n(r-i.fragIndex,!1)}}},b=()=>{a=!1,n&&n.abort(),o&&o.abort(),u&&u.abort(),aQ(this.filesFetcher),this.filesFetcher.abortAll()};return l={start:t=>{let i,n,o,l,p,m,v,{videoElement:S,logger:y}=this.params,w=g(e.jidxUrl),$=0,T=()=>{p&&(clearTimeout(p),p=void 0);let e=Math.max(500,1e3*(this._getBufferSizeSec()-this.sourceJitter-5)),t=$+e,i=cs(),s=Math.min(1e4,t-i);$=i;let a=()=>{!u&&d()&&w.seek(()=>{d()&&($=cs(),k(),T())})};s>0?p=window.setTimeout(()=>{this.paused?T():a()},s):a()},k=()=>{let t;for(;t=w.nextChunk(l);)l=t,M(t);let i=w.nextChunk(o);if(i){if(o&&i.discontinuity){y("Detected discontinuity; restarting playback"),this.paused?T():(b(),cc({m:"ldp.fetchChunkIdx.0"}),this._initPlayerWith(e));return}C(i)}else T()},x=(e,t)=>{let i;if(!d()||!this.sourceBuffer)return void cc({m:"ab.0",c:[!d(),!this.sourceBuffer]});let a=i=>{cc({m:"ldp.postpone",t:i}),window.setTimeout(()=>{d()&&x(e,t)},i)};if(this.sourceBuffer.updating)y("Source buffer is updating; delaying appendBuffer"),cc({m:"ldp.ab.1"}),a(100);else{let r=cs(),n=S.currentTime;!this.paused&&S.buffered.length>1&&m===n&&r-v>500&&(y("Stall suspected; trying to fix"),this._fixupStall()),m!==n&&(m=n,v=r);let o=this._getBufferSizeSec();if(o>30)cc({m:"ldp.ab.3"}),y(`Buffered ${o} seconds; delaying appendBuffer`),a(2e3);else try{if(this.params.config.useInvalidBufferFix&&cl(this.mediaSource,this.sourceBuffer))return;this.sourceBuffer.appendBuffer(e),this.videoPlayStarted?(cc({m:"ldp.ab.5"}),this.bufferStates.push({ts:r,buf:o}),f(),this.bufferStates.length>200&&this.bufferStates.shift()):this.shouldPlay()&&(cc({m:"ldp.ab.4"}),this.videoPlayStarted=!0,this._playVideoElement()),t&&t()}catch(e){(cc({m:"ldp.ab.err",e:e.name}),"QuotaExceededError"===e.name)?(y("QuotaExceededError; delaying appendBuffer"),0!==this.sourceBuffer.buffered.length&&n-(i=this.sourceBuffer.buffered.start(0))>4&&this.sourceBuffer.remove(i,n-3),a(1e3)):(y(e.name),s({name:"error",type:"buffer",message:`appendBuffer failed due to ${e.name}`}))}}},E=()=>{n&&i&&(y([`Appending chunk, sz=${n.byteLength}:`,JSON.stringify(o)]),x(n,function(){n=null,k()}))},L=t=>e.fragUrlTemplate.replace("%%id%%",t.chunkIdx),C=e=>{d()&&c(L(e),(t,i)=>{if(d()){if(i/=1e3,n=t,o=e,r=e.startTS,i){let t=Math.min(10,e.dur/i);this.downloadRate=this.downloadRate?.7*this.downloadRate+.3*t:t}E()}},()=>this._handleNetworkError())},M=e=>{d()&&(aQ(this.filesFetcher),this.filesFetcher.prefetch(this.urlResolver.resolve(L(e),!1)))},A=t=>{d()&&(e.cachedHeader=t,x(t,()=>{i=!0,E()}))};a=!0,w.seek(e=>{if(d()){if($=cs(),!e)return void T();l=e,!aj(t)||e.startTS>t?C(e):(o=e,k())}},t),e.cachedHeader?A(e.cachedHeader):h(e.headerUrl,A,()=>this._handleNetworkError())},stop:b,getTimestampSec:()=>r}}_switchToQuality(e){let t,{logger:i,playerCallback:s}=this.params;e.bitrate!==this.bitrate&&(this.rep&&(aW(t=this.rep.getTimestampSec())&&(t+=.1),this.rep.stop()),this.currentManifestEntry=e,this.rep=this._representation(e),i(`switch to quality: codecs=${e.codecs}; headerUrl=${e.headerUrl}; bitrate=${e.bitrate}`),this.bitrate=e.bitrate,aQ(this.bitrateSwitcher),this.bitrateSwitcher.notifySwitch(this.bitrate),this.rep.start(t),s({name:"qualitySwitch",quality:e}))}_qualityAvailable(e){return aW(this.manifest.find(t=>t.name===e))}_initBitrateSwitcher(){let e,{logger:t,playerCallback:i}=this.params,s=e=>{let i,s,a;if(this.autoQuality){if(this.currentManifestEntry&&this._qualityAvailable(this.currentManifestEntry.name)&&e<this.bitrate&&(s=this._getBufferSizeSec(),a=e/this.bitrate,s>10&&a>.8||s>15&&a>.5||s>20&&a>.3))return void t(`Not switching: buffer=${Math.floor(s)}; bitrate=${this.bitrate}; newRate=${Math.floor(e)}`);(i=this._selectQuality(e))?this._switchToQuality(i):t(`Could not find quality by bitrate ${e}`)}},a={updateChunk:(e,t)=>{let s=cs();if(this.chunkRateEstimator.addInterval(e,s,t))return i({name:"bandwidth",size:t,duration:s-e,speed:this.chunkRateEstimator.getBitRate()}),!0},get:()=>{let e=this.chunkRateEstimator.getBitRate();return e?.85*e:0}},r=-1/0,n=!0,o=()=>{let t=a.get();if(t&&e&&this.autoQuality){var i;if(n&&t>e&&3e4>(i=r,cs()-i))return;s(t)}n=this.autoQuality};return{updateChunk:(e,t)=>{let i=a.updateChunk(e,t);return i&&o(),i},notifySwitch:t=>{let i=cs();t<e&&(r=i),e=t}}}_fetchManifest(e,t,i){this.manifestRequest=cr(this.urlResolver.resolve(e,!0),t,i,()=>this._retryCallback()).withJSONResponse().withTimeout(1e4).withRetryCount(this.params.config.manifestRetryMaxCount).withRetryInterval(this.params.config.manifestRetryInterval,this.params.config.manifestRetryMaxInterval).send().withFinally(()=>{this.manifestRequest=void 0})}_playVideoElement(){let{videoElement:e}=this.params;ct(e,()=>{this.soundProhibitedEvent$.next()}).then(e=>{cc({m:"ldp.pve.1"}),e||(cc({m:"ldp.pve.2"}),this.params.liveOffset.pause(),this.params.videoState.setState("paused"))})}_handleManifestUpdate(e){let t,{logger:i,playerCallback:s,videoElement:a}=this.params;this.manifest=(t=[],e?.length?(e.forEach((e,i)=>{e.video&&a.canPlayType(e.codecs).replace(/no/,"")&&window.MediaSource?.isTypeSupported?.(e.codecs)&&(e.index=i,t.push(e))}),t.sort(function(e,t){return e.video&&t.video?t.video.height-e.video.height:t.bitrate-e.bitrate}),t):(s({name:"error",type:"empty_manifest"}),[])),i(`Valid manifest entries: ${this.manifest.length}/${e.length}`),s({name:"manifest",manifest:this.manifest})}_refetchManifest(e){this.destroyed||(this.manifestRefetchTimer&&clearTimeout(this.manifestRefetchTimer),this.manifestRefetchTimer=window.setTimeout(()=>{this._fetchManifest(e,t=>{this.destroyed||(this._handleManifestUpdate(t),this._refetchManifest(e))},()=>this._refetchManifest(e))},6e4))}_initManifest(){this._fetchManifest(this.manifestUrl,e=>{this.destroyed||(this._handleManifestUpdate(e),this._refetchManifest(this.manifestUrl))},()=>this._handleNetworkError())}}var cm=T(eQ(),1);class cf{onDroopedVideoFramesLimit$=new a7;subscription=new a9;log;video;droppedFramesChecker;isAuto;playing=!1;tracks=[];forceChecker$=new a7;isForceCheckCounter=0;prevTotalVideoFrames=0;prevDroppedVideoFrames=0;currentTimer;limitCounts={};currentQuality;maxQualityLimit;connect(e){this.log=e.logger.createComponentLog("DroppedFramesManager"),this.video=e.video,this.isAuto=e.isAuto,this.tracks=e.tracks,this.droppedFramesChecker=e.droppedFramesChecker,this.subscription.add(e.playing$.subscribe(()=>this.playing=!0)),this.subscription.add(e.pause$.subscribe(()=>this.playing=!1)),this.isEnabled&&this.subscribe()}destroy(){this.currentTimer&&window.clearTimeout(this.currentTimer),this.subscription.unsubscribe()}get droppedVideoMaxQualityLimit(){return this.maxQualityLimit}subscribe(){this.subscription.add(a3(this.video,"resize").subscribe(this.handleChangeVideoQuality));let e=a8(a2(this.droppedFramesChecker.checkTime).pipe(a1(()=>this.playing),a1(()=>{let e=!!this.isForceCheckCounter;return e&&(this.isForceCheckCounter-=1),!e})),this.forceChecker$.pipe(a0(this.droppedFramesChecker.checkTime)));this.subscription.add(e.subscribe(this.checkDroppedFrames))}handleChangeVideoQuality=()=>{let e=this.tracks.find(({size:e})=>e?.height===this.video.videoHeight&&e?.width===this.video.videoWidth);e&&!a6(e.quality)&&this.onChangeQuality(e.quality)};onChangeQuality(e){this.currentQuality=e;let{totalVideoFrames:t,droppedVideoFrames:i}=this.video.getVideoPlaybackQuality();this.savePrevFrameCounts(t,i),this.isForceCheckCounter=this.droppedFramesChecker.tickCountAfterQualityChange,this.forceChecker$.next()}checkDroppedFrames=()=>{let{totalVideoFrames:e,droppedVideoFrames:t}=this.video.getVideoPlaybackQuality(),i=e-this.prevTotalVideoFrames,s=1-(i-(t-this.prevDroppedVideoFrames))/i;!isNaN(s)&&s>0&&this.log({message:`[dropped]. current dropped percent: ${s}, limit: ${this.droppedFramesChecker.percentLimit}`}),!isNaN(s)&&s>=this.droppedFramesChecker.percentLimit&&a4(this.currentQuality,this.droppedFramesChecker.minQualityBanLimit)&&(this.limitCounts[this.currentQuality]=(this.limitCounts[this.currentQuality]??0)+1,this.maxQualityLimit=this.getMaxQualityLimit(this.currentQuality),this.currentTimer&&window.clearTimeout(this.currentTimer),this.currentTimer=window.setTimeout(()=>this.maxQualityLimit=this.getMaxQualityLimit(),this.droppedFramesChecker.qualityUpWaitingTime),this.onDroopedVideoFramesLimitTrigger()),this.savePrevFrameCounts(e,t)};onDroopedVideoFramesLimitTrigger(){this.isAuto.getState()&&(this.log({message:`[onDroopedVideoFramesLimit]. maxQualityLimit: ${this.maxQualityLimit}`}),this.onDroopedVideoFramesLimit$.next())}getMaxQualityLimit(e){let t=cm.default(this.limitCounts).filter(([,e])=>e>=this.droppedFramesChecker.countLimit).sort(([e],[t])=>a5(e,t)?-1:1)?.[0]?.[0];return e??t}get isEnabled(){return this.droppedFramesChecker.enabled&&this.isDroppedFramesCheckerSupport}get isDroppedFramesCheckerSupport(){return!!this.video&&"function"==typeof this.video.getVideoPlaybackQuality}savePrevFrameCounts(e,t){this.prevTotalVideoFrames=e,this.prevDroppedVideoFrames=t}}var cg=()=>!!window.documentPictureInPicture?.window||!!document.pictureInPictureElement,cb=(e,t)=>new rt(i=>{if(!window.IntersectionObserver)return;let s=new IntersectionObserver((e,t)=>{e.forEach(e=>i.next(e.isIntersecting||cg()))},{root:null,...t});s.observe(e);let a=ri(document,"visibilitychange").pipe(re(e=>!document.hidden||cg())).subscribe(e=>i.next(e));return()=>{s.unobserve(e),a.unsubscribe()}}),cv=["paused","playing","ready"],cS=["paused","playing","ready"];class cy{subscription=new aU;video;videoState=new hm("stopped");dash;representations$=new aq([]);textTracksManager;droppedFramesManager=new cf;maxSeekBackTime$=new aq(1/0);zeroTime$=new aq(void 0);liveOffset=new hM;log;params;constructor(e){this.textTracksManager=new hC(e.source.url),this.params=e,this.log=this.params.dependencies.logger.createComponentLog("DashLiveProvider");let t=t=>{e.output.error$.next({id:"DashLiveProvider",category:aI.WTF,message:"DashLiveProvider internal logic error",thrown:t})};this.subscription.add(aO(this.videoState.stateChangeStarted$.pipe(a_(e=>({transition:e,type:"start"}))),this.videoState.stateChangeEnded$.pipe(a_(e=>({transition:e,type:"end"})))).subscribe(({transition:e,type:t})=>{cc({m:"dlp.s.1",t:t+`:${e.from}-${e.to}`}),this.log({message:`[videoState change] ${t}: ${JSON.stringify(e)}`})})),this.video=hy(e.container,e.tuning),this.params.output.element$.next(this.video),this.dash=this.createLiveDashPlayer(),this.subscription.add(this.dash.soundProhibitedEvent$.subscribe(this.params.output.soundProhibitedEvent$)),this.params.output.duration$.next(1/0),this.params.output.position$.next(0),this.params.output.isLive$.next(!0),this.params.output.canChangePlaybackSpeed$.next(!1),this.params.output.hostname$.next(h8(this.params.source.url)),this.params.output.autoVideoTrackLimitingAvailable$.next(!0),this.params.output.availableVideoTracks$.next([]),this.params.output.availableAudioTracks$.next([]),this.params.output.isAudioAvailable$.next(!0),this.params.output.availableTextTracks$.next([]),this.params.desiredState.internalTextTracks.setState([]),this.textTracksManager.connect(this.video,this.params.desiredState,this.params.output);let i=hI(this.video);this.subscription.add(()=>i.destroy()),this.subscription.add(this.representations$.pipe(a_(e=>e.map(({track:e})=>e)),aD(e=>!!e.length),aF()).subscribe(e=>this.droppedFramesManager.connect({logger:this.params.dependencies.logger,video:this.video,droppedFramesChecker:this.params.tuning.droppedFramesChecker,isAuto:this.params.desiredState.autoVideoTrackSwitching,playing$:i.playing$,pause$:i.pause$,tracks:e}))),this.subscription.add(i.canplay$.subscribe(()=>{this.videoState.getTransition()?.to==="ready"&&this.videoState.setState("ready")},t)).add(i.pause$.subscribe(()=>{this.videoState.setState("paused")},t)).add(i.playing$.subscribe(()=>{"applying"===this.params.desiredState.seekState.getState().state&&this.params.output.seekedEvent$.next(),this.videoState.setState("playing")},t)).add(i.error$.subscribe(this.params.output.error$)).add(this.maxSeekBackTime$.pipe(aP(),a_(e=>-e/1e3)).subscribe(this.params.output.duration$)).add(aR({zeroTime:this.zeroTime$.pipe(aD(aV)),position:i.timeUpdate$}).subscribe(({zeroTime:e,position:t})=>{0===t&&this.videoState.getTransition()||this.params.output.liveTime$.next(e+1e3*t)},t)).add(hk(this.video,this.params.desiredState.isLooped,t)).add(hx(this.video,this.params.desiredState.volume,i.volumeState$,t)).add(i.volumeState$.subscribe(this.params.output.volume$,t)).add(hE(this.video,this.params.desiredState.playbackRate,i.playbackRateState$,t)).add(i.loadStart$.subscribe(this.params.output.firstBytesEvent$)).add(i.loadedMetadata$.subscribe(this.params.output.loadedMetadataEvent$)).add(i.playing$.subscribe(this.params.output.firstFrameEvent$)).add(i.canplay$.subscribe(this.params.output.canplay$)).add(i.inPiP$.subscribe(this.params.output.inPiP$)).add(i.inFullscreen$.subscribe(this.params.output.inFullscreen$)).add(cb(this.video).subscribe(this.params.output.elementVisible$)).add(this.params.desiredState.autoVideoTrackLimits.stateChangeStarted$.subscribe(({to:{max:e,min:t}})=>{this.dash.setAutoQualityLimits({max:e&&az(e),min:t&&az(t)}),this.params.output.autoVideoTrackLimits$.next({max:e,min:t})})).add(this.videoState.stateChangeEnded$.subscribe(e=>{switch(e.to){case"stopped":this.params.output.position$.next(0),this.params.output.duration$.next(1/0),cc({m:"dlp.vse.s"}),this.params.desiredState.playbackState.setState("stopped");break;case"manifest_ready":case"ready":this.params.desiredState.playbackState.getTransition()?.to==="ready"&&(cc({m:"dlp.vse.r"}),this.params.desiredState.playbackState.setState("ready"));break;case"paused":cc({m:"dlp.vse.pa"}),this.params.desiredState.playbackState.setState("paused");break;case"playing":cc({m:"dlp.vse.pl"}),this.params.desiredState.playbackState.setState("playing");break;default:return aM(e.to)}},t)).add(aO(e.desiredState.playbackState.stateChangeStarted$,e.desiredState.seekState.stateChangeEnded$,e.desiredState.videoTrack.stateChangeStarted$,e.desiredState.autoVideoTrackSwitching.stateChangeStarted$,this.videoState.stateChangeEnded$,this.droppedFramesManager.onDroopedVideoFramesLimit$,aN(["init"])).pipe(aB(0)).subscribe(this.syncPlayback,t))}destroy(){cc({m:"dlp.destroy"}),this.subscription.unsubscribe(),this.textTracksManager.destroy(),this.droppedFramesManager.destroy(),this.dash.destroy(),this.params.output.element$.next(void 0),hw(this.video)}createLiveDashPlayer(){let e=new cp({videoElement:this.video,videoState:this.videoState,playbackState:this.params.desiredState.playbackState,liveOffset:this.liveOffset,config:{maxParallelRequests:this.params.config.maxParallelRequests,minBuffer:this.params.tuning.live.minBuffer,minBufferSegments:this.params.tuning.live.minBufferSegments,lowLatencyMinBuffer:this.params.tuning.live.lowLatencyMinBuffer,lowLatencyMinBufferSegments:this.params.tuning.live.lowLatencyMinBufferSegments,isLiveCatchUpMode:this.params.tuning.live.isLiveCatchUpMode,manifestRetryInterval:this.params.tuning.manifestRetryInterval,manifestRetryMaxInterval:this.params.tuning.manifestRetryMaxInterval,manifestRetryMaxCount:this.params.tuning.manifestRetryMaxCount,useInvalidBufferFix:this.params.tuning.useInvalidBufferFix||!1},playerCallback:this._dashCb,logger:e=>{this.params.dependencies.logger.log({message:String(e),component:"LiveDashPlayer"})}});return e.pause(),e}prepare(){let e=this.representations$.getValue(),t=this.params.desiredState.videoTrack.getTransition()?.to??this.params.desiredState.videoTrack.getState(),i=this.params.desiredState.autoVideoTrackSwitching.getTransition()?.to??this.params.desiredState.autoVideoTrackSwitching.getState(),s=!i&&aV(t)?t:h2(e.map(({track:e})=>e),{container:this.video.getBoundingClientRect(),panelSize:this.params.panelSize,estimatedThroughput:this.params.dependencies.throughputEstimator.throughput$.getValue(),tuning:this.params.tuning.autoTrackSelection,limits:this.params.desiredState.autoVideoTrackLimits.getState(),droppedVideoMaxQualityLimit:this.droppedFramesManager.droppedVideoMaxQualityLimit,abrLogger:this.params.dependencies.abrLogger}),a=s?.id,r=this.params.desiredState.videoTrack.getTransition(),n=this.params.desiredState.videoTrack.getState()?.id,o=this.params.desiredState.autoVideoTrackSwitching.getTransition();if(s&&(r||a!==n)&&this.setVideoTrack(s),o&&this.setAutoQuality(i),r||o||a!==n){let t=e.find(({track:e})=>e.id===a)?.representation;aA(t,"Representations missing"),this.dash.startPlay(t,i)}}setVideoTrack(e){let t=this.representations$.getValue().find(({track:t})=>t.id===e.id)?.representation;aA(t,`No such representation ${e.id}`),this.dash.switchByName(t.name),this.params.desiredState.videoTrack.setState(e)}setAutoQuality(e){this.dash.setAutoQualityEnabled(e),this.params.desiredState.autoVideoTrackSwitching.setState(e)}seek(e){this.log({message:`[seek] position: ${e}`}),this.params.output.willSeekEvent$.next();let t=this.params.desiredState.playbackState.getState(),i=this.videoState.getState(),s="paused"===t&&"paused"===i,a=-e,r=a<=this.maxSeekBackTime$.getValue()?a:0;this.params.output.position$.next(e/1e3),cc({m:"dlp.seek",p:e,no:r,url:this.params.source.url}),this.dash.reinit(dW(this.params.source.url,r)),s&&this.dash.pause(),this.liveOffset.resetTo(r,s)}_dashCb=e=>{switch(e.name){case"buffering":{let t=e.isBuffering;this.params.output.isBuffering$.next(t);break}case"error":this.params.output.error$.next({id:`DashLiveProviderInternal:${e.type}`,category:aI.WTF,message:`LiveDashPlayer reported error${e.message?`: ${e.message}`:""}`});break;case"manifest":{let t=e.manifest,i=[];for(let e of t){let t=e.name??e.index.toString(10),s=hD(e.name)??aH(e.video),a=e.bitrate/1e3,r={...e.video};if(!s)continue;let n={id:t,quality:s,bitrate:a,size:r};i.push({track:n,representation:e})}this.representations$.next(i),this.params.output.availableVideoTracks$.next(i.map(({track:e})=>e)),this.videoState.getTransition()?.to==="manifest_ready"&&this.videoState.setState("manifest_ready");break}case"qualitySwitch":{let t=e.quality,i=this.representations$.getValue().find(({representation:e})=>e===t)?.track;this.params.output.hostname$.next(new URL(t.headerUrl,this.params.source.url).hostname),aV(i)&&this.params.output.currentVideoTrack$.next(i);break}case"bandwidth":{let{size:t,duration:i}=e;this.params.dependencies.throughputEstimator.addRawSpeed(t,i);break}case"index":this.maxSeekBackTime$.next(e.shiftDuration||0),this.zeroTime$.next(e.zeroTime)}};syncPlayback=()=>{let e=this.videoState.getState(),t=this.videoState.getTransition(),i=this.params.desiredState.playbackState.getState(),s=this.params.desiredState.playbackState.getTransition(),a=this.params.desiredState.seekState.getState();if(this.log({message:`[syncPlayback] videoState: ${e}; videoTransition: ${JSON.stringify(t)}; desiredPlaybackState: ${i}; seekState: ${JSON.stringify(a)};`}),"stopped"===i){"stopped"!==e&&(this.videoState.startTransitionTo("stopped"),this.dash.destroy(),this.video.removeAttribute("src"),this.video.load(),this.videoState.setState("stopped"));return}if(t)return;let r=this.params.desiredState.videoTrack.getTransition(),n=this.params.desiredState.autoVideoTrackSwitching.getTransition();if(hg.default(cS,e)&&(r||n))return void this.prepare();if(s?.to!=="paused"&&"requested"===a.state&&hg.default(cv,e))return void this.seek(a.position-this.liveOffset.getTotalPausedTime());switch(e){case"stopped":this.videoState.startTransitionTo("manifest_ready"),this.dash.attachSource(dW(this.params.source.url));return;case"manifest_ready":this.videoState.startTransitionTo("ready"),this.prepare();break;case"ready":if("paused"===i)this.videoState.setState("paused");else if("playing"===i){cc({m:"dlp.sync.1"}),this.videoState.startTransitionTo("playing");let e=s?.from;e&&"ready"===e&&(cc({m:"dlp.sync.2"}),this.dash.catchUp()),cc({m:"dlp.sync.3"}),this.dash.play()}return;case"playing":"paused"===i&&(this.videoState.startTransitionTo("paused"),this.liveOffset.pause(),this.dash.pause());return;case"paused":if("playing"===i)if(this.videoState.startTransitionTo("playing"),this.liveOffset.getTotalPausedTime()<this.params.config.maxPausedTime&&this.liveOffset.getTotalOffset()<this.maxSeekBackTime$.getValue())this.liveOffset.resume(),this.dash.play(),this.params.output.position$.next(-this.liveOffset.getTotalOffset()/1e3);else{let e=this.liveOffset.getTotalOffset();e>=this.maxSeekBackTime$.getValue()&&(e=0,this.liveOffset.resetTo(e)),this.liveOffset.resume(),this.params.output.position$.next(-e/1e3),this.dash.reinit(dW(this.params.source.url,e))}return;default:return aM(e)}}}var cw=T(t2(),1),c$=({id:e,width:t,height:i,bitrate:s,fps:a,quality:r,streamId:n})=>{let o=(r?hD(r):void 0)??rw({width:t,height:i});return o&&{id:e,quality:o,bitrate:s,size:{width:t,height:i},fps:a,streamId:n}},cT=({id:e,bitrate:t})=>({id:e,bitrate:t}),ck=({language:e,label:t},{id:i,url:s,isAuto:a})=>({id:i,url:s,isAuto:a,type:"internal",language:e,label:t}),cx=({id:e,language:t,label:i,codecs:s,isDefault:a})=>({id:e,language:t,label:i,codec:cw.default(s.split("."),0),isDefault:a}),cE=({id:e,language:t,label:i,hdr:s,codecs:a})=>({id:e,language:t,hdr:s,label:i,codec:cw.default(a.split("."),0)}),cL=e=>"template"===e.type;class cC{fov;orientation;constructor(e,t){this.fov=e,this.orientation=t}}class cM{options;camera;rotating=!1;fading=!1;lastTickTS=0;lastCameraTurn;lastCameraTurnTS=0;fadeStartSpeed=null;fadeCorrection;fadeTime=0;rotationSpeed;constructor(e,t){this.camera=e,this.options=t,this.rotationSpeed={x:0,y:0,z:0},this.fadeCorrection=1/(this.options.speedFadeTime/1e3)**2}turnCamera(e=0,t=0,i=0){this.pointCameraTo(this.camera.orientation.x+e,this.camera.orientation.y+t,this.camera.orientation.z+i)}pointCameraTo(e=0,t=0,i=0){t=this.limitCameraRotationY(t);let s=e-this.camera.orientation.x,a=t-this.camera.orientation.y,r=i-this.camera.orientation.z;this.camera.orientation.x=e,this.camera.orientation.y=t,this.camera.orientation.z=i,this.lastCameraTurn={x:s,y:a,z:r},this.lastCameraTurnTS=Date.now()}setRotationSpeed(e,t,i){this.rotationSpeed.x=e??this.rotationSpeed.x,this.rotationSpeed.y=t??this.rotationSpeed.y,this.rotationSpeed.z=i??this.rotationSpeed.z}startRotation(){this.rotating=!0}stopRotation(e=!1){e?(this.setRotationSpeed(0,0,0),this.fadeStartSpeed=null):this.startFading(this.rotationSpeed.x,this.rotationSpeed.y,this.rotationSpeed.z),this.rotating=!1}onCameraRelease(){if(this.lastCameraTurn&&this.lastCameraTurnTS){let e=Date.now()-this.lastCameraTurnTS;if(e<this.options.speedFadeThreshold){let t=(1-e/this.options.speedFadeThreshold)*this.options.rotationSpeedCorrection;this.startFading(this.lastCameraTurn.x*t,this.lastCameraTurn.y*t,this.lastCameraTurn.z*t)}}}startFading(e,t,i){this.setRotationSpeed(e,t,i),this.fadeStartSpeed={...this.rotationSpeed},this.fading=!0}stopFading(){this.fadeStartSpeed=null,this.fading=!0,this.fadeTime=0}limitCameraRotationY(e){return Math.max(-this.options.maxYawAngle,Math.min(e,this.options.maxYawAngle))}tick(e){if(!this.lastTickTS){this.lastTickTS=e,this.lastCameraTurnTS=Date.now();return}let t=e-this.lastTickTS,i=t/1e3;if(this.rotating)this.turnCamera(this.rotationSpeed.x*this.options.rotationSpeedCorrection*i,this.rotationSpeed.y*this.options.rotationSpeedCorrection*i,this.rotationSpeed.z*this.options.rotationSpeedCorrection*i);else if(this.fading&&this.fadeStartSpeed){let e=-this.fadeCorrection*(this.fadeTime/1e3)**2+1;this.setRotationSpeed(this.fadeStartSpeed.x*e,this.fadeStartSpeed.y*e,this.fadeStartSpeed.z*e),e>0?this.turnCamera(this.rotationSpeed.x*this.options.rotationSpeedCorrection*i,this.rotationSpeed.y*this.options.rotationSpeedCorrection*i,this.rotationSpeed.z*this.options.rotationSpeedCorrection*i):(this.stopRotation(!0),this.stopFading()),this.fadeTime=Math.min(this.fadeTime+t,this.options.speedFadeTime)}this.lastTickTS=e}}class cA{container;sourceVideoElement;canvas;gl;params;frameWidth;frameHeight;viewportWidth;viewportHeight;videoInitialized=!1;program;videoTexture;vertexBuffer;textureMappingBuffer;camera;cameraRotationManager;videoElementDataLoadedFn;renderFn;active=!1;constructor(e,t,i){this.container=e,this.sourceVideoElement=t,this.params=i,this.canvas=this.createCanvas();let s=this.canvas.getContext("webgl");if(!s)throw Error("Could not initialize WebGL context");this.gl=s,this.container.appendChild(this.canvas),this.camera=new cC(this.params.fov,this.params.orientation),this.cameraRotationManager=new cM(this.camera,{rotationSpeed:this.params.rotationSpeed,maxYawAngle:this.params.maxYawAngle,rotationSpeedCorrection:this.params.rotationSpeedCorrection,degreeToPixelCorrection:this.params.degreeToPixelCorrection,speedFadeTime:this.params.speedFadeTime,speedFadeThreshold:this.params.speedFadeThreshold}),this.updateFrameSize(),this.vertexBuffer=this.createVertexBuffer(),this.textureMappingBuffer=this.createTextureMappingBuffer(),this.updateTextureMappingBuffer(),this.program=this.createProgram(),this.videoTexture=this.createTexture(),this.gl.useProgram(this.program),this.videoElementDataLoadedFn=this.onDataLoadedHandler.bind(this),this.renderFn=this.render.bind(this)}play(){this.active||(this.videoInitialized?this.doPlay():this.sourceVideoElement.readyState>=2?(this.videoInitialized=!0,this.doPlay()):this.sourceVideoElement.addEventListener("loadeddata",this.videoElementDataLoadedFn))}stop(){this.active=!1}startCameraManualRotation(e,t){this.cameraRotationManager.setRotationSpeed(e*this.params.rotationSpeed,t*this.params.rotationSpeed,0),this.cameraRotationManager.startRotation()}stopCameraManualRotation(e=!1){this.cameraRotationManager.stopRotation(e)}turnCamera(e,t){this.cameraRotationManager.turnCamera(e,t)}pointCameraTo(e,t){this.cameraRotationManager.pointCameraTo(e,t)}pixelToDegree(e){return{x:-(this.params.degreeToPixelCorrection*this.params.fov.x*e.x)/this.viewportWidth,y:this.params.degreeToPixelCorrection*this.params.fov.y*e.y/this.viewportHeight}}getCameraRotation(){return this.camera.orientation}holdCamera(){this.cameraRotationManager.stopRotation(!0)}releaseCamera(){this.cameraRotationManager.onCameraRelease()}destroy(){this.sourceVideoElement.removeEventListener("loadeddata",this.videoElementDataLoadedFn),this.stop(),this.canvas.remove()}setViewportSize(e,t){this.viewportWidth=e,this.viewportHeight=t,this.canvas.width=this.viewportWidth,this.canvas.height=this.viewportHeight,this.gl.viewport(0,0,this.canvas.width,this.canvas.height)}onDataLoadedHandler(){this.videoInitialized=!0,this.doPlay()}doPlay(){this.updateFrameSize(),this.vertexBuffer=this.createVertexBuffer(),this.active=!0,this.sourceVideoElement.removeEventListener("loadeddata",this.videoElementDataLoadedFn),requestAnimationFrame(this.renderFn)}render(e){this.cameraRotationManager.tick(e),this.updateTexture(),this.updateTextureMappingBuffer();let t=this.gl.getAttribLocation(this.program,"a_vertex"),i=this.gl.getAttribLocation(this.program,"a_texel"),s=this.gl.getUniformLocation(this.program,"u_texture"),a=this.gl.getUniformLocation(this.program,"u_focus");this.gl.enableVertexAttribArray(t),this.gl.enableVertexAttribArray(i),this.gl.bindBuffer(this.gl.ARRAY_BUFFER,this.vertexBuffer),this.gl.vertexAttribPointer(t,2,this.gl.FLOAT,!1,0,0),this.gl.bindBuffer(this.gl.ARRAY_BUFFER,this.textureMappingBuffer),this.gl.vertexAttribPointer(i,2,this.gl.FLOAT,!1,0,0),this.gl.activeTexture(this.gl.TEXTURE0),this.gl.bindTexture(this.gl.TEXTURE_2D,this.videoTexture),this.gl.uniform1i(s,0),this.gl.uniform2f(a,-this.camera.orientation.x,-this.camera.orientation.y),this.gl.drawArrays(this.gl.TRIANGLE_FAN,0,4),this.gl.bindTexture(this.gl.TEXTURE_2D,null),this.gl.bindBuffer(this.gl.ARRAY_BUFFER,null),this.gl.disableVertexAttribArray(t),this.gl.disableVertexAttribArray(i),this.active&&requestAnimationFrame(this.renderFn)}createShader(e,t){let i=this.gl.createShader(t);if(!i)throw this.destroy(),Error(`Could not create shader (${t})`);if(this.gl.shaderSource(i,e),this.gl.compileShader(i),!this.gl.getShaderParameter(i,this.gl.COMPILE_STATUS))throw this.destroy(),Error("An error occurred while compiling the shader: "+this.gl.getShaderInfoLog(i));return i}createProgram(){let e=this.gl.createProgram();if(!e)throw this.destroy(),Error("Could not create shader program");let t=this.createShader("./vertex_shader-xzkp5kyx.glsl",this.gl.VERTEX_SHADER),i=this.createShader("./fragment_shader-66qz233h.glsl",this.gl.FRAGMENT_SHADER);if(this.gl.attachShader(e,t),this.gl.attachShader(e,i),this.gl.linkProgram(e),!this.gl.getProgramParameter(e,this.gl.LINK_STATUS))throw this.destroy(),Error("Could not link shader program.");return e}createTexture(){let e=this.gl.createTexture();if(!e)throw this.destroy(),Error("Could not create texture");return this.gl.bindTexture(this.gl.TEXTURE_2D,e),this.gl.texParameteri(this.gl.TEXTURE_2D,this.gl.TEXTURE_MAG_FILTER,this.gl.LINEAR),this.gl.texParameteri(this.gl.TEXTURE_2D,this.gl.TEXTURE_MIN_FILTER,this.gl.LINEAR),this.gl.texParameteri(this.gl.TEXTURE_2D,this.gl.TEXTURE_WRAP_S,this.gl.CLAMP_TO_EDGE),this.gl.texParameteri(this.gl.TEXTURE_2D,this.gl.TEXTURE_WRAP_T,this.gl.CLAMP_TO_EDGE),this.gl.bindTexture(this.gl.TEXTURE_2D,null),e}updateTexture(){this.gl.bindTexture(this.gl.TEXTURE_2D,this.videoTexture),this.gl.pixelStorei(this.gl.UNPACK_FLIP_Y_WEBGL,!0),this.gl.texImage2D(this.gl.TEXTURE_2D,0,this.gl.RGBA,this.gl.RGBA,this.gl.UNSIGNED_BYTE,this.sourceVideoElement),this.gl.bindTexture(this.gl.TEXTURE_2D,null)}createVertexBuffer(){let e=this.gl.createBuffer();if(!e)throw this.destroy(),Error("Could not create vertex buffer");let t=1,i=1,s=this.frameHeight/(this.frameWidth/this.viewportWidth);return s>this.viewportHeight?t=this.viewportHeight/s:i=s/this.viewportHeight,this.gl.bindBuffer(this.gl.ARRAY_BUFFER,e),this.gl.bufferData(this.gl.ARRAY_BUFFER,new Float32Array([-t,-i,t,-i,t,i,-t,i]),this.gl.STATIC_DRAW),this.gl.bindBuffer(this.gl.ARRAY_BUFFER,null),e}createTextureMappingBuffer(){let e=this.gl.createBuffer();if(!e)throw this.destroy(),Error("Could not create texture mapping buffer");return e}calculateTexturePosition(){let e=.5-this.camera.orientation.x/360,t=.5-this.camera.orientation.y/180,i=this.camera.fov.x/360/2,s=this.camera.fov.y/180/2;return[e-i,t-s,e+i,t-s,e+i,t+s,e-i,t+s]}updateTextureMappingBuffer(){this.gl.bindBuffer(this.gl.ARRAY_BUFFER,this.textureMappingBuffer),this.gl.bufferData(this.gl.ARRAY_BUFFER,new Float32Array([...this.calculateTexturePosition()]),this.gl.STATIC_DRAW),this.gl.bindBuffer(this.gl.ARRAY_BUFFER,null)}updateFrameSize(){this.frameWidth=this.sourceVideoElement.videoWidth,this.frameHeight=this.sourceVideoElement.videoHeight}createCanvas(){let e=document.createElement("canvas");return e.style.position="absolute",e.style.left="0",e.style.top="0",e.style.width="100%",e.style.height="100%",e}}var cR=(e,t,i)=>i*t+(1-i)*e,cB=(e,t)=>e.reduce((e,t)=>e+t,0)/t,cI="stalls_manager_metrics",cD="stalls_manager_abr_params",cP="stalls_manager_default_tuning_abr_params";class cV{currentStallDuration$;videoLastDataObtainedTimestamp$;throughput$;rtt$;tuning;abrParams;duration;isSeeked$=new rE(!1);isBuffering$=new rE(!1);maxQualityLimit=void 0;lastUniqueVideoTrackSelected;currentStallsCount=0;sumStallsDuration=0;lastStallDuration=0;providerStartWatchingTimestamp=0;lastUniqueVideoTrackSelectedTimestamp=0;predictedThroughputWithoutData=0;qualityRestrictionTimer;subscription=new rx;severeStallOccurred$=new rE(!1);init(e){this.currentStallDuration$=e.currentStallDuration$,this.videoLastDataObtainedTimestamp$=e.videoLastDataObtainedTimestamp$,this.throughput$=e.throughput$,this.rtt$=e.rtt$,this.tuning=e.tuning,this.abrParams=e.abrParams,this.duration=e.duration,this.resetStoredAbrParamsIfNeeded(),this.subscribe(e)}get videoMaxQualityLimit(){return this.maxQualityLimit}get predictedThroughput(){return this.predictedThroughputWithoutData}get abrTuningParams(){let e=(this.tuning.ignoreDynamicAbrForShortVideo?this.tuning.enabled&&this.duration>this.tuning.minTvtToBeCounted:this.tuning.enabled)?this.getStoredData(cD):{};return{...this.abrParams,...e}}set lastVideoTrackSelected(e){this.lastUniqueVideoTrackSelected?.id!==e.id&&(this.lastUniqueVideoTrackSelected=e,this.lastUniqueVideoTrackSelectedTimestamp=rT(),this.currentStallsCount=0)}destroy(){window.clearTimeout(this.qualityRestrictionTimer),this.subscription.unsubscribe(),0!==this.currentStallDuration$.getValue()&&this.updateStallData();let e=(rT()-this.providerStartWatchingTimestamp-this.sumStallsDuration)/1e3,t=this.sumStallsDuration;this.addStallInfoToHistory(e,t),this.updateStoredAbrParams()}resetStoredAbrParamsIfNeeded(){let{bitrateFactorAtEmptyBuffer:e,bitrateFactorAtFullBuffer:t,containerSizeFactor:i}={...this.getStoredData(cP)},{bitrateFactorAtEmptyBuffer:s,bitrateFactorAtFullBuffer:a,containerSizeFactor:r}={...this.abrParams};this.tuning.enabled&&e===s&&t===a&&i===r||(this.removeStoredData(cD),this.setStoredData(cP,{bitrateFactorAtEmptyBuffer:s,bitrateFactorAtFullBuffer:a,containerSizeFactor:r}))}updateStoredAbrParams(){let e=[],t=this.getStoredData(cI,"[]");if(!this.tuning.enabled||t.length<this.tuning.stallsMetricsHistoryLength)return;let i=t.reduce((e,t)=>e+t.tvt,0);if(this.tuning.useTotalStallsDurationPerTvt){let s=t.reduce((e,t)=>e+t.stallsDuration,0)/i;e.push(this.calculateOptimalAbrParams(s,i))}if(this.tuning.useAverageStallsDurationPerTvt){let s=t.reduce((e,t)=>e+t.stallsDurationPerTvt,0)/t.length;e.push(this.calculateOptimalAbrParams(s,i))}this.tuning.useEmaStallsDurationPerTvt&&e.push(this.calculateOptimalAbrParams(t[t.length-1].stallsDurationPerTvtSmoothed,i));let s={bitrateFactorAtEmptyBuffer:Math.max(...e.map(e=>e.bitrateFactorAtEmptyBuffer)),bitrateFactorAtFullBuffer:Math.max(...e.map(e=>e.bitrateFactorAtFullBuffer)),containerSizeFactor:Math.min(...e.map(e=>e.containerSizeFactor))};this.setStoredData(cI,[]),this.setStoredData(cD,s)}calculateOptimalAbrParams(e,t){let{targetStallsDurationPerTvt:i,deviationStallsDurationPerTvt:s,criticalStallsDurationPerTvt:a,abrAdjustingSpeed:r,significantTvt:n}=this.tuning,o=r*Math.min(t/n,1),u=this.abrTuningParams;return e<i-s?u={bitrateFactorAtEmptyBuffer:Math.max(u.bitrateFactorAtEmptyBuffer-o,this.abrParams.minBitrateFactorAtEmptyBuffer),bitrateFactorAtFullBuffer:Math.max(u.bitrateFactorAtFullBuffer-o,this.abrParams.minBitrateFactorAtFullBuffer),containerSizeFactor:Math.min(u.containerSizeFactor+o,this.abrParams.maxContainerSizeFactor)}:e>i+s&&(u={bitrateFactorAtEmptyBuffer:Math.min(u.bitrateFactorAtEmptyBuffer+o,this.abrParams.maxBitrateFactorAtEmptyBuffer),bitrateFactorAtFullBuffer:Math.min(u.bitrateFactorAtFullBuffer+o,this.abrParams.maxBitrateFactorAtFullBuffer),containerSizeFactor:Math.max(u.containerSizeFactor-o,this.abrParams.minContainerSizeFactor)}),e>a&&(u={bitrateFactorAtEmptyBuffer:Math.max(u.bitrateFactorAtEmptyBuffer,this.abrParams.bitrateFactorAtEmptyBuffer),bitrateFactorAtFullBuffer:Math.max(u.bitrateFactorAtFullBuffer,this.abrParams.bitrateFactorAtFullBuffer),containerSizeFactor:Math.min(u.containerSizeFactor,this.abrParams.containerSizeFactor)}),u}getStoredData(e,t="{}"){return JSON.parse(rC.get(e)??t)}setStoredData(e,t){rC.set(e,JSON.stringify(t))}removeStoredData(e){rC.remove(e)}addStallInfoToHistory(e,t){if(e<this.tuning.minTvtToBeCounted||e>this.tuning.maxTvtToBeCounted||1e3*e<t)return;let i=this.getStoredData(cI,"[]"),s=t/e,a=i.length?cR(i[i.length-1].stallsDurationPerTvtSmoothed,t/e,this.tuning.emaAlpha):s;i.push({tvt:e,stallsDuration:t,stallsDurationPerTvt:s,stallsDurationPerTvtSmoothed:a}),i.length>this.tuning.stallsMetricsHistoryLength&&i.shift(),this.setStoredData(cI,i)}updateStallData(){this.providerStartWatchingTimestamp&&!this.isSeeked$.getValue()&&(this.sumStallsDuration+=Math.min(this.lastStallDuration,this.tuning.maxPossibleStallDuration),this.currentStallsCount++)}subscribe(e){this.subscription.add(e.isSeeked$.subscribe(this.isSeeked$)),this.subscription.add(e.isBuffering$.subscribe(this.isBuffering$)),this.subscription.add(e.looped$.subscribe(e=>this.currentStallsCount=0)),this.subscription.add(e.playing$.pipe(rk()).subscribe(e=>this.providerStartWatchingTimestamp=rT())),this.subscription.add(this.currentStallDuration$.pipe(rM()).subscribe(e=>{let{stallDurationNoDataBeforeQualityDecrease:t,stallCountBeforeQualityDecrease:i,resetQualityRestrictionTimeout:s,ignoreStallsOnSeek:a}=this.tuning;if(r$(this.lastUniqueVideoTrackSelected)||a&&this.isSeeked$.getValue())return;let r=this.rtt$.getValue(),n=this.throughput$.getValue(),o=this.videoLastDataObtainedTimestamp$.getValue(),u=rT(),l=i&&this.currentStallsCount>=i,d=t&&u-this.lastUniqueVideoTrackSelectedTimestamp>=t+r&&u-o>=t+r&&e>=t;(l||d)&&(this.severeStallOccurred$.next(!0),window.clearTimeout(this.qualityRestrictionTimer),this.maxQualityLimit=this.lastUniqueVideoTrackSelected.quality,rL(this.lastUniqueVideoTrackSelected.bitrate)&&n>this.lastUniqueVideoTrackSelected.bitrate&&(this.predictedThroughputWithoutData=this.lastUniqueVideoTrackSelected.bitrate)),!e&&rT()-this.providerStartWatchingTimestamp>this.lastStallDuration&&(this.updateStallData(),this.severeStallOccurred$.next(!1),window.clearTimeout(this.qualityRestrictionTimer),this.qualityRestrictionTimer=window.setTimeout(()=>{this.maxQualityLimit=void 0,this.predictedThroughputWithoutData=0},s)),this.lastStallDuration=e}))}}class c_{subscription=new rI;pipSize$=new rD(void 0);videoSize$=new rD(void 0);elementSize$=new rD(void 0);pictureInPictureWindowRemoveEventListener=rP;connect({observableVideo:e,video:t}){let i=e=>{let t=e.target;this.pipSize$.next({width:t.width,height:t.height})};this.subscription.add(rB(t).subscribe(this.videoSize$)).add(e.enterPip$.subscribe(({pictureInPictureWindow:e})=>{this.pipSize$.next({width:e.width,height:e.height}),e.addEventListener("resize",i),this.pictureInPictureWindowRemoveEventListener=()=>{e.removeEventListener("resize",i)}})).add(e.leavePip$.subscribe(()=>{this.pictureInPictureWindowRemoveEventListener()})).add(rA({videoSize:this.videoSize$,pipSize:this.pipSize$,inPip:e.inPiP$}).pipe(rR(({videoSize:e,inPip:t,pipSize:i})=>t?i:e)).subscribe(this.elementSize$))}getValue(){return this.elementSize$.getValue()}subscribe(e,t){return this.elementSize$.subscribe(e,t)}getObservable(){return this.elementSize$}destroy(){this.pictureInPictureWindowRemoveEventListener(),this.subscription.unsubscribe()}}var cO=({subscription:e,desiredState:t,videoElement$:i,observableVideo:s})=>{if(!hs.browser.isSafari)return;let a=0,r=!1;e.add(t.volume.stateChangeStarted$.pipe(r_(()=>{let e=t.volume.getTransition(),s=i.getValue();return!!s&&!!e&&!e.to.muted&&s.muted}),rV(e=>!!e),rO()).subscribe(()=>{a=performance.now(),r=!0})),e.add(s.playbackRateState$.pipe(rV(()=>r),rO()).subscribe(()=>{let e=i.getValue(),s=t.playbackRate.getState();e&&s!==e.playbackRate&&performance.now()-a<1e3&&(e.playbackRate=s)}))};class cN{scene3D;subscription=new rS;videoState=new hm("stopped");video;observableVideo=null;player;params;tracer;textTracksManager;droppedFramesManager=new cf;stallsManager=new cV;elementSizeManager=new c_;videoTracksMap=new Map;audioTracksMap=new Map;textTracksMap=new Map;videoStreamsMap=new Map;audioStreamsMap=new Map;videoTrackSwitchHistory=new hQ;audioTrackSwitchHistory=new hQ;constructor(e){this.textTracksManager=new hC(e.source.url),this.params=e,this.video=hy(e.container,e.tuning),this.tracer=e.dependencies.tracer.createComponentTracer(this.constructor.name),this.params.output.element$.next(this.video),this.params.output.availableVideoTracks$.next([]),this.params.output.availableAudioTracks$.next([]),this.params.output.isAudioAvailable$.next(!0),this.params.output.hostname$.next(h8(this.params.source.url)),this.params.output.isLive$.next(!1),this.params.output.autoVideoTrackLimitingAvailable$.next(!0),this.params.output.availableTextTracks$.next([]),this.params.desiredState.internalTextTracks.setState([]),this.player=this.getPlayer(),this.subscribe()}getProviderSubscriptionInfo(){let{output:e,desiredState:t}=this.params;rm(this.observableVideo)&&(this.observableVideo=hI(this.video),this.subscription.add(()=>this.observableVideo?.destroy()));let i=this.constructor.name,s=t=>{e.error$.next({id:i,category:rl.WTF,message:`${i} internal logic error`,thrown:t})},a=(e,t)=>this.subscription.add(e.subscribe(t,s));return{output:e,desiredState:t,observableVideo:this.observableVideo,genericErrorListener:s,connect:a}}subscribe(){let{output:e,desiredState:t,observableVideo:i,genericErrorListener:s,connect:a}=this.getProviderSubscriptionInfo();this.subscription.add(this.params.output.availableVideoTracks$.pipe(rd(e=>!!e.length),rv()).subscribe(e=>{this.droppedFramesManager.connect({logger:this.params.dependencies.logger,video:this.video,droppedFramesChecker:this.params.tuning.droppedFramesChecker,isAuto:this.params.desiredState.autoVideoTrackSwitching,playing$:i.playing$,pause$:i.pause$,tracks:e})}));let r=this.params.desiredState.seekState.stateChangeEnded$.pipe(rf(e=>"none"!==e.to.state),rh());this.stallsManager.init({isSeeked$:r,currentStallDuration$:this.player.currentStallDuration$,videoLastDataObtainedTimestamp$:this.player.videoLastDataObtainedTimestamp$,throughput$:this.params.dependencies.throughputEstimator.throughput$,rtt$:this.params.dependencies.throughputEstimator.rtt$,tuning:this.params.tuning.stallsManager,abrParams:this.params.tuning.autoTrackSelection,isBuffering$:i.isBuffering$,looped$:i.looped$,playing$:i.playing$,duration:this.video.duration}),a(i.ended$,e.endedEvent$),a(i.looped$,e.loopedEvent$),a(i.error$,e.error$),a(i.isBuffering$,e.isBuffering$),a(i.currentBuffer$,e.currentNativeBuffer$),a(i.playing$,e.firstFrameEvent$),a(i.canplay$,e.canplay$),a(i.inPiP$,e.inPiP$),a(i.inFullscreen$,e.inFullscreen$),a(i.loadedMetadata$,e.loadedMetadataEvent$),a(this.player.error$,e.error$),a(this.player.fetcherRecoverableError$,e.fetcherRecoverableError$),a(this.player.fetcherError$,e.fetcherError$),a(this.player.lastConnectionType$,e.httpConnectionType$),a(this.player.lastConnectionReused$,e.httpConnectionReused$),a(this.player.lastConnectionMetrics$,e.httpConnectionMetrics$),a(this.player.lastDownloadMetrics$,e.httpDownloadMetrics$),a(this.player.isLive$,e.isLive$),a(this.player.currentBuffer$,e.currentBuffer$),a(this.player.lastRequestFirstBytes$.pipe(rd(rp),rv()),e.firstBytesEvent$),a(this.stallsManager.severeStallOccurred$,e.severeStallOccurred$),a(this.videoState.stateChangeEnded$.pipe(rf(e=>e.to)),this.params.output.playbackState$),this.subscription.add(i.looped$.subscribe(()=>this.player.warmUpMediaSourceIfNeeded(),s)),this.subscription.add(i.seeked$.subscribe(e.seekedEvent$,s)),this.subscription.add(hk(this.video,t.isLooped,s)),this.subscription.add(i.volumeState$.subscribe(this.params.output.volume$,s)),cO({subscription:this.subscription,desiredState:t,videoElement$:this.params.output.element$,observableVideo:i}),this.subscription.add(hx(this.video,t.volume,i.volumeState$,s)),this.subscription.add(hE(this.video,t.playbackRate,i.playbackRateState$,s)),this.elementSizeManager.connect({video:this.video,observableVideo:i}),a(cb(this.video,{threshold:this.params.tuning.autoTrackSelection.activeVideoAreaThreshold}),e.elementVisible$),this.subscription.add(i.playing$.subscribe(()=>{this.videoState.setState("playing"),dY(t.playbackState,"playing"),this.scene3D&&this.scene3D.play()},s)).add(i.pause$.subscribe(()=>{this.videoState.setState("paused"),dY(t.playbackState,"paused")},s)).add(i.canplay$.subscribe(()=>{"playing"===this.videoState.getState()&&this.playIfAllowed()},s)),this.params.tuning.changePlaybackStateToPausedWhenEnded&&this.subscription.add(i.ended$.subscribe(()=>{this.videoState.setState("paused"),dY(t.playbackState,"paused")})),this.subscription.add(this.player.manifestRequested.subscribe(this.params.output.manifestRequested$)).add(this.player.manifestReceived.subscribe(this.params.output.manifestReceived$)).add(this.player.firstBytesRequested.subscribe(this.params.output.firstBytesRequested$)).add(this.player.firstBytesReceived.subscribe(this.params.output.firstBytesReceived$)),this.subscription.add(this.player.state$.stateChangeEnded$.subscribe(({to:e})=>{if("manifest_ready"===e){this.videoTracksMap=new Map,this.audioTracksMap=new Map,this.textTracksMap=new Map;let e=this.player.getStreams(),t=this.player.getCodecs();if(ro(e,"Manifest not loaded or empty"),!this.params.tuning.isAudioDisabled){let t=[];for(let i of e.audio){t.push(cx(i));let e=[];for(let t of i.representations){let s=cT(t);e.push(s),this.audioTracksMap.set(s,{stream:i,representation:t})}this.audioStreamsMap.set(i,e)}this.params.output.availableAudioStreams$.next(t)}let i=[];for(let t of e.video){i.push(cE(t));let e=[];for(let i of t.representations){let s=c$({...i,streamId:t.id});s&&(e.push(s),this.videoTracksMap.set(s,{stream:t,representation:i}))}this.videoStreamsMap.set(t,e)}for(let t of(this.params.output.availableVideoStreams$.next(i),e.text))for(let e of t.representations){let i=ck(t,e);this.textTracksMap.set(i,{stream:t,representation:e})}this.params.output.availableVideoTracks$.next(Array.from(this.videoTracksMap.keys())),this.params.output.availableAudioTracks$.next(Array.from(this.audioTracksMap.keys())),this.params.output.isAudioAvailable$.next(!!this.audioTracksMap.size),t?.video&&this.params.output.availableVideoCodecs$.next(t.video),t?.audio&&this.params.output.availableAudioCodecs$.next(t.audio),this.audioTracksMap.size&&this.textTracksMap.size&&this.params.desiredState.internalTextTracks.startTransitionTo(Array.from(this.textTracksMap.keys()))}else"representations_ready"===e&&(this.videoState.setState("ready"),this.player.initBuffer())},s));let n=rg(this.player.currentStallDuration$,this.player.state$.stateChangeEnded$,t.videoTrack.stateChangeStarted$,t.autoVideoTrackSwitching.transitionStarted$,this.params.dependencies.throughputEstimator.rttAdjustedThroughput$,t.autoVideoTrackLimits.stateChangeStarted$,this.elementSizeManager.getObservable(),this.params.output.elementVisible$,this.droppedFramesManager.onDroopedVideoFramesLimit$,rc(this.video,"progress")).pipe(rd(()=>this.videoTracksMap.size>0)),{abrThrottle:o}=this.params.tuning.dash;o&&(n=n.pipe(ry(o))),this.subscription.add(n.subscribe(async()=>{let e=this.player.state$.getState(),i=this.player.state$.getTransition(),s=t.autoVideoTrackSwitching.getState();if("manifest_ready"!==e&&"running"!==e||i)return;t.autoVideoTrackSwitching.getTransition()&&t.autoVideoTrackSwitching.setState(t.autoVideoTrackSwitching.getState());let a=this.selectVideoAudioRepresentations();if(!a)return;let[r,n]=a,o=[...this.videoTracksMap.keys()].find(e=>this.videoTracksMap.get(e)?.representation.id===r.id);rp(o)&&(this.stallsManager.lastVideoTrackSelected=o);let u=this.params.desiredState.autoVideoTrackLimits.getTransition();u&&this.params.output.autoVideoTrackLimits$.next(u.to),"manifest_ready"===e?await this.player.initRepresentations(r.id,n?.id,this.params.sourceHls):(await this.player.switchRepresentation("video",r.id,s),n&&await this.player.switchRepresentation("audio",n.id,s))},s)),this.subscription.add(t.cameraOrientation.stateChangeEnded$.subscribe(({to:e})=>{this.scene3D&&e&&this.scene3D.pointCameraTo(e.x,e.y)})),this.subscription.add(this.elementSizeManager.subscribe(e=>{this.scene3D&&e&&this.scene3D.setViewportSize(e.width,e.height)})),this.subscription.add(this.player.currentVideoRepresentation$.pipe(rh()).subscribe(t=>{let i=[...this.videoTracksMap.entries()].find(([,{representation:e}])=>e.id===t);if(!i){e.currentVideoTrack$.next(void 0),e.currentVideoStream$.next(void 0);return}let[s,{stream:a}]=i,r=this.params.desiredState.videoStream.getTransition();r&&r.to&&r.to.id===a.id&&this.params.desiredState.videoStream.setState(r.to),e.currentVideoTrack$.next(s),e.currentVideoStream$.next(cE(a))},s)),this.subscription.add(this.player.currentAudioRepresentation$.pipe(rh()).subscribe(t=>{let i=[...this.audioTracksMap.entries()].find(([,{representation:e}])=>e.id===t);if(!i)return void e.currentAudioStream$.next(void 0);let[s,{stream:a}]=i,r=this.params.desiredState.audioStream.getTransition();r&&r.to&&r.to.id===a.id&&this.params.desiredState.audioStream.setState(r.to),e.currentAudioStream$.next(cx(a))},s)),this.subscription.add(this.player.currentVideoRepresentationInit$.subscribe(t=>{if(t?.is3dVideo&&this.params.tuning.spherical?.enabled)try{this.init3DScene(t),e.is3DVideo$.next(!0)}catch(t){e.warning$.next({id:"DashProvider",message:`DashProvider could not initialize 3D-scene: ${t}`})}else this.destroy3DScene(),this.params.tuning.spherical?.enabled&&e.is3DVideo$.next(!1)},s)),this.subscription.add(this.player.currentVideoSegmentLength$.subscribe(e.currentVideoSegmentLength$,s)),this.subscription.add(this.player.currentAudioSegmentLength$.subscribe(e.currentAudioSegmentLength$,s)),this.textTracksManager.connect(this.video,t,e);let u=t.playbackState.stateChangeStarted$.pipe(rf(({to:e})=>"ready"===e),rh());this.subscription.add(rg(u,t.autoVideoTrackSwitching.stateChangeStarted$,this.player.state$.stateChangeEnded$,rb(["init"])).subscribe(()=>{let e=t.autoVideoTrackSwitching.getState(),i="ready"===t.playbackState.getState()?this.params.tuning.dash.forwardBufferTargetPreload:e?this.params.tuning.dash.forwardBufferTargetAuto:this.params.tuning.dash.forwardBufferTargetManual;this.player.setBufferTarget(i)})),this.subscription.add(rg(u,this.player.state$.stateChangeEnded$,rb(["init"])).subscribe(()=>this.player.setPreloadOnly("ready"===t.playbackState.getState())));let l=rg(t.playbackState.stateChangeStarted$,t.videoTrack.stateChangeStarted$,t.seekState.stateChangeEnded$,this.videoState.stateChangeEnded$,rb(["init"])).pipe(ru(0));this.subscription.add(l.subscribe(this.syncPlayback,s))}selectVideoAudioRepresentations(){if(this.player.isStreamEnded)return;let e=this.params.tuning.useNewAutoSelectVideoTrack?hZ:hK,t=this.params.tuning.useNewAutoSelectVideoTrack?h5:h6,i=this.params.tuning.useNewAutoSelectVideoTrack?h2:h4,{desiredState:s,output:a}=this.params,r=s.autoVideoTrackSwitching.getState(),n=s.videoTrack.getState()?.id,o=[...this.videoTracksMap.keys()].find(({id:e})=>e===n),u=a.currentVideoTrack$.getValue(),l=s.videoStream.getState()??(o&&this.videoTracksMap.get(o)?.stream)??1===this.videoStreamsMap.size?this.videoStreamsMap.keys().next().value:void 0;if(!l)return;let d=[...this.videoStreamsMap.keys()].find(({id:e})=>e===l.id),h=d&&this.videoStreamsMap.get(d);if(!h)return;let c=this.player.bufferLength$.getValue(),p=Math.min(c/Math.min(this.player.isActiveLive$.getValue()?this.player.isLowLatency$.getValue()?this.params.tuning.dashCmafLive.lowLatency.maxTargetOffset:this.params.tuning.dashCmafLive.normalizedLiveMinBufferSize:this.player.isLive$.getValue()?this.params.tuning.dashCmafLive.normalizedTargetMinBufferSize:r?this.params.tuning.dash.forwardBufferTargetAuto:this.params.tuning.dash.forwardBufferTargetManual,(1e3*this.video.duration||1/0)-1e3*this.video.currentTime||1/0),1),m=s.audioStream.getState()??(1===this.audioStreamsMap.size?this.audioStreamsMap.keys().next().value:void 0),f=[...this.audioStreamsMap.keys()].find(({id:e})=>e===m?.id)??this.audioStreamsMap.keys().next().value,g=0;if(f){if(o&&!r){let t=e(o,h,this.audioStreamsMap.get(f)??[],this.params.tuning.autoTrackSelection.minVideoAudioRatio);g=Math.max(g,t?.bitrate??-1/0)}if(u){let t=e(u,h,this.audioStreamsMap.get(f)??[],this.params.tuning.autoTrackSelection.minVideoAudioRatio);g=Math.max(g,t?.bitrate??-1/0)}}let b=o;(r||!b)&&(b=i(h,{container:this.elementSizeManager.getValue(),panelSize:this.params.panelSize,estimatedThroughput:this.params.dependencies.throughputEstimator.rttAdjustedThroughput$.getValue(),tuning:this.stallsManager.abrTuningParams,limits:this.params.desiredState.autoVideoTrackLimits.getState(),reserve:g,forwardBufferHealth:p,current:u,visible:this.params.output.elementVisible$.getValue(),history:this.videoTrackSwitchHistory,playbackRate:this.video.playbackRate,droppedVideoMaxQualityLimit:this.droppedFramesManager.droppedVideoMaxQualityLimit,stallsVideoMaxQualityLimit:this.stallsManager.videoMaxQualityLimit,stallsPredictedThroughput:this.stallsManager.predictedThroughput,abrLogger:this.params.dependencies.abrLogger}));let v=f&&t(b,h,this.audioStreamsMap.get(f)??[],{estimatedThroughput:this.params.dependencies.throughputEstimator.rttAdjustedThroughput$.getValue(),stallsPredictedThroughput:this.stallsManager.predictedThroughput,tuning:this.stallsManager.abrTuningParams,forwardBufferHealth:p,history:this.audioTrackSwitchHistory,playbackRate:this.video.playbackRate,abrLogger:this.params.dependencies.abrLogger}),S=this.videoTracksMap.get(b)?.representation,y=v&&this.audioTracksMap.get(v)?.representation;return S&&y?[S,y]:S&&!y&&0===this.audioTracksMap.size?[S,void 0]:void 0}prepare(e=0){this.player.initManifest(this.video,this.params.source.url,e)}syncPlayback=()=>{let e=this.videoState.getState(),t=this.params.desiredState.playbackState.getState(),i=this.params.desiredState.playbackState.getTransition(),s=this.params.desiredState.seekState.getState();if(!this.videoState.getTransition()){if("requested"===s.state&&i?.to!=="paused"&&"stopped"!==e&&"stopped"!==t&&this.seek(s.position,s.forcePrecise),"stopped"===t){"stopped"!==e&&(this.videoState.startTransitionTo("stopped"),this.player.stop(),this.video.load(),this.params.output.position$.next(0),this.params.output.duration$.next(1/0),this.params.output.currentBuffer$.next(void 0),this.params.output.currentNativeBuffer$.next(void 0),this.params.output.hostname$.next(void 0),this.videoState.setState("stopped"),dY(this.params.desiredState.playbackState,"stopped",!0));return}switch(e){case"stopped":this.videoState.startTransitionTo("ready"),this.prepare();return;case"ready":"paused"===t?(this.videoState.setState("paused"),dY(this.params.desiredState.playbackState,"paused")):"playing"===t?(this.videoState.startTransitionTo("playing"),this.playIfAllowed()):i?.to==="ready"&&dY(this.params.desiredState.playbackState,"ready");return;case"playing":"paused"===t?(this.videoState.startTransitionTo("paused"),this.video.paused?this.videoState.setState("paused"):this.video.pause()):"playing"===t&&this.video.paused?this.playIfAllowed():i?.to==="playing"&&dY(this.params.desiredState.playbackState,"playing");return;case"paused":"playing"===t?(this.videoState.startTransitionTo("playing"),this.playIfAllowed()):i?.to==="paused"&&dY(this.params.desiredState.playbackState,"paused");return;default:return rn(e)}}};init3DScene=e=>{if(this.scene3D)return;this.scene3D=new cA(this.params.container,this.video,{fov:this.params.tuning.spherical.fov,orientation:this.params.tuning.spherical.orientation||{x:e.projectionData?.pose.yaw||0,y:e.projectionData?.pose.pitch||0,z:e.projectionData?.pose.roll||0},rotationSpeed:this.params.tuning.spherical.rotationSpeed,maxYawAngle:this.params.tuning.spherical.maxYawAngle,rotationSpeedCorrection:this.params.tuning.spherical.rotationSpeedCorrection,degreeToPixelCorrection:this.params.tuning.spherical.degreeToPixelCorrection,speedFadeTime:this.params.tuning.spherical.speedFadeTime,speedFadeThreshold:this.params.tuning.spherical.speedFadeThreshold});let t=this.elementSizeManager.getValue();t&&this.scene3D.setViewportSize(t.width,t.height)};destroy3DScene=()=>{this.scene3D&&(this.scene3D.destroy(),this.scene3D=void 0)};playIfAllowed(){ct(this.video,()=>{this.params.output.soundProhibitedEvent$.next()}).then(e=>{e||(this.videoState.setState("paused"),dY(this.params.desiredState.playbackState,"paused",!0))},e=>this.params.output.error$.next({id:"ForcePlay",message:"play() failed even with workarounds",category:rl.DOM,thrown:e}))}destroy(){this.subscription.unsubscribe(),this.droppedFramesManager.destroy(),this.stallsManager.destroy(),this.elementSizeManager.destroy(),this.destroy3DScene(),this.textTracksManager.destroy(),this.player.destroy(),this.params.output.element$.next(void 0),this.params.output.currentVideoStream$.next(void 0),hw(this.video),this.tracer.end()}}var cF=T(is(),1),{NativeAbortSignal:cU,NativeAbortController:cq}={NativeAbortSignal:(o="u">typeof self?self:global).AbortSignal,NativeAbortController:o.AbortController};class cz{constructor(){Object.defineProperty(this,"listeners",{value:{},writable:!0,configurable:!0})}addEventListener(e,t,i){e in this.listeners||(this.listeners[e]=[]),this.listeners[e].push({callback:t,options:i})}removeEventListener(e,t){if(!(e in this.listeners))return;let i=this.listeners[e];for(let e=0,s=i.length;e<s;e++)if(i[e].callback===t)return void i.splice(e,1)}dispatchEvent(e){if(!(e.type in this.listeners))return;let t=this.listeners[e.type].slice();for(let i=0,s=t.length;i<s;i++){let s=t[i];try{s.callback.call(this,e)}catch(e){Promise.resolve().then(()=>{throw e})}s.options&&s.options.once&&this.removeEventListener(e.type,s.callback)}return!e.defaultPrevented}}class cH extends cz{constructor(){super(),this.listeners||cz.call(this),Object.defineProperty(this,"aborted",{value:!1,writable:!0,configurable:!0}),Object.defineProperty(this,"onabort",{value:null,writable:!0,configurable:!0}),Object.defineProperty(this,"reason",{value:void 0,writable:!0,configurable:!0})}toString(){return"[object AbortSignal]"}dispatchEvent(e){"abort"===e.type&&(this.aborted=!0,"function"==typeof this.onabort&&this.onabort.call(this,e)),super.dispatchEvent(e)}throwIfAborted(){let{aborted:e,reason:t="Aborted"}=this;if(e)throw t}static timeout(e){let t=new cW;return setTimeout(()=>t.abort(new DOMException(`This signal is timeout in ${e}ms`,"TimeoutError")),e),t.signal}static any(e){let t=new cW;function i(){t.abort(this.reason),function(){for(let t of e)t.removeEventListener("abort",i)}()}for(let s of e)if(s.aborted){t.abort(s.reason);break}else s.addEventListener("abort",i);return t.signal}}class cW{constructor(){Object.defineProperty(this,"signal",{value:new cH,writable:!0,configurable:!0})}abort(e){let t=function(e){if(void 0===e)if("u"<typeof document)(e=Error("This operation was aborted")).name="AbortError";else try{e=new DOMException("signal is aborted without reason"),Object.defineProperty(e,"name",{value:"AbortError"})}catch(t){(e=Error("This operation was aborted")).name="AbortError"}return e}(e),i=function(e){let t;try{t=new Event("abort")}catch(e){"u">typeof document?document.createEvent?(t=document.createEvent("Event")).initEvent("abort",!1,!1):(t=document.createEventObject()).type="abort":t={type:"abort",bubbles:!1,cancelable:!1}}return t.reason=e,t}(t);this.signal.reason=t,this.signal.dispatchEvent(i)}toString(){return"[object AbortController]"}}function cj(e){return e.__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL?(console.log("__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL=true is set, will force install polyfill"),!0):"function"==typeof e.Request&&!e.Request.prototype.hasOwnProperty("signal")||!e.AbortController}"u">typeof Symbol&&Symbol.toStringTag&&(cW.prototype[Symbol.toStringTag]="AbortController",cH.prototype[Symbol.toStringTag]="AbortSignal");var cQ="object"==typeof globalThis&&globalThis||"object"==typeof window&&window,cG="fetch"in cQ&&cj({fetch:cQ.fetch,Request:cQ.Request,AbortController:cQ.AbortController}),cX=cG?function(e){"function"==typeof e&&(e={fetch:e});let{fetch:t,Request:i=t.Request,AbortController:s,__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL:a=!1}=e;if(!cj({fetch:t,Request:i,AbortController:s,__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL:a}))return{fetch:t,Request:r};let r=i;return(r&&!r.prototype.hasOwnProperty("signal")||a)&&((r=function(e,t){let s;t&&t.signal&&(s=t.signal,delete t.signal);let a=new i(e,t);return s&&Object.defineProperty(a,"signal",{writable:!1,enumerable:!1,configurable:!0,value:s}),a}).prototype=i.prototype),{fetch:(e,i)=>{let s=r&&r.prototype.isPrototypeOf(e)?e.signal:i?i.signal:void 0;if(s){let a;try{a=new DOMException("Aborted","AbortError")}catch(e){(a=Error("Aborted")).name="AbortError"}if(s.aborted)return Promise.reject(a);let r=new Promise((e,t)=>{s.addEventListener("abort",()=>t(a),{once:!0})});return i&&i.signal&&delete i.signal,Promise.race([r,t(e,i)])}return t(e,i)},Request:r}}({fetch:cQ.fetch,Request:cQ.Request,AbortController:cQ.AbortController}):void 0,cY=cG?cX.fetch:cQ.fetch;cG?cX.Request:cQ.Request;var cJ=cG?cW:cQ.AbortController;cG||cQ.AbortSignal;var cK=T(ez(),1),cZ=T(im(),1),c0=e=>{if(!e)return{id:"EmptyResponse",category:rN.PARSER,message:"Empty response"};if(e.length<=2&&e.match(/^\d+$/))return{id:`UVError#${e}`,category:rN.NETWORK,message:`UV Error ${e}`};let t=cZ.default(e).substring(0,100).toLowerCase();return t.startsWith("<!doctype")||t.startsWith("<html>")||t.startsWith("<body>")||t.startsWith("<head>")?{id:"UnexpectedHTML",category:rN.NETWORK,message:"Received unexpected HTML, possibly a ISP block"}:t.startsWith("<?xml")?(new DOMParser).parseFromString(e,"text/xml").querySelector("parsererror")?{id:"InvalidXML",category:rN.PARSER,message:"XML parsing error"}:{id:"XMLParserLogicError",category:rN.PARSER,message:"Response is valid XML, but parser failed"}:void 0},c1=e=>{let t=new URL(e);return t.searchParams.set("quic","1"),t.toString()},c3=e=>{let t=e.get("X-Delivery-Type"),i=e.get("X-Reused");return{type:null===t?"http1":t??void 0,reused:null===i?void 0:({1:!0,0:!1})[i]??void 0}},c2=e=>{let t=new URL(e);return t.searchParams.set("enable-subtitles","yes"),t.toString()};class c4{throughputEstimator;requestQuic;tracer;manifestRequested=new ns;manifestReceived=new ns;firstBytesRequested=new ns;firstBytesReceived=new ns;lastConnectionType$=new nn(void 0);lastConnectionReused$=new nn(void 0);lastRequestFirstBytes$=new nn(void 0);lastConnectionMetrics$=new nn(void 0);lastDownloadMetrics$=new nn(void 0);recoverableError$=new ns;error$=new ns;abortAllController=new cJ;subscription=new na;compatibilityMode;useEnableSubtitlesParam;performanceObserver=null;pendingConnectionMetrics=new Map;constructor({throughputEstimator:e,requestQuic:t,tracer:i,compatibilityMode:s=!1,useEnableSubtitlesParam:a=!1}){this.throughputEstimator=e,this.requestQuic=t,this.compatibilityMode=s,this.tracer=i.createComponentTracer("Fetcher"),this.useEnableSubtitlesParam=a,ne().PerformanceObserver&&this.setupPerformanceObserver()}onHeadersReceived(e){let{type:t,reused:i}=c3(e);this.lastConnectionType$.next(t),this.lastConnectionReused$.next(i)}setupPerformanceObserver(){this.performanceObserver=new(ne()).PerformanceObserver(e=>{e.getEntriesByType("resource").forEach(e=>{this.processResourceTiming(e)})}),this.performanceObserver.observe({entryTypes:["resource"]})}processResourceTiming(e){let t=this.findMatchingRequest(e);if(!t||!this.pendingConnectionMetrics.get(t))return;this.pendingConnectionMetrics.delete(t);let i=this.extractConnectionMetrics(e);i&&this.lastConnectionMetrics$.next(i)}estimateNetworkType(){if(!("connection"in ne().navigator))return"unknown";let e=ne().navigator.connection;return e.effectiveType?({"slow-2g":"2g","2g":"2g","3g":"3g","4g":"lte"})[e.effectiveType]||e.effectiveType:e.downlink?e.downlink<1?"2g":e.downlink<5?"3g":e.downlink<50?"lte":"wifi":e.rtt?e.rtt>500?"2g":e.rtt>250?"3g":e.rtt>50?"lte":"wifi":"unknown"}extractConnectionMetrics(e){let t=0,i=0,s=0,a=0;return e.domainLookupStart>0&&e.domainLookupEnd>0&&(t=e.domainLookupEnd-e.domainLookupStart),e.connectStart>0&&e.connectEnd>0&&(a=e.connectEnd-e.connectStart,e.secureConnectionStart>0?(s=e.connectEnd-e.secureConnectionStart,i=e.secureConnectionStart-e.connectStart):i=a),{dnsResolveTime:Math.max(0,t),tcpHandshakeTime:Math.max(0,i),tlsHandshakeTime:Math.max(0,s),totalConnectTime:Math.max(0,a),networkType:this.estimateNetworkType(),url:e.name}}findMatchingRequest(e){try{for(let[t,i]of this.pendingConnectionMetrics.entries()){let s=new URL(e.name),a=s.origin+s.pathname,r=new URL(i.url),n=r.origin+r.pathname;if(a===n&&e.startTime>=i.startTime-10&&e.startTime<=i.startTime+1e3)return t}}catch(e){this.recoverableError$.next({id:"VideoDataFetchError",message:"Video data fetch error with getting download metrics",category:r8.WTF})}return null}trackRequestStart(e,t){let i=`${e}_${t}_${Math.random().toString(36).substr(2,9)}`;this.pendingConnectionMetrics.set(i,{url:e,startTime:t})}fetchManifest=r6(this.abortAllController.signal,(async function*(e){let t=this.tracer.createComponentTracer("FetchManifest"),i=e;this.requestQuic&&(i=c1(i)),!this.compatibilityMode&&this.useEnableSubtitlesParam&&(i=c2(i)),this.trackRequestStart(i,performance.now());let s=ni();this.manifestRequested.next();let a=yield this.doFetch(i,{signal:this.abortAllController.signal}).catch(nr);if(!a)return t.error("error",r7({url:i,message:"No data in request manifest"})),t.end(),null;{let r=ni();t.log("success",r7({url:i,message:"Request successfully executed"})),t.end(),this.manifestReceived.next(),this.onHeadersReceived(a.headers);let n=a.headers.get("content-length"),o=0;n&&(o=parseInt(n,10));let u=await a.text();if((!n||isNaN(o)||o<=0)&&(o=new TextEncoder().encode(u).length),o>0){let t=o/((r-s)/1e3),i={bytes:o,speed:8*t/1024,url:e};this.lastDownloadMetrics$.next(i)}return u}}).bind(this));fetch=r6(this.abortAllController.signal,(async function*(e,{rangeMethod:t=+!this.compatibilityMode,range:i,onProgress:s,priority:a="auto",signal:r,measureThroughput:n=!0,isLowLatency:o=!1,bufferOptimisation:u=!1}={}){let l,d,h=e,c=new Headers,p=this.tracer.createComponentTracer("Fetch");if(i)switch(t){case 0:c.append("Range",`bytes=${i.from}-${i.to}`);break;case 1:{let e=new URL(h,ne().location.href);e.searchParams.append("bytes",`${i.from}-${i.to}`),h=e.toString();break}default:r5(t)}this.requestQuic&&(h=c1(h));let m=this.abortAllController.signal;if(r){let e=new cJ;if(l=nt(r9(this.abortAllController.signal,"abort"),r9(r,"abort")).subscribe(()=>{try{e.abort()}catch(e){nr(e)}}),this.subscription.add(l),this.abortAllController.signal.aborted||r.aborted)try{e.abort()}catch(e){nr(e)}m=e.signal}let f=0,g=ni();p.log("startRequest",r7({url:h,priority:a,rangeMethod:t,range:i,isLowLatency:o,requestStartedAt:g})),this.trackRequestStart(h,performance.now()),this.firstBytesRequested.next();let b=yield this.doFetch(h,{priority:a,headers:c,signal:m}),v=ni();if(!b)return p.error("error",{message:"No response in request"}),p.end(),l?.unsubscribe(),null;if(this.throughputEstimator?.addRawRtt(v-g),!b.ok||!b.body){l?.unsubscribe();let e=`Fetch error ${b.status}: ${b.statusText}`;return p.error("error",{message:e}),p.end(),Promise.reject(Error(`Fetch error ${b.status}: ${b.statusText}`))}if(this.onHeadersReceived(b.headers),!s&&!n){l?.unsubscribe();let e=ni();return p.log("endRequest",r7({requestStartedAt:g,requestEndedAt:e,duration:e-g})),p.end(),b.arrayBuffer()}let S=b.body;if(n){let e;[S,e]=b.body.tee(),this.throughputEstimator?.trackStream(e,o)}let y=S.getReader(),w=parseInt(b.headers.get("content-length")??"",10);Number.isFinite(w)&&(d=w),!d&&i&&(d=i.to-i.from+1);let $=new Uint8Array(d||0),T=!1,k=e=>{l?.unsubscribe(),T=!0,nr(e)},x=r6(m,(async function*({done:e,value:t}){if(0===f&&(this.lastRequestFirstBytes$.next(ni()-g),this.firstBytesReceived.next()),m.aborted)return void l?.unsubscribe();if(!e&&t){if(u&&d)$.set(t,f),f+=t.byteLength;else{let e=new Uint8Array($.length+t.length);e.set($),e.set(t,$.length),$=e,f+=t.byteLength}s?.(new DataView($.buffer),f),yield y?.read().then(x,k)}}).bind(this));yield y?.read().then(x,k),l?.unsubscribe();let E=ni(),L={failed:T,requestStartedAt:g,requestEndedAt:E,duration:E-g};if(T)return p.error("endRequest",r7(L)),p.end(),null;if(f>0){let t=f/((E-g)/1e3),i={bytes:f,speed:8*t/1024,url:e};this.lastDownloadMetrics$.next(i)}return p.log("endRequest",r7(L)),p.end(),$.buffer}).bind(this));async fetchRepresentation(e,t,i="auto"){let{type:s}=e;switch(s){case"byteRange":return this.fetchByteRangeRepresentation(e,t,i)??null;case"template":return this.fetchTemplateRepresentation(e,i)??null;default:r5(s)}}destroy(){this.abortAllController.abort(),this.subscription.unsubscribe(),this.performanceObserver&&(this.performanceObserver.disconnect(),this.performanceObserver=null),this.pendingConnectionMetrics.clear(),this.tracer.end()}fetchByteRangeRepresentation=r6(this.abortAllController.signal,(async function*(e,t,i){let s,a,r;if("byteRange"!==e.type)return null;let{from:n,to:o}=e.initRange,u=n,l=o,d=!1;e.indexRange&&(s=e.indexRange.from,a=e.indexRange.to,(d=o+1===s)&&(u=Math.min(s,n),l=Math.max(a,o))),u=Math.min(u,0);let h=yield this.fetch(e.url,{range:{from:u,to:l},priority:i,measureThroughput:!1});if(!h)return null;let c=new DataView(h,n-u,o-u+1);if(!t.validateData(c))throw Error("Invalid media file");let p=t.parseInit(c),m=e.indexRange??t.getIndexRange(p);if(!m)throw ReferenceError("No way to load representation index");if(d)r=new DataView(h,m.from-u,m.to-m.from+1);else{let t=yield this.fetch(e.url,{range:m,priority:i,measureThroughput:!1});if(!t)return null;r=new DataView(t)}let f=t.parseSegments(r,p,m).map(e=>({networkStatus:"none",bufferStatus:"none",status:"none",time:e.time,byte:e.byte}));return{initMetadata:p,initDataView:new DataView(h),segments:f}}).bind(this));fetchTemplateRepresentation=r6(this.abortAllController.signal,(async function*(e,t){if("template"!==e.type)return null;let i=new URL(e.initUrl,e.baseUrl).toString(),s=yield this.fetch(i,{priority:t,measureThroughput:!1});if(!s)return null;let a=e.segments.map(e=>({...e,networkStatus:"none",bufferStatus:"none",status:"none",size:void 0}));return{initMetadata:null,initDataView:new DataView(s),segments:a}}).bind(this));async doFetch(e,t){let i=await cY(e,t);if(i.ok)return i;let s=await i.text(),a=parseInt(s);if(!isNaN(a))switch(a){case 1:this.recoverableError$.next({id:"VideoDataLinkExpiredError",message:"Video data links have expired",category:r8.FATAL,httpCode:i.status,UVBackendErrorCode:s});break;case 8:this.recoverableError$.next({id:"VideoDataLinkBlockedForFloodError",message:"Url blocked for flood",category:r8.FATAL,httpCode:i.status,UVBackendErrorCode:s});break;case 18:this.recoverableError$.next({id:"VideoDataLinkIllegalIpChangeError",message:"Client IP has changed",category:r8.FATAL,httpCode:i.status,UVBackendErrorCode:s});break;case 21:this.recoverableError$.next({id:"VideoDataLinkIllegalHostChangeError",message:"Request HOST has changed",category:r8.FATAL,httpCode:i.status,UVBackendErrorCode:s});break;default:this.error$.next({id:"GeneralVideoDataFetchError",message:`Generic video data fetch error (${a})`,category:r8.FATAL,httpCode:i.status,UVBackendErrorCode:s})}}}var c6=T(ik(),1),c5=T(eQ(),1),c8=T(iR(),1),c7=T(t2(),1),c9=T(e_(),1),pe=T(ez(),1),pt=e=>{let[t,...i]=e.split(".");if(!t)return!1;switch(t){case"av01":{let[e,t,s]=i;return!!(s&&parseInt(s,10)>8)}case"vp09":{let[e,t,s]=i;return!!(e&&parseInt(e,10)>=2&&s&&parseInt(s,10)>8)}case"avc1":{let e=i[0];if(!e||6!==e.length)return!1;let[t,s]=e.toUpperCase();return pe.default(["6E","7A","F4"],t+s)}}return!1},pi=e=>{if(!e.includes("/"))return parseFloat(e);{let t=e.split("/");return parseInt(t[0])/parseInt(t[1])}},ps=e=>{try{let t,i,s=(t="x(?:-[a-z0-9]{1,8})+",i=`
|
|
118
|
+
(?<language>(?:[a-z]{2,3}(?:-(?<extlang>(?:[a-z]{3}(?:-[a-z]{3}){0,2})))?|[a-z]{4}|[a-z]{5,8}))
|
|
173
119
|
(-(?<script>[a-z]{4}))?
|
|
174
120
|
(-(?<region>(?:[a-z]{2}|[0-9]{3})))?
|
|
175
121
|
(?<variants>(?:-(?:[a-z0-9]{5,8}|[0-9][a-z0-9]{3}))*)
|
|
176
122
|
(?<extensions>(?:-[0-9a-wy-z](?:-[a-z0-9]{2,8})+)*)
|
|
177
|
-
(?:-(?<privateuse>(?:${
|
|
178
|
-
`})|(?<privateuse2>${e}))$`.replace(/[\s\t\n]/g,"");return new RegExp(d,"i")}var FT=a=>{if(!a?.startsWith("P"))return;let e=(n,o)=>{let u=n?parseFloat(n.replace(",",".")):NaN;return(isNaN(u)?0:u)*o},i=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/.exec(a),r=i?.[1]==="-"?-1:1,s={days:e(i?.[5],r),hours:e(i?.[6],r),minutes:e(i?.[7],r),seconds:e(i?.[8],r)};return s.days*24*60*60*1e3+s.hours*60*60*1e3+s.minutes*60*1e3+s.seconds*1e3},ct=(a,e)=>{let t=a;t=(0,gd.default)(t,"$$","$");let i={RepresentationID:e.representationId,Number:e.segmentNumber,Bandwidth:e.bandwidth,Time:e.segmentTime};for(let[r,s]of(0,UT.default)(i)){let n=new RegExp(`\\$${r}(?:%0(\\d+)d)?\\$`,"g");t=(0,gd.default)(t,n,(o,u)=>NT(s)?o:NT(u)?s:(0,qT.default)(s,parseInt(u,10),"0"))}return t},Ro=(a,e)=>{let i=new DOMParser().parseFromString(a,"application/xml"),r={video:[],audio:[],text:[]},s=i.children[0],n=Array.from(s.querySelectorAll("MPD > BaseURL").values()).map(D=>D.textContent?.trim()??""),o=(0,HT.default)(n,0)??"",u=s.getAttribute("type")==="dynamic",c=s.getAttribute("availabilityStartTime"),d=s.getAttribute("publishTime"),l=s.getElementsByTagName("vk:Attrs")[0],p=l?.getElementsByTagName("vk:XLatestSegmentPublishTime")[0].textContent,h=l?.getElementsByTagName("vk:XStreamIsLive")[0].textContent,f=l?.getElementsByTagName("vk:XStreamIsUnpublished")[0].textContent,b=l?.getElementsByTagName("vk:XPlaybackDuration")[0].textContent,g;u&&(g={availabilityStartTime:c?new Date(c).getTime():0,publishTime:d?new Date(d).getTime():0,latestSegmentPublishTime:p?new Date(p).getTime():0,streamIsAlive:h==="yes",streamIsUnpublished:f==="yes"});let v,S=s.getAttribute("mediaPresentationDuration"),I=[...s.getElementsByTagName("Period")],y=I.reduce((D,w)=>({...D,[w.id]:w.children}),{}),P=I.reduce((D,w)=>({...D,[w.id]:w.getAttribute("duration")}),{});S?v=FT(S):(0,vd.default)(P).filter(D=>D).length&&!u?v=(0,vd.default)(P).reduce((D,w)=>D+(FT(w)??0),0):b&&(v=parseInt(b,10));let M=0,L=s.getAttribute("profiles")?.split(",")??[];for(let D of I.map(w=>w.id))for(let w of y[D]){let U=w.getAttribute("id")??"id"+(M++).toString(10),V=w.getAttribute("mimeType")??"",E=w.getAttribute("codecs")??"",T=w.getAttribute("contentType")??V?.split("/")[0],O=w.getAttribute("profiles")?.split(",")??[],R=OT(w.getAttribute("lang")??"")??{},q=w.querySelector("Label")?.textContent?.trim()??void 0,Y=w.querySelectorAll("Representation"),ie=w.querySelector("SegmentTemplate"),ce=w.querySelector("Role")?.getAttribute("value")??void 0,Se=T,ye={id:U,language:R.language,isDefault:ce==="main",label:q,codecs:E,hdr:Se==="video"&&bd(E),mime:V,representations:[]};for(let H of Y){let F=H.getAttribute("lang")??void 0,Te=q??w.getAttribute("label")??H.getAttribute("label")??void 0,we=H.querySelector("BaseURL")?.textContent?.trim()??"",pe=new URL(we||o,e).toString(),We=H.getAttribute("mimeType")??V,_t=H.getAttribute("codecs")??E??"",tt;if(T==="text"){let Ne=H.getAttribute("id")||"",Ot=R.privateuse?.includes("x-auto")||Ne.includes("_auto"),Qe=H.querySelector("SegmentTemplate");if(Qe){let jr={representationId:H.getAttribute("id")??void 0,bandwidth:H.getAttribute("bandwidth")??void 0},Qs=parseInt(H.getAttribute("bandwidth")??"",10)/1e3,Gs=parseInt(Qe.getAttribute("startNumber")??"",10)??1,zi=parseInt(Qe.getAttribute("timescale")??"",10),vu=Qe.querySelectorAll("SegmentTimeline S")??[],Wi=Qe.getAttribute("media");if(!Wi)continue;let Ys=[],Ks=0,Xs="",Qi=0,zr=Gs,xe=0;for(let it of vu){let ui=parseInt(it.getAttribute("d")??"",10),Ge=parseInt(it.getAttribute("r")??"",10)||0,Nt=parseInt(it.getAttribute("t")??"",10);xe=Number.isFinite(Nt)?Nt:xe;let ci=ui/zi*1e3,Gi=xe/zi*1e3;for(let dt=0;dt<Ge+1;dt++){let Ft=ct(Wi,{...jr,segmentNumber:zr.toString(10),segmentTime:(xe+dt*ui).toString(10)}),Yi=(Gi??0)+dt*ci,Qr=Yi+ci;zr++,Ys.push({time:{from:Yi,to:Qr},url:Ft})}xe+=(Ge+1)*ui,Ks+=(Ge+1)*ci}Qi=xe/zi*1e3,Xs=ct(Wi,{...jr,segmentNumber:zr.toString(10),segmentTime:xe.toString(10)});let Wr={time:{from:Qi,to:1/0},url:Xs},Tt={type:"template",baseUrl:pe,segmentTemplateUrl:Wi,initUrl:"",totalSegmentsDurationMs:Ks,segments:Ys,nextSegmentBeyondManifest:Wr,timescale:zi};tt={id:Ne,kind:"text",segmentReference:Tt,profiles:[],duration:v,bitrate:Qs,mime:"",codecs:"",width:0,height:0,isAuto:Ot}}else tt={id:Ne,isAuto:Ot,kind:"text",url:pe}}else{let Ne=H.getAttribute("contentType")??We?.split("/")[0]??T,Ot=w.getAttribute("profiles")?.split(",")??[],Qe=parseInt(H.getAttribute("width")??"",10),jr=parseInt(H.getAttribute("height")??"",10),Qs=parseInt(H.getAttribute("bandwidth")??"",10)/1e3,Gs=H.getAttribute("frameRate")??"",zi=H.getAttribute("quality")??void 0,vu=Gs?_T(Gs):void 0,Wi=H.getAttribute("id")??"id"+(M++).toString(10),Ys=Ne==="video"?`${jr}p`:Ne==="audio"?`${Qs}Kbps`:_t,Ks=`${Wi}@${Ys}`,Xs=[...L,...O,...Ot],Qi,zr=H.querySelector("SegmentBase"),xe=H.querySelector("SegmentTemplate")??ie;if(zr){let Tt=H.querySelector("SegmentBase Initialization")?.getAttribute("range")??"",[it,ui]=Tt.split("-").map(Ft=>parseInt(Ft,10)),Ge={from:it,to:ui},Nt=H.querySelector("SegmentBase")?.getAttribute("indexRange"),[ci,Gi]=Nt?Nt.split("-").map(Ft=>parseInt(Ft,10)):[],dt=Nt?{from:ci,to:Gi}:void 0;Qi={type:"byteRange",url:pe,initRange:Ge,indexRange:dt}}else if(xe){let Tt={representationId:H.getAttribute("id")??void 0,bandwidth:H.getAttribute("bandwidth")??void 0},it=parseInt(xe.getAttribute("timescale")??"",10),ui=xe.getAttribute("initialization")??"",Ge=xe.getAttribute("media"),Nt=parseInt(xe.getAttribute("startNumber")??"",10)??1,ci=ct(ui,Tt);if(!Ge)throw new ReferenceError("No media attribute in SegmentTemplate");let Gi=xe.querySelectorAll("SegmentTimeline S")??[],dt=[],Ft=0,Yi="",Qr=0;if(Gi.length){let Js=Nt,rt=0;for(let Ki of Gi){let pt=parseInt(Ki.getAttribute("d")??"",10),li=parseInt(Ki.getAttribute("r")??"",10)||0,Zs=parseInt(Ki.getAttribute("t")??"",10);rt=Number.isFinite(Zs)?Zs:rt;let Su=pt/it*1e3,NE=rt/it*1e3;for(let en=0;en<li+1;en++){let FE=ct(Ge,{...Tt,segmentNumber:Js.toString(10),segmentTime:(rt+en*pt).toString(10)}),Ip=(NE??0)+en*Su,UE=Ip+Su;Js++,dt.push({time:{from:Ip,to:UE},url:FE})}rt+=(li+1)*pt,Ft+=(li+1)*Su}Qr=rt/it*1e3,Yi=ct(Ge,{...Tt,segmentNumber:Js.toString(10),segmentTime:rt.toString(10)})}else if(BB(v)){let rt=parseInt(xe.getAttribute("duration")??"",10)/it*1e3,Ki=Math.ceil(v/rt),pt=0;for(let li=1;li<Ki;li++){let Zs=ct(Ge,{...Tt,segmentNumber:li.toString(10),segmentTime:pt.toString(10)});dt.push({time:{from:pt,to:pt+rt},url:Zs}),pt+=rt}Qr=pt,Yi=ct(Ge,{...Tt,segmentNumber:Ki.toString(10),segmentTime:pt.toString(10)})}let OE={time:{from:Qr,to:1/0},url:Yi};Qi={type:"template",baseUrl:pe,segmentTemplateUrl:Ge,initUrl:ci,totalSegmentsDurationMs:Ft,segments:dt,nextSegmentBeyondManifest:OE,timescale:it}}else throw new ReferenceError("Unknown MPD segment referencing type");if(!Ne||!We)continue;let Wr={video:"video",audio:"audio",text:"text"}[Ne];if(!Wr)continue;Se||=Wr,tt={id:Ks,kind:Wr,segmentReference:Qi,profiles:Xs,duration:v,bitrate:Qs,mime:We,codecs:_t,width:Qe,height:jr,fps:vu,quality:zi}}ye.language||=F,ye.label||=Te,ye.mime||=We,ye.codecs||=_t,ye.hdr||=Se==="video"&&bd(_t),ye.representations.push(tt)}if(Se){let H=r[Se].find(F=>F.id===ye.id);if(H&&ye.representations.every(F=>F.segmentReference.type==="template"))for(let F of H.representations){let Te=ye.representations.find(We=>We.id===F.id);if(!Te)continue;let we=Te.segmentReference,pe=F.segmentReference;pe.segments.push(...we.segments),pe.nextSegmentBeyondManifest=we.nextSegmentBeyondManifest}else r[Se].push(ye)}}return{duration:v,streams:r,baseUrls:n,live:g}};var Lo=C(Xe(),1),Sd=C(Ce(),1);import{assertNever as Co}from"@vkontakte/videoplayer-shared";var Mo=(s=>(s.VP9="vp9",s.AV1="av1",s.NONE="none",s.SMOOTH="smooth",s.POWER_EFFICIENT="power_efficient",s))(Mo||{});var $o=a=>{let{webmDecodingInfo:e}=$.video,t="DASH_WEBM",i="DASH_WEBM_AV1";switch(a){case"vp9":return[t,i];case"av1":return[i,t];case"none":return[];case"smooth":return e?e[i].smooth?[i,t]:e[t].smooth?[t,i]:[i,t]:[t,i];case"power_efficient":return e?e[i].powerEfficient?[i,t]:e[t].powerEfficient?[t,i]:[i,t]:[t,i];default:Co(a)}},jT=({webmCodec:a,androidPreferredFormat:e,iosPreferredFormat:t,preferMultiStream:i})=>{let r=[...i?["DASH_STREAMS"]:[],...$o(a),"DASH_SEP","DASH_ONDEMAND",...i?[]:["DASH_STREAMS"]],s=[...i?["DASH_STREAMS"]:[],"DASH_SEP","DASH_ONDEMAND",...i?[]:["DASH_STREAMS"]];if($.device.isAndroid)switch(e){case"mpeg":return["MPEG",...r,"HLS","HLS_ONDEMAND"];case"hls":return["HLS","HLS_ONDEMAND",...r,"MPEG"];case"dash":return[...r,"HLS","HLS_ONDEMAND","MPEG"];case"dash_any_mpeg":return[...s,"MPEG",...$o(a),"HLS","HLS_ONDEMAND"];case"dash_any_webm":return[...$o(a),"MPEG",...s,"HLS","HLS_ONDEMAND"];case"dash_sep":return["DASH_SEP","MPEG",...$o(a),...s,"HLS","HLS_ONDEMAND"];default:Co(e)}if($.video.nativeHlsSupported)switch(t){case"hls":return[...r,"HLS","HLS_FMP4","HLS_ONDEMAND","MPEG"];case"hls_fmp4":return[...r,"HLS_FMP4","HLS","HLS_ONDEMAND","MPEG"];default:Co(t)}return[...r,"HLS","HLS_ONDEMAND","MPEG"]},zT=({androidPreferredFormat:a,preferCMAF:e,preferWebRTC:t})=>{let i=e?["DASH_LIVE_CMAF","DASH_LIVE"]:["DASH_LIVE","DASH_LIVE_CMAF"],r=e?["HLS_LIVE_CMAF","HLS_LIVE"]:["HLS_LIVE","HLS_LIVE_CMAF"],s=[...i,...r],n=[...r,...i],o,u=$.device.isMac&&$.browser.isSafari;if($.device.isAndroid)switch(a){case"dash":case"dash_any_mpeg":case"dash_any_webm":case"dash_sep":{o=s;break}case"hls":case"mpeg":{o=n;break}default:Co(a)}else $.video.nativeHlsSupported&&!u&&!$.browser.isChromiumBased?o=n:u?o=e?["DASH_LIVE_CMAF","HLS_LIVE_CMAF","HLS_LIVE","DASH_LIVE"]:["HLS_LIVE","DASH_LIVE","DASH_LIVE_CMAF","HLS_LIVE_CMAF"]:o=s;return t?["WEB_RTC_LIVE",...o]:[...o,"WEB_RTC_LIVE"]},yd=a=>a?["HLS_LIVE","HLS_LIVE_CMAF","DASH_LIVE_CMAF"]:["DASH_WEBM","DASH_WEBM_AV1","DASH_SEP","DASH_ONDEMAND","HLS","HLS_ONDEMAND","MPEG"],Do=a=>{if(a.size===0)return;if(a.size===1){let t=a.values().next();return(0,Lo.default)(t.value.split("."),0)}for(let t of a){let i=(0,Lo.default)(t.split("."),0);if(i==="opus"||i==="vp09"||i==="av01")return i}let e=a.values().next();return(0,Lo.default)(e.value.split("."),0)},Bo=a=>{let e=a.map(i=>Ar(i)),{codecs:t}=$.video;return OB().filter(i=>{if((0,Sd.default)(e,i))switch(i){case"av1":return t.av1;case"vp9":return t.vp9;case"avc1":return t.h264;case"hev1":return t.h265;default:return!1}else return!1})},Vo=a=>{let e=a.map(i=>Ar(i)),{codecs:t}=$.video;return NB().filter(i=>{if((0,Sd.default)(e,i))switch(i){case"opus":return t.opus;case"mp4a":return t.aac;default:return!1}else return!1})},Ar=a=>a.split(".")[0].replace("0",""),OB=()=>["av1","vp9","hev1","avc1"],NB=()=>["opus","mp4a"];var sI=C(Xe(),1);var FB=(a,e={})=>{let i=e.timeout||1,r=performance.now();return ue.setTimeout(()=>{a({get didTimeout(){return e.timeout?!1:performance.now()-r-1>i},timeRemaining(){return Math.max(0,1+(performance.now()-r))}})},1)},UB=a=>ue.clearTimeout(a),WT=a=>typeof a=="function"&&a?.toString().endsWith("{ [native code] }"),QT=!WT(ue.requestIdleCallback)||!WT(ue.cancelIdleCallback),Li=QT?FB:ue.requestIdleCallback,Ci=QT?UB:ue.cancelIdleCallback;import{abortable as Pd,assertNonNullable as yt,ErrorCategory as u0,fromEvent as c0,getExponentialDelay as l0,getWindow as aI,isHigher as d0,isNonNullable as ne,isNullable as ge,once as p0,Subject as h0,Subscription as f0,ValueSubject as vs}from"@vkontakte/videoplayer-shared";var GT=C(Xe(),1);var _o=a=>a.valid,z=class{constructor(e,t){this.cursor=0;this.source=e,this.boxParser=t,this.children=[];let i=this.readUint32();this.type=this.readString(4),i===1&&(this.cursor+=8);let r=e.byteOffset+this.cursor,s;i===0?(this.size=void 0,this.valid=!1,s=void 0):i===1?(this.size=void 0,this.valid=!1,s=void 0):i>e.byteLength?(this.size=i,this.valid=!1,s=Math.min(i-this.cursor,e.byteLength-this.cursor)):(this.size=i,this.valid=!0,s=i-this.cursor),this.content=new DataView(e.buffer,r,s)}get id(){return this.type}scanForBoxes(e){return this.boxParser.parse(e)}readString(e,t="ascii"){let r=new TextDecoder(t).decode(new DataView(this.source.buffer,this.source.byteOffset+this.cursor,e));return this.cursor+=e,r}readUint8(){let e=this.source.getUint8(this.cursor);return this.cursor+=1,e}readUint16(){let e=this.source.getUint16(this.cursor);return this.cursor+=2,e}readUint32(){let e=this.source.getUint32(this.cursor);return this.cursor+=4,e}readUint64(){let e=this.source.getBigInt64(this.cursor);return this.cursor+=8,e}};var Rr=class extends z{};import{assertNever as qB}from"@vkontakte/videoplayer-shared";var Wa=class extends z{constructor(e,t){if(super(e,t),!this.valid)return;let i=this.readString(16),r=new DataView(this.content.buffer,this.content.byteOffset+16,this.content.byteLength-16);this.userData=this.parseData(i,r)}parseData(e,t){switch(e){case"ondemandlivejson":{let i=new TextDecoder("ascii").decode(t),r=JSON.parse(i);return{received:r["t-in"],prepared:r["t-out"]}}default:qB(e)}}};var Qa=class extends z{constructor(e,t){if(super(e,t),!this.valid)return;this.compatibleBrands=[],this.majorBrand=this.readString(4),this.minorVersion=this.readUint32();let i=new DataView(this.content.buffer,this.content.byteOffset+8,this.content.byteLength-8);for(let r=0;r<i.byteLength;r+=4){let s=this.readString(4);this.compatibleBrands.push(s)}}};var Ga=class extends z{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var Z=class extends z{constructor(e,t){if(super(e,t),!this.valid)return;let i=this.readUint32();this.version=i>>>24,this.flags=i&16777215,this.content=new DataView(this.content.buffer,this.content.byteOffset+4,this.content.byteLength-4)}};var Ya=class extends Z{constructor(e,t){super(e,t),this.valid&&(this.creationTime=this.readUint32(),this.modificationTime=this.readUint32(),this.timescale=this.readUint32(),this.duration=this.readUint32(),this.rate=this.readUint32(),this.volume=this.readUint16())}};var Ka=class extends z{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var Xa=class extends z{constructor(e,t){super(e,t),this.data=this.content}};var Di=class extends Z{get earliestPresentationTime(){return this.earliestPresentationTime32}get firstOffset(){return this.firstOffset32}constructor(e,t){if(super(e,t),!!this.valid){this.segments=[],this.referenceId=this.readUint32(),this.timescale=this.readUint32(),this.earliestPresentationTime32=this.readUint32(),this.firstOffset32=this.readUint32(),this.earliestPresentationTime64=0,this.firstOffset64=0,this.referenceCount=this.readUint32()&65535;for(let i=0;i<this.referenceCount;i++){let r=this.readUint32(),s=r>>>31,n=r<<1>>>1,o=this.readUint32();r=this.readUint32();let u=r>>>28,c=r<<3>>>3;this.segments.push({referenceType:s,referencedSize:n,subsegmentDuration:o,SAPType:u,SAPDeltaTime:c})}}}};var Ja=class extends z{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var Za=class extends z{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var es=class extends Z{constructor(e,t){if(super(e,t),!this.valid)return;switch(this.readUint8()){case 0:this.stereoMode=0;break;case 1:this.stereoMode=1;break;case 2:this.stereoMode=2;break;case 3:this.stereoMode=3;break;case 4:this.stereoMode=4;break}this.cursor+=1}};var ts=class extends Z{constructor(e,t){super(e,t),this.valid&&(this.poseYawDegrees=this.readUint32(),this.posePitchDegrees=this.readUint32(),this.poseRollDegrees=this.readUint32())}};var is=class extends Z{constructor(e,t){super(e,t),this.valid&&(this.projectionBoundsTop=this.readUint32(),this.projectionBoundsBottom=this.readUint32(),this.projectionBoundsLeft=this.readUint32(),this.projectionBoundsRight=this.readUint32())}};var rs=class extends z{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var as=class extends Z{constructor(e,t){super(e,t),this.creationTime=this.readUint32(),this.modificationTime=this.readUint32(),this.trackId=this.readUint32(),this.cursor+=4,this.duration=this.readUint32(),this.cursor+=8,this.layer=this.readUint16(),this.alternateGroup=this.readUint16(),this.cursor+=2,this.cursor+=2,this.matrix=[[this.readUint32(),this.readUint32(),this.readUint32()],[this.readUint32(),this.readUint32(),this.readUint32()],[this.readUint32(),this.readUint32(),this.readUint32()]],this.width=this.readUint32(),this.height=this.readUint32()}};var ss=class extends z{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var ns=class extends z{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var os=class extends Z{constructor(e,t){super(e,t),this.valid&&(this.sequenceNumber=this.readUint32())}};var us=class extends z{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var cs=class extends Z{constructor(e,t){super(e,t),this.trackId=this.readUint32(),this.flags&1&&(this.baseDataOffset=this.readUint64()),this.flags&2&&(this.sampleDescriptionIndex=this.readUint32()),this.flags&8&&(this.defaultSampleDuration=this.readUint32()),this.flags&16&&(this.defaultSampleSize=this.readUint32()),this.flags&32&&(this.defaultSampleFlags=this.readUint32())}};var ls=class extends Z{constructor(t,i){super(t,i);this.baseMediaDecodeTime32=0;this.baseMediaDecodeTime64=BigInt(0);this.version===1?this.baseMediaDecodeTime64=this.readUint64():this.baseMediaDecodeTime32=this.readUint32()}get baseMediaDecodeTime(){return this.version===1?this.baseMediaDecodeTime64:this.baseMediaDecodeTime32}};var ds=class extends Z{constructor(t,i){super(t,i);this.sampleDuration=[];this.sampleSize=[];this.sampleFlags=[];this.sampleCompositionTimeOffset=[];this.optionalFields=0;this.sampleCount=this.readUint32(),this.flags&1&&(this.dataOffset=this.readUint32()),this.flags&4&&(this.firstSampleFlags=this.readUint32());for(let r=0;r<this.sampleCount;r++)this.flags&256&&this.sampleDuration.push(this.readUint32()),this.flags&512&&this.sampleSize.push(this.readUint32()),this.flags&1024&&this.sampleFlags.push(this.readUint32()),this.flags&2048&&this.sampleCompositionTimeOffset.push(this.readUint32())}};var ps=class extends z{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var hs=class extends Z{constructor(e,t){super(e,t),this.valid&&(this.entryCount=this.readUint32(),this.children=this.scanForBoxes(new DataView(this.content.buffer,this.content.byteOffset+4,this.content.byteLength-4)))}};var fs=class extends z{constructor(e,t){super(e,t),this.valid&&(this.children=this.scanForBoxes(new DataView(this.content.buffer,this.content.byteOffset+78,this.content.byteLength-78)))}};var jB={ftyp:Qa,moov:Ga,mvhd:Ya,moof:Ka,mdat:Xa,sidx:Di,trak:Ja,mdia:rs,mfhd:os,tkhd:as,traf:us,tfhd:cs,tfdt:ls,trun:ds,minf:ss,sv3d:Za,st3d:es,prhd:ts,proj:ns,equi:is,uuid:Wa,stbl:ps,stsd:hs,avc1:fs,unknown:Rr},At=class a{constructor(e={}){this.options={offset:0,...e}}parse(e){let t=[],i=this.options.offset;for(;i<e.byteLength;){let s=new TextDecoder("ascii").decode(new DataView(e.buffer,e.byteOffset+i+4,4)),n;try{n=this.createBox(s,new DataView(e.buffer,e.byteOffset+i,e.byteLength-i))}catch(o){if(!(o instanceof RangeError))throw o}if(!n||!_o(n))break;t.push(n),i+=n.size}return t}createBox(e,t){let i=jB[e];return i?new i(t,new a):new Rr(t,new a)}};var Xt=class{constructor(e){this.index={},this.indexBoxLevel(e)}indexBoxLevel(e){e.forEach(t=>{_o(t)&&(this.index[t.type]??=[],this.index[t.type].push(t),t.children.length>0&&this.indexBoxLevel(t.children))})}find(e){return this.index[e]&&this.index[e][0]?this.index[e][0]:null}findAll(e){return this.index[e]||[]}};var WB=new TextDecoder("ascii"),QB=a=>WB.decode(new DataView(a.buffer,a.byteOffset+4,4))==="ftyp",GB=a=>{let e=new Di(a,new At),t=e.earliestPresentationTime/e.timescale*1e3,i=a.byteOffset+a.byteLength+e.firstOffset;return e.segments.map(s=>{if(s.referenceType!==0)throw new Error("Unsupported multilevel sidx");let n=s.subsegmentDuration/e.timescale*1e3,o={status:"none",time:{from:t,to:t+n},byte:{from:i,to:i+s.referencedSize-1}};return t+=n,i+=s.referencedSize,o})},YB=(a,e)=>{let i=new At().parse(a),r=new Xt(i),s=r.findAll("moof"),n=e?r.findAll("uuid"):r.findAll("mdat");if(!(n.length&&s.length))return null;let o=s[0],u=n[n.length-1],c=o.source.byteOffset,l=u.source.byteOffset-o.source.byteOffset+u.size;return new DataView(a.buffer,c,l)},KB=a=>{let t=new At().parse(a),i=new Xt(t),r={},s=i.findAll("uuid"),n=(0,GT.default)(s,-1);return n?{serverDataReceivedTimestamp:n.userData.received,serverDataPreparedTime:n.userData.received}:r},XB=a=>{let t=new At().parse(a);return new Xt(t).find("sidx")?.timescale},JB=(a,e)=>{let i=new At().parse(a),s=new Xt(i).findAll("traf"),n=s[s.length-1].children.find(l=>l.type==="tfhd"),o=s[s.length-1].children.find(l=>l.type==="tfdt"),u=s[s.length-1].children.find(l=>l.type==="trun"),c=0;return u.sampleDuration.length?c=u.sampleDuration.reduce((l,p)=>l+p,0):c=n.defaultSampleDuration*u.sampleCount,(Number(o.baseMediaDecodeTime)+c)/e*1e3},ZB=a=>{let e={is3dVideo:!1,stereoMode:0,projectionType:1,projectionData:{pose:{yaw:0,pitch:0,roll:0},bounds:{top:0,bottom:0,left:0,right:0}}},i=new At().parse(a),r=new Xt(i);if(r.find("sv3d")){e.is3dVideo=!0;let n=r.find("st3d");n&&(e.stereoMode=n.stereoMode);let o=r.find("prhd");o&&(e.projectionData.pose.yaw=o.poseYawDegrees,e.projectionData.pose.pitch=o.posePitchDegrees,e.projectionData.pose.roll=o.poseRollDegrees);let u=r.find("equi");u&&(e.projectionData.bounds.top=u.projectionBoundsTop,e.projectionData.bounds.right=u.projectionBoundsRight,e.projectionData.bounds.bottom=u.projectionBoundsBottom,e.projectionData.bounds.left=u.projectionBoundsLeft)}return e},YT={validateData:QB,parseInit:ZB,getIndexRange:()=>{},parseSegments:GB,parseFeedableSegmentChunk:YB,getChunkEndTime:JB,getServerLatencyTimestamps:KB,getTimescaleFromIndex:XB};var bs=C(Ce(),1);import{assertNonNullable as Td,isNonNullable as ZT,isNullable as t0}from"@vkontakte/videoplayer-shared";import{assertNever as e0}from"@vkontakte/videoplayer-shared";var KT={440786851:{type:"master"},17030:{type:"uint"},17143:{type:"uint"},17138:{type:"uint"},17139:{type:"uint"},17026:{type:"string"},17031:{type:"uint"},17029:{type:"uint"},236:{type:"binary"},408125543:{type:"master"},290298740:{type:"master"},19899:{type:"master"},21419:{type:"binary"},21420:{type:"uint"},357149030:{type:"master"},2807729:{type:"uint"},17545:{type:"float"},374648427:{type:"master"},174:{type:"master"},224:{type:"master"},30320:{type:"master"},30321:{type:"uint"},30322:{type:"master"},272869232:{type:"master"},524531317:{type:"master"},231:{type:"uint"},22612:{type:"master"},22743:{type:"uint"},167:{type:"uint"},171:{type:"uint"},163:{type:"binary"},160:{type:"master"},175:{type:"binary"},423732329:{type:"master"},307544935:{type:"master"},475249515:{type:"master"},187:{type:"master"},179:{type:"uint"},183:{type:"master"},247:{type:"uint"},241:{type:"uint"},240:{type:"uint"},178:{type:"uint"},21368:{type:"uint"},234:{type:"uint"},219:{type:"master"},150:{type:"uint"}},XT=a=>{let e=a.getUint8(0),t=0;e&128?t=1:e&64?t=2:e&32?t=3:e&16&&(t=4);let i=ms(a,t),r=i in KT,s=r?KT[i].type:"binary",n=a.getUint8(t),o=0;n&128?o=1:n&64?o=2:n&32?o=3:n&16?o=4:n&8?o=5:n&4?o=6:n&2?o=7:n&1&&(o=8);let u=new DataView(a.buffer,a.byteOffset+t+1,o-1),c=n&255>>o,d=ms(u),l=c*2**((o-1)*8)+d,p=t+o,h;return p+l>a.byteLength?h=new DataView(a.buffer,a.byteOffset+p):h=new DataView(a.buffer,a.byteOffset+p,l),{tag:r?i:"0x"+i.toString(16).toUpperCase(),type:s,tagHeaderSize:p,tagSize:p+l,value:h,valueSize:l}},ms=(a,e=a.byteLength)=>{switch(e){case 1:return a.getUint8(0);case 2:return a.getUint16(0);case 3:return a.getUint8(0)*2**16+a.getUint16(1);case 4:return a.getUint32(0);case 5:return a.getUint8(0)*2**32+a.getUint32(1);case 6:return a.getUint16(0)*2**32+a.getUint32(2);case 7:{let t=a.getUint8(0)*281474976710656+a.getUint16(1)*4294967296+a.getUint32(3);if(Number.isSafeInteger(t))return t}case 8:throw new ReferenceError("Int64 is not supported")}return 0},lt=(a,e)=>{switch(e){case"int":return a.getInt8(0);case"uint":return ms(a);case"float":return a.byteLength===4?a.getFloat32(0):a.getFloat64(0);case"string":return new TextDecoder("ascii").decode(a);case"utf8":return new TextDecoder("utf-8").decode(a);case"date":return new Date(Date.UTC(2001,0)+a.getInt8(0)).getTime();case"master":return a;case"binary":return a;default:e0(e)}},Bi=(a,e)=>{let t=0;for(;t<a.byteLength;){let i=new DataView(a.buffer,a.byteOffset+t),r=XT(i);if(!e(r))return;r.type==="master"&&Bi(r.value,e),t=r.value.byteOffset-a.byteOffset+r.valueSize}},JT=a=>{if(a.getUint32(0)!==440786851)return!1;let e,t,i,r=XT(a);return Bi(r.value,({tag:s,type:n,value:o})=>(s===17143?e=lt(o,n):s===17026?t=lt(o,n):s===17029&&(i=lt(o,n)),!0)),(e===void 0||e<=1)&&t!==void 0&&t==="webm"&&(i===void 0||i<=2)};var eI=[357149030,290298740,374648427,174,224,30320,30321,30322,272869232,524531317,475249515,423732329,307544935],i0=[231,22612,22743,167,171,163,160,175],r0=a=>{let e,t,i,r,s=!1,n=!1,o=!1,u,c,d=!1,l=0;return Bi(a,({tag:p,type:h,value:f,valueSize:b})=>{if(p===21419){let g=lt(f,h);c=ms(g)}else p!==21420&&(c=void 0);return p===408125543?(e=f.byteOffset,t=f.byteOffset+b):p===357149030?s=!0:p===290298740?n=!0:p===2807729?i=lt(f,h):p===17545?r=lt(f,h):p===21420&&c===475249515?u=lt(f,h):p===374648427?Bi(f,({tag:g,type:v,value:S})=>g===30321?(d=lt(S,v)===1,!1):!0):s&&n&&(0,bs.default)(eI,p)&&(o=!0),!o}),Td(e,"Failed to parse webm Segment start"),Td(t,"Failed to parse webm Segment end"),Td(r,"Failed to parse webm Segment duration"),i=i??1e6,{segmentStart:Math.round(e/1e9*i*1e3),segmentEnd:Math.round(t/1e9*i*1e3),timeScale:i,segmentDuration:Math.round(r/1e9*i*1e3),cuesSeekPosition:u,is3dVideo:d,stereoMode:l,projectionType:1,projectionData:{pose:{yaw:0,pitch:0,roll:0},bounds:{top:0,bottom:0,left:0,right:0}}}},a0=a=>{if(t0(a.cuesSeekPosition))return;let e=a.segmentStart+a.cuesSeekPosition,t=1024*1024;return{from:e,to:e+t}},s0=(a,e)=>{let t=!1,i=!1,r=o=>ZT(o.time)&&ZT(o.position),s=[],n;return Bi(a,({tag:o,type:u,value:c})=>{switch(o){case 475249515:t=!0;break;case 187:n&&r(n)&&s.push(n),n={};break;case 179:n&&(n.time=lt(c,u));break;case 183:break;case 241:n&&(n.position=lt(c,u));break;default:t&&(0,bs.default)(eI,o)&&(i=!0)}return!(t&&i)}),n&&r(n)&&s.push(n),s.map((o,u)=>{let{time:c,position:d}=o,l=s[u+1];return{status:"none",time:{from:c,to:l?l.time:e.segmentDuration},byte:{from:e.segmentStart+d,to:l?e.segmentStart+l.position-1:e.segmentEnd-1}}})},n0=a=>{let e=0,t=!1;try{Bi(a,i=>i.tag===524531317?i.tagSize<=a.byteLength?(e=i.tagSize,!1):(e+=i.tagHeaderSize,!0):(0,bs.default)(i0,i.tag)?(e+i.tagSize<=a.byteLength&&(e+=i.tagSize,t||=(0,bs.default)([163,160,175],i.tag)),!0):!1)}catch{}return e>0&&e<=a.byteLength&&t?new DataView(a.buffer,a.byteOffset,e):null},tI={validateData:JT,parseInit:r0,getIndexRange:a0,parseSegments:s0,parseFeedableSegmentChunk:n0};var Vi=a=>{let e=/^(.+)\/([^;]+)(?:;.*)?$/.exec(a);if(e){let[,t,i]=e;if(t==="audio"||t==="video")switch(i){case"webm":return tI;case"mp4":return YT}}throw new ReferenceError(`Unsupported mime type ${a}`)};var Id=C(Xe(),1);import{videoSizeToQuality as o0}from"@vkontakte/videoplayer-shared";var Jt=({id:a,width:e,height:t,bitrate:i,fps:r,quality:s,streamId:n})=>{let o=(s?Qt(s):void 0)??o0({width:e,height:t});return o&&{id:a,quality:o,bitrate:i,size:{width:e,height:t},fps:r,streamId:n}},gs=({id:a,bitrate:e})=>({id:a,bitrate:e}),iI=({language:a,label:e},{id:t,url:i,isAuto:r})=>({id:t,url:i,isAuto:r,type:"internal",language:a,label:e}),rI=({language:a,label:e,id:t,url:i,isAuto:r})=>({id:t,url:i,isAuto:r,type:"internal",language:a,label:e}),Ed=({id:a,language:e,label:t,codecs:i,isDefault:r})=>({id:a,language:e,label:t,codec:(0,Id.default)(i.split("."),0),isDefault:r}),wd=({id:a,language:e,label:t,hdr:i,codecs:r})=>({id:a,language:e,hdr:i,label:t,codec:(0,Id.default)(r.split("."),0)}),xd=a=>"url"in a,je=a=>a.type==="template";var Mr=class{constructor(e,t,i,{fetcher:r,tuning:s,getCurrentPosition:n,getCurrentStallDuration:o,manifest:u}){this.error$=new h0;this.playingRepresentation$=new vs(void 0);this.playingRepresentationInit$=new vs(void 0);this.currentSegmentLength$=new vs(0);this.onLastSegment$=new vs(!1);this.fullyBuffered$=new vs(!1);this.initData=new Map;this.initDataPromises=new Map;this.idleCallbacks=new Map;this.parsedInitData=new Map;this.segments=new Map;this.bufferPlaybackQueue=[];this.downloadingBufferItems=[];this.preloadOnly=!1;this.failedDownloads=0;this.lastDataObtainedTimestampMs=0;this.loadByteRangeSegmentsTimeoutId=0;this.currentVirtualBufferSize=0;this.baseUrls=[];this.baseUrlsIndex=0;this.maintainPlaybackBufferMutex=!1;this.maintainNativeBufferMutex=!1;this.bufferClearingMutex=!1;this.abortNativeBufferMutex=!1;this.switchMutex=!1;this.destroyAbortController=new J;this.downloadAbortController=new J;this.subscription=new f0;this.startWith=Pd(this.destroyAbortController.signal,async function*(e){let t=this.representations.get(e);yt(t,`Cannot find representation ${e}`),this.playingRepresentationId=e,this.downloadingRepresentationId=e,this.containerParser=Vi(t.mime),this.nativeBufferManager.init(t.mime,t.codecs,this.tuning.dash.useAbortMSEFix),yield this.loadInits(t);let i=this.initData.get(t.id),r=this.segments.get(t.id),s=this.parsedInitData.get(t.id);yt(i,"No init buffer for starting representation"),yt(r,"No segments for starting representation"),await this.nativeBufferManager.addInitSegment(i),this.playingRepresentation$.next(this.playingRepresentationId),this.playingRepresentationInit$.next(s)}.bind(this));this.switchTo=Pd(this.destroyAbortController.signal,async function*(e,t=!0){if(ge(this.downloadingRepresentationId)||e===this.downloadingRepresentationId||e===this.switchingRepresentationId)return;this.switchMutex=!0,this.switchingRepresentationId=e;let i=this.representations.get(this.downloadingRepresentationId),r=this.representations.get(e);yt(r,`No such representation ${e}`),yt(i,`No such representation ${this.downloadingRepresentationId}`),yield this.loadInitIfNeeded(r,"high");let s=this.initData.get(r.id),n=this.segments.get(r.id);yt(s,"No init buffer for switching representation"),yt(n,"No segments for switching representation");let o=this.getCurrentPosition()??0,u=l=>l.segment.bufferStatus!=="fed",c=l=>{let p=this.representations.get(l.representationId);return yt(p,"No itemRepresentation for previous track before switch"),l.segment.networkStatus!=="downloaded"||this.forceSwitchCondition(p,r)},d=l=>t?u(l)&&c(l):u(l);this.bufferPlaybackQueue.filter(d).forEach(l=>l.segment.bufferStatus="none"),this.bufferPlaybackQueue=this.bufferPlaybackQueue.filter(l=>!d(l)),this.downloadingRepresentationId=e,this.switchingRepresentationId=null,this.bufferPlaybackQueue.length?(this.abortDownload(),yield this.maintain()):yield this.seek(o),this.switchMutex=!1}.bind(this));this.waitExponentialDownloadDelay=Pd(this.downloadAbortController.signal,async function*(){let e=l0(this.failedDownloads,this.tuning.downloadBackoff);yield new Promise(t=>{let i=aI();this.loadByteRangeSegmentsTimeoutId=i.setTimeout(t,e),this.subscription.add(c0(i,"online").pipe(p0()).subscribe(()=>{t(),i.clearTimeout(this.loadByteRangeSegmentsTimeoutId)}))})}.bind(this));this.kind=e,this.nativeBufferManager=t,this.fetcher=r,this.tuning=s,this.getCurrentPosition=n,this.getCurrentStallDuration=o,this.forwardBufferTarget=s.dash.forwardBufferTargetAuto,this.baseUrls=u?.baseUrls??[],this.representations=new Map(i.map(c=>[c.id,c]))}async seek(e){await this.abort(),await this.clearBuffer(),await this.maintain(e)}async maintain(e=this.getCurrentPosition()){ge(e)||(await this.maintainPlaybackBuffer(e),await this.maintainNativeBuffer(),this.actualizeLastSegmentInfo(e))}getForwardPlaybackBufferDuration(e=this.getCurrentPosition()){let t=this.bufferPlaybackQueue.filter(s=>s.segment.networkStatus==="downloaded"),i=t[t.length-1],r=ne(e)&&ne(i)?i.segment.time.to-e:0;return Math.max(r,0)}getPlaybackBufferState(){if(!this.bufferPlaybackQueue.length)return null;let t=this.bufferPlaybackQueue[0].segment.time.from,i=this.bufferPlaybackQueue[this.bufferPlaybackQueue.length-1].segment.time.to;return{from:t,to:i}}async abort(){this.abortDownload(),await this.abortNativeBuffer()}findSegmentStartTime(e){let t=this.downloadingRepresentationId??this.playingRepresentationId??"";return this.segments.get(t)?.find(s=>s.time.from<=e&&s.time.to>=e)?.time.from}getRepresentationInitialTime(){return ge(this.playingRepresentationId)?0:(this.segments.get(this.playingRepresentationId)?.[0].time.from??0)/1e3}calculateDurationFromSegments(e){let t=this.segments.get(e);return(t?(0,sI.default)(t,-1)?.time.to:0)||0}get lastDataObtainedTimestamp(){return this.lastDataObtainedTimestampMs}setTarget(e){this.forwardBufferTarget=e}setPreloadOnly(e){this.preloadOnly=e}destroy(){let e=aI();if(this.initData.clear(),this.initDataPromises.clear(),this.segments.clear(),this.parsedInitData.clear(),this.representations.clear(),this.downloadAbortController.abort(),this.destroyAbortController.abort(),this.subscription.unsubscribe(),e.__polyfill_cancelIdleCallback_l6822bhbc7c)for(let t of this.idleCallbacks.values())e.__polyfill_cancelIdleCallback_l6822bhbc7c(t);this.idleCallbacks.clear(),e.clearTimeout(this.loadByteRangeSegmentsTimeoutId)}forceSwitchCondition(e,t){let i=!0;if(this.kind==="video"){let r=Jt(e),s=Jt(t);i=ne(r)&&ne(s)&&d0(s.quality,r.quality)}else if(this.kind==="audio"){let r=gs(e),s=gs(t);i=ne(r?.bitrate)&&ne(s?.bitrate)&&s.bitrate>r.bitrate}return i}async clearBuffer(){this.bufferClearingMutex=!0,await this.nativeBufferManager.clear(this.destroyAbortController.signal),this.bufferPlaybackQueue.forEach(e=>e.segment.bufferStatus="none"),this.bufferPlaybackQueue=[],this.bufferClearingMutex=!1}abortDownload(){this.downloadAbortController.abort(),this.downloadAbortController=new J,this.abortDownloadingItems(),this.maintainPlaybackBufferMutex=!1}abortDownloadingItems(){for(let e of this.downloadingBufferItems)e.segment.networkStatus==="downloading"&&(e.segment.networkStatus="none",e.segment.size=0,e.segment.loadedBytes=0,e.segment.feedingBytes=0,e.segment.fedBytes=0,e.segment.data=null);this.downloadingBufferItems=[]}async abortNativeBuffer(){this.abortNativeBufferMutex=!0;let e=this.playingRepresentationId&&this.initData.get(this.playingRepresentationId),t=e instanceof ArrayBuffer?e:void 0,i=await this.nativeBufferManager.abortBuffer(t);return this.abortNativeBufferMutex=!1,this.maintainNativeBufferMutex=!1,i}async loadInits(e){await this.loadInit(e,"high",!0);for(let[t,i]of this.representations)this.idleCallbacks.set(i.id,Li(async r=>await this.loadInitIfNeeded(i,"low",!1)))}async loadInitIfNeeded(e,t="auto",i=!1){let r=this.initDataPromises.get(e.id),s;this.initData.has(e.id)&&this.segments.has(e.id)?s=Promise.resolve():ne(r)?s=r:s=this.loadInit(e,t,i),await s}async loadInit(e,t="auto",i=!1){try{let r=this.tuning.dash.useFetchPriorityHints?t:"auto",s=this.fetcher.fetchRepresentation(e.segmentReference,this.containerParser,r);this.initDataPromises.set(e.id,s);let{initMetadata:n,initDataView:o,segments:u}=await s??{};if(this.initDataPromises.delete(e.id),ge(o)||ge(u))return;n&&this.parsedInitData.set(e.id,n);let c=o.buffer.slice(o.byteOffset,o.byteOffset+o.byteLength);this.initData.set(e.id,c),this.segments.set(e.id,u),this.failedDownloads=0}catch(r){i&&this.error$.next({id:"LoadInits",category:u0.WTF,message:"loadInit threw",thrown:r})}}async maintainNativeBuffer(){let e=this.getCurrentPosition(),t=this.segments.get(this.downloadingRepresentationId??""),i=t?.[t?.length-1];if(ge(e)||ge(i)||this.maintainNativeBufferMutex||this.abortNativeBufferMutex||this.bufferClearingMutex||this.switchMutex||this.preloadOnly)return;this.maintainNativeBufferMutex=!0;let r=this.bufferPlaybackQueue.find(h=>this.withinInterval(e,h.segment.time)),s=this.bufferPlaybackQueue.find(h=>h.segment.bufferStatus!=="fed"),n=this.initData.get(s?.representationId??""),o=this.bufferPlaybackQueue[0],u=this.downloadAbortController.signal,d=(this.getCurrentStallDuration()??0)>0;this.tuning.dash.useBufferHoldingOnlyOnStall&&(d&&=e>0);let l=Math.min(this.tuning.dash.minSafeBufferToPlay,i.time.to-e),p=d?this.getForwardPlaybackBufferDuration()>=l:!0;ne(n)&&ne(s)&&ne(r)&&this.playingRepresentationId!==s.representationId&&this.withinAppendInterval(e,s.segment.time)&&(s===r||r.segment.bufferStatus==="fed")&&(await this.abortNativeBuffer(),await this.nativeBufferManager.addInitSegment(n,this.downloadAbortController.signal),this.playingRepresentationId=s.representationId,this.playingRepresentation$.next(this.playingRepresentationId)),ne(s)&&this.withinAppendInterval(e,s.segment.time)&&p&&(s.segment.loadedBytes===s.segment.size&&s.segment.bufferStatus==="none"?await this.appendSegmentFully(s,u):await this.appendSegmentPartially(s,u)),ne(o)&&this.withinRemoveInterval(e,o.segment.time)&&await this.removeSegment(o,u),this.pruneVirtualBuffer(e),this.maintainNativeBufferMutex=!1}async maintainPlaybackBuffer(e){yt(this.downloadingRepresentationId);let t=this.segments.get(this.downloadingRepresentationId),i=this.representations.get(this.downloadingRepresentationId);if(ge(t)||ge(i)||this.maintainPlaybackBufferMutex||this.abortNativeBufferMutex||this.bufferClearingMutex||this.switchMutex)return;this.maintainPlaybackBufferMutex=!0;let r=t.find(n=>e>=n.time.from&&e<n.time.to);ne(r)&&isFinite(r.time.from)&&isFinite(r.time.to)&&this.currentSegmentLength$.next(r?.time.to-r.time.from),this.downloadingBufferItems.length||(this.downloadingBufferItems=this.selectDownloadingItems(e,t)),await this.processCachedItems();let s=this.selectItemsToLoad();await this.loadItems(s,i),this.maintainPlaybackBufferMutex=!1}actualizeLastSegmentInfo(e){let t=this.segments.get(this.downloadingRepresentationId??"");if(ge(t)||t.length===0)return;let i=t[t?.length-1];ge(i)||(this.fullyBuffered$.next(i.time.to-e-this.getForwardPlaybackBufferDuration(e)<this.tuning.dash.bufferTolerance),this.onLastSegment$.next(e-i.time.from>0))}selectDownloadingItems(e,t){yt(this.downloadingRepresentationId);let i=this.getPlaybackBufferState(),r,s;ne(i)&&this.withinInterval(e,i)?(s=this.forwardBufferTarget-this.getForwardPlaybackBufferDuration(e),r=this.bufferPlaybackQueue[this.bufferPlaybackQueue.length-1].segmentIndex+1):(s=this.forwardBufferTarget,r=t.findIndex(o=>this.withinInterval(e,o.time))),r=r===-1?0:r;let n=[];for(;r<t.length&&s>0;){n.push({representationId:this.downloadingRepresentationId,segmentIndex:r,segment:t[r]});let{from:o,to:u}=t[r].time;s-=u-o,r++}return n}async processCachedItems(){let e=[...this.downloadingBufferItems];for(;e.length&&e[0].segment.networkStatus==="downloaded";)await this.onDownloadItem(e[0]),e.shift()}withinInterval(e,{from:t,to:i},r=this.tuning.dash.bufferTolerance){return ne(e)?e+r>=t&&e<i:!1}withinAppendInterval(e,{from:t,to:i}){let{actionTimeShiftFromSegment:r}=this.tuning.dash;return ne(e)?e+r>=t&&e+r<i||this.withinInterval(e,{from:t,to:i}):!1}withinRemoveInterval(e,{to:t}){let{actionTimeShiftFromSegment:i}=this.tuning.dash;return ne(e)?e-i>t:!1}async appendSegmentFully(e,t){if(ge(e.segment.data))return;e.segment.feedingBytes=e.segment.size,await this.nativeBufferManager.append(e.segment.data,t)&&(e.segment.fedBytes=e.segment.size,this.onItemFullyAppended(e))}async appendSegmentPartially(e,t){if(ge(e.segment.data)||ge(e.segment.loadedBytes)||ge(e.segment.feedingBytes)||ge(e.segment.fedBytes)||ge(e.segment.size))return;let i=e.segment.data,r=new DataView(i.buffer,i.byteOffset+e.segment.feedingBytes,i.byteLength-e.segment.feedingBytes),s=e.segment.loadedBytes!==e.segment.size?this.parseFeedableSegmentChunk(r):r;s?.byteLength&&(e.segment.bufferStatus="partially_fed",e.segment.feedingBytes+=s.byteLength,await this.nativeBufferManager.append(s,t)&&(e.segment.fedBytes+=s.byteLength,e.segment.fedBytes===e.segment.size&&this.onItemFullyAppended(e)))}parseFeedableSegmentChunk(e){return this.containerParser.parseFeedableSegmentChunk(e,!1)}onItemFullyDownloaded(e){e.segment.networkStatus="downloaded"}onItemFullyAppended(e){e.segment.bufferStatus="fed"}async removeSegment(e,t){let{from:i,to:r}=e.segment.time,s=(r-i)/4;await this.nativeBufferManager.remove(0,r-s,t)&&(e.segment.fedBytes=0,e.segment.feedingBytes=0,e.segment.bufferStatus="none",this.bufferPlaybackQueue.shift())}async onDownloadItem(e){if(!this.downloadingBufferItems.find(i=>i===e))return;let t=this.getCurrentPosition();return this.downloadingBufferItems=this.downloadingBufferItems.filter(i=>i!==e||i.segment.networkStatus!=="downloaded"),(this.preloadOnly||ne(t)&&!this.withinRemoveInterval(t,e.segment.time))&&!this.bufferPlaybackQueue.find(i=>i===e)&&this.bufferPlaybackQueue.push(e),this.maintainNativeBuffer()}pruneVirtualBuffer(e){let{maxVirtualBufferSize:t,virtualBufferPruneSize:i,bufferPruningSafeZone:r}=this.tuning.dash;if(this.currentVirtualBufferSize<t)return;let s=this.currentVirtualBufferSize-t+i;for(let n of this.segments.values())for(let o of n)ne(o.size)&&s>0&&o.time.to<=e-r&&o.bufferStatus==="none"&&o.networkStatus==="downloaded"&&(o.data=null,o.networkStatus="none",this.currentVirtualBufferSize-=o.size,s-=o.size);for(let n of this.segments.values())for(let o of[...n].reverse())ne(o.size)&&s>0&&o.time.from>=e+r&&o.bufferStatus==="none"&&o.networkStatus==="downloaded"&&!this.bufferPlaybackQueue.find(u=>u.segment===o)&&!this.downloadingBufferItems.find(u=>u.segment===o)&&(o.data=null,o.networkStatus="none",this.currentVirtualBufferSize-=o.size,s-=o.size)}updateRepresentationsBaseUrlIfNeeded(){if(!this.tuning.dash.enableBaseUrlSupport||!this.baseUrls.length||this.failedDownloads<=this.tuning.dash.maxSegmentRetryCount)return;this.baseUrlsIndex=(this.baseUrlsIndex+1)%this.baseUrls.length;let e=this.baseUrls[this.baseUrlsIndex];for(let t of this.representations.values())this.updateRepresentationBaseUrl(t,e)}};import{ErrorCategory as m0,isNonNullable as b0,isNullable as nI,now as oI}from"@vkontakte/videoplayer-shared";var Oo=class extends Mr{constructor(e,t,i,r){super(e,t,i,r)}async loadItems(e,t,i="auto"){let{signal:r}=this.downloadAbortController;if(r.aborted||!e.length)return;let{url:s,...n}=this.prepareFetchParams(e,t);if(this.failedDownloads&&await this.waitExponentialDownloadDelay(),!r.aborted)try{await this.fetcher.fetch(s,{...n,priority:i}),this.lastDataObtainedTimestampMs=oI(),this.failedDownloads=0}catch(o){this.abortDownloadingItems(),ut(o)||(this.failedDownloads++,this.updateRepresentationsBaseUrlIfNeeded())}}selectItemsToLoad(){let e=0,t=0,i=[],r=this.preloadOnly?0:this.tuning.dash.segmentRequestSize,s=this.preloadOnly?this.forwardBufferTarget:0,n=0;for(;n<this.downloadingBufferItems.length&&this.downloadingBufferItems[n].segment.networkStatus==="none"&&(e<=r||t<=s);){let o=this.downloadingBufferItems[n].segment;o.networkStatus="downloading",o.size=1/0,o.loadedBytes=0,o.feedingBytes=0,o.fedBytes=0,i.push(this.downloadingBufferItems[n]),e+=o.byte.to+1-o.byte.from,t+=o.time.to+1-o.time.from,n++}return i}prepareFetchParams(e,t){if(be(t.segmentReference))throw new Error("Representation is not byte range type");let{signal:i}=this.downloadAbortController,r=t.segmentReference.url,s={from:e[0].segment.byte.from,to:e[e.length-1].segment.byte.to};return{url:r,range:s,onProgress:async(o,u)=>{if(!i.aborted)try{this.lastDataObtainedTimestampMs=oI(),await this.onSomeDataLoaded({downloadingItems:e,dataView:o,loaded:u,signal:i,globalFrom:s?s.from:0,representationId:t.id})}catch(c){this.error$.next({id:"SegmentFeeding",category:m0.VIDEO_PIPELINE,message:"Error when feeding segments",thrown:c})}},signal:i,bufferOptimisation:this.tuning.dash.fetcherBufferOptimisation}}async onSomeDataLoaded({downloadingItems:e,dataView:t,representationId:i,globalFrom:r,loaded:s,signal:n}){let o=this.representations.get(i);if(!(!this.downloadingBufferItems.length||nI(o)||nI(r)||n.aborted))for(let u of e){let{segment:c}=u,d=c.byte.from-r,l=c.byte.to-r,p=l-d+1,h=d<s,f=l<=s;c.size=p,h&&(c.networkStatus==="downloading"&&c.bufferStatus==="none"&&f?(c.data=new DataView(t.buffer,t.byteOffset+d,p),this.currentVirtualBufferSize+=c.size,this.onItemFullyDownloaded(u),c.loadedBytes=Math.min(p,s-d),await this.onDownloadItem(u)):b0(c.feedingBytes)&&this.tuning.dash.enableSubSegmentBufferFeeding&&c.networkStatus==="downloading"&&(c.loadedBytes=Math.min(p,s-d),f&&(this.currentVirtualBufferSize+=c.size,this.onItemFullyDownloaded(u)),c.loadedBytes>c.feedingBytes&&(c.data=new DataView(t.buffer,t.byteOffset+d,c.loadedBytes),await this.onDownloadItem(u))))}}updateRepresentationBaseUrl(e,t){if(be(e.segmentReference))throw new Error("Representation is not byte range type");e.segmentReference.url=t}};import{ErrorCategory as g0,isNullable as kd,now as uI}from"@vkontakte/videoplayer-shared";var $r=class extends Mr{constructor(e,t,i,r){super(e,t,i,r)}async loadItems(e,t,i="auto"){let{signal:r}=this.downloadAbortController;if(r.aborted||!e.length)return;let{url:s,...n}=this.prepareFetchParams(e,t);if(this.failedDownloads&&await this.waitExponentialDownloadDelay(),!r.aborted)try{let o=await this.fetcher.fetch(s,{...n,priority:i});if(this.lastDataObtainedTimestampMs=uI(),kd(o))return;let u=e[0],c=new DataView(o);u.segment.size=c.byteLength,u.segment.loadedBytes=c.byteLength,u.segment.data=c,this.onItemFullyDownloaded(u),await this.onDownloadItem(u),this.failedDownloads=0}catch(o){this.abortDownloadingItems(),ut(o)||(this.failedDownloads++,this.updateRepresentationsBaseUrlIfNeeded())}}selectItemsToLoad(){let e=[];for(let t of this.downloadingBufferItems){let i=t.segment;i.networkStatus="downloading",i.size=1/0,i.loadedBytes=0,i.feedingBytes=0,i.fedBytes=0,e.push(t)}return e}prepareFetchParams(e,t){let i=this.getFetchUrl(e,t).toString(),{signal:r}=this.downloadAbortController;return{url:i,onProgress:async(n,o)=>{if(!r.aborted)try{this.lastDataObtainedTimestampMs=uI(),await this.onSomeDataLoaded({downloadingItems:e,dataView:n,loaded:o,signal:r,representationId:t.id})}catch(u){this.error$.next({id:"SegmentFeeding",category:g0.VIDEO_PIPELINE,message:"Error when feeding segments",thrown:u})}},signal:r,bufferOptimisation:this.tuning.dash.fetcherBufferOptimisation}}getFetchUrl(e,t){if(!be(t.segmentReference))throw new Error("Representation is not template type");return new URL(e[0].segment.url,t.segmentReference.baseUrl)}async onSomeDataLoaded({downloadingItems:e,dataView:t,representationId:i,loaded:r,signal:s}){let n=e[0],{segment:o}=n,u=this.representations.get(i);!this.downloadingBufferItems.length||kd(u)||kd(o.feedingBytes)||o.networkStatus!=="downloading"||s.aborted||(o.loadedBytes=r,o.loadedBytes>o.feedingBytes&&this.tuning.dash.enableSubSegmentBufferFeeding&&(o.data=new DataView(t.buffer,t.byteOffset,o.loadedBytes),await this.onDownloadItem(n)))}updateRepresentationBaseUrl(e,t){if(!be(e.segmentReference))throw new Error("Representation is not template type");e.segmentReference.baseUrl=t}};var Ad=C(Na(),1),lI=C(Xe(),1);import{assertNonNullable as v0,ErrorCategory as S0,isNullable as Rt,ValueSubject as cI}from"@vkontakte/videoplayer-shared";var No=class extends $r{constructor(t,i,r,s){super(t,i,r,s);this.currentLiveSegmentServerLatency$=new cI(0);this.currentLowLatencySegmentLength$=new cI(0);this.liveInitialAdditionalOffset=0;this.isSeekingLive=!1;this.isActiveLowLatency=s.isActiveLowLatency}updateManifest(t){if(!t||[...this.segments.values()].every(r=>!r.length))return;let i=(0,Ad.default)(t.streams[this.kind],r=>r.representations);for(let r of i){if(Rt(r)||!be(r.segmentReference))return;let s=r.segmentReference.segments.map(d=>({...d,networkStatus:"none",bufferStatus:"none",size:void 0})),n=100,o=this.segments.get(r.id)??[],u=(0,lI.default)(o,-1)?.time.to??0,c=s?.findIndex(d=>u>=d.time.from+n&&u<=d.time.to+n);if(c===-1){let d=this.getActualLiveStartingSegments(r.segmentReference);this.segments.set(r.id,d)}else{let d=s.slice(c+1);this.segments.set(r.id,[...o,...d])}this.representations.set(r.id,r)}}proceedLowLatencyLive(){let t=this.downloadingRepresentationId;v0(t);let i=this.segments.get(t);if(i?.length){let r={representationId:t,segmentIndex:i.length-1,segment:i[i.length-1]};this.updateLowLatencyLive(r)}}getLiveSegmentsToLoadState(t){let i=t?.streams[this.kind],r=(0,Ad.default)(i,n=>n.representations).find(n=>n.id===this.downloadingRepresentationId);if(Rt(r))return;let s=this.segments.get(r.id);if(s?.length)return{from:s[0].time.from,to:s[s.length-1].time.to}}getRepresentationInitialTime(){if(Rt(this.playingRepresentationId))return 0;let t=this.representations.get(this.playingRepresentationId)?.segmentReference;return Rt(t)||!be(t)?0:this.getActualLiveStartingSegments(t)[0].time.from+this.tuning.dash.bufferTolerance}prepareFetchParams(t,i){return{...super.prepareFetchParams(t,i),isLowLatency:this.isActiveLowLatency()}}async onSomeDataLoaded({downloadingItems:t,...i}){await super.onSomeDataLoaded({downloadingItems:t,...i}),this.isActiveLowLatency()&&this.updateLowLatencyItemTime(t[0])}onItemFullyDownloaded(t){if(super.onItemFullyDownloaded(t),Rt(t.segment.data)||!this.isActiveLowLatency())return;let i=t.segment.data,r=this.containerParser,{serverDataReceivedTimestamp:s,serverDataPreparedTime:n}=r.getServerLatencyTimestamps(i);s&&n&&this.currentLiveSegmentServerLatency$.next(n-s),this.updateLowLatencyItemTime(t),this.updateLowLatencyLive(t)}updateLowLatencyItemTime(t){let i=t.segment.data,r=this.representations.get(t.representationId)?.segmentReference;if(Rt(t.segment.data)||Rt(r)||!be(r))return;let s=this.containerParser;if(t.segment.isCurrentLowLatency){let{timescale:n}=r;t.segment.time.to=s.getChunkEndTime(i,n)}}updateLowLatencyLive(t){let i=0;for(let r of this.representations.values()){let s=r.segmentReference;if(!be(s))return;let n=this.segments.get(r.id)??[],o=n.find(c=>Math.floor(c.time.from)===Math.floor(t.segment.time.from));if(o?.isCurrentLowLatency&&(o.time.to=t.segment.time.to,i=o.time.to-o.time.from,o.isCurrentLowLatency=!1),!!!n.find(c=>Math.floor(c.time.from)===Math.floor(t.segment.time.to))&&this.isActiveLowLatency()){let c=Math.round(t.segment.time.to*s.timescale/1e3).toString(10),d=ct(s.segmentTemplateUrl,{segmentTime:c});n.push({networkStatus:"none",bufferStatus:"none",time:{from:t.segment.time.to,to:t.segment.time.to+this.tuning.dash.bufferTolerance},url:d,isCurrentLowLatency:!0})}}this.currentLowLatencySegmentLength$.next(i)}parseFeedableSegmentChunk(t){return this.containerParser.parseFeedableSegmentChunk(t,!0)}getFetchUrl(t,i){let r=super.getFetchUrl(t,i);return this.isActiveLowLatency()&&r.searchParams.set("low-latency","yes"),r}async loadInit(t,i="auto",r=!1){try{let s=this.tuning.dash.useFetchPriorityHints?i:"auto",n=this.fetcher.fetchRepresentation(t.segmentReference,this.containerParser,s);this.initDataPromises.set(t.id,n);let{initMetadata:o,initDataView:u,segments:c}=await n??{};if(this.initDataPromises.delete(t.id),Rt(u)||Rt(c))return;o&&this.parsedInitData.set(t.id,o);let d=this.getActualLiveStartingSegments(t.segmentReference);this.segments.has(t.id)||this.segments.set(t.id,d);let l=u.buffer.slice(u.byteOffset,u.byteOffset+u.byteLength);this.initData.set(t.id,l),this.failedDownloads=0}catch(s){r&&this.error$.next({id:"LoadInits",category:S0.WTF,message:"loadInit threw",thrown:s})}}getActualLiveStartingSegments(t){let i=t.segments,r=this.isActiveLowLatency()?this.tuning.dashCmafLive.lowLatency.maxTargetOffset:this.tuning.dashCmafLive.maxActiveLiveOffset,s=[],n=0,o=i.length-1;do s.unshift(i[o]),n+=i[o].time.to-i[o].time.from,o--;while(n<r&&o>=0);return this.liveInitialAdditionalOffset=n-r,this.isActiveLowLatency()?[s[0]]:s}};var Ss=class{static getBufferManager(e,t,i,r){return r.manifest?.live?new No(e,t,i,r):be(i[0].segmentReference)?new $r(e,t,i,r):new Oo(e,t,i,r)}};import{ErrorCategory as I0,fromEvent as E0,isNullable as Lr,Subject as w0,Subscription as x0}from"@vkontakte/videoplayer-shared";import{assertNever as y0,ErrorCategory as dI,Subject as pI}from"@vkontakte/videoplayer-shared";var T0=18,hI=!1;try{hI=$.browser.isSafari&&!!$.browser.safariVersion&&$.browser.safariVersion<=T0}catch(a){console.error(a)}var Rd=class{constructor(e,t=!1){this.bufferFull$=new pI;this.error$=new pI;this.queue=[];this.currentTask=null;this.destroyed=!1;this.abortRequested=!1;this.isAbortFixEnabled=!1;this.completeTask=()=>{try{if(this.currentTask){let e=this.currentTask.signal?.aborted;this.currentTask.callback(!e),this.currentTask=null,this.isAbortFixEnabled&&this.queue.shift()}this.queue.length&&this.pull()}catch(e){this.error$.next({id:"BufferTaskQueueUnknown",category:dI.VIDEO_PIPELINE,message:"Buffer appending or removal failed",thrown:e})}};this.buffer=e,this.isAbortFixEnabled=t,this.buffer.addEventListener("updateend",this.completeTask)}async append(e,t){return t&&t.aborted?!1:new Promise(i=>{let r={operation:"append",data:e,signal:t,callback:i};this.queue.push(r),this.pull()})}async remove(e,t,i){return i&&i.aborted?!1:new Promise(r=>{let s={operation:"remove",from:e,to:t,signal:i,callback:r};this.queue.unshift(s),this.pull()})}async abort(e){return new Promise(t=>{let i,r=s=>{this.abortRequested=!1,t(s)};hI&&e?i={operation:"safariAbort",init:e,callback:r}:i={operation:"abort",callback:r};for(let{callback:s}of this.queue)s(!1);this.abortRequested=!0,i&&(this.queue=[i]),this.pull()})}destroy(){this.destroyed=!0,this.buffer.removeEventListener("updateend",this.completeTask),this.queue=[],this.currentTask=null;try{this.buffer.abort()}catch(e){if(!(e instanceof DOMException&&e.name==="InvalidStateError"))throw e}}pull(){if((this.buffer.updating||this.currentTask||this.destroyed)&&!this.abortRequested)return;let e=this.isAbortFixEnabled?this.queue[0]:this.queue.shift();if(!e)return;if(e.signal?.aborted){e.callback(!1),this.pull();return}this.currentTask=e;let{operation:t}=this.currentTask;try{this.execute(this.currentTask)}catch(r){r instanceof DOMException&&r.name==="QuotaExceededError"&&t==="append"?this.bufferFull$.next(this.currentTask.data.byteLength):r instanceof DOMException&&r.name==="InvalidStateError"||this.error$.next({id:`BufferTaskQueue:${t}`,category:dI.VIDEO_PIPELINE,message:"Buffer operation failed",thrown:r}),this.currentTask.callback(!1),this.currentTask=null}this.currentTask&&this.currentTask.operation==="abort"&&this.completeTask()}execute(e){let{operation:t}=e;switch(t){case"append":this.buffer.appendBuffer(e.data);break;case"remove":this.buffer.remove(e.from/1e3,e.to/1e3);break;case"abort":this.buffer.abort();break;case"safariAbort":{this.buffer.abort(),this.buffer.appendBuffer(e.init);break}default:y0(t)}}},fI=Rd;var Zt=(a,e)=>{let t=0;for(let i=0;i<a.length;i++){let r=a.start(i)*1e3,s=a.end(i)*1e3;r<=e&&e<=s&&(t=s)}return Math.max(t-e,0)};var ys=class{constructor(e){this.error$=new w0;this.subscription=new x0;this.mediaSource=e}init(e,t,i=!1){this.sourceBuffer=this.mediaSource.addSourceBuffer(`${e}; codecs="${t}"`),this.sourceBufferTaskQueue=new fI(this.sourceBuffer,i),this.subscription.add(this.sourceBufferTaskQueue.error$.subscribe(r=>this.error$.next(r))),this.subscription.add(E0(this.sourceBuffer,"error").subscribe(()=>this.error$.next({id:"SourceBuffer",category:I0.VIDEO_PIPELINE,message:"SourceBuffer Error event fired"})))}addInitSegment(e,t){return this.sourceBufferTaskQueue.append(e,t)}append(e,t){return this.sourceBufferTaskQueue.append(e,t)}remove(e,t,i){return this.sourceBufferTaskQueue.remove(e,t,i)}async clear(e){let t=this.getBufferState();if(Lr(t))return Promise.resolve(!1);let i=!0;await this.sourceBufferTaskQueue.abort();for(let r of t)i&&=await this.sourceBufferTaskQueue.remove(r.from,r.to,e);return i}warmUpMediaSource(){!Lr(this.sourceBuffer)&&!this.sourceBuffer.updating&&(this.sourceBuffer.mode="segments")}getBufferState(){if(Lr(this.sourceBuffer)||!X(this.mediaSource,this.sourceBuffer)||!this.sourceBuffer.buffered.length)return null;let e=[];for(let t=0;t<this.sourceBuffer.buffered.length;t++)e.push({from:this.sourceBuffer.buffered.start(t)*1e3,to:this.sourceBuffer.buffered.end(t)*1e3});return e}getForwardBufferDuration(e){return Lr(this.sourceBuffer)||!X(this.mediaSource,this.sourceBuffer)||!this.sourceBuffer.buffered.length||Lr(e)?0:Zt(this.sourceBuffer.buffered,e)}async abortBuffer(e){return Lr(this.sourceBuffer)?!1:this.sourceBufferTaskQueue.abort(e)}destroy(){if(this.subscription.unsubscribe(),this.sourceBufferTaskQueue?.destroy(),this.sourceBuffer)try{this.mediaSource.removeSourceBuffer(this.sourceBuffer)}catch(e){if(!(e instanceof DOMException&&e.name==="NotFoundError"))throw e}this.sourceBuffer=null}};var Fo=(a,e)=>{a.video.forEach(t=>{let i=t.representations.filter(({fps:r,height:s})=>{let n=e.find(([o])=>o===`${s}p`)?.[1];return n&&Number.isInteger(n)&&r&&Number.isInteger(r)?r<=n:!0});t.representations=i})};var M0=["timeupdate","progress","play","seeked","stalled","waiting"],vI=["timeupdate","progress","loadeddata","playing","seeked"],Cr=class{constructor(e){this.element=null;this.manifestUrlString="";this.source=null;this.manifest=null;this.bufferManagers=[];this.nativeBufferManagers=[];this.subscription=new gI;this.subscriptionRemovable=new R0;this.representationSubscription=new gI;this.forceEnded$=new ti;this.destroyController=new J;this.state$=new N("none");this.currentVideoRepresentation$=new K(void 0);this.currentVideoRepresentationInit$=new K(void 0);this.currentAudioRepresentation$=new K(void 0);this.currentVideoSegmentLength$=new K(0);this.currentAudioSegmentLength$=new K(0);this.error$=new ti;this.manifestRequested=new ti;this.manifestReceived=new ti;this.firstBytesRequested=new ti;this.firstBytesReceived=new ti;this.lastConnectionType$=new K(void 0);this.lastConnectionReused$=new K(void 0);this.lastRequestFirstBytes$=new K(void 0);this.lastConnectionMetrics$=new K(void 0);this.lastDownloadMetrics$=new K(void 0);this.currentLiveTextRepresentation$=new K(null);this.isLive$=new K(!1);this.isActiveLive$=new K(!1);this.isLowLatency$=new K(!1);this.liveDuration$=new K(0);this.liveSeekableDuration$=new K(0);this.liveAvailabilityStartTime$=new K(0);this.liveStreamStatus$=new K(void 0);this.currentBuffer$=new K({from:0,to:0});this.bufferLength$=new K(0);this.nativeBufferLength$=new K(0);this.liveLatency$=new K(void 0);this.liveLoadBufferLength$=new K(0);this.livePositionFromPlayer$=new K(0);this.currentStallDuration$=new K(0);this.videoLastDataObtainedTimestamp$=new K(0);this.fetcherRecoverableError$=new ti;this.fetcherError$=new ti;this.initRepresentations=mI(this.destroyController.signal,async function*(e,t,i){this.tracer.log("initRepresentationsStart",Uo({initialVideo:e,initialAudio:t,sourceHls:i})),this.representationSubscription.unsubscribe(),this.state$.startTransitionTo("representations_ready");let r={fetcher:this.fetcher,tuning:this.tuning,getCurrentPosition:()=>this.element?this.element.currentTime*1e3:void 0,getCurrentStallDuration:()=>this.currentStallDuration$.getValue(),isActiveLowLatency:()=>this.isActiveLive$.getValue()&&this.isLowLatency$.getValue(),manifest:this.manifest};this.createBuffers(r,e,t,i),this.initRepresentationSubscriptions(),yield this.waitStreamToOpen(),this.setSourceDuration(),Mt(this.videoBufferManager),yield Promise.all([this.videoBufferManager.startWith(e),t?this.audioBufferManager?.startWith(t):Promise.resolve()]),this.state$.setState("representations_ready"),this.tracer.log("initRepresentationsEnd")}.bind(this));this.fetchManifest=mI(this.destroyController.signal,async function*(){try{return yield this.fetcher.fetchManifest(this.manifestUrlString)}catch(e){Is(this.manifest)&&!this.bufferLength$.getValue()&&this.error$.next({id:"LoadManifest",category:_i.NETWORK,message:"Failed to load manifest",thrown:e})}}.bind(this));this.throughputEstimator=e.throughputEstimator,this.tuning=e.tuning,this.tracer=e.tracer.createComponentTracer(this.constructor.name),this.forceVideoCodec=e.forceVideoCodec,this.fetcher=new Po({throughputEstimator:this.throughputEstimator,requestQuic:this.tuning.requestQuick,compatibilityMode:e.compatibilityMode,tracer:this.tracer,useEnableSubtitlesParam:e.tuning.useEnableSubtitlesParam}),this.subscription.add(this.fetcher.recoverableError$.subscribe(this.fetcherRecoverableError$)),this.subscription.add(this.fetcher.error$.subscribe(this.fetcherError$)),this.initTracerSubscription()}async initManifest(e,t,i){this.tracer.log("initManifest"),this.state$.startTransitionTo("manifest_ready"),this.element=e,this.manifestUrlString=this.prepareManifestUrlString(t,i),this.manifest=await this.updateManifest(),this.manifest?.streams.video.length?this.state$.setState("manifest_ready"):this.error$.next({id:"NoRepresentations",category:_i.PARSER,message:"No playable video representations"})}initBuffer(){Mt(this.element),this.state$.setState("running"),this.subscription.add(Es(...M0.map(t=>Oi(this.element,t)),Oi(Ts(),"online"),bI(this.tuning.dash.tickMaintainInterval)).subscribe(()=>this.tick(),t=>this.error$.next({id:"DashVKPlayer",category:_i.WTF,message:"Internal logic error",thrown:t})));let e=[...this.source?.activeSourceBuffers??[]];this.subscription.add(Es(...e.map(t=>Oi(t,"updateend"))).subscribe(t=>this.reinitDecoderIfNeeded())),this.subscription.add(Oi(this.element,"waiting").subscribe(t=>{this.stallWatchdogSubscription&&(this.stallWatchdogSubscription.unsubscribe(),this.subscriptionRemovable.remove(this.stallWatchdogSubscription)),this.stallWatchdogSubscription=bI(this.tuning.dash.stallWatchdogInterval).subscribe(()=>this.stallWatchdogIntervalCallback(),i=>this.error$.next({id:"StallWatchdogCallback",category:_i.NETWORK,message:"Can't restore DASH after stall.",thrown:i})),this.subscriptionRemovable.add(this.stallWatchdogSubscription)}))}async switchRepresentation(e,t,i=!1){return{video:this.videoBufferManager,audio:this.audioBufferManager,text:null}[e]?.switchTo(t,i)}async seek(e,t=!1){Mt(this.element),Mt(this.videoBufferManager);let i;t||this.element.duration*1e3<=this.tuning.dashSeekInSegmentDurationThreshold||Math.abs(this.element.currentTime*1e3-e)<=this.tuning.dashSeekInSegmentAlwaysSeekDelta?i=e:i=Math.max(this.videoBufferManager.findSegmentStartTime(e)??e,this.audioBufferManager?.findSegmentStartTime(e)??e),this.warmUpMediaSourceIfNeeded(i),this.element.currentTime=i/1e3,$.browser.isSafari?(await this.audioBufferManager?.seek(i),await this.videoBufferManager.seek(i)):(await this.videoBufferManager.seek(i),await this.audioBufferManager?.seek(i)),this.tracer.log("seek",Uo({requestedPosition:e,forcePrecise:t,position:i}))}warmUpMediaSourceIfNeeded(e=this.element?.currentTime){ei(this.element)&&ei(this.source)&&ei(e)&&this.isStreamEnded&&this.element.duration*1e3-e>this.tuning.dash.seekBiasInTheEnd&&this.nativeBufferManagers.forEach(t=>t.warmUpMediaSource())}calculateDurationFromSegments(e){return Math.max(this.videoBufferManager?.calculateDurationFromSegments(e)||0,this.audioBufferManager?.calculateDurationFromSegments(e)||0)}get isStreamEnded(){return this.source?.readyState==="ended"}getStreams(){return this.manifest?.streams}getCodecs(){return this.manifest?.codecs}setBufferTarget(e){this.bufferManagers.forEach(t=>t.setTarget(e))}setPreloadOnly(e){this.bufferManagers.forEach(t=>t.setPreloadOnly(e))}stop(){this.tracer.log("stop"),this.element?.querySelectorAll("source").forEach(e=>{URL.revokeObjectURL(e.src),e.remove()}),this.element=null,this.source=null,this.manifest=null,this.currentVideoRepresentation$.next(void 0),this.nativeBufferManagers.forEach(e=>e.destroy()),this.videoBufferManager?.destroy(),this.videoBufferManager=null,this.audioBufferManager?.destroy(),this.audioBufferManager=null,this.bufferManagers=[],this.state$.setState("none")}destroy(){this.subscription.unsubscribe(),this.subscriptionRemovable.unsubscribe(),this.representationSubscription.unsubscribe(),this.timeoutSourceOpenId&&Ts().clearTimeout(this.timeoutSourceOpenId),this.destroyController.abort(),this.fetcher.destroy(),this.stop(),ei(this.source)&&this.isStreamNotOpen&&Array.from(this.source.sourceBuffers).every(e=>!e.updating)&&this.source.endOfStream(),this.source=null,this.tracer.end()}get isStreamNotOpen(){return this.source?.readyState!=="open"}async reinitDecoderIfNeeded(e=!1){let t=this.videoNativeBufferManager?.getBufferState()??[];if(Is(this.element)||!t.length)return;let i=this.element.currentTime*1e3;this.element.readyState<3&&t.some(r=>i>=r.from&&i<=r.to)&&(e?await this.seek(i):this.element.currentTime=this.element.currentTime)}async stallWatchdogIntervalCallback(){Mt(this.element),Mt(this.source);let{stallWatchdogInterval:e}=this.tuning.dash;if(this.isStreamNotOpen)return;let t=this.currentStallDuration$.getValue()+e;this.currentStallDuration$.next(t);let i={timeInWaiting:t};if(await this.reinitDecoderIfNeeded(t%1e3===0),this.isStallExceeded(t)){if(this.tuning.dash.useNewStallExitPolicy)return this.seek(this.element.currentTime*1e3);throw new Error(`Stall timeout exceeded: ${t} ms`)}await this.restoreAfterDeepStall(i),this.tracer.log("stallIntervalCallback",Uo(i))}isStallExceeded(e){let{crashOnStallTimeout:t,crashOnStallTWithoutDataTimeout:i}=this.tuning.dash,r=A0(),s=100,n=this.videoBufferManager?.lastDataObtainedTimestamp??0;this.videoLastDataObtainedTimestamp$.next(n);let o=this.audioBufferManager?.lastDataObtainedTimestamp??0,u=this.videoBufferManager?.getForwardPlaybackBufferDuration()??0,c=this.audioBufferManager?.getForwardPlaybackBufferDuration()??0,d=ei(this.videoBufferManager)&&u<s&&r-n>i,l=ei(this.audioBufferManager)&&c<s&&r-o>i;return(d||l)&&e>i||e>=t}async updateManifest(){this.tracer.log("updateManifestStart",{manifestUrl:this.manifestUrlString});let e=await this.fetchManifest();if(Is(e))return null;let t=this.parseManifest(e);if(!t)return null;let i=this.getResultManifest(t);return this.tracer.log("updateManifestEnd",Uo(i)),i}parseManifest(e){try{return Ro(e??"",this.manifestUrlString)}catch(t){let i=Io(e)??{id:"ManifestParsing",category:_i.PARSER,message:"Failed to parse MPD manifest",thrown:t};this.error$.next(i)}}getResultManifest(e){let t={text:e.streams.text,video:[],audio:[]},i=(o,u,c)=>!!(this.element?.canPlayType?.(u)&&qe()?.isTypeSupported?.(`${u}; codecs="${c}"`)||o==="text"),r,s;for(let o of["video","audio"]){let c=e.streams[o].filter(({mime:l,codecs:p})=>i(o,l,p));t[o]=c;let d;if(this.tuning.dash.codecsPrioritizeEnabled){let l=c.map(({codecs:p})=>p);o==="audio"&&(s=Vo(l),d=s[0]),o==="video"&&(r=Bo(l),this.forceVideoCodec&&(0,SI.default)(r,this.forceVideoCodec)?d=this.forceVideoCodec:d=r[0]),d&&(t[o]=c.filter(({codecs:p})=>Ar(p)===d))}else{let l=new Set(c.map(({codecs:p})=>p));d=Do(l),d&&(t[o]=c.filter(({codecs:p})=>p.startsWith(d)))}if(o==="video"){let l=this.tuning.preferHDR,p=t.video.some(b=>b.hdr),h=t.video.some(b=>!b.hdr);$.display.isHDR&&l&&p?t.video=t.video.filter(b=>b.hdr):h&&(t.video=t.video.filter(b=>!b.hdr));let{videoStreamRepresentaionsFilter:f}=this.tuning.dash;f.length&&Fo(t,f)}}let n={...e,streams:t};return this.tuning.dash.codecsPrioritizeEnabled&&(n.codecs={video:r,audio:s}),n}stopStallWatchdogSubscription(){this.stallWatchdogSubscription?.unsubscribe(),this.currentStallDuration$.next(0)}createBuffers(e,t,i,r){Mt(this.manifest),Mt(this.element);let s=c=>{this.representationSubscription.add(Oi(c,"error").pipe(Md(d=>!!this.element?.played.length)).subscribe(d=>{this.error$.next({id:"VideoSource",category:_i.VIDEO_PIPELINE,message:"Unexpected video source error",thrown:d})}))};this.source=vn();let n=Ts().document,o=n.createElement("source");if(s(o),o.src=URL.createObjectURL(this.source),this.element.appendChild(o),ar())if(r){let c=n.createElement("source");s(c),c.type="application/x-mpegurl",c.src=r.url,this.element.appendChild(c)}else this.element.disableRemotePlayback=!0;let u=this.manifest.streams.video.reduce((c,d)=>[...c,...d.representations],[]);if(this.videoNativeBufferManager=new ys(this.source),this.videoBufferManager=Ss.getBufferManager("video",this.videoNativeBufferManager,u,e),this.bufferManagers=[this.videoBufferManager],this.nativeBufferManagers=[this.videoNativeBufferManager],ei(i)){this.audioNativeBufferManager=new ys(this.source);let c=this.manifest.streams.audio.reduce((d,l)=>[...d,...l.representations],[]);this.audioBufferManager=Ss.getBufferManager("audio",this.audioNativeBufferManager,c,e),this.bufferManagers.push(this.audioBufferManager),this.nativeBufferManagers.push(this.audioNativeBufferManager)}}async waitStreamToOpen(){if(this.isStreamNotOpen){let e=this.tuning.dash.sourceOpenTimeout>=0;await new Promise(t=>{e&&(this.timeoutSourceOpenId=Ts().setTimeout(()=>{if(this.isStreamNotOpen){t();return}this.error$.next({id:"OpenOfStream",category:_i.VIDEO_PIPELINE,message:"Failed to open MediaSource",thrown:new Error("Timeout reject when wait sourceopen event"),traceAsLog:!0})},this.tuning.dash.sourceOpenTimeout)),this.source?.addEventListener("sourceopen",()=>{this.timeoutSourceOpenId&&Ts().clearTimeout(this.timeoutSourceOpenId),t()},{once:!0})})}}initRepresentationSubscriptions(){this.representationSubscription.add(this.fetcher.manifestRequested.subscribe(this.manifestRequested)),this.representationSubscription.add(this.fetcher.manifestReceived.subscribe(this.manifestReceived)),this.representationSubscription.add(this.fetcher.firstBytesRequested.subscribe(this.firstBytesRequested)),this.representationSubscription.add(this.fetcher.firstBytesReceived.subscribe(this.firstBytesReceived)),this.representationSubscription.add(this.fetcher.lastConnectionType$.subscribe(this.lastConnectionType$)),this.representationSubscription.add(this.fetcher.lastConnectionReused$.subscribe(this.lastConnectionReused$)),this.representationSubscription.add(this.fetcher.lastRequestFirstBytes$.subscribe(this.lastRequestFirstBytes$)),this.representationSubscription.add(this.fetcher.lastConnectionMetrics$.subscribe(this.lastConnectionMetrics$)),this.representationSubscription.add(this.fetcher.lastDownloadMetrics$.subscribe(this.lastDownloadMetrics$)),this.representationSubscription.add(Es(...this.bufferManagers.map(e=>e.error$)).subscribe(this.error$)),Mt(this.videoBufferManager),this.representationSubscription.add(this.videoBufferManager.playingRepresentation$.subscribe(this.currentVideoRepresentation$)),this.representationSubscription.add(this.videoBufferManager.playingRepresentationInit$.subscribe(this.currentVideoRepresentationInit$)),this.representationSubscription.add(this.videoBufferManager.currentSegmentLength$.subscribe(this.currentVideoSegmentLength$)),this.audioBufferManager&&(this.representationSubscription.add(this.audioBufferManager.playingRepresentation$.subscribe(this.currentAudioRepresentation$)),this.representationSubscription.add(this.audioBufferManager.currentSegmentLength$.subscribe(this.currentAudioSegmentLength$))),this.initBufferLengthSubscription()}initBufferLengthSubscription(){this.representationSubscription.add(Es(...vI.map(e=>Oi(this.element,e))).pipe($d(e=>this.videoBufferManager?.getPlaybackBufferState()),Md(ei),$d(({from:e,to:t})=>({from:e/1e3,to:t/1e3}))).subscribe(this.currentBuffer$)),this.representationSubscription.add(Es(...vI.map(e=>Oi(this.element,e))).pipe($d(e=>Math.min(this.videoBufferManager?.getForwardPlaybackBufferDuration()??0,this.audioBufferManager?.getForwardPlaybackBufferDuration()??0,this.audioBufferManager?.getForwardPlaybackBufferDuration()??0)),P0()).subscribe(this.bufferLength$)),this.representationSubscription.add(this.nativeBufferLength$.pipe(Md(e=>e>this.tuning.dash.bufferEmptinessTolerance)).subscribe(e=>this.stopStallWatchdogSubscription()))}initTracerSubscription(){let e=k0(this.tracer.error.bind(this.tracer));this.subscription.add(this.error$.subscribe(e("error")))}async tick(){if(Is(this.element)||Is(this.videoBufferManager)||this.isStreamNotOpen)return;let e=this.element.currentTime*1e3,i=(this.videoNativeBufferManager?.getBufferState()??[]).find(r=>e>=r.from&&e<=r.to);this.nativeBufferLength$.next(i?i.to-e:0),await this.videoBufferManager.maintain(e),await this.audioBufferManager?.maintain(e)}};import{assertNonNullable as qo,combine as $0,ErrorCategory as L0,filter as Ld,filterChanged as C0,fromEvent as D0,isNonNullable as B0,map as Cd,merge as ws}from"@vkontakte/videoplayer-shared";var Ho=class extends Cr{constructor(e){super(e)}prepareManifestUrlString(e,t){return e}initRepresentationSubscriptions(){super.initRepresentationSubscriptions(),this.initDisableStallWatchdogSubscription(),this.initEndOfVideoSubscription()}setSourceDuration(){qo(this.manifest),qo(this.source);let e=[this.manifest.duration??0,...(0,Dd.default)((0,Dd.default)([...this.manifest.streams.audio,...this.manifest.streams.video],t=>t.representations),t=>{let i=[];return t.duration&&i.push(t.duration),be(t.segmentReference)&&t.segmentReference.totalSegmentsDurationMs&&i.push(t.segmentReference.totalSegmentsDurationMs),i})];this.source.duration=Math.max(...e)/1e3}async restoreAfterDeepStall(e){qo(this.element);let t=this.element.currentTime*1e3;await Promise.all([this.videoBufferManager?.maintain(t),this.audioBufferManager?.maintain(t)]),e.position=t}initDisableStallWatchdogSubscription(){qo(this.element);let e=ws(D0(this.element,"ended"),this.forceEnded$),t=this.nativeBufferLength$.pipe(Ld(i=>i>this.tuning.dash.bufferEmptinessTolerance));this.representationSubscription.add(ws(e,t).subscribe(i=>this.stopStallWatchdogSubscription()))}initEndOfVideoSubscription(){let e=ws(...this.bufferManagers.map(s=>s.fullyBuffered$)).pipe(Cd(()=>this.bufferManagers.every(s=>s.fullyBuffered$.getValue()))),t=ws(...this.bufferManagers.map(s=>s.onLastSegment$)).pipe(Cd(()=>this.bufferManagers.some(s=>s.onLastSegment$.getValue()))),i=$0({allBuffersFull:e,someBufferEnded:t}).pipe(C0(),Cd(({allBuffersFull:s,someBufferEnded:n})=>s&&n),Ld(s=>s)),r=()=>{try{this.source?.endOfStream()}catch(s){this.error$.next({id:"EndOfStream",category:L0.VIDEO_PIPELINE,message:"Failed to end MediaSource stream",thrown:s})}};this.representationSubscription.add(ws(this.forceEnded$,i).pipe(Ld(s=>B0(this.source)&&this.source.readyState==="open"&&Array.from(this.source.sourceBuffers).every(n=>!n.updating))).subscribe(r))}};var xs=class extends Ai{subscribe(){super.subscribe();let{output:e,observableVideo:t,connect:i,genericErrorListener:r}=this.getProviderSubscriptionInfo();i(t.timeUpdate$,e.position$),i(t.durationChange$,e.duration$),this.subscription.add(this.player.currentVideoRepresentation$.pipe(_0(),V0(s=>O0(s))).subscribe(s=>{let n=this.player.calculateDurationFromSegments(s);n&&this.params.output.duration$.next(n/1e3)},r))}getPlayer(){return new Ho({throughputEstimator:this.params.dependencies.throughputEstimator,tuning:this.params.tuning,compatibilityMode:this.params.source.compatibilityMode,tracer:this.tracer,forceVideoCodec:this.params.forceVideoCodec})}seek(e,t){this.params.output.willSeekEvent$.next(),this.player.seek(e,t)}};import{combine as _d,merge as xI,filter as PI,filterChanged as kI,isNullable as Od,map as AI,ValueSubject as Nd,isNonNullable as W0}from"@vkontakte/videoplayer-shared";import{isNullable as N0,ValueSubject as yI}from"@vkontakte/videoplayer-shared";var ii=class{constructor(e){this.prevReported=void 0;this.pastMeasures=[];this.takenMeasures=0;this.measuresCursor=0;this.params=e,this.pastMeasures=Array(e.deviationDepth),this.smoothed=this.prevReported=e.initial,this.smoothed$=new yI(e.initial),this.debounced$=new yI(e.initial);let t=e.label??"value"+Math.random().toString(16).substring(2,6);this.rawSeries$=new Re(`raw_${t}`),this.smoothedSeries$=new Re(`smoothed_${t}`),this.reportedSeries$=new Re(`reported_${t}`),this.rawSeries$.next(e.initial),this.smoothedSeries$.next(e.initial),this.reportedSeries$.next(e.initial)}next(e){let t=0,i=0;for(let o=0;o<this.pastMeasures.length;o++)this.pastMeasures[o]!==void 0&&(t+=(this.pastMeasures[o]-this.smoothed)**2,i++);this.takenMeasures=i,t/=i;let r=Math.sqrt(t),s=this.smoothed+this.params.deviationFactor*r,n=this.smoothed-this.params.deviationFactor*r;this.pastMeasures[this.measuresCursor]=e,this.measuresCursor=(this.measuresCursor+1)%this.pastMeasures.length,this.rawSeries$.next(e),this.updateSmoothedValue(e),this.smoothed$.next(this.smoothed),this.smoothedSeries$.next(this.smoothed),!(this.smoothed>s||this.smoothed<n)&&(N0(this.prevReported)||Math.abs(this.smoothed-this.prevReported)/this.prevReported>=this.params.changeThreshold)&&(this.prevReported=this.smoothed,this.debounced$.next(this.smoothed),this.reportedSeries$.next(this.smoothed))}};var jo=class extends ii{constructor(e){super(e),this.slow=this.fast=e.initial}updateSmoothedValue(e){this.slow=kt(this.slow,e,this.params.emaAlphaSlow),this.fast=kt(this.fast,e,this.params.emaAlphaFast);let t=this.params.fastDirection>0?Math.max:Math.min;this.smoothed=t(this.slow,this.fast)}};var zo=class extends ii{constructor(e){super(e),this.emaSmoothed=e.initial}updateSmoothedValue(e){let t=Yl(this.pastMeasures,this.takenMeasures);this.emaSmoothed=kt(this.emaSmoothed,e,this.params.emaAlpha);let i=ZS(this.pastMeasures,this.takenMeasures,this.measuresCursor-1,this.params.basisTrendChangeCount);this.smoothed=i?this.emaSmoothed:t}};var Wo=class extends ii{constructor(t){super(t);this.furtherValues=[];this.currentTopExtremumValue=0;this.extremumInterval=t.extremumInterval}next(t){this.currentTopExtremumValue<=t?(this.currentTopExtremumValue=t,this.furtherValues=[]):this.furtherValues.length===this.extremumInterval?(super.next(this.currentTopExtremumValue),this.currentTopExtremumValue=t,this.furtherValues=[]):this.furtherValues.push(t)}updateSmoothedValue(t){this.smoothed=this.smoothed?kt(this.smoothed,t,this.params.emaAlpha):t}};var $t=class{static getSmoothedValue(e,t,i){return i.type==="TwoEma"?new jo({initial:e,emaAlphaSlow:i.emaAlphaSlow,emaAlphaFast:i.emaAlphaFast,changeThreshold:i.changeThreshold,fastDirection:t,deviationDepth:i.deviationDepth,deviationFactor:i.deviationFactor,label:"throughput"}):new zo({initial:e,emaAlpha:i.emaAlpha,basisTrendChangeCount:i.basisTrendChangeCount,changeThreshold:i.changeThreshold,deviationDepth:i.deviationDepth,deviationFactor:i.deviationFactor,label:"throughput"})}static getLiveBufferSmoothedValue(e,t){return new Wo({initial:e,label:"liveEdgeDelay",...t})}};import{assertNonNullable as Ni,combine as ks,ErrorCategory as Qo,filter as Go,filterChanged as Bd,fromEvent as TI,interval as H0,isNonNullable as j0,isNullable as II,map as Vd,now as EI,throttle as z0}from"@vkontakte/videoplayer-shared";var Dr=(a,e)=>{a&&a.playbackRate!==e&&(a.playbackRate=e)};import{isNullable as F0,ValueSubject as U0}from"@vkontakte/videoplayer-shared";var Ps=class a{constructor(e,t){this.currentRepresentation$=new U0(null);this.maxRepresentations=4;this.representationsCursor=0;this.representations=[];this.currentSegment=null;this.getCurrentPosition=t.getCurrentPosition,this.processStreams(e)}updateLive(e){this.processStreams(e?.streams.text)}seekLive(e){this.processStreams(e)}maintain(e=this.getCurrentPosition()){if(!F0(e))for(let t of this.representations)for(let i of t){let r=i.segmentReference,s=r.segments.length,n=r.segments[0].time.from,o=r.segments[s-1].time.to;if(e<n||e>o)continue;let u=r.segments.find(c=>c.time.from<=e&&c.time.to>=e);!u||this.currentSegment?.time.from===u.time.from&&this.currentSegment.time.to===u.time.to||(this.currentSegment=u,this.currentRepresentation$.next({...i,label:"Live Text",language:"ru",isAuto:!0,url:new URL(u.url,r.baseUrl).toString()}))}}destroy(){this.currentRepresentation$.next(null),this.currentSegment=null,this.representations=[]}processStreams(e){for(let t of e??[]){let i=a.filterRepresentations(t.representations);if(i){this.representations[this.representationsCursor]=i,this.representationsCursor=(this.representationsCursor+1)%this.maxRepresentations;break}}}static isSupported(e){return!!e?.some(t=>a.filterRepresentations(t.representations))}static filterRepresentations(e){return e?.filter(t=>t.kind==="text"&&"segmentReference"in t&&be(t.segmentReference))}};var Yo=class extends Cr{constructor(t){super(t);this.liveStreamEndTimestamp=0;this.liveWasInterrupted=!1;this.liveBuffer=$t.getLiveBufferSmoothedValue(this.tuning.dashCmafLive.lowLatency.maxTargetOffset,{...t.tuning.dashCmafLive.lowLatency.bufferEstimator})}async seek(t){Ni(this.element),this.updateManifestUrlWithTimeOffset(t),this.manifest=await this.updateManifest(),await this.forcePositionToRepresentationInitialTime()}initBuffer(){super.initBuffer(),this.forcePositionToRepresentationInitialTime()}async forcePositionToRepresentationInitialTime(){let i=this.videoBufferManager?.getRepresentationInitialTime()??0;await super.seek(i,!1)}async tick(){await super.tick();let t=(this.element?.currentTime??0)*1e3;this.liveTextManager?.maintain(t)}setSourceDuration(){Ni(this.source),this.source.duration=Number.MAX_SAFE_INTEGER}isStallExceeded(t){let{keepSilentStallWatchdogWhenNotActive:i}=this.tuning.dashCmafLive,s=this.liveStreamStatus$.getValue()==="active";return(!i||s)&&super.isStallExceeded(t)}async restoreAfterDeepStall(t){let{liveStallReinitInterval:i}=this.tuning.dash,{keepSilentStallWatchdogWhenNotActive:r}=this.tuning.dashCmafLive,s=this.currentStallDuration$.getValue(),o=this.liveStreamStatus$.getValue()==="active";if(s%i===0){let u=this.normalizeLiveOffset(-1*this.livePositionFromPlayer$.getValue()*1e3);t.liveLastOffset=u,!o&&r?(this.liveWasInterrupted=!0,this.updateManifestUrlWithTimeOffset(u),this.manifest=await this.updateManifest(),await this.forcePositionToRepresentationInitialTime()):this.seek(u).catch(c=>{this.error$.next({id:"stallIntervalCallback",category:Qo.VIDEO_PIPELINE,message:"stallIntervalCallback failed",thrown:c})})}}async updateManifest(){let t=await super.updateManifest();if(II(t))return null;if(II(t.live))return this.error$.next({id:"ManifestParsing",category:Qo.PARSER,message:"MPD doesnt contain live section for live stream"}),null;this.isLive$.next(!0);let{availabilityStartTime:i,latestSegmentPublishTime:r,streamIsUnpublished:s,streamIsAlive:n}=t.live,o=(t.duration??0)/1e3;this.liveSeekableDuration$.next(-1*o),this.liveDuration$.next((r-i)/1e3),this.liveAvailabilityStartTime$.next(t.live.availabilityStartTime);let u="active";if(n||(u=s?"unpublished":"unexpectedly_down"),this.liveStreamStatus$.next(u),this.bufferManagers.forEach(d=>d.updateManifest(t)),this.liveTextManager?.updateLive(t),n&&this.liveWasInterrupted){this.liveWasInterrupted=!1,this.stopStallWatchdogSubscription();let d=this.normalizeLiveOffset(-1*this.livePositionFromPlayer$.getValue()*1e3);this.seek(d).catch(l=>{this.error$.next({id:"updateManifest",category:Qo.VIDEO_PIPELINE,message:"seekLive after stream restore failed",thrown:l})})}return t}prepareManifestUrlString(t,i){return se(t,i,2)}updateManifestUrlWithTimeOffset(t){let i=this.liveStreamStatus$.getValue()!=="active"?EI()-this.liveStreamEndTimestamp:0,r=this.normalizeLiveOffset(t+i);this.isActiveLive$.next(r===0),this.manifestUrlString=se(this.manifestUrlString,r,2)}createBuffers(t,i,r,s){Ni(this.manifest),super.createBuffers(t,i,r,s),Ps.isSupported(this.manifest.streams.text)&&!this.isLowLatency$.getValue()&&(this.liveTextManager=new Ps(this.manifest.streams.text,t))}initRepresentationSubscriptions(){Ni(this.element),Ni(this.videoBufferManager),this.isActiveLive$.next(this.isLive$.getValue()),super.initRepresentationSubscriptions();let t=this.videoBufferManager,i=this.bufferManagers;this.initStreamDurationOnPauseSubscription(),this.initLiveChangePlaybackRateSubscriptions(),this.initLiveDurationSubscriptions(t),this.initLiveBufferInfoSubscriptions(t,i),this.initLiveMaintainSubscription(i),j0(this.liveTextManager)&&this.representationSubscription.add(this.liveTextManager.currentRepresentation$.subscribe(this.currentLiveTextRepresentation$))}initStreamDurationOnPauseSubscription(){Ni(this.element);let{liveUpdateInterval:t}=this.tuning.dash,i=()=>H0(t).subscribe(async r=>{let s=Ht(this.manifestUrlString,2);this.manifestUrlString=se(this.manifestUrlString,s+t,2),this.liveStreamStatus$.getValue()==="active"&&(this.manifest=await this.updateManifest())});this.representationSubscription.add(TI(this.element,"pause").subscribe(r=>{this.livePauseWatchdogSubscription=i(),this.representationSubscription.add(this.livePauseWatchdogSubscription)})),this.representationSubscription.add(TI(this.element,"play").subscribe(r=>this.livePauseWatchdogSubscription?.unsubscribe()))}initLiveDurationSubscriptions(t){this.representationSubscription.add(this.liveDuration$.pipe(Bd()).subscribe(i=>this.liveStreamEndTimestamp=EI())),this.representationSubscription.add(t.currentLowLatencySegmentLength$.subscribe(i=>{if(!this.isActiveLive$.getValue()&&!this.isLowLatency$.getValue()&&!i)return;let r=this.liveSeekableDuration$.getValue()-i/1e3;this.liveSeekableDuration$.next(Math.max(r,-1*this.tuning.dashCmafLive.maxLiveDuration)),this.liveDuration$.next(this.liveDuration$.getValue()+i/1e3)}))}initLiveChangePlaybackRateSubscriptions(){this.representationSubscription.add(ks({isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(Vd(({isActiveLive:t,isLowLatency:i})=>t&&i),Bd(),Go(t=>!this.isManualDecreasePlaybackInLive())).subscribe(t=>Dr(this.element,1))),this.representationSubscription.add(ks({liveBuffer:this.liveBuffer.smoothed$,isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(Go(t=>!this.isManualDecreasePlaybackInLive())).subscribe(({liveBuffer:t,isActiveLive:i,isLowLatency:r})=>{if(!r||!i)return;let s=this.tuning.dashCmafLive.lowLatency.maxTargetOffset,n=this.tuning.dashCmafLive.lowLatency.maxTargetOffsetDeviation,o=this.tuning.dashCmafLive.lowLatency.playbackCatchupSpeedup,u=t-s,c=1;Math.abs(u)>n&&(c=1+Math.sign(u)*o),Dr(this.element,c)}))}initLiveBufferInfoSubscriptions(t,i){this.representationSubscription.add(ks({bufferLength:this.bufferLength$,isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(Go(({bufferLength:r,isActiveLive:s,isLowLatency:n})=>s&&n&&!!r),Vd(({bufferLength:r})=>r)).subscribe(this.liveBuffer)),this.representationSubscription.add(this.bufferLength$.subscribe(r=>{let s=0;if(r){let n=(this.element?.currentTime??0)*1e3;s=Math.min(...i.map(u=>u.getLiveSegmentsToLoadState(this.manifest)?.to??n))-n}this.liveLoadBufferLength$.getValue()!==s&&this.liveLoadBufferLength$.next(s)})),this.representationSubscription.add(ks({isLive:this.isLive$,rtt:this.throughputEstimator.rtt$,bufferLength:this.bufferLength$,segmentServerLatency:t.currentLiveSegmentServerLatency$}).pipe(Go(({isLive:r})=>r),Bd((r,s)=>s.bufferLength<r.bufferLength),Vd(({rtt:r,bufferLength:s,segmentServerLatency:n})=>{let o=Ht(this.manifestUrlString,2);return(r/2+s+n+o)/1e3})).subscribe(this.liveLatency$))}initLiveMaintainSubscription(t){let i=0;this.representationSubscription.add(ks({liveLoadBufferLength:this.liveLoadBufferLength$,bufferLength:this.bufferLength$}).pipe(z0(this.tuning.dash.liveUpdateInterval)).subscribe(async({liveLoadBufferLength:r,bufferLength:s})=>{Ni(this.element);let n=this.element.playbackRate,o=Ht(this.manifestUrlString,2),u=Math.abs(this.livePositionFromPlayer$.getValue())*1e3,c=Math.min(u,this.tuning.dashCmafLive.normalizedTargetMinBufferSize*n),d=this.tuning.dashCmafLive.normalizedActualBufferOffset*n,l=this.tuning.dashCmafLive.normalizedLiveMinBufferSize*n,p=isFinite(r)?r:s,h=this.isActiveLive$.getValue()&&this.isLowLatency$.getValue(),f=u<=this.tuning.live.activeLiveDelay;this.isActiveLive$.next(f);let b="none";if(h?b="active_low_latency":this.isLowLatency$.getValue()&&f?(t.forEach(g=>g.proceedLowLatencyLive()),b="active_low_latency"):o!==0&&p<c?b="live_forward_buffering":p<c+l&&(b="live_with_target_offset"),isFinite(r)&&(i=r>i?r:i),b==="live_forward_buffering"||b==="live_with_target_offset"){let g=i-(c+d),v=this.normalizeLiveOffset(Math.trunc(o+g/n)),S=Math.abs(v-o),I=0;!r||S<=this.tuning.dashCmafLive.offsetCalculationError?I=o:v>0&&S>this.tuning.dashCmafLive.offsetCalculationError&&(I=v),this.manifestUrlString=se(this.manifestUrlString,I,2)}(b==="live_with_target_offset"||b==="live_forward_buffering")&&(i=0,this.manifest=await this.updateManifest())},r=>{this.error$.next({id:"updateLive",category:Qo.VIDEO_PIPELINE,thrown:r,message:"Failed to update live with subscription"})}))}isManualDecreasePlaybackInLive(){if(!this.element||!this.isLive$.getValue())return!1;let t=1-this.element.playbackRate;return Number(t.toFixed(2))>Number(this.tuning.dashCmafLive.lowLatency.playbackCatchupSpeedup.toFixed(2))}normalizeLiveOffset(t){return Math.trunc(t/1e3)*1e3}};var Br=class extends Ai{constructor(e){super(e),this.textTracksManager.destroy()}getPlayer(){return new Yo({throughputEstimator:this.params.dependencies.throughputEstimator,tuning:this.params.tuning,compatibilityMode:this.params.source.compatibilityMode,tracer:this.tracer,forceVideoCodec:this.params.forceVideoCodec})}subscribe(){super.subscribe();let e=!1,t=-1,{output:i,observableVideo:r,desiredState:s,connect:n}=this.getProviderSubscriptionInfo();this.params.output.position$.next(0),this.params.output.isLive$.next(!0),this.params.output.canPlayLiveTailBuffer$.next(!0);let o=new Nd(1);n(r.playbackRateState$,o),n(r.timeUpdate$,i.liveBufferTime$),n(this.player.liveSeekableDuration$,i.duration$),n(this.player.liveLatency$,i.liveLatency$),this.params.tuning.dashCmafLive.catchupLiveForMutedInactiveTab&&this.subscription.add(i.elementVisible$.pipe(kI()).subscribe(u=>{let c=i.position$.getValue(),d=i.volume$.getValue(),l=!d.volume||d.muted;!u&&!c&&l?e=!0:u&&e&&(this.seek(0),e=!1)})),this.subscription.add(this.params.output.position$.subscribe(this.player.livePositionFromPlayer$)).add(s.isLowLatency.stateChangeEnded$.pipe(AI(u=>u.to)).subscribe(this.player.isLowLatency$)).add(_d({liveBufferTime:i.liveBufferTime$,liveAvailabilityStartTime:this.player.liveAvailabilityStartTime$}).pipe(AI(({liveBufferTime:u,liveAvailabilityStartTime:c})=>u&&c?u+c:void 0)).subscribe(i.liveTime$)).add(_d({liveDuration:this.player.liveDuration$,liveStreamStatus:this.player.liveStreamStatus$,playbackRate:xI(r.playbackRateState$,new Nd(1))}).pipe(PI(({liveStreamStatus:u,liveDuration:c})=>u==="active"&&!!c)).subscribe(({liveDuration:u,playbackRate:c})=>{let d=i.liveBufferTime$.getValue(),l=i.position$.getValue(),{playbackCatchupSpeedup:p}=this.params.tuning.dashCmafLive.lowLatency;l||c<1-p||this.video.paused||Od(d)||(t=u-d)})).add(_d({time:i.liveBufferTime$,liveDuration:this.player.liveDuration$,playbackRate:xI(r.playbackRateState$,new Nd(1))}).pipe(kI((u,c)=>this.player.liveStreamStatus$.getValue()==="active"?u.liveDuration===c.liveDuration:u.time===c.time)).subscribe(({time:u,liveDuration:c,playbackRate:d})=>{let l=i.position$.getValue(),{playbackCatchupSpeedup:p}=this.params.tuning.dashCmafLive.lowLatency;if(!l&&!this.video.paused&&d>=1-p||Od(u)||Od(c))return;let h=-1*(c-u-t);i.position$.next(Math.min(h,0))})).add(this.player.currentLiveTextRepresentation$.subscribe(u=>{if(u){let c=KS(u);this.params.output.availableTextTracks$.next([c])}})),this.params.tuning.dashCmafLive.externalStopControl||this.subscription.add(this.player.liveStreamStatus$.pipe(PI(u=>W0(u))).subscribe(u=>i.isLiveEnded$.next(u==="unpublished"&&i.position$.getValue()===0)))}seek(e){this.params.output.willSeekEvent$.next();let t=-e,i=Math.trunc(t/1e3<=Math.abs(this.params.output.duration$.getValue())?t:0);this.player.seek(i).then(()=>{this.params.output.position$.next(e/1e3)})}};import{assertNever as bV,assertNonNullable as gV,combine as vV,debounce as SV,ErrorCategory as NI,filter as Yd,filterChanged as Vs,fromEvent as yV,isNonNullable as FI,isNullable as TV,map as _s,merge as Os,observableFrom as au,once as UI,Subscription as IV,throttle as EV}from"@vkontakte/videoplayer-shared";var OI=C(Ce(),1),Qd=C(Na(),1);var ri=(a,e,t=0)=>{for(let i=0;i<a.length;i++)if(a.start(i)*1e3-t<=e&&a.end(i)*1e3+t>e)return!0;return!1};import{abortable as jd,assertNonNullable as Nr,combine as Fr,ErrorCategory as et,filter as tu,filterChanged as Cs,flattenObject as Ds,fromEvent as Ct,getTraceSubscriptionMethod as aV,interval as zd,isNonNullable as Bs,isNullable as VI,map as Ur,merge as Hi,now as Wd,Subject as Dt,Subscription as _I,SubscriptionRemovable as sV,tap as nV,throttle as oV,ValueSubject as ee}from"@vkontakte/videoplayer-shared";var Xo=C(Ce(),1),Ui=C(Xe(),1),Jo=C(Na(),1);var CI=C(xl(),1);import{assertNever as Q0,ErrorCategory as RI,Subject as MI}from"@vkontakte/videoplayer-shared";var G0=18,$I=!1;try{$I=$.browser.isSafari&&!!$.browser.safariVersion&&$.browser.safariVersion<=G0}catch(a){console.error(a)}var Fd=class{constructor(e,t=!1){this.bufferFull$=new MI;this.error$=new MI;this.queue=[];this.currentTask=null;this.destroyed=!1;this.abortRequested=!1;this.isAbortFixEnabled=!1;this.completeTask=()=>{try{if(this.currentTask){let e=this.currentTask.signal?.aborted;this.currentTask.callback(!e),this.currentTask=null,this.isAbortFixEnabled&&this.queue.shift()}this.queue.length&&this.pull()}catch(e){this.error$.next({id:"BufferTaskQueueUnknown",category:RI.VIDEO_PIPELINE,message:"Buffer appending or removal failed",thrown:e})}};this.buffer=e,this.isAbortFixEnabled=t,this.buffer.addEventListener("updateend",this.completeTask)}async append(e,t){return t&&t.aborted?!1:new Promise(i=>{let r={operation:"append",data:e,signal:t,callback:i};this.queue.push(r),this.pull()})}async remove(e,t,i){return i&&i.aborted?!1:new Promise(r=>{let s={operation:"remove",from:e,to:t,signal:i,callback:r};this.queue.unshift(s),this.pull()})}async abort(e){return new Promise(t=>{let i,r=s=>{this.abortRequested=!1,t(s)};$I&&e?i={operation:"safariAbort",init:e,callback:r}:i={operation:"abort",callback:r};for(let{callback:s}of this.queue)s(!1);this.abortRequested=!0,i&&(this.queue=[i]),this.pull()})}destroy(){this.destroyed=!0,this.buffer.removeEventListener("updateend",this.completeTask),this.queue=[],this.currentTask=null;try{this.buffer.abort()}catch(e){if(!(e instanceof DOMException&&e.name==="InvalidStateError"))throw e}}pull(){if((this.buffer.updating||this.currentTask||this.destroyed)&&!this.abortRequested)return;let e=this.isAbortFixEnabled?this.queue[0]:this.queue.shift();if(!e)return;if(e.signal?.aborted){e.callback(!1),this.pull();return}this.currentTask=e;let{operation:t}=this.currentTask;try{this.execute(this.currentTask)}catch(r){r instanceof DOMException&&r.name==="QuotaExceededError"&&t==="append"?this.bufferFull$.next(this.currentTask.data.byteLength):r instanceof DOMException&&r.name==="InvalidStateError"||this.error$.next({id:`BufferTaskQueue:${t}`,category:RI.VIDEO_PIPELINE,message:"Buffer operation failed",thrown:r}),this.currentTask.callback(!1),this.currentTask=null}this.currentTask&&this.currentTask.operation==="abort"&&this.completeTask()}execute(e){let{operation:t}=e;switch(t){case"append":this.buffer.appendBuffer(e.data);break;case"remove":this.buffer.remove(e.from/1e3,e.to/1e3);break;case"abort":this.buffer.abort();break;case"safariAbort":{this.buffer.abort(),this.buffer.appendBuffer(e.init);break}default:Q0(t)}}},LI=Fd;var Ud=a=>{let e=0;for(let t=0;t<a.length;t++)e+=a.end(t)-a.start(t);return e*1e3};import{abortable as ai,assertNonNullable as $e,ErrorCategory as Lt,fromEvent as qd,getExponentialDelay as Hd,isHigher as Y0,isNonNullable as si,isNullable as le,now as Ko,once as K0,Subject as X0,Subscription as J0,ValueSubject as Fi}from"@vkontakte/videoplayer-shared";var As=class{constructor(e,t,i,{fetcher:r,tuning:s,getCurrentPosition:n,isActiveLowLatency:o,compatibilityMode:u=!1,manifest:c}){this.currentLiveSegmentServerLatency$=new Fi(0);this.currentLowLatencySegmentLength$=new Fi(0);this.currentSegmentLength$=new Fi(0);this.onLastSegment$=new Fi(!1);this.fullyBuffered$=new Fi(!1);this.playingRepresentation$=new Fi(void 0);this.playingRepresentationInit$=new Fi(void 0);this.error$=new X0;this.gaps=[];this.subscription=new J0;this.allInitsLoaded=!1;this.activeSegments=new Set;this.downloadAbortController=new J;this.switchAbortController=new J;this.destroyAbortController=new J;this.useSmartRepresentationSwitch=!1;this.bufferLimit=1/0;this.failedDownloads=0;this.baseUrls=[];this.baseUrlsIndex=0;this.isLive=!1;this.liveUpdateSegmentIndex=0;this.liveInitialAdditionalOffset=0;this.isSeekingLive=!1;this.index=0;this.lastDataObtainedTimestampMs=0;this.loadByteRangeSegmentsTimeoutId=0;this.startWith=ai(this.destroyAbortController.signal,async function*(e){let t=this.representations.get(e);$e(t,`Cannot find representation ${e}`),this.playingRepresentationId=e,this.downloadingRepresentationId=e,this.sourceBuffer=this.mediaSource.addSourceBuffer(`${t.mime}; codecs="${t.codecs}"`),this.sourceBufferTaskQueue=new LI(this.sourceBuffer,this.tuning.dash.useAbortMSEFix),this.subscription.add(qd(this.sourceBuffer,"updateend").subscribe(()=>{this.checkEjectedSegments(),this.maintain()},n=>{let o,u=this.mediaSource.readyState;u!=="open"&&(o={id:`SegmentEjection_source_${u}`,category:Lt.VIDEO_PIPELINE,message:"Error when trying to clear segments ejected by browser",thrown:n}),o??={id:"SegmentEjection",category:Lt.VIDEO_PIPELINE,message:"Error when trying to clear segments ejected by browser",thrown:n},this.error$.next(o)})),this.subscription.add(qd(this.sourceBuffer,"error").subscribe(()=>this.error$.next({id:"SourceBuffer",category:Lt.VIDEO_PIPELINE,message:"SourceBuffer Error event fired"}))),this.subscription.add(this.sourceBufferTaskQueue.bufferFull$.subscribe(n=>{let o=this.getCurrentPosition();if(!this.sourceBuffer||!o||!X(this.mediaSource,this.sourceBuffer))return;let u=Math.min(this.bufferLimit,Ud(this.sourceBuffer.buffered)*.8);this.bufferLimit=u;let c=this.getForwardBufferDuration(o),d=Math.min(this.forwardBufferTarget,this.bufferLimit)*this.tuning.dash.minSafeBufferThreshold;this.pruneBuffer(o,n*2,c<d).catch(l=>{this.handleAsyncError(l,"pruneBuffer")})})),this.subscription.add(this.sourceBufferTaskQueue.error$.subscribe(n=>this.error$.next(n))),yield this.loadInit(t,"high",!0);let i=this.initData.get(t.id),r=this.segments.get(t.id),s=this.parsedInitData.get(t.id);$e(i,"No init buffer for starting representation"),$e(r,"No segments for starting representation"),i instanceof ArrayBuffer&&(this.searchGaps(r,t),yield this.sourceBufferTaskQueue.append(i,this.destroyAbortController.signal),this.playingRepresentation$.next(this.playingRepresentationId),this.playingRepresentationInit$.next(s))}.bind(this));this.switchTo=ai(this.destroyAbortController.signal,async function*(e,t=!1){if(!X(this.mediaSource,this.sourceBuffer)||e===this.downloadingRepresentationId||e===this.switchingToRepresentationId)return;this.switchingToRepresentationId=e;let i=this.representations.get(e);$e(i,`No such representation ${e}`);let r=this.segments.get(e),s=this.initData.get(e);if(le(s)||le(r)?yield this.loadInit(i,"high",!1):s instanceof Promise&&(yield s),r=this.segments.get(e),$e(r,"No segments for starting representation"),s=this.initData.get(e),!(!s||!(s instanceof ArrayBuffer)||!this.sourceBuffer||!X(this.mediaSource,this.sourceBuffer))){if(yield this.abort(),yield this.sourceBufferTaskQueue.append(s,this.downloadAbortController.signal),t)this.switchingToRepresentationId=void 0,this.downloadingRepresentationId=e,yield this.dropBuffer();else{let n=this.getCurrentPosition();si(n)&&!this.isLive&&(this.bufferLimit=1/0,await this.pruneBuffer(n,1/0,!0)),this.switchingToRepresentationId=void 0,this.downloadingRepresentationId=e}this.maintain()}}.bind(this));this.switchToOld=ai(this.destroyAbortController.signal,async function*(e,t=!1){if(!X(this.mediaSource,this.sourceBuffer)||e===this.downloadingRepresentationId||e===this.switchingToRepresentationId)return;this.switchingToRepresentationId=e;let i=this.representations.get(e);$e(i,`No such representation ${e}`);let r=this.segments.get(e),s=this.initData.get(e);if(le(s)||le(r)?yield this.loadInit(i,"high",!1):s instanceof Promise&&(yield s),r=this.segments.get(e),$e(r,"No segments for starting representation"),s=this.initData.get(e),!(!s||!(s instanceof ArrayBuffer)||!this.sourceBuffer||!X(this.mediaSource,this.sourceBuffer)))if(yield this.abort(),yield this.sourceBufferTaskQueue.append(s,this.downloadAbortController.signal),t)this.switchingToRepresentationId=void 0,this.downloadingRepresentationId=e,yield this.dropBuffer(),this.maintain();else{let n=this.getCurrentPosition();si(n)&&(this.isLive||(this.bufferLimit=1/0,await this.pruneBuffer(n,1/0,!0)),this.maintain(n)),this.switchingToRepresentationId=void 0,this.downloadingRepresentationId=e}}.bind(this));this.seekLive=ai(this.destroyAbortController.signal,async function*(e){let t=(0,Jo.default)(e,u=>u.representations);if(!this.downloadingRepresentationId||!t.length)return;this.isSeekingLive=!0;for(let u of this.representations.keys()){let c=t.find(p=>p.id===u);c&&this.representations.set(u,c);let d=this.representations.get(u);if(!d||!je(d.segmentReference)){this.isSeekingLive=!1;return}let l=this.getActualLiveStartingSegments(d.segmentReference);this.segments.set(d.id,l)}let i=this.switchingToRepresentationId??this.downloadingRepresentationId,r=this.representations.get(i);$e(r,`Representation not found by id ${i}`);let s=this.segments.get(i);$e(s,"No segments for starting representation");let n=this.initData.get(i);if($e(n,"No init buffer for starting representation"),!(n instanceof ArrayBuffer)){this.isSeekingLive=!1;return}let o=this.getDebugBufferState();this.liveUpdateSegmentIndex=0,yield this.abort(),o&&(yield this.sourceBufferTaskQueue.remove(o.from*1e3,o.to*1e3,this.destroyAbortController.signal)),this.searchGaps(s,r),yield this.sourceBufferTaskQueue.append(n,this.destroyAbortController.signal),this.isSeekingLive=!1}.bind(this));this.fetcher=r,this.tuning=s,this.compatibilityMode=u,this.forwardBufferTarget=s.dash.forwardBufferTargetAuto,this.getCurrentPosition=n,this.isActiveLowLatency=o,this.isLive=!!c?.live,this.baseUrls=c?.baseUrls??[],this.initData=new Map(i.map(d=>[d.id,null])),this.segments=new Map,this.parsedInitData=new Map,this.representations=new Map(i.map(d=>[d.id,d])),this.kind=e,this.mediaSource=t,this.sourceBuffer=null}switchToWithPreviousAbort(e,t=!1){!X(this.mediaSource,this.sourceBuffer)||e===this.downloadingRepresentationId||e===this.switchingToRepresentationId||(this.switchAbortController.abort(),this.switchAbortController=new J,ai(this.switchAbortController.signal,async function*(i,r=!1){this.switchingToRepresentationId=i;let s=this.representations.get(i);$e(s,`No such representation ${i}`);let n=this.segments.get(i),o=this.initData.get(i);if(le(o)||le(n)?yield this.loadInit(s,"high",!1):o instanceof Promise&&(yield o),n=this.segments.get(i),$e(n,"No segments for starting representation"),o=this.initData.get(i),!(!(o instanceof ArrayBuffer)||!this.sourceBuffer||!X(this.mediaSource,this.sourceBuffer))){if(yield this.abort(),yield this.sourceBufferTaskQueue.append(o,this.downloadAbortController.signal),r)this.switchingToRepresentationId=void 0,this.downloadingRepresentationId=i,yield this.dropBuffer();else{let u=this.getCurrentPosition();si(u)&&!this.isLive&&(this.bufferLimit=this.forwardBufferTarget,yield this.pruneBuffer(u,1/0,!0)),this.downloadingRepresentationId=i,this.switchingToRepresentationId=void 0}this.maintain()}}.bind(this))(e,t))}warmUpMediaSource(){!le(this.sourceBuffer)&&!this.sourceBuffer.updating&&(this.sourceBuffer.mode="segments")}async abort(){for(let e of this.activeSegments)this.abortSegment(e.segment);return this.activeSegments.clear(),this.downloadAbortController.abort(),this.downloadAbortController=new J,this.abortBuffer()}maintain(e=this.getCurrentPosition()){if(le(e)||le(this.downloadingRepresentationId)||le(this.playingRepresentationId)||le(this.sourceBuffer)||!X(this.mediaSource,this.sourceBuffer)||si(this.switchingToRepresentationId)||this.isSeekingLive)return;let t=this.representations.get(this.downloadingRepresentationId),i=this.representations.get(this.playingRepresentationId),r=this.segments.get(this.downloadingRepresentationId),s=this.segments.get(this.playingRepresentationId);if($e(t,`No such representation ${this.downloadingRepresentationId}`),$e(i,`No such representation ${this.playingRepresentationId}`),le(r)||le(s))return;let n=r.find(p=>e>=p.time.from&&e<p.time.to);si(n)&&isFinite(n.time.from)&&isFinite(n.time.to)&&this.currentSegmentLength$.next(n?.time.to-n.time.from);let o=e,u=100;if(this.playingRepresentationId!==this.downloadingRepresentationId){let p=this.getForwardBufferDuration(e),h=Jt(i),f=Jt(t),b=this.useSmartRepresentationSwitch&&this.tuning.dash.useNewRepresentationSwitch&&this.tuning.dash.useSmartRepresentationSwitch&&si(h)&&si(f)&&Y0(h.quality,f.quality),g=this.useSmartRepresentationSwitch&&this.tuning.dash.useNewRepresentationSwitch&&this.tuning.dash.useDelayedRepresentationSwitch;if(b||g?o+=Math.min(p,this.tuning.dash.representationSwitchForwardBufferGap):n&&n.time.to-e<this.tuning.dash.maxSegmentDurationLeftToSelectNextSegment&&p>=n.time.to-e+u&&(o=n?n.time.to+u:-1/0),this.tuning.dash.useNewRepresentationSwitch){let S=[...this.segments.entries()].map(([I,y])=>{let P=y.find(M=>e>=M.time.from&&e<M.time.to);return{representationId:I,status:P?.status}}).find(I=>I.status==="fed")?.representationId;S&&(this.playingRepresentationId=S,this.playingRepresentation$.next(this.playingRepresentationId),this.playingRepresentationInit$.next(this.parsedInitData.get(this.playingRepresentationId)))}}if(isFinite(this.bufferLimit)&&Ud(this.sourceBuffer.buffered)>=this.bufferLimit){let p=this.getForwardBufferDuration(e),h=Math.min(this.forwardBufferTarget,this.bufferLimit)*this.tuning.dash.minSafeBufferThreshold;this.pruneBuffer(e,1/0,p<h).catch(f=>{this.handleAsyncError(f,"pruneBuffer")});return}let d=[];if(!this.activeSegments.size&&(d=this.selectForwardBufferSegments(r,t.segmentReference.type,o),d.length)){let p="auto";if(this.tuning.dash.useFetchPriorityHints&&n)if((0,Xo.default)(d,n))p="high";else{let h=(0,Ui.default)(d,0);h&&h.time.from-n.time.to>=this.forwardBufferTarget/2&&(p="low")}this.loadSegments(d,t,p).catch(h=>{this.handleAsyncError(h,"loadSegments")})}(!this.preloadOnly&&!this.allInitsLoaded&&n&&n.status==="fed"&&!d.length&&this.getForwardBufferDuration(e)>3e3||this.isActiveLowLatency())&&this.loadNextInit();let l=(0,Ui.default)(r,-1);!this.isLive&&l&&(this.fullyBuffered$.next(l.time.to-e-this.getForwardBufferDuration(e)<u),this.onLastSegment$.next(e-l.time.from>0))}get lastDataObtainedTimestamp(){return this.lastDataObtainedTimestampMs}searchGaps(e,t){this.gaps=[];let i=0,r=this.isLive?this.liveInitialAdditionalOffset:0;for(let s of e)Math.trunc(s.time.from-i)>0&&this.gaps.push({representation:t.id,from:i,to:s.time.from+r,persistent:!0}),i=s.time.to;si(t.duration)&&t.duration-i>0&&!this.isLive&&this.gaps.push({representation:t.id,from:i,to:t.duration,persistent:!0})}getActualLiveStartingSegments(e){let t=e.segments,i=this.isActiveLowLatency()?this.tuning.dashCmafLive.lowLatency.maxTargetOffset:this.tuning.dashCmafLive.maxActiveLiveOffset,r=[],s=0,n=t.length-1;do r.unshift(t[n]),s+=t[n].time.to-t[n].time.from,n--;while(s<i&&n>=0);return this.liveInitialAdditionalOffset=s-i,this.isActiveLowLatency()?[r[0]]:r}getLiveSegmentsToLoadState(e){let t=e?.streams[this.kind];if(!t)return;let i=(0,Jo.default)(t,s=>s.representations).find(s=>s.id===this.downloadingRepresentationId);if(!i)return;let r=this.segments.get(i.id);if(r?.length)return{from:r[0].time.from,to:r[r.length-1].time.to}}updateLive(e){if(!e||[...this.segments.values()].every(i=>!i.length))return;let t=(0,Jo.default)(e.streams[this.kind],i=>i.representations);for(let i of t){if(!i||!je(i.segmentReference))return;let r=i.segmentReference.segments.map(c=>({...c,status:"none",size:void 0})),s=100,n=this.segments.get(i.id)??[],o=(0,Ui.default)(n,-1)?.time.to??0,u=r?.findIndex(c=>o>=c.time.from+s&&o<=c.time.to+s);if(u===-1){this.liveUpdateSegmentIndex=0;let c=this.getActualLiveStartingSegments(i.segmentReference);this.segments.set(i.id,c)}else{let c=r.slice(u+1);this.segments.set(i.id,[...n,...c])}}}proceedLowLatencyLive(){let e=this.downloadingRepresentationId;$e(e);let t=this.segments.get(e);if(t?.length){let i=t[t.length-1];this.updateLowLatencyLiveIfNeeded(i)}}calculateDurationFromSegments(){if(!this.playingRepresentationId)return 0;let e=this.segments.get(this.playingRepresentationId);return(e?(0,Ui.default)(e,-1)?.time.to:0)||0}setSmartRepresentationSwitch(e){this.useSmartRepresentationSwitch=e}updateLowLatencyLiveIfNeeded(e){let t=0;for(let i of this.representations.values()){let r=i.segmentReference;if(!je(r))return;let s=this.segments.get(i.id)??[],n=s.find(u=>Math.floor(u.time.from)===Math.floor(e.time.from));if(n&&!isFinite(n.time.to)&&(n.time.to=e.time.to,t=n.time.to-n.time.from),!!!s.find(u=>Math.floor(u.time.from)===Math.floor(e.time.to))&&this.isActiveLowLatency()){let u=Math.round(e.time.to*r.timescale/1e3).toString(10),c=ct(r.segmentTemplateUrl,{segmentTime:u});s.push({status:"none",time:{from:e.time.to,to:1/0},url:c})}}this.currentLowLatencySegmentLength$.next(t)}findSegmentStartTime(e){let t=this.switchingToRepresentationId??this.downloadingRepresentationId??this.playingRepresentationId;if(!t)return;let i=this.segments.get(t);return i?i.find(s=>s.time.from<=e&&s.time.to>=e)?.time.from??void 0:void 0}setTarget(e){this.forwardBufferTarget=e}setPreloadOnly(e){this.preloadOnly=e}destroy(){if(this.initData.clear(),this.segments.clear(),this.parsedInitData.clear(),this.representations.clear(),this.sourceBufferTaskQueue?.destroy(),this.gapDetectionIdleCallback&&Ci&&Ci(this.gapDetectionIdleCallback),this.initLoadIdleCallback&&Ci&&Ci(this.initLoadIdleCallback),this.subscription.unsubscribe(),this.sourceBuffer)try{this.mediaSource.removeSourceBuffer(this.sourceBuffer)}catch(e){if(!(e instanceof DOMException&&e.name==="NotFoundError"))throw e}this.sourceBuffer=null,this.downloadAbortController.abort(),this.switchAbortController.abort(),this.destroyAbortController.abort(),window.clearTimeout(this.loadByteRangeSegmentsTimeoutId)}selectForwardBufferSegments(e,t,i){return this.isLive?this.selectForwardBufferSegmentsLive(e,i):this.selectForwardBufferSegmentsRecord(e,t,i)}selectForwardBufferSegmentsLive(e,t){let i=e.findIndex(r=>t>=r.time.from&&t<r.time.to);return this.playingRepresentationId!==this.downloadingRepresentationId&&(this.liveUpdateSegmentIndex=i),this.liveUpdateSegmentIndex<e.length?e.slice(this.liveUpdateSegmentIndex++):[]}selectForwardBufferSegmentsRecord(e,t,i){let r=this.getForwardBufferDuration(i),s=e.findIndex(({status:p,time:{from:h,to:f}},b)=>{let g=h<=i&&f>=i,v=h>i||g||b===0&&i===0,S=Math.min(this.forwardBufferTarget,this.bufferLimit),I=this.preloadOnly&&h<=i+S||r<S&&f-h>=S||f<=i+S;return(p==="none"||p==="partially_ejected"&&v&&I&&this.sourceBuffer&&X(this.mediaSource,this.sourceBuffer)&&!(ri(this.sourceBuffer.buffered,h)&&ri(this.sourceBuffer.buffered,f)))&&v&&I});if(s===-1)return[];if(t!=="byteRange")return e.slice(s,s+1);let n=e,o=0,u=0,c=[],d=this.preloadOnly?0:this.tuning.dash.segmentRequestSize,l=this.preloadOnly?this.forwardBufferTarget:0;for(let p=s;p<n.length&&(o<=d||u<=l);p++){let h=n[p];if(o+=h.byte.to+1-h.byte.from,u+=h.time.to+1-h.time.from,h.status==="none"||h.status==="partially_ejected")c.push(h);else break}return c}async loadSegments(e,t,i="auto"){je(t.segmentReference)?await this.loadTemplateSegment(e[0],t,i):await this.loadByteRangeSegments(e,t,i)}async loadTemplateSegment(e,t,i="auto"){e.status="downloading";let r={segment:e,loadedBytes:0,feedingBytes:0,fedBytes:0,representationId:t.id};this.activeSegments.add(r);let{range:s,url:n,signal:o,onProgress:u,onProgressTasks:c}=this.prepareTemplateFetchSegmentParams(e,t);this.failedDownloads&&o&&(await ai(o,async function*(){let d=Hd(this.failedDownloads,this.tuning.downloadBackoff);yield new Promise(l=>setTimeout(l,d))}.bind(this))(),o.aborted&&this.abortActiveSegments([e]));try{let d=await this.fetcher.fetch(n,{range:s,signal:o,onProgress:u,priority:i,isLowLatency:this.isActiveLowLatency(),bufferOptimisation:this.tuning.dash.fetcherBufferOptimisation});if(this.lastDataObtainedTimestampMs=Ko(),!d)return;let l=new DataView(d),p=Vi(t.mime);if(!isFinite(r.segment.time.to)){let b=t.segmentReference.timescale;r.segment.time.to=p.getChunkEndTime(l,b)}u&&r.feedingBytes&&c?await Promise.all(c):await this.sourceBufferTaskQueue.append(l,o);let{serverDataReceivedTimestamp:h,serverDataPreparedTime:f}=p.getServerLatencyTimestamps(l);h&&f&&this.currentLiveSegmentServerLatency$.next(f-h),r.segment.status="downloaded",this.onSegmentFullyAppended(r,t.id),this.failedDownloads=0}catch(d){this.abortActiveSegments([e]),ut(d)||(this.failedDownloads++,this.updateRepresentationsBaseUrlIfNeeded())}}updateRepresentationsBaseUrlIfNeeded(){if(!this.tuning.dash.enableBaseUrlSupport||!this.baseUrls.length||this.failedDownloads<=this.tuning.dash.maxSegmentRetryCount)return;this.baseUrlsIndex=(this.baseUrlsIndex+1)%this.baseUrls.length;let e=this.baseUrls[this.baseUrlsIndex];for(let t of this.representations.values())je(t.segmentReference)?t.segmentReference.baseUrl=e:t.segmentReference.url=e}async loadByteRangeSegments(e,t,i="auto"){if(!e.length)return;for(let u of e)u.status="downloading",this.activeSegments.add({segment:u,loadedBytes:0,feedingBytes:0,fedBytes:0,representationId:t.id});let{range:r,url:s,signal:n,onProgress:o}=this.prepareByteRangeFetchSegmentParams(e,t);this.failedDownloads&&n&&(await ai(n,async function*(){let u=Hd(this.failedDownloads,this.tuning.downloadBackoff);yield new Promise(c=>{this.loadByteRangeSegmentsTimeoutId=window.setTimeout(c,u),qd(window,"online").pipe(K0()).subscribe(()=>{c(),window.clearTimeout(this.loadByteRangeSegmentsTimeoutId)})})}.bind(this))(),n.aborted&&this.abortActiveSegments(e));try{await this.fetcher.fetch(s,{range:r,onProgress:o,signal:n,priority:i,bufferOptimisation:this.tuning.dash.fetcherBufferOptimisation}),this.lastDataObtainedTimestampMs=Ko(),this.failedDownloads=0}catch(u){this.abortActiveSegments(e),ut(u)||(this.failedDownloads++,this.updateRepresentationsBaseUrlIfNeeded())}}prepareByteRangeFetchSegmentParams(e,t){if(je(t.segmentReference))throw new Error("Representation is not byte range type");let i=t.segmentReference.url,r={from:(0,Ui.default)(e,0).byte.from,to:(0,Ui.default)(e,-1).byte.to},{signal:s}=this.downloadAbortController;return{url:i,range:r,signal:s,onProgress:async(o,u)=>{if(!s.aborted)try{this.lastDataObtainedTimestampMs=Ko(),await this.onSomeByteRangesDataLoaded({dataView:o,loaded:u,signal:s,onSegmentAppendFailed:()=>this.abort(),globalFrom:r?r.from:0,representationId:t.id})}catch(c){this.error$.next({id:"SegmentFeeding",category:Lt.VIDEO_PIPELINE,message:"Error when feeding segments",thrown:c})}}}}prepareTemplateFetchSegmentParams(e,t){if(!je(t.segmentReference))throw new Error("Representation is not template type");let i=new URL(e.url,t.segmentReference.baseUrl);this.isActiveLowLatency()&&i.searchParams.set("low-latency","yes");let r=i.toString(),{signal:s}=this.downloadAbortController,n=[],u=this.isActiveLowLatency()||this.tuning.dash.enableSubSegmentBufferFeeding&&this.liveUpdateSegmentIndex<3?(c,d)=>{if(!s.aborted)try{this.lastDataObtainedTimestampMs=Ko();let l=this.onSomeTemplateDataLoaded({dataView:c,loaded:d,signal:s,onSegmentAppendFailed:()=>this.abort(),representationId:t.id});n.push(l)}catch(l){this.error$.next({id:"SegmentFeeding",category:Lt.VIDEO_PIPELINE,message:"Error when feeding segments",thrown:l})}}:void 0;return{url:r,signal:s,onProgress:u,onProgressTasks:n}}abortActiveSegments(e){for(let t of this.activeSegments)(0,Xo.default)(e,t.segment)&&this.abortSegment(t.segment)}async onSomeTemplateDataLoaded({dataView:e,representationId:t,loaded:i,onSegmentAppendFailed:r,signal:s}){if(!this.activeSegments.size||!X(this.mediaSource,this.sourceBuffer))return;let n=this.representations.get(t);if(n)for(let o of this.activeSegments){let{segment:u}=o;if(o.representationId===t){if(s.aborted){r();continue}if(o.loadedBytes=i,o.loadedBytes>o.feedingBytes){let c=new DataView(e.buffer,e.byteOffset+o.feedingBytes,o.loadedBytes-o.feedingBytes),d=Vi(n.mime).parseFeedableSegmentChunk(c,this.isLive);d?.byteLength&&(u.status="partially_fed",o.feedingBytes+=d.byteLength,await this.sourceBufferTaskQueue.append(d),o.fedBytes+=d.byteLength)}}}}async onSomeByteRangesDataLoaded({dataView:e,representationId:t,globalFrom:i,loaded:r,signal:s,onSegmentAppendFailed:n}){if(!this.activeSegments.size||!X(this.mediaSource,this.sourceBuffer))return;let o=this.representations.get(t);if(o)for(let u of this.activeSegments){let{segment:c}=u;if(u.representationId!==t)continue;if(s.aborted){await n();continue}let d=c.byte.from-i,l=c.byte.to-i,p=l-d+1,h=d<r,f=l<=r;if(!h)continue;let b=Vi(o.mime);if(c.status==="downloading"&&f){c.status="downloaded";let g=new DataView(e.buffer,e.byteOffset+d,p);await this.sourceBufferTaskQueue.append(g,s)&&!s.aborted?this.onSegmentFullyAppended(u,t):await n()}else if(this.tuning.dash.enableSubSegmentBufferFeeding&&(c.status==="downloading"||c.status==="partially_fed")&&(u.loadedBytes=Math.min(p,r-d),u.loadedBytes>u.feedingBytes)){let g=new DataView(e.buffer,e.byteOffset+d+u.feedingBytes,u.loadedBytes-u.feedingBytes),v=u.loadedBytes===p?g:b.parseFeedableSegmentChunk(g);v?.byteLength&&(c.status="partially_fed",u.feedingBytes+=v.byteLength,await this.sourceBufferTaskQueue.append(v,s)&&!s.aborted?(u.fedBytes+=v.byteLength,u.fedBytes===p&&this.onSegmentFullyAppended(u,t)):await n())}}}onSegmentFullyAppended(e,t){if(!(le(this.sourceBuffer)||!X(this.mediaSource,this.sourceBuffer))){!this.isLive&&$.browser.isSafari&&this.tuning.useSafariEndlessRequestBugfix&&(ri(this.sourceBuffer.buffered,e.segment.time.from,100)&&ri(this.sourceBuffer.buffered,e.segment.time.to,100)||this.error$.next({id:"EmptyAppendBuffer",category:Lt.VIDEO_PIPELINE,message:"Browser stuck on empty result of adding segment to source buffer"})),this.tuning.dash.useNewRepresentationSwitch||(this.playingRepresentationId=t,this.playingRepresentation$.next(this.playingRepresentationId),this.playingRepresentationInit$.next(this.parsedInitData.get(this.playingRepresentationId))),e.segment.status="fed",xd(e.segment)&&(e.segment.size=e.fedBytes);for(let i of this.representations.values())if(i.id!==t)for(let r of this.segments.get(i.id)??[])r.status==="fed"&&Math.round(r.time.from)===Math.round(e.segment.time.from)&&Math.round(r.time.to)===Math.round(e.segment.time.to)&&(r.status="none");this.updateLowLatencyLiveIfNeeded(e.segment),this.activeSegments.delete(e),this.detectGapsWhenIdle(t,[e.segment])}}abortSegment(e){e.status==="partially_fed"?e.status="partially_ejected":e.status!=="partially_ejected"&&(e.status="none");for(let t of this.activeSegments.values())if(t.segment===e){this.activeSegments.delete(t);break}}loadNextInit(){if(this.allInitsLoaded||this.initLoadIdleCallback)return;let e=null,t=!1;for(let[r,s]of this.initData.entries()){let n=s instanceof Promise;t||=n,s===null&&(e=r)}if(!e){this.allInitsLoaded=!0;return}if(t)return;let i=this.representations.get(e);i&&(this.initLoadIdleCallback=Li(()=>(0,CI.default)(this.loadInit(i,"low",!1),()=>this.initLoadIdleCallback=null)))}async loadInit(e,t="auto",i=!1){let r=this.tuning.dash.useFetchPriorityHints?t:"auto",s=!i&&this.tuning.dash.ignoreNetworkErrorsOnLoadInit,o=(!i&&this.failedDownloads>0?ai(this.destroyAbortController.signal,async function*(){let u=Hd(this.failedDownloads,this.tuning.downloadBackoff);yield new Promise(c=>setTimeout(c,u))}.bind(this))():Promise.resolve()).then(()=>this.fetcher.fetchRepresentation(e.segmentReference,Vi(e.mime),{priority:r,ignoreNetworkErrors:s})).then(async u=>{if(!u)return;let{init:c,dataView:d,segments:l}=u,p=d.buffer.slice(d.byteOffset,d.byteOffset+d.byteLength);this.initData.set(e.id,p);let h=l;this.isLive&&je(e.segmentReference)&&(h=this.getActualLiveStartingSegments(e.segmentReference)),(!this.isLive||!this.segments.has(e.id))&&this.segments.set(e.id,h),c&&this.parsedInitData.set(e.id,c)}).then(()=>this.failedDownloads=0,u=>{s||this.initData.set(e.id,null),i&&this.error$.next({id:"LoadInits",category:Lt.WTF,message:"loadInit threw",thrown:u})});return this.initData.set(e.id,o),o}async dropBuffer(){for(let e of this.segments.values())for(let t of e)t.status="none";await this.pruneBuffer(0,1/0,!0)}async pruneBuffer(e,t,i=!1){if(!this.sourceBuffer||!X(this.mediaSource,this.sourceBuffer)||!this.playingRepresentationId||le(e))return!1;let r=[],s=0,n=u=>{u.sort((d,l)=>d.from-l.from);let c=[u[0]];for(let d=1;d<u.length;d++){let{from:l,to:p}=u[d],h=c[c.length-1];h.to>=l?h.to=Math.max(h.to,p):c.push(u[d])}return c},o=u=>{if(s>=t)return r;r.push({...u.time}),r=n(r);let c=xd(u)?u.size??0:u.byte.to-u.byte.from;s+=c};for(let u of this.segments.values())for(let c of u){let d=c.time.to<=e-this.tuning.dash.bufferPruningSafeZone,l=c.time.from>=e+Math.min(this.forwardBufferTarget,this.bufferLimit);(d||l)&&c.status==="fed"&&o(c)}for(let u=0;u<this.sourceBuffer.buffered.length;u++){let c=this.sourceBuffer.buffered.start(u)*1e3,d=this.sourceBuffer.buffered.end(u)*1e3,l=0;for(let p of this.segments.values())for(let h of p)(0,Xo.default)(["none","partially_ejected"],h.status)&&Math.round(h.time.from)<=Math.round(c)&&Math.round(h.time.to)>=Math.round(d)&&l++;if(l===this.segments.size){let p={time:{from:c,to:d},url:"",status:"none"};o(p)}}if(r.length&&i){let u=Math.min(this.forwardBufferTarget,this.bufferLimit)*this.tuning.dash.minSafeBufferThreshold;for(let c of this.segments.values())for(let d of c)d.time.from>=e+u&&d.status==="fed"&&o(d)}return r.length?(await Promise.all(r.map(c=>this.sourceBufferTaskQueue.remove(c.from,c.to)))).reduce((c,d)=>c||d,!1):!1}async abortBuffer(){if(!this.sourceBuffer||!X(this.mediaSource,this.sourceBuffer))return!1;let e=this.playingRepresentationId&&this.initData.get(this.playingRepresentationId),t=e instanceof ArrayBuffer?e:void 0;return this.sourceBufferTaskQueue.abort(t)}getDebugBufferState(){if(!(!this.sourceBuffer||!X(this.mediaSource,this.sourceBuffer)||!this.sourceBuffer.buffered.length))return{from:this.sourceBuffer.buffered.start(0),to:this.sourceBuffer.buffered.end(this.sourceBuffer.buffered.length-1)}}getForwardBufferDuration(e=this.getCurrentPosition()){return!this.sourceBuffer||!X(this.mediaSource,this.sourceBuffer)||!this.sourceBuffer.buffered.length||le(e)?0:Zt(this.sourceBuffer.buffered,e)}detectGaps(e,t){if(!(!this.sourceBuffer||!X(this.mediaSource,this.sourceBuffer)))for(let i of t){let r={representation:e,from:i.time.from,to:i.time.to,persistent:!1},{buffered:s}=this.sourceBuffer;for(let n=0;n<s.length;n++){let o=s.start(n)*1e3,u=s.end(n)*1e3;if(!(u<=i.time.from||o>=i.time.to)){if(o<=i.time.from&&u>=i.time.to){r=void 0;break}u>i.time.from&&u<i.time.to&&(r.from=u),o<i.time.to&&o>i.time.from&&(r.to=o)}}r&&r.to-r.from>1&&!this.gaps.some(n=>r&&n.from===r.from&&n.to===r.to)&&this.gaps.push(r)}}detectGapsWhenIdle(e,t){if(this.gapDetectionIdleCallback||!this.sourceBuffer||!X(this.mediaSource,this.sourceBuffer))return;let{buffered:i}=this.sourceBuffer,{usePersistentGaps:r}=this.tuning.dash;this.gaps=this.gaps.filter(s=>{if(r&&s.persistent)return!0;let n=Math.round(s.from),o=Math.round(s.to);for(let u=0;u<i.length;u++)if(n>=Math.round(i.start(u)*1e3)&&o<=Math.round(i.end(u)*1e3))return!1;return!0}),this.gapDetectionIdleCallback=Li(()=>{try{this.detectGaps(e,t)}catch(s){this.error$.next({id:"GapDetection",category:Lt.WTF,message:"detectGaps threw",thrown:s})}finally{this.gapDetectionIdleCallback=null}})}checkEjectedSegments(){if(le(this.sourceBuffer)||!X(this.mediaSource,this.sourceBuffer)||le(this.playingRepresentationId))return;let e=[];for(let i=0;i<this.sourceBuffer.buffered.length;i++){let r=Math.floor(this.sourceBuffer.buffered.start(i)*1e3),s=Math.ceil(this.sourceBuffer.buffered.end(i)*1e3);e.push({from:r,to:s})}let t=100;for(let i of this.segments.values())for(let r of i){let{status:s}=r;if(s!=="fed"&&s!=="partially_ejected")continue;let n=Math.floor(r.time.from),o=Math.ceil(r.time.to),u=e.some(d=>d.from-t<=n&&d.to+t>=o),c=e.filter(d=>n>=d.from&&n<d.to-t||o>d.from+t&&o<=d.to);u||(c.length===1?r.status="partially_ejected":this.gaps.some(d=>d.from===r.time.from||d.to===r.time.to)?r.status="partially_ejected":r.status="none")}}handleAsyncError(e,t){this.error$.next({id:t,category:Lt.VIDEO_PIPELINE,thrown:e,message:"Something went wrong"})}};import{abortable as Rs,assertNever as DI,fromEvent as BI,merge as Z0,now as qi,Subject as Vr,ValueSubject as Ms,flattenObject as _r,ErrorCategory as Or,SubscriptionRemovable as eV,getWindow as $s}from"@vkontakte/videoplayer-shared";var eu=class{constructor({throughputEstimator:e,requestQuic:t,tracer:i,compatibilityMode:r=!1,useEnableSubtitlesParam:s=!1}){this.manifestRequested$=new Vr;this.firstBytesManifest$=new Vr;this.firstBytesRequested$=new Vr;this.firstBytesReceived$=new Vr;this.lastConnectionType$=new Ms(void 0);this.lastConnectionReused$=new Ms(void 0);this.lastRequestFirstBytes$=new Ms(void 0);this.lastConnectionMetrics$=new Ms(void 0);this.lastDownloadMetrics$=new Ms(void 0);this.recoverableError$=new Vr;this.error$=new Vr;this.abortAllController=new J;this.subscription=new eV;this.performanceObserver=null;this.pendingConnectionMetrics=new Map;this.fetchManifest=Rs(this.abortAllController.signal,async function*(e){let t=this.tracer.createComponentTracer("FetchManifest"),i=e;this.requestQuic&&(i=Kt(i)),!this.compatibilityMode&&this.useEnableSubtitlesParam&&(i=wo(i)),this.trackRequestStart(i,performance.now());let r=qi();this.manifestRequested$.next();let s=yield this.doFetch(i,{signal:this.abortAllController.signal}).catch(Zo);if(s){let n=qi();t.log("success",_r({url:i,message:"Request successfully executed"})),t.end(),this.onHeadersReceived(s.headers),this.firstBytesManifest$.next();let o=s.headers.get("content-length"),u=0;o&&(u=parseInt(o,10));let c=await s.text();if((!o||isNaN(u)||u<=0)&&(u=new TextEncoder().encode(c).length),u>0){let d=n-r,p=u/(d/1e3)*8/1024,h={bytes:u,speed:p,url:e};this.lastDownloadMetrics$.next(h)}return c}else return t.error("error",_r({url:i,message:"No data in request manifest"})),t.end(),null}.bind(this));this.fetch=Rs(this.abortAllController.signal,async function*(e,{rangeMethod:t=this.compatibilityMode?0:1,range:i,onProgress:r,priority:s="auto",signal:n,measureThroughput:o=!0,isLowLatency:u=!1,bufferOptimisation:c=!1,ignoreNetworkErrors:d=!1}={}){let l=e,p=new Headers,h=this.tracer.createComponentTracer("Fetch");if(i)switch(t){case 0:{p.append("Range",`bytes=${i.from}-${i.to}`);break}case 1:{let T=new URL(l,$s().location.href);T.searchParams.append("bytes",`${i.from}-${i.to}`),l=T.toString();break}default:DI(t)}this.requestQuic&&(l=Kt(l));let f=this.abortAllController.signal,b;if(n){let T=new J;if(b=Z0(BI(this.abortAllController.signal,"abort"),BI(n,"abort")).subscribe(()=>{try{T.abort()}catch(O){Zo(O)}}),this.subscription.add(b),this.abortAllController.signal.aborted||n.aborted)try{T.abort()}catch(O){Zo(O)}f=T.signal}let g=0,v=qi();h.log("startRequest",_r({url:l,priority:s,rangeMethod:t,range:i,isLowLatency:u,requestStartedAt:v})),this.trackRequestStart(l,performance.now()),this.firstBytesRequested$.next();let S=yield this.doFetch(l,{priority:s,headers:p,signal:f},{ignoreNetworkErrors:d}),I=qi();if(!S)return h.error("error",{message:"No response in request"}),h.end(),this.unsubscribeAbortSubscription(b),null;if(this.throughputEstimator?.addRawRtt(I-v),!S.ok||!S.body){this.unsubscribeAbortSubscription(b);let T=`Fetch error ${S.status}: ${S.statusText}`;return h.error("error",{message:T}),h.end(),Promise.reject(new Error(`Fetch error ${S.status}: ${S.statusText}`))}if(this.onHeadersReceived(S.headers),!r&&!o){this.unsubscribeAbortSubscription(b);let T=qi(),O={requestStartedAt:v,requestEndedAt:T,duration:T-v};return h.log("endRequest",_r(O)),h.end(),S.arrayBuffer()}let y=S.body;if(o){let T;[y,T]=S.body.tee(),this.throughputEstimator?.trackStream(T,u)}let P=y.getReader(),M,L=parseInt(S.headers.get("content-length")??"",10);Number.isFinite(L)&&(M=L),!M&&i&&(M=i.to-i.from+1);let k=M?new Uint8Array(M):new Uint8Array(0),D=!1,w=T=>{this.unsubscribeAbortSubscription(b),D=!0,Zo(T)},U=Rs(f,async function*({done:T,value:O}){if(g===0&&(this.lastRequestFirstBytes$.next(qi()-v),this.firstBytesReceived$.next()),f.aborted){this.unsubscribeAbortSubscription(b);return}if(!T&&O){if(c&&M)k.set(O,g),g+=O.byteLength;else{let R=new Uint8Array(k.length+O.length);R.set(k),R.set(O,k.length),k=R,g+=O.byteLength}r?.(new DataView(k.buffer),g),yield P?.read().then(U,w)}}.bind(this));yield P?.read().then(U,w),this.unsubscribeAbortSubscription(b);let V=qi(),E={failed:D,requestStartedAt:v,requestEndedAt:V,duration:V-v};if(D)return h.error("endRequest",_r(E)),h.end(),null;if(g>0){let T=V-v,R=g/(T/1e3)*8/1024,q={bytes:g,speed:R,url:e};this.lastDownloadMetrics$.next(q)}return h.log("endRequest",_r(E)),h.end(),k.buffer}.bind(this));this.fetchByteRangeRepresentation=Rs(this.abortAllController.signal,async function*(e,t,i){if(e.type!=="byteRange")return null;let{from:r,to:s}=e.initRange,n=r,o=s,u=!1,c,d;e.indexRange&&(c=e.indexRange.from,d=e.indexRange.to,u=s+1===c,u&&(n=Math.min(c,r),o=Math.max(d,s))),n=Math.min(n,0);let l=yield this.fetch(e.url,{range:{from:n,to:o},measureThroughput:!1,...i});if(!l)return null;let p=new DataView(l,r-n,s-n+1);if(!t.validateData(p))throw new Error("Invalid media file");let h=t.parseInit(p),f=e.indexRange??t.getIndexRange(h);if(!f)throw new ReferenceError("No way to load representation index");let b;if(u)b=new DataView(l,f.from-n,f.to-f.from+1);else{let v=yield this.fetch(e.url,{range:f,measureThroughput:!1});if(!v)return null;b=new DataView(v)}let g=t.parseSegments(b,h,f);return{init:h,dataView:new DataView(l),segments:g}}.bind(this));this.fetchTemplateRepresentation=Rs(this.abortAllController.signal,async function*(e,t){if(e.type!=="template")return null;let i=new URL(e.initUrl,e.baseUrl).toString(),r=yield this.fetch(i,{measureThroughput:!1,...t});return r?{init:null,segments:e.segments.map(n=>({...n,status:"none",size:void 0})),dataView:new DataView(r)}:null}.bind(this));this.throughputEstimator=e,this.requestQuic=t,this.compatibilityMode=r,this.tracer=i.createComponentTracer("Fetcher"),this.useEnableSubtitlesParam=s,$s().PerformanceObserver&&this.setupPerformanceObserver()}onHeadersReceived(e){let{type:t,reused:i}=Eo(e);this.lastConnectionType$.next(t),this.lastConnectionReused$.next(i)}setupPerformanceObserver(){this.performanceObserver=new($s()).PerformanceObserver(e=>{e.getEntriesByType("resource").forEach(t=>{this.processPerformanceResourceTiming(t)})}),this.performanceObserver.observe({entryTypes:["resource"]})}processPerformanceResourceTiming(e){let t=this.findMatchingRequest(e);if(!t||!this.pendingConnectionMetrics.get(t))return;this.pendingConnectionMetrics.delete(t);let r=this.extractConnectionMetrics(e);r&&this.lastConnectionMetrics$.next(r)}estimateNetworkType(){if(!("connection"in $s().navigator))return"unknown";let e=$s().navigator.connection;return e.effectiveType?{"slow-2g":"2g","2g":"2g","3g":"3g","4g":"lte"}[e.effectiveType]||e.effectiveType:e.downlink?e.downlink<1?"2g":e.downlink<5?"3g":e.downlink<50?"lte":"wifi":e.rtt?e.rtt>500?"2g":e.rtt>250?"3g":e.rtt>50?"lte":"wifi":"unknown"}extractConnectionMetrics(e){let t=0,i=0,r=0,s=0;return e.domainLookupStart>0&&e.domainLookupEnd>0&&(t=e.domainLookupEnd-e.domainLookupStart),e.connectStart>0&&e.connectEnd>0&&(s=e.connectEnd-e.connectStart,e.secureConnectionStart>0?(r=e.connectEnd-e.secureConnectionStart,i=e.secureConnectionStart-e.connectStart):i=s),{dnsResolveTime:Math.max(0,t),tcpHandshakeTime:Math.max(0,i),tlsHandshakeTime:Math.max(0,r),totalConnectTime:Math.max(0,s),networkType:this.estimateNetworkType(),url:e.name}}findMatchingRequest(e){try{for(let[t,i]of this.pendingConnectionMetrics.entries()){let r=new URL(e.name),s=r.origin+r.pathname,n=new URL(i.url),o=n.origin+n.pathname;if(s===o&&e.startTime>=i.startTime-10&&e.startTime<=i.startTime+1e3)return t}}catch{this.recoverableError$.next({id:"VideoDataFetchError",message:"Video data fetch error with getting download metrics",category:Or.WTF})}return null}trackRequestStart(e,t){let i=`${e}_${t}_${Math.random().toString(36).substr(2,9)}`;this.pendingConnectionMetrics.set(i,{url:e,startTime:t})}async fetchRepresentation(e,t,i){let{type:r}=e;switch(r){case"byteRange":return await this.fetchByteRangeRepresentation(e,t,i)??null;case"template":return await this.fetchTemplateRepresentation(e,i)??null;default:DI(r)}}destroy(){this.abortAllController.abort(),this.subscription.unsubscribe(),this.performanceObserver&&(this.performanceObserver.disconnect(),this.performanceObserver=null),this.pendingConnectionMetrics.clear(),this.tracer.end()}async doFetch(e,t,i){let r=await Ze(e,t);if(r.ok)return r;if(i?.ignoreNetworkErrors)return;let s=await r.text(),n=parseInt(s);if(!isNaN(n))switch(n){case 1:this.recoverableError$.next({id:"VideoDataLinkExpiredError",message:"Video data links have expired",category:Or.FATAL,httpCode:r.status,UVBackendErrorCode:s});break;case 8:this.recoverableError$.next({id:"VideoDataLinkBlockedForFloodError",message:"Url blocked for flood",category:Or.FATAL,httpCode:r.status,UVBackendErrorCode:s});break;case 18:this.recoverableError$.next({id:"VideoDataLinkIllegalIpChangeError",message:"Client IP has changed",category:Or.FATAL,httpCode:r.status,UVBackendErrorCode:s});break;case 21:this.recoverableError$.next({id:"VideoDataLinkIllegalHostChangeError",message:"Request HOST has changed",category:Or.FATAL,httpCode:r.status,UVBackendErrorCode:s});break;default:this.error$.next({id:"GeneralVideoDataFetchError",message:`Generic video data fetch error (${n})`,category:Or.FATAL,httpCode:r.status,UVBackendErrorCode:s})}}unsubscribeAbortSubscription(e){e&&(e.unsubscribe(),this.subscription.remove(e))}},Zo=a=>{if(!ut(a))throw a};import{isNullable as tV,ValueSubject as iV}from"@vkontakte/videoplayer-shared";var Ls=class a{constructor(e,t){this.currentRepresentation$=new iV(null);this.maxRepresentations=4;this.representationsCursor=0;this.representations=[];this.currentSegment=null;this.getCurrentPosition=t.getCurrentPosition,this.processStreams(e)}updateLive(e){this.processStreams(e?.streams.text)}seekLive(e){this.processStreams(e)}maintain(e=this.getCurrentPosition()){if(!tV(e))for(let t of this.representations)for(let i of t){let r=i.segmentReference,s=r.segments.length,n=r.segments[0].time.from,o=r.segments[s-1].time.to;if(e<n||e>o)continue;let u=r.segments.find(c=>c.time.from<=e&&c.time.to>=e);!u||this.currentSegment?.time.from===u.time.from&&this.currentSegment.time.to===u.time.to||(this.currentSegment=u,this.currentRepresentation$.next({...i,label:"Live Text",language:"ru",isAuto:!0,url:new URL(u.url,r.baseUrl).toString()}))}}destroy(){this.currentRepresentation$.next(null),this.currentSegment=null,this.representations=[]}processStreams(e){for(let t of e??[]){let i=a.filterRepresentations(t.representations);if(i){this.representations[this.representationsCursor]=i,this.representationsCursor=(this.representationsCursor+1)%this.maxRepresentations;break}}}static isSupported(e){return!!e?.some(t=>a.filterRepresentations(t.representations))}static filterRepresentations(e){return e?.filter(t=>t.kind==="text"&&"segmentReference"in t&&je(t.segmentReference))}};var uV=["timeupdate","progress","play","seeked","stalled","waiting"],cV=["timeupdate","progress","loadeddata","playing","seeked"];var iu=class{constructor(e){this.element=null;this.manifestUrlString="";this.source=null;this.manifest=null;this.bufferManagers=[];this.subscription=new _I;this.subscriptionRemovable=new sV;this.representationSubscription=new _I;this.state$=new N("none");this.currentVideoRepresentation$=new ee(void 0);this.currentVideoRepresentationInit$=new ee(void 0);this.currentAudioRepresentation$=new ee(void 0);this.currentVideoSegmentLength$=new ee(0);this.currentAudioSegmentLength$=new ee(0);this.error$=new Dt;this.manifestRequested$=new Dt;this.firstBytesManifest$=new Dt;this.manifestReceived$=new Dt;this.firstBytesRequested$=new Dt;this.firstBytesReceived$=new Dt;this.lastConnectionType$=new ee(void 0);this.lastConnectionReused$=new ee(void 0);this.lastRequestFirstBytes$=new ee(void 0);this.lastConnectionMetrics$=new ee(void 0);this.lastDownloadMetrics$=new ee(void 0);this.currentLiveTextRepresentation$=new ee(null);this.isLive$=new ee(!1);this.isActiveLive$=new ee(!1);this.isLowLatency$=new ee(!1);this.liveDuration$=new ee(0);this.liveSeekableDuration$=new ee(0);this.liveAvailabilityStartTime$=new ee(0);this.liveStreamStatus$=new ee(void 0);this.bufferLength$=new ee(0);this.liveLatency$=new ee(void 0);this.liveLoadBufferLength$=new ee(0);this.livePositionFromPlayer$=new ee(0);this.currentStallDuration$=new ee(0);this.videoLastDataObtainedTimestamp$=new ee(0);this.fetcherRecoverableError$=new Dt;this.fetcherError$=new Dt;this.liveStreamEndTimestamp=0;this.isUpdatingLive=!1;this.isJumpGapAfterSeekLive=!1;this.forceEnded$=new Dt;this.gapWatchdogActive=!1;this.liveWasInterrupted=!1;this.destroyController=new J;this.initManifest=jd(this.destroyController.signal,async function*(e,t,i){this.tracer.log("initManifest"),this.element=e,this.manifestUrlString=se(t,i,2),this.state$.startTransitionTo("manifest_ready"),this.manifest=yield this.updateManifest(),this.manifest?.streams.video.length?this.state$.setState("manifest_ready"):this.error$.next({id:"NoRepresentations",category:et.PARSER,message:"No playable video representations"})}.bind(this));this.updateManifest=jd(this.destroyController.signal,async function*(){this.tracer.log("updateManifestStart",{manifestUrl:this.manifestUrlString});let e=yield this.fetcher.fetchManifest(this.manifestUrlString).catch(u=>{!this.manifest&&!this.bufferLength$.getValue()&&this.error$.next({id:"LoadManifest",category:et.NETWORK,message:"Failed to load manifest",thrown:u})});if(!e)return null;let t=null;try{t=Ro(e??"",this.manifestUrlString),this.manifestReceived$.next()}catch(u){let c=Io(e)??{id:"ManifestParsing",category:et.PARSER,message:"Failed to parse MPD manifest",thrown:u};this.error$.next(c)}if(!t)return null;let i=(u,c,d)=>!!(this.element?.canPlayType?.(c)&&qe()?.isTypeSupported?.(`${c}; codecs="${d}"`)||u==="text");if(t.live){this.isLive$.next(!0);let{availabilityStartTime:u,latestSegmentPublishTime:c,streamIsUnpublished:d,streamIsAlive:l}=t.live,p=(t.duration??0)/1e3;this.liveSeekableDuration$.next(-1*p),this.liveDuration$.next((c-u)/1e3),this.liveAvailabilityStartTime$.next(t.live.availabilityStartTime);let h="active";if(l||(h=d?"unpublished":"unexpectedly_down"),this.liveStreamStatus$.next(h),l&&this.liveWasInterrupted){this.liveWasInterrupted=!1,this.stopStallWatchdogSubscription();let f=this.normalizeLiveOffset(-1*this.livePositionFromPlayer$.getValue()*1e3);this.seekLive(f).catch(b=>{this.error$.next({id:"updateManifest",category:et.VIDEO_PIPELINE,message:"seekLive after stream restore failed",thrown:b})})}}let r={text:t.streams.text,video:[],audio:[]},s,n;for(let u of["video","audio"]){let d=t.streams[u].filter(({mime:p,codecs:h})=>i(u,p,h));r[u]=d;let l;if(this.tuning.dash.codecsPrioritizeEnabled){let p=d.map(({codecs:h})=>h);u==="audio"&&(n=Vo(p),l=n[0]),u==="video"&&(s=Bo(p),this.forceVideoCodec&&(0,OI.default)(s,this.forceVideoCodec)?l=this.forceVideoCodec:l=s[0]),l&&(r[u]=d.filter(({codecs:h})=>Ar(h)===l))}else{let p=new Set(d.map(({codecs:h})=>h));l=Do(p),l&&(r[u]=d.filter(({codecs:h})=>h.startsWith(l)))}if(u==="video"){let p=this.tuning.preferHDR,h=r.video.some(g=>g.hdr),f=r.video.some(g=>!g.hdr);$.display.isHDR&&p&&h?r.video=r.video.filter(g=>g.hdr):f&&(r.video=r.video.filter(g=>!g.hdr));let{videoStreamRepresentaionsFilter:b}=this.tuning.dash;b.length&&Fo(r,b)}}let o={...t,streams:r};return this.tuning.dash.codecsPrioritizeEnabled&&(o.codecs={video:s,audio:n}),this.tracer.log("updateManifestEnd",Ds(o)),o}.bind(this));this.initRepresentations=jd(this.destroyController.signal,async function*(e,t,i){this.tracer.log("initRepresentationsStart",Ds({initialVideo:e,initialAudio:t,sourceHls:i})),Nr(this.manifest),Nr(this.element),this.representationSubscription.unsubscribe(),this.state$.startTransitionTo("representations_ready");let r=l=>{this.representationSubscription.add(Ct(l,"error").pipe(tu(p=>!!this.element?.played.length)).subscribe(p=>{this.error$.next({id:"VideoSource",category:et.VIDEO_PIPELINE,message:"Unexpected video source error",thrown:p})}))};this.source=vn();let s=document.createElement("source");if(r(s),s.src=URL.createObjectURL(this.source),this.element.appendChild(s),ar())if(i){let l=document.createElement("source");r(l),l.type="application/x-mpegurl",l.src=i.url,this.element.appendChild(l)}else this.element.disableRemotePlayback=!0;this.isActiveLive$.next(this.isLive$.getValue());let n={fetcher:this.fetcher,tuning:this.tuning,getCurrentPosition:()=>this.element?this.element.currentTime*1e3:void 0,isActiveLowLatency:()=>this.isActiveLive$.getValue()&&this.isLowLatency$.getValue(),manifest:this.manifest},o=this.manifest.streams.video.reduce((l,p)=>[...l,...p.representations],[]);if(this.videoBufferManager=new As("video",this.source,o,n),this.bufferManagers=[this.videoBufferManager],Bs(t)){let l=this.manifest.streams.audio.reduce((p,h)=>[...p,...h.representations],[]);this.audioBufferManager=new As("audio",this.source,l,n),this.bufferManagers.push(this.audioBufferManager)}if(Ls.isSupported(this.manifest.streams.text)&&!this.isLowLatency$.getValue()&&(this.liveTextManager=new Ls(this.manifest.streams.text,n)),this.representationSubscription.add(this.fetcher.lastRequestFirstBytes$.subscribe(this.lastRequestFirstBytes$)),this.representationSubscription.add(Hi(...cV.map(l=>Ct(this.element,l))).pipe(Ur(l=>this.element?Zt(this.element.buffered,this.element.currentTime*1e3):0),Cs(),nV(l=>{l>this.tuning.dash.bufferEmptinessTolerance&&this.stopStallWatchdogSubscription()})).subscribe(this.bufferLength$)),this.representationSubscription.add(Hi(Ct(this.element,"ended"),this.forceEnded$).subscribe(()=>{this.stopStallWatchdogSubscription()})),this.isLive$.getValue()){this.subscription.add(this.liveDuration$.pipe(Cs()).subscribe(p=>this.liveStreamEndTimestamp=Wd())),this.subscription.add(Ct(this.element,"pause").subscribe(()=>{let{liveUpdateInterval:p}=this.tuning.dash;this.livePauseWatchdogSubscription=zd(p).subscribe(h=>{let f=Ht(this.manifestUrlString,2);this.manifestUrlString=se(this.manifestUrlString,f+p,2),this.liveStreamStatus$.getValue()==="active"&&this.updateManifest()}),this.subscription.add(this.livePauseWatchdogSubscription)})).add(Ct(this.element,"play").subscribe(p=>this.livePauseWatchdogSubscription?.unsubscribe())),this.representationSubscription.add(Fr({isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(Ur(({isActiveLive:p,isLowLatency:h})=>p&&h),Cs()).subscribe(p=>{this.isManualDecreasePlaybackInLive()||Dr(this.element,1)})),this.representationSubscription.add(Fr({bufferLength:this.bufferLength$,isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(tu(({bufferLength:p,isActiveLive:h,isLowLatency:f})=>h&&f&&!!p)).subscribe(({bufferLength:p})=>this.liveBuffer.next(p))),this.representationSubscription.add(this.videoBufferManager.currentLowLatencySegmentLength$.subscribe(p=>{if(!this.isActiveLive$.getValue()&&!this.isLowLatency$.getValue()&&!p)return;let h=this.liveSeekableDuration$.getValue()-p/1e3;this.liveSeekableDuration$.next(Math.max(h,-1*this.tuning.dashCmafLive.maxLiveDuration)),this.liveDuration$.next(this.liveDuration$.getValue()+p/1e3)})),this.representationSubscription.add(Fr({isLive:this.isLive$,rtt:this.throughputEstimator.rtt$,bufferLength:this.bufferLength$,segmentServerLatency:this.videoBufferManager.currentLiveSegmentServerLatency$}).pipe(tu(({isLive:p})=>p),Cs((p,h)=>h.bufferLength<p.bufferLength),Ur(({rtt:p,bufferLength:h,segmentServerLatency:f})=>{let b=Ht(this.manifestUrlString,2);return(p/2+h+f+b)/1e3})).subscribe(this.liveLatency$)),this.representationSubscription.add(Fr({liveBuffer:this.liveBuffer.smoothed$,isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).subscribe(({liveBuffer:p,isActiveLive:h,isLowLatency:f})=>{if(!f||!h)return;let b=this.tuning.dashCmafLive.lowLatency.maxTargetOffset,g=this.tuning.dashCmafLive.lowLatency.maxTargetOffsetDeviation,v=this.tuning.dashCmafLive.lowLatency.playbackCatchupSpeedup,S=p-b;if(this.isManualDecreasePlaybackInLive())return;let I=1;Math.abs(S)>g&&(I=1+Math.sign(S)*v),Dr(this.element,I)})),this.representationSubscription.add(this.bufferLength$.subscribe(p=>{let h=0;if(p){let f=(this.element?.currentTime??0)*1e3;h=Math.min(...this.bufferManagers.map(g=>g.getLiveSegmentsToLoadState(this.manifest)?.to??f))-f}this.liveLoadBufferLength$.getValue()!==h&&this.liveLoadBufferLength$.next(h)}));let l=0;this.representationSubscription.add(Fr({liveLoadBufferLength:this.liveLoadBufferLength$,bufferLength:this.bufferLength$}).pipe(oV(this.tuning.dash.liveUpdateInterval)).subscribe(async({liveLoadBufferLength:p,bufferLength:h})=>{if(!this.element||this.isUpdatingLive)return;let f=this.element.playbackRate,b=Ht(this.manifestUrlString,2),g=Math.abs(this.livePositionFromPlayer$.getValue())*1e3,v=Math.min(g,this.tuning.dashCmafLive.normalizedTargetMinBufferSize*f),S=this.tuning.dashCmafLive.normalizedActualBufferOffset*f,I=this.tuning.dashCmafLive.normalizedLiveMinBufferSize*f,y=isFinite(p)?p:h,P=this.isActiveLive$.getValue()&&this.isLowLatency$.getValue(),M=g<=this.tuning.live.activeLiveDelay;this.isActiveLive$.next(M);let L="none";if(P?L="active_low_latency":this.isLowLatency$.getValue()&&M?(this.bufferManagers.forEach(k=>k.proceedLowLatencyLive()),L="active_low_latency"):b!==0&&y<v?L="live_forward_buffering":y<v+I&&(L="live_with_target_offset"),isFinite(p)&&(l=p>l?p:l),L==="live_forward_buffering"||L==="live_with_target_offset"){let k=l-(v+S),D=this.normalizeLiveOffset(Math.trunc(b+k/f)),w=Math.abs(D-b),U=0;!p||w<=this.tuning.dashCmafLive.offsetCalculationError?U=b:D>0&&w>this.tuning.dashCmafLive.offsetCalculationError&&(U=D),this.manifestUrlString=se(this.manifestUrlString,U,2)}(L==="live_with_target_offset"||L==="live_forward_buffering")&&(l=0,await this.updateLive())},p=>{this.error$.next({id:"updateLive",category:et.VIDEO_PIPELINE,thrown:p,message:"Failed to update live with subscription"})}))}let u=Hi(...this.bufferManagers.map(l=>l.fullyBuffered$)).pipe(Ur(()=>this.bufferManagers.every(l=>l.fullyBuffered$.getValue()))),c=Hi(...this.bufferManagers.map(l=>l.onLastSegment$)).pipe(Ur(()=>this.bufferManagers.some(l=>l.onLastSegment$.getValue()))),d=Fr({allBuffersFull:u,someBufferEnded:c}).pipe(Cs(),Ur(({allBuffersFull:l,someBufferEnded:p})=>l&&p),tu(l=>l));if(this.representationSubscription.add(Hi(this.forceEnded$,d).subscribe(()=>{if(this.source&&this.source.readyState==="open"&&Array.from(this.source.sourceBuffers).every(l=>!l.updating))try{this.source?.endOfStream()}catch(l){this.error$.next({id:"EndOfStream",category:et.VIDEO_PIPELINE,message:"Failed to end MediaSource stream",thrown:l})}})),this.representationSubscription.add(Hi(...this.bufferManagers.map(l=>l.error$)).subscribe(this.error$)),this.representationSubscription.add(this.videoBufferManager.playingRepresentation$.subscribe(this.currentVideoRepresentation$)),this.representationSubscription.add(this.videoBufferManager.playingRepresentationInit$.subscribe(this.currentVideoRepresentationInit$)),this.representationSubscription.add(this.videoBufferManager.currentSegmentLength$.subscribe(this.currentVideoSegmentLength$)),this.audioBufferManager&&(this.representationSubscription.add(this.audioBufferManager.playingRepresentation$.subscribe(this.currentAudioRepresentation$)),this.representationSubscription.add(this.audioBufferManager.currentSegmentLength$.subscribe(this.currentAudioSegmentLength$))),this.liveTextManager&&this.representationSubscription.add(this.liveTextManager.currentRepresentation$.subscribe(this.currentLiveTextRepresentation$)),this.source.readyState!=="open"){let l=this.tuning.dash.sourceOpenTimeout>=0;yield new Promise(p=>{l&&(this.timeoutSourceOpenId=setTimeout(()=>{if(this.source?.readyState==="open"){p();return}this.error$.next({id:"OpenOfStream",category:et.VIDEO_PIPELINE,message:"Failed to open MediaSource",thrown:new Error("Timeout reject when wait sourceopen event"),traceAsLog:!0})},this.tuning.dash.sourceOpenTimeout)),this.source?.addEventListener("sourceopen",()=>{this.timeoutSourceOpenId&&clearTimeout(this.timeoutSourceOpenId),p()},{once:!0})})}if(!this.isLive$.getValue()){let l=[this.manifest.duration??0,...(0,Qd.default)((0,Qd.default)([...this.manifest.streams.audio,...this.manifest.streams.video],p=>p.representations),p=>{let h=[];return p.duration&&h.push(p.duration),je(p.segmentReference)&&p.segmentReference.totalSegmentsDurationMs&&h.push(p.segmentReference.totalSegmentsDurationMs),h})];this.source.duration=Math.max(...l)/1e3}this.audioBufferManager&&Bs(t)?yield Promise.all([this.videoBufferManager.startWith(e),this.audioBufferManager.startWith(t)]):yield this.videoBufferManager.startWith(e),this.state$.setState("representations_ready"),this.tracer.log("initRepresentationsEnd")}.bind(this));this.tick=()=>{if(!this.element||!this.videoBufferManager||this.source?.readyState!=="open")return;let e=this.element.currentTime*1e3;this.videoBufferManager.maintain(e),this.audioBufferManager?.maintain(e),this.liveTextManager?.maintain(e),(this.videoBufferManager.gaps.length||this.audioBufferManager?.gaps.length)&&!this.gapWatchdogActive&&(this.gapWatchdogActive=!0,this.gapWatchdogSubscription=zd(this.tuning.gapWatchdogInterval).subscribe(()=>this.jumpGap(),t=>{this.error$.next({id:"GapWatchdog",category:et.WTF,message:"Error handling gaps",thrown:t})}),this.subscription.add(this.gapWatchdogSubscription))};this.throughputEstimator=e.throughputEstimator,this.tuning=e.tuning,this.tracer=e.tracer.createComponentTracer(this.constructor.name),this.forceVideoCodec=e.forceVideoCodec,this.fetcher=new eu({throughputEstimator:this.throughputEstimator,requestQuic:this.tuning.requestQuick,compatibilityMode:e.compatibilityMode,tracer:this.tracer,useEnableSubtitlesParam:e.tuning.useEnableSubtitlesParam}),this.subscription.add(this.fetcher.recoverableError$.subscribe(this.fetcherRecoverableError$)),this.subscription.add(this.fetcher.error$.subscribe(this.fetcherError$)),this.subscription.add(this.fetcher.manifestRequested$.subscribe(this.manifestRequested$)),this.subscription.add(this.fetcher.firstBytesManifest$.subscribe(this.firstBytesManifest$)),this.subscription.add(this.fetcher.firstBytesRequested$.subscribe(this.firstBytesRequested$)),this.subscription.add(this.fetcher.firstBytesReceived$.subscribe(this.firstBytesReceived$)),this.subscription.add(this.fetcher.lastConnectionType$.subscribe(this.lastConnectionType$)),this.subscription.add(this.fetcher.lastConnectionReused$.subscribe(this.lastConnectionReused$)),this.subscription.add(this.fetcher.lastConnectionMetrics$.subscribe(this.lastConnectionMetrics$)),this.subscription.add(this.fetcher.lastDownloadMetrics$.subscribe(this.lastDownloadMetrics$)),this.liveBuffer=$t.getLiveBufferSmoothedValue(this.tuning.dashCmafLive.lowLatency.maxTargetOffset,{...e.tuning.dashCmafLive.lowLatency.bufferEstimator}),this.initTracerSubscription()}setSmartRepresentationSwitch(e){this.bufferManagers.forEach(t=>t.setSmartRepresentationSwitch(e))}async seekLive(e){Nr(this.element),this.updateManifestUrlWithTimeOffset(e),this.manifest=await this.updateManifest(),this.manifest&&(this.isJumpGapAfterSeekLive=!0,await this.updateLiveBuffersFromManifest(this.manifest))}updateManifestUrlWithTimeOffset(e){let t=this.liveStreamStatus$.getValue()!=="active"?Wd()-this.liveStreamEndTimestamp:0,i=this.normalizeLiveOffset(e+t);this.isActiveLive$.next(i===0),this.manifestUrlString=se(this.manifestUrlString,i,2)}async updateLiveBuffersFromManifest(e){await this.videoBufferManager?.seekLive(e.streams.video),await this.audioBufferManager?.seekLive(e.streams.audio),this.liveTextManager?.seekLive(e.streams.text)}stopStallWatchdogSubscription(){this.stallWatchdogSubscription?.unsubscribe(),this.currentStallDuration$.next(0)}initBuffer(){Nr(this.element),this.state$.setState("running"),this.subscription.add(Hi(...uV.map(e=>Ct(this.element,e)),Ct(window,"online")).subscribe(()=>this.tick(),e=>{this.error$.next({id:"DashVKPlayer",category:et.WTF,message:"Internal logic error",thrown:e})})),this.subscription.add(Ct(this.element,"progress").subscribe(()=>{this.element&&this.element.readyState===2&&!this.element.seeking&&(this.element.currentTime=this.element.currentTime)})),this.subscription.add(Ct(this.element,"waiting").subscribe(()=>{this.tuning.dash.useVideoElementWaitingCurrentTimeReassign&&this.element&&this.element.readyState===2&&!this.element.seeking&&ri(this.element.buffered,this.element.currentTime*1e3)&&(this.element.currentTime=this.element.currentTime);let e=()=>{let{keepSilentStallWatchdogWhenNotActive:t}=this.tuning.dashCmafLive,{crashOnStallTimeout:i,crashOnStallTWithoutDataTimeout:r,liveStallReinitInterval:s,stallWatchdogInterval:n}=this.tuning.dash,o=this.isLive$.getValue(),c=this.liveStreamStatus$.getValue()==="active";if(!this.element||this.source?.readyState!=="open")return;let d=this.currentStallDuration$.getValue();d+=n,this.currentStallDuration$.next(d);let l={timeInWaiting:d},p=Wd(),h=100,f=this.videoBufferManager?.lastDataObtainedTimestamp??0;this.videoLastDataObtainedTimestamp$.next(f);let b=this.audioBufferManager?.lastDataObtainedTimestamp??0,g=this.videoBufferManager?.getForwardBufferDuration()??0,v=this.audioBufferManager?.getForwardBufferDuration()??0,S=g<h&&p-f>r,I=this.audioBufferManager&&v<h&&p-b>r;if((!t||c)&&((S||I)&&d>r||d>=i))throw new Error(`Stall timeout exceeded: ${d} ms`);if(o&&d%s===0){let y=this.normalizeLiveOffset(-1*this.livePositionFromPlayer$.getValue()*1e3);!c&&t?(this.liveWasInterrupted=!0,this.updateManifestUrlWithTimeOffset(y),this.updateManifest()):this.seekLive(y).catch(P=>{this.error$.next({id:"stallIntervalCallback",category:et.VIDEO_PIPELINE,message:"stallIntervalCallback failed",thrown:P})}),l.liveLastOffset=y}else{let y=this.element.currentTime*1e3;this.videoBufferManager?.maintain(y),this.audioBufferManager?.maintain(y),l.position=y}this.tracer.log("stallIntervalCallback",Ds(l))};this.stallWatchdogSubscription&&(this.stallWatchdogSubscription.unsubscribe(),this.subscriptionRemovable.remove(this.stallWatchdogSubscription)),this.stallWatchdogSubscription=zd(this.tuning.dash.stallWatchdogInterval).subscribe(e,t=>{this.error$.next({id:"StallWatchdogCallback",category:et.NETWORK,message:"Can't restore DASH after stall.",thrown:t})}),this.subscriptionRemovable.add(this.stallWatchdogSubscription)})),this.tick()}async switchRepresentation(e,t,i=!1){let r={video:this.videoBufferManager,audio:this.audioBufferManager,text:null}[e];return this.tuning.useNewSwitchTo?this.currentStallDuration$.getValue()>0?r?.switchToWithPreviousAbort(t,i):r?.switchTo(t,i):r?.switchToOld(t,i)}async seek(e,t){Nr(this.element),Nr(this.videoBufferManager);let i;t||this.element.duration*1e3<=this.tuning.dashSeekInSegmentDurationThreshold||Math.abs(this.element.currentTime*1e3-e)<=this.tuning.dashSeekInSegmentAlwaysSeekDelta?i=e:i=Math.max(this.videoBufferManager.findSegmentStartTime(e)??e,this.audioBufferManager?.findSegmentStartTime(e)??e),this.warmUpMediaSourceIfNeeded(i),ri(this.element.buffered,i)||await Promise.all([this.videoBufferManager.abort(),this.audioBufferManager?.abort()]),!(VI(this.element)||VI(this.videoBufferManager))&&(this.videoBufferManager.maintain(i),this.audioBufferManager?.maintain(i),this.element.currentTime=i/1e3,this.tracer.log("seek",Ds({requestedPosition:e,forcePrecise:t,position:i})))}warmUpMediaSourceIfNeeded(e=this.element?.currentTime){Bs(this.element)&&Bs(this.source)&&Bs(e)&&this.source?.readyState==="ended"&&this.element.duration*1e3-e>this.tuning.dash.seekBiasInTheEnd&&this.bufferManagers.forEach(t=>t.warmUpMediaSource())}get isStreamEnded(){return this.source?.readyState==="ended"}stop(){this.tracer.log("stop"),this.element?.querySelectorAll("source").forEach(e=>{URL.revokeObjectURL(e.src),e.remove()}),this.element=null,this.source=null,this.manifest=null,this.currentVideoRepresentation$.next(void 0),this.videoBufferManager?.destroy(),this.videoBufferManager=null,this.audioBufferManager?.destroy(),this.audioBufferManager=null,this.bufferManagers=[],this.state$.setState("none")}setBufferTarget(e){for(let t of this.bufferManagers)t.setTarget(e)}getStreams(){return this.manifest?.streams}getCodecs(){return this.manifest?.codecs}setPreloadOnly(e){for(let t of this.bufferManagers)t.setPreloadOnly(e)}destroy(){this.subscription.unsubscribe(),this.subscriptionRemovable.unsubscribe(),this.representationSubscription.unsubscribe(),this.timeoutSourceOpenId&&clearTimeout(this.timeoutSourceOpenId),this.destroyController.abort(),this.fetcher.destroy(),this.stop(),this.source?.readyState==="open"&&Array.from(this.source.sourceBuffers).every(e=>!e.updating)&&this.source.endOfStream(),this.source=null,this.tracer.end()}initTracerSubscription(){let e=aV(this.tracer.error.bind(this.tracer));this.subscription.add(this.error$.subscribe(e("error")))}isManualDecreasePlaybackInLive(){if(!this.element||!this.isLive$.getValue())return!1;let e=1-this.element.playbackRate;return Number(e.toFixed(2))>Number(this.tuning.dashCmafLive.lowLatency.playbackCatchupSpeedup.toFixed(2))}normalizeLiveOffset(e){return Math.trunc(e/1e3)*1e3}async updateLive(){this.isUpdatingLive=!0,this.manifest=await this.updateManifest(),this.manifest&&(this.bufferManagers.forEach(e=>e.updateLive(this.manifest)),this.liveTextManager?.updateLive(this.manifest)),this.isUpdatingLive=!1}jumpGap(){if(!this.element||!this.videoBufferManager)return;let e=this.videoBufferManager.getDebugBufferState();if(!e)return;let t=this.isActiveLive$.getValue()&&this.isLowLatency$.getValue(),i={isJumpGapAfterSeekLive:this.isJumpGapAfterSeekLive,isActiveLowLatency:t,initialCurrentTime:this.element.currentTime},{usePersistentGaps:r}=this.tuning.dash;this.isJumpGapAfterSeekLive&&!t&&this.element.currentTime>e.to&&(this.isJumpGapAfterSeekLive=!1,this.element.currentTime=0);let s=this.element.currentTime*1e3,n=[],o=this.element.readyState===1?this.tuning.endGapTolerance:0;for(let u of this.bufferManagers)for(let c of u.gaps)(r&&c.persistent||u.playingRepresentation$.getValue()===c.representation)&&c.from-o<=s&&c.to+o>s&&(this.element.duration*1e3-c.to<this.tuning.endGapTolerance?n.push(1/0):n.push(c.to));if(n.length){let u=Math.max(...n)+10;this.gapWatchdogSubscription.unsubscribe(),this.gapWatchdogActive=!1,u===1/0?this.forceEnded$.next():(this.element.currentTime=u/1e3,i={...i,gapEnds:n,jumpTo:u,resultCurrentTime:this.element.currentTime},this.tracer.log("jumpGap",Ds(i)))}}calculateDurationFromSegments(){return Math.max(this.videoBufferManager?.calculateDurationFromSegments()||0,this.audioBufferManager?.calculateDurationFromSegments()||0)}};import{combine as lV,map as dV,observeElementSize as pV,Subscription as hV,ValueSubject as Gd,noop as fV}from"@vkontakte/videoplayer-shared";var ru=class{constructor(){this.subscription=new hV;this.pipSize$=new Gd(void 0);this.videoSize$=new Gd(void 0);this.elementSize$=new Gd(void 0);this.pictureInPictureWindowRemoveEventListener=fV}connect({observableVideo:e,video:t}){let i=r=>{let s=r.target;this.pipSize$.next({width:s.width,height:s.height})};this.subscription.add(pV(t).subscribe(this.videoSize$)).add(e.enterPip$.subscribe(({pictureInPictureWindow:r})=>{this.pipSize$.next({width:r.width,height:r.height}),r.addEventListener("resize",i),this.pictureInPictureWindowRemoveEventListener=()=>{r.removeEventListener("resize",i)}})).add(e.leavePip$.subscribe(()=>{this.pictureInPictureWindowRemoveEventListener()})).add(lV({videoSize:this.videoSize$,pipSize:this.pipSize$,inPip:e.inPiP$}).pipe(dV(({videoSize:r,inPip:s,pipSize:n})=>s?n:r)).subscribe(this.elementSize$))}getValue(){return this.elementSize$.getValue()}subscribe(e,t){return this.elementSize$.subscribe(e,t)}getObservable(){return this.elementSize$}destroy(){this.pictureInPictureWindowRemoveEventListener(),this.subscription.unsubscribe()}};var ji=class{constructor(e){this.subscription=new IV;this.videoState=new N("stopped");this.observableVideo=null;this.droppedFramesManager=new Tr;this.stallsManager=new bo;this.elementSizeManager=new ru;this.videoTracksMap=new Map;this.audioTracksMap=new Map;this.textTracksMap=new Map;this.videoStreamsMap=new Map;this.audioStreamsMap=new Map;this.videoTrackSwitchHistory=new Gt;this.audioTrackSwitchHistory=new Gt;this.syncPlayback=()=>{let e=this.videoState.getState(),t=this.params.desiredState.playbackState.getState(),i=this.params.desiredState.playbackState.getTransition(),r=this.params.desiredState.seekState.getState();if(!this.videoState.getTransition()){if(r.state==="requested"&&i?.to!=="paused"&&e!=="stopped"&&t!=="stopped"&&this.seek(r.position,r.forcePrecise),t==="stopped"){e!=="stopped"&&(this.videoState.startTransitionTo("stopped"),this.player.stop(),this.video.load(),this.params.output.position$.next(0),this.params.output.duration$.next(1/0),this.params.output.currentBuffer$.next(void 0),this.params.output.currentNativeBuffer$.next(void 0),this.params.output.hostname$.next(void 0),this.videoState.setState("stopped"),x(this.params.desiredState.playbackState,"stopped",!0));return}switch(e){case"stopped":this.videoState.startTransitionTo("ready"),this.prepare();return;case"ready":t==="paused"?(this.videoState.setState("paused"),x(this.params.desiredState.playbackState,"paused")):t==="playing"?(this.videoState.startTransitionTo("playing"),this.playIfAllowed()):i?.to==="ready"&&x(this.params.desiredState.playbackState,"ready");return;case"playing":t==="paused"?(this.videoState.startTransitionTo("paused"),this.video.paused?this.videoState.setState("paused"):this.video.pause()):t==="playing"&&this.video.paused?this.playIfAllowed():i?.to==="playing"&&x(this.params.desiredState.playbackState,"playing");return;case"paused":t==="playing"?(this.videoState.startTransitionTo("playing"),this.playIfAllowed()):i?.to==="paused"&&x(this.params.desiredState.playbackState,"paused");return;default:return bV(e)}}};this.init3DScene=e=>{if(this.scene3D)return;this.scene3D=new Ir(this.params.container,this.video,{fov:this.params.tuning.spherical.fov,orientation:this.params.tuning.spherical.orientation||{x:e.projectionData?.pose.yaw||0,y:e.projectionData?.pose.pitch||0,z:e.projectionData?.pose.roll||0},rotationSpeed:this.params.tuning.spherical.rotationSpeed,maxYawAngle:this.params.tuning.spherical.maxYawAngle,rotationSpeedCorrection:this.params.tuning.spherical.rotationSpeedCorrection,degreeToPixelCorrection:this.params.tuning.spherical.degreeToPixelCorrection,speedFadeTime:this.params.tuning.spherical.speedFadeTime,speedFadeThreshold:this.params.tuning.spherical.speedFadeThreshold});let t=this.elementSizeManager.getValue();t&&this.scene3D.setViewportSize(t.width,t.height)};this.destroy3DScene=()=>{this.scene3D&&(this.scene3D.destroy(),this.scene3D=void 0)};this.textTracksManager=new Ke(e.source.url),this.params=e,this.video=De(e.container,e.tuning),this.tracer=e.dependencies.tracer.createComponentTracer(this.constructor.name),this.params.output.element$.next(this.video),this.params.output.availableVideoTracks$.next([]),this.params.output.availableAudioTracks$.next([]),this.params.output.isAudioAvailable$.next(!0),this.params.output.hostname$.next(Ee(this.params.source.url)),this.params.output.isLive$.next(!1),this.params.output.autoVideoTrackLimitingAvailable$.next(!0),this.params.output.availableTextTracks$.next([]),this.params.desiredState.internalTextTracks.setState([]),this.player=new iu({throughputEstimator:this.params.dependencies.throughputEstimator,tuning:this.params.tuning,compatibilityMode:this.params.source.compatibilityMode,tracer:this.tracer,forceVideoCodec:this.params.forceVideoCodec}),this.subscribe()}getProviderSubscriptionInfo(){let{output:e,desiredState:t}=this.params;TV(this.observableVideo)&&(this.observableVideo=_e(this.video),this.subscription.add(()=>this.observableVideo?.destroy()));let i=this.constructor.name,r=n=>{e.error$.next({id:i,category:NI.WTF,message:`${i} internal logic error`,thrown:n})},s=(n,o)=>this.subscription.add(n.subscribe(o,r));return{output:e,desiredState:t,observableVideo:this.observableVideo,genericErrorListener:r,connect:s}}subscribe(){let{output:e,desiredState:t,observableVideo:i,genericErrorListener:r,connect:s}=this.getProviderSubscriptionInfo();this.subscription.add(this.params.output.availableVideoTracks$.pipe(Yd(l=>!!l.length),UI()).subscribe(l=>{this.droppedFramesManager.connect({logger:this.params.dependencies.logger,video:this.video,droppedFramesChecker:this.params.tuning.droppedFramesChecker,isAuto:this.params.desiredState.autoVideoTrackSwitching,playing$:i.playing$,pause$:i.pause$,tracks:l})}));let n=this.params.desiredState.seekState.stateChangeEnded$.pipe(_s(l=>l.to.state!=="none"),Vs());this.stallsManager.init({isSeeked$:n,currentStallDuration$:this.player.currentStallDuration$,videoLastDataObtainedTimestamp$:this.player.videoLastDataObtainedTimestamp$,throughput$:this.params.dependencies.throughputEstimator.throughput$,rtt$:this.params.dependencies.throughputEstimator.rtt$,tuning:this.params.tuning.stallsManager,abrParams:this.params.tuning.autoTrackSelection,isBuffering$:i.isBuffering$,looped$:i.looped$,playing$:i.playing$,duration:this.video.duration}),s(i.ended$,e.endedEvent$),s(i.looped$,e.loopedEvent$),s(i.error$,e.error$),s(i.isBuffering$,e.isBuffering$),s(i.currentBuffer$,e.currentBuffer$),s(i.currentBuffer$,e.currentNativeBuffer$),s(i.playing$,e.firstFrameEvent$),s(i.canplay$,e.canplay$),s(i.inPiP$,e.inPiP$),s(i.inFullscreen$,e.inFullscreen$),s(i.loadedMetadata$,e.loadedMetadataEvent$),s(this.player.error$,e.error$),s(this.player.fetcherRecoverableError$,e.fetcherRecoverableError$),s(this.player.fetcherError$,e.fetcherError$),s(this.player.manifestRequested$,e.manifestRequested$),s(this.player.firstBytesManifest$,e.firstBytesManifest$),s(this.player.manifestReceived$,e.manifestReceived$),s(this.player.firstBytesRequested$,e.firstBytesRequested$),s(this.player.firstBytesReceived$,e.firstBytesReceived$),s(this.player.lastConnectionType$,e.httpConnectionType$),s(this.player.lastConnectionReused$,e.httpConnectionReused$),s(this.player.lastConnectionMetrics$,e.httpConnectionMetrics$),s(this.player.lastDownloadMetrics$,e.httpDownloadMetrics$),s(this.player.isLive$,e.isLive$),s(this.player.lastRequestFirstBytes$.pipe(Yd(FI),UI()),e.firstBytesEvent$),s(this.stallsManager.severeStallOccurred$,e.severeStallOccurred$),s(this.videoState.stateChangeEnded$.pipe(_s(l=>l.to)),this.params.output.playbackState$),this.subscription.add(i.looped$.subscribe(()=>this.player.warmUpMediaSourceIfNeeded(),r)),this.subscription.add(i.seeked$.subscribe(e.seekedEvent$,r)),this.subscription.add(bt(this.video,t.isLooped,r)),this.subscription.add(i.volumeState$.subscribe(this.params.output.volume$,r)),Yt({subscription:this.subscription,desiredState:t,videoElement$:this.params.output.element$,observableVideo:i}),this.subscription.add(Ve(this.video,t.volume,i.volumeState$,r)),this.subscription.add(Ye(this.video,t.playbackRate,i.playbackRateState$,r)),this.elementSizeManager.connect({video:this.video,observableVideo:i}),s(Je(this.video,{threshold:this.params.tuning.autoTrackSelection.activeVideoAreaThreshold}),e.elementVisible$),this.subscription.add(i.playing$.subscribe(()=>{this.videoState.setState("playing"),x(t.playbackState,"playing"),this.scene3D&&this.scene3D.play()},r)).add(i.pause$.subscribe(()=>{this.videoState.setState("paused"),x(t.playbackState,"paused")},r)).add(i.canplay$.subscribe(()=>{this.videoState.getState()==="playing"&&!this.video.ended&&this.playIfAllowed()},r)),this.params.tuning.changePlaybackStateToPausedWhenEnded&&this.subscription.add(i.ended$.subscribe(()=>{this.videoState.setState("paused"),x(t.playbackState,"paused")})),this.subscription.add(this.player.state$.stateChangeEnded$.subscribe(({to:l})=>{if(l==="manifest_ready"){this.videoTracksMap=new Map,this.audioTracksMap=new Map,this.textTracksMap=new Map;let p=this.player.getStreams(),h=this.player.getCodecs();if(gV(p,"Manifest not loaded or empty"),!this.params.tuning.isAudioDisabled){let b=[];for(let g of p.audio){b.push(Ed(g));let v=[];for(let S of g.representations){let I=gs(S);v.push(I),this.audioTracksMap.set(I,{stream:g,representation:S})}this.audioStreamsMap.set(g,v)}this.params.output.availableAudioStreams$.next(b)}let f=[];for(let b of p.video){f.push(wd(b));let g=[];for(let v of b.representations){let S=Jt({...v,streamId:b.id});S&&(g.push(S),this.videoTracksMap.set(S,{stream:b,representation:v}))}this.videoStreamsMap.set(b,g)}this.params.output.availableVideoStreams$.next(f);for(let b of p.text)for(let g of b.representations){let v=iI(b,g);this.textTracksMap.set(v,{stream:b,representation:g})}this.params.output.availableVideoTracks$.next(Array.from(this.videoTracksMap.keys())),this.params.output.availableAudioTracks$.next(Array.from(this.audioTracksMap.keys())),this.params.output.isAudioAvailable$.next(!!this.audioTracksMap.size),h?.video&&this.params.output.availableVideoCodecs$.next(h.video),h?.audio&&this.params.output.availableAudioCodecs$.next(h.audio),this.audioTracksMap.size&&this.textTracksMap.size&&this.params.desiredState.internalTextTracks.startTransitionTo(Array.from(this.textTracksMap.keys()))}else l==="representations_ready"&&(this.videoState.setState("ready"),this.player.initBuffer())},r));let o=Os(this.player.currentStallDuration$,this.player.state$.stateChangeEnded$,t.videoTrack.stateChangeStarted$,t.autoVideoTrackSwitching.transitionStarted$,this.params.dependencies.throughputEstimator.rttAdjustedThroughput$,t.autoVideoTrackLimits.stateChangeStarted$,this.elementSizeManager.getObservable(),this.params.output.elementVisible$,this.droppedFramesManager.onDroopedVideoFramesLimit$,yV(this.video,"progress")).pipe(Yd(()=>this.videoTracksMap.size>0)),{abrThrottle:u}=this.params.tuning.dash;u&&(o=o.pipe(EV(u))),this.subscription.add(o.subscribe(async()=>{let l=this.player.state$.getState(),p=this.player.state$.getTransition();if(l!=="manifest_ready"&&l!=="running"||p)return;t.autoVideoTrackSwitching.getTransition()&&t.autoVideoTrackSwitching.setState(t.autoVideoTrackSwitching.getState());let h=this.selectVideoAudioRepresentations();if(!h)return;let[f,b]=h,g=[...this.videoTracksMap.keys()].find(S=>this.videoTracksMap.get(S)?.representation.id===f.id);FI(g)&&(this.stallsManager.lastVideoTrackSelected=g);let v=this.params.desiredState.autoVideoTrackLimits.getTransition();if(v&&this.params.output.autoVideoTrackLimits$.next(v.to),l==="manifest_ready")await this.player.initRepresentations(f.id,b?.id,this.params.sourceHls);else if(await this.player.switchRepresentation("video",f.id),b){let S=!!t.audioStream.getTransition();await this.player.switchRepresentation("audio",b.id,S)}},r)),this.subscription.add(vV({videoState:this.videoState.stateChangeEnded$,autoVideoTrackState:Os(au([t.autoVideoTrackSwitching.getState()]),t.autoVideoTrackSwitching.stateChangeEnded$.pipe(_s(l=>l.to)))}).pipe(_s(({videoState:l,autoVideoTrackState:p})=>l.to!=="stopped"&&p),Vs()).subscribe(l=>this.player.setSmartRepresentationSwitch(l))),this.subscription.add(t.cameraOrientation.stateChangeEnded$.subscribe(({to:l})=>{this.scene3D&&l&&this.scene3D.pointCameraTo(l.x,l.y)})),this.subscription.add(this.elementSizeManager.subscribe(l=>{this.scene3D&&l&&this.scene3D.setViewportSize(l.width,l.height)})),this.subscription.add(this.player.currentVideoRepresentation$.pipe(Vs()).subscribe(l=>{let p=[...this.videoTracksMap.entries()].find(([,{representation:v}])=>v.id===l);if(!p){e.currentVideoTrack$.next(void 0),e.currentVideoStream$.next(void 0);return}let[h,{stream:f}]=p,b=this.params.desiredState.videoStream.getTransition();b&&b.to&&b.to.id===f.id&&this.params.desiredState.videoStream.setState(b.to),e.currentVideoTrack$.next(h),e.currentVideoStream$.next(wd(f));let g=this.player.calculateDurationFromSegments();g&&this.params.output.duration$.next(g/1e3)},r)),this.subscription.add(this.player.currentAudioRepresentation$.pipe(Vs()).subscribe(l=>{let p=[...this.audioTracksMap.entries()].find(([,{representation:g}])=>g.id===l);if(!p){e.currentAudioStream$.next(void 0);return}let[h,{stream:f}]=p,b=this.params.desiredState.audioStream.getTransition();b&&b.to&&b.to.id===f.id&&this.params.desiredState.audioStream.setState(b.to),e.currentAudioStream$.next(Ed(f))},r)),this.subscription.add(this.player.currentVideoRepresentationInit$.subscribe(l=>{if(l?.is3dVideo&&this.params.tuning.spherical?.enabled)try{this.init3DScene(l),e.is3DVideo$.next(!0)}catch(p){e.warning$.next({id:"DashProvider",message:`DashProvider could not initialize 3D-scene: ${p}`})}else this.destroy3DScene(),this.params.tuning.spherical?.enabled&&e.is3DVideo$.next(!1)},r)),this.subscription.add(this.player.currentVideoSegmentLength$.subscribe(e.currentVideoSegmentLength$,r)),this.subscription.add(this.player.currentAudioSegmentLength$.subscribe(e.currentAudioSegmentLength$,r)),this.textTracksManager.connect(this.video,t,e);let c=t.playbackState.stateChangeStarted$.pipe(_s(({to:l})=>l==="ready"),Vs());this.subscription.add(Os(c,t.autoVideoTrackSwitching.stateChangeStarted$,this.player.state$.stateChangeEnded$,au(["init"])).subscribe(()=>{let l=t.autoVideoTrackSwitching.getState(),h=t.playbackState.getState()==="ready"?this.params.tuning.dash.forwardBufferTargetPreload:l?this.params.tuning.dash.forwardBufferTargetAuto:this.params.tuning.dash.forwardBufferTargetManual;this.player.setBufferTarget(h)})),this.subscription.add(Os(c,this.player.state$.stateChangeEnded$,au(["init"])).subscribe(()=>this.player.setPreloadOnly(t.playbackState.getState()==="ready")));let d=Os(t.playbackState.stateChangeStarted$,t.videoTrack.stateChangeStarted$,t.seekState.stateChangeEnded$,this.videoState.stateChangeEnded$,au(["init"])).pipe(SV(0));this.subscription.add(d.subscribe(this.syncPlayback,r))}selectVideoAudioRepresentations(){if(this.player.isStreamEnded)return;let e=this.params.tuning.useNewAutoSelectVideoTrack?Ma:Ra,t=this.params.tuning.useNewAutoSelectVideoTrack?oo:no,i=this.params.tuning.useNewAutoSelectVideoTrack?St:so,{desiredState:r,output:s}=this.params,n=r.autoVideoTrackSwitching.getState(),o=r.videoTrack.getState()?.id,u=[...this.videoTracksMap.keys()].find(({id:k})=>k===o),c=s.currentVideoTrack$.getValue(),d=r.videoStream.getState()??(u&&this.videoTracksMap.get(u)?.stream)??this.videoStreamsMap.size===1?this.videoStreamsMap.keys().next().value:void 0;if(!d)return;let l=[...this.videoStreamsMap.keys()].find(({id:k})=>k===d.id),p=l&&this.videoStreamsMap.get(l);if(!p)return;let h=Zt(this.video.buffered,this.video.currentTime*1e3),f;this.player.isActiveLive$.getValue()?f=this.player.isLowLatency$.getValue()?this.params.tuning.dashCmafLive.lowLatency.maxTargetOffset:this.params.tuning.dashCmafLive.normalizedLiveMinBufferSize:this.player.isLive$.getValue()?f=this.params.tuning.dashCmafLive.normalizedTargetMinBufferSize:f=n?this.params.tuning.dash.forwardBufferTargetAuto:this.params.tuning.dash.forwardBufferTargetManual;let b=(this.video.duration*1e3||1/0)-this.video.currentTime*1e3,g=Math.min(h/Math.min(f,b||1/0),1),v=r.audioStream.getState()??(this.audioStreamsMap.size===1?this.audioStreamsMap.keys().next().value:void 0),S=[...this.audioStreamsMap.keys()].find(({id:k})=>k===v?.id)??this.audioStreamsMap.keys().next().value,I=0;if(S){if(u&&!n){let k=e(u,p,this.audioStreamsMap.get(S)??[],this.params.tuning.autoTrackSelection.minVideoAudioRatio);I=Math.max(I,k?.bitrate??-1/0)}if(c){let k=e(c,p,this.audioStreamsMap.get(S)??[],this.params.tuning.autoTrackSelection.minVideoAudioRatio);I=Math.max(I,k?.bitrate??-1/0)}}let y=u;(n||!y)&&(y=i(p,{container:this.elementSizeManager.getValue(),panelSize:this.params.panelSize,estimatedThroughput:this.params.dependencies.throughputEstimator.rttAdjustedThroughput$.getValue(),tuning:this.stallsManager.abrTuningParams,limits:this.params.desiredState.autoVideoTrackLimits.getState(),reserve:I,forwardBufferHealth:g,current:c,visible:this.params.output.elementVisible$.getValue(),history:this.videoTrackSwitchHistory,playbackRate:this.video.playbackRate,droppedVideoMaxQualityLimit:this.droppedFramesManager.droppedVideoMaxQualityLimit,stallsVideoMaxQualityLimit:this.stallsManager.videoMaxQualityLimit,stallsPredictedThroughput:this.stallsManager.predictedThroughput,abrLogger:this.params.dependencies.abrLogger}));let P=S&&t(y,p,this.audioStreamsMap.get(S)??[],{estimatedThroughput:this.params.dependencies.throughputEstimator.rttAdjustedThroughput$.getValue(),stallsPredictedThroughput:this.stallsManager.predictedThroughput,tuning:this.stallsManager.abrTuningParams,forwardBufferHealth:g,history:this.audioTrackSwitchHistory,playbackRate:this.video.playbackRate,abrLogger:this.params.dependencies.abrLogger}),M=this.videoTracksMap.get(y)?.representation,L=P&&this.audioTracksMap.get(P)?.representation;if(M&&L)return[M,L];if(M&&!L&&this.audioTracksMap.size===0)return[M,void 0]}prepare(e=0){this.player.initManifest(this.video,this.params.source.url,e)}playIfAllowed(){Oe(this.video,()=>{this.params.output.soundProhibitedEvent$.next()}).then(e=>{e||(this.videoState.setState("paused"),x(this.params.desiredState.playbackState,"paused",!0))},e=>this.params.output.error$.next({id:"ForcePlay",message:"play() failed even with workarounds",category:NI.DOM,thrown:e}))}destroy(){this.subscription.unsubscribe(),this.droppedFramesManager.destroy(),this.stallsManager.destroy(),this.elementSizeManager.destroy(),this.destroy3DScene(),this.textTracksManager.destroy(),this.player.destroy(),this.params.output.element$.next(void 0),this.params.output.currentVideoStream$.next(void 0),Be(this.video),this.tracer.end()}};var Ns=class extends ji{subscribe(){super.subscribe();let{output:e,observableVideo:t,connect:i}=this.getProviderSubscriptionInfo();i(t.timeUpdate$,e.position$),i(t.durationChange$,e.duration$)}seek(e,t){this.params.output.willSeekEvent$.next(),this.player.seek(e,t)}};import{combine as Kd,merge as qI,filter as HI,filterChanged as jI,isNullable as Xd,map as zI,ValueSubject as Jd,isNonNullable as wV}from"@vkontakte/videoplayer-shared";var Fs=class extends ji{constructor(e){super(e),this.textTracksManager.destroy()}subscribe(){super.subscribe();let e=!1,t=-1,{output:i,observableVideo:r,desiredState:s,connect:n}=this.getProviderSubscriptionInfo();this.params.output.position$.next(0),this.params.output.isLive$.next(!0),this.params.output.canPlayLiveTailBuffer$.next(!0),n(r.timeUpdate$,i.liveBufferTime$),n(this.player.liveSeekableDuration$,i.duration$),n(this.player.liveLatency$,i.liveLatency$);let o=new Jd(1);n(r.playbackRateState$,o),this.params.tuning.dashCmafLive.catchupLiveForMutedInactiveTab&&this.subscription.add(i.elementVisible$.pipe(jI()).subscribe(u=>{let c=i.position$.getValue(),d=i.volume$.getValue(),l=!d.volume||d.muted;!u&&!c&&l?e=!0:u&&e&&(this.seek(0),e=!1)})),this.subscription.add(this.params.output.position$.subscribe(this.player.livePositionFromPlayer$)).add(s.isLowLatency.stateChangeEnded$.pipe(zI(u=>u.to)).subscribe(this.player.isLowLatency$)).add(Kd({liveBufferTime:i.liveBufferTime$,liveAvailabilityStartTime:this.player.liveAvailabilityStartTime$}).pipe(zI(({liveBufferTime:u,liveAvailabilityStartTime:c})=>u&&c?u*1e3+c+t:void 0)).subscribe(i.liveTime$)).add(Kd({liveDuration:this.player.liveDuration$,liveStreamStatus:this.player.liveStreamStatus$,playbackRate:qI(r.playbackRateState$,new Jd(1))}).pipe(HI(({liveStreamStatus:u,liveDuration:c})=>u==="active"&&!!c)).subscribe(({liveDuration:u,playbackRate:c})=>{let d=i.liveBufferTime$.getValue(),l=i.position$.getValue(),{playbackCatchupSpeedup:p}=this.params.tuning.dashCmafLive.lowLatency;l||c<1-p||this.video.paused||Xd(d)||(t=u-d)})).add(Kd({time:i.liveBufferTime$,liveDuration:this.player.liveDuration$,playbackRate:qI(r.playbackRateState$,new Jd(1))}).pipe(jI((u,c)=>this.player.liveStreamStatus$.getValue()==="active"?u.liveDuration===c.liveDuration:u.time===c.time)).subscribe(({time:u,liveDuration:c,playbackRate:d})=>{let l=i.position$.getValue(),{playbackCatchupSpeedup:p}=this.params.tuning.dashCmafLive.lowLatency;if(!l&&!this.video.paused&&d>=1-p||Xd(u)||Xd(c))return;let h=-1*(c-u-t);i.position$.next(Math.min(h,0))})).add(this.player.currentLiveTextRepresentation$.subscribe(u=>{if(u){let c=rI(u);this.params.output.availableTextTracks$.next([c])}})),this.params.tuning.dashCmafLive.externalStopControl||this.subscription.add(this.player.liveStreamStatus$.pipe(HI(u=>wV(u))).subscribe(u=>i.isLiveEnded$.next(u==="unpublished"&&i.position$.getValue()===0)))}seek(e){this.params.output.willSeekEvent$.next();let t=-e,i=Math.trunc(t/1e3<=Math.abs(this.params.output.duration$.getValue())?t:0);this.player.seekLive(i).then(()=>{this.params.output.position$.next(e/1e3)})}};var WI="X-Playback-Duration",Zd=async a=>{let e=await Ze(a),t=await e.text(),i=/#EXT-X-VK-PLAYBACK-DURATION:(\d+)/m.exec(t)?.[1];return i?parseInt(i,10):e.headers.has(WI)?parseInt(e.headers.get(WI),10):void 0};import{assertNever as BV,combine as VV,debounce as _V,ErrorCategory as ou,filter as OV,filterChanged as NV,isNonNullable as YI,isNullable as uu,map as KI,merge as FV,observableFrom as UV,Subscription as qV,ValueSubject as ip,VideoQuality as HV}from"@vkontakte/videoplayer-shared";var tp=C(Nc(),1);import{videoSizeToQuality as xV,getExponentialDelay as PV}from"@vkontakte/videoplayer-shared";var kV=a=>{let e=null;if(a.QUALITY&&(e=Qt(a.QUALITY)),!e&&a.RESOLUTION){let[t,i]=a.RESOLUTION.split("x").map(r=>parseInt(r,10));e=xV({width:t,height:i})}return e??null},AV=(a,e)=>{let t=a.split(`
|
|
179
|
-
`),
|
|
180
|
-
`),s=0;for(let n=0;n<r.length;++n){let o=r[n];switch(!0){case o.startsWith("#EXTINF:"):{let u=r[++n],c=new URL(u,t).toString(),d=Number(this.extractPlaylistRowValue("#EXTINF:",o))*1e3;if(i.segments.push({time:{from:s,to:s+d},url:c}),s=s+d,!i.segmentStartTime){let l=new Date(i.vkStartTime).valueOf(),p=new Date(i.programDateTime).valueOf();i.segmentStartTime=p-l}break}case o.startsWith("#EXT-X-TARGETDURATION:"):i.targetDuration=Number(this.extractPlaylistRowValue("#EXT-X-TARGETDURATION:",o));break;case o.startsWith("#EXT-X-MEDIA-SEQUENCE:"):i.mediaSequence=Number(this.extractPlaylistRowValue("#EXT-X-MEDIA-SEQUENCE:",o));break;case o.startsWith("#EXT-X-VK-PLAYBACK-DURATION:"):i.vkPlaybackDuration=Number(this.extractPlaylistRowValue("#EXT-X-VK-PLAYBACK-DURATION:",o));break;case o.startsWith("#EXT-X-PROGRAM-DATE-TIME:"):{let u=this.extractPlaylistRowValue("#EXT-X-PROGRAM-DATE-TIME:",o);i.programDateTime=u;let c=new Date(u);c.setMilliseconds(0),s=c.valueOf();break}case o.startsWith("#EXT-X-VK-START-TIME:"):i.vkStartTime=this.extractPlaylistRowValue("#EXT-X-VK-START-TIME:",o);break}}return i}extractPlaylistRowValue(e,t){switch(e){case"#EXTINF:":return t.substring(e.length,t.length-1);default:return t.substring(e.length)}}processLiveTime(e){if(MV(e)&&this.currentTextTrackData){let{segments:t}=this.currentTextTrackData.playlist,{from:i}=t[0].time,{to:r}=t[t.length-1].time;if(e<i||e>r)return;r-e<this.params.downloadThreshold&&this.fetchNextManifestData();for(let n of t)if(n.time.from<=e&&n.time.to>=e){this.availableTextTracks$.next([{...this.currentTextTrackData.textTrack,url:n.url,isAuto:!0}]);break}}}async fetchNextManifestData(){try{if(this.abortControllers.nextManifest)return;this.abortControllers.nextManifest=new J;let{textTracks:e}=await this.fetchManifestData(),t=await this.parseTextTracks(e,this.params.sourceUrl);this.currentTextTrackData&&t&&(this.currentTextTrackData.playlist.segments=t.playlist.segments)}catch(e){this.error("fetchNextManifestData",e)}finally{this.abortControllers.nextManifest=null}}async fetchManifestData(){let e=this.prepareUrl??this.params.sourceUrl;return await this.params.fetchManifestData(e,{signal:this.abortControllers.destroy.signal})}error(e,t){this.error$.next({id:"[LiveTextManager][HLS_LIVE_CMAF]",category:DV.WTF,thrown:t,message:e})}};var Us=class{constructor(e){this.subscription=new qV;this.videoState=new N("stopped");this.textTracksManager=null;this.liveTextManager=null;this.manifests$=new ip([]);this.liveOffset=new xi;this.manifestStartTime$=new ip(void 0);this.syncPlayback=()=>{if(!this.manifests$.getValue().length)return;let t=this.videoState.getState(),i=this.params.desiredState.playbackState.getState(),r=this.params.desiredState.playbackState.getTransition(),s=this.params.desiredState.videoTrack.getTransition(),n=this.params.desiredState.autoVideoTrackSwitching.getTransition(),o=this.params.desiredState.autoVideoTrackLimits.getTransition();if(i==="stopped"){t!=="stopped"&&(this.videoState.startTransitionTo("stopped"),this.video.removeAttribute("src"),this.video.load(),this.params.output.position$.next(0),this.params.output.duration$.next(1/0),this.params.output.currentBuffer$.next(void 0),this.params.output.currentNativeBuffer$.next(void 0),this.params.output.hostname$.next(void 0),this.videoState.setState("stopped"),x(this.params.desiredState.playbackState,"stopped",!0));return}if(this.videoState.getTransition())return;let c=this.params.desiredState.seekState.getState();if(t==="stopped"){this.videoState.startTransitionTo("ready"),this.prepare();return}if(s||n||o){let d=this.videoState.getState();this.videoState.setState("changing_manifest"),this.videoState.startTransitionTo(d),this.prepare(),o&&this.params.output.autoVideoTrackLimits$.next(o.to),c.state==="none"&&this.params.desiredState.seekState.setState({state:"requested",position:-this.liveOffset.getTotalOffset(),forcePrecise:!0});return}if(r?.to!=="paused"&&c.state==="requested"){this.videoState.startTransitionTo("ready"),this.seek(c.position&&c.position-this.liveOffset.getTotalPausedTime()),this.prepare();return}switch(t){case"ready":i==="ready"?x(this.params.desiredState.playbackState,"ready"):i==="paused"?(this.videoState.setState("paused"),this.liveOffset.pause(),x(this.params.desiredState.playbackState,"paused")):i==="playing"&&(this.videoState.startTransitionTo("playing"),this.playIfAllowed());return;case"playing":i==="paused"?(this.videoState.startTransitionTo("paused"),this.liveOffset.pause(),this.video.paused?this.videoState.setState("paused"):this.video.pause()):r?.to==="playing"&&x(this.params.desiredState.playbackState,"playing");return;case"paused":if(i==="playing")if(this.videoState.startTransitionTo("playing"),this.liveOffset.getTotalPausedTime()<this.params.config.maxPausedTime&&this.liveOffset.getTotalOffset()<this.maxSeekBackTime$.getValue())this.liveOffset.resume(),this.playIfAllowed(),this.params.output.position$.next(-this.liveOffset.getTotalOffset()/1e3);else{let d=this.liveOffset.getTotalOffset();d>=this.maxSeekBackTime$.getValue()&&(d=0,this.liveOffset.resetTo(d)),this.liveOffset.resume(),this.params.output.position$.next(-d/1e3),this.prepare()}else r?.to==="paused"&&(x(this.params.desiredState.playbackState,"paused"),this.liveOffset.pause());return;case"changing_manifest":break;default:return BV(t)}};this.params=e,this.video=De(e.container,e.tuning),this.params.output.element$.next(this.video),this.masterManifest={id:"master",quality:HV.INVARIANT,url:this.params.source.url};let t=(i,r)=>su(i,this.params.source.url,{manifestRetryInterval:this.params.tuning.manifestRetryInterval,manifestRetryMaxInterval:this.params.tuning.manifestRetryMaxInterval,manifestRetryMaxCount:this.params.tuning.manifestRetryMaxCount},r);this.params.tuning.useHlsLiveNewTextManager?this.liveTextManager=new nu(this.params.output.liveTime$,this.video,t,this.params.source.url,this.params.tuning.hlsLiveNewTextManagerDownloadThreshold):this.textTracksManager=new Ke(e.source.url),t(this.generateLiveUrl()).then(({qualityManifests:i,textTracks:r})=>{i.length===0&&this.params.output.error$.next({id:"HlsLiveProviderInternal:empty_manifest",category:ou.WTF,message:"HlsLiveProvider: there are no qualities in manifest"}),this.liveTextManager?.processTextTracks(r,this.params.source.url),this.manifests$.next([this.masterManifest,...i])}).catch(i=>{this.params.output.error$.next({id:"ExtractHlsQualities",category:ou.NETWORK,message:"Error fetching manifest and extracting qualities",thrown:i})}),this.params.output.isLive$.next(!0),this.params.output.canChangePlaybackSpeed$.next(!1),this.params.output.availableVideoTracks$.next([]),this.params.output.availableAudioTracks$.next([]),this.params.output.isAudioAvailable$.next(!0),this.params.output.hostname$.next(Ee(this.params.source.url)),this.params.output.availableTextTracks$.next([]),this.params.desiredState.internalTextTracks.setState([]),this.maxSeekBackTime$=new ip(e.source.maxSeekBackTime??1/0),this.subscribe()}selectManifest(){let{autoVideoTrackSwitching:e,videoTrack:t}=this.params.desiredState,i=e.getState(),r=t.getTransition(),s=r?.to?.id??t.getState()?.id??"master",n=this.manifests$.getValue();if(!n.length)return;let o=i?"master":s;return i&&!r&&t.startTransitionTo(this.masterManifest),n.find(u=>u.id===o)}subscribe(){let{output:e,desiredState:t}=this.params,i=o=>{e.error$.next({id:"HlsLiveProvider",category:ou.WTF,message:"HlsLiveProvider internal logic error",thrown:o})},r=_e(this.video);this.subscription.add(()=>r.destroy());let s=(o,u)=>this.subscription.add(o.subscribe(u,i));s(r.ended$,e.endedEvent$),s(r.error$,e.error$),s(r.isBuffering$,e.isBuffering$),s(r.currentBuffer$,e.currentBuffer$),s(r.currentBuffer$,e.currentNativeBuffer$),s(r.loadedMetadata$,e.firstBytesEvent$),s(r.loadedMetadata$,e.loadedMetadataEvent$),s(r.playing$,e.firstFrameEvent$),s(r.canplay$,e.canplay$),s(r.inPiP$,e.inPiP$),s(r.inFullscreen$,e.inFullscreen$),this.subscription.add(t.isLooped.stateChangeStarted$.subscribe(()=>t.isLooped.setState(!1),i)),this.subscription.add(Ve(this.video,t.volume,r.volumeState$,i)),this.subscription.add(r.volumeState$.subscribe(this.params.output.volume$,i)),this.subscription.add(Ye(this.video,t.playbackRate,r.playbackRateState$,i)),s(Je(this.video),e.elementVisible$),this.liveTextManager?(s(this.liveTextManager.getCurrentTime$,this.params.output.getCurrentTime$),s(this.liveTextManager.error$,this.params.output.error$)):this.textTracksManager&&this.textTracksManager.connect(this.video,t,e),this.subscription.add(r.playing$.subscribe(()=>{this.videoState.setState("playing"),x(t.playbackState,"playing")},i)).add(r.pause$.subscribe(()=>{this.videoState.setState("paused"),x(t.playbackState,"paused")},i)).add(r.canplay$.subscribe(()=>{this.videoState.getTransition()?.to==="ready"&&this.videoState.setState("ready"),this.videoState.getState()==="playing"&&this.playIfAllowed()},i)),this.liveTextManager&&this.subscription.add(this.liveTextManager.availableTextTracks$.subscribe(o=>{o&&this.params.output.availableTextTracks$.next(o)})),this.subscription.add(this.maxSeekBackTime$.pipe(NV(),KI(o=>-o/1e3)).subscribe(this.params.output.duration$,i)),this.subscription.add(r.loadedMetadata$.subscribe(()=>{let o=this.params.desiredState.seekState.getState(),u=this.videoState.getTransition(),c=this.params.desiredState.videoTrack.getTransition(),d=this.params.desiredState.autoVideoTrackSwitching.getTransition();if(c&&YI(c.to)){let l=c.to.id;this.params.desiredState.videoTrack.setState(c.to);let p=this.manifests$.getValue().find(h=>h.id===l);p&&(this.params.output.currentVideoTrack$.next(p),this.params.output.hostname$.next(Ee(p.url)))}d&&this.params.desiredState.autoVideoTrackSwitching.setState(d.to),u&&u.from==="changing_manifest"&&this.videoState.setState(u.to),o&&o.state==="requested"&&this.seek(o.position)},i)),this.subscription.add(r.loadedData$.subscribe(()=>{let o=this.video?.getStartDate?.()?.getTime();this.manifestStartTime$.next(o||void 0)},i)),this.subscription.add(VV({startTime:this.manifestStartTime$.pipe(OV(YI)),currentTime:r.timeUpdate$}).subscribe(({startTime:o,currentTime:u})=>this.params.output.liveTime$.next(o+u*1e3),i)),this.subscription.add(this.manifests$.pipe(KI(o=>o.map(({id:u,quality:c,size:d,bandwidth:l,fps:p})=>({id:u,quality:c,size:d,fps:p,bitrate:l})))).subscribe(this.params.output.availableVideoTracks$,i));let n=FV(t.playbackState.stateChangeStarted$,t.seekState.stateChangeEnded$,t.videoTrack.stateChangeStarted$,t.autoVideoTrackSwitching.stateChangeStarted$,t.autoVideoTrackLimits.stateChangeStarted$,this.videoState.stateChangeEnded$,this.manifests$,UV(["init"])).pipe(_V(0));this.subscription.add(n.subscribe(this.syncPlayback,i))}destroy(){this.subscription.unsubscribe(),this.textTracksManager?.destroy(),this.liveTextManager?.destroy(),this.params.output.element$.next(void 0),Be(this.video)}prepare(){let e=this.selectManifest();if(uu(e))return;let t=this.params.desiredState.autoVideoTrackLimits.getTransition(),i=this.params.desiredState.autoVideoTrackLimits.getState(),r=new URL(e.url);if((t||i)&&e.id===this.masterManifest.id){let{max:o,min:u}=t?.to??i??{};for(let[c,d]of[[o,"mq"],[u,"lq"]]){let l=String(parseFloat(c||""));d&&c&&r.searchParams.set(d,l)}}let s=this.params.format==="HLS_LIVE_CMAF"?2:0,n=se(r.toString(),this.liveOffset.getTotalOffset(),s);this.liveTextManager?.prepare(n),this.video.setAttribute("src",n),this.video.load(),Zd(n).then(o=>{if(!uu(o))this.maxSeekBackTime$.next(o);else{let u=this.params.source.maxSeekBackTime??this.maxSeekBackTime$.getValue();(uu(u)||!isFinite(u))&&Ze(n).then(c=>c.text()).then(c=>{let d=/#EXT-X-STREAM-INF[^\n]+\n(.+)/m.exec(c)?.[1];if(d){let l=new URL(d,n).toString();Zd(l).then(p=>{uu(p)||this.maxSeekBackTime$.next(p)})}}).catch(()=>{})}})}playIfAllowed(){Oe(this.video,()=>{this.params.output.soundProhibitedEvent$.next()}).then(e=>{e||(this.videoState.setState("paused"),this.liveOffset.pause(),x(this.params.desiredState.playbackState,"paused",!0))},e=>this.params.output.error$.next({id:"ForcePlay",message:"play() failed even with workarounds",category:ou.DOM,thrown:e}))}seek(e){this.params.output.willSeekEvent$.next();let t=-e,i=t<this.maxSeekBackTime$.getValue()?t:0;this.liveOffset.resetTo(i),this.params.output.position$.next(-i/1e3),this.params.output.seekedEvent$.next()}generateLiveUrl(){let e=se(this.params.source.url);if(this.params.tuning.useHlsLiveNewTextManager){let t=new URL(e);t.searchParams.set("enable-subtitles","yes"),e=t.toString()}return e}};import{assertNever as jV,debounce as zV,ErrorCategory as rp,fromEvent as ap,isNonNullable as WV,isNullable as QV,map as XI,merge as JI,observableFrom as ZI,Subscription as GV,ValueSubject as eE,VideoQuality as YV}from"@vkontakte/videoplayer-shared";var qs=class{constructor(e){this.subscription=new GV;this.videoState=new N("stopped");this.manifests$=new eE([]);this.unmuteAfterBrowserResetsHappened=new eE(!1);this.syncPlayback=()=>{if(!this.manifests$.getValue().length)return;let t=this.videoState.getState(),i=this.params.desiredState.playbackState.getState(),r=this.params.desiredState.playbackState.getTransition(),s=this.params.desiredState.videoTrack.getTransition(),n=this.params.desiredState.autoVideoTrackSwitching.getTransition(),o=this.params.desiredState.autoVideoTrackLimits.getTransition();if(i==="stopped"){t!=="stopped"&&(this.videoState.startTransitionTo("stopped"),this.video.removeAttribute("src"),this.video.load(),this.params.output.position$.next(0),this.params.output.duration$.next(1/0),this.params.output.currentBuffer$.next(void 0),this.params.output.currentNativeBuffer$.next(void 0),this.params.output.hostname$.next(void 0),this.videoState.setState("stopped"),x(this.params.desiredState.playbackState,"stopped",!0));return}if(this.videoState.getTransition())return;let c=this.params.desiredState.seekState.getState();if(t==="stopped"){this.videoState.startTransitionTo("ready"),this.prepare();return}if(s||n||o){let d=this.videoState.getState();this.videoState.setState("changing_manifest"),this.videoState.startTransitionTo(d);let{currentTime:l}=this.video;this.prepare(),o&&this.params.output.autoVideoTrackLimits$.next(o.to),c.state==="none"&&this.params.desiredState.seekState.setState({state:"requested",position:l*1e3,forcePrecise:!0});return}switch(r?.to!=="paused"&&c.state==="requested"&&this.seek(c.position),t){case"ready":i==="ready"?x(this.params.desiredState.playbackState,"ready"):i==="paused"?(this.videoState.setState("paused"),x(this.params.desiredState.playbackState,"paused")):i==="playing"&&(this.videoState.startTransitionTo("playing"),this.playIfAllowed());return;case"playing":i==="paused"?(this.videoState.startTransitionTo("paused"),this.video.paused?this.videoState.setState("paused"):this.video.pause()):r?.to==="playing"&&x(this.params.desiredState.playbackState,"playing");return;case"paused":i==="playing"?(this.videoState.startTransitionTo("playing"),this.playIfAllowed()):r?.to==="paused"&&x(this.params.desiredState.playbackState,"paused");return;case"changing_manifest":break;default:return jV(t)}};this.textTracksManager=new Ke(e.source.url),this.params=e,this.video=De(e.container,e.tuning),this.params.output.element$.next(this.video),this.masterManifest={id:"master",quality:YV.INVARIANT,url:this.params.source.url},this.params.output.isLive$.next(!1),this.params.output.availableVideoTracks$.next([]),this.params.output.availableAudioTracks$.next([]),this.params.output.isAudioAvailable$.next(!0),this.params.output.hostname$.next(Ee(this.params.source.url)),this.params.output.autoVideoTrackLimitingAvailable$.next(!0),this.params.output.manifestRequested$.next(),su(se(this.params.source.url),this.params.source.url,{manifestRetryInterval:this.params.tuning.manifestRetryInterval,manifestRetryMaxInterval:this.params.tuning.manifestRetryMaxInterval,manifestRetryMaxCount:this.params.tuning.manifestRetryMaxCount}).then(({qualityManifests:t,textTracks:i})=>{this.params.output.firstBytesManifest$.next(),this.manifests$.next([this.masterManifest,...t]),this.params.output.manifestReceived$.next(),this.params.tuning.useNativeHLSTextTracks||this.params.desiredState.internalTextTracks.startTransitionTo(i)},t=>this.params.output.error$.next({id:"ExtractHlsQualities",category:rp.NETWORK,message:"Error fetching manifest and extracting qualities",thrown:t})),this.subscribe()}selectManifest(){let{autoVideoTrackSwitching:e,videoTrack:t}=this.params.desiredState,i=e.getState(),r=t.getTransition(),s=r?.to?.id??t.getState()?.id??"master",n=this.manifests$.getValue();if(!n.length)return;let o=i?"master":s;return i&&(!r||!r.from)&&t.startTransitionTo(this.masterManifest),n.find(u=>u.id===o)}subscribe(){let{output:e,desiredState:t}=this.params,i=o=>{e.error$.next({id:"HlsProvider",category:rp.WTF,message:"HlsProvider internal logic error",thrown:o})},r=_e(this.video);this.subscription.add(()=>r.destroy());let s=(o,u)=>this.subscription.add(o.subscribe(u));if(s(r.timeUpdate$,e.position$),s(r.durationChange$,e.duration$),s(r.ended$,e.endedEvent$),s(r.looped$,e.loopedEvent$),s(r.error$,e.error$),s(r.isBuffering$,e.isBuffering$),s(r.currentBuffer$,e.currentBuffer$),s(r.currentBuffer$,e.currentNativeBuffer$),s(r.loadedMetadata$,e.firstBytesEvent$),s(r.loadedMetadata$,e.loadedMetadataEvent$),s(r.playing$,e.firstFrameEvent$),s(r.canplay$,e.canplay$),s(r.seeked$,e.seekedEvent$),s(r.inPiP$,e.inPiP$),s(r.inFullscreen$,e.inFullscreen$),s(this.videoState.stateChangeEnded$.pipe(XI(o=>o.to)),this.params.output.playbackState$),this.subscription.add(bt(this.video,t.isLooped,i)),this.subscription.add(r.volumeState$.subscribe(this.params.output.volume$,i)),this.subscription.add(Ye(this.video,t.playbackRate,r.playbackRateState$,i)),Yt({subscription:this.subscription,desiredState:t,videoElement$:this.params.output.element$,observableVideo:r}),this.subscription.add(Ve(this.video,t.volume,r.volumeState$,i)),this.textTracksManager.connect(this.video,t,e),this.subscription.add(r.playing$.subscribe(()=>{this.videoState.setState("playing"),x(t.playbackState,"playing")},i)).add(r.pause$.subscribe(()=>{this.videoState.setState("paused"),x(t.playbackState,"paused")},i)).add(r.canplay$.subscribe(()=>{this.videoState.getTransition()?.to==="ready"&&this.videoState.setState("ready"),this.videoState.getState()==="playing"&&this.playIfAllowed()},i).add(r.loadedMetadata$.subscribe(()=>{let o=this.params.desiredState.seekState.getState(),u=this.videoState.getTransition(),c=this.params.desiredState.videoTrack.getTransition(),d=this.params.desiredState.autoVideoTrackSwitching.getTransition();if(c&&WV(c.to)){let h=c.to.id;this.params.desiredState.videoTrack.setState(c.to);let f=this.manifests$.getValue().find(b=>b.id===h);f&&(this.params.output.currentVideoTrack$.next(f),this.params.output.hostname$.next(Ee(f.url)))}let l=this.params.desiredState.playbackRate.getState(),p=this.params.output.element$.getValue()?.playbackRate;if(l!==p){let h=this.params.output.element$.getValue();h&&(this.params.desiredState.playbackRate.setState(l),h.playbackRate=l)}d&&this.params.desiredState.autoVideoTrackSwitching.setState(d.to),u&&u.from==="changing_manifest"&&this.videoState.setState(u.to),o.state==="requested"&&this.seek(o.position)},i))),this.params.tuning.changePlaybackStateToPausedWhenEnded&&this.subscription.add(r.ended$.subscribe(()=>{this.videoState.setState("paused"),x(t.playbackState,"paused")})),this.subscription.add(this.manifests$.pipe(XI(o=>o.map(({id:u,quality:c,size:d,bandwidth:l,fps:p})=>({id:u,quality:c,size:d,fps:p,bitrate:l})))).subscribe(this.params.output.availableVideoTracks$,i)),!$.device.isIOS||!this.params.tuning.useNativeHLSTextTracks){let{textTracks:o}=this.video;this.subscription.add(JI(ap(o,"addtrack"),ap(o,"removetrack"),ap(o,"change"),ZI(["init"])).subscribe(()=>{for(let u=0;u<o.length;u++)o[u].mode="hidden"},i))}let n=JI(t.playbackState.stateChangeStarted$,t.seekState.stateChangeEnded$,t.videoTrack.stateChangeStarted$,t.autoVideoTrackSwitching.stateChangeStarted$,t.autoVideoTrackLimits.stateChangeStarted$,this.videoState.stateChangeEnded$,this.manifests$,ZI(["init"])).pipe(zV(0));this.subscription.add(n.subscribe(this.syncPlayback,i))}destroy(){this.subscription.unsubscribe(),this.textTracksManager.destroy(),this.params.output.element$.next(void 0),Be(this.video)}prepare(){let e=this.selectManifest();if(QV(e))return;let t=this.params.desiredState.autoVideoTrackLimits.getTransition(),i=this.params.desiredState.autoVideoTrackLimits.getState(),r=new URL(e.url);if((t||i)&&e.id===this.masterManifest.id){let{max:s,min:n}=t?.to??i??{};for(let[o,u]of[[s,"mq"],[n,"lq"]]){let c=String(parseFloat(o||""));u&&o&&r.searchParams.set(u,c)}}this.video.setAttribute("src",r.toString()),this.video.load()}playIfAllowed(){Oe(this.video,()=>{this.params.output.soundProhibitedEvent$.next()}).then(e=>{e||(this.videoState.setState("paused"),x(this.params.desiredState.playbackState,"paused",!0))},e=>this.params.output.error$.next({id:"ForcePlay",message:"play() failed even with workarounds",category:rp.DOM,thrown:e}))}seek(e){this.params.output.willSeekEvent$.next(),this.video.currentTime=e/1e3}};var rE=C(jt(),1),sp=C(bi(),1),aE=C(Xe(),1);import{assertNever as KV,assertNonNullable as tE,debounce as XV,ErrorCategory as iE,isHigherOrEqual as JV,isLowerOrEqual as ZV,isNonNullable as e_,merge as t_,observableFrom as i_,Subscription as r_,map as a_}from"@vkontakte/videoplayer-shared";var Hs=class{constructor(e){this.subscription=new r_;this.videoState=new N("stopped");this.trackUrls={};this.textTracksManager=new Ke;this.syncPlayback=()=>{let e=this.videoState.getState(),t=this.params.desiredState.playbackState.getState(),i=this.params.desiredState.playbackState.getTransition();if(t==="stopped"){e!=="stopped"&&(this.videoState.startTransitionTo("stopped"),this.video.removeAttribute("src"),this.video.load(),this.params.output.position$.next(0),this.params.output.duration$.next(1/0),this.params.output.currentBuffer$.next(void 0),this.params.output.currentNativeBuffer$.next(void 0),this.params.output.hostname$.next(void 0),this.videoState.setState("stopped"),x(this.params.desiredState.playbackState,"stopped",!0));return}if(this.videoState.getTransition())return;let s=this.params.desiredState.autoVideoTrackLimits.getTransition(),n=this.params.desiredState.videoTrack.getTransition(),o=this.params.desiredState.seekState.getState();if(s&&e!=="ready"&&!n){this.handleQualityLimitTransition(s.to);return}if(e==="stopped"){this.videoState.startTransitionTo("ready"),this.prepare();return}if(n){let{currentTime:u}=this.video;this.prepare(),o.state==="none"&&this.params.desiredState.seekState.setState({state:"requested",position:u*1e3,forcePrecise:!0});return}switch(i?.to!=="paused"&&o.state==="requested"&&this.seek(o.position),e){case"ready":t==="ready"?x(this.params.desiredState.playbackState,"ready"):t==="paused"?(this.videoState.setState("paused"),x(this.params.desiredState.playbackState,"paused")):t==="playing"&&(this.videoState.startTransitionTo("playing"),this.playIfAllowed());return;case"playing":t==="paused"?(this.videoState.startTransitionTo("paused"),this.video.paused?this.videoState.setState("paused"):this.video.pause()):i?.to==="playing"&&x(this.params.desiredState.playbackState,"playing");return;case"paused":t==="playing"?(this.videoState.startTransitionTo("playing"),this.playIfAllowed()):i?.to==="paused"&&x(this.params.desiredState.playbackState,"paused");return;default:return KV(e)}};this.params=e,this.video=De(e.container,e.tuning),this.params.output.element$.next(this.video),(0,rE.default)(this.params.source).reverse().forEach(([t,i],r)=>{let s=r.toString(10);this.trackUrls[s]={track:{quality:t,id:s},url:i}}),this.params.output.isLive$.next(!1),this.params.output.availableVideoTracks$.next((0,sp.default)(this.trackUrls).map(({track:t})=>t)),this.params.output.availableAudioTracks$.next([]),this.params.output.isAudioAvailable$.next(!0),this.params.desiredState.autoVideoTrackSwitching.setState(!1),this.params.output.autoVideoTrackLimitingAvailable$.next(!0),this.subscribe()}subscribe(){let{output:e,desiredState:t}=this.params,i=o=>{e.error$.next({id:"MpegProvider",category:iE.WTF,message:"MpegProvider internal logic error",thrown:o})},r=_e(this.video);this.subscription.add(()=>r.destroy());let s=(o,u)=>this.subscription.add(o.subscribe(u,i));s(r.timeUpdate$,e.position$),s(r.durationChange$,e.duration$),s(r.ended$,e.endedEvent$),s(r.looped$,e.loopedEvent$),s(r.error$,e.error$),s(r.isBuffering$,e.isBuffering$),s(r.currentBuffer$,e.currentNativeBuffer$),s(r.currentBuffer$,e.currentBuffer$),s(r.loadedMetadata$,e.firstBytesEvent$),s(r.loadedMetadata$,e.loadedMetadataEvent$),s(r.playing$,e.firstFrameEvent$),s(r.canplay$,e.canplay$),s(r.seeked$,e.seekedEvent$),s(r.inPiP$,e.inPiP$),s(r.inFullscreen$,e.inFullscreen$),s(this.videoState.stateChangeEnded$.pipe(a_(o=>o.to)),this.params.output.playbackState$),this.subscription.add(bt(this.video,t.isLooped,i)),Yt({subscription:this.subscription,desiredState:t,videoElement$:this.params.output.element$,observableVideo:r}),this.subscription.add(Ve(this.video,t.volume,r.volumeState$,i)),this.subscription.add(r.volumeState$.subscribe(this.params.output.volume$,i)),this.subscription.add(Ye(this.video,t.playbackRate,r.playbackRateState$,i)),s(Je(this.video),e.elementVisible$),this.subscription.add(r.playing$.subscribe(()=>{this.videoState.setState("playing"),x(t.playbackState,"playing")},i)).add(r.pause$.subscribe(()=>{this.videoState.setState("paused"),x(t.playbackState,"paused")},i)).add(r.canplay$.subscribe(()=>{this.videoState.getTransition()?.to==="ready"&&this.videoState.setState("ready");let o=this.params.desiredState.videoTrack.getTransition();if(o&&e_(o.to)){this.params.desiredState.videoTrack.setState(o.to),this.params.output.currentVideoTrack$.next(this.trackUrls[o.to.id].track);let u=this.params.desiredState.playbackRate.getState(),c=this.params.output.element$.getValue()?.playbackRate;if(u!==c){let d=this.params.output.element$.getValue();d&&(this.params.desiredState.playbackRate.setState(u),d.playbackRate=u)}}this.videoState.getState()==="playing"&&!this.video.ended&&this.playIfAllowed()},i)),this.params.tuning.changePlaybackStateToPausedWhenEnded&&this.subscription.add(r.ended$.subscribe(()=>{this.videoState.setState("paused"),x(t.playbackState,"paused")})),this.textTracksManager.connect(this.video,t,e);let n=t_(t.playbackState.stateChangeStarted$,t.videoTrack.stateChangeStarted$,t.seekState.stateChangeEnded$,t.autoVideoTrackLimits.stateChangeStarted$,this.videoState.stateChangeEnded$,i_(["init"])).pipe(XV(0));this.subscription.add(n.subscribe(this.syncPlayback,i))}destroy(){this.subscription.unsubscribe(),this.textTracksManager.destroy(),this.trackUrls={},this.params.output.element$.next(void 0),Be(this.video)}prepare(){let e=this.params.desiredState.videoTrack.getState()?.id;tE(e,"MpegProvider: track is not selected");let{url:t}=this.trackUrls[e];tE(t,`MpegProvider: No url for ${e}`),this.params.tuning.requestQuick&&(t=Kt(t)),this.video.setAttribute("src",t),this.video.load(),this.params.output.hostname$.next(Ee(t))}playIfAllowed(){Oe(this.video,()=>{this.params.output.soundProhibitedEvent$.next()}).then(e=>{e||(this.videoState.setState("paused"),x(this.params.desiredState.playbackState,"paused",!0))},e=>this.params.output.error$.next({id:"ForcePlay",message:"play() failed even with workarounds",category:iE.DOM,thrown:e}))}seek(e){this.params.output.willSeekEvent$.next(),this.video.currentTime=e/1e3}handleQualityLimitTransition(e){this.params.output.autoVideoTrackLimits$.next(e);let t=c=>{this.params.output.currentVideoTrack$.next(c),this.params.desiredState.videoTrack.startTransitionTo(c)},i=c=>{let d=St(n,{container:this.video.getBoundingClientRect(),panelSize:this.params.panelSize,estimatedThroughput:this.params.dependencies.throughputEstimator.throughput$.getValue(),tuning:this.params.tuning.autoTrackSelection,forwardBufferHealth:0,limits:c,abrLogger:this.params.dependencies.abrLogger});t(d)},r=this.params.output.currentVideoTrack$.getValue()?.quality,s=!!(e.max||e.min),n=(0,sp.default)(this.trackUrls).map(c=>c.track);if(!r||!s||gr(e,n[0].quality,(0,aE.default)(n,-1)?.quality)){i();return}let o=e.max?ZV(r,e.max):!0,u=e.min?JV(r,e.min):!0;o&&u||i(e)}};import{assertNever as nE,debounce as u_,merge as oE,observableFrom as c_,Subscription as l_,map as uE,ValueSubject as d_,ErrorCategory as op,VideoQuality as p_}from"@vkontakte/videoplayer-shared";import{ErrorCategory as s_}from"@vkontakte/videoplayer-shared";var sE=["stun:videostun.mycdn.me:80"],n_=1e3,o_=3,np=()=>null,cu=class{constructor(e,t){this.ws=null;this.peerConnection=null;this.serverUrl="";this.streamKey="";this.stream=null;this.signalingType="JOIN";this.retryCount=0;this.externalStartCallback=np;this.externalStopCallback=np;this.externalErrorCallback=np;this.options=this.normalizeOptions(t);let i=e.split("/");this.serverUrl=i.slice(0,i.length-1).join("/"),this.streamKey=i[i.length-1]}onStart(e){try{this.externalStartCallback=e}catch(t){this.handleSystemError(t)}}onStop(e){try{this.externalStopCallback=e}catch(t){this.handleSystemError(t)}}onError(e){try{this.externalErrorCallback=e}catch(t){this.handleSystemError(t)}}connect(){this.connectWS()}disconnect(){try{this.externalStopCallback(),this.closeConnections()}catch(e){this.handleSystemError(e)}}connectWS(){this.ws||(this.ws=new WebSocket(this.serverUrl),this.ws.onopen=this.onSocketOpen.bind(this),this.ws.onmessage=this.onSocketMessage.bind(this),this.ws.onclose=this.onSocketClose.bind(this),this.ws.onerror=this.onSocketError.bind(this))}onSocketOpen(){this.handleLogin()}onSocketClose(e){try{if(!this.ws)return;this.ws=null,e.code>1e3?(this.retryCount++,this.retryCount>this.options.maxRetryNumber?this.handleNetworkError():this.scheduleRetry()):this.externalStopCallback()}catch(t){this.handleRTCError(t)}}onSocketError(e){try{this.externalErrorCallback(new Error(e.toString()))}catch(t){this.handleRTCError(t)}}onSocketMessage(e){try{let t=this.parseMessage(e.data);switch(t.type){case"JOIN":case"CALL_JOIN":this.handleJoinMessage(t);break;case"UPDATE":this.handleUpdateMessage(t);break;case"STATUS":this.handleStatusMessage(t);break}}catch(t){this.handleRTCError(t)}}handleJoinMessage(e){switch(e.inviteType){case"ANSWER":this.handleAnswer(e.sdp);break;case"CANDIDATE":this.handleCandidate(e.candidate);break}}handleStatusMessage(e){switch(e.status){case"UNPUBLISHED":this.handleUnpublished();break}}async handleUpdateMessage(e){try{let t=await this.createOffer();this.peerConnection&&await this.peerConnection.setLocalDescription(t),this.handleAnswer(e.sdp)}catch(t){this.handleRTCError(t)}}async handleLogin(){try{let e={iceServers:[{urls:sE}]};this.peerConnection=new RTCPeerConnection(e),this.peerConnection.ontrack=this.onPeerConnectionStream.bind(this),this.peerConnection.onicecandidate=this.onPeerConnectionIceCandidate.bind(this),this.peerConnection.oniceconnectionstatechange=this.onPeerConnectionIceConnectionStateChange.bind(this);let t=await this.createOffer();await this.peerConnection.setLocalDescription(t),this.send({type:this.signalingType,inviteType:"OFFER",streamKey:this.streamKey,sdp:t.sdp,callSupport:!1})}catch(e){this.handleRTCError(e)}}async handleAnswer(e){try{this.peerConnection&&await this.peerConnection.setRemoteDescription(new RTCSessionDescription({type:"answer",sdp:e}))}catch(t){this.handleRTCError(t)}}async handleCandidate(e){if(e)try{this.peerConnection&&await this.peerConnection.addIceCandidate(e)}catch(t){this.handleRTCError(t)}}handleUnpublished(){try{this.closeConnections(),this.externalStopCallback()}catch(e){this.handleRTCError(e)}}handleSystemError(e){this.options.errorChanel&&this.options.errorChanel.next({id:"webrtc-provider-error",category:s_.WTF,message:e.message})}async onPeerConnectionStream(e){let t=e.streams[0];this.stream&&this.stream.id===t.id||(this.stream=t,this.externalStartCallback(this.stream))}onPeerConnectionIceCandidate(e){e.candidate&&this.send({type:this.signalingType,inviteType:"CANDIDATE",candidate:e.candidate})}onPeerConnectionIceConnectionStateChange(){if(this.peerConnection){let e=this.peerConnection.iceConnectionState;["failed","closed"].indexOf(e)>-1&&(this.retryCount++,this.retryCount>this.options.maxRetryNumber?this.handleNetworkError():(this.closeConnections(),this.scheduleRetry()))}}async createOffer(){let e={offerToReceiveAudio:!0,offerToReceiveVideo:!0,voiceActivityDetection:!1};if(!this.peerConnection)throw new Error("Can not create offer - no peer connection instance ");let t=await this.peerConnection.createOffer(e),i=t.sdp||"";if(!/^a=rtpmap:\d+ H264\/\d+$/m.test(i))throw new Error("No h264 codec support error");return t}handleRTCError(e){try{this.externalErrorCallback(e||new Error("RTC connection error"))}catch(t){this.handleSystemError(t)}}handleNetworkError(){try{this.externalErrorCallback(new Error("Network error"))}catch(e){this.handleSystemError(e)}}send(e){this.ws&&this.ws.send(JSON.stringify(e))}parseMessage(e){try{return JSON.parse(e)}catch{throw new Error("Can not parse socket message")}}closeConnections(){let e=this.ws;e&&(this.ws=null,e.close(1e3)),this.removePeerConnection()}removePeerConnection(){let e=this.peerConnection;e&&(this.peerConnection=null,e.close(),e.ontrack=null,e.onicecandidate=null,e.oniceconnectionstatechange=null,e=null)}scheduleRetry(){this.retryTimeout=setTimeout(this.connectWS.bind(this),n_)}normalizeOptions(e={}){let t={stunServerList:sE,maxRetryNumber:o_,errorChanel:null};return e.stunServerList&&(t.stunServerList=e.stunServerList),e.maxRetryNumber&&e.maxRetryNumber>0&&(t.maxRetryNumber=e.maxRetryNumber),t}};var js=class{constructor(e){this.videoState=new N("stopped");this.maxSeekBackTime$=new d_(0);this.syncPlayback=()=>{let e=this.videoState.getState(),t=this.params.desiredState.playbackState.getState(),i=this.params.desiredState.playbackState.getTransition();if(t==="stopped"){e!=="stopped"&&(this.videoState.startTransitionTo("stopped"),this.video.pause(),this.video.srcObject=null,this.params.output.position$.next(0),this.params.output.duration$.next(0),this.params.output.currentBuffer$.next(void 0),this.params.output.currentNativeBuffer$.next(void 0),this.params.output.hostname$.next(void 0),this.videoState.setState("stopped"),x(this.params.desiredState.playbackState,"stopped",!0));return}if(this.videoState.getTransition())return;let s=this.params.desiredState.videoTrack.getTransition();if(e==="stopped"){this.videoState.startTransitionTo("ready"),this.prepare();return}if(s){this.prepare();return}switch(e){case"ready":t==="paused"?(this.videoState.setState("paused"),x(this.params.desiredState.playbackState,"paused")):t==="playing"&&(this.videoState.startTransitionTo("playing"),this.playIfAllowed());return;case"playing":t==="paused"?(this.videoState.startTransitionTo("paused"),this.video.paused?this.videoState.setState("paused"):this.video.pause()):i?.to==="playing"&&x(this.params.desiredState.playbackState,"playing");return;case"paused":t==="playing"?(this.videoState.startTransitionTo("playing"),this.playIfAllowed()):i?.to==="paused"&&x(this.params.desiredState.playbackState,"paused");return;default:return nE(e)}};this.subscription=new l_,this.params=e,this.log=this.params.dependencies.logger.createComponentLog("WebRTCLiveProvider"),this.video=De(e.container,e.tuning),this.liveStreamClient=new cu(this.params.source.url,{maxRetryNumber:this.params.tuning.webrtc.connectionRetryMaxNumber,errorChanel:this.params.output.error$}),this.liveStreamClient.onStart(this.onLiveStreamStart.bind(this)),this.liveStreamClient.onStop(this.onLiveStreamStop.bind(this)),this.liveStreamClient.onError(this.onLiveStreamError.bind(this)),this.params.output.availableTextTracks$.next([]),this.params.desiredState.internalTextTracks.setState([]),this.subscribe()}destroy(){this.subscription.unsubscribe(),this.liveStreamClient.disconnect(),this.params.output.element$.next(void 0),Be(this.video)}subscribe(){let{output:e,desiredState:t}=this.params,i=n=>{e.error$.next({id:"WebRTCLiveProvider",category:op.WTF,message:"WebRTCLiveProvider internal logic error",thrown:n})};this.subscription.add(oE(this.videoState.stateChangeStarted$.pipe(uE(n=>({transition:n,type:"start"}))),this.videoState.stateChangeEnded$.pipe(uE(n=>({transition:n,type:"end"})))).subscribe(({transition:n,type:o})=>{this.log({message:`[videoState change] ${o}: ${JSON.stringify(n)}`})}));let r=_e(this.video);this.subscription.add(()=>r.destroy());let s=(n,o)=>this.subscription.add(n.subscribe(o,i));s(r.timeUpdate$,e.liveTime$),s(r.ended$,e.endedEvent$),s(r.looped$,e.loopedEvent$),s(r.error$,e.error$),s(r.isBuffering$,e.isBuffering$),s(r.currentBuffer$,e.currentBuffer$),s(r.currentBuffer$,e.currentNativeBuffer$),s(Je(this.video),this.params.output.elementVisible$),this.subscription.add(r.durationChange$.subscribe(n=>{e.duration$.next(n===1/0?0:n)})).add(r.canplay$.subscribe(()=>{this.videoState.getTransition()?.to==="ready"&&this.videoState.setState("ready")},i)).add(r.pause$.subscribe(()=>{this.videoState.setState("paused")},i)).add(r.playing$.subscribe(()=>{this.videoState.setState("playing")},i)).add(r.error$.subscribe(e.error$)).add(this.maxSeekBackTime$.subscribe(this.params.output.duration$)).add(Ve(this.video,t.volume,r.volumeState$,i)).add(r.volumeState$.subscribe(e.volume$,i)).add(this.videoState.stateChangeEnded$.subscribe(n=>{switch(n.to){case"stopped":e.position$.next(0),e.duration$.next(0),t.playbackState.setState("stopped");break;case"ready":break;case"paused":t.playbackState.setState("paused");break;case"playing":t.playbackState.setState("playing");break;default:return nE(n.to)}},i)).add(oE(t.playbackState.stateChangeStarted$,this.videoState.stateChangeEnded$,c_(["init"])).pipe(u_(0)).subscribe(this.syncPlayback.bind(this),i)),this.subscription.add(t.isLooped.stateChangeStarted$.subscribe(()=>t.isLooped.setState(!1),i)),this.subscription.add(t.autoVideoTrackSwitching.stateChangeStarted$.subscribe(()=>t.autoVideoTrackSwitching.setState(!1),i))}onLiveStreamStart(e){this.params.output.element$.next(this.video),this.params.output.duration$.next(0),this.params.output.position$.next(0),this.params.output.isLive$.next(!0),this.params.output.canChangePlaybackSpeed$.next(!1),this.params.output.hostname$.next(Ee(this.params.source.url)),this.params.output.autoVideoTrackLimitingAvailable$.next(!1),this.params.output.availableVideoTracks$.next([]),this.params.output.availableAudioTracks$.next([]),this.params.output.isAudioAvailable$.next(!0),this.params.output.currentVideoTrack$.next({id:"webrtc",quality:p_.INVARIANT}),this.video.srcObject=e,x(this.params.desiredState.playbackState,"playing")}onLiveStreamStop(){this.videoState.startTransitionTo("stopped"),this.syncPlayback(),this.params.output.position$.next(0),this.params.output.duration$.next(0),this.params.output.currentBuffer$.next(void 0),this.params.output.currentNativeBuffer$.next(void 0),this.params.output.hostname$.next(void 0),this.params.output.endedEvent$.next()}onLiveStreamError(e){this.onLiveStreamStop(),this.params.output.error$.next({id:"WebRTC stream runtime error",category:op.EXTERNAL_API,message:e.message,thrown:e})}playIfAllowed(){Oe(this.video,()=>{this.params.output.soundProhibitedEvent$.next()}).then(e=>{e||(this.videoState.setState("paused"),x(this.params.desiredState.playbackState,"paused",!0))},e=>this.params.output.error$.next({id:"ForcePlay",message:"play() failed even with workarounds",category:op.DOM,thrown:e}))}prepare(){this.liveStreamClient.connect()}};var qr=class{constructor(e){this.length=e.length,this.iterator=e[Symbol.iterator](),this.next()}next(){this.current=this.iterator.next(),this.index=this.index===void 0?0:this.index+1}getValue(){if(this.current.done)throw new Error("Iterable is completed");return this.current.value}isCompleted(){return!!this.current.done}isLast(){return this.index===this.length-1}};import{assertNever as zs,assertNonNullable as Bt,ErrorCategory as lu,filter as fE,isNonNullable as mE,isNullable as S_,map as y_,merge as T_,once as I_,Subject as te,Subscription as bE,ValueSubject as _,flattenObject as up,devNull as E_,getWindow as w_}from"@vkontakte/videoplayer-shared";import{Observable as h_,map as cE,Subscription as f_,Subject as m_}from"@vkontakte/videoplayer-shared";var lE=a=>new h_(e=>{let t=new f_,i=a.desiredPlaybackState$.stateChangeStarted$.pipe(cE(({from:c,to:d})=>`${c}-${d}`)),r=a.desiredPlaybackState$.stateChangeEnded$,s=a.providerChanged$.pipe(cE(({type:c})=>c!==void 0)),n=new m_,o=0,u="unknown";return t.add(i.subscribe(c=>{o&&window.clearTimeout(o),u=c,o=window.setTimeout(()=>n.next(c),a.maxTransitionInterval),B({m:"hangup.set",l:c,id:o})})),t.add(r.subscribe(()=>{B({m:"hangup.cl",id:o}),window.clearTimeout(o),u="unknown",o=0})),t.add(s.subscribe(c=>{o&&(B({m:"hangup.rs.0",id:o}),window.clearTimeout(o),o=0,c&&(o=window.setTimeout(()=>n.next(u),a.maxTransitionInterval),B({m:"hangup.rs.1",id:o})))})),t.add(n.subscribe(e)),()=>{window.clearTimeout(o),t.unsubscribe()}});import{ErrorCategory as b_,Subscription as g_,combine as v_,filter as pE,once as hE}from"@vkontakte/videoplayer-shared";function dE(){return new(window.AudioContext||window.webkitAudioContext)}var Hr=class a{constructor(e,t,i,r){this.providerOutput=e;this.provider$=t;this.volumeMultiplierError$=i;this.volumeMultiplier=r;this.destroyController=new J;this.subscriptions=new g_;this.audioContext=null;this.gainNode=null;this.mediaElementSource=null;this.subscriptions.add(this.provider$.pipe(pE(s=>!!s.type),hE()).subscribe(({type:s})=>this.subscribe(s)))}static{this.errorId="VolumeMultiplierManager"}subscribe(e){$.browser.isSafari&&e!=="MPEG"||this.subscriptions.add(v_({video:this.providerOutput.element$,playbackState:this.providerOutput.playbackState$,volume:this.providerOutput.volume$}).pipe(pE(({playbackState:t,video:i,volume:{muted:r,volume:s}})=>t==="playing"&&!!i&&!r&&!!s),hE()).subscribe(({video:t})=>{this.initAudioContextOnce(t).then(i=>{i||this.destroy()}).catch(i=>{this.handleError(i),this.destroy()})}))}static isSupported(){return"AudioContext"in window&&"GainNode"in window&&"MediaElementAudioSourceNode"in window}async initAudioContextOnce(e){let{volumeMultiplier:t}=this,i=dE();this.audioContext=i;let r=i.createGain();if(this.gainNode=r,r.gain.value=t,r.connect(i.destination),i.state==="suspended"&&(await i.resume(),this.destroyController.signal.aborted))return!1;let s=i.createMediaElementSource(e);return this.mediaElementSource=s,s.connect(r),!0}cleanup(){this.mediaElementSource&&(this.mediaElementSource.disconnect(),this.mediaElementSource=null),this.gainNode&&(this.gainNode.disconnect(),this.gainNode=null),this.audioContext&&(this.audioContext.state!=="closed"&&this.audioContext.close(),this.audioContext=null)}destroy(){this.destroyController.abort(),this.subscriptions.unsubscribe(),this.cleanup()}handleError(e){this.volumeMultiplierError$.next({id:a.errorId,category:b_.VIDEO_PIPELINE,message:e?.message??`${a.errorId} exception`,thrown:e})}};var x_={chunkDuration:5e3,maxParallelRequests:5},Ws=class{constructor(e){this.current$=new _({type:void 0});this.providerError$=new te;this.noAvailableProvidersError$=new te;this.volumeMultiplierError$=new te;this.providerOutput={position$:new _(0),duration$:new _(1/0),volume$:new _({muted:!1,volume:1}),availableVideoStreams$:new _([]),currentVideoStream$:new _(void 0),availableVideoTracks$:new _([]),currentVideoTrack$:new _(void 0),availableVideoCodecs$:new _([]),availableAudioStreams$:new _([]),currentAudioStream$:new _(void 0),availableAudioTracks$:new _([]),availableAudioCodecs$:new _([]),currentVideoSegmentLength$:new _(0),currentAudioSegmentLength$:new _(0),isAudioAvailable$:new _(!0),autoVideoTrackLimitingAvailable$:new _(!1),autoVideoTrackLimits$:new _(void 0),currentBuffer$:new _(void 0),currentNativeBuffer$:new _(void 0),isBuffering$:new _(!0),error$:new te,fetcherError$:new te,fetcherRecoverableError$:new te,warning$:new te,willSeekEvent$:new te,soundProhibitedEvent$:new te,seekedEvent$:new te,loopedEvent$:new te,endedEvent$:new te,manifestRequested$:new te,firstBytesManifest$:new te,manifestReceived$:new te,firstBytesRequested$:new te,firstBytesReceived$:new te,firstBytesEvent$:new te,loadedMetadataEvent$:new te,firstFrameEvent$:new te,canplay$:new te,isLive$:new _(void 0),isLiveEnded$:new _(null),canPlayLiveTailBuffer$:new _(!1),isLowLatency$:new _(!1),canChangePlaybackSpeed$:new _(!0),liveTime$:new _(void 0),liveBufferTime$:new _(void 0),liveLatency$:new _(void 0),severeStallOccurred$:new te,availableTextTracks$:new _([]),currentTextTrack$:new _(void 0),hostname$:new _(void 0),httpConnectionType$:new _(void 0),httpConnectionReused$:new _(void 0),httpConnectionMetrics$:new _(void 0),httpDownloadMetrics$:new _(void 0),inPiP$:new _(!1),inFullscreen$:new _(!1),element$:new _(void 0),elementVisible$:new _(!0),availableSources$:new _(void 0),is3DVideo$:new _(!1),playbackState$:new _(""),getCurrentTime$:new _(null)};this.subscription=new bE;this.volumeMultiplierManager=null;this.params=e,this.log=this.params.dependencies.logger.createComponentLog("ProviderContainer"),this.tracer=e.dependencies.tracer.createComponentTracer(this.constructor.name);let t=lc([...zT(this.params.tuning),...jT(this.params.tuning)]).filter(c=>mE(e.sources[c])),{forceFormat:i,formatsToAvoid:r}=this.params.tuning,s=[];i?s=[i]:r.length?s=[...t.filter(c=>!(0,cp.default)(r,c)),...t.filter(c=>(0,cp.default)(r,c))]:s=t,this.log({message:`Selected formats: ${s.join(" > ")}`}),this.tracer.log("Selected formats",up(s)),this.screenFormatsIterator=new qr(s);let n=[...yd(!0),...yd(!1)];this.chromecastFormatsIterator=new qr(n.filter(c=>mE(e.sources[c]))),this.providerOutput.availableSources$.next(e.sources);let{volumeMultiplier:o=1,tuning:{useVolumeMultiplier:u}}=this.params;u&&o!==1&&Hr.isSupported()&&(this.volumeMultiplierManager=new Hr(this.providerOutput,this.current$,this.volumeMultiplierError$,o))}init(){B.reset(),this.subscription.add(this.initProviderErrorHandling()).add(this.params.dependencies.chromecastInitializer.connection$.subscribe(()=>{this.reinitProvider()})).add(this.providerOutput.availableVideoCodecs$.subscribe(e=>{!this.videoCodecsIterator&&e.length>1&&(this.videoCodecsIterator=new qr(e))}))}destroy(){this.destroyProvider(),this.current$.next({type:void 0}),this.subscription.unsubscribe(),this.volumeMultiplierManager?.destroy(),this.volumeMultiplierManager=null,this.tracer.end()}initProvider(){let e=this.chooseDestination(),t=this.chooseFormat(e);if(S_(t)){this.handleNoFormatsError(e);return}let i;try{i=this.createProvider(e,t)}catch(r){this.providerError$.next({id:"ProviderNotConstructed",category:lu.WTF,message:"Failed to create provider",thrown:r})}i?this.current$.next({type:t,provider:i,destination:e}):this.current$.next({type:void 0})}reinitProvider(){this.tracer.log("reinitProvider"),this.destroyProvider(),this.initProvider()}switchToNextProvider(e){this.tracer.log("switchToNextProvider",{destination:e}),this.destroyProvider(),this.failoverIndex=void 0,this.skipFormat(e),this.initProvider()}switchToNextVideoCodec(){this.params.tuning.dash.codecsPrioritizeEnabled&&!this.videoCodecsIterator.isLast()&&(this.tracer.log("switchToNextVideoCodec"),this.destroyProvider(),this.videoCodecsIterator.next(),this.initProvider())}destroyProvider(){let e=this.current$.getValue().provider;if(!e)return;this.log({message:"destroyProvider"}),this.tracer.log("destroyProvider"),e.destroy();let t=this.providerOutput.position$.getValue()*1e3,i=this.params.desiredState.seekState.getState(),r=i.state!=="none";if(this.params.desiredState.seekState.setState({state:"requested",position:r?i.position:t,forcePrecise:r?i.forcePrecise:!1}),e.scene3D){let n=e.scene3D.getCameraRotation();this.params.desiredState.cameraOrientation.setState({x:n.x,y:n.y})}let s=this.providerOutput.isBuffering$;s.getValue()||s.next(!0)}createProvider(e,t){switch(this.log({message:`createProvider: ${e}:${t}`}),this.tracer.log("createProvider",{destination:e,format:t}),e){case"SCREEN":return this.createScreenProvider(t);case"CHROMECAST":return this.createChromecastProvider(t);default:return zs(e)}}createScreenProvider(e){let{sources:t,container:i,desiredState:r,panelSize:s}=this.params,n=this.providerOutput,o={container:i,source:null,desiredState:r,output:n,dependencies:this.params.dependencies,tuning:this.params.tuning,panelSize:s};switch(e){case"DASH_SEP":case"DASH_WEBM":case"DASH_WEBM_AV1":case"DASH_ONDEMAND":case"DASH_STREAMS":{let u=this.applyFailoverHost(t[e]),c=this.applyFailoverHost(t.HLS_ONDEMAND||t.HLS);Bt(u);let{useDashProviderVirtual:d,useDashProviderVirtualMobile:l}=this.params.tuning,{isMobile:p}=$.device;return!p&&d||p&&l?new xs({...o,source:u,sourceHls:c,forceVideoCodec:this.videoCodecsIterator?.getValue()}):new Ns({...o,source:u,sourceHls:c,forceVideoCodec:this.videoCodecsIterator?.getValue()})}case"DASH_LIVE_CMAF":{let u=this.applyFailoverHost(t[e]);return Bt(u),this.params.tuning.useDashProviderVirtual&&!$.device.isMobile?new Br({...o,source:u}):this.params.tuning.useDashProviderVirtualMobile&&$.device.isMobile?new Br({...o,source:u}):new Fs({...o,source:u})}case"HLS":case"HLS_ONDEMAND":case"HLS_FMP4":{let u=this.applyFailoverHost(t[e]);return Bt(u),new qs({...o,source:u})}case"HLS_LIVE":case"HLS_LIVE_CMAF":{let u=this.applyFailoverHost(t[e]);return Bt(u),new Us({...o,source:u,config:{maxPausedTime:this.params.tuning.live.maxPausedTime},format:e})}case"MPEG":{let u=this.applyFailoverHost(t[e]);return Bt(u),new Hs({...o,source:u})}case"DASH_LIVE":{let u=this.applyFailoverHost(t[e]);return Bt(u),new WS({...o,source:u,config:{...x_,maxPausedTime:this.params.tuning.live.maxPausedTime}})}case"WEB_RTC_LIVE":{let u=this.applyFailoverHost(t[e]);return Bt(u),new js({container:i,source:u,desiredState:r,output:n,dependencies:this.params.dependencies,tuning:this.params.tuning})}case"DASH":case"DASH_LIVE_WEBM":throw new Error(`${e} is no longer supported`);default:return zs(e)}}createChromecastProvider(e){let{sources:t,container:i,desiredState:r,meta:s}=this.params,n=this.providerOutput,o={meta:s,container:i,source:t,format:e,desiredState:r,output:n,dependencies:this.params.dependencies,tuning:this.params.tuning};if(this.params.tuning.chromecastPresentationApi&&this.params.dependencies.chromecastInitializer instanceof wt){let{chromecastConnector:c}=this.params.dependencies.chromecastInitializer;return Bt(c),new ua({...o,chromecastConnector:c})}let u=this.params.dependencies.chromecastInitializer.connection$.getValue();return Bt(u),new wa({...o,connection:u})}chooseDestination(){return this.params.dependencies.chromecastInitializer.connection$.getValue()?"CHROMECAST":"SCREEN"}chooseFormat(e){switch(e){case"SCREEN":return this.screenFormatsIterator.isCompleted()?void 0:this.screenFormatsIterator.getValue();case"CHROMECAST":return this.chromecastFormatsIterator.isCompleted()?void 0:this.chromecastFormatsIterator.getValue();default:return zs(e)}}skipFormat(e){switch(e){case"SCREEN":return this.screenFormatsIterator.next();case"CHROMECAST":return this.chromecastFormatsIterator.next();default:return zs(e)}}handleNoFormatsError(e){switch(e){case"SCREEN":this.noAvailableProvidersError$.next(this.params.tuning.forceFormat),this.current$.next({type:void 0});return;case"CHROMECAST":this.params.dependencies.chromecastInitializer.disconnect();return;default:return zs(e)}}applyFailoverHost(e){if(this.failoverIndex===void 0)return e;let t=this.params.failoverHosts[this.failoverIndex];if(!t)return e;let i=r=>{let s=new URL(r);return s.host=t,s.toString()};if(e===void 0)return e;if("type"in e){if(e.type==="raw")return e;if(e.type==="url")return{...e,url:i(e.url)}}return(0,gE.default)((0,lp.default)(e).map(([r,s])=>[r,i(s)]))}initProviderErrorHandling(){let e=new bE,t=!1,i=0;e.add(T_(this.providerOutput.error$.pipe(fE(s=>!this.params.tuning.ignoreAudioRendererError||!s.message||!/AUDIO_RENDERER_ERROR/ig.test(s.message))),lE({desiredPlaybackState$:this.params.desiredState.playbackState,maxTransitionInterval:this.params.tuning.maxPlaybackTransitionInterval,position$:this.providerOutput.position$,providerChanged$:this.current$}).pipe(y_(s=>({id:`ProviderHangup:${s}`,category:lu.WTF,message:`A ${s} transition failed to complete within reasonable time`})))).subscribe(this.providerError$)),e.add(this.providerOutput.fetcherError$.subscribe(this.providerError$)),e.add(this.current$.subscribe(()=>{t=!1;let s=this.params.desiredState.playbackState.transitionEnded$.pipe(fE(({to:n})=>n==="playing"),I_()).subscribe(()=>t=!0);e.add(s)}));let r=()=>{let s=B.drain(),{logDashLiveDebug:n,sendDashLiveDebug:o}=this.params.tuning;if(n&&w_().console.log(`===== DASH_LIVE DEBUG START ====
|
|
181
|
-
`,
|
|
182
|
-
`+
|
|
123
|
+
(?:-(?<privateuse>(?:${t})))?
|
|
124
|
+
`,RegExp(`^(?:(?<langtag>${i})|(?<privateuse2>${t}))$`.replace(/[\s\t\n]/g,""),"i")),{groups:a}=e.match(s)??{};if(a){let e={};if(a.extensions){let t=a.extensions.toLowerCase().match(/(?:[0-9a-wy-z](?:-[a-z0-9]{2,8})+)/g);Array.from(t||[]).forEach(t=>{e[t[0]]=t.slice(2)})}let t=a.variants?.split(/-/).filter(e=>""!==e),i={extlang:a.extlang,langtag:a.langtag,language:a.language,privateuse:a.privateuse||a.privateuse2,region:a.region,script:a.script,extensions:e,variants:t};return Object.keys(i).forEach(e=>{let t=i[e];(void 0===t||""===t)&&delete i[e]}),i}return null}catch{return null}},pa=e=>{if(!e?.startsWith("P"))return;let t=(e,t)=>{let i=e?parseFloat(e.replace(",",".")):NaN;return(isNaN(i)?0:i)*t},i=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/.exec(e),s=i?.[1]==="-"?-1:1,a={days:t(i?.[5],s),hours:t(i?.[6],s),minutes:t(i?.[7],s),seconds:t(i?.[8],s)};return 24*a.days*36e5+60*a.hours*6e4+60*a.minutes*1e3+1e3*a.seconds},pr=(e,t)=>{let i=e;i=c6.default(i,"$$","$");let s={RepresentationID:t.representationId,Number:t.segmentNumber,Bandwidth:t.bandwidth,Time:t.segmentTime};for(let[e,t]of c5.default(s)){let s=RegExp(`\\$${e}(?:%0(\\d+)d)?\\$`,"g");i=c6.default(i,s,(e,i)=>nu(t)?e:nu(i)?t:c8.default(t,parseInt(i,10),"0"))}return i},pn=(e,t)=>{let i,s,a=(new DOMParser).parseFromString(e,"application/xml"),r={video:[],audio:[],text:[]},n=a.children[0],o=Array.from(n.querySelectorAll("MPD > BaseURL").values()).map(e=>e.textContent?.trim()??""),u=c7.default(o,0)??"",l="dynamic"===n.getAttribute("type"),d=n.getAttribute("availabilityStartTime"),h=n.getAttribute("publishTime"),c=n.getElementsByTagName("vk:Attrs")[0],p=c?.getElementsByTagName("vk:XLatestSegmentPublishTime")[0].textContent,m=c?.getElementsByTagName("vk:XStreamIsLive")[0].textContent,f=c?.getElementsByTagName("vk:XStreamIsUnpublished")[0].textContent,g=c?.getElementsByTagName("vk:XPlaybackDuration")[0].textContent;l&&(s={availabilityStartTime:d?new Date(d).getTime():0,publishTime:h?new Date(h).getTime():0,latestSegmentPublishTime:p?new Date(p).getTime():0,streamIsAlive:"yes"===m,streamIsUnpublished:"yes"===f});let b=n.getAttribute("mediaPresentationDuration"),v=[...n.getElementsByTagName("Period")],S=v.reduce((e,t)=>({...e,[t.id]:t.children}),{}),y=v.reduce((e,t)=>({...e,[t.id]:t.getAttribute("duration")}),{});b?i=pa(b):c9.default(y).filter(e=>e).length&&!l?i=c9.default(y).reduce((e,t)=>e+(pa(t)??0),0):g&&(i=parseInt(g,10));let w=0,$=n.getAttribute("profiles")?.split(",")??[];for(let e of v.map(e=>e.id))for(let s of S[e]){let e=s.getAttribute("id")??"id"+(w++).toString(10),a=s.getAttribute("mimeType")??"",n=s.getAttribute("codecs")??"",o=s.getAttribute("contentType")??a?.split("/")[0],l=s.getAttribute("profiles")?.split(",")??[],d=ps(s.getAttribute("lang")??"")??{},h=s.querySelector("Label")?.textContent?.trim()??void 0,c=s.querySelectorAll("Representation"),p=s.querySelector("SegmentTemplate"),m=s.querySelector("Role")?.getAttribute("value")??void 0,f=o,g={id:e,language:d.language,isDefault:"main"===m,label:h,codecs:n,hdr:"video"===f&&pt(n),mime:a,representations:[]};for(let e of c){let r,c=e.getAttribute("lang")??void 0,m=h??s.getAttribute("label")??e.getAttribute("label")??void 0,b=new URL((e.querySelector("BaseURL")?.textContent?.trim()??"")||u,t).toString(),v=e.getAttribute("mimeType")??a,S=e.getAttribute("codecs")??n??"";if("text"===o){let t=e.getAttribute("id")||"",s=d.privateuse?.includes("x-auto")||t.includes("_auto"),a=e.querySelector("SegmentTemplate");if(a){let n={representationId:e.getAttribute("id")??void 0,bandwidth:e.getAttribute("bandwidth")??void 0},o=parseInt(e.getAttribute("bandwidth")??"",10)/1e3,u=parseInt(a.getAttribute("startNumber")??"",10)??1,l=parseInt(a.getAttribute("timescale")??"",10),d=a.querySelectorAll("SegmentTimeline S")??[],h=a.getAttribute("media");if(!h)continue;let c=[],p=0,m=u,f=0;for(let e of d){let t=parseInt(e.getAttribute("d")??"",10),i=parseInt(e.getAttribute("r")??"",10)||0,s=parseInt(e.getAttribute("t")??"",10);f=Number.isFinite(s)?s:f;let a=t/l*1e3,r=f/l*1e3;for(let e=0;e<i+1;e++){let i=pr(h,{...n,segmentNumber:m.toString(10),segmentTime:(f+e*t).toString(10)}),s=(r??0)+e*a,o=s+a;m++,c.push({time:{from:s,to:o},url:i})}f+=(i+1)*t,p+=(i+1)*a}let g={time:{from:f/l*1e3,to:1/0},url:pr(h,{...n,segmentNumber:m.toString(10),segmentTime:f.toString(10)})};r={id:t,kind:"text",segmentReference:{type:"template",baseUrl:b,segmentTemplateUrl:h,initUrl:"",totalSegmentsDurationMs:p,segments:c,nextSegmentBeyondManifest:g,timescale:l},profiles:[],duration:i,bitrate:o,mime:"",codecs:"",width:0,height:0,isAuto:s}}else r={id:t,isAuto:s,kind:"text",url:b}}else{let t,a=e.getAttribute("contentType")??v?.split("/")[0]??o,n=s.getAttribute("profiles")?.split(",")??[],u=parseInt(e.getAttribute("width")??"",10),d=parseInt(e.getAttribute("height")??"",10),h=parseInt(e.getAttribute("bandwidth")??"",10)/1e3,c=e.getAttribute("frameRate")??"",m=e.getAttribute("quality")??void 0,g=c?pi(c):void 0,y=e.getAttribute("id")??"id"+(w++).toString(10),T="video"===a?`${d}p`:"audio"===a?`${h}Kbps`:S,k=`${y}@${T}`,x=[...$,...l,...n],E=e.querySelector("SegmentBase"),L=e.querySelector("SegmentTemplate")??p;if(E){let[i,s]=(e.querySelector("SegmentBase Initialization")?.getAttribute("range")??"").split("-").map(e=>parseInt(e,10)),a={from:i,to:s},r=e.querySelector("SegmentBase")?.getAttribute("indexRange"),[n,o]=r?r.split("-").map(e=>parseInt(e,10)):[];t={type:"byteRange",url:b,initRange:a,indexRange:r?{from:n,to:o}:void 0}}else if(L){let s={representationId:e.getAttribute("id")??void 0,bandwidth:e.getAttribute("bandwidth")??void 0},a=parseInt(L.getAttribute("timescale")??"",10),r=L.getAttribute("initialization")??"",n=L.getAttribute("media"),o=parseInt(L.getAttribute("startNumber")??"",10)??1,u=pr(r,s);if(!n)throw ReferenceError("No media attribute in SegmentTemplate");let l=L.querySelectorAll("SegmentTimeline S")??[],d=[],h=0,c="",p=0;if(l.length){let e=o,t=0;for(let i of l){let r=parseInt(i.getAttribute("d")??"",10),o=parseInt(i.getAttribute("r")??"",10)||0,u=parseInt(i.getAttribute("t")??"",10);t=Number.isFinite(u)?u:t;let l=r/a*1e3,c=t/a*1e3;for(let i=0;i<o+1;i++){let a=pr(n,{...s,segmentNumber:e.toString(10),segmentTime:(t+i*r).toString(10)}),o=(c??0)+i*l,u=o+l;e++,d.push({time:{from:o,to:u},url:a})}t+=(o+1)*r,h+=(o+1)*l}p=t/a*1e3,c=pr(n,{...s,segmentNumber:e.toString(10),segmentTime:t.toString(10)})}else if(no(i)){let e=parseInt(L.getAttribute("duration")??"",10)/a*1e3,t=Math.ceil(i/e),r=0;for(let i=1;i<t;i++){let t=pr(n,{...s,segmentNumber:i.toString(10),segmentTime:r.toString(10)});d.push({time:{from:r,to:r+e},url:t}),r+=e}p=r,c=pr(n,{...s,segmentNumber:t.toString(10),segmentTime:r.toString(10)})}t={type:"template",baseUrl:b,segmentTemplateUrl:n,initUrl:u,totalSegmentsDurationMs:h,segments:d,nextSegmentBeyondManifest:{time:{from:p,to:1/0},url:c},timescale:a}}else throw ReferenceError("Unknown MPD segment referencing type");if(!a||!v)continue;let C={video:"video",audio:"audio",text:"text"}[a];if(!C)continue;f||=C,r={id:k,kind:C,segmentReference:t,profiles:x,duration:i,bitrate:h,mime:v,codecs:S,width:u,height:d,fps:g,quality:m}}g.language||=c,g.label||=m,g.mime||=v,g.codecs||=S,g.hdr||="video"===f&&pt(S),g.representations.push(r)}if(f){let e=r[f].find(e=>e.id===g.id);if(e&&g.representations.every(e=>"template"===e.segmentReference.type))for(let t of e.representations){let e=g.representations.find(e=>e.id===t.id);if(!e)continue;let i=e.segmentReference,s=t.segmentReference;s.segments.push(...i.segments),s.nextSegmentBeyondManifest=i.nextSegmentBeyondManifest}else r[f].push(g)}}return{duration:i,streams:r,baseUrls:o,live:s}},po=T(t2(),1),pu=T(ez(),1);(u=b||={}).VP9="vp9",u.AV1="av1",u.NONE="none",u.SMOOTH="smooth",u.POWER_EFFICIENT="power_efficient";var pl=e=>{let{webmDecodingInfo:t}=hs.video,i="DASH_WEBM",s="DASH_WEBM_AV1";switch(e){case"vp9":return[i,s];case"av1":return[s,i];case"none":return[];case"smooth":if(!t)return[i,s];return t[s].smooth?[s,i]:t[i].smooth?[i,s]:[s,i];case"power_efficient":if(!t)return[i,s];return t[s].powerEfficient?[s,i]:t[i].powerEfficient?[i,s]:[s,i];default:nl(e)}},pd=e=>e?["HLS_LIVE","HLS_LIVE_CMAF","DASH_LIVE_CMAF"]:["DASH_WEBM","DASH_WEBM_AV1","DASH_SEP","DASH_ONDEMAND","HLS","HLS_ONDEMAND","MPEG"],ph=e=>{if(0===e.size)return;if(1===e.size){let t=e.values().next();return po.default(t.value.split("."),0)}for(let t of e){let e=po.default(t.split("."),0);if("opus"===e||"vp09"===e||"av01"===e)return e}let t=e.values().next();return po.default(t.value.split("."),0)},pc=e=>{let t=e.map(e=>pm(e)),{codecs:i}=hs.video;return pf().filter(e=>{if(!pu.default(t,e))return!1;switch(e){case"av1":return i.av1;case"vp9":return i.vp9;case"avc1":return i.h264;case"hev1":return i.h265;default:return!1}})},pp=e=>{let t=e.map(e=>pm(e)),{codecs:i}=hs.video;return pg().filter(e=>{if(!pu.default(t,e))return!1;switch(e){case"opus":return i.opus;case"mp4a":return i.aac;default:return!1}})},pm=e=>e.split(".")[0].replace("0",""),pf=()=>["av1","vp9","hev1","avc1"],pg=()=>["opus","mp4a"],pb=T(t2(),1),pv=e=>"function"==typeof e&&e?.toString().endsWith("{ [native code] }"),pS=!pv(cQ.requestIdleCallback)||!pv(cQ.cancelIdleCallback),py=pS?(e,t={})=>{let i=t.timeout||1,s=performance.now();return cQ.setTimeout(()=>{e({get didTimeout(){return!t.timeout&&performance.now()-s-1>i},timeRemaining:()=>Math.max(0,1+(performance.now()-s))})},1)}:cQ.requestIdleCallback,pw=pS?e=>cQ.clearTimeout(e):cQ.cancelIdleCallback,p$=T(t2(),1),pT=e=>e.valid;class pk{source;boxParser;type;size;content;valid;children;cursor=0;get id(){return this.type}constructor(e,t){let i;this.source=e,this.boxParser=t,this.children=[];let s=this.readUint32();this.type=this.readString(4),1===s&&(this.cursor+=8);let a=e.byteOffset+this.cursor;0===s||1===s?(this.size=void 0,this.valid=!1,i=void 0):s>e.byteLength?(this.size=s,this.valid=!1,i=Math.min(s-this.cursor,e.byteLength-this.cursor)):(this.size=s,this.valid=!0,i=s-this.cursor),this.content=new DataView(e.buffer,a,i)}scanForBoxes(e){return this.boxParser.parse(e)}readString(e,t="ascii"){let i=new TextDecoder(t).decode(new DataView(this.source.buffer,this.source.byteOffset+this.cursor,e));return this.cursor+=e,i}readUint8(){let e=this.source.getUint8(this.cursor);return this.cursor+=1,e}readUint16(){let e=this.source.getUint16(this.cursor);return this.cursor+=2,e}readUint32(){let e=this.source.getUint32(this.cursor);return this.cursor+=4,e}readUint64(){let e=this.source.getBigInt64(this.cursor);return this.cursor+=8,e}}class px extends pk{}class pE extends pk{version;flags;constructor(e,t){if(super(e,t),!this.valid)return;let i=this.readUint32();this.version=i>>>24,this.flags=0xffffff&i,this.content=new DataView(this.content.buffer,this.content.byteOffset+4,this.content.byteLength-4)}}class pL extends pE{referenceId;timescale;earliestPresentationTime32;firstOffset32;earliestPresentationTime64;firstOffset64;reserved;referenceCount;segments;get earliestPresentationTime(){return this.earliestPresentationTime32}get firstOffset(){return this.firstOffset32}constructor(e,t){if(super(e,t),!this.valid)return;this.segments=[],this.referenceId=this.readUint32(),this.timescale=this.readUint32(),this.earliestPresentationTime32=this.readUint32(),this.firstOffset32=this.readUint32(),this.earliestPresentationTime64=0,this.firstOffset64=0,this.referenceCount=65535&this.readUint32();for(let e=0;e<this.referenceCount;e++){let e=this.readUint32(),t=e>>>31,i=e<<1>>>1,s=this.readUint32(),a=(e=this.readUint32())>>>28,r=e<<3>>>3;this.segments.push({referenceType:t,referencedSize:i,subsegmentDuration:s,SAPType:a,SAPDeltaTime:r})}}}class pC extends pE{baseMediaDecodeTime32=0;baseMediaDecodeTime64=BigInt(0);get baseMediaDecodeTime(){return 1===this.version?this.baseMediaDecodeTime64:this.baseMediaDecodeTime32}constructor(e,t){super(e,t),1===this.version?this.baseMediaDecodeTime64=this.readUint64():this.baseMediaDecodeTime32=this.readUint32()}}var pM={ftyp:class extends pk{majorBrand;minorVersion;compatibleBrands;constructor(e,t){if(super(e,t),!this.valid)return;this.compatibleBrands=[],this.majorBrand=this.readString(4),this.minorVersion=this.readUint32();let i=new DataView(this.content.buffer,this.content.byteOffset+8,this.content.byteLength-8);for(let e=0;e<i.byteLength;e+=4){let e=this.readString(4);this.compatibleBrands.push(e)}}},moov:class extends pk{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}},mvhd:class extends pE{creationTime;modificationTime;timescale;duration;rate;volume;constructor(e,t){if(super(e,t),!this.valid)return;this.creationTime=this.readUint32(),this.modificationTime=this.readUint32(),this.timescale=this.readUint32(),this.duration=this.readUint32(),this.rate=this.readUint32(),this.volume=this.readUint16()}},moof:class extends pk{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}},mdat:class extends pk{data;constructor(e,t){super(e,t),this.data=this.content}},sidx:pL,trak:class extends pk{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}},mdia:class extends pk{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}},mfhd:class extends pE{sequenceNumber;constructor(e,t){if(super(e,t),!this.valid)return;this.sequenceNumber=this.readUint32()}},tkhd:class extends pE{creationTime;modificationTime;trackId;duration;layer;alternateGroup;volume;matrix;width;height;constructor(e,t){super(e,t),this.creationTime=this.readUint32(),this.modificationTime=this.readUint32(),this.trackId=this.readUint32(),this.cursor+=4,this.duration=this.readUint32(),this.cursor+=8,this.layer=this.readUint16(),this.alternateGroup=this.readUint16(),this.cursor+=2,this.cursor+=2,this.matrix=[[this.readUint32(),this.readUint32(),this.readUint32()],[this.readUint32(),this.readUint32(),this.readUint32()],[this.readUint32(),this.readUint32(),this.readUint32()]],this.width=this.readUint32(),this.height=this.readUint32()}},traf:class extends pk{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}},tfhd:class extends pE{trackId;baseDataOffset;sampleDescriptionIndex;defaultSampleDuration;defaultSampleSize;defaultSampleFlags;constructor(e,t){super(e,t),this.trackId=this.readUint32(),1&this.flags&&(this.baseDataOffset=this.readUint64()),2&this.flags&&(this.sampleDescriptionIndex=this.readUint32()),8&this.flags&&(this.defaultSampleDuration=this.readUint32()),16&this.flags&&(this.defaultSampleSize=this.readUint32()),32&this.flags&&(this.defaultSampleFlags=this.readUint32())}},tfdt:pC,trun:class extends pE{sampleCount;dataOffset;firstSampleFlags;sampleDuration=[];sampleSize=[];sampleFlags=[];sampleCompositionTimeOffset=[];optionalFields=0;constructor(e,t){super(e,t),this.sampleCount=this.readUint32(),1&this.flags&&(this.dataOffset=this.readUint32()),4&this.flags&&(this.firstSampleFlags=this.readUint32());for(let e=0;e<this.sampleCount;e++)256&this.flags&&this.sampleDuration.push(this.readUint32()),512&this.flags&&this.sampleSize.push(this.readUint32()),1024&this.flags&&this.sampleFlags.push(this.readUint32()),2048&this.flags&&this.sampleCompositionTimeOffset.push(this.readUint32())}},minf:class extends pk{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}},sv3d:class extends pk{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}},st3d:class extends pE{stereoMode;constructor(e,t){if(super(e,t),!this.valid)return;switch(this.readUint8()){case 0:this.stereoMode=0;break;case 1:this.stereoMode=1;break;case 2:this.stereoMode=2;break;case 3:this.stereoMode=3;break;case 4:this.stereoMode=4}this.cursor+=1}},prhd:class extends pE{poseYawDegrees;posePitchDegrees;poseRollDegrees;constructor(e,t){if(super(e,t),!this.valid)return;this.poseYawDegrees=this.readUint32(),this.posePitchDegrees=this.readUint32(),this.poseRollDegrees=this.readUint32()}},proj:class extends pk{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}},equi:class extends pE{projectionBoundsTop;projectionBoundsBottom;projectionBoundsLeft;projectionBoundsRight;constructor(e,t){if(super(e,t),!this.valid)return;this.projectionBoundsTop=this.readUint32(),this.projectionBoundsBottom=this.readUint32(),this.projectionBoundsLeft=this.readUint32(),this.projectionBoundsRight=this.readUint32()}},uuid:class extends pk{userData;constructor(e,t){if(super(e,t),!this.valid)return;let i=this.readString(16),s=new DataView(this.content.buffer,this.content.byteOffset+16,this.content.byteLength-16);this.userData=this.parseData(i,s)}parseData(e,t){if("ondemandlivejson"===e){let e=JSON.parse(new TextDecoder("ascii").decode(t));return{received:e["t-in"],prepared:e["t-out"]}}nT(e)}},stbl:class extends pk{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}},stsd:class extends pE{entryCount;constructor(e,t){if(super(e,t),!this.valid)return;this.entryCount=this.readUint32(),this.children=this.scanForBoxes(new DataView(this.content.buffer,this.content.byteOffset+4,this.content.byteLength-4))}},avc1:class extends pk{constructor(e,t){if(super(e,t),!this.valid)return;this.children=this.scanForBoxes(new DataView(this.content.buffer,this.content.byteOffset+78,this.content.byteLength-78))}},unknown:px};class pA{options;constructor(e={}){this.options={offset:0,...e}}parse(e){let t=[],i=this.options.offset;for(;i<e.byteLength;){let s,a=new TextDecoder("ascii").decode(new DataView(e.buffer,e.byteOffset+i+4,4));try{s=this.createBox(a,new DataView(e.buffer,e.byteOffset+i,e.byteLength-i))}catch(e){if(e instanceof RangeError);else throw e}if(!s||!pT(s))break;t.push(s),i+=s.size}return t}createBox(e,t){let i=pM[e];return i?new i(t,new pA):new px(t,new pA)}}class pR{index;constructor(e){this.index={},this.indexBoxLevel(e)}indexBoxLevel(e){e.forEach(e=>{pT(e)&&(this.index[e.type]??=[],this.index[e.type].push(e),e.children.length>0&&this.indexBoxLevel(e.children))})}find(e){return this.index[e]&&this.index[e][0]?this.index[e][0]:null}findAll(e){return this.index[e]||[]}}var pB=new TextDecoder("ascii"),pI={validateData:e=>"ftyp"===pB.decode(new DataView(e.buffer,e.byteOffset+4,4)),parseInit:e=>{let t={is3dVideo:!1,stereoMode:0,projectionType:1,projectionData:{pose:{yaw:0,pitch:0,roll:0},bounds:{top:0,bottom:0,left:0,right:0}}},i=new pR((new pA).parse(e));if(i.find("sv3d")){t.is3dVideo=!0;let e=i.find("st3d");e&&(t.stereoMode=e.stereoMode);let s=i.find("prhd");s&&(t.projectionData.pose.yaw=s.poseYawDegrees,t.projectionData.pose.pitch=s.posePitchDegrees,t.projectionData.pose.roll=s.poseRollDegrees);let a=i.find("equi");a&&(t.projectionData.bounds.top=a.projectionBoundsTop,t.projectionData.bounds.right=a.projectionBoundsRight,t.projectionData.bounds.bottom=a.projectionBoundsBottom,t.projectionData.bounds.left=a.projectionBoundsLeft)}return t},getIndexRange:()=>{},parseSegments:e=>{let t=new pL(e,new pA),i=t.earliestPresentationTime/t.timescale*1e3,s=e.byteOffset+e.byteLength+t.firstOffset;return t.segments.map(e=>{if(0!==e.referenceType)throw Error("Unsupported multilevel sidx");let a=e.subsegmentDuration/t.timescale*1e3,r={status:"none",time:{from:i,to:i+a},byte:{from:s,to:s+e.referencedSize-1}};return i+=a,s+=e.referencedSize,r})},parseFeedableSegmentChunk:(e,t)=>{let i=new pR((new pA).parse(e)),s=i.findAll("moof"),a=t?i.findAll("uuid"):i.findAll("mdat");if(!(a.length&&s.length))return null;let r=s[0],n=a[a.length-1],o=r.source.byteOffset,u=n.source.byteOffset-r.source.byteOffset+n.size;return new DataView(e.buffer,o,u)},getChunkEndTime:(e,t)=>{let i=new pR((new pA).parse(e)).findAll("traf"),s=i[i.length-1].children.find(e=>"tfhd"===e.type),a=i[i.length-1].children.find(e=>"tfdt"===e.type),r=i[i.length-1].children.find(e=>"trun"===e.type),n=0;return n=r.sampleDuration.length?r.sampleDuration.reduce((e,t)=>e+t,0):s.defaultSampleDuration*r.sampleCount,(Number(a.baseMediaDecodeTime)+n)/t*1e3},getServerLatencyTimestamps:e=>{let t=new pR((new pA).parse(e)).findAll("uuid"),i=p$.default(t,-1);return i?{serverDataReceivedTimestamp:i.userData.received,serverDataPreparedTime:i.userData.received}:{}},getTimescaleFromIndex:e=>{let t=new pR((new pA).parse(e));return t.find("sidx")?.timescale}},pD=T(ez(),1),pP={0x1a45dfa3:{type:"master"},17030:{type:"uint"},17143:{type:"uint"},17138:{type:"uint"},17139:{type:"uint"},17026:{type:"string"},17031:{type:"uint"},17029:{type:"uint"},236:{type:"binary"},0x18538067:{type:"master"},0x114d9b74:{type:"master"},19899:{type:"master"},21419:{type:"binary"},21420:{type:"uint"},0x1549a966:{type:"master"},2807729:{type:"uint"},17545:{type:"float"},0x1654ae6b:{type:"master"},174:{type:"master"},224:{type:"master"},30320:{type:"master"},30321:{type:"uint"},30322:{type:"master"},0x1043a770:{type:"master"},0x1f43b675:{type:"master"},231:{type:"uint"},22612:{type:"master"},22743:{type:"uint"},167:{type:"uint"},171:{type:"uint"},163:{type:"binary"},160:{type:"master"},175:{type:"binary"},0x1941a469:{type:"master"},0x1254c367:{type:"master"},0x1c53bb6b:{type:"master"},187:{type:"master"},179:{type:"uint"},183:{type:"master"},247:{type:"uint"},241:{type:"uint"},240:{type:"uint"},178:{type:"uint"},21368:{type:"uint"},234:{type:"uint"},219:{type:"master"},150:{type:"uint"}},pV=e=>{let t,i=e.getUint8(0),s=0;128&i?s=1:64&i?s=2:32&i?s=3:16&i&&(s=4);let a=p_(e,s),r=a in pP,n=r?pP[a].type:"binary",o=e.getUint8(s),u=0;128&o?u=1:64&o?u=2:32&o?u=3:16&o?u=4:8&o?u=5:4&o?u=6:2&o?u=7:1&o&&(u=8);let l=new DataView(e.buffer,e.byteOffset+s+1,u-1),d=(o&255>>u)*2**((u-1)*8)+p_(l),h=s+u;return t=h+d>e.byteLength?new DataView(e.buffer,e.byteOffset+h):new DataView(e.buffer,e.byteOffset+h,d),{tag:r?a:"0x"+a.toString(16).toUpperCase(),type:n,tagHeaderSize:h,tagSize:h+d,value:t,valueSize:d}},p_=(e,t=e.byteLength)=>{switch(t){case 1:return e.getUint8(0);case 2:return e.getUint16(0);case 3:return 65536*e.getUint8(0)+e.getUint16(1);case 4:return e.getUint32(0);case 5:return 0x100000000*e.getUint8(0)+e.getUint32(1);case 6:return 0x100000000*e.getUint16(0)+e.getUint32(2);case 7:{let t=0x1000000000000*e.getUint8(0)+0x100000000*e.getUint16(1)+e.getUint32(3);if(Number.isSafeInteger(t))return t}case 8:throw ReferenceError("Int64 is not supported")}return 0},pO=(e,t)=>{switch(t){case"int":return e.getInt8(0);case"uint":return p_(e);case"float":return 4===e.byteLength?e.getFloat32(0):e.getFloat64(0);case"string":return new TextDecoder("ascii").decode(e);case"utf8":return new TextDecoder("utf-8").decode(e);case"date":return new Date(Date.UTC(2001,0)+e.getInt8(0)).getTime();case"master":case"binary":return e;default:nL(t)}},pN=(e,t)=>{let i=0;for(;i<e.byteLength;){let s=pV(new DataView(e.buffer,e.byteOffset+i));if(!t(s))return;"master"===s.type&&pN(s.value,t),i=s.value.byteOffset-e.byteOffset+s.valueSize}},pF=[0x1549a966,0x114d9b74,0x1654ae6b,174,224,30320,30321,30322,0x1043a770,0x1f43b675,0x1c53bb6b,0x1941a469,0x1254c367],pU=[231,22612,22743,167,171,163,160,175],pq={validateData:e=>{let t,i,s;return 0x1a45dfa3===e.getUint32(0)&&(pN(pV(e).value,({tag:e,type:a,value:r})=>(17143===e?t=pO(r,a):17026===e?i=pO(r,a):17029===e&&(s=pO(r,a)),!0)),(void 0===t||t<=1)&&void 0!==i&&"webm"===i&&(void 0===s||s<=2))},parseInit:e=>{let t,i,s,a,r,n,o=!1,u=!1,l=!1,d=!1;return pN(e,({tag:e,type:h,value:c,valueSize:p})=>(21419===e?n=p_(pO(c,h)):21420!==e&&(n=void 0),0x18538067===e?(t=c.byteOffset,i=c.byteOffset+p):0x1549a966===e?o=!0:0x114d9b74===e?u=!0:2807729===e?s=pO(c,h):17545===e?a=pO(c,h):21420===e&&0x1c53bb6b===n?r=pO(c,h):0x1654ae6b===e?pN(c,({tag:e,type:t,value:i})=>30321!==e||(d=1===pO(i,t),!1)):o&&u&&pD.default(pF,e)&&(l=!0),!l)),nk(t,"Failed to parse webm Segment start"),nk(i,"Failed to parse webm Segment end"),nk(a,"Failed to parse webm Segment duration"),{segmentStart:Math.round(t/1e9*(s=s??1e6)*1e3),segmentEnd:Math.round(i/1e9*s*1e3),timeScale:s,segmentDuration:Math.round(a/1e9*s*1e3),cuesSeekPosition:r,is3dVideo:d,stereoMode:0,projectionType:1,projectionData:{pose:{yaw:0,pitch:0,roll:0},bounds:{top:0,bottom:0,left:0,right:0}}}},getIndexRange:e=>{if(nE(e.cuesSeekPosition))return;let t=e.segmentStart+e.cuesSeekPosition;return{from:t,to:t+1048576}},parseSegments:(e,t)=>{let i,s=!1,a=!1,r=e=>nx(e.time)&&nx(e.position),n=[];return pN(e,({tag:e,type:t,value:o})=>{switch(e){case 0x1c53bb6b:s=!0;break;case 187:i&&r(i)&&n.push(i),i={};break;case 179:i&&(i.time=pO(o,t));break;case 183:break;case 241:i&&(i.position=pO(o,t));break;default:s&&pD.default(pF,e)&&(a=!0)}return!(s&&a)}),i&&r(i)&&n.push(i),n.map((e,i)=>{let{time:s,position:a}=e,r=n[i+1];return{status:"none",time:{from:s,to:r?r.time:t.segmentDuration},byte:{from:t.segmentStart+a,to:r?t.segmentStart+r.position-1:t.segmentEnd-1}}})},parseFeedableSegmentChunk:e=>{let t=0,i=!1;try{pN(e,s=>0x1f43b675===s.tag?s.tagSize<=e.byteLength?(t=s.tagSize,!1):(t+=s.tagHeaderSize,!0):!!pD.default(pU,s.tag)&&(t+s.tagSize<=e.byteLength&&(t+=s.tagSize,i||=pD.default([163,160,175],s.tag)),!0))}catch(e){}return t>0&&t<=e.byteLength&&i?new DataView(e.buffer,e.byteOffset,t):null}},pz=e=>{let t=/^(.+)\/([^;]+)(?:;.*)?$/.exec(e);if(t){let[,e,i]=t;if("audio"===e||"video"===e)switch(i){case"webm":return pq;case"mp4":return pI}}throw ReferenceError(`Unsupported mime type ${e}`)},pH=T(t2(),1),pW=({id:e,width:t,height:i,bitrate:s,fps:a,quality:r,streamId:n})=>{let o=(r?hD(r):void 0)??nC({width:t,height:i});return o&&{id:e,quality:o,bitrate:s,size:{width:t,height:i},fps:a,streamId:n}},pj=({id:e,bitrate:t})=>({id:e,bitrate:t}),pQ=({language:e,label:t},{id:i,url:s,isAuto:a})=>({id:i,url:s,isAuto:a,type:"internal",language:e,label:t}),pG=({id:e,language:t,label:i,codecs:s,isDefault:a})=>({id:e,language:t,label:i,codec:pH.default(s.split("."),0),isDefault:a}),pX=({id:e,language:t,label:i,hdr:s,codecs:a})=>({id:e,language:t,hdr:s,label:i,codec:pH.default(a.split("."),0)}),pY=e=>"template"===e.type;class pJ{error$=new ny;playingRepresentation$=new n$(void 0);playingRepresentationInit$=new n$(void 0);currentSegmentLength$=new n$(0);onLastSegment$=new n$(!1);fullyBuffered$=new n$(!1);kind;nativeBufferManager;fetcher;tuning;representations;playingRepresentationId;downloadingRepresentationId;switchingRepresentationId;initData=new Map;initDataPromises=new Map;idleCallbacks=new Map;parsedInitData=new Map;segments=new Map;containerParser;bufferPlaybackQueue=[];downloadingBufferItems=[];preloadOnly=!1;forwardBufferTarget;failedDownloads=0;lastDataObtainedTimestampMs=0;loadByteRangeSegmentsTimeoutId=0;currentVirtualBufferSize=0;baseUrls=[];baseUrlsIndex=0;maintainPlaybackBufferMutex=!1;maintainNativeBufferMutex=!1;bufferClearingMutex=!1;abortNativeBufferMutex=!1;switchMutex=!1;destroyAbortController=new cJ;downloadAbortController=new cJ;subscription=new nw;getCurrentPosition;getCurrentStallDuration;constructor(e,t,i,{fetcher:s,tuning:a,getCurrentPosition:r,getCurrentStallDuration:n,manifest:o}){this.kind=e,this.nativeBufferManager=t,this.fetcher=s,this.tuning=a,this.getCurrentPosition=r,this.getCurrentStallDuration=n,this.forwardBufferTarget=a.dash.forwardBufferTargetAuto,this.baseUrls=o?.baseUrls??[],this.representations=new Map(i.map(e=>[e.id,e]))}startWith=nd(this.destroyAbortController.signal,(async function*(e){let t=this.representations.get(e);nh(t,`Cannot find representation ${e}`),this.playingRepresentationId=e,this.downloadingRepresentationId=e,this.containerParser=pz(t.mime),this.nativeBufferManager.init(t.mime,t.codecs,this.tuning.dash.useAbortMSEFix),yield this.loadInits(t);let i=this.initData.get(t.id),s=this.segments.get(t.id),a=this.parsedInitData.get(t.id);nh(i,"No init buffer for starting representation"),nh(s,"No segments for starting representation"),await this.nativeBufferManager.addInitSegment(i),this.playingRepresentation$.next(this.playingRepresentationId),this.playingRepresentationInit$.next(a)}).bind(this));switchTo=nd(this.destroyAbortController.signal,(async function*(e,t=!0){if(nv(this.downloadingRepresentationId)||e===this.downloadingRepresentationId||e===this.switchingRepresentationId)return;this.switchMutex=!0,this.switchingRepresentationId=e;let i=this.representations.get(this.downloadingRepresentationId),s=this.representations.get(e);nh(s,`No such representation ${e}`),nh(i,`No such representation ${this.downloadingRepresentationId}`),yield this.loadInitIfNeeded(s,"high");let a=this.initData.get(s.id),r=this.segments.get(s.id);nh(a,"No init buffer for switching representation"),nh(r,"No segments for switching representation");let n=this.getCurrentPosition()??0,o=e=>{let t=this.representations.get(e.representationId);return nh(t,"No itemRepresentation for previous track before switch"),"downloaded"!==e.segment.networkStatus||this.forceSwitchCondition(t,s)},u=e=>t?"fed"!==e.segment.bufferStatus&&o(e):"fed"!==e.segment.bufferStatus;this.bufferPlaybackQueue.filter(u).forEach(e=>e.segment.bufferStatus="none"),this.bufferPlaybackQueue=this.bufferPlaybackQueue.filter(e=>!u(e)),this.downloadingRepresentationId=e,this.switchingRepresentationId=null,this.bufferPlaybackQueue.length?(this.abortDownload(),yield this.maintain()):yield this.seek(n),this.switchMutex=!1}).bind(this));async seek(e){await this.abort(),await this.clearBuffer(),await this.maintain(e)}async maintain(e=this.getCurrentPosition()){nv(e)||(await this.maintainPlaybackBuffer(e),await this.maintainNativeBuffer(),this.actualizeLastSegmentInfo(e))}getForwardPlaybackBufferDuration(e=this.getCurrentPosition()){let t=this.bufferPlaybackQueue.filter(e=>"downloaded"===e.segment.networkStatus),i=t[t.length-1];return Math.max(nb(e)&&nb(i)?i.segment.time.to-e:0,0)}getPlaybackBufferState(){return this.bufferPlaybackQueue.length?{from:this.bufferPlaybackQueue[0].segment.time.from,to:this.bufferPlaybackQueue[this.bufferPlaybackQueue.length-1].segment.time.to}:null}async abort(){this.abortDownload(),await this.abortNativeBuffer()}findSegmentStartTime(e){let t=this.downloadingRepresentationId??this.playingRepresentationId??"",i=this.segments.get(t),s=i?.find(t=>t.time.from<=e&&t.time.to>=e);return s?.time.from}getRepresentationInitialTime(){if(nv(this.playingRepresentationId))return 0;let e=this.segments.get(this.playingRepresentationId);return(e?.[0].time.from??0)/1e3}calculateDurationFromSegments(e){let t=this.segments.get(e);return(t?pb.default(t,-1)?.time.to:0)||0}get lastDataObtainedTimestamp(){return this.lastDataObtainedTimestampMs}setTarget(e){this.forwardBufferTarget=e}setPreloadOnly(e){this.preloadOnly=e}destroy(){let e=nf();if(this.initData.clear(),this.initDataPromises.clear(),this.segments.clear(),this.parsedInitData.clear(),this.representations.clear(),this.downloadAbortController.abort(),this.destroyAbortController.abort(),this.subscription.unsubscribe(),e.__polyfill_cancelIdleCallback_80na7lnn5kgm)for(let t of this.idleCallbacks.values())e.__polyfill_cancelIdleCallback_80na7lnn5kgm(t);this.idleCallbacks.clear(),e.clearTimeout(this.loadByteRangeSegmentsTimeoutId)}forceSwitchCondition(e,t){let i=!0;if("video"===this.kind){let s=pW(e),a=pW(t);i=nb(s)&&nb(a)&&ng(a.quality,s.quality)}else if("audio"===this.kind){let s=pj(e),a=pj(t);i=nb(s?.bitrate)&&nb(a?.bitrate)&&a.bitrate>s.bitrate}return i}async clearBuffer(){this.bufferClearingMutex=!0,await this.nativeBufferManager.clear(this.destroyAbortController.signal),this.bufferPlaybackQueue.forEach(e=>e.segment.bufferStatus="none"),this.bufferPlaybackQueue=[],this.bufferClearingMutex=!1}abortDownload(){this.downloadAbortController.abort(),this.downloadAbortController=new cJ,this.abortDownloadingItems(),this.maintainPlaybackBufferMutex=!1}abortDownloadingItems(){for(let e of this.downloadingBufferItems)"downloading"===e.segment.networkStatus&&(e.segment.networkStatus="none",e.segment.size=0,e.segment.loadedBytes=0,e.segment.feedingBytes=0,e.segment.fedBytes=0,e.segment.data=null);this.downloadingBufferItems=[]}async abortNativeBuffer(){this.abortNativeBufferMutex=!0;let e=this.playingRepresentationId&&this.initData.get(this.playingRepresentationId),t=e instanceof ArrayBuffer?e:void 0,i=await this.nativeBufferManager.abortBuffer(t);return this.abortNativeBufferMutex=!1,this.maintainNativeBufferMutex=!1,i}async loadInits(e){for(let[t,i]of(await this.loadInit(e,"high",!0),this.representations))this.idleCallbacks.set(i.id,py(async e=>await this.loadInitIfNeeded(i,"low",!1)))}async loadInitIfNeeded(e,t="auto",i=!1){let s,a=this.initDataPromises.get(e.id);s=this.initData.has(e.id)&&this.segments.has(e.id)?Promise.resolve():nb(a)?a:this.loadInit(e,t,i),await s}async loadInit(e,t="auto",i=!1){try{let i=this.tuning.dash.useFetchPriorityHints?t:"auto",s=this.fetcher.fetchRepresentation(e.segmentReference,this.containerParser,i);this.initDataPromises.set(e.id,s);let{initMetadata:a,initDataView:r,segments:n}=await s??{};if(this.initDataPromises.delete(e.id),nv(r)||nv(n))return;a&&this.parsedInitData.set(e.id,a);let o=r.buffer.slice(r.byteOffset,r.byteOffset+r.byteLength);this.initData.set(e.id,o),this.segments.set(e.id,n),this.failedDownloads=0}catch(e){i&&this.error$.next({id:"LoadInits",category:nc.WTF,message:"loadInit threw",thrown:e})}}async maintainNativeBuffer(){let e=this.getCurrentPosition(),t=this.segments.get(this.downloadingRepresentationId??""),i=t?.[t?.length-1];if(nv(e)||nv(i)||this.maintainNativeBufferMutex||this.abortNativeBufferMutex||this.bufferClearingMutex||this.switchMutex||this.preloadOnly)return;this.maintainNativeBufferMutex=!0;let s=this.bufferPlaybackQueue.find(t=>this.withinInterval(e,t.segment.time)),a=this.bufferPlaybackQueue.find(e=>"fed"!==e.segment.bufferStatus),r=this.initData.get(a?.representationId??""),n=this.bufferPlaybackQueue[0],o=this.downloadAbortController.signal,u=(this.getCurrentStallDuration()??0)>0;this.tuning.dash.useBufferHoldingOnlyOnStall&&(u&&=e>0);let l=Math.min(this.tuning.dash.minSafeBufferToPlay,i.time.to-e),d=!u||this.getForwardPlaybackBufferDuration()>=l;nb(r)&&nb(a)&&nb(s)&&this.playingRepresentationId!==a.representationId&&this.withinAppendInterval(e,a.segment.time)&&(a===s||"fed"===s.segment.bufferStatus)&&(await this.abortNativeBuffer(),await this.nativeBufferManager.addInitSegment(r,this.downloadAbortController.signal),this.playingRepresentationId=a.representationId,this.playingRepresentation$.next(this.playingRepresentationId)),nb(a)&&this.withinAppendInterval(e,a.segment.time)&&d&&(a.segment.loadedBytes===a.segment.size&&"none"===a.segment.bufferStatus?await this.appendSegmentFully(a,o):await this.appendSegmentPartially(a,o)),nb(n)&&this.withinRemoveInterval(e,n.segment.time)&&await this.removeSegment(n,o),this.pruneVirtualBuffer(e),this.maintainNativeBufferMutex=!1}async maintainPlaybackBuffer(e){nh(this.downloadingRepresentationId);let t=this.segments.get(this.downloadingRepresentationId),i=this.representations.get(this.downloadingRepresentationId);if(nv(t)||nv(i)||this.maintainPlaybackBufferMutex||this.abortNativeBufferMutex||this.bufferClearingMutex||this.switchMutex)return;this.maintainPlaybackBufferMutex=!0;let s=t.find(t=>e>=t.time.from&&e<t.time.to);nb(s)&&isFinite(s.time.from)&&isFinite(s.time.to)&&this.currentSegmentLength$.next(s?.time.to-s.time.from),this.downloadingBufferItems.length||(this.downloadingBufferItems=this.selectDownloadingItems(e,t)),await this.processCachedItems();let a=this.selectItemsToLoad();await this.loadItems(a,i),this.maintainPlaybackBufferMutex=!1}actualizeLastSegmentInfo(e){let t=this.segments.get(this.downloadingRepresentationId??"");if(nv(t)||0===t.length)return;let i=t[t?.length-1];nv(i)||(this.fullyBuffered$.next(i.time.to-e-this.getForwardPlaybackBufferDuration(e)<this.tuning.dash.bufferTolerance),this.onLastSegment$.next(e-i.time.from>0))}selectDownloadingItems(e,t){let i,s;nh(this.downloadingRepresentationId);let a=this.getPlaybackBufferState();nb(a)&&this.withinInterval(e,a)?(s=this.forwardBufferTarget-this.getForwardPlaybackBufferDuration(e),i=this.bufferPlaybackQueue[this.bufferPlaybackQueue.length-1].segmentIndex+1):(s=this.forwardBufferTarget,i=t.findIndex(t=>this.withinInterval(e,t.time))),i=-1===i?0:i;let r=[];for(;i<t.length&&s>0;){r.push({representationId:this.downloadingRepresentationId,segmentIndex:i,segment:t[i]});let{from:e,to:a}=t[i].time;s-=a-e,i++}return r}async processCachedItems(){let e=[...this.downloadingBufferItems];for(;e.length&&"downloaded"===e[0].segment.networkStatus;)await this.onDownloadItem(e[0]),e.shift()}withinInterval(e,{from:t,to:i},s=this.tuning.dash.bufferTolerance){return!!nb(e)&&e+s>=t&&e<i}withinAppendInterval(e,{from:t,to:i}){let{actionTimeShiftFromSegment:s}=this.tuning.dash;return!!nb(e)&&(e+s>=t&&e+s<i||this.withinInterval(e,{from:t,to:i}))}withinRemoveInterval(e,{to:t}){let{actionTimeShiftFromSegment:i}=this.tuning.dash;return!!nb(e)&&e-i>t}waitExponentialDownloadDelay=nd(this.downloadAbortController.signal,(async function*(){let e=nm(this.failedDownloads,this.tuning.downloadBackoff);yield new Promise(t=>{let i=nf();this.loadByteRangeSegmentsTimeoutId=i.setTimeout(t,e),this.subscription.add(np(i,"online").pipe(nS()).subscribe(()=>{t(),i.clearTimeout(this.loadByteRangeSegmentsTimeoutId)}))})}).bind(this));async appendSegmentFully(e,t){nv(e.segment.data)||(e.segment.feedingBytes=e.segment.size,await this.nativeBufferManager.append(e.segment.data,t)&&(e.segment.fedBytes=e.segment.size,this.onItemFullyAppended(e)))}async appendSegmentPartially(e,t){if(nv(e.segment.data)||nv(e.segment.loadedBytes)||nv(e.segment.feedingBytes)||nv(e.segment.fedBytes)||nv(e.segment.size))return;let i=e.segment.data,s=new DataView(i.buffer,i.byteOffset+e.segment.feedingBytes,i.byteLength-e.segment.feedingBytes),a=e.segment.loadedBytes!==e.segment.size?this.parseFeedableSegmentChunk(s):s;a?.byteLength&&(e.segment.bufferStatus="partially_fed",e.segment.feedingBytes+=a.byteLength,await this.nativeBufferManager.append(a,t)&&(e.segment.fedBytes+=a.byteLength,e.segment.fedBytes===e.segment.size&&this.onItemFullyAppended(e)))}parseFeedableSegmentChunk(e){return this.containerParser.parseFeedableSegmentChunk(e,!1)}onItemFullyDownloaded(e){e.segment.networkStatus="downloaded"}onItemFullyAppended(e){e.segment.bufferStatus="fed"}async removeSegment(e,t){let{from:i,to:s}=e.segment.time;await this.nativeBufferManager.remove(0,s-(s-i)/4,t)&&(e.segment.fedBytes=0,e.segment.feedingBytes=0,e.segment.bufferStatus="none",this.bufferPlaybackQueue.shift())}async onDownloadItem(e){if(!this.downloadingBufferItems.find(t=>t===e))return;let t=this.getCurrentPosition();return this.downloadingBufferItems=this.downloadingBufferItems.filter(t=>t!==e||"downloaded"!==t.segment.networkStatus),(this.preloadOnly||nb(t)&&!this.withinRemoveInterval(t,e.segment.time))&&!this.bufferPlaybackQueue.find(t=>t===e)&&this.bufferPlaybackQueue.push(e),this.maintainNativeBuffer()}pruneVirtualBuffer(e){let{maxVirtualBufferSize:t,virtualBufferPruneSize:i,bufferPruningSafeZone:s}=this.tuning.dash;if(this.currentVirtualBufferSize<t)return;let a=this.currentVirtualBufferSize-t+i;for(let t of this.segments.values())for(let i of t)nb(i.size)&&a>0&&i.time.to<=e-s&&"none"===i.bufferStatus&&"downloaded"===i.networkStatus&&(i.data=null,i.networkStatus="none",this.currentVirtualBufferSize-=i.size,a-=i.size);for(let t of this.segments.values())for(let i of[...t].reverse())nb(i.size)&&a>0&&i.time.from>=e+s&&"none"===i.bufferStatus&&"downloaded"===i.networkStatus&&!this.bufferPlaybackQueue.find(e=>e.segment===i)&&!this.downloadingBufferItems.find(e=>e.segment===i)&&(i.data=null,i.networkStatus="none",this.currentVirtualBufferSize-=i.size,a-=i.size)}updateRepresentationsBaseUrlIfNeeded(){if(!this.tuning.dash.enableBaseUrlSupport||!this.baseUrls.length||this.failedDownloads<=this.tuning.dash.maxSegmentRetryCount)return;this.baseUrlsIndex=(this.baseUrlsIndex+1)%this.baseUrls.length;let e=this.baseUrls[this.baseUrlsIndex];for(let t of this.representations.values())this.updateRepresentationBaseUrl(t,e)}}class pK extends pJ{constructor(e,t,i,s){super(e,t,i,s)}async loadItems(e,t,i="auto"){let{signal:s}=this.downloadAbortController;if(s.aborted||!e.length)return;let{url:a,...r}=this.prepareFetchParams(e,t);if(this.failedDownloads&&await this.waitExponentialDownloadDelay(),!s.aborted)try{await this.fetcher.fetch(a,{...r,priority:i}),this.lastDataObtainedTimestampMs=nB(),this.failedDownloads=0}catch(e){this.abortDownloadingItems(),nI(e)||(this.failedDownloads++,this.updateRepresentationsBaseUrlIfNeeded())}}selectItemsToLoad(){let e=0,t=0,i=[],s=this.preloadOnly?0:this.tuning.dash.segmentRequestSize,a=this.preloadOnly?this.forwardBufferTarget:0,r=0;for(;r<this.downloadingBufferItems.length&&"none"===this.downloadingBufferItems[r].segment.networkStatus&&(e<=s||t<=a);){let s=this.downloadingBufferItems[r].segment;s.networkStatus="downloading",s.size=1/0,s.loadedBytes=0,s.feedingBytes=0,s.fedBytes=0,i.push(this.downloadingBufferItems[r]),e+=s.byte.to+1-s.byte.from,t+=s.time.to+1-s.time.from,r++}return i}prepareFetchParams(e,t){if(cL(t.segmentReference))throw Error("Representation is not byte range type");let{signal:i}=this.downloadAbortController,s=t.segmentReference.url,a={from:e[0].segment.byte.from,to:e[e.length-1].segment.byte.to},r=async(s,r)=>{if(!i.aborted)try{this.lastDataObtainedTimestampMs=nB(),await this.onSomeDataLoaded({downloadingItems:e,dataView:s,loaded:r,signal:i,globalFrom:a?a.from:0,representationId:t.id})}catch(e){this.error$.next({id:"SegmentFeeding",category:nM.VIDEO_PIPELINE,message:"Error when feeding segments",thrown:e})}};return{url:s,range:a,onProgress:r,signal:i,bufferOptimisation:this.tuning.dash.fetcherBufferOptimisation}}async onSomeDataLoaded({downloadingItems:e,dataView:t,representationId:i,globalFrom:s,loaded:a,signal:r}){let n=this.representations.get(i);if(!(!this.downloadingBufferItems.length||nR(n)||nR(s))&&!r.aborted)for(let i of e){let{segment:e}=i,r=e.byte.from-s,n=e.byte.to-s,o=n-r+1,u=r<a,l=n<=a;e.size=o,u&&("downloading"===e.networkStatus&&"none"===e.bufferStatus&&l?(e.data=new DataView(t.buffer,t.byteOffset+r,o),this.currentVirtualBufferSize+=e.size,this.onItemFullyDownloaded(i),e.loadedBytes=Math.min(o,a-r),await this.onDownloadItem(i)):nA(e.feedingBytes)&&this.tuning.dash.enableSubSegmentBufferFeeding&&"downloading"===e.networkStatus&&(e.loadedBytes=Math.min(o,a-r),l&&(this.currentVirtualBufferSize+=e.size,this.onItemFullyDownloaded(i)),e.loadedBytes>e.feedingBytes&&(e.data=new DataView(t.buffer,t.byteOffset+r,e.loadedBytes),await this.onDownloadItem(i))))}}updateRepresentationBaseUrl(e,t){if(cL(e.segmentReference))throw Error("Representation is not byte range type");e.segmentReference.url=t}}class pZ extends pJ{constructor(e,t,i,s){super(e,t,i,s)}async loadItems(e,t,i="auto"){let{signal:s}=this.downloadAbortController;if(s.aborted||!e.length)return;let{url:a,...r}=this.prepareFetchParams(e,t);if(this.failedDownloads&&await this.waitExponentialDownloadDelay(),!s.aborted)try{let t=await this.fetcher.fetch(a,{...r,priority:i});if(this.lastDataObtainedTimestampMs=n_(),nV(t))return;let s=e[0],n=new DataView(t);s.segment.size=n.byteLength,s.segment.loadedBytes=n.byteLength,s.segment.data=n,this.onItemFullyDownloaded(s),await this.onDownloadItem(s),this.failedDownloads=0}catch(e){this.abortDownloadingItems(),nP(e)||(this.failedDownloads++,this.updateRepresentationsBaseUrlIfNeeded())}}selectItemsToLoad(){let e=[];for(let t of this.downloadingBufferItems){let i=t.segment;i.networkStatus="downloading",i.size=1/0,i.loadedBytes=0,i.feedingBytes=0,i.fedBytes=0,e.push(t)}return e}prepareFetchParams(e,t){let i=this.getFetchUrl(e,t).toString(),{signal:s}=this.downloadAbortController;return{url:i,onProgress:async(i,a)=>{if(!s.aborted)try{this.lastDataObtainedTimestampMs=n_(),await this.onSomeDataLoaded({downloadingItems:e,dataView:i,loaded:a,signal:s,representationId:t.id})}catch(e){this.error$.next({id:"SegmentFeeding",category:nD.VIDEO_PIPELINE,message:"Error when feeding segments",thrown:e})}},signal:s,bufferOptimisation:this.tuning.dash.fetcherBufferOptimisation}}getFetchUrl(e,t){if(!cL(t.segmentReference))throw Error("Representation is not template type");return new URL(e[0].segment.url,t.segmentReference.baseUrl)}async onSomeDataLoaded({downloadingItems:e,dataView:t,representationId:i,loaded:s,signal:a}){let r=e[0],{segment:n}=r,o=this.representations.get(i);!(!this.downloadingBufferItems.length||nV(o)||nV(n.feedingBytes))&&"downloading"===n.networkStatus&&!a.aborted&&(n.loadedBytes=s,n.loadedBytes>n.feedingBytes&&this.tuning.dash.enableSubSegmentBufferFeeding&&(n.data=new DataView(t.buffer,t.byteOffset,n.loadedBytes),await this.onDownloadItem(r)))}updateRepresentationBaseUrl(e,t){if(!cL(e.segmentReference))throw Error("Representation is not template type");e.segmentReference.baseUrl=t}}var p0=T(is(),1),p1=T(t2(),1);class p3 extends pZ{currentLiveSegmentServerLatency$=new nU(0);currentLowLatencySegmentLength$=new nU(0);liveInitialAdditionalOffset=0;isSeekingLive=!1;isActiveLowLatency;constructor(e,t,i,s){super(e,t,i,s),this.isActiveLowLatency=s.isActiveLowLatency}updateManifest(e){if(!(!e||[...this.segments.values()].every(e=>!e.length)))for(let t of p0.default(e.streams[this.kind],e=>e.representations)){if(nF(t)||!cL(t.segmentReference))return;let e=t.segmentReference.segments.map(e=>({...e,networkStatus:"none",bufferStatus:"none",size:void 0})),i=this.segments.get(t.id)??[],s=p1.default(i,-1)?.time.to??0,a=e?.findIndex(e=>s>=e.time.from+100&&s<=e.time.to+100);if(-1===a){let e=this.getActualLiveStartingSegments(t.segmentReference);this.segments.set(t.id,e)}else{let s=e.slice(a+1);this.segments.set(t.id,[...i,...s])}this.representations.set(t.id,t)}}proceedLowLatencyLive(){let e=this.downloadingRepresentationId;nO(e);let t=this.segments.get(e);if(t?.length){let i={representationId:e,segmentIndex:t.length-1,segment:t[t.length-1]};this.updateLowLatencyLive(i)}}getLiveSegmentsToLoadState(e){let t=e?.streams[this.kind],i=p0.default(t,e=>e.representations).find(e=>e.id===this.downloadingRepresentationId);if(nF(i))return;let s=this.segments.get(i.id);if(s?.length)return{from:s[0].time.from,to:s[s.length-1].time.to}}getRepresentationInitialTime(){if(nF(this.playingRepresentationId))return 0;let e=this.representations.get(this.playingRepresentationId)?.segmentReference;return nF(e)||!cL(e)?0:this.getActualLiveStartingSegments(e)[0].time.from+this.tuning.dash.bufferTolerance}prepareFetchParams(e,t){return{...super.prepareFetchParams(e,t),isLowLatency:this.isActiveLowLatency()}}async onSomeDataLoaded({downloadingItems:e,...t}){await super.onSomeDataLoaded({downloadingItems:e,...t}),this.isActiveLowLatency()&&this.updateLowLatencyItemTime(e[0])}onItemFullyDownloaded(e){if(super.onItemFullyDownloaded(e),nF(e.segment.data)||!this.isActiveLowLatency())return;let t=e.segment.data,{serverDataReceivedTimestamp:i,serverDataPreparedTime:s}=this.containerParser.getServerLatencyTimestamps(t);i&&s&&this.currentLiveSegmentServerLatency$.next(s-i),this.updateLowLatencyItemTime(e),this.updateLowLatencyLive(e)}updateLowLatencyItemTime(e){let t=e.segment.data,i=this.representations.get(e.representationId)?.segmentReference;if(nF(e.segment.data)||nF(i)||!cL(i))return;let s=this.containerParser;if(e.segment.isCurrentLowLatency){let{timescale:a}=i;e.segment.time.to=s.getChunkEndTime(t,a)}}updateLowLatencyLive(e){let t=0;for(let i of this.representations.values()){let s=i.segmentReference;if(!cL(s))return;let a=this.segments.get(i.id)??[],r=a.find(t=>Math.floor(t.time.from)===Math.floor(e.segment.time.from));if(r?.isCurrentLowLatency&&(r.time.to=e.segment.time.to,t=r.time.to-r.time.from,r.isCurrentLowLatency=!1),!a.find(t=>Math.floor(t.time.from)===Math.floor(e.segment.time.to))&&this.isActiveLowLatency()){let t=Math.round(e.segment.time.to*s.timescale/1e3).toString(10),i=pr(s.segmentTemplateUrl,{segmentTime:t});a.push({networkStatus:"none",bufferStatus:"none",time:{from:e.segment.time.to,to:e.segment.time.to+this.tuning.dash.bufferTolerance},url:i,isCurrentLowLatency:!0})}}this.currentLowLatencySegmentLength$.next(t)}parseFeedableSegmentChunk(e){return this.containerParser.parseFeedableSegmentChunk(e,!0)}getFetchUrl(e,t){let i=super.getFetchUrl(e,t);return this.isActiveLowLatency()&&i.searchParams.set("low-latency","yes"),i}async loadInit(e,t="auto",i=!1){try{let i=this.tuning.dash.useFetchPriorityHints?t:"auto",s=this.fetcher.fetchRepresentation(e.segmentReference,this.containerParser,i);this.initDataPromises.set(e.id,s);let{initMetadata:a,initDataView:r,segments:n}=await s??{};if(this.initDataPromises.delete(e.id),nF(r)||nF(n))return;a&&this.parsedInitData.set(e.id,a);let o=this.getActualLiveStartingSegments(e.segmentReference);this.segments.has(e.id)||this.segments.set(e.id,o);let u=r.buffer.slice(r.byteOffset,r.byteOffset+r.byteLength);this.initData.set(e.id,u),this.failedDownloads=0}catch(e){i&&this.error$.next({id:"LoadInits",category:nN.WTF,message:"loadInit threw",thrown:e})}}getActualLiveStartingSegments(e){let t=e.segments,i=this.isActiveLowLatency()?this.tuning.dashCmafLive.lowLatency.maxTargetOffset:this.tuning.dashCmafLive.maxActiveLiveOffset,s=[],a=0,r=t.length-1;do s.unshift(t[r]),a+=t[r].time.to-t[r].time.from,r--;while(a<i&&r>=0);return this.liveInitialAdditionalOffset=a-i,this.isActiveLowLatency()?[s[0]]:s}}class p2{static getBufferManager(e,t,i,s){return s.manifest?.live?new p3(e,t,i,s):cL(i[0].segmentReference)?new pZ(e,t,i,s):new pK(e,t,i,s)}}var p4=!1;try{p4=hs.browser.isSafari&&!!hs.browser.safariVersion&&hs.browser.safariVersion<=18}catch(e){console.error(e)}class p6{bufferFull$=new nX;error$=new nX;buffer;queue=[];currentTask=null;destroyed=!1;abortRequested=!1;isAbortFixEnabled=!1;constructor(e,t=!1){this.buffer=e,this.isAbortFixEnabled=t,this.buffer.addEventListener("updateend",this.completeTask)}async append(e,t){return(!t||!t.aborted)&&new Promise(i=>{this.queue.push({operation:"append",data:e,signal:t,callback:i}),this.pull()})}async remove(e,t,i){return(!i||!i.aborted)&&new Promise(s=>{this.queue.unshift({operation:"remove",from:e,to:t,signal:i,callback:s}),this.pull()})}async abort(e){return new Promise(t=>{let i,s=e=>{this.abortRequested=!1,t(e)};for(let{callback:t}of(i=p4&&e?{operation:"safariAbort",init:e,callback:s}:{operation:"abort",callback:s},this.queue))t(!1);this.abortRequested=!0,i&&(this.queue=[i]),this.pull()})}destroy(){this.destroyed=!0,this.buffer.removeEventListener("updateend",this.completeTask),this.queue=[],this.currentTask=null;try{this.buffer.abort()}catch(e){if(e instanceof DOMException&&"InvalidStateError"===e.name);else throw e}}completeTask=()=>{try{if(this.currentTask){let e=this.currentTask.signal?.aborted;this.currentTask.callback(!e),this.currentTask=null,this.isAbortFixEnabled&&this.queue.shift()}this.queue.length&&this.pull()}catch(e){this.error$.next({id:"BufferTaskQueueUnknown",category:nG.VIDEO_PIPELINE,message:"Buffer appending or removal failed",thrown:e})}};pull(){if((this.buffer.updating||this.currentTask||this.destroyed)&&!this.abortRequested)return;let e=this.isAbortFixEnabled?this.queue[0]:this.queue.shift();if(!e)return;if(e.signal?.aborted){e.callback(!1),this.pull();return}this.currentTask=e;let{operation:t}=this.currentTask;try{this.execute(this.currentTask)}catch(e){e instanceof DOMException&&"QuotaExceededError"===e.name&&"append"===t?this.bufferFull$.next(this.currentTask.data.byteLength):e instanceof DOMException&&"InvalidStateError"===e.name||this.error$.next({id:`BufferTaskQueue:${t}`,category:nG.VIDEO_PIPELINE,message:"Buffer operation failed",thrown:e}),this.currentTask.callback(!1),this.currentTask=null}this.currentTask&&"abort"===this.currentTask.operation&&this.completeTask()}execute(e){let{operation:t}=e;switch(t){case"append":this.buffer.appendBuffer(e.data);break;case"remove":this.buffer.remove(e.from/1e3,e.to/1e3);break;case"abort":this.buffer.abort();break;case"safariAbort":this.buffer.abort(),this.buffer.appendBuffer(e.init);break;default:nQ(t)}}}var p5=(e,t)=>{let i=0;for(let s=0;s<e.length;s++){let a=1e3*e.start(s),r=1e3*e.end(s);a<=t&&t<=r&&(i=r)}return Math.max(i-t,0)};class p8{error$=new nW;mediaSource;sourceBuffer;sourceBufferTaskQueue;subscription=new nj;constructor(e){this.mediaSource=e}init(e,t,i=!1){this.sourceBuffer=this.mediaSource.addSourceBuffer(`${e}; codecs="${t}"`),this.sourceBufferTaskQueue=new p6(this.sourceBuffer,i),this.subscription.add(this.sourceBufferTaskQueue.error$.subscribe(e=>this.error$.next(e))),this.subscription.add(nz(this.sourceBuffer,"error").subscribe(()=>this.error$.next({id:"SourceBuffer",category:nq.VIDEO_PIPELINE,message:"SourceBuffer Error event fired"})))}addInitSegment(e,t){return this.sourceBufferTaskQueue.append(e,t)}append(e,t){return this.sourceBufferTaskQueue.append(e,t)}remove(e,t,i){return this.sourceBufferTaskQueue.remove(e,t,i)}async clear(e){let t=this.getBufferState();if(nH(t))return Promise.resolve(!1);let i=!0;for(let s of(await this.sourceBufferTaskQueue.abort(),t))i&&=await this.sourceBufferTaskQueue.remove(s.from,s.to,e);return i}warmUpMediaSource(){nH(this.sourceBuffer)||this.sourceBuffer.updating||(this.sourceBuffer.mode="segments")}getBufferState(){if(nH(this.sourceBuffer)||!cl(this.mediaSource,this.sourceBuffer)||!this.sourceBuffer.buffered.length)return null;let e=[];for(let t=0;t<this.sourceBuffer.buffered.length;t++)e.push({from:1e3*this.sourceBuffer.buffered.start(t),to:1e3*this.sourceBuffer.buffered.end(t)});return e}getForwardBufferDuration(e){return nH(this.sourceBuffer)||!cl(this.mediaSource,this.sourceBuffer)||!this.sourceBuffer.buffered.length||nH(e)?0:p5(this.sourceBuffer.buffered,e)}async abortBuffer(e){return!nH(this.sourceBuffer)&&this.sourceBufferTaskQueue.abort(e)}destroy(){if(this.subscription.unsubscribe(),this.sourceBufferTaskQueue?.destroy(),this.sourceBuffer)try{this.mediaSource.removeSourceBuffer(this.sourceBuffer)}catch(e){if(e instanceof DOMException&&"NotFoundError"===e.name);else throw e}this.sourceBuffer=null}}var p7=(e,t)=>{e.video.forEach(e=>{let i=e.representations.filter(({fps:e,height:i,codecs:s})=>{let a=t.find(([e,t,a])=>e===`${i}p`&&pm(s)===a)?.[1];return!(a&&Number.isInteger(a)&&e&&Number.isInteger(e))||e<=a});e.representations=i})},p9=["timeupdate","progress","play","seeked","stalled","waiting"],me=["timeupdate","progress","loadeddata","playing","seeked"];class mt{element=null;manifestUrlString="";source=null;manifest=null;tuning;tracer;forceVideoCodec;videoBufferManager;audioBufferManager;bufferManagers=[];videoNativeBufferManager;audioNativeBufferManager;nativeBufferManagers=[];throughputEstimator;subscription=new r3;subscriptionRemovable=new r2;representationSubscription=new r3;fetcher;forceEnded$=new r1;stallWatchdogSubscription;destroyController=new cJ;state$=new hm("none");currentVideoRepresentation$=new r4(void 0);currentVideoRepresentationInit$=new r4(void 0);currentAudioRepresentation$=new r4(void 0);currentVideoSegmentLength$=new r4(0);currentAudioSegmentLength$=new r4(0);error$=new r1;manifestRequested=new r1;manifestReceived=new r1;firstBytesRequested=new r1;firstBytesReceived=new r1;lastConnectionType$=new r4(void 0);lastConnectionReused$=new r4(void 0);lastRequestFirstBytes$=new r4(void 0);lastConnectionMetrics$=new r4(void 0);lastDownloadMetrics$=new r4(void 0);currentLiveTextRepresentation$=new r4(null);timeoutSourceOpenId;isLive$=new r4(!1);isActiveLive$=new r4(!1);isLowLatency$=new r4(!1);liveDuration$=new r4(0);liveSeekableDuration$=new r4(0);liveAvailabilityStartTime$=new r4(0);liveStreamStatus$=new r4(void 0);currentBuffer$=new r4({from:0,to:0});bufferLength$=new r4(0);nativeBufferLength$=new r4(0);liveLatency$=new r4(void 0);liveLoadBufferLength$=new r4(0);livePositionFromPlayer$=new r4(0);currentStallDuration$=new r4(0);videoLastDataObtainedTimestamp$=new r4(0);fetcherRecoverableError$=new r1;fetcherError$=new r1;constructor(e){this.throughputEstimator=e.throughputEstimator,this.tuning=e.tuning,this.tracer=e.tracer.createComponentTracer(this.constructor.name),this.forceVideoCodec=e.forceVideoCodec,this.fetcher=new c4({throughputEstimator:this.throughputEstimator,requestQuic:this.tuning.requestQuick,compatibilityMode:e.compatibilityMode,tracer:this.tracer,useEnableSubtitlesParam:e.tuning.useEnableSubtitlesParam}),this.subscription.add(this.fetcher.recoverableError$.subscribe(this.fetcherRecoverableError$)),this.subscription.add(this.fetcher.error$.subscribe(this.fetcherError$)),this.initTracerSubscription()}initRepresentations=rF(this.destroyController.signal,(async function*(e,t,i){this.tracer.log("initRepresentationsStart",rW({initialVideo:e,initialAudio:t,sourceHls:i})),this.representationSubscription.unsubscribe(),this.state$.startTransitionTo("representations_ready");let s={fetcher:this.fetcher,tuning:this.tuning,getCurrentPosition:()=>this.element?1e3*this.element.currentTime:void 0,getCurrentStallDuration:()=>this.currentStallDuration$.getValue(),isActiveLowLatency:()=>this.isActiveLive$.getValue()&&this.isLowLatency$.getValue(),manifest:this.manifest};this.createBuffers(s,e,t,i),this.initRepresentationSubscriptions(),yield this.waitStreamToOpen(),this.setSourceDuration(),rU(this.videoBufferManager),yield Promise.all([this.videoBufferManager.startWith(e),t?this.audioBufferManager?.startWith(t):Promise.resolve()]),this.state$.setState("representations_ready"),this.tracer.log("initRepresentationsEnd")}).bind(this));async initManifest(e,t,i){this.tracer.log("initManifest"),this.state$.startTransitionTo("manifest_ready"),this.element=e,this.manifestUrlString=this.prepareManifestUrlString(t,i),this.manifest=await this.updateManifest(),this.manifest?.streams.video.length?this.state$.setState("manifest_ready"):this.error$.next({id:"NoRepresentations",category:rq.PARSER,message:"No playable video representations"})}initBuffer(){rU(this.element),this.state$.setState("running"),this.subscription.add(rZ(...p9.map(e=>rj(this.element,e)),rj(rG(),"online"),rX(this.tuning.dash.tickMaintainInterval)).subscribe(()=>this.tick(),e=>this.error$.next({id:"DashVKPlayer",category:rq.WTF,message:"Internal logic error",thrown:e})));let e=[...this.source?.activeSourceBuffers??[]];this.subscription.add(rZ(...e.map(e=>rj(e,"updateend"))).subscribe(e=>this.reinitDecoderIfNeeded())),this.subscription.add(rj(this.element,"waiting").subscribe(e=>{this.stallWatchdogSubscription&&(this.stallWatchdogSubscription.unsubscribe(),this.subscriptionRemovable.remove(this.stallWatchdogSubscription)),this.stallWatchdogSubscription=rX(this.tuning.dash.stallWatchdogInterval).subscribe(()=>this.stallWatchdogIntervalCallback(),e=>this.error$.next({id:"StallWatchdogCallback",category:rq.NETWORK,message:"Can't restore DASH after stall.",thrown:e})),this.subscriptionRemovable.add(this.stallWatchdogSubscription)}))}async switchRepresentation(e,t,i=!1){let s={video:this.videoBufferManager,audio:this.audioBufferManager,text:null}[e];return s?.switchTo(t,i)}async seek(e,t=!1){let i;rU(this.element),rU(this.videoBufferManager),i=t||1e3*this.element.duration<=this.tuning.dashSeekInSegmentDurationThreshold||Math.abs(1e3*this.element.currentTime-e)<=this.tuning.dashSeekInSegmentAlwaysSeekDelta?e:Math.max(this.videoBufferManager.findSegmentStartTime(e)??e,this.audioBufferManager?.findSegmentStartTime(e)??e),this.warmUpMediaSourceIfNeeded(i),this.element.currentTime=i/1e3,hs.browser.isSafari?(await this.audioBufferManager?.seek(i),await this.videoBufferManager.seek(i)):(await this.videoBufferManager.seek(i),await this.audioBufferManager?.seek(i)),this.tracer.log("seek",rW({requestedPosition:e,forcePrecise:t,position:i}))}warmUpMediaSourceIfNeeded(e=this.element?.currentTime){rY(this.element)&&rY(this.source)&&rY(e)&&this.isStreamEnded&&1e3*this.element.duration-e>this.tuning.dash.seekBiasInTheEnd&&this.nativeBufferManagers.forEach(e=>e.warmUpMediaSource())}calculateDurationFromSegments(e){return Math.max(this.videoBufferManager?.calculateDurationFromSegments(e)||0,this.audioBufferManager?.calculateDurationFromSegments(e)||0)}get isStreamEnded(){return this.source?.readyState==="ended"}getStreams(){return this.manifest?.streams}getCodecs(){return this.manifest?.codecs}setBufferTarget(e){this.bufferManagers.forEach(t=>t.setTarget(e))}setPreloadOnly(e){this.bufferManagers.forEach(t=>t.setPreloadOnly(e))}stop(){this.tracer.log("stop"),this.element?.querySelectorAll("source").forEach(e=>{URL.revokeObjectURL(e.src),e.remove()}),this.element=null,this.source=null,this.manifest=null,this.currentVideoRepresentation$.next(void 0),this.nativeBufferManagers.forEach(e=>e.destroy()),this.videoBufferManager?.destroy(),this.videoBufferManager=null,this.audioBufferManager?.destroy(),this.audioBufferManager=null,this.bufferManagers=[],this.state$.setState("none")}destroy(){this.subscription.unsubscribe(),this.subscriptionRemovable.unsubscribe(),this.representationSubscription.unsubscribe(),this.timeoutSourceOpenId&&rG().clearTimeout(this.timeoutSourceOpenId),this.destroyController.abort(),this.fetcher.destroy(),this.stop(),rY(this.source)&&this.isStreamNotOpen&&Array.from(this.source.sourceBuffers).every(e=>!e.updating)&&this.source.endOfStream(),this.source=null,this.tracer.end()}get isStreamNotOpen(){return this.source?.readyState!=="open"}async reinitDecoderIfNeeded(e=!1){let t=this.videoNativeBufferManager?.getBufferState()??[];if(rJ(this.element)||!t.length)return;let i=1e3*this.element.currentTime;this.element.readyState<3&&t.some(e=>i>=e.from&&i<=e.to)&&(e?await this.seek(i):this.element.currentTime=this.element.currentTime)}async stallWatchdogIntervalCallback(){rU(this.element),rU(this.source);let{stallWatchdogInterval:e}=this.tuning.dash;if(this.isStreamNotOpen)return;let t=this.currentStallDuration$.getValue()+e;this.currentStallDuration$.next(t);let i={timeInWaiting:t};if(await this.reinitDecoderIfNeeded(t%1e3==0),this.isStallExceeded(t))if(this.tuning.dash.useNewStallExitPolicy)return this.seek(1e3*this.element.currentTime);else throw Error(`Stall timeout exceeded: ${t} ms`);await this.restoreAfterDeepStall(i),this.tracer.log("stallIntervalCallback",rW(i))}isStallExceeded(e){let{crashOnStallTimeout:t,crashOnStallTWithoutDataTimeout:i}=this.tuning.dash,s=r0(),a=this.videoBufferManager?.lastDataObtainedTimestamp??0;this.videoLastDataObtainedTimestamp$.next(a);let r=this.audioBufferManager?.lastDataObtainedTimestamp??0,n=this.videoBufferManager?.getForwardPlaybackBufferDuration()??0,o=this.audioBufferManager?.getForwardPlaybackBufferDuration()??0,u=rY(this.videoBufferManager)&&n<100&&s-a>i,l=rY(this.audioBufferManager)&&o<100&&s-r>i;return(u||l)&&e>i||e>=t}async updateManifest(){this.tracer.log("updateManifestStart",{manifestUrl:this.manifestUrlString});let e=await this.fetchManifest();if(rJ(e))return null;let t=this.parseManifest(e);if(!t)return null;let i=this.getResultManifest(t);return this.tracer.log("updateManifestEnd",rW(i)),i}fetchManifest=rF(this.destroyController.signal,(async function*(){try{return yield this.fetcher.fetchManifest(this.manifestUrlString)}catch(e){rJ(this.manifest)&&!this.bufferLength$.getValue()&&this.error$.next({id:"LoadManifest",category:rq.NETWORK,message:"Failed to load manifest",thrown:e})}}).bind(this));parseManifest(e){try{return pn(e??"",this.manifestUrlString)}catch(i){let t=c0(e)??{id:"ManifestParsing",category:rq.PARSER,message:"Failed to parse MPD manifest",thrown:i};this.error$.next(t)}}getResultManifest(e){let t,i,s={text:e.streams.text,video:[],audio:[]},a=(e,t,i)=>!!(this.element?.canPlayType?.(t)&&(window.ManagedMediaSource||window.MediaSource)?.isTypeSupported?.(`${t}; codecs="${i}"`)||"text"===e);for(let r of["video","audio"]){let n,o=e.streams[r].filter(({mime:e,codecs:t})=>a(r,e,t));if(s[r]=o,this.tuning.dash.codecsPrioritizeEnabled){let e=o.map(({codecs:e})=>e);"audio"===r&&(n=(i=pp(e))[0]),"video"===r&&(t=pc(e),n=this.forceVideoCodec&&cK.default(t,this.forceVideoCodec)?this.forceVideoCodec:t[0]),n&&(s[r]=o.filter(({codecs:e})=>pm(e)===n))}else(n=ph(new Set(o.map(({codecs:e})=>e))))&&(s[r]=o.filter(({codecs:e})=>e.startsWith(n)));if("video"===r){let e=this.tuning.preferHDR,t=s.video.some(e=>e.hdr),i=s.video.some(e=>!e.hdr);hs.display.isHDR&&e&&t?s.video=s.video.filter(e=>e.hdr):i&&(s.video=s.video.filter(e=>!e.hdr));let{videoStreamRepresentaionsFilter:a}=this.tuning.dash;a.length&&p7(s,a)}}let r={...e,streams:s};return this.tuning.dash.codecsPrioritizeEnabled&&(r.codecs={video:t,audio:i}),r}stopStallWatchdogSubscription(){this.stallWatchdogSubscription?.unsubscribe(),this.currentStallDuration$.next(0)}createBuffers(e,t,i,s){rU(this.manifest),rU(this.element);let a=e=>{this.representationSubscription.add(rj(e,"error").pipe(rz(e=>!!this.element?.played.length)).subscribe(e=>{this.error$.next({id:"VideoSource",category:rq.VIDEO_PIPELINE,message:"Unexpected video source error",thrown:e})}))};this.source=d6();let r=rG().document,n=r.createElement("source");if(a(n),n.src=URL.createObjectURL(this.source),this.element.appendChild(n),d4())if(s){let e=r.createElement("source");a(e),e.type="application/x-mpegurl",e.src=s.url,this.element.appendChild(e)}else this.element.disableRemotePlayback=!0;let o=this.manifest.streams.video.reduce((e,t)=>[...e,...t.representations],[]);if(this.videoNativeBufferManager=new p8(this.source),this.videoBufferManager=p2.getBufferManager("video",this.videoNativeBufferManager,o,e),this.bufferManagers=[this.videoBufferManager],this.nativeBufferManagers=[this.videoNativeBufferManager],rY(i)){this.audioNativeBufferManager=new p8(this.source);let t=this.manifest.streams.audio.reduce((e,t)=>[...e,...t.representations],[]);this.audioBufferManager=p2.getBufferManager("audio",this.audioNativeBufferManager,t,e),this.bufferManagers.push(this.audioBufferManager),this.nativeBufferManagers.push(this.audioNativeBufferManager)}}async waitStreamToOpen(){if(this.isStreamNotOpen){let e=this.tuning.dash.sourceOpenTimeout>=0;await new Promise(t=>{e&&(this.timeoutSourceOpenId=rG().setTimeout(()=>{this.isStreamNotOpen?t():this.error$.next({id:"OpenOfStream",category:rq.VIDEO_PIPELINE,message:"Failed to open MediaSource",thrown:Error("Timeout reject when wait sourceopen event"),traceAsLog:!0})},this.tuning.dash.sourceOpenTimeout)),this.source?.addEventListener("sourceopen",()=>{this.timeoutSourceOpenId&&rG().clearTimeout(this.timeoutSourceOpenId),t()},{once:!0})})}}initRepresentationSubscriptions(){this.representationSubscription.add(this.fetcher.manifestRequested.subscribe(this.manifestRequested)),this.representationSubscription.add(this.fetcher.manifestReceived.subscribe(this.manifestReceived)),this.representationSubscription.add(this.fetcher.firstBytesRequested.subscribe(this.firstBytesRequested)),this.representationSubscription.add(this.fetcher.firstBytesReceived.subscribe(this.firstBytesReceived)),this.representationSubscription.add(this.fetcher.lastConnectionType$.subscribe(this.lastConnectionType$)),this.representationSubscription.add(this.fetcher.lastConnectionReused$.subscribe(this.lastConnectionReused$)),this.representationSubscription.add(this.fetcher.lastRequestFirstBytes$.subscribe(this.lastRequestFirstBytes$)),this.representationSubscription.add(this.fetcher.lastConnectionMetrics$.subscribe(this.lastConnectionMetrics$)),this.representationSubscription.add(this.fetcher.lastDownloadMetrics$.subscribe(this.lastDownloadMetrics$)),this.representationSubscription.add(rZ(...this.bufferManagers.map(e=>e.error$)).subscribe(this.error$)),rU(this.videoBufferManager),this.representationSubscription.add(this.videoBufferManager.playingRepresentation$.subscribe(this.currentVideoRepresentation$)),this.representationSubscription.add(this.videoBufferManager.playingRepresentationInit$.subscribe(this.currentVideoRepresentationInit$)),this.representationSubscription.add(this.videoBufferManager.currentSegmentLength$.subscribe(this.currentVideoSegmentLength$)),this.audioBufferManager&&(this.representationSubscription.add(this.audioBufferManager.playingRepresentation$.subscribe(this.currentAudioRepresentation$)),this.representationSubscription.add(this.audioBufferManager.currentSegmentLength$.subscribe(this.currentAudioSegmentLength$))),this.initBufferLengthSubscription()}initBufferLengthSubscription(){this.representationSubscription.add(rZ(...me.map(e=>rj(this.element,e))).pipe(rK(e=>this.videoBufferManager?.getPlaybackBufferState()),rz(rY),rK(({from:e,to:t})=>({from:e/1e3,to:t/1e3}))).subscribe(this.currentBuffer$)),this.representationSubscription.add(rZ(...me.map(e=>rj(this.element,e))).pipe(rK(e=>Math.min(this.videoBufferManager?.getForwardPlaybackBufferDuration()??0,this.audioBufferManager?.getForwardPlaybackBufferDuration()??0,this.audioBufferManager?.getForwardPlaybackBufferDuration()??0)),rH()).subscribe(this.bufferLength$)),this.representationSubscription.add(this.nativeBufferLength$.pipe(rz(e=>e>this.tuning.dash.bufferEmptinessTolerance)).subscribe(e=>this.stopStallWatchdogSubscription()))}initTracerSubscription(){let e=rQ(this.tracer.error.bind(this.tracer));this.subscription.add(this.error$.subscribe(e("error")))}async tick(){if(rJ(this.element)||rJ(this.videoBufferManager)||this.isStreamNotOpen)return;let e=1e3*this.element.currentTime,t=(this.videoNativeBufferManager?.getBufferState()??[]).find(t=>e>=t.from&&e<=t.to);this.nativeBufferLength$.next(t?t.to-e:0),await this.videoBufferManager.maintain(e),await this.audioBufferManager?.maintain(e)}}class mi extends mt{constructor(e){super(e)}prepareManifestUrlString(e,t){return e}initRepresentationSubscriptions(){super.initRepresentationSubscriptions(),this.initDisableStallWatchdogSubscription(),this.initEndOfVideoSubscription()}setSourceDuration(){nY(this.manifest),nY(this.source);let e=[this.manifest.duration??0,...cF.default(cF.default([...this.manifest.streams.audio,...this.manifest.streams.video],e=>e.representations),e=>{let t=[];return e.duration&&t.push(e.duration),cL(e.segmentReference)&&e.segmentReference.totalSegmentsDurationMs&&t.push(e.segmentReference.totalSegmentsDurationMs),t})];this.source.duration=Math.max(...e)/1e3}async restoreAfterDeepStall(e){nY(this.element);let t=1e3*this.element.currentTime;await Promise.all([this.videoBufferManager?.maintain(t),this.audioBufferManager?.maintain(t)]),e.position=t}initDisableStallWatchdogSubscription(){nY(this.element);let e=n4(n1(this.element,"ended"),this.forceEnded$),t=this.nativeBufferLength$.pipe(nZ(e=>e>this.tuning.dash.bufferEmptinessTolerance));this.representationSubscription.add(n4(e,t).subscribe(e=>this.stopStallWatchdogSubscription()))}initEndOfVideoSubscription(){let e=nJ({allBuffersFull:n4(...this.bufferManagers.map(e=>e.fullyBuffered$)).pipe(n2(()=>this.bufferManagers.every(e=>e.fullyBuffered$.getValue()))),someBufferEnded:n4(...this.bufferManagers.map(e=>e.onLastSegment$)).pipe(n2(()=>this.bufferManagers.some(e=>e.onLastSegment$.getValue())))}).pipe(n0(),n2(({allBuffersFull:e,someBufferEnded:t})=>e&&t),nZ(e=>e)),t=()=>{try{this.source?.endOfStream()}catch(e){this.error$.next({id:"EndOfStream",category:nK.VIDEO_PIPELINE,message:"Failed to end MediaSource stream",thrown:e})}};this.representationSubscription.add(n4(this.forceEnded$,e).pipe(nZ(e=>n3(this.source)&&"open"===this.source.readyState&&Array.from(this.source.sourceBuffers).every(e=>!e.updating))).subscribe(t))}}class ms extends cN{subscribe(){super.subscribe();let{output:e,observableVideo:t,connect:i,genericErrorListener:s}=this.getProviderSubscriptionInfo();i(t.timeUpdate$,e.position$),i(t.durationChange$,e.duration$),this.subscription.add(this.player.currentVideoRepresentation$.pipe(ra(),rs(e=>rr(e))).subscribe(e=>{let t=this.player.calculateDurationFromSegments(e);t&&this.params.output.duration$.next(t/1e3)},s))}getPlayer(){return new mi({throughputEstimator:this.params.dependencies.throughputEstimator,tuning:this.params.tuning,compatibilityMode:this.params.source.compatibilityMode,tracer:this.tracer,forceVideoCodec:this.params.forceVideoCodec})}seek(e,t){this.params.output.willSeekEvent$.next(),this.player.seek(e,t)}}class ma{prevReported=void 0;rawSeries$;smoothedSeries$;reportedSeries$;smoothed;pastMeasures=[];takenMeasures=0;measuresCursor=0;params;smoothed$;debounced$;constructor(e){this.params=e,this.pastMeasures=Array(e.deviationDepth),this.smoothed=this.prevReported=e.initial,this.smoothed$=new oa(e.initial),this.debounced$=new oa(e.initial);let t=e.label??"value"+Math.random().toString(16).substring(2,6);this.rawSeries$=new hq(`raw_${t}`),this.smoothedSeries$=new hq(`smoothed_${t}`),this.reportedSeries$=new hq(`reported_${t}`),this.rawSeries$.next(e.initial),this.smoothedSeries$.next(e.initial),this.reportedSeries$.next(e.initial)}next(e){let t=0,i=0;for(let e=0;e<this.pastMeasures.length;e++)void 0!==this.pastMeasures[e]&&(t+=(this.pastMeasures[e]-this.smoothed)**2,i++);this.takenMeasures=i;let s=Math.sqrt(t/=i),a=this.smoothed+this.params.deviationFactor*s,r=this.smoothed-this.params.deviationFactor*s;this.pastMeasures[this.measuresCursor]=e,this.measuresCursor=(this.measuresCursor+1)%this.pastMeasures.length,this.rawSeries$.next(e),this.updateSmoothedValue(e),this.smoothed$.next(this.smoothed),this.smoothedSeries$.next(this.smoothed),!(this.smoothed>a)&&!(this.smoothed<r)&&(os(this.prevReported)||Math.abs(this.smoothed-this.prevReported)/this.prevReported>=this.params.changeThreshold)&&(this.prevReported=this.smoothed,this.debounced$.next(this.smoothed),this.reportedSeries$.next(this.smoothed))}}class mr extends ma{slow;fast;constructor(e){super(e),this.slow=this.fast=e.initial}updateSmoothedValue(e){this.slow=cR(this.slow,e,this.params.emaAlphaSlow),this.fast=cR(this.fast,e,this.params.emaAlphaFast);let t=this.params.fastDirection>0?Math.max:Math.min;this.smoothed=t(this.slow,this.fast)}}class mn extends ma{emaSmoothed;constructor(e){super(e),this.emaSmoothed=e.initial}updateSmoothedValue(e){let t=cB(this.pastMeasures,this.takenMeasures);this.emaSmoothed=cR(this.emaSmoothed,e,this.params.emaAlpha);let i=((e,t,i,s)=>{let a=0,r=i,n=cB(e,t),o=t<s?t:s;for(let t=0;t<o;t++)e[r]>n?a++:a--,r=(e.length+r-1)%e.length;return Math.abs(a)===o})(this.pastMeasures,this.takenMeasures,this.measuresCursor-1,this.params.basisTrendChangeCount);this.smoothed=i?this.emaSmoothed:t}}class mo extends ma{extremumInterval;furtherValues=[];currentTopExtremumValue=0;constructor(e){super(e),this.extremumInterval=e.extremumInterval}next(e){this.currentTopExtremumValue<=e?(this.currentTopExtremumValue=e,this.furtherValues=[]):this.furtherValues.length===this.extremumInterval?(super.next(this.currentTopExtremumValue),this.currentTopExtremumValue=e,this.furtherValues=[]):this.furtherValues.push(e)}updateSmoothedValue(e){this.smoothed=this.smoothed?cR(this.smoothed,e,this.params.emaAlpha):e}}class mu{static getSmoothedValue(e,t,i){return"TwoEma"===i.type?new mr({initial:e,emaAlphaSlow:i.emaAlphaSlow,emaAlphaFast:i.emaAlphaFast,changeThreshold:i.changeThreshold,fastDirection:t,deviationDepth:i.deviationDepth,deviationFactor:i.deviationFactor,label:"throughput"}):new mn({initial:e,emaAlpha:i.emaAlpha,basisTrendChangeCount:i.basisTrendChangeCount,changeThreshold:i.changeThreshold,deviationDepth:i.deviationDepth,deviationFactor:i.deviationFactor,label:"throughput"})}static getLiveBufferSmoothedValue(e,t){return new mo({initial:e,label:"liveEdgeDelay",...t})}}var ml=(e,t)=>{e&&e.playbackRate!==t&&(e.playbackRate=t)};class md{currentRepresentation$=new ov(null);maxRepresentations=4;representationsCursor=0;representations=[];getCurrentPosition;currentSegment=null;constructor(e,t){this.getCurrentPosition=t.getCurrentPosition,this.processStreams(e)}updateLive(e){this.processStreams(e?.streams.text)}seekLive(e){this.processStreams(e)}maintain(e=this.getCurrentPosition()){if(!ob(e))for(let t of this.representations)for(let i of t){let t=i.segmentReference,s=t.segments.length,a=t.segments[0].time.from,r=t.segments[s-1].time.to;if(e<a||e>r)continue;let n=t.segments.find(t=>t.time.from<=e&&t.time.to>=e);n&&(this.currentSegment?.time.from!==n.time.from||this.currentSegment.time.to!==n.time.to)&&(this.currentSegment=n,this.currentRepresentation$.next({...i,label:"Live Text",language:"ru",isAuto:!0,url:new URL(n.url,t.baseUrl).toString()}))}}destroy(){this.currentRepresentation$.next(null),this.currentSegment=null,this.representations=[]}processStreams(e){for(let t of e??[]){let e=md.filterRepresentations(t.representations);if(e){this.representations[this.representationsCursor]=e,this.representationsCursor=(this.representationsCursor+1)%this.maxRepresentations;break}}}static isSupported(e){return!!e?.some(e=>md.filterRepresentations(e.representations))}static filterRepresentations(e){return e?.filter(e=>"text"===e.kind&&"segmentReference"in e&&cL(e.segmentReference))}}class mh extends mt{liveTextManager;liveStreamEndTimestamp=0;liveBuffer;livePauseWatchdogSubscription;liveWasInterrupted=!1;constructor(e){super(e),this.liveBuffer=mu.getLiveBufferSmoothedValue(this.tuning.dashCmafLive.lowLatency.maxTargetOffset,{...e.tuning.dashCmafLive.lowLatency.bufferEstimator})}async seek(e){or(this.element),this.updateManifestUrlWithTimeOffset(e),this.manifest=await this.updateManifest(),await this.forcePositionToRepresentationInitialTime()}initBuffer(){super.initBuffer(),this.forcePositionToRepresentationInitialTime()}async forcePositionToRepresentationInitialTime(){let e=this.videoBufferManager,t=e?.getRepresentationInitialTime()??0;await super.seek(t,!1)}async tick(){await super.tick();let e=(this.element?.currentTime??0)*1e3;this.liveTextManager?.maintain(e)}setSourceDuration(){or(this.source),this.source.duration=Number.MAX_SAFE_INTEGER}isStallExceeded(e){let{keepSilentStallWatchdogWhenNotActive:t}=this.tuning.dashCmafLive,i=this.liveStreamStatus$.getValue();return(!t||"active"===i)&&super.isStallExceeded(e)}async restoreAfterDeepStall(e){let{liveStallReinitInterval:t}=this.tuning.dash,{keepSilentStallWatchdogWhenNotActive:i}=this.tuning.dashCmafLive,s=this.currentStallDuration$.getValue(),a=this.liveStreamStatus$.getValue();if(s%t==0){let t=this.normalizeLiveOffset(-1*this.livePositionFromPlayer$.getValue()*1e3);e.liveLastOffset=t,"active"!==a&&i?(this.liveWasInterrupted=!0,this.updateManifestUrlWithTimeOffset(t),this.manifest=await this.updateManifest(),await this.forcePositionToRepresentationInitialTime()):this.seek(t).catch(e=>{this.error$.next({id:"stallIntervalCallback",category:oo.VIDEO_PIPELINE,message:"stallIntervalCallback failed",thrown:e})})}}async updateManifest(){let e=await super.updateManifest();if(op(e))return null;if(op(e.live))return this.error$.next({id:"ManifestParsing",category:oo.PARSER,message:"MPD doesnt contain live section for live stream"}),null;this.isLive$.next(!0);let{availabilityStartTime:t,latestSegmentPublishTime:i,streamIsUnpublished:s,streamIsAlive:a}=e.live,r=(e.duration??0)/1e3;this.liveSeekableDuration$.next(-1*r),this.liveDuration$.next((i-t)/1e3),this.liveAvailabilityStartTime$.next(e.live.availabilityStartTime);let n="active";if(a||(n=s?"unpublished":"unexpectedly_down"),this.liveStreamStatus$.next(n),this.bufferManagers.forEach(t=>t.updateManifest(e)),this.liveTextManager?.updateLive(e),a&&this.liveWasInterrupted){this.liveWasInterrupted=!1,this.stopStallWatchdogSubscription();let e=this.normalizeLiveOffset(-1*this.livePositionFromPlayer$.getValue()*1e3);this.seek(e).catch(e=>{this.error$.next({id:"updateManifest",category:oo.VIDEO_PIPELINE,message:"seekLive after stream restore failed",thrown:e})})}return e}prepareManifestUrlString(e,t){return dW(e,t,2)}updateManifestUrlWithTimeOffset(e){let t="active"!==this.liveStreamStatus$.getValue()?of()-this.liveStreamEndTimestamp:0,i=this.normalizeLiveOffset(e+t);this.isActiveLive$.next(0===i),this.manifestUrlString=dW(this.manifestUrlString,i,2)}createBuffers(e,t,i,s){or(this.manifest),super.createBuffers(e,t,i,s),md.isSupported(this.manifest.streams.text)&&!this.isLowLatency$.getValue()&&(this.liveTextManager=new md(this.manifest.streams.text,e))}initRepresentationSubscriptions(){or(this.element),or(this.videoBufferManager),this.isActiveLive$.next(this.isLive$.getValue()),super.initRepresentationSubscriptions();let e=this.videoBufferManager,t=this.bufferManagers;this.initStreamDurationOnPauseSubscription(),this.initLiveChangePlaybackRateSubscriptions(),this.initLiveDurationSubscriptions(e),this.initLiveBufferInfoSubscriptions(e,t),this.initLiveMaintainSubscription(t),oc(this.liveTextManager)&&this.representationSubscription.add(this.liveTextManager.currentRepresentation$.subscribe(this.currentLiveTextRepresentation$))}initStreamDurationOnPauseSubscription(){or(this.element);let{liveUpdateInterval:e}=this.tuning.dash,t=()=>oh(e).subscribe(async t=>{let i=dj(this.manifestUrlString,2);this.manifestUrlString=dW(this.manifestUrlString,i+e,2),"active"===this.liveStreamStatus$.getValue()&&(this.manifest=await this.updateManifest())});this.representationSubscription.add(od(this.element,"pause").subscribe(e=>{this.livePauseWatchdogSubscription=t(),this.representationSubscription.add(this.livePauseWatchdogSubscription)})),this.representationSubscription.add(od(this.element,"play").subscribe(e=>this.livePauseWatchdogSubscription?.unsubscribe()))}initLiveDurationSubscriptions(e){this.representationSubscription.add(this.liveDuration$.pipe(ol()).subscribe(e=>this.liveStreamEndTimestamp=of())),this.representationSubscription.add(e.currentLowLatencySegmentLength$.subscribe(e=>{if(!this.isActiveLive$.getValue()&&!this.isLowLatency$.getValue()&&!e)return;let t=this.liveSeekableDuration$.getValue()-e/1e3;this.liveSeekableDuration$.next(Math.max(t,-1*this.tuning.dashCmafLive.maxLiveDuration)),this.liveDuration$.next(this.liveDuration$.getValue()+e/1e3)}))}initLiveChangePlaybackRateSubscriptions(){this.representationSubscription.add(on({isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(om(({isActiveLive:e,isLowLatency:t})=>e&&t),ol(),ou(e=>!this.isManualDecreasePlaybackInLive())).subscribe(e=>ml(this.element,1))),this.representationSubscription.add(on({liveBuffer:this.liveBuffer.smoothed$,isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(ou(e=>!this.isManualDecreasePlaybackInLive())).subscribe(({liveBuffer:e,isActiveLive:t,isLowLatency:i})=>{if(!i||!t)return;let s=this.tuning.dashCmafLive.lowLatency.maxTargetOffset,a=this.tuning.dashCmafLive.lowLatency.maxTargetOffsetDeviation,r=this.tuning.dashCmafLive.lowLatency.playbackCatchupSpeedup,n=e-s,o=1;Math.abs(n)>a&&(o=1+Math.sign(n)*r),ml(this.element,o)}))}initLiveBufferInfoSubscriptions(e,t){this.representationSubscription.add(on({bufferLength:this.bufferLength$,isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(ou(({bufferLength:e,isActiveLive:t,isLowLatency:i})=>t&&i&&!!e),om(({bufferLength:e})=>e)).subscribe(this.liveBuffer)),this.representationSubscription.add(this.bufferLength$.subscribe(e=>{let i=0;if(e){let e=(this.element?.currentTime??0)*1e3;i=Math.min(...t.map(t=>t.getLiveSegmentsToLoadState(this.manifest)?.to??e))-e}this.liveLoadBufferLength$.getValue()!==i&&this.liveLoadBufferLength$.next(i)})),this.representationSubscription.add(on({isLive:this.isLive$,rtt:this.throughputEstimator.rtt$,bufferLength:this.bufferLength$,segmentServerLatency:e.currentLiveSegmentServerLatency$}).pipe(ou(({isLive:e})=>e),ol((e,t)=>t.bufferLength<e.bufferLength),om(({rtt:e,bufferLength:t,segmentServerLatency:i})=>(e/2+t+i+dj(this.manifestUrlString,2))/1e3)).subscribe(this.liveLatency$))}initLiveMaintainSubscription(e){let t=0;this.representationSubscription.add(on({liveLoadBufferLength:this.liveLoadBufferLength$,bufferLength:this.bufferLength$}).pipe(og(this.tuning.dash.liveUpdateInterval)).subscribe(async({liveLoadBufferLength:i,bufferLength:s})=>{or(this.element);let a=this.element.playbackRate,r=dj(this.manifestUrlString,2),n=1e3*Math.abs(this.livePositionFromPlayer$.getValue()),o=Math.min(n,this.tuning.dashCmafLive.normalizedTargetMinBufferSize*a),u=this.tuning.dashCmafLive.normalizedActualBufferOffset*a,l=this.tuning.dashCmafLive.normalizedLiveMinBufferSize*a,d=isFinite(i)?i:s,h=this.isActiveLive$.getValue()&&this.isLowLatency$.getValue(),c=n<=this.tuning.live.activeLiveDelay;this.isActiveLive$.next(c);let p="none";if(h?p="active_low_latency":this.isLowLatency$.getValue()&&c?(e.forEach(e=>e.proceedLowLatencyLive()),p="active_low_latency"):0!==r&&d<o?p="live_forward_buffering":d<o+l&&(p="live_with_target_offset"),isFinite(i)&&(t=i>t?i:t),"live_forward_buffering"===p||"live_with_target_offset"===p){let e=t-(o+u),s=this.normalizeLiveOffset(Math.trunc(r+e/a)),n=Math.abs(s-r),l=0;!i||n<=this.tuning.dashCmafLive.offsetCalculationError?l=r:s>0&&n>this.tuning.dashCmafLive.offsetCalculationError&&(l=s),this.manifestUrlString=dW(this.manifestUrlString,l,2)}("live_with_target_offset"===p||"live_forward_buffering"===p)&&(t=0,this.manifest=await this.updateManifest())},e=>{this.error$.next({id:"updateLive",category:oo.VIDEO_PIPELINE,thrown:e,message:"Failed to update live with subscription"})}))}isManualDecreasePlaybackInLive(){return!!this.element&&!!this.isLive$.getValue()&&Number((1-this.element.playbackRate).toFixed(2))>Number(this.tuning.dashCmafLive.lowLatency.playbackCatchupSpeedup.toFixed(2))}normalizeLiveOffset(e){return 1e3*Math.trunc(e/1e3)}}class mc extends cN{constructor(e){super(e),this.textTracksManager.destroy()}getPlayer(){return new mh({throughputEstimator:this.params.dependencies.throughputEstimator,tuning:this.params.tuning,compatibilityMode:this.params.source.compatibilityMode,tracer:this.tracer,forceVideoCodec:this.params.forceVideoCodec})}subscribe(){super.subscribe();let e=!1,t=-1,{output:i,observableVideo:s,desiredState:a,connect:r}=this.getProviderSubscriptionInfo();this.params.output.position$.next(0),this.params.output.isLive$.next(!0),this.params.output.canPlayLiveTailBuffer$.next(!0);let n=new ot(1);r(s.playbackRateState$,n),r(s.timeUpdate$,i.liveBufferTime$),r(this.player.liveSeekableDuration$,i.duration$),r(this.player.liveLatency$,i.liveLatency$),this.params.tuning.dashCmafLive.catchupLiveForMutedInactiveTab&&this.subscription.add(i.elementVisible$.pipe(n7()).subscribe(t=>{let s=i.position$.getValue(),a=i.volume$.getValue(),r=!a.volume||a.muted;t||s||!r?t&&e&&(this.seek(0),e=!1):e=!0})),this.subscription.add(this.params.output.position$.subscribe(this.player.livePositionFromPlayer$)).add(a.isLowLatency.stateChangeEnded$.pipe(oe(e=>e.to)).subscribe(this.player.isLowLatency$)).add(n6({liveBufferTime:i.liveBufferTime$,liveAvailabilityStartTime:this.player.liveAvailabilityStartTime$}).pipe(oe(({liveBufferTime:e,liveAvailabilityStartTime:t})=>e&&t?e+t:void 0)).subscribe(i.liveTime$)).add(n6({liveDuration:this.player.liveDuration$,liveStreamStatus:this.player.liveStreamStatus$,playbackRate:n5(s.playbackRateState$,new ot(1))}).pipe(n8(({liveStreamStatus:e,liveDuration:t})=>"active"===e&&!!t)).subscribe(({liveDuration:e,playbackRate:s})=>{let a=i.liveBufferTime$.getValue(),r=i.position$.getValue(),{playbackCatchupSpeedup:n}=this.params.tuning.dashCmafLive.lowLatency;r||s<1-n||this.video.paused||n9(a)||(t=e-a)})).add(n6({time:i.liveBufferTime$,liveDuration:this.player.liveDuration$,playbackRate:n5(s.playbackRateState$,new ot(1))}).pipe(n7((e,t)=>"active"===this.player.liveStreamStatus$.getValue()?e.liveDuration===t.liveDuration:e.time===t.time)).subscribe(({time:e,liveDuration:s,playbackRate:a})=>{let r=i.position$.getValue(),{playbackCatchupSpeedup:n}=this.params.tuning.dashCmafLive.lowLatency;if(!r&&!this.video.paused&&a>=1-n||n9(e)||n9(s))return;let o=-1*(s-e-t);i.position$.next(Math.min(o,0))})).add(this.player.currentLiveTextRepresentation$.subscribe(e=>{if(e){let t=(({language:e,label:t,id:i,url:s,isAuto:a})=>({id:i,url:s,isAuto:a,type:"internal",language:e,label:t}))(e);this.params.output.availableTextTracks$.next([t])}})),this.params.tuning.dashCmafLive.externalStopControl||this.subscription.add(this.player.liveStreamStatus$.pipe(n8(e=>oi(e))).subscribe(e=>i.isLiveEnded$.next("unpublished"===e&&0===i.position$.getValue())))}seek(e){this.params.output.willSeekEvent$.next();let t=-e,i=Math.trunc(t/1e3<=Math.abs(this.params.output.duration$.getValue())?t:0);this.player.seek(i).then(()=>{this.params.output.position$.next(e/1e3)})}}var mp=T(ez(),1),mm=T(is(),1),mf=(e,t,i=0)=>{for(let s=0;s<e.length;s++)if(1e3*e.start(s)-i<=t&&1e3*e.end(s)+i>t)return!0;return!1},mg=T(ez(),1),mb=T(t2(),1),mv=T(is(),1),mS=T(tZ(),1),my=!1;try{my=hs.browser.isSafari&&!!hs.browser.safariVersion&&hs.browser.safariVersion<=18}catch(e){console.error(e)}class mw{bufferFull$=new o4;error$=new o4;buffer;queue=[];currentTask=null;destroyed=!1;abortRequested=!1;isAbortFixEnabled=!1;constructor(e,t=!1){this.buffer=e,this.isAbortFixEnabled=t,this.buffer.addEventListener("updateend",this.completeTask)}async append(e,t){return(!t||!t.aborted)&&new Promise(i=>{this.queue.push({operation:"append",data:e,signal:t,callback:i}),this.pull()})}async remove(e,t,i){return(!i||!i.aborted)&&new Promise(s=>{this.queue.unshift({operation:"remove",from:e,to:t,signal:i,callback:s}),this.pull()})}async abort(e){return new Promise(t=>{let i,s=e=>{this.abortRequested=!1,t(e)};for(let{callback:t}of(i=my&&e?{operation:"safariAbort",init:e,callback:s}:{operation:"abort",callback:s},this.queue))t(!1);this.abortRequested=!0,i&&(this.queue=[i]),this.pull()})}destroy(){this.destroyed=!0,this.buffer.removeEventListener("updateend",this.completeTask),this.queue=[],this.currentTask=null;try{this.buffer.abort()}catch(e){if(e instanceof DOMException&&"InvalidStateError"===e.name);else throw e}}completeTask=()=>{try{if(this.currentTask){let e=this.currentTask.signal?.aborted;this.currentTask.callback(!e),this.currentTask=null,this.isAbortFixEnabled&&this.queue.shift()}this.queue.length&&this.pull()}catch(e){this.error$.next({id:"BufferTaskQueueUnknown",category:o2.VIDEO_PIPELINE,message:"Buffer appending or removal failed",thrown:e})}};pull(){if((this.buffer.updating||this.currentTask||this.destroyed)&&!this.abortRequested)return;let e=this.isAbortFixEnabled?this.queue[0]:this.queue.shift();if(!e)return;if(e.signal?.aborted){e.callback(!1),this.pull();return}this.currentTask=e;let{operation:t}=this.currentTask;try{this.execute(this.currentTask)}catch(e){e instanceof DOMException&&"QuotaExceededError"===e.name&&"append"===t?this.bufferFull$.next(this.currentTask.data.byteLength):e instanceof DOMException&&"InvalidStateError"===e.name||this.error$.next({id:`BufferTaskQueue:${t}`,category:o2.VIDEO_PIPELINE,message:"Buffer operation failed",thrown:e}),this.currentTask.callback(!1),this.currentTask=null}this.currentTask&&"abort"===this.currentTask.operation&&this.completeTask()}execute(e){let{operation:t}=e;switch(t){case"append":this.buffer.appendBuffer(e.data);break;case"remove":this.buffer.remove(e.from/1e3,e.to/1e3);break;case"abort":this.buffer.abort();break;case"safariAbort":this.buffer.abort(),this.buffer.appendBuffer(e.init);break;default:o3(t)}}}var m$=e=>{let t=0;for(let i=0;i<e.length;i++)t+=e.end(i)-e.start(i);return 1e3*t};class mT{currentLiveSegmentServerLatency$=new uo(0);currentLowLatencySegmentLength$=new uo(0);currentSegmentLength$=new uo(0);onLastSegment$=new uo(!1);fullyBuffered$=new uo(!1);playingRepresentation$=new uo(void 0);playingRepresentationInit$=new uo(void 0);error$=new ur;gaps=[];subscription=new un;kind;initData;parsedInitData;representations;segments;allInitsLoaded=!1;activeSegments=new Set;mediaSource;playingRepresentationId;downloadingRepresentationId;switchingToRepresentationId;sourceBuffer;downloadAbortController=new cJ;switchAbortController=new cJ;destroyAbortController=new cJ;useSmartRepresentationSwitch=!1;getCurrentPosition;isActiveLowLatency;tuning;forwardBufferTarget;fetcher;bufferLimit=1/0;sourceBufferTaskQueue;gapDetectionIdleCallback;initLoadIdleCallback;failedDownloads=0;baseUrls=[];baseUrlsIndex=0;compatibilityMode;preloadOnly;isLive=!1;liveUpdateSegmentIndex=0;liveInitialAdditionalOffset=0;isSeekingLive=!1;index=0;lastDataObtainedTimestampMs=0;loadByteRangeSegmentsTimeoutId=0;constructor(e,t,i,{fetcher:s,tuning:a,getCurrentPosition:r,isActiveLowLatency:n,compatibilityMode:o=!1,manifest:u}){this.fetcher=s,this.tuning=a,this.compatibilityMode=o,this.forwardBufferTarget=a.dash.forwardBufferTargetAuto,this.getCurrentPosition=r,this.isActiveLowLatency=n,this.isLive=!!u?.live,this.baseUrls=u?.baseUrls??[],this.initData=new Map(i.map(e=>[e.id,null])),this.segments=new Map,this.parsedInitData=new Map,this.representations=new Map(i.map(e=>[e.id,e])),this.kind=e,this.mediaSource=t,this.sourceBuffer=null}startWith=o6(this.destroyAbortController.signal,(async function*(e){let t=this.representations.get(e);o5(t,`Cannot find representation ${e}`),this.playingRepresentationId=e,this.downloadingRepresentationId=e,this.sourceBuffer=this.mediaSource.addSourceBuffer(`${t.mime}; codecs="${t.codecs}"`),this.sourceBufferTaskQueue=new mw(this.sourceBuffer,this.tuning.dash.useAbortMSEFix),this.subscription.add(o7(this.sourceBuffer,"updateend").subscribe(()=>{this.checkEjectedSegments(),this.maintain()},e=>{let t,i=this.mediaSource.readyState;"open"!==i&&(t={id:`SegmentEjection_source_${i}`,category:o8.VIDEO_PIPELINE,message:"Error when trying to clear segments ejected by browser",thrown:e}),t??={id:"SegmentEjection",category:o8.VIDEO_PIPELINE,message:"Error when trying to clear segments ejected by browser",thrown:e},this.error$.next(t)})),this.subscription.add(o7(this.sourceBuffer,"error").subscribe(()=>this.error$.next({id:"SourceBuffer",category:o8.VIDEO_PIPELINE,message:"SourceBuffer Error event fired"}))),this.subscription.add(this.sourceBufferTaskQueue.bufferFull$.subscribe(e=>{let t=this.getCurrentPosition();if(!this.sourceBuffer||!t||!cl(this.mediaSource,this.sourceBuffer))return;let i=Math.min(this.bufferLimit,.8*m$(this.sourceBuffer.buffered));this.bufferLimit=i;let s=this.getForwardBufferDuration(t),a=Math.min(this.forwardBufferTarget,this.bufferLimit)*this.tuning.dash.minSafeBufferThreshold;this.pruneBuffer(t,2*e,s<a).catch(e=>{this.handleAsyncError(e,"pruneBuffer")})})),this.subscription.add(this.sourceBufferTaskQueue.error$.subscribe(e=>this.error$.next(e))),yield this.loadInit(t,"high",!0);let i=this.initData.get(t.id),s=this.segments.get(t.id),a=this.parsedInitData.get(t.id);o5(i,"No init buffer for starting representation"),o5(s,"No segments for starting representation"),i instanceof ArrayBuffer&&(this.searchGaps(s,t),yield this.sourceBufferTaskQueue.append(i,this.destroyAbortController.signal),this.playingRepresentation$.next(this.playingRepresentationId),this.playingRepresentationInit$.next(a))}).bind(this));switchToWithPreviousAbort(e,t=!1){cl(this.mediaSource,this.sourceBuffer)&&e!==this.downloadingRepresentationId&&e!==this.switchingToRepresentationId&&(this.switchAbortController.abort(),this.switchAbortController=new cJ,o6(this.switchAbortController.signal,(async function*(e,t=!1){this.switchingToRepresentationId=e;let i=this.representations.get(e);o5(i,`No such representation ${e}`);let s=this.segments.get(e),a=this.initData.get(e);if(ui(a)||ui(s)?yield this.loadInit(i,"high",!1):a instanceof Promise&&(yield a),o5(s=this.segments.get(e),"No segments for starting representation"),(a=this.initData.get(e))instanceof ArrayBuffer&&this.sourceBuffer&&cl(this.mediaSource,this.sourceBuffer)){if(yield this.abort(),yield this.sourceBufferTaskQueue.append(a,this.downloadAbortController.signal),t)this.switchingToRepresentationId=void 0,this.downloadingRepresentationId=e,yield this.dropBuffer();else{let t=this.getCurrentPosition();ut(t)&&!this.isLive&&(this.bufferLimit=this.forwardBufferTarget,yield this.pruneBuffer(t,1/0,!0)),this.downloadingRepresentationId=e,this.switchingToRepresentationId=void 0}this.maintain()}}).bind(this))(e,t))}switchTo=o6(this.destroyAbortController.signal,(async function*(e,t=!1){if(!cl(this.mediaSource,this.sourceBuffer)||e===this.downloadingRepresentationId||e===this.switchingToRepresentationId)return;this.switchingToRepresentationId=e;let i=this.representations.get(e);o5(i,`No such representation ${e}`);let s=this.segments.get(e),a=this.initData.get(e);if(ui(a)||ui(s)?yield this.loadInit(i,"high",!1):a instanceof Promise&&(yield a),o5(s=this.segments.get(e),"No segments for starting representation"),(a=this.initData.get(e))&&a instanceof ArrayBuffer&&this.sourceBuffer&&cl(this.mediaSource,this.sourceBuffer)){if(yield this.abort(),yield this.sourceBufferTaskQueue.append(a,this.downloadAbortController.signal),t)this.switchingToRepresentationId=void 0,this.downloadingRepresentationId=e,yield this.dropBuffer();else{let t=this.getCurrentPosition();ut(t)&&!this.isLive&&(this.bufferLimit=1/0,await this.pruneBuffer(t,1/0,!0)),this.switchingToRepresentationId=void 0,this.downloadingRepresentationId=e}this.maintain()}}).bind(this));switchToOld=o6(this.destroyAbortController.signal,(async function*(e,t=!1){if(!cl(this.mediaSource,this.sourceBuffer)||e===this.downloadingRepresentationId||e===this.switchingToRepresentationId)return;this.switchingToRepresentationId=e;let i=this.representations.get(e);o5(i,`No such representation ${e}`);let s=this.segments.get(e),a=this.initData.get(e);if(ui(a)||ui(s)?yield this.loadInit(i,"high",!1):a instanceof Promise&&(yield a),o5(s=this.segments.get(e),"No segments for starting representation"),(a=this.initData.get(e))&&a instanceof ArrayBuffer&&this.sourceBuffer&&cl(this.mediaSource,this.sourceBuffer))if(yield this.abort(),yield this.sourceBufferTaskQueue.append(a,this.downloadAbortController.signal),t)this.switchingToRepresentationId=void 0,this.downloadingRepresentationId=e,yield this.dropBuffer(),this.maintain();else{let t=this.getCurrentPosition();ut(t)&&(this.isLive||(this.bufferLimit=1/0,await this.pruneBuffer(t,1/0,!0)),this.maintain(t)),this.switchingToRepresentationId=void 0,this.downloadingRepresentationId=e}}).bind(this));warmUpMediaSource(){ui(this.sourceBuffer)||this.sourceBuffer.updating||(this.sourceBuffer.mode="segments")}async abort(){for(let e of this.activeSegments)this.abortSegment(e.segment);return this.activeSegments.clear(),this.downloadAbortController.abort(),this.downloadAbortController=new cJ,this.abortBuffer()}maintain(e=this.getCurrentPosition()){if(ui(e)||ui(this.downloadingRepresentationId)||ui(this.playingRepresentationId)||ui(this.sourceBuffer)||!cl(this.mediaSource,this.sourceBuffer)||ut(this.switchingToRepresentationId)||this.isSeekingLive)return;let t=this.representations.get(this.downloadingRepresentationId),i=this.representations.get(this.playingRepresentationId),s=this.segments.get(this.downloadingRepresentationId),a=this.segments.get(this.playingRepresentationId);if(o5(t,`No such representation ${this.downloadingRepresentationId}`),o5(i,`No such representation ${this.playingRepresentationId}`),ui(s)||ui(a))return;let r=s.find(t=>e>=t.time.from&&e<t.time.to);ut(r)&&isFinite(r.time.from)&&isFinite(r.time.to)&&this.currentSegmentLength$.next(r?.time.to-r.time.from);let n=e;if(this.playingRepresentationId!==this.downloadingRepresentationId){let s=this.getForwardBufferDuration(e),a=pW(i),o=pW(t),u=this.useSmartRepresentationSwitch&&this.tuning.dash.useNewRepresentationSwitch&&this.tuning.dash.useSmartRepresentationSwitch&&ut(a)&&ut(o)&&ue(a.quality,o.quality),l=this.useSmartRepresentationSwitch&&this.tuning.dash.useNewRepresentationSwitch&&this.tuning.dash.useDelayedRepresentationSwitch;if(u||l?n+=Math.min(s,this.tuning.dash.representationSwitchForwardBufferGap):r&&r.time.to-e<this.tuning.dash.maxSegmentDurationLeftToSelectNextSegment&&s>=r.time.to-e+100&&(n=r?r.time.to+100:-1/0),this.tuning.dash.useNewRepresentationSwitch){let t=[...this.segments.entries()].map(([t,i])=>{let s=i.find(t=>e>=t.time.from&&e<t.time.to);return{representationId:t,status:s?.status}}),i=t.find(e=>"fed"===e.status)?.representationId;i&&(this.playingRepresentationId=i,this.playingRepresentation$.next(this.playingRepresentationId),this.playingRepresentationInit$.next(this.parsedInitData.get(this.playingRepresentationId)))}}if(isFinite(this.bufferLimit)&&m$(this.sourceBuffer.buffered)>=this.bufferLimit){let t=this.getForwardBufferDuration(e),i=Math.min(this.forwardBufferTarget,this.bufferLimit)*this.tuning.dash.minSafeBufferThreshold;this.pruneBuffer(e,1/0,t<i).catch(e=>{this.handleAsyncError(e,"pruneBuffer")});return}let o=[];if(!this.activeSegments.size&&(o=this.selectForwardBufferSegments(s,t.segmentReference.type,n)).length){let e="auto";if(this.tuning.dash.useFetchPriorityHints&&r)if(mg.default(o,r))e="high";else{let t=mb.default(o,0);t&&t.time.from-r.time.to>=this.forwardBufferTarget/2&&(e="low")}this.loadSegments(o,t,e).catch(e=>{this.handleAsyncError(e,"loadSegments")})}(!this.preloadOnly&&!this.allInitsLoaded&&r&&"fed"===r.status&&!o.length&&this.getForwardBufferDuration(e)>3e3||this.isActiveLowLatency())&&this.loadNextInit();let u=mb.default(s,-1);!this.isLive&&u&&(this.fullyBuffered$.next(u.time.to-e-this.getForwardBufferDuration(e)<100),this.onLastSegment$.next(e-u.time.from>0))}get lastDataObtainedTimestamp(){return this.lastDataObtainedTimestampMs}searchGaps(e,t){this.gaps=[];let i=0,s=this.isLive?this.liveInitialAdditionalOffset:0;for(let a of e)Math.trunc(a.time.from-i)>0&&this.gaps.push({representation:t.id,from:i,to:a.time.from+s,persistent:!0}),i=a.time.to;ut(t.duration)&&t.duration-i>0&&!this.isLive&&this.gaps.push({representation:t.id,from:i,to:t.duration,persistent:!0})}getActualLiveStartingSegments(e){let t=e.segments,i=this.isActiveLowLatency()?this.tuning.dashCmafLive.lowLatency.maxTargetOffset:this.tuning.dashCmafLive.maxActiveLiveOffset,s=[],a=0,r=t.length-1;do s.unshift(t[r]),a+=t[r].time.to-t[r].time.from,r--;while(a<i&&r>=0);return this.liveInitialAdditionalOffset=a-i,this.isActiveLowLatency()?[s[0]]:s}getLiveSegmentsToLoadState(e){let t=e?.streams[this.kind];if(!t)return;let i=mv.default(t,e=>e.representations).find(e=>e.id===this.downloadingRepresentationId);if(!i)return;let s=this.segments.get(i.id);if(s?.length)return{from:s[0].time.from,to:s[s.length-1].time.to}}seekLive=o6(this.destroyAbortController.signal,(async function*(e){let t=mv.default(e,e=>e.representations);if(!this.downloadingRepresentationId||!t.length)return;for(let e of(this.isSeekingLive=!0,this.representations.keys())){let i=t.find(t=>t.id===e);i&&this.representations.set(e,i);let s=this.representations.get(e);if(!s||!pY(s.segmentReference)){this.isSeekingLive=!1;return}let a=this.getActualLiveStartingSegments(s.segmentReference);this.segments.set(s.id,a)}let i=this.switchingToRepresentationId??this.downloadingRepresentationId,s=this.representations.get(i);o5(s,`Representation not found by id ${i}`);let a=this.segments.get(i);o5(a,"No segments for starting representation");let r=this.initData.get(i);if(o5(r,"No init buffer for starting representation"),!(r instanceof ArrayBuffer)){this.isSeekingLive=!1;return}let n=this.getDebugBufferState();this.liveUpdateSegmentIndex=0,yield this.abort(),n&&(yield this.sourceBufferTaskQueue.remove(1e3*n.from,1e3*n.to,this.destroyAbortController.signal)),this.searchGaps(a,s),yield this.sourceBufferTaskQueue.append(r,this.destroyAbortController.signal),this.isSeekingLive=!1}).bind(this));updateLive(e){if(!(!e||[...this.segments.values()].every(e=>!e.length)))for(let t of mv.default(e.streams[this.kind],e=>e.representations)){if(!t||!pY(t.segmentReference))return;let e=t.segmentReference.segments.map(e=>({...e,status:"none",size:void 0})),i=this.segments.get(t.id)??[],s=mb.default(i,-1)?.time.to??0,a=e?.findIndex(e=>s>=e.time.from+100&&s<=e.time.to+100);if(-1===a){this.liveUpdateSegmentIndex=0;let e=this.getActualLiveStartingSegments(t.segmentReference);this.segments.set(t.id,e)}else{let s=e.slice(a+1);this.segments.set(t.id,[...i,...s])}}}proceedLowLatencyLive(){let e=this.downloadingRepresentationId;o5(e);let t=this.segments.get(e);if(t?.length){let e=t[t.length-1];this.updateLowLatencyLiveIfNeeded(e)}}calculateDurationFromSegments(){if(!this.playingRepresentationId)return 0;let e=this.segments.get(this.playingRepresentationId);return(e?mb.default(e,-1)?.time.to:0)||0}setSmartRepresentationSwitch(e){this.useSmartRepresentationSwitch=e}updateLowLatencyLiveIfNeeded(e){let t=0;for(let i of this.representations.values()){let s=i.segmentReference;if(!pY(s))return;let a=this.segments.get(i.id)??[],r=a.find(t=>Math.floor(t.time.from)===Math.floor(e.time.from));if(r&&!isFinite(r.time.to)&&(r.time.to=e.time.to,t=r.time.to-r.time.from),!a.find(t=>Math.floor(t.time.from)===Math.floor(e.time.to))&&this.isActiveLowLatency()){let t=Math.round(e.time.to*s.timescale/1e3).toString(10),i=pr(s.segmentTemplateUrl,{segmentTime:t});a.push({status:"none",time:{from:e.time.to,to:1/0},url:i})}}this.currentLowLatencySegmentLength$.next(t)}findSegmentStartTime(e){let t=this.switchingToRepresentationId??this.downloadingRepresentationId??this.playingRepresentationId;if(!t)return;let i=this.segments.get(t);if(!i)return;let s=i.find(t=>t.time.from<=e&&t.time.to>=e);return s?.time.from??void 0}setTarget(e){this.forwardBufferTarget=e}setPreloadOnly(e){this.preloadOnly=e}destroy(){if(this.initData.clear(),this.segments.clear(),this.parsedInitData.clear(),this.representations.clear(),this.sourceBufferTaskQueue?.destroy(),this.gapDetectionIdleCallback&&pw&&pw(this.gapDetectionIdleCallback),this.initLoadIdleCallback&&pw&&pw(this.initLoadIdleCallback),this.subscription.unsubscribe(),this.sourceBuffer)try{this.mediaSource.removeSourceBuffer(this.sourceBuffer)}catch(e){if(e instanceof DOMException&&"NotFoundError"===e.name);else throw e}this.sourceBuffer=null,this.downloadAbortController.abort(),this.switchAbortController.abort(),this.destroyAbortController.abort(),window.clearTimeout(this.loadByteRangeSegmentsTimeoutId)}selectForwardBufferSegments(e,t,i){return this.isLive?this.selectForwardBufferSegmentsLive(e,i):this.selectForwardBufferSegmentsRecord(e,t,i)}selectForwardBufferSegmentsLive(e,t){let i=e.findIndex(e=>t>=e.time.from&&t<e.time.to);return(this.playingRepresentationId!==this.downloadingRepresentationId&&(this.liveUpdateSegmentIndex=i),this.liveUpdateSegmentIndex<e.length)?e.slice(this.liveUpdateSegmentIndex++):[]}selectForwardBufferSegmentsRecord(e,t,i){let s=this.getForwardBufferDuration(i),a=e.findIndex(({status:e,time:{from:t,to:a}},r)=>{let n=t<=i&&a>=i,o=t>i||n||0===r&&0===i,u=Math.min(this.forwardBufferTarget,this.bufferLimit),l=this.preloadOnly&&t<=i+u||s<u&&a-t>=u||a<=i+u;return("none"===e||"partially_ejected"===e&&o&&l&&this.sourceBuffer&&cl(this.mediaSource,this.sourceBuffer)&&!(mf(this.sourceBuffer.buffered,t)&&mf(this.sourceBuffer.buffered,a)))&&o&&l});if(-1===a)return[];if("byteRange"!==t)return e.slice(a,a+1);let r=0,n=0,o=[],u=this.preloadOnly?0:this.tuning.dash.segmentRequestSize,l=this.preloadOnly?this.forwardBufferTarget:0;for(let t=a;t<e.length&&(r<=u||n<=l);t++){let i=e[t];if(r+=i.byte.to+1-i.byte.from,n+=i.time.to+1-i.time.from,"none"===i.status||"partially_ejected"===i.status)o.push(i);else break}return o}async loadSegments(e,t,i="auto"){pY(t.segmentReference)?await this.loadTemplateSegment(e[0],t,i):await this.loadByteRangeSegments(e,t,i)}async loadTemplateSegment(e,t,i="auto"){e.status="downloading";let s={segment:e,loadedBytes:0,feedingBytes:0,fedBytes:0,representationId:t.id};this.activeSegments.add(s);let{range:a,url:r,signal:n,onProgress:o,onProgressTasks:u}=this.prepareTemplateFetchSegmentParams(e,t);this.failedDownloads&&n&&(await o6(n,(async function*(){let e=o9(this.failedDownloads,this.tuning.downloadBackoff);yield new Promise(t=>setTimeout(t,e))}).bind(this))(),n.aborted&&this.abortActiveSegments([e]));try{let e=await this.fetcher.fetch(r,{range:a,signal:n,onProgress:o,priority:i,isLowLatency:this.isActiveLowLatency(),bufferOptimisation:this.tuning.dash.fetcherBufferOptimisation});if(this.lastDataObtainedTimestampMs=us(),!e)return;let l=new DataView(e),d=pz(t.mime);if(!isFinite(s.segment.time.to)){let e=t.segmentReference.timescale;s.segment.time.to=d.getChunkEndTime(l,e)}o&&s.feedingBytes&&u?await Promise.all(u):await this.sourceBufferTaskQueue.append(l,n);let{serverDataReceivedTimestamp:h,serverDataPreparedTime:c}=d.getServerLatencyTimestamps(l);h&&c&&this.currentLiveSegmentServerLatency$.next(c-h),s.segment.status="downloaded",this.onSegmentFullyAppended(s,t.id),this.failedDownloads=0}catch(t){this.abortActiveSegments([e]),uu(t)||(this.failedDownloads++,this.updateRepresentationsBaseUrlIfNeeded())}}updateRepresentationsBaseUrlIfNeeded(){if(!this.tuning.dash.enableBaseUrlSupport||!this.baseUrls.length||this.failedDownloads<=this.tuning.dash.maxSegmentRetryCount)return;this.baseUrlsIndex=(this.baseUrlsIndex+1)%this.baseUrls.length;let e=this.baseUrls[this.baseUrlsIndex];for(let t of this.representations.values())pY(t.segmentReference)?t.segmentReference.baseUrl=e:t.segmentReference.url=e}async loadByteRangeSegments(e,t,i="auto"){if(!e.length)return;for(let i of e)i.status="downloading",this.activeSegments.add({segment:i,loadedBytes:0,feedingBytes:0,fedBytes:0,representationId:t.id});let{range:s,url:a,signal:r,onProgress:n}=this.prepareByteRangeFetchSegmentParams(e,t);this.failedDownloads&&r&&(await o6(r,(async function*(){let e=o9(this.failedDownloads,this.tuning.downloadBackoff);yield new Promise(t=>{this.loadByteRangeSegmentsTimeoutId=window.setTimeout(t,e),o7(window,"online").pipe(ua()).subscribe(()=>{t(),window.clearTimeout(this.loadByteRangeSegmentsTimeoutId)})})}).bind(this))(),r.aborted&&this.abortActiveSegments(e));try{await this.fetcher.fetch(a,{range:s,onProgress:n,signal:r,priority:i,bufferOptimisation:this.tuning.dash.fetcherBufferOptimisation}),this.lastDataObtainedTimestampMs=us(),this.failedDownloads=0}catch(t){this.abortActiveSegments(e),uu(t)||(this.failedDownloads++,this.updateRepresentationsBaseUrlIfNeeded())}}prepareByteRangeFetchSegmentParams(e,t){if(pY(t.segmentReference))throw Error("Representation is not byte range type");let i=t.segmentReference.url,s={from:mb.default(e,0).byte.from,to:mb.default(e,-1).byte.to},{signal:a}=this.downloadAbortController,r=async(e,i)=>{if(!a.aborted)try{this.lastDataObtainedTimestampMs=us(),await this.onSomeByteRangesDataLoaded({dataView:e,loaded:i,signal:a,onSegmentAppendFailed:()=>this.abort(),globalFrom:s?s.from:0,representationId:t.id})}catch(e){this.error$.next({id:"SegmentFeeding",category:o8.VIDEO_PIPELINE,message:"Error when feeding segments",thrown:e})}};return{url:i,range:s,signal:a,onProgress:r}}prepareTemplateFetchSegmentParams(e,t){if(!pY(t.segmentReference))throw Error("Representation is not template type");let i=new URL(e.url,t.segmentReference.baseUrl);this.isActiveLowLatency()&&i.searchParams.set("low-latency","yes");let s=i.toString(),{signal:a}=this.downloadAbortController,r=[],n=this.isActiveLowLatency()||this.tuning.dash.enableSubSegmentBufferFeeding&&this.liveUpdateSegmentIndex<3?(e,i)=>{if(!a.aborted)try{this.lastDataObtainedTimestampMs=us();let s=this.onSomeTemplateDataLoaded({dataView:e,loaded:i,signal:a,onSegmentAppendFailed:()=>this.abort(),representationId:t.id});r.push(s)}catch(e){this.error$.next({id:"SegmentFeeding",category:o8.VIDEO_PIPELINE,message:"Error when feeding segments",thrown:e})}}:void 0;return{url:s,signal:a,onProgress:n,onProgressTasks:r}}abortActiveSegments(e){for(let t of this.activeSegments)mg.default(e,t.segment)&&this.abortSegment(t.segment)}async onSomeTemplateDataLoaded({dataView:e,representationId:t,loaded:i,onSegmentAppendFailed:s,signal:a}){if(!this.activeSegments.size||!cl(this.mediaSource,this.sourceBuffer))return;let r=this.representations.get(t);if(r)for(let n of this.activeSegments){let{segment:o}=n;if(n.representationId===t){if(a.aborted){s();continue}if(n.loadedBytes=i,n.loadedBytes>n.feedingBytes){let t=new DataView(e.buffer,e.byteOffset+n.feedingBytes,n.loadedBytes-n.feedingBytes),i=pz(r.mime).parseFeedableSegmentChunk(t,this.isLive);i?.byteLength&&(o.status="partially_fed",n.feedingBytes+=i.byteLength,await this.sourceBufferTaskQueue.append(i),n.fedBytes+=i.byteLength)}}}}async onSomeByteRangesDataLoaded({dataView:e,representationId:t,globalFrom:i,loaded:s,signal:a,onSegmentAppendFailed:r}){if(!this.activeSegments.size||!cl(this.mediaSource,this.sourceBuffer))return;let n=this.representations.get(t);if(n)for(let o of this.activeSegments){let{segment:u}=o;if(o.representationId!==t)continue;if(a.aborted){await r();continue}let l=u.byte.from-i,d=u.byte.to-i,h=d-l+1,c=l<s,p=d<=s;if(!c)continue;let m=pz(n.mime);if("downloading"===u.status&&p){u.status="downloaded";let i=new DataView(e.buffer,e.byteOffset+l,h);await this.sourceBufferTaskQueue.append(i,a)&&!a.aborted?this.onSegmentFullyAppended(o,t):await r()}else if(this.tuning.dash.enableSubSegmentBufferFeeding&&("downloading"===u.status||"partially_fed"===u.status)&&(o.loadedBytes=Math.min(h,s-l),o.loadedBytes>o.feedingBytes)){let i=new DataView(e.buffer,e.byteOffset+l+o.feedingBytes,o.loadedBytes-o.feedingBytes),s=o.loadedBytes===h?i:m.parseFeedableSegmentChunk(i);s?.byteLength&&(u.status="partially_fed",o.feedingBytes+=s.byteLength,await this.sourceBufferTaskQueue.append(s,a)&&!a.aborted?(o.fedBytes+=s.byteLength,o.fedBytes===h&&this.onSegmentFullyAppended(o,t)):await r())}}}onSegmentFullyAppended(e,t){if(!ui(this.sourceBuffer)&&cl(this.mediaSource,this.sourceBuffer)){for(let i of(!this.isLive&&hs.browser.isSafari&&this.tuning.useSafariEndlessRequestBugfix&&(mf(this.sourceBuffer.buffered,e.segment.time.from,100)&&mf(this.sourceBuffer.buffered,e.segment.time.to,100)||this.error$.next({id:"EmptyAppendBuffer",category:o8.VIDEO_PIPELINE,message:"Browser stuck on empty result of adding segment to source buffer"})),this.tuning.dash.useNewRepresentationSwitch||(this.playingRepresentationId=t,this.playingRepresentation$.next(this.playingRepresentationId),this.playingRepresentationInit$.next(this.parsedInitData.get(this.playingRepresentationId))),e.segment.status="fed","url"in e.segment&&(e.segment.size=e.fedBytes),this.representations.values()))if(i.id!==t)for(let t of this.segments.get(i.id)??[])"fed"===t.status&&Math.round(t.time.from)===Math.round(e.segment.time.from)&&Math.round(t.time.to)===Math.round(e.segment.time.to)&&(t.status="none");this.updateLowLatencyLiveIfNeeded(e.segment),this.activeSegments.delete(e),this.detectGapsWhenIdle(t,[e.segment])}}abortSegment(e){for(let t of("partially_fed"===e.status?e.status="partially_ejected":"partially_ejected"!==e.status&&(e.status="none"),this.activeSegments.values()))if(t.segment===e){this.activeSegments.delete(t);break}}loadNextInit(){if(this.allInitsLoaded||this.initLoadIdleCallback)return;let e=null,t=!1;for(let[i,s]of this.initData.entries()){let a=s instanceof Promise;t||=a,null===s&&(e=i)}if(!e){this.allInitsLoaded=!0;return}if(t)return;let i=this.representations.get(e);i&&(this.initLoadIdleCallback=py(()=>mS.default(this.loadInit(i,"low",!1),()=>this.initLoadIdleCallback=null)))}async loadInit(e,t="auto",i=!1){let s=this.tuning.dash.useFetchPriorityHints?t:"auto",a=!i&&this.tuning.dash.ignoreNetworkErrorsOnLoadInit,r=(!i&&this.failedDownloads>0?o6(this.destroyAbortController.signal,(async function*(){let e=o9(this.failedDownloads,this.tuning.downloadBackoff);yield new Promise(t=>setTimeout(t,e))}).bind(this))():Promise.resolve()).then(()=>this.fetcher.fetchRepresentation(e.segmentReference,pz(e.mime),{priority:s,ignoreNetworkErrors:a})).then(async t=>{if(!t)return;let{init:i,dataView:s,segments:a}=t,r=s.buffer.slice(s.byteOffset,s.byteOffset+s.byteLength);this.initData.set(e.id,r);let n=a;this.isLive&&pY(e.segmentReference)&&(n=this.getActualLiveStartingSegments(e.segmentReference)),this.isLive&&this.segments.has(e.id)||this.segments.set(e.id,n),i&&this.parsedInitData.set(e.id,i)}).then(()=>this.failedDownloads=0,t=>{a||this.initData.set(e.id,null),i&&this.error$.next({id:"LoadInits",category:o8.WTF,message:"loadInit threw",thrown:t})});return this.initData.set(e.id,r),r}async dropBuffer(){for(let e of this.segments.values())for(let t of e)t.status="none";await this.pruneBuffer(0,1/0,!0)}async pruneBuffer(e,t,i=!1){if(!this.sourceBuffer||!cl(this.mediaSource,this.sourceBuffer)||!this.playingRepresentationId||ui(e))return!1;let s=[],a=0,r=e=>{if(a>=t)return s;s.push({...e.time}),s=(e=>{e.sort((e,t)=>e.from-t.from);let t=[e[0]];for(let i=1;i<e.length;i++){let{from:s,to:a}=e[i],r=t[t.length-1];r.to>=s?r.to=Math.max(r.to,a):t.push(e[i])}return t})(s);let i="url"in e?e.size??0:e.byte.to-e.byte.from;a+=i};for(let t of this.segments.values())for(let i of t){let t=i.time.to<=e-this.tuning.dash.bufferPruningSafeZone,s=i.time.from>=e+Math.min(this.forwardBufferTarget,this.bufferLimit);(t||s)&&"fed"===i.status&&r(i)}for(let e=0;e<this.sourceBuffer.buffered.length;e++){let t=1e3*this.sourceBuffer.buffered.start(e),i=1e3*this.sourceBuffer.buffered.end(e),s=0;for(let e of this.segments.values())for(let a of e)mg.default(["none","partially_ejected"],a.status)&&Math.round(a.time.from)<=Math.round(t)&&Math.round(a.time.to)>=Math.round(i)&&s++;s===this.segments.size&&r({time:{from:t,to:i},url:"",status:"none"})}if(s.length&&i){let t=Math.min(this.forwardBufferTarget,this.bufferLimit)*this.tuning.dash.minSafeBufferThreshold;for(let i of this.segments.values())for(let s of i)s.time.from>=e+t&&"fed"===s.status&&r(s)}return!!s.length&&(await Promise.all(s.map(e=>this.sourceBufferTaskQueue.remove(e.from,e.to)))).reduce((e,t)=>e||t,!1)}async abortBuffer(){if(!this.sourceBuffer||!cl(this.mediaSource,this.sourceBuffer))return!1;let e=this.playingRepresentationId&&this.initData.get(this.playingRepresentationId),t=e instanceof ArrayBuffer?e:void 0;return this.sourceBufferTaskQueue.abort(t)}getDebugBufferState(){if(this.sourceBuffer&&cl(this.mediaSource,this.sourceBuffer)&&this.sourceBuffer.buffered.length)return{from:this.sourceBuffer.buffered.start(0),to:this.sourceBuffer.buffered.end(this.sourceBuffer.buffered.length-1)}}getForwardBufferDuration(e=this.getCurrentPosition()){return!this.sourceBuffer||!cl(this.mediaSource,this.sourceBuffer)||!this.sourceBuffer.buffered.length||ui(e)?0:p5(this.sourceBuffer.buffered,e)}detectGaps(e,t){if(this.sourceBuffer&&cl(this.mediaSource,this.sourceBuffer))for(let i of t){let t={representation:e,from:i.time.from,to:i.time.to,persistent:!1},{buffered:s}=this.sourceBuffer;for(let e=0;e<s.length;e++){let a=1e3*s.start(e),r=1e3*s.end(e);if(!(r<=i.time.from)&&!(a>=i.time.to)){if(a<=i.time.from&&r>=i.time.to){t=void 0;break}r>i.time.from&&r<i.time.to&&(t.from=r),a<i.time.to&&a>i.time.from&&(t.to=a)}}t&&t.to-t.from>1&&!this.gaps.some(e=>t&&e.from===t.from&&e.to===t.to)&&this.gaps.push(t)}}detectGapsWhenIdle(e,t){if(this.gapDetectionIdleCallback||!this.sourceBuffer||!cl(this.mediaSource,this.sourceBuffer))return;let{buffered:i}=this.sourceBuffer,{usePersistentGaps:s}=this.tuning.dash;this.gaps=this.gaps.filter(e=>{if(s&&e.persistent)return!0;let t=Math.round(e.from),a=Math.round(e.to);for(let e=0;e<i.length;e++)if(t>=Math.round(1e3*i.start(e))&&a<=Math.round(1e3*i.end(e)))return!1;return!0}),this.gapDetectionIdleCallback=py(()=>{try{this.detectGaps(e,t)}catch(e){this.error$.next({id:"GapDetection",category:o8.WTF,message:"detectGaps threw",thrown:e})}finally{this.gapDetectionIdleCallback=null}})}checkEjectedSegments(){if(ui(this.sourceBuffer)||!cl(this.mediaSource,this.sourceBuffer)||ui(this.playingRepresentationId))return;let e=[];for(let t=0;t<this.sourceBuffer.buffered.length;t++){let i=Math.floor(1e3*this.sourceBuffer.buffered.start(t)),s=Math.ceil(1e3*this.sourceBuffer.buffered.end(t));e.push({from:i,to:s})}for(let t of this.segments.values())for(let i of t){let{status:t}=i;if("fed"!==t&&"partially_ejected"!==t)continue;let s=Math.floor(i.time.from),a=Math.ceil(i.time.to),r=e.some(e=>e.from-100<=s&&e.to+100>=a),n=e.filter(e=>s>=e.from&&s<e.to-100||a>e.from+100&&a<=e.to);r||(1===n.length||this.gaps.some(e=>e.from===i.time.from||e.to===i.time.to)?i.status="partially_ejected":i.status="none")}}handleAsyncError(e,t){this.error$.next({id:t,category:o8.VIDEO_PIPELINE,thrown:e,message:"Something went wrong"})}}class mk{throughputEstimator;requestQuic;tracer;manifestRequested$=new um;firstBytesManifest$=new um;firstBytesRequested$=new um;firstBytesReceived$=new um;lastConnectionType$=new uf(void 0);lastConnectionReused$=new uf(void 0);lastRequestFirstBytes$=new uf(void 0);lastConnectionMetrics$=new uf(void 0);lastDownloadMetrics$=new uf(void 0);recoverableError$=new um;error$=new um;abortAllController=new cJ;subscription=new uv;compatibilityMode;useEnableSubtitlesParam;performanceObserver=null;pendingConnectionMetrics=new Map;constructor({throughputEstimator:e,requestQuic:t,tracer:i,compatibilityMode:s=!1,useEnableSubtitlesParam:a=!1}){this.throughputEstimator=e,this.requestQuic=t,this.compatibilityMode=s,this.tracer=i.createComponentTracer("Fetcher"),this.useEnableSubtitlesParam=a,uS().PerformanceObserver&&this.setupPerformanceObserver()}onHeadersReceived(e){let{type:t,reused:i}=c3(e);this.lastConnectionType$.next(t),this.lastConnectionReused$.next(i)}setupPerformanceObserver(){this.performanceObserver=new(uS()).PerformanceObserver(e=>{e.getEntriesByType("resource").forEach(e=>{this.processPerformanceResourceTiming(e)})}),this.performanceObserver.observe({entryTypes:["resource"]})}processPerformanceResourceTiming(e){let t=this.findMatchingRequest(e);if(!t||!this.pendingConnectionMetrics.get(t))return;this.pendingConnectionMetrics.delete(t);let i=this.extractConnectionMetrics(e);i&&this.lastConnectionMetrics$.next(i)}estimateNetworkType(){if(!("connection"in uS().navigator))return"unknown";let e=uS().navigator.connection;return e.effectiveType?({"slow-2g":"2g","2g":"2g","3g":"3g","4g":"lte"})[e.effectiveType]||e.effectiveType:e.downlink?e.downlink<1?"2g":e.downlink<5?"3g":e.downlink<50?"lte":"wifi":e.rtt?e.rtt>500?"2g":e.rtt>250?"3g":e.rtt>50?"lte":"wifi":"unknown"}extractConnectionMetrics(e){let t=0,i=0,s=0,a=0;return e.domainLookupStart>0&&e.domainLookupEnd>0&&(t=e.domainLookupEnd-e.domainLookupStart),e.connectStart>0&&e.connectEnd>0&&(a=e.connectEnd-e.connectStart,e.secureConnectionStart>0?(s=e.connectEnd-e.secureConnectionStart,i=e.secureConnectionStart-e.connectStart):i=a),{dnsResolveTime:Math.max(0,t),tcpHandshakeTime:Math.max(0,i),tlsHandshakeTime:Math.max(0,s),totalConnectTime:Math.max(0,a),networkType:this.estimateNetworkType(),url:e.name}}findMatchingRequest(e){try{for(let[t,i]of this.pendingConnectionMetrics.entries()){let s=new URL(e.name),a=s.origin+s.pathname,r=new URL(i.url),n=r.origin+r.pathname;if(a===n&&e.startTime>=i.startTime-10&&e.startTime<=i.startTime+1e3)return t}}catch(e){this.recoverableError$.next({id:"VideoDataFetchError",message:"Video data fetch error with getting download metrics",category:ub.WTF})}return null}trackRequestStart(e,t){let i=`${e}_${t}_${Math.random().toString(36).substr(2,9)}`;this.pendingConnectionMetrics.set(i,{url:e,startTime:t})}fetchManifest=ul(this.abortAllController.signal,(async function*(e){let t=this.tracer.createComponentTracer("FetchManifest"),i=e;this.requestQuic&&(i=c1(i)),!this.compatibilityMode&&this.useEnableSubtitlesParam&&(i=c2(i)),this.trackRequestStart(i,performance.now());let s=up();this.manifestRequested$.next();let a=yield this.doFetch(i,{signal:this.abortAllController.signal}).catch(uy);if(!a)return t.error("error",ug({url:i,message:"No data in request manifest"})),t.end(),null;{let r=up();t.log("success",ug({url:i,message:"Request successfully executed"})),t.end(),this.onHeadersReceived(a.headers),this.firstBytesManifest$.next();let n=a.headers.get("content-length"),o=0;n&&(o=parseInt(n,10));let u=await a.text();if((!n||isNaN(o)||o<=0)&&(o=new TextEncoder().encode(u).length),o>0){let t=o/((r-s)/1e3),i={bytes:o,speed:8*t/1024,url:e};this.lastDownloadMetrics$.next(i)}return u}}).bind(this));fetch=ul(this.abortAllController.signal,(async function*(e,{rangeMethod:t=+!this.compatibilityMode,range:i,onProgress:s,priority:a="auto",signal:r,measureThroughput:n=!0,isLowLatency:o=!1,bufferOptimisation:u=!1,ignoreNetworkErrors:l=!1}={}){let d,h,c=e,p=new Headers,m=this.tracer.createComponentTracer("Fetch");if(i)switch(t){case 0:p.append("Range",`bytes=${i.from}-${i.to}`);break;case 1:{let e=new URL(c,uS().location.href);e.searchParams.append("bytes",`${i.from}-${i.to}`),c=e.toString();break}default:ud(t)}this.requestQuic&&(c=c1(c));let f=this.abortAllController.signal;if(r){let e=new cJ;if(d=uc(uh(this.abortAllController.signal,"abort"),uh(r,"abort")).subscribe(()=>{try{e.abort()}catch(e){uy(e)}}),this.subscription.add(d),this.abortAllController.signal.aborted||r.aborted)try{e.abort()}catch(e){uy(e)}f=e.signal}let g=0,b=up();m.log("startRequest",ug({url:c,priority:a,rangeMethod:t,range:i,isLowLatency:o,requestStartedAt:b})),this.trackRequestStart(c,performance.now()),this.firstBytesRequested$.next();let v=yield this.doFetch(c,{priority:a,headers:p,signal:f},{ignoreNetworkErrors:l}),S=up();if(!v)return m.error("error",{message:"No response in request"}),m.end(),this.unsubscribeAbortSubscription(d),null;if(this.throughputEstimator?.addRawRtt(S-b),!v.ok||!v.body){this.unsubscribeAbortSubscription(d);let e=`Fetch error ${v.status}: ${v.statusText}`;return m.error("error",{message:e}),m.end(),Promise.reject(Error(`Fetch error ${v.status}: ${v.statusText}`))}if(this.onHeadersReceived(v.headers),!s&&!n){this.unsubscribeAbortSubscription(d);let e=up();return m.log("endRequest",ug({requestStartedAt:b,requestEndedAt:e,duration:e-b})),m.end(),v.arrayBuffer()}let y=v.body;if(n){let e;[y,e]=v.body.tee(),this.throughputEstimator?.trackStream(e,o)}let w=y.getReader(),$=parseInt(v.headers.get("content-length")??"",10);Number.isFinite($)&&(h=$),!h&&i&&(h=i.to-i.from+1);let T=new Uint8Array(h||0),k=!1,x=e=>{this.unsubscribeAbortSubscription(d),k=!0,uy(e)},E=ul(f,(async function*({done:e,value:t}){if(0===g&&(this.lastRequestFirstBytes$.next(up()-b),this.firstBytesReceived$.next()),f.aborted)return void this.unsubscribeAbortSubscription(d);if(!e&&t){if(u&&h)T.set(t,g),g+=t.byteLength;else{let e=new Uint8Array(T.length+t.length);e.set(T),e.set(t,T.length),T=e,g+=t.byteLength}s?.(new DataView(T.buffer),g),yield w?.read().then(E,x)}}).bind(this));yield w?.read().then(E,x),this.unsubscribeAbortSubscription(d);let L=up(),C={failed:k,requestStartedAt:b,requestEndedAt:L,duration:L-b};if(k)return m.error("endRequest",ug(C)),m.end(),null;if(g>0){let t=g/((L-b)/1e3),i={bytes:g,speed:8*t/1024,url:e};this.lastDownloadMetrics$.next(i)}return m.log("endRequest",ug(C)),m.end(),T.buffer}).bind(this));async fetchRepresentation(e,t,i){let{type:s}=e;switch(s){case"byteRange":return await this.fetchByteRangeRepresentation(e,t,i)??null;case"template":return await this.fetchTemplateRepresentation(e,i)??null;default:ud(s)}}destroy(){this.abortAllController.abort(),this.subscription.unsubscribe(),this.performanceObserver&&(this.performanceObserver.disconnect(),this.performanceObserver=null),this.pendingConnectionMetrics.clear(),this.tracer.end()}fetchByteRangeRepresentation=ul(this.abortAllController.signal,(async function*(e,t,i){let s,a,r;if("byteRange"!==e.type)return null;let{from:n,to:o}=e.initRange,u=n,l=o,d=!1;e.indexRange&&(s=e.indexRange.from,a=e.indexRange.to,(d=o+1===s)&&(u=Math.min(s,n),l=Math.max(a,o))),u=Math.min(u,0);let h=yield this.fetch(e.url,{range:{from:u,to:l},measureThroughput:!1,...i});if(!h)return null;let c=new DataView(h,n-u,o-u+1);if(!t.validateData(c))throw Error("Invalid media file");let p=t.parseInit(c),m=e.indexRange??t.getIndexRange(p);if(!m)throw ReferenceError("No way to load representation index");if(d)r=new DataView(h,m.from-u,m.to-m.from+1);else{let t=yield this.fetch(e.url,{range:m,measureThroughput:!1});if(!t)return null;r=new DataView(t)}let f=t.parseSegments(r,p,m);return{init:p,dataView:new DataView(h),segments:f}}).bind(this));fetchTemplateRepresentation=ul(this.abortAllController.signal,(async function*(e,t){if("template"!==e.type)return null;let i=new URL(e.initUrl,e.baseUrl).toString(),s=yield this.fetch(i,{measureThroughput:!1,...t});return s?{init:null,segments:e.segments.map(e=>({...e,status:"none",size:void 0})),dataView:new DataView(s)}:null}).bind(this));async doFetch(e,t,i){let s=await cY(e,t);if(s.ok)return s;if(i?.ignoreNetworkErrors)return;let a=await s.text(),r=parseInt(a);if(!isNaN(r))switch(r){case 1:this.recoverableError$.next({id:"VideoDataLinkExpiredError",message:"Video data links have expired",category:ub.FATAL,httpCode:s.status,UVBackendErrorCode:a});break;case 8:this.recoverableError$.next({id:"VideoDataLinkBlockedForFloodError",message:"Url blocked for flood",category:ub.FATAL,httpCode:s.status,UVBackendErrorCode:a});break;case 18:this.recoverableError$.next({id:"VideoDataLinkIllegalIpChangeError",message:"Client IP has changed",category:ub.FATAL,httpCode:s.status,UVBackendErrorCode:a});break;case 21:this.recoverableError$.next({id:"VideoDataLinkIllegalHostChangeError",message:"Request HOST has changed",category:ub.FATAL,httpCode:s.status,UVBackendErrorCode:a});break;default:this.error$.next({id:"GeneralVideoDataFetchError",message:`Generic video data fetch error (${r})`,category:ub.FATAL,httpCode:s.status,UVBackendErrorCode:a})}}unsubscribeAbortSubscription(e){e&&(e.unsubscribe(),this.subscription.remove(e))}}class mx{currentRepresentation$=new u$(null);maxRepresentations=4;representationsCursor=0;representations=[];getCurrentPosition;currentSegment=null;constructor(e,t){this.getCurrentPosition=t.getCurrentPosition,this.processStreams(e)}updateLive(e){this.processStreams(e?.streams.text)}seekLive(e){this.processStreams(e)}maintain(e=this.getCurrentPosition()){if(!uw(e))for(let t of this.representations)for(let i of t){let t=i.segmentReference,s=t.segments.length,a=t.segments[0].time.from,r=t.segments[s-1].time.to;if(e<a||e>r)continue;let n=t.segments.find(t=>t.time.from<=e&&t.time.to>=e);n&&(this.currentSegment?.time.from!==n.time.from||this.currentSegment.time.to!==n.time.to)&&(this.currentSegment=n,this.currentRepresentation$.next({...i,label:"Live Text",language:"ru",isAuto:!0,url:new URL(n.url,t.baseUrl).toString()}))}}destroy(){this.currentRepresentation$.next(null),this.currentSegment=null,this.representations=[]}processStreams(e){for(let t of e??[]){let e=mx.filterRepresentations(t.representations);if(e){this.representations[this.representationsCursor]=e,this.representationsCursor=(this.representationsCursor+1)%this.maxRepresentations;break}}}static isSupported(e){return!!e?.some(e=>mx.filterRepresentations(e.representations))}static filterRepresentations(e){return e?.filter(e=>"text"===e.kind&&"segmentReference"in e&&pY(e.segmentReference))}}var mE=["timeupdate","progress","play","seeked","stalled","waiting"],mL=["timeupdate","progress","loadeddata","playing","seeked"];class mC{element=null;manifestUrlString="";source=null;manifest=null;tuning;tracer;forceVideoCodec;videoBufferManager;audioBufferManager;bufferManagers=[];liveTextManager;throughputEstimator;subscription=new oJ;subscriptionRemovable=new oK;representationSubscription=new oJ;fetcher;state$=new hm("none");currentVideoRepresentation$=new o1(void 0);currentVideoRepresentationInit$=new o1(void 0);currentAudioRepresentation$=new o1(void 0);currentVideoSegmentLength$=new o1(0);currentAudioSegmentLength$=new o1(0);error$=new oY;manifestRequested$=new oY;firstBytesManifest$=new oY;manifestReceived$=new oY;firstBytesRequested$=new oY;firstBytesReceived$=new oY;lastConnectionType$=new o1(void 0);lastConnectionReused$=new o1(void 0);lastRequestFirstBytes$=new o1(void 0);lastConnectionMetrics$=new o1(void 0);lastDownloadMetrics$=new o1(void 0);currentLiveTextRepresentation$=new o1(null);timeoutSourceOpenId;isLive$=new o1(!1);isActiveLive$=new o1(!1);isLowLatency$=new o1(!1);liveDuration$=new o1(0);liveSeekableDuration$=new o1(0);liveAvailabilityStartTime$=new o1(0);liveStreamStatus$=new o1(void 0);bufferLength$=new o1(0);liveLatency$=new o1(void 0);liveLoadBufferLength$=new o1(0);livePositionFromPlayer$=new o1(0);currentStallDuration$=new o1(0);videoLastDataObtainedTimestamp$=new o1(0);fetcherRecoverableError$=new oY;fetcherError$=new oY;liveStreamEndTimestamp=0;liveBuffer;isUpdatingLive=!1;isJumpGapAfterSeekLive=!1;forceEnded$=new oY;gapWatchdogActive=!1;gapWatchdogSubscription;stallWatchdogSubscription;livePauseWatchdogSubscription;liveWasInterrupted=!1;destroyController=new cJ;constructor(e){this.throughputEstimator=e.throughputEstimator,this.tuning=e.tuning,this.tracer=e.tracer.createComponentTracer(this.constructor.name),this.forceVideoCodec=e.forceVideoCodec,this.fetcher=new mk({throughputEstimator:this.throughputEstimator,requestQuic:this.tuning.requestQuick,compatibilityMode:e.compatibilityMode,tracer:this.tracer,useEnableSubtitlesParam:e.tuning.useEnableSubtitlesParam}),this.subscription.add(this.fetcher.recoverableError$.subscribe(this.fetcherRecoverableError$)),this.subscription.add(this.fetcher.error$.subscribe(this.fetcherError$)),this.subscription.add(this.fetcher.manifestRequested$.subscribe(this.manifestRequested$)),this.subscription.add(this.fetcher.firstBytesManifest$.subscribe(this.firstBytesManifest$)),this.subscription.add(this.fetcher.firstBytesRequested$.subscribe(this.firstBytesRequested$)),this.subscription.add(this.fetcher.firstBytesReceived$.subscribe(this.firstBytesReceived$)),this.subscription.add(this.fetcher.lastConnectionType$.subscribe(this.lastConnectionType$)),this.subscription.add(this.fetcher.lastConnectionReused$.subscribe(this.lastConnectionReused$)),this.subscription.add(this.fetcher.lastConnectionMetrics$.subscribe(this.lastConnectionMetrics$)),this.subscription.add(this.fetcher.lastDownloadMetrics$.subscribe(this.lastDownloadMetrics$)),this.liveBuffer=mu.getLiveBufferSmoothedValue(this.tuning.dashCmafLive.lowLatency.maxTargetOffset,{...e.tuning.dashCmafLive.lowLatency.bufferEstimator}),this.initTracerSubscription()}initManifest=oP(this.destroyController.signal,(async function*(e,t,i){this.tracer.log("initManifest"),this.element=e,this.manifestUrlString=dW(t,i,2),this.state$.startTransitionTo("manifest_ready"),this.manifest=yield this.updateManifest(),this.manifest?.streams.video.length?this.state$.setState("manifest_ready"):this.error$.next({id:"NoRepresentations",category:oO.PARSER,message:"No playable video representations"})}).bind(this));updateManifest=oP(this.destroyController.signal,(async function*(){let e,t;this.tracer.log("updateManifestStart",{manifestUrl:this.manifestUrlString});let i=yield this.fetcher.fetchManifest(this.manifestUrlString).catch(e=>{this.manifest||this.bufferLength$.getValue()||this.error$.next({id:"LoadManifest",category:oO.NETWORK,message:"Failed to load manifest",thrown:e})});if(!i)return null;let s=null;try{s=pn(i??"",this.manifestUrlString),this.manifestReceived$.next()}catch(t){let e=c0(i)??{id:"ManifestParsing",category:oO.PARSER,message:"Failed to parse MPD manifest",thrown:t};this.error$.next(e)}if(!s)return null;let a=(e,t,i)=>!!(this.element?.canPlayType?.(t)&&(window.ManagedMediaSource||window.MediaSource)?.isTypeSupported?.(`${t}; codecs="${i}"`)||"text"===e);if(s.live){this.isLive$.next(!0);let{availabilityStartTime:e,latestSegmentPublishTime:t,streamIsUnpublished:i,streamIsAlive:a}=s.live,r=(s.duration??0)/1e3;this.liveSeekableDuration$.next(-1*r),this.liveDuration$.next((t-e)/1e3),this.liveAvailabilityStartTime$.next(s.live.availabilityStartTime);let n="active";if(a||(n=i?"unpublished":"unexpectedly_down"),this.liveStreamStatus$.next(n),a&&this.liveWasInterrupted){this.liveWasInterrupted=!1,this.stopStallWatchdogSubscription();let e=this.normalizeLiveOffset(-1*this.livePositionFromPlayer$.getValue()*1e3);this.seekLive(e).catch(e=>{this.error$.next({id:"updateManifest",category:oO.VIDEO_PIPELINE,message:"seekLive after stream restore failed",thrown:e})})}}let r={text:s.streams.text,video:[],audio:[]};for(let i of["video","audio"]){let n,o=s.streams[i].filter(({mime:e,codecs:t})=>a(i,e,t));if(r[i]=o,this.tuning.dash.codecsPrioritizeEnabled){let s=o.map(({codecs:e})=>e);"audio"===i&&(n=(t=pp(s))[0]),"video"===i&&(e=pc(s),n=this.forceVideoCodec&&mp.default(e,this.forceVideoCodec)?this.forceVideoCodec:e[0]),n&&(r[i]=o.filter(({codecs:e})=>pm(e)===n))}else(n=ph(new Set(o.map(({codecs:e})=>e))))&&(r[i]=o.filter(({codecs:e})=>e.startsWith(n)));if("video"===i){let e=this.tuning.preferHDR,t=r.video.some(e=>e.hdr),i=r.video.some(e=>!e.hdr);hs.display.isHDR&&e&&t?r.video=r.video.filter(e=>e.hdr):i&&(r.video=r.video.filter(e=>!e.hdr));let{videoStreamRepresentaionsFilter:s}=this.tuning.dash;s.length&&p7(r,s)}}let n={...s,streams:r};return this.tuning.dash.codecsPrioritizeEnabled&&(n.codecs={video:e,audio:t}),this.tracer.log("updateManifestEnd",oU(n)),n}).bind(this));setSmartRepresentationSwitch(e){this.bufferManagers.forEach(t=>t.setSmartRepresentationSwitch(e))}async seekLive(e){oV(this.element),this.updateManifestUrlWithTimeOffset(e),this.manifest=await this.updateManifest(),this.manifest&&(this.isJumpGapAfterSeekLive=!0,await this.updateLiveBuffersFromManifest(this.manifest))}updateManifestUrlWithTimeOffset(e){let t="active"!==this.liveStreamStatus$.getValue()?oX()-this.liveStreamEndTimestamp:0,i=this.normalizeLiveOffset(e+t);this.isActiveLive$.next(0===i),this.manifestUrlString=dW(this.manifestUrlString,i,2)}async updateLiveBuffersFromManifest(e){await this.videoBufferManager?.seekLive(e.streams.video),await this.audioBufferManager?.seekLive(e.streams.audio),this.liveTextManager?.seekLive(e.streams.text)}stopStallWatchdogSubscription(){this.stallWatchdogSubscription?.unsubscribe(),this.currentStallDuration$.next(0)}initRepresentations=oP(this.destroyController.signal,(async function*(e,t,i){this.tracer.log("initRepresentationsStart",oU({initialVideo:e,initialAudio:t,sourceHls:i})),oV(this.manifest),oV(this.element),this.representationSubscription.unsubscribe(),this.state$.startTransitionTo("representations_ready");let s=e=>{this.representationSubscription.add(oq(e,"error").pipe(oN(e=>!!this.element?.played.length)).subscribe(e=>{this.error$.next({id:"VideoSource",category:oO.VIDEO_PIPELINE,message:"Unexpected video source error",thrown:e})}))};this.source=d6();let a=document.createElement("source");if(s(a),a.src=URL.createObjectURL(this.source),this.element.appendChild(a),d4())if(i){let e=document.createElement("source");s(e),e.type="application/x-mpegurl",e.src=i.url,this.element.appendChild(e)}else this.element.disableRemotePlayback=!0;this.isActiveLive$.next(this.isLive$.getValue());let r={fetcher:this.fetcher,tuning:this.tuning,getCurrentPosition:()=>this.element?1e3*this.element.currentTime:void 0,isActiveLowLatency:()=>this.isActiveLive$.getValue()&&this.isLowLatency$.getValue(),manifest:this.manifest},n=this.manifest.streams.video.reduce((e,t)=>[...e,...t.representations],[]);if(this.videoBufferManager=new mT("video",this.source,n,r),this.bufferManagers=[this.videoBufferManager],oW(t)){let e=this.manifest.streams.audio.reduce((e,t)=>[...e,...t.representations],[]);this.audioBufferManager=new mT("audio",this.source,e,r),this.bufferManagers.push(this.audioBufferManager)}if(mx.isSupported(this.manifest.streams.text)&&!this.isLowLatency$.getValue()&&(this.liveTextManager=new mx(this.manifest.streams.text,r)),this.representationSubscription.add(this.fetcher.lastRequestFirstBytes$.subscribe(this.lastRequestFirstBytes$)),this.representationSubscription.add(oG(...mL.map(e=>oq(this.element,e))).pipe(oQ(e=>this.element?p5(this.element.buffered,1e3*this.element.currentTime):0),oF(),oZ(e=>{e>this.tuning.dash.bufferEmptinessTolerance&&this.stopStallWatchdogSubscription()})).subscribe(this.bufferLength$)),this.representationSubscription.add(oG(oq(this.element,"ended"),this.forceEnded$).subscribe(()=>{this.stopStallWatchdogSubscription()})),this.isLive$.getValue()){this.subscription.add(this.liveDuration$.pipe(oF()).subscribe(e=>this.liveStreamEndTimestamp=oX())),this.subscription.add(oq(this.element,"pause").subscribe(()=>{let{liveUpdateInterval:e}=this.tuning.dash;this.livePauseWatchdogSubscription=oH(e).subscribe(t=>{let i=dj(this.manifestUrlString,2);this.manifestUrlString=dW(this.manifestUrlString,i+e,2),"active"===this.liveStreamStatus$.getValue()&&this.updateManifest()}),this.subscription.add(this.livePauseWatchdogSubscription)})).add(oq(this.element,"play").subscribe(e=>this.livePauseWatchdogSubscription?.unsubscribe())),this.representationSubscription.add(o_({isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(oQ(({isActiveLive:e,isLowLatency:t})=>e&&t),oF()).subscribe(e=>{this.isManualDecreasePlaybackInLive()||ml(this.element,1)})),this.representationSubscription.add(o_({bufferLength:this.bufferLength$,isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(oN(({bufferLength:e,isActiveLive:t,isLowLatency:i})=>t&&i&&!!e)).subscribe(({bufferLength:e})=>this.liveBuffer.next(e))),this.representationSubscription.add(this.videoBufferManager.currentLowLatencySegmentLength$.subscribe(e=>{if(!this.isActiveLive$.getValue()&&!this.isLowLatency$.getValue()&&!e)return;let t=this.liveSeekableDuration$.getValue()-e/1e3;this.liveSeekableDuration$.next(Math.max(t,-1*this.tuning.dashCmafLive.maxLiveDuration)),this.liveDuration$.next(this.liveDuration$.getValue()+e/1e3)})),this.representationSubscription.add(o_({isLive:this.isLive$,rtt:this.throughputEstimator.rtt$,bufferLength:this.bufferLength$,segmentServerLatency:this.videoBufferManager.currentLiveSegmentServerLatency$}).pipe(oN(({isLive:e})=>e),oF((e,t)=>t.bufferLength<e.bufferLength),oQ(({rtt:e,bufferLength:t,segmentServerLatency:i})=>(e/2+t+i+dj(this.manifestUrlString,2))/1e3)).subscribe(this.liveLatency$)),this.representationSubscription.add(o_({liveBuffer:this.liveBuffer.smoothed$,isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).subscribe(({liveBuffer:e,isActiveLive:t,isLowLatency:i})=>{if(!i||!t)return;let s=this.tuning.dashCmafLive.lowLatency.maxTargetOffset,a=this.tuning.dashCmafLive.lowLatency.maxTargetOffsetDeviation,r=this.tuning.dashCmafLive.lowLatency.playbackCatchupSpeedup,n=e-s;if(this.isManualDecreasePlaybackInLive())return;let o=1;Math.abs(n)>a&&(o=1+Math.sign(n)*r),ml(this.element,o)})),this.representationSubscription.add(this.bufferLength$.subscribe(e=>{let t=0;if(e){let e=(this.element?.currentTime??0)*1e3;t=Math.min(...this.bufferManagers.map(t=>t.getLiveSegmentsToLoadState(this.manifest)?.to??e))-e}this.liveLoadBufferLength$.getValue()!==t&&this.liveLoadBufferLength$.next(t)}));let e=0;this.representationSubscription.add(o_({liveLoadBufferLength:this.liveLoadBufferLength$,bufferLength:this.bufferLength$}).pipe(o0(this.tuning.dash.liveUpdateInterval)).subscribe(async({liveLoadBufferLength:t,bufferLength:i})=>{if(!this.element||this.isUpdatingLive)return;let s=this.element.playbackRate,a=dj(this.manifestUrlString,2),r=1e3*Math.abs(this.livePositionFromPlayer$.getValue()),n=Math.min(r,this.tuning.dashCmafLive.normalizedTargetMinBufferSize*s),o=this.tuning.dashCmafLive.normalizedActualBufferOffset*s,u=this.tuning.dashCmafLive.normalizedLiveMinBufferSize*s,l=isFinite(t)?t:i,d=this.isActiveLive$.getValue()&&this.isLowLatency$.getValue(),h=r<=this.tuning.live.activeLiveDelay;this.isActiveLive$.next(h);let c="none";if(d?c="active_low_latency":this.isLowLatency$.getValue()&&h?(this.bufferManagers.forEach(e=>e.proceedLowLatencyLive()),c="active_low_latency"):0!==a&&l<n?c="live_forward_buffering":l<n+u&&(c="live_with_target_offset"),isFinite(t)&&(e=t>e?t:e),"live_forward_buffering"===c||"live_with_target_offset"===c){let i=e-(n+o),r=this.normalizeLiveOffset(Math.trunc(a+i/s)),u=Math.abs(r-a),l=0;!t||u<=this.tuning.dashCmafLive.offsetCalculationError?l=a:r>0&&u>this.tuning.dashCmafLive.offsetCalculationError&&(l=r),this.manifestUrlString=dW(this.manifestUrlString,l,2)}("live_with_target_offset"===c||"live_forward_buffering"===c)&&(e=0,await this.updateLive())},e=>{this.error$.next({id:"updateLive",category:oO.VIDEO_PIPELINE,thrown:e,message:"Failed to update live with subscription"})}))}let o=o_({allBuffersFull:oG(...this.bufferManagers.map(e=>e.fullyBuffered$)).pipe(oQ(()=>this.bufferManagers.every(e=>e.fullyBuffered$.getValue()))),someBufferEnded:oG(...this.bufferManagers.map(e=>e.onLastSegment$)).pipe(oQ(()=>this.bufferManagers.some(e=>e.onLastSegment$.getValue())))}).pipe(oF(),oQ(({allBuffersFull:e,someBufferEnded:t})=>e&&t),oN(e=>e));if(this.representationSubscription.add(oG(this.forceEnded$,o).subscribe(()=>{if(this.source&&"open"===this.source.readyState&&Array.from(this.source.sourceBuffers).every(e=>!e.updating))try{this.source?.endOfStream()}catch(e){this.error$.next({id:"EndOfStream",category:oO.VIDEO_PIPELINE,message:"Failed to end MediaSource stream",thrown:e})}})),this.representationSubscription.add(oG(...this.bufferManagers.map(e=>e.error$)).subscribe(this.error$)),this.representationSubscription.add(this.videoBufferManager.playingRepresentation$.subscribe(this.currentVideoRepresentation$)),this.representationSubscription.add(this.videoBufferManager.playingRepresentationInit$.subscribe(this.currentVideoRepresentationInit$)),this.representationSubscription.add(this.videoBufferManager.currentSegmentLength$.subscribe(this.currentVideoSegmentLength$)),this.audioBufferManager&&(this.representationSubscription.add(this.audioBufferManager.playingRepresentation$.subscribe(this.currentAudioRepresentation$)),this.representationSubscription.add(this.audioBufferManager.currentSegmentLength$.subscribe(this.currentAudioSegmentLength$))),this.liveTextManager&&this.representationSubscription.add(this.liveTextManager.currentRepresentation$.subscribe(this.currentLiveTextRepresentation$)),"open"!==this.source.readyState){let e=this.tuning.dash.sourceOpenTimeout>=0;yield new Promise(t=>{e&&(this.timeoutSourceOpenId=setTimeout(()=>{this.source?.readyState==="open"?t():this.error$.next({id:"OpenOfStream",category:oO.VIDEO_PIPELINE,message:"Failed to open MediaSource",thrown:Error("Timeout reject when wait sourceopen event"),traceAsLog:!0})},this.tuning.dash.sourceOpenTimeout)),this.source?.addEventListener("sourceopen",()=>{this.timeoutSourceOpenId&&clearTimeout(this.timeoutSourceOpenId),t()},{once:!0})})}if(!this.isLive$.getValue()){let e=[this.manifest.duration??0,...mm.default(mm.default([...this.manifest.streams.audio,...this.manifest.streams.video],e=>e.representations),e=>{let t=[];return e.duration&&t.push(e.duration),pY(e.segmentReference)&&e.segmentReference.totalSegmentsDurationMs&&t.push(e.segmentReference.totalSegmentsDurationMs),t})];this.source.duration=Math.max(...e)/1e3}this.audioBufferManager&&oW(t)?yield Promise.all([this.videoBufferManager.startWith(e),this.audioBufferManager.startWith(t)]):yield this.videoBufferManager.startWith(e),this.state$.setState("representations_ready"),this.tracer.log("initRepresentationsEnd")}).bind(this));initBuffer(){oV(this.element),this.state$.setState("running"),this.subscription.add(oG(...mE.map(e=>oq(this.element,e)),oq(window,"online")).subscribe(()=>this.tick(),e=>{this.error$.next({id:"DashVKPlayer",category:oO.WTF,message:"Internal logic error",thrown:e})})),this.subscription.add(oq(this.element,"progress").subscribe(()=>{this.element&&2===this.element.readyState&&!this.element.seeking&&(this.element.currentTime=this.element.currentTime)})),this.subscription.add(oq(this.element,"waiting").subscribe(()=>{this.tuning.dash.useVideoElementWaitingCurrentTimeReassign&&this.element&&2===this.element.readyState&&!this.element.seeking&&mf(this.element.buffered,1e3*this.element.currentTime)&&(this.element.currentTime=this.element.currentTime);let e=()=>{let{keepSilentStallWatchdogWhenNotActive:e}=this.tuning.dashCmafLive,{crashOnStallTimeout:t,crashOnStallTWithoutDataTimeout:i,liveStallReinitInterval:s,stallWatchdogInterval:a}=this.tuning.dash,r=this.isLive$.getValue(),n="active"===this.liveStreamStatus$.getValue();if(!this.element||this.source?.readyState!=="open")return;let o=this.currentStallDuration$.getValue();o+=a,this.currentStallDuration$.next(o);let u={timeInWaiting:o},l=oX(),d=this.videoBufferManager?.lastDataObtainedTimestamp??0;this.videoLastDataObtainedTimestamp$.next(d);let h=this.audioBufferManager?.lastDataObtainedTimestamp??0,c=this.videoBufferManager?.getForwardBufferDuration()??0,p=this.audioBufferManager?.getForwardBufferDuration()??0,m=c<100&&l-d>i,f=this.audioBufferManager&&p<100&&l-h>i;if((!e||n)&&((m||f)&&o>i||o>=t))throw Error(`Stall timeout exceeded: ${o} ms`);if(r&&o%s==0){let t=this.normalizeLiveOffset(-1*this.livePositionFromPlayer$.getValue()*1e3);!n&&e?(this.liveWasInterrupted=!0,this.updateManifestUrlWithTimeOffset(t),this.updateManifest()):this.seekLive(t).catch(e=>{this.error$.next({id:"stallIntervalCallback",category:oO.VIDEO_PIPELINE,message:"stallIntervalCallback failed",thrown:e})}),u.liveLastOffset=t}else{let e=1e3*this.element.currentTime;this.videoBufferManager?.maintain(e),this.audioBufferManager?.maintain(e),u.position=e}this.tracer.log("stallIntervalCallback",oU(u))};this.stallWatchdogSubscription&&(this.stallWatchdogSubscription.unsubscribe(),this.subscriptionRemovable.remove(this.stallWatchdogSubscription)),this.stallWatchdogSubscription=oH(this.tuning.dash.stallWatchdogInterval).subscribe(e,e=>{this.error$.next({id:"StallWatchdogCallback",category:oO.NETWORK,message:"Can't restore DASH after stall.",thrown:e})}),this.subscriptionRemovable.add(this.stallWatchdogSubscription)})),this.tick()}async switchRepresentation(e,t,i=!1){let s={video:this.videoBufferManager,audio:this.audioBufferManager,text:null}[e];return this.tuning.useNewSwitchTo?this.currentStallDuration$.getValue()>0?s?.switchToWithPreviousAbort(t,i):s?.switchTo(t,i):s?.switchToOld(t,i)}async seek(e,t){let i;oV(this.element),oV(this.videoBufferManager),i=t||1e3*this.element.duration<=this.tuning.dashSeekInSegmentDurationThreshold||Math.abs(1e3*this.element.currentTime-e)<=this.tuning.dashSeekInSegmentAlwaysSeekDelta?e:Math.max(this.videoBufferManager.findSegmentStartTime(e)??e,this.audioBufferManager?.findSegmentStartTime(e)??e),this.warmUpMediaSourceIfNeeded(i),mf(this.element.buffered,i)||await Promise.all([this.videoBufferManager.abort(),this.audioBufferManager?.abort()]),oj(this.element)||oj(this.videoBufferManager)||(this.videoBufferManager.maintain(i),this.audioBufferManager?.maintain(i),this.element.currentTime=i/1e3,this.tracer.log("seek",oU({requestedPosition:e,forcePrecise:t,position:i})))}warmUpMediaSourceIfNeeded(e=this.element?.currentTime){oW(this.element)&&oW(this.source)&&oW(e)&&this.source?.readyState==="ended"&&1e3*this.element.duration-e>this.tuning.dash.seekBiasInTheEnd&&this.bufferManagers.forEach(e=>e.warmUpMediaSource())}get isStreamEnded(){return this.source?.readyState==="ended"}stop(){this.tracer.log("stop"),this.element?.querySelectorAll("source").forEach(e=>{URL.revokeObjectURL(e.src),e.remove()}),this.element=null,this.source=null,this.manifest=null,this.currentVideoRepresentation$.next(void 0),this.videoBufferManager?.destroy(),this.videoBufferManager=null,this.audioBufferManager?.destroy(),this.audioBufferManager=null,this.bufferManagers=[],this.state$.setState("none")}setBufferTarget(e){for(let t of this.bufferManagers)t.setTarget(e)}getStreams(){return this.manifest?.streams}getCodecs(){return this.manifest?.codecs}setPreloadOnly(e){for(let t of this.bufferManagers)t.setPreloadOnly(e)}destroy(){this.subscription.unsubscribe(),this.subscriptionRemovable.unsubscribe(),this.representationSubscription.unsubscribe(),this.timeoutSourceOpenId&&clearTimeout(this.timeoutSourceOpenId),this.destroyController.abort(),this.fetcher.destroy(),this.stop(),this.source?.readyState==="open"&&Array.from(this.source.sourceBuffers).every(e=>!e.updating)&&this.source.endOfStream(),this.source=null,this.tracer.end()}initTracerSubscription(){let e=oz(this.tracer.error.bind(this.tracer));this.subscription.add(this.error$.subscribe(e("error")))}isManualDecreasePlaybackInLive(){return!!this.element&&!!this.isLive$.getValue()&&Number((1-this.element.playbackRate).toFixed(2))>Number(this.tuning.dashCmafLive.lowLatency.playbackCatchupSpeedup.toFixed(2))}normalizeLiveOffset(e){return 1e3*Math.trunc(e/1e3)}tick=()=>{if(!this.element||!this.videoBufferManager||this.source?.readyState!=="open")return;let e=1e3*this.element.currentTime;this.videoBufferManager.maintain(e),this.audioBufferManager?.maintain(e),this.liveTextManager?.maintain(e),(this.videoBufferManager.gaps.length||this.audioBufferManager?.gaps.length)&&!this.gapWatchdogActive&&(this.gapWatchdogActive=!0,this.gapWatchdogSubscription=oH(this.tuning.gapWatchdogInterval).subscribe(()=>this.jumpGap(),e=>{this.error$.next({id:"GapWatchdog",category:oO.WTF,message:"Error handling gaps",thrown:e})}),this.subscription.add(this.gapWatchdogSubscription))};async updateLive(){this.isUpdatingLive=!0,this.manifest=await this.updateManifest(),this.manifest&&(this.bufferManagers.forEach(e=>e.updateLive(this.manifest)),this.liveTextManager?.updateLive(this.manifest)),this.isUpdatingLive=!1}jumpGap(){if(!this.element||!this.videoBufferManager)return;let e=this.videoBufferManager.getDebugBufferState();if(!e)return;let t=this.isActiveLive$.getValue()&&this.isLowLatency$.getValue(),i={isJumpGapAfterSeekLive:this.isJumpGapAfterSeekLive,isActiveLowLatency:t,initialCurrentTime:this.element.currentTime},{usePersistentGaps:s}=this.tuning.dash;this.isJumpGapAfterSeekLive&&!t&&this.element.currentTime>e.to&&(this.isJumpGapAfterSeekLive=!1,this.element.currentTime=0);let a=1e3*this.element.currentTime,r=[],n=1===this.element.readyState?this.tuning.endGapTolerance:0;for(let e of this.bufferManagers)for(let t of e.gaps)(s&&t.persistent||e.playingRepresentation$.getValue()===t.representation)&&t.from-n<=a&&t.to+n>a&&(1e3*this.element.duration-t.to<this.tuning.endGapTolerance?r.push(1/0):r.push(t.to));if(r.length){let e=Math.max(...r)+10;this.gapWatchdogSubscription.unsubscribe(),this.gapWatchdogActive=!1,e===1/0?this.forceEnded$.next():(this.element.currentTime=e/1e3,i={...i,gapEnds:r,jumpTo:e,resultCurrentTime:this.element.currentTime},this.tracer.log("jumpGap",oU(i)))}}calculateDurationFromSegments(){return Math.max(this.videoBufferManager?.calculateDurationFromSegments()||0,this.audioBufferManager?.calculateDurationFromSegments()||0)}}class mM{subscription=new uE;pipSize$=new uL(void 0);videoSize$=new uL(void 0);elementSize$=new uL(void 0);pictureInPictureWindowRemoveEventListener=uC;connect({observableVideo:e,video:t}){let i=e=>{let t=e.target;this.pipSize$.next({width:t.width,height:t.height})};this.subscription.add(ux(t).subscribe(this.videoSize$)).add(e.enterPip$.subscribe(({pictureInPictureWindow:e})=>{this.pipSize$.next({width:e.width,height:e.height}),e.addEventListener("resize",i),this.pictureInPictureWindowRemoveEventListener=()=>{e.removeEventListener("resize",i)}})).add(e.leavePip$.subscribe(()=>{this.pictureInPictureWindowRemoveEventListener()})).add(uT({videoSize:this.videoSize$,pipSize:this.pipSize$,inPip:e.inPiP$}).pipe(uk(({videoSize:e,inPip:t,pipSize:i})=>t?i:e)).subscribe(this.elementSize$))}getValue(){return this.elementSize$.getValue()}subscribe(e,t){return this.elementSize$.subscribe(e,t)}getObservable(){return this.elementSize$}destroy(){this.pictureInPictureWindowRemoveEventListener(),this.subscription.unsubscribe()}}class mA{scene3D;subscription=new oI;videoState=new hm("stopped");video;observableVideo=null;player;params;tracer;textTracksManager;droppedFramesManager=new cf;stallsManager=new cV;elementSizeManager=new mM;videoTracksMap=new Map;audioTracksMap=new Map;textTracksMap=new Map;videoStreamsMap=new Map;audioStreamsMap=new Map;videoTrackSwitchHistory=new hQ;audioTrackSwitchHistory=new hQ;constructor(e){this.textTracksManager=new hC(e.source.url),this.params=e,this.video=hy(e.container,e.tuning),this.tracer=e.dependencies.tracer.createComponentTracer(this.constructor.name),this.params.output.element$.next(this.video),this.params.output.availableVideoTracks$.next([]),this.params.output.availableAudioTracks$.next([]),this.params.output.isAudioAvailable$.next(!0),this.params.output.hostname$.next(h8(this.params.source.url)),this.params.output.isLive$.next(!1),this.params.output.autoVideoTrackLimitingAvailable$.next(!0),this.params.output.availableTextTracks$.next([]),this.params.desiredState.internalTextTracks.setState([]),this.player=new mC({throughputEstimator:this.params.dependencies.throughputEstimator,tuning:this.params.tuning,compatibilityMode:this.params.source.compatibilityMode,tracer:this.tracer,forceVideoCodec:this.params.forceVideoCodec}),this.subscribe()}getProviderSubscriptionInfo(){let{output:e,desiredState:t}=this.params;oC(this.observableVideo)&&(this.observableVideo=hI(this.video),this.subscription.add(()=>this.observableVideo?.destroy()));let i=this.constructor.name,s=t=>{e.error$.next({id:i,category:oT.WTF,message:`${i} internal logic error`,thrown:t})},a=(e,t)=>this.subscription.add(e.subscribe(t,s));return{output:e,desiredState:t,observableVideo:this.observableVideo,genericErrorListener:s,connect:a}}subscribe(){let{output:e,desiredState:t,observableVideo:i,genericErrorListener:s,connect:a}=this.getProviderSubscriptionInfo();this.subscription.add(this.params.output.availableVideoTracks$.pipe(ok(e=>!!e.length),oB()).subscribe(e=>{this.droppedFramesManager.connect({logger:this.params.dependencies.logger,video:this.video,droppedFramesChecker:this.params.tuning.droppedFramesChecker,isAuto:this.params.desiredState.autoVideoTrackSwitching,playing$:i.playing$,pause$:i.pause$,tracks:e})}));let r=this.params.desiredState.seekState.stateChangeEnded$.pipe(oM(e=>"none"!==e.to.state),ox());this.stallsManager.init({isSeeked$:r,currentStallDuration$:this.player.currentStallDuration$,videoLastDataObtainedTimestamp$:this.player.videoLastDataObtainedTimestamp$,throughput$:this.params.dependencies.throughputEstimator.throughput$,rtt$:this.params.dependencies.throughputEstimator.rtt$,tuning:this.params.tuning.stallsManager,abrParams:this.params.tuning.autoTrackSelection,isBuffering$:i.isBuffering$,looped$:i.looped$,playing$:i.playing$,duration:this.video.duration}),a(i.ended$,e.endedEvent$),a(i.looped$,e.loopedEvent$),a(i.error$,e.error$),a(i.isBuffering$,e.isBuffering$),a(i.currentBuffer$,e.currentBuffer$),a(i.currentBuffer$,e.currentNativeBuffer$),a(i.playing$,e.firstFrameEvent$),a(i.canplay$,e.canplay$),a(i.inPiP$,e.inPiP$),a(i.inFullscreen$,e.inFullscreen$),a(i.loadedMetadata$,e.loadedMetadataEvent$),a(this.player.error$,e.error$),a(this.player.fetcherRecoverableError$,e.fetcherRecoverableError$),a(this.player.fetcherError$,e.fetcherError$),a(this.player.manifestRequested$,e.manifestRequested$),a(this.player.firstBytesManifest$,e.firstBytesManifest$),a(this.player.manifestReceived$,e.manifestReceived$),a(this.player.firstBytesRequested$,e.firstBytesRequested$),a(this.player.firstBytesReceived$,e.firstBytesReceived$),a(this.player.lastConnectionType$,e.httpConnectionType$),a(this.player.lastConnectionReused$,e.httpConnectionReused$),a(this.player.lastConnectionMetrics$,e.httpConnectionMetrics$),a(this.player.lastDownloadMetrics$,e.httpDownloadMetrics$),a(this.player.isLive$,e.isLive$),a(this.player.lastRequestFirstBytes$.pipe(ok(oL),oB()),e.firstBytesEvent$),a(this.stallsManager.severeStallOccurred$,e.severeStallOccurred$),a(this.videoState.stateChangeEnded$.pipe(oM(e=>e.to)),this.params.output.playbackState$),this.subscription.add(i.looped$.subscribe(()=>this.player.warmUpMediaSourceIfNeeded(),s)),this.subscription.add(i.seeked$.subscribe(e.seekedEvent$,s)),this.subscription.add(hk(this.video,t.isLooped,s)),this.subscription.add(i.volumeState$.subscribe(this.params.output.volume$,s)),cO({subscription:this.subscription,desiredState:t,videoElement$:this.params.output.element$,observableVideo:i}),this.subscription.add(hx(this.video,t.volume,i.volumeState$,s)),this.subscription.add(hE(this.video,t.playbackRate,i.playbackRateState$,s)),this.elementSizeManager.connect({video:this.video,observableVideo:i}),a(cb(this.video,{threshold:this.params.tuning.autoTrackSelection.activeVideoAreaThreshold}),e.elementVisible$),this.subscription.add(i.playing$.subscribe(()=>{this.videoState.setState("playing"),dY(t.playbackState,"playing"),this.scene3D&&this.scene3D.play()},s)).add(i.pause$.subscribe(()=>{this.videoState.setState("paused"),dY(t.playbackState,"paused")},s)).add(i.canplay$.subscribe(()=>{"playing"!==this.videoState.getState()||this.video.ended||this.playIfAllowed()},s)),this.params.tuning.changePlaybackStateToPausedWhenEnded&&this.subscription.add(i.ended$.subscribe(()=>{this.videoState.setState("paused"),dY(t.playbackState,"paused")})),this.subscription.add(this.player.state$.stateChangeEnded$.subscribe(({to:e})=>{if("manifest_ready"===e){this.videoTracksMap=new Map,this.audioTracksMap=new Map,this.textTracksMap=new Map;let e=this.player.getStreams(),t=this.player.getCodecs();if(oy(e,"Manifest not loaded or empty"),!this.params.tuning.isAudioDisabled){let t=[];for(let i of e.audio){t.push(pG(i));let e=[];for(let t of i.representations){let s=pj(t);e.push(s),this.audioTracksMap.set(s,{stream:i,representation:t})}this.audioStreamsMap.set(i,e)}this.params.output.availableAudioStreams$.next(t)}let i=[];for(let t of e.video){i.push(pX(t));let e=[];for(let i of t.representations){let s=pW({...i,streamId:t.id});s&&(e.push(s),this.videoTracksMap.set(s,{stream:t,representation:i}))}this.videoStreamsMap.set(t,e)}for(let t of(this.params.output.availableVideoStreams$.next(i),e.text))for(let e of t.representations){let i=pQ(t,e);this.textTracksMap.set(i,{stream:t,representation:e})}this.params.output.availableVideoTracks$.next(Array.from(this.videoTracksMap.keys())),this.params.output.availableAudioTracks$.next(Array.from(this.audioTracksMap.keys())),this.params.output.isAudioAvailable$.next(!!this.audioTracksMap.size),t?.video&&this.params.output.availableVideoCodecs$.next(t.video),t?.audio&&this.params.output.availableAudioCodecs$.next(t.audio),this.audioTracksMap.size&&this.textTracksMap.size&&this.params.desiredState.internalTextTracks.startTransitionTo(Array.from(this.textTracksMap.keys()))}else"representations_ready"===e&&(this.videoState.setState("ready"),this.player.initBuffer())},s));let n=oA(this.player.currentStallDuration$,this.player.state$.stateChangeEnded$,t.videoTrack.stateChangeStarted$,t.autoVideoTrackSwitching.transitionStarted$,this.params.dependencies.throughputEstimator.rttAdjustedThroughput$,t.autoVideoTrackLimits.stateChangeStarted$,this.elementSizeManager.getObservable(),this.params.output.elementVisible$,this.droppedFramesManager.onDroopedVideoFramesLimit$,oE(this.video,"progress")).pipe(ok(()=>this.videoTracksMap.size>0)),{abrThrottle:o}=this.params.tuning.dash;o&&(n=n.pipe(oD(o))),this.subscription.add(n.subscribe(async()=>{let e=this.player.state$.getState(),i=this.player.state$.getTransition();if("manifest_ready"!==e&&"running"!==e||i)return;t.autoVideoTrackSwitching.getTransition()&&t.autoVideoTrackSwitching.setState(t.autoVideoTrackSwitching.getState());let s=this.selectVideoAudioRepresentations();if(!s)return;let[a,r]=s,n=[...this.videoTracksMap.keys()].find(e=>this.videoTracksMap.get(e)?.representation.id===a.id);oL(n)&&(this.stallsManager.lastVideoTrackSelected=n);let o=this.params.desiredState.autoVideoTrackLimits.getTransition();if(o&&this.params.output.autoVideoTrackLimits$.next(o.to),"manifest_ready"===e)await this.player.initRepresentations(a.id,r?.id,this.params.sourceHls);else if(await this.player.switchRepresentation("video",a.id),r){let e=!!t.audioStream.getTransition();await this.player.switchRepresentation("audio",r.id,e)}},s)),this.subscription.add(ow({videoState:this.videoState.stateChangeEnded$,autoVideoTrackState:oA(oR([t.autoVideoTrackSwitching.getState()]),t.autoVideoTrackSwitching.stateChangeEnded$.pipe(oM(e=>e.to)))}).pipe(oM(({videoState:e,autoVideoTrackState:t})=>"stopped"!==e.to&&t),ox()).subscribe(e=>this.player.setSmartRepresentationSwitch(e))),this.subscription.add(t.cameraOrientation.stateChangeEnded$.subscribe(({to:e})=>{this.scene3D&&e&&this.scene3D.pointCameraTo(e.x,e.y)})),this.subscription.add(this.elementSizeManager.subscribe(e=>{this.scene3D&&e&&this.scene3D.setViewportSize(e.width,e.height)})),this.subscription.add(this.player.currentVideoRepresentation$.pipe(ox()).subscribe(t=>{let i=[...this.videoTracksMap.entries()].find(([,{representation:e}])=>e.id===t);if(!i){e.currentVideoTrack$.next(void 0),e.currentVideoStream$.next(void 0);return}let[s,{stream:a}]=i,r=this.params.desiredState.videoStream.getTransition();r&&r.to&&r.to.id===a.id&&this.params.desiredState.videoStream.setState(r.to),e.currentVideoTrack$.next(s),e.currentVideoStream$.next(pX(a));let n=this.player.calculateDurationFromSegments();n&&this.params.output.duration$.next(n/1e3)},s)),this.subscription.add(this.player.currentAudioRepresentation$.pipe(ox()).subscribe(t=>{let i=[...this.audioTracksMap.entries()].find(([,{representation:e}])=>e.id===t);if(!i)return void e.currentAudioStream$.next(void 0);let[s,{stream:a}]=i,r=this.params.desiredState.audioStream.getTransition();r&&r.to&&r.to.id===a.id&&this.params.desiredState.audioStream.setState(r.to),e.currentAudioStream$.next(pG(a))},s)),this.subscription.add(this.player.currentVideoRepresentationInit$.subscribe(t=>{if(t?.is3dVideo&&this.params.tuning.spherical?.enabled)try{this.init3DScene(t),e.is3DVideo$.next(!0)}catch(t){e.warning$.next({id:"DashProvider",message:`DashProvider could not initialize 3D-scene: ${t}`})}else this.destroy3DScene(),this.params.tuning.spherical?.enabled&&e.is3DVideo$.next(!1)},s)),this.subscription.add(this.player.currentVideoSegmentLength$.subscribe(e.currentVideoSegmentLength$,s)),this.subscription.add(this.player.currentAudioSegmentLength$.subscribe(e.currentAudioSegmentLength$,s)),this.textTracksManager.connect(this.video,t,e);let u=t.playbackState.stateChangeStarted$.pipe(oM(({to:e})=>"ready"===e),ox());this.subscription.add(oA(u,t.autoVideoTrackSwitching.stateChangeStarted$,this.player.state$.stateChangeEnded$,oR(["init"])).subscribe(()=>{let e=t.autoVideoTrackSwitching.getState(),i="ready"===t.playbackState.getState()?this.params.tuning.dash.forwardBufferTargetPreload:e?this.params.tuning.dash.forwardBufferTargetAuto:this.params.tuning.dash.forwardBufferTargetManual;this.player.setBufferTarget(i)})),this.subscription.add(oA(u,this.player.state$.stateChangeEnded$,oR(["init"])).subscribe(()=>this.player.setPreloadOnly("ready"===t.playbackState.getState())));let l=oA(t.playbackState.stateChangeStarted$,t.videoTrack.stateChangeStarted$,t.seekState.stateChangeEnded$,this.videoState.stateChangeEnded$,oR(["init"])).pipe(o$(0));this.subscription.add(l.subscribe(this.syncPlayback,s))}selectVideoAudioRepresentations(){if(this.player.isStreamEnded)return;let e=this.params.tuning.useNewAutoSelectVideoTrack?hZ:hK,t=this.params.tuning.useNewAutoSelectVideoTrack?h5:h6,i=this.params.tuning.useNewAutoSelectVideoTrack?h2:h4,{desiredState:s,output:a}=this.params,r=s.autoVideoTrackSwitching.getState(),n=s.videoTrack.getState()?.id,o=[...this.videoTracksMap.keys()].find(({id:e})=>e===n),u=a.currentVideoTrack$.getValue(),l=s.videoStream.getState()??(o&&this.videoTracksMap.get(o)?.stream)??1===this.videoStreamsMap.size?this.videoStreamsMap.keys().next().value:void 0;if(!l)return;let d=[...this.videoStreamsMap.keys()].find(({id:e})=>e===l.id),h=d&&this.videoStreamsMap.get(d);if(!h)return;let c=p5(this.video.buffered,1e3*this.video.currentTime),p=Math.min(c/Math.min(this.player.isActiveLive$.getValue()?this.player.isLowLatency$.getValue()?this.params.tuning.dashCmafLive.lowLatency.maxTargetOffset:this.params.tuning.dashCmafLive.normalizedLiveMinBufferSize:this.player.isLive$.getValue()?this.params.tuning.dashCmafLive.normalizedTargetMinBufferSize:r?this.params.tuning.dash.forwardBufferTargetAuto:this.params.tuning.dash.forwardBufferTargetManual,(1e3*this.video.duration||1/0)-1e3*this.video.currentTime||1/0),1),m=s.audioStream.getState()??(1===this.audioStreamsMap.size?this.audioStreamsMap.keys().next().value:void 0),f=[...this.audioStreamsMap.keys()].find(({id:e})=>e===m?.id)??this.audioStreamsMap.keys().next().value,g=0;if(f){if(o&&!r){let t=e(o,h,this.audioStreamsMap.get(f)??[],this.params.tuning.autoTrackSelection.minVideoAudioRatio);g=Math.max(g,t?.bitrate??-1/0)}if(u){let t=e(u,h,this.audioStreamsMap.get(f)??[],this.params.tuning.autoTrackSelection.minVideoAudioRatio);g=Math.max(g,t?.bitrate??-1/0)}}let b=o;(r||!b)&&(b=i(h,{container:this.elementSizeManager.getValue(),panelSize:this.params.panelSize,estimatedThroughput:this.params.dependencies.throughputEstimator.rttAdjustedThroughput$.getValue(),tuning:this.stallsManager.abrTuningParams,limits:this.params.desiredState.autoVideoTrackLimits.getState(),reserve:g,forwardBufferHealth:p,current:u,visible:this.params.output.elementVisible$.getValue(),history:this.videoTrackSwitchHistory,playbackRate:this.video.playbackRate,droppedVideoMaxQualityLimit:this.droppedFramesManager.droppedVideoMaxQualityLimit,stallsVideoMaxQualityLimit:this.stallsManager.videoMaxQualityLimit,stallsPredictedThroughput:this.stallsManager.predictedThroughput,abrLogger:this.params.dependencies.abrLogger}));let v=f&&t(b,h,this.audioStreamsMap.get(f)??[],{estimatedThroughput:this.params.dependencies.throughputEstimator.rttAdjustedThroughput$.getValue(),stallsPredictedThroughput:this.stallsManager.predictedThroughput,tuning:this.stallsManager.abrTuningParams,forwardBufferHealth:p,history:this.audioTrackSwitchHistory,playbackRate:this.video.playbackRate,abrLogger:this.params.dependencies.abrLogger}),S=this.videoTracksMap.get(b)?.representation,y=v&&this.audioTracksMap.get(v)?.representation;return S&&y?[S,y]:S&&!y&&0===this.audioTracksMap.size?[S,void 0]:void 0}prepare(e=0){this.player.initManifest(this.video,this.params.source.url,e)}syncPlayback=()=>{let e=this.videoState.getState(),t=this.params.desiredState.playbackState.getState(),i=this.params.desiredState.playbackState.getTransition(),s=this.params.desiredState.seekState.getState();if(!this.videoState.getTransition()){if("requested"===s.state&&i?.to!=="paused"&&"stopped"!==e&&"stopped"!==t&&this.seek(s.position,s.forcePrecise),"stopped"===t){"stopped"!==e&&(this.videoState.startTransitionTo("stopped"),this.player.stop(),this.video.load(),this.params.output.position$.next(0),this.params.output.duration$.next(1/0),this.params.output.currentBuffer$.next(void 0),this.params.output.currentNativeBuffer$.next(void 0),this.params.output.hostname$.next(void 0),this.videoState.setState("stopped"),dY(this.params.desiredState.playbackState,"stopped",!0));return}switch(e){case"stopped":this.videoState.startTransitionTo("ready"),this.prepare();return;case"ready":"paused"===t?(this.videoState.setState("paused"),dY(this.params.desiredState.playbackState,"paused")):"playing"===t?(this.videoState.startTransitionTo("playing"),this.playIfAllowed()):i?.to==="ready"&&dY(this.params.desiredState.playbackState,"ready");return;case"playing":"paused"===t?(this.videoState.startTransitionTo("paused"),this.video.paused?this.videoState.setState("paused"):this.video.pause()):"playing"===t&&this.video.paused?this.playIfAllowed():i?.to==="playing"&&dY(this.params.desiredState.playbackState,"playing");return;case"paused":"playing"===t?(this.videoState.startTransitionTo("playing"),this.playIfAllowed()):i?.to==="paused"&&dY(this.params.desiredState.playbackState,"paused");return;default:return oS(e)}}};init3DScene=e=>{if(this.scene3D)return;this.scene3D=new cA(this.params.container,this.video,{fov:this.params.tuning.spherical.fov,orientation:this.params.tuning.spherical.orientation||{x:e.projectionData?.pose.yaw||0,y:e.projectionData?.pose.pitch||0,z:e.projectionData?.pose.roll||0},rotationSpeed:this.params.tuning.spherical.rotationSpeed,maxYawAngle:this.params.tuning.spherical.maxYawAngle,rotationSpeedCorrection:this.params.tuning.spherical.rotationSpeedCorrection,degreeToPixelCorrection:this.params.tuning.spherical.degreeToPixelCorrection,speedFadeTime:this.params.tuning.spherical.speedFadeTime,speedFadeThreshold:this.params.tuning.spherical.speedFadeThreshold});let t=this.elementSizeManager.getValue();t&&this.scene3D.setViewportSize(t.width,t.height)};destroy3DScene=()=>{this.scene3D&&(this.scene3D.destroy(),this.scene3D=void 0)};playIfAllowed(){ct(this.video,()=>{this.params.output.soundProhibitedEvent$.next()}).then(e=>{e||(this.videoState.setState("paused"),dY(this.params.desiredState.playbackState,"paused",!0))},e=>this.params.output.error$.next({id:"ForcePlay",message:"play() failed even with workarounds",category:oT.DOM,thrown:e}))}destroy(){this.subscription.unsubscribe(),this.droppedFramesManager.destroy(),this.stallsManager.destroy(),this.elementSizeManager.destroy(),this.destroy3DScene(),this.textTracksManager.destroy(),this.player.destroy(),this.params.output.element$.next(void 0),this.params.output.currentVideoStream$.next(void 0),hw(this.video),this.tracer.end()}}class mR extends mA{subscribe(){super.subscribe();let{output:e,observableVideo:t,connect:i}=this.getProviderSubscriptionInfo();i(t.timeUpdate$,e.position$),i(t.durationChange$,e.duration$)}seek(e,t){this.params.output.willSeekEvent$.next(),this.player.seek(e,t)}}class mB extends mA{constructor(e){super(e),this.textTracksManager.destroy()}subscribe(){super.subscribe();let e=!1,t=-1,{output:i,observableVideo:s,desiredState:a,connect:r}=this.getProviderSubscriptionInfo();this.params.output.position$.next(0),this.params.output.isLive$.next(!0),this.params.output.canPlayLiveTailBuffer$.next(!0),r(s.timeUpdate$,i.liveBufferTime$),r(this.player.liveSeekableDuration$,i.duration$),r(this.player.liveLatency$,i.liveLatency$);let n=new uP(1);r(s.playbackRateState$,n),this.params.tuning.dashCmafLive.catchupLiveForMutedInactiveTab&&this.subscription.add(i.elementVisible$.pipe(uB()).subscribe(t=>{let s=i.position$.getValue(),a=i.volume$.getValue(),r=!a.volume||a.muted;t||s||!r?t&&e&&(this.seek(0),e=!1):e=!0})),this.subscription.add(this.params.output.position$.subscribe(this.player.livePositionFromPlayer$)).add(a.isLowLatency.stateChangeEnded$.pipe(uD(e=>e.to)).subscribe(this.player.isLowLatency$)).add(uM({liveBufferTime:i.liveBufferTime$,liveAvailabilityStartTime:this.player.liveAvailabilityStartTime$}).pipe(uD(({liveBufferTime:e,liveAvailabilityStartTime:i})=>e&&i?1e3*e+i+t:void 0)).subscribe(i.liveTime$)).add(uM({liveDuration:this.player.liveDuration$,liveStreamStatus:this.player.liveStreamStatus$,playbackRate:uA(s.playbackRateState$,new uP(1))}).pipe(uR(({liveStreamStatus:e,liveDuration:t})=>"active"===e&&!!t)).subscribe(({liveDuration:e,playbackRate:s})=>{let a=i.liveBufferTime$.getValue(),r=i.position$.getValue(),{playbackCatchupSpeedup:n}=this.params.tuning.dashCmafLive.lowLatency;r||s<1-n||this.video.paused||uI(a)||(t=e-a)})).add(uM({time:i.liveBufferTime$,liveDuration:this.player.liveDuration$,playbackRate:uA(s.playbackRateState$,new uP(1))}).pipe(uB((e,t)=>"active"===this.player.liveStreamStatus$.getValue()?e.liveDuration===t.liveDuration:e.time===t.time)).subscribe(({time:e,liveDuration:s,playbackRate:a})=>{let r=i.position$.getValue(),{playbackCatchupSpeedup:n}=this.params.tuning.dashCmafLive.lowLatency;if(!r&&!this.video.paused&&a>=1-n||uI(e)||uI(s))return;let o=-1*(s-e-t);i.position$.next(Math.min(o,0))})).add(this.player.currentLiveTextRepresentation$.subscribe(e=>{if(e){let t=(({language:e,label:t,id:i,url:s,isAuto:a})=>({id:i,url:s,isAuto:a,type:"internal",language:e,label:t}))(e);this.params.output.availableTextTracks$.next([t])}})),this.params.tuning.dashCmafLive.externalStopControl||this.subscription.add(this.player.liveStreamStatus$.pipe(uR(e=>uV(e))).subscribe(e=>i.isLiveEnded$.next("unpublished"===e&&0===i.position$.getValue())))}seek(e){this.params.output.willSeekEvent$.next();let t=-e,i=Math.trunc(t/1e3<=Math.abs(this.params.output.duration$.getValue())?t:0);this.player.seekLive(i).then(()=>{this.params.output.position$.next(e/1e3)})}}var mI="X-Playback-Duration",mD=async e=>{let t=await cY(e),i=await t.text(),s=/#EXT-X-VK-PLAYBACK-DURATION:(\d+)/m.exec(i)?.[1];return s?parseInt(s,10):t.headers.has(mI)?parseInt(t.headers.get(mI),10):void 0},mP=T(tg(),1),mV=e=>{let t=null;if(e.QUALITY&&(t=hD(e.QUALITY)),!t&&e.RESOLUTION){let[i,s]=e.RESOLUTION.split("x").map(e=>parseInt(e,10));t=uJ({width:i,height:s})}return t??null},m_=0,mO=async(e,t=e,i,s)=>{let a=await cY(e,s),r=await a.text();m_+=1;try{let{qualityManifests:e,textTracks:i}=((e,t)=>{let i=e.split(`
|
|
125
|
+
`),s=[],a=[];for(let e=0;e<i.length;e++){let r=i[e],n=r.match(/^#EXT-X-STREAM-INF:(.+)/),o=r.match(/^#EXT-X-MEDIA:TYPE=SUBTITLES,(.+)/);if(n||o){if(n){let a,r,o=mP.default(n[1].split(",").map(e=>e.split("="))),u=o.QUALITY??`stream-${o.BANDWIDTH}`,l=mV(o);o.BANDWIDTH&&(a=parseInt(o.BANDWIDTH,10)/1e3||void 0),!a&&o["AVERAGE-BANDWIDTH"]&&(a=parseInt(o["AVERAGE-BANDWIDTH"],10)/1e3||void 0);let d=o["FRAME-RATE"]?parseFloat(o["FRAME-RATE"]):void 0;if(o.RESOLUTION){let[e,t]=o.RESOLUTION.split("x").map(e=>parseInt(e,10));e&&t&&(r={width:e,height:t})}let h=new URL(i[++e],t).toString();l&&s.push({id:u,quality:l,url:h,bandwidth:a,size:r,fps:d})}if(o){let e=mP.default(o[1].split(",").map(e=>{let t=e.indexOf("=");return[e.substring(0,t),e.substring(t+1)]}).map(([e,t])=>[e,t.replace(/^"|"$/g,"")])),t=e.URI?.replace(/playlist$/,"subtitles.vtt"),i=e.LANGUAGE,s=e.NAME;t&&i&&a.push({type:"internal",id:i,label:s,language:i,url:t,isAuto:!1})}}}if(!s.length)throw Error("Empty manifest");return{qualityManifests:s,textTracks:a}})(r,t);return{qualityManifests:e,textTracks:i}}catch(s){if(m_<=i.manifestRetryMaxCount){let s;return await (s=uK(m_-1,{start:i.manifestRetryInterval,max:i.manifestRetryMaxInterval}),new Promise(e=>{setTimeout(()=>{e()},s)})),mO(e,t,i)}}return{qualityManifests:[],textTracks:[]}};class mN{params;subscription=new u0;abortControllers={destroy:new cJ,nextManifest:null};prepareUrl=void 0;currentTextTrackData=null;availableTextTracks$=new u3(null);getCurrentTime$=new u3(null);error$=new u2;constructor(e,t,i,s,a){this.params={fetchManifestData:i,sourceUrl:s,downloadThreshold:a},this.subscription.add(e.pipe(u1(1e3)).subscribe(e=>{this.processLiveTime(e)})),this.getCurrentTime$.next(()=>this.currentTextTrackData?this.currentTextTrackData.playlist.segmentStartTime/1e3+t.currentTime:0)}destroy(){this.subscription.unsubscribe(),this.abortControllers.destroy.abort()}async prepare(e){try{let t=new URL(e);t.searchParams.set("enable-subtitles","yes"),this.prepareUrl=t.toString();let{textTracks:i}=await this.fetchManifestData();await this.processTextTracks(i,this.params.sourceUrl)}catch(e){this.error("prepare",e)}}async processTextTracks(e,t){try{let i=await this.parseTextTracks(e,t);i&&(this.currentTextTrackData=i)}catch(e){this.error("processTextTracks",e)}}async parseTextTracks(e,t){for(let i of e){let e=new URL(i.url,t).toString(),s=await cY(e,{signal:this.abortControllers.destroy.signal}),a=await s.text();return{textTrack:i,playlist:this.parsePlaylist(a,e)}}}parsePlaylist(e,t){let i={mediaSequence:0,programDateTime:"",segments:[],targetDuration:0,vkPlaybackDuration:0,segmentStartTime:0,vkStartTime:""},s=e.split(`
|
|
126
|
+
`),a=0;for(let e=0;e<s.length;++e){let r=s[e];switch(!0){case r.startsWith("#EXTINF:"):{let n=new URL(s[++e],t).toString(),o=1e3*Number(this.extractPlaylistRowValue("#EXTINF:",r));if(i.segments.push({time:{from:a,to:a+o},url:n}),a+=o,!i.segmentStartTime){let e=new Date(i.vkStartTime).valueOf(),t=new Date(i.programDateTime).valueOf();i.segmentStartTime=t-e}break}case r.startsWith("#EXT-X-TARGETDURATION:"):i.targetDuration=Number(this.extractPlaylistRowValue("#EXT-X-TARGETDURATION:",r));break;case r.startsWith("#EXT-X-MEDIA-SEQUENCE:"):i.mediaSequence=Number(this.extractPlaylistRowValue("#EXT-X-MEDIA-SEQUENCE:",r));break;case r.startsWith("#EXT-X-VK-PLAYBACK-DURATION:"):i.vkPlaybackDuration=Number(this.extractPlaylistRowValue("#EXT-X-VK-PLAYBACK-DURATION:",r));break;case r.startsWith("#EXT-X-PROGRAM-DATE-TIME:"):{let e=this.extractPlaylistRowValue("#EXT-X-PROGRAM-DATE-TIME:",r);i.programDateTime=e;let t=new Date(e);t.setMilliseconds(0),a=t.valueOf();break}case r.startsWith("#EXT-X-VK-START-TIME:"):i.vkStartTime=this.extractPlaylistRowValue("#EXT-X-VK-START-TIME:",r)}}return i}extractPlaylistRowValue(e,t){return"#EXTINF:"===e?t.substring(e.length,t.length-1):t.substring(e.length)}processLiveTime(e){if(uZ(e)&&this.currentTextTrackData){let{segments:t}=this.currentTextTrackData.playlist,{from:i}=t[0].time,{to:s}=t[t.length-1].time;if(!(e<i)&&!(e>s)){for(let i of(s-e<this.params.downloadThreshold&&this.fetchNextManifestData(),t))if(i.time.from<=e&&i.time.to>=e){this.availableTextTracks$.next([{...this.currentTextTrackData.textTrack,url:i.url,isAuto:!0}]);break}}}}async fetchNextManifestData(){try{if(this.abortControllers.nextManifest)return;this.abortControllers.nextManifest=new cJ;let{textTracks:e}=await this.fetchManifestData(),t=await this.parseTextTracks(e,this.params.sourceUrl);this.currentTextTrackData&&t&&(this.currentTextTrackData.playlist.segments=t.playlist.segments)}catch(e){this.error("fetchNextManifestData",e)}finally{this.abortControllers.nextManifest=null}}async fetchManifestData(){let e=this.prepareUrl??this.params.sourceUrl;return await this.params.fetchManifestData(e,{signal:this.abortControllers.destroy.signal})}error(e,t){this.error$.next({id:"[LiveTextManager][HLS_LIVE_CMAF]",category:u4.WTF,thrown:t,message:e})}}class mF{subscription=new uG;videoState=new hm("stopped");video;params;textTracksManager=null;liveTextManager=null;masterManifest;manifests$=new uX([]);maxSeekBackTime$;liveOffset=new hM;manifestStartTime$=new uX(void 0);constructor(e){this.params=e,this.video=hy(e.container,e.tuning),this.params.output.element$.next(this.video),this.masterManifest={id:"master",quality:uY.INVARIANT,url:this.params.source.url};let t=(e,t)=>mO(e,this.params.source.url,{manifestRetryInterval:this.params.tuning.manifestRetryInterval,manifestRetryMaxInterval:this.params.tuning.manifestRetryMaxInterval,manifestRetryMaxCount:this.params.tuning.manifestRetryMaxCount},t);this.params.tuning.useHlsLiveNewTextManager?this.liveTextManager=new mN(this.params.output.liveTime$,this.video,t,this.params.source.url,this.params.tuning.hlsLiveNewTextManagerDownloadThreshold):this.textTracksManager=new hC(e.source.url),t(this.generateLiveUrl()).then(({qualityManifests:e,textTracks:t})=>{0===e.length&&this.params.output.error$.next({id:"HlsLiveProviderInternal:empty_manifest",category:uF.WTF,message:"HlsLiveProvider: there are no qualities in manifest"}),this.liveTextManager?.processTextTracks(t,this.params.source.url),this.manifests$.next([this.masterManifest,...e])}).catch(e=>{this.params.output.error$.next({id:"ExtractHlsQualities",category:uF.NETWORK,message:"Error fetching manifest and extracting qualities",thrown:e})}),this.params.output.isLive$.next(!0),this.params.output.canChangePlaybackSpeed$.next(!1),this.params.output.availableVideoTracks$.next([]),this.params.output.availableAudioTracks$.next([]),this.params.output.isAudioAvailable$.next(!0),this.params.output.hostname$.next(h8(this.params.source.url)),this.params.output.availableTextTracks$.next([]),this.params.desiredState.internalTextTracks.setState([]),this.maxSeekBackTime$=new uX(e.source.maxSeekBackTime??1/0),this.subscribe()}selectManifest(){let{autoVideoTrackSwitching:e,videoTrack:t}=this.params.desiredState,i=e.getState(),s=t.getTransition(),a=s?.to?.id??t.getState()?.id??"master",r=this.manifests$.getValue();if(!r.length)return;let n=i?"master":a;return i&&!s&&t.startTransitionTo(this.masterManifest),r.find(e=>e.id===n)}subscribe(){let{output:e,desiredState:t}=this.params,i=t=>{e.error$.next({id:"HlsLiveProvider",category:uF.WTF,message:"HlsLiveProvider internal logic error",thrown:t})},s=hI(this.video);this.subscription.add(()=>s.destroy());let a=(e,t)=>this.subscription.add(e.subscribe(t,i));a(s.ended$,e.endedEvent$),a(s.error$,e.error$),a(s.isBuffering$,e.isBuffering$),a(s.currentBuffer$,e.currentBuffer$),a(s.currentBuffer$,e.currentNativeBuffer$),a(s.loadedMetadata$,e.firstBytesEvent$),a(s.loadedMetadata$,e.loadedMetadataEvent$),a(s.playing$,e.firstFrameEvent$),a(s.canplay$,e.canplay$),a(s.inPiP$,e.inPiP$),a(s.inFullscreen$,e.inFullscreen$),this.subscription.add(t.isLooped.stateChangeStarted$.subscribe(()=>t.isLooped.setState(!1),i)),this.subscription.add(hx(this.video,t.volume,s.volumeState$,i)),this.subscription.add(s.volumeState$.subscribe(this.params.output.volume$,i)),this.subscription.add(hE(this.video,t.playbackRate,s.playbackRateState$,i)),a(cb(this.video),e.elementVisible$),this.liveTextManager?(a(this.liveTextManager.getCurrentTime$,this.params.output.getCurrentTime$),a(this.liveTextManager.error$,this.params.output.error$)):this.textTracksManager&&this.textTracksManager.connect(this.video,t,e),this.subscription.add(s.playing$.subscribe(()=>{this.videoState.setState("playing"),dY(t.playbackState,"playing")},i)).add(s.pause$.subscribe(()=>{this.videoState.setState("paused"),dY(t.playbackState,"paused")},i)).add(s.canplay$.subscribe(()=>{this.videoState.getTransition()?.to==="ready"&&this.videoState.setState("ready"),"playing"===this.videoState.getState()&&this.playIfAllowed()},i)),this.liveTextManager&&this.subscription.add(this.liveTextManager.availableTextTracks$.subscribe(e=>{e&&this.params.output.availableTextTracks$.next(e)})),this.subscription.add(this.maxSeekBackTime$.pipe(uq(),uW(e=>-e/1e3)).subscribe(this.params.output.duration$,i)),this.subscription.add(s.loadedMetadata$.subscribe(()=>{let e=this.params.desiredState.seekState.getState(),t=this.videoState.getTransition(),i=this.params.desiredState.videoTrack.getTransition(),s=this.params.desiredState.autoVideoTrackSwitching.getTransition();if(i&&uz(i.to)){let e=i.to.id;this.params.desiredState.videoTrack.setState(i.to);let t=this.manifests$.getValue().find(t=>t.id===e);t&&(this.params.output.currentVideoTrack$.next(t),this.params.output.hostname$.next(h8(t.url)))}s&&this.params.desiredState.autoVideoTrackSwitching.setState(s.to),t&&"changing_manifest"===t.from&&this.videoState.setState(t.to),e&&"requested"===e.state&&this.seek(e.position)},i)),this.subscription.add(s.loadedData$.subscribe(()=>{let e=this.video?.getStartDate?.()?.getTime();this.manifestStartTime$.next(e||void 0)},i)),this.subscription.add(uO({startTime:this.manifestStartTime$.pipe(uU(uz)),currentTime:s.timeUpdate$}).subscribe(({startTime:e,currentTime:t})=>this.params.output.liveTime$.next(e+1e3*t),i)),this.subscription.add(this.manifests$.pipe(uW(e=>e.map(({id:e,quality:t,size:i,bandwidth:s,fps:a})=>({id:e,quality:t,size:i,fps:a,bitrate:s})))).subscribe(this.params.output.availableVideoTracks$,i));let r=uj(t.playbackState.stateChangeStarted$,t.seekState.stateChangeEnded$,t.videoTrack.stateChangeStarted$,t.autoVideoTrackSwitching.stateChangeStarted$,t.autoVideoTrackLimits.stateChangeStarted$,this.videoState.stateChangeEnded$,this.manifests$,uQ(["init"])).pipe(uN(0));this.subscription.add(r.subscribe(this.syncPlayback,i))}destroy(){this.subscription.unsubscribe(),this.textTracksManager?.destroy(),this.liveTextManager?.destroy(),this.params.output.element$.next(void 0),hw(this.video)}prepare(){let e=this.selectManifest();if(uH(e))return;let t=this.params.desiredState.autoVideoTrackLimits.getTransition(),i=this.params.desiredState.autoVideoTrackLimits.getState(),s=new URL(e.url);if((t||i)&&e.id===this.masterManifest.id){let{max:e,min:a}=t?.to??i??{};for(let[t,i]of[[e,"mq"],[a,"lq"]]){let e=String(parseFloat(t||""));i&&t&&s.searchParams.set(i,e)}}let a=2*("HLS_LIVE_CMAF"===this.params.format),r=dW(s.toString(),this.liveOffset.getTotalOffset(),a);this.liveTextManager?.prepare(r),this.video.setAttribute("src",r),this.video.load(),mD(r).then(e=>{if(uH(e)){let e=this.params.source.maxSeekBackTime??this.maxSeekBackTime$.getValue();(uH(e)||!isFinite(e))&&cY(r).then(e=>e.text()).then(e=>{let t=/#EXT-X-STREAM-INF[^\n]+\n(.+)/m.exec(e)?.[1];t&&mD(new URL(t,r).toString()).then(e=>{uH(e)||this.maxSeekBackTime$.next(e)})}).catch(()=>{})}else this.maxSeekBackTime$.next(e)})}playIfAllowed(){ct(this.video,()=>{this.params.output.soundProhibitedEvent$.next()}).then(e=>{e||(this.videoState.setState("paused"),this.liveOffset.pause(),dY(this.params.desiredState.playbackState,"paused",!0))},e=>this.params.output.error$.next({id:"ForcePlay",message:"play() failed even with workarounds",category:uF.DOM,thrown:e}))}seek(e){this.params.output.willSeekEvent$.next();let t=-e,i=t<this.maxSeekBackTime$.getValue()?t:0;this.liveOffset.resetTo(i),this.params.output.position$.next(-i/1e3),this.params.output.seekedEvent$.next()}syncPlayback=()=>{if(!this.manifests$.getValue().length)return;let e=this.videoState.getState(),t=this.params.desiredState.playbackState.getState(),i=this.params.desiredState.playbackState.getTransition(),s=this.params.desiredState.videoTrack.getTransition(),a=this.params.desiredState.autoVideoTrackSwitching.getTransition(),r=this.params.desiredState.autoVideoTrackLimits.getTransition();if("stopped"===t){"stopped"!==e&&(this.videoState.startTransitionTo("stopped"),this.video.removeAttribute("src"),this.video.load(),this.params.output.position$.next(0),this.params.output.duration$.next(1/0),this.params.output.currentBuffer$.next(void 0),this.params.output.currentNativeBuffer$.next(void 0),this.params.output.hostname$.next(void 0),this.videoState.setState("stopped"),dY(this.params.desiredState.playbackState,"stopped",!0));return}if(this.videoState.getTransition())return;let n=this.params.desiredState.seekState.getState();if("stopped"===e){this.videoState.startTransitionTo("ready"),this.prepare();return}if(s||a||r){let e=this.videoState.getState();this.videoState.setState("changing_manifest"),this.videoState.startTransitionTo(e),this.prepare(),r&&this.params.output.autoVideoTrackLimits$.next(r.to),"none"===n.state&&this.params.desiredState.seekState.setState({state:"requested",position:-this.liveOffset.getTotalOffset(),forcePrecise:!0});return}if(i?.to!=="paused"&&"requested"===n.state){this.videoState.startTransitionTo("ready"),this.seek(n.position&&n.position-this.liveOffset.getTotalPausedTime()),this.prepare();return}switch(e){case"ready":"ready"===t?dY(this.params.desiredState.playbackState,"ready"):"paused"===t?(this.videoState.setState("paused"),this.liveOffset.pause(),dY(this.params.desiredState.playbackState,"paused")):"playing"===t&&(this.videoState.startTransitionTo("playing"),this.playIfAllowed());return;case"playing":"paused"===t?(this.videoState.startTransitionTo("paused"),this.liveOffset.pause(),this.video.paused?this.videoState.setState("paused"):this.video.pause()):i?.to==="playing"&&dY(this.params.desiredState.playbackState,"playing");return;case"paused":if("playing"===t)if(this.videoState.startTransitionTo("playing"),this.liveOffset.getTotalPausedTime()<this.params.config.maxPausedTime&&this.liveOffset.getTotalOffset()<this.maxSeekBackTime$.getValue())this.liveOffset.resume(),this.playIfAllowed(),this.params.output.position$.next(-this.liveOffset.getTotalOffset()/1e3);else{let e=this.liveOffset.getTotalOffset();e>=this.maxSeekBackTime$.getValue()&&(e=0,this.liveOffset.resetTo(e)),this.liveOffset.resume(),this.params.output.position$.next(-e/1e3),this.prepare()}else i?.to==="paused"&&(dY(this.params.desiredState.playbackState,"paused"),this.liveOffset.pause());return;case"changing_manifest":break;default:return u_(e)}};generateLiveUrl(){let e=dW(this.params.source.url);if(this.params.tuning.useHlsLiveNewTextManager){let t=new URL(e);t.searchParams.set("enable-subtitles","yes"),e=t.toString()}return e}}class mU{subscription=new la;videoState=new hm("stopped");video;params;textTracksManager;masterManifest;manifests$=new lr([]);unmuteAfterBrowserResetsHappened=new lr(!1);constructor(e){this.textTracksManager=new hC(e.source.url),this.params=e,this.video=hy(e.container,e.tuning),this.params.output.element$.next(this.video),this.masterManifest={id:"master",quality:ln.INVARIANT,url:this.params.source.url},this.params.output.isLive$.next(!1),this.params.output.availableVideoTracks$.next([]),this.params.output.availableAudioTracks$.next([]),this.params.output.isAudioAvailable$.next(!0),this.params.output.hostname$.next(h8(this.params.source.url)),this.params.output.autoVideoTrackLimitingAvailable$.next(!0),this.params.output.manifestRequested$.next(),mO(dW(this.params.source.url),this.params.source.url,{manifestRetryInterval:this.params.tuning.manifestRetryInterval,manifestRetryMaxInterval:this.params.tuning.manifestRetryMaxInterval,manifestRetryMaxCount:this.params.tuning.manifestRetryMaxCount}).then(({qualityManifests:e,textTracks:t})=>{this.params.output.firstBytesManifest$.next(),this.manifests$.next([this.masterManifest,...e]),this.params.output.manifestReceived$.next(),this.params.tuning.useNativeHLSTextTracks||this.params.desiredState.internalTextTracks.startTransitionTo(t)},e=>this.params.output.error$.next({id:"ExtractHlsQualities",category:u8.NETWORK,message:"Error fetching manifest and extracting qualities",thrown:e})),this.subscribe()}selectManifest(){let{autoVideoTrackSwitching:e,videoTrack:t}=this.params.desiredState,i=e.getState(),s=t.getTransition(),a=s?.to?.id??t.getState()?.id??"master",r=this.manifests$.getValue();if(!r.length)return;let n=i?"master":a;return!i||s&&s.from||t.startTransitionTo(this.masterManifest),r.find(e=>e.id===n)}subscribe(){let{output:e,desiredState:t}=this.params,i=t=>{e.error$.next({id:"HlsProvider",category:u8.WTF,message:"HlsProvider internal logic error",thrown:t})},s=hI(this.video);this.subscription.add(()=>s.destroy());let a=(e,t)=>this.subscription.add(e.subscribe(t));if(a(s.timeUpdate$,e.position$),a(s.durationChange$,e.duration$),a(s.ended$,e.endedEvent$),a(s.looped$,e.loopedEvent$),a(s.error$,e.error$),a(s.isBuffering$,e.isBuffering$),a(s.currentBuffer$,e.currentBuffer$),a(s.currentBuffer$,e.currentNativeBuffer$),a(s.loadedMetadata$,e.firstBytesEvent$),a(s.loadedMetadata$,e.loadedMetadataEvent$),a(s.playing$,e.firstFrameEvent$),a(s.canplay$,e.canplay$),a(s.seeked$,e.seekedEvent$),a(s.inPiP$,e.inPiP$),a(s.inFullscreen$,e.inFullscreen$),a(this.videoState.stateChangeEnded$.pipe(lt(e=>e.to)),this.params.output.playbackState$),this.subscription.add(hk(this.video,t.isLooped,i)),this.subscription.add(s.volumeState$.subscribe(this.params.output.volume$,i)),this.subscription.add(hE(this.video,t.playbackRate,s.playbackRateState$,i)),cO({subscription:this.subscription,desiredState:t,videoElement$:this.params.output.element$,observableVideo:s}),this.subscription.add(hx(this.video,t.volume,s.volumeState$,i)),this.textTracksManager.connect(this.video,t,e),this.subscription.add(s.playing$.subscribe(()=>{this.videoState.setState("playing"),dY(t.playbackState,"playing")},i)).add(s.pause$.subscribe(()=>{this.videoState.setState("paused"),dY(t.playbackState,"paused")},i)).add(s.canplay$.subscribe(()=>{this.videoState.getTransition()?.to==="ready"&&this.videoState.setState("ready"),"playing"===this.videoState.getState()&&this.playIfAllowed()},i).add(s.loadedMetadata$.subscribe(()=>{let e=this.params.desiredState.seekState.getState(),t=this.videoState.getTransition(),i=this.params.desiredState.videoTrack.getTransition(),s=this.params.desiredState.autoVideoTrackSwitching.getTransition();if(i&&u9(i.to)){let e=i.to.id;this.params.desiredState.videoTrack.setState(i.to);let t=this.manifests$.getValue().find(t=>t.id===e);t&&(this.params.output.currentVideoTrack$.next(t),this.params.output.hostname$.next(h8(t.url)))}let a=this.params.desiredState.playbackRate.getState();if(a!==this.params.output.element$.getValue()?.playbackRate){let e=this.params.output.element$.getValue();e&&(this.params.desiredState.playbackRate.setState(a),e.playbackRate=a)}s&&this.params.desiredState.autoVideoTrackSwitching.setState(s.to),t&&"changing_manifest"===t.from&&this.videoState.setState(t.to),"requested"===e.state&&this.seek(e.position)},i))),this.params.tuning.changePlaybackStateToPausedWhenEnded&&this.subscription.add(s.ended$.subscribe(()=>{this.videoState.setState("paused"),dY(t.playbackState,"paused")})),this.subscription.add(this.manifests$.pipe(lt(e=>e.map(({id:e,quality:t,size:i,bandwidth:s,fps:a})=>({id:e,quality:t,size:i,fps:a,bitrate:s})))).subscribe(this.params.output.availableVideoTracks$,i)),!hs.device.isIOS||!this.params.tuning.useNativeHLSTextTracks){let{textTracks:e}=this.video;this.subscription.add(li(u7(e,"addtrack"),u7(e,"removetrack"),u7(e,"change"),ls(["init"])).subscribe(()=>{for(let t=0;t<e.length;t++)e[t].mode="hidden"},i))}let r=li(t.playbackState.stateChangeStarted$,t.seekState.stateChangeEnded$,t.videoTrack.stateChangeStarted$,t.autoVideoTrackSwitching.stateChangeStarted$,t.autoVideoTrackLimits.stateChangeStarted$,this.videoState.stateChangeEnded$,this.manifests$,ls(["init"])).pipe(u5(0));this.subscription.add(r.subscribe(this.syncPlayback,i))}destroy(){this.subscription.unsubscribe(),this.textTracksManager.destroy(),this.params.output.element$.next(void 0),hw(this.video)}prepare(){let e=this.selectManifest();if(le(e))return;let t=this.params.desiredState.autoVideoTrackLimits.getTransition(),i=this.params.desiredState.autoVideoTrackLimits.getState(),s=new URL(e.url);if((t||i)&&e.id===this.masterManifest.id){let{max:e,min:a}=t?.to??i??{};for(let[t,i]of[[e,"mq"],[a,"lq"]]){let e=String(parseFloat(t||""));i&&t&&s.searchParams.set(i,e)}}this.video.setAttribute("src",s.toString()),this.video.load()}playIfAllowed(){ct(this.video,()=>{this.params.output.soundProhibitedEvent$.next()}).then(e=>{e||(this.videoState.setState("paused"),dY(this.params.desiredState.playbackState,"paused",!0))},e=>this.params.output.error$.next({id:"ForcePlay",message:"play() failed even with workarounds",category:u8.DOM,thrown:e}))}seek(e){this.params.output.willSeekEvent$.next(),this.video.currentTime=e/1e3}syncPlayback=()=>{if(!this.manifests$.getValue().length)return;let e=this.videoState.getState(),t=this.params.desiredState.playbackState.getState(),i=this.params.desiredState.playbackState.getTransition(),s=this.params.desiredState.videoTrack.getTransition(),a=this.params.desiredState.autoVideoTrackSwitching.getTransition(),r=this.params.desiredState.autoVideoTrackLimits.getTransition();if("stopped"===t){"stopped"!==e&&(this.videoState.startTransitionTo("stopped"),this.video.removeAttribute("src"),this.video.load(),this.params.output.position$.next(0),this.params.output.duration$.next(1/0),this.params.output.currentBuffer$.next(void 0),this.params.output.currentNativeBuffer$.next(void 0),this.params.output.hostname$.next(void 0),this.videoState.setState("stopped"),dY(this.params.desiredState.playbackState,"stopped",!0));return}if(this.videoState.getTransition())return;let n=this.params.desiredState.seekState.getState();if("stopped"===e){this.videoState.startTransitionTo("ready"),this.prepare();return}if(s||a||r){let e=this.videoState.getState();this.videoState.setState("changing_manifest"),this.videoState.startTransitionTo(e);let{currentTime:t}=this.video;this.prepare(),r&&this.params.output.autoVideoTrackLimits$.next(r.to),"none"===n.state&&this.params.desiredState.seekState.setState({state:"requested",position:1e3*t,forcePrecise:!0});return}switch(i?.to!=="paused"&&"requested"===n.state&&this.seek(n.position),e){case"ready":"ready"===t?dY(this.params.desiredState.playbackState,"ready"):"paused"===t?(this.videoState.setState("paused"),dY(this.params.desiredState.playbackState,"paused")):"playing"===t&&(this.videoState.startTransitionTo("playing"),this.playIfAllowed());return;case"playing":"paused"===t?(this.videoState.startTransitionTo("paused"),this.video.paused?this.videoState.setState("paused"):this.video.pause()):i?.to==="playing"&&dY(this.params.desiredState.playbackState,"playing");return;case"paused":"playing"===t?(this.videoState.startTransitionTo("playing"),this.playIfAllowed()):i?.to==="paused"&&dY(this.params.desiredState.playbackState,"paused");return;case"changing_manifest":break;default:return u6(e)}}}var mq=T(eQ(),1),mz=T(e_(),1),mH=T(t2(),1);class mW{subscription=new lg;videoState=new hm("stopped");video;trackUrls={};params;textTracksManager=new hC;constructor(e){this.params=e,this.video=hy(e.container,e.tuning),this.params.output.element$.next(this.video),mq.default(this.params.source).reverse().forEach(([e,t],i)=>{let s=i.toString(10);this.trackUrls[s]={track:{quality:e,id:s},url:t}}),this.params.output.isLive$.next(!1),this.params.output.availableVideoTracks$.next(mz.default(this.trackUrls).map(({track:e})=>e)),this.params.output.availableAudioTracks$.next([]),this.params.output.isAudioAvailable$.next(!0),this.params.desiredState.autoVideoTrackSwitching.setState(!1),this.params.output.autoVideoTrackLimitingAvailable$.next(!0),this.subscribe()}subscribe(){let{output:e,desiredState:t}=this.params,i=t=>{e.error$.next({id:"MpegProvider",category:ld.WTF,message:"MpegProvider internal logic error",thrown:t})},s=hI(this.video);this.subscription.add(()=>s.destroy());let a=(e,t)=>this.subscription.add(e.subscribe(t,i));a(s.timeUpdate$,e.position$),a(s.durationChange$,e.duration$),a(s.ended$,e.endedEvent$),a(s.looped$,e.loopedEvent$),a(s.error$,e.error$),a(s.isBuffering$,e.isBuffering$),a(s.currentBuffer$,e.currentNativeBuffer$),a(s.currentBuffer$,e.currentBuffer$),a(s.loadedMetadata$,e.firstBytesEvent$),a(s.loadedMetadata$,e.loadedMetadataEvent$),a(s.playing$,e.firstFrameEvent$),a(s.canplay$,e.canplay$),a(s.seeked$,e.seekedEvent$),a(s.inPiP$,e.inPiP$),a(s.inFullscreen$,e.inFullscreen$),a(this.videoState.stateChangeEnded$.pipe(lb(e=>e.to)),this.params.output.playbackState$),this.subscription.add(hk(this.video,t.isLooped,i)),cO({subscription:this.subscription,desiredState:t,videoElement$:this.params.output.element$,observableVideo:s}),this.subscription.add(hx(this.video,t.volume,s.volumeState$,i)),this.subscription.add(s.volumeState$.subscribe(this.params.output.volume$,i)),this.subscription.add(hE(this.video,t.playbackRate,s.playbackRateState$,i)),a(cb(this.video),e.elementVisible$),this.subscription.add(s.playing$.subscribe(()=>{this.videoState.setState("playing"),dY(t.playbackState,"playing")},i)).add(s.pause$.subscribe(()=>{this.videoState.setState("paused"),dY(t.playbackState,"paused")},i)).add(s.canplay$.subscribe(()=>{this.videoState.getTransition()?.to==="ready"&&this.videoState.setState("ready");let e=this.params.desiredState.videoTrack.getTransition();if(e&&lp(e.to)){this.params.desiredState.videoTrack.setState(e.to),this.params.output.currentVideoTrack$.next(this.trackUrls[e.to.id].track);let t=this.params.desiredState.playbackRate.getState();if(t!==this.params.output.element$.getValue()?.playbackRate){let e=this.params.output.element$.getValue();e&&(this.params.desiredState.playbackRate.setState(t),e.playbackRate=t)}}"playing"!==this.videoState.getState()||this.video.ended||this.playIfAllowed()},i)),this.params.tuning.changePlaybackStateToPausedWhenEnded&&this.subscription.add(s.ended$.subscribe(()=>{this.videoState.setState("paused"),dY(t.playbackState,"paused")})),this.textTracksManager.connect(this.video,t,e);let r=lm(t.playbackState.stateChangeStarted$,t.videoTrack.stateChangeStarted$,t.seekState.stateChangeEnded$,t.autoVideoTrackLimits.stateChangeStarted$,this.videoState.stateChangeEnded$,lf(["init"])).pipe(ll(0));this.subscription.add(r.subscribe(this.syncPlayback,i))}destroy(){this.subscription.unsubscribe(),this.textTracksManager.destroy(),this.trackUrls={},this.params.output.element$.next(void 0),hw(this.video)}prepare(){let e=this.params.desiredState.videoTrack.getState()?.id;lu(e,"MpegProvider: track is not selected");let{url:t}=this.trackUrls[e];lu(t,`MpegProvider: No url for ${e}`),this.params.tuning.requestQuick&&(t=c1(t)),this.video.setAttribute("src",t),this.video.load(),this.params.output.hostname$.next(h8(t))}playIfAllowed(){ct(this.video,()=>{this.params.output.soundProhibitedEvent$.next()}).then(e=>{e||(this.videoState.setState("paused"),dY(this.params.desiredState.playbackState,"paused",!0))},e=>this.params.output.error$.next({id:"ForcePlay",message:"play() failed even with workarounds",category:ld.DOM,thrown:e}))}seek(e){this.params.output.willSeekEvent$.next(),this.video.currentTime=e/1e3}syncPlayback=()=>{let e=this.videoState.getState(),t=this.params.desiredState.playbackState.getState(),i=this.params.desiredState.playbackState.getTransition();if("stopped"===t){"stopped"!==e&&(this.videoState.startTransitionTo("stopped"),this.video.removeAttribute("src"),this.video.load(),this.params.output.position$.next(0),this.params.output.duration$.next(1/0),this.params.output.currentBuffer$.next(void 0),this.params.output.currentNativeBuffer$.next(void 0),this.params.output.hostname$.next(void 0),this.videoState.setState("stopped"),dY(this.params.desiredState.playbackState,"stopped",!0));return}if(this.videoState.getTransition())return;let s=this.params.desiredState.autoVideoTrackLimits.getTransition(),a=this.params.desiredState.videoTrack.getTransition(),r=this.params.desiredState.seekState.getState();if(s&&"ready"!==e&&!a)return void this.handleQualityLimitTransition(s.to);if("stopped"===e){this.videoState.startTransitionTo("ready"),this.prepare();return}if(a){let{currentTime:e}=this.video;this.prepare(),"none"===r.state&&this.params.desiredState.seekState.setState({state:"requested",position:1e3*e,forcePrecise:!0});return}switch(i?.to!=="paused"&&"requested"===r.state&&this.seek(r.position),e){case"ready":"ready"===t?dY(this.params.desiredState.playbackState,"ready"):"paused"===t?(this.videoState.setState("paused"),dY(this.params.desiredState.playbackState,"paused")):"playing"===t&&(this.videoState.startTransitionTo("playing"),this.playIfAllowed());return;case"playing":"paused"===t?(this.videoState.startTransitionTo("paused"),this.video.paused?this.videoState.setState("paused"):this.video.pause()):i?.to==="playing"&&dY(this.params.desiredState.playbackState,"playing");return;case"paused":"playing"===t?(this.videoState.startTransitionTo("playing"),this.playIfAllowed()):i?.to==="paused"&&dY(this.params.desiredState.playbackState,"paused");return;default:return lo(e)}};handleQualityLimitTransition(e){this.params.output.autoVideoTrackLimits$.next(e);let t=e=>{this.params.output.currentVideoTrack$.next(e),this.params.desiredState.videoTrack.startTransitionTo(e)},i=e=>{t(h2(r,{container:this.video.getBoundingClientRect(),panelSize:this.params.panelSize,estimatedThroughput:this.params.dependencies.throughputEstimator.throughput$.getValue(),tuning:this.params.tuning.autoTrackSelection,forwardBufferHealth:0,limits:e,abrLogger:this.params.dependencies.abrLogger}))},s=this.params.output.currentVideoTrack$.getValue()?.quality,a=!!(e.max||e.min),r=mz.default(this.trackUrls).map(e=>e.track);if(!s||!a||hz(e,r[0].quality,mH.default(r,-1)?.quality))return void i();let n=!e.max||lc(s,e.max),o=!e.min||lh(s,e.min);n&&o||i(e)}}var mj=["stun:videostun.mycdn.me:80"],mQ=()=>null;class mG{options;ws=null;peerConnection=null;serverUrl="";streamKey="";stream=null;signalingType="JOIN";retryTimeout;retryCount=0;externalStartCallback=mQ;externalStopCallback=mQ;externalErrorCallback=mQ;constructor(e,t){this.options=this.normalizeOptions(t);let i=e.split("/");this.serverUrl=i.slice(0,i.length-1).join("/"),this.streamKey=i[i.length-1]}onStart(e){try{this.externalStartCallback=e}catch(e){this.handleSystemError(e)}}onStop(e){try{this.externalStopCallback=e}catch(e){this.handleSystemError(e)}}onError(e){try{this.externalErrorCallback=e}catch(e){this.handleSystemError(e)}}connect(){this.connectWS()}disconnect(){try{this.externalStopCallback(),this.closeConnections()}catch(e){this.handleSystemError(e)}}connectWS(){this.ws||(this.ws=new WebSocket(this.serverUrl),this.ws.onopen=this.onSocketOpen.bind(this),this.ws.onmessage=this.onSocketMessage.bind(this),this.ws.onclose=this.onSocketClose.bind(this),this.ws.onerror=this.onSocketError.bind(this))}onSocketOpen(){this.handleLogin()}onSocketClose(e){try{if(!this.ws)return;this.ws=null,e.code>1e3?(this.retryCount++,this.retryCount>this.options.maxRetryNumber?this.handleNetworkError():this.scheduleRetry()):this.externalStopCallback()}catch(e){this.handleRTCError(e)}}onSocketError(e){try{this.externalErrorCallback(Error(e.toString()))}catch(e){this.handleRTCError(e)}}onSocketMessage(e){try{let t=this.parseMessage(e.data);switch(t.type){case"JOIN":case"CALL_JOIN":this.handleJoinMessage(t);break;case"UPDATE":this.handleUpdateMessage(t);break;case"STATUS":this.handleStatusMessage(t)}}catch(e){this.handleRTCError(e)}}handleJoinMessage(e){switch(e.inviteType){case"ANSWER":this.handleAnswer(e.sdp);break;case"CANDIDATE":this.handleCandidate(e.candidate)}}handleStatusMessage(e){"UNPUBLISHED"===e.status&&this.handleUnpublished()}async handleUpdateMessage(e){try{let t=await this.createOffer();this.peerConnection&&await this.peerConnection.setLocalDescription(t),this.handleAnswer(e.sdp)}catch(e){this.handleRTCError(e)}}async handleLogin(){try{this.peerConnection=new RTCPeerConnection({iceServers:[{urls:mj}]}),this.peerConnection.ontrack=this.onPeerConnectionStream.bind(this),this.peerConnection.onicecandidate=this.onPeerConnectionIceCandidate.bind(this),this.peerConnection.oniceconnectionstatechange=this.onPeerConnectionIceConnectionStateChange.bind(this);let e=await this.createOffer();await this.peerConnection.setLocalDescription(e),this.send({type:this.signalingType,inviteType:"OFFER",streamKey:this.streamKey,sdp:e.sdp,callSupport:!1})}catch(e){this.handleRTCError(e)}}async handleAnswer(e){try{this.peerConnection&&await this.peerConnection.setRemoteDescription(new RTCSessionDescription({type:"answer",sdp:e}))}catch(e){this.handleRTCError(e)}}async handleCandidate(e){if(e)try{this.peerConnection&&await this.peerConnection.addIceCandidate(e)}catch(e){this.handleRTCError(e)}}handleUnpublished(){try{this.closeConnections(),this.externalStopCallback()}catch(e){this.handleRTCError(e)}}handleSystemError(e){this.options.errorChanel&&this.options.errorChanel.next({id:"webrtc-provider-error",category:lL.WTF,message:e.message})}async onPeerConnectionStream(e){let t=e.streams[0];this.stream&&this.stream.id===t.id||(this.stream=t,this.externalStartCallback(this.stream))}onPeerConnectionIceCandidate(e){e.candidate&&this.send({type:this.signalingType,inviteType:"CANDIDATE",candidate:e.candidate})}onPeerConnectionIceConnectionStateChange(){this.peerConnection&&["failed","closed"].indexOf(this.peerConnection.iceConnectionState)>-1&&(this.retryCount++,this.retryCount>this.options.maxRetryNumber?this.handleNetworkError():(this.closeConnections(),this.scheduleRetry()))}async createOffer(){if(!this.peerConnection)throw Error("Can not create offer - no peer connection instance ");let e=await this.peerConnection.createOffer({offerToReceiveAudio:!0,offerToReceiveVideo:!0,voiceActivityDetection:!1}),t=e.sdp||"";if(!/^a=rtpmap:\d+ H264\/\d+$/m.test(t))throw Error("No h264 codec support error");return e}handleRTCError(e){try{this.externalErrorCallback(e||Error("RTC connection error"))}catch(e){this.handleSystemError(e)}}handleNetworkError(){try{this.externalErrorCallback(Error("Network error"))}catch(e){this.handleSystemError(e)}}send(e){this.ws&&this.ws.send(JSON.stringify(e))}parseMessage(e){try{return JSON.parse(e)}catch(e){throw Error("Can not parse socket message")}}closeConnections(){let e=this.ws;e&&(this.ws=null,e.close(1e3)),this.removePeerConnection()}removePeerConnection(){let e=this.peerConnection;e&&(this.peerConnection=null,e.close(),e.ontrack=null,e.onicecandidate=null,e.oniceconnectionstatechange=null,e=null)}scheduleRetry(){this.retryTimeout=setTimeout(this.connectWS.bind(this),1e3)}normalizeOptions(e={}){let t={stunServerList:mj,maxRetryNumber:3,errorChanel:null};return e.stunServerList&&(t.stunServerList=e.stunServerList),e.maxRetryNumber&&e.maxRetryNumber>0&&(t.maxRetryNumber=e.maxRetryNumber),t}}class mX{subscription;params;log;video;videoState=new hm("stopped");liveStreamClient;maxSeekBackTime$=new lk(0);constructor(e){this.subscription=new l$,this.params=e,this.log=this.params.dependencies.logger.createComponentLog("WebRTCLiveProvider"),this.video=hy(e.container,e.tuning),this.liveStreamClient=new mG(this.params.source.url,{maxRetryNumber:this.params.tuning.webrtc.connectionRetryMaxNumber,errorChanel:this.params.output.error$}),this.liveStreamClient.onStart(this.onLiveStreamStart.bind(this)),this.liveStreamClient.onStop(this.onLiveStreamStop.bind(this)),this.liveStreamClient.onError(this.onLiveStreamError.bind(this)),this.params.output.availableTextTracks$.next([]),this.params.desiredState.internalTextTracks.setState([]),this.subscribe()}destroy(){this.subscription.unsubscribe(),this.liveStreamClient.disconnect(),this.params.output.element$.next(void 0),hw(this.video)}subscribe(){let{output:e,desiredState:t}=this.params,i=t=>{e.error$.next({id:"WebRTCLiveProvider",category:lx.WTF,message:"WebRTCLiveProvider internal logic error",thrown:t})};this.subscription.add(ly(this.videoState.stateChangeStarted$.pipe(lT(e=>({transition:e,type:"start"}))),this.videoState.stateChangeEnded$.pipe(lT(e=>({transition:e,type:"end"})))).subscribe(({transition:e,type:t})=>{this.log({message:`[videoState change] ${t}: ${JSON.stringify(e)}`})}));let s=hI(this.video);this.subscription.add(()=>s.destroy());let a=(e,t)=>this.subscription.add(e.subscribe(t,i));a(s.timeUpdate$,e.liveTime$),a(s.ended$,e.endedEvent$),a(s.looped$,e.loopedEvent$),a(s.error$,e.error$),a(s.isBuffering$,e.isBuffering$),a(s.currentBuffer$,e.currentBuffer$),a(s.currentBuffer$,e.currentNativeBuffer$),a(cb(this.video),this.params.output.elementVisible$),this.subscription.add(s.durationChange$.subscribe(t=>{e.duration$.next(t===1/0?0:t)})).add(s.canplay$.subscribe(()=>{this.videoState.getTransition()?.to==="ready"&&this.videoState.setState("ready")},i)).add(s.pause$.subscribe(()=>{this.videoState.setState("paused")},i)).add(s.playing$.subscribe(()=>{this.videoState.setState("playing")},i)).add(s.error$.subscribe(e.error$)).add(this.maxSeekBackTime$.subscribe(this.params.output.duration$)).add(hx(this.video,t.volume,s.volumeState$,i)).add(s.volumeState$.subscribe(e.volume$,i)).add(this.videoState.stateChangeEnded$.subscribe(i=>{switch(i.to){case"stopped":e.position$.next(0),e.duration$.next(0),t.playbackState.setState("stopped");break;case"ready":break;case"paused":t.playbackState.setState("paused");break;case"playing":t.playbackState.setState("playing");break;default:return lv(i.to)}},i)).add(ly(t.playbackState.stateChangeStarted$,this.videoState.stateChangeEnded$,lw(["init"])).pipe(lS(0)).subscribe(this.syncPlayback.bind(this),i)),this.subscription.add(t.isLooped.stateChangeStarted$.subscribe(()=>t.isLooped.setState(!1),i)),this.subscription.add(t.autoVideoTrackSwitching.stateChangeStarted$.subscribe(()=>t.autoVideoTrackSwitching.setState(!1),i))}onLiveStreamStart(e){this.params.output.element$.next(this.video),this.params.output.duration$.next(0),this.params.output.position$.next(0),this.params.output.isLive$.next(!0),this.params.output.canChangePlaybackSpeed$.next(!1),this.params.output.hostname$.next(h8(this.params.source.url)),this.params.output.autoVideoTrackLimitingAvailable$.next(!1),this.params.output.availableVideoTracks$.next([]),this.params.output.availableAudioTracks$.next([]),this.params.output.isAudioAvailable$.next(!0),this.params.output.currentVideoTrack$.next({id:"webrtc",quality:lE.INVARIANT}),this.video.srcObject=e,dY(this.params.desiredState.playbackState,"playing")}onLiveStreamStop(){this.videoState.startTransitionTo("stopped"),this.syncPlayback(),this.params.output.position$.next(0),this.params.output.duration$.next(0),this.params.output.currentBuffer$.next(void 0),this.params.output.currentNativeBuffer$.next(void 0),this.params.output.hostname$.next(void 0),this.params.output.endedEvent$.next()}onLiveStreamError(e){this.onLiveStreamStop(),this.params.output.error$.next({id:"WebRTC stream runtime error",category:lx.EXTERNAL_API,message:e.message,thrown:e})}playIfAllowed(){ct(this.video,()=>{this.params.output.soundProhibitedEvent$.next()}).then(e=>{e||(this.videoState.setState("paused"),dY(this.params.desiredState.playbackState,"paused",!0))},e=>this.params.output.error$.next({id:"ForcePlay",message:"play() failed even with workarounds",category:lx.DOM,thrown:e}))}prepare(){this.liveStreamClient.connect()}syncPlayback=()=>{let e=this.videoState.getState(),t=this.params.desiredState.playbackState.getState(),i=this.params.desiredState.playbackState.getTransition();if("stopped"===t){"stopped"!==e&&(this.videoState.startTransitionTo("stopped"),this.video.pause(),this.video.srcObject=null,this.params.output.position$.next(0),this.params.output.duration$.next(0),this.params.output.currentBuffer$.next(void 0),this.params.output.currentNativeBuffer$.next(void 0),this.params.output.hostname$.next(void 0),this.videoState.setState("stopped"),dY(this.params.desiredState.playbackState,"stopped",!0));return}if(this.videoState.getTransition())return;let s=this.params.desiredState.videoTrack.getTransition();if("stopped"===e){this.videoState.startTransitionTo("ready"),this.prepare();return}if(s)return void this.prepare();switch(e){case"ready":"paused"===t?(this.videoState.setState("paused"),dY(this.params.desiredState.playbackState,"paused")):"playing"===t&&(this.videoState.startTransitionTo("playing"),this.playIfAllowed());return;case"playing":"paused"===t?(this.videoState.startTransitionTo("paused"),this.video.paused?this.videoState.setState("paused"):this.video.pause()):i?.to==="playing"&&dY(this.params.desiredState.playbackState,"playing");return;case"paused":"playing"===t?(this.videoState.startTransitionTo("playing"),this.playIfAllowed()):i?.to==="paused"&&dY(this.params.desiredState.playbackState,"paused");return;default:return lv(e)}}}class mY{length;index;iterator;current;constructor(e){this.length=e.length,this.iterator=e[Symbol.iterator](),this.next()}next(){this.current=this.iterator.next(),this.index=void 0===this.index?0:this.index+1}getValue(){if(this.current.done)throw Error("Iterable is completed");return this.current.value}isCompleted(){return!!this.current.done}isLast(){return this.index===this.length-1}}class mJ{providerOutput;provider$;volumeMultiplierError$;volumeMultiplier;static errorId="VolumeMultiplierManager";destroyController=new cJ;subscriptions=new lG;audioContext=null;gainNode=null;mediaElementSource=null;constructor(e,t,i,s){this.providerOutput=e,this.provider$=t,this.volumeMultiplierError$=i,this.volumeMultiplier=s,this.subscriptions.add(this.provider$.pipe(lY(e=>!!e.type),lJ()).subscribe(({type:e})=>this.subscribe(e)))}subscribe(e){hs.browser.isSafari&&"MPEG"!==e||this.subscriptions.add(lX({video:this.providerOutput.element$,playbackState:this.providerOutput.playbackState$,volume:this.providerOutput.volume$}).pipe(lY(({playbackState:e,video:t,volume:{muted:i,volume:s}})=>"playing"===e&&!!t&&!i&&!!s),lJ()).subscribe(({video:e})=>{this.initAudioContextOnce(e).then(e=>{e||this.destroy()}).catch(e=>{this.handleError(e),this.destroy()})}))}static isSupported(){return"AudioContext"in window&&"GainNode"in window&&"MediaElementAudioSourceNode"in window}async initAudioContextOnce(e){let{volumeMultiplier:t}=this,i=new(window.AudioContext||window.webkitAudioContext);this.audioContext=i;let s=i.createGain();if(this.gainNode=s,s.gain.value=t,s.connect(i.destination),"suspended"===i.state&&(await i.resume(),this.destroyController.signal.aborted))return!1;let a=i.createMediaElementSource(e);return this.mediaElementSource=a,a.connect(s),!0}cleanup(){this.mediaElementSource&&(this.mediaElementSource.disconnect(),this.mediaElementSource=null),this.gainNode&&(this.gainNode.disconnect(),this.gainNode=null),this.audioContext&&("closed"!==this.audioContext.state&&this.audioContext.close(),this.audioContext=null)}destroy(){this.destroyController.abort(),this.subscriptions.unsubscribe(),this.cleanup()}handleError(e){this.volumeMultiplierError$.next({id:mJ.errorId,category:lQ.VIDEO_PIPELINE,message:e?.message??`${mJ.errorId} exception`,thrown:e})}}var mK={chunkDuration:5e3,maxParallelRequests:5};class mZ{current$=new lN({type:void 0});providerError$=new l_;noAvailableProvidersError$=new l_;volumeMultiplierError$=new l_;providerOutput={position$:new lN(0),duration$:new lN(1/0),volume$:new lN({muted:!1,volume:1}),availableVideoStreams$:new lN([]),currentVideoStream$:new lN(void 0),availableVideoTracks$:new lN([]),currentVideoTrack$:new lN(void 0),availableVideoCodecs$:new lN([]),availableAudioStreams$:new lN([]),currentAudioStream$:new lN(void 0),availableAudioTracks$:new lN([]),availableAudioCodecs$:new lN([]),currentVideoSegmentLength$:new lN(0),currentAudioSegmentLength$:new lN(0),isAudioAvailable$:new lN(!0),autoVideoTrackLimitingAvailable$:new lN(!1),autoVideoTrackLimits$:new lN(void 0),currentBuffer$:new lN(void 0),currentNativeBuffer$:new lN(void 0),isBuffering$:new lN(!0),error$:new l_,fetcherError$:new l_,fetcherRecoverableError$:new l_,warning$:new l_,willSeekEvent$:new l_,soundProhibitedEvent$:new l_,seekedEvent$:new l_,loopedEvent$:new l_,endedEvent$:new l_,manifestRequested$:new l_,firstBytesManifest$:new l_,manifestReceived$:new l_,firstBytesRequested$:new l_,firstBytesReceived$:new l_,firstBytesEvent$:new l_,loadedMetadataEvent$:new l_,firstFrameEvent$:new l_,canplay$:new l_,isLive$:new lN(void 0),isLiveEnded$:new lN(null),canPlayLiveTailBuffer$:new lN(!1),isLowLatency$:new lN(!1),canChangePlaybackSpeed$:new lN(!0),liveTime$:new lN(void 0),liveBufferTime$:new lN(void 0),liveLatency$:new lN(void 0),severeStallOccurred$:new l_,availableTextTracks$:new lN([]),currentTextTrack$:new lN(void 0),hostname$:new lN(void 0),httpConnectionType$:new lN(void 0),httpConnectionReused$:new lN(void 0),httpConnectionMetrics$:new lN(void 0),httpDownloadMetrics$:new lN(void 0),inPiP$:new lN(!1),inFullscreen$:new lN(!1),element$:new lN(void 0),elementVisible$:new lN(!0),availableSources$:new lN(void 0),is3DVideo$:new lN(!1),playbackState$:new lN(""),getCurrentTime$:new lN(null)};subscription=new lO;screenFormatsIterator;chromecastFormatsIterator;videoCodecsIterator;log;tracer;params;failoverIndex;volumeMultiplierManager=null;constructor(e){this.params=e,this.log=this.params.dependencies.logger.createComponentLog("ProviderContainer"),this.tracer=e.dependencies.tracer.createComponentTracer(this.constructor.name);let t=ha([...(({androidPreferredFormat:e,preferCMAF:t,preferWebRTC:i})=>{let s,a=t?["DASH_LIVE_CMAF","DASH_LIVE"]:["DASH_LIVE","DASH_LIVE_CMAF"],r=t?["HLS_LIVE_CMAF","HLS_LIVE"]:["HLS_LIVE","HLS_LIVE_CMAF"],n=[...a,...r],o=[...r,...a],u=hs.device.isMac&&hs.browser.isSafari;if(hs.device.isAndroid)switch(e){case"dash":case"dash_any_mpeg":case"dash_any_webm":case"dash_sep":s=n;break;case"hls":case"mpeg":s=o;break;default:nl(e)}else s=!hs.video.nativeHlsSupported||u||hs.browser.isChromiumBased?u?t?["DASH_LIVE_CMAF","HLS_LIVE_CMAF","HLS_LIVE","DASH_LIVE"]:["HLS_LIVE","DASH_LIVE","DASH_LIVE_CMAF","HLS_LIVE_CMAF"]:n:o;return i?["WEB_RTC_LIVE",...s]:[...s,"WEB_RTC_LIVE"]})(this.params.tuning),...(({webmCodec:e,androidPreferredFormat:t,iosPreferredFormat:i,preferMultiStream:s})=>{let a=[...s?["DASH_STREAMS"]:[],...pl(e),"DASH_SEP","DASH_ONDEMAND",...s?[]:["DASH_STREAMS"]],r=[...s?["DASH_STREAMS"]:[],"DASH_SEP","DASH_ONDEMAND",...s?[]:["DASH_STREAMS"]];if(hs.device.isAndroid)switch(t){case"mpeg":return["MPEG",...a,"HLS","HLS_ONDEMAND"];case"hls":return["HLS","HLS_ONDEMAND",...a,"MPEG"];case"dash":return[...a,"HLS","HLS_ONDEMAND","MPEG"];case"dash_any_mpeg":return[...r,"MPEG",...pl(e),"HLS","HLS_ONDEMAND"];case"dash_any_webm":return[...pl(e),"MPEG",...r,"HLS","HLS_ONDEMAND"];case"dash_sep":return["DASH_SEP","MPEG",...pl(e),...r,"HLS","HLS_ONDEMAND"];default:nl(t)}if(hs.video.nativeHlsSupported)switch(i){case"hls":return[...a,"HLS","HLS_FMP4","HLS_ONDEMAND","MPEG"];case"hls_fmp4":return[...a,"HLS_FMP4","HLS","HLS_ONDEMAND","MPEG"];default:nl(i)}return[...a,"HLS","HLS_ONDEMAND","MPEG"]})(this.params.tuning)]).filter(t=>lB(e.sources[t])),{forceFormat:i,formatsToAvoid:s}=this.params.tuning,a=[];a=i?[i]:s.length?[...t.filter(e=>!hd.default(s,e)),...t.filter(e=>hd.default(s,e))]:t,this.log({message:`Selected formats: ${a.join(" > ")}`}),this.tracer.log("Selected formats",lF(a)),this.screenFormatsIterator=new mY(a);let r=[...pd(!0),...pd(!1)];this.chromecastFormatsIterator=new mY(r.filter(t=>lB(e.sources[t]))),this.providerOutput.availableSources$.next(e.sources);let{volumeMultiplier:n=1,tuning:{useVolumeMultiplier:o}}=this.params;o&&1!==n&&mJ.isSupported()&&(this.volumeMultiplierManager=new mJ(this.providerOutput,this.current$,this.volumeMultiplierError$,n))}init(){cc.reset(),this.subscription.add(this.initProviderErrorHandling()).add(this.params.dependencies.chromecastInitializer.connection$.subscribe(()=>{this.reinitProvider()})).add(this.providerOutput.availableVideoCodecs$.subscribe(e=>{!this.videoCodecsIterator&&e.length>1&&(this.videoCodecsIterator=new mY(e))}))}destroy(){this.destroyProvider(),this.current$.next({type:void 0}),this.subscription.unsubscribe(),this.volumeMultiplierManager?.destroy(),this.volumeMultiplierManager=null,this.tracer.end()}initProvider(){let e,t=this.chooseDestination(),i=this.chooseFormat(t);if(lI(i))return void this.handleNoFormatsError(t);try{e=this.createProvider(t,i)}catch(e){this.providerError$.next({id:"ProviderNotConstructed",category:lA.WTF,message:"Failed to create provider",thrown:e})}e?this.current$.next({type:i,provider:e,destination:t}):this.current$.next({type:void 0})}reinitProvider(){this.tracer.log("reinitProvider"),this.destroyProvider(),this.initProvider()}switchToNextProvider(e){this.tracer.log("switchToNextProvider",{destination:e}),this.destroyProvider(),this.failoverIndex=void 0,this.skipFormat(e),this.initProvider()}switchToNextVideoCodec(){this.params.tuning.dash.codecsPrioritizeEnabled&&!this.videoCodecsIterator.isLast()&&(this.tracer.log("switchToNextVideoCodec"),this.destroyProvider(),this.videoCodecsIterator.next(),this.initProvider())}destroyProvider(){let e=this.current$.getValue().provider;if(!e)return;this.log({message:"destroyProvider"}),this.tracer.log("destroyProvider"),e.destroy();let t=1e3*this.providerOutput.position$.getValue(),i=this.params.desiredState.seekState.getState(),s="none"!==i.state;if(this.params.desiredState.seekState.setState({state:"requested",position:s?i.position:t,forcePrecise:!!s&&i.forcePrecise}),e.scene3D){let t=e.scene3D.getCameraRotation();this.params.desiredState.cameraOrientation.setState({x:t.x,y:t.y})}let a=this.providerOutput.isBuffering$;a.getValue()||a.next(!0)}createProvider(e,t){switch(this.log({message:`createProvider: ${e}:${t}`}),this.tracer.log("createProvider",{destination:e,format:t}),e){case"SCREEN":return this.createScreenProvider(t);case"CHROMECAST":return this.createChromecastProvider(t);default:return lC(e)}}createScreenProvider(e){let{sources:t,container:i,desiredState:s,panelSize:a}=this.params,r=this.providerOutput,n={container:i,source:null,desiredState:s,output:r,dependencies:this.params.dependencies,tuning:this.params.tuning,panelSize:a};switch(e){case"DASH_SEP":case"DASH_WEBM":case"DASH_WEBM_AV1":case"DASH_ONDEMAND":case"DASH_STREAMS":{let i=this.applyFailoverHost(t[e]),s=this.applyFailoverHost(t.HLS_ONDEMAND||t.HLS);lM(i);let{useDashProviderVirtual:a,useDashProviderVirtualMobile:r}=this.params.tuning,{isMobile:o}=hs.device;if(!o&&a||o&&r)return new ms({...n,source:i,sourceHls:s,forceVideoCodec:this.videoCodecsIterator?.getValue()});return new mR({...n,source:i,sourceHls:s,forceVideoCodec:this.videoCodecsIterator?.getValue()})}case"DASH_LIVE_CMAF":{let i=this.applyFailoverHost(t[e]);if(lM(i),this.params.tuning.useDashProviderVirtual&&!hs.device.isMobile||this.params.tuning.useDashProviderVirtualMobile&&hs.device.isMobile)return new mc({...n,source:i});return new mB({...n,source:i})}case"HLS":case"HLS_ONDEMAND":case"HLS_FMP4":{let i=this.applyFailoverHost(t[e]);return lM(i),new mU({...n,source:i})}case"HLS_LIVE":case"HLS_LIVE_CMAF":{let i=this.applyFailoverHost(t[e]);return lM(i),new mF({...n,source:i,config:{maxPausedTime:this.params.tuning.live.maxPausedTime},format:e})}case"MPEG":{let i=this.applyFailoverHost(t[e]);return lM(i),new mW({...n,source:i})}case"DASH_LIVE":{let i=this.applyFailoverHost(t[e]);return lM(i),new cy({...n,source:i,config:{...mK,maxPausedTime:this.params.tuning.live.maxPausedTime}})}case"WEB_RTC_LIVE":{let a=this.applyFailoverHost(t[e]);return lM(a),new mX({container:i,source:a,desiredState:s,output:r,dependencies:this.params.dependencies,tuning:this.params.tuning})}case"DASH":case"DASH_LIVE_WEBM":throw Error(`${e} is no longer supported`);default:return lC(e)}}createChromecastProvider(e){let{sources:t,container:i,desiredState:s,meta:a}=this.params,r={meta:a,container:i,source:t,format:e,desiredState:s,output:this.providerOutput,dependencies:this.params.dependencies,tuning:this.params.tuning};if(this.params.tuning.chromecastPresentationApi&&this.params.dependencies.chromecastInitializer instanceof hl){let{chromecastConnector:e}=this.params.dependencies.chromecastInitializer;return lM(e),new ho({...r,chromecastConnector:e})}let n=this.params.dependencies.chromecastInitializer.connection$.getValue();return lM(n),new hf({...r,connection:n})}chooseDestination(){return this.params.dependencies.chromecastInitializer.connection$.getValue()?"CHROMECAST":"SCREEN"}chooseFormat(e){switch(e){case"SCREEN":return this.screenFormatsIterator.isCompleted()?void 0:this.screenFormatsIterator.getValue();case"CHROMECAST":return this.chromecastFormatsIterator.isCompleted()?void 0:this.chromecastFormatsIterator.getValue();default:return lC(e)}}skipFormat(e){switch(e){case"SCREEN":return this.screenFormatsIterator.next();case"CHROMECAST":return this.chromecastFormatsIterator.next();default:return lC(e)}}handleNoFormatsError(e){switch(e){case"SCREEN":this.noAvailableProvidersError$.next(this.params.tuning.forceFormat),this.current$.next({type:void 0});return;case"CHROMECAST":this.params.dependencies.chromecastInitializer.disconnect();return;default:return lC(e)}}applyFailoverHost(e){if(void 0===this.failoverIndex)return e;let t=this.params.failoverHosts[this.failoverIndex];if(!t)return e;let i=e=>{let i=new URL(e);return i.host=t,i.toString()};if(void 0===e)return e;if("type"in e){if("raw"===e.type)return e;else if("url"===e.type)return{...e,url:i(e.url)}}return hc.default(hh.default(e).map(([e,t])=>[e,i(t)]))}initProviderErrorHandling(){let e,t=new lO,i=!1,s=0;t.add(lP(this.providerOutput.error$.pipe(lR(e=>!this.params.tuning.ignoreAudioRendererError||!e.message||!/AUDIO_RENDERER_ERROR/ig.test(e.message))),(e={desiredPlaybackState$:this.params.desiredState.playbackState,maxTransitionInterval:this.params.tuning.maxPlaybackTransitionInterval,position$:this.providerOutput.position$,providerChanged$:this.current$},new lz(t=>{let i=new lW,s=e.desiredPlaybackState$.stateChangeStarted$.pipe(lH(({from:e,to:t})=>`${e}-${t}`)),a=e.desiredPlaybackState$.stateChangeEnded$,r=e.providerChanged$.pipe(lH(({type:e})=>void 0!==e)),n=new lj,o=0,u="unknown";return i.add(s.subscribe(t=>{o&&window.clearTimeout(o),u=t,o=window.setTimeout(()=>n.next(t),e.maxTransitionInterval),cc({m:"hangup.set",l:t,id:o})})),i.add(a.subscribe(()=>{cc({m:"hangup.cl",id:o}),window.clearTimeout(o),u="unknown",o=0})),i.add(r.subscribe(t=>{o&&(cc({m:"hangup.rs.0",id:o}),window.clearTimeout(o),o=0,t&&cc({m:"hangup.rs.1",id:o=window.setTimeout(()=>n.next(u),e.maxTransitionInterval)}))})),i.add(n.subscribe(t)),()=>{window.clearTimeout(o),i.unsubscribe()}})).pipe(lD(e=>({id:`ProviderHangup:${e}`,category:lA.WTF,message:`A ${e} transition failed to complete within reasonable time`})))).subscribe(this.providerError$)),t.add(this.providerOutput.fetcherError$.subscribe(this.providerError$)),t.add(this.current$.subscribe(()=>{i=!1;let e=this.params.desiredState.playbackState.transitionEnded$.pipe(lR(({to:e})=>"playing"===e),lV()).subscribe(()=>i=!0);t.add(e)}));let a=()=>{let e=cc.drain(),{logDashLiveDebug:t,sendDashLiveDebug:i}=this.params.tuning;if(t&&lq().console.log(`===== DASH_LIVE DEBUG START ====
|
|
127
|
+
`,e.map(({time:e,data:t,stack:i})=>`${e}: ${JSON.stringify(t)}${i?`
|
|
128
|
+
`+i:""}`).join(`
|
|
183
129
|
`),`
|
|
184
|
-
===== DASH_LIVE DEBUG END ====`),o){let u=s.reduce((c,{time:d,data:l,stack:p})=>{let h=(0,lp.default)(l).map(([f,b])=>`${f}:${b}`).join(",");return c+=`${d}: ${h}${p?`: ${p}`:""};`,c},"");E_.push("core",{key:"vp_dash_live_debug",strings:[u]})}};return e.add(this.providerError$.subscribe(s=>{s.id.startsWith("ProviderHangup")&&(B({m:"final.0",e:s.id}),r())})).add(this.noAvailableProvidersError$.subscribe(()=>{B({m:"final.1"}),r()})),e.add(this.providerError$.subscribe(s=>{let n=this.current$.getValue().destination,o={error:s,currentDestination:n};if(n==="CHROMECAST")this.destroyProvider(),this.params.dependencies.chromecastInitializer.stopMedia().then(()=>this.switchToNextProvider("CHROMECAST"),()=>this.params.dependencies.chromecastInitializer.disconnect());else{let u=s.category===lu.NETWORK,c=s.category===lu.FATAL,d=this.params.failoverHosts.length>0&&(this.failoverIndex===void 0||this.failoverIndex<this.params.failoverHosts.length-1),l=i<this.params.tuning.providerErrorLimit&&!c,p=this.videoCodecsIterator&&!this.videoCodecsIterator.isLast()&&this.params.tuning.dash.codecsPrioritizeEnabled,h=d&&!c&&(u&&t||!l);o={...o,isNetworkError:u,isFatalError:c,haveFailoverHost:d,tryFailover:h,canReinitProvider:l},l?(i++,this.reinitProvider()):h?(this.failoverIndex=this.failoverIndex===void 0?0:this.failoverIndex+1,this.reinitProvider()):p?this.switchToNextVideoCodec():(i=0,this.switchToNextProvider(n??"SCREEN"))}s.traceAsLog?this.tracer.log("providerInfo",up(o)):this.tracer.error("providerError",up(o))})),e}};import{fromEvent as du,once as P_,combine as k_,Subscription as vE,ValueSubject as dp,map as SE,filter as A_,isNonNullable as pu,now as ze,safeStorage as pp,getWindow as R_}from"@vkontakte/videoplayer-shared";var M_=5e3,yE="one_video_throughput",TE="one_video_rtt",fp=()=>{let{navigator:a}=R_();if(a)return a.connection},IE=()=>{let a=fp()?.downlink;if(pu(a)&&a!==10)return a*1e3},EE=()=>{let a=fp()?.rtt;if(pu(a)&&a!==3e3)return a},wE=(a,e,t)=>{let i=t*8,r=i/a;return i/(r+e)},hp=class a{constructor(e){this.subscription=new vE;this.concurrentDownloads=new Set;this.tuningConfig=e;let t=a.load(yE)||(e.useBrowserEstimation?IE():void 0)||M_,i=a.load(TE)??(e.useBrowserEstimation?EE():void 0)??0;if(this.throughput$=new dp(t),this.rtt$=new dp(i),this.rttAdjustedThroughput$=new dp(wE(t,i,e.rttPenaltyRequestSize)),this.throughput=$t.getSmoothedValue(t,-1,e),this.rtt=$t.getSmoothedValue(i,1,e),e.useBrowserEstimation){let r=()=>{let o=IE();o&&this.throughput.next(o);let u=EE();pu(u)&&this.rtt.next(u)},s=fp();s&&"onchange"in s&&this.subscription.add(du(s,"change").subscribe(r)),r()}this.subscription.add(this.throughput.smoothed$.subscribe(r=>{pp.set(yE,r.toFixed(0))})),this.subscription.add(this.rtt.smoothed$.subscribe(r=>{pp.set(TE,r.toFixed(0))})),this.subscription.add(this.throughput.debounced$.pipe(SE(r=>Math.round(r))).subscribe(this.throughput$)),this.subscription.add(this.rtt.debounced$.subscribe(this.rtt$)),this.subscription.add(k_({throughput:this.throughput.smoothed$,rtt:this.rtt.smoothed$}).pipe(SE(({throughput:r,rtt:s})=>wE(r,s,e.rttPenaltyRequestSize)),A_(r=>{let s=this.rttAdjustedThroughput$.getValue()||0;return Math.abs(r-s)/s>=e.changeThreshold})).subscribe(this.rttAdjustedThroughput$))}destroy(){this.concurrentDownloads.clear(),this.subscription.unsubscribe()}trackXHR(e){let t=0,i=ze(),r=new vE;switch(this.subscription.add(r),this.concurrentDownloads.add(e),e.readyState){case 4:break;case 3:case 2:r.add(du(e,"progress").pipe(P_()).subscribe(s=>{t=s.loaded,i=ze()}));break;case 1:case 0:r.add(du(e,"loadstart").subscribe(()=>{t=0,i=ze()}));break}r.add(du(e,"loadend").subscribe(s=>{if(e.status===200){let n=s.loaded,o=ze(),u=n-t,c=o-i;this.addRawSpeed(u,c,1)}this.concurrentDownloads.delete(e),r.unsubscribe()}))}trackStream(e,t=!1){let i=e.getReader();if(!i){e.cancel("Could not get reader");return}let r=0,s=ze(),n=0,o=ze(),u=d=>{this.concurrentDownloads.delete(e),i.releaseLock(),e.cancel(`Throughput Estimator error: ${d}`).catch(()=>{})},c=async({done:d,value:l})=>{if(d)!t&&this.addRawSpeed(r,ze()-s,1),this.concurrentDownloads.delete(e);else if(l){if(t){let p=ze();if(p-o>this.tuningConfig.lowLatency.continuesByteSequenceInterval||p-s>this.tuningConfig.lowLatency.maxLastEvaluationTimeout){let f=o-s;f&&this.addRawSpeed(n,f,1,t),n=l.byteLength,s=ze()}else n+=l.byteLength;o=ze()}else r+=l.byteLength,n+=l.byteLength,n>=this.tuningConfig.streamMinSampleSize&&ze()-o>=this.tuningConfig.streamMinSampleTime&&(this.addRawSpeed(n,ze()-o,this.concurrentDownloads.size),n=0,o=ze());await i?.read().then(c,u)}};this.concurrentDownloads.add(e),i?.read().then(c,u)}addRawSpeed(e,t,i=1,r=!1){if(a.sanityCheck(e,t,r)){let s=e*8/t;this.throughput.next(s*i)}}addRawThroughput(e){this.throughput.next(e)}addRawRtt(e){this.rtt.next(e)}static sanityCheck(e,t,i=!1){let r=e*8/t;return!(!r||!isFinite(r)||r>1e6||r<30||i&&e<1e4||!i&&e<10*1024||!i&&t<=20)}static load(e){let t=pp.get(e);if(pu(t))return parseInt(t,10)??void 0}},xE=hp;import{fillWithDefault as $_,VideoQuality as hu}from"@vkontakte/videoplayer-shared";var L_={throughputEstimator:{type:"EmaAndMa",emaAlphaSlow:.2,emaAlphaFast:.7,emaAlpha:.45,basisTrendChangeCount:10,changeThreshold:.05,useBrowserEstimation:!0,rttPenaltyRequestSize:1*1024*1024,streamMinSampleSize:10*1024,streamMinSampleTime:300,deviationDepth:20,deviationFactor:.5,lowLatency:{continuesByteSequenceInterval:50,maxLastEvaluationTimeout:300}},autoTrackSelection:{maxBitrateFactorAtEmptyBuffer:4,bitrateFactorAtEmptyBuffer:2.8,minBitrateFactorAtEmptyBuffer:1.5,bitrateAudioFactorAtEmptyBuffer:10,maxBitrateFactorAtFullBuffer:3,bitrateFactorAtFullBuffer:2,minBitrateFactorAtFullBuffer:1,bitrateAudioFactorAtFullBuffer:7,minVideoAudioRatio:5,minAvailableThroughputAudioRatio:5,usePixelRatio:!0,pixelRatioMultiplier:void 0,pixelRatioLogBase:3,pixelRatioLogCoefficients:[1,0,1],limitByContainer:!0,maxContainerSizeFactor:2,containerSizeFactor:1.3,minContainerSizeFactor:1,lazyQualitySwitch:!0,minBufferToSwitchUp:.4,considerPlaybackRate:!1,trackCooldownIncreaseQuality:15e3,trackCooldownDecreaseQuality:3e3,backgroundVideoQualityLimit:hu.Q_4320P,activeVideoAreaThreshold:.1,highQualityLimit:hu.Q_720P,trafficSavingLimit:hu.Q_480P},stallsManager:{enabled:!1,ignoreDynamicAbrForShortVideo:!1,stallDurationNoDataBeforeQualityDecrease:500,stallDurationToBeCount:100,stallCountBeforeQualityDecrease:3,resetQualityRestrictionTimeout:1e4,ignoreStallsOnSeek:!0,stallsMetricsHistoryLength:20,maxPossibleStallDuration:3e4,minTvtToBeCounted:120,maxTvtToBeCounted:10800,significantTvt:600,targetStallsDurationPerTvt:1,deviationStallsDurationPerTvt:.5,criticalStallsDurationPerTvt:6,abrAdjustingSpeed:.1,emaAlpha:.6,useTotalStallsDurationPerTvt:!0,useAverageStallsDurationPerTvt:!0,useEmaStallsDurationPerTvt:!0},droppedFramesChecker:{enabled:!1,percentLimit:.1,checkTime:1e3,countLimit:3,tickCountAfterQualityChange:5,qualityUpWaitingTime:5e3,minQualityBanLimit:hu.Q_480P},dash:{forwardBufferTarget:6e4,forwardBufferTargetAuto:6e4,forwardBufferTargetManual:5*6e4,forwardBufferTargetPreload:5e3,seekBiasInTheEnd:2e3,maxSegmentDurationLeftToSelectNextSegment:3e3,minSafeBufferThreshold:.5,bufferPruningSafeZone:1e3,segmentRequestSize:1*1024*1024,maxVirtualBufferSize:250*1024*1024,virtualBufferPruneSize:100*1024*1024,representationSwitchForwardBufferGap:15e3,crashOnStallTimeout:25e3,crashOnStallTWithoutDataTimeout:5e3,enableSubSegmentBufferFeeding:!0,bufferEmptinessTolerance:100,useNewRepresentationSwitch:!1,useDelayedRepresentationSwitch:!1,useSmartRepresentationSwitch:!1,useFetchPriorityHints:!0,useAbortMSEFix:!1,enableBaseUrlSupport:!0,maxSegmentRetryCount:5,sourceOpenTimeout:1e3,vktvAbrThrottle:0,timeupdateEventTickThrottle:300,fetcherBufferOptimisation:!0,codecsPrioritizeEnabled:!1,usePersistentGaps:!1,abrThrottle:0,useVideoElementWaitingCurrentTimeReassign:!0,stallWatchdogInterval:100,liveUpdateInterval:1e3,liveStallReinitInterval:3e3,ignoreNetworkErrorsOnLoadInit:!1,bufferTolerance:100,actionTimeShiftFromSegment:500,tickMaintainInterval:1e3,minSafeBufferToPlay:1e4,useBufferHoldingOnlyOnStall:!0,useNewStallExitPolicy:!1,videoStreamRepresentaionsFilter:[]},dashCmafLive:{externalStopControl:!1,keepSilentStallWatchdogWhenNotActive:!1,maxActiveLiveOffset:1e4,normalizedTargetMinBufferSize:6e4,normalizedLiveMinBufferSize:5e3,normalizedActualBufferOffset:1e4,offsetCalculationError:3e3,maxLiveDuration:7200,catchupLiveForMutedInactiveTab:!0,lowLatency:{maxTargetOffset:3e3,maxTargetOffsetDeviation:250,playbackCatchupSpeedup:.05,isActiveOnDefault:!1,bufferEstimator:{emaAlpha:.45,changeThreshold:.05,deviationDepth:20,deviationFactor:.5,extremumInterval:5}}},live:{minBuffer:3e3,minBufferSegments:3,lowLatencyMinBuffer:1e3,lowLatencyMinBufferSegments:1,isLiveCatchUpMode:!1,lowLatencyActiveLiveDelay:3e3,activeLiveDelay:5e3,maxPausedTime:5e3},downloadBackoff:{bufferThreshold:100,start:100,factor:2,max:3*1e3,random:.1},enableWakeLock:!0,enableTelemetryAtStart:!1,forceFormat:void 0,formatsToAvoid:[],disableChromecast:!1,chromecastReceiverId:"07A4434E",chromecastPresentationApi:!1,useWebmBigRequest:!1,webmCodec:"vp9",androidPreferredFormat:"dash",iosPreferredFormat:"hls",preferCMAF:!1,preferWebRTC:!1,preferMultiStream:!1,preferHDR:!1,bigRequestMinInitSize:50*1024,bigRequestMinDataSize:1*1024*1024,stripRangeHeader:!0,flushShortLoopedBuffers:!0,insufficientBufferRuleMargin:1e4,seekNearDurationBias:1,dashSeekInSegmentDurationThreshold:3*60*1e3,dashSeekInSegmentAlwaysSeekDelta:1e4,endGapTolerance:300,stallIgnoreThreshold:33,gapWatchdogInterval:50,requestQuick:!1,useHlsJs:!1,useNativeHLSTextTracks:!1,useNewSwitchTo:!1,useDashProviderVirtual:!1,useDashProviderVirtualMobile:!1,useNewAutoSelectVideoTrack:!1,useSafariEndlessRequestBugfix:!0,isAudioDisabled:!1,autoplayOnlyInActiveTab:!0,dynamicImportTimeout:5e3,maxPlaybackTransitionInterval:2e4,providerErrorLimit:3,manifestRetryInterval:300,manifestRetryMaxInterval:1e4,manifestRetryMaxCount:10,audioVideoSyncRate:20,webrtc:{connectionRetryMaxNumber:3},spherical:{enabled:!1,fov:{x:135,y:76},rotationSpeed:45,maxYawAngle:175,rotationSpeedCorrection:10,degreeToPixelCorrection:5,speedFadeTime:2e3,speedFadeThreshold:50},useVolumeMultiplier:!1,ignoreAudioRendererError:!1,useEnableSubtitlesParam:!1,useHlsLiveNewTextManager:!1,exposeInternalsToGlobal:!1,hlsLiveNewTextManagerDownloadThreshold:4e3,disableYandexPiP:!1,asyncResolveClientChecker:!1,autostartOnlyIfVisible:!1,changePlaybackStateToPausedWhenEnded:!1,suppressExceptionsInObservables:!0,devNullLogEnabled:!1,collectingDecodingInfoEnabled:!1,sendDashLiveDebug:!1,logDashLiveDebug:!1},PE=a=>$_(a,L_);import{assertNonNullable as gp,combine as Vt,ErrorCategory as fu,filter as de,filterChanged as Q,fromEvent as vp,isNonNullable as LE,isNullable as H_,Logger as j_,map as W,mapTo as CE,merge as ni,now as mu,once as ve,Subject as j,Subscription as DE,tap as Sp,ValueSubject as A,isHigher as z_,isInvariantQuality as BE,flattenObject as oi,throttle as yp,getTraceSubscriptionMethod as VE,TracerFactory as W_,InternalsExposure as Q_,getPlayerId as G_,devNull as bu}from"@vkontakte/videoplayer-shared";import{merge as C_,map as D_,filter as kE,isNonNullable as B_}from"@vkontakte/videoplayer-shared";var mp=({seekState:a,position$:e})=>C_(a.stateChangeEnded$.pipe(D_(({to:t})=>t.state==="none"?void 0:(t.position??NaN)/1e3),kE(B_)),e.pipe(kE(()=>a.getState().state==="none")));import{assertNonNullable as V_}from"@vkontakte/videoplayer-shared";var AE=a=>{let e=typeof a.container=="string"?document.getElementById(a.container):a.container;return V_(e,`Wrong container or containerId {${a.container}}`),e};import{filter as __,once as O_}from"@vkontakte/videoplayer-shared";var RE=(a,e,t,i)=>{a!==void 0&&e.getState()===void 0&&e.getPrevState()===void 0&&t?.getValue().length===0?t.pipe(__(r=>r.length>0),O_()).subscribe(r=>{r.find(i)&&e.startTransitionTo(a)}):(a===void 0||t?.getValue().find(i))&&e.startTransitionTo(a)};var ME=C(jt(),1);import{devNull as N_,getWindow as bp}from"@vkontakte/videoplayer-shared";var $E=()=>{let a="mediaCapabilities"in bp().navigator?F_:U_,e=Li(async()=>{let t=await Promise.all((0,ME.default)(q_).map(async([r,s])=>({codec:r,supported:await a(s)}))),i=[$.browser.current,...t.map(r=>JSON.stringify(r))].slice(0,16);return N_.push("core",{key:"videoplayer_decoding_info",strings:i}),t});return()=>Ci(e)},F_=async a=>{if(!a)return Promise.resolve({supported:!1});let e={["channels"in a?"audio":"video"]:a};return await bp().navigator.mediaCapabilities.decodingInfo({type:"media-source",...e})},U_=a=>{if(!a)return Promise.resolve({supported:!1});let e=bp().document,t="channels"in a?e.createElement("audio"):e.createElement("video");return Promise.resolve({supported:t.canPlayType(a?.contentType??"")==="probably"})},q_={H264:{contentType:'video/mp4; codecs="avc1.4D400C"',width:720,height:720,bitrate:2886,framerate:30},H265:{contentType:'video/mp4; codecs="hvc1.1.6.L123.B0"',width:720,height:720,bitrate:2886,framerate:30},VP8:{contentType:'video/webm; codecs="vp8"',width:720,height:720,bitrate:2886,framerate:30},VP9:{contentType:'video/webm; codecs="vp09.00.10.08"',width:720,height:720,bitrate:2886,framerate:30},AV1:{contentType:'video/mp4; codecs="av01.0.01M.08"',width:720,height:720,bitrate:2886,framerate:30},OPUS:{contentType:'audio/ogg; codecs="opus"',channels:"2",bitrate:128e3},AAC_LC:{contentType:'audio/mp4; codecs="mp4a.40.2"',channels:"2",bitrate:128e3},AC3:{contentType:'audio/mp4; codecs="ac-3"',channels:"6",bitrate:128e3},EAC3:{contentType:'audio/mp4; codecs="ec-3"',channels:"6",bitrate:128e3},AAC_HE_V1:{contentType:'audio/mp4; codecs="mp4a.40.5"',channels:"2",bitrate:128e3},AAC_HE_V2:{contentType:'audio/mp4; codecs="mp4a.40.29"',channels:"2",bitrate:128e3},AAC_xHE:{contentType:'audio/mp4; codecs="mp4a.40.42"',channels:"2",bitrate:128e3}};var gu=class{constructor(e={},t=W_.createRootTracer(!1),i){this.subscription=new DE;this.logger=new j_;this.abrLogger=this.logger.createComponentLog("ABR");this.internalsExposure=null;this.isPlaybackStarted=!1;this.hasLiveOffsetByPaused=new A(!1);this.hasLiveOffsetByPausedTimer=0;this.playerInitRequest=0;this.playerInited=new A(!1);this.wasSetStartedQuality=!1;this.desiredState={playbackState:new N("stopped"),seekState:new N({state:"none"}),volume:new N({volume:1,muted:!1}),videoTrack:new N(void 0),videoStream:new N(void 0),audioStream:new N(void 0),autoVideoTrackSwitching:new N(!0),autoVideoTrackLimits:new N({}),isLooped:new N(!1),isLowLatency:new N(!1),playbackRate:new N(1),externalTextTracks:new N([]),internalTextTracks:new N([]),currentTextTrack:new N(void 0),textTrackCuesSettings:new N({}),cameraOrientation:new N({x:0,y:0})};this.info={playbackState$:new A(void 0),position$:new A(0),duration$:new A(1/0),muted$:new A(!1),volume$:new A(1),availableVideoStreams$:new A([]),currentVideoStream$:new A(void 0),availableQualities$:new A([]),availableQualitiesFps$:new A({}),currentQuality$:new A(void 0),isAutoQualityEnabled$:new A(!0),autoQualityLimitingAvailable$:new A(!1),autoQualityLimits$:new A({}),predefinedQualityLimitType$:new A("unknown"),availableAudioStreams$:new A([]),currentAudioStream$:new A(void 0),availableAudioTracks$:new A([]),isAudioAvailable$:new A(!0),currentPlaybackRate$:new A(1),currentBuffer$:new A({start:0,end:0}),currentNativeBuffer$:new A({start:0,end:0}),isBuffering$:new A(!0),isStalled$:new A(!1),isEnded$:new A(!1),isLooped$:new A(!1),isLive$:new A(void 0),isLiveEnded$:new A(null),canPlayLiveTailBuffer$:new A(!1),canChangePlaybackSpeed$:new A(void 0),atLiveEdge$:new A(void 0),atLiveDurationEdge$:new A(void 0),liveTime$:new A(void 0),liveBufferTime$:new A(void 0),liveLatency$:new A(void 0),currentFormat$:new A(void 0),availableTextTracks$:new A([]),currentTextTrack$:new A(void 0),throughputEstimation$:new A(void 0),rttEstimation$:new A(void 0),videoBitrate$:new A(void 0),hostname$:new A(void 0),httpConnectionType$:new A(void 0),httpConnectionReused$:new A(void 0),httpConnectionMetrics$:new A(void 0),httpDownloadMetrics$:new A(void 0),surface$:new A("none"),chromecastState$:new A("NOT_AVAILABLE"),chromecastDeviceName$:new A(void 0),intrinsicVideoSize$:new A(void 0),availableSources$:new A(void 0),is3DVideo$:new A(!1),currentVideoSegmentLength$:new A(0),currentAudioSegmentLength$:new A(0)};this.events={inited$:new j,ready$:new j,started$:new j,playing$:new j,paused$:new j,stopped$:new j,willReady$:new j,willStart$:new j,willResume$:new j,willPause$:new j,willStop$:new j,willDestruct$:new j,watchCoverageRecord$:new j,watchCoverageLive$:new j,managedError$:new j,fatalError$:new j,fetcherRecoverableError$:new j,ended$:new j,looped$:new j,seeked$:new j,willSeek$:new j,autoplaySoundProhibited$:new j,manifestRequested$:new j,firstBytesManifest$:new j,manifestReceived$:new j,firstBytesRequested$:new j,firstBytesReceived$:new j,firstBytes$:new j,loadedMetadata$:new j,firstFrame$:new j,canplay$:new j,log$:new j,fetcherError$:new j,severeStallOccured$:new j};this.experimental={element$:new A(void 0),enableDebugTelemetry$:new A(!1),dumpTelemetry:mS,getCurrentTime$:new A(null)};this.initLogs(),this.tuning=PE(e),this.tracer=t,this.tuning.suppressExceptionsInObservables&&((0,Tp.default)(this.info).forEach(s=>s.setSuppressErrors(!0)),(0,Tp.default)(this.events).forEach(s=>s.setSuppressErrors(!0)));let r={receiverApplicationId:this.tuning.chromecastReceiverId,isDisabled:this.tuning.disableChromecast,dependencies:{logger:this.logger}};if(this.chromecastInitializer=this.tuning.chromecastPresentationApi?new wt(r):new dn(r),this.throughputEstimator=new xE(this.tuning.throughputEstimator),e.exposeInternalsToGlobal&&(this.internalsExposure=new Q_("core",G_(i?.playerId)),this.internalsExposure.expose({player:this})),this.initChromecastSubscription(),this.initDesiredStateSubscriptions(),this.devNullLog=i?.onDevNullLog,bu.create("core"),Proxy&&Reflect)return new Proxy(this,{get:(s,n,o)=>{let u=Reflect.get(s,n,o);return typeof u!="function"?u:(...c)=>{try{return u.apply(s,c)}catch(d){let l=c.map(f=>JSON.stringify(f,(b,g)=>{let v=typeof g;return(0,_E.default)(["number","string","boolean"],v)?g:g===null?null:`<${v}>`})),p=`Player.${String(n)}`,h=`Exception calling ${p} (${l.join(", ")})`;throw this.events.fatalError$.next({id:p,category:fu.WTF,message:h,thrown:d}),d}}}})}initVideo(e){this.config=e,this.internalsExposure?.expose({config:e,logger:this.logger,tuning:this.tuning}),this.setMuted(this.tuning.isAudioDisabled);let t=()=>{let{container:s,...n}=e;this.tracer.log("initVideo",oi(n)),this.domContainer=AE(e),this.chromecastInitializer.contentId=e.meta?.videoId,this.providerContainer=new Ws({sources:e.sources,meta:e.meta??{},failoverHosts:e.failoverHosts??[],container:this.domContainer,desiredState:this.desiredState,dependencies:{throughputEstimator:this.throughputEstimator,chromecastInitializer:this.chromecastInitializer,tracer:this.tracer,logger:this.logger,abrLogger:this.abrLogger},tuning:this.tuning,volumeMultiplier:e.volumeMultiplier,panelSize:e.panelSize}),this.initProviderContainerSubscription(this.providerContainer),this.initStartingVideoTrack(this.providerContainer),this.initTracerSubscription(),this.providerContainer.init(),this.setLiveLowLatency(this.tuning.dashCmafLive.lowLatency.isActiveOnDefault),this.initDebugTelemetry(),this.initWakeLock(),this.playerInited.next(!0),this.devNullLog&&this.tuning.devNullLogEnabled?(bu.subscribe("core",this.devNullLog),this.tuning.collectingDecodingInfoEnabled&&(this.collectDecodingInfoDestroyCb=$E())):bu.destroy("core")},i=()=>{this.tuning.autostartOnlyIfVisible&&window.requestAnimationFrame?this.playerInitRequest=window.requestAnimationFrame(()=>t()):t()},r=()=>{this.tuning.asyncResolveClientChecker?$.isInited$.pipe(de(s=>!!s),ve()).subscribe(()=>{console.log("Core SDK async start"),i()}):i()};return this.isNotActiveTabCase()?(this.tracer.log("request play from hidden tab"),vp(document,"visibilitychange").pipe(ve()).subscribe(r)):r(),this}destroy(){this.tracer.log("destroy"),window.clearTimeout(this.hasLiveOffsetByPausedTimer),this.playerInitRequest&&window.cancelAnimationFrame(this.playerInitRequest),this.events.willDestruct$.next(),this.stop(),this.providerContainer?.destroy(),this.throughputEstimator.destroy(),this.chromecastInitializer.destroy(),this.subscription.unsubscribe(),this.tracer.end(),this.internalsExposure?.destroy(),bu.destroy("core"),this.collectDecodingInfoDestroyCb?.()}waitInit(e){this.playerInited.getValue()?e():this.subscription.add(this.playerInited.pipe(de(t=>!!t),ve()).subscribe(e))}prepare(){return this.waitInit(()=>{let e=this.desiredState.playbackState;this.tracer.log("prepare",{currentPlayBackState:e.getState()}),e.getState()==="stopped"&&e.startTransitionTo("ready")}),this}play(){return this.waitInit(()=>{let e=this.desiredState.playbackState;this.tracer.log("play",{currentPlayBackState:e.getState()}),e.getState()!=="playing"&&e.startTransitionTo("playing")}),this}pause(){return this.waitInit(()=>{let e=this.desiredState.playbackState;this.tracer.log("pause",{currentPlayBackState:e.getState()}),e.getState()!=="paused"&&e.startTransitionTo("paused")}),this}stop(){return this.waitInit(()=>{let e=this.desiredState.playbackState;this.tracer.log("stop",{currentPlayBackState:e.getState()}),e.getState()!=="stopped"&&e.startTransitionTo("stopped")}),this}seekTime(e,t=!0){return this.waitInit(()=>{let i=this.info.duration$.getValue(),r=this.info.isLive$.getValue(),s=e;e>=i&&!r&&(s=i-this.tuning.seekNearDurationBias),this.tracer.log("seekTime",{duration:i,isLive:r,time:e,calculatedTime:s,forcePrecise:t}),Number.isFinite(s)&&(this.events.willSeek$.next({from:this.getExactTime(),to:s}),this.desiredState.seekState.setState({state:"requested",position:s*1e3,forcePrecise:t}))}),this}seekPercent(e){return this.waitInit(()=>{let t=this.info.duration$.getValue();this.tracer.log("seekPercent",{percent:e,duration:t}),isFinite(t)&&this.seekTime(Math.abs(t)*e,!1)}),this}setVolume(e,t){return this.waitInit(()=>{let i=this.desiredState.volume,s=i.getTransition()?.to.muted??this.info.muted$.getValue(),n=t??(this.tuning.isAudioDisabled||s);this.tracer.log("setVolume",{volume:e,isAudioDisabled:this.tuning.isAudioDisabled,chromecastState:this.chromecastInitializer.castState$.getValue(),muted:n}),this.chromecastInitializer.castState$.getValue()==="CONNECTED"&&!(this.chromecastInitializer instanceof wt)?this.chromecastInitializer.setVolume(e):i.startTransitionTo({volume:e,muted:n})}),this}setMuted(e,t=!1){return this.waitInit(()=>{let i=this.desiredState.volume,r=this.tuning.isAudioDisabled&&!t||e,n=i.getTransition()?.to.volume??this.info.volume$.getValue();this.tracer.log("setMuted",{isMuted:e,nextMuted:r,volume:n,isAudioDisabled:this.tuning.isAudioDisabled,chromecastState:this.chromecastInitializer.castState$.getValue()}),this.chromecastInitializer.castState$.getValue()==="CONNECTED"&&!(this.chromecastInitializer instanceof wt)?this.chromecastInitializer.setMuted(r):i.startTransitionTo({volume:n,muted:r})}),this}setVideoStream(e){return this.waitInit(()=>{this.desiredState.videoStream.startTransitionTo(e)}),this}setAudioStream(e){return this.waitInit(()=>{this.desiredState.audioStream.startTransitionTo(e)}),this}setQuality(e){return this.waitInit(()=>{gp(this.providerContainer);let t=this.providerContainer.providerOutput.availableVideoTracks$.getValue();this.tracer.log("setQuality",{isDelayed:t.length===0,quality:e}),this.desiredState.videoTrack.getState()===void 0&&this.desiredState.videoTrack.getPrevState()===void 0&&t.length===0?this.wasSetStartedQuality?this.providerContainer.providerOutput.availableVideoTracks$.pipe(de(i=>i.length>0),ve()).subscribe(i=>{this.setVideoTrackIdByQuality(i,e)}):this.explicitInitialQuality=e:t.length>0&&this.setVideoTrackIdByQuality(t,e)}),this}setAutoQuality(e){return this.waitInit(()=>{this.tracer.log("setAutoQuality",{enable:e}),this.desiredState.autoVideoTrackSwitching.startTransitionTo(e)}),this}setAutoQualityLimits(e){return this.waitInit(()=>{this.tracer.log("setAutoQualityLimits",oi(e)),this.desiredState.autoVideoTrackLimits.startTransitionTo(e)}),this}setPredefinedQualityLimits(e){return this.waitInit(()=>{if(this.info.predefinedQualityLimitType$.getValue()===e)return this;let{highQualityLimit:t,trafficSavingLimit:i}=this.tuning.autoTrackSelection,r;switch(e){case"high_quality":r={min:t,max:void 0};break;case"traffic_saving":r={max:i,min:void 0};break;default:r={max:void 0,min:void 0}}this.setAutoQualityLimits(r)}),this}setPlaybackRate(e){return this.waitInit(()=>{this.tracer.log("setPlaybackRate",{playbackRate:e}),this.desiredState.playbackRate.startTransitionTo(e)}),this}setExternalTextTracks(e){return this.waitInit(()=>{e.length&&this.tracer.log("setExternalTextTracks",oi(e)),this.desiredState.externalTextTracks.startTransitionTo(e.map(t=>({type:"external",...t})))}),this}selectTextTrack(e){return this.waitInit(()=>{RE(e,this.desiredState.currentTextTrack,this.providerContainer?.providerOutput.availableTextTracks$,t=>t.id===e),this.tracer.log("selectTextTrack",{textTrackId:e})}),this}setTextTrackCueSettings(e){return this.waitInit(()=>{this.tracer.log("setTextTrackCueSettings",{...e}),this.desiredState.textTrackCuesSettings.startTransitionTo(e)}),this}setLiveLowLatency(e){let t=this.info.isLive$.getValue(),i=this.desiredState.isLowLatency.getState();return!t||i===e?this:(this.tracer.log("live switch to low latency "+e),this.desiredState.isLowLatency.setState(e),this.seekTime(0))}setLooped(e){return this.waitInit(()=>{this.tracer.log("setLooped",{isLooped:e}),this.desiredState.isLooped.startTransitionTo(e)}),this}toggleChromecast(){this.tracer.log("toggleChromecast"),this.chromecastInitializer.toggleConnection()}startCameraManualRotation(e,t){return this.waitInit(()=>{let i=this.getScene3D();this.tracer.log("startCameraManualRotation",{isScene3DAvailable:!!i,mx:e,my:t}),i&&i.startCameraManualRotation(e,t)}),this}stopCameraManualRotation(e=!1){return this.waitInit(()=>{let t=this.getScene3D();this.tracer.log("stopCameraManualRotation",{isScene3DAvailable:!!t,immediate:e}),t&&t.stopCameraManualRotation(e)}),this}moveCameraFocusPX(e,t){return this.waitInit(()=>{let i=this.getScene3D();if(this.tracer.log("moveCameraFocusPX",{isScene3DAvailable:!!i,dxpx:e,dypx:t}),i){let r=i.getCameraRotation(),s=i.pixelToDegree({x:e,y:t});this.desiredState.cameraOrientation.setState({x:r.x+s.x,y:r.y+s.y})}}),this}holdCamera(){return this.waitInit(()=>{let e=this.getScene3D();e&&e.holdCamera()}),this}releaseCamera(){return this.waitInit(()=>{let e=this.getScene3D();e&&e.releaseCamera()}),this}getExactTime(){if(!this.providerContainer)return 0;let e=this.providerContainer.providerOutput.element$.getValue();if(H_(e))return this.info.position$.getValue();let t=this.desiredState.seekState.getState(),i=t.state==="none"?void 0:t.position;return LE(i)?i/1e3:e.currentTime}getAllLogs(){return this.logger.getAllLogs()}getScene3D(){let e=this.providerContainer?.current$.getValue();if(e?.provider?.scene3D)return e.provider.scene3D}setIntrinsicVideoSize(...e){let t={width:e.reduce((i,{width:r})=>i||r||0,0),height:e.reduce((i,{height:r})=>i||r||0,0)};t.width&&t.height&&this.info.intrinsicVideoSize$.next({width:t.width,height:t.height})}initDesiredStateSubscriptions(){this.subscription.add(ni(this.desiredState.playbackState.stateChangeStarted$,this.desiredState.playbackState.forceChanged$).pipe(W(e=>e.to)).subscribe(this.info.playbackState$)).add(this.desiredState.isLooped.stateChangeEnded$.pipe(W(e=>e.to)).subscribe(this.info.isLooped$)).add(this.desiredState.playbackRate.stateChangeEnded$.pipe(W(e=>e.to)).subscribe(this.info.currentPlaybackRate$)).add(this.desiredState.autoVideoTrackSwitching.stateChangeEnded$.pipe(W(e=>e.to)).subscribe(this.info.isAutoQualityEnabled$)).add(this.desiredState.autoVideoTrackLimits.stateChangeEnded$.pipe(W(e=>e.to)).subscribe(e=>{this.info.autoQualityLimits$.next(e);let{highQualityLimit:t,trafficSavingLimit:i}=this.tuning.autoTrackSelection;this.info.predefinedQualityLimitType$.next(gS(e,t,i))})),this.subscription.add(this.desiredState.playbackState.stateChangeStarted$.pipe(de(({from:e})=>e==="stopped"),ve()).subscribe(()=>{this.initedAt=mu(),this.events.inited$.next()})).add(this.desiredState.playbackState.stateChangeEnded$.subscribe(e=>{switch(e.to){case"ready":this.events.ready$.next();break;case"playing":this.isPlaybackStarted||this.events.started$.next(),this.isPlaybackStarted=!0,this.events.playing$.next();break;case"paused":this.events.paused$.next();break;case"stopped":this.events.stopped$.next()}})).add(this.desiredState.playbackState.stateChangeStarted$.subscribe(e=>{switch(e.to){case"ready":this.events.willReady$.next();break;case"paused":this.events.willPause$.next();break;case"playing":this.isPlaybackStarted?this.events.willResume$.next():this.events.willStart$.next();break;case"stopped":this.events.willStop$.next();break;default:}}))}initProviderContainerSubscription(e){this.subscription.add(e.providerOutput.willSeekEvent$.subscribe(()=>{let n=this.desiredState.seekState.getState();this.tracer.log("willSeekEvent",oi(n)),n.state==="requested"?this.desiredState.seekState.setState({...n,state:"applying"}):this.events.managedError$.next({id:`WillSeekIn${n.state}`,category:fu.WTF,message:"Received unexpeceted willSeek$"})})).add(e.providerOutput.soundProhibitedEvent$.pipe(ve()).subscribe(this.events.autoplaySoundProhibited$)).add(e.providerOutput.severeStallOccurred$.subscribe(this.events.severeStallOccured$)).add(e.providerOutput.seekedEvent$.subscribe(()=>{let n=this.desiredState.seekState.getState();this.tracer.log("seekedEvent",oi(n)),n.state==="applying"&&(this.desiredState.seekState.setState({state:"none"}),this.events.seeked$.next())})).add(e.current$.pipe(W(n=>n.type)).subscribe(this.info.currentFormat$)).add(e.current$.pipe(W(n=>n.destination),Q()).subscribe(()=>this.isPlaybackStarted=!1)).add(e.providerOutput.availableVideoStreams$.subscribe(this.info.availableVideoStreams$)).add(Vt({availableVideoTracks:e.providerOutput.availableVideoTracks$,currentVideoStream:e.providerOutput.currentVideoStream$}).pipe(W(({availableVideoTracks:n,currentVideoStream:o})=>n.filter(u=>o?o.id===u.streamId:!0).map(({quality:u})=>u).sort((u,c)=>BE(u)?1:BE(c)?-1:z_(c,u)?1:-1))).subscribe(this.info.availableQualities$)).add(e.providerOutput.availableVideoTracks$.subscribe(n=>{let o={};for(let u of n)u.fps&&(o[u.quality]=u.fps);this.info.availableQualitiesFps$.next(o)})).add(e.providerOutput.availableAudioStreams$.subscribe(this.info.availableAudioStreams$)).add(e.providerOutput.currentVideoStream$.subscribe(this.info.currentVideoStream$)).add(e.providerOutput.currentAudioStream$.subscribe(this.info.currentAudioStream$)).add(e.providerOutput.availableAudioTracks$.subscribe(this.info.availableAudioTracks$)).add(e.providerOutput.isAudioAvailable$.pipe(Q()).subscribe(this.info.isAudioAvailable$)).add(e.providerOutput.currentVideoTrack$.pipe(de(n=>LE(n))).subscribe(n=>{this.info.currentQuality$.next(n?.quality),this.info.videoBitrate$.next(n?.bitrate)})).add(e.providerOutput.currentVideoSegmentLength$.pipe(Q((n,o)=>Math.round(n)===Math.round(o))).subscribe(this.info.currentVideoSegmentLength$)).add(e.providerOutput.currentAudioSegmentLength$.pipe(Q((n,o)=>Math.round(n)===Math.round(o))).subscribe(this.info.currentAudioSegmentLength$)).add(e.providerOutput.hostname$.pipe(Q()).subscribe(this.info.hostname$)).add(e.providerOutput.httpConnectionType$.pipe(Q()).subscribe(this.info.httpConnectionType$)).add(e.providerOutput.httpConnectionReused$.pipe(Q()).subscribe(this.info.httpConnectionReused$)).add(e.providerOutput.httpConnectionMetrics$.pipe(Q()).subscribe(this.info.httpConnectionMetrics$)).add(e.providerOutput.httpDownloadMetrics$.pipe(Q()).subscribe(this.info.httpDownloadMetrics$)).add(e.providerOutput.currentTextTrack$.subscribe(this.info.currentTextTrack$)).add(e.providerOutput.availableTextTracks$.subscribe(this.info.availableTextTracks$)).add(e.providerOutput.autoVideoTrackLimitingAvailable$.subscribe(this.info.autoQualityLimitingAvailable$)).add(e.providerOutput.autoVideoTrackLimits$.subscribe(n=>{this.desiredState.autoVideoTrackLimits.setState(n??{})})).add(e.providerOutput.currentBuffer$.pipe(W(n=>n?{start:n.from,end:n.to}:{start:0,end:0})).subscribe(this.info.currentBuffer$)).add(e.providerOutput.currentNativeBuffer$.pipe(W(n=>n?{start:n.from,end:n.to}:{start:0,end:0})).subscribe(this.info.currentNativeBuffer$)).add(e.providerOutput.duration$.subscribe(this.info.duration$)).add(e.providerOutput.isBuffering$.subscribe(this.info.isBuffering$)).add(e.providerOutput.isLive$.subscribe(this.info.isLive$)).add(e.providerOutput.isLiveEnded$.pipe(Sp(n=>n&&this.stop())).subscribe(this.info.isLiveEnded$)).add(e.providerOutput.canPlayLiveTailBuffer$.subscribe(this.info.canPlayLiveTailBuffer$)).add(e.providerOutput.canChangePlaybackSpeed$.subscribe(this.info.canChangePlaybackSpeed$)).add(e.providerOutput.liveTime$.subscribe(this.info.liveTime$)).add(e.providerOutput.liveBufferTime$.subscribe(this.info.liveBufferTime$)).add(e.providerOutput.liveLatency$.subscribe(this.info.liveLatency$)).add(Vt({hasLiveOffsetByPaused:ni(this.desiredState.playbackState.stateChangeStarted$,this.desiredState.playbackState.forceChanged$).pipe(W(n=>n.to),Q(),W(n=>n==="paused")),isLowLatency:e.providerOutput.isLowLatency$}).subscribe(({hasLiveOffsetByPaused:n,isLowLatency:o})=>{if(window.clearTimeout(this.hasLiveOffsetByPausedTimer),n){this.hasLiveOffsetByPausedTimer=window.setTimeout(()=>{this.hasLiveOffsetByPaused.next(!0)},this.getActiveLiveDelay(o));return}this.hasLiveOffsetByPaused.next(!1)})).add(Vt({atLiveEdge:Vt({isLive:e.providerOutput.isLive$,isLowLatency:e.providerOutput.isLowLatency$,position:mp({seekState:this.desiredState.seekState,position$:e.providerOutput.position$})}).pipe(W(({isLive:n,position:o,isLowLatency:u})=>{let c=this.getActiveLiveDelay(u);return n&&Math.abs(o)<c/1e3}),Q(),Sp(n=>n&&this.setPlaybackRate(1))),hasPausedTimeoutCase:this.hasLiveOffsetByPaused}).pipe(W(({atLiveEdge:n,hasPausedTimeoutCase:o})=>n&&!o)).subscribe(this.info.atLiveEdge$)).add(Vt({isLive:e.providerOutput.isLive$,position:e.providerOutput.position$,duration:e.providerOutput.duration$}).pipe(W(({isLive:n,position:o,duration:u})=>n&&(Math.abs(u)-Math.abs(o))*1e3<this.tuning.live.activeLiveDelay),Q(),Sp(n=>n&&this.setPlaybackRate(1))).subscribe(this.info.atLiveDurationEdge$)).add(e.providerOutput.volume$.pipe(W(n=>n.muted),Q()).subscribe(this.info.muted$)).add(e.providerOutput.volume$.pipe(W(n=>n.volume),Q()).subscribe(this.info.volume$)).add(mp({seekState:this.desiredState.seekState,position$:e.providerOutput.position$}).subscribe(this.info.position$)).add(e.providerOutput.seekedEvent$.subscribe(()=>{this.info.isEnded$.getValue()&&this.tuning.changePlaybackStateToPausedWhenEnded&&this.play()})).add(ni(e.providerOutput.endedEvent$.pipe(CE(!0)),e.providerOutput.seekedEvent$.pipe(CE(!1))).pipe(Q()).subscribe(this.info.isEnded$)).add(e.providerOutput.endedEvent$.subscribe(this.events.ended$)).add(e.providerOutput.loopedEvent$.subscribe(this.events.looped$)).add(e.providerError$.subscribe(this.events.managedError$)).add(e.providerOutput.fetcherRecoverableError$.subscribe(this.events.fetcherRecoverableError$)).add(e.providerOutput.fetcherError$.subscribe(this.events.fatalError$)).add(e.volumeMultiplierError$.subscribe(this.events.managedError$)).add(e.noAvailableProvidersError$.pipe(W(n=>({id:n?`No${n}`:"NoProviders",category:fu.VIDEO_PIPELINE,message:n?`${n} was forced but failed or not available`:"No suitable providers or all providers failed"}))).subscribe(this.events.fatalError$)).add(e.providerOutput.element$.subscribe(this.experimental.element$)).add(e.providerOutput.getCurrentTime$.subscribe(this.experimental.getCurrentTime$)).add(e.providerOutput.manifestRequested$.pipe(ve()).subscribe(this.events.manifestRequested$)).add(e.providerOutput.firstBytesManifest$.pipe(ve()).subscribe(this.events.firstBytesManifest$)).add(e.providerOutput.manifestReceived$.pipe(ve()).subscribe(this.events.manifestReceived$)).add(e.providerOutput.firstBytesRequested$.pipe(ve()).subscribe(this.events.firstBytesRequested$)).add(e.providerOutput.firstBytesReceived$.pipe(ve()).subscribe(this.events.firstBytesReceived$)).add(e.providerOutput.firstBytesEvent$.pipe(ve(),W(n=>n??mu()-this.initedAt)).subscribe(this.events.firstBytes$)).add(e.providerOutput.loadedMetadataEvent$.subscribe(this.events.loadedMetadata$)).add(e.providerOutput.firstFrameEvent$.pipe(ve(),W(()=>mu()-this.initedAt)).subscribe(this.events.firstFrame$)).add(e.providerOutput.canplay$.pipe(ve(),W(()=>mu()-this.initedAt)).subscribe(this.events.canplay$)).add(this.throughputEstimator.throughput$.subscribe(this.info.throughputEstimation$)).add(this.throughputEstimator.rtt$.subscribe(this.info.rttEstimation$)).add(e.providerOutput.availableSources$.subscribe(this.info.availableSources$));let t=new A(!1);this.subscription.add(e.providerOutput.seekedEvent$.subscribe(()=>t.next(!1))).add(e.providerOutput.willSeekEvent$.subscribe(()=>t.next(!0)));let i=new A(!0);this.subscription.add(e.current$.subscribe(()=>i.next(!0))).add(this.desiredState.playbackState.stateChangeEnded$.pipe(de(({to:n})=>n==="playing"),ve()).subscribe(()=>i.next(!1)));let r=0,s=ni(e.providerOutput.isBuffering$,t,i).pipe(W(()=>{let n=e.providerOutput.isBuffering$.getValue(),o=t.getValue()||i.getValue();return n&&!o}),Q());this.subscription.add(s.subscribe(n=>{n?r=window.setTimeout(()=>this.info.isStalled$.next(!0),this.tuning.stallIgnoreThreshold):(window.clearTimeout(r),this.info.isStalled$.next(!1))})),this.subscription.add(ni(e.providerOutput.canplay$,e.providerOutput.firstFrameEvent$,e.providerOutput.firstBytesEvent$).subscribe(()=>{let n=e.providerOutput.element$.getValue();this.setIntrinsicVideoSize({width:n?.videoWidth,height:n?.videoHeight})})).add(e.providerOutput.currentVideoTrack$.subscribe(n=>{let o=e.providerOutput.element$.getValue();this.setIntrinsicVideoSize({width:n?.size?.width,height:n?.size?.height},{width:o?.videoWidth,height:o?.videoHeight})})).add(e.providerOutput.is3DVideo$.subscribe(this.info.is3DVideo$)),this.subscription.add(ni(e.providerOutput.inPiP$,e.providerOutput.inFullscreen$,e.providerOutput.element$,e.providerOutput.elementVisible$,this.chromecastInitializer.castState$).subscribe(()=>{let n=e.providerOutput.inPiP$.getValue(),o=e.providerOutput.inFullscreen$.getValue(),u=e.providerOutput.element$.getValue(),c=e.providerOutput.elementVisible$.getValue(),d=this.chromecastInitializer.castState$.getValue(),l;d==="CONNECTED"?l="second_screen":u?c?n?l="pip":o?l="fullscreen":l="inline":l="invisible":l="none",this.info.surface$.getValue()!==l&&this.info.surface$.next(l)}))}initChromecastSubscription(){this.subscription.add(this.chromecastInitializer.castState$.subscribe(this.info.chromecastState$)),this.subscription.add(this.chromecastInitializer.connection$.pipe(W(e=>e?.castDevice.friendlyName)).subscribe(this.info.chromecastDeviceName$)),this.subscription.add(this.chromecastInitializer.errorEvent$.subscribe(this.events.managedError$))}initStartingVideoTrack(e){let t=new DE;this.subscription.add(t),this.subscription.add(e.current$.pipe(Q((i,r)=>i.provider===r.provider)).subscribe(()=>{t.unsubscribe(),t.add(e.providerOutput.availableVideoTracks$.pipe(de(i=>i.length>0),ve()).subscribe(i=>{this.setStartingVideoTrack(i)}))}))}setStartingVideoTrack(e){let t;this.wasSetStartedQuality=!0;let i=this.explicitInitialQuality??this.info.currentQuality$.getValue();i&&(t=e.find(({quality:r})=>r===i),t||this.setAutoQuality(!0)),t||(t=St(e,{container:this.domContainer.getBoundingClientRect(),panelSize:this.config.panelSize,estimatedThroughput:this.throughputEstimator.throughput$.getValue(),tuning:this.tuning.autoTrackSelection,limits:this.desiredState.autoVideoTrackLimits.getState(),playbackRate:this.info.currentPlaybackRate$.getValue(),forwardBufferHealth:0,abrLogger:this.abrLogger})),this.desiredState.videoTrack.startTransitionTo(t),this.info.currentQuality$.next(t.quality),this.info.videoBitrate$.next(t.bitrate)}initLogs(){this.subscription.add(ni(this.desiredState.videoTrack.stateChangeStarted$.pipe(W(e=>({transition:e,entity:"quality",type:"start"}))),this.desiredState.videoTrack.stateChangeEnded$.pipe(W(e=>({transition:e,entity:"quality",type:"end"}))),this.desiredState.autoVideoTrackSwitching.stateChangeStarted$.pipe(W(e=>({transition:e,entity:"autoQualityEnabled",type:"start"}))),this.desiredState.autoVideoTrackSwitching.stateChangeEnded$.pipe(W(e=>({transition:e,entity:"autoQualityEnabled",type:"end"}))),this.desiredState.seekState.stateChangeStarted$.pipe(W(e=>({transition:e,entity:"seekState",type:"start"}))),this.desiredState.seekState.stateChangeEnded$.pipe(W(e=>({transition:e,entity:"seekState",type:"end"}))),this.desiredState.playbackState.stateChangeStarted$.pipe(W(e=>({transition:e,entity:"playbackState",type:"start"}))),this.desiredState.playbackState.stateChangeEnded$.pipe(W(e=>({transition:e,entity:"playbackState",type:"end"})))).pipe(W(e=>({component:"desiredState",message:`[${e.entity} change] ${e.type}: ${JSON.stringify(e.transition)}`}))).subscribe(this.logger.log)),this.subscription.add(this.logger.log$.subscribe(this.events.log$))}initDebugTelemetry(){let e=this.providerContainer?.providerOutput;gp(this.providerContainer),gp(e),fS(),this.experimental.enableDebugTelemetry$.next(this.tuning.enableTelemetryAtStart),[this.experimental.enableDebugTelemetry$.subscribe(t=>hS(t)),this.providerContainer.current$.subscribe(({type:t})=>Aa("provider",t)),e.duration$.subscribe(t=>Aa("duration",t)),e.availableVideoTracks$.pipe(de(t=>!!t.length),ve()).subscribe(t=>Aa("tracks",t)),this.events.fatalError$.subscribe(new Re("fatalError")),this.events.managedError$.subscribe(new Re("managedError")),e.position$.subscribe(new Re("position")),e.currentVideoTrack$.pipe(W(t=>t?.quality)).subscribe(new Re("quality")),this.info.currentBuffer$.subscribe(new Re("buffer")),e.isBuffering$.subscribe(new Re("isBuffering"))].forEach(t=>this.subscription.add(t)),Aa("codecs",$.video.supportedCodecs)}initTracerSubscription(){let e=VE(this.tracer.log.bind(this.tracer)),t=VE(this.tracer.error.bind(this.tracer));this.subscription.add(this.info.playbackState$.subscribe(e("playbackState"))).add(this.info.isLooped$.subscribe(e("isLooped"))).add(this.info.currentPlaybackRate$.pipe(Q()).subscribe(e("currentPlaybackRate"))).add(this.info.isAutoQualityEnabled$.subscribe(e("isAutoQualityEnabled"))).add(this.info.autoQualityLimits$.subscribe(e("autoQualityLimits"))).add(this.info.currentFormat$.subscribe(e("currentFormat"))).add(this.info.availableQualities$.subscribe(e("availableQualities"))).add(this.info.availableQualitiesFps$.subscribe(e("availableQualitiesFps"))).add(this.info.availableAudioTracks$.subscribe(e("availableAudioTracks"))).add(this.info.isAudioAvailable$.subscribe(e("isAudioAvailable"))).add(Vt({currentQuality:this.info.currentQuality$,videoBitrate:this.info.videoBitrate$}).pipe(de(({currentQuality:i,videoBitrate:r})=>!!i&&!!r),Q((i,r)=>i.currentQuality===r.currentQuality)).subscribe(e("currentVideoTrack"))).add(this.info.currentVideoSegmentLength$.pipe(de(i=>i>0),Q()).subscribe(e("currentVideoSegmentLength"))).add(this.info.currentAudioSegmentLength$.pipe(de(i=>i>0),Q()).subscribe(e("currentAudioSegmentLength"))).add(this.info.hostname$.subscribe(e("hostname"))).add(this.info.currentTextTrack$.subscribe(e("currentTextTrack"))).add(this.info.availableTextTracks$.subscribe(e("availableTextTracks"))).add(this.info.autoQualityLimitingAvailable$.subscribe(e("autoQualityLimitingAvailable"))).add(Vt({currentBuffer:this.info.currentBuffer$.pipe(de(i=>i.end>0),Q((i,r)=>i.end===r.end&&i.start===r.start)),position:this.info.position$.pipe(Q())}).pipe(yp(1e3)).subscribe(e("currentBufferAndPosition"))).add(this.info.duration$.pipe(Q()).subscribe(e("duration"))).add(this.info.isBuffering$.subscribe(e("isBuffering"))).add(this.info.isLive$.pipe(Q()).subscribe(e("isLive"))).add(this.info.canChangePlaybackSpeed$.pipe(Q()).subscribe(e("canChangePlaybackSpeed"))).add(Vt({liveTime:this.info.liveTime$,liveBufferTime:this.info.liveBufferTime$,position:this.info.position$}).pipe(de(({liveTime:i,liveBufferTime:r})=>!!i&&!!r),yp(1e3)).subscribe(e("liveBufferAndPosition"))).add(this.info.atLiveEdge$.pipe(Q(),de(i=>i===!0)).subscribe(e("atLiveEdge"))).add(this.info.atLiveDurationEdge$.pipe(Q(),de(i=>i===!0)).subscribe(e("atLiveDurationEdge"))).add(this.info.muted$.pipe(Q()).subscribe(e("muted"))).add(this.info.volume$.pipe(Q()).subscribe(e("volume"))).add(this.info.isEnded$.pipe(Q(),de(i=>i===!0)).subscribe(e("isEnded"))).add(this.info.availableSources$.subscribe(e("availableSources"))).add(Vt({throughputEstimation:this.info.throughputEstimation$,rtt:this.info.rttEstimation$}).pipe(de(({throughputEstimation:i,rtt:r})=>!!i&&!!r),yp(3e3)).subscribe(e("throughputEstimation"))).add(this.info.isStalled$.subscribe(e("isStalled"))).add(this.info.is3DVideo$.pipe(Q(),de(i=>i===!0)).subscribe(e("is3DVideo"))).add(this.info.surface$.subscribe(e("surface"))).add(this.events.ended$.subscribe(e("ended"))).add(this.events.looped$.subscribe(e("looped"))).add(this.events.managedError$.subscribe(t("managedError"))).add(this.events.fatalError$.subscribe(t("fatalError"))).add(this.events.firstBytes$.subscribe(e("firstBytes"))).add(this.events.firstFrame$.subscribe(e("firstFrame"))).add(this.events.canplay$.subscribe(e("canplay")))}initWakeLock(){if(!window.navigator.wakeLock||!this.tuning.enableWakeLock)return;let e,t=()=>{e?.release(),e=void 0},i=async()=>{t(),e=await window.navigator.wakeLock.request("screen").catch(r=>{r instanceof DOMException&&r.name==="NotAllowedError"||this.events.managedError$.next({id:"WakeLock",category:fu.DOM,message:String(r)})})};this.subscription.add(ni(vp(document,"visibilitychange"),vp(document,"fullscreenchange"),this.desiredState.playbackState.stateChangeEnded$).subscribe(()=>{let r=document.visibilityState==="visible",s=this.desiredState.playbackState.getState()==="playing",n=!!e&&!e?.released;r&&s?n||i():t()})).add(this.events.willDestruct$.subscribe(t))}setVideoTrackIdByQuality(e,t){let i=e.find(r=>r.quality===t);this.tracer.log("setVideoTrackIdByQuality",oi({quality:t,availableTracks:oi(e),track:oi(i),isAutoQuality:!i})),i?this.desiredState.videoTrack.startTransitionTo(i):this.setAutoQuality(!0)}getActiveLiveDelay(e=!1){return e?this.tuning.live.lowLatencyActiveLiveDelay:this.tuning.live.activeLiveDelay}isNotActiveTabCase(){return document.hidden&&this.tuning.autoplayOnlyInActiveTab&&!Ba()}};import{Subscription as Cee,Observable as Dee,Subject as Bee,ValueSubject as Vee,VideoQuality as _ee}from"@vkontakte/videoplayer-shared";var Oee=`@vkontakte/videoplayer-core@${wp}`;export{Gr as ChromecastState,yu as HttpConnectionType,Dee as Observable,Pe as PlaybackState,gu as Player,tn as PredefinedQualityLimits,Oee as SDK_VERSION,Bee as Subject,Cee as Subscription,Tu as Surface,wp as VERSION,Vee as ValueSubject,It as VideoFormat,_ee as VideoQuality,Mo as WebmCodecStrategy,pk as areValidLiveRecordSources,$ as clientChecker,vi as isMobile};
|
|
130
|
+
===== DASH_LIVE DEBUG END ====`),i){let t=e.reduce((e,{time:t,data:i,stack:s})=>{let a=hh.default(i).map(([e,t])=>`${e}:${t}`).join(",");return e+`${t}: ${a}${s?`: ${s}`:""};`},"");lU.push("core",{key:"vp_dash_live_debug",strings:[t]})}};return t.add(this.providerError$.subscribe(e=>{e.id.startsWith("ProviderHangup")&&(cc({m:"final.0",e:e.id}),a())})).add(this.noAvailableProvidersError$.subscribe(()=>{cc({m:"final.1"}),a()})),t.add(this.providerError$.subscribe(e=>{let t=this.current$.getValue().destination,a={error:e,currentDestination:t};if("CHROMECAST"===t)this.destroyProvider(),this.params.dependencies.chromecastInitializer.stopMedia().then(()=>this.switchToNextProvider("CHROMECAST"),()=>this.params.dependencies.chromecastInitializer.disconnect());else{let r=e.category===lA.NETWORK,n=e.category===lA.FATAL,o=this.params.failoverHosts.length>0&&(void 0===this.failoverIndex||this.failoverIndex<this.params.failoverHosts.length-1),u=s<this.params.tuning.providerErrorLimit&&!n,l=this.videoCodecsIterator&&!this.videoCodecsIterator.isLast()&&this.params.tuning.dash.codecsPrioritizeEnabled,d=o&&!n&&(r&&i||!u);a={...a,isNetworkError:r,isFatalError:n,haveFailoverHost:o,tryFailover:d,canReinitProvider:u},u?(s++,this.reinitProvider()):d?(this.failoverIndex=void 0===this.failoverIndex?0:this.failoverIndex+1,this.reinitProvider()):l?this.switchToNextVideoCodec():(s=0,this.switchToNextProvider(t??"SCREEN"))}e.traceAsLog?this.tracer.log("providerInfo",lF(a)):this.tracer.error("providerError",lF(a))})),t}}var m0="one_video_throughput",m1="one_video_rtt",m3=()=>{let{navigator:e}=l7();if(e)return e.connection},m2=()=>{let e=m3()?.downlink;if(l6(e)&&10!==e)return 1e3*e},m4=()=>{let e=m3()?.rtt;if(l6(e)&&3e3!==e)return e},m6=(e,t,i)=>{let s=8*i;return s/(s/e+t)};class m5{throughput;rtt;subscription=new l1;tuningConfig;concurrentDownloads=new Set;throughput$;rtt$;rttAdjustedThroughput$;constructor(e){this.tuningConfig=e;let t=m5.load(m0)||(e.useBrowserEstimation?m2():void 0)||5e3,i=m5.load(m1)??(e.useBrowserEstimation?m4():void 0)??0;if(this.throughput$=new l3(t),this.rtt$=new l3(i),this.rttAdjustedThroughput$=new l3(m6(t,i,e.rttPenaltyRequestSize)),this.throughput=mu.getSmoothedValue(t,-1,e),this.rtt=mu.getSmoothedValue(i,1,e),e.useBrowserEstimation){let e=()=>{let e=m2();e&&this.throughput.next(e);let t=m4();l6(t)&&this.rtt.next(t)},t=m3();t&&"onchange"in t&&this.subscription.add(lK(t,"change").subscribe(e)),e()}this.subscription.add(this.throughput.smoothed$.subscribe(e=>{l8.set(m0,e.toFixed(0))})),this.subscription.add(this.rtt.smoothed$.subscribe(e=>{l8.set(m1,e.toFixed(0))})),this.subscription.add(this.throughput.debounced$.pipe(l2(e=>Math.round(e))).subscribe(this.throughput$)),this.subscription.add(this.rtt.debounced$.subscribe(this.rtt$)),this.subscription.add(l0({throughput:this.throughput.smoothed$,rtt:this.rtt.smoothed$}).pipe(l2(({throughput:t,rtt:i})=>m6(t,i,e.rttPenaltyRequestSize)),l4(t=>{let i=this.rttAdjustedThroughput$.getValue()||0;return Math.abs(t-i)/i>=e.changeThreshold})).subscribe(this.rttAdjustedThroughput$))}destroy(){this.concurrentDownloads.clear(),this.subscription.unsubscribe()}trackXHR(e){let t=0,i=l5(),s=new l1;switch(this.subscription.add(s),this.concurrentDownloads.add(e),e.readyState){case 4:break;case 3:case 2:s.add(lK(e,"progress").pipe(lZ()).subscribe(e=>{t=e.loaded,i=l5()}));break;case 1:case 0:s.add(lK(e,"loadstart").subscribe(()=>{t=0,i=l5()}))}s.add(lK(e,"loadend").subscribe(a=>{if(200===e.status){let e=a.loaded,s=l5(),r=e-t,n=s-i;this.addRawSpeed(r,n,1)}this.concurrentDownloads.delete(e),s.unsubscribe()}))}trackStream(e,t=!1){let i=e.getReader();if(!i)return void e.cancel("Could not get reader");let s=0,a=l5(),r=0,n=l5(),o=t=>{this.concurrentDownloads.delete(e),i.releaseLock(),e.cancel(`Throughput Estimator error: ${t}`).catch(()=>{})},u=async({done:l,value:d})=>{if(l)t||this.addRawSpeed(s,l5()-a,1),this.concurrentDownloads.delete(e);else if(d){if(t){let e=l5();if(e-n>this.tuningConfig.lowLatency.continuesByteSequenceInterval||e-a>this.tuningConfig.lowLatency.maxLastEvaluationTimeout){let e=n-a;e&&this.addRawSpeed(r,e,1,t),r=d.byteLength,a=l5()}else r+=d.byteLength;n=l5()}else s+=d.byteLength,(r+=d.byteLength)>=this.tuningConfig.streamMinSampleSize&&l5()-n>=this.tuningConfig.streamMinSampleTime&&(this.addRawSpeed(r,l5()-n,this.concurrentDownloads.size),r=0,n=l5());await i?.read().then(u,o)}};this.concurrentDownloads.add(e),i?.read().then(u,o)}addRawSpeed(e,t,i=1,s=!1){if(m5.sanityCheck(e,t,s)){let s=8*e/t;this.throughput.next(s*i)}}addRawThroughput(e){this.throughput.next(e)}addRawRtt(e){this.rtt.next(e)}static sanityCheck(e,t,i=!1){let s=8*e/t;return!!s&&!!isFinite(s)&&!(s>1e6)&&!(s<30)&&(!i||!(e<1e4))&&(!!i||!(e<10240))&&(!!i||!(t<=20))&&!0}static load(e){let t=l8.get(e);if(l6(t))return parseInt(t,10)??void 0}}var m8={throughputEstimator:{type:"EmaAndMa",emaAlphaSlow:.2,emaAlphaFast:.7,emaAlpha:.45,basisTrendChangeCount:10,changeThreshold:.05,useBrowserEstimation:!0,rttPenaltyRequestSize:1048576,streamMinSampleSize:10240,streamMinSampleTime:300,deviationDepth:20,deviationFactor:.5,lowLatency:{continuesByteSequenceInterval:50,maxLastEvaluationTimeout:300}},autoTrackSelection:{maxBitrateFactorAtEmptyBuffer:4,bitrateFactorAtEmptyBuffer:2.8,minBitrateFactorAtEmptyBuffer:1.5,bitrateAudioFactorAtEmptyBuffer:10,maxBitrateFactorAtFullBuffer:3,bitrateFactorAtFullBuffer:2,minBitrateFactorAtFullBuffer:1,bitrateAudioFactorAtFullBuffer:7,minVideoAudioRatio:5,minAvailableThroughputAudioRatio:5,usePixelRatio:!0,pixelRatioMultiplier:void 0,pixelRatioLogBase:3,pixelRatioLogCoefficients:[1,0,1],limitByContainer:!0,maxContainerSizeFactor:2,containerSizeFactor:1.3,minContainerSizeFactor:1,lazyQualitySwitch:!0,minBufferToSwitchUp:.4,considerPlaybackRate:!1,trackCooldownIncreaseQuality:15e3,trackCooldownDecreaseQuality:3e3,backgroundVideoQualityLimit:de.Q_4320P,activeVideoAreaThreshold:.1,highQualityLimit:de.Q_720P,trafficSavingLimit:de.Q_480P},stallsManager:{enabled:!1,ignoreDynamicAbrForShortVideo:!1,stallDurationNoDataBeforeQualityDecrease:500,stallDurationToBeCount:100,stallCountBeforeQualityDecrease:3,resetQualityRestrictionTimeout:1e4,ignoreStallsOnSeek:!0,stallsMetricsHistoryLength:20,maxPossibleStallDuration:3e4,minTvtToBeCounted:120,maxTvtToBeCounted:10800,significantTvt:600,targetStallsDurationPerTvt:1,deviationStallsDurationPerTvt:.5,criticalStallsDurationPerTvt:6,abrAdjustingSpeed:.1,emaAlpha:.6,useTotalStallsDurationPerTvt:!0,useAverageStallsDurationPerTvt:!0,useEmaStallsDurationPerTvt:!0},droppedFramesChecker:{enabled:!1,percentLimit:.1,checkTime:1e3,countLimit:3,tickCountAfterQualityChange:5,qualityUpWaitingTime:5e3,minQualityBanLimit:de.Q_480P},dash:{forwardBufferTarget:6e4,forwardBufferTargetAuto:6e4,forwardBufferTargetManual:3e5,forwardBufferTargetPreload:5e3,seekBiasInTheEnd:2e3,maxSegmentDurationLeftToSelectNextSegment:3e3,minSafeBufferThreshold:.5,bufferPruningSafeZone:1e3,segmentRequestSize:1048576,maxVirtualBufferSize:262144e3,virtualBufferPruneSize:0x6400000,representationSwitchForwardBufferGap:15e3,crashOnStallTimeout:25e3,crashOnStallTWithoutDataTimeout:5e3,enableSubSegmentBufferFeeding:!0,bufferEmptinessTolerance:100,useNewRepresentationSwitch:!1,useDelayedRepresentationSwitch:!1,useSmartRepresentationSwitch:!1,useFetchPriorityHints:!0,useAbortMSEFix:!1,enableBaseUrlSupport:!0,maxSegmentRetryCount:5,sourceOpenTimeout:1e3,vktvAbrThrottle:0,timeupdateEventTickThrottle:300,fetcherBufferOptimisation:!0,codecsPrioritizeEnabled:!1,usePersistentGaps:!1,abrThrottle:0,useVideoElementWaitingCurrentTimeReassign:!0,stallWatchdogInterval:100,liveUpdateInterval:1e3,liveStallReinitInterval:3e3,ignoreNetworkErrorsOnLoadInit:!1,bufferTolerance:100,actionTimeShiftFromSegment:500,tickMaintainInterval:1e3,minSafeBufferToPlay:1e4,useBufferHoldingOnlyOnStall:!0,useNewStallExitPolicy:!1,videoStreamRepresentaionsFilter:[]},dashCmafLive:{externalStopControl:!1,keepSilentStallWatchdogWhenNotActive:!1,maxActiveLiveOffset:1e4,normalizedTargetMinBufferSize:6e4,normalizedLiveMinBufferSize:5e3,normalizedActualBufferOffset:1e4,offsetCalculationError:3e3,maxLiveDuration:7200,catchupLiveForMutedInactiveTab:!0,lowLatency:{maxTargetOffset:3e3,maxTargetOffsetDeviation:250,playbackCatchupSpeedup:.05,isActiveOnDefault:!1,bufferEstimator:{emaAlpha:.45,changeThreshold:.05,deviationDepth:20,deviationFactor:.5,extremumInterval:5}}},live:{minBuffer:3e3,minBufferSegments:3,lowLatencyMinBuffer:1e3,lowLatencyMinBufferSegments:1,isLiveCatchUpMode:!1,lowLatencyActiveLiveDelay:3e3,activeLiveDelay:5e3,maxPausedTime:5e3},downloadBackoff:{bufferThreshold:100,start:100,factor:2,max:3e3,random:.1},enableWakeLock:!0,enableTelemetryAtStart:!1,forceFormat:void 0,formatsToAvoid:[],disableChromecast:!1,chromecastReceiverId:"07A4434E",chromecastPresentationApi:!1,useWebmBigRequest:!1,webmCodec:"vp9",androidPreferredFormat:"dash",iosPreferredFormat:"hls",preferCMAF:!1,preferWebRTC:!1,preferMultiStream:!1,preferHDR:!1,bigRequestMinInitSize:51200,bigRequestMinDataSize:1048576,stripRangeHeader:!0,flushShortLoopedBuffers:!0,insufficientBufferRuleMargin:1e4,seekNearDurationBias:1,dashSeekInSegmentDurationThreshold:18e4,dashSeekInSegmentAlwaysSeekDelta:1e4,endGapTolerance:300,stallIgnoreThreshold:33,gapWatchdogInterval:50,requestQuick:!1,useHlsJs:!1,useNativeHLSTextTracks:!1,useNewSwitchTo:!1,useDashProviderVirtual:!1,useDashProviderVirtualMobile:!1,useNewAutoSelectVideoTrack:!1,useSafariEndlessRequestBugfix:!0,isAudioDisabled:!1,autoplayOnlyInActiveTab:!0,dynamicImportTimeout:5e3,maxPlaybackTransitionInterval:2e4,providerErrorLimit:3,manifestRetryInterval:300,manifestRetryMaxInterval:1e4,manifestRetryMaxCount:10,audioVideoSyncRate:20,webrtc:{connectionRetryMaxNumber:3},spherical:{enabled:!1,fov:{x:135,y:76},rotationSpeed:45,maxYawAngle:175,rotationSpeedCorrection:10,degreeToPixelCorrection:5,speedFadeTime:2e3,speedFadeThreshold:50},useVolumeMultiplier:!1,ignoreAudioRendererError:!1,useEnableSubtitlesParam:!1,useHlsLiveNewTextManager:!1,exposeInternalsToGlobal:!1,hlsLiveNewTextManagerDownloadThreshold:4e3,disableYandexPiP:!1,asyncResolveClientChecker:!1,autostartOnlyIfVisible:!1,changePlaybackStateToPausedWhenEnded:!1,suppressExceptionsInObservables:!0,devNullLogEnabled:!1,collectingDecodingInfoEnabled:!1,sendDashLiveDebug:!1,logDashLiveDebug:!1},m7=({seekState:e,position$:t})=>dM(e.stateChangeEnded$.pipe(dA(({to:e})=>"none"===e.state?void 0:(e.position??NaN)/1e3),dR(dB)),t.pipe(dR(()=>"none"===e.getState().state))),m9=T(eQ(),1),fe=async e=>e?await d_().navigator.mediaCapabilities.decodingInfo({type:"media-source",...{["channels"in e?"audio":"video"]:e}}):Promise.resolve({supported:!1}),ft=e=>{if(!e)return Promise.resolve({supported:!1});let t=d_().document;return Promise.resolve({supported:"probably"===("channels"in e?t.createElement("audio"):t.createElement("video")).canPlayType(e?.contentType??"")})},fi={H264:{contentType:'video/mp4; codecs="avc1.4D400C"',width:720,height:720,bitrate:2886,framerate:30},H265:{contentType:'video/mp4; codecs="hvc1.1.6.L123.B0"',width:720,height:720,bitrate:2886,framerate:30},VP8:{contentType:'video/webm; codecs="vp8"',width:720,height:720,bitrate:2886,framerate:30},VP9:{contentType:'video/webm; codecs="vp09.00.10.08"',width:720,height:720,bitrate:2886,framerate:30},AV1:{contentType:'video/mp4; codecs="av01.0.01M.08"',width:720,height:720,bitrate:2886,framerate:30},OPUS:{contentType:'audio/ogg; codecs="opus"',channels:"2",bitrate:128e3},AAC_LC:{contentType:'audio/mp4; codecs="mp4a.40.2"',channels:"2",bitrate:128e3},AC3:{contentType:'audio/mp4; codecs="ac-3"',channels:"6",bitrate:128e3},EAC3:{contentType:'audio/mp4; codecs="ec-3"',channels:"6",bitrate:128e3},AAC_HE_V1:{contentType:'audio/mp4; codecs="mp4a.40.5"',channels:"2",bitrate:128e3},AAC_HE_V2:{contentType:'audio/mp4; codecs="mp4a.40.29"',channels:"2",bitrate:128e3},AAC_xHE:{contentType:'audio/mp4; codecs="mp4a.40.42"',channels:"2",bitrate:128e3}};class fs{subscription=new db;domContainer;providerContainer;chromecastInitializer;logger=new dd;tracer;abrLogger=this.logger.createComponentLog("ABR");config;tuning;throughputEstimator;internalsExposure=null;isPlaybackStarted=!1;initedAt;hasLiveOffsetByPaused=new dS(!1);hasLiveOffsetByPausedTimer=0;playerInitRequest=0;playerInited=new dS(!1);explicitInitialQuality;wasSetStartedQuality=!1;desiredState={playbackState:new hm("stopped"),seekState:new hm({state:"none"}),volume:new hm({volume:1,muted:!1}),videoTrack:new hm(void 0),videoStream:new hm(void 0),audioStream:new hm(void 0),autoVideoTrackSwitching:new hm(!0),autoVideoTrackLimits:new hm({}),isLooped:new hm(!1),isLowLatency:new hm(!1),playbackRate:new hm(1),externalTextTracks:new hm([]),internalTextTracks:new hm([]),currentTextTrack:new hm(void 0),textTrackCuesSettings:new hm({}),cameraOrientation:new hm({x:0,y:0})};info={playbackState$:new dS(void 0),position$:new dS(0),duration$:new dS(1/0),muted$:new dS(!1),volume$:new dS(1),availableVideoStreams$:new dS([]),currentVideoStream$:new dS(void 0),availableQualities$:new dS([]),availableQualitiesFps$:new dS({}),currentQuality$:new dS(void 0),isAutoQualityEnabled$:new dS(!0),autoQualityLimitingAvailable$:new dS(!1),autoQualityLimits$:new dS({}),predefinedQualityLimitType$:new dS("unknown"),availableAudioStreams$:new dS([]),currentAudioStream$:new dS(void 0),availableAudioTracks$:new dS([]),isAudioAvailable$:new dS(!0),currentPlaybackRate$:new dS(1),currentBuffer$:new dS({start:0,end:0}),currentNativeBuffer$:new dS({start:0,end:0}),isBuffering$:new dS(!0),isStalled$:new dS(!1),isEnded$:new dS(!1),isLooped$:new dS(!1),isLive$:new dS(void 0),isLiveEnded$:new dS(null),canPlayLiveTailBuffer$:new dS(!1),canChangePlaybackSpeed$:new dS(void 0),atLiveEdge$:new dS(void 0),atLiveDurationEdge$:new dS(void 0),liveTime$:new dS(void 0),liveBufferTime$:new dS(void 0),liveLatency$:new dS(void 0),currentFormat$:new dS(void 0),availableTextTracks$:new dS([]),currentTextTrack$:new dS(void 0),throughputEstimation$:new dS(void 0),rttEstimation$:new dS(void 0),videoBitrate$:new dS(void 0),hostname$:new dS(void 0),httpConnectionType$:new dS(void 0),httpConnectionReused$:new dS(void 0),httpConnectionMetrics$:new dS(void 0),httpDownloadMetrics$:new dS(void 0),surface$:new dS("none"),chromecastState$:new dS("NOT_AVAILABLE"),chromecastDeviceName$:new dS(void 0),intrinsicVideoSize$:new dS(void 0),availableSources$:new dS(void 0),is3DVideo$:new dS(!1),currentVideoSegmentLength$:new dS(0),currentAudioSegmentLength$:new dS(0)};events={inited$:new dg,ready$:new dg,started$:new dg,playing$:new dg,paused$:new dg,stopped$:new dg,willReady$:new dg,willStart$:new dg,willResume$:new dg,willPause$:new dg,willStop$:new dg,willDestruct$:new dg,watchCoverageRecord$:new dg,watchCoverageLive$:new dg,managedError$:new dg,fatalError$:new dg,fetcherRecoverableError$:new dg,ended$:new dg,looped$:new dg,seeked$:new dg,willSeek$:new dg,autoplaySoundProhibited$:new dg,manifestRequested$:new dg,firstBytesManifest$:new dg,manifestReceived$:new dg,firstBytesRequested$:new dg,firstBytesReceived$:new dg,firstBytes$:new dg,loadedMetadata$:new dg,firstFrame$:new dg,canplay$:new dg,log$:new dg,fetcherError$:new dg,severeStallOccured$:new dg};experimental={element$:new dS(void 0),enableDebugTelemetry$:new dS(!1),dumpTelemetry:hF,getCurrentTime$:new dS(null)};devNullLog;collectDecodingInfoDestroyCb;constructor(e={},t=dx.createRootTracer(!1),i){this.initLogs(),this.tuning=l9(e,m8),this.tracer=t,this.tuning.suppressExceptionsInObservables&&(iI.default(this.info).forEach(e=>e.setSuppressErrors(!0)),iI.default(this.events).forEach(e=>e.setSuppressErrors(!0)));let s={receiverApplicationId:this.tuning.chromecastReceiverId,isDisabled:this.tuning.disableChromecast,dependencies:{logger:this.logger}};if(this.chromecastInitializer=this.tuning.chromecastPresentationApi?new hl(s):new dz(s),this.throughputEstimator=new m5(this.tuning.throughputEstimator),e.exposeInternalsToGlobal&&(this.internalsExposure=new dE("core",dL(i?.playerId)),this.internalsExposure.expose({player:this})),this.initChromecastSubscription(),this.initDesiredStateSubscriptions(),this.devNullLog=i?.onDevNullLog,dC.create("core"),Proxy&&Reflect)return new Proxy(this,{get:(e,t,i)=>{let s=Reflect.get(e,t,i);return"function"!=typeof s?s:(...i)=>{try{return s.apply(e,i)}catch(r){let e=i.map(e=>JSON.stringify(e,(e,t)=>{let i=typeof t;return iD.default(["number","string","boolean"],i)?t:null===t?null:`<${i}>`})),s=`Player.${String(t)}`,a=`Exception calling ${s} (${e.join(", ")})`;throw this.events.fatalError$.next({id:s,category:ds.WTF,message:a,thrown:r}),r}}}})}initVideo(e){this.config=e,this.internalsExposure?.expose({config:e,logger:this.logger,tuning:this.tuning}),this.setMuted(this.tuning.isAudioDisabled);let t=()=>{let t,{container:i,...s}=e;if(this.tracer.log("initVideo",d$(s)),this.domContainer=(dI(t="string"==typeof e.container?document.getElementById(e.container):e.container,`Wrong container or containerId {${e.container}}`),t),this.chromecastInitializer.contentId=e.meta?.videoId,this.providerContainer=new mZ({sources:e.sources,meta:e.meta??{},failoverHosts:e.failoverHosts??[],container:this.domContainer,desiredState:this.desiredState,dependencies:{throughputEstimator:this.throughputEstimator,chromecastInitializer:this.chromecastInitializer,tracer:this.tracer,logger:this.logger,abrLogger:this.abrLogger},tuning:this.tuning,volumeMultiplier:e.volumeMultiplier,panelSize:e.panelSize}),this.initProviderContainerSubscription(this.providerContainer),this.initStartingVideoTrack(this.providerContainer),this.initTracerSubscription(),this.providerContainer.init(),this.setLiveLowLatency(this.tuning.dashCmafLive.lowLatency.isActiveOnDefault),this.initDebugTelemetry(),this.initWakeLock(),this.playerInited.next(!0),this.devNullLog&&this.tuning.devNullLogEnabled){let e,t;dC.subscribe("core",this.devNullLog),this.tuning.collectingDecodingInfoEnabled&&(this.collectDecodingInfoDestroyCb=(e="mediaCapabilities"in d_().navigator?fe:ft,t=py(async()=>{let t=await Promise.all(m9.default(fi).map(async([t,i])=>({codec:t,supported:await e(i)}))),i=[hs.browser.current,...t.map(e=>JSON.stringify(e))].slice(0,16);return dV.push("core",{key:"videoplayer_decoding_info",strings:i}),t}),()=>pw(t)))}else dC.destroy("core")},i=()=>{this.tuning.autostartOnlyIfVisible&&window.requestAnimationFrame?this.playerInitRequest=window.requestAnimationFrame(()=>t()):t()},s=()=>{this.tuning.asyncResolveClientChecker?hs.isInited$.pipe(da(e=>!!e),df()).subscribe(()=>{console.log("Core SDK async start"),i()}):i()};return this.isNotActiveTabCase()?(this.tracer.log("request play from hidden tab"),dn(document,"visibilitychange").pipe(df()).subscribe(s)):s(),this}destroy(){this.tracer.log("destroy"),window.clearTimeout(this.hasLiveOffsetByPausedTimer),this.playerInitRequest&&window.cancelAnimationFrame(this.playerInitRequest),this.events.willDestruct$.next(),this.stop(),this.providerContainer?.destroy(),this.throughputEstimator.destroy(),this.chromecastInitializer.destroy(),this.subscription.unsubscribe(),this.tracer.end(),this.internalsExposure?.destroy(),dC.destroy("core"),this.collectDecodingInfoDestroyCb?.()}waitInit(e){this.playerInited.getValue()?e():this.subscription.add(this.playerInited.pipe(da(e=>!!e),df()).subscribe(e))}prepare(){return this.waitInit(()=>{let e=this.desiredState.playbackState;this.tracer.log("prepare",{currentPlayBackState:e.getState()}),"stopped"===e.getState()&&e.startTransitionTo("ready")}),this}play(){return this.waitInit(()=>{let e=this.desiredState.playbackState;this.tracer.log("play",{currentPlayBackState:e.getState()}),"playing"!==e.getState()&&e.startTransitionTo("playing")}),this}pause(){return this.waitInit(()=>{let e=this.desiredState.playbackState;this.tracer.log("pause",{currentPlayBackState:e.getState()}),"paused"!==e.getState()&&e.startTransitionTo("paused")}),this}stop(){return this.waitInit(()=>{let e=this.desiredState.playbackState;this.tracer.log("stop",{currentPlayBackState:e.getState()}),"stopped"!==e.getState()&&e.startTransitionTo("stopped")}),this}seekTime(e,t=!0){return this.waitInit(()=>{let i=this.info.duration$.getValue(),s=this.info.isLive$.getValue(),a=e;e>=i&&!s&&(a=i-this.tuning.seekNearDurationBias),this.tracer.log("seekTime",{duration:i,isLive:s,time:e,calculatedTime:a,forcePrecise:t}),Number.isFinite(a)&&(this.events.willSeek$.next({from:this.getExactTime(),to:a}),this.desiredState.seekState.setState({state:"requested",position:1e3*a,forcePrecise:t}))}),this}seekPercent(e){return this.waitInit(()=>{let t=this.info.duration$.getValue();this.tracer.log("seekPercent",{percent:e,duration:t}),isFinite(t)&&this.seekTime(Math.abs(t)*e,!1)}),this}setVolume(e,t){return this.waitInit(()=>{let i=this.desiredState.volume,s=i.getTransition(),a=s?.to.muted??this.info.muted$.getValue(),r=t??(this.tuning.isAudioDisabled||a);this.tracer.log("setVolume",{volume:e,isAudioDisabled:this.tuning.isAudioDisabled,chromecastState:this.chromecastInitializer.castState$.getValue(),muted:r}),"CONNECTED"!==this.chromecastInitializer.castState$.getValue()||this.chromecastInitializer instanceof hl?i.startTransitionTo({volume:e,muted:r}):this.chromecastInitializer.setVolume(e)}),this}setMuted(e,t=!1){return this.waitInit(()=>{let i=this.desiredState.volume,s=this.tuning.isAudioDisabled&&!t||e,a=i.getTransition(),r=a?.to.volume??this.info.volume$.getValue();this.tracer.log("setMuted",{isMuted:e,nextMuted:s,volume:r,isAudioDisabled:this.tuning.isAudioDisabled,chromecastState:this.chromecastInitializer.castState$.getValue()}),"CONNECTED"!==this.chromecastInitializer.castState$.getValue()||this.chromecastInitializer instanceof hl?i.startTransitionTo({volume:r,muted:s}):this.chromecastInitializer.setMuted(s)}),this}setVideoStream(e){return this.waitInit(()=>{this.desiredState.videoStream.startTransitionTo(e)}),this}setAudioStream(e){return this.waitInit(()=>{this.desiredState.audioStream.startTransitionTo(e)}),this}setQuality(e){return this.waitInit(()=>{dt(this.providerContainer);let t=this.providerContainer.providerOutput.availableVideoTracks$.getValue();this.tracer.log("setQuality",{isDelayed:0===t.length,quality:e}),void 0===this.desiredState.videoTrack.getState()&&void 0===this.desiredState.videoTrack.getPrevState()&&0===t.length?this.wasSetStartedQuality?this.providerContainer.providerOutput.availableVideoTracks$.pipe(da(e=>e.length>0),df()).subscribe(t=>{this.setVideoTrackIdByQuality(t,e)}):this.explicitInitialQuality=e:t.length>0&&this.setVideoTrackIdByQuality(t,e)}),this}setAutoQuality(e){return this.waitInit(()=>{this.tracer.log("setAutoQuality",{enable:e}),this.desiredState.autoVideoTrackSwitching.startTransitionTo(e)}),this}setAutoQualityLimits(e){return this.waitInit(()=>{this.tracer.log("setAutoQualityLimits",d$(e)),this.desiredState.autoVideoTrackLimits.startTransitionTo(e)}),this}setPredefinedQualityLimits(e){return this.waitInit(()=>{let t;if(this.info.predefinedQualityLimitType$.getValue()===e)return this;let{highQualityLimit:i,trafficSavingLimit:s}=this.tuning.autoTrackSelection;switch(e){case"high_quality":t={min:i,max:void 0};break;case"traffic_saving":t={max:s,min:void 0};break;default:t={max:void 0,min:void 0}}this.setAutoQualityLimits(t)}),this}setPlaybackRate(e){return this.waitInit(()=>{this.tracer.log("setPlaybackRate",{playbackRate:e}),this.desiredState.playbackRate.startTransitionTo(e)}),this}setExternalTextTracks(e){return this.waitInit(()=>{e.length&&this.tracer.log("setExternalTextTracks",d$(e)),this.desiredState.externalTextTracks.startTransitionTo(e.map(e=>({type:"external",...e})))}),this}selectTextTrack(e){return this.waitInit(()=>{var t,i,s;t=this.desiredState.currentTextTrack,i=this.providerContainer?.providerOutput.availableTextTracks$,s=t=>t.id===e,void 0!==e&&void 0===t.getState()&&void 0===t.getPrevState()&&i?.getValue().length===0?i.pipe(dD(e=>e.length>0),dP()).subscribe(i=>{i.find(s)&&t.startTransitionTo(e)}):(void 0===e||i?.getValue().find(s))&&t.startTransitionTo(e),this.tracer.log("selectTextTrack",{textTrackId:e})}),this}setTextTrackCueSettings(e){return this.waitInit(()=>{this.tracer.log("setTextTrackCueSettings",{...e}),this.desiredState.textTrackCuesSettings.startTransitionTo(e)}),this}setLiveLowLatency(e){let t=this.info.isLive$.getValue(),i=this.desiredState.isLowLatency.getState();return t&&i!==e?(this.tracer.log("live switch to low latency "+e),this.desiredState.isLowLatency.setState(e),this.seekTime(0)):this}setLooped(e){return this.waitInit(()=>{this.tracer.log("setLooped",{isLooped:e}),this.desiredState.isLooped.startTransitionTo(e)}),this}toggleChromecast(){this.tracer.log("toggleChromecast"),this.chromecastInitializer.toggleConnection()}startCameraManualRotation(e,t){return this.waitInit(()=>{let i=this.getScene3D();this.tracer.log("startCameraManualRotation",{isScene3DAvailable:!!i,mx:e,my:t}),i&&i.startCameraManualRotation(e,t)}),this}stopCameraManualRotation(e=!1){return this.waitInit(()=>{let t=this.getScene3D();this.tracer.log("stopCameraManualRotation",{isScene3DAvailable:!!t,immediate:e}),t&&t.stopCameraManualRotation(e)}),this}moveCameraFocusPX(e,t){return this.waitInit(()=>{let i=this.getScene3D();if(this.tracer.log("moveCameraFocusPX",{isScene3DAvailable:!!i,dxpx:e,dypx:t}),i){let s=i.getCameraRotation(),a=i.pixelToDegree({x:e,y:t});this.desiredState.cameraOrientation.setState({x:s.x+a.x,y:s.y+a.y})}}),this}holdCamera(){return this.waitInit(()=>{let e=this.getScene3D();e&&e.holdCamera()}),this}releaseCamera(){return this.waitInit(()=>{let e=this.getScene3D();e&&e.releaseCamera()}),this}getExactTime(){if(!this.providerContainer)return 0;let e=this.providerContainer.providerOutput.element$.getValue();if(dl(e))return this.info.position$.getValue();let t=this.desiredState.seekState.getState(),i="none"===t.state?void 0:t.position;return du(i)?i/1e3:e.currentTime}getAllLogs(){return this.logger.getAllLogs()}getScene3D(){let e=this.providerContainer?.current$.getValue();if(e?.provider?.scene3D)return e.provider.scene3D}setIntrinsicVideoSize(...e){let t={width:e.reduce((e,{width:t})=>e||t||0,0),height:e.reduce((e,{height:t})=>e||t||0,0)};t.width&&t.height&&this.info.intrinsicVideoSize$.next({width:t.width,height:t.height})}initDesiredStateSubscriptions(){this.subscription.add(dp(this.desiredState.playbackState.stateChangeStarted$,this.desiredState.playbackState.forceChanged$).pipe(dh(e=>e.to)).subscribe(this.info.playbackState$)).add(this.desiredState.isLooped.stateChangeEnded$.pipe(dh(e=>e.to)).subscribe(this.info.isLooped$)).add(this.desiredState.playbackRate.stateChangeEnded$.pipe(dh(e=>e.to)).subscribe(this.info.currentPlaybackRate$)).add(this.desiredState.autoVideoTrackSwitching.stateChangeEnded$.pipe(dh(e=>e.to)).subscribe(this.info.isAutoQualityEnabled$)).add(this.desiredState.autoVideoTrackLimits.stateChangeEnded$.pipe(dh(e=>e.to)).subscribe(e=>{this.info.autoQualityLimits$.next(e);let{highQualityLimit:t,trafficSavingLimit:i}=this.tuning.autoTrackSelection;this.info.predefinedQualityLimitType$.next(e.max||e.min!==t?e.min||e.max!==i?"unknown":"traffic_saving":"high_quality")})),this.subscription.add(this.desiredState.playbackState.stateChangeStarted$.pipe(da(({from:e})=>"stopped"===e),df()).subscribe(()=>{this.initedAt=dm(),this.events.inited$.next()})).add(this.desiredState.playbackState.stateChangeEnded$.subscribe(e=>{switch(e.to){case"ready":this.events.ready$.next();break;case"playing":this.isPlaybackStarted||this.events.started$.next(),this.isPlaybackStarted=!0,this.events.playing$.next();break;case"paused":this.events.paused$.next();break;case"stopped":this.events.stopped$.next()}})).add(this.desiredState.playbackState.stateChangeStarted$.subscribe(e=>{switch(e.to){case"ready":this.events.willReady$.next();break;case"paused":this.events.willPause$.next();break;case"playing":this.isPlaybackStarted?this.events.willResume$.next():this.events.willStart$.next();break;case"stopped":this.events.willStop$.next()}}))}initProviderContainerSubscription(e){this.subscription.add(e.providerOutput.willSeekEvent$.subscribe(()=>{let e=this.desiredState.seekState.getState();this.tracer.log("willSeekEvent",d$(e)),"requested"===e.state?this.desiredState.seekState.setState({...e,state:"applying"}):this.events.managedError$.next({id:`WillSeekIn${e.state}`,category:ds.WTF,message:"Received unexpeceted willSeek$"})})).add(e.providerOutput.soundProhibitedEvent$.pipe(df()).subscribe(this.events.autoplaySoundProhibited$)).add(e.providerOutput.severeStallOccurred$.subscribe(this.events.severeStallOccured$)).add(e.providerOutput.seekedEvent$.subscribe(()=>{let e=this.desiredState.seekState.getState();this.tracer.log("seekedEvent",d$(e)),"applying"===e.state&&(this.desiredState.seekState.setState({state:"none"}),this.events.seeked$.next())})).add(e.current$.pipe(dh(e=>e.type)).subscribe(this.info.currentFormat$)).add(e.current$.pipe(dh(e=>e.destination),dr()).subscribe(()=>this.isPlaybackStarted=!1)).add(e.providerOutput.availableVideoStreams$.subscribe(this.info.availableVideoStreams$)).add(di({availableVideoTracks:e.providerOutput.availableVideoTracks$,currentVideoStream:e.providerOutput.currentVideoStream$}).pipe(dh(({availableVideoTracks:e,currentVideoStream:t})=>e.filter(e=>!t||t.id===e.streamId).map(({quality:e})=>e).sort((e,t)=>dw(e)?1:dw(t)?-1:dy(t,e)?1:-1))).subscribe(this.info.availableQualities$)).add(e.providerOutput.availableVideoTracks$.subscribe(e=>{let t={};for(let i of e)i.fps&&(t[i.quality]=i.fps);this.info.availableQualitiesFps$.next(t)})).add(e.providerOutput.availableAudioStreams$.subscribe(this.info.availableAudioStreams$)).add(e.providerOutput.currentVideoStream$.subscribe(this.info.currentVideoStream$)).add(e.providerOutput.currentAudioStream$.subscribe(this.info.currentAudioStream$)).add(e.providerOutput.availableAudioTracks$.subscribe(this.info.availableAudioTracks$)).add(e.providerOutput.isAudioAvailable$.pipe(dr()).subscribe(this.info.isAudioAvailable$)).add(e.providerOutput.currentVideoTrack$.pipe(da(e=>du(e))).subscribe(e=>{this.info.currentQuality$.next(e?.quality),this.info.videoBitrate$.next(e?.bitrate)})).add(e.providerOutput.currentVideoSegmentLength$.pipe(dr((e,t)=>Math.round(e)===Math.round(t))).subscribe(this.info.currentVideoSegmentLength$)).add(e.providerOutput.currentAudioSegmentLength$.pipe(dr((e,t)=>Math.round(e)===Math.round(t))).subscribe(this.info.currentAudioSegmentLength$)).add(e.providerOutput.hostname$.pipe(dr()).subscribe(this.info.hostname$)).add(e.providerOutput.httpConnectionType$.pipe(dr()).subscribe(this.info.httpConnectionType$)).add(e.providerOutput.httpConnectionReused$.pipe(dr()).subscribe(this.info.httpConnectionReused$)).add(e.providerOutput.httpConnectionMetrics$.pipe(dr()).subscribe(this.info.httpConnectionMetrics$)).add(e.providerOutput.httpDownloadMetrics$.pipe(dr()).subscribe(this.info.httpDownloadMetrics$)).add(e.providerOutput.currentTextTrack$.subscribe(this.info.currentTextTrack$)).add(e.providerOutput.availableTextTracks$.subscribe(this.info.availableTextTracks$)).add(e.providerOutput.autoVideoTrackLimitingAvailable$.subscribe(this.info.autoQualityLimitingAvailable$)).add(e.providerOutput.autoVideoTrackLimits$.subscribe(e=>{this.desiredState.autoVideoTrackLimits.setState(e??{})})).add(e.providerOutput.currentBuffer$.pipe(dh(e=>e?{start:e.from,end:e.to}:{start:0,end:0})).subscribe(this.info.currentBuffer$)).add(e.providerOutput.currentNativeBuffer$.pipe(dh(e=>e?{start:e.from,end:e.to}:{start:0,end:0})).subscribe(this.info.currentNativeBuffer$)).add(e.providerOutput.duration$.subscribe(this.info.duration$)).add(e.providerOutput.isBuffering$.subscribe(this.info.isBuffering$)).add(e.providerOutput.isLive$.subscribe(this.info.isLive$)).add(e.providerOutput.isLiveEnded$.pipe(dv(e=>e&&this.stop())).subscribe(this.info.isLiveEnded$)).add(e.providerOutput.canPlayLiveTailBuffer$.subscribe(this.info.canPlayLiveTailBuffer$)).add(e.providerOutput.canChangePlaybackSpeed$.subscribe(this.info.canChangePlaybackSpeed$)).add(e.providerOutput.liveTime$.pipe(dr()).subscribe(this.info.liveTime$)).add(e.providerOutput.liveBufferTime$.subscribe(this.info.liveBufferTime$)).add(e.providerOutput.liveLatency$.subscribe(this.info.liveLatency$)).add(di({hasLiveOffsetByPaused:dp(this.desiredState.playbackState.stateChangeStarted$,this.desiredState.playbackState.forceChanged$).pipe(dh(e=>e.to),dr(),dh(e=>"paused"===e)),isLowLatency:e.providerOutput.isLowLatency$}).subscribe(({hasLiveOffsetByPaused:e,isLowLatency:t})=>{if(window.clearTimeout(this.hasLiveOffsetByPausedTimer),e){this.hasLiveOffsetByPausedTimer=window.setTimeout(()=>{this.hasLiveOffsetByPaused.next(!0)},this.getActiveLiveDelay(t));return}this.hasLiveOffsetByPaused.next(!1)})).add(di({atLiveEdge:di({isLive:e.providerOutput.isLive$,isLowLatency:e.providerOutput.isLowLatency$,position:m7({seekState:this.desiredState.seekState,position$:e.providerOutput.position$})}).pipe(dh(({isLive:e,position:t,isLowLatency:i})=>{let s=this.getActiveLiveDelay(i);return e&&Math.abs(t)<s/1e3}),dr(),dv(e=>e&&this.setPlaybackRate(1))),hasPausedTimeoutCase:this.hasLiveOffsetByPaused}).pipe(dh(({atLiveEdge:e,hasPausedTimeoutCase:t})=>e&&!t)).subscribe(this.info.atLiveEdge$)).add(di({isLive:e.providerOutput.isLive$,position:e.providerOutput.position$,duration:e.providerOutput.duration$}).pipe(dh(({isLive:e,position:t,duration:i})=>e&&(Math.abs(i)-Math.abs(t))*1e3<this.tuning.live.activeLiveDelay),dr(),dv(e=>e&&this.setPlaybackRate(1))).subscribe(this.info.atLiveDurationEdge$)).add(e.providerOutput.volume$.pipe(dh(e=>e.muted),dr()).subscribe(this.info.muted$)).add(e.providerOutput.volume$.pipe(dh(e=>e.volume),dr()).subscribe(this.info.volume$)).add(m7({seekState:this.desiredState.seekState,position$:e.providerOutput.position$}).subscribe(this.info.position$)).add(e.providerOutput.seekedEvent$.subscribe(()=>{this.info.isEnded$.getValue()&&this.tuning.changePlaybackStateToPausedWhenEnded&&this.play()})).add(dp(e.providerOutput.endedEvent$.pipe(dc(!0)),e.providerOutput.seekedEvent$.pipe(dc(!1))).pipe(dr()).subscribe(this.info.isEnded$)).add(e.providerOutput.endedEvent$.subscribe(this.events.ended$)).add(e.providerOutput.loopedEvent$.subscribe(this.events.looped$)).add(e.providerError$.subscribe(this.events.managedError$)).add(e.providerOutput.fetcherRecoverableError$.subscribe(this.events.fetcherRecoverableError$)).add(e.providerOutput.fetcherError$.subscribe(this.events.fatalError$)).add(e.volumeMultiplierError$.subscribe(this.events.managedError$)).add(e.noAvailableProvidersError$.pipe(dh(e=>({id:e?`No${e}`:"NoProviders",category:ds.VIDEO_PIPELINE,message:e?`${e} was forced but failed or not available`:"No suitable providers or all providers failed"}))).subscribe(this.events.fatalError$)).add(e.providerOutput.element$.subscribe(this.experimental.element$)).add(e.providerOutput.getCurrentTime$.subscribe(this.experimental.getCurrentTime$)).add(e.providerOutput.manifestRequested$.pipe(df()).subscribe(this.events.manifestRequested$)).add(e.providerOutput.firstBytesManifest$.pipe(df()).subscribe(this.events.firstBytesManifest$)).add(e.providerOutput.manifestReceived$.pipe(df()).subscribe(this.events.manifestReceived$)).add(e.providerOutput.firstBytesRequested$.pipe(df()).subscribe(this.events.firstBytesRequested$)).add(e.providerOutput.firstBytesReceived$.pipe(df()).subscribe(this.events.firstBytesReceived$)).add(e.providerOutput.firstBytesEvent$.pipe(df(),dh(e=>e??dm()-this.initedAt)).subscribe(this.events.firstBytes$)).add(e.providerOutput.loadedMetadataEvent$.subscribe(this.events.loadedMetadata$)).add(e.providerOutput.firstFrameEvent$.pipe(df(),dh(()=>dm()-this.initedAt)).subscribe(this.events.firstFrame$)).add(e.providerOutput.canplay$.pipe(df(),dh(()=>dm()-this.initedAt)).subscribe(this.events.canplay$)).add(this.throughputEstimator.throughput$.subscribe(this.info.throughputEstimation$)).add(this.throughputEstimator.rtt$.subscribe(this.info.rttEstimation$)).add(e.providerOutput.availableSources$.subscribe(this.info.availableSources$));let t=new dS(!1);this.subscription.add(e.providerOutput.seekedEvent$.subscribe(()=>t.next(!1))).add(e.providerOutput.willSeekEvent$.subscribe(()=>t.next(!0)));let i=new dS(!0);this.subscription.add(e.current$.subscribe(()=>i.next(!0))).add(this.desiredState.playbackState.stateChangeEnded$.pipe(da(({to:e})=>"playing"===e),df()).subscribe(()=>i.next(!1)));let s=0,a=dp(e.providerOutput.isBuffering$,t,i).pipe(dh(()=>{let s=e.providerOutput.isBuffering$.getValue(),a=t.getValue()||i.getValue();return s&&!a}),dr());this.subscription.add(a.subscribe(e=>{e?s=window.setTimeout(()=>this.info.isStalled$.next(!0),this.tuning.stallIgnoreThreshold):(window.clearTimeout(s),this.info.isStalled$.next(!1))})),this.subscription.add(dp(e.providerOutput.canplay$,e.providerOutput.firstFrameEvent$,e.providerOutput.firstBytesEvent$).subscribe(()=>{let t=e.providerOutput.element$.getValue();this.setIntrinsicVideoSize({width:t?.videoWidth,height:t?.videoHeight})})).add(e.providerOutput.currentVideoTrack$.subscribe(t=>{let i=e.providerOutput.element$.getValue();this.setIntrinsicVideoSize({width:t?.size?.width,height:t?.size?.height},{width:i?.videoWidth,height:i?.videoHeight})})).add(e.providerOutput.is3DVideo$.subscribe(this.info.is3DVideo$)),this.subscription.add(dp(e.providerOutput.inPiP$,e.providerOutput.inFullscreen$,e.providerOutput.element$,e.providerOutput.elementVisible$,this.chromecastInitializer.castState$).subscribe(()=>{let t,i=e.providerOutput.inPiP$.getValue(),s=e.providerOutput.inFullscreen$.getValue(),a=e.providerOutput.element$.getValue(),r=e.providerOutput.elementVisible$.getValue();t="CONNECTED"===this.chromecastInitializer.castState$.getValue()?"second_screen":a?r?i?"pip":s?"fullscreen":"inline":"invisible":"none",this.info.surface$.getValue()!==t&&this.info.surface$.next(t)}))}initChromecastSubscription(){this.subscription.add(this.chromecastInitializer.castState$.subscribe(this.info.chromecastState$)),this.subscription.add(this.chromecastInitializer.connection$.pipe(dh(e=>e?.castDevice.friendlyName)).subscribe(this.info.chromecastDeviceName$)),this.subscription.add(this.chromecastInitializer.errorEvent$.subscribe(this.events.managedError$))}initStartingVideoTrack(e){let t=new db;this.subscription.add(t),this.subscription.add(e.current$.pipe(dr((e,t)=>e.provider===t.provider)).subscribe(()=>{t.unsubscribe(),t.add(e.providerOutput.availableVideoTracks$.pipe(da(e=>e.length>0),df()).subscribe(e=>{this.setStartingVideoTrack(e)}))}))}setStartingVideoTrack(e){let t;this.wasSetStartedQuality=!0;let i=this.explicitInitialQuality??this.info.currentQuality$.getValue();i&&((t=e.find(({quality:e})=>e===i))||this.setAutoQuality(!0)),t||(t=h2(e,{container:this.domContainer.getBoundingClientRect(),panelSize:this.config.panelSize,estimatedThroughput:this.throughputEstimator.throughput$.getValue(),tuning:this.tuning.autoTrackSelection,limits:this.desiredState.autoVideoTrackLimits.getState(),playbackRate:this.info.currentPlaybackRate$.getValue(),forwardBufferHealth:0,abrLogger:this.abrLogger})),this.desiredState.videoTrack.startTransitionTo(t),this.info.currentQuality$.next(t.quality),this.info.videoBitrate$.next(t.bitrate)}initLogs(){this.subscription.add(dp(this.desiredState.videoTrack.stateChangeStarted$.pipe(dh(e=>({transition:e,entity:"quality",type:"start"}))),this.desiredState.videoTrack.stateChangeEnded$.pipe(dh(e=>({transition:e,entity:"quality",type:"end"}))),this.desiredState.autoVideoTrackSwitching.stateChangeStarted$.pipe(dh(e=>({transition:e,entity:"autoQualityEnabled",type:"start"}))),this.desiredState.autoVideoTrackSwitching.stateChangeEnded$.pipe(dh(e=>({transition:e,entity:"autoQualityEnabled",type:"end"}))),this.desiredState.seekState.stateChangeStarted$.pipe(dh(e=>({transition:e,entity:"seekState",type:"start"}))),this.desiredState.seekState.stateChangeEnded$.pipe(dh(e=>({transition:e,entity:"seekState",type:"end"}))),this.desiredState.playbackState.stateChangeStarted$.pipe(dh(e=>({transition:e,entity:"playbackState",type:"start"}))),this.desiredState.playbackState.stateChangeEnded$.pipe(dh(e=>({transition:e,entity:"playbackState",type:"end"})))).pipe(dh(e=>({component:"desiredState",message:`[${e.entity} change] ${e.type}: ${JSON.stringify(e.transition)}`}))).subscribe(this.logger.log)),this.subscription.add(this.logger.log$.subscribe(this.events.log$))}initDebugTelemetry(){let e=this.providerContainer?.providerOutput;dt(this.providerContainer),dt(e),hN={},this.experimental.enableDebugTelemetry$.next(this.tuning.enableTelemetryAtStart),[this.experimental.enableDebugTelemetry$.subscribe(e=>{hO=e}),this.providerContainer.current$.subscribe(({type:e})=>hU("provider",e)),e.duration$.subscribe(e=>hU("duration",e)),e.availableVideoTracks$.pipe(da(e=>!!e.length),df()).subscribe(e=>hU("tracks",e)),this.events.fatalError$.subscribe(new hq("fatalError")),this.events.managedError$.subscribe(new hq("managedError")),e.position$.subscribe(new hq("position")),e.currentVideoTrack$.pipe(dh(e=>e?.quality)).subscribe(new hq("quality")),this.info.currentBuffer$.subscribe(new hq("buffer")),e.isBuffering$.subscribe(new hq("isBuffering"))].forEach(e=>this.subscription.add(e)),hU("codecs",hs.video.supportedCodecs)}initTracerSubscription(){let e=dk(this.tracer.log.bind(this.tracer)),t=dk(this.tracer.error.bind(this.tracer));this.subscription.add(this.info.playbackState$.subscribe(e("playbackState"))).add(this.info.isLooped$.subscribe(e("isLooped"))).add(this.info.currentPlaybackRate$.pipe(dr()).subscribe(e("currentPlaybackRate"))).add(this.info.isAutoQualityEnabled$.subscribe(e("isAutoQualityEnabled"))).add(this.info.autoQualityLimits$.subscribe(e("autoQualityLimits"))).add(this.info.currentFormat$.subscribe(e("currentFormat"))).add(this.info.availableQualities$.subscribe(e("availableQualities"))).add(this.info.availableQualitiesFps$.subscribe(e("availableQualitiesFps"))).add(this.info.availableAudioTracks$.subscribe(e("availableAudioTracks"))).add(this.info.isAudioAvailable$.subscribe(e("isAudioAvailable"))).add(di({currentQuality:this.info.currentQuality$,videoBitrate:this.info.videoBitrate$}).pipe(da(({currentQuality:e,videoBitrate:t})=>!!e&&!!t),dr((e,t)=>e.currentQuality===t.currentQuality)).subscribe(e("currentVideoTrack"))).add(this.info.currentVideoSegmentLength$.pipe(da(e=>e>0),dr()).subscribe(e("currentVideoSegmentLength"))).add(this.info.currentAudioSegmentLength$.pipe(da(e=>e>0),dr()).subscribe(e("currentAudioSegmentLength"))).add(this.info.hostname$.subscribe(e("hostname"))).add(this.info.currentTextTrack$.subscribe(e("currentTextTrack"))).add(this.info.availableTextTracks$.subscribe(e("availableTextTracks"))).add(this.info.autoQualityLimitingAvailable$.subscribe(e("autoQualityLimitingAvailable"))).add(di({currentBuffer:this.info.currentBuffer$.pipe(da(e=>e.end>0),dr((e,t)=>e.end===t.end&&e.start===t.start)),position:this.info.position$.pipe(dr())}).pipe(dT(1e3)).subscribe(e("currentBufferAndPosition"))).add(this.info.duration$.pipe(dr()).subscribe(e("duration"))).add(this.info.isBuffering$.subscribe(e("isBuffering"))).add(this.info.isLive$.pipe(dr()).subscribe(e("isLive"))).add(this.info.canChangePlaybackSpeed$.pipe(dr()).subscribe(e("canChangePlaybackSpeed"))).add(di({liveTime:this.info.liveTime$,liveBufferTime:this.info.liveBufferTime$,position:this.info.position$}).pipe(da(({liveTime:e,liveBufferTime:t})=>!!e&&!!t),dT(1e3)).subscribe(e("liveBufferAndPosition"))).add(this.info.atLiveEdge$.pipe(dr(),da(e=>!0===e)).subscribe(e("atLiveEdge"))).add(this.info.atLiveDurationEdge$.pipe(dr(),da(e=>!0===e)).subscribe(e("atLiveDurationEdge"))).add(this.info.muted$.pipe(dr()).subscribe(e("muted"))).add(this.info.volume$.pipe(dr()).subscribe(e("volume"))).add(this.info.isEnded$.pipe(dr(),da(e=>!0===e)).subscribe(e("isEnded"))).add(this.info.availableSources$.subscribe(e("availableSources"))).add(di({throughputEstimation:this.info.throughputEstimation$,rtt:this.info.rttEstimation$}).pipe(da(({throughputEstimation:e,rtt:t})=>!!e&&!!t),dT(3e3)).subscribe(e("throughputEstimation"))).add(this.info.isStalled$.subscribe(e("isStalled"))).add(this.info.is3DVideo$.pipe(dr(),da(e=>!0===e)).subscribe(e("is3DVideo"))).add(this.info.surface$.subscribe(e("surface"))).add(this.events.ended$.subscribe(e("ended"))).add(this.events.looped$.subscribe(e("looped"))).add(this.events.managedError$.subscribe(t("managedError"))).add(this.events.fatalError$.subscribe(t("fatalError"))).add(this.events.firstBytes$.subscribe(e("firstBytes"))).add(this.events.firstFrame$.subscribe(e("firstFrame"))).add(this.events.canplay$.subscribe(e("canplay")))}initWakeLock(){let e;if(!window.navigator.wakeLock||!this.tuning.enableWakeLock)return;let t=()=>{e?.release(),e=void 0},i=async()=>{t(),e=await window.navigator.wakeLock.request("screen").catch(e=>{e instanceof DOMException&&"NotAllowedError"===e.name||this.events.managedError$.next({id:"WakeLock",category:ds.DOM,message:String(e)})})};this.subscription.add(dp(dn(document,"visibilitychange"),dn(document,"fullscreenchange"),this.desiredState.playbackState.stateChangeEnded$).subscribe(()=>{let s="visible"===document.visibilityState,a="playing"===this.desiredState.playbackState.getState(),r=!!e&&!e?.released;s&&a?r||i():t()})).add(this.events.willDestruct$.subscribe(t))}setVideoTrackIdByQuality(e,t){let i=e.find(e=>e.quality===t);this.tracer.log("setVideoTrackIdByQuality",d$({quality:t,availableTracks:d$(e),track:d$(i),isAutoQuality:!i})),i?this.desiredState.videoTrack.startTransitionTo(i):this.setAutoQuality(!0)}getActiveLiveDelay(e=!1){return e?this.tuning.live.lowLatencyActiveLiveDelay:this.tuning.live.activeLiveDelay}isNotActiveTabCase(){return document.hidden&&this.tuning.autoplayOnlyInActiveTab&&!cg()}}var fa=`@vkontakte/videoplayer-core@${iB}`;export{d1 as isMobile,hs as clientChecker,hn as areValidLiveRecordSources,b as WebmCodecStrategy,dq as VideoQuality,d as VideoFormat,h as VideoCodec,dU as ValueSubject,iB as VERSION,m as Surface,dO as Subscription,dF as Subject,fa as SDK_VERSION,f as PredefinedQualityLimits,fs as Player,l as PlaybackState,dN as Observable,p as HttpConnectionType,c as ChromecastState};
|