@vkontakte/videoplayer-core 2.0.154-dev.74465ac5.0 → 2.0.154-dev.7be47b47.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 +79 -133
- package/package.json +2 -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 -69
- 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 -67
- 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/esnext.esm.js
CHANGED
|
@@ -1,184 +1,130 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @vkontakte/videoplayer-core v2.0.154-dev.
|
|
3
|
-
* Mon, 02 Mar 2026
|
|
2
|
+
* @vkontakte/videoplayer-core v2.0.154-dev.7be47b47.0
|
|
3
|
+
* Mon, 02 Mar 2026 14:59:09 GMT
|
|
4
4
|
* https://st.mycdn.me/static/vkontakte-videoplayer/2-0-154/doc/
|
|
5
5
|
*/
|
|
6
|
-
var HE=Object.create;var Ep=Object.defineProperty;var jE=Object.getOwnPropertyDescriptor;var zE=Object.getOwnPropertyNames;var WE=Object.getPrototypeOf,QE=Object.prototype.hasOwnProperty;var m=(a,e)=>()=>(e||a((e={exports:{}}).exports,e),e.exports);var GE=(a,e,t,i)=>{if(e&&typeof e=="object"||typeof e=="function")for(let r of zE(e))!QE.call(a,r)&&r!==t&&Ep(a,r,{get:()=>e[r],enumerable:!(i=jE(e,r))||i.enumerable});return a};var C=(a,e,t)=>(t=a!=null?HE(WE(a)):{},GE(e||!a||!a.__esModule?Ep(t,"default",{value:a,enumerable:!0}):t,a));var re=m((Iu,xp)=>{"use strict";var Gr=function(a){return a&&a.Math===Math&&a};xp.exports=Gr(typeof globalThis=="object"&&globalThis)||Gr(typeof window=="object"&&window)||Gr(typeof self=="object"&&self)||Gr(typeof global=="object"&&global)||Gr(typeof Iu=="object"&&Iu)||function(){return this}()||Function("return this")()});var he=m((tO,Pp)=>{"use strict";Pp.exports=function(a){try{return!!a()}catch{return!0}}});var Yr=m((iO,kp)=>{"use strict";var YE=he();kp.exports=!YE(function(){var a=function(){}.bind();return typeof a!="function"||a.hasOwnProperty("prototype")})});var Eu=m((rO,$p)=>{"use strict";var KE=Yr(),Mp=Function.prototype,Ap=Mp.apply,Rp=Mp.call;$p.exports=typeof Reflect=="object"&&Reflect.apply||(KE?Rp.bind(Ap):function(){return Rp.apply(Ap,arguments)})});var fe=m((aO,Dp)=>{"use strict";var Lp=Yr(),Cp=Function.prototype,wu=Cp.call,XE=Lp&&Cp.bind.bind(wu,wu);Dp.exports=Lp?XE:function(a){return function(){return wu.apply(a,arguments)}}});var di=m((sO,Vp)=>{"use strict";var Bp=fe(),JE=Bp({}.toString),ZE=Bp("".slice);Vp.exports=function(a){return ZE(JE(a),8,-1)}});var xu=m((nO,_p)=>{"use strict";var ew=di(),tw=fe();_p.exports=function(a){if(ew(a)==="Function")return tw(a)}});var ae=m((oO,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((uO,Np)=>{"use strict";var iw=he();Np.exports=!iw(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!==7})});var Ue=m((cO,Fp)=>{"use strict";var rw=Yr(),tn=Function.prototype.call;Fp.exports=rw?tn.bind(tn):function(){return tn.apply(tn,arguments)}});var ku=m(Hp=>{"use strict";var Up={}.propertyIsEnumerable,qp=Object.getOwnPropertyDescriptor,aw=qp&&!Up.call({1:2},1);Hp.f=aw?function(e){var t=qp(this,e);return!!t&&t.enumerable}:Up});var Kr=m((dO,jp)=>{"use strict";jp.exports=function(a,e){return{enumerable:!(a&1),configurable:!(a&2),writable:!(a&4),value:e}}});var Wp=m((pO,zp)=>{"use strict";var sw=fe(),nw=he(),ow=di(),Au=Object,uw=sw("".split);zp.exports=nw(function(){return!Au("z").propertyIsEnumerable(0)})?function(a){return ow(a)==="String"?uw(a,""):Au(a)}:Au});var Xr=m((hO,Qp)=>{"use strict";Qp.exports=function(a){return a==null}});var Ft=m((fO,Gp)=>{"use strict";var cw=Xr(),lw=TypeError;Gp.exports=function(a){if(cw(a))throw new lw("Can't call method on "+a);return a}});var pi=m((mO,Yp)=>{"use strict";var dw=Wp(),pw=Ft();Yp.exports=function(a){return dw(pw(a))}});var Le=m((bO,Kp)=>{"use strict";var hw=ae();Kp.exports=function(a){return typeof a=="object"?a!==null:hw(a)}});var hi=m((gO,Xp)=>{"use strict";Xp.exports={}});var It=m((vO,Zp)=>{"use strict";var Ru=hi(),Mu=re(),fw=ae(),Jp=function(a){return fw(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 Jr=m((SO,eh)=>{"use strict";var mw=fe();eh.exports=mw({}.isPrototypeOf)});var fi=m((yO,rh)=>{"use strict";var bw=re(),th=bw.navigator,ih=th&&th.userAgent;rh.exports=ih?String(ih):""});var Lu=m((TO,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,rn;oh&&(at=oh.split("."),rn=at[0]>0&&at[0]<4?1:+(at[0]+at[1]));!rn&&$u&&(at=$u.match(/Edge\/(\d+)/),(!at||at[1]>=74)&&(at=$u.match(/Chrome\/(\d+)/),at&&(rn=+at[1])));ch.exports=rn});var Cu=m((IO,dh)=>{"use strict";var lh=Lu(),gw=he(),vw=re(),Sw=vw.String;dh.exports=!!Object.getOwnPropertySymbols&&!gw(function(){var a=Symbol("symbol detection");return!Sw(a)||!(Object(a)instanceof Symbol)||!Symbol.sham&&lh&&lh<41})});var Du=m((EO,ph)=>{"use strict";var yw=Cu();ph.exports=yw&&!Symbol.sham&&typeof Symbol.iterator=="symbol"});var Bu=m((wO,hh)=>{"use strict";var Tw=It(),Iw=ae(),Ew=Jr(),ww=Du(),xw=Object;hh.exports=ww?function(a){return typeof a=="symbol"}:function(a){var e=Tw("Symbol");return Iw(e)&&Ew(e.prototype,xw(a))}});var Zr=m((xO,fh)=>{"use strict";var Pw=String;fh.exports=function(a){try{return Pw(a)}catch{return"Object"}}});var pt=m((PO,mh)=>{"use strict";var kw=ae(),Aw=Zr(),Rw=TypeError;mh.exports=function(a){if(kw(a))return a;throw new Rw(Aw(a)+" is not a function")}});var ea=m((kO,bh)=>{"use strict";var Mw=pt(),$w=Xr();bh.exports=function(a,e){var t=a[e];return $w(t)?void 0:Mw(t)}});var vh=m((AO,gh)=>{"use strict";var Vu=Ue(),_u=ae(),Ou=Le(),Lw=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 Lw("Can't convert object to primitive value")}});var st=m((RO,Sh)=>{"use strict";Sh.exports=!0});var Ih=m((MO,Th)=>{"use strict";var yh=re(),Cw=Object.defineProperty;Th.exports=function(a,e){try{Cw(yh,a,{value:e,configurable:!0,writable:!0})}catch{yh[a]=e}return e}});var ta=m(($O,xh)=>{"use strict";var Dw=st(),Bw=re(),Vw=Ih(),Eh="__core-js_shared__",wh=xh.exports=Bw[Eh]||Vw(Eh,{});(wh.versions||(wh.versions=[])).push({version:"3.43.0",mode:Dw?"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((LO,kh)=>{"use strict";var Ph=ta();kh.exports=function(a,e){return Ph[a]||(Ph[a]=e||{})}});var Xi=m((CO,Ah)=>{"use strict";var _w=Ft(),Ow=Object;Ah.exports=function(a){return Ow(_w(a))}});var nt=m((DO,Rh)=>{"use strict";var Nw=fe(),Fw=Xi(),Uw=Nw({}.hasOwnProperty);Rh.exports=Object.hasOwn||function(e,t){return Uw(Fw(e),t)}});var Fu=m((BO,Mh)=>{"use strict";var qw=fe(),Hw=0,jw=Math.random(),zw=qw(1.1.toString);Mh.exports=function(a){return"Symbol("+(a===void 0?"":a)+")_"+zw(++Hw+jw,36)}});var Ie=m((VO,Lh)=>{"use strict";var Ww=re(),Qw=Nu(),$h=nt(),Gw=Fu(),Yw=Cu(),Kw=Du(),Ji=Ww.Symbol,Uu=Qw("wks"),Xw=Kw?Ji.for||Ji:Ji&&Ji.withoutSetter||Gw;Lh.exports=function(a){return $h(Uu,a)||(Uu[a]=Yw&&$h(Ji,a)?Ji[a]:Xw("Symbol."+a)),Uu[a]}});var Vh=m((_O,Bh)=>{"use strict";var Jw=Ue(),Ch=Le(),Dh=Bu(),Zw=ea(),ex=vh(),tx=Ie(),ix=TypeError,rx=tx("toPrimitive");Bh.exports=function(a,e){if(!Ch(a)||Dh(a))return a;var t=Zw(a,rx),i;if(t){if(e===void 0&&(e="default"),i=Jw(t,a,e),!Ch(i)||Dh(i))return i;throw new ix("Can't convert object to primitive value")}return e===void 0&&(e="number"),ex(a,e)}});var qu=m((OO,_h)=>{"use strict";var ax=Vh(),sx=Bu();_h.exports=function(a){var e=ax(a,"string");return sx(e)?e:e+""}});var an=m((NO,Nh)=>{"use strict";var nx=re(),Oh=Le(),Hu=nx.document,ox=Oh(Hu)&&Oh(Hu.createElement);Nh.exports=function(a){return ox?Hu.createElement(a):{}}});var ju=m((FO,Fh)=>{"use strict";var ux=Fe(),cx=he(),lx=an();Fh.exports=!ux&&!cx(function(){return Object.defineProperty(lx("div"),"a",{get:function(){return 7}}).a!==7})});var Hh=m(qh=>{"use strict";var dx=Fe(),px=Ue(),hx=ku(),fx=Kr(),mx=pi(),bx=qu(),gx=nt(),vx=ju(),Uh=Object.getOwnPropertyDescriptor;qh.f=dx?Uh:function(e,t){if(e=mx(e),t=bx(t),vx)try{return Uh(e,t)}catch{}if(gx(e,t))return fx(!px(hx.f,e,t),e[t])}});var zu=m((qO,jh)=>{"use strict";var Sx=he(),yx=ae(),Tx=/#|\.prototype\./,ia=function(a,e){var t=Ex[Ix(a)];return t===xx?!0:t===wx?!1:yx(e)?Sx(e):!!e},Ix=ia.normalize=function(a){return String(a).replace(Tx,".").toLowerCase()},Ex=ia.data={},wx=ia.NATIVE="N",xx=ia.POLYFILL="P";jh.exports=ia});var Zi=m((HO,Wh)=>{"use strict";var zh=xu(),Px=pt(),kx=Yr(),Ax=zh(zh.bind);Wh.exports=function(a,e){return Px(a),e===void 0?a:kx?Ax(a,e):function(){return a.apply(e,arguments)}}});var Wu=m((jO,Qh)=>{"use strict";var Rx=Fe(),Mx=he();Qh.exports=Rx&&Mx(function(){return Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype!==42})});var ht=m((zO,Gh)=>{"use strict";var $x=Le(),Lx=String,Cx=TypeError;Gh.exports=function(a){if($x(a))return a;throw new Cx(Lx(a)+" is not an object")}});var mi=m(Kh=>{"use strict";var Dx=Fe(),Bx=ju(),Vx=Wu(),sn=ht(),Yh=qu(),_x=TypeError,Qu=Object.defineProperty,Ox=Object.getOwnPropertyDescriptor,Gu="enumerable",Yu="configurable",Ku="writable";Kh.f=Dx?Vx?function(e,t,i){if(sn(e),t=Yh(t),sn(i),typeof e=="function"&&t==="prototype"&&"value"in i&&Ku in i&&!i[Ku]){var r=Ox(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(sn(e),t=Yh(t),sn(i),Bx)try{return Qu(e,t,i)}catch{}if("get"in i||"set"in i)throw new _x("Accessors not supported");return"value"in i&&(e[t]=i.value),e}});var er=m((QO,Xh)=>{"use strict";var Nx=Fe(),Fx=mi(),Ux=Kr();Xh.exports=Nx?function(a,e,t){return Fx.f(a,e,Ux(1,t))}:function(a,e,t){return a[e]=t,a}});var oe=m((GO,Zh)=>{"use strict";var ra=re(),qx=Eu(),Hx=xu(),jx=ae(),zx=Hh().f,Wx=zu(),tr=hi(),Qx=Zi(),ir=er(),Jh=nt();ta();var Gx=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 qx(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?ra:r?ra[t]:ra[t]&&ra[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=Wx(i?p:t+(r?".":"#")+p,a.forced),d=!c&&n&&Jh(n,p),f=o[p],d&&(a.dontCallGetSet?(v=zx(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=Qx(h,ra):a.wrap&&d?g=Gx(h):s&&jx(h)?g=Hx(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 nn=m((YO,tf)=>{"use strict";var Yx=Nu(),Kx=Fu(),ef=Yx("keys");tf.exports=function(a){return ef[a]||(ef[a]=Kx(a))}});var af=m((KO,rf)=>{"use strict";var Xx=he();rf.exports=!Xx(function(){function a(){}return a.prototype.constructor=null,Object.getPrototypeOf(new a)!==a.prototype})});var on=m((XO,nf)=>{"use strict";var Jx=nt(),Zx=ae(),eP=Xi(),tP=nn(),iP=af(),sf=tP("IE_PROTO"),Xu=Object,rP=Xu.prototype;nf.exports=iP?Xu.getPrototypeOf:function(a){var e=eP(a);if(Jx(e,sf))return e[sf];var t=e.constructor;return Zx(t)&&e instanceof t?t.prototype:e instanceof Xu?rP:null}});var uf=m((JO,of)=>{"use strict";var aP=Math.ceil,sP=Math.floor;of.exports=Math.trunc||function(e){var t=+e;return(t>0?sP:aP)(t)}});var aa=m((ZO,cf)=>{"use strict";var nP=uf();cf.exports=function(a){var e=+a;return e!==e||e===0?0:nP(e)}});var df=m((eN,lf)=>{"use strict";var oP=aa(),uP=Math.max,cP=Math.min;lf.exports=function(a,e){var t=oP(a);return t<0?uP(t+e,0):cP(t,e)}});var Ju=m((tN,pf)=>{"use strict";var lP=aa(),dP=Math.min;pf.exports=function(a){var e=lP(a);return e>0?dP(e,9007199254740991):0}});var rr=m((iN,hf)=>{"use strict";var pP=Ju();hf.exports=function(a){return pP(a.length)}});var Zu=m((rN,mf)=>{"use strict";var hP=pi(),fP=df(),mP=rr(),ff=function(a){return function(e,t,i){var r=hP(e),s=mP(r);if(s===0)return!a&&-1;var n=fP(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 un=m((aN,bf)=>{"use strict";bf.exports={}});var Sf=m((sN,vf)=>{"use strict";var bP=fe(),ec=nt(),gP=pi(),vP=Zu().indexOf,SP=un(),gf=bP([].push);vf.exports=function(a,e){var t=gP(a),i=0,r=[],s;for(s in t)!ec(SP,s)&&ec(t,s)&&gf(r,s);for(;e.length>i;)ec(t,s=e[i++])&&(~vP(r,s)||gf(r,s));return r}});var tc=m((nN,yf)=>{"use strict";yf.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]});var ic=m((oN,Tf)=>{"use strict";var yP=Sf(),TP=tc();Tf.exports=Object.keys||function(e){return yP(e,TP)}});var rc=m((uN,Pf)=>{"use strict";var Ef=Fe(),IP=he(),wf=fe(),EP=on(),wP=ic(),xP=pi(),PP=ku().f,xf=wf(PP),kP=wf([].push),AP=Ef&&IP(function(){var a=Object.create(null);return a[2]=2,!xf(a,2)}),If=function(a){return function(e){for(var t=xP(e),i=wP(t),r=AP&&EP(t)===null,s=i.length,n=0,o=[],u;s>n;)u=i[n++],(!Ef||(r?u in t:xf(t,u)))&&kP(o,a?[u,t[u]]:t[u]);return o}};Pf.exports={entries:If(!0),values:If(!1)}});var kf=m(()=>{"use strict";var RP=oe(),MP=rc().values;RP({target:"Object",stat:!0},{values:function(e){return MP(e)}})});var Rf=m((dN,Af)=>{"use strict";kf();var $P=hi();Af.exports=$P.Object.values});var $f=m((pN,Mf)=>{"use strict";var LP=Rf();Mf.exports=LP});var bi=m((hN,Lf)=>{"use strict";var CP=$f();Lf.exports=CP});var sa=m((fN,Cf)=>{"use strict";Cf.exports=function(){}});var Df=m(()=>{"use strict";var DP=oe(),BP=Zu().includes,VP=he(),_P=sa(),OP=VP(function(){return!Array(1).includes()});DP({target:"Array",proto:!0,forced:OP},{includes:function(e){return BP(this,e,arguments.length>1?arguments[1]:void 0)}});_P("includes")});var Ut=m((gN,Bf)=>{"use strict";var NP=It();Bf.exports=NP});var _f=m((vN,Vf)=>{"use strict";Df();var FP=Ut();Vf.exports=FP("Array","includes")});var Nf=m((SN,Of)=>{"use strict";var UP=_f();Of.exports=UP});var Ce=m((yN,Ff)=>{"use strict";var qP=Nf();Ff.exports=qP});var pm=m(()=>{"use strict";var Pk=oe(),kk=rc().entries;Pk({target:"Object",stat:!0},{entries:function(e){return kk(e)}})});var fm=m((yU,hm)=>{"use strict";pm();var Ak=hi();hm.exports=Ak.Object.entries});var bm=m((TU,mm)=>{"use strict";var Rk=fm();mm.exports=Rk});var Ht=m((IU,gm)=>{"use strict";var Mk=bm();gm.exports=Mk});var Si=m((EU,vm)=>{"use strict";vm.exports={}});var Tm=m((wU,ym)=>{"use strict";var $k=re(),Lk=ae(),Sm=$k.WeakMap;ym.exports=Lk(Sm)&&/native code/.test(String(Sm))});var Tc=m((xU,wm)=>{"use strict";var Ck=Tm(),Em=re(),Dk=Le(),Bk=er(),vc=nt(),Sc=ta(),Vk=nn(),_k=un(),Im="Object already initialized",yc=Em.TypeError,Ok=Em.WeakMap,yn,la,Tn,Nk=function(a){return Tn(a)?la(a):yn(a,{})},Fk=function(a){return function(e){var t;if(!Dk(e)||(t=la(e)).type!==a)throw new yc("Incompatible receiver, "+a+" required");return t}};Ck||Sc.state?(ot=Sc.state||(Sc.state=new Ok),ot.get=ot.get,ot.has=ot.has,ot.set=ot.set,yn=function(a,e){if(ot.has(a))throw new yc(Im);return e.facade=a,ot.set(a,e),e},la=function(a){return ot.get(a)||{}},Tn=function(a){return ot.has(a)}):(yi=Vk("state"),_k[yi]=!0,yn=function(a,e){if(vc(a,yi))throw new yc(Im);return e.facade=a,Bk(a,yi,e),e},la=function(a){return vc(a,yi)?a[yi]:{}},Tn=function(a){return vc(a,yi)});var ot,yi;wm.exports={set:yn,get:la,has:Tn,enforce:Nk,getterFor:Fk}});var wc=m((PU,Pm)=>{"use strict";var Ic=Fe(),Uk=nt(),xm=Function.prototype,qk=Ic&&Object.getOwnPropertyDescriptor,Ec=Uk(xm,"name"),Hk=Ec&&function(){}.name==="something",jk=Ec&&(!Ic||Ic&&qk(xm,"name").configurable);Pm.exports={EXISTS:Ec,PROPER:Hk,CONFIGURABLE:jk}});var Am=m(km=>{"use strict";var zk=Fe(),Wk=Wu(),Qk=mi(),Gk=ht(),Yk=pi(),Kk=ic();km.f=zk&&!Wk?Object.defineProperties:function(e,t){Gk(e);for(var i=Yk(t),r=Kk(t),s=r.length,n=0,o;s>n;)Qk.f(e,o=r[n++],i[o]);return e}});var xc=m((AU,Rm)=>{"use strict";var Xk=It();Rm.exports=Xk("document","documentElement")});var Rc=m((RU,Vm)=>{"use strict";var Jk=ht(),Zk=Am(),Mm=tc(),eA=un(),tA=xc(),iA=an(),rA=nn(),$m=">",Lm="<",kc="prototype",Ac="script",Dm=rA("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},aA=function(){var a=iA("iframe"),e="java"+Ac+":",t;return a.style.display="none",tA.appendChild(a),a.src=String(e),t=a.contentWindow.document,t.open(),t.write(Bm("document.F=Object")),t.close(),t.F},In,En=function(){try{In=new ActiveXObject("htmlfile")}catch{}En=typeof document<"u"?document.domain&&In?Cm(In):aA():Cm(In);for(var a=Mm.length;a--;)delete En[kc][Mm[a]];return En()};eA[Dm]=!0;Vm.exports=Object.create||function(e,t){var i;return e!==null?(Pc[kc]=Jk(e),i=new Pc,Pc[kc]=null,i[Dm]=e):i=En(),t===void 0?i:Zk.f(i,t)}});var or=m((MU,_m)=>{"use strict";var sA=er();_m.exports=function(a,e,t,i){return i&&i.enumerable?a[e]=t:sA(a,e,t),a}});var Cc=m(($U,Fm)=>{"use strict";var nA=he(),oA=ae(),uA=Le(),cA=Rc(),Om=on(),lA=or(),dA=Ie(),pA=st(),Lc=dA("iterator"),Nm=!1,wt,Mc,$c;[].keys&&($c=[].keys(),"next"in $c?(Mc=Om(Om($c)),Mc!==Object.prototype&&(wt=Mc)):Nm=!0);var hA=!uA(wt)||nA(function(){var a={};return wt[Lc].call(a)!==a});hA?wt={}:pA&&(wt=cA(wt));oA(wt[Lc])||lA(wt,Lc,function(){return this});Fm.exports={IteratorPrototype:wt,BUGGY_SAFARI_ITERATORS:Nm}});var wn=m((LU,qm)=>{"use strict";var fA=Ie(),mA=fA("toStringTag"),Um={};Um[mA]="z";qm.exports=String(Um)==="[object z]"});var da=m((CU,Hm)=>{"use strict";var bA=wn(),gA=ae(),xn=di(),vA=Ie(),SA=vA("toStringTag"),yA=Object,TA=xn(function(){return arguments}())==="Arguments",IA=function(a,e){try{return a[e]}catch{}};Hm.exports=bA?xn:function(a){var e,t,i;return a===void 0?"Undefined":a===null?"Null":typeof(t=IA(e=yA(a),SA))=="string"?t:TA?xn(e):(i=xn(e))==="Object"&&gA(e.callee)?"Arguments":i}});var zm=m((DU,jm)=>{"use strict";var EA=wn(),wA=da();jm.exports=EA?{}.toString:function(){return"[object "+wA(this)+"]"}});var pa=m((BU,Qm)=>{"use strict";var xA=wn(),PA=mi().f,kA=er(),AA=nt(),RA=zm(),MA=Ie(),Wm=MA("toStringTag");Qm.exports=function(a,e,t,i){var r=t?a:a&&a.prototype;r&&(AA(r,Wm)||PA(r,Wm,{configurable:!0,value:e}),i&&!xA&&kA(r,"toString",RA))}});var Ym=m((VU,Gm)=>{"use strict";var $A=Cc().IteratorPrototype,LA=Rc(),CA=Kr(),DA=pa(),BA=Si(),VA=function(){return this};Gm.exports=function(a,e,t,i){var r=e+" Iterator";return a.prototype=LA($A,{next:CA(+!i,t)}),DA(a,r,!1,!0),BA[r]=VA,a}});var Xm=m((_U,Km)=>{"use strict";var _A=fe(),OA=pt();Km.exports=function(a,e,t){try{return _A(OA(Object.getOwnPropertyDescriptor(a,e)[t]))}catch{}}});var Zm=m((OU,Jm)=>{"use strict";var NA=Le();Jm.exports=function(a){return NA(a)||a===null}});var tb=m((NU,eb)=>{"use strict";var FA=Zm(),UA=String,qA=TypeError;eb.exports=function(a){if(FA(a))return a;throw new qA("Can't set "+UA(a)+" as a prototype")}});var Dc=m((FU,ib)=>{"use strict";var HA=Xm(),jA=Le(),zA=Ft(),WA=tb();ib.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var a=!1,e={},t;try{t=HA(Object.prototype,"__proto__","set"),t(e,[]),a=e instanceof Array}catch{}return function(r,s){return zA(r),WA(s),jA(r)&&(a?t(r,s):r.__proto__=s),r}}():void 0)});var hb=m((UU,pb)=>{"use strict";var QA=oe(),GA=Ue(),Pn=st(),lb=wc(),YA=ae(),KA=Ym(),rb=on(),ab=Dc(),XA=pa(),JA=er(),Bc=or(),ZA=Ie(),sb=Si(),db=Cc(),eR=lb.PROPER,tR=lb.CONFIGURABLE,nb=db.IteratorPrototype,kn=db.BUGGY_SAFARI_ITERATORS,ha=ZA("iterator"),ob="keys",fa="values",ub="entries",cb=function(){return this};pb.exports=function(a,e,t,i,r,s,n){KA(t,e,i);var o=function(v){if(v===r&&p)return p;if(!kn&&v&&v in d)return d[v];switch(v){case ob:return function(){return new t(this,v)};case fa: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[ha]||d["@@iterator"]||r&&d[r],p=!kn&&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&&(!Pn&&rb(f)!==nb&&(ab?ab(f,nb):YA(f[ha])||Bc(f,ha,cb)),XA(f,u,!0,!0),Pn&&(sb[u]=cb))),eR&&r===fa&&l&&l.name!==fa&&(!Pn&&tR?JA(d,"name",fa):(c=!0,p=function(){return GA(l,this)})),r)if(b={values:o(fa),keys:s?p:o(ob),entries:o(ub)},n)for(g in b)(kn||c||!(g in d))&&Bc(d,g,b[g]);else QA({target:e,proto:!0,forced:kn||c},b);return(!Pn||n)&&d[ha]!==p&&Bc(d,ha,p,{name:r}),sb[e]=p,b}});var mb=m((qU,fb)=>{"use strict";fb.exports=function(a,e){return{value:a,done:e}}});var _c=m((HU,yb)=>{"use strict";var iR=pi(),Vc=sa(),bb=Si(),vb=Tc(),rR=mi().f,aR=hb(),An=mb(),sR=st(),nR=Fe(),Sb="Array Iterator",oR=vb.set,uR=vb.getterFor(Sb);yb.exports=aR(Array,"Array",function(a,e){oR(this,{type:Sb,target:iR(a),index:0,kind:e})},function(){var a=uR(this),e=a.target,t=a.index++;if(!e||t>=e.length)return a.target=null,An(void 0,!0);switch(a.kind){case"keys":return An(t,!1);case"values":return An(e[t],!1)}return An([t,e[t]],!1)},"values");var gb=bb.Arguments=bb.Array;Vc("keys");Vc("values");Vc("entries");if(!sR&&nR&&gb.name!=="values")try{rR(gb,"name",{value:"values"})}catch{}});var Ib=m((jU,Tb)=>{"use strict";var cR=Ie(),lR=Si(),dR=cR("iterator"),pR=Array.prototype;Tb.exports=function(a){return a!==void 0&&(lR.Array===a||pR[dR]===a)}});var Oc=m((zU,wb)=>{"use strict";var hR=da(),Eb=ea(),fR=Xr(),mR=Si(),bR=Ie(),gR=bR("iterator");wb.exports=function(a){if(!fR(a))return Eb(a,gR)||Eb(a,"@@iterator")||mR[hR(a)]}});var Pb=m((WU,xb)=>{"use strict";var vR=Ue(),SR=pt(),yR=ht(),TR=Zr(),IR=Oc(),ER=TypeError;xb.exports=function(a,e){var t=arguments.length<2?IR(a):e;if(SR(t))return yR(vR(t,a));throw new ER(TR(a)+" is not iterable")}});var Rb=m((QU,Ab)=>{"use strict";var wR=Ue(),kb=ht(),xR=ea();Ab.exports=function(a,e,t){var i,r;kb(a);try{if(i=xR(a,"return"),!i){if(e==="throw")throw t;return t}i=wR(i,a)}catch(s){r=!0,i=s}if(e==="throw")throw t;if(r)throw i;return kb(i),t}});var Mn=m((GU,Cb)=>{"use strict";var PR=Zi(),kR=Ue(),AR=ht(),RR=Zr(),MR=Ib(),$R=rr(),Mb=Jr(),LR=Pb(),CR=Oc(),$b=Rb(),DR=TypeError,Rn=function(a,e){this.stopped=a,this.result=e},Lb=Rn.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=PR(e,i),c,d,l,p,h,f,b,g=function(S){return c&&$b(c,"normal"),new Rn(!0,S)},v=function(S){return r?(AR(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=CR(a),!d)throw new DR(RR(a)+" is not iterable");if(MR(d)){for(l=0,p=$R(a);p>l;l++)if(h=v(a[l]),h&&Mb(Lb,h))return h;return new Rn(!1)}c=LR(a,d)}for(f=s?a.next:c.next;!(b=kR(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 Rn(!1)}});var Bb=m((YU,Db)=>{"use strict";var BR=Fe(),VR=mi(),_R=Kr();Db.exports=function(a,e,t){BR?VR.f(a,e,_R(0,t)):a[e]=t}});var Vb=m(()=>{"use strict";var OR=oe(),NR=Mn(),FR=Bb();OR({target:"Object",stat:!0},{fromEntries:function(e){var t={};return NR(e,function(i,r){FR(t,i,r)},{AS_ENTRIES:!0}),t}})});var Ob=m((JU,_b)=>{"use strict";_c();Vb();var UR=hi();_b.exports=UR.Object.fromEntries});var Fb=m((ZU,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 qR=Fb(),HR=re(),jR=pa(),Ub=Si();for($n in qR)jR(HR[$n],$n),Ub[$n]=Ub.Array;var $n});var jb=m((iq,Hb)=>{"use strict";var zR=Ob();qb();Hb.exports=zR});var Nc=m((rq,zb)=>{"use strict";var WR=jb();zb.exports=WR});var Wb=m(()=>{"use strict"});var Fc=m((nq,Qb)=>{"use strict";var ma=re(),QR=fi(),GR=di(),Ln=function(a){return QR.slice(0,a.length)===a};Qb.exports=function(){return Ln("Bun/")?"BUN":Ln("Cloudflare-Workers")?"CLOUDFLARE":Ln("Deno/")?"DENO":Ln("Node.js/")?"NODE":ma.Bun&&typeof Bun.version=="string"?"BUN":ma.Deno&&typeof Deno.version=="object"?"DENO":GR(ma.process)==="process"?"NODE":ma.window&&ma.document?"BROWSER":"REST"}()});var Cn=m((oq,Gb)=>{"use strict";var YR=Fc();Gb.exports=YR==="NODE"});var Kb=m((uq,Yb)=>{"use strict";var KR=mi();Yb.exports=function(a,e,t){return KR.f(a,e,t)}});var Zb=m((cq,Jb)=>{"use strict";var XR=It(),JR=Kb(),ZR=Ie(),eM=Fe(),Xb=ZR("species");Jb.exports=function(a){var e=XR(a);eM&&e&&!e[Xb]&&JR(e,Xb,{configurable:!0,get:function(){return this}})}});var tg=m((lq,eg)=>{"use strict";var tM=Jr(),iM=TypeError;eg.exports=function(a,e){if(tM(e,a))return a;throw new iM("Incorrect invocation")}});var qc=m((dq,ig)=>{"use strict";var rM=fe(),aM=ae(),Uc=ta(),sM=rM(Function.toString);aM(Uc.inspectSource)||(Uc.inspectSource=function(a){return sM(a)});ig.exports=Uc.inspectSource});var jc=m((pq,og)=>{"use strict";var nM=fe(),oM=he(),rg=ae(),uM=da(),cM=It(),lM=qc(),ag=function(){},sg=cM("Reflect","construct"),Hc=/^\s*(?:class|function)\b/,dM=nM(Hc.exec),pM=!Hc.test(ag),ba=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(uM(e)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return pM||!!dM(Hc,lM(e))}catch{return!0}};ng.sham=!0;og.exports=!sg||oM(function(){var a;return ba(ba.call)||!ba(Object)||!ba(function(){a=!0})||a})?ng:ba});var cg=m((hq,ug)=>{"use strict";var hM=jc(),fM=Zr(),mM=TypeError;ug.exports=function(a){if(hM(a))return a;throw new mM(fM(a)+" is not a constructor")}});var zc=m((fq,dg)=>{"use strict";var lg=ht(),bM=cg(),gM=Xr(),vM=Ie(),SM=vM("species");dg.exports=function(a,e){var t=lg(a).constructor,i;return t===void 0||gM(i=lg(t)[SM])?e:bM(i)}});var hg=m((mq,pg)=>{"use strict";var yM=fe();pg.exports=yM([].slice)});var mg=m((bq,fg)=>{"use strict";var TM=TypeError;fg.exports=function(a,e){if(a<e)throw new TM("Not enough arguments");return a}});var Wc=m((gq,bg)=>{"use strict";var IM=fi();bg.exports=/(?:ipad|iphone|ipod).*applewebkit/i.test(IM)});var tl=m((vq,xg)=>{"use strict";var He=re(),EM=Eu(),wM=Zi(),gg=ae(),xM=nt(),wg=he(),vg=xc(),PM=hg(),Sg=an(),kM=mg(),AM=Wc(),RM=Cn(),Jc=He.setImmediate,Zc=He.clearImmediate,MM=He.process,Qc=He.Dispatch,$M=He.Function,yg=He.MessageChannel,LM=He.String,Gc=0,ga={},Tg="onreadystatechange",va,Ti,Yc,Kc;wg(function(){va=He.location});var el=function(a){if(xM(ga,a)){var e=ga[a];delete ga[a],e()}},Xc=function(a){return function(){el(a)}},Ig=function(a){el(a.data)},Eg=function(a){He.postMessage(LM(a),va.protocol+"//"+va.host)};(!Jc||!Zc)&&(Jc=function(e){kM(arguments.length,1);var t=gg(e)?e:$M(e),i=PM(arguments,1);return ga[++Gc]=function(){EM(t,void 0,i)},Ti(Gc),Gc},Zc=function(e){delete ga[e]},RM?Ti=function(a){MM.nextTick(Xc(a))}:Qc&&Qc.now?Ti=function(a){Qc.now(Xc(a))}:yg&&!AM?(Yc=new yg,Kc=Yc.port2,Yc.port1.onmessage=Ig,Ti=wM(Kc.postMessage,Kc)):He.addEventListener&&gg(He.postMessage)&&!He.importScripts&&va&&va.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((Sq,kg)=>{"use strict";var Pg=re(),CM=Fe(),DM=Object.getOwnPropertyDescriptor;kg.exports=function(a){if(!CM)return Pg[a];var e=DM(Pg,a);return e&&e.value}});var il=m((yq,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((Tq,$g)=>{"use strict";var BM=fi();$g.exports=/ipad|iphone|ipod/i.test(BM)&&typeof Pebble<"u"});var Dg=m((Iq,Cg)=>{"use strict";var VM=fi();Cg.exports=/web0s(?!.*chrome)/i.test(VM)});var Ug=m((Eq,Fg)=>{"use strict";var cr=re(),_M=Ag(),Bg=Zi(),rl=tl().set,OM=il(),NM=Wc(),FM=Lg(),UM=Dg(),al=Cn(),Vg=cr.MutationObserver||cr.WebKitMutationObserver,_g=cr.document,Og=cr.process,Dn=cr.Promise,ol=_M("queueMicrotask"),ur,sl,nl,Bn,Ng;ol||(Sa=new OM,ya=function(){var a,e;for(al&&(a=Og.domain)&&a.exit();e=Sa.get();)try{e()}catch(t){throw Sa.head&&ur(),t}a&&a.enter()},!NM&&!al&&!UM&&Vg&&_g?(sl=!0,nl=_g.createTextNode(""),new Vg(ya).observe(nl,{characterData:!0}),ur=function(){nl.data=sl=!sl}):!FM&&Dn&&Dn.resolve?(Bn=Dn.resolve(void 0),Bn.constructor=Dn,Ng=Bg(Bn.then,Bn),ur=function(){Ng(ya)}):al?ur=function(){Og.nextTick(ya)}:(rl=Bg(rl,cr),ur=function(){rl(ya)}),ol=function(a){Sa.head||ur(),Sa.add(a)});var Sa,ya;Fg.exports=ol});var Hg=m((wq,qg)=>{"use strict";qg.exports=function(a,e){try{arguments.length===1?console.error(a):console.error(a,e)}catch{}}});var Vn=m((xq,jg)=>{"use strict";jg.exports=function(a){try{return{error:!1,value:a()}}catch(e){return{error:!0,value:e}}}});var Ii=m((Pq,zg)=>{"use strict";var qM=re();zg.exports=qM.Promise});var lr=m((kq,Yg)=>{"use strict";var HM=re(),Ta=Ii(),jM=ae(),zM=zu(),WM=qc(),QM=Ie(),Wg=Fc(),GM=st(),ul=Lu(),Qg=Ta&&Ta.prototype,YM=QM("species"),cl=!1,Gg=jM(HM.PromiseRejectionEvent),KM=zM("Promise",function(){var a=WM(Ta),e=a!==String(Ta);if(!e&&ul===66||GM&&!(Qg.catch&&Qg.finally))return!0;if(!ul||ul<51||!/native code/.test(a)){var t=new Ta(function(s){s(1)}),i=function(s){s(function(){},function(){})},r=t.constructor={};if(r[YM]=i,cl=t.then(function(){})instanceof i,!cl)return!0}return!e&&(Wg==="BROWSER"||Wg==="DENO")&&!Gg});Yg.exports={CONSTRUCTOR:KM,REJECTION_EVENT:Gg,SUBCLASSING:cl}});var dr=m((Aq,Xg)=>{"use strict";var Kg=pt(),XM=TypeError,JM=function(a){var e,t;this.promise=new a(function(i,r){if(e!==void 0||t!==void 0)throw new XM("Bad Promise constructor");e=i,t=r}),this.resolve=Kg(e),this.reject=Kg(t)};Xg.exports.f=function(a){return new JM(a)}});var gv=m(()=>{"use strict";var ZM=oe(),e$=st(),Fn=Cn(),jt=re(),t$=hi(),mr=Ue(),Jg=or(),Zg=Dc(),i$=pa(),r$=Zb(),a$=pt(),Nn=ae(),s$=Le(),n$=tg(),o$=zc(),av=tl().set,fl=Ug(),u$=Hg(),c$=Vn(),l$=il(),sv=Tc(),Un=Ii(),ml=lr(),nv=dr(),qn="Promise",ov=ml.CONSTRUCTOR,d$=ml.REJECTION_EVENT,p$=ml.SUBCLASSING,ll=sv.getterFor(qn),h$=sv.set,pr=Un&&Un.prototype,Ei=Un,_n=pr,uv=jt.TypeError,dl=jt.document,bl=jt.process,pl=nv.f,f$=pl,m$=!!(dl&&dl.createEvent&&jt.dispatchEvent),cv="unhandledrejection",b$="rejectionhandled",ev=0,lv=1,g$=2,gl=1,dv=2,On,tv,pv,iv,hv=function(a){var e;return s$(a)&&Nn(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&&S$(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&&v$(a)}))},bv=function(a,e,t){var i,r;m$?(i=dl.createEvent("Event"),i.promise=e,i.reason=t,i.initEvent(a,!1,!0),jt.dispatchEvent(i)):i={promise:e,reason:t},!d$&&(r=jt["on"+a])?r(i):a===cv&&u$("Unhandled promise rejection",t)},v$=function(a){mr(av,jt,function(){var e=a.facade,t=a.value,i=rv(a),r;if(i&&(r=c$(function(){Fn?bl.emit("unhandledRejection",t,e):bv(cv,e,t)}),a.rejection=Fn||rv(a)?dv:gl,r.error))throw r.value})},rv=function(a){return a.rejection!==gl&&!a.parent},S$=function(a){mr(av,jt,function(){var e=a.facade;Fn?bl.emit("rejectionHandled",e):bv(b$,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=g$,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){n$(this,_n),a$(e),mr(On,this);var t=ll(this);try{e(hr(hl,t),hr(fr,t))}catch(i){fr(t,i)}},_n=Ei.prototype,On=function(e){h$(this,{type:qn,done:!1,notified:!1,parent:!1,reactions:new l$,rejection:!1,state:ev,value:null})},On.prototype=Jg(_n,"then",function(e,t){var i=ll(this),r=pl(o$(this,Ei));return i.parent=!0,r.ok=Nn(e)?e:!0,r.fail=Nn(t)&&t,r.domain=Fn?bl.domain:void 0,i.state===ev?i.reactions.add(r):fl(function(){fv(r,i)}),r.promise}),tv=function(){var a=new On,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):f$(a)},!e$&&Nn(Un)&&pr!==Object.prototype)){iv=pr.then,p$||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,_n)}ZM({global:!0,constructor:!0,wrap:!0,forced:ov},{Promise:Ei});pv=t$.Promise;i$(Ei,qn,!1,!0);r$(qn)});var Iv=m(($q,Tv)=>{"use strict";var y$=Ie(),Sv=y$("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((Lq,Ev)=>{"use strict";var T$=Ii(),I$=Iv(),E$=lr().CONSTRUCTOR;Ev.exports=E$||!I$(function(a){T$.all(a).then(void 0,function(){})})});var wv=m(()=>{"use strict";var w$=oe(),x$=Ue(),P$=pt(),k$=dr(),A$=Vn(),R$=Mn(),M$=Sl();w$({target:"Promise",stat:!0,forced:M$},{all:function(e){var t=this,i=k$.f(t),r=i.resolve,s=i.reject,n=A$(function(){var o=P$(t.resolve),u=[],c=0,d=1;R$(e,function(l){var p=c++,h=!1;d++,x$(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 $$=oe(),L$=st(),C$=lr().CONSTRUCTOR,Tl=Ii(),D$=It(),B$=ae(),V$=or(),xv=Tl&&Tl.prototype;$$({target:"Promise",proto:!0,forced:C$,real:!0},{catch:function(a){return this.then(void 0,a)}});!L$&&B$(Tl)&&(yl=D$("Promise").prototype.catch,xv.catch!==yl&&V$(xv,"catch",yl,{unsafe:!0}));var yl});var kv=m(()=>{"use strict";var _$=oe(),O$=Ue(),N$=pt(),F$=dr(),U$=Vn(),q$=Mn(),H$=Sl();_$({target:"Promise",stat:!0,forced:H$},{race:function(e){var t=this,i=F$.f(t),r=i.reject,s=U$(function(){var n=N$(t.resolve);q$(e,function(o){O$(n,t,o).then(i.resolve,r)})});return s.error&&r(s.value),i.promise}})});var Av=m(()=>{"use strict";var j$=oe(),z$=dr(),W$=lr().CONSTRUCTOR;j$({target:"Promise",stat:!0,forced:W$},{reject:function(e){var t=z$.f(this),i=t.reject;return i(e),t.promise}})});var Il=m((Uq,Rv)=>{"use strict";var Q$=ht(),G$=Le(),Y$=dr();Rv.exports=function(a,e){if(Q$(a),G$(e)&&e.constructor===a)return e;var t=Y$.f(a),i=t.resolve;return i(e),t.promise}});var Lv=m(()=>{"use strict";var K$=oe(),X$=It(),Mv=st(),J$=Ii(),$v=lr().CONSTRUCTOR,Z$=Il(),eL=X$("Promise"),tL=Mv&&!$v;K$({target:"Promise",stat:!0,forced:Mv||$v},{resolve:function(e){return Z$(tL&&this===eL?J$:this,e)}})});var Cv=m(()=>{"use strict";gv();wv();Pv();kv();Av();Lv()});var _v=m(()=>{"use strict";var iL=oe(),rL=st(),Hn=Ii(),aL=he(),Bv=It(),Vv=ae(),sL=zc(),Dv=Il(),nL=or(),wl=Hn&&Hn.prototype,oL=!!Hn&&aL(function(){wl.finally.call({then:function(){}},function(){})});iL({target:"Promise",proto:!0,real:!0,forced:oL},{finally:function(a){var e=sL(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)}});!rL&&Vv(Hn)&&(El=Bv("Promise").prototype.finally,wl.finally!==El&&nL(wl,"finally",El,{unsafe:!0}));var El});var Nv=m((Gq,Ov)=>{"use strict";Wb();Cv();_v();var uL=Ut();Ov.exports=uL("Promise","finally")});var Uv=m((Yq,Fv)=>{"use strict";var cL=Nv();Fv.exports=cL});var xl=m((Kq,qv)=>{"use strict";var lL=Uv();qv.exports=lL});var oS=m(()=>{"use strict";var NL=oe(),FL=Xi(),UL=rr(),qL=aa(),HL=sa();NL({target:"Array",proto:!0},{at:function(e){var t=FL(this),i=UL(t),r=qL(e),s=r>=0?r:i+r;return s<0||s>=i?void 0:t[s]}});HL("at")});var cS=m((X1,uS)=>{"use strict";oS();var jL=Ut();uS.exports=jL("Array","at")});var dS=m((J1,lS)=>{"use strict";var zL=cS();lS.exports=zL});var Xe=m((Z1,pS)=>{"use strict";var WL=dS();pS.exports=WL});var ad=m((fz,ny)=>{"use strict";var KC=di();ny.exports=Array.isArray||function(e){return KC(e)==="Array"}});var uy=m((mz,oy)=>{"use strict";var XC=TypeError,JC=9007199254740991;oy.exports=function(a){if(a>JC)throw XC("Maximum allowed index exceeded");return a}});var dy=m((bz,ly)=>{"use strict";var ZC=ad(),eD=rr(),tD=uy(),iD=Zi(),cy=function(a,e,t,i,r,s,n,o){for(var u=r,c=0,d=n?iD(n,o):!1,l,p;c<i;)c in t&&(l=d?d(t[c],c,e):t[c],s>0&&ZC(l)?(p=eD(l),u=cy(a,e,l,p,u,s-1)-1):(tD(u+1),a[u]=l),u++),c++;return u};ly.exports=cy});var my=m((gz,fy)=>{"use strict";var py=ad(),rD=jc(),aD=Le(),sD=Ie(),nD=sD("species"),hy=Array;fy.exports=function(a){var e;return py(a)&&(e=a.constructor,rD(e)&&(e===hy||py(e.prototype))?e=void 0:aD(e)&&(e=e[nD],e===null&&(e=void 0))),e===void 0?hy:e}});var gy=m((vz,by)=>{"use strict";var oD=my();by.exports=function(a,e){return new(oD(a))(e===0?0:e)}});var vy=m(()=>{"use strict";var uD=oe(),cD=dy(),lD=pt(),dD=Xi(),pD=rr(),hD=gy();uD({target:"Array",proto:!0},{flatMap:function(e){var t=dD(this),i=pD(t),r;return lD(e),r=hD(t,0),r.length=cD(r,t,t,i,0,1,e,arguments.length>1?arguments[1]:void 0),r}})});var Sy=m(()=>{"use strict";var fD=sa();fD("flatMap")});var Ty=m((Ez,yy)=>{"use strict";vy();Sy();var mD=Ut();yy.exports=mD("Array","flatMap")});var Ey=m((wz,Iy)=>{"use strict";var bD=Ty();Iy.exports=bD});var Oa=m((xz,wy)=>{"use strict";var gD=Ey();wy.exports=gD});var Fa=m((qz,Ay)=>{"use strict";var SD=da(),yD=String;Ay.exports=function(a){if(SD(a)==="Symbol")throw new TypeError("Cannot convert a Symbol value to a string");return yD(a)}});var nd=m((Hz,Ry)=>{"use strict";Ry.exports=`
|
|
7
|
-
\v\f\r \u2028\u2029\uFEFF`});var Ly=m((jz,$y)=>{"use strict";var TD=fe(),ID=Ft(),ED=Fa(),ud=nd(),My=TD("".replace),wD=RegExp("^["+ud+"]+"),xD=RegExp("(^|[^"+ud+"])["+ud+"]+$"),od=function(a){return function(e){var t=ED(ID(e));return a&1&&(t=My(t,wD,"")),a&2&&(t=My(t,xD,"$1")),t}};$y.exports={start:od(1),end:od(2),trim:od(3)}});var Vy=m((zz,By)=>{"use strict";var PD=wc().PROPER,kD=he(),Cy=nd(),Dy="
";By.exports=function(a){return kD(function(){return!!Cy[a]()||Dy[a]()!==Dy||PD&&Cy[a].name!==a})}});var cd=m((Wz,_y)=>{"use strict";var AD=Ly().start,RD=Vy();_y.exports=RD("trimStart")?function(){return AD(this)}:"".trimStart});var Ny=m(()=>{"use strict";var MD=oe(),Oy=cd();MD({target:"String",proto:!0,name:"trimStart",forced:"".trimLeft!==Oy},{trimLeft:Oy})});var Uy=m(()=>{"use strict";Ny();var $D=oe(),Fy=cd();$D({target:"String",proto:!0,name:"trimStart",forced:"".trimStart!==Fy},{trimStart:Fy})});var Hy=m((Xz,qy)=>{"use strict";Uy();var LD=Ut();qy.exports=LD("String","trimLeft")});var zy=m((Jz,jy)=>{"use strict";var CD=Hy();jy.exports=CD});var Qy=m((Zz,Wy)=>{"use strict";var DD=zy();Wy.exports=DD});var Xy=m(()=>{"use strict"});var Jy=m(()=>{"use strict"});var eT=m((DW,Zy)=>{"use strict";var _D=Le(),OD=di(),ND=Ie(),FD=ND("match");Zy.exports=function(a){var e;return _D(a)&&((e=a[FD])!==void 0?!!e:OD(a)==="RegExp")}});var rT=m((BW,iT)=>{"use strict";var UD=re(),qD=he(),tT=UD.RegExp,HD=!qD(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:HD}});var sT=m((VW,aT)=>{"use strict";var jD=ht();aT.exports=function(){var a=jD(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((_W,oT)=>{"use strict";var zD=Ue(),WD=nt(),QD=Jr(),nT=rT(),GD=sT(),YD=RegExp.prototype;oT.exports=nT.correct?function(a){return a.flags}:function(a){return!nT.correct&&QD(YD,a)&&!WD(a,"flags")?zD(GD,a):a.flags}});var lT=m((OW,cT)=>{"use strict";var hd=fe(),KD=Xi(),XD=Math.floor,dd=hd("".charAt),JD=hd("".replace),pd=hd("".slice),ZD=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,e0=/\$([$&'`]|\d{1,2})/g;cT.exports=function(a,e,t,i,r,s){var n=t+a.length,o=i.length,u=e0;return r!==void 0&&(r=KD(r),u=ZD),JD(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=XD(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 t0=oe(),i0=Ue(),md=fe(),dT=Ft(),r0=ae(),a0=Le(),s0=eT(),kr=Fa(),n0=ea(),o0=uT(),u0=lT(),c0=Ie(),l0=st(),d0=c0("replace"),p0=TypeError,fd=md("".indexOf),h0=md("".replace),pT=md("".slice),f0=Math.max;t0({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(a0(e)){if(r=s0(e),r&&(s=kr(dT(o0(e))),!~fd(s,"g")))throw new p0("`.replaceAll` does not allow non-global regexes");if(n=n0(e,d0),n)return i0(n,e,i,t);if(l0&&r)return h0(kr(i),e,t)}for(o=kr(i),u=kr(e),c=r0(t),c||(t=kr(t)),d=u.length,l=f0(1,d),p=fd(o,u);p!==-1;)h=c?kr(t(u,p,o)):u0(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((UW,fT)=>{"use strict";Xy();Jy();hT();var m0=Ut();fT.exports=m0("String","replaceAll")});var gT=m((qW,bT)=>{"use strict";var b0=mT();bT.exports=b0});var ST=m((HW,vT)=>{"use strict";var g0=gT();vT.exports=g0});var TT=m((jW,yT)=>{"use strict";var v0=aa(),S0=Fa(),y0=Ft(),T0=RangeError;yT.exports=function(e){var t=S0(y0(this)),i="",r=v0(e);if(r<0||r===1/0)throw new T0("Wrong number of repetitions");for(;r>0;(r>>>=1)&&(t+=t))r&1&&(i+=t);return i}});var PT=m((zW,xT)=>{"use strict";var wT=fe(),I0=Ju(),IT=Fa(),E0=TT(),w0=Ft(),x0=wT(E0),P0=wT("".slice),k0=Math.ceil,ET=function(a){return function(e,t,i){var r=IT(w0(e)),s=I0(t),n=r.length,o=i===void 0?" ":IT(i),u,c;return s<=n||o===""?r:(u=s-n,c=x0(o,k0(u/o.length)),c.length>u&&(c=P0(c,0,u)),a?r+c:c+r)}};xT.exports={start:ET(!1),end:ET(!0)}});var AT=m((WW,kT)=>{"use strict";var A0=fi();kT.exports=/Version\/10(?:\.\d+){1,2}(?: [\w./]+)?(?: Mobile\/\w+)? Safari\//.test(A0)});var RT=m(()=>{"use strict";var R0=oe(),M0=PT().start,$0=AT();R0({target:"String",proto:!0,forced:$0},{padStart:function(e){return M0(this,e,arguments.length>1?arguments[1]:void 0)}})});var $T=m((YW,MT)=>{"use strict";RT();var L0=Ut();MT.exports=L0("String","padStart")});var CT=m((KW,LT)=>{"use strict";var C0=$T();LT.exports=C0});var BT=m((XW,DT)=>{"use strict";var D0=CT();DT.exports=D0});var wp="2.0.154-dev.74465ac5.0";var Pe=(r=>(r.STOPPED="stopped",r.READY="ready",r.PLAYING="playing",r.PAUSED="paused",r))(Pe||{}),Tt=(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))(Tt||{}),Su=(r=>(r.AV1="av1",r.VP9="vp9",r.AVC1="avc1",r.HEV1="hev1",r))(Su||{});var Qr=(r=>(r.NOT_AVAILABLE="NOT_AVAILABLE",r.AVAILABLE="AVAILABLE",r.CONNECTING="CONNECTING",r.CONNECTED="CONNECTED",r))(Qr||{}),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||{}),en=(i=>(i.TRAFFIC_SAVING="traffic_saving",i.HIGH_QUALITY="high_quality",i.UNKNOWN="unknown",i))(en||{});var Tp=C(bi(),1),OE=C(Ce(),1);import{assertNever as Wf,assertNonNullable as HP,isNonNullable as cn,ValueSubject as ac,Subject as jP,Subscription as zP,merge as WP,observableFrom as QP,fromEvent as qf,map as Hf,tap as jf,filterChanged as GP,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 ln=class{constructor(e){this.connection$=new ac(void 0);this.castState$=new ac("NOT_AVAILABLE");this.errorEvent$=new jP;this.realCastState$=new ac("NOT_AVAILABLE");this.subscription=new zP;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=cn(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(){cn(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(WP(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)),QP([i.getCastState()])).pipe(GP(),Hf(YP),jf(r=>{this.log({message:`realCastState$: ${r}`})})).subscribe(this.realCastState$)).add(this.realCastState$.subscribe(r=>{let s=r==="CONNECTED",n=cn(this.connection$.getValue());if(s&&!n){let o=i.getCurrentSession();HP(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"?cn(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})}}},YP=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 fk,filter as sr,filterChanged as nm,isNonNullable as fc,isNullable as om,map as mk,Subscription as bk,ValueSubject as mc}from"@vkontakte/videoplayer-shared";import{assertNever as KP,assertNonNullable as gi,ErrorCategory as XP,getHighestQuality as JP,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},qt=(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 pn=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=JP(Object.keys(l));gi(p);let h=l[p];gi(h),s=h,n="video/mp4",o=dn();break}case"HLS":case"HLS_FMP4":case"HLS_ONDEMAND":{let l=e[t];gi(l),s=l.url,n="application/x-mpegurl",o=dn();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=dn();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:XP.VIDEO_PIPELINE,message:l,thrown:p}),p}case"DASH":case"DASH_LIVE_WEBM":throw new Error(`${t} is no longer supported`);default:return KP(t)}let u=ZP(i.videoId??s,n);u.contentUrl=s,u.streamType=o,u.metadata=ek();let{title:c,subtitle:d}=i;return Gf(c)&&(u.metadata.title=c),Gf(d)&&(u.metadata.subtitle=d),u};function dn(){return chrome.cast?.media?.StreamType?.BUFFERED??"BUFFERED"}function Yf(){return chrome.cast?.media?.StreamType?.LIVE??"LIVE"}function ZP(a,e){return chrome.cast?.media?.MediaInfo?new chrome.cast.media.MediaInfo(a,e):{contentId:a,contentType:e,metadata:{title:"",subtitle:""},streamType:dn()}}function ek(){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 hn=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 dk,ValueSubject as pk}from"@vkontakte/videoplayer-shared";var Kf=C(Ce(),1);import{getWindow as tk}from"@vkontakte/videoplayer-shared";var fn=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}=tk().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 mn=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 ik}from"@vkontakte/videoplayer-shared";var bn=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(!ik(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),gn=()=>window.ManagedMediaSource?new ManagedMediaSource:new MediaSource;var rk=uc().document?.createElement("video"),ak='video/mp4; codecs="avc1.42000a,mp4a.40.2"',sk='video/mp4; codecs="hev1.1.6.L93.B0"',tm='video/webm; codecs="vp09.00.10.08"',im='video/webm; codecs="av01.0.00M.08"',nk='audio/mp4; codecs="mp4a.40.2"',ok='audio/webm; codecs="opus"',rm,uk=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}};uk().catch(a=>{console.log(rk),console.error(a)});var vn=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?.(ak),r=!!qe()?.isTypeSupported?.(sk),s=!!qe()?.isTypeSupported?.(nk);this._codecs={h264:i,h265:r,vp9:!!qe()?.isTypeSupported?.(tm),av1:!!qe()?.isTypeSupported?.(im),aac:s,opus:!!qe()?.isTypeSupported?.(ok),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 ck,isBrowserWindow as lk}from"@vkontakte/videoplayer-shared";var am="audio/mpeg",Sn=class{supportMp3(){return this._codecs.mp3&&this._containers.mpeg}detect(){let e=ck();if(!lk(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 pk(!1);this._displayChecker=new bn,this._deviceChecker=new mn(this._displayChecker),this._browserChecker=new fn,this._videoChecker=new vn(this._deviceChecker,this._browserChecker),this._audioChecker=new Sn,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(){dk()&&(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)}})},na=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)}},hk=a=>{let t=Object.keys(a).filter(i=>!na(i));return lc(t).length>0};var oa=class{constructor(e){this.subscription=new bk;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 hn(e),this.log=this.params.dependencies.logger.createComponentLog("ChromecastPresentationApiProvider"),this.log({message:`constructor, format: ${e.format}`}),this.params.output.isLive$.next(na(e.format)),this.subscribe()}subscribe(){let e=r=>{this.params.output.error$.next({category:fk.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(),mk(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=pn(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 gk,ErrorCategory as bc,filter as vk,Subject as Sk,Subscription as gc,tap as yk,ValueSubject as nr,fromEvent as ua}from"@vkontakte/videoplayer-shared";var um=a=>({castDevice:{friendlyName:a},remotePlayer:{},remotePlayerController:{},session:{}}),cm=()=>String(Date.now())+String(Math.floor(Math.random()*1e5));var ca=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 Sk;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(ua(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();gk(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(ua(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(yk(e=>{this.log({message:`presentationConnection$: ${!!e}`})}),vk(e=>!!e)).subscribe(e=>{let t=ua(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=ua(e,"connect").subscribe(()=>{this.send("client_connect")}),r=ua(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 Tk,map as Ik,Subscription as Ek,combine as wk,filterChanged as dm,assertNonNullable as xk}from"@vkontakte/videoplayer-shared";var Et=class a{constructor(e){this.subscription=new Ek;this.connection$=new lm(void 0);this.castState$=new lm("NOT_AVAILABLE");this.errorEvent$=new Tk;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 ca({appId:e.receiverApplicationId,logger:e.dependencies.logger}),this.subscribe())}static isSupported(){return"chrome"in window&&"presentation"in navigator&&"BroadcastChannel"in window}subscribe(){xk(this.chromecastConnector,"subscribe with null chromecastConnector"),this.subscription.add(this.chromecastConnector.errorEvent$.subscribe(this.errorEvent$));let e=wk({connection:this.chromecastConnector.presentationConnection$,available:this.chromecastConnector.presentationAvailable$,friendlyName:this.chromecastConnector.friendlyName$.pipe(dm())});this.subscription.add(e.pipe(Ik(({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(Ht(),1),vE=C(Nc(),1);var Gv=C(xl(),1);import{isNonNullable as dL,Subject as jn,merge as Hv}from"@vkontakte/videoplayer-shared";var N=class{constructor(e){this.transitionStarted$=new jn;this.transitionEnded$=new jn;this.transitionUpdated$=new jn;this.forceChanged$=new jn;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||dL(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 Ia,debounce as jv,ErrorCategory as pL,fromEvent as wi,map as zv,merge as Wv,observableFrom as hL,Subject as fL,Subscription as Pl,timeout as mL}from"@vkontakte/videoplayer-shared";var bL=5,gL=5,vL=500,Qv=7e3,Ea=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:Ia(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:Ia(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:Ia(e)}break}default:Ia(i)}}};this.params=e,this.log=this.params.dependencies.logger.createComponentLog("ChromecastProvider"),this.log({message:`constructor, format: ${e.format}`}),this.params.output.isLive$.next(na(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 fL;e.add(r.pipe(jv(vL)).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)>bL)&&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<gL&&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:Ia(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$,hL(["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=pn(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(mL(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:pL.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 yL}from"@vkontakte/videoplayer-shared";import{clearVideoElement as SL}from"@vkontakte/videoplayer-shared";var Yv=a=>{try{a.pause(),a.playbackRate=0,SL(a),a.remove()}catch(e){console.error(e)}};import{fromEvent as TL,Subscription as IL}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)}},zn=yL(),Al=zn.WeakMap?new zn.WeakMap:new kl,Rl=zn.WeakMap?new zn.WeakMap:new Map,EL=(a,e=20)=>{let t=0;return TL(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 IL;return s.add(EL(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 xa,isNonNullable as bt,isNullable as PL,fromEvent as br,merge as Xv,observableFrom as Jv,filterChanged as Zv,map as Pa,Subject as eS,Subscription as kL,ValueSubject as AL,ErrorCategory as RL}from"@vkontakte/videoplayer-shared";import{isNonNullable as Ml,isNullable as wL,Subscription as xL}from"@vkontakte/videoplayer-shared";var Wn=(a,e,t,{equal:i=(n,o)=>n===o,changed$:r,onError:s}={})=>{let n=a.getState(),o=e(),u=wL(r),c=new xL;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},mt=(a,e,t)=>Wn(e,()=>a.loop,i=>{Ml(i)&&(a.loop=i)},{onError:t}),Ve=(a,e,t,i)=>Wn(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)=>Wn(e,()=>a.playbackRate,r=>{Ml(r)&&(a.playbackRate=r)},{changed$:t,onError:i}),wa=Wn;var ML=a=>["__",a.language,a.label].join("|"),$L=(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 AL(void 0);this.error$=new eS;this.subscription=new kL;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:RL.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(wa(t.internalTextTracks,()=>(0,$l.default)(this.internalTracks),s=>{bt(s)&&this.setInternal(s)},{equal:(s,n)=>bt(s)&&bt(n)&&s.length===n.length&&s.every(({id:o},u)=>o===n[u].id),changed$:this.available$.pipe(Pa(s=>s.filter(({type:n})=>n==="internal"))),onError:r})),this.subscription.add(wa(t.externalTextTracks,()=>(0,$l.default)(this.externalTracks),s=>{bt(s)&&this.setExternal(s)},{equal:(s,n)=>bt(s)&&bt(n)&&s.length===n.length&&s.every(({id:o},u)=>o===n[u].id),changed$:this.available$.pipe(Pa(s=>s.filter(({type:n})=>n==="external"))),onError:r})),this.subscription.add(wa(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(wa(t.textTrackCuesSettings,()=>({}),()=>{if(this.video)for(let s of this.htmlTextTracksAsArray())this.applyCueSettings(s.cues),this.applyCueSettings(s.activeCues)}))}subscribe(){xa(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(Pa(()=>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(Pa(()=>this.htmlTextTracksAsArray().find(({mode:i})=>i==="showing")),Pa(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;bt(t.align)&&(r.align=t.align),bt(t.position)&&(r.position=t.position),bt(t.size)&&(r.size=t.size),bt(t.line)&&(r.line=t.line)}}htmlTextTracksAsArray(e=!1){xa(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:ML(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){xa(this.video);for(let t of this.htmlTextTracksAsArray(!0))t.mode="showing";for(let t of this.htmlTextTracksAsArray(!0))(PL(e)||!$L(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){xa(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){xa(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 gt,merge as Qn,filterChanged as aS,isNonNullable as sS,Subject as CL,filter as Dl,mapTo as Bl,combine as DL,once as BL,shareReplay as Ae,throttle as VL,ErrorCategory as _L,ValueSubject as nS,Subscription as OL}from"@vkontakte/videoplayer-shared";var LL=3,rS=(a,e,t=LL)=>{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 OL,i=()=>t.unsubscribe(),r=Qn(ke(a,"progress"),ke(a,"timeupdate")).pipe(gt(()=>rS(a.buffered,a.currentTime)),Ae(1)),s=$.browser.isSafari?DL({play:e("play").pipe(BL()),playing:e("playing")}).pipe(Bl(void 0),Ae(1)):e("playing"),n=ke(a,"volumechange").pipe(gt(()=>({muted:a.muted,volume:a.volume})),Ae(1)),o=ke(a,"ratechange").pipe(gt(()=>a.playbackRate),Ae(1)),u=ke(a,"error").pipe(Dl(()=>!!(a.error||a.played.length)),gt(()=>{let w=a.error;return{id:w?`MediaError#${w.code}`:"HtmlVideoError",category:_L.VIDEO_PIPELINE,message:w?w.message:"Error event from HTML video element",thrown:a.error??void 0}}),Ae(1)),c=ke(a,"timeupdate").pipe(gt(()=>a.currentTime),Ae(1)),d=["waiting","seeking","seeked","timeupdate"],l=new CL,p=.3,h;t.add(Qn(...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(gt(()=>Cl(a))).subscribe(S));let y=.1,P=1e3,M=ke(a,"timeupdate").pipe(gt(w=>a.duration-a.currentTime<y),aS(),Ae(1)),L=Qn(M.pipe(Dl(w=>!a.loop&&w)),ke(a,"ended")).pipe(VL(P),Bl(void 0),Ae(1)),D=Qn(...["waiting","pause","canplay","play","canplaythrough","playing","seeking","seeked","ended"].map(w=>ke(a,w)),M.pipe(gt(w=>({type:w?"ended":"unknown"})))).pipe(gt(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(gt(()=>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 zt}from"@vkontakte/videoplayer-shared";var Wt=a=>{switch(a){case"mobile":return zt.Q_144P;case"lowest":return zt.Q_240P;case"low":return zt.Q_360P;case"sd":case"medium":return zt.Q_480P;case"hd":case"high":return zt.Q_720P;case"fullhd":case"full":return zt.Q_1080P;case"quadhd":case"quad":return zt.Q_1440P;case"ultrahd":case"ultra":return zt.Q_2160P}};var Me=C(Xe(),1),_l=C(Ce(),1),ki=C(Ht(),1);import{isNonNullable as G,isNullable as Xn,now as ES,isHigher as Jn,isHigherOrEqual as Pi,isInvariantQuality as Zn,isLowerOrEqual as vr,videoSizeToQuality as wS,assertNotEmptyArray as eo,assertNonNullable as xS}from"@vkontakte/videoplayer-shared";var Vl=!1,xt={},hS=a=>{Vl=a},fS=()=>{xt={}},mS=a=>{a(xt)},ka=(a,e)=>{Vl&&(xt.meta=xt.meta??{},xt.meta[a]=e)},Re=class{constructor(e){this.name=e}next(e){if(!Vl)return;xt.series=xt.series??{};let t=xt.series[this.name]??[];t.push([Date.now(),e]),xt.series[this.name]=t}};import{isHigher as QL,isHigherOrEqual as sH,isLower as bS,isLowerOrEqual as nH,isNonNullable as Gn,isNullable as GL,videoHeightToQuality as Yn}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 GL(a)||Gn(a.min)&&Gn(a.max)&&bS(a.max,a.min)||Gn(a.min)&&e&&QL(a.min,e)||Gn(a.max)&&t&&bS(a.max,t)}function vS({limits:a,highestAvailableHeight:e,lowestAvailableHeight:t}){return gr({max:a?.max?Yn(a.max):void 0,min:a?.min?Yn(a.min):void 0},e?Yn(e):void 0,t?Yn(t):void 0)}var PS=new Re("best_bitrate"),to=(a,e,t)=>(e-t)*Math.pow(2,-10*a)+t;var Sr=a=>(e,t)=>a*(Number(e.bitrate)-Number(t.bitrate)),Qt=class{constructor(){this.history={}}recordSelection(e){this.history[e.id]=ES()}recordSwitch(e){this.last=e}clear(){this.last=void 0,this.history={}}},io='Assertion "ABR Tracks is empty array" failed',Kn=new WeakMap,SS=new WeakMap,yS=new WeakMap,Aa=(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)},Ra=(a,e,t,i)=>{let r=Kn.get(e);r||(r=[...e].sort(Sr(1)),Kn.set(e,r));let s=Kn.get(t);s||(s=[...t].sort(Sr(1)),Kn.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,ro=(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=Object.create,t=Object.getPrototypeOf,n=Object.defineProperty,r=Object.getOwnPropertyNames,i=Object.prototype.hasOwnProperty;function a(e){return this[e]}var o,s,c=(c,l,u)=>{var d=typeof c==`object`&&!!c;if(d){var f=l?o??=new WeakMap:s??=new WeakMap,p=f.get(c);if(p)return p}u=c==null?{}:e(t(c));let m=l||!c||!c.__esModule?n(u,`default`,{value:c,enumerable:!0}):u;for(let e of r(c))i.call(m,e)||n(m,e,{get:a.bind(c,e),enumerable:!0});return d&&f.set(c,m),m},l=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),u=l((e,t)=>{var n=function(e){return e&&e.Math===Math&&e};t.exports=n(typeof globalThis==`object`&&globalThis)||n(typeof window==`object`&&window)||n(typeof self==`object`&&self)||n(typeof global==`object`&&global)||n(typeof e==`object`&&e)||function(){return this}()||Function(`return this`)()}),d=l((e,t)=>{t.exports=function(e){try{return!!e()}catch{return!0}}}),f=l((e,t)=>{t.exports=!d()(function(){var e=function(){}.bind();return typeof e!=`function`||e.hasOwnProperty(`prototype`)})}),p=l((e,t)=>{var n=f(),r=Function.prototype,i=r.apply,a=r.call;t.exports=typeof Reflect==`object`&&Reflect.apply||(n?a.bind(i):function(){return a.apply(i,arguments)})}),m=l((e,t)=>{var n=f(),r=Function.prototype,i=r.call,a=n&&r.bind.bind(i,i);t.exports=n?a:function(e){return function(){return i.apply(e,arguments)}}}),h=l((e,t)=>{var n=m(),r=n({}.toString),i=n(``.slice);t.exports=function(e){return i(r(e),8,-1)}}),g=l((e,t)=>{var n=h(),r=m();t.exports=function(e){if(n(e)===`Function`)return r(e)}}),_=l((e,t)=>{var n=typeof document==`object`&&document.all;t.exports=n===void 0&&n!==void 0?function(e){return typeof e==`function`||e===n}:function(e){return typeof e==`function`}}),v=l((e,t)=>{t.exports=!d()(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!==7})}),y=l((e,t)=>{var n=f(),r=Function.prototype.call;t.exports=n?r.bind(r):function(){return r.apply(r,arguments)}}),b=l(e=>{var t={}.propertyIsEnumerable,n=Object.getOwnPropertyDescriptor;e.f=n&&!t.call({1:2},1)?function(e){var t=n(this,e);return!!t&&t.enumerable}:t}),x=l((e,t)=>{t.exports=function(e,t){return{enumerable:!(e&1),configurable:!(e&2),writable:!(e&4),value:t}}}),S=l((e,t)=>{var n=m(),r=d(),i=h(),a=Object,o=n(``.split);t.exports=r(function(){return!a(`z`).propertyIsEnumerable(0)})?function(e){return i(e)===`String`?o(e,``):a(e)}:a}),C=l((e,t)=>{t.exports=function(e){return e==null}}),w=l((e,t)=>{var n=C(),r=TypeError;t.exports=function(e){if(n(e))throw new r(`Can't call method on `+e);return e}}),T=l((e,t)=>{var n=S(),r=w();t.exports=function(e){return n(r(e))}}),E=l((e,t)=>{var n=_();t.exports=function(e){return typeof e==`object`?e!==null:n(e)}}),D=l((e,t)=>{t.exports={}}),O=l((e,t)=>{var n=D(),r=u(),i=_(),a=function(e){return i(e)?e:void 0};t.exports=function(e,t){return arguments.length<2?a(n[e])||a(r[e]):n[e]&&n[e][t]||r[e]&&r[e][t]}}),k=l((e,t)=>{t.exports=m()({}.isPrototypeOf)}),A=l((e,t)=>{var n=u().navigator,r=n&&n.userAgent;t.exports=r?String(r):``}),ee=l((e,t)=>{var n=u(),r=A(),i=n.process,a=n.Deno,o=i&&i.versions||a&&a.version,s=o&&o.v8,c,l;s&&(c=s.split(`.`),l=c[0]>0&&c[0]<4?1:+(c[0]+c[1])),!l&&r&&(c=r.match(/Edge\/(\d+)/),(!c||c[1]>=74)&&(c=r.match(/Chrome\/(\d+)/),c&&(l=+c[1]))),t.exports=l}),te=l((e,t)=>{var n=ee(),r=d(),i=u().String;t.exports=!!Object.getOwnPropertySymbols&&!r(function(){var e=Symbol(`symbol detection`);return!i(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&n&&n<41})}),ne=l((e,t)=>{t.exports=te()&&!Symbol.sham&&typeof Symbol.iterator==`symbol`}),re=l((e,t)=>{var n=O(),r=_(),i=k(),a=ne(),o=Object;t.exports=a?function(e){return typeof e==`symbol`}:function(e){var t=n(`Symbol`);return r(t)&&i(t.prototype,o(e))}}),j=l((e,t)=>{var n=String;t.exports=function(e){try{return n(e)}catch{return`Object`}}}),ie=l((e,t)=>{var n=_(),r=j(),i=TypeError;t.exports=function(e){if(n(e))return e;throw new i(r(e)+` is not a function`)}}),ae=l((e,t)=>{var n=ie(),r=C();t.exports=function(e,t){var i=e[t];return r(i)?void 0:n(i)}}),oe=l((e,t)=>{var n=y(),r=_(),i=E(),a=TypeError;t.exports=function(e,t){var o,s;if(t===`string`&&r(o=e.toString)&&!i(s=n(o,e))||r(o=e.valueOf)&&!i(s=n(o,e))||t!==`string`&&r(o=e.toString)&&!i(s=n(o,e)))return s;throw new a(`Can't convert object to primitive value`)}}),se=l((e,t)=>{t.exports=!0}),ce=l((e,t)=>{var n=u(),r=Object.defineProperty;t.exports=function(e,t){try{r(n,e,{value:t,configurable:!0,writable:!0})}catch{n[e]=t}return t}}),le=l((e,t)=>{var n=se(),r=u(),i=ce(),a=`__core-js_shared__`,o=t.exports=r[a]||i(a,{});(o.versions||=[]).push({version:`3.43.0`,mode:n?`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`})}),ue=l((e,t)=>{var n=le();t.exports=function(e,t){return n[e]||(n[e]=t||{})}}),de=l((e,t)=>{var n=w(),r=Object;t.exports=function(e){return r(n(e))}}),fe=l((e,t)=>{var n=m(),r=de(),i=n({}.hasOwnProperty);t.exports=Object.hasOwn||function(e,t){return i(r(e),t)}}),pe=l((e,t)=>{var n=m(),r=0,i=Math.random(),a=n(1.1.toString);t.exports=function(e){return`Symbol(`+(e===void 0?``:e)+`)_`+a(++r+i,36)}}),M=l((e,t)=>{var n=u(),r=ue(),i=fe(),a=pe(),o=te(),s=ne(),c=n.Symbol,l=r(`wks`),d=s?c.for||c:c&&c.withoutSetter||a;t.exports=function(e){return i(l,e)||(l[e]=o&&i(c,e)?c[e]:d(`Symbol.`+e)),l[e]}}),me=l((e,t)=>{var n=y(),r=E(),i=re(),a=ae(),o=oe(),s=M(),c=TypeError,l=s(`toPrimitive`);t.exports=function(e,t){if(!r(e)||i(e))return e;var s=a(e,l),u;if(s){if(t===void 0&&(t=`default`),u=n(s,e,t),!r(u)||i(u))return u;throw new c(`Can't convert object to primitive value`)}return t===void 0&&(t=`number`),o(e,t)}}),he=l((e,t)=>{var n=me(),r=re();t.exports=function(e){var t=n(e,`string`);return r(t)?t:t+``}}),ge=l((e,t)=>{var n=u(),r=E(),i=n.document,a=r(i)&&r(i.createElement);t.exports=function(e){return a?i.createElement(e):{}}}),_e=l((e,t)=>{var n=v(),r=d(),i=ge();t.exports=!n&&!r(function(){return Object.defineProperty(i(`div`),`a`,{get:function(){return 7}}).a!==7})}),ve=l(e=>{var t=v(),n=y(),r=b(),i=x(),a=T(),o=he(),s=fe(),c=_e(),l=Object.getOwnPropertyDescriptor;e.f=t?l:function(e,t){if(e=a(e),t=o(t),c)try{return l(e,t)}catch{}if(s(e,t))return i(!n(r.f,e,t),e[t])}}),ye=l((e,t)=>{var n=d(),r=_(),i=/#|\.prototype\./,a=function(e,t){var i=s[o(e)];return i===l?!0:i===c?!1:r(t)?n(t):!!t},o=a.normalize=function(e){return String(e).replace(i,`.`).toLowerCase()},s=a.data={},c=a.NATIVE=`N`,l=a.POLYFILL=`P`;t.exports=a}),be=l((e,t)=>{var n=g(),r=ie(),i=f(),a=n(n.bind);t.exports=function(e,t){return r(e),t===void 0?e:i?a(e,t):function(){return e.apply(t,arguments)}}}),xe=l((e,t)=>{var n=v(),r=d();t.exports=n&&r(function(){return Object.defineProperty(function(){},`prototype`,{value:42,writable:!1}).prototype!==42})}),Se=l((e,t)=>{var n=E(),r=String,i=TypeError;t.exports=function(e){if(n(e))return e;throw new i(r(e)+` is not an object`)}}),Ce=l(e=>{var t=v(),n=_e(),r=xe(),i=Se(),a=he(),o=TypeError,s=Object.defineProperty,c=Object.getOwnPropertyDescriptor,l=`enumerable`,u=`configurable`,d=`writable`;e.f=t?r?function(e,t,n){if(i(e),t=a(t),i(n),typeof e==`function`&&t===`prototype`&&`value`in n&&d in n&&!n[d]){var r=c(e,t);r&&r[d]&&(e[t]=n.value,n={configurable:u in n?n[u]:r[u],enumerable:l in n?n[l]:r[l],writable:!1})}return s(e,t,n)}:s:function(e,t,r){if(i(e),t=a(t),i(r),n)try{return s(e,t,r)}catch{}if(`get`in r||`set`in r)throw new o(`Accessors not supported`);return`value`in r&&(e[t]=r.value),e}}),we=l((e,t)=>{var n=v(),r=Ce(),i=x();t.exports=n?function(e,t,n){return r.f(e,t,i(1,n))}:function(e,t,n){return e[t]=n,e}}),N=l((e,t)=>{var n=u(),r=p(),i=g(),a=_(),o=ve().f,s=ye(),c=D(),l=be(),d=we(),f=fe();le();var m=function(e){var t=function(n,i,a){if(this instanceof t){switch(arguments.length){case 0:return new e;case 1:return new e(n);case 2:return new e(n,i)}return new e(n,i,a)}return r(e,this,arguments)};return t.prototype=e.prototype,t};t.exports=function(e,t){var r=e.target,u=e.global,p=e.stat,h=e.proto,g=u?n:p?n[r]:n[r]&&n[r].prototype,_=u?c:c[r]||d(c,r,{})[r],v=_.prototype,y,b,x,S,C,w,T,E,D;for(S in t)y=s(u?S:r+(p?`.`:`#`)+S,e.forced),b=!y&&g&&f(g,S),w=_[S],b&&(e.dontCallGetSet?(D=o(g,S),T=D&&D.value):T=g[S]),C=b&&T?T:t[S],!(!y&&!h&&typeof w==typeof C)&&(E=e.bind&&b?l(C,n):e.wrap&&b?m(C):h&&a(C)?i(C):C,(e.sham||C&&C.sham||w&&w.sham)&&d(E,`sham`,!0),d(_,S,E),h&&(x=r+`Prototype`,f(c,x)||d(c,x,{}),d(c[x],S,C),e.real&&v&&(y||!v[S])&&d(v,S,C)))}}),Te=l((e,t)=>{var n=ue(),r=pe(),i=n(`keys`);t.exports=function(e){return i[e]||(i[e]=r(e))}}),Ee=l((e,t)=>{t.exports=!d()(function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype})}),De=l((e,t)=>{var n=fe(),r=_(),i=de(),a=Te(),o=Ee(),s=a(`IE_PROTO`),c=Object,l=c.prototype;t.exports=o?c.getPrototypeOf:function(e){var t=i(e);if(n(t,s))return t[s];var a=t.constructor;return r(a)&&t instanceof a?a.prototype:t instanceof c?l:null}}),Oe=l((e,t)=>{var n=Math.ceil,r=Math.floor;t.exports=Math.trunc||function(e){var t=+e;return(t>0?r:n)(t)}}),ke=l((e,t)=>{var n=Oe();t.exports=function(e){var t=+e;return t!==t||t===0?0:n(t)}}),Ae=l((e,t)=>{var n=ke(),r=Math.max,i=Math.min;t.exports=function(e,t){var a=n(e);return a<0?r(a+t,0):i(a,t)}}),je=l((e,t)=>{var n=ke(),r=Math.min;t.exports=function(e){var t=n(e);return t>0?r(t,9007199254740991):0}}),Me=l((e,t)=>{var n=je();t.exports=function(e){return n(e.length)}}),Ne=l((e,t)=>{var n=T(),r=Ae(),i=Me(),a=function(e){return function(t,a,o){var s=n(t),c=i(s);if(c===0)return!e&&-1;var l=r(o,c),u;if(e&&a!==a){for(;c>l;)if(u=s[l++],u!==u)return!0}else for(;c>l;l++)if((e||l in s)&&s[l]===a)return e||l||0;return!e&&-1}};t.exports={includes:a(!0),indexOf:a(!1)}}),Pe=l((e,t)=>{t.exports={}}),Fe=l((e,t)=>{var n=m(),r=fe(),i=T(),a=Ne().indexOf,o=Pe(),s=n([].push);t.exports=function(e,t){var n=i(e),c=0,l=[],u;for(u in n)!r(o,u)&&r(n,u)&&s(l,u);for(;t.length>c;)r(n,u=t[c++])&&(~a(l,u)||s(l,u));return l}}),Ie=l((e,t)=>{t.exports=[`constructor`,`hasOwnProperty`,`isPrototypeOf`,`propertyIsEnumerable`,`toLocaleString`,`toString`,`valueOf`]}),Le=l((e,t)=>{var n=Fe(),r=Ie();t.exports=Object.keys||function(e){return n(e,r)}}),Re=l((e,t)=>{var n=v(),r=d(),i=m(),a=De(),o=Le(),s=T(),c=b().f,l=i(c),u=i([].push),f=n&&r(function(){var e=Object.create(null);return e[2]=2,!l(e,2)}),p=function(e){return function(t){for(var r=s(t),i=o(r),c=f&&a(r)===null,d=i.length,p=0,m=[],h;d>p;)h=i[p++],(!n||(c?h in r:l(r,h)))&&u(m,e?[h,r[h]]:r[h]);return m}};t.exports={entries:p(!0),values:p(!1)}}),ze=l(()=>{var e=N(),t=Re().values;e({target:`Object`,stat:!0},{values:function(e){return t(e)}})}),Be=l((e,t)=>{ze(),t.exports=D().Object.values}),Ve=l((e,t)=>{t.exports=Be()}),He=l((e,t)=>{t.exports=Ve()}),Ue=l((e,t)=>{t.exports=function(){}}),We=l(()=>{var e=N(),t=Ne().includes,n=d(),r=Ue();e({target:`Array`,proto:!0,forced:n(function(){return![,].includes()})},{includes:function(e){return t(this,e,arguments.length>1?arguments[1]:void 0)}}),r(`includes`)}),Ge=l((e,t)=>{t.exports=O()}),Ke=l((e,t)=>{We(),t.exports=Ge()(`Array`,`includes`)}),qe=l((e,t)=>{t.exports=Ke()}),Je=l((e,t)=>{t.exports=qe()}),Ye=l(()=>{var e=N(),t=Re().entries;e({target:`Object`,stat:!0},{entries:function(e){return t(e)}})}),Xe=l((e,t)=>{Ye(),t.exports=D().Object.entries}),Ze=l((e,t)=>{t.exports=Xe()}),Qe=l((e,t)=>{t.exports=Ze()}),$e=l((e,t)=>{t.exports={}}),et=l((e,t)=>{var n=u(),r=_(),i=n.WeakMap;t.exports=r(i)&&/native code/.test(String(i))}),tt=l((e,t)=>{var n=et(),r=u(),i=E(),a=we(),o=fe(),s=le(),c=Te(),l=Pe(),d=`Object already initialized`,f=r.TypeError,p=r.WeakMap,m,h,g,_=function(e){return g(e)?h(e):m(e,{})},v=function(e){return function(t){var n;if(!i(t)||(n=h(t)).type!==e)throw new f(`Incompatible receiver, `+e+` required`);return n}};n||s.state?(y=s.state||=new p,y.get=y.get,y.has=y.has,y.set=y.set,m=function(e,t){if(y.has(e))throw new f(d);return t.facade=e,y.set(e,t),t},h=function(e){return y.get(e)||{}},g=function(e){return y.has(e)}):(b=c(`state`),l[b]=!0,m=function(e,t){if(o(e,b))throw new f(d);return t.facade=e,a(e,b,t),t},h=function(e){return o(e,b)?e[b]:{}},g=function(e){return o(e,b)});var y,b;t.exports={set:m,get:h,has:g,enforce:_,getterFor:v}}),nt=l((e,t)=>{var n=v(),r=fe(),i=Function.prototype,a=n&&Object.getOwnPropertyDescriptor,o=r(i,`name`);t.exports={EXISTS:o,PROPER:o&&function(){}.name===`something`,CONFIGURABLE:o&&(!n||n&&a(i,`name`).configurable)}}),rt=l(e=>{var t=v(),n=xe(),r=Ce(),i=Se(),a=T(),o=Le();e.f=t&&!n?Object.defineProperties:function(e,t){i(e);for(var n=a(t),s=o(t),c=s.length,l=0,u;c>l;)r.f(e,u=s[l++],n[u]);return e}}),it=l((e,t)=>{t.exports=O()(`document`,`documentElement`)}),at=l((e,t)=>{var n=Se(),r=rt(),i=Ie(),a=Pe(),o=it(),s=ge(),c=Te(),l=`>`,u=`<`,d=`prototype`,f=`script`,p=c(`IE_PROTO`),m=function(){},h=function(e){return u+f+l+e+u+`/`+f+l},g=function(e){e.write(h(``)),e.close();var t=e.parentWindow.Object;return e=null,t},_=function(){var e=s(`iframe`),t=`java`+f+`:`,n;return e.style.display=`none`,o.appendChild(e),e.src=String(t),n=e.contentWindow.document,n.open(),n.write(h(`document.F=Object`)),n.close(),n.F},v,y=function(){try{v=new ActiveXObject(`htmlfile`)}catch{}y=typeof document<`u`?document.domain&&v?g(v):_():g(v);for(var e=i.length;e--;)delete y[d][i[e]];return y()};a[p]=!0,t.exports=Object.create||function(e,t){var i;return e===null?i=y():(m[d]=n(e),i=new m,m[d]=null,i[p]=e),t===void 0?i:r.f(i,t)}}),ot=l((e,t)=>{var n=we();t.exports=function(e,t,r,i){return i&&i.enumerable?e[t]=r:n(e,t,r),e}}),st=l((e,t)=>{var n=d(),r=_(),i=E(),a=at(),o=De(),s=ot(),c=M(),l=se(),u=c(`iterator`),f=!1,p,m,h;[].keys&&(h=[].keys(),`next`in h?(m=o(o(h)),m!==Object.prototype&&(p=m)):f=!0),!i(p)||n(function(){var e={};return p[u].call(e)!==e})?p={}:l&&(p=a(p)),r(p[u])||s(p,u,function(){return this}),t.exports={IteratorPrototype:p,BUGGY_SAFARI_ITERATORS:f}}),ct=l((e,t)=>{var n=M()(`toStringTag`),r={};r[n]=`z`,t.exports=String(r)===`[object z]`}),lt=l((e,t)=>{var n=ct(),r=_(),i=h(),a=M()(`toStringTag`),o=Object,s=i(function(){return arguments}())===`Arguments`,c=function(e,t){try{return e[t]}catch{}};t.exports=n?i:function(e){var t,n,l;return e===void 0?`Undefined`:e===null?`Null`:typeof(n=c(t=o(e),a))==`string`?n:s?i(t):(l=i(t))===`Object`&&r(t.callee)?`Arguments`:l}}),ut=l((e,t)=>{var n=ct(),r=lt();t.exports=n?{}.toString:function(){return`[object `+r(this)+`]`}}),dt=l((e,t)=>{var n=ct(),r=Ce().f,i=we(),a=fe(),o=ut(),s=M()(`toStringTag`);t.exports=function(e,t,c,l){var u=c?e:e&&e.prototype;u&&(a(u,s)||r(u,s,{configurable:!0,value:t}),l&&!n&&i(u,`toString`,o))}}),ft=l((e,t)=>{var n=st().IteratorPrototype,r=at(),i=x(),a=dt(),o=$e(),s=function(){return this};t.exports=function(e,t,c,l){var u=t+` Iterator`;return e.prototype=r(n,{next:i(+!l,c)}),a(e,u,!1,!0),o[u]=s,e}}),pt=l((e,t)=>{var n=m(),r=ie();t.exports=function(e,t,i){try{return n(r(Object.getOwnPropertyDescriptor(e,t)[i]))}catch{}}}),mt=l((e,t)=>{var n=E();t.exports=function(e){return n(e)||e===null}}),ht=l((e,t)=>{var n=mt(),r=String,i=TypeError;t.exports=function(e){if(n(e))return e;throw new i(`Can't set `+r(e)+` as a prototype`)}}),gt=l((e,t)=>{var n=pt(),r=E(),i=w(),a=ht();t.exports=Object.setPrototypeOf||(`__proto__`in{}?function(){var e=!1,t={},o;try{o=n(Object.prototype,`__proto__`,`set`),o(t,[]),e=t instanceof Array}catch{}return function(t,n){return i(t),a(n),r(t)&&(e?o(t,n):t.__proto__=n),t}}():void 0)}),_t=l((e,t)=>{var n=N(),r=y(),i=se(),a=nt(),o=_(),s=ft(),c=De(),l=gt(),u=dt(),d=we(),f=ot(),p=M(),m=$e(),h=st(),g=a.PROPER,v=a.CONFIGURABLE,b=h.IteratorPrototype,x=h.BUGGY_SAFARI_ITERATORS,S=p(`iterator`),C=`keys`,w=`values`,T=`entries`,E=function(){return this};t.exports=function(e,t,a,p,h,_,y){s(a,t,p);var D=function(e){if(e===h&&te)return te;if(!x&&e&&e in A)return A[e];switch(e){case C:return function(){return new a(this,e)};case w:return function(){return new a(this,e)};case T:return function(){return new a(this,e)}}return function(){return new a(this)}},O=t+` Iterator`,k=!1,A=e.prototype,ee=A[S]||A[`@@iterator`]||h&&A[h],te=!x&&ee||D(h),ne=t===`Array`&&A.entries||ee,re,j,ie;if(ne&&(re=c(ne.call(new e)),re!==Object.prototype&&re.next&&(!i&&c(re)!==b&&(l?l(re,b):o(re[S])||f(re,S,E)),u(re,O,!0,!0),i&&(m[O]=E))),g&&h===w&&ee&&ee.name!==w&&(!i&&v?d(A,`name`,w):(k=!0,te=function(){return r(ee,this)})),h)if(j={values:D(w),keys:_?te:D(C),entries:D(T)},y)for(ie in j)(x||k||!(ie in A))&&f(A,ie,j[ie]);else n({target:t,proto:!0,forced:x||k},j);return(!i||y)&&A[S]!==te&&f(A,S,te,{name:h}),m[t]=te,j}}),vt=l((e,t)=>{t.exports=function(e,t){return{value:e,done:t}}}),yt=l((e,t)=>{var n=T(),r=Ue(),i=$e(),a=tt(),o=Ce().f,s=_t(),c=vt(),l=se(),u=v(),d=`Array Iterator`,f=a.set,p=a.getterFor(d);t.exports=s(Array,`Array`,function(e,t){f(this,{type:d,target:n(e),index:0,kind:t})},function(){var e=p(this),t=e.target,n=e.index++;if(!t||n>=t.length)return e.target=null,c(void 0,!0);switch(e.kind){case`keys`:return c(n,!1);case`values`:return c(t[n],!1)}return c([n,t[n]],!1)},`values`);var m=i.Arguments=i.Array;if(r(`keys`),r(`values`),r(`entries`),!l&&u&&m.name!==`values`)try{o(m,`name`,{value:`values`})}catch{}}),bt=l((e,t)=>{var n=M(),r=$e(),i=n(`iterator`),a=Array.prototype;t.exports=function(e){return e!==void 0&&(r.Array===e||a[i]===e)}}),xt=l((e,t)=>{var n=lt(),r=ae(),i=C(),a=$e(),o=M()(`iterator`);t.exports=function(e){if(!i(e))return r(e,o)||r(e,`@@iterator`)||a[n(e)]}}),St=l((e,t)=>{var n=y(),r=ie(),i=Se(),a=j(),o=xt(),s=TypeError;t.exports=function(e,t){var c=arguments.length<2?o(e):t;if(r(c))return i(n(c,e));throw new s(a(e)+` is not iterable`)}}),Ct=l((e,t)=>{var n=y(),r=Se(),i=ae();t.exports=function(e,t,a){var o,s;r(e);try{if(o=i(e,`return`),!o){if(t===`throw`)throw a;return a}o=n(o,e)}catch(e){s=!0,o=e}if(t===`throw`)throw a;if(s)throw o;return r(o),a}}),wt=l((e,t)=>{var n=be(),r=y(),i=Se(),a=j(),o=bt(),s=Me(),c=k(),l=St(),u=xt(),d=Ct(),f=TypeError,p=function(e,t){this.stopped=e,this.result=t},m=p.prototype;t.exports=function(e,t,h){var g=h&&h.that,_=!!(h&&h.AS_ENTRIES),v=!!(h&&h.IS_RECORD),y=!!(h&&h.IS_ITERATOR),b=!!(h&&h.INTERRUPTED),x=n(t,g),S,C,w,T,E,D,O,k=function(e){return S&&d(S,`normal`),new p(!0,e)},A=function(e){return _?(i(e),b?x(e[0],e[1],k):x(e[0],e[1])):b?x(e,k):x(e)};if(v)S=e.iterator;else if(y)S=e;else{if(C=u(e),!C)throw new f(a(e)+` is not iterable`);if(o(C)){for(w=0,T=s(e);T>w;w++)if(E=A(e[w]),E&&c(m,E))return E;return new p(!1)}S=l(e,C)}for(D=v?e.next:S.next;!(O=r(D,S)).done;){try{E=A(O.value)}catch(e){d(S,`throw`,e)}if(typeof E==`object`&&E&&c(m,E))return E}return new p(!1)}}),Tt=l((e,t)=>{var n=v(),r=Ce(),i=x();t.exports=function(e,t,a){n?r.f(e,t,i(0,a)):e[t]=a}}),Et=l(()=>{var e=N(),t=wt(),n=Tt();e({target:`Object`,stat:!0},{fromEntries:function(e){var r={};return t(e,function(e,t){n(r,e,t)},{AS_ENTRIES:!0}),r}})}),Dt=l((e,t)=>{yt(),Et(),t.exports=D().Object.fromEntries}),Ot=l((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}}),kt=l(()=>{yt();var e=Ot(),t=u(),n=dt(),r=$e();for(i in e)n(t[i],i),r[i]=r.Array;var i}),At=l((e,t)=>{var n=Dt();kt(),t.exports=n}),jt=l((e,t)=>{t.exports=At()}),Mt=l((e,t)=>{var n=u(),r=A(),i=h(),a=function(e){return r.slice(0,e.length)===e};t.exports=function(){return a(`Bun/`)?`BUN`:a(`Cloudflare-Workers`)?`CLOUDFLARE`:a(`Deno/`)?`DENO`:a(`Node.js/`)?`NODE`:n.Bun&&typeof Bun.version==`string`?`BUN`:n.Deno&&typeof Deno.version==`object`?`DENO`:i(n.process)===`process`?`NODE`:n.window&&n.document?`BROWSER`:`REST`}()}),Nt=l((e,t)=>{t.exports=Mt()===`NODE`}),Pt=l((e,t)=>{var n=Ce();t.exports=function(e,t,r){return n.f(e,t,r)}}),Ft=l((e,t)=>{var n=O(),r=Pt(),i=M(),a=v(),o=i(`species`);t.exports=function(e){var t=n(e);a&&t&&!t[o]&&r(t,o,{configurable:!0,get:function(){return this}})}}),It=l((e,t)=>{var n=k(),r=TypeError;t.exports=function(e,t){if(n(t,e))return e;throw new r(`Incorrect invocation`)}}),Lt=l((e,t)=>{var n=m(),r=_(),i=le(),a=n(Function.toString);r(i.inspectSource)||(i.inspectSource=function(e){return a(e)}),t.exports=i.inspectSource}),Rt=l((e,t)=>{var n=m(),r=d(),i=_(),a=lt(),o=O(),s=Lt(),c=function(){},l=o(`Reflect`,`construct`),u=/^\s*(?:class|function)\b/,f=n(u.exec),p=!u.test(c),h=function(e){if(!i(e))return!1;try{return l(c,[],e),!0}catch{return!1}},g=function(e){if(!i(e))return!1;switch(a(e)){case`AsyncFunction`:case`GeneratorFunction`:case`AsyncGeneratorFunction`:return!1}try{return p||!!f(u,s(e))}catch{return!0}};g.sham=!0,t.exports=!l||r(function(){var e;return h(h.call)||!h(Object)||!h(function(){e=!0})||e})?g:h}),zt=l((e,t)=>{var n=Rt(),r=j(),i=TypeError;t.exports=function(e){if(n(e))return e;throw new i(r(e)+` is not a constructor`)}}),Bt=l((e,t)=>{var n=Se(),r=zt(),i=C(),a=M()(`species`);t.exports=function(e,t){var o=n(e).constructor,s;return o===void 0||i(s=n(o)[a])?t:r(s)}}),Vt=l((e,t)=>{t.exports=m()([].slice)}),Ht=l((e,t)=>{var n=TypeError;t.exports=function(e,t){if(e<t)throw new n(`Not enough arguments`);return e}}),Ut=l((e,t)=>{var n=A();t.exports=/(?:ipad|iphone|ipod).*applewebkit/i.test(n)}),Wt=l((e,t)=>{var n=u(),r=p(),i=be(),a=_(),o=fe(),s=d(),c=it(),l=Vt(),f=ge(),m=Ht(),h=Ut(),g=Nt(),v=n.setImmediate,y=n.clearImmediate,b=n.process,x=n.Dispatch,S=n.Function,C=n.MessageChannel,w=n.String,T=0,E={},D=`onreadystatechange`,O,k,A,ee;s(function(){O=n.location});var te=function(e){if(o(E,e)){var t=E[e];delete E[e],t()}},ne=function(e){return function(){te(e)}},re=function(e){te(e.data)},j=function(e){n.postMessage(w(e),O.protocol+`//`+O.host)};(!v||!y)&&(v=function(e){m(arguments.length,1);var t=a(e)?e:S(e),n=l(arguments,1);return E[++T]=function(){r(t,void 0,n)},k(T),T},y=function(e){delete E[e]},g?k=function(e){b.nextTick(ne(e))}:x&&x.now?k=function(e){x.now(ne(e))}:C&&!h?(A=new C,ee=A.port2,A.port1.onmessage=re,k=i(ee.postMessage,ee)):n.addEventListener&&a(n.postMessage)&&!n.importScripts&&O&&O.protocol!==`file:`&&!s(j)?(k=j,n.addEventListener(`message`,re,!1)):k=D in f(`script`)?function(e){c.appendChild(f(`script`))[D]=function(){c.removeChild(this),te(e)}}:function(e){setTimeout(ne(e),0)}),t.exports={set:v,clear:y}}),Gt=l((e,t)=>{var n=u(),r=v(),i=Object.getOwnPropertyDescriptor;t.exports=function(e){if(!r)return n[e];var t=i(n,e);return t&&t.value}}),Kt=l((e,t)=>{var n=function(){this.head=null,this.tail=null};n.prototype={add:function(e){var t={item:e,next:null},n=this.tail;n?n.next=t:this.head=t,this.tail=t},get:function(){var e=this.head;if(e)return(this.head=e.next)===null&&(this.tail=null),e.item}},t.exports=n}),qt=l((e,t)=>{var n=A();t.exports=/ipad|iphone|ipod/i.test(n)&&typeof Pebble<`u`}),Jt=l((e,t)=>{var n=A();t.exports=/web0s(?!.*chrome)/i.test(n)}),Yt=l((e,t)=>{var n=u(),r=Gt(),i=be(),a=Wt().set,o=Kt(),s=Ut(),c=qt(),l=Jt(),d=Nt(),f=n.MutationObserver||n.WebKitMutationObserver,p=n.document,m=n.process,h=n.Promise,g=r(`queueMicrotask`),_,v,y,b,x;g||=(S=new o,C=function(){var e,t;for(d&&(e=m.domain)&&e.exit();t=S.get();)try{t()}catch(e){throw S.head&&_(),e}e&&e.enter()},!s&&!d&&!l&&f&&p?(v=!0,y=p.createTextNode(``),new f(C).observe(y,{characterData:!0}),_=function(){y.data=v=!v}):!c&&h&&h.resolve?(b=h.resolve(void 0),b.constructor=h,x=i(b.then,b),_=function(){x(C)}):d?_=function(){m.nextTick(C)}:(a=i(a,n),_=function(){a(C)}),function(e){S.head||_(),S.add(e)});var S,C;t.exports=g}),Xt=l((e,t)=>{t.exports=function(e,t){try{arguments.length===1?console.error(e):console.error(e,t)}catch{}}}),Zt=l((e,t)=>{t.exports=function(e){try{return{error:!1,value:e()}}catch(e){return{error:!0,value:e}}}}),Qt=l((e,t)=>{t.exports=u().Promise}),$t=l((e,t)=>{var n=u(),r=Qt(),i=_(),a=ye(),o=Lt(),s=M(),c=Mt(),l=se(),d=ee(),f=r&&r.prototype,p=s(`species`),m=!1,h=i(n.PromiseRejectionEvent);t.exports={CONSTRUCTOR:a(`Promise`,function(){var e=o(r),t=e!==String(r);if(!t&&d===66||l&&!(f.catch&&f.finally))return!0;if(!d||d<51||!/native code/.test(e)){var n=new r(function(e){e(1)}),i=function(e){e(function(){},function(){})},a=n.constructor={};if(a[p]=i,m=n.then(function(){})instanceof i,!m)return!0}return!t&&(c===`BROWSER`||c===`DENO`)&&!h}),REJECTION_EVENT:h,SUBCLASSING:m}}),en=l((e,t)=>{var n=ie(),r=TypeError,i=function(e){var t,i;this.promise=new e(function(e,n){if(t!==void 0||i!==void 0)throw new r(`Bad Promise constructor`);t=e,i=n}),this.resolve=n(t),this.reject=n(i)};e.f=function(e){return new i(e)}}),tn=l(()=>{var e=N(),t=se(),n=Nt(),r=u(),i=D(),a=y(),o=ot(),s=gt(),c=dt(),l=Ft(),d=ie(),f=_(),p=E(),m=It(),h=Bt(),g=Wt().set,v=Yt(),b=Xt(),x=Zt(),S=Kt(),C=tt(),w=Qt(),T=$t(),O=en(),k=`Promise`,A=T.CONSTRUCTOR,ee=T.REJECTION_EVENT,te=T.SUBCLASSING,ne=C.getterFor(k),re=C.set,j=w&&w.prototype,ae=w,oe=j,ce=r.TypeError,le=r.document,ue=r.process,de=O.f,fe=de,pe=!!(le&&le.createEvent&&r.dispatchEvent),M=`unhandledrejection`,me=`rejectionhandled`,he=0,ge=1,_e=2,ve=1,ye=2,be,xe,Se,Ce,we=function(e){var t;return p(e)&&f(t=e.then)?t:!1},Te=function(e,t){var n=t.value,r=t.state===ge,i=r?e.ok:e.fail,o=e.resolve,s=e.reject,c=e.domain,l,u,d;try{i?(r||(t.rejection===ye&&Ae(t),t.rejection=ve),i===!0?l=n:(c&&c.enter(),l=i(n),c&&(c.exit(),d=!0)),l===e.promise?s(new ce(`Promise-chain cycle`)):(u=we(l))?a(u,l,o,s):o(l)):s(n)}catch(e){c&&!d&&c.exit(),s(e)}},Ee=function(e,t){e.notified||(e.notified=!0,v(function(){for(var n=e.reactions,r;r=n.get();)Te(r,e);e.notified=!1,t&&!e.rejection&&Oe(e)}))},De=function(e,t,n){var i,a;pe?(i=le.createEvent(`Event`),i.promise=t,i.reason=n,i.initEvent(e,!1,!0),r.dispatchEvent(i)):i={promise:t,reason:n},!ee&&(a=r[`on`+e])?a(i):e===M&&b(`Unhandled promise rejection`,n)},Oe=function(e){a(g,r,function(){var t=e.facade,r=e.value,i=ke(e),a;if(i&&(a=x(function(){n?ue.emit(`unhandledRejection`,r,t):De(M,t,r)}),e.rejection=n||ke(e)?ye:ve,a.error))throw a.value})},ke=function(e){return e.rejection!==ve&&!e.parent},Ae=function(e){a(g,r,function(){var t=e.facade;n?ue.emit(`rejectionHandled`,t):De(me,t,e.value)})},je=function(e,t,n){return function(r){e(t,r,n)}},Me=function(e,t,n){e.done||(e.done=!0,n&&(e=n),e.value=t,e.state=_e,Ee(e,!0))},Ne=function(e,t,n){if(!e.done){e.done=!0,n&&(e=n);try{if(e.facade===t)throw new ce(`Promise can't be resolved itself`);var r=we(t);r?v(function(){var n={done:!1};try{a(r,t,je(Ne,n,e),je(Me,n,e))}catch(t){Me(n,t,e)}}):(e.value=t,e.state=ge,Ee(e,!1))}catch(t){Me({done:!1},t,e)}}};if(A&&(ae=function(e){m(this,oe),d(e),a(be,this);var t=ne(this);try{e(je(Ne,t),je(Me,t))}catch(e){Me(t,e)}},oe=ae.prototype,be=function(e){re(this,{type:k,done:!1,notified:!1,parent:!1,reactions:new S,rejection:!1,state:he,value:null})},be.prototype=o(oe,`then`,function(e,t){var r=ne(this),i=de(h(this,ae));return r.parent=!0,i.ok=f(e)?e:!0,i.fail=f(t)&&t,i.domain=n?ue.domain:void 0,r.state===he?r.reactions.add(i):v(function(){Te(i,r)}),i.promise}),xe=function(){var e=new be,t=ne(e);this.promise=e,this.resolve=je(Ne,t),this.reject=je(Me,t)},O.f=de=function(e){return e===ae||e===Se?new xe(e):fe(e)},!t&&f(w)&&j!==Object.prototype)){Ce=j.then,te||o(j,`then`,function(e,t){var n=this;return new ae(function(e,t){a(Ce,n,e,t)}).then(e,t)},{unsafe:!0});try{delete j.constructor}catch{}s&&s(j,oe)}e({global:!0,constructor:!0,wrap:!0,forced:A},{Promise:ae}),Se=i.Promise,c(ae,k,!1,!0),l(k)}),nn=l((e,t)=>{var n=M()(`iterator`),r=!1;try{i=0,a={next:function(){return{done:!!i++}},return:function(){r=!0}},a[n]=function(){return this},Array.from(a,function(){throw 2})}catch{}var i,a;t.exports=function(e,t){try{if(!t&&!r)return!1}catch{return!1}var i=!1;try{var a={};a[n]=function(){return{next:function(){return{done:i=!0}}}},e(a)}catch{}return i}}),rn=l((e,t)=>{var n=Qt(),r=nn();t.exports=$t().CONSTRUCTOR||!r(function(e){n.all(e).then(void 0,function(){})})}),an=l(()=>{var e=N(),t=y(),n=ie(),r=en(),i=Zt(),a=wt();e({target:`Promise`,stat:!0,forced:rn()},{all:function(e){var o=this,s=r.f(o),c=s.resolve,l=s.reject,u=i(function(){var r=n(o.resolve),i=[],s=0,u=1;a(e,function(e){var n=s++,a=!1;u++,t(r,o,e).then(function(e){a||(a=!0,i[n]=e,--u||c(i))},l)}),--u||c(i)});return u.error&&l(u.value),s.promise}})}),on=l(()=>{var e=N(),t=se(),n=$t().CONSTRUCTOR,r=Qt(),i=O(),a=_(),o=ot(),s=r&&r.prototype;e({target:`Promise`,proto:!0,forced:n,real:!0},{catch:function(e){return this.then(void 0,e)}}),!t&&a(r)&&(c=i(`Promise`).prototype.catch,s.catch!==c&&o(s,`catch`,c,{unsafe:!0}));var c}),sn=l(()=>{var e=N(),t=y(),n=ie(),r=en(),i=Zt(),a=wt();e({target:`Promise`,stat:!0,forced:rn()},{race:function(e){var o=this,s=r.f(o),c=s.reject,l=i(function(){var r=n(o.resolve);a(e,function(e){t(r,o,e).then(s.resolve,c)})});return l.error&&c(l.value),s.promise}})}),cn=l(()=>{var e=N(),t=en(),n=$t().CONSTRUCTOR;e({target:`Promise`,stat:!0,forced:n},{reject:function(e){var n=t.f(this),r=n.reject;return r(e),n.promise}})}),ln=l((e,t)=>{var n=Se(),r=E(),i=en();t.exports=function(e,t){if(n(e),r(t)&&t.constructor===e)return t;var a=i.f(e),o=a.resolve;return o(t),a.promise}}),un=l(()=>{var e=N(),t=O(),n=se(),r=Qt(),i=$t().CONSTRUCTOR,a=ln(),o=t(`Promise`),s=n&&!i;e({target:`Promise`,stat:!0,forced:n||i},{resolve:function(e){return a(s&&this===o?r:this,e)}})}),dn=l(()=>{tn(),an(),on(),sn(),cn(),un()}),fn=l(()=>{var e=N(),t=se(),n=Qt(),r=d(),i=O(),a=_(),o=Bt(),s=ln(),c=ot(),l=n&&n.prototype;e({target:`Promise`,proto:!0,real:!0,forced:!!n&&r(function(){l.finally.call({then:function(){}},function(){})})},{finally:function(e){var t=o(this,i(`Promise`)),n=a(e);return this.then(n?function(n){return s(t,e()).then(function(){return n})}:e,n?function(n){return s(t,e()).then(function(){throw n})}:e)}}),!t&&a(n)&&(u=i(`Promise`).prototype.finally,l.finally!==u&&c(l,`finally`,u,{unsafe:!0}));var u}),pn=l((e,t)=>{dn(),fn(),t.exports=Ge()(`Promise`,`finally`)}),mn=l((e,t)=>{t.exports=pn()}),hn=l((e,t)=>{t.exports=mn()}),gn=l(()=>{var e=N(),t=de(),n=Me(),r=ke(),i=Ue();e({target:`Array`,proto:!0},{at:function(e){var i=t(this),a=n(i),o=r(e),s=o>=0?o:a+o;return s<0||s>=a?void 0:i[s]}}),i(`at`)}),_n=l((e,t)=>{gn(),t.exports=Ge()(`Array`,`at`)}),vn=l((e,t)=>{t.exports=_n()}),yn=l((e,t)=>{t.exports=vn()}),bn=l((e,t)=>{var n=lt(),r=String;t.exports=function(e){if(n(e)===`Symbol`)throw TypeError(`Cannot convert a Symbol value to a string`);return r(e)}}),xn=l(()=>{var e=N(),t=m(),n=w(),r=ke(),i=bn(),a=d(),o=t(``.charAt);e({target:`String`,proto:!0,forced:a(function(){return`𠮷`.at(-2)!==`\ud842`})},{at:function(e){var t=i(n(this)),a=t.length,s=r(e),c=s>=0?s:a+s;return c<0||c>=a?void 0:o(t,c)}})}),Sn=l((e,t)=>{xn(),t.exports=Ge()(`String`,`at`)}),Cn=l((e,t)=>{t.exports=Sn()}),wn=l((e,t)=>{t.exports=Cn()}),Tn=l((e,t)=>{var n=h();t.exports=Array.isArray||function(e){return n(e)===`Array`}}),En=l((e,t)=>{var n=TypeError,r=9007199254740991;t.exports=function(e){if(e>r)throw n(`Maximum allowed index exceeded`);return e}}),Dn=l((e,t)=>{var n=Tn(),r=Me(),i=En(),a=be(),o=function(e,t,s,c,l,u,d,f){for(var p=l,m=0,h=d?a(d,f):!1,g,_;m<c;)m in s&&(g=h?h(s[m],m,t):s[m],u>0&&n(g)?(_=r(g),p=o(e,t,g,_,p,u-1)-1):(i(p+1),e[p]=g),p++),m++;return p};t.exports=o}),On=l((e,t)=>{var n=Tn(),r=Rt(),i=E(),a=M()(`species`),o=Array;t.exports=function(e){var t;return n(e)&&(t=e.constructor,r(t)&&(t===o||n(t.prototype))?t=void 0:i(t)&&(t=t[a],t===null&&(t=void 0))),t===void 0?o:t}}),kn=l((e,t)=>{var n=On();t.exports=function(e,t){return new(n(e))(t===0?0:t)}}),An=l(()=>{var e=N(),t=Dn(),n=ie(),r=de(),i=Me(),a=kn();e({target:`Array`,proto:!0},{flatMap:function(e){var o=r(this),s=i(o),c;return n(e),c=a(o,0),c.length=t(c,o,o,s,0,1,e,arguments.length>1?arguments[1]:void 0),c}})}),jn=l(()=>{Ue()(`flatMap`)}),Mn=l((e,t)=>{An(),jn(),t.exports=Ge()(`Array`,`flatMap`)}),Nn=l((e,t)=>{t.exports=Mn()}),Pn=l((e,t)=>{t.exports=Nn()}),Fn=l((e,t)=>{t.exports=`
|
|
7
|
+
\v\f\r \xA0 \u2028\u2029`}),In=l((e,t)=>{var n=m(),r=w(),i=bn(),a=Fn(),o=n(``.replace),s=RegExp(`^[`+a+`]+`),c=RegExp(`(^|[^`+a+`])[`+a+`]+$`),l=function(e){return function(t){var n=i(r(t));return e&1&&(n=o(n,s,``)),e&2&&(n=o(n,c,`$1`)),n}};t.exports={start:l(1),end:l(2),trim:l(3)}}),Ln=l((e,t)=>{var n=nt().PROPER,r=d(),i=Fn(),a=`
`;t.exports=function(e){return r(function(){return!!i[e]()||a[e]()!==a||n&&i[e].name!==e})}}),Rn=l((e,t)=>{var n=In().start;t.exports=Ln()(`trimStart`)?function(){return n(this)}:``.trimStart}),zn=l(()=>{var e=N(),t=Rn();e({target:`String`,proto:!0,name:`trimStart`,forced:``.trimLeft!==t},{trimLeft:t})}),Bn=l(()=>{zn();var e=N(),t=Rn();e({target:`String`,proto:!0,name:`trimStart`,forced:``.trimStart!==t},{trimStart:t})}),Vn=l((e,t)=>{Bn(),t.exports=Ge()(`String`,`trimLeft`)}),Hn=l((e,t)=>{t.exports=Vn()}),Un=l((e,t)=>{t.exports=Hn()}),Wn=l((e,t)=>{var n=E(),r=h(),i=M()(`match`);t.exports=function(e){var t;return n(e)&&((t=e[i])===void 0?r(e)===`RegExp`:!!t)}}),Gn=l((e,t)=>{var n=u(),r=d(),i=n.RegExp;t.exports={correct:!r(function(){var e=!0;try{i(`.`,`d`)}catch{e=!1}var t={},n=``,r=e?`dgimsy`:`gimsy`,a=function(e,r){Object.defineProperty(t,e,{get:function(){return n+=r,!0}})},o={dotAll:`s`,global:`g`,ignoreCase:`i`,multiline:`m`,sticky:`y`};for(var s in e&&(o.hasIndices=`d`),o)a(s,o[s]);return Object.getOwnPropertyDescriptor(i.prototype,`flags`).get.call(t)!==r||n!==r})}}),Kn=l((e,t)=>{var n=Se();t.exports=function(){var e=n(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}}),qn=l((e,t)=>{var n=y(),r=fe(),i=k(),a=Gn(),o=Kn(),s=RegExp.prototype;t.exports=a.correct?function(e){return e.flags}:function(e){return!a.correct&&i(s,e)&&!r(e,`flags`)?n(o,e):e.flags}}),Jn=l((e,t)=>{var n=m(),r=de(),i=Math.floor,a=n(``.charAt),o=n(``.replace),s=n(``.slice),c=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,l=/\$([$&'`]|\d{1,2})/g;t.exports=function(e,t,n,u,d,f){var p=n+e.length,m=u.length,h=l;return d!==void 0&&(d=r(d),h=c),o(f,h,function(r,o){var c;switch(a(o,0)){case`$`:return`$`;case`&`:return e;case"`":return s(t,0,n);case`'`:return s(t,p);case`<`:c=d[s(o,1,-1)];break;default:var l=+o;if(l===0)return r;if(l>m){var f=i(l/10);return f===0?r:f<=m?u[f-1]===void 0?a(o,1):u[f-1]+a(o,1):r}c=u[l-1]}return c===void 0?``:c})}}),Yn=l(()=>{var e=N(),t=y(),n=m(),r=w(),i=_(),a=E(),o=Wn(),s=bn(),c=ae(),l=qn(),u=Jn(),d=M(),f=se(),p=d(`replace`),h=TypeError,g=n(``.indexOf),v=n(``.replace),b=n(``.slice),x=Math.max;e({target:`String`,proto:!0},{replaceAll:function(e,n){var d=r(this),m,_,y,S,C,w,T,E,D,O,k=0,A=``;if(a(e)){if(m=o(e),m&&(_=s(r(l(e))),!~g(_,`g`)))throw new h("`.replaceAll` does not allow non-global regexes");if(y=c(e,p),y)return t(y,e,d,n);if(f&&m)return v(s(d),e,n)}for(S=s(d),C=s(e),w=i(n),w||(n=s(n)),T=C.length,E=x(1,T),D=g(S,C);D!==-1;)O=w?s(n(C,D,S)):u(C,S,D,[],void 0,n),A+=b(S,k,D)+O,k=D+T,D=D+E>S.length?-1:g(S,C,D+E);return k<S.length&&(A+=b(S,k)),A}})}),Xn=l((e,t)=>{Yn(),t.exports=Ge()(`String`,`replaceAll`)}),Zn=l((e,t)=>{t.exports=Xn()}),Qn=l((e,t)=>{t.exports=Zn()}),$n=l((e,t)=>{var n=ke(),r=bn(),i=w(),a=RangeError;t.exports=function(e){var t=r(i(this)),o=``,s=n(e);if(s<0||s===1/0)throw new a(`Wrong number of repetitions`);for(;s>0;(s>>>=1)&&(t+=t))s&1&&(o+=t);return o}}),er=l((e,t)=>{var n=m(),r=je(),i=bn(),a=$n(),o=w(),s=n(a),c=n(``.slice),l=Math.ceil,u=function(e){return function(t,n,a){var u=i(o(t)),d=r(n),f=u.length,p=a===void 0?` `:i(a),m,h;return d<=f||p===``?u:(m=d-f,h=s(p,l(m/p.length)),h.length>m&&(h=c(h,0,m)),e?u+h:h+u)}};t.exports={start:u(!1),end:u(!0)}}),tr=l((e,t)=>{var n=A();t.exports=/Version\/10(?:\.\d+){1,2}(?: [\w./]+)?(?: Mobile\/\w+)? Safari\//.test(n)}),nr=l(()=>{var e=N(),t=er().start;e({target:`String`,proto:!0,forced:tr()},{padStart:function(e){return t(this,e,arguments.length>1?arguments[1]:void 0)}})}),rr=l((e,t)=>{nr(),t.exports=Ge()(`String`,`padStart`)}),ir=l((e,t)=>{t.exports=rr()}),ar=l((e,t)=>{t.exports=ir()}),or=`2.0.154-dev.7be47b47.0`,sr;(e=>{e.STOPPED=`stopped`,e.READY=`ready`,e.PLAYING=`playing`,e.PAUSED=`paused`})(sr||={});var cr;(e=>{e.MPEG=`MPEG`,e.DASH=`DASH`,e.DASH_SEP=`DASH_SEP`,e.DASH_SEP_VK=`DASH_SEP`,e.DASH_WEBM=`DASH_WEBM`,e.DASH_WEBM_AV1=`DASH_WEBM_AV1`,e.DASH_STREAMS=`DASH_STREAMS`,e.DASH_WEBM_VK=`DASH_WEBM`,e.DASH_ONDEMAND=`DASH_ONDEMAND`,e.DASH_ONDEMAND_VK=`DASH_ONDEMAND`,e.DASH_LIVE=`DASH_LIVE`,e.DASH_LIVE_CMAF=`DASH_LIVE_CMAF`,e.DASH_LIVE_WEBM=`DASH_LIVE_WEBM`,e.HLS=`HLS`,e.HLS_ONDEMAND=`HLS_ONDEMAND`,e.HLS_JS=`HLS`,e.HLS_FMP4=`HLS_FMP4`,e.HLS_LIVE=`HLS_LIVE`,e.HLS_LIVE_CMAF=`HLS_LIVE_CMAF`,e.WEB_RTC_LIVE=`WEB_RTC_LIVE`})(cr||={});var lr;(e=>{e.AV1=`av1`,e.VP9=`vp9`,e.AVC1=`avc1`,e.HEV1=`hev1`})(lr||={});var ur;(e=>{e.NOT_AVAILABLE=`NOT_AVAILABLE`,e.AVAILABLE=`AVAILABLE`,e.CONNECTING=`CONNECTING`,e.CONNECTED=`CONNECTED`})(ur||={});var dr;(e=>{e.HTTP1=`http1`,e.HTTP2=`http2`,e.QUIC=`quic`})(dr||={});var fr;(e=>{e.NONE=`none`,e.INLINE=`inline`,e.FULLSCREEN=`fullscreen`,e.SECOND_SCREEN=`second_screen`,e.PIP=`pip`,e.INVISIBLE=`invisible`})(fr||={});var pr;(e=>{e.TRAFFIC_SAVING=`traffic_saving`,e.HIGH_QUALITY=`high_quality`,e.UNKNOWN=`unknown`})(pr||={});var mr=c(He(),1),hr=c(Je(),1);import{assertNever as gr,assertNonNullable as _r,isNonNullable as vr,ValueSubject as yr,Subject as br,Subscription as xr,merge as Sr,observableFrom as Cr,fromEvent as wr,map as Tr,tap as Er,filterChanged as Dr,isNullable as Or,ErrorCategory as kr}from"@vkontakte/videoplayer-shared";var Ar=e=>new Promise((t,n)=>{let r=document.createElement(`script`);r.setAttribute(`src`,e),r.onload=()=>t(),r.onerror=e=>n(e),document.body.appendChild(r)});class jr{connection$=new yr(void 0);castState$=new yr(`NOT_AVAILABLE`);errorEvent$=new br;contentId;realCastState$=new yr(`NOT_AVAILABLE`);subscription=new xr;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 n=vr(window.chrome?.cast),r=!!window.__onGCastApiAvailable;n?this.initializeCastApi():(window.__onGCastApiAvailable=e=>{delete window.__onGCastApiAvailable,e&&!this.isDestroyed&&this.initializeCastApi()},r||Ar(`https://www.gstatic.com/cv/js/sender/v1/cast_sender.js?loadCastFramework=1`).catch(()=>this.errorEvent$.next({id:`ChromecastLoading`,category:kr.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(){vr(this.connection$.getValue())?this.disconnect():this.connect()}setVolume(e){let t=this.connection$.getValue();Or(t)||(t.remotePlayer.volumeLevel=e,t.remotePlayerController.setVolumeLevel())}setMuted(e){let t=this.connection$.getValue();Or(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),n=cast.framework.CastContext.getInstance();this.subscription.add(wr(n,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=n.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 gr(e.sessionState)}})).add(Sr(wr(n,cast.framework.CastContextEventType.CAST_STATE_CHANGED).pipe(Er(e=>{this.log({message:`[cast.framework.RemotePlayerEventType.CAST_STATE_CHANGED]: ${JSON.stringify(e)}`})}),Tr(e=>e.castState)),Cr([n.getCastState()])).pipe(Dr(),Tr(Mr),Er(e=>{this.log({message:`realCastState$: ${e}`})})).subscribe(this.realCastState$)).add(this.realCastState$.subscribe(r=>{let i=r===`CONNECTED`,a=vr(this.connection$.getValue());if(i&&!a){let r=n.getCurrentSession();_r(r);let i=r.getCastDevice(),a=r.getMediaSession()?.media?.contentId;(Or(a)||a===this.contentId)&&(this.log({message:`connection created`}),this.connection$.next({remotePlayer:e,remotePlayerController:t,session:r,castDevice:i}))}else !i&&a&&(this.log({message:`connection destroyed`}),this.connection$.next(void 0));this.castState$.next(r===`CONNECTED`?vr(this.connection$.getValue())?`CONNECTED`:`AVAILABLE`:r)}))}initializeCastApi(){let e,t,n;try{e=cast.framework.CastContext.getInstance(),t=chrome.cast.media.DEFAULT_MEDIA_RECEIVER_APP_ID,n=chrome.cast.AutoJoinPolicy.ORIGIN_SCOPED}catch{return}try{e.setOptions({receiverApplicationId:this.params.receiverApplicationId??t,autoJoinPolicy:n}),this.initListeners()}catch(e){this.errorEvent$.next({id:`ChromecastInitializer`,category:kr.EXTERNAL_API,message:`[initializeCastApi] failed`,thrown:e})}}}var Mr=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 gr(e)}};import{assertNonNullable as Nr,combine as Pr,debounce as Fr,ErrorCategory as Ir,filter as Lr,filterChanged as Rr,isNonNullable as zr,isNullable as Br,map as Vr,Subscription as Hr,ValueSubject as Ur}from"@vkontakte/videoplayer-shared";import{assertNever as Wr,assertNonNullable as Gr,ErrorCategory as Kr,getHighestQuality as qr,isNonNullable as Jr}from"@vkontakte/videoplayer-shared";import{assertNever as Yr}from"@vkontakte/videoplayer-shared";var Xr=(e,t=0,n=0)=>{switch(n){case 0:return e.replace(`_offset_p`,t===0?``:`_`+t.toFixed(0));case 1:{if(t===0)return e;let n=new URL(e);return n.searchParams.append(`playback_shift`,t.toFixed(0)),n.toString()}case 2:{let n=new URL(e);return!n.searchParams.get(`offset_p`)&&t===0?e:(n.searchParams.set(`offset_p`,t.toFixed(0)),n.toString())}default:Yr(n)}return e},Zr=(e,t)=>{switch(t){case 0:return NaN;case 1:{let t=new URL(e);return Number(t.searchParams.get(`playback_shift`))}case 2:{let t=new URL(e);return Number(t.searchParams.get(`offset_p`)??0)}default:Yr(t)}},Qr=e=>{let{source:t,format:n,meta:r,output:i}=e,a,o,s;switch(n){case`MPEG`:{let e=t[n];Gr(e);let r=qr(Object.keys(e));Gr(r);let i=e[r];Gr(i),a=i,o=`video/mp4`,s=$r();break}case`HLS`:case`HLS_FMP4`:case`HLS_ONDEMAND`:{let e=t[n];Gr(e),a=e.url,o=`application/x-mpegurl`,s=$r();break}case`DASH_SEP`:case`DASH_ONDEMAND`:case`DASH_WEBM`:case`DASH_WEBM_AV1`:case`DASH_STREAMS`:{let e=t[n];Gr(e),a=e.url,o=`application/dash+xml`,s=$r();break}case`DASH_LIVE_CMAF`:{let e=t[n];Gr(e),a=e.url,o=`application/dash+xml`,s=ei();break}case`HLS_LIVE`:case`HLS_LIVE_CMAF`:{let e=t[n];Gr(e),a=Xr(e.url),o=`application/x-mpegurl`,s=ei();break}case`DASH_LIVE`:case`WEB_RTC_LIVE`:{let e=`Unsupported format for Chromecast`,t=Error(e);throw i.error$.next({id:`ChromecastProvider.createMediaInfo()`,category:Kr.VIDEO_PIPELINE,message:e,thrown:t}),t}case`DASH`:case`DASH_LIVE_WEBM`:throw Error(`${n} is no longer supported`);default:return Wr(n)}let c=ti(r.videoId??a,o);c.contentUrl=a,c.streamType=s,c.metadata=ni();let{title:l,subtitle:u}=r;return Jr(l)&&(c.metadata.title=l),Jr(u)&&(c.metadata.subtitle=u),c};function $r(){return chrome.cast?.media?.StreamType?.BUFFERED??`BUFFERED`}function ei(){return chrome.cast?.media?.StreamType?.LIVE??`LIVE`}function ti(e,t){return chrome.cast?.media?.MediaInfo?new chrome.cast.media.MediaInfo(e,t):{contentId:e,contentType:t,metadata:{title:``,subtitle:``},streamType:$r()}}function ni(){return chrome.cast?.media?.GenericMediaMetadata?new chrome.cast.media.GenericMediaMetadata:{images:[],metadataType:0,releaseDate:``,subtitle:``,title:``,releaseYear:1970,type:0}}var P=(e,t,n=!1)=>{let r=e.getTransition();(n||!r||r.to===t)&&e.setState(t)};class ri{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)}}import{assertNever as ii}from"@vkontakte/videoplayer-shared";import{isBrowserWindow as ai,ValueSubject as oi}from"@vkontakte/videoplayer-shared";var si=c(Je(),1);import{getWindow as ci}from"@vkontakte/videoplayer-shared";class li{_current;_current_version;_chromeVersion;_firefoxVersion;_safariVersion;_operaVersion;_edgeVersion;_yandexVersion;_isMiuiBrowser=!1;get current(){return this._current}get isChrome(){return this.current===`Chrome`}get isChromiumBased(){return si.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,n=/samsungbrowser/i.test(e)?`SamsungBrowser`:void 0,r=/chrome|crios/i.test(e)?`Chrome`:void 0,i=/chromium/i.test(e)?`Chromium`:void 0,a=/firefox|fxios/i.test(e)?`Firefox`:void 0,o=/webkit|safari|khtml/i.test(e)?`Safari`:void 0,s=/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||n||a||s||c||r||i||o||`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}=ci().navigator,n=t.match(e);if(!n)return;let r=n[1],i=parseInt(r,10);if(!isNaN(i))return this._current_version=i,i}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 ui=c(Je(),1);import{getWindow as di,isBrowserWindow as fi}from"@vkontakte/videoplayer-shared";var pi=()=>/Mobile|mini|Fennec|Android|iP(ad|od|hone)/.test(navigator.appVersion??navigator.userAgent)||navigator?.userAgentData?.mobile;class mi{_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 this._highEntropyValues.platform===`iOS`||this.os.name.toLowerCase().includes(`ios`)||ui.default([`iPhone`,`iPad`,`iPod`],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=di();if(!fi(e))return;let{userAgent:t}=e.navigator;try{this._isMobile=pi()}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=di();if(!fi(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,n=/iphone/i.test(e)?`iPhone`:void 0,r=/ipad/i.test(e)?`iPad`:void 0,i=/ipod/i.test(e)?`iPod`:void 0,a=/mac/i.test(e)?`Mac`:void 0,o=/webOS|BlackBerry|IEMobile|Opera Mini/i.test(e)?`RestMobile`:void 0;this._current=t||n||r||i||o||a||`Desktop`}catch(e){console.error(`DeviceChecker: device detection error - `,e)}}detectOS(e){try{for(let[t,n]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 r=e.match(t);if(r){let t=n.length>0,i=n.length>1,a=`Unknown`,o=`Unknown`;if(t){let e=n[0];typeof e==`number`?e<r.length&&r[e]!==void 0&&(a=r[e]):a=e}if(i){let e=n[1];typeof e==`number`?e<r.length&&r[e]!==void 0&&(o=r[e]):e!==void 0&&(o=e)}else r[2]===void 0?r[1]!==void 0&&t&&typeof n[0]==`string`&&(o=r[1]):o=r[2];a=this.normalizeOSName(a),o=this.normalizeOSVersion(o,a),a===`iOS`&&/ipad/i.test(e)?a=`iPadOS`:a===`iPadOS`&&/ip(hone|od)/i.test(e)&&(a=`iOS`),this._os={name:a,version:o||`Unknown`,full:o&&o!==`Unknown`?`${a} ${o}`:a};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(e!==`Unknown`&&(e=e.replace(/_/g,`.`),t===`Windows`)){let t=parseFloat(e);if(!isNaN(t)){if(t>=11)return`11`;if(t>=10)return`10`;if(t===6.3)return`8.1`;if(t===6.2)return`8`;if(t===6.1)return`7`;if(t===6)return`Vista`;if(t===5.1||t===5.2)return`XP`;if(t===5)return`2000`;if(t===4)return`NT 4.0`}}return e}detectDeviceDetails(e){try{for(let[t,n]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 r=e.match(t);if(r){let e=n[0],t=n[1],i=typeof e==`number`?r[e]===void 0?`Unknown`:this.normalizeVendorName(r[e]):this.normalizeVendorName(e),a=`Unknown`;typeof t==`number`?a=r[t]===void 0?`Unknown`:r[t]:t===void 0?r[1]===void 0?r[0]!==void 0&&(a=r[0]):a=r[1]:a=t,a=this.normalizeModelName(a,i),this.details.vendor=i,this.details.model=a;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||e===`Unknown`)return e;if(e===`0`)return`Unknown`;let n=e.replace(/^build\//i,``).replace(/\s+bui$/i,``).replace(/\)$/,``).replace(/[;,)]/g,``).replace(/\s*\(.*?\)\s*/g,``).trim(),r=t.toLowerCase();return r.includes(`samsung`)?n=n.replace(/^(sm-|gt-|sgh-|sch-)/i,``):r.includes(`xiaomi`)?n=n.replace(/^(mi[\s\-_]*|redmi[\s\-_]*)/i,``):r.includes(`oneplus`)?n=n.replace(/^oneplus[\s\-_]*/i,``):r.includes(`google`)&&(n=n.replace(/^(pixel[\s\-_]*|nexus[\s\-_]*)/i,``)),n=n.replace(/_/g,` `).replace(/-/g,` `).replace(/\s+/g,` `).trim(),n?(n.length>0&&/^[a-z]/.test(n)&&(n=n.charAt(0).toUpperCase()+n.slice(1)),n):`Unknown`}detectIOSVersion(){try{let e=di();if(!fi(e))return;if(this._highEntropyValues.platformVersion){let e=this._highEntropyValues.platformVersion.split(`.`).slice(0,2).join(`.`);this._iosVersion=parseFloat(e);return}if(this._os.version!==`Unknown`){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)}}}import{getWindow as hi,isBrowserWindow as gi}from"@vkontakte/videoplayer-shared";class _i{_maxTouchPoints;_height;_width;_isHdr;_pixelRatio;_screenHeight;_screenWidth;_colorDepth;get isTouch(){return typeof this._maxTouchPoints==`number`?this._maxTouchPoints>1:`ontouchstart`in hi()}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=hi();if(!gi(e))return;let{navigator:t,screen:n}=e,{maxTouchPoints:r}=t;try{this._maxTouchPoints=r??0,this._isHdr=!!e.matchMedia(`(dynamic-range: high)`)?.matches,this._colorDepth=n.colorDepth}catch(e){console.error(e)}try{this._pixelRatio=e.devicePixelRatio||1,this._height=n.height,this._width=n.width,this._height=n.height,this._screenHeight=this._height*this._pixelRatio,this._screenWidth=this._width*this._pixelRatio}catch(e){console.error(e)}}}import{getWindow as vi,isBrowserWindow as yi}from"@vkontakte/videoplayer-shared";var bi=()=>window.ManagedMediaSource||window.MediaSource,xi=()=>!!(window.ManagedMediaSource&&window.ManagedSourceBuffer?.prototype?.appendBuffer),Si=()=>!!(window.MediaSource&&window.SourceBuffer?.prototype?.appendBuffer),Ci=()=>window.ManagedMediaSource?new ManagedMediaSource:new MediaSource,wi=vi().document?.createElement(`video`),Ti=`video/mp4; codecs="avc1.42000a,mp4a.40.2"`,Ei=`video/mp4; codecs="hev1.1.6.L93.B0"`,Di=`video/webm; codecs="vp09.00.10.08"`,Oi=`video/webm; codecs="av01.0.00M.08"`,ki=`audio/mp4; codecs="mp4a.40.2"`,Ai=`audio/webm; codecs="opus"`,ji;(async()=>{let e=vi();if(!yi(e))return;let t={type:`media-source`,video:{contentType:`video/webm`,width:1280,height:720,bitrate:1e6,framerate:30}},[n,r]=await Promise.all([e.navigator.mediaCapabilities.decodingInfo({...t,video:{...t.video,contentType:Oi}}),e.navigator.mediaCapabilities.decodingInfo({...t,video:{...t.video,contentType:Di}})]);ji={DASH_WEBM_AV1:n,DASH_WEBM:r}})().catch(e=>{console.log(wi),console.error(e)});class Mi{_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 ji}get supportedCodecs(){return Object.keys(this._codecs).filter(e=>this._codecs[e])}get nativeHlsSupported(){return this._nativeHlsSupported}detect(){let e=vi();if(yi(e)){this._video=e.document.createElement(`video`);try{this._protocols={mms:xi(),mse:Si(),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=!!bi()?.isTypeSupported?.(Ti),n=!!bi()?.isTypeSupported?.(Ei),r=!!bi()?.isTypeSupported?.(ki);this._codecs={h264:t,h265:n,vp9:!!bi()?.isTypeSupported?.(Di),av1:!!bi()?.isTypeSupported?.(Oi),aac:r,opus:!!bi()?.isTypeSupported?.(Ai),mpeg:(t||n)&&r},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}}import{getWindow as Ni,isBrowserWindow as Pi}from"@vkontakte/videoplayer-shared";var Fi=`audio/mpeg`;class Ii{_audio;_containers;_codecs;supportMp3(){return this._codecs.mp3&&this._containers.mpeg}detect(){let e=Ni();if(Pi(e)){this._audio=e.document.createElement(`audio`);try{this._containers={mpeg:!!this._audio.canPlayType?.(Fi)},this._codecs={mp3:!!bi()?.isTypeSupported?.(Fi)}}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 Li{isInited$=new oi(!1);_displayChecker;_deviceChecker;_browserChecker;_videoChecker;_audioChecker;constructor(){this._displayChecker=new _i,this._deviceChecker=new mi(this._displayChecker),this._browserChecker=new li,this._videoChecker=new Mi(this._deviceChecker,this._browserChecker),this._audioChecker=new Ii,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(){ai()&&(this._displayChecker.detect(),this._deviceChecker.detect(),this._browserChecker.detect(),this._videoChecker.detect(),this._audioChecker.detect(),this.isInited$.next(!0))}}var F=new Li,Ri=e=>{let{containers:t,protocols:n,codecs:r,nativeHlsSupported:i}=F.video,a=(r.h264||r.h265)&&r.aac,o=n.mse||n.mms;return e.filter(e=>{switch(e){case`DASH_SEP`:return o&&t.mp4&&a;case`DASH_WEBM`:return o&&t.webm&&r.vp9&&r.opus;case`DASH_WEBM_AV1`:return o&&t.webm&&r.av1&&r.opus;case`DASH_STREAMS`:return o&&(t.mp4&&a||t.webm&&(r.vp9||r.av1)&&(r.opus||r.aac));case`DASH_LIVE`:return o&&t.mp4&&a;case`DASH_LIVE_CMAF`:return o&&t.mp4&&a&&t.cmaf;case`DASH_ONDEMAND`:return o&&t.mp4&&a;case`HLS`:case`HLS_ONDEMAND`:case`HLS_FMP4`:case`HLS_LIVE`:case`HLS_LIVE_CMAF`:return i;case`MPEG`:return t.mp4;case`DASH`:case`DASH_LIVE_WEBM`:return!1;case`WEB_RTC_LIVE`:return n.webrtc&&n.ws&&r.h264&&(t.mp4||t.webm);default:return ii(e)}})},zi=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 ii(e)}},Bi=e=>Ri(Object.keys(e).filter(e=>!zi(e))).length>0;class Vi{subscription=new Hr;log;params;sessionId$=new Ur(null);mediaSessionId$=new Ur(null);contentId$=new Ur(null);progressTicker;isMobile=pi();mobileVolumeState={muted:!1,volume:0};media=null;lastRequestedVolume=null;constructor(e){this.params=e,this.progressTicker=new ri(e),this.log=this.params.dependencies.logger.createComponentLog(`ChromecastPresentationApiProvider`),this.log({message:`constructor, format: ${e.format}`}),this.params.output.isLive$.next(zi(e.format)),this.subscribe()}subscribe(){let e=e=>{this.params.output.error$.next({category:Ir.WTF,id:`ChromecastPresentationApiProvider`,message:e?.message??`Unknown error`,thrown:e})};this.subscription.add(this.params.chromecastConnector.message$.pipe(Lr(e=>!!e)).subscribe(e=>{this.handleMessage(e)},e)),this.subscription.add(this.sessionId$.pipe(Lr(zr),Rr(),Fr(0)).subscribe(()=>{this.loadMedia()},e));let t=this.contentId$.pipe(Rr(),Vr(Boolean));this.subscription.add(Pr({seekState:this.params.desiredState.seekState.stateChangeEnded$,mediaLoaded:t}).pipe(Lr(({mediaLoaded:e})=>e)).subscribe(()=>{let e=this.params.desiredState.seekState.getState();e.state===`requested`&&this.seek(e.position/1e3)},e));let n=Pr({playbackState:this.params.desiredState.playbackState.stateChangeStarted$,mediaLoaded:t});this.subscription.add(n.pipe(Lr(({mediaLoaded:e})=>e),Fr(0)).subscribe(()=>{this.syncPlayback()},e)),this.subscription.add(n.pipe(Lr(({mediaLoaded:e,playbackState:{from:t,to:n}})=>!e&&t===`stopped`&&n===`playing`)).subscribe(()=>{this.loadMedia()},e)),this.subscription.add(Pr({volumeState:this.params.desiredState.volume.stateChangeStarted$.pipe(Fr(30)),mediaLoaded:t}).pipe(Lr(({mediaLoaded:e})=>e)).subscribe(({volumeState:e})=>{let{muted:t,volume:n}=e.to;this.setVolume(n,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 n=e.message?.receiver.volume;this.syncVolumeState(n)}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=Qr(this.params),t=this.media?.currentTime,n=this.params.desiredState.seekState.getState(),r=t??(n.state===`none`?0:n.position/1e3),i=this.params.desiredState.playbackState.getState()===`playing`;this.params.chromecastConnector.sendV2Message({type:`LOAD`,requestId:0,media:e,autoplay:i,currentTime:r,customData:null,activeTrackIds:null}),this.params.output.willSeekEvent$.next()}stop(){this.params.chromecastConnector.stopMedia()}play(){let e=this.mediaSessionId$.getValue();Nr(e,`play on null mediaSessionId`),this.params.chromecastConnector.sendV2Message({type:`PLAY`,mediaSessionId:e,customData:null})}pause(){let e=this.mediaSessionId$.getValue();Nr(e,`pause on null mediaSessionId`),this.params.chromecastConnector.sendV2Message({type:`PAUSE`,mediaSessionId:e,customData:null})}seek(e){let t=this.mediaSessionId$.getValue();Nr(t,`seek on null mediaSessionId`),this.params.chromecastConnector.sendV2Message({type:`SEEK`,currentTime:e,mediaSessionId:t}),this.params.output.willSeekEvent$.next()}setVolume(e,t){let n=e,r=`[setVolume] volume: ${e}, muted: ${t}`;this.isMobile&&(n=this.mobileVolumeState.volume,r+=`, mobile next volume: ${n}`),this.log({message:r}),this.lastRequestedVolume={volume:n,muted:t},this.params.chromecastConnector.sendV2Message({type:`SET_VOLUME`,requestId:0,volume:{level:t?0:n,muted:t?!0:null}})}syncPlaybackState({playerState:e,idleReason:t}){let n=this.params.output.isBuffering$.getValue(),r=e===`BUFFERING`;switch(n!==r&&this.params.output.isBuffering$.next(r),e){case`PAUSED`:P(this.params.desiredState.playbackState,`paused`);break;case`PLAYING`:P(this.params.desiredState.playbackState,`playing`);break;case`IDLE`:t===`FINISHED`?(this.params.output.endedEvent$.next(),P(this.params.desiredState.playbackState,`stopped`),this.contentId$.next(null)):P(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}}syncMediaState=e=>{if(Br(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 n=e.media?.duration;zr(n)&&this.params.output.duration$.next(Math.max(0,n));let r=e.currentTime;if(zr(r)){this.params.desiredState.seekState.getState().state===`applying`&&this.params.output.seekedEvent$.next(),this.params.output.position$.next(r);let t=this.params.output.isLive$.getValue();e.playerState===`PLAYING`&&!t?this.progressTicker.start(r):this.progressTicker.pause()}};syncVolumeState(e){if(Br(e))return;let{level:t,muted:n}=e,r={muted:n??!1,volume:t??0};this.lastRequestedVolume&&=(n&&(r.volume=this.lastRequestedVolume.volume),this.lastRequestedVolume.muted&&!t&&!n&&(r.volume=this.lastRequestedVolume.volume,r.muted=!0),null);let i=`[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,i+=`, volume passed to state machine: ${r.volume}`),this.log({message:i}),this.params.output.volume$.next(r)}destroy(){this.progressTicker.destroy(),this.subscription.unsubscribe()}}import{assertNonNullable as Hi,ErrorCategory as Ui,filter as Wi,Subject as Gi,Subscription as Ki,tap as qi,ValueSubject as Ji,fromEvent as Yi}from"@vkontakte/videoplayer-shared";var Xi=e=>({castDevice:{friendlyName:e},remotePlayer:{},remotePlayerController:{},session:{}}),Zi=()=>String(Date.now())+String(Math.floor(Math.random()*1e5));class Qi{params;clientId;capabilities=[`WEB`];presentationRequest$=new Ji(null);log;sessionId$=new Ji(null);broadcastChannel=new BroadcastChannel(`vk_player_chromecast_events`);subscription=new Ki;subscriptionEvents=new Ki;isDestroyed=!1;sequenceNumber=0;presentationAvailable$=new Ji(!1);presentationConnection$=new Ji(null);message$=new Ji(null);friendlyName$=new Ji(null);errorEvent$=new Gi;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=this.createCastUrl(),n=new PresentationRequest(t);this.presentationRequest$.next(n),this.log({message:`PresentationRequest created`}),n.getAvailability().then(e=>{let t=()=>{this.log({message:`PresentationRequest presentation availability: ${e.value}`}),this.presentationAvailable$.next(e.value)};this.subscriptionEvents.add(Yi(e,`change`).subscribe(()=>{t()})),t()}).catch(()=>{this.presentationAvailable$.next(!0)}),window.navigator.presentation.defaultRequest=n,e&&n.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();Hi(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:Ui.WTF,id:`ChromecastPresentationApiConnector`,message:e?.message??`connect error`,thrown:e});break}}}subscribe(){this.subscription.add(Yi(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(qi(e=>{this.log({message:`presentationConnection$: ${!!e}`})}),Wi(e=>!!e)).subscribe(e=>{let t=Yi(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))}),n=Yi(e,`connect`).subscribe(()=>{this.send(`client_connect`)}),r=Yi(e,`close`).subscribe(e=>{switch(e.reason){case`error`:this.errorEvent$.next({category:Ui.WTF,id:`ChromecastPresentationApiConnector`,message:`Session error`,thrown:e});break;case`closed`:break}});this.subscriptionEvents.add(t),this.subscriptionEvents.add(n),this.subscriptionEvents.add(r)}))}send(e){switch(e){case`client_connect`:{let e={type:`client_connect`,message:this.clientId,sequenceNumber:-1,timeoutMillis:0,clientId:this.clientId};this.safeSend(JSON.stringify(e));break}}}sendV2Message(e){let t=this.sessionId$.getValue();if(t){let n={type:`v2_message`,sequenceNumber:this.getSequenceNumber(),timeoutMillis:0,clientId:this.clientId,message:{...e,sessionId:t}};this.safeSend(JSON.stringify(n))}}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:Ui.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)%(2**53-1),e}resetSequenceNumber(){this.sequenceNumber=0}getClientId(){let e=`__vk_player_chromecast_id`;return window[e]=window[e]||Zi()}resetSubscriptionEvents(){this.subscriptionEvents.unsubscribe(),this.subscriptionEvents=new Ki}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 $i,Subject as ea,map as ta,Subscription as na,combine as ra,filterChanged as ia,assertNonNullable as aa}from"@vkontakte/videoplayer-shared";class oa{subscription=new na;log;contentId;connection$=new $i(void 0);castState$=new $i(`NOT_AVAILABLE`);errorEvent$=new ea;chromecastConnector;static isSupported(){return`chrome`in window&&`presentation`in navigator&&`BroadcastChannel`in window}constructor(e){let t=oa.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 Qi({appId:e.receiverApplicationId,logger:e.dependencies.logger}),this.subscribe())}subscribe(){aa(this.chromecastConnector,`subscribe with null chromecastConnector`),this.subscription.add(this.chromecastConnector.errorEvent$.subscribe(this.errorEvent$));let e=ra({connection:this.chromecastConnector.presentationConnection$,available:this.chromecastConnector.presentationAvailable$,friendlyName:this.chromecastConnector.friendlyName$.pipe(ia())});this.subscription.add(e.pipe(ta(({connection:e,friendlyName:t})=>!!(e&&t)),ia()).subscribe(e=>{let t=this.chromecastConnector?.friendlyName$.getValue()??``;this.connection$.next(e?Xi(t):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 sa=c(Je(),1),ca=(e,...t)=>typeof e==`string`?e.includes(...t):sa.default(e,...t),la=c(Qe(),1),ua=c(jt(),1),da=c(hn(),1);import{isNonNullable as fa,Subject as pa,merge as ma}from"@vkontakte/videoplayer-shared";class I{state;prevState;transition;transitionStarted$=new pa;transitionEnded$=new pa;transitionUpdated$=new pa;forceChanged$=new pa;stateChangeStarted$=ma(this.transitionStarted$,this.transitionUpdated$);stateChangeEnded$=ma(this.transitionEnded$,this.forceChanged$);constructor(e){this.state=e,this.prevState=void 0}setState(e){let t=this.transition,n=this.state;this.transition=void 0,this.prevState=n,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:n,to:e,canceledTransition:t})}startTransitionTo(e){let t=this.transition,n=this.state;n===e||fa(t)&&t.to===e||(this.prevState=n,this.state=e,t?(this.transition={from:t.from,to:e,canceledTransition:t},this.transitionUpdated$.next(this.transition)):(this.transition={from:n,to:e},this.transitionStarted$.next(this.transition)))}getTransition(){return this.transition}getState(){return this.state}getPrevState(){return this.prevState}}import{assertNever as ha,debounce as ga,ErrorCategory as _a,fromEvent as va,map as ya,merge as ba,observableFrom as xa,Subject as Sa,Subscription as Ca,timeout as wa}from"@vkontakte/videoplayer-shared";var Ta=5,Ea=5,Da=500,Oa=7e3;class ka{subscription=new Ca;loadMediaTimeoutSubscription=new Ca;videoState=new I(`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(zi(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 Ca;this.subscription.add(e),this.subscription.add(ba(this.videoState.stateChangeStarted$.pipe(ya(e=>`stateChangeStarted$ ${JSON.stringify(e)}`)),this.videoState.stateChangeEnded$.pipe(ya(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 Sa;e.add(t.pipe(ga(Da)).subscribe(()=>{this.params.output.seekedEvent$.next()}));let n=NaN;e.add(va(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.CURRENT_TIME_CHANGED).subscribe(e=>{this.logRemoteEvent(e);let r=e.value;this.params.output.position$.next(r),(this.params.desiredState.seekState.getState().state===`applying`||Math.abs(r-n)>Ta)&&t.next(r),n=r})),e.add(va(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.DURATION_CHANGED).subscribe(e=>{this.logRemoteEvent(e),this.params.output.duration$.next(e.value)}))}t(va(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.IS_MEDIA_LOADED_CHANGED),t=>{this.logRemoteEvent(t),t.value?this.handleRemoteReady():(this.handleRemoteStop(),e.unsubscribe())}),t(va(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.IS_PAUSED_CHANGED),e=>{this.logRemoteEvent(e),e.value?this.handleRemotePause():this.handleRemotePlay()}),t(va(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.PLAYER_STATE_CHANGED),e=>{this.logRemoteEvent(e);let{remotePlayer:t}=this.params.connection,n=e.value,r=this.params.output.isBuffering$.getValue(),i=n===chrome.cast.media.PlayerState.BUFFERING;switch(r!==i&&this.params.output.isBuffering$.next(i),n){case chrome.cast.media.PlayerState.IDLE:!this.params.output.isLive$.getValue()&&t.duration-t.currentTime<Ea&&this.params.output.endedEvent$.next(),this.handleRemoteStop(),P(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:ha(n)}}),t(va(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.VOLUME_LEVEL_CHANGED),e=>{this.logRemoteEvent(e),this.handleRemoteVolumeChange({volume:e.value})}),t(va(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.IS_MUTED_CHANGED),e=>{this.logRemoteEvent(e),this.handleRemoteVolumeChange({muted:e.value})}),t(ba(this.params.desiredState.playbackState.stateChangeStarted$,this.params.desiredState.seekState.stateChangeEnded$,this.videoState.stateChangeEnded$,xa([`init`])).pipe(ga(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`),P(this.params.desiredState.playbackState,`paused`)):(this.videoState.setState(`playing`),P(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=Qr(this.params),n=this.createLoadRequest(t);this.loadMedia(n)}handleRemotePause(){let e=this.videoState.getState();(this.videoState.getTransition()?.to===`paused`||e===`playing`)&&(this.videoState.setState(`paused`),P(this.params.desiredState.playbackState,`paused`))}handleRemotePlay(){let e=this.videoState.getState();(this.videoState.getTransition()?.to===`playing`||e===`paused`)&&(this.videoState.setState(`playing`),P(this.params.desiredState.playbackState,`playing`))}handleRemoteReady(){this.videoState.getTransition()?.to===`ready`&&this.videoState.setState(`ready`),this.params.desiredState.playbackState.getTransition()?.to===`ready`&&P(this.params.desiredState.playbackState,`ready`)}handleRemoteStop(){this.videoState.getState()!==`stopped`&&this.videoState.setState(`stopped`)}handleRemoteVolumeChange(e){let t=this.params.output.volume$.getValue(),n={volume:e.volume??t.volume,muted:e.muted??t.muted};(n.volume!==t.volume||n.muted!==n.muted)&&this.params.output.volume$.next(n)}seek(e){this.params.output.willSeekEvent$.next();let{remotePlayer:t,remotePlayerController:n}=this.params.connection;t.currentTime=e,n.seek()}stop(){let{remotePlayerController:e}=this.params.connection;e.stop()}createLoadRequest(e){let t=new chrome.cast.media.LoadRequest(e);t.autoplay=!1;let n=this.params.desiredState.seekState.getState();return n.state===`applying`||n.state===`requested`?t.currentTime=this.params.output.isLive$.getValue()?0:n.position/1e3:t.currentTime=0,t}loadMedia(e){let t=this.params.connection.session.loadMedia(e),n=new Promise((e,t)=>{this.loadMediaTimeoutSubscription.add(wa(Oa).subscribe(()=>t(`timeout(${Oa})`)))});da.default(Promise.race([t,n]).then(()=>{this.log({message:`[loadMedia] completed, format: ${this.params.format}`}),this.params.desiredState.seekState.getState().state===`applying`&&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:_a.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(),n=this.params.desiredState.playbackState.getState(),r=this.params.desiredState.playbackState.getTransition(),i=this.params.desiredState.seekState.getState();if(this.log({message:`[syncPlayback] videoState: ${e}; videoTransition: ${JSON.stringify(t)}; desiredPlaybackState: ${n}; desiredPlaybackStateTransition: ${this.params.desiredState.playbackState.getTransition()}; seekState: ${JSON.stringify(i)};`}),n===`stopped`){e!==`stopped`&&(this.videoState.startTransitionTo(`stopped`),this.stop());return}if(!t){if(r?.to!==`paused`&&i.state===`requested`&&e!==`stopped`){this.seek(i.position/1e3);return}switch(n){case`ready`:switch(e){case`playing`:case`paused`:case`ready`:break;case`stopped`:this.videoState.startTransitionTo(`ready`),this.prepare();break;default:ha(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:ha(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:ha(e)}break;default:ha(n)}}}}var Aa=c(Je(),1);import{clearVideoElement as ja,getWindow as Ma}from"@vkontakte/videoplayer-shared";import{clearVideoElement as Na}from"@vkontakte/videoplayer-shared";var Pa=e=>{try{e.pause(),e.playbackRate=0,Na(e),e.remove()}catch(e){console.error(e)}};import{fromEvent as Fa,Subscription as Ia}from"@vkontakte/videoplayer-shared";class La{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)}}var Ra=Ma(),za=Ra.WeakMap?new Ra.WeakMap:new La,Ba=Ra.WeakMap?new Ra.WeakMap:new Map,Va=(e,t=20)=>{let n=0;return Fa(e,`ratechange`).subscribe(r=>{n++,n>=t&&(e.currentTime=e.currentTime,n=0)})},Ha=(e,{audioVideoSyncRate:t,disableYandexPiP:n})=>{let r=e.querySelector(`video`),i=!!r;r?ja(r):(r=document.createElement(`video`),e.appendChild(r)),za.set(r,i);let a=new Ia;return a.add(Va(r,t)),Ba.set(r,a),r.setAttribute(`crossorigin`,`anonymous`),r.setAttribute(`playsinline`,`playsinline`),n&&r.setAttribute(`x-yandex-pip`,`false`),r.controls=!1,r.setAttribute(`poster`,`data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=`),r},Ua=e=>{Ba.get(e)?.unsubscribe(),Ba.delete(e);let t=za.get(e);za.delete(e),t?ja(e):Pa(e)},Wa=c(He(),1);import{assertNonNullable as Ga,isNonNullable as Ka,isNullable as qa,fromEvent as Ja,merge as Ya,observableFrom as Xa,filterChanged as Za,map as Qa,Subject as $a,Subscription as eo,ValueSubject as to,ErrorCategory as no}from"@vkontakte/videoplayer-shared";import{isNonNullable as ro,isNullable as io,Subscription as ao}from"@vkontakte/videoplayer-shared";var oo=(e,t,n,{equal:r=(e,t)=>e===t,changed$:i,onError:a}={})=>{let o=e.getState(),s=t(),c=io(i),l=new ao;return i&&l.add(i.subscribe(t=>{r(t,e.getState())&&e.setState(t)},a)),r(s,o)||(n(o),c&&e.setState(o)),l.add(e.stateChangeStarted$.subscribe(t=>{n(t.to),c&&e.setState(t.to)},a)),l},so=(e,t,n)=>oo(t,()=>e.loop,t=>{ro(t)&&(e.loop=t)},{onError:n}),co=(e,t,n,r)=>oo(t,()=>({muted:e.muted,volume:e.volume}),t=>{ro(t)&&(e.muted=t.muted,e.volume=t.volume)},{equal:(e,t)=>e===t||e?.muted===t?.muted&&e?.volume===t?.volume,changed$:n,onError:r}),lo=(e,t,n,r)=>oo(t,()=>e.playbackRate,t=>{ro(t)&&(e.playbackRate=t)},{changed$:n,onError:r}),uo=oo,fo=e=>[`__`,e.language,e.label].join(`|`),po=(e,t)=>{if(e.id===t)return!0;let[n,r,i]=t.split(`|`);return e.language===r&&e.label===i};class mo{available$=new $a;current$=new to(void 0);error$=new $a;video;cueSettings;subscription=new eo;externalTracks=new Map;internalTracks=new Map;baseURL;constructor(e){this.baseURL=e}connect(e,t,n){this.video=e,this.cueSettings=t.textTrackCuesSettings,this.subscribe();let r=e=>{this.error$.next({id:`TextTracksManager`,category:no.WTF,message:`Generic HtmlVideoTextTrackManager error`,thrown:e})};this.subscription.add(this.available$.subscribe(n.availableTextTracks$)),this.subscription.add(this.current$.subscribe(n.currentTextTrack$)),this.subscription.add(this.error$.subscribe(n.error$)),this.subscription.add(uo(t.internalTextTracks,()=>Wa.default(this.internalTracks),e=>{Ka(e)&&this.setInternal(e)},{equal:(e,t)=>Ka(e)&&Ka(t)&&e.length===t.length&&e.every(({id:e},n)=>e===t[n].id),changed$:this.available$.pipe(Qa(e=>e.filter(({type:e})=>e===`internal`))),onError:r})),this.subscription.add(uo(t.externalTextTracks,()=>Wa.default(this.externalTracks),e=>{Ka(e)&&this.setExternal(e)},{equal:(e,t)=>Ka(e)&&Ka(t)&&e.length===t.length&&e.every(({id:e},n)=>e===t[n].id),changed$:this.available$.pipe(Qa(e=>e.filter(({type:e})=>e===`external`))),onError:r})),this.subscription.add(uo(t.currentTextTrack,()=>{if(this.video)return;let e=this.htmlTextTracksAsArray().find(({mode:e})=>e===`showing`);return e&&this.htmlTextTrackToITextTrack(e).id},e=>this.select(e),{changed$:this.current$,onError:r})),this.subscription.add(uo(t.textTrackCuesSettings,()=>({}),()=>{if(this.video)for(let e of this.htmlTextTracksAsArray())this.applyCueSettings(e.cues),this.applyCueSettings(e.activeCues)}))}subscribe(){Ga(this.video);let{textTracks:e}=this.video;this.subscription.add(Ja(e,`addtrack`).subscribe(()=>{let e=this.current$.getValue();e&&this.select(e)})),this.subscription.add(Ya(Ja(e,`addtrack`),Ja(e,`removetrack`),Xa([`init`])).pipe(Qa(()=>this.htmlTextTracksAsArray().map(e=>this.htmlTextTrackToITextTrack(e))),Za((e,t)=>e.length===t.length&&e.every(({id:e},n)=>e===t[n].id))).subscribe(this.available$)),this.subscription.add(Ya(Ja(e,`change`),Xa([`init`])).pipe(Qa(()=>this.htmlTextTracksAsArray().find(({mode:e})=>e===`showing`)),Qa(e=>e&&this.htmlTextTrackToITextTrack(e).id),Za()).subscribe(this.current$));let t=e=>this.applyCueSettings(e.target?.activeCues??null);this.subscription.add(Ja(e,`addtrack`).subscribe(e=>{e.track?.addEventListener(`cuechange`,t);let n=e=>{let t=e.target?.cues??null;t&&t.length&&(this.applyCueSettings(e.target?.cues??null),e.target?.removeEventListener(`cuechange`,n))};e.track?.addEventListener(`cuechange`,n)})),this.subscription.add(Ja(e,`removetrack`).subscribe(e=>{e.track?.removeEventListener(`cuechange`,t)}))}applyCueSettings(e){if(!e||!e.length)return;let t=this.cueSettings.getState();for(let n of Array.from(e)){let e=n;Ka(t.align)&&(e.align=t.align),Ka(t.position)&&(e.position=t.position),Ka(t.size)&&(e.size=t.size),Ka(t.line)&&(e.line=t.line)}}htmlTextTracksAsArray(e=!1){Ga(this.video);let t=[...this.video.textTracks];return e?t:t.filter(mo.isHealthyTrack)}htmlTextTrackToITextTrack(e){let{language:t,label:n}=e,r=e.id?e.id:fo(e),i=this.externalTracks.has(r),a=(i?this.externalTracks.get(r)?.isAuto:this.internalTracks.get(r)?.isAuto)??r.includes(`auto`);return i?{id:r,type:`external`,isAuto:a,language:t,label:n,url:this.externalTracks.get(r)?.url}:{id:r,type:`internal`,isAuto:a,language:t,label:n,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(([,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:n,isAuto:r})=>!this.internalTracks.has(e)&&!t.some(([,e])=>e.language===n&&e.isAuto===r)).forEach(e=>this.attach(e)),Array.from(this.internalTracks).filter(([t])=>!e.find(e=>e.id===t)).forEach(([,e])=>this.detach(e))}select(e){Ga(this.video);for(let e of this.htmlTextTracksAsArray(!0))e.mode=`showing`;for(let t of this.htmlTextTracksAsArray(!0))(qa(e)||!po(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){Ga(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){Ga(this.video);let t=Array.prototype.find.call(this.video.getElementsByTagName(`track`),t=>t.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)}}var ho=mo;class go{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(){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 _o=e=>{let t=e;for(;!(t instanceof Document)&&!(t instanceof ShadowRoot)&&t!==null;)t=t?.parentNode;return t??void 0},vo=e=>{let t=_o(e);return!!(t&&t.fullscreenElement&&t.fullscreenElement===e)},yo=e=>{let t=_o(e);return!!(t&&t.pictureInPictureElement&&t.pictureInPictureElement===e)};import{fromEvent as bo,map as xo,merge as So,filterChanged as Co,isNonNullable as wo,Subject as To,filter as Eo,mapTo as Do,combine as Oo,once as ko,shareReplay as Ao,throttle as jo,ErrorCategory as Mo,ValueSubject as No,Subscription as Po}from"@vkontakte/videoplayer-shared";var Fo=3,Io=(e,t,n=Fo)=>{let r=0,i=0;for(let a=0;a<e.length;a++){let o=e.start(a),s=e.end(a);if(o<=t&&t<=s){if(r=o,i=s,!n)return{from:r,to:i};for(let t=a-1;t>=0;t--)e.end(t)+n>=r&&(r=e.start(t));for(let t=a+1;t<e.length;t++)e.start(t)-n<=i&&(i=e.end(t))}}return{from:r,to:i}},Lo=e=>{let t=t=>bo(e,t).pipe(Do(void 0),Ao(1)),n=new Po,r=()=>n.unsubscribe(),i=So(bo(e,`progress`),bo(e,`timeupdate`)).pipe(xo(()=>Io(e.buffered,e.currentTime)),Ao(1)),a=F.browser.isSafari?Oo({play:t(`play`).pipe(ko()),playing:t(`playing`)}).pipe(Do(void 0),Ao(1)):t(`playing`),o=bo(e,`volumechange`).pipe(xo(()=>({muted:e.muted,volume:e.volume})),Ao(1)),s=bo(e,`ratechange`).pipe(xo(()=>e.playbackRate),Ao(1)),c=bo(e,`error`).pipe(Eo(()=>!!(e.error||e.played.length)),xo(()=>{let t=e.error;return{id:t?`MediaError#${t.code}`:`HtmlVideoError`,category:Mo.VIDEO_PIPELINE,message:t?t.message:`Error event from HTML video element`,thrown:e.error??void 0}}),Ao(1)),l=bo(e,`timeupdate`).pipe(xo(()=>e.currentTime),Ao(1)),u=[`waiting`,`seeking`,`seeked`,`timeupdate`],d=new To,f=.3,p;n.add(So(...u.map(t=>bo(e,t))).subscribe(t=>{let n=e.currentTime;e.loop&&wo(p)&&wo(n)&&p>=e.duration-f&&n<=f&&d.next(p),p=n}));let m=t(`pause`).pipe(Eo(()=>!e.error&&p!==e.duration),Ao(1)),h=bo(e,`enterpictureinpicture`).pipe(Ao(1)),g=bo(e,`leavepictureinpicture`).pipe(Ao(1)),_=new No(yo(e));n.add(h.subscribe(()=>_.next(!0))),n.add(g.subscribe(()=>_.next(!1)));let v=new No(vo(e)),y=bo(e,`fullscreenchange`).pipe(Ao(1));n.add(y.pipe(xo(()=>vo(e))).subscribe(v));let b=bo(e,`timeupdate`).pipe(xo(t=>e.duration-e.currentTime<.1),Co(),Ao(1)),x=So(b.pipe(Eo(t=>!e.loop&&t)),bo(e,`ended`)).pipe(jo(1e3),Do(void 0),Ao(1)),S=So(...[`waiting`,`pause`,`canplay`,`play`,`canplaythrough`,`playing`,`seeking`,`seeked`,`ended`].map(t=>bo(e,t)),b.pipe(xo(e=>({type:e?`ended`:`unknown`})))).pipe(xo(t=>F.browser.isFirefox&&t.type===`ended`?e.readyState<2:e.readyState<3),Co(),Ao(1));return{playing$:a,pause$:m,canplay$:t(`canplay`),ended$:x,looped$:d,error$:c,seeked$:t(`seeked`),seeking$:t(`seeking`),progress$:t(`progress`),loadStart$:t(`loadstart`),loadedMetadata$:t(`loadedmetadata`),loadedData$:t(`loadeddata`),timeUpdate$:l,durationChange$:bo(e,`durationchange`).pipe(xo(()=>e.duration),Ao(1)),isBuffering$:S,currentBuffer$:i,volumeState$:o,playbackRateState$:s,inPiP$:_,inFullscreen$:v,enterPip$:h,leavePip$:g,destroy:r}};import{VideoQuality as Ro}from"@vkontakte/videoplayer-shared";var zo=e=>{switch(e){case`mobile`:return Ro.Q_144P;case`lowest`:return Ro.Q_240P;case`low`:return Ro.Q_360P;case`sd`:case`medium`:return Ro.Q_480P;case`hd`:case`high`:return Ro.Q_720P;case`fullhd`:case`full`:return Ro.Q_1080P;case`quadhd`:case`quad`:return Ro.Q_1440P;case`ultrahd`:case`ultra`:return Ro.Q_2160P}},Bo=c(yn(),1),Vo=c(Je(),1),Ho=c(Qe(),1);import{isNonNullable as L,isNullable as Uo,now as Wo,isHigher as Go,isHigherOrEqual as Ko,isInvariantQuality as qo,isLowerOrEqual as Jo,videoSizeToQuality as Yo,assertNotEmptyArray as Xo,assertNonNullable as Zo}from"@vkontakte/videoplayer-shared";var Qo=!1,$o={},es=e=>{Qo=e},ts=()=>{$o={}},ns=e=>{e($o)},rs=(e,t)=>{Qo&&($o.meta=$o.meta??{},$o.meta[e]=t)};class is{name;constructor(e){this.name=e}next(e){if(!Qo)return;$o.series=$o.series??{};let t=$o.series[this.name]??[];t.push([Date.now(),e]),$o.series[this.name]=t}}import{isHigher as as,isLower as os,isNonNullable as ss,isNullable as cs,videoHeightToQuality as ls}from"@vkontakte/videoplayer-shared";function us(e,t,n){return!e.max&&e.min===t?`high_quality`:!e.min&&e.max===n?`traffic_saving`:`unknown`}function ds(e,t,n){return cs(e)||ss(e.min)&&ss(e.max)&&os(e.max,e.min)||ss(e.min)&&ss(t)&&as(e.min,t)||ss(e.max)&&ss(n)&&os(e.max,n)}function fs({limits:e,highestAvailableHeight:t,lowestAvailableHeight:n}){return ds({max:e?.max?ls(e.max):void 0,min:e?.min?ls(e.min):void 0},t?ls(t):void 0,n?ls(n):void 0)}var ps=new is(`best_bitrate`),ms=(e,t,n)=>(t-n)*2**(-10*e)+n,hs=e=>(t,n)=>e*(Number(t.bitrate)-Number(n.bitrate));class gs{last;history={};recordSelection(e){this.history[e.id]=Wo()}recordSwitch(e){this.last=e}clear(){this.last=void 0,this.history={}}}var _s=`Assertion "ABR Tracks is empty array" failed`,vs=new WeakMap,ys=new WeakMap,bs=new WeakMap,xs=(e,t,n,r)=>{let i=[...t].sort(hs(1)),a=[...n].sort(hs(1)),o=a.filter(t=>L(t.bitrate)&&L(e.bitrate)?e.bitrate/t.bitrate>r:!0),s=Bo.default(a,Math.round(a.length*i.indexOf(e)/(i.length+1)))??Bo.default(a,-1);return s&&Vo.default(o,s)?s:o.length?Bo.default(o,-1):Bo.default(a,0)},Ss=(e,t,n,r)=>{let i=vs.get(t);i||(i=[...t].sort(hs(1)),vs.set(t,i));let a=vs.get(n);a||(a=[...n].sort(hs(1)),vs.set(n,a));let o=bs.get(e);o||(o=a.filter(t=>L(t.bitrate)&&L(e.bitrate)?e.bitrate/t.bitrate>r:!0),bs.set(e,o));let s=Bo.default(a,Math.round(a.length*i.indexOf(e)/(i.length+1)))??Bo.default(a,-1);return s&&Vo.default(o,s)?s:o.length?Bo.default(o,-1):Bo.default(a,0)},Cs=e=>`quality`in e,ws=(e,t,n,r)=>{let i=L(r?.last?.bitrate)&&L(n?.bitrate)&&r.last.bitrate<n.bitrate?e.trackCooldownIncreaseQuality:e.trackCooldownDecreaseQuality,a=n&&r&&r.history[n.id]&&Wo()-r.history[n.id]<=i&&(!r.last||n.id!==r.last.id);if(n?.id&&r&&!a&&r.recordSelection(n),a&&r?.last){let e=r.last;return r?.recordSwitch(e),t({message:`
|
|
8
|
+
[last ${Cs(e)?`video`:`audio`} selected] ${Cs(e)?e.quality:e.bitrate}
|
|
9
|
+
`}),e}return r?.recordSwitch(n),n},Ts=(e,t)=>Math.log(t)/Math.log(e),Es=({tuning:e,container:t,limits:n,panelSize:r})=>{let i=e.containerSizeFactor;if(r)return{containerSizeLimit:r,containerSizeFactor:i};if(e.usePixelRatio&&F.display.pixelRatio){let t=F.display.pixelRatio;if(e.pixelRatioMultiplier)i*=e.pixelRatioMultiplier*(t-1)+1;else{let n=e.pixelRatioLogBase,[r=0,a=0,o=0]=e.pixelRatioLogCoefficients,s=Ts(n,r*t+a)+o;Number.isFinite(s)&&(i*=s)}}return L(n?.min)&&Ko(n.min,e.highQualityLimit)&&(i*=2),{containerSizeLimit:e.limitByContainer&&t&&t.width>0&&t.height>0?{width:t.width*i,height:t.height*i}:void 0,containerSizeFactor:i}},Ds=new WeakMap,Os=(e,{container:t,estimatedThroughput:n,tuning:r,limits:i,reserve:a=0,forwardBufferHealth:o,playbackRate:s,current:c,history:l,visible:u,droppedVideoMaxQualityLimit:d,stallsVideoMaxQualityLimit:f,stallsPredictedThroughput:p,abrLogger:m,panelSize:h})=>{Xo(e,_s);let{containerSizeFactor:g,containerSizeLimit:_}=Es({container:t,tuning:r,limits:i,panelSize:h}),v=r.considerPlaybackRate&&L(s)?s:1,y=Ds.get(e);y||(y=e.filter(e=>!qo(e.quality)).sort((e,t)=>Go(e.quality,t.quality)?-1:1),Ds.set(e,y));let b=Bo.default(y,-1)?.quality,x=Bo.default(y,0)?.quality,S=ds(i,x,b),C=v*ms(o??.5,r.bitrateFactorAtEmptyBuffer,r.bitrateFactorAtFullBuffer),w={},T=null;for(let e of y){let t=!0;if(_)if(e.size)t=e.size.width<=_.width&&e.size.height<=_.height;else{let n=_&&Yo(_);t=n?Jo(e.quality,n):!0}if(!t){w[e.quality]=`FitsContainer`;continue}let s=p||n,l=L(s)&&isFinite(s)&&L(e.bitrate)?s-a>=e.bitrate*C:!0,m=i?.min===e.quality;if(!l&&!m){w[e.quality]=`FitsThroughput`;continue}if(r.lazyQualitySwitch&&L(r.minBufferToSwitchUp)&&c&&!qo(c.quality)&&(o??0)<r.minBufferToSwitchUp&&Go(e.quality,c.quality)){w[e.quality]=`Buffer`;continue}if(d&&Ko(e.quality,d)&&!m){w[e.quality]=`DroppedFramesLimit`;continue}if(f&&Ko(e.quality,f)&&!m){w[e.quality]=`StallsLimit`;continue}let h=S||(Uo(i?.max)||Jo(e.quality,i.max))&&(Uo(i?.min)||Ko(e.quality,i.min)),g=L(u)&&!u?Jo(e.quality,r.backgroundVideoQualityLimit):!0;if(!h||!g){w[e.quality]=`FitsQualityLimits`;continue}T||=e}T&&T.bitrate&&ps.next(T.bitrate);let E=T??Bo.default(y,-1)??e[0],D=l?.last,O=ws(r,m,E,l);return L(l)&&O.quality!==D?.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
|
+
${Ho.default(r??{}).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: ${
|
|
25
|
-
playbackRate: ${
|
|
26
|
-
playbackRateFactor: ${
|
|
27
|
-
forwardBufferHealth: ${
|
|
28
|
-
bitrateFactor: ${
|
|
29
|
-
minBufferToSwitchUp: ${
|
|
30
|
-
droppedVideoMaxQualityLimit: ${
|
|
31
|
-
stallsVideoMaxQualityLimit: ${
|
|
32
|
-
limitsAreInvalid: ${
|
|
33
|
-
maxQualityLimit: ${
|
|
34
|
-
minQualityLimit: ${
|
|
21
|
+
containerSizeLimit: ${_?.width??0} x ${_?.height??0},
|
|
22
|
+
estimatedThroughput: ${n},
|
|
23
|
+
stallsPredictedThroughput: ${p},
|
|
24
|
+
reserve: ${a},
|
|
25
|
+
playbackRate: ${s},
|
|
26
|
+
playbackRateFactor: ${v},
|
|
27
|
+
forwardBufferHealth: ${o},
|
|
28
|
+
bitrateFactor: ${C},
|
|
29
|
+
minBufferToSwitchUp: ${r.minBufferToSwitchUp},
|
|
30
|
+
droppedVideoMaxQualityLimit: ${d},
|
|
31
|
+
stallsVideoMaxQualityLimit: ${f},
|
|
32
|
+
limitsAreInvalid: ${S},
|
|
33
|
+
maxQualityLimit: ${i?.max},
|
|
34
|
+
minQualityLimit: ${i?.min},
|
|
35
35
|
|
|
36
36
|
[limited video tracks]
|
|
37
|
-
${
|
|
38
|
-
`)
|
|
37
|
+
${Ho.default(w).map(([e,t])=>`${e}: ${t}`).join(`
|
|
38
|
+
`)||`All tracks are available`}
|
|
39
39
|
|
|
40
|
-
[best video track] ${
|
|
41
|
-
[selected video track] ${
|
|
42
|
-
`}),
|
|
40
|
+
[best video track] ${T?.quality}
|
|
41
|
+
[selected video track] ${O?.quality}
|
|
42
|
+
`}),O},ks=(e,{container:t,estimatedThroughput:n,tuning:r,limits:i,reserve:a=0,forwardBufferHealth:o,playbackRate:s,current:c,history:l,visible:u,droppedVideoMaxQualityLimit:d,stallsVideoMaxQualityLimit:f,stallsPredictedThroughput:p,abrLogger:m,panelSize:h})=>{Xo(e,_s);let{containerSizeFactor:g,containerSizeLimit:_}=Es({container:t,tuning:r,limits:i,panelSize:h}),v=r.considerPlaybackRate&&L(s)?s:1,y=e.filter(e=>!qo(e.quality)).sort((e,t)=>Go(e.quality,t.quality)?-1:1),b=Bo.default(y,-1)?.quality,x=Bo.default(y,0)?.quality,S=ds(i,x,b),C=v*ms(o??.5,r.bitrateFactorAtEmptyBuffer,r.bitrateFactorAtFullBuffer),w={},T=y.filter(e=>{let t=!0;if(_)if(e.size)t=e.size.width<=_.width&&e.size.height<=_.height;else{let n=_&&Yo(_);t=n?Jo(e.quality,n):!0}if(!t)return w[e.quality]=`FitsContainer`,!1;let s=p||n,l=L(s)&&isFinite(s)&&L(e.bitrate)?s-a>=e.bitrate*C:!0,m=i?.min===e.quality;if(!l&&!m)return w[e.quality]=`FitsThroughput`,!1;if(r.lazyQualitySwitch&&L(r.minBufferToSwitchUp)&&c&&!qo(c.quality)&&(o??0)<r.minBufferToSwitchUp&&Go(e.quality,c.quality))return w[e.quality]=`Buffer`,!1;if(d&&Ko(e.quality,d)&&!m)return w[e.quality]=`DroppedFramesLimit`,!1;if(f&&Ko(e.quality,f)&&!m)return w[e.quality]=`StallsLimit`,!1;let h=S||(Uo(i?.max)||Jo(e.quality,i.max))&&(Uo(i?.min)||Ko(e.quality,i.min)),g=L(u)&&!u?Jo(e.quality,r.backgroundVideoQualityLimit):!0;return!h||!g?(w[e.quality]=`FitsQualityLimits`,!1):!0})[0];T&&T.bitrate&&ps.next(T.bitrate);let E=T??Bo.default(y,-1)??e[0],D=l?.last,O=ws(r,m,E,l);return L(l)&&O.quality!==D?.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
|
+
${Ho.default(r??{}).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: ${
|
|
58
|
-
playbackRate: ${
|
|
59
|
-
playbackRateFactor: ${
|
|
60
|
-
forwardBufferHealth: ${
|
|
61
|
-
bitrateFactor: ${
|
|
62
|
-
minBufferToSwitchUp: ${
|
|
63
|
-
droppedVideoMaxQualityLimit: ${
|
|
64
|
-
stallsVideoMaxQualityLimit: ${
|
|
65
|
-
limitsAreInvalid: ${
|
|
66
|
-
maxQualityLimit: ${
|
|
67
|
-
minQualityLimit: ${
|
|
54
|
+
containerSizeLimit: ${_?.width??0} x ${_?.height??0},
|
|
55
|
+
estimatedThroughput: ${n},
|
|
56
|
+
stallsPredictedThroughput: ${p},
|
|
57
|
+
reserve: ${a},
|
|
58
|
+
playbackRate: ${s},
|
|
59
|
+
playbackRateFactor: ${v},
|
|
60
|
+
forwardBufferHealth: ${o},
|
|
61
|
+
bitrateFactor: ${C},
|
|
62
|
+
minBufferToSwitchUp: ${r.minBufferToSwitchUp},
|
|
63
|
+
droppedVideoMaxQualityLimit: ${d},
|
|
64
|
+
stallsVideoMaxQualityLimit: ${f},
|
|
65
|
+
limitsAreInvalid: ${S},
|
|
66
|
+
maxQualityLimit: ${i?.max},
|
|
67
|
+
minQualityLimit: ${i?.min},
|
|
68
68
|
|
|
69
69
|
[limited video tracks]
|
|
70
|
-
${
|
|
71
|
-
`)
|
|
70
|
+
${Ho.default(w).map(([e,t])=>`${e}: ${t}`).join(`
|
|
71
|
+
`)||`All tracks are available`}
|
|
72
72
|
|
|
73
|
-
[best video track] ${
|
|
74
|
-
[selected video track] ${
|
|
75
|
-
`}),
|
|
73
|
+
[best video track] ${T?.quality}
|
|
74
|
+
[selected video track] ${O?.quality}
|
|
75
|
+
`}),O},As=(e,t,n,{estimatedThroughput:r,tuning:i,playbackRate:a,forwardBufferHealth:o,history:s,abrLogger:c,stallsPredictedThroughput:l})=>{Xo(n,_s);let u=i.considerPlaybackRate&&L(a)?a:1,d=[...n].sort(hs(-1)),f=e.bitrate;Zo(f);let p=u*ms(o??.5,i.bitrateAudioFactorAtEmptyBuffer,i.bitrateAudioFactorAtFullBuffer),m,h=xs(e,t,n,i.minVideoAudioRatio),g=l||r;L(g)&&isFinite(g)&&(m=d.find(e=>L(e.bitrate)&&L(h?.bitrate)?g-f>=e.bitrate*p&&e.bitrate>=h.bitrate:!1)),m||=h;let _=s?.last,v=m&&ws(i,c,m,s);return L(s)&&v?.bitrate!==_?.bitrate&&c({message:`
|
|
76
76
|
[AUDIO TRACKS ABR]
|
|
77
77
|
[available audio tracks]
|
|
78
|
-
${
|
|
78
|
+
${n.map(e=>`{ id: ${e.id}, bitrate: ${e.bitrate} }`).join(`
|
|
79
79
|
`)}
|
|
80
80
|
|
|
81
81
|
[tuning]
|
|
82
|
-
${
|
|
82
|
+
${Ho.default(i??{}).map(([e,t])=>`${e}: ${t}`).join(`
|
|
83
83
|
`)}
|
|
84
84
|
|
|
85
85
|
[limit params]
|
|
86
|
-
estimatedThroughput: ${
|
|
87
|
-
stallsPredictedThroughput: ${
|
|
88
|
-
reserve: ${
|
|
89
|
-
playbackRate: ${
|
|
90
|
-
playbackRateFactor: ${
|
|
91
|
-
forwardBufferHealth: ${
|
|
92
|
-
bitrateFactor: ${
|
|
93
|
-
minBufferToSwitchUp: ${
|
|
86
|
+
estimatedThroughput: ${r},
|
|
87
|
+
stallsPredictedThroughput: ${l},
|
|
88
|
+
reserve: ${f},
|
|
89
|
+
playbackRate: ${a},
|
|
90
|
+
playbackRateFactor: ${u},
|
|
91
|
+
forwardBufferHealth: ${o},
|
|
92
|
+
bitrateFactor: ${p},
|
|
93
|
+
minBufferToSwitchUp: ${i.minBufferToSwitchUp},
|
|
94
94
|
|
|
95
|
-
[selected audio track] ${
|
|
96
|
-
`}),
|
|
95
|
+
[selected audio track] ${v?.id}
|
|
96
|
+
`}),v},js=(e,t,n,{estimatedThroughput:r,tuning:i,playbackRate:a,forwardBufferHealth:o,history:s,abrLogger:c,stallsPredictedThroughput:l})=>{Xo(n,_s);let u=i.considerPlaybackRate&&L(a)?a:1,d=ys.get(n);d||(d=[...n].sort(hs(-1)),ys.set(n,d));let f=e.bitrate;Zo(f);let p=u*ms(o??.5,i.bitrateAudioFactorAtEmptyBuffer,i.bitrateAudioFactorAtFullBuffer),m,h=Ss(e,t,n,i.minVideoAudioRatio),g=l||r;L(g)&&isFinite(g)&&(m=d.find(e=>L(e.bitrate)&&L(h?.bitrate)?g-f>=e.bitrate*p&&e.bitrate>=h.bitrate:!1)),m||=h;let _=s?.last,v=m&&ws(i,c,m,s);return L(s)&&v?.bitrate!==_?.bitrate&&c({message:`
|
|
97
97
|
[AUDIO TRACKS ABR]
|
|
98
98
|
[available audio tracks]
|
|
99
|
-
${
|
|
99
|
+
${n.map(e=>`{ id: ${e.id}, bitrate: ${e.bitrate} }`).join(`
|
|
100
100
|
`)}
|
|
101
101
|
|
|
102
102
|
[tuning]
|
|
103
|
-
${
|
|
103
|
+
${Ho.default(i??{}).map(([e,t])=>`${e}: ${t}`).join(`
|
|
104
104
|
`)}
|
|
105
105
|
|
|
106
106
|
[limit params]
|
|
107
|
-
estimatedThroughput: ${
|
|
108
|
-
stallsPredictedThroughput: ${
|
|
109
|
-
reserve: ${
|
|
110
|
-
playbackRate: ${
|
|
111
|
-
playbackRateFactor: ${
|
|
112
|
-
forwardBufferHealth: ${
|
|
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 SC,debounce as yC,ErrorCategory as qS,filter as HS,filterChanged as TC,isNonNullable as Hl,map as lo,merge as jS,observableFrom as IC,once as EC,Subscription as wC,ValueSubject as jl,videoQualityToHeight as zS,videoSizeToQuality as xC}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 uo,isNullable as tC,assertNonNullable as La}from"@vkontakte/videoplayer-shared";var $S=C(bi(),1);import{isNonNullable as MS,assertNonNullable as oo,now as KL}from"@vkontakte/videoplayer-shared";function me(){return KL()}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;oo(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=()=>(oo(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;oo(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=()=>{oo(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 Ma=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 $a=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 iC}from"@vkontakte/videoplayer-shared";import{isNonNullable as DS}from"@vkontakte/videoplayer-shared";var X=(a,e)=>DS(a)&&DS(e)&&a.readyState==="open"&&XL(a,e);function XL(a,e){for(let t=0;t<a.activeSourceBuffers.length;++t)if(a.activeSourceBuffers[t]===e)return!0;return!1}var BS=C(Ht(),1);import{getWindow as JL}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]}}},ZL=(a,e="warn")=>{let t=JL(),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=ZL("vp_dash_live_debug",!1);var co=1e4,Ul=3;var rC=6e4,aC=10,sC=1,nC=500,Ca=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 iC,this.chunkRateEstimator=new Ma(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||uo(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 $a(Ul,co,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(co).withBitrateReporting(this.bitrateSwitcher).withRetryCount(Ul).withFinally(()=>{u=null}).send()},h=(y,P,M)=>{La(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-sC;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(uo(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>aC)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(co).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&&(La(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(),La(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(nC,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,Vt=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"}),Vt(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 _t=this._getBufferSizeSec();if(_t>30)B({m:"ldp.ab.3"}),M(`Buffered ${_t} seconds; delaying appendBuffer`),Vt(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:_t}),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)),Vt(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()&&(La(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,!tC(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(),uo(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,La(this.bitrateSwitcher),this.bitrateSwitcher.notifySwitch(this.bitrate),this.rep.start(r),i({name:"qualitySwitch",quality:e}))}_qualityAvailable(e){return uo(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(co).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))},rC))}_initManifest(){this._fetchManifest(this.manifestUrl,e=>{this.destroyed||(this._handleManifestUpdate(e),this._refetchManifest(this.manifestUrl))},()=>this._handleNetworkError())}};var NS=C(Ht(),1);import{debounce as oC,filter as _S,fromEvent as uC,interval as cC,isHigher as lC,isInvariantQuality as dC,isLower as pC,merge as hC,Subject as OS,Subscription as fC}from"@vkontakte/videoplayer-shared";var ql=class{constructor(){this.onDroopedVideoFramesLimit$=new OS;this.subscription=new fC;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&&!dC(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&&lC(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(uC(this.video,"resize").subscribe(this.handleChangeVideoQuality));let e=cC(this.droppedFramesChecker.checkTime).pipe(_S(()=>this.playing),_S(()=>{let r=!!this.isForceCheckCounter;return r&&(this.isForceCheckCounter-=1),!r})),t=this.forceChecker$.pipe(oC(this.droppedFramesChecker.checkTime)),i=hC(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])=>pC(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 mC,Observable as bC}from"@vkontakte/videoplayer-shared";import{fromEvent as gC}from"@vkontakte/videoplayer-shared";var Da=()=>!!window.documentPictureInPicture?.window||!!document.pictureInPictureElement;var vC=(a,e)=>new bC(t=>{if(!window.IntersectionObserver)return;let i={root:null},r=new IntersectionObserver((n,o)=>{n.forEach(u=>t.next(u.isIntersecting||Da()))},{...i,...e});r.observe(a);let s=gC(document,"visibilitychange").pipe(mC(n=>!document.hidden||Da())).subscribe(n=>t.next(n));return()=>{r.unobserve(a),s.unsubscribe()}}),Je=vC;var PC=["paused","playing","ready"],kC=["paused","playing","ready"],Ba=class{constructor(e){this.subscription=new wC;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=Wt(r.name)??xC(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)(kC,e)&&(n||o)){this.prepare();return}if(r?.to!=="paused"&&s.state==="requested"&&(0,zl.default)(PC,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(lo(r=>({transition:r,type:"start"}))),this.videoState.stateChangeEnded$.pipe(lo(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(lo(r=>r.map(({track:s})=>s)),HS(r=>!!r.length),EC()).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(TC(),lo(r=>-r/1e3)).subscribe(this.params.output.duration$)).add(SC({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(mt(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$,IC(["init"])).pipe(yC(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 Ca({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:vt(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=Ba;import{filter as NB,filterChanged as FB,isNonNullable as UB}from"@vkontakte/videoplayer-shared";import{assertNever as HC,assertNonNullable as jC,debounce as zC,ErrorCategory as ry,filter as td,filterChanged as go,fromEvent as WC,isNonNullable as ay,isNullable as QC,map as id,merge as vo,observableFrom as rd,once as sy,Subscription as GC,throttle as YC}from"@vkontakte/videoplayer-shared";var Wl=C(Xe(),1);import{videoSizeToQuality as AC}from"@vkontakte/videoplayer-shared";var QS=({id:a,width:e,height:t,bitrate:i,fps:r,quality:s,streamId:n})=>{let o=(s?Wt(s):void 0)??AC({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 po=class{constructor(e,t){this.fov=e,this.orientation=t}};var ho=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
|
-
);
|
|
107
|
+
estimatedThroughput: ${r},
|
|
108
|
+
stallsPredictedThroughput: ${l},
|
|
109
|
+
reserve: ${f},
|
|
110
|
+
playbackRate: ${a},
|
|
111
|
+
playbackRateFactor: ${u},
|
|
112
|
+
forwardBufferHealth: ${o},
|
|
113
|
+
bitrateFactor: ${p},
|
|
114
|
+
minBufferToSwitchUp: ${i.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 po(this.params.fov,this.params.orientation),this.cameraRotationManager=new ho(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 $C,now as _a,once as LC,Subscription as CC,ValueSubject as Kl,isNonNullable as DC,safeStorage as Xl,filterChanged as BC}from"@vkontakte/videoplayer-shared";var Pt=(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 fo="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 CC;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=_a(),this.currentStallsCount=0)}destroy(){window.clearTimeout(this.qualityRestrictionTimer),this.subscription.unsubscribe(),this.currentStallDuration$.getValue()!==0&&this.updateStallData();let e=(_a()-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(fo,"[]");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(fo,[]),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(fo,"[]"),r=t/e,s=i.length?Pt(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(fo,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(LC()).subscribe(t=>this.providerStartWatchingTimestamp=_a())),this.subscription.add(this.currentStallDuration$.pipe(BC()).subscribe(t=>{let{stallDurationNoDataBeforeQualityDecrease:i,stallCountBeforeQualityDecrease:r,resetQualityRestrictionTimeout:s,ignoreStallsOnSeek:n}=this.tuning;if($C(this.lastUniqueVideoTrackSelected)||n&&this.isSeeked$.getValue())return;let o=this.rtt$.getValue(),u=this.throughput$.getValue(),c=this.videoLastDataObtainedTimestamp$.getValue(),d=_a(),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,DC(this.lastUniqueVideoTrackSelected.bitrate)&&u>this.lastUniqueVideoTrackSelected.bitrate&&(this.predictedThroughputWithoutData=this.lastUniqueVideoTrackSelected.bitrate)),!t&&_a()-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}))}},mo=Zl;import{combine as VC,map as _C,observeElementSize as OC,Subscription as NC,ValueSubject as ed,noop as FC}from"@vkontakte/videoplayer-shared";var bo=class{constructor(){this.subscription=new NC;this.pipSize$=new ed(void 0);this.videoSize$=new ed(void 0);this.elementSize$=new ed(void 0);this.pictureInPictureWindowRemoveEventListener=FC}connect({observableVideo:e,video:t}){let i=r=>{let s=r.target;this.pipSize$.next({width:s.width,height:s.height})};this.subscription.add(OC(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(VC({videoSize:this.videoSize$,pipSize:this.pipSize$,inPip:e.inPiP$}).pipe(_C(({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 UC,once as iy}from"@vkontakte/videoplayer-shared";var Gt=({subscription:a,desiredState:e,videoElement$:t,observableVideo:i})=>{if(!$.browser.isSafari)return;let r=0,s=!1;a.add(e.volume.stateChangeStarted$.pipe(UC(()=>{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 GC;this.videoState=new N("stopped");this.observableVideo=null;this.droppedFramesManager=new Tr;this.stallsManager=new mo;this.elementSizeManager=new bo;this.videoTracksMap=new Map;this.audioTracksMap=new Map;this.textTracksMap=new Map;this.videoStreamsMap=new Map;this.audioStreamsMap=new Map;this.videoTrackSwitchHistory=new Qt;this.audioTrackSwitchHistory=new Qt;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 HC(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;QC(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"),go());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(mt(this.video,t.isLooped,r)),this.subscription.add(i.volumeState$.subscribe(this.params.output.volume$,r)),Gt({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(jC(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=vo(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$,WC(this.video,"progress")).pipe(td(()=>this.videoTracksMap.size>0)),{abrThrottle:u}=this.params.tuning.dash;u&&(o=o.pipe(YC(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(go()).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(go()).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"),go());this.subscription.add(vo(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(vo(c,this.player.state$.stateChangeEnded$,rd(["init"])).subscribe(()=>this.player.setPreloadOnly(t.playbackState.getState()==="ready")));let d=vo(t.playbackState.stateChangeStarted$,t.videoTrack.stateChangeStarted$,t.seekState.stateChangeEnded$,this.videoState.stateChangeEnded$,rd(["init"])).pipe(zC(0));this.subscription.add(d.subscribe(this.syncPlayback,r))}selectVideoAudioRepresentations(){if(this.player.isStreamEnded)return;let e=this.params.tuning.useNewAutoSelectVideoTrack?Ra:Aa,t=this.params.tuning.useNewAutoSelectVideoTrack?no:so,i=this.params.tuning.useNewAutoSelectVideoTrack?vt:ao,{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(Oa(),1);var{NativeAbortSignal:Pz,NativeAbortController:kz}=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 So=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 So{constructor(){super(),this.listeners||So.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 yo(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(!yo({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 vD=()=>"fetch"in ue,Na=vD()&&yo({fetch:ue.fetch,Request:ue.Request,AbortController:ue.AbortController}),ky=Na?sd({fetch:ue.fetch,Request:ue.Request,AbortController:ue.AbortController}):void 0,Ze=Na?ky.fetch:ue.fetch,Nz=Na?ky.Request:ue.Request,J=Na?Mi:ue.AbortController,Fz=Na?Er:ue.AbortSignal;var SI=C(Ce(),1);var Gy=C(Qy(),1);import{ErrorCategory as Ua}from"@vkontakte/videoplayer-shared";var To=a=>{if(!a)return{id:"EmptyResponse",category:Ua.PARSER,message:"Empty response"};if(a.length<=2&&a.match(/^\d+$/))return{id:`UVError#${a}`,category:Ua.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:Ua.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:Ua.PARSER,message:"XML parsing error"}:{id:"XMLParserLogicError",category:Ua.PARSER,message:"Response is valid XML, but parser failed"}};import{abortable as mI,assertNonNullable as Rt,ErrorCategory as _i,filter as Md,filterChanged as RB,flattenObject as Fo,fromEvent as Oi,getTraceSubscriptionMethod as MB,getWindow as ys,interval as bI,isNonNullable as ei,isNullable as Ts,map as $d,merge as Is,now as $B,Subject as ti,Subscription as gI,SubscriptionRemovable as LB,ValueSubject as K}from"@vkontakte/videoplayer-shared";var Yt=a=>{let e=new URL(a);return e.searchParams.set("quic","1"),e.toString()};var Io=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 qa,assertNever as Yy,ErrorCategory as wr,flattenObject as xr,fromEvent as Ky,getWindow as Ha,merge as BD,now as $i,Subject as Pr,Subscription as VD,suppressAbort as wo,ValueSubject as ja}from"@vkontakte/videoplayer-shared";var Eo=a=>{let e=new URL(a);return e.searchParams.set("enable-subtitles","yes"),e.toString()};var xo=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 ja(void 0);this.lastConnectionReused$=new ja(void 0);this.lastRequestFirstBytes$=new ja(void 0);this.lastConnectionMetrics$=new ja(void 0);this.lastDownloadMetrics$=new ja(void 0);this.recoverableError$=new Pr;this.error$=new Pr;this.abortAllController=new J;this.subscription=new VD;this.performanceObserver=null;this.pendingConnectionMetrics=new Map;this.fetchManifest=qa(this.abortAllController.signal,async function*(e){let t=this.tracer.createComponentTracer("FetchManifest"),i=e;this.requestQuic&&(i=Yt(i)),!this.compatibilityMode&&this.useEnableSubtitlesParam&&(i=Eo(i)),this.trackRequestStart(i,performance.now());let r=$i();this.manifestRequested.next();let s=yield this.doFetch(i,{signal:this.abortAllController.signal}).catch(wo);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=qa(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,Ha().location.href);E.searchParams.append("bytes",`${i.from}-${i.to}`),d=E.toString();break}default:Yy(t)}this.requestQuic&&(d=Yt(d));let h=this.abortAllController.signal,f;if(n){let E=new J;if(f=BD(Ky(this.abortAllController.signal,"abort"),Ky(n,"abort")).subscribe(()=>{try{E.abort()}catch(T){wo(T)}}),this.subscription.add(f),this.abortAllController.signal.aborted||n.aborted)try{E.abort()}catch(T){wo(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,wo(E)},w=qa(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=qa(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=qa(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,Ha().PerformanceObserver&&this.setupPerformanceObserver()}onHeadersReceived(e){let{type:t,reused:i}=Io(e);this.lastConnectionType$.next(t),this.lastConnectionReused$.next(i)}setupPerformanceObserver(){this.performanceObserver=new(Ha()).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 Ha().navigator))return"unknown";let e=Ha().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})}}};var gd=C(ST(),1),UT=C(Ht(),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 V0,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=B0(),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 B0(){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},Ms=e=>new URL(e).hostname;import{assertNever as Ns,assertNonNullable as Ps,combine as Fs,debounce as Is,ErrorCategory as Ls,filter as Rs,filterChanged as zs,isNonNullable as Bs,map as Vs,merge as Hs,observableFrom as Us,once as Ws,Subscription as Gs,ValueSubject as Ks,videoQualityToHeight as qs,videoSizeToQuality as Js}from"@vkontakte/videoplayer-shared";var Ys=c(yn(),1),Xs=c(wn(),1),Zs=(e,t)=>typeof e==`string`?Xs.default(e,t):Ys.default(e,t),Qs=c(Je(),1),$s=e=>{if(e instanceof DOMException&&Qs.default([`Failed to load because no supported source was found.`,`The element has no supported sources.`],e.message))throw e;return!(e instanceof DOMException&&(e.code===20||e.name===`AbortError`))},ec=async(e,t)=>{let n=e.muted;try{await e.play()}catch(r){if(!$s(r))return!1;if(t&&t(),n)return console.warn(r),!1;e.muted=!0;try{await e.play()}catch(t){return $s(t)?(e.muted=!1,console.warn(t),!1):!1}}return!0};import{isNonNullable as tc,isNullable as nc,assertNonNullable as rc}from"@vkontakte/videoplayer-shared";var ic=c(He(),1);import{isNonNullable as ac,assertNonNullable as oc,now as sc}from"@vkontakte/videoplayer-shared";function cc(){return sc()}function lc(e){return cc()-e}function uc(e){let t=e.split(`/`),n=t.slice(0,t.length-1).join(`/`),r=/^([a-z]+:)?\/\//i,i=e=>r.test(e);return{resolve:(e,t,r=!1)=>{i(e)||(e.startsWith(`/`)||(e=`/`+e),e=n+e);let a=e.indexOf(`?`)>-1?`&`:`?`;return r&&(e+=a+`lowLat=1`,a=`&`),t&&(e+=a+`_rnd=`+Math.floor(999999999*Math.random())),e}}}function dc(e,t,n){let r=(...i)=>{n.apply(null,i),e.removeEventListener(t,r)};e.addEventListener(t,r)}function fc(e,t,n,r){let i=window.XMLHttpRequest,a,o,s,c=!1,l=0,u,d,f=!1,p=`arraybuffer`,m=7e3,h=2e3,g=()=>{if(c)return;oc(u);let e=lc(u),t;if(e<h){t=h-e,setTimeout(g,t);return}h*=2,h>m&&(h=m),o&&o.abort(),o=new i,S()},_=e=>(a=e,C),v=e=>(d=e,C),y=()=>(p=`json`,C),b=()=>{if(!c){if(--l>=0){g(),r&&r();return}c=!0,d&&d(),n&&n()}},x=e=>(f=e,C),S=()=>{u=cc(),o=new i,o.open(`get`,e);let n=0,r,l=0,m=()=>(oc(u),Math.max(u,Math.max(r||0,l||0)));if(a&&o.addEventListener(`progress`,e=>{let t=cc();a.updateChunk&&e.loaded>n&&(a.updateChunk(m(),e.loaded-n),n=e.loaded,r=t)}),s&&(o.timeout=s,o.addEventListener(`timeout`,()=>b())),o.addEventListener(`load`,()=>{if(c)return;oc(o);let e=o.status;if(e>=200&&e<300){let{response:e,responseType:r}=o,i=e?.byteLength;if(typeof i==`number`&&a){let e=i-n;e&&a.updateChunk&&a.updateChunk(m(),e)}r===`json`&&(!e||!ic.default(e).length)?b():(d&&d(),t(e))}else b()}),o.addEventListener(`error`,()=>{b()}),f){let e=()=>{oc(o),o.readyState===XMLHttpRequest.HEADERS_RECEIVED&&(l=cc(),o.removeEventListener(`readystatechange`,e))};o.addEventListener(`readystatechange`,e)}return o.responseType=p,o.send(),C},C={withBitrateReporting:_,withParallel:x,withJSONResponse:y,withRetryCount:e=>(l=e,C),withRetryInterval:(e,t)=>(ac(e)&&(h=e),ac(t)&&(m=t),C),withTimeout:e=>(s=e,C),withFinally:v,send:S,abort:()=>{o&&=(o.abort(),void 0),c=!0,d&&d()}};return C}var pc=100,mc=2e3,hc=500;class gc{intervals=[];currentRate=0;logger;constructor(e){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,n){return{start:e,end:t,bytes:n}}_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-hc;if(t-e>mc){let n=0,r=0;for(;this.intervals.length>0;){let e=this.intervals[0];if(e.end<=t)n+=e.end-e.start,r+=e.bytes,this.intervals.splice(0,1);else if(e.start>=t)break;else{let i=t-e.start,a=e.end-e.start;n+=i;let o=e.bytes*i/a;r+=o,e.start=t,e.bytes-=o}}if(r>0&&n>0){let i=r*8/(n/1e3);return this._updateRate(i),this.logger(`rate updated, new=${Math.round(i/1024)}K; average=${Math.round(this.currentRate/1024)}K bytes/ms=${Math.round(r)}/${Math.round(n)} 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,n){return this.intervals.push(this._createInterval(e,t,n)),this._joinIntervals(),this.intervals.length>pc&&(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 _c=c(He(),1);class vc{pendingQueue=[];activeRequests={};completeRequests={};averageSegmentDuration=2e3;lastPrefetchStart=0;throttleTimeout=null;RETRY_COUNT;TIMEOUT;BITRATE_ESTIMATOR;MAX_PARALLEL_REQUESTS;logger;constructor(e,t,n,r,i){this.RETRY_COUNT=e,this.TIMEOUT=t,this.BITRATE_ESTIMATOR=n,this.MAX_PARALLEL_REQUESTS=r,this.logger=i}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 n=cc(),r=n=>{delete this.activeRequests[t],this.limitCompleteCount(),this.completeRequests[t]=e,this._sendPending(),e._error=1,e._errorMsg=n,e._errorCB?e._errorCB(n):(this.limitCompleteCount(),this.completeRequests[t]=e)};e._request=fc(t,r=>{e._complete=1,e._responseData=r,e._downloadTime=cc()-n,delete this.activeRequests[t],this._sendPending(),e._cb?e._cb(r,e._downloadTime):(this.limitCompleteCount(),this.completeRequests[t]=e)},()=>r(`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=cc()}_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=cc();if(Object.keys(this.activeRequests).length>=e)return!1;let n=this._getPrefetchDelay()-(t-this.lastPrefetchStart);return this.throttleTimeout&&clearTimeout(this.throttleTimeout),n>0?(this.throttleTimeout=window.setTimeout(()=>this._sendPending(),n),!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(){_c.default(this.activeRequests).forEach(e=>{e&&e._request&&e._request.abort()}),this.activeRequests={},this.pendingQueue=[],this.completeRequests={}}requestData(e,t,n,r){let i={};return i.send=()=>{let a=this.activeRequests[e]||this.completeRequests[e];if(a)a._cb=t,a._errorCB=n,a._retryCB=r,a._finallyCB=i._finallyCB,a._error||a._complete?(this._removeFromActive(e),setTimeout(()=>{a._complete?(this.logger(`Requested url already prefetched, url=${e}`),t(a._responseData,a._downloadTime)):(this.logger(`Requested url already prefetched with error, url=${e}`),n(a._errorMsg)),i._finallyCB&&i._finallyCB()},0)):this.logger(`Attached to active request, url=${e}`);else{let t=this.pendingQueue.indexOf(e);t!==-1&&this.pendingQueue.splice(t,1),this.logger(`Request not prefetched, starting new request, url=${e}${t===-1?``:`; removed pending`}`),this._sendRequest(i,e)}},i._cb=t,i._errorCB=n,i._retryCB=r,i.abort=function(){i.request&&i.request.abort()},i.withFinally=e=>(i._finallyCB=e,i),i}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 yc}from"@vkontakte/videoplayer-shared";import{isNonNullable as bc}from"@vkontakte/videoplayer-shared";var R=(e,t)=>bc(e)&&bc(t)&&e.readyState===`open`&&xc(e,t);function xc(e,t){for(let n=0;n<e.activeSourceBuffers.length;++n)if(e.activeSourceBuffers[n]===t)return!0;return!1}var Sc=c(Qe(),1);import{getWindow as Cc}from"@vkontakte/videoplayer-shared";class wc{tag;time;data;stack;constructor(e,t,n,r){this.tag=e,this.time=t,this.data=n,this.stack=r}toString(){return`${this.tag}: ${this.time}: ${JSON.stringify(this.data)}${this.stack?`, stack: ${this.stack}`:``}`}toDevNullEntry(){let e=Sc.default(this.data).map(([e,t])=>`${e}:${t}`).join(`,`);return{key:this.tag,strings:[e,this.stack??``],numbers:[this.time]}}}var z=((e,t=`warn`)=>{let n=Cc(),r=[];function i(i,a=!1){let o=n.performance?.timing?.navigationStart??0,s=new wc(e,Math.round((Date.now()-o)/1e3),i,a?Error().stack:void 0);r.push(s),t&&n.console[t](s.toString())}return i.reset=()=>{r=[]},i.drain=()=>{let e=r;return r=[],e},i})(`vp_dash_live_debug`,!1),Tc=1e4,Ec=3,Dc=6e4,Oc=10,kc=1,Ac=500;class jc{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 yc,this.chunkRateEstimator=new gc(this.params.logger),this._initVideo()}attachSource(e){this.manifestUrl=e,this.urlResolver=uc(e),this.bitrateSwitcher=this._initBitrateSwitcher(),this._initManifest()}setAutoQualityEnabled(e){this.autoQuality=e}setAutoQualityLimits(e){this.autoQualityLimits=e}switchByName(e){let t;for(let n=0;n<this.manifest.length;++n)if(t=this.manifest[n],t.name===e){this._switchToQuality(t);return}}catchUp(){this.rep&&(z({m:`ldp.catchUp.1`}),this.rep.stop()),this.currentManifestEntry&&(this.paused=this.params.playbackState.getState()===`paused`,z({m:`ldp.catchUp.2`}),this._initPlayerWith(this.currentManifestEntry),this._notifyBuffering(!0))}stop(){this.params.videoElement.pause(),this.rep&&=(this.rep.stop(),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()?(z({m:`ldp.play.1`}),this._playVideoElement()):(z({m:`ldp.play.2`}),this._notifyBuffering(!0))):(z({m:`ldp.play.3`}),this.catchUp())}startPlay(e,t){this.autoQuality=t,z({m:`startPlay`,url:e.jidxUrl}),this._initPlayerWith(e)}destroy(){this.destroyed=!0,this.rep&&=(this.rep.stop(),null),this.manifestRequest&&this.manifestRequest.abort(),this.manifestRefetchTimer&&=(clearTimeout(this.manifestRefetchTimer),void 0)}reinit(e){this.manifestUrl=e,this.urlResolver=uc(e),z({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,n=e.buffered.length;return n!==0&&(t=e.buffered.end(n-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;z({m:`iv`}),e.addEventListener(`error`,()=>{e.error&&!this.destroyed&&(z({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{logger:e,videoElement:t}=this.params,n=t.buffered.length,r;n!==0&&!this.waitingForFirstBufferAfterSrcChange&&(r=t.buffered.start(n-1),t.currentTime<r&&(e(`Fixup stall`),z({m:`ldp.fs`,t:r}),t.currentTime=r))}_selectQuality(e){let{videoElement:t}=this.params,n,r,i,a=t&&1.62*(F.display.pixelRatio||1)*t.offsetHeight||520;for(let t=0;t<this.manifest.length;++t){i=this.manifest[t];let{max:o,min:s}=this.autoQualityLimits||{};!fs({limits:this.autoQualityLimits,highestAvailableHeight:this.manifest[0].video.height,lowestAvailableHeight:Zs(this.manifest,-1).video.height})&&(o&&i.video.height>o||s&&i.video.height<s)||(i.bitrate<e&&a>Math.min(i.video.height,i.video.width)?(!r||i.bitrate>r.bitrate)&&(r=i):(!n||n.bitrate>i.bitrate)&&(n=i))}return r||n}shouldPlay(){if(this.paused)return!1;let e=this._getBufferSizeSec()-Math.max(1,this.sourceJitter);return e>3||tc(this.downloadRate)&&(this.downloadRate>1.5&&e>2||this.downloadRate>2&&e>1)}_setVideoSrc(e,t){let{logger:n,videoElement:r,playerCallback:i}=this.params;this.mediaSource=new window.MediaSource,n(`setting video src`),r.src=URL.createObjectURL(this.mediaSource),this.mediaSource.addEventListener(`sourceopen`,()=>{if(this.mediaSource?.readyState!==`open`){z({m:`sourceopen`,err:`not open: ${this.mediaSource?.readyState}`});return}z({m:`sourceopen`,c:e.codecs}),this.sourceBuffer=this.mediaSource.addSourceBuffer(e.codecs),this.bufferStates=[],t()}),this.mediaSource?.addEventListener(`sourceclose`,e=>{z({m:`sourceclose`})}),this.videoPlayStarted=!1,r.addEventListener(`canplay`,()=>{z({m:`canplay`}),this.shouldPlay()&&(this.videoPlayStarted=!0,this._playVideoElement())});let a=()=>{dc(r,`progress`,()=>{r.buffered.length?(r.currentTime=r.buffered.start(0),this.waitingForFirstBufferAfterSrcChange=!1,i({name:`playing`})):a()})};this.waitingForFirstBufferAfterSrcChange=!0,a()}_initPlayerWith(e){this.bitrate=0,this.rep=0,this.sourceBuffer=0,this.bufferStates=[],this.filesFetcher&&this.filesFetcher.abortAll(),this.filesFetcher=new vc(Ec,Tc,this.bitrateSwitcher,this.params.config.maxParallelRequests,this.params.logger),this._setVideoSrc(e,()=>this._switchToQuality(e))}_representation(e){let{logger:t,videoElement:n,playerCallback:r}=this.params,i=!1,a=null,o=null,s=null,c=null,l=!1,u=()=>{let e=i&&(!l||l===this.rep);return e||t(`Not running!`),e},d=(e,t,n)=>{s&&s.abort(),s=fc(this.urlResolver.resolve(e,!1),t,n,()=>this._retryCallback()).withTimeout(Tc).withBitrateReporting(this.bitrateSwitcher).withRetryCount(Ec).withFinally(()=>{s=null}).send()},f=(e,t,n)=>{rc(this.filesFetcher),o?.abort(),o=this.filesFetcher.requestData(this.urlResolver.resolve(e,!1),t,n,()=>this._retryCallback()).withFinally(()=>{o=null}).send()},p=e=>{let r=n.playbackRate;n.playbackRate!==e&&(t(`Playback rate switch: ${r}=>${e}`),n.playbackRate=e)},m=e=>{this.lowLatency=e,t(`lowLatency changed to ${e}`),h()},h=()=>{if(!this.lowLatency&&!this.params.config.isLiveCatchUpMode)p(1);else{let e=this._getBufferSizeSec();if(this.bufferStates.length<5){p(1);return}let n=cc()-1e4,r=0;for(let t=0;t<this.bufferStates.length;t++){let i=this.bufferStates[t];e=Math.min(e,i.buf),i.ts<n&&r++}this.bufferStates.splice(0,r),t(`update playback rate; minBuffer=${e} drop=${r} jitter=${this.sourceJitter}`);let i=e-kc;this.sourceJitter>=0?i-=this.sourceJitter/2:--this.sourceJitter,p(i>3?1.15:i>1?1.1:i>.3?1.05:1)}},g=e=>{let n,i=()=>n&&n.start?n.start.length:0,a=e=>n.start[e]/1e3,o=e=>n.dur[e]/1e3,s=e=>n.fragIndex+e,l=(e,t)=>({chunkIdx:s(e),startTS:a(e),dur:o(e),discontinuity:t}),d=()=>{let e=0;if(n&&n.dur){let t=this.lowLatency?this.params.config.lowLatencyMinBuffer:this.params.config.minBuffer,r=this.lowLatency?this.params.config.lowLatencyMinBufferSegments:this.params.config.minBufferSegments,i=t;this.sourceJitter>1&&(i+=this.sourceJitter-1);let a=n.dur.length-1;for(;a>=0&&(i-=n.dur[a],!(i<=0));--a);e=Math.min(a,n.dur.length-1-r),e=Math.max(e,0)}return l(e,!0)},f=e=>{let t=i();if(!(t<=0)){if(tc(e)){for(let n=0;n<t;n++)if(a(n)>e)return l(n)}return d()}},p=e=>{let r=i(),a=e?e.chunkIdx+1:0,o=a-n.fragIndex;if(!(r<=0)){if(!e||o<0||o-r>Oc)return t(`Resync: offset=${o} bChunks=${r} chunk=`+JSON.stringify(e)),d();if(!(o>=r))return l(a-n.fragIndex,!1)}},h=(e,t,n)=>{c&&c.abort(),c=fc(this.urlResolver.resolve(e,!0,this.lowLatency),t,n,()=>this._retryCallback()).withTimeout(Tc).withRetryCount(Ec).withFinally(()=>{c=null}).withJSONResponse().send()};return{seek:(t,i)=>{h(e,e=>{if(!u())return;n=e;let a=!!n.lowLatency;a!==this.lowLatency&&m(a);let o=0;for(let e=0;e<n.dur.length;++e)o+=n.dur[e];o>0&&(rc(this.filesFetcher),this.filesFetcher.optimizeForSegDuration(o/n.dur.length)),r({name:`index`,zeroTime:n.zeroTime,shiftDuration:n.shiftDuration}),this.sourceJitter=n.hasOwnProperty(`jitter`)?Math.min(10,Math.max(.01,n.jitter/1e3)):1,t(f(i))},()=>this._handleNetworkError())},nextChunk:p}},_=()=>{i=!1,o&&o.abort(),s&&s.abort(),c&&c.abort(),rc(this.filesFetcher),this.filesFetcher.abortAll()};return l={start:t=>{let{videoElement:n,logger:o}=this.params,s=g(e.jidxUrl),l,p,m,v,y=0,b,x,S,C=()=>{b&&=(clearTimeout(b),void 0);let e=Math.max(Ac,1e3*(this._getBufferSizeSec()-this.sourceJitter-5)),t=y+e,n=cc(),r=Math.min(1e4,t-n);y=n;let i=()=>{c||u()&&s.seek(()=>{u()&&(y=cc(),w(),C())})};r>0?b=window.setTimeout(()=>{this.paused?C():i()},r):i()},w=()=>{let t;for(;t=s.nextChunk(v);)v=t,k(t);let n=s.nextChunk(m);if(n){if(m&&n.discontinuity){o(`Detected discontinuity; restarting playback`),this.paused?C():(_(),z({m:`ldp.fetchChunkIdx.0`}),this._initPlayerWith(e));return}O(n)}else C()},T=(e,t)=>{if(!u()||!this.sourceBuffer){z({m:`ab.0`,c:[!u(),!this.sourceBuffer]});return}let i,a,s,c=n=>{z({m:`ldp.postpone`,t:n}),window.setTimeout(()=>{u()&&T(e,t)},n)};if(this.sourceBuffer.updating)o(`Source buffer is updating; delaying appendBuffer`),z({m:`ldp.ab.1`}),c(100);else{let l=cc(),u=n.currentTime;!this.paused&&n.buffered.length>1&&x===u&&l-S>500&&(o(`Stall suspected; trying to fix`),this._fixupStall()),x!==u&&(x=u,S=l);let d=this._getBufferSizeSec();if(d>30)z({m:`ldp.ab.3`}),o(`Buffered ${d} seconds; delaying appendBuffer`),c(2e3);else try{if(this.params.config.useInvalidBufferFix&&R(this.mediaSource,this.sourceBuffer))return;this.sourceBuffer.appendBuffer(e),this.videoPlayStarted?(z({m:`ldp.ab.5`}),this.bufferStates.push({ts:l,buf:d}),h(),this.bufferStates.length>200&&this.bufferStates.shift()):this.shouldPlay()&&(z({m:`ldp.ab.4`}),this.videoPlayStarted=!0,this._playVideoElement()),t&&t()}catch(e){z({m:`ldp.ab.err`,e:e.name}),e.name===`QuotaExceededError`?(o(`QuotaExceededError; delaying appendBuffer`),s=this.sourceBuffer.buffered.length,s!==0&&(i=this.sourceBuffer.buffered.start(0),a=u,a-i>4&&this.sourceBuffer.remove(i,a-3)),c(1e3)):(o(e.name),r({name:`error`,type:`buffer`,message:`appendBuffer failed due to ${e.name}`}))}}},E=()=>{p&&l&&(o([`Appending chunk, sz=${p.byteLength}:`,JSON.stringify(m)]),T(p,function(){p=null,w()}))},D=t=>e.fragUrlTemplate.replace(`%%id%%`,t.chunkIdx),O=e=>{u()&&f(D(e),(t,n)=>{if(u()){if(n/=1e3,p=t,m=e,a=e.startTS,n){let t=Math.min(10,e.dur/n);this.downloadRate=this.downloadRate?.7*this.downloadRate+.3*t:t}E()}},()=>this._handleNetworkError())},k=e=>{u()&&(rc(this.filesFetcher),this.filesFetcher.prefetch(this.urlResolver.resolve(D(e),!1)))},A=t=>{u()&&(e.cachedHeader=t,T(t,()=>{l=!0,E()}))};i=!0,s.seek(e=>{if(u()){if(y=cc(),!e){C();return}v=e,!nc(t)||e.startTS>t?O(e):(m=e,w())}},t),e.cachedHeader?A(e.cachedHeader):d(e.headerUrl,A,()=>this._handleNetworkError())},stop:_,getTimestampSec:()=>a},l}_switchToQuality(e){let{logger:t,playerCallback:n}=this.params,r;e.bitrate!==this.bitrate&&(this.rep&&(r=this.rep.getTimestampSec(),tc(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,rc(this.bitrateSwitcher),this.bitrateSwitcher.notifySwitch(this.bitrate),this.rep.start(r),n({name:`qualitySwitch`,quality:e}))}_qualityAvailable(e){return tc(this.manifest.find(t=>t.name===e))}_initBitrateSwitcher(){let{logger:e,playerCallback:t}=this.params,n=t=>{if(!this.autoQuality)return;let n,r,i;if(this.currentManifestEntry&&this._qualityAvailable(this.currentManifestEntry.name)&&t<this.bitrate&&(r=this._getBufferSizeSec(),i=t/this.bitrate,r>10&&i>.8||r>15&&i>.5||r>20&&i>.3)){e(`Not switching: buffer=${Math.floor(r)}; bitrate=${this.bitrate}; newRate=${Math.floor(t)}`);return}n=this._selectQuality(t),n?this._switchToQuality(n):e(`Could not find quality by bitrate ${t}`)},r={updateChunk:(e,n)=>{let r=cc();if(this.chunkRateEstimator.addInterval(e,r,n)){let i=this.chunkRateEstimator.getBitRate();return t({name:`bandwidth`,size:n,duration:r-e,speed:i}),!0}},get:()=>{let e=this.chunkRateEstimator.getBitRate();return e?e*.85:0}},i=-1/0,a,o=!0,s=()=>{let e=r.get();if(e&&a&&this.autoQuality){if(o&&e>a&&lc(i)<3e4)return;n(e)}o=this.autoQuality};return{updateChunk:(e,t)=>{let n=r.updateChunk(e,t);return n&&s(),n},notifySwitch:e=>{let t=cc();e<a&&(i=t),a=e}}}_fetchManifest(e,t,n){this.manifestRequest=fc(this.urlResolver.resolve(e,!0),t,n,()=>this._retryCallback()).withJSONResponse().withTimeout(Tc).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;ec(e,()=>{this.soundProhibitedEvent$.next()}).then(e=>{z({m:`ldp.pve.1`}),e||(z({m:`ldp.pve.2`}),this.params.liveOffset.pause(),this.params.videoState.setState(`paused`))})}_handleManifestUpdate(e){let{logger:t,playerCallback:n,videoElement:r}=this.params;this.manifest=(e=>{let t=[];return e?.length?(e.forEach((e,n)=>{e.video&&r.canPlayType(e.codecs).replace(/no/,``)&&window.MediaSource?.isTypeSupported?.(e.codecs)&&(e.index=n,t.push(e))}),t.sort(function(e,t){return e.video&&t.video?t.video.height-e.video.height:t.bitrate-e.bitrate}),t):(n({name:`error`,type:`empty_manifest`}),[])})(e),t(`Valid manifest entries: ${this.manifest.length}/${e.length}`),n({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))},Dc))}_initManifest(){this._fetchManifest(this.manifestUrl,e=>{this.destroyed||(this._handleManifestUpdate(e),this._refetchManifest(this.manifestUrl))},()=>this._handleNetworkError())}}var Mc=c(Qe(),1);import{debounce as Nc,filter as Pc,fromEvent as Fc,interval as Ic,isHigher as Lc,isInvariantQuality as Rc,isLower as zc,merge as Bc,Subject as Vc,Subscription as Hc}from"@vkontakte/videoplayer-shared";class Uc{onDroopedVideoFramesLimit$=new Vc;subscription=new Hc;log;video;droppedFramesChecker;isAuto;playing=!1;tracks=[];forceChecker$=new Vc;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(Fc(this.video,`resize`).subscribe(this.handleChangeVideoQuality));let e=Bc(Ic(this.droppedFramesChecker.checkTime).pipe(Pc(()=>this.playing),Pc(()=>{let e=!!this.isForceCheckCounter;return e&&--this.isForceCheckCounter,!e})),this.forceChecker$.pipe(Nc(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&&!Rc(e.quality)&&this.onChangeQuality(e.quality)};onChangeQuality(e){this.currentQuality=e;let{totalVideoFrames:t,droppedVideoFrames:n}=this.video.getVideoPlaybackQuality();this.savePrevFrameCounts(t,n),this.isForceCheckCounter=this.droppedFramesChecker.tickCountAfterQualityChange,this.forceChecker$.next()}checkDroppedFrames=()=>{let{totalVideoFrames:e,droppedVideoFrames:t}=this.video.getVideoPlaybackQuality(),n=e-this.prevTotalVideoFrames,r=1-(n-(t-this.prevDroppedVideoFrames))/n;!isNaN(r)&&r>0&&this.log({message:`[dropped]. current dropped percent: ${r}, limit: ${this.droppedFramesChecker.percentLimit}`}),!isNaN(r)&&r>=this.droppedFramesChecker.percentLimit&&Lc(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=Mc.default(this.limitCounts).filter(([,e])=>e>=this.droppedFramesChecker.countLimit).sort(([e],[t])=>zc(e,t)?-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}}var Wc=Uc;import{map as Gc,Observable as Kc}from"@vkontakte/videoplayer-shared";import{fromEvent as qc}from"@vkontakte/videoplayer-shared";var Jc=()=>!!window.documentPictureInPicture?.window||!!document.pictureInPictureElement,Yc=(e,t)=>new Kc(n=>{if(!window.IntersectionObserver)return;let r=new IntersectionObserver((e,t)=>{e.forEach(e=>n.next(e.isIntersecting||Jc()))},{root:null,...t});r.observe(e);let i=qc(document,`visibilitychange`).pipe(Gc(e=>!document.hidden||Jc())).subscribe(e=>n.next(e));return()=>{r.unobserve(e),i.unsubscribe()}}),Xc=[`paused`,`playing`,`ready`],Zc=[`paused`,`playing`,`ready`];class Qc{subscription=new Gs;video;videoState=new I(`stopped`);dash;representations$=new Ks([]);textTracksManager;droppedFramesManager=new Wc;maxSeekBackTime$=new Ks(1/0);zeroTime$=new Ks(void 0);liveOffset=new go;log;params;constructor(e){this.textTracksManager=new ho(e.source.url),this.params=e,this.log=this.params.dependencies.logger.createComponentLog(`DashLiveProvider`);let t=t=>{e.output.error$.next({id:`DashLiveProvider`,category:Ls.WTF,message:`DashLiveProvider internal logic error`,thrown:t})};this.subscription.add(Hs(this.videoState.stateChangeStarted$.pipe(Vs(e=>({transition:e,type:`start`}))),this.videoState.stateChangeEnded$.pipe(Vs(e=>({transition:e,type:`end`})))).subscribe(({transition:e,type:t})=>{z({m:`dlp.s.1`,t:t+`:${e.from}-${e.to}`}),this.log({message:`[videoState change] ${t}: ${JSON.stringify(e)}`})})),this.video=Ha(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(Ms(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 n=Lo(this.video);this.subscription.add(()=>n.destroy()),this.subscription.add(this.representations$.pipe(Vs(e=>e.map(({track:e})=>e)),Rs(e=>!!e.length),Ws()).subscribe(e=>this.droppedFramesManager.connect({logger:this.params.dependencies.logger,video:this.video,droppedFramesChecker:this.params.tuning.droppedFramesChecker,isAuto:this.params.desiredState.autoVideoTrackSwitching,playing$:n.playing$,pause$:n.pause$,tracks:e}))),this.subscription.add(n.canplay$.subscribe(()=>{this.videoState.getTransition()?.to===`ready`&&this.videoState.setState(`ready`)},t)).add(n.pause$.subscribe(()=>{this.videoState.setState(`paused`)},t)).add(n.playing$.subscribe(()=>{this.params.desiredState.seekState.getState().state===`applying`&&this.params.output.seekedEvent$.next(),this.videoState.setState(`playing`)},t)).add(n.error$.subscribe(this.params.output.error$)).add(this.maxSeekBackTime$.pipe(zs(),Vs(e=>-e/1e3)).subscribe(this.params.output.duration$)).add(Fs({zeroTime:this.zeroTime$.pipe(Rs(Bs)),position:n.timeUpdate$}).subscribe(({zeroTime:e,position:t})=>{t===0&&this.videoState.getTransition()||this.params.output.liveTime$.next(e+t*1e3)},t)).add(so(this.video,this.params.desiredState.isLooped,t)).add(co(this.video,this.params.desiredState.volume,n.volumeState$,t)).add(n.volumeState$.subscribe(this.params.output.volume$,t)).add(lo(this.video,this.params.desiredState.playbackRate,n.playbackRateState$,t)).add(n.loadStart$.subscribe(this.params.output.firstBytesEvent$)).add(n.loadedMetadata$.subscribe(this.params.output.loadedMetadataEvent$)).add(n.playing$.subscribe(this.params.output.firstFrameEvent$)).add(n.canplay$.subscribe(this.params.output.canplay$)).add(n.inPiP$.subscribe(this.params.output.inPiP$)).add(n.inFullscreen$.subscribe(this.params.output.inFullscreen$)).add(Yc(this.video).subscribe(this.params.output.elementVisible$)).add(this.params.desiredState.autoVideoTrackLimits.stateChangeStarted$.subscribe(({to:{max:e,min:t}})=>{this.dash.setAutoQualityLimits({max:e&&qs(e),min:t&&qs(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),z({m:`dlp.vse.s`}),this.params.desiredState.playbackState.setState(`stopped`);break;case`manifest_ready`:case`ready`:this.params.desiredState.playbackState.getTransition()?.to===`ready`&&(z({m:`dlp.vse.r`}),this.params.desiredState.playbackState.setState(`ready`));break;case`paused`:z({m:`dlp.vse.pa`}),this.params.desiredState.playbackState.setState(`paused`);break;case`playing`:z({m:`dlp.vse.pl`}),this.params.desiredState.playbackState.setState(`playing`);break;default:return Ns(e.to)}},t)).add(Hs(e.desiredState.playbackState.stateChangeStarted$,e.desiredState.seekState.stateChangeEnded$,e.desiredState.videoTrack.stateChangeStarted$,e.desiredState.autoVideoTrackSwitching.stateChangeStarted$,this.videoState.stateChangeEnded$,this.droppedFramesManager.onDroopedVideoFramesLimit$,Us([`init`])).pipe(Is(0)).subscribe(this.syncPlayback,t))}destroy(){z({m:`dlp.destroy`}),this.subscription.unsubscribe(),this.textTracksManager.destroy(),this.droppedFramesManager.destroy(),this.dash.destroy(),this.params.output.element$.next(void 0),Ua(this.video)}createLiveDashPlayer(){let e=new jc({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(),n=this.params.desiredState.autoVideoTrackSwitching.getTransition()?.to??this.params.desiredState.autoVideoTrackSwitching.getState(),r=!n&&Bs(t)?t:Os(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}),i=r?.id,a=this.params.desiredState.videoTrack.getTransition(),o=this.params.desiredState.videoTrack.getState()?.id,s=this.params.desiredState.autoVideoTrackSwitching.getTransition();if(r&&(a||i!==o)&&this.setVideoTrack(r),s&&this.setAutoQuality(n),a||s||i!==o){let t=e.find(({track:e})=>e.id===i)?.representation;Ps(t,`Representations missing`),this.dash.startPlay(t,n)}}setVideoTrack(e){let t=this.representations$.getValue().find(({track:t})=>t.id===e.id)?.representation;Ps(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(),n=this.videoState.getState(),r=t===`paused`&&n===`paused`,i=-e,a=i<=this.maxSeekBackTime$.getValue()?i:0;this.params.output.position$.next(e/1e3),z({m:`dlp.seek`,p:e,no:a,url:this.params.source.url}),this.dash.reinit(Xr(this.params.source.url,a)),r&&this.dash.pause(),this.liveOffset.resetTo(a,r)}_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:Ls.WTF,message:`LiveDashPlayer reported error${e.message?`: ${e.message}`:``}`});break;case`manifest`:{let t=e.manifest,n=[];for(let e of t){let t=e.name??e.index.toString(10),r=zo(e.name)??Js(e.video),i=e.bitrate/1e3,a={...e.video};if(!r)continue;let o={id:t,quality:r,bitrate:i,size:a};n.push({track:o,representation:e})}this.representations$.next(n),this.params.output.availableVideoTracks$.next(n.map(({track:e})=>e)),this.videoState.getTransition()?.to===`manifest_ready`&&this.videoState.setState(`manifest_ready`);break}case`qualitySwitch`:{let t=e.quality,n=this.representations$.getValue().find(({representation:e})=>e===t)?.track;this.params.output.hostname$.next(new URL(t.headerUrl,this.params.source.url).hostname),Bs(n)&&this.params.output.currentVideoTrack$.next(n);break}case`bandwidth`:{let{size:t,duration:n}=e;this.params.dependencies.throughputEstimator.addRawSpeed(t,n);break}case`index`:this.maxSeekBackTime$.next(e.shiftDuration||0),this.zeroTime$.next(e.zeroTime);break}};syncPlayback=()=>{let e=this.videoState.getState(),t=this.videoState.getTransition(),n=this.params.desiredState.playbackState.getState(),r=this.params.desiredState.playbackState.getTransition(),i=this.params.desiredState.seekState.getState();if(this.log({message:`[syncPlayback] videoState: ${e}; videoTransition: ${JSON.stringify(t)}; desiredPlaybackState: ${n}; seekState: ${JSON.stringify(i)};`}),n===`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 a=this.params.desiredState.videoTrack.getTransition(),o=this.params.desiredState.autoVideoTrackSwitching.getTransition();if(Aa.default(Zc,e)&&(a||o)){this.prepare();return}if(r?.to!==`paused`&&i.state===`requested`&&Aa.default(Xc,e)){this.seek(i.position-this.liveOffset.getTotalPausedTime());return}switch(e){case`stopped`:this.videoState.startTransitionTo(`manifest_ready`),this.dash.attachSource(Xr(this.params.source.url));return;case`manifest_ready`:this.videoState.startTransitionTo(`ready`),this.prepare();break;case`ready`:if(n===`paused`)this.videoState.setState(`paused`);else if(n===`playing`){z({m:`dlp.sync.1`}),this.videoState.startTransitionTo(`playing`);let e=r?.from;e&&e===`ready`&&(z({m:`dlp.sync.2`}),this.dash.catchUp()),z({m:`dlp.sync.3`}),this.dash.play()}return;case`playing`:n===`paused`&&(this.videoState.startTransitionTo(`paused`),this.liveOffset.pause(),this.dash.pause());return;case`paused`:if(n===`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 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(Xr(this.params.source.url,e))}return;default:return Ns(e)}}}var $c=Qc;import{filter as el,filterChanged as tl,isNonNullable as nl}from"@vkontakte/videoplayer-shared";import{assertNever as rl,assertNonNullable as il,debounce as al,ErrorCategory as ol,filter as sl,filterChanged as cl,fromEvent as ll,isNonNullable as ul,isNullable as dl,map as fl,merge as pl,observableFrom as ml,once as hl,Subscription as gl,throttle as _l}from"@vkontakte/videoplayer-shared";var vl=c(wn(),1);import{videoSizeToQuality as yl}from"@vkontakte/videoplayer-shared";var bl=({id:e,width:t,height:n,bitrate:r,fps:i,quality:a,streamId:o})=>{let s=(a?zo(a):void 0)??yl({width:t,height:n});return s&&{id:e,quality:s,bitrate:r,size:{width:t,height:n},fps:i,streamId:o}},xl=({id:e,bitrate:t})=>({id:e,bitrate:t}),Sl=({language:e,label:t},{id:n,url:r,isAuto:i})=>({id:n,url:r,isAuto:i,type:`internal`,language:e,label:t}),Cl=({language:e,label:t,id:n,url:r,isAuto:i})=>({id:n,url:r,isAuto:i,type:`internal`,language:e,label:t}),wl=({id:e,language:t,label:n,codecs:r,isDefault:i})=>({id:e,language:t,label:n,codec:vl.default(r.split(`.`),0),isDefault:i}),Tl=({id:e,language:t,label:n,hdr:r,codecs:i})=>({id:e,language:t,hdr:r,label:n,codec:vl.default(i.split(`.`),0)}),El=e=>e.type===`template`;class Dl{fov;orientation;constructor(e,t){this.fov=e,this.orientation=t}}class Ol{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,n=0){this.pointCameraTo(this.camera.orientation.x+e,this.camera.orientation.y+t,this.camera.orientation.z+n)}pointCameraTo(e=0,t=0,n=0){t=this.limitCameraRotationY(t);let r=e-this.camera.orientation.x,i=t-this.camera.orientation.y,a=n-this.camera.orientation.z;this.camera.orientation.x=e,this.camera.orientation.y=t,this.camera.orientation.z=n,this.lastCameraTurn={x:r,y:i,z:a},this.lastCameraTurnTS=Date.now()}setRotationSpeed(e,t,n){this.rotationSpeed.x=e??this.rotationSpeed.x,this.rotationSpeed.y=t??this.rotationSpeed.y,this.rotationSpeed.z=n??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,n){this.setRotationSpeed(e,t,n),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,n=t/1e3;if(this.rotating)this.turnCamera(this.rotationSpeed.x*this.options.rotationSpeedCorrection*n,this.rotationSpeed.y*this.options.rotationSpeedCorrection*n,this.rotationSpeed.z*this.options.rotationSpeedCorrection*n);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*n,this.rotationSpeed.y*this.options.rotationSpeedCorrection*n,this.rotationSpeed.z*this.options.rotationSpeedCorrection*n):(this.stopRotation(!0),this.stopFading()),this.fadeTime=Math.min(this.fadeTime+t,this.options.speedFadeTime)}this.lastTickTS=e}}var kl=`./vertex_shader-xzkp5kyx.glsl`,Al=`./fragment_shader-66qz233h.glsl`;class jl{container;sourceVideoElement;canvas;gl;params;frameWidth;frameHeight;viewportWidth;viewportHeight;videoInitialized=!1;program;videoTexture;vertexBuffer;textureMappingBuffer;camera;cameraRotationManager;videoElementDataLoadedFn;renderFn;active=!1;constructor(e,t,n){this.container=e,this.sourceVideoElement=t,this.params=n,this.canvas=this.createCanvas();let r=this.canvas.getContext(`webgl`);if(!r)throw Error(`Could not initialize WebGL context`);this.gl=r,this.container.appendChild(this.canvas),this.camera=new Dl(this.params.fov,this.params.orientation),this.cameraRotationManager=new Ol(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`),n=this.gl.getAttribLocation(this.program,`a_texel`),r=this.gl.getUniformLocation(this.program,`u_texture`),i=this.gl.getUniformLocation(this.program,`u_focus`);this.gl.enableVertexAttribArray(t),this.gl.enableVertexAttribArray(n),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(n,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(i,-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(n),this.active&&requestAnimationFrame(this.renderFn)}createShader(e,t){let n=this.gl.createShader(t);if(!n)throw this.destroy(),Error(`Could not create shader (${t})`);if(this.gl.shaderSource(n,e),this.gl.compileShader(n),!this.gl.getShaderParameter(n,this.gl.COMPILE_STATUS))throw this.destroy(),Error(`An error occurred while compiling the shader: `+this.gl.getShaderInfoLog(n));return n}createProgram(){let e=this.gl.createProgram();if(!e)throw this.destroy(),Error(`Could not create shader program`);let t=this.createShader(kl,this.gl.VERTEX_SHADER),n=this.createShader(Al,this.gl.FRAGMENT_SHADER);if(this.gl.attachShader(e,t),this.gl.attachShader(e,n),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,n=1,r=this.frameHeight/(this.frameWidth/this.viewportWidth);return r>this.viewportHeight?t=this.viewportHeight/r:n=r/this.viewportHeight,this.gl.bindBuffer(this.gl.ARRAY_BUFFER,e),this.gl.bufferData(this.gl.ARRAY_BUFFER,new Float32Array([-t,-n,t,-n,t,n,-t,n]),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,n=this.camera.fov.x/360/2,r=this.camera.fov.y/180/2;return[e-n,t-r,e+n,t-r,e+n,t+r,e-n,t+r]}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 Ml,now as Nl,once as Pl,Subscription as Fl,ValueSubject as Il,isNonNullable as Ll,safeStorage as Rl,filterChanged as zl}from"@vkontakte/videoplayer-shared";var Bl=(e,t,n)=>n*t+(1-n)*e,Vl=(e,t)=>e.reduce((e,t)=>e+t,0)/t,Hl=(e,t,n,r)=>{let i=0,a=n,o=Vl(e,t),s=t<r?t:r;for(let t=0;t<s;t++)e[a]>o?i++:i--,a=(e.length+a-1)%e.length;return Math.abs(i)===s},Ul=`stalls_manager_metrics`,Wl=`stalls_manager_abr_params`,Gl=`stalls_manager_default_tuning_abr_params`;class Kl{currentStallDuration$;videoLastDataObtainedTimestamp$;throughput$;rtt$;tuning;abrParams;duration;isSeeked$=new Il(!1);isBuffering$=new Il(!1);maxQualityLimit=void 0;lastUniqueVideoTrackSelected;currentStallsCount=0;sumStallsDuration=0;lastStallDuration=0;providerStartWatchingTimestamp=0;lastUniqueVideoTrackSelectedTimestamp=0;predictedThroughputWithoutData=0;qualityRestrictionTimer;subscription=new Fl;severeStallOccurred$=new Il(!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(Wl):{};return{...this.abrParams,...e}}set lastVideoTrackSelected(e){this.lastUniqueVideoTrackSelected?.id!==e.id&&(this.lastUniqueVideoTrackSelected=e,this.lastUniqueVideoTrackSelectedTimestamp=Nl(),this.currentStallsCount=0)}destroy(){window.clearTimeout(this.qualityRestrictionTimer),this.subscription.unsubscribe(),this.currentStallDuration$.getValue()!==0&&this.updateStallData();let e=(Nl()-this.providerStartWatchingTimestamp-this.sumStallsDuration)/1e3,t=this.sumStallsDuration;this.addStallInfoToHistory(e,t),this.updateStoredAbrParams()}resetStoredAbrParamsIfNeeded(){let{bitrateFactorAtEmptyBuffer:e,bitrateFactorAtFullBuffer:t,containerSizeFactor:n}={...this.getStoredData(Gl)},{bitrateFactorAtEmptyBuffer:r,bitrateFactorAtFullBuffer:i,containerSizeFactor:a}={...this.abrParams};this.tuning.enabled&&e===r&&t===i&&n===a||(this.removeStoredData(Wl),this.setStoredData(Gl,{bitrateFactorAtEmptyBuffer:r,bitrateFactorAtFullBuffer:i,containerSizeFactor:a}))}updateStoredAbrParams(){let e=[],t=this.getStoredData(Ul,`[]`);if(!this.tuning.enabled||t.length<this.tuning.stallsMetricsHistoryLength)return;let n=t.reduce((e,t)=>e+t.tvt,0);if(this.tuning.useTotalStallsDurationPerTvt){let r=t.reduce((e,t)=>e+t.stallsDuration,0)/n;e.push(this.calculateOptimalAbrParams(r,n))}if(this.tuning.useAverageStallsDurationPerTvt){let r=t.reduce((e,t)=>e+t.stallsDurationPerTvt,0)/t.length;e.push(this.calculateOptimalAbrParams(r,n))}this.tuning.useEmaStallsDurationPerTvt&&e.push(this.calculateOptimalAbrParams(t[t.length-1].stallsDurationPerTvtSmoothed,n));let r={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(Ul,[]),this.setStoredData(Wl,r)}calculateOptimalAbrParams(e,t){let{targetStallsDurationPerTvt:n,deviationStallsDurationPerTvt:r,criticalStallsDurationPerTvt:i,abrAdjustingSpeed:a,significantTvt:o}=this.tuning,s=a*Math.min(t/o,1),c=this.abrTuningParams;return e<n-r?c={bitrateFactorAtEmptyBuffer:Math.max(c.bitrateFactorAtEmptyBuffer-s,this.abrParams.minBitrateFactorAtEmptyBuffer),bitrateFactorAtFullBuffer:Math.max(c.bitrateFactorAtFullBuffer-s,this.abrParams.minBitrateFactorAtFullBuffer),containerSizeFactor:Math.min(c.containerSizeFactor+s,this.abrParams.maxContainerSizeFactor)}:e>n+r&&(c={bitrateFactorAtEmptyBuffer:Math.min(c.bitrateFactorAtEmptyBuffer+s,this.abrParams.maxBitrateFactorAtEmptyBuffer),bitrateFactorAtFullBuffer:Math.min(c.bitrateFactorAtFullBuffer+s,this.abrParams.maxBitrateFactorAtFullBuffer),containerSizeFactor:Math.max(c.containerSizeFactor-s,this.abrParams.minContainerSizeFactor)}),e>i&&(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(Rl.get(e)??t)}setStoredData(e,t){Rl.set(e,JSON.stringify(t))}removeStoredData(e){Rl.remove(e)}addStallInfoToHistory(e,t){if(e<this.tuning.minTvtToBeCounted||e>this.tuning.maxTvtToBeCounted||e*1e3<t)return;let n=this.getStoredData(Ul,`[]`),r=t/e,i={tvt:e,stallsDuration:t,stallsDurationPerTvt:r,stallsDurationPerTvtSmoothed:n.length?Bl(n[n.length-1].stallsDurationPerTvtSmoothed,t/e,this.tuning.emaAlpha):r};n.push(i),n.length>this.tuning.stallsMetricsHistoryLength&&n.shift(),this.setStoredData(Ul,n)}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(Pl()).subscribe(e=>this.providerStartWatchingTimestamp=Nl())),this.subscription.add(this.currentStallDuration$.pipe(zl()).subscribe(e=>{let{stallDurationNoDataBeforeQualityDecrease:t,stallCountBeforeQualityDecrease:n,resetQualityRestrictionTimeout:r,ignoreStallsOnSeek:i}=this.tuning;if(Ml(this.lastUniqueVideoTrackSelected)||i&&this.isSeeked$.getValue())return;let a=this.rtt$.getValue(),o=this.throughput$.getValue(),s=this.videoLastDataObtainedTimestamp$.getValue(),c=Nl(),l=n&&this.currentStallsCount>=n,u=t&&c-this.lastUniqueVideoTrackSelectedTimestamp>=t+a&&c-s>=t+a&&e>=t;(l||u)&&(this.severeStallOccurred$.next(!0),window.clearTimeout(this.qualityRestrictionTimer),this.maxQualityLimit=this.lastUniqueVideoTrackSelected.quality,Ll(this.lastUniqueVideoTrackSelected.bitrate)&&o>this.lastUniqueVideoTrackSelected.bitrate&&(this.predictedThroughputWithoutData=this.lastUniqueVideoTrackSelected.bitrate)),!e&&Nl()-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},r)),this.lastStallDuration=e}))}}var ql=Kl;import{combine as Jl,map as Yl,observeElementSize as Xl,Subscription as Zl,ValueSubject as Ql,noop as $l}from"@vkontakte/videoplayer-shared";class eu{subscription=new Zl;pipSize$=new Ql(void 0);videoSize$=new Ql(void 0);elementSize$=new Ql(void 0);pictureInPictureWindowRemoveEventListener=$l;connect({observableVideo:e,video:t}){let n=e=>{let t=e.target;this.pipSize$.next({width:t.width,height:t.height})};this.subscription.add(Xl(t).subscribe(this.videoSize$)).add(e.enterPip$.subscribe(({pictureInPictureWindow:e})=>{this.pipSize$.next({width:e.width,height:e.height}),e.addEventListener(`resize`,n),this.pictureInPictureWindowRemoveEventListener=()=>{e.removeEventListener(`resize`,n)}})).add(e.leavePip$.subscribe(()=>{this.pictureInPictureWindowRemoveEventListener()})).add(Jl({videoSize:this.videoSize$,pipSize:this.pipSize$,inPip:e.inPiP$}).pipe(Yl(({videoSize:e,inPip:t,pipSize:n})=>t?n: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()}}import{filter as tu,map as nu,once as ru}from"@vkontakte/videoplayer-shared";var iu=({subscription:e,desiredState:t,videoElement$:n,observableVideo:r})=>{if(!F.browser.isSafari)return;let i=0,a=!1;e.add(t.volume.stateChangeStarted$.pipe(nu(()=>{let e=t.volume.getTransition(),r=n.getValue();return!r||!e?!1:!e.to.muted&&r.muted}),tu(e=>!!e),ru()).subscribe(()=>{i=performance.now(),a=!0})),e.add(r.playbackRateState$.pipe(tu(()=>a),ru()).subscribe(()=>{let e=n.getValue(),r=t.playbackRate.getState();e&&r!==e.playbackRate&&performance.now()-i<1e3&&(e.playbackRate=r)}))};class au{scene3D;subscription=new gl;videoState=new I(`stopped`);video;observableVideo=null;player;params;tracer;textTracksManager;droppedFramesManager=new Wc;stallsManager=new ql;elementSizeManager=new eu;videoTracksMap=new Map;audioTracksMap=new Map;textTracksMap=new Map;videoStreamsMap=new Map;audioStreamsMap=new Map;videoTrackSwitchHistory=new gs;audioTrackSwitchHistory=new gs;constructor(e){this.textTracksManager=new ho(e.source.url),this.params=e,this.video=Ha(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(Ms(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;dl(this.observableVideo)&&(this.observableVideo=Lo(this.video),this.subscription.add(()=>this.observableVideo?.destroy()));let n=this.constructor.name,r=t=>{e.error$.next({id:n,category:ol.WTF,message:`${n} internal logic error`,thrown:t})};return{output:e,desiredState:t,observableVideo:this.observableVideo,genericErrorListener:r,connect:(e,t)=>this.subscription.add(e.subscribe(t,r))}}subscribe(){let{output:e,desiredState:t,observableVideo:n,genericErrorListener:r,connect:i}=this.getProviderSubscriptionInfo();this.subscription.add(this.params.output.availableVideoTracks$.pipe(sl(e=>!!e.length),hl()).subscribe(e=>{this.droppedFramesManager.connect({logger:this.params.dependencies.logger,video:this.video,droppedFramesChecker:this.params.tuning.droppedFramesChecker,isAuto:this.params.desiredState.autoVideoTrackSwitching,playing$:n.playing$,pause$:n.pause$,tracks:e})}));let a=this.params.desiredState.seekState.stateChangeEnded$.pipe(fl(e=>e.to.state!==`none`),cl());this.stallsManager.init({isSeeked$:a,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$:n.isBuffering$,looped$:n.looped$,playing$:n.playing$,duration:this.video.duration}),i(n.ended$,e.endedEvent$),i(n.looped$,e.loopedEvent$),i(n.error$,e.error$),i(n.isBuffering$,e.isBuffering$),i(n.currentBuffer$,e.currentNativeBuffer$),i(n.playing$,e.firstFrameEvent$),i(n.canplay$,e.canplay$),i(n.inPiP$,e.inPiP$),i(n.inFullscreen$,e.inFullscreen$),i(n.loadedMetadata$,e.loadedMetadataEvent$),i(this.player.error$,e.error$),i(this.player.fetcherRecoverableError$,e.fetcherRecoverableError$),i(this.player.fetcherError$,e.fetcherError$),i(this.player.lastConnectionType$,e.httpConnectionType$),i(this.player.lastConnectionReused$,e.httpConnectionReused$),i(this.player.lastConnectionMetrics$,e.httpConnectionMetrics$),i(this.player.lastDownloadMetrics$,e.httpDownloadMetrics$),i(this.player.isLive$,e.isLive$),i(this.player.currentBuffer$,e.currentBuffer$),i(this.player.lastRequestFirstBytes$.pipe(sl(ul),hl()),e.firstBytesEvent$),i(this.stallsManager.severeStallOccurred$,e.severeStallOccurred$),i(this.videoState.stateChangeEnded$.pipe(fl(e=>e.to)),this.params.output.playbackState$),this.subscription.add(n.looped$.subscribe(()=>this.player.warmUpMediaSourceIfNeeded(),r)),this.subscription.add(n.seeked$.subscribe(e.seekedEvent$,r)),this.subscription.add(so(this.video,t.isLooped,r)),this.subscription.add(n.volumeState$.subscribe(this.params.output.volume$,r)),iu({subscription:this.subscription,desiredState:t,videoElement$:this.params.output.element$,observableVideo:n}),this.subscription.add(co(this.video,t.volume,n.volumeState$,r)),this.subscription.add(lo(this.video,t.playbackRate,n.playbackRateState$,r)),this.elementSizeManager.connect({video:this.video,observableVideo:n}),i(Yc(this.video,{threshold:this.params.tuning.autoTrackSelection.activeVideoAreaThreshold}),e.elementVisible$),this.subscription.add(n.playing$.subscribe(()=>{this.videoState.setState(`playing`),P(t.playbackState,`playing`),this.scene3D&&this.scene3D.play()},r)).add(n.pause$.subscribe(()=>{this.videoState.setState(`paused`),P(t.playbackState,`paused`)},r)).add(n.canplay$.subscribe(()=>{this.videoState.getState()===`playing`&&this.playIfAllowed()},r)),this.params.tuning.changePlaybackStateToPausedWhenEnded&&this.subscription.add(n.ended$.subscribe(()=>{this.videoState.setState(`paused`),P(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(e===`manifest_ready`){this.videoTracksMap=new Map,this.audioTracksMap=new Map,this.textTracksMap=new Map;let e=this.player.getStreams(),t=this.player.getCodecs();if(il(e,`Manifest not loaded or empty`),!this.params.tuning.isAudioDisabled){let t=[];for(let n of e.audio){t.push(wl(n));let e=[];for(let t of n.representations){let r=xl(t);e.push(r),this.audioTracksMap.set(r,{stream:n,representation:t})}this.audioStreamsMap.set(n,e)}this.params.output.availableAudioStreams$.next(t)}let n=[];for(let t of e.video){n.push(Tl(t));let e=[];for(let n of t.representations){let r=bl({...n,streamId:t.id});r&&(e.push(r),this.videoTracksMap.set(r,{stream:t,representation:n}))}this.videoStreamsMap.set(t,e)}this.params.output.availableVideoStreams$.next(n);for(let t of e.text)for(let e of t.representations){let n=Sl(t,e);this.textTracksMap.set(n,{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 e===`representations_ready`&&(this.videoState.setState(`ready`),this.player.initBuffer())},r));let o=pl(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$,ll(this.video,`progress`)).pipe(sl(()=>this.videoTracksMap.size>0)),{abrThrottle:s}=this.params.tuning.dash;s&&(o=o.pipe(_l(s))),this.subscription.add(o.subscribe(async()=>{let e=this.player.state$.getState(),n=this.player.state$.getTransition(),r=t.autoVideoTrackSwitching.getState();if(e!==`manifest_ready`&&e!==`running`||n)return;t.autoVideoTrackSwitching.getTransition()&&t.autoVideoTrackSwitching.setState(t.autoVideoTrackSwitching.getState());let i=this.selectVideoAudioRepresentations();if(!i)return;let[a,o]=i,s=[...this.videoTracksMap.keys()].find(e=>this.videoTracksMap.get(e)?.representation.id===a.id);ul(s)&&(this.stallsManager.lastVideoTrackSelected=s);let c=this.params.desiredState.autoVideoTrackLimits.getTransition();c&&this.params.output.autoVideoTrackLimits$.next(c.to),e===`manifest_ready`?await this.player.initRepresentations(a.id,o?.id,this.params.sourceHls):(await this.player.switchRepresentation(`video`,a.id,r),o&&await this.player.switchRepresentation(`audio`,o.id,r))},r)),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(cl()).subscribe(t=>{let n=[...this.videoTracksMap.entries()].find(([,{representation:e}])=>e.id===t);if(!n){e.currentVideoTrack$.next(void 0),e.currentVideoStream$.next(void 0);return}let[r,{stream:i}]=n,a=this.params.desiredState.videoStream.getTransition();a&&a.to&&a.to.id===i.id&&this.params.desiredState.videoStream.setState(a.to),e.currentVideoTrack$.next(r),e.currentVideoStream$.next(Tl(i))},r)),this.subscription.add(this.player.currentAudioRepresentation$.pipe(cl()).subscribe(t=>{let n=[...this.audioTracksMap.entries()].find(([,{representation:e}])=>e.id===t);if(!n){e.currentAudioStream$.next(void 0);return}let[r,{stream:i}]=n,a=this.params.desiredState.audioStream.getTransition();a&&a.to&&a.to.id===i.id&&this.params.desiredState.audioStream.setState(a.to),e.currentAudioStream$.next(wl(i))},r)),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)},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(fl(({to:e})=>e===`ready`),cl());this.subscription.add(pl(c,t.autoVideoTrackSwitching.stateChangeStarted$,this.player.state$.stateChangeEnded$,ml([`init`])).subscribe(()=>{let e=t.autoVideoTrackSwitching.getState(),n=t.playbackState.getState()===`ready`?this.params.tuning.dash.forwardBufferTargetPreload:e?this.params.tuning.dash.forwardBufferTargetAuto:this.params.tuning.dash.forwardBufferTargetManual;this.player.setBufferTarget(n)})),this.subscription.add(pl(c,this.player.state$.stateChangeEnded$,ml([`init`])).subscribe(()=>this.player.setPreloadOnly(t.playbackState.getState()===`ready`)));let l=pl(t.playbackState.stateChangeStarted$,t.videoTrack.stateChangeStarted$,t.seekState.stateChangeEnded$,this.videoState.stateChangeEnded$,ml([`init`])).pipe(al(0));this.subscription.add(l.subscribe(this.syncPlayback,r))}selectVideoAudioRepresentations(){if(this.player.isStreamEnded)return;let e=this.params.tuning.useNewAutoSelectVideoTrack?Ss:xs,t=this.params.tuning.useNewAutoSelectVideoTrack?js:As,n=this.params.tuning.useNewAutoSelectVideoTrack?Os:ks,{desiredState:r,output:i}=this.params,a=r.autoVideoTrackSwitching.getState(),o=r.videoTrack.getState()?.id,s=[...this.videoTracksMap.keys()].find(({id:e})=>e===o),c=i.currentVideoTrack$.getValue(),l=r.videoStream.getState()??(s&&this.videoTracksMap.get(s)?.stream)??this.videoStreamsMap.size===1?this.videoStreamsMap.keys().next().value:void 0;if(!l)return;let u=[...this.videoStreamsMap.keys()].find(({id:e})=>e===l.id),d=u&&this.videoStreamsMap.get(u);if(!d)return;let f=this.player.bufferLength$.getValue(),p;p=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:a?this.params.tuning.dash.forwardBufferTargetAuto:this.params.tuning.dash.forwardBufferTargetManual;let m=(this.video.duration*1e3||1/0)-this.video.currentTime*1e3,h=Math.min(f/Math.min(p,m||1/0),1),g=r.audioStream.getState()??(this.audioStreamsMap.size===1?this.audioStreamsMap.keys().next().value:void 0),_=[...this.audioStreamsMap.keys()].find(({id:e})=>e===g?.id)??this.audioStreamsMap.keys().next().value,v=0;if(_){if(s&&!a){let t=e(s,d,this.audioStreamsMap.get(_)??[],this.params.tuning.autoTrackSelection.minVideoAudioRatio);v=Math.max(v,t?.bitrate??-1/0)}if(c){let t=e(c,d,this.audioStreamsMap.get(_)??[],this.params.tuning.autoTrackSelection.minVideoAudioRatio);v=Math.max(v,t?.bitrate??-1/0)}}let y=s;(a||!y)&&(y=n(d,{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:v,forwardBufferHealth:h,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 b=_&&t(y,d,this.audioStreamsMap.get(_)??[],{estimatedThroughput:this.params.dependencies.throughputEstimator.rttAdjustedThroughput$.getValue(),stallsPredictedThroughput:this.stallsManager.predictedThroughput,tuning:this.stallsManager.abrTuningParams,forwardBufferHealth:h,history:this.audioTrackSwitchHistory,playbackRate:this.video.playbackRate,abrLogger:this.params.dependencies.abrLogger}),x=this.videoTracksMap.get(y)?.representation,S=b&&this.audioTracksMap.get(b)?.representation;if(x&&S)return[x,S];if(x&&!S&&this.audioTracksMap.size===0)return[x,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(),n=this.params.desiredState.playbackState.getTransition(),r=this.params.desiredState.seekState.getState();if(!this.videoState.getTransition()){if(r.state===`requested`&&n?.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`),P(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`),P(this.params.desiredState.playbackState,`paused`)):t===`playing`?(this.videoState.startTransitionTo(`playing`),this.playIfAllowed()):n?.to===`ready`&&P(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():n?.to===`playing`&&P(this.params.desiredState.playbackState,`playing`);return;case`paused`:t===`playing`?(this.videoState.startTransitionTo(`playing`),this.playIfAllowed()):n?.to===`paused`&&P(this.params.desiredState.playbackState,`paused`);return;default:return rl(e)}}};init3DScene=e=>{if(this.scene3D)return;this.scene3D=new jl(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(),void 0)};playIfAllowed(){ec(this.video,()=>{this.params.output.soundProhibitedEvent$.next()}).then(e=>{e||(this.videoState.setState(`paused`),P(this.params.desiredState.playbackState,`paused`,!0))},e=>this.params.output.error$.next({id:`ForcePlay`,message:`play() failed even with workarounds`,category:ol.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),Ua(this.video),this.tracer.end()}}var ou=c(Pn(),1),{NativeAbortSignal:su,NativeAbortController:cu}=function(e){return{NativeAbortSignal:e.AbortSignal,NativeAbortController:e.AbortController}}(typeof self<`u`?self:global);function lu(e){let t;try{t=new Event(`abort`)}catch{typeof document<`u`?document.createEvent?(t=document.createEvent(`Event`),t.initEvent(`abort`,!1,!1)):(t=document.createEventObject(),t.type=`abort`):t={type:`abort`,bubbles:!1,cancelable:!1}}return t.reason=e,t}function uu(e){if(e===void 0)if(typeof document>`u`)e=Error(`This operation was aborted`),e.name=`AbortError`;else try{e=new DOMException(`signal is aborted without reason`),Object.defineProperty(e,`name`,{value:`AbortError`})}catch{e=Error(`This operation was aborted`),e.name=`AbortError`}return e}class du{constructor(){Object.defineProperty(this,`listeners`,{value:{},writable:!0,configurable:!0})}addEventListener(e,t,n){e in this.listeners||(this.listeners[e]=[]),this.listeners[e].push({callback:t,options:n})}removeEventListener(e,t){if(!(e in this.listeners))return;let n=this.listeners[e];for(let e=0,r=n.length;e<r;e++)if(n[e].callback===t){n.splice(e,1);return}}dispatchEvent(e){if(!(e.type in this.listeners))return;let t=this.listeners[e.type].slice();for(let n=0,r=t.length;n<r;n++){let r=t[n];try{r.callback.call(this,e)}catch(e){Promise.resolve().then(()=>{throw e})}r.options&&r.options.once&&this.removeEventListener(e.type,r.callback)}return!e.defaultPrevented}}class fu extends du{constructor(){super(),this.listeners||du.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 pu;return setTimeout(()=>t.abort(new DOMException(`This signal is timeout in ${e}ms`,`TimeoutError`)),e),t.signal}static any(e){let t=new pu;function n(){t.abort(this.reason),r()}function r(){for(let t of e)t.removeEventListener(`abort`,n)}for(let r of e)if(r.aborted){t.abort(r.reason);break}else r.addEventListener(`abort`,n);return t.signal}}class pu{constructor(){Object.defineProperty(this,`signal`,{value:new fu,writable:!0,configurable:!0})}abort(e){let t=uu(e),n=lu(t);this.signal.reason=t,this.signal.dispatchEvent(n)}toString(){return`[object AbortController]`}}typeof Symbol<`u`&&Symbol.toStringTag&&(pu.prototype[Symbol.toStringTag]=`AbortController`,fu.prototype[Symbol.toStringTag]=`AbortSignal`);function mu(e){return e.__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL?(console.log(`__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL=true is set, will force install polyfill`),!0):typeof e.Request==`function`&&!e.Request.prototype.hasOwnProperty(`signal`)||!e.AbortController}function hu(e){typeof e==`function`&&(e={fetch:e});let{fetch:t,Request:n=t.Request,AbortController:r,__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL:i=!1}=e;if(!mu({fetch:t,Request:n,AbortController:r,__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL:i}))return{fetch:t,Request:a};let a=n;(a&&!a.prototype.hasOwnProperty(`signal`)||i)&&(a=function(e,t){let r;t&&t.signal&&(r=t.signal,delete t.signal);let i=new n(e,t);return r&&Object.defineProperty(i,`signal`,{writable:!1,enumerable:!1,configurable:!0,value:r}),i},a.prototype=n.prototype);let o=t;return{fetch:(e,t)=>{let n=a&&a.prototype.isPrototypeOf(e)?e.signal:t?t.signal:void 0;if(n){let r;try{r=new DOMException(`Aborted`,`AbortError`)}catch{r=Error(`Aborted`),r.name=`AbortError`}if(n.aborted)return Promise.reject(r);let i=new Promise((e,t)=>{n.addEventListener(`abort`,()=>t(r),{once:!0})});return t&&t.signal&&delete t.signal,Promise.race([i,o(e,t)])}return o(e,t)},Request:a}}var B=typeof globalThis==`object`&&globalThis||typeof window==`object`&&window,gu=`fetch`in B&&mu({fetch:B.fetch,Request:B.Request,AbortController:B.AbortController}),_u=gu?hu({fetch:B.fetch,Request:B.Request,AbortController:B.AbortController}):void 0,vu=gu?_u.fetch:B.fetch;gu?_u.Request:B.Request;var V=gu?pu:B.AbortController;gu||B.AbortSignal;var yu=c(Un(),1);import{ErrorCategory as bu}from"@vkontakte/videoplayer-shared";var xu=e=>{if(!e)return{id:`EmptyResponse`,category:bu.PARSER,message:`Empty response`};if(e.length<=2&&e.match(/^\d+$/))return{id:`UVError#${e}`,category:bu.NETWORK,message:`UV Error ${e}`};let t=yu.default(e).substring(0,100).toLowerCase();if(t.startsWith(`<!doctype`)||t.startsWith(`<html>`)||t.startsWith(`<body>`)||t.startsWith(`<head>`))return{id:`UnexpectedHTML`,category:bu.NETWORK,message:`Received unexpected HTML, possibly a ISP block`};if(t.startsWith(`<?xml`))return new DOMParser().parseFromString(e,`text/xml`).querySelector(`parsererror`)?{id:`InvalidXML`,category:bu.PARSER,message:`XML parsing error`}:{id:`XMLParserLogicError`,category:bu.PARSER,message:`Response is valid XML, but parser failed`}};import{abortable as Su,assertNonNullable as Cu,ErrorCategory as wu,filter as Tu,filterChanged as Eu,flattenObject as Du,fromEvent as Ou,getTraceSubscriptionMethod as ku,getWindow as Au,interval as ju,isNonNullable as Mu,isNullable as Nu,map as Pu,merge as Fu,now as Iu,Subject as Lu,Subscription as Ru,SubscriptionRemovable as zu,ValueSubject as H}from"@vkontakte/videoplayer-shared";var Bu=e=>{let t=new URL(e);return t.searchParams.set(`quic`,`1`),t.toString()},Vu=e=>{let t=e.get(`X-Delivery-Type`),n=e.get(`X-Reused`);return{type:t===null?`http1`:t??void 0,reused:n===null?void 0:{1:!0,0:!1}[n]??void 0}};import{abortable as Hu,assertNever as Uu,ErrorCategory as Wu,flattenObject as Gu,fromEvent as Ku,getWindow as qu,merge as Ju,now as Yu,Subject as Xu,Subscription as Zu,suppressAbort as Qu,ValueSubject as $u}from"@vkontakte/videoplayer-shared";var ed=e=>{let t=new URL(e);return t.searchParams.set(`enable-subtitles`,`yes`),t.toString()};class td{throughputEstimator;requestQuic;tracer;manifestRequested=new Xu;manifestReceived=new Xu;firstBytesRequested=new Xu;firstBytesReceived=new Xu;lastConnectionType$=new $u(void 0);lastConnectionReused$=new $u(void 0);lastRequestFirstBytes$=new $u(void 0);lastConnectionMetrics$=new $u(void 0);lastDownloadMetrics$=new $u(void 0);recoverableError$=new Xu;error$=new Xu;abortAllController=new V;subscription=new Zu;compatibilityMode;useEnableSubtitlesParam;performanceObserver=null;pendingConnectionMetrics=new Map;constructor({throughputEstimator:e,requestQuic:t,tracer:n,compatibilityMode:r=!1,useEnableSubtitlesParam:i=!1}){this.throughputEstimator=e,this.requestQuic=t,this.compatibilityMode=r,this.tracer=n.createComponentTracer(`Fetcher`),this.useEnableSubtitlesParam=i,qu().PerformanceObserver&&this.setupPerformanceObserver()}onHeadersReceived(e){let{type:t,reused:n}=Vu(e);this.lastConnectionType$.next(t),this.lastConnectionReused$.next(n)}setupPerformanceObserver(){this.performanceObserver=new(qu()).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 n=this.extractConnectionMetrics(e);n&&this.lastConnectionMetrics$.next(n)}estimateNetworkType(){if(!(`connection`in qu().navigator))return`unknown`;let e=qu().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,n=0,r=0,i=0;return e.domainLookupStart>0&&e.domainLookupEnd>0&&(t=e.domainLookupEnd-e.domainLookupStart),e.connectStart>0&&e.connectEnd>0&&(i=e.connectEnd-e.connectStart,e.secureConnectionStart>0?(r=e.connectEnd-e.secureConnectionStart,n=e.secureConnectionStart-e.connectStart):n=i),{dnsResolveTime:Math.max(0,t),tcpHandshakeTime:Math.max(0,n),tlsHandshakeTime:Math.max(0,r),totalConnectTime:Math.max(0,i),networkType:this.estimateNetworkType(),url:e.name}}findMatchingRequest(e){try{for(let[t,n]of this.pendingConnectionMetrics.entries()){let r=new URL(e.name),i=r.origin+r.pathname,a=new URL(n.url);if(i===a.origin+a.pathname&&e.startTime>=n.startTime-10&&e.startTime<=n.startTime+1e3)return t}}catch{this.recoverableError$.next({id:`VideoDataFetchError`,message:`Video data fetch error with getting download metrics`,category:Wu.WTF})}return null}trackRequestStart(e,t){let n=`${e}_${t}_${Math.random().toString(36).substr(2,9)}`;this.pendingConnectionMetrics.set(n,{url:e,startTime:t})}fetchManifest=Hu(this.abortAllController.signal,async function*(e){let t=this.tracer.createComponentTracer(`FetchManifest`),n=e;this.requestQuic&&(n=Bu(n)),!this.compatibilityMode&&this.useEnableSubtitlesParam&&(n=ed(n)),this.trackRequestStart(n,performance.now());let r=Yu();this.manifestRequested.next();let i=yield this.doFetch(n,{signal:this.abortAllController.signal}).catch(Qu);if(i){let a=Yu();t.log(`success`,Gu({url:n,message:`Request successfully executed`})),t.end(),this.manifestReceived.next(),this.onHeadersReceived(i.headers);let o=i.headers.get(`content-length`),s=0;o&&(s=parseInt(o,10));let c=await i.text();if((!o||isNaN(s)||s<=0)&&(s=new TextEncoder().encode(c).length),s>0){let t=a-r,n=s/(t/1e3)*8/1024,i={bytes:s,speed:n,url:e};this.lastDownloadMetrics$.next(i)}return c}else return t.error(`error`,Gu({url:n,message:`No data in request manifest`})),t.end(),null}.bind(this));__polyfill_abortableFetch_88fmgg0fk8ag=Hu(this.abortAllController.signal,async function*(e,{rangeMethod:t=this.compatibilityMode?0:1,range:n,onProgress:r,priority:i=`auto`,signal:a,measureThroughput:o=!0,isLowLatency:s=!1,bufferOptimisation:c=!1}={}){let l=e,u=new Headers,d=this.tracer.createComponentTracer(`Fetch`);if(n)switch(t){case 0:u.append(`Range`,`bytes=${n.from}-${n.to}`);break;case 1:{let e=new URL(l,qu().location.href);e.searchParams.append(`bytes`,`${n.from}-${n.to}`),l=e.toString();break}default:Uu(t)}this.requestQuic&&(l=Bu(l));let f=this.abortAllController.signal,p;if(a){let e=new V;if(p=Ju(Ku(this.abortAllController.signal,`abort`),Ku(a,`abort`)).subscribe(()=>{try{e.abort()}catch(e){Qu(e)}}),this.subscription.add(p),this.abortAllController.signal.aborted||a.aborted)try{e.abort()}catch(e){Qu(e)}f=e.signal}let m=0,h=Yu();d.log(`startRequest`,Gu({url:l,priority:i,rangeMethod:t,range:n,isLowLatency:s,requestStartedAt:h})),this.trackRequestStart(l,performance.now()),this.firstBytesRequested.next();let g=yield this.doFetch(l,{priority:i,headers:u,signal:f}),_=Yu();if(!g)return d.error(`error`,{message:`No response in request`}),d.end(),p?.unsubscribe(),null;if(this.throughputEstimator?.addRawRtt(_-h),!g.ok||!g.body){p?.unsubscribe();let e=`Fetch error ${g.status}: ${g.statusText}`;return d.error(`error`,{message:e}),d.end(),Promise.reject(Error(`Fetch error ${g.status}: ${g.statusText}`))}if(this.onHeadersReceived(g.headers),!r&&!o){p?.unsubscribe();let e=Yu(),t={requestStartedAt:h,requestEndedAt:e,duration:e-h};return d.log(`endRequest`,Gu(t)),d.end(),g.arrayBuffer()}let v=g.body;if(o){let e;[v,e]=g.body.tee(),this.throughputEstimator?.trackStream(e,s)}let y=v.getReader(),b,x=parseInt(g.headers.get(`content-length`)??``,10);Number.isFinite(x)&&(b=x),!b&&n&&(b=n.to-n.from+1);let S=b?new Uint8Array(b):new Uint8Array,C=!1,w=e=>{p?.unsubscribe(),C=!0,Qu(e)},T=Hu(f,async function*({done:e,value:t}){if(m===0&&(this.lastRequestFirstBytes$.next(Yu()-h),this.firstBytesReceived.next()),f.aborted){p?.unsubscribe();return}if(!e&&t){if(c&&b)S.set(t,m),m+=t.byteLength;else{let e=new Uint8Array(S.length+t.length);e.set(S),e.set(t,S.length),S=e,m+=t.byteLength}r?.(new DataView(S.buffer),m),yield y?.read().then(T,w)}}.bind(this));yield y?.read().then(T,w),p?.unsubscribe();let E=Yu(),D={failed:C,requestStartedAt:h,requestEndedAt:E,duration:E-h};if(C)return d.error(`endRequest`,Gu(D)),d.end(),null;if(m>0){let t=E-h,n=m/(t/1e3)*8/1024,r={bytes:m,speed:n,url:e};this.lastDownloadMetrics$.next(r)}return d.log(`endRequest`,Gu(D)),d.end(),S.buffer}.bind(this));async fetchRepresentation(e,t,n=`auto`){let{type:r}=e;switch(r){case`byteRange`:return this.fetchByteRangeRepresentation(e,t,n)??null;case`template`:return this.fetchTemplateRepresentation(e,n)??null;default:Uu(r)}}destroy(){this.abortAllController.abort(),this.subscription.unsubscribe(),this.performanceObserver&&=(this.performanceObserver.disconnect(),null),this.pendingConnectionMetrics.clear(),this.tracer.end()}fetchByteRangeRepresentation=Hu(this.abortAllController.signal,async function*(e,t,n){if(e.type!==`byteRange`)return null;let{from:r,to:i}=e.initRange,a=r,o=i,s=!1,c,l;e.indexRange&&(c=e.indexRange.from,l=e.indexRange.to,s=i+1===c,s&&(a=Math.min(c,r),o=Math.max(l,i))),a=Math.min(a,0);let u=yield this.fetch(e.url,{range:{from:a,to:o},priority:n,measureThroughput:!1});if(!u)return null;let d=new DataView(u,r-a,i-a+1);if(!t.validateData(d))throw Error(`Invalid media file`);let f=t.parseInit(d),p=e.indexRange??t.getIndexRange(f);if(!p)throw ReferenceError(`No way to load representation index`);let m;if(s)m=new DataView(u,p.from-a,p.to-p.from+1);else{let t=yield this.fetch(e.url,{range:p,priority:n,measureThroughput:!1});if(!t)return null;m=new DataView(t)}let h=t.parseSegments(m,f,p).map(e=>({networkStatus:`none`,bufferStatus:`none`,status:`none`,time:e.time,byte:e.byte}));return{initMetadata:f,initDataView:new DataView(u),segments:h}}.bind(this));fetchTemplateRepresentation=Hu(this.abortAllController.signal,async function*(e,t){if(e.type!==`template`)return null;let n=new URL(e.initUrl,e.baseUrl).toString(),r=yield this.fetch(n,{priority:t,measureThroughput:!1});if(!r)return null;let i=e.segments.map(e=>({...e,networkStatus:`none`,bufferStatus:`none`,status:`none`,size:void 0}));return{initMetadata:null,initDataView:new DataView(r),segments:i}}.bind(this));async doFetch(e,t){let n=await vu(e,t);if(n.ok)return n;let r=await n.text(),i=parseInt(r);if(!isNaN(i))switch(i){case 1:this.recoverableError$.next({id:`VideoDataLinkExpiredError`,message:`Video data links have expired`,category:Wu.FATAL,httpCode:n.status,UVBackendErrorCode:r});break;case 8:this.recoverableError$.next({id:`VideoDataLinkBlockedForFloodError`,message:`Url blocked for flood`,category:Wu.FATAL,httpCode:n.status,UVBackendErrorCode:r});break;case 18:this.recoverableError$.next({id:`VideoDataLinkIllegalIpChangeError`,message:`Client IP has changed`,category:Wu.FATAL,httpCode:n.status,UVBackendErrorCode:r});break;case 21:this.recoverableError$.next({id:`VideoDataLinkIllegalHostChangeError`,message:`Request HOST has changed`,category:Wu.FATAL,httpCode:n.status,UVBackendErrorCode:r});break;default:this.error$.next({id:`GeneralVideoDataFetchError`,message:`Generic video data fetch error (${i})`,category:Wu.FATAL,httpCode:n.status,UVBackendErrorCode:r})}}}var nd=c(Qn(),1),rd=c(Qe(),1),id=c(ar(),1),ad=c(yn(),1),od=c(He(),1),sd=c(Je(),1),cd=e=>{let[t,...n]=e.split(`.`);if(!t)return!1;switch(t){case`av01`:{let[e,t,r]=n;return!!(r&&parseInt(r,10)>8)}case`vp09`:{let[e,t,r]=n;return!!(e&&parseInt(e,10)>=2&&r&&parseInt(r,10)>8)}case`avc1`:{let e=n[0];if(!e||e.length!==6)return!1;let[t,r]=e.toUpperCase(),i=t+r;return sd.default([`6E`,`7A`,`F4`],i)}}return!1};import{isNonNullable as ld,isNullable as ud}from"@vkontakte/videoplayer-shared";var dd=e=>{if(e.includes(`/`)){let t=e.split(`/`);return parseInt(t[0])/parseInt(t[1])}else return parseFloat(e)},fd=e=>{try{let t=pd(),{groups:n}=e.match(t)??{};if(n){let e={};if(n.extensions){let t=n.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=n.variants?.split(/-/).filter(e=>e!==``),r={extlang:n.extlang,langtag:n.langtag,language:n.language,privateuse:n.privateuse||n.privateuse2,region:n.region,script:n.script,extensions:e,variants:t};return Object.keys(r).forEach(e=>{let t=r[e];(t===void 0||t===``)&&delete r[e]}),r}return null}catch{return null}};function pd(){let e=`x(?:-[a-z0-9]{1,8})+`,t=`^(?:(?<langtag>${`
|
|
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
123
|
(?:-(?<privateuse>(?:${e})))?
|
|
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},ut=(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},Ao=(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,Vt=H.getAttribute("codecs")??E??"",tt;if(T==="text"){let Ne=H.getAttribute("id")||"",_t=R.privateuse?.includes("x-auto")||Ne.includes("_auto"),Qe=H.querySelector("SegmentTemplate");if(Qe){let Hr={representationId:H.getAttribute("id")??void 0,bandwidth:H.getAttribute("bandwidth")??void 0},Ws=parseInt(H.getAttribute("bandwidth")??"",10)/1e3,Qs=parseInt(Qe.getAttribute("startNumber")??"",10)??1,zi=parseInt(Qe.getAttribute("timescale")??"",10),gu=Qe.querySelectorAll("SegmentTimeline S")??[],Wi=Qe.getAttribute("media");if(!Wi)continue;let Gs=[],Ys=0,Ks="",Qi=0,jr=Qs,xe=0;for(let it of gu){let ui=parseInt(it.getAttribute("d")??"",10),Ge=parseInt(it.getAttribute("r")??"",10)||0,Ot=parseInt(it.getAttribute("t")??"",10);xe=Number.isFinite(Ot)?Ot:xe;let ci=ui/zi*1e3,Gi=xe/zi*1e3;for(let lt=0;lt<Ge+1;lt++){let Nt=ut(Wi,{...Hr,segmentNumber:jr.toString(10),segmentTime:(xe+lt*ui).toString(10)}),Yi=(Gi??0)+lt*ci,Wr=Yi+ci;jr++,Gs.push({time:{from:Yi,to:Wr},url:Nt})}xe+=(Ge+1)*ui,Ys+=(Ge+1)*ci}Qi=xe/zi*1e3,Ks=ut(Wi,{...Hr,segmentNumber:jr.toString(10),segmentTime:xe.toString(10)});let zr={time:{from:Qi,to:1/0},url:Ks},yt={type:"template",baseUrl:pe,segmentTemplateUrl:Wi,initUrl:"",totalSegmentsDurationMs:Ys,segments:Gs,nextSegmentBeyondManifest:zr,timescale:zi};tt={id:Ne,kind:"text",segmentReference:yt,profiles:[],duration:v,bitrate:Ws,mime:"",codecs:"",width:0,height:0,isAuto:_t}}else tt={id:Ne,isAuto:_t,kind:"text",url:pe}}else{let Ne=H.getAttribute("contentType")??We?.split("/")[0]??T,_t=w.getAttribute("profiles")?.split(",")??[],Qe=parseInt(H.getAttribute("width")??"",10),Hr=parseInt(H.getAttribute("height")??"",10),Ws=parseInt(H.getAttribute("bandwidth")??"",10)/1e3,Qs=H.getAttribute("frameRate")??"",zi=H.getAttribute("quality")??void 0,gu=Qs?_T(Qs):void 0,Wi=H.getAttribute("id")??"id"+(M++).toString(10),Gs=Ne==="video"?`${Hr}p`:Ne==="audio"?`${Ws}Kbps`:Vt,Ys=`${Wi}@${Gs}`,Ks=[...L,...O,..._t],Qi,jr=H.querySelector("SegmentBase"),xe=H.querySelector("SegmentTemplate")??ie;if(jr){let yt=H.querySelector("SegmentBase Initialization")?.getAttribute("range")??"",[it,ui]=yt.split("-").map(Nt=>parseInt(Nt,10)),Ge={from:it,to:ui},Ot=H.querySelector("SegmentBase")?.getAttribute("indexRange"),[ci,Gi]=Ot?Ot.split("-").map(Nt=>parseInt(Nt,10)):[],lt=Ot?{from:ci,to:Gi}:void 0;Qi={type:"byteRange",url:pe,initRange:Ge,indexRange:lt}}else if(xe){let yt={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"),Ot=parseInt(xe.getAttribute("startNumber")??"",10)??1,ci=ut(ui,yt);if(!Ge)throw new ReferenceError("No media attribute in SegmentTemplate");let Gi=xe.querySelectorAll("SegmentTimeline S")??[],lt=[],Nt=0,Yi="",Wr=0;if(Gi.length){let Xs=Ot,rt=0;for(let Ki of Gi){let dt=parseInt(Ki.getAttribute("d")??"",10),li=parseInt(Ki.getAttribute("r")??"",10)||0,Js=parseInt(Ki.getAttribute("t")??"",10);rt=Number.isFinite(Js)?Js:rt;let vu=dt/it*1e3,FE=rt/it*1e3;for(let Zs=0;Zs<li+1;Zs++){let UE=ut(Ge,{...yt,segmentNumber:Xs.toString(10),segmentTime:(rt+Zs*dt).toString(10)}),Ip=(FE??0)+Zs*vu,qE=Ip+vu;Xs++,lt.push({time:{from:Ip,to:qE},url:UE})}rt+=(li+1)*dt,Nt+=(li+1)*vu}Wr=rt/it*1e3,Yi=ut(Ge,{...yt,segmentNumber:Xs.toString(10),segmentTime:rt.toString(10)})}else if(V0(v)){let rt=parseInt(xe.getAttribute("duration")??"",10)/it*1e3,Ki=Math.ceil(v/rt),dt=0;for(let li=1;li<Ki;li++){let Js=ut(Ge,{...yt,segmentNumber:li.toString(10),segmentTime:dt.toString(10)});lt.push({time:{from:dt,to:dt+rt},url:Js}),dt+=rt}Wr=dt,Yi=ut(Ge,{...yt,segmentNumber:Ki.toString(10),segmentTime:dt.toString(10)})}let NE={time:{from:Wr,to:1/0},url:Yi};Qi={type:"template",baseUrl:pe,segmentTemplateUrl:Ge,initUrl:ci,totalSegmentsDurationMs:Nt,segments:lt,nextSegmentBeyondManifest:NE,timescale:it}}else throw new ReferenceError("Unknown MPD segment referencing type");if(!Ne||!We)continue;let zr={video:"video",audio:"audio",text:"text"}[Ne];if(!zr)continue;Se||=zr,tt={id:Ys,kind:zr,segmentReference:Qi,profiles:Ks,duration:v,bitrate:Ws,mime:We,codecs:Vt,width:Qe,height:Hr,fps:gu,quality:zi}}ye.language||=F,ye.label||=Te,ye.mime||=We,ye.codecs||=Vt,ye.hdr||=Se==="video"&&bd(Vt),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 $o=C(Xe(),1),Sd=C(Ce(),1);import{assertNever as Lo}from"@vkontakte/videoplayer-shared";var Ro=(s=>(s.VP9="vp9",s.AV1="av1",s.NONE="none",s.SMOOTH="smooth",s.POWER_EFFICIENT="power_efficient",s))(Ro||{});var Mo=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:Lo(a)}},jT=({webmCodec:a,androidPreferredFormat:e,iosPreferredFormat:t,preferMultiStream:i})=>{let r=[...i?["DASH_STREAMS"]:[],...Mo(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",...Mo(a),"HLS","HLS_ONDEMAND"];case"dash_any_webm":return[...Mo(a),"MPEG",...s,"HLS","HLS_ONDEMAND"];case"dash_sep":return["DASH_SEP","MPEG",...Mo(a),...s,"HLS","HLS_ONDEMAND"];default:Lo(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:Lo(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:Lo(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"],Co=a=>{if(a.size===0)return;if(a.size===1){let t=a.values().next();return(0,$o.default)(t.value.split("."),0)}for(let t of a){let i=(0,$o.default)(t.split("."),0);if(i==="opus"||i==="vp09"||i==="av01")return i}let e=a.values().next();return(0,$o.default)(e.value.split("."),0)},Do=a=>{let e=a.map(i=>Kt(i)),{codecs:t}=$.video;return N0().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})},Bo=a=>{let e=a.map(i=>Kt(i)),{codecs:t}=$.video;return F0().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})},Kt=a=>a.split(".")[0].replace("0",""),N0=()=>["av1","vp9","hev1","avc1"],F0=()=>["opus","mp4a"];var sI=C(Xe(),1);var U0=(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)},q0=a=>ue.clearTimeout(a),WT=a=>typeof a=="function"&&a?.toString().endsWith("{ [native code] }"),QT=!WT(ue.requestIdleCallback)||!WT(ue.cancelIdleCallback),Li=QT?U0:ue.requestIdleCallback,Ci=QT?q0:ue.cancelIdleCallback;import{abortable as Pd,assertNonNullable as St,ErrorCategory as cB,fromEvent as lB,getExponentialDelay as dB,getWindow as aI,isHigher as pB,isNonNullable as ne,isNullable as ge,once as hB,Subject as fB,Subscription as mB,ValueSubject as gs}from"@vkontakte/videoplayer-shared";var GT=C(Xe(),1);var Vo=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 Ar=class extends z{};import{assertNever as H0}from"@vkontakte/videoplayer-shared";var za=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:H0(e)}}};var Wa=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 Qa=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 Ga=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 Ya=class extends z{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var Ka=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 Xa=class extends z{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};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){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 es=class extends Z{constructor(e,t){super(e,t),this.valid&&(this.poseYawDegrees=this.readUint32(),this.posePitchDegrees=this.readUint32(),this.poseRollDegrees=this.readUint32())}};var ts=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 is=class extends z{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var rs=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 as=class extends z{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};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.valid&&(this.sequenceNumber=this.readUint32())}};var os=class extends z{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var us=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 cs=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 ls=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 ds=class extends z{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var ps=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 hs=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 z0={ftyp:Wa,moov:Qa,mvhd:Ga,moof:Ya,mdat:Ka,sidx:Di,trak:Xa,mdia:is,mfhd:ns,tkhd:rs,traf:os,tfhd:us,tfdt:cs,trun:ls,minf:as,sv3d:Ja,st3d:Za,prhd:es,proj:ss,equi:ts,uuid:za,stbl:ds,stsd:ps,avc1:hs,unknown:Ar},kt=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||!Vo(n))break;t.push(n),i+=n.size}return t}createBox(e,t){let i=z0[e];return i?new i(t,new a):new Ar(t,new a)}};var Xt=class{constructor(e){this.index={},this.indexBoxLevel(e)}indexBoxLevel(e){e.forEach(t=>{Vo(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 Q0=new TextDecoder("ascii"),G0=a=>Q0.decode(new DataView(a.buffer,a.byteOffset+4,4))==="ftyp",Y0=a=>{let e=new Di(a,new kt),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})},K0=(a,e)=>{let i=new kt().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)},X0=a=>{let t=new kt().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},J0=a=>{let t=new kt().parse(a);return new Xt(t).find("sidx")?.timescale},Z0=(a,e)=>{let i=new kt().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},eB=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 kt().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:G0,parseInit:eB,getIndexRange:()=>{},parseSegments:Y0,parseFeedableSegmentChunk:K0,getChunkEndTime:Z0,getServerLatencyTimestamps:X0,getTimescaleFromIndex:J0};var ms=C(Ce(),1);import{assertNonNullable as Td,isNonNullable as ZT,isNullable as iB}from"@vkontakte/videoplayer-shared";import{assertNever as tB}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=fs(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=fs(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}},fs=(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},ct=(a,e)=>{switch(e){case"int":return a.getInt8(0);case"uint":return fs(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:tB(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=ct(o,n):s===17026?t=ct(o,n):s===17029&&(i=ct(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],rB=[231,22612,22743,167,171,163,160,175],aB=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=ct(f,h);c=fs(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=ct(f,h):p===17545?r=ct(f,h):p===21420&&c===475249515?u=ct(f,h):p===374648427?Bi(f,({tag:g,type:v,value:S})=>g===30321?(d=ct(S,v)===1,!1):!0):s&&n&&(0,ms.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}}}},sB=a=>{if(iB(a.cuesSeekPosition))return;let e=a.segmentStart+a.cuesSeekPosition,t=1024*1024;return{from:e,to:e+t}},nB=(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=ct(c,u));break;case 183:break;case 241:n&&(n.position=ct(c,u));break;default:t&&(0,ms.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}}})},oB=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,ms.default)(rB,i.tag)?(e+i.tagSize<=a.byteLength&&(e+=i.tagSize,t||=(0,ms.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:aB,getIndexRange:sB,parseSegments:nB,parseFeedableSegmentChunk:oB};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 uB}from"@vkontakte/videoplayer-shared";var Jt=({id:a,width:e,height:t,bitrate:i,fps:r,quality:s,streamId:n})=>{let o=(s?Wt(s):void 0)??uB({width:e,height:t});return o&&{id:a,quality:o,bitrate:i,size:{width:e,height:t},fps:r,streamId:n}},bs=({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 Rr=class{constructor(e,t,i,{fetcher:r,tuning:s,getCurrentPosition:n,getCurrentStallDuration:o,manifest:u}){this.error$=new fB;this.playingRepresentation$=new gs(void 0);this.playingRepresentationInit$=new gs(void 0);this.currentSegmentLength$=new gs(0);this.onLastSegment$=new gs(!1);this.fullyBuffered$=new gs(!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 mB;this.startWith=Pd(this.destroyAbortController.signal,async function*(e){let t=this.representations.get(e);St(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);St(i,"No init buffer for starting representation"),St(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);St(r,`No such representation ${e}`),St(i,`No such representation ${this.downloadingRepresentationId}`),yield this.loadInitIfNeeded(r,"high");let s=this.initData.get(r.id),n=this.segments.get(r.id);St(s,"No init buffer for switching representation"),St(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 St(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=dB(this.failedDownloads,this.tuning.downloadBackoff);yield new Promise(t=>{let i=aI();this.loadByteRangeSegmentsTimeoutId=i.setTimeout(t,e),this.subscription.add(lB(i,"online").pipe(hB()).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_nj2j6f9518k9)for(let t of this.idleCallbacks.values())e.__polyfill_cancelIdleCallback_nj2j6f9518k9(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)&&pB(s.quality,r.quality)}else if(this.kind==="audio"){let r=bs(e),s=bs(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:cB.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){St(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){St(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 bB,isNonNullable as gB,isNullable as nI,now as oI,isAbortError as vB}from"@vkontakte/videoplayer-shared";var _o=class extends Rr{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(),vB(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:bB.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)):gB(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 SB,isAbortError as yB,isNullable as kd,now as uI}from"@vkontakte/videoplayer-shared";var Mr=class extends Rr{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(),yB(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:SB.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(Oa(),1),lI=C(Xe(),1);import{assertNonNullable as TB,ErrorCategory as IB,isNullable as At,ValueSubject as cI}from"@vkontakte/videoplayer-shared";var Oo=class extends Mr{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(At(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;TB(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(At(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(At(this.playingRepresentationId))return 0;let t=this.representations.get(this.playingRepresentationId)?.segmentReference;return At(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),At(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(At(t.segment.data)||At(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=ut(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),At(u)||At(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:IB.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 vs=class{static getBufferManager(e,t,i,r){return r.manifest?.live?new Oo(e,t,i,r):be(i[0].segmentReference)?new Mr(e,t,i,r):new _o(e,t,i,r)}};import{ErrorCategory as xB,fromEvent as PB,isNullable as $r,Subject as kB,Subscription as AB}from"@vkontakte/videoplayer-shared";import{assertNever as EB,ErrorCategory as dI,Subject as pI}from"@vkontakte/videoplayer-shared";var wB=18,hI=!1;try{hI=$.browser.isSafari&&!!$.browser.safariVersion&&$.browser.safariVersion<=wB}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:EB(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 Ss=class{constructor(e){this.error$=new kB;this.subscription=new AB;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(PB(this.sourceBuffer,"error").subscribe(()=>this.error$.next({id:"SourceBuffer",category:xB.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($r(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(){!$r(this.sourceBuffer)&&!this.sourceBuffer.updating&&(this.sourceBuffer.mode="segments")}getBufferState(){if($r(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 $r(this.sourceBuffer)||!X(this.mediaSource,this.sourceBuffer)||!this.sourceBuffer.buffered.length||$r(e)?0:Zt(this.sourceBuffer.buffered,e)}async abortBuffer(e){return $r(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 No=(a,e)=>{a.video.forEach(t=>{let i=t.representations.filter(({fps:r,height:s,codecs:n})=>{let o=e.find(([u,c,d])=>u===`${s}p`&&Kt(n)===d)?.[1];return o&&Number.isInteger(o)&&r&&Number.isInteger(r)?r<=o:!0});t.representations=i})};var CB=["timeupdate","progress","play","seeked","stalled","waiting"],vI=["timeupdate","progress","loadeddata","playing","seeked"],Lr=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 LB;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",Fo({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(),Rt(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){Ts(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 xo({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(){Rt(this.element),this.state$.setState("running"),this.subscription.add(Is(...CB.map(t=>Oi(this.element,t)),Oi(ys(),"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(Is(...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){Rt(this.element),Rt(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",Fo({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&&ys().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(Ts(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(){Rt(this.element),Rt(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",Fo(i))}isStallExceeded(e){let{crashOnStallTimeout:t,crashOnStallTWithoutDataTimeout:i}=this.tuning.dash,r=$B(),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(Ts(e))return null;let t=this.parseManifest(e);if(!t)return null;let i=this.getResultManifest(t);return this.tracer.log("updateManifestEnd",Fo(i)),i}parseManifest(e){try{return Ao(e??"",this.manifestUrlString)}catch(t){let i=To(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=Bo(l),d=s[0]),o==="video"&&(r=Do(l),this.forceVideoCodec&&(0,SI.default)(r,this.forceVideoCodec)?d=this.forceVideoCodec:d=r[0]),d&&(t[o]=c.filter(({codecs:p})=>Kt(p)===d))}else{let l=new Set(c.map(({codecs:p})=>p));d=Co(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&&No(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){Rt(this.manifest),Rt(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=gn();let n=ys().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 Ss(this.source),this.videoBufferManager=vs.getBufferManager("video",this.videoNativeBufferManager,u,e),this.bufferManagers=[this.videoBufferManager],this.nativeBufferManagers=[this.videoNativeBufferManager],ei(i)){this.audioNativeBufferManager=new Ss(this.source);let c=this.manifest.streams.audio.reduce((d,l)=>[...d,...l.representations],[]);this.audioBufferManager=vs.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=ys().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&&ys().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(Is(...this.bufferManagers.map(e=>e.error$)).subscribe(this.error$)),Rt(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(Is(...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(Is(...vI.map(e=>Oi(this.element,e))).pipe($d(e=>Math.min(this.videoBufferManager?.getForwardPlaybackBufferDuration()??0,this.audioBufferManager?.getForwardPlaybackBufferDuration()??0,this.audioBufferManager?.getForwardPlaybackBufferDuration()??0)),RB()).subscribe(this.bufferLength$)),this.representationSubscription.add(this.nativeBufferLength$.pipe(Md(e=>e>this.tuning.dash.bufferEmptinessTolerance)).subscribe(e=>this.stopStallWatchdogSubscription()))}initTracerSubscription(){let e=MB(this.tracer.error.bind(this.tracer));this.subscription.add(this.error$.subscribe(e("error")))}async tick(){if(Ts(this.element)||Ts(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 Uo,combine as DB,ErrorCategory as BB,filter as Ld,filterChanged as VB,fromEvent as _B,isNonNullable as OB,map as Cd,merge as Es}from"@vkontakte/videoplayer-shared";var qo=class extends Lr{constructor(e){super(e)}prepareManifestUrlString(e,t){return e}initRepresentationSubscriptions(){super.initRepresentationSubscriptions(),this.initDisableStallWatchdogSubscription(),this.initEndOfVideoSubscription()}setSourceDuration(){Uo(this.manifest),Uo(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){Uo(this.element);let t=this.element.currentTime*1e3;await Promise.all([this.videoBufferManager?.maintain(t),this.audioBufferManager?.maintain(t)]),e.position=t}initDisableStallWatchdogSubscription(){Uo(this.element);let e=Es(_B(this.element,"ended"),this.forceEnded$),t=this.nativeBufferLength$.pipe(Ld(i=>i>this.tuning.dash.bufferEmptinessTolerance));this.representationSubscription.add(Es(e,t).subscribe(i=>this.stopStallWatchdogSubscription()))}initEndOfVideoSubscription(){let e=Es(...this.bufferManagers.map(s=>s.fullyBuffered$)).pipe(Cd(()=>this.bufferManagers.every(s=>s.fullyBuffered$.getValue()))),t=Es(...this.bufferManagers.map(s=>s.onLastSegment$)).pipe(Cd(()=>this.bufferManagers.some(s=>s.onLastSegment$.getValue()))),i=DB({allBuffersFull:e,someBufferEnded:t}).pipe(VB(),Cd(({allBuffersFull:s,someBufferEnded:n})=>s&&n),Ld(s=>s)),r=()=>{try{this.source?.endOfStream()}catch(s){this.error$.next({id:"EndOfStream",category:BB.VIDEO_PIPELINE,message:"Failed to end MediaSource stream",thrown:s})}};this.representationSubscription.add(Es(this.forceEnded$,i).pipe(Ld(s=>OB(this.source)&&this.source.readyState==="open"&&Array.from(this.source.sourceBuffers).every(n=>!n.updating))).subscribe(r))}};var ws=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(FB(),NB(s=>UB(s))).subscribe(s=>{let n=this.player.calculateDurationFromSegments(s);n&&this.params.output.duration$.next(n/1e3)},r))}getPlayer(){return new qo({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 YB}from"@vkontakte/videoplayer-shared";import{isNullable as qB,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)&&(qB(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 Ho=class extends ii{constructor(e){super(e),this.slow=this.fast=e.initial}updateSmoothedValue(e){this.slow=Pt(this.slow,e,this.params.emaAlphaSlow),this.fast=Pt(this.fast,e,this.params.emaAlphaFast);let t=this.params.fastDirection>0?Math.max:Math.min;this.smoothed=t(this.slow,this.fast)}};var jo=class extends ii{constructor(e){super(e),this.emaSmoothed=e.initial}updateSmoothedValue(e){let t=Yl(this.pastMeasures,this.takenMeasures);this.emaSmoothed=Pt(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 zo=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?Pt(this.smoothed,t,this.params.emaAlpha):t}};var Mt=class{static getSmoothedValue(e,t,i){return i.type==="TwoEma"?new Ho({initial:e,emaAlphaSlow:i.emaAlphaSlow,emaAlphaFast:i.emaAlphaFast,changeThreshold:i.changeThreshold,fastDirection:t,deviationDepth:i.deviationDepth,deviationFactor:i.deviationFactor,label:"throughput"}):new jo({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 zo({initial:e,label:"liveEdgeDelay",...t})}};import{assertNonNullable as Ni,combine as Ps,ErrorCategory as Wo,filter as Qo,filterChanged as Bd,fromEvent as TI,interval as WB,isNonNullable as QB,isNullable as II,map as Vd,now as EI,throttle as GB}from"@vkontakte/videoplayer-shared";var Cr=(a,e)=>{a&&a.playbackRate!==e&&(a.playbackRate=e)};import{isNullable as HB,ValueSubject as jB}from"@vkontakte/videoplayer-shared";var xs=class a{constructor(e,t){this.currentRepresentation$=new jB(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(!HB(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 Go=class extends Lr{constructor(t){super(t);this.liveStreamEndTimestamp=0;this.liveWasInterrupted=!1;this.liveBuffer=Mt.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:Wo.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:Wo.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:Wo.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),xs.isSupported(this.manifest.streams.text)&&!this.isLowLatency$.getValue()&&(this.liveTextManager=new xs(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),QB(this.liveTextManager)&&this.representationSubscription.add(this.liveTextManager.currentRepresentation$.subscribe(this.currentLiveTextRepresentation$))}initStreamDurationOnPauseSubscription(){Ni(this.element);let{liveUpdateInterval:t}=this.tuning.dash,i=()=>WB(t).subscribe(async r=>{let s=qt(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(Ps({isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(Vd(({isActiveLive:t,isLowLatency:i})=>t&&i),Bd(),Qo(t=>!this.isManualDecreasePlaybackInLive())).subscribe(t=>Cr(this.element,1))),this.representationSubscription.add(Ps({liveBuffer:this.liveBuffer.smoothed$,isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(Qo(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),Cr(this.element,c)}))}initLiveBufferInfoSubscriptions(t,i){this.representationSubscription.add(Ps({bufferLength:this.bufferLength$,isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(Qo(({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(Ps({isLive:this.isLive$,rtt:this.throughputEstimator.rtt$,bufferLength:this.bufferLength$,segmentServerLatency:t.currentLiveSegmentServerLatency$}).pipe(Qo(({isLive:r})=>r),Bd((r,s)=>s.bufferLength<r.bufferLength),Vd(({rtt:r,bufferLength:s,segmentServerLatency:n})=>{let o=qt(this.manifestUrlString,2);return(r/2+s+n+o)/1e3})).subscribe(this.liveLatency$))}initLiveMaintainSubscription(t){let i=0;this.representationSubscription.add(Ps({liveLoadBufferLength:this.liveLoadBufferLength$,bufferLength:this.bufferLength$}).pipe(GB(this.tuning.dash.liveUpdateInterval)).subscribe(async({liveLoadBufferLength:r,bufferLength:s})=>{Ni(this.element);let n=this.element.playbackRate,o=qt(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:Wo.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 Dr=class extends Ai{constructor(e){super(e),this.textTracksManager.destroy()}getPlayer(){return new Go({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=>YB(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 SV,assertNonNullable as yV,combine as TV,debounce as IV,ErrorCategory as FI,filter as Yd,filterChanged as Bs,fromEvent as EV,isNonNullable as UI,isNullable as wV,map as Vs,merge as _s,observableFrom as ru,once as qI,Subscription as xV,throttle as PV}from"@vkontakte/videoplayer-shared";var NI=C(Ce(),1),Qd=C(Oa(),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 Or,combine as Nr,ErrorCategory as et,filter as eu,filterChanged as Ls,flattenObject as Cs,fromEvent as Lt,getTraceSubscriptionMethod as oV,interval as zd,isNonNullable as Ds,isNullable as _I,map as Fr,merge as Hi,now as Wd,Subject as Ct,Subscription as OI,SubscriptionRemovable as uV,tap as cV,throttle as lV,ValueSubject as ee}from"@vkontakte/videoplayer-shared";var Ko=C(Ce(),1),Ui=C(Xe(),1),Xo=C(Oa(),1);var DI=C(xl(),1);import{assertNever as KB,ErrorCategory as RI,Subject as MI}from"@vkontakte/videoplayer-shared";var XB=18,$I=!1;try{$I=$.browser.isSafari&&!!$.browser.safariVersion&&$.browser.safariVersion<=XB}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:KB(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 $t,fromEvent as qd,getExponentialDelay as Hd,isHigher as JB,isNonNullable as si,isNullable as le,now as Yo,once as ZB,Subject as eV,Subscription as tV,ValueSubject as Fi,isAbortError as CI}from"@vkontakte/videoplayer-shared";var ks=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 eV;this.gaps=[];this.subscription=new tV;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:$t.VIDEO_PIPELINE,message:"Error when trying to clear segments ejected by browser",thrown:n}),o??={id:"SegmentEjection",category:$t.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:$t.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,Xo.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)&&JB(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,Ko.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,Xo.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,Xo.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=ut(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=Yo(),!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]),CI(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(ZB()).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=Yo(),this.failedDownloads=0}catch(u){this.abortActiveSegments(e),CI(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=Yo(),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:$t.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=Yo();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:$t.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,Ko.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:$t.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,DI.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:$t.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,Ko.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:$t.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:$t.VIDEO_PIPELINE,thrown:e,message:"Something went wrong"})}};import{abortable as As,assertNever as BI,fromEvent as VI,merge as iV,now as qi,Subject as Br,ValueSubject as Rs,flattenObject as Vr,ErrorCategory as _r,SubscriptionRemovable as rV,getWindow as Ms,suppressAbort as Jo}from"@vkontakte/videoplayer-shared";var Zo=class{constructor({throughputEstimator:e,requestQuic:t,tracer:i,compatibilityMode:r=!1,useEnableSubtitlesParam:s=!1}){this.manifestRequested$=new Br;this.firstBytesManifest$=new Br;this.firstBytesRequested$=new Br;this.firstBytesReceived$=new Br;this.lastConnectionType$=new Rs(void 0);this.lastConnectionReused$=new Rs(void 0);this.lastRequestFirstBytes$=new Rs(void 0);this.lastConnectionMetrics$=new Rs(void 0);this.lastDownloadMetrics$=new Rs(void 0);this.recoverableError$=new Br;this.error$=new Br;this.abortAllController=new J;this.subscription=new rV;this.performanceObserver=null;this.pendingConnectionMetrics=new Map;this.fetchManifest=As(this.abortAllController.signal,async function*(e){let t=this.tracer.createComponentTracer("FetchManifest"),i=e;this.requestQuic&&(i=Yt(i)),!this.compatibilityMode&&this.useEnableSubtitlesParam&&(i=Eo(i)),this.trackRequestStart(i,performance.now());let r=qi();this.manifestRequested$.next();let s=yield this.doFetch(i,{signal:this.abortAllController.signal}).catch(Jo);if(s){let n=qi();t.log("success",Vr({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",Vr({url:i,message:"No data in request manifest"})),t.end(),null}.bind(this));this.fetch=As(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,Ms().location.href);T.searchParams.append("bytes",`${i.from}-${i.to}`),l=T.toString();break}default:BI(t)}this.requestQuic&&(l=Yt(l));let f=this.abortAllController.signal,b;if(n){let T=new J;if(b=iV(VI(this.abortAllController.signal,"abort"),VI(n,"abort")).subscribe(()=>{try{T.abort()}catch(O){Jo(O)}}),this.subscription.add(b),this.abortAllController.signal.aborted||n.aborted)try{T.abort()}catch(O){Jo(O)}f=T.signal}let g=0,v=qi();h.log("startRequest",Vr({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",Vr(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,Jo(T)},U=As(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",Vr(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",Vr(E)),h.end(),k.buffer}.bind(this));this.fetchByteRangeRepresentation=As(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=As(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,Ms().PerformanceObserver&&this.setupPerformanceObserver()}onHeadersReceived(e){let{type:t,reused:i}=Io(e);this.lastConnectionType$.next(t),this.lastConnectionReused$.next(i)}setupPerformanceObserver(){this.performanceObserver=new(Ms()).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 Ms().navigator))return"unknown";let e=Ms().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:_r.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:BI(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:_r.FATAL,httpCode:r.status,UVBackendErrorCode:s});break;case 8:this.recoverableError$.next({id:"VideoDataLinkBlockedForFloodError",message:"Url blocked for flood",category:_r.FATAL,httpCode:r.status,UVBackendErrorCode:s});break;case 18:this.recoverableError$.next({id:"VideoDataLinkIllegalIpChangeError",message:"Client IP has changed",category:_r.FATAL,httpCode:r.status,UVBackendErrorCode:s});break;case 21:this.recoverableError$.next({id:"VideoDataLinkIllegalHostChangeError",message:"Request HOST has changed",category:_r.FATAL,httpCode:r.status,UVBackendErrorCode:s});break;default:this.error$.next({id:"GeneralVideoDataFetchError",message:`Generic video data fetch error (${n})`,category:_r.FATAL,httpCode:r.status,UVBackendErrorCode:s})}}unsubscribeAbortSubscription(e){e&&(e.unsubscribe(),this.subscription.remove(e))}};import{isNullable as aV,ValueSubject as sV}from"@vkontakte/videoplayer-shared";var $s=class a{constructor(e,t){this.currentRepresentation$=new sV(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(!aV(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 dV=["timeupdate","progress","play","seeked","stalled","waiting"],pV=["timeupdate","progress","loadeddata","playing","seeked"];var tu=class{constructor(e){this.element=null;this.manifestUrlString="";this.source=null;this.manifest=null;this.bufferManagers=[];this.subscription=new OI;this.subscriptionRemovable=new uV;this.representationSubscription=new OI;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 Ct;this.manifestRequested$=new Ct;this.firstBytesManifest$=new Ct;this.manifestReceived$=new Ct;this.firstBytesRequested$=new Ct;this.firstBytesReceived$=new Ct;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 Ct;this.fetcherError$=new Ct;this.liveStreamEndTimestamp=0;this.isUpdatingLive=!1;this.isJumpGapAfterSeekLive=!1;this.forceEnded$=new Ct;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=Ao(e??"",this.manifestUrlString),this.manifestReceived$.next()}catch(u){let c=To(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=Bo(p),l=n[0]),u==="video"&&(s=Do(p),this.forceVideoCodec&&(0,NI.default)(s,this.forceVideoCodec)?l=this.forceVideoCodec:l=s[0]),l&&(r[u]=d.filter(({codecs:h})=>Kt(h)===l))}else{let p=new Set(d.map(({codecs:h})=>h));l=Co(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&&No(r,b)}}let o={...t,streams:r};return this.tuning.dash.codecsPrioritizeEnabled&&(o.codecs={video:s,audio:n}),this.tracer.log("updateManifestEnd",Cs(o)),o}.bind(this));this.initRepresentations=jd(this.destroyController.signal,async function*(e,t,i){this.tracer.log("initRepresentationsStart",Cs({initialVideo:e,initialAudio:t,sourceHls:i})),Or(this.manifest),Or(this.element),this.representationSubscription.unsubscribe(),this.state$.startTransitionTo("representations_ready");let r=l=>{this.representationSubscription.add(Lt(l,"error").pipe(eu(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=gn();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 ks("video",this.source,o,n),this.bufferManagers=[this.videoBufferManager],Ds(t)){let l=this.manifest.streams.audio.reduce((p,h)=>[...p,...h.representations],[]);this.audioBufferManager=new ks("audio",this.source,l,n),this.bufferManagers.push(this.audioBufferManager)}if($s.isSupported(this.manifest.streams.text)&&!this.isLowLatency$.getValue()&&(this.liveTextManager=new $s(this.manifest.streams.text,n)),this.representationSubscription.add(this.fetcher.lastRequestFirstBytes$.subscribe(this.lastRequestFirstBytes$)),this.representationSubscription.add(Hi(...pV.map(l=>Lt(this.element,l))).pipe(Fr(l=>this.element?Zt(this.element.buffered,this.element.currentTime*1e3):0),Ls(),cV(l=>{l>this.tuning.dash.bufferEmptinessTolerance&&this.stopStallWatchdogSubscription()})).subscribe(this.bufferLength$)),this.representationSubscription.add(Hi(Lt(this.element,"ended"),this.forceEnded$).subscribe(()=>{this.stopStallWatchdogSubscription()})),this.isLive$.getValue()){this.subscription.add(this.liveDuration$.pipe(Ls()).subscribe(p=>this.liveStreamEndTimestamp=Wd())),this.subscription.add(Lt(this.element,"pause").subscribe(()=>{let{liveUpdateInterval:p}=this.tuning.dash;this.livePauseWatchdogSubscription=zd(p).subscribe(h=>{let f=qt(this.manifestUrlString,2);this.manifestUrlString=se(this.manifestUrlString,f+p,2),this.liveStreamStatus$.getValue()==="active"&&this.updateManifest()}),this.subscription.add(this.livePauseWatchdogSubscription)})).add(Lt(this.element,"play").subscribe(p=>this.livePauseWatchdogSubscription?.unsubscribe())),this.representationSubscription.add(Nr({isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(Fr(({isActiveLive:p,isLowLatency:h})=>p&&h),Ls()).subscribe(p=>{this.isManualDecreasePlaybackInLive()||Cr(this.element,1)})),this.representationSubscription.add(Nr({bufferLength:this.bufferLength$,isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(eu(({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(Nr({isLive:this.isLive$,rtt:this.throughputEstimator.rtt$,bufferLength:this.bufferLength$,segmentServerLatency:this.videoBufferManager.currentLiveSegmentServerLatency$}).pipe(eu(({isLive:p})=>p),Ls((p,h)=>h.bufferLength<p.bufferLength),Fr(({rtt:p,bufferLength:h,segmentServerLatency:f})=>{let b=qt(this.manifestUrlString,2);return(p/2+h+f+b)/1e3})).subscribe(this.liveLatency$)),this.representationSubscription.add(Nr({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),Cr(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(Nr({liveLoadBufferLength:this.liveLoadBufferLength$,bufferLength:this.bufferLength$}).pipe(lV(this.tuning.dash.liveUpdateInterval)).subscribe(async({liveLoadBufferLength:p,bufferLength:h})=>{if(!this.element||this.isUpdatingLive)return;let f=this.element.playbackRate,b=qt(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(Fr(()=>this.bufferManagers.every(l=>l.fullyBuffered$.getValue()))),c=Hi(...this.bufferManagers.map(l=>l.onLastSegment$)).pipe(Fr(()=>this.bufferManagers.some(l=>l.onLastSegment$.getValue()))),d=Nr({allBuffersFull:u,someBufferEnded:c}).pipe(Ls(),Fr(({allBuffersFull:l,someBufferEnded:p})=>l&&p),eu(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&&Ds(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 Zo({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=Mt.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){Or(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(){Or(this.element),this.state$.setState("running"),this.subscription.add(Hi(...dV.map(e=>Lt(this.element,e)),Lt(window,"online")).subscribe(()=>this.tick(),e=>{this.error$.next({id:"DashVKPlayer",category:et.WTF,message:"Internal logic error",thrown:e})})),this.subscription.add(Lt(this.element,"progress").subscribe(()=>{this.element&&this.element.readyState===2&&!this.element.seeking&&(this.element.currentTime=this.element.currentTime)})),this.subscription.add(Lt(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",Cs(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){Or(this.element),Or(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()]),!(_I(this.element)||_I(this.videoBufferManager))&&(this.videoBufferManager.maintain(i),this.audioBufferManager?.maintain(i),this.element.currentTime=i/1e3,this.tracer.log("seek",Cs({requestedPosition:e,forcePrecise:t,position:i})))}warmUpMediaSourceIfNeeded(e=this.element?.currentTime){Ds(this.element)&&Ds(this.source)&&Ds(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=oV(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",Cs(i)))}}calculateDurationFromSegments(){return Math.max(this.videoBufferManager?.calculateDurationFromSegments()||0,this.audioBufferManager?.calculateDurationFromSegments()||0)}};import{combine as hV,map as fV,observeElementSize as mV,Subscription as bV,ValueSubject as Gd,noop as gV}from"@vkontakte/videoplayer-shared";var iu=class{constructor(){this.subscription=new bV;this.pipSize$=new Gd(void 0);this.videoSize$=new Gd(void 0);this.elementSize$=new Gd(void 0);this.pictureInPictureWindowRemoveEventListener=gV}connect({observableVideo:e,video:t}){let i=r=>{let s=r.target;this.pipSize$.next({width:s.width,height:s.height})};this.subscription.add(mV(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(hV({videoSize:this.videoSize$,pipSize:this.pipSize$,inPip:e.inPiP$}).pipe(fV(({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 xV;this.videoState=new N("stopped");this.observableVideo=null;this.droppedFramesManager=new Tr;this.stallsManager=new mo;this.elementSizeManager=new iu;this.videoTracksMap=new Map;this.audioTracksMap=new Map;this.textTracksMap=new Map;this.videoStreamsMap=new Map;this.audioStreamsMap=new Map;this.videoTrackSwitchHistory=new Qt;this.audioTrackSwitchHistory=new Qt;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 SV(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 tu({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;wV(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:FI.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),qI()).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(Vs(l=>l.to.state!=="none"),Bs());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(UI),qI()),e.firstBytesEvent$),s(this.stallsManager.severeStallOccurred$,e.severeStallOccurred$),s(this.videoState.stateChangeEnded$.pipe(Vs(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(mt(this.video,t.isLooped,r)),this.subscription.add(i.volumeState$.subscribe(this.params.output.volume$,r)),Gt({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(yV(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=bs(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=_s(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$,EV(this.video,"progress")).pipe(Yd(()=>this.videoTracksMap.size>0)),{abrThrottle:u}=this.params.tuning.dash;u&&(o=o.pipe(PV(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);UI(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(TV({videoState:this.videoState.stateChangeEnded$,autoVideoTrackState:_s(ru([t.autoVideoTrackSwitching.getState()]),t.autoVideoTrackSwitching.stateChangeEnded$.pipe(Vs(l=>l.to)))}).pipe(Vs(({videoState:l,autoVideoTrackState:p})=>l.to!=="stopped"&&p),Bs()).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(Bs()).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(Bs()).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(Vs(({to:l})=>l==="ready"),Bs());this.subscription.add(_s(c,t.autoVideoTrackSwitching.stateChangeStarted$,this.player.state$.stateChangeEnded$,ru(["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(_s(c,this.player.state$.stateChangeEnded$,ru(["init"])).subscribe(()=>this.player.setPreloadOnly(t.playbackState.getState()==="ready")));let d=_s(t.playbackState.stateChangeStarted$,t.videoTrack.stateChangeStarted$,t.seekState.stateChangeEnded$,this.videoState.stateChangeEnded$,ru(["init"])).pipe(IV(0));this.subscription.add(d.subscribe(this.syncPlayback,r))}selectVideoAudioRepresentations(){if(this.player.isStreamEnded)return;let e=this.params.tuning.useNewAutoSelectVideoTrack?Ra:Aa,t=this.params.tuning.useNewAutoSelectVideoTrack?no:so,i=this.params.tuning.useNewAutoSelectVideoTrack?vt:ao,{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:FI.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 Os=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 HI,filter as jI,filterChanged as zI,isNullable as Xd,map as WI,ValueSubject as Jd,isNonNullable as kV}from"@vkontakte/videoplayer-shared";var Ns=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(zI()).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(WI(u=>u.to)).subscribe(this.player.isLowLatency$)).add(Kd({liveBufferTime:i.liveBufferTime$,liveAvailabilityStartTime:this.player.liveAvailabilityStartTime$}).pipe(WI(({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:HI(r.playbackRateState$,new Jd(1))}).pipe(jI(({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:HI(r.playbackRateState$,new Jd(1))}).pipe(zI((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(jI(u=>kV(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 QI="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(QI)?parseInt(e.headers.get(QI),10):void 0};import{assertNever as OV,combine as NV,debounce as FV,ErrorCategory as nu,filter as UV,filterChanged as qV,isNonNullable as KI,isNullable as ou,map as XI,merge as HV,observableFrom as jV,Subscription as zV,ValueSubject as ip,VideoQuality as WV}from"@vkontakte/videoplayer-shared";var tp=C(Nc(),1);import{videoSizeToQuality as AV,getExponentialDelay as RV}from"@vkontakte/videoplayer-shared";var MV=a=>{let e=null;if(a.QUALITY&&(e=Wt(a.QUALITY)),!e&&a.RESOLUTION){let[t,i]=a.RESOLUTION.split("x").map(r=>parseInt(r,10));e=AV({width:t,height:i})}return e??null},$V=(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(CV(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:_V.WTF,thrown:t,message:e})}};var Fs=class{constructor(e){this.subscription=new zV;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 OV(t)}};this.params=e,this.video=De(e.container,e.tuning),this.params.output.element$.next(this.video),this.masterManifest={id:"master",quality:WV.INVARIANT,url:this.params.source.url};let t=(i,r)=>au(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 su(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:nu.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:nu.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:nu.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(qV(),XI(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&&KI(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(NV({startTime:this.manifestStartTime$.pipe(UV(KI)),currentTime:r.timeUpdate$}).subscribe(({startTime:o,currentTime:u})=>this.params.output.liveTime$.next(o+u*1e3),i)),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));let n=HV(t.playbackState.stateChangeStarted$,t.seekState.stateChangeEnded$,t.videoTrack.stateChangeStarted$,t.autoVideoTrackSwitching.stateChangeStarted$,t.autoVideoTrackLimits.stateChangeStarted$,this.videoState.stateChangeEnded$,this.manifests$,jV(["init"])).pipe(FV(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(ou(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(!ou(o))this.maxSeekBackTime$.next(o);else{let u=this.params.source.maxSeekBackTime??this.maxSeekBackTime$.getValue();(ou(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=>{ou(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:nu.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 QV,debounce as GV,ErrorCategory as rp,fromEvent as ap,isNonNullable as YV,isNullable as KV,map as JI,merge as ZI,observableFrom as eE,Subscription as XV,ValueSubject as tE,VideoQuality as JV}from"@vkontakte/videoplayer-shared";var Us=class{constructor(e){this.subscription=new XV;this.videoState=new N("stopped");this.manifests$=new tE([]);this.unmuteAfterBrowserResetsHappened=new tE(!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 QV(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:JV.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(),au(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(JI(o=>o.to)),this.params.output.playbackState$),this.subscription.add(mt(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)),Gt({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&&YV(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(JI(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(ZI(ap(o,"addtrack"),ap(o,"removetrack"),ap(o,"change"),eE(["init"])).subscribe(()=>{for(let u=0;u<o.length;u++)o[u].mode="hidden"},i))}let n=ZI(t.playbackState.stateChangeStarted$,t.seekState.stateChangeEnded$,t.videoTrack.stateChangeStarted$,t.autoVideoTrackSwitching.stateChangeStarted$,t.autoVideoTrackLimits.stateChangeStarted$,this.videoState.stateChangeEnded$,this.manifests$,eE(["init"])).pipe(GV(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(KV(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 aE=C(Ht(),1),sp=C(bi(),1),sE=C(Xe(),1);import{assertNever as ZV,assertNonNullable as iE,debounce as e_,ErrorCategory as rE,isHigherOrEqual as t_,isLowerOrEqual as i_,isNonNullable as r_,merge as a_,observableFrom as s_,Subscription as n_,map as o_}from"@vkontakte/videoplayer-shared";var qs=class{constructor(e){this.subscription=new n_;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 ZV(e)}};this.params=e,this.video=De(e.container,e.tuning),this.params.output.element$.next(this.video),(0,aE.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:rE.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(o_(o=>o.to)),this.params.output.playbackState$),this.subscription.add(mt(this.video,t.isLooped,i)),Gt({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&&r_(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=a_(t.playbackState.stateChangeStarted$,t.videoTrack.stateChangeStarted$,t.seekState.stateChangeEnded$,t.autoVideoTrackLimits.stateChangeStarted$,this.videoState.stateChangeEnded$,s_(["init"])).pipe(e_(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;iE(e,"MpegProvider: track is not selected");let{url:t}=this.trackUrls[e];iE(t,`MpegProvider: No url for ${e}`),this.params.tuning.requestQuick&&(t=Yt(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:rE.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=vt(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,sE.default)(n,-1)?.quality)){i();return}let o=e.max?i_(r,e.max):!0,u=e.min?t_(r,e.min):!0;o&&u||i(e)}};import{assertNever as oE,debounce as d_,merge as uE,observableFrom as p_,Subscription as h_,map as cE,ValueSubject as f_,ErrorCategory as op,VideoQuality as m_}from"@vkontakte/videoplayer-shared";import{ErrorCategory as u_}from"@vkontakte/videoplayer-shared";var nE=["stun:videostun.mycdn.me:80"],c_=1e3,l_=3,np=()=>null,uu=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:nE}]};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:u_.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),c_)}normalizeOptions(e={}){let t={stunServerList:nE,maxRetryNumber:l_,errorChanel:null};return e.stunServerList&&(t.stunServerList=e.stunServerList),e.maxRetryNumber&&e.maxRetryNumber>0&&(t.maxRetryNumber=e.maxRetryNumber),t}};var Hs=class{constructor(e){this.videoState=new N("stopped");this.maxSeekBackTime$=new f_(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 oE(e)}};this.subscription=new h_,this.params=e,this.log=this.params.dependencies.logger.createComponentLog("WebRTCLiveProvider"),this.video=De(e.container,e.tuning),this.liveStreamClient=new uu(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(uE(this.videoState.stateChangeStarted$.pipe(cE(n=>({transition:n,type:"start"}))),this.videoState.stateChangeEnded$.pipe(cE(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 oE(n.to)}},i)).add(uE(t.playbackState.stateChangeStarted$,this.videoState.stateChangeEnded$,p_(["init"])).pipe(d_(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:m_.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 Ur=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 js,assertNonNullable as Dt,ErrorCategory as cu,filter as mE,isNonNullable as bE,isNullable as I_,map as E_,merge as w_,once as x_,Subject as te,Subscription as gE,ValueSubject as _,flattenObject as up,devNull as P_,getWindow as k_}from"@vkontakte/videoplayer-shared";import{Observable as b_,map as lE,Subscription as g_,Subject as v_}from"@vkontakte/videoplayer-shared";var dE=a=>new b_(e=>{let t=new g_,i=a.desiredPlaybackState$.stateChangeStarted$.pipe(lE(({from:c,to:d})=>`${c}-${d}`)),r=a.desiredPlaybackState$.stateChangeEnded$,s=a.providerChanged$.pipe(lE(({type:c})=>c!==void 0)),n=new v_,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 S_,Subscription as y_,combine as T_,filter as hE,once as fE}from"@vkontakte/videoplayer-shared";function pE(){return new(window.AudioContext||window.webkitAudioContext)}var qr=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 y_;this.audioContext=null;this.gainNode=null;this.mediaElementSource=null;this.subscriptions.add(this.provider$.pipe(hE(s=>!!s.type),fE()).subscribe(({type:s})=>this.subscribe(s)))}static{this.errorId="VolumeMultiplierManager"}subscribe(e){$.browser.isSafari&&e!=="MPEG"||this.subscriptions.add(T_({video:this.providerOutput.element$,playbackState:this.providerOutput.playbackState$,volume:this.providerOutput.volume$}).pipe(hE(({playbackState:t,video:i,volume:{muted:r,volume:s}})=>t==="playing"&&!!i&&!r&&!!s),fE()).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=pE();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:S_.VIDEO_PIPELINE,message:e?.message??`${a.errorId} exception`,thrown:e})}};var A_={chunkDuration:5e3,maxParallelRequests:5},zs=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 gE;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=>bE(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 Ur(s);let n=[...yd(!0),...yd(!1)];this.chromecastFormatsIterator=new Ur(n.filter(c=>bE(e.sources[c]))),this.providerOutput.availableSources$.next(e.sources);let{volumeMultiplier:o=1,tuning:{useVolumeMultiplier:u}}=this.params;u&&o!==1&&qr.isSupported()&&(this.volumeMultiplierManager=new qr(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 Ur(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(I_(t)){this.handleNoFormatsError(e);return}let i;try{i=this.createProvider(e,t)}catch(r){this.providerError$.next({id:"ProviderNotConstructed",category:cu.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 js(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);Dt(u);let{useDashProviderVirtual:d,useDashProviderVirtualMobile:l}=this.params.tuning,{isMobile:p}=$.device;return!p&&d||p&&l?new ws({...o,source:u,sourceHls:c,forceVideoCodec:this.videoCodecsIterator?.getValue()}):new Os({...o,source:u,sourceHls:c,forceVideoCodec:this.videoCodecsIterator?.getValue()})}case"DASH_LIVE_CMAF":{let u=this.applyFailoverHost(t[e]);return Dt(u),this.params.tuning.useDashProviderVirtual&&!$.device.isMobile?new Dr({...o,source:u}):this.params.tuning.useDashProviderVirtualMobile&&$.device.isMobile?new Dr({...o,source:u}):new Ns({...o,source:u})}case"HLS":case"HLS_ONDEMAND":case"HLS_FMP4":{let u=this.applyFailoverHost(t[e]);return Dt(u),new Us({...o,source:u})}case"HLS_LIVE":case"HLS_LIVE_CMAF":{let u=this.applyFailoverHost(t[e]);return Dt(u),new Fs({...o,source:u,config:{maxPausedTime:this.params.tuning.live.maxPausedTime},format:e})}case"MPEG":{let u=this.applyFailoverHost(t[e]);return Dt(u),new qs({...o,source:u})}case"DASH_LIVE":{let u=this.applyFailoverHost(t[e]);return Dt(u),new WS({...o,source:u,config:{...A_,maxPausedTime:this.params.tuning.live.maxPausedTime}})}case"WEB_RTC_LIVE":{let u=this.applyFailoverHost(t[e]);return Dt(u),new Hs({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 js(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 Et){let{chromecastConnector:c}=this.params.dependencies.chromecastInitializer;return Dt(c),new oa({...o,chromecastConnector:c})}let u=this.params.dependencies.chromecastInitializer.connection$.getValue();return Dt(u),new Ea({...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 js(e)}}skipFormat(e){switch(e){case"SCREEN":return this.screenFormatsIterator.next();case"CHROMECAST":return this.chromecastFormatsIterator.next();default:return js(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 js(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,vE.default)((0,lp.default)(e).map(([r,s])=>[r,i(s)]))}initProviderErrorHandling(){let e=new gE,t=!1,i=0;e.add(w_(this.providerOutput.error$.pipe(mE(s=>!this.params.tuning.ignoreAudioRendererError||!s.message||!/AUDIO_RENDERER_ERROR/ig.test(s.message))),dE({desiredPlaybackState$:this.params.desiredState.playbackState,maxTransitionInterval:this.params.tuning.maxPlaybackTransitionInterval,position$:this.providerOutput.position$,providerChanged$:this.current$}).pipe(E_(s=>({id:`ProviderHangup:${s}`,category:cu.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(mE(({to:n})=>n==="playing"),x_()).subscribe(()=>t=!0);e.add(s)}));let r=()=>{let s=B.drain(),{logDashLiveDebug:n,sendDashLiveDebug:o}=this.params.tuning;if(n&&k_().console.log(`===== DASH_LIVE DEBUG START ====
|
|
181
|
-
`,
|
|
182
|
-
`+
|
|
124
|
+
`})|(?<privateuse2>${e}))$`.replace(/[\s\t\n]/g,``);return new RegExp(t,`i`)}var md=e=>{if(!e?.startsWith(`P`))return;let t=(e,t)=>{let n=e?parseFloat(e.replace(`,`,`.`)):NaN;return(isNaN(n)?0:n)*t},n=/^(-|\+)?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),r=n?.[1]===`-`?-1:1,i={days:t(n?.[5],r),hours:t(n?.[6],r),minutes:t(n?.[7],r),seconds:t(n?.[8],r)};return i.days*24*60*60*1e3+i.hours*60*60*1e3+i.minutes*60*1e3+i.seconds*1e3},hd=(e,t)=>{let n=e;n=nd.default(n,`$$`,`$`);let r={RepresentationID:t.representationId,Number:t.segmentNumber,Bandwidth:t.bandwidth,Time:t.segmentTime};for(let[e,t]of rd.default(r)){let r=RegExp(`\\$${e}(?:%0(\\d+)d)?\\$`,`g`);n=nd.default(n,r,(e,n)=>ud(t)?e:ud(n)?t:id.default(t,parseInt(n,10),`0`))}return n},gd=(e,t)=>{let n=new DOMParser().parseFromString(e,`application/xml`),r={video:[],audio:[],text:[]},i=n.children[0],a=Array.from(i.querySelectorAll(`MPD > BaseURL`).values()).map(e=>e.textContent?.trim()??``),o=ad.default(a,0)??``,s=i.getAttribute(`type`)===`dynamic`,c=i.getAttribute(`availabilityStartTime`),l=i.getAttribute(`publishTime`),u=i.getElementsByTagName(`vk:Attrs`)[0],d=u?.getElementsByTagName(`vk:XLatestSegmentPublishTime`)[0].textContent,f=u?.getElementsByTagName(`vk:XStreamIsLive`)[0].textContent,p=u?.getElementsByTagName(`vk:XStreamIsUnpublished`)[0].textContent,m=u?.getElementsByTagName(`vk:XPlaybackDuration`)[0].textContent,h;s&&(h={availabilityStartTime:c?new Date(c).getTime():0,publishTime:l?new Date(l).getTime():0,latestSegmentPublishTime:d?new Date(d).getTime():0,streamIsAlive:f===`yes`,streamIsUnpublished:p===`yes`});let g,_=i.getAttribute(`mediaPresentationDuration`),v=[...i.getElementsByTagName(`Period`)],y=v.reduce((e,t)=>({...e,[t.id]:t.children}),{}),b=v.reduce((e,t)=>({...e,[t.id]:t.getAttribute(`duration`)}),{});_?g=md(_):od.default(b).filter(e=>e).length&&!s?g=od.default(b).reduce((e,t)=>e+(md(t)??0),0):m&&(g=parseInt(m,10));let x=0,S=i.getAttribute(`profiles`)?.split(`,`)??[];for(let e of v.map(e=>e.id))for(let n of y[e]){let e=n.getAttribute(`id`)??`id`+(x++).toString(10),i=n.getAttribute(`mimeType`)??``,a=n.getAttribute(`codecs`)??``,s=n.getAttribute(`contentType`)??i?.split(`/`)[0],c=n.getAttribute(`profiles`)?.split(`,`)??[],l=fd(n.getAttribute(`lang`)??``)??{},u=n.querySelector(`Label`)?.textContent?.trim()??void 0,d=n.querySelectorAll(`Representation`),f=n.querySelector(`SegmentTemplate`),p=n.querySelector(`Role`)?.getAttribute(`value`)??void 0,m=s,h={id:e,language:l.language,isDefault:p===`main`,label:u,codecs:a,hdr:m===`video`&&cd(a),mime:i,representations:[]};for(let e of d){let r=e.getAttribute(`lang`)??void 0,d=u??n.getAttribute(`label`)??e.getAttribute(`label`)??void 0,p=e.querySelector(`BaseURL`)?.textContent?.trim()??``,_=new URL(p||o,t).toString(),v=e.getAttribute(`mimeType`)??i,y=e.getAttribute(`codecs`)??a??``,b;if(s===`text`){let t=e.getAttribute(`id`)||``,n=ca(l.privateuse,`x-auto`)||t.includes(`_auto`),r=e.querySelector(`SegmentTemplate`);if(r){let i={representationId:e.getAttribute(`id`)??void 0,bandwidth:e.getAttribute(`bandwidth`)??void 0},a=parseInt(e.getAttribute(`bandwidth`)??``,10)/1e3,o=parseInt(r.getAttribute(`startNumber`)??``,10)??1,s=parseInt(r.getAttribute(`timescale`)??``,10),c=r.querySelectorAll(`SegmentTimeline S`)??[],l=r.getAttribute(`media`);if(!l)continue;let u=[],d=0,f=``,p=0,m=o,h=0;for(let e of c){let t=parseInt(e.getAttribute(`d`)??``,10),n=parseInt(e.getAttribute(`r`)??``,10)||0,r=parseInt(e.getAttribute(`t`)??``,10);h=Number.isFinite(r)?r:h;let a=t/s*1e3,o=h/s*1e3;for(let e=0;e<n+1;e++){let n=hd(l,{...i,segmentNumber:m.toString(10),segmentTime:(h+e*t).toString(10)}),r=(o??0)+e*a,s=r+a;m++,u.push({time:{from:r,to:s},url:n})}h+=(n+1)*t,d+=(n+1)*a}p=h/s*1e3,f=hd(l,{...i,segmentNumber:m.toString(10),segmentTime:h.toString(10)}),b={id:t,kind:`text`,segmentReference:{type:`template`,baseUrl:_,segmentTemplateUrl:l,initUrl:``,totalSegmentsDurationMs:d,segments:u,nextSegmentBeyondManifest:{time:{from:p,to:1/0},url:f},timescale:s},profiles:[],duration:g,bitrate:a,mime:``,codecs:``,width:0,height:0,isAuto:n}}else b={id:t,isAuto:n,kind:`text`,url:_}}else{let t=e.getAttribute(`contentType`)??v?.split(`/`)[0]??s,r=n.getAttribute(`profiles`)?.split(`,`)??[],i=parseInt(e.getAttribute(`width`)??``,10),a=parseInt(e.getAttribute(`height`)??``,10),o=parseInt(e.getAttribute(`bandwidth`)??``,10)/1e3,l=e.getAttribute(`frameRate`)??``,u=e.getAttribute(`quality`)??void 0,d=l?dd(l):void 0,p=`${e.getAttribute(`id`)??`id`+(x++).toString(10)}@${t===`video`?`${a}p`:t===`audio`?`${o}Kbps`:y}`,h=[...S,...c,...r],C,w=e.querySelector(`SegmentBase`),T=e.querySelector(`SegmentTemplate`)??f;if(w){let[t,n]=(e.querySelector(`SegmentBase Initialization`)?.getAttribute(`range`)??``).split(`-`).map(e=>parseInt(e,10)),r={from:t,to:n},i=e.querySelector(`SegmentBase`)?.getAttribute(`indexRange`),[a,o]=i?i.split(`-`).map(e=>parseInt(e,10)):[];C={type:`byteRange`,url:_,initRange:r,indexRange:i?{from:a,to:o}:void 0}}else if(T){let t={representationId:e.getAttribute(`id`)??void 0,bandwidth:e.getAttribute(`bandwidth`)??void 0},n=parseInt(T.getAttribute(`timescale`)??``,10),r=T.getAttribute(`initialization`)??``,i=T.getAttribute(`media`),a=parseInt(T.getAttribute(`startNumber`)??``,10)??1,o=hd(r,t);if(!i)throw ReferenceError(`No media attribute in SegmentTemplate`);let s=T.querySelectorAll(`SegmentTimeline S`)??[],c=[],l=0,u=``,d=0;if(s.length){let e=a,r=0;for(let a of s){let o=parseInt(a.getAttribute(`d`)??``,10),s=parseInt(a.getAttribute(`r`)??``,10)||0,u=parseInt(a.getAttribute(`t`)??``,10);r=Number.isFinite(u)?u:r;let d=o/n*1e3,f=r/n*1e3;for(let n=0;n<s+1;n++){let a=hd(i,{...t,segmentNumber:e.toString(10),segmentTime:(r+n*o).toString(10)}),s=(f??0)+n*d,l=s+d;e++,c.push({time:{from:s,to:l},url:a})}r+=(s+1)*o,l+=(s+1)*d}d=r/n*1e3,u=hd(i,{...t,segmentNumber:e.toString(10),segmentTime:r.toString(10)})}else if(ld(g)){let e=parseInt(T.getAttribute(`duration`)??``,10)/n*1e3,r=Math.ceil(g/e),a=0;for(let n=1;n<r;n++){let r=hd(i,{...t,segmentNumber:n.toString(10),segmentTime:a.toString(10)});c.push({time:{from:a,to:a+e},url:r}),a+=e}d=a,u=hd(i,{...t,segmentNumber:r.toString(10),segmentTime:a.toString(10)})}C={type:`template`,baseUrl:_,segmentTemplateUrl:i,initUrl:o,totalSegmentsDurationMs:l,segments:c,nextSegmentBeyondManifest:{time:{from:d,to:1/0},url:u},timescale:n}}else throw ReferenceError(`Unknown MPD segment referencing type`);if(!t||!v)continue;let E={video:`video`,audio:`audio`,text:`text`}[t];if(!E)continue;m||=E,b={id:p,kind:E,segmentReference:C,profiles:h,duration:g,bitrate:o,mime:v,codecs:y,width:i,height:a,fps:d,quality:u}}h.language||=r,h.label||=d,h.mime||=v,h.codecs||=y,h.hdr||=m===`video`&&cd(y),h.representations.push(b)}if(m){let e=r[m].find(e=>e.id===h.id);if(e&&h.representations.every(e=>e.segmentReference.type===`template`))for(let t of e.representations){let e=h.representations.find(e=>e.id===t.id);if(!e)continue;let n=e.segmentReference,r=t.segmentReference;r.segments.push(...n.segments),r.nextSegmentBeyondManifest=n.nextSegmentBeyondManifest}else r[m].push(h)}}return{duration:g,streams:r,baseUrls:a,live:h}},_d=c(wn(),1),vd=c(Je(),1);import{assertNever as yd}from"@vkontakte/videoplayer-shared";var bd;(e=>{e.VP9=`vp9`,e.AV1=`av1`,e.NONE=`none`,e.SMOOTH=`smooth`,e.POWER_EFFICIENT=`power_efficient`})(bd||={});var xd=e=>{let{webmDecodingInfo:t}=F.video,n=`DASH_WEBM`,r=`DASH_WEBM_AV1`;switch(e){case`vp9`:return[n,r];case`av1`:return[r,n];case`none`:return[];case`smooth`:return t?t[r].smooth?[r,n]:t[n].smooth?[n,r]:[r,n]:[n,r];case`power_efficient`:return t?t[r].powerEfficient?[r,n]:t[n].powerEfficient?[n,r]:[r,n]:[n,r];default:yd(e)}},Sd=({webmCodec:e,androidPreferredFormat:t,iosPreferredFormat:n,preferMultiStream:r})=>{let i=[...r?[`DASH_STREAMS`]:[],...xd(e),`DASH_SEP`,`DASH_ONDEMAND`,...r?[]:[`DASH_STREAMS`]],a=[...r?[`DASH_STREAMS`]:[],`DASH_SEP`,`DASH_ONDEMAND`,...r?[]:[`DASH_STREAMS`]];if(F.device.isAndroid)switch(t){case`mpeg`:return[`MPEG`,...i,`HLS`,`HLS_ONDEMAND`];case`hls`:return[`HLS`,`HLS_ONDEMAND`,...i,`MPEG`];case`dash`:return[...i,`HLS`,`HLS_ONDEMAND`,`MPEG`];case`dash_any_mpeg`:return[...a,`MPEG`,...xd(e),`HLS`,`HLS_ONDEMAND`];case`dash_any_webm`:return[...xd(e),`MPEG`,...a,`HLS`,`HLS_ONDEMAND`];case`dash_sep`:return[`DASH_SEP`,`MPEG`,...xd(e),...a,`HLS`,`HLS_ONDEMAND`];default:yd(t)}if(F.video.nativeHlsSupported)switch(n){case`hls`:return[...i,`HLS`,`HLS_FMP4`,`HLS_ONDEMAND`,`MPEG`];case`hls_fmp4`:return[...i,`HLS_FMP4`,`HLS`,`HLS_ONDEMAND`,`MPEG`];default:yd(n)}return[...i,`HLS`,`HLS_ONDEMAND`,`MPEG`]},Cd=({androidPreferredFormat:e,preferCMAF:t,preferWebRTC:n})=>{let r=t?[`DASH_LIVE_CMAF`,`DASH_LIVE`]:[`DASH_LIVE`,`DASH_LIVE_CMAF`],i=t?[`HLS_LIVE_CMAF`,`HLS_LIVE`]:[`HLS_LIVE`,`HLS_LIVE_CMAF`],a=[...r,...i],o=[...i,...r],s,c=F.device.isMac&&F.browser.isSafari;if(F.device.isAndroid)switch(e){case`dash`:case`dash_any_mpeg`:case`dash_any_webm`:case`dash_sep`:s=a;break;case`hls`:case`mpeg`:s=o;break;default:yd(e)}else s=F.video.nativeHlsSupported&&!c&&!F.browser.isChromiumBased?o:c?t?[`DASH_LIVE_CMAF`,`HLS_LIVE_CMAF`,`HLS_LIVE`,`DASH_LIVE`]:[`HLS_LIVE`,`DASH_LIVE`,`DASH_LIVE_CMAF`,`HLS_LIVE_CMAF`]:a;return n?[`WEB_RTC_LIVE`,...s]:[...s,`WEB_RTC_LIVE`]},wd=e=>e?[`HLS_LIVE`,`HLS_LIVE_CMAF`,`DASH_LIVE_CMAF`]:[`DASH_WEBM`,`DASH_WEBM_AV1`,`DASH_SEP`,`DASH_ONDEMAND`,`HLS`,`HLS_ONDEMAND`,`MPEG`],Td=e=>{if(e.size===0)return;if(e.size===1){let t=e.values().next();return _d.default(t.value.split(`.`),0)}for(let t of e){let e=_d.default(t.split(`.`),0);if(e===`opus`||e===`vp09`||e===`av01`)return e}let t=e.values().next();return _d.default(t.value.split(`.`),0)},Ed=e=>{let t=e.map(e=>Od(e)),{codecs:n}=F.video;return kd().filter(e=>{if(vd.default(t,e))switch(e){case`av1`:return n.av1;case`vp9`:return n.vp9;case`avc1`:return n.h264;case`hev1`:return n.h265;default:return!1}else return!1})},Dd=e=>{let t=e.map(e=>Od(e)),{codecs:n}=F.video;return Ad().filter(e=>{if(vd.default(t,e))switch(e){case`opus`:return n.opus;case`mp4a`:return n.aac;default:return!1}else return!1})},Od=e=>e.split(`.`)[0].replace(`0`,``),kd=()=>[`av1`,`vp9`,`hev1`,`avc1`],Ad=()=>[`opus`,`mp4a`],jd=c(yn(),1),Md=(e,t={})=>{let n=t.timeout||1,r=performance.now();return B.setTimeout(()=>{e({get didTimeout(){return t.timeout?!1:performance.now()-r-1>n},timeRemaining(){return Math.max(0,1+(performance.now()-r))}})},1)},Nd=e=>B.clearTimeout(e),Pd=e=>typeof e==`function`&&e?.toString().endsWith(`{ [native code] }`),Fd=!Pd(B.requestIdleCallback)||!Pd(B.cancelIdleCallback),Id=Fd?Md:B.requestIdleCallback,Ld=Fd?Nd:B.cancelIdleCallback;import{abortable as Rd,assertNonNullable as zd,ErrorCategory as Bd,fromEvent as Vd,getExponentialDelay as Hd,getWindow as Ud,isHigher as Wd,isNonNullable as U,isNullable as W,once as Gd,Subject as Kd,Subscription as qd,ValueSubject as Jd}from"@vkontakte/videoplayer-shared";var Yd=c(yn(),1),Xd=e=>e.valid;class Zd{source;boxParser;type;size;content;valid;children;cursor=0;get id(){return this.type}constructor(e,t){this.source=e,this.boxParser=t,this.children=[];let n=this.readUint32();this.type=this.readString(4),n===1&&(this.cursor+=8);let r=e.byteOffset+this.cursor,i;n===0||n===1?(this.size=void 0,this.valid=!1,i=void 0):n>e.byteLength?(this.size=n,this.valid=!1,i=Math.min(n-this.cursor,e.byteLength-this.cursor)):(this.size=n,this.valid=!0,i=n-this.cursor),this.content=new DataView(e.buffer,r,i)}scanForBoxes(e){return this.boxParser.parse(e)}readString(e,t=`ascii`){let n=new TextDecoder(t).decode(new DataView(this.source.buffer,this.source.byteOffset+this.cursor,e));return this.cursor+=e,n}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 Qd extends Zd{}import{assertNever as $d}from"@vkontakte/videoplayer-shared";class ef extends Zd{userData;constructor(e,t){if(super(e,t),!this.valid)return;let n=this.readString(16),r=new DataView(this.content.buffer,this.content.byteOffset+16,this.content.byteLength-16);this.userData=this.parseData(n,r)}parseData(e,t){switch(e){case`ondemandlivejson`:{let e=new TextDecoder(`ascii`).decode(t),n=JSON.parse(e);return{received:n[`t-in`],prepared:n[`t-out`]}}default:$d(e)}}}class tf extends Zd{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 n=new DataView(this.content.buffer,this.content.byteOffset+8,this.content.byteLength-8);for(let e=0;e<n.byteLength;e+=4){let e=this.readString(4);this.compatibleBrands.push(e)}}}class nf extends Zd{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class rf extends Zd{version;flags;constructor(e,t){if(super(e,t),!this.valid)return;let n=this.readUint32();this.version=n>>>24,this.flags=n&16777215,this.content=new DataView(this.content.buffer,this.content.byteOffset+4,this.content.byteLength-4)}}class af extends rf{creationTime;modificationTime;timescale;duration;rate;volume;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())}}class of extends Zd{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class sf extends Zd{data;constructor(e,t){super(e,t),this.data=this.content}}class cf extends rf{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){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 e=0;e<this.referenceCount;e++){let e=this.readUint32(),t=e>>>31,n=e<<1>>>1,r=this.readUint32();e=this.readUint32();let i=e>>>28,a=e<<3>>>3;this.segments.push({referenceType:t,referencedSize:n,subsegmentDuration:r,SAPType:i,SAPDeltaTime:a})}}}}class lf extends Zd{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class uf extends Zd{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class df extends rf{stereoMode;constructor(e,t){if(super(e,t),this.valid){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}}}class ff extends rf{poseYawDegrees;posePitchDegrees;poseRollDegrees;constructor(e,t){super(e,t),this.valid&&(this.poseYawDegrees=this.readUint32(),this.posePitchDegrees=this.readUint32(),this.poseRollDegrees=this.readUint32())}}class pf extends rf{projectionBoundsTop;projectionBoundsBottom;projectionBoundsLeft;projectionBoundsRight;constructor(e,t){super(e,t),this.valid&&(this.projectionBoundsTop=this.readUint32(),this.projectionBoundsBottom=this.readUint32(),this.projectionBoundsLeft=this.readUint32(),this.projectionBoundsRight=this.readUint32())}}class mf extends Zd{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class hf extends rf{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()}}class gf extends Zd{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class _f extends Zd{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class vf extends rf{sequenceNumber;constructor(e,t){super(e,t),this.valid&&(this.sequenceNumber=this.readUint32())}}class yf extends Zd{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class bf extends rf{trackId;baseDataOffset;sampleDescriptionIndex;defaultSampleDuration;defaultSampleSize;defaultSampleFlags;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())}}class xf extends rf{baseMediaDecodeTime32=0;baseMediaDecodeTime64=BigInt(0);get baseMediaDecodeTime(){return this.version===1?this.baseMediaDecodeTime64:this.baseMediaDecodeTime32}constructor(e,t){super(e,t),this.version===1?this.baseMediaDecodeTime64=this.readUint64():this.baseMediaDecodeTime32=this.readUint32()}}class Sf extends rf{sampleCount;dataOffset;firstSampleFlags;sampleDuration=[];sampleSize=[];sampleFlags=[];sampleCompositionTimeOffset=[];optionalFields=0;constructor(e,t){super(e,t),this.sampleCount=this.readUint32(),this.flags&1&&(this.dataOffset=this.readUint32()),this.flags&4&&(this.firstSampleFlags=this.readUint32());for(let e=0;e<this.sampleCount;e++)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())}}class Cf extends Zd{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class wf extends rf{entryCount;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)))}}class Tf extends Zd{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 Ef={ftyp:tf,moov:nf,mvhd:af,moof:of,mdat:sf,sidx:cf,trak:lf,mdia:mf,mfhd:vf,tkhd:hf,traf:yf,tfhd:bf,tfdt:xf,trun:Sf,minf:gf,sv3d:uf,st3d:df,prhd:ff,proj:_f,equi:pf,uuid:ef,stbl:Cf,stsd:wf,avc1:Tf,unknown:Qd};class Df{options;constructor(e={}){this.options={offset:0,...e}}parse(e){let t=[],n=this.options.offset;for(;n<e.byteLength;){let r=new TextDecoder(`ascii`).decode(new DataView(e.buffer,e.byteOffset+n+4,4)),i;try{i=this.createBox(r,new DataView(e.buffer,e.byteOffset+n,e.byteLength-n))}catch(e){if(!(e instanceof RangeError))throw e}if(!i||!Xd(i))break;t.push(i),n+=i.size}return t}createBox(e,t){let n=Ef[e];return n?new n(t,new Df):new Qd(t,new Df)}}class Of{index;constructor(e){this.index={},this.indexBoxLevel(e)}indexBoxLevel(e){e.forEach(e=>{Xd(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 kf=new TextDecoder(`ascii`),Af={validateData:e=>kf.decode(new DataView(e.buffer,e.byteOffset+4,4))===`ftyp`,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}}},n=new Of(new Df().parse(e));if(n.find(`sv3d`)){t.is3dVideo=!0;let e=n.find(`st3d`);e&&(t.stereoMode=e.stereoMode);let r=n.find(`prhd`);r&&(t.projectionData.pose.yaw=r.poseYawDegrees,t.projectionData.pose.pitch=r.posePitchDegrees,t.projectionData.pose.roll=r.poseRollDegrees);let i=n.find(`equi`);i&&(t.projectionData.bounds.top=i.projectionBoundsTop,t.projectionData.bounds.right=i.projectionBoundsRight,t.projectionData.bounds.bottom=i.projectionBoundsBottom,t.projectionData.bounds.left=i.projectionBoundsLeft)}return t},getIndexRange:()=>{},parseSegments:e=>{let t=new cf(e,new Df),n=t.earliestPresentationTime/t.timescale*1e3,r=e.byteOffset+e.byteLength+t.firstOffset;return t.segments.map(e=>{if(e.referenceType!==0)throw Error(`Unsupported multilevel sidx`);let i=e.subsegmentDuration/t.timescale*1e3,a={status:`none`,time:{from:n,to:n+i},byte:{from:r,to:r+e.referencedSize-1}};return n+=i,r+=e.referencedSize,a})},parseFeedableSegmentChunk:(e,t)=>{let n=new Of(new Df().parse(e)),r=n.findAll(`moof`),i=t?n.findAll(`uuid`):n.findAll(`mdat`);if(!(i.length&&r.length))return null;let a=r[0],o=i[i.length-1],s=a.source.byteOffset,c=o.source.byteOffset-a.source.byteOffset+o.size;return new DataView(e.buffer,s,c)},getChunkEndTime:(e,t)=>{let n=new Of(new Df().parse(e)).findAll(`traf`),r=n[n.length-1].children.find(e=>e.type===`tfhd`),i=n[n.length-1].children.find(e=>e.type===`tfdt`),a=n[n.length-1].children.find(e=>e.type===`trun`),o=0;return o=a.sampleDuration.length?a.sampleDuration.reduce((e,t)=>e+t,0):r.defaultSampleDuration*a.sampleCount,(Number(i.baseMediaDecodeTime)+o)/t*1e3},getServerLatencyTimestamps:e=>{let t=new Of(new Df().parse(e)),n={},r=t.findAll(`uuid`),i=Yd.default(r,-1);return i?{serverDataReceivedTimestamp:i.userData.received,serverDataPreparedTime:i.userData.received}:n},getTimescaleFromIndex:e=>new Of(new Df().parse(e)).find(`sidx`)?.timescale},jf=c(Je(),1);import{assertNonNullable as Mf,isNonNullable as Nf,isNullable as Pf}from"@vkontakte/videoplayer-shared";import{assertNever as Ff}from"@vkontakte/videoplayer-shared";var If={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`}},Lf=e=>{let t=e.getUint8(0),n=0;t&128?n=1:t&64?n=2:t&32?n=3:t&16&&(n=4);let r=Rf(e,n),i=r in If,a=i?If[r].type:`binary`,o=e.getUint8(n),s=0;o&128?s=1:o&64?s=2:o&32?s=3:o&16?s=4:o&8?s=5:o&4?s=6:o&2?s=7:o&1&&(s=8);let c=new DataView(e.buffer,e.byteOffset+n+1,s-1),l=o&255>>s,u=Rf(c),d=l*2**((s-1)*8)+u,f=n+s,p;return p=f+d>e.byteLength?new DataView(e.buffer,e.byteOffset+f):new DataView(e.buffer,e.byteOffset+f,d),{tag:i?r:`0x`+r.toString(16).toUpperCase(),type:a,tagHeaderSize:f,tagSize:f+d,value:p,valueSize:d}},Rf=(e,t=e.byteLength)=>{switch(t){case 1:return e.getUint8(0);case 2:return e.getUint16(0);case 3:return e.getUint8(0)*2**16+e.getUint16(1);case 4:return e.getUint32(0);case 5:return e.getUint8(0)*2**32+e.getUint32(1);case 6:return e.getUint16(0)*2**32+e.getUint32(2);case 7:{let t=e.getUint8(0)*2**48+e.getUint16(1)*2**32+e.getUint32(3);if(Number.isSafeInteger(t))return t}case 8:throw ReferenceError(`Int64 is not supported`)}return 0},zf=(e,t)=>{switch(t){case`int`:return e.getInt8(0);case`uint`:return Rf(e);case`float`:return e.byteLength===4?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`:return e;case`binary`:return e;default:Ff(t)}},Bf=(e,t)=>{let n=0;for(;n<e.byteLength;){let r=Lf(new DataView(e.buffer,e.byteOffset+n));if(!t(r))return;r.type===`master`&&Bf(r.value,t),n=r.value.byteOffset-e.byteOffset+r.valueSize}},Vf=e=>{if(e.getUint32(0)!==440786851)return!1;let t,n,r;return Bf(Lf(e).value,({tag:e,type:i,value:a})=>(e===17143?t=zf(a,i):e===17026?n=zf(a,i):e===17029&&(r=zf(a,i)),!0)),(t===void 0||t<=1)&&n!==void 0&&n===`webm`&&(r===void 0||r<=2)},Hf=[357149030,290298740,374648427,174,224,30320,30321,30322,272869232,524531317,475249515,423732329,307544935],Uf=[231,22612,22743,167,171,163,160,175],Wf={validateData:Vf,parseInit:e=>{let t,n,r,i,a=!1,o=!1,s=!1,c,l,u=!1;return Bf(e,({tag:e,type:d,value:f,valueSize:p})=>(e===21419?l=Rf(zf(f,d)):e!==21420&&(l=void 0),e===408125543?(t=f.byteOffset,n=f.byteOffset+p):e===357149030?a=!0:e===290298740?o=!0:e===2807729?r=zf(f,d):e===17545?i=zf(f,d):e===21420&&l===475249515?c=zf(f,d):e===374648427?Bf(f,({tag:e,type:t,value:n})=>e===30321?(u=zf(n,t)===1,!1):!0):a&&o&&ca(Hf,e)&&(s=!0),!s)),Mf(t,`Failed to parse webm Segment start`),Mf(n,`Failed to parse webm Segment end`),Mf(i,`Failed to parse webm Segment duration`),r??=1e6,{segmentStart:Math.round(t/1e9*r*1e3),segmentEnd:Math.round(n/1e9*r*1e3),timeScale:r,segmentDuration:Math.round(i/1e9*r*1e3),cuesSeekPosition:c,is3dVideo:u,stereoMode:0,projectionType:1,projectionData:{pose:{yaw:0,pitch:0,roll:0},bounds:{top:0,bottom:0,left:0,right:0}}}},getIndexRange:e=>{if(Pf(e.cuesSeekPosition))return;let t=e.segmentStart+e.cuesSeekPosition;return{from:t,to:t+1048576}},parseSegments:(e,t)=>{let n=!1,r=!1,i=e=>Nf(e.time)&&Nf(e.position),a=[],o;return Bf(e,({tag:e,type:t,value:s})=>{switch(e){case 475249515:n=!0;break;case 187:o&&i(o)&&a.push(o),o={};break;case 179:o&&(o.time=zf(s,t));break;case 183:break;case 241:o&&(o.position=zf(s,t));break;default:n&&ca(Hf,e)&&(r=!0)}return!(n&&r)}),o&&i(o)&&a.push(o),a.map((e,n)=>{let{time:r,position:i}=e,o=a[n+1];return{status:`none`,time:{from:r,to:o?o.time:t.segmentDuration},byte:{from:t.segmentStart+i,to:o?t.segmentStart+o.position-1:t.segmentEnd-1}}})},parseFeedableSegmentChunk:e=>{let t=0,n=!1;try{Bf(e,r=>r.tag===524531317?r.tagSize<=e.byteLength?(t=r.tagSize,!1):(t+=r.tagHeaderSize,!0):ca(Uf,r.tag)?(t+r.tagSize<=e.byteLength&&(t+=r.tagSize,n||=jf.default([163,160,175],r.tag)),!0):!1)}catch{}return t>0&&t<=e.byteLength&&n?new DataView(e.buffer,e.byteOffset,t):null}},Gf=e=>{let t=/^(.+)\/([^;]+)(?:;.*)?$/.exec(e);if(t){let[,e,n]=t;if(e===`audio`||e===`video`)switch(n){case`webm`:return Wf;case`mp4`:return Af}}throw ReferenceError(`Unsupported mime type ${e}`)},Kf=c(wn(),1);import{videoSizeToQuality as qf}from"@vkontakte/videoplayer-shared";var Jf=({id:e,width:t,height:n,bitrate:r,fps:i,quality:a,streamId:o})=>{let s=(a?zo(a):void 0)??qf({width:t,height:n});return s&&{id:e,quality:s,bitrate:r,size:{width:t,height:n},fps:i,streamId:o}},Yf=({id:e,bitrate:t})=>({id:e,bitrate:t}),Xf=({language:e,label:t},{id:n,url:r,isAuto:i})=>({id:n,url:r,isAuto:i,type:`internal`,language:e,label:t}),Zf=({language:e,label:t,id:n,url:r,isAuto:i})=>({id:n,url:r,isAuto:i,type:`internal`,language:e,label:t}),Qf=({id:e,language:t,label:n,codecs:r,isDefault:i})=>({id:e,language:t,label:n,codec:Kf.default(r.split(`.`),0),isDefault:i}),$f=({id:e,language:t,label:n,hdr:r,codecs:i})=>({id:e,language:t,hdr:r,label:n,codec:Kf.default(i.split(`.`),0)}),ep=e=>`url`in e,tp=e=>e.type===`template`;class np{error$=new Kd;playingRepresentation$=new Jd(void 0);playingRepresentationInit$=new Jd(void 0);currentSegmentLength$=new Jd(0);onLastSegment$=new Jd(!1);fullyBuffered$=new Jd(!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 V;downloadAbortController=new V;subscription=new qd;getCurrentPosition;getCurrentStallDuration;constructor(e,t,n,{fetcher:r,tuning:i,getCurrentPosition:a,getCurrentStallDuration:o,manifest:s}){this.kind=e,this.nativeBufferManager=t,this.fetcher=r,this.tuning=i,this.getCurrentPosition=a,this.getCurrentStallDuration=o,this.forwardBufferTarget=i.dash.forwardBufferTargetAuto,this.baseUrls=s?.baseUrls??[],this.representations=new Map(n.map(e=>[e.id,e]))}startWith=Rd(this.destroyAbortController.signal,async function*(e){let t=this.representations.get(e);zd(t,`Cannot find representation ${e}`),this.playingRepresentationId=e,this.downloadingRepresentationId=e,this.containerParser=Gf(t.mime),this.nativeBufferManager.init(t.mime,t.codecs,this.tuning.dash.useAbortMSEFix),yield this.loadInits(t);let n=this.initData.get(t.id),r=this.segments.get(t.id),i=this.parsedInitData.get(t.id);zd(n,`No init buffer for starting representation`),zd(r,`No segments for starting representation`),await this.nativeBufferManager.addInitSegment(n),this.playingRepresentation$.next(this.playingRepresentationId),this.playingRepresentationInit$.next(i)}.bind(this));switchTo=Rd(this.destroyAbortController.signal,async function*(e,t=!0){if(W(this.downloadingRepresentationId)||e===this.downloadingRepresentationId||e===this.switchingRepresentationId)return;this.switchMutex=!0,this.switchingRepresentationId=e;let n=this.representations.get(this.downloadingRepresentationId),r=this.representations.get(e);zd(r,`No such representation ${e}`),zd(n,`No such representation ${this.downloadingRepresentationId}`),yield this.loadInitIfNeeded(r,`high`);let i=this.initData.get(r.id),a=this.segments.get(r.id);zd(i,`No init buffer for switching representation`),zd(a,`No segments for switching representation`);let o=this.getCurrentPosition()??0,s=e=>e.segment.bufferStatus!==`fed`,c=e=>{let t=this.representations.get(e.representationId);return zd(t,`No itemRepresentation for previous track before switch`),e.segment.networkStatus!==`downloaded`||this.forceSwitchCondition(t,r)},l=e=>t?s(e)&&c(e):s(e);this.bufferPlaybackQueue.filter(l).forEach(e=>e.segment.bufferStatus=`none`),this.bufferPlaybackQueue=this.bufferPlaybackQueue.filter(e=>!l(e)),this.downloadingRepresentationId=e,this.switchingRepresentationId=null,this.bufferPlaybackQueue.length?(this.abortDownload(),yield this.maintain()):yield this.seek(o),this.switchMutex=!1}.bind(this));async seek(e){await this.abort(),await this.clearBuffer(),await this.maintain(e)}async maintain(e=this.getCurrentPosition()){W(e)||(await this.maintainPlaybackBuffer(e),await this.maintainNativeBuffer(),this.actualizeLastSegmentInfo(e))}getForwardPlaybackBufferDuration(e=this.getCurrentPosition()){let t=this.bufferPlaybackQueue.filter(e=>e.segment.networkStatus===`downloaded`),n=t[t.length-1],r=U(e)&&U(n)?n.segment.time.to-e:0;return Math.max(r,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??``;return(this.segments.get(t)?.find(t=>t.time.from<=e&&t.time.to>=e))?.time.from}getRepresentationInitialTime(){return W(this.playingRepresentationId)?0:(this.segments.get(this.playingRepresentationId)?.[0].time.from??0)/1e3}calculateDurationFromSegments(e){let t=this.segments.get(e);return(t?jd.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=Ud();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.cancelIdleCallback)for(let t of this.idleCallbacks.values())e.cancelIdleCallback(t);this.idleCallbacks.clear(),e.clearTimeout(this.loadByteRangeSegmentsTimeoutId)}forceSwitchCondition(e,t){let n=!0;if(this.kind===`video`){let r=Jf(e),i=Jf(t);n=U(r)&&U(i)&&Wd(i.quality,r.quality)}else if(this.kind===`audio`){let r=Yf(e),i=Yf(t);n=U(r?.bitrate)&&U(i?.bitrate)&&i.bitrate>r.bitrate}return n}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 V,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,n=await this.nativeBufferManager.abortBuffer(t);return this.abortNativeBufferMutex=!1,this.maintainNativeBufferMutex=!1,n}async loadInits(e){await this.loadInit(e,`high`,!0);for(let[e,t]of this.representations)this.idleCallbacks.set(t.id,Id(async e=>await this.loadInitIfNeeded(t,`low`,!1)))}async loadInitIfNeeded(e,t=`auto`,n=!1){let r=this.initDataPromises.get(e.id),i;i=this.initData.has(e.id)&&this.segments.has(e.id)?Promise.resolve():U(r)?r:this.loadInit(e,t,n),await i}async loadInit(e,t=`auto`,n=!1){try{let n=this.tuning.dash.useFetchPriorityHints?t:`auto`,r=this.fetcher.fetchRepresentation(e.segmentReference,this.containerParser,n);this.initDataPromises.set(e.id,r);let{initMetadata:i,initDataView:a,segments:o}=await r??{};if(this.initDataPromises.delete(e.id),W(a)||W(o))return;i&&this.parsedInitData.set(e.id,i);let s=a.buffer.slice(a.byteOffset,a.byteOffset+a.byteLength);this.initData.set(e.id,s),this.segments.set(e.id,o),this.failedDownloads=0}catch(e){n&&this.error$.next({id:`LoadInits`,category:Bd.WTF,message:`loadInit threw`,thrown:e})}}async maintainNativeBuffer(){let e=this.getCurrentPosition(),t=this.segments.get(this.downloadingRepresentationId??``),n=t?.[t?.length-1];if(W(e)||W(n)||this.maintainNativeBufferMutex||this.abortNativeBufferMutex||this.bufferClearingMutex||this.switchMutex||this.preloadOnly)return;this.maintainNativeBufferMutex=!0;let r=this.bufferPlaybackQueue.find(t=>this.withinInterval(e,t.segment.time)),i=this.bufferPlaybackQueue.find(e=>e.segment.bufferStatus!==`fed`),a=this.initData.get(i?.representationId??``),o=this.bufferPlaybackQueue[0],s=this.downloadAbortController.signal,c=(this.getCurrentStallDuration()??0)>0;this.tuning.dash.useBufferHoldingOnlyOnStall&&(c&&=e>0);let l=Math.min(this.tuning.dash.minSafeBufferToPlay,n.time.to-e),u=c?this.getForwardPlaybackBufferDuration()>=l:!0;U(a)&&U(i)&&U(r)&&this.playingRepresentationId!==i.representationId&&this.withinAppendInterval(e,i.segment.time)&&(i===r||r.segment.bufferStatus===`fed`)&&(await this.abortNativeBuffer(),await this.nativeBufferManager.addInitSegment(a,this.downloadAbortController.signal),this.playingRepresentationId=i.representationId,this.playingRepresentation$.next(this.playingRepresentationId)),U(i)&&this.withinAppendInterval(e,i.segment.time)&&u&&(i.segment.loadedBytes===i.segment.size&&i.segment.bufferStatus===`none`?await this.appendSegmentFully(i,s):await this.appendSegmentPartially(i,s)),U(o)&&this.withinRemoveInterval(e,o.segment.time)&&await this.removeSegment(o,s),this.pruneVirtualBuffer(e),this.maintainNativeBufferMutex=!1}async maintainPlaybackBuffer(e){zd(this.downloadingRepresentationId);let t=this.segments.get(this.downloadingRepresentationId),n=this.representations.get(this.downloadingRepresentationId);if(W(t)||W(n)||this.maintainPlaybackBufferMutex||this.abortNativeBufferMutex||this.bufferClearingMutex||this.switchMutex)return;this.maintainPlaybackBufferMutex=!0;let r=t.find(t=>e>=t.time.from&&e<t.time.to);U(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 i=this.selectItemsToLoad();await this.loadItems(i,n),this.maintainPlaybackBufferMutex=!1}actualizeLastSegmentInfo(e){let t=this.segments.get(this.downloadingRepresentationId??``);if(W(t)||t.length===0)return;let n=t[t?.length-1];W(n)||(this.fullyBuffered$.next(n.time.to-e-this.getForwardPlaybackBufferDuration(e)<this.tuning.dash.bufferTolerance),this.onLastSegment$.next(e-n.time.from>0))}selectDownloadingItems(e,t){zd(this.downloadingRepresentationId);let n=this.getPlaybackBufferState(),r,i;U(n)&&this.withinInterval(e,n)?(i=this.forwardBufferTarget-this.getForwardPlaybackBufferDuration(e),r=this.bufferPlaybackQueue[this.bufferPlaybackQueue.length-1].segmentIndex+1):(i=this.forwardBufferTarget,r=t.findIndex(t=>this.withinInterval(e,t.time))),r=r===-1?0:r;let a=[];for(;r<t.length&&i>0;){a.push({representationId:this.downloadingRepresentationId,segmentIndex:r,segment:t[r]});let{from:e,to:n}=t[r].time;i-=n-e,r++}return a}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:n},r=this.tuning.dash.bufferTolerance){return U(e)?e+r>=t&&e<n:!1}withinAppendInterval(e,{from:t,to:n}){let{actionTimeShiftFromSegment:r}=this.tuning.dash;return U(e)?e+r>=t&&e+r<n||this.withinInterval(e,{from:t,to:n}):!1}withinRemoveInterval(e,{to:t}){let{actionTimeShiftFromSegment:n}=this.tuning.dash;return U(e)?e-n>t:!1}waitExponentialDownloadDelay=Rd(this.downloadAbortController.signal,async function*(){let e=Hd(this.failedDownloads,this.tuning.downloadBackoff);yield new Promise(t=>{let n=Ud();this.loadByteRangeSegmentsTimeoutId=n.setTimeout(t,e),this.subscription.add(Vd(n,`online`).pipe(Gd()).subscribe(()=>{t(),n.clearTimeout(this.loadByteRangeSegmentsTimeoutId)}))})}.bind(this));async appendSegmentFully(e,t){W(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(W(e.segment.data)||W(e.segment.loadedBytes)||W(e.segment.feedingBytes)||W(e.segment.fedBytes)||W(e.segment.size))return;let n=e.segment.data,r=new DataView(n.buffer,n.byteOffset+e.segment.feedingBytes,n.byteLength-e.segment.feedingBytes),i=e.segment.loadedBytes===e.segment.size?r:this.parseFeedableSegmentChunk(r);i?.byteLength&&(e.segment.bufferStatus=`partially_fed`,e.segment.feedingBytes+=i.byteLength,await this.nativeBufferManager.append(i,t)&&(e.segment.fedBytes+=i.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:n,to:r}=e.segment.time,i=(r-n)/4;await this.nativeBufferManager.remove(0,r-i,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||t.segment.networkStatus!==`downloaded`),(this.preloadOnly||U(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:n,bufferPruningSafeZone:r}=this.tuning.dash;if(this.currentVirtualBufferSize<t)return;let i=this.currentVirtualBufferSize-t+n;for(let t of this.segments.values())for(let n of t)U(n.size)&&i>0&&n.time.to<=e-r&&n.bufferStatus===`none`&&n.networkStatus===`downloaded`&&(n.data=null,n.networkStatus=`none`,this.currentVirtualBufferSize-=n.size,i-=n.size);for(let t of this.segments.values())for(let n of[...t].reverse())U(n.size)&&i>0&&n.time.from>=e+r&&n.bufferStatus===`none`&&n.networkStatus===`downloaded`&&!this.bufferPlaybackQueue.find(e=>e.segment===n)&&!this.downloadingBufferItems.find(e=>e.segment===n)&&(n.data=null,n.networkStatus=`none`,this.currentVirtualBufferSize-=n.size,i-=n.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 rp,isNonNullable as ip,isNullable as ap,now as op,isAbortError as sp}from"@vkontakte/videoplayer-shared";class cp extends np{constructor(e,t,n,r){super(e,t,n,r)}async loadItems(e,t,n=`auto`){let{signal:r}=this.downloadAbortController;if(r.aborted||!e.length)return;let{url:i,...a}=this.prepareFetchParams(e,t);if(this.failedDownloads&&await this.waitExponentialDownloadDelay(),!r.aborted)try{await this.fetcher.fetch(i,{...a,priority:n}),this.lastDataObtainedTimestampMs=op(),this.failedDownloads=0}catch(e){this.abortDownloadingItems(),sp(e)||(this.failedDownloads++,this.updateRepresentationsBaseUrlIfNeeded())}}selectItemsToLoad(){let e=0,t=0,n=[],r=this.preloadOnly?0:this.tuning.dash.segmentRequestSize,i=this.preloadOnly?this.forwardBufferTarget:0,a=0;for(;a<this.downloadingBufferItems.length&&this.downloadingBufferItems[a].segment.networkStatus===`none`&&(e<=r||t<=i);){let r=this.downloadingBufferItems[a].segment;r.networkStatus=`downloading`,r.size=1/0,r.loadedBytes=0,r.feedingBytes=0,r.fedBytes=0,n.push(this.downloadingBufferItems[a]),e+=r.byte.to+1-r.byte.from,t+=r.time.to+1-r.time.from,a++}return n}prepareFetchParams(e,t){if(El(t.segmentReference))throw Error(`Representation is not byte range type`);let{signal:n}=this.downloadAbortController,r=t.segmentReference.url,i={from:e[0].segment.byte.from,to:e[e.length-1].segment.byte.to};return{url:r,range:i,onProgress:async(r,a)=>{if(!n.aborted)try{this.lastDataObtainedTimestampMs=op(),await this.onSomeDataLoaded({downloadingItems:e,dataView:r,loaded:a,signal:n,globalFrom:i?i.from:0,representationId:t.id})}catch(e){this.error$.next({id:`SegmentFeeding`,category:rp.VIDEO_PIPELINE,message:`Error when feeding segments`,thrown:e})}},signal:n,bufferOptimisation:this.tuning.dash.fetcherBufferOptimisation}}async onSomeDataLoaded({downloadingItems:e,dataView:t,representationId:n,globalFrom:r,loaded:i,signal:a}){let o=this.representations.get(n);if(!(!this.downloadingBufferItems.length||ap(o)||ap(r)||a.aborted))for(let n of e){let{segment:e}=n,a=e.byte.from-r,o=e.byte.to-r,s=o-a+1,c=a<i,l=o<=i;e.size=s,c&&(e.networkStatus===`downloading`&&e.bufferStatus===`none`&&l?(e.data=new DataView(t.buffer,t.byteOffset+a,s),this.currentVirtualBufferSize+=e.size,this.onItemFullyDownloaded(n),e.loadedBytes=Math.min(s,i-a),await this.onDownloadItem(n)):ip(e.feedingBytes)&&this.tuning.dash.enableSubSegmentBufferFeeding&&e.networkStatus===`downloading`&&(e.loadedBytes=Math.min(s,i-a),l&&(this.currentVirtualBufferSize+=e.size,this.onItemFullyDownloaded(n)),e.loadedBytes>e.feedingBytes&&(e.data=new DataView(t.buffer,t.byteOffset+a,e.loadedBytes),await this.onDownloadItem(n))))}}updateRepresentationBaseUrl(e,t){if(El(e.segmentReference))throw Error(`Representation is not byte range type`);e.segmentReference.url=t}}import{ErrorCategory as lp,isAbortError as up,isNullable as dp,now as fp}from"@vkontakte/videoplayer-shared";class pp extends np{constructor(e,t,n,r){super(e,t,n,r)}async loadItems(e,t,n=`auto`){let{signal:r}=this.downloadAbortController;if(r.aborted||!e.length)return;let{url:i,...a}=this.prepareFetchParams(e,t);if(this.failedDownloads&&await this.waitExponentialDownloadDelay(),!r.aborted)try{let t=await this.fetcher.fetch(i,{...a,priority:n});if(this.lastDataObtainedTimestampMs=fp(),dp(t))return;let r=e[0],o=new DataView(t);r.segment.size=o.byteLength,r.segment.loadedBytes=o.byteLength,r.segment.data=o,this.onItemFullyDownloaded(r),await this.onDownloadItem(r),this.failedDownloads=0}catch(e){this.abortDownloadingItems(),up(e)||(this.failedDownloads++,this.updateRepresentationsBaseUrlIfNeeded())}}selectItemsToLoad(){let e=[];for(let t of this.downloadingBufferItems){let n=t.segment;n.networkStatus=`downloading`,n.size=1/0,n.loadedBytes=0,n.feedingBytes=0,n.fedBytes=0,e.push(t)}return e}prepareFetchParams(e,t){let n=this.getFetchUrl(e,t).toString(),{signal:r}=this.downloadAbortController;return{url:n,onProgress:async(n,i)=>{if(!r.aborted)try{this.lastDataObtainedTimestampMs=fp(),await this.onSomeDataLoaded({downloadingItems:e,dataView:n,loaded:i,signal:r,representationId:t.id})}catch(e){this.error$.next({id:`SegmentFeeding`,category:lp.VIDEO_PIPELINE,message:`Error when feeding segments`,thrown:e})}},signal:r,bufferOptimisation:this.tuning.dash.fetcherBufferOptimisation}}getFetchUrl(e,t){if(!El(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:n,loaded:r,signal:i}){let a=e[0],{segment:o}=a,s=this.representations.get(n);!this.downloadingBufferItems.length||dp(s)||dp(o.feedingBytes)||o.networkStatus!==`downloading`||i.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(a)))}updateRepresentationBaseUrl(e,t){if(!El(e.segmentReference))throw Error(`Representation is not template type`);e.segmentReference.baseUrl=t}}var mp=c(Pn(),1);import{assertNonNullable as hp,ErrorCategory as gp,isNullable as _p,ValueSubject as vp}from"@vkontakte/videoplayer-shared";class yp extends pp{currentLiveSegmentServerLatency$=new vp(0);currentLowLatencySegmentLength$=new vp(0);liveInitialAdditionalOffset=0;isSeekingLive=!1;isActiveLowLatency;constructor(e,t,n,r){super(e,t,n,r),this.isActiveLowLatency=r.isActiveLowLatency}updateManifest(e){if(!e||[...this.segments.values()].every(e=>!e.length))return;let t=mp.default(e.streams[this.kind],e=>e.representations);for(let e of t){if(_p(e)||!El(e.segmentReference))return;let t=e.segmentReference.segments.map(e=>({...e,networkStatus:`none`,bufferStatus:`none`,size:void 0})),n=this.segments.get(e.id)??[],r=Zs(n,-1)?.time.to??0,i=t?.findIndex(e=>r>=e.time.from+100&&r<=e.time.to+100);if(i===-1){let t=this.getActualLiveStartingSegments(e.segmentReference);this.segments.set(e.id,t)}else{let r=t.slice(i+1);this.segments.set(e.id,[...n,...r])}this.representations.set(e.id,e)}}proceedLowLatencyLive(){let e=this.downloadingRepresentationId;hp(e);let t=this.segments.get(e);if(t?.length){let n={representationId:e,segmentIndex:t.length-1,segment:t[t.length-1]};this.updateLowLatencyLive(n)}}getLiveSegmentsToLoadState(e){let t=e?.streams[this.kind],n=mp.default(t,e=>e.representations).find(e=>e.id===this.downloadingRepresentationId);if(_p(n))return;let r=this.segments.get(n.id);if(r?.length)return{from:r[0].time.from,to:r[r.length-1].time.to}}getRepresentationInitialTime(){if(_p(this.playingRepresentationId))return 0;let e=this.representations.get(this.playingRepresentationId)?.segmentReference;return _p(e)||!El(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),_p(e.segment.data)||!this.isActiveLowLatency())return;let t=e.segment.data,{serverDataReceivedTimestamp:n,serverDataPreparedTime:r}=this.containerParser.getServerLatencyTimestamps(t);n&&r&&this.currentLiveSegmentServerLatency$.next(r-n),this.updateLowLatencyItemTime(e),this.updateLowLatencyLive(e)}updateLowLatencyItemTime(e){let t=e.segment.data,n=this.representations.get(e.representationId)?.segmentReference;if(_p(e.segment.data)||_p(n)||!El(n))return;let r=this.containerParser;if(e.segment.isCurrentLowLatency){let{timescale:i}=n;e.segment.time.to=r.getChunkEndTime(t,i)}}updateLowLatencyLive(e){let t=0;for(let n of this.representations.values()){let r=n.segmentReference;if(!El(r))return;let i=this.segments.get(n.id)??[],a=i.find(t=>Math.floor(t.time.from)===Math.floor(e.segment.time.from));if(a?.isCurrentLowLatency&&(a.time.to=e.segment.time.to,t=a.time.to-a.time.from,a.isCurrentLowLatency=!1),!i.find(t=>Math.floor(t.time.from)===Math.floor(e.segment.time.to))&&this.isActiveLowLatency()){let t=Math.round(e.segment.time.to*r.timescale/1e3).toString(10),n=hd(r.segmentTemplateUrl,{segmentTime:t});i.push({networkStatus:`none`,bufferStatus:`none`,time:{from:e.segment.time.to,to:e.segment.time.to+this.tuning.dash.bufferTolerance},url:n,isCurrentLowLatency:!0})}}this.currentLowLatencySegmentLength$.next(t)}parseFeedableSegmentChunk(e){return this.containerParser.parseFeedableSegmentChunk(e,!0)}getFetchUrl(e,t){let n=super.getFetchUrl(e,t);return this.isActiveLowLatency()&&n.searchParams.set(`low-latency`,`yes`),n}async loadInit(e,t=`auto`,n=!1){try{let n=this.tuning.dash.useFetchPriorityHints?t:`auto`,r=this.fetcher.fetchRepresentation(e.segmentReference,this.containerParser,n);this.initDataPromises.set(e.id,r);let{initMetadata:i,initDataView:a,segments:o}=await r??{};if(this.initDataPromises.delete(e.id),_p(a)||_p(o))return;i&&this.parsedInitData.set(e.id,i);let s=this.getActualLiveStartingSegments(e.segmentReference);this.segments.has(e.id)||this.segments.set(e.id,s);let c=a.buffer.slice(a.byteOffset,a.byteOffset+a.byteLength);this.initData.set(e.id,c),this.failedDownloads=0}catch(e){n&&this.error$.next({id:`LoadInits`,category:gp.WTF,message:`loadInit threw`,thrown:e})}}getActualLiveStartingSegments(e){let t=e.segments,n=this.isActiveLowLatency()?this.tuning.dashCmafLive.lowLatency.maxTargetOffset:this.tuning.dashCmafLive.maxActiveLiveOffset,r=[],i=0,a=t.length-1;do r.unshift(t[a]),i+=t[a].time.to-t[a].time.from,a--;while(i<n&&a>=0);return this.liveInitialAdditionalOffset=i-n,this.isActiveLowLatency()?[r[0]]:r}}class bp{static getBufferManager(e,t,n,r){return r.manifest?.live?new yp(e,t,n,r):El(n[0].segmentReference)?new pp(e,t,n,r):new cp(e,t,n,r)}}import{ErrorCategory as xp,fromEvent as Sp,isNullable as Cp,Subject as wp,Subscription as Tp}from"@vkontakte/videoplayer-shared";import{assertNever as Ep,ErrorCategory as Dp,Subject as Op}from"@vkontakte/videoplayer-shared";var kp=18,Ap=!1;try{Ap=F.browser.isSafari&&!!F.browser.safariVersion&&F.browser.safariVersion<=kp}catch(e){console.error(e)}class jp{bufferFull$=new Op;error$=new Op;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?!1:new Promise(n=>{let r={operation:`append`,data:e,signal:t,callback:n};this.queue.push(r),this.pull()})}async remove(e,t,n){return n&&n.aborted?!1:new Promise(r=>{let i={operation:`remove`,from:e,to:t,signal:n,callback:r};this.queue.unshift(i),this.pull()})}async abort(e){return new Promise(t=>{let n,r=e=>{this.abortRequested=!1,t(e)};n=Ap&&e?{operation:`safariAbort`,init:e,callback:r}:{operation:`abort`,callback:r};for(let{callback:e}of this.queue)e(!1);this.abortRequested=!0,n&&(this.queue=[n]),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}}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:Dp.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&&e.name===`QuotaExceededError`&&t===`append`?this.bufferFull$.next(this.currentTask.data.byteLength):e instanceof DOMException&&e.name===`InvalidStateError`||this.error$.next({id:`BufferTaskQueue:${t}`,category:Dp.VIDEO_PIPELINE,message:`Buffer operation failed`,thrown:e}),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:Ep(t)}}}var Mp=jp,Np=(e,t)=>{let n=0;for(let r=0;r<e.length;r++){let i=e.start(r)*1e3,a=e.end(r)*1e3;i<=t&&t<=a&&(n=a)}return Math.max(n-t,0)};class Pp{error$=new wp;mediaSource;sourceBuffer;sourceBufferTaskQueue;subscription=new Tp;constructor(e){this.mediaSource=e}init(e,t,n=!1){this.sourceBuffer=this.mediaSource.addSourceBuffer(`${e}; codecs="${t}"`),this.sourceBufferTaskQueue=new Mp(this.sourceBuffer,n),this.subscription.add(this.sourceBufferTaskQueue.error$.subscribe(e=>this.error$.next(e))),this.subscription.add(Sp(this.sourceBuffer,`error`).subscribe(()=>this.error$.next({id:`SourceBuffer`,category:xp.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,n){return this.sourceBufferTaskQueue.remove(e,t,n)}async clear(e){let t=this.getBufferState();if(Cp(t))return Promise.resolve(!1);let n=!0;await this.sourceBufferTaskQueue.abort();for(let r of t)n&&=await this.sourceBufferTaskQueue.remove(r.from,r.to,e);return n}warmUpMediaSource(){!Cp(this.sourceBuffer)&&!this.sourceBuffer.updating&&(this.sourceBuffer.mode=`segments`)}getBufferState(){if(Cp(this.sourceBuffer)||!R(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 Cp(this.sourceBuffer)||!R(this.mediaSource,this.sourceBuffer)||!this.sourceBuffer.buffered.length||Cp(e)?0:Np(this.sourceBuffer.buffered,e)}async abortBuffer(e){return Cp(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 Fp=(e,t)=>{e.video.forEach(e=>{e.representations=e.representations.filter(({fps:e,height:n,codecs:r})=>{let i=t.find(([e,t,i])=>e===`${n}p`&&Od(r)===i)?.[1];return i&&Number.isInteger(i)&&e&&Number.isInteger(e)?e<=i:!0})})},Ip=[`timeupdate`,`progress`,`play`,`seeked`,`stalled`,`waiting`],Lp=[`timeupdate`,`progress`,`loadeddata`,`playing`,`seeked`];class Rp{element=null;manifestUrlString=``;source=null;manifest=null;tuning;tracer;forceVideoCodec;videoBufferManager;audioBufferManager;bufferManagers=[];videoNativeBufferManager;audioNativeBufferManager;nativeBufferManagers=[];throughputEstimator;subscription=new Ru;subscriptionRemovable=new zu;representationSubscription=new Ru;fetcher;forceEnded$=new Lu;stallWatchdogSubscription;destroyController=new V;state$=new I(`none`);currentVideoRepresentation$=new H(void 0);currentVideoRepresentationInit$=new H(void 0);currentAudioRepresentation$=new H(void 0);currentVideoSegmentLength$=new H(0);currentAudioSegmentLength$=new H(0);error$=new Lu;manifestRequested=new Lu;manifestReceived=new Lu;firstBytesRequested=new Lu;firstBytesReceived=new Lu;lastConnectionType$=new H(void 0);lastConnectionReused$=new H(void 0);lastRequestFirstBytes$=new H(void 0);lastConnectionMetrics$=new H(void 0);lastDownloadMetrics$=new H(void 0);currentLiveTextRepresentation$=new H(null);timeoutSourceOpenId;isLive$=new H(!1);isActiveLive$=new H(!1);isLowLatency$=new H(!1);liveDuration$=new H(0);liveSeekableDuration$=new H(0);liveAvailabilityStartTime$=new H(0);liveStreamStatus$=new H(void 0);currentBuffer$=new H({from:0,to:0});bufferLength$=new H(0);nativeBufferLength$=new H(0);liveLatency$=new H(void 0);liveLoadBufferLength$=new H(0);livePositionFromPlayer$=new H(0);currentStallDuration$=new H(0);videoLastDataObtainedTimestamp$=new H(0);fetcherRecoverableError$=new Lu;fetcherError$=new Lu;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 td({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=Su(this.destroyController.signal,async function*(e,t,n){this.tracer.log(`initRepresentationsStart`,Du({initialVideo:e,initialAudio:t,sourceHls:n})),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,n),this.initRepresentationSubscriptions(),yield this.waitStreamToOpen(),this.setSourceDuration(),Cu(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,n){this.tracer.log(`initManifest`),this.state$.startTransitionTo(`manifest_ready`),this.element=e,this.manifestUrlString=this.prepareManifestUrlString(t,n),this.manifest=await this.updateManifest(),this.manifest?.streams.video.length?this.state$.setState(`manifest_ready`):this.error$.next({id:`NoRepresentations`,category:wu.PARSER,message:`No playable video representations`})}initBuffer(){Cu(this.element),this.state$.setState(`running`),this.subscription.add(Fu(...Ip.map(e=>Ou(this.element,e)),Ou(Au(),`online`),ju(this.tuning.dash.tickMaintainInterval)).subscribe(()=>this.tick(),e=>this.error$.next({id:`DashVKPlayer`,category:wu.WTF,message:`Internal logic error`,thrown:e})));let e=[...this.source?.activeSourceBuffers??[]];this.subscription.add(Fu(...e.map(e=>Ou(e,`updateend`))).subscribe(e=>this.reinitDecoderIfNeeded())),this.subscription.add(Ou(this.element,`waiting`).subscribe(e=>{this.stallWatchdogSubscription&&(this.stallWatchdogSubscription.unsubscribe(),this.subscriptionRemovable.remove(this.stallWatchdogSubscription)),this.stallWatchdogSubscription=ju(this.tuning.dash.stallWatchdogInterval).subscribe(()=>this.stallWatchdogIntervalCallback(),e=>this.error$.next({id:`StallWatchdogCallback`,category:wu.NETWORK,message:`Can't restore DASH after stall.`,thrown:e})),this.subscriptionRemovable.add(this.stallWatchdogSubscription)}))}async switchRepresentation(e,t,n=!1){return{video:this.videoBufferManager,audio:this.audioBufferManager,text:null}[e]?.switchTo(t,n)}async seek(e,t=!1){Cu(this.element),Cu(this.videoBufferManager);let n;n=t||this.element.duration*1e3<=this.tuning.dashSeekInSegmentDurationThreshold||Math.abs(this.element.currentTime*1e3-e)<=this.tuning.dashSeekInSegmentAlwaysSeekDelta?e:Math.max(this.videoBufferManager.findSegmentStartTime(e)??e,this.audioBufferManager?.findSegmentStartTime(e)??e),this.warmUpMediaSourceIfNeeded(n),this.element.currentTime=n/1e3,F.browser.isSafari?(await this.audioBufferManager?.seek(n),await this.videoBufferManager.seek(n)):(await this.videoBufferManager.seek(n),await this.audioBufferManager?.seek(n)),this.tracer.log(`seek`,Du({requestedPosition:e,forcePrecise:t,position:n}))}warmUpMediaSourceIfNeeded(e=this.element?.currentTime){Mu(this.element)&&Mu(this.source)&&Mu(e)&&this.isStreamEnded&&this.element.duration*1e3-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&&Au().clearTimeout(this.timeoutSourceOpenId),this.destroyController.abort(),this.fetcher.destroy(),this.stop(),Mu(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(Nu(this.element)||!t.length)return;let n=this.element.currentTime*1e3;this.element.readyState<3&&t.some(e=>n>=e.from&&n<=e.to)&&(e?await this.seek(n):this.element.currentTime=this.element.currentTime)}async stallWatchdogIntervalCallback(){Cu(this.element),Cu(this.source);let{stallWatchdogInterval:e}=this.tuning.dash;if(this.isStreamNotOpen)return;let t=this.currentStallDuration$.getValue()+e;this.currentStallDuration$.next(t);let n={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 Error(`Stall timeout exceeded: ${t} ms`)}await this.restoreAfterDeepStall(n),this.tracer.log(`stallIntervalCallback`,Du(n))}isStallExceeded(e){let{crashOnStallTimeout:t,crashOnStallTWithoutDataTimeout:n}=this.tuning.dash,r=Iu(),i=this.videoBufferManager?.lastDataObtainedTimestamp??0;this.videoLastDataObtainedTimestamp$.next(i);let a=this.audioBufferManager?.lastDataObtainedTimestamp??0,o=this.videoBufferManager?.getForwardPlaybackBufferDuration()??0,s=this.audioBufferManager?.getForwardPlaybackBufferDuration()??0,c=Mu(this.videoBufferManager)&&o<100&&r-i>n,l=Mu(this.audioBufferManager)&&s<100&&r-a>n;return(c||l)&&e>n||e>=t}async updateManifest(){this.tracer.log(`updateManifestStart`,{manifestUrl:this.manifestUrlString});let e=await this.fetchManifest();if(Nu(e))return null;let t=this.parseManifest(e);if(!t)return null;let n=this.getResultManifest(t);return this.tracer.log(`updateManifestEnd`,Du(n)),n}fetchManifest=Su(this.destroyController.signal,async function*(){try{return yield this.fetcher.fetchManifest(this.manifestUrlString)}catch(e){Nu(this.manifest)&&!this.bufferLength$.getValue()&&this.error$.next({id:`LoadManifest`,category:wu.NETWORK,message:`Failed to load manifest`,thrown:e})}}.bind(this));parseManifest(e){try{return gd(e??``,this.manifestUrlString)}catch(t){let n=xu(e)??{id:`ManifestParsing`,category:wu.PARSER,message:`Failed to parse MPD manifest`,thrown:t};this.error$.next(n)}}getResultManifest(e){let t={text:e.streams.text,video:[],audio:[]},n=(e,t,n)=>!!(this.element?.canPlayType?.(t)&&bi()?.isTypeSupported?.(`${t}; codecs="${n}"`)||e===`text`),r,i;for(let a of[`video`,`audio`]){let o=e.streams[a].filter(({mime:e,codecs:t})=>n(a,e,t));t[a]=o;let s;if(this.tuning.dash.codecsPrioritizeEnabled){let e=o.map(({codecs:e})=>e);a===`audio`&&(i=Dd(e),s=i[0]),a===`video`&&(r=Ed(e),s=this.forceVideoCodec&&ca(r,this.forceVideoCodec)?this.forceVideoCodec:r[0]),s&&(t[a]=o.filter(({codecs:e})=>Od(e)===s))}else s=Td(new Set(o.map(({codecs:e})=>e))),s&&(t[a]=o.filter(({codecs:e})=>e.startsWith(s)));if(a===`video`){let e=this.tuning.preferHDR,n=t.video.some(e=>e.hdr),r=t.video.some(e=>!e.hdr);F.display.isHDR&&e&&n?t.video=t.video.filter(e=>e.hdr):r&&(t.video=t.video.filter(e=>!e.hdr));let{videoStreamRepresentaionsFilter:i}=this.tuning.dash;i.length&&Fp(t,i)}}let a={...e,streams:t};return this.tuning.dash.codecsPrioritizeEnabled&&(a.codecs={video:r,audio:i}),a}stopStallWatchdogSubscription(){this.stallWatchdogSubscription?.unsubscribe(),this.currentStallDuration$.next(0)}createBuffers(e,t,n,r){Cu(this.manifest),Cu(this.element);let i=e=>{this.representationSubscription.add(Ou(e,`error`).pipe(Tu(e=>!!this.element?.played.length)).subscribe(e=>{this.error$.next({id:`VideoSource`,category:wu.VIDEO_PIPELINE,message:`Unexpected video source error`,thrown:e})}))};this.source=Ci();let a=Au().document,o=a.createElement(`source`);if(i(o),o.src=URL.createObjectURL(this.source),this.element.appendChild(o),xi())if(r){let e=a.createElement(`source`);i(e),e.type=`application/x-mpegurl`,e.src=r.url,this.element.appendChild(e)}else this.element.disableRemotePlayback=!0;let s=this.manifest.streams.video.reduce((e,t)=>[...e,...t.representations],[]);if(this.videoNativeBufferManager=new Pp(this.source),this.videoBufferManager=bp.getBufferManager(`video`,this.videoNativeBufferManager,s,e),this.bufferManagers=[this.videoBufferManager],this.nativeBufferManagers=[this.videoNativeBufferManager],Mu(n)){this.audioNativeBufferManager=new Pp(this.source);let t=this.manifest.streams.audio.reduce((e,t)=>[...e,...t.representations],[]);this.audioBufferManager=bp.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=Au().setTimeout(()=>{if(this.isStreamNotOpen){t();return}this.error$.next({id:`OpenOfStream`,category:wu.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&&Au().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(Fu(...this.bufferManagers.map(e=>e.error$)).subscribe(this.error$)),Cu(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(Fu(...Lp.map(e=>Ou(this.element,e))).pipe(Pu(e=>this.videoBufferManager?.getPlaybackBufferState()),Tu(Mu),Pu(({from:e,to:t})=>({from:e/1e3,to:t/1e3}))).subscribe(this.currentBuffer$)),this.representationSubscription.add(Fu(...Lp.map(e=>Ou(this.element,e))).pipe(Pu(e=>Math.min(this.videoBufferManager?.getForwardPlaybackBufferDuration()??0,this.audioBufferManager?.getForwardPlaybackBufferDuration()??0,this.audioBufferManager?.getForwardPlaybackBufferDuration()??0)),Eu()).subscribe(this.bufferLength$)),this.representationSubscription.add(this.nativeBufferLength$.pipe(Tu(e=>e>this.tuning.dash.bufferEmptinessTolerance)).subscribe(e=>this.stopStallWatchdogSubscription()))}initTracerSubscription(){let e=ku(this.tracer.error.bind(this.tracer));this.subscription.add(this.error$.subscribe(e(`error`)))}async tick(){if(Nu(this.element)||Nu(this.videoBufferManager)||this.isStreamNotOpen)return;let e=this.element.currentTime*1e3,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)}}import{assertNonNullable as zp,combine as Bp,ErrorCategory as Vp,filter as Hp,filterChanged as Up,fromEvent as Wp,isNonNullable as Gp,map as Kp,merge as qp}from"@vkontakte/videoplayer-shared";class Jp extends Rp{constructor(e){super(e)}prepareManifestUrlString(e,t){return e}initRepresentationSubscriptions(){super.initRepresentationSubscriptions(),this.initDisableStallWatchdogSubscription(),this.initEndOfVideoSubscription()}setSourceDuration(){zp(this.manifest),zp(this.source);let e=[this.manifest.duration??0,...ou.default(ou.default([...this.manifest.streams.audio,...this.manifest.streams.video],e=>e.representations),e=>{let t=[];return e.duration&&t.push(e.duration),El(e.segmentReference)&&e.segmentReference.totalSegmentsDurationMs&&t.push(e.segmentReference.totalSegmentsDurationMs),t})];this.source.duration=Math.max(...e)/1e3}async restoreAfterDeepStall(e){zp(this.element);let t=this.element.currentTime*1e3;await Promise.all([this.videoBufferManager?.maintain(t),this.audioBufferManager?.maintain(t)]),e.position=t}initDisableStallWatchdogSubscription(){zp(this.element);let e=qp(Wp(this.element,`ended`),this.forceEnded$),t=this.nativeBufferLength$.pipe(Hp(e=>e>this.tuning.dash.bufferEmptinessTolerance));this.representationSubscription.add(qp(e,t).subscribe(e=>this.stopStallWatchdogSubscription()))}initEndOfVideoSubscription(){let e=Bp({allBuffersFull:qp(...this.bufferManagers.map(e=>e.fullyBuffered$)).pipe(Kp(()=>this.bufferManagers.every(e=>e.fullyBuffered$.getValue()))),someBufferEnded:qp(...this.bufferManagers.map(e=>e.onLastSegment$)).pipe(Kp(()=>this.bufferManagers.some(e=>e.onLastSegment$.getValue())))}).pipe(Up(),Kp(({allBuffersFull:e,someBufferEnded:t})=>e&&t),Hp(e=>e));this.representationSubscription.add(qp(this.forceEnded$,e).pipe(Hp(e=>Gp(this.source)&&this.source.readyState===`open`&&Array.from(this.source.sourceBuffers).every(e=>!e.updating))).subscribe(()=>{try{this.source?.endOfStream()}catch(e){this.error$.next({id:`EndOfStream`,category:Vp.VIDEO_PIPELINE,message:`Failed to end MediaSource stream`,thrown:e})}}))}}class Yp extends au{subscribe(){super.subscribe();let{output:e,observableVideo:t,connect:n,genericErrorListener:r}=this.getProviderSubscriptionInfo();n(t.timeUpdate$,e.position$),n(t.durationChange$,e.duration$),this.subscription.add(this.player.currentVideoRepresentation$.pipe(tl(),el(e=>nl(e))).subscribe(e=>{let t=this.player.calculateDurationFromSegments(e);t&&this.params.output.duration$.next(t/1e3)},r))}getPlayer(){return new Jp({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 Xp,merge as Zp,filter as Qp,filterChanged as $p,isNullable as em,map as tm,ValueSubject as nm,isNonNullable as rm}from"@vkontakte/videoplayer-shared";import{isNullable as im,ValueSubject as am}from"@vkontakte/videoplayer-shared";class om{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 am(e.initial),this.debounced$=new am(e.initial);let t=e.label??`value`+Math.random().toString(16).substring(2,6);this.rawSeries$=new is(`raw_${t}`),this.smoothedSeries$=new is(`smoothed_${t}`),this.reportedSeries$=new is(`reported_${t}`),this.rawSeries$.next(e.initial),this.smoothedSeries$.next(e.initial),this.reportedSeries$.next(e.initial)}next(e){let t=0,n=0;for(let e=0;e<this.pastMeasures.length;e++)this.pastMeasures[e]!==void 0&&(t+=(this.pastMeasures[e]-this.smoothed)**2,n++);this.takenMeasures=n,t/=n;let r=Math.sqrt(t),i=this.smoothed+this.params.deviationFactor*r,a=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>i||this.smoothed<a)&&(im(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 sm extends om{slow;fast;constructor(e){super(e),this.slow=this.fast=e.initial}updateSmoothedValue(e){this.slow=Bl(this.slow,e,this.params.emaAlphaSlow),this.fast=Bl(this.fast,e,this.params.emaAlphaFast),this.smoothed=(this.params.fastDirection>0?Math.max:Math.min)(this.slow,this.fast)}}class cm extends om{emaSmoothed;constructor(e){super(e),this.emaSmoothed=e.initial}updateSmoothedValue(e){let t=Vl(this.pastMeasures,this.takenMeasures);this.emaSmoothed=Bl(this.emaSmoothed,e,this.params.emaAlpha),this.smoothed=Hl(this.pastMeasures,this.takenMeasures,this.measuresCursor-1,this.params.basisTrendChangeCount)?this.emaSmoothed:t}}class lm extends om{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?Bl(this.smoothed,e,this.params.emaAlpha):e}}class um{static getSmoothedValue(e,t,n){return n.type===`TwoEma`?new sm({initial:e,emaAlphaSlow:n.emaAlphaSlow,emaAlphaFast:n.emaAlphaFast,changeThreshold:n.changeThreshold,fastDirection:t,deviationDepth:n.deviationDepth,deviationFactor:n.deviationFactor,label:`throughput`}):new cm({initial:e,emaAlpha:n.emaAlpha,basisTrendChangeCount:n.basisTrendChangeCount,changeThreshold:n.changeThreshold,deviationDepth:n.deviationDepth,deviationFactor:n.deviationFactor,label:`throughput`})}static getLiveBufferSmoothedValue(e,t){return new lm({initial:e,label:`liveEdgeDelay`,...t})}}import{assertNonNullable as dm,combine as fm,ErrorCategory as pm,filter as mm,filterChanged as hm,fromEvent as gm,interval as _m,isNonNullable as vm,isNullable as ym,map as bm,now as xm,throttle as Sm}from"@vkontakte/videoplayer-shared";var Cm=(e,t)=>{e&&e.playbackRate!==t&&(e.playbackRate=t)};import{isNullable as wm,ValueSubject as Tm}from"@vkontakte/videoplayer-shared";class Em{currentRepresentation$=new Tm(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(!wm(e))for(let t of this.representations)for(let n of t){let t=n.segmentReference,r=t.segments.length,i=t.segments[0].time.from,a=t.segments[r-1].time.to;if(e<i||e>a)continue;let o=t.segments.find(t=>t.time.from<=e&&t.time.to>=e);!o||this.currentSegment?.time.from===o.time.from&&this.currentSegment.time.to===o.time.to||(this.currentSegment=o,this.currentRepresentation$.next({...n,label:`Live Text`,language:`ru`,isAuto:!0,url:new URL(o.url,t.baseUrl).toString()}))}}destroy(){this.currentRepresentation$.next(null),this.currentSegment=null,this.representations=[]}processStreams(e){for(let t of e??[]){let e=Em.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=>Em.filterRepresentations(e.representations))}static filterRepresentations(e){return e?.filter(e=>e.kind===`text`&&`segmentReference`in e&&El(e.segmentReference))}}class Dm extends Rp{liveTextManager;liveStreamEndTimestamp=0;liveBuffer;livePauseWatchdogSubscription;liveWasInterrupted=!1;constructor(e){super(e),this.liveBuffer=um.getLiveBufferSmoothedValue(this.tuning.dashCmafLive.lowLatency.maxTargetOffset,{...e.tuning.dashCmafLive.lowLatency.bufferEstimator})}async seek(e){dm(this.element),this.updateManifestUrlWithTimeOffset(e),this.manifest=await this.updateManifest(),await this.forcePositionToRepresentationInitialTime()}initBuffer(){super.initBuffer(),this.forcePositionToRepresentationInitialTime()}async forcePositionToRepresentationInitialTime(){let e=this.videoBufferManager?.getRepresentationInitialTime()??0;await super.seek(e,!1)}async tick(){await super.tick();let e=(this.element?.currentTime??0)*1e3;this.liveTextManager?.maintain(e)}setSourceDuration(){dm(this.source),this.source.duration=2**53-1}isStallExceeded(e){let{keepSilentStallWatchdogWhenNotActive:t}=this.tuning.dashCmafLive,n=this.liveStreamStatus$.getValue()===`active`;return(!t||n)&&super.isStallExceeded(e)}async restoreAfterDeepStall(e){let{liveStallReinitInterval:t}=this.tuning.dash,{keepSilentStallWatchdogWhenNotActive:n}=this.tuning.dashCmafLive,r=this.currentStallDuration$.getValue(),i=this.liveStreamStatus$.getValue()===`active`;if(r%t===0){let t=this.normalizeLiveOffset(-1*this.livePositionFromPlayer$.getValue()*1e3);e.liveLastOffset=t,!i&&n?(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:pm.VIDEO_PIPELINE,message:`stallIntervalCallback failed`,thrown:e})})}}async updateManifest(){let e=await super.updateManifest();if(ym(e))return null;if(ym(e.live))return this.error$.next({id:`ManifestParsing`,category:pm.PARSER,message:`MPD doesnt contain live section for live stream`}),null;this.isLive$.next(!0);let{availabilityStartTime:t,latestSegmentPublishTime:n,streamIsUnpublished:r,streamIsAlive:i}=e.live,a=(e.duration??0)/1e3;this.liveSeekableDuration$.next(-1*a),this.liveDuration$.next((n-t)/1e3),this.liveAvailabilityStartTime$.next(e.live.availabilityStartTime);let o=`active`;if(i||(o=r?`unpublished`:`unexpectedly_down`),this.liveStreamStatus$.next(o),this.bufferManagers.forEach(t=>t.updateManifest(e)),this.liveTextManager?.updateLive(e),i&&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:pm.VIDEO_PIPELINE,message:`seekLive after stream restore failed`,thrown:e})})}return e}prepareManifestUrlString(e,t){return Xr(e,t,2)}updateManifestUrlWithTimeOffset(e){let t=this.liveStreamStatus$.getValue()===`active`?0:xm()-this.liveStreamEndTimestamp,n=this.normalizeLiveOffset(e+t);this.isActiveLive$.next(n===0),this.manifestUrlString=Xr(this.manifestUrlString,n,2)}createBuffers(e,t,n,r){dm(this.manifest),super.createBuffers(e,t,n,r),Em.isSupported(this.manifest.streams.text)&&!this.isLowLatency$.getValue()&&(this.liveTextManager=new Em(this.manifest.streams.text,e))}initRepresentationSubscriptions(){dm(this.element),dm(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),vm(this.liveTextManager)&&this.representationSubscription.add(this.liveTextManager.currentRepresentation$.subscribe(this.currentLiveTextRepresentation$))}initStreamDurationOnPauseSubscription(){dm(this.element);let{liveUpdateInterval:e}=this.tuning.dash,t=()=>_m(e).subscribe(async t=>{let n=Zr(this.manifestUrlString,2);this.manifestUrlString=Xr(this.manifestUrlString,n+e,2),this.liveStreamStatus$.getValue()===`active`&&(this.manifest=await this.updateManifest())});this.representationSubscription.add(gm(this.element,`pause`).subscribe(e=>{this.livePauseWatchdogSubscription=t(),this.representationSubscription.add(this.livePauseWatchdogSubscription)})),this.representationSubscription.add(gm(this.element,`play`).subscribe(e=>this.livePauseWatchdogSubscription?.unsubscribe()))}initLiveDurationSubscriptions(e){this.representationSubscription.add(this.liveDuration$.pipe(hm()).subscribe(e=>this.liveStreamEndTimestamp=xm())),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(fm({isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(bm(({isActiveLive:e,isLowLatency:t})=>e&&t),hm(),mm(e=>!this.isManualDecreasePlaybackInLive())).subscribe(e=>Cm(this.element,1))),this.representationSubscription.add(fm({liveBuffer:this.liveBuffer.smoothed$,isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(mm(e=>!this.isManualDecreasePlaybackInLive())).subscribe(({liveBuffer:e,isActiveLive:t,isLowLatency:n})=>{if(!n||!t)return;let r=this.tuning.dashCmafLive.lowLatency.maxTargetOffset,i=this.tuning.dashCmafLive.lowLatency.maxTargetOffsetDeviation,a=this.tuning.dashCmafLive.lowLatency.playbackCatchupSpeedup,o=e-r,s=1;Math.abs(o)>i&&(s=1+Math.sign(o)*a),Cm(this.element,s)}))}initLiveBufferInfoSubscriptions(e,t){this.representationSubscription.add(fm({bufferLength:this.bufferLength$,isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(mm(({bufferLength:e,isActiveLive:t,isLowLatency:n})=>t&&n&&!!e),bm(({bufferLength:e})=>e)).subscribe(this.liveBuffer)),this.representationSubscription.add(this.bufferLength$.subscribe(e=>{let n=0;if(e){let e=(this.element?.currentTime??0)*1e3;n=Math.min(...t.map(t=>t.getLiveSegmentsToLoadState(this.manifest)?.to??e))-e}this.liveLoadBufferLength$.getValue()!==n&&this.liveLoadBufferLength$.next(n)})),this.representationSubscription.add(fm({isLive:this.isLive$,rtt:this.throughputEstimator.rtt$,bufferLength:this.bufferLength$,segmentServerLatency:e.currentLiveSegmentServerLatency$}).pipe(mm(({isLive:e})=>e),hm((e,t)=>t.bufferLength<e.bufferLength),bm(({rtt:e,bufferLength:t,segmentServerLatency:n})=>{let r=Zr(this.manifestUrlString,2);return(e/2+t+n+r)/1e3})).subscribe(this.liveLatency$))}initLiveMaintainSubscription(e){let t=0;this.representationSubscription.add(fm({liveLoadBufferLength:this.liveLoadBufferLength$,bufferLength:this.bufferLength$}).pipe(Sm(this.tuning.dash.liveUpdateInterval)).subscribe(async({liveLoadBufferLength:n,bufferLength:r})=>{dm(this.element);let i=this.element.playbackRate,a=Zr(this.manifestUrlString,2),o=Math.abs(this.livePositionFromPlayer$.getValue())*1e3,s=Math.min(o,this.tuning.dashCmafLive.normalizedTargetMinBufferSize*i),c=this.tuning.dashCmafLive.normalizedActualBufferOffset*i,l=this.tuning.dashCmafLive.normalizedLiveMinBufferSize*i,u=isFinite(n)?n:r,d=this.isActiveLive$.getValue()&&this.isLowLatency$.getValue(),f=o<=this.tuning.live.activeLiveDelay;this.isActiveLive$.next(f);let p=`none`;if(d?p=`active_low_latency`:this.isLowLatency$.getValue()&&f?(e.forEach(e=>e.proceedLowLatencyLive()),p=`active_low_latency`):a!==0&&u<s?p=`live_forward_buffering`:u<s+l&&(p=`live_with_target_offset`),isFinite(n)&&(t=n>t?n:t),p===`live_forward_buffering`||p===`live_with_target_offset`){let e=t-(s+c),r=this.normalizeLiveOffset(Math.trunc(a+e/i)),o=Math.abs(r-a),l=0;!n||o<=this.tuning.dashCmafLive.offsetCalculationError?l=a:r>0&&o>this.tuning.dashCmafLive.offsetCalculationError&&(l=r),this.manifestUrlString=Xr(this.manifestUrlString,l,2)}(p===`live_with_target_offset`||p===`live_forward_buffering`)&&(t=0,this.manifest=await this.updateManifest())},e=>{this.error$.next({id:`updateLive`,category:pm.VIDEO_PIPELINE,thrown:e,message:`Failed to update live with subscription`})}))}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}}class Om extends au{constructor(e){super(e),this.textTracksManager.destroy()}getPlayer(){return new Dm({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:n,observableVideo:r,desiredState:i,connect:a}=this.getProviderSubscriptionInfo();this.params.output.position$.next(0),this.params.output.isLive$.next(!0),this.params.output.canPlayLiveTailBuffer$.next(!0);let o=new nm(1);a(r.playbackRateState$,o),a(r.timeUpdate$,n.liveBufferTime$),a(this.player.liveSeekableDuration$,n.duration$),a(this.player.liveLatency$,n.liveLatency$),this.params.tuning.dashCmafLive.catchupLiveForMutedInactiveTab&&this.subscription.add(n.elementVisible$.pipe($p()).subscribe(t=>{let r=n.position$.getValue(),i=n.volume$.getValue(),a=!i.volume||i.muted;!t&&!r&&a?e=!0:t&&e&&(this.seek(0),e=!1)})),this.subscription.add(this.params.output.position$.subscribe(this.player.livePositionFromPlayer$)).add(i.isLowLatency.stateChangeEnded$.pipe(tm(e=>e.to)).subscribe(this.player.isLowLatency$)).add(Xp({liveBufferTime:n.liveBufferTime$,liveAvailabilityStartTime:this.player.liveAvailabilityStartTime$}).pipe(tm(({liveBufferTime:e,liveAvailabilityStartTime:t})=>e&&t?e+t:void 0)).subscribe(n.liveTime$)).add(Xp({liveDuration:this.player.liveDuration$,liveStreamStatus:this.player.liveStreamStatus$,playbackRate:Zp(r.playbackRateState$,new nm(1))}).pipe(Qp(({liveStreamStatus:e,liveDuration:t})=>e===`active`&&!!t)).subscribe(({liveDuration:e,playbackRate:r})=>{let i=n.liveBufferTime$.getValue(),a=n.position$.getValue(),{playbackCatchupSpeedup:o}=this.params.tuning.dashCmafLive.lowLatency;a||r<1-o||this.video.paused||em(i)||(t=e-i)})).add(Xp({time:n.liveBufferTime$,liveDuration:this.player.liveDuration$,playbackRate:Zp(r.playbackRateState$,new nm(1))}).pipe($p((e,t)=>this.player.liveStreamStatus$.getValue()===`active`?e.liveDuration===t.liveDuration:e.time===t.time)).subscribe(({time:e,liveDuration:r,playbackRate:i})=>{let a=n.position$.getValue(),{playbackCatchupSpeedup:o}=this.params.tuning.dashCmafLive.lowLatency;if(!a&&!this.video.paused&&i>=1-o||em(e)||em(r))return;let s=-1*(r-e-t);n.position$.next(Math.min(s,0))})).add(this.player.currentLiveTextRepresentation$.subscribe(e=>{if(e){let t=Cl(e);this.params.output.availableTextTracks$.next([t])}})),this.params.tuning.dashCmafLive.externalStopControl||this.subscription.add(this.player.liveStreamStatus$.pipe(Qp(e=>rm(e))).subscribe(e=>n.isLiveEnded$.next(e===`unpublished`&&n.position$.getValue()===0)))}seek(e){this.params.output.willSeekEvent$.next();let t=-e,n=Math.trunc(t/1e3<=Math.abs(this.params.output.duration$.getValue())?t:0);this.player.seek(n).then(()=>{this.params.output.position$.next(e/1e3)})}}import{assertNever as km,assertNonNullable as Am,combine as jm,debounce as Mm,ErrorCategory as Nm,filter as Pm,filterChanged as Fm,fromEvent as Im,isNonNullable as Lm,isNullable as Rm,map as zm,merge as Bm,observableFrom as Vm,once as Hm,Subscription as Um,throttle as Wm}from"@vkontakte/videoplayer-shared";var Gm=c(Pn(),1),Km=(e,t,n=0)=>{for(let r=0;r<e.length;r++)if(e.start(r)*1e3-n<=t&&e.end(r)*1e3+n>t)return!0;return!1};import{abortable as qm,assertNonNullable as Jm,combine as Ym,ErrorCategory as Xm,filter as Zm,filterChanged as Qm,flattenObject as $m,fromEvent as eh,getTraceSubscriptionMethod as th,interval as nh,isNonNullable as rh,isNullable as ih,map as ah,merge as oh,now as sh,Subject as ch,Subscription as lh,SubscriptionRemovable as uh,tap as dh,throttle as fh,ValueSubject as G}from"@vkontakte/videoplayer-shared";var ph=c(Je(),1),mh=c(yn(),1),hh=c(Pn(),1),gh=c(hn(),1);import{assertNever as _h,ErrorCategory as vh,Subject as yh}from"@vkontakte/videoplayer-shared";var bh=18,xh=!1;try{xh=F.browser.isSafari&&!!F.browser.safariVersion&&F.browser.safariVersion<=bh}catch(e){console.error(e)}class Sh{bufferFull$=new yh;error$=new yh;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?!1:new Promise(n=>{let r={operation:`append`,data:e,signal:t,callback:n};this.queue.push(r),this.pull()})}async remove(e,t,n){return n&&n.aborted?!1:new Promise(r=>{let i={operation:`remove`,from:e,to:t,signal:n,callback:r};this.queue.unshift(i),this.pull()})}async abort(e){return new Promise(t=>{let n,r=e=>{this.abortRequested=!1,t(e)};n=xh&&e?{operation:`safariAbort`,init:e,callback:r}:{operation:`abort`,callback:r};for(let{callback:e}of this.queue)e(!1);this.abortRequested=!0,n&&(this.queue=[n]),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}}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:vh.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&&e.name===`QuotaExceededError`&&t===`append`?this.bufferFull$.next(this.currentTask.data.byteLength):e instanceof DOMException&&e.name===`InvalidStateError`||this.error$.next({id:`BufferTaskQueue:${t}`,category:vh.VIDEO_PIPELINE,message:`Buffer operation failed`,thrown:e}),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:_h(t)}}}var Ch=Sh,wh=e=>{let t=0;for(let n=0;n<e.length;n++)t+=e.end(n)-e.start(n);return t*1e3};import{abortable as Th,assertNonNullable as Eh,ErrorCategory as Dh,fromEvent as Oh,getExponentialDelay as kh,isHigher as Ah,isNonNullable as jh,isNullable as K,now as Mh,once as Nh,Subject as Ph,Subscription as Fh,ValueSubject as Ih,isAbortError as Lh}from"@vkontakte/videoplayer-shared";class Rh{currentLiveSegmentServerLatency$=new Ih(0);currentLowLatencySegmentLength$=new Ih(0);currentSegmentLength$=new Ih(0);onLastSegment$=new Ih(!1);fullyBuffered$=new Ih(!1);playingRepresentation$=new Ih(void 0);playingRepresentationInit$=new Ih(void 0);error$=new Ph;gaps=[];subscription=new Fh;kind;initData;parsedInitData;representations;segments;allInitsLoaded=!1;activeSegments=new Set;mediaSource;playingRepresentationId;downloadingRepresentationId;switchingToRepresentationId;sourceBuffer;downloadAbortController=new V;switchAbortController=new V;destroyAbortController=new V;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,n,{fetcher:r,tuning:i,getCurrentPosition:a,isActiveLowLatency:o,compatibilityMode:s=!1,manifest:c}){this.fetcher=r,this.tuning=i,this.compatibilityMode=s,this.forwardBufferTarget=i.dash.forwardBufferTargetAuto,this.getCurrentPosition=a,this.isActiveLowLatency=o,this.isLive=!!c?.live,this.baseUrls=c?.baseUrls??[],this.initData=new Map(n.map(e=>[e.id,null])),this.segments=new Map,this.parsedInitData=new Map,this.representations=new Map(n.map(e=>[e.id,e])),this.kind=e,this.mediaSource=t,this.sourceBuffer=null}startWith=Th(this.destroyAbortController.signal,async function*(e){let t=this.representations.get(e);Eh(t,`Cannot find representation ${e}`),this.playingRepresentationId=e,this.downloadingRepresentationId=e,this.sourceBuffer=this.mediaSource.addSourceBuffer(`${t.mime}; codecs="${t.codecs}"`),this.sourceBufferTaskQueue=new Ch(this.sourceBuffer,this.tuning.dash.useAbortMSEFix),this.subscription.add(Oh(this.sourceBuffer,`updateend`).subscribe(()=>{this.checkEjectedSegments(),this.maintain()},e=>{let t,n=this.mediaSource.readyState;n!==`open`&&(t={id:`SegmentEjection_source_${n}`,category:Dh.VIDEO_PIPELINE,message:`Error when trying to clear segments ejected by browser`,thrown:e}),t??={id:`SegmentEjection`,category:Dh.VIDEO_PIPELINE,message:`Error when trying to clear segments ejected by browser`,thrown:e},this.error$.next(t)})),this.subscription.add(Oh(this.sourceBuffer,`error`).subscribe(()=>this.error$.next({id:`SourceBuffer`,category:Dh.VIDEO_PIPELINE,message:`SourceBuffer Error event fired`}))),this.subscription.add(this.sourceBufferTaskQueue.bufferFull$.subscribe(e=>{let t=this.getCurrentPosition();if(!this.sourceBuffer||!t||!R(this.mediaSource,this.sourceBuffer))return;this.bufferLimit=Math.min(this.bufferLimit,wh(this.sourceBuffer.buffered)*.8);let n=this.getForwardBufferDuration(t),r=Math.min(this.forwardBufferTarget,this.bufferLimit)*this.tuning.dash.minSafeBufferThreshold;this.pruneBuffer(t,e*2,n<r).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 n=this.initData.get(t.id),r=this.segments.get(t.id),i=this.parsedInitData.get(t.id);Eh(n,`No init buffer for starting representation`),Eh(r,`No segments for starting representation`),n instanceof ArrayBuffer&&(this.searchGaps(r,t),yield this.sourceBufferTaskQueue.append(n,this.destroyAbortController.signal),this.playingRepresentation$.next(this.playingRepresentationId),this.playingRepresentationInit$.next(i))}.bind(this));switchToWithPreviousAbort(e,t=!1){!R(this.mediaSource,this.sourceBuffer)||e===this.downloadingRepresentationId||e===this.switchingToRepresentationId||(this.switchAbortController.abort(),this.switchAbortController=new V,Th(this.switchAbortController.signal,async function*(e,t=!1){this.switchingToRepresentationId=e;let n=this.representations.get(e);Eh(n,`No such representation ${e}`);let r=this.segments.get(e),i=this.initData.get(e);if(K(i)||K(r)?yield this.loadInit(n,`high`,!1):i instanceof Promise&&(yield i),r=this.segments.get(e),Eh(r,`No segments for starting representation`),i=this.initData.get(e),!(!(i instanceof ArrayBuffer)||!this.sourceBuffer||!R(this.mediaSource,this.sourceBuffer))){if(yield this.abort(),yield this.sourceBufferTaskQueue.append(i,this.downloadAbortController.signal),t)this.switchingToRepresentationId=void 0,this.downloadingRepresentationId=e,yield this.dropBuffer();else{let t=this.getCurrentPosition();jh(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=Th(this.destroyAbortController.signal,async function*(e,t=!1){if(!R(this.mediaSource,this.sourceBuffer)||e===this.downloadingRepresentationId||e===this.switchingToRepresentationId)return;this.switchingToRepresentationId=e;let n=this.representations.get(e);Eh(n,`No such representation ${e}`);let r=this.segments.get(e),i=this.initData.get(e);if(K(i)||K(r)?yield this.loadInit(n,`high`,!1):i instanceof Promise&&(yield i),r=this.segments.get(e),Eh(r,`No segments for starting representation`),i=this.initData.get(e),!(!i||!(i instanceof ArrayBuffer)||!this.sourceBuffer||!R(this.mediaSource,this.sourceBuffer))){if(yield this.abort(),yield this.sourceBufferTaskQueue.append(i,this.downloadAbortController.signal),t)this.switchingToRepresentationId=void 0,this.downloadingRepresentationId=e,yield this.dropBuffer();else{let t=this.getCurrentPosition();jh(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=Th(this.destroyAbortController.signal,async function*(e,t=!1){if(!R(this.mediaSource,this.sourceBuffer)||e===this.downloadingRepresentationId||e===this.switchingToRepresentationId)return;this.switchingToRepresentationId=e;let n=this.representations.get(e);Eh(n,`No such representation ${e}`);let r=this.segments.get(e),i=this.initData.get(e);if(K(i)||K(r)?yield this.loadInit(n,`high`,!1):i instanceof Promise&&(yield i),r=this.segments.get(e),Eh(r,`No segments for starting representation`),i=this.initData.get(e),!(!i||!(i instanceof ArrayBuffer)||!this.sourceBuffer||!R(this.mediaSource,this.sourceBuffer)))if(yield this.abort(),yield this.sourceBufferTaskQueue.append(i,this.downloadAbortController.signal),t)this.switchingToRepresentationId=void 0,this.downloadingRepresentationId=e,yield this.dropBuffer(),this.maintain();else{let t=this.getCurrentPosition();jh(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(){!K(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 V,this.abortBuffer()}maintain(e=this.getCurrentPosition()){if(K(e)||K(this.downloadingRepresentationId)||K(this.playingRepresentationId)||K(this.sourceBuffer)||!R(this.mediaSource,this.sourceBuffer)||jh(this.switchingToRepresentationId)||this.isSeekingLive)return;let t=this.representations.get(this.downloadingRepresentationId),n=this.representations.get(this.playingRepresentationId),r=this.segments.get(this.downloadingRepresentationId),i=this.segments.get(this.playingRepresentationId);if(Eh(t,`No such representation ${this.downloadingRepresentationId}`),Eh(n,`No such representation ${this.playingRepresentationId}`),K(r)||K(i))return;let a=r.find(t=>e>=t.time.from&&e<t.time.to);jh(a)&&isFinite(a.time.from)&&isFinite(a.time.to)&&this.currentSegmentLength$.next(a?.time.to-a.time.from);let o=e;if(this.playingRepresentationId!==this.downloadingRepresentationId){let r=this.getForwardBufferDuration(e),i=Jf(n),s=Jf(t),c=this.useSmartRepresentationSwitch&&this.tuning.dash.useNewRepresentationSwitch&&this.tuning.dash.useSmartRepresentationSwitch&&jh(i)&&jh(s)&&Ah(i.quality,s.quality),l=this.useSmartRepresentationSwitch&&this.tuning.dash.useNewRepresentationSwitch&&this.tuning.dash.useDelayedRepresentationSwitch;if(c||l?o+=Math.min(r,this.tuning.dash.representationSwitchForwardBufferGap):a&&a.time.to-e<this.tuning.dash.maxSegmentDurationLeftToSelectNextSegment&&r>=a.time.to-e+100&&(o=a?a.time.to+100:-1/0),this.tuning.dash.useNewRepresentationSwitch){let t=[...this.segments.entries()].map(([t,n])=>({representationId:t,status:n.find(t=>e>=t.time.from&&e<t.time.to)?.status})).find(e=>e.status===`fed`)?.representationId;t&&(this.playingRepresentationId=t,this.playingRepresentation$.next(this.playingRepresentationId),this.playingRepresentationInit$.next(this.parsedInitData.get(this.playingRepresentationId)))}}if(isFinite(this.bufferLimit)&&wh(this.sourceBuffer.buffered)>=this.bufferLimit){let t=this.getForwardBufferDuration(e),n=Math.min(this.forwardBufferTarget,this.bufferLimit)*this.tuning.dash.minSafeBufferThreshold;this.pruneBuffer(e,1/0,t<n).catch(e=>{this.handleAsyncError(e,`pruneBuffer`)});return}let s=[];if(!this.activeSegments.size&&(s=this.selectForwardBufferSegments(r,t.segmentReference.type,o),s.length)){let e=`auto`;if(this.tuning.dash.useFetchPriorityHints&&a)if(ph.default(s,a))e=`high`;else{let t=mh.default(s,0);t&&t.time.from-a.time.to>=this.forwardBufferTarget/2&&(e=`low`)}this.loadSegments(s,t,e).catch(e=>{this.handleAsyncError(e,`loadSegments`)})}(!this.preloadOnly&&!this.allInitsLoaded&&a&&a.status===`fed`&&!s.length&&this.getForwardBufferDuration(e)>3e3||this.isActiveLowLatency())&&this.loadNextInit();let c=mh.default(r,-1);!this.isLive&&c&&(this.fullyBuffered$.next(c.time.to-e-this.getForwardBufferDuration(e)<100),this.onLastSegment$.next(e-c.time.from>0))}get lastDataObtainedTimestamp(){return this.lastDataObtainedTimestampMs}searchGaps(e,t){this.gaps=[];let n=0,r=this.isLive?this.liveInitialAdditionalOffset:0;for(let i of e)Math.trunc(i.time.from-n)>0&&this.gaps.push({representation:t.id,from:n,to:i.time.from+r,persistent:!0}),n=i.time.to;jh(t.duration)&&t.duration-n>0&&!this.isLive&&this.gaps.push({representation:t.id,from:n,to:t.duration,persistent:!0})}getActualLiveStartingSegments(e){let t=e.segments,n=this.isActiveLowLatency()?this.tuning.dashCmafLive.lowLatency.maxTargetOffset:this.tuning.dashCmafLive.maxActiveLiveOffset,r=[],i=0,a=t.length-1;do r.unshift(t[a]),i+=t[a].time.to-t[a].time.from,a--;while(i<n&&a>=0);return this.liveInitialAdditionalOffset=i-n,this.isActiveLowLatency()?[r[0]]:r}getLiveSegmentsToLoadState(e){let t=e?.streams[this.kind];if(!t)return;let n=hh.default(t,e=>e.representations).find(e=>e.id===this.downloadingRepresentationId);if(!n)return;let r=this.segments.get(n.id);if(r?.length)return{from:r[0].time.from,to:r[r.length-1].time.to}}seekLive=Th(this.destroyAbortController.signal,async function*(e){let t=hh.default(e,e=>e.representations);if(!this.downloadingRepresentationId||!t.length)return;this.isSeekingLive=!0;for(let e of this.representations.keys()){let n=t.find(t=>t.id===e);n&&this.representations.set(e,n);let r=this.representations.get(e);if(!r||!tp(r.segmentReference)){this.isSeekingLive=!1;return}let i=this.getActualLiveStartingSegments(r.segmentReference);this.segments.set(r.id,i)}let n=this.switchingToRepresentationId??this.downloadingRepresentationId,r=this.representations.get(n);Eh(r,`Representation not found by id ${n}`);let i=this.segments.get(n);Eh(i,`No segments for starting representation`);let a=this.initData.get(n);if(Eh(a,`No init buffer for starting representation`),!(a 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(i,r),yield this.sourceBufferTaskQueue.append(a,this.destroyAbortController.signal),this.isSeekingLive=!1}.bind(this));updateLive(e){if(!e||[...this.segments.values()].every(e=>!e.length))return;let t=hh.default(e.streams[this.kind],e=>e.representations);for(let e of t){if(!e||!tp(e.segmentReference))return;let t=e.segmentReference.segments.map(e=>({...e,status:`none`,size:void 0})),n=this.segments.get(e.id)??[],r=Zs(n,-1)?.time.to??0,i=t?.findIndex(e=>r>=e.time.from+100&&r<=e.time.to+100);if(i===-1){this.liveUpdateSegmentIndex=0;let t=this.getActualLiveStartingSegments(e.segmentReference);this.segments.set(e.id,t)}else{let r=t.slice(i+1);this.segments.set(e.id,[...n,...r])}}}proceedLowLatencyLive(){let e=this.downloadingRepresentationId;Eh(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?mh.default(e,-1)?.time.to:0)||0}setSmartRepresentationSwitch(e){this.useSmartRepresentationSwitch=e}updateLowLatencyLiveIfNeeded(e){let t=0;for(let n of this.representations.values()){let r=n.segmentReference;if(!tp(r))return;let i=this.segments.get(n.id)??[],a=i.find(t=>Math.floor(t.time.from)===Math.floor(e.time.from));if(a&&!isFinite(a.time.to)&&(a.time.to=e.time.to,t=a.time.to-a.time.from),!i.find(t=>Math.floor(t.time.from)===Math.floor(e.time.to))&&this.isActiveLowLatency()){let t=Math.round(e.time.to*r.timescale/1e3).toString(10),n=hd(r.segmentTemplateUrl,{segmentTime:t});i.push({status:`none`,time:{from:e.time.to,to:1/0},url:n})}}this.currentLowLatencySegmentLength$.next(t)}findSegmentStartTime(e){let t=this.switchingToRepresentationId??this.downloadingRepresentationId??this.playingRepresentationId;if(!t)return;let n=this.segments.get(t);return n?n.find(t=>t.time.from<=e&&t.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&&Ld&&Ld(this.gapDetectionIdleCallback),this.initLoadIdleCallback&&Ld&&Ld(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,n){return this.isLive?this.selectForwardBufferSegmentsLive(e,n):this.selectForwardBufferSegmentsRecord(e,t,n)}selectForwardBufferSegmentsLive(e,t){let n=e.findIndex(e=>t>=e.time.from&&t<e.time.to);return this.playingRepresentationId!==this.downloadingRepresentationId&&(this.liveUpdateSegmentIndex=n),this.liveUpdateSegmentIndex<e.length?e.slice(this.liveUpdateSegmentIndex++):[]}selectForwardBufferSegmentsRecord(e,t,n){let r=this.getForwardBufferDuration(n),i=e.findIndex(({status:e,time:{from:t,to:i}},a)=>{let o=t>n||t<=n&&i>=n||a===0&&n===0,s=Math.min(this.forwardBufferTarget,this.bufferLimit),c=this.preloadOnly&&t<=n+s||r<s&&i-t>=s||i<=n+s;return(e===`none`||e===`partially_ejected`&&o&&c&&this.sourceBuffer&&R(this.mediaSource,this.sourceBuffer)&&!(Km(this.sourceBuffer.buffered,t)&&Km(this.sourceBuffer.buffered,i)))&&o&&c});if(i===-1)return[];if(t!==`byteRange`)return e.slice(i,i+1);let a=e,o=0,s=0,c=[],l=this.preloadOnly?0:this.tuning.dash.segmentRequestSize,u=this.preloadOnly?this.forwardBufferTarget:0;for(let e=i;e<a.length&&(o<=l||s<=u);e++){let t=a[e];if(o+=t.byte.to+1-t.byte.from,s+=t.time.to+1-t.time.from,t.status===`none`||t.status===`partially_ejected`)c.push(t);else break}return c}async loadSegments(e,t,n=`auto`){tp(t.segmentReference)?await this.loadTemplateSegment(e[0],t,n):await this.loadByteRangeSegments(e,t,n)}async loadTemplateSegment(e,t,n=`auto`){e.status=`downloading`;let r={segment:e,loadedBytes:0,feedingBytes:0,fedBytes:0,representationId:t.id};this.activeSegments.add(r);let{range:i,url:a,signal:o,onProgress:s,onProgressTasks:c}=this.prepareTemplateFetchSegmentParams(e,t);this.failedDownloads&&o&&(await Th(o,async function*(){let e=kh(this.failedDownloads,this.tuning.downloadBackoff);yield new Promise(t=>setTimeout(t,e))}.bind(this))(),o.aborted&&this.abortActiveSegments([e]));try{let e=await this.fetcher.fetch(a,{range:i,signal:o,onProgress:s,priority:n,isLowLatency:this.isActiveLowLatency(),bufferOptimisation:this.tuning.dash.fetcherBufferOptimisation});if(this.lastDataObtainedTimestampMs=Mh(),!e)return;let l=new DataView(e),u=Gf(t.mime);if(!isFinite(r.segment.time.to)){let e=t.segmentReference.timescale;r.segment.time.to=u.getChunkEndTime(l,e)}s&&r.feedingBytes&&c?await Promise.all(c):await this.sourceBufferTaskQueue.append(l,o);let{serverDataReceivedTimestamp:d,serverDataPreparedTime:f}=u.getServerLatencyTimestamps(l);d&&f&&this.currentLiveSegmentServerLatency$.next(f-d),r.segment.status=`downloaded`,this.onSegmentFullyAppended(r,t.id),this.failedDownloads=0}catch(t){this.abortActiveSegments([e]),Lh(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())tp(t.segmentReference)?t.segmentReference.baseUrl=e:t.segmentReference.url=e}async loadByteRangeSegments(e,t,n=`auto`){if(!e.length)return;for(let n of e)n.status=`downloading`,this.activeSegments.add({segment:n,loadedBytes:0,feedingBytes:0,fedBytes:0,representationId:t.id});let{range:r,url:i,signal:a,onProgress:o}=this.prepareByteRangeFetchSegmentParams(e,t);this.failedDownloads&&a&&(await Th(a,async function*(){let e=kh(this.failedDownloads,this.tuning.downloadBackoff);yield new Promise(t=>{this.loadByteRangeSegmentsTimeoutId=window.setTimeout(t,e),Oh(window,`online`).pipe(Nh()).subscribe(()=>{t(),window.clearTimeout(this.loadByteRangeSegmentsTimeoutId)})})}.bind(this))(),a.aborted&&this.abortActiveSegments(e));try{await this.fetcher.fetch(i,{range:r,onProgress:o,signal:a,priority:n,bufferOptimisation:this.tuning.dash.fetcherBufferOptimisation}),this.lastDataObtainedTimestampMs=Mh(),this.failedDownloads=0}catch(t){this.abortActiveSegments(e),Lh(t)||(this.failedDownloads++,this.updateRepresentationsBaseUrlIfNeeded())}}prepareByteRangeFetchSegmentParams(e,t){if(tp(t.segmentReference))throw Error(`Representation is not byte range type`);let n=t.segmentReference.url,r={from:mh.default(e,0).byte.from,to:mh.default(e,-1).byte.to},{signal:i}=this.downloadAbortController;return{url:n,range:r,signal:i,onProgress:async(e,n)=>{if(!i.aborted)try{this.lastDataObtainedTimestampMs=Mh(),await this.onSomeByteRangesDataLoaded({dataView:e,loaded:n,signal:i,onSegmentAppendFailed:()=>this.abort(),globalFrom:r?r.from:0,representationId:t.id})}catch(e){this.error$.next({id:`SegmentFeeding`,category:Dh.VIDEO_PIPELINE,message:`Error when feeding segments`,thrown:e})}}}}prepareTemplateFetchSegmentParams(e,t){if(!tp(t.segmentReference))throw Error(`Representation is not template type`);let n=new URL(e.url,t.segmentReference.baseUrl);this.isActiveLowLatency()&&n.searchParams.set(`low-latency`,`yes`);let r=n.toString(),{signal:i}=this.downloadAbortController,a=[];return{url:r,signal:i,onProgress:this.isActiveLowLatency()||this.tuning.dash.enableSubSegmentBufferFeeding&&this.liveUpdateSegmentIndex<3?(e,n)=>{if(!i.aborted)try{this.lastDataObtainedTimestampMs=Mh();let r=this.onSomeTemplateDataLoaded({dataView:e,loaded:n,signal:i,onSegmentAppendFailed:()=>this.abort(),representationId:t.id});a.push(r)}catch(e){this.error$.next({id:`SegmentFeeding`,category:Dh.VIDEO_PIPELINE,message:`Error when feeding segments`,thrown:e})}}:void 0,onProgressTasks:a}}abortActiveSegments(e){for(let t of this.activeSegments)ph.default(e,t.segment)&&this.abortSegment(t.segment)}async onSomeTemplateDataLoaded({dataView:e,representationId:t,loaded:n,onSegmentAppendFailed:r,signal:i}){if(!this.activeSegments.size||!R(this.mediaSource,this.sourceBuffer))return;let a=this.representations.get(t);if(a)for(let o of this.activeSegments){let{segment:s}=o;if(o.representationId===t){if(i.aborted){r();continue}if(o.loadedBytes=n,o.loadedBytes>o.feedingBytes){let t=new DataView(e.buffer,e.byteOffset+o.feedingBytes,o.loadedBytes-o.feedingBytes),n=Gf(a.mime).parseFeedableSegmentChunk(t,this.isLive);n?.byteLength&&(s.status=`partially_fed`,o.feedingBytes+=n.byteLength,await this.sourceBufferTaskQueue.append(n),o.fedBytes+=n.byteLength)}}}}async onSomeByteRangesDataLoaded({dataView:e,representationId:t,globalFrom:n,loaded:r,signal:i,onSegmentAppendFailed:a}){if(!this.activeSegments.size||!R(this.mediaSource,this.sourceBuffer))return;let o=this.representations.get(t);if(o)for(let s of this.activeSegments){let{segment:c}=s;if(s.representationId!==t)continue;if(i.aborted){await a();continue}let l=c.byte.from-n,u=c.byte.to-n,d=u-l+1,f=l<r,p=u<=r;if(!f)continue;let m=Gf(o.mime);if(c.status===`downloading`&&p){c.status=`downloaded`;let n=new DataView(e.buffer,e.byteOffset+l,d);await this.sourceBufferTaskQueue.append(n,i)&&!i.aborted?this.onSegmentFullyAppended(s,t):await a()}else if(this.tuning.dash.enableSubSegmentBufferFeeding&&(c.status===`downloading`||c.status===`partially_fed`)&&(s.loadedBytes=Math.min(d,r-l),s.loadedBytes>s.feedingBytes)){let n=new DataView(e.buffer,e.byteOffset+l+s.feedingBytes,s.loadedBytes-s.feedingBytes),r=s.loadedBytes===d?n:m.parseFeedableSegmentChunk(n);r?.byteLength&&(c.status=`partially_fed`,s.feedingBytes+=r.byteLength,await this.sourceBufferTaskQueue.append(r,i)&&!i.aborted?(s.fedBytes+=r.byteLength,s.fedBytes===d&&this.onSegmentFullyAppended(s,t)):await a())}}}onSegmentFullyAppended(e,t){if(!(K(this.sourceBuffer)||!R(this.mediaSource,this.sourceBuffer))){!this.isLive&&F.browser.isSafari&&this.tuning.useSafariEndlessRequestBugfix&&(Km(this.sourceBuffer.buffered,e.segment.time.from,100)&&Km(this.sourceBuffer.buffered,e.segment.time.to,100)||this.error$.next({id:`EmptyAppendBuffer`,category:Dh.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`,ep(e.segment)&&(e.segment.size=e.fedBytes);for(let n of this.representations.values())if(n.id!==t)for(let t of this.segments.get(n.id)??[])t.status===`fed`&&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){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[n,r]of this.initData.entries()){let i=r instanceof Promise;t||=i,r===null&&(e=n)}if(!e){this.allInitsLoaded=!0;return}if(t)return;let n=this.representations.get(e);n&&(this.initLoadIdleCallback=Id(()=>gh.default(this.loadInit(n,`low`,!1),()=>this.initLoadIdleCallback=null)))}async loadInit(e,t=`auto`,n=!1){let r=this.tuning.dash.useFetchPriorityHints?t:`auto`,i=!n&&this.tuning.dash.ignoreNetworkErrorsOnLoadInit,a=(!n&&this.failedDownloads>0?Th(this.destroyAbortController.signal,async function*(){let e=kh(this.failedDownloads,this.tuning.downloadBackoff);yield new Promise(t=>setTimeout(t,e))}.bind(this))():Promise.resolve()).then(()=>this.fetcher.fetchRepresentation(e.segmentReference,Gf(e.mime),{priority:r,ignoreNetworkErrors:i})).then(async t=>{if(!t)return;let{init:n,dataView:r,segments:i}=t,a=r.buffer.slice(r.byteOffset,r.byteOffset+r.byteLength);this.initData.set(e.id,a);let o=i;this.isLive&&tp(e.segmentReference)&&(o=this.getActualLiveStartingSegments(e.segmentReference)),(!this.isLive||!this.segments.has(e.id))&&this.segments.set(e.id,o),n&&this.parsedInitData.set(e.id,n)}).then(()=>this.failedDownloads=0,t=>{i||this.initData.set(e.id,null),n&&this.error$.next({id:`LoadInits`,category:Dh.WTF,message:`loadInit threw`,thrown:t})});return this.initData.set(e.id,a),a}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,n=!1){if(!this.sourceBuffer||!R(this.mediaSource,this.sourceBuffer)||!this.playingRepresentationId||K(e))return!1;let r=[],i=0,a=e=>{e.sort((e,t)=>e.from-t.from);let t=[e[0]];for(let n=1;n<e.length;n++){let{from:r,to:i}=e[n],a=t[t.length-1];a.to>=r?a.to=Math.max(a.to,i):t.push(e[n])}return t},o=e=>{if(i>=t)return r;r.push({...e.time}),r=a(r);let n=ep(e)?e.size??0:e.byte.to-e.byte.from;i+=n};for(let t of this.segments.values())for(let n of t){let t=n.time.to<=e-this.tuning.dash.bufferPruningSafeZone,r=n.time.from>=e+Math.min(this.forwardBufferTarget,this.bufferLimit);(t||r)&&n.status===`fed`&&o(n)}for(let e=0;e<this.sourceBuffer.buffered.length;e++){let t=this.sourceBuffer.buffered.start(e)*1e3,n=this.sourceBuffer.buffered.end(e)*1e3,r=0;for(let e of this.segments.values())for(let i of e)ph.default([`none`,`partially_ejected`],i.status)&&Math.round(i.time.from)<=Math.round(t)&&Math.round(i.time.to)>=Math.round(n)&&r++;r===this.segments.size&&o({time:{from:t,to:n},url:``,status:`none`})}if(r.length&&n){let t=Math.min(this.forwardBufferTarget,this.bufferLimit)*this.tuning.dash.minSafeBufferThreshold;for(let n of this.segments.values())for(let r of n)r.time.from>=e+t&&r.status===`fed`&&o(r)}return r.length?(await Promise.all(r.map(e=>this.sourceBufferTaskQueue.remove(e.from,e.to)))).reduce((e,t)=>e||t,!1):!1}async abortBuffer(){if(!this.sourceBuffer||!R(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||!R(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||!R(this.mediaSource,this.sourceBuffer)||!this.sourceBuffer.buffered.length||K(e)?0:Np(this.sourceBuffer.buffered,e)}detectGaps(e,t){if(!(!this.sourceBuffer||!R(this.mediaSource,this.sourceBuffer)))for(let n of t){let t={representation:e,from:n.time.from,to:n.time.to,persistent:!1},{buffered:r}=this.sourceBuffer;for(let e=0;e<r.length;e++){let i=r.start(e)*1e3,a=r.end(e)*1e3;if(!(a<=n.time.from||i>=n.time.to)){if(i<=n.time.from&&a>=n.time.to){t=void 0;break}a>n.time.from&&a<n.time.to&&(t.from=a),i<n.time.to&&i>n.time.from&&(t.to=i)}}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||!R(this.mediaSource,this.sourceBuffer))return;let{buffered:n}=this.sourceBuffer,{usePersistentGaps:r}=this.tuning.dash;this.gaps=this.gaps.filter(e=>{if(r&&e.persistent)return!0;let t=Math.round(e.from),i=Math.round(e.to);for(let e=0;e<n.length;e++)if(t>=Math.round(n.start(e)*1e3)&&i<=Math.round(n.end(e)*1e3))return!1;return!0}),this.gapDetectionIdleCallback=Id(()=>{try{this.detectGaps(e,t)}catch(e){this.error$.next({id:`GapDetection`,category:Dh.WTF,message:`detectGaps threw`,thrown:e})}finally{this.gapDetectionIdleCallback=null}})}checkEjectedSegments(){if(K(this.sourceBuffer)||!R(this.mediaSource,this.sourceBuffer)||K(this.playingRepresentationId))return;let e=[];for(let t=0;t<this.sourceBuffer.buffered.length;t++){let n=Math.floor(this.sourceBuffer.buffered.start(t)*1e3),r=Math.ceil(this.sourceBuffer.buffered.end(t)*1e3);e.push({from:n,to:r})}for(let t of this.segments.values())for(let n of t){let{status:t}=n;if(t!==`fed`&&t!==`partially_ejected`)continue;let r=Math.floor(n.time.from),i=Math.ceil(n.time.to),a=e.some(e=>e.from-100<=r&&e.to+100>=i),o=e.filter(e=>r>=e.from&&r<e.to-100||i>e.from+100&&i<=e.to);a||(o.length===1||this.gaps.some(e=>e.from===n.time.from||e.to===n.time.to)?n.status=`partially_ejected`:n.status=`none`)}}handleAsyncError(e,t){this.error$.next({id:t,category:Dh.VIDEO_PIPELINE,thrown:e,message:`Something went wrong`})}}import{abortable as zh,assertNever as Bh,fromEvent as Vh,merge as Hh,now as Uh,Subject as Wh,ValueSubject as Gh,flattenObject as Kh,ErrorCategory as qh,SubscriptionRemovable as Jh,getWindow as Yh,suppressAbort as Xh}from"@vkontakte/videoplayer-shared";class Zh{throughputEstimator;requestQuic;tracer;manifestRequested$=new Wh;firstBytesManifest$=new Wh;firstBytesRequested$=new Wh;firstBytesReceived$=new Wh;lastConnectionType$=new Gh(void 0);lastConnectionReused$=new Gh(void 0);lastRequestFirstBytes$=new Gh(void 0);lastConnectionMetrics$=new Gh(void 0);lastDownloadMetrics$=new Gh(void 0);recoverableError$=new Wh;error$=new Wh;abortAllController=new V;subscription=new Jh;compatibilityMode;useEnableSubtitlesParam;performanceObserver=null;pendingConnectionMetrics=new Map;constructor({throughputEstimator:e,requestQuic:t,tracer:n,compatibilityMode:r=!1,useEnableSubtitlesParam:i=!1}){this.throughputEstimator=e,this.requestQuic=t,this.compatibilityMode=r,this.tracer=n.createComponentTracer(`Fetcher`),this.useEnableSubtitlesParam=i,Yh().PerformanceObserver&&this.setupPerformanceObserver()}onHeadersReceived(e){let{type:t,reused:n}=Vu(e);this.lastConnectionType$.next(t),this.lastConnectionReused$.next(n)}setupPerformanceObserver(){this.performanceObserver=new(Yh()).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 n=this.extractConnectionMetrics(e);n&&this.lastConnectionMetrics$.next(n)}estimateNetworkType(){if(!(`connection`in Yh().navigator))return`unknown`;let e=Yh().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,n=0,r=0,i=0;return e.domainLookupStart>0&&e.domainLookupEnd>0&&(t=e.domainLookupEnd-e.domainLookupStart),e.connectStart>0&&e.connectEnd>0&&(i=e.connectEnd-e.connectStart,e.secureConnectionStart>0?(r=e.connectEnd-e.secureConnectionStart,n=e.secureConnectionStart-e.connectStart):n=i),{dnsResolveTime:Math.max(0,t),tcpHandshakeTime:Math.max(0,n),tlsHandshakeTime:Math.max(0,r),totalConnectTime:Math.max(0,i),networkType:this.estimateNetworkType(),url:e.name}}findMatchingRequest(e){try{for(let[t,n]of this.pendingConnectionMetrics.entries()){let r=new URL(e.name),i=r.origin+r.pathname,a=new URL(n.url);if(i===a.origin+a.pathname&&e.startTime>=n.startTime-10&&e.startTime<=n.startTime+1e3)return t}}catch{this.recoverableError$.next({id:`VideoDataFetchError`,message:`Video data fetch error with getting download metrics`,category:qh.WTF})}return null}trackRequestStart(e,t){let n=`${e}_${t}_${Math.random().toString(36).substr(2,9)}`;this.pendingConnectionMetrics.set(n,{url:e,startTime:t})}fetchManifest=zh(this.abortAllController.signal,async function*(e){let t=this.tracer.createComponentTracer(`FetchManifest`),n=e;this.requestQuic&&(n=Bu(n)),!this.compatibilityMode&&this.useEnableSubtitlesParam&&(n=ed(n)),this.trackRequestStart(n,performance.now());let r=Uh();this.manifestRequested$.next();let i=yield this.doFetch(n,{signal:this.abortAllController.signal}).catch(Xh);if(i){let a=Uh();t.log(`success`,Kh({url:n,message:`Request successfully executed`})),t.end(),this.onHeadersReceived(i.headers),this.firstBytesManifest$.next();let o=i.headers.get(`content-length`),s=0;o&&(s=parseInt(o,10));let c=await i.text();if((!o||isNaN(s)||s<=0)&&(s=new TextEncoder().encode(c).length),s>0){let t=a-r,n=s/(t/1e3)*8/1024,i={bytes:s,speed:n,url:e};this.lastDownloadMetrics$.next(i)}return c}else return t.error(`error`,Kh({url:n,message:`No data in request manifest`})),t.end(),null}.bind(this));__polyfill_abortableFetch_5c16mb27e73m=zh(this.abortAllController.signal,async function*(e,{rangeMethod:t=this.compatibilityMode?0:1,range:n,onProgress:r,priority:i=`auto`,signal:a,measureThroughput:o=!0,isLowLatency:s=!1,bufferOptimisation:c=!1,ignoreNetworkErrors:l=!1}={}){let u=e,d=new Headers,f=this.tracer.createComponentTracer(`Fetch`);if(n)switch(t){case 0:d.append(`Range`,`bytes=${n.from}-${n.to}`);break;case 1:{let e=new URL(u,Yh().location.href);e.searchParams.append(`bytes`,`${n.from}-${n.to}`),u=e.toString();break}default:Bh(t)}this.requestQuic&&(u=Bu(u));let p=this.abortAllController.signal,m;if(a){let e=new V;if(m=Hh(Vh(this.abortAllController.signal,`abort`),Vh(a,`abort`)).subscribe(()=>{try{e.abort()}catch(e){Xh(e)}}),this.subscription.add(m),this.abortAllController.signal.aborted||a.aborted)try{e.abort()}catch(e){Xh(e)}p=e.signal}let h=0,g=Uh();f.log(`startRequest`,Kh({url:u,priority:i,rangeMethod:t,range:n,isLowLatency:s,requestStartedAt:g})),this.trackRequestStart(u,performance.now()),this.firstBytesRequested$.next();let _=yield this.doFetch(u,{priority:i,headers:d,signal:p},{ignoreNetworkErrors:l}),v=Uh();if(!_)return f.error(`error`,{message:`No response in request`}),f.end(),this.unsubscribeAbortSubscription(m),null;if(this.throughputEstimator?.addRawRtt(v-g),!_.ok||!_.body){this.unsubscribeAbortSubscription(m);let e=`Fetch error ${_.status}: ${_.statusText}`;return f.error(`error`,{message:e}),f.end(),Promise.reject(Error(`Fetch error ${_.status}: ${_.statusText}`))}if(this.onHeadersReceived(_.headers),!r&&!o){this.unsubscribeAbortSubscription(m);let e=Uh(),t={requestStartedAt:g,requestEndedAt:e,duration:e-g};return f.log(`endRequest`,Kh(t)),f.end(),_.arrayBuffer()}let y=_.body;if(o){let e;[y,e]=_.body.tee(),this.throughputEstimator?.trackStream(e,s)}let b=y.getReader(),x,S=parseInt(_.headers.get(`content-length`)??``,10);Number.isFinite(S)&&(x=S),!x&&n&&(x=n.to-n.from+1);let C=x?new Uint8Array(x):new Uint8Array,w=!1,T=e=>{this.unsubscribeAbortSubscription(m),w=!0,Xh(e)},E=zh(p,async function*({done:e,value:t}){if(h===0&&(this.lastRequestFirstBytes$.next(Uh()-g),this.firstBytesReceived$.next()),p.aborted){this.unsubscribeAbortSubscription(m);return}if(!e&&t){if(c&&x)C.set(t,h),h+=t.byteLength;else{let e=new Uint8Array(C.length+t.length);e.set(C),e.set(t,C.length),C=e,h+=t.byteLength}r?.(new DataView(C.buffer),h),yield b?.read().then(E,T)}}.bind(this));yield b?.read().then(E,T),this.unsubscribeAbortSubscription(m);let D=Uh(),O={failed:w,requestStartedAt:g,requestEndedAt:D,duration:D-g};if(w)return f.error(`endRequest`,Kh(O)),f.end(),null;if(h>0){let t=D-g,n=h/(t/1e3)*8/1024,r={bytes:h,speed:n,url:e};this.lastDownloadMetrics$.next(r)}return f.log(`endRequest`,Kh(O)),f.end(),C.buffer}.bind(this));async fetchRepresentation(e,t,n){let{type:r}=e;switch(r){case`byteRange`:return await this.fetchByteRangeRepresentation(e,t,n)??null;case`template`:return await this.fetchTemplateRepresentation(e,n)??null;default:Bh(r)}}destroy(){this.abortAllController.abort(),this.subscription.unsubscribe(),this.performanceObserver&&=(this.performanceObserver.disconnect(),null),this.pendingConnectionMetrics.clear(),this.tracer.end()}fetchByteRangeRepresentation=zh(this.abortAllController.signal,async function*(e,t,n){if(e.type!==`byteRange`)return null;let{from:r,to:i}=e.initRange,a=r,o=i,s=!1,c,l;e.indexRange&&(c=e.indexRange.from,l=e.indexRange.to,s=i+1===c,s&&(a=Math.min(c,r),o=Math.max(l,i))),a=Math.min(a,0);let u=yield this.fetch(e.url,{range:{from:a,to:o},measureThroughput:!1,...n});if(!u)return null;let d=new DataView(u,r-a,i-a+1);if(!t.validateData(d))throw Error(`Invalid media file`);let f=t.parseInit(d),p=e.indexRange??t.getIndexRange(f);if(!p)throw ReferenceError(`No way to load representation index`);let m;if(s)m=new DataView(u,p.from-a,p.to-p.from+1);else{let t=yield this.fetch(e.url,{range:p,measureThroughput:!1});if(!t)return null;m=new DataView(t)}let h=t.parseSegments(m,f,p);return{init:f,dataView:new DataView(u),segments:h}}.bind(this));fetchTemplateRepresentation=zh(this.abortAllController.signal,async function*(e,t){if(e.type!==`template`)return null;let n=new URL(e.initUrl,e.baseUrl).toString(),r=yield this.fetch(n,{measureThroughput:!1,...t});return r?{init:null,segments:e.segments.map(e=>({...e,status:`none`,size:void 0})),dataView:new DataView(r)}:null}.bind(this));async doFetch(e,t,n){let r=await vu(e,t);if(r.ok)return r;if(n?.ignoreNetworkErrors)return;let i=await r.text(),a=parseInt(i);if(!isNaN(a))switch(a){case 1:this.recoverableError$.next({id:`VideoDataLinkExpiredError`,message:`Video data links have expired`,category:qh.FATAL,httpCode:r.status,UVBackendErrorCode:i});break;case 8:this.recoverableError$.next({id:`VideoDataLinkBlockedForFloodError`,message:`Url blocked for flood`,category:qh.FATAL,httpCode:r.status,UVBackendErrorCode:i});break;case 18:this.recoverableError$.next({id:`VideoDataLinkIllegalIpChangeError`,message:`Client IP has changed`,category:qh.FATAL,httpCode:r.status,UVBackendErrorCode:i});break;case 21:this.recoverableError$.next({id:`VideoDataLinkIllegalHostChangeError`,message:`Request HOST has changed`,category:qh.FATAL,httpCode:r.status,UVBackendErrorCode:i});break;default:this.error$.next({id:`GeneralVideoDataFetchError`,message:`Generic video data fetch error (${a})`,category:qh.FATAL,httpCode:r.status,UVBackendErrorCode:i})}}unsubscribeAbortSubscription(e){e&&(e.unsubscribe(),this.subscription.remove(e))}}import{isNullable as Qh,ValueSubject as $h}from"@vkontakte/videoplayer-shared";class eg{currentRepresentation$=new $h(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(!Qh(e))for(let t of this.representations)for(let n of t){let t=n.segmentReference,r=t.segments.length,i=t.segments[0].time.from,a=t.segments[r-1].time.to;if(e<i||e>a)continue;let o=t.segments.find(t=>t.time.from<=e&&t.time.to>=e);!o||this.currentSegment?.time.from===o.time.from&&this.currentSegment.time.to===o.time.to||(this.currentSegment=o,this.currentRepresentation$.next({...n,label:`Live Text`,language:`ru`,isAuto:!0,url:new URL(o.url,t.baseUrl).toString()}))}}destroy(){this.currentRepresentation$.next(null),this.currentSegment=null,this.representations=[]}processStreams(e){for(let t of e??[]){let e=eg.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=>eg.filterRepresentations(e.representations))}static filterRepresentations(e){return e?.filter(e=>e.kind===`text`&&`segmentReference`in e&&tp(e.segmentReference))}}var tg=[`timeupdate`,`progress`,`play`,`seeked`,`stalled`,`waiting`],ng=[`timeupdate`,`progress`,`loadeddata`,`playing`,`seeked`];class rg{element=null;manifestUrlString=``;source=null;manifest=null;tuning;tracer;forceVideoCodec;videoBufferManager;audioBufferManager;bufferManagers=[];liveTextManager;throughputEstimator;subscription=new lh;subscriptionRemovable=new uh;representationSubscription=new lh;fetcher;state$=new I(`none`);currentVideoRepresentation$=new G(void 0);currentVideoRepresentationInit$=new G(void 0);currentAudioRepresentation$=new G(void 0);currentVideoSegmentLength$=new G(0);currentAudioSegmentLength$=new G(0);error$=new ch;manifestRequested$=new ch;firstBytesManifest$=new ch;manifestReceived$=new ch;firstBytesRequested$=new ch;firstBytesReceived$=new ch;lastConnectionType$=new G(void 0);lastConnectionReused$=new G(void 0);lastRequestFirstBytes$=new G(void 0);lastConnectionMetrics$=new G(void 0);lastDownloadMetrics$=new G(void 0);currentLiveTextRepresentation$=new G(null);timeoutSourceOpenId;isLive$=new G(!1);isActiveLive$=new G(!1);isLowLatency$=new G(!1);liveDuration$=new G(0);liveSeekableDuration$=new G(0);liveAvailabilityStartTime$=new G(0);liveStreamStatus$=new G(void 0);bufferLength$=new G(0);liveLatency$=new G(void 0);liveLoadBufferLength$=new G(0);livePositionFromPlayer$=new G(0);currentStallDuration$=new G(0);videoLastDataObtainedTimestamp$=new G(0);fetcherRecoverableError$=new ch;fetcherError$=new ch;liveStreamEndTimestamp=0;liveBuffer;isUpdatingLive=!1;isJumpGapAfterSeekLive=!1;forceEnded$=new ch;gapWatchdogActive=!1;gapWatchdogSubscription;stallWatchdogSubscription;livePauseWatchdogSubscription;liveWasInterrupted=!1;destroyController=new V;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 Zh({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=um.getLiveBufferSmoothedValue(this.tuning.dashCmafLive.lowLatency.maxTargetOffset,{...e.tuning.dashCmafLive.lowLatency.bufferEstimator}),this.initTracerSubscription()}initManifest=qm(this.destroyController.signal,async function*(e,t,n){this.tracer.log(`initManifest`),this.element=e,this.manifestUrlString=Xr(t,n,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:Xm.PARSER,message:`No playable video representations`})}.bind(this));updateManifest=qm(this.destroyController.signal,async function*(){this.tracer.log(`updateManifestStart`,{manifestUrl:this.manifestUrlString});let e=yield this.fetcher.fetchManifest(this.manifestUrlString).catch(e=>{!this.manifest&&!this.bufferLength$.getValue()&&this.error$.next({id:`LoadManifest`,category:Xm.NETWORK,message:`Failed to load manifest`,thrown:e})});if(!e)return null;let t=null;try{t=gd(e??``,this.manifestUrlString),this.manifestReceived$.next()}catch(t){let n=xu(e)??{id:`ManifestParsing`,category:Xm.PARSER,message:`Failed to parse MPD manifest`,thrown:t};this.error$.next(n)}if(!t)return null;let n=(e,t,n)=>!!(this.element?.canPlayType?.(t)&&bi()?.isTypeSupported?.(`${t}; codecs="${n}"`)||e===`text`);if(t.live){this.isLive$.next(!0);let{availabilityStartTime:e,latestSegmentPublishTime:n,streamIsUnpublished:r,streamIsAlive:i}=t.live,a=(t.duration??0)/1e3;this.liveSeekableDuration$.next(-1*a),this.liveDuration$.next((n-e)/1e3),this.liveAvailabilityStartTime$.next(t.live.availabilityStartTime);let o=`active`;if(i||(o=r?`unpublished`:`unexpectedly_down`),this.liveStreamStatus$.next(o),i&&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:Xm.VIDEO_PIPELINE,message:`seekLive after stream restore failed`,thrown:e})})}}let r={text:t.streams.text,video:[],audio:[]},i,a;for(let e of[`video`,`audio`]){let o=t.streams[e].filter(({mime:t,codecs:r})=>n(e,t,r));r[e]=o;let s;if(this.tuning.dash.codecsPrioritizeEnabled){let t=o.map(({codecs:e})=>e);e===`audio`&&(a=Dd(t),s=a[0]),e===`video`&&(i=Ed(t),s=this.forceVideoCodec&&ca(i,this.forceVideoCodec)?this.forceVideoCodec:i[0]),s&&(r[e]=o.filter(({codecs:e})=>Od(e)===s))}else s=Td(new Set(o.map(({codecs:e})=>e))),s&&(r[e]=o.filter(({codecs:e})=>e.startsWith(s)));if(e===`video`){let e=this.tuning.preferHDR,t=r.video.some(e=>e.hdr),n=r.video.some(e=>!e.hdr);F.display.isHDR&&e&&t?r.video=r.video.filter(e=>e.hdr):n&&(r.video=r.video.filter(e=>!e.hdr));let{videoStreamRepresentaionsFilter:i}=this.tuning.dash;i.length&&Fp(r,i)}}let o={...t,streams:r};return this.tuning.dash.codecsPrioritizeEnabled&&(o.codecs={video:i,audio:a}),this.tracer.log(`updateManifestEnd`,$m(o)),o}.bind(this));setSmartRepresentationSwitch(e){this.bufferManagers.forEach(t=>t.setSmartRepresentationSwitch(e))}async seekLive(e){Jm(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`?0:sh()-this.liveStreamEndTimestamp,n=this.normalizeLiveOffset(e+t);this.isActiveLive$.next(n===0),this.manifestUrlString=Xr(this.manifestUrlString,n,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=qm(this.destroyController.signal,async function*(e,t,n){this.tracer.log(`initRepresentationsStart`,$m({initialVideo:e,initialAudio:t,sourceHls:n})),Jm(this.manifest),Jm(this.element),this.representationSubscription.unsubscribe(),this.state$.startTransitionTo(`representations_ready`);let r=e=>{this.representationSubscription.add(eh(e,`error`).pipe(Zm(e=>!!this.element?.played.length)).subscribe(e=>{this.error$.next({id:`VideoSource`,category:Xm.VIDEO_PIPELINE,message:`Unexpected video source error`,thrown:e})}))};this.source=Ci();let i=document.createElement(`source`);if(r(i),i.src=URL.createObjectURL(this.source),this.element.appendChild(i),xi())if(n){let e=document.createElement(`source`);r(e),e.type=`application/x-mpegurl`,e.src=n.url,this.element.appendChild(e)}else this.element.disableRemotePlayback=!0;this.isActiveLive$.next(this.isLive$.getValue());let a={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((e,t)=>[...e,...t.representations],[]);if(this.videoBufferManager=new Rh(`video`,this.source,o,a),this.bufferManagers=[this.videoBufferManager],rh(t)){let e=this.manifest.streams.audio.reduce((e,t)=>[...e,...t.representations],[]);this.audioBufferManager=new Rh(`audio`,this.source,e,a),this.bufferManagers.push(this.audioBufferManager)}if(eg.isSupported(this.manifest.streams.text)&&!this.isLowLatency$.getValue()&&(this.liveTextManager=new eg(this.manifest.streams.text,a)),this.representationSubscription.add(this.fetcher.lastRequestFirstBytes$.subscribe(this.lastRequestFirstBytes$)),this.representationSubscription.add(oh(...ng.map(e=>eh(this.element,e))).pipe(ah(e=>this.element?Np(this.element.buffered,this.element.currentTime*1e3):0),Qm(),dh(e=>{e>this.tuning.dash.bufferEmptinessTolerance&&this.stopStallWatchdogSubscription()})).subscribe(this.bufferLength$)),this.representationSubscription.add(oh(eh(this.element,`ended`),this.forceEnded$).subscribe(()=>{this.stopStallWatchdogSubscription()})),this.isLive$.getValue()){this.subscription.add(this.liveDuration$.pipe(Qm()).subscribe(e=>this.liveStreamEndTimestamp=sh())),this.subscription.add(eh(this.element,`pause`).subscribe(()=>{let{liveUpdateInterval:e}=this.tuning.dash;this.livePauseWatchdogSubscription=nh(e).subscribe(t=>{let n=Zr(this.manifestUrlString,2);this.manifestUrlString=Xr(this.manifestUrlString,n+e,2),this.liveStreamStatus$.getValue()===`active`&&this.updateManifest()}),this.subscription.add(this.livePauseWatchdogSubscription)})).add(eh(this.element,`play`).subscribe(e=>this.livePauseWatchdogSubscription?.unsubscribe())),this.representationSubscription.add(Ym({isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(ah(({isActiveLive:e,isLowLatency:t})=>e&&t),Qm()).subscribe(e=>{this.isManualDecreasePlaybackInLive()||Cm(this.element,1)})),this.representationSubscription.add(Ym({bufferLength:this.bufferLength$,isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(Zm(({bufferLength:e,isActiveLive:t,isLowLatency:n})=>t&&n&&!!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(Ym({isLive:this.isLive$,rtt:this.throughputEstimator.rtt$,bufferLength:this.bufferLength$,segmentServerLatency:this.videoBufferManager.currentLiveSegmentServerLatency$}).pipe(Zm(({isLive:e})=>e),Qm((e,t)=>t.bufferLength<e.bufferLength),ah(({rtt:e,bufferLength:t,segmentServerLatency:n})=>{let r=Zr(this.manifestUrlString,2);return(e/2+t+n+r)/1e3})).subscribe(this.liveLatency$)),this.representationSubscription.add(Ym({liveBuffer:this.liveBuffer.smoothed$,isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).subscribe(({liveBuffer:e,isActiveLive:t,isLowLatency:n})=>{if(!n||!t)return;let r=this.tuning.dashCmafLive.lowLatency.maxTargetOffset,i=this.tuning.dashCmafLive.lowLatency.maxTargetOffsetDeviation,a=this.tuning.dashCmafLive.lowLatency.playbackCatchupSpeedup,o=e-r;if(this.isManualDecreasePlaybackInLive())return;let s=1;Math.abs(o)>i&&(s=1+Math.sign(o)*a),Cm(this.element,s)})),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(Ym({liveLoadBufferLength:this.liveLoadBufferLength$,bufferLength:this.bufferLength$}).pipe(fh(this.tuning.dash.liveUpdateInterval)).subscribe(async({liveLoadBufferLength:t,bufferLength:n})=>{if(!this.element||this.isUpdatingLive)return;let r=this.element.playbackRate,i=Zr(this.manifestUrlString,2),a=Math.abs(this.livePositionFromPlayer$.getValue())*1e3,o=Math.min(a,this.tuning.dashCmafLive.normalizedTargetMinBufferSize*r),s=this.tuning.dashCmafLive.normalizedActualBufferOffset*r,c=this.tuning.dashCmafLive.normalizedLiveMinBufferSize*r,l=isFinite(t)?t:n,u=this.isActiveLive$.getValue()&&this.isLowLatency$.getValue(),d=a<=this.tuning.live.activeLiveDelay;this.isActiveLive$.next(d);let f=`none`;if(u?f=`active_low_latency`:this.isLowLatency$.getValue()&&d?(this.bufferManagers.forEach(e=>e.proceedLowLatencyLive()),f=`active_low_latency`):i!==0&&l<o?f=`live_forward_buffering`:l<o+c&&(f=`live_with_target_offset`),isFinite(t)&&(e=t>e?t:e),f===`live_forward_buffering`||f===`live_with_target_offset`){let n=e-(o+s),a=this.normalizeLiveOffset(Math.trunc(i+n/r)),c=Math.abs(a-i),l=0;!t||c<=this.tuning.dashCmafLive.offsetCalculationError?l=i:a>0&&c>this.tuning.dashCmafLive.offsetCalculationError&&(l=a),this.manifestUrlString=Xr(this.manifestUrlString,l,2)}(f===`live_with_target_offset`||f===`live_forward_buffering`)&&(e=0,await this.updateLive())},e=>{this.error$.next({id:`updateLive`,category:Xm.VIDEO_PIPELINE,thrown:e,message:`Failed to update live with subscription`})}))}let s=Ym({allBuffersFull:oh(...this.bufferManagers.map(e=>e.fullyBuffered$)).pipe(ah(()=>this.bufferManagers.every(e=>e.fullyBuffered$.getValue()))),someBufferEnded:oh(...this.bufferManagers.map(e=>e.onLastSegment$)).pipe(ah(()=>this.bufferManagers.some(e=>e.onLastSegment$.getValue())))}).pipe(Qm(),ah(({allBuffersFull:e,someBufferEnded:t})=>e&&t),Zm(e=>e));if(this.representationSubscription.add(oh(this.forceEnded$,s).subscribe(()=>{if(this.source&&this.source.readyState===`open`&&Array.from(this.source.sourceBuffers).every(e=>!e.updating))try{this.source?.endOfStream()}catch(e){this.error$.next({id:`EndOfStream`,category:Xm.VIDEO_PIPELINE,message:`Failed to end MediaSource stream`,thrown:e})}})),this.representationSubscription.add(oh(...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$)),this.source.readyState!==`open`){let e=this.tuning.dash.sourceOpenTimeout>=0;yield new Promise(t=>{e&&(this.timeoutSourceOpenId=setTimeout(()=>{if(this.source?.readyState===`open`){t();return}this.error$.next({id:`OpenOfStream`,category:Xm.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,...Gm.default(Gm.default([...this.manifest.streams.audio,...this.manifest.streams.video],e=>e.representations),e=>{let t=[];return e.duration&&t.push(e.duration),tp(e.segmentReference)&&e.segmentReference.totalSegmentsDurationMs&&t.push(e.segmentReference.totalSegmentsDurationMs),t})];this.source.duration=Math.max(...e)/1e3}this.audioBufferManager&&rh(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(){Jm(this.element),this.state$.setState(`running`),this.subscription.add(oh(...tg.map(e=>eh(this.element,e)),eh(window,`online`)).subscribe(()=>this.tick(),e=>{this.error$.next({id:`DashVKPlayer`,category:Xm.WTF,message:`Internal logic error`,thrown:e})})),this.subscription.add(eh(this.element,`progress`).subscribe(()=>{this.element&&this.element.readyState===2&&!this.element.seeking&&(this.element.currentTime=this.element.currentTime)})),this.subscription.add(eh(this.element,`waiting`).subscribe(()=>{this.tuning.dash.useVideoElementWaitingCurrentTimeReassign&&this.element&&this.element.readyState===2&&!this.element.seeking&&Km(this.element.buffered,this.element.currentTime*1e3)&&(this.element.currentTime=this.element.currentTime),this.stallWatchdogSubscription&&(this.stallWatchdogSubscription.unsubscribe(),this.subscriptionRemovable.remove(this.stallWatchdogSubscription)),this.stallWatchdogSubscription=nh(this.tuning.dash.stallWatchdogInterval).subscribe(()=>{let{keepSilentStallWatchdogWhenNotActive:e}=this.tuning.dashCmafLive,{crashOnStallTimeout:t,crashOnStallTWithoutDataTimeout:n,liveStallReinitInterval:r,stallWatchdogInterval:i}=this.tuning.dash,a=this.isLive$.getValue(),o=this.liveStreamStatus$.getValue()===`active`;if(!this.element||this.source?.readyState!==`open`)return;let s=this.currentStallDuration$.getValue();s+=i,this.currentStallDuration$.next(s);let c={timeInWaiting:s},l=sh(),u=this.videoBufferManager?.lastDataObtainedTimestamp??0;this.videoLastDataObtainedTimestamp$.next(u);let d=this.audioBufferManager?.lastDataObtainedTimestamp??0,f=this.videoBufferManager?.getForwardBufferDuration()??0,p=this.audioBufferManager?.getForwardBufferDuration()??0,m=f<100&&l-u>n,h=this.audioBufferManager&&p<100&&l-d>n;if((!e||o)&&((m||h)&&s>n||s>=t))throw Error(`Stall timeout exceeded: ${s} ms`);if(a&&s%r===0){let t=this.normalizeLiveOffset(-1*this.livePositionFromPlayer$.getValue()*1e3);!o&&e?(this.liveWasInterrupted=!0,this.updateManifestUrlWithTimeOffset(t),this.updateManifest()):this.seekLive(t).catch(e=>{this.error$.next({id:`stallIntervalCallback`,category:Xm.VIDEO_PIPELINE,message:`stallIntervalCallback failed`,thrown:e})}),c.liveLastOffset=t}else{let e=this.element.currentTime*1e3;this.videoBufferManager?.maintain(e),this.audioBufferManager?.maintain(e),c.position=e}this.tracer.log(`stallIntervalCallback`,$m(c))},e=>{this.error$.next({id:`StallWatchdogCallback`,category:Xm.NETWORK,message:`Can't restore DASH after stall.`,thrown:e})}),this.subscriptionRemovable.add(this.stallWatchdogSubscription)})),this.tick()}async switchRepresentation(e,t,n=!1){let r={video:this.videoBufferManager,audio:this.audioBufferManager,text:null}[e];return this.tuning.useNewSwitchTo?this.currentStallDuration$.getValue()>0?r?.switchToWithPreviousAbort(t,n):r?.switchTo(t,n):r?.switchToOld(t,n)}async seek(e,t){Jm(this.element),Jm(this.videoBufferManager);let n;n=t||this.element.duration*1e3<=this.tuning.dashSeekInSegmentDurationThreshold||Math.abs(this.element.currentTime*1e3-e)<=this.tuning.dashSeekInSegmentAlwaysSeekDelta?e:Math.max(this.videoBufferManager.findSegmentStartTime(e)??e,this.audioBufferManager?.findSegmentStartTime(e)??e),this.warmUpMediaSourceIfNeeded(n),Km(this.element.buffered,n)||await Promise.all([this.videoBufferManager.abort(),this.audioBufferManager?.abort()]),!(ih(this.element)||ih(this.videoBufferManager))&&(this.videoBufferManager.maintain(n),this.audioBufferManager?.maintain(n),this.element.currentTime=n/1e3,this.tracer.log(`seek`,$m({requestedPosition:e,forcePrecise:t,position:n})))}warmUpMediaSourceIfNeeded(e=this.element?.currentTime){rh(this.element)&&rh(this.source)&&rh(e)&&this.source?.readyState===`ended`&&this.element.duration*1e3-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=th(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}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=nh(this.tuning.gapWatchdogInterval).subscribe(()=>this.jumpGap(),e=>{this.error$.next({id:`GapWatchdog`,category:Xm.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(),n={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 i=this.element.currentTime*1e3,a=[],o=this.element.readyState===1?this.tuning.endGapTolerance:0;for(let e of this.bufferManagers)for(let t of e.gaps)(r&&t.persistent||e.playingRepresentation$.getValue()===t.representation)&&t.from-o<=i&&t.to+o>i&&(this.element.duration*1e3-t.to<this.tuning.endGapTolerance?a.push(1/0):a.push(t.to));if(a.length){let e=Math.max(...a)+10;this.gapWatchdogSubscription.unsubscribe(),this.gapWatchdogActive=!1,e===1/0?this.forceEnded$.next():(this.element.currentTime=e/1e3,n={...n,gapEnds:a,jumpTo:e,resultCurrentTime:this.element.currentTime},this.tracer.log(`jumpGap`,$m(n)))}}calculateDurationFromSegments(){return Math.max(this.videoBufferManager?.calculateDurationFromSegments()||0,this.audioBufferManager?.calculateDurationFromSegments()||0)}}import{combine as ig,map as ag,observeElementSize as og,Subscription as sg,ValueSubject as cg,noop as lg}from"@vkontakte/videoplayer-shared";class ug{subscription=new sg;pipSize$=new cg(void 0);videoSize$=new cg(void 0);elementSize$=new cg(void 0);pictureInPictureWindowRemoveEventListener=lg;connect({observableVideo:e,video:t}){let n=e=>{let t=e.target;this.pipSize$.next({width:t.width,height:t.height})};this.subscription.add(og(t).subscribe(this.videoSize$)).add(e.enterPip$.subscribe(({pictureInPictureWindow:e})=>{this.pipSize$.next({width:e.width,height:e.height}),e.addEventListener(`resize`,n),this.pictureInPictureWindowRemoveEventListener=()=>{e.removeEventListener(`resize`,n)}})).add(e.leavePip$.subscribe(()=>{this.pictureInPictureWindowRemoveEventListener()})).add(ig({videoSize:this.videoSize$,pipSize:this.pipSize$,inPip:e.inPiP$}).pipe(ag(({videoSize:e,inPip:t,pipSize:n})=>t?n: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 dg{scene3D;subscription=new Um;videoState=new I(`stopped`);video;observableVideo=null;player;params;tracer;textTracksManager;droppedFramesManager=new Wc;stallsManager=new ql;elementSizeManager=new ug;videoTracksMap=new Map;audioTracksMap=new Map;textTracksMap=new Map;videoStreamsMap=new Map;audioStreamsMap=new Map;videoTrackSwitchHistory=new gs;audioTrackSwitchHistory=new gs;constructor(e){this.textTracksManager=new ho(e.source.url),this.params=e,this.video=Ha(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(Ms(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 rg({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;Rm(this.observableVideo)&&(this.observableVideo=Lo(this.video),this.subscription.add(()=>this.observableVideo?.destroy()));let n=this.constructor.name,r=t=>{e.error$.next({id:n,category:Nm.WTF,message:`${n} internal logic error`,thrown:t})};return{output:e,desiredState:t,observableVideo:this.observableVideo,genericErrorListener:r,connect:(e,t)=>this.subscription.add(e.subscribe(t,r))}}subscribe(){let{output:e,desiredState:t,observableVideo:n,genericErrorListener:r,connect:i}=this.getProviderSubscriptionInfo();this.subscription.add(this.params.output.availableVideoTracks$.pipe(Pm(e=>!!e.length),Hm()).subscribe(e=>{this.droppedFramesManager.connect({logger:this.params.dependencies.logger,video:this.video,droppedFramesChecker:this.params.tuning.droppedFramesChecker,isAuto:this.params.desiredState.autoVideoTrackSwitching,playing$:n.playing$,pause$:n.pause$,tracks:e})}));let a=this.params.desiredState.seekState.stateChangeEnded$.pipe(zm(e=>e.to.state!==`none`),Fm());this.stallsManager.init({isSeeked$:a,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$:n.isBuffering$,looped$:n.looped$,playing$:n.playing$,duration:this.video.duration}),i(n.ended$,e.endedEvent$),i(n.looped$,e.loopedEvent$),i(n.error$,e.error$),i(n.isBuffering$,e.isBuffering$),i(n.currentBuffer$,e.currentBuffer$),i(n.currentBuffer$,e.currentNativeBuffer$),i(n.playing$,e.firstFrameEvent$),i(n.canplay$,e.canplay$),i(n.inPiP$,e.inPiP$),i(n.inFullscreen$,e.inFullscreen$),i(n.loadedMetadata$,e.loadedMetadataEvent$),i(this.player.error$,e.error$),i(this.player.fetcherRecoverableError$,e.fetcherRecoverableError$),i(this.player.fetcherError$,e.fetcherError$),i(this.player.manifestRequested$,e.manifestRequested$),i(this.player.firstBytesManifest$,e.firstBytesManifest$),i(this.player.manifestReceived$,e.manifestReceived$),i(this.player.firstBytesRequested$,e.firstBytesRequested$),i(this.player.firstBytesReceived$,e.firstBytesReceived$),i(this.player.lastConnectionType$,e.httpConnectionType$),i(this.player.lastConnectionReused$,e.httpConnectionReused$),i(this.player.lastConnectionMetrics$,e.httpConnectionMetrics$),i(this.player.lastDownloadMetrics$,e.httpDownloadMetrics$),i(this.player.isLive$,e.isLive$),i(this.player.lastRequestFirstBytes$.pipe(Pm(Lm),Hm()),e.firstBytesEvent$),i(this.stallsManager.severeStallOccurred$,e.severeStallOccurred$),i(this.videoState.stateChangeEnded$.pipe(zm(e=>e.to)),this.params.output.playbackState$),this.subscription.add(n.looped$.subscribe(()=>this.player.warmUpMediaSourceIfNeeded(),r)),this.subscription.add(n.seeked$.subscribe(e.seekedEvent$,r)),this.subscription.add(so(this.video,t.isLooped,r)),this.subscription.add(n.volumeState$.subscribe(this.params.output.volume$,r)),iu({subscription:this.subscription,desiredState:t,videoElement$:this.params.output.element$,observableVideo:n}),this.subscription.add(co(this.video,t.volume,n.volumeState$,r)),this.subscription.add(lo(this.video,t.playbackRate,n.playbackRateState$,r)),this.elementSizeManager.connect({video:this.video,observableVideo:n}),i(Yc(this.video,{threshold:this.params.tuning.autoTrackSelection.activeVideoAreaThreshold}),e.elementVisible$),this.subscription.add(n.playing$.subscribe(()=>{this.videoState.setState(`playing`),P(t.playbackState,`playing`),this.scene3D&&this.scene3D.play()},r)).add(n.pause$.subscribe(()=>{this.videoState.setState(`paused`),P(t.playbackState,`paused`)},r)).add(n.canplay$.subscribe(()=>{this.videoState.getState()===`playing`&&!this.video.ended&&this.playIfAllowed()},r)),this.params.tuning.changePlaybackStateToPausedWhenEnded&&this.subscription.add(n.ended$.subscribe(()=>{this.videoState.setState(`paused`),P(t.playbackState,`paused`)})),this.subscription.add(this.player.state$.stateChangeEnded$.subscribe(({to:e})=>{if(e===`manifest_ready`){this.videoTracksMap=new Map,this.audioTracksMap=new Map,this.textTracksMap=new Map;let e=this.player.getStreams(),t=this.player.getCodecs();if(Am(e,`Manifest not loaded or empty`),!this.params.tuning.isAudioDisabled){let t=[];for(let n of e.audio){t.push(Qf(n));let e=[];for(let t of n.representations){let r=Yf(t);e.push(r),this.audioTracksMap.set(r,{stream:n,representation:t})}this.audioStreamsMap.set(n,e)}this.params.output.availableAudioStreams$.next(t)}let n=[];for(let t of e.video){n.push($f(t));let e=[];for(let n of t.representations){let r=Jf({...n,streamId:t.id});r&&(e.push(r),this.videoTracksMap.set(r,{stream:t,representation:n}))}this.videoStreamsMap.set(t,e)}this.params.output.availableVideoStreams$.next(n);for(let t of e.text)for(let e of t.representations){let n=Xf(t,e);this.textTracksMap.set(n,{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 e===`representations_ready`&&(this.videoState.setState(`ready`),this.player.initBuffer())},r));let o=Bm(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$,Im(this.video,`progress`)).pipe(Pm(()=>this.videoTracksMap.size>0)),{abrThrottle:s}=this.params.tuning.dash;s&&(o=o.pipe(Wm(s))),this.subscription.add(o.subscribe(async()=>{let e=this.player.state$.getState(),n=this.player.state$.getTransition();if(e!==`manifest_ready`&&e!==`running`||n)return;t.autoVideoTrackSwitching.getTransition()&&t.autoVideoTrackSwitching.setState(t.autoVideoTrackSwitching.getState());let r=this.selectVideoAudioRepresentations();if(!r)return;let[i,a]=r,o=[...this.videoTracksMap.keys()].find(e=>this.videoTracksMap.get(e)?.representation.id===i.id);Lm(o)&&(this.stallsManager.lastVideoTrackSelected=o);let s=this.params.desiredState.autoVideoTrackLimits.getTransition();if(s&&this.params.output.autoVideoTrackLimits$.next(s.to),e===`manifest_ready`)await this.player.initRepresentations(i.id,a?.id,this.params.sourceHls);else if(await this.player.switchRepresentation(`video`,i.id),a){let e=!!t.audioStream.getTransition();await this.player.switchRepresentation(`audio`,a.id,e)}},r)),this.subscription.add(jm({videoState:this.videoState.stateChangeEnded$,autoVideoTrackState:Bm(Vm([t.autoVideoTrackSwitching.getState()]),t.autoVideoTrackSwitching.stateChangeEnded$.pipe(zm(e=>e.to)))}).pipe(zm(({videoState:e,autoVideoTrackState:t})=>e.to!==`stopped`&&t),Fm()).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(Fm()).subscribe(t=>{let n=[...this.videoTracksMap.entries()].find(([,{representation:e}])=>e.id===t);if(!n){e.currentVideoTrack$.next(void 0),e.currentVideoStream$.next(void 0);return}let[r,{stream:i}]=n,a=this.params.desiredState.videoStream.getTransition();a&&a.to&&a.to.id===i.id&&this.params.desiredState.videoStream.setState(a.to),e.currentVideoTrack$.next(r),e.currentVideoStream$.next($f(i));let o=this.player.calculateDurationFromSegments();o&&this.params.output.duration$.next(o/1e3)},r)),this.subscription.add(this.player.currentAudioRepresentation$.pipe(Fm()).subscribe(t=>{let n=[...this.audioTracksMap.entries()].find(([,{representation:e}])=>e.id===t);if(!n){e.currentAudioStream$.next(void 0);return}let[r,{stream:i}]=n,a=this.params.desiredState.audioStream.getTransition();a&&a.to&&a.to.id===i.id&&this.params.desiredState.audioStream.setState(a.to),e.currentAudioStream$.next(Qf(i))},r)),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)},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(zm(({to:e})=>e===`ready`),Fm());this.subscription.add(Bm(c,t.autoVideoTrackSwitching.stateChangeStarted$,this.player.state$.stateChangeEnded$,Vm([`init`])).subscribe(()=>{let e=t.autoVideoTrackSwitching.getState(),n=t.playbackState.getState()===`ready`?this.params.tuning.dash.forwardBufferTargetPreload:e?this.params.tuning.dash.forwardBufferTargetAuto:this.params.tuning.dash.forwardBufferTargetManual;this.player.setBufferTarget(n)})),this.subscription.add(Bm(c,this.player.state$.stateChangeEnded$,Vm([`init`])).subscribe(()=>this.player.setPreloadOnly(t.playbackState.getState()===`ready`)));let l=Bm(t.playbackState.stateChangeStarted$,t.videoTrack.stateChangeStarted$,t.seekState.stateChangeEnded$,this.videoState.stateChangeEnded$,Vm([`init`])).pipe(Mm(0));this.subscription.add(l.subscribe(this.syncPlayback,r))}selectVideoAudioRepresentations(){if(this.player.isStreamEnded)return;let e=this.params.tuning.useNewAutoSelectVideoTrack?Ss:xs,t=this.params.tuning.useNewAutoSelectVideoTrack?js:As,n=this.params.tuning.useNewAutoSelectVideoTrack?Os:ks,{desiredState:r,output:i}=this.params,a=r.autoVideoTrackSwitching.getState(),o=r.videoTrack.getState()?.id,s=[...this.videoTracksMap.keys()].find(({id:e})=>e===o),c=i.currentVideoTrack$.getValue(),l=r.videoStream.getState()??(s&&this.videoTracksMap.get(s)?.stream)??this.videoStreamsMap.size===1?this.videoStreamsMap.keys().next().value:void 0;if(!l)return;let u=[...this.videoStreamsMap.keys()].find(({id:e})=>e===l.id),d=u&&this.videoStreamsMap.get(u);if(!d)return;let f=Np(this.video.buffered,this.video.currentTime*1e3),p;p=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:a?this.params.tuning.dash.forwardBufferTargetAuto:this.params.tuning.dash.forwardBufferTargetManual;let m=(this.video.duration*1e3||1/0)-this.video.currentTime*1e3,h=Math.min(f/Math.min(p,m||1/0),1),g=r.audioStream.getState()??(this.audioStreamsMap.size===1?this.audioStreamsMap.keys().next().value:void 0),_=[...this.audioStreamsMap.keys()].find(({id:e})=>e===g?.id)??this.audioStreamsMap.keys().next().value,v=0;if(_){if(s&&!a){let t=e(s,d,this.audioStreamsMap.get(_)??[],this.params.tuning.autoTrackSelection.minVideoAudioRatio);v=Math.max(v,t?.bitrate??-1/0)}if(c){let t=e(c,d,this.audioStreamsMap.get(_)??[],this.params.tuning.autoTrackSelection.minVideoAudioRatio);v=Math.max(v,t?.bitrate??-1/0)}}let y=s;(a||!y)&&(y=n(d,{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:v,forwardBufferHealth:h,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 b=_&&t(y,d,this.audioStreamsMap.get(_)??[],{estimatedThroughput:this.params.dependencies.throughputEstimator.rttAdjustedThroughput$.getValue(),stallsPredictedThroughput:this.stallsManager.predictedThroughput,tuning:this.stallsManager.abrTuningParams,forwardBufferHealth:h,history:this.audioTrackSwitchHistory,playbackRate:this.video.playbackRate,abrLogger:this.params.dependencies.abrLogger}),x=this.videoTracksMap.get(y)?.representation,S=b&&this.audioTracksMap.get(b)?.representation;if(x&&S)return[x,S];if(x&&!S&&this.audioTracksMap.size===0)return[x,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(),n=this.params.desiredState.playbackState.getTransition(),r=this.params.desiredState.seekState.getState();if(!this.videoState.getTransition()){if(r.state===`requested`&&n?.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`),P(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`),P(this.params.desiredState.playbackState,`paused`)):t===`playing`?(this.videoState.startTransitionTo(`playing`),this.playIfAllowed()):n?.to===`ready`&&P(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():n?.to===`playing`&&P(this.params.desiredState.playbackState,`playing`);return;case`paused`:t===`playing`?(this.videoState.startTransitionTo(`playing`),this.playIfAllowed()):n?.to===`paused`&&P(this.params.desiredState.playbackState,`paused`);return;default:return km(e)}}};init3DScene=e=>{if(this.scene3D)return;this.scene3D=new jl(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(),void 0)};playIfAllowed(){ec(this.video,()=>{this.params.output.soundProhibitedEvent$.next()}).then(e=>{e||(this.videoState.setState(`paused`),P(this.params.desiredState.playbackState,`paused`,!0))},e=>this.params.output.error$.next({id:`ForcePlay`,message:`play() failed even with workarounds`,category:Nm.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),Ua(this.video),this.tracer.end()}}class fg extends dg{subscribe(){super.subscribe();let{output:e,observableVideo:t,connect:n}=this.getProviderSubscriptionInfo();n(t.timeUpdate$,e.position$),n(t.durationChange$,e.duration$)}seek(e,t){this.params.output.willSeekEvent$.next(),this.player.seek(e,t)}}import{combine as pg,merge as mg,filter as hg,filterChanged as gg,isNullable as _g,map as vg,ValueSubject as yg,isNonNullable as bg}from"@vkontakte/videoplayer-shared";class xg extends dg{constructor(e){super(e),this.textTracksManager.destroy()}subscribe(){super.subscribe();let e=!1,t=-1,{output:n,observableVideo:r,desiredState:i,connect:a}=this.getProviderSubscriptionInfo();this.params.output.position$.next(0),this.params.output.isLive$.next(!0),this.params.output.canPlayLiveTailBuffer$.next(!0),a(r.timeUpdate$,n.liveBufferTime$),a(this.player.liveSeekableDuration$,n.duration$),a(this.player.liveLatency$,n.liveLatency$);let o=new yg(1);a(r.playbackRateState$,o),this.params.tuning.dashCmafLive.catchupLiveForMutedInactiveTab&&this.subscription.add(n.elementVisible$.pipe(gg()).subscribe(t=>{let r=n.position$.getValue(),i=n.volume$.getValue(),a=!i.volume||i.muted;!t&&!r&&a?e=!0:t&&e&&(this.seek(0),e=!1)})),this.subscription.add(this.params.output.position$.subscribe(this.player.livePositionFromPlayer$)).add(i.isLowLatency.stateChangeEnded$.pipe(vg(e=>e.to)).subscribe(this.player.isLowLatency$)).add(pg({liveBufferTime:n.liveBufferTime$,liveAvailabilityStartTime:this.player.liveAvailabilityStartTime$}).pipe(vg(({liveBufferTime:e,liveAvailabilityStartTime:n})=>e&&n?e*1e3+n+t:void 0)).subscribe(n.liveTime$)).add(pg({liveDuration:this.player.liveDuration$,liveStreamStatus:this.player.liveStreamStatus$,playbackRate:mg(r.playbackRateState$,new yg(1))}).pipe(hg(({liveStreamStatus:e,liveDuration:t})=>e===`active`&&!!t)).subscribe(({liveDuration:e,playbackRate:r})=>{let i=n.liveBufferTime$.getValue(),a=n.position$.getValue(),{playbackCatchupSpeedup:o}=this.params.tuning.dashCmafLive.lowLatency;a||r<1-o||this.video.paused||_g(i)||(t=e-i)})).add(pg({time:n.liveBufferTime$,liveDuration:this.player.liveDuration$,playbackRate:mg(r.playbackRateState$,new yg(1))}).pipe(gg((e,t)=>this.player.liveStreamStatus$.getValue()===`active`?e.liveDuration===t.liveDuration:e.time===t.time)).subscribe(({time:e,liveDuration:r,playbackRate:i})=>{let a=n.position$.getValue(),{playbackCatchupSpeedup:o}=this.params.tuning.dashCmafLive.lowLatency;if(!a&&!this.video.paused&&i>=1-o||_g(e)||_g(r))return;let s=-1*(r-e-t);n.position$.next(Math.min(s,0))})).add(this.player.currentLiveTextRepresentation$.subscribe(e=>{if(e){let t=Zf(e);this.params.output.availableTextTracks$.next([t])}})),this.params.tuning.dashCmafLive.externalStopControl||this.subscription.add(this.player.liveStreamStatus$.pipe(hg(e=>bg(e))).subscribe(e=>n.isLiveEnded$.next(e===`unpublished`&&n.position$.getValue()===0)))}seek(e){this.params.output.willSeekEvent$.next();let t=-e,n=Math.trunc(t/1e3<=Math.abs(this.params.output.duration$.getValue())?t:0);this.player.seekLive(n).then(()=>{this.params.output.position$.next(e/1e3)})}}var Sg=`X-Playback-Duration`,Cg=async e=>{let t=await vu(e),n=await t.text(),r=/#EXT-X-VK-PLAYBACK-DURATION:(\d+)/m.exec(n)?.[1];return r?parseInt(r,10):t.headers.has(Sg)?parseInt(t.headers.get(Sg),10):void 0};import{assertNever as wg,combine as Tg,debounce as Eg,ErrorCategory as Dg,filter as Og,filterChanged as kg,isNonNullable as Ag,isNullable as jg,map as Mg,merge as Ng,observableFrom as Pg,Subscription as Fg,ValueSubject as Ig,VideoQuality as Lg}from"@vkontakte/videoplayer-shared";var Rg=c(jt(),1);import{videoSizeToQuality as zg,getExponentialDelay as Bg}from"@vkontakte/videoplayer-shared";var Vg=e=>{let t=null;if(e.QUALITY&&(t=zo(e.QUALITY)),!t&&e.RESOLUTION){let[n,r]=e.RESOLUTION.split(`x`).map(e=>parseInt(e,10));t=zg({width:n,height:r})}return t??null},Hg=(e,t)=>{let n=e.split(`
|
|
125
|
+
`),r=[],i=[];for(let e=0;e<n.length;e++){let a=n[e],o=a.match(/^#EXT-X-STREAM-INF:(.+)/),s=a.match(/^#EXT-X-MEDIA:TYPE=SUBTITLES,(.+)/);if(!(!o&&!s)){if(o){let i=Rg.default(o[1].split(`,`).map(e=>e.split(`=`))),a=i.QUALITY??`stream-${i.BANDWIDTH}`,s=Vg(i),c;i.BANDWIDTH&&(c=parseInt(i.BANDWIDTH,10)/1e3||void 0),!c&&i[`AVERAGE-BANDWIDTH`]&&(c=parseInt(i[`AVERAGE-BANDWIDTH`],10)/1e3||void 0);let l=i[`FRAME-RATE`]?parseFloat(i[`FRAME-RATE`]):void 0,u;if(i.RESOLUTION){let[e,t]=i.RESOLUTION.split(`x`).map(e=>parseInt(e,10));e&&t&&(u={width:e,height:t})}let d=new URL(n[++e],t).toString();s&&r.push({id:a,quality:s,url:d,bandwidth:c,size:u,fps:l})}if(s){let e=Rg.default(s[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`),n=e.LANGUAGE,r=e.NAME;t&&n&&i.push({type:`internal`,id:n,label:r,language:n,url:t,isAuto:!1})}}}if(!r.length)throw Error(`Empty manifest`);return{qualityManifests:r,textTracks:i}},Ug=e=>new Promise(t=>{setTimeout(()=>{t()},e)}),Wg=0,Gg=async(e,t=e,n,r)=>{let i=await(await vu(e,r)).text();Wg+=1;try{let{qualityManifests:e,textTracks:n}=Hg(i,t);return{qualityManifests:e,textTracks:n}}catch{if(Wg<=n.manifestRetryMaxCount)return await Ug(Bg(Wg-1,{start:n.manifestRetryInterval,max:n.manifestRetryMaxInterval})),Gg(e,t,n)}return{qualityManifests:[],textTracks:[]}},Kg=Gg;import{isNonNullable as qg,Subscription as Jg,throttle as Yg,ValueSubject as Xg,Subject as Zg,ErrorCategory as Qg}from"@vkontakte/videoplayer-shared";class $g{params;subscription=new Jg;abortControllers={destroy:new V,nextManifest:null};prepareUrl=void 0;currentTextTrackData=null;availableTextTracks$=new Xg(null);getCurrentTime$=new Xg(null);error$=new Zg;constructor(e,t,n,r,i){this.params={fetchManifestData:n,sourceUrl:r,downloadThreshold:i},this.subscription.add(e.pipe(Yg(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:n}=await this.fetchManifestData();await this.processTextTracks(n,this.params.sourceUrl)}catch(e){this.error(`prepare`,e)}}async processTextTracks(e,t){try{let n=await this.parseTextTracks(e,t);n&&(this.currentTextTrackData=n)}catch(e){this.error(`processTextTracks`,e)}}async parseTextTracks(e,t){for(let n of e){let e=new URL(n.url,t).toString(),r=await(await vu(e,{signal:this.abortControllers.destroy.signal})).text();return{textTrack:n,playlist:this.parsePlaylist(r,e)}}}parsePlaylist(e,t){let n={mediaSequence:0,programDateTime:``,segments:[],targetDuration:0,vkPlaybackDuration:0,segmentStartTime:0,vkStartTime:``},r=e.split(`
|
|
126
|
+
`),i=0;for(let e=0;e<r.length;++e){let a=r[e];switch(!0){case a.startsWith(`#EXTINF:`):{let o=r[++e],s=new URL(o,t).toString(),c=Number(this.extractPlaylistRowValue(`#EXTINF:`,a))*1e3;if(n.segments.push({time:{from:i,to:i+c},url:s}),i+=c,!n.segmentStartTime){let e=new Date(n.vkStartTime).valueOf();n.segmentStartTime=new Date(n.programDateTime).valueOf()-e}break}case a.startsWith(`#EXT-X-TARGETDURATION:`):n.targetDuration=Number(this.extractPlaylistRowValue(`#EXT-X-TARGETDURATION:`,a));break;case a.startsWith(`#EXT-X-MEDIA-SEQUENCE:`):n.mediaSequence=Number(this.extractPlaylistRowValue(`#EXT-X-MEDIA-SEQUENCE:`,a));break;case a.startsWith(`#EXT-X-VK-PLAYBACK-DURATION:`):n.vkPlaybackDuration=Number(this.extractPlaylistRowValue(`#EXT-X-VK-PLAYBACK-DURATION:`,a));break;case a.startsWith(`#EXT-X-PROGRAM-DATE-TIME:`):{let e=this.extractPlaylistRowValue(`#EXT-X-PROGRAM-DATE-TIME:`,a);n.programDateTime=e;let t=new Date(e);t.setMilliseconds(0),i=t.valueOf();break}case a.startsWith(`#EXT-X-VK-START-TIME:`):n.vkStartTime=this.extractPlaylistRowValue(`#EXT-X-VK-START-TIME:`,a);break}}return n}extractPlaylistRowValue(e,t){switch(e){case`#EXTINF:`:return t.substring(e.length,t.length-1);default:return t.substring(e.length)}}processLiveTime(e){if(qg(e)&&this.currentTextTrackData){let{segments:t}=this.currentTextTrackData.playlist,{from:n}=t[0].time,{to:r}=t[t.length-1].time;if(e<n||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 V;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:Qg.WTF,thrown:t,message:e})}}class e_{subscription=new Fg;videoState=new I(`stopped`);video;params;textTracksManager=null;liveTextManager=null;masterManifest;manifests$=new Ig([]);maxSeekBackTime$;liveOffset=new go;manifestStartTime$=new Ig(void 0);constructor(e){this.params=e,this.video=Ha(e.container,e.tuning),this.params.output.element$.next(this.video),this.masterManifest={id:`master`,quality:Lg.INVARIANT,url:this.params.source.url};let t=(e,t)=>Kg(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 $g(this.params.output.liveTime$,this.video,t,this.params.source.url,this.params.tuning.hlsLiveNewTextManagerDownloadThreshold):this.textTracksManager=new ho(e.source.url),t(this.generateLiveUrl()).then(({qualityManifests:e,textTracks:t})=>{e.length===0&&this.params.output.error$.next({id:`HlsLiveProviderInternal:empty_manifest`,category:Dg.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:Dg.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(Ms(this.params.source.url)),this.params.output.availableTextTracks$.next([]),this.params.desiredState.internalTextTracks.setState([]),this.maxSeekBackTime$=new Ig(e.source.maxSeekBackTime??1/0),this.subscribe()}selectManifest(){let{autoVideoTrackSwitching:e,videoTrack:t}=this.params.desiredState,n=e.getState(),r=t.getTransition(),i=r?.to?.id??t.getState()?.id??`master`,a=this.manifests$.getValue();if(!a.length)return;let o=n?`master`:i;return n&&!r&&t.startTransitionTo(this.masterManifest),a.find(e=>e.id===o)}subscribe(){let{output:e,desiredState:t}=this.params,n=t=>{e.error$.next({id:`HlsLiveProvider`,category:Dg.WTF,message:`HlsLiveProvider internal logic error`,thrown:t})},r=Lo(this.video);this.subscription.add(()=>r.destroy());let i=(e,t)=>this.subscription.add(e.subscribe(t,n));i(r.ended$,e.endedEvent$),i(r.error$,e.error$),i(r.isBuffering$,e.isBuffering$),i(r.currentBuffer$,e.currentBuffer$),i(r.currentBuffer$,e.currentNativeBuffer$),i(r.loadedMetadata$,e.firstBytesEvent$),i(r.loadedMetadata$,e.loadedMetadataEvent$),i(r.playing$,e.firstFrameEvent$),i(r.canplay$,e.canplay$),i(r.inPiP$,e.inPiP$),i(r.inFullscreen$,e.inFullscreen$),this.subscription.add(t.isLooped.stateChangeStarted$.subscribe(()=>t.isLooped.setState(!1),n)),this.subscription.add(co(this.video,t.volume,r.volumeState$,n)),this.subscription.add(r.volumeState$.subscribe(this.params.output.volume$,n)),this.subscription.add(lo(this.video,t.playbackRate,r.playbackRateState$,n)),i(Yc(this.video),e.elementVisible$),this.liveTextManager?(i(this.liveTextManager.getCurrentTime$,this.params.output.getCurrentTime$),i(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`),P(t.playbackState,`playing`)},n)).add(r.pause$.subscribe(()=>{this.videoState.setState(`paused`),P(t.playbackState,`paused`)},n)).add(r.canplay$.subscribe(()=>{this.videoState.getTransition()?.to===`ready`&&this.videoState.setState(`ready`),this.videoState.getState()===`playing`&&this.playIfAllowed()},n)),this.liveTextManager&&this.subscription.add(this.liveTextManager.availableTextTracks$.subscribe(e=>{e&&this.params.output.availableTextTracks$.next(e)})),this.subscription.add(this.maxSeekBackTime$.pipe(kg(),Mg(e=>-e/1e3)).subscribe(this.params.output.duration$,n)),this.subscription.add(r.loadedMetadata$.subscribe(()=>{let e=this.params.desiredState.seekState.getState(),t=this.videoState.getTransition(),n=this.params.desiredState.videoTrack.getTransition(),r=this.params.desiredState.autoVideoTrackSwitching.getTransition();if(n&&Ag(n.to)){let e=n.to.id;this.params.desiredState.videoTrack.setState(n.to);let t=this.manifests$.getValue().find(t=>t.id===e);t&&(this.params.output.currentVideoTrack$.next(t),this.params.output.hostname$.next(Ms(t.url)))}r&&this.params.desiredState.autoVideoTrackSwitching.setState(r.to),t&&t.from===`changing_manifest`&&this.videoState.setState(t.to),e&&e.state===`requested`&&this.seek(e.position)},n)),this.subscription.add(r.loadedData$.subscribe(()=>{let e=this.video?.getStartDate?.()?.getTime();this.manifestStartTime$.next(e||void 0)},n)),this.subscription.add(Tg({startTime:this.manifestStartTime$.pipe(Og(Ag)),currentTime:r.timeUpdate$}).subscribe(({startTime:e,currentTime:t})=>this.params.output.liveTime$.next(e+t*1e3),n)),this.subscription.add(this.manifests$.pipe(Mg(e=>e.map(({id:e,quality:t,size:n,bandwidth:r,fps:i})=>({id:e,quality:t,size:n,fps:i,bitrate:r})))).subscribe(this.params.output.availableVideoTracks$,n));let a=Ng(t.playbackState.stateChangeStarted$,t.seekState.stateChangeEnded$,t.videoTrack.stateChangeStarted$,t.autoVideoTrackSwitching.stateChangeStarted$,t.autoVideoTrackLimits.stateChangeStarted$,this.videoState.stateChangeEnded$,this.manifests$,Pg([`init`])).pipe(Eg(0));this.subscription.add(a.subscribe(this.syncPlayback,n))}destroy(){this.subscription.unsubscribe(),this.textTracksManager?.destroy(),this.liveTextManager?.destroy(),this.params.output.element$.next(void 0),Ua(this.video)}prepare(){let e=this.selectManifest();if(jg(e))return;let t=this.params.desiredState.autoVideoTrackLimits.getTransition(),n=this.params.desiredState.autoVideoTrackLimits.getState(),r=new URL(e.url);if((t||n)&&e.id===this.masterManifest.id){let{max:e,min:i}=t?.to??n??{};for(let[t,n]of[[e,`mq`],[i,`lq`]]){let e=String(parseFloat(t||``));n&&t&&r.searchParams.set(n,e)}}let i=this.params.format===`HLS_LIVE_CMAF`?2:0,a=Xr(r.toString(),this.liveOffset.getTotalOffset(),i);this.liveTextManager?.prepare(a),this.video.setAttribute(`src`,a),this.video.load(),Cg(a).then(e=>{if(!jg(e))this.maxSeekBackTime$.next(e);else{let e=this.params.source.maxSeekBackTime??this.maxSeekBackTime$.getValue();(jg(e)||!isFinite(e))&&vu(a).then(e=>e.text()).then(e=>{let t=/#EXT-X-STREAM-INF[^\n]+\n(.+)/m.exec(e)?.[1];t&&Cg(new URL(t,a).toString()).then(e=>{jg(e)||this.maxSeekBackTime$.next(e)})}).catch(()=>{})}})}playIfAllowed(){ec(this.video,()=>{this.params.output.soundProhibitedEvent$.next()}).then(e=>{e||(this.videoState.setState(`paused`),this.liveOffset.pause(),P(this.params.desiredState.playbackState,`paused`,!0))},e=>this.params.output.error$.next({id:`ForcePlay`,message:`play() failed even with workarounds`,category:Dg.DOM,thrown:e}))}seek(e){this.params.output.willSeekEvent$.next();let t=-e,n=t<this.maxSeekBackTime$.getValue()?t:0;this.liveOffset.resetTo(n),this.params.output.position$.next(-n/1e3),this.params.output.seekedEvent$.next()}syncPlayback=()=>{if(!this.manifests$.getValue().length)return;let e=this.videoState.getState(),t=this.params.desiredState.playbackState.getState(),n=this.params.desiredState.playbackState.getTransition(),r=this.params.desiredState.videoTrack.getTransition(),i=this.params.desiredState.autoVideoTrackSwitching.getTransition(),a=this.params.desiredState.autoVideoTrackLimits.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`),P(this.params.desiredState.playbackState,`stopped`,!0));return}if(this.videoState.getTransition())return;let o=this.params.desiredState.seekState.getState();if(e===`stopped`){this.videoState.startTransitionTo(`ready`),this.prepare();return}if(r||i||a){let e=this.videoState.getState();this.videoState.setState(`changing_manifest`),this.videoState.startTransitionTo(e),this.prepare(),a&&this.params.output.autoVideoTrackLimits$.next(a.to),o.state===`none`&&this.params.desiredState.seekState.setState({state:`requested`,position:-this.liveOffset.getTotalOffset(),forcePrecise:!0});return}if(n?.to!==`paused`&&o.state===`requested`){this.videoState.startTransitionTo(`ready`),this.seek(o.position&&o.position-this.liveOffset.getTotalPausedTime()),this.prepare();return}switch(e){case`ready`:t===`ready`?P(this.params.desiredState.playbackState,`ready`):t===`paused`?(this.videoState.setState(`paused`),this.liveOffset.pause(),P(this.params.desiredState.playbackState,`paused`)):t===`playing`&&(this.videoState.startTransitionTo(`playing`),this.playIfAllowed());return;case`playing`:t===`paused`?(this.videoState.startTransitionTo(`paused`),this.liveOffset.pause(),this.video.paused?this.videoState.setState(`paused`):this.video.pause()):n?.to===`playing`&&P(this.params.desiredState.playbackState,`playing`);return;case`paused`:if(t===`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 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 n?.to===`paused`&&(P(this.params.desiredState.playbackState,`paused`),this.liveOffset.pause());return;case`changing_manifest`:break;default:return wg(e)}};generateLiveUrl(){let e=Xr(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 t_,debounce as n_,ErrorCategory as r_,fromEvent as i_,isNonNullable as a_,isNullable as o_,map as s_,merge as c_,observableFrom as l_,Subscription as u_,ValueSubject as d_,VideoQuality as f_}from"@vkontakte/videoplayer-shared";class p_{subscription=new u_;videoState=new I(`stopped`);video;params;textTracksManager;masterManifest;manifests$=new d_([]);unmuteAfterBrowserResetsHappened=new d_(!1);constructor(e){this.textTracksManager=new ho(e.source.url),this.params=e,this.video=Ha(e.container,e.tuning),this.params.output.element$.next(this.video),this.masterManifest={id:`master`,quality:f_.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(Ms(this.params.source.url)),this.params.output.autoVideoTrackLimitingAvailable$.next(!0),this.params.output.manifestRequested$.next(),Kg(Xr(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:r_.NETWORK,message:`Error fetching manifest and extracting qualities`,thrown:e})),this.subscribe()}selectManifest(){let{autoVideoTrackSwitching:e,videoTrack:t}=this.params.desiredState,n=e.getState(),r=t.getTransition(),i=r?.to?.id??t.getState()?.id??`master`,a=this.manifests$.getValue();if(!a.length)return;let o=n?`master`:i;return n&&(!r||!r.from)&&t.startTransitionTo(this.masterManifest),a.find(e=>e.id===o)}subscribe(){let{output:e,desiredState:t}=this.params,n=t=>{e.error$.next({id:`HlsProvider`,category:r_.WTF,message:`HlsProvider internal logic error`,thrown:t})},r=Lo(this.video);this.subscription.add(()=>r.destroy());let i=(e,t)=>this.subscription.add(e.subscribe(t));if(i(r.timeUpdate$,e.position$),i(r.durationChange$,e.duration$),i(r.ended$,e.endedEvent$),i(r.looped$,e.loopedEvent$),i(r.error$,e.error$),i(r.isBuffering$,e.isBuffering$),i(r.currentBuffer$,e.currentBuffer$),i(r.currentBuffer$,e.currentNativeBuffer$),i(r.loadedMetadata$,e.firstBytesEvent$),i(r.loadedMetadata$,e.loadedMetadataEvent$),i(r.playing$,e.firstFrameEvent$),i(r.canplay$,e.canplay$),i(r.seeked$,e.seekedEvent$),i(r.inPiP$,e.inPiP$),i(r.inFullscreen$,e.inFullscreen$),i(this.videoState.stateChangeEnded$.pipe(s_(e=>e.to)),this.params.output.playbackState$),this.subscription.add(so(this.video,t.isLooped,n)),this.subscription.add(r.volumeState$.subscribe(this.params.output.volume$,n)),this.subscription.add(lo(this.video,t.playbackRate,r.playbackRateState$,n)),iu({subscription:this.subscription,desiredState:t,videoElement$:this.params.output.element$,observableVideo:r}),this.subscription.add(co(this.video,t.volume,r.volumeState$,n)),this.textTracksManager.connect(this.video,t,e),this.subscription.add(r.playing$.subscribe(()=>{this.videoState.setState(`playing`),P(t.playbackState,`playing`)},n)).add(r.pause$.subscribe(()=>{this.videoState.setState(`paused`),P(t.playbackState,`paused`)},n)).add(r.canplay$.subscribe(()=>{this.videoState.getTransition()?.to===`ready`&&this.videoState.setState(`ready`),this.videoState.getState()===`playing`&&this.playIfAllowed()},n).add(r.loadedMetadata$.subscribe(()=>{let e=this.params.desiredState.seekState.getState(),t=this.videoState.getTransition(),n=this.params.desiredState.videoTrack.getTransition(),r=this.params.desiredState.autoVideoTrackSwitching.getTransition();if(n&&a_(n.to)){let e=n.to.id;this.params.desiredState.videoTrack.setState(n.to);let t=this.manifests$.getValue().find(t=>t.id===e);t&&(this.params.output.currentVideoTrack$.next(t),this.params.output.hostname$.next(Ms(t.url)))}let i=this.params.desiredState.playbackRate.getState();if(i!==this.params.output.element$.getValue()?.playbackRate){let e=this.params.output.element$.getValue();e&&(this.params.desiredState.playbackRate.setState(i),e.playbackRate=i)}r&&this.params.desiredState.autoVideoTrackSwitching.setState(r.to),t&&t.from===`changing_manifest`&&this.videoState.setState(t.to),e.state===`requested`&&this.seek(e.position)},n))),this.params.tuning.changePlaybackStateToPausedWhenEnded&&this.subscription.add(r.ended$.subscribe(()=>{this.videoState.setState(`paused`),P(t.playbackState,`paused`)})),this.subscription.add(this.manifests$.pipe(s_(e=>e.map(({id:e,quality:t,size:n,bandwidth:r,fps:i})=>({id:e,quality:t,size:n,fps:i,bitrate:r})))).subscribe(this.params.output.availableVideoTracks$,n)),!F.device.isIOS||!this.params.tuning.useNativeHLSTextTracks){let{textTracks:e}=this.video;this.subscription.add(c_(i_(e,`addtrack`),i_(e,`removetrack`),i_(e,`change`),l_([`init`])).subscribe(()=>{for(let t=0;t<e.length;t++)e[t].mode=`hidden`},n))}let a=c_(t.playbackState.stateChangeStarted$,t.seekState.stateChangeEnded$,t.videoTrack.stateChangeStarted$,t.autoVideoTrackSwitching.stateChangeStarted$,t.autoVideoTrackLimits.stateChangeStarted$,this.videoState.stateChangeEnded$,this.manifests$,l_([`init`])).pipe(n_(0));this.subscription.add(a.subscribe(this.syncPlayback,n))}destroy(){this.subscription.unsubscribe(),this.textTracksManager.destroy(),this.params.output.element$.next(void 0),Ua(this.video)}prepare(){let e=this.selectManifest();if(o_(e))return;let t=this.params.desiredState.autoVideoTrackLimits.getTransition(),n=this.params.desiredState.autoVideoTrackLimits.getState(),r=new URL(e.url);if((t||n)&&e.id===this.masterManifest.id){let{max:e,min:i}=t?.to??n??{};for(let[t,n]of[[e,`mq`],[i,`lq`]]){let e=String(parseFloat(t||``));n&&t&&r.searchParams.set(n,e)}}this.video.setAttribute(`src`,r.toString()),this.video.load()}playIfAllowed(){ec(this.video,()=>{this.params.output.soundProhibitedEvent$.next()}).then(e=>{e||(this.videoState.setState(`paused`),P(this.params.desiredState.playbackState,`paused`,!0))},e=>this.params.output.error$.next({id:`ForcePlay`,message:`play() failed even with workarounds`,category:r_.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(),n=this.params.desiredState.playbackState.getTransition(),r=this.params.desiredState.videoTrack.getTransition(),i=this.params.desiredState.autoVideoTrackSwitching.getTransition(),a=this.params.desiredState.autoVideoTrackLimits.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`),P(this.params.desiredState.playbackState,`stopped`,!0));return}if(this.videoState.getTransition())return;let o=this.params.desiredState.seekState.getState();if(e===`stopped`){this.videoState.startTransitionTo(`ready`),this.prepare();return}if(r||i||a){let e=this.videoState.getState();this.videoState.setState(`changing_manifest`),this.videoState.startTransitionTo(e);let{currentTime:t}=this.video;this.prepare(),a&&this.params.output.autoVideoTrackLimits$.next(a.to),o.state===`none`&&this.params.desiredState.seekState.setState({state:`requested`,position:t*1e3,forcePrecise:!0});return}switch(n?.to!==`paused`&&o.state===`requested`&&this.seek(o.position),e){case`ready`:t===`ready`?P(this.params.desiredState.playbackState,`ready`):t===`paused`?(this.videoState.setState(`paused`),P(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()):n?.to===`playing`&&P(this.params.desiredState.playbackState,`playing`);return;case`paused`:t===`playing`?(this.videoState.startTransitionTo(`playing`),this.playIfAllowed()):n?.to===`paused`&&P(this.params.desiredState.playbackState,`paused`);return;case`changing_manifest`:break;default:return t_(e)}}}var m_=c(Qe(),1),h_=c(He(),1),g_=c(yn(),1);import{assertNever as __,assertNonNullable as v_,debounce as y_,ErrorCategory as b_,isHigherOrEqual as x_,isLowerOrEqual as S_,isNonNullable as C_,merge as w_,observableFrom as T_,Subscription as E_,map as D_}from"@vkontakte/videoplayer-shared";class O_{subscription=new E_;videoState=new I(`stopped`);video;trackUrls={};params;textTracksManager=new ho;constructor(e){this.params=e,this.video=Ha(e.container,e.tuning),this.params.output.element$.next(this.video),m_.default(this.params.source).reverse().forEach(([e,t],n)=>{let r=n.toString(10);this.trackUrls[r]={track:{quality:e,id:r},url:t}}),this.params.output.isLive$.next(!1),this.params.output.availableVideoTracks$.next(h_.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,n=t=>{e.error$.next({id:`MpegProvider`,category:b_.WTF,message:`MpegProvider internal logic error`,thrown:t})},r=Lo(this.video);this.subscription.add(()=>r.destroy());let i=(e,t)=>this.subscription.add(e.subscribe(t,n));i(r.timeUpdate$,e.position$),i(r.durationChange$,e.duration$),i(r.ended$,e.endedEvent$),i(r.looped$,e.loopedEvent$),i(r.error$,e.error$),i(r.isBuffering$,e.isBuffering$),i(r.currentBuffer$,e.currentNativeBuffer$),i(r.currentBuffer$,e.currentBuffer$),i(r.loadedMetadata$,e.firstBytesEvent$),i(r.loadedMetadata$,e.loadedMetadataEvent$),i(r.playing$,e.firstFrameEvent$),i(r.canplay$,e.canplay$),i(r.seeked$,e.seekedEvent$),i(r.inPiP$,e.inPiP$),i(r.inFullscreen$,e.inFullscreen$),i(this.videoState.stateChangeEnded$.pipe(D_(e=>e.to)),this.params.output.playbackState$),this.subscription.add(so(this.video,t.isLooped,n)),iu({subscription:this.subscription,desiredState:t,videoElement$:this.params.output.element$,observableVideo:r}),this.subscription.add(co(this.video,t.volume,r.volumeState$,n)),this.subscription.add(r.volumeState$.subscribe(this.params.output.volume$,n)),this.subscription.add(lo(this.video,t.playbackRate,r.playbackRateState$,n)),i(Yc(this.video),e.elementVisible$),this.subscription.add(r.playing$.subscribe(()=>{this.videoState.setState(`playing`),P(t.playbackState,`playing`)},n)).add(r.pause$.subscribe(()=>{this.videoState.setState(`paused`),P(t.playbackState,`paused`)},n)).add(r.canplay$.subscribe(()=>{this.videoState.getTransition()?.to===`ready`&&this.videoState.setState(`ready`);let e=this.params.desiredState.videoTrack.getTransition();if(e&&C_(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)}}this.videoState.getState()===`playing`&&!this.video.ended&&this.playIfAllowed()},n)),this.params.tuning.changePlaybackStateToPausedWhenEnded&&this.subscription.add(r.ended$.subscribe(()=>{this.videoState.setState(`paused`),P(t.playbackState,`paused`)})),this.textTracksManager.connect(this.video,t,e);let a=w_(t.playbackState.stateChangeStarted$,t.videoTrack.stateChangeStarted$,t.seekState.stateChangeEnded$,t.autoVideoTrackLimits.stateChangeStarted$,this.videoState.stateChangeEnded$,T_([`init`])).pipe(y_(0));this.subscription.add(a.subscribe(this.syncPlayback,n))}destroy(){this.subscription.unsubscribe(),this.textTracksManager.destroy(),this.trackUrls={},this.params.output.element$.next(void 0),Ua(this.video)}prepare(){let e=this.params.desiredState.videoTrack.getState()?.id;v_(e,`MpegProvider: track is not selected`);let{url:t}=this.trackUrls[e];v_(t,`MpegProvider: No url for ${e}`),this.params.tuning.requestQuick&&(t=Bu(t)),this.video.setAttribute(`src`,t),this.video.load(),this.params.output.hostname$.next(Ms(t))}playIfAllowed(){ec(this.video,()=>{this.params.output.soundProhibitedEvent$.next()}).then(e=>{e||(this.videoState.setState(`paused`),P(this.params.desiredState.playbackState,`paused`,!0))},e=>this.params.output.error$.next({id:`ForcePlay`,message:`play() failed even with workarounds`,category:b_.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(),n=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`),P(this.params.desiredState.playbackState,`stopped`,!0));return}if(this.videoState.getTransition())return;let r=this.params.desiredState.autoVideoTrackLimits.getTransition(),i=this.params.desiredState.videoTrack.getTransition(),a=this.params.desiredState.seekState.getState();if(r&&e!==`ready`&&!i){this.handleQualityLimitTransition(r.to);return}if(e===`stopped`){this.videoState.startTransitionTo(`ready`),this.prepare();return}if(i){let{currentTime:e}=this.video;this.prepare(),a.state===`none`&&this.params.desiredState.seekState.setState({state:`requested`,position:e*1e3,forcePrecise:!0});return}switch(n?.to!==`paused`&&a.state===`requested`&&this.seek(a.position),e){case`ready`:t===`ready`?P(this.params.desiredState.playbackState,`ready`):t===`paused`?(this.videoState.setState(`paused`),P(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()):n?.to===`playing`&&P(this.params.desiredState.playbackState,`playing`);return;case`paused`:t===`playing`?(this.videoState.startTransitionTo(`playing`),this.playIfAllowed()):n?.to===`paused`&&P(this.params.desiredState.playbackState,`paused`);return;default:return __(e)}};handleQualityLimitTransition(e){this.params.output.autoVideoTrackLimits$.next(e);let t=e=>{this.params.output.currentVideoTrack$.next(e),this.params.desiredState.videoTrack.startTransitionTo(e)},n=e=>{t(Os(a,{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}))},r=this.params.output.currentVideoTrack$.getValue()?.quality,i=!!(e.max||e.min),a=h_.default(this.trackUrls).map(e=>e.track);if(!r||!i||ds(e,a[0].quality,g_.default(a,-1)?.quality)){n();return}let o=e.max?S_(r,e.max):!0,s=e.min?x_(r,e.min):!0;o&&s||n(e)}}import{assertNever as k_,debounce as A_,merge as j_,observableFrom as M_,Subscription as N_,map as P_,ValueSubject as F_,ErrorCategory as I_,VideoQuality as L_}from"@vkontakte/videoplayer-shared";import{ErrorCategory as R_}from"@vkontakte/videoplayer-shared";var z_=[`stun:videostun.mycdn.me:80`],B_=1e3,V_=3,H_=()=>null;class U_{options;ws=null;peerConnection=null;serverUrl=``;streamKey=``;stream=null;signalingType=`JOIN`;retryTimeout;retryCount=0;externalStartCallback=H_;externalStopCallback=H_;externalErrorCallback=H_;constructor(e,t){this.options=this.normalizeOptions(t);let n=e.split(`/`);this.serverUrl=n.slice(0,n.length-1).join(`/`),this.streamKey=n[n.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);break}}catch(e){this.handleRTCError(e)}}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(e){this.handleRTCError(e)}}async handleLogin(){try{let e={iceServers:[{urls:z_}]};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(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:R_.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 Error(`Can not create offer - no peer connection instance `);let t=await this.peerConnection.createOffer(e),n=t.sdp||``;if(!/^a=rtpmap:\d+ H264\/\d+$/m.test(n))throw Error(`No h264 codec support error`);return t}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{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,null)}scheduleRetry(){this.retryTimeout=setTimeout(this.connectWS.bind(this),B_)}normalizeOptions(e={}){let t={stunServerList:z_,maxRetryNumber:V_,errorChanel:null};return e.stunServerList&&(t.stunServerList=e.stunServerList),e.maxRetryNumber&&e.maxRetryNumber>0&&(t.maxRetryNumber=e.maxRetryNumber),t}}class W_{subscription;params;log;video;videoState=new I(`stopped`);liveStreamClient;maxSeekBackTime$=new F_(0);constructor(e){this.subscription=new N_,this.params=e,this.log=this.params.dependencies.logger.createComponentLog(`WebRTCLiveProvider`),this.video=Ha(e.container,e.tuning),this.liveStreamClient=new U_(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),Ua(this.video)}subscribe(){let{output:e,desiredState:t}=this.params,n=t=>{e.error$.next({id:`WebRTCLiveProvider`,category:I_.WTF,message:`WebRTCLiveProvider internal logic error`,thrown:t})};this.subscription.add(j_(this.videoState.stateChangeStarted$.pipe(P_(e=>({transition:e,type:`start`}))),this.videoState.stateChangeEnded$.pipe(P_(e=>({transition:e,type:`end`})))).subscribe(({transition:e,type:t})=>{this.log({message:`[videoState change] ${t}: ${JSON.stringify(e)}`})}));let r=Lo(this.video);this.subscription.add(()=>r.destroy());let i=(e,t)=>this.subscription.add(e.subscribe(t,n));i(r.timeUpdate$,e.liveTime$),i(r.ended$,e.endedEvent$),i(r.looped$,e.loopedEvent$),i(r.error$,e.error$),i(r.isBuffering$,e.isBuffering$),i(r.currentBuffer$,e.currentBuffer$),i(r.currentBuffer$,e.currentNativeBuffer$),i(Yc(this.video),this.params.output.elementVisible$),this.subscription.add(r.durationChange$.subscribe(t=>{e.duration$.next(t===1/0?0:t)})).add(r.canplay$.subscribe(()=>{this.videoState.getTransition()?.to===`ready`&&this.videoState.setState(`ready`)},n)).add(r.pause$.subscribe(()=>{this.videoState.setState(`paused`)},n)).add(r.playing$.subscribe(()=>{this.videoState.setState(`playing`)},n)).add(r.error$.subscribe(e.error$)).add(this.maxSeekBackTime$.subscribe(this.params.output.duration$)).add(co(this.video,t.volume,r.volumeState$,n)).add(r.volumeState$.subscribe(e.volume$,n)).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 k_(n.to)}},n)).add(j_(t.playbackState.stateChangeStarted$,this.videoState.stateChangeEnded$,M_([`init`])).pipe(A_(0)).subscribe(this.syncPlayback.bind(this),n)),this.subscription.add(t.isLooped.stateChangeStarted$.subscribe(()=>t.isLooped.setState(!1),n)),this.subscription.add(t.autoVideoTrackSwitching.stateChangeStarted$.subscribe(()=>t.autoVideoTrackSwitching.setState(!1),n))}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(Ms(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:L_.INVARIANT}),this.video.srcObject=e,P(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:I_.EXTERNAL_API,message:e.message,thrown:e})}playIfAllowed(){ec(this.video,()=>{this.params.output.soundProhibitedEvent$.next()}).then(e=>{e||(this.videoState.setState(`paused`),P(this.params.desiredState.playbackState,`paused`,!0))},e=>this.params.output.error$.next({id:`ForcePlay`,message:`play() failed even with workarounds`,category:I_.DOM,thrown:e}))}prepare(){this.liveStreamClient.connect()}syncPlayback=()=>{let e=this.videoState.getState(),t=this.params.desiredState.playbackState.getState(),n=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`),P(this.params.desiredState.playbackState,`stopped`,!0));return}if(this.videoState.getTransition())return;let r=this.params.desiredState.videoTrack.getTransition();if(e===`stopped`){this.videoState.startTransitionTo(`ready`),this.prepare();return}if(r){this.prepare();return}switch(e){case`ready`:t===`paused`?(this.videoState.setState(`paused`),P(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()):n?.to===`playing`&&P(this.params.desiredState.playbackState,`playing`);return;case`paused`:t===`playing`?(this.videoState.startTransitionTo(`playing`),this.playIfAllowed()):n?.to===`paused`&&P(this.params.desiredState.playbackState,`paused`);return;default:return k_(e)}}}class G_{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=this.index===void 0?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}}import{assertNever as K_,assertNonNullable as q_,ErrorCategory as J_,filter as Y_,isNonNullable as X_,isNullable as Z_,map as Q_,merge as $_,once as ev,Subject as q,Subscription as tv,ValueSubject as J,flattenObject as nv,devNull as rv,getWindow as iv}from"@vkontakte/videoplayer-shared";import{Observable as av,map as ov,Subscription as sv,Subject as cv}from"@vkontakte/videoplayer-shared";var lv=e=>new av(t=>{let n=new sv,r=e.desiredPlaybackState$.stateChangeStarted$.pipe(ov(({from:e,to:t})=>`${e}-${t}`)),i=e.desiredPlaybackState$.stateChangeEnded$,a=e.providerChanged$.pipe(ov(({type:e})=>e!==void 0)),o=new cv,s=0,c=`unknown`;return n.add(r.subscribe(t=>{s&&window.clearTimeout(s),c=t,s=window.setTimeout(()=>o.next(t),e.maxTransitionInterval),z({m:`hangup.set`,l:t,id:s})})),n.add(i.subscribe(()=>{z({m:`hangup.cl`,id:s}),window.clearTimeout(s),c=`unknown`,s=0})),n.add(a.subscribe(t=>{s&&(z({m:`hangup.rs.0`,id:s}),window.clearTimeout(s),s=0,t&&(s=window.setTimeout(()=>o.next(c),e.maxTransitionInterval),z({m:`hangup.rs.1`,id:s})))})),n.add(o.subscribe(t)),()=>{window.clearTimeout(s),n.unsubscribe()}});import{ErrorCategory as uv,Subscription as dv,combine as fv,filter as pv,once as mv}from"@vkontakte/videoplayer-shared";function hv(){return new(window.AudioContext||window.webkitAudioContext)}class gv{providerOutput;provider$;volumeMultiplierError$;volumeMultiplier;static errorId=`VolumeMultiplierManager`;destroyController=new V;subscriptions=new dv;audioContext=null;gainNode=null;mediaElementSource=null;constructor(e,t,n,r){this.providerOutput=e,this.provider$=t,this.volumeMultiplierError$=n,this.volumeMultiplier=r,this.subscriptions.add(this.provider$.pipe(pv(e=>!!e.type),mv()).subscribe(({type:e})=>this.subscribe(e)))}subscribe(e){F.browser.isSafari&&e!==`MPEG`||this.subscriptions.add(fv({video:this.providerOutput.element$,playbackState:this.providerOutput.playbackState$,volume:this.providerOutput.volume$}).pipe(pv(({playbackState:e,video:t,volume:{muted:n,volume:r}})=>e===`playing`&&!!t&&!n&&!!r),mv()).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,n=hv();this.audioContext=n;let r=n.createGain();if(this.gainNode=r,r.gain.value=t,r.connect(n.destination),n.state===`suspended`&&(await n.resume(),this.destroyController.signal.aborted))return!1;let i=n.createMediaElementSource(e);return this.mediaElementSource=i,i.connect(r),!0}cleanup(){this.mediaElementSource&&=(this.mediaElementSource.disconnect(),null),this.gainNode&&=(this.gainNode.disconnect(),null),this.audioContext&&=(this.audioContext.state!==`closed`&&this.audioContext.close(),null)}destroy(){this.destroyController.abort(),this.subscriptions.unsubscribe(),this.cleanup()}handleError(e){this.volumeMultiplierError$.next({id:gv.errorId,category:uv.VIDEO_PIPELINE,message:e?.message??`${gv.errorId} exception`,thrown:e})}}var _v={chunkDuration:5e3,maxParallelRequests:5};class vv{current$=new J({type:void 0});providerError$=new q;noAvailableProvidersError$=new q;volumeMultiplierError$=new q;providerOutput={position$:new J(0),duration$:new J(1/0),volume$:new J({muted:!1,volume:1}),availableVideoStreams$:new J([]),currentVideoStream$:new J(void 0),availableVideoTracks$:new J([]),currentVideoTrack$:new J(void 0),availableVideoCodecs$:new J([]),availableAudioStreams$:new J([]),currentAudioStream$:new J(void 0),availableAudioTracks$:new J([]),availableAudioCodecs$:new J([]),currentVideoSegmentLength$:new J(0),currentAudioSegmentLength$:new J(0),isAudioAvailable$:new J(!0),autoVideoTrackLimitingAvailable$:new J(!1),autoVideoTrackLimits$:new J(void 0),currentBuffer$:new J(void 0),currentNativeBuffer$:new J(void 0),isBuffering$:new J(!0),error$:new q,fetcherError$:new q,fetcherRecoverableError$:new q,warning$:new q,willSeekEvent$:new q,soundProhibitedEvent$:new q,seekedEvent$:new q,loopedEvent$:new q,endedEvent$:new q,manifestRequested$:new q,firstBytesManifest$:new q,manifestReceived$:new q,firstBytesRequested$:new q,firstBytesReceived$:new q,firstBytesEvent$:new q,loadedMetadataEvent$:new q,firstFrameEvent$:new q,canplay$:new q,isLive$:new J(void 0),isLiveEnded$:new J(null),canPlayLiveTailBuffer$:new J(!1),isLowLatency$:new J(!1),canChangePlaybackSpeed$:new J(!0),liveTime$:new J(void 0),liveBufferTime$:new J(void 0),liveLatency$:new J(void 0),severeStallOccurred$:new q,availableTextTracks$:new J([]),currentTextTrack$:new J(void 0),hostname$:new J(void 0),httpConnectionType$:new J(void 0),httpConnectionReused$:new J(void 0),httpConnectionMetrics$:new J(void 0),httpDownloadMetrics$:new J(void 0),inPiP$:new J(!1),inFullscreen$:new J(!1),element$:new J(void 0),elementVisible$:new J(!0),availableSources$:new J(void 0),is3DVideo$:new J(!1),playbackState$:new J(``),getCurrentTime$:new J(null)};subscription=new tv;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=Ri([...Cd(this.params.tuning),...Sd(this.params.tuning)]).filter(t=>X_(e.sources[t])),{forceFormat:n,formatsToAvoid:r}=this.params.tuning,i=[];i=n?[n]:r.length?[...t.filter(e=>!ca(r,e)),...t.filter(e=>ca(r,e))]:t,this.log({message:`Selected formats: ${i.join(` > `)}`}),this.tracer.log(`Selected formats`,nv(i)),this.screenFormatsIterator=new G_(i),this.chromecastFormatsIterator=new G_([...wd(!0),...wd(!1)].filter(t=>X_(e.sources[t]))),this.providerOutput.availableSources$.next(e.sources);let{volumeMultiplier:a=1,tuning:{useVolumeMultiplier:o}}=this.params;o&&a!==1&&gv.isSupported()&&(this.volumeMultiplierManager=new gv(this.providerOutput,this.current$,this.volumeMultiplierError$,a))}init(){z.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 G_(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(Z_(t)){this.handleNoFormatsError(e);return}let n;try{n=this.createProvider(e,t)}catch(e){this.providerError$.next({id:`ProviderNotConstructed`,category:J_.WTF,message:`Failed to create provider`,thrown:e})}n?this.current$.next({type:t,provider:n,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,n=this.params.desiredState.seekState.getState(),r=n.state!==`none`;if(this.params.desiredState.seekState.setState({state:`requested`,position:r?n.position:t,forcePrecise:r?n.forcePrecise:!1}),e.scene3D){let t=e.scene3D.getCameraRotation();this.params.desiredState.cameraOrientation.setState({x:t.x,y:t.y})}let i=this.providerOutput.isBuffering$;i.getValue()||i.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 K_(e)}}createScreenProvider(e){let{sources:t,container:n,desiredState:r,panelSize:i}=this.params,a=this.providerOutput,o={container:n,source:null,desiredState:r,output:a,dependencies:this.params.dependencies,tuning:this.params.tuning,panelSize:i};switch(e){case`DASH_SEP`:case`DASH_WEBM`:case`DASH_WEBM_AV1`:case`DASH_ONDEMAND`:case`DASH_STREAMS`:{let n=this.applyFailoverHost(t[e]),r=this.applyFailoverHost(t.HLS_ONDEMAND||t.HLS);q_(n);let{useDashProviderVirtual:i,useDashProviderVirtualMobile:a}=this.params.tuning,{isMobile:s}=F.device;return!s&&i||s&&a?new Yp({...o,source:n,sourceHls:r,forceVideoCodec:this.videoCodecsIterator?.getValue()}):new fg({...o,source:n,sourceHls:r,forceVideoCodec:this.videoCodecsIterator?.getValue()})}case`DASH_LIVE_CMAF`:{let n=this.applyFailoverHost(t[e]);return q_(n),this.params.tuning.useDashProviderVirtual&&!F.device.isMobile||this.params.tuning.useDashProviderVirtualMobile&&F.device.isMobile?new Om({...o,source:n}):new xg({...o,source:n})}case`HLS`:case`HLS_ONDEMAND`:case`HLS_FMP4`:{let n=this.applyFailoverHost(t[e]);return q_(n),new p_({...o,source:n})}case`HLS_LIVE`:case`HLS_LIVE_CMAF`:{let n=this.applyFailoverHost(t[e]);return q_(n),new e_({...o,source:n,config:{maxPausedTime:this.params.tuning.live.maxPausedTime},format:e})}case`MPEG`:{let n=this.applyFailoverHost(t[e]);return q_(n),new O_({...o,source:n})}case`DASH_LIVE`:{let n=this.applyFailoverHost(t[e]);return q_(n),new $c({...o,source:n,config:{..._v,maxPausedTime:this.params.tuning.live.maxPausedTime}})}case`WEB_RTC_LIVE`:{let i=this.applyFailoverHost(t[e]);return q_(i),new W_({container:n,source:i,desiredState:r,output:a,dependencies:this.params.dependencies,tuning:this.params.tuning})}case`DASH`:case`DASH_LIVE_WEBM`:throw Error(`${e} is no longer supported`);default:return K_(e)}}createChromecastProvider(e){let{sources:t,container:n,desiredState:r,meta:i}=this.params,a={meta:i,container:n,source:t,format:e,desiredState:r,output:this.providerOutput,dependencies:this.params.dependencies,tuning:this.params.tuning};if(this.params.tuning.chromecastPresentationApi&&this.params.dependencies.chromecastInitializer instanceof oa){let{chromecastConnector:e}=this.params.dependencies.chromecastInitializer;return q_(e),new Vi({...a,chromecastConnector:e})}let o=this.params.dependencies.chromecastInitializer.connection$.getValue();return q_(o),new ka({...a,connection:o})}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 K_(e)}}skipFormat(e){switch(e){case`SCREEN`:return this.screenFormatsIterator.next();case`CHROMECAST`:return this.chromecastFormatsIterator.next();default:return K_(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 K_(e)}}applyFailoverHost(e){if(this.failoverIndex===void 0)return e;let t=this.params.failoverHosts[this.failoverIndex];if(!t)return e;let n=e=>{let n=new URL(e);return n.host=t,n.toString()};if(e===void 0)return e;if(`type`in e){if(e.type===`raw`)return e;if(e.type===`url`)return{...e,url:n(e.url)}}return ua.default(la.default(e).map(([e,t])=>[e,n(t)]))}initProviderErrorHandling(){let e=new tv,t=!1,n=0;e.add($_(this.providerOutput.error$.pipe(Y_(e=>!this.params.tuning.ignoreAudioRendererError||!e.message||!/AUDIO_RENDERER_ERROR/gi.test(e.message))),lv({desiredPlaybackState$:this.params.desiredState.playbackState,maxTransitionInterval:this.params.tuning.maxPlaybackTransitionInterval,position$:this.providerOutput.position$,providerChanged$:this.current$}).pipe(Q_(e=>({id:`ProviderHangup:${e}`,category:J_.WTF,message:`A ${e} 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 n=this.params.desiredState.playbackState.transitionEnded$.pipe(Y_(({to:e})=>e===`playing`),ev()).subscribe(()=>t=!0);e.add(n)}));let r=()=>{let e=z.drain(),{logDashLiveDebug:t,sendDashLiveDebug:n}=this.params.tuning;if(t&&iv().console.log(`===== DASH_LIVE DEBUG START ====
|
|
127
|
+
`,e.map(({time:e,data:t,stack:n})=>`${e}: ${JSON.stringify(t)}${n?`
|
|
128
|
+
`+n:``}`).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},"");P_.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===cu.NETWORK,c=s.category===cu.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 lu,once as R_,combine as M_,Subscription as SE,ValueSubject as dp,map as yE,filter as $_,isNonNullable as du,now as ze,safeStorage as pp,getWindow as L_}from"@vkontakte/videoplayer-shared";var C_=5e3,TE="one_video_throughput",IE="one_video_rtt",fp=()=>{let{navigator:a}=L_();if(a)return a.connection},EE=()=>{let a=fp()?.downlink;if(du(a)&&a!==10)return a*1e3},wE=()=>{let a=fp()?.rtt;if(du(a)&&a!==3e3)return a},xE=(a,e,t)=>{let i=t*8,r=i/a;return i/(r+e)},hp=class a{constructor(e){this.subscription=new SE;this.concurrentDownloads=new Set;this.tuningConfig=e;let t=a.load(TE)||(e.useBrowserEstimation?EE():void 0)||C_,i=a.load(IE)??(e.useBrowserEstimation?wE():void 0)??0;if(this.throughput$=new dp(t),this.rtt$=new dp(i),this.rttAdjustedThroughput$=new dp(xE(t,i,e.rttPenaltyRequestSize)),this.throughput=Mt.getSmoothedValue(t,-1,e),this.rtt=Mt.getSmoothedValue(i,1,e),e.useBrowserEstimation){let r=()=>{let o=EE();o&&this.throughput.next(o);let u=wE();du(u)&&this.rtt.next(u)},s=fp();s&&"onchange"in s&&this.subscription.add(lu(s,"change").subscribe(r)),r()}this.subscription.add(this.throughput.smoothed$.subscribe(r=>{pp.set(TE,r.toFixed(0))})),this.subscription.add(this.rtt.smoothed$.subscribe(r=>{pp.set(IE,r.toFixed(0))})),this.subscription.add(this.throughput.debounced$.pipe(yE(r=>Math.round(r))).subscribe(this.throughput$)),this.subscription.add(this.rtt.debounced$.subscribe(this.rtt$)),this.subscription.add(M_({throughput:this.throughput.smoothed$,rtt:this.rtt.smoothed$}).pipe(yE(({throughput:r,rtt:s})=>xE(r,s,e.rttPenaltyRequestSize)),$_(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 SE;switch(this.subscription.add(r),this.concurrentDownloads.add(e),e.readyState){case 4:break;case 3:case 2:r.add(lu(e,"progress").pipe(R_()).subscribe(s=>{t=s.loaded,i=ze()}));break;case 1:case 0:r.add(lu(e,"loadstart").subscribe(()=>{t=0,i=ze()}));break}r.add(lu(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(du(t))return parseInt(t,10)??void 0}},PE=hp;import{fillWithDefault as D_,VideoQuality as pu}from"@vkontakte/videoplayer-shared";var B_={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:pu.Q_4320P,activeVideoAreaThreshold:.1,highQualityLimit:pu.Q_720P,trafficSavingLimit:pu.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:pu.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},kE=a=>D_(a,B_);import{assertNonNullable as gp,combine as Bt,ErrorCategory as hu,filter as de,filterChanged as W,fromEvent as vp,isNonNullable as CE,isNullable as W_,Logger as Q_,map as Q,mapTo as DE,merge as ni,now as fu,once as ve,Subject as j,Subscription as BE,tap as Sp,ValueSubject as A,isHigher as G_,isInvariantQuality as VE,flattenObject as oi,throttle as yp,getTraceSubscriptionMethod as _E,TracerFactory as Y_,InternalsExposure as K_,getPlayerId as X_,devNull as mu}from"@vkontakte/videoplayer-shared";import{merge as V_,map as __,filter as AE,isNonNullable as O_}from"@vkontakte/videoplayer-shared";var mp=({seekState:a,position$:e})=>V_(a.stateChangeEnded$.pipe(__(({to:t})=>t.state==="none"?void 0:(t.position??NaN)/1e3),AE(O_)),e.pipe(AE(()=>a.getState().state==="none")));import{assertNonNullable as N_}from"@vkontakte/videoplayer-shared";var RE=a=>{let e=typeof a.container=="string"?document.getElementById(a.container):a.container;return N_(e,`Wrong container or containerId {${a.container}}`),e};import{filter as F_,once as U_}from"@vkontakte/videoplayer-shared";var ME=(a,e,t,i)=>{a!==void 0&&e.getState()===void 0&&e.getPrevState()===void 0&&t?.getValue().length===0?t.pipe(F_(r=>r.length>0),U_()).subscribe(r=>{r.find(i)&&e.startTransitionTo(a)}):(a===void 0||t?.getValue().find(i))&&e.startTransitionTo(a)};var $E=C(Ht(),1);import{devNull as q_,getWindow as bp}from"@vkontakte/videoplayer-shared";var LE=()=>{let a="mediaCapabilities"in bp().navigator?H_:j_,e=Li(async()=>{let t=await Promise.all((0,$E.default)(z_).map(async([r,s])=>({codec:r,supported:await a(s)}))),i=[$.browser.current,...t.map(r=>JSON.stringify(r))].slice(0,16);return q_.push("core",{key:"videoplayer_decoding_info",strings:i}),t});return()=>Ci(e)},H_=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})},j_=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"})},z_={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 bu=class{constructor(e={},t=Y_.createRootTracer(!1),i){this.subscription=new BE;this.logger=new Q_;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=kE(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 Et(r):new ln(r),this.throughputEstimator=new PE(this.tuning.throughputEstimator),e.exposeInternalsToGlobal&&(this.internalsExposure=new K_("core",X_(i?.playerId)),this.internalsExposure.expose({player:this})),this.initChromecastSubscription(),this.initDesiredStateSubscriptions(),this.devNullLog=i?.onDevNullLog,mu.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,OE.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:hu.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=RE(e),this.chromecastInitializer.contentId=e.meta?.videoId,this.providerContainer=new zs({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?(mu.subscribe("core",this.devNullLog),this.tuning.collectingDecodingInfoEnabled&&(this.collectDecodingInfoDestroyCb=LE())):mu.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(),mu.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 Et)?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 Et)?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(()=>{ME(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(W_(e))return this.info.position$.getValue();let t=this.desiredState.seekState.getState(),i=t.state==="none"?void 0:t.position;return CE(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(Q(e=>e.to)).subscribe(this.info.playbackState$)).add(this.desiredState.isLooped.stateChangeEnded$.pipe(Q(e=>e.to)).subscribe(this.info.isLooped$)).add(this.desiredState.playbackRate.stateChangeEnded$.pipe(Q(e=>e.to)).subscribe(this.info.currentPlaybackRate$)).add(this.desiredState.autoVideoTrackSwitching.stateChangeEnded$.pipe(Q(e=>e.to)).subscribe(this.info.isAutoQualityEnabled$)).add(this.desiredState.autoVideoTrackLimits.stateChangeEnded$.pipe(Q(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=fu(),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:hu.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(Q(n=>n.type)).subscribe(this.info.currentFormat$)).add(e.current$.pipe(Q(n=>n.destination),W()).subscribe(()=>this.isPlaybackStarted=!1)).add(e.providerOutput.availableVideoStreams$.subscribe(this.info.availableVideoStreams$)).add(Bt({availableVideoTracks:e.providerOutput.availableVideoTracks$,currentVideoStream:e.providerOutput.currentVideoStream$}).pipe(Q(({availableVideoTracks:n,currentVideoStream:o})=>n.filter(u=>o?o.id===u.streamId:!0).map(({quality:u})=>u).sort((u,c)=>VE(u)?1:VE(c)?-1:G_(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(W()).subscribe(this.info.isAudioAvailable$)).add(e.providerOutput.currentVideoTrack$.pipe(de(n=>CE(n))).subscribe(n=>{this.info.currentQuality$.next(n?.quality),this.info.videoBitrate$.next(n?.bitrate)})).add(e.providerOutput.currentVideoSegmentLength$.pipe(W((n,o)=>Math.round(n)===Math.round(o))).subscribe(this.info.currentVideoSegmentLength$)).add(e.providerOutput.currentAudioSegmentLength$.pipe(W((n,o)=>Math.round(n)===Math.round(o))).subscribe(this.info.currentAudioSegmentLength$)).add(e.providerOutput.hostname$.pipe(W()).subscribe(this.info.hostname$)).add(e.providerOutput.httpConnectionType$.pipe(W()).subscribe(this.info.httpConnectionType$)).add(e.providerOutput.httpConnectionReused$.pipe(W()).subscribe(this.info.httpConnectionReused$)).add(e.providerOutput.httpConnectionMetrics$.pipe(W()).subscribe(this.info.httpConnectionMetrics$)).add(e.providerOutput.httpDownloadMetrics$.pipe(W()).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(Q(n=>n?{start:n.from,end:n.to}:{start:0,end:0})).subscribe(this.info.currentBuffer$)).add(e.providerOutput.currentNativeBuffer$.pipe(Q(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$.pipe(W()).subscribe(this.info.liveTime$)).add(e.providerOutput.liveBufferTime$.subscribe(this.info.liveBufferTime$)).add(e.providerOutput.liveLatency$.subscribe(this.info.liveLatency$)).add(Bt({hasLiveOffsetByPaused:ni(this.desiredState.playbackState.stateChangeStarted$,this.desiredState.playbackState.forceChanged$).pipe(Q(n=>n.to),W(),Q(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(Bt({atLiveEdge:Bt({isLive:e.providerOutput.isLive$,isLowLatency:e.providerOutput.isLowLatency$,position:mp({seekState:this.desiredState.seekState,position$:e.providerOutput.position$})}).pipe(Q(({isLive:n,position:o,isLowLatency:u})=>{let c=this.getActiveLiveDelay(u);return n&&Math.abs(o)<c/1e3}),W(),Sp(n=>n&&this.setPlaybackRate(1))),hasPausedTimeoutCase:this.hasLiveOffsetByPaused}).pipe(Q(({atLiveEdge:n,hasPausedTimeoutCase:o})=>n&&!o)).subscribe(this.info.atLiveEdge$)).add(Bt({isLive:e.providerOutput.isLive$,position:e.providerOutput.position$,duration:e.providerOutput.duration$}).pipe(Q(({isLive:n,position:o,duration:u})=>n&&(Math.abs(u)-Math.abs(o))*1e3<this.tuning.live.activeLiveDelay),W(),Sp(n=>n&&this.setPlaybackRate(1))).subscribe(this.info.atLiveDurationEdge$)).add(e.providerOutput.volume$.pipe(Q(n=>n.muted),W()).subscribe(this.info.muted$)).add(e.providerOutput.volume$.pipe(Q(n=>n.volume),W()).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(DE(!0)),e.providerOutput.seekedEvent$.pipe(DE(!1))).pipe(W()).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(Q(n=>({id:n?`No${n}`:"NoProviders",category:hu.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(),Q(n=>n??fu()-this.initedAt)).subscribe(this.events.firstBytes$)).add(e.providerOutput.loadedMetadataEvent$.subscribe(this.events.loadedMetadata$)).add(e.providerOutput.firstFrameEvent$.pipe(ve(),Q(()=>fu()-this.initedAt)).subscribe(this.events.firstFrame$)).add(e.providerOutput.canplay$.pipe(ve(),Q(()=>fu()-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(Q(()=>{let n=e.providerOutput.isBuffering$.getValue(),o=t.getValue()||i.getValue();return n&&!o}),W());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(Q(e=>e?.castDevice.friendlyName)).subscribe(this.info.chromecastDeviceName$)),this.subscription.add(this.chromecastInitializer.errorEvent$.subscribe(this.events.managedError$))}initStartingVideoTrack(e){let t=new BE;this.subscription.add(t),this.subscription.add(e.current$.pipe(W((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=vt(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(Q(e=>({transition:e,entity:"quality",type:"start"}))),this.desiredState.videoTrack.stateChangeEnded$.pipe(Q(e=>({transition:e,entity:"quality",type:"end"}))),this.desiredState.autoVideoTrackSwitching.stateChangeStarted$.pipe(Q(e=>({transition:e,entity:"autoQualityEnabled",type:"start"}))),this.desiredState.autoVideoTrackSwitching.stateChangeEnded$.pipe(Q(e=>({transition:e,entity:"autoQualityEnabled",type:"end"}))),this.desiredState.seekState.stateChangeStarted$.pipe(Q(e=>({transition:e,entity:"seekState",type:"start"}))),this.desiredState.seekState.stateChangeEnded$.pipe(Q(e=>({transition:e,entity:"seekState",type:"end"}))),this.desiredState.playbackState.stateChangeStarted$.pipe(Q(e=>({transition:e,entity:"playbackState",type:"start"}))),this.desiredState.playbackState.stateChangeEnded$.pipe(Q(e=>({transition:e,entity:"playbackState",type:"end"})))).pipe(Q(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})=>ka("provider",t)),e.duration$.subscribe(t=>ka("duration",t)),e.availableVideoTracks$.pipe(de(t=>!!t.length),ve()).subscribe(t=>ka("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(Q(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)),ka("codecs",$.video.supportedCodecs)}initTracerSubscription(){let e=_E(this.tracer.log.bind(this.tracer)),t=_E(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(W()).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(Bt({currentQuality:this.info.currentQuality$,videoBitrate:this.info.videoBitrate$}).pipe(de(({currentQuality:i,videoBitrate:r})=>!!i&&!!r),W((i,r)=>i.currentQuality===r.currentQuality)).subscribe(e("currentVideoTrack"))).add(this.info.currentVideoSegmentLength$.pipe(de(i=>i>0),W()).subscribe(e("currentVideoSegmentLength"))).add(this.info.currentAudioSegmentLength$.pipe(de(i=>i>0),W()).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(Bt({currentBuffer:this.info.currentBuffer$.pipe(de(i=>i.end>0),W((i,r)=>i.end===r.end&&i.start===r.start)),position:this.info.position$.pipe(W())}).pipe(yp(1e3)).subscribe(e("currentBufferAndPosition"))).add(this.info.duration$.pipe(W()).subscribe(e("duration"))).add(this.info.isBuffering$.subscribe(e("isBuffering"))).add(this.info.isLive$.pipe(W()).subscribe(e("isLive"))).add(this.info.canChangePlaybackSpeed$.pipe(W()).subscribe(e("canChangePlaybackSpeed"))).add(Bt({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(W(),de(i=>i===!0)).subscribe(e("atLiveEdge"))).add(this.info.atLiveDurationEdge$.pipe(W(),de(i=>i===!0)).subscribe(e("atLiveDurationEdge"))).add(this.info.muted$.pipe(W()).subscribe(e("muted"))).add(this.info.volume$.pipe(W()).subscribe(e("volume"))).add(this.info.isEnded$.pipe(W(),de(i=>i===!0)).subscribe(e("isEnded"))).add(this.info.availableSources$.subscribe(e("availableSources"))).add(Bt({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(W(),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:hu.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&&!Da()}};import{Subscription as Mee,Observable as $ee,Subject as Lee,ValueSubject as Cee,VideoQuality as Dee}from"@vkontakte/videoplayer-shared";var Bee=`@vkontakte/videoplayer-core@${wp}`;export{Qr as ChromecastState,yu as HttpConnectionType,$ee as Observable,Pe as PlaybackState,bu as Player,en as PredefinedQualityLimits,Bee as SDK_VERSION,Lee as Subject,Mee as Subscription,Tu as Surface,wp as VERSION,Cee as ValueSubject,Su as VideoCodec,Tt as VideoFormat,Dee as VideoQuality,Ro as WebmCodecStrategy,hk as areValidLiveRecordSources,$ as clientChecker,vi as isMobile};
|
|
130
|
+
===== DASH_LIVE DEBUG END ====`),n){let t=e.reduce((e,{time:t,data:n,stack:r})=>{let i=la.default(n).map(([e,t])=>`${e}:${t}`).join(`,`);return e+=`${t}: ${i}${r?`: ${r}`:``};`,e},``);rv.push(`core`,{key:`vp_dash_live_debug`,strings:[t]})}};return e.add(this.providerError$.subscribe(e=>{e.id.startsWith(`ProviderHangup`)&&(z({m:`final.0`,e:e.id}),r())})).add(this.noAvailableProvidersError$.subscribe(()=>{z({m:`final.1`}),r()})),e.add(this.providerError$.subscribe(e=>{let r=this.current$.getValue().destination,i={error:e,currentDestination:r};if(r===`CHROMECAST`)this.destroyProvider(),this.params.dependencies.chromecastInitializer.stopMedia().then(()=>this.switchToNextProvider(`CHROMECAST`),()=>this.params.dependencies.chromecastInitializer.disconnect());else{let a=e.category===J_.NETWORK,o=e.category===J_.FATAL,s=this.params.failoverHosts.length>0&&(this.failoverIndex===void 0||this.failoverIndex<this.params.failoverHosts.length-1),c=n<this.params.tuning.providerErrorLimit&&!o,l=this.videoCodecsIterator&&!this.videoCodecsIterator.isLast()&&this.params.tuning.dash.codecsPrioritizeEnabled,u=s&&!o&&(a&&t||!c);i={...i,isNetworkError:a,isFatalError:o,haveFailoverHost:s,tryFailover:u,canReinitProvider:c},c?(n++,this.reinitProvider()):u?(this.failoverIndex=this.failoverIndex===void 0?0:this.failoverIndex+1,this.reinitProvider()):l?this.switchToNextVideoCodec():(n=0,this.switchToNextProvider(r??`SCREEN`))}e.traceAsLog?this.tracer.log(`providerInfo`,nv(i)):this.tracer.error(`providerError`,nv(i))})),e}}import{fromEvent as yv,once as bv,combine as xv,Subscription as Sv,ValueSubject as Cv,map as wv,filter as Tv,isNonNullable as Ev,now as Dv,safeStorage as Ov,getWindow as kv}from"@vkontakte/videoplayer-shared";var Av=5e3,jv=`one_video_throughput`,Mv=`one_video_rtt`,Nv=()=>{let{navigator:e}=kv();if(e)return e.connection},Pv=()=>{let e=Nv()?.downlink;if(Ev(e)&&e!==10)return e*1e3},Fv=()=>{let e=Nv()?.rtt;if(Ev(e)&&e!==3e3)return e},Iv=(e,t,n)=>{let r=n*8;return r/(r/e+t)};class Lv{throughput;rtt;subscription=new Sv;tuningConfig;concurrentDownloads=new Set;throughput$;rtt$;rttAdjustedThroughput$;constructor(e){this.tuningConfig=e;let t=Lv.load(jv)||(e.useBrowserEstimation?Pv():void 0)||Av,n=Lv.load(Mv)??(e.useBrowserEstimation?Fv():void 0)??0;if(this.throughput$=new Cv(t),this.rtt$=new Cv(n),this.rttAdjustedThroughput$=new Cv(Iv(t,n,e.rttPenaltyRequestSize)),this.throughput=um.getSmoothedValue(t,-1,e),this.rtt=um.getSmoothedValue(n,1,e),e.useBrowserEstimation){let e=()=>{let e=Pv();e&&this.throughput.next(e);let t=Fv();Ev(t)&&this.rtt.next(t)},t=Nv();t&&`onchange`in t&&this.subscription.add(yv(t,`change`).subscribe(e)),e()}this.subscription.add(this.throughput.smoothed$.subscribe(e=>{Ov.set(jv,e.toFixed(0))})),this.subscription.add(this.rtt.smoothed$.subscribe(e=>{Ov.set(Mv,e.toFixed(0))})),this.subscription.add(this.throughput.debounced$.pipe(wv(e=>Math.round(e))).subscribe(this.throughput$)),this.subscription.add(this.rtt.debounced$.subscribe(this.rtt$)),this.subscription.add(xv({throughput:this.throughput.smoothed$,rtt:this.rtt.smoothed$}).pipe(wv(({throughput:t,rtt:n})=>Iv(t,n,e.rttPenaltyRequestSize)),Tv(t=>{let n=this.rttAdjustedThroughput$.getValue()||0;return Math.abs(t-n)/n>=e.changeThreshold})).subscribe(this.rttAdjustedThroughput$))}destroy(){this.concurrentDownloads.clear(),this.subscription.unsubscribe()}trackXHR(e){let t=0,n=Dv(),r=new Sv;switch(this.subscription.add(r),this.concurrentDownloads.add(e),e.readyState){case 4:break;case 3:case 2:r.add(yv(e,`progress`).pipe(bv()).subscribe(e=>{t=e.loaded,n=Dv()}));break;case 1:case 0:r.add(yv(e,`loadstart`).subscribe(()=>{t=0,n=Dv()}));break}r.add(yv(e,`loadend`).subscribe(i=>{if(e.status===200){let e=i.loaded,r=Dv(),a=e-t,o=r-n;this.addRawSpeed(a,o,1)}this.concurrentDownloads.delete(e),r.unsubscribe()}))}trackStream(e,t=!1){let n=e.getReader();if(!n){e.cancel(`Could not get reader`);return}let r=0,i=Dv(),a=0,o=Dv(),s=t=>{this.concurrentDownloads.delete(e),n.releaseLock(),e.cancel(`Throughput Estimator error: ${t}`).catch(()=>{})},c=async({done:l,value:u})=>{if(l)!t&&this.addRawSpeed(r,Dv()-i,1),this.concurrentDownloads.delete(e);else if(u){if(t){let e=Dv();if(e-o>this.tuningConfig.lowLatency.continuesByteSequenceInterval||e-i>this.tuningConfig.lowLatency.maxLastEvaluationTimeout){let e=o-i;e&&this.addRawSpeed(a,e,1,t),a=u.byteLength,i=Dv()}else a+=u.byteLength;o=Dv()}else r+=u.byteLength,a+=u.byteLength,a>=this.tuningConfig.streamMinSampleSize&&Dv()-o>=this.tuningConfig.streamMinSampleTime&&(this.addRawSpeed(a,Dv()-o,this.concurrentDownloads.size),a=0,o=Dv());await n?.read().then(c,s)}};this.concurrentDownloads.add(e),n?.read().then(c,s)}addRawSpeed(e,t,n=1,r=!1){if(Lv.sanityCheck(e,t,r)){let r=e*8/t;this.throughput.next(r*n)}}addRawThroughput(e){this.throughput.next(e)}addRawRtt(e){this.rtt.next(e)}static sanityCheck(e,t,n=!1){let r=e*8/t;return!(!r||!isFinite(r)||r>1e6||r<30||n&&e<1e4||!n&&e<10*1024||!n&&t<=20)}static load(e){let t=Ov.get(e);if(Ev(t))return parseInt(t,10)??void 0}}var Rv=Lv;import{fillWithDefault as zv,VideoQuality as Bv}from"@vkontakte/videoplayer-shared";var Vv={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:Bv.Q_4320P,activeVideoAreaThreshold:.1,highQualityLimit:Bv.Q_720P,trafficSavingLimit:Bv.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:Bv.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:180*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},Hv=e=>zv(e,Vv);import{assertNonNullable as Uv,combine as Wv,ErrorCategory as Gv,filter as Y,filterChanged as X,fromEvent as Kv,isNonNullable as qv,isNullable as Jv,Logger as Yv,map as Z,mapTo as Xv,merge as Zv,now as Qv,once as $v,Subject as Q,Subscription as ey,tap as ty,ValueSubject as $,isHigher as ny,isInvariantQuality as ry,flattenObject as iy,throttle as ay,getTraceSubscriptionMethod as oy,TracerFactory as sy,InternalsExposure as cy,getPlayerId as ly,devNull as uy}from"@vkontakte/videoplayer-shared";import{merge as dy,map as fy,filter as py,isNonNullable as my}from"@vkontakte/videoplayer-shared";var hy=({seekState:e,position$:t})=>dy(e.stateChangeEnded$.pipe(fy(({to:e})=>e.state===`none`?void 0:(e.position??NaN)/1e3),py(my)),t.pipe(py(()=>e.getState().state===`none`)));import{assertNonNullable as gy}from"@vkontakte/videoplayer-shared";var _y=e=>{let t=typeof e.container==`string`?document.getElementById(e.container):e.container;return gy(t,`Wrong container or containerId {${e.container}}`),t};import{filter as vy,once as yy}from"@vkontakte/videoplayer-shared";var by=(e,t,n,r)=>{e!==void 0&&t.getState()===void 0&&t.getPrevState()===void 0&&n?.getValue().length===0?n.pipe(vy(e=>e.length>0),yy()).subscribe(n=>{n.find(r)&&t.startTransitionTo(e)}):(e===void 0||n?.getValue().find(r))&&t.startTransitionTo(e)},xy=c(Qe(),1);import{devNull as Sy,getWindow as Cy}from"@vkontakte/videoplayer-shared";var wy=()=>{let e=`mediaCapabilities`in Cy().navigator?Ty:Ey,t=Id(async()=>{let t=await Promise.all(xy.default(Dy).map(async([t,n])=>({codec:t,supported:await e(n)}))),n=[F.browser.current,...t.map(e=>JSON.stringify(e))].slice(0,16);return Sy.push(`core`,{key:`videoplayer_decoding_info`,strings:n}),t});return()=>Ld(t)},Ty=async e=>{if(!e)return Promise.resolve({supported:!1});let t={[`channels`in e?`audio`:`video`]:e};return await Cy().navigator.mediaCapabilities.decodingInfo({type:`media-source`,...t})},Ey=e=>{if(!e)return Promise.resolve({supported:!1});let t=Cy().document,n=`channels`in e?t.createElement(`audio`):t.createElement(`video`);return Promise.resolve({supported:n.canPlayType(e?.contentType??``)===`probably`})},Dy={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 Oy{subscription=new ey;domContainer;providerContainer;chromecastInitializer;logger=new Yv;tracer;abrLogger=this.logger.createComponentLog(`ABR`);config;tuning;throughputEstimator;internalsExposure=null;isPlaybackStarted=!1;initedAt;hasLiveOffsetByPaused=new $(!1);hasLiveOffsetByPausedTimer=0;playerInitRequest=0;playerInited=new $(!1);explicitInitialQuality;wasSetStartedQuality=!1;desiredState={playbackState:new I(`stopped`),seekState:new I({state:`none`}),volume:new I({volume:1,muted:!1}),videoTrack:new I(void 0),videoStream:new I(void 0),audioStream:new I(void 0),autoVideoTrackSwitching:new I(!0),autoVideoTrackLimits:new I({}),isLooped:new I(!1),isLowLatency:new I(!1),playbackRate:new I(1),externalTextTracks:new I([]),internalTextTracks:new I([]),currentTextTrack:new I(void 0),textTrackCuesSettings:new I({}),cameraOrientation:new I({x:0,y:0})};info={playbackState$:new $(void 0),position$:new $(0),duration$:new $(1/0),muted$:new $(!1),volume$:new $(1),availableVideoStreams$:new $([]),currentVideoStream$:new $(void 0),availableQualities$:new $([]),availableQualitiesFps$:new $({}),currentQuality$:new $(void 0),isAutoQualityEnabled$:new $(!0),autoQualityLimitingAvailable$:new $(!1),autoQualityLimits$:new $({}),predefinedQualityLimitType$:new $(`unknown`),availableAudioStreams$:new $([]),currentAudioStream$:new $(void 0),availableAudioTracks$:new $([]),isAudioAvailable$:new $(!0),currentPlaybackRate$:new $(1),currentBuffer$:new $({start:0,end:0}),currentNativeBuffer$:new $({start:0,end:0}),isBuffering$:new $(!0),isStalled$:new $(!1),isEnded$:new $(!1),isLooped$:new $(!1),isLive$:new $(void 0),isLiveEnded$:new $(null),canPlayLiveTailBuffer$:new $(!1),canChangePlaybackSpeed$:new $(void 0),atLiveEdge$:new $(void 0),atLiveDurationEdge$:new $(void 0),liveTime$:new $(void 0),liveBufferTime$:new $(void 0),liveLatency$:new $(void 0),currentFormat$:new $(void 0),availableTextTracks$:new $([]),currentTextTrack$:new $(void 0),throughputEstimation$:new $(void 0),rttEstimation$:new $(void 0),videoBitrate$:new $(void 0),hostname$:new $(void 0),httpConnectionType$:new $(void 0),httpConnectionReused$:new $(void 0),httpConnectionMetrics$:new $(void 0),httpDownloadMetrics$:new $(void 0),surface$:new $(`none`),chromecastState$:new $(`NOT_AVAILABLE`),chromecastDeviceName$:new $(void 0),intrinsicVideoSize$:new $(void 0),availableSources$:new $(void 0),is3DVideo$:new $(!1),currentVideoSegmentLength$:new $(0),currentAudioSegmentLength$:new $(0)};events={inited$:new Q,ready$:new Q,started$:new Q,playing$:new Q,paused$:new Q,stopped$:new Q,willReady$:new Q,willStart$:new Q,willResume$:new Q,willPause$:new Q,willStop$:new Q,willDestruct$:new Q,watchCoverageRecord$:new Q,watchCoverageLive$:new Q,managedError$:new Q,fatalError$:new Q,fetcherRecoverableError$:new Q,ended$:new Q,looped$:new Q,seeked$:new Q,willSeek$:new Q,autoplaySoundProhibited$:new Q,manifestRequested$:new Q,firstBytesManifest$:new Q,manifestReceived$:new Q,firstBytesRequested$:new Q,firstBytesReceived$:new Q,firstBytes$:new Q,loadedMetadata$:new Q,firstFrame$:new Q,canplay$:new Q,log$:new Q,fetcherError$:new Q,severeStallOccured$:new Q};experimental={element$:new $(void 0),enableDebugTelemetry$:new $(!1),dumpTelemetry:ns,getCurrentTime$:new $(null)};devNullLog;collectDecodingInfoDestroyCb;constructor(e={},t=sy.createRootTracer(!1),n){this.initLogs(),this.tuning=Hv(e),this.tracer=t,this.tuning.suppressExceptionsInObservables&&(mr.default(this.info).forEach(e=>e.setSuppressErrors(!0)),mr.default(this.events).forEach(e=>e.setSuppressErrors(!0)));let r={receiverApplicationId:this.tuning.chromecastReceiverId,isDisabled:this.tuning.disableChromecast,dependencies:{logger:this.logger}};if(this.chromecastInitializer=this.tuning.chromecastPresentationApi?new oa(r):new jr(r),this.throughputEstimator=new Rv(this.tuning.throughputEstimator),e.exposeInternalsToGlobal&&(this.internalsExposure=new cy(`core`,ly(n?.playerId)),this.internalsExposure.expose({player:this})),this.initChromecastSubscription(),this.initDesiredStateSubscriptions(),this.devNullLog=n?.onDevNullLog,uy.create(`core`),Proxy&&Reflect)return new Proxy(this,{get:(e,t,n)=>{let r=Reflect.get(e,t,n);return typeof r==`function`?(...n)=>{try{return r.apply(e,n)}catch(e){let r=n.map(e=>JSON.stringify(e,(e,t)=>{let n=typeof t;return hr.default([`number`,`string`,`boolean`],n)?t:t===null?null:`<${n}>`})),i=`Player.${String(t)}`,a=`Exception calling ${i} (${r.join(`, `)})`;throw this.events.fatalError$.next({id:i,category:Gv.WTF,message:a,thrown:e}),e}}: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{container:t,...n}=e;this.tracer.log(`initVideo`,iy(n)),this.domContainer=_y(e),this.chromecastInitializer.contentId=e.meta?.videoId,this.providerContainer=new vv({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?(uy.subscribe(`core`,this.devNullLog),this.tuning.collectingDecodingInfoEnabled&&(this.collectDecodingInfoDestroyCb=wy())):uy.destroy(`core`)},n=()=>{this.tuning.autostartOnlyIfVisible&&window.requestAnimationFrame?this.playerInitRequest=window.requestAnimationFrame(()=>t()):t()},r=()=>{this.tuning.asyncResolveClientChecker?F.isInited$.pipe(Y(e=>!!e),$v()).subscribe(()=>{console.log(`Core SDK async start`),n()}):n()};return this.isNotActiveTabCase()?(this.tracer.log(`request play from hidden tab`),Kv(document,`visibilitychange`).pipe($v()).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(),uy.destroy(`core`),this.collectDecodingInfoDestroyCb?.()}waitInit(e){this.playerInited.getValue()?e():this.subscription.add(this.playerInited.pipe(Y(e=>!!e),$v()).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 n=this.info.duration$.getValue(),r=this.info.isLive$.getValue(),i=e;e>=n&&!r&&(i=n-this.tuning.seekNearDurationBias),this.tracer.log(`seekTime`,{duration:n,isLive:r,time:e,calculatedTime:i,forcePrecise:t}),Number.isFinite(i)&&(this.events.willSeek$.next({from:this.getExactTime(),to:i}),this.desiredState.seekState.setState({state:`requested`,position:i*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 n=this.desiredState.volume,r=n.getTransition()?.to.muted??this.info.muted$.getValue(),i=t??(this.tuning.isAudioDisabled||r);this.tracer.log(`setVolume`,{volume:e,isAudioDisabled:this.tuning.isAudioDisabled,chromecastState:this.chromecastInitializer.castState$.getValue(),muted:i}),this.chromecastInitializer.castState$.getValue()===`CONNECTED`&&!(this.chromecastInitializer instanceof oa)?this.chromecastInitializer.setVolume(e):n.startTransitionTo({volume:e,muted:i})}),this}setMuted(e,t=!1){return this.waitInit(()=>{let n=this.desiredState.volume,r=this.tuning.isAudioDisabled&&!t||e,i=n.getTransition()?.to.volume??this.info.volume$.getValue();this.tracer.log(`setMuted`,{isMuted:e,nextMuted:r,volume:i,isAudioDisabled:this.tuning.isAudioDisabled,chromecastState:this.chromecastInitializer.castState$.getValue()}),this.chromecastInitializer.castState$.getValue()===`CONNECTED`&&!(this.chromecastInitializer instanceof oa)?this.chromecastInitializer.setMuted(r):n.startTransitionTo({volume:i,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(()=>{Uv(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(Y(e=>e.length>0),$v()).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`,iy(e)),this.desiredState.autoVideoTrackLimits.startTransitionTo(e)}),this}setPredefinedQualityLimits(e){return this.waitInit(()=>{if(this.info.predefinedQualityLimitType$.getValue()===e)return this;let{highQualityLimit:t,trafficSavingLimit:n}=this.tuning.autoTrackSelection,r;switch(e){case`high_quality`:r={min:t,max:void 0};break;case`traffic_saving`:r={max:n,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`,iy(e)),this.desiredState.externalTextTracks.startTransitionTo(e.map(e=>({type:`external`,...e})))}),this}selectTextTrack(e){return this.waitInit(()=>{by(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(),n=this.desiredState.isLowLatency.getState();return!t||n===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 n=this.getScene3D();this.tracer.log(`startCameraManualRotation`,{isScene3DAvailable:!!n,mx:e,my:t}),n&&n.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 n=this.getScene3D();if(this.tracer.log(`moveCameraFocusPX`,{isScene3DAvailable:!!n,dxpx:e,dypx:t}),n){let r=n.getCameraRotation(),i=n.pixelToDegree({x:e,y:t});this.desiredState.cameraOrientation.setState({x:r.x+i.x,y:r.y+i.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(Jv(e))return this.info.position$.getValue();let t=this.desiredState.seekState.getState(),n=t.state===`none`?void 0:t.position;return qv(n)?n/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(Zv(this.desiredState.playbackState.stateChangeStarted$,this.desiredState.playbackState.forceChanged$).pipe(Z(e=>e.to)).subscribe(this.info.playbackState$)).add(this.desiredState.isLooped.stateChangeEnded$.pipe(Z(e=>e.to)).subscribe(this.info.isLooped$)).add(this.desiredState.playbackRate.stateChangeEnded$.pipe(Z(e=>e.to)).subscribe(this.info.currentPlaybackRate$)).add(this.desiredState.autoVideoTrackSwitching.stateChangeEnded$.pipe(Z(e=>e.to)).subscribe(this.info.isAutoQualityEnabled$)).add(this.desiredState.autoVideoTrackLimits.stateChangeEnded$.pipe(Z(e=>e.to)).subscribe(e=>{this.info.autoQualityLimits$.next(e);let{highQualityLimit:t,trafficSavingLimit:n}=this.tuning.autoTrackSelection;this.info.predefinedQualityLimitType$.next(us(e,t,n))})),this.subscription.add(this.desiredState.playbackState.stateChangeStarted$.pipe(Y(({from:e})=>e===`stopped`),$v()).subscribe(()=>{this.initedAt=Qv(),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 e=this.desiredState.seekState.getState();this.tracer.log(`willSeekEvent`,iy(e)),e.state===`requested`?this.desiredState.seekState.setState({...e,state:`applying`}):this.events.managedError$.next({id:`WillSeekIn${e.state}`,category:Gv.WTF,message:`Received unexpeceted willSeek$`})})).add(e.providerOutput.soundProhibitedEvent$.pipe($v()).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`,iy(e)),e.state===`applying`&&(this.desiredState.seekState.setState({state:`none`}),this.events.seeked$.next())})).add(e.current$.pipe(Z(e=>e.type)).subscribe(this.info.currentFormat$)).add(e.current$.pipe(Z(e=>e.destination),X()).subscribe(()=>this.isPlaybackStarted=!1)).add(e.providerOutput.availableVideoStreams$.subscribe(this.info.availableVideoStreams$)).add(Wv({availableVideoTracks:e.providerOutput.availableVideoTracks$,currentVideoStream:e.providerOutput.currentVideoStream$}).pipe(Z(({availableVideoTracks:e,currentVideoStream:t})=>e.filter(e=>t?t.id===e.streamId:!0).map(({quality:e})=>e).sort((e,t)=>ry(e)?1:ry(t)?-1:ny(t,e)?1:-1))).subscribe(this.info.availableQualities$)).add(e.providerOutput.availableVideoTracks$.subscribe(e=>{let t={};for(let n of e)n.fps&&(t[n.quality]=n.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(X()).subscribe(this.info.isAudioAvailable$)).add(e.providerOutput.currentVideoTrack$.pipe(Y(e=>qv(e))).subscribe(e=>{this.info.currentQuality$.next(e?.quality),this.info.videoBitrate$.next(e?.bitrate)})).add(e.providerOutput.currentVideoSegmentLength$.pipe(X((e,t)=>Math.round(e)===Math.round(t))).subscribe(this.info.currentVideoSegmentLength$)).add(e.providerOutput.currentAudioSegmentLength$.pipe(X((e,t)=>Math.round(e)===Math.round(t))).subscribe(this.info.currentAudioSegmentLength$)).add(e.providerOutput.hostname$.pipe(X()).subscribe(this.info.hostname$)).add(e.providerOutput.httpConnectionType$.pipe(X()).subscribe(this.info.httpConnectionType$)).add(e.providerOutput.httpConnectionReused$.pipe(X()).subscribe(this.info.httpConnectionReused$)).add(e.providerOutput.httpConnectionMetrics$.pipe(X()).subscribe(this.info.httpConnectionMetrics$)).add(e.providerOutput.httpDownloadMetrics$.pipe(X()).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(Z(e=>e?{start:e.from,end:e.to}:{start:0,end:0})).subscribe(this.info.currentBuffer$)).add(e.providerOutput.currentNativeBuffer$.pipe(Z(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(ty(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(X()).subscribe(this.info.liveTime$)).add(e.providerOutput.liveBufferTime$.subscribe(this.info.liveBufferTime$)).add(e.providerOutput.liveLatency$.subscribe(this.info.liveLatency$)).add(Wv({hasLiveOffsetByPaused:Zv(this.desiredState.playbackState.stateChangeStarted$,this.desiredState.playbackState.forceChanged$).pipe(Z(e=>e.to),X(),Z(e=>e===`paused`)),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(Wv({atLiveEdge:Wv({isLive:e.providerOutput.isLive$,isLowLatency:e.providerOutput.isLowLatency$,position:hy({seekState:this.desiredState.seekState,position$:e.providerOutput.position$})}).pipe(Z(({isLive:e,position:t,isLowLatency:n})=>{let r=this.getActiveLiveDelay(n);return e&&Math.abs(t)<r/1e3}),X(),ty(e=>e&&this.setPlaybackRate(1))),hasPausedTimeoutCase:this.hasLiveOffsetByPaused}).pipe(Z(({atLiveEdge:e,hasPausedTimeoutCase:t})=>e&&!t)).subscribe(this.info.atLiveEdge$)).add(Wv({isLive:e.providerOutput.isLive$,position:e.providerOutput.position$,duration:e.providerOutput.duration$}).pipe(Z(({isLive:e,position:t,duration:n})=>e&&(Math.abs(n)-Math.abs(t))*1e3<this.tuning.live.activeLiveDelay),X(),ty(e=>e&&this.setPlaybackRate(1))).subscribe(this.info.atLiveDurationEdge$)).add(e.providerOutput.volume$.pipe(Z(e=>e.muted),X()).subscribe(this.info.muted$)).add(e.providerOutput.volume$.pipe(Z(e=>e.volume),X()).subscribe(this.info.volume$)).add(hy({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(Zv(e.providerOutput.endedEvent$.pipe(Xv(!0)),e.providerOutput.seekedEvent$.pipe(Xv(!1))).pipe(X()).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(Z(e=>({id:e?`No${e}`:`NoProviders`,category:Gv.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($v()).subscribe(this.events.manifestRequested$)).add(e.providerOutput.firstBytesManifest$.pipe($v()).subscribe(this.events.firstBytesManifest$)).add(e.providerOutput.manifestReceived$.pipe($v()).subscribe(this.events.manifestReceived$)).add(e.providerOutput.firstBytesRequested$.pipe($v()).subscribe(this.events.firstBytesRequested$)).add(e.providerOutput.firstBytesReceived$.pipe($v()).subscribe(this.events.firstBytesReceived$)).add(e.providerOutput.firstBytesEvent$.pipe($v(),Z(e=>e??Qv()-this.initedAt)).subscribe(this.events.firstBytes$)).add(e.providerOutput.loadedMetadataEvent$.subscribe(this.events.loadedMetadata$)).add(e.providerOutput.firstFrameEvent$.pipe($v(),Z(()=>Qv()-this.initedAt)).subscribe(this.events.firstFrame$)).add(e.providerOutput.canplay$.pipe($v(),Z(()=>Qv()-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 $(!1);this.subscription.add(e.providerOutput.seekedEvent$.subscribe(()=>t.next(!1))).add(e.providerOutput.willSeekEvent$.subscribe(()=>t.next(!0)));let n=new $(!0);this.subscription.add(e.current$.subscribe(()=>n.next(!0))).add(this.desiredState.playbackState.stateChangeEnded$.pipe(Y(({to:e})=>e===`playing`),$v()).subscribe(()=>n.next(!1)));let r=0,i=Zv(e.providerOutput.isBuffering$,t,n).pipe(Z(()=>{let r=e.providerOutput.isBuffering$.getValue(),i=t.getValue()||n.getValue();return r&&!i}),X());this.subscription.add(i.subscribe(e=>{e?r=window.setTimeout(()=>this.info.isStalled$.next(!0),this.tuning.stallIgnoreThreshold):(window.clearTimeout(r),this.info.isStalled$.next(!1))})),this.subscription.add(Zv(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 n=e.providerOutput.element$.getValue();this.setIntrinsicVideoSize({width:t?.size?.width,height:t?.size?.height},{width:n?.videoWidth,height:n?.videoHeight})})).add(e.providerOutput.is3DVideo$.subscribe(this.info.is3DVideo$)),this.subscription.add(Zv(e.providerOutput.inPiP$,e.providerOutput.inFullscreen$,e.providerOutput.element$,e.providerOutput.elementVisible$,this.chromecastInitializer.castState$).subscribe(()=>{let t=e.providerOutput.inPiP$.getValue(),n=e.providerOutput.inFullscreen$.getValue(),r=e.providerOutput.element$.getValue(),i=e.providerOutput.elementVisible$.getValue(),a=this.chromecastInitializer.castState$.getValue(),o;o=a===`CONNECTED`?`second_screen`:r?i?t?`pip`:n?`fullscreen`:`inline`:`invisible`:`none`,this.info.surface$.getValue()!==o&&this.info.surface$.next(o)}))}initChromecastSubscription(){this.subscription.add(this.chromecastInitializer.castState$.subscribe(this.info.chromecastState$)),this.subscription.add(this.chromecastInitializer.connection$.pipe(Z(e=>e?.castDevice.friendlyName)).subscribe(this.info.chromecastDeviceName$)),this.subscription.add(this.chromecastInitializer.errorEvent$.subscribe(this.events.managedError$))}initStartingVideoTrack(e){let t=new ey;this.subscription.add(t),this.subscription.add(e.current$.pipe(X((e,t)=>e.provider===t.provider)).subscribe(()=>{t.unsubscribe(),t.add(e.providerOutput.availableVideoTracks$.pipe(Y(e=>e.length>0),$v()).subscribe(e=>{this.setStartingVideoTrack(e)}))}))}setStartingVideoTrack(e){let t;this.wasSetStartedQuality=!0;let n=this.explicitInitialQuality??this.info.currentQuality$.getValue();n&&(t=e.find(({quality:e})=>e===n),t||this.setAutoQuality(!0)),t||=Os(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(Zv(this.desiredState.videoTrack.stateChangeStarted$.pipe(Z(e=>({transition:e,entity:`quality`,type:`start`}))),this.desiredState.videoTrack.stateChangeEnded$.pipe(Z(e=>({transition:e,entity:`quality`,type:`end`}))),this.desiredState.autoVideoTrackSwitching.stateChangeStarted$.pipe(Z(e=>({transition:e,entity:`autoQualityEnabled`,type:`start`}))),this.desiredState.autoVideoTrackSwitching.stateChangeEnded$.pipe(Z(e=>({transition:e,entity:`autoQualityEnabled`,type:`end`}))),this.desiredState.seekState.stateChangeStarted$.pipe(Z(e=>({transition:e,entity:`seekState`,type:`start`}))),this.desiredState.seekState.stateChangeEnded$.pipe(Z(e=>({transition:e,entity:`seekState`,type:`end`}))),this.desiredState.playbackState.stateChangeStarted$.pipe(Z(e=>({transition:e,entity:`playbackState`,type:`start`}))),this.desiredState.playbackState.stateChangeEnded$.pipe(Z(e=>({transition:e,entity:`playbackState`,type:`end`})))).pipe(Z(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;Uv(this.providerContainer),Uv(e),ts(),this.experimental.enableDebugTelemetry$.next(this.tuning.enableTelemetryAtStart),[this.experimental.enableDebugTelemetry$.subscribe(e=>es(e)),this.providerContainer.current$.subscribe(({type:e})=>rs(`provider`,e)),e.duration$.subscribe(e=>rs(`duration`,e)),e.availableVideoTracks$.pipe(Y(e=>!!e.length),$v()).subscribe(e=>rs(`tracks`,e)),this.events.fatalError$.subscribe(new is(`fatalError`)),this.events.managedError$.subscribe(new is(`managedError`)),e.position$.subscribe(new is(`position`)),e.currentVideoTrack$.pipe(Z(e=>e?.quality)).subscribe(new is(`quality`)),this.info.currentBuffer$.subscribe(new is(`buffer`)),e.isBuffering$.subscribe(new is(`isBuffering`))].forEach(e=>this.subscription.add(e)),rs(`codecs`,F.video.supportedCodecs)}initTracerSubscription(){let e=oy(this.tracer.log.bind(this.tracer)),t=oy(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(X()).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(Wv({currentQuality:this.info.currentQuality$,videoBitrate:this.info.videoBitrate$}).pipe(Y(({currentQuality:e,videoBitrate:t})=>!!e&&!!t),X((e,t)=>e.currentQuality===t.currentQuality)).subscribe(e(`currentVideoTrack`))).add(this.info.currentVideoSegmentLength$.pipe(Y(e=>e>0),X()).subscribe(e(`currentVideoSegmentLength`))).add(this.info.currentAudioSegmentLength$.pipe(Y(e=>e>0),X()).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(Wv({currentBuffer:this.info.currentBuffer$.pipe(Y(e=>e.end>0),X((e,t)=>e.end===t.end&&e.start===t.start)),position:this.info.position$.pipe(X())}).pipe(ay(1e3)).subscribe(e(`currentBufferAndPosition`))).add(this.info.duration$.pipe(X()).subscribe(e(`duration`))).add(this.info.isBuffering$.subscribe(e(`isBuffering`))).add(this.info.isLive$.pipe(X()).subscribe(e(`isLive`))).add(this.info.canChangePlaybackSpeed$.pipe(X()).subscribe(e(`canChangePlaybackSpeed`))).add(Wv({liveTime:this.info.liveTime$,liveBufferTime:this.info.liveBufferTime$,position:this.info.position$}).pipe(Y(({liveTime:e,liveBufferTime:t})=>!!e&&!!t),ay(1e3)).subscribe(e(`liveBufferAndPosition`))).add(this.info.atLiveEdge$.pipe(X(),Y(e=>e===!0)).subscribe(e(`atLiveEdge`))).add(this.info.atLiveDurationEdge$.pipe(X(),Y(e=>e===!0)).subscribe(e(`atLiveDurationEdge`))).add(this.info.muted$.pipe(X()).subscribe(e(`muted`))).add(this.info.volume$.pipe(X()).subscribe(e(`volume`))).add(this.info.isEnded$.pipe(X(),Y(e=>e===!0)).subscribe(e(`isEnded`))).add(this.info.availableSources$.subscribe(e(`availableSources`))).add(Wv({throughputEstimation:this.info.throughputEstimation$,rtt:this.info.rttEstimation$}).pipe(Y(({throughputEstimation:e,rtt:t})=>!!e&&!!t),ay(3e3)).subscribe(e(`throughputEstimation`))).add(this.info.isStalled$.subscribe(e(`isStalled`))).add(this.info.is3DVideo$.pipe(X(),Y(e=>e===!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},n=async()=>{t(),e=await window.navigator.wakeLock.request(`screen`).catch(e=>{e instanceof DOMException&&e.name===`NotAllowedError`||this.events.managedError$.next({id:`WakeLock`,category:Gv.DOM,message:String(e)})})};this.subscription.add(Zv(Kv(document,`visibilitychange`),Kv(document,`fullscreenchange`),this.desiredState.playbackState.stateChangeEnded$).subscribe(()=>{let r=document.visibilityState===`visible`,i=this.desiredState.playbackState.getState()===`playing`,a=!!e&&!e?.released;r&&i?a||n():t()})).add(this.events.willDestruct$.subscribe(t))}setVideoTrackIdByQuality(e,t){let n=e.find(e=>e.quality===t);this.tracer.log(`setVideoTrackIdByQuality`,iy({quality:t,availableTracks:iy(e),track:iy(n),isAutoQuality:!n})),n?this.desiredState.videoTrack.startTransitionTo(n):this.setAutoQuality(!0)}getActiveLiveDelay(e=!1){return e?this.tuning.live.lowLatencyActiveLiveDelay:this.tuning.live.activeLiveDelay}isNotActiveTabCase(){return document.hidden&&this.tuning.autoplayOnlyInActiveTab&&!Jc()}}import{Subscription as ky,Observable as Ay,Subject as jy,ValueSubject as My,VideoQuality as Ny}from"@vkontakte/videoplayer-shared";var Py=`@vkontakte/videoplayer-core@${or}`;export{pi as isMobile,F as clientChecker,Bi as areValidLiveRecordSources,bd as WebmCodecStrategy,Ny as VideoQuality,cr as VideoFormat,lr as VideoCodec,My as ValueSubject,or as VERSION,fr as Surface,ky as Subscription,jy as Subject,Py as SDK_VERSION,pr as PredefinedQualityLimits,Oy as Player,sr as PlaybackState,Ay as Observable,dr as HttpConnectionType,ur as ChromecastState};
|