@vkontakte/videoplayer-core 2.0.171-dev.881304e5f.0 → 2.0.171-dev.a5a2d3fc3.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/es2015.cjs +38 -140
- package/es2015.esm.js +23 -125
- package/esnext.cjs +26 -128
- package/esnext.esm.js +24 -126
- package/evergreen.esm.js +24 -126
- package/package.json +2 -2
- package/types/player/types.d.ts +16 -4
- package/types/providers/DashLiveProvider/utils/LiveDashPlayer.d.ts +2 -1
- package/types/providers/DashProvider/lib/buffer.d.ts +4 -0
- package/types/providers/DashProvider/lib/fetcher.d.ts +6 -4
- package/types/providers/DashProvider/lib/player.d.ts +1 -0
- package/types/providers/DashProviderVirtual/lib/buffer/types.d.ts +2 -0
- package/types/providers/DashProviderVirtual/lib/buffer/virtualBuffer/baseVirtualBufferManager.versionA.d.ts +5 -1
- package/types/providers/DashProviderVirtual/lib/buffer/virtualBuffer/byteRangeVirtualBufferManager.versionA.d.ts +1 -0
- package/types/providers/DashProviderVirtual/lib/fetcher.d.ts +6 -4
- package/types/providers/DashProviderVirtual/lib/player/basePlayer.d.ts +5 -1
- package/types/providers/ProviderContainer/Mayday/GraceTimeout.d.ts +17 -0
- package/types/providers/ProviderContainer/Mayday/heuristics/SegmentAppendHeuristic.d.ts +10 -0
- package/types/providers/ProviderContainer/Mayday/heuristics/StartupHangupHeuristic.d.ts +46 -0
- package/types/providers/ProviderContainer/Mayday/index.d.ts +1 -1
- package/types/providers/ProviderContainer/Mayday/types.d.ts +2 -1
- package/types/providers/ProviderContainer/index.d.ts +3 -0
- package/types/providers/ProviderContainer/utils/playbackHangup.d.ts +6 -2
- package/types/providers/types.d.ts +4 -2
- package/types/providers/utils/Abr/abrController.d.ts +4 -1
- package/types/providers/utils/Abr/abrManager.d.ts +1 -0
- package/types/providers/utils/Abr/controllers/stallsController.d.ts +8 -1
- package/types/providers/utils/Abr/rules/audio/audioThroughputRule.d.ts +2 -2
- package/types/providers/utils/Abr/rules/audio/minAudioForVideoRule.d.ts +2 -2
- package/types/providers/utils/Abr/rules/baseRule.d.ts +2 -2
- package/types/providers/utils/Abr/rules/video/abandonRequestRule.d.ts +2 -2
- package/types/providers/utils/Abr/rules/video/bolaRule.d.ts +2 -2
- package/types/providers/utils/Abr/rules/video/bufferRule.d.ts +2 -2
- package/types/providers/utils/Abr/rules/video/fitsContainerRule.d.ts +2 -2
- package/types/providers/utils/Abr/rules/video/insufficientBufferRule.d.ts +2 -2
- package/types/providers/utils/Abr/rules/video/lowerLimitRule.d.ts +2 -2
- package/types/providers/utils/Abr/rules/video/stallsRule.d.ts +6 -2
- package/types/providers/utils/Abr/rules/video/throughputRule.d.ts +2 -2
- package/types/providers/utils/Abr/rules/video/tvDisabledVideoTrackRule.d.ts +2 -2
- package/types/providers/utils/Abr/rules/video/upperLimitRule.d.ts +2 -2
- package/types/providers/utils/Abr/types.d.ts +5 -2
- package/types/providers/utils/HTMLVideoElement/observable.d.ts +1 -1
- package/types/providers/utils/segmentCache/IndexedDbSegmentCacheStorage.d.ts +52 -0
- package/types/providers/utils/segmentCache/SegmentCache.d.ts +40 -0
- package/types/providers/utils/segmentCache/constants.d.ts +20 -0
- package/types/providers/utils/segmentCache/index.d.ts +8 -0
- package/types/providers/utils/segmentCache/segmentCacheDb.d.ts +25 -0
- package/types/providers/utils/segmentCache/segmentCacheUtils.d.ts +25 -0
- package/types/providers/utils/segmentCache/types.d.ts +74 -0
- package/types/utils/buffer/isBrokenSegmentAppend.d.ts +3 -0
- package/types/utils/buffer/timeRangesToIntervals.d.ts +3 -0
- package/types/utils/tuningConfig.d.ts +16 -9
- package/types/providers/DashProvider/lib/urlsCache.d.ts +0 -23
- package/types/providers/DashProviderVirtual/lib/urlsCache.d.ts +0 -22
- package/types/providers/ProviderContainer/Mayday/heuristics/HangupHeuristic.d.ts +0 -22
package/es2015.cjs
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @vkontakte/videoplayer-core v2.0.171-dev.
|
|
3
|
-
*
|
|
2
|
+
* @vkontakte/videoplayer-core v2.0.171-dev.a5a2d3fc3.0
|
|
3
|
+
* Mon, 24 Aug 2026 10:08:13 GMT
|
|
4
4
|
* https://st.mycdn.me/static/vkontakte-videoplayer/2-0-171/doc/
|
|
5
5
|
*/
|
|
6
|
-
function e(e,t,n,r,i,a,o){try{var s=e[a](o),c=s.value}catch(e){n(e);return}s.done?t(c):Promise.resolve(c).then(r,i)}function t(t){return function(){var n=this,r=arguments;return new Promise(function(i,a){var o=t.apply(n,r);function s(t){e(o,i,a,s,c,`next`,t)}function c(t){e(o,i,a,s,c,`throw`,t)}s(void 0)})}}function n(e){"@babel/helpers - typeof";return n=typeof Symbol==`function`&&typeof Symbol.iterator==`symbol`?function(e){return typeof e}:function(e){return e&&typeof Symbol==`function`&&e.constructor===Symbol&&e!==Symbol.prototype?`symbol`:typeof e},n(e)}var r=n;function i(e,t){if(r(e)!=`object`||!e)return e;var n=e[Symbol._oxc_toPrimitive];if(n!==void 0){var i=n.call(e,t||`default`);if(r(i)!=`object`)return i;throw TypeError(`@@_oxc_toPrimitive must return a primitive value.`)}return(t===`string`?String:Number)(e)}var r=n,a=i;function o(e){var t=a(e,`string`);return r(t)==`symbol`?t:t+``}var s=o;function c(e,t,n){return(t=s(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var l=c;function u(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function d(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]==null?{}:arguments[t];t%2?u(Object(n),!0).forEach(function(t){l(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):u(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function f(e,t){this.v=e,this.k=t}var p=f;function m(e){return new p(e,0)}var p=f;function h(e){return function(){return new g(e.apply(this,arguments))}}function g(e){var t,n;function r(t,n){try{var a=e[t](n),o=a.value,s=o instanceof p;Promise.resolve(s?o.v:o).then(function(n){if(s){var c=t===`return`?`return`:`next`;if(!o.k||n.done)return r(c,n);n=e[c](n).value}i(a.done?`return`:`normal`,n)},function(e){r(`throw`,e)})}catch(e){i(`throw`,e)}}function i(e,i){switch(e){case`return`:t.resolve({value:i,done:!0});break;case`throw`:t.reject(i);break;default:t.resolve({value:i,done:!1})}(t=t.next)?r(t.key,t.arg):n=null}this._invoke=function(e,i){return new Promise(function(a,o){var s={key:e,arg:i,resolve:a,reject:o,next:null};n?n=n.next=s:(t=n=s,r(e,i))})},typeof e.return!=`function`&&(this.return=void 0)}g.prototype[typeof Symbol==`function`&&Symbol.asyncIterator||`@@asyncIterator`]=function(){return this},g.prototype.next=function(e){return this._invoke(`next`,e)},g.prototype.throw=function(e){return this._invoke(`throw`,e)},g.prototype.return=function(e){return this._invoke(`return`,e)};function _(e,t){if(e==null)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(t.includes(r))continue;n[r]=e[r]}return n}var v=_;function y(e,t){if(e==null)return{};var n,r,i=v(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(r=0;r<a.length;r++)n=a[r],t.includes(n)||{}.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}const b=[`url`],x=[`url`],S=[`downloadingItems`],C=[`container`];var w=t,T=d,E=m,D=h,ee=y,te=Object.defineProperty,ne=Object.getOwnPropertyNames,re=Object.getOwnPropertyDescriptor,ie=Object.prototype.hasOwnProperty;function ae(e){return this[e]}var oe=e=>{var t=(se??=new WeakMap).get(e),n;if(t)return t;if(t=te({},`__esModule`,{value:!0}),e&&typeof e==`object`||typeof e==`function`)for(var r of ne(e))ie.call(t,r)||te(t,r,{get:ae.bind(e,r),enumerable:!(n=re(e,r))||n.enumerable});return se.set(e,t),t},se,ce=e=>e;function le(e,t){this[e]=ce.bind(null,t)}var ue=(e,t)=>{for(var n in t)te(e,n,{get:t[n],enumerable:!0,configurable:!0,set:le.bind(t,n)})},de={};ue(de,{isMobile:()=>Ue,clientChecker:()=>N,areValidLiveRecordSources:()=>mt,WebmCodecStrategy:()=>Br,VideoQuality:()=>ud.VideoQuality,VideoFormat:()=>me,VideoCodecName:()=>he,ValueSubject:()=>ud.ValueSubject,VERSION:()=>fe,Surface:()=>ve,Subscription:()=>ud.Subscription,Subject:()=>ud.Subject,SDK_VERSION:()=>dd,PredefinedQualityLimits:()=>ye,Player:()=>ld,PlaybackState:()=>pe,Observable:()=>ud.Observable,HttpConnectionType:()=>_e,ChromecastState:()=>ge}),module.exports=oe(de);var fe=`2.0.171-dev.881304e5f.0`,pe;(e=>{e.STOPPED=`stopped`,e.READY=`ready`,e.PLAYING=`playing`,e.PAUSED=`paused`})(pe||={});var me;(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`})(me||={});var he;(e=>{e.AV1=`av1`,e.VP9=`vp9`,e.AVC1=`avc1`,e.HEV1=`hev1`})(he||={});var ge;(e=>{e.NOT_AVAILABLE=`NOT_AVAILABLE`,e.AVAILABLE=`AVAILABLE`,e.CONNECTING=`CONNECTING`,e.CONNECTED=`CONNECTED`})(ge||={});var _e;(e=>{e.HTTP1=`http1`,e.HTTP2=`http2`,e.QUIC=`quic`})(_e||={});var ve;(e=>{e.NONE=`none`,e.INLINE=`inline`,e.FULLSCREEN=`fullscreen`,e.SECOND_SCREEN=`second_screen`,e.PIP=`pip`,e.INVISIBLE=`invisible`})(ve||={});var ye;(e=>{e.TRAFFIC_SAVING=`traffic_saving`,e.HIGH_QUALITY=`high_quality`,e.UNKNOWN=`unknown`})(ye||={});var be=require("@vkontakte/videoplayer-shared"),xe=require("@vkontakte/videoplayer-shared"),Se=require("@vkontakte/videoplayer-shared"),O=require("@vkontakte/videoplayer-shared"),Ce=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 we{constructor(e){this.connection$=new O.ValueSubject(void 0),this.castState$=new O.ValueSubject(`NOT_AVAILABLE`),this.errorEvent$=new O.Subject,this.contentId=void 0,this.realCastState$=new O.ValueSubject(`NOT_AVAILABLE`),this.subscription=new O.Subscription,this.log=void 0,this.params=void 0,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 n=O.isNonNullable(window.chrome?.cast),r=!!window.__onGCastApiAvailable;n?this.initializeCastApi():(window.__onGCastApiAvailable=e=>{delete window.__onGCastApiAvailable,e&&!this.isDestroyed&&this.initializeCastApi()},r||Ce(`https://www.gstatic.com/cv/js/sender/v1/cast_sender.js?loadCastFramework=1`).catch(()=>this.errorEvent$.next({id:`ChromecastLoading`,category:O.ErrorCategory.NETWORK,message:`Script loading failed!`})))}connect(){cast.framework.CastContext.getInstance()?.requestSession()}disconnect(){var e;(e=cast.framework.CastContext.getInstance())==null||(e=e.getCurrentSession())==null||e.endSession(!0)}stopMedia(){return new Promise((e,t)=>{var n;(n=cast.framework.CastContext.getInstance())==null||(n=n.getCurrentSession())==null||(n=n.getMediaSession())==null||n.stop(new chrome.cast.media.StopRequest,e,t)})}toggleConnection(){O.isNonNullable(this.connection$.getValue())?this.disconnect():this.connect()}setVolume(e){let t=this.connection$.getValue();O.isNullable(t)||(t.remotePlayer.volumeLevel=e,t.remotePlayerController.setVolumeLevel())}setMuted(e){let t=this.connection$.getValue();O.isNullable(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(O.fromEvent(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:var t;this.contentId=(t=n.getCurrentSession())==null||(t=t.getMediaSession())==null||(t=t.media)==null?void 0:t.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 O.assertNever(e.sessionState)}})).add(O.merge(O.fromEvent(n,cast.framework.CastContextEventType.CAST_STATE_CHANGED).pipe(O.tap(e=>{this.log({message:`[cast.framework.RemotePlayerEventType.CAST_STATE_CHANGED]: ${JSON.stringify(e)}`})}),O.map(e=>e.castState)),O.observableFrom([n.getCastState()])).pipe(O.filterChanged(),O.map(Te),O.tap(e=>{this.log({message:`realCastState$: ${e}`})})).subscribe(this.realCastState$)).add(this.realCastState$.subscribe(r=>{let i=r===`CONNECTED`,a=O.isNonNullable(this.connection$.getValue());if(i&&!a){var o;let r=n.getCurrentSession();O.assertNonNullable(r);let i=r.getCastDevice(),a=(o=r.getMediaSession())==null||(o=o.media)==null?void 0:o.contentId;(O.isNullable(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`?O.isNonNullable(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:O.ErrorCategory.EXTERNAL_API,message:`[initializeCastApi] failed`,thrown:e})}}}var Te=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 O.assertNever(e)}},k=require("@vkontakte/videoplayer-shared"),Ee=require("@vkontakte/videoplayer-shared"),De=require("@vkontakte/videoplayer-shared"),Oe=(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:De.assertNever(n)}return e},ke=(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:De.assertNever(t)}},Ae=e=>{let{source:t,format:n,meta:r,output:i}=e,a,o,s;switch(n){case`MPEG`:{let e=t[n];Ee.assertNonNullable(e);let r=Ee.getHighestQuality(Object.keys(e));Ee.assertNonNullable(r);let i=e[r];Ee.assertNonNullable(i),a=i,o=`video/mp4`,s=je();break}case`HLS`:case`HLS_FMP4`:case`HLS_ONDEMAND`:{let e=t[n];Ee.assertNonNullable(e),a=e.url,o=`application/x-mpegurl`,s=je();break}case`DASH_SEP`:case`DASH_ONDEMAND`:case`DASH_WEBM`:case`DASH_WEBM_AV1`:case`DASH_STREAMS`:{let e=t[n];Ee.assertNonNullable(e),a=e.url,o=`application/dash+xml`,s=je();break}case`DASH_LIVE_CMAF`:{let e=t[n];Ee.assertNonNullable(e),a=e.url,o=`application/dash+xml`,s=Me();break}case`HLS_LIVE`:case`HLS_LIVE_CMAF`:{let e=t[n];Ee.assertNonNullable(e),a=Oe(e.url),o=`application/x-mpegurl`,s=Me();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:Ee.ErrorCategory.VIDEO_PIPELINE,message:e,thrown:t}),t}case`DASH`:case`DASH_LIVE_WEBM`:throw Error(`${n} is no longer supported`);default:return Ee.assertNever(n)}let c=Ne(r.videoId??a,o);c.contentUrl=a,c.streamType=s,c.metadata=Pe();let{title:l,subtitle:u}=r;return Ee.isNonNullable(l)&&(c.metadata.title=l),Ee.isNonNullable(u)&&(c.metadata.subtitle=u),c};function je(){var e;return((e=chrome.cast)==null||(e=e.media)==null||(e=e.StreamType)==null?void 0:e.BUFFERED)??`BUFFERED`}function Me(){var e;return((e=chrome.cast)==null||(e=e.media)==null||(e=e.StreamType)==null?void 0:e.LIVE)??`LIVE`}function Ne(e,t){var n;return!((n=chrome.cast)==null||(n=n.media)==null)&&n.MediaInfo?new chrome.cast.media.MediaInfo(e,t):{contentId:e,contentType:t,metadata:{title:``,subtitle:``},streamType:je()}}function Pe(){var e;return!((e=chrome.cast)==null||(e=e.media)==null)&&e.GenericMediaMetadata?new chrome.cast.media.GenericMediaMetadata:{images:[],metadataType:0,releaseDate:``,subtitle:``,title:``,releaseYear:1970,type:0}}var A=(e,t,n=!1)=>{let r=e.getTransition();(n||!r||r.to===t)&&e.setState(t)},Fe=require("@vkontakte/videoplayer-shared"),j=Fe.createTimers(Fe.TimerModule.CORE);class Ie{constructor(e){this.params=void 0,this.interval=0,this.startVideoPosition=void 0,this.startTs=void 0,this.params=e}start(e=0){j.clearInterval(this.interval),this.startVideoPosition=e,this.startTs=Date.now(),this.interval=j.setInterval(()=>{let e=(Date.now()-this.startTs)/1e3,t=this.startVideoPosition+e;this.params.output.position$.next(t)},1e3)}pause(){j.clearInterval(this.interval)}destroy(){j.clearInterval(this.interval)}}var Le=require("@vkontakte/videoplayer-shared"),Re=require("@vkontakte/videoplayer-shared"),ze=require("@vkontakte/videoplayer-shared"),Be=require("@vkontakte/videoplayer-shared");class Ve{constructor(){this._current=void 0,this._current_version=void 0,this._chromeVersion=void 0,this._firefoxVersion=void 0,this._safariVersion=void 0,this._operaVersion=void 0,this._edgeVersion=void 0,this._yandexVersion=void 0,this._isMiuiBrowser=!1}get current(){return this._current}get isChrome(){return this.current===`Chrome`}get isChromiumBased(){return ze.arrayIncludes([`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=/smart-tv;.*tizen/i.test(e)?`Chrome`:void 0,s=/webkit|safari|khtml/i.test(e)?`Safari`:void 0,c=/opr\//i.test(e)?`Opera`:void 0,l=/edg/i.test(e)?`Edge`:void 0;this._isMiuiBrowser=/(XiaoMi)|(MiuiBrowser)/i.test(e),this._current=t||n||a||c||l||r||i||o||s||`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}=Be.getWindow().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+)/),Be.isNullable(this._chromeVersion)&&(this._chromeVersion=this.detectVersion(/(\d+\.\d+\.\d+\.\d+)\/\d+\.\d+ TV/))}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 M=require("@vkontakte/videoplayer-shared"),He=require("@vkontakte/videoplayer-shared"),Ue=()=>{var e;return/Mobile|mini|Fennec|Android|iP(ad|od|hone)/.test(navigator.appVersion??navigator.userAgent)||((e=navigator)==null||(e=e.userAgentData)==null?void 0:e.mobile)};class We{constructor(e){this._displayChecker=void 0,this._isMobile=void 0,this._current=void 0,this._iosVersion=void 0,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(){return this._highEntropyValues.platform===`iOS`||M.arrayIncludes(this.os.name.toLowerCase(),`ios`)||M.arrayIncludes([`iPhone`,`iPad`,`iPod`],this.current)}get isIPadOS(){let e=this.current===`Mac`&&this._displayChecker.isTouch;return this.current===`iPad`||e}get isMac(){return this._highEntropyValues.platform===`macOS`||M.arrayIncludes(this.os.name.toLowerCase(),`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`||M.arrayIncludes(this.os.name.toLowerCase(),`android`)||this.current===`Android`}get isWindows(){return M.arrayIncludes(this.os.name.toLowerCase(),`windows`)}get isLinux(){return M.arrayIncludes(this.os.name.toLowerCase(),`linux`)&&!this.isAndroid}get isMobile(){return this._highEntropyValues.mobile||this._isMobile}get iOSVersion(){return this._iosVersion}detect(){let e=He.getWindow();if(!He.isBrowserWindow(e))return;let{userAgent:t}=e.navigator;try{this._isMobile=Ue()}catch(e){console.error(`DeviceChecker: calling isMobile error - `,e)}this.detectDevice(t),this.detectOS(t),this.detectDeviceDetails(t),this.detectHighEntropyValues(),this.isIOS&&this.detectIOSVersion()}detectHighEntropyValues(){var e=this;return w(function*(){let t=He.getWindow();if(!He.isBrowserWindow(t))return;let{userAgentData:n}=t.navigator;if(n?.getHighEntropyValues){let t=yield n.getHighEntropyValues([`architecture`,`bitness`,`brands`,`mobile`,`platform`,`formFactor`,`model`,`platformVersion`,`wow64`]);e._highEntropyValues=t,t.platform&&(e._os.name=e.normalizeOSName(t.platform),t.platformVersion&&(e._os.version=e.normalizeOSVersion(t.platformVersion),e._os.full=`${e._os.name} ${e._os.version}`)),t.model&&(e._details.model=t.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 M.arrayIncludes(t,`windows`)?`Windows`:M.arrayIncludes(t,`mac os`)||M.arrayIncludes(t,`macintosh`)?`macOS`:M.arrayIncludes(t,`iphone`)||M.arrayIncludes(t,`ios`)?`iOS`:M.arrayIncludes(t,`ipados`)?`iPadOS`:M.arrayIncludes(t,`android`)?`Android`:M.arrayIncludes(t,`harmonyos`)?`HarmonyOS`:M.arrayIncludes(t,`linux`)?`Linux`:M.arrayIncludes(t,`cros`)?`Chrome OS`:M.arrayIncludes(t,`freebsd`)?`FreeBSD`:M.arrayIncludes(t,`openbsd`)?`OpenBSD`:M.arrayIncludes(t,`solaris`)||M.arrayIncludes(t,`sunos`)?`Solaris`:M.arrayIncludes(t,`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 M.arrayIncludes(r,`samsung`)?n=n.replace(/^(sm-|gt-|sgh-|sch-)/i,``):M.arrayIncludes(r,`xiaomi`)?n=n.replace(/^(mi[\s\-_]*|redmi[\s\-_]*)/i,``):M.arrayIncludes(r,`oneplus`)?n=n.replace(/^oneplus[\s\-_]*/i,``):M.arrayIncludes(r,`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=He.getWindow();if(!He.isBrowserWindow(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)}}}var Ge=require("@vkontakte/videoplayer-shared"),Ke=[`standalone`,`minimal-ui`,`fullscreen`,`window-controls-overlay`,`picture-in-picture`];class qe{constructor(){this._maxTouchPoints=void 0,this._height=void 0,this._width=void 0,this._isHdr=void 0,this._pixelRatio=void 0,this._screenHeight=void 0,this._screenWidth=void 0,this._colorDepth=void 0,this._displayMode=`browser`,this._isStandalone=!1}get isTouch(){return typeof this._maxTouchPoints==`number`?this._maxTouchPoints>1:`ontouchstart`in Ge.getWindow()}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}get displayMode(){return this._displayMode}get isStandalone(){return this._isStandalone}detect(){let e=Ge.getWindow();if(!Ge.isBrowserWindow(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)}try{this._displayMode=this.detectDisplayMode(e);let n=t.standalone===!0;this._isStandalone=n||this._displayMode!==`browser`}catch(e){console.error(e)}}detectDisplayMode(e){return Ke.find(t=>{var n;return(n=e.matchMedia)==null||(n=n.call(e,`(display-mode: ${t})`))==null?void 0:n.matches})??`browser`}}var Je=require("@vkontakte/videoplayer-shared"),Ye=()=>window.ManagedMediaSource||window.MediaSource,Xe=()=>{var e;return!!(window.ManagedMediaSource&&!((e=window.ManagedSourceBuffer)==null||(e=e.prototype)==null)&&e.appendBuffer)},Ze=()=>{var e;return!!(window.MediaSource&&!((e=window.SourceBuffer)==null||(e=e.prototype)==null)&&e.appendBuffer)},Qe=()=>window.ManagedMediaSource?new ManagedMediaSource:new MediaSource,$e=Je.getWindow().document?.createElement(`video`),et=`video/mp4; codecs="avc1.42000a,mp4a.40.2"`,tt=`video/mp4; codecs="hev1.1.6.L93.B0"`,nt=`video/webm; codecs="vp09.00.10.08"`,rt=`video/webm; codecs="av01.0.00M.08"`,it=`audio/mp4; codecs="mp4a.40.2"`,at=`audio/webm; codecs="opus"`,ot;(function(){var e=w(function*(){let e=Je.getWindow();if(!Je.isBrowserWindow(e)||!(`mediaCapabilities`in e.navigator))return;let t={type:`media-source`,video:{contentType:`video/webm`,width:1280,height:720,bitrate:1e6,framerate:30}},[n,r]=yield Promise.all([e.navigator.mediaCapabilities.decodingInfo(T(T({},t),{},{video:T(T({},t.video),{},{contentType:rt})})),e.navigator.mediaCapabilities.decodingInfo(T(T({},t),{},{video:T(T({},t.video),{},{contentType:nt})}))]);ot={DASH_WEBM_AV1:n,DASH_WEBM:r}});return function(){return e.apply(this,arguments)}})()().catch(e=>{console.log($e),console.error(e)});class st{constructor(e,t){this._video=void 0,this._deviceChecker=void 0,this._browserChecker=void 0,this._protocols=void 0,this._containers=void 0,this._codecs=void 0,this._nativeHlsSupported=void 0,this._deviceChecker=e,this._browserChecker=t}get protocols(){return this._protocols}get containers(){return this._containers}get codecs(){return this._codecs}get webmDecodingInfo(){return ot}get supportedCodecs(){return Object.keys(this._codecs).filter(e=>this._codecs[e])}get nativeHlsSupported(){return this._nativeHlsSupported}detect(){let e=Je.getWindow();if(!Je.isBrowserWindow(e))return;let t=e.document;this._video=t.createElement(`video`);try{var n,r,i,a,o,s,c,l,u,d,f,p,m,h,g,_;this._protocols={mms:Xe(),mse:Ze(),hls:!!((n=this._video).canPlayType?.call(n,`application/x-mpegurl`)||(r=this._video).canPlayType?.call(r,`vnd.apple.mpegURL`)),webrtc:!!e.RTCPeerConnection,ws:!!e.WebSocket},this._containers={mp4:!!(i=this._video).canPlayType?.call(i,`video/mp4`),webm:!!(a=this._video).canPlayType?.call(a,`video/webm`),cmaf:!0};let t=!!(!((o=Ye())==null||(s=o.isTypeSupported)==null)&&s.call(o,et)),v=!!(!((c=Ye())==null||(l=c.isTypeSupported)==null)&&l.call(c,tt)),y=!!(!((u=Ye())==null||(d=u.isTypeSupported)==null)&&d.call(u,it));this._codecs={h264:t,h265:v,vp9:!!(!((f=Ye())==null||(p=f.isTypeSupported)==null)&&p.call(f,nt)),av1:!!(!((m=Ye())==null||(h=m.isTypeSupported)==null)&&h.call(m,rt)),aac:y,opus:!!(!((g=Ye())==null||(_=g.isTypeSupported)==null)&&_.call(g,at)),mpeg:(t||v)&&y},this._nativeHlsSupported=this._protocols.hls&&this._containers.mp4}catch(e){console.error(e)}try{this.destroyVideoElement()}catch(e){console.error(`Error destroying video element:`,e)}}destroyVideoElement(){if(!this._video)return;if(this._video.pause(),this._video.currentTime=0,this._video.removeAttribute(`src`),this._video.src=``,this._video.load(),this._video.remove){this._video.remove(),this._video=null;return}this._video.parentNode&&this._video.parentNode.removeChild(this._video);let e=this._video.cloneNode(!1);this._video.parentNode?.replaceChild(e,this._video),this._video=null}}var ct=require("@vkontakte/videoplayer-shared"),lt=`audio/mpeg`;class ut{constructor(){this._audio=void 0,this._containers=void 0,this._codecs=void 0}supportMp3(){return this._codecs.mp3&&this._containers.mpeg}detect(){let e=ct.getWindow();if(!ct.isBrowserWindow(e))return;let t=e.document;this._audio=t.createElement(`audio`);try{var n,r,i;this._containers={mpeg:!!(n=this._audio).canPlayType?.call(n,lt)},this._codecs={mp3:!!(!((r=Ye())==null||(i=r.isTypeSupported)==null)&&i.call(r,lt))}}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 dt{constructor(){this.isInited$=new Re.ValueSubject(!1),this._displayChecker=void 0,this._deviceChecker=void 0,this._browserChecker=void 0,this._videoChecker=void 0,this._audioChecker=void 0,this._displayChecker=new qe,this._deviceChecker=new We(this._displayChecker),this._browserChecker=new Ve,this._videoChecker=new st(this._deviceChecker,this._browserChecker),this._audioChecker=new ut,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}detect(){var e=this;return w(function*(){Re.isBrowserWindow()&&(e._displayChecker.detect(),e._deviceChecker.detect(),e._browserChecker.detect(),e._videoChecker.detect(),e._audioChecker.detect(),e.isInited$.next(!0))})()}}var N=new dt,ft=(e,t=!1)=>{let{containers:n,protocols:r,codecs:i,nativeHlsSupported:a}=N.video,{isMobile:o}=N.device,s=N.device.isMac&&N.browser.isSafari,c=t&&!o&&!s,l=(i.h264||i.h265)&&i.aac,u=r.mse||r.mms;return e.filter(e=>{switch(e){case`DASH_SEP`:return u&&n.mp4&&l;case`DASH_WEBM`:return u&&n.webm&&i.vp9&&i.opus;case`DASH_WEBM_AV1`:return u&&n.webm&&i.av1&&i.opus;case`DASH_STREAMS`:return u&&(n.mp4&&l||n.webm&&(i.vp9||i.av1)&&(i.opus||i.aac));case`DASH_LIVE`:return u&&n.mp4&&l;case`DASH_LIVE_CMAF`:return u&&n.mp4&&l&&n.cmaf;case`DASH_ONDEMAND`:return u&&n.mp4&&l;case`HLS`:case`HLS_ONDEMAND`:case`HLS_FMP4`:case`HLS_LIVE`:case`HLS_LIVE_CMAF`:return a&&!c;case`MPEG`:return n.mp4;case`DASH`:case`DASH_LIVE_WEBM`:return!1;case`WEB_RTC_LIVE`:return r.webrtc&&r.ws&&i.h264&&(n.mp4||n.webm);default:return Le.assertNever(e)}})},pt=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 Le.assertNever(e)}},mt=(e,t=!1)=>ft(Object.keys(e).filter(e=>!pt(e)),t).length>0;class ht{constructor(e){this.subscription=new k.Subscription,this.log=void 0,this.params=void 0,this.sessionId$=new k.ValueSubject(null),this.mediaSessionId$=new k.ValueSubject(null),this.contentId$=new k.ValueSubject(null),this.progressTicker=void 0,this.isMobile=Ue(),this.mobileVolumeState={muted:!1,volume:0},this.media=null,this.lastRequestedVolume=null,this.syncMediaState=e=>{if(k.isNullable(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;k.isNonNullable(n)&&this.params.output.duration$.next(Math.max(0,n));let r=e.currentTime;if(k.isNonNullable(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()}},this.params=e,this.progressTicker=new Ie(e),this.log=this.params.dependencies.logger.createComponentLog(`ChromecastPresentationApiProvider`),this.log({message:`constructor, format: ${e.format}`}),this.params.output.isLive$.next(pt(e.format)),this.subscribe()}subscribe(){let e=e=>{this.params.output.error$.next({category:k.ErrorCategory.WTF,id:`ChromecastPresentationApiProvider`,message:e?.message??`Unknown error`,thrown:e})};this.subscription.add(this.params.chromecastConnector.message$.pipe(k.filter(e=>!!e)).subscribe(e=>{this.handleMessage(e)},e)),this.subscription.add(this.sessionId$.pipe(k.filter(k.isNonNullable),k.filterChanged(),k.debounce(0)).subscribe(()=>{this.loadMedia()},e));let t=this.contentId$.pipe(k.filterChanged(),k.map(Boolean));this.subscription.add(k.combine({seekState:this.params.desiredState.seekState.stateChangeEnded$,mediaLoaded:t}).pipe(k.filter(({mediaLoaded:e})=>e)).subscribe(()=>{let e=this.params.desiredState.seekState.getState();e.state===`requested`&&this.seek(e.position/1e3)},e));let n=k.combine({playbackState:this.params.desiredState.playbackState.stateChangeStarted$,mediaLoaded:t});this.subscription.add(n.pipe(k.filter(({mediaLoaded:e})=>e),k.debounce(0)).subscribe(()=>{this.syncPlayback()},e)),this.subscription.add(n.pipe(k.filter(({mediaLoaded:e,playbackState:{from:t,to:n}})=>!e&&t===`stopped`&&n===`playing`)).subscribe(()=>{this.loadMedia()},e)),this.subscription.add(k.combine({volumeState:this.params.desiredState.volume.stateChangeStarted$.pipe(k.debounce(30)),mediaLoaded:t}).pipe(k.filter(({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`:{var t;this.sessionId$.next(e.message.sessionId);let n=(t=e.message)==null||(t=t.media)==null?void 0:t[0];this.syncMediaState(n);let r=e.message?.receiver.volume;this.syncVolumeState(r)}break;case`v2_message`:switch(e.message?.type){case`MEDIA_STATUS`:{var n;let t=(n=e.message)==null||(n=n.status)==null?void 0:n[0];this.syncMediaState(t);break}}break}}loadMedia(){let e=Ae(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();k.assertNonNullable(e,`play on null mediaSessionId`),this.params.chromecastConnector.sendV2Message({type:`PLAY`,mediaSessionId:e,customData:null})}pause(){let e=this.mediaSessionId$.getValue();k.assertNonNullable(e,`pause on null mediaSessionId`),this.params.chromecastConnector.sendV2Message({type:`PAUSE`,mediaSessionId:e,customData:null})}seek(e){let t=this.mediaSessionId$.getValue();k.assertNonNullable(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`:A(this.params.desiredState.playbackState,`paused`);break;case`PLAYING`:A(this.params.desiredState.playbackState,`playing`);break;case`IDLE`:t===`FINISHED`?(this.params.output.endedEvent$.next(),A(this.params.desiredState.playbackState,`stopped`),this.contentId$.next(null)):A(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(k.isNullable(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()}}var P=require("@vkontakte/videoplayer-shared"),gt=e=>({castDevice:{friendlyName:e},remotePlayer:{},remotePlayerController:{},session:{}}),_t=()=>String(Date.now())+String(Math.floor(Math.random()*1e5));class vt{constructor(e){this.params=void 0,this.clientId=void 0,this.capabilities=[`WEB`],this.presentationRequest$=new P.ValueSubject(null),this.log=void 0,this.sessionId$=new P.ValueSubject(null),this.broadcastChannel=new BroadcastChannel(`vk_player_chromecast_events`),this.subscription=new P.Subscription,this.subscriptionEvents=new P.Subscription,this.isDestroyed=!1,this.sequenceNumber=0,this.presentationAvailable$=new P.ValueSubject(!1),this.presentationConnection$=new P.ValueSubject(null),this.message$=new P.ValueSubject(null),this.friendlyName$=new P.ValueSubject(null),this.errorEvent$=new P.Subject,this.clientId=this.getClientId(),this.params=e,this.log=e.logger.createComponentLog(`ChromecastPresentationApiConnector`),this.log({message:`constructor`}),this.safeReinitPresentation(),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(P.fromEvent(e,`change`).subscribe(()=>{t()})),t()}).catch(()=>{this.presentationAvailable$.next(!0)}),P.getWindow().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`})})}safeReinitPresentation(e){try{this.reinitPresentation(e)}catch(e){this.errorEvent$.next({category:P.ErrorCategory.WTF,id:`ChromecastPresentationApiConnector`,message:e?.message??`reinitPresentation error`,thrown:e})}}connect(){var e=this;return w(function*(){e.log({message:`connect`});try{e.presentationRequest$.getValue()||(e.log({message:`reinitPresentation`}),e.reinitPresentation(!1));let t=e.presentationRequest$.getValue();P.assertNonNullable(t,`connect with null presentationRequest`);let n=yield t.start();e.handleConnection(n)}catch(t){switch(t?.name){case`AbortError`:case`NotAllowedError`:break;default:e.errorEvent$.next({category:P.ErrorCategory.WTF,id:`ChromecastPresentationApiConnector`,message:t?.message??`connect error`,thrown:t});break}}})()}subscribe(){this.subscription.add(P.fromEvent(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(P.tap(e=>{this.log({message:`presentationConnection$: ${!!e}`})}),P.filter(e=>!!e)).subscribe(e=>{let t=P.fromEvent(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=P.fromEvent(e,`connect`).subscribe(()=>{this.send(`client_connect`)}),r=P.fromEvent(e,`close`).subscribe(e=>{switch(e.reason){case`error`:this.errorEvent$.next({category:P.ErrorCategory.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:T(T({},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:P.ErrorCategory.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 P.getWindow()[e]=P.getWindow()[e]||_t()}resetSubscriptionEvents(){this.subscriptionEvents.unsubscribe(),this.subscriptionEvents=new P.Subscription}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))}}var yt=require("@vkontakte/videoplayer-shared");class bt{static isSupported(){return`chrome`in window&&`presentation`in navigator&&`BroadcastChannel`in window}constructor(e){this.subscription=new yt.Subscription,this.log=void 0,this.contentId=void 0,this.connection$=new yt.ValueSubject(void 0),this.castState$=new yt.ValueSubject(`NOT_AVAILABLE`),this.errorEvent$=new yt.Subject,this.chromecastConnector=void 0;let t=bt.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 vt({appId:e.receiverApplicationId,logger:e.dependencies.logger}),this.subscribe())}subscribe(){yt.assertNonNullable(this.chromecastConnector,`subscribe with null chromecastConnector`),this.subscription.add(this.chromecastConnector.errorEvent$.subscribe(this.errorEvent$));let e=yt.combine({connection:this.chromecastConnector.presentationConnection$,available:this.chromecastConnector.presentationAvailable$,friendlyName:this.chromecastConnector.friendlyName$.pipe(yt.filterChanged())});this.subscription.add(e.pipe(yt.map(({connection:e,friendlyName:t})=>!!(e&&t)),yt.filterChanged()).subscribe(e=>{let t=this.chromecastConnector?.friendlyName$.getValue()??``;this.connection$.next(e?gt(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()}stopMedia(){var e=this;return w(function*(){e.log({message:`stopMedia`}),e.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 xt=require("@vkontakte/videoplayer-shared"),St=require("@vkontakte/videoplayer-shared"),Ct=require("@vkontakte/videoplayer-shared"),wt=require("@vkontakte/videoplayer-shared"),Tt=require("@vkontakte/videoplayer-shared");require("@vkontakte/videoplayer-shared");var Et=(e,t)=>e===t;class Dt{constructor(e,t=Et){this.comparator=void 0,this.state=void 0,this.prevState=void 0,this.transition=void 0,this.transitionStarted$=new Tt.Subject,this.transitionEnded$=new Tt.Subject,this.transitionUpdated$=new Tt.Subject,this.forceChanged$=new Tt.Subject,this.stateChangeStarted$=Tt.merge(this.transitionStarted$,this.transitionUpdated$),this.stateChangeEnded$=Tt.merge(this.transitionEnded$,this.forceChanged$),this.comparator=t,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?this.comparator(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;this.comparator(n,e)||Tt.isNonNullable(t)&&this.comparator(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}}var F=require("@vkontakte/videoplayer-shared"),Ot=5,kt=5,At=500,jt=7e3;class Mt{constructor(e){this.subscription=new F.Subscription,this.loadMediaTimeoutSubscription=new F.Subscription,this.videoState=new Dt(`stopped`),this.params=void 0,this.log=void 0,this.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:F.assertNever(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:F.assertNever(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:F.assertNever(e)}break;default:F.assertNever(n)}}},this.params=e,this.log=this.params.dependencies.logger.createComponentLog(`ChromecastProvider`),this.log({message:`constructor, format: ${e.format}`}),this.params.output.isLive$.next(pt(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 F.Subscription;this.subscription.add(e),this.subscription.add(F.merge(this.videoState.stateChangeStarted$.pipe(F.map(e=>`stateChangeStarted$ ${JSON.stringify(e)}`)),this.videoState.stateChangeEnded$.pipe(F.map(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 F.Subject;e.add(t.pipe(F.debounce(At)).subscribe(()=>{this.params.output.seekedEvent$.next()}));let n=NaN;e.add(F.fromEvent(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)>Ot)&&t.next(r),n=r})),e.add(F.fromEvent(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.DURATION_CHANGED).subscribe(e=>{this.logRemoteEvent(e),this.params.output.duration$.next(e.value)}))}t(F.fromEvent(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.IS_MEDIA_LOADED_CHANGED),t=>{this.logRemoteEvent(t),t.value?this.handleRemoteReady():(this.handleRemoteStop(),e.unsubscribe())}),t(F.fromEvent(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.IS_PAUSED_CHANGED),e=>{this.logRemoteEvent(e),e.value?this.handleRemotePause():this.handleRemotePlay()}),t(F.fromEvent(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<kt&&this.params.output.endedEvent$.next(),this.handleRemoteStop(),A(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:F.assertNever(n)}}),t(F.fromEvent(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.VOLUME_LEVEL_CHANGED),e=>{this.logRemoteEvent(e),this.handleRemoteVolumeChange({volume:e.value})}),t(F.fromEvent(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.IS_MUTED_CHANGED),e=>{this.logRemoteEvent(e),this.handleRemoteVolumeChange({muted:e.value})}),t(F.merge(this.params.desiredState.playbackState.stateChangeStarted$,this.params.desiredState.seekState.stateChangeEnded$,this.videoState.stateChangeEnded$,F.observableFrom([`init`])).pipe(F.debounce(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`),A(this.params.desiredState.playbackState,`paused`)):(this.videoState.setState(`playing`),A(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=Ae(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`),A(this.params.desiredState.playbackState,`paused`))}handleRemotePlay(){let e=this.videoState.getState();(this.videoState.getTransition()?.to===`playing`||e===`paused`)&&(this.videoState.setState(`playing`),A(this.params.desiredState.playbackState,`playing`))}handleRemoteReady(){this.videoState.getTransition()?.to===`ready`&&this.videoState.setState(`ready`),this.params.desiredState.playbackState.getTransition()?.to===`ready`&&A(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(F.timeout(jt).subscribe(()=>t(`timeout(${jt})`)))});wt.promiseFinally(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:F.ErrorCategory.VIDEO_PIPELINE,message:t,thrown:e})}),()=>{this.loadMediaTimeoutSubscription.unsubscribe()})}logRemoteEvent(e){this.log({message:`[remoteEvent] ${JSON.stringify(e)}`})}}var Nt=require("@vkontakte/videoplayer-shared"),Pt=require("@vkontakte/videoplayer-shared"),Ft=require("@vkontakte/videoplayer-shared"),It=e=>{try{e.pause(),e.playbackRate=0,Ft.clearVideoElement(e),e.remove()}catch(e){console.error(e)}},Lt=`__spvc`;class Rt{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)}}var zt=Pt.getWindow(),Bt=zt.WeakMap?new zt.WeakMap:new Rt,Vt=zt.WeakMap?new zt.WeakMap:new Map,Ht=(e,t=20)=>{let n=0;return Pt.fromEvent(e,`ratechange`).subscribe(r=>{n++,n>=t&&(e.currentTime=e.currentTime,n=0)})};function Ut(e){e.style.position=`fixed`,e.style.left=`100%`,e.setAttribute(`data-role`,`screen`),Pt.getWindow().document.body.appendChild(e)}function Wt(e,t){e.style.position=``,e.style.left=``,t.appendChild(e)}var Gt=(e,{audioVideoSyncRate:t,disableYandexPiP:n,reuseOwnVideoElement:r})=>{let i,a=e.querySelector(`video`),o=!!a,s=Pt.getWindow().document.querySelector(`body > video[data-role=screen]`)||void 0;r?zt[Lt]=s:(s?.remove(),delete zt[Lt]),a?(i=a,Pt.clearVideoElement(i)):s&&s===zt[Lt]?(i=s,Wt(i,e)):(i=Pt.getWindow().document.createElement(`video`),e.appendChild(i),r&&(zt[Lt]=i)),Bt.set(i,o);let c=new Pt.Subscription;return c.add(Ht(i,t)),Vt.set(i,c),i.setAttribute(`crossorigin`,`anonymous`),i.setAttribute(`playsinline`,`playsinline`),n&&i.setAttribute(`x-yandex-pip`,`false`),i.controls=!1,i.setAttribute(`poster`,`data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=`),i},Kt=e=>(e.setAttribute(`crossorigin`,`anonymous`),e.controls=!1,e),qt=(e,t)=>{if(e instanceof HTMLAudioElement){It(e);return}if(e instanceof HTMLVideoElement){Jt(e,t);return}};function Jt(e,{reuseOwnVideoElement:t}){Vt.get(e)?.unsubscribe(),Vt.delete(e);let n=Bt.get(e);Bt.delete(e),Pt.clearVideoElement(e),t&&!n&&Ut(e)}var Yt=require("@vkontakte/videoplayer-shared"),Xt=require("@vkontakte/videoplayer-shared"),I=require("@vkontakte/videoplayer-shared"),Zt=require("@vkontakte/videoplayer-shared"),Qt=(e,t,n,{equal:r=(e,t)=>e===t,changed$:i,onError:a}={})=>{let o=e.getState(),s=t(),c=Zt.isNullable(i),l=new Zt.Subscription;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},$t=(e,t,n)=>Qt(t,()=>e.loop,t=>{Zt.isNonNullable(t)&&(e.loop=t)},{onError:n}),en=(e,t,n,r,i)=>Qt(t,()=>({muted:e.muted,volume:e.volume}),t=>{i?.skipVideoElVolumeSync$.getValue()||Zt.isNonNullable(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}),tn=(e,t,n,r)=>Qt(t,()=>e.playbackRate,t=>{Zt.isNonNullable(t)&&(e.playbackRate=t)},{changed$:n,onError:r}),nn=Qt,rn=e=>[`__`,e.language,e.label].join(`|`),an=(e,t)=>{if(e.id===t)return!0;let[n,r,i]=t.split(`|`);return e.language===r&&e.label===i};class on{constructor(e){this.available$=new I.Subject,this.current$=new I.ValueSubject(void 0),this.error$=new I.Subject,this.video=void 0,this.cueSettings=void 0,this.subscription=new I.Subscription,this.externalTracks=new Map,this.internalTracks=new Map,this.baseURL=void 0,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:I.ErrorCategory.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(nn(t.internalTextTracks,()=>Yt.objectValues(this.internalTracks),e=>{I.isNonNullable(e)&&this.setInternal(e)},{equal:(e,t)=>I.isNonNullable(e)&&I.isNonNullable(t)&&e.length===t.length&&e.every(({id:e},n)=>e===t[n].id),changed$:this.available$.pipe(I.map(e=>e.filter(({type:e})=>e===`internal`))),onError:r})),this.subscription.add(nn(t.externalTextTracks,()=>Yt.objectValues(this.externalTracks),e=>{I.isNonNullable(e)&&this.setExternal(e)},{equal:(e,t)=>I.isNonNullable(e)&&I.isNonNullable(t)&&e.length===t.length&&e.every(({id:e},n)=>e===t[n].id),changed$:this.available$.pipe(I.map(e=>e.filter(({type:e})=>e===`external`))),onError:r})),this.subscription.add(nn(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(nn(t.textTrackCuesSettings,()=>({}),()=>{if(this.video)for(let e of this.htmlTextTracksAsArray())this.applyCueSettings(e.cues),this.applyCueSettings(e.activeCues)}))}subscribe(){I.assertNonNullable(this.video);let{textTracks:e}=this.video;this.subscription.add(I.fromEvent(e,`addtrack`).subscribe(()=>{let e=this.current$.getValue();e&&this.select(e)})),this.subscription.add(I.merge(I.fromEvent(e,`addtrack`),I.fromEvent(e,`removetrack`),I.observableFrom([`init`])).pipe(I.map(()=>this.htmlTextTracksAsArray().map(e=>this.htmlTextTrackToITextTrack(e))),I.filterChanged((e,t)=>e.length===t.length&&e.every(({id:e},n)=>e===t[n].id))).subscribe(this.available$)),this.subscription.add(I.merge(I.fromEvent(e,`change`),I.observableFrom([`init`])).pipe(I.map(()=>this.htmlTextTracksAsArray().find(({mode:e})=>e===`showing`)),I.map(e=>e&&this.htmlTextTrackToITextTrack(e).id),I.filterChanged()).subscribe(this.current$));let t=e=>this.applyCueSettings(e.target?.activeCues??null);this.subscription.add(I.fromEvent(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(I.fromEvent(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;I.isNonNullable(t.align)&&(e.align=t.align),I.isNonNullable(t.position)&&(e.position=t.position),I.isNonNullable(t.size)&&(e.size=t.size),I.isNonNullable(t.line)&&(e.line=t.line)}}htmlTextTracksAsArray(e=!1){I.assertNonNullable(this.video);let t=[...this.video.textTracks];return e?t:t.filter(on.isHealthyTrack)}htmlTextTrackToITextTrack(e){let{language:t,label:n}=e,r=e.id?e.id:rn(e),i=this.externalTracks.has(r),a=(i?this.externalTracks.get(r)?.isAuto:this.internalTracks.get(r)?.isAuto)??Xt.arrayIncludes(r,`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){I.assertNonNullable(this.video);for(let e of this.htmlTextTracksAsArray(!0))e.mode=`showing`;for(let t of this.htmlTextTracksAsArray(!0))(I.isNullable(e)||!an(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){I.assertNonNullable(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){I.assertNonNullable(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 sn=on;class cn{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 ln=e=>{let t=e;for(;!(t instanceof Document)&&!(t instanceof ShadowRoot)&&t!==null;)t=t?.parentNode;return t??void 0},un=e=>{let t=ln(e);return!!(t&&t.fullscreenElement&&t.fullscreenElement===e)},dn=e=>{let t=ln(e);return!!(t&&t.pictureInPictureElement&&t.pictureInPictureElement===e)},L=require("@vkontakte/videoplayer-shared"),fn=3,pn=(e,t,n=fn)=>{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}},mn=e=>{let t=0;for(let n=0;n<e.length;n++)t+=e.end(n)-e.start(n);return t},hn=e=>{let t=0;for(let n=0;n<e.length;n++)t+=e.end(n)-e.start(n);return t*1e3},gn=e=>{let t=t=>L.fromEvent(e,t).pipe(L.mapTo(void 0),L.shareReplay(1)),n=new L.Subscription,r=()=>n.unsubscribe(),i=L.merge(L.fromEvent(e,`progress`),L.fromEvent(e,`timeupdate`)),a=i.pipe(L.map(()=>pn(e.buffered,e.currentTime)),L.shareReplay(1)),o=i.pipe(L.map(()=>hn(e.buffered)),L.shareReplay(1)),s=i.pipe(L.map(()=>e.buffered.length),L.shareReplay(1)),c=N.browser.isSafari?L.combine({play:t(`play`).pipe(L.once()),playing:t(`playing`)}).pipe(L.mapTo(void 0),L.shareReplay(1)):t(`playing`),l=L.fromEvent(e,`volumechange`).pipe(L.map(()=>({muted:e.muted,volume:e.volume})),L.shareReplay(1)),u=L.fromEvent(e,`ratechange`).pipe(L.map(()=>e.playbackRate),L.shareReplay(1)),d=L.fromEvent(e,`error`).pipe(L.filter(()=>!!(e.error||e.played.length)),L.map(()=>{let t=e.error;return{id:t?`MediaError#${t.code}`:`HtmlVideoError`,category:L.ErrorCategory.VIDEO_PIPELINE,message:t?t.message:`Error event from HTML video element`,thrown:e.error??void 0,origin:`mediaError`,data:t?{code:t.code}:void 0}}),L.shareReplay(1)),f=L.fromEvent(e,`timeupdate`).pipe(L.map(()=>e.currentTime),L.shareReplay(1)),p=L.merge(L.fromEvent(e,`loadedmetadata`),L.fromEvent(e,`timeupdate`),L.fromEvent(e,`pause`),L.fromEvent(e,`seeked`),L.fromEvent(e,`ended`)).pipe(L.map(()=>mn(e.played)),L.filterChanged(),L.shareReplay(1)),m=[`waiting`,`seeking`,`seeked`,`timeupdate`],h=new L.Subject,g=.3,_;n.add(L.merge(...m.map(t=>L.fromEvent(e,t))).subscribe(t=>{let n=e.currentTime;e.loop&&L.isNonNullable(_)&&L.isNonNullable(n)&&_>=e.duration-g&&n<=g&&h.next(_),_=n}));let v=t(`pause`).pipe(L.filter(()=>!e.error&&_!==e.duration),L.shareReplay(1)),y=L.fromEvent(e,`enterpictureinpicture`).pipe(L.shareReplay(1)),b=L.fromEvent(e,`leavepictureinpicture`).pipe(L.shareReplay(1)),x=new L.ValueSubject(dn(e));n.add(y.subscribe(()=>x.next(!0))),n.add(b.subscribe(()=>x.next(!1)));let S=new L.ValueSubject(un(e)),C=L.fromEvent(e,`fullscreenchange`).pipe(L.shareReplay(1));n.add(C.pipe(L.map(()=>un(e))).subscribe(S));let w=L.fromEvent(e,`timeupdate`).pipe(L.map(t=>e.duration-e.currentTime<.1),L.filterChanged(),L.shareReplay(1)),T=L.merge(w.pipe(L.filter(t=>!e.loop&&t)),L.fromEvent(e,`ended`)).pipe(L.throttle(1e3),L.mapTo(void 0),L.shareReplay(1)),E=L.merge(...[`waiting`,`pause`,`canplay`,`play`,`canplaythrough`,`playing`,`seeking`,`seeked`,`ended`].map(t=>L.fromEvent(e,t)),w.pipe(L.map(e=>({type:e?`ended`:`unknown`})))).pipe(L.map(t=>N.browser.isFirefox&&t.type===`ended`?e.readyState<2:e.readyState<3),L.filterChanged(),L.shareReplay(1));return{playing$:c,pause$:v,canplay$:t(`canplay`),ended$:T,looped$:h,error$:d,seeked$:t(`seeked`),seeking$:t(`seeking`),progress$:t(`progress`),loadStart$:t(`loadstart`),loadedMetadata$:t(`loadedmetadata`),loadedData$:t(`loadeddata`),timeUpdate$:f,durationChange$:L.fromEvent(e,`durationchange`).pipe(L.map(()=>e.duration),L.shareReplay(1)),playedTime$:p,isBuffering$:E,currentBuffer$:a,totalBufferDuration$:o,bufferRangeCount$:s,volumeState$:l,playbackRateState$:u,inPiP$:x,inFullscreen$:S,enterPip$:y,leavePip$:b,destroy:r}},_n=require("@vkontakte/videoplayer-shared"),vn=e=>{switch(e){case`mobile`:return _n.VideoQuality.Q_144P;case`lowest`:return _n.VideoQuality.Q_240P;case`low`:return _n.VideoQuality.Q_360P;case`sd`:case`medium`:return _n.VideoQuality.Q_480P;case`hd`:case`high`:return _n.VideoQuality.Q_720P;case`fullhd`:case`full`:return _n.VideoQuality.Q_1080P;case`quadhd`:case`quad`:return _n.VideoQuality.Q_1440P;case`ultrahd`:case`ultra`:return _n.VideoQuality.Q_2160P}},yn=require("@vkontakte/videoplayer-shared"),bn=require("@vkontakte/videoplayer-shared"),xn=require("@vkontakte/videoplayer-shared"),R=require("@vkontakte/videoplayer-shared"),Sn=!1,Cn={},wn=e=>{Sn=e},Tn=()=>{Cn={}},En=e=>{e(Cn)},Dn=(e,t)=>{Sn&&(Cn.meta=Cn.meta??{},Cn.meta[e]=t)};class On{constructor(e){this.name=void 0,this.name=e}next(e){if(!Sn)return;Cn.series=Cn.series??{};let t=Cn.series[this.name]??[];t.push([Date.now(),e]),Cn.series[this.name]=t}}var kn=require("@vkontakte/videoplayer-shared");function An(e,t,n){return!e.max&&e.min===t?`high_quality`:!e.min&&e.max===n?`traffic_saving`:`unknown`}function jn(e,t,n){return kn.isNullable(e)||kn.isNonNullable(e.min)&&kn.isNonNullable(e.max)&&kn.isLower(e.max,e.min)||kn.isNonNullable(e.min)&&kn.isNonNullable(t)&&kn.isHigher(e.min,t)||kn.isNonNullable(e.max)&&kn.isNonNullable(n)&&kn.isLower(e.max,n)}function Mn({limits:e,highestAvailableHeight:t,lowestAvailableHeight:n}){return jn({max:e?.max?kn.videoHeightToQuality(e.max):void 0,min:e?.min?kn.videoHeightToQuality(e.min):void 0},t?kn.videoHeightToQuality(t):void 0,n?kn.videoHeightToQuality(n):void 0)}var Nn=new On(`best_bitrate`),Pn=(e,t,n)=>(t-n)*2**(-10*e)+n,Fn=e=>(t,n)=>e*(Number(t.bitrate)-Number(n.bitrate));class In{constructor(){this.last=void 0,this.history={}}recordSelection(e){this.history[e.id]=R.now()}recordSwitch(e){this.last=e}clear(){this.last=void 0,this.history={}}}var Ln=`Assertion "ABR Tracks is empty array" failed`,Rn=new WeakMap,zn=new WeakMap,Bn=new WeakMap,Vn=(e,t,n,r)=>{let i=[...t].sort(Fn(1)),a=[...n].sort(Fn(1)),o=a.filter(t=>R.isNonNullable(t.bitrate)&&R.isNonNullable(e.bitrate)?e.bitrate/t.bitrate>r:!0),s=yn.arrayAt(a,Math.round(a.length*i.indexOf(e)/(i.length+1)))??yn.arrayAt(a,-1);return s&&bn.arrayIncludes(o,s)?s:o.length?yn.arrayAt(o,-1):yn.arrayAt(a,0)},Hn=(e,t,n,r)=>{let i=Rn.get(t);i||(i=[...t].sort(Fn(1)),Rn.set(t,i));let a=Rn.get(n);a||(a=[...n].sort(Fn(1)),Rn.set(n,a));let o=Bn.get(e);o||(o=a.filter(t=>R.isNonNullable(t.bitrate)&&R.isNonNullable(e.bitrate)?e.bitrate/t.bitrate>r:!0),Bn.set(e,o));let s=yn.arrayAt(a,Math.round(a.length*i.indexOf(e)/(i.length+1)))??yn.arrayAt(a,-1);return s&&bn.arrayIncludes(o,s)?s:o.length?yn.arrayAt(o,-1):yn.arrayAt(a,0)},Un=e=>`quality`in e,Wn=(e,t,n,r)=>{var i;let a=R.isNonNullable(r==null||(i=r.last)==null?void 0:i.bitrate)&&R.isNonNullable(n?.bitrate)&&r.last.bitrate<n.bitrate?e.trackCooldownIncreaseQuality:e.trackCooldownDecreaseQuality,o=n&&r&&r.history[n.id]&&R.now()-r.history[n.id]<=a&&(!r.last||n.id!==r.last.id);if(n?.id&&r&&!o&&r.recordSelection(n),o&&r?.last){let e=r.last;return r?.recordSwitch(e),t({message:`
|
|
7
|
-
[last ${
|
|
8
|
-
`}),e}return r?.recordSwitch(n),n},
|
|
6
|
+
function e(e,t,n,r,i,a,o){try{var s=e[a](o),c=s.value}catch(e){n(e);return}s.done?t(c):Promise.resolve(c).then(r,i)}function t(t){return function(){var n=this,r=arguments;return new Promise(function(i,a){var o=t.apply(n,r);function s(t){e(o,i,a,s,c,`next`,t)}function c(t){e(o,i,a,s,c,`throw`,t)}s(void 0)})}}function n(e){"@babel/helpers - typeof";return n=typeof Symbol==`function`&&typeof Symbol.iterator==`symbol`?function(e){return typeof e}:function(e){return e&&typeof Symbol==`function`&&e.constructor===Symbol&&e!==Symbol.prototype?`symbol`:typeof e},n(e)}var r=n;function i(e,t){if(r(e)!=`object`||!e)return e;var n=e[Symbol._oxc_toPrimitive];if(n!==void 0){var i=n.call(e,t||`default`);if(r(i)!=`object`)return i;throw TypeError(`@@_oxc_toPrimitive must return a primitive value.`)}return(t===`string`?String:Number)(e)}var r=n,a=i;function o(e){var t=a(e,`string`);return r(t)==`symbol`?t:t+``}var s=o;function c(e,t,n){return(t=s(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var l=c;function u(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function d(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]==null?{}:arguments[t];t%2?u(Object(n),!0).forEach(function(t){l(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):u(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function f(e,t){if(e==null)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(t.includes(r))continue;n[r]=e[r]}return n}var p=f;function m(e,t){if(e==null)return{};var n,r,i=p(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(r=0;r<a.length;r++)n=a[r],t.includes(n)||{}.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}function h(e,t){this.v=e,this.k=t}var g=h;function _(e){return new g(e,0)}var g=h;function v(e){return function(){return new y(e.apply(this,arguments))}}function y(e){var t,n;function r(t,n){try{var a=e[t](n),o=a.value,s=o instanceof g;Promise.resolve(s?o.v:o).then(function(n){if(s){var c=t===`return`?`return`:`next`;if(!o.k||n.done)return r(c,n);n=e[c](n).value}i(a.done?`return`:`normal`,n)},function(e){r(`throw`,e)})}catch(e){i(`throw`,e)}}function i(e,i){switch(e){case`return`:t.resolve({value:i,done:!0});break;case`throw`:t.reject(i);break;default:t.resolve({value:i,done:!1})}(t=t.next)?r(t.key,t.arg):n=null}this._invoke=function(e,i){return new Promise(function(a,o){var s={key:e,arg:i,resolve:a,reject:o,next:null};n?n=n.next=s:(t=n=s,r(e,i))})},typeof e.return!=`function`&&(this.return=void 0)}y.prototype[typeof Symbol==`function`&&Symbol.asyncIterator||`@@asyncIterator`]=function(){return this},y.prototype.next=function(e){return this._invoke(`next`,e)},y.prototype.throw=function(e){return this._invoke(`throw`,e)},y.prototype.return=function(e){return this._invoke(`return`,e)};const b=[`name`],x=[`url`],ee=[`url`],S=[`downloadingItems`],C=[`container`];var w=t,T=d,te=m,ne=_,E=v,re=Object.defineProperty,D=Object.getOwnPropertyNames,ie=Object.getOwnPropertyDescriptor,ae=Object.prototype.hasOwnProperty;function oe(e){return this[e]}var se=e=>{var t=(ce??=new WeakMap).get(e),n;if(t)return t;if(t=re({},`__esModule`,{value:!0}),e&&typeof e==`object`||typeof e==`function`)for(var r of D(e))ae.call(t,r)||re(t,r,{get:oe.bind(e,r),enumerable:!(n=ie(e,r))||n.enumerable});return ce.set(e,t),t},ce,le=e=>e;function ue(e,t){this[e]=le.bind(null,t)}var de=(e,t)=>{for(var n in t)re(e,n,{get:t[n],enumerable:!0,configurable:!0,set:ue.bind(t,n)})},fe={};de(fe,{isMobile:()=>We,clientChecker:()=>N,areValidLiveRecordSources:()=>ht,WebmCodecStrategy:()=>Vr,VideoQuality:()=>Td.VideoQuality,VideoFormat:()=>he,VideoCodecName:()=>ge,ValueSubject:()=>Td.ValueSubject,VERSION:()=>pe,Surface:()=>ye,Subscription:()=>Td.Subscription,Subject:()=>Td.Subject,SDK_VERSION:()=>Ed,PredefinedQualityLimits:()=>be,Player:()=>wd,PlaybackState:()=>me,Observable:()=>Td.Observable,HttpConnectionType:()=>ve,ChromecastState:()=>_e}),module.exports=se(fe);var pe=`2.0.171-dev.a5a2d3fc3.0`,me;(e=>{e.STOPPED=`stopped`,e.READY=`ready`,e.PLAYING=`playing`,e.PAUSED=`paused`})(me||={});var he;(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`})(he||={});var ge;(e=>{e.AV1=`av1`,e.VP9=`vp9`,e.AVC1=`avc1`,e.HEV1=`hev1`})(ge||={});var _e;(e=>{e.NOT_AVAILABLE=`NOT_AVAILABLE`,e.AVAILABLE=`AVAILABLE`,e.CONNECTING=`CONNECTING`,e.CONNECTED=`CONNECTED`})(_e||={});var ve;(e=>{e.HTTP1=`http1`,e.HTTP2=`http2`,e.QUIC=`quic`})(ve||={});var ye;(e=>{e.NONE=`none`,e.INLINE=`inline`,e.FULLSCREEN=`fullscreen`,e.SECOND_SCREEN=`second_screen`,e.PIP=`pip`,e.INVISIBLE=`invisible`})(ye||={});var be;(e=>{e.TRAFFIC_SAVING=`traffic_saving`,e.HIGH_QUALITY=`high_quality`,e.UNKNOWN=`unknown`})(be||={});var xe=require("@vkontakte/videoplayer-shared"),Se=require("@vkontakte/videoplayer-shared"),Ce=require("@vkontakte/videoplayer-shared"),O=require("@vkontakte/videoplayer-shared"),we=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 Te{constructor(e){this.connection$=new O.ValueSubject(void 0),this.castState$=new O.ValueSubject(`NOT_AVAILABLE`),this.errorEvent$=new O.Subject,this.contentId=void 0,this.realCastState$=new O.ValueSubject(`NOT_AVAILABLE`),this.subscription=new O.Subscription,this.log=void 0,this.params=void 0,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 n=O.isNonNullable(window.chrome?.cast),r=!!window.__onGCastApiAvailable;n?this.initializeCastApi():(window.__onGCastApiAvailable=e=>{delete window.__onGCastApiAvailable,e&&!this.isDestroyed&&this.initializeCastApi()},r||we(`https://www.gstatic.com/cv/js/sender/v1/cast_sender.js?loadCastFramework=1`).catch(()=>this.errorEvent$.next({id:`ChromecastLoading`,category:O.ErrorCategory.NETWORK,message:`Script loading failed!`})))}connect(){cast.framework.CastContext.getInstance()?.requestSession()}disconnect(){var e;(e=cast.framework.CastContext.getInstance())==null||(e=e.getCurrentSession())==null||e.endSession(!0)}stopMedia(){return new Promise((e,t)=>{var n;(n=cast.framework.CastContext.getInstance())==null||(n=n.getCurrentSession())==null||(n=n.getMediaSession())==null||n.stop(new chrome.cast.media.StopRequest,e,t)})}toggleConnection(){O.isNonNullable(this.connection$.getValue())?this.disconnect():this.connect()}setVolume(e){let t=this.connection$.getValue();O.isNullable(t)||(t.remotePlayer.volumeLevel=e,t.remotePlayerController.setVolumeLevel())}setMuted(e){let t=this.connection$.getValue();O.isNullable(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(O.fromEvent(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:var t;this.contentId=(t=n.getCurrentSession())==null||(t=t.getMediaSession())==null||(t=t.media)==null?void 0:t.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 O.assertNever(e.sessionState)}})).add(O.merge(O.fromEvent(n,cast.framework.CastContextEventType.CAST_STATE_CHANGED).pipe(O.tap(e=>{this.log({message:`[cast.framework.RemotePlayerEventType.CAST_STATE_CHANGED]: ${JSON.stringify(e)}`})}),O.map(e=>e.castState)),O.observableFrom([n.getCastState()])).pipe(O.filterChanged(),O.map(Ee),O.tap(e=>{this.log({message:`realCastState$: ${e}`})})).subscribe(this.realCastState$)).add(this.realCastState$.subscribe(r=>{let i=r===`CONNECTED`,a=O.isNonNullable(this.connection$.getValue());if(i&&!a){var o;let r=n.getCurrentSession();O.assertNonNullable(r);let i=r.getCastDevice(),a=(o=r.getMediaSession())==null||(o=o.media)==null?void 0:o.contentId;(O.isNullable(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`?O.isNonNullable(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:O.ErrorCategory.EXTERNAL_API,message:`[initializeCastApi] failed`,thrown:e})}}}var Ee=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 O.assertNever(e)}},k=require("@vkontakte/videoplayer-shared"),De=require("@vkontakte/videoplayer-shared"),Oe=require("@vkontakte/videoplayer-shared"),ke=(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:Oe.assertNever(n)}return e},Ae=(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:Oe.assertNever(t)}},je=e=>{let{source:t,format:n,meta:r,output:i}=e,a,o,s;switch(n){case`MPEG`:{let e=t[n];De.assertNonNullable(e);let r=De.getHighestQuality(Object.keys(e));De.assertNonNullable(r);let i=e[r];De.assertNonNullable(i),a=i,o=`video/mp4`,s=Me();break}case`HLS`:case`HLS_FMP4`:case`HLS_ONDEMAND`:{let e=t[n];De.assertNonNullable(e),a=e.url,o=`application/x-mpegurl`,s=Me();break}case`DASH_SEP`:case`DASH_ONDEMAND`:case`DASH_WEBM`:case`DASH_WEBM_AV1`:case`DASH_STREAMS`:{let e=t[n];De.assertNonNullable(e),a=e.url,o=`application/dash+xml`,s=Me();break}case`DASH_LIVE_CMAF`:{let e=t[n];De.assertNonNullable(e),a=e.url,o=`application/dash+xml`,s=Ne();break}case`HLS_LIVE`:case`HLS_LIVE_CMAF`:{let e=t[n];De.assertNonNullable(e),a=ke(e.url),o=`application/x-mpegurl`,s=Ne();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:De.ErrorCategory.VIDEO_PIPELINE,message:e,thrown:t}),t}case`DASH`:case`DASH_LIVE_WEBM`:throw Error(`${n} is no longer supported`);default:return De.assertNever(n)}let c=Pe(r.videoId??a,o);c.contentUrl=a,c.streamType=s,c.metadata=Fe();let{title:l,subtitle:u}=r;return De.isNonNullable(l)&&(c.metadata.title=l),De.isNonNullable(u)&&(c.metadata.subtitle=u),c};function Me(){var e;return((e=chrome.cast)==null||(e=e.media)==null||(e=e.StreamType)==null?void 0:e.BUFFERED)??`BUFFERED`}function Ne(){var e;return((e=chrome.cast)==null||(e=e.media)==null||(e=e.StreamType)==null?void 0:e.LIVE)??`LIVE`}function Pe(e,t){var n;return!((n=chrome.cast)==null||(n=n.media)==null)&&n.MediaInfo?new chrome.cast.media.MediaInfo(e,t):{contentId:e,contentType:t,metadata:{title:``,subtitle:``},streamType:Me()}}function Fe(){var e;return!((e=chrome.cast)==null||(e=e.media)==null)&&e.GenericMediaMetadata?new chrome.cast.media.GenericMediaMetadata:{images:[],metadataType:0,releaseDate:``,subtitle:``,title:``,releaseYear:1970,type:0}}var A=(e,t,n=!1)=>{let r=e.getTransition();(n||!r||r.to===t)&&e.setState(t)},Ie=require("@vkontakte/videoplayer-shared"),j=Ie.createTimers(Ie.TimerModule.CORE);class Le{constructor(e){this.params=void 0,this.interval=0,this.startVideoPosition=void 0,this.startTs=void 0,this.params=e}start(e=0){j.clearInterval(this.interval),this.startVideoPosition=e,this.startTs=Date.now(),this.interval=j.setInterval(()=>{let e=(Date.now()-this.startTs)/1e3,t=this.startVideoPosition+e;this.params.output.position$.next(t)},1e3)}pause(){j.clearInterval(this.interval)}destroy(){j.clearInterval(this.interval)}}var Re=require("@vkontakte/videoplayer-shared"),ze=require("@vkontakte/videoplayer-shared"),Be=require("@vkontakte/videoplayer-shared"),Ve=require("@vkontakte/videoplayer-shared");class He{constructor(){this._current=void 0,this._current_version=void 0,this._chromeVersion=void 0,this._firefoxVersion=void 0,this._safariVersion=void 0,this._operaVersion=void 0,this._edgeVersion=void 0,this._yandexVersion=void 0,this._isMiuiBrowser=!1}get current(){return this._current}get isChrome(){return this.current===`Chrome`}get isChromiumBased(){return Be.arrayIncludes([`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=/smart-tv;.*tizen/i.test(e)?`Chrome`:void 0,s=/webkit|safari|khtml/i.test(e)?`Safari`:void 0,c=/opr\//i.test(e)?`Opera`:void 0,l=/edg/i.test(e)?`Edge`:void 0;this._isMiuiBrowser=/(XiaoMi)|(MiuiBrowser)/i.test(e),this._current=t||n||a||c||l||r||i||o||s||`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}=Ve.getWindow().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+)/),Ve.isNullable(this._chromeVersion)&&(this._chromeVersion=this.detectVersion(/(\d+\.\d+\.\d+\.\d+)\/\d+\.\d+ TV/))}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 M=require("@vkontakte/videoplayer-shared"),Ue=require("@vkontakte/videoplayer-shared"),We=()=>{var e;return/Mobile|mini|Fennec|Android|iP(ad|od|hone)/.test(navigator.appVersion??navigator.userAgent)||((e=navigator)==null||(e=e.userAgentData)==null?void 0:e.mobile)};class Ge{constructor(e){this._displayChecker=void 0,this._isMobile=void 0,this._current=void 0,this._iosVersion=void 0,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(){return this._highEntropyValues.platform===`iOS`||M.arrayIncludes(this.os.name.toLowerCase(),`ios`)||M.arrayIncludes([`iPhone`,`iPad`,`iPod`],this.current)}get isIPadOS(){let e=this.current===`Mac`&&this._displayChecker.isTouch;return this.current===`iPad`||e}get isMac(){return this._highEntropyValues.platform===`macOS`||M.arrayIncludes(this.os.name.toLowerCase(),`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`||M.arrayIncludes(this.os.name.toLowerCase(),`android`)||this.current===`Android`}get isWindows(){return M.arrayIncludes(this.os.name.toLowerCase(),`windows`)}get isLinux(){return M.arrayIncludes(this.os.name.toLowerCase(),`linux`)&&!this.isAndroid}get isMobile(){return this._highEntropyValues.mobile||this._isMobile}get iOSVersion(){return this._iosVersion}detect(){let e=Ue.getWindow();if(!Ue.isBrowserWindow(e))return;let{userAgent:t}=e.navigator;try{this._isMobile=We()}catch(e){console.error(`DeviceChecker: calling isMobile error - `,e)}this.detectDevice(t),this.detectOS(t),this.detectDeviceDetails(t),this.detectHighEntropyValues(),this.isIOS&&this.detectIOSVersion()}detectHighEntropyValues(){var e=this;return w(function*(){let t=Ue.getWindow();if(!Ue.isBrowserWindow(t))return;let{userAgentData:n}=t.navigator;if(n?.getHighEntropyValues){let t=yield n.getHighEntropyValues([`architecture`,`bitness`,`brands`,`mobile`,`platform`,`formFactor`,`model`,`platformVersion`,`wow64`]);e._highEntropyValues=t,t.platform&&(e._os.name=e.normalizeOSName(t.platform),t.platformVersion&&(e._os.version=e.normalizeOSVersion(t.platformVersion),e._os.full=`${e._os.name} ${e._os.version}`)),t.model&&(e._details.model=t.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 M.arrayIncludes(t,`windows`)?`Windows`:M.arrayIncludes(t,`mac os`)||M.arrayIncludes(t,`macintosh`)?`macOS`:M.arrayIncludes(t,`iphone`)||M.arrayIncludes(t,`ios`)?`iOS`:M.arrayIncludes(t,`ipados`)?`iPadOS`:M.arrayIncludes(t,`android`)?`Android`:M.arrayIncludes(t,`harmonyos`)?`HarmonyOS`:M.arrayIncludes(t,`linux`)?`Linux`:M.arrayIncludes(t,`cros`)?`Chrome OS`:M.arrayIncludes(t,`freebsd`)?`FreeBSD`:M.arrayIncludes(t,`openbsd`)?`OpenBSD`:M.arrayIncludes(t,`solaris`)||M.arrayIncludes(t,`sunos`)?`Solaris`:M.arrayIncludes(t,`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 M.arrayIncludes(r,`samsung`)?n=n.replace(/^(sm-|gt-|sgh-|sch-)/i,``):M.arrayIncludes(r,`xiaomi`)?n=n.replace(/^(mi[\s\-_]*|redmi[\s\-_]*)/i,``):M.arrayIncludes(r,`oneplus`)?n=n.replace(/^oneplus[\s\-_]*/i,``):M.arrayIncludes(r,`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=Ue.getWindow();if(!Ue.isBrowserWindow(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)}}}var Ke=require("@vkontakte/videoplayer-shared"),qe=[`standalone`,`minimal-ui`,`fullscreen`,`window-controls-overlay`,`picture-in-picture`];class Je{constructor(){this._maxTouchPoints=void 0,this._height=void 0,this._width=void 0,this._isHdr=void 0,this._pixelRatio=void 0,this._screenHeight=void 0,this._screenWidth=void 0,this._colorDepth=void 0,this._displayMode=`browser`,this._isStandalone=!1}get isTouch(){return typeof this._maxTouchPoints==`number`?this._maxTouchPoints>1:`ontouchstart`in Ke.getWindow()}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}get displayMode(){return this._displayMode}get isStandalone(){return this._isStandalone}detect(){let e=Ke.getWindow();if(!Ke.isBrowserWindow(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)}try{this._displayMode=this.detectDisplayMode(e);let n=t.standalone===!0;this._isStandalone=n||this._displayMode!==`browser`}catch(e){console.error(e)}}detectDisplayMode(e){return qe.find(t=>{var n;return(n=e.matchMedia)==null||(n=n.call(e,`(display-mode: ${t})`))==null?void 0:n.matches})??`browser`}}var Ye=require("@vkontakte/videoplayer-shared"),Xe=()=>window.ManagedMediaSource||window.MediaSource,Ze=()=>{var e;return!!(window.ManagedMediaSource&&!((e=window.ManagedSourceBuffer)==null||(e=e.prototype)==null)&&e.appendBuffer)},Qe=()=>{var e;return!!(window.MediaSource&&!((e=window.SourceBuffer)==null||(e=e.prototype)==null)&&e.appendBuffer)},$e=()=>window.ManagedMediaSource?new ManagedMediaSource:new MediaSource,et=Ye.getWindow().document?.createElement(`video`),tt=`video/mp4; codecs="avc1.42000a,mp4a.40.2"`,nt=`video/mp4; codecs="hev1.1.6.L93.B0"`,rt=`video/webm; codecs="vp09.00.10.08"`,it=`video/webm; codecs="av01.0.00M.08"`,at=`audio/mp4; codecs="mp4a.40.2"`,ot=`audio/webm; codecs="opus"`,st;(function(){var e=w(function*(){let e=Ye.getWindow();if(!Ye.isBrowserWindow(e)||!(`mediaCapabilities`in e.navigator))return;let t={type:`media-source`,video:{contentType:`video/webm`,width:1280,height:720,bitrate:1e6,framerate:30}},[n,r]=yield Promise.all([e.navigator.mediaCapabilities.decodingInfo(T(T({},t),{},{video:T(T({},t.video),{},{contentType:it})})),e.navigator.mediaCapabilities.decodingInfo(T(T({},t),{},{video:T(T({},t.video),{},{contentType:rt})}))]);st={DASH_WEBM_AV1:n,DASH_WEBM:r}});return function(){return e.apply(this,arguments)}})()().catch(e=>{console.log(et),console.error(e)});class ct{constructor(e,t){this._video=void 0,this._deviceChecker=void 0,this._browserChecker=void 0,this._protocols=void 0,this._containers=void 0,this._codecs=void 0,this._nativeHlsSupported=void 0,this._deviceChecker=e,this._browserChecker=t}get protocols(){return this._protocols}get containers(){return this._containers}get codecs(){return this._codecs}get webmDecodingInfo(){return st}get supportedCodecs(){return Object.keys(this._codecs).filter(e=>this._codecs[e])}get nativeHlsSupported(){return this._nativeHlsSupported}detect(){let e=Ye.getWindow();if(!Ye.isBrowserWindow(e))return;let t=e.document;this._video=t.createElement(`video`);try{var n,r,i,a,o,s,c,l,u,d,f,p,m,h,g,_;this._protocols={mms:Ze(),mse:Qe(),hls:!!((n=this._video).canPlayType?.call(n,`application/x-mpegurl`)||(r=this._video).canPlayType?.call(r,`vnd.apple.mpegURL`)),webrtc:!!e.RTCPeerConnection,ws:!!e.WebSocket},this._containers={mp4:!!(i=this._video).canPlayType?.call(i,`video/mp4`),webm:!!(a=this._video).canPlayType?.call(a,`video/webm`),cmaf:!0};let t=!!(!((o=Xe())==null||(s=o.isTypeSupported)==null)&&s.call(o,tt)),v=!!(!((c=Xe())==null||(l=c.isTypeSupported)==null)&&l.call(c,nt)),y=!!(!((u=Xe())==null||(d=u.isTypeSupported)==null)&&d.call(u,at));this._codecs={h264:t,h265:v,vp9:!!(!((f=Xe())==null||(p=f.isTypeSupported)==null)&&p.call(f,rt)),av1:!!(!((m=Xe())==null||(h=m.isTypeSupported)==null)&&h.call(m,it)),aac:y,opus:!!(!((g=Xe())==null||(_=g.isTypeSupported)==null)&&_.call(g,ot)),mpeg:(t||v)&&y},this._nativeHlsSupported=this._protocols.hls&&this._containers.mp4}catch(e){console.error(e)}try{this.destroyVideoElement()}catch(e){console.error(`Error destroying video element:`,e)}}destroyVideoElement(){if(!this._video)return;if(this._video.pause(),this._video.currentTime=0,this._video.removeAttribute(`src`),this._video.src=``,this._video.load(),this._video.remove){this._video.remove(),this._video=null;return}this._video.parentNode&&this._video.parentNode.removeChild(this._video);let e=this._video.cloneNode(!1);this._video.parentNode?.replaceChild(e,this._video),this._video=null}}var lt=require("@vkontakte/videoplayer-shared"),ut=`audio/mpeg`;class dt{constructor(){this._audio=void 0,this._containers=void 0,this._codecs=void 0}supportMp3(){return this._codecs.mp3&&this._containers.mpeg}detect(){let e=lt.getWindow();if(!lt.isBrowserWindow(e))return;let t=e.document;this._audio=t.createElement(`audio`);try{var n,r,i;this._containers={mpeg:!!(n=this._audio).canPlayType?.call(n,ut)},this._codecs={mp3:!!(!((r=Xe())==null||(i=r.isTypeSupported)==null)&&i.call(r,ut))}}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 ft{constructor(){this.isInited$=new ze.ValueSubject(!1),this._displayChecker=void 0,this._deviceChecker=void 0,this._browserChecker=void 0,this._videoChecker=void 0,this._audioChecker=void 0,this._displayChecker=new Je,this._deviceChecker=new Ge(this._displayChecker),this._browserChecker=new He,this._videoChecker=new ct(this._deviceChecker,this._browserChecker),this._audioChecker=new dt,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}detect(){var e=this;return w(function*(){ze.isBrowserWindow()&&(e._displayChecker.detect(),e._deviceChecker.detect(),e._browserChecker.detect(),e._videoChecker.detect(),e._audioChecker.detect(),e.isInited$.next(!0))})()}}var N=new ft,pt=(e,t=!1)=>{let{containers:n,protocols:r,codecs:i,nativeHlsSupported:a}=N.video,{isMobile:o}=N.device,s=N.device.isMac&&N.browser.isSafari,c=t&&!o&&!s,l=(i.h264||i.h265)&&i.aac,u=r.mse||r.mms;return e.filter(e=>{switch(e){case`DASH_SEP`:return u&&n.mp4&&l;case`DASH_WEBM`:return u&&n.webm&&i.vp9&&i.opus;case`DASH_WEBM_AV1`:return u&&n.webm&&i.av1&&i.opus;case`DASH_STREAMS`:return u&&(n.mp4&&l||n.webm&&(i.vp9||i.av1)&&(i.opus||i.aac));case`DASH_LIVE`:return u&&n.mp4&&l;case`DASH_LIVE_CMAF`:return u&&n.mp4&&l&&n.cmaf;case`DASH_ONDEMAND`:return u&&n.mp4&&l;case`HLS`:case`HLS_ONDEMAND`:case`HLS_FMP4`:case`HLS_LIVE`:case`HLS_LIVE_CMAF`:return a&&!c;case`MPEG`:return n.mp4;case`DASH`:case`DASH_LIVE_WEBM`:return!1;case`WEB_RTC_LIVE`:return r.webrtc&&r.ws&&i.h264&&(n.mp4||n.webm);default:return Re.assertNever(e)}})},mt=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 Re.assertNever(e)}},ht=(e,t=!1)=>pt(Object.keys(e).filter(e=>!mt(e)),t).length>0;class gt{constructor(e){this.subscription=new k.Subscription,this.log=void 0,this.params=void 0,this.sessionId$=new k.ValueSubject(null),this.mediaSessionId$=new k.ValueSubject(null),this.contentId$=new k.ValueSubject(null),this.progressTicker=void 0,this.isMobile=We(),this.mobileVolumeState={muted:!1,volume:0},this.media=null,this.lastRequestedVolume=null,this.syncMediaState=e=>{if(k.isNullable(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;k.isNonNullable(n)&&this.params.output.duration$.next(Math.max(0,n));let r=e.currentTime;if(k.isNonNullable(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()}},this.params=e,this.progressTicker=new Le(e),this.log=this.params.dependencies.logger.createComponentLog(`ChromecastPresentationApiProvider`),this.log({message:`constructor, format: ${e.format}`}),this.params.output.isLive$.next(mt(e.format)),this.subscribe()}subscribe(){let e=e=>{this.params.output.error$.next({category:k.ErrorCategory.WTF,id:`ChromecastPresentationApiProvider`,message:e?.message??`Unknown error`,thrown:e})};this.subscription.add(this.params.chromecastConnector.message$.pipe(k.filter(e=>!!e)).subscribe(e=>{this.handleMessage(e)},e)),this.subscription.add(this.sessionId$.pipe(k.filter(k.isNonNullable),k.filterChanged(),k.debounce(0)).subscribe(()=>{this.loadMedia()},e));let t=this.contentId$.pipe(k.filterChanged(),k.map(Boolean));this.subscription.add(k.combine({seekState:this.params.desiredState.seekState.stateChangeEnded$,mediaLoaded:t}).pipe(k.filter(({mediaLoaded:e})=>e)).subscribe(()=>{let e=this.params.desiredState.seekState.getState();e.state===`requested`&&this.seek(e.position/1e3)},e));let n=k.combine({playbackState:this.params.desiredState.playbackState.stateChangeStarted$,mediaLoaded:t});this.subscription.add(n.pipe(k.filter(({mediaLoaded:e})=>e),k.debounce(0)).subscribe(()=>{this.syncPlayback()},e)),this.subscription.add(n.pipe(k.filter(({mediaLoaded:e,playbackState:{from:t,to:n}})=>!e&&t===`stopped`&&n===`playing`)).subscribe(()=>{this.loadMedia()},e)),this.subscription.add(k.combine({volumeState:this.params.desiredState.volume.stateChangeStarted$.pipe(k.debounce(30)),mediaLoaded:t}).pipe(k.filter(({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`:{var t;this.sessionId$.next(e.message.sessionId);let n=(t=e.message)==null||(t=t.media)==null?void 0:t[0];this.syncMediaState(n);let r=e.message?.receiver.volume;this.syncVolumeState(r)}break;case`v2_message`:switch(e.message?.type){case`MEDIA_STATUS`:{var n;let t=(n=e.message)==null||(n=n.status)==null?void 0:n[0];this.syncMediaState(t);break}}break}}loadMedia(){let e=je(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();k.assertNonNullable(e,`play on null mediaSessionId`),this.params.chromecastConnector.sendV2Message({type:`PLAY`,mediaSessionId:e,customData:null})}pause(){let e=this.mediaSessionId$.getValue();k.assertNonNullable(e,`pause on null mediaSessionId`),this.params.chromecastConnector.sendV2Message({type:`PAUSE`,mediaSessionId:e,customData:null})}seek(e){let t=this.mediaSessionId$.getValue();k.assertNonNullable(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`:A(this.params.desiredState.playbackState,`paused`);break;case`PLAYING`:A(this.params.desiredState.playbackState,`playing`);break;case`IDLE`:t===`FINISHED`?(this.params.output.endedEvent$.next(),A(this.params.desiredState.playbackState,`stopped`),this.contentId$.next(null)):A(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(k.isNullable(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()}}var P=require("@vkontakte/videoplayer-shared"),_t=e=>({castDevice:{friendlyName:e},remotePlayer:{},remotePlayerController:{},session:{}}),vt=()=>String(Date.now())+String(Math.floor(Math.random()*1e5));class yt{constructor(e){this.params=void 0,this.clientId=void 0,this.capabilities=[`WEB`],this.presentationRequest$=new P.ValueSubject(null),this.log=void 0,this.sessionId$=new P.ValueSubject(null),this.broadcastChannel=new BroadcastChannel(`vk_player_chromecast_events`),this.subscription=new P.Subscription,this.subscriptionEvents=new P.Subscription,this.isDestroyed=!1,this.sequenceNumber=0,this.presentationAvailable$=new P.ValueSubject(!1),this.presentationConnection$=new P.ValueSubject(null),this.message$=new P.ValueSubject(null),this.friendlyName$=new P.ValueSubject(null),this.errorEvent$=new P.Subject,this.clientId=this.getClientId(),this.params=e,this.log=e.logger.createComponentLog(`ChromecastPresentationApiConnector`),this.log({message:`constructor`}),this.safeReinitPresentation(),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(P.fromEvent(e,`change`).subscribe(()=>{t()})),t()}).catch(()=>{this.presentationAvailable$.next(!0)}),P.getWindow().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`})})}safeReinitPresentation(e){try{this.reinitPresentation(e)}catch(e){this.errorEvent$.next({category:P.ErrorCategory.WTF,id:`ChromecastPresentationApiConnector`,message:e?.message??`reinitPresentation error`,thrown:e})}}connect(){var e=this;return w(function*(){e.log({message:`connect`});try{e.presentationRequest$.getValue()||(e.log({message:`reinitPresentation`}),e.reinitPresentation(!1));let t=e.presentationRequest$.getValue();P.assertNonNullable(t,`connect with null presentationRequest`);let n=yield t.start();e.handleConnection(n)}catch(t){switch(t?.name){case`AbortError`:case`NotAllowedError`:break;default:e.errorEvent$.next({category:P.ErrorCategory.WTF,id:`ChromecastPresentationApiConnector`,message:t?.message??`connect error`,thrown:t});break}}})()}subscribe(){this.subscription.add(P.fromEvent(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(P.tap(e=>{this.log({message:`presentationConnection$: ${!!e}`})}),P.filter(e=>!!e)).subscribe(e=>{let t=P.fromEvent(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=P.fromEvent(e,`connect`).subscribe(()=>{this.send(`client_connect`)}),r=P.fromEvent(e,`close`).subscribe(e=>{switch(e.reason){case`error`:this.errorEvent$.next({category:P.ErrorCategory.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:T(T({},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:P.ErrorCategory.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 P.getWindow()[e]=P.getWindow()[e]||vt()}resetSubscriptionEvents(){this.subscriptionEvents.unsubscribe(),this.subscriptionEvents=new P.Subscription}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))}}var bt=require("@vkontakte/videoplayer-shared");class xt{static isSupported(){return`chrome`in window&&`presentation`in navigator&&`BroadcastChannel`in window}constructor(e){this.subscription=new bt.Subscription,this.log=void 0,this.contentId=void 0,this.connection$=new bt.ValueSubject(void 0),this.castState$=new bt.ValueSubject(`NOT_AVAILABLE`),this.errorEvent$=new bt.Subject,this.chromecastConnector=void 0;let t=xt.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 yt({appId:e.receiverApplicationId,logger:e.dependencies.logger}),this.subscribe())}subscribe(){bt.assertNonNullable(this.chromecastConnector,`subscribe with null chromecastConnector`),this.subscription.add(this.chromecastConnector.errorEvent$.subscribe(this.errorEvent$));let e=bt.combine({connection:this.chromecastConnector.presentationConnection$,available:this.chromecastConnector.presentationAvailable$,friendlyName:this.chromecastConnector.friendlyName$.pipe(bt.filterChanged())});this.subscription.add(e.pipe(bt.map(({connection:e,friendlyName:t})=>!!(e&&t)),bt.filterChanged()).subscribe(e=>{let t=this.chromecastConnector?.friendlyName$.getValue()??``;this.connection$.next(e?_t(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()}stopMedia(){var e=this;return w(function*(){e.log({message:`stopMedia`}),e.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 St=require("@vkontakte/videoplayer-shared"),Ct=require("@vkontakte/videoplayer-shared"),wt=require("@vkontakte/videoplayer-shared"),Tt=require("@vkontakte/videoplayer-shared"),Et=require("@vkontakte/videoplayer-shared");require("@vkontakte/videoplayer-shared");var Dt=(e,t)=>e===t;class Ot{constructor(e,t=Dt){this.comparator=void 0,this.state=void 0,this.prevState=void 0,this.transition=void 0,this.transitionStarted$=new Et.Subject,this.transitionEnded$=new Et.Subject,this.transitionUpdated$=new Et.Subject,this.forceChanged$=new Et.Subject,this.stateChangeStarted$=Et.merge(this.transitionStarted$,this.transitionUpdated$),this.stateChangeEnded$=Et.merge(this.transitionEnded$,this.forceChanged$),this.comparator=t,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?this.comparator(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;this.comparator(n,e)||Et.isNonNullable(t)&&this.comparator(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}}var F=require("@vkontakte/videoplayer-shared"),kt=5,At=5,jt=500,Mt=7e3;class Nt{constructor(e){this.subscription=new F.Subscription,this.loadMediaTimeoutSubscription=new F.Subscription,this.videoState=new Ot(`stopped`),this.params=void 0,this.log=void 0,this.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:F.assertNever(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:F.assertNever(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:F.assertNever(e)}break;default:F.assertNever(n)}}},this.params=e,this.log=this.params.dependencies.logger.createComponentLog(`ChromecastProvider`),this.log({message:`constructor, format: ${e.format}`}),this.params.output.isLive$.next(mt(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 F.Subscription;this.subscription.add(e),this.subscription.add(F.merge(this.videoState.stateChangeStarted$.pipe(F.map(e=>`stateChangeStarted$ ${JSON.stringify(e)}`)),this.videoState.stateChangeEnded$.pipe(F.map(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 F.Subject;e.add(t.pipe(F.debounce(jt)).subscribe(()=>{this.params.output.seekedEvent$.next()}));let n=NaN;e.add(F.fromEvent(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)>kt)&&t.next(r),n=r})),e.add(F.fromEvent(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.DURATION_CHANGED).subscribe(e=>{this.logRemoteEvent(e),this.params.output.duration$.next(e.value)}))}t(F.fromEvent(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.IS_MEDIA_LOADED_CHANGED),t=>{this.logRemoteEvent(t),t.value?this.handleRemoteReady():(this.handleRemoteStop(),e.unsubscribe())}),t(F.fromEvent(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.IS_PAUSED_CHANGED),e=>{this.logRemoteEvent(e),e.value?this.handleRemotePause():this.handleRemotePlay()}),t(F.fromEvent(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<At&&this.params.output.endedEvent$.next(),this.handleRemoteStop(),A(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:F.assertNever(n)}}),t(F.fromEvent(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.VOLUME_LEVEL_CHANGED),e=>{this.logRemoteEvent(e),this.handleRemoteVolumeChange({volume:e.value})}),t(F.fromEvent(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.IS_MUTED_CHANGED),e=>{this.logRemoteEvent(e),this.handleRemoteVolumeChange({muted:e.value})}),t(F.merge(this.params.desiredState.playbackState.stateChangeStarted$,this.params.desiredState.seekState.stateChangeEnded$,this.videoState.stateChangeEnded$,F.observableFrom([`init`])).pipe(F.debounce(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`),A(this.params.desiredState.playbackState,`paused`)):(this.videoState.setState(`playing`),A(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=je(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`),A(this.params.desiredState.playbackState,`paused`))}handleRemotePlay(){let e=this.videoState.getState();(this.videoState.getTransition()?.to===`playing`||e===`paused`)&&(this.videoState.setState(`playing`),A(this.params.desiredState.playbackState,`playing`))}handleRemoteReady(){this.videoState.getTransition()?.to===`ready`&&this.videoState.setState(`ready`),this.params.desiredState.playbackState.getTransition()?.to===`ready`&&A(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(F.timeout(Mt).subscribe(()=>t(`timeout(${Mt})`)))});Tt.promiseFinally(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:F.ErrorCategory.VIDEO_PIPELINE,message:t,thrown:e})}),()=>{this.loadMediaTimeoutSubscription.unsubscribe()})}logRemoteEvent(e){this.log({message:`[remoteEvent] ${JSON.stringify(e)}`})}}var Pt=require("@vkontakte/videoplayer-shared"),Ft=require("@vkontakte/videoplayer-shared"),It=require("@vkontakte/videoplayer-shared"),Lt=e=>{try{e.pause(),e.playbackRate=0,It.clearVideoElement(e),e.remove()}catch(e){console.error(e)}},Rt=`__spvc`;class zt{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)}}var Bt=Ft.getWindow(),Vt=Bt.WeakMap?new Bt.WeakMap:new zt,Ht=Bt.WeakMap?new Bt.WeakMap:new Map,Ut=(e,t=20)=>{let n=0;return Ft.fromEvent(e,`ratechange`).subscribe(r=>{n++,n>=t&&(e.currentTime=e.currentTime,n=0)})};function Wt(e){e.style.position=`fixed`,e.style.left=`100%`,e.setAttribute(`data-role`,`screen`),Ft.getWindow().document.body.appendChild(e)}function Gt(e,t){e.style.position=``,e.style.left=``,t.appendChild(e)}var Kt=(e,{audioVideoSyncRate:t,disableYandexPiP:n,reuseOwnVideoElement:r})=>{let i,a=e.querySelector(`video`),o=!!a,s=Ft.getWindow().document.querySelector(`body > video[data-role=screen]`)||void 0;r?Bt[Rt]=s:(s?.remove(),delete Bt[Rt]),a?(i=a,Ft.clearVideoElement(i)):s&&s===Bt[Rt]?(i=s,Gt(i,e)):(i=Ft.getWindow().document.createElement(`video`),e.appendChild(i),r&&(Bt[Rt]=i)),Vt.set(i,o);let c=new Ft.Subscription;return c.add(Ut(i,t)),Ht.set(i,c),i.setAttribute(`crossorigin`,`anonymous`),i.setAttribute(`playsinline`,`playsinline`),n&&i.setAttribute(`x-yandex-pip`,`false`),i.controls=!1,i.setAttribute(`poster`,`data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=`),i},qt=e=>(e.setAttribute(`crossorigin`,`anonymous`),e.controls=!1,e),Jt=(e,t)=>{if(e instanceof HTMLAudioElement){Lt(e);return}if(e instanceof HTMLVideoElement){Yt(e,t);return}};function Yt(e,{reuseOwnVideoElement:t}){Ht.get(e)?.unsubscribe(),Ht.delete(e);let n=Vt.get(e);Vt.delete(e),Ft.clearVideoElement(e),t&&!n&&Wt(e)}var Xt=require("@vkontakte/videoplayer-shared"),Zt=require("@vkontakte/videoplayer-shared"),I=require("@vkontakte/videoplayer-shared"),Qt=require("@vkontakte/videoplayer-shared"),$t=(e,t,n,{equal:r=(e,t)=>e===t,changed$:i,onError:a}={})=>{let o=e.getState(),s=t(),c=Qt.isNullable(i),l=new Qt.Subscription;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},en=(e,t,n)=>$t(t,()=>e.loop,t=>{Qt.isNonNullable(t)&&(e.loop=t)},{onError:n}),tn=(e,t,n,r,i)=>$t(t,()=>({muted:e.muted,volume:e.volume}),t=>{i?.skipVideoElVolumeSync$.getValue()||Qt.isNonNullable(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}),nn=(e,t,n,r)=>$t(t,()=>e.playbackRate,t=>{Qt.isNonNullable(t)&&(e.playbackRate=t)},{changed$:n,onError:r}),rn=$t,an=e=>[`__`,e.language,e.label].join(`|`),on=(e,t)=>{if(e.id===t)return!0;let[n,r,i]=t.split(`|`);return e.language===r&&e.label===i};class sn{constructor(e){this.available$=new I.Subject,this.current$=new I.ValueSubject(void 0),this.error$=new I.Subject,this.video=void 0,this.cueSettings=void 0,this.subscription=new I.Subscription,this.externalTracks=new Map,this.internalTracks=new Map,this.baseURL=void 0,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:I.ErrorCategory.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(rn(t.internalTextTracks,()=>Xt.objectValues(this.internalTracks),e=>{I.isNonNullable(e)&&this.setInternal(e)},{equal:(e,t)=>I.isNonNullable(e)&&I.isNonNullable(t)&&e.length===t.length&&e.every(({id:e},n)=>e===t[n].id),changed$:this.available$.pipe(I.map(e=>e.filter(({type:e})=>e===`internal`))),onError:r})),this.subscription.add(rn(t.externalTextTracks,()=>Xt.objectValues(this.externalTracks),e=>{I.isNonNullable(e)&&this.setExternal(e)},{equal:(e,t)=>I.isNonNullable(e)&&I.isNonNullable(t)&&e.length===t.length&&e.every(({id:e},n)=>e===t[n].id),changed$:this.available$.pipe(I.map(e=>e.filter(({type:e})=>e===`external`))),onError:r})),this.subscription.add(rn(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(rn(t.textTrackCuesSettings,()=>({}),()=>{if(this.video)for(let e of this.htmlTextTracksAsArray())this.applyCueSettings(e.cues),this.applyCueSettings(e.activeCues)}))}subscribe(){I.assertNonNullable(this.video);let{textTracks:e}=this.video;this.subscription.add(I.fromEvent(e,`addtrack`).subscribe(()=>{let e=this.current$.getValue();e&&this.select(e)})),this.subscription.add(I.merge(I.fromEvent(e,`addtrack`),I.fromEvent(e,`removetrack`),I.observableFrom([`init`])).pipe(I.map(()=>this.htmlTextTracksAsArray().map(e=>this.htmlTextTrackToITextTrack(e))),I.filterChanged((e,t)=>e.length===t.length&&e.every(({id:e},n)=>e===t[n].id))).subscribe(this.available$)),this.subscription.add(I.merge(I.fromEvent(e,`change`),I.observableFrom([`init`])).pipe(I.map(()=>this.htmlTextTracksAsArray().find(({mode:e})=>e===`showing`)),I.map(e=>e&&this.htmlTextTrackToITextTrack(e).id),I.filterChanged()).subscribe(this.current$));let t=e=>this.applyCueSettings(e.target?.activeCues??null);this.subscription.add(I.fromEvent(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(I.fromEvent(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;I.isNonNullable(t.align)&&(e.align=t.align),I.isNonNullable(t.position)&&(e.position=t.position),I.isNonNullable(t.size)&&(e.size=t.size),I.isNonNullable(t.line)&&(e.line=t.line)}}htmlTextTracksAsArray(e=!1){I.assertNonNullable(this.video);let t=[...this.video.textTracks];return e?t:t.filter(sn.isHealthyTrack)}htmlTextTrackToITextTrack(e){let{language:t,label:n}=e,r=e.id?e.id:an(e),i=this.externalTracks.has(r),a=(i?this.externalTracks.get(r)?.isAuto:this.internalTracks.get(r)?.isAuto)??Zt.arrayIncludes(r,`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){I.assertNonNullable(this.video);for(let e of this.htmlTextTracksAsArray(!0))e.mode=`showing`;for(let t of this.htmlTextTracksAsArray(!0))(I.isNullable(e)||!on(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){I.assertNonNullable(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){I.assertNonNullable(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 cn=sn;class ln{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 un=e=>{let t=e;for(;!(t instanceof Document)&&!(t instanceof ShadowRoot)&&t!==null;)t=t?.parentNode;return t??void 0},dn=e=>{let t=un(e);return!!(t&&t.fullscreenElement&&t.fullscreenElement===e)},fn=e=>{let t=un(e);return!!(t&&t.pictureInPictureElement&&t.pictureInPictureElement===e)},L=require("@vkontakte/videoplayer-shared"),pn=3,mn=(e,t,n=pn)=>{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}},hn=e=>{let t=0;for(let n=0;n<e.length;n++)t+=e.end(n)-e.start(n);return t},gn=e=>{let t=0;for(let n=0;n<e.length;n++)t+=e.end(n)-e.start(n);return t*1e3},_n=e=>{let t=t=>L.fromEvent(e,t).pipe(L.mapTo(void 0),L.shareReplay(1)),n=new L.Subscription,r=()=>n.unsubscribe(),i=L.merge(L.fromEvent(e,`progress`),L.fromEvent(e,`timeupdate`)),a=i.pipe(L.map(()=>mn(e.buffered,e.currentTime)),L.shareReplay(1)),o=i.pipe(L.map(()=>gn(e.buffered)),L.shareReplay(1)),s=i.pipe(L.map(()=>e.buffered.length),L.shareReplay(1)),c=N.browser.isSafari?L.combine({play:t(`play`).pipe(L.once()),playing:t(`playing`)}).pipe(L.mapTo(void 0),L.shareReplay(1)):t(`playing`),l=L.fromEvent(e,`volumechange`).pipe(L.map(()=>({muted:e.muted,volume:e.volume})),L.shareReplay(1)),u=L.fromEvent(e,`ratechange`).pipe(L.map(()=>e.playbackRate),L.shareReplay(1)),d=L.fromEvent(e,`error`).pipe(L.filter(()=>!!(e.error||e.played.length)),L.map(()=>{let t=e.error;return{id:t?`MediaError#${t.code}`:`HtmlVideoError`,category:L.ErrorCategory.VIDEO_PIPELINE,message:t?t.message:`Error event from HTML video element`,thrown:e.error??void 0,origin:L.ErrorOrigin.MediaError,data:t?{code:t.code}:void 0}}),L.shareReplay(1)),f=L.fromEvent(e,`timeupdate`).pipe(L.map(()=>e.currentTime),L.shareReplay(1)),p=L.merge(L.fromEvent(e,`loadedmetadata`),L.fromEvent(e,`timeupdate`),L.fromEvent(e,`pause`),L.fromEvent(e,`seeked`),L.fromEvent(e,`ended`)).pipe(L.map(()=>hn(e.played)),L.filterChanged(),L.shareReplay(1)),m=[`waiting`,`seeking`,`seeked`,`timeupdate`],h=new L.Subject,g=.3,_;n.add(L.merge(...m.map(t=>L.fromEvent(e,t))).subscribe(t=>{let n=e.currentTime;e.loop&&L.isNonNullable(_)&&L.isNonNullable(n)&&_>=e.duration-g&&n<=g&&h.next(_),_=n}));let v=t(`pause`).pipe(L.filter(()=>!e.error&&_!==e.duration),L.shareReplay(1)),y=L.fromEvent(e,`enterpictureinpicture`).pipe(L.shareReplay(1)),b=L.fromEvent(e,`leavepictureinpicture`).pipe(L.shareReplay(1)),x=new L.ValueSubject(fn(e));n.add(y.subscribe(()=>x.next(!0))),n.add(b.subscribe(()=>x.next(!1)));let ee=new L.ValueSubject(dn(e)),S=L.fromEvent(e,`fullscreenchange`).pipe(L.shareReplay(1));n.add(S.pipe(L.map(()=>dn(e))).subscribe(ee));let C=L.fromEvent(e,`timeupdate`).pipe(L.map(t=>e.duration-e.currentTime<.1),L.filterChanged(),L.shareReplay(1)),w=L.merge(C.pipe(L.filter(t=>!e.loop&&t)),L.fromEvent(e,`ended`)).pipe(L.throttle(1e3),L.mapTo(void 0),L.shareReplay(1)),T=L.merge(...[`waiting`,`pause`,`canplay`,`play`,`canplaythrough`,`playing`,`seeking`,`seeked`,`ended`].map(t=>L.fromEvent(e,t)),C.pipe(L.map(e=>({type:e?`ended`:`unknown`})))).pipe(L.map(t=>N.browser.isFirefox&&t.type===`ended`?e.readyState<2:e.readyState<3),L.filterChanged(),L.shareReplay(1));return{playing$:c,pause$:v,canplay$:t(`canplay`),ended$:w,looped$:h,error$:d,seeked$:t(`seeked`),seeking$:t(`seeking`),progress$:t(`progress`),loadStart$:t(`loadstart`),loadedMetadata$:t(`loadedmetadata`),loadedData$:t(`loadeddata`),timeUpdate$:f,durationChange$:L.fromEvent(e,`durationchange`).pipe(L.map(()=>e.duration),L.shareReplay(1)),playedTime$:p,isBuffering$:T,currentVideoBuffer$:a,totalBufferDuration$:o,bufferRangeCount$:s,volumeState$:l,playbackRateState$:u,inPiP$:x,inFullscreen$:ee,enterPip$:y,leavePip$:b,destroy:r}},vn=require("@vkontakte/videoplayer-shared"),yn=e=>{switch(e){case`mobile`:return vn.VideoQuality.Q_144P;case`lowest`:return vn.VideoQuality.Q_240P;case`low`:return vn.VideoQuality.Q_360P;case`sd`:case`medium`:return vn.VideoQuality.Q_480P;case`hd`:case`high`:return vn.VideoQuality.Q_720P;case`fullhd`:case`full`:return vn.VideoQuality.Q_1080P;case`quadhd`:case`quad`:return vn.VideoQuality.Q_1440P;case`ultrahd`:case`ultra`:return vn.VideoQuality.Q_2160P}},bn=require("@vkontakte/videoplayer-shared"),xn=require("@vkontakte/videoplayer-shared"),Sn=require("@vkontakte/videoplayer-shared"),R=require("@vkontakte/videoplayer-shared"),Cn=!1,wn={},Tn=e=>{Cn=e},En=()=>{wn={}},Dn=e=>{e(wn)},On=(e,t)=>{Cn&&(wn.meta=wn.meta??{},wn.meta[e]=t)};class kn{constructor(e){this.name=void 0,this.name=e}next(e){if(!Cn)return;wn.series=wn.series??{};let t=wn.series[this.name]??[];t.push([Date.now(),e]),wn.series[this.name]=t}}var An=require("@vkontakte/videoplayer-shared");function jn(e,t,n){return!e.max&&e.min===t?`high_quality`:!e.min&&e.max===n?`traffic_saving`:`unknown`}function Mn(e,t,n){return An.isNullable(e)||An.isNonNullable(e.min)&&An.isNonNullable(e.max)&&An.isLower(e.max,e.min)||An.isNonNullable(e.min)&&An.isNonNullable(t)&&An.isHigher(e.min,t)||An.isNonNullable(e.max)&&An.isNonNullable(n)&&An.isLower(e.max,n)}function Nn({limits:e,highestAvailableHeight:t,lowestAvailableHeight:n}){return Mn({max:e?.max?An.videoHeightToQuality(e.max):void 0,min:e?.min?An.videoHeightToQuality(e.min):void 0},t?An.videoHeightToQuality(t):void 0,n?An.videoHeightToQuality(n):void 0)}var Pn=new kn(`best_bitrate`),Fn=(e,t,n)=>(t-n)*2**(-10*e)+n,In=e=>(t,n)=>e*(Number(t.bitrate)-Number(n.bitrate));class Ln{constructor(){this.last=void 0,this.history={}}recordSelection(e){this.history[e.id]=R.now()}recordSwitch(e){this.last=e}clear(){this.last=void 0,this.history={}}}var Rn=`Assertion "ABR Tracks is empty array" failed`,zn=new WeakMap,Bn=new WeakMap,Vn=new WeakMap,Hn=(e,t,n,r)=>{let i=[...t].sort(In(1)),a=[...n].sort(In(1)),o=a.filter(t=>R.isNonNullable(t.bitrate)&&R.isNonNullable(e.bitrate)?e.bitrate/t.bitrate>r:!0),s=bn.arrayAt(a,Math.round(a.length*i.indexOf(e)/(i.length+1)))??bn.arrayAt(a,-1);return s&&xn.arrayIncludes(o,s)?s:o.length?bn.arrayAt(o,-1):bn.arrayAt(a,0)},Un=(e,t,n,r)=>{let i=zn.get(t);i||(i=[...t].sort(In(1)),zn.set(t,i));let a=zn.get(n);a||(a=[...n].sort(In(1)),zn.set(n,a));let o=Vn.get(e);o||(o=a.filter(t=>R.isNonNullable(t.bitrate)&&R.isNonNullable(e.bitrate)?e.bitrate/t.bitrate>r:!0),Vn.set(e,o));let s=bn.arrayAt(a,Math.round(a.length*i.indexOf(e)/(i.length+1)))??bn.arrayAt(a,-1);return s&&xn.arrayIncludes(o,s)?s:o.length?bn.arrayAt(o,-1):bn.arrayAt(a,0)},Wn=e=>`quality`in e,Gn=(e,t,n,r)=>{var i;let a=R.isNonNullable(r==null||(i=r.last)==null?void 0:i.bitrate)&&R.isNonNullable(n?.bitrate)&&r.last.bitrate<n.bitrate?e.trackCooldownIncreaseQuality:e.trackCooldownDecreaseQuality,o=n&&r&&r.history[n.id]&&R.now()-r.history[n.id]<=a&&(!r.last||n.id!==r.last.id);if(n?.id&&r&&!o&&r.recordSelection(n),o&&r?.last){let e=r.last;return r?.recordSwitch(e),t({message:`
|
|
7
|
+
[last ${Wn(e)?`video`:`audio`} selected] ${Wn(e)?e.quality:e.bitrate}
|
|
8
|
+
`}),e}return r?.recordSwitch(n),n},Kn=(e,t)=>Math.log(t)/Math.log(e),qn=({tuning:e,container:t,limits:n,panelSize:r})=>{let i=e.containerSizeFactor;if(r)return{containerSizeLimit:r,containerSizeFactor:i};if(e.usePixelRatio&&N.display.pixelRatio){let t=N.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=Kn(n,r*t+a)+o;Number.isFinite(s)&&(i*=s)}}return R.isNonNullable(n?.min)&&R.isHigherOrEqual(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}},Jn=new WeakMap,Yn=(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})=>{R.assertNotEmptyArray(e,Rn);let{containerSizeFactor:g,containerSizeLimit:_}=qn({container:t,tuning:r,limits:i,panelSize:h}),v=r.considerPlaybackRate&&R.isNonNullable(s)?s:1,y=Jn.get(e);y||(y=e.filter(e=>!R.isInvariantQuality(e.quality)).sort((e,t)=>R.isHigher(e.quality,t.quality)?-1:1),Jn.set(e,y));let b=bn.arrayAt(y,-1)?.quality,x=bn.arrayAt(y,0)?.quality,ee=Mn(i,x,b),S=v*Fn(o??.5,r.bitrateFactorAtEmptyBuffer,r.bitrateFactorAtFullBuffer),C={},w=null;for(let e of y){if(e.tvDisabled){C[e.quality]=`TvDisabled`;continue}let t=!0;if(_)if(e.size)t=e.size.width<=_.width&&e.size.height<=_.height;else{let n=_&&R.videoSizeToQuality(_);t=n?R.isLowerOrEqual(e.quality,n):!0}if(!t){C[e.quality]=`FitsContainer`;continue}let s=p||n,l=R.isNonNullable(s)&&isFinite(s)&&R.isNonNullable(e.bitrate)?s-a>=e.bitrate*S:!0,m=i?.min===e.quality||R.isNonNullable(i?.min)&&R.isNonNullable(x)&&R.isHigher(i.min,x)&&e.quality===x;if(!l&&!m){C[e.quality]=`FitsThroughput`;continue}if(r.lazyQualitySwitch&&R.isNonNullable(r.minBufferToSwitchUp)&&c&&!R.isInvariantQuality(c.quality)&&(o??0)<r.minBufferToSwitchUp&&R.isHigher(e.quality,c.quality)){C[e.quality]=`Buffer`;continue}if(d&&R.isHigherOrEqual(e.quality,d)&&!m){C[e.quality]=`DroppedFramesLimit`;continue}if(f&&R.isHigherOrEqual(e.quality,f)&&!m){C[e.quality]=`StallsLimit`;continue}let h=ee||(R.isNullable(i?.max)||R.isLowerOrEqual(e.quality,i.max))&&(R.isNullable(i?.min)||R.isHigherOrEqual(e.quality,i.min)),g=R.isNonNullable(u)&&!u?R.isLowerOrEqual(e.quality,r.backgroundVideoQualityLimit):!0;if(!h||!g){C[e.quality]=`FitsQualityLimits`;continue}w||=e}w&&w.bitrate&&Pn.next(w.bitrate);let T=w??bn.arrayAt(y,-1)??e[0],te=l?.last,ne=Gn(r,m,T,l);return R.isNonNullable(l)&&ne.quality!==te?.quality&&m({message:`
|
|
9
9
|
[VIDEO TRACKS ABR]
|
|
10
10
|
[available video tracks]
|
|
11
11
|
${e.map(e=>`{ id: ${e.id}, quality: ${e.quality}, bitrate: ${e.bitrate}, size: ${e.size?.width}:${e.size?.height} }`).join(`
|
|
12
12
|
`)}
|
|
13
13
|
|
|
14
14
|
[tuning]
|
|
15
|
-
${
|
|
15
|
+
${Sn.objectEntries(r??{}).map(([e,t])=>`${e}: ${t}`).join(`
|
|
16
16
|
`)}
|
|
17
17
|
|
|
18
18
|
[limit params]
|
|
@@ -24,28 +24,28 @@ function e(e,t,n,r,i,a,o){try{var s=e[a](o),c=s.value}catch(e){n(e);return}s.don
|
|
|
24
24
|
playbackRate: ${s},
|
|
25
25
|
playbackRateFactor: ${v},
|
|
26
26
|
forwardBufferHealth: ${o},
|
|
27
|
-
bitrateFactor: ${
|
|
27
|
+
bitrateFactor: ${S},
|
|
28
28
|
minBufferToSwitchUp: ${r.minBufferToSwitchUp},
|
|
29
29
|
droppedVideoMaxQualityLimit: ${d},
|
|
30
30
|
stallsVideoMaxQualityLimit: ${f},
|
|
31
|
-
limitsAreInvalid: ${
|
|
31
|
+
limitsAreInvalid: ${ee},
|
|
32
32
|
maxQualityLimit: ${i?.max},
|
|
33
33
|
minQualityLimit: ${i?.min},
|
|
34
34
|
|
|
35
35
|
[limited video tracks]
|
|
36
|
-
${
|
|
36
|
+
${Sn.objectEntries(C).map(([e,t])=>`${e}: ${t}`).join(`
|
|
37
37
|
`)||`All tracks are available`}
|
|
38
38
|
|
|
39
|
-
[best video track] ${
|
|
40
|
-
[selected video track] ${
|
|
41
|
-
`}),
|
|
39
|
+
[best video track] ${w?.quality}
|
|
40
|
+
[selected video track] ${ne?.quality}
|
|
41
|
+
`}),ne},Xn=(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})=>{R.assertNotEmptyArray(e,Rn);let{containerSizeFactor:g,containerSizeLimit:_}=qn({container:t,tuning:r,limits:i,panelSize:h}),v=r.considerPlaybackRate&&R.isNonNullable(s)?s:1,y=e.filter(e=>!R.isInvariantQuality(e.quality)).sort((e,t)=>R.isHigher(e.quality,t.quality)?-1:1),b=bn.arrayAt(y,-1)?.quality,x=bn.arrayAt(y,0)?.quality,ee=Mn(i,x,b),S=v*Fn(o??.5,r.bitrateFactorAtEmptyBuffer,r.bitrateFactorAtFullBuffer),C={},w=y.filter(e=>{let t=!0;if(_)if(e.size)t=e.size.width<=_.width&&e.size.height<=_.height;else{let n=_&&R.videoSizeToQuality(_);t=n?R.isLowerOrEqual(e.quality,n):!0}if(!t)return C[e.quality]=`FitsContainer`,!1;let s=p||n,l=R.isNonNullable(s)&&isFinite(s)&&R.isNonNullable(e.bitrate)?s-a>=e.bitrate*S:!0,m=i?.min===e.quality||R.isNonNullable(i?.min)&&R.isNonNullable(x)&&R.isHigher(i.min,x)&&e.quality===x;if(!l&&!m)return C[e.quality]=`FitsThroughput`,!1;if(r.lazyQualitySwitch&&R.isNonNullable(r.minBufferToSwitchUp)&&c&&!R.isInvariantQuality(c.quality)&&(o??0)<r.minBufferToSwitchUp&&R.isHigher(e.quality,c.quality))return C[e.quality]=`Buffer`,!1;if(d&&R.isHigherOrEqual(e.quality,d)&&!m)return C[e.quality]=`DroppedFramesLimit`,!1;if(f&&R.isHigherOrEqual(e.quality,f)&&!m)return C[e.quality]=`StallsLimit`,!1;let h=ee||(R.isNullable(i?.max)||R.isLowerOrEqual(e.quality,i.max))&&(R.isNullable(i?.min)||R.isHigherOrEqual(e.quality,i.min)),g=R.isNonNullable(u)&&!u?R.isLowerOrEqual(e.quality,r.backgroundVideoQualityLimit):!0;return!h||!g?(C[e.quality]=`FitsQualityLimits`,!1):!0})[0];w&&w.bitrate&&Pn.next(w.bitrate);let T=w??bn.arrayAt(y,-1)??e[0],te=l?.last,ne=Gn(r,m,T,l);return R.isNonNullable(l)&&ne.quality!==te?.quality&&m({message:`
|
|
42
42
|
[VIDEO TRACKS ABR]
|
|
43
43
|
[available video tracks]
|
|
44
44
|
${e.map(e=>`{ id: ${e.id}, quality: ${e.quality}, bitrate: ${e.bitrate}, size: ${e.size?.width}:${e.size?.height} }`).join(`
|
|
45
45
|
`)}
|
|
46
46
|
|
|
47
47
|
[tuning]
|
|
48
|
-
${
|
|
48
|
+
${Sn.objectEntries(r??{}).map(([e,t])=>`${e}: ${t}`).join(`
|
|
49
49
|
`)}
|
|
50
50
|
|
|
51
51
|
[limit params]
|
|
@@ -57,28 +57,28 @@ function e(e,t,n,r,i,a,o){try{var s=e[a](o),c=s.value}catch(e){n(e);return}s.don
|
|
|
57
57
|
playbackRate: ${s},
|
|
58
58
|
playbackRateFactor: ${v},
|
|
59
59
|
forwardBufferHealth: ${o},
|
|
60
|
-
bitrateFactor: ${
|
|
60
|
+
bitrateFactor: ${S},
|
|
61
61
|
minBufferToSwitchUp: ${r.minBufferToSwitchUp},
|
|
62
62
|
droppedVideoMaxQualityLimit: ${d},
|
|
63
63
|
stallsVideoMaxQualityLimit: ${f},
|
|
64
|
-
limitsAreInvalid: ${
|
|
64
|
+
limitsAreInvalid: ${ee},
|
|
65
65
|
maxQualityLimit: ${i?.max},
|
|
66
66
|
minQualityLimit: ${i?.min},
|
|
67
67
|
|
|
68
68
|
[limited video tracks]
|
|
69
|
-
${
|
|
69
|
+
${Sn.objectEntries(C).map(([e,t])=>`${e}: ${t}`).join(`
|
|
70
70
|
`)||`All tracks are available`}
|
|
71
71
|
|
|
72
|
-
[best video track] ${
|
|
73
|
-
[selected video track] ${
|
|
74
|
-
`}),
|
|
72
|
+
[best video track] ${w?.quality}
|
|
73
|
+
[selected video track] ${ne?.quality}
|
|
74
|
+
`}),ne},Zn=(e,t,n,{estimatedThroughput:r,tuning:i,playbackRate:a,forwardBufferHealth:o,history:s,abrLogger:c,stallsPredictedThroughput:l})=>{R.assertNotEmptyArray(n,Rn);let u=i.considerPlaybackRate&&R.isNonNullable(a)?a:1,d=[...n].sort(In(-1)),f=e.bitrate;R.assertNonNullable(f);let p=u*Fn(o??.5,i.bitrateAudioFactorAtEmptyBuffer,i.bitrateAudioFactorAtFullBuffer),m,h=Hn(e,t,n,i.minVideoAudioRatio),g=l||r;R.isNonNullable(g)&&isFinite(g)&&(m=d.find(e=>R.isNonNullable(e.bitrate)&&R.isNonNullable(h?.bitrate)?g-f>=e.bitrate*p&&e.bitrate>=h.bitrate:!1)),m||=h;let _=s?.last,v=m&&Gn(i,c,m,s);return R.isNonNullable(s)&&v?.bitrate!==_?.bitrate&&c({message:`
|
|
75
75
|
[AUDIO TRACKS ABR]
|
|
76
76
|
[available audio tracks]
|
|
77
77
|
${n.map(e=>`{ id: ${e.id}, bitrate: ${e.bitrate} }`).join(`
|
|
78
78
|
`)}
|
|
79
79
|
|
|
80
80
|
[tuning]
|
|
81
|
-
${
|
|
81
|
+
${Sn.objectEntries(i??{}).map(([e,t])=>`${e}: ${t}`).join(`
|
|
82
82
|
`)}
|
|
83
83
|
|
|
84
84
|
[limit params]
|
|
@@ -92,14 +92,14 @@ function e(e,t,n,r,i,a,o){try{var s=e[a](o),c=s.value}catch(e){n(e);return}s.don
|
|
|
92
92
|
minBufferToSwitchUp: ${i.minBufferToSwitchUp},
|
|
93
93
|
|
|
94
94
|
[selected audio track] ${v?.id}
|
|
95
|
-
`}),v},
|
|
95
|
+
`}),v},Qn=(e,t,n,{estimatedThroughput:r,tuning:i,playbackRate:a,forwardBufferHealth:o,history:s,abrLogger:c,stallsPredictedThroughput:l})=>{R.assertNotEmptyArray(n,Rn);let u=i.considerPlaybackRate&&R.isNonNullable(a)?a:1,d=Bn.get(n);d||(d=[...n].sort(In(-1)),Bn.set(n,d));let f=e.bitrate;R.assertNonNullable(f);let p=u*Fn(o??.5,i.bitrateAudioFactorAtEmptyBuffer,i.bitrateAudioFactorAtFullBuffer),m,h=Un(e,t,n,i.minVideoAudioRatio),g=l||r;R.isNonNullable(g)&&isFinite(g)&&(m=d.find(e=>R.isNonNullable(e.bitrate)&&R.isNonNullable(h?.bitrate)?g-f>=e.bitrate*p&&e.bitrate>=h.bitrate:!1)),m||=h;let _=s?.last,v=m&&Gn(i,c,m,s);return R.isNonNullable(s)&&v?.bitrate!==_?.bitrate&&c({message:`
|
|
96
96
|
[AUDIO TRACKS ABR]
|
|
97
97
|
[available audio tracks]
|
|
98
98
|
${n.map(e=>`{ id: ${e.id}, bitrate: ${e.bitrate} }`).join(`
|
|
99
99
|
`)}
|
|
100
100
|
|
|
101
101
|
[tuning]
|
|
102
|
-
${
|
|
102
|
+
${Sn.objectEntries(i??{}).map(([e,t])=>`${e}: ${t}`).join(`
|
|
103
103
|
`)}
|
|
104
104
|
|
|
105
105
|
[limit params]
|
|
@@ -113,138 +113,36 @@ function e(e,t,n,r,i,a,o){try{var s=e[a](o),c=s.value}catch(e){n(e);return}s.don
|
|
|
113
113
|
minBufferToSwitchUp: ${i.minBufferToSwitchUp},
|
|
114
114
|
|
|
115
115
|
[selected audio track] ${v?.id}
|
|
116
|
-
`}),v},Qn=e=>new URL(e).hostname,z=require("@vkontakte/videoplayer-shared"),$n=require("@vkontakte/videoplayer-shared"),er=e=>{if(e instanceof DOMException&&$n.arrayIncludes([`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`))},tr=function(){var e=w(function*(e,t){let n=e.muted;try{yield e.play()}catch(r){if(!er(r))return!1;if(t&&t(),n)return console.warn(r),!1;e.muted=!0;try{yield e.play()}catch(t){return er(t)?(e.muted=!1,console.warn(t),!1):!1}}return!0});return function(t,n){return e.apply(this,arguments)}}(),nr=require("@vkontakte/videoplayer-shared"),rr=require("@vkontakte/videoplayer-shared"),ir=require("@vkontakte/videoplayer-shared");function ar(){return ir.now()}function or(e){return ar()-e}function sr(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 cr(e,t,n){let r=(...i)=>{n.apply(null,i),e.removeEventListener(t,r)};e.addEventListener(t,r)}function lr(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;ir.assertNonNullable(u);let e=or(u),t;if(e<h){t=h-e,j.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=ar(),o=new i,o.open(`get`,e);let n=0,r,l=0,m=()=>(ir.assertNonNullable(u),Math.max(u,Math.max(r||0,l||0)));if(a&&o.addEventListener(`progress`,e=>{let t=ar();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;ir.assertNonNullable(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||!rr.objectValues(e).length)?b():(d&&d(),t(e))}else b()}),o.addEventListener(`error`,()=>{b()}),f){let e=()=>{ir.assertNonNullable(o),o.readyState===XMLHttpRequest.HEADERS_RECEIVED&&(l=ar(),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)=>(ir.isNonNullable(e)&&(h=e),ir.isNonNullable(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 ur=100,dr=2e3,fr=500;class pr{constructor(e){this.intervals=[],this.currentRate=0,this.logger=void 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,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-fr;if(t-e>dr){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>ur&&(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 mr=require("@vkontakte/videoplayer-shared");class hr{constructor(e,t,n,r,i){this.pendingQueue=[],this.activeRequests={},this.completeRequests={},this.averageSegmentDuration=2e3,this.lastPrefetchStart=0,this.throttleTimeout=null,this.RETRY_COUNT=void 0,this.TIMEOUT=void 0,this.BITRATE_ESTIMATOR=void 0,this.MAX_PARALLEL_REQUESTS=void 0,this.logger=void 0,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=ar(),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=lr(t,r=>{e._complete=1,e._responseData=r,e._downloadTime=ar()-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=ar()}_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=ar();if(Object.keys(this.activeRequests).length>=e)return!1;let n=this._getPrefetchDelay()-(t-this.lastPrefetchStart);return this.throttleTimeout&&j.clearTimeout(this.throttleTimeout),n>0?(this.throttleTimeout=j.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(){mr.objectValues(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),j.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}}var gr=require("@vkontakte/videoplayer-shared"),_r=require("@vkontakte/videoplayer-shared"),vr=(e,t)=>_r.isNonNullable(e)&&_r.isNonNullable(t)&&e.readyState===`open`&&yr(e,t);function yr(e,t){for(let n=0;n<e.activeSourceBuffers.length;++n)if(e.activeSourceBuffers[n]===t)return!0;return!1}var br=require("@vkontakte/videoplayer-shared"),xr=require("@vkontakte/videoplayer-shared");class Sr{constructor(e,t,n,r){this.tag=void 0,this.time=void 0,this.data=void 0,this.stack=void 0,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=br.objectEntries(this.data).map(([e,t])=>`${e}:${t}`).join(`,`);return{key:this.tag,strings:[e,this.stack??``],numbers:[this.time]}}}var B=((e,t=`warn`)=>{let n=xr.getWindow(),r=[];function i(i,a=!1){var o;let s=((o=n.performance)==null||(o=o.timing)==null?void 0:o.navigationStart)??0,c=new Sr(e,Math.round((Date.now()-s)/1e3),i,a?Error().stack:void 0);r.push(c),t&&n.console[t](c.toString())}return i.reset=()=>{r=[]},i.drain=()=>{let e=r;return r=[],e},i})(`vp_dash_live_debug`,!1),Cr=1e4,wr=3,Tr=6e4,Er=10,Dr=1,Or=500;class kr{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.rep=void 0,this.bitrate=0,this.manifest=[],this.bitrateSwitcher=void 0,this.filesFetcher=void 0,this.sourceBuffer=0,this.mediaSource=void 0,this.currentManifestEntry=void 0,this.manifestRequest=void 0,this.manifestRefetchTimer=void 0,this.bufferStates=[],this.downloadRate=void 0,this.sourceJitter=-1,this.srcToken=0,this.chunkRateEstimator=void 0,this.manifestUrl=void 0,this.urlResolver=void 0,this.waitingForFirstBufferAfterSrcChange=!1,this.params=void 0,this.soundProhibitedEvent$=void 0,this.params=e,this.soundProhibitedEvent$=new gr.Subject,this.chunkRateEstimator=new pr(this.params.logger),this._initVideo()}attachSource(e){this.manifestUrl=e,this.urlResolver=sr(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(){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(),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))):e&&(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(),null),this.manifestRequest&&this.manifestRequest.abort(),this.manifestRefetchTimer&&=(j.clearTimeout(this.manifestRefetchTimer),void 0)}reinit(e){this.manifestUrl=e,this.urlResolver=sr(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,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;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 e=this._getBufferSizeSec();!this.paused&&e<.3?this.buffering||(this.buffering=!0,j.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`),B({m:`ldp.fs`,t:r}),t.currentTime=r))}_selectQuality(e){let{videoElement:t}=this.params,n,r,i,a=t&&1.62*(N.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||{};!Mn({limits:this.autoQualityLimits,highestAvailableHeight:this.manifest[0].video.height,lowestAvailableHeight:this.manifest.at(-1)?.video.height})&&(o&&i.video.height>o||s&&i.video.height<s)||i.tvDisabled||(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||nr.isNonNullable(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.srcToken=(this.srcToken+1)%(2**53-1);let a=this.srcToken;this.mediaSource=new window.MediaSource,n(`setting video src`),r.src=URL.createObjectURL(this.mediaSource),this.mediaSource.addEventListener(`sourceopen`,()=>{if(a===this.srcToken){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`,e=>{B({m:`sourceclose`})}),this.videoPlayStarted=!1,r.addEventListener(`canplay`,()=>{B({m:`canplay`}),this.shouldPlay()&&(this.videoPlayStarted=!0,this._playVideoElement())});let o=()=>{cr(r,`progress`,()=>{r.buffered.length?(r.currentTime=r.buffered.start(0),this.waitingForFirstBufferAfterSrcChange=!1,i({name:`playing`})):o()})};this.waitingForFirstBufferAfterSrcChange=!0,o()}_initPlayerWith(e){this.bitrate=0,this.rep=0,this.sourceBuffer=0,this.bufferStates=[],this.filesFetcher&&this.filesFetcher.abortAll(),this.filesFetcher=new hr(wr,Cr,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=lr(this.urlResolver.resolve(e,!1),t,n,()=>this._retryCallback()).withTimeout(Cr).withBitrateReporting(this.bitrateSwitcher).withRetryCount(wr).withFinally(()=>{s=null}).send()},f=(e,t,n)=>{nr.assertNonNullable(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=ar()-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-Dr;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(nr.isNonNullable(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>Er)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=lr(this.urlResolver.resolve(e,!0,this.lowLatency),t,n,()=>this._retryCallback()).withTimeout(Cr).withRetryCount(wr).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&&(nr.assertNonNullable(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(),nr.assertNonNullable(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&&=(j.clearTimeout(b),void 0);let e=Math.max(Or,1e3*(this._getBufferSizeSec()-this.sourceJitter-5)),t=y+e,n=ar(),r=Math.min(1e4,t-n);y=n;let i=()=>{c||u()&&s.seek(()=>{u()&&(y=ar(),w(),C())})};r>0?b=j.setTimeout(()=>{this.paused?C():i()},r):i()},w=()=>{let t;for(;t=s.nextChunk(v);)v=t,te(t);let n=s.nextChunk(m);if(n){if(m&&n.discontinuity){o(`Detected discontinuity; restarting playback`),this.paused?C():(_(),B({m:`ldp.fetchChunkIdx.0`}),this._initPlayerWith(e));return}ee(n)}else C()},T=(e,t)=>{if(!u()||!this.sourceBuffer){B({m:`ab.0`,c:[!u(),!this.sourceBuffer]});return}let i,a,s,c=n=>{B({m:`ldp.postpone`,t:n}),j.setTimeout(()=>{u()&&T(e,t)},n)};if(this.sourceBuffer.updating)o(`Source buffer is updating; delaying appendBuffer`),B({m:`ldp.ab.1`}),c(100);else{let l=ar(),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)B({m:`ldp.ab.3`}),o(`Buffered ${d} seconds; delaying appendBuffer`),c(2e3);else try{if(this.params.config.useInvalidBufferFix&&vr(this.mediaSource,this.sourceBuffer))return;this.sourceBuffer.appendBuffer(e),this.videoPlayStarted?(B({m:`ldp.ab.5`}),this.bufferStates.push({ts:l,buf:d}),h(),this.bufferStates.length>200&&this.bufferStates.shift()):this.shouldPlay()&&(B({m:`ldp.ab.4`}),this.videoPlayStarted=!0,this._playVideoElement()),t&&t()}catch(e){B({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),ee=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())},te=e=>{u()&&(nr.assertNonNullable(this.filesFetcher),this.filesFetcher.prefetch(this.urlResolver.resolve(D(e),!1)))},ne=t=>{u()&&(e.cachedHeader=t,T(t,()=>{l=!0,E()}))};i=!0,s.seek(e=>{if(u()){if(y=ar(),!e){C();return}v=e,!nr.isNullable(t)||e.startTS>t?ee(e):(m=e,w())}},t),e.cachedHeader?ne(e.cachedHeader):d(e.headerUrl,ne,()=>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(),nr.isNonNullable(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,nr.assertNonNullable(this.bitrateSwitcher),this.bitrateSwitcher.notifySwitch(this.bitrate),this.rep.start(r),n({name:`qualitySwitch`,quality:e}))}_qualityAvailable(e){return nr.isNonNullable(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=ar();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&&or(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=ar();e<a&&(i=t),a=e}}}_fetchManifest(e,t,n){this.manifestRequest=lr(this.urlResolver.resolve(e,!0),t,n,()=>this._retryCallback()).withJSONResponse().withTimeout(Cr).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;tr(e,()=>{this.soundProhibitedEvent$.next()}).then(e=>{B({m:`ldp.pve.1`}),e||(B({m:`ldp.pve.2`}),this.params.liveOffset.pause(),this.params.videoState.setState(`paused`))})}_handleManifestUpdate(e){let{logger:t,playerCallback:n,videoElement:r}=this.params,i=e=>{let t=[];return e?.length?(e.forEach((e,n)=>{var i,a;e.video&&r.canPlayType(e.codecs).replace(/no/,``)&&!((i=window.MediaSource)==null||(a=i.isTypeSupported)==null)&&a.call(i,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`}),[])};this.manifest=i(e),t(`Valid manifest entries: ${this.manifest.length}/${e.length}`),n({name:`manifest`,manifest:this.manifest})}_refetchManifest(e){this.destroyed||(this.manifestRefetchTimer&&j.clearTimeout(this.manifestRefetchTimer),this.manifestRefetchTimer=j.setTimeout(()=>{this._fetchManifest(e,t=>{this.destroyed||(this._handleManifestUpdate(t),this._refetchManifest(e))},()=>this._refetchManifest(e))},Tr))}_initManifest(){this._fetchManifest(this.manifestUrl,e=>{this.destroyed||(this._handleManifestUpdate(e),this._refetchManifest(this.manifestUrl))},()=>this._handleNetworkError())}}var Ar=require("@vkontakte/videoplayer-shared"),jr=require("@vkontakte/videoplayer-shared");class Mr{constructor(){this.onDroopedVideoFramesLimit$=new jr.Subject,this.subscription=new jr.Subscription,this.log=void 0,this.video=void 0,this.droppedFramesChecker=void 0,this.isAuto=void 0,this.playing=!1,this.tracks=[],this.forceChecker$=new jr.Subject,this.isForceCheckCounter=0,this.prevTotalVideoFrames=0,this.prevDroppedVideoFrames=0,this.currentTimer=void 0,this.limitCounts={},this.currentQuality=void 0,this.maxQualityLimit=void 0,this.handleChangeVideoQuality=()=>{let e=this.tracks.find(({size:e})=>e?.height===this.video.videoHeight&&e?.width===this.video.videoWidth);e&&!jr.isInvariantQuality(e.quality)&&this.onChangeQuality(e.quality)},this.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&&jr.isHigher(this.currentQuality,this.droppedFramesChecker.minQualityBanLimit)&&(this.limitCounts[this.currentQuality]=(this.limitCounts[this.currentQuality]??0)+1,this.maxQualityLimit=this.getMaxQualityLimit(this.currentQuality),this.currentTimer&&j.clearTimeout(this.currentTimer),this.currentTimer=j.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&&j.clearTimeout(this.currentTimer),this.subscription.unsubscribe()}get droppedVideoMaxQualityLimit(){return this.maxQualityLimit}getMetrics(){if(!this.video||typeof this.video.getVideoPlaybackQuality!=`function`)return{totalVideoFrames:0,droppedVideoFrames:0,droppedPercent:0,stalledFrames:0};let{totalVideoFrames:e,droppedVideoFrames:t}=this.video.getVideoPlaybackQuality();return{totalVideoFrames:e,droppedVideoFrames:t,droppedPercent:e>0?t/e:0,stalledFrames:e-t}}subscribe(){this.subscription.add(jr.fromEvent(this.video,`resize`).subscribe(this.handleChangeVideoQuality));let e=jr.interval(this.droppedFramesChecker.checkTime).pipe(jr.filter(()=>this.playing),jr.filter(()=>{let e=!!this.isForceCheckCounter;return e&&--this.isForceCheckCounter,!e})),t=this.forceChecker$.pipe(jr.debounce(this.droppedFramesChecker.checkTime)),n=jr.merge(e,t);this.subscription.add(n.subscribe(this.checkDroppedFrames))}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()}onDroopedVideoFramesLimitTrigger(){this.isAuto.getState()&&(this.log({message:`[onDroopedVideoFramesLimit]. maxQualityLimit: ${this.maxQualityLimit}`}),this.onDroopedVideoFramesLimit$.next())}getMaxQualityLimit(e){var t;let n=(t=Ar.objectEntries(this.limitCounts).filter(([,e])=>e>=this.droppedFramesChecker.countLimit).sort(([e],[t])=>jr.isLower(e,t)?-1:1))==null||(t=t[0])==null?void 0:t[0];return e??n}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 Nr=Mr,Pr=require("@vkontakte/videoplayer-shared"),Fr=require("@vkontakte/videoplayer-shared"),Ir=()=>!!window.documentPictureInPicture?.window||!!document.pictureInPictureElement,Lr=(e,t)=>new Pr.Observable(n=>{if(!window.IntersectionObserver)return;let r=new IntersectionObserver((e,t)=>{e.forEach(e=>n.next(e.isIntersecting||Ir()))},T(T({},{root:null}),t));r.observe(e);let i=Fr.fromEvent(document,`visibilitychange`).pipe(Pr.map(e=>!document.hidden||Ir())).subscribe(e=>n.next(e));return()=>{r.unobserve(e),i.unsubscribe()}}),Rr=require("@vkontakte/videoplayer-shared"),zr=require("@vkontakte/videoplayer-shared"),Br;(e=>{e.VP9=`vp9`,e.AV1=`av1`,e.NONE=`none`,e.SMOOTH=`smooth`,e.POWER_EFFICIENT=`power_efficient`})(Br||={});var Vr=e=>{let{webmDecodingInfo:t}=N.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:zr.assertNever(e)}},Hr=({webmCodec:e,androidPreferredFormat:t,iosPreferredFormat:n,preferMultiStream:r})=>{let i=[...r?[`DASH_STREAMS`]:[],...Vr(e),`DASH_SEP`,`DASH_ONDEMAND`,...r?[]:[`DASH_STREAMS`]],a=[...r?[`DASH_STREAMS`]:[],`DASH_SEP`,`DASH_ONDEMAND`,...r?[]:[`DASH_STREAMS`]];if(N.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`,...Vr(e),`HLS`,`HLS_ONDEMAND`];case`dash_any_webm`:return[...Vr(e),`MPEG`,...a,`HLS`,`HLS_ONDEMAND`];case`dash_sep`:return[`DASH_SEP`,`MPEG`,...Vr(e),...a,`HLS`,`HLS_ONDEMAND`];default:zr.assertNever(t)}if(N.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:zr.assertNever(n)}return[...i,`HLS`,`HLS_ONDEMAND`,`MPEG`]},Ur=({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=N.device.isMac&&N.browser.isSafari;if(N.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:zr.assertNever(e)}else s=N.video.nativeHlsSupported&&!c&&!N.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`]},Wr=e=>e?[`HLS_LIVE`,`HLS_LIVE_CMAF`,`DASH_LIVE_CMAF`]:[`DASH_WEBM`,`DASH_WEBM_AV1`,`DASH_SEP`,`DASH_ONDEMAND`,`HLS`,`HLS_ONDEMAND`,`MPEG`],Gr=(e,{preferHdr:t})=>{let n=e.filter(e=>e.hdr),r=e.filter(e=>!e.hdr),i=Kr(n.map(({codecs:e})=>e)),a=Kr(r.map(({codecs:e})=>e)),o=N.display.isHDR&&t&&i.length>0,s=[...i.map(e=>({name:e,hdr:!0})),...a.map(e=>({name:e,hdr:!1}))],c=[...a.map(e=>({name:e,hdr:!1})),...i.map(e=>({name:e,hdr:!0}))];return o?s:c},Kr=e=>{let t=e.map(e=>Jr(e)),{codecs:n}=N.video;return Yr().filter(e=>{if(Rr.arrayIncludes(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})},qr=e=>{let t=e.map(e=>Jr(e)),{codecs:n}=N.video;return Xr().filter(e=>{if(Rr.arrayIncludes(t,e))switch(e){case`opus`:return n.opus;case`mp4a`:return n.aac;default:return!1}else return!1})},Jr=e=>e.split(`.`)[0].replace(`0`,``),Yr=()=>[`av1`,`vp9`,`hev1`,`avc1`],Xr=()=>[`opus`,`mp4a`],Zr=(e,t)=>{e.video.forEach(e=>{e.representations.forEach(e=>{e.tvDisabled=e.tvDisabled||$r(e,t)})})};function Qr(e){return typeof e==`number`&&Number.isInteger(e)}function $r({codecs:e,height:t,fps:n},r){let i=r.find(([n,r,i])=>n===`${t}p`&&ei(e,i))?.[1];return Qr(i)&&Qr(n)&&n>i}function ei(e,t){return Array.isArray(e)?e.some(e=>ti(e,t)):ti(e,t)}function ti(e,t){return Jr(e)===t}var ni=e=>e.match(/codecs="([^"]+)"/)?.[1].split(/\s*,\s*/)??[];function ri(e,t){if(e instanceof HTMLAudioElement)return{target:Kt(e),video:null};let n=Gt(e,t);return{target:n,video:n}}var ii=[`paused`,`playing`,`ready`],ai=[`paused`,`playing`,`ready`];class oi{constructor(e){this.subscription=new z.Subscription,this.volumeSubscription=new z.Subscription,this.allocation=void 0,this.videoState=new Dt(`stopped`),this.dash=void 0,this.representations$=new z.ValueSubject([]),this.textTracksManager=null,this.droppedFramesManager=new Nr,this.maxSeekBackTime$=new z.ValueSubject(1/0),this.zeroTime$=new z.ValueSubject(void 0),this.liveOffset=new cn,this.log=void 0,this.params=void 0,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:z.ErrorCategory.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=vn(e.name)??z.videoSizeToQuality(e.video),i=e.bitrate/1e3,a=T({},e.video),o=e.frameRate,s=!1,{videoStreamRepresentaionsFilter:c}=this.params.tuning.dash;if(c.length&&(s=$r({codecs:ni(e.codecs),height:e.video.height,fps:o},c)),e.tvDisabled=s,!r)continue;let l={id:t,quality:r,bitrate:i,size:a,fps:o,tvDisabled:s};n.push({track:l,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),z.isNonNullable(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}},this.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.allocation.target.removeAttribute(`src`),this.allocation.target.load(),this.videoState.setState(`stopped`));return}if(t)return;let a=this.params.desiredState.videoTrack.getTransition(),o=this.params.desiredState.autoVideoTrackSwitching.getTransition();if(Nt.arrayIncludes(ai,e)&&(a||o)){this.prepare();return}if(r?.to!==`paused`&&i.state===`requested`&&Nt.arrayIncludes(ii,e)){let e=i.position<0?this.liveOffset.getCurrentPausedTime():0;this.seek(i.position-e);return}switch(e){case`stopped`:this.videoState.startTransitionTo(`manifest_ready`),this.dash.attachSource(Oe(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`){B({m:`dlp.sync.1`}),this.videoState.startTransitionTo(`playing`);let e=r?.from;e&&e===`ready`&&(B({m:`dlp.sync.2`}),this.dash.catchUp()),B({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(Oe(this.params.source.url,e))}return;default:return z.assertNever(e)}},e.tuning.disableSubtitles||(this.textTracksManager=new sn(e.source.url)),this.params=e,this.log=this.params.dependencies.logger.createComponentLog(`DashLiveProvider`);let t=t=>{e.output.error$.next({id:`DashLiveProvider`,category:z.ErrorCategory.WTF,message:`DashLiveProvider internal logic error`,thrown:t})};this.subscription.add(z.merge(this.videoState.stateChangeStarted$.pipe(z.map(e=>({transition:e,type:`start`}))),this.videoState.stateChangeEnded$.pipe(z.map(e=>({transition:e,type:`end`})))).subscribe(({transition:e,type:t})=>{B({m:`dlp.s.1`,t:t+`:${e.from}-${e.to}`}),this.log({message:`[videoState change] ${t}: ${JSON.stringify(e)}`})})),this.allocation=ri(e.container,e.tuning),this.params.output.element$.next(this.allocation.video??void 0),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(Qn(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.allocation.video&&this.textTracksManager?.connect(this.allocation.video,this.params.desiredState,this.params.output);let n=gn(this.allocation.target);this.subscription.add(()=>n.destroy());let r=this.allocation.video;r&&this.subscription.add(this.representations$.pipe(z.map(e=>e.map(({track:e})=>e)),z.filter(e=>!!e.length),z.once()).subscribe(e=>this.droppedFramesManager.connect({logger:this.params.dependencies.logger,video:r,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(z.filterChanged(),z.map(e=>-e/1e3)).subscribe(this.params.output.duration$)).add(z.combine({zeroTime:this.zeroTime$.pipe(z.filter(z.isNonNullable)),position:n.timeUpdate$}).subscribe(({zeroTime:e,position:t})=>{t===0&&this.videoState.getTransition()||this.params.output.liveTime$.next(e+t*1e3)},t)).add($t(this.allocation.target,this.params.desiredState.isLooped,t)).add(en(this.allocation.target,this.params.desiredState.volume,n.volumeState$,t,{skipVideoElVolumeSync$:this.params.skipVideoElVolumeSync$})),this.subscription.add(this.params.skipVideoElVolumeSync$.subscribe(e=>{this.volumeSubscription.unsubscribe(),e?this.volumeSubscription.add(this.params.desiredState.volume.stateChangeStarted$.subscribe(({to:e})=>this.params.output.volume$.next(e),t)):this.volumeSubscription.add(n.volumeState$.subscribe(this.params.output.volume$,t))})),this.subscription.add(tn(this.allocation.target,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.playedTime$.subscribe(this.params.output.playedTime$)).add(n.inPiP$.subscribe(this.params.output.inPiP$)).add(n.inFullscreen$.subscribe(this.params.output.inFullscreen$)).add(Lr(this.allocation.target).subscribe(this.params.output.elementVisible$)).add(this.params.desiredState.autoVideoTrackLimits.stateChangeStarted$.subscribe(({to:{max:e,min:t}})=>{this.dash.setAutoQualityLimits({max:e&&z.videoQualityToHeight(e),min:t&&z.videoQualityToHeight(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),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 z.assertNever(e.to)}},t)).add(z.merge(e.desiredState.playbackState.stateChangeStarted$,e.desiredState.seekState.stateChangeEnded$,e.desiredState.videoTrack.stateChangeStarted$,e.desiredState.autoVideoTrackSwitching.stateChangeStarted$,this.videoState.stateChangeEnded$,this.droppedFramesManager.onDroopedVideoFramesLimit$,z.observableFrom([`init`])).pipe(z.debounce(0)).subscribe(this.syncPlayback,t));let i=!1,{output:a}=this.params;this.params.tuning.live.catchupLiveForMutedInactiveTab&&this.subscription.add(a.elementVisible$.pipe(z.filterChanged()).subscribe(e=>{let t=a.position$.getValue(),n=a.volume$.getValue(),r=!n.volume||n.muted;!e&&!t&&r?i=!0:e&&i&&(this.seek(0),i=!1)}))}destroy(){B({m:`dlp.destroy`}),this.subscription.unsubscribe(),this.volumeSubscription.unsubscribe(),this.textTracksManager?.destroy(),this.droppedFramesManager.destroy(),this.dash.destroy(),this.params.output.element$.next(void 0),qt(this.allocation.target,this.params.tuning)}createLiveDashPlayer(){let e=new kr({videoElement:this.allocation.target,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&&z.isNonNullable(t)?t:Jn(e.map(({track:e})=>e),{container:this.allocation.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;z.assertNonNullable(t,`Representations missing`),this.dash.startPlay(t,n)}}setVideoTrack(e){let t=this.representations$.getValue().find(({track:t})=>t.id===e.id)?.representation;z.assertNonNullable(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),B({m:`dlp.seek`,p:e,no:a,url:this.params.source.url}),this.dash.reinit(Oe(this.params.source.url,a)),r&&this.dash.pause(),this.liveOffset.resetTo(a,r)}}var si=oi,ci=require("@vkontakte/videoplayer-shared"),V=require("@vkontakte/videoplayer-shared"),li=require("@vkontakte/videoplayer-shared"),ui=require("@vkontakte/videoplayer-shared"),di=({id:e,width:t,height:n,bitrate:r,fps:i,quality:a,streamId:o,tvDisabled:s})=>{let c=(a?vn(a):void 0)??ui.videoSizeToQuality({width:t,height:n});return c&&{id:e,quality:c,bitrate:r,size:{width:t,height:n},fps:i,streamId:o,tvDisabled:s}},fi=({id:e,bitrate:t})=>({id:e,bitrate:t}),pi=({language:e,label:t},{id:n,url:r,isAuto:i})=>({id:n,url:r,isAuto:i,type:`internal`,language:e,label:t}),mi=({language:e,label:t,id:n,url:r,isAuto:i})=>({id:n,url:r,isAuto:i,type:`internal`,language:e,label:t}),hi=({id:e,language:t,label:n,codecs:r,isDefault:i,channels:a})=>({id:e,language:t,label:n,codec:li.arrayAt(r.split(`.`),0),isDefault:i,channels:a}),gi=({id:e,language:t,label:n,hdr:r,codecs:i})=>({id:e,language:t,hdr:r,label:n,codec:li.arrayAt(i.split(`.`),0)}),_i=e=>e.type===`template`,vi=require("@vkontakte/videoplayer-shared"),yi=(e,t,n)=>n*t+(1-n)*e,bi=(e,t)=>e.reduce((e,t)=>e+t,0)/t,xi=(e,t,n,r)=>{let i=0,a=n,o=bi(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},Si=`stalls_manager_metrics`,Ci=`stalls_manager_abr_params`,wi=`stalls_manager_default_tuning_abr_params`;class Ti{constructor(){this.currentStallDuration$=void 0,this.videoLastDataObtainedTimestamp$=void 0,this.throughput$=void 0,this.rtt$=void 0,this.tuning=void 0,this.abrParams=void 0,this.duration=void 0,this.isSeeked$=new vi.ValueSubject(!1),this.isBuffering$=new vi.ValueSubject(!1),this.isPaused=!1,this.maxQualityLimit=void 0,this.lastUniqueVideoTrackSelected=void 0,this.currentStallsCount=0,this.sumStallsDuration=0,this.lastStallDuration=0,this.providerStartWatchingTimestamp=0,this.lastUniqueVideoTrackSelectedTimestamp=0,this.predictedThroughputWithoutData=0,this.qualityRestrictionTimer=void 0,this.subscription=new vi.Subscription,this.severeStallOccurred$=new vi.ValueSubject(!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(Ci):{};return T(T({},this.abrParams),e)}set lastVideoTrackSelected(e){this.lastUniqueVideoTrackSelected?.id!==e.id&&(this.lastUniqueVideoTrackSelected=e,this.lastUniqueVideoTrackSelectedTimestamp=vi.now(),this.currentStallsCount=0)}destroy(){j.clearTimeout(this.qualityRestrictionTimer),this.subscription.unsubscribe(),this.currentStallDuration$.getValue()!==0&&this.updateStallData();let e=(vi.now()-this.providerStartWatchingTimestamp-this.sumStallsDuration)/1e3,t=this.sumStallsDuration;this.addStallInfoToHistory(e,t),this.updateStoredAbrParams()}resetStoredAbrParamsIfNeeded(){let{bitrateFactorAtEmptyBuffer:e,bitrateFactorAtFullBuffer:t,containerSizeFactor:n}=T({},this.getStoredData(wi)),{bitrateFactorAtEmptyBuffer:r,bitrateFactorAtFullBuffer:i,containerSizeFactor:a}=T({},this.abrParams);this.tuning.enabled&&e===r&&t===i&&n===a||(this.removeStoredData(Ci),this.setStoredData(wi,{bitrateFactorAtEmptyBuffer:r,bitrateFactorAtFullBuffer:i,containerSizeFactor:a}))}updateStoredAbrParams(){let e=[],t=this.getStoredData(Si,`[]`);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(Si,[]),this.setStoredData(Ci,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(vi.safeStorage.get(e)??t)}setStoredData(e,t){vi.safeStorage.set(e,JSON.stringify(t))}removeStoredData(e){vi.safeStorage.remove(e)}addStallInfoToHistory(e,t){if(e<this.tuning.minTvtToBeCounted||e>this.tuning.maxTvtToBeCounted||e*1e3<t)return;let n=this.getStoredData(Si,`[]`),r=t/e,i={tvt:e,stallsDuration:t,stallsDurationPerTvt:r,stallsDurationPerTvtSmoothed:n.length?yi(n[n.length-1].stallsDurationPerTvtSmoothed,t/e,this.tuning.emaAlpha):r};n.push(i),n.length>this.tuning.stallsMetricsHistoryLength&&n.shift(),this.setStoredData(Si,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(vi.once()).subscribe(e=>this.providerStartWatchingTimestamp=vi.now())),this.subscription.add(e.playing$.subscribe(e=>this.isPaused=!1)),this.subscription.add(e.pause$.subscribe(e=>this.isPaused=!0)),this.subscription.add(this.currentStallDuration$.pipe(vi.filterChanged()).subscribe(e=>{let{stallDurationNoDataBeforeQualityDecrease:t,stallCountBeforeQualityDecrease:n,resetQualityRestrictionTimeout:r,ignoreStallsOnSeek:i}=this.tuning;if(vi.isNullable(this.lastUniqueVideoTrackSelected)||i&&this.isSeeked$.getValue())return;if(this.tuning.ignoreStallsOnPause&&this.isPaused){this.lastStallDuration=e;return}let a=this.rtt$.getValue(),o=this.throughput$.getValue(),s=this.videoLastDataObtainedTimestamp$.getValue(),c=vi.now(),l=n&&this.currentStallsCount>=n,u=t&&c-this.lastUniqueVideoTrackSelectedTimestamp>=t+a&&c-s>=t+a&&e>=t;(l||u)&&(this.severeStallOccurred$.next(!0),j.clearTimeout(this.qualityRestrictionTimer),this.maxQualityLimit=this.lastUniqueVideoTrackSelected.quality,vi.isNonNullable(this.lastUniqueVideoTrackSelected.bitrate)&&o>this.lastUniqueVideoTrackSelected.bitrate&&(this.predictedThroughputWithoutData=this.lastUniqueVideoTrackSelected.bitrate)),!e&&vi.now()-this.providerStartWatchingTimestamp>this.lastStallDuration&&(this.updateStallData(),this.severeStallOccurred$.next(!1),j.clearTimeout(this.qualityRestrictionTimer),this.qualityRestrictionTimer=j.setTimeout(()=>{this.maxQualityLimit=void 0,this.predictedThroughputWithoutData=0},r)),this.lastStallDuration=e}))}}var Ei=Ti,Di=require("@vkontakte/videoplayer-shared");class Oi{constructor(){this.subscription=new Di.Subscription,this.pipSize$=new Di.ValueSubject(void 0),this.videoSize$=new Di.ValueSubject(void 0),this.elementSize$=new Di.ValueSubject(void 0),this.pictureInPictureWindowRemoveEventListener=Di.noop}connect({observableVideo:e,video:t}){let n=e=>{let t=e.target;this.pipSize$.next({width:t.width,height:t.height})};this.subscription.add(Di.observeElementSize(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(Di.combine({videoSize:this.videoSize$,pipSize:this.pipSize$,inPip:e.inPiP$}).pipe(Di.map(({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()}}var ki=require("@vkontakte/videoplayer-shared"),Ai=({subscription:e,desiredState:t,videoElement$:n,observableVideo:r})=>{if(!N.browser.isSafari)return;let i=0,a=!1;e.add(t.volume.stateChangeStarted$.pipe(ki.map(()=>{let e=t.volume.getTransition(),r=n.getValue();return!r||!e?!1:!e.to.muted&&r.muted}),ki.filter(e=>!!e),ki.once()).subscribe(()=>{i=performance.now(),a=!0})),e.add(r.playbackRateState$.pipe(ki.filter(()=>a),ki.once()).subscribe(()=>{let e=n.getValue(),r=t.playbackRate.getState();e&&r!==e.playbackRate&&performance.now()-i<1e3&&(e.playbackRate=r)}))},ji=require("@vkontakte/videoplayer-shared");class Mi{constructor(){this.currentStallDuration$=new ji.ValueSubject(0),this.videoLastDataObtainedTimestamp$=new ji.ValueSubject(0),this.isSeeked$=new ji.ValueSubject(!1),this.rtt$=new ji.ValueSubject(0),this.tuning=void 0,this.lastUniqueVideoTrackSelectedTimestamp=0,this.lastUniqueVideoTrackSelected=void 0,this.providerStartWatchingTimestamp=0,this.subscription=new ji.Subscription,this.severeStallOccurred$=new ji.ValueSubject(!1),this.totalStallsCount$=new ji.ValueSubject(0),this.currentVideoTrackStallsCount$=new ji.ValueSubject(0),this.sumStallsDuration$=new ji.ValueSubject(0),this.lastStallDuration$=new ji.ValueSubject(0)}init(e){this.tuning=e.tuning,this.subscription.add(e.currentStallDuration$.subscribe(this.currentStallDuration$)),this.subscription.add(e.rtt$.subscribe(this.rtt$)),this.subscription.add(e.videoLastDataObtainedTimestamp$.subscribe(this.videoLastDataObtainedTimestamp$)),this.subscription.add(e.isSeeked$.subscribe(this.isSeeked$)),this.subscription.add(e.observableVideo.looped$.subscribe(e=>this.currentVideoTrackStallsCount$.next(0))),this.subscription.add(e.observableVideo.playing$.pipe(ji.once()).subscribe(e=>this.providerStartWatchingTimestamp=ji.now())),this.subscription.add(e.lastVideoTrackSelected$.subscribe(e=>{ji.isNonNullable(e)&&this.lastUniqueVideoTrackSelected?.id!==e.id&&(this.lastUniqueVideoTrackSelected=e,this.lastUniqueVideoTrackSelectedTimestamp=ji.now(),this.currentVideoTrackStallsCount$.next(0))})),this.subscription.add(this.currentStallDuration$.pipe(ji.filterChanged()).subscribe(e=>{let{stallDurationNoDataBeforeQualityDecrease:t,stallCountBeforeQualityDecrease:n,ignoreStallsOnSeek:r}=this.tuning;if(ji.isNullable(this.lastUniqueVideoTrackSelected)||r&&this.isSeeked$.getValue())return;let i=this.rtt$.getValue(),a=this.videoLastDataObtainedTimestamp$.getValue(),o=ji.now(),s=n&&this.currentVideoTrackStallsCount$.getValue()>=n,c=t&&o-this.lastUniqueVideoTrackSelectedTimestamp>=t+i&&o-a>=t+i&&e>=t;(s||c)&&this.severeStallOccurred$.next(!0),!e&&ji.now()-this.providerStartWatchingTimestamp>this.lastStallDuration$.getValue()&&(this.updateStallData(),this.severeStallOccurred$.next(!1)),this.lastStallDuration$.next(e)}))}destroy(){this.subscription.unsubscribe(),this.currentStallDuration$.getValue()!==0&&this.updateStallData()}updateStallData(){if(this.providerStartWatchingTimestamp&&!this.isSeeked$.getValue()&&this.lastStallDuration$.getValue()>0){let e=this.sumStallsDuration$.getValue(),t=this.lastStallDuration$.getValue(),n=this.currentVideoTrackStallsCount$.getValue(),r=this.totalStallsCount$.getValue();this.sumStallsDuration$.next(e+Math.min(t,this.tuning.maxPossibleStallDuration)),this.currentVideoTrackStallsCount$.next(n+1),this.totalStallsCount$.next(r+1)}}}var Ni=e=>`audioTracksAsc`in e,Pi=require("@vkontakte/videoplayer-shared");class Fi{constructor(){this.last=void 0,this.history={}}recordSelection(e){this.history[e.id]=Pi.now()}recordSwitch(e){this.last=e}clear(){this.last=void 0,this.history={}}}var Ii=require("@vkontakte/videoplayer-shared"),Li=require("@vkontakte/videoplayer-shared"),Ri=require("@vkontakte/videoplayer-shared"),zi=require("@vkontakte/videoplayer-shared"),Bi=(e,t)=>(e??0)/(t>0?t:1),Vi=e=>`quality`in e,Hi=e=>(t,n)=>e*(Number(t.bitrate)-Number(n.bitrate)),Ui=e=>(t,n)=>e*(zi.isLowerOrEqual(t.quality,n.quality)?-1:1),Wi=e=>(t,n)=>Vi(t)&&Vi(n)?Ui(e)(t,n):Hi(e)(t,n),Gi=(e,t)=>Wi(1)(e,t)<0,Ki=(e,t)=>Math.log(t)/Math.log(e),qi=(e,t,n)=>(t-n)*2**(-10*e)+n,Ji=(e,t,n,r)=>{if(zi.isNullable(e))return n[0];let i=n.filter(t=>zi.isNonNullable(t.bitrate)&&zi.isNonNullable(e.bitrate)?e.bitrate/t.bitrate>r:!0),a=Li.arrayAt(n,Math.round(n.length*t.indexOf(e)/(t.length+1)))??Li.arrayAt(n,-1);return a&&Ri.arrayIncludes(i,a)?a:i.length?Li.arrayAt(i,-1):Li.arrayAt(n,0)};class Yi{constructor(){this.history=new Fi,this.rules=[],this._context=void 0}get context(){return this._context}init(e,t){this.rules=e;for(let e of this.rules)e.init(t)}destroy(){for(let e of this.rules)e.destroy()}updateContext(e){this._context=T({},e)}autoSelectTrack(e=this.rules){let{context:t}=this,n=e=>(t,n)=>n.confidence-t.confidence||Wi(e)(t.track,n.track),r=e.map(e=>e.execute(t)),i=r.filter(e=>e.type===`limit_above`).sort(n(1)),a=r.filter(e=>e.type===`limit_below`).sort(n(-1)),o=r[0].track;i.length===0&&a.length?o=a[0].track:i&&a.length===0?o=i[0].track:i.length&&a.length&&(o=Gi(i[0].track,a[0].track)?a[0].track:i[0].track);let s=this.history.last,c=this.selectTrackBasedOnHistory(o);if(c.bitrate!==s?.bitrate){let e=r.map(e=>e.logMessage).join(`
|
|
116
|
+
`}),v},$n=e=>new URL(e).hostname,z=require("@vkontakte/videoplayer-shared"),er=require("@vkontakte/videoplayer-shared"),tr=e=>{if(e instanceof DOMException&&er.arrayIncludes([`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`))},nr=function(){var e=w(function*(e,t){let n=e.muted;try{yield e.play()}catch(r){if(!tr(r))return!1;if(t&&t(),n)return console.warn(r),!1;e.muted=!0;try{yield e.play()}catch(t){return tr(t)?(e.muted=!1,console.warn(t),!1):!1}}return!0});return function(t,n){return e.apply(this,arguments)}}(),rr=require("@vkontakte/videoplayer-shared"),ir=require("@vkontakte/videoplayer-shared"),ar=require("@vkontakte/videoplayer-shared");function or(){return ar.now()}function sr(e){return or()-e}function cr(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 lr(e,t,n){let r=(...i)=>{n.apply(null,i),e.removeEventListener(t,r)};e.addEventListener(t,r)}function ur(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;ar.assertNonNullable(u);let e=sr(u),t;if(e<h){t=h-e,j.setTimeout(g,t);return}h*=2,h>m&&(h=m),o&&o.abort(),o=new i,ee()},_=e=>(a=e,S),v=e=>(d=e,S),y=()=>(p=`json`,S),b=()=>{if(!c){if(--l>=0){g(),r&&r();return}c=!0,d&&d(),n&&n()}},x=e=>(f=e,S),ee=()=>{u=or(),o=new i,o.open(`get`,e);let n=0,r,l=0,m=()=>(ar.assertNonNullable(u),Math.max(u,Math.max(r||0,l||0)));if(a&&o.addEventListener(`progress`,e=>{let t=or();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;ar.assertNonNullable(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||!ir.objectValues(e).length)?b():(d&&d(),t(e))}else b()}),o.addEventListener(`error`,()=>{b()}),f){let e=()=>{ar.assertNonNullable(o),o.readyState===XMLHttpRequest.HEADERS_RECEIVED&&(l=or(),o.removeEventListener(`readystatechange`,e))};o.addEventListener(`readystatechange`,e)}return o.responseType=p,o.send(),S},S={withBitrateReporting:_,withParallel:x,withJSONResponse:y,withRetryCount:e=>(l=e,S),withRetryInterval:(e,t)=>(ar.isNonNullable(e)&&(h=e),ar.isNonNullable(t)&&(m=t),S),withTimeout:e=>(s=e,S),withFinally:v,send:ee,abort:()=>{o&&=(o.abort(),void 0),c=!0,d&&d()}};return S}var dr=100,fr=2e3,pr=500;class mr{constructor(e){this.intervals=[],this.currentRate=0,this.logger=void 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,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-pr;if(t-e>fr){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>dr&&(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 hr=require("@vkontakte/videoplayer-shared");class gr{constructor(e,t,n,r,i){this.pendingQueue=[],this.activeRequests={},this.completeRequests={},this.averageSegmentDuration=2e3,this.lastPrefetchStart=0,this.throttleTimeout=null,this.RETRY_COUNT=void 0,this.TIMEOUT=void 0,this.BITRATE_ESTIMATOR=void 0,this.MAX_PARALLEL_REQUESTS=void 0,this.logger=void 0,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=or(),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=ur(t,r=>{e._complete=1,e._responseData=r,e._downloadTime=or()-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=or()}_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=or();if(Object.keys(this.activeRequests).length>=e)return!1;let n=this._getPrefetchDelay()-(t-this.lastPrefetchStart);return this.throttleTimeout&&j.clearTimeout(this.throttleTimeout),n>0?(this.throttleTimeout=j.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(){hr.objectValues(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),j.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}}var _r=require("@vkontakte/videoplayer-shared"),vr=require("@vkontakte/videoplayer-shared"),yr=(e,t)=>vr.isNonNullable(e)&&vr.isNonNullable(t)&&e.readyState===`open`&&br(e,t);function br(e,t){for(let n=0;n<e.activeSourceBuffers.length;++n)if(e.activeSourceBuffers[n]===t)return!0;return!1}var xr=require("@vkontakte/videoplayer-shared"),Sr=require("@vkontakte/videoplayer-shared");class Cr{constructor(e,t,n,r){this.tag=void 0,this.time=void 0,this.data=void 0,this.stack=void 0,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=xr.objectEntries(this.data).map(([e,t])=>`${e}:${t}`).join(`,`);return{key:this.tag,strings:[e,this.stack??``],numbers:[this.time]}}}var B=((e,t=`warn`)=>{let n=Sr.getWindow(),r=[];function i(i,a=!1){var o;let s=((o=n.performance)==null||(o=o.timing)==null?void 0:o.navigationStart)??0,c=new Cr(e,Math.round((Date.now()-s)/1e3),i,a?Error().stack:void 0);r.push(c),t&&n.console[t](c.toString())}return i.reset=()=>{r=[]},i.drain=()=>{let e=r;return r=[],e},i})(`vp_dash_live_debug`,!1),wr=1e4,Tr=3,Er=6e4,Dr=10,Or=1,kr=500;class Ar{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.rep=void 0,this.bitrate=0,this.manifest=[],this.bitrateSwitcher=void 0,this.filesFetcher=void 0,this.sourceBuffer=0,this.mediaSource=void 0,this.currentManifestEntry=void 0,this.manifestRequest=void 0,this.manifestRefetchTimer=void 0,this.bufferStates=[],this.downloadRate=void 0,this.sourceJitter=-1,this.srcToken=0,this.videoListeners=[],this.objectUrl=null,this.chunkRateEstimator=void 0,this.manifestUrl=void 0,this.urlResolver=void 0,this.waitingForFirstBufferAfterSrcChange=!1,this.params=void 0,this.soundProhibitedEvent$=void 0,this.params=e,this.soundProhibitedEvent$=new _r.Subject,this.chunkRateEstimator=new mr(this.params.logger),this._initVideo()}attachSource(e){this.manifestUrl=e,this.urlResolver=cr(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(){let{logger:e}=this.params,t=this._getBufferSizeSec();if(e(`catchUp: hasRep=${!!this.rep}, bufferSizeSec=${t.toFixed(2)}, lowLatency=${this.lowLatency}`),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(),null)}pause(){this.paused=!0,this.params.videoElement.pause(),this.videoPlayStarted=!1,this._notifyBuffering(!1)}play(){let{logger:e}=this.params;this.paused=!1;let t=this._getBufferSizeSec(),n=this.lowLatency&&t>this.sourceJitter+5;e(`play: rep=${!!this.rep}, mustCatchUp=${n}, bufferSizeSec=${t.toFixed(2)}, sourceJitter=${this.sourceJitter}, lowLatency=${this.lowLatency}`),this.rep&&!n?(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;let{videoElement:e}=this.params;this.rep&&=(this.rep.stop(),null),this.manifestRequest&&this.manifestRequest.abort(),this.manifestRefetchTimer&&=(j.clearTimeout(this.manifestRefetchTimer),void 0);for(let[t,n]of this.videoListeners)e.removeEventListener(t,n);if(this.videoListeners=[],this.mediaSource&&this.mediaSource.readyState===`open`)try{this.mediaSource.endOfStream()}catch{}this.mediaSource=void 0,this.objectUrl&&=(URL.revokeObjectURL(this.objectUrl),null)}reinit(e){this.manifestUrl=e,this.urlResolver=cr(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,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;B({m:`iv`});let n=(t,n)=>{this.videoListeners.push([t,n]),e.addEventListener(t,n)};n(`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`}))}),n(`timeupdate`,()=>{let e=this._getBufferSizeSec();!this.paused&&e<.3?this.buffering||(this.buffering=!0,j.setTimeout(()=>{!this.paused&&this.buffering&&this._notifyBuffering(!0)},(e+.1)*1e3)):this.buffering&&this.videoPlayStarted&&this._notifyBuffering(!1)}),n(`playing`,()=>{t(`playing`)}),n(`stalled`,()=>this._fixupStall()),n(`waiting`,()=>this._fixupStall()),n(`canplay`,()=>{B({m:`canplay`}),!(this.destroyed||this.waitingForFirstBufferAfterSrcChange)&&this.shouldPlay()&&(this.videoPlayStarted=!0,this._playVideoElement())})}_fixupStall(){let{logger:e,videoElement:t}=this.params,n=t.buffered.length,r;if(n!==0){if(this.waitingForFirstBufferAfterSrcChange){e(`_fixupStall: skipped (waitingForFirstBufferAfterSrcChange), currentTime=${t.currentTime}, bufferedStart=${t.buffered.start(n-1)}`);return}r=t.buffered.start(n-1),t.currentTime<r&&(e(`Fixup stall: currentTime=${t.currentTime}, bufferedStart=${r}`),B({m:`ldp.fs`,ct:t.currentTime,bufStart:r}),t.currentTime=r)}}_selectQuality(e){let{videoElement:t}=this.params,n,r,i,a=t&&1.62*(N.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||{};!Nn({limits:this.autoQualityLimits,highestAvailableHeight:this.manifest[0].video.height,lowestAvailableHeight:this.manifest.at(-1)?.video.height})&&(o&&i.video.height>o||s&&i.video.height<s)||i.tvDisabled||(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||rr.isNonNullable(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.srcToken=(this.srcToken+1)%(2**53-1);let a=this.srcToken;this.waitingForFirstBufferAfterSrcChange=!0,n(`setting video src (token=${a}, codecs=${e.codecs}), flag=true`),this.objectUrl&&=(URL.revokeObjectURL(this.objectUrl),null),this.mediaSource=new window.MediaSource,this.objectUrl=URL.createObjectURL(this.mediaSource),r.src=this.objectUrl,this.mediaSource.addEventListener(`sourceopen`,()=>{if(a!==this.srcToken){n(`sourceopen: stale token=${a}, current=${this.srcToken}`);return}if(this.mediaSource?.readyState!==`open`){B({m:`sourceopen`,err:`not open: ${this.mediaSource?.readyState}`}),n(`sourceopen: not open: ${this.mediaSource?.readyState}`);return}B({m:`sourceopen`,c:e.codecs}),n(`sourceopen: codecs=${e.codecs}`),this.sourceBuffer=this.mediaSource.addSourceBuffer(e.codecs),this.bufferStates=[],t()}),this.mediaSource?.addEventListener(`sourceclose`,e=>{B({m:`sourceclose`})}),this.videoPlayStarted=!1;let o=()=>{lr(r,`progress`,()=>{if(a!==this.srcToken){n(`progress: stale token=${a}, current=${this.srcToken}`);return}if(!r.buffered.length)n(`progress: no buffered data yet, re-listening`),o();else{let e=r.buffered.start(0);n(`progress: setting currentTime=${e}, clearing waitingForFirstBufferAfterSrcChange`),r.currentTime=e,this.waitingForFirstBufferAfterSrcChange=!1,i({name:`playing`})}})};o()}_initPlayerWith(e){this.bitrate=0,this.rep=0,this.sourceBuffer=0,this.bufferStates=[],this.filesFetcher&&this.filesFetcher.abortAll(),this.filesFetcher=new gr(Tr,wr,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=ur(this.urlResolver.resolve(e,!1),t,n,()=>this._retryCallback()).withTimeout(wr).withBitrateReporting(this.bitrateSwitcher).withRetryCount(Tr).withFinally(()=>{s=null}).send()},f=(e,t,n)=>{rr.assertNonNullable(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=or()-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-Or;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(rr.isNonNullable(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>Dr)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=ur(this.urlResolver.resolve(e,!0,this.lowLatency),t,n,()=>this._retryCallback()).withTimeout(wr).withRetryCount(Tr).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&&(rr.assertNonNullable(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(),rr.assertNonNullable(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,ee,S=()=>{b&&=(j.clearTimeout(b),void 0);let e=Math.max(kr,1e3*(this._getBufferSizeSec()-this.sourceJitter-5)),t=y+e,n=or(),r=Math.min(1e4,t-n);y=n;let i=()=>{c||u()&&s.seek(()=>{u()&&(y=or(),C(),S())})};r>0?b=j.setTimeout(()=>{this.paused?S():i()},r):i()},C=()=>{let t;for(;t=s.nextChunk(v);)v=t,E(t);let n=s.nextChunk(m);if(n){if(m&&n.discontinuity){o(`Detected discontinuity; restarting playback`),this.paused?S():(_(),B({m:`ldp.fetchChunkIdx.0`}),this._initPlayerWith(e));return}ne(n)}else S()},w=(e,t)=>{if(!u()||!this.sourceBuffer){B({m:`ab.0`,c:[!u(),!this.sourceBuffer]});return}let i,a,s,c=n=>{B({m:`ldp.postpone`,t:n}),j.setTimeout(()=>{u()&&w(e,t)},n)};if(this.sourceBuffer.updating)o(`Source buffer is updating; delaying appendBuffer`),B({m:`ldp.ab.1`}),c(100);else{let l=or(),u=n.currentTime;!this.paused&&n.buffered.length>1&&x===u&&l-ee>500&&(o(`Stall suspected; trying to fix`),this._fixupStall()),x!==u&&(x=u,ee=l);let d=this._getBufferSizeSec();if(d>30)B({m:`ldp.ab.3`}),o(`Buffered ${d} seconds; delaying appendBuffer`),c(2e3);else try{if(this.params.config.useInvalidBufferFix&&yr(this.mediaSource,this.sourceBuffer))return;this.sourceBuffer.appendBuffer(e),this.videoPlayStarted?(B({m:`ldp.ab.5`}),this.bufferStates.push({ts:l,buf:d}),h(),this.bufferStates.length>200&&this.bufferStates.shift()):this.shouldPlay()&&(B({m:`ldp.ab.4`}),this.videoPlayStarted=!0,this._playVideoElement()),t&&t()}catch(e){B({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}`}))}}},T=()=>{p&&l&&(o([`Appending chunk, sz=${p.byteLength}:`,JSON.stringify(m)]),w(p,function(){p=null,C()}))},te=t=>e.fragUrlTemplate.replace(`%%id%%`,t.chunkIdx),ne=e=>{u()&&f(te(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}T()}},()=>this._handleNetworkError())},E=e=>{u()&&(rr.assertNonNullable(this.filesFetcher),this.filesFetcher.prefetch(this.urlResolver.resolve(te(e),!1)))},re=t=>{u()&&(e.cachedHeader=t,w(t,()=>{l=!0,T()}))};i=!0,s.seek(e=>{if(u()){if(y=or(),!e){S();return}v=e,!rr.isNullable(t)||e.startTS>t?ne(e):(m=e,C())}},t),e.cachedHeader?re(e.cachedHeader):d(e.headerUrl,re,()=>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(),rr.isNonNullable(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,rr.assertNonNullable(this.bitrateSwitcher),this.bitrateSwitcher.notifySwitch(this.bitrate),this.rep.start(r),n({name:`qualitySwitch`,quality:e}))}_qualityAvailable(e){return rr.isNonNullable(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=or();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&&sr(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=or();e<a&&(i=t),a=e}}}_fetchManifest(e,t,n){this.manifestRequest=ur(this.urlResolver.resolve(e,!0),t,n,()=>this._retryCallback()).withJSONResponse().withTimeout(wr).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;nr(e,()=>{this.soundProhibitedEvent$.next()}).then(e=>{B({m:`ldp.pve.1`}),e||(B({m:`ldp.pve.2`}),this.params.liveOffset.pause(),this.params.videoState.setState(`paused`))})}_handleManifestUpdate(e){let{logger:t,playerCallback:n,videoElement:r}=this.params,i=e=>{let t=[];return e?.length?(e.forEach((e,n)=>{var i,a;e.video&&r.canPlayType(e.codecs).replace(/no/,``)&&!((i=window.MediaSource)==null||(a=i.isTypeSupported)==null)&&a.call(i,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`}),[])};this.manifest=i(e),t(`Valid manifest entries: ${this.manifest.length}/${e.length}`),n({name:`manifest`,manifest:this.manifest})}_refetchManifest(e){this.destroyed||(this.manifestRefetchTimer&&j.clearTimeout(this.manifestRefetchTimer),this.manifestRefetchTimer=j.setTimeout(()=>{this._fetchManifest(e,t=>{this.destroyed||(this._handleManifestUpdate(t),this._refetchManifest(e))},()=>this._refetchManifest(e))},Er))}_initManifest(){this._fetchManifest(this.manifestUrl,e=>{this.destroyed||(this._handleManifestUpdate(e),this._refetchManifest(this.manifestUrl))},()=>this._handleNetworkError())}}var jr=require("@vkontakte/videoplayer-shared"),Mr=require("@vkontakte/videoplayer-shared");class Nr{constructor(){this.onDroopedVideoFramesLimit$=new Mr.Subject,this.subscription=new Mr.Subscription,this.log=void 0,this.video=void 0,this.droppedFramesChecker=void 0,this.isAuto=void 0,this.playing=!1,this.tracks=[],this.forceChecker$=new Mr.Subject,this.isForceCheckCounter=0,this.prevTotalVideoFrames=0,this.prevDroppedVideoFrames=0,this.currentTimer=void 0,this.limitCounts={},this.currentQuality=void 0,this.maxQualityLimit=void 0,this.handleChangeVideoQuality=()=>{let e=this.tracks.find(({size:e})=>e?.height===this.video.videoHeight&&e?.width===this.video.videoWidth);e&&!Mr.isInvariantQuality(e.quality)&&this.onChangeQuality(e.quality)},this.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&&Mr.isHigher(this.currentQuality,this.droppedFramesChecker.minQualityBanLimit)&&(this.limitCounts[this.currentQuality]=(this.limitCounts[this.currentQuality]??0)+1,this.maxQualityLimit=this.getMaxQualityLimit(this.currentQuality),this.currentTimer&&j.clearTimeout(this.currentTimer),this.currentTimer=j.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&&j.clearTimeout(this.currentTimer),this.subscription.unsubscribe()}get droppedVideoMaxQualityLimit(){return this.maxQualityLimit}getMetrics(){if(!this.video||typeof this.video.getVideoPlaybackQuality!=`function`)return{totalVideoFrames:0,droppedVideoFrames:0,droppedPercent:0,stalledFrames:0};let{totalVideoFrames:e,droppedVideoFrames:t}=this.video.getVideoPlaybackQuality();return{totalVideoFrames:e,droppedVideoFrames:t,droppedPercent:e>0?t/e:0,stalledFrames:e-t}}subscribe(){this.subscription.add(Mr.fromEvent(this.video,`resize`).subscribe(this.handleChangeVideoQuality));let e=Mr.interval(this.droppedFramesChecker.checkTime).pipe(Mr.filter(()=>this.playing),Mr.filter(()=>{let e=!!this.isForceCheckCounter;return e&&--this.isForceCheckCounter,!e})),t=this.forceChecker$.pipe(Mr.debounce(this.droppedFramesChecker.checkTime)),n=Mr.merge(e,t);this.subscription.add(n.subscribe(this.checkDroppedFrames))}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()}onDroopedVideoFramesLimitTrigger(){this.isAuto.getState()&&(this.log({message:`[onDroopedVideoFramesLimit]. maxQualityLimit: ${this.maxQualityLimit}`}),this.onDroopedVideoFramesLimit$.next())}getMaxQualityLimit(e){var t;let n=(t=jr.objectEntries(this.limitCounts).filter(([,e])=>e>=this.droppedFramesChecker.countLimit).sort(([e],[t])=>Mr.isLower(e,t)?-1:1))==null||(t=t[0])==null?void 0:t[0];return e??n}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 Pr=Nr,Fr=require("@vkontakte/videoplayer-shared"),Ir=require("@vkontakte/videoplayer-shared"),Lr=()=>!!window.documentPictureInPicture?.window||!!document.pictureInPictureElement,Rr=(e,t)=>new Fr.Observable(n=>{if(!window.IntersectionObserver)return;let r=new IntersectionObserver((e,t)=>{e.forEach(e=>n.next(e.isIntersecting||Lr()))},T(T({},{root:null}),t));r.observe(e);let i=Ir.fromEvent(document,`visibilitychange`).pipe(Fr.map(e=>!document.hidden||Lr())).subscribe(e=>n.next(e));return()=>{r.unobserve(e),i.unsubscribe()}}),zr=require("@vkontakte/videoplayer-shared"),Br=require("@vkontakte/videoplayer-shared"),Vr;(e=>{e.VP9=`vp9`,e.AV1=`av1`,e.NONE=`none`,e.SMOOTH=`smooth`,e.POWER_EFFICIENT=`power_efficient`})(Vr||={});var Hr=e=>{let{webmDecodingInfo:t}=N.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:Br.assertNever(e)}},Ur=({webmCodec:e,androidPreferredFormat:t,iosPreferredFormat:n,preferMultiStream:r})=>{let i=[...r?[`DASH_STREAMS`]:[],...Hr(e),`DASH_SEP`,`DASH_ONDEMAND`,...r?[]:[`DASH_STREAMS`]],a=[...r?[`DASH_STREAMS`]:[],`DASH_SEP`,`DASH_ONDEMAND`,...r?[]:[`DASH_STREAMS`]];if(N.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`,...Hr(e),`HLS`,`HLS_ONDEMAND`];case`dash_any_webm`:return[...Hr(e),`MPEG`,...a,`HLS`,`HLS_ONDEMAND`];case`dash_sep`:return[`DASH_SEP`,`MPEG`,...Hr(e),...a,`HLS`,`HLS_ONDEMAND`];default:Br.assertNever(t)}if(N.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:Br.assertNever(n)}return[...i,`HLS`,`HLS_ONDEMAND`,`MPEG`]},Wr=({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=N.device.isMac&&N.browser.isSafari;if(N.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:Br.assertNever(e)}else s=N.video.nativeHlsSupported&&!c&&!N.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`]},Gr=e=>e?[`HLS_LIVE`,`HLS_LIVE_CMAF`,`DASH_LIVE_CMAF`]:[`DASH_WEBM`,`DASH_WEBM_AV1`,`DASH_SEP`,`DASH_ONDEMAND`,`HLS`,`HLS_ONDEMAND`,`MPEG`],Kr=(e,{preferHdr:t})=>{let n=e.filter(e=>e.hdr),r=e.filter(e=>!e.hdr),i=qr(n.map(({codecs:e})=>e)),a=qr(r.map(({codecs:e})=>e)),o=N.display.isHDR&&t&&i.length>0,s=[...i.map(e=>({name:e,hdr:!0})),...a.map(e=>({name:e,hdr:!1}))],c=[...a.map(e=>({name:e,hdr:!1})),...i.map(e=>({name:e,hdr:!0}))];return o?s:c},qr=e=>{let t=e.map(e=>Yr(e)),{codecs:n}=N.video;return Xr().filter(e=>{if(zr.arrayIncludes(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})},Jr=e=>{let t=e.map(e=>Yr(e)),{codecs:n}=N.video;return Zr().filter(e=>{if(zr.arrayIncludes(t,e))switch(e){case`opus`:return n.opus;case`mp4a`:return n.aac;default:return!1}else return!1})},Yr=e=>e.split(`.`)[0].replace(`0`,``),Xr=()=>[`av1`,`vp9`,`hev1`,`avc1`],Zr=()=>[`opus`,`mp4a`],Qr=(e,t)=>{e.video.forEach(e=>{e.representations.forEach(e=>{e.tvDisabled=e.tvDisabled||ei(e,t)})})};function $r(e){return typeof e==`number`&&Number.isInteger(e)}function ei({codecs:e,height:t,fps:n},r){let i=r.find(([n,r,i])=>n===`${t}p`&&ti(e,i))?.[1];return $r(i)&&$r(n)&&n>i}function ti(e,t){return Array.isArray(e)?e.some(e=>ni(e,t)):ni(e,t)}function ni(e,t){return Yr(e)===t}var ri=e=>e.match(/codecs="([^"]+)"/)?.[1].split(/\s*,\s*/)??[];function ii(e,t){if(e instanceof HTMLAudioElement)return{target:qt(e),video:null};let n=Kt(e,t);return{target:n,video:n}}var ai=[`paused`,`playing`,`ready`],oi=[`paused`,`playing`,`ready`];class si{constructor(e){this.subscription=new z.Subscription,this.volumeSubscription=new z.Subscription,this.allocation=void 0,this.videoState=new Ot(`stopped`),this.dash=void 0,this.representations$=new z.ValueSubject([]),this.textTracksManager=null,this.droppedFramesManager=new Pr,this.maxSeekBackTime$=new z.ValueSubject(1/0),this.zeroTime$=new z.ValueSubject(void 0),this.liveOffset=new ln,this.log=void 0,this.params=void 0,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:z.ErrorCategory.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=yn(e.name)??z.videoSizeToQuality(e.video),i=e.bitrate/1e3,a=T({},e.video),o=e.frameRate,s=!1,{videoStreamRepresentaionsFilter:c}=this.params.tuning.dash;if(c.length&&(s=ei({codecs:ri(e.codecs),height:e.video.height,fps:o},c)),e.tvDisabled=s,!r)continue;let l={id:t,quality:r,bitrate:i,size:a,fps:o,tvDisabled:s};n.push({track:l,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),z.isNonNullable(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}},this.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.allocation.target.removeAttribute(`src`),this.allocation.target.load(),this.videoState.setState(`stopped`));return}if(t)return;let a=this.params.desiredState.videoTrack.getTransition(),o=this.params.desiredState.autoVideoTrackSwitching.getTransition();if(Pt.arrayIncludes(oi,e)&&(a||o)){this.prepare();return}if(r?.to!==`paused`&&i.state===`requested`&&Pt.arrayIncludes(ai,e)){let e=i.position<0?this.liveOffset.getCurrentPausedTime():0;this.seek(i.position-e);return}switch(e){case`stopped`:this.videoState.startTransitionTo(`manifest_ready`),this.dash.attachSource(ke(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`){B({m:`dlp.sync.1`}),this.videoState.startTransitionTo(`playing`);let e=r?.from;e&&e===`ready`&&(B({m:`dlp.sync.2`}),this.dash.catchUp()),B({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(ke(this.params.source.url,e))}return;default:return z.assertNever(e)}},e.tuning.disableSubtitles||(this.textTracksManager=new cn(e.source.url)),this.params=e,this.log=this.params.dependencies.logger.createComponentLog(`DashLiveProvider`);let t=t=>{e.output.error$.next({id:`DashLiveProvider`,category:z.ErrorCategory.WTF,message:`DashLiveProvider internal logic error`,thrown:t})};this.subscription.add(z.merge(this.videoState.stateChangeStarted$.pipe(z.map(e=>({transition:e,type:`start`}))),this.videoState.stateChangeEnded$.pipe(z.map(e=>({transition:e,type:`end`})))).subscribe(({transition:e,type:t})=>{B({m:`dlp.s.1`,t:t+`:${e.from}-${e.to}`}),this.log({message:`[videoState change] ${t}: ${JSON.stringify(e)}`})})),this.allocation=ii(e.container,e.tuning),this.params.output.element$.next(this.allocation.video??void 0),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($n(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.allocation.video&&this.textTracksManager?.connect(this.allocation.video,this.params.desiredState,this.params.output);let n=_n(this.allocation.target);this.subscription.add(()=>n.destroy());let r=this.allocation.video;r&&this.subscription.add(this.representations$.pipe(z.map(e=>e.map(({track:e})=>e)),z.filter(e=>!!e.length),z.once()).subscribe(e=>this.droppedFramesManager.connect({logger:this.params.dependencies.logger,video:r,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(z.filterChanged(),z.map(e=>-e/1e3)).subscribe(this.params.output.duration$)).add(z.combine({zeroTime:this.zeroTime$.pipe(z.filter(z.isNonNullable)),position:n.timeUpdate$}).subscribe(({zeroTime:e,position:t})=>{t===0&&this.videoState.getTransition()||this.params.output.liveTime$.next(e+t*1e3)},t)).add(en(this.allocation.target,this.params.desiredState.isLooped,t)).add(tn(this.allocation.target,this.params.desiredState.volume,n.volumeState$,t,{skipVideoElVolumeSync$:this.params.skipVideoElVolumeSync$})),this.subscription.add(this.params.skipVideoElVolumeSync$.subscribe(e=>{this.volumeSubscription.unsubscribe(),e?this.volumeSubscription.add(this.params.desiredState.volume.stateChangeStarted$.subscribe(({to:e})=>this.params.output.volume$.next(e),t)):this.volumeSubscription.add(n.volumeState$.subscribe(this.params.output.volume$,t))})),this.subscription.add(nn(this.allocation.target,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.playedTime$.subscribe(this.params.output.playedTime$)).add(n.inPiP$.subscribe(this.params.output.inPiP$)).add(n.inFullscreen$.subscribe(this.params.output.inFullscreen$)).add(Rr(this.allocation.target).subscribe(this.params.output.elementVisible$)).add(this.params.desiredState.autoVideoTrackLimits.stateChangeStarted$.subscribe(({to:{max:e,min:t}})=>{this.dash.setAutoQualityLimits({max:e&&z.videoQualityToHeight(e),min:t&&z.videoQualityToHeight(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),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 z.assertNever(e.to)}},t)).add(z.merge(e.desiredState.playbackState.stateChangeStarted$,e.desiredState.seekState.stateChangeEnded$,e.desiredState.videoTrack.stateChangeStarted$,e.desiredState.autoVideoTrackSwitching.stateChangeStarted$,this.videoState.stateChangeEnded$,this.droppedFramesManager.onDroopedVideoFramesLimit$,z.observableFrom([`init`])).pipe(z.debounce(0)).subscribe(this.syncPlayback,t));let i=!1,{output:a}=this.params;this.params.tuning.live.catchupLiveForMutedInactiveTab&&this.subscription.add(a.elementVisible$.pipe(z.filterChanged()).subscribe(e=>{let t=a.position$.getValue(),n=a.volume$.getValue(),r=!n.volume||n.muted;!e&&!t&&r?i=!0:e&&i&&(this.seek(0),i=!1)}))}destroy(){B({m:`dlp.destroy`}),this.subscription.unsubscribe(),this.volumeSubscription.unsubscribe(),this.textTracksManager?.destroy(),this.droppedFramesManager.destroy(),this.dash.destroy(),this.params.output.element$.next(void 0),Jt(this.allocation.target,this.params.tuning)}createLiveDashPlayer(){let e=new Ar({videoElement:this.allocation.target,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&&z.isNonNullable(t)?t:Yn(e.map(({track:e})=>e),{container:this.allocation.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;z.assertNonNullable(t,`Representations missing`),this.dash.startPlay(t,n)}}setVideoTrack(e){let t=this.representations$.getValue().find(({track:t})=>t.id===e.id)?.representation;z.assertNonNullable(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),B({m:`dlp.seek`,p:e,no:a,url:this.params.source.url}),this.dash.reinit(ke(this.params.source.url,a)),r&&this.dash.pause(),this.liveOffset.resetTo(a,r)}}var ci=si,li=require("@vkontakte/videoplayer-shared"),V=require("@vkontakte/videoplayer-shared"),ui=require("@vkontakte/videoplayer-shared"),di=require("@vkontakte/videoplayer-shared"),fi=({id:e,width:t,height:n,bitrate:r,fps:i,quality:a,streamId:o,tvDisabled:s})=>{let c=(a?yn(a):void 0)??di.videoSizeToQuality({width:t,height:n});return c&&{id:e,quality:c,bitrate:r,size:{width:t,height:n},fps:i,streamId:o,tvDisabled:s}},pi=({id:e,bitrate:t})=>({id:e,bitrate:t}),mi=({language:e,label:t},{id:n,url:r,isAuto:i})=>({id:n,url:r,isAuto:i,type:`internal`,language:e,label:t}),hi=({language:e,label:t,id:n,url:r,isAuto:i})=>({id:n,url:r,isAuto:i,type:`internal`,language:e,label:t}),gi=({id:e,language:t,label:n,codecs:r,isDefault:i,channels:a})=>({id:e,language:t,label:n,codec:ui.arrayAt(r.split(`.`),0),isDefault:i,channels:a}),_i=({id:e,language:t,label:n,hdr:r,codecs:i})=>({id:e,language:t,hdr:r,label:n,codec:ui.arrayAt(i.split(`.`),0)}),vi=e=>e.type===`template`,yi=require("@vkontakte/videoplayer-shared"),bi=(e,t,n)=>n*t+(1-n)*e,xi=(e,t)=>e.reduce((e,t)=>e+t,0)/t,Si=(e,t,n,r)=>{let i=0,a=n,o=xi(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},Ci=`stalls_manager_metrics`,wi=`stalls_manager_abr_params`,Ti=`stalls_manager_default_tuning_abr_params`;class Ei{constructor(){this.currentStallDuration$=void 0,this.videoLastDataObtainedTimestamp$=void 0,this.throughput$=void 0,this.rtt$=void 0,this.tuning=void 0,this.abrParams=void 0,this.duration=void 0,this.isSeeked$=new yi.ValueSubject(!1),this.isBuffering$=new yi.ValueSubject(!1),this.isPaused=!1,this.maxQualityLimit=void 0,this.lastUniqueVideoTrackSelected=void 0,this.currentStallsCount=0,this.sumStallsDuration=0,this.lastStallDuration=0,this.providerStartWatchingTimestamp=0,this.lastUniqueVideoTrackSelectedTimestamp=0,this.predictedThroughputWithoutData=0,this.qualityRestrictionTimer=void 0,this.subscription=new yi.Subscription,this.severeStallOccurred$=new yi.ValueSubject(!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(wi):{};return T(T({},this.abrParams),e)}set lastVideoTrackSelected(e){this.lastUniqueVideoTrackSelected?.id!==e.id&&(this.lastUniqueVideoTrackSelected=e,this.lastUniqueVideoTrackSelectedTimestamp=yi.now(),this.currentStallsCount=0)}destroy(){j.clearTimeout(this.qualityRestrictionTimer),this.subscription.unsubscribe(),this.currentStallDuration$.getValue()!==0&&this.updateStallData();let e=(yi.now()-this.providerStartWatchingTimestamp-this.sumStallsDuration)/1e3,t=this.sumStallsDuration;this.addStallInfoToHistory(e,t),this.updateStoredAbrParams()}resetStoredAbrParamsIfNeeded(){let{bitrateFactorAtEmptyBuffer:e,bitrateFactorAtFullBuffer:t,containerSizeFactor:n}=T({},this.getStoredData(Ti)),{bitrateFactorAtEmptyBuffer:r,bitrateFactorAtFullBuffer:i,containerSizeFactor:a}=T({},this.abrParams);this.tuning.enabled&&e===r&&t===i&&n===a||(this.removeStoredData(wi),this.setStoredData(Ti,{bitrateFactorAtEmptyBuffer:r,bitrateFactorAtFullBuffer:i,containerSizeFactor:a}))}updateStoredAbrParams(){let e=[],t=this.getStoredData(Ci,`[]`);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(Ci,[]),this.setStoredData(wi,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(yi.safeStorage.get(e)??t)}setStoredData(e,t){yi.safeStorage.set(e,JSON.stringify(t))}removeStoredData(e){yi.safeStorage.remove(e)}addStallInfoToHistory(e,t){if(e<this.tuning.minTvtToBeCounted||e>this.tuning.maxTvtToBeCounted||e*1e3<t)return;let n=this.getStoredData(Ci,`[]`),r=t/e,i={tvt:e,stallsDuration:t,stallsDurationPerTvt:r,stallsDurationPerTvtSmoothed:n.length?bi(n[n.length-1].stallsDurationPerTvtSmoothed,t/e,this.tuning.emaAlpha):r};n.push(i),n.length>this.tuning.stallsMetricsHistoryLength&&n.shift(),this.setStoredData(Ci,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(yi.once()).subscribe(e=>this.providerStartWatchingTimestamp=yi.now())),this.subscription.add(e.playing$.subscribe(e=>this.isPaused=!1)),this.subscription.add(e.pause$.subscribe(e=>this.isPaused=!0)),this.subscription.add(this.currentStallDuration$.pipe(yi.filterChanged()).subscribe(e=>{let{stallDurationNoDataBeforeQualityDecrease:t,stallCountBeforeQualityDecrease:n,resetQualityRestrictionTimeout:r,ignoreStallsOnSeek:i}=this.tuning;if(yi.isNullable(this.lastUniqueVideoTrackSelected)||i&&this.isSeeked$.getValue())return;if(this.tuning.ignoreStallsOnPause&&this.isPaused){this.lastStallDuration=e;return}let a=this.rtt$.getValue(),o=this.throughput$.getValue(),s=this.videoLastDataObtainedTimestamp$.getValue(),c=yi.now(),l=n&&this.currentStallsCount>=n,u=t&&c-this.lastUniqueVideoTrackSelectedTimestamp>=t+a&&c-s>=t+a&&e>=t;(l||u)&&(this.severeStallOccurred$.next(!0),j.clearTimeout(this.qualityRestrictionTimer),this.maxQualityLimit=this.lastUniqueVideoTrackSelected.quality,yi.isNonNullable(this.lastUniqueVideoTrackSelected.bitrate)&&o>this.lastUniqueVideoTrackSelected.bitrate&&(this.predictedThroughputWithoutData=this.lastUniqueVideoTrackSelected.bitrate)),!e&&yi.now()-this.providerStartWatchingTimestamp>this.lastStallDuration&&(this.updateStallData(),this.severeStallOccurred$.next(!1),j.clearTimeout(this.qualityRestrictionTimer),this.qualityRestrictionTimer=j.setTimeout(()=>{this.maxQualityLimit=void 0,this.predictedThroughputWithoutData=0},r)),this.lastStallDuration=e}))}}var Di=Ei,Oi=require("@vkontakte/videoplayer-shared");class ki{constructor(){this.subscription=new Oi.Subscription,this.pipSize$=new Oi.ValueSubject(void 0),this.videoSize$=new Oi.ValueSubject(void 0),this.elementSize$=new Oi.ValueSubject(void 0),this.pictureInPictureWindowRemoveEventListener=Oi.noop}connect({observableVideo:e,video:t}){let n=e=>{let t=e.target;this.pipSize$.next({width:t.width,height:t.height})};this.subscription.add(Oi.observeElementSize(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(Oi.combine({videoSize:this.videoSize$,pipSize:this.pipSize$,inPip:e.inPiP$}).pipe(Oi.map(({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()}}var Ai=require("@vkontakte/videoplayer-shared"),ji=({subscription:e,desiredState:t,videoElement$:n,observableVideo:r})=>{if(!N.browser.isSafari)return;let i=0,a=!1;e.add(t.volume.stateChangeStarted$.pipe(Ai.map(()=>{let e=t.volume.getTransition(),r=n.getValue();return!r||!e?!1:!e.to.muted&&r.muted}),Ai.filter(e=>!!e),Ai.once()).subscribe(()=>{i=performance.now(),a=!0})),e.add(r.playbackRateState$.pipe(Ai.filter(()=>a),Ai.once()).subscribe(()=>{let e=n.getValue(),r=t.playbackRate.getState();e&&r!==e.playbackRate&&performance.now()-i<1e3&&(e.playbackRate=r)}))},Mi=require("@vkontakte/videoplayer-shared");class Ni{constructor(){this.currentStallDuration$=new Mi.ValueSubject(0),this.videoLastDataObtainedTimestamp$=new Mi.ValueSubject(0),this.isSeeked$=new Mi.ValueSubject(!1),this.rtt$=new Mi.ValueSubject(0),this.tuning=void 0,this.lastUniqueVideoTrackSelectedTimestamp=0,this.lastUniqueVideoTrackSelected=void 0,this.providerStartWatchingTimestamp=0,this.tracer=void 0,this.severeStallTracer=null,this.severeStallStartedAt=0,this.subscription=new Mi.Subscription,this.severeStallOccurred$=new Mi.ValueSubject(!1),this.totalStallsCount$=new Mi.ValueSubject(0),this.currentVideoTrackStallsCount$=new Mi.ValueSubject(0),this.sumStallsDuration$=new Mi.ValueSubject(0),this.lastStallDuration$=new Mi.ValueSubject(0)}init(e){this.tuning=e.tuning,this.tracer=e.tracer,this.subscription.add(e.currentStallDuration$.subscribe(this.currentStallDuration$)),this.subscription.add(e.rtt$.subscribe(this.rtt$)),this.subscription.add(e.videoLastDataObtainedTimestamp$.subscribe(this.videoLastDataObtainedTimestamp$)),this.subscription.add(e.isSeeked$.subscribe(this.isSeeked$)),this.subscription.add(e.observableVideo.looped$.subscribe(e=>this.currentVideoTrackStallsCount$.next(0))),this.subscription.add(e.observableVideo.playing$.pipe(Mi.once()).subscribe(e=>this.providerStartWatchingTimestamp=Mi.now())),this.subscription.add(e.lastVideoTrackSelected$.subscribe(e=>{Mi.isNonNullable(e)&&this.lastUniqueVideoTrackSelected?.id!==e.id&&(this.lastUniqueVideoTrackSelected=e,this.lastUniqueVideoTrackSelectedTimestamp=Mi.now(),this.currentVideoTrackStallsCount$.next(0))})),this.subscription.add(this.currentStallDuration$.pipe(Mi.filterChanged()).subscribe(e=>{let{stallDurationNoDataBeforeQualityDecrease:t,stallCountBeforeQualityDecrease:n,ignoreStallsOnSeek:r}=this.tuning;if(Mi.isNullable(this.lastUniqueVideoTrackSelected)||r&&this.isSeeked$.getValue())return;let i=this.rtt$.getValue(),a=this.videoLastDataObtainedTimestamp$.getValue(),o=Mi.now(),s=n&&this.currentVideoTrackStallsCount$.getValue()>=n,c=t&&o-this.lastUniqueVideoTrackSelectedTimestamp>=t+i&&o-a>=t+i&&e>=t;(s||c)&&this.severeStallOccurred$.next(!0),!e&&Mi.now()-this.providerStartWatchingTimestamp>this.lastStallDuration$.getValue()&&(this.updateStallData(),this.severeStallOccurred$.next(!1)),this.lastStallDuration$.next(e)})),this.subscription.add(this.severeStallOccurred$.pipe(Mi.filterChanged()).subscribe(e=>{e?this.startSevereStallTracer():this.endSevereStallTracer()}))}destroy(){this.subscription.unsubscribe(),this.currentStallDuration$.getValue()!==0&&this.updateStallData(),this.endSevereStallTracer()}startSevereStallTracer(){this.severeStallStartedAt=Mi.now(),this.severeStallTracer=this.tracer.createComponentTracer(`severeStallOccurred ${this.lastUniqueVideoTrackSelected?.quality??`unknown`}`),this.severeStallTracer.log(`start`,{quality:this.lastUniqueVideoTrackSelected?.quality,bitrate:this.lastUniqueVideoTrackSelected?.bitrate,currentTrackStallsCount:this.currentVideoTrackStallsCount$.getValue(),totalStallsCount:this.totalStallsCount$.getValue(),sumStallsDuration:this.sumStallsDuration$.getValue(),lastStallDuration:this.lastStallDuration$.getValue(),msSinceTrackSelected:Mi.now()-this.lastUniqueVideoTrackSelectedTimestamp,rtt:this.rtt$.getValue()})}endSevereStallTracer(){Mi.isNullable(this.severeStallTracer)||(this.severeStallTracer.setSpanAttributes({duration:Mi.now()-this.severeStallStartedAt,quality:this.lastUniqueVideoTrackSelected?.quality,currentTrackStallsCount:this.currentVideoTrackStallsCount$.getValue(),totalStallsCount:this.totalStallsCount$.getValue(),sumStallsDuration:this.sumStallsDuration$.getValue()}),this.severeStallTracer.end(),this.severeStallTracer=null)}traceUpdateStallData(){let e=this.tracer.createComponentTracer(`updateStallData ${this.lastUniqueVideoTrackSelected?.quality??`unknown`}`);e.setSpanAttributes({quality:this.lastUniqueVideoTrackSelected?.quality,bitrate:this.lastUniqueVideoTrackSelected?.bitrate,lastStallDuration:this.lastStallDuration$.getValue(),sumStallsDuration:this.sumStallsDuration$.getValue(),currentTrackStallsCount:this.currentVideoTrackStallsCount$.getValue(),totalStallsCount:this.totalStallsCount$.getValue(),severeStallOccurred:this.severeStallOccurred$.getValue(),rtt:this.rtt$.getValue()}),e.end()}updateStallData(){if(this.providerStartWatchingTimestamp&&!this.isSeeked$.getValue()&&this.lastStallDuration$.getValue()>0){let e=this.sumStallsDuration$.getValue(),t=this.lastStallDuration$.getValue(),n=this.currentVideoTrackStallsCount$.getValue(),r=this.totalStallsCount$.getValue();this.sumStallsDuration$.next(e+Math.min(t,this.tuning.maxPossibleStallDuration)),this.currentVideoTrackStallsCount$.next(n+1),this.totalStallsCount$.next(r+1),this.traceUpdateStallData()}}}var Pi=require("@vkontakte/videoplayer-shared"),Fi=require("@vkontakte/videoplayer-shared"),Ii=e=>`audioTracksAsc`in e,Li=require("@vkontakte/videoplayer-shared");class Ri{constructor(){this.last=void 0,this.history={}}recordSelection(e){this.history[e.id]=Li.now()}recordSwitch(e){this.last=e}clear(){this.last=void 0,this.history={}}}var zi=require("@vkontakte/videoplayer-shared"),Bi=require("@vkontakte/videoplayer-shared"),Vi=require("@vkontakte/videoplayer-shared"),Hi=require("@vkontakte/videoplayer-shared"),Ui=(e,t)=>(e??0)/(t>0?t:1),Wi=e=>`quality`in e,Gi=e=>(t,n)=>e*(Number(t.bitrate)-Number(n.bitrate)),Ki=e=>(t,n)=>e*(Hi.isLowerOrEqual(t.quality,n.quality)?-1:1),qi=e=>(t,n)=>Wi(t)&&Wi(n)?Ki(e)(t,n):Gi(e)(t,n),Ji=(e,t)=>qi(1)(e,t)<0,Yi=(e,t)=>Math.log(t)/Math.log(e),Xi=(e,t,n)=>(t-n)*2**(-10*e)+n,Zi=(e,t,n,r)=>{if(Hi.isNullable(e))return n[0];let i=n.filter(t=>Hi.isNonNullable(t.bitrate)&&Hi.isNonNullable(e.bitrate)?e.bitrate/t.bitrate>r:!0),a=Bi.arrayAt(n,Math.round(n.length*t.indexOf(e)/(t.length+1)))??Bi.arrayAt(n,-1);return a&&Vi.arrayIncludes(i,a)?a:i.length?Bi.arrayAt(i,-1):Bi.arrayAt(n,0)},Qi=e=>{let{name:t}=e,n=te(e,b);return`
|
|
117
|
+
${t}
|
|
118
|
+
${Pi.objectEntries(n).map(([e,t])=>` ${e}: ${t}`).join(`
|
|
119
|
+
`)}
|
|
120
|
+
`};class $i{constructor(){this.history=new Ri,this.rules=[],this._context=void 0}get context(){return this._context}init(e,t){this.rules=e;for(let e of this.rules)e.init(t)}destroy(){for(let e of this.rules)e.destroy()}updateContext(e){this._context=T({},e)}autoSelectTrack(e=this.rules){let{context:t}=this,n=e=>(t,n)=>n.confidence-t.confidence||qi(e)(t.track,n.track),r=e.map(e=>e.execute(t)),i=r.filter(e=>e.type===`limit_above`).sort(n(1)),a=r.filter(e=>e.type===`limit_below`).sort(n(-1)),o=r[0].track;i.length===0&&a.length?o=a[0].track:i&&a.length===0?o=i[0].track:i.length&&a.length&&(o=Ji(i[0].track,a[0].track)?a[0].track:i[0].track);let s=this.history.last,c=this.selectTrackBasedOnHistory(o);if(c.bitrate!==s?.bitrate){this.traceQualitySwitch(c,o,s,r);let e=r.map(e=>Qi(e.logData)).join(`
|
|
117
121
|
|
|
118
122
|
`),n=`
|
|
119
|
-
[${
|
|
120
|
-
[available tracks] ${
|
|
123
|
+
[${Wi(c)?`VIDEO`:`AUDIO`} TRACKS ABR]
|
|
124
|
+
[available tracks] ${Ii(t)?`
|
|
121
125
|
${t.audioTracksDesc.map(e=>`{ id: ${e.id}, bitrate: ${e.bitrate} }`).join(`
|
|
122
126
|
`)}`:`
|
|
123
127
|
${t.videoTracksDesc.map(e=>`{ id: ${e.id}, quality: ${e.quality}, bitrate: ${e.bitrate}, size: ${e.size?.width}:${e.size?.height} }`).join(`
|
|
124
128
|
`)}`}
|
|
125
129
|
`+e+`
|
|
126
|
-
[best track] ${
|
|
127
|
-
[last history track] ${
|
|
128
|
-
[selected track] ${
|
|
129
|
-
`;this.context.abrLogger({message:n})}return c}selectTrackBasedOnHistory(e){let{trackCooldownIncreaseQuality:t,trackCooldownDecreaseQuality:n}=this.context.tuning.autoTrackSelection,r=
|
|
130
|
+
[best track] ${Wi(o)?o?.quality:o.bitrate}
|
|
131
|
+
[last history track] ${zi.isNonNullable(s)&&Wi(s)?s?.quality:s?.bitrate}
|
|
132
|
+
[selected track] ${Wi(c)?c?.quality:c.bitrate}
|
|
133
|
+
`;this.context.abrLogger({message:n})}return c}traceQualitySwitch(e,t,n,r){let{context:i}=this,a=e=>zi.isNonNullable(e)&&Wi(e)?e.quality:e?.bitrate,o=i.tracer.createComponentTracer(`${Wi(e)?`qualitySwitch`:`audioSwitch`} ${a(e)}`);Wi(e)&&this.isLowQuality(e.quality)&&o.setSpanAttributes({abrLowQualitySelected:!0});let s=Fi.objectFromEntries(r.map(e=>[e.name,e.logData]));o.log(`selected`,zi.flattenObject({from:a(n),to:a(e),best:a(t),availableTracks:Ii(i)?i.audioTracksDesc.map(e=>e.bitrate).join(`,`):i.videoTracksDesc.map(e=>e.quality).join(`,`),estimatedThroughput:i.estimatedThroughput,forwardBufferHealth:i.forwardBufferHealth??void 0,forwardBufferDuration:i.forwardBufferDuration,rulesLog:s})),o.end()}isLowQuality(e){let{lowQualityTelemetryLimit:t}=this.context.tuning.autoTrackSelection;return zi.isNonNullable(e)&&!zi.isInvariantQuality(e)&&zi.isLowerOrEqual(e,t)}selectTrackBasedOnHistory(e){let{trackCooldownIncreaseQuality:t,trackCooldownDecreaseQuality:n}=this.context.tuning.autoTrackSelection,r=zi.isNonNullable(this.history.last?.bitrate)&&zi.isNonNullable(e?.bitrate)&&this.history.last.bitrate<e.bitrate?t:n,i=e&&this.history.history[e.id]&&zi.now()-this.history.history[e.id]<=r&&(!this.history.last||e.id!==this.history.last.id);if(e?.id&&!i&&this.history.recordSelection(e),i&&this.history.last){let e=this.history.last;this.history.recordSwitch(e);let t=Wi(e)?`VIDEO`:`AUDIO`,n=Wi(e)?e.quality:e.bitrate;return this.context.abrLogger({message:`
|
|
130
134
|
[last ${t} selected] ${n}
|
|
131
|
-
`}),e}return this.history.recordSwitch(e),e}historyReset(){this.history.clear()}}var Xi=require("@vkontakte/videoplayer-shared"),Zi=require("@vkontakte/videoplayer-shared"),Qi=require("@vkontakte/videoplayer-shared"),$i=require("@vkontakte/videoplayer-shared");class ea{constructor(e){this.phaseConfig=void 0,this.activePhases=void 0,this.subscription=void 0,this.type=void 0,this.name=void 0,this.confidence=void 0,this.phaseConfig=e,this.activePhases=new Set(Object.keys(e)),this.confidence=Qi.objectValues(e)[0]}init(e){this.subscription=new $i.Subscription}destroy(){this.subscription.unsubscribe()}createResolution(e,t,...n){let r=e.phase,i=r===void 0?void 0:this.phaseConfig[r];return this.confidence=i??Qi.objectValues(this.phaseConfig)[0],{track:t,confidence:this.confidence,name:this.name,type:this.type,logMessage:this.createLogMessage(t,...n)}}}class ta extends ea{constructor(e){super(e),this.type=`limit_above`}}var na=require("@vkontakte/videoplayer-shared"),ra=e=>({startup:e,steady:e});class ia{constructor(e){this._phase=`startup`,this.subscription=new na.Subscription,e&&this.subscription.add(e.subscribe(e=>{e&&this.reset()}))}get phase(){return this._phase}updatePhase(e){let{forwardBufferDuration:t,severeStallOccurred:n,tuning:r}=e,i=t??0,a=e.mpdSegmentDurationMs??r.dash.bola.fallbackSegmentDurationMs;this._phase===`startup`?i>=a&&(this._phase=`steady`,e.abrLogger({message:`[AbrPhase] phase transition: STARTUP → STEADY (buffer=${(i/1e3).toFixed(1)}s >= segmentDuration=${(a/1e3).toFixed(1)}s)`})):n&&(this._phase=`startup`,e.abrLogger({message:`[AbrPhase] phase transition: STEADY → STARTUP (severe stall)`}))}reset(){this._phase=`startup`}destroy(){this.subscription.unsubscribe()}}var aa=e=>{if(e.length===0)return[];let t=e[0];return e.map(e=>Math.log(e/t))},oa=(e,t,n)=>{if(e<=0||t<=n)return{Vp:1,gp:1};let r=e/(t/n-1);return{Vp:n/r,gp:r}},sa=(e,t,n,r,i)=>e.map((e,a)=>(n*(t[a]+r)-i)/e),ca=e=>{if(e.length===0)return-1;let t=0;for(let n=1;n<e.length;n++)e[n]>e[t]&&(t=n);return t},la=(e,t,n,r)=>t>n?e:t<=0?0:Math.min(e,t),ua=(e,t,n,r,i)=>{if(e<=0)return 0;let a=t[e],o=n[e],s=0;for(let c=e-1;c>=0;--c)if(n[c]<o){let e=t[c],l=r*(i+(a*n[c]-e*o)/(a-e));l>s&&(s=l)}return s},da=(e,t,n,r)=>n*(t[e]+r),fa=(e,t)=>{if(!isFinite(t)||e.length===0)return Math.max(0,e.length-1);let n=0;for(let r=0;r<e.length&&e[r]<=t;r++)n=r;return n};class pa extends ta{constructor(e){super(e),this.placeholderBufferS=0,this.lastCallTimeMs=void 0,this.lastBufferLevelS=void 0,this.name=`bola_rule`}init(e){super.init(e),e?.isSeeked$&&this.subscription.add(e.isSeeked$.subscribe(e=>{e&&this.resetPlaceholder()}))}destroy(){super.destroy(),this.resetPlaceholder()}execute(e){let{videoTracksAsc:t,videoTracksDesc:n,currentVideoTrack:r,lastVideoTrackSelected:i,tuning:a,forwardBufferDuration:o}=e;if(!a.autoTrackSelection.lazyQualitySwitch)return this.createResolution(e,n[0],0,0,0,0,0,[],-1,e.phase);let s=t.filter(e=>typeof e.bitrate==`number`&&isFinite(e.bitrate)&&e.bitrate>0);if(s.length===0){let n=r??i??t[0];return this.createResolution(e,n,0,0,0,0,0,[],-1,e.phase)}if(s.length===1)return this.createResolution(e,s[0],0,0,0,0,0,[s[0].bitrate],0,e.phase);let c=this.resolveSegmentDurationS(e),l=s.map(e=>e.bitrate),u=aa(l),d=Math.max(a.dash.bola.bufferTargetMs,a.dash.bola.minBufferMs+a.dash.bola.minBufferPerBitrateLevelMs*s.length),f=e.throughputVariance??0,p=Math.min(d/1e3*(1+a.dash.bola.adaptiveBufferTargetK*f),a.dash.bola.adaptiveBufferTargetMaxMs/1e3),m=a.dash.bola.minBufferMs/1e3,{Vp:h,gp:g}=oa(u[u.length-1],p,m),_=Bi(o,e.playbackRate)/1e3,v=Zi.isNonNullable(e.phase);if(v){let e=Zi.getWindow().performance.now();if(Zi.isNonNullable(this.lastCallTimeMs)){let t=Math.max(0,(e-this.lastCallTimeMs)/1e3);this.placeholderBufferS=(this.placeholderBufferS+t)*a.dash.bola.placeholderBufferDecay}this.lastCallTimeMs=e}else this.placeholderBufferS=0,this.lastCallTimeMs=void 0;let y=a.dash.bola.trimDetectThresholdMs/1e3;if(v&&e.phase===`steady`&&y>0&&Zi.isNonNullable(this.lastBufferLevelS)&&this.lastBufferLevelS-_>y&&Zi.isNonNullable(r)){let e=s.findIndex(e=>e.id===r.id);if(e>0){let t=s.map(e=>e.bitrate),n=ua(e,t,aa(t),h,g),r=Math.max(0,n-_);r>this.placeholderBufferS&&(this.placeholderBufferS=r)}}if(this.lastBufferLevelS=_,e.phase===`startup`){let t=fa(l,e.estimatedThroughput),n=ua(t,l,u,h,g);return this.placeholderBufferS=Math.max(0,n-_),this.createResolution(e,s[t],_,this.placeholderBufferS,c,h,g,l,t,e.phase)}let b=v?_+this.placeholderBufferS:_,x=ca(sa(l,u,h,g,!e.isLive&&e.remainingDurationMs!==void 0?la(b,e.remainingDurationMs/1e3,a.dash.bola.finiteThresholdMs/1e3,p):b)),S=this.applyBolaOSafeguard(x,s,l,r,e.estimatedThroughput);if(a.dash.bola.antiCascadeDownshift&&e.phase===`steady`&&Zi.isNonNullable(r)){let e=s.findIndex(e=>e.id===r.id);e!==-1&&S<e-1&&(S=e-1)}if(v){let e=da(S,u,h,g),t=Math.max(0,e-_);this.placeholderBufferS>t&&(this.placeholderBufferS=t)}return this.createResolution(e,s[S],_,this.placeholderBufferS,c,h,g,l,S,e.phase)}resolveSegmentDurationS(e){let{forwardBufferRepresentations:t,currentVideoTrack:n,tuning:r}=e;if(t){if(n){let e=t.get(n.id)?.[0];if(e&&e.time.to>e.time.from)return(e.time.to-e.time.from)/1e3}for(let e of t.values()){let t=e?.[0];if(t&&t.time.to>t.time.from)return(t.time.to-t.time.from)/1e3}}return e.mpdSegmentDurationMs!==void 0&&e.mpdSegmentDurationMs>0?e.mpdSegmentDurationMs/1e3:r.dash.bola.fallbackSegmentDurationMs/1e3}applyBolaOSafeguard(e,t,n,r,i){if(Zi.isNullable(r)||!isFinite(i))return e;let a=t.findIndex(e=>e.id===r.id);if(a===-1||e<=a)return e;let o=-1;for(let e=0;e<n.length&&n[e]<=i;e++)o=e;return e<=o?e:Math.max(a,o)}resetPlaceholder(){this.placeholderBufferS=0,this.lastCallTimeMs=void 0,this.lastBufferLevelS=void 0}createLogMessage(e,t,n,r,i,a,o,s,c){return`
|
|
132
|
-
[${this.name}. Confidence: ${this.confidence}. Type: ${this.type}]
|
|
133
|
-
phase: ${c??`unphased`}
|
|
134
|
-
selectedTrack: ${e.quality} (index ${s})
|
|
135
|
-
bufferLevelS: ${t.toFixed(2)}
|
|
136
|
-
placeholderBufferS: ${n.toFixed(2)}
|
|
137
|
-
segmentDurationS: ${r}
|
|
138
|
-
Vp: ${i.toFixed(4)}
|
|
139
|
-
gp: ${a.toFixed(4)}
|
|
140
|
-
validBitrates: [${o.join(`, `)}]
|
|
141
|
-
`}}var ma=require("@vkontakte/videoplayer-shared");class ha extends ta{constructor(e){super(e),this.name=`buffer_rule`}execute(e){let{currentVideoTrack:t,videoTracksDesc:n,tuning:r,forwardBufferHealth:i,lastVideoTrackSelected:a}=e,o=r.autoTrackSelection;for(let r of n)if(o.lazyQualitySwitch&&ma.isNonNullable(o.minBufferToSwitchUp)&&ma.isNonNullable(t)&&!ma.isInvariantQuality(t.quality)&&(i??0)>o.minBufferToSwitchUp&&ma.isHigher(r.quality,t.quality))return this.createResolution(e,r,t,a,i,o);let s=t??n[0];return this.createResolution(e,a??s,t,a,i,o)}createLogMessage(e,t,n,r,i){return`
|
|
142
|
-
[${this.name}. Confidence: ${this.confidence}. Type: ${this.type}]
|
|
143
|
-
selectedTrack: ${e.quality}
|
|
144
|
-
currentVideoTrack: ${t?.quality}
|
|
145
|
-
currentVideoTrack: ${n?.quality}
|
|
146
|
-
forwardBufferHealth: ${r}
|
|
147
|
-
tuning.minBufferToSwitchUp: ${i.minBufferToSwitchUp}
|
|
148
|
-
tuning.lazyQualitySwitch: ${i.lazyQualitySwitch}
|
|
149
|
-
`}}var ga=require("@vkontakte/videoplayer-shared");class _a extends ta{constructor(e){super(e),this.name=`fits_container_rule`}execute(e){let{container:t,tuning:n,limits:r,panelSize:i,videoTracksDesc:a}=e,{containerSizeFactor:o,containerSizeLimit:s}=this.getContainerSizeLimit({container:t,tuning:n,limits:r,panelSize:i});for(let t of a){let r=!0;if(s)if(t.size)r=t.size.width<=s.width&&t.size.height<=s.height;else{let e=s&&ga.videoSizeToQuality(s);r=e?ga.isLowerOrEqual(t.quality,e):!0}if(r)return this.createResolution(e,t,s,o,n.autoTrackSelection)}return this.createResolution(e,a[a.length-1],s,o,n.autoTrackSelection)}createLogMessage(e,t,n,r){return`
|
|
150
|
-
[${this.name}. Confidence: ${this.confidence}. Type: ${this.type}]
|
|
151
|
-
selectedTrack: ${e.quality}
|
|
152
|
-
containerSizeLimit: ${JSON.stringify(t)}
|
|
153
|
-
containerSizeFactor: ${n}
|
|
154
|
-
tuning.usePixelRatio: ${r.usePixelRatio}
|
|
155
|
-
tuning.pixelRatioLogBase: ${r.pixelRatioLogBase}
|
|
156
|
-
tuning.pixelRatioLogCoefficients: ${r.pixelRatioLogCoefficients}
|
|
157
|
-
tuning.limitByContainer: ${r.limitByContainer}
|
|
158
|
-
`}getContainerSizeLimit({tuning:e,container:t,limits:n,panelSize:r}){let i=e.autoTrackSelection.containerSizeFactor;if(r)return{containerSizeLimit:r,containerSizeFactor:i};if(e.autoTrackSelection.usePixelRatio&&N.display.pixelRatio){let t=N.display.pixelRatio;if(e.autoTrackSelection.pixelRatioMultiplier)i*=e.autoTrackSelection.pixelRatioMultiplier*(t-1)+1;else{let n=e.autoTrackSelection.pixelRatioLogBase,[r=0,a=0,o=0]=e.autoTrackSelection.pixelRatioLogCoefficients,s=Ki(n,r*t+a)+o;Number.isFinite(s)&&(i*=s)}}return ga.isNonNullable(n?.min)&&ga.isHigherOrEqual(n.min,e.autoTrackSelection.highQualityLimit)&&(i*=2),{containerSizeLimit:e.autoTrackSelection.limitByContainer&&t&&t.width>0&&t.height>0?{width:t.width*i,height:t.height*i}:void 0,containerSizeFactor:i}}}var va=require("@vkontakte/videoplayer-shared");class ya extends ea{constructor(e){super(e),this.type=`limit_below`}}class ba extends ya{constructor(e){super(e),this.name=`lower_limit_rule`}execute(e){let{videoTracksAsc:t,limits:n}=e,r=t[0]?.quality,i=t[t.length-1]?.quality,a=jn(n,i,r);for(let o of t)if(a||va.isNullable(n?.min)||va.isHigherOrEqual(o.quality,n.min))return this.createResolution(e,o,a,r,i,n);return this.createResolution(e,t[0],a,r,i,n)}createLogMessage(e,t,n,r,i){return`
|
|
159
|
-
[${this.name}. Confidence: ${this.confidence}. Type: ${this.type}]
|
|
160
|
-
selectedTrack: ${e.quality}
|
|
161
|
-
limitsAreInvalid: ${t}
|
|
162
|
-
lowestAvailableQuality: ${n}
|
|
163
|
-
highestAvailableQuality: ${r}
|
|
164
|
-
tuning.limits: ${JSON.stringify(i)}
|
|
165
|
-
`}}var xa=require("@vkontakte/videoplayer-shared");class Sa extends ta{constructor(e){super(e),this.severeStallOccurred=!1,this.qualityRestrictionTimer=void 0,this.lastStallDurationRestriction=0,this.maxQualityLimitOnStall=void 0,this.predictedThroughputWithoutData=void 0,this.name=`stalls_rule`}execute(e){this.updateStallQualityLimits(e);let{videoTracksDesc:t,reserve:n,tuning:r,playbackRate:i,forwardBufferHealth:a}=e,o=r.autoTrackSelection,s=o.considerPlaybackRate&&xa.isNonNullable(i)?i:1,c=s*qi(a??.5,o.bitrateFactorAtEmptyBuffer,o.bitrateFactorAtFullBuffer);for(let o of t){let t=this.predictedThroughputWithoutData,l=xa.isNonNullable(t)&&isFinite(t)&&xa.isNonNullable(o.bitrate)?t-n>=o.bitrate*c:!0,u=xa.isNonNullable(this.maxQualityLimitOnStall)&&xa.isHigherOrEqual(o.quality,this.maxQualityLimitOnStall);if(l&&!u)return this.createResolution(e,o,a,i,n,s,c,r)}return this.createResolution(e,t[t.length-1],a,i,n,s,c,r)}createLogMessage(e,t,n,r,i,a,o){return`
|
|
166
|
-
[${this.name}. Confidence: ${this.confidence}. Type: ${this.type}]
|
|
167
|
-
selectedTrack: ${e.quality}
|
|
168
|
-
forwardBufferHealth: ${t}
|
|
169
|
-
playbackRate: ${n}
|
|
170
|
-
reserve: ${r}
|
|
171
|
-
playbackRateFactor: ${i}
|
|
172
|
-
bitrateFactor: ${a}
|
|
173
|
-
predictedThroughputWithoutData: ${this.predictedThroughputWithoutData}
|
|
174
|
-
maxQualityLimitOnStall: ${JSON.stringify(this.maxQualityLimitOnStall)}
|
|
175
|
-
tuning.considerPlaybackRate: ${o.autoTrackSelection.considerPlaybackRate}
|
|
176
|
-
tuning.bitrateFactorAtEmptyBuffer: ${o.autoTrackSelection.bitrateFactorAtEmptyBuffer}
|
|
177
|
-
tuning.bitrateFactorAtFullBuffer: ${o.autoTrackSelection.bitrateFactorAtFullBuffer}
|
|
178
|
-
`}updateStallQualityLimits(e){let{severeStallOccurred:t,lastStallDuration:n,tuning:r,lastVideoTrackSelected:i,estimatedThroughput:a}=e;t&&n>0&&n!==this.lastStallDurationRestriction&&n%r.stallsManager.stallDurationNoDataBeforeQualityDecrease===0&&xa.isNonNullable(i?.bitrate)?(j.clearTimeout(this.qualityRestrictionTimer),this.lastStallDurationRestriction=n,this.maxQualityLimitOnStall=i.quality,a>i.bitrate&&(this.predictedThroughputWithoutData=i.bitrate)):!t&&this.severeStallOccurred&&(j.clearTimeout(this.qualityRestrictionTimer),this.qualityRestrictionTimer=j.setTimeout(()=>{this.maxQualityLimitOnStall=void 0,this.predictedThroughputWithoutData=void 0},r.stallsManager.resetQualityRestrictionTimeout)),this.severeStallOccurred=t}}var Ca=require("@vkontakte/videoplayer-shared"),wa=require("@vkontakte/videoplayer-shared");class Ta extends ta{constructor(e){super(e),this.name=`throughput_rule`}execute(e){let{playbackRate:t,reserve:n,estimatedThroughput:r,videoTracksDesc:i,tuning:a,forwardBufferHealth:o,forwardBufferRepresentations:s}=e,c=a.autoTrackSelection,l=c.considerPlaybackRate&&wa.isNonNullable(t)?t:1,u=l*qi(o??.5,c.bitrateFactorAtEmptyBuffer,c.bitrateFactorAtFullBuffer);if(a.dash.useAbrPhases&&Ca.arrayIncludes(a.dash.abrVideoRules,`bola_rule`)&&e.phase===`steady`)return this.createResolution(e,i[0],o,t,n,l,u,r,e.phase,a);for(let c of i){let i=s?.get(c.id),d=i?.length?(i[i.length-1].time.to-i[0].time.from)/1e3:0,f=(i?.reduce((e,t)=>e+(t?.size??1/0),0)??1/0)*8/1024/d,p=isFinite(f)&&a.dash.useDynamicBirtateRule?f:c.bitrate;if(!(wa.isNonNullable(r)&&isFinite(r)&&wa.isNonNullable(p))||r-n>=p*u)return this.createResolution(e,c,o,t,n,l,u,r,e.phase,a)}return this.createResolution(e,i[i.length-1],o,t,n,l,u,r,e.phase,a)}createLogMessage(e,t,n,r,i,a,o,s,c){return`
|
|
179
|
-
[${this.name}. Confidence: ${this.confidence}. Type: ${this.type}]
|
|
180
|
-
phase: ${s??`unphased`}
|
|
181
|
-
selectedTrack: ${e.quality}
|
|
182
|
-
forwardBufferHealth: ${t}
|
|
183
|
-
playbackRate: ${n}
|
|
184
|
-
reserve: ${r}
|
|
185
|
-
playbackRateFactor: ${i}
|
|
186
|
-
bitrateFactor: ${a}
|
|
187
|
-
estimatedThroughput: ${o}
|
|
188
|
-
tuning.considerPlaybackRate: ${c.autoTrackSelection.considerPlaybackRate}
|
|
189
|
-
tuning.bitrateFactorAtEmptyBuffer: ${c.autoTrackSelection.bitrateFactorAtEmptyBuffer}
|
|
190
|
-
tuning.bitrateFactorAtFullBuffer: ${c.autoTrackSelection.bitrateFactorAtFullBuffer}
|
|
191
|
-
`}}class Ea extends ta{constructor(e){super(e),this.name=`tv_disabled_video_track_rule`}execute(e){let{videoTracksDesc:t}=e;for(let n of t)if(!n.tvDisabled)return this.createResolution(e,n);let n=t[t.length-1];return this.createResolution(e,n)}createLogMessage(e){return`
|
|
192
|
-
[${this.name}. Confidence: ${this.confidence}. Type: ${this.type}]
|
|
193
|
-
selectedTrack: ${e.quality}
|
|
194
|
-
`}}var Da=require("@vkontakte/videoplayer-shared");class Oa extends ta{constructor(e){super(e),this.name=`upper_limit_rule`}execute(e){let{videoTracksDesc:t,tuning:n,limits:r,visible:i}=e,a=t[t.length-1]?.quality,o=t[0]?.quality,s=jn(r,o,a),c=n.dash.useConnectionDataUpperLimit?this.getConnection():void 0,l=c?.effectiveType,u=c?this.resolveConnectionDataQualityLimit(l,n.dash.saveData3gQualityLimit,n.dash.saveData2gQualityLimit):void 0;for(let c of t){let t=s||Da.isNullable(r?.max)||Da.isLowerOrEqual(c.quality,r.max),d=Da.isNonNullable(i)&&!i?Da.isLowerOrEqual(c.quality,n.autoTrackSelection.backgroundVideoQualityLimit):!0,f=Da.isNullable(u)||Da.isLowerOrEqual(c.quality,u);if(t&&d&&f)return this.createResolution(e,c,s,a,o,i,r,n.autoTrackSelection.backgroundVideoQualityLimit,l,u)}return this.createResolution(e,t[t.length-1],s,a,o,i,r,n.autoTrackSelection.backgroundVideoQualityLimit,l,u)}createLogMessage(e,t,n,r,i,a,o,s,c){return`
|
|
195
|
-
[${this.name}. Confidence: ${this.confidence}. Type: ${this.type}]
|
|
196
|
-
selectedTrack: ${e.quality}
|
|
197
|
-
limitsAreInvalid: ${t}
|
|
198
|
-
lowestAvailableQuality: ${n}
|
|
199
|
-
highestAvailableQuality: ${r}
|
|
200
|
-
visible: ${i}
|
|
201
|
-
tuning.limits: ${JSON.stringify(a)}
|
|
202
|
-
tuning.backgroundVideoQualityLimit: ${o}
|
|
203
|
-
effectiveType: ${s}
|
|
204
|
-
connectionDataQualityLimit: ${c}
|
|
205
|
-
`}getConnection(){let{navigator:e}=Da.getWindow();if(e)return e.connection}resolveConnectionDataQualityLimit(e,t,n){switch(e){case`slow-2g`:case`2g`:return n;case`3g`:return t;default:return}}}var ka=require("@vkontakte/videoplayer-shared");class Aa extends ta{constructor(e){super(e),this.name=`abandon_request_rule`}execute(e){let{videoTracksAsc:t,videoTracksDesc:n,forwardBufferDuration:r,tuning:i,videoSegmentLoadProgress:a}=e,o=Bi(r,e.playbackRate);if(o<i.dash.abandon.minBufferToActivateMs||!a)return this.createResolution(e,n[0],0,0,0,0,!1);let{startedAtMs:s,loadedBytes:c,totalBytes:l,segmentDurationMs:u}=a;if(l===void 0)return this.createResolution(e,n[0],0,0,0,0,!1);let d=ka.getWindow().performance.now()-s;if(d<i.dash.abandon.minElapsedMs)return this.createResolution(e,n[0],d,0,0,0,!1);let f=c/l;if(f<i.dash.abandon.minLoadedFraction)return this.createResolution(e,n[0],d,f,0,0,!1);let p=l-c,m=c/d,h=p/m,g=o*i.dash.abandon.bufferSafetyFactor;if(h<=g)return this.createResolution(e,n[0],d,f,h,g,!1);let _=u/1e3,v;for(let e of t)(e.bitrate??0)*1e3*_/8/m<=g&&(v=e);let y=v??t[0];return this.createResolution(e,y,d,f,h,g,!0)}createLogMessage(e,t,n,r,i,a){return`
|
|
206
|
-
[${this.name}. Confidence: ${this.confidence}. Type: ${this.type}]
|
|
207
|
-
selectedTrack: ${e.quality}
|
|
208
|
-
elapsedMs: ${t.toFixed(0)}
|
|
209
|
-
loadedFraction: ${n.toFixed(3)}
|
|
210
|
-
estimatedRemainingMs: ${r.toFixed(0)}
|
|
211
|
-
bufferLimitMs: ${i.toFixed(0)}
|
|
212
|
-
triggered: ${a}
|
|
213
|
-
`}}var ja=require("@vkontakte/videoplayer-shared");class Ma extends ta{constructor(e){super(e),this.lastPlaybackResetAtMs=-1/0,this.name=`insufficient_buffer_rule`}init(e){super.init(e),e?.isSeeked$&&this.subscription.add(e.isSeeked$.subscribe(e=>{e&&(this.lastPlaybackResetAtMs=ja.now())}))}execute(e){let{videoTracksAsc:t,videoTracksDesc:n,forwardBufferDuration:r,tuning:i,playbackRate:a,estimatedThroughput:o}=e,{thresholdMs:s,gracePeriodAfterPlaybackResetMs:c}=i.dash.insufficientBuffer,l=Bi(r,a),u=l<s,d=ja.now()-this.lastPlaybackResetAtMs<c;if(d)return this.createResolution(e,n[0],r,s,u,d);if(u){let n=this.selectThroughputAwareFallback(e,l,o)??t[0];return this.createResolution(e,n,r,s,u,d)}return this.createResolution(e,n[0],r,s,u,d)}selectThroughputAwareFallback(e,t,n){if(!Number.isFinite(n)||n<=0||t<=0)return;let{budgetFactor:r,fallbackSegmentDurationMs:i}=e.tuning.dash.insufficientBuffer,a=e.mpdSegmentDurationMs??i,o=t*r*n;return e.videoTracksDesc.find(e=>ja.isNonNullable(e.bitrate)&&e.bitrate*a<=o)}createLogMessage(e,t,n,r,i){return`
|
|
214
|
-
[${this.name}. Confidence: ${this.confidence}. Type: ${this.type}]
|
|
215
|
-
selectedTrack: ${e.quality}
|
|
216
|
-
forwardBufferDuration: ${t}
|
|
217
|
-
thresholdMs: ${n}
|
|
218
|
-
triggered: ${r}
|
|
219
|
-
suppressedByGrace: ${i}
|
|
220
|
-
`}}class Na{static createRule(e,t=ra(1)){switch(e){case`fits_container_rule`:return new _a(t);case`tv_disabled_video_track_rule`:return new Ea(t);case`throughput_rule`:return new Ta(t);case`buffer_rule`:return new ha(t);case`bola_rule`:return new pa(t);case`stalls_rule`:return new Sa(t);case`upper_limit_rule`:return new Oa(t);case`lower_limit_rule`:return new ba(t);case`abandon_request_rule`:return new Aa(t);case`insufficient_buffer_rule`:return new Ma(t)}}}var Pa=require("@vkontakte/videoplayer-shared");class Fa extends ta{constructor(e){super(e),this.name=`throughput_rule`}execute(e){let{audioTracksDesc:t,tuning:n,playbackRate:r,reserve:i,forwardBufferHealth:a,estimatedThroughput:o}=e,s=n.autoTrackSelection,c=s.considerPlaybackRate&&Pa.isNonNullable(r)?r:1,l=c*qi(a??.5,s.bitrateAudioFactorAtEmptyBuffer,s.bitrateAudioFactorAtFullBuffer);for(let s of t)if(!(Pa.isNonNullable(o)&&isFinite(o)&&Pa.isNonNullable(s.bitrate))||o-i>=s.bitrate*l)return this.createResolution(e,s,a,r,i,c,l,o,n);return this.createResolution(e,t[t.length-1],a,r,i,c,l,o,n)}createLogMessage(e,t,n,r,i,a,o,s){return`
|
|
221
|
-
[${this.name}. Confidence: ${this.confidence}. Type: ${this.type}]
|
|
222
|
-
selectedTrack: ${e.bitrate}
|
|
223
|
-
forwardBufferHealth: ${t}
|
|
224
|
-
playbackRate: ${n}
|
|
225
|
-
reserve: ${r}
|
|
226
|
-
playbackRateFactor: ${i}
|
|
227
|
-
bitrateFactor: ${a}
|
|
228
|
-
estimatedThroughput: ${o}
|
|
229
|
-
tuning.considerPlaybackRate: ${s.autoTrackSelection.considerPlaybackRate}
|
|
230
|
-
tuning.bitrateAudioFactorAtEmptyBuffer: ${s.autoTrackSelection.bitrateAudioFactorAtEmptyBuffer}
|
|
231
|
-
tuning.bitrateAudioFactorAtFullBuffer: ${s.autoTrackSelection.bitrateAudioFactorAtFullBuffer}
|
|
232
|
-
`}}class Ia extends ya{constructor(e){super(e),this.name=`min_audio_for_video_rule`}execute(e){let{audioTracksAsc:t,lastVideoTrackSelected:n,videoTracksAsc:r,tuning:i}=e,a=Ji(n,r,t,i.autoTrackSelection.minVideoAudioRatio)??t[0];return this.createResolution(e,a,n,i)}createLogMessage(e,t,n){return`
|
|
233
|
-
[${this.name}. Confidence: ${this.confidence}. Type: ${this.type}]
|
|
234
|
-
selectedTrack: ${e.bitrate}
|
|
235
|
-
lastVideoTrackSelected: ${JSON.stringify(t)}
|
|
236
|
-
tuning.minVideoAudioRatio: ${n.autoTrackSelection.minVideoAudioRatio}
|
|
237
|
-
`}}class La{static createRule(e,t=ra(1)){switch(e){case`throughput_rule`:return new Fa(t);case`min_audio_for_video_rule`:return new Ia(t)}}}var Ra=ra(1),za={},Ba={},Va=(e,t)=>(t?za:Ba)[e]??Ra;class Ha{constructor(){this.stallsController=new Mi,this.videoAbrController=new Yi,this.audioAbrController=new Yi,this.subscription=new Xi.Subscription,this.lastVideoTrackSelected$=new Xi.ValueSubject(void 0),this.context=void 0,this.phaseController=void 0,this.allVideoRules=[]}init(e){this.context=T(T({},this.context),e),this.initVideoElementAbrContext(),this.stallsController.init(T(T({},this.context),{},{tuning:this.context.tuning.stallsManager,lastVideoTrackSelected$:this.lastVideoTrackSelected$}));let t=this.context.tuning.dash.abrVideoRules,n=[];if(this.context.tuning.dash.useAbrPhases){this.phaseController=new ia(this.context.isSeeked$);for(let e of t){let t=Na.createRule(e,Va(e,!0));this.allVideoRules.push(t)}n.push(...this.allVideoRules)}else for(let e of t)n.push(Na.createRule(e,Va(e,!1)));let r=this.context.tuning.dash.abrAudioRules.map(e=>La.createRule(e)),i=T({},e);this.videoAbrController.init(n,i),this.audioAbrController.init(r,i)}updateContext(e){this.context.isAuto=e.isAuto,this.context.currentVideoTrack=e.currentVideoTrack,this.context.desiredVideoTrack=e.desiredVideoTrack,this.context.limits=e.limits,this.context.forwardBufferHealth=e.forwardBufferHealth,this.context.forwardBufferDuration=e.forwardBufferDuration,this.context.forwardVideoBufferRepresentations=e.forwardVideoBufferRepresentations,this.context.forwardAudioBufferRepresentations=e.forwardAudioBufferRepresentations,this.context.videoSegmentLoadProgress=e.videoSegmentLoadProgress,this.context.isLive=e.isLive,this.context.remainingDurationMs=e.remainingDurationMs,this.context.mpdSegmentDurationMs=e.mpdSegmentDurationMs,this.updateTracksIfneeded(e.videoTracks,e.audioTracks)}autoSelectTrack(e){let t=Ji(this.lastVideoTrackSelected$.getValue(),this.context.videoTracksAsc,this.context.audioTracksAsc??[],this.context.tuning.autoTrackSelection.minVideoAudioRatio)??this.context.audioTracksAsc?.[0],n=this.phaseController?.phase;if(this.videoAbrController.updateContext({videoTracksAsc:this.context.videoTracksAsc,videoTracksDesc:this.context.videoTracksDesc,currentVideoTrack:this.context.currentVideoTrack,tuning:this.context.tuning,abrLogger:this.context.abrLogger,forwardBufferRepresentations:this.context.forwardVideoBufferRepresentations,container:this.context.elementSizeManager?.getValue(),panelSize:this.context.panelSize,estimatedThroughput:this.context.throughput$.getValue(),limits:this.context.limits,reserve:t?.bitrate??0,forwardBufferHealth:this.context.forwardBufferHealth,forwardBufferDuration:this.context.forwardBufferDuration,visible:this.context.elementVisible$.getValue(),playbackRate:this.context.element.playbackRate,lastVideoTrackSelected:this.lastVideoTrackSelected$.getValue(),severeStallOccurred:this.stallsController.severeStallOccurred$.getValue(),lastStallDuration:this.stallsController.lastStallDuration$.getValue(),videoSegmentLoadProgress:this.context.videoSegmentLoadProgress,throughputVariance:this.context.throughputVariance$?.getValue()??0,isLive:this.context.isLive??!1,remainingDurationMs:this.context.remainingDurationMs,mpdSegmentDurationMs:this.context.mpdSegmentDurationMs,phase:n}),this.audioAbrController.updateContext({videoTracksAsc:this.context.videoTracksAsc,videoTracksDesc:this.context.videoTracksDesc,audioTracksAsc:this.context.audioTracksAsc,audioTracksDesc:this.context.audioTracksDesc,tuning:this.context.tuning,abrLogger:this.context.abrLogger,forwardBufferHealth:this.context.forwardBufferHealth,forwardBufferDuration:this.context.forwardBufferDuration,playbackRate:this.context.element.playbackRate,estimatedThroughput:this.context.throughput$.getValue(),reserve:this.lastVideoTrackSelected$.getValue()?.bitrate??0,currentVideoTrack:this.context.currentVideoTrack,lastVideoTrackSelected:this.lastVideoTrackSelected$.getValue(),throughputVariance:0}),e===`audio`)return this.audioAbrController.autoSelectTrack();let r=this.context.desiredVideoTrack;if(this.context.isAuto||Xi.isNullable(r))if(this.phaseController){this.phaseController.updatePhase(this.videoAbrController.context);let e=this.phaseController.phase,t=this.allVideoRules.filter(t=>t.activePhases.has(e));r=this.videoAbrController.autoSelectTrack(t)}else r=this.videoAbrController.autoSelectTrack();return this.lastVideoTrackSelected$.next(r),r}destroy(){this.subscription.unsubscribe(),this.videoAbrController.destroy(),this.audioAbrController.destroy(),this.phaseController?.destroy(),this.stallsController.destroy(),this.context.elementSizeManager?.destroy()}initVideoElementAbrContext(){let e=new Xi.ValueSubject(!1);this.subscription.add(Lr(this.context.element,{threshold:this.context.tuning.autoTrackSelection.activeVideoAreaThreshold}).subscribe(e));let t=gn(this.context.element);this.subscription.add(()=>t?.destroy());let n;this.context.element instanceof HTMLVideoElement&&(n=new Oi,n.connect({video:this.context.element,observableVideo:t})),this.context=T(T({},this.context),{},{elementVisible$:e,observableVideo:t,elementSizeManager:n})}updateTracksIfneeded(e=[],t=[]){let{videoTracksAsc:n,videoTracksDesc:r,audioTracksAsc:i,audioTracksDesc:a}=this.context;if(this.isTracksDifferent(e,n,r)){let t=[...e].filter(e=>!Xi.isInvariantQuality(e.quality));this.context.videoTracksAsc=[...t].sort(Ui(1)),this.context.videoTracksDesc=[...t].sort(Ui(-1))}this.isTracksDifferent(t,i,a)&&(this.audioAbrController.historyReset(),this.context.audioTracksAsc=[...t].sort(Hi(1)),this.context.audioTracksDesc=[...t].sort(Hi(-1)))}isTracksDifferent(e,t=[],n=[]){let r=!1;for(let i of e)(Xi.isNullable(t.find(e=>i.id===e.id))||Xi.isNullable(n.find(e=>i.id===e.id)))&&(r=!0);return t.length!==e.length&&n.length!==e.length||r}}class Ua{constructor(e){this.subscription=new V.Subscription,this.volumeSubscription=new V.Subscription,this.videoState=new Dt(`stopped`),this.allocation=void 0,this.observableVideo=null,this.player=void 0,this.params=void 0,this.tracer=void 0,this.textTracksManager=null,this.droppedFramesManager=new Nr,this.stallsManager=new Ei,this.elementSizeManager=new Oi,this.abrManager=new Ha,this.videoTracksMap=new Map,this.audioTracksMap=new Map,this.textTracksMap=new Map,this.videoStreamsMap=new Map,this.audioStreamsMap=new Map,this.videoTrackSwitchHistory=new In,this.audioTrackSwitchHistory=new In,this.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.allocation.target.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`),A(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`),A(this.params.desiredState.playbackState,`paused`)):t===`playing`?(this.videoState.startTransitionTo(`playing`),this.playIfAllowed()):n?.to===`ready`&&A(this.params.desiredState.playbackState,`ready`);return;case`playing`:t===`paused`?(this.videoState.startTransitionTo(`paused`),this.allocation.target.paused?this.videoState.setState(`paused`):this.allocation.target.pause()):t===`playing`&&this.allocation.target.paused?this.playIfAllowed():n?.to===`playing`&&A(this.params.desiredState.playbackState,`playing`);return;case`paused`:t===`playing`?(this.videoState.startTransitionTo(`playing`),this.playIfAllowed()):n?.to===`paused`&&A(this.params.desiredState.playbackState,`paused`);return;default:return V.assertNever(e)}}},e.tuning.disableSubtitles||(this.textTracksManager=new sn(e.source.url)),this.params=e,this.allocation=ri(e.container,e.tuning),this.tracer=e.dependencies.tracer.createComponentTracer(`DashProviderVirtual`),this.params.output.element$.next(this.allocation.video??void 0),this.params.output.availableVideoTracks$.next([]),this.params.output.availableAudioTracks$.next([]),this.params.output.isAudioAvailable$.next(!0),this.params.output.hostname$.next(Qn(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;V.isNullable(this.observableVideo)&&(this.observableVideo=gn(this.allocation.target),this.subscription.add(()=>this.observableVideo?.destroy()));let n=this.constructor.name,r=t=>{e.error$.next({id:n,category:V.ErrorCategory.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(){var e=this;let{output:t,desiredState:n,observableVideo:r,genericErrorListener:i,connect:a}=this.getProviderSubscriptionInfo(),o=this.allocation.video;o&&this.subscription.add(this.params.output.availableVideoTracks$.pipe(V.filter(e=>!!e.length),V.once()).subscribe(e=>{this.droppedFramesManager.connect({logger:this.params.dependencies.logger,video:o,droppedFramesChecker:this.params.tuning.droppedFramesChecker,isAuto:this.params.desiredState.autoVideoTrackSwitching,playing$:r.playing$,pause$:r.pause$,tracks:e})}));let s=this.params.desiredState.seekState.stateChangeEnded$.pipe(V.map(e=>e.to.state!==`none`),V.filterChanged());this.abrManager.init({isSeeked$:s,currentStallDuration$:this.player.currentStallDuration$,videoLastDataObtainedTimestamp$:this.player.videoLastDataObtainedTimestamp$,throughput$:this.params.dependencies.throughputEstimator.throughput$,rtt$:this.params.dependencies.throughputEstimator.rtt$,throughputVariance$:this.params.dependencies.throughputEstimator.throughputVariance$,tuning:this.params.tuning,element:this.allocation.target,panelSize:this.params.panelSize,abrLogger:this.params.dependencies.abrLogger}),this.stallsManager.init({isSeeked$:s,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$:r.isBuffering$,looped$:r.looped$,playing$:r.playing$,pause$:r.pause$,duration:this.allocation.target.duration}),a(r.ended$,t.endedEvent$),a(r.looped$,t.loopedEvent$),a(r.error$,t.error$),a(r.isBuffering$,t.isBuffering$),a(r.currentBuffer$,t.currentNativeBuffer$),a(r.totalBufferDuration$,t.totalBufferDuration$),a(r.bufferRangeCount$,t.bufferRangeCount$),a(r.playing$,t.firstFrameEvent$),a(r.playedTime$,t.playedTime$),a(r.inPiP$,t.inPiP$),a(r.inFullscreen$,t.inFullscreen$),a(r.loadedMetadata$,t.loadedMetadataEvent$),a(V.merge(r.canplay$,this.player.currentBuffer$.pipe(V.filter(e=>e.to>0))).pipe(V.once(),V.mapTo(void 0)),t.canplay$),a(this.player.error$,t.error$),a(this.player.fetcherRecoverableError$,t.fetcherRecoverableError$),a(this.player.fetcherError$,t.fetcherError$),a(this.player.updateDurationError$,t.updateDurationError$),a(this.player.videoLastDataObtainedTimestamp$,t.videoLastDataObtainedTimestamp$),a(this.player.lastConnectionType$,t.httpConnectionType$),a(this.player.lastConnectionReused$,t.httpConnectionReused$),a(this.player.lastConnectionMetrics$,t.httpConnectionMetrics$),a(this.player.lastDownloadMetrics$,t.httpDownloadMetrics$),a(this.player.isLive$,t.isLive$),a(this.player.currentBuffer$,t.currentBuffer$),a(this.player.lastRequestFirstBytes$.pipe(V.filter(V.isNonNullable),V.once()),t.firstBytesEvent$),a(this.stallsManager.severeStallOccurred$,t.severeStallOccurred$),a(this.videoState.stateChangeEnded$.pipe(V.map(e=>e.to)),this.params.output.playbackState$),this.subscription.add(r.looped$.subscribe(()=>this.player.warmUpMediaSourceIfNeeded(),i)),this.subscription.add(r.seeked$.subscribe(t.seekedEvent$,i)),this.subscription.add($t(this.allocation.target,n.isLooped,i)),this.subscription.add(this.params.skipVideoElVolumeSync$.subscribe(e=>{this.volumeSubscription.unsubscribe(),e?this.volumeSubscription.add(n.volume.stateChangeStarted$.subscribe(({to:e})=>this.params.output.volume$.next(e),i)):this.volumeSubscription.add(r.volumeState$.subscribe(this.params.output.volume$,i))})),Ai({subscription:this.subscription,desiredState:n,videoElement$:this.params.output.element$,observableVideo:r}),this.subscription.add(en(this.allocation.target,n.volume,r.volumeState$,i,{skipVideoElVolumeSync$:this.params.skipVideoElVolumeSync$})),this.subscription.add(tn(this.allocation.target,n.playbackRate,r.playbackRateState$,i)),this.allocation.video&&this.elementSizeManager.connect({video:this.allocation.video,observableVideo:r}),a(Lr(this.allocation.target,{threshold:this.params.tuning.autoTrackSelection.activeVideoAreaThreshold}),t.elementVisible$),this.subscription.add(r.playing$.subscribe(()=>{this.videoState.setState(`playing`),A(n.playbackState,`playing`)},i)).add(r.pause$.subscribe(()=>{this.videoState.setState(`paused`),A(n.playbackState,`paused`)},i)).add(r.canplay$.subscribe(()=>{this.videoState.getState()===`playing`&&this.playIfAllowed()},i)),this.params.tuning.changePlaybackStateToPausedWhenEnded&&this.subscription.add(r.ended$.subscribe(()=>{this.videoState.setState(`paused`),A(n.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(V.assertNonNullable(e,`Manifest not loaded or empty`),!this.params.tuning.isAudioDisabled){let t=[];for(let n of e.audio){t.push(hi(n));let e=[];for(let t of n.representations){let r=fi(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(gi(t));let e=[];for(let n of t.representations){let r=di(T(T({},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=pi(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())},i));let c=V.merge(this.player.currentStallDuration$,this.player.state$.stateChangeEnded$,n.videoTrack.stateChangeStarted$,n.autoVideoTrackSwitching.transitionStarted$,this.params.dependencies.throughputEstimator.rttAdjustedThroughput$,n.autoVideoTrackLimits.stateChangeStarted$,this.elementSizeManager.getObservable(),this.params.output.elementVisible$,this.droppedFramesManager.onDroopedVideoFramesLimit$,V.fromEvent(this.allocation.target,`progress`)).pipe(V.filter(()=>this.videoTracksMap.size>0||this.params.tuning.audioOnly&&this.audioTracksMap.size>0)),{abrThrottle:l}=this.params.tuning.dash;l&&(c=c.pipe(V.throttle(l))),this.subscription.add(c.subscribe(w(function*(){let t=e.player.state$.getState(),r=e.player.state$.getTransition(),i=n.autoVideoTrackSwitching.getState()?`lazy`:`default`;if(t!==`manifest_ready`&&t!==`running`||r)return;n.autoVideoTrackSwitching.getTransition()&&n.autoVideoTrackSwitching.setState(n.autoVideoTrackSwitching.getState());let a=e.selectVideoAudioRepresentations();if(!a){if(e.params.tuning.audioOnly&&e.audioStreamsMap.size){let[,[n]]=e.audioStreamsMap.entries().next().value;t===`manifest_ready`&&(yield e.player.initRepresentations(void 0,n.id,e.params.sourceHls))}return}let[o,s]=a,c=[...e.videoTracksMap.keys()].find(t=>e.videoTracksMap.get(t)?.representation.id===o.id);V.isNonNullable(c)&&(e.stallsManager.lastVideoTrackSelected=c);let l=e.params.desiredState.autoVideoTrackLimits.getTransition();l&&e.params.output.autoVideoTrackLimits$.next(l.to),t===`manifest_ready`?yield e.player.initRepresentations(o.id,s?.id,e.params.sourceHls):(yield e.player.switchRepresentation(`video`,o.id,i),s&&(yield e.player.switchRepresentation(`audio`,s.id,`default`)))}),i)),this.subscription.add(this.player.currentVideoRepresentation$.pipe(V.filterChanged()).subscribe(e=>{let n=[...this.videoTracksMap.entries()].find(([,{representation:t}])=>t.id===e);if(!n){t.currentVideoTrack$.next(void 0),t.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),t.currentVideoTrack$.next(r),t.currentVideoStream$.next(gi(i))},i)),this.subscription.add(this.player.currentAudioRepresentation$.pipe(V.filterChanged()).subscribe(e=>{let n=[...this.audioTracksMap.entries()].find(([,{representation:t}])=>t.id===e);if(!n){t.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),t.currentAudioStream$.next(hi(i))},i)),this.subscription.add(this.player.currentVideoSegmentLength$.subscribe(t.currentVideoSegmentLength$,i)),this.subscription.add(this.player.currentAudioSegmentLength$.subscribe(t.currentAudioSegmentLength$,i)),this.allocation.video&&this.textTracksManager?.connect(this.allocation.video,n,t);let u=n.playbackState.stateChangeStarted$.pipe(V.map(({to:e})=>e===`ready`),V.filterChanged());this.subscription.add(V.merge(u,n.autoVideoTrackSwitching.stateChangeStarted$,this.player.state$.stateChangeEnded$,r.currentBuffer$,V.observableFrom([`init`])).subscribe(()=>this.syncBufferTarget())),this.subscription.add(V.merge(u,this.player.state$.stateChangeEnded$,V.observableFrom([`init`])).subscribe(()=>this.player.setPreloadOnly(n.playbackState.getState()===`ready`)));let d=V.merge(n.playbackState.stateChangeStarted$,n.videoTrack.stateChangeStarted$,n.seekState.stateChangeEnded$,this.videoState.stateChangeEnded$,V.observableFrom([`init`])).pipe(V.debounce(0));this.subscription.add(d.subscribe(this.syncPlayback,i))}syncBufferTarget(){let e=this.params.desiredState.autoVideoTrackSwitching.getState(),t=this.params.desiredState.playbackState.getState()===`ready`;this.player.setBufferTarget(this.resolveBufferTargetMs(e,t),this.resolveAudioBufferTargetMs(e,t))}resolveBufferTargetMs(e,t){let{dash:n}=this.params.tuning;return t?n.forwardBufferTargetPreload:e?n.forwardBufferTargetAuto:n.forwardBufferTargetManual}resolveAudioBufferTargetMs(e,t){let{dash:n}=this.params.tuning;return t?n.forwardBufferTargetPreload:e?Math.min(this.player.getVideoForwardBufferDuration()+n.audioBufferAheadOfVideoMs,n.forwardBufferTargetAuto):n.forwardBufferTargetManual}selectVideoAudioRepresentations(){if(this.player.isStreamEnded)return;let e=this.params.tuning.useNewAutoSelectVideoTrack?Hn:Vn,t=this.params.tuning.useNewAutoSelectVideoTrack?Zn:Xn,n=this.params.tuning.useNewAutoSelectVideoTrack?Jn:Yn,{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.allocation.target.duration*1e3||1/0)-this.allocation.target.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=this.player.isLive$.getValue(),b=this.allocation.target.duration*1e3,x=!y&&Number.isFinite(b)&&b>0?Math.max(0,b-this.allocation.target.currentTime*1e3):void 0,S=this.params.tuning.dash.useAbrPhases?{videoSegmentLoadProgress:this.player.getActiveVideoSegmentProgress(),isLive:y,remainingDurationMs:x,mpdSegmentDurationMs:this.player.getMpdVideoSegmentDuration()}:{};this.abrManager.updateContext(T({isAuto:a,videoTracks:d,audioTracks:_?this.audioStreamsMap.get(_)??[]:[],currentVideoTrack:c,desiredVideoTrack:s,limits:this.params.desiredState.autoVideoTrackLimits.getState(),forwardBufferHealth:h,forwardBufferDuration:f,forwardVideoBufferRepresentations:this.player.getForwardBufferRepresentations(`video`),forwardAudioBufferRepresentations:this.player.getForwardBufferRepresentations(`audio`)},S));let C=s,w;this.params.tuning.dash.useNewAbr?(C=this.abrManager.autoSelectTrack(`video`),w=_&&this.abrManager.autoSelectTrack(`audio`)):((a||!C)&&(C=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.allocation.target.playbackRate,droppedVideoMaxQualityLimit:this.droppedFramesManager.droppedVideoMaxQualityLimit,stallsVideoMaxQualityLimit:this.stallsManager.videoMaxQualityLimit,stallsPredictedThroughput:this.stallsManager.predictedThroughput,abrLogger:this.params.dependencies.abrLogger})),w=_&&t(C,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.allocation.target.playbackRate,abrLogger:this.params.dependencies.abrLogger}));let E=this.videoTracksMap.get(C)?.representation,D=w&&this.audioTracksMap.get(w)?.representation;if(E&&D)return[E,D];if(E&&!D&&this.audioTracksMap.size===0)return[E,void 0]}prepare(e=0){this.player.initManifest(this.allocation.target,this.params.source.url,e)}playIfAllowed(){let e=tr(this.allocation.target,()=>{this.params.output.soundProhibitedEvent$.next()}),t=e=>{e||(this.videoState.setState(`paused`),A(this.params.desiredState.playbackState,`paused`,!0))},n=e=>{this.params.output.error$.next({id:`ForcePlay`,message:`play() failed even with workarounds`,category:V.ErrorCategory.DOM,thrown:e})};this.params.tuning.ignoreForcePlayResultWhenProviderChanged?this.subscription.add(V.observableFrom(e).subscribe(t,n)):e.then(t,n)}destroy(){this.subscription.unsubscribe(),this.volumeSubscription.unsubscribe(),this.droppedFramesManager.destroy(),this.stallsManager.destroy(),this.abrManager.destroy(),this.elementSizeManager.destroy(),this.textTracksManager?.destroy(),this.player.destroy(),this.params.output.element$.next(void 0),this.params.output.currentVideoStream$.next(void 0),qt(this.allocation.target,this.params.tuning),this.tracer.end()}}var Wa=require("@vkontakte/videoplayer-shared"),Ga=require("@vkontakte/videoplayer-shared"),Ka=require("@vkontakte/videoplayer-shared"),qa=require("@vkontakte/videoplayer-shared"),Ja=e=>{if(!e)return{id:`EmptyResponse`,category:qa.ErrorCategory.PARSER,message:`Empty response`};if(e.length<=2&&e.match(/^\d+$/))return{id:`UVError#${e}`,category:qa.ErrorCategory.NETWORK,message:`UV Error ${e}`};let t=Ka.stringTrimStart(e).substring(0,100).toLowerCase();if(t.startsWith(`<!doctype`)||t.startsWith(`<html>`)||t.startsWith(`<body>`)||t.startsWith(`<head>`))return{id:`UnexpectedHTML`,category:qa.ErrorCategory.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:qa.ErrorCategory.PARSER,message:`XML parsing error`}:{id:`XMLParserLogicError`,category:qa.ErrorCategory.PARSER,message:`Response is valid XML, but parser failed`}},H=require("@vkontakte/videoplayer-shared"),Ya=require("@vkontakte/videoplayer-shared"),Xa=require("@vkontakte/videoplayer-shared"),Za=e=>{let t=new URL(e);return t.searchParams.set(`quic`,`1`),t.toString()},Qa=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}},U=require("@vkontakte/videoplayer-shared"),$a=e=>{let t=new URL(e);return t.searchParams.set(`enable-subtitles`,`yes`),t.toString()},eo=require("@vkontakte/videoplayer-shared"),to=new Set([2,3,4,5,6,9,19]),no=new Set([1,8,18,21]),ro=new Set([10,11,12,13,14,15,16]),io=({txtCode:e,error$:t,recoverableError$:n,httpCode:r})=>{let i=parseInt(e);if(isNaN(i))return;let a=T(T({},ao(i)),{},{httpCode:r,UVBackendErrorCode:e});if(to.has(i)){t.next(T(T({},a),{},{category:eo.ErrorCategory.NETWORK,origin:`segment_fetcher`}));return}if(no.has(i)){n.next(T(T({},a),{},{category:eo.ErrorCategory.FATAL,origin:`segment_fetcher`,canBeRecoverable:!0}));return}if(ro.has(i)){t.next(T(T({},a),{},{category:eo.ErrorCategory.FATAL,origin:`segment_fetcher`}));return}},ao=e=>{switch(e){case 1:return{id:`VideoDataLinkExpiredError`,message:`Video data links have expired`};case 5:return{id:`VideoServerError`,message:`Server error`};case 8:return{id:`VideoDataLinkBlockedForFloodError`,message:`Url blocked for flood`};case 10:return{id:`UserAgentChange`,message:`User agent changed`};case 11:return{id:`forbiddenReferer`,message:`Forbidden referer`};case 12:case 13:case 14:case 15:case 16:return{id:`OKerror`,message:`Error #${e}`};case 18:return{id:`VideoDataLinkIllegalIpChangeError`,message:`Client IP has changed`};case 21:return{id:`VideoDataLinkIllegalHostChangeError`,message:`Request HOST has changed`};default:return oo(e)}};function oo(e){return{id:`GeneralVideoDataFetchError`,message:`Generic video data fetch error (${e})`}}var so=require("@vkontakte/videoplayer-shared"),co=`vk_player_cached_fetches`,lo=[`fromCache`,`expires`,`sig`],uo=300*1e3,fo=`x-cache-expires`,po=function(){var e=w(function*(e){let t=ho(e),n=yield so.getWindow().caches.open(co);return{get:function(){var e=w(function*(){let e=yield n.match(t);return e&&!go(e)?(so.devNull.push(`core`,{key:`videoplayer_url_cache`,strings:[`cache_hit`]}),e):(e&&(yield n.delete(t),so.devNull.push(`core`,{key:`videoplayer_url_cache`,strings:[`cache_missed`,`expired`]})),null)});return function(){return e.apply(this,arguments)}}(),set:function(){var r=w(function*(r){yield n.put(t,_o(r,e))});return function(e){return r.apply(this,arguments)}}()}});return function(t){return e.apply(this,arguments)}}();function mo(){return typeof caches<`u`}function ho(e){try{let t=new URL(e);return t.hostname=`cache.local`,lo.forEach(e=>t.searchParams.delete(e)),t.toString()}catch{return e}}function go(e){let t=e.headers.get(fo);if(!t)return!0;let n=Number(t);return isNaN(n)||n<=Date.now()}function _o(e,t){let n=e.clone();return new Response(n.body,{status:n.status,statusText:n.statusText,headers:new Headers(T(T({},Array.from(n.headers.entries())),{},{[fo]:vo(t).toString()}))})}function vo(e){try{let t=new URL(e).searchParams.get(`expires`);if(t&&!isNaN(Number(t)))return Number(t)}catch{return 0}return Date.now()+uo}class yo{constructor({throughputEstimator:e,requestQuic:t,tracer:n,compatibilityMode:r=!1,useEnableSubtitlesParam:i=!1,handleExtendedNetworkErrorsSet:a=!1,useUrlCacheMechanism:o=!1,measureNonSegmentRequests:s=!1,measureFastSamples:c=!1,preloadFirstSegment:l=!1,maxQualityForFirstSegmentPreload:u=U.VideoQuality.Q_480P}){this.throughputEstimator=void 0,this.requestQuic=void 0,this.tracer=void 0,this.manifestRequested=new U.Subject,this.manifestReceived=new U.Subject,this.firstBytesRequested=new U.Subject,this.firstBytesReceived=new U.Subject,this.lastConnectionType$=new U.ValueSubject(void 0),this.lastConnectionReused$=new U.ValueSubject(void 0),this.lastRequestFirstBytes$=new U.ValueSubject(void 0),this.lastConnectionMetrics$=new U.ValueSubject(void 0),this.lastDownloadMetrics$=new U.ValueSubject(void 0),this.recoverableError$=new U.Subject,this.error$=new U.Subject,this.abortAllController=new Ya.AbortControllerPolyfilled,this.subscription=new U.Subscription,this.compatibilityMode=void 0,this.useEnableSubtitlesParam=void 0,this.useUrlCacheMechanism=void 0,this.measureNonSegmentRequests=void 0,this.measureFastSamples=void 0,this.preloadFirstSegment=void 0,this.maxQualityForFirstSegmentPreload=void 0,this.startupPhase=!0,this.performanceObserver=null,this.pendingConnectionMetrics=new Map,this.handleExtendedNetworkErrorsSet=!1,this.fetchManifest=U.abortable(this.abortAllController.signal,function(){var e=D(function*(e){let t=this.tracer.createComponentTracer(`FetchManifest`),n=e;this.requestQuic&&(n=Za(n)),!this.compatibilityMode&&this.useEnableSubtitlesParam&&(n=$a(n)),this.trackRequestStart(n,performance.now());let r=U.now();this.manifestRequested.next();let i=!1,a=yield this.doFetch(n,{signal:this.abortAllController.signal},{onCacheHit:()=>{i=!0},tracer:t}).catch(U.suppressAbort);if(a){let o=U.now();t.log(`success`,U.flattenObject({url:n,message:`Request successfully executed`})),t.end(),this.manifestReceived.next(),this.onHeadersReceived(a.headers);let s=a.headers.get(`content-length`),c=0;s&&(c=parseInt(s,10));let l=yield E(a.text());if((!s||isNaN(c)||c<=0)&&(c=new TextEncoder().encode(l).length),c>0){let t=o-r,n=c/(t/1e3)*8/1024,i={bytes:c,speed:n,url:e};this.lastDownloadMetrics$.next(i)}let u=this.measureFastSamples&&(i||this.isLikelyCacheHitByTtfb(o-r));if(this.measureNonSegmentRequests&&this.startupPhase&&!u&&(this.throughputEstimator?.addRawRtt(o-r),s&&c>0)){let e=U.now();this.throughputEstimator?.addRawSpeed(c,e-r)}return l}else return t.error(`error`,U.flattenObject({url:n,message:`No data in request manifest`})),t.end(),null});return function(t){return e.apply(this,arguments)}}().bind(this)),this.fetch=U.abortable(this.abortAllController.signal,function(){var e=D(function*(e,{rangeMethod:t=+!this.compatibilityMode,range:n,onProgress:r,priority:i=`auto`,signal:a,measureThroughput:o=!0,isLowLatency:s=!1,bufferOptimisation:c=!1,urlCacheMechanismEnabled:l,kind:u}={kind:`unknown`}){let d=e,f=new Headers,p=this.tracer.createComponentTracer(`Fetch ${u}`);if(n)switch(t){case 0:f.append(`Range`,`bytes=${n.from}-${n.to}`);break;case 1:{let e=new URL(d,U.getWindow().location.href);e.searchParams.append(`bytes`,`${n.from}-${n.to}`),d=e.toString();break}default:U.assertNever(t)}this.requestQuic&&(d=Za(d));let m=this.abortAllController.signal,h;if(a){let e=new Ya.AbortControllerPolyfilled;if(h=U.merge(U.fromEvent(this.abortAllController.signal,`abort`),U.fromEvent(a,`abort`)).subscribe(()=>{try{e.abort()}catch(e){U.suppressAbort(e)}}),this.subscription.add(h),this.abortAllController.signal.aborted||a.aborted)try{e.abort()}catch(e){U.suppressAbort(e)}m=e.signal}let g=0,_=U.now();p.log(`startRequest`,U.flattenObject({url:d,priority:i,rangeMethod:t,range:n,isLowLatency:s,requestStartedAt:_})),this.trackRequestStart(d,performance.now()),this.firstBytesRequested.next();let v=!1,y=yield this.doFetch(d,{priority:i,headers:f,signal:m},{urlCacheMechanismEnabled:l,onCacheHit:()=>{v=!0},tracer:p}).catch(U.suppressAbort),b=U.now();if(!y)return p.error(`error`,{message:`No response in request`}),p.end(),h?.unsubscribe(),null;let x=this.measureFastSamples&&(v||this.isLikelyCacheHitByTtfb(b-_));if(x||this.throughputEstimator?.addRawRtt(b-_),!y.ok||!y.body){h?.unsubscribe();let e=`Fetch error ${y.status}: ${y.statusText}`;return p.error(`error`,{message:e}),p.end(),Promise.reject(Error(`Fetch error ${y.status}: ${y.statusText}`))}if(this.onHeadersReceived(y.headers),!r&&!o){let e=yield y.arrayBuffer(),t=U.now();if(this.measureNonSegmentRequests&&this.startupPhase&&!x){let e=y.headers.get(`content-length`),n=e?parseInt(e,10):NaN;Number.isFinite(n)&&n>0&&this.throughputEstimator?.addRawSpeed(n,t-_)}let n={requestStartedAt:_,requestEndedAt:t,duration:t-_};return p.log(`endRequest`,U.flattenObject(n)),p.end(),h?.unsubscribe(),e}let S=y.body;if(o&&!x){this.startupPhase=!1;let e;[S,e]=y.body.tee(),this.throughputEstimator?.trackStream(e,s)}let C=S.getReader(),w,T=parseInt(y.headers.get(`content-length`)??``,10);Number.isFinite(T)&&(w=T),!w&&n&&(w=n.to-n.from+1);let E=w?new Uint8Array(w):new Uint8Array,ee=!1,te=e=>{h?.unsubscribe(),ee=!0;let t=U.now(),n={requestStartedAt:_,requestEndedAt:t,duration:t-_};U.isAbortError(e)&&e instanceof Error&&(n.name=e.name,n.message=e.message),p.error(`endRequest`,U.flattenObject(n)),p.end(),U.suppressAbort(e)},ne=U.abortable(m,function(){var e=D(function*({done:e,value:t}){if(g===0&&(this.lastRequestFirstBytes$.next(U.now()-_),this.firstBytesReceived.next()),m.aborted){h?.unsubscribe();return}if(!e&&t){if(c&&w)E.set(t,g),g+=t.byteLength;else{let e=new Uint8Array(E.length+t.length);e.set(E),e.set(t,E.length),E=e,g+=t.byteLength}r?.(new DataView(E.buffer),g),yield C?.read().then(ne,te)}});return function(t){return e.apply(this,arguments)}}().bind(this));yield C?.read().then(ne,te),h?.unsubscribe();let re=U.now(),ie={failed:ee,requestStartedAt:_,requestEndedAt:re,duration:re-_};if(ee)return p.error(`endRequest`,U.flattenObject(ie)),p.end(),null;if(g>0){let t=re-_,n=g/(t/1e3)*8/1024,r={bytes:g,speed:n,url:e};this.lastDownloadMetrics$.next(r)}return p.log(`endRequest`,U.flattenObject(ie)),p.end(),E.buffer});return function(t){return e.apply(this,arguments)}}().bind(this)),this.fetchByteRangeRepresentation=U.abortable(this.abortAllController.signal,function(){var e=D(function*(e,t,n,r,i,a=`unknown`){if(e.type!==`byteRange`)return null;let{from:o,to:s}=e.initRange,c=o,l=s,u=!1,d,f;e.indexRange&&(d=e.indexRange.from,f=e.indexRange.to,u=s+1===d,u&&(c=Math.min(d,o),l=Math.max(f,s)));let p=this.preloadFirstSegment&&U.isNonNullable(e.firstSegmentLength)&&r===`high`&&(i??U.videoQualityToHeight(U.VideoQuality.Q_144P))<=U.videoQualityToHeight(this.maxQualityForFirstSegmentPreload);p&&u&&U.isNonNullable(f)&&(l=f+e.firstSegmentLength),c=Math.min(c,0);let m=yield this.fetch(e.url,{range:{from:c,to:l},priority:r,signal:n,measureThroughput:!1,urlCacheMechanismEnabled:!0,kind:a});if(!m)return null;let h=new DataView(m,o-c,s-c+1);if(!t.validateData(h))throw Error(`Invalid media file`);let g=t.parseInit(h),_=e.indexRange??t.getIndexRange(g);if(!_)throw ReferenceError(`No way to load representation index`);let v;if(u)v=new DataView(m,_.from-c,_.to-_.from+1);else{let t=yield this.fetch(e.url,{range:_,priority:r,signal:n,measureThroughput:!1,urlCacheMechanismEnabled:!0,kind:a});if(!t)return null;v=new DataView(t)}let y=t.parseSegments(v,g,_).map(e=>T(T({},e),{},{networkStatus:`none`,bufferStatus:`none`})),b;if(p&&u&&U.isNonNullable(f)){let t=f+1-c;t+e.firstSegmentLength<=m.byteLength&&(b=m.slice(t,t+e.firstSegmentLength))}return{initMetadata:g,initDataView:new DataView(m),segments:y,firstSegmentData:b}});return function(t,n,r,i,a){return e.apply(this,arguments)}}().bind(this)),this.fetchTemplateRepresentation=U.abortable(this.abortAllController.signal,function(){var e=D(function*(e,t,n,r){if(e.type!==`template`)return null;let i=new URL(e.initUrl,e.baseUrl).toString(),a=yield this.fetch(i,{priority:n,signal:t,measureThroughput:!1,kind:r});if(!a)return null;let o=e.segments.map(e=>T(T({},e),{},{networkStatus:`none`,bufferStatus:`none`,size:void 0}));return{initMetadata:null,initDataView:new DataView(a),segments:o}});return function(t,n,r,i){return e.apply(this,arguments)}}().bind(this)),this.throughputEstimator=e,this.requestQuic=t,this.compatibilityMode=r,this.tracer=n.createComponentTracer(`Fetcher`),this.useEnableSubtitlesParam=i,this.handleExtendedNetworkErrorsSet=a,this.measureNonSegmentRequests=s,this.measureFastSamples=c,this.preloadFirstSegment=l,this.maxQualityForFirstSegmentPreload=u,U.getWindow().PerformanceObserver&&this.setupPerformanceObserver(),this.useUrlCacheMechanism=o}onHeadersReceived(e){let{type:t,reused:n}=Qa(e);this.lastConnectionType$.next(t),this.lastConnectionReused$.next(n)}setupPerformanceObserver(){this.performanceObserver=new(U.getWindow()).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 U.getWindow().navigator))return`unknown`;let e=U.getWindow().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:U.ErrorCategory.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})}fetchRepresentation(e,t,n,r=`auto`,i,a=`unknown`){var o=this;return w(function*(){let{type:s}=e;switch(s){case`byteRange`:return o.fetchByteRangeRepresentation(e,t,n,r,i,a)??null;case`template`:return o.fetchTemplateRepresentation(e,n,r,a)??null;default:U.assertNever(s)}})()}destroy(){this.abortAllController.abort(),this.subscription.unsubscribe(),this.performanceObserver&&=(this.performanceObserver.disconnect(),null),this.pendingConnectionMetrics.clear(),this.tracer.end()}isLikelyCacheHitByTtfb(e){let t=this.throughputEstimator?.rtt$.getValue()??0;return e<Math.max(t*.5,2)}doFetch(e,t){var n=this;return w(function*(e,t,r={}){let i;if(n.useUrlCacheMechanism&&r.urlCacheMechanismEnabled&&mo()){i=yield po(e);let t=yield i.get();if(t)return r.onCacheHit?.call(r),t}let a=yield Xa.fetchPolyfilled(e,t);if(a.ok)return yield i?.set(a),a;let o=yield a.text();if(n.handleExtendedNetworkErrorsSet){r.tracer?.error(`doFetch error`,{txtCode:o,responseStatus:a.status}),io({txtCode:o,httpCode:a.status,error$:n.error$,recoverableError$:n.recoverableError$});return}let s=parseInt(o);if(!isNaN(s))switch(s){case 1:n.recoverableError$.next({id:`VideoDataLinkExpiredError`,message:`Video data links have expired`,category:U.ErrorCategory.FATAL,httpCode:a.status,UVBackendErrorCode:o});break;case 8:n.recoverableError$.next({id:`VideoDataLinkBlockedForFloodError`,message:`Url blocked for flood`,category:U.ErrorCategory.FATAL,httpCode:a.status,UVBackendErrorCode:o});break;case 18:n.recoverableError$.next({id:`VideoDataLinkIllegalIpChangeError`,message:`Client IP has changed`,category:U.ErrorCategory.FATAL,httpCode:a.status,UVBackendErrorCode:o});break;case 21:n.recoverableError$.next({id:`VideoDataLinkIllegalHostChangeError`,message:`Request HOST has changed`,category:U.ErrorCategory.FATAL,httpCode:a.status,UVBackendErrorCode:o});break;default:n.error$.next({id:`GeneralVideoDataFetchError`,message:`Generic video data fetch error (${s})`,category:U.ErrorCategory.FATAL,httpCode:a.status,UVBackendErrorCode:o})}}).apply(this,arguments)}}var bo=require("@vkontakte/videoplayer-shared"),xo=require("@vkontakte/videoplayer-shared"),So=require("@vkontakte/videoplayer-shared"),Co=require("@vkontakte/videoplayer-shared"),wo=require("@vkontakte/videoplayer-shared"),To=require("@vkontakte/videoplayer-shared"),Eo=require("@vkontakte/videoplayer-shared"),Do=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 Eo.arrayIncludes([`6E`,`7A`,`F4`],i)}}return!1},Oo=require("@vkontakte/videoplayer-shared"),ko=require("@vkontakte/videoplayer-shared"),Ao=e=>{if(ko.arrayIncludes(e,`/`)){let t=e.split(`/`);return parseInt(t[0])/parseInt(t[1])}else return parseFloat(e)},jo=e=>{try{let t=Mo(),{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 Mo(){let e=`x(?:-[a-z0-9]{1,8})+`,t=`^(?:(?<langtag>${`
|
|
135
|
+
`}),e}return this.history.recordSwitch(e),e}historyReset(){this.history.clear()}}var ea=require("@vkontakte/videoplayer-shared"),ta=require("@vkontakte/videoplayer-shared"),na=require("@vkontakte/videoplayer-shared"),ra=require("@vkontakte/videoplayer-shared");class ia{constructor(e){this.phaseConfig=void 0,this.activePhases=void 0,this.subscription=void 0,this.type=void 0,this.name=void 0,this.confidence=void 0,this.phaseConfig=e,this.activePhases=new Set(Object.keys(e)),this.confidence=na.objectValues(e)[0]}init(e){this.subscription=new ra.Subscription}destroy(){this.subscription.unsubscribe()}createResolution(e,t,...n){let r=e.phase,i=r===void 0?void 0:this.phaseConfig[r];return this.confidence=i??na.objectValues(this.phaseConfig)[0],{track:t,confidence:this.confidence,name:this.name,type:this.type,logData:T({name:`[${this.name}. Confidence: ${this.confidence}. Type: ${this.type}]`},this.createLogData(t,...n))}}}class aa extends ia{constructor(e){super(e),this.type=`limit_above`}}var oa=require("@vkontakte/videoplayer-shared"),sa=e=>({startup:e,steady:e});class ca{constructor(e){this._phase=`startup`,this.subscription=new oa.Subscription,e&&this.subscription.add(e.subscribe(e=>{e&&this.reset()}))}get phase(){return this._phase}updatePhase(e){let{forwardBufferDuration:t,severeStallOccurred:n,tuning:r}=e,i=t??0,a=e.mpdSegmentDurationMs??r.dash.bola.fallbackSegmentDurationMs;this._phase===`startup`?i>=a&&(this._phase=`steady`,e.abrLogger({message:`[AbrPhase] phase transition: STARTUP → STEADY (buffer=${(i/1e3).toFixed(1)}s >= segmentDuration=${(a/1e3).toFixed(1)}s)`})):n&&(this._phase=`startup`,e.abrLogger({message:`[AbrPhase] phase transition: STEADY → STARTUP (severe stall)`}))}reset(){this._phase=`startup`}destroy(){this.subscription.unsubscribe()}}var la=e=>{if(e.length===0)return[];let t=e[0];return e.map(e=>Math.log(e/t))},ua=(e,t,n)=>{if(e<=0||t<=n)return{Vp:1,gp:1};let r=e/(t/n-1);return{Vp:n/r,gp:r}},da=(e,t,n,r,i)=>e.map((e,a)=>(n*(t[a]+r)-i)/e),fa=e=>{if(e.length===0)return-1;let t=0;for(let n=1;n<e.length;n++)e[n]>e[t]&&(t=n);return t},pa=(e,t,n,r)=>t>n?e:t<=0?0:Math.min(e,t),ma=(e,t,n,r,i)=>{if(e<=0)return 0;let a=t[e],o=n[e],s=0;for(let c=e-1;c>=0;--c)if(n[c]<o){let e=t[c],l=r*(i+(a*n[c]-e*o)/(a-e));l>s&&(s=l)}return s},ha=(e,t,n,r)=>n*(t[e]+r),ga=(e,t)=>{if(!isFinite(t)||e.length===0)return Math.max(0,e.length-1);let n=0;for(let r=0;r<e.length&&e[r]<=t;r++)n=r;return n};class _a extends aa{constructor(e){super(e),this.placeholderBufferS=0,this.lastCallTimeMs=void 0,this.lastBufferLevelS=void 0,this.name=`bola_rule`}init(e){super.init(e),e?.isSeeked$&&this.subscription.add(e.isSeeked$.subscribe(e=>{e&&this.resetPlaceholder()}))}destroy(){super.destroy(),this.resetPlaceholder()}execute(e){let{videoTracksAsc:t,videoTracksDesc:n,currentVideoTrack:r,lastVideoTrackSelected:i,tuning:a,forwardBufferDuration:o}=e;if(!a.autoTrackSelection.lazyQualitySwitch)return this.createResolution(e,n[0],0,0,0,0,0,[],-1,e.phase);let s=t.filter(e=>typeof e.bitrate==`number`&&isFinite(e.bitrate)&&e.bitrate>0);if(s.length===0){let n=r??i??t[0];return this.createResolution(e,n,0,0,0,0,0,[],-1,e.phase)}if(s.length===1)return this.createResolution(e,s[0],0,0,0,0,0,[s[0].bitrate],0,e.phase);let c=this.resolveSegmentDurationS(e),l=s.map(e=>e.bitrate),u=la(l),d=Math.max(a.dash.bola.bufferTargetMs,a.dash.bola.minBufferMs+a.dash.bola.minBufferPerBitrateLevelMs*s.length),f=e.throughputVariance??0,p=Math.min(d/1e3*(1+a.dash.bola.adaptiveBufferTargetK*f),a.dash.bola.adaptiveBufferTargetMaxMs/1e3),m=a.dash.bola.minBufferMs/1e3,{Vp:h,gp:g}=ua(u[u.length-1],p,m),_=Ui(o,e.playbackRate)/1e3,v=ta.isNonNullable(e.phase);if(v){let e=ta.getWindow().performance.now();if(ta.isNonNullable(this.lastCallTimeMs)){let t=Math.max(0,(e-this.lastCallTimeMs)/1e3);this.placeholderBufferS=(this.placeholderBufferS+t)*a.dash.bola.placeholderBufferDecay}this.lastCallTimeMs=e}else this.placeholderBufferS=0,this.lastCallTimeMs=void 0;let y=a.dash.bola.trimDetectThresholdMs/1e3;if(v&&e.phase===`steady`&&y>0&&ta.isNonNullable(this.lastBufferLevelS)&&this.lastBufferLevelS-_>y&&ta.isNonNullable(r)){let e=s.findIndex(e=>e.id===r.id);if(e>0){let t=s.map(e=>e.bitrate),n=ma(e,t,la(t),h,g),r=Math.max(0,n-_);r>this.placeholderBufferS&&(this.placeholderBufferS=r)}}if(this.lastBufferLevelS=_,e.phase===`startup`){let t=ga(l,e.estimatedThroughput),n=ma(t,l,u,h,g);return this.placeholderBufferS=Math.max(0,n-_),this.createResolution(e,s[t],_,this.placeholderBufferS,c,h,g,l,t,e.phase)}let b=v?_+this.placeholderBufferS:_,x=fa(da(l,u,h,g,!e.isLive&&e.remainingDurationMs!==void 0?pa(b,e.remainingDurationMs/1e3,a.dash.bola.finiteThresholdMs/1e3,p):b)),ee=this.applyBolaOSafeguard(x,s,l,r,e.estimatedThroughput);if(a.dash.bola.antiCascadeDownshift&&e.phase===`steady`&&ta.isNonNullable(r)){let e=s.findIndex(e=>e.id===r.id);e!==-1&&ee<e-1&&(ee=e-1)}if(v){let e=ha(ee,u,h,g),t=Math.max(0,e-_);this.placeholderBufferS>t&&(this.placeholderBufferS=t)}return this.createResolution(e,s[ee],_,this.placeholderBufferS,c,h,g,l,ee,e.phase)}resolveSegmentDurationS(e){let{forwardBufferRepresentations:t,currentVideoTrack:n,tuning:r}=e;if(t){if(n){let e=t.get(n.id)?.[0];if(e&&e.time.to>e.time.from)return(e.time.to-e.time.from)/1e3}for(let e of t.values()){let t=e?.[0];if(t&&t.time.to>t.time.from)return(t.time.to-t.time.from)/1e3}}return e.mpdSegmentDurationMs!==void 0&&e.mpdSegmentDurationMs>0?e.mpdSegmentDurationMs/1e3:r.dash.bola.fallbackSegmentDurationMs/1e3}applyBolaOSafeguard(e,t,n,r,i){if(ta.isNullable(r)||!isFinite(i))return e;let a=t.findIndex(e=>e.id===r.id);if(a===-1||e<=a)return e;let o=-1;for(let e=0;e<n.length&&n[e]<=i;e++)o=e;return e<=o?e:Math.max(a,o)}resetPlaceholder(){this.placeholderBufferS=0,this.lastCallTimeMs=void 0,this.lastBufferLevelS=void 0}createLogData(e,t,n,r,i,a,o,s,c){return{phase:c??`unphased`,selectedTrack:`${e.quality} (index ${s})`,bufferLevelS:t.toFixed(2),placeholderBufferS:n.toFixed(2),segmentDurationS:r,Vp:i.toFixed(4),gp:a.toFixed(4),validBitrates:`[${o.join(`, `)}]`}}}var va=require("@vkontakte/videoplayer-shared");class ya extends aa{constructor(e){super(e),this.name=`buffer_rule`}execute(e){let{currentVideoTrack:t,videoTracksDesc:n,tuning:r,forwardBufferHealth:i,lastVideoTrackSelected:a}=e,o=r.autoTrackSelection;for(let r of n)if(o.lazyQualitySwitch&&va.isNonNullable(o.minBufferToSwitchUp)&&va.isNonNullable(t)&&!va.isInvariantQuality(t.quality)&&(i??0)>o.minBufferToSwitchUp&&va.isHigher(r.quality,t.quality))return this.createResolution(e,r,t,a,i,o);let s=t??n[0];return this.createResolution(e,a??s,t,a,i,o)}createLogData(e,t,n,r,i){return{selectedTrack:e.quality,currentVideoTrack:t?.quality,lastVideoTrackSelected:n?.quality,forwardBufferHealth:r??void 0,"tuning.minBufferToSwitchUp":i.minBufferToSwitchUp,"tuning.lazyQualitySwitch":i.lazyQualitySwitch}}}var ba=require("@vkontakte/videoplayer-shared");class xa extends aa{constructor(e){super(e),this.name=`fits_container_rule`}execute(e){let{container:t,tuning:n,limits:r,panelSize:i,videoTracksDesc:a}=e,{containerSizeFactor:o,containerSizeLimit:s}=this.getContainerSizeLimit({container:t,tuning:n,limits:r,panelSize:i});for(let t of a){let r=!0;if(s)if(t.size)r=t.size.width<=s.width&&t.size.height<=s.height;else{let e=s&&ba.videoSizeToQuality(s);r=e?ba.isLowerOrEqual(t.quality,e):!0}if(r)return this.createResolution(e,t,s,o,n.autoTrackSelection)}return this.createResolution(e,a[a.length-1],s,o,n.autoTrackSelection)}createLogData(e,t,n,r){return{selectedTrack:e.quality,containerSizeLimit:JSON.stringify(t),containerSizeFactor:n,"tuning.usePixelRatio":r.usePixelRatio,"tuning.pixelRatioLogBase":r.pixelRatioLogBase,"tuning.pixelRatioLogCoefficients":String(r.pixelRatioLogCoefficients),"tuning.limitByContainer":r.limitByContainer}}getContainerSizeLimit({tuning:e,container:t,limits:n,panelSize:r}){let i=e.autoTrackSelection.containerSizeFactor;if(r)return{containerSizeLimit:r,containerSizeFactor:i};if(e.autoTrackSelection.usePixelRatio&&N.display.pixelRatio){let t=N.display.pixelRatio;if(e.autoTrackSelection.pixelRatioMultiplier)i*=e.autoTrackSelection.pixelRatioMultiplier*(t-1)+1;else{let n=e.autoTrackSelection.pixelRatioLogBase,[r=0,a=0,o=0]=e.autoTrackSelection.pixelRatioLogCoefficients,s=Yi(n,r*t+a)+o;Number.isFinite(s)&&(i*=s)}}return ba.isNonNullable(n?.min)&&ba.isHigherOrEqual(n.min,e.autoTrackSelection.highQualityLimit)&&(i*=2),{containerSizeLimit:e.autoTrackSelection.limitByContainer&&t&&t.width>0&&t.height>0?{width:t.width*i,height:t.height*i}:void 0,containerSizeFactor:i}}}var Sa=require("@vkontakte/videoplayer-shared");class Ca extends ia{constructor(e){super(e),this.type=`limit_below`}}class wa extends Ca{constructor(e){super(e),this.name=`lower_limit_rule`}execute(e){let{videoTracksAsc:t,limits:n}=e,r=t[0]?.quality,i=t[t.length-1]?.quality,a=Mn(n,i,r);for(let o of t)if(a||Sa.isNullable(n?.min)||Sa.isHigherOrEqual(o.quality,n.min))return this.createResolution(e,o,a,r,i,n);return this.createResolution(e,t[0],a,r,i,n)}createLogData(e,t,n,r,i){return{selectedTrack:e.quality,limitsAreInvalid:t,lowestAvailableQuality:n??void 0,highestAvailableQuality:r??void 0,"tuning.limits":JSON.stringify(i)}}}var Ta=require("@vkontakte/videoplayer-shared");class Ea extends aa{constructor(e){super(e),this.severeStallOccurred=!1,this.qualityRestrictionTimer=void 0,this.lastStallDurationRestriction=0,this.maxQualityLimitOnStall=void 0,this.predictedThroughputWithoutData=void 0,this.restrictionTracer=null,this.restrictionStartedAt=0,this.name=`stalls_rule`}execute(e){this.updateStallQualityLimits(e);let{videoTracksDesc:t,reserve:n,tuning:r,playbackRate:i,forwardBufferHealth:a}=e,o=r.autoTrackSelection,s=o.considerPlaybackRate&&Ta.isNonNullable(i)?i:1,c=s*Xi(a??.5,o.bitrateFactorAtEmptyBuffer,o.bitrateFactorAtFullBuffer);for(let o of t){let t=this.predictedThroughputWithoutData,l=Ta.isNonNullable(t)&&isFinite(t)&&Ta.isNonNullable(o.bitrate)?t-n>=o.bitrate*c:!0,u=Ta.isNonNullable(this.maxQualityLimitOnStall)&&Ta.isHigherOrEqual(o.quality,this.maxQualityLimitOnStall);if(l&&!u)return this.createResolution(e,o,a,i,n,s,c,r)}return this.createResolution(e,t[t.length-1],a,i,n,s,c,r)}createLogData(e,t,n,r,i,a,o){return{selectedTrack:e.quality,forwardBufferHealth:t??void 0,playbackRate:n,reserve:r,playbackRateFactor:i,bitrateFactor:a,predictedThroughputWithoutData:this.predictedThroughputWithoutData,maxQualityLimitOnStall:JSON.stringify(this.maxQualityLimitOnStall),"tuning.considerPlaybackRate":o.autoTrackSelection.considerPlaybackRate,"tuning.bitrateFactorAtEmptyBuffer":o.autoTrackSelection.bitrateFactorAtEmptyBuffer,"tuning.bitrateFactorAtFullBuffer":o.autoTrackSelection.bitrateFactorAtFullBuffer}}traceRestrictionSet(e,t,n){Ta.isNullable(this.restrictionTracer)&&(this.restrictionStartedAt=Ta.now(),this.restrictionTracer=e.createComponentTracer(`stallsRestriction ${this.maxQualityLimitOnStall}`)),this.restrictionTracer.log(`set`,{maxQualityLimitOnStall:this.maxQualityLimitOnStall,predictedThroughputWithoutData:this.predictedThroughputWithoutData,estimatedThroughput:t,lastStallDuration:n})}traceRestrictionReset(){Ta.isNullable(this.restrictionTracer)||(this.restrictionTracer.setSpanAttributes({duration:Ta.now()-this.restrictionStartedAt,maxQualityLimitOnStall:this.maxQualityLimitOnStall,predictedThroughputWithoutData:this.predictedThroughputWithoutData}),this.restrictionTracer.end(),this.restrictionTracer=null)}updateStallQualityLimits(e){let{severeStallOccurred:t,lastStallDuration:n,tuning:r,lastVideoTrackSelected:i,estimatedThroughput:a,tracer:o}=e;t&&n>0&&n!==this.lastStallDurationRestriction&&n%r.stallsManager.stallDurationNoDataBeforeQualityDecrease===0&&Ta.isNonNullable(i?.bitrate)?(j.clearTimeout(this.qualityRestrictionTimer),this.lastStallDurationRestriction=n,this.maxQualityLimitOnStall=i.quality,a>i.bitrate&&(this.predictedThroughputWithoutData=i.bitrate),this.traceRestrictionSet(o,a,n)):!t&&this.severeStallOccurred&&(j.clearTimeout(this.qualityRestrictionTimer),this.qualityRestrictionTimer=j.setTimeout(()=>{this.traceRestrictionReset(),this.maxQualityLimitOnStall=void 0,this.predictedThroughputWithoutData=void 0},r.stallsManager.resetQualityRestrictionTimeout)),this.severeStallOccurred=t}}var Da=require("@vkontakte/videoplayer-shared"),Oa=require("@vkontakte/videoplayer-shared");class ka extends aa{constructor(e){super(e),this.name=`throughput_rule`}execute(e){let{playbackRate:t,reserve:n,estimatedThroughput:r,videoTracksDesc:i,tuning:a,forwardBufferHealth:o,forwardBufferRepresentations:s}=e,c=a.autoTrackSelection,l=c.considerPlaybackRate&&Oa.isNonNullable(t)?t:1,u=l*Xi(o??.5,c.bitrateFactorAtEmptyBuffer,c.bitrateFactorAtFullBuffer);if(a.dash.useAbrPhases&&Da.arrayIncludes(a.dash.abrVideoRules,`bola_rule`)&&e.phase===`steady`)return this.createResolution(e,i[0],o,t,n,l,u,r,e.phase,a);for(let c of i){let i=s?.get(c.id),d=i?.length?(i[i.length-1].time.to-i[0].time.from)/1e3:0,f=(i?.reduce((e,t)=>e+(t?.size??1/0),0)??1/0)*8/1024/d,p=isFinite(f)&&a.dash.useDynamicBirtateRule?f:c.bitrate;if(!(Oa.isNonNullable(r)&&isFinite(r)&&Oa.isNonNullable(p))||r-n>=p*u)return this.createResolution(e,c,o,t,n,l,u,r,e.phase,a)}return this.createResolution(e,i[i.length-1],o,t,n,l,u,r,e.phase,a)}createLogData(e,t,n,r,i,a,o,s,c){return{phase:s??`unphased`,selectedTrack:e.quality,forwardBufferHealth:t??void 0,playbackRate:n,reserve:r,playbackRateFactor:i,bitrateFactor:a,estimatedThroughput:o,"tuning.considerPlaybackRate":c.autoTrackSelection.considerPlaybackRate,"tuning.bitrateFactorAtEmptyBuffer":c.autoTrackSelection.bitrateFactorAtEmptyBuffer,"tuning.bitrateFactorAtFullBuffer":c.autoTrackSelection.bitrateFactorAtFullBuffer}}}class Aa extends aa{constructor(e){super(e),this.name=`tv_disabled_video_track_rule`}execute(e){let{videoTracksDesc:t}=e;for(let n of t)if(!n.tvDisabled)return this.createResolution(e,n);let n=t[t.length-1];return this.createResolution(e,n)}createLogData(e){return{selectedTrack:e.quality}}}var ja=require("@vkontakte/videoplayer-shared");class Ma extends aa{constructor(e){super(e),this.name=`upper_limit_rule`}execute(e){let{videoTracksDesc:t,tuning:n,limits:r,visible:i}=e,a=t[t.length-1]?.quality,o=t[0]?.quality,s=Mn(r,o,a),c=n.dash.useConnectionDataUpperLimit?this.getConnection():void 0,l=c?.effectiveType,u=c?this.resolveConnectionDataQualityLimit(l,n.dash.saveData3gQualityLimit,n.dash.saveData2gQualityLimit):void 0;for(let c of t){let t=s||ja.isNullable(r?.max)||ja.isLowerOrEqual(c.quality,r.max),d=ja.isNonNullable(i)&&!i?ja.isLowerOrEqual(c.quality,n.autoTrackSelection.backgroundVideoQualityLimit):!0,f=ja.isNullable(u)||ja.isLowerOrEqual(c.quality,u);if(t&&d&&f)return this.createResolution(e,c,s,a,o,i,r,n.autoTrackSelection.backgroundVideoQualityLimit,l,u)}return this.createResolution(e,t[t.length-1],s,a,o,i,r,n.autoTrackSelection.backgroundVideoQualityLimit,l,u)}createLogData(e,t,n,r,i,a,o,s,c){return{selectedTrack:e.quality,limitsAreInvalid:t,lowestAvailableQuality:n??void 0,highestAvailableQuality:r??void 0,visible:i,"tuning.limits":JSON.stringify(a),"tuning.backgroundVideoQualityLimit":o,effectiveType:s,connectionDataQualityLimit:c}}getConnection(){let{navigator:e}=ja.getWindow();if(e)return e.connection}resolveConnectionDataQualityLimit(e,t,n){switch(e){case`slow-2g`:case`2g`:return n;case`3g`:return t;default:return}}}var Na=require("@vkontakte/videoplayer-shared");class Pa extends aa{constructor(e){super(e),this.name=`abandon_request_rule`}execute(e){let{videoTracksAsc:t,videoTracksDesc:n,forwardBufferDuration:r,tuning:i,videoSegmentLoadProgress:a}=e,o=Ui(r,e.playbackRate);if(o<i.dash.abandon.minBufferToActivateMs||!a)return this.createResolution(e,n[0],0,0,0,0,!1);let{startedAtMs:s,loadedBytes:c,totalBytes:l,segmentDurationMs:u}=a;if(l===void 0)return this.createResolution(e,n[0],0,0,0,0,!1);let d=Na.getWindow().performance.now()-s;if(d<i.dash.abandon.minElapsedMs)return this.createResolution(e,n[0],d,0,0,0,!1);let f=c/l;if(f<i.dash.abandon.minLoadedFraction)return this.createResolution(e,n[0],d,f,0,0,!1);let p=l-c,m=c/d,h=p/m,g=o*i.dash.abandon.bufferSafetyFactor;if(h<=g)return this.createResolution(e,n[0],d,f,h,g,!1);let _=u/1e3,v;for(let e of t)(e.bitrate??0)*1e3*_/8/m<=g&&(v=e);let y=v??t[0];return this.createResolution(e,y,d,f,h,g,!0)}createLogData(e,t,n,r,i,a){return{selectedTrack:e.quality,elapsedMs:t.toFixed(0),loadedFraction:n.toFixed(3),estimatedRemainingMs:r.toFixed(0),bufferLimitMs:i.toFixed(0),triggered:a}}}var Fa=require("@vkontakte/videoplayer-shared");class Ia extends aa{constructor(e){super(e),this.lastPlaybackResetAtMs=-1/0,this.name=`insufficient_buffer_rule`}init(e){super.init(e),e?.isSeeked$&&this.subscription.add(e.isSeeked$.subscribe(e=>{e&&(this.lastPlaybackResetAtMs=Fa.now())}))}execute(e){let{videoTracksAsc:t,videoTracksDesc:n,forwardBufferDuration:r,tuning:i,playbackRate:a,estimatedThroughput:o}=e,{thresholdMs:s,gracePeriodAfterPlaybackResetMs:c}=i.dash.insufficientBuffer,l=Ui(r,a),u=l<s,d=Fa.now()-this.lastPlaybackResetAtMs<c;if(d)return this.createResolution(e,n[0],r,s,u,d);if(u){let n=this.selectThroughputAwareFallback(e,l,o)??t[0];return this.createResolution(e,n,r,s,u,d)}return this.createResolution(e,n[0],r,s,u,d)}selectThroughputAwareFallback(e,t,n){if(!Number.isFinite(n)||n<=0||t<=0)return;let{budgetFactor:r,fallbackSegmentDurationMs:i}=e.tuning.dash.insufficientBuffer,a=e.mpdSegmentDurationMs??i,o=t*r*n;return e.videoTracksDesc.find(e=>Fa.isNonNullable(e.bitrate)&&e.bitrate*a<=o)}createLogData(e,t,n,r,i){return{selectedTrack:e.quality,forwardBufferDuration:t,thresholdMs:n,triggered:r,suppressedByGrace:i}}}class La{static createRule(e,t=sa(1)){switch(e){case`fits_container_rule`:return new xa(t);case`tv_disabled_video_track_rule`:return new Aa(t);case`throughput_rule`:return new ka(t);case`buffer_rule`:return new ya(t);case`bola_rule`:return new _a(t);case`stalls_rule`:return new Ea(t);case`upper_limit_rule`:return new Ma(t);case`lower_limit_rule`:return new wa(t);case`abandon_request_rule`:return new Pa(t);case`insufficient_buffer_rule`:return new Ia(t)}}}var Ra=require("@vkontakte/videoplayer-shared");class za extends aa{constructor(e){super(e),this.name=`throughput_rule`}execute(e){let{audioTracksDesc:t,tuning:n,playbackRate:r,reserve:i,forwardBufferHealth:a,estimatedThroughput:o}=e,s=n.autoTrackSelection,c=s.considerPlaybackRate&&Ra.isNonNullable(r)?r:1,l=c*Xi(a??.5,s.bitrateAudioFactorAtEmptyBuffer,s.bitrateAudioFactorAtFullBuffer);for(let s of t)if(!(Ra.isNonNullable(o)&&isFinite(o)&&Ra.isNonNullable(s.bitrate))||o-i>=s.bitrate*l)return this.createResolution(e,s,a,r,i,c,l,o,n);return this.createResolution(e,t[t.length-1],a,r,i,c,l,o,n)}createLogData(e,t,n,r,i,a,o,s){return{selectedTrack:e.bitrate,forwardBufferHealth:t,playbackRate:n,reserve:r,playbackRateFactor:i,bitrateFactor:a,estimatedThroughput:o,"tuning.considerPlaybackRate":s.autoTrackSelection.considerPlaybackRate,"tuning.bitrateAudioFactorAtEmptyBuffer":s.autoTrackSelection.bitrateAudioFactorAtEmptyBuffer,"tuning.bitrateAudioFactorAtFullBuffer":s.autoTrackSelection.bitrateAudioFactorAtFullBuffer}}}class Ba extends Ca{constructor(e){super(e),this.name=`min_audio_for_video_rule`}execute(e){let{audioTracksAsc:t,lastVideoTrackSelected:n,videoTracksAsc:r,tuning:i}=e,a=Zi(n,r,t,i.autoTrackSelection.minVideoAudioRatio)??t[0];return this.createResolution(e,a,n,i)}createLogData(e,t,n){return{selectedTrack:e.bitrate,lastVideoTrackSelected:JSON.stringify(t),"tuning.minVideoAudioRatio":n.autoTrackSelection.minVideoAudioRatio}}}class Va{static createRule(e,t=sa(1)){switch(e){case`throughput_rule`:return new za(t);case`min_audio_for_video_rule`:return new Ba(t)}}}var Ha=sa(1),Ua={},Wa={},Ga=(e,t)=>(t?Ua:Wa)[e]??Ha;class Ka{constructor(){this.stallsController=new Ni,this.videoAbrController=new $i,this.audioAbrController=new $i,this.subscription=new ea.Subscription,this.lastVideoTrackSelected$=new ea.ValueSubject(void 0),this.context=void 0,this.phaseController=void 0,this.allVideoRules=[],this.tracer=void 0}init(e){this.context=T(T({},this.context),e),this.tracer=e.tracer.createComponentTracer(`AbrManager`),this.initVideoElementAbrContext(),this.stallsController.init(T(T({},this.context),{},{tuning:this.context.tuning.stallsManager,lastVideoTrackSelected$:this.lastVideoTrackSelected$,tracer:this.tracer}));let t=this.context.tuning.dash.abrVideoRules,n=[];if(this.context.tuning.dash.useAbrPhases){this.phaseController=new ca(this.context.isSeeked$);for(let e of t){let t=La.createRule(e,Ga(e,!0));this.allVideoRules.push(t)}n.push(...this.allVideoRules)}else for(let e of t)n.push(La.createRule(e,Ga(e,!1)));let r=this.context.tuning.dash.abrAudioRules.map(e=>Va.createRule(e)),i=T({},e);this.videoAbrController.init(n,i),this.audioAbrController.init(r,i),this.tracer.log(`init`,{videoRules:t.join(`,`),audioRules:this.context.tuning.dash.abrAudioRules.join(`,`),useAbrPhases:this.context.tuning.dash.useAbrPhases,lazyQualitySwitch:this.context.tuning.autoTrackSelection.lazyQualitySwitch},!0)}updateContext(e){this.context.isAuto=e.isAuto,this.context.currentVideoTrack=e.currentVideoTrack,this.context.desiredVideoTrack=e.desiredVideoTrack,this.context.limits=e.limits,this.context.forwardBufferHealth=e.forwardBufferHealth,this.context.forwardBufferDuration=e.forwardBufferDuration,this.context.forwardVideoBufferRepresentations=e.forwardVideoBufferRepresentations,this.context.forwardAudioBufferRepresentations=e.forwardAudioBufferRepresentations,this.context.videoSegmentLoadProgress=e.videoSegmentLoadProgress,this.context.isLive=e.isLive,this.context.remainingDurationMs=e.remainingDurationMs,this.context.mpdSegmentDurationMs=e.mpdSegmentDurationMs,this.updateTracksIfneeded(e.videoTracks,e.audioTracks)}autoSelectTrack(e){let t=Zi(this.lastVideoTrackSelected$.getValue(),this.context.videoTracksAsc,this.context.audioTracksAsc??[],this.context.tuning.autoTrackSelection.minVideoAudioRatio)??this.context.audioTracksAsc?.[0],n=this.phaseController?.phase;if(this.videoAbrController.updateContext({videoTracksAsc:this.context.videoTracksAsc,videoTracksDesc:this.context.videoTracksDesc,currentVideoTrack:this.context.currentVideoTrack,tuning:this.context.tuning,abrLogger:this.context.abrLogger,tracer:this.tracer,forwardBufferRepresentations:this.context.forwardVideoBufferRepresentations,container:this.context.elementSizeManager?.getValue(),panelSize:this.context.panelSize,estimatedThroughput:this.context.throughput$.getValue(),limits:this.context.limits,reserve:t?.bitrate??0,forwardBufferHealth:this.context.forwardBufferHealth,forwardBufferDuration:this.context.forwardBufferDuration,visible:this.context.elementVisible$.getValue(),playbackRate:this.context.element.playbackRate,lastVideoTrackSelected:this.lastVideoTrackSelected$.getValue(),severeStallOccurred:this.stallsController.severeStallOccurred$.getValue(),lastStallDuration:this.stallsController.lastStallDuration$.getValue(),videoSegmentLoadProgress:this.context.videoSegmentLoadProgress,throughputVariance:this.context.throughputVariance$?.getValue()??0,isLive:this.context.isLive??!1,remainingDurationMs:this.context.remainingDurationMs,mpdSegmentDurationMs:this.context.mpdSegmentDurationMs,phase:n}),this.audioAbrController.updateContext({videoTracksAsc:this.context.videoTracksAsc,videoTracksDesc:this.context.videoTracksDesc,audioTracksAsc:this.context.audioTracksAsc,audioTracksDesc:this.context.audioTracksDesc,tuning:this.context.tuning,abrLogger:this.context.abrLogger,tracer:this.tracer,forwardBufferHealth:this.context.forwardBufferHealth,forwardBufferDuration:this.context.forwardBufferDuration,playbackRate:this.context.element.playbackRate,estimatedThroughput:this.context.throughput$.getValue(),reserve:this.lastVideoTrackSelected$.getValue()?.bitrate??0,currentVideoTrack:this.context.currentVideoTrack,lastVideoTrackSelected:this.lastVideoTrackSelected$.getValue(),throughputVariance:0}),e===`audio`)return this.audioAbrController.autoSelectTrack();let r=this.context.desiredVideoTrack;if(this.context.isAuto||ea.isNullable(r))if(this.phaseController){this.phaseController.updatePhase(this.videoAbrController.context);let e=this.phaseController.phase,t=this.allVideoRules.filter(t=>t.activePhases.has(e));r=this.videoAbrController.autoSelectTrack(t)}else r=this.videoAbrController.autoSelectTrack();return this.lastVideoTrackSelected$.next(r),r}destroy(){this.subscription.unsubscribe(),this.videoAbrController.destroy(),this.audioAbrController.destroy(),this.phaseController?.destroy(),this.stallsController.destroy(),this.context.elementSizeManager?.destroy(),this.tracer.end()}initVideoElementAbrContext(){let e=new ea.ValueSubject(!1);this.subscription.add(Rr(this.context.element,{threshold:this.context.tuning.autoTrackSelection.activeVideoAreaThreshold}).subscribe(e));let t=_n(this.context.element);this.subscription.add(()=>t?.destroy());let n;this.context.element instanceof HTMLVideoElement&&(n=new ki,n.connect({video:this.context.element,observableVideo:t})),this.context=T(T({},this.context),{},{elementVisible$:e,observableVideo:t,elementSizeManager:n})}updateTracksIfneeded(e=[],t=[]){let{videoTracksAsc:n,videoTracksDesc:r,audioTracksAsc:i,audioTracksDesc:a}=this.context;if(this.isTracksDifferent(e,n,r)){let t=[...e].filter(e=>!ea.isInvariantQuality(e.quality));this.context.videoTracksAsc=[...t].sort(Ki(1)),this.context.videoTracksDesc=[...t].sort(Ki(-1))}this.isTracksDifferent(t,i,a)&&(this.audioAbrController.historyReset(),this.context.audioTracksAsc=[...t].sort(Gi(1)),this.context.audioTracksDesc=[...t].sort(Gi(-1)))}isTracksDifferent(e,t=[],n=[]){let r=!1;for(let i of e)(ea.isNullable(t.find(e=>i.id===e.id))||ea.isNullable(n.find(e=>i.id===e.id)))&&(r=!0);return t.length!==e.length&&n.length!==e.length||r}}class qa{constructor(e){this.subscription=new V.Subscription,this.volumeSubscription=new V.Subscription,this.videoState=new Ot(`stopped`),this.allocation=void 0,this.observableVideo=null,this.player=void 0,this.params=void 0,this.tracer=void 0,this.textTracksManager=null,this.droppedFramesManager=new Pr,this.stallsManager=new Di,this.elementSizeManager=new ki,this.abrManager=new Ka,this.videoTracksMap=new Map,this.audioTracksMap=new Map,this.textTracksMap=new Map,this.videoStreamsMap=new Map,this.audioStreamsMap=new Map,this.videoTrackSwitchHistory=new Ln,this.audioTrackSwitchHistory=new Ln,this.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.allocation.target.load(),this.params.output.position$.next(0),this.params.output.duration$.next(1/0),this.params.output.currentVideoBuffer$.next(void 0),this.params.output.currentNativeVideoBuffer$.next(void 0),this.params.output.hostname$.next(void 0),this.videoState.setState(`stopped`),A(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`),A(this.params.desiredState.playbackState,`paused`)):t===`playing`?(this.videoState.startTransitionTo(`playing`),this.playIfAllowed()):n?.to===`ready`&&A(this.params.desiredState.playbackState,`ready`);return;case`playing`:t===`paused`?(this.videoState.startTransitionTo(`paused`),this.allocation.target.paused?this.videoState.setState(`paused`):this.allocation.target.pause()):t===`playing`&&this.allocation.target.paused?this.playIfAllowed():n?.to===`playing`&&A(this.params.desiredState.playbackState,`playing`);return;case`paused`:t===`playing`?(this.videoState.startTransitionTo(`playing`),this.playIfAllowed()):n?.to===`paused`&&A(this.params.desiredState.playbackState,`paused`);return;default:return V.assertNever(e)}}},e.tuning.disableSubtitles||(this.textTracksManager=new cn(e.source.url)),this.params=e,this.allocation=ii(e.container,e.tuning),this.tracer=e.dependencies.tracer.createComponentTracer(`DashProviderVirtual`),this.params.output.element$.next(this.allocation.video??void 0),this.params.output.availableVideoTracks$.next([]),this.params.output.availableAudioTracks$.next([]),this.params.output.isAudioAvailable$.next(!0),this.params.output.hostname$.next($n(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;V.isNullable(this.observableVideo)&&(this.observableVideo=_n(this.allocation.target),this.subscription.add(()=>this.observableVideo?.destroy()));let n=this.constructor.name,r=t=>{e.error$.next({id:n,category:V.ErrorCategory.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(){var e=this;let{output:t,desiredState:n,observableVideo:r,genericErrorListener:i,connect:a}=this.getProviderSubscriptionInfo(),o=this.allocation.video;o&&this.subscription.add(this.params.output.availableVideoTracks$.pipe(V.filter(e=>!!e.length),V.once()).subscribe(e=>{this.droppedFramesManager.connect({logger:this.params.dependencies.logger,video:o,droppedFramesChecker:this.params.tuning.droppedFramesChecker,isAuto:this.params.desiredState.autoVideoTrackSwitching,playing$:r.playing$,pause$:r.pause$,tracks:e})}));let s=this.params.desiredState.seekState.stateChangeEnded$.pipe(V.map(e=>e.to.state!==`none`),V.filterChanged());this.abrManager.init({isSeeked$:s,currentStallDuration$:this.player.currentStallDuration$,videoLastDataObtainedTimestamp$:this.player.videoLastDataObtainedTimestamp$,throughput$:this.params.dependencies.throughputEstimator.throughput$,rtt$:this.params.dependencies.throughputEstimator.rtt$,throughputVariance$:this.params.dependencies.throughputEstimator.throughputVariance$,tuning:this.params.tuning,element:this.allocation.target,panelSize:this.params.panelSize,abrLogger:this.params.dependencies.abrLogger,tracer:this.tracer}),this.stallsManager.init({isSeeked$:s,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$:r.isBuffering$,looped$:r.looped$,playing$:r.playing$,pause$:r.pause$,duration:this.allocation.target.duration}),a(r.ended$,t.endedEvent$),a(r.looped$,t.loopedEvent$),a(r.error$,t.error$),a(r.isBuffering$,t.isBuffering$),a(r.currentVideoBuffer$,t.currentNativeVideoBuffer$),a(this.player.nativeAudioBufferLength$,t.currentNativeAudioBuffer$),a(r.totalBufferDuration$,t.totalBufferDuration$),a(r.bufferRangeCount$,t.bufferRangeCount$),a(r.playing$,t.firstFrameEvent$),a(r.playedTime$,t.playedTime$),a(r.inPiP$,t.inPiP$),a(r.inFullscreen$,t.inFullscreen$),a(r.loadedMetadata$,t.loadedMetadataEvent$),a(V.merge(r.canplay$,this.player.currentVideoBuffer$.pipe(V.filter(e=>e.to>0))).pipe(V.once(),V.mapTo(void 0)),t.canplay$),a(this.player.error$,t.error$),a(this.player.fetcherRecoverableError$,t.fetcherRecoverableError$),a(this.player.fetcherError$,t.fetcherError$),a(this.player.updateDurationError$,t.updateDurationError$),a(this.player.videoLastDataObtainedTimestamp$,t.videoLastDataObtainedTimestamp$),a(this.player.lastConnectionType$,t.httpConnectionType$),a(this.player.lastConnectionReused$,t.httpConnectionReused$),a(this.player.lastConnectionMetrics$,t.httpConnectionMetrics$),a(this.player.lastDownloadMetrics$,t.httpDownloadMetrics$),a(this.player.isLive$,t.isLive$),a(this.player.currentVideoBuffer$,t.currentVideoBuffer$),a(this.player.currentAudioBuffer$,t.currentAudioBuffer$),a(this.player.lastRequestFirstBytes$.pipe(V.filter(V.isNonNullable),V.once()),t.firstBytesEvent$),a(this.stallsManager.severeStallOccurred$,t.severeStallOccurred$),a(this.videoState.stateChangeEnded$.pipe(V.map(e=>e.to)),this.params.output.playbackState$),this.subscription.add(r.looped$.subscribe(()=>this.player.warmUpMediaSourceIfNeeded(),i)),this.subscription.add(r.seeked$.subscribe(t.seekedEvent$,i)),this.subscription.add(en(this.allocation.target,n.isLooped,i)),this.subscription.add(this.params.skipVideoElVolumeSync$.subscribe(e=>{this.volumeSubscription.unsubscribe(),e?this.volumeSubscription.add(n.volume.stateChangeStarted$.subscribe(({to:e})=>this.params.output.volume$.next(e),i)):this.volumeSubscription.add(r.volumeState$.subscribe(this.params.output.volume$,i))})),ji({subscription:this.subscription,desiredState:n,videoElement$:this.params.output.element$,observableVideo:r}),this.subscription.add(tn(this.allocation.target,n.volume,r.volumeState$,i,{skipVideoElVolumeSync$:this.params.skipVideoElVolumeSync$})),this.subscription.add(nn(this.allocation.target,n.playbackRate,r.playbackRateState$,i)),this.allocation.video&&this.elementSizeManager.connect({video:this.allocation.video,observableVideo:r}),a(Rr(this.allocation.target,{threshold:this.params.tuning.autoTrackSelection.activeVideoAreaThreshold}),t.elementVisible$),this.subscription.add(r.playing$.subscribe(()=>{this.videoState.setState(`playing`),A(n.playbackState,`playing`)},i)).add(r.pause$.subscribe(()=>{this.videoState.setState(`paused`),A(n.playbackState,`paused`)},i)).add(r.canplay$.subscribe(()=>{this.videoState.getState()===`playing`&&this.playIfAllowed()},i)),this.params.tuning.changePlaybackStateToPausedWhenEnded&&this.subscription.add(r.ended$.subscribe(()=>{this.videoState.setState(`paused`),A(n.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(V.assertNonNullable(e,`Manifest not loaded or empty`),!this.params.tuning.isAudioDisabled){let t=[];for(let n of e.audio){t.push(gi(n));let e=[];for(let t of n.representations){let r=pi(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(_i(t));let e=[];for(let n of t.representations){let r=fi(T(T({},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=mi(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())},i));let c=V.merge(this.player.currentStallDuration$,this.player.state$.stateChangeEnded$,n.videoTrack.stateChangeStarted$,n.autoVideoTrackSwitching.transitionStarted$,this.params.dependencies.throughputEstimator.rttAdjustedThroughput$,n.autoVideoTrackLimits.stateChangeStarted$,this.elementSizeManager.getObservable(),this.params.output.elementVisible$,this.droppedFramesManager.onDroopedVideoFramesLimit$,V.fromEvent(this.allocation.target,`progress`)).pipe(V.filter(()=>this.videoTracksMap.size>0||this.params.tuning.audioOnly&&this.audioTracksMap.size>0)),{abrThrottle:l}=this.params.tuning.dash;l&&(c=c.pipe(V.throttle(l))),this.subscription.add(c.subscribe(w(function*(){let t=e.player.state$.getState(),r=e.player.state$.getTransition(),i=n.autoVideoTrackSwitching.getState()?`lazy`:`default`;if(t!==`manifest_ready`&&t!==`running`||r)return;n.autoVideoTrackSwitching.getTransition()&&n.autoVideoTrackSwitching.setState(n.autoVideoTrackSwitching.getState());let a=e.selectVideoAudioRepresentations();if(!a){if(e.params.tuning.audioOnly&&e.audioStreamsMap.size){let[,[n]]=e.audioStreamsMap.entries().next().value;t===`manifest_ready`&&(yield e.player.initRepresentations(void 0,n.id,e.params.sourceHls))}return}let[o,s]=a,c=[...e.videoTracksMap.keys()].find(t=>e.videoTracksMap.get(t)?.representation.id===o.id);V.isNonNullable(c)&&(e.stallsManager.lastVideoTrackSelected=c);let l=e.params.desiredState.autoVideoTrackLimits.getTransition();l&&e.params.output.autoVideoTrackLimits$.next(l.to),t===`manifest_ready`?yield e.player.initRepresentations(o.id,s?.id,e.params.sourceHls):(yield e.player.switchRepresentation(`video`,o.id,i),s&&(yield e.player.switchRepresentation(`audio`,s.id,`default`)))}),i)),this.subscription.add(this.player.currentVideoRepresentation$.pipe(V.filterChanged()).subscribe(e=>{let n=[...this.videoTracksMap.entries()].find(([,{representation:t}])=>t.id===e);if(!n){t.currentVideoTrack$.next(void 0),t.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),t.currentVideoTrack$.next(r),t.currentVideoStream$.next(_i(i))},i)),this.subscription.add(this.player.currentAudioRepresentation$.pipe(V.filterChanged()).subscribe(e=>{let n=[...this.audioTracksMap.entries()].find(([,{representation:t}])=>t.id===e);if(!n){t.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),t.currentAudioStream$.next(gi(i))},i)),this.subscription.add(this.player.currentVideoSegmentLength$.subscribe(t.currentVideoSegmentLength$,i)),this.subscription.add(this.player.currentAudioSegmentLength$.subscribe(t.currentAudioSegmentLength$,i)),this.allocation.video&&this.textTracksManager?.connect(this.allocation.video,n,t);let u=n.playbackState.stateChangeStarted$.pipe(V.map(({to:e})=>e===`ready`),V.filterChanged());this.subscription.add(V.merge(u,n.autoVideoTrackSwitching.stateChangeStarted$,this.player.state$.stateChangeEnded$,r.currentVideoBuffer$,V.observableFrom([`init`])).subscribe(()=>this.syncBufferTarget())),this.subscription.add(V.merge(u,this.player.state$.stateChangeEnded$,V.observableFrom([`init`])).subscribe(()=>this.player.setPreloadOnly(n.playbackState.getState()===`ready`)));let d=V.merge(n.playbackState.stateChangeStarted$,n.videoTrack.stateChangeStarted$,n.seekState.stateChangeEnded$,this.videoState.stateChangeEnded$,V.observableFrom([`init`])).pipe(V.debounce(0));this.subscription.add(d.subscribe(this.syncPlayback,i))}syncBufferTarget(){let e=this.params.desiredState.autoVideoTrackSwitching.getState(),t=this.params.desiredState.playbackState.getState()===`ready`;this.player.setBufferTarget(this.resolveBufferTargetMs(e,t),this.resolveAudioBufferTargetMs(e,t))}resolveBufferTargetMs(e,t){let{dash:n}=this.params.tuning;return t?n.forwardBufferTargetPreload:e?n.forwardBufferTargetAuto:n.forwardBufferTargetManual}resolveAudioBufferTargetMs(e,t){let{dash:n}=this.params.tuning;return t?n.forwardBufferTargetPreload:e?Math.min(this.player.getVideoForwardBufferDuration()+n.audioBufferAheadOfVideoMs,n.forwardBufferTargetAuto):n.forwardBufferTargetManual}selectVideoAudioRepresentations(){if(this.player.isStreamEnded)return;let e=this.params.tuning.useNewAutoSelectVideoTrack?Un:Hn,t=this.params.tuning.useNewAutoSelectVideoTrack?Qn:Zn,n=this.params.tuning.useNewAutoSelectVideoTrack?Yn:Xn,{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.allocation.target.duration*1e3||1/0)-this.allocation.target.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=this.player.isLive$.getValue(),b=this.allocation.target.duration*1e3,x=!y&&Number.isFinite(b)&&b>0?Math.max(0,b-this.allocation.target.currentTime*1e3):void 0,ee=this.params.tuning.dash.useAbrPhases?{videoSegmentLoadProgress:this.player.getActiveVideoSegmentProgress(),isLive:y,remainingDurationMs:x,mpdSegmentDurationMs:this.player.getMpdVideoSegmentDuration()}:{};this.abrManager.updateContext(T({isAuto:a,videoTracks:d,audioTracks:_?this.audioStreamsMap.get(_)??[]:[],currentVideoTrack:c,desiredVideoTrack:s,limits:this.params.desiredState.autoVideoTrackLimits.getState(),forwardBufferHealth:h,forwardBufferDuration:f,forwardVideoBufferRepresentations:this.player.getForwardBufferRepresentations(`video`),forwardAudioBufferRepresentations:this.player.getForwardBufferRepresentations(`audio`)},ee));let S=s,C;this.params.tuning.dash.useNewAbr?(S=this.abrManager.autoSelectTrack(`video`),C=_&&this.abrManager.autoSelectTrack(`audio`)):((a||!S)&&(S=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.allocation.target.playbackRate,droppedVideoMaxQualityLimit:this.droppedFramesManager.droppedVideoMaxQualityLimit,stallsVideoMaxQualityLimit:this.stallsManager.videoMaxQualityLimit,stallsPredictedThroughput:this.stallsManager.predictedThroughput,abrLogger:this.params.dependencies.abrLogger})),C=_&&t(S,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.allocation.target.playbackRate,abrLogger:this.params.dependencies.abrLogger}));let w=this.videoTracksMap.get(S)?.representation,te=C&&this.audioTracksMap.get(C)?.representation;if(w&&te)return[w,te];if(w&&!te&&this.audioTracksMap.size===0)return[w,void 0]}prepare(e=0){this.player.initManifest(this.allocation.target,this.params.source.url,e)}playIfAllowed(){let e=nr(this.allocation.target,()=>{this.params.output.soundProhibitedEvent$.next()}),t=e=>{e||(this.videoState.setState(`paused`),A(this.params.desiredState.playbackState,`paused`,!0))},n=e=>{this.params.output.error$.next({id:`ForcePlay`,message:`play() failed even with workarounds`,category:V.ErrorCategory.DOM,thrown:e})};this.params.tuning.ignoreForcePlayResultWhenProviderChanged?this.subscription.add(V.observableFrom(e).subscribe(t,n)):e.then(t,n)}destroy(){this.subscription.unsubscribe(),this.volumeSubscription.unsubscribe(),this.droppedFramesManager.destroy(),this.stallsManager.destroy(),this.abrManager.destroy(),this.elementSizeManager.destroy(),this.textTracksManager?.destroy(),this.player.destroy(),this.params.output.element$.next(void 0),this.params.output.currentVideoStream$.next(void 0),Jt(this.allocation.target,this.params.tuning),this.tracer.end()}}var Ja=require("@vkontakte/videoplayer-shared"),Ya=require("@vkontakte/videoplayer-shared"),Xa=require("@vkontakte/videoplayer-shared"),Za=require("@vkontakte/videoplayer-shared"),Qa=e=>{if(!e)return{id:`EmptyResponse`,category:Za.ErrorCategory.PARSER,message:`Empty response`};if(e.length<=2&&e.match(/^\d+$/))return{id:`UVError#${e}`,category:Za.ErrorCategory.NETWORK,message:`UV Error ${e}`};let t=Xa.stringTrimStart(e).substring(0,100).toLowerCase();if(t.startsWith(`<!doctype`)||t.startsWith(`<html>`)||t.startsWith(`<body>`)||t.startsWith(`<head>`))return{id:`UnexpectedHTML`,category:Za.ErrorCategory.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:Za.ErrorCategory.PARSER,message:`XML parsing error`}:{id:`XMLParserLogicError`,category:Za.ErrorCategory.PARSER,message:`Response is valid XML, but parser failed`}},H=require("@vkontakte/videoplayer-shared"),$a=require("@vkontakte/videoplayer-shared"),eo=require("@vkontakte/videoplayer-shared"),to=e=>{let t=new URL(e);return t.searchParams.set(`quic`,`1`),t.toString()},no=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}},U=require("@vkontakte/videoplayer-shared"),ro=e=>{let t=new URL(e);return t.searchParams.set(`enable-subtitles`,`yes`),t.toString()},io=require("@vkontakte/videoplayer-shared"),ao=new Set([2,3,4,5,6,9,19]),oo=new Set([1,8,18,21]),so=new Set([10,11,12,13,14,15,16]),co=({txtCode:e,error$:t,recoverableError$:n,httpCode:r})=>{let i=parseInt(e);if(isNaN(i))return;let a=T(T({},lo(i)),{},{httpCode:r,UVBackendErrorCode:e});if(ao.has(i)){t.next(T(T({},a),{},{category:io.ErrorCategory.NETWORK,origin:io.ErrorOrigin.SegmentFetcher}));return}if(oo.has(i)){n.next(T(T({},a),{},{category:io.ErrorCategory.FATAL,origin:io.ErrorOrigin.SegmentFetcher,canBeRecoverable:!0}));return}if(so.has(i)){t.next(T(T({},a),{},{category:io.ErrorCategory.FATAL,origin:io.ErrorOrigin.SegmentFetcher}));return}},lo=e=>{switch(e){case 1:return{id:`VideoDataLinkExpiredError`,message:`Video data links have expired`};case 5:return{id:`VideoServerError`,message:`Server error`};case 8:return{id:`VideoDataLinkBlockedForFloodError`,message:`Url blocked for flood`};case 10:return{id:`UserAgentChange`,message:`User agent changed`};case 11:return{id:`forbiddenReferer`,message:`Forbidden referer`};case 12:case 13:case 14:case 15:case 16:return{id:`OKerror`,message:`Error #${e}`};case 18:return{id:`VideoDataLinkIllegalIpChangeError`,message:`Client IP has changed`};case 21:return{id:`VideoDataLinkIllegalHostChangeError`,message:`Request HOST has changed`};default:return uo(e)}};function uo(e){return{id:`GeneralVideoDataFetchError`,message:`Generic video data fetch error (${e})`}}var fo=require("@vkontakte/videoplayer-shared"),po=`vk_player_segment_cache`,mo=1,ho=`cache`,go=5e3,_o=`vk_player_segment_cache_events`,vo=`cleared`,yo=300*1e3,bo=[`fromCache`,`expires`,`sig`,`bytes`,`ms`,`urls`];function xo(e){try{let t=new URL(e);return t.hostname=`cache.local`,bo.forEach(e=>t.searchParams.delete(e)),t.toString()}catch{return e}}function So(e){return e===`init`?1:2}function Co(e,t){return[e,0,t,0]}function wo(e,t,n,r){return[e,t,n,r]}function To(e){return e instanceof DOMException?e.name===`QuotaExceededError`||e.name===`NS_ERROR_DOM_QUOTA_REACHED`:!1}function Eo(e){for(let t=1;t<e.length;t++)if(e[t].index!==e[t-1].index+1)return!1;return!0}function Do(e,t){let n=[...e.segments].sort((e,t)=>e.index-t.index),r=n.reduce((e,n)=>e+(t.get(n.index)?.byteLength??0),0),i=new ArrayBuffer(r),a=new Uint8Array(i),o=0;for(let e of n){let n=t.get(e.index);n&&(a.set(new Uint8Array(n),o),o+=n.byteLength)}return i}function Oo({metadata:e,cached:t,missingRange:n,networkData:r,networkDataOffset:i=0}){let a=[...e.segments].sort((e,t)=>e.index-t.index),o=a[a.length-1].byteRange.to-a[0].byteRange.from+1,s=new ArrayBuffer(o),c=new Uint8Array(s),l=a[0].byteRange.from;for(let e of a){let a=e.byteRange.from-l,o=t.get(e.index);if(o){c.set(new Uint8Array(o),a);continue}let s=e.byteRange.from-n.range.from+i,u=e.byteRange.to-e.byteRange.from+1;c.set(new Uint8Array(r,s,u),a)}return s}var ko=require("@vkontakte/videoplayer-shared"),Ao=`byLastAccess`,jo=`bySizeAndAge`,Mo=`byLastAccessAndSize`,No=e=>new Promise((t,n)=>{let r=indexedDB.open(po,mo);r.onupgradeneeded=()=>{let e=r.result;if(!e.objectStoreNames.contains(ho)){let t=e.createObjectStore(ho);t.createIndex(Ao,`lastAccessAt`),t.createIndex(jo,[`byteLength`,`createdAt`]),t.createIndex(Mo,[`lastAccessAt`,`byteLength`])}},r.onsuccess=()=>{let i=r.result;e?e(i).then(()=>t(i),n):t(i)},r.onerror=()=>n(r.error)}),Po=(e,t)=>new Promise((n,r)=>{let i=e.transaction(ho,`readwrite`);t(i.objectStore(ho)),i.oncomplete=()=>n(),i.onerror=()=>r(i.error)}),Fo=(e,t)=>{e.onsuccess=()=>{let n=e.result;ko.isNonNullable(n)&&t(n)&&n.continue()}},Io=()=>{let e=ko.getWindow().BroadcastChannel;if(!e)return;let t=new e(_o);t.postMessage(vo),t.close()},Lo=function(){var e=w(function*(){try{let e=yield No();try{yield Po(e,e=>{e.clear()})}finally{e.close()}Io()}catch{}});return function(){return e.apply(this,arguments)}}();class Ro{constructor(e){this.config=void 0,this.dbPromise=null,this.destroyed=!1,this.evictionTimerId=void 0,this.globalTotalBytes=0,this.maxTotalStoredBytes=void 0,this.quotaExceeded=!1,this.cacheEventsChannel=null,this.config=e,this.maxTotalStoredBytes=e.maxTotalSizeBytes;let t=fo.getWindow().BroadcastChannel;t&&(this.cacheEventsChannel=new t(_o),this.cacheEventsChannel.onmessage=e=>{e.data===vo&&(this.globalTotalBytes=0,fo.isNonNullable(this.evictionTimerId)&&(j.clearTimeout(this.evictionTimerId),this.evictionTimerId=void 0))})}getDb(){return this.destroyed?Promise.reject(Error(`SegmentCacheStorage destroyed`)):(this.dbPromise||(this.dbPromise=No(),this.dbPromise.then(e=>{this.destroyed||this.handleDbOpened(e).catch(()=>{})}).catch(()=>{})),this.dbPromise)}isFresh(e,t){return Date.now()-e<this.ttlForEntry(t)}readFreshRecord(e,t,n){var r=this;return w(function*(){let i=yield r.getDb(),a=Array(e.length).fill(null),o=0;return yield Po(i,i=>{e.forEach((e,s)=>{let c=i.get(e);c.onsuccess=()=>{let l=c.result;l&&l.data&&(r.isFresh(l.createdAt,t)?(n-l.lastAccessAt>=yo&&(l.lastAccessAt=n,i.put(l,e)),a[s]=l.data):(i.delete(e),o+=l.byteLength))}})}),r.globalTotalBytes-=o,a})()}handleDbOpened(e){var t=this;return w(function*(){let n=0;yield Po(e,e=>{Fo(e.index(jo).openKeyCursor(),r=>{let[i,a]=r.key,[,o]=r.primaryKey;return t.isFresh(a,o)?n+=i:e.delete(r.primaryKey),!0})}),t.globalTotalBytes=n,console.warn(`totalCachedBytes rehydrated - `,{total:n})})()}ttlForEntry(e){return e===0?this.config.ttlMs:this.config.initTtlMs}getSegments(e,t){var n=this;return w(function*(){if(!t.length)return new Map;let r=Date.now(),i=t.map(t=>Co(e,t)),a=yield n.readFreshRecord(i,0,r),o=new Map;return t.forEach((e,t)=>{a[t]&&o.set(e,a[t])}),o})()}setSegment(e){var t=this;return w(function*(){let n=e.type===`media`?Co(e.normalizedUrl,e.segmentIndex):wo(e.normalizedUrl,So(e.rangeType),e.range.from,e.range.to),r={normalizedUrl:e.normalizedUrl,data:e.data,byteLength:e.data.byteLength,createdAt:Date.now(),lastAccessAt:Date.now()};yield t.putRecord(n,r)})()}getInitSegment({normalizedUrl:e,rangeType:t,range:n}){var r=this;return w(function*(){let i=So(t),a=wo(e,i,n.from,n.to),o=Date.now(),[s]=yield r.readFreshRecord([a],i,o);return s})()}putRecord(e,t){var n=this;return w(function*(){let r=yield n.getDb(),i=t.byteLength;try{yield Po(r,n=>{let r=n.get(e);r.onsuccess=()=>{let a=r.result;fo.isNonNullable(a)&&(i=t.byteLength-a.byteLength),n.put(t,e)}}),n.globalTotalBytes+=i,n.scheduleEviction()}catch(r){To(r)&&(yield n.handleQuotaExceededError({key:e,record:t}))}})()}handleQuotaExceededError({key:e,record:t}){var n=this;return w(function*(){try{let r=yield n.getDb();n.maxTotalStoredBytes=Math.min(n.maxTotalStoredBytes,n.globalTotalBytes),n.quotaExceeded=!0,yield n.evictOldest(n.maxTotalStoredBytes*n.config.quotaExceededEvictPercent);let i=t.byteLength;yield Po(r,n=>{let r=n.get(e);r.onsuccess=()=>{let a=r.result;fo.isNonNullable(a)&&(i=t.byteLength-a.byteLength),n.put(t,e)}}),n.globalTotalBytes+=i}catch{}})()}clear(){var e=this;return w(function*(){yield Po(yield e.getDb(),e=>{e.clear()}),Io(),e.globalTotalBytes=0,fo.isNonNullable(e.evictionTimerId)&&(j.clearTimeout(e.evictionTimerId),e.evictionTimerId=void 0)})()}destroy(){this.destroyed=!0,this.evictionTimerId!==void 0&&(j.clearTimeout(this.evictionTimerId),this.evictionTimerId=void 0),this.cacheEventsChannel?.close(),this.cacheEventsChannel=null,this.dbPromise?.then(e=>e.close()).catch(()=>{}),this.dbPromise=null}scheduleEviction(){this.evictionTimerId===void 0&&(this.evictionTimerId=j.setTimeout(()=>{this.evictionTimerId=void 0,this.runEviction().catch(()=>{})},go))}runEviction(){var e=this;return w(function*(){let t=e.quotaExceeded?e.maxTotalStoredBytes*e.config.evictionThreshold:e.maxTotalStoredBytes;if(e.globalTotalBytes<t)return;let n=e.maxTotalStoredBytes*e.config.evictionTargetPercent,r=e.globalTotalBytes-n,i=yield e.evictOldest(r,e.config.evictionBatchMaxBytes);console.warn(`eviction done: removedBytes-${i}`)})()}evictOldest(e,t){var n=this;return w(function*(){let r=yield n.getDb(),i=0;return yield Po(r,n=>{Fo(n.index(Mo).openKeyCursor(),r=>{if(i>=e||i>=(t??1/0))return!1;let[,a]=r.key;return i+=a,n.delete(r.primaryKey),!0})}),n.globalTotalBytes-=i,i})()}}class zo{constructor(e){this.cacheService=void 0,this.cacheService=e}getCached(e,t){var n=this;return w(function*(){let{segments:r}=t,i=xo(e),a=r.map(e=>e.index),o=yield n.cacheService.getSegments(i,a);if(o.size===a.length)return console.warn(`full_hit`),{type:`full_hit`,data:Do(t,o)};if(o.size===0)return console.warn(`full_miss`),{type:`full_miss`};let s=[...r].sort((e,t)=>e.index-t.index),c=s.filter(e=>!o.has(e.index));if(Eo(c)){console.warn(`partial-hit`);let e=n.assembleStartBuffer({sortedSegments:s,cached:o});return{type:`partial`,cached:o,missingRange:{range:{from:c[0].byteRange.from,to:c[c.length-1].byteRange.to},segments:c},startBuffer:e}}if(o.has(s[0].index)){let e=n.buildPartialFromCacheStart(o,s,c);return console.warn(`partrial-hit - start with cache`),e}return{type:`full_miss`}})()}storeDownloadedSegments({url:e,buffer:t,segments:n,networkDataOffset:r=0}){let i=xo(e),a=[...n].sort((e,t)=>e.index-t.index),o=r;for(let e of a){let n=e.byteRange.to-e.byteRange.from+1;if(o+n<=t.byteLength){let r=t.slice(o,o+n);this.cacheService.setSegment({type:`media`,normalizedUrl:i,segmentIndex:e.index,data:r}).catch(()=>{})}o+=n}}assembleStartBuffer({sortedSegments:e,cached:t}){let n=0;for(let r of e){if(!t.has(r.index))break;n++}if(n===0)return null;let r=e[n-1].byteRange.to-e[0].byteRange.from+1,i=new ArrayBuffer(r),a=new Uint8Array(i),o=e[0].byteRange.from;for(let r=0;r<n;r++){let n=e[r],i=t.get(n.index),s=n.byteRange.from-o;a.set(new Uint8Array(i),s)}return{buffer:i,loaded:r}}buildPartialFromCacheStart(e,t,n){let r=n[0].index,i=new Map([...e].filter(([e])=>e<r)),a=t.filter(e=>e.index>=r);return{type:`partial`,cached:i,missingRange:{range:{from:a[0].byteRange.from,to:a[a.length-1].byteRange.to},segments:a},startBuffer:this.assembleStartBuffer({sortedSegments:t,cached:i})}}storeMissing({url:e,missingRange:t,networkData:n,networkDataOffset:r=0}){this.storeDownloadedSegments({url:e,buffer:n,segments:t.segments,networkDataOffset:r})}}class Bo{constructor({throughputEstimator:e,requestQuic:t,tracer:n,compatibilityMode:r=!1,useEnableSubtitlesParam:i=!1,handleExtendedNetworkErrorsSet:a=!1,measureNonSegmentRequests:o=!1,measureFastSamples:s=!1,preloadFirstSegment:c=!1,maxQualityForFirstSegmentPreload:l=U.VideoQuality.Q_480P,segmentCacheService:u}){this.throughputEstimator=void 0,this.requestQuic=void 0,this.tracer=void 0,this.manifestRequested=new U.Subject,this.manifestReceived=new U.Subject,this.firstBytesRequested=new U.Subject,this.firstBytesReceived=new U.Subject,this.lastConnectionType$=new U.ValueSubject(void 0),this.lastConnectionReused$=new U.ValueSubject(void 0),this.lastRequestFirstBytes$=new U.ValueSubject(void 0),this.lastConnectionMetrics$=new U.ValueSubject(void 0),this.lastDownloadMetrics$=new U.ValueSubject(void 0),this.recoverableError$=new U.Subject,this.error$=new U.Subject,this.abortAllController=new $a.AbortControllerPolyfilled,this.subscription=new U.Subscription,this.compatibilityMode=void 0,this.useEnableSubtitlesParam=void 0,this.measureNonSegmentRequests=void 0,this.measureFastSamples=void 0,this.preloadFirstSegment=void 0,this.maxQualityForFirstSegmentPreload=void 0,this.segmentCacheService=void 0,this.segmentCache=void 0,this.startupPhase=!0,this.performanceObserver=null,this.pendingConnectionMetrics=new Map,this.handleExtendedNetworkErrorsSet=!1,this.fetchManifest=U.abortable(this.abortAllController.signal,function(){var e=E(function*(e){let t=this.tracer.createComponentTracer(`FetchManifest`),n=e;this.requestQuic&&(n=to(n)),!this.compatibilityMode&&this.useEnableSubtitlesParam&&(n=ro(n)),this.trackRequestStart(n,performance.now());let r=U.now();this.manifestRequested.next();let i=yield this.doFetch(n,{signal:this.abortAllController.signal},{tracer:t}).catch(U.suppressAbort);if(i){let a=U.now();t.log(`success`,U.flattenObject({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=yield ne(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)}let l=this.measureFastSamples&&this.isLikelyCacheHitByTtfb(a-r);if(this.measureNonSegmentRequests&&this.startupPhase&&!l&&(this.throughputEstimator?.addRawRtt(a-r),o&&s>0)){let e=U.now();this.throughputEstimator?.addRawSpeed(s,e-r)}return c}else return t.error(`error`,U.flattenObject({url:n,message:`No data in request manifest`})),t.end(),null});return function(t){return e.apply(this,arguments)}}().bind(this)),this.fetch=U.abortable(this.abortAllController.signal,function(){var e=E(function*(e,{rangeMethod:t=+!this.compatibilityMode,range:n,onProgress:r,priority:i=`auto`,signal:a,measureThroughput:o=!0,isLowLatency:s=!1,bufferOptimisation:c=!1,kind:l,cacheMetadata:u}={kind:`unknown`}){var d;this.firstBytesRequested.next();let f=null;if(this.segmentCache&&u){try{f=yield ne(this.segmentCache.getCached(e,u))}catch{f=null}if(f?.type===`full_hit`)return this.firstBytesReceived.next(),this.lastRequestFirstBytes$.next(0),r?.(new DataView(f.data),f.data.byteLength),f.data}let p=f?.type===`partial`?f:null;p&&(p.startBuffer&&(this.firstBytesReceived.next(),this.lastRequestFirstBytes$.next(0),r?.(new DataView(p.startBuffer.buffer),p.startBuffer.loaded)),n=p.missingRange.range);let m=e,h=new Headers,g=this.tracer.createComponentTracer(`Fetch ${l}`);if(n)switch(t){case 0:h.append(`Range`,`bytes=${n.from}-${n.to}`);break;case 1:{let e=new URL(m,U.getWindow().location.href);e.searchParams.append(`bytes`,`${n.from}-${n.to}`),m=e.toString();break}default:U.assertNever(t)}this.requestQuic&&(m=to(m));let _=this.abortAllController.signal,v;if(a){let e=new $a.AbortControllerPolyfilled;if(v=U.merge(U.fromEvent(this.abortAllController.signal,`abort`),U.fromEvent(a,`abort`)).subscribe(()=>{try{e.abort()}catch(e){U.suppressAbort(e)}}),this.subscription.add(v),this.abortAllController.signal.aborted||a.aborted)try{e.abort()}catch(e){U.suppressAbort(e)}_=e.signal}let y=0,b=U.now();g.log(`startRequest`,U.flattenObject({url:m,priority:i,rangeMethod:t,range:n,isLowLatency:s,requestStartedAt:b})),this.trackRequestStart(m,performance.now());let x=yield this.doFetch(m,{priority:i,headers:h,signal:_},{tracer:g}).catch(U.suppressAbort),ee=U.now();if(!x)return g.error(`error`,{message:`No response in request`}),g.end(),v?.unsubscribe(),null;let S=this.measureFastSamples&&this.isLikelyCacheHitByTtfb(ee-b);if(S||this.throughputEstimator?.addRawRtt(ee-b),!x.ok||!x.body){v?.unsubscribe();let e=`Fetch error ${x.status}: ${x.statusText}`;return g.error(`error`,{message:e}),g.end(),Promise.reject(Error(`Fetch error ${x.status}: ${x.statusText}`))}if(this.onHeadersReceived(x.headers),!r&&!o){let t=yield x.arrayBuffer(),n=U.now();if(this.measureNonSegmentRequests&&this.startupPhase&&!S){let e=x.headers.get(`content-length`),t=e?parseInt(e,10):NaN;Number.isFinite(t)&&t>0&&this.throughputEstimator?.addRawSpeed(t,n-b)}let r={requestStartedAt:b,requestEndedAt:n,duration:n-b};return g.log(`endRequest`,U.flattenObject(r)),g.end(),v?.unsubscribe(),p?(this.segmentCache.storeMissing({url:e,missingRange:p.missingRange,networkData:t}),Oo({metadata:u,cached:p.cached,missingRange:p.missingRange,networkData:t})):(u&&this.segmentCache&&t.byteLength>0&&this.segmentCache.storeDownloadedSegments({url:e,buffer:t,segments:u.segments}),t)}let C=x.body;if(o&&!S){this.startupPhase=!1;let e;[C,e]=x.body.tee(),this.throughputEstimator?.trackStream(e,s)}let w=C.getReader(),T,te=parseInt(x.headers.get(`content-length`)??``,10);Number.isFinite(te)&&(T=te),!T&&n&&(T=n.to-n.from+1);let re=(p==null||(d=p.startBuffer)==null?void 0:d.loaded)??0,D=T?new Uint8Array(re+T):new Uint8Array(re);re>0&&p?.startBuffer&&D.set(new Uint8Array(p.startBuffer.buffer),0),y=re;let ie=!1,ae=e=>{v?.unsubscribe(),ie=!0;let t=U.now(),n={requestStartedAt:b,requestEndedAt:t,duration:t-b};U.isAbortError(e)&&e instanceof Error&&(n.name=e.name,n.message=e.message),g.error(`endRequest`,U.flattenObject(n)),g.end(),U.suppressAbort(e)},oe=U.abortable(_,function(){var e=E(function*({done:e,value:t}){if(y===re&&(this.lastRequestFirstBytes$.next(U.now()-b),this.firstBytesReceived.next()),_.aborted){v?.unsubscribe();return}if(!e&&t){if(c&&T)D.set(t,y),y+=t.byteLength;else{let e=new Uint8Array(D.length+t.length);e.set(D),e.set(t,D.length),D=e,y+=t.byteLength}r?.(new DataView(D.buffer),y),yield w?.read().then(oe,ae)}});return function(t){return e.apply(this,arguments)}}().bind(this));yield w?.read().then(oe,ae),v?.unsubscribe();let se=U.now(),ce={failed:ie,requestStartedAt:b,requestEndedAt:se,duration:se-b};if(ie)return g.error(`endRequest`,U.flattenObject(ce)),g.end(),null;{let t=y-re;if(t>0){let n={bytes:t,speed:t/((se-b)/1e3)*8/1024,url:e};this.lastDownloadMetrics$.next(n)}if(g.log(`endRequest`,U.flattenObject(ce)),g.end(),p){let n=p.missingRange.range.to-p.missingRange.range.from+1;if(t<n)throw Error(`Truncated response: got ${t} of ${n} bytes, refusing to poison segment cache`);let i=Oo({metadata:u,cached:p.cached,missingRange:p.missingRange,networkData:D.buffer,networkDataOffset:re});return r?.(new DataView(i),i.byteLength),this.segmentCache.storeMissing({url:e,missingRange:p.missingRange,networkData:D.buffer,networkDataOffset:re}),i}return u&&this.segmentCache&&D.byteLength>0&&this.segmentCache.storeDownloadedSegments({url:e,buffer:D.buffer,segments:u.segments}),D.buffer}});return function(t){return e.apply(this,arguments)}}().bind(this)),this.fetchByteRangeRepresentation=U.abortable(this.abortAllController.signal,function(){var e=E(function*(e,t,n,r,i,a=`unknown`){if(e.type!==`byteRange`)return null;let{from:o,to:s}=e.initRange,c=o,l=s,u=!1,d,f;e.indexRange&&(d=e.indexRange.from,f=e.indexRange.to,u=s+1===d,u&&(c=Math.min(d,o),l=Math.max(f,s)));let p=this.preloadFirstSegment&&U.isNonNullable(e.firstSegmentLength)&&r===`high`&&(i??U.videoQualityToHeight(U.VideoQuality.Q_144P))<=U.videoQualityToHeight(this.maxQualityForFirstSegmentPreload);p&&u&&U.isNonNullable(f)&&(l=f+e.firstSegmentLength),c=Math.min(c,0);let m=this.segmentCacheService?xo(e.url):``,h=null;if(this.segmentCacheService)try{h=yield ne(this.segmentCacheService.getInitSegment({normalizedUrl:m,rangeType:`init`,range:{from:c,to:l}}))}catch{h=null}let g=h??(yield this.fetch(e.url,{range:{from:c,to:l},priority:r,signal:n,measureThroughput:!1,kind:a}))??null;if(!h&&g&&this.segmentCacheService&&this.segmentCacheService.setSegment({type:`init`,normalizedUrl:m,rangeType:`init`,range:{from:c,to:l},data:g}).catch(()=>{}),!g)return null;let _=new DataView(g,o-c,s-o+1);if(!t.validateData(_))throw Error(`Invalid media file`);let v=t.parseInit(_),y=e.indexRange??t.getIndexRange(v);if(!y)throw ReferenceError(`No way to load representation index`);let b;if(u)b=new DataView(g,y.from-c,y.to-y.from+1);else{let t=null;if(this.segmentCacheService)try{t=yield ne(this.segmentCacheService.getInitSegment({normalizedUrl:m,rangeType:`index`,range:y}))}catch{t=null}let i=t??(yield this.fetch(e.url,{range:y,priority:r,signal:n,measureThroughput:!1,kind:a}))??null;if(!t&&i&&this.segmentCacheService&&this.segmentCacheService.setSegment({type:`init`,normalizedUrl:m,rangeType:`index`,range:y,data:i}).catch(()=>{}),!i)return null;b=new DataView(i)}let x=t.parseSegments(b,v,y).map(e=>T(T({},e),{},{networkStatus:`none`,bufferStatus:`none`})),ee;if(p&&u&&U.isNonNullable(f)){let t=f+1-c;t+e.firstSegmentLength<=g.byteLength&&(ee=g.slice(t,t+e.firstSegmentLength))}return{initMetadata:v,initDataView:new DataView(g),segments:x,firstSegmentData:ee}});return function(t,n,r,i,a){return e.apply(this,arguments)}}().bind(this)),this.fetchTemplateRepresentation=U.abortable(this.abortAllController.signal,function(){var e=E(function*(e,t,n,r){if(e.type!==`template`)return null;let i=new URL(e.initUrl,e.baseUrl).toString(),a=yield this.fetch(i,{priority:n,signal:t,measureThroughput:!1,kind:r});if(!a)return null;let o=e.segments.map(e=>T(T({},e),{},{networkStatus:`none`,bufferStatus:`none`,size:void 0}));return{initMetadata:null,initDataView:new DataView(a),segments:o}});return function(t,n,r,i){return e.apply(this,arguments)}}().bind(this)),this.throughputEstimator=e,this.requestQuic=t,this.compatibilityMode=r,this.tracer=n.createComponentTracer(`Fetcher`),this.useEnableSubtitlesParam=i,this.handleExtendedNetworkErrorsSet=a,this.measureNonSegmentRequests=o,this.measureFastSamples=s,this.preloadFirstSegment=c,this.maxQualityForFirstSegmentPreload=l,this.segmentCacheService=u,u&&(this.segmentCache=new zo(u)),U.getWindow().PerformanceObserver&&this.setupPerformanceObserver()}onHeadersReceived(e){let{type:t,reused:n}=no(e);this.lastConnectionType$.next(t),this.lastConnectionReused$.next(n)}setupPerformanceObserver(){this.performanceObserver=new(U.getWindow()).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 U.getWindow().navigator))return`unknown`;let e=U.getWindow().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:U.ErrorCategory.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})}fetchRepresentation(e,t,n,r=`auto`,i,a=`unknown`){var o=this;return w(function*(){let{type:s}=e;switch(s){case`byteRange`:return o.fetchByteRangeRepresentation(e,t,n,r,i,a)??null;case`template`:return o.fetchTemplateRepresentation(e,n,r,a)??null;default:U.assertNever(s)}})()}destroy(){this.abortAllController.abort(),this.subscription.unsubscribe(),this.performanceObserver&&=(this.performanceObserver.disconnect(),null),this.pendingConnectionMetrics.clear(),this.segmentCacheService?.destroy(),this.tracer.end()}isLikelyCacheHitByTtfb(e){let t=this.throughputEstimator?.rtt$.getValue()??0;return e<Math.max(t*.5,2)}doFetch(e,t){var n=this;return w(function*(e,t,r={}){let i=yield eo.fetchPolyfilled(e,t);if(i.ok)return i;let a=yield i.text();if(n.handleExtendedNetworkErrorsSet){r.tracer?.error(`doFetch error`,{txtCode:a,responseStatus:i.status}),co({txtCode:a,httpCode:i.status,error$:n.error$,recoverableError$:n.recoverableError$});return}let o=parseInt(a);if(!isNaN(o))switch(o){case 1:n.recoverableError$.next({id:`VideoDataLinkExpiredError`,message:`Video data links have expired`,category:U.ErrorCategory.FATAL,httpCode:i.status,UVBackendErrorCode:a});break;case 8:n.recoverableError$.next({id:`VideoDataLinkBlockedForFloodError`,message:`Url blocked for flood`,category:U.ErrorCategory.FATAL,httpCode:i.status,UVBackendErrorCode:a});break;case 18:n.recoverableError$.next({id:`VideoDataLinkIllegalIpChangeError`,message:`Client IP has changed`,category:U.ErrorCategory.FATAL,httpCode:i.status,UVBackendErrorCode:a});break;case 21:n.recoverableError$.next({id:`VideoDataLinkIllegalHostChangeError`,message:`Request HOST has changed`,category:U.ErrorCategory.FATAL,httpCode:i.status,UVBackendErrorCode:a});break;default:n.error$.next({id:`GeneralVideoDataFetchError`,message:`Generic video data fetch error (${o})`,category:U.ErrorCategory.FATAL,httpCode:i.status,UVBackendErrorCode:a})}}).apply(this,arguments)}}var Vo=require("@vkontakte/videoplayer-shared"),Ho=require("@vkontakte/videoplayer-shared"),Uo=require("@vkontakte/videoplayer-shared"),Wo=require("@vkontakte/videoplayer-shared"),Go=require("@vkontakte/videoplayer-shared"),Ko=require("@vkontakte/videoplayer-shared"),qo=require("@vkontakte/videoplayer-shared"),Jo=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 qo.arrayIncludes([`6E`,`7A`,`F4`],i)}}return!1},Yo=require("@vkontakte/videoplayer-shared"),Xo=require("@vkontakte/videoplayer-shared"),Zo=e=>{if(Xo.arrayIncludes(e,`/`)){let t=e.split(`/`);return parseInt(t[0])/parseInt(t[1])}else return parseFloat(e)},Qo=e=>{try{let t=$o(),{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 $o(){let e=`x(?:-[a-z0-9]{1,8})+`,t=`^(?:(?<langtag>${`
|
|
238
136
|
(?<language>(?:[a-z]{2,3}(?:-(?<extlang>(?:[a-z]{3}(?:-[a-z]{3}){0,2})))?|[a-z]{4}|[a-z]{5,8}))
|
|
239
137
|
(-(?<script>[a-z]{4}))?
|
|
240
138
|
(-(?<region>(?:[a-z]{2}|[0-9]{3})))?
|
|
241
139
|
(?<variants>(?:-(?:[a-z0-9]{5,8}|[0-9][a-z0-9]{3}))*)
|
|
242
140
|
(?<extensions>(?:-[0-9a-wy-z](?:-[a-z0-9]{2,8})+)*)
|
|
243
141
|
(?:-(?<privateuse>(?:${e})))?
|
|
244
|
-
`})|(?<privateuse2>${e}))$`.replace(/[\s\t\n]/g,``);return new RegExp(t,`i`)}var No=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},Po=(e,t)=>{let n=e;n=bo.stringReplaceAll(n,`$$`,`$`);let r={RepresentationID:t.representationId,Number:t.segmentNumber,Bandwidth:t.bandwidth,Time:t.segmentTime};for(let[e,t]of xo.objectEntries(r)){let r=RegExp(`\\$${e}(?:%0(\\d+)d)?\\$`,`g`);n=bo.stringReplaceAll(n,r,(e,n)=>Oo.isNullable(t)?e:Oo.isNullable(n)?t:So.stringPadStart(t,parseInt(n,10),`0`))}return n},Fo=(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=Co.arrayAt(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)=>T(T({},e),{},{[t.id]:t.children}),{}),b=v.reduce((e,t)=>T(T({},e),{},{[t.id]:t.getAttribute(`duration`)}),{});_?g=No(_):wo.objectValues(b).filter(e=>e).length&&!s?g=wo.objectValues(b).reduce((e,t)=>e+(No(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]){var C;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=jo(n.getAttribute(`lang`)??``)??{},u=((C=n.querySelector(`Label`))==null||(C=C.textContent)==null?void 0:C.trim())??void 0,d=n.querySelectorAll(`Representation`),f=n.querySelector(`SegmentTemplate`),p=n.querySelector(`Role`)?.getAttribute(`value`)??void 0,m=n.querySelector(`AudioChannelConfiguration`)?.getAttribute(`value`),h=Oo.isNonNullable(m)?parseInt(m,10):void 0,_=s,v={id:e,language:l.language,isDefault:p===`main`,label:u,codecs:a,hdr:_===`video`&&Do(a),mime:i,channels:h,representations:[]};for(let e of d){var w;let r=e.getAttribute(`lang`)??void 0,d=u??n.getAttribute(`label`)??e.getAttribute(`label`)??void 0,p=((w=e.querySelector(`BaseURL`))==null||(w=w.textContent)==null?void 0:w.trim())??``,m=new URL(p||o,t).toString(),h=e.getAttribute(`mimeType`)??i,y=e.getAttribute(`codecs`)??a??``,b;if(s===`text`){let t=e.getAttribute(`id`)||``,n=(l.privateuse==null?void 0:To.arrayIncludes(l.privateuse,`x-auto`))||To.arrayIncludes(t,`_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,h=o,_=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);_=Number.isFinite(r)?r:_;let a=t/s*1e3,o=_/s*1e3;for(let e=0;e<n+1;e++){let n=Po(l,T(T({},i),{},{segmentNumber:h.toString(10),segmentTime:(_+e*t).toString(10)})),r=(o??0)+e*a,s=r+a;h++,u.push({time:{from:r,to:s},url:n})}_+=(n+1)*t,d+=(n+1)*a}p=_/s*1e3,f=Po(l,T(T({},i),{},{segmentNumber:h.toString(10),segmentTime:_.toString(10)})),b={id:t,kind:`text`,segmentReference:{type:`template`,baseUrl:m,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:m}}else{let t=e.getAttribute(`contentType`)??h?.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?Ao(l):void 0,p=`${e.getAttribute(`id`)??`id`+(x++).toString(10)}@${t===`video`?`${a}p`:t===`audio`?`${o}Kbps`:y}`,v=[...S,...c,...r],C,w=e.querySelector(`SegmentBase`),E=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)):[],s=i?{from:a,to:o}:void 0,c=e.querySelector(`SupplementalProperty[schemeIdUri="urn:vk-video:dash:first-segment-length-bytes"]`)?.getAttribute(`value`);C={type:`byteRange`,url:m,initRange:r,indexRange:s,firstSegmentLength:c?parseInt(c,10):void 0}}else if(E){let t={representationId:e.getAttribute(`id`)??void 0,bandwidth:e.getAttribute(`bandwidth`)??void 0},n=parseInt(E.getAttribute(`timescale`)??``,10),r=E.getAttribute(`initialization`)??``,i=E.getAttribute(`media`),a=parseInt(E.getAttribute(`startNumber`)??``,10)??1,o=Po(r,t);if(!i)throw ReferenceError(`No media attribute in SegmentTemplate`);let s=E.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=Po(i,T(T({},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=Po(i,T(T({},t),{},{segmentNumber:e.toString(10),segmentTime:r.toString(10)}))}else if(Oo.isNonNullable(g)){let e=parseInt(E.getAttribute(`duration`)??``,10)/n*1e3,r=Math.ceil(g/e),a=0;for(let n=1;n<r;n++){let r=Po(i,T(T({},t),{},{segmentNumber:n.toString(10),segmentTime:a.toString(10)}));c.push({time:{from:a,to:a+e},url:r}),a+=e}d=a,u=Po(i,T(T({},t),{},{segmentNumber:r.toString(10),segmentTime:a.toString(10)}))}C={type:`template`,baseUrl:m,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||!h)continue;let D={video:`video`,audio:`audio`,text:`text`}[t];if(!D)continue;_||=D,b={id:p,kind:D,segmentReference:C,profiles:v,duration:g,bitrate:o,mime:h,codecs:y,width:i,height:a,fps:d,quality:u}}v.language||=r,v.label||=d,v.mime||=h,v.codecs||=y,v.hdr||=_===`video`&&Do(y),v.representations.push(b)}if(_){let e=r[_].find(e=>e.id===v.id);if(e&&v.representations.every(e=>e.segmentReference.type===`template`))for(let t of e.representations){let e=v.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[_].push(v)}}return{duration:g,streams:r,baseUrls:a,live:h}},Io=require("@vkontakte/videoplayer-shared"),Lo=require("@vkontakte/videoplayer-shared"),Ro=require("@vkontakte/videoplayer-shared"),W=require("@vkontakte/videoplayer-shared"),zo=require("@vkontakte/videoplayer-shared"),Bo=e=>e.valid;class Vo{get id(){return this.type}constructor(e,t){this.source=void 0,this.boxParser=void 0,this.type=void 0,this.size=void 0,this.content=void 0,this.valid=void 0,this.children=void 0,this.cursor=0,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 Ho extends Vo{}var Uo=require("@vkontakte/videoplayer-shared");class Wo extends Vo{constructor(e,t){if(super(e,t),this.userData=void 0,!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:Uo.assertNever(e)}}}class Go extends Vo{constructor(e,t){if(super(e,t),this.majorBrand=void 0,this.minorVersion=void 0,this.compatibleBrands=void 0,!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 Ko extends Vo{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class qo extends Vo{constructor(e,t){if(super(e,t),this.version=void 0,this.flags=void 0,!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 Jo extends qo{constructor(e,t){super(e,t),this.creationTime=void 0,this.modificationTime=void 0,this.timescale=void 0,this.duration=void 0,this.rate=void 0,this.volume=void 0,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 Yo extends Vo{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class Xo extends Vo{constructor(e,t){super(e,t),this.data=void 0,this.data=this.content}}class Zo extends qo{get earliestPresentationTime(){return this.earliestPresentationTime32}get firstOffset(){return this.firstOffset32}constructor(e,t){if(super(e,t),this.referenceId=void 0,this.timescale=void 0,this.earliestPresentationTime32=void 0,this.firstOffset32=void 0,this.earliestPresentationTime64=void 0,this.firstOffset64=void 0,this.reserved=void 0,this.referenceCount=void 0,this.segments=void 0,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 Qo extends Vo{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class $o extends Vo{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class es extends qo{constructor(e,t){if(super(e,t),this.stereoMode=void 0,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 ts extends qo{constructor(e,t){super(e,t),this.poseYawDegrees=void 0,this.posePitchDegrees=void 0,this.poseRollDegrees=void 0,this.valid&&(this.poseYawDegrees=this.readUint32(),this.posePitchDegrees=this.readUint32(),this.poseRollDegrees=this.readUint32())}}class ns extends qo{constructor(e,t){super(e,t),this.projectionBoundsTop=void 0,this.projectionBoundsBottom=void 0,this.projectionBoundsLeft=void 0,this.projectionBoundsRight=void 0,this.valid&&(this.projectionBoundsTop=this.readUint32(),this.projectionBoundsBottom=this.readUint32(),this.projectionBoundsLeft=this.readUint32(),this.projectionBoundsRight=this.readUint32())}}class rs extends Vo{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class is extends qo{constructor(e,t){super(e,t),this.creationTime=void 0,this.modificationTime=void 0,this.trackId=void 0,this.duration=void 0,this.layer=void 0,this.alternateGroup=void 0,this.volume=void 0,this.matrix=void 0,this.width=void 0,this.height=void 0,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 as extends Vo{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class os extends Vo{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class ss extends qo{constructor(e,t){super(e,t),this.sequenceNumber=void 0,this.valid&&(this.sequenceNumber=this.readUint32())}}class cs extends Vo{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class ls extends qo{constructor(e,t){super(e,t),this.trackId=void 0,this.baseDataOffset=void 0,this.sampleDescriptionIndex=void 0,this.defaultSampleDuration=void 0,this.defaultSampleSize=void 0,this.defaultSampleFlags=void 0,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 us extends qo{get baseMediaDecodeTime(){return this.version===1?this.baseMediaDecodeTime64:this.baseMediaDecodeTime32}constructor(e,t){super(e,t),this.baseMediaDecodeTime32=0,this.baseMediaDecodeTime64=BigInt(0),this.version===1?this.baseMediaDecodeTime64=this.readUint64():this.baseMediaDecodeTime32=this.readUint32()}}class ds extends qo{constructor(e,t){super(e,t),this.sampleCount=void 0,this.dataOffset=void 0,this.firstSampleFlags=void 0,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 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 fs extends Vo{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class ps extends qo{constructor(e,t){super(e,t),this.entryCount=void 0,this.valid&&(this.entryCount=this.readUint32(),this.children=this.scanForBoxes(new DataView(this.content.buffer,this.content.byteOffset+4,this.content.byteLength-4)))}}class ms extends Vo{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 hs={ftyp:Go,moov:Ko,mvhd:Jo,moof:Yo,mdat:Xo,sidx:Zo,trak:Qo,mdia:rs,mfhd:ss,tkhd:is,traf:cs,tfhd:ls,tfdt:us,trun:ds,minf:as,sv3d:$o,st3d:es,prhd:ts,proj:os,equi:ns,uuid:Wo,stbl:fs,stsd:ps,avc1:ms,unknown:Ho};class gs{constructor(e={}){this.options=void 0,this.options=T({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||!Bo(i))break;t.push(i),n+=i.size}return t}createBox(e,t){let n=hs[e];return n?new n(t,new gs):new Ho(t,new gs)}}class _s{constructor(e){this.index=void 0,this.index={},this.indexBoxLevel(e)}indexBoxLevel(e){e.forEach(e=>{var t,n;Bo(e)&&((t=this.index)[n=e.type]??(t[n]=[]),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 vs=new TextDecoder(`ascii`),ys={validateData:e=>vs.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 _s(new gs().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 Zo(e,new gs),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=r,a=r+e.referencedSize-1,o=e.subsegmentDuration/t.timescale*1e3,s={status:`none`,time:{from:n,to:n+o},byte:{from:i,to:a},size:a-i+1};return n+=o,r+=e.referencedSize,s})},parseFeedableSegmentChunk:(e,t)=>{let n=new _s(new gs().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 _s(new gs().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 _s(new gs().parse(e)),n={},r=t.findAll(`uuid`),i=zo.arrayAt(r,-1);return i?{serverDataReceivedTimestamp:i.userData.received,serverDataPreparedTime:i.userData.received}:n},getTimescaleFromIndex:e=>new _s(new gs().parse(e)).find(`sidx`)?.timescale},bs=require("@vkontakte/videoplayer-shared"),xs=require("@vkontakte/videoplayer-shared"),Ss=require("@vkontakte/videoplayer-shared"),Cs={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`}},ws=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=Ts(e,n),i=r in Cs,a=i?Cs[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=Ts(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}},Ts=(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},Es=(e,t)=>{switch(t){case`int`:return e.getInt8(0);case`uint`:return Ts(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:Ss.assertNever(t)}},Ds=(e,t)=>{let n=0;for(;n<e.byteLength;){let r=ws(new DataView(e.buffer,e.byteOffset+n));if(!t(r))return;r.type===`master`&&Ds(r.value,t),n=r.value.byteOffset-e.byteOffset+r.valueSize}},Os=e=>{if(e.getUint32(0)!==440786851)return!1;let t,n,r;return Ds(ws(e).value,({tag:e,type:i,value:a})=>(e===17143?t=Es(a,i):e===17026?n=Es(a,i):e===17029&&(r=Es(a,i)),!0)),(t===void 0||t<=1)&&n!==void 0&&n===`webm`&&(r===void 0||r<=2)},ks=[357149030,290298740,374648427,174,224,30320,30321,30322,272869232,524531317,475249515,423732329,307544935],As=[231,22612,22743,167,171,163,160,175],js={validateData:Os,parseInit:e=>{let t,n,r,i,a=!1,o=!1,s=!1,c,l,u=!1;return Ds(e,({tag:e,type:d,value:f,valueSize:p})=>(e===21419?l=Ts(Es(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=Es(f,d):e===17545?i=Es(f,d):e===21420&&l===475249515?c=Es(f,d):e===374648427?Ds(f,({tag:e,type:t,value:n})=>e===30321?(u=Es(n,t)===1,!1):!0):a&&o&&bs.arrayIncludes(ks,e)&&(s=!0),!s)),xs.assertNonNullable(t,`Failed to parse webm Segment start`),xs.assertNonNullable(n,`Failed to parse webm Segment end`),xs.assertNonNullable(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(xs.isNullable(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=>xs.isNonNullable(e.time)&&xs.isNonNullable(e.position),a=[],o;return Ds(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=Es(s,t));break;case 183:break;case 241:o&&(o.position=Es(s,t));break;default:n&&bs.arrayIncludes(ks,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],s=t.segmentStart+i,c=o?t.segmentStart+o.position-1:t.segmentEnd-1;return{status:`none`,time:{from:r,to:o?o.time:t.segmentDuration},byte:{from:s,to:c},size:c-s+1}})},parseFeedableSegmentChunk:e=>{let t=0,n=!1;try{Ds(e,r=>r.tag===524531317?r.tagSize<=e.byteLength?(t=r.tagSize,!1):(t+=r.tagHeaderSize,!0):bs.arrayIncludes(As,r.tag)?(t+r.tagSize<=e.byteLength&&(t+=r.tagSize,n||=bs.arrayIncludes([163,160,175],r.tag)),!0):!1)}catch{}return t>0&&t<=e.byteLength&&n?new DataView(e.buffer,e.byteOffset,t):null}},Ms=e=>{let t=/^(.+)\/([^;]+)(?:;.*)?$/.exec(e);if(t){let[,e,n]=t;if(e===`audio`||e===`video`)switch(n){case`webm`:return js;case`mp4`:return ys}}throw ReferenceError(`Unsupported mime type ${e}`)},Ns=require("@vkontakte/videoplayer-shared"),Ps=require("@vkontakte/videoplayer-shared"),Fs=({id:e,width:t,height:n,bitrate:r,fps:i,quality:a,streamId:o,tvDisabled:s})=>{let c=(a?vn(a):void 0)??Ps.videoSizeToQuality({width:t,height:n});return c&&{id:e,quality:c,bitrate:r,size:{width:t,height:n},fps:i,streamId:o,tvDisabled:s}},Is=({id:e,bitrate:t})=>({id:e,bitrate:t}),Ls=({language:e,label:t},{id:n,url:r,isAuto:i})=>({id:n,url:r,isAuto:i,type:`internal`,language:e,label:t}),Rs=({language:e,label:t,id:n,url:r,isAuto:i})=>({id:n,url:r,isAuto:i,type:`internal`,language:e,label:t}),zs=({id:e,language:t,label:n,codecs:r,isDefault:i,channels:a})=>({id:e,language:t,label:n,codec:Ns.arrayAt(r.split(`.`),0),isDefault:i,channels:a}),Bs=({id:e,language:t,label:n,hdr:r,codecs:i})=>({id:e,language:t,hdr:r,label:n,codec:Ns.arrayAt(i.split(`.`),0)}),Vs=e=>`url`in e,Hs=e=>e.type===`template`;class Us{constructor(e,t,n,{fetcher:r,tracer:i,tuning:a,getCurrentPosition:o,getCurrentStallDuration:s,manifest:c}){this.error$=new W.Subject,this.playingRepresentation$=new W.ValueSubject(void 0),this.playingRepresentationInit$=new W.ValueSubject(void 0),this.currentSegmentLength$=new W.ValueSubject(0),this.onLastSegment$=new W.ValueSubject(!1),this.fullyBuffered$=new W.ValueSubject(!1),this.kind=void 0,this.nativeBufferManager=void 0,this.fetcher=void 0,this.tracer=void 0,this.tuning=void 0,this.representations=void 0,this.playingRepresentationId=void 0,this.downloadingRepresentationId=void 0,this.switchingRepresentationId=void 0,this.initData=new Map,this.initDataPromises=new Map,this.idleCallbacks=new Map,this.parsedInitData=new Map,this.forwardBufferRepresentations=new Map,this.segments=new Map,this.containerParser=void 0,this.bufferPlaybackQueue=[],this.downloadingBufferItems=[],this.preloadOnly=!1,this.forwardBufferTarget=void 0,this.failedDownloads=0,this.lastDataObtainedTimestampMs=0,this.loadByteRangeSegmentsTimeoutId=0,this.currentVirtualBufferSize=0,this.baseUrls=[],this.baseUrlsIndex=0,this.maintainAbortController=new Io.AbortControllerPolyfilled,this.maintainMutexPromise=null,this.bufferClearingMutex=!1,this.abortNativeBufferMutex=!1,this.switchMutex=!1,this.seekMutex=!1,this.destroyAbortController=new Io.AbortControllerPolyfilled,this.switchAbortController=new Io.AbortControllerPolyfilled,this.downloadAbortController=new Io.AbortControllerPolyfilled,this.subscription=new W.Subscription,this.getCurrentPosition=void 0,this.getCurrentStallDuration=void 0,this.startWith=W.abortable(this.destroyAbortController.signal,function(){var e=D(function*(e){let t=this.representations.get(e);W.assertNonNullable(t,`Cannot find representation ${e}`);let n=this.tracer.createComponentTracer(`startWith`);n.log(`start representation`,W.flattenObject({id:e})),this.playingRepresentationId=e,this.downloadingRepresentationId=e,this.containerParser=Ms(t.mime),this.nativeBufferManager.init(t.mime,t.codecs),n.log(`started loadInitIfNeeded`),yield this.loadInitIfNeeded(t,`high`),n.log(`ended loadInitIfNeeded`);let r=this.initData.get(t.id),i=this.segments.get(t.id),a=this.parsedInitData.get(t.id);W.assertNonNullable(r,`No init buffer for starting representation`),W.assertNonNullable(i,`No segments for starting representation`),n.log(`started native buffer init segment append`),yield this.nativeBufferManager.addInitSegment(r),n.log(`ended native buffer init segment append`),this.playingRepresentation$.next(this.playingRepresentationId),this.playingRepresentationInit$.next(a),n.end()});return function(t){return e.apply(this,arguments)}}().bind(this)),this.kind=e,this.nativeBufferManager=t,this.fetcher=r,this.tracer=i.createComponentTracer(`${this.kind} virtualBuffer`),this.tuning=a,this.getCurrentPosition=o,this.getCurrentStallDuration=s,this.forwardBufferTarget=a.dash.forwardBufferTargetAuto,this.baseUrls=c?.baseUrls??[],this.representations=new Map(n.map(e=>[e.id,e]))}switchTo(e,t=`default`){var n=this;return w(function*(){if(e===n.downloadingRepresentationId||e===n.switchingRepresentationId)return;let r=n.tracer.createComponentTracer(`switchTo ${t} ${n.getCurrentPosition()}`);return r.log(`abort previous switchTo`),n.switchAbortController.abort(),n.switchMutex=!1,r.log(`switchMutex released`),n.switchAbortController=new Io.AbortControllerPolyfilled,n.getSwitchWithAbort(r)(e,t)})()}getSwitchWithAbort(e){return W.abortable(this.switchAbortController.signal,function(){var t=D(function*(t,n){if(!W.isNullable(this.downloadingRepresentationId)){this.switchMutex=!0,e.log(`switchMutex captured`);try{e.log(`start`,W.flattenObject({newRepresentationId:t,playingRepresentationId:this.playingRepresentationId,downloadingRepresentationId:this.downloadingRepresentationId,mode:n})),this.switchingRepresentationId=t;let r=this.representations.get(this.downloadingRepresentationId),i=this.representations.get(t);W.assertNonNullable(i,`No such representation ${t}`),W.assertNonNullable(r,`No such representation ${this.downloadingRepresentationId}`),e.log(`abortDownload`),this.abortDownload(),e.log(`start loadInitIfNeeded`),yield this.loadInitIfNeeded(i,`high`),e.log(`ended loadInitIfNeeded`);let a=this.initData.get(i.id),o=this.segments.get(i.id);if(W.isNullable(a)||W.isNullable(o))return;let s=e=>e.segment.bufferStatus!==`fed`,c=e=>{let t=this.representations.get(e.representationId);return W.assertNonNullable(t,`No itemRepresentation for previous track before switch`),e.segment.networkStatus!==`downloaded`||this.forceSwitchCondition(t,i)},l=e=>{switch(n){case`lazy`:return s(e)&&c(e);case`force`:return!0;default:return s(e)}};e.log(`bufferPlaybackQueue before`,W.flattenObject(this.bufferPlaybackQueue)),this.bufferPlaybackQueue.filter(l).forEach(e=>e.segment.bufferStatus=`none`),this.bufferPlaybackQueue=this.bufferPlaybackQueue.filter(e=>!l(e)),e.log(`bufferPlaybackQueue after`,W.flattenObject(this.bufferPlaybackQueue)),this.downloadingRepresentationId=t,this.switchingRepresentationId=null,this.bufferPlaybackQueue.length?(e.log(`switchTo with maintain`),yield this.maintain()):(e.log(`switchTo with seek`),yield this.prepareSeek(),yield this.seek(this.getCurrentPosition()))}finally{this.switchMutex=!1,e.log(`switchMutex released`),e.end()}}});return function(e,n){return t.apply(this,arguments)}}().bind(this))}prepareSeek(){var e=this;return w(function*(){let t=e.tracer.createComponentTracer(`prepareSeek`);e.seekMutex=!0,t.log(`seekMutex captured`),e.maintainAbortController.abort(),e.maintainAbortController=new Io.AbortControllerPolyfilled,e.maintainMutexPromise&&(t.log(`waiting for in-flight maintain`),yield e.maintainMutexPromise,t.log(`in-flight maintain completed`));try{yield e.resetBuffer(t)}catch{t.error(`seekMutex released`),e.seekMutex=!1}t.end()})()}seek(e){var t=this;return w(function*(){let n=t.tracer.createComponentTracer(`seek ${e}`);t.seekMutex=!1,n.log(`seekMutex released`),n.log(`maintain started`),yield t.maintain(e),n.log(`maintain ended`),n.end()})()}maintain(){var e=this;return w(function*(t=this.getCurrentPosition()){if(W.isNullable(t)||e.maintainMutexPromise)return;let{signal:n}=e.maintainAbortController,r;e.maintainMutexPromise=new Promise(e=>r=e);try{if(yield e.verifyBufferPlaybackQueue(t),n.aborted||(e.sanitizeBufferPlaybackQueue()&&e.tracer.createComponentTracer(`sanitizeBufferPlaybackQueue`).end(),yield e.maintainPlaybackBuffer(t),n.aborted)||(yield e.maintainNativeBuffer(n),n.aborted))return;e.actualizeLastSegmentInfo(t)}finally{e.maintainMutexPromise=null,r()}}).apply(this,arguments)}getForwardBufferRepresentations(e=this.getCurrentPosition()){if(this.forwardBufferRepresentations.clear(),W.isNonNullable(e))for(let[t,n]of this.segments.entries())this.forwardBufferRepresentations.set(t,n.filter(t=>t.time.from>=e&&t.time.to<=e+this.forwardBufferTarget));return this.forwardBufferRepresentations}getForwardPlaybackBufferDuration(e=this.getCurrentPosition()){let t=this.bufferPlaybackQueue.filter(e=>e.segment.networkStatus===`downloaded`),n=t[t.length-1],r=W.isNonNullable(e)&&W.isNonNullable(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}abort(){var e=this;return w(function*(){e.abortDownload(),yield e.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.isNullable(this.playingRepresentationId)?0:(this.segments.get(this.playingRepresentationId)?.[0].time.from??0)/1e3}calculateDurationFromSegments(){if(!this.playingRepresentationId)return 0;let e=this.segments.get(this.playingRepresentationId);return(e?Lo.arrayAt(e,-1)?.time.to:0)||0}getActiveSegmentProgress(){let e;for(let t of this.downloadingBufferItems)t.segment.networkStatus!==`downloading`||W.isNullable(t.startedAtMs)||(!e||t.segment.time.from<e.segment.time.from)&&(e=t);if(!(!e||W.isNullable(e.startedAtMs)))return{startedAtMs:e.startedAtMs,loadedBytes:e.segment.loadedBytes??0,totalBytes:W.isNonNullable(e.segment.size)&&Number.isFinite(e.segment.size)?e.segment.size:void 0,segmentDurationMs:e.segment.time.to-e.segment.time.from}}getMpdSegmentDuration(){for(let e of this.segments.values()){let t=e[0];if(t&&t.time.to>t.time.from)return t.time.to-t.time.from}}get lastDataObtainedTimestamp(){return this.lastDataObtainedTimestampMs}setTarget(e){this.forwardBufferTarget=e}setPreloadOnly(e){this.preloadOnly=e}destroy(){let e=W.getWindow();if(this.initData.clear(),this.initDataPromises.clear(),this.segments.clear(),this.parsedInitData.clear(),this.representations.clear(),this.downloadAbortController.abort(),this.switchAbortController.abort(),this.maintainAbortController.abort(),this.destroyAbortController.abort(),this.subscription.unsubscribe(),e.cancelIdleCallback)for(let t of this.idleCallbacks.values())e.cancelIdleCallback(t);this.idleCallbacks.clear(),j.clearTimeout(this.loadByteRangeSegmentsTimeoutId),this.tracer.log(`destroy`),this.tracer.end()}verifyBufferPlaybackQueue(e){var t=this;return w(function*(){let n=t.getPlaybackBufferState();if(!t.tuning.dash.useBufferQueueVerification||!t.bufferPlaybackQueue.length||W.isNullable(n)||t.withinInterval(e,n)||e<t.tuning.dash.bufferQueueVerificationMinPosition)return;let r=t.tracer.createComponentTracer(`verifyBufferPlaybackQueue `+e);t.tuning.dash.useVirtualBufferImplicitSeek?yield t.resetBuffer(r):(r.log(`reset bufferPlaybackQueue`),t.bufferPlaybackQueue=[]),r.end()})()}sanitizeBufferPlaybackQueue(){let e=!1;return this.bufferPlaybackQueue=this.bufferPlaybackQueue.filter(t=>t.segment.networkStatus===`none`&&t.segment.bufferStatus!==`fed`?(t.segment.bufferStatus=`none`,t.segment.feedingBytes=0,t.segment.fedBytes=0,e=!0,!1):!0),e}forceSwitchCondition(e,t){let n=!0;if(this.kind===`video`){let r=Fs(e),i=Fs(t);n=W.isNonNullable(r)&&W.isNonNullable(i)&&W.isHigher(i.quality,r.quality)}else if(this.kind===`audio`){let r=Is(e),i=Is(t);n=W.isNonNullable(r?.bitrate)&&W.isNonNullable(i?.bitrate)&&i.bitrate>r.bitrate}return n}clearBuffer(){var e=this;return w(function*(){let t=e.tracer.createComponentTracer(`clearBuffer`);e.bufferClearingMutex=!0,t.log(`bufferClearingMutex captured`);try{t.log(`clearBuffer`,W.flattenObject({queue:e.bufferPlaybackQueue.slice(0,5)})),yield e.nativeBufferManager.clear(e.destroyAbortController.signal),e.bufferPlaybackQueue.forEach(e=>e.segment.bufferStatus=`none`),e.bufferPlaybackQueue=[]}finally{e.bufferClearingMutex=!1,t.log(`bufferClearingMutex released`),t.end()}})()}resetBuffer(e){var t=this;return w(function*(){e?.log(`started abort`),yield t.abort(),e?.log(`started clearBuffer`),yield t.clearBuffer(),e?.log(`ended clearBuffer`)})()}abortDownload(){this.downloadAbortController.abort(),this.downloadAbortController=new Io.AbortControllerPolyfilled,this.abortDownloadingItems()}abortDownloadingItems(){for(let e of this.downloadingBufferItems)e.segment.networkStatus===`downloading`&&(e.segment.networkStatus=`none`,e.segment.loadedBytes=0,e.segment.feedingBytes=0,e.segment.fedBytes=0,e.segment.data=null,e.startedAtMs=void 0);this.downloadingBufferItems=[]}abortNativeBuffer(){var e=this;return w(function*(){let t=e.tracer.createComponentTracer(`abortNativeBuffer`);t.log(`abortNativeBufferMutex captured`),e.abortNativeBufferMutex=!0;try{t.log(`abortNativeBuffer`,W.flattenObject({bufferState:e.nativeBufferManager.getBufferState()}));let n=e.playingRepresentationId&&e.initData.get(e.playingRepresentationId),r=n instanceof ArrayBuffer?n:void 0;return yield e.nativeBufferManager.abortBuffer(r)}finally{e.abortNativeBufferMutex=!1,t.log(`abortNativeBufferMutex released`),t.end()}})()}loadInits(){var e=this;return w(function*(){for(let[t,n]of e.representations)e.idleCallbacks.set(n.id,Ro.requestIdleCallbackPolyfilled(function(){var t=w(function*(t){return yield e.loadInitIfNeeded(n,`low`,!1)});return function(e){return t.apply(this,arguments)}}()))})()}loadInitIfNeeded(e,t=`auto`,n=!1){var r=this;return w(function*(){let i=r.initDataPromises.get(e.id),a;a=r.initData.has(e.id)&&r.segments.has(e.id)?Promise.resolve():W.isNonNullable(i)?i:r.loadInit(e,t,n),yield a})()}loadInit(e,t=`auto`,n=!1){var r=this;return w(function*(){try{let n=r.tuning.dash.useFetchPriorityHints?t:`auto`,i=r.fetcher.fetchRepresentation(e.segmentReference,r.containerParser,r.downloadAbortController.signal,n,void 0,r.kind);r.initDataPromises.set(e.id,i);let{initMetadata:a,initDataView:o,segments:s,firstSegmentData:c}=(yield i)??{};if(r.initDataPromises.delete(e.id),W.isNullable(o)||W.isNullable(s))return;if(a&&r.parsedInitData.set(e.id,a),c&&s.length>0){let e=s[0];e.data=c,e.networkStatus=`downloaded`,e.loadedBytes=e.size,W.isNonNullable(e.size)&&(r.currentVirtualBufferSize+=e.size)}let l=o.buffer.slice(o.byteOffset,o.byteOffset+o.byteLength);r.initData.set(e.id,l),r.segments.set(e.id,s),r.failedDownloads=0}catch(e){n&&!W.isAbortError(e)&&r.error$.next({id:`LoadInits`,category:W.ErrorCategory.WTF,message:`loadInit threw`,thrown:e})}})()}isMaintainNativeBufferMutexActive(){return this.abortNativeBufferMutex||this.bufferClearingMutex||this.switchMutex||this.seekMutex||this.preloadOnly}maintainNativeBuffer(e){var t=this;return w(function*(){let n=t.getCurrentPosition(),r=t.segments.get(t.downloadingRepresentationId??``),i=r?.[r?.length-1];if(W.isNullable(n)||W.isNullable(i)||t.isMaintainNativeBufferMutexActive())return;let a;try{let r=t.bufferPlaybackQueue.find(e=>t.withinInterval(n,e.segment.time)),o=t.bufferPlaybackQueue.find(e=>e.segment.bufferStatus!==`fed`),s=t.initData.get(o?.representationId??``),c=t.bufferPlaybackQueue[0],l=(t.getCurrentStallDuration()??0)>0;t.tuning.dash.useBufferHoldingOnlyOnStall&&(l&&=n>0);let u=Math.min(t.tuning.dash.minSafeBufferToPlay,i.time.to-n),d=l?t.getForwardPlaybackBufferDuration()>=u:!0;if(W.isNonNullable(s)&&W.isNonNullable(o)&&W.isNonNullable(r)&&t.playingRepresentationId!==o.representationId&&t.withinAppendInterval(n,o.segment.time)&&(o===r||r.segment.bufferStatus===`fed`)&&(a??=t.tracer.createComponentTracer(`native init ${n}`),a.log(`abortNativeBuffer`),yield t.abortNativeBuffer(),a.log(`start addInitSegment`),yield t.nativeBufferManager.addInitSegment(s,e),a.log(`end addInitSegment`),t.playingRepresentationId=o.representationId,t.playingRepresentation$.next(t.playingRepresentationId),a.log(`playingRepresentationId`,W.flattenObject({id:o.representationId}))),e.aborted||(W.isNonNullable(o)&&t.withinAppendInterval(n,o.segment.time)&&d&&(a??=t.tracer.createComponentTracer(`native append ${n}`),o.segment.loadedBytes===o.segment.size&&o.segment.bufferStatus===`none`?(a.log(`started appendSegmentFully`),yield t.appendSegmentFully(o,e),a.log(`ended appendSegmentFully`)):(a.log(`started appendSegmentPartially`),yield t.appendSegmentPartially(o,e),a.log(`ended appendSegmentPartially`))),e.aborted))return;W.isNonNullable(c)&&W.isNonNullable(r)&&t.withinRemoveInterval(n,c.segment.time)&&c.segment.time.to<r.segment.time.from+1&&(a??=t.tracer.createComponentTracer(`native remove ${n}`),a.log(`started removeSegment`),yield t.removeSegment(c,e),a.log(`ended removeSegment`)),a?.log(`currentPosition`,W.flattenObject({currentPosition:n})),a?.log(`currentPlayingItem`,W.flattenObject(r)),a?.log(`nextPlayingItem`,W.flattenObject(o)),a?.log(`nextRemoveItem`,W.flattenObject(c)),a?.log(`queue`,W.flattenObject(t.bufferPlaybackQueue)),a?.log(`buffer`,W.flattenObject(t.nativeBufferManager.getBufferState()??{})),t.pruneVirtualBuffer(n)}finally{a?.end()}})()}maintainPlaybackBuffer(e){var t=this;return w(function*(){W.assertNonNullable(t.downloadingRepresentationId);let n=t.segments.get(t.downloadingRepresentationId),r=t.representations.get(t.downloadingRepresentationId);if(W.isNullable(n)||W.isNullable(r)||t.abortNativeBufferMutex||t.bufferClearingMutex||t.switchMutex||t.seekMutex)return;let i;try{let a=n.find(t=>e>=t.time.from&&e<t.time.to);W.isNonNullable(a)&&isFinite(a.time.from)&&isFinite(a.time.to)&&t.currentSegmentLength$.next(a?.time.to-a.time.from),t.downloadingBufferItems.length?i=t.tracer.createComponentTracer(`playbackMaintain ${e}`):t.downloadingBufferItems=t.selectDownloadingItems(e,n),i?.log(`currentSegment`,W.flattenObject(a)),i?.log(`downloadingBufferItems`,W.flattenObject(t.downloadingBufferItems)),i?.log(`processCachedItems`),t.processCachedItems();let o=t.selectItemsToLoad();i?.log(`itemsToLoad`,W.flattenObject(o));let s=t.getPlaybackBufferState(),c=W.isNullable(s)||!t.withinInterval(e,s),l=t.tuning.dash.useFetchPriorityHints&&c?`high`:`auto`;t.loadItems(o,r,l),i?.log(`items downloaded`,W.flattenObject(o))}finally{i?.end()}})()}actualizeLastSegmentInfo(e){let t=this.segments.get(this.downloadingRepresentationId??``);if(W.isNullable(t)||t.length===0)return;let n=t[t?.length-1];W.isNullable(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){W.assertNonNullable(this.downloadingRepresentationId);let n=this.getPlaybackBufferState(),r,i;if(W.isNonNullable(n)&&this.withinInterval(e,n)){i=this.forwardBufferTarget-this.getForwardPlaybackBufferDuration(e);let n=this.bufferPlaybackQueue[this.bufferPlaybackQueue.length-1];r=t.findIndex(e=>e.time.from>n.segment.time.from+this.tuning.dash.bufferTolerance)}else 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}processCachedItems(){for(let e of this.downloadingBufferItems){if(e.segment.networkStatus!==`downloaded`)break;this.onDownloadItem(e)}}withinInterval(e,{from:t,to:n},r=this.tuning.dash.bufferTolerance,i=0){return W.isNonNullable(e)?e+r>=t&&e-i<n:!1}withinAppendInterval(e,{from:t,to:n}){let{minNativeBufferSize:r,removeTimeShiftFromSegment:i}=this.tuning.dash;return this.withinInterval(e,{from:t,to:n},r,i)}withinRemoveInterval(e,{to:t}){let{removeTimeShiftFromSegment:n}=this.tuning.dash;return W.isNonNullable(e)?e-n>t:!1}getExponentialDownloadDelay(){return W.abortable(this.downloadAbortController.signal,D(function*(){let e=W.getExponentialDelay(this.failedDownloads,this.tuning.downloadBackoff);yield new Promise(t=>{let n=W.getWindow();this.loadByteRangeSegmentsTimeoutId=j.setTimeout(t,e),this.subscription.add(W.fromEvent(n,`online`).pipe(W.once()).subscribe(()=>{t(),j.clearTimeout(this.loadByteRangeSegmentsTimeoutId)}))})}).bind(this))}waitExponentialDownloadDelay(){var e=this;return w(function*(){yield e.getExponentialDownloadDelay()()})()}appendSegmentFully(e,t){var n=this;return w(function*(){W.isNullable(e.segment.data)||(e.segment.feedingBytes=e.segment.size,(yield n.nativeBufferManager.append(e.segment.data,t))&&(e.segment.fedBytes=e.segment.size,n.onItemFullyAppended(e)))})()}appendSegmentPartially(e,t){var n=this;return w(function*(){if(W.isNullable(e.segment.data)||W.isNullable(e.segment.loadedBytes)||W.isNullable(e.segment.feedingBytes)||W.isNullable(e.segment.fedBytes)||W.isNullable(e.segment.size))return;let r=e.segment.data,i=new DataView(r.buffer,r.byteOffset+e.segment.feedingBytes,r.byteLength-e.segment.feedingBytes),a=e.segment.loadedBytes===e.segment.size?i:n.parseFeedableSegmentChunk(i);a?.byteLength&&(e.segment.bufferStatus=`partially_fed`,e.segment.feedingBytes+=a.byteLength,(yield n.nativeBufferManager.append(a,t))&&W.isNonNullable(e.segment.data)&&(e.segment.fedBytes+=a.byteLength,e.segment.fedBytes===e.segment.size&&n.onItemFullyAppended(e)))})()}parseFeedableSegmentChunk(e){return this.containerParser.parseFeedableSegmentChunk(e,!1)}onItemFullyDownloaded(e){e.segment.networkStatus=`downloaded`}onItemFullyAppended(e){e.segment.bufferStatus=`fed`}removeSegment(e,t){var n=this;return w(function*(){let{from:r,to:i}=e.segment.time,a=(i-r)/4;(yield n.nativeBufferManager.remove(0,i-a,t))&&(e.segment.fedBytes=0,e.segment.feedingBytes=0,e.segment.bufferStatus=`none`,n.bufferPlaybackQueue.shift())})()}onDownloadItem(e){if(!this.downloadingBufferItems.find(t=>t===e))return;let t=this.getCurrentPosition();if(this.downloadingBufferItems=this.downloadingBufferItems.filter(t=>t!==e||t.segment.networkStatus!==`downloaded`),this.preloadOnly||W.isNonNullable(t)&&!this.withinRemoveInterval(t,e.segment.time)){if(this.bufferPlaybackQueue.find(t=>t.segment===e.segment))return;let t=this.bufferPlaybackQueue.findIndex(t=>t.segment.time.to>e.segment.time.to);t===-1?this.bufferPlaybackQueue.push(e):this.bufferPlaybackQueue.splice(t,0,e)}}pruneVirtualBuffer(e){let{maxVirtualBufferSize:t,virtualBufferPruneSize:n,bufferPruningSafeZone:r}=this.tuning.dash;if(this.currentVirtualBufferSize<t)return;let i,a=this.currentVirtualBufferSize-t+n;for(let t of this.segments.values())for(let n of t)W.isNonNullable(n.size)&&a>0&&n.time.to<=e-r&&n.bufferStatus===`none`&&n.networkStatus===`downloaded`&&(i??=this.tracer.createComponentTracer(`prune before ${e}`),i.log(`bytesToPrune`,{bytesToPrune:a}),i.log(`prune segment`,W.flattenObject(n)),n.data=null,n.networkStatus=`none`,this.currentVirtualBufferSize-=n.size,a-=n.size);for(let t of this.segments.values())for(let n of[...t].reverse())W.isNonNullable(n.size)&&a>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)&&(i??=this.tracer.createComponentTracer(`prune after ${e}`),i.log(`bytesToPrune`,{bytesToPrune:a}),i.log(`prune segment`,W.flattenObject(n)),n.data=null,n.networkStatus=`none`,this.currentVirtualBufferSize-=n.size,a-=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)}}var Ws=require("@vkontakte/videoplayer-shared");class Gs extends Us{constructor(e,t,n,r){super(e,t,n,r)}loadItems(e,t,n=`auto`){var r=this;return w(function*(){let{signal:i}=r.downloadAbortController;if(i.aborted||!e.length)return;let a=r.prepareFetchParams(e,t),{url:o}=a,s=ee(a,b);if(r.failedDownloads&&(yield r.waitExponentialDownloadDelay()),i.aborted)return;let c=Ws.getWindow().performance.now();for(let t of e)t.startedAtMs=c;try{let e=yield r.fetcher.fetch(o,T(T({},s),{},{priority:n,urlCacheMechanismEnabled:!0}));if(Ws.isNullable(e)){if(i.aborted)return;throw Error(`fetcher.fetch returned null`)}r.lastDataObtainedTimestampMs=Ws.now(),r.failedDownloads=0}catch(e){Ws.isAbortError(e)||(r.abortDownloadingItems(),r.failedDownloads++,r.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],i=r.segment;i.networkStatus=`downloading`,i.loadedBytes=0,i.feedingBytes=0,i.fedBytes=0,n.push(r),e+=i.byte.to+1-i.byte.from,t+=i.time.to+1-i.time.from,a++}return n}prepareFetchParams(e,t){var n=this;if(_i(t.segmentReference))throw Error(`Representation is not byte range type`);let{signal:r}=this.downloadAbortController,i=t.segmentReference.url,a={from:e[0].segment.byte.from,to:e[e.length-1].segment.byte.to},o=function(){var i=w(function*(i,o){if(!r.aborted)try{n.lastDataObtainedTimestampMs=Ws.now(),yield n.onSomeDataLoaded({downloadingItems:e,dataView:i,loaded:o,signal:r,globalFrom:a?a.from:0,representationId:t.id})}catch(e){n.error$.next({id:`SegmentFeeding`,category:Ws.ErrorCategory.VIDEO_PIPELINE,message:`Error when feeding segments`,thrown:e})}});return function(e,t){return i.apply(this,arguments)}}(),{fetcherBufferOptimisation:s}=this.tuning.dash;return{url:i,range:a,onProgress:o,signal:r,bufferOptimisation:s,kind:this.kind}}onSomeDataLoaded({downloadingItems:e,dataView:t,representationId:n,globalFrom:r,loaded:i,signal:a}){var o=this;return w(function*(){let s=o.representations.get(n);if(!(!o.downloadingBufferItems.length||Ws.isNullable(s)||Ws.isNullable(r)||a.aborted))for(let n of e){let{segment:e}=n,a=e.byte.from-r,s=e.byte.to-r,c=a<i,l=s<=i;!c||Ws.isNullable(e.size)||(e.networkStatus===`downloading`&&e.bufferStatus===`none`&&l?(e.data=new DataView(t.buffer,t.byteOffset+a,e.size),o.currentVirtualBufferSize+=e.size,o.onItemFullyDownloaded(n),e.loadedBytes=Math.min(e.size,i-a),o.onDownloadItem(n)):Ws.isNonNullable(e.feedingBytes)&&o.tuning.dash.enableSubSegmentBufferFeeding&&e.networkStatus===`downloading`&&(e.loadedBytes=Math.min(e.size,i-a),l&&(o.currentVirtualBufferSize+=e.size,o.onItemFullyDownloaded(n)),e.loadedBytes>e.feedingBytes&&(e.data=new DataView(t.buffer,t.byteOffset+a,e.loadedBytes),o.onDownloadItem(n))))}})()}updateRepresentationBaseUrl(e,t){if(_i(e.segmentReference))throw Error(`Representation is not byte range type`);e.segmentReference.url=t}}var Ks=require("@vkontakte/videoplayer-shared");class qs extends Us{constructor(e,t,n,r){super(e,t,n,r)}loadItems(e,t,n=`auto`){var r=this;return w(function*(){let{signal:i}=r.downloadAbortController;if(i.aborted||!e.length)return;let a=r.prepareFetchParams(e,t),{url:o}=a,s=ee(a,x);if(r.failedDownloads&&(yield r.waitExponentialDownloadDelay()),i.aborted)return;let c=Ks.getWindow().performance.now();for(let t of e)t.startedAtMs=c;try{let t=yield r.fetcher.fetch(o,T(T({},s),{},{priority:n}));if(r.lastDataObtainedTimestampMs=Ks.now(),Ks.isNullable(t)){if(i.aborted)return;throw Error(`fetcher.fetch returned null`)}let a=e[0],c=new DataView(t);a.segment.size=c.byteLength,a.segment.loadedBytes=c.byteLength,a.segment.data=c,r.onItemFullyDownloaded(a),r.onDownloadItem(a),r.failedDownloads=0}catch(e){Ks.isAbortError(e)||(r.abortDownloadingItems(),r.failedDownloads++,r.updateRepresentationsBaseUrlIfNeeded())}})()}selectItemsToLoad(){let e=this.downloadingBufferItems[0];if(Ks.isNullable(e)||e.segment.networkStatus!==`none`)return[];let t=e.segment;return t.networkStatus=`downloading`,t.size=1/0,t.loadedBytes=0,t.feedingBytes=0,t.fedBytes=0,[e]}prepareFetchParams(e,t){var n=this;let r=this.getFetchUrl(e,t).toString(),{signal:i}=this.downloadAbortController;return{url:r,onProgress:function(){var r=w(function*(r,a){if(!i.aborted)try{n.lastDataObtainedTimestampMs=Ks.now(),yield n.onSomeDataLoaded({downloadingItems:e,dataView:r,loaded:a,signal:i,representationId:t.id})}catch(e){n.error$.next({id:`SegmentFeeding`,category:Ks.ErrorCategory.VIDEO_PIPELINE,message:`Error when feeding segments`,thrown:e})}});return function(e,t){return r.apply(this,arguments)}}(),signal:i,bufferOptimisation:this.tuning.dash.fetcherBufferOptimisation,kind:this.kind}}getFetchUrl(e,t){if(!_i(t.segmentReference))throw Error(`Representation is not template type`);return new URL(e[0].segment.url,t.segmentReference.baseUrl)}onSomeDataLoaded({downloadingItems:e,dataView:t,representationId:n,loaded:r,signal:i}){var a=this;return w(function*(){let o=e[0],{segment:s}=o,c=a.representations.get(n);!a.downloadingBufferItems.length||Ks.isNullable(c)||Ks.isNullable(s.feedingBytes)||s.networkStatus!==`downloading`||i.aborted||(s.loadedBytes=r,s.loadedBytes>s.feedingBytes&&a.tuning.dash.enableSubSegmentBufferFeeding&&(s.data=new DataView(t.buffer,t.byteOffset,s.loadedBytes),a.onDownloadItem(o)))})()}updateRepresentationBaseUrl(e,t){if(!_i(e.segmentReference))throw Error(`Representation is not template type`);e.segmentReference.baseUrl=t}}var Js=require("@vkontakte/videoplayer-shared"),Ys=require("@vkontakte/videoplayer-shared");class Xs extends qs{constructor(e,t,n,r){super(e,t,n,r),this.currentLiveSegmentServerLatency$=new Ys.ValueSubject(0),this.currentLowLatencySegmentLength$=new Ys.ValueSubject(0),this.liveInitialAdditionalOffset=0,this.isSeekingLive=!1,this.isActiveLowLatency=void 0,this.isActiveLowLatency=r.isActiveLowLatency}updateManifest(e){if(!e||[...this.segments.values()].every(e=>!e.length))return;let t=Js.arrayFlatMap(e.streams[this.kind],e=>e.representations);for(let e of t){if(Ys.isNullable(e)||!_i(e.segmentReference))return;let t=e.segmentReference.segments.map(e=>T(T({},e),{},{networkStatus:`none`,bufferStatus:`none`,size:void 0})),n=this.segments.get(e.id)??[],r=n.at(-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;Ys.assertNonNullable(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=(t==null?void 0:Js.arrayFlatMap(t,e=>e.representations)).find(e=>e.id===this.downloadingRepresentationId);if(Ys.isNullable(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(Ys.isNullable(this.playingRepresentationId))return 0;let e=this.representations.get(this.playingRepresentationId)?.segmentReference;return Ys.isNullable(e)||!_i(e)?0:this.getActualLiveStartingSegments(e)[0].time.from+this.tuning.dash.bufferTolerance}prepareFetchParams(e,t){return T(T({},super.prepareFetchParams(e,t)),{},{isLowLatency:this.isActiveLowLatency()})}onSomeDataLoaded(e){var t=()=>super.onSomeDataLoaded,n=this;return w(function*(){let{downloadingItems:r}=e,i=ee(e,S);yield t().call(n,T({downloadingItems:r},i)),n.isActiveLowLatency()&&n.updateLowLatencyItemTime(r[0])})()}onItemFullyDownloaded(e){if(super.onItemFullyDownloaded(e),Ys.isNullable(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(Ys.isNullable(e.segment.data)||Ys.isNullable(n)||!_i(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(!_i(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=Po(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}loadInit(e,t=`auto`,n=!1){var r=this;return w(function*(){try{let n=r.tuning.dash.useFetchPriorityHints?t:`auto`,i=r.fetcher.fetchRepresentation(e.segmentReference,r.containerParser,r.downloadAbortController.signal,n);r.initDataPromises.set(e.id,i);let{initMetadata:a,initDataView:o,segments:s}=(yield i)??{};if(r.initDataPromises.delete(e.id),Ys.isNullable(o)||Ys.isNullable(s))return;a&&r.parsedInitData.set(e.id,a);let c=r.getActualLiveStartingSegments(e.segmentReference);r.segments.has(e.id)||r.segments.set(e.id,c);let l=o.buffer.slice(o.byteOffset,o.byteOffset+o.byteLength);r.initData.set(e.id,l),r.failedDownloads=0}catch(e){n&&r.error$.next({id:`LoadInits`,category:Ys.ErrorCategory.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 Zs{static getBufferManager(e,t,n,r){return r.manifest?.live?new Xs(e,t,n,r):_i(n[0].segmentReference)?new qs(e,t,n,r):new Gs(e,t,n,r)}}var Qs=require("@vkontakte/videoplayer-shared"),$s=require("@vkontakte/videoplayer-shared"),ec=18,tc=!1;try{tc=N.browser.isSafari&&!!N.browser.safariVersion&&N.browser.safariVersion<=ec}catch(e){console.error(e)}class nc{constructor(e){this.bufferFull$=new $s.Subject,this.error$=new $s.Subject,this.buffer=void 0,this.queue=[],this.currentTask=null,this.destroyed=!1,this.abortRequested=!1,this.completeTask=()=>{try{if(this.currentTask){let e=this.currentTask.signal?.aborted;this.currentTask.callback(!e),this.currentTask=null}this.queue.length&&this.pull()}catch(e){this.error$.next({id:`BufferTaskQueueUnknown`,category:$s.ErrorCategory.VIDEO_PIPELINE,message:`Buffer appending or removal failed`,thrown:e})}},this.buffer=e,this.buffer.addEventListener(`updateend`,this.completeTask)}append(e,t){var n=this;return w(function*(){return t&&t.aborted?!1:new Promise(r=>{let i={operation:`append`,data:e,signal:t,callback:r};n.queue.push(i),n.pull()})})()}remove(e,t,n){var r=this;return w(function*(){return n&&n.aborted?!1:new Promise(i=>{let a={operation:`remove`,from:e,to:t,signal:n,callback:i};r.queue.unshift(a),r.pull()})})()}abort(e){var t=this;return w(function*(){return new Promise(n=>{let r,i=e=>{t.abortRequested=!1,n(e)};r=tc&&e?{operation:`safariAbort`,init:e,callback:i}:{operation:`abort`,callback:i},t.currentTask&&=(t.currentTask.callback(!1),null);for(let{callback:e}of t.queue)e(!1);t.abortRequested=!0,r&&(t.queue=[r]),t.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.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:$s.ErrorCategory.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:$s.assertNever(t)}}}var rc=nc,ic=(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 ac{constructor(e){this.error$=new Qs.Subject,this.updateEnd$=new Qs.ValueSubject(void 0),this.mediaSource=void 0,this.sourceBuffer=void 0,this.sourceBufferTaskQueue=void 0,this.subscription=new Qs.Subscription,this.mediaSource=e}init(e,t){this.sourceBuffer=this.mediaSource.addSourceBuffer(`${e}; codecs="${t}"`),this.sourceBufferTaskQueue=new rc(this.sourceBuffer),this.subscription.add(this.sourceBufferTaskQueue.error$.subscribe(e=>this.error$.next(e))),this.subscription.add(Qs.fromEvent(this.sourceBuffer,`error`).subscribe(()=>this.error$.next({id:`SourceBuffer`,category:Qs.ErrorCategory.VIDEO_PIPELINE,message:`SourceBuffer Error event fired`}))),this.subscription.add(Qs.fromEvent(this.sourceBuffer,`updateend`).subscribe(this.updateEnd$))}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)}clear(e){var t=this;return w(function*(){let n=t.getBufferState();if(Qs.isNullable(n))return Promise.resolve(!1);let r=!0;yield t.sourceBufferTaskQueue.abort();for(let i of n)r&&=yield t.sourceBufferTaskQueue.remove(i.from,i.to,e);return r})()}warmUpMediaSource(){!Qs.isNullable(this.sourceBuffer)&&!this.sourceBuffer.updating&&(this.sourceBuffer.mode=`segments`)}getBufferState(){if(Qs.isNullable(this.sourceBuffer)||!vr(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 Qs.isNullable(this.sourceBuffer)||!vr(this.mediaSource,this.sourceBuffer)||!this.sourceBuffer.buffered.length||Qs.isNullable(e)?0:ic(this.sourceBuffer.buffered,e)}abortBuffer(e){var t=this;return w(function*(){return Qs.isNullable(t.sourceBuffer)?!1:t.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 oc=require("@vkontakte/videoplayer-shared"),sc=require("@vkontakte/videoplayer-shared"),cc=e=>{switch(e){case`DASH_SEP`:case`DASH_WEBM`:case`DASH_WEBM_AV1`:case`DASH_ONDEMAND`:case`DASH_STREAMS`:return!0;default:return!1}},lc=oc.objectValues(sc.VideoQuality).filter(e=>e!==sc.VideoQuality.INVARIANT).sort((e,t)=>sc.isHigher(e,t)?-1:1),uc=e=>{if(!e||e===sc.VideoQuality.INVARIANT)return null;let t=lc.find(t=>sc.isLower(t,e))??sc.VideoQuality.Q_1080P;return sc.isLowerOrEqual(t,sc.VideoQuality.Q_1080P)?sc.VideoQuality.Q_1080P:t},dc=(e,t,n)=>e.category===sc.ErrorCategory.VIDEO_PIPELINE&&e.id.endsWith(`MediaError#${MediaError.MEDIA_ERR_DECODE}`)&&cc(t)?uc(n):null,fc=({height:e},t)=>{let n=`${e}p`;try{return sc.isHigher(n,t)}catch{return!1}},pc=(e,t)=>{e.video.forEach(e=>{e.representations.forEach(e=>{e.tvDisabled=e.tvDisabled||fc(e,t)})})},mc=(e,t,n)=>{let r=[];for(let i of e.representations){let e=`${i.mime}; codecs="${i.codecs}"`,a=t.canPlayType?.call(t,e),o=!1;switch(n){case`probably`:o=a===`probably`;break;case`maybe`:o=!!a;break}o&&r.push(i)}return r.length?T(T({},e),{},{representations:r}):null},hc=(e,t,n)=>{let r=[];for(let i of e){let e=mc(i,t,n);e&&r.push(e)}return r},gc=(e,t)=>{if(!e.length||!t.length)return[];let n=[],r=0,i=0;for(;r<e.length&&i<t.length;){let a=Math.max(e[r].from,t[i].from),o=Math.min(e[r].to,t[i].to);a<o&&n.push({from:a,to:o}),e[r].to<t[i].to?r++:i++}return n},_c=[`timeupdate`,`progress`,`play`,`seeked`,`stalled`,`waiting`],vc=[`timeupdate`,`progress`,`loadeddata`,`playing`,`seeked`];class yc{constructor(e){this.element=null,this.manifestUrlString=``,this.source=null,this.manifest=null,this.tuning=void 0,this.tracer=void 0,this.stallTracer=null,this.forceVideoCodec=void 0,this.stallStartTime=null,this.lastForceSeekTimestamp=null,this.videoBufferManager=void 0,this.audioBufferManager=void 0,this.bufferManagers=[],this.videoNativeBufferManager=void 0,this.audioNativeBufferManager=void 0,this.nativeBufferManagers=[],this.throughputEstimator=void 0,this.subscription=new H.Subscription,this.subscriptionRemovable=new H.SubscriptionRemovable,this.representationSubscription=new H.Subscription,this.fetcher=void 0,this.forceEnded$=new H.Subject,this.stallWatchdogSubscription=void 0,this.destroyController=new Ga.AbortControllerPolyfilled,this.state$=new Dt(`none`),this.currentVideoRepresentation$=new H.ValueSubject(void 0),this.currentVideoRepresentationInit$=new H.ValueSubject(void 0),this.currentAudioRepresentation$=new H.ValueSubject(void 0),this.currentVideoSegmentLength$=new H.ValueSubject(0),this.currentAudioSegmentLength$=new H.ValueSubject(0),this.error$=new H.Subject,this.manifestRequested=new H.Subject,this.manifestReceived=new H.Subject,this.firstBytesRequested=new H.Subject,this.firstBytesReceived=new H.Subject,this.lastConnectionType$=new H.ValueSubject(void 0),this.lastConnectionReused$=new H.ValueSubject(void 0),this.lastRequestFirstBytes$=new H.ValueSubject(void 0),this.lastConnectionMetrics$=new H.ValueSubject(void 0),this.lastDownloadMetrics$=new H.ValueSubject(void 0),this.currentLiveTextRepresentation$=new H.ValueSubject(null),this.timeoutSourceOpenId=void 0,this.isLive$=new H.ValueSubject(!1),this.isActiveLive$=new H.ValueSubject(!1),this.isLowLatency$=new H.ValueSubject(!1),this.liveDuration$=new H.ValueSubject(0),this.liveSeekableDuration$=new H.ValueSubject(0),this.liveAvailabilityStartTime$=new H.ValueSubject(0),this.liveStreamStatus$=new H.ValueSubject(void 0),this.currentBuffer$=new H.ValueSubject({from:0,to:0}),this.bufferLength$=new H.ValueSubject(0),this.nativeBufferLength$=new H.ValueSubject(0),this.liveLatency$=new H.ValueSubject(void 0),this.liveLoadBufferLength$=new H.ValueSubject(0),this.livePositionFromPlayer$=new H.ValueSubject(0),this.currentStallDuration$=new H.ValueSubject(0),this.videoLastDataObtainedTimestamp$=new H.ValueSubject(0),this.fetcherRecoverableError$=new H.Subject,this.fetcherError$=new H.Subject,this.updateDurationError$=new H.Subject,this.isOnDemand=!1,this.dashMaxTvVideoQuality=void 0,this.initRepresentations=H.abortable(this.destroyController.signal,function(){var e=D(function*(e,t,n){this.tracer.log(`initRepresentationsStart`,H.flattenObject({initialVideo:e,initialAudio:t,sourceHls:n})),this.representationSubscription.unsubscribe(),this.state$.startTransitionTo(`representations_ready`);let r={fetcher:this.fetcher,tracer:this.tracer,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.setSourceInitDuration(),this.tuning.audioOnly?H.assertNonNullable(this.audioBufferManager):H.assertNonNullable(this.videoBufferManager);let i=[];e&&i.push(this.videoBufferManager?.startWith(e)??Promise.resolve()),t&&i.push(this.audioBufferManager?.startWith(t)??Promise.resolve()),yield Promise.all(i),this.state$.setState(`representations_ready`),this.tracer.log(`initRepresentationsEnd`)});return function(t,n,r){return e.apply(this,arguments)}}().bind(this)),this.fetchManifest=H.abortable(this.destroyController.signal,D(function*(){try{return yield this.fetcher.fetchManifest(this.manifestUrlString)}catch(e){H.isNullable(this.manifest)&&!this.bufferLength$.getValue()&&this.error$.next({id:`LoadManifest`,category:H.ErrorCategory.NETWORK,message:`Failed to load manifest`,thrown:e})}}).bind(this)),this.throughputEstimator=e.throughputEstimator,this.tuning=e.tuning,this.tracer=e.tracer.createComponentTracer(`DashProviderVirtualPlayer`),this.forceVideoCodec=e.forceVideoCodec,this.isOnDemand=e.isOnDemand||!1,this.dashMaxTvVideoQuality=e.dashMaxTvVideoQuality,this.fetcher=new yo({throughputEstimator:this.throughputEstimator,requestQuic:this.tuning.requestQuick,compatibilityMode:e.compatibilityMode,tracer:this.tracer,useEnableSubtitlesParam:e.tuning.useEnableSubtitlesParam,measureNonSegmentRequests:e.tuning.throughputEstimator.measureNonSegmentRequests,measureFastSamples:e.tuning.throughputEstimator.measureFastSamples,preloadFirstSegment:e.tuning.dash.preloadFirstSegment,maxQualityForFirstSegmentPreload:e.tuning.dash.maxQualityForFirstSegmentPreload,handleExtendedNetworkErrorsSet:e.tuning.handleExtendedNetworkErrorsSet,useUrlCacheMechanism:e.tuning.useUrlCacheMechanism}),this.subscription.add(this.fetcher.recoverableError$.subscribe(this.fetcherRecoverableError$)),this.subscription.add(this.fetcher.error$.subscribe(this.fetcherError$)),this.initTracerSubscription()}initManifest(e,t,n){var r=this;return w(function*(){r.tracer.log(`initManifest`),r.state$.startTransitionTo(`manifest_ready`),r.element=e,r.manifestUrlString=r.prepareManifestUrlString(t,n),r.manifest=yield r.updateManifest(),!r.tuning.audioOnly&&!r.manifest?.streams.video.length||r.tuning.audioOnly&&!r.manifest?.streams.audio.length?r.error$.next({id:`NoRepresentations`,category:H.ErrorCategory.PARSER,message:`No playable video representations`}):r.state$.setState(`manifest_ready`)})()}initBuffer(){let e=this.tracer.createComponentTracer(`initBuffer`);H.assertNonNullable(this.element),this.state$.setState(`running`),this.subscription.add(H.merge(..._c.map(e=>H.fromEvent(this.element,e)),H.fromEvent(H.getWindow(),`online`),H.interval(this.tuning.dash.tickMaintainInterval)).subscribe(()=>this.tick(),e=>this.error$.next({id:`DashVKPlayer`,category:H.ErrorCategory.WTF,message:`Internal logic error`,thrown:e}))),e.log(`tick maintain subscription initialized`);let t=[...this.source?.activeSourceBuffers??[]];this.subscription.add(H.merge(...t.map(e=>H.fromEvent(e,`updateend`))).subscribe(e=>this.reinitDecoderIfNeeded())),e.log(`reinit decoder subscription initialized`),this.subscription.add(H.fromEvent(this.element,`waiting`).subscribe(e=>{this.stallWatchdogSubscription&&(this.stallWatchdogSubscription.unsubscribe(),this.subscriptionRemovable.remove(this.stallWatchdogSubscription),this.stallTracer?.end(),this.stallTracer=null);let t=(this.element?.currentTime??0)*1e3;this.stallTracer=this.tracer.createComponentTracer(`stall `+t),this.stallStartTime=H.nowInt(),this.lastForceSeekTimestamp=null,this.stallWatchdogSubscription=H.interval(this.tuning.dash.stallWatchdogInterval).subscribe(()=>this.stallWatchdogIntervalCallback(),e=>this.error$.next({id:`StallWatchdogCallback ${e instanceof Error?e.message:``}`,category:H.ErrorCategory.NETWORK,message:`Can't restore DASH after stall.`,thrown:e})),this.subscriptionRemovable.add(this.stallWatchdogSubscription)})),e.log(`stall subscription initialized`),e.end()}switchRepresentation(e,t,n){var r=this;return w(function*(){return{video:r.videoBufferManager,audio:r.audioBufferManager,text:null}[e]?.switchTo(t,n)})()}seek(e,t=!1){var n=this;return w(function*(){let r=n.tracer.createComponentTracer(`seek `+e);H.assertNonNullable(n.element);let i;i=t||n.element.duration*1e3<=n.tuning.dashSeekInSegmentDurationThreshold||Math.abs(n.element.currentTime*1e3-e)<=n.tuning.dashSeekInSegmentAlwaysSeekDelta?e:Math.max(n.videoBufferManager?.findSegmentStartTime(e)??e,n.audioBufferManager?.findSegmentStartTime(e)??e),n.warmUpMediaSourceIfNeeded(i),r.log(`prepare seek `,{requestedPosition:e,forcePrecise:t}),yield Promise.all([n.videoBufferManager?.prepareSeek(),n.audioBufferManager?.prepareSeek()]),n.element.currentTime=i/1e3,r.log(`set current time to `,{currentTime:i/1e3}),r.log(`seek to `,{position:i}),yield Promise.all([n.videoBufferManager?.seek(i),n.audioBufferManager?.seek(i)]),yield n.reinitDecoderIfNeeded(),r.end()})()}warmUpMediaSourceIfNeeded(e=this.element?.currentTime){H.isNonNullable(this.element)&&H.isNonNullable(this.source)&&H.isNonNullable(e)&&this.isStreamEnded&&this.element.duration*1e3-e>this.tuning.dash.seekBiasInTheEnd&&this.nativeBufferManagers.forEach(e=>e.warmUpMediaSource())}getForwardBufferRepresentations(e){return e===`video`?this.videoBufferManager?.getForwardBufferRepresentations():this.audioBufferManager?.getForwardBufferRepresentations()}getActiveVideoSegmentProgress(){return this.videoBufferManager?.getActiveSegmentProgress()}getMpdVideoSegmentDuration(){return this.videoBufferManager?.getMpdSegmentDuration()}get isStreamEnded(){return this.source?.readyState===`ended`}getStreams(){return this.manifest?.streams}getCodecs(){return this.manifest?.codecs}setBufferTarget(e,t){this.videoBufferManager?.setTarget(e),this.audioBufferManager?.setTarget(t)}getVideoForwardBufferDuration(){return this.videoBufferManager?.getForwardPlaybackBufferDuration()??0}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&&j.clearTimeout(this.timeoutSourceOpenId),this.destroyController.abort(),this.fetcher.destroy(),this.stop(),H.isNonNullable(this.source)&&this.isStreamNotOpen&&Array.from(this.source.sourceBuffers).every(e=>!e.updating)&&this.source.endOfStream(),this.source=null,this.tracer.end()}updateSourceDurationFromSegments(){if(!this.source||this.source.readyState!==`open`||this.isLive$.getValue()||!this.tuning.useDurationFromSegments)return;let e=e=>{this.updateDurationError$.next({id:`updateDuration`,category:H.ErrorCategory.VIDEO_PIPELINE,message:"Duration can`t be updated",thrown:e})};try{if(!this.isAnyBufferUpdating()){this.source.duration=this.calculateDurationFromBuffersSegments()/1e3;return}}catch(t){e(t);return}let t=new H.Subscription;t.add(H.merge(...this.nativeBufferManagers.map(e=>e.updateEnd$)).subscribe(()=>{if(!this.isAnyBufferUpdating()){t.unsubscribe();try{this.source&&(this.source.duration=this.calculateDurationFromBuffersSegments()/1e3)}catch(t){e(t)}}}))}calculateDurationFromBuffersSegments(){return Math.max(this.videoBufferManager?.calculateDurationFromSegments()||0,this.audioBufferManager?.calculateDurationFromSegments()||0)}isAnyBufferUpdating(){return!this.source||this.source.readyState!==`open`?!1:Array.from(this.source.sourceBuffers).some(e=>e.updating)}get isStreamNotOpen(){return this.source?.readyState!==`open`}reinitDecoderIfNeeded(e=!1){var t=this;return w(function*(){let n=t.videoNativeBufferManager?.getBufferState()??[],r=t.audioNativeBufferManager?.getBufferState()??[],i;if(i=H.isNullable(t.videoBufferManager)?r:H.isNullable(t.audioBufferManager)?n:gc(n,r),H.isNullable(t.element)||!i.length)return;let a=t.element.currentTime*1e3;if(t.element.readyState<HTMLMediaElement.HAVE_FUTURE_DATA&&i.some(({from:e,to:n})=>a>=e&&a<=n&&n-e>t.tuning.dash.minNativeBufferSize/2)){t.tracer.log(`reinitDecoderIfNeeded`,H.flattenObject({currentTime:a,force:e,videoBufferIntervals:n,audioBufferIntervals:r})),e?yield t.seek(a):t.element.currentTime=t.element.currentTime;return}})()}stallWatchdogIntervalCallback(){var e=this;return w(function*(){if(H.assertNonNullable(e.element),H.assertNonNullable(e.source),e.isStreamNotOpen)return;if(e.tuning.stallsManager.ignoreStallsOnPause&&e.element.paused){e.stopStallWatchdogSubscription();return}let t=H.nowInt(),n=H.isNonNullable(e.stallStartTime)?t-e.stallStartTime:0;e.currentStallDuration$.next(n),e.stallTracer?.log(`timeInWaiting`,{timeInWaiting:n});let r=e.tuning.dash.stallForceSeekOncePerStall?H.isNullable(e.lastForceSeekTimestamp):H.isNullable(e.lastForceSeekTimestamp)||t-e.lastForceSeekTimestamp>=1e3;if(r&&(e.lastForceSeekTimestamp=t),yield e.reinitDecoderIfNeeded(r),e.isStallExceeded(n))throw e.stallTracer?.log(`stallExceeded`,{timeInWaiting:n}),e.stallTracer?.setSpanAttributes({timeInWaiting:n,unexpectedStall:!0}),e.tuning.dash.tracerResumeOnUnexpectedStall&&e.tracer.resume(),Error(`Stall timeout exceeded: ${n} ms`);yield e.restoreAfterDeepStall()})()}isStallExceeded(e){if(H.isNullable(this.element))return!1;let{crashOnStallTimeout:t,virtualBufferEmptinessTolerance:n}=this.tuning.dash,r=n,i=this.element?this.element.currentTime*1e3:0,a=i-r>0?this.tuning.dash.crashOnStallTWithoutDataTimeout:t,o=H.nowInt(),s=this.videoBufferManager?.lastDataObtainedTimestamp??0;this.videoLastDataObtainedTimestamp$.next(s);let c=this.audioBufferManager?.lastDataObtainedTimestamp??0,l=this.videoNativeBufferManager?.getForwardBufferDuration(i)??0,u=this.audioNativeBufferManager?.getForwardBufferDuration(i)??0,d=H.isNonNullable(this.videoBufferManager)&&l<r&&o-s>a,f=H.isNonNullable(this.audioBufferManager)&&u<r&&o-c>a;return(d||f)&&e>a||e>=t}updateManifest(){var e=this;return w(function*(){e.tracer.log(`updateManifestStart`,{manifestUrl:e.manifestUrlString});let t=yield e.fetchManifest();if(H.isNullable(t))return null;let n=e.parseManifest(t);if(!n)return null;let r=e.getResultManifest(n);return e.tracer.log(`updateManifestEnd`,H.flattenObject(r)),r})()}parseManifest(e){try{return Fo(e??``,this.manifestUrlString)}catch(t){let n=Ja(e)??{id:`ManifestParsing`,category:H.ErrorCategory.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)=>{var r,i,a,o;return!!(!((r=this.element)==null||(i=r.canPlayType)==null)&&i.call(r,t)&&!((a=Ye())==null||(o=a.isTypeSupported)==null)&&o.call(a,`${t}; codecs="${n}"`)||e===`text`)},r,i;for(let a of[`video`,`audio`]){let o=e.streams[a],s=this.tuning.dash.checkRepresentationCanPlayType&&this.element?hc(o,this.element,this.tuning.dash.checkRepresentationCanPlayType):o.filter(({mime:e,codecs:t})=>n(a,e,t));t[a]=s;let c,l;if(a===`audio`)i=qr(s.map(({codecs:e})=>e)),c=i[0],c&&(t[a]=s.filter(({codecs:e})=>Jr(e)===c));else if(a===`video`){r=Gr(s,{preferHdr:this.tuning.preferHDR});let e=this.forceVideoCodec;l=(e?r.find(t=>t.name===e.name&&t.hdr===e.hdr):void 0)??r[0],l&&(t[a]=s.filter(e=>Jr(e.codecs)===l.name&&!!e.hdr===l.hdr))}if(a===`video`){let{videoStreamRepresentaionsFilter:e}=this.tuning.dash;if(e.length&&Zr(t,e),this.dashMaxTvVideoQuality&&pc(t,this.dashMaxTvVideoQuality),this.isOnDemand&&this.tuning.dash.filterOnDemandQualityList)for(let e of t.video)e.representations=e.representations.sort((e,t)=>t.height-e.height).filter((e,t)=>t%2==0)}}let a=T(T({},e),{},{streams:t});return a.codecs={video:r,audio:i},a}stopStallWatchdogSubscription(){this.stallWatchdogSubscription?.unsubscribe(),this.stallStartTime=null,this.lastForceSeekTimestamp=null,this.currentStallDuration$.next(0),this.stallTracer?.end(),this.stallTracer=null}createBuffers(e,t,n,r){H.assertNonNullable(this.manifest),H.assertNonNullable(this.element);let i=e=>{this.representationSubscription.add(H.fromEvent(e,`error`).pipe(H.filter(e=>!!this.element?.played.length)).subscribe(e=>{this.error$.next({id:`VideoSource`,category:H.ErrorCategory.VIDEO_PIPELINE,message:`Unexpected video source error`,thrown:e})}))};this.source=Qe();let a=H.getWindow().document,o=a.createElement(`source`);if(i(o),o.src=URL.createObjectURL(this.source),this.element.appendChild(o),Xe())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;if(H.isNonNullable(t)){let t=this.manifest.streams.video.reduce((e,t)=>[...e,...t.representations],[]);t.length&&(this.videoNativeBufferManager=new ac(this.source),this.videoBufferManager=Zs.getBufferManager(`video`,this.videoNativeBufferManager,t,e),this.bufferManagers.push(this.videoBufferManager),this.nativeBufferManagers.push(this.videoNativeBufferManager))}if(H.isNonNullable(n)){this.audioNativeBufferManager=new ac(this.source);let t=this.manifest.streams.audio.reduce((e,t)=>[...e,...t.representations],[]);this.audioBufferManager=Zs.getBufferManager(`audio`,this.audioNativeBufferManager,t,e),this.bufferManagers.push(this.audioBufferManager),this.nativeBufferManagers.push(this.audioNativeBufferManager)}}waitStreamToOpen(){var e=this;return w(function*(){if(e.isStreamNotOpen){let t=e.tuning.dash.sourceOpenTimeout>=0;yield new Promise(n=>{t&&(e.timeoutSourceOpenId=j.setTimeout(()=>{if(e.isStreamNotOpen){n();return}e.error$.next({id:`OpenOfStream`,category:H.ErrorCategory.VIDEO_PIPELINE,message:`Failed to open MediaSource`,thrown:Error(`Timeout reject when wait sourceopen event`),traceAsLog:!0})},e.tuning.dash.sourceOpenTimeout)),e.source?.addEventListener(`sourceopen`,()=>{e.timeoutSourceOpenId&&j.clearTimeout(e.timeoutSourceOpenId),n()},{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(H.merge(...this.bufferManagers.map(e=>e.error$)).subscribe(this.error$)),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(H.merge(...vc.map(e=>H.fromEvent(this.element,e)),H.interval(this.tuning.dash.tickMaintainInterval)).pipe(H.map(e=>this.videoBufferManager?.getPlaybackBufferState()??this.audioBufferManager?.getPlaybackBufferState()),H.filter(H.isNonNullable),H.map(({from:e,to:t})=>({from:e/1e3,to:t/1e3}))).subscribe(this.currentBuffer$)),this.representationSubscription.add(H.merge(...vc.map(e=>H.fromEvent(this.element,e)),H.interval(this.tuning.dash.tickMaintainInterval)).pipe(H.map(e=>Math.min(this.videoBufferManager?.getForwardPlaybackBufferDuration()??1/0,this.audioBufferManager?.getForwardPlaybackBufferDuration()??1/0)),H.filterChanged()).subscribe(this.bufferLength$)),this.representationSubscription.add(this.nativeBufferLength$.pipe(H.filter(e=>e>this.tuning.dash.virtualBufferEmptinessTolerance)).subscribe(()=>this.stopStallWatchdogSubscription()))}initTracerSubscription(){let e=H.getTraceSubscriptionMethod(this.tracer.error.bind(this.tracer));this.subscription.add(this.error$.subscribe(e(`error`,!0)))}tick(){var e=this;return w(function*(){if(H.isNullable(e.element)||e.isStreamNotOpen)return;let t=e.element.currentTime*1e3,n=e.videoNativeBufferManager?.getBufferState()??[],r=e.audioNativeBufferManager?.getBufferState()??[],i=n.find(e=>t>=e.from&&t<=e.to),a=r.find(e=>t>=e.from&&t<=e.to),o=i?i.to-t:0,s=a?a.to-t:1/0;H.isNonNullable(e.videoBufferManager)?e.nativeBufferLength$.next(Math.min(o,s)):H.isNonNullable(e.audioBufferManager)&&e.nativeBufferLength$.next(s);let c=e.videoBufferManager?.lastDataObtainedTimestamp??0;e.videoLastDataObtainedTimestamp$.next(c),yield Promise.all([e.videoBufferManager?.maintain(),e.audioBufferManager?.maintain()])})()}}var bc=require("@vkontakte/videoplayer-shared");class xc extends yc{constructor(e){super(e)}prepareManifestUrlString(e,t){return e}initRepresentationSubscriptions(){super.initRepresentationSubscriptions(),this.initDisableStallWatchdogSubscription(),this.initEndOfVideoSubscription()}setSourceInitDuration(){bc.assertNonNullable(this.manifest),bc.assertNonNullable(this.source);let e=[this.manifest.duration??0,...Wa.arrayFlatMap(Wa.arrayFlatMap([...this.manifest.streams.audio,...this.manifest.streams.video],e=>e.representations),e=>{let t=[];return e.duration&&t.push(e.duration),_i(e.segmentReference)&&e.segmentReference.totalSegmentsDurationMs&&t.push(e.segmentReference.totalSegmentsDurationMs),t})];this.source.duration=Math.max(...e)/1e3}restoreAfterDeepStall(){var e=this;return w(function*(){bc.assertNonNullable(e.element);let t=e.element.currentTime*1e3;e.stallTracer?.log(`restore maintain`,{position:t}),yield Promise.all([e.videoBufferManager?.maintain(t),e.audioBufferManager?.maintain(t)])})()}initDisableStallWatchdogSubscription(){bc.assertNonNullable(this.element);let e=bc.merge(bc.fromEvent(this.element,`ended`),this.forceEnded$),t=this.nativeBufferLength$.pipe(bc.filter(e=>e>this.tuning.dash.virtualBufferEmptinessTolerance));this.representationSubscription.add(bc.merge(e,t).subscribe(e=>this.stopStallWatchdogSubscription()))}initEndOfVideoSubscription(){let e=bc.merge(...this.bufferManagers.map(e=>e.fullyBuffered$)).pipe(bc.map(()=>this.bufferManagers.every(e=>e.fullyBuffered$.getValue()))),t=bc.merge(...this.bufferManagers.map(e=>e.onLastSegment$)).pipe(bc.map(()=>this.bufferManagers.some(e=>e.onLastSegment$.getValue()))),n=bc.combine({allBuffersFull:e,someBufferEnded:t}).pipe(bc.filterChanged(),bc.map(({allBuffersFull:e,someBufferEnded:t})=>e&&t),bc.filter(e=>e));this.representationSubscription.add(bc.merge(this.forceEnded$,n).pipe(bc.filter(e=>bc.isNonNullable(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:bc.ErrorCategory.VIDEO_PIPELINE,message:`Failed to end MediaSource stream`,thrown:e})}}))}}class Sc extends Ua{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(ci.filterChanged(),ci.filter(e=>ci.isNonNullable(e))).subscribe(()=>{this.player.updateSourceDurationFromSegments()},r)),this.subscription.add(this.player.currentAudioRepresentation$.pipe(ci.filterChanged(),ci.filter(e=>ci.isNonNullable(e))).subscribe(()=>{this.player.updateSourceDurationFromSegments()},r))}getPlayer(){return new xc({throughputEstimator:this.params.dependencies.throughputEstimator,tuning:this.params.tuning,compatibilityMode:this.params.source.compatibilityMode,tracer:this.tracer,forceVideoCodec:this.params.forceVideoCodec,isOnDemand:this.params.isOnDemand||!1,dashMaxTvVideoQuality:this.params.dashMaxTvVideoQuality})}seek(e,t){this.params.output.willSeekEvent$.next(),this.player.seek(e,t)}}var Cc=require("@vkontakte/videoplayer-shared"),wc=require("@vkontakte/videoplayer-shared");class Tc{constructor(e){this.prevReported=void 0,this.rawSeries$=void 0,this.smoothedSeries$=void 0,this.reportedSeries$=void 0,this.smoothed=void 0,this.pastMeasures=[],this.takenMeasures=0,this.measuresCursor=0,this.params=void 0,this.smoothed$=void 0,this.debounced$=void 0,this.varianceCoefficient$=void 0,this.params=e,this.pastMeasures=Array(e.deviationDepth),this.smoothed=this.prevReported=e.initial,this.smoothed$=new wc.ValueSubject(e.initial),this.debounced$=new wc.ValueSubject(e.initial),this.varianceCoefficient$=new wc.ValueSubject(0);let t=e.label??`value`+Math.random().toString(16).substring(2,6);this.rawSeries$=new On(`raw_${t}`),this.smoothedSeries$=new On(`smoothed_${t}`),this.reportedSeries$=new On(`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);n>=2&&this.smoothed>0&&this.varianceCoefficient$.next(r/this.smoothed);let 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)&&(wc.isNullable(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 Ec extends Tc{constructor(e){super(e),this.slow=void 0,this.fast=void 0,this.slow=this.fast=e.initial}updateSmoothedValue(e){this.slow=yi(this.slow,e,this.params.emaAlphaSlow),this.fast=yi(this.fast,e,this.params.emaAlphaFast);let t=this.params.fastDirection>0?Math.max:Math.min;this.smoothed=t(this.slow,this.fast)}}class Dc extends Tc{constructor(e){super(e),this.emaSmoothed=void 0,this.emaSmoothed=e.initial}updateSmoothedValue(e){let t=bi(this.pastMeasures,this.takenMeasures);this.emaSmoothed=yi(this.emaSmoothed,e,this.params.emaAlpha);let n=xi(this.pastMeasures,this.takenMeasures,this.measuresCursor-1,this.params.basisTrendChangeCount);this.smoothed=n?this.emaSmoothed:t}}class Oc extends Tc{constructor(e){super(e),this.extremumInterval=void 0,this.furtherValues=[],this.currentTopExtremumValue=0,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?yi(this.smoothed,e,this.params.emaAlpha):e}}class kc{static getSmoothedValue(e,t,n){return n.type===`TwoEma`?new Ec({initial:e,emaAlphaSlow:n.emaAlphaSlow,emaAlphaFast:n.emaAlphaFast,changeThreshold:n.changeThreshold,fastDirection:t,deviationDepth:n.deviationDepth,deviationFactor:n.deviationFactor,label:`throughput`}):new Dc({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 Oc(T({initial:e,label:`liveEdgeDelay`},t))}}var G=require("@vkontakte/videoplayer-shared"),Ac=(e,t)=>{e&&e.playbackRate!==t&&(e.playbackRate=t)},jc=require("@vkontakte/videoplayer-shared");class Mc{constructor(e,t){this.currentRepresentation$=new jc.ValueSubject(null),this.maxRepresentations=4,this.representationsCursor=0,this.representations=[],this.getCurrentPosition=void 0,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(!jc.isNullable(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(T(T({},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=Mc.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=>Mc.filterRepresentations(e.representations))}static filterRepresentations(e){return e?.filter(e=>e.kind===`text`&&`segmentReference`in e&&_i(e.segmentReference))}}class Nc extends yc{constructor(e){super(e),this.liveTextManager=void 0,this.liveStreamEndTimestamp=0,this.liveBuffer=void 0,this.livePauseWatchdogSubscription=void 0,this.liveWasInterrupted=!1,this.liveBuffer=kc.getLiveBufferSmoothedValue(this.tuning.dashCmafLive.lowLatency.maxTargetOffset,T({},e.tuning.dashCmafLive.lowLatency.bufferEstimator))}seek(e){var t=this;return w(function*(){G.assertNonNullable(t.element),t.updateManifestUrlWithTimeOffset(e),t.manifest=yield t.updateManifest(),yield t.forcePositionToRepresentationInitialTime()})()}initBuffer(){super.initBuffer(),this.forcePositionToRepresentationInitialTime()}forcePositionToRepresentationInitialTime(){var e=()=>super.seek,t=this;return w(function*(){let n=t.videoBufferManager?.getRepresentationInitialTime()??0;yield e().call(t,n,!1)})()}tick(){var e=()=>super.tick,t=this;return w(function*(){yield e().call(t);let n=(t.element?.currentTime??0)*1e3;t.liveTextManager?.maintain(n)})()}setSourceInitDuration(){G.assertNonNullable(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)}restoreAfterDeepStall(){var e=this;return w(function*(){let{liveStallReinitInterval:t}=e.tuning.dash,{keepSilentStallWatchdogWhenNotActive:n}=e.tuning.dashCmafLive,r=e.currentStallDuration$.getValue(),i=e.liveStreamStatus$.getValue()===`active`;if(r%t===0){let t=e.normalizeLiveOffset(-1*e.livePositionFromPlayer$.getValue()*1e3);!i&&n?(e.liveWasInterrupted=!0,e.updateManifestUrlWithTimeOffset(t),e.manifest=yield e.updateManifest(),yield e.forcePositionToRepresentationInitialTime()):e.seek(t).catch(t=>{e.error$.next({id:`stallIntervalCallback`,category:G.ErrorCategory.VIDEO_PIPELINE,message:`stallIntervalCallback failed`,thrown:t})})}})()}updateManifest(){var e=()=>super.updateManifest,t=this;return w(function*(){let n=yield e().call(t);if(G.isNullable(n))return null;if(G.isNullable(n.live))return t.error$.next({id:`ManifestParsing`,category:G.ErrorCategory.PARSER,message:`MPD doesnt contain live section for live stream`}),null;t.isLive$.next(!0);let{availabilityStartTime:r,latestSegmentPublishTime:i,streamIsUnpublished:a,streamIsAlive:o}=n.live,s=(n.duration??0)/1e3;t.liveSeekableDuration$.next(-1*s),t.liveDuration$.next((i-r)/1e3),t.liveAvailabilityStartTime$.next(n.live.availabilityStartTime);let c=`active`;if(o||(c=a?`unpublished`:`unexpectedly_down`),t.liveStreamStatus$.next(c),t.bufferManagers.forEach(e=>e.updateManifest(n)),t.liveTextManager?.updateLive(n),o&&t.liveWasInterrupted){t.liveWasInterrupted=!1,t.stopStallWatchdogSubscription();let e=t.normalizeLiveOffset(-1*t.livePositionFromPlayer$.getValue()*1e3);t.seek(e).catch(e=>{t.error$.next({id:`updateManifest`,category:G.ErrorCategory.VIDEO_PIPELINE,message:`seekLive after stream restore failed`,thrown:e})})}return n})()}prepareManifestUrlString(e,t){return Oe(e,t,2)}updateManifestUrlWithTimeOffset(e){let t=this.liveStreamStatus$.getValue()===`active`?0:G.now()-this.liveStreamEndTimestamp,n=this.normalizeLiveOffset(e+t);this.isActiveLive$.next(n===0),this.manifestUrlString=Oe(this.manifestUrlString,n,2)}createBuffers(e,t,n,r){G.assertNonNullable(this.manifest),super.createBuffers(e,t,n,r),Mc.isSupported(this.manifest.streams.text)&&!this.isLowLatency$.getValue()&&(this.liveTextManager=new Mc(this.manifest.streams.text,e))}initRepresentationSubscriptions(){G.assertNonNullable(this.element),G.assertNonNullable(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),G.isNonNullable(this.liveTextManager)&&this.representationSubscription.add(this.liveTextManager.currentRepresentation$.subscribe(this.currentLiveTextRepresentation$))}initStreamDurationOnPauseSubscription(){var e=this;G.assertNonNullable(this.element);let{liveUpdateInterval:t}=this.tuning.dash,n=()=>G.interval(t).subscribe(function(){var n=w(function*(n){let r=ke(e.manifestUrlString,2);e.manifestUrlString=Oe(e.manifestUrlString,r+t,2),e.liveStreamStatus$.getValue()===`active`&&(e.manifest=yield e.updateManifest())});return function(e){return n.apply(this,arguments)}}());this.representationSubscription.add(G.fromEvent(this.element,`pause`).subscribe(e=>{this.livePauseWatchdogSubscription=n(),this.representationSubscription.add(this.livePauseWatchdogSubscription)})),this.representationSubscription.add(G.fromEvent(this.element,`play`).subscribe(e=>this.livePauseWatchdogSubscription?.unsubscribe()))}initLiveDurationSubscriptions(e){this.representationSubscription.add(this.liveDuration$.pipe(G.filterChanged()).subscribe(e=>this.liveStreamEndTimestamp=G.now())),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(G.combine({isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(G.map(({isActiveLive:e,isLowLatency:t})=>e&&t),G.filterChanged(),G.filter(e=>!this.isManualDecreasePlaybackInLive())).subscribe(e=>Ac(this.element,1))),this.representationSubscription.add(G.combine({liveBuffer:this.liveBuffer.smoothed$,isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(G.filter(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),Ac(this.element,s)}))}initLiveBufferInfoSubscriptions(e,t){this.representationSubscription.add(G.combine({bufferLength:this.bufferLength$,isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(G.filter(({bufferLength:e,isActiveLive:t,isLowLatency:n})=>t&&n&&!!e),G.map(({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(G.combine({isLive:this.isLive$,rtt:this.throughputEstimator.rtt$,bufferLength:this.bufferLength$,segmentServerLatency:e.currentLiveSegmentServerLatency$}).pipe(G.filter(({isLive:e})=>e),G.filterChanged((e,t)=>t.bufferLength<e.bufferLength),G.map(({rtt:e,bufferLength:t,segmentServerLatency:n})=>{let r=ke(this.manifestUrlString,2);return(e/2+t+n+r)/1e3})).subscribe(this.liveLatency$))}initLiveMaintainSubscription(e){var t=this;let n=0;this.representationSubscription.add(G.combine({liveLoadBufferLength:this.liveLoadBufferLength$,bufferLength:this.bufferLength$}).pipe(G.throttle(this.tuning.dash.liveUpdateInterval)).subscribe(function(){var r=w(function*({liveLoadBufferLength:r,bufferLength:i}){G.assertNonNullable(t.element);let a=t.element.playbackRate,o=ke(t.manifestUrlString,2),s=Math.abs(t.livePositionFromPlayer$.getValue())*1e3,c=Math.min(s,t.tuning.dashCmafLive.normalizedTargetMinBufferSize*a),l=t.tuning.dashCmafLive.normalizedActualBufferOffset*a,u=t.tuning.dashCmafLive.normalizedLiveMinBufferSize*a,d=isFinite(r)?r:i,f=t.isActiveLive$.getValue()&&t.isLowLatency$.getValue(),p=s<=t.tuning.live.activeLiveDelay;t.isActiveLive$.next(p);let m=`none`;if(f?m=`active_low_latency`:t.isLowLatency$.getValue()&&p?(e.forEach(e=>e.proceedLowLatencyLive()),m=`active_low_latency`):o!==0&&d<c?m=`live_forward_buffering`:d<c+u&&(m=`live_with_target_offset`),isFinite(r)&&(n=r>n?r:n),m===`live_forward_buffering`||m===`live_with_target_offset`){let e=n-(c+l),i=t.normalizeLiveOffset(Math.trunc(o+e/a)),s=Math.abs(i-o),u=0;!r||s<=t.tuning.dashCmafLive.offsetCalculationError?u=o:i>0&&s>t.tuning.dashCmafLive.offsetCalculationError&&(u=i),t.manifestUrlString=Oe(t.manifestUrlString,u,2)}(m===`live_with_target_offset`||m===`live_forward_buffering`)&&(n=0,t.manifest=yield t.updateManifest())});return function(e){return r.apply(this,arguments)}}(),e=>{this.error$.next({id:`updateLive`,category:G.ErrorCategory.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 Pc extends Ua{constructor(e){super(e),this.textTracksManager?.destroy()}getPlayer(){return new Nc({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 Cc.ValueSubject(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(Cc.filterChanged()).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(Cc.map(e=>e.to)).subscribe(this.player.isLowLatency$)).add(Cc.combine({liveBufferTime:n.liveBufferTime$,liveAvailabilityStartTime:this.player.liveAvailabilityStartTime$}).pipe(Cc.map(({liveBufferTime:e,liveAvailabilityStartTime:t})=>e&&t?e+t:void 0)).subscribe(n.liveTime$)).add(Cc.combine({liveDuration:this.player.liveDuration$,liveStreamStatus:this.player.liveStreamStatus$,playbackRate:Cc.merge(r.playbackRateState$,new Cc.ValueSubject(1))}).pipe(Cc.filter(({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.allocation.target.paused||Cc.isNullable(i)||(t=e-i)})).add(Cc.combine({time:n.liveBufferTime$,liveDuration:this.player.liveDuration$,playbackRate:Cc.merge(r.playbackRateState$,new Cc.ValueSubject(1))}).pipe(Cc.filterChanged((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.allocation.target.paused&&i>=1-o||Cc.isNullable(e)||Cc.isNullable(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=mi(e);this.params.output.availableTextTracks$.next([t])}})),this.params.tuning.dashCmafLive.externalStopControl||this.subscription.add(this.player.liveStreamStatus$.pipe(Cc.filter(e=>Cc.isNonNullable(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)})}}var K=require("@vkontakte/videoplayer-shared"),Fc=require("@vkontakte/videoplayer-shared"),Ic=require("@vkontakte/videoplayer-shared"),Lc=(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},q=require("@vkontakte/videoplayer-shared"),Rc=require("@vkontakte/videoplayer-shared"),zc=require("@vkontakte/videoplayer-shared"),Bc=require("@vkontakte/videoplayer-shared"),Vc=require("@vkontakte/videoplayer-shared"),Hc=require("@vkontakte/videoplayer-shared"),Uc=require("@vkontakte/videoplayer-shared"),Wc=require("@vkontakte/videoplayer-shared"),Gc=require("@vkontakte/videoplayer-shared"),Kc=18,qc=!1;try{qc=N.browser.isSafari&&!!N.browser.safariVersion&&N.browser.safariVersion<=Kc}catch(e){console.error(e)}class Jc{constructor(e){this.bufferFull$=new Gc.Subject,this.error$=new Gc.Subject,this.buffer=void 0,this.queue=[],this.currentTask=null,this.destroyed=!1,this.abortRequested=!1,this.completeTask=()=>{try{if(this.currentTask){let e=this.currentTask.signal?.aborted;this.currentTask.callback(!e),this.currentTask=null}this.queue.length&&this.pull()}catch(e){this.error$.next({id:`BufferTaskQueueUnknown`,category:Gc.ErrorCategory.VIDEO_PIPELINE,message:`Buffer appending or removal failed`,thrown:e})}},this.buffer=e,this.buffer.addEventListener(`updateend`,this.completeTask)}append(e,t){var n=this;return w(function*(){return t&&t.aborted?!1:new Promise(r=>{let i={operation:`append`,data:e,signal:t,callback:r};n.queue.push(i),n.pull()})})()}remove(e,t,n){var r=this;return w(function*(){return n&&n.aborted?!1:new Promise(i=>{let a={operation:`remove`,from:e,to:t,signal:n,callback:i};r.queue.unshift(a),r.pull()})})()}abort(e){var t=this;return w(function*(){return new Promise(n=>{let r,i=e=>{t.abortRequested=!1,n(e)};r=qc&&e?{operation:`safariAbort`,init:e,callback:i}:{operation:`abort`,callback:i},t.currentTask&&=(t.currentTask.callback(!1),null);for(let{callback:e}of t.queue)e(!1);t.abortRequested=!0,r&&(t.queue=[r]),t.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.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:Gc.ErrorCategory.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:Gc.assertNever(t)}}}var Yc=Jc,J=require("@vkontakte/videoplayer-shared");class Xc{constructor(e,t,n,{fetcher:r,tuning:i,getCurrentPosition:a,isActiveLowLatency:o,compatibilityMode:s=!1,manifest:c}){this.currentLiveSegmentServerLatency$=new J.ValueSubject(0),this.currentLowLatencySegmentLength$=new J.ValueSubject(0),this.currentSegmentLength$=new J.ValueSubject(0),this.onLastSegment$=new J.ValueSubject(!1),this.fullyBuffered$=new J.ValueSubject(!1),this.playingRepresentation$=new J.ValueSubject(void 0),this.playingRepresentationInit$=new J.ValueSubject(void 0),this.error$=new J.Subject,this.gaps=[],this.updateEnd$=new J.ValueSubject(void 0),this.subscription=new J.Subscription,this.kind=void 0,this.initData=void 0,this.parsedInitData=void 0,this.representations=void 0,this.segments=void 0,this.allInitsLoaded=!1,this.activeSegments=new Set,this.forwardBufferRepresentations=new Map,this.mediaSource=void 0,this.playingRepresentationId=void 0,this.downloadingRepresentationId=void 0,this.switchingToRepresentationId=void 0,this.sourceBuffer=void 0,this.downloadAbortController=new Rc.AbortControllerPolyfilled,this.switchAbortController=new Rc.AbortControllerPolyfilled,this.destroyAbortController=new Rc.AbortControllerPolyfilled,this.useSmartRepresentationSwitch=!1,this.getCurrentPosition=void 0,this.isActiveLowLatency=void 0,this.tuning=void 0,this.forwardBufferTarget=void 0,this.fetcher=void 0,this.bufferLimit=1/0,this.sourceBufferTaskQueue=void 0,this.gapDetectionIdleCallback=void 0,this.initLoadIdleCallback=void 0,this.failedDownloads=0,this.baseUrls=[],this.baseUrlsIndex=0,this.compatibilityMode=void 0,this.preloadOnly=void 0,this.isLive=!1,this.liveUpdateSegmentIndex=0,this.liveInitialAdditionalOffset=0,this.isSeekingLive=!1,this.index=0,this.lastDataObtainedTimestampMs=0,this.loadByteRangeSegmentsTimeoutId=0,this.preDownloadedFirstSegment=new Map,this.startWith=J.abortable(this.destroyAbortController.signal,function(){var e=D(function*(e){let t=this.representations.get(e);J.assertNonNullable(t,`Cannot find representation ${e}`),this.playingRepresentationId=e,this.downloadingRepresentationId=e,this.sourceBuffer=this.mediaSource.addSourceBuffer(`${t.mime}; codecs="${t.codecs}"`),this.sourceBufferTaskQueue=new Yc(this.sourceBuffer),this.subscription.add(J.fromEvent(this.sourceBuffer,`updateend`).subscribe(this.updateEnd$)),this.subscription.add(J.fromEvent(this.sourceBuffer,`updateend`).subscribe(()=>{this.checkEjectedSegments(),this.maintain()},e=>{let t,n=this.mediaSource.readyState;n!==`open`&&(t={id:`SegmentEjection_source_${n}`,category:J.ErrorCategory.VIDEO_PIPELINE,message:`Error when trying to clear segments ejected by browser`,thrown:e}),t??={id:`SegmentEjection`,category:J.ErrorCategory.VIDEO_PIPELINE,message:`Error when trying to clear segments ejected by browser`,thrown:e},this.error$.next(t)})),this.subscription.add(J.fromEvent(this.sourceBuffer,`error`).subscribe(()=>this.error$.next({id:`SourceBuffer`,category:J.ErrorCategory.VIDEO_PIPELINE,message:`SourceBuffer Error event fired`}))),this.subscription.add(this.sourceBufferTaskQueue.bufferFull$.subscribe(e=>{let t=this.getCurrentPosition();if(!this.sourceBuffer||!t||!vr(this.mediaSource,this.sourceBuffer))return;let n=Math.min(this.bufferLimit,hn(this.sourceBuffer.buffered)*.8);this.bufferLimit=n;let r=this.getForwardBufferDuration(t),i=Math.min(this.forwardBufferTarget,this.bufferLimit)*this.tuning.dash.minSafeBufferThreshold;this.pruneBuffer(t,e*2,r<i).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);J.assertNonNullable(n,`No init buffer for starting representation`),J.assertNonNullable(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))});return function(t){return e.apply(this,arguments)}}().bind(this)),this.switchTo=J.abortable(this.destroyAbortController.signal,function(){var e=D(function*(e,t=!1){if(!vr(this.mediaSource,this.sourceBuffer)||e===this.downloadingRepresentationId||e===this.switchingToRepresentationId)return;this.switchingToRepresentationId=e;let n=this.representations.get(e);J.assertNonNullable(n,`No such representation ${e}`);let r=this.segments.get(e),i=this.initData.get(e);if(J.isNullable(i)||J.isNullable(r)?yield this.loadInit(n,`high`,!1):i instanceof Promise&&(yield i),r=this.segments.get(e),J.assertNonNullable(r,`No segments for starting representation`),i=this.initData.get(e),!(!i||!(i instanceof ArrayBuffer)||!this.sourceBuffer||!vr(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();J.isNonNullable(t)&&!this.isLive&&(this.bufferLimit=1/0,yield this.pruneBuffer(t,1/0,!0)),this.switchingToRepresentationId=void 0,this.downloadingRepresentationId=e}this.maintain()}});return function(t){return e.apply(this,arguments)}}().bind(this)),this.switchToOld=J.abortable(this.destroyAbortController.signal,function(){var e=D(function*(e,t=!1){if(!vr(this.mediaSource,this.sourceBuffer)||e===this.downloadingRepresentationId||e===this.switchingToRepresentationId)return;this.switchingToRepresentationId=e;let n=this.representations.get(e);J.assertNonNullable(n,`No such representation ${e}`);let r=this.segments.get(e),i=this.initData.get(e);if(J.isNullable(i)||J.isNullable(r)?yield this.loadInit(n,`high`,!1):i instanceof Promise&&(yield i),r=this.segments.get(e),J.assertNonNullable(r,`No segments for starting representation`),i=this.initData.get(e),!(!i||!(i instanceof ArrayBuffer)||!this.sourceBuffer||!vr(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();J.isNonNullable(t)&&(!this.isLive&&!this.tuning.dash.useNewRepresentationSwitch&&(this.bufferLimit=1/0,yield this.pruneBuffer(t,1/0,!0)),this.maintain(t)),this.switchingToRepresentationId=void 0,this.downloadingRepresentationId=e}});return function(t){return e.apply(this,arguments)}}().bind(this)),this.seekLive=J.abortable(this.destroyAbortController.signal,function(){var e=D(function*(e){let t=Vc.arrayFlatMap(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||!Hs(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);J.assertNonNullable(r,`Representation not found by id ${n}`);let i=this.segments.get(n);J.assertNonNullable(i,`No segments for starting representation`);let a=this.initData.get(n);if(J.assertNonNullable(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});return function(t){return e.apply(this,arguments)}}().bind(this)),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}switchToWithPreviousAbort(e,t=!1){if(!vr(this.mediaSource,this.sourceBuffer)||e===this.downloadingRepresentationId||e===this.switchingToRepresentationId)return Promise.resolve();this.switchAbortController.abort(),this.switchAbortController=new Rc.AbortControllerPolyfilled;let n=this.switchAbortController.signal;return n.addEventListener(`abort`,()=>{this.switchingToRepresentationId===e&&(this.switchingToRepresentationId=void 0)},{once:!0}),J.abortable(n,function(){var e=D(function*(e,t=!1){this.switchingToRepresentationId=e;let n=this.representations.get(e);J.assertNonNullable(n,`No such representation ${e}`);let r=this.segments.get(e),i=this.initData.get(e);if(J.isNullable(i)||J.isNullable(r)?yield this.loadInit(n,`high`,!1):i instanceof Promise&&(yield i),r=this.segments.get(e),J.assertNonNullable(r,`No segments for starting representation`),i=this.initData.get(e),!(i instanceof ArrayBuffer)||!this.sourceBuffer||!vr(this.mediaSource,this.sourceBuffer)){this.switchingToRepresentationId===e&&(this.switchingToRepresentationId=void 0);return}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();J.isNonNullable(t)&&!this.isLive&&(this.bufferLimit=1/0,yield this.pruneBuffer(t,1/0,!0)),this.downloadingRepresentationId=e,this.switchingToRepresentationId=void 0}this.maintain()});return function(t){return e.apply(this,arguments)}}().bind(this))(e,t)}warmUpMediaSource(){!J.isNullable(this.sourceBuffer)&&!this.sourceBuffer.updating&&(this.sourceBuffer.mode=`segments`)}abort(){var e=this;return w(function*(){for(let t of e.activeSegments)e.abortSegment(t.segment);return e.activeSegments.clear(),e.downloadAbortController.abort(),e.downloadAbortController=new Rc.AbortControllerPolyfilled,e.abortBuffer()})()}maintain(e=this.getCurrentPosition()){if(J.isNullable(e)||J.isNullable(this.downloadingRepresentationId)||J.isNullable(this.playingRepresentationId)||J.isNullable(this.sourceBuffer)||!vr(this.mediaSource,this.sourceBuffer)||J.isNonNullable(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(J.assertNonNullable(t,`No such representation ${this.downloadingRepresentationId}`),J.assertNonNullable(n,`No such representation ${this.playingRepresentationId}`),J.isNullable(r)||J.isNullable(i))return;let a=r.find(t=>e>=t.time.from&&e<t.time.to);J.isNonNullable(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=Fs(n),s=Fs(t),c=this.useSmartRepresentationSwitch&&this.tuning.dash.useNewRepresentationSwitch&&this.tuning.dash.useSmartRepresentationSwitch&&J.isNonNullable(i)&&J.isNonNullable(s)&&J.isHigher(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})).sort((e,t)=>{let n=this.representations.get(e.representationId),r=this.representations.get(t.representationId);if(J.isNullable(n)||J.isNullable(r))return 0;let i=Fs(n),a=Fs(r);return J.isNullable(i)||J.isNullable(a)?0:J.isHigher(i.quality,a.quality)?-1:1}).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)&&hn(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(zc.arrayIncludes(s,a))e=`high`;else{let t=Bc.arrayAt(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=Bc.arrayAt(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;J.isNonNullable(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=Vc.arrayFlatMap(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}}updateLive(e){if(!e||[...this.segments.values()].every(e=>!e.length))return;let t=Vc.arrayFlatMap(e.streams[this.kind],e=>e.representations);for(let e of t){if(!e||!Hs(e.segmentReference))return;let t=e.segmentReference.segments.map(e=>T(T({},e),{},{status:`none`,size:void 0})),n=this.segments.get(e.id)??[],r=n.at(-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;J.assertNonNullable(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?Bc.arrayAt(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(!Hs(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=Po(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.preDownloadedFirstSegment.clear(),this.sourceBufferTaskQueue?.destroy(),this.gapDetectionIdleCallback&&Hc.cancelIdleCallbackPolyfilled&&Hc.cancelIdleCallbackPolyfilled(this.gapDetectionIdleCallback),this.initLoadIdleCallback&&Hc.cancelIdleCallbackPolyfilled&&Hc.cancelIdleCallbackPolyfilled(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(),j.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=Math.min(this.forwardBufferTarget,this.bufferLimit),a=e.findIndex(({status:e,time:{from:t,to:a}},o)=>{let s=t>n||t<=n&&a>=n||o===0&&n===0,c=this.preloadOnly&&t<=n+i||r<i&&a-t>=i||a<=n+i;return(e===`none`||e===`partially_ejected`&&s&&c&&this.sourceBuffer&&vr(this.mediaSource,this.sourceBuffer)&&!(Lc(this.sourceBuffer.buffered,t)&&Lc(this.sourceBuffer.buffered,a)))&&s&&c});if(a===-1)return[];if(t!==`byteRange`)return e.slice(a,a+1);let o=e,s=0,c=0,l=[],u=this.preloadOnly?0:this.tuning.dash.segmentRequestSize,d=this.preloadOnly?this.forwardBufferTarget:0;for(let e=a;e<o.length&&(s<=u||c<=d);e++){let t=o[e];if(s+=t.byte.to+1-t.byte.from,c+=t.time.to+1-t.time.from,t.status===`none`||t.status===`partially_ejected`)l.push(t);else break}return l}loadSegments(e,t,n=`auto`){var r=this;return w(function*(){Hs(t.segmentReference)?yield r.loadTemplateSegment(e[0],t,n):yield r.loadByteRangeSegments(e,t,n)})()}loadTemplateSegment(e,t,n=`auto`){var r=this;return w(function*(){e.status=`downloading`;let i={segment:e,loadedBytes:0,feedingBytes:0,fedBytes:0,representationId:t.id,startedAtMs:void 0};r.activeSegments.add(i);let{range:a,url:o,signal:s,onProgress:c,onProgressTasks:l}=r.prepareTemplateFetchSegmentParams(e,t);r.failedDownloads&&s&&(yield J.abortable(s,D(function*(){let e=J.getExponentialDelay(this.failedDownloads,this.tuning.downloadBackoff);yield new Promise(t=>j.setTimeout(()=>t(void 0),e))}).bind(r))(),s.aborted&&r.abortActiveSegments([e])),i.startedAtMs=J.getWindow().performance.now();try{let e=yield r.fetcher.fetch(o,{range:a,signal:s,onProgress:c,priority:n,isLowLatency:r.isActiveLowLatency(),bufferOptimisation:r.tuning.dash.fetcherBufferOptimisation});if(r.lastDataObtainedTimestampMs=J.now(),!e)return;let u=new DataView(e),d=Ms(t.mime);if(!isFinite(i.segment.time.to)){let e=t.segmentReference.timescale;i.segment.time.to=d.getChunkEndTime(u,e)}c&&i.feedingBytes&&l?yield Promise.all(l):yield r.sourceBufferTaskQueue.append(u,s);let{serverDataReceivedTimestamp:f,serverDataPreparedTime:p}=d.getServerLatencyTimestamps(u);f&&p&&r.currentLiveSegmentServerLatency$.next(p-f),i.segment.status=`downloaded`,r.onSegmentFullyAppended(i,t.id),r.failedDownloads=0}catch(t){r.abortActiveSegments([e]),J.isAbortError(t)||(r.failedDownloads++,r.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())Hs(t.segmentReference)?t.segmentReference.baseUrl=e:t.segmentReference.url=e}feedPreDownloadedFirstSegment(e,t){var n=this;return w(function*(){let r=n.preDownloadedFirstSegment.get(t.id);if(!r)return!1;let i=e[0],a=n.segments.get(t.id);if(J.isNullable(a)||a[0]!==i)return!1;i.status=`downloading`;let o={segment:i,loadedBytes:r.byteLength,feedingBytes:0,fedBytes:0,representationId:t.id,startedAtMs:J.getWindow().performance.now()};n.activeSegments.add(o);let{signal:s}=n.downloadAbortController;return yield n.onSomeByteRangesDataLoaded({dataView:new DataView(r),loaded:r.byteLength,signal:s,globalFrom:i.byte.from,representationId:t.id,onSegmentAppendFailed:()=>n.abort()}),n.preDownloadedFirstSegment.delete(t.id),!0})()}loadByteRangeSegments(e,t,n=`auto`){var r=this;return w(function*(){if(!e.length||((yield r.feedPreDownloadedFirstSegment(e,t))&&(e=e.slice(1)),!e.length))return;let i=[];for(let n of e){n.status=`downloading`;let e={segment:n,loadedBytes:0,feedingBytes:0,fedBytes:0,representationId:t.id,startedAtMs:void 0};r.activeSegments.add(e),i.push(e)}let{range:a,url:o,signal:s,onProgress:c}=r.prepareByteRangeFetchSegmentParams(e,t);r.failedDownloads&&s&&(yield J.abortable(s,D(function*(){let e=J.getExponentialDelay(this.failedDownloads,this.tuning.downloadBackoff);yield new Promise(t=>{this.loadByteRangeSegmentsTimeoutId=j.setTimeout(t,e),J.fromEvent(window,`online`).pipe(J.once()).subscribe(()=>{t(),j.clearTimeout(this.loadByteRangeSegmentsTimeoutId)})})}).bind(r))(),s.aborted&&r.abortActiveSegments(e));let l=J.getWindow().performance.now();for(let e of i)e.startedAtMs=l;try{yield r.fetcher.fetch(o,{range:a,onProgress:c,signal:s,priority:n,bufferOptimisation:r.tuning.dash.fetcherBufferOptimisation,urlCacheMechanismEnabled:!Hs(t.segmentReference)}),r.lastDataObtainedTimestampMs=J.now(),r.failedDownloads=0}catch(t){r.abortActiveSegments(e),J.isAbortError(t)||(r.failedDownloads++,r.updateRepresentationsBaseUrlIfNeeded())}})()}prepareByteRangeFetchSegmentParams(e,t){var n=this;if(Hs(t.segmentReference))throw Error(`Representation is not byte range type`);let r=t.segmentReference.url,i={from:Bc.arrayAt(e,0).byte.from,to:Bc.arrayAt(e,-1).byte.to},{signal:a}=this.downloadAbortController;return{url:r,range:i,signal:a,onProgress:function(){var e=w(function*(e,r){if(!a.aborted)try{n.lastDataObtainedTimestampMs=J.now(),yield n.onSomeByteRangesDataLoaded({dataView:e,loaded:r,signal:a,onSegmentAppendFailed:()=>n.abort(),globalFrom:i?i.from:0,representationId:t.id})}catch(e){n.error$.next({id:`SegmentFeeding`,category:J.ErrorCategory.VIDEO_PIPELINE,message:`Error when feeding segments`,thrown:e})}});return function(t,n){return e.apply(this,arguments)}}()}}prepareTemplateFetchSegmentParams(e,t){if(!Hs(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=J.now();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:J.ErrorCategory.VIDEO_PIPELINE,message:`Error when feeding segments`,thrown:e})}}:void 0,onProgressTasks:a}}abortActiveSegments(e){for(let t of this.activeSegments)zc.arrayIncludes(e,t.segment)&&this.abortSegment(t.segment)}onSomeTemplateDataLoaded({dataView:e,representationId:t,loaded:n,onSegmentAppendFailed:r,signal:i}){var a=this;return w(function*(){if(!a.activeSegments.size||!vr(a.mediaSource,a.sourceBuffer))return;let o=a.representations.get(t);if(o)for(let s of a.activeSegments){let{segment:c}=s;if(s.representationId===t){if(i.aborted){r();continue}if(s.loadedBytes=n,s.loadedBytes>s.feedingBytes){let t=new DataView(e.buffer,e.byteOffset+s.feedingBytes,s.loadedBytes-s.feedingBytes),n=Ms(o.mime).parseFeedableSegmentChunk(t,a.isLive);n?.byteLength&&(c.status=`partially_fed`,s.feedingBytes+=n.byteLength,yield a.sourceBufferTaskQueue.append(n),s.fedBytes+=n.byteLength)}}}})()}onSomeByteRangesDataLoaded({dataView:e,representationId:t,globalFrom:n,loaded:r,signal:i,onSegmentAppendFailed:a}){var o=this;return w(function*(){if(!o.activeSegments.size||!vr(o.mediaSource,o.sourceBuffer))return;let s=o.representations.get(t);if(s)for(let c of o.activeSegments){let{segment:l}=c;if(c.representationId!==t)continue;if(i.aborted){yield a();continue}let u=l.byte.from-n,d=l.byte.to-n,f=d-u+1,p=u<r,m=d<=r;if(!p)continue;let h=Ms(s.mime);if(l.status===`downloading`&&m){l.status=`downloaded`;let n=new DataView(e.buffer,e.byteOffset+u,f);(yield o.sourceBufferTaskQueue.append(n,i))&&!i.aborted?o.onSegmentFullyAppended(c,t):yield a()}else if(o.tuning.dash.enableSubSegmentBufferFeeding&&(l.status===`downloading`||l.status===`partially_fed`)&&(c.loadedBytes=Math.min(f,r-u),c.loadedBytes>c.feedingBytes)){let n=new DataView(e.buffer,e.byteOffset+u+c.feedingBytes,c.loadedBytes-c.feedingBytes),r=c.loadedBytes===f?n:h.parseFeedableSegmentChunk(n);r?.byteLength&&(l.status=`partially_fed`,c.feedingBytes+=r.byteLength,(yield o.sourceBufferTaskQueue.append(r,i))&&!i.aborted?(c.fedBytes+=r.byteLength,c.fedBytes===f&&o.onSegmentFullyAppended(c,t)):yield a())}}})()}onSegmentFullyAppended(e,t){if(!(J.isNullable(this.sourceBuffer)||!vr(this.mediaSource,this.sourceBuffer))){!this.isLive&&N.browser.isSafari&&this.tuning.useSafariEndlessRequestBugfix&&(Lc(this.sourceBuffer.buffered,e.segment.time.from,100)&&Lc(this.sourceBuffer.buffered,e.segment.time.to,100)||this.error$.next({id:`EmptyAppendBuffer`,category:J.ErrorCategory.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`,Vs(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=Uc.requestIdleCallbackPolyfilled(()=>Wc.promiseFinally(this.loadInit(n,`low`,!1),()=>this.initLoadIdleCallback=null)))}loadInit(e,t=`auto`,n=!1){var r=this;return w(function*(){let i=r.tuning.dash.useFetchPriorityHints?t:`auto`,a=!n&&r.tuning.dash.ignoreNetworkErrorsOnLoadInit,o=(!n&&r.failedDownloads>0?J.abortable(r.destroyAbortController.signal,D(function*(){let e=J.getExponentialDelay(this.failedDownloads,this.tuning.downloadBackoff);yield new Promise(t=>j.setTimeout(()=>t(void 0),e))}).bind(r))():Promise.resolve()).then(()=>r.fetcher.fetchRepresentation(e.segmentReference,Ms(e.mime),{priority:i,ignoreNetworkErrors:a,representationHeight:e.height})).then(function(){var t=w(function*(t){if(!t)return;let{init:n,dataView:i,segments:a,firstSegmentData:o}=t,s=i.buffer.slice(i.byteOffset,i.byteOffset+i.byteLength);r.initData.set(e.id,s),o&&r.preDownloadedFirstSegment.set(e.id,o);let c=a;r.isLive&&Hs(e.segmentReference)&&(c=r.getActualLiveStartingSegments(e.segmentReference)),(!r.isLive||!r.segments.has(e.id))&&r.segments.set(e.id,c),n&&r.parsedInitData.set(e.id,n)});return function(e){return t.apply(this,arguments)}}()).then(()=>r.failedDownloads=0,t=>{a||r.initData.set(e.id,null),n&&r.error$.next({id:`LoadInits`,category:J.ErrorCategory.WTF,message:`loadInit threw`,thrown:t})});return r.initData.set(e.id,o),o})()}dropBuffer(){var e=this;return w(function*(){for(let t of e.segments.values())for(let e of t)e.status=`none`;yield e.pruneBuffer(0,1/0,!0)})()}pruneBuffer(e,t,n=!1){var r=this;return w(function*(){if(!r.sourceBuffer||!vr(r.mediaSource,r.sourceBuffer)||!r.playingRepresentationId||J.isNullable(e))return!1;let i=[],a=0,o=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},s=e=>{if(a>=t)return i;i.push(T({},e.time)),i=o(i);let n=Vs(e)?e.size??0:e.byte.to-e.byte.from;a+=n};for(let t of r.segments.values())for(let n of t){let t=n.time.to<=e-r.tuning.dash.bufferPruningSafeZone,i=n.time.from>=e+Math.min(r.forwardBufferTarget,r.bufferLimit);(t||i)&&n.status===`fed`&&s(n)}for(let e=0;e<r.sourceBuffer.buffered.length;e++){let t=r.sourceBuffer.buffered.start(e)*1e3,n=r.sourceBuffer.buffered.end(e)*1e3,i=0;for(let e of r.segments.values())for(let r of e)zc.arrayIncludes([`none`,`partially_ejected`],r.status)&&Math.round(r.time.from)<=Math.round(t)&&Math.round(r.time.to)>=Math.round(n)&&i++;i===r.segments.size&&s({time:{from:t,to:n},url:``,status:`none`})}if(i.length&&n){let t=Math.min(r.forwardBufferTarget,r.bufferLimit)*r.tuning.dash.minSafeBufferThreshold;for(let n of r.segments.values())for(let r of n)r.time.from>=e+t&&r.status===`fed`&&s(r)}return i.length?(yield Promise.all(i.map(e=>r.sourceBufferTaskQueue.remove(e.from,e.to)))).reduce((e,t)=>e||t,!1):!1})()}abortBuffer(){var e=this;return w(function*(){if(!e.sourceBuffer||!vr(e.mediaSource,e.sourceBuffer))return!1;let t=e.playingRepresentationId&&e.initData.get(e.playingRepresentationId),n=t instanceof ArrayBuffer?t:void 0;return e.sourceBufferTaskQueue.abort(n)})()}getDebugBufferState(){if(!(!this.sourceBuffer||!vr(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||!vr(this.mediaSource,this.sourceBuffer)||!this.sourceBuffer.buffered.length||J.isNullable(e)?0:ic(this.sourceBuffer.buffered,e)}getForwardBufferRepresentations(e=this.getCurrentPosition()){if(this.forwardBufferRepresentations.clear(),J.isNonNullable(e))for(let[t,n]of this.segments.entries())this.forwardBufferRepresentations.set(t,n.filter(t=>t.time.from>=e&&t.time.to<=e+this.forwardBufferTarget));return this.forwardBufferRepresentations}getMpdSegmentDuration(){for(let e of this.segments.values()){let t=e[0];if(t&&t.time.to>t.time.from)return t.time.to-t.time.from}}getActiveSegmentProgress(){let e;for(let t of this.activeSegments)J.isNullable(t.startedAtMs)||(!e||t.segment.time.from<e.segment.time.from)&&(e=t);if(!J.isNullable(e?.startedAtMs))return{startedAtMs:e.startedAtMs,loadedBytes:e.loadedBytes,totalBytes:e.segment.size??void 0,segmentDurationMs:e.segment.time.to-e.segment.time.from}}detectGaps(e,t){if(!(!this.sourceBuffer||!vr(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||!vr(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=Uc.requestIdleCallbackPolyfilled(()=>{try{this.detectGaps(e,t)}catch(e){this.error$.next({id:`GapDetection`,category:J.ErrorCategory.WTF,message:`detectGaps threw`,thrown:e})}finally{this.gapDetectionIdleCallback=null}})}checkEjectedSegments(){if(J.isNullable(this.sourceBuffer)||!vr(this.mediaSource,this.sourceBuffer)||J.isNullable(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:J.ErrorCategory.VIDEO_PIPELINE,thrown:e,message:`Something went wrong`})}}var Zc=require("@vkontakte/videoplayer-shared"),Qc=require("@vkontakte/videoplayer-shared"),Y=require("@vkontakte/videoplayer-shared"),$c=require("@vkontakte/videoplayer-shared"),el=new Set([2,3,4,5,6,9,19]),tl=new Set([1,8,18,21]),nl=new Set([10,11,12,13,14,15,16]),rl=({txtCode:e,error$:t,recoverableError$:n,httpCode:r})=>{let i=parseInt(e);if(isNaN(i))return;let a=T(T({},il(i)),{},{httpCode:r,UVBackendErrorCode:e,origin:`segment_fetcher`});if(el.has(i)){t.next(T(T({},a),{},{category:$c.ErrorCategory.NETWORK}));return}if(tl.has(i)){n.next(T(T({},a),{},{category:$c.ErrorCategory.FATAL,canBeRecoverable:!0}));return}if(nl.has(i)){t.next(T(T({},a),{},{category:$c.ErrorCategory.FATAL}));return}},il=e=>{switch(e){case 1:return{id:`VideoDataLinkExpiredError`,message:`Video data links have expired`};case 5:return{id:`VideoServerError`,message:`Server error`};case 8:return{id:`VideoDataLinkBlockedForFloodError`,message:`Url blocked for flood`};case 10:return{id:`UserAgentChange`,message:`User agent changed`};case 11:return{id:`forbiddenReferer`,message:`Forbidden referer`};case 12:case 13:case 14:case 15:case 16:return{id:`OKerror`,message:`Error #${e}`};case 18:return{id:`VideoDataLinkIllegalIpChangeError`,message:`Client IP has changed`};case 21:return{id:`VideoDataLinkIllegalHostChangeError`,message:`Request HOST has changed`};default:return al(e)}};function al(e){return{id:`GeneralVideoDataFetchError`,message:`Generic video data fetch error (${e})`}}var ol=require("@vkontakte/videoplayer-shared"),sl=`vk_player_cached_fetches`,cl=[`fromCache`,`expires`,`sig`],ll=300*1e3,ul=`x-cache-expires`,dl=function(){var e=w(function*(e){let t=pl(e),n=yield ol.getWindow().caches.open(sl);return{get:function(){var e=w(function*(){let e=yield n.match(t);return e&&!ml(e)?(ol.devNull.push(`core`,{key:`videoplayer_url_cache`,strings:[`cache_hit`]}),e):(e&&(yield n.delete(t),ol.devNull.push(`core`,{key:`videoplayer_url_cache`,strings:[`cache_missed`,`expired`]})),null)});return function(){return e.apply(this,arguments)}}(),set:r=>{n.put(t,hl(r,e))}}});return function(t){return e.apply(this,arguments)}}();function fl(){return typeof caches<`u`}function pl(e){try{let t=new URL(e);return t.hostname=`cache.local`,cl.forEach(e=>t.searchParams.delete(e)),t.toString()}catch{return e}}function ml(e){let t=e.headers.get(ul);if(!t)return!0;let n=Number(t);return isNaN(n)||n<=Date.now()}function hl(e,t){let n=e.clone(),r=new Headers(n.headers);return r.set(ul,gl(t).toString()),new Response(n.body,{status:n.status,statusText:n.statusText,headers:r})}function gl(e){try{let t=new URL(e).searchParams.get(`expires`);if(t&&!isNaN(Number(t)))return Number(t)}catch{return 0}return Date.now()+ll}var _l=function(){var e=w(function*(){yield ol.getWindow().caches.delete(sl)});return function(){return e.apply(this,arguments)}}();class vl{constructor({throughputEstimator:e,requestQuic:t,tracer:n,compatibilityMode:r=!1,useEnableSubtitlesParam:i=!1,handleExtendedNetworkErrorsSet:a=!1,useUrlCacheMechanism:o=!1,measureNonSegmentRequests:s=!1,measureFastSamples:c=!1,preloadFirstSegment:l=!1,maxQualityForFirstSegmentPreload:u=Y.VideoQuality.Q_480P}){this.throughputEstimator=void 0,this.requestQuic=void 0,this.tracer=void 0,this.manifestRequested$=new Y.Subject,this.firstBytesManifest$=new Y.Subject,this.firstBytesRequested$=new Y.Subject,this.firstBytesReceived$=new Y.Subject,this.lastConnectionType$=new Y.ValueSubject(void 0),this.lastConnectionReused$=new Y.ValueSubject(void 0),this.lastRequestFirstBytes$=new Y.ValueSubject(void 0),this.lastConnectionMetrics$=new Y.ValueSubject(void 0),this.lastDownloadMetrics$=new Y.ValueSubject(void 0),this.recoverableError$=new Y.Subject,this.error$=new Y.Subject,this.abortAllController=new Zc.AbortControllerPolyfilled,this.subscription=new Y.SubscriptionRemovable,this.compatibilityMode=void 0,this.useEnableSubtitlesParam=void 0,this.useUrlCacheMechanism=void 0,this.measureNonSegmentRequests=void 0,this.measureFastSamples=void 0,this.preloadFirstSegment=void 0,this.maxQualityForFirstSegmentPreload=void 0,this.startupPhase=!0,this.performanceObserver=null,this.pendingConnectionMetrics=new Map,this.handleExtendedNetworkErrorsSet=!1,this.fetchManifest=Y.abortable(this.abortAllController.signal,function(){var e=D(function*(e){let t=this.tracer.createComponentTracer(`FetchManifest`),n=e;this.requestQuic&&(n=Za(n)),!this.compatibilityMode&&this.useEnableSubtitlesParam&&(n=$a(n)),this.trackRequestStart(n,performance.now());let r=Y.now();this.manifestRequested$.next();let i=!1,a=yield this.doFetch(n,{signal:this.abortAllController.signal},{onCacheHit:()=>{i=!0}}).catch(Y.suppressAbort);if(a){let o=Y.now();t.log(`success`,Y.flattenObject({url:n,message:`Request successfully executed`})),t.end(),this.onHeadersReceived(a.headers),this.firstBytesManifest$.next();let s=a.headers.get(`content-length`),c=0;s&&(c=parseInt(s,10));let l=yield E(a.text());if((!s||isNaN(c)||c<=0)&&(c=new TextEncoder().encode(l).length),c>0){let t=o-r,n=c/(t/1e3)*8/1024,i={bytes:c,speed:n,url:e};this.lastDownloadMetrics$.next(i)}let u=this.measureFastSamples&&(i||this.isLikelyCacheHitByTtfb(o-r));if(this.measureNonSegmentRequests&&this.startupPhase&&!u&&(this.throughputEstimator?.addRawRtt(o-r),s&&c>0)){let e=Y.now();this.throughputEstimator?.addRawSpeed(c,e-r)}return l}else return t.error(`error`,Y.flattenObject({url:n,message:`No data in request manifest`})),t.end(),null});return function(t){return e.apply(this,arguments)}}().bind(this)),this.fetch=Y.abortable(this.abortAllController.signal,function(){var e=D(function*(e,{rangeMethod:t=+!this.compatibilityMode,range:n,onProgress:r,priority:i=`auto`,signal:a,measureThroughput:o=!0,isLowLatency:s=!1,bufferOptimisation:c=!1,ignoreNetworkErrors:l=!1,urlCacheMechanismEnabled:u=!1}={}){let d=e,f=new Headers,p=this.tracer.createComponentTracer(`Fetch`);if(n)switch(t){case 0:f.append(`Range`,`bytes=${n.from}-${n.to}`);break;case 1:{let e=new URL(d,Y.getWindow().location.href);e.searchParams.append(`bytes`,`${n.from}-${n.to}`),d=e.toString();break}default:Y.assertNever(t)}this.requestQuic&&(d=Za(d));let m=this.abortAllController.signal,h;if(a){let e=new Zc.AbortControllerPolyfilled;if(h=Y.merge(Y.fromEvent(this.abortAllController.signal,`abort`),Y.fromEvent(a,`abort`)).subscribe(()=>{try{e.abort()}catch(e){Y.suppressAbort(e)}}),this.subscription.add(h),this.abortAllController.signal.aborted||a.aborted)try{e.abort()}catch(e){Y.suppressAbort(e)}m=e.signal}let g=0,_=Y.now();p.log(`startRequest`,Y.flattenObject({url:d,priority:i,rangeMethod:t,range:n,isLowLatency:s,requestStartedAt:_})),this.trackRequestStart(d,performance.now()),this.firstBytesRequested$.next();let v=!1,y=yield this.doFetch(d,{priority:i,headers:f,signal:m},{ignoreNetworkErrors:l,urlCacheMechanismEnabled:u,onCacheHit:()=>{v=!0}}),b=Y.now();if(!y)return p.error(`error`,{message:`No response in request`}),p.end(),this.unsubscribeAbortSubscription(h),null;let x=this.measureFastSamples&&(v||this.isLikelyCacheHitByTtfb(b-_));if(x||this.throughputEstimator?.addRawRtt(b-_),!y.ok||!y.body){this.unsubscribeAbortSubscription(h);let e=`Fetch error ${y.status}: ${y.statusText}`;return p.error(`error`,{message:e}),p.end(),Promise.reject(Error(`Fetch error ${y.status}: ${y.statusText}`))}if(this.onHeadersReceived(y.headers),!r&&!o){this.unsubscribeAbortSubscription(h);let e=yield y.arrayBuffer(),t=Y.now();if(this.measureNonSegmentRequests&&this.startupPhase&&!x){let e=y.headers.get(`content-length`),n=e?parseInt(e,10):NaN;Number.isFinite(n)&&n>0&&this.throughputEstimator?.addRawSpeed(n,t-_)}let n={requestStartedAt:_,requestEndedAt:t,duration:t-_};return p.log(`endRequest`,Y.flattenObject(n)),p.end(),e}let S=y.body;if(o&&!x){this.startupPhase=!1;let e;[S,e]=y.body.tee(),this.throughputEstimator?.trackStream(e,s)}let C=S.getReader(),w,T=parseInt(y.headers.get(`content-length`)??``,10);Number.isFinite(T)&&(w=T),!w&&n&&(w=n.to-n.from+1);let E=w?new Uint8Array(w):new Uint8Array,ee=!1,te=e=>{this.unsubscribeAbortSubscription(h),ee=!0,Y.suppressAbort(e)},ne=Y.abortable(m,function(){var e=D(function*({done:e,value:t}){if(g===0&&(this.lastRequestFirstBytes$.next(Y.now()-_),this.firstBytesReceived$.next()),m.aborted){this.unsubscribeAbortSubscription(h);return}if(!e&&t){if(c&&w)E.set(t,g),g+=t.byteLength;else{let e=new Uint8Array(E.length+t.length);e.set(E),e.set(t,E.length),E=e,g+=t.byteLength}r?.(new DataView(E.buffer),g),yield C?.read().then(ne,te)}});return function(t){return e.apply(this,arguments)}}().bind(this));yield C?.read().then(ne,te),this.unsubscribeAbortSubscription(h);let re=Y.now(),ie={failed:ee,requestStartedAt:_,requestEndedAt:re,duration:re-_};if(ee)return p.error(`endRequest`,Y.flattenObject(ie)),p.end(),null;if(g>0){let t=re-_,n=g/(t/1e3)*8/1024,r={bytes:g,speed:n,url:e};this.lastDownloadMetrics$.next(r)}return p.log(`endRequest`,Y.flattenObject(ie)),p.end(),E.buffer});return function(t){return e.apply(this,arguments)}}().bind(this)),this.fetchByteRangeRepresentation=Y.abortable(this.abortAllController.signal,function(){var e=D(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)));let u=this.preloadFirstSegment&&Y.isNonNullable(e.firstSegmentLength)&&n.priority===`high`&&(n.representationHeight??Y.videoQualityToHeight(Y.VideoQuality.Q_144P))<=Y.videoQualityToHeight(this.maxQualityForFirstSegmentPreload);u&&s&&Y.isNonNullable(l)&&(o=l+e.firstSegmentLength),a=Math.min(a,0);let d=yield this.fetch(e.url,T({range:{from:a,to:o},measureThroughput:!1,urlCacheMechanismEnabled:!0},n));if(!d)return null;let f=new DataView(d,r-a,i-a+1);if(!t.validateData(f))throw Error(`Invalid media file`);let p=t.parseInit(f),m=e.indexRange??t.getIndexRange(p);if(!m)throw ReferenceError(`No way to load representation index`);let h;if(s)h=new DataView(d,m.from-a,m.to-m.from+1);else{let t=yield this.fetch(e.url,{range:m,measureThroughput:!1,urlCacheMechanismEnabled:!0});if(!t)return null;h=new DataView(t)}let g=t.parseSegments(h,p,m),_;if(u&&s&&Y.isNonNullable(l)){let t=l+1-a;t+e.firstSegmentLength<=d.byteLength&&(_=d.slice(t,t+e.firstSegmentLength))}return{init:p,dataView:new DataView(d),segments:g,firstSegmentData:_}});return function(t,n,r){return e.apply(this,arguments)}}().bind(this)),this.fetchTemplateRepresentation=Y.abortable(this.abortAllController.signal,function(){var e=D(function*(e,t){if(e.type!==`template`)return null;let n=new URL(e.initUrl,e.baseUrl).toString(),r=yield this.fetch(n,T({measureThroughput:!1},t));return r?{init:null,segments:e.segments.map(e=>T(T({},e),{},{status:`none`,size:void 0})),dataView:new DataView(r)}:null});return function(t,n){return e.apply(this,arguments)}}().bind(this)),this.throughputEstimator=e,this.requestQuic=t,this.compatibilityMode=r,this.tracer=n.createComponentTracer(`Fetcher`),this.useEnableSubtitlesParam=i,this.handleExtendedNetworkErrorsSet=a,this.measureNonSegmentRequests=s,this.measureFastSamples=c,this.preloadFirstSegment=l,this.maxQualityForFirstSegmentPreload=u,Y.getWindow().PerformanceObserver&&this.setupPerformanceObserver(),this.useUrlCacheMechanism=o}onHeadersReceived(e){let{type:t,reused:n}=Qa(e);this.lastConnectionType$.next(t),this.lastConnectionReused$.next(n)}setupPerformanceObserver(){this.performanceObserver=new(Y.getWindow()).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 Y.getWindow().navigator))return`unknown`;let e=Y.getWindow().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:Y.ErrorCategory.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})}fetchRepresentation(e,t,n){var r=this;return w(function*(){let{type:i}=e;switch(i){case`byteRange`:return(yield r.fetchByteRangeRepresentation(e,t,n))??null;case`template`:return(yield r.fetchTemplateRepresentation(e,n))??null;default:Y.assertNever(i)}})()}destroy(){this.abortAllController.abort(),this.subscription.unsubscribe(),this.performanceObserver&&=(this.performanceObserver.disconnect(),null),this.pendingConnectionMetrics.clear(),this.tracer.end()}isLikelyCacheHitByTtfb(e){let t=this.throughputEstimator?.rtt$.getValue()??0;return e<Math.max(t*.5,2)}doFetch(e,t,n){var r=this;return w(function*(){let i;if(r.useUrlCacheMechanism&&n?.urlCacheMechanismEnabled&&fl()){i=yield dl(e);let t=yield i.get();if(t){var a;return n==null||(a=n.onCacheHit)==null||a.call(n),t}}let o=yield Qc.fetchPolyfilled(e,i?T(T({},t),{},{cache:`no-store`}):t);if(o.ok)return i?.set(o),o;if(n?.ignoreNetworkErrors)return;let s=yield o.text();if(r.handleExtendedNetworkErrorsSet){rl({txtCode:s,httpCode:o.status,error$:r.error$,recoverableError$:r.recoverableError$});return}let c=parseInt(s);if(!isNaN(c))switch(c){case 1:r.recoverableError$.next({id:`VideoDataLinkExpiredError`,message:`Video data links have expired`,category:Y.ErrorCategory.FATAL,httpCode:o.status,UVBackendErrorCode:s});break;case 8:r.recoverableError$.next({id:`VideoDataLinkBlockedForFloodError`,message:`Url blocked for flood`,category:Y.ErrorCategory.FATAL,httpCode:o.status,UVBackendErrorCode:s});break;case 18:r.recoverableError$.next({id:`VideoDataLinkIllegalIpChangeError`,message:`Client IP has changed`,category:Y.ErrorCategory.FATAL,httpCode:o.status,UVBackendErrorCode:s});break;case 21:r.recoverableError$.next({id:`VideoDataLinkIllegalHostChangeError`,message:`Request HOST has changed`,category:Y.ErrorCategory.FATAL,httpCode:o.status,UVBackendErrorCode:s});break;default:r.error$.next({id:`GeneralVideoDataFetchError`,message:`Generic video data fetch error (${c})`,category:Y.ErrorCategory.FATAL,httpCode:o.status,UVBackendErrorCode:s})}})()}unsubscribeAbortSubscription(e){e&&(e.unsubscribe(),this.subscription.remove(e))}}var yl=require("@vkontakte/videoplayer-shared");class bl{constructor(e,t){this.currentRepresentation$=new yl.ValueSubject(null),this.maxRepresentations=4,this.representationsCursor=0,this.representations=[],this.getCurrentPosition=void 0,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(!yl.isNullable(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(T(T({},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=bl.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=>bl.filterRepresentations(e.representations))}static filterRepresentations(e){return e?.filter(e=>e.kind===`text`&&`segmentReference`in e&&Hs(e.segmentReference))}}var xl=[`timeupdate`,`progress`,`play`,`seeked`,`stalled`,`waiting`],Sl=[`timeupdate`,`progress`,`loadeddata`,`playing`,`seeked`];class Cl{constructor(e){this.element=null,this.manifestUrlString=``,this.source=null,this.manifest=null,this.tuning=void 0,this.tracer=void 0,this.forceVideoCodec=void 0,this.videoBufferManager=void 0,this.audioBufferManager=void 0,this.bufferManagers=[],this.liveTextManager=void 0,this.throughputEstimator=void 0,this.subscription=new q.Subscription,this.subscriptionRemovable=new q.SubscriptionRemovable,this.representationSubscription=new q.Subscription,this.fetcher=void 0,this.state$=new Dt(`none`),this.currentVideoRepresentation$=new q.ValueSubject(void 0),this.currentVideoRepresentationInit$=new q.ValueSubject(void 0),this.currentAudioRepresentation$=new q.ValueSubject(void 0),this.currentVideoSegmentLength$=new q.ValueSubject(0),this.currentAudioSegmentLength$=new q.ValueSubject(0),this.error$=new q.Subject,this.manifestRequested$=new q.Subject,this.firstBytesManifest$=new q.Subject,this.manifestReceived$=new q.Subject,this.firstBytesRequested$=new q.Subject,this.firstBytesReceived$=new q.Subject,this.lastConnectionType$=new q.ValueSubject(void 0),this.lastConnectionReused$=new q.ValueSubject(void 0),this.lastRequestFirstBytes$=new q.ValueSubject(void 0),this.lastConnectionMetrics$=new q.ValueSubject(void 0),this.lastDownloadMetrics$=new q.ValueSubject(void 0),this.currentLiveTextRepresentation$=new q.ValueSubject(null),this.timeoutSourceOpenId=void 0,this.isLive$=new q.ValueSubject(!1),this.isActiveLive$=new q.ValueSubject(!1),this.isLowLatency$=new q.ValueSubject(!1),this.liveDuration$=new q.ValueSubject(0),this.liveSeekableDuration$=new q.ValueSubject(0),this.liveAvailabilityStartTime$=new q.ValueSubject(0),this.liveStreamStatus$=new q.ValueSubject(void 0),this.bufferLength$=new q.ValueSubject(0),this.liveLatency$=new q.ValueSubject(void 0),this.liveLoadBufferLength$=new q.ValueSubject(0),this.livePositionFromPlayer$=new q.ValueSubject(0),this.currentStallDuration$=new q.ValueSubject(0),this.videoLastDataObtainedTimestamp$=new q.ValueSubject(0),this.fetcherRecoverableError$=new q.Subject,this.fetcherError$=new q.Subject,this.updateDurationError$=new q.Subject,this.liveStreamEndTimestamp=0,this.liveBuffer=void 0,this.isUpdatingLive=!1,this.isJumpGapAfterSeekLive=!1,this.forceEnded$=new q.Subject,this.gapWatchdogActive=!1,this.gapWatchdogSubscription=void 0,this.stallWatchdogSubscription=void 0,this.livePauseWatchdogSubscription=void 0,this.liveWasInterrupted=!1,this.isOnDemand=!1,this.dashMaxTvVideoQuality=void 0,this.destroyController=new Fc.AbortControllerPolyfilled,this.initManifest=q.abortable(this.destroyController.signal,function(){var e=D(function*(e,t,n){this.tracer.log(`initManifest`),this.element=e,this.manifestUrlString=Oe(t,n,2),this.state$.startTransitionTo(`manifest_ready`),this.manifest=yield this.updateManifest(),!this.tuning.audioOnly&&!this.manifest?.streams.video.length||this.tuning.audioOnly&&!this.manifest?.streams.audio.length?this.error$.next({id:`NoRepresentations`,category:q.ErrorCategory.PARSER,message:`No playable video representations`}):this.state$.setState(`manifest_ready`)});return function(t,n,r){return e.apply(this,arguments)}}().bind(this)),this.updateManifest=q.abortable(this.destroyController.signal,D(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:q.ErrorCategory.NETWORK,message:`Failed to load manifest`,thrown:e})});if(!e)return null;let t=null;try{t=Fo(e??``,this.manifestUrlString),this.manifestReceived$.next()}catch(t){let n=Ja(e)??{id:`ManifestParsing`,category:q.ErrorCategory.PARSER,message:`Failed to parse MPD manifest`,thrown:t};this.error$.next(n)}if(!t)return null;let n=(e,t,n)=>{var r,i,a,o;return!!(!((r=this.element)==null||(i=r.canPlayType)==null)&&i.call(r,t)&&!((a=Ye())==null||(o=a.isTypeSupported)==null)&&o.call(a,`${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:q.ErrorCategory.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],s=this.tuning.dash.checkRepresentationCanPlayType&&this.element?hc(o,this.element,this.tuning.dash.checkRepresentationCanPlayType):o.filter(({mime:t,codecs:r})=>n(e,t,r));r[e]=s;let c,l;if(e===`audio`)a=qr(s.map(({codecs:e})=>e)),c=a[0],c&&(r[e]=s.filter(({codecs:e})=>Jr(e)===c));else if(e===`video`){i=Gr(s,{preferHdr:this.tuning.preferHDR});let t=this.forceVideoCodec;l=(t?i.find(e=>e.name===t.name&&e.hdr===t.hdr):void 0)??i[0],l&&(r[e]=s.filter(e=>Jr(e.codecs)===l.name&&!!e.hdr===l.hdr))}if(e===`video`){let{videoStreamRepresentaionsFilter:e}=this.tuning.dash;if(e.length&&Zr(r,e),this.dashMaxTvVideoQuality&&pc(r,this.dashMaxTvVideoQuality),this.isOnDemand&&this.tuning.dash.filterOnDemandQualityList)for(let e of r.video)e.representations=e.representations.sort((e,t)=>t.height-e.height).filter((e,t)=>t%2==0)}}let o=T(T({},t),{},{streams:r});return o.codecs={video:i,audio:a},this.tracer.log(`updateManifestEnd`,q.flattenObject(o)),o}).bind(this)),this.initRepresentations=q.abortable(this.destroyController.signal,function(){var e=D(function*(e,t,n){var r=this;this.tracer.log(`initRepresentationsStart`,q.flattenObject({initialVideo:e,initialAudio:t,sourceHls:n})),q.assertNonNullable(this.manifest),q.assertNonNullable(this.element),this.representationSubscription.unsubscribe(),this.state$.startTransitionTo(`representations_ready`);let i=e=>{this.representationSubscription.add(q.fromEvent(e,`error`).pipe(q.filter(e=>!!this.element?.played.length)).subscribe(e=>{this.error$.next({id:`VideoSource`,category:q.ErrorCategory.VIDEO_PIPELINE,message:`Unexpected video source error`,thrown:e})}))};this.source=Qe();let a=document.createElement(`source`);if(i(a),a.src=URL.createObjectURL(this.source),this.element.appendChild(a),Xe())if(n){let e=document.createElement(`source`);i(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 o={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};if(this.bufferManagers=[],q.isNonNullable(e)){let e=this.manifest.streams.video.reduce((e,t)=>[...e,...t.representations],[]);e.length&&(this.videoBufferManager=new Xc(`video`,this.source,e,o),this.bufferManagers.push(this.videoBufferManager))}if(q.isNonNullable(t)){let e=this.manifest.streams.audio.reduce((e,t)=>[...e,...t.representations],[]);this.audioBufferManager=new Xc(`audio`,this.source,e,o),this.bufferManagers.push(this.audioBufferManager)}if(bl.isSupported(this.manifest.streams.text)&&!this.isLowLatency$.getValue()&&(this.liveTextManager=new bl(this.manifest.streams.text,o)),this.representationSubscription.add(this.fetcher.lastRequestFirstBytes$.subscribe(this.lastRequestFirstBytes$)),this.representationSubscription.add(q.merge(...Sl.map(e=>q.fromEvent(this.element,e))).pipe(q.map(e=>this.element?ic(this.element.buffered,this.element.currentTime*1e3):0),q.filterChanged(),q.tap(e=>{e>this.tuning.dash.bufferEmptinessTolerance&&this.stopStallWatchdogSubscription()})).subscribe(this.bufferLength$)),this.representationSubscription.add(q.merge(q.fromEvent(this.element,`ended`),this.forceEnded$).subscribe(()=>{this.stopStallWatchdogSubscription()})),this.isLive$.getValue()){this.subscription.add(this.liveDuration$.pipe(q.filterChanged()).subscribe(e=>this.liveStreamEndTimestamp=q.now())),this.subscription.add(q.fromEvent(this.element,`pause`).subscribe(()=>{let{liveUpdateInterval:e}=this.tuning.dash;this.livePauseWatchdogSubscription=q.interval(e).subscribe(t=>{let n=ke(this.manifestUrlString,2);this.manifestUrlString=Oe(this.manifestUrlString,n+e,2),this.liveStreamStatus$.getValue()===`active`&&this.updateManifest()}),this.subscription.add(this.livePauseWatchdogSubscription)})).add(q.fromEvent(this.element,`play`).subscribe(e=>this.livePauseWatchdogSubscription?.unsubscribe())),this.representationSubscription.add(q.combine({isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(q.map(({isActiveLive:e,isLowLatency:t})=>e&&t),q.filterChanged()).subscribe(e=>{this.isManualDecreasePlaybackInLive()||Ac(this.element,1)})),this.representationSubscription.add(q.combine({bufferLength:this.bufferLength$,isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(q.filter(({bufferLength:e,isActiveLive:t,isLowLatency:n})=>t&&n&&!!e)).subscribe(({bufferLength:e})=>this.liveBuffer.next(e))),this.videoBufferManager&&(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(q.combine({isLive:this.isLive$,rtt:this.throughputEstimator.rtt$,bufferLength:this.bufferLength$,segmentServerLatency:this.videoBufferManager.currentLiveSegmentServerLatency$}).pipe(q.filter(({isLive:e})=>e),q.filterChanged((e,t)=>t.bufferLength<e.bufferLength),q.map(({rtt:e,bufferLength:t,segmentServerLatency:n})=>{let r=ke(this.manifestUrlString,2);return(e/2+t+n+r)/1e3})).subscribe(this.liveLatency$))),this.representationSubscription.add(q.combine({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),Ac(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(q.combine({liveLoadBufferLength:this.liveLoadBufferLength$,bufferLength:this.bufferLength$}).pipe(q.throttle(this.tuning.dash.liveUpdateInterval)).subscribe(function(){var t=w(function*({liveLoadBufferLength:t,bufferLength:n}){if(!r.element||r.isUpdatingLive)return;let i=r.element.playbackRate,a=ke(r.manifestUrlString,2),o=Math.abs(r.livePositionFromPlayer$.getValue())*1e3,s=Math.min(o,r.tuning.dashCmafLive.normalizedTargetMinBufferSize*i),c=r.tuning.dashCmafLive.normalizedActualBufferOffset*i,l=r.tuning.dashCmafLive.normalizedLiveMinBufferSize*i,u=isFinite(t)?t:n,d=r.isActiveLive$.getValue()&&r.isLowLatency$.getValue(),f=o<=r.tuning.live.activeLiveDelay;r.isActiveLive$.next(f);let p=`none`;if(d?p=`active_low_latency`:r.isLowLatency$.getValue()&&f?(r.bufferManagers.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(t)&&(e=t>e?t:e),p===`live_forward_buffering`||p===`live_with_target_offset`){let n=e-(s+c),o=r.normalizeLiveOffset(Math.trunc(a+n/i)),l=Math.abs(o-a),u=0;!t||l<=r.tuning.dashCmafLive.offsetCalculationError?u=a:o>0&&l>r.tuning.dashCmafLive.offsetCalculationError&&(u=o),r.manifestUrlString=Oe(r.manifestUrlString,u,2)}(p===`live_with_target_offset`||p===`live_forward_buffering`)&&(e=0,yield r.updateLive())});return function(e){return t.apply(this,arguments)}}(),e=>{this.error$.next({id:`updateLive`,category:q.ErrorCategory.VIDEO_PIPELINE,thrown:e,message:`Failed to update live with subscription`})}))}let s=q.merge(...this.bufferManagers.map(e=>e.fullyBuffered$)).pipe(q.map(()=>this.bufferManagers.every(e=>e.fullyBuffered$.getValue()))),c=q.merge(...this.bufferManagers.map(e=>e.onLastSegment$)).pipe(q.map(()=>this.bufferManagers.some(e=>e.onLastSegment$.getValue()))),l=q.combine({allBuffersFull:s,someBufferEnded:c}).pipe(q.filterChanged(),q.map(({allBuffersFull:e,someBufferEnded:t})=>e&&t),q.filter(e=>e));if(this.representationSubscription.add(q.merge(this.forceEnded$,l).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:q.ErrorCategory.VIDEO_PIPELINE,message:`Failed to end MediaSource stream`,thrown:e})}})),this.representationSubscription.add(q.merge(...this.bufferManagers.map(e=>e.error$)).subscribe(this.error$)),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.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=j.setTimeout(()=>{if(this.source?.readyState===`open`){t();return}this.error$.next({id:`OpenOfStream`,category:q.ErrorCategory.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&&j.clearTimeout(this.timeoutSourceOpenId),t()},{once:!0})})}if(!this.isLive$.getValue()){let e=[this.manifest.duration??0,...Ic.arrayFlatMap(Ic.arrayFlatMap([...this.manifest.streams.audio,...this.manifest.streams.video],e=>e.representations),e=>{let t=[];return e.duration&&t.push(e.duration),Hs(e.segmentReference)&&e.segmentReference.totalSegmentsDurationMs&&t.push(e.segmentReference.totalSegmentsDurationMs),t})];this.source.duration=Math.max(...e)/1e3}let u=[];this.videoBufferManager&&q.isNonNullable(e)&&u.push(this.videoBufferManager.startWith(e)),this.audioBufferManager&&q.isNonNullable(t)&&u.push(this.audioBufferManager.startWith(t)),yield Promise.all(u),this.state$.setState(`representations_ready`),this.tracer.log(`initRepresentationsEnd`)});return function(t,n,r){return e.apply(this,arguments)}}().bind(this)),this.tick=()=>{if(!this.element||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=q.interval(this.tuning.gapWatchdogInterval).subscribe(()=>this.jumpGap(),e=>{this.error$.next({id:`GapWatchdog`,category:q.ErrorCategory.WTF,message:`Error handling gaps`,thrown:e})}),this.subscription.add(this.gapWatchdogSubscription))},this.throughputEstimator=e.throughputEstimator,this.tuning=e.tuning,this.tracer=e.tracer.createComponentTracer(`DashProviderPlayer`),this.forceVideoCodec=e.forceVideoCodec,this.isOnDemand=e.isOnDemand,this.dashMaxTvVideoQuality=e.dashMaxTvVideoQuality,this.fetcher=new vl({throughputEstimator:this.throughputEstimator,requestQuic:this.tuning.requestQuick,compatibilityMode:e.compatibilityMode,tracer:this.tracer,useEnableSubtitlesParam:e.tuning.useEnableSubtitlesParam,handleExtendedNetworkErrorsSet:e.tuning.handleExtendedNetworkErrorsSet,useUrlCacheMechanism:this.tuning.useUrlCacheMechanism,measureNonSegmentRequests:e.tuning.throughputEstimator.measureNonSegmentRequests,measureFastSamples:e.tuning.throughputEstimator.measureFastSamples,preloadFirstSegment:e.tuning.dash.preloadFirstSegment,maxQualityForFirstSegmentPreload:e.tuning.dash.maxQualityForFirstSegmentPreload}),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=kc.getLiveBufferSmoothedValue(this.tuning.dashCmafLive.lowLatency.maxTargetOffset,T({},e.tuning.dashCmafLive.lowLatency.bufferEstimator)),this.initTracerSubscription()}setSmartRepresentationSwitch(e){this.bufferManagers.forEach(t=>t.setSmartRepresentationSwitch(e))}seekLive(e){var t=this;return w(function*(){q.assertNonNullable(t.element),t.updateManifestUrlWithTimeOffset(e),t.manifest=yield t.updateManifest(),t.manifest&&(t.isJumpGapAfterSeekLive=!0,yield t.updateLiveBuffersFromManifest(t.manifest))})()}updateManifestUrlWithTimeOffset(e){let t=this.liveStreamStatus$.getValue()===`active`?0:q.now()-this.liveStreamEndTimestamp,n=this.normalizeLiveOffset(e+t);this.isActiveLive$.next(n===0),this.manifestUrlString=Oe(this.manifestUrlString,n,2)}updateLiveBuffersFromManifest(e){var t=this;return w(function*(){yield t.videoBufferManager?.seekLive(e.streams.video),yield t.audioBufferManager?.seekLive(e.streams.audio),t.liveTextManager?.seekLive(e.streams.text)})()}stopStallWatchdogSubscription(){this.stallWatchdogSubscription?.unsubscribe(),this.currentStallDuration$.next(0)}initBuffer(){q.assertNonNullable(this.element),this.state$.setState(`running`),this.subscription.add(q.merge(...xl.map(e=>q.fromEvent(this.element,e)),q.fromEvent(window,`online`)).subscribe(()=>this.tick(),e=>{this.error$.next({id:`DashVKPlayer`,category:q.ErrorCategory.WTF,message:`Internal logic error`,thrown:e})})),this.subscription.add(q.fromEvent(this.element,`progress`).subscribe(()=>{this.element&&this.element.readyState===2&&!this.element.seeking&&(this.element.currentTime=this.element.currentTime)})),this.subscription.add(q.fromEvent(this.element,`waiting`).subscribe(()=>{this.tuning.dash.useVideoElementWaitingCurrentTimeReassign&&this.element&&this.element.readyState===2&&!this.element.seeking&&Lc(this.element.buffered,this.element.currentTime*1e3)&&(this.element.currentTime=this.element.currentTime);let e=()=>{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;if(this.tuning.stallsManager.ignoreStallsOnPause&&this.element?.paused){this.stopStallWatchdogSubscription();return}let s=this.currentStallDuration$.getValue();s+=i,this.currentStallDuration$.next(s);let c={timeInWaiting:s},l=q.now(),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=this.videoBufferManager&&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:q.ErrorCategory.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`,q.flattenObject(c))};this.stallWatchdogSubscription&&(this.stallWatchdogSubscription.unsubscribe(),this.subscriptionRemovable.remove(this.stallWatchdogSubscription)),this.stallWatchdogSubscription=q.interval(this.tuning.dash.stallWatchdogInterval).subscribe(e,e=>{this.error$.next({id:`StallWatchdogCallback`,category:q.ErrorCategory.NETWORK,message:`Can't restore DASH after stall.`,thrown:e})}),this.subscriptionRemovable.add(this.stallWatchdogSubscription)})),this.tick()}switchRepresentation(e,t,n=!1){var r=this;return w(function*(){let i={video:r.videoBufferManager,audio:r.audioBufferManager,text:null}[e];return r.tuning.alwaysAbortPreviousSwitch?i?.switchToWithPreviousAbort(t,n):r.tuning.useNewSwitchTo?r.currentStallDuration$.getValue()>0?i?.switchToWithPreviousAbort(t,n):i?.switchTo(t,n):i?.switchToOld(t,n)})()}seek(e,t){var n=this;return w(function*(){q.assertNonNullable(n.element),n.tuning.audioOnly?q.assertNonNullable(n.audioBufferManager):q.assertNonNullable(n.videoBufferManager);let r;r=t||n.element.duration*1e3<=n.tuning.dashSeekInSegmentDurationThreshold||Math.abs(n.element.currentTime*1e3-e)<=n.tuning.dashSeekInSegmentAlwaysSeekDelta?e:Math.max(n.videoBufferManager?.findSegmentStartTime(e)??e,n.audioBufferManager?.findSegmentStartTime(e)??e),n.warmUpMediaSourceIfNeeded(r),!Lc(n.element.buffered,r)&&(yield Promise.all([n.videoBufferManager?.abort(),n.audioBufferManager?.abort()])),q.isNullable(n.element)||(n.videoBufferManager?.maintain(r),n.audioBufferManager?.maintain(r),n.element.currentTime=r/1e3,n.tracer.log(`seek`,q.flattenObject({requestedPosition:e,forcePrecise:t,position:r})))})()}warmUpMediaSourceIfNeeded(e=this.element?.currentTime){q.isNonNullable(this.element)&&q.isNonNullable(this.source)&&q.isNonNullable(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`)}getForwardBufferRepresentations(e){return e===`video`?this.videoBufferManager?.getForwardBufferRepresentations():this.audioBufferManager?.getForwardBufferRepresentations()}getActiveVideoSegmentProgress(){return this.videoBufferManager?.getActiveSegmentProgress()}getMpdVideoSegmentDuration(){return this.videoBufferManager?.getMpdSegmentDuration()}setBufferTarget(e,t){this.videoBufferManager?.setTarget(e),this.audioBufferManager?.setTarget(t)}getVideoForwardBufferDuration(){return this.videoBufferManager?.getForwardBufferDuration()??0}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&&j.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=q.getTraceSubscriptionMethod(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}updateLive(){var e=this;return w(function*(){e.isUpdatingLive=!0,e.manifest=yield e.updateManifest(),e.manifest&&(e.bufferManagers.forEach(t=>t.updateLive(e.manifest)),e.liveTextManager?.updateLive(e.manifest)),e.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=T(T({},n),{},{gapEnds:a,jumpTo:e,resultCurrentTime:this.element.currentTime}),this.tracer.log(`jumpGap`,q.flattenObject(n)))}}calculateDurationFromSegments(){return Math.max(this.videoBufferManager?.calculateDurationFromSegments()||0,this.audioBufferManager?.calculateDurationFromSegments()||0)}isAnyBufferUpdating(){return!this.source||this.source.readyState!==`open`?!1:Array.from(this.source.sourceBuffers).some(e=>e.updating)}updateSourceDurationFromSegments(){if(!this.source||this.source.readyState!==`open`||this.isLive$.getValue()||!this.tuning.useDurationFromSegments)return;let e=e=>{this.updateDurationError$.next({id:`updateDuration`,category:q.ErrorCategory.VIDEO_PIPELINE,message:"Duration can`t be updated",thrown:e})};try{if(!this.isAnyBufferUpdating()){this.source.duration=this.calculateDurationFromSegments()/1e3;return}}catch(t){e(t);return}let t=new q.Subscription;t.add(q.merge(...this.bufferManagers.map(e=>e.updateEnd$)).subscribe(()=>{if(!this.isAnyBufferUpdating()){t.unsubscribe();try{this.source&&(this.source.duration=this.calculateDurationFromSegments()/1e3)}catch(t){e(t)}}}))}}class wl{constructor(e){this.subscription=new K.Subscription,this.volumeSubscription=new K.Subscription,this.videoState=new Dt(`stopped`),this.allocation=void 0,this.observableVideo=null,this.player=void 0,this.params=void 0,this.tracer=void 0,this.textTracksManager=null,this.droppedFramesManager=new Nr,this.stallsManager=new Ei,this.elementSizeManager=new Oi,this.abrManager=new Ha,this.videoTracksMap=new Map,this.audioTracksMap=new Map,this.textTracksMap=new Map,this.videoStreamsMap=new Map,this.audioStreamsMap=new Map,this.videoTrackSwitchHistory=new In,this.audioTrackSwitchHistory=new In,this.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.allocation.target.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`),A(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`),A(this.params.desiredState.playbackState,`paused`)):t===`playing`?(this.videoState.startTransitionTo(`playing`),this.playIfAllowed()):n?.to===`ready`&&A(this.params.desiredState.playbackState,`ready`);return;case`playing`:t===`paused`?(this.videoState.startTransitionTo(`paused`),this.allocation.target.paused?this.videoState.setState(`paused`):this.allocation.target.pause()):t===`playing`&&this.allocation.target.paused?this.playIfAllowed():n?.to===`playing`&&A(this.params.desiredState.playbackState,`playing`);return;case`paused`:t===`playing`?(this.videoState.startTransitionTo(`playing`),this.playIfAllowed()):n?.to===`paused`&&A(this.params.desiredState.playbackState,`paused`);return;default:return K.assertNever(e)}}},e.tuning.disableSubtitles||(this.textTracksManager=new sn(e.source.url)),this.params=e,this.allocation=ri(e.container,e.tuning),this.tracer=e.dependencies.tracer.createComponentTracer(`dashProvider`),this.params.output.element$.next(this.allocation.video??void 0),this.params.output.availableVideoTracks$.next([]),this.params.output.availableAudioTracks$.next([]),this.params.output.isAudioAvailable$.next(!0),this.params.output.hostname$.next(Qn(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 Cl({throughputEstimator:this.params.dependencies.throughputEstimator,tuning:this.params.tuning,compatibilityMode:this.params.source.compatibilityMode,tracer:this.tracer,forceVideoCodec:this.params.forceVideoCodec,isOnDemand:this.params.isOnDemand||!1,dashMaxTvVideoQuality:this.params.dashMaxTvVideoQuality}),this.subscribe()}getProviderSubscriptionInfo(){let{output:e,desiredState:t}=this.params;K.isNullable(this.observableVideo)&&(this.observableVideo=gn(this.allocation.target),this.subscription.add(()=>this.observableVideo?.destroy()));let n=this.constructor.name,r=t=>{e.error$.next({id:n,category:K.ErrorCategory.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(){var e=this;let{output:t,desiredState:n,observableVideo:r,genericErrorListener:i,connect:a}=this.getProviderSubscriptionInfo(),o=this.allocation.video;o&&this.subscription.add(this.params.output.availableVideoTracks$.pipe(K.filter(e=>!!e.length),K.once()).subscribe(e=>{this.droppedFramesManager.connect({logger:this.params.dependencies.logger,video:o,droppedFramesChecker:this.params.tuning.droppedFramesChecker,isAuto:this.params.desiredState.autoVideoTrackSwitching,playing$:r.playing$,pause$:r.pause$,tracks:e})}));let s=this.params.desiredState.seekState.stateChangeEnded$.pipe(K.map(e=>e.to.state!==`none`),K.filterChanged());this.abrManager.init({isSeeked$:s,currentStallDuration$:this.player.currentStallDuration$,videoLastDataObtainedTimestamp$:this.player.videoLastDataObtainedTimestamp$,throughput$:this.params.dependencies.throughputEstimator.throughput$,rtt$:this.params.dependencies.throughputEstimator.rtt$,throughputVariance$:this.params.dependencies.throughputEstimator.throughputVariance$,tuning:this.params.tuning,element:this.allocation.target,panelSize:this.params.panelSize,abrLogger:this.params.dependencies.abrLogger}),this.stallsManager.init({isSeeked$:s,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$:r.isBuffering$,looped$:r.looped$,playing$:r.playing$,pause$:r.pause$,duration:this.allocation.target.duration}),a(r.ended$,t.endedEvent$),a(r.looped$,t.loopedEvent$),a(r.error$,t.error$),a(r.isBuffering$,t.isBuffering$),a(r.currentBuffer$,t.currentBuffer$),a(r.currentBuffer$,t.currentNativeBuffer$),a(r.totalBufferDuration$,t.totalBufferDuration$),a(r.bufferRangeCount$,t.bufferRangeCount$),a(r.playing$,t.firstFrameEvent$),a(r.canplay$,t.canplay$),a(r.playedTime$,t.playedTime$),a(r.inPiP$,t.inPiP$),a(r.inFullscreen$,t.inFullscreen$),a(r.loadedMetadata$,t.loadedMetadataEvent$),a(this.player.error$,t.error$),a(this.player.fetcherRecoverableError$,t.fetcherRecoverableError$),a(this.player.updateDurationError$,t.updateDurationError$),a(this.player.fetcherError$,t.fetcherError$),a(this.player.videoLastDataObtainedTimestamp$,t.videoLastDataObtainedTimestamp$),a(this.player.manifestRequested$,t.manifestRequested$),a(this.player.firstBytesManifest$,t.firstBytesManifest$),a(this.player.manifestReceived$,t.manifestReceived$),a(this.player.firstBytesRequested$,t.firstBytesRequested$),a(this.player.firstBytesReceived$,t.firstBytesReceived$),a(this.player.lastConnectionType$,t.httpConnectionType$),a(this.player.lastConnectionReused$,t.httpConnectionReused$),a(this.player.lastConnectionMetrics$,t.httpConnectionMetrics$),a(this.player.lastDownloadMetrics$,t.httpDownloadMetrics$),a(this.player.isLive$,t.isLive$),a(this.player.lastRequestFirstBytes$.pipe(K.filter(K.isNonNullable),K.once()),t.firstBytesEvent$),a(this.stallsManager.severeStallOccurred$,t.severeStallOccurred$),a(this.videoState.stateChangeEnded$.pipe(K.map(e=>e.to)),this.params.output.playbackState$),this.subscription.add(r.looped$.subscribe(()=>this.player.warmUpMediaSourceIfNeeded(),i)),this.subscription.add(r.seeked$.subscribe(t.seekedEvent$,i)),this.subscription.add($t(this.allocation.target,n.isLooped,i)),this.subscription.add(this.params.skipVideoElVolumeSync$.subscribe(e=>{this.volumeSubscription.unsubscribe(),e?this.volumeSubscription.add(n.volume.stateChangeStarted$.subscribe(({to:e})=>this.params.output.volume$.next(e),i)):this.volumeSubscription.add(r.volumeState$.subscribe(this.params.output.volume$,i))})),Ai({subscription:this.subscription,desiredState:n,videoElement$:this.params.output.element$,observableVideo:r}),this.subscription.add(en(this.allocation.target,n.volume,r.volumeState$,i,{skipVideoElVolumeSync$:this.params.skipVideoElVolumeSync$})),this.subscription.add(tn(this.allocation.target,n.playbackRate,r.playbackRateState$,i)),this.allocation.video&&this.elementSizeManager.connect({video:this.allocation.video,observableVideo:r}),a(Lr(this.allocation.target,{threshold:this.params.tuning.autoTrackSelection.activeVideoAreaThreshold}),t.elementVisible$),this.subscription.add(r.playing$.subscribe(()=>{this.videoState.setState(`playing`),A(n.playbackState,`playing`)},i)).add(r.pause$.subscribe(()=>{this.videoState.setState(`paused`),A(n.playbackState,`paused`)},i)).add(r.canplay$.subscribe(()=>{this.videoState.getState()===`playing`&&!this.allocation.target.ended&&this.playIfAllowed()},i)),this.params.tuning.changePlaybackStateToPausedWhenEnded&&this.subscription.add(r.ended$.subscribe(()=>{this.videoState.setState(`paused`),A(n.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(K.assertNonNullable(e,`Manifest not loaded or empty`),!this.params.tuning.isAudioDisabled){let t=[];for(let n of e.audio){t.push(zs(n));let e=[];for(let t of n.representations){let r=Is(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(Bs(t));let e=[];for(let n of t.representations){let r=Fs(T(T({},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=Ls(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())},i));let c=K.merge(this.player.currentStallDuration$,this.player.state$.stateChangeEnded$,n.videoTrack.stateChangeStarted$,n.autoVideoTrackSwitching.transitionStarted$,this.params.dependencies.throughputEstimator.rttAdjustedThroughput$,n.autoVideoTrackLimits.stateChangeStarted$,this.elementSizeManager.getObservable(),this.params.output.elementVisible$,this.droppedFramesManager.onDroopedVideoFramesLimit$,K.fromEvent(this.allocation.target,`progress`)).pipe(K.filter(()=>this.videoTracksMap.size>0||this.params.tuning.audioOnly&&this.audioTracksMap.size>0)),{abrThrottle:l}=this.params.tuning.dash;l&&(c=c.pipe(K.throttle(l))),this.subscription.add(c.subscribe(w(function*(){let t=e.player.state$.getState(),r=e.player.state$.getTransition();if(t!==`manifest_ready`&&t!==`running`||r)return;n.autoVideoTrackSwitching.getTransition()&&n.autoVideoTrackSwitching.setState(n.autoVideoTrackSwitching.getState());let i=e.selectVideoAudioRepresentations();if(!i){if(e.params.tuning.audioOnly&&e.audioStreamsMap.size){let[,[n]]=e.audioStreamsMap.entries().next().value;t===`manifest_ready`&&(yield e.player.initRepresentations(void 0,n.id,e.params.sourceHls))}return}let[a,o]=i,s=[...e.videoTracksMap.keys()].find(t=>e.videoTracksMap.get(t)?.representation.id===a.id);K.isNonNullable(s)&&(e.stallsManager.lastVideoTrackSelected=s);let c=e.params.desiredState.autoVideoTrackLimits.getTransition();if(c&&e.params.output.autoVideoTrackLimits$.next(c.to),t===`manifest_ready`)yield e.player.initRepresentations(a.id,o?.id,e.params.sourceHls);else if(yield e.player.switchRepresentation(`video`,a.id),o){let t=!!n.audioStream.getTransition();yield e.player.switchRepresentation(`audio`,o.id,t)}}),i)),this.subscription.add(K.combine({videoState:this.videoState.stateChangeEnded$,autoVideoTrackState:K.merge(K.observableFrom([n.autoVideoTrackSwitching.getState()]),n.autoVideoTrackSwitching.stateChangeEnded$.pipe(K.map(e=>e.to)))}).pipe(K.map(({videoState:e,autoVideoTrackState:t})=>e.to!==`stopped`&&t),K.filterChanged()).subscribe(e=>this.player.setSmartRepresentationSwitch(e))),this.subscription.add(this.player.currentVideoRepresentation$.pipe(K.filterChanged()).subscribe(e=>{let n=[...this.videoTracksMap.entries()].find(([,{representation:t}])=>t.id===e);if(!n){t.currentVideoTrack$.next(void 0),t.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),t.currentVideoTrack$.next(r),t.currentVideoStream$.next(Bs(i)),this.player.updateSourceDurationFromSegments()},i)),this.subscription.add(this.player.currentAudioRepresentation$.pipe(K.filterChanged()).subscribe(e=>{let n=[...this.audioTracksMap.entries()].find(([,{representation:t}])=>t.id===e);if(!n){t.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),t.currentAudioStream$.next(zs(i)),this.player.updateSourceDurationFromSegments()},i)),this.subscription.add(this.player.currentVideoSegmentLength$.subscribe(t.currentVideoSegmentLength$,i)),this.subscription.add(this.player.currentAudioSegmentLength$.subscribe(t.currentAudioSegmentLength$,i)),this.allocation.video&&this.textTracksManager?.connect(this.allocation.video,n,t);let u=n.playbackState.stateChangeStarted$.pipe(K.map(({to:e})=>e===`ready`),K.filterChanged());this.subscription.add(K.merge(u,n.autoVideoTrackSwitching.stateChangeStarted$,this.player.state$.stateChangeEnded$,r.currentBuffer$,K.observableFrom([`init`])).subscribe(()=>this.syncBufferTarget())),this.subscription.add(K.merge(u,this.player.state$.stateChangeEnded$,K.observableFrom([`init`])).subscribe(()=>this.player.setPreloadOnly(n.playbackState.getState()===`ready`)));let d=K.merge(n.playbackState.stateChangeStarted$,n.videoTrack.stateChangeStarted$,n.seekState.stateChangeEnded$,this.videoState.stateChangeEnded$,K.observableFrom([`init`])).pipe(K.debounce(0));this.subscription.add(d.subscribe(this.syncPlayback,i))}syncBufferTarget(){let e=this.params.desiredState.autoVideoTrackSwitching.getState(),t=this.params.desiredState.playbackState.getState()===`ready`;this.player.setBufferTarget(this.resolveBufferTargetMs(e,t),this.resolveAudioBufferTargetMs(e,t))}resolveBufferTargetMs(e,t){let{dash:n}=this.params.tuning;return t?n.forwardBufferTargetPreload:e?n.forwardBufferTargetAuto:n.forwardBufferTargetManual}resolveAudioBufferTargetMs(e,t){let{dash:n}=this.params.tuning;return t?n.forwardBufferTargetPreload:e?Math.min(this.player.getVideoForwardBufferDuration()+n.audioBufferAheadOfVideoMs,n.forwardBufferTargetAuto):n.forwardBufferTargetManual}selectVideoAudioRepresentations(){if(this.player.isStreamEnded)return;let e=this.params.tuning.useNewAutoSelectVideoTrack?Hn:Vn,t=this.params.tuning.useNewAutoSelectVideoTrack?Zn:Xn,n=this.params.tuning.useNewAutoSelectVideoTrack?Jn:Yn,{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=ic(this.allocation.target.buffered,this.allocation.target.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.allocation.target.duration*1e3||1/0)-this.allocation.target.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=this.player.isLive$.getValue(),b=this.allocation.target.duration*1e3,x=!y&&Number.isFinite(b)&&b>0?Math.max(0,b-this.allocation.target.currentTime*1e3):void 0,S=this.params.tuning.dash.useAbrPhases?{isLive:y,remainingDurationMs:x,mpdSegmentDurationMs:this.player.getMpdVideoSegmentDuration()}:{};this.abrManager.updateContext(T({isAuto:a,videoTracks:d,audioTracks:_?this.audioStreamsMap.get(_)??[]:[],currentVideoTrack:c,desiredVideoTrack:s,limits:this.params.desiredState.autoVideoTrackLimits.getState(),forwardBufferHealth:h,forwardBufferDuration:f,forwardVideoBufferRepresentations:this.player.getForwardBufferRepresentations(`video`),forwardAudioBufferRepresentations:this.player.getForwardBufferRepresentations(`audio`),videoSegmentLoadProgress:this.player.getActiveVideoSegmentProgress()},S));let C=s,w;this.params.tuning.dash.useNewAbr?(C=this.abrManager.autoSelectTrack(`video`),w=_&&this.abrManager.autoSelectTrack(`audio`)):((a||!C)&&(C=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.allocation.target.playbackRate,droppedVideoMaxQualityLimit:this.droppedFramesManager.droppedVideoMaxQualityLimit,stallsVideoMaxQualityLimit:this.stallsManager.videoMaxQualityLimit,stallsPredictedThroughput:this.stallsManager.predictedThroughput,abrLogger:this.params.dependencies.abrLogger})),w=_&&t(C,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.allocation.target.playbackRate,abrLogger:this.params.dependencies.abrLogger}));let E=this.videoTracksMap.get(C)?.representation,D=w&&this.audioTracksMap.get(w)?.representation;if(E&&D)return[E,D];if(E&&!D&&this.audioTracksMap.size===0)return[E,void 0]}prepare(e=0){this.player.initManifest(this.allocation.target,this.params.source.url,e)}playIfAllowed(){let e=tr(this.allocation.target,()=>{this.params.output.soundProhibitedEvent$.next()}),t=e=>{e||(this.videoState.setState(`paused`),A(this.params.desiredState.playbackState,`paused`,!0))},n=e=>{this.params.output.error$.next({id:`ForcePlay`,message:`play() failed even with workarounds`,category:K.ErrorCategory.DOM,thrown:e})};this.params.tuning.ignoreForcePlayResultWhenProviderChanged?this.subscription.add(K.observableFrom(e).subscribe(t,n)):e.then(t,n)}destroy(){this.subscription.unsubscribe(),this.volumeSubscription.unsubscribe(),this.droppedFramesManager.destroy(),this.stallsManager.destroy(),this.abrManager.destroy(),this.elementSizeManager.destroy(),this.textTracksManager?.destroy(),this.player.destroy(),this.params.output.element$.next(void 0),this.params.output.currentVideoStream$.next(void 0),qt(this.allocation.target,this.params.tuning),this.tracer.end()}}class Tl extends wl{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)}}var El=require("@vkontakte/videoplayer-shared");class Dl extends wl{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 El.ValueSubject(1);a(r.playbackRateState$,o),(this.params.tuning.dashCmafLive.catchupLiveForMutedInactiveTab||this.params.tuning.live.catchupLiveForMutedInactiveTab)&&this.subscription.add(n.elementVisible$.pipe(El.filterChanged()).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(El.map(e=>e.to)).subscribe(this.player.isLowLatency$)).add(El.combine({liveBufferTime:n.liveBufferTime$,liveAvailabilityStartTime:this.player.liveAvailabilityStartTime$}).pipe(El.map(({liveBufferTime:e,liveAvailabilityStartTime:n})=>e&&n?e*1e3+n+t:void 0)).subscribe(n.liveTime$)).add(El.combine({liveDuration:this.player.liveDuration$,liveStreamStatus:this.player.liveStreamStatus$,playbackRate:El.merge(r.playbackRateState$,new El.ValueSubject(1))}).pipe(El.filter(({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.allocation.target.paused||El.isNullable(i)||(t=e-i)})).add(El.combine({time:n.liveBufferTime$,liveDuration:this.player.liveDuration$,playbackRate:El.merge(r.playbackRateState$,new El.ValueSubject(1))}).pipe(El.filterChanged((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.allocation.target.paused&&i>=1-o||El.isNullable(e)||El.isNullable(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=Rs(e);this.params.output.availableTextTracks$.next([t])}})),this.params.tuning.dashCmafLive.externalStopControl||this.subscription.add(this.player.liveStreamStatus$.pipe(El.filter(e=>El.isNonNullable(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 Ol=require("@vkontakte/videoplayer-shared"),kl=require("@vkontakte/videoplayer-shared"),Al=`X-Playback-Duration`,jl=function(){var e=w(function*(e){let t=yield kl.fetchPolyfilled(e),n=yield t.text(),r=/#EXT-X-VK-PLAYBACK-DURATION:(\d+)/m.exec(n)?.[1];return r?parseInt(r,10):t.headers.has(Al)?parseInt(t.headers.get(Al),10):void 0});return function(t){return e.apply(this,arguments)}}(),X=require("@vkontakte/videoplayer-shared"),Ml=require("@vkontakte/videoplayer-shared"),Nl=require("@vkontakte/videoplayer-shared"),Pl=require("@vkontakte/videoplayer-shared"),Fl=e=>{let t=null;if(e.QUALITY&&(t=vn(e.QUALITY)),!t&&e.RESOLUTION){let[n,r]=e.RESOLUTION.split(`x`).map(e=>parseInt(e,10));t=Pl.videoSizeToQuality({width:n,height:r})}return t??null},Il=(e,t,n=!1)=>{let r=e.split(`
|
|
245
|
-
`),i=[],a=[],o=[];for(let e=0;e<r.length;e++){let s=r[e],c=s.match(/^#EXT-X-STREAM-INF:(.+)/),l=s.match(/^#EXT-X-MEDIA:TYPE=SUBTITLES,(.+)/),u=n&&s.match(/^#EXT-X-MEDIA:TYPE=AUDIO,(.+)/);if(!(!c&&!l&&!u)){if(c){let n=
|
|
246
|
-
`),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(Ul.isNonNullable(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([T(T({},this.currentTextTrackData.textTrack),{},{url:n.url,isAuto:!0})]);break}}}fetchNextManifestData(){var e=this;return w(function*(){try{if(e.abortControllers.nextManifest)return;e.abortControllers.nextManifest=new Vl.AbortControllerPolyfilled;let{textTracks:t}=yield e.fetchManifestData(),n=yield e.parseTextTracks(t,e.params.sourceUrl);e.currentTextTrackData&&n&&(e.currentTextTrackData.playlist.segments=n.playlist.segments)}catch(t){e.error(`fetchNextManifestData`,t)}finally{e.abortControllers.nextManifest=null}})()}fetchManifestData(){var e=this;return w(function*(){let t=e.prepareUrl??e.params.sourceUrl;return yield e.params.fetchManifestData(t,{signal:e.abortControllers.destroy.signal})})()}error(e,t){this.error$.next({id:`[LiveTextManager][HLS_LIVE_CMAF]`,category:Ul.ErrorCategory.WTF,thrown:t,message:e})}}class Gl{constructor(e){this.subscription=new X.Subscription,this.volumeSubscription=new X.Subscription,this.videoState=new Dt(`stopped`),this.allocation=void 0,this.params=void 0,this.textTracksManager=null,this.liveTextManager=null,this.masterManifest=void 0,this.manifests$=new X.ValueSubject([]),this.maxSeekBackTime$=void 0,this.liveOffset=new cn,this.manifestStartTime$=new X.ValueSubject(void 0),this.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.allocation.target.removeAttribute(`src`),this.allocation.target.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`),A(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`?A(this.params.desiredState.playbackState,`ready`):t===`paused`?(this.videoState.setState(`paused`),this.liveOffset.pause(),A(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.allocation.target.paused?this.videoState.setState(`paused`):this.allocation.target.pause()):n?.to===`playing`&&A(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`&&(A(this.params.desiredState.playbackState,`paused`),this.liveOffset.pause());return;case`changing_manifest`:break;default:return X.assertNever(e)}},this.params=e,this.allocation=ri(e.container,e.tuning),this.params.output.element$.next(this.allocation.video??void 0),this.masterManifest={id:`master`,quality:X.VideoQuality.INVARIANT,url:this.params.source.url};let t=(e,t)=>Bl(e,this.params.source.url,{manifestRetryInterval:this.params.tuning.manifestRetryInterval,manifestRetryMaxInterval:this.params.tuning.manifestRetryMaxInterval,manifestRetryMaxCount:this.params.tuning.manifestRetryMaxCount,audioOnly:this.params.tuning.audioOnly},t);this.allocation.video&&!e.tuning.disableSubtitles&&(this.params.tuning.useHlsLiveNewTextManager?this.liveTextManager=new Wl(this.params.output.liveTime$,this.allocation.video,t,this.params.source.url,this.params.tuning.hlsLiveNewTextManagerDownloadThreshold):this.textTracksManager=new sn(e.source.url)),t(this.generateLiveUrl()).then(({qualityManifests:e,textTracks:t})=>{e.length===0&&this.params.output.error$.next({id:`HlsLiveProviderInternal:empty_manifest`,category:X.ErrorCategory.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:X.ErrorCategory.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(Qn(this.params.source.url)),this.params.output.availableTextTracks$.next([]),this.params.desiredState.internalTextTracks.setState([]),this.maxSeekBackTime$=new X.ValueSubject(e.source.maxSeekBackTime??1/0),this.subscribe()}selectManifest(){var e;let{autoVideoTrackSwitching:t,videoTrack:n}=this.params.desiredState,r=t.getState(),i=n.getTransition(),a=(i==null||(e=i.to)==null?void 0:e.id)??n.getState()?.id??`master`,o=this.manifests$.getValue();if(!o.length)return;let s=r?`master`:a;return r&&!i&&n.startTransitionTo(this.masterManifest),o.find(e=>e.id===s)}subscribe(){let{output:e,desiredState:t}=this.params,n=t=>{e.error$.next({id:`HlsLiveProvider`,category:X.ErrorCategory.WTF,message:`HlsLiveProvider internal logic error`,thrown:t})},r=gn(this.allocation.target);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.totalBufferDuration$,e.totalBufferDuration$),i(r.bufferRangeCount$,e.bufferRangeCount$),i(r.loadedMetadata$,e.firstBytesEvent$),i(r.loadedMetadata$,e.loadedMetadataEvent$),i(r.playing$,e.firstFrameEvent$),i(r.canplay$,e.canplay$),i(r.playedTime$,e.playedTime$),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(en(this.allocation.target,t.volume,r.volumeState$,n,{skipVideoElVolumeSync$:this.params.skipVideoElVolumeSync$})),this.subscription.add(this.params.skipVideoElVolumeSync$.subscribe(e=>{this.volumeSubscription.unsubscribe(),e?this.volumeSubscription.add(t.volume.stateChangeStarted$.subscribe(({to:e})=>this.params.output.volume$.next(e),n)):this.volumeSubscription.add(r.volumeState$.subscribe(this.params.output.volume$,n))})),this.subscription.add(tn(this.allocation.target,t.playbackRate,r.playbackRateState$,n)),i(Lr(this.allocation.target),e.elementVisible$),this.liveTextManager?(i(this.liveTextManager.getCurrentTime$,this.params.output.getCurrentTime$),i(this.liveTextManager.error$,this.params.output.error$)):this.textTracksManager&&this.allocation.video&&this.textTracksManager.connect(this.allocation.video,t,e),this.subscription.add(r.playing$.subscribe(()=>{this.videoState.setState(`playing`),A(t.playbackState,`playing`)},n)).add(r.pause$.subscribe(()=>{this.videoState.setState(`paused`),A(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(X.filterChanged(),X.map(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&&X.isNonNullable(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(Qn(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(()=>{var e,t;let n=(e=this.allocation.target)==null||(t=e.getStartDate)==null||(t=t.call(e))==null?void 0:t.getTime();this.manifestStartTime$.next(n||void 0)},n)),this.subscription.add(X.combine({startTime:this.manifestStartTime$.pipe(X.filter(X.isNonNullable)),currentTime:r.timeUpdate$}).subscribe(({startTime:e,currentTime:t})=>this.params.output.liveTime$.next(e+t*1e3),n)),this.subscription.add(this.manifests$.pipe(X.map(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=X.merge(t.playbackState.stateChangeStarted$,t.seekState.stateChangeEnded$,t.videoTrack.stateChangeStarted$,t.autoVideoTrackSwitching.stateChangeStarted$,t.autoVideoTrackLimits.stateChangeStarted$,this.videoState.stateChangeEnded$,this.manifests$,X.observableFrom([`init`])).pipe(X.debounce(0));this.subscription.add(a.subscribe(this.syncPlayback,n));let o=!1;this.params.tuning.live.catchupLiveForMutedInactiveTab&&this.subscription.add(e.elementVisible$.pipe(X.filterChanged()).subscribe(t=>{let n=e.position$.getValue(),r=e.volume$.getValue(),i=!r.volume||r.muted;!t&&!n&&i?o=!0:t&&o&&(this.seek(0),o=!1)}))}destroy(){this.subscription.unsubscribe(),this.volumeSubscription.unsubscribe(),this.textTracksManager?.destroy(),this.liveTextManager?.destroy(),this.params.output.element$.next(void 0),qt(this.allocation.target,this.params.tuning)}prepare(){let e=this.selectManifest();if(X.isNullable(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=Oe(r.toString(),this.liveOffset.getTotalOffset(),i);this.liveTextManager?.prepare(a),this.allocation.target.setAttribute(`src`,a),this.allocation.target.load(),jl(a).then(e=>{if(!X.isNullable(e))this.maxSeekBackTime$.next(e);else{let e=this.params.source.maxSeekBackTime??this.maxSeekBackTime$.getValue();(X.isNullable(e)||!isFinite(e))&&Ol.fetchPolyfilled(a).then(e=>e.text()).then(e=>{let t=/#EXT-X-STREAM-INF[^\n]+\n(.+)/m.exec(e)?.[1];t&&jl(new URL(t,a).toString()).then(e=>{X.isNullable(e)||this.maxSeekBackTime$.next(e)})}).catch(()=>{})}})}playIfAllowed(){tr(this.allocation.target,()=>{this.params.output.soundProhibitedEvent$.next()}).then(e=>{e||(this.videoState.setState(`paused`),this.liveOffset.pause(),A(this.params.desiredState.playbackState,`paused`,!0))},e=>this.params.output.error$.next({id:`ForcePlay`,message:`play() failed even with workarounds`,category:X.ErrorCategory.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()}generateLiveUrl(){let e=Oe(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}}var Kl=require("@vkontakte/videoplayer-shared");class ql{constructor(e){this.subscription=new Kl.Subscription,this.volumeSubscription=new Kl.Subscription,this.videoState=new Dt(`stopped`),this.allocation=void 0,this.params=void 0,this.textTracksManager=null,this.masterManifest=void 0,this.manifests$=new Kl.ValueSubject([]),this.unmuteAfterBrowserResetsHappened=new Kl.ValueSubject(!1),this.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.allocation.target.removeAttribute(`src`),this.allocation.target.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`),A(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.allocation.target;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`?A(this.params.desiredState.playbackState,`ready`):t===`paused`?(this.videoState.setState(`paused`),A(this.params.desiredState.playbackState,`paused`)):t===`playing`&&(this.videoState.startTransitionTo(`playing`),this.playIfAllowed());return;case`playing`:t===`paused`?(this.videoState.startTransitionTo(`paused`),this.allocation.target.paused?this.videoState.setState(`paused`):this.allocation.target.pause()):n?.to===`playing`&&A(this.params.desiredState.playbackState,`playing`);return;case`paused`:t===`playing`?(this.videoState.startTransitionTo(`playing`),this.playIfAllowed()):n?.to===`paused`&&A(this.params.desiredState.playbackState,`paused`);return;case`changing_manifest`:break;default:return Kl.assertNever(e)}},e.tuning.disableSubtitles||(this.textTracksManager=new sn(e.source.url)),this.params=e,this.allocation=ri(e.container,e.tuning),this.params.output.element$.next(this.allocation.video??void 0),this.masterManifest={id:`master`,quality:Kl.VideoQuality.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(Qn(this.params.source.url)),this.params.output.autoVideoTrackLimitingAvailable$.next(!0),this.params.output.manifestRequested$.next(),Bl(Oe(this.params.source.url),this.params.source.url,{manifestRetryInterval:this.params.tuning.manifestRetryInterval,manifestRetryMaxInterval:this.params.tuning.manifestRetryMaxInterval,manifestRetryMaxCount:this.params.tuning.manifestRetryMaxCount,audioOnly:this.params.tuning.audioOnly}).then(({qualityManifests:e,textTracks:t})=>{this.params.isOnDemand&&this.params.tuning.hls.filterOnDemandQualityList&&(e=e.sort((e,t)=>{let n=e.size?e.size.height:0;return(t.size?t.size.height:0)-n}).filter((e,t)=>t%2==0)),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:Kl.ErrorCategory.NETWORK,message:`Error fetching manifest and extracting qualities`,thrown:e})),this.subscribe()}selectManifest(){var e;let{autoVideoTrackSwitching:t,videoTrack:n}=this.params.desiredState,r=t.getState(),i=n.getTransition(),a=(i==null||(e=i.to)==null?void 0:e.id)??n.getState()?.id??`master`,o=this.manifests$.getValue();if(!o.length)return;let s=r?`master`:a;return r&&(!i||!i.from)&&n.startTransitionTo(this.masterManifest),o.find(e=>e.id===s)}subscribe(){let{output:e,desiredState:t}=this.params,n=t=>{e.error$.next({id:`HlsProvider`,category:Kl.ErrorCategory.WTF,message:`HlsProvider internal logic error`,thrown:t})},r=gn(this.allocation.target);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.totalBufferDuration$,e.totalBufferDuration$),i(r.bufferRangeCount$,e.bufferRangeCount$),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.playedTime$,e.playedTime$),i(r.inPiP$,e.inPiP$),i(r.inFullscreen$,e.inFullscreen$),i(this.videoState.stateChangeEnded$.pipe(Kl.map(e=>e.to)),this.params.output.playbackState$),this.subscription.add($t(this.allocation.target,t.isLooped,n)),this.subscription.add(this.params.skipVideoElVolumeSync$.subscribe(e=>{this.volumeSubscription.unsubscribe(),e?this.volumeSubscription.add(t.volume.stateChangeStarted$.subscribe(({to:e})=>this.params.output.volume$.next(e),n)):this.volumeSubscription.add(r.volumeState$.subscribe(this.params.output.volume$,n))})),this.subscription.add(tn(this.allocation.target,t.playbackRate,r.playbackRateState$,n)),Ai({subscription:this.subscription,desiredState:t,videoElement$:this.params.output.element$,observableVideo:r}),this.subscription.add(en(this.allocation.target,t.volume,r.volumeState$,n,{skipVideoElVolumeSync$:this.params.skipVideoElVolumeSync$})),this.allocation.video&&this.textTracksManager?.connect(this.allocation.video,t,e),this.subscription.add(r.playing$.subscribe(()=>{this.videoState.setState(`playing`),A(t.playbackState,`playing`)},n)).add(r.pause$.subscribe(()=>{this.videoState.setState(`paused`),A(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.videoState.getTransition();this.params.tuning.readyOnLoadedMetadata&&this.params.desiredState.playbackState.getState()===`ready`&&e?.to===`ready`&&this.videoState.setState(`ready`);let t=this.params.desiredState.seekState.getState(),n=this.params.desiredState.videoTrack.getTransition(),r=this.params.desiredState.autoVideoTrackSwitching.getTransition();if(n&&Kl.isNonNullable(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(Qn(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),e&&e.from===`changing_manifest`&&this.videoState.setState(e.to),t.state===`requested`&&this.seek(t.position)},n))),this.params.tuning.changePlaybackStateToPausedWhenEnded&&this.subscription.add(r.ended$.subscribe(()=>{this.videoState.setState(`paused`),A(t.playbackState,`paused`)})),this.subscription.add(this.manifests$.pipe(Kl.map(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)),this.allocation.video&&(!N.device.isIOS||!this.params.tuning.useNativeHLSTextTracks)){let{textTracks:e}=this.allocation.video;this.subscription.add(Kl.merge(Kl.fromEvent(e,`addtrack`),Kl.fromEvent(e,`removetrack`),Kl.fromEvent(e,`change`),Kl.observableFrom([`init`])).subscribe(()=>{for(let t=0;t<e.length;t++)e[t].mode=`hidden`},n))}let a=Kl.merge(t.playbackState.stateChangeStarted$,t.seekState.stateChangeEnded$,t.videoTrack.stateChangeStarted$,t.autoVideoTrackSwitching.stateChangeStarted$,t.autoVideoTrackLimits.stateChangeStarted$,this.videoState.stateChangeEnded$,this.manifests$,Kl.observableFrom([`init`])).pipe(Kl.debounce(0));this.subscription.add(a.subscribe(this.syncPlayback,n))}destroy(){this.subscription.unsubscribe(),this.volumeSubscription.unsubscribe(),this.textTracksManager?.destroy(),this.params.output.element$.next(void 0),qt(this.allocation.target,this.params.tuning)}prepare(){let e=this.selectManifest();if(Kl.isNullable(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.allocation.target.setAttribute(`src`,r.toString()),this.allocation.target.load()}playIfAllowed(){let e=tr(this.allocation.target,()=>{this.params.output.soundProhibitedEvent$.next()}),t=e=>{e||(this.videoState.setState(`paused`),A(this.params.desiredState.playbackState,`paused`,!0))},n=e=>{this.params.output.error$.next({id:`ForcePlay`,message:`play() failed even with workarounds`,category:Kl.ErrorCategory.DOM,thrown:e})};this.params.tuning.ignoreForcePlayResultWhenProviderChanged?this.subscription.add(Kl.observableFrom(e).subscribe(t,n)):e.then(t,n)}seek(e){this.params.output.willSeekEvent$.next(),this.allocation.target.currentTime=e/1e3}}var Jl=require("@vkontakte/videoplayer-shared"),Yl=require("@vkontakte/videoplayer-shared"),Xl=require("@vkontakte/videoplayer-shared"),Zl=require("@vkontakte/videoplayer-shared");class Ql{constructor(e){this.subscription=new Zl.Subscription,this.volumeSubscription=new Zl.Subscription,this.videoState=new Dt(`stopped`),this.allocation=void 0,this.trackUrls={},this.params=void 0,this.textTracksManager=null,this.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.allocation.target.removeAttribute(`src`),this.allocation.target.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`),A(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.allocation.target;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`?A(this.params.desiredState.playbackState,`ready`):t===`paused`?(this.videoState.setState(`paused`),A(this.params.desiredState.playbackState,`paused`)):t===`playing`&&(this.videoState.startTransitionTo(`playing`),this.playIfAllowed());return;case`playing`:t===`paused`?(this.videoState.startTransitionTo(`paused`),this.allocation.target.paused?this.videoState.setState(`paused`):this.allocation.target.pause()):n?.to===`playing`&&A(this.params.desiredState.playbackState,`playing`);return;case`paused`:t===`playing`?(this.videoState.startTransitionTo(`playing`),this.playIfAllowed()):n?.to===`paused`&&A(this.params.desiredState.playbackState,`paused`);return;default:return Zl.assertNever(e)}},e.tuning.disableSubtitles||(this.textTracksManager=new sn),this.params=e,this.allocation=ri(e.container,e.tuning),this.params.output.element$.next(this.allocation.video??void 0),Jl.objectEntries(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(Yl.objectValues(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:Zl.ErrorCategory.WTF,message:`MpegProvider internal logic error`,thrown:t})},r=gn(this.allocation.target);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.totalBufferDuration$,e.totalBufferDuration$),i(r.bufferRangeCount$,e.bufferRangeCount$),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.playedTime$,e.playedTime$),i(r.inPiP$,e.inPiP$),i(r.inFullscreen$,e.inFullscreen$),i(this.videoState.stateChangeEnded$.pipe(Zl.map(e=>e.to)),this.params.output.playbackState$),this.subscription.add($t(this.allocation.target,t.isLooped,n)),Ai({subscription:this.subscription,desiredState:t,videoElement$:this.params.output.element$,observableVideo:r}),this.subscription.add(en(this.allocation.target,t.volume,r.volumeState$,n,{skipVideoElVolumeSync$:this.params.skipVideoElVolumeSync$})),this.subscription.add(this.params.skipVideoElVolumeSync$.subscribe(e=>{this.volumeSubscription.unsubscribe(),e?this.volumeSubscription.add(t.volume.stateChangeStarted$.subscribe(({to:e})=>this.params.output.volume$.next(e),n)):this.volumeSubscription.add(r.volumeState$.subscribe(this.params.output.volume$,n))})),this.subscription.add(tn(this.allocation.target,t.playbackRate,r.playbackRateState$,n)),i(Lr(this.allocation.target),e.elementVisible$),this.subscription.add(r.playing$.subscribe(()=>{this.videoState.setState(`playing`),A(t.playbackState,`playing`)},n)).add(r.pause$.subscribe(()=>{this.videoState.setState(`paused`),A(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&&Zl.isNonNullable(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.allocation.target.ended&&this.playIfAllowed()},n)),this.params.tuning.readyOnLoadedMetadata&&this.subscription.add(r.loadedMetadata$.subscribe(()=>{this.params.desiredState.playbackState.getState()===`ready`&&this.videoState.getTransition()?.to===`ready`&&this.videoState.setState(`ready`)},n)),this.params.tuning.changePlaybackStateToPausedWhenEnded&&this.subscription.add(r.ended$.subscribe(()=>{this.videoState.setState(`paused`),A(t.playbackState,`paused`)})),this.allocation.video&&this.textTracksManager?.connect(this.allocation.video,t,e);let a=Zl.merge(t.playbackState.stateChangeStarted$,t.videoTrack.stateChangeStarted$,t.seekState.stateChangeEnded$,t.autoVideoTrackLimits.stateChangeStarted$,this.videoState.stateChangeEnded$,Zl.observableFrom([`init`])).pipe(Zl.debounce(0));this.subscription.add(a.subscribe(this.syncPlayback,n))}destroy(){this.subscription.unsubscribe(),this.volumeSubscription.unsubscribe(),this.textTracksManager?.destroy(),this.trackUrls={},this.params.output.element$.next(void 0),qt(this.allocation.target,this.params.tuning)}prepare(){let e=this.params.desiredState.videoTrack.getState()?.id;Zl.assertNonNullable(e,`MpegProvider: track is not selected`);let{url:t}=this.trackUrls[e];Zl.assertNonNullable(t,`MpegProvider: No url for ${e}`),this.params.tuning.requestQuick&&(t=Za(t)),this.allocation.target.setAttribute(`src`,t),this.allocation.target.load(),this.params.output.hostname$.next(Qn(t))}playIfAllowed(){let e=tr(this.allocation.target,()=>{this.params.output.soundProhibitedEvent$.next()}),t=e=>{e||(this.videoState.setState(`paused`),A(this.params.desiredState.playbackState,`paused`,!0))},n=e=>{this.params.output.error$.next({id:`ForcePlay`,message:`play() failed even with workarounds`,category:Zl.ErrorCategory.DOM,thrown:e})};this.params.tuning.ignoreForcePlayResultWhenProviderChanged?this.subscription.add(Zl.observableFrom(e).subscribe(t,n)):e.then(t,n)}seek(e){this.params.output.willSeekEvent$.next(),this.allocation.target.currentTime=e/1e3}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(Jn(a,{container:this.allocation.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=Yl.objectValues(this.trackUrls).map(e=>e.track);if(!r||!i||jn(e,a[0].quality,Xl.arrayAt(a,-1)?.quality)){n();return}let o=e.max?Zl.isLowerOrEqual(r,e.max):!0,s=e.min?Zl.isHigherOrEqual(r,e.min):!0;o&&s||n(e)}}var $l=require("@vkontakte/videoplayer-shared"),eu=require("@vkontakte/videoplayer-shared"),tu=[`stun:videostun.mycdn.me:80`],nu=1e3,ru=3,iu=()=>null;class au{constructor(e,t){this.options=void 0,this.ws=null,this.peerConnection=null,this.serverUrl=``,this.streamKey=``,this.stream=null,this.signalingType=`JOIN`,this.retryTimeout=void 0,this.retryCount=0,this.externalStartCallback=iu,this.externalStopCallback=iu,this.externalErrorCallback=iu,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}}handleUpdateMessage(e){var t=this;return w(function*(){try{let n=yield t.createOffer();t.peerConnection&&(yield t.peerConnection.setLocalDescription(n)),t.handleAnswer(e.sdp)}catch(e){t.handleRTCError(e)}})()}handleLogin(){var e=this;return w(function*(){try{e.peerConnection=new RTCPeerConnection({iceServers:[{urls:tu}]}),e.peerConnection.ontrack=e.onPeerConnectionStream.bind(e),e.peerConnection.onicecandidate=e.onPeerConnectionIceCandidate.bind(e),e.peerConnection.oniceconnectionstatechange=e.onPeerConnectionIceConnectionStateChange.bind(e);let t=yield e.createOffer();yield e.peerConnection.setLocalDescription(t),e.send({type:e.signalingType,inviteType:`OFFER`,streamKey:e.streamKey,sdp:t.sdp,callSupport:!1})}catch(t){e.handleRTCError(t)}})()}handleAnswer(e){var t=this;return w(function*(){try{t.peerConnection&&(yield t.peerConnection.setRemoteDescription(new RTCSessionDescription({type:`answer`,sdp:e})))}catch(e){t.handleRTCError(e)}})()}handleCandidate(e){var t=this;return w(function*(){if(e)try{t.peerConnection&&(yield t.peerConnection.addIceCandidate(e))}catch(e){t.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:eu.ErrorCategory.WTF,message:e.message})}onPeerConnectionStream(e){var t=this;return w(function*(){let n=e.streams[0];t.stream&&t.stream.id===n.id||(t.stream=n,t.externalStartCallback(t.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()))}}createOffer(){var e=this;return w(function*(){let t={offerToReceiveAudio:!0,offerToReceiveVideo:!0,voiceActivityDetection:!1};if(!e.peerConnection)throw Error(`Can not create offer - no peer connection instance `);let n=yield e.peerConnection.createOffer(t),r=n.sdp||``;if(!/^a=rtpmap:\d+ H264\/\d+$/m.test(r))throw Error(`No h264 codec support error`);return n})()}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=j.setTimeout(this.connectWS.bind(this),nu)}normalizeOptions(e={}){let t={stunServerList:tu,maxRetryNumber:ru,errorChanel:null};return e.stunServerList&&(t.stunServerList=e.stunServerList),e.maxRetryNumber&&e.maxRetryNumber>0&&(t.maxRetryNumber=e.maxRetryNumber),t}}class ou{constructor(e){this.subscription=void 0,this.volumeSubscription=void 0,this.params=void 0,this.log=void 0,this.allocation=void 0,this.videoState=new Dt(`stopped`),this.liveStreamClient=void 0,this.maxSeekBackTime$=new $l.ValueSubject(0),this.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.allocation.target.pause(),this.allocation.target.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`),A(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`),A(this.params.desiredState.playbackState,`paused`)):t===`playing`&&(this.videoState.startTransitionTo(`playing`),this.playIfAllowed());return;case`playing`:t===`paused`?(this.videoState.startTransitionTo(`paused`),this.allocation.target.paused?this.videoState.setState(`paused`):this.allocation.target.pause()):n?.to===`playing`&&A(this.params.desiredState.playbackState,`playing`);return;case`paused`:t===`playing`?(this.videoState.startTransitionTo(`playing`),this.playIfAllowed()):n?.to===`paused`&&A(this.params.desiredState.playbackState,`paused`);return;default:return $l.assertNever(e)}},this.subscription=new $l.Subscription,this.volumeSubscription=new $l.Subscription,this.params=e,this.log=this.params.dependencies.logger.createComponentLog(`WebRTCLiveProvider`),this.allocation=ri(e.container,e.tuning),this.liveStreamClient=new au(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.volumeSubscription.unsubscribe(),this.liveStreamClient.disconnect(),this.params.output.element$.next(void 0),qt(this.allocation.target,this.params.tuning)}subscribe(){let{output:e,desiredState:t}=this.params,n=t=>{e.error$.next({id:`WebRTCLiveProvider`,category:$l.ErrorCategory.WTF,message:`WebRTCLiveProvider internal logic error`,thrown:t})};this.subscription.add($l.merge(this.videoState.stateChangeStarted$.pipe($l.map(e=>({transition:e,type:`start`}))),this.videoState.stateChangeEnded$.pipe($l.map(e=>({transition:e,type:`end`})))).subscribe(({transition:e,type:t})=>{this.log({message:`[videoState change] ${t}: ${JSON.stringify(e)}`})}));let r=gn(this.allocation.target);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.playedTime$,e.playedTime$),i(r.error$,e.error$),i(r.isBuffering$,e.isBuffering$),i(r.currentBuffer$,e.currentBuffer$),i(r.currentBuffer$,e.currentNativeBuffer$),i(r.totalBufferDuration$,e.totalBufferDuration$),i(r.bufferRangeCount$,e.bufferRangeCount$),i(Lr(this.allocation.target),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(en(this.allocation.target,t.volume,r.volumeState$,n,{skipVideoElVolumeSync$:this.params.skipVideoElVolumeSync$})),this.subscription.add(this.params.skipVideoElVolumeSync$.subscribe(i=>{this.volumeSubscription.unsubscribe(),i?this.volumeSubscription.add(t.volume.stateChangeStarted$.subscribe(({to:t})=>e.volume$.next(t),n)):this.volumeSubscription.add(r.volumeState$.subscribe(e.volume$,n))})),this.subscription.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 $l.assertNever(n.to)}},n)).add($l.merge(t.playbackState.stateChangeStarted$,this.videoState.stateChangeEnded$,$l.observableFrom([`init`])).pipe($l.debounce(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.allocation.video??void 0),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(Qn(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.VideoQuality.INVARIANT}),this.allocation.target.srcObject=e,A(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:$l.ErrorCategory.EXTERNAL_API,message:e.message,thrown:e})}playIfAllowed(){tr(this.allocation.target,()=>{this.params.output.soundProhibitedEvent$.next()}).then(e=>{e||(this.videoState.setState(`paused`),A(this.params.desiredState.playbackState,`paused`,!0))},e=>this.params.output.error$.next({id:`ForcePlay`,message:`play() failed even with workarounds`,category:$l.ErrorCategory.DOM,thrown:e}))}prepare(){this.liveStreamClient.connect()}}class su{constructor(e){this.length=void 0,this.array=void 0,this.index=void 0,this.iterator=void 0,this.current=void 0,this.array=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}all(){return this.array}}var Z=require("@vkontakte/videoplayer-shared"),cu=require("@vkontakte/videoplayer-shared"),lu=e=>new cu.Observable(t=>{let n=new cu.Subscription,r=e.desiredPlaybackState$.stateChangeStarted$.pipe(cu.map(({from:e,to:t})=>`${e}-${t}`)),i=e.desiredPlaybackState$.stateChangeEnded$,a=e.providerChanged$.pipe(cu.map(({type:e})=>e!==void 0)),o=cu.combine({providerChanged:e.providerChanged$.pipe(cu.map(({type:e})=>e!==void 0)),videoLastDataObtainedTimestamp:e.videoLastDataObtainedTimestamp$.pipe(cu.map(e=>e??0)),stateChangeStarted:e.desiredPlaybackState$.stateChangeStarted$}).pipe(cu.map(({providerChanged:t,videoLastDataObtainedTimestamp:n,stateChangeStarted:r})=>{let i=cu.now()-n;return t||r?.to!==`playing`||i<e.playbackHangupNoDataThreshold})),s=e.useDelayedPlaybackHangupWithData?o:a,c=new cu.Subject,l=0,u=`unknown`;return n.add(r.subscribe(t=>{l&&j.clearTimeout(l),u=t,l=j.setTimeout(()=>c.next(t),e.maxTransitionInterval),B({m:`hangup.set`,l:t,id:l})})),n.add(i.subscribe(()=>{B({m:`hangup.cl`,id:l}),j.clearTimeout(l),u=`unknown`,l=0})),n.add(s.subscribe(t=>{l&&(B({m:`hangup.rs.0`,id:l}),j.clearTimeout(l),l=0,t&&(l=j.setTimeout(()=>c.next(u),e.maxTransitionInterval),B({m:`hangup.rs.1`,id:l})))})),n.add(c.subscribe(t)),()=>{j.clearTimeout(l),n.unsubscribe()}}),uu=require("@vkontakte/videoplayer-shared"),du=require("@vkontakte/videoplayer-shared"),fu=require("@vkontakte/videoplayer-shared");function pu(){let e=fu.getWindow();return new(e.AudioContext||e.webkitAudioContext)}class mu{constructor(e,t,n,r){this.providerOutput=void 0,this.provider$=void 0,this.volumeMultiplierError$=void 0,this.volumeMultiplier=void 0,this.destroyController=new uu.AbortControllerPolyfilled,this.subscriptions=new du.Subscription,this.audioContext=null,this.gainNode=null,this.mediaElementSource=null,this.providerOutput=e,this.provider$=t,this.volumeMultiplierError$=n,this.volumeMultiplier=r,this.subscriptions.add(this.provider$.pipe(du.filter(e=>!!e.type),du.once()).subscribe(({type:e})=>this.subscribe(e)))}subscribe(e){N.browser.isSafari&&e!==`MPEG`||this.subscriptions.add(du.combine({video:this.providerOutput.element$,playbackState:this.providerOutput.playbackState$,volume:this.providerOutput.volume$}).pipe(du.filter(({playbackState:e,video:t,volume:{muted:n,volume:r}})=>e===`playing`&&!!t&&!n&&!!r),du.once()).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}initAudioContextOnce(e){var t=this;return w(function*(){let{volumeMultiplier:n}=t,r=pu();t.audioContext=r;let i=r.createGain();if(t.gainNode=i,i.gain.value=n,i.connect(r.destination),r.state===`suspended`&&(yield r.resume(),t.destroyController.signal.aborted))return!1;let a=r.createMediaElementSource(e);return t.mediaElementSource=a,a.connect(i),!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:mu.errorId,category:du.ErrorCategory.VIDEO_PIPELINE,message:e?.message??`${mu.errorId} exception`,thrown:e})}}mu.errorId=`VolumeMultiplierManager`;var hu=require("@vkontakte/videoplayer-shared"),gu=require("@vkontakte/videoplayer-shared"),_u=require("@vkontakte/videoplayer-shared"),vu=e=>{let t=e.data?.code;return typeof t==`number`?t:null};class yu{constructor(e){this.deps=void 0,this.type=`sync`,this.deps=e}analyze(e){if(e.origin!==`mediaError`)return null;let t=vu(e);if(_u.isNullable(t))return null;let{deps:n}=this,r=n.getCurrentVideoTrack(),i=n.getInitiatedAt(),a=performance.now(),o=n.getAccumulatedPlayingTime(),s=n.getReinitHistory(),c=s.reachedPlaying.length>0;if(n.tracer.log(yu.heuristicName,_u.flattenObject({mediaErrorCode:t,age_ms:Math.round(a-i),bufferLength_s:n.getBufferLength(),bufferAhead_s:n.getBufferAhead(),bufferRangeCount:n.getBufferRangeCount(),quality:r?.quality,reinitPlayingHistory:s.reachedPlaying,reinitHappenedDelta:s.deltas,accumulatedPlayingTime_ms:Math.round(o),position:n.getPosition(),errorId:e.id,videoCodec:n.getVideoCodec(),audioCodec:n.getAudioCodec(),visibilityState:n.getVisibilityState()})),t===4)return{action:`switch_provider`,reason:`MediaError#4: source not supported (${e.id})`};if(t===3&&c){if(o===0)return{action:`switch_provider`,reason:`MediaError#3 after reinit without reaching playing — reinit is useless`};if(o<n.tuning.mayday.playingUnstableThresholdMs)return{action:`switch_provider`,reason:`MediaError#3 with ${n.tuning.mayday.playingUnstableThresholdMs}ms total playing — provider unstable`}}return null}}yu.heuristicName=`MediaErrorHeuristic`;var bu=require("@vkontakte/videoplayer-shared");class xu{constructor(e){this._deps=void 0,this.type=`sync`,this._deps=e}analyze(e){let t=`TV fetcher error: ${e.id}`;return e.id!==`LoadManifest`&&(e.origin!==`segment_fetcher`||e.category===bu.ErrorCategory.FATAL&&!e.canBeRecoverable)?null:e.canBeRecoverable?{action:`switch_provider`,reason:t}:{action:`failover_host`,reason:t}}}xu.heuristicName=`TvFetcherErrorHeuristic`;var Su=require("@vkontakte/videoplayer-shared");class Cu{constructor(e){this._deps=void 0,this.type=`sync`,this._deps=e}analyze(e){if(e.origin!==`segment_fetcher`||e.category===Su.ErrorCategory.FATAL&&!e.canBeRecoverable)return null;let t=`Fetcher error: ${e.id}`;return e.canBeRecoverable?{action:`switch_provider`,reason:t}:{action:`failover_host`,reason:t}}}Cu.heuristicName=`FetcherErrorHeuristic`;var wu=require("@vkontakte/videoplayer-shared");class Tu{constructor(e){this.deps=void 0,this.type=`async`,this.recommendation$=new wu.Subject,this.timerId=void 0,this.sub=void 0,this.error=void 0,this.manifestRequested=!1,this.manifestRequestedAt=void 0,this.manifestReceivedMs=void 0,this.deps=e}analyze(e){return e.origin===`hangup`?(this.cancel(),this.manifestRequested=!1,this.manifestRequestedAt=void 0,this.manifestReceivedMs=null,this.deps.tracer.log(Tu.heuristicName,wu.flattenObject({readyState:this.deps.getReadyState(),videoPaused:this.deps.getVideoPaused(),playbackState:this.deps.desiredPlaybackState$.getState(),bufferAhead:this.deps.getBufferAhead(),bufferRangeCount:this.deps.getBufferRangeCount(),bufferLength:this.deps.getBufferLength(),visibility:this.deps.getVisibilityState(),lastDataMs:this.deps.videoLastDataObtainedTimestamp$.getValue()?Math.round(wu.now()-this.deps.videoLastDataObtainedTimestamp$.getValue()):void 0,manifestRequested:this.manifestRequested,manifestReceivedMs:this.manifestReceivedMs})),this.error=e,this.sub=new wu.Subscription,this.sub.add(this.deps.manifestRequested$.subscribe(()=>{this.manifestRequested=!0,this.manifestRequestedAt=wu.now()})),this.sub.add(this.deps.manifestReceived$.subscribe(()=>{wu.isNonNullable(this.manifestRequestedAt)&&(this.manifestReceivedMs=Math.round(wu.now()-this.manifestRequestedAt))})),this.sub.add(wu.merge(this.deps.currentNativeBuffer$,this.deps.videoLastDataObtainedTimestamp$).subscribe(()=>this.restartTimer())),this.sub.add(this.deps.desiredPlaybackState$.stateChangeEnded$.subscribe(()=>this.cancel())),this.restartTimer(),{action:`wait`,reason:`Hangup detected — waiting for data`}):null}restartTimer(){wu.isNonNullable(this.timerId)&&j.clearTimeout(this.timerId),this.timerId=j.setTimeout(()=>this.expire(),this.deps.tuning.hangupTimeoutMs)}expire(){let e=this.error;this.cancel(),wu.isNonNullable(e)&&this.recommendation$.next({error:e,recommendation:{action:`switch_provider`,reason:`Hangup grace period expired`}})}cancel(){wu.isNonNullable(this.timerId)&&(j.clearTimeout(this.timerId),this.timerId=void 0),wu.isNonNullable(this.sub)&&(this.sub.unsubscribe(),this.sub=void 0),this.error=void 0}reset(){this.cancel()}destroy(){this.cancel()}}Tu.heuristicName=`HangupHeuristic`;var Eu=require("@vkontakte/videoplayer-shared");function Du(e,t){let{providerOutput:n,maydayStatistics:r}=e;return{tuning:e.tuning,getFallbackContext:e.getFallbackContext,tracer:t,getPosition:()=>n.position$.getValue(),getCurrentVideoTrack:()=>n.currentVideoTrack$.getValue(),getInitiatedAt:()=>r.getInitiatedAt(),getBufferLength:()=>{let e=n.totalBufferDuration$.getValue();return Eu.isNonNullable(e)?e/1e3:0},getBufferAhead:()=>{let e=n.currentNativeBuffer$.getValue(),t=n.position$.getValue();return Eu.isNonNullable(e)?Math.max(e.to-t,0):0},getBufferRangeCount:()=>n.bufferRangeCount$.getValue()??0,getReinitHistory:()=>r.getReinitHistory(),getAccumulatedPlayingTime:()=>r.getAccumulatedPlayingTime(),getVideoCodec:()=>{let e=n.currentVideoTrack$.getValue()?.streamId;if(!Eu.isNullable(e))return n.availableVideoStreams$.getValue().find(t=>t.id===e)?.codec},getAudioCodec:()=>n.currentAudioStream$.getValue()?.codec,getVisibilityState:()=>Eu.getWindow().document.visibilityState,getReadyState:()=>n.element$.getValue()?.readyState,getVideoPaused:()=>n.element$.getValue()?.paused,currentNativeBuffer$:n.currentNativeBuffer$,videoLastDataObtainedTimestamp$:n.videoLastDataObtainedTimestamp$,desiredPlaybackState$:e.desiredPlaybackState$,manifestRequested$:n.manifestRequested$,manifestReceived$:n.manifestReceived$}}var Ou=[yu,xu,Cu,Tu];class ku{constructor(e){this.deps=void 0,this.heuristics=[],this.tracer=void 0,this.providerFailures=0,this.failoverUrlIndex=void 0,this.recommendation$=new gu.Subject,this.subscription=new gu.Subscription,this.deps=e,this.tracer=e.tracer.createComponentTracer(`Mayday`);let t=Du(e,this.tracer),n=e.tuning.mayday.heuristics;this.heuristics=Ou.filter(e=>hu.arrayIncludes(n,e.heuristicName)).map(e=>new e(t));let r=this.heuristics.filter(e=>e.type===`async`);this.subscription.add(gu.merge(...r.map(e=>e.recommendation$)).subscribe(({error:e,recommendation:t})=>{this.emitRecommendation(e,t)}))}get currentFailoverUrlIndex(){return this.failoverUrlIndex}handleError(e){for(let t of this.heuristics){let n=t.analyze(e);if(gu.isNonNullable(n)){this.emitRecommendation(e,n);return}}this.emitRecommendation(e,this.computeFallbackRecommendation(e))}emitRecommendation(e,t){let n=this.validateRecommendation(t);this.applyStateChange(n),this.recommendation$.next({error:e,recommendation:n})}validateRecommendation(e){return e.action===`switch_codec`&&!this.deps.getFallbackContext().canSwitchCodec?{action:`switch_provider`,reason:`${e.reason} — no more codecs available`}:e.action===`failover_host`&&!this.hasAvailableFailoverHost()?{action:`switch_provider`,reason:`${e.reason} — no failover hosts available`}:e}hasAvailableFailoverHost(){return this.deps.failoverHosts.length>0&&(this.failoverUrlIndex===void 0||this.failoverUrlIndex<this.deps.failoverHosts.length-1)}computeFallbackRecommendation(e){let t=this.deps.getFallbackContext(),n=this.deps.tuning.dash.useFailoverHostsOnAllProviderCrash||e.category===gu.ErrorCategory.NETWORK,r=e.category===gu.ErrorCategory.FATAL,i=this.hasAvailableFailoverHost(),a=this.providerFailures<this.deps.tuning.providerErrorLimit&&!r,o=i&&!r&&(n&&t.hasProviderStarted||!a);return a?{action:`reinit`,reason:`Provider error, reinit attempt ${this.providerFailures+1}/${this.deps.tuning.providerErrorLimit}`}:o?{action:`failover_host`,reason:`Switching to failover host`}:t.canSwitchCodec?{action:`switch_codec`,reason:`Switching to next video codec`}:{action:`switch_provider`,reason:`All recovery options exhausted`}}applyStateChange(e){switch(e.action){case`reinit`:this.providerFailures++;break;case`failover_host`:this.failoverUrlIndex=this.failoverUrlIndex===void 0?0:this.failoverUrlIndex+1;break;case`switch_provider`:this.providerFailures=0,this.failoverUrlIndex=void 0;break;default:break}}reset(){for(let e of this.heuristics)e.reset?.call(e)}destroy(){this.subscription.unsubscribe();for(let e of this.heuristics)e.destroy?.call(e);this.tracer.end()}}var Au=require("@vkontakte/videoplayer-shared");class ju{constructor(e){this.deps=void 0,this.providerInitiatedAt=0,this.reinitTimestamps=[],this.reinitReachedPlaying=[],this.playingStartTime=void 0,this.accumulatedPlayingTime=0,this.firstFrameReceived=!1,this.subscription=new Au.Subscription,this.deps=e,this.providerInitiatedAt=performance.now(),this.subscription.add(this.deps.firstFrameEvent$.subscribe(()=>{this.firstFrameReceived||(this.firstFrameReceived=!0,this.deps.playbackState$.getValue()===`playing`&&(this.playingStartTime=performance.now()))})).add(this.deps.playbackState$.subscribe(e=>{this.firstFrameReceived&&(e===`playing`?Au.isNullable(this.playingStartTime)&&(this.playingStartTime=performance.now()):Au.isNonNullable(this.playingStartTime)&&(this.accumulatedPlayingTime+=performance.now()-this.playingStartTime,this.playingStartTime=void 0))}))}recordReinit(){this.reinitReachedPlaying.push(this.firstFrameReceived),this.reinitTimestamps.push(performance.now()),this.firstFrameReceived=!1,this.accumulatedPlayingTime=0,this.playingStartTime=void 0}recordProviderSwitch(){this.providerInitiatedAt=performance.now(),this.reinitTimestamps=[],this.reinitReachedPlaying=[],this.playingStartTime=void 0,this.accumulatedPlayingTime=0,this.firstFrameReceived=!1}getInitiatedAt(){return this.providerInitiatedAt}getAccumulatedPlayingTime(){let e=this.accumulatedPlayingTime;return Au.isNonNullable(this.playingStartTime)&&(e+=performance.now()-this.playingStartTime),e}getReinitHistory(){return{reachedPlaying:[...this.reinitReachedPlaying,this.firstFrameReceived],deltas:this.reinitTimestamps.map((e,t)=>Math.round(e-(t===0?this.providerInitiatedAt:this.reinitTimestamps[t-1])))}}destroy(){this.subscription.unsubscribe()}}var Mu={chunkDuration:5e3,maxParallelRequests:5};class Nu{constructor(e){this.current$=new Z.ValueSubject({type:void 0}),this.providerError$=new Z.Subject,this.noAvailableProvidersError$=new Z.Subject,this.volumeMultiplierError$=new Z.Subject,this.providerOutput={position$:new Z.ValueSubject(0),duration$:new Z.ValueSubject(1/0),playedTime$:new Z.ValueSubject(0),volume$:new Z.ValueSubject({muted:!1,volume:1}),availableVideoStreams$:new Z.ValueSubject([]),currentVideoStream$:new Z.ValueSubject(void 0),availableVideoTracks$:new Z.ValueSubject([]),currentVideoTrack$:new Z.ValueSubject(void 0),availableVideoCodecs$:new Z.ValueSubject([]),availableAudioStreams$:new Z.ValueSubject([]),currentAudioStream$:new Z.ValueSubject(void 0),availableAudioTracks$:new Z.ValueSubject([]),availableAudioCodecs$:new Z.ValueSubject([]),currentVideoSegmentLength$:new Z.ValueSubject(0),currentAudioSegmentLength$:new Z.ValueSubject(0),isAudioAvailable$:new Z.ValueSubject(!0),autoVideoTrackLimitingAvailable$:new Z.ValueSubject(!1),autoVideoTrackLimits$:new Z.ValueSubject(void 0),currentBuffer$:new Z.ValueSubject(void 0),currentNativeBuffer$:new Z.ValueSubject(void 0),totalBufferDuration$:new Z.ValueSubject(void 0),bufferRangeCount$:new Z.ValueSubject(void 0),videoLastDataObtainedTimestamp$:new Z.ValueSubject(void 0),isBuffering$:new Z.ValueSubject(!0),updateDurationError$:new Z.Subject,error$:new Z.Subject,fetcherError$:new Z.Subject,fetcherRecoverableError$:new Z.Subject,warning$:new Z.Subject,willSeekEvent$:new Z.Subject,soundProhibitedEvent$:new Z.Subject,seekedEvent$:new Z.Subject,loopedEvent$:new Z.Subject,endedEvent$:new Z.Subject,manifestRequested$:new Z.Subject,firstBytesManifest$:new Z.Subject,manifestReceived$:new Z.Subject,firstBytesRequested$:new Z.Subject,firstBytesReceived$:new Z.Subject,firstBytesEvent$:new Z.Subject,loadedMetadataEvent$:new Z.Subject,firstFrameEvent$:new Z.Subject,canplay$:new Z.Subject,isLive$:new Z.ValueSubject(void 0),isLiveEnded$:new Z.ValueSubject(null),canPlayLiveTailBuffer$:new Z.ValueSubject(!1),isLowLatency$:new Z.ValueSubject(!1),canChangePlaybackSpeed$:new Z.ValueSubject(!0),liveTime$:new Z.ValueSubject(void 0),liveBufferTime$:new Z.ValueSubject(void 0),liveLatency$:new Z.ValueSubject(void 0),severeStallOccurred$:new Z.Subject,availableTextTracks$:new Z.ValueSubject([]),currentTextTrack$:new Z.ValueSubject(void 0),hostname$:new Z.ValueSubject(void 0),httpConnectionType$:new Z.ValueSubject(void 0),httpConnectionReused$:new Z.ValueSubject(void 0),httpConnectionMetrics$:new Z.ValueSubject(void 0),httpDownloadMetrics$:new Z.ValueSubject(void 0),inPiP$:new Z.ValueSubject(!1),inFullscreen$:new Z.ValueSubject(!1),element$:new Z.ValueSubject(void 0),elementVisible$:new Z.ValueSubject(!0),availableSources$:new Z.ValueSubject(void 0),playbackState$:new Z.ValueSubject(``),getCurrentTime$:new Z.ValueSubject(null)},this.subscription=new Z.Subscription,this.screenFormatsIterator=void 0,this.chromecastFormatsIterator=void 0,this.videoCodecsIterator=void 0,this.log=void 0,this.tracer=void 0,this.params=void 0,this.currentProviderStarted=!1,this.volumeMultiplierManager=null,this.dashMaxTvVideoQuality=null,this.mayday=void 0,this.maydayStatistics=void 0,this.params=e,this.log=this.params.dependencies.logger.createComponentLog(`ProviderContainer`),this.tracer=e.dependencies.tracer.createComponentTracer(`ProviderContainer`);let t=ft([...Ur(this.params.tuning),...Hr(this.params.tuning)],this.params.tuning.disableHlsOnDesktop).filter(t=>Z.isNonNullable(e.sources[t])),{forceFormat:n,formatsToAvoid:r}=this.params.tuning,i=[];i=n?[n]:r.length?[...t.filter(e=>!xt.arrayIncludes(r,e)),...t.filter(e=>xt.arrayIncludes(r,e))]:t,this.log({message:`Selected formats: ${i.join(` > `)}`}),this.tracer.log(`Selected formats`,Z.flattenObject(i),!0),this.screenFormatsIterator=new su(i);let a=[...Wr(!0),...Wr(!1)];this.chromecastFormatsIterator=new su(a.filter(t=>Z.isNonNullable(e.sources[t]))),this.providerOutput.availableSources$.next(e.sources);let{volumeMultiplier:o=1,tuning:{useVolumeMultiplier:s}}=this.params;s&&o!==1&&mu.isSupported()&&(this.volumeMultiplierManager=new mu(this.providerOutput,this.current$,this.volumeMultiplierError$,o)),this.maydayStatistics=new ju(this.providerOutput),this.mayday=new ku({tuning:this.params.tuning,failoverHosts:this.params.failoverHosts??[],providerOutput:this.providerOutput,desiredPlaybackState$:this.params.desiredState.playbackState,maydayStatistics:this.maydayStatistics,getFallbackContext:()=>this.getFallbackContext(),tracer:this.params.dependencies.tracer})}getFallbackContext(){return{hasProviderStarted:this.currentProviderStarted,canSwitchCodec:!!this.videoCodecsIterator&&!this.videoCodecsIterator.isLast()}}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 su(e))}))}destroy(){this.destroyProvider(),this.current$.next({type:void 0}),this.subscription.unsubscribe(),this.volumeMultiplierManager?.destroy(),this.volumeMultiplierManager=null,this.mayday.destroy(),this.maydayStatistics.destroy(),this.tracer.end()}initProvider(){let e=this.chooseDestination(),t=this.chooseFormat(e);if(Z.isNullable(t)){this.handleNoFormatsError(e);return}let n;try{n=this.createProvider(e,t)}catch(e){this.providerError$.next({id:`ProviderNotConstructed`,category:Z.ErrorCategory.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.maydayStatistics.recordReinit(),this.destroyProvider(),this.initProvider()}switchToNextProvider(e){this.tracer.log(`switchToNextProvider`,{destination:e}),this.maydayStatistics.recordProviderSwitch(),this.destroyProvider(),this.skipFormat(e),this.initProvider()}switchToNextVideoCodec(){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(),this.mayday.reset();let t=this.providerOutput.position$.getValue()*1e3,n=this.params.desiredState.seekState.getState(),r=n.state!==`none`;this.params.desiredState.seekState.setState({state:`requested`,position:r?n.position:t,forcePrecise:r?n.forcePrecise:!1});let i=this.providerOutput.isBuffering$;i.getValue()||i.next(!0)}handleMaydayRecommendation(e,t){switch(this.tracer.log(`handleMaydayRecommendation`,{action:e.action,reason:e.reason}),e.action){case`reinit`:this.reinitProvider();break;case`failover_host`:this.reinitProvider();break;case`switch_codec`:this.switchToNextVideoCodec();break;case`switch_provider`:this.switchToNextProvider(t);break;case`wait`:break}}applyErrorSideEffects(e,t){let n=this.providerOutput.currentVideoTrack$.getValue(),r=this.params.tuning.dash.useFailoverHostsOnAllProviderCrash||e.category===Z.ErrorCategory.NETWORK;this.dashMaxTvVideoQuality=this.params.tuning.dash.dashMaxTvVideoQuality?dc(e,t,n?.quality):null,this.params.tuning.dropUrlCacheWhenProviderCrashed&&!r&&_l()}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 Z.assertNever(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,skipVideoElVolumeSync$:this.params.skipVideoElVolumeSync$};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);Z.assertNonNullable(n);let{useDashProviderVirtual:i,useDashProviderVirtualMobile:a}=this.params.tuning,{isMobile:s}=N.device;return!s&&i||s&&a?new Sc(T(T({},o),{},{source:n,sourceHls:r,forceVideoCodec:this.videoCodecsIterator?.getValue(),isOnDemand:e===`DASH_ONDEMAND`,dashMaxTvVideoQuality:this.dashMaxTvVideoQuality})):new Tl(T(T({},o),{},{source:n,sourceHls:r,forceVideoCodec:this.videoCodecsIterator?.getValue(),isOnDemand:e===`DASH_ONDEMAND`,dashMaxTvVideoQuality:this.dashMaxTvVideoQuality}))}case`DASH_LIVE_CMAF`:{let n=this.applyFailoverHost(t[e]);return Z.assertNonNullable(n),this.params.tuning.useDashProviderVirtual&&!N.device.isMobile||this.params.tuning.useDashProviderVirtualMobile&&N.device.isMobile?new Pc(T(T({},o),{},{source:n})):new Dl(T(T({},o),{},{source:n}))}case`HLS`:case`HLS_ONDEMAND`:case`HLS_FMP4`:{let n=this.applyFailoverHost(t[e]);return Z.assertNonNullable(n),new ql(T(T({},o),{},{source:n,isOnDemand:e===`HLS_ONDEMAND`}))}case`HLS_LIVE`:case`HLS_LIVE_CMAF`:{let n=this.applyFailoverHost(t[e]);return Z.assertNonNullable(n),new Gl(T(T({},o),{},{source:n,config:{maxPausedTime:this.params.tuning.live.maxPausedTime},format:e}))}case`MPEG`:{let n=this.applyFailoverHost(t[e]);return Z.assertNonNullable(n),new Ql(T(T({},o),{},{source:n}))}case`DASH_LIVE`:{let n=this.applyFailoverHost(t[e]);return Z.assertNonNullable(n),new si(T(T({},o),{},{source:n,config:T(T({},Mu),{},{maxPausedTime:this.params.tuning.live.maxPausedTime})}))}case`WEB_RTC_LIVE`:{let i=this.applyFailoverHost(t[e]);return Z.assertNonNullable(i),new ou({container:n,source:i,desiredState:r,output:a,dependencies:this.params.dependencies,tuning:this.params.tuning,skipVideoElVolumeSync$:this.params.skipVideoElVolumeSync$})}case`DASH`:case`DASH_LIVE_WEBM`:throw Error(`${e} is no longer supported`);default:return Z.assertNever(e)}}createChromecastProvider(e){let{sources:t,desiredState:n,meta:r,container:i}=this.params,a={meta:r,container:i,source:t,format:e,desiredState:n,output:this.providerOutput,dependencies:this.params.dependencies,tuning:this.params.tuning};if(this.params.tuning.chromecastPresentationApi&&this.params.dependencies.chromecastInitializer instanceof bt){let{chromecastConnector:e}=this.params.dependencies.chromecastInitializer;return Z.assertNonNullable(e),new ht(T(T({},a),{},{chromecastConnector:e}))}let o=this.params.dependencies.chromecastInitializer.connection$.getValue();return Z.assertNonNullable(o),new Mt(T(T({},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 Z.assertNever(e)}}skipFormat(e){switch(e){case`SCREEN`:return this.screenFormatsIterator.next();case`CHROMECAST`:return this.chromecastFormatsIterator.next();default:return Z.assertNever(e)}}handleNoFormatsError(e){switch(e){case`SCREEN`:this.noAvailableProvidersError$.next({forced:this.params.tuning.forceFormat,input:Object.keys(this.params.sources),supported:this.screenFormatsIterator.all()}),this.current$.next({type:void 0});return;case`CHROMECAST`:this.params.dependencies.chromecastInitializer.disconnect();return;default:return Z.assertNever(e)}}applyFailoverHost(e){let t=this.mayday.currentFailoverUrlIndex;if(t===void 0)return e;let n=this.params.failoverHosts[t];if(!n)return e;let r=e=>{let t=new URL(e);return t.host=n,t.toString()};if(e===void 0)return e;if(`type`in e){if(e.type===`raw`)return e;if(e.type===`url`)return T(T({},e),{},{url:r(e.url)})}return Ct.objectFromEntries(St.objectEntries(e).map(([e,t])=>[e,r(t)]))}initProviderErrorHandling(){let e=new Z.Subscription;e.add(Z.merge(this.providerOutput.error$.pipe(Z.filter(e=>!this.params.tuning.ignoreAudioRendererError||!e.message||!/AUDIO_RENDERER_ERROR/gi.test(e.message))),lu({desiredPlaybackState$:this.params.desiredState.playbackState,maxTransitionInterval:this.params.tuning.maxPlaybackTransitionInterval,playbackHangupNoDataThreshold:this.params.tuning.playbackHangupNoDataThreshold,useDelayedPlaybackHangupWithData:this.params.tuning.useDelayedPlaybackHangupWithData,position$:this.providerOutput.position$,videoLastDataObtainedTimestamp$:this.providerOutput.videoLastDataObtainedTimestamp$,providerChanged$:this.current$}).pipe(Z.map(e=>({id:`ProviderHangup:${e}`,category:Z.ErrorCategory.WTF,message:`A ${e} transition failed to complete within reasonable time`,origin:`hangup`})))).subscribe(this.providerError$)),e.add(this.providerOutput.fetcherError$.subscribe(this.providerError$)),this.params.handleNetworkRecoverableErrorAsProviderError&&e.add(this.providerOutput.fetcherRecoverableError$.subscribe(this.providerError$)),e.add(this.current$.subscribe(()=>{this.currentProviderStarted=!1;let t=this.params.desiredState.playbackState.transitionEnded$.pipe(Z.filter(({to:e})=>e===`playing`),Z.once()).subscribe(()=>this.currentProviderStarted=!0);e.add(t)}));let t=()=>{let e=B.drain(),{logDashLiveDebug:t,sendDashLiveDebug:n}=this.params.tuning;if(t&&Z.getWindow().console.log(`===== DASH_LIVE DEBUG START ====
|
|
142
|
+
`})|(?<privateuse2>${e}))$`.replace(/[\s\t\n]/g,``);return new RegExp(t,`i`)}var es=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},ts=(e,t)=>{let n=e;n=Vo.stringReplaceAll(n,`$$`,`$`);let r={RepresentationID:t.representationId,Number:t.segmentNumber,Bandwidth:t.bandwidth,Time:t.segmentTime};for(let[e,t]of Ho.objectEntries(r)){let r=RegExp(`\\$${e}(?:%0(\\d+)d)?\\$`,`g`);n=Vo.stringReplaceAll(n,r,(e,n)=>Yo.isNullable(t)?e:Yo.isNullable(n)?t:Uo.stringPadStart(t,parseInt(n,10),`0`))}return n},ns=(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=Wo.arrayAt(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)=>T(T({},e),{},{[t.id]:t.children}),{}),b=v.reduce((e,t)=>T(T({},e),{},{[t.id]:t.getAttribute(`duration`)}),{});_?g=es(_):Go.objectValues(b).filter(e=>e).length&&!s?g=Go.objectValues(b).reduce((e,t)=>e+(es(t)??0),0):m&&(g=parseInt(m,10));let x=0,ee=i.getAttribute(`profiles`)?.split(`,`)??[];for(let e of v.map(e=>e.id))for(let n of y[e]){var S;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=Qo(n.getAttribute(`lang`)??``)??{},u=((S=n.querySelector(`Label`))==null||(S=S.textContent)==null?void 0:S.trim())??void 0,d=n.querySelectorAll(`Representation`),f=n.querySelector(`SegmentTemplate`),p=n.querySelector(`Role`)?.getAttribute(`value`)??void 0,m=n.querySelector(`AudioChannelConfiguration`)?.getAttribute(`value`),h=Yo.isNonNullable(m)?parseInt(m,10):void 0,_=s,v={id:e,language:l.language,isDefault:p===`main`,label:u,codecs:a,hdr:_===`video`&&Jo(a),mime:i,channels:h,representations:[]};for(let e of d){var C;let r=e.getAttribute(`lang`)??void 0,d=u??n.getAttribute(`label`)??e.getAttribute(`label`)??void 0,p=((C=e.querySelector(`BaseURL`))==null||(C=C.textContent)==null?void 0:C.trim())??``,m=new URL(p||o,t).toString(),h=e.getAttribute(`mimeType`)??i,y=e.getAttribute(`codecs`)??a??``,b;if(s===`text`){let t=e.getAttribute(`id`)||``,n=(l.privateuse==null?void 0:Ko.arrayIncludes(l.privateuse,`x-auto`))||Ko.arrayIncludes(t,`_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,h=o,_=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);_=Number.isFinite(r)?r:_;let a=t/s*1e3,o=_/s*1e3;for(let e=0;e<n+1;e++){let n=ts(l,T(T({},i),{},{segmentNumber:h.toString(10),segmentTime:(_+e*t).toString(10)})),r=(o??0)+e*a,s=r+a;h++,u.push({time:{from:r,to:s},url:n})}_+=(n+1)*t,d+=(n+1)*a}p=_/s*1e3,f=ts(l,T(T({},i),{},{segmentNumber:h.toString(10),segmentTime:_.toString(10)})),b={id:t,kind:`text`,segmentReference:{type:`template`,baseUrl:m,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:m}}else{let t=e.getAttribute(`contentType`)??h?.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?Zo(l):void 0,p=`${e.getAttribute(`id`)??`id`+(x++).toString(10)}@${t===`video`?`${a}p`:t===`audio`?`${o}Kbps`:y}`,v=[...ee,...c,...r],S,C=e.querySelector(`SegmentBase`),w=e.querySelector(`SegmentTemplate`)??f;if(C){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)):[],s=i?{from:a,to:o}:void 0,c=e.querySelector(`SupplementalProperty[schemeIdUri="urn:vk-video:dash:first-segment-length-bytes"]`)?.getAttribute(`value`);S={type:`byteRange`,url:m,initRange:r,indexRange:s,firstSegmentLength:c?parseInt(c,10):void 0}}else if(w){let t={representationId:e.getAttribute(`id`)??void 0,bandwidth:e.getAttribute(`bandwidth`)??void 0},n=parseInt(w.getAttribute(`timescale`)??``,10),r=w.getAttribute(`initialization`)??``,i=w.getAttribute(`media`),a=parseInt(w.getAttribute(`startNumber`)??``,10)??1,o=ts(r,t);if(!i)throw ReferenceError(`No media attribute in SegmentTemplate`);let s=w.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=ts(i,T(T({},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=ts(i,T(T({},t),{},{segmentNumber:e.toString(10),segmentTime:r.toString(10)}))}else if(Yo.isNonNullable(g)){let e=parseInt(w.getAttribute(`duration`)??``,10)/n*1e3,r=Math.ceil(g/e),a=0;for(let n=1;n<r;n++){let r=ts(i,T(T({},t),{},{segmentNumber:n.toString(10),segmentTime:a.toString(10)}));c.push({time:{from:a,to:a+e},url:r}),a+=e}d=a,u=ts(i,T(T({},t),{},{segmentNumber:r.toString(10),segmentTime:a.toString(10)}))}S={type:`template`,baseUrl:m,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||!h)continue;let te={video:`video`,audio:`audio`,text:`text`}[t];if(!te)continue;_||=te,b={id:p,kind:te,segmentReference:S,profiles:v,duration:g,bitrate:o,mime:h,codecs:y,width:i,height:a,fps:d,quality:u}}v.language||=r,v.label||=d,v.mime||=h,v.codecs||=y,v.hdr||=_===`video`&&Jo(y),v.representations.push(b)}if(_){let e=r[_].find(e=>e.id===v.id);if(e&&v.representations.every(e=>e.segmentReference.type===`template`))for(let t of e.representations){let e=v.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[_].push(v)}}return{duration:g,streams:r,baseUrls:a,live:h}},rs=require("@vkontakte/videoplayer-shared"),is=require("@vkontakte/videoplayer-shared"),as=require("@vkontakte/videoplayer-shared"),W=require("@vkontakte/videoplayer-shared"),os=require("@vkontakte/videoplayer-shared"),ss=e=>e.valid;class cs{get id(){return this.type}constructor(e,t){this.source=void 0,this.boxParser=void 0,this.type=void 0,this.size=void 0,this.content=void 0,this.valid=void 0,this.children=void 0,this.cursor=0,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 ls extends cs{}var us=require("@vkontakte/videoplayer-shared");class ds extends cs{constructor(e,t){if(super(e,t),this.userData=void 0,!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:us.assertNever(e)}}}class fs extends cs{constructor(e,t){if(super(e,t),this.majorBrand=void 0,this.minorVersion=void 0,this.compatibleBrands=void 0,!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 ps extends cs{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class ms extends cs{constructor(e,t){if(super(e,t),this.version=void 0,this.flags=void 0,!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 hs extends ms{constructor(e,t){super(e,t),this.creationTime=void 0,this.modificationTime=void 0,this.timescale=void 0,this.duration=void 0,this.rate=void 0,this.volume=void 0,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 gs extends cs{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class _s extends cs{constructor(e,t){super(e,t),this.data=void 0,this.data=this.content}}class vs extends ms{get earliestPresentationTime(){return this.earliestPresentationTime32}get firstOffset(){return this.firstOffset32}constructor(e,t){if(super(e,t),this.referenceId=void 0,this.timescale=void 0,this.earliestPresentationTime32=void 0,this.firstOffset32=void 0,this.earliestPresentationTime64=void 0,this.firstOffset64=void 0,this.reserved=void 0,this.referenceCount=void 0,this.segments=void 0,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 ys extends cs{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class bs extends cs{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class xs extends ms{constructor(e,t){if(super(e,t),this.stereoMode=void 0,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 Ss extends ms{constructor(e,t){super(e,t),this.poseYawDegrees=void 0,this.posePitchDegrees=void 0,this.poseRollDegrees=void 0,this.valid&&(this.poseYawDegrees=this.readUint32(),this.posePitchDegrees=this.readUint32(),this.poseRollDegrees=this.readUint32())}}class Cs extends ms{constructor(e,t){super(e,t),this.projectionBoundsTop=void 0,this.projectionBoundsBottom=void 0,this.projectionBoundsLeft=void 0,this.projectionBoundsRight=void 0,this.valid&&(this.projectionBoundsTop=this.readUint32(),this.projectionBoundsBottom=this.readUint32(),this.projectionBoundsLeft=this.readUint32(),this.projectionBoundsRight=this.readUint32())}}class ws extends cs{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class Ts extends ms{constructor(e,t){super(e,t),this.creationTime=void 0,this.modificationTime=void 0,this.trackId=void 0,this.duration=void 0,this.layer=void 0,this.alternateGroup=void 0,this.volume=void 0,this.matrix=void 0,this.width=void 0,this.height=void 0,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 Es extends cs{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class Ds extends cs{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class Os extends ms{constructor(e,t){super(e,t),this.sequenceNumber=void 0,this.valid&&(this.sequenceNumber=this.readUint32())}}class ks extends cs{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class As extends ms{constructor(e,t){super(e,t),this.trackId=void 0,this.baseDataOffset=void 0,this.sampleDescriptionIndex=void 0,this.defaultSampleDuration=void 0,this.defaultSampleSize=void 0,this.defaultSampleFlags=void 0,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 js extends ms{get baseMediaDecodeTime(){return this.version===1?this.baseMediaDecodeTime64:this.baseMediaDecodeTime32}constructor(e,t){super(e,t),this.baseMediaDecodeTime32=0,this.baseMediaDecodeTime64=BigInt(0),this.version===1?this.baseMediaDecodeTime64=this.readUint64():this.baseMediaDecodeTime32=this.readUint32()}}class Ms extends ms{constructor(e,t){super(e,t),this.sampleCount=void 0,this.dataOffset=void 0,this.firstSampleFlags=void 0,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 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 Ns extends cs{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class Ps extends ms{constructor(e,t){super(e,t),this.entryCount=void 0,this.valid&&(this.entryCount=this.readUint32(),this.children=this.scanForBoxes(new DataView(this.content.buffer,this.content.byteOffset+4,this.content.byteLength-4)))}}class Fs extends cs{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 Is={ftyp:fs,moov:ps,mvhd:hs,moof:gs,mdat:_s,sidx:vs,trak:ys,mdia:ws,mfhd:Os,tkhd:Ts,traf:ks,tfhd:As,tfdt:js,trun:Ms,minf:Es,sv3d:bs,st3d:xs,prhd:Ss,proj:Ds,equi:Cs,uuid:ds,stbl:Ns,stsd:Ps,avc1:Fs,unknown:ls};class Ls{constructor(e={}){this.options=void 0,this.options=T({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||!ss(i))break;t.push(i),n+=i.size}return t}createBox(e,t){let n=Is[e];return n?new n(t,new Ls):new ls(t,new Ls)}}class Rs{constructor(e){this.index=void 0,this.index={},this.indexBoxLevel(e)}indexBoxLevel(e){e.forEach(e=>{var t,n;ss(e)&&((t=this.index)[n=e.type]??(t[n]=[]),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 zs=new TextDecoder(`ascii`),Bs={validateData:e=>zs.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 Rs(new Ls().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 vs(e,new Ls),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=r,a=r+e.referencedSize-1,o=e.subsegmentDuration/t.timescale*1e3,s={status:`none`,time:{from:n,to:n+o},byte:{from:i,to:a},size:a-i+1};return n+=o,r+=e.referencedSize,s})},parseFeedableSegmentChunk:(e,t)=>{let n=new Rs(new Ls().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 Rs(new Ls().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 Rs(new Ls().parse(e)),n={},r=t.findAll(`uuid`),i=os.arrayAt(r,-1);return i?{serverDataReceivedTimestamp:i.userData.received,serverDataPreparedTime:i.userData.received}:n},getTimescaleFromIndex:e=>new Rs(new Ls().parse(e)).find(`sidx`)?.timescale},Vs=require("@vkontakte/videoplayer-shared"),Hs=require("@vkontakte/videoplayer-shared"),Us=require("@vkontakte/videoplayer-shared"),Ws={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`}},Gs=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=Ks(e,n),i=r in Ws,a=i?Ws[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=Ks(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}},Ks=(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},qs=(e,t)=>{switch(t){case`int`:return e.getInt8(0);case`uint`:return Ks(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:Us.assertNever(t)}},Js=(e,t)=>{let n=0;for(;n<e.byteLength;){let r=Gs(new DataView(e.buffer,e.byteOffset+n));if(!t(r))return;r.type===`master`&&Js(r.value,t),n=r.value.byteOffset-e.byteOffset+r.valueSize}},Ys=e=>{if(e.getUint32(0)!==440786851)return!1;let t,n,r;return Js(Gs(e).value,({tag:e,type:i,value:a})=>(e===17143?t=qs(a,i):e===17026?n=qs(a,i):e===17029&&(r=qs(a,i)),!0)),(t===void 0||t<=1)&&n!==void 0&&n===`webm`&&(r===void 0||r<=2)},Xs=[357149030,290298740,374648427,174,224,30320,30321,30322,272869232,524531317,475249515,423732329,307544935],Zs=[231,22612,22743,167,171,163,160,175],Qs={validateData:Ys,parseInit:e=>{let t,n,r,i,a=!1,o=!1,s=!1,c,l,u=!1;return Js(e,({tag:e,type:d,value:f,valueSize:p})=>(e===21419?l=Ks(qs(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=qs(f,d):e===17545?i=qs(f,d):e===21420&&l===475249515?c=qs(f,d):e===374648427?Js(f,({tag:e,type:t,value:n})=>e===30321?(u=qs(n,t)===1,!1):!0):a&&o&&Vs.arrayIncludes(Xs,e)&&(s=!0),!s)),Hs.assertNonNullable(t,`Failed to parse webm Segment start`),Hs.assertNonNullable(n,`Failed to parse webm Segment end`),Hs.assertNonNullable(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(Hs.isNullable(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=>Hs.isNonNullable(e.time)&&Hs.isNonNullable(e.position),a=[],o;return Js(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=qs(s,t));break;case 183:break;case 241:o&&(o.position=qs(s,t));break;default:n&&Vs.arrayIncludes(Xs,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],s=t.segmentStart+i,c=o?t.segmentStart+o.position-1:t.segmentEnd-1;return{status:`none`,time:{from:r,to:o?o.time:t.segmentDuration},byte:{from:s,to:c},size:c-s+1}})},parseFeedableSegmentChunk:e=>{let t=0,n=!1;try{Js(e,r=>r.tag===524531317?r.tagSize<=e.byteLength?(t=r.tagSize,!1):(t+=r.tagHeaderSize,!0):Vs.arrayIncludes(Zs,r.tag)?(t+r.tagSize<=e.byteLength&&(t+=r.tagSize,n||=Vs.arrayIncludes([163,160,175],r.tag)),!0):!1)}catch{}return t>0&&t<=e.byteLength&&n?new DataView(e.buffer,e.byteOffset,t):null}},$s=e=>{let t=/^(.+)\/([^;]+)(?:;.*)?$/.exec(e);if(t){let[,e,n]=t;if(e===`audio`||e===`video`)switch(n){case`webm`:return Qs;case`mp4`:return Bs}}throw ReferenceError(`Unsupported mime type ${e}`)},ec=require("@vkontakte/videoplayer-shared"),tc=require("@vkontakte/videoplayer-shared"),nc=({id:e,width:t,height:n,bitrate:r,fps:i,quality:a,streamId:o,tvDisabled:s})=>{let c=(a?yn(a):void 0)??tc.videoSizeToQuality({width:t,height:n});return c&&{id:e,quality:c,bitrate:r,size:{width:t,height:n},fps:i,streamId:o,tvDisabled:s}},rc=({id:e,bitrate:t})=>({id:e,bitrate:t}),ic=({language:e,label:t},{id:n,url:r,isAuto:i})=>({id:n,url:r,isAuto:i,type:`internal`,language:e,label:t}),ac=({language:e,label:t,id:n,url:r,isAuto:i})=>({id:n,url:r,isAuto:i,type:`internal`,language:e,label:t}),oc=({id:e,language:t,label:n,codecs:r,isDefault:i,channels:a})=>({id:e,language:t,label:n,codec:ec.arrayAt(r.split(`.`),0),isDefault:i,channels:a}),sc=({id:e,language:t,label:n,hdr:r,codecs:i})=>({id:e,language:t,hdr:r,label:n,codec:ec.arrayAt(i.split(`.`),0)}),cc=e=>`url`in e,lc=e=>e.type===`template`,uc=(e,t)=>e.reduce((e,n)=>e+Math.max(0,Math.min(n.to,t.to)-Math.max(n.from,t.from)),0),dc=(e,t,n)=>{let r=t.to-t.from;return!Number.isFinite(r)||r<=0?!1:r-uc(e,t)>n};class fc{constructor(e,t,n,{fetcher:r,tracer:i,tuning:a,getCurrentPosition:o,getCurrentStallDuration:s,manifest:c,segmentCacheService:l}){this.error$=new W.Subject,this.playingRepresentation$=new W.ValueSubject(void 0),this.playingRepresentationInit$=new W.ValueSubject(void 0),this.currentSegmentLength$=new W.ValueSubject(0),this.onLastSegment$=new W.ValueSubject(!1),this.fullyBuffered$=new W.ValueSubject(!1),this.kind=void 0,this.nativeBufferManager=void 0,this.fetcher=void 0,this.tracer=void 0,this.tuning=void 0,this.segmentCacheService=void 0,this.representations=void 0,this.playingRepresentationId=void 0,this.downloadingRepresentationId=void 0,this.switchingRepresentationId=void 0,this.initData=new Map,this.initDataPromises=new Map,this.idleCallbacks=new Map,this.parsedInitData=new Map,this.forwardBufferRepresentations=new Map,this.segments=new Map,this.containerParser=void 0,this.bufferPlaybackQueue=[],this.downloadingBufferItems=[],this.preloadOnly=!1,this.forwardBufferTarget=void 0,this.failedDownloads=0,this.lastDataObtainedTimestampMs=0,this.loadByteRangeSegmentsTimeoutId=0,this.currentVirtualBufferSize=0,this.baseUrls=[],this.baseUrlsIndex=0,this.maintainAbortController=new rs.AbortControllerPolyfilled,this.maintainMutexPromise=null,this.bufferClearingMutex=!1,this.abortNativeBufferMutex=!1,this.switchMutex=!1,this.seekMutex=!1,this.destroyAbortController=new rs.AbortControllerPolyfilled,this.switchAbortController=new rs.AbortControllerPolyfilled,this.downloadAbortController=new rs.AbortControllerPolyfilled,this.subscription=new W.Subscription,this.getCurrentPosition=void 0,this.getCurrentStallDuration=void 0,this.brokenSegmentAppendDetected=!1,this.startWith=W.abortable(this.destroyAbortController.signal,function(){var e=E(function*(e){let t=this.representations.get(e);W.assertNonNullable(t,`Cannot find representation ${e}`);let n=this.tracer.createComponentTracer(`startWith`);n.log(`start representation`,W.flattenObject({id:e})),this.playingRepresentationId=e,this.downloadingRepresentationId=e,this.containerParser=$s(t.mime),this.nativeBufferManager.init(t.mime,t.codecs),n.log(`started loadInitIfNeeded`),yield this.loadInitIfNeeded(t,`high`),n.log(`ended loadInitIfNeeded`);let r=this.initData.get(t.id),i=this.segments.get(t.id),a=this.parsedInitData.get(t.id);W.assertNonNullable(r,`No init buffer for starting representation`),W.assertNonNullable(i,`No segments for starting representation`),n.log(`started native buffer init segment append`),yield this.nativeBufferManager.addInitSegment(r),n.log(`ended native buffer init segment append`),this.playingRepresentation$.next(this.playingRepresentationId),this.playingRepresentationInit$.next(a),n.end()});return function(t){return e.apply(this,arguments)}}().bind(this)),this.kind=e,this.nativeBufferManager=t,this.fetcher=r,this.tracer=i.createComponentTracer(`${this.kind} virtualBuffer`),this.tuning=a,this.getCurrentPosition=o,this.getCurrentStallDuration=s,this.forwardBufferTarget=a.dash.forwardBufferTargetAuto,this.baseUrls=c?.baseUrls??[],this.segmentCacheService=l,this.representations=new Map(n.map(e=>[e.id,e]))}switchTo(e,t=`default`){var n=this;return w(function*(){if(e===n.downloadingRepresentationId||e===n.switchingRepresentationId)return;let r=n.tracer.createComponentTracer(`switchTo ${t} ${n.getCurrentPosition()}`);return r.log(`abort previous switchTo`),n.switchAbortController.abort(),n.switchMutex=!1,r.log(`switchMutex released`),n.switchAbortController=new rs.AbortControllerPolyfilled,n.getSwitchWithAbort(r)(e,t)})()}getSwitchWithAbort(e){return W.abortable(this.switchAbortController.signal,function(){var t=E(function*(t,n){if(!W.isNullable(this.downloadingRepresentationId)){this.switchMutex=!0,e.log(`switchMutex captured`);try{e.log(`start`,W.flattenObject({newRepresentationId:t,playingRepresentationId:this.playingRepresentationId,downloadingRepresentationId:this.downloadingRepresentationId,mode:n})),this.switchingRepresentationId=t;let r=this.representations.get(this.downloadingRepresentationId),i=this.representations.get(t);W.assertNonNullable(i,`No such representation ${t}`),W.assertNonNullable(r,`No such representation ${this.downloadingRepresentationId}`),e.log(`abortDownload`),this.abortDownload(),e.log(`start loadInitIfNeeded`),yield this.loadInitIfNeeded(i,`high`),e.log(`ended loadInitIfNeeded`);let a=this.initData.get(i.id),o=this.segments.get(i.id);if(W.isNullable(a)||W.isNullable(o))return;let s=e=>e.segment.bufferStatus!==`fed`,c=e=>{let t=this.representations.get(e.representationId);return W.assertNonNullable(t,`No itemRepresentation for previous track before switch`),e.segment.networkStatus!==`downloaded`||this.forceSwitchCondition(t,i)},l=e=>{switch(n){case`lazy`:return s(e)&&c(e);case`force`:return!0;default:return s(e)}};e.log(`bufferPlaybackQueue before`,W.flattenObject(this.bufferPlaybackQueue)),this.bufferPlaybackQueue.filter(l).forEach(e=>e.segment.bufferStatus=`none`),this.bufferPlaybackQueue=this.bufferPlaybackQueue.filter(e=>!l(e)),e.log(`bufferPlaybackQueue after`,W.flattenObject(this.bufferPlaybackQueue)),this.downloadingRepresentationId=t,this.switchingRepresentationId=null,this.bufferPlaybackQueue.length?(e.log(`switchTo with maintain`),yield this.maintain()):(e.log(`switchTo with seek`),yield this.prepareSeek(),yield this.seek(this.getCurrentPosition()))}finally{this.switchMutex=!1,e.log(`switchMutex released`),e.end()}}});return function(e,n){return t.apply(this,arguments)}}().bind(this))}prepareSeek(){var e=this;return w(function*(){let t=e.tracer.createComponentTracer(`prepareSeek`);e.seekMutex=!0,t.log(`seekMutex captured`),e.maintainAbortController.abort(),e.maintainAbortController=new rs.AbortControllerPolyfilled,e.maintainMutexPromise&&(t.log(`waiting for in-flight maintain`),yield e.maintainMutexPromise,t.log(`in-flight maintain completed`));try{yield e.resetBuffer(t)}catch{t.error(`seekMutex released`),e.seekMutex=!1}t.end()})()}seek(e){var t=this;return w(function*(){let n=t.tracer.createComponentTracer(`seek ${e}`);t.seekMutex=!1,n.log(`seekMutex released`),n.log(`maintain started`),yield t.maintain(e),n.log(`maintain ended`),n.end()})()}maintain(){var e=this;return w(function*(t=this.getCurrentPosition()){if(W.isNullable(t)||e.maintainMutexPromise)return;let{signal:n}=e.maintainAbortController,r;e.maintainMutexPromise=new Promise(e=>r=e);try{if(yield e.verifyBufferPlaybackQueue(t),n.aborted||(e.sanitizeBufferPlaybackQueue()&&e.tracer.createComponentTracer(`sanitizeBufferPlaybackQueue`).end(),yield e.maintainPlaybackBuffer(t),n.aborted)||(yield e.maintainNativeBuffer(n),n.aborted))return;e.actualizeLastSegmentInfo(t)}finally{e.maintainMutexPromise=null,r()}}).apply(this,arguments)}getForwardBufferRepresentations(e=this.getCurrentPosition()){if(this.forwardBufferRepresentations.clear(),W.isNonNullable(e))for(let[t,n]of this.segments.entries())this.forwardBufferRepresentations.set(t,n.filter(t=>t.time.from>=e&&t.time.to<=e+this.forwardBufferTarget));return this.forwardBufferRepresentations}getForwardPlaybackBufferDuration(e=this.getCurrentPosition()){let t=this.bufferPlaybackQueue.filter(e=>e.segment.networkStatus===`downloaded`),n=t[t.length-1],r=W.isNonNullable(e)&&W.isNonNullable(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}abort(){var e=this;return w(function*(){e.abortDownload(),yield e.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.isNullable(this.playingRepresentationId)?0:(this.segments.get(this.playingRepresentationId)?.[0].time.from??0)/1e3}calculateDurationFromSegments(){if(!this.playingRepresentationId)return 0;let e=this.segments.get(this.playingRepresentationId);return(e?is.arrayAt(e,-1)?.time.to:0)||0}getActiveSegmentProgress(){let e;for(let t of this.downloadingBufferItems)t.segment.networkStatus!==`downloading`||W.isNullable(t.startedAtMs)||(!e||t.segment.time.from<e.segment.time.from)&&(e=t);if(!(!e||W.isNullable(e.startedAtMs)))return{startedAtMs:e.startedAtMs,loadedBytes:e.segment.loadedBytes??0,totalBytes:W.isNonNullable(e.segment.size)&&Number.isFinite(e.segment.size)?e.segment.size:void 0,segmentDurationMs:e.segment.time.to-e.segment.time.from}}getMpdSegmentDuration(){for(let e of this.segments.values()){let t=e[0];if(t&&t.time.to>t.time.from)return t.time.to-t.time.from}}get lastDataObtainedTimestamp(){return this.lastDataObtainedTimestampMs}setTarget(e){this.forwardBufferTarget=e}setPreloadOnly(e){this.preloadOnly=e}destroy(){let e=W.getWindow();if(this.initData.clear(),this.initDataPromises.clear(),this.segments.clear(),this.parsedInitData.clear(),this.representations.clear(),this.downloadAbortController.abort(),this.switchAbortController.abort(),this.maintainAbortController.abort(),this.destroyAbortController.abort(),this.subscription.unsubscribe(),e.cancelIdleCallback)for(let t of this.idleCallbacks.values())e.cancelIdleCallback(t);this.idleCallbacks.clear(),j.clearTimeout(this.loadByteRangeSegmentsTimeoutId),this.tracer.log(`destroy`),this.tracer.end()}verifyBufferPlaybackQueue(e){var t=this;return w(function*(){let n=t.getPlaybackBufferState();if(!t.tuning.dash.useBufferQueueVerification||!t.bufferPlaybackQueue.length||W.isNullable(n)||t.withinInterval(e,n)||e<t.tuning.dash.bufferQueueVerificationMinPosition)return;let r=t.tracer.createComponentTracer(`verifyBufferPlaybackQueue `+e);t.tuning.dash.useVirtualBufferImplicitSeek?yield t.resetBuffer(r):(r.log(`reset bufferPlaybackQueue`),t.bufferPlaybackQueue=[]),r.end()})()}sanitizeBufferPlaybackQueue(){let e=!1;return this.bufferPlaybackQueue=this.bufferPlaybackQueue.filter(t=>t.segment.networkStatus===`none`&&t.segment.bufferStatus!==`fed`?(t.segment.bufferStatus=`none`,t.segment.feedingBytes=0,t.segment.fedBytes=0,e=!0,!1):!0),e}forceSwitchCondition(e,t){let n=!0;if(this.kind===`video`){let r=nc(e),i=nc(t);n=W.isNonNullable(r)&&W.isNonNullable(i)&&W.isHigher(i.quality,r.quality)}else if(this.kind===`audio`){let r=rc(e),i=rc(t);n=W.isNonNullable(r?.bitrate)&&W.isNonNullable(i?.bitrate)&&i.bitrate>r.bitrate}return n}clearBuffer(){var e=this;return w(function*(){let t=e.tracer.createComponentTracer(`clearBuffer`);e.bufferClearingMutex=!0,t.log(`bufferClearingMutex captured`);try{t.log(`clearBuffer`,W.flattenObject({queue:e.bufferPlaybackQueue.slice(0,5)})),yield e.nativeBufferManager.clear(e.destroyAbortController.signal),e.bufferPlaybackQueue.forEach(e=>e.segment.bufferStatus=`none`),e.bufferPlaybackQueue=[]}finally{e.bufferClearingMutex=!1,t.log(`bufferClearingMutex released`),t.end()}})()}resetBuffer(e){var t=this;return w(function*(){e?.log(`started abort`),yield t.abort(),e?.log(`started clearBuffer`),yield t.clearBuffer(),e?.log(`ended clearBuffer`)})()}abortDownload(){this.downloadAbortController.abort(),this.downloadAbortController=new rs.AbortControllerPolyfilled,this.abortDownloadingItems()}abortDownloadingItems(){for(let e of this.downloadingBufferItems)e.segment.networkStatus===`downloading`&&(e.segment.networkStatus=`none`,e.segment.loadedBytes=0,e.segment.feedingBytes=0,e.segment.fedBytes=0,e.segment.data=null,e.startedAtMs=void 0);this.downloadingBufferItems=[]}abortNativeBuffer(){var e=this;return w(function*(){let t=e.tracer.createComponentTracer(`abortNativeBuffer`);t.log(`abortNativeBufferMutex captured`),e.abortNativeBufferMutex=!0;try{t.log(`abortNativeBuffer`,W.flattenObject({bufferState:e.nativeBufferManager.getBufferState()}));let n=e.playingRepresentationId&&e.initData.get(e.playingRepresentationId),r=n instanceof ArrayBuffer?n:void 0;return yield e.nativeBufferManager.abortBuffer(r)}finally{e.abortNativeBufferMutex=!1,t.log(`abortNativeBufferMutex released`),t.end()}})()}loadInits(){var e=this;return w(function*(){for(let[t,n]of e.representations)e.idleCallbacks.set(n.id,as.requestIdleCallbackPolyfilled(function(){var t=w(function*(t){return yield e.loadInitIfNeeded(n,`low`,!1)});return function(e){return t.apply(this,arguments)}}()))})()}loadInitIfNeeded(e,t=`auto`,n=!1){var r=this;return w(function*(){let i=r.initDataPromises.get(e.id),a;a=r.initData.has(e.id)&&r.segments.has(e.id)?Promise.resolve():W.isNonNullable(i)?i:r.loadInit(e,t,n),yield a})()}loadInit(e,t=`auto`,n=!1){var r=this;return w(function*(){try{let n=r.tuning.dash.useFetchPriorityHints?t:`auto`,i=r.fetcher.fetchRepresentation(e.segmentReference,r.containerParser,r.downloadAbortController.signal,n,void 0,r.kind);r.initDataPromises.set(e.id,i);let{initMetadata:a,initDataView:o,segments:s,firstSegmentData:c}=(yield i)??{};if(r.initDataPromises.delete(e.id),W.isNullable(o)||W.isNullable(s))return;if(a&&r.parsedInitData.set(e.id,a),c&&s.length>0){let e=s[0];e.data=c,e.networkStatus=`downloaded`,e.loadedBytes=e.size,W.isNonNullable(e.size)&&(r.currentVirtualBufferSize+=e.size)}let l=o.buffer.slice(o.byteOffset,o.byteOffset+o.byteLength);r.initData.set(e.id,l),r.segments.set(e.id,s),r.failedDownloads=0}catch(e){n&&!W.isAbortError(e)&&r.error$.next({id:`LoadInits`,category:W.ErrorCategory.WTF,message:`loadInit threw`,thrown:e})}})()}isMaintainNativeBufferMutexActive(){return this.abortNativeBufferMutex||this.bufferClearingMutex||this.switchMutex||this.seekMutex||this.preloadOnly}maintainNativeBuffer(e){var t=this;return w(function*(){let n=t.getCurrentPosition(),r=t.segments.get(t.downloadingRepresentationId??``),i=r?.[r?.length-1];if(W.isNullable(n)||W.isNullable(i)||t.isMaintainNativeBufferMutexActive())return;let a;try{let r=t.bufferPlaybackQueue.find(e=>t.withinInterval(n,e.segment.time)),o=t.bufferPlaybackQueue.find(e=>e.segment.bufferStatus!==`fed`),s=t.initData.get(o?.representationId??``),c=t.bufferPlaybackQueue[0],l=(t.getCurrentStallDuration()??0)>0;t.tuning.dash.useBufferHoldingOnlyOnStall&&(l&&=n>0);let u=Math.min(t.tuning.dash.minSafeBufferToPlay,i.time.to-n),d=l?t.getForwardPlaybackBufferDuration()>=u:!0;if(W.isNonNullable(s)&&W.isNonNullable(o)&&W.isNonNullable(r)&&t.playingRepresentationId!==o.representationId&&t.withinAppendInterval(n,o.segment.time)&&(o===r||r.segment.bufferStatus===`fed`)&&(a??=t.tracer.createComponentTracer(`native init ${n}`),a.log(`abortNativeBuffer`),yield t.abortNativeBuffer(),a.log(`start addInitSegment`),yield t.nativeBufferManager.addInitSegment(s,e),a.log(`end addInitSegment`),t.playingRepresentationId=o.representationId,t.playingRepresentation$.next(t.playingRepresentationId),a.log(`playingRepresentationId`,W.flattenObject({id:o.representationId}))),e.aborted||(W.isNonNullable(o)&&t.withinAppendInterval(n,o.segment.time)&&d&&(a??=t.tracer.createComponentTracer(`native append ${n}`),o.segment.loadedBytes===o.segment.size&&o.segment.bufferStatus===`none`?(a.log(`started appendSegmentFully`),yield t.appendSegmentFully(o,e),a.log(`ended appendSegmentFully`)):(a.log(`started appendSegmentPartially`),yield t.appendSegmentPartially(o,e),a.log(`ended appendSegmentPartially`))),e.aborted))return;W.isNonNullable(c)&&W.isNonNullable(r)&&t.withinRemoveInterval(n,c.segment.time)&&c.segment.time.to<r.segment.time.from+1&&(a??=t.tracer.createComponentTracer(`native remove ${n}`),a.log(`started removeSegment`),yield t.removeSegment(c,e),a.log(`ended removeSegment`)),a?.log(`currentPosition`,W.flattenObject({currentPosition:n})),a?.log(`currentPlayingItem`,W.flattenObject(r)),a?.log(`nextPlayingItem`,W.flattenObject(o)),a?.log(`nextRemoveItem`,W.flattenObject(c)),a?.log(`queue`,W.flattenObject(t.bufferPlaybackQueue)),a?.log(`buffer`,W.flattenObject(t.nativeBufferManager.getBufferState()??{})),t.pruneVirtualBuffer(n)}finally{a?.end()}})()}maintainPlaybackBuffer(e){var t=this;return w(function*(){W.assertNonNullable(t.downloadingRepresentationId);let n=t.segments.get(t.downloadingRepresentationId),r=t.representations.get(t.downloadingRepresentationId);if(W.isNullable(n)||W.isNullable(r)||t.abortNativeBufferMutex||t.bufferClearingMutex||t.switchMutex||t.seekMutex)return;let i;try{let a=n.find(t=>e>=t.time.from&&e<t.time.to);W.isNonNullable(a)&&isFinite(a.time.from)&&isFinite(a.time.to)&&t.currentSegmentLength$.next(a?.time.to-a.time.from),t.downloadingBufferItems.length?i=t.tracer.createComponentTracer(`playbackMaintain ${e}`):t.downloadingBufferItems=t.selectDownloadingItems(e,n),i?.log(`currentSegment`,W.flattenObject(a)),i?.log(`downloadingBufferItems`,W.flattenObject(t.downloadingBufferItems)),i?.log(`processCachedItems`),t.processCachedItems();let o=t.selectItemsToLoad();i?.log(`itemsToLoad`,W.flattenObject(o));let s=t.getPlaybackBufferState(),c=W.isNullable(s)||!t.withinInterval(e,s),l=t.tuning.dash.useFetchPriorityHints&&c?`high`:`auto`;t.loadItems(o,r,l),i?.log(`items downloaded`,W.flattenObject(o))}finally{i?.end()}})()}actualizeLastSegmentInfo(e){let t=this.segments.get(this.downloadingRepresentationId??``);if(W.isNullable(t)||t.length===0)return;let n=t[t?.length-1];W.isNullable(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){W.assertNonNullable(this.downloadingRepresentationId);let n=this.getPlaybackBufferState(),r,i;if(W.isNonNullable(n)&&this.withinInterval(e,n)){i=this.forwardBufferTarget-this.getForwardPlaybackBufferDuration(e);let n=this.bufferPlaybackQueue[this.bufferPlaybackQueue.length-1];r=t.findIndex(e=>e.time.from>n.segment.time.from+this.tuning.dash.bufferTolerance)}else 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}processCachedItems(){for(let e of this.downloadingBufferItems){if(e.segment.networkStatus!==`downloaded`)break;this.onDownloadItem(e)}}withinInterval(e,{from:t,to:n},r=this.tuning.dash.bufferTolerance,i=0){return W.isNonNullable(e)?e+r>=t&&e-i<n:!1}withinAppendInterval(e,{from:t,to:n}){let{minNativeBufferSize:r,removeTimeShiftFromSegment:i}=this.tuning.dash;return this.withinInterval(e,{from:t,to:n},r,i)}withinRemoveInterval(e,{to:t}){let{removeTimeShiftFromSegment:n}=this.tuning.dash;return W.isNonNullable(e)?e-n>t:!1}getExponentialDownloadDelay(){return W.abortable(this.downloadAbortController.signal,E(function*(){let e=W.getExponentialDelay(this.failedDownloads,this.tuning.downloadBackoff);yield new Promise(t=>{let n=W.getWindow();this.loadByteRangeSegmentsTimeoutId=j.setTimeout(t,e),this.subscription.add(W.fromEvent(n,`online`).pipe(W.once()).subscribe(()=>{t(),j.clearTimeout(this.loadByteRangeSegmentsTimeoutId)}))})}).bind(this))}waitExponentialDownloadDelay(){var e=this;return w(function*(){yield e.getExponentialDownloadDelay()()})()}appendSegmentFully(e,t){var n=this;return w(function*(){W.isNullable(e.segment.data)||(e.segment.feedingBytes=e.segment.size,(yield n.nativeBufferManager.append(e.segment.data,t))&&(e.segment.fedBytes=e.segment.size,n.onItemFullyAppended(e)))})()}appendSegmentPartially(e,t){var n=this;return w(function*(){if(W.isNullable(e.segment.data)||W.isNullable(e.segment.loadedBytes)||W.isNullable(e.segment.feedingBytes)||W.isNullable(e.segment.fedBytes)||W.isNullable(e.segment.size))return;let r=e.segment.data,i=new DataView(r.buffer,r.byteOffset+e.segment.feedingBytes,r.byteLength-e.segment.feedingBytes),a=e.segment.loadedBytes===e.segment.size?i:n.parseFeedableSegmentChunk(i);a?.byteLength&&(e.segment.bufferStatus=`partially_fed`,e.segment.feedingBytes+=a.byteLength,(yield n.nativeBufferManager.append(a,t))&&W.isNonNullable(e.segment.data)&&(e.segment.fedBytes+=a.byteLength,e.segment.fedBytes===e.segment.size&&n.onItemFullyAppended(e)))})()}parseFeedableSegmentChunk(e){return this.containerParser.parseFeedableSegmentChunk(e,!1)}onItemFullyDownloaded(e){e.segment.networkStatus=`downloaded`}onItemFullyAppended(e){e.segment.bufferStatus=`fed`,this.detectBrokenSegmentAppend(e.segment)}detectBrokenSegmentAppend(e){if(!this.tuning.dash.brokenSegmentAppendDetection||this.brokenSegmentAppendDetected)return;let t=this.nativeBufferManager.getBufferState();W.isNullable(t)||dc(t,e.time,this.tuning.dash.brokenSegmentAppendTolerance)&&(this.brokenSegmentAppendDetected=!0,this.error$.next({id:`BrokenSegmentAppend`,category:W.ErrorCategory.FATAL,origin:W.ErrorOrigin.SegmentAppend,message:`Segment [${e.time.from}, ${e.time.to}] is missing from buffer right after append`}))}removeSegment(e,t){var n=this;return w(function*(){let{from:r,to:i}=e.segment.time,a=(i-r)/4;(yield n.nativeBufferManager.remove(0,i-a,t))&&(e.segment.fedBytes=0,e.segment.feedingBytes=0,e.segment.bufferStatus=`none`,n.bufferPlaybackQueue.shift())})()}onDownloadItem(e){if(!this.downloadingBufferItems.find(t=>t===e))return;let t=this.getCurrentPosition();if(this.downloadingBufferItems=this.downloadingBufferItems.filter(t=>t!==e||t.segment.networkStatus!==`downloaded`),this.preloadOnly||W.isNonNullable(t)&&!this.withinRemoveInterval(t,e.segment.time)){if(this.bufferPlaybackQueue.find(t=>t.segment===e.segment))return;let t=this.bufferPlaybackQueue.findIndex(t=>t.segment.time.to>e.segment.time.to);t===-1?this.bufferPlaybackQueue.push(e):this.bufferPlaybackQueue.splice(t,0,e)}}pruneVirtualBuffer(e){let{maxVirtualBufferSize:t,virtualBufferPruneSize:n,bufferPruningSafeZone:r}=this.tuning.dash;if(this.currentVirtualBufferSize<t)return;let i,a=this.currentVirtualBufferSize-t+n;for(let t of this.segments.values())for(let n of t)W.isNonNullable(n.size)&&a>0&&n.time.to<=e-r&&n.bufferStatus===`none`&&n.networkStatus===`downloaded`&&(i??=this.tracer.createComponentTracer(`prune before ${e}`),i.log(`bytesToPrune`,{bytesToPrune:a}),i.log(`prune segment`,W.flattenObject(n)),n.data=null,n.networkStatus=`none`,this.currentVirtualBufferSize-=n.size,a-=n.size);for(let t of this.segments.values())for(let n of[...t].reverse())W.isNonNullable(n.size)&&a>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)&&(i??=this.tracer.createComponentTracer(`prune after ${e}`),i.log(`bytesToPrune`,{bytesToPrune:a}),i.log(`prune segment`,W.flattenObject(n)),n.data=null,n.networkStatus=`none`,this.currentVirtualBufferSize-=n.size,a-=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)}}var pc=require("@vkontakte/videoplayer-shared");class mc extends fc{constructor(e,t,n,r){super(e,t,n,r)}loadItems(e,t,n=`auto`){var r=this;return w(function*(){let{signal:i}=r.downloadAbortController;if(i.aborted||!e.length)return;let a=r.prepareFetchParams(e,t),{url:o}=a,s=te(a,x);if(r.failedDownloads&&(yield r.waitExponentialDownloadDelay()),i.aborted)return;let c=pc.getWindow().performance.now();for(let t of e)t.startedAtMs=c;try{let e=yield r.fetcher.fetch(o,T(T({},s),{},{priority:n}));if(pc.isNullable(e)){if(i.aborted)return;throw Error(`fetcher.fetch returned null`)}r.lastDataObtainedTimestampMs=pc.now(),r.failedDownloads=0}catch(e){pc.isAbortError(e)||(r.abortDownloadingItems(),r.failedDownloads++,r.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],i=r.segment;i.networkStatus=`downloading`,i.loadedBytes=0,i.feedingBytes=0,i.fedBytes=0,n.push(r),e+=i.byte.to+1-i.byte.from,t+=i.time.to+1-i.time.from,a++}return n}prepareFetchParams(e,t){var n=this;if(vi(t.segmentReference))throw Error(`Representation is not byte range type`);let{signal:r}=this.downloadAbortController,i=t.segmentReference.url,a={from:e[0].segment.byte.from,to:e[e.length-1].segment.byte.to},o=function(){var i=w(function*(i,o){if(!r.aborted)try{n.lastDataObtainedTimestampMs=pc.now(),yield n.onSomeDataLoaded({downloadingItems:e,dataView:i,loaded:o,signal:r,globalFrom:a?a.from:0,representationId:t.id})}catch(e){n.error$.next({id:`SegmentFeeding`,category:pc.ErrorCategory.VIDEO_PIPELINE,message:`Error when feeding segments`,thrown:e})}});return function(e,t){return i.apply(this,arguments)}}(),{fetcherBufferOptimisation:s}=this.tuning.dash;return{url:i,range:a,onProgress:o,signal:r,bufferOptimisation:s,kind:this.kind,cacheMetadata:this.buildCacheMetadata(e)}}buildCacheMetadata(e){if(!(!this.segmentCacheService||!e.length))return{segments:e.map(e=>({index:e.segmentIndex,byteRange:{from:e.segment.byte.from,to:e.segment.byte.to}}))}}onSomeDataLoaded({downloadingItems:e,dataView:t,representationId:n,globalFrom:r,loaded:i,signal:a}){var o=this;return w(function*(){let s=o.representations.get(n);if(!(!o.downloadingBufferItems.length||pc.isNullable(s)||pc.isNullable(r)||a.aborted))for(let n of e){let{segment:e}=n,a=e.byte.from-r,s=e.byte.to-r,c=a<i,l=s<=i;!c||pc.isNullable(e.size)||(e.networkStatus===`downloading`&&e.bufferStatus===`none`&&l?(e.data=new DataView(t.buffer,t.byteOffset+a,e.size),o.currentVirtualBufferSize+=e.size,o.onItemFullyDownloaded(n),e.loadedBytes=Math.min(e.size,i-a),o.onDownloadItem(n)):pc.isNonNullable(e.feedingBytes)&&o.tuning.dash.enableSubSegmentBufferFeeding&&e.networkStatus===`downloading`&&(e.loadedBytes=Math.min(e.size,i-a),l&&(o.currentVirtualBufferSize+=e.size,o.onItemFullyDownloaded(n)),e.loadedBytes>e.feedingBytes&&(e.data=new DataView(t.buffer,t.byteOffset+a,e.loadedBytes),o.onDownloadItem(n))))}})()}updateRepresentationBaseUrl(e,t){if(vi(e.segmentReference))throw Error(`Representation is not byte range type`);e.segmentReference.url=t}}var hc=require("@vkontakte/videoplayer-shared");class gc extends fc{constructor(e,t,n,r){super(e,t,n,r)}loadItems(e,t,n=`auto`){var r=this;return w(function*(){let{signal:i}=r.downloadAbortController;if(i.aborted||!e.length)return;let a=r.prepareFetchParams(e,t),{url:o}=a,s=te(a,ee);if(r.failedDownloads&&(yield r.waitExponentialDownloadDelay()),i.aborted)return;let c=hc.getWindow().performance.now();for(let t of e)t.startedAtMs=c;try{let t=yield r.fetcher.fetch(o,T(T({},s),{},{priority:n}));if(r.lastDataObtainedTimestampMs=hc.now(),hc.isNullable(t)){if(i.aborted)return;throw Error(`fetcher.fetch returned null`)}let a=e[0],c=new DataView(t);a.segment.size=c.byteLength,a.segment.loadedBytes=c.byteLength,a.segment.data=c,r.onItemFullyDownloaded(a),r.onDownloadItem(a),r.failedDownloads=0}catch(e){hc.isAbortError(e)||(r.abortDownloadingItems(),r.failedDownloads++,r.updateRepresentationsBaseUrlIfNeeded())}})()}selectItemsToLoad(){let e=this.downloadingBufferItems[0];if(hc.isNullable(e)||e.segment.networkStatus!==`none`)return[];let t=e.segment;return t.networkStatus=`downloading`,t.size=1/0,t.loadedBytes=0,t.feedingBytes=0,t.fedBytes=0,[e]}prepareFetchParams(e,t){var n=this;let r=this.getFetchUrl(e,t).toString(),{signal:i}=this.downloadAbortController;return{url:r,onProgress:function(){var r=w(function*(r,a){if(!i.aborted)try{n.lastDataObtainedTimestampMs=hc.now(),yield n.onSomeDataLoaded({downloadingItems:e,dataView:r,loaded:a,signal:i,representationId:t.id})}catch(e){n.error$.next({id:`SegmentFeeding`,category:hc.ErrorCategory.VIDEO_PIPELINE,message:`Error when feeding segments`,thrown:e})}});return function(e,t){return r.apply(this,arguments)}}(),signal:i,bufferOptimisation:this.tuning.dash.fetcherBufferOptimisation,kind:this.kind}}getFetchUrl(e,t){if(!vi(t.segmentReference))throw Error(`Representation is not template type`);return new URL(e[0].segment.url,t.segmentReference.baseUrl)}onSomeDataLoaded({downloadingItems:e,dataView:t,representationId:n,loaded:r,signal:i}){var a=this;return w(function*(){let o=e[0],{segment:s}=o,c=a.representations.get(n);!a.downloadingBufferItems.length||hc.isNullable(c)||hc.isNullable(s.feedingBytes)||s.networkStatus!==`downloading`||i.aborted||(s.loadedBytes=r,s.loadedBytes>s.feedingBytes&&a.tuning.dash.enableSubSegmentBufferFeeding&&(s.data=new DataView(t.buffer,t.byteOffset,s.loadedBytes),a.onDownloadItem(o)))})()}updateRepresentationBaseUrl(e,t){if(!vi(e.segmentReference))throw Error(`Representation is not template type`);e.segmentReference.baseUrl=t}}var _c=require("@vkontakte/videoplayer-shared"),vc=require("@vkontakte/videoplayer-shared");class yc extends gc{constructor(e,t,n,r){super(e,t,n,r),this.currentLiveSegmentServerLatency$=new vc.ValueSubject(0),this.currentLowLatencySegmentLength$=new vc.ValueSubject(0),this.liveInitialAdditionalOffset=0,this.isSeekingLive=!1,this.isActiveLowLatency=void 0,this.isActiveLowLatency=r.isActiveLowLatency}updateManifest(e){if(!e||[...this.segments.values()].every(e=>!e.length))return;let t=_c.arrayFlatMap(e.streams[this.kind],e=>e.representations);for(let e of t){if(vc.isNullable(e)||!vi(e.segmentReference))return;let t=e.segmentReference.segments.map(e=>T(T({},e),{},{networkStatus:`none`,bufferStatus:`none`,size:void 0})),n=this.segments.get(e.id)??[],r=n.at(-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;vc.assertNonNullable(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=(t==null?void 0:_c.arrayFlatMap(t,e=>e.representations)).find(e=>e.id===this.downloadingRepresentationId);if(vc.isNullable(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(vc.isNullable(this.playingRepresentationId))return 0;let e=this.representations.get(this.playingRepresentationId)?.segmentReference;return vc.isNullable(e)||!vi(e)?0:this.getActualLiveStartingSegments(e)[0].time.from+this.tuning.dash.bufferTolerance}prepareFetchParams(e,t){return T(T({},super.prepareFetchParams(e,t)),{},{isLowLatency:this.isActiveLowLatency()})}onSomeDataLoaded(e){var t=()=>super.onSomeDataLoaded,n=this;return w(function*(){let{downloadingItems:r}=e,i=te(e,S);yield t().call(n,T({downloadingItems:r},i)),n.isActiveLowLatency()&&n.updateLowLatencyItemTime(r[0])})()}onItemFullyDownloaded(e){if(super.onItemFullyDownloaded(e),vc.isNullable(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(vc.isNullable(e.segment.data)||vc.isNullable(n)||!vi(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(!vi(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=ts(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}loadInit(e,t=`auto`,n=!1){var r=this;return w(function*(){try{let n=r.tuning.dash.useFetchPriorityHints?t:`auto`,i=r.fetcher.fetchRepresentation(e.segmentReference,r.containerParser,r.downloadAbortController.signal,n);r.initDataPromises.set(e.id,i);let{initMetadata:a,initDataView:o,segments:s}=(yield i)??{};if(r.initDataPromises.delete(e.id),vc.isNullable(o)||vc.isNullable(s))return;a&&r.parsedInitData.set(e.id,a);let c=r.getActualLiveStartingSegments(e.segmentReference);r.segments.has(e.id)||r.segments.set(e.id,c);let l=o.buffer.slice(o.byteOffset,o.byteOffset+o.byteLength);r.initData.set(e.id,l),r.failedDownloads=0}catch(e){n&&r.error$.next({id:`LoadInits`,category:vc.ErrorCategory.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 bc{static getBufferManager(e,t,n,r){return r.manifest?.live?new yc(e,t,n,r):vi(n[0].segmentReference)?new gc(e,t,n,r):new mc(e,t,n,r)}}var xc=require("@vkontakte/videoplayer-shared"),Sc=require("@vkontakte/videoplayer-shared"),Cc=18,wc=!1;try{wc=N.browser.isSafari&&!!N.browser.safariVersion&&N.browser.safariVersion<=Cc}catch(e){console.error(e)}class Tc{constructor(e){this.bufferFull$=new Sc.Subject,this.error$=new Sc.Subject,this.buffer=void 0,this.queue=[],this.currentTask=null,this.destroyed=!1,this.abortRequested=!1,this.completeTask=()=>{try{if(this.currentTask){let e=this.currentTask.signal?.aborted;this.currentTask.callback(!e),this.currentTask=null}this.queue.length&&this.pull()}catch(e){this.error$.next({id:`BufferTaskQueueUnknown`,category:Sc.ErrorCategory.VIDEO_PIPELINE,message:`Buffer appending or removal failed`,thrown:e})}},this.buffer=e,this.buffer.addEventListener(`updateend`,this.completeTask)}append(e,t){var n=this;return w(function*(){return t&&t.aborted?!1:new Promise(r=>{let i={operation:`append`,data:e,signal:t,callback:r};n.queue.push(i),n.pull()})})()}remove(e,t,n){var r=this;return w(function*(){return n&&n.aborted?!1:new Promise(i=>{let a={operation:`remove`,from:e,to:t,signal:n,callback:i};r.queue.unshift(a),r.pull()})})()}abort(e){var t=this;return w(function*(){return new Promise(n=>{let r,i=e=>{t.abortRequested=!1,n(e)};r=wc&&e?{operation:`safariAbort`,init:e,callback:i}:{operation:`abort`,callback:i},t.currentTask&&=(t.currentTask.callback(!1),null);for(let{callback:e}of t.queue)e(!1);t.abortRequested=!0,r&&(t.queue=[r]),t.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.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:Sc.ErrorCategory.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:Sc.assertNever(t)}}}var Ec=Tc,Dc=(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 Oc{constructor(e){this.error$=new xc.Subject,this.updateEnd$=new xc.ValueSubject(void 0),this.mediaSource=void 0,this.sourceBuffer=void 0,this.sourceBufferTaskQueue=void 0,this.subscription=new xc.Subscription,this.mediaSource=e}init(e,t){this.sourceBuffer=this.mediaSource.addSourceBuffer(`${e}; codecs="${t}"`),this.sourceBufferTaskQueue=new Ec(this.sourceBuffer),this.subscription.add(this.sourceBufferTaskQueue.error$.subscribe(e=>this.error$.next(e))),this.subscription.add(xc.fromEvent(this.sourceBuffer,`error`).subscribe(()=>this.error$.next({id:`SourceBuffer`,category:xc.ErrorCategory.VIDEO_PIPELINE,message:`SourceBuffer Error event fired`}))),this.subscription.add(xc.fromEvent(this.sourceBuffer,`updateend`).subscribe(this.updateEnd$))}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)}clear(e){var t=this;return w(function*(){let n=t.getBufferState();if(xc.isNullable(n))return Promise.resolve(!1);let r=!0;yield t.sourceBufferTaskQueue.abort();for(let i of n)r&&=yield t.sourceBufferTaskQueue.remove(i.from,i.to,e);return r})()}warmUpMediaSource(){!xc.isNullable(this.sourceBuffer)&&!this.sourceBuffer.updating&&(this.sourceBuffer.mode=`segments`)}getBufferState(){if(xc.isNullable(this.sourceBuffer)||!yr(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 xc.isNullable(this.sourceBuffer)||!yr(this.mediaSource,this.sourceBuffer)||!this.sourceBuffer.buffered.length||xc.isNullable(e)?0:Dc(this.sourceBuffer.buffered,e)}abortBuffer(e){var t=this;return w(function*(){return xc.isNullable(t.sourceBuffer)?!1:t.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 kc=require("@vkontakte/videoplayer-shared"),Ac=require("@vkontakte/videoplayer-shared"),jc=e=>{switch(e){case`DASH_SEP`:case`DASH_WEBM`:case`DASH_WEBM_AV1`:case`DASH_ONDEMAND`:case`DASH_STREAMS`:return!0;default:return!1}},Mc=kc.objectValues(Ac.VideoQuality).filter(e=>e!==Ac.VideoQuality.INVARIANT).sort((e,t)=>Ac.isHigher(e,t)?-1:1),Nc=e=>{if(!e||e===Ac.VideoQuality.INVARIANT)return null;let t=Mc.find(t=>Ac.isLower(t,e))??Ac.VideoQuality.Q_1080P;return Ac.isLowerOrEqual(t,Ac.VideoQuality.Q_1080P)?Ac.VideoQuality.Q_1080P:t},Pc=(e,t,n)=>e.category===Ac.ErrorCategory.VIDEO_PIPELINE&&e.id.endsWith(`MediaError#${MediaError.MEDIA_ERR_DECODE}`)&&jc(t)?Nc(n):null,Fc=({height:e},t)=>{let n=`${e}p`;try{return Ac.isHigher(n,t)}catch{return!1}},Ic=(e,t)=>{e.video.forEach(e=>{e.representations.forEach(e=>{e.tvDisabled=e.tvDisabled||Fc(e,t)})})},Lc=(e,t,n)=>{let r=[];for(let i of e.representations){let e=`${i.mime}; codecs="${i.codecs}"`,a=t.canPlayType?.call(t,e),o=!1;switch(n){case`probably`:o=a===`probably`;break;case`maybe`:o=!!a;break}o&&r.push(i)}return r.length?T(T({},e),{},{representations:r}):null},Rc=(e,t,n)=>{let r=[];for(let i of e){let e=Lc(i,t,n);e&&r.push(e)}return r},zc=(e,t)=>{if(!e.length||!t.length)return[];let n=[],r=0,i=0;for(;r<e.length&&i<t.length;){let a=Math.max(e[r].from,t[i].from),o=Math.min(e[r].to,t[i].to);a<o&&n.push({from:a,to:o}),e[r].to<t[i].to?r++:i++}return n},Bc=[`timeupdate`,`progress`,`play`,`seeked`,`stalled`,`waiting`],Vc=[`timeupdate`,`progress`,`loadeddata`,`playing`,`seeked`];class Hc{constructor(e){this.element=null,this.manifestUrlString=``,this.source=null,this.manifest=null,this.tuning=void 0,this.tracer=void 0,this.stallTracer=null,this.forceVideoCodec=void 0,this.stallStartTime=null,this.lastForceSeekTimestamp=null,this.videoBufferManager=void 0,this.audioBufferManager=void 0,this.bufferManagers=[],this.videoNativeBufferManager=void 0,this.audioNativeBufferManager=void 0,this.nativeBufferManagers=[],this.throughputEstimator=void 0,this.subscription=new H.Subscription,this.subscriptionRemovable=new H.SubscriptionRemovable,this.representationSubscription=new H.Subscription,this.fetcher=void 0,this.segmentCacheService=void 0,this.forceEnded$=new H.Subject,this.stallWatchdogSubscription=void 0,this.destroyController=new Ya.AbortControllerPolyfilled,this.state$=new Ot(`none`),this.currentVideoRepresentation$=new H.ValueSubject(void 0),this.currentVideoRepresentationInit$=new H.ValueSubject(void 0),this.currentAudioRepresentation$=new H.ValueSubject(void 0),this.currentVideoSegmentLength$=new H.ValueSubject(0),this.currentAudioSegmentLength$=new H.ValueSubject(0),this.error$=new H.Subject,this.manifestRequested=new H.Subject,this.manifestReceived=new H.Subject,this.firstBytesRequested=new H.Subject,this.firstBytesReceived=new H.Subject,this.lastConnectionType$=new H.ValueSubject(void 0),this.lastConnectionReused$=new H.ValueSubject(void 0),this.lastRequestFirstBytes$=new H.ValueSubject(void 0),this.lastConnectionMetrics$=new H.ValueSubject(void 0),this.lastDownloadMetrics$=new H.ValueSubject(void 0),this.currentLiveTextRepresentation$=new H.ValueSubject(null),this.timeoutSourceOpenId=void 0,this.isLive$=new H.ValueSubject(!1),this.isActiveLive$=new H.ValueSubject(!1),this.isLowLatency$=new H.ValueSubject(!1),this.liveDuration$=new H.ValueSubject(0),this.liveSeekableDuration$=new H.ValueSubject(0),this.liveAvailabilityStartTime$=new H.ValueSubject(0),this.liveStreamStatus$=new H.ValueSubject(void 0),this.currentVideoBuffer$=new H.ValueSubject({from:0,to:0}),this.currentAudioBuffer$=new H.ValueSubject({from:0,to:0}),this.bufferLength$=new H.ValueSubject(0),this.nativeBufferLength$=new H.ValueSubject(0),this.nativeAudioBufferLength$=new H.ValueSubject({from:0,to:0}),this.liveLatency$=new H.ValueSubject(void 0),this.liveLoadBufferLength$=new H.ValueSubject(0),this.livePositionFromPlayer$=new H.ValueSubject(0),this.currentStallDuration$=new H.ValueSubject(0),this.videoLastDataObtainedTimestamp$=new H.ValueSubject(0),this.fetcherRecoverableError$=new H.Subject,this.fetcherError$=new H.Subject,this.updateDurationError$=new H.Subject,this.isOnDemand=!1,this.dashMaxTvVideoQuality=void 0,this.initRepresentations=H.abortable(this.destroyController.signal,function(){var e=E(function*(e,t,n){this.tracer.log(`initRepresentationsStart`,H.flattenObject({initialVideo:e,initialAudio:t,sourceHls:n})),this.representationSubscription.unsubscribe(),this.state$.startTransitionTo(`representations_ready`);let r={fetcher:this.fetcher,tracer:this.tracer,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,segmentCacheService:this.segmentCacheService};this.createBuffers(r,e,t,n),this.initRepresentationSubscriptions(),yield this.waitStreamToOpen(),this.setSourceInitDuration(),this.tuning.audioOnly?H.assertNonNullable(this.audioBufferManager):H.assertNonNullable(this.videoBufferManager);let i=[];e&&i.push(this.videoBufferManager?.startWith(e)??Promise.resolve()),t&&i.push(this.audioBufferManager?.startWith(t)??Promise.resolve()),yield Promise.all(i),this.state$.setState(`representations_ready`),this.tracer.log(`initRepresentationsEnd`)});return function(t,n,r){return e.apply(this,arguments)}}().bind(this)),this.fetchManifest=H.abortable(this.destroyController.signal,E(function*(){try{return yield this.fetcher.fetchManifest(this.manifestUrlString)}catch(e){H.isNullable(this.manifest)&&!this.bufferLength$.getValue()&&this.error$.next({id:`LoadManifest`,category:H.ErrorCategory.NETWORK,message:`Failed to load manifest`,thrown:e})}}).bind(this)),this.throughputEstimator=e.throughputEstimator,this.tuning=e.tuning,this.tracer=e.tracer.createComponentTracer(`DashProviderVirtualPlayer`),this.forceVideoCodec=e.forceVideoCodec,this.isOnDemand=e.isOnDemand||!1,this.dashMaxTvVideoQuality=e.dashMaxTvVideoQuality,this.segmentCacheService=this.tuning.segmentCache.enabled?new Ro(T({},this.tuning.segmentCache)):void 0,this.fetcher=new Bo({throughputEstimator:this.throughputEstimator,requestQuic:this.tuning.requestQuick,compatibilityMode:e.compatibilityMode,tracer:this.tracer,useEnableSubtitlesParam:e.tuning.useEnableSubtitlesParam,measureNonSegmentRequests:e.tuning.throughputEstimator.measureNonSegmentRequests,measureFastSamples:e.tuning.throughputEstimator.measureFastSamples,preloadFirstSegment:e.tuning.dash.preloadFirstSegment,maxQualityForFirstSegmentPreload:e.tuning.dash.maxQualityForFirstSegmentPreload,handleExtendedNetworkErrorsSet:e.tuning.handleExtendedNetworkErrorsSet,segmentCacheService:this.segmentCacheService}),this.subscription.add(this.fetcher.recoverableError$.subscribe(this.fetcherRecoverableError$)),this.subscription.add(this.fetcher.error$.subscribe(this.fetcherError$)),this.initTracerSubscription()}initManifest(e,t,n){var r=this;return w(function*(){r.tracer.log(`initManifest`),r.state$.startTransitionTo(`manifest_ready`),r.element=e,r.manifestUrlString=r.prepareManifestUrlString(t,n),r.manifest=yield r.updateManifest(),!r.tuning.audioOnly&&!r.manifest?.streams.video.length||r.tuning.audioOnly&&!r.manifest?.streams.audio.length?r.error$.next({id:`NoRepresentations`,category:H.ErrorCategory.PARSER,message:`No playable video representations`}):r.state$.setState(`manifest_ready`)})()}initBuffer(){let e=this.tracer.createComponentTracer(`initBuffer`);H.assertNonNullable(this.element),this.state$.setState(`running`),this.subscription.add(H.merge(...Bc.map(e=>H.fromEvent(this.element,e)),H.fromEvent(H.getWindow(),`online`),H.interval(this.tuning.dash.tickMaintainInterval)).subscribe(()=>this.tick(),e=>this.error$.next({id:`DashVKPlayer`,category:H.ErrorCategory.WTF,message:`Internal logic error`,thrown:e}))),e.log(`tick maintain subscription initialized`);let t=[...this.source?.activeSourceBuffers??[]];this.subscription.add(H.merge(...t.map(e=>H.fromEvent(e,`updateend`))).subscribe(e=>this.reinitDecoderIfNeeded())),e.log(`reinit decoder subscription initialized`),this.subscription.add(H.fromEvent(this.element,`waiting`).subscribe(e=>{this.stallWatchdogSubscription&&(this.stallWatchdogSubscription.unsubscribe(),this.subscriptionRemovable.remove(this.stallWatchdogSubscription),this.stallTracer?.end(),this.stallTracer=null);let t=(this.element?.currentTime??0)*1e3;this.stallTracer=this.tracer.createComponentTracer(`stall `+t),this.stallStartTime=H.nowInt(),this.lastForceSeekTimestamp=null,this.stallWatchdogSubscription=H.interval(this.tuning.dash.stallWatchdogInterval).subscribe(()=>this.stallWatchdogIntervalCallback(),e=>this.error$.next({id:`StallWatchdogCallback ${e instanceof Error?e.message:``}`,category:H.ErrorCategory.NETWORK,message:`Can't restore DASH after stall.`,thrown:e,origin:H.ErrorOrigin.Stall})),this.subscriptionRemovable.add(this.stallWatchdogSubscription)})),e.log(`stall subscription initialized`),e.end()}switchRepresentation(e,t,n){var r=this;return w(function*(){return{video:r.videoBufferManager,audio:r.audioBufferManager,text:null}[e]?.switchTo(t,n)})()}seek(e,t=!1){var n=this;return w(function*(){let r=n.tracer.createComponentTracer(`seek `+e);H.assertNonNullable(n.element);let i;i=t||n.element.duration*1e3<=n.tuning.dashSeekInSegmentDurationThreshold||Math.abs(n.element.currentTime*1e3-e)<=n.tuning.dashSeekInSegmentAlwaysSeekDelta?e:Math.max(n.videoBufferManager?.findSegmentStartTime(e)??e,n.audioBufferManager?.findSegmentStartTime(e)??e),n.warmUpMediaSourceIfNeeded(i),r.log(`prepare seek `,{requestedPosition:e,forcePrecise:t}),yield Promise.all([n.videoBufferManager?.prepareSeek(),n.audioBufferManager?.prepareSeek()]),n.element.currentTime=i/1e3,r.log(`set current time to `,{currentTime:i/1e3}),r.log(`seek to `,{position:i}),yield Promise.all([n.videoBufferManager?.seek(i),n.audioBufferManager?.seek(i)]),yield n.reinitDecoderIfNeeded(),r.end()})()}warmUpMediaSourceIfNeeded(e=this.element?.currentTime){H.isNonNullable(this.element)&&H.isNonNullable(this.source)&&H.isNonNullable(e)&&this.isStreamEnded&&this.element.duration*1e3-e>this.tuning.dash.seekBiasInTheEnd&&this.nativeBufferManagers.forEach(e=>e.warmUpMediaSource())}getForwardBufferRepresentations(e){return e===`video`?this.videoBufferManager?.getForwardBufferRepresentations():this.audioBufferManager?.getForwardBufferRepresentations()}getActiveVideoSegmentProgress(){return this.videoBufferManager?.getActiveSegmentProgress()}getMpdVideoSegmentDuration(){return this.videoBufferManager?.getMpdSegmentDuration()}get isStreamEnded(){return this.source?.readyState===`ended`}getStreams(){return this.manifest?.streams}getCodecs(){return this.manifest?.codecs}setBufferTarget(e,t){this.videoBufferManager?.setTarget(e),this.audioBufferManager?.setTarget(t)}getVideoForwardBufferDuration(){return this.videoBufferManager?.getForwardPlaybackBufferDuration()??0}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&&j.clearTimeout(this.timeoutSourceOpenId),this.destroyController.abort(),this.fetcher.destroy(),this.stop(),H.isNonNullable(this.source)&&this.isStreamNotOpen&&Array.from(this.source.sourceBuffers).every(e=>!e.updating)&&this.source.endOfStream(),this.source=null,this.tracer.end()}updateSourceDurationFromSegments(){if(!this.source||this.source.readyState!==`open`||this.isLive$.getValue()||!this.tuning.useDurationFromSegments)return;let e=e=>{this.updateDurationError$.next({id:`updateDuration`,category:H.ErrorCategory.VIDEO_PIPELINE,message:"Duration can`t be updated",thrown:e})};try{if(!this.isAnyBufferUpdating()){this.source.duration=this.calculateDurationFromBuffersSegments()/1e3;return}}catch(t){e(t);return}let t=new H.Subscription;t.add(H.merge(...this.nativeBufferManagers.map(e=>e.updateEnd$)).subscribe(()=>{if(!this.isAnyBufferUpdating()){t.unsubscribe();try{this.source&&(this.source.duration=this.calculateDurationFromBuffersSegments()/1e3)}catch(t){e(t)}}}))}calculateDurationFromBuffersSegments(){return Math.max(this.videoBufferManager?.calculateDurationFromSegments()||0,this.audioBufferManager?.calculateDurationFromSegments()||0)}isAnyBufferUpdating(){return!this.source||this.source.readyState!==`open`?!1:Array.from(this.source.sourceBuffers).some(e=>e.updating)}get isStreamNotOpen(){return this.source?.readyState!==`open`}reinitDecoderIfNeeded(e=!1){var t=this;return w(function*(){let n=t.videoNativeBufferManager?.getBufferState()??[],r=t.audioNativeBufferManager?.getBufferState()??[],i;if(i=H.isNullable(t.videoBufferManager)?r:H.isNullable(t.audioBufferManager)?n:zc(n,r),H.isNullable(t.element)||!i.length)return;let a=t.element.currentTime*1e3;if(t.element.readyState<HTMLMediaElement.HAVE_FUTURE_DATA&&i.some(({from:e,to:n})=>a>=e&&a<=n&&n-e>t.tuning.dash.minNativeBufferSize/2)){t.tracer.log(`reinitDecoderIfNeeded`,H.flattenObject({currentTime:a,force:e,videoBufferIntervals:n,audioBufferIntervals:r})),e?yield t.seek(a):t.element.currentTime=t.element.currentTime;return}})()}stallWatchdogIntervalCallback(){var e=this;return w(function*(){if(H.assertNonNullable(e.element),H.assertNonNullable(e.source),e.isStreamNotOpen)return;if(e.tuning.stallsManager.ignoreStallsOnPause&&e.element.paused){e.stopStallWatchdogSubscription();return}let t=H.nowInt(),n=H.isNonNullable(e.stallStartTime)?t-e.stallStartTime:0;e.currentStallDuration$.next(n),e.stallTracer?.log(`timeInWaiting`,{timeInWaiting:n});let r=e.tuning.dash.stallForceSeekOncePerStall?H.isNullable(e.lastForceSeekTimestamp):H.isNullable(e.lastForceSeekTimestamp)||t-e.lastForceSeekTimestamp>=1e3;if(r&&(e.lastForceSeekTimestamp=t),yield e.reinitDecoderIfNeeded(r),e.isStallExceeded(n))throw e.stallTracer?.log(`stallExceeded`,{timeInWaiting:n}),e.stallTracer?.setSpanAttributes({timeInWaiting:n,unexpectedStall:!0}),e.tuning.dash.tracerResumeOnUnexpectedStall&&e.tracer.resume(),Error(`Stall timeout exceeded: ${n} ms`);yield e.restoreAfterDeepStall()})()}isStallExceeded(e){if(H.isNullable(this.element))return!1;let{crashOnStallTimeout:t,virtualBufferEmptinessTolerance:n}=this.tuning.dash,r=n,i=this.element?this.element.currentTime*1e3:0,a=i-r>0?this.tuning.dash.crashOnStallTWithoutDataTimeout:t,o=H.nowInt(),s=this.videoBufferManager?.lastDataObtainedTimestamp??0;this.videoLastDataObtainedTimestamp$.next(s);let c=this.audioBufferManager?.lastDataObtainedTimestamp??0,l=this.videoNativeBufferManager?.getForwardBufferDuration(i)??0,u=this.audioNativeBufferManager?.getForwardBufferDuration(i)??0,d=H.isNonNullable(this.videoBufferManager)&&l<r&&o-s>a,f=H.isNonNullable(this.audioBufferManager)&&u<r&&o-c>a;return(d||f)&&e>a||e>=t}updateManifest(){var e=this;return w(function*(){e.tracer.log(`updateManifestStart`,{manifestUrl:e.manifestUrlString});let t=yield e.fetchManifest();if(H.isNullable(t))return null;let n=e.parseManifest(t);if(!n)return null;let r=e.getResultManifest(n);return e.tracer.log(`updateManifestEnd`,H.flattenObject(r)),r})()}parseManifest(e){try{return ns(e??``,this.manifestUrlString)}catch(t){let n=Qa(e)??{id:`ManifestParsing`,category:H.ErrorCategory.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)=>{var r,i,a,o;return!!(!((r=this.element)==null||(i=r.canPlayType)==null)&&i.call(r,t)&&!((a=Xe())==null||(o=a.isTypeSupported)==null)&&o.call(a,`${t}; codecs="${n}"`)||e===`text`)},r,i;for(let a of[`video`,`audio`]){let o=e.streams[a],s=this.tuning.dash.checkRepresentationCanPlayType&&this.element?Rc(o,this.element,this.tuning.dash.checkRepresentationCanPlayType):o.filter(({mime:e,codecs:t})=>n(a,e,t));t[a]=s;let c,l;if(a===`audio`)i=Jr(s.map(({codecs:e})=>e)),c=i[0],c&&(t[a]=s.filter(({codecs:e})=>Yr(e)===c));else if(a===`video`){r=Kr(s,{preferHdr:this.tuning.preferHDR});let e=this.forceVideoCodec;l=(e?r.find(t=>t.name===e.name&&t.hdr===e.hdr):void 0)??r[0],l&&(t[a]=s.filter(e=>Yr(e.codecs)===l.name&&!!e.hdr===l.hdr))}if(a===`video`){let{videoStreamRepresentaionsFilter:e}=this.tuning.dash;if(e.length&&Qr(t,e),this.dashMaxTvVideoQuality&&Ic(t,this.dashMaxTvVideoQuality),this.isOnDemand&&this.tuning.dash.filterOnDemandQualityList)for(let e of t.video)e.representations=e.representations.sort((e,t)=>t.height-e.height).filter((e,t)=>t%2==0)}}let a=T(T({},e),{},{streams:t});return a.codecs={video:r,audio:i},a}stopStallWatchdogSubscription(){this.stallWatchdogSubscription?.unsubscribe(),this.stallStartTime=null,this.lastForceSeekTimestamp=null,this.currentStallDuration$.next(0),this.stallTracer?.end(),this.stallTracer=null}createBuffers(e,t,n,r){H.assertNonNullable(this.manifest),H.assertNonNullable(this.element);let i=e=>{this.representationSubscription.add(H.fromEvent(e,`error`).pipe(H.filter(e=>!!this.element?.played.length)).subscribe(e=>{this.error$.next({id:`VideoSource`,category:H.ErrorCategory.VIDEO_PIPELINE,message:`Unexpected video source error`,thrown:e})}))};this.source=$e();let a=H.getWindow().document,o=a.createElement(`source`);if(i(o),o.src=URL.createObjectURL(this.source),this.element.appendChild(o),Ze())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;if(H.isNonNullable(t)){let t=this.manifest.streams.video.reduce((e,t)=>[...e,...t.representations],[]);t.length&&(this.videoNativeBufferManager=new Oc(this.source),this.videoBufferManager=bc.getBufferManager(`video`,this.videoNativeBufferManager,t,e),this.bufferManagers.push(this.videoBufferManager),this.nativeBufferManagers.push(this.videoNativeBufferManager))}if(H.isNonNullable(n)){this.audioNativeBufferManager=new Oc(this.source);let t=this.manifest.streams.audio.reduce((e,t)=>[...e,...t.representations],[]);this.audioBufferManager=bc.getBufferManager(`audio`,this.audioNativeBufferManager,t,e),this.bufferManagers.push(this.audioBufferManager),this.nativeBufferManagers.push(this.audioNativeBufferManager)}}waitStreamToOpen(){var e=this;return w(function*(){if(e.isStreamNotOpen){let t=e.tuning.dash.sourceOpenTimeout>=0;yield new Promise(n=>{t&&(e.timeoutSourceOpenId=j.setTimeout(()=>{if(e.isStreamNotOpen){n();return}e.error$.next({id:`OpenOfStream`,category:H.ErrorCategory.VIDEO_PIPELINE,message:`Failed to open MediaSource`,thrown:Error(`Timeout reject when wait sourceopen event`),traceAsLog:!0})},e.tuning.dash.sourceOpenTimeout)),e.source?.addEventListener(`sourceopen`,()=>{e.timeoutSourceOpenId&&j.clearTimeout(e.timeoutSourceOpenId),n()},{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(H.merge(...this.bufferManagers.map(e=>e.error$)).subscribe(this.error$)),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(H.merge(...Vc.map(e=>H.fromEvent(this.element,e)),H.interval(this.tuning.dash.tickMaintainInterval)).pipe(H.map(e=>this.videoBufferManager?.getPlaybackBufferState()??this.audioBufferManager?.getPlaybackBufferState()),H.filter(H.isNonNullable),H.map(({from:e,to:t})=>({from:e/1e3,to:t/1e3}))).subscribe(this.currentVideoBuffer$)),this.representationSubscription.add(H.merge(...Vc.map(e=>H.fromEvent(this.element,e)),H.interval(this.tuning.dash.tickMaintainInterval)).pipe(H.map(e=>this.audioBufferManager?.getPlaybackBufferState()),H.filter(H.isNonNullable),H.map(({from:e,to:t})=>({from:e/1e3,to:t/1e3}))).subscribe(this.currentAudioBuffer$)),this.representationSubscription.add(H.merge(...Vc.map(e=>H.fromEvent(this.element,e)),H.interval(this.tuning.dash.tickMaintainInterval)).pipe(H.map(e=>Math.min(this.videoBufferManager?.getForwardPlaybackBufferDuration()??1/0,this.audioBufferManager?.getForwardPlaybackBufferDuration()??1/0)),H.filterChanged()).subscribe(this.bufferLength$)),this.representationSubscription.add(this.nativeBufferLength$.pipe(H.filter(e=>e>this.tuning.dash.virtualBufferEmptinessTolerance)).subscribe(()=>this.stopStallWatchdogSubscription()))}initTracerSubscription(){let e=H.getTraceSubscriptionMethod(this.tracer.error.bind(this.tracer));this.subscription.add(this.error$.subscribe(e(`error`,!0)))}tick(){var e=this;return w(function*(){if(H.isNullable(e.element)||e.isStreamNotOpen)return;let t=e.element.currentTime*1e3,n=e.videoNativeBufferManager?.getBufferState()??[],r=e.audioNativeBufferManager?.getBufferState()??[],i=n.find(e=>t>=e.from&&t<=e.to),a=r.find(e=>t>=e.from&&t<=e.to),o=i?i.to-t:0,s=a?a.to-t:1/0;H.isNonNullable(e.videoBufferManager)?e.nativeBufferLength$.next(Math.min(o,s)):H.isNonNullable(e.audioBufferManager)&&e.nativeBufferLength$.next(s),a&&e.nativeAudioBufferLength$.next({from:a.from/1e3,to:a.to/1e3});let c=e.videoBufferManager?.lastDataObtainedTimestamp??0;e.videoLastDataObtainedTimestamp$.next(c),yield Promise.all([e.videoBufferManager?.maintain(),e.audioBufferManager?.maintain()])})()}}var Uc=require("@vkontakte/videoplayer-shared");class Wc extends Hc{constructor(e){super(e)}prepareManifestUrlString(e,t){return e}initRepresentationSubscriptions(){super.initRepresentationSubscriptions(),this.initDisableStallWatchdogSubscription(),this.initEndOfVideoSubscription()}setSourceInitDuration(){Uc.assertNonNullable(this.manifest),Uc.assertNonNullable(this.source);let e=[this.manifest.duration??0,...Ja.arrayFlatMap(Ja.arrayFlatMap([...this.manifest.streams.audio,...this.manifest.streams.video],e=>e.representations),e=>{let t=[];return e.duration&&t.push(e.duration),vi(e.segmentReference)&&e.segmentReference.totalSegmentsDurationMs&&t.push(e.segmentReference.totalSegmentsDurationMs),t})];this.source.duration=Math.max(...e)/1e3}restoreAfterDeepStall(){var e=this;return w(function*(){Uc.assertNonNullable(e.element);let t=e.element.currentTime*1e3;e.stallTracer?.log(`restore maintain`,{position:t}),yield Promise.all([e.videoBufferManager?.maintain(t),e.audioBufferManager?.maintain(t)])})()}initDisableStallWatchdogSubscription(){Uc.assertNonNullable(this.element);let e=Uc.merge(Uc.fromEvent(this.element,`ended`),this.forceEnded$),t=this.nativeBufferLength$.pipe(Uc.filter(e=>e>this.tuning.dash.virtualBufferEmptinessTolerance));this.representationSubscription.add(Uc.merge(e,t).subscribe(e=>this.stopStallWatchdogSubscription()))}initEndOfVideoSubscription(){let e=Uc.merge(...this.bufferManagers.map(e=>e.fullyBuffered$)).pipe(Uc.map(()=>this.bufferManagers.every(e=>e.fullyBuffered$.getValue()))),t=Uc.merge(...this.bufferManagers.map(e=>e.onLastSegment$)).pipe(Uc.map(()=>this.bufferManagers.some(e=>e.onLastSegment$.getValue()))),n=Uc.combine({allBuffersFull:e,someBufferEnded:t}).pipe(Uc.filterChanged(),Uc.map(({allBuffersFull:e,someBufferEnded:t})=>e&&t),Uc.filter(e=>e));this.representationSubscription.add(Uc.merge(this.forceEnded$,n).pipe(Uc.filter(e=>Uc.isNonNullable(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:Uc.ErrorCategory.VIDEO_PIPELINE,message:`Failed to end MediaSource stream`,thrown:e})}}))}}class Gc extends qa{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(li.filterChanged(),li.filter(e=>li.isNonNullable(e))).subscribe(()=>{this.player.updateSourceDurationFromSegments()},r)),this.subscription.add(this.player.currentAudioRepresentation$.pipe(li.filterChanged(),li.filter(e=>li.isNonNullable(e))).subscribe(()=>{this.player.updateSourceDurationFromSegments()},r))}getPlayer(){return new Wc({throughputEstimator:this.params.dependencies.throughputEstimator,tuning:this.params.tuning,compatibilityMode:this.params.source.compatibilityMode,tracer:this.tracer,forceVideoCodec:this.params.forceVideoCodec,isOnDemand:this.params.isOnDemand||!1,dashMaxTvVideoQuality:this.params.dashMaxTvVideoQuality})}seek(e,t){this.params.output.willSeekEvent$.next(),this.player.seek(e,t)}}var Kc=require("@vkontakte/videoplayer-shared"),qc=require("@vkontakte/videoplayer-shared");class Jc{constructor(e){this.prevReported=void 0,this.rawSeries$=void 0,this.smoothedSeries$=void 0,this.reportedSeries$=void 0,this.smoothed=void 0,this.pastMeasures=[],this.takenMeasures=0,this.measuresCursor=0,this.params=void 0,this.smoothed$=void 0,this.debounced$=void 0,this.varianceCoefficient$=void 0,this.params=e,this.pastMeasures=Array(e.deviationDepth),this.smoothed=this.prevReported=e.initial,this.smoothed$=new qc.ValueSubject(e.initial),this.debounced$=new qc.ValueSubject(e.initial),this.varianceCoefficient$=new qc.ValueSubject(0);let t=e.label??`value`+Math.random().toString(16).substring(2,6);this.rawSeries$=new kn(`raw_${t}`),this.smoothedSeries$=new kn(`smoothed_${t}`),this.reportedSeries$=new kn(`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);n>=2&&this.smoothed>0&&this.varianceCoefficient$.next(r/this.smoothed);let 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)&&(qc.isNullable(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 Yc extends Jc{constructor(e){super(e),this.slow=void 0,this.fast=void 0,this.slow=this.fast=e.initial}updateSmoothedValue(e){this.slow=bi(this.slow,e,this.params.emaAlphaSlow),this.fast=bi(this.fast,e,this.params.emaAlphaFast);let t=this.params.fastDirection>0?Math.max:Math.min;this.smoothed=t(this.slow,this.fast)}}class Xc extends Jc{constructor(e){super(e),this.emaSmoothed=void 0,this.emaSmoothed=e.initial}updateSmoothedValue(e){let t=xi(this.pastMeasures,this.takenMeasures);this.emaSmoothed=bi(this.emaSmoothed,e,this.params.emaAlpha);let n=Si(this.pastMeasures,this.takenMeasures,this.measuresCursor-1,this.params.basisTrendChangeCount);this.smoothed=n?this.emaSmoothed:t}}class Zc extends Jc{constructor(e){super(e),this.extremumInterval=void 0,this.furtherValues=[],this.currentTopExtremumValue=0,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?bi(this.smoothed,e,this.params.emaAlpha):e}}class Qc{static getSmoothedValue(e,t,n){return n.type===`TwoEma`?new Yc({initial:e,emaAlphaSlow:n.emaAlphaSlow,emaAlphaFast:n.emaAlphaFast,changeThreshold:n.changeThreshold,fastDirection:t,deviationDepth:n.deviationDepth,deviationFactor:n.deviationFactor,label:`throughput`}):new Xc({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 Zc(T({initial:e,label:`liveEdgeDelay`},t))}}var G=require("@vkontakte/videoplayer-shared"),$c=(e,t)=>{e&&e.playbackRate!==t&&(e.playbackRate=t)},el=require("@vkontakte/videoplayer-shared");class tl{constructor(e,t){this.currentRepresentation$=new el.ValueSubject(null),this.maxRepresentations=4,this.representationsCursor=0,this.representations=[],this.getCurrentPosition=void 0,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(!el.isNullable(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(T(T({},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=tl.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=>tl.filterRepresentations(e.representations))}static filterRepresentations(e){return e?.filter(e=>e.kind===`text`&&`segmentReference`in e&&vi(e.segmentReference))}}class nl extends Hc{constructor(e){super(e),this.liveTextManager=void 0,this.liveStreamEndTimestamp=0,this.liveBuffer=void 0,this.livePauseWatchdogSubscription=void 0,this.liveWasInterrupted=!1,this.liveBuffer=Qc.getLiveBufferSmoothedValue(this.tuning.dashCmafLive.lowLatency.maxTargetOffset,T({},e.tuning.dashCmafLive.lowLatency.bufferEstimator))}seek(e){var t=this;return w(function*(){G.assertNonNullable(t.element),t.updateManifestUrlWithTimeOffset(e),t.manifest=yield t.updateManifest(),yield t.forcePositionToRepresentationInitialTime()})()}initBuffer(){super.initBuffer(),this.forcePositionToRepresentationInitialTime()}forcePositionToRepresentationInitialTime(){var e=()=>super.seek,t=this;return w(function*(){let n=t.videoBufferManager?.getRepresentationInitialTime()??0;yield e().call(t,n,!1)})()}tick(){var e=()=>super.tick,t=this;return w(function*(){yield e().call(t);let n=(t.element?.currentTime??0)*1e3;t.liveTextManager?.maintain(n)})()}setSourceInitDuration(){G.assertNonNullable(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)}restoreAfterDeepStall(){var e=this;return w(function*(){let{liveStallReinitInterval:t}=e.tuning.dash,{keepSilentStallWatchdogWhenNotActive:n}=e.tuning.dashCmafLive,r=e.currentStallDuration$.getValue(),i=e.liveStreamStatus$.getValue()===`active`;if(r%t===0){let t=e.normalizeLiveOffset(-1*e.livePositionFromPlayer$.getValue()*1e3);!i&&n?(e.liveWasInterrupted=!0,e.updateManifestUrlWithTimeOffset(t),e.manifest=yield e.updateManifest(),yield e.forcePositionToRepresentationInitialTime()):e.seek(t).catch(t=>{e.error$.next({id:`stallIntervalCallback`,category:G.ErrorCategory.VIDEO_PIPELINE,message:`stallIntervalCallback failed`,thrown:t})})}})()}updateManifest(){var e=()=>super.updateManifest,t=this;return w(function*(){let n=yield e().call(t);if(G.isNullable(n))return null;if(G.isNullable(n.live))return t.error$.next({id:`ManifestParsing`,category:G.ErrorCategory.PARSER,message:`MPD doesnt contain live section for live stream`}),null;t.isLive$.next(!0);let{availabilityStartTime:r,latestSegmentPublishTime:i,streamIsUnpublished:a,streamIsAlive:o}=n.live,s=(n.duration??0)/1e3;t.liveSeekableDuration$.next(-1*s),t.liveDuration$.next((i-r)/1e3),t.liveAvailabilityStartTime$.next(n.live.availabilityStartTime);let c=`active`;if(o||(c=a?`unpublished`:`unexpectedly_down`),t.liveStreamStatus$.next(c),t.bufferManagers.forEach(e=>e.updateManifest(n)),t.liveTextManager?.updateLive(n),o&&t.liveWasInterrupted){t.liveWasInterrupted=!1,t.stopStallWatchdogSubscription();let e=t.normalizeLiveOffset(-1*t.livePositionFromPlayer$.getValue()*1e3);t.seek(e).catch(e=>{t.error$.next({id:`updateManifest`,category:G.ErrorCategory.VIDEO_PIPELINE,message:`seekLive after stream restore failed`,thrown:e})})}return n})()}prepareManifestUrlString(e,t){return ke(e,t,2)}updateManifestUrlWithTimeOffset(e){let t=this.liveStreamStatus$.getValue()===`active`?0:G.now()-this.liveStreamEndTimestamp,n=this.normalizeLiveOffset(e+t);this.isActiveLive$.next(n===0),this.manifestUrlString=ke(this.manifestUrlString,n,2)}createBuffers(e,t,n,r){G.assertNonNullable(this.manifest),super.createBuffers(e,t,n,r),tl.isSupported(this.manifest.streams.text)&&!this.isLowLatency$.getValue()&&(this.liveTextManager=new tl(this.manifest.streams.text,e))}initRepresentationSubscriptions(){G.assertNonNullable(this.element),G.assertNonNullable(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),G.isNonNullable(this.liveTextManager)&&this.representationSubscription.add(this.liveTextManager.currentRepresentation$.subscribe(this.currentLiveTextRepresentation$))}initStreamDurationOnPauseSubscription(){var e=this;G.assertNonNullable(this.element);let{liveUpdateInterval:t}=this.tuning.dash,n=()=>G.interval(t).subscribe(function(){var n=w(function*(n){let r=Ae(e.manifestUrlString,2);e.manifestUrlString=ke(e.manifestUrlString,r+t,2),e.liveStreamStatus$.getValue()===`active`&&(e.manifest=yield e.updateManifest())});return function(e){return n.apply(this,arguments)}}());this.representationSubscription.add(G.fromEvent(this.element,`pause`).subscribe(e=>{this.livePauseWatchdogSubscription=n(),this.representationSubscription.add(this.livePauseWatchdogSubscription)})),this.representationSubscription.add(G.fromEvent(this.element,`play`).subscribe(e=>this.livePauseWatchdogSubscription?.unsubscribe()))}initLiveDurationSubscriptions(e){this.representationSubscription.add(this.liveDuration$.pipe(G.filterChanged()).subscribe(e=>this.liveStreamEndTimestamp=G.now())),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(G.combine({isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(G.map(({isActiveLive:e,isLowLatency:t})=>e&&t),G.filterChanged(),G.filter(e=>!this.isManualDecreasePlaybackInLive())).subscribe(e=>$c(this.element,1))),this.representationSubscription.add(G.combine({liveBuffer:this.liveBuffer.smoothed$,isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(G.filter(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),$c(this.element,s)}))}initLiveBufferInfoSubscriptions(e,t){this.representationSubscription.add(G.combine({bufferLength:this.bufferLength$,isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(G.filter(({bufferLength:e,isActiveLive:t,isLowLatency:n})=>t&&n&&!!e),G.map(({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(G.combine({isLive:this.isLive$,rtt:this.throughputEstimator.rtt$,bufferLength:this.bufferLength$,segmentServerLatency:e.currentLiveSegmentServerLatency$}).pipe(G.filter(({isLive:e})=>e),G.filterChanged((e,t)=>t.bufferLength<e.bufferLength),G.map(({rtt:e,bufferLength:t,segmentServerLatency:n})=>{let r=Ae(this.manifestUrlString,2);return(e/2+t+n+r)/1e3})).subscribe(this.liveLatency$))}initLiveMaintainSubscription(e){var t=this;let n=0;this.representationSubscription.add(G.combine({liveLoadBufferLength:this.liveLoadBufferLength$,bufferLength:this.bufferLength$}).pipe(G.throttle(this.tuning.dash.liveUpdateInterval)).subscribe(function(){var r=w(function*({liveLoadBufferLength:r,bufferLength:i}){G.assertNonNullable(t.element);let a=t.element.playbackRate,o=Ae(t.manifestUrlString,2),s=Math.abs(t.livePositionFromPlayer$.getValue())*1e3,c=Math.min(s,t.tuning.dashCmafLive.normalizedTargetMinBufferSize*a),l=t.tuning.dashCmafLive.normalizedActualBufferOffset*a,u=t.tuning.dashCmafLive.normalizedLiveMinBufferSize*a,d=isFinite(r)?r:i,f=t.isActiveLive$.getValue()&&t.isLowLatency$.getValue(),p=s<=t.tuning.live.activeLiveDelay;t.isActiveLive$.next(p);let m=`none`;if(f?m=`active_low_latency`:t.isLowLatency$.getValue()&&p?(e.forEach(e=>e.proceedLowLatencyLive()),m=`active_low_latency`):o!==0&&d<c?m=`live_forward_buffering`:d<c+u&&(m=`live_with_target_offset`),isFinite(r)&&(n=r>n?r:n),m===`live_forward_buffering`||m===`live_with_target_offset`){let e=n-(c+l),i=t.normalizeLiveOffset(Math.trunc(o+e/a)),s=Math.abs(i-o),u=0;!r||s<=t.tuning.dashCmafLive.offsetCalculationError?u=o:i>0&&s>t.tuning.dashCmafLive.offsetCalculationError&&(u=i),t.manifestUrlString=ke(t.manifestUrlString,u,2)}(m===`live_with_target_offset`||m===`live_forward_buffering`)&&(n=0,t.manifest=yield t.updateManifest())});return function(e){return r.apply(this,arguments)}}(),e=>{this.error$.next({id:`updateLive`,category:G.ErrorCategory.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 rl extends qa{constructor(e){super(e),this.textTracksManager?.destroy()}getPlayer(){return new nl({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 Kc.ValueSubject(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(Kc.filterChanged()).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(Kc.map(e=>e.to)).subscribe(this.player.isLowLatency$)).add(Kc.combine({liveBufferTime:n.liveBufferTime$,liveAvailabilityStartTime:this.player.liveAvailabilityStartTime$}).pipe(Kc.map(({liveBufferTime:e,liveAvailabilityStartTime:t})=>e&&t?e+t:void 0)).subscribe(n.liveTime$)).add(Kc.combine({liveDuration:this.player.liveDuration$,liveStreamStatus:this.player.liveStreamStatus$,playbackRate:Kc.merge(r.playbackRateState$,new Kc.ValueSubject(1))}).pipe(Kc.filter(({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.allocation.target.paused||Kc.isNullable(i)||(t=e-i)})).add(Kc.combine({time:n.liveBufferTime$,liveDuration:this.player.liveDuration$,playbackRate:Kc.merge(r.playbackRateState$,new Kc.ValueSubject(1))}).pipe(Kc.filterChanged((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.allocation.target.paused&&i>=1-o||Kc.isNullable(e)||Kc.isNullable(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=hi(e);this.params.output.availableTextTracks$.next([t])}})),this.params.tuning.dashCmafLive.externalStopControl||this.subscription.add(this.player.liveStreamStatus$.pipe(Kc.filter(e=>Kc.isNonNullable(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)})}}var K=require("@vkontakte/videoplayer-shared"),il=require("@vkontakte/videoplayer-shared"),al=require("@vkontakte/videoplayer-shared"),ol=(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},q=require("@vkontakte/videoplayer-shared"),sl=require("@vkontakte/videoplayer-shared"),cl=require("@vkontakte/videoplayer-shared"),ll=require("@vkontakte/videoplayer-shared"),ul=require("@vkontakte/videoplayer-shared"),dl=require("@vkontakte/videoplayer-shared"),fl=require("@vkontakte/videoplayer-shared"),pl=require("@vkontakte/videoplayer-shared"),ml=require("@vkontakte/videoplayer-shared"),hl=18,gl=!1;try{gl=N.browser.isSafari&&!!N.browser.safariVersion&&N.browser.safariVersion<=hl}catch(e){console.error(e)}class _l{constructor(e){this.bufferFull$=new ml.Subject,this.error$=new ml.Subject,this.buffer=void 0,this.queue=[],this.currentTask=null,this.destroyed=!1,this.abortRequested=!1,this.completeTask=()=>{try{if(this.currentTask){let e=this.currentTask.signal?.aborted;this.currentTask.callback(!e),this.currentTask=null}this.queue.length&&this.pull()}catch(e){this.error$.next({id:`BufferTaskQueueUnknown`,category:ml.ErrorCategory.VIDEO_PIPELINE,message:`Buffer appending or removal failed`,thrown:e})}},this.buffer=e,this.buffer.addEventListener(`updateend`,this.completeTask)}append(e,t){var n=this;return w(function*(){return t&&t.aborted?!1:new Promise(r=>{let i={operation:`append`,data:e,signal:t,callback:r};n.queue.push(i),n.pull()})})()}remove(e,t,n){var r=this;return w(function*(){return n&&n.aborted?!1:new Promise(i=>{let a={operation:`remove`,from:e,to:t,signal:n,callback:i};r.queue.unshift(a),r.pull()})})()}abort(e){var t=this;return w(function*(){return new Promise(n=>{let r,i=e=>{t.abortRequested=!1,n(e)};r=gl&&e?{operation:`safariAbort`,init:e,callback:i}:{operation:`abort`,callback:i},t.currentTask&&=(t.currentTask.callback(!1),null);for(let{callback:e}of t.queue)e(!1);t.abortRequested=!0,r&&(t.queue=[r]),t.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.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:ml.ErrorCategory.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:ml.assertNever(t)}}}var vl=_l,yl=e=>{let t=[];for(let n=0;n<e.length;n++)t.push({from:e.start(n)*1e3,to:e.end(n)*1e3});return t},J=require("@vkontakte/videoplayer-shared");class bl{constructor(e,t,n,{fetcher:r,tuning:i,getCurrentPosition:a,isActiveLowLatency:o,compatibilityMode:s=!1,manifest:c}){this.currentLiveSegmentServerLatency$=new J.ValueSubject(0),this.currentLowLatencySegmentLength$=new J.ValueSubject(0),this.currentSegmentLength$=new J.ValueSubject(0),this.onLastSegment$=new J.ValueSubject(!1),this.fullyBuffered$=new J.ValueSubject(!1),this.playingRepresentation$=new J.ValueSubject(void 0),this.playingRepresentationInit$=new J.ValueSubject(void 0),this.error$=new J.Subject,this.gaps=[],this.updateEnd$=new J.ValueSubject(void 0),this.subscription=new J.Subscription,this.kind=void 0,this.initData=void 0,this.parsedInitData=void 0,this.representations=void 0,this.segments=void 0,this.segmentIndexMap=new Map,this.allInitsLoaded=!1,this.activeSegments=new Set,this.forwardBufferRepresentations=new Map,this.mediaSource=void 0,this.playingRepresentationId=void 0,this.downloadingRepresentationId=void 0,this.switchingToRepresentationId=void 0,this.sourceBuffer=void 0,this.downloadAbortController=new sl.AbortControllerPolyfilled,this.switchAbortController=new sl.AbortControllerPolyfilled,this.destroyAbortController=new sl.AbortControllerPolyfilled,this.useSmartRepresentationSwitch=!1,this.getCurrentPosition=void 0,this.isActiveLowLatency=void 0,this.tuning=void 0,this.forwardBufferTarget=void 0,this.fetcher=void 0,this.bufferLimit=1/0,this.sourceBufferTaskQueue=void 0,this.gapDetectionIdleCallback=void 0,this.initLoadIdleCallback=void 0,this.failedDownloads=0,this.baseUrls=[],this.baseUrlsIndex=0,this.compatibilityMode=void 0,this.preloadOnly=void 0,this.isLive=!1,this.liveUpdateSegmentIndex=0,this.liveInitialAdditionalOffset=0,this.isSeekingLive=!1,this.index=0,this.lastDataObtainedTimestampMs=0,this.loadByteRangeSegmentsTimeoutId=0,this.preDownloadedFirstSegment=new Map,this.brokenSegmentAppendDetected=!1,this.startWith=J.abortable(this.destroyAbortController.signal,function(){var e=E(function*(e){let t=this.representations.get(e);J.assertNonNullable(t,`Cannot find representation ${e}`),this.playingRepresentationId=e,this.downloadingRepresentationId=e,this.sourceBuffer=this.mediaSource.addSourceBuffer(`${t.mime}; codecs="${t.codecs}"`),this.sourceBufferTaskQueue=new vl(this.sourceBuffer),this.subscription.add(J.fromEvent(this.sourceBuffer,`updateend`).subscribe(this.updateEnd$)),this.subscription.add(J.fromEvent(this.sourceBuffer,`updateend`).subscribe(()=>{this.checkEjectedSegments(),this.maintain()},e=>{let t,n=this.mediaSource.readyState;n!==`open`&&(t={id:`SegmentEjection_source_${n}`,category:J.ErrorCategory.VIDEO_PIPELINE,message:`Error when trying to clear segments ejected by browser`,thrown:e}),t??={id:`SegmentEjection`,category:J.ErrorCategory.VIDEO_PIPELINE,message:`Error when trying to clear segments ejected by browser`,thrown:e},this.error$.next(t)})),this.subscription.add(J.fromEvent(this.sourceBuffer,`error`).subscribe(()=>this.error$.next({id:`SourceBuffer`,category:J.ErrorCategory.VIDEO_PIPELINE,message:`SourceBuffer Error event fired`}))),this.subscription.add(this.sourceBufferTaskQueue.bufferFull$.subscribe(e=>{let t=this.getCurrentPosition();if(!this.sourceBuffer||!t||!yr(this.mediaSource,this.sourceBuffer))return;let n=Math.min(this.bufferLimit,gn(this.sourceBuffer.buffered)*.8);this.bufferLimit=n;let r=this.getForwardBufferDuration(t),i=Math.min(this.forwardBufferTarget,this.bufferLimit)*this.tuning.dash.minSafeBufferThreshold;this.pruneBuffer(t,e*2,r<i).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);J.assertNonNullable(n,`No init buffer for starting representation`),J.assertNonNullable(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))});return function(t){return e.apply(this,arguments)}}().bind(this)),this.switchTo=J.abortable(this.destroyAbortController.signal,function(){var e=E(function*(e,t=!1){if(!yr(this.mediaSource,this.sourceBuffer)||e===this.downloadingRepresentationId||e===this.switchingToRepresentationId)return;this.switchingToRepresentationId=e;let n=this.representations.get(e);J.assertNonNullable(n,`No such representation ${e}`);let r=this.segments.get(e),i=this.initData.get(e);if(J.isNullable(i)||J.isNullable(r)?yield this.loadInit(n,`high`,!1):i instanceof Promise&&(yield i),r=this.segments.get(e),J.assertNonNullable(r,`No segments for starting representation`),i=this.initData.get(e),!(!i||!(i instanceof ArrayBuffer)||!this.sourceBuffer||!yr(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();J.isNonNullable(t)&&!this.isLive&&(this.bufferLimit=1/0,yield this.pruneBuffer(t,1/0,!0)),this.switchingToRepresentationId=void 0,this.downloadingRepresentationId=e}this.maintain()}});return function(t){return e.apply(this,arguments)}}().bind(this)),this.switchToOld=J.abortable(this.destroyAbortController.signal,function(){var e=E(function*(e,t=!1){if(!yr(this.mediaSource,this.sourceBuffer)||e===this.downloadingRepresentationId||e===this.switchingToRepresentationId)return;this.switchingToRepresentationId=e;let n=this.representations.get(e);J.assertNonNullable(n,`No such representation ${e}`);let r=this.segments.get(e),i=this.initData.get(e);if(J.isNullable(i)||J.isNullable(r)?yield this.loadInit(n,`high`,!1):i instanceof Promise&&(yield i),r=this.segments.get(e),J.assertNonNullable(r,`No segments for starting representation`),i=this.initData.get(e),!(!i||!(i instanceof ArrayBuffer)||!this.sourceBuffer||!yr(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();J.isNonNullable(t)&&(!this.isLive&&!this.tuning.dash.useNewRepresentationSwitch&&(this.bufferLimit=1/0,yield this.pruneBuffer(t,1/0,!0)),this.maintain(t)),this.switchingToRepresentationId=void 0,this.downloadingRepresentationId=e}});return function(t){return e.apply(this,arguments)}}().bind(this)),this.seekLive=J.abortable(this.destroyAbortController.signal,function(){var e=E(function*(e){let t=ul.arrayFlatMap(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||!lc(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);J.assertNonNullable(r,`Representation not found by id ${n}`);let i=this.segments.get(n);J.assertNonNullable(i,`No segments for starting representation`);let a=this.initData.get(n);if(J.assertNonNullable(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});return function(t){return e.apply(this,arguments)}}().bind(this)),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}switchToWithPreviousAbort(e,t=!1){if(!yr(this.mediaSource,this.sourceBuffer)||e===this.downloadingRepresentationId||e===this.switchingToRepresentationId)return Promise.resolve();this.switchAbortController.abort(),this.switchAbortController=new sl.AbortControllerPolyfilled;let n=this.switchAbortController.signal;return n.addEventListener(`abort`,()=>{this.switchingToRepresentationId===e&&(this.switchingToRepresentationId=void 0)},{once:!0}),J.abortable(n,function(){var e=E(function*(e,t=!1){this.switchingToRepresentationId=e;let n=this.representations.get(e);J.assertNonNullable(n,`No such representation ${e}`);let r=this.segments.get(e),i=this.initData.get(e);if(J.isNullable(i)||J.isNullable(r)?yield this.loadInit(n,`high`,!1):i instanceof Promise&&(yield i),r=this.segments.get(e),J.assertNonNullable(r,`No segments for starting representation`),i=this.initData.get(e),!(i instanceof ArrayBuffer)||!this.sourceBuffer||!yr(this.mediaSource,this.sourceBuffer)){this.switchingToRepresentationId===e&&(this.switchingToRepresentationId=void 0);return}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();J.isNonNullable(t)&&!this.isLive&&(this.bufferLimit=1/0,yield this.pruneBuffer(t,1/0,!0)),this.downloadingRepresentationId=e,this.switchingToRepresentationId=void 0}this.maintain()});return function(t){return e.apply(this,arguments)}}().bind(this))(e,t)}warmUpMediaSource(){!J.isNullable(this.sourceBuffer)&&!this.sourceBuffer.updating&&(this.sourceBuffer.mode=`segments`)}abort(){var e=this;return w(function*(){for(let t of e.activeSegments)e.abortSegment(t.segment);return e.activeSegments.clear(),e.downloadAbortController.abort(),e.downloadAbortController=new sl.AbortControllerPolyfilled,e.abortBuffer()})()}maintain(e=this.getCurrentPosition()){if(J.isNullable(e)||J.isNullable(this.downloadingRepresentationId)||J.isNullable(this.playingRepresentationId)||J.isNullable(this.sourceBuffer)||!yr(this.mediaSource,this.sourceBuffer)||J.isNonNullable(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(J.assertNonNullable(t,`No such representation ${this.downloadingRepresentationId}`),J.assertNonNullable(n,`No such representation ${this.playingRepresentationId}`),J.isNullable(r)||J.isNullable(i))return;let a=r.find(t=>e>=t.time.from&&e<t.time.to);J.isNonNullable(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=nc(n),s=nc(t),c=this.useSmartRepresentationSwitch&&this.tuning.dash.useNewRepresentationSwitch&&this.tuning.dash.useSmartRepresentationSwitch&&J.isNonNullable(i)&&J.isNonNullable(s)&&J.isHigher(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})).sort((e,t)=>{let n=this.representations.get(e.representationId),r=this.representations.get(t.representationId);if(J.isNullable(n)||J.isNullable(r))return 0;let i=nc(n),a=nc(r);return J.isNullable(i)||J.isNullable(a)?0:J.isHigher(i.quality,a.quality)?-1:1}).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)&&gn(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(cl.arrayIncludes(s,a))e=`high`;else{let t=ll.arrayAt(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=ll.arrayAt(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;J.isNonNullable(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=ul.arrayFlatMap(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}}updateLive(e){if(!e||[...this.segments.values()].every(e=>!e.length))return;let t=ul.arrayFlatMap(e.streams[this.kind],e=>e.representations);for(let e of t){if(!e||!lc(e.segmentReference))return;let t=e.segmentReference.segments.map(e=>T(T({},e),{},{status:`none`,size:void 0})),n=this.segments.get(e.id)??[],r=n.at(-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;J.assertNonNullable(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?ll.arrayAt(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(!lc(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=ts(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.preDownloadedFirstSegment.clear(),this.sourceBufferTaskQueue?.destroy(),this.gapDetectionIdleCallback&&dl.cancelIdleCallbackPolyfilled&&dl.cancelIdleCallbackPolyfilled(this.gapDetectionIdleCallback),this.initLoadIdleCallback&&dl.cancelIdleCallbackPolyfilled&&dl.cancelIdleCallbackPolyfilled(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(),j.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=Math.min(this.forwardBufferTarget,this.bufferLimit),a=e.findIndex(({status:e,time:{from:t,to:a}},o)=>{let s=t>n||t<=n&&a>=n||o===0&&n===0,c=this.preloadOnly&&t<=n+i||r<i&&a-t>=i||a<=n+i;return(e===`none`||e===`partially_ejected`&&s&&c&&this.sourceBuffer&&yr(this.mediaSource,this.sourceBuffer)&&!(ol(this.sourceBuffer.buffered,t)&&ol(this.sourceBuffer.buffered,a)))&&s&&c});if(a===-1)return[];if(t!==`byteRange`)return e.slice(a,a+1);let o=e,s=0,c=0,l=[],u=this.preloadOnly?0:this.tuning.dash.segmentRequestSize,d=this.preloadOnly?this.forwardBufferTarget:0;for(let e=a;e<o.length&&(s<=u||c<=d);e++){let t=o[e];if(s+=t.byte.to+1-t.byte.from,c+=t.time.to+1-t.time.from,t.status===`none`||t.status===`partially_ejected`)l.push(t);else break}return l}loadSegments(e,t,n=`auto`){var r=this;return w(function*(){lc(t.segmentReference)?yield r.loadTemplateSegment(e[0],t,n):yield r.loadByteRangeSegments(e,t,n)})()}loadTemplateSegment(e,t,n=`auto`){var r=this;return w(function*(){e.status=`downloading`;let i={segment:e,loadedBytes:0,feedingBytes:0,fedBytes:0,representationId:t.id,startedAtMs:void 0};r.activeSegments.add(i);let{range:a,url:o,signal:s,onProgress:c,onProgressTasks:l}=r.prepareTemplateFetchSegmentParams(e,t);r.failedDownloads&&s&&(yield J.abortable(s,E(function*(){let e=J.getExponentialDelay(this.failedDownloads,this.tuning.downloadBackoff);yield new Promise(t=>j.setTimeout(()=>t(void 0),e))}).bind(r))(),s.aborted&&r.abortActiveSegments([e])),i.startedAtMs=J.getWindow().performance.now();try{let e=yield r.fetcher.fetch(o,{range:a,signal:s,onProgress:c,priority:n,isLowLatency:r.isActiveLowLatency(),bufferOptimisation:r.tuning.dash.fetcherBufferOptimisation});if(r.lastDataObtainedTimestampMs=J.now(),!e)return;let u=new DataView(e),d=$s(t.mime);if(!isFinite(i.segment.time.to)){let e=t.segmentReference.timescale;i.segment.time.to=d.getChunkEndTime(u,e),i.endTimeDerivedFromChunk=!0}c&&i.feedingBytes&&l?yield Promise.all(l):yield r.sourceBufferTaskQueue.append(u,s);let{serverDataReceivedTimestamp:f,serverDataPreparedTime:p}=d.getServerLatencyTimestamps(u);f&&p&&r.currentLiveSegmentServerLatency$.next(p-f),i.segment.status=`downloaded`,r.onSegmentFullyAppended(i,t.id),r.failedDownloads=0}catch(t){r.abortActiveSegments([e]),J.isAbortError(t)||(r.failedDownloads++,r.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())lc(t.segmentReference)?t.segmentReference.baseUrl=e:t.segmentReference.url=e}feedPreDownloadedFirstSegment(e,t){var n=this;return w(function*(){let r=n.preDownloadedFirstSegment.get(t.id);if(!r)return!1;let i=e[0],a=n.segments.get(t.id);if(J.isNullable(a)||a[0]!==i)return!1;i.status=`downloading`;let o={segment:i,loadedBytes:r.byteLength,feedingBytes:0,fedBytes:0,representationId:t.id,startedAtMs:J.getWindow().performance.now()};n.activeSegments.add(o);let{signal:s}=n.downloadAbortController;return yield n.onSomeByteRangesDataLoaded({dataView:new DataView(r),loaded:r.byteLength,signal:s,globalFrom:i.byte.from,representationId:t.id,onSegmentAppendFailed:()=>n.abort()}),n.preDownloadedFirstSegment.delete(t.id),!0})()}loadByteRangeSegments(e,t,n=`auto`){var r=this;return w(function*(){if(!e.length||((yield r.feedPreDownloadedFirstSegment(e,t))&&(e=e.slice(1)),!e.length))return;let i=[];for(let n of e){n.status=`downloading`;let e={segment:n,loadedBytes:0,feedingBytes:0,fedBytes:0,representationId:t.id,startedAtMs:void 0};r.activeSegments.add(e),i.push(e)}let{range:a,url:o,signal:s,onProgress:c}=r.prepareByteRangeFetchSegmentParams(e,t);r.failedDownloads&&s&&(yield J.abortable(s,E(function*(){let e=J.getExponentialDelay(this.failedDownloads,this.tuning.downloadBackoff);yield new Promise(t=>{this.loadByteRangeSegmentsTimeoutId=j.setTimeout(t,e),J.fromEvent(window,`online`).pipe(J.once()).subscribe(()=>{t(),j.clearTimeout(this.loadByteRangeSegmentsTimeoutId)})})}).bind(r))(),s.aborted&&r.abortActiveSegments(e));let l=J.getWindow().performance.now();for(let e of i)e.startedAtMs=l;try{yield r.fetcher.fetch(o,{range:a,onProgress:c,signal:s,priority:n,bufferOptimisation:r.tuning.dash.fetcherBufferOptimisation,cacheMetadata:r.buildCacheMetadata(e,t)}),r.lastDataObtainedTimestampMs=J.now(),r.failedDownloads=0}catch(t){r.abortActiveSegments(e),J.isAbortError(t)||(r.failedDownloads++,r.updateRepresentationsBaseUrlIfNeeded())}})()}prepareByteRangeFetchSegmentParams(e,t){var n=this;if(lc(t.segmentReference))throw Error(`Representation is not byte range type`);let r=t.segmentReference.url,i={from:ll.arrayAt(e,0).byte.from,to:ll.arrayAt(e,-1).byte.to},{signal:a}=this.downloadAbortController;return{url:r,range:i,signal:a,onProgress:function(){var e=w(function*(e,r){if(!a.aborted)try{n.lastDataObtainedTimestampMs=J.now(),yield n.onSomeByteRangesDataLoaded({dataView:e,loaded:r,signal:a,onSegmentAppendFailed:()=>n.abort(),globalFrom:i?i.from:0,representationId:t.id})}catch(e){n.error$.next({id:`SegmentFeeding`,category:J.ErrorCategory.VIDEO_PIPELINE,message:`Error when feeding segments`,thrown:e})}});return function(t,n){return e.apply(this,arguments)}}()}}buildCacheMetadata(e,t){if(!this.tuning.segmentCache.enabled||!e.length||lc(t.segmentReference))return;let n=this.segmentIndexMap.get(t.id);if(!n)return;let r=[],i=!1;for(let t of e){let e=n.get(t);if(J.isNullable(e)){i=!0;break}r.push({index:e,byteRange:{from:t.byte.from,to:t.byte.to}})}if(!i)return{segments:r}}prepareTemplateFetchSegmentParams(e,t){if(!lc(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=J.now();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:J.ErrorCategory.VIDEO_PIPELINE,message:`Error when feeding segments`,thrown:e})}}:void 0,onProgressTasks:a}}abortActiveSegments(e){for(let t of this.activeSegments)cl.arrayIncludes(e,t.segment)&&this.abortSegment(t.segment)}onSomeTemplateDataLoaded({dataView:e,representationId:t,loaded:n,onSegmentAppendFailed:r,signal:i}){var a=this;return w(function*(){if(!a.activeSegments.size||!yr(a.mediaSource,a.sourceBuffer))return;let o=a.representations.get(t);if(o)for(let s of a.activeSegments){let{segment:c}=s;if(s.representationId===t){if(i.aborted){r();continue}if(s.loadedBytes=n,s.loadedBytes>s.feedingBytes){let t=new DataView(e.buffer,e.byteOffset+s.feedingBytes,s.loadedBytes-s.feedingBytes),n=$s(o.mime).parseFeedableSegmentChunk(t,a.isLive);n?.byteLength&&(c.status=`partially_fed`,s.feedingBytes+=n.byteLength,yield a.sourceBufferTaskQueue.append(n),s.fedBytes+=n.byteLength)}}}})()}onSomeByteRangesDataLoaded({dataView:e,representationId:t,globalFrom:n,loaded:r,signal:i,onSegmentAppendFailed:a}){var o=this;return w(function*(){if(!o.activeSegments.size||!yr(o.mediaSource,o.sourceBuffer))return;let s=o.representations.get(t);if(s)for(let c of o.activeSegments){let{segment:l}=c;if(c.representationId!==t)continue;if(i.aborted){yield a();continue}let u=l.byte.from-n,d=l.byte.to-n,f=d-u+1,p=u<r,m=d<=r;if(!p)continue;let h=$s(s.mime);if(l.status===`downloading`&&m){l.status=`downloaded`;let n=new DataView(e.buffer,e.byteOffset+u,f);(yield o.sourceBufferTaskQueue.append(n,i))&&!i.aborted?o.onSegmentFullyAppended(c,t):yield a()}else if(o.tuning.dash.enableSubSegmentBufferFeeding&&(l.status===`downloading`||l.status===`partially_fed`)&&(c.loadedBytes=Math.min(f,r-u),c.loadedBytes>c.feedingBytes)){let n=new DataView(e.buffer,e.byteOffset+u+c.feedingBytes,c.loadedBytes-c.feedingBytes),r=c.loadedBytes===f?n:h.parseFeedableSegmentChunk(n);r?.byteLength&&(l.status=`partially_fed`,c.feedingBytes+=r.byteLength,(yield o.sourceBufferTaskQueue.append(r,i))&&!i.aborted?(c.fedBytes+=r.byteLength,c.fedBytes===f&&o.onSegmentFullyAppended(c,t)):yield a())}}})()}onSegmentFullyAppended(e,t){if(!(J.isNullable(this.sourceBuffer)||!yr(this.mediaSource,this.sourceBuffer))){this.detectBrokenSegmentAppend(e),!this.isLive&&N.browser.isSafari&&this.tuning.useSafariEndlessRequestBugfix&&(ol(this.sourceBuffer.buffered,e.segment.time.from,100)&&ol(this.sourceBuffer.buffered,e.segment.time.to,100)||this.error$.next({id:`EmptyAppendBuffer`,category:J.ErrorCategory.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`,cc(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])}}detectBrokenSegmentAppend(e){let t=e.segment.time;!this.tuning.dash.brokenSegmentAppendDetection||this.brokenSegmentAppendDetected||e.endTimeDerivedFromChunk||J.isNullable(this.sourceBuffer)||!dc(yl(this.sourceBuffer.buffered),t,this.tuning.dash.brokenSegmentAppendTolerance)||(this.brokenSegmentAppendDetected=!0,this.error$.next({id:`BrokenSegmentAppend`,category:J.ErrorCategory.FATAL,origin:J.ErrorOrigin.SegmentAppend,message:`Segment [${t.from}, ${t.to}] is missing from buffer right after append`}))}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=fl.requestIdleCallbackPolyfilled(()=>pl.promiseFinally(this.loadInit(n,`low`,!1),()=>this.initLoadIdleCallback=null)))}loadInit(e,t=`auto`,n=!1){var r=this;return w(function*(){let i=r.tuning.dash.useFetchPriorityHints?t:`auto`,a=!n&&r.tuning.dash.ignoreNetworkErrorsOnLoadInit,o=(!n&&r.failedDownloads>0?J.abortable(r.destroyAbortController.signal,E(function*(){let e=J.getExponentialDelay(this.failedDownloads,this.tuning.downloadBackoff);yield new Promise(t=>j.setTimeout(()=>t(void 0),e))}).bind(r))():Promise.resolve()).then(()=>r.fetcher.fetchRepresentation(e.segmentReference,$s(e.mime),{priority:i,ignoreNetworkErrors:a,representationHeight:e.height})).then(function(){var t=w(function*(t){if(!t)return;let{init:n,dataView:i,segments:a,firstSegmentData:o}=t,s=i.buffer.slice(i.byteOffset,i.byteOffset+i.byteLength);r.initData.set(e.id,s),o&&r.preDownloadedFirstSegment.set(e.id,o);let c=a;if(r.isLive&&lc(e.segmentReference)&&(c=r.getActualLiveStartingSegments(e.segmentReference)),(!r.isLive||!r.segments.has(e.id))&&(r.segments.set(e.id,c),!lc(e.segmentReference))){let t=new Map;c.forEach((e,n)=>t.set(e,n)),r.segmentIndexMap.set(e.id,t)}n&&r.parsedInitData.set(e.id,n)});return function(e){return t.apply(this,arguments)}}()).then(()=>r.failedDownloads=0,t=>{a||r.initData.set(e.id,null),n&&r.error$.next({id:`LoadInits`,category:J.ErrorCategory.WTF,message:`loadInit threw`,thrown:t})});return r.initData.set(e.id,o),o})()}dropBuffer(){var e=this;return w(function*(){for(let t of e.segments.values())for(let e of t)e.status=`none`;yield e.pruneBuffer(0,1/0,!0)})()}pruneBuffer(e,t,n=!1){var r=this;return w(function*(){if(!r.sourceBuffer||!yr(r.mediaSource,r.sourceBuffer)||!r.playingRepresentationId||J.isNullable(e))return!1;let i=[],a=0,o=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},s=e=>{if(a>=t)return i;i.push(T({},e.time)),i=o(i);let n=cc(e)?e.size??0:e.byte.to-e.byte.from;a+=n};for(let t of r.segments.values())for(let n of t){let t=n.time.to<=e-r.tuning.dash.bufferPruningSafeZone,i=n.time.from>=e+Math.min(r.forwardBufferTarget,r.bufferLimit);(t||i)&&n.status===`fed`&&s(n)}for(let e=0;e<r.sourceBuffer.buffered.length;e++){let t=r.sourceBuffer.buffered.start(e)*1e3,n=r.sourceBuffer.buffered.end(e)*1e3,i=0;for(let e of r.segments.values())for(let r of e)cl.arrayIncludes([`none`,`partially_ejected`],r.status)&&Math.round(r.time.from)<=Math.round(t)&&Math.round(r.time.to)>=Math.round(n)&&i++;i===r.segments.size&&s({time:{from:t,to:n},url:``,status:`none`})}if(i.length&&n){let t=Math.min(r.forwardBufferTarget,r.bufferLimit)*r.tuning.dash.minSafeBufferThreshold;for(let n of r.segments.values())for(let r of n)r.time.from>=e+t&&r.status===`fed`&&s(r)}return i.length?(yield Promise.all(i.map(e=>r.sourceBufferTaskQueue.remove(e.from,e.to)))).reduce((e,t)=>e||t,!1):!1})()}abortBuffer(){var e=this;return w(function*(){if(!e.sourceBuffer||!yr(e.mediaSource,e.sourceBuffer))return!1;let t=e.playingRepresentationId&&e.initData.get(e.playingRepresentationId),n=t instanceof ArrayBuffer?t:void 0;return e.sourceBufferTaskQueue.abort(n)})()}getDebugBufferState(){if(!(!this.sourceBuffer||!yr(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||!yr(this.mediaSource,this.sourceBuffer)||!this.sourceBuffer.buffered.length||J.isNullable(e)?0:Dc(this.sourceBuffer.buffered,e)}getForwardBufferRepresentations(e=this.getCurrentPosition()){if(this.forwardBufferRepresentations.clear(),J.isNonNullable(e))for(let[t,n]of this.segments.entries())this.forwardBufferRepresentations.set(t,n.filter(t=>t.time.from>=e&&t.time.to<=e+this.forwardBufferTarget));return this.forwardBufferRepresentations}getMpdSegmentDuration(){for(let e of this.segments.values()){let t=e[0];if(t&&t.time.to>t.time.from)return t.time.to-t.time.from}}getActiveSegmentProgress(){let e;for(let t of this.activeSegments)J.isNullable(t.startedAtMs)||(!e||t.segment.time.from<e.segment.time.from)&&(e=t);if(!J.isNullable(e?.startedAtMs))return{startedAtMs:e.startedAtMs,loadedBytes:e.loadedBytes,totalBytes:e.segment.size??void 0,segmentDurationMs:e.segment.time.to-e.segment.time.from}}detectGaps(e,t){if(!(!this.sourceBuffer||!yr(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||!yr(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=fl.requestIdleCallbackPolyfilled(()=>{try{this.detectGaps(e,t)}catch(e){this.error$.next({id:`GapDetection`,category:J.ErrorCategory.WTF,message:`detectGaps threw`,thrown:e})}finally{this.gapDetectionIdleCallback=null}})}checkEjectedSegments(){if(J.isNullable(this.sourceBuffer)||!yr(this.mediaSource,this.sourceBuffer)||J.isNullable(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:J.ErrorCategory.VIDEO_PIPELINE,thrown:e,message:`Something went wrong`})}}var xl=require("@vkontakte/videoplayer-shared"),Sl=require("@vkontakte/videoplayer-shared"),Y=require("@vkontakte/videoplayer-shared"),Cl=require("@vkontakte/videoplayer-shared"),wl=new Set([2,3,4,5,6,9,19]),Tl=new Set([1,8,18,21]),El=new Set([10,11,12,13,14,15,16]),Dl=({txtCode:e,error$:t,recoverableError$:n,httpCode:r})=>{let i=parseInt(e);if(isNaN(i))return;let a=T(T({},Ol(i)),{},{httpCode:r,UVBackendErrorCode:e,origin:Cl.ErrorOrigin.SegmentFetcher});if(wl.has(i)){t.next(T(T({},a),{},{category:Cl.ErrorCategory.NETWORK}));return}if(Tl.has(i)){n.next(T(T({},a),{},{category:Cl.ErrorCategory.FATAL,canBeRecoverable:!0}));return}if(El.has(i)){t.next(T(T({},a),{},{category:Cl.ErrorCategory.FATAL}));return}},Ol=e=>{switch(e){case 1:return{id:`VideoDataLinkExpiredError`,message:`Video data links have expired`};case 5:return{id:`VideoServerError`,message:`Server error`};case 8:return{id:`VideoDataLinkBlockedForFloodError`,message:`Url blocked for flood`};case 10:return{id:`UserAgentChange`,message:`User agent changed`};case 11:return{id:`forbiddenReferer`,message:`Forbidden referer`};case 12:case 13:case 14:case 15:case 16:return{id:`OKerror`,message:`Error #${e}`};case 18:return{id:`VideoDataLinkIllegalIpChangeError`,message:`Client IP has changed`};case 21:return{id:`VideoDataLinkIllegalHostChangeError`,message:`Request HOST has changed`};default:return kl(e)}};function kl(e){return{id:`GeneralVideoDataFetchError`,message:`Generic video data fetch error (${e})`}}class Al{constructor({throughputEstimator:e,requestQuic:t,tracer:n,compatibilityMode:r=!1,useEnableSubtitlesParam:i=!1,handleExtendedNetworkErrorsSet:a=!1,measureNonSegmentRequests:o=!1,measureFastSamples:s=!1,preloadFirstSegment:c=!1,maxQualityForFirstSegmentPreload:l=Y.VideoQuality.Q_480P,segmentCacheService:u}){this.throughputEstimator=void 0,this.requestQuic=void 0,this.tracer=void 0,this.manifestRequested$=new Y.Subject,this.firstBytesManifest$=new Y.Subject,this.firstBytesRequested$=new Y.Subject,this.firstBytesReceived$=new Y.Subject,this.lastConnectionType$=new Y.ValueSubject(void 0),this.lastConnectionReused$=new Y.ValueSubject(void 0),this.lastRequestFirstBytes$=new Y.ValueSubject(void 0),this.lastConnectionMetrics$=new Y.ValueSubject(void 0),this.lastDownloadMetrics$=new Y.ValueSubject(void 0),this.recoverableError$=new Y.Subject,this.error$=new Y.Subject,this.abortAllController=new xl.AbortControllerPolyfilled,this.subscription=new Y.SubscriptionRemovable,this.compatibilityMode=void 0,this.useEnableSubtitlesParam=void 0,this.measureNonSegmentRequests=void 0,this.measureFastSamples=void 0,this.preloadFirstSegment=void 0,this.maxQualityForFirstSegmentPreload=void 0,this.segmentCacheService=void 0,this.segmentCache=void 0,this.startupPhase=!0,this.performanceObserver=null,this.pendingConnectionMetrics=new Map,this.handleExtendedNetworkErrorsSet=!1,this.fetchManifest=Y.abortable(this.abortAllController.signal,function(){var e=E(function*(e){let t=this.tracer.createComponentTracer(`FetchManifest`),n=e;this.requestQuic&&(n=to(n)),!this.compatibilityMode&&this.useEnableSubtitlesParam&&(n=ro(n)),this.trackRequestStart(n,performance.now());let r=Y.now();this.manifestRequested$.next();let i=yield this.doFetch(n,{signal:this.abortAllController.signal}).catch(Y.suppressAbort);if(i){let a=Y.now();t.log(`success`,Y.flattenObject({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=yield ne(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)}let l=this.measureFastSamples&&this.isLikelyCacheHitByTtfb(a-r);if(this.measureNonSegmentRequests&&this.startupPhase&&!l&&(this.throughputEstimator?.addRawRtt(a-r),o&&s>0)){let e=Y.now();this.throughputEstimator?.addRawSpeed(s,e-r)}return c}else return t.error(`error`,Y.flattenObject({url:n,message:`No data in request manifest`})),t.end(),null});return function(t){return e.apply(this,arguments)}}().bind(this)),this.fetch=Y.abortable(this.abortAllController.signal,function(){var e=E(function*(e,{rangeMethod:t=+!this.compatibilityMode,range:n,onProgress:r,priority:i=`auto`,signal:a,measureThroughput:o=!0,isLowLatency:s=!1,bufferOptimisation:c=!1,ignoreNetworkErrors:l=!1,cacheMetadata:u}={}){var d;this.firstBytesRequested$.next();let f=null;if(this.segmentCache&&u){try{f=yield ne(this.segmentCache.getCached(e,u))}catch{f=null}if(f?.type===`full_hit`)return this.firstBytesReceived$.next(),this.lastRequestFirstBytes$.next(0),r?.(new DataView(f.data),f.data.byteLength),f.data}let p=f?.type===`partial`?f:null;p&&(p.startBuffer&&(this.firstBytesReceived$.next(),this.lastRequestFirstBytes$.next(0),r?.(new DataView(p.startBuffer.buffer),p.startBuffer.loaded)),n=p.missingRange.range);let m=e,h=new Headers,g=this.tracer.createComponentTracer(`Fetch`);if(n)switch(t){case 0:h.append(`Range`,`bytes=${n.from}-${n.to}`);break;case 1:{let e=new URL(m,Y.getWindow().location.href);e.searchParams.append(`bytes`,`${n.from}-${n.to}`),m=e.toString();break}default:Y.assertNever(t)}this.requestQuic&&(m=to(m));let _=this.abortAllController.signal,v;if(a){let e=new xl.AbortControllerPolyfilled;if(v=Y.merge(Y.fromEvent(this.abortAllController.signal,`abort`),Y.fromEvent(a,`abort`)).subscribe(()=>{try{e.abort()}catch(e){Y.suppressAbort(e)}}),this.subscription.add(v),this.abortAllController.signal.aborted||a.aborted)try{e.abort()}catch(e){Y.suppressAbort(e)}_=e.signal}let y=0,b=Y.now();g.log(`startRequest`,Y.flattenObject({url:m,priority:i,rangeMethod:t,range:n,isLowLatency:s,requestStartedAt:b})),this.trackRequestStart(m,performance.now());let x=yield this.doFetch(m,{priority:i,headers:h,signal:_},{ignoreNetworkErrors:l}),ee=Y.now();if(!x)return g.error(`error`,{message:`No response in request`}),g.end(),this.unsubscribeAbortSubscription(v),null;let S=this.measureFastSamples&&this.isLikelyCacheHitByTtfb(ee-b);if(S||this.throughputEstimator?.addRawRtt(ee-b),!x.ok||!x.body){this.unsubscribeAbortSubscription(v);let e=`Fetch error ${x.status}: ${x.statusText}`;return g.error(`error`,{message:e}),g.end(),Promise.reject(Error(`Fetch error ${x.status}: ${x.statusText}`))}if(this.onHeadersReceived(x.headers),!r&&!o){this.unsubscribeAbortSubscription(v);let t=yield x.arrayBuffer(),n=Y.now();if(this.measureNonSegmentRequests&&this.startupPhase&&!S){let e=x.headers.get(`content-length`),t=e?parseInt(e,10):NaN;Number.isFinite(t)&&t>0&&this.throughputEstimator?.addRawSpeed(t,n-b)}let r={requestStartedAt:b,requestEndedAt:n,duration:n-b};return g.log(`endRequest`,Y.flattenObject(r)),g.end(),p?(this.segmentCache.storeMissing({url:e,missingRange:p.missingRange,networkData:t}),Oo({metadata:u,cached:p.cached,missingRange:p.missingRange,networkData:t})):(u&&this.segmentCache&&t.byteLength>0&&this.segmentCache.storeDownloadedSegments({url:e,buffer:t,segments:u.segments}),t)}let C=x.body;if(o&&!S){this.startupPhase=!1;let e;[C,e]=x.body.tee(),this.throughputEstimator?.trackStream(e,s)}let w=C.getReader(),T,te=parseInt(x.headers.get(`content-length`)??``,10);Number.isFinite(te)&&(T=te),!T&&n&&(T=n.to-n.from+1);let re=(p==null||(d=p.startBuffer)==null?void 0:d.loaded)??0,D=T?new Uint8Array(re+T):new Uint8Array(re);re>0&&p?.startBuffer&&D.set(new Uint8Array(p.startBuffer.buffer),0),y=re;let ie=!1,ae=e=>{this.unsubscribeAbortSubscription(v),ie=!0,Y.suppressAbort(e)},oe=Y.abortable(_,function(){var e=E(function*({done:e,value:t}){if(y===re&&(this.lastRequestFirstBytes$.next(Y.now()-b),this.firstBytesReceived$.next()),_.aborted){this.unsubscribeAbortSubscription(v);return}if(!e&&t){if(c&&T)D.set(t,y),y+=t.byteLength;else{let e=new Uint8Array(D.length+t.length);e.set(D),e.set(t,D.length),D=e,y+=t.byteLength}r?.(new DataView(D.buffer),y),yield w?.read().then(oe,ae)}});return function(t){return e.apply(this,arguments)}}().bind(this));yield w?.read().then(oe,ae),this.unsubscribeAbortSubscription(v);let se=Y.now(),ce={failed:ie,requestStartedAt:b,requestEndedAt:se,duration:se-b};if(ie)return g.error(`endRequest`,Y.flattenObject(ce)),g.end(),null;{let t=y-re;if(t>0){let n={bytes:t,speed:t/((se-b)/1e3)*8/1024,url:e};this.lastDownloadMetrics$.next(n)}if(g.log(`endRequest`,Y.flattenObject(ce)),g.end(),p){let n=p.missingRange.range.to-p.missingRange.range.from+1;if(t<n)throw Error(`Truncated response: got ${t} of ${n} bytes, refusing to poison segment cache`);let i=Oo({metadata:u,cached:p.cached,missingRange:p.missingRange,networkData:D.buffer,networkDataOffset:re});return r?.(new DataView(i),i.byteLength),this.segmentCache.storeMissing({url:e,missingRange:p.missingRange,networkData:D.buffer,networkDataOffset:re}),i}return u&&this.segmentCache&&D.buffer.byteLength>0&&this.segmentCache.storeDownloadedSegments({url:e,buffer:D.buffer,segments:u.segments}),D.buffer}});return function(t){return e.apply(this,arguments)}}().bind(this)),this.fetchByteRangeRepresentation=Y.abortable(this.abortAllController.signal,function(){var e=E(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)));let u=this.preloadFirstSegment&&Y.isNonNullable(e.firstSegmentLength)&&n.priority===`high`&&(n.representationHeight??Y.videoQualityToHeight(Y.VideoQuality.Q_144P))<=Y.videoQualityToHeight(this.maxQualityForFirstSegmentPreload);u&&s&&Y.isNonNullable(l)&&(o=l+e.firstSegmentLength),a=Math.min(a,0);let d=this.segmentCacheService?xo(e.url):``,f=null;if(this.segmentCacheService)try{f=yield ne(this.segmentCacheService.getInitSegment({normalizedUrl:d,rangeType:`init`,range:{from:a,to:o}}))}catch{f=null}let p=f??(yield this.fetch(e.url,T({range:{from:a,to:o},measureThroughput:!1},n)))??null;if(!f&&p&&this.segmentCacheService&&this.segmentCacheService.setSegment({type:`init`,normalizedUrl:d,rangeType:`init`,range:{from:a,to:o},data:p}).catch(()=>{}),!p)return null;let m=new DataView(p,r-a,i-a+1);if(!t.validateData(m))throw Error(`Invalid media file`);let h=t.parseInit(m),g=e.indexRange??t.getIndexRange(h);if(!g)throw ReferenceError(`No way to load representation index`);let _;if(s)_=new DataView(p,g.from-a,g.to-g.from+1);else{let t=null;if(this.segmentCacheService)try{t=yield ne(this.segmentCacheService.getInitSegment({normalizedUrl:d,rangeType:`index`,range:g}))}catch{t=null}let n=t??(yield this.fetch(e.url,{range:g,measureThroughput:!1}))??null;if(!t&&n&&this.segmentCacheService&&this.segmentCacheService.setSegment({type:`init`,normalizedUrl:d,rangeType:`index`,range:g,data:n}).catch(()=>{}),!n)return null;_=new DataView(n)}let v=t.parseSegments(_,h,g),y;if(u&&s&&Y.isNonNullable(l)){let t=l+1-a;t+e.firstSegmentLength<=p.byteLength&&(y=p.slice(t,t+e.firstSegmentLength))}return{init:h,dataView:new DataView(p),segments:v,firstSegmentData:y}});return function(t,n,r){return e.apply(this,arguments)}}().bind(this)),this.fetchTemplateRepresentation=Y.abortable(this.abortAllController.signal,function(){var e=E(function*(e,t){if(e.type!==`template`)return null;let n=new URL(e.initUrl,e.baseUrl).toString(),r=yield this.fetch(n,T({measureThroughput:!1},t));return r?{init:null,segments:e.segments.map(e=>T(T({},e),{},{status:`none`,size:void 0})),dataView:new DataView(r)}:null});return function(t,n){return e.apply(this,arguments)}}().bind(this)),this.throughputEstimator=e,this.requestQuic=t,this.compatibilityMode=r,this.tracer=n.createComponentTracer(`Fetcher`),this.useEnableSubtitlesParam=i,this.handleExtendedNetworkErrorsSet=a,this.measureNonSegmentRequests=o,this.measureFastSamples=s,this.preloadFirstSegment=c,this.maxQualityForFirstSegmentPreload=l,this.segmentCacheService=u,u&&(this.segmentCache=new zo(u)),Y.getWindow().PerformanceObserver&&this.setupPerformanceObserver()}onHeadersReceived(e){let{type:t,reused:n}=no(e);this.lastConnectionType$.next(t),this.lastConnectionReused$.next(n)}setupPerformanceObserver(){this.performanceObserver=new(Y.getWindow()).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 Y.getWindow().navigator))return`unknown`;let e=Y.getWindow().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:Y.ErrorCategory.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})}fetchRepresentation(e,t,n){var r=this;return w(function*(){let{type:i}=e;switch(i){case`byteRange`:return(yield r.fetchByteRangeRepresentation(e,t,n))??null;case`template`:return(yield r.fetchTemplateRepresentation(e,n))??null;default:Y.assertNever(i)}})()}destroy(){this.abortAllController.abort(),this.subscription.unsubscribe(),this.performanceObserver&&=(this.performanceObserver.disconnect(),null),this.pendingConnectionMetrics.clear(),this.segmentCacheService?.destroy(),this.tracer.end()}isLikelyCacheHitByTtfb(e){let t=this.throughputEstimator?.rtt$.getValue()??0;return e<Math.max(t*.5,2)}doFetch(e,t,n){var r=this;return w(function*(){let i=yield Sl.fetchPolyfilled(e,t);if(i.ok)return i;if(n?.ignoreNetworkErrors)return;let a=yield i.text();if(r.handleExtendedNetworkErrorsSet){Dl({txtCode:a,httpCode:i.status,error$:r.error$,recoverableError$:r.recoverableError$});return}let o=parseInt(a);if(!isNaN(o))switch(o){case 1:r.recoverableError$.next({id:`VideoDataLinkExpiredError`,message:`Video data links have expired`,category:Y.ErrorCategory.FATAL,httpCode:i.status,UVBackendErrorCode:a});break;case 8:r.recoverableError$.next({id:`VideoDataLinkBlockedForFloodError`,message:`Url blocked for flood`,category:Y.ErrorCategory.FATAL,httpCode:i.status,UVBackendErrorCode:a});break;case 18:r.recoverableError$.next({id:`VideoDataLinkIllegalIpChangeError`,message:`Client IP has changed`,category:Y.ErrorCategory.FATAL,httpCode:i.status,UVBackendErrorCode:a});break;case 21:r.recoverableError$.next({id:`VideoDataLinkIllegalHostChangeError`,message:`Request HOST has changed`,category:Y.ErrorCategory.FATAL,httpCode:i.status,UVBackendErrorCode:a});break;default:r.error$.next({id:`GeneralVideoDataFetchError`,message:`Generic video data fetch error (${o})`,category:Y.ErrorCategory.FATAL,httpCode:i.status,UVBackendErrorCode:a})}})()}unsubscribeAbortSubscription(e){e&&(e.unsubscribe(),this.subscription.remove(e))}}var jl=require("@vkontakte/videoplayer-shared");class Ml{constructor(e,t){this.currentRepresentation$=new jl.ValueSubject(null),this.maxRepresentations=4,this.representationsCursor=0,this.representations=[],this.getCurrentPosition=void 0,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(!jl.isNullable(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(T(T({},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=Ml.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=>Ml.filterRepresentations(e.representations))}static filterRepresentations(e){return e?.filter(e=>e.kind===`text`&&`segmentReference`in e&&lc(e.segmentReference))}}var Nl=[`timeupdate`,`progress`,`play`,`seeked`,`stalled`,`waiting`],Pl=[`timeupdate`,`progress`,`loadeddata`,`playing`,`seeked`];class Fl{constructor(e){this.element=null,this.manifestUrlString=``,this.source=null,this.manifest=null,this.tuning=void 0,this.tracer=void 0,this.forceVideoCodec=void 0,this.videoBufferManager=void 0,this.audioBufferManager=void 0,this.bufferManagers=[],this.liveTextManager=void 0,this.throughputEstimator=void 0,this.subscription=new q.Subscription,this.subscriptionRemovable=new q.SubscriptionRemovable,this.representationSubscription=new q.Subscription,this.fetcher=void 0,this.segmentCacheService=void 0,this.state$=new Ot(`none`),this.currentVideoRepresentation$=new q.ValueSubject(void 0),this.currentVideoRepresentationInit$=new q.ValueSubject(void 0),this.currentAudioRepresentation$=new q.ValueSubject(void 0),this.currentVideoSegmentLength$=new q.ValueSubject(0),this.currentAudioSegmentLength$=new q.ValueSubject(0),this.error$=new q.Subject,this.manifestRequested$=new q.Subject,this.firstBytesManifest$=new q.Subject,this.manifestReceived$=new q.Subject,this.firstBytesRequested$=new q.Subject,this.firstBytesReceived$=new q.Subject,this.lastConnectionType$=new q.ValueSubject(void 0),this.lastConnectionReused$=new q.ValueSubject(void 0),this.lastRequestFirstBytes$=new q.ValueSubject(void 0),this.lastConnectionMetrics$=new q.ValueSubject(void 0),this.lastDownloadMetrics$=new q.ValueSubject(void 0),this.currentLiveTextRepresentation$=new q.ValueSubject(null),this.timeoutSourceOpenId=void 0,this.isLive$=new q.ValueSubject(!1),this.isActiveLive$=new q.ValueSubject(!1),this.isLowLatency$=new q.ValueSubject(!1),this.liveDuration$=new q.ValueSubject(0),this.liveSeekableDuration$=new q.ValueSubject(0),this.liveAvailabilityStartTime$=new q.ValueSubject(0),this.liveStreamStatus$=new q.ValueSubject(void 0),this.bufferLength$=new q.ValueSubject(0),this.liveLatency$=new q.ValueSubject(void 0),this.liveLoadBufferLength$=new q.ValueSubject(0),this.livePositionFromPlayer$=new q.ValueSubject(0),this.currentStallDuration$=new q.ValueSubject(0),this.videoLastDataObtainedTimestamp$=new q.ValueSubject(0),this.fetcherRecoverableError$=new q.Subject,this.fetcherError$=new q.Subject,this.updateDurationError$=new q.Subject,this.liveStreamEndTimestamp=0,this.liveBuffer=void 0,this.isUpdatingLive=!1,this.isJumpGapAfterSeekLive=!1,this.forceEnded$=new q.Subject,this.gapWatchdogActive=!1,this.gapWatchdogSubscription=void 0,this.stallWatchdogSubscription=void 0,this.livePauseWatchdogSubscription=void 0,this.liveWasInterrupted=!1,this.isOnDemand=!1,this.dashMaxTvVideoQuality=void 0,this.destroyController=new il.AbortControllerPolyfilled,this.initManifest=q.abortable(this.destroyController.signal,function(){var e=E(function*(e,t,n){this.tracer.log(`initManifest`),this.element=e,this.manifestUrlString=ke(t,n,2),this.state$.startTransitionTo(`manifest_ready`),this.manifest=yield this.updateManifest(),!this.tuning.audioOnly&&!this.manifest?.streams.video.length||this.tuning.audioOnly&&!this.manifest?.streams.audio.length?this.error$.next({id:`NoRepresentations`,category:q.ErrorCategory.PARSER,message:`No playable video representations`}):this.state$.setState(`manifest_ready`)});return function(t,n,r){return e.apply(this,arguments)}}().bind(this)),this.updateManifest=q.abortable(this.destroyController.signal,E(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:q.ErrorCategory.NETWORK,message:`Failed to load manifest`,thrown:e})});if(!e)return null;let t=null;try{t=ns(e??``,this.manifestUrlString),this.manifestReceived$.next()}catch(t){let n=Qa(e)??{id:`ManifestParsing`,category:q.ErrorCategory.PARSER,message:`Failed to parse MPD manifest`,thrown:t};this.error$.next(n)}if(!t)return null;let n=(e,t,n)=>{var r,i,a,o;return!!(!((r=this.element)==null||(i=r.canPlayType)==null)&&i.call(r,t)&&!((a=Xe())==null||(o=a.isTypeSupported)==null)&&o.call(a,`${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:q.ErrorCategory.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],s=this.tuning.dash.checkRepresentationCanPlayType&&this.element?Rc(o,this.element,this.tuning.dash.checkRepresentationCanPlayType):o.filter(({mime:t,codecs:r})=>n(e,t,r));r[e]=s;let c,l;if(e===`audio`)a=Jr(s.map(({codecs:e})=>e)),c=a[0],c&&(r[e]=s.filter(({codecs:e})=>Yr(e)===c));else if(e===`video`){i=Kr(s,{preferHdr:this.tuning.preferHDR});let t=this.forceVideoCodec;l=(t?i.find(e=>e.name===t.name&&e.hdr===t.hdr):void 0)??i[0],l&&(r[e]=s.filter(e=>Yr(e.codecs)===l.name&&!!e.hdr===l.hdr))}if(e===`video`){let{videoStreamRepresentaionsFilter:e}=this.tuning.dash;if(e.length&&Qr(r,e),this.dashMaxTvVideoQuality&&Ic(r,this.dashMaxTvVideoQuality),this.isOnDemand&&this.tuning.dash.filterOnDemandQualityList)for(let e of r.video)e.representations=e.representations.sort((e,t)=>t.height-e.height).filter((e,t)=>t%2==0)}}let o=T(T({},t),{},{streams:r});return o.codecs={video:i,audio:a},this.tracer.log(`updateManifestEnd`,q.flattenObject(o)),o}).bind(this)),this.initRepresentations=q.abortable(this.destroyController.signal,function(){var e=E(function*(e,t,n){var r=this;this.tracer.log(`initRepresentationsStart`,q.flattenObject({initialVideo:e,initialAudio:t,sourceHls:n})),q.assertNonNullable(this.manifest),q.assertNonNullable(this.element),this.representationSubscription.unsubscribe(),this.state$.startTransitionTo(`representations_ready`);let i=e=>{this.representationSubscription.add(q.fromEvent(e,`error`).pipe(q.filter(e=>!!this.element?.played.length)).subscribe(e=>{this.error$.next({id:`VideoSource`,category:q.ErrorCategory.VIDEO_PIPELINE,message:`Unexpected video source error`,thrown:e})}))};this.source=$e();let a=document.createElement(`source`);if(i(a),a.src=URL.createObjectURL(this.source),this.element.appendChild(a),Ze())if(n){let e=document.createElement(`source`);i(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 o={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};if(this.bufferManagers=[],q.isNonNullable(e)){let e=this.manifest.streams.video.reduce((e,t)=>[...e,...t.representations],[]);e.length&&(this.videoBufferManager=new bl(`video`,this.source,e,o),this.bufferManagers.push(this.videoBufferManager))}if(q.isNonNullable(t)){let e=this.manifest.streams.audio.reduce((e,t)=>[...e,...t.representations],[]);this.audioBufferManager=new bl(`audio`,this.source,e,o),this.bufferManagers.push(this.audioBufferManager)}if(Ml.isSupported(this.manifest.streams.text)&&!this.isLowLatency$.getValue()&&(this.liveTextManager=new Ml(this.manifest.streams.text,o)),this.representationSubscription.add(this.fetcher.lastRequestFirstBytes$.subscribe(this.lastRequestFirstBytes$)),this.representationSubscription.add(q.merge(...Pl.map(e=>q.fromEvent(this.element,e))).pipe(q.map(e=>this.element?Dc(this.element.buffered,this.element.currentTime*1e3):0),q.filterChanged(),q.tap(e=>{e>this.tuning.dash.bufferEmptinessTolerance&&this.stopStallWatchdogSubscription()})).subscribe(this.bufferLength$)),this.representationSubscription.add(q.merge(q.fromEvent(this.element,`ended`),this.forceEnded$).subscribe(()=>{this.stopStallWatchdogSubscription()})),this.isLive$.getValue()){this.subscription.add(this.liveDuration$.pipe(q.filterChanged()).subscribe(e=>this.liveStreamEndTimestamp=q.now())),this.subscription.add(q.fromEvent(this.element,`pause`).subscribe(()=>{let{liveUpdateInterval:e}=this.tuning.dash;this.livePauseWatchdogSubscription=q.interval(e).subscribe(t=>{let n=Ae(this.manifestUrlString,2);this.manifestUrlString=ke(this.manifestUrlString,n+e,2),this.liveStreamStatus$.getValue()===`active`&&this.updateManifest()}),this.subscription.add(this.livePauseWatchdogSubscription)})).add(q.fromEvent(this.element,`play`).subscribe(e=>this.livePauseWatchdogSubscription?.unsubscribe())),this.representationSubscription.add(q.combine({isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(q.map(({isActiveLive:e,isLowLatency:t})=>e&&t),q.filterChanged()).subscribe(e=>{this.isManualDecreasePlaybackInLive()||$c(this.element,1)})),this.representationSubscription.add(q.combine({bufferLength:this.bufferLength$,isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(q.filter(({bufferLength:e,isActiveLive:t,isLowLatency:n})=>t&&n&&!!e)).subscribe(({bufferLength:e})=>this.liveBuffer.next(e))),this.videoBufferManager&&(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(q.combine({isLive:this.isLive$,rtt:this.throughputEstimator.rtt$,bufferLength:this.bufferLength$,segmentServerLatency:this.videoBufferManager.currentLiveSegmentServerLatency$}).pipe(q.filter(({isLive:e})=>e),q.filterChanged((e,t)=>t.bufferLength<e.bufferLength),q.map(({rtt:e,bufferLength:t,segmentServerLatency:n})=>{let r=Ae(this.manifestUrlString,2);return(e/2+t+n+r)/1e3})).subscribe(this.liveLatency$))),this.representationSubscription.add(q.combine({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),$c(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(q.combine({liveLoadBufferLength:this.liveLoadBufferLength$,bufferLength:this.bufferLength$}).pipe(q.throttle(this.tuning.dash.liveUpdateInterval)).subscribe(function(){var t=w(function*({liveLoadBufferLength:t,bufferLength:n}){if(!r.element||r.isUpdatingLive)return;let i=r.element.playbackRate,a=Ae(r.manifestUrlString,2),o=Math.abs(r.livePositionFromPlayer$.getValue())*1e3,s=Math.min(o,r.tuning.dashCmafLive.normalizedTargetMinBufferSize*i),c=r.tuning.dashCmafLive.normalizedActualBufferOffset*i,l=r.tuning.dashCmafLive.normalizedLiveMinBufferSize*i,u=isFinite(t)?t:n,d=r.isActiveLive$.getValue()&&r.isLowLatency$.getValue(),f=o<=r.tuning.live.activeLiveDelay;r.isActiveLive$.next(f);let p=`none`;if(d?p=`active_low_latency`:r.isLowLatency$.getValue()&&f?(r.bufferManagers.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(t)&&(e=t>e?t:e),p===`live_forward_buffering`||p===`live_with_target_offset`){let n=e-(s+c),o=r.normalizeLiveOffset(Math.trunc(a+n/i)),l=Math.abs(o-a),u=0;!t||l<=r.tuning.dashCmafLive.offsetCalculationError?u=a:o>0&&l>r.tuning.dashCmafLive.offsetCalculationError&&(u=o),r.manifestUrlString=ke(r.manifestUrlString,u,2)}(p===`live_with_target_offset`||p===`live_forward_buffering`)&&(e=0,yield r.updateLive())});return function(e){return t.apply(this,arguments)}}(),e=>{this.error$.next({id:`updateLive`,category:q.ErrorCategory.VIDEO_PIPELINE,thrown:e,message:`Failed to update live with subscription`})}))}let s=q.merge(...this.bufferManagers.map(e=>e.fullyBuffered$)).pipe(q.map(()=>this.bufferManagers.every(e=>e.fullyBuffered$.getValue()))),c=q.merge(...this.bufferManagers.map(e=>e.onLastSegment$)).pipe(q.map(()=>this.bufferManagers.some(e=>e.onLastSegment$.getValue()))),l=q.combine({allBuffersFull:s,someBufferEnded:c}).pipe(q.filterChanged(),q.map(({allBuffersFull:e,someBufferEnded:t})=>e&&t),q.filter(e=>e));if(this.representationSubscription.add(q.merge(this.forceEnded$,l).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:q.ErrorCategory.VIDEO_PIPELINE,message:`Failed to end MediaSource stream`,thrown:e})}})),this.representationSubscription.add(q.merge(...this.bufferManagers.map(e=>e.error$)).subscribe(this.error$)),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.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=j.setTimeout(()=>{if(this.source?.readyState===`open`){t();return}this.error$.next({id:`OpenOfStream`,category:q.ErrorCategory.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&&j.clearTimeout(this.timeoutSourceOpenId),t()},{once:!0})})}if(!this.isLive$.getValue()){let e=[this.manifest.duration??0,...al.arrayFlatMap(al.arrayFlatMap([...this.manifest.streams.audio,...this.manifest.streams.video],e=>e.representations),e=>{let t=[];return e.duration&&t.push(e.duration),lc(e.segmentReference)&&e.segmentReference.totalSegmentsDurationMs&&t.push(e.segmentReference.totalSegmentsDurationMs),t})];this.source.duration=Math.max(...e)/1e3}let u=[];this.videoBufferManager&&q.isNonNullable(e)&&u.push(this.videoBufferManager.startWith(e)),this.audioBufferManager&&q.isNonNullable(t)&&u.push(this.audioBufferManager.startWith(t)),yield Promise.all(u),this.state$.setState(`representations_ready`),this.tracer.log(`initRepresentationsEnd`)});return function(t,n,r){return e.apply(this,arguments)}}().bind(this)),this.tick=()=>{if(!this.element||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=q.interval(this.tuning.gapWatchdogInterval).subscribe(()=>this.jumpGap(),e=>{this.error$.next({id:`GapWatchdog`,category:q.ErrorCategory.WTF,message:`Error handling gaps`,thrown:e})}),this.subscription.add(this.gapWatchdogSubscription))},this.throughputEstimator=e.throughputEstimator,this.tuning=e.tuning,this.tracer=e.tracer.createComponentTracer(`DashProviderPlayer`),this.forceVideoCodec=e.forceVideoCodec,this.isOnDemand=e.isOnDemand,this.dashMaxTvVideoQuality=e.dashMaxTvVideoQuality,this.segmentCacheService=this.tuning.segmentCache.enabled?new Ro(this.tuning.segmentCache):void 0,this.fetcher=new Al({throughputEstimator:this.throughputEstimator,requestQuic:this.tuning.requestQuick,compatibilityMode:e.compatibilityMode,tracer:this.tracer,useEnableSubtitlesParam:e.tuning.useEnableSubtitlesParam,handleExtendedNetworkErrorsSet:e.tuning.handleExtendedNetworkErrorsSet,measureNonSegmentRequests:e.tuning.throughputEstimator.measureNonSegmentRequests,measureFastSamples:e.tuning.throughputEstimator.measureFastSamples,preloadFirstSegment:e.tuning.dash.preloadFirstSegment,maxQualityForFirstSegmentPreload:e.tuning.dash.maxQualityForFirstSegmentPreload,segmentCacheService:this.segmentCacheService}),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=Qc.getLiveBufferSmoothedValue(this.tuning.dashCmafLive.lowLatency.maxTargetOffset,T({},e.tuning.dashCmafLive.lowLatency.bufferEstimator)),this.initTracerSubscription()}setSmartRepresentationSwitch(e){this.bufferManagers.forEach(t=>t.setSmartRepresentationSwitch(e))}seekLive(e){var t=this;return w(function*(){q.assertNonNullable(t.element),t.updateManifestUrlWithTimeOffset(e),t.manifest=yield t.updateManifest(),t.manifest&&(t.isJumpGapAfterSeekLive=!0,yield t.updateLiveBuffersFromManifest(t.manifest))})()}updateManifestUrlWithTimeOffset(e){let t=this.liveStreamStatus$.getValue()===`active`?0:q.now()-this.liveStreamEndTimestamp,n=this.normalizeLiveOffset(e+t);this.isActiveLive$.next(n===0),this.manifestUrlString=ke(this.manifestUrlString,n,2)}updateLiveBuffersFromManifest(e){var t=this;return w(function*(){yield t.videoBufferManager?.seekLive(e.streams.video),yield t.audioBufferManager?.seekLive(e.streams.audio),t.liveTextManager?.seekLive(e.streams.text)})()}stopStallWatchdogSubscription(){this.stallWatchdogSubscription?.unsubscribe(),this.currentStallDuration$.next(0)}initBuffer(){q.assertNonNullable(this.element),this.state$.setState(`running`),this.subscription.add(q.merge(...Nl.map(e=>q.fromEvent(this.element,e)),q.fromEvent(window,`online`)).subscribe(()=>this.tick(),e=>{this.error$.next({id:`DashVKPlayer`,category:q.ErrorCategory.WTF,message:`Internal logic error`,thrown:e})})),this.subscription.add(q.fromEvent(this.element,`progress`).subscribe(()=>{this.element&&this.element.readyState===2&&!this.element.seeking&&(this.element.currentTime=this.element.currentTime)})),this.subscription.add(q.fromEvent(this.element,`waiting`).subscribe(()=>{this.tuning.dash.useVideoElementWaitingCurrentTimeReassign&&this.element&&this.element.readyState===2&&!this.element.seeking&&ol(this.element.buffered,this.element.currentTime*1e3)&&(this.element.currentTime=this.element.currentTime);let e=()=>{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;if(this.tuning.stallsManager.ignoreStallsOnPause&&this.element?.paused){this.stopStallWatchdogSubscription();return}let s=this.currentStallDuration$.getValue();s+=i,this.currentStallDuration$.next(s);let c={timeInWaiting:s},l=q.now(),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=this.videoBufferManager&&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:q.ErrorCategory.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`,q.flattenObject(c))};this.stallWatchdogSubscription&&(this.stallWatchdogSubscription.unsubscribe(),this.subscriptionRemovable.remove(this.stallWatchdogSubscription)),this.stallWatchdogSubscription=q.interval(this.tuning.dash.stallWatchdogInterval).subscribe(e,e=>{this.error$.next({id:`StallWatchdogCallback`,category:q.ErrorCategory.NETWORK,message:`Can't restore DASH after stall.`,thrown:e,origin:q.ErrorOrigin.Stall})}),this.subscriptionRemovable.add(this.stallWatchdogSubscription)})),this.tick()}switchRepresentation(e,t,n=!1){var r=this;return w(function*(){let i={video:r.videoBufferManager,audio:r.audioBufferManager,text:null}[e];return r.tuning.alwaysAbortPreviousSwitch?i?.switchToWithPreviousAbort(t,n):r.tuning.useNewSwitchTo?r.currentStallDuration$.getValue()>0?i?.switchToWithPreviousAbort(t,n):i?.switchTo(t,n):i?.switchToOld(t,n)})()}seek(e,t){var n=this;return w(function*(){q.assertNonNullable(n.element),n.tuning.audioOnly?q.assertNonNullable(n.audioBufferManager):q.assertNonNullable(n.videoBufferManager);let r;r=t||n.element.duration*1e3<=n.tuning.dashSeekInSegmentDurationThreshold||Math.abs(n.element.currentTime*1e3-e)<=n.tuning.dashSeekInSegmentAlwaysSeekDelta?e:Math.max(n.videoBufferManager?.findSegmentStartTime(e)??e,n.audioBufferManager?.findSegmentStartTime(e)??e),n.warmUpMediaSourceIfNeeded(r),!ol(n.element.buffered,r)&&(yield Promise.all([n.videoBufferManager?.abort(),n.audioBufferManager?.abort()])),q.isNullable(n.element)||(n.videoBufferManager?.maintain(r),n.audioBufferManager?.maintain(r),n.element.currentTime=r/1e3,n.tracer.log(`seek`,q.flattenObject({requestedPosition:e,forcePrecise:t,position:r})))})()}warmUpMediaSourceIfNeeded(e=this.element?.currentTime){q.isNonNullable(this.element)&&q.isNonNullable(this.source)&&q.isNonNullable(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`)}getForwardBufferRepresentations(e){return e===`video`?this.videoBufferManager?.getForwardBufferRepresentations():this.audioBufferManager?.getForwardBufferRepresentations()}getActiveVideoSegmentProgress(){return this.videoBufferManager?.getActiveSegmentProgress()}getMpdVideoSegmentDuration(){return this.videoBufferManager?.getMpdSegmentDuration()}setBufferTarget(e,t){this.videoBufferManager?.setTarget(e),this.audioBufferManager?.setTarget(t)}getVideoForwardBufferDuration(){return this.videoBufferManager?.getForwardBufferDuration()??0}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&&j.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=q.getTraceSubscriptionMethod(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}updateLive(){var e=this;return w(function*(){e.isUpdatingLive=!0,e.manifest=yield e.updateManifest(),e.manifest&&(e.bufferManagers.forEach(t=>t.updateLive(e.manifest)),e.liveTextManager?.updateLive(e.manifest)),e.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=T(T({},n),{},{gapEnds:a,jumpTo:e,resultCurrentTime:this.element.currentTime}),this.tracer.log(`jumpGap`,q.flattenObject(n)))}}calculateDurationFromSegments(){return Math.max(this.videoBufferManager?.calculateDurationFromSegments()||0,this.audioBufferManager?.calculateDurationFromSegments()||0)}isAnyBufferUpdating(){return!this.source||this.source.readyState!==`open`?!1:Array.from(this.source.sourceBuffers).some(e=>e.updating)}updateSourceDurationFromSegments(){if(!this.source||this.source.readyState!==`open`||this.isLive$.getValue()||!this.tuning.useDurationFromSegments)return;let e=e=>{this.updateDurationError$.next({id:`updateDuration`,category:q.ErrorCategory.VIDEO_PIPELINE,message:"Duration can`t be updated",thrown:e})};try{if(!this.isAnyBufferUpdating()){this.source.duration=this.calculateDurationFromSegments()/1e3;return}}catch(t){e(t);return}let t=new q.Subscription;t.add(q.merge(...this.bufferManagers.map(e=>e.updateEnd$)).subscribe(()=>{if(!this.isAnyBufferUpdating()){t.unsubscribe();try{this.source&&(this.source.duration=this.calculateDurationFromSegments()/1e3)}catch(t){e(t)}}}))}}class Il{constructor(e){this.subscription=new K.Subscription,this.volumeSubscription=new K.Subscription,this.videoState=new Ot(`stopped`),this.allocation=void 0,this.observableVideo=null,this.player=void 0,this.params=void 0,this.tracer=void 0,this.textTracksManager=null,this.droppedFramesManager=new Pr,this.stallsManager=new Di,this.elementSizeManager=new ki,this.abrManager=new Ka,this.videoTracksMap=new Map,this.audioTracksMap=new Map,this.textTracksMap=new Map,this.videoStreamsMap=new Map,this.audioStreamsMap=new Map,this.videoTrackSwitchHistory=new Ln,this.audioTrackSwitchHistory=new Ln,this.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.allocation.target.load(),this.params.output.position$.next(0),this.params.output.duration$.next(1/0),this.params.output.currentVideoBuffer$.next(void 0),this.params.output.currentNativeVideoBuffer$.next(void 0),this.params.output.hostname$.next(void 0),this.videoState.setState(`stopped`),A(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`),A(this.params.desiredState.playbackState,`paused`)):t===`playing`?(this.videoState.startTransitionTo(`playing`),this.playIfAllowed()):n?.to===`ready`&&A(this.params.desiredState.playbackState,`ready`);return;case`playing`:t===`paused`?(this.videoState.startTransitionTo(`paused`),this.allocation.target.paused?this.videoState.setState(`paused`):this.allocation.target.pause()):t===`playing`&&this.allocation.target.paused?this.playIfAllowed():n?.to===`playing`&&A(this.params.desiredState.playbackState,`playing`);return;case`paused`:t===`playing`?(this.videoState.startTransitionTo(`playing`),this.playIfAllowed()):n?.to===`paused`&&A(this.params.desiredState.playbackState,`paused`);return;default:return K.assertNever(e)}}},e.tuning.disableSubtitles||(this.textTracksManager=new cn(e.source.url)),this.params=e,this.allocation=ii(e.container,e.tuning),this.tracer=e.dependencies.tracer.createComponentTracer(`dashProvider`),this.params.output.element$.next(this.allocation.video??void 0),this.params.output.availableVideoTracks$.next([]),this.params.output.availableAudioTracks$.next([]),this.params.output.isAudioAvailable$.next(!0),this.params.output.hostname$.next($n(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 Fl({throughputEstimator:this.params.dependencies.throughputEstimator,tuning:this.params.tuning,compatibilityMode:this.params.source.compatibilityMode,tracer:this.tracer,forceVideoCodec:this.params.forceVideoCodec,isOnDemand:this.params.isOnDemand||!1,dashMaxTvVideoQuality:this.params.dashMaxTvVideoQuality}),this.subscribe()}getProviderSubscriptionInfo(){let{output:e,desiredState:t}=this.params;K.isNullable(this.observableVideo)&&(this.observableVideo=_n(this.allocation.target),this.subscription.add(()=>this.observableVideo?.destroy()));let n=this.constructor.name,r=t=>{e.error$.next({id:n,category:K.ErrorCategory.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(){var e=this;let{output:t,desiredState:n,observableVideo:r,genericErrorListener:i,connect:a}=this.getProviderSubscriptionInfo(),o=this.allocation.video;o&&this.subscription.add(this.params.output.availableVideoTracks$.pipe(K.filter(e=>!!e.length),K.once()).subscribe(e=>{this.droppedFramesManager.connect({logger:this.params.dependencies.logger,video:o,droppedFramesChecker:this.params.tuning.droppedFramesChecker,isAuto:this.params.desiredState.autoVideoTrackSwitching,playing$:r.playing$,pause$:r.pause$,tracks:e})}));let s=this.params.desiredState.seekState.stateChangeEnded$.pipe(K.map(e=>e.to.state!==`none`),K.filterChanged());this.abrManager.init({isSeeked$:s,currentStallDuration$:this.player.currentStallDuration$,videoLastDataObtainedTimestamp$:this.player.videoLastDataObtainedTimestamp$,throughput$:this.params.dependencies.throughputEstimator.throughput$,rtt$:this.params.dependencies.throughputEstimator.rtt$,throughputVariance$:this.params.dependencies.throughputEstimator.throughputVariance$,tuning:this.params.tuning,element:this.allocation.target,panelSize:this.params.panelSize,abrLogger:this.params.dependencies.abrLogger,tracer:this.tracer}),this.stallsManager.init({isSeeked$:s,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$:r.isBuffering$,looped$:r.looped$,playing$:r.playing$,pause$:r.pause$,duration:this.allocation.target.duration}),a(r.ended$,t.endedEvent$),a(r.looped$,t.loopedEvent$),a(r.error$,t.error$),a(r.isBuffering$,t.isBuffering$),a(r.currentVideoBuffer$,t.currentNativeVideoBuffer$),a(r.totalBufferDuration$,t.totalBufferDuration$),a(r.bufferRangeCount$,t.bufferRangeCount$),a(r.playing$,t.firstFrameEvent$),a(r.canplay$,t.canplay$),a(r.playedTime$,t.playedTime$),a(r.inPiP$,t.inPiP$),a(r.inFullscreen$,t.inFullscreen$),a(r.loadedMetadata$,t.loadedMetadataEvent$),a(this.player.error$,t.error$),a(this.player.fetcherRecoverableError$,t.fetcherRecoverableError$),a(this.player.updateDurationError$,t.updateDurationError$),a(this.player.fetcherError$,t.fetcherError$),a(this.player.videoLastDataObtainedTimestamp$,t.videoLastDataObtainedTimestamp$),a(this.player.manifestRequested$,t.manifestRequested$),a(this.player.firstBytesManifest$,t.firstBytesManifest$),a(this.player.manifestReceived$,t.manifestReceived$),a(this.player.firstBytesRequested$,t.firstBytesRequested$),a(this.player.firstBytesReceived$,t.firstBytesReceived$),a(this.player.lastConnectionType$,t.httpConnectionType$),a(this.player.lastConnectionReused$,t.httpConnectionReused$),a(this.player.lastConnectionMetrics$,t.httpConnectionMetrics$),a(this.player.lastDownloadMetrics$,t.httpDownloadMetrics$),a(this.player.isLive$,t.isLive$),a(this.player.lastRequestFirstBytes$.pipe(K.filter(K.isNonNullable),K.once()),t.firstBytesEvent$),a(this.stallsManager.severeStallOccurred$,t.severeStallOccurred$),a(this.videoState.stateChangeEnded$.pipe(K.map(e=>e.to)),this.params.output.playbackState$),this.subscription.add(r.looped$.subscribe(()=>this.player.warmUpMediaSourceIfNeeded(),i)),this.subscription.add(r.seeked$.subscribe(t.seekedEvent$,i)),this.subscription.add(en(this.allocation.target,n.isLooped,i)),this.subscription.add(this.params.skipVideoElVolumeSync$.subscribe(e=>{this.volumeSubscription.unsubscribe(),e?this.volumeSubscription.add(n.volume.stateChangeStarted$.subscribe(({to:e})=>this.params.output.volume$.next(e),i)):this.volumeSubscription.add(r.volumeState$.subscribe(this.params.output.volume$,i))})),ji({subscription:this.subscription,desiredState:n,videoElement$:this.params.output.element$,observableVideo:r}),this.subscription.add(tn(this.allocation.target,n.volume,r.volumeState$,i,{skipVideoElVolumeSync$:this.params.skipVideoElVolumeSync$})),this.subscription.add(nn(this.allocation.target,n.playbackRate,r.playbackRateState$,i)),this.allocation.video&&this.elementSizeManager.connect({video:this.allocation.video,observableVideo:r}),a(Rr(this.allocation.target,{threshold:this.params.tuning.autoTrackSelection.activeVideoAreaThreshold}),t.elementVisible$),this.subscription.add(r.playing$.subscribe(()=>{this.videoState.setState(`playing`),A(n.playbackState,`playing`)},i)).add(r.pause$.subscribe(()=>{this.videoState.setState(`paused`),A(n.playbackState,`paused`)},i)).add(r.canplay$.subscribe(()=>{this.videoState.getState()===`playing`&&!this.allocation.target.ended&&this.playIfAllowed()},i)),this.params.tuning.changePlaybackStateToPausedWhenEnded&&this.subscription.add(r.ended$.subscribe(()=>{this.videoState.setState(`paused`),A(n.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(K.assertNonNullable(e,`Manifest not loaded or empty`),!this.params.tuning.isAudioDisabled){let t=[];for(let n of e.audio){t.push(oc(n));let e=[];for(let t of n.representations){let r=rc(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(sc(t));let e=[];for(let n of t.representations){let r=nc(T(T({},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=ic(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())},i));let c=K.merge(this.player.currentStallDuration$,this.player.state$.stateChangeEnded$,n.videoTrack.stateChangeStarted$,n.autoVideoTrackSwitching.transitionStarted$,this.params.dependencies.throughputEstimator.rttAdjustedThroughput$,n.autoVideoTrackLimits.stateChangeStarted$,this.elementSizeManager.getObservable(),this.params.output.elementVisible$,this.droppedFramesManager.onDroopedVideoFramesLimit$,K.fromEvent(this.allocation.target,`progress`)).pipe(K.filter(()=>this.videoTracksMap.size>0||this.params.tuning.audioOnly&&this.audioTracksMap.size>0)),{abrThrottle:l}=this.params.tuning.dash;l&&(c=c.pipe(K.throttle(l))),this.subscription.add(c.subscribe(w(function*(){let t=e.player.state$.getState(),r=e.player.state$.getTransition();if(t!==`manifest_ready`&&t!==`running`||r)return;n.autoVideoTrackSwitching.getTransition()&&n.autoVideoTrackSwitching.setState(n.autoVideoTrackSwitching.getState());let i=e.selectVideoAudioRepresentations();if(!i){if(e.params.tuning.audioOnly&&e.audioStreamsMap.size){let[,[n]]=e.audioStreamsMap.entries().next().value;t===`manifest_ready`&&(yield e.player.initRepresentations(void 0,n.id,e.params.sourceHls))}return}let[a,o]=i,s=[...e.videoTracksMap.keys()].find(t=>e.videoTracksMap.get(t)?.representation.id===a.id);K.isNonNullable(s)&&(e.stallsManager.lastVideoTrackSelected=s);let c=e.params.desiredState.autoVideoTrackLimits.getTransition();if(c&&e.params.output.autoVideoTrackLimits$.next(c.to),t===`manifest_ready`)yield e.player.initRepresentations(a.id,o?.id,e.params.sourceHls);else if(yield e.player.switchRepresentation(`video`,a.id),o){let t=!!n.audioStream.getTransition();yield e.player.switchRepresentation(`audio`,o.id,t)}}),i)),this.subscription.add(K.combine({videoState:this.videoState.stateChangeEnded$,autoVideoTrackState:K.merge(K.observableFrom([n.autoVideoTrackSwitching.getState()]),n.autoVideoTrackSwitching.stateChangeEnded$.pipe(K.map(e=>e.to)))}).pipe(K.map(({videoState:e,autoVideoTrackState:t})=>e.to!==`stopped`&&t),K.filterChanged()).subscribe(e=>this.player.setSmartRepresentationSwitch(e))),this.subscription.add(this.player.currentVideoRepresentation$.pipe(K.filterChanged()).subscribe(e=>{let n=[...this.videoTracksMap.entries()].find(([,{representation:t}])=>t.id===e);if(!n){t.currentVideoTrack$.next(void 0),t.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),t.currentVideoTrack$.next(r),t.currentVideoStream$.next(sc(i)),this.player.updateSourceDurationFromSegments()},i)),this.subscription.add(this.player.currentAudioRepresentation$.pipe(K.filterChanged()).subscribe(e=>{let n=[...this.audioTracksMap.entries()].find(([,{representation:t}])=>t.id===e);if(!n){t.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),t.currentAudioStream$.next(oc(i)),this.player.updateSourceDurationFromSegments()},i)),this.subscription.add(this.player.currentVideoSegmentLength$.subscribe(t.currentVideoSegmentLength$,i)),this.subscription.add(this.player.currentAudioSegmentLength$.subscribe(t.currentAudioSegmentLength$,i)),this.allocation.video&&this.textTracksManager?.connect(this.allocation.video,n,t);let u=n.playbackState.stateChangeStarted$.pipe(K.map(({to:e})=>e===`ready`),K.filterChanged());this.subscription.add(K.merge(u,n.autoVideoTrackSwitching.stateChangeStarted$,this.player.state$.stateChangeEnded$,r.currentVideoBuffer$,K.observableFrom([`init`])).subscribe(()=>this.syncBufferTarget())),this.subscription.add(K.merge(u,this.player.state$.stateChangeEnded$,K.observableFrom([`init`])).subscribe(()=>this.player.setPreloadOnly(n.playbackState.getState()===`ready`)));let d=K.merge(n.playbackState.stateChangeStarted$,n.videoTrack.stateChangeStarted$,n.seekState.stateChangeEnded$,this.videoState.stateChangeEnded$,K.observableFrom([`init`])).pipe(K.debounce(0));this.subscription.add(d.subscribe(this.syncPlayback,i))}syncBufferTarget(){let e=this.params.desiredState.autoVideoTrackSwitching.getState(),t=this.params.desiredState.playbackState.getState()===`ready`;this.player.setBufferTarget(this.resolveBufferTargetMs(e,t),this.resolveAudioBufferTargetMs(e,t))}resolveBufferTargetMs(e,t){let{dash:n}=this.params.tuning;return t?n.forwardBufferTargetPreload:e?n.forwardBufferTargetAuto:n.forwardBufferTargetManual}resolveAudioBufferTargetMs(e,t){let{dash:n}=this.params.tuning;return t?n.forwardBufferTargetPreload:e?Math.min(this.player.getVideoForwardBufferDuration()+n.audioBufferAheadOfVideoMs,n.forwardBufferTargetAuto):n.forwardBufferTargetManual}selectVideoAudioRepresentations(){if(this.player.isStreamEnded)return;let e=this.params.tuning.useNewAutoSelectVideoTrack?Un:Hn,t=this.params.tuning.useNewAutoSelectVideoTrack?Qn:Zn,n=this.params.tuning.useNewAutoSelectVideoTrack?Yn:Xn,{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=Dc(this.allocation.target.buffered,this.allocation.target.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.allocation.target.duration*1e3||1/0)-this.allocation.target.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=this.player.isLive$.getValue(),b=this.allocation.target.duration*1e3,x=!y&&Number.isFinite(b)&&b>0?Math.max(0,b-this.allocation.target.currentTime*1e3):void 0,ee=this.params.tuning.dash.useAbrPhases?{isLive:y,remainingDurationMs:x,mpdSegmentDurationMs:this.player.getMpdVideoSegmentDuration()}:{};this.abrManager.updateContext(T({isAuto:a,videoTracks:d,audioTracks:_?this.audioStreamsMap.get(_)??[]:[],currentVideoTrack:c,desiredVideoTrack:s,limits:this.params.desiredState.autoVideoTrackLimits.getState(),forwardBufferHealth:h,forwardBufferDuration:f,forwardVideoBufferRepresentations:this.player.getForwardBufferRepresentations(`video`),forwardAudioBufferRepresentations:this.player.getForwardBufferRepresentations(`audio`),videoSegmentLoadProgress:this.player.getActiveVideoSegmentProgress()},ee));let S=s,C;this.params.tuning.dash.useNewAbr?(S=this.abrManager.autoSelectTrack(`video`),C=_&&this.abrManager.autoSelectTrack(`audio`)):((a||!S)&&(S=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.allocation.target.playbackRate,droppedVideoMaxQualityLimit:this.droppedFramesManager.droppedVideoMaxQualityLimit,stallsVideoMaxQualityLimit:this.stallsManager.videoMaxQualityLimit,stallsPredictedThroughput:this.stallsManager.predictedThroughput,abrLogger:this.params.dependencies.abrLogger})),C=_&&t(S,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.allocation.target.playbackRate,abrLogger:this.params.dependencies.abrLogger}));let w=this.videoTracksMap.get(S)?.representation,te=C&&this.audioTracksMap.get(C)?.representation;if(w&&te)return[w,te];if(w&&!te&&this.audioTracksMap.size===0)return[w,void 0]}prepare(e=0){this.player.initManifest(this.allocation.target,this.params.source.url,e)}playIfAllowed(){let e=nr(this.allocation.target,()=>{this.params.output.soundProhibitedEvent$.next()}),t=e=>{e||(this.videoState.setState(`paused`),A(this.params.desiredState.playbackState,`paused`,!0))},n=e=>{this.params.output.error$.next({id:`ForcePlay`,message:`play() failed even with workarounds`,category:K.ErrorCategory.DOM,thrown:e})};this.params.tuning.ignoreForcePlayResultWhenProviderChanged?this.subscription.add(K.observableFrom(e).subscribe(t,n)):e.then(t,n)}destroy(){this.subscription.unsubscribe(),this.volumeSubscription.unsubscribe(),this.droppedFramesManager.destroy(),this.stallsManager.destroy(),this.abrManager.destroy(),this.elementSizeManager.destroy(),this.textTracksManager?.destroy(),this.player.destroy(),this.params.output.element$.next(void 0),this.params.output.currentVideoStream$.next(void 0),Jt(this.allocation.target,this.params.tuning),this.tracer.end()}}class Ll extends Il{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)}}var Rl=require("@vkontakte/videoplayer-shared");class zl extends Il{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 Rl.ValueSubject(1);a(r.playbackRateState$,o),(this.params.tuning.dashCmafLive.catchupLiveForMutedInactiveTab||this.params.tuning.live.catchupLiveForMutedInactiveTab)&&this.subscription.add(n.elementVisible$.pipe(Rl.filterChanged()).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(Rl.map(e=>e.to)).subscribe(this.player.isLowLatency$)).add(Rl.combine({liveBufferTime:n.liveBufferTime$,liveAvailabilityStartTime:this.player.liveAvailabilityStartTime$}).pipe(Rl.map(({liveBufferTime:e,liveAvailabilityStartTime:n})=>e&&n?e*1e3+n+t:void 0)).subscribe(n.liveTime$)).add(Rl.combine({liveDuration:this.player.liveDuration$,liveStreamStatus:this.player.liveStreamStatus$,playbackRate:Rl.merge(r.playbackRateState$,new Rl.ValueSubject(1))}).pipe(Rl.filter(({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.allocation.target.paused||Rl.isNullable(i)||(t=e-i)})).add(Rl.combine({time:n.liveBufferTime$,liveDuration:this.player.liveDuration$,playbackRate:Rl.merge(r.playbackRateState$,new Rl.ValueSubject(1))}).pipe(Rl.filterChanged((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.allocation.target.paused&&i>=1-o||Rl.isNullable(e)||Rl.isNullable(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=ac(e);this.params.output.availableTextTracks$.next([t])}})),this.params.tuning.dashCmafLive.externalStopControl||this.subscription.add(this.player.liveStreamStatus$.pipe(Rl.filter(e=>Rl.isNonNullable(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 Bl=require("@vkontakte/videoplayer-shared"),Vl=require("@vkontakte/videoplayer-shared"),Hl=`X-Playback-Duration`,Ul=function(){var e=w(function*(e){let t=yield Vl.fetchPolyfilled(e),n=yield t.text(),r=/#EXT-X-VK-PLAYBACK-DURATION:(\d+)/m.exec(n)?.[1];return r?parseInt(r,10):t.headers.has(Hl)?parseInt(t.headers.get(Hl),10):void 0});return function(t){return e.apply(this,arguments)}}(),X=require("@vkontakte/videoplayer-shared"),Wl=require("@vkontakte/videoplayer-shared"),Gl=require("@vkontakte/videoplayer-shared"),Kl=require("@vkontakte/videoplayer-shared"),ql=e=>{let t=null;if(e.QUALITY&&(t=yn(e.QUALITY)),!t&&e.RESOLUTION){let[n,r]=e.RESOLUTION.split(`x`).map(e=>parseInt(e,10));t=Kl.videoSizeToQuality({width:n,height:r})}return t??null},Jl=(e,t,n=!1)=>{let r=e.split(`
|
|
143
|
+
`),i=[],a=[],o=[];for(let e=0;e<r.length;e++){let s=r[e],c=s.match(/^#EXT-X-STREAM-INF:(.+)/),l=s.match(/^#EXT-X-MEDIA:TYPE=SUBTITLES,(.+)/),u=n&&s.match(/^#EXT-X-MEDIA:TYPE=AUDIO,(.+)/);if(!(!c&&!l&&!u)){if(c){let n=Wl.objectFromEntries(c[1].split(`,`).map(e=>e.split(`=`))),a=n.QUALITY??`stream-${n.BANDWIDTH}`,o=ql(n),s;n.BANDWIDTH&&(s=parseInt(n.BANDWIDTH,10)/1e3||void 0),!s&&n[`AVERAGE-BANDWIDTH`]&&(s=parseInt(n[`AVERAGE-BANDWIDTH`],10)/1e3||void 0);let l=n[`FRAME-RATE`]?parseFloat(n[`FRAME-RATE`]):void 0,u;if(n.RESOLUTION){let[e,t]=n.RESOLUTION.split(`x`).map(e=>parseInt(e,10));e&&t&&(u={width:e,height:t})}let d=new URL(r[++e],t).toString();o&&i.push({id:a,quality:o,url:d,bandwidth:s,size:u,fps:l})}if(l){let e=Wl.objectFromEntries(l[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&&a.push({type:`internal`,id:n,label:r,language:n,url:t,isAuto:!1})}if(u){let e=Wl.objectFromEntries(u[1].split(`,`).map(e=>{let t=e.indexOf(`=`);return[e.substring(0,t),e.substring(t+1)]}).map(([e,t])=>[e,t.replace(/^"|"$/g,``)])),n=e.URI?new URL(e.URI,t).toString():void 0,r=e.LANGUAGE,i=e.NAME,a=e[`GROUP-ID`],s=e.DEFAULT===`YES`,c=e.CHANNELS?parseInt(e.CHANNELS,10):void 0;n&&r&&o.push({type:`internal`,id:a??r,url:n,language:r,label:i,isDefault:s,channels:c})}}}return{qualityManifests:i,textTracks:a,audioStreams:o}},Yl=e=>new Promise(t=>{j.setTimeout(()=>{t()},e)}),Xl=0,Zl=function(){var e=w(function*(e,t=e,n,r){let i=yield(yield Gl.fetchPolyfilled(e,r)).text();Xl+=1;try{let{qualityManifests:e,textTracks:r,audioStreams:a}=Jl(i,t,n.audioOnly);if(!n.audioOnly&&!e.length||n.audioOnly&&!a.length)throw Error(`Empty manifest`);return{qualityManifests:e,textTracks:r,audioStreams:a}}catch{if(Xl<=n.manifestRetryMaxCount)return yield Yl(Kl.getExponentialDelay(Xl-1,{start:n.manifestRetryInterval,max:n.manifestRetryMaxInterval})),Zl(e,t,n)}return{qualityManifests:[],textTracks:[],audioStreams:[]}});return function(t){return e.apply(this,arguments)}}(),Ql=Zl,$l=require("@vkontakte/videoplayer-shared"),eu=require("@vkontakte/videoplayer-shared"),tu=require("@vkontakte/videoplayer-shared");class nu{constructor(e,t,n,r,i){this.params=void 0,this.subscription=new tu.Subscription,this.abortControllers={destroy:new $l.AbortControllerPolyfilled,nextManifest:null},this.prepareUrl=void 0,this.currentTextTrackData=null,this.availableTextTracks$=new tu.ValueSubject(null),this.getCurrentTime$=new tu.ValueSubject(null),this.error$=new tu.Subject,this.params={fetchManifestData:n,sourceUrl:r,downloadThreshold:i},this.subscription.add(e.pipe(tu.throttle(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()}prepare(e){var t=this;return w(function*(){try{let n=new URL(e);n.searchParams.set(`enable-subtitles`,`yes`),t.prepareUrl=n.toString();let{textTracks:r}=yield t.fetchManifestData();yield t.processTextTracks(r,t.params.sourceUrl)}catch(e){t.error(`prepare`,e)}})()}processTextTracks(e,t){var n=this;return w(function*(){try{let r=yield n.parseTextTracks(e,t);r&&(n.currentTextTrackData=r)}catch(e){n.error(`processTextTracks`,e)}})()}parseTextTracks(e,t){var n=this;return w(function*(){for(let r of e){let e=new URL(r.url,t).toString(),i=yield(yield eu.fetchPolyfilled(e,{signal:n.abortControllers.destroy.signal})).text();return{textTrack:r,playlist:n.parsePlaylist(i,e)}}})()}parsePlaylist(e,t){let n={mediaSequence:0,programDateTime:``,segments:[],targetDuration:0,vkPlaybackDuration:0,segmentStartTime:0,vkStartTime:``},r=e.split(`
|
|
144
|
+
`),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(tu.isNonNullable(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([T(T({},this.currentTextTrackData.textTrack),{},{url:n.url,isAuto:!0})]);break}}}fetchNextManifestData(){var e=this;return w(function*(){try{if(e.abortControllers.nextManifest)return;e.abortControllers.nextManifest=new $l.AbortControllerPolyfilled;let{textTracks:t}=yield e.fetchManifestData(),n=yield e.parseTextTracks(t,e.params.sourceUrl);e.currentTextTrackData&&n&&(e.currentTextTrackData.playlist.segments=n.playlist.segments)}catch(t){e.error(`fetchNextManifestData`,t)}finally{e.abortControllers.nextManifest=null}})()}fetchManifestData(){var e=this;return w(function*(){let t=e.prepareUrl??e.params.sourceUrl;return yield e.params.fetchManifestData(t,{signal:e.abortControllers.destroy.signal})})()}error(e,t){this.error$.next({id:`[LiveTextManager][HLS_LIVE_CMAF]`,category:tu.ErrorCategory.WTF,thrown:t,message:e})}}class ru{constructor(e){this.subscription=new X.Subscription,this.volumeSubscription=new X.Subscription,this.videoState=new Ot(`stopped`),this.allocation=void 0,this.params=void 0,this.textTracksManager=null,this.liveTextManager=null,this.masterManifest=void 0,this.manifests$=new X.ValueSubject([]),this.maxSeekBackTime$=void 0,this.liveOffset=new ln,this.manifestStartTime$=new X.ValueSubject(void 0),this.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.allocation.target.removeAttribute(`src`),this.allocation.target.load(),this.params.output.position$.next(0),this.params.output.duration$.next(1/0),this.params.output.currentVideoBuffer$.next(void 0),this.params.output.currentNativeVideoBuffer$.next(void 0),this.params.output.hostname$.next(void 0),this.videoState.setState(`stopped`),A(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`?A(this.params.desiredState.playbackState,`ready`):t===`paused`?(this.videoState.setState(`paused`),this.liveOffset.pause(),A(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.allocation.target.paused?this.videoState.setState(`paused`):this.allocation.target.pause()):n?.to===`playing`&&A(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`&&(A(this.params.desiredState.playbackState,`paused`),this.liveOffset.pause());return;case`changing_manifest`:break;default:return X.assertNever(e)}},this.params=e,this.allocation=ii(e.container,e.tuning),this.params.output.element$.next(this.allocation.video??void 0),this.masterManifest={id:`master`,quality:X.VideoQuality.INVARIANT,url:this.params.source.url};let t=(e,t)=>Ql(e,this.params.source.url,{manifestRetryInterval:this.params.tuning.manifestRetryInterval,manifestRetryMaxInterval:this.params.tuning.manifestRetryMaxInterval,manifestRetryMaxCount:this.params.tuning.manifestRetryMaxCount,audioOnly:this.params.tuning.audioOnly},t);this.allocation.video&&!e.tuning.disableSubtitles&&(this.params.tuning.useHlsLiveNewTextManager?this.liveTextManager=new nu(this.params.output.liveTime$,this.allocation.video,t,this.params.source.url,this.params.tuning.hlsLiveNewTextManagerDownloadThreshold):this.textTracksManager=new cn(e.source.url)),t(this.generateLiveUrl()).then(({qualityManifests:e,textTracks:t})=>{e.length===0&&this.params.output.error$.next({id:`HlsLiveProviderInternal:empty_manifest`,category:X.ErrorCategory.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:X.ErrorCategory.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($n(this.params.source.url)),this.params.output.availableTextTracks$.next([]),this.params.desiredState.internalTextTracks.setState([]),this.maxSeekBackTime$=new X.ValueSubject(e.source.maxSeekBackTime??1/0),this.subscribe()}selectManifest(){var e;let{autoVideoTrackSwitching:t,videoTrack:n}=this.params.desiredState,r=t.getState(),i=n.getTransition(),a=(i==null||(e=i.to)==null?void 0:e.id)??n.getState()?.id??`master`,o=this.manifests$.getValue();if(!o.length)return;let s=r?`master`:a;return r&&!i&&n.startTransitionTo(this.masterManifest),o.find(e=>e.id===s)}subscribe(){let{output:e,desiredState:t}=this.params,n=t=>{e.error$.next({id:`HlsLiveProvider`,category:X.ErrorCategory.WTF,message:`HlsLiveProvider internal logic error`,thrown:t})},r=_n(this.allocation.target);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.currentVideoBuffer$,e.currentNativeVideoBuffer$),i(r.totalBufferDuration$,e.totalBufferDuration$),i(r.bufferRangeCount$,e.bufferRangeCount$),i(r.loadedMetadata$,e.firstBytesEvent$),i(r.loadedMetadata$,e.loadedMetadataEvent$),i(r.playing$,e.firstFrameEvent$),i(r.canplay$,e.canplay$),i(r.playedTime$,e.playedTime$),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(tn(this.allocation.target,t.volume,r.volumeState$,n,{skipVideoElVolumeSync$:this.params.skipVideoElVolumeSync$})),this.subscription.add(this.params.skipVideoElVolumeSync$.subscribe(e=>{this.volumeSubscription.unsubscribe(),e?this.volumeSubscription.add(t.volume.stateChangeStarted$.subscribe(({to:e})=>this.params.output.volume$.next(e),n)):this.volumeSubscription.add(r.volumeState$.subscribe(this.params.output.volume$,n))})),this.subscription.add(nn(this.allocation.target,t.playbackRate,r.playbackRateState$,n)),i(Rr(this.allocation.target),e.elementVisible$),this.liveTextManager?(i(this.liveTextManager.getCurrentTime$,this.params.output.getCurrentTime$),i(this.liveTextManager.error$,this.params.output.error$)):this.textTracksManager&&this.allocation.video&&this.textTracksManager.connect(this.allocation.video,t,e),this.subscription.add(r.playing$.subscribe(()=>{this.videoState.setState(`playing`),A(t.playbackState,`playing`)},n)).add(r.pause$.subscribe(()=>{this.videoState.setState(`paused`),A(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(X.filterChanged(),X.map(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&&X.isNonNullable(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($n(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(()=>{var e,t;let n=(e=this.allocation.target)==null||(t=e.getStartDate)==null||(t=t.call(e))==null?void 0:t.getTime();this.manifestStartTime$.next(n||void 0)},n)),this.subscription.add(X.combine({startTime:this.manifestStartTime$.pipe(X.filter(X.isNonNullable)),currentTime:r.timeUpdate$}).subscribe(({startTime:e,currentTime:t})=>this.params.output.liveTime$.next(e+t*1e3),n)),this.subscription.add(this.manifests$.pipe(X.map(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=X.merge(t.playbackState.stateChangeStarted$,t.seekState.stateChangeEnded$,t.videoTrack.stateChangeStarted$,t.autoVideoTrackSwitching.stateChangeStarted$,t.autoVideoTrackLimits.stateChangeStarted$,this.videoState.stateChangeEnded$,this.manifests$,X.observableFrom([`init`])).pipe(X.debounce(0));this.subscription.add(a.subscribe(this.syncPlayback,n));let o=!1;this.params.tuning.live.catchupLiveForMutedInactiveTab&&this.subscription.add(e.elementVisible$.pipe(X.filterChanged()).subscribe(t=>{let n=e.position$.getValue(),r=e.volume$.getValue(),i=!r.volume||r.muted;!t&&!n&&i?o=!0:t&&o&&(this.seek(0),o=!1)}))}destroy(){this.subscription.unsubscribe(),this.volumeSubscription.unsubscribe(),this.textTracksManager?.destroy(),this.liveTextManager?.destroy(),this.params.output.element$.next(void 0),Jt(this.allocation.target,this.params.tuning)}prepare(){let e=this.selectManifest();if(X.isNullable(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=ke(r.toString(),this.liveOffset.getTotalOffset(),i);this.liveTextManager?.prepare(a),this.allocation.target.setAttribute(`src`,a),this.allocation.target.load(),Ul(a).then(e=>{if(!X.isNullable(e))this.maxSeekBackTime$.next(e);else{let e=this.params.source.maxSeekBackTime??this.maxSeekBackTime$.getValue();(X.isNullable(e)||!isFinite(e))&&Bl.fetchPolyfilled(a).then(e=>e.text()).then(e=>{let t=/#EXT-X-STREAM-INF[^\n]+\n(.+)/m.exec(e)?.[1];t&&Ul(new URL(t,a).toString()).then(e=>{X.isNullable(e)||this.maxSeekBackTime$.next(e)})}).catch(()=>{})}})}playIfAllowed(){nr(this.allocation.target,()=>{this.params.output.soundProhibitedEvent$.next()}).then(e=>{e||(this.videoState.setState(`paused`),this.liveOffset.pause(),A(this.params.desiredState.playbackState,`paused`,!0))},e=>this.params.output.error$.next({id:`ForcePlay`,message:`play() failed even with workarounds`,category:X.ErrorCategory.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()}generateLiveUrl(){let e=ke(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}}var iu=require("@vkontakte/videoplayer-shared");class au{constructor(e){this.subscription=new iu.Subscription,this.volumeSubscription=new iu.Subscription,this.videoState=new Ot(`stopped`),this.allocation=void 0,this.params=void 0,this.textTracksManager=null,this.masterManifest=void 0,this.manifests$=new iu.ValueSubject([]),this.unmuteAfterBrowserResetsHappened=new iu.ValueSubject(!1),this.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.allocation.target.removeAttribute(`src`),this.allocation.target.load(),this.params.output.position$.next(0),this.params.output.duration$.next(1/0),this.params.output.currentVideoBuffer$.next(void 0),this.params.output.currentNativeVideoBuffer$.next(void 0),this.params.output.hostname$.next(void 0),this.videoState.setState(`stopped`),A(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.allocation.target;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`?A(this.params.desiredState.playbackState,`ready`):t===`paused`?(this.videoState.setState(`paused`),A(this.params.desiredState.playbackState,`paused`)):t===`playing`&&(this.videoState.startTransitionTo(`playing`),this.playIfAllowed());return;case`playing`:t===`paused`?(this.videoState.startTransitionTo(`paused`),this.allocation.target.paused?this.videoState.setState(`paused`):this.allocation.target.pause()):n?.to===`playing`&&A(this.params.desiredState.playbackState,`playing`);return;case`paused`:t===`playing`?(this.videoState.startTransitionTo(`playing`),this.playIfAllowed()):n?.to===`paused`&&A(this.params.desiredState.playbackState,`paused`);return;case`changing_manifest`:break;default:return iu.assertNever(e)}},e.tuning.disableSubtitles||(this.textTracksManager=new cn(e.source.url)),this.params=e,this.allocation=ii(e.container,e.tuning),this.params.output.element$.next(this.allocation.video??void 0),this.masterManifest={id:`master`,quality:iu.VideoQuality.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($n(this.params.source.url)),this.params.output.autoVideoTrackLimitingAvailable$.next(!0),this.params.output.manifestRequested$.next(),Ql(ke(this.params.source.url),this.params.source.url,{manifestRetryInterval:this.params.tuning.manifestRetryInterval,manifestRetryMaxInterval:this.params.tuning.manifestRetryMaxInterval,manifestRetryMaxCount:this.params.tuning.manifestRetryMaxCount,audioOnly:this.params.tuning.audioOnly}).then(({qualityManifests:e,textTracks:t})=>{this.params.isOnDemand&&this.params.tuning.hls.filterOnDemandQualityList&&(e=e.sort((e,t)=>{let n=e.size?e.size.height:0;return(t.size?t.size.height:0)-n}).filter((e,t)=>t%2==0)),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:iu.ErrorCategory.NETWORK,message:`Error fetching manifest and extracting qualities`,thrown:e})),this.subscribe()}selectManifest(){var e;let{autoVideoTrackSwitching:t,videoTrack:n}=this.params.desiredState,r=t.getState(),i=n.getTransition(),a=(i==null||(e=i.to)==null?void 0:e.id)??n.getState()?.id??`master`,o=this.manifests$.getValue();if(!o.length)return;let s=r?`master`:a;return r&&(!i||!i.from)&&n.startTransitionTo(this.masterManifest),o.find(e=>e.id===s)}subscribe(){let{output:e,desiredState:t}=this.params,n=t=>{e.error$.next({id:`HlsProvider`,category:iu.ErrorCategory.WTF,message:`HlsProvider internal logic error`,thrown:t})},r=_n(this.allocation.target);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.currentVideoBuffer$,e.currentNativeVideoBuffer$),i(r.totalBufferDuration$,e.totalBufferDuration$),i(r.bufferRangeCount$,e.bufferRangeCount$),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.playedTime$,e.playedTime$),i(r.inPiP$,e.inPiP$),i(r.inFullscreen$,e.inFullscreen$),i(this.videoState.stateChangeEnded$.pipe(iu.map(e=>e.to)),this.params.output.playbackState$),this.subscription.add(en(this.allocation.target,t.isLooped,n)),this.subscription.add(this.params.skipVideoElVolumeSync$.subscribe(e=>{this.volumeSubscription.unsubscribe(),e?this.volumeSubscription.add(t.volume.stateChangeStarted$.subscribe(({to:e})=>this.params.output.volume$.next(e),n)):this.volumeSubscription.add(r.volumeState$.subscribe(this.params.output.volume$,n))})),this.subscription.add(nn(this.allocation.target,t.playbackRate,r.playbackRateState$,n)),ji({subscription:this.subscription,desiredState:t,videoElement$:this.params.output.element$,observableVideo:r}),this.subscription.add(tn(this.allocation.target,t.volume,r.volumeState$,n,{skipVideoElVolumeSync$:this.params.skipVideoElVolumeSync$})),this.allocation.video&&this.textTracksManager?.connect(this.allocation.video,t,e),this.subscription.add(r.playing$.subscribe(()=>{this.videoState.setState(`playing`),A(t.playbackState,`playing`)},n)).add(r.pause$.subscribe(()=>{this.videoState.setState(`paused`),A(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.videoState.getTransition();this.params.tuning.readyOnLoadedMetadata&&this.params.desiredState.playbackState.getState()===`ready`&&e?.to===`ready`&&this.videoState.setState(`ready`);let t=this.params.desiredState.seekState.getState(),n=this.params.desiredState.videoTrack.getTransition(),r=this.params.desiredState.autoVideoTrackSwitching.getTransition();if(n&&iu.isNonNullable(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($n(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),e&&e.from===`changing_manifest`&&this.videoState.setState(e.to),t.state===`requested`&&this.seek(t.position)},n))),this.params.tuning.changePlaybackStateToPausedWhenEnded&&this.subscription.add(r.ended$.subscribe(()=>{this.videoState.setState(`paused`),A(t.playbackState,`paused`)})),this.subscription.add(this.manifests$.pipe(iu.map(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)),this.allocation.video&&(!N.device.isIOS||!this.params.tuning.useNativeHLSTextTracks)){let{textTracks:e}=this.allocation.video;this.subscription.add(iu.merge(iu.fromEvent(e,`addtrack`),iu.fromEvent(e,`removetrack`),iu.fromEvent(e,`change`),iu.observableFrom([`init`])).subscribe(()=>{for(let t=0;t<e.length;t++)e[t].mode=`hidden`},n))}let a=iu.merge(t.playbackState.stateChangeStarted$,t.seekState.stateChangeEnded$,t.videoTrack.stateChangeStarted$,t.autoVideoTrackSwitching.stateChangeStarted$,t.autoVideoTrackLimits.stateChangeStarted$,this.videoState.stateChangeEnded$,this.manifests$,iu.observableFrom([`init`])).pipe(iu.debounce(0));this.subscription.add(a.subscribe(this.syncPlayback,n))}destroy(){this.subscription.unsubscribe(),this.volumeSubscription.unsubscribe(),this.textTracksManager?.destroy(),this.params.output.element$.next(void 0),Jt(this.allocation.target,this.params.tuning)}prepare(){let e=this.selectManifest();if(iu.isNullable(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.allocation.target.setAttribute(`src`,r.toString()),this.allocation.target.load()}playIfAllowed(){let e=nr(this.allocation.target,()=>{this.params.output.soundProhibitedEvent$.next()}),t=e=>{e||(this.videoState.setState(`paused`),A(this.params.desiredState.playbackState,`paused`,!0))},n=e=>{this.params.output.error$.next({id:`ForcePlay`,message:`play() failed even with workarounds`,category:iu.ErrorCategory.DOM,thrown:e})};this.params.tuning.ignoreForcePlayResultWhenProviderChanged?this.subscription.add(iu.observableFrom(e).subscribe(t,n)):e.then(t,n)}seek(e){this.params.output.willSeekEvent$.next(),this.allocation.target.currentTime=e/1e3}}var ou=require("@vkontakte/videoplayer-shared"),su=require("@vkontakte/videoplayer-shared"),cu=require("@vkontakte/videoplayer-shared"),lu=require("@vkontakte/videoplayer-shared");class uu{constructor(e){this.subscription=new lu.Subscription,this.volumeSubscription=new lu.Subscription,this.videoState=new Ot(`stopped`),this.allocation=void 0,this.trackUrls={},this.params=void 0,this.textTracksManager=null,this.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.allocation.target.removeAttribute(`src`),this.allocation.target.load(),this.params.output.position$.next(0),this.params.output.duration$.next(1/0),this.params.output.currentVideoBuffer$.next(void 0),this.params.output.currentNativeVideoBuffer$.next(void 0),this.params.output.hostname$.next(void 0),this.videoState.setState(`stopped`),A(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.allocation.target;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`?A(this.params.desiredState.playbackState,`ready`):t===`paused`?(this.videoState.setState(`paused`),A(this.params.desiredState.playbackState,`paused`)):t===`playing`&&(this.videoState.startTransitionTo(`playing`),this.playIfAllowed());return;case`playing`:t===`paused`?(this.videoState.startTransitionTo(`paused`),this.allocation.target.paused?this.videoState.setState(`paused`):this.allocation.target.pause()):n?.to===`playing`&&A(this.params.desiredState.playbackState,`playing`);return;case`paused`:t===`playing`?(this.videoState.startTransitionTo(`playing`),this.playIfAllowed()):n?.to===`paused`&&A(this.params.desiredState.playbackState,`paused`);return;default:return lu.assertNever(e)}},e.tuning.disableSubtitles||(this.textTracksManager=new cn),this.params=e,this.allocation=ii(e.container,e.tuning),this.params.output.element$.next(this.allocation.video??void 0),ou.objectEntries(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(su.objectValues(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:lu.ErrorCategory.WTF,message:`MpegProvider internal logic error`,thrown:t})},r=_n(this.allocation.target);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.currentVideoBuffer$,e.currentNativeVideoBuffer$),i(r.totalBufferDuration$,e.totalBufferDuration$),i(r.bufferRangeCount$,e.bufferRangeCount$),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.playedTime$,e.playedTime$),i(r.inPiP$,e.inPiP$),i(r.inFullscreen$,e.inFullscreen$),i(this.videoState.stateChangeEnded$.pipe(lu.map(e=>e.to)),this.params.output.playbackState$),this.subscription.add(en(this.allocation.target,t.isLooped,n)),ji({subscription:this.subscription,desiredState:t,videoElement$:this.params.output.element$,observableVideo:r}),this.subscription.add(tn(this.allocation.target,t.volume,r.volumeState$,n,{skipVideoElVolumeSync$:this.params.skipVideoElVolumeSync$})),this.subscription.add(this.params.skipVideoElVolumeSync$.subscribe(e=>{this.volumeSubscription.unsubscribe(),e?this.volumeSubscription.add(t.volume.stateChangeStarted$.subscribe(({to:e})=>this.params.output.volume$.next(e),n)):this.volumeSubscription.add(r.volumeState$.subscribe(this.params.output.volume$,n))})),this.subscription.add(nn(this.allocation.target,t.playbackRate,r.playbackRateState$,n)),i(Rr(this.allocation.target),e.elementVisible$),this.subscription.add(r.playing$.subscribe(()=>{this.videoState.setState(`playing`),A(t.playbackState,`playing`)},n)).add(r.pause$.subscribe(()=>{this.videoState.setState(`paused`),A(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&&lu.isNonNullable(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.allocation.target.ended&&this.playIfAllowed()},n)),this.params.tuning.readyOnLoadedMetadata&&this.subscription.add(r.loadedMetadata$.subscribe(()=>{this.params.desiredState.playbackState.getState()===`ready`&&this.videoState.getTransition()?.to===`ready`&&this.videoState.setState(`ready`)},n)),this.params.tuning.changePlaybackStateToPausedWhenEnded&&this.subscription.add(r.ended$.subscribe(()=>{this.videoState.setState(`paused`),A(t.playbackState,`paused`)})),this.allocation.video&&this.textTracksManager?.connect(this.allocation.video,t,e);let a=lu.merge(t.playbackState.stateChangeStarted$,t.videoTrack.stateChangeStarted$,t.seekState.stateChangeEnded$,t.autoVideoTrackLimits.stateChangeStarted$,this.videoState.stateChangeEnded$,lu.observableFrom([`init`])).pipe(lu.debounce(0));this.subscription.add(a.subscribe(this.syncPlayback,n))}destroy(){this.subscription.unsubscribe(),this.volumeSubscription.unsubscribe(),this.textTracksManager?.destroy(),this.trackUrls={},this.params.output.element$.next(void 0),Jt(this.allocation.target,this.params.tuning)}prepare(){let e=this.params.desiredState.videoTrack.getState()?.id;lu.assertNonNullable(e,`MpegProvider: track is not selected`);let{url:t}=this.trackUrls[e];lu.assertNonNullable(t,`MpegProvider: No url for ${e}`),this.params.tuning.requestQuick&&(t=to(t)),this.allocation.target.setAttribute(`src`,t),this.allocation.target.load(),this.params.output.hostname$.next($n(t))}playIfAllowed(){let e=nr(this.allocation.target,()=>{this.params.output.soundProhibitedEvent$.next()}),t=e=>{e||(this.videoState.setState(`paused`),A(this.params.desiredState.playbackState,`paused`,!0))},n=e=>{this.params.output.error$.next({id:`ForcePlay`,message:`play() failed even with workarounds`,category:lu.ErrorCategory.DOM,thrown:e})};this.params.tuning.ignoreForcePlayResultWhenProviderChanged?this.subscription.add(lu.observableFrom(e).subscribe(t,n)):e.then(t,n)}seek(e){this.params.output.willSeekEvent$.next(),this.allocation.target.currentTime=e/1e3}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(Yn(a,{container:this.allocation.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=su.objectValues(this.trackUrls).map(e=>e.track);if(!r||!i||Mn(e,a[0].quality,cu.arrayAt(a,-1)?.quality)){n();return}let o=e.max?lu.isLowerOrEqual(r,e.max):!0,s=e.min?lu.isHigherOrEqual(r,e.min):!0;o&&s||n(e)}}var du=require("@vkontakte/videoplayer-shared"),fu=require("@vkontakte/videoplayer-shared"),pu=[`stun:videostun.mycdn.me:80`],mu=1e3,hu=3,gu=()=>null;class _u{constructor(e,t){this.options=void 0,this.ws=null,this.peerConnection=null,this.serverUrl=``,this.streamKey=``,this.stream=null,this.signalingType=`JOIN`,this.retryTimeout=void 0,this.retryCount=0,this.externalStartCallback=gu,this.externalStopCallback=gu,this.externalErrorCallback=gu,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}}handleUpdateMessage(e){var t=this;return w(function*(){try{let n=yield t.createOffer();t.peerConnection&&(yield t.peerConnection.setLocalDescription(n)),t.handleAnswer(e.sdp)}catch(e){t.handleRTCError(e)}})()}handleLogin(){var e=this;return w(function*(){try{e.peerConnection=new RTCPeerConnection({iceServers:[{urls:pu}]}),e.peerConnection.ontrack=e.onPeerConnectionStream.bind(e),e.peerConnection.onicecandidate=e.onPeerConnectionIceCandidate.bind(e),e.peerConnection.oniceconnectionstatechange=e.onPeerConnectionIceConnectionStateChange.bind(e);let t=yield e.createOffer();yield e.peerConnection.setLocalDescription(t),e.send({type:e.signalingType,inviteType:`OFFER`,streamKey:e.streamKey,sdp:t.sdp,callSupport:!1})}catch(t){e.handleRTCError(t)}})()}handleAnswer(e){var t=this;return w(function*(){try{t.peerConnection&&(yield t.peerConnection.setRemoteDescription(new RTCSessionDescription({type:`answer`,sdp:e})))}catch(e){t.handleRTCError(e)}})()}handleCandidate(e){var t=this;return w(function*(){if(e)try{t.peerConnection&&(yield t.peerConnection.addIceCandidate(e))}catch(e){t.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:fu.ErrorCategory.WTF,message:e.message})}onPeerConnectionStream(e){var t=this;return w(function*(){let n=e.streams[0];t.stream&&t.stream.id===n.id||(t.stream=n,t.externalStartCallback(t.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()))}}createOffer(){var e=this;return w(function*(){let t={offerToReceiveAudio:!0,offerToReceiveVideo:!0,voiceActivityDetection:!1};if(!e.peerConnection)throw Error(`Can not create offer - no peer connection instance `);let n=yield e.peerConnection.createOffer(t),r=n.sdp||``;if(!/^a=rtpmap:\d+ H264\/\d+$/m.test(r))throw Error(`No h264 codec support error`);return n})()}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=j.setTimeout(this.connectWS.bind(this),mu)}normalizeOptions(e={}){let t={stunServerList:pu,maxRetryNumber:hu,errorChanel:null};return e.stunServerList&&(t.stunServerList=e.stunServerList),e.maxRetryNumber&&e.maxRetryNumber>0&&(t.maxRetryNumber=e.maxRetryNumber),t}}class vu{constructor(e){this.subscription=void 0,this.volumeSubscription=void 0,this.params=void 0,this.log=void 0,this.allocation=void 0,this.videoState=new Ot(`stopped`),this.liveStreamClient=void 0,this.maxSeekBackTime$=new du.ValueSubject(0),this.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.allocation.target.pause(),this.allocation.target.srcObject=null,this.params.output.position$.next(0),this.params.output.duration$.next(0),this.params.output.currentVideoBuffer$.next(void 0),this.params.output.currentNativeVideoBuffer$.next(void 0),this.params.output.hostname$.next(void 0),this.videoState.setState(`stopped`),A(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`),A(this.params.desiredState.playbackState,`paused`)):t===`playing`&&(this.videoState.startTransitionTo(`playing`),this.playIfAllowed());return;case`playing`:t===`paused`?(this.videoState.startTransitionTo(`paused`),this.allocation.target.paused?this.videoState.setState(`paused`):this.allocation.target.pause()):n?.to===`playing`&&A(this.params.desiredState.playbackState,`playing`);return;case`paused`:t===`playing`?(this.videoState.startTransitionTo(`playing`),this.playIfAllowed()):n?.to===`paused`&&A(this.params.desiredState.playbackState,`paused`);return;default:return du.assertNever(e)}},this.subscription=new du.Subscription,this.volumeSubscription=new du.Subscription,this.params=e,this.log=this.params.dependencies.logger.createComponentLog(`WebRTCLiveProvider`),this.allocation=ii(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.volumeSubscription.unsubscribe(),this.liveStreamClient.disconnect(),this.params.output.element$.next(void 0),Jt(this.allocation.target,this.params.tuning)}subscribe(){let{output:e,desiredState:t}=this.params,n=t=>{e.error$.next({id:`WebRTCLiveProvider`,category:du.ErrorCategory.WTF,message:`WebRTCLiveProvider internal logic error`,thrown:t})};this.subscription.add(du.merge(this.videoState.stateChangeStarted$.pipe(du.map(e=>({transition:e,type:`start`}))),this.videoState.stateChangeEnded$.pipe(du.map(e=>({transition:e,type:`end`})))).subscribe(({transition:e,type:t})=>{this.log({message:`[videoState change] ${t}: ${JSON.stringify(e)}`})}));let r=_n(this.allocation.target);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.playedTime$,e.playedTime$),i(r.error$,e.error$),i(r.isBuffering$,e.isBuffering$),i(r.currentVideoBuffer$,e.currentNativeVideoBuffer$),i(r.totalBufferDuration$,e.totalBufferDuration$),i(r.bufferRangeCount$,e.bufferRangeCount$),i(Rr(this.allocation.target),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(tn(this.allocation.target,t.volume,r.volumeState$,n,{skipVideoElVolumeSync$:this.params.skipVideoElVolumeSync$})),this.subscription.add(this.params.skipVideoElVolumeSync$.subscribe(i=>{this.volumeSubscription.unsubscribe(),i?this.volumeSubscription.add(t.volume.stateChangeStarted$.subscribe(({to:t})=>e.volume$.next(t),n)):this.volumeSubscription.add(r.volumeState$.subscribe(e.volume$,n))})),this.subscription.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 du.assertNever(n.to)}},n)).add(du.merge(t.playbackState.stateChangeStarted$,this.videoState.stateChangeEnded$,du.observableFrom([`init`])).pipe(du.debounce(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.allocation.video??void 0),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($n(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:du.VideoQuality.INVARIANT}),this.allocation.target.srcObject=e,A(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.currentVideoBuffer$.next(void 0),this.params.output.currentNativeVideoBuffer$.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:du.ErrorCategory.EXTERNAL_API,message:e.message,thrown:e})}playIfAllowed(){nr(this.allocation.target,()=>{this.params.output.soundProhibitedEvent$.next()}).then(e=>{e||(this.videoState.setState(`paused`),A(this.params.desiredState.playbackState,`paused`,!0))},e=>this.params.output.error$.next({id:`ForcePlay`,message:`play() failed even with workarounds`,category:du.ErrorCategory.DOM,thrown:e}))}prepare(){this.liveStreamClient.connect()}}class yu{constructor(e){this.length=void 0,this.array=void 0,this.index=void 0,this.iterator=void 0,this.current=void 0,this.array=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}all(){return this.array}}var Z=require("@vkontakte/videoplayer-shared"),bu=require("@vkontakte/videoplayer-shared"),xu=e=>new bu.Observable(t=>{let n=new bu.Subscription,r=e.desiredPlaybackState$.stateChangeStarted$.pipe(bu.map(({from:e,to:t})=>({from:e,to:t,label:`${e}-${t}`}))),i=e.desiredPlaybackState$.stateChangeEnded$,a=e.providerChanged$.pipe(bu.map(({type:e})=>e!==void 0)),o=bu.combine({providerChanged:e.providerChanged$.pipe(bu.map(({type:e})=>e!==void 0)),videoLastDataObtainedTimestamp:e.videoLastDataObtainedTimestamp$.pipe(bu.map(e=>e??0)),stateChangeStarted:e.desiredPlaybackState$.stateChangeStarted$}).pipe(bu.map(({providerChanged:t,videoLastDataObtainedTimestamp:n,stateChangeStarted:r})=>{let i=bu.now()-n;return t||r?.to!==`playing`||i<e.playbackHangupNoDataThreshold})),s=e.useDelayedPlaybackHangupWithData?o:a,c=new bu.Subject,l=0,u={from:`stopped`,to:`stopped`,label:`unknown`};return n.add(r.subscribe(t=>{l&&j.clearTimeout(l),u=t,l=j.setTimeout(()=>c.next(t),e.maxTransitionInterval),B({m:`hangup.set`,l:t.label,id:l})})),n.add(i.subscribe(()=>{B({m:`hangup.cl`,id:l}),j.clearTimeout(l),u={from:`stopped`,to:`stopped`,label:`unknown`},l=0})),n.add(s.subscribe(t=>{l&&(B({m:`hangup.rs.0`,id:l}),j.clearTimeout(l),l=0,t&&(l=j.setTimeout(()=>c.next(u),e.maxTransitionInterval),B({m:`hangup.rs.1`,id:l})))})),n.add(c.subscribe(t)),()=>{j.clearTimeout(l),n.unsubscribe()}}),Su=require("@vkontakte/videoplayer-shared"),Cu=require("@vkontakte/videoplayer-shared"),wu=require("@vkontakte/videoplayer-shared");function Tu(){let e=wu.getWindow();return new(e.AudioContext||e.webkitAudioContext)}class Eu{constructor(e,t,n,r){this.providerOutput=void 0,this.provider$=void 0,this.volumeMultiplierError$=void 0,this.volumeMultiplier=void 0,this.destroyController=new Su.AbortControllerPolyfilled,this.subscriptions=new Cu.Subscription,this.audioContext=null,this.gainNode=null,this.mediaElementSource=null,this.providerOutput=e,this.provider$=t,this.volumeMultiplierError$=n,this.volumeMultiplier=r,this.subscriptions.add(this.provider$.pipe(Cu.filter(e=>!!e.type),Cu.once()).subscribe(({type:e})=>this.subscribe(e)))}subscribe(e){N.browser.isSafari&&e!==`MPEG`||this.subscriptions.add(Cu.combine({video:this.providerOutput.element$,playbackState:this.providerOutput.playbackState$,volume:this.providerOutput.volume$}).pipe(Cu.filter(({playbackState:e,video:t,volume:{muted:n,volume:r}})=>e===`playing`&&!!t&&!n&&!!r),Cu.once()).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}initAudioContextOnce(e){var t=this;return w(function*(){let{volumeMultiplier:n}=t,r=Tu();t.audioContext=r;let i=r.createGain();if(t.gainNode=i,i.gain.value=n,i.connect(r.destination),r.state===`suspended`&&(yield r.resume(),t.destroyController.signal.aborted))return!1;let a=r.createMediaElementSource(e);return t.mediaElementSource=a,a.connect(i),!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:Eu.errorId,category:Cu.ErrorCategory.VIDEO_PIPELINE,message:e?.message??`${Eu.errorId} exception`,thrown:e})}}Eu.errorId=`VolumeMultiplierManager`;var Du=require("@vkontakte/videoplayer-shared"),Ou=require("@vkontakte/videoplayer-shared"),ku=require("@vkontakte/videoplayer-shared"),Au=e=>{let t=e.data?.code;return typeof t==`number`?t:null};class ju{constructor(e){this.deps=void 0,this.type=`sync`,this.deps=e}analyze(e){if(e.origin!==ku.ErrorOrigin.MediaError)return null;let t=Au(e);if(ku.isNullable(t))return null;let{deps:n}=this,r=n.getCurrentVideoTrack(),i=n.getInitiatedAt(),a=performance.now(),o=n.getAccumulatedPlayingTime(),s=n.getReinitHistory(),c=s.reachedPlaying.length>0;if(n.tracer.log(ju.heuristicName,ku.flattenObject({mediaErrorCode:t,age_ms:Math.round(a-i),bufferLength_s:n.getBufferLength(),bufferAhead_s:n.getBufferAhead(),bufferRangeCount:n.getBufferRangeCount(),quality:r?.quality,reinitPlayingHistory:s.reachedPlaying,reinitHappenedDelta:s.deltas,accumulatedPlayingTime_ms:Math.round(o),position:n.getPosition(),errorId:e.id,videoCodec:n.getVideoCodec(),audioCodec:n.getAudioCodec(),visibilityState:n.getVisibilityState()})),t===4)return{action:n.getFallbackContext().canSwitchCodec?`switch_codec`:`switch_provider`,reason:`MediaError#4: source not supported (${e.id})`};if(t===3&&c){if(o===0)return{action:`switch_provider`,reason:`MediaError#3 after reinit without reaching playing — reinit is useless`};if(o<n.tuning.mayday.playingUnstableThresholdMs)return{action:`switch_provider`,reason:`MediaError#3 with ${n.tuning.mayday.playingUnstableThresholdMs}ms total playing — provider unstable`}}return null}}ju.heuristicName=`MediaErrorHeuristic`;var Mu=require("@vkontakte/videoplayer-shared");class Nu{constructor(e){this._deps=void 0,this.type=`sync`,this._deps=e}analyze(e){let t=`TV fetcher error: ${e.id}`;return e.id!==`LoadManifest`&&(e.origin!==`segment_fetcher`||e.category===Mu.ErrorCategory.FATAL&&!e.canBeRecoverable)?null:e.canBeRecoverable?{action:`switch_provider`,reason:t}:{action:`failover_host`,reason:t}}}Nu.heuristicName=`TvFetcherErrorHeuristic`;var Pu=require("@vkontakte/videoplayer-shared");class Fu{constructor(e){this._deps=void 0,this.type=`sync`,this._deps=e}analyze(e){if(e.origin!==Pu.ErrorOrigin.SegmentFetcher||e.category===Pu.ErrorCategory.FATAL&&!e.canBeRecoverable)return null;let t=`Fetcher error: ${e.id}`;return e.canBeRecoverable?{action:`switch_provider`,reason:t}:{action:`failover_host`,reason:t}}}Fu.heuristicName=`FetcherErrorHeuristic`;var Iu=require("@vkontakte/videoplayer-shared");class Lu{constructor(e){this.deps=void 0,this.type=`sync`,this.deps=e}analyze(e){if(e.origin!==Iu.ErrorOrigin.SegmentAppend)return null;let{deps:t}=this;return t.tracer.log(Lu.heuristicName,Iu.flattenObject({errorId:e.id,videoCodec:t.getVideoCodec(),audioCodec:t.getAudioCodec(),readyState:t.getReadyState(),position:t.getPosition(),bufferLength_s:t.getBufferLength(),bufferAhead_s:t.getBufferAhead(),bufferRangeCount:t.getBufferRangeCount(),canSwitchCodec:t.getFallbackContext().canSwitchCodec})),{action:`switch_codec`,reason:`segment data rejected by decoder (${e.id}) — bitstream of the current codec is broken`}}}Lu.heuristicName=`SegmentAppendHeuristic`;var Ru=require("@vkontakte/videoplayer-shared");class zu{constructor(e,t,n){this.remaining=void 0,this.decayFactor=void 0,this.minTimeout=void 0,this.remaining=e,this.decayFactor=t,this.minTimeout=n}get current(){return this.remaining}decay(){return this.remaining<=this.minTimeout?(this.remaining=0,0):(this.remaining=Math.max(this.remaining*this.decayFactor,this.minTimeout),this.remaining)}reset(e){this.remaining=e}}class Bu{constructor(e){this.deps=void 0,this.type=`async`,this.recommendation$=new Ru.Subject,this.timerId=void 0,this.subscription=void 0,this.error=void 0,this.grace=void 0,this.hangupStartedAt=void 0,this.dataArrivals=0,this.hiddenWaitActive=!1,this.deps=e}analyze(e){var t;return e.origin===Ru.ErrorOrigin.Stall&&(Ru.isNonNullable(this.timerId)||this.hiddenWaitActive)?{action:`wait`,reason:`Stall consumed by active hangup heuristic`}:e.origin!==Ru.ErrorOrigin.Hangup||e.data?.from!==`stopped`?null:(this.cancel(),this.error=e,this.dataArrivals=0,this.hangupStartedAt=Ru.now(),this.deps.tracer.log(Bu.heuristicName,Ru.flattenObject({readyState:this.deps.getReadyState(),videoPaused:this.deps.getVideoPaused(),playbackState:this.deps.desiredPlaybackState$.getState(),bufferAhead:this.deps.getBufferAhead(),bufferRangeCount:this.deps.getBufferRangeCount(),bufferLength:this.deps.getBufferLength(),visibility:this.deps.getVisibilityState(),isMuted:this.deps.getIsMuted(),lastDataMs:this.deps.videoLastDataObtainedTimestamp$.getValue()?Math.round(Ru.now()-this.deps.videoLastDataObtainedTimestamp$.getValue()):void 0})),this.subscription=new Ru.Subscription,this.subscription.add(this.deps.desiredPlaybackState$.stateChangeEnded$.subscribe(()=>{this.logOutcome(`transition_ended`),this.cancel()})),!this.isTabHidden()||((t=this.error)==null||(t=t.data)==null?void 0:t.to)===`playing`&&!this.deps.getIsMuted()&&!this.deps.tuning.mayday.deferAudibleHangupOnHiddenTab?this.startMonitoring():this.waitForVisible())}startMonitoring(){return this.grace=new zu(this.deps.tuning.hangupTimeoutMs,this.deps.tuning.mayday.hangupGraceDecayFactor,this.deps.tuning.mayday.hangupGraceMinTimeoutMs),this.subscription?.add(Ru.merge(this.deps.videoLastDataObtainedTimestamp$.pipe(Ru.filterChanged()),this.deps.currentNativeBuffer$.pipe(Ru.filterChanged())).subscribe(e=>{Ru.isNonNullable(e)&&(this.dataArrivals++,this.restartTimer(this.grace?this.grace.decay():this.deps.tuning.hangupTimeoutMs))})),this.subscription?.add(this.deps.manifestReceived$.subscribe(()=>{this.restartTimer(this.grace?.current??this.deps.tuning.hangupTimeoutMs)})),this.restartTimer(this.grace.current),{action:`wait`,reason:`Hangup detected — waiting for data`}}waitForVisible(){return this.hiddenWaitActive=!0,this.subscription?.add(Ru.fromEvent(Ru.getWindow().document,`visibilitychange`).subscribe(()=>{if(Ru.getWindow().document.visibilityState!==`visible`)return;let e=this.error;this.logOutcome(`reinit_on_visible`),this.cancel(),Ru.isNonNullable(e)&&this.recommendation$.next({error:e,recommendation:{action:`reinit`,reason:`Tab visible — reinit after hidden hangup`}})})),this.logOutcome(`hidden_wait`),{action:`wait`,reason:`Tab hidden — waiting for visible to reinit`}}restartTimer(e){if(Ru.isNonNullable(this.timerId)&&j.clearTimeout(this.timerId),e<=0){this.recommendSwitch();return}this.timerId=j.setTimeout(()=>this.recommendSwitch(),e)}recommendSwitch(e=`Hangup grace period expired`){let t=this.error;if(this.logOutcome(`expired`,e),this.cancel(),Ru.isNonNullable(t)){let n=this.deps.getFallbackContext().canSwitchCodec;this.recommendation$.next({error:t,recommendation:n?{action:`switch_codec`,reason:e}:{action:`switch_provider`,reason:e}})}}isTabHidden(){return this.deps.getVisibilityState()===`hidden`&&!Lr()}logOutcome(e,t){this.deps.tracer.log(`${Bu.heuristicName}:${e}`,Ru.flattenObject({reason:t,dataArrivals:this.dataArrivals,elapsedMs:Ru.isNonNullable(this.hangupStartedAt)?Math.round(Ru.now()-this.hangupStartedAt):void 0,finalGraceMs:this.grace?.current,visibility:this.deps.getVisibilityState(),pip:Lr()}))}cancel(){Ru.isNonNullable(this.timerId)&&(j.clearTimeout(this.timerId),this.timerId=void 0),Ru.isNonNullable(this.subscription)&&(this.subscription.unsubscribe(),this.subscription=void 0),this.error=void 0,this.grace=void 0,this.hiddenWaitActive=!1}reset(){this.cancel()}destroy(){this.cancel()}}Bu.heuristicName=`StartupHangupHeuristic`;var Vu=require("@vkontakte/videoplayer-shared");function Hu(e,t){let{providerOutput:n,maydayStatistics:r}=e;return{tuning:e.tuning,getFallbackContext:e.getFallbackContext,tracer:t,getPosition:()=>n.position$.getValue(),getCurrentVideoTrack:()=>n.currentVideoTrack$.getValue(),getInitiatedAt:()=>r.getInitiatedAt(),getBufferLength:()=>{let e=n.totalBufferDuration$.getValue();return Vu.isNonNullable(e)?e/1e3:0},getBufferAhead:()=>{let e=n.currentNativeVideoBuffer$.getValue(),t=n.position$.getValue();return Vu.isNonNullable(e)?Math.max(e.to-t,0):0},getBufferRangeCount:()=>n.bufferRangeCount$.getValue()??0,getReinitHistory:()=>r.getReinitHistory(),getAccumulatedPlayingTime:()=>r.getAccumulatedPlayingTime(),getVideoCodec:()=>{let e=n.currentVideoTrack$.getValue()?.streamId;if(!Vu.isNullable(e))return n.availableVideoStreams$.getValue().find(t=>t.id===e)?.codec},getAudioCodec:()=>n.currentAudioStream$.getValue()?.codec,getVisibilityState:()=>Vu.getWindow().document.visibilityState,getReadyState:()=>n.element$.getValue()?.readyState,getVideoPaused:()=>n.element$.getValue()?.paused,getIsMuted:()=>n.element$.getValue()?.muted??!1,currentNativeBuffer$:n.currentNativeVideoBuffer$,videoLastDataObtainedTimestamp$:n.videoLastDataObtainedTimestamp$,desiredPlaybackState$:e.desiredPlaybackState$,manifestRequested$:n.manifestRequested$,manifestReceived$:n.manifestReceived$}}var Uu=[ju,Nu,Fu,Lu,Bu];class Wu{constructor(e){this.deps=void 0,this.heuristics=[],this.tracer=void 0,this.providerFailures=0,this.failoverUrlIndex=void 0,this.recommendation$=new Ou.Subject,this.subscription=new Ou.Subscription,this.deps=e,this.tracer=e.tracer.createComponentTracer(`Mayday`);let t=Hu(e,this.tracer),n=e.tuning.mayday.heuristics;this.heuristics=Uu.filter(e=>Du.arrayIncludes(n,e.heuristicName)).map(e=>new e(t));let r=this.heuristics.filter(e=>e.type===`async`);this.subscription.add(Ou.merge(...r.map(e=>e.recommendation$)).subscribe(({error:e,recommendation:t})=>{this.emitRecommendation(e,t)}))}get currentFailoverUrlIndex(){return this.failoverUrlIndex}handleError(e){for(let t of this.heuristics){let n=t.analyze(e);if(Ou.isNonNullable(n)){this.emitRecommendation(e,n);return}}this.emitRecommendation(e,this.computeFallbackRecommendation(e))}emitRecommendation(e,t){let n=this.validateRecommendation(t);n.action!==`wait`&&this.reset(),this.applyStateChange(n),this.recommendation$.next({error:e,recommendation:n})}validateRecommendation(e){return e.action===`switch_codec`&&!this.deps.getFallbackContext().canSwitchCodec?{action:`switch_provider`,reason:`${e.reason} — no more codecs available`}:e.action===`failover_host`&&!this.hasAvailableFailoverHost()?{action:`switch_provider`,reason:`${e.reason} — no failover hosts available`}:e}hasAvailableFailoverHost(){return this.deps.failoverHosts.length>0&&(this.failoverUrlIndex===void 0||this.failoverUrlIndex<this.deps.failoverHosts.length-1)}computeFallbackRecommendation(e){let t=this.deps.getFallbackContext(),n=this.deps.tuning.dash.useFailoverHostsOnAllProviderCrash||e.category===Ou.ErrorCategory.NETWORK,r=e.category===Ou.ErrorCategory.FATAL,i=this.hasAvailableFailoverHost(),a=this.providerFailures<this.deps.tuning.providerErrorLimit&&!r,o=i&&!r&&(n&&t.hasProviderStarted||!a);return a?{action:`reinit`,reason:`Provider error, reinit attempt ${this.providerFailures+1}/${this.deps.tuning.providerErrorLimit}`}:o?{action:`failover_host`,reason:`Switching to failover host`}:t.canSwitchCodec?{action:`switch_codec`,reason:`Switching to next video codec`}:{action:`switch_provider`,reason:`All recovery options exhausted`}}applyStateChange(e){switch(e.action){case`reinit`:this.providerFailures++;break;case`failover_host`:this.failoverUrlIndex=this.failoverUrlIndex===void 0?0:this.failoverUrlIndex+1;break;case`switch_provider`:this.providerFailures=0,this.failoverUrlIndex=void 0;break;default:break}}reset(){for(let e of this.heuristics)e.reset?.call(e)}destroy(){this.subscription.unsubscribe();for(let e of this.heuristics)e.destroy?.call(e);this.tracer.end()}}var Gu=require("@vkontakte/videoplayer-shared");class Ku{constructor(e){this.deps=void 0,this.providerInitiatedAt=0,this.reinitTimestamps=[],this.reinitReachedPlaying=[],this.playingStartTime=void 0,this.accumulatedPlayingTime=0,this.firstFrameReceived=!1,this.subscription=new Gu.Subscription,this.deps=e,this.providerInitiatedAt=performance.now(),this.subscription.add(this.deps.firstFrameEvent$.subscribe(()=>{this.firstFrameReceived||(this.firstFrameReceived=!0,this.deps.playbackState$.getValue()===`playing`&&(this.playingStartTime=performance.now()))})).add(this.deps.playbackState$.subscribe(e=>{this.firstFrameReceived&&(e===`playing`?Gu.isNullable(this.playingStartTime)&&(this.playingStartTime=performance.now()):Gu.isNonNullable(this.playingStartTime)&&(this.accumulatedPlayingTime+=performance.now()-this.playingStartTime,this.playingStartTime=void 0))}))}recordReinit(){this.reinitReachedPlaying.push(this.firstFrameReceived),this.reinitTimestamps.push(performance.now()),this.firstFrameReceived=!1,this.accumulatedPlayingTime=0,this.playingStartTime=void 0}recordProviderSwitch(){this.providerInitiatedAt=performance.now(),this.reinitTimestamps=[],this.reinitReachedPlaying=[],this.playingStartTime=void 0,this.accumulatedPlayingTime=0,this.firstFrameReceived=!1}getInitiatedAt(){return this.providerInitiatedAt}getAccumulatedPlayingTime(){let e=this.accumulatedPlayingTime;return Gu.isNonNullable(this.playingStartTime)&&(e+=performance.now()-this.playingStartTime),e}getReinitHistory(){return{reachedPlaying:[...this.reinitReachedPlaying,this.firstFrameReceived],deltas:this.reinitTimestamps.map((e,t)=>Math.round(e-(t===0?this.providerInitiatedAt:this.reinitTimestamps[t-1])))}}destroy(){this.subscription.unsubscribe()}}var qu={chunkDuration:5e3,maxParallelRequests:5};class Ju{constructor(e){this.current$=new Z.ValueSubject({type:void 0}),this.providerError$=new Z.Subject,this.noAvailableProvidersError$=new Z.Subject,this.volumeMultiplierError$=new Z.Subject,this.providerOutput={position$:new Z.ValueSubject(0),duration$:new Z.ValueSubject(1/0),playedTime$:new Z.ValueSubject(0),volume$:new Z.ValueSubject({muted:!1,volume:1}),availableVideoStreams$:new Z.ValueSubject([]),currentVideoStream$:new Z.ValueSubject(void 0),availableVideoTracks$:new Z.ValueSubject([]),currentVideoTrack$:new Z.ValueSubject(void 0),availableVideoCodecs$:new Z.ValueSubject([]),availableAudioStreams$:new Z.ValueSubject([]),currentAudioStream$:new Z.ValueSubject(void 0),availableAudioTracks$:new Z.ValueSubject([]),availableAudioCodecs$:new Z.ValueSubject([]),currentVideoSegmentLength$:new Z.ValueSubject(0),currentAudioSegmentLength$:new Z.ValueSubject(0),isAudioAvailable$:new Z.ValueSubject(!0),autoVideoTrackLimitingAvailable$:new Z.ValueSubject(!1),autoVideoTrackLimits$:new Z.ValueSubject(void 0),currentVideoBuffer$:new Z.ValueSubject(void 0),currentAudioBuffer$:new Z.ValueSubject(void 0),currentNativeVideoBuffer$:new Z.ValueSubject(void 0),currentNativeAudioBuffer$:new Z.ValueSubject(void 0),totalBufferDuration$:new Z.ValueSubject(void 0),bufferRangeCount$:new Z.ValueSubject(void 0),videoLastDataObtainedTimestamp$:new Z.ValueSubject(void 0),isBuffering$:new Z.ValueSubject(!0),updateDurationError$:new Z.Subject,error$:new Z.Subject,fetcherError$:new Z.Subject,fetcherRecoverableError$:new Z.Subject,warning$:new Z.Subject,willSeekEvent$:new Z.Subject,soundProhibitedEvent$:new Z.Subject,seekedEvent$:new Z.Subject,loopedEvent$:new Z.Subject,endedEvent$:new Z.Subject,manifestRequested$:new Z.Subject,firstBytesManifest$:new Z.Subject,manifestReceived$:new Z.Subject,firstBytesRequested$:new Z.Subject,firstBytesReceived$:new Z.Subject,firstBytesEvent$:new Z.Subject,loadedMetadataEvent$:new Z.Subject,firstFrameEvent$:new Z.Subject,canplay$:new Z.Subject,isLive$:new Z.ValueSubject(void 0),isLiveEnded$:new Z.ValueSubject(null),canPlayLiveTailBuffer$:new Z.ValueSubject(!1),isLowLatency$:new Z.ValueSubject(!1),canChangePlaybackSpeed$:new Z.ValueSubject(!0),liveTime$:new Z.ValueSubject(void 0),liveBufferTime$:new Z.ValueSubject(void 0),liveLatency$:new Z.ValueSubject(void 0),severeStallOccurred$:new Z.Subject,availableTextTracks$:new Z.ValueSubject([]),currentTextTrack$:new Z.ValueSubject(void 0),hostname$:new Z.ValueSubject(void 0),httpConnectionType$:new Z.ValueSubject(void 0),httpConnectionReused$:new Z.ValueSubject(void 0),httpConnectionMetrics$:new Z.ValueSubject(void 0),httpDownloadMetrics$:new Z.ValueSubject(void 0),inPiP$:new Z.ValueSubject(!1),inFullscreen$:new Z.ValueSubject(!1),element$:new Z.ValueSubject(void 0),elementVisible$:new Z.ValueSubject(!0),availableSources$:new Z.ValueSubject(void 0),playbackState$:new Z.ValueSubject(``),getCurrentTime$:new Z.ValueSubject(null)},this.subscription=new Z.Subscription,this.screenFormatsIterator=void 0,this.chromecastFormatsIterator=void 0,this.videoCodecsIterator=void 0,this.log=void 0,this.tracer=void 0,this.params=void 0,this.currentProviderStarted=!1,this.volumeMultiplierManager=null,this.dashMaxTvVideoQuality=null,this.segmentCacheCleared=!1,this.mayday=void 0,this.maydayStatistics=void 0,this.params=e,this.log=this.params.dependencies.logger.createComponentLog(`ProviderContainer`),this.tracer=e.dependencies.tracer.createComponentTracer(`ProviderContainer`);let t=pt([...Wr(this.params.tuning),...Ur(this.params.tuning)],this.params.tuning.disableHlsOnDesktop).filter(t=>Z.isNonNullable(e.sources[t])),{forceFormat:n,formatsToAvoid:r}=this.params.tuning,i=[];i=n?[n]:r.length?[...t.filter(e=>!St.arrayIncludes(r,e)),...t.filter(e=>St.arrayIncludes(r,e))]:t,this.log({message:`Selected formats: ${i.join(` > `)}`}),this.tracer.log(`Selected formats`,Z.flattenObject(i),!0),this.screenFormatsIterator=new yu(i);let a=[...Gr(!0),...Gr(!1)];this.chromecastFormatsIterator=new yu(a.filter(t=>Z.isNonNullable(e.sources[t]))),this.providerOutput.availableSources$.next(e.sources);let{volumeMultiplier:o=1,tuning:{useVolumeMultiplier:s}}=this.params;s&&o!==1&&Eu.isSupported()&&(this.volumeMultiplierManager=new Eu(this.providerOutput,this.current$,this.volumeMultiplierError$,o)),this.maydayStatistics=new Ku(this.providerOutput),this.mayday=new Wu({tuning:this.params.tuning,failoverHosts:this.params.failoverHosts??[],providerOutput:this.providerOutput,desiredPlaybackState$:this.params.desiredState.playbackState,maydayStatistics:this.maydayStatistics,getFallbackContext:()=>this.getFallbackContext(),tracer:this.params.dependencies.tracer})}getFallbackContext(){return{hasProviderStarted:this.currentProviderStarted,canSwitchCodec:!!this.videoCodecsIterator&&!this.videoCodecsIterator.isLast()}}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 yu(e))}))}destroy(){this.destroyProvider(),this.current$.next({type:void 0}),this.subscription.unsubscribe(),this.volumeMultiplierManager?.destroy(),this.volumeMultiplierManager=null,this.mayday.destroy(),this.maydayStatistics.destroy(),this.tracer.end()}initProvider(){let e=this.chooseDestination(),t=this.chooseFormat(e);if(Z.isNullable(t)){this.handleNoFormatsError(e);return}let n;try{n=this.createProvider(e,t)}catch(e){this.providerError$.next({id:`ProviderNotConstructed`,category:Z.ErrorCategory.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.maydayStatistics.recordReinit(),this.destroyProvider(),this.initProvider()}switchToNextProvider(e){this.tracer.log(`switchToNextProvider`,{destination:e}),this.maydayStatistics.recordProviderSwitch(),this.destroyProvider(),this.skipFormat(e),this.initProvider()}switchToNextVideoCodec(){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(),this.mayday.reset();let t=this.providerOutput.position$.getValue()*1e3,n=this.params.desiredState.seekState.getState(),r=n.state!==`none`;this.params.desiredState.seekState.setState({state:`requested`,position:r?n.position:t,forcePrecise:r?n.forcePrecise:!1});let i=this.providerOutput.isBuffering$;i.getValue()||i.next(!0)}handleMaydayRecommendation(e,t){switch(this.tracer.log(`handleMaydayRecommendation`,{action:e.action,reason:e.reason}),e.action){case`reinit`:this.reinitProvider();break;case`failover_host`:this.reinitProvider();break;case`switch_codec`:this.switchToNextVideoCodec();break;case`switch_provider`:this.switchToNextProvider(t);break;case`wait`:break}}applyErrorSideEffects(e,t){let n=this.providerOutput.currentVideoTrack$.getValue();this.dashMaxTvVideoQuality=this.params.tuning.dash.dashMaxTvVideoQuality?Pc(e,t,n?.quality):null,this.clearSegmentCacheOnError(e)}clearSegmentCacheOnError(e){let t=this.params.tuning.segmentCache;t?.enabled&&e.origin===`mediaError`&&(t.clearOnErrorStrategy===`once`&&this.segmentCacheCleared||(this.segmentCacheCleared=!0,Lo()))}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 Z.assertNever(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,skipVideoElVolumeSync$:this.params.skipVideoElVolumeSync$};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);Z.assertNonNullable(n);let{useDashProviderVirtual:i,useDashProviderVirtualMobile:a}=this.params.tuning,{isMobile:s}=N.device;return!s&&i||s&&a?new Gc(T(T({},o),{},{source:n,sourceHls:r,forceVideoCodec:this.videoCodecsIterator?.getValue(),isOnDemand:e===`DASH_ONDEMAND`,dashMaxTvVideoQuality:this.dashMaxTvVideoQuality})):new Ll(T(T({},o),{},{source:n,sourceHls:r,forceVideoCodec:this.videoCodecsIterator?.getValue(),isOnDemand:e===`DASH_ONDEMAND`,dashMaxTvVideoQuality:this.dashMaxTvVideoQuality}))}case`DASH_LIVE_CMAF`:{let n=this.applyFailoverHost(t[e]);return Z.assertNonNullable(n),this.params.tuning.useDashProviderVirtual&&!N.device.isMobile||this.params.tuning.useDashProviderVirtualMobile&&N.device.isMobile?new rl(T(T({},o),{},{source:n})):new zl(T(T({},o),{},{source:n}))}case`HLS`:case`HLS_ONDEMAND`:case`HLS_FMP4`:{let n=this.applyFailoverHost(t[e]);return Z.assertNonNullable(n),new au(T(T({},o),{},{source:n,isOnDemand:e===`HLS_ONDEMAND`}))}case`HLS_LIVE`:case`HLS_LIVE_CMAF`:{let n=this.applyFailoverHost(t[e]);return Z.assertNonNullable(n),new ru(T(T({},o),{},{source:n,config:{maxPausedTime:this.params.tuning.live.maxPausedTime},format:e}))}case`MPEG`:{let n=this.applyFailoverHost(t[e]);return Z.assertNonNullable(n),new uu(T(T({},o),{},{source:n}))}case`DASH_LIVE`:{let n=this.applyFailoverHost(t[e]);return Z.assertNonNullable(n),new ci(T(T({},o),{},{source:n,config:T(T({},qu),{},{maxPausedTime:this.params.tuning.live.maxPausedTime})}))}case`WEB_RTC_LIVE`:{let i=this.applyFailoverHost(t[e]);return Z.assertNonNullable(i),new vu({container:n,source:i,desiredState:r,output:a,dependencies:this.params.dependencies,tuning:this.params.tuning,skipVideoElVolumeSync$:this.params.skipVideoElVolumeSync$})}case`DASH`:case`DASH_LIVE_WEBM`:throw Error(`${e} is no longer supported`);default:return Z.assertNever(e)}}createChromecastProvider(e){let{sources:t,desiredState:n,meta:r,container:i}=this.params,a={meta:r,container:i,source:t,format:e,desiredState:n,output:this.providerOutput,dependencies:this.params.dependencies,tuning:this.params.tuning};if(this.params.tuning.chromecastPresentationApi&&this.params.dependencies.chromecastInitializer instanceof xt){let{chromecastConnector:e}=this.params.dependencies.chromecastInitializer;return Z.assertNonNullable(e),new gt(T(T({},a),{},{chromecastConnector:e}))}let o=this.params.dependencies.chromecastInitializer.connection$.getValue();return Z.assertNonNullable(o),new Nt(T(T({},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 Z.assertNever(e)}}skipFormat(e){switch(e){case`SCREEN`:return this.screenFormatsIterator.next();case`CHROMECAST`:return this.chromecastFormatsIterator.next();default:return Z.assertNever(e)}}handleNoFormatsError(e){switch(e){case`SCREEN`:this.noAvailableProvidersError$.next({forced:this.params.tuning.forceFormat,input:Object.keys(this.params.sources),supported:this.screenFormatsIterator.all()}),this.current$.next({type:void 0});return;case`CHROMECAST`:this.params.dependencies.chromecastInitializer.disconnect();return;default:return Z.assertNever(e)}}applyFailoverHost(e){let t=this.mayday.currentFailoverUrlIndex;if(t===void 0)return e;let n=this.params.failoverHosts[t];if(!n)return e;let r=e=>{let t=new URL(e);return t.host=n,t.toString()};if(e===void 0)return e;if(`type`in e){if(e.type===`raw`)return e;if(e.type===`url`)return T(T({},e),{},{url:r(e.url)})}return wt.objectFromEntries(Ct.objectEntries(e).map(([e,t])=>[e,r(t)]))}initProviderErrorHandling(){let e=new Z.Subscription;e.add(Z.merge(this.providerOutput.error$.pipe(Z.filter(e=>!this.params.tuning.ignoreAudioRendererError||!e.message||!/AUDIO_RENDERER_ERROR/gi.test(e.message))),xu({desiredPlaybackState$:this.params.desiredState.playbackState,maxTransitionInterval:this.params.tuning.maxPlaybackTransitionInterval,playbackHangupNoDataThreshold:this.params.tuning.playbackHangupNoDataThreshold,useDelayedPlaybackHangupWithData:this.params.tuning.useDelayedPlaybackHangupWithData,position$:this.providerOutput.position$,videoLastDataObtainedTimestamp$:this.providerOutput.videoLastDataObtainedTimestamp$,providerChanged$:this.current$}).pipe(Z.map(({from:e,to:t,label:n})=>({id:`ProviderHangup:${n}`,category:Z.ErrorCategory.WTF,message:`A ${n} transition failed to complete within reasonable time`,origin:Z.ErrorOrigin.Hangup,data:{from:e,to:t}})))).subscribe(this.providerError$)),e.add(this.providerOutput.fetcherError$.subscribe(this.providerError$)),this.params.handleNetworkRecoverableErrorAsProviderError&&e.add(this.providerOutput.fetcherRecoverableError$.subscribe(this.providerError$)),e.add(this.current$.subscribe(()=>{this.currentProviderStarted=!1;let t=this.params.desiredState.playbackState.transitionEnded$.pipe(Z.filter(({to:e})=>e===`playing`),Z.once()).subscribe(()=>this.currentProviderStarted=!0);e.add(t)}));let t=()=>{let e=B.drain(),{logDashLiveDebug:t,sendDashLiveDebug:n}=this.params.tuning;if(t&&Z.getWindow().console.log(`===== DASH_LIVE DEBUG START ====
|
|
247
145
|
`,e.map(({time:e,data:t,stack:n})=>`${e}: ${JSON.stringify(t)}${n?`
|
|
248
146
|
`+n:``}`).join(`
|
|
249
147
|
`),`
|
|
250
|
-
===== DASH_LIVE DEBUG END ====`),n){let t=e.reduce((e,{time:t,data:n,stack:r})=>{let i=St.objectEntries(n).map(([e,t])=>`${e}:${t}`).join(`,`);return e+=`${t}: ${i}${r?`: ${r}`:``};`,e},``);Z.devNull.push(`core`,{key:`vp_dash_live_debug`,strings:[t]})}};return e.add(this.providerError$.subscribe(e=>{e.id.startsWith(`ProviderHangup`)&&(B({m:`final.0`,e:e.id}),t())})).add(this.noAvailableProvidersError$.subscribe(()=>{B({m:`final.1`}),t()})),e.add(this.mayday.recommendation$.subscribe(({error:e,recommendation:t})=>{let n=this.current$.getValue(),r=n.destination??`SCREEN`;this.applyErrorSideEffects(e,n.type),this.handleMaydayRecommendation(t,r);let i={error:e,currentDestination:r,action:t.action,reason:t.reason};e.traceAsLog?this.tracer.log(`providerInfo`,Z.flattenObject(i)):this.tracer.error(`providerError`,Z.flattenObject(i))})),e.add(this.providerError$.subscribe(e=>{let{destination:t}=this.current$.getValue();t===`CHROMECAST`?(this.destroyProvider(),this.params.dependencies.chromecastInitializer.stopMedia().then(()=>this.switchToNextProvider(`CHROMECAST`),()=>this.params.dependencies.chromecastInitializer.disconnect())):this.mayday.handleError(e)})),e}}var Q=require("@vkontakte/videoplayer-shared"),Pu=`vk_uvp_throughput`,Fu=`vk_uvp_rtt`,Iu=`one_video_throughput`,Lu=`one_video_rtt`,Ru=()=>{let{navigator:e}=Q.getWindow();if(e)return e.connection},zu=()=>{let e=Ru()?.downlink;if(Q.isNonNullable(e)&&e!==10)return e*1e3},Bu=()=>{let e=Ru()?.rtt;if(Q.isNonNullable(e)&&e!==3e3)return e},Vu=(e,t,n)=>{let r=n*8;return r/(r/e+t)};class Hu{constructor(e){this.throughput=void 0,this.rtt=void 0,this.subscription=new Q.Subscription,this.tuningConfig=void 0,this.concurrentDownloads=new Set,this.throughput$=void 0,this.rtt$=void 0,this.rttAdjustedThroughput$=void 0,this.tuningConfig=e;let t=Hu.loadStored(Pu,Iu,e)||(e.useBrowserEstimation?zu():void 0)||e.initialThroughput,n=Hu.loadStored(Fu,Lu,e)??(e.useBrowserEstimation?Bu():void 0)??0;if(this.throughput$=new Q.ValueSubject(t),this.rtt$=new Q.ValueSubject(n),this.rttAdjustedThroughput$=new Q.ValueSubject(Vu(t,n,e.rttPenaltyRequestSize)),this.throughput=kc.getSmoothedValue(t,-1,e),this.rtt=kc.getSmoothedValue(n,1,e),e.useBrowserEstimation){let e=()=>{let e=zu();e&&this.throughput.next(e);let t=Bu();Q.isNonNullable(t)&&this.rtt.next(t)},t=Ru();t&&`onchange`in t&&this.subscription.add(Q.fromEvent(t,`change`).subscribe(e)),e()}this.subscription.add(this.throughput.smoothed$.subscribe(t=>{Hu.writeStored(Pu,Iu,t,e)})),this.subscription.add(this.rtt.smoothed$.subscribe(t=>{Hu.writeStored(Fu,Lu,t,e)})),this.subscription.add(this.throughput.debounced$.pipe(Q.map(e=>Math.round(e))).subscribe(this.throughput$)),this.subscription.add(this.rtt.debounced$.subscribe(this.rtt$)),this.subscription.add(Q.combine({throughput:this.throughput.smoothed$,rtt:this.rtt.smoothed$}).pipe(Q.map(({throughput:t,rtt:n})=>Vu(t,n,e.rttPenaltyRequestSize)),Q.filter(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=Q.now(),r=new Q.Subscription;switch(this.subscription.add(r),this.concurrentDownloads.add(e),e.readyState){case 4:break;case 3:case 2:r.add(Q.fromEvent(e,`progress`).pipe(Q.once()).subscribe(e=>{t=e.loaded,n=Q.now()}));break;case 1:case 0:r.add(Q.fromEvent(e,`loadstart`).subscribe(()=>{t=0,n=Q.now()}));break}r.add(Q.fromEvent(e,`loadend`).subscribe(i=>{if(e.status===200){let e=i.loaded,r=Q.now(),a=e-t,o=r-n;this.addRawSpeed(a,o,1)}this.concurrentDownloads.delete(e),r.unsubscribe()}))}trackStream(e,t=!1){var n=this;let r=e.getReader();if(!r){e.cancel(`Could not get reader`);return}let i=0,a=Q.now(),o=0,s=Q.now(),c=t=>{this.concurrentDownloads.delete(e),r.releaseLock(),e.cancel(`Throughput Estimator error: ${t}`).catch(()=>{})},l=function(){var u=w(function*({done:u,value:d}){if(u)!t&&n.addRawSpeed(i,Q.now()-a,1),n.concurrentDownloads.delete(e);else if(d){if(t){let e=Q.now();if(e-s>n.tuningConfig.lowLatency.continuesByteSequenceInterval||e-a>n.tuningConfig.lowLatency.maxLastEvaluationTimeout){let e=s-a;e&&n.addRawSpeed(o,e,1,t),o=d.byteLength,a=Q.now()}else o+=d.byteLength;s=Q.now()}else i+=d.byteLength,o+=d.byteLength,o>=n.tuningConfig.streamMinSampleSize&&Q.now()-s>=n.tuningConfig.streamMinSampleTime&&(n.addRawSpeed(o,Q.now()-s,n.concurrentDownloads.size),o=0,s=Q.now());yield r?.read().then(l,c)}});return function(e){return u.apply(this,arguments)}}();this.concurrentDownloads.add(e),r?.read().then(l,c)}addRawSpeed(e,t,n=1,r=!1){if(this.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)}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&&(!this.tuningConfig.measureNonSegmentRequests||t<this.tuningConfig.smallSampleMinDuration+this.rtt$.getValue())||!n&&!this.tuningConfig.measureFastSamples&&t<=this.tuningConfig.cacheThresholdSize)}get throughputVariance$(){return this.throughput.varianceCoefficient$}static loadStored(e,t,n){if(!n.useThroughputTtl){let e=Q.safeStorage.get(t);if(!Q.isNonNullable(e))return;let n=parseInt(e,10);return isNaN(n)?void 0:n}let r=Q.safeStorage.get(e)??Q.safeStorage.get(t);if(Q.isNonNullable(r))try{let e=JSON.parse(r);if(typeof e==`object`&&e&&typeof e.value==`number`)return Hu.validateStored(e,n)}catch{}}static writeStored(e,t,n,r){if(!r.useThroughputTtl){Q.safeStorage.set(t,n.toFixed(0));return}let i=JSON.stringify({value:Math.round(n),timestamp:Date.now(),networkType:Ru()?.effectiveType});Q.safeStorage.set(e,i)}static validateStored(e,t){if(!t.useThroughputTtl)return e.value;if(Date.now()-e.timestamp>t.storedThroughputTtlMs)return;let n=Ru()?.effectiveType;if(!(n!==void 0&&e.networkType!==void 0&&n!==e.networkType))return e.value}}var Uu=Hu,Wu=require("@vkontakte/videoplayer-shared"),Gu={mayday:{playingUnstableThresholdMs:3e3,heuristics:[]},allowPlayerReuse:!1,useWorkerTimers:[],throughputEstimator:{type:`EmaAndMa`,emaAlphaSlow:.2,emaAlphaFast:.7,emaAlpha:.45,basisTrendChangeCount:10,changeThreshold:.05,useBrowserEstimation:!0,initialThroughput:5e3,measureNonSegmentRequests:!1,rttPenaltyRequestSize:1*1024*1024,streamMinSampleSize:10*1024,streamMinSampleTime:300,smallSampleMinDuration:100,cacheThresholdSize:20,measureFastSamples:!1,deviationDepth:20,deviationFactor:.5,lowLatency:{continuesByteSequenceInterval:50,maxLastEvaluationTimeout:300},useThroughputTtl:!1,storedThroughputTtlMs:144e5},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:Wu.VideoQuality.Q_4320P,activeVideoAreaThreshold:.1,highQualityLimit:Wu.VideoQuality.Q_720P,trafficSavingLimit:Wu.VideoQuality.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,ignoreStallsOnPause:!1},droppedFramesChecker:{enabled:!1,percentLimit:.1,checkTime:1e3,countLimit:3,tickCountAfterQualityChange:5,qualityUpWaitingTime:5e3,minQualityBanLimit:Wu.VideoQuality.Q_480P},dash:{forwardBufferTarget:6e4,forwardBufferTargetAuto:6e4,forwardBufferTargetManual:5*6e4,forwardBufferTargetPreload:5e3,audioBufferAheadOfVideoMs:6e4,seekBiasInTheEnd:2e3,maxSegmentDurationLeftToSelectNextSegment:3e3,minSafeBufferThreshold:.5,bufferPruningSafeZone:1e3,segmentRequestSize:1*1024*1024,maxVirtualBufferSize:250*1024*1024,virtualBufferPruneSize:100*1024*1024,representationSwitchForwardBufferGap:6e4,crashOnStallTimeout:25e3,crashOnStallTWithoutDataTimeout:5e3,restoreBufferBeforeCrashTimeout:1e3,enableSubSegmentBufferFeeding:!0,bufferEmptinessTolerance:100,virtualBufferEmptinessTolerance:100,useBufferQueueVerification:!1,useVirtualBufferImplicitSeek:!1,bufferQueueVerificationMinPosition:2e3,useNewRepresentationSwitch:!1,useDelayedRepresentationSwitch:!1,useSmartRepresentationSwitch:!1,stallForceSeekOncePerStall:!1,useFetchPriorityHints:!0,enableBaseUrlSupport:!0,maxSegmentRetryCount:5,sourceOpenTimeout:1e3,vktvAbrThrottle:0,timeupdateEventTickThrottle:300,fetcherBufferOptimisation:!0,usePersistentGaps:!1,abrThrottle:0,useVideoElementWaitingCurrentTimeReassign:!0,stallWatchdogInterval:100,liveUpdateInterval:1e3,liveStallReinitInterval:3e3,ignoreNetworkErrorsOnLoadInit:!1,bufferTolerance:100,minNativeBufferSize:5e3,removeTimeShiftFromSegment:500,tickMaintainInterval:100,minSafeBufferToPlay:0,useBufferHoldingOnlyOnStall:!0,useNewAbr:!1,useAbrPhases:!1,abrVideoRules:[`fits_container_rule`,`throughput_rule`,`buffer_rule`,`stalls_rule`,`upper_limit_rule`,`lower_limit_rule`],abrAudioRules:[`throughput_rule`,`min_audio_for_video_rule`],useDynamicBirtateRule:!1,useFailoverHostsOnAllProviderCrash:!1,saveData3gQualityLimit:Wu.VideoQuality.Q_240P,saveData2gQualityLimit:Wu.VideoQuality.Q_144P,useConnectionDataUpperLimit:!1,abandon:{minElapsedMs:1500,bufferSafetyFactor:.8,minLoadedFraction:.15,minBufferToActivateMs:500},bola:{bufferTargetMs:3e4,minBufferMs:1e4,minBufferPerBitrateLevelMs:2e3,placeholderBufferDecay:.99,fallbackSegmentDurationMs:4e3,finiteThresholdMs:6e4,adaptiveBufferTargetK:.5,adaptiveBufferTargetMaxMs:6e4,trimDetectThresholdMs:1e4,antiCascadeDownshift:!0},insufficientBuffer:{thresholdMs:500,gracePeriodAfterPlaybackResetMs:1e3,budgetFactor:.5,fallbackSegmentDurationMs:6e3},videoStreamRepresentaionsFilter:[],filterOnDemandQualityList:!1,dashMaxTvVideoQuality:!1,checkRepresentationCanPlayType:!1,preloadFirstSegment:!1,maxQualityForFirstSegmentPreload:Wu.VideoQuality.Q_480P,tracerResumeOnUnexpectedStall:!1},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,catchupLiveForMutedInactiveTab:!1},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,useDelayedPlaybackHangupWithData:!1,playbackHangupNoDataThreshold:5e3,hangupTimeoutMs:5e3,endGapTolerance:300,stallIgnoreThreshold:33,stallHandlingStrategy:`exclude-threshold`,gapWatchdogInterval:50,requestQuick:!1,useHlsJs:!1,disableHlsOnDesktop:!1,useNativeHLSTextTracks:!1,useNewSwitchTo:!1,alwaysAbortPreviousSwitch:!1,useDashProviderVirtual:!1,useDashProviderVirtualMobile:!1,useNewAutoSelectVideoTrack:!1,useSafariEndlessRequestBugfix:!0,useSafariOptimisticPositionForLiveEdgeBugfix:!1,isAudioDisabled:!1,autoplayOnlyInActiveTab:!0,autoplayOnlyIfVisible:!0,dynamicImportTimeout:5e3,maxPlaybackTransitionInterval:2e4,providerErrorLimit:3,manifestRetryInterval:300,manifestRetryMaxInterval:1e4,manifestRetryMaxCount:10,audioVideoSyncRate:20,webrtc:{connectionRetryMaxNumber:3},useVolumeMultiplier:!1,ignoreAudioRendererError:!1,useEnableSubtitlesParam:!1,useHlsLiveNewTextManager:!1,exposeInternalsToGlobal:!1,hlsLiveNewTextManagerDownloadThreshold:4e3,disableYandexPiP:!1,asyncResolveClientChecker:!1,changePlaybackStateToPausedWhenEnded:!1,suppressExceptionsInObservables:!0,devNullLogEnabled:!1,collectingDecodingInfoEnabled:!1,sendDashLiveDebug:!1,logDashLiveDebug:!1,reuseOwnVideoElement:!1,handleExtendedNetworkErrorsSet:!1,useUrlCacheMechanism:!1,useDurationFromSegments:!0,dropUrlCacheWhenProviderCrashed:!1,ignoreForcePlayResultWhenProviderChanged:!1,hls:{filterOnDemandQualityList:!1},disableSubtitles:!1,audioOnly:!1,readyOnLoadedMetadata:!1},Ku=e=>Wu.fillWithDefault(e,Gu),$=require("@vkontakte/videoplayer-shared"),qu=require("@vkontakte/videoplayer-shared"),Ju=({seekState:e,position$:t})=>qu.merge(e.stateChangeEnded$.pipe(qu.map(({to:e})=>e.state===`none`?void 0:(e.position??NaN)/1e3),qu.filter(qu.isNonNullable)),t.pipe(qu.filter(()=>e.getState().state===`none`))),Yu=require("@vkontakte/videoplayer-shared"),Xu=e=>{let t=typeof e.container==`string`?document.getElementById(e.container):e.container;return Yu.assertNonNullable(t,`Wrong container or containerId {${e.container}}`),t},Zu=require("@vkontakte/videoplayer-shared"),Qu=(e,t,n,r)=>{e!==void 0&&t.getState()===void 0&&t.getPrevState()===void 0&&n?.getValue().length===0?n.pipe(Zu.filter(e=>e.length>0),Zu.once()).subscribe(n=>{n.find(r)&&t.startTransitionTo(e)}):(e===void 0||n?.getValue().find(r))&&t.startTransitionTo(e)},$u=require("@vkontakte/videoplayer-shared"),ed=require("@vkontakte/videoplayer-shared"),td=require("@vkontakte/videoplayer-shared"),nd=require("@vkontakte/videoplayer-shared"),rd=()=>{let e=`mediaCapabilities`in nd.getWindow().navigator?id:ad,t=$u.requestIdleCallbackPolyfilled(w(function*(){let t=yield Promise.all(ed.objectEntries(od).map(function(){var t=w(function*([t,n]){return{codec:t,supported:yield e(n)}});return function(e){return t.apply(this,arguments)}}())),n=[N.browser.current,...t.map(e=>JSON.stringify(e))].slice(0,16);return nd.devNull.push(`core`,{key:`videoplayer_decoding_info`,strings:n}),t}));return()=>td.cancelIdleCallbackPolyfilled(t)},id=function(){var e=w(function*(e){if(!e)return Promise.resolve({supported:!1});let t={[`channels`in e?`audio`:`video`]:e};return yield nd.getWindow().navigator.mediaCapabilities.decodingInfo(T({type:`media-source`},t))});return function(t){return e.apply(this,arguments)}}(),ad=e=>{if(!e)return Promise.resolve({supported:!1});let t=nd.getWindow().document,n=`channels`in e?t.createElement(`audio`):t.createElement(`video`);return Promise.resolve({supported:n.canPlayType(e?.contentType??``)===`probably`})},od={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}},sd={playbackState$:void 0,position$:0,duration$:1/0,playedTime$:0,muted$:!1,volume$:1,availableVideoStreams$:[],currentVideoStream$:void 0,availableVideoTracks$:[],availableQualities$:[],availableQualitiesFps$:{},currentQuality$:void 0,isAutoQualityEnabled$:!0,autoQualityLimitingAvailable$:!1,autoQualityLimits$:{},predefinedQualityLimitType$:`unknown`,availableAudioStreams$:[],currentAudioStream$:void 0,availableAudioTracks$:[],isAudioAvailable$:!0,currentPlaybackRate$:1,currentBuffer$:{start:0,end:0},currentNativeBuffer$:{start:0,end:0},totalBufferDuration$:0,isBuffering$:!0,isStalled$:!1,stallStartTime$:0,isEnded$:!1,isLooped$:!1,isLive$:void 0,isLiveEnded$:null,canPlayLiveTailBuffer$:!1,canChangePlaybackSpeed$:void 0,atLiveEdge$:void 0,atLiveDurationEdge$:void 0,liveTime$:void 0,liveBufferTime$:void 0,liveLatency$:void 0,currentFormat$:void 0,availableTextTracks$:[],currentTextTrack$:void 0,throughputEstimation$:void 0,rttEstimation$:void 0,videoBitrate$:void 0,hostname$:void 0,httpConnectionType$:void 0,httpConnectionReused$:void 0,httpConnectionMetrics$:void 0,httpDownloadMetrics$:void 0,surface$:`none`,chromecastState$:`NOT_AVAILABLE`,chromecastDeviceName$:void 0,intrinsicVideoSize$:void 0,availableSources$:void 0,currentVideoSegmentLength$:0,currentAudioSegmentLength$:0},cd={audioStream:void 0,autoVideoTrackLimits:{},autoVideoTrackSwitching:!0,currentTextTrack:void 0,externalTextTracks:[],internalTextTracks:[],isLooped:!1,isLowLatency:!1,playbackRate:1,playbackState:`stopped`,seekState:{state:`none`},textTrackCuesSettings:{},videoTrack:void 0,videoStream:void 0,volume:{volume:1,muted:!1}};class ld{constructor(e={},t=$.TracerFactory.createRootTracer(`fake`),n){this.subscription=new $.Subscription,this.persistentSubscription=new $.Subscription,this.domContainer=null,this.providerContainer=void 0,this.chromecastInitializer=void 0,this.logger=new $.Logger,this.tracer=void 0,this.abrLogger=this.logger.createComponentLog(`ABR`),this.config=void 0,this.tuning=void 0,this.throughputEstimator=void 0,this.internalsExposure=null,this.isPlaybackStarted=!1,this.suppressWillStop=!1,this.initedAt=void 0,this.hasLiveOffsetByPaused=new $.ValueSubject(!1),this.hasLiveOffsetByPausedTimer=0,this.playerInitRequest=0,this.playerInited=new $.ValueSubject(!1),this.explicitInitialQuality=void 0,this.wasSetStartedQuality=!1,this.desiredState=be.objectEntries(cd).reduce((e,[t,n])=>(e[t]=new Dt(n),e),{}),this.info=be.objectEntries(sd).reduce((e,[t,n])=>(e[t]=new $.ValueSubject(n),e),{}),this.events={inited$:new $.Subject,ready$:new $.Subject,started$:new $.Subject,playing$:new $.Subject,paused$:new $.Subject,stopped$:new $.Subject,willReady$:new $.Subject,willStart$:new $.Subject,willResume$:new $.Subject,willPause$:new $.Subject,willStop$:new $.Subject,willDestruct$:new $.Subject,watchCoverageRecord$:new $.Subject,watchCoverageLive$:new $.Subject,managedError$:new $.Subject,fatalError$:new $.Subject,fetcherRecoverableError$:new $.Subject,ended$:new $.Subject,looped$:new $.Subject,seeked$:new $.Subject,willSeek$:new $.Subject,autoplaySoundProhibited$:new $.Subject,manifestRequested$:new $.Subject,firstBytesManifest$:new $.Subject,manifestReceived$:new $.Subject,firstBytesRequested$:new $.Subject,firstBytesReceived$:new $.Subject,firstBytes$:new $.Subject,loadedMetadata$:new $.Subject,firstFrame$:new $.Subject,canplay$:new $.Subject,log$:new $.Subject,fetcherError$:new $.Subject,severeStallOccured$:new $.Subject},this.experimental={element$:new $.ValueSubject(void 0),enableDebugTelemetry$:new $.ValueSubject(!1),dumpTelemetry:En,getCurrentTime$:new $.ValueSubject(null),skipVideoElVolumeSync$:new $.ValueSubject(!1)},this.devNullLog=void 0,this.collectDecodingInfoDestroyCb=void 0,this.hasReleasedTimers=!1,this.doInit=e=>{let{container:t}=e,n=ee(e,C);this.tracer.log(`initVideo`,$.flattenObject(n),!0),this.domContainer=Xu(e),this.chromecastInitializer.contentId=e.meta?.videoId,this.providerContainer=new Nu({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,skipVideoElVolumeSync$:this.experimental.skipVideoElVolumeSync$,handleNetworkRecoverableErrorAsProviderError:e.handleNetworkRecoverableErrorAsProviderError}),this.initProviderContainerSubscription(this.providerContainer),this.initStartingVideoTrack(this.providerContainer),this.providerContainer.init(),this.setLiveLowLatency(this.tuning.dashCmafLive.lowLatency.isActiveOnDefault),this.initDebugTelemetry(),this.initWakeLock(),this.playerInited.next(!0),this.devNullLog&&this.tuning.devNullLogEnabled?($.devNull.subscribe(`core`,this.devNullLog),this.tuning.collectingDecodingInfoEnabled&&(this.collectDecodingInfoDestroyCb=rd())):$.devNull.destroy(`core`)},this.initLogs(),this.tuning=Ku(e),this.tracer=t,$.retainTimers(this.tuning.useWorkerTimers),this.tuning.suppressExceptionsInObservables&&(xe.objectValues(this.info).forEach(e=>e.setSuppressErrors(!0)),xe.objectValues(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 bt(r):new we(r),this.throughputEstimator=new Uu(this.tuning.throughputEstimator),e.exposeInternalsToGlobal&&(this.internalsExposure=new $.InternalsExposure(`core`,$.getPlayerId(n?.playerId)),this.internalsExposure.expose({player:this,getTimersDiagnostics:$.getTimersDiagnostics})),this.initChromecastSubscription(),this.initDesiredStateSubscriptions(),this.devNullLog=n?.onDevNullLog,$.devNull.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 Se.arrayIncludes([`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:$.ErrorCategory.WTF,message:a,thrown:e}),e}}:r}})}resetDesiredState(){let e=(e,t)=>{e.setState(t)};Object.keys(this.desiredState).forEach(t=>{e(this.desiredState[t],cd[t])})}reset(){this.subscription.unsubscribe(),this.providerContainer?.destroy(),this.providerContainer=void 0,j.clearTimeout(this.hasLiveOffsetByPausedTimer),this.collectDecodingInfoDestroyCb?.call(this),this.playerInited.next(!1),this.resetDesiredState();let e=(e,t)=>{e.next(t)},t=[`muted$`,`volume$`];Object.keys(this.info).forEach(n=>{Se.arrayIncludes(t,n)?e(this.info[n],this.info[n].getValue()):e(this.info[n],sd[n])})}initAudio(e){return this.initVideo(T(T({},e),{},{container:e.audioElement??document.createElement(`audio`)}))}initVideo(e){let t=$.getWindow();this.config=e,this.internalsExposure?.expose({config:e,logger:this.logger,tuning:this.tuning}),this.setMuted(this.tuning.isAudioDisabled);let n=()=>{this.tuning.autoplayOnlyIfVisible&&t.requestAnimationFrame?this.playerInitRequest=t.requestAnimationFrame(()=>this.doInit(e)):this.doInit(e)},r=()=>{this.tuning.asyncResolveClientChecker?N.isInited$.pipe($.filter(e=>!!e),$.once()).subscribe(()=>{console.log(`Core SDK async start`),n()}):n()};return this.isNotActiveTabCase()?(this.tracer.log(`request play from hidden tab`),$.fromEvent(t.document,`visibilitychange`).pipe($.once()).subscribe(r)):r(),this}destroy(e){let t=$.getWindow();this.tracer.log(`destroy`),j.clearTimeout(this.hasLiveOffsetByPausedTimer),this.playerInitRequest&&t.cancelAnimationFrame(this.playerInitRequest),this.events.willDestruct$.next(),this.suppressWillStop=e?.reportStop===!1,this.stop(),this.providerContainer?.destroy(),this.throughputEstimator.destroy(),this.chromecastInitializer.destroy(),this.subscription.unsubscribe(),this.persistentSubscription.unsubscribe(),this.tracer.end(),this.internalsExposure?.destroy(),$.devNull.destroy(`core`),this.collectDecodingInfoDestroyCb?.call(this),this.hasReleasedTimers||(this.hasReleasedTimers=!0,$.releaseTimers())}waitInit(e){this.playerInited.getValue()?e():this.subscription.add(this.playerInited.pipe($.filter(e=>!!e),$.once()).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.tuning.allowPlayerReuse&&this.reset())}),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),i<0&&!r&&(i=0),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,n=!1){return this.waitInit(()=>{this.experimental.skipVideoElVolumeSync$.next(n);let r=this.desiredState.volume,i=r.getTransition()?.to.muted??this.info.muted$.getValue(),a=t??(this.tuning.isAudioDisabled||i);this.tracer.log(`setVolume`,{volume:e,isAudioDisabled:this.tuning.isAudioDisabled,chromecastState:this.chromecastInitializer.castState$.getValue(),muted:a}),this.chromecastInitializer.castState$.getValue()===`CONNECTED`&&!(this.chromecastInitializer instanceof bt)?this.chromecastInitializer.setVolume(e):r.startTransitionTo({volume:e,muted:a})}),this}setMuted(e,t=!1,n=!1){return this.waitInit(()=>{this.experimental.skipVideoElVolumeSync$.next(n);let r=this.desiredState.volume,i=this.tuning.isAudioDisabled&&!t||e,a=r.getTransition()?.to.volume??this.info.volume$.getValue();this.tracer.log(`setMuted`,{isMuted:e,nextMuted:i,volume:a,isAudioDisabled:this.tuning.isAudioDisabled,chromecastState:this.chromecastInitializer.castState$.getValue()}),this.chromecastInitializer.castState$.getValue()===`CONNECTED`&&!(this.chromecastInitializer instanceof bt)?this.chromecastInitializer.setMuted(i):r.startTransitionTo({volume:a,muted:i})}),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(()=>{$.assertNonNullable(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($.filter(e=>e.length>0),$.once()).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`,$.flattenObject(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`,$.flattenObject(e)),this.desiredState.externalTextTracks.startTransitionTo(e.map(e=>T({type:`external`},e)))}),this}selectTextTrack(e){return this.waitInit(()=>{Qu(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`,T({},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()}getExactTime(){if(!this.providerContainer)return 0;let e=this.providerContainer.providerOutput.element$.getValue();if($.isNullable(e))return this.info.position$.getValue();let t=this.desiredState.seekState.getState(),n=t.state===`none`?void 0:t.position;return $.isNonNullable(n)?n/1e3:e.currentTime}getExactLiveTime(){if(!this.providerContainer)return 0;let e=this.desiredState.seekState.getState(),t=e.state===`none`?void 0:e.position;return($.isNonNullable(t)?t:this.info.liveTime$.getValue()??0)/1e3}getAllLogs(){return this.logger.getAllLogs()}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.persistentSubscription.add($.merge(this.desiredState.playbackState.stateChangeStarted$,this.desiredState.playbackState.forceChanged$).pipe($.map(e=>e.to)).subscribe(this.info.playbackState$)).add(this.desiredState.isLooped.stateChangeEnded$.pipe($.map(e=>e.to)).subscribe(this.info.isLooped$)).add(this.desiredState.playbackRate.stateChangeEnded$.pipe($.map(e=>e.to)).subscribe(this.info.currentPlaybackRate$)).add(this.desiredState.autoVideoTrackSwitching.stateChangeEnded$.pipe($.map(e=>e.to)).subscribe(this.info.isAutoQualityEnabled$)).add(this.desiredState.autoVideoTrackLimits.stateChangeEnded$.pipe($.map(e=>e.to)).subscribe(e=>{this.info.autoQualityLimits$.next(e);let{highQualityLimit:t,trafficSavingLimit:n}=this.tuning.autoTrackSelection;this.info.predefinedQualityLimitType$.next(An(e,t,n))})).add($.merge(this.desiredState.playbackState.stateChangeStarted$,this.desiredState.playbackState.forceChanged$).pipe($.filter(({from:e})=>e===`stopped`)).subscribe(()=>{this.initedAt=$.now(),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.suppressWillStop||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`,$.flattenObject(e)),e.state===`requested`?this.desiredState.seekState.setState(T(T({},e),{},{state:`applying`})):this.events.managedError$.next({id:`WillSeekIn${e.state}`,category:$.ErrorCategory.WTF,message:`Received unexpeceted willSeek$`})})).add(e.providerOutput.soundProhibitedEvent$.pipe($.once()).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`,$.flattenObject(e)),e.state===`applying`&&(this.desiredState.seekState.setState({state:`none`}),this.events.seeked$.next())})).add(e.current$.pipe($.map(e=>e.type)).subscribe(this.info.currentFormat$)).add(e.current$.pipe($.map(e=>e.destination),$.filterChanged()).subscribe(()=>this.isPlaybackStarted=!1)).add(e.providerOutput.availableVideoStreams$.subscribe(this.info.availableVideoStreams$)).add(e.providerOutput.availableVideoTracks$.subscribe(this.info.availableVideoTracks$)).add($.combine({availableVideoTracks:e.providerOutput.availableVideoTracks$,currentVideoStream:e.providerOutput.currentVideoStream$}).pipe($.map(({availableVideoTracks:e,currentVideoStream:t})=>e.filter(e=>t?t.id===e.streamId:!0).map(({quality:e})=>e).sort((e,t)=>$.isInvariantQuality(e)?1:$.isInvariantQuality(t)?-1:$.isHigher(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($.filterChanged()).subscribe(this.info.isAudioAvailable$)).add(e.providerOutput.currentVideoTrack$.pipe($.filter(e=>$.isNonNullable(e))).subscribe(e=>{this.info.currentQuality$.next(e?.quality),this.info.videoBitrate$.next(e?.bitrate)})).add(e.providerOutput.currentVideoSegmentLength$.pipe($.filterChanged((e,t)=>Math.round(e)===Math.round(t))).subscribe(this.info.currentVideoSegmentLength$)).add(e.providerOutput.currentAudioSegmentLength$.pipe($.filterChanged((e,t)=>Math.round(e)===Math.round(t))).subscribe(this.info.currentAudioSegmentLength$)).add(e.providerOutput.hostname$.pipe($.filterChanged()).subscribe(this.info.hostname$)).add(e.providerOutput.httpConnectionType$.pipe($.filterChanged()).subscribe(this.info.httpConnectionType$)).add(e.providerOutput.httpConnectionReused$.pipe($.filterChanged()).subscribe(this.info.httpConnectionReused$)).add(e.providerOutput.httpConnectionMetrics$.pipe($.filterChanged()).subscribe(this.info.httpConnectionMetrics$)).add(e.providerOutput.httpDownloadMetrics$.pipe($.filterChanged()).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($.map(e=>e?{start:e.from,end:e.to}:{start:0,end:0})).subscribe(this.info.currentBuffer$)).add(e.providerOutput.currentNativeBuffer$.pipe($.map(e=>e?{start:e.from,end:e.to}:{start:0,end:0})).subscribe(this.info.currentNativeBuffer$)).add(e.providerOutput.totalBufferDuration$.subscribe(this.info.totalBufferDuration$)).add(e.providerOutput.duration$.subscribe(this.info.duration$)).add(e.providerOutput.playedTime$.subscribe(this.info.playedTime$)).add(e.providerOutput.isBuffering$.subscribe(this.info.isBuffering$)).add(e.providerOutput.isLive$.subscribe(this.info.isLive$)).add(e.providerOutput.isLiveEnded$.pipe($.tap(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($.filterChanged()).subscribe(this.info.liveTime$)).add(e.providerOutput.liveBufferTime$.subscribe(this.info.liveBufferTime$)).add(e.providerOutput.liveLatency$.subscribe(this.info.liveLatency$)).add($.combine({hasLiveOffsetByPaused:$.merge(this.desiredState.playbackState.stateChangeStarted$,this.desiredState.playbackState.forceChanged$).pipe($.map(e=>e.to),$.filterChanged(),$.map(e=>e===`paused`)),isLowLatency:e.providerOutput.isLowLatency$}).subscribe(({hasLiveOffsetByPaused:e,isLowLatency:t})=>{if(j.clearTimeout(this.hasLiveOffsetByPausedTimer),e){this.hasLiveOffsetByPausedTimer=j.setTimeout(()=>{this.hasLiveOffsetByPaused.next(!0)},this.getActiveLiveDelay(t));return}this.hasLiveOffsetByPaused.next(!1)})).add($.combine({atLiveEdge:$.combine({isLive:e.providerOutput.isLive$,isLowLatency:e.providerOutput.isLowLatency$,position:Ju({seekState:this.desiredState.seekState,position$:e.providerOutput.position$})}).pipe($.map(({isLive:e,position:t,isLowLatency:n})=>{let r=this.getActiveLiveDelay(n);return e&&Math.abs(t)<r/1e3}),$.filterChanged(),$.tap(e=>e&&this.setPlaybackRate(1))),hasPausedTimeoutCase:this.hasLiveOffsetByPaused}).pipe($.map(({atLiveEdge:e,hasPausedTimeoutCase:t})=>e&&!t)).subscribe(this.info.atLiveEdge$)).add($.combine({isLive:e.providerOutput.isLive$,position:N.browser.isSafari&&this.tuning.useSafariOptimisticPositionForLiveEdgeBugfix?Ju({seekState:this.desiredState.seekState,position$:e.providerOutput.position$}):e.providerOutput.position$,duration:e.providerOutput.duration$}).pipe($.map(({isLive:e,position:t,duration:n})=>e&&(Math.abs(n)-Math.abs(t))*1e3<this.tuning.live.activeLiveDelay),$.filterChanged(),$.tap(e=>e&&this.setPlaybackRate(1))).subscribe(this.info.atLiveDurationEdge$)).add(e.providerOutput.volume$.pipe($.map(e=>e.muted),$.filterChanged()).subscribe(this.info.muted$)).add(e.providerOutput.volume$.pipe($.map(e=>e.volume),$.filterChanged()).subscribe(this.info.volume$)).add(Ju({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($.merge(e.providerOutput.endedEvent$.pipe($.mapTo(!0)),e.providerOutput.seekedEvent$.pipe($.mapTo(!1))).pipe($.filterChanged()).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.updateDurationError$.subscribe(this.events.managedError$)).add(e.providerOutput.fetcherRecoverableError$.subscribe(this.events.fetcherRecoverableError$)).add(e.providerOutput.fetcherError$.pipe($.filter(e=>e.category===$.ErrorCategory.FATAL)).subscribe(this.events.fatalError$)).add(e.volumeMultiplierError$.subscribe(this.events.managedError$)).add(e.noAvailableProvidersError$.pipe($.map(({forced:e,input:t,supported:n})=>{let r,i;return e?(r=`NoForcedFormat`,i=`${e} was forced but failed or not available`):n.length?(r=`NoFormats`,i=`All formats failed`):t.length?(r=`NoSupportedFormats`,i=`No supported formats`):(r=`NoInputFormats`,i=`No formats supplied`),$.assertNonNullable(r),{id:r,category:$.ErrorCategory.VIDEO_PIPELINE,message:i}})).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($.once()).subscribe(this.events.manifestRequested$)).add(e.providerOutput.firstBytesManifest$.pipe($.once()).subscribe(this.events.firstBytesManifest$)).add(e.providerOutput.manifestReceived$.pipe($.once()).subscribe(this.events.manifestReceived$)).add(e.providerOutput.firstBytesRequested$.pipe($.once()).subscribe(this.events.firstBytesRequested$)).add(e.providerOutput.firstBytesReceived$.pipe($.once()).subscribe(this.events.firstBytesReceived$)).add(e.providerOutput.firstBytesEvent$.pipe($.once(),$.map(e=>e??$.now()-this.initedAt)).subscribe(this.events.firstBytes$)).add(e.providerOutput.loadedMetadataEvent$.subscribe(this.events.loadedMetadata$)).add(e.providerOutput.firstFrameEvent$.pipe($.once(),$.map(()=>$.now()-this.initedAt)).subscribe(this.events.firstFrame$)).add(e.providerOutput.canplay$.pipe($.once(),$.map(()=>$.now()-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 $.ValueSubject(!1);this.subscription.add(e.providerOutput.seekedEvent$.subscribe(()=>t.next(!1))).add(e.providerOutput.willSeekEvent$.subscribe(()=>t.next(!0)));let n=new $.ValueSubject(!0);this.subscription.add(e.current$.subscribe(()=>n.next(!0))).add(this.desiredState.playbackState.stateChangeEnded$.pipe($.filter(({to:e})=>e===`playing`),$.once()).subscribe(()=>n.next(!1)));let r=0,i=0,a=$.merge(e.providerOutput.isBuffering$,t,n).pipe($.map(()=>{let r=e.providerOutput.isBuffering$.getValue(),i=t.getValue()||n.getValue();return r&&!i}),$.filterChanged());this.subscription.add(a.subscribe(e=>{let{stallIgnoreThreshold:t,stallHandlingStrategy:n}=this.tuning;e?(i=$.now(),n===`verbose`&&this.info.stallStartTime$.next(i),r=j.setTimeout(()=>{this.info.isStalled$.next(!0),i&&this.info.stallStartTime$.next(n===`exclude-threshold`?$.now():i)},t)):(j.clearTimeout(r),this.info.isStalled$.next(!1),i=0,this.info.stallStartTime$.next(0))})),this.subscription.add($.merge(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=>{var n,r;let i=e.providerOutput.element$.getValue();this.setIntrinsicVideoSize({width:t==null||(n=t.size)==null?void 0:n.width,height:t==null||(r=t.size)==null?void 0:r.height},{width:i?.videoWidth,height:i?.videoHeight})})),this.subscription.add($.merge(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($.map(e=>e?.castDevice.friendlyName)).subscribe(this.info.chromecastDeviceName$)),this.subscription.add(this.chromecastInitializer.errorEvent$.subscribe(this.events.managedError$))}initStartingVideoTrack(e){let t=new $.Subscription;this.subscription.add(t),this.subscription.add(e.current$.pipe($.filterChanged((e,t)=>e.provider===t.provider)).subscribe(()=>{t.unsubscribe(),t.add(e.providerOutput.availableVideoTracks$.pipe($.filter(e=>e.length>0),$.once()).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,tvDisabled:t})=>e===n&&!t),t||this.setAutoQuality(!0)),!t&&(t=Jn(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.persistentSubscription.add($.merge(this.desiredState.videoTrack.stateChangeStarted$.pipe($.map(e=>({transition:e,entity:`quality`,type:`start`}))),this.desiredState.videoTrack.stateChangeEnded$.pipe($.map(e=>({transition:e,entity:`quality`,type:`end`}))),this.desiredState.autoVideoTrackSwitching.stateChangeStarted$.pipe($.map(e=>({transition:e,entity:`autoQualityEnabled`,type:`start`}))),this.desiredState.autoVideoTrackSwitching.stateChangeEnded$.pipe($.map(e=>({transition:e,entity:`autoQualityEnabled`,type:`end`}))),this.desiredState.seekState.stateChangeStarted$.pipe($.map(e=>({transition:e,entity:`seekState`,type:`start`}))),this.desiredState.seekState.stateChangeEnded$.pipe($.map(e=>({transition:e,entity:`seekState`,type:`end`}))),this.desiredState.playbackState.stateChangeStarted$.pipe($.map(e=>({transition:e,entity:`playbackState`,type:`start`}))),this.desiredState.playbackState.stateChangeEnded$.pipe($.map(e=>({transition:e,entity:`playbackState`,type:`end`})))).pipe($.map(e=>({component:`desiredState`,message:`[${e.entity} change] ${e.type}: ${JSON.stringify(e.transition)}`}))).subscribe(this.logger.log)),this.persistentSubscription.add(this.logger.log$.subscribe(this.events.log$))}initDebugTelemetry(){let e=this.providerContainer?.providerOutput;$.assertNonNullable(this.providerContainer),$.assertNonNullable(e),Tn(),this.experimental.enableDebugTelemetry$.next(this.tuning.enableTelemetryAtStart),[this.experimental.enableDebugTelemetry$.subscribe(e=>wn(e)),this.providerContainer.current$.subscribe(({type:e})=>Dn(`provider`,e)),e.duration$.subscribe(e=>Dn(`duration`,e)),e.availableVideoTracks$.pipe($.filter(e=>!!e.length),$.once()).subscribe(e=>Dn(`tracks`,e)),this.events.fatalError$.subscribe(new On(`fatalError`)),this.events.managedError$.subscribe(new On(`managedError`)),e.position$.subscribe(new On(`position`)),e.currentVideoTrack$.pipe($.map(e=>e?.quality)).subscribe(new On(`quality`)),this.info.currentBuffer$.subscribe(new On(`buffer`)),e.isBuffering$.subscribe(new On(`isBuffering`))].forEach(e=>this.subscription.add(e)),Dn(`codecs`,N.video.supportedCodecs)}initTracerSubscription(){let e=$.getTraceSubscriptionMethod(this.tracer.log.bind(this.tracer)),t=$.getTraceSubscriptionMethod(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($.filterChanged()).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($.combine({currentQuality:this.info.currentQuality$,videoBitrate:this.info.videoBitrate$}).pipe($.filter(({currentQuality:e,videoBitrate:t})=>!!e&&!!t),$.filterChanged((e,t)=>e.currentQuality===t.currentQuality)).subscribe(e(`currentVideoTrack`))).add(this.info.currentVideoSegmentLength$.pipe($.filter(e=>e>0),$.filterChanged()).subscribe(e(`currentVideoSegmentLength`))).add(this.info.currentAudioSegmentLength$.pipe($.filter(e=>e>0),$.filterChanged()).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($.combine({currentBuffer:this.info.currentBuffer$.pipe($.filter(e=>e.end>0),$.filterChanged((e,t)=>e.end===t.end&&e.start===t.start)),position:this.info.position$.pipe($.filterChanged())}).pipe($.throttle(1e3)).subscribe(e(`currentBufferAndPosition`))).add(this.info.duration$.pipe($.filterChanged()).subscribe(e(`duration`))).add(this.info.isBuffering$.subscribe(e(`isBuffering`))).add(this.info.isLive$.pipe($.filterChanged()).subscribe(e(`isLive`))).add(this.info.canChangePlaybackSpeed$.pipe($.filterChanged()).subscribe(e(`canChangePlaybackSpeed`))).add($.combine({liveTime:this.info.liveTime$,liveBufferTime:this.info.liveBufferTime$,position:this.info.position$}).pipe($.filter(({liveTime:e,liveBufferTime:t})=>!!e&&!!t),$.throttle(1e3)).subscribe(e(`liveBufferAndPosition`))).add(this.info.atLiveEdge$.pipe($.filterChanged(),$.filter(e=>e===!0)).subscribe(e(`atLiveEdge`))).add(this.info.atLiveDurationEdge$.pipe($.filterChanged(),$.filter(e=>e===!0)).subscribe(e(`atLiveDurationEdge`))).add(this.info.muted$.pipe($.filterChanged()).subscribe(e(`muted`))).add(this.info.volume$.pipe($.filterChanged()).subscribe(e(`volume`))).add(this.info.isEnded$.pipe($.filterChanged(),$.filter(e=>e===!0)).subscribe(e(`isEnded`))).add(this.info.availableSources$.subscribe(e(`availableSources`))).add($.combine({throughputEstimation:this.info.throughputEstimation$,rtt:this.info.rttEstimation$}).pipe($.filter(({throughputEstimation:e,rtt:t})=>!!e&&!!t),$.throttle(3e3)).subscribe(e(`throughputEstimation`))).add(this.info.isStalled$.subscribe(e(`isStalled`))).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(){var e=this;let t=$.getWindow();if(!t.navigator.wakeLock||!this.tuning.enableWakeLock)return;let n,r=()=>{n?.release(),n=void 0},i=function(){var t=w(function*(){r(),n=yield window.navigator.wakeLock.request(`screen`).catch(t=>{t instanceof DOMException&&t.name===`NotAllowedError`||e.events.managedError$.next({id:`WakeLock`,category:$.ErrorCategory.DOM,message:String(t)})})});return function(){return t.apply(this,arguments)}}();this.subscription.add($.merge($.fromEvent(t.document,`visibilitychange`),$.fromEvent(t.document,`fullscreenchange`),this.desiredState.playbackState.stateChangeEnded$).subscribe(()=>{let e=t.document.visibilityState===`visible`,a=this.desiredState.playbackState.getState()===`playing`,o=!!n&&!n?.released;e&&a?o||i():r()})).add(this.events.willDestruct$.subscribe(r))}setVideoTrackIdByQuality(e,t){let n=e.find(e=>e.quality===t);this.tracer.log(`setVideoTrackIdByQuality`,$.flattenObject({quality:t,availableTracks:$.flattenObject(e),track:$.flattenObject(n),isAutoQuality:!n})),n?n.tvDisabled?(this.setAutoQuality(!0),this.events.managedError$.next({id:`SetQualityTrackTvDisabled`,category:$.ErrorCategory.WTF,message:`Set quality was called on track with tvDisabled flag`})):this.desiredState.videoTrack.startTransitionTo(n):this.setAutoQuality(!0)}getActiveLiveDelay(e=!1){return e?this.tuning.live.lowLatencyActiveLiveDelay:this.tuning.live.activeLiveDelay}isNotActiveTabCase(){return $.getWindow().document.hidden&&this.tuning.autoplayOnlyInActiveTab&&!Ir()}}var ud=require("@vkontakte/videoplayer-shared"),dd=`@vkontakte/videoplayer-core@${fe}`;
|
|
148
|
+
===== DASH_LIVE DEBUG END ====`),n){let t=e.reduce((e,{time:t,data:n,stack:r})=>{let i=Ct.objectEntries(n).map(([e,t])=>`${e}:${t}`).join(`,`);return e+=`${t}: ${i}${r?`: ${r}`:``};`,e},``);Z.devNull.push(`core`,{key:`vp_dash_live_debug`,strings:[t]})}};return e.add(this.providerError$.subscribe(e=>{e.id.startsWith(`ProviderHangup`)&&(B({m:`final.0`,e:e.id}),t())})).add(this.noAvailableProvidersError$.subscribe(()=>{B({m:`final.1`}),t()})),e.add(this.mayday.recommendation$.subscribe(({error:e,recommendation:t})=>{let n=this.current$.getValue().destination??`SCREEN`;if(this.handleMaydayRecommendation(t,n),t.action!==`wait`){let t={error:e,currentDestination:n};e.traceAsLog?this.tracer.log(`providerInfo`,Z.flattenObject(t)):this.tracer.error(`providerError`,Z.flattenObject(t))}})),e.add(this.providerError$.subscribe(e=>{let t=this.current$.getValue(),{destination:n}=t;n===`CHROMECAST`?(this.destroyProvider(),this.params.dependencies.chromecastInitializer.stopMedia().then(()=>this.switchToNextProvider(`CHROMECAST`),()=>this.params.dependencies.chromecastInitializer.disconnect())):(this.applyErrorSideEffects(e,t.type),this.mayday.handleError(e))})),e}}var Q=require("@vkontakte/videoplayer-shared"),Yu=`vk_uvp_throughput`,Xu=`vk_uvp_rtt`,Zu=`one_video_throughput`,Qu=`one_video_rtt`,$u=()=>{let{navigator:e}=Q.getWindow();if(e)return e.connection},ed=()=>{let e=$u()?.downlink;if(Q.isNonNullable(e)&&e!==10)return e*1e3},td=()=>{let e=$u()?.rtt;if(Q.isNonNullable(e)&&e!==3e3)return e},nd=(e,t,n)=>{let r=n*8;return r/(r/e+t)};class rd{constructor(e){this.throughput=void 0,this.rtt=void 0,this.subscription=new Q.Subscription,this.tuningConfig=void 0,this.concurrentDownloads=new Set,this.throughput$=void 0,this.rtt$=void 0,this.rttAdjustedThroughput$=void 0,this.tuningConfig=e;let t=rd.loadStored(Yu,Zu,e)||(e.useBrowserEstimation?ed():void 0)||e.initialThroughput,n=rd.loadStored(Xu,Qu,e)??(e.useBrowserEstimation?td():void 0)??0;if(this.throughput$=new Q.ValueSubject(t),this.rtt$=new Q.ValueSubject(n),this.rttAdjustedThroughput$=new Q.ValueSubject(nd(t,n,e.rttPenaltyRequestSize)),this.throughput=Qc.getSmoothedValue(t,-1,e),this.rtt=Qc.getSmoothedValue(n,1,e),e.useBrowserEstimation){let e=()=>{let e=ed();e&&this.throughput.next(e);let t=td();Q.isNonNullable(t)&&this.rtt.next(t)},t=$u();t&&`onchange`in t&&this.subscription.add(Q.fromEvent(t,`change`).subscribe(e)),e()}this.subscription.add(this.throughput.smoothed$.subscribe(t=>{rd.writeStored(Yu,Zu,t,e)})),this.subscription.add(this.rtt.smoothed$.subscribe(t=>{rd.writeStored(Xu,Qu,t,e)})),this.subscription.add(this.throughput.debounced$.pipe(Q.map(e=>Math.round(e))).subscribe(this.throughput$)),this.subscription.add(this.rtt.debounced$.subscribe(this.rtt$)),this.subscription.add(Q.combine({throughput:this.throughput.smoothed$,rtt:this.rtt.smoothed$}).pipe(Q.map(({throughput:t,rtt:n})=>nd(t,n,e.rttPenaltyRequestSize)),Q.filter(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=Q.now(),r=new Q.Subscription;switch(this.subscription.add(r),this.concurrentDownloads.add(e),e.readyState){case 4:break;case 3:case 2:r.add(Q.fromEvent(e,`progress`).pipe(Q.once()).subscribe(e=>{t=e.loaded,n=Q.now()}));break;case 1:case 0:r.add(Q.fromEvent(e,`loadstart`).subscribe(()=>{t=0,n=Q.now()}));break}r.add(Q.fromEvent(e,`loadend`).subscribe(i=>{if(e.status===200){let e=i.loaded,r=Q.now(),a=e-t,o=r-n;this.addRawSpeed(a,o,1)}this.concurrentDownloads.delete(e),r.unsubscribe()}))}trackStream(e,t=!1){var n=this;let r=e.getReader();if(!r){e.cancel(`Could not get reader`);return}let i=0,a=Q.now(),o=0,s=Q.now(),c=t=>{this.concurrentDownloads.delete(e),r.releaseLock(),e.cancel(`Throughput Estimator error: ${t}`).catch(()=>{})},l=function(){var u=w(function*({done:u,value:d}){if(u)!t&&n.addRawSpeed(i,Q.now()-a,1),n.concurrentDownloads.delete(e);else if(d){if(t){let e=Q.now();if(e-s>n.tuningConfig.lowLatency.continuesByteSequenceInterval||e-a>n.tuningConfig.lowLatency.maxLastEvaluationTimeout){let e=s-a;e&&n.addRawSpeed(o,e,1,t),o=d.byteLength,a=Q.now()}else o+=d.byteLength;s=Q.now()}else i+=d.byteLength,o+=d.byteLength,o>=n.tuningConfig.streamMinSampleSize&&Q.now()-s>=n.tuningConfig.streamMinSampleTime&&(n.addRawSpeed(o,Q.now()-s,n.concurrentDownloads.size),o=0,s=Q.now());yield r?.read().then(l,c)}});return function(e){return u.apply(this,arguments)}}();this.concurrentDownloads.add(e),r?.read().then(l,c)}addRawSpeed(e,t,n=1,r=!1){if(this.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)}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&&(!this.tuningConfig.measureNonSegmentRequests||t<this.tuningConfig.smallSampleMinDuration+this.rtt$.getValue())||!n&&!this.tuningConfig.measureFastSamples&&t<=this.tuningConfig.cacheThresholdSize)}get throughputVariance$(){return this.throughput.varianceCoefficient$}static loadStored(e,t,n){if(!n.useThroughputTtl){let e=Q.safeStorage.get(t);if(!Q.isNonNullable(e))return;let n=parseInt(e,10);return isNaN(n)?void 0:n}let r=Q.safeStorage.get(e)??Q.safeStorage.get(t);if(Q.isNonNullable(r))try{let e=JSON.parse(r);if(typeof e==`object`&&e&&typeof e.value==`number`)return rd.validateStored(e,n)}catch{}}static writeStored(e,t,n,r){if(!r.useThroughputTtl){Q.safeStorage.set(t,n.toFixed(0));return}let i=JSON.stringify({value:Math.round(n),timestamp:Date.now(),networkType:$u()?.effectiveType});Q.safeStorage.set(e,i)}static validateStored(e,t){if(!t.useThroughputTtl)return e.value;if(Date.now()-e.timestamp>t.storedThroughputTtlMs)return;let n=$u()?.effectiveType;if(!(n!==void 0&&e.networkType!==void 0&&n!==e.networkType))return e.value}}var id=rd,ad=require("@vkontakte/videoplayer-shared"),od={mayday:{playingUnstableThresholdMs:3e3,heuristics:[],hangupGraceDecayFactor:.5,hangupGraceMinTimeoutMs:0,deferAudibleHangupOnHiddenTab:!1},allowPlayerReuse:!1,useWorkerTimers:[],throughputEstimator:{type:`EmaAndMa`,emaAlphaSlow:.2,emaAlphaFast:.7,emaAlpha:.45,basisTrendChangeCount:10,changeThreshold:.05,useBrowserEstimation:!0,initialThroughput:5e3,measureNonSegmentRequests:!1,rttPenaltyRequestSize:1*1024*1024,streamMinSampleSize:10*1024,streamMinSampleTime:300,smallSampleMinDuration:100,cacheThresholdSize:20,measureFastSamples:!1,deviationDepth:20,deviationFactor:.5,lowLatency:{continuesByteSequenceInterval:50,maxLastEvaluationTimeout:300},useThroughputTtl:!1,storedThroughputTtlMs:144e5},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:ad.VideoQuality.Q_4320P,activeVideoAreaThreshold:.1,highQualityLimit:ad.VideoQuality.Q_720P,trafficSavingLimit:ad.VideoQuality.Q_480P,lowQualityTelemetryLimit:ad.VideoQuality.Q_240P},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,ignoreStallsOnPause:!1},droppedFramesChecker:{enabled:!1,percentLimit:.1,checkTime:1e3,countLimit:3,tickCountAfterQualityChange:5,qualityUpWaitingTime:5e3,minQualityBanLimit:ad.VideoQuality.Q_480P},dash:{forwardBufferTarget:6e4,forwardBufferTargetAuto:6e4,forwardBufferTargetManual:5*6e4,forwardBufferTargetPreload:5e3,audioBufferAheadOfVideoMs:6e4,seekBiasInTheEnd:2e3,maxSegmentDurationLeftToSelectNextSegment:3e3,minSafeBufferThreshold:.5,bufferPruningSafeZone:1e3,segmentRequestSize:1*1024*1024,maxVirtualBufferSize:250*1024*1024,virtualBufferPruneSize:100*1024*1024,representationSwitchForwardBufferGap:6e4,crashOnStallTimeout:25e3,crashOnStallTWithoutDataTimeout:5e3,restoreBufferBeforeCrashTimeout:1e3,enableSubSegmentBufferFeeding:!0,bufferEmptinessTolerance:100,virtualBufferEmptinessTolerance:100,useBufferQueueVerification:!1,useVirtualBufferImplicitSeek:!1,bufferQueueVerificationMinPosition:2e3,useNewRepresentationSwitch:!1,useDelayedRepresentationSwitch:!1,useSmartRepresentationSwitch:!1,stallForceSeekOncePerStall:!1,brokenSegmentAppendDetection:!1,brokenSegmentAppendTolerance:100,useFetchPriorityHints:!0,enableBaseUrlSupport:!0,maxSegmentRetryCount:5,sourceOpenTimeout:1e3,vktvAbrThrottle:0,timeupdateEventTickThrottle:300,fetcherBufferOptimisation:!0,usePersistentGaps:!1,abrThrottle:0,useVideoElementWaitingCurrentTimeReassign:!0,stallWatchdogInterval:100,liveUpdateInterval:1e3,liveStallReinitInterval:3e3,ignoreNetworkErrorsOnLoadInit:!1,bufferTolerance:100,minNativeBufferSize:5e3,removeTimeShiftFromSegment:500,tickMaintainInterval:100,minSafeBufferToPlay:0,useBufferHoldingOnlyOnStall:!0,useNewAbr:!1,useAbrPhases:!1,abrVideoRules:[`fits_container_rule`,`throughput_rule`,`buffer_rule`,`stalls_rule`,`upper_limit_rule`,`lower_limit_rule`],abrAudioRules:[`throughput_rule`,`min_audio_for_video_rule`],useDynamicBirtateRule:!1,useFailoverHostsOnAllProviderCrash:!1,saveData3gQualityLimit:ad.VideoQuality.Q_240P,saveData2gQualityLimit:ad.VideoQuality.Q_144P,useConnectionDataUpperLimit:!1,abandon:{minElapsedMs:1500,bufferSafetyFactor:.8,minLoadedFraction:.15,minBufferToActivateMs:500},bola:{bufferTargetMs:3e4,minBufferMs:1e4,minBufferPerBitrateLevelMs:2e3,placeholderBufferDecay:.99,fallbackSegmentDurationMs:4e3,finiteThresholdMs:6e4,adaptiveBufferTargetK:.5,adaptiveBufferTargetMaxMs:6e4,trimDetectThresholdMs:1e4,antiCascadeDownshift:!0},insufficientBuffer:{thresholdMs:500,gracePeriodAfterPlaybackResetMs:1e3,budgetFactor:.5,fallbackSegmentDurationMs:6e3},videoStreamRepresentaionsFilter:[],filterOnDemandQualityList:!1,dashMaxTvVideoQuality:!1,checkRepresentationCanPlayType:!1,preloadFirstSegment:!1,maxQualityForFirstSegmentPreload:ad.VideoQuality.Q_480P,tracerResumeOnUnexpectedStall:!1},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,catchupLiveForMutedInactiveTab:!1},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,useDelayedPlaybackHangupWithData:!1,playbackHangupNoDataThreshold:5e3,hangupTimeoutMs:5e3,endGapTolerance:300,stallIgnoreThreshold:33,stallHandlingStrategy:`exclude-threshold`,gapWatchdogInterval:50,requestQuick:!1,useHlsJs:!1,disableHlsOnDesktop:!1,useNativeHLSTextTracks:!1,useNewSwitchTo:!1,alwaysAbortPreviousSwitch:!1,useDashProviderVirtual:!1,useDashProviderVirtualMobile:!1,useNewAutoSelectVideoTrack:!1,useSafariEndlessRequestBugfix:!0,useSafariOptimisticPositionForLiveEdgeBugfix:!1,isAudioDisabled:!1,autoplayOnlyInActiveTab:!0,autoplayOnlyIfVisible:!0,dynamicImportTimeout:5e3,maxPlaybackTransitionInterval:2e4,providerErrorLimit:3,manifestRetryInterval:300,manifestRetryMaxInterval:1e4,manifestRetryMaxCount:10,audioVideoSyncRate:20,webrtc:{connectionRetryMaxNumber:3},useVolumeMultiplier:!1,ignoreAudioRendererError:!1,useEnableSubtitlesParam:!1,useHlsLiveNewTextManager:!1,exposeInternalsToGlobal:!1,hlsLiveNewTextManagerDownloadThreshold:4e3,disableYandexPiP:!1,asyncResolveClientChecker:!1,changePlaybackStateToPausedWhenEnded:!1,suppressExceptionsInObservables:!0,devNullLogEnabled:!1,collectingDecodingInfoEnabled:!1,sendDashLiveDebug:!1,logDashLiveDebug:!1,reuseOwnVideoElement:!1,handleExtendedNetworkErrorsSet:!1,useDurationFromSegments:!0,ignoreForcePlayResultWhenProviderChanged:!1,hls:{filterOnDemandQualityList:!1},disableSubtitles:!1,audioOnly:!1,readyOnLoadedMetadata:!1,segmentCache:{enabled:!0,maxTotalSizeBytes:500*1024*1024,evictionThreshold:.9,evictionTargetPercent:.7,evictionBatchMaxBytes:150*1024*1024,quotaExceededEvictPercent:.5,ttlMs:1440*60*1e3,initTtlMs:10080*60*1e3,clearOnErrorStrategy:`once`}},sd=e=>ad.fillWithDefault(e,od),$=require("@vkontakte/videoplayer-shared"),cd=require("@vkontakte/videoplayer-shared"),ld=({seekState:e,position$:t})=>cd.merge(e.stateChangeEnded$.pipe(cd.map(({to:e})=>e.state===`none`?void 0:(e.position??NaN)/1e3),cd.filter(cd.isNonNullable)),t.pipe(cd.filter(()=>e.getState().state===`none`))),ud=require("@vkontakte/videoplayer-shared"),dd=e=>{let t=typeof e.container==`string`?document.getElementById(e.container):e.container;return ud.assertNonNullable(t,`Wrong container or containerId {${e.container}}`),t},fd=require("@vkontakte/videoplayer-shared"),pd=(e,t,n,r)=>{e!==void 0&&t.getState()===void 0&&t.getPrevState()===void 0&&n?.getValue().length===0?n.pipe(fd.filter(e=>e.length>0),fd.once()).subscribe(n=>{n.find(r)&&t.startTransitionTo(e)}):(e===void 0||n?.getValue().find(r))&&t.startTransitionTo(e)},md=require("@vkontakte/videoplayer-shared"),hd=require("@vkontakte/videoplayer-shared"),gd=require("@vkontakte/videoplayer-shared"),_d=require("@vkontakte/videoplayer-shared"),vd=()=>{let e=`mediaCapabilities`in _d.getWindow().navigator?yd:bd,t=md.requestIdleCallbackPolyfilled(w(function*(){let t=yield Promise.all(hd.objectEntries(xd).map(function(){var t=w(function*([t,n]){return{codec:t,supported:yield e(n)}});return function(e){return t.apply(this,arguments)}}())),n=[N.browser.current,...t.map(e=>JSON.stringify(e))].slice(0,16);return _d.devNull.push(`core`,{key:`videoplayer_decoding_info`,strings:n}),t}));return()=>gd.cancelIdleCallbackPolyfilled(t)},yd=function(){var e=w(function*(e){if(!e)return Promise.resolve({supported:!1});let t={[`channels`in e?`audio`:`video`]:e};return yield _d.getWindow().navigator.mediaCapabilities.decodingInfo(T({type:`media-source`},t))});return function(t){return e.apply(this,arguments)}}(),bd=e=>{if(!e)return Promise.resolve({supported:!1});let t=_d.getWindow().document,n=`channels`in e?t.createElement(`audio`):t.createElement(`video`);return Promise.resolve({supported:n.canPlayType(e?.contentType??``)===`probably`})},xd={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}},Sd={playbackState$:void 0,position$:0,duration$:1/0,playedTime$:0,muted$:!1,volume$:1,availableVideoStreams$:[],currentVideoStream$:void 0,availableVideoTracks$:[],availableQualities$:[],availableQualitiesFps$:{},currentQuality$:void 0,isAutoQualityEnabled$:!0,autoQualityLimitingAvailable$:!1,autoQualityLimits$:{},predefinedQualityLimitType$:`unknown`,availableAudioStreams$:[],currentAudioStream$:void 0,availableAudioTracks$:[],isAudioAvailable$:!0,currentPlaybackRate$:1,currentVideoBuffer$:{start:0,end:0},currentAudioBuffer$:{start:0,end:0},totalBufferDuration$:0,currentNativeVideoBuffer$:{start:0,end:0},currentNativeAudioBuffer$:{start:0,end:0},isBuffering$:!0,isStalled$:!1,stallStartTime$:0,isEnded$:!1,isLooped$:!1,isLive$:void 0,isLiveEnded$:null,canPlayLiveTailBuffer$:!1,canChangePlaybackSpeed$:void 0,atLiveEdge$:void 0,atLiveDurationEdge$:void 0,liveTime$:void 0,liveBufferTime$:void 0,liveLatency$:void 0,currentFormat$:void 0,availableTextTracks$:[],currentTextTrack$:void 0,throughputEstimation$:void 0,rttEstimation$:void 0,videoBitrate$:void 0,hostname$:void 0,httpConnectionType$:void 0,httpConnectionReused$:void 0,httpConnectionMetrics$:void 0,httpDownloadMetrics$:void 0,surface$:`none`,chromecastState$:`NOT_AVAILABLE`,chromecastDeviceName$:void 0,intrinsicVideoSize$:void 0,availableSources$:void 0,currentVideoSegmentLength$:0,currentAudioSegmentLength$:0},Cd={audioStream:void 0,autoVideoTrackLimits:{},autoVideoTrackSwitching:!0,currentTextTrack:void 0,externalTextTracks:[],internalTextTracks:[],isLooped:!1,isLowLatency:!1,playbackRate:1,playbackState:`stopped`,seekState:{state:`none`},textTrackCuesSettings:{},videoTrack:void 0,videoStream:void 0,volume:{volume:1,muted:!1}};class wd{constructor(e={},t=$.TracerFactory.createRootTracer(`fake`),n){this.subscription=new $.Subscription,this.persistentSubscription=new $.Subscription,this.domContainer=null,this.providerContainer=void 0,this.chromecastInitializer=void 0,this.logger=new $.Logger,this.tracer=void 0,this.abrLogger=this.logger.createComponentLog(`ABR`),this.config=void 0,this.tuning=void 0,this.throughputEstimator=void 0,this.internalsExposure=null,this.isPlaybackStarted=!1,this.suppressWillStop=!1,this.initedAt=void 0,this.hasLiveOffsetByPaused=new $.ValueSubject(!1),this.hasLiveOffsetByPausedTimer=0,this.playerInitRequest=0,this.playerInited=new $.ValueSubject(!1),this.explicitInitialQuality=void 0,this.wasSetStartedQuality=!1,this.desiredState=xe.objectEntries(Cd).reduce((e,[t,n])=>(e[t]=new Ot(n),e),{}),this.info=xe.objectEntries(Sd).reduce((e,[t,n])=>(e[t]=new $.ValueSubject(n),e),{}),this.events={inited$:new $.Subject,ready$:new $.Subject,started$:new $.Subject,playing$:new $.Subject,paused$:new $.Subject,stopped$:new $.Subject,willReady$:new $.Subject,willStart$:new $.Subject,willResume$:new $.Subject,willPause$:new $.Subject,willStop$:new $.Subject,willDestruct$:new $.Subject,watchCoverageRecord$:new $.Subject,watchCoverageLive$:new $.Subject,managedError$:new $.Subject,fatalError$:new $.Subject,fetcherRecoverableError$:new $.Subject,ended$:new $.Subject,looped$:new $.Subject,seeked$:new $.Subject,willSeek$:new $.Subject,autoplaySoundProhibited$:new $.Subject,manifestRequested$:new $.Subject,firstBytesManifest$:new $.Subject,manifestReceived$:new $.Subject,firstBytesRequested$:new $.Subject,firstBytesReceived$:new $.Subject,firstBytes$:new $.Subject,loadedMetadata$:new $.Subject,firstFrame$:new $.Subject,canplay$:new $.Subject,log$:new $.Subject,fetcherError$:new $.Subject,severeStallOccured$:new $.Subject},this.experimental={element$:new $.ValueSubject(void 0),enableDebugTelemetry$:new $.ValueSubject(!1),dumpTelemetry:Dn,getCurrentTime$:new $.ValueSubject(null),skipVideoElVolumeSync$:new $.ValueSubject(!1)},this.devNullLog=void 0,this.collectDecodingInfoDestroyCb=void 0,this.hasReleasedTimers=!1,this.doInit=e=>{let{container:t}=e,n=te(e,C);this.tracer.log(`initVideo`,$.flattenObject(n),!0),this.domContainer=dd(e),this.chromecastInitializer.contentId=e.meta?.videoId,this.providerContainer=new Ju({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,skipVideoElVolumeSync$:this.experimental.skipVideoElVolumeSync$,handleNetworkRecoverableErrorAsProviderError:e.handleNetworkRecoverableErrorAsProviderError}),this.initProviderContainerSubscription(this.providerContainer),this.initStartingVideoTrack(this.providerContainer),this.providerContainer.init(),this.setLiveLowLatency(this.tuning.dashCmafLive.lowLatency.isActiveOnDefault),this.initDebugTelemetry(),this.initWakeLock(),this.playerInited.next(!0),this.devNullLog&&this.tuning.devNullLogEnabled?($.devNull.subscribe(`core`,this.devNullLog),this.tuning.collectingDecodingInfoEnabled&&(this.collectDecodingInfoDestroyCb=vd())):$.devNull.destroy(`core`)},this.initLogs(),this.tuning=sd(e),this.tracer=t,$.retainTimers(this.tuning.useWorkerTimers),this.tuning.suppressExceptionsInObservables&&(Se.objectValues(this.info).forEach(e=>e.setSuppressErrors(!0)),Se.objectValues(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 xt(r):new Te(r),this.throughputEstimator=new id(this.tuning.throughputEstimator),e.exposeInternalsToGlobal&&(this.internalsExposure=new $.InternalsExposure(`core`,$.getPlayerId(n?.playerId)),this.internalsExposure.expose({player:this,getTimersDiagnostics:$.getTimersDiagnostics})),this.initChromecastSubscription(),this.initDesiredStateSubscriptions(),this.devNullLog=n?.onDevNullLog,$.devNull.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 Ce.arrayIncludes([`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:$.ErrorCategory.WTF,message:a,thrown:e}),e}}:r}})}resetDesiredState(){let e=(e,t)=>{e.setState(t)};Object.keys(this.desiredState).forEach(t=>{e(this.desiredState[t],Cd[t])})}reset(){this.subscription.unsubscribe(),this.providerContainer?.destroy(),this.providerContainer=void 0,j.clearTimeout(this.hasLiveOffsetByPausedTimer),this.collectDecodingInfoDestroyCb?.call(this),this.playerInited.next(!1),this.resetDesiredState();let e=(e,t)=>{e.next(t)},t=[`muted$`,`volume$`];Object.keys(this.info).forEach(n=>{Ce.arrayIncludes(t,n)?e(this.info[n],this.info[n].getValue()):e(this.info[n],Sd[n])})}initAudio(e){return this.initVideo(T(T({},e),{},{container:e.audioElement??document.createElement(`audio`)}))}initVideo(e){let t=$.getWindow();this.config=e,this.internalsExposure?.expose({config:e,logger:this.logger,tuning:this.tuning}),this.setMuted(this.tuning.isAudioDisabled);let n=()=>{this.tuning.autoplayOnlyIfVisible&&t.requestAnimationFrame?this.playerInitRequest=t.requestAnimationFrame(()=>this.doInit(e)):this.doInit(e)},r=()=>{this.tuning.asyncResolveClientChecker?N.isInited$.pipe($.filter(e=>!!e),$.once()).subscribe(()=>{console.log(`Core SDK async start`),n()}):n()};return this.isNotActiveTabCase()?(this.tracer.log(`request play from hidden tab`),$.fromEvent(t.document,`visibilitychange`).pipe($.once()).subscribe(r)):r(),this}destroy(e){let t=$.getWindow();this.tracer.log(`destroy`),j.clearTimeout(this.hasLiveOffsetByPausedTimer),this.playerInitRequest&&t.cancelAnimationFrame(this.playerInitRequest),this.events.willDestruct$.next(),this.suppressWillStop=e?.reportStop===!1,this.stop(),this.providerContainer?.destroy(),this.throughputEstimator.destroy(),this.chromecastInitializer.destroy(),this.subscription.unsubscribe(),this.persistentSubscription.unsubscribe(),this.tracer.end(),this.internalsExposure?.destroy(),$.devNull.destroy(`core`),this.collectDecodingInfoDestroyCb?.call(this),this.hasReleasedTimers||(this.hasReleasedTimers=!0,$.releaseTimers())}waitInit(e){this.playerInited.getValue()?e():this.subscription.add(this.playerInited.pipe($.filter(e=>!!e),$.once()).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.tuning.allowPlayerReuse&&this.reset())}),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),i<0&&!r&&(i=0),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,n=!1){return this.waitInit(()=>{this.experimental.skipVideoElVolumeSync$.next(n);let r=this.desiredState.volume,i=r.getTransition()?.to.muted??this.info.muted$.getValue(),a=t??(this.tuning.isAudioDisabled||i);this.tracer.log(`setVolume`,{volume:e,isAudioDisabled:this.tuning.isAudioDisabled,chromecastState:this.chromecastInitializer.castState$.getValue(),muted:a}),this.chromecastInitializer.castState$.getValue()===`CONNECTED`&&!(this.chromecastInitializer instanceof xt)?this.chromecastInitializer.setVolume(e):r.startTransitionTo({volume:e,muted:a})}),this}setMuted(e,t=!1,n=!1){return this.waitInit(()=>{this.experimental.skipVideoElVolumeSync$.next(n);let r=this.desiredState.volume,i=this.tuning.isAudioDisabled&&!t||e,a=r.getTransition()?.to.volume??this.info.volume$.getValue();this.tracer.log(`setMuted`,{isMuted:e,nextMuted:i,volume:a,isAudioDisabled:this.tuning.isAudioDisabled,chromecastState:this.chromecastInitializer.castState$.getValue()}),this.chromecastInitializer.castState$.getValue()===`CONNECTED`&&!(this.chromecastInitializer instanceof xt)?this.chromecastInitializer.setMuted(i):r.startTransitionTo({volume:a,muted:i})}),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(()=>{$.assertNonNullable(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($.filter(e=>e.length>0),$.once()).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`,$.flattenObject(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`,$.flattenObject(e)),this.desiredState.externalTextTracks.startTransitionTo(e.map(e=>T({type:`external`},e)))}),this}selectTextTrack(e){return this.waitInit(()=>{pd(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`,T({},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()}getExactTime(){if(!this.providerContainer)return 0;let e=this.providerContainer.providerOutput.element$.getValue();if($.isNullable(e))return this.info.position$.getValue();let t=this.desiredState.seekState.getState(),n=t.state===`none`?void 0:t.position;return $.isNonNullable(n)?n/1e3:e.currentTime}getExactLiveTime(){if(!this.providerContainer)return 0;let e=this.desiredState.seekState.getState(),t=e.state===`none`?void 0:e.position;return($.isNonNullable(t)?t:this.info.liveTime$.getValue()??0)/1e3}getAllLogs(){return this.logger.getAllLogs()}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.persistentSubscription.add($.merge(this.desiredState.playbackState.stateChangeStarted$,this.desiredState.playbackState.forceChanged$).pipe($.map(e=>e.to)).subscribe(this.info.playbackState$)).add(this.desiredState.isLooped.stateChangeEnded$.pipe($.map(e=>e.to)).subscribe(this.info.isLooped$)).add(this.desiredState.playbackRate.stateChangeEnded$.pipe($.map(e=>e.to)).subscribe(this.info.currentPlaybackRate$)).add(this.desiredState.autoVideoTrackSwitching.stateChangeEnded$.pipe($.map(e=>e.to)).subscribe(this.info.isAutoQualityEnabled$)).add(this.desiredState.autoVideoTrackLimits.stateChangeEnded$.pipe($.map(e=>e.to)).subscribe(e=>{this.info.autoQualityLimits$.next(e);let{highQualityLimit:t,trafficSavingLimit:n}=this.tuning.autoTrackSelection;this.info.predefinedQualityLimitType$.next(jn(e,t,n))})).add($.merge(this.desiredState.playbackState.stateChangeStarted$,this.desiredState.playbackState.forceChanged$).pipe($.filter(({from:e})=>e===`stopped`)).subscribe(()=>{this.initedAt=$.now(),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.suppressWillStop||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`,$.flattenObject(e)),e.state===`requested`?this.desiredState.seekState.setState(T(T({},e),{},{state:`applying`})):this.events.managedError$.next({id:`WillSeekIn${e.state}`,category:$.ErrorCategory.WTF,message:`Received unexpeceted willSeek$`})})).add(e.providerOutput.soundProhibitedEvent$.pipe($.once()).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`,$.flattenObject(e)),e.state===`applying`&&(this.desiredState.seekState.setState({state:`none`}),this.events.seeked$.next())})).add(e.current$.pipe($.map(e=>e.type)).subscribe(this.info.currentFormat$)).add(e.current$.pipe($.map(e=>e.destination),$.filterChanged()).subscribe(()=>this.isPlaybackStarted=!1)).add(e.providerOutput.availableVideoStreams$.subscribe(this.info.availableVideoStreams$)).add(e.providerOutput.availableVideoTracks$.subscribe(this.info.availableVideoTracks$)).add($.combine({availableVideoTracks:e.providerOutput.availableVideoTracks$,currentVideoStream:e.providerOutput.currentVideoStream$}).pipe($.map(({availableVideoTracks:e,currentVideoStream:t})=>e.filter(e=>t?t.id===e.streamId:!0).map(({quality:e})=>e).sort((e,t)=>$.isInvariantQuality(e)?1:$.isInvariantQuality(t)?-1:$.isHigher(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($.filterChanged()).subscribe(this.info.isAudioAvailable$)).add(e.providerOutput.currentVideoTrack$.pipe($.filter(e=>$.isNonNullable(e))).subscribe(e=>{this.info.currentQuality$.next(e?.quality),this.info.videoBitrate$.next(e?.bitrate)})).add(e.providerOutput.currentVideoSegmentLength$.pipe($.filterChanged((e,t)=>Math.round(e)===Math.round(t))).subscribe(this.info.currentVideoSegmentLength$)).add(e.providerOutput.currentAudioSegmentLength$.pipe($.filterChanged((e,t)=>Math.round(e)===Math.round(t))).subscribe(this.info.currentAudioSegmentLength$)).add(e.providerOutput.hostname$.pipe($.filterChanged()).subscribe(this.info.hostname$)).add(e.providerOutput.httpConnectionType$.pipe($.filterChanged()).subscribe(this.info.httpConnectionType$)).add(e.providerOutput.httpConnectionReused$.pipe($.filterChanged()).subscribe(this.info.httpConnectionReused$)).add(e.providerOutput.httpConnectionMetrics$.pipe($.filterChanged()).subscribe(this.info.httpConnectionMetrics$)).add(e.providerOutput.httpDownloadMetrics$.pipe($.filterChanged()).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.currentVideoBuffer$.pipe($.map(e=>e?{start:e.from,end:e.to}:{start:0,end:0})).subscribe(this.info.currentVideoBuffer$)).add(e.providerOutput.currentAudioBuffer$.pipe($.map(e=>e?{start:e.from,end:e.to}:{start:0,end:0})).subscribe(this.info.currentAudioBuffer$)).add(e.providerOutput.currentNativeVideoBuffer$.pipe($.map(e=>e?{start:e.from,end:e.to}:{start:0,end:0})).subscribe(this.info.currentNativeVideoBuffer$)).add(e.providerOutput.currentNativeAudioBuffer$.pipe($.map(e=>e?{start:e.from,end:e.to}:{start:0,end:0})).subscribe(this.info.currentNativeAudioBuffer$)).add(e.providerOutput.totalBufferDuration$.subscribe(this.info.totalBufferDuration$)).add(e.providerOutput.duration$.subscribe(this.info.duration$)).add(e.providerOutput.playedTime$.subscribe(this.info.playedTime$)).add(e.providerOutput.isBuffering$.subscribe(this.info.isBuffering$)).add(e.providerOutput.isLive$.subscribe(this.info.isLive$)).add(e.providerOutput.isLiveEnded$.pipe($.tap(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($.filterChanged()).subscribe(this.info.liveTime$)).add(e.providerOutput.liveBufferTime$.subscribe(this.info.liveBufferTime$)).add(e.providerOutput.liveLatency$.subscribe(this.info.liveLatency$)).add($.combine({hasLiveOffsetByPaused:$.merge(this.desiredState.playbackState.stateChangeStarted$,this.desiredState.playbackState.forceChanged$).pipe($.map(e=>e.to),$.filterChanged(),$.map(e=>e===`paused`)),isLowLatency:e.providerOutput.isLowLatency$}).subscribe(({hasLiveOffsetByPaused:e,isLowLatency:t})=>{if(j.clearTimeout(this.hasLiveOffsetByPausedTimer),e){this.hasLiveOffsetByPausedTimer=j.setTimeout(()=>{this.hasLiveOffsetByPaused.next(!0)},this.getActiveLiveDelay(t));return}this.hasLiveOffsetByPaused.next(!1)})).add($.combine({atLiveEdge:$.combine({isLive:e.providerOutput.isLive$,isLowLatency:e.providerOutput.isLowLatency$,position:ld({seekState:this.desiredState.seekState,position$:e.providerOutput.position$})}).pipe($.map(({isLive:e,position:t,isLowLatency:n})=>{let r=this.getActiveLiveDelay(n);return e&&Math.abs(t)<r/1e3}),$.filterChanged(),$.tap(e=>e&&this.setPlaybackRate(1))),hasPausedTimeoutCase:this.hasLiveOffsetByPaused}).pipe($.map(({atLiveEdge:e,hasPausedTimeoutCase:t})=>e&&!t)).subscribe(this.info.atLiveEdge$)).add($.combine({isLive:e.providerOutput.isLive$,position:N.browser.isSafari&&this.tuning.useSafariOptimisticPositionForLiveEdgeBugfix?ld({seekState:this.desiredState.seekState,position$:e.providerOutput.position$}):e.providerOutput.position$,duration:e.providerOutput.duration$}).pipe($.map(({isLive:e,position:t,duration:n})=>e&&(Math.abs(n)-Math.abs(t))*1e3<this.tuning.live.activeLiveDelay),$.filterChanged(),$.tap(e=>e&&this.setPlaybackRate(1))).subscribe(this.info.atLiveDurationEdge$)).add(e.providerOutput.volume$.pipe($.map(e=>e.muted),$.filterChanged()).subscribe(this.info.muted$)).add(e.providerOutput.volume$.pipe($.map(e=>e.volume),$.filterChanged()).subscribe(this.info.volume$)).add(ld({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($.merge(e.providerOutput.endedEvent$.pipe($.mapTo(!0)),e.providerOutput.seekedEvent$.pipe($.mapTo(!1))).pipe($.filterChanged()).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.updateDurationError$.subscribe(this.events.managedError$)).add(e.providerOutput.fetcherRecoverableError$.subscribe(this.events.fetcherRecoverableError$)).add(e.providerOutput.fetcherError$.pipe($.filter(e=>e.category===$.ErrorCategory.FATAL)).subscribe(this.events.fatalError$)).add(e.volumeMultiplierError$.subscribe(this.events.managedError$)).add(e.noAvailableProvidersError$.pipe($.map(({forced:e,input:t,supported:n})=>{let r,i;return e?(r=`NoForcedFormat`,i=`${e} was forced but failed or not available`):n.length?(r=`NoFormats`,i=`All formats failed`):t.length?(r=`NoSupportedFormats`,i=`No supported formats`):(r=`NoInputFormats`,i=`No formats supplied`),$.assertNonNullable(r),{id:r,category:$.ErrorCategory.VIDEO_PIPELINE,message:i}})).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($.once()).subscribe(this.events.manifestRequested$)).add(e.providerOutput.firstBytesManifest$.pipe($.once()).subscribe(this.events.firstBytesManifest$)).add(e.providerOutput.manifestReceived$.pipe($.once()).subscribe(this.events.manifestReceived$)).add(e.providerOutput.firstBytesRequested$.pipe($.once()).subscribe(this.events.firstBytesRequested$)).add(e.providerOutput.firstBytesReceived$.pipe($.once()).subscribe(this.events.firstBytesReceived$)).add(e.providerOutput.firstBytesEvent$.pipe($.once(),$.map(e=>e??$.now()-this.initedAt)).subscribe(this.events.firstBytes$)).add(e.providerOutput.loadedMetadataEvent$.subscribe(this.events.loadedMetadata$)).add(e.providerOutput.firstFrameEvent$.pipe($.once(),$.map(()=>$.now()-this.initedAt)).subscribe(this.events.firstFrame$)).add(e.providerOutput.canplay$.pipe($.once(),$.map(()=>$.now()-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 $.ValueSubject(!1);this.subscription.add(e.providerOutput.seekedEvent$.subscribe(()=>t.next(!1))).add(e.providerOutput.willSeekEvent$.subscribe(()=>t.next(!0)));let n=new $.ValueSubject(!0);this.subscription.add(e.current$.subscribe(()=>n.next(!0))).add(this.desiredState.playbackState.stateChangeEnded$.pipe($.filter(({to:e})=>e===`playing`),$.once()).subscribe(()=>n.next(!1)));let r=0,i=0,a=$.merge(e.providerOutput.isBuffering$,t,n).pipe($.map(()=>{let r=e.providerOutput.isBuffering$.getValue(),i=t.getValue()||n.getValue();return r&&!i}),$.filterChanged());this.subscription.add(a.subscribe(e=>{let{stallIgnoreThreshold:t,stallHandlingStrategy:n}=this.tuning;e?(i=$.now(),n===`verbose`&&this.info.stallStartTime$.next(i),r=j.setTimeout(()=>{this.info.isStalled$.next(!0),i&&this.info.stallStartTime$.next(n===`exclude-threshold`?$.now():i)},t)):(j.clearTimeout(r),this.info.isStalled$.next(!1),i=0,this.info.stallStartTime$.next(0))})),this.subscription.add($.merge(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=>{var n,r;let i=e.providerOutput.element$.getValue();this.setIntrinsicVideoSize({width:t==null||(n=t.size)==null?void 0:n.width,height:t==null||(r=t.size)==null?void 0:r.height},{width:i?.videoWidth,height:i?.videoHeight})})),this.subscription.add($.merge(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($.map(e=>e?.castDevice.friendlyName)).subscribe(this.info.chromecastDeviceName$)),this.subscription.add(this.chromecastInitializer.errorEvent$.subscribe(this.events.managedError$))}initStartingVideoTrack(e){let t=new $.Subscription;this.subscription.add(t),this.subscription.add(e.current$.pipe($.filterChanged((e,t)=>e.provider===t.provider)).subscribe(()=>{t.unsubscribe(),t.add(e.providerOutput.availableVideoTracks$.pipe($.filter(e=>e.length>0),$.once()).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,tvDisabled:t})=>e===n&&!t),t||this.setAutoQuality(!0)),!t&&(t=Yn(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.persistentSubscription.add($.merge(this.desiredState.videoTrack.stateChangeStarted$.pipe($.map(e=>({transition:e,entity:`quality`,type:`start`}))),this.desiredState.videoTrack.stateChangeEnded$.pipe($.map(e=>({transition:e,entity:`quality`,type:`end`}))),this.desiredState.autoVideoTrackSwitching.stateChangeStarted$.pipe($.map(e=>({transition:e,entity:`autoQualityEnabled`,type:`start`}))),this.desiredState.autoVideoTrackSwitching.stateChangeEnded$.pipe($.map(e=>({transition:e,entity:`autoQualityEnabled`,type:`end`}))),this.desiredState.seekState.stateChangeStarted$.pipe($.map(e=>({transition:e,entity:`seekState`,type:`start`}))),this.desiredState.seekState.stateChangeEnded$.pipe($.map(e=>({transition:e,entity:`seekState`,type:`end`}))),this.desiredState.playbackState.stateChangeStarted$.pipe($.map(e=>({transition:e,entity:`playbackState`,type:`start`}))),this.desiredState.playbackState.stateChangeEnded$.pipe($.map(e=>({transition:e,entity:`playbackState`,type:`end`})))).pipe($.map(e=>({component:`desiredState`,message:`[${e.entity} change] ${e.type}: ${JSON.stringify(e.transition)}`}))).subscribe(this.logger.log)),this.persistentSubscription.add(this.logger.log$.subscribe(this.events.log$))}initDebugTelemetry(){let e=this.providerContainer?.providerOutput;$.assertNonNullable(this.providerContainer),$.assertNonNullable(e),En(),this.experimental.enableDebugTelemetry$.next(this.tuning.enableTelemetryAtStart),[this.experimental.enableDebugTelemetry$.subscribe(e=>Tn(e)),this.providerContainer.current$.subscribe(({type:e})=>On(`provider`,e)),e.duration$.subscribe(e=>On(`duration`,e)),e.availableVideoTracks$.pipe($.filter(e=>!!e.length),$.once()).subscribe(e=>On(`tracks`,e)),this.events.fatalError$.subscribe(new kn(`fatalError`)),this.events.managedError$.subscribe(new kn(`managedError`)),e.position$.subscribe(new kn(`position`)),e.currentVideoTrack$.pipe($.map(e=>e?.quality)).subscribe(new kn(`quality`)),this.info.currentVideoBuffer$.subscribe(new kn(`buffer`)),e.isBuffering$.subscribe(new kn(`isBuffering`))].forEach(e=>this.subscription.add(e)),On(`codecs`,N.video.supportedCodecs)}initTracerSubscription(){let e=$.getTraceSubscriptionMethod(this.tracer.log.bind(this.tracer)),t=$.getTraceSubscriptionMethod(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($.filterChanged()).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($.combine({currentQuality:this.info.currentQuality$,videoBitrate:this.info.videoBitrate$}).pipe($.filter(({currentQuality:e,videoBitrate:t})=>!!e&&!!t),$.filterChanged((e,t)=>e.currentQuality===t.currentQuality)).subscribe(e(`currentVideoTrack`))).add(this.info.currentVideoSegmentLength$.pipe($.filter(e=>e>0),$.filterChanged()).subscribe(e(`currentVideoSegmentLength`))).add(this.info.currentAudioSegmentLength$.pipe($.filter(e=>e>0),$.filterChanged()).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($.combine({currentBuffer:this.info.currentVideoBuffer$.pipe($.filter(e=>e.end>0),$.filterChanged((e,t)=>e.end===t.end&&e.start===t.start)),position:this.info.position$.pipe($.filterChanged())}).pipe($.throttle(1e3)).subscribe(e(`currentBufferAndPosition`))).add(this.info.duration$.pipe($.filterChanged()).subscribe(e(`duration`))).add(this.info.isBuffering$.subscribe(e(`isBuffering`))).add(this.info.isLive$.pipe($.filterChanged()).subscribe(e(`isLive`))).add(this.info.canChangePlaybackSpeed$.pipe($.filterChanged()).subscribe(e(`canChangePlaybackSpeed`))).add($.combine({liveTime:this.info.liveTime$,liveBufferTime:this.info.liveBufferTime$,position:this.info.position$}).pipe($.filter(({liveTime:e,liveBufferTime:t})=>!!e&&!!t),$.throttle(1e3)).subscribe(e(`liveBufferAndPosition`))).add(this.info.atLiveEdge$.pipe($.filterChanged(),$.filter(e=>e===!0)).subscribe(e(`atLiveEdge`))).add(this.info.atLiveDurationEdge$.pipe($.filterChanged(),$.filter(e=>e===!0)).subscribe(e(`atLiveDurationEdge`))).add(this.info.muted$.pipe($.filterChanged()).subscribe(e(`muted`))).add(this.info.volume$.pipe($.filterChanged()).subscribe(e(`volume`))).add(this.info.isEnded$.pipe($.filterChanged(),$.filter(e=>e===!0)).subscribe(e(`isEnded`))).add(this.info.availableSources$.subscribe(e(`availableSources`))).add($.combine({throughputEstimation:this.info.throughputEstimation$,rtt:this.info.rttEstimation$}).pipe($.filter(({throughputEstimation:e,rtt:t})=>!!e&&!!t),$.throttle(3e3)).subscribe(e(`throughputEstimation`))).add(this.info.isStalled$.subscribe(e(`isStalled`))).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(){var e=this;let t=$.getWindow();if(!t.navigator.wakeLock||!this.tuning.enableWakeLock)return;let n,r=()=>{n?.release(),n=void 0},i=function(){var t=w(function*(){r(),n=yield window.navigator.wakeLock.request(`screen`).catch(t=>{t instanceof DOMException&&t.name===`NotAllowedError`||e.events.managedError$.next({id:`WakeLock`,category:$.ErrorCategory.DOM,message:String(t)})})});return function(){return t.apply(this,arguments)}}();this.subscription.add($.merge($.fromEvent(t.document,`visibilitychange`),$.fromEvent(t.document,`fullscreenchange`),this.desiredState.playbackState.stateChangeEnded$).subscribe(()=>{let e=t.document.visibilityState===`visible`,a=this.desiredState.playbackState.getState()===`playing`,o=!!n&&!n?.released;e&&a?o||i():r()})).add(this.events.willDestruct$.subscribe(r))}setVideoTrackIdByQuality(e,t){let n=e.find(e=>e.quality===t);this.tracer.log(`setVideoTrackIdByQuality`,$.flattenObject({quality:t,availableTracks:$.flattenObject(e),track:$.flattenObject(n),isAutoQuality:!n})),n?n.tvDisabled?(this.setAutoQuality(!0),this.events.managedError$.next({id:`SetQualityTrackTvDisabled`,category:$.ErrorCategory.WTF,message:`Set quality was called on track with tvDisabled flag`})):this.desiredState.videoTrack.startTransitionTo(n):this.setAutoQuality(!0)}getActiveLiveDelay(e=!1){return e?this.tuning.live.lowLatencyActiveLiveDelay:this.tuning.live.activeLiveDelay}isNotActiveTabCase(){return $.getWindow().document.hidden&&this.tuning.autoplayOnlyInActiveTab&&!Lr()}}var Td=require("@vkontakte/videoplayer-shared"),Ed=`@vkontakte/videoplayer-core@${pe}`;
|