@vkontakte/videoplayer-core 2.0.173-dev.ebda080eb.0 → 2.0.174-beta.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 +17 -17
- package/es2015.esm.js +17 -17
- package/esnext.cjs +16 -16
- package/esnext.esm.js +16 -16
- package/evergreen.esm.js +16 -16
- package/package.json +2 -2
- package/types/providers/DashLiveProvider/DashLiveProvider.d.ts +1 -0
- package/types/providers/DashProvider/dashCmafLiveProvider.d.ts +1 -0
- package/types/providers/DashProvider/lib/buffer.d.ts +1 -2
- package/types/providers/DashProvider/lib/fetcher.d.ts +6 -8
- package/types/providers/DashProvider/lib/player.d.ts +0 -1
- package/types/providers/DashProvider/lib/sourceBufferTaskQueue.d.ts +3 -1
- package/types/providers/DashProvider/lib/urlsCache.d.ts +23 -0
- package/types/providers/DashProviderVirtual/lib/buffer/types.d.ts +0 -2
- package/types/providers/DashProviderVirtual/lib/buffer/virtualBuffer/{baseVirtualBufferManager.versionA.d.ts → baseVirtualBufferManager.d.ts} +1 -3
- package/types/providers/DashProviderVirtual/lib/buffer/virtualBuffer/{byteRangeVirtualBufferManager.versionA.d.ts → byteRangeVirtualBufferManager.d.ts} +1 -2
- package/types/providers/DashProviderVirtual/lib/buffer/virtualBuffer/liveVirtualBuffer.d.ts +1 -1
- package/types/providers/DashProviderVirtual/lib/buffer/virtualBuffer/{templateVirtualBufferManager.versionA.d.ts → templateVirtualBufferManager.d.ts} +1 -1
- package/types/providers/DashProviderVirtual/lib/fetcher.d.ts +6 -8
- package/types/providers/DashProviderVirtual/lib/player/basePlayer.d.ts +0 -2
- package/types/providers/DashProviderVirtual/lib/urlsCache.d.ts +22 -0
- package/types/providers/HlsLiveProvider/index.d.ts +1 -0
- package/types/providers/HlsProvider/manifestDataExtractor.d.ts +2 -0
- package/types/providers/ProviderContainer/index.d.ts +0 -3
- package/types/providers/utils/buildFmp4MasterUrl.d.ts +12 -0
- package/types/providers/utils/generateLiveUrl.d.ts +1 -0
- package/types/utils/ClientChecker/services/DeviceChecker.d.ts +14 -0
- package/types/utils/ClientChecker/services/DisplayChecker.d.ts +3 -0
- package/types/utils/tuningConfig.d.ts +59 -13
- package/types/providers/utils/segmentCache/IndexedDbSegmentCacheStorage.d.ts +0 -54
- package/types/providers/utils/segmentCache/SegmentCache.d.ts +0 -59
- package/types/providers/utils/segmentCache/constants.d.ts +0 -20
- package/types/providers/utils/segmentCache/index.d.ts +0 -8
- package/types/providers/utils/segmentCache/segmentCacheDb.d.ts +0 -25
- package/types/providers/utils/segmentCache/segmentCacheUtils.d.ts +0 -25
- package/types/providers/utils/segmentCache/types.d.ts +0 -76
package/esnext.esm.js
CHANGED
|
@@ -1,38 +1,38 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @vkontakte/videoplayer-core v2.0.
|
|
3
|
-
*
|
|
4
|
-
* https://st.mycdn.me/static/vkontakte-videoplayer/2-0-
|
|
2
|
+
* @vkontakte/videoplayer-core v2.0.174-beta.0
|
|
3
|
+
* Thu, 17 Sep 2026 07:04:32 GMT
|
|
4
|
+
* https://st.mycdn.me/static/vkontakte-videoplayer/2-0-174/doc/
|
|
5
5
|
*/
|
|
6
|
-
var e=`2.0.173-dev.ebda080eb.0`,t;(e=>{e.STOPPED=`stopped`,e.READY=`ready`,e.PLAYING=`playing`,e.PAUSED=`paused`})(t||={});var n;(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`})(n||={});var r;(e=>{e.AV1=`av1`,e.VP9=`vp9`,e.AVC1=`avc1`,e.HEV1=`hev1`})(r||={});var i;(e=>{e.NOT_AVAILABLE=`NOT_AVAILABLE`,e.AVAILABLE=`AVAILABLE`,e.CONNECTING=`CONNECTING`,e.CONNECTED=`CONNECTED`})(i||={});var a;(e=>{e.HTTP1=`http1`,e.HTTP2=`http2`,e.QUIC=`quic`})(a||={});var o;(e=>{e.NONE=`none`,e.INLINE=`inline`,e.FULLSCREEN=`fullscreen`,e.SECOND_SCREEN=`second_screen`,e.PIP=`pip`,e.INVISIBLE=`invisible`})(o||={});var s;(e=>{e.TRAFFIC_SAVING=`traffic_saving`,e.HIGH_QUALITY=`high_quality`,e.UNKNOWN=`unknown`})(s||={});import{assertNever as c,assertNonNullable as l,isNonNullable as u,ValueSubject as d,Subject as f,Subscription as p,merge as m,observableFrom as h,fromEvent as g,map as _,tap as v,filterChanged as y,isNullable as b,ErrorCategory as x}from"@vkontakte/videoplayer-shared";var S=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 C{connection$=new d(void 0);castState$=new d(`NOT_AVAILABLE`);errorEvent$=new f;contentId;realCastState$=new d(`NOT_AVAILABLE`);subscription=new p;log;params;isDestroyed=!1;constructor(e){this.params=e,this.log=this.params.dependencies.logger.createComponentLog(`ChromecastInitializer`);let t=`chrome`in window;if(this.log({message:`[constructor] receiverApplicationId: ${this.params.receiverApplicationId}, isDisabled: ${this.params.isDisabled}, isSupported: ${t}`}),e.isDisabled||!t)return;let n=u(window.chrome?.cast),r=!!window.__onGCastApiAvailable;n?this.initializeCastApi():(window.__onGCastApiAvailable=e=>{delete window.__onGCastApiAvailable,e&&!this.isDestroyed&&this.initializeCastApi()},r||S(`https://www.gstatic.com/cv/js/sender/v1/cast_sender.js?loadCastFramework=1`).catch(()=>this.errorEvent$.next({id:`ChromecastLoading`,category:x.NETWORK,message:`Script loading failed!`})))}connect(){cast.framework.CastContext.getInstance()?.requestSession()}disconnect(){cast.framework.CastContext.getInstance()?.getCurrentSession()?.endSession(!0)}stopMedia(){return new Promise((e,t)=>{cast.framework.CastContext.getInstance()?.getCurrentSession()?.getMediaSession()?.stop(new chrome.cast.media.StopRequest,e,t)})}toggleConnection(){u(this.connection$.getValue())?this.disconnect():this.connect()}setVolume(e){let t=this.connection$.getValue();b(t)||(t.remotePlayer.volumeLevel=e,t.remotePlayerController.setVolumeLevel())}setMuted(e){let t=this.connection$.getValue();b(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(g(n,cast.framework.CastContextEventType.SESSION_STATE_CHANGED).subscribe(e=>{switch(e.sessionState){case cast.framework.SessionState.SESSION_STARTED:case cast.framework.SessionState.SESSION_STARTING:case cast.framework.SessionState.SESSION_RESUMED:this.contentId=n.getCurrentSession()?.getMediaSession()?.media?.contentId;break;case cast.framework.SessionState.NO_SESSION:case cast.framework.SessionState.SESSION_ENDING:case cast.framework.SessionState.SESSION_ENDED:case cast.framework.SessionState.SESSION_START_FAILED:this.contentId=void 0;break;default:return c(e.sessionState)}})).add(m(g(n,cast.framework.CastContextEventType.CAST_STATE_CHANGED).pipe(v(e=>{this.log({message:`[cast.framework.RemotePlayerEventType.CAST_STATE_CHANGED]: ${JSON.stringify(e)}`})}),_(e=>e.castState)),h([n.getCastState()])).pipe(y(),_(ee),v(e=>{this.log({message:`realCastState$: ${e}`})})).subscribe(this.realCastState$)).add(this.realCastState$.subscribe(r=>{let i=r===`CONNECTED`,a=u(this.connection$.getValue());if(i&&!a){let r=n.getCurrentSession();l(r);let i=r.getCastDevice(),a=r.getMediaSession()?.media?.contentId;(b(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`?u(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:x.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 c(e)}};import{assertNonNullable as w,combine as T,debounce as E,ErrorCategory as D,filter as O,filterChanged as te,isNonNullable as ne,isNullable as re,map as ie,Subscription as ae,ValueSubject as oe}from"@vkontakte/videoplayer-shared";import{assertNever as se,assertNonNullable as ce,ErrorCategory as le,getHighestQuality as ue,isNonNullable as de}from"@vkontakte/videoplayer-shared";import{assertNever as fe}from"@vkontakte/videoplayer-shared";var k=(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:fe(n)}return e},pe=(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:fe(t)}},me=e=>{let{source:t,format:n,meta:r,output:i}=e,a,o,s;switch(n){case`MPEG`:{let e=t[n];ce(e);let r=ue(Object.keys(e));ce(r);let i=e[r];ce(i),a=i,o=`video/mp4`,s=he();break}case`HLS`:case`HLS_FMP4`:case`HLS_ONDEMAND`:{let e=t[n];ce(e),a=e.url,o=`application/x-mpegurl`,s=he();break}case`DASH_SEP`:case`DASH_ONDEMAND`:case`DASH_WEBM`:case`DASH_WEBM_AV1`:case`DASH_STREAMS`:{let e=t[n];ce(e),a=e.url,o=`application/dash+xml`,s=he();break}case`DASH_LIVE_CMAF`:{let e=t[n];ce(e),a=e.url,o=`application/dash+xml`,s=ge();break}case`HLS_LIVE`:case`HLS_LIVE_CMAF`:{let e=t[n];ce(e),a=k(e.url),o=`application/x-mpegurl`,s=ge();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:le.VIDEO_PIPELINE,message:e,thrown:t}),t}case`DASH`:case`DASH_LIVE_WEBM`:throw Error(`${n} is no longer supported`);default:return se(n)}let c=_e(r.videoId??a,o);c.contentUrl=a,c.streamType=s,c.metadata=ve();let{title:l,subtitle:u}=r;return de(l)&&(c.metadata.title=l),de(u)&&(c.metadata.subtitle=u),c};function he(){return chrome.cast?.media?.StreamType?.BUFFERED??`BUFFERED`}function ge(){return chrome.cast?.media?.StreamType?.LIVE??`LIVE`}function _e(e,t){return chrome.cast?.media?.MediaInfo?new chrome.cast.media.MediaInfo(e,t):{contentId:e,contentType:t,metadata:{title:``,subtitle:``},streamType:he()}}function ve(){return chrome.cast?.media?.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)};import{createTimers as ye,TimerModule as be}from"@vkontakte/videoplayer-shared";var j=ye(be.CORE);class xe{params;interval=0;startVideoPosition;startTs;constructor(e){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)}}import{assertNever as Se}from"@vkontakte/videoplayer-shared";import{isBrowserWindow as Ce,ValueSubject as we}from"@vkontakte/videoplayer-shared";import{getWindow as Te,isNullable as Ee}from"@vkontakte/videoplayer-shared";class De{_current;_current_version;_chromeVersion;_firefoxVersion;_safariVersion;_operaVersion;_edgeVersion;_yandexVersion;_isMiuiBrowser=!1;get current(){return this._current}get isChrome(){return this.current===`Chrome`}get isChromiumBased(){return[`Chrome`,`Chromium`,`Opera`,`Yandex`,`Edge`,`SamsungBrowser`].includes(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}=Te().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+)/),Ee(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+)/)}}import{getWindow as Oe,isBrowserWindow as ke}from"@vkontakte/videoplayer-shared";var Ae=()=>/Mobile|mini|Fennec|Android|iP(ad|od|hone)/.test(navigator.appVersion??navigator.userAgent)||navigator?.userAgentData?.mobile;class je{_displayChecker;_isMobile;_current;_iosVersion;_highEntropyValues={};_os={name:`Unknown`,version:`Unknown`,full:`Unknown`};_details={vendor:`Unknown`,model:`Unknown`};constructor(e){this._displayChecker=e}get current(){return this._current}get os(){return this._os}get details(){return this._details}get isIOS(){return this._highEntropyValues.platform===`iOS`||this.os.name.toLowerCase().includes(`ios`)||[`iPhone`,`iPad`,`iPod`].includes(this.current)}get isIPadOS(){let e=this.current===`Mac`&&this._displayChecker.isTouch;return this.current===`iPad`||e}get isMac(){return this._highEntropyValues.platform===`macOS`||this.os.name.toLowerCase().includes(`mac`)||this.current===`Mac`}get isApple(){return this.isIOS||this.isMac}get isIphoneOrOldIpad(){if(!this.isApple||!this._displayChecker.isTouch)return!1;let e=this.current===`iPad`||this._displayChecker.width>700,t=this._iosVersion;return!e||e&&!!t&&t<16}get isAndroid(){return this._highEntropyValues.platform===`Android`||this.os.name.toLowerCase().includes(`android`)||this.current===`Android`}get isWindows(){return this.os.name.toLowerCase().includes(`windows`)}get isLinux(){return this.os.name.toLowerCase().includes(`linux`)&&!this.isAndroid}get isMobile(){return this._highEntropyValues.mobile||this._isMobile}get iOSVersion(){return this._iosVersion}detect(){let e=Oe();if(!ke(e))return;let{userAgent:t}=e.navigator;try{this._isMobile=Ae()}catch(e){console.error(`DeviceChecker: calling isMobile error - `,e)}this.detectDevice(t),this.detectOS(t),this.detectDeviceDetails(t),this.detectHighEntropyValues(),this.isIOS&&this.detectIOSVersion()}async detectHighEntropyValues(){let e=Oe();if(!ke(e))return;let{userAgentData:t}=e.navigator;if(t?.getHighEntropyValues){let e=await t.getHighEntropyValues([`architecture`,`bitness`,`brands`,`mobile`,`platform`,`formFactor`,`model`,`platformVersion`,`wow64`]);this._highEntropyValues=e,e.platform&&(this._os.name=this.normalizeOSName(e.platform),e.platformVersion&&(this._os.version=this.normalizeOSVersion(e.platformVersion),this._os.full=`${this._os.name} ${this._os.version}`)),e.model&&(this._details.model=e.model)}}detectDevice(e){try{let t=/android/i.test(e)?`Android`:void 0,n=/iphone/i.test(e)?`iPhone`:void 0,r=/ipad/i.test(e)?`iPad`:void 0,i=/ipod/i.test(e)?`iPod`:void 0,a=/mac/i.test(e)?`Mac`:void 0,o=/webOS|BlackBerry|IEMobile|Opera Mini/i.test(e)?`RestMobile`:void 0;this._current=t||n||r||i||o||a||`Desktop`}catch(e){console.error(`DeviceChecker: device detection error - `,e)}}detectOS(e){try{for(let[t,n]of[[/(windows nt) (6\.[23]); arm/i,[`Windows RT`]],[/(windows nt) (6\.3); arm/i,[`Windows RT 8.1`]],[/(windows (?:phone|mobile|iot))(?: os)?[/ ]?([\d.]+)/i,[`Windows Mobile`,2]],[/(windows)[/ ](xp|vista|7|8(\.1)?|10|11|2000|me)/i,[1,1]],[/windows nt ?([\d.]+)/i,[`Windows`,1]],[/(windows)[/ ](95|98|me|2000|xp|vista|7|8|8\.1|10|11)/i,[1,2]],[/(iphone os|cpu iphone os) ([\d_.]+)/i,[`iOS`,2]],[/(ipad os|cpu os) ([\d_.]+)/i,[`iPadOS`,2]],[/(ipod os|cpu ipod os) ([\d_.]+)/i,[`iOS`,2]],[/(?:ios|os) ([\d_.]+) like mac os x/i,[`iOS`,1]],[/cfnetwork\/.+darwin/i,[`iOS`]],[/(mac os x) ?([\d_.]+)/i,[`macOS`,2]],[/(macintosh|mac os)/i,[`macOS`]],[/(android) ([\d.]+)/i,[1,2]],[/(harmonyos)[/ ]?([\d.]*)/i,[`HarmonyOS`,2]],[/\b(ubuntu|debian|fedora|centos|arch|linux)(?:[-/ ]([\w.]+))?/i,[1,2]],[/(cros)\D*([\d.]+)/i,[`Chrome OS`,2]],[/(freebsd|openbsd|netbsd|dragonfly)[/ ]?([\w.]*)/i,[1,2]],[/(sunos|solaris)?([\d.]*)/i,[`Solaris`,2]],[/(aix)?([\d.]*)/i,[`AIX`,2]]]){let r=e.match(t);if(r){let t=n.length>0,i=n.length>1,a=`Unknown`,o=`Unknown`;if(t){let e=n[0];typeof e==`number`?e<r.length&&r[e]!==void 0&&(a=r[e]):a=e}if(i){let e=n[1];typeof e==`number`?e<r.length&&r[e]!==void 0&&(o=r[e]):e!==void 0&&(o=e)}else r[2]===void 0?r[1]!==void 0&&t&&typeof n[0]==`string`&&(o=r[1]):o=r[2];a=this.normalizeOSName(a),o=this.normalizeOSVersion(o,a),a===`iOS`&&/ipad/i.test(e)?a=`iPadOS`:a===`iPadOS`&&/ip(hone|od)/i.test(e)&&(a=`iOS`),this._os={name:a,version:o||`Unknown`,full:o&&o!==`Unknown`?`${a} ${o}`:a};break}}}catch(e){console.error(`DeviceChecker: OS detection error - `,e)}}normalizeOSName(e){if(!e)return`Unknown`;let t=e.toLowerCase();return t.includes(`windows`)?`Windows`:t.includes(`mac os`)||t.includes(`macintosh`)?`macOS`:t.includes(`iphone`)||t.includes(`ios`)?`iOS`:t.includes(`ipados`)?`iPadOS`:t.includes(`android`)?`Android`:t.includes(`harmonyos`)?`HarmonyOS`:t.includes(`linux`)?`Linux`:t.includes(`cros`)?`Chrome OS`:t.includes(`freebsd`)?`FreeBSD`:t.includes(`openbsd`)?`OpenBSD`:t.includes(`solaris`)||t.includes(`sunos`)?`Solaris`:t.includes(`aix`)?`AIX`:e}normalizeOSVersion(e,t){if(!e)return`Unknown`;if(e!==`Unknown`&&(e=e.replace(/_/g,`.`),t===`Windows`)){let t=parseFloat(e);if(!isNaN(t)){if(t>=11)return`11`;if(t>=10)return`10`;if(t===6.3)return`8.1`;if(t===6.2)return`8`;if(t===6.1)return`7`;if(t===6)return`Vista`;if(t===5.1||t===5.2)return`XP`;if(t===5)return`2000`;if(t===4)return`NT 4.0`}}return e}detectDeviceDetails(e){try{for(let[t,n]of[[/(iphone)/i,[`Apple`,`iPhone`]],[/(ipad)/i,[`Apple`,`iPad`]],[/(ipod)/i,[`Apple`,`iPod`]],[/(macintosh)/i,[`Apple`,`Macintosh`]],[/(windows[\w\-_ ]*phone)/i,[`Microsoft`,0]],[/(windows nt|win64|win32|wow64)/i,[`Microsoft`,`PC`]],[/\b(sch-i[89]0\d|shw-m380s|sm-[ptxs]\w{2,4}|gt-[pn]\d{2,4}|sgh-t8[56]9|nexus 10)/i,[`Samsung`,1]],[/\b((?:s[cgp]h|gt|sm)-(?![lr])\w+|sc[g-]?\d+a?|galaxy nexus)/i,[`Samsung`,1]],[/samsung[- ]((?!sm-[lr]|browser)[-\w]+)/i,[`Samsung`,1]],[/sec-(sgh\w+)/i,[`Samsung`,1]],[/smart-tv.+(samsung)/i,[`Samsung`,`Smart TV`]],[/(samsung).*tizen/i,[`Samsung`,`Smart TV`]],[/(pixel (?:c|tablet|[0-9a-z ]+))/i,[`Google`,1]],[/(pixelbook(?: go)?)/i,[`Google`,1]],[/nexus [0-9]/i,[`Google`,0]],[/(redmi[-_ ]?(?:note|k)?[\w_ ]+)(?: bui|\))/i,[`Xiaomi`,1]],[/\b(mi[\w\-_ ]+)(?: bui|\))/i,[`Xiaomi`,1]],[/\b(poco[\w ]+)(?: bui|\))/i,[`Xiaomi`,1]],[/\b(hm[-_ ]?note?[\w ]*)(?: bui|\))/i,[`Xiaomi`,1]],[/\b(?:xiao)?mi[\w\-_ ]+pad/i,[`Xiaomi`,0]],[/(?:huawei|honor) ?([-\w ]+)[;)]/i,[`Huawei`,1]],[/\b(nexus 6p|\w{2,4}e?-[atu]?[ln][\dx][\dc][adnt]?)\b(?!.+d\/s)/i,[`Huawei`,1]],[/\b((?:ag[rs][2356]?k?|bah[234]?|bg[2o]|bt[kv]|cmr|cpn|db[ry]2?|jdn2|got|kob2?k?|mon|pce|scm|sht?|[tw]gr|vrd)-[ad]?[lw][0125][09]b?)/i,[`Huawei`,1]],[/(?:one)?(?:plus)? ?([a\d0]\d\d\d?)(?: b|\))/i,[`OnePlus`,1]],[/droid.+; (cph2[3-6]\d[13579]|((?:gm|hd)19|(?:ac|be|in|kb)20|(?:d[en]|eb|le|mt)21|ne22)[0-2]\d)(?: bui|\))/i,[`OnePlus`,1]],[/(oneplus)[-_ ]?([-\w]*)/i,[`OnePlus`,2]],[/\b(rmx[1-3]\d{3})(?: bui|;|\))/i,[`Realme`,1]],[/(realme)[-_ ]?([-\w]*)/i,[`Realme`,2]],[/; (\w+) bui.+ oppo/i,[`OPPO`,1]],[/\b(cph[12]\d{3}|p(?:af|c[al]|d\w|e[ar])[mt]\d0|x9007|a101op)\b/i,[`OPPO`,1]],[/\b(opd2(\d{3}a?))(?: bui|\))/i,[`OPPO`,1]],[/(oppo)[-_ ]?([-\w]*)/i,[`OPPO`,2]],[/; vivo (\w+)(?: bui|\))/i,[`Vivo`,1]],[/\b(v[12]\d{3}\w?[at])(?: bui|;)/i,[`Vivo`,1]],[/(vivo)[-_ ]?([-\w]*)/i,[`Vivo`,2]],[/\bmot(?:orola)?[- ]([\w\s]+)(\)| bui)/i,[`Motorola`,1]],[/((?:moto(?! 360)[-\w() ]+|xt\d{3,4}[cgkosw+]?[-\d]*|nexus 6)(?= bui|\)))/i,[`Motorola`,1]],[/\b(milestone|droid(?:[2-4x]| (?:bionic|x2|pro|razr))?:?( 4g)?)\b/i,[`Motorola`,0]],[/\b(mz60\d|xoom[2 ]{0,2}) build\//i,[`Motorola`,0]],[/droid.+; ([a-z]?\d[0-2]{2}[a-z]{2}|[c-g]\d{4}|so[-gl]\w+|xq-[a-z]{2}\d\d)(?= bui|\))/i,[`Sony`,1]],[/sony tablet [ps]/i,[`Sony`,`Xperia Tablet`]],[/\b(?:sony)?sgp\w+(?: bui|\))/i,[`Sony`,0]],[/(sony)[-_ ]?([-\w]*)/i,[`Sony`,2]],[/\blg[-e;/ ]+(?!.*(?:browser|netcast|android tv|watch|webos))(\w+)/i,[`LG`,1]],[/\blg-?([\d\w]+) bui/i,[`LG`,1]],[/(lm(?:-?f100[nv]?|-[\w.]+)(?= bui|\))|nexus [45])/i,[`LG`,1]],[/((?=lg)?[vl]k-?\d{3}) bui/i,[`LG`,0]],[/(lg)[-_ ]?([-\w]*)/i,[`LG`,2]],[/(?:maemo|nokia).*(n900|lumia \d+|rm-\d+)/i,[`Nokia`,1]],[/nokia[-_ ]?(([-\w. ]*?))(?: bui|\)|;|\/)/i,[`Nokia`,1]],[/(nokia) (t[12][01])/i,[`Nokia`,2]],[/(?:\b|asus_)(transfo[prime ]{4,10} \w+|eeepc|slider \w+|nexus 7|padfone|p00[cj])/i,[`ASUS`,1]],[/(?:asus[-_ ])?(zenfone[\w\-_ ]*)/i,[`ASUS`,1]],[/(rog[\w\-_ ]*)/i,[`ASUS`,1]],[/(asus)[-_ ]?([-\w]*)/i,[`ASUS`,2]],[/lenovo[-_ ]?([-\w ]+?)(?: bui|\)|\/)/i,[`Lenovo`,1]],[/(ideatab[-\w ]+|602lv|d-42a|a101lv|a2109a|a3500-hv|s[56]000|pb-6505[my]|tb-?x?\d{3,4}(?:f[cu]|xu|[av])|yt\d?-[jx]?\d+[lfmx])(?: bui|;|\)|\/)/i,[`Lenovo`,1]],[/(thinkpad[\w\-_ ]*)/i,[`Lenovo`,0]],[/(kf[a-z]{2}[a-z]*)(?: bui|\))/i,[`Amazon`,1]],[/(alexa)webm/i,[`Amazon`,`Echo`]],[/(fire[\w\-_ ]*)/i,[`Amazon`,0]],[/(amazon)[-_ ]?([-\w]*)/i,[`Amazon`,2]],[/(?:blackberry|\(bb10;) (\w+)/i,[`BlackBerry`,1]],[/\b((?:bb[a-f]|st[hv])100-\d)/i,[`BlackBerry`,1]],[/(playbook);[-\w),; ]+(rim)/i,[`BlackBerry`,1]],[/(microsoft); (lumia[\w ]+)/i,[`Microsoft`,2]],[/(surface duo)/i,[`Microsoft`,`Surface Duo`]],[/(surface[\w\-_ ]*)/i,[`Microsoft`,0]],[/(zte)[- ]([\w ]+?)(?: bui|\/|\))/i,[`ZTE`,2]],[/(htc)[-;_ ]{1,2}([\w ]+(?=\)| bui)|\w+)/i,[`HTC`,2]],[/(alcatel|tcl)[-_ ]?([-\w]*)/i,[1,2]],[/(meizu)[-_ ]?([-\w]*)/i,[`Meizu`,2]],[/(tecno)[-_ ]?([-\w]*)/i,[`Tecno`,2]],[/(infinix)[-_ ]?([-\w]*)/i,[`Infinix`,2]],[/(micromax)[-_ ]?([-\w]*)/i,[`Micromax`,2]],[/(lava)[-_ ]?([-\w]*)/i,[`Lava`,2]],[/(panasonic)[-_ ]?([-\w]*)/i,[`Panasonic`,2]],[/(sharp)\/?([-\w]*)/i,[`Sharp`,2]],[/(benq)[-_ ]?([-\w]*)/i,[`BenQ`,2]],[/(palm)[-_ ]?([-\w]*)/i,[`Palm`,2]],[/(vertu)[-_ ]?([-\w]*)/i,[`Vertu`,2]],[/(gionee)[-_ ]?([-\w]*)/i,[`Gionee`,2]],[/(doogee)[-_ ]?([-\w]*)/i,[`Doogee`,2]],[/(ulefone)[-_ ]?([-\w]*)/i,[`Ulefone`,2]],[/(blackview)[-_ ]?([-\w]*)/i,[`Blackview`,2]],[/(cubot)[-_ ]?([-\w]*)/i,[`Cubot`,2]],[/(umidigi)[-_ ]?([-\w]*)/i,[`UMIDIGI`,2]],[/(oukitel)[-_ ]?([-\w]*)/i,[`Oukitel`,2]],[/(fairphone)[-_ ]?([-\w]*)/i,[`Fairphone`,2]],[/(cat)[-_ ]?([-\w]*)/i,[`Cat`,2]],[/(energy)[-_ ]?([-\w]*)/i,[`Energizer`,2]],[/(land rover)[-_ ]?([-\w]*)/i,[`Land Rover`,2]],[/(shield[\w\-_ ]*)/i,[`Nvidia`,0]],[/(crkey)/i,[`Google`,`Chromecast`]],[/(roku)[\dx]*/i,[`Roku`,0]],[/(apple)[-_ ]?tv/i,[`Apple`,`TV`]],[/(amazon)[-_ ]?tv/i,[`Amazon`,`Fire TV`]],[/(google)[-_ ]?tv/i,[`Google`,`TV`]],[/(smart[\w\-_ ]*tv)/i,[0,`Smart TV`]],[/(playstation[\w\-_ ]*)/i,[`Sony`,0]],[/(nintendo[\w\-_ ]*)/i,[`Nintendo`,0]],[/(xbox[\w\-_ ]*)/i,[`Microsoft`,0]],[/(googlebot)/i,[`Google`,`Bot`]],[/(bingbot)/i,[`Microsoft`,`Bing Bot`]],[/(yandexbot)/i,[`Yandex`,`Bot`]],[/(slackbot)/i,[`Slack`,`Bot`]],[/(twitterbot)/i,[`Twitter`,`Bot`]],[/(facebookbot)/i,[`Facebook`,`Bot`]],[/(linkedinbot)/i,[`LinkedIn`,`Bot`]],[/(tesla)[-_ ]?([-\w]*)/i,[`Tesla`,2]],[/(raspberry[\w\-_ ]*)/i,[`Raspberry Pi`,0]]]){let r=e.match(t);if(r){let e=n[0],t=n[1],i=typeof e==`number`?r[e]===void 0?`Unknown`:this.normalizeVendorName(r[e]):this.normalizeVendorName(e),a=`Unknown`;typeof t==`number`?a=r[t]===void 0?`Unknown`:r[t]:t===void 0?r[1]===void 0?r[0]!==void 0&&(a=r[0]):a=r[1]:a=t,a=this.normalizeModelName(a,i),this.details.vendor=i,this.details.model=a;break}}}catch(e){console.error(`DeviceChecker: device details detection error - `,e)}}normalizeVendorName(e){return e?{apple:`Apple`,samsung:`Samsung`,google:`Google`,xiaomi:`Xiaomi`,huawei:`Huawei`,oneplus:`OnePlus`,oppo:`OPPO`,vivo:`Vivo`,realme:`Realme`,motorola:`Motorola`,sony:`Sony`,lg:`LG`,nokia:`Nokia`,asus:`ASUS`,lenovo:`Lenovo`,amazon:`Amazon`,blackberry:`BlackBerry`,microsoft:`Microsoft`,zte:`ZTE`,htc:`HTC`,alcatel:`Alcatel`,tcl:`TCL`,meizu:`Meizu`,tecno:`Tecno`,infinix:`Infinix`,micromax:`Micromax`,lava:`Lava`,panasonic:`Panasonic`,sharp:`Sharp`,benq:`BenQ`,palm:`Palm`,honor:`Honor`,nvidia:`NVIDIA`,roku:`Roku`}[e.toLowerCase()]||e.charAt(0).toUpperCase()+e.slice(1).toLowerCase():`Unknown`}normalizeModelName(e,t){if(!e||e===`Unknown`)return e;if(e===`0`)return`Unknown`;let n=e.replace(/^build\//i,``).replace(/\s+bui$/i,``).replace(/\)$/,``).replace(/[;,)]/g,``).replace(/\s*\(.*?\)\s*/g,``).trim(),r=t.toLowerCase();return r.includes(`samsung`)?n=n.replace(/^(sm-|gt-|sgh-|sch-)/i,``):r.includes(`xiaomi`)?n=n.replace(/^(mi[\s\-_]*|redmi[\s\-_]*)/i,``):r.includes(`oneplus`)?n=n.replace(/^oneplus[\s\-_]*/i,``):r.includes(`google`)&&(n=n.replace(/^(pixel[\s\-_]*|nexus[\s\-_]*)/i,``)),n=n.replace(/_/g,` `).replace(/-/g,` `).replace(/\s+/g,` `).trim(),n?(n.length>0&&/^[a-z]/.test(n)&&(n=n.charAt(0).toUpperCase()+n.slice(1)),n):`Unknown`}detectIOSVersion(){try{let e=Oe();if(!ke(e))return;if(this._highEntropyValues.platformVersion){let e=this._highEntropyValues.platformVersion.split(`.`).slice(0,2).join(`.`);this._iosVersion=parseFloat(e);return}if(this._os.version!==`Unknown`){let e=this._os.version.split(`.`),t=e.length>=2?`${e[0]}.${e[1]}`:e[0];this._iosVersion=parseFloat(t);return}let t=e.navigator.userAgent.match(/OS (\d+(_\d+)?)/i);t?.[1]&&(this._iosVersion=parseFloat(t[1].replace(/_/g,`.`)))}catch(e){console.error(`DeviceChecker: iOS version detection error - `,e)}}}import{getWindow as Me,isBrowserWindow as Ne}from"@vkontakte/videoplayer-shared";var Pe=[`standalone`,`minimal-ui`,`fullscreen`,`window-controls-overlay`,`picture-in-picture`];class Fe{_maxTouchPoints;_height;_width;_isHdr;_pixelRatio;_screenHeight;_screenWidth;_colorDepth;_displayMode=`browser`;_isStandalone=!1;get isTouch(){return typeof this._maxTouchPoints==`number`?this._maxTouchPoints>1:`ontouchstart`in Me()}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=Me();if(!Ne(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 Pe.find(t=>e.matchMedia?.(`(display-mode: ${t})`)?.matches)??`browser`}}import{getWindow as Ie,isBrowserWindow as Le}from"@vkontakte/videoplayer-shared";var Re=()=>window.ManagedMediaSource||window.MediaSource,ze=()=>!!(window.ManagedMediaSource&&window.ManagedSourceBuffer?.prototype?.appendBuffer),Be=()=>!!(window.MediaSource&&window.SourceBuffer?.prototype?.appendBuffer),Ve=()=>window.ManagedMediaSource?new ManagedMediaSource:new MediaSource,He=Ie().document?.createElement(`video`),Ue=`video/mp4; codecs="avc1.42000a,mp4a.40.2"`,We=`video/mp4; codecs="hev1.1.6.L93.B0"`,Ge=`video/webm; codecs="vp09.00.10.08"`,Ke=`video/webm; codecs="av01.0.00M.08"`,qe=`audio/mp4; codecs="mp4a.40.2"`,Je=`audio/webm; codecs="opus"`,Ye;(async()=>{let e=Ie();if(!Le(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]=await Promise.all([e.navigator.mediaCapabilities.decodingInfo({...t,video:{...t.video,contentType:Ke}}),e.navigator.mediaCapabilities.decodingInfo({...t,video:{...t.video,contentType:Ge}})]);Ye={DASH_WEBM_AV1:n,DASH_WEBM:r}})().catch(e=>{console.log(He),console.error(e)});class Xe{_video;_deviceChecker;_browserChecker;_protocols;_containers;_codecs;_nativeHlsSupported;constructor(e,t){this._deviceChecker=e,this._browserChecker=t}get protocols(){return this._protocols}get containers(){return this._containers}get codecs(){return this._codecs}get webmDecodingInfo(){return Ye}get supportedCodecs(){return Object.keys(this._codecs).filter(e=>this._codecs[e])}get nativeHlsSupported(){return this._nativeHlsSupported}detect(){let e=Ie();if(!Le(e))return;let t=e.document;this._video=t.createElement(`video`);try{this._protocols={mms:ze(),mse:Be(),hls:!!(this._video.canPlayType?.(`application/x-mpegurl`)||this._video.canPlayType?.(`vnd.apple.mpegURL`)),webrtc:!!e.RTCPeerConnection,ws:!!e.WebSocket},this._containers={mp4:!!this._video.canPlayType?.(`video/mp4`),webm:!!this._video.canPlayType?.(`video/webm`),cmaf:!0};let t=!!Re()?.isTypeSupported?.(Ue),n=!!Re()?.isTypeSupported?.(We),r=!!Re()?.isTypeSupported?.(qe);this._codecs={h264:t,h265:n,vp9:!!Re()?.isTypeSupported?.(Ge),av1:!!Re()?.isTypeSupported?.(Ke),aac:r,opus:!!Re()?.isTypeSupported?.(Je),mpeg:(t||n)&&r},this._nativeHlsSupported=this._protocols.hls&&this._containers.mp4}catch(e){console.error(e)}try{this.destroyVideoElement()}catch(e){console.error(`Error destroying video element:`,e)}}destroyVideoElement(){if(!this._video)return;if(this._video.pause(),this._video.currentTime=0,this._video.removeAttribute(`src`),this._video.src=``,this._video.load(),this._video.remove){this._video.remove(),this._video=null;return}this._video.parentNode&&this._video.parentNode.removeChild(this._video);let e=this._video.cloneNode(!1);this._video.parentNode?.replaceChild(e,this._video),this._video=null}}import{getWindow as Ze,isBrowserWindow as Qe}from"@vkontakte/videoplayer-shared";var $e=`audio/mpeg`;class et{_audio;_containers;_codecs;supportMp3(){return this._codecs.mp3&&this._containers.mpeg}detect(){let e=Ze();if(!Qe(e))return;let t=e.document;this._audio=t.createElement(`audio`);try{this._containers={mpeg:!!this._audio.canPlayType?.($e)},this._codecs={mp3:!!Re()?.isTypeSupported?.($e)}}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 tt{isInited$=new we(!1);_displayChecker;_deviceChecker;_browserChecker;_videoChecker;_audioChecker;constructor(){this._displayChecker=new Fe,this._deviceChecker=new je(this._displayChecker),this._browserChecker=new De,this._videoChecker=new Xe(this._deviceChecker,this._browserChecker),this._audioChecker=new et,this.detect()}get display(){return this._displayChecker}get device(){return this._deviceChecker}get browser(){return this._browserChecker}get video(){return this._videoChecker}get audio(){return this._audioChecker}async detect(){Ce()&&(this._displayChecker.detect(),this._deviceChecker.detect(),this._browserChecker.detect(),this._videoChecker.detect(),this._audioChecker.detect(),this.isInited$.next(!0))}}var M=new tt,nt=(e,t=!1)=>{let{containers:n,protocols:r,codecs:i,nativeHlsSupported:a}=M.video,{isMobile:o}=M.device,s=M.device.isMac&&M.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 Se(e)}})},rt=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 Se(e)}},it=(e,t=!1)=>nt(Object.keys(e).filter(e=>!rt(e)),t).length>0;class at{subscription=new ae;log;params;sessionId$=new oe(null);mediaSessionId$=new oe(null);contentId$=new oe(null);progressTicker;isMobile=Ae();mobileVolumeState={muted:!1,volume:0};media=null;lastRequestedVolume=null;constructor(e){this.params=e,this.progressTicker=new xe(e),this.log=this.params.dependencies.logger.createComponentLog(`ChromecastPresentationApiProvider`),this.log({message:`constructor, format: ${e.format}`}),this.params.output.isLive$.next(rt(e.format)),this.subscribe()}subscribe(){let e=e=>{this.params.output.error$.next({category:D.WTF,id:`ChromecastPresentationApiProvider`,message:e?.message??`Unknown error`,thrown:e})};this.subscription.add(this.params.chromecastConnector.message$.pipe(O(e=>!!e)).subscribe(e=>{this.handleMessage(e)},e)),this.subscription.add(this.sessionId$.pipe(O(ne),te(),E(0)).subscribe(()=>{this.loadMedia()},e));let t=this.contentId$.pipe(te(),ie(Boolean));this.subscription.add(T({seekState:this.params.desiredState.seekState.stateChangeEnded$,mediaLoaded:t}).pipe(O(({mediaLoaded:e})=>e)).subscribe(()=>{let e=this.params.desiredState.seekState.getState();e.state===`requested`&&this.seek(e.position/1e3)},e));let n=T({playbackState:this.params.desiredState.playbackState.stateChangeStarted$,mediaLoaded:t});this.subscription.add(n.pipe(O(({mediaLoaded:e})=>e),E(0)).subscribe(()=>{this.syncPlayback()},e)),this.subscription.add(n.pipe(O(({mediaLoaded:e,playbackState:{from:t,to:n}})=>!e&&t===`stopped`&&n===`playing`)).subscribe(()=>{this.loadMedia()},e)),this.subscription.add(T({volumeState:this.params.desiredState.volume.stateChangeStarted$.pipe(E(30)),mediaLoaded:t}).pipe(O(({mediaLoaded:e})=>e)).subscribe(({volumeState:e})=>{let{muted:t,volume:n}=e.to;this.setVolume(n,t)},e))}handleMessage(e){switch(e.type){case`new_session`:case`update_session`:{this.sessionId$.next(e.message.sessionId);let t=e.message?.media?.[0];this.syncMediaState(t);let n=e.message?.receiver.volume;this.syncVolumeState(n)}break;case`v2_message`:switch(e.message?.type){case`MEDIA_STATUS`:{let t=e.message?.status?.[0];this.syncMediaState(t);break}}break}}loadMedia(){let e=me(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();w(e,`play on null mediaSessionId`),this.params.chromecastConnector.sendV2Message({type:`PLAY`,mediaSessionId:e,customData:null})}pause(){let e=this.mediaSessionId$.getValue();w(e,`pause on null mediaSessionId`),this.params.chromecastConnector.sendV2Message({type:`PAUSE`,mediaSessionId:e,customData:null})}seek(e){let t=this.mediaSessionId$.getValue();w(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}}syncMediaState=e=>{if(re(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;ne(n)&&this.params.output.duration$.next(Math.max(0,n));let r=e.currentTime;if(ne(r)){this.params.desiredState.seekState.getState().state===`applying`&&this.params.output.seekedEvent$.next(),this.params.output.position$.next(r);let t=this.params.output.isLive$.getValue();e.playerState===`PLAYING`&&!t?this.progressTicker.start(r):this.progressTicker.pause()}};syncVolumeState(e){if(re(e))return;let{level:t,muted:n}=e,r={muted:n??!1,volume:t??0};this.lastRequestedVolume&&=(n&&(r.volume=this.lastRequestedVolume.volume),this.lastRequestedVolume.muted&&!t&&!n&&(r.volume=this.lastRequestedVolume.volume,r.muted=!0),null);let i=`[syncVolumeState] volume: ${r.volume}, muted: ${r.muted}`;this.isMobile&&(this.mobileVolumeState.volume=r.volume,this.mobileVolumeState.muted=r.muted,r.volume=this.params.output.volume$.getValue().volume,i+=`, volume passed to state machine: ${r.volume}`),this.log({message:i}),this.params.output.volume$.next(r)}destroy(){this.progressTicker.destroy(),this.subscription.unsubscribe()}}import{assertNonNullable as ot,ErrorCategory as st,filter as ct,Subject as lt,Subscription as ut,tap as dt,ValueSubject as ft,fromEvent as pt,getWindow as mt}from"@vkontakte/videoplayer-shared";var ht=e=>({castDevice:{friendlyName:e},remotePlayer:{},remotePlayerController:{},session:{}}),gt=()=>String(Date.now())+String(Math.floor(Math.random()*1e5));class _t{params;clientId;capabilities=[`WEB`];presentationRequest$=new ft(null);log;sessionId$=new ft(null);broadcastChannel=new BroadcastChannel(`vk_player_chromecast_events`);subscription=new ut;subscriptionEvents=new ut;isDestroyed=!1;sequenceNumber=0;presentationAvailable$=new ft(!1);presentationConnection$=new ft(null);message$=new ft(null);friendlyName$=new ft(null);errorEvent$=new lt;constructor(e){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(pt(e,`change`).subscribe(()=>{t()})),t()}).catch(()=>{this.presentationAvailable$.next(!0)}),mt().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:st.WTF,id:`ChromecastPresentationApiConnector`,message:e?.message??`reinitPresentation error`,thrown:e})}}async connect(){this.log({message:`connect`});try{this.presentationRequest$.getValue()||(this.log({message:`reinitPresentation`}),this.reinitPresentation(!1));let e=this.presentationRequest$.getValue();ot(e,`connect with null presentationRequest`);let t=await e.start();this.handleConnection(t)}catch(e){switch(e?.name){case`AbortError`:case`NotAllowedError`:break;default:this.errorEvent$.next({category:st.WTF,id:`ChromecastPresentationApiConnector`,message:e?.message??`connect error`,thrown:e});break}}}subscribe(){this.subscription.add(pt(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(dt(e=>{this.log({message:`presentationConnection$: ${!!e}`})}),ct(e=>!!e)).subscribe(e=>{let t=pt(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=pt(e,`connect`).subscribe(()=>{this.send(`client_connect`)}),r=pt(e,`close`).subscribe(e=>{switch(e.reason){case`error`:this.errorEvent$.next({category:st.WTF,id:`ChromecastPresentationApiConnector`,message:`Session error`,thrown:e});break;case`closed`:break}});this.subscriptionEvents.add(t),this.subscriptionEvents.add(n),this.subscriptionEvents.add(r)}))}send(e){switch(e){case`client_connect`:{let e={type:`client_connect`,message:this.clientId,sequenceNumber:-1,timeoutMillis:0,clientId:this.clientId};this.safeSend(JSON.stringify(e));break}}}sendV2Message(e){let t=this.sessionId$.getValue();if(t){let n={type:`v2_message`,sequenceNumber:this.getSequenceNumber(),timeoutMillis:0,clientId:this.clientId,message:{...e,sessionId:t}};this.safeSend(JSON.stringify(n))}}safeSend(e){try{this.log({message:`[send] ${e}`});let t=this.presentationConnection$.getValue();t?.state===`connected`&&t?.send(e)}catch(t){this.errorEvent$.next({category:st.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 mt()[e]=mt()[e]||gt()}resetSubscriptionEvents(){this.subscriptionEvents.unsubscribe(),this.subscriptionEvents=new ut}handleConnection(e){this.log({message:`connection available`}),this.isDestroyed?(this.log({message:`connected on already destroyed component`}),e.close()):(this.broadcastChannel.postMessage(`connection`),this.presentationConnection$.next(e))}}import{ValueSubject as vt,Subject as yt,map as bt,Subscription as xt,combine as St,filterChanged as Ct,assertNonNullable as wt}from"@vkontakte/videoplayer-shared";class Tt{subscription=new xt;log;contentId;connection$=new vt(void 0);castState$=new vt(`NOT_AVAILABLE`);errorEvent$=new yt;chromecastConnector;static isSupported(){return`chrome`in window&&`presentation`in navigator&&`BroadcastChannel`in window}constructor(e){let t=Tt.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 _t({appId:e.receiverApplicationId,logger:e.dependencies.logger}),this.subscribe())}subscribe(){wt(this.chromecastConnector,`subscribe with null chromecastConnector`),this.subscription.add(this.chromecastConnector.errorEvent$.subscribe(this.errorEvent$));let e=St({connection:this.chromecastConnector.presentationConnection$,available:this.chromecastConnector.presentationAvailable$,friendlyName:this.chromecastConnector.friendlyName$.pipe(Ct())});this.subscription.add(e.pipe(bt(({connection:e,friendlyName:t})=>!!(e&&t)),Ct()).subscribe(e=>{let t=this.chromecastConnector?.friendlyName$.getValue()??``;this.connection$.next(e?ht(t):void 0)})).add(e.subscribe(({available:e,connection:t})=>{e?t?this.castState$.next(`CONNECTED`):this.castState$.next(`AVAILABLE`):this.castState$.next(`NOT_AVAILABLE`)}))}connect(){this.log({message:`connect`}),this.chromecastConnector?.connect()}disconnect(){this.log({message:`disconnect`}),this.chromecastConnector?.disconnect()}async stopMedia(){this.log({message:`stopMedia`}),this.chromecastConnector?.stopMedia()}toggleConnection(){let e=!!this.chromecastConnector?.presentationConnection$.getValue();this.log({message:`toggleConnection: isConnected - ${e}`}),e?this.disconnect():this.connect()}setVolume(e){}setMuted(e){}destroy(){this.log({message:`destroy`}),this.chromecastConnector?.destroy(),this.subscription.unsubscribe()}}import{isNonNullable as Et,Subject as Dt,merge as Ot}from"@vkontakte/videoplayer-shared";var kt=(e,t)=>e===t;class At{comparator;state;prevState;transition;transitionStarted$=new Dt;transitionEnded$=new Dt;transitionUpdated$=new Dt;forceChanged$=new Dt;stateChangeStarted$=Ot(this.transitionStarted$,this.transitionUpdated$);stateChangeEnded$=Ot(this.transitionEnded$,this.forceChanged$);constructor(e,t=kt){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(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}}import{assertNever as jt,debounce as Mt,ErrorCategory as Nt,fromEvent as Pt,map as Ft,merge as It,observableFrom as Lt,Subject as Rt,Subscription as zt,timeout as Bt}from"@vkontakte/videoplayer-shared";var Vt=5,Ht=5,Ut=500,Wt=7e3;class Gt{subscription=new zt;loadMediaTimeoutSubscription=new zt;videoState=new At(`stopped`);params;log;constructor(e){this.params=e,this.log=this.params.dependencies.logger.createComponentLog(`ChromecastProvider`),this.log({message:`constructor, format: ${e.format}`}),this.params.output.isLive$.next(rt(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 zt;this.subscription.add(e),this.subscription.add(It(this.videoState.stateChangeStarted$.pipe(Ft(e=>`stateChangeStarted$ ${JSON.stringify(e)}`)),this.videoState.stateChangeEnded$.pipe(Ft(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 Rt;e.add(t.pipe(Mt(Ut)).subscribe(()=>{this.params.output.seekedEvent$.next()}));let n=NaN;e.add(Pt(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)>Vt)&&t.next(r),n=r})),e.add(Pt(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.DURATION_CHANGED).subscribe(e=>{this.logRemoteEvent(e),this.params.output.duration$.next(e.value)}))}t(Pt(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.IS_MEDIA_LOADED_CHANGED),t=>{this.logRemoteEvent(t),t.value?this.handleRemoteReady():(this.handleRemoteStop(),e.unsubscribe())}),t(Pt(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.IS_PAUSED_CHANGED),e=>{this.logRemoteEvent(e),e.value?this.handleRemotePause():this.handleRemotePlay()}),t(Pt(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<Ht&&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:jt(n)}}),t(Pt(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.VOLUME_LEVEL_CHANGED),e=>{this.logRemoteEvent(e),this.handleRemoteVolumeChange({volume:e.value})}),t(Pt(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.IS_MUTED_CHANGED),e=>{this.logRemoteEvent(e),this.handleRemoteVolumeChange({muted:e.value})}),t(It(this.params.desiredState.playbackState.stateChangeStarted$,this.params.desiredState.seekState.stateChangeEnded$,this.videoState.stateChangeEnded$,Lt([`init`])).pipe(Mt(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=me(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(Bt(Wt).subscribe(()=>t(`timeout(${Wt})`)))});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:Nt.VIDEO_PIPELINE,message:t,thrown:e})}).finally(()=>{this.loadMediaTimeoutSubscription.unsubscribe()})}logRemoteEvent(e){this.log({message:`[remoteEvent] ${JSON.stringify(e)}`})}syncPlayback=()=>{let e=this.videoState.getState(),t=this.videoState.getTransition(),n=this.params.desiredState.playbackState.getState(),r=this.params.desiredState.playbackState.getTransition(),i=this.params.desiredState.seekState.getState();if(this.log({message:`[syncPlayback] videoState: ${e}; videoTransition: ${JSON.stringify(t)}; desiredPlaybackState: ${n}; desiredPlaybackStateTransition: ${this.params.desiredState.playbackState.getTransition()}; seekState: ${JSON.stringify(i)};`}),n===`stopped`){e!==`stopped`&&(this.videoState.startTransitionTo(`stopped`),this.stop());return}if(!t){if(r?.to!==`paused`&&i.state===`requested`&&e!==`stopped`){this.seek(i.position/1e3);return}switch(n){case`ready`:switch(e){case`playing`:case`paused`:case`ready`:break;case`stopped`:this.videoState.startTransitionTo(`ready`),this.prepare();break;default:jt(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:jt(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:jt(e)}break;default:jt(n)}}}}import{clearVideoElement as Kt,fromEvent as qt,getWindow as Jt,Subscription as Yt}from"@vkontakte/videoplayer-shared";import{clearVideoElement as Xt}from"@vkontakte/videoplayer-shared";var Zt=e=>{try{e.pause(),e.playbackRate=0,Xt(e),e.remove()}catch(e){console.error(e)}},Qt=`__spvc`;class $t{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 en=Jt(),tn=en.WeakMap?new en.WeakMap:new $t,nn=en.WeakMap?new en.WeakMap:new Map,rn=(e,t=20)=>{let n=0;return qt(e,`ratechange`).subscribe(r=>{n++,n>=t&&(e.currentTime=e.currentTime,n=0)})};function an(e){e.style.position=`fixed`,e.style.left=`100%`,e.setAttribute(`data-role`,`screen`),Jt().document.body.appendChild(e)}function on(e,t){e.style.position=``,e.style.left=``,t.appendChild(e)}var sn=(e,{audioVideoSyncRate:t,disableYandexPiP:n,reuseOwnVideoElement:r})=>{let i,a=e.querySelector(`video`),o=!!a,s=Jt().document.querySelector(`body > video[data-role=screen]`)||void 0;r?en[Qt]=s:(s?.remove(),delete en[Qt]),a?(i=a,Kt(i)):s&&s===en[Qt]?(i=s,on(i,e)):(i=Jt().document.createElement(`video`),e.appendChild(i),r&&(en[Qt]=i)),tn.set(i,o);let c=new Yt;return c.add(rn(i,t)),nn.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},cn=e=>(e.setAttribute(`crossorigin`,`anonymous`),e.controls=!1,e),ln=(e,t)=>{if(e instanceof HTMLAudioElement){un(e,t);return}if(e instanceof HTMLVideoElement){dn(e,t);return}};function un(e,{clearAudioElementOnDispose:t}){if(t){Kt(e);return}Zt(e)}function dn(e,{reuseOwnVideoElement:t}){nn.get(e)?.unsubscribe(),nn.delete(e);let n=tn.get(e);tn.delete(e),Kt(e),t&&!n&&an(e)}import{assertNonNullable as fn,isNonNullable as pn,isNullable as mn,fromEvent as hn,merge as gn,observableFrom as _n,filterChanged as vn,map as yn,Subject as bn,Subscription as xn,ValueSubject as Sn,ErrorCategory as Cn}from"@vkontakte/videoplayer-shared";import{isNonNullable as wn,isNullable as Tn,Subscription as En}from"@vkontakte/videoplayer-shared";var Dn=(e,t,n,{equal:r=(e,t)=>e===t,changed$:i,onError:a}={})=>{let o=e.getState(),s=t(),c=Tn(i),l=new En;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},On=(e,t,n)=>Dn(t,()=>e.loop,t=>{wn(t)&&(e.loop=t)},{onError:n}),kn=(e,t,n,r,i)=>Dn(t,()=>({muted:e.muted,volume:e.volume}),t=>{i?.skipVideoElVolumeSync$.getValue()||wn(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}),An=(e,t,n,r)=>Dn(t,()=>e.playbackRate,t=>{wn(t)&&(e.playbackRate=t)},{changed$:n,onError:r}),jn=Dn,Mn=e=>[`__`,e.language,e.label].join(`|`),Nn=(e,t)=>{if(e.id===t)return!0;let[n,r,i]=t.split(`|`);return e.language===r&&e.label===i};class Pn{available$=new bn;current$=new Sn(void 0);error$=new bn;video;cueSettings;subscription=new xn;externalTracks=new Map;internalTracks=new Map;baseURL;constructor(e){this.baseURL=e}connect(e,t,n){this.video=e,this.cueSettings=t.textTrackCuesSettings,this.subscribe();let r=e=>{this.error$.next({id:`TextTracksManager`,category:Cn.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(jn(t.internalTextTracks,()=>Object.values(this.internalTracks),e=>{pn(e)&&this.setInternal(e)},{equal:(e,t)=>pn(e)&&pn(t)&&e.length===t.length&&e.every(({id:e},n)=>e===t[n].id),changed$:this.available$.pipe(yn(e=>e.filter(({type:e})=>e===`internal`))),onError:r})),this.subscription.add(jn(t.externalTextTracks,()=>Object.values(this.externalTracks),e=>{pn(e)&&this.setExternal(e)},{equal:(e,t)=>pn(e)&&pn(t)&&e.length===t.length&&e.every(({id:e},n)=>e===t[n].id),changed$:this.available$.pipe(yn(e=>e.filter(({type:e})=>e===`external`))),onError:r})),this.subscription.add(jn(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(jn(t.textTrackCuesSettings,()=>({}),()=>{if(this.video)for(let e of this.htmlTextTracksAsArray())this.applyCueSettings(e.cues),this.applyCueSettings(e.activeCues)}))}subscribe(){fn(this.video);let{textTracks:e}=this.video;this.subscription.add(hn(e,`addtrack`).subscribe(()=>{let e=this.current$.getValue();e&&this.select(e)})),this.subscription.add(gn(hn(e,`addtrack`),hn(e,`removetrack`),_n([`init`])).pipe(yn(()=>this.htmlTextTracksAsArray().map(e=>this.htmlTextTrackToITextTrack(e))),vn((e,t)=>e.length===t.length&&e.every(({id:e},n)=>e===t[n].id))).subscribe(this.available$)),this.subscription.add(gn(hn(e,`change`),_n([`init`])).pipe(yn(()=>this.htmlTextTracksAsArray().find(({mode:e})=>e===`showing`)),yn(e=>e&&this.htmlTextTrackToITextTrack(e).id),vn()).subscribe(this.current$));let t=e=>this.applyCueSettings(e.target?.activeCues??null);this.subscription.add(hn(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(hn(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;pn(t.align)&&(e.align=t.align),pn(t.position)&&(e.position=t.position),pn(t.size)&&(e.size=t.size),pn(t.line)&&(e.line=t.line)}}htmlTextTracksAsArray(e=!1){fn(this.video);let t=[...this.video.textTracks];return e?t:t.filter(Pn.isHealthyTrack)}htmlTextTrackToITextTrack(e){let{language:t,label:n}=e,r=e.id?e.id:Mn(e),i=this.externalTracks.has(r),a=(i?this.externalTracks.get(r)?.isAuto:this.internalTracks.get(r)?.isAuto)??r.includes(`auto`);return i?{id:r,type:`external`,isAuto:a,language:t,label:n,url:this.externalTracks.get(r)?.url}:{id:r,type:`internal`,isAuto:a,language:t,label:n,url:this.internalTracks.get(r)?.url}}static isHealthyTrack(e){return!(e.kind===`metadata`||e.groupId||e.id===``&&e.label===``&&e.language===``)}setExternal(e){this.internalTracks.size>0&&Array.from(this.internalTracks).forEach(([,e])=>this.detach(e)),e.filter(({id:e})=>!this.externalTracks.has(e)).forEach(e=>this.attach(e)),Array.from(this.externalTracks).filter(([t])=>!e.find(e=>e.id===t)).forEach(([,e])=>this.detach(e))}setInternal(e){let t=[...this.externalTracks];e.filter(({id:e,language:n,isAuto:r})=>!this.internalTracks.has(e)&&!t.some(([,e])=>e.language===n&&e.isAuto===r)).forEach(e=>this.attach(e)),Array.from(this.internalTracks).filter(([t])=>!e.find(e=>e.id===t)).forEach(([,e])=>this.detach(e))}select(e){fn(this.video);for(let e of this.htmlTextTracksAsArray(!0))e.mode=`showing`;for(let t of this.htmlTextTracksAsArray(!0))(mn(e)||!Nn(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){fn(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){fn(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 Fn=Pn;class In{pausedTime=0;streamOffset=0;pauseTimestamp=0;getTotalPausedTime(){return this.pausedTime+this.getCurrentPausedTime()}getCurrentPausedTime(){return this.pauseTimestamp>0?Date.now()-this.pauseTimestamp:0}getStreamOffset(){return this.streamOffset}getTotalOffset(){return this.getTotalPausedTime()+this.streamOffset}pause(){this.pauseTimestamp===0&&(this.pauseTimestamp=Date.now())}resume(){this.pauseTimestamp>0&&(this.pausedTime+=this.getCurrentPausedTime(),this.pauseTimestamp=0)}resetTo(e,t=!1){this.streamOffset=e,this.pauseTimestamp=0,this.pausedTime=0,t&&this.pause()}}var Ln=e=>{let t=e;for(;!(t instanceof Document)&&!(t instanceof ShadowRoot)&&t!==null;)t=t?.parentNode;return t??void 0},Rn=e=>{let t=Ln(e);return!!(t&&t.fullscreenElement&&t.fullscreenElement===e)},zn=e=>{let t=Ln(e);return!!(t&&t.pictureInPictureElement&&t.pictureInPictureElement===e)};import{fromEvent as N,map as Bn,merge as Vn,filterChanged as Hn,isNonNullable as Un,Subject as Wn,filter as Gn,mapTo as Kn,combine as qn,once as Jn,shareReplay as P,throttle as Yn,ErrorCategory as Xn,ErrorOrigin as Zn,ValueSubject as Qn,Subscription as $n}from"@vkontakte/videoplayer-shared";var er=3,tr=(e,t,n=er)=>{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}},nr=e=>{let t=0;for(let n=0;n<e.length;n++)t+=e.end(n)-e.start(n);return t},rr=e=>{let t=0;for(let n=0;n<e.length;n++)t+=e.end(n)-e.start(n);return t*1e3},ir=e=>{let t=t=>N(e,t).pipe(Kn(void 0),P(1)),n=new $n,r=()=>n.unsubscribe(),i=Vn(N(e,`progress`),N(e,`timeupdate`)),a=i.pipe(Bn(()=>tr(e.buffered,e.currentTime)),P(1)),o=i.pipe(Bn(()=>rr(e.buffered)),P(1)),s=i.pipe(Bn(()=>e.buffered.length),P(1)),c=M.browser.isSafari?qn({play:t(`play`).pipe(Jn()),playing:t(`playing`)}).pipe(Kn(void 0),P(1)):t(`playing`),l=N(e,`volumechange`).pipe(Bn(()=>({muted:e.muted,volume:e.volume})),P(1)),u=N(e,`ratechange`).pipe(Bn(()=>e.playbackRate),P(1)),d=N(e,`error`).pipe(Gn(()=>!!(e.error||e.played.length)),Bn(()=>{let t=e.error;return{id:t?`MediaError#${t.code}`:`HtmlVideoError`,category:Xn.VIDEO_PIPELINE,message:t?t.message:`Error event from HTML video element`,thrown:e.error??void 0,origin:Zn.MediaError,data:t?{code:t.code}:void 0}}),P(1)),f=N(e,`timeupdate`).pipe(Bn(()=>e.currentTime),P(1)),p=Vn(N(e,`loadedmetadata`),N(e,`timeupdate`),N(e,`pause`),N(e,`seeked`),N(e,`ended`)).pipe(Bn(()=>nr(e.played)),Hn(),P(1)),m=[`waiting`,`seeking`,`seeked`,`timeupdate`],h=new Wn,g=.3,_;n.add(Vn(...m.map(t=>N(e,t))).subscribe(t=>{let n=e.currentTime;e.loop&&Un(_)&&Un(n)&&_>=e.duration-g&&n<=g&&h.next(_),_=n}));let v=t(`pause`).pipe(Gn(()=>!e.error&&_!==e.duration),P(1)),y=N(e,`enterpictureinpicture`).pipe(P(1)),b=N(e,`leavepictureinpicture`).pipe(P(1)),x=new Qn(zn(e));n.add(y.subscribe(()=>x.next(!0))),n.add(b.subscribe(()=>x.next(!1)));let S=new Qn(Rn(e)),C=N(e,`fullscreenchange`).pipe(P(1));n.add(C.pipe(Bn(()=>Rn(e))).subscribe(S));let ee=N(e,`timeupdate`).pipe(Bn(t=>e.duration-e.currentTime<.1),Hn(),P(1)),w=Vn(ee.pipe(Gn(t=>!e.loop&&t)),N(e,`ended`)).pipe(Yn(1e3),Kn(void 0),P(1)),T=Vn(...[`waiting`,`pause`,`canplay`,`play`,`canplaythrough`,`playing`,`seeking`,`seeked`,`ended`].map(t=>N(e,t)),ee.pipe(Bn(e=>({type:e?`ended`:`unknown`})))).pipe(Bn(t=>M.browser.isFirefox&&t.type===`ended`?e.readyState<2:e.readyState<3),Hn(),P(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$:N(e,`durationchange`).pipe(Bn(()=>e.duration),P(1)),playedTime$:p,isBuffering$:T,currentBuffer$:a,totalBufferDuration$:o,bufferRangeCount$:s,volumeState$:l,playbackRateState$:u,inPiP$:x,inFullscreen$:S,enterPip$:y,leavePip$:b,destroy:r}};import{VideoQuality as ar}from"@vkontakte/videoplayer-shared";var or=e=>{switch(e){case`mobile`:return ar.Q_144P;case`lowest`:return ar.Q_240P;case`low`:return ar.Q_360P;case`sd`:case`medium`:return ar.Q_480P;case`hd`:case`high`:return ar.Q_720P;case`fullhd`:case`full`:return ar.Q_1080P;case`quadhd`:case`quad`:return ar.Q_1440P;case`ultrahd`:case`ultra`:return ar.Q_2160P}};import{assertNotEmptyArray as sr,getWindow as cr,isInvariantQuality as lr,ValueSubject as ur}from"@vkontakte/videoplayer-shared";var dr=e=>`audioTracksAsc`in e;import{now as fr}from"@vkontakte/videoplayer-shared";class pr{last;history={};recordSelection(e){this.history[e.id]=fr()}recordSwitch(e){this.last=e}clear(){this.last=void 0,this.history={}}}import{flattenObject as mr,isInvariantQuality as hr,isLowerOrEqual as gr,isNonNullable as _r,now as vr}from"@vkontakte/videoplayer-shared";import{isLowerOrEqual as yr,isNonNullable as br,isNullable as xr}from"@vkontakte/videoplayer-shared";var Sr=(e,t)=>(e??0)/(t>0?t:1),Cr=e=>`quality`in e,wr=e=>(t,n)=>e*(Number(t.bitrate)-Number(n.bitrate)),Tr=e=>(t,n)=>e*(yr(t.quality,n.quality)?-1:1),Er=e=>(t,n)=>Cr(t)&&Cr(n)?Tr(e)(t,n):wr(e)(t,n),Dr=(e,t)=>Er(1)(e,t)<0,Or=(e,t)=>Math.log(t)/Math.log(e),kr=(e,t,n)=>(t-n)*2**(-10*e)+n,Ar=(e,t,n,r)=>{if(xr(e))return n[0];let i=n.filter(t=>br(t.bitrate)&&br(e.bitrate)?e.bitrate/t.bitrate>r:!0),a=n.at(Math.round(n.length*t.indexOf(e)/(t.length+1)))??n.at(-1);return a&&i.includes(a)?a:i.length?i.at(-1):n.at(0)},jr=(e,t)=>{if(xr(t)||xr(e))return;let n=e.get(t.id);if(!n?.length)return;let r=(n[n.length-1].time.to-n[0].time.from)/1e3;if(r<=0)return;let i=n.reduce((e,t)=>e+(t.size??1/0),0)*8/1024/r;return isFinite(i)?i:void 0},Mr=(e,t)=>br(e)&&br(t)&&t>0&&e>0&&e<=t*2,Nr=({name:e,...t})=>`
|
|
6
|
+
var e=`2.0.174-beta.0`,t;(e=>{e.STOPPED=`stopped`,e.READY=`ready`,e.PLAYING=`playing`,e.PAUSED=`paused`})(t||={});var n;(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`})(n||={});var r;(e=>{e.AV1=`av1`,e.VP9=`vp9`,e.AVC1=`avc1`,e.HEV1=`hev1`})(r||={});var i;(e=>{e.NOT_AVAILABLE=`NOT_AVAILABLE`,e.AVAILABLE=`AVAILABLE`,e.CONNECTING=`CONNECTING`,e.CONNECTED=`CONNECTED`})(i||={});var a;(e=>{e.HTTP1=`http1`,e.HTTP2=`http2`,e.QUIC=`quic`})(a||={});var o;(e=>{e.NONE=`none`,e.INLINE=`inline`,e.FULLSCREEN=`fullscreen`,e.SECOND_SCREEN=`second_screen`,e.PIP=`pip`,e.INVISIBLE=`invisible`})(o||={});var s;(e=>{e.TRAFFIC_SAVING=`traffic_saving`,e.HIGH_QUALITY=`high_quality`,e.UNKNOWN=`unknown`})(s||={});import{assertNever as c,assertNonNullable as l,isNonNullable as u,ValueSubject as d,Subject as f,Subscription as p,merge as m,observableFrom as h,fromEvent as g,map as _,tap as v,filterChanged as y,isNullable as b,ErrorCategory as x}from"@vkontakte/videoplayer-shared";var S=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 C{connection$=new d(void 0);castState$=new d(`NOT_AVAILABLE`);errorEvent$=new f;contentId;realCastState$=new d(`NOT_AVAILABLE`);subscription=new p;log;params;isDestroyed=!1;constructor(e){this.params=e,this.log=this.params.dependencies.logger.createComponentLog(`ChromecastInitializer`);let t=`chrome`in window;if(this.log({message:`[constructor] receiverApplicationId: ${this.params.receiverApplicationId}, isDisabled: ${this.params.isDisabled}, isSupported: ${t}`}),e.isDisabled||!t)return;let n=u(window.chrome?.cast),r=!!window.__onGCastApiAvailable;n?this.initializeCastApi():(window.__onGCastApiAvailable=e=>{delete window.__onGCastApiAvailable,e&&!this.isDestroyed&&this.initializeCastApi()},r||S(`https://www.gstatic.com/cv/js/sender/v1/cast_sender.js?loadCastFramework=1`).catch(()=>this.errorEvent$.next({id:`ChromecastLoading`,category:x.NETWORK,message:`Script loading failed!`})))}connect(){cast.framework.CastContext.getInstance()?.requestSession()}disconnect(){cast.framework.CastContext.getInstance()?.getCurrentSession()?.endSession(!0)}stopMedia(){return new Promise((e,t)=>{cast.framework.CastContext.getInstance()?.getCurrentSession()?.getMediaSession()?.stop(new chrome.cast.media.StopRequest,e,t)})}toggleConnection(){u(this.connection$.getValue())?this.disconnect():this.connect()}setVolume(e){let t=this.connection$.getValue();b(t)||(t.remotePlayer.volumeLevel=e,t.remotePlayerController.setVolumeLevel())}setMuted(e){let t=this.connection$.getValue();b(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(g(n,cast.framework.CastContextEventType.SESSION_STATE_CHANGED).subscribe(e=>{switch(e.sessionState){case cast.framework.SessionState.SESSION_STARTED:case cast.framework.SessionState.SESSION_STARTING:case cast.framework.SessionState.SESSION_RESUMED:this.contentId=n.getCurrentSession()?.getMediaSession()?.media?.contentId;break;case cast.framework.SessionState.NO_SESSION:case cast.framework.SessionState.SESSION_ENDING:case cast.framework.SessionState.SESSION_ENDED:case cast.framework.SessionState.SESSION_START_FAILED:this.contentId=void 0;break;default:return c(e.sessionState)}})).add(m(g(n,cast.framework.CastContextEventType.CAST_STATE_CHANGED).pipe(v(e=>{this.log({message:`[cast.framework.RemotePlayerEventType.CAST_STATE_CHANGED]: ${JSON.stringify(e)}`})}),_(e=>e.castState)),h([n.getCastState()])).pipe(y(),_(ee),v(e=>{this.log({message:`realCastState$: ${e}`})})).subscribe(this.realCastState$)).add(this.realCastState$.subscribe(r=>{let i=r===`CONNECTED`,a=u(this.connection$.getValue());if(i&&!a){let r=n.getCurrentSession();l(r);let i=r.getCastDevice(),a=r.getMediaSession()?.media?.contentId;(b(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`?u(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:x.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 c(e)}};import{assertNonNullable as w,combine as T,debounce as E,ErrorCategory as te,filter as ne,filterChanged as re,isNonNullable as ie,isNullable as ae,map as oe,Subscription as se,ValueSubject as ce}from"@vkontakte/videoplayer-shared";import{assertNever as le,assertNonNullable as ue,ErrorCategory as de,getHighestQuality as fe,isNonNullable as pe}from"@vkontakte/videoplayer-shared";import{assertNever as me}from"@vkontakte/videoplayer-shared";var he=`_offset_p`,ge=e=>{if(e.includes(he))return!0;try{return new URL(e).searchParams.has(`offset_p`)}catch{return!1}},D=(e,t=0,n=0)=>{switch(n){case 0:return e.replace(he,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:me(n)}return e},_e=(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:me(t)}},ve=e=>{let{source:t,format:n,meta:r,output:i}=e,a,o,s;switch(n){case`MPEG`:{let e=t[n];ue(e);let r=fe(Object.keys(e));ue(r);let i=e[r];ue(i),a=i,o=`video/mp4`,s=ye();break}case`HLS`:case`HLS_FMP4`:case`HLS_ONDEMAND`:{let e=t[n];ue(e),a=e.url,o=`application/x-mpegurl`,s=ye();break}case`DASH_SEP`:case`DASH_ONDEMAND`:case`DASH_WEBM`:case`DASH_WEBM_AV1`:case`DASH_STREAMS`:{let e=t[n];ue(e),a=e.url,o=`application/dash+xml`,s=ye();break}case`DASH_LIVE_CMAF`:{let e=t[n];ue(e),a=e.url,o=`application/dash+xml`,s=be();break}case`HLS_LIVE`:case`HLS_LIVE_CMAF`:{let e=t[n];ue(e),a=D(e.url),o=`application/x-mpegurl`,s=be();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.VIDEO_PIPELINE,message:e,thrown:t}),t}case`DASH`:case`DASH_LIVE_WEBM`:throw Error(`${n} is no longer supported`);default:return le(n)}let c=xe(r.videoId??a,o);c.contentUrl=a,c.streamType=s,c.metadata=Se();let{title:l,subtitle:u}=r;return pe(l)&&(c.metadata.title=l),pe(u)&&(c.metadata.subtitle=u),c};function ye(){return chrome.cast?.media?.StreamType?.BUFFERED??`BUFFERED`}function be(){return chrome.cast?.media?.StreamType?.LIVE??`LIVE`}function xe(e,t){return chrome.cast?.media?.MediaInfo?new chrome.cast.media.MediaInfo(e,t):{contentId:e,contentType:t,metadata:{title:``,subtitle:``},streamType:ye()}}function Se(){return chrome.cast?.media?.GenericMediaMetadata?new chrome.cast.media.GenericMediaMetadata:{images:[],metadataType:0,releaseDate:``,subtitle:``,title:``,releaseYear:1970,type:0}}var O=(e,t,n=!1)=>{let r=e.getTransition();(n||!r||r.to===t)&&e.setState(t)};import{createTimers as Ce,TimerModule as we}from"@vkontakte/videoplayer-shared";var k=Ce(we.CORE);class Te{params;interval=0;startVideoPosition;startTs;constructor(e){this.params=e}start(e=0){k.clearInterval(this.interval),this.startVideoPosition=e,this.startTs=Date.now(),this.interval=k.setInterval(()=>{let e=(Date.now()-this.startTs)/1e3,t=this.startVideoPosition+e;this.params.output.position$.next(t)},1e3)}pause(){k.clearInterval(this.interval)}destroy(){k.clearInterval(this.interval)}}import{assertNever as Ee}from"@vkontakte/videoplayer-shared";import{isBrowserWindow as De,ValueSubject as Oe}from"@vkontakte/videoplayer-shared";import{getWindow as ke,isNullable as Ae}from"@vkontakte/videoplayer-shared";class je{_current;_current_version;_chromeVersion;_firefoxVersion;_safariVersion;_operaVersion;_edgeVersion;_yandexVersion;_isMiuiBrowser=!1;get current(){return this._current}get isChrome(){return this.current===`Chrome`}get isChromiumBased(){return[`Chrome`,`Chromium`,`Opera`,`Yandex`,`Edge`,`SamsungBrowser`].includes(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}=ke().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+)/),Ae(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+)/)}}import{getWindow as Me,isBrowserWindow as Ne}from"@vkontakte/videoplayer-shared";var Pe=()=>/Mobile|mini|Fennec|Android|iP(ad|od|hone)/.test(navigator.appVersion??navigator.userAgent)||navigator?.userAgentData?.mobile;class Fe{_displayChecker;_isMobile;_current;_iosVersion;_highEntropyValues={};_os={name:`Unknown`,version:`Unknown`,full:`Unknown`};_details={vendor:`Unknown`,model:`Unknown`};_hardware={};_gpuDetection;constructor(e){this._displayChecker=e}get current(){return this._current}get os(){return this._os}get details(){return this._details}get hardware(){return this._hardware}get highEntropyValues(){return this._highEntropyValues}get isIOS(){return this._highEntropyValues.platform===`iOS`||this.os.name.toLowerCase().includes(`ios`)||[`iPhone`,`iPad`,`iPod`].includes(this.current)}get isIPadOS(){let e=this.current===`Mac`&&this._displayChecker.isTouch;return this.current===`iPad`||e}get isMac(){return this._highEntropyValues.platform===`macOS`||this.os.name.toLowerCase().includes(`mac`)||this.current===`Mac`}get isApple(){return this.isIOS||this.isMac}get isIphoneOrOldIpad(){if(!this.isApple||!this._displayChecker.isTouch)return!1;let e=this.current===`iPad`||this._displayChecker.width>700,t=this._iosVersion;return!e||e&&!!t&&t<16}get isAndroid(){return this._highEntropyValues.platform===`Android`||this.os.name.toLowerCase().includes(`android`)||this.current===`Android`}get isWindows(){return this.os.name.toLowerCase().includes(`windows`)}get isLinux(){return this.os.name.toLowerCase().includes(`linux`)&&!this.isAndroid}get isMobile(){return this._highEntropyValues.mobile||this._isMobile}get iOSVersion(){return this._iosVersion}detect(){let e=Me();if(!Ne(e))return;let{userAgent:t}=e.navigator;try{this._isMobile=Pe()}catch(e){console.error(`DeviceChecker: calling isMobile error - `,e)}this.detectDevice(t),this.detectOS(t),this.detectDeviceDetails(t),this.detectHardware(e),this.detectHighEntropyValues(),this.isIOS&&this.detectIOSVersion()}detectHardware(e){let t=e.navigator;try{this._hardware={cpuCores:t.hardwareConcurrency,memoryGb:t.deviceMemory}}catch(e){console.error(`DeviceChecker: detectHardware error - `,e)}}detectGpu(){return this._gpuDetection??=this.requestGpuInfo(),this._gpuDetection}async requestGpuInfo(){let e=Me();if(Ne(e))try{let t=await e.navigator.gpu?.requestAdapter();this._hardware={...this._hardware,gpuVendor:t?.info?.vendor||void 0,gpuArchitecture:t?.info?.architecture||void 0}}catch(e){console.error(`DeviceChecker: detectGpu error - `,e)}}async detectHighEntropyValues(){let e=Me();if(!Ne(e))return;let{userAgentData:t}=e.navigator;if(t?.getHighEntropyValues){let e=await t.getHighEntropyValues([`architecture`,`bitness`,`brands`,`mobile`,`platform`,`formFactor`,`model`,`platformVersion`,`wow64`]);this._highEntropyValues=e,e.platform&&(this._os.name=this.normalizeOSName(e.platform),e.platformVersion&&(this._os.version=this.normalizeOSVersion(e.platformVersion),this._os.full=`${this._os.name} ${this._os.version}`)),e.model&&(this._details.model=e.model)}}detectDevice(e){try{let t=/android/i.test(e)?`Android`:void 0,n=/iphone/i.test(e)?`iPhone`:void 0,r=/ipad/i.test(e)?`iPad`:void 0,i=/ipod/i.test(e)?`iPod`:void 0,a=/mac/i.test(e)?`Mac`:void 0,o=/webOS|BlackBerry|IEMobile|Opera Mini/i.test(e)?`RestMobile`:void 0;this._current=t||n||r||i||o||a||`Desktop`}catch(e){console.error(`DeviceChecker: device detection error - `,e)}}detectOS(e){try{for(let[t,n]of[[/(windows nt) (6\.[23]); arm/i,[`Windows RT`]],[/(windows nt) (6\.3); arm/i,[`Windows RT 8.1`]],[/(windows (?:phone|mobile|iot))(?: os)?[/ ]?([\d.]+)/i,[`Windows Mobile`,2]],[/(windows)[/ ](xp|vista|7|8(\.1)?|10|11|2000|me)/i,[1,1]],[/windows nt ?([\d.]+)/i,[`Windows`,1]],[/(windows)[/ ](95|98|me|2000|xp|vista|7|8|8\.1|10|11)/i,[1,2]],[/(iphone os|cpu iphone os) ([\d_.]+)/i,[`iOS`,2]],[/(ipad os|cpu os) ([\d_.]+)/i,[`iPadOS`,2]],[/(ipod os|cpu ipod os) ([\d_.]+)/i,[`iOS`,2]],[/(?:ios|os) ([\d_.]+) like mac os x/i,[`iOS`,1]],[/cfnetwork\/.+darwin/i,[`iOS`]],[/(mac os x) ?([\d_.]+)/i,[`macOS`,2]],[/(macintosh|mac os)/i,[`macOS`]],[/(android) ([\d.]+)/i,[1,2]],[/(harmonyos)[/ ]?([\d.]*)/i,[`HarmonyOS`,2]],[/\b(ubuntu|debian|fedora|centos|arch|linux)(?:[-/ ]([\w.]+))?/i,[1,2]],[/(cros)\D*([\d.]+)/i,[`Chrome OS`,2]],[/(freebsd|openbsd|netbsd|dragonfly)[/ ]?([\w.]*)/i,[1,2]],[/(sunos|solaris)?([\d.]*)/i,[`Solaris`,2]],[/(aix)?([\d.]*)/i,[`AIX`,2]]]){let r=e.match(t);if(r){let t=n.length>0,i=n.length>1,a=`Unknown`,o=`Unknown`;if(t){let e=n[0];typeof e==`number`?e<r.length&&r[e]!==void 0&&(a=r[e]):a=e}if(i){let e=n[1];typeof e==`number`?e<r.length&&r[e]!==void 0&&(o=r[e]):e!==void 0&&(o=e)}else r[2]===void 0?r[1]!==void 0&&t&&typeof n[0]==`string`&&(o=r[1]):o=r[2];a=this.normalizeOSName(a),o=this.normalizeOSVersion(o,a),a===`iOS`&&/ipad/i.test(e)?a=`iPadOS`:a===`iPadOS`&&/ip(hone|od)/i.test(e)&&(a=`iOS`),this._os={name:a,version:o||`Unknown`,full:o&&o!==`Unknown`?`${a} ${o}`:a};break}}}catch(e){console.error(`DeviceChecker: OS detection error - `,e)}}normalizeOSName(e){if(!e)return`Unknown`;let t=e.toLowerCase();return t.includes(`windows`)?`Windows`:t.includes(`mac os`)||t.includes(`macintosh`)?`macOS`:t.includes(`iphone`)||t.includes(`ios`)?`iOS`:t.includes(`ipados`)?`iPadOS`:t.includes(`android`)?`Android`:t.includes(`harmonyos`)?`HarmonyOS`:t.includes(`linux`)?`Linux`:t.includes(`cros`)?`Chrome OS`:t.includes(`freebsd`)?`FreeBSD`:t.includes(`openbsd`)?`OpenBSD`:t.includes(`solaris`)||t.includes(`sunos`)?`Solaris`:t.includes(`aix`)?`AIX`:e}normalizeOSVersion(e,t){if(!e)return`Unknown`;if(e!==`Unknown`&&(e=e.replace(/_/g,`.`),t===`Windows`)){let t=parseFloat(e);if(!isNaN(t)){if(t>=11)return`11`;if(t>=10)return`10`;if(t===6.3)return`8.1`;if(t===6.2)return`8`;if(t===6.1)return`7`;if(t===6)return`Vista`;if(t===5.1||t===5.2)return`XP`;if(t===5)return`2000`;if(t===4)return`NT 4.0`}}return e}detectDeviceDetails(e){try{for(let[t,n]of[[/(iphone)/i,[`Apple`,`iPhone`]],[/(ipad)/i,[`Apple`,`iPad`]],[/(ipod)/i,[`Apple`,`iPod`]],[/(macintosh)/i,[`Apple`,`Macintosh`]],[/(windows[\w\-_ ]*phone)/i,[`Microsoft`,0]],[/(windows nt|win64|win32|wow64)/i,[`Microsoft`,`PC`]],[/\b(sch-i[89]0\d|shw-m380s|sm-[ptxs]\w{2,4}|gt-[pn]\d{2,4}|sgh-t8[56]9|nexus 10)/i,[`Samsung`,1]],[/\b((?:s[cgp]h|gt|sm)-(?![lr])\w+|sc[g-]?\d+a?|galaxy nexus)/i,[`Samsung`,1]],[/samsung[- ]((?!sm-[lr]|browser)[-\w]+)/i,[`Samsung`,1]],[/sec-(sgh\w+)/i,[`Samsung`,1]],[/smart-tv.+(samsung)/i,[`Samsung`,`Smart TV`]],[/(samsung).*tizen/i,[`Samsung`,`Smart TV`]],[/(pixel (?:c|tablet|[0-9a-z ]+))/i,[`Google`,1]],[/(pixelbook(?: go)?)/i,[`Google`,1]],[/nexus [0-9]/i,[`Google`,0]],[/(redmi[-_ ]?(?:note|k)?[\w_ ]+)(?: bui|\))/i,[`Xiaomi`,1]],[/\b(mi[\w\-_ ]+)(?: bui|\))/i,[`Xiaomi`,1]],[/\b(poco[\w ]+)(?: bui|\))/i,[`Xiaomi`,1]],[/\b(hm[-_ ]?note?[\w ]*)(?: bui|\))/i,[`Xiaomi`,1]],[/\b(?:xiao)?mi[\w\-_ ]+pad/i,[`Xiaomi`,0]],[/(?:huawei|honor) ?([-\w ]+)[;)]/i,[`Huawei`,1]],[/\b(nexus 6p|\w{2,4}e?-[atu]?[ln][\dx][\dc][adnt]?)\b(?!.+d\/s)/i,[`Huawei`,1]],[/\b((?:ag[rs][2356]?k?|bah[234]?|bg[2o]|bt[kv]|cmr|cpn|db[ry]2?|jdn2|got|kob2?k?|mon|pce|scm|sht?|[tw]gr|vrd)-[ad]?[lw][0125][09]b?)/i,[`Huawei`,1]],[/(?:one)?(?:plus)? ?([a\d0]\d\d\d?)(?: b|\))/i,[`OnePlus`,1]],[/droid.+; (cph2[3-6]\d[13579]|((?:gm|hd)19|(?:ac|be|in|kb)20|(?:d[en]|eb|le|mt)21|ne22)[0-2]\d)(?: bui|\))/i,[`OnePlus`,1]],[/(oneplus)[-_ ]?([-\w]*)/i,[`OnePlus`,2]],[/\b(rmx[1-3]\d{3})(?: bui|;|\))/i,[`Realme`,1]],[/(realme)[-_ ]?([-\w]*)/i,[`Realme`,2]],[/; (\w+) bui.+ oppo/i,[`OPPO`,1]],[/\b(cph[12]\d{3}|p(?:af|c[al]|d\w|e[ar])[mt]\d0|x9007|a101op)\b/i,[`OPPO`,1]],[/\b(opd2(\d{3}a?))(?: bui|\))/i,[`OPPO`,1]],[/(oppo)[-_ ]?([-\w]*)/i,[`OPPO`,2]],[/; vivo (\w+)(?: bui|\))/i,[`Vivo`,1]],[/\b(v[12]\d{3}\w?[at])(?: bui|;)/i,[`Vivo`,1]],[/(vivo)[-_ ]?([-\w]*)/i,[`Vivo`,2]],[/\bmot(?:orola)?[- ]([\w\s]+)(\)| bui)/i,[`Motorola`,1]],[/((?:moto(?! 360)[-\w() ]+|xt\d{3,4}[cgkosw+]?[-\d]*|nexus 6)(?= bui|\)))/i,[`Motorola`,1]],[/\b(milestone|droid(?:[2-4x]| (?:bionic|x2|pro|razr))?:?( 4g)?)\b/i,[`Motorola`,0]],[/\b(mz60\d|xoom[2 ]{0,2}) build\//i,[`Motorola`,0]],[/droid.+; ([a-z]?\d[0-2]{2}[a-z]{2}|[c-g]\d{4}|so[-gl]\w+|xq-[a-z]{2}\d\d)(?= bui|\))/i,[`Sony`,1]],[/sony tablet [ps]/i,[`Sony`,`Xperia Tablet`]],[/\b(?:sony)?sgp\w+(?: bui|\))/i,[`Sony`,0]],[/(sony)[-_ ]?([-\w]*)/i,[`Sony`,2]],[/\blg[-e;/ ]+(?!.*(?:browser|netcast|android tv|watch|webos))(\w+)/i,[`LG`,1]],[/\blg-?([\d\w]+) bui/i,[`LG`,1]],[/(lm(?:-?f100[nv]?|-[\w.]+)(?= bui|\))|nexus [45])/i,[`LG`,1]],[/((?=lg)?[vl]k-?\d{3}) bui/i,[`LG`,0]],[/(lg)[-_ ]?([-\w]*)/i,[`LG`,2]],[/(?:maemo|nokia).*(n900|lumia \d+|rm-\d+)/i,[`Nokia`,1]],[/nokia[-_ ]?(([-\w. ]*?))(?: bui|\)|;|\/)/i,[`Nokia`,1]],[/(nokia) (t[12][01])/i,[`Nokia`,2]],[/(?:\b|asus_)(transfo[prime ]{4,10} \w+|eeepc|slider \w+|nexus 7|padfone|p00[cj])/i,[`ASUS`,1]],[/(?:asus[-_ ])?(zenfone[\w\-_ ]*)/i,[`ASUS`,1]],[/(rog[\w\-_ ]*)/i,[`ASUS`,1]],[/(asus)[-_ ]?([-\w]*)/i,[`ASUS`,2]],[/lenovo[-_ ]?([-\w ]+?)(?: bui|\)|\/)/i,[`Lenovo`,1]],[/(ideatab[-\w ]+|602lv|d-42a|a101lv|a2109a|a3500-hv|s[56]000|pb-6505[my]|tb-?x?\d{3,4}(?:f[cu]|xu|[av])|yt\d?-[jx]?\d+[lfmx])(?: bui|;|\)|\/)/i,[`Lenovo`,1]],[/(thinkpad[\w\-_ ]*)/i,[`Lenovo`,0]],[/(kf[a-z]{2}[a-z]*)(?: bui|\))/i,[`Amazon`,1]],[/(alexa)webm/i,[`Amazon`,`Echo`]],[/(fire[\w\-_ ]*)/i,[`Amazon`,0]],[/(amazon)[-_ ]?([-\w]*)/i,[`Amazon`,2]],[/(?:blackberry|\(bb10;) (\w+)/i,[`BlackBerry`,1]],[/\b((?:bb[a-f]|st[hv])100-\d)/i,[`BlackBerry`,1]],[/(playbook);[-\w),; ]+(rim)/i,[`BlackBerry`,1]],[/(microsoft); (lumia[\w ]+)/i,[`Microsoft`,2]],[/(surface duo)/i,[`Microsoft`,`Surface Duo`]],[/(surface[\w\-_ ]*)/i,[`Microsoft`,0]],[/(zte)[- ]([\w ]+?)(?: bui|\/|\))/i,[`ZTE`,2]],[/(htc)[-;_ ]{1,2}([\w ]+(?=\)| bui)|\w+)/i,[`HTC`,2]],[/(alcatel|tcl)[-_ ]?([-\w]*)/i,[1,2]],[/(meizu)[-_ ]?([-\w]*)/i,[`Meizu`,2]],[/(tecno)[-_ ]?([-\w]*)/i,[`Tecno`,2]],[/(infinix)[-_ ]?([-\w]*)/i,[`Infinix`,2]],[/(micromax)[-_ ]?([-\w]*)/i,[`Micromax`,2]],[/(lava)[-_ ]?([-\w]*)/i,[`Lava`,2]],[/(panasonic)[-_ ]?([-\w]*)/i,[`Panasonic`,2]],[/(sharp)\/?([-\w]*)/i,[`Sharp`,2]],[/(benq)[-_ ]?([-\w]*)/i,[`BenQ`,2]],[/(palm)[-_ ]?([-\w]*)/i,[`Palm`,2]],[/(vertu)[-_ ]?([-\w]*)/i,[`Vertu`,2]],[/(gionee)[-_ ]?([-\w]*)/i,[`Gionee`,2]],[/(doogee)[-_ ]?([-\w]*)/i,[`Doogee`,2]],[/(ulefone)[-_ ]?([-\w]*)/i,[`Ulefone`,2]],[/(blackview)[-_ ]?([-\w]*)/i,[`Blackview`,2]],[/(cubot)[-_ ]?([-\w]*)/i,[`Cubot`,2]],[/(umidigi)[-_ ]?([-\w]*)/i,[`UMIDIGI`,2]],[/(oukitel)[-_ ]?([-\w]*)/i,[`Oukitel`,2]],[/(fairphone)[-_ ]?([-\w]*)/i,[`Fairphone`,2]],[/(cat)[-_ ]?([-\w]*)/i,[`Cat`,2]],[/(energy)[-_ ]?([-\w]*)/i,[`Energizer`,2]],[/(land rover)[-_ ]?([-\w]*)/i,[`Land Rover`,2]],[/(shield[\w\-_ ]*)/i,[`Nvidia`,0]],[/(crkey)/i,[`Google`,`Chromecast`]],[/(roku)[\dx]*/i,[`Roku`,0]],[/(apple)[-_ ]?tv/i,[`Apple`,`TV`]],[/(amazon)[-_ ]?tv/i,[`Amazon`,`Fire TV`]],[/(google)[-_ ]?tv/i,[`Google`,`TV`]],[/(smart[\w\-_ ]*tv)/i,[0,`Smart TV`]],[/(playstation[\w\-_ ]*)/i,[`Sony`,0]],[/(nintendo[\w\-_ ]*)/i,[`Nintendo`,0]],[/(xbox[\w\-_ ]*)/i,[`Microsoft`,0]],[/(googlebot)/i,[`Google`,`Bot`]],[/(bingbot)/i,[`Microsoft`,`Bing Bot`]],[/(yandexbot)/i,[`Yandex`,`Bot`]],[/(slackbot)/i,[`Slack`,`Bot`]],[/(twitterbot)/i,[`Twitter`,`Bot`]],[/(facebookbot)/i,[`Facebook`,`Bot`]],[/(linkedinbot)/i,[`LinkedIn`,`Bot`]],[/(tesla)[-_ ]?([-\w]*)/i,[`Tesla`,2]],[/(raspberry[\w\-_ ]*)/i,[`Raspberry Pi`,0]]]){let r=e.match(t);if(r){let e=n[0],t=n[1],i=typeof e==`number`?r[e]===void 0?`Unknown`:this.normalizeVendorName(r[e]):this.normalizeVendorName(e),a=`Unknown`;typeof t==`number`?a=r[t]===void 0?`Unknown`:r[t]:t===void 0?r[1]===void 0?r[0]!==void 0&&(a=r[0]):a=r[1]:a=t,a=this.normalizeModelName(a,i),this.details.vendor=i,this.details.model=a;break}}}catch(e){console.error(`DeviceChecker: device details detection error - `,e)}}normalizeVendorName(e){return e?{apple:`Apple`,samsung:`Samsung`,google:`Google`,xiaomi:`Xiaomi`,huawei:`Huawei`,oneplus:`OnePlus`,oppo:`OPPO`,vivo:`Vivo`,realme:`Realme`,motorola:`Motorola`,sony:`Sony`,lg:`LG`,nokia:`Nokia`,asus:`ASUS`,lenovo:`Lenovo`,amazon:`Amazon`,blackberry:`BlackBerry`,microsoft:`Microsoft`,zte:`ZTE`,htc:`HTC`,alcatel:`Alcatel`,tcl:`TCL`,meizu:`Meizu`,tecno:`Tecno`,infinix:`Infinix`,micromax:`Micromax`,lava:`Lava`,panasonic:`Panasonic`,sharp:`Sharp`,benq:`BenQ`,palm:`Palm`,honor:`Honor`,nvidia:`NVIDIA`,roku:`Roku`}[e.toLowerCase()]||e.charAt(0).toUpperCase()+e.slice(1).toLowerCase():`Unknown`}normalizeModelName(e,t){if(!e||e===`Unknown`)return e;if(e===`0`)return`Unknown`;let n=e.replace(/^build\//i,``).replace(/\s+bui$/i,``).replace(/\)$/,``).replace(/[;,)]/g,``).replace(/\s*\(.*?\)\s*/g,``).trim(),r=t.toLowerCase();return r.includes(`samsung`)?n=n.replace(/^(sm-|gt-|sgh-|sch-)/i,``):r.includes(`xiaomi`)?n=n.replace(/^(mi[\s\-_]*|redmi[\s\-_]*)/i,``):r.includes(`oneplus`)?n=n.replace(/^oneplus[\s\-_]*/i,``):r.includes(`google`)&&(n=n.replace(/^(pixel[\s\-_]*|nexus[\s\-_]*)/i,``)),n=n.replace(/_/g,` `).replace(/-/g,` `).replace(/\s+/g,` `).trim(),n?(n.length>0&&/^[a-z]/.test(n)&&(n=n.charAt(0).toUpperCase()+n.slice(1)),n):`Unknown`}detectIOSVersion(){try{let e=Me();if(!Ne(e))return;if(this._highEntropyValues.platformVersion){let e=this._highEntropyValues.platformVersion.split(`.`).slice(0,2).join(`.`);this._iosVersion=parseFloat(e);return}if(this._os.version!==`Unknown`){let e=this._os.version.split(`.`),t=e.length>=2?`${e[0]}.${e[1]}`:e[0];this._iosVersion=parseFloat(t);return}let t=e.navigator.userAgent.match(/OS (\d+(_\d+)?)/i);t?.[1]&&(this._iosVersion=parseFloat(t[1].replace(/_/g,`.`)))}catch(e){console.error(`DeviceChecker: iOS version detection error - `,e)}}}import{getWindow as Ie,isBrowserWindow as Le}from"@vkontakte/videoplayer-shared";var Re=[`rec2020`,`p3`,`srgb`],ze=[`standalone`,`minimal-ui`,`fullscreen`,`window-controls-overlay`,`picture-in-picture`];class Be{_maxTouchPoints;_height;_width;_isHdr;_pixelRatio;_screenHeight;_screenWidth;_colorDepth;_colorGamut;_displayMode=`browser`;_isStandalone=!1;get isTouch(){return typeof this._maxTouchPoints==`number`?this._maxTouchPoints>1:`ontouchstart`in Ie()}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 colorGamut(){return this._colorGamut}get displayMode(){return this._displayMode}get isStandalone(){return this._isStandalone}detect(){let e=Ie();if(!Le(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,this._colorGamut=this.detectColorGamut(e)}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)}}detectColorGamut(e){return Re.find(t=>e.matchMedia?.(`(color-gamut: ${t})`)?.matches)}detectDisplayMode(e){return ze.find(t=>e.matchMedia?.(`(display-mode: ${t})`)?.matches)??`browser`}}import{getWindow as Ve,isBrowserWindow as He}from"@vkontakte/videoplayer-shared";var Ue=()=>window.ManagedMediaSource||window.MediaSource,We=()=>!!(window.ManagedMediaSource&&window.ManagedSourceBuffer?.prototype?.appendBuffer),Ge=()=>!!(window.MediaSource&&window.SourceBuffer?.prototype?.appendBuffer),Ke=()=>window.ManagedMediaSource?new ManagedMediaSource:new MediaSource,qe=Ve().document?.createElement(`video`),Je=`video/mp4; codecs="avc1.42000a,mp4a.40.2"`,Ye=`video/mp4; codecs="hev1.1.6.L93.B0"`,Xe=`video/webm; codecs="vp09.00.10.08"`,Ze=`video/webm; codecs="av01.0.00M.08"`,Qe=`audio/mp4; codecs="mp4a.40.2"`,$e=`audio/webm; codecs="opus"`,et;(async()=>{let e=Ve();if(!He(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]=await Promise.all([e.navigator.mediaCapabilities.decodingInfo({...t,video:{...t.video,contentType:Ze}}),e.navigator.mediaCapabilities.decodingInfo({...t,video:{...t.video,contentType:Xe}})]);et={DASH_WEBM_AV1:n,DASH_WEBM:r}})().catch(e=>{console.log(qe),console.error(e)});class tt{_video;_deviceChecker;_browserChecker;_protocols;_containers;_codecs;_nativeHlsSupported;constructor(e,t){this._deviceChecker=e,this._browserChecker=t}get protocols(){return this._protocols}get containers(){return this._containers}get codecs(){return this._codecs}get webmDecodingInfo(){return et}get supportedCodecs(){return Object.keys(this._codecs).filter(e=>this._codecs[e])}get nativeHlsSupported(){return this._nativeHlsSupported}detect(){let e=Ve();if(!He(e))return;let t=e.document;this._video=t.createElement(`video`);try{this._protocols={mms:We(),mse:Ge(),hls:!!(this._video.canPlayType?.(`application/x-mpegurl`)||this._video.canPlayType?.(`vnd.apple.mpegURL`)),webrtc:!!e.RTCPeerConnection,ws:!!e.WebSocket},this._containers={mp4:!!this._video.canPlayType?.(`video/mp4`),webm:!!this._video.canPlayType?.(`video/webm`),cmaf:!0};let t=!!Ue()?.isTypeSupported?.(Je),n=!!Ue()?.isTypeSupported?.(Ye),r=!!Ue()?.isTypeSupported?.(Qe);this._codecs={h264:t,h265:n,vp9:!!Ue()?.isTypeSupported?.(Xe),av1:!!Ue()?.isTypeSupported?.(Ze),aac:r,opus:!!Ue()?.isTypeSupported?.($e),mpeg:(t||n)&&r},this._nativeHlsSupported=this._protocols.hls&&this._containers.mp4}catch(e){console.error(e)}try{this.destroyVideoElement()}catch(e){console.error(`Error destroying video element:`,e)}}destroyVideoElement(){if(!this._video)return;if(this._video.pause(),this._video.currentTime=0,this._video.removeAttribute(`src`),this._video.src=``,this._video.load(),this._video.remove){this._video.remove(),this._video=null;return}this._video.parentNode&&this._video.parentNode.removeChild(this._video);let e=this._video.cloneNode(!1);this._video.parentNode?.replaceChild(e,this._video),this._video=null}}import{getWindow as nt,isBrowserWindow as rt}from"@vkontakte/videoplayer-shared";var it=`audio/mpeg`;class at{_audio;_containers;_codecs;supportMp3(){return this._codecs.mp3&&this._containers.mpeg}detect(){let e=nt();if(!rt(e))return;let t=e.document;this._audio=t.createElement(`audio`);try{this._containers={mpeg:!!this._audio.canPlayType?.(it)},this._codecs={mp3:!!Ue()?.isTypeSupported?.(it)}}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 ot{isInited$=new Oe(!1);_displayChecker;_deviceChecker;_browserChecker;_videoChecker;_audioChecker;constructor(){this._displayChecker=new Be,this._deviceChecker=new Fe(this._displayChecker),this._browserChecker=new je,this._videoChecker=new tt(this._deviceChecker,this._browserChecker),this._audioChecker=new at,this.detect()}get display(){return this._displayChecker}get device(){return this._deviceChecker}get browser(){return this._browserChecker}get video(){return this._videoChecker}get audio(){return this._audioChecker}async detect(){De()&&(this._displayChecker.detect(),this._deviceChecker.detect(),this._browserChecker.detect(),this._videoChecker.detect(),this._audioChecker.detect(),this.isInited$.next(!0))}}var A=new ot,st=(e,t=!1)=>{let{containers:n,protocols:r,codecs:i,nativeHlsSupported:a}=A.video,{isMobile:o}=A.device,s=A.device.isMac&&A.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 Ee(e)}})},ct=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 Ee(e)}},lt=(e,t=!1)=>st(Object.keys(e).filter(e=>!ct(e)),t).length>0;class ut{subscription=new se;log;params;sessionId$=new ce(null);mediaSessionId$=new ce(null);contentId$=new ce(null);progressTicker;isMobile=Pe();mobileVolumeState={muted:!1,volume:0};media=null;lastRequestedVolume=null;constructor(e){this.params=e,this.progressTicker=new Te(e),this.log=this.params.dependencies.logger.createComponentLog(`ChromecastPresentationApiProvider`),this.log({message:`constructor, format: ${e.format}`}),this.params.output.isLive$.next(ct(e.format)),this.subscribe()}subscribe(){let e=e=>{this.params.output.error$.next({category:te.WTF,id:`ChromecastPresentationApiProvider`,message:e?.message??`Unknown error`,thrown:e})};this.subscription.add(this.params.chromecastConnector.message$.pipe(ne(e=>!!e)).subscribe(e=>{this.handleMessage(e)},e)),this.subscription.add(this.sessionId$.pipe(ne(ie),re(),E(0)).subscribe(()=>{this.loadMedia()},e));let t=this.contentId$.pipe(re(),oe(Boolean));this.subscription.add(T({seekState:this.params.desiredState.seekState.stateChangeEnded$,mediaLoaded:t}).pipe(ne(({mediaLoaded:e})=>e)).subscribe(()=>{let e=this.params.desiredState.seekState.getState();e.state===`requested`&&this.seek(e.position/1e3)},e));let n=T({playbackState:this.params.desiredState.playbackState.stateChangeStarted$,mediaLoaded:t});this.subscription.add(n.pipe(ne(({mediaLoaded:e})=>e),E(0)).subscribe(()=>{this.syncPlayback()},e)),this.subscription.add(n.pipe(ne(({mediaLoaded:e,playbackState:{from:t,to:n}})=>!e&&t===`stopped`&&n===`playing`)).subscribe(()=>{this.loadMedia()},e)),this.subscription.add(T({volumeState:this.params.desiredState.volume.stateChangeStarted$.pipe(E(30)),mediaLoaded:t}).pipe(ne(({mediaLoaded:e})=>e)).subscribe(({volumeState:e})=>{let{muted:t,volume:n}=e.to;this.setVolume(n,t)},e))}handleMessage(e){switch(e.type){case`new_session`:case`update_session`:{this.sessionId$.next(e.message.sessionId);let t=e.message?.media?.[0];this.syncMediaState(t);let n=e.message?.receiver.volume;this.syncVolumeState(n)}break;case`v2_message`:switch(e.message?.type){case`MEDIA_STATUS`:{let t=e.message?.status?.[0];this.syncMediaState(t);break}}break}}loadMedia(){let e=ve(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();w(e,`play on null mediaSessionId`),this.params.chromecastConnector.sendV2Message({type:`PLAY`,mediaSessionId:e,customData:null})}pause(){let e=this.mediaSessionId$.getValue();w(e,`pause on null mediaSessionId`),this.params.chromecastConnector.sendV2Message({type:`PAUSE`,mediaSessionId:e,customData:null})}seek(e){let t=this.mediaSessionId$.getValue();w(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`:O(this.params.desiredState.playbackState,`paused`);break;case`PLAYING`:O(this.params.desiredState.playbackState,`playing`);break;case`IDLE`:t===`FINISHED`?(this.params.output.endedEvent$.next(),O(this.params.desiredState.playbackState,`stopped`),this.contentId$.next(null)):O(this.params.desiredState.playbackState,`ready`);break;case`BUFFERING`:break}}syncPlayback(){let e=this.params.desiredState.playbackState.getState();switch(this.log({message:`[syncPlayback] ${e}`}),e){case`ready`:break;case`playing`:this.play();break;case`paused`:this.pause();break;case`stopped`:this.stop();break}}syncMediaState=e=>{if(ae(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;ie(n)&&this.params.output.duration$.next(Math.max(0,n));let r=e.currentTime;if(ie(r)){this.params.desiredState.seekState.getState().state===`applying`&&this.params.output.seekedEvent$.next(),this.params.output.position$.next(r);let t=this.params.output.isLive$.getValue();e.playerState===`PLAYING`&&!t?this.progressTicker.start(r):this.progressTicker.pause()}};syncVolumeState(e){if(ae(e))return;let{level:t,muted:n}=e,r={muted:n??!1,volume:t??0};this.lastRequestedVolume&&=(n&&(r.volume=this.lastRequestedVolume.volume),this.lastRequestedVolume.muted&&!t&&!n&&(r.volume=this.lastRequestedVolume.volume,r.muted=!0),null);let i=`[syncVolumeState] volume: ${r.volume}, muted: ${r.muted}`;this.isMobile&&(this.mobileVolumeState.volume=r.volume,this.mobileVolumeState.muted=r.muted,r.volume=this.params.output.volume$.getValue().volume,i+=`, volume passed to state machine: ${r.volume}`),this.log({message:i}),this.params.output.volume$.next(r)}destroy(){this.progressTicker.destroy(),this.subscription.unsubscribe()}}import{assertNonNullable as dt,ErrorCategory as ft,filter as pt,Subject as mt,Subscription as ht,tap as gt,ValueSubject as _t,fromEvent as vt,getWindow as yt}from"@vkontakte/videoplayer-shared";var bt=e=>({castDevice:{friendlyName:e},remotePlayer:{},remotePlayerController:{},session:{}}),xt=()=>String(Date.now())+String(Math.floor(Math.random()*1e5));class St{params;clientId;capabilities=[`WEB`];presentationRequest$=new _t(null);log;sessionId$=new _t(null);broadcastChannel=new BroadcastChannel(`vk_player_chromecast_events`);subscription=new ht;subscriptionEvents=new ht;isDestroyed=!1;sequenceNumber=0;presentationAvailable$=new _t(!1);presentationConnection$=new _t(null);message$=new _t(null);friendlyName$=new _t(null);errorEvent$=new mt;constructor(e){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(vt(e,`change`).subscribe(()=>{t()})),t()}).catch(()=>{this.presentationAvailable$.next(!0)}),yt().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:ft.WTF,id:`ChromecastPresentationApiConnector`,message:e?.message??`reinitPresentation error`,thrown:e})}}async connect(){this.log({message:`connect`});try{this.presentationRequest$.getValue()||(this.log({message:`reinitPresentation`}),this.reinitPresentation(!1));let e=this.presentationRequest$.getValue();dt(e,`connect with null presentationRequest`);let t=await e.start();this.handleConnection(t)}catch(e){switch(e?.name){case`AbortError`:case`NotAllowedError`:break;default:this.errorEvent$.next({category:ft.WTF,id:`ChromecastPresentationApiConnector`,message:e?.message??`connect error`,thrown:e});break}}}subscribe(){this.subscription.add(vt(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(gt(e=>{this.log({message:`presentationConnection$: ${!!e}`})}),pt(e=>!!e)).subscribe(e=>{let t=vt(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=vt(e,`connect`).subscribe(()=>{this.send(`client_connect`)}),r=vt(e,`close`).subscribe(e=>{switch(e.reason){case`error`:this.errorEvent$.next({category:ft.WTF,id:`ChromecastPresentationApiConnector`,message:`Session error`,thrown:e});break;case`closed`:break}});this.subscriptionEvents.add(t),this.subscriptionEvents.add(n),this.subscriptionEvents.add(r)}))}send(e){switch(e){case`client_connect`:{let e={type:`client_connect`,message:this.clientId,sequenceNumber:-1,timeoutMillis:0,clientId:this.clientId};this.safeSend(JSON.stringify(e));break}}}sendV2Message(e){let t=this.sessionId$.getValue();if(t){let n={type:`v2_message`,sequenceNumber:this.getSequenceNumber(),timeoutMillis:0,clientId:this.clientId,message:{...e,sessionId:t}};this.safeSend(JSON.stringify(n))}}safeSend(e){try{this.log({message:`[send] ${e}`});let t=this.presentationConnection$.getValue();t?.state===`connected`&&t?.send(e)}catch(t){this.errorEvent$.next({category:ft.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 yt()[e]=yt()[e]||xt()}resetSubscriptionEvents(){this.subscriptionEvents.unsubscribe(),this.subscriptionEvents=new ht}handleConnection(e){this.log({message:`connection available`}),this.isDestroyed?(this.log({message:`connected on already destroyed component`}),e.close()):(this.broadcastChannel.postMessage(`connection`),this.presentationConnection$.next(e))}}import{ValueSubject as Ct,Subject as wt,map as Tt,Subscription as Et,combine as Dt,filterChanged as Ot,assertNonNullable as kt}from"@vkontakte/videoplayer-shared";class At{subscription=new Et;log;contentId;connection$=new Ct(void 0);castState$=new Ct(`NOT_AVAILABLE`);errorEvent$=new wt;chromecastConnector;static isSupported(){return`chrome`in window&&`presentation`in navigator&&`BroadcastChannel`in window}constructor(e){let t=At.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 St({appId:e.receiverApplicationId,logger:e.dependencies.logger}),this.subscribe())}subscribe(){kt(this.chromecastConnector,`subscribe with null chromecastConnector`),this.subscription.add(this.chromecastConnector.errorEvent$.subscribe(this.errorEvent$));let e=Dt({connection:this.chromecastConnector.presentationConnection$,available:this.chromecastConnector.presentationAvailable$,friendlyName:this.chromecastConnector.friendlyName$.pipe(Ot())});this.subscription.add(e.pipe(Tt(({connection:e,friendlyName:t})=>!!(e&&t)),Ot()).subscribe(e=>{let t=this.chromecastConnector?.friendlyName$.getValue()??``;this.connection$.next(e?bt(t):void 0)})).add(e.subscribe(({available:e,connection:t})=>{e?t?this.castState$.next(`CONNECTED`):this.castState$.next(`AVAILABLE`):this.castState$.next(`NOT_AVAILABLE`)}))}connect(){this.log({message:`connect`}),this.chromecastConnector?.connect()}disconnect(){this.log({message:`disconnect`}),this.chromecastConnector?.disconnect()}async stopMedia(){this.log({message:`stopMedia`}),this.chromecastConnector?.stopMedia()}toggleConnection(){let e=!!this.chromecastConnector?.presentationConnection$.getValue();this.log({message:`toggleConnection: isConnected - ${e}`}),e?this.disconnect():this.connect()}setVolume(e){}setMuted(e){}destroy(){this.log({message:`destroy`}),this.chromecastConnector?.destroy(),this.subscription.unsubscribe()}}import{isNonNullable as jt,Subject as Mt,merge as Nt}from"@vkontakte/videoplayer-shared";var Pt=(e,t)=>e===t;class Ft{comparator;state;prevState;transition;transitionStarted$=new Mt;transitionEnded$=new Mt;transitionUpdated$=new Mt;forceChanged$=new Mt;stateChangeStarted$=Nt(this.transitionStarted$,this.transitionUpdated$);stateChangeEnded$=Nt(this.transitionEnded$,this.forceChanged$);constructor(e,t=Pt){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)||jt(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}}import{assertNever as It,debounce as Lt,ErrorCategory as Rt,fromEvent as zt,map as Bt,merge as Vt,observableFrom as Ht,Subject as Ut,Subscription as Wt,timeout as Gt}from"@vkontakte/videoplayer-shared";var Kt=5,qt=5,Jt=500,Yt=7e3;class Xt{subscription=new Wt;loadMediaTimeoutSubscription=new Wt;videoState=new Ft(`stopped`);params;log;constructor(e){this.params=e,this.log=this.params.dependencies.logger.createComponentLog(`ChromecastProvider`),this.log({message:`constructor, format: ${e.format}`}),this.params.output.isLive$.next(ct(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 Wt;this.subscription.add(e),this.subscription.add(Vt(this.videoState.stateChangeStarted$.pipe(Bt(e=>`stateChangeStarted$ ${JSON.stringify(e)}`)),this.videoState.stateChangeEnded$.pipe(Bt(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 Ut;e.add(t.pipe(Lt(Jt)).subscribe(()=>{this.params.output.seekedEvent$.next()}));let n=NaN;e.add(zt(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(zt(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.DURATION_CHANGED).subscribe(e=>{this.logRemoteEvent(e),this.params.output.duration$.next(e.value)}))}t(zt(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.IS_MEDIA_LOADED_CHANGED),t=>{this.logRemoteEvent(t),t.value?this.handleRemoteReady():(this.handleRemoteStop(),e.unsubscribe())}),t(zt(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.IS_PAUSED_CHANGED),e=>{this.logRemoteEvent(e),e.value?this.handleRemotePause():this.handleRemotePlay()}),t(zt(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<qt&&this.params.output.endedEvent$.next(),this.handleRemoteStop(),O(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:It(n)}}),t(zt(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.VOLUME_LEVEL_CHANGED),e=>{this.logRemoteEvent(e),this.handleRemoteVolumeChange({volume:e.value})}),t(zt(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.IS_MUTED_CHANGED),e=>{this.logRemoteEvent(e),this.handleRemoteVolumeChange({muted:e.value})}),t(Vt(this.params.desiredState.playbackState.stateChangeStarted$,this.params.desiredState.seekState.stateChangeEnded$,this.videoState.stateChangeEnded$,Ht([`init`])).pipe(Lt(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`),O(this.params.desiredState.playbackState,`paused`)):(this.videoState.setState(`playing`),O(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=ve(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`),O(this.params.desiredState.playbackState,`paused`))}handleRemotePlay(){let e=this.videoState.getState();(this.videoState.getTransition()?.to===`playing`||e===`paused`)&&(this.videoState.setState(`playing`),O(this.params.desiredState.playbackState,`playing`))}handleRemoteReady(){this.videoState.getTransition()?.to===`ready`&&this.videoState.setState(`ready`),this.params.desiredState.playbackState.getTransition()?.to===`ready`&&O(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(Gt(Yt).subscribe(()=>t(`timeout(${Yt})`)))});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:Rt.VIDEO_PIPELINE,message:t,thrown:e})}).finally(()=>{this.loadMediaTimeoutSubscription.unsubscribe()})}logRemoteEvent(e){this.log({message:`[remoteEvent] ${JSON.stringify(e)}`})}syncPlayback=()=>{let e=this.videoState.getState(),t=this.videoState.getTransition(),n=this.params.desiredState.playbackState.getState(),r=this.params.desiredState.playbackState.getTransition(),i=this.params.desiredState.seekState.getState();if(this.log({message:`[syncPlayback] videoState: ${e}; videoTransition: ${JSON.stringify(t)}; desiredPlaybackState: ${n}; desiredPlaybackStateTransition: ${this.params.desiredState.playbackState.getTransition()}; seekState: ${JSON.stringify(i)};`}),n===`stopped`){e!==`stopped`&&(this.videoState.startTransitionTo(`stopped`),this.stop());return}if(!t){if(r?.to!==`paused`&&i.state===`requested`&&e!==`stopped`){this.seek(i.position/1e3);return}switch(n){case`ready`:switch(e){case`playing`:case`paused`:case`ready`:break;case`stopped`:this.videoState.startTransitionTo(`ready`),this.prepare();break;default:It(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:It(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:It(e)}break;default:It(n)}}}}import{clearVideoElement as Zt,fromEvent as Qt,getWindow as $t,Subscription as en}from"@vkontakte/videoplayer-shared";import{clearVideoElement as tn}from"@vkontakte/videoplayer-shared";var nn=e=>{try{e.pause(),e.playbackRate=0,tn(e),e.remove()}catch(e){console.error(e)}},rn=`__spvc`;class an{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 on=$t(),sn=on.WeakMap?new on.WeakMap:new an,cn=on.WeakMap?new on.WeakMap:new Map,ln=(e,t=20)=>{let n=0;return Qt(e,`ratechange`).subscribe(r=>{n++,n>=t&&(e.currentTime=e.currentTime,n=0)})};function un(e){e.style.position=`fixed`,e.style.left=`100%`,e.setAttribute(`data-role`,`screen`),$t().document.body.appendChild(e)}function dn(e,t){e.style.position=``,e.style.left=``,t.appendChild(e)}var fn=(e,{audioVideoSyncRate:t,disableYandexPiP:n,reuseOwnVideoElement:r})=>{let i,a=e.querySelector(`video`),o=!!a,s=$t().document.querySelector(`body > video[data-role=screen]`)||void 0;r?on[rn]=s:(s?.remove(),delete on[rn]),a?(i=a,Zt(i)):s&&s===on[rn]?(i=s,dn(i,e)):(i=$t().document.createElement(`video`),e.appendChild(i),r&&(on[rn]=i)),sn.set(i,o);let c=new en;return c.add(ln(i,t)),cn.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},pn=e=>(e.setAttribute(`crossorigin`,`anonymous`),e.controls=!1,e),mn=(e,t)=>{if(e instanceof HTMLAudioElement){hn(e,t);return}if(e instanceof HTMLVideoElement){gn(e,t);return}};function hn(e,{clearAudioElementOnDispose:t}){if(t){Zt(e);return}nn(e)}function gn(e,{reuseOwnVideoElement:t}){cn.get(e)?.unsubscribe(),cn.delete(e);let n=sn.get(e);sn.delete(e),Zt(e),t&&!n&&un(e)}import{assertNonNullable as _n,isNonNullable as vn,isNullable as yn,fromEvent as bn,merge as xn,observableFrom as Sn,filterChanged as Cn,map as wn,Subject as Tn,Subscription as En,ValueSubject as Dn,ErrorCategory as On}from"@vkontakte/videoplayer-shared";import{isNonNullable as kn,isNullable as An,Subscription as jn}from"@vkontakte/videoplayer-shared";var Mn=(e,t,n,{equal:r=(e,t)=>e===t,changed$:i,onError:a}={})=>{let o=e.getState(),s=t(),c=An(i),l=new jn;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},Nn=(e,t,n)=>Mn(t,()=>e.loop,t=>{kn(t)&&(e.loop=t)},{onError:n}),Pn=(e,t,n,r,i)=>Mn(t,()=>({muted:e.muted,volume:e.volume}),t=>{i?.skipVideoElVolumeSync$.getValue()||kn(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}),Fn=(e,t,n,r)=>Mn(t,()=>e.playbackRate,t=>{kn(t)&&(e.playbackRate=t)},{changed$:n,onError:r}),In=Mn,Ln=e=>[`__`,e.language,e.label].join(`|`),Rn=(e,t)=>{if(e.id===t)return!0;let[n,r,i]=t.split(`|`);return e.language===r&&e.label===i};class zn{available$=new Tn;current$=new Dn(void 0);error$=new Tn;video;cueSettings;subscription=new En;externalTracks=new Map;internalTracks=new Map;baseURL;constructor(e){this.baseURL=e}connect(e,t,n){this.video=e,this.cueSettings=t.textTrackCuesSettings,this.subscribe();let r=e=>{this.error$.next({id:`TextTracksManager`,category:On.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(In(t.internalTextTracks,()=>Object.values(this.internalTracks),e=>{vn(e)&&this.setInternal(e)},{equal:(e,t)=>vn(e)&&vn(t)&&e.length===t.length&&e.every(({id:e},n)=>e===t[n].id),changed$:this.available$.pipe(wn(e=>e.filter(({type:e})=>e===`internal`))),onError:r})),this.subscription.add(In(t.externalTextTracks,()=>Object.values(this.externalTracks),e=>{vn(e)&&this.setExternal(e)},{equal:(e,t)=>vn(e)&&vn(t)&&e.length===t.length&&e.every(({id:e},n)=>e===t[n].id),changed$:this.available$.pipe(wn(e=>e.filter(({type:e})=>e===`external`))),onError:r})),this.subscription.add(In(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(In(t.textTrackCuesSettings,()=>({}),()=>{if(this.video)for(let e of this.htmlTextTracksAsArray())this.applyCueSettings(e.cues),this.applyCueSettings(e.activeCues)}))}subscribe(){_n(this.video);let{textTracks:e}=this.video;this.subscription.add(bn(e,`addtrack`).subscribe(()=>{let e=this.current$.getValue();e&&this.select(e)})),this.subscription.add(xn(bn(e,`addtrack`),bn(e,`removetrack`),Sn([`init`])).pipe(wn(()=>this.htmlTextTracksAsArray().map(e=>this.htmlTextTrackToITextTrack(e))),Cn((e,t)=>e.length===t.length&&e.every(({id:e},n)=>e===t[n].id))).subscribe(this.available$)),this.subscription.add(xn(bn(e,`change`),Sn([`init`])).pipe(wn(()=>this.htmlTextTracksAsArray().find(({mode:e})=>e===`showing`)),wn(e=>e&&this.htmlTextTrackToITextTrack(e).id),Cn()).subscribe(this.current$));let t=e=>this.applyCueSettings(e.target?.activeCues??null);this.subscription.add(bn(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(bn(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;vn(t.align)&&(e.align=t.align),vn(t.position)&&(e.position=t.position),vn(t.size)&&(e.size=t.size),vn(t.line)&&(e.line=t.line)}}htmlTextTracksAsArray(e=!1){_n(this.video);let t=[...this.video.textTracks];return e?t:t.filter(zn.isHealthyTrack)}htmlTextTrackToITextTrack(e){let{language:t,label:n}=e,r=e.id?e.id:Ln(e),i=this.externalTracks.has(r),a=(i?this.externalTracks.get(r)?.isAuto:this.internalTracks.get(r)?.isAuto)??r.includes(`auto`);return i?{id:r,type:`external`,isAuto:a,language:t,label:n,url:this.externalTracks.get(r)?.url}:{id:r,type:`internal`,isAuto:a,language:t,label:n,url:this.internalTracks.get(r)?.url}}static isHealthyTrack(e){return!(e.kind===`metadata`||e.groupId||e.id===``&&e.label===``&&e.language===``)}setExternal(e){this.internalTracks.size>0&&Array.from(this.internalTracks).forEach(([,e])=>this.detach(e)),e.filter(({id:e})=>!this.externalTracks.has(e)).forEach(e=>this.attach(e)),Array.from(this.externalTracks).filter(([t])=>!e.find(e=>e.id===t)).forEach(([,e])=>this.detach(e))}setInternal(e){let t=[...this.externalTracks];e.filter(({id:e,language:n,isAuto:r})=>!this.internalTracks.has(e)&&!t.some(([,e])=>e.language===n&&e.isAuto===r)).forEach(e=>this.attach(e)),Array.from(this.internalTracks).filter(([t])=>!e.find(e=>e.id===t)).forEach(([,e])=>this.detach(e))}select(e){_n(this.video);for(let e of this.htmlTextTracksAsArray(!0))e.mode=`showing`;for(let t of this.htmlTextTracksAsArray(!0))(yn(e)||!Rn(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){_n(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){_n(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 Bn=zn;class Vn{pausedTime=0;streamOffset=0;pauseTimestamp=0;getTotalPausedTime(){return this.pausedTime+this.getCurrentPausedTime()}getCurrentPausedTime(){return this.pauseTimestamp>0?Date.now()-this.pauseTimestamp:0}getStreamOffset(){return this.streamOffset}getTotalOffset(){return this.getTotalPausedTime()+this.streamOffset}pause(){this.pauseTimestamp===0&&(this.pauseTimestamp=Date.now())}resume(){this.pauseTimestamp>0&&(this.pausedTime+=this.getCurrentPausedTime(),this.pauseTimestamp=0)}resetTo(e,t=!1){this.streamOffset=e,this.pauseTimestamp=0,this.pausedTime=0,t&&this.pause()}}var Hn=e=>{let t=e;for(;!(t instanceof Document)&&!(t instanceof ShadowRoot)&&t!==null;)t=t?.parentNode;return t??void 0},Un=e=>{let t=Hn(e);return!!(t&&t.fullscreenElement&&t.fullscreenElement===e)},Wn=e=>{let t=Hn(e);return!!(t&&t.pictureInPictureElement&&t.pictureInPictureElement===e)};import{fromEvent as j,map as M,merge as Gn,filterChanged as Kn,isNonNullable as qn,Subject as Jn,filter as Yn,mapTo as Xn,combine as Zn,once as Qn,shareReplay as N,throttle as $n,ErrorCategory as er,ErrorOrigin as tr,ValueSubject as nr,Subscription as rr}from"@vkontakte/videoplayer-shared";var ir=3,ar=(e,t,n=ir)=>{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}},or=e=>{let t=0;for(let n=0;n<e.length;n++)t+=e.end(n)-e.start(n);return t},sr=e=>{let t=0;for(let n=0;n<e.length;n++)t+=e.end(n)-e.start(n);return t*1e3},cr=e=>{let t=t=>j(e,t).pipe(Xn(void 0),N(1)),n=new rr,r=()=>n.unsubscribe(),i=Gn(j(e,`progress`),j(e,`timeupdate`)),a=i.pipe(M(()=>ar(e.buffered,e.currentTime)),N(1)),o=i.pipe(M(()=>sr(e.buffered)),N(1)),s=i.pipe(M(()=>e.buffered.length),N(1)),c=A.browser.isSafari?Zn({play:t(`play`).pipe(Qn()),playing:t(`playing`)}).pipe(Xn(void 0),N(1)):t(`playing`),l=j(e,`volumechange`).pipe(M(()=>({muted:e.muted,volume:e.volume})),N(1)),u=j(e,`ratechange`).pipe(M(()=>e.playbackRate),N(1)),d=j(e,`error`).pipe(Yn(()=>!!(e.error||e.played.length)),M(()=>{let t=e.error;return{id:t?`MediaError#${t.code}`:`HtmlVideoError`,category:er.VIDEO_PIPELINE,message:t?t.message:`Error event from HTML video element`,thrown:e.error??void 0,origin:tr.MediaError,data:t?{code:t.code}:void 0}}),N(1)),f=j(e,`timeupdate`).pipe(M(()=>e.currentTime),N(1)),p=Gn(j(e,`loadedmetadata`),j(e,`timeupdate`),j(e,`pause`),j(e,`seeked`),j(e,`ended`)).pipe(M(()=>or(e.played)),Kn(),N(1)),m=[`waiting`,`seeking`,`seeked`,`timeupdate`],h=new Jn,g=.3,_;n.add(Gn(...m.map(t=>j(e,t))).subscribe(t=>{let n=e.currentTime;e.loop&&qn(_)&&qn(n)&&_>=e.duration-g&&n<=g&&h.next(_),_=n}));let v=t(`pause`).pipe(Yn(()=>!e.error&&_!==e.duration),N(1)),y=j(e,`enterpictureinpicture`).pipe(N(1)),b=j(e,`leavepictureinpicture`).pipe(N(1)),x=new nr(Wn(e));n.add(y.subscribe(()=>x.next(!0))),n.add(b.subscribe(()=>x.next(!1)));let S=new nr(Un(e)),C=j(e,`fullscreenchange`).pipe(N(1));n.add(C.pipe(M(()=>Un(e))).subscribe(S));let ee=j(e,`timeupdate`).pipe(M(t=>e.duration-e.currentTime<.1),Kn(),N(1)),w=Gn(ee.pipe(Yn(t=>!e.loop&&t)),j(e,`ended`)).pipe($n(1e3),Xn(void 0),N(1)),T=Gn(...[`waiting`,`pause`,`canplay`,`play`,`canplaythrough`,`playing`,`seeking`,`seeked`,`ended`].map(t=>j(e,t)),ee.pipe(M(e=>({type:e?`ended`:`unknown`})))).pipe(M(t=>A.browser.isFirefox&&t.type===`ended`?e.readyState<2:e.readyState<3),Kn(),N(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$:j(e,`durationchange`).pipe(M(()=>e.duration),N(1)),playedTime$:p,isBuffering$:T,currentBuffer$:a,totalBufferDuration$:o,bufferRangeCount$:s,volumeState$:l,playbackRateState$:u,inPiP$:x,inFullscreen$:S,enterPip$:y,leavePip$:b,destroy:r}};import{VideoQuality as lr}from"@vkontakte/videoplayer-shared";var ur=e=>{switch(e){case`mobile`:return lr.Q_144P;case`lowest`:return lr.Q_240P;case`low`:return lr.Q_360P;case`sd`:case`medium`:return lr.Q_480P;case`hd`:case`high`:return lr.Q_720P;case`fullhd`:case`full`:return lr.Q_1080P;case`quadhd`:case`quad`:return lr.Q_1440P;case`ultrahd`:case`ultra`:return lr.Q_2160P}};import{assertNotEmptyArray as dr,getWindow as fr,isInvariantQuality as pr,ValueSubject as mr}from"@vkontakte/videoplayer-shared";var hr=e=>`audioTracksAsc`in e;import{now as gr}from"@vkontakte/videoplayer-shared";class _r{last;history={};recordSelection(e){this.history[e.id]=gr()}recordSwitch(e){this.last=e}clear(){this.last=void 0,this.history={}}}import{flattenObject as vr,isInvariantQuality as yr,isLowerOrEqual as br,isNonNullable as xr,now as Sr}from"@vkontakte/videoplayer-shared";import{isLowerOrEqual as Cr,isNonNullable as wr,isNullable as Tr}from"@vkontakte/videoplayer-shared";var Er=(e,t)=>(e??0)/(t>0?t:1),Dr=e=>`quality`in e,Or=e=>(t,n)=>e*(Number(t.bitrate)-Number(n.bitrate)),kr=e=>(t,n)=>e*(Cr(t.quality,n.quality)?-1:1),Ar=e=>(t,n)=>Dr(t)&&Dr(n)?kr(e)(t,n):Or(e)(t,n),jr=(e,t)=>Ar(1)(e,t)<0,Mr=(e,t)=>Math.log(t)/Math.log(e),Nr=(e,t,n)=>(t-n)*2**(-10*e)+n,Pr=(e,t,n,r)=>{if(Tr(e))return n[0];let i=n.filter(t=>wr(t.bitrate)&&wr(e.bitrate)?e.bitrate/t.bitrate>r:!0),a=n.at(Math.round(n.length*t.indexOf(e)/(t.length+1)))??n.at(-1);return a&&i.includes(a)?a:i.length?i.at(-1):n.at(0)},Fr=(e,t)=>{if(Tr(t)||Tr(e))return;let n=e.get(t.id);if(!n?.length)return;let r=(n[n.length-1].time.to-n[0].time.from)/1e3;if(r<=0)return;let i=n.reduce((e,t)=>e+(t.size??1/0),0)*8/1024/r;return isFinite(i)?i:void 0},Ir=(e,t)=>wr(e)&&wr(t)&&t>0&&e>0&&e<=t*2,Lr=({name:e,...t})=>`
|
|
7
7
|
${e}
|
|
8
8
|
${Object.entries(t).map(([e,t])=>` ${e}: ${t}`).join(`
|
|
9
9
|
`)}
|
|
10
|
-
`;class
|
|
10
|
+
`;class Rr{history=new _r;rules=[];_context;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={...e}}autoSelectTrack(e=this.rules){let{context:t}=this,n=e=>(t,n)=>n.confidence-t.confidence||Ar(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=jr(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=>Lr(e.logData)).join(`
|
|
11
11
|
|
|
12
12
|
`),n=`
|
|
13
|
-
[${
|
|
14
|
-
[available tracks] ${
|
|
13
|
+
[${Dr(c)?`VIDEO`:`AUDIO`} TRACKS ABR]
|
|
14
|
+
[available tracks] ${hr(t)?`
|
|
15
15
|
${t.audioTracksDesc.map(e=>`{ id: ${e.id}, bitrate: ${e.bitrate} }`).join(`
|
|
16
16
|
`)}`:`
|
|
17
17
|
${t.videoTracksDesc.map(e=>`{ id: ${e.id}, quality: ${e.quality}, bitrate: ${e.bitrate}, size: ${e.size?.width}:${e.size?.height} }`).join(`
|
|
18
18
|
`)}`}
|
|
19
19
|
`+e+`
|
|
20
|
-
[best track] ${
|
|
21
|
-
[last history track] ${
|
|
22
|
-
[selected track] ${
|
|
23
|
-
`;this.context.abrLogger({message:n})}return c}traceQualitySwitch(e,t,n,r){let{context:i}=this,a=e=>
|
|
20
|
+
[best track] ${Dr(o)?o?.quality:o.bitrate}
|
|
21
|
+
[last history track] ${xr(s)&&Dr(s)?s?.quality:s?.bitrate}
|
|
22
|
+
[selected track] ${Dr(c)?c?.quality:c.bitrate}
|
|
23
|
+
`;this.context.abrLogger({message:n})}return c}traceQualitySwitch(e,t,n,r){let{context:i}=this,a=e=>xr(e)&&Dr(e)?e.quality:e?.bitrate,o=i.tracer.createComponentTracer(`${Dr(e)?`qualitySwitch`:`audioSwitch`} ${a(e)}`);Dr(e)&&this.isLowQuality(e.quality)&&(o.setSpanAttributes({abrLowQualitySelected:!0}),i.tuning.dash.tracerResumeOnLowQuality&&o.resume());let s=Object.fromEntries(r.map(e=>[e.name,e.logData]));o.log(`selected`,vr({from:a(n),to:a(e),best:a(t),availableTracks:hr(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 xr(e)&&!yr(e)&&br(e,t)}selectTrackBasedOnHistory(e){let{trackCooldownIncreaseQuality:t,trackCooldownDecreaseQuality:n}=this.context.tuning.autoTrackSelection,r=xr(this.history.last?.bitrate)&&xr(e?.bitrate)&&this.history.last.bitrate<e.bitrate?t:n,i=e&&this.history.history[e.id]&&Sr()-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=Dr(e)?`VIDEO`:`AUDIO`,n=Dr(e)?e.quality:e.bitrate;return this.context.abrLogger({message:`
|
|
24
24
|
[last ${t} selected] ${n}
|
|
25
|
-
`}),e}return this.history.recordSwitch(e),e}historyReset(){this.history.clear()}}import{getWindow as Fr,isNonNullable as Ir,isNullable as Lr}from"@vkontakte/videoplayer-shared";import{Subscription as Rr}from"@vkontakte/videoplayer-shared";class zr{phaseConfig;activePhases;subscription;type;name;confidence;constructor(e){this.phaseConfig=e,this.activePhases=new Set(Object.keys(e)),this.confidence=Object.values(e)[0]}init(e){this.subscription=new Rr}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??Object.values(this.phaseConfig)[0],{track:t,confidence:this.confidence,name:this.name,type:this.type,logData:{name:`[${this.name}. Confidence: ${this.confidence}. Type: ${this.type}]`,...this.createLogData(t,...n)}}}}class Br extends zr{constructor(e){super(e),this.type=`limit_above`}}import{Subscription as Vr}from"@vkontakte/videoplayer-shared";var Hr=e=>({startup:e,steady:e});class Ur{_phase=`startup`;subscription=new Vr;constructor(e){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 Wr=e=>{if(e.length===0)return[];let t=e[0];return e.map(e=>Math.log(e/t))},Gr=(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}},Kr=(e,t,n,r,i)=>e.map((e,a)=>(n*(t[a]+r)-i)/e),qr=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},Jr=(e,t,n,r)=>t>n?e:t<=0?0:Math.min(e,t),Yr=(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},Xr=(e,t,n,r)=>n*(t[e]+r),Zr=(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 Qr extends Br{placeholderBufferS=0;lastCallTimeMs=void 0;lastBufferLevelS=void 0;constructor(e){super(e),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=Wr(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}=Gr(u[u.length-1],p,m),_=Sr(o,e.playbackRate)/1e3,v=Ir(e.phase);if(v){let e=Fr().performance.now();if(Ir(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&&Ir(this.lastBufferLevelS)&&this.lastBufferLevelS-_>y&&Ir(r)){let e=s.findIndex(e=>e.id===r.id);if(e>0){let t=s.map(e=>e.bitrate),n=Yr(e,t,Wr(t),h,g),r=Math.max(0,n-_);r>this.placeholderBufferS&&(this.placeholderBufferS=r)}}if(this.lastBufferLevelS=_,e.phase===`startup`){let t=Zr(l,e.estimatedThroughput),n=Yr(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=qr(Kr(l,u,h,g,!e.isLive&&e.remainingDurationMs!==void 0?Jr(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`&&Ir(r)){let e=s.findIndex(e=>e.id===r.id);e!==-1&&S<e-1&&(S=e-1)}if(v){let e=Xr(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(Lr(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(`, `)}]`}}}import{isHigher as $r,isInvariantQuality as ei,isNonNullable as ti}from"@vkontakte/videoplayer-shared";class ni extends Br{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||ti(o.minBufferToSwitchUp)&&(i??0)>o.minBufferToSwitchUp)&&ti(t)&&!ei(t.quality)&&$r(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}}}import{isHigherOrEqual as ri,isLowerOrEqual as ii,isNonNullable as ai,videoSizeToQuality as oi}from"@vkontakte/videoplayer-shared";class si extends Br{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&&oi(s);r=e?ii(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&&M.display.pixelRatio){let t=M.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=Or(n,r*t+a)+o;Number.isFinite(s)&&(i*=s)}}return ai(n?.min)&&ri(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}}}import{isHigherOrEqual as ci,isNullable as li}from"@vkontakte/videoplayer-shared";import{isHigher as ui,isLower as di,isNonNullable as fi,isNullable as pi,videoHeightToQuality as mi}from"@vkontakte/videoplayer-shared";function hi(e,t,n){return!e.max&&e.min===t?`high_quality`:!e.min&&e.max===n?`traffic_saving`:`unknown`}function gi(e,t,n){return pi(e)||fi(e.min)&&fi(e.max)&&di(e.max,e.min)||fi(e.min)&&fi(t)&&ui(e.min,t)||fi(e.max)&&fi(n)&&di(e.max,n)}function _i({limits:e,highestAvailableHeight:t,lowestAvailableHeight:n}){return gi({max:e?.max?mi(e.max):void 0,min:e?.min?mi(e.min):void 0},t?mi(t):void 0,n?mi(n):void 0)}class vi extends zr{constructor(e){super(e),this.type=`limit_below`}}class yi extends vi{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=gi(n,i,r);for(let o of t)if(a||li(n?.min)||ci(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)}}}import{isHigherOrEqual as bi,isNonNullable as xi,isNullable as Si,now as Ci}from"@vkontakte/videoplayer-shared";class wi extends Br{severeStallOccurred=!1;qualityRestrictionTimer;lastStallDurationRestriction=0;maxQualityLimitOnStall=void 0;predictedThroughputWithoutData=void 0;restrictionTracer=null;restrictionStartedAt=0;constructor(e){super(e),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&&xi(i)?i:1,c=s*kr(a??.5,o.bitrateFactorAtEmptyBuffer,o.bitrateFactorAtFullBuffer);for(let o of t){let t=this.predictedThroughputWithoutData,l=xi(t)&&isFinite(t)&&xi(o.bitrate)?t-n>=o.bitrate*c:!0,u=xi(this.maxQualityLimitOnStall)&&bi(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){Si(this.restrictionTracer)&&(this.restrictionStartedAt=Ci(),this.restrictionTracer=e.createComponentTracer(`stallsRestriction ${this.maxQualityLimitOnStall}`)),this.restrictionTracer.log(`set`,{maxQualityLimitOnStall:this.maxQualityLimitOnStall,predictedThroughputWithoutData:this.predictedThroughputWithoutData,estimatedThroughput:t,lastStallDuration:n})}traceRestrictionReset(){Si(this.restrictionTracer)||(this.restrictionTracer.setSpanAttributes({duration:Ci()-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&&xi(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}}import{isNonNullable as Ti}from"@vkontakte/videoplayer-shared";class Ei extends Br{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&&Ti(t)?t:1,u=l*kr(o??.5,c.bitrateFactorAtEmptyBuffer,c.bitrateFactorAtFullBuffer);if(a.dash.useAbrPhases&&a.dash.abrVideoRules.includes(`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)?f:c.bitrate;if(!(Ti(r)&&isFinite(r)&&Ti(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 Di extends Br{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}}}import{getWindow as Oi,isLowerOrEqual as ki,isNonNullable as Ai,isNullable as ji}from"@vkontakte/videoplayer-shared";class Mi extends Br{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=gi(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||ji(r?.max)||ki(c.quality,r.max),d=Ai(i)&&!i?ki(c.quality,n.autoTrackSelection.backgroundVideoQualityLimit):!0,f=ji(u)||ki(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}=Oi();if(e)return e.connection}resolveConnectionDataQualityLimit(e,t,n){switch(e){case`slow-2g`:case`2g`:return n;case`3g`:return t;default:return}}}import{getWindow as Ni}from"@vkontakte/videoplayer-shared";class Pi extends Br{constructor(e){super(e),this.name=`abandon_request_rule`}execute(e){let{videoTracksAsc:t,videoTracksDesc:n,forwardBufferDuration:r,tuning:i,videoSegmentLoadProgress:a}=e,o=Sr(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=Ni().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}}}import{isNonNullable as Fi,now as Ii}from"@vkontakte/videoplayer-shared";class Li extends Br{lastPlaybackResetAtMs=-1/0;constructor(e){super(e),this.name=`insufficient_buffer_rule`}init(e){super.init(e),e?.isSeeked$&&this.subscription.add(e.isSeeked$.subscribe(e=>{e&&(this.lastPlaybackResetAtMs=Ii())}))}execute(e){let{videoTracksAsc:t,videoTracksDesc:n,forwardBufferDuration:r,tuning:i,playbackRate:a,estimatedThroughput:o}=e,{thresholdMs:s,gracePeriodAfterPlaybackResetMs:c}=i.dash.insufficientBuffer,l=Sr(r,a),u=l<s,d=Ii()-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=>Fi(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 Ri{static createRule(e,t=Hr(1)){switch(e){case`fits_container_rule`:return new si(t);case`tv_disabled_video_track_rule`:return new Di(t);case`throughput_rule`:return new Ei(t);case`buffer_rule`:return new ni(t);case`bola_rule`:return new Qr(t);case`stalls_rule`:return new wi(t);case`upper_limit_rule`:return new Mi(t);case`lower_limit_rule`:return new yi(t);case`abandon_request_rule`:return new Pi(t);case`insufficient_buffer_rule`:return new Li(t)}}}var zi=`Assertion "ABR Tracks is empty array" failed`;function Bi(e){let{videoTracks:t,tuning:n,abrLogger:r,tracer:i,estimatedThroughput:a,container:o=null,panelSize:s=null,limits:c={},playbackRate:l=1,forwardBufferHealth:u=0,forwardBufferDuration:d=0,visible:f=!0,currentVideoTrack:p=null,reserve:m=0,isLive:h=!1,element:g}=e;sr(t,zi);let _=t.filter(e=>!lr(e.quality)),v=[..._].sort(Tr(1)),y=[..._].sort(Tr(-1)),b=new Pr,x=n.dash.abrVideoRules.map(e=>Ri.createRule(e,Hr(1))),S={tuning:n,isSeeked$:new ur(!1),currentStallDuration$:new ur(0),videoLastDataObtainedTimestamp$:new ur(0),throughput$:new ur(a),rtt$:new ur(0),throughputVariance$:new ur(0),element:g??cr().document.createElement(`video`),abrLogger:r,tracer:i,panelSize:s??void 0};b.init(x,S),b.updateContext({videoTracksAsc:v,videoTracksDesc:y,currentVideoTrack:p,lastVideoTrackSelected:null,tuning:n,abrLogger:r,tracer:i,estimatedThroughput:a,reserve:m,forwardBufferHealth:u,forwardBufferDuration:d,playbackRate:l,throughputVariance:0,container:o,panelSize:s,forwardBufferRepresentations:null,limits:c,visible:f,severeStallOccurred:!1,lastStallDuration:0,isLive:h,remainingDurationMs:void 0,mpdSegmentDurationMs:void 0});let C=b.autoSelectTrack();return b.destroy(),C}var Vi=e=>new URL(e).hostname;import{assertNever as Hi,assertNonNullable as Ui,combine as Wi,debounce as Gi,ErrorCategory as Ki,filter as qi,filterChanged as Ji,isNonNullable as Yi,map as Xi,merge as Zi,observableFrom as Qi,once as $i,Subscription as ea,ValueSubject as ta,videoQualityToHeight as na,videoSizeToQuality as ra}from"@vkontakte/videoplayer-shared";var ia=e=>{if(e instanceof DOMException&&[`Failed to load because no supported source was found.`,`The element has no supported sources.`].includes(e.message))throw e;return!(e instanceof DOMException&&(e.code===20||e.name===`AbortError`))},aa=async(e,t)=>{let n=e.muted;try{await e.play()}catch(r){if(!ia(r))return!1;if(t&&t(),n)return console.warn(r),!1;e.muted=!0;try{await e.play()}catch(t){return ia(t)?(e.muted=!1,console.warn(t),!1):!1}}return!0};import{isNonNullable as oa,isNullable as sa,assertNonNullable as ca}from"@vkontakte/videoplayer-shared";import{isNonNullable as la,assertNonNullable as ua,now as da}from"@vkontakte/videoplayer-shared";function F(){return da()}function fa(e){return F()-e}function pa(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 ma(e,t,n){let r=(...i)=>{n.apply(null,i),e.removeEventListener(t,r)};e.addEventListener(t,r)}function ha(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;ua(u);let e=fa(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=F(),o=new i,o.open(`get`,e);let n=0,r,l=0,m=()=>(ua(u),Math.max(u,Math.max(r||0,l||0)));if(a&&o.addEventListener(`progress`,e=>{let t=F();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;ua(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||!Object.values(e).length)?b():(d&&d(),t(e))}else b()}),o.addEventListener(`error`,()=>{b()}),f){let e=()=>{ua(o),o.readyState===XMLHttpRequest.HEADERS_RECEIVED&&(l=F(),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)=>(la(e)&&(h=e),la(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 ga=100,_a=2e3,va=500;class ya{intervals=[];currentRate=0;logger;constructor(e){this.logger=e}_updateRate(e){let t=.2;this.currentRate&&(e<this.currentRate*.1?t=.8:e<this.currentRate*.5?t=.5:e<this.currentRate*.7&&(t=.3)),e=Math.max(1,Math.min(e,100*1024*1024)),this.currentRate=this.currentRate?this.currentRate*(1-t)+e*t:e}_createInterval(e,t,n){return{start:e,end:t,bytes:n}}_doMergeIntervals(e,t){e.start=Math.min(t.start,e.start),e.end=Math.max(t.end,e.end),e.bytes+=t.bytes}_mergeIntervals(e,t){return e.start<=t.end&&t.start<=e.end?(this._doMergeIntervals(e,t),!0):!1}_flushIntervals(){if(!this.intervals.length)return!1;let e=this.intervals[0].start,t=this.intervals[this.intervals.length-1].end-va;if(t-e>_a){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>ga&&(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}}class ba{pendingQueue=[];activeRequests={};completeRequests={};averageSegmentDuration=2e3;lastPrefetchStart=0;throttleTimeout=null;RETRY_COUNT;TIMEOUT;BITRATE_ESTIMATOR;MAX_PARALLEL_REQUESTS;logger;constructor(e,t,n,r,i){this.RETRY_COUNT=e,this.TIMEOUT=t,this.BITRATE_ESTIMATOR=n,this.MAX_PARALLEL_REQUESTS=r,this.logger=i}limitCompleteCount(){let e;for(;(e=Object.keys(this.completeRequests)).length>this._getParallelRequestCount()+2;){let t=e[Math.floor(Math.random()*e.length)];this.logger(`Dropping completed request for url ${t}`,{type:`warn`}),delete this.completeRequests[t]}}_sendRequest(e,t){let n=F(),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=ha(t,r=>{e._complete=1,e._responseData=r,e._downloadTime=F()-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=F()}_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=F();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(){Object.values(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}}import{Subject as xa}from"@vkontakte/videoplayer-shared";import{isNonNullable as Sa}from"@vkontakte/videoplayer-shared";var I=(e,t)=>Sa(e)&&Sa(t)&&e.readyState===`open`&&Ca(e,t);function Ca(e,t){for(let n=0;n<e.activeSourceBuffers.length;++n)if(e.activeSourceBuffers[n]===t)return!0;return!1}import{getWindow as wa}from"@vkontakte/videoplayer-shared";class Ta{tag;time;data;stack;constructor(e,t,n,r){this.tag=e,this.time=t,this.data=n,this.stack=r}toString(){return`${this.tag}: ${this.time}: ${JSON.stringify(this.data)}${this.stack?`, stack: ${this.stack}`:``}`}toDevNullEntry(){let e=Object.entries(this.data).map(([e,t])=>`${e}:${t}`).join(`,`);return{key:this.tag,strings:[e,this.stack??``],numbers:[this.time]}}}var L=((e,t=`warn`)=>{let n=wa(),r=[];function i(i,a=!1){let o=n.performance?.timing?.navigationStart??0,s=new Ta(e,Math.round((Date.now()-o)/1e3),i,a?Error().stack:void 0);r.push(s),t&&n.console[t](s.toString())}return i.reset=()=>{r=[]},i.drain=()=>{let e=r;return r=[],e},i})(`vp_dash_live_debug`,!1),Ea=1e4,Da=3,Oa=6e4,ka=10,Aa=1,ja=500;class Ma{paused=!1;autoQuality=!0;autoQualityLimits=void 0;buffering=!0;destroyed=!1;videoPlayStarted=!1;lowLatency=!1;rep;bitrate=0;manifest=[];bitrateSwitcher;filesFetcher;sourceBuffer=0;mediaSource;currentManifestEntry;manifestRequest;manifestRefetchTimer;bufferStates=[];downloadRate;sourceJitter=-1;srcToken=0;videoListeners=[];objectUrl=null;chunkRateEstimator;manifestUrl;urlResolver;waitingForFirstBufferAfterSrcChange=!1;params;playbackStateSubscription;soundProhibitedEvent$;constructor(e){this.params=e,this.soundProhibitedEvent$=new xa,this.chunkRateEstimator=new ya(this.params.logger),this._initVideo()}attachSource(e){this.manifestUrl=e,this.urlResolver=pa(e),this.bitrateSwitcher=this._initBitrateSwitcher(),this._notifyLoadStart(),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&&(L({m:`ldp.catchUp.1`}),this.rep.stop()),this.currentManifestEntry){let e=this.params.playbackState.getState();this.paused=e===`paused`,L({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()?(L({m:`ldp.play.1`}),this._playVideoElement()):(L({m:`ldp.play.2`}),this._notifyBuffering(!0))):(L({m:`ldp.play.3`}),this.catchUp())}startPlay(e,t){this.autoQuality=t,L({m:`startPlay`,url:e.jidxUrl}),this._initPlayerWith(e)}destroy(){this.destroyed=!0,this.playbackStateSubscription.unsubscribe();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=pa(e),L({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)}_notifyLoadStart(){this.params.playbackState.getState()===`playing`&&this._notifyBuffering(!0)}_syncBufferingWithDesiredPlayback(e){let t=this.params.videoState.getTransition()?.to;(t===`manifest_ready`||t===`ready`)&&this._notifyBuffering(e===`playing`)}_initVideo(){let{videoElement:e,logger:t}=this.params;L({m:`iv`}),this.playbackStateSubscription=this.params.playbackState.stateChangeStarted$.subscribe(({to:e})=>{this._syncBufferingWithDesiredPlayback(e)});let n=(t,n)=>{this.videoListeners.push([t,n]),e.addEventListener(t,n)};n(`error`,()=>{e.error&&!this.destroyed&&(L({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`,()=>{L({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}`),L({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*(M.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||{};!_i({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||oa(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`){L({m:`sourceopen`,err:`not open: ${this.mediaSource?.readyState}`}),n(`sourceopen: not open: ${this.mediaSource?.readyState}`);return}L({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=>{L({m:`sourceclose`})}),this.videoPlayStarted=!1;let o=()=>{ma(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 ba(Da,Ea,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=ha(this.urlResolver.resolve(e,!1),t,n,()=>this._retryCallback()).withTimeout(Ea).withBitrateReporting(this.bitrateSwitcher).withRetryCount(Da).withFinally(()=>{s=null}).send()},f=(e,t,n)=>{ca(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=F()-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-Aa;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(oa(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>ka)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=ha(this.urlResolver.resolve(e,!0,this.lowLatency),t,n,()=>this._retryCallback()).withTimeout(Ea).withRetryCount(Da).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&&(ca(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(),ca(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(ja,1e3*(this._getBufferSizeSec()-this.sourceJitter-5)),t=y+e,n=F(),r=Math.min(1e4,t-n);y=n;let i=()=>{c||u()&&s.seek(()=>{u()&&(y=F(),ee(),C())})};r>0?b=j.setTimeout(()=>{this.paused?C():i()},r):i()},ee=()=>{let t;for(;t=s.nextChunk(v);)v=t,O(t);let n=s.nextChunk(m);if(n){if(m&&n.discontinuity){o(`Detected discontinuity; restarting playback`),this.paused?C():(_(),L({m:`ldp.fetchChunkIdx.0`}),this._initPlayerWith(e));return}D(n)}else C()},w=(e,t)=>{if(!u()||!this.sourceBuffer){L({m:`ab.0`,c:[!u(),!this.sourceBuffer]});return}let i,a,s,c=n=>{L({m:`ldp.postpone`,t:n}),j.setTimeout(()=>{u()&&w(e,t)},n)};if(this.sourceBuffer.updating)o(`Source buffer is updating; delaying appendBuffer`),L({m:`ldp.ab.1`}),c(100);else{let l=F(),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)L({m:`ldp.ab.3`}),o(`Buffered ${d} seconds; delaying appendBuffer`),c(2e3);else try{if(this.params.config.useInvalidBufferFix&&I(this.mediaSource,this.sourceBuffer))return;this.sourceBuffer.appendBuffer(e),this.videoPlayStarted?(L({m:`ldp.ab.5`}),this.bufferStates.push({ts:l,buf:d}),h(),this.bufferStates.length>200&&this.bufferStates.shift()):this.shouldPlay()&&(L({m:`ldp.ab.4`}),this.videoPlayStarted=!0,this._playVideoElement()),t&&t()}catch(e){L({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,ee()}))},E=t=>e.fragUrlTemplate.replace(`%%id%%`,t.chunkIdx),D=e=>{u()&&f(E(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())},O=e=>{u()&&(ca(this.filesFetcher),this.filesFetcher.prefetch(this.urlResolver.resolve(E(e),!1)))},te=t=>{u()&&(e.cachedHeader=t,w(t,()=>{l=!0,T()}))};i=!0,s.seek(e=>{if(u()){if(y=F(),!e){C();return}v=e,!sa(t)||e.startTS>t?D(e):(m=e,ee())}},t),e.cachedHeader?te(e.cachedHeader):d(e.headerUrl,te,()=>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(),oa(r)&&(r+=.1),this.rep.stop()),this.currentManifestEntry=e,this.rep=this._representation(e),t(`switch to quality: codecs=${e.codecs}; headerUrl=${e.headerUrl}; bitrate=${e.bitrate}`),this.bitrate=e.bitrate,ca(this.bitrateSwitcher),this.bitrateSwitcher.notifySwitch(this.bitrate),this.rep.start(r),n({name:`qualitySwitch`,quality:e}))}_qualityAvailable(e){return oa(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=F();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&&fa(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=F();e<a&&(i=t),a=e}}}_fetchManifest(e,t,n){this.manifestRequest=ha(this.urlResolver.resolve(e,!0),t,n,()=>this._retryCallback()).withJSONResponse().withTimeout(Ea).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;aa(e,()=>{this.soundProhibitedEvent$.next()}).then(e=>{L({m:`ldp.pve.1`}),e||(L({m:`ldp.pve.2`}),this._notifyBuffering(!1),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)=>{e.video&&r.canPlayType(e.codecs).replace(/no/,``)&&window.MediaSource?.isTypeSupported?.(e.codecs)&&(e.index=n,t.push(e))}),t.sort(function(e,t){return e.video&&t.video?t.video.height-e.video.height:t.bitrate-e.bitrate}),t):(n({name:`error`,type:`empty_manifest`}),[])};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))},Oa))}_initManifest(){this._fetchManifest(this.manifestUrl,e=>{this.destroyed||(this._handleManifestUpdate(e),this._refetchManifest(this.manifestUrl))},()=>this._handleNetworkError())}}import{debounce as Na,filter as Pa,fromEvent as Fa,interval as Ia,isHigher as La,isInvariantQuality as Ra,isLower as za,merge as Ba,Subject as Va,Subscription as Ha}from"@vkontakte/videoplayer-shared";class Ua{onDroopedVideoFramesLimit$=new Va;subscription=new Ha;log;video;droppedFramesChecker;isAuto;playing=!1;tracks=[];forceChecker$=new Va;isForceCheckCounter=0;prevTotalVideoFrames=0;prevDroppedVideoFrames=0;currentTimer;limitCounts={};currentQuality;maxQualityLimit;connect(e){this.log=e.logger.createComponentLog(`DroppedFramesManager`),this.video=e.video,this.isAuto=e.isAuto,this.tracks=e.tracks,this.droppedFramesChecker=e.droppedFramesChecker,this.subscription.add(e.playing$.subscribe(()=>this.playing=!0)),this.subscription.add(e.pause$.subscribe(()=>this.playing=!1)),this.isEnabled&&this.subscribe()}destroy(){this.currentTimer&&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(Fa(this.video,`resize`).subscribe(this.handleChangeVideoQuality));let e=Ba(Ia(this.droppedFramesChecker.checkTime).pipe(Pa(()=>this.playing),Pa(()=>{let e=!!this.isForceCheckCounter;return e&&--this.isForceCheckCounter,!e})),this.forceChecker$.pipe(Na(this.droppedFramesChecker.checkTime)));this.subscription.add(e.subscribe(this.checkDroppedFrames))}handleChangeVideoQuality=()=>{let e=this.tracks.find(({size:e})=>e?.height===this.video.videoHeight&&e?.width===this.video.videoWidth);e&&!Ra(e.quality)&&this.onChangeQuality(e.quality)};onChangeQuality(e){this.currentQuality=e;let{totalVideoFrames:t,droppedVideoFrames:n}=this.video.getVideoPlaybackQuality();this.savePrevFrameCounts(t,n),this.isForceCheckCounter=this.droppedFramesChecker.tickCountAfterQualityChange,this.forceChecker$.next()}checkDroppedFrames=()=>{let{totalVideoFrames:e,droppedVideoFrames:t}=this.video.getVideoPlaybackQuality(),n=e-this.prevTotalVideoFrames,r=1-(n-(t-this.prevDroppedVideoFrames))/n;!isNaN(r)&&r>0&&this.log({message:`[dropped]. current dropped percent: ${r}, limit: ${this.droppedFramesChecker.percentLimit}`}),!isNaN(r)&&r>=this.droppedFramesChecker.percentLimit&&La(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)};onDroopedVideoFramesLimitTrigger(){this.isAuto.getState()&&(this.log({message:`[onDroopedVideoFramesLimit]. maxQualityLimit: ${this.maxQualityLimit}`}),this.onDroopedVideoFramesLimit$.next())}getMaxQualityLimit(e){let t=Object.entries(this.limitCounts).filter(([,e])=>e>=this.droppedFramesChecker.countLimit).sort(([e],[t])=>za(e,t)?-1:1)?.[0]?.[0];return e??t}get isEnabled(){return this.droppedFramesChecker.enabled&&this.isDroppedFramesCheckerSupport}get isDroppedFramesCheckerSupport(){return!!this.video&&typeof this.video.getVideoPlaybackQuality==`function`}savePrevFrameCounts(e,t){this.prevTotalVideoFrames=e,this.prevDroppedVideoFrames=t}}var Wa=Ua;import{map as Ga,Observable as Ka}from"@vkontakte/videoplayer-shared";import{fromEvent as qa}from"@vkontakte/videoplayer-shared";var Ja=()=>!!window.documentPictureInPicture?.window||!!document.pictureInPictureElement,Ya=(e,t)=>new Ka(n=>{if(!window.IntersectionObserver)return;let r=new IntersectionObserver((e,t)=>{e.forEach(e=>n.next(e.isIntersecting||Ja()))},{root:null,...t});r.observe(e);let i=qa(document,`visibilitychange`).pipe(Ga(e=>!document.hidden||Ja())).subscribe(e=>n.next(e));return()=>{r.unobserve(e),i.unsubscribe()}});import{assertNever as Xa}from"@vkontakte/videoplayer-shared";var Za;(e=>{e.VP9=`vp9`,e.AV1=`av1`,e.NONE=`none`,e.SMOOTH=`smooth`,e.POWER_EFFICIENT=`power_efficient`})(Za||={});var Qa=e=>{let{webmDecodingInfo:t}=M.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:Xa(e)}},$a=({webmCodec:e,androidPreferredFormat:t,iosPreferredFormat:n,preferMultiStream:r})=>{let i=[...r?[`DASH_STREAMS`]:[],...Qa(e),`DASH_SEP`,`DASH_ONDEMAND`,...r?[]:[`DASH_STREAMS`]],a=[...r?[`DASH_STREAMS`]:[],`DASH_SEP`,`DASH_ONDEMAND`,...r?[]:[`DASH_STREAMS`]];if(M.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`,...Qa(e),`HLS`,`HLS_ONDEMAND`];case`dash_any_webm`:return[...Qa(e),`MPEG`,...a,`HLS`,`HLS_ONDEMAND`];case`dash_sep`:return[`DASH_SEP`,`MPEG`,...Qa(e),...a,`HLS`,`HLS_ONDEMAND`];default:Xa(t)}if(M.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:Xa(n)}return[...i,`HLS`,`HLS_ONDEMAND`,`MPEG`]},eo=({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=M.device.isMac&&M.browser.isSafari;if(M.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:Xa(e)}else s=M.video.nativeHlsSupported&&!c&&!M.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`]},to=e=>e?[`HLS_LIVE`,`HLS_LIVE_CMAF`,`DASH_LIVE_CMAF`]:[`DASH_WEBM`,`DASH_WEBM_AV1`,`DASH_SEP`,`DASH_ONDEMAND`,`HLS`,`HLS_ONDEMAND`,`MPEG`],no=(e,{preferHdr:t})=>{let n=e.filter(e=>e.hdr),r=e.filter(e=>!e.hdr),i=ro(n.map(({codecs:e})=>e)),a=ro(r.map(({codecs:e})=>e)),o=M.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},ro=e=>{let t=e.map(e=>ao(e)),{codecs:n}=M.video;return oo().filter(e=>{if(t.includes(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})},io=e=>{let t=e.map(e=>ao(e)),{codecs:n}=M.video;return so().filter(e=>{if(t.includes(e))switch(e){case`opus`:return n.opus;case`mp4a`:return n.aac;default:return!1}else return!1})},ao=e=>e.split(`.`)[0].replace(`0`,``),oo=()=>[`av1`,`vp9`,`hev1`,`avc1`],so=()=>[`opus`,`mp4a`],co=(e,t)=>{e.video.forEach(e=>{e.representations.forEach(e=>{e.tvDisabled=e.tvDisabled||uo(e,t)})})};function lo(e){return typeof e==`number`&&Number.isInteger(e)}function uo({codecs:e,height:t,fps:n},r){let i=r.find(([n,r,i])=>n===`${t}p`&&fo(e,i))?.[1];return lo(i)&&lo(n)&&n>i}function fo(e,t){return Array.isArray(e)?e.some(e=>po(e,t)):po(e,t)}function po(e,t){return ao(e)===t}var mo=e=>e.match(/codecs="([^"]+)"/)?.[1].split(/\s*,\s*/)??[];function ho(e,t){if(e instanceof HTMLAudioElement)return{target:cn(e),video:null};let n=sn(e,t);return{target:n,video:n}}var go=[`paused`,`playing`,`ready`],_o=[`paused`,`playing`,`ready`];class vo{subscription=new ea;volumeSubscription=new ea;allocation;videoState=new At(`stopped`);dash;representations$=new ta([]);textTracksManager=null;droppedFramesManager=new Wa;maxSeekBackTime$=new ta(1/0);zeroTime$=new ta(void 0);liveOffset=new In;log;params;constructor(e){e.tuning.disableSubtitles||(this.textTracksManager=new Fn(e.source.url)),this.params=e,this.log=this.params.dependencies.logger.createComponentLog(`DashLiveProvider`);let t=t=>{e.output.error$.next({id:`DashLiveProvider`,category:Ki.WTF,message:`DashLiveProvider internal logic error`,thrown:t})};this.subscription.add(Zi(this.videoState.stateChangeStarted$.pipe(Xi(e=>({transition:e,type:`start`}))),this.videoState.stateChangeEnded$.pipe(Xi(e=>({transition:e,type:`end`})))).subscribe(({transition:e,type:t})=>{L({m:`dlp.s.1`,t:t+`:${e.from}-${e.to}`}),this.log({message:`[videoState change] ${t}: ${JSON.stringify(e)}`})})),this.allocation=ho(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(Vi(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=ir(this.allocation.target);this.subscription.add(()=>n.destroy());let r=this.allocation.video;r&&this.subscription.add(this.representations$.pipe(Xi(e=>e.map(({track:e})=>e)),qi(e=>!!e.length),$i()).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(Ji(),Xi(e=>-e/1e3)).subscribe(this.params.output.duration$)).add(Wi({zeroTime:this.zeroTime$.pipe(qi(Yi)),position:n.timeUpdate$}).subscribe(({zeroTime:e,position:t})=>{t===0&&this.videoState.getTransition()||this.params.output.liveTime$.next(e+t*1e3)},t)).add(On(this.allocation.target,this.params.desiredState.isLooped,t)).add(kn(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(An(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(Ya(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&&na(e),min:t&&na(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),L({m:`dlp.vse.s`}),this.params.desiredState.playbackState.setState(`stopped`);break;case`manifest_ready`:case`ready`:this.params.desiredState.playbackState.getTransition()?.to===`ready`&&(L({m:`dlp.vse.r`}),this.params.desiredState.playbackState.setState(`ready`));break;case`paused`:L({m:`dlp.vse.pa`}),this.params.desiredState.playbackState.setState(`paused`);break;case`playing`:L({m:`dlp.vse.pl`}),this.params.desiredState.playbackState.setState(`playing`);break;default:return Hi(e.to)}},t)).add(Zi(e.desiredState.playbackState.stateChangeStarted$,e.desiredState.seekState.stateChangeEnded$,e.desiredState.videoTrack.stateChangeStarted$,e.desiredState.autoVideoTrackSwitching.stateChangeStarted$,this.videoState.stateChangeEnded$,this.droppedFramesManager.onDroopedVideoFramesLimit$,Qi([`init`])).pipe(Gi(0)).subscribe(this.syncPlayback,t));let i=!1,{output:a}=this.params;this.params.tuning.live.catchupLiveForMutedInactiveTab&&this.subscription.add(a.elementVisible$.pipe(Ji()).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(){L({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),ln(this.allocation.target,this.params.tuning)}createLiveDashPlayer(){let e=new Ma({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&&Yi(t)?t:Bi({videoTracks:e.map(({track:e})=>e),tuning:this.params.tuning,abrLogger:this.params.dependencies.abrLogger,tracer:this.params.dependencies.tracer,container:this.allocation.video?.getBoundingClientRect()??null,panelSize:this.params.panelSize??null,estimatedThroughput:this.params.dependencies.throughputEstimator.throughput$.getValue(),limits:this.params.desiredState.autoVideoTrackLimits.getState(),isLive:!0}),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;Ui(t,`Representations missing`),this.dash.startPlay(t,n)}}setVideoTrack(e){let t=this.representations$.getValue().find(({track:t})=>t.id===e.id)?.representation;Ui(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),L({m:`dlp.seek`,p:e,no:a,url:this.params.source.url}),this.dash.reinit(k(this.params.source.url,a)),r&&this.dash.pause(),this.liveOffset.resetTo(a,r)}_dashCb=e=>{switch(e.name){case`buffering`:{let t=e.isBuffering;this.params.output.isBuffering$.next(t);break}case`error`:this.params.output.error$.next({id:`DashLiveProviderInternal:${e.type}`,category:Ki.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=or(e.name)??ra(e.video),i=e.bitrate/1e3,a={...e.video},o=e.frameRate,s=!1,{videoStreamRepresentaionsFilter:c}=this.params.tuning.dash;if(c.length&&(s=uo({codecs:mo(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),Yi(n)&&this.params.output.currentVideoTrack$.next(n);break}case`bandwidth`:{let{size:t,duration:n}=e;this.params.dependencies.throughputEstimator.addRawSpeed(t,n);break}case`index`:this.maxSeekBackTime$.next(e.shiftDuration||0),this.zeroTime$.next(e.zeroTime);break}};syncPlayback=()=>{let e=this.videoState.getState(),t=this.videoState.getTransition(),n=this.params.desiredState.playbackState.getState(),r=this.params.desiredState.playbackState.getTransition(),i=this.params.desiredState.seekState.getState();if(this.log({message:`[syncPlayback] videoState: ${e}; videoTransition: ${JSON.stringify(t)}; desiredPlaybackState: ${n}; seekState: ${JSON.stringify(i)};`}),n===`stopped`){e!==`stopped`&&(this.videoState.startTransitionTo(`stopped`),this.dash.destroy(),this.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(_o.includes(e)&&(a||o)){this.prepare();return}if(r?.to!==`paused`&&i.state===`requested`&&go.includes(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(k(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`){L({m:`dlp.sync.1`}),this.videoState.startTransitionTo(`playing`);let e=r?.from;e&&e===`ready`&&(L({m:`dlp.sync.2`}),this.dash.catchUp()),L({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(k(this.params.source.url,e))}return;default:return Hi(e)}}}var yo=vo;import{filter as bo,filterChanged as xo,isNonNullable as So}from"@vkontakte/videoplayer-shared";import{assertNever as Co,assertNonNullable as wo,debounce as To,ErrorCategory as Eo,filter as Do,filterChanged as Oo,fromEvent as ko,isNonNullable as Ao,isNullable as jo,map as Mo,mapTo as No,merge as Po,observableFrom as Fo,once as Io,Subscription as Lo,throttle as Ro}from"@vkontakte/videoplayer-shared";import{videoSizeToQuality as zo}from"@vkontakte/videoplayer-shared";var Bo=({id:e,width:t,height:n,bitrate:r,fps:i,quality:a,streamId:o,tvDisabled:s})=>{let c=(a?or(a):void 0)??zo({width:t,height:n});return c&&{id:e,quality:c,bitrate:r,size:{width:t,height:n},fps:i,streamId:o,tvDisabled:s}},Vo=({id:e,bitrate:t})=>({id:e,bitrate:t}),Ho=({language:e,label:t},{id:n,url:r,isAuto:i})=>({id:n,url:r,isAuto:i,type:`internal`,language:e,label:t}),Uo=({language:e,label:t,id:n,url:r,isAuto:i})=>({id:n,url:r,isAuto:i,type:`internal`,language:e,label:t}),Wo=({id:e,language:t,label:n,codecs:r,isDefault:i,channels:a})=>({id:e,language:t,label:n,codec:r.split(`.`).at(0),isDefault:i,channels:a}),Go=({id:e,language:t,label:n,hdr:r,codecs:i})=>({id:e,language:t,hdr:r,label:n,codec:i.split(`.`).at(0)}),Ko=e=>e.type===`template`;import{isNullable as qo,now as Jo,once as Yo,Subscription as Xo,ValueSubject as Zo,isNonNullable as Qo,safeStorage as $o,filterChanged as es}from"@vkontakte/videoplayer-shared";var ts=(e,t,n)=>n*t+(1-n)*e,ns=(e,t)=>e.reduce((e,t)=>e+t,0)/t,rs=(e,t,n,r)=>{let i=0,a=n,o=ns(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},is=`stalls_manager_metrics`,as=`stalls_manager_abr_params`,os=`stalls_manager_default_tuning_abr_params`;class ss{currentStallDuration$;videoLastDataObtainedTimestamp$;throughput$;rtt$;tuning;abrParams;duration;isSeeked$=new Zo(!1);isBuffering$=new Zo(!1);isPaused=!1;maxQualityLimit=void 0;lastUniqueVideoTrackSelected;currentStallsCount=0;sumStallsDuration=0;lastStallDuration=0;providerStartWatchingTimestamp=0;lastUniqueVideoTrackSelectedTimestamp=0;predictedThroughputWithoutData=0;qualityRestrictionTimer;subscription=new Xo;severeStallOccurred$=new Zo(!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(as):{};return{...this.abrParams,...e}}set lastVideoTrackSelected(e){this.lastUniqueVideoTrackSelected?.id!==e.id&&(this.lastUniqueVideoTrackSelected=e,this.lastUniqueVideoTrackSelectedTimestamp=Jo(),this.currentStallsCount=0)}destroy(){j.clearTimeout(this.qualityRestrictionTimer),this.subscription.unsubscribe(),this.currentStallDuration$.getValue()!==0&&this.updateStallData();let e=(Jo()-this.providerStartWatchingTimestamp-this.sumStallsDuration)/1e3,t=this.sumStallsDuration;this.addStallInfoToHistory(e,t),this.updateStoredAbrParams()}resetStoredAbrParamsIfNeeded(){let{bitrateFactorAtEmptyBuffer:e,bitrateFactorAtFullBuffer:t,containerSizeFactor:n}={...this.getStoredData(os)},{bitrateFactorAtEmptyBuffer:r,bitrateFactorAtFullBuffer:i,containerSizeFactor:a}={...this.abrParams};this.tuning.enabled&&e===r&&t===i&&n===a||(this.removeStoredData(as),this.setStoredData(os,{bitrateFactorAtEmptyBuffer:r,bitrateFactorAtFullBuffer:i,containerSizeFactor:a}))}updateStoredAbrParams(){let e=[],t=this.getStoredData(is,`[]`);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(is,[]),this.setStoredData(as,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($o.get(e)??t)}setStoredData(e,t){$o.set(e,JSON.stringify(t))}removeStoredData(e){$o.remove(e)}addStallInfoToHistory(e,t){if(e<this.tuning.minTvtToBeCounted||e>this.tuning.maxTvtToBeCounted||e*1e3<t)return;let n=this.getStoredData(is,`[]`),r=t/e,i={tvt:e,stallsDuration:t,stallsDurationPerTvt:r,stallsDurationPerTvtSmoothed:n.length?ts(n[n.length-1].stallsDurationPerTvtSmoothed,t/e,this.tuning.emaAlpha):r};n.push(i),n.length>this.tuning.stallsMetricsHistoryLength&&n.shift(),this.setStoredData(is,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(Yo()).subscribe(e=>this.providerStartWatchingTimestamp=Jo())),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(es()).subscribe(e=>{let{stallDurationNoDataBeforeQualityDecrease:t,stallCountBeforeQualityDecrease:n,resetQualityRestrictionTimeout:r,ignoreStallsOnSeek:i}=this.tuning;if(qo(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=Jo(),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,Qo(this.lastUniqueVideoTrackSelected.bitrate)&&o>this.lastUniqueVideoTrackSelected.bitrate&&(this.predictedThroughputWithoutData=this.lastUniqueVideoTrackSelected.bitrate)),!e&&Jo()-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 cs=ss;import{combine as ls,map as us,observeElementSize as ds,Subscription as fs,ValueSubject as ps,noop as ms}from"@vkontakte/videoplayer-shared";class hs{subscription=new fs;pipSize$=new ps(void 0);videoSize$=new ps(void 0);elementSize$=new ps(void 0);pictureInPictureWindowRemoveEventListener=ms;connect({observableVideo:e,video:t}){let n=e=>{let t=e.target;this.pipSize$.next({width:t.width,height:t.height})};this.subscription.add(ds(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(ls({videoSize:this.videoSize$,pipSize:this.pipSize$,inPip:e.inPiP$}).pipe(us(({videoSize:e,inPip:t,pipSize:n})=>t?n:e)).subscribe(this.elementSize$))}getValue(){return this.elementSize$.getValue()}subscribe(e,t){return this.elementSize$.subscribe(e,t)}getObservable(){return this.elementSize$}destroy(){this.pictureInPictureWindowRemoveEventListener(),this.subscription.unsubscribe()}}import{filter as gs,map as _s,once as vs}from"@vkontakte/videoplayer-shared";var ys=({subscription:e,desiredState:t,videoElement$:n,observableVideo:r})=>{if(!M.browser.isSafari)return;let i=0,a=!1;e.add(t.volume.stateChangeStarted$.pipe(_s(()=>{let e=t.volume.getTransition(),r=n.getValue();return!r||!e?!1:!e.to.muted&&r.muted}),gs(e=>!!e),vs()).subscribe(()=>{i=performance.now(),a=!0})),e.add(r.playbackRateState$.pipe(gs(()=>a),vs()).subscribe(()=>{let e=n.getValue(),r=t.playbackRate.getState();e&&r!==e.playbackRate&&performance.now()-i<1e3&&(e.playbackRate=r)}))};import{filterChanged as bs,isNonNullable as xs,isNullable as Ss,now as Cs,once as ws,Subscription as Ts,ValueSubject as Es}from"@vkontakte/videoplayer-shared";class Ds{currentStallDuration$=new Es(0);videoLastDataObtainedTimestamp$=new Es(0);isSeeked$=new Es(!1);rtt$=new Es(0);tuning;lastUniqueVideoTrackSelectedTimestamp=0;lastUniqueVideoTrackSelected;providerStartWatchingTimestamp=0;tracer;severeStallTracer=null;severeStallStartedAt=0;subscription=new Ts;severeStallOccurred$=new Es(!1);totalStallsCount$=new Es(0);currentVideoTrackStallsCount$=new Es(0);sumStallsDuration$=new Es(0);lastStallDuration$=new Es(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(ws()).subscribe(e=>this.providerStartWatchingTimestamp=Cs())),this.subscription.add(e.lastVideoTrackSelected$.subscribe(e=>{xs(e)&&this.lastUniqueVideoTrackSelected?.id!==e.id&&(this.lastUniqueVideoTrackSelected=e,this.lastUniqueVideoTrackSelectedTimestamp=Cs(),this.currentVideoTrackStallsCount$.next(0))})),this.subscription.add(this.currentStallDuration$.pipe(bs()).subscribe(e=>{let{stallDurationNoDataBeforeQualityDecrease:t,stallCountBeforeQualityDecrease:n,ignoreStallsOnSeek:r}=this.tuning;if(Ss(this.lastUniqueVideoTrackSelected)||r&&this.isSeeked$.getValue())return;let i=this.rtt$.getValue(),a=this.videoLastDataObtainedTimestamp$.getValue(),o=Cs(),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&&Cs()-this.providerStartWatchingTimestamp>this.lastStallDuration$.getValue()&&(this.updateStallData(),this.severeStallOccurred$.next(!1)),this.lastStallDuration$.next(e)})),this.subscription.add(this.severeStallOccurred$.pipe(bs()).subscribe(e=>{e?this.startSevereStallTracer():this.endSevereStallTracer()}))}destroy(){this.subscription.unsubscribe(),this.currentStallDuration$.getValue()!==0&&this.updateStallData(),this.endSevereStallTracer()}startSevereStallTracer(){this.severeStallStartedAt=Cs(),this.severeStallTracer=this.tracer.createComponentTracer(`severeStallOccurred`),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:Cs()-this.lastUniqueVideoTrackSelectedTimestamp,rtt:this.rtt$.getValue()})}endSevereStallTracer(){Ss(this.severeStallTracer)||(this.severeStallTracer.log(`end`,{duration:Cs()-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.log(`data`,{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()}}}import{isInvariantQuality as Os,isNonNullable as ks,isNullable as As,Subscription as js,ValueSubject as Ms}from"@vkontakte/videoplayer-shared";import{isNonNullable as Ns}from"@vkontakte/videoplayer-shared";class Ps extends Br{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&&Ns(r)?r:1,l=c*kr(a??.5,s.bitrateAudioFactorAtEmptyBuffer,s.bitrateAudioFactorAtFullBuffer);for(let s of t)if(!(Ns(o)&&isFinite(o)&&Ns(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 Fs extends vi{constructor(e){super(e),this.name=`min_audio_for_video_rule`}execute(e){let{audioTracksAsc:t,lastVideoTrackSelected:n,videoTracksAsc:r,tuning:i}=e,a=Ar(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 Is{static createRule(e,t=Hr(1)){switch(e){case`throughput_rule`:return new Ps(t);case`min_audio_for_video_rule`:return new Fs(t)}}}var Ls=Hr(1),Rs={},zs={},Bs=(e,t)=>(t?Rs:zs)[e]??Ls;class Vs{stallsController=new Ds;videoAbrController=new Pr;audioAbrController=new Pr;subscription=new js;lastVideoTrackSelected$=new Ms(void 0);lastAudioTrackSelected$=new Ms(void 0);context;phaseController;allVideoRules=[];tracer;init(e){this.context={...this.context,...e},this.tracer=e.tracer.createComponentTracer(`AbrManager`),this.initVideoElementAbrContext(),this.stallsController.init({...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 Ur(this.context.isSeeked$);for(let e of t){let t=Ri.createRule(e,Bs(e,!0));this.allVideoRules.push(t)}n.push(...this.allVideoRules)}else for(let e of t)n.push(Ri.createRule(e,Bs(e,!1)));let r=this.context.tuning.dash.abrAudioRules.map(e=>Is.createRule(e)),i={...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)}getAudioReserve(){let e=this.lastVideoTrackSelected$.getValue();return jr(this.context.forwardVideoBufferRepresentations,e)??jr(this.context.forwardVideoBufferRepresentations,this.context.currentVideoTrack)??0}autoSelectTrack(e){let t=Ar(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.getAudioReserve(),currentVideoTrack:this.context.currentVideoTrack,lastVideoTrackSelected:this.lastVideoTrackSelected$.getValue(),throughputVariance:0}),e===`audio`){let e=this.lastAudioTrackSelected$.getValue();if(this.context.isAuto&&ks(e)&&this.context.audioTracksAsc?.includes(e)&&Mr(this.context.remainingDurationMs,this.context.mpdSegmentDurationMs))return e;let t=this.audioAbrController.autoSelectTrack();return ks(t)&&this.lastAudioTrackSelected$.next(t),t}let r=this.context.desiredVideoTrack;if(this.context.isAuto||As(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{let e=this.lastVideoTrackSelected$.getValue();r=ks(e)&&Mr(this.context.remainingDurationMs,this.context.mpdSegmentDurationMs)?e: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 Ms(!1);this.subscription.add(Ya(this.context.element,{threshold:this.context.tuning.autoTrackSelection.activeVideoAreaThreshold}).subscribe(e));let t=ir(this.context.element);this.subscription.add(()=>t?.destroy());let n;this.context.element instanceof HTMLVideoElement&&(n=new hs,n.connect({video:this.context.element,observableVideo:t})),this.context={...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=>!Os(e.quality));this.context.videoTracksAsc=[...t].sort(Tr(1)),this.context.videoTracksDesc=[...t].sort(Tr(-1))}this.isTracksDifferent(t,i,a)&&(this.audioAbrController.historyReset(),this.context.audioTracksAsc=[...t].sort(wr(1)),this.context.audioTracksDesc=[...t].sort(wr(-1)))}isTracksDifferent(e,t=[],n=[]){let r=!1;for(let i of e)(As(t.find(e=>i.id===e.id))||As(n.find(e=>i.id===e.id)))&&(r=!0);return t.length!==e.length&&n.length!==e.length||r}}class Hs{subscription=new Lo;volumeSubscription=new Lo;videoState=new At(`stopped`);allocation;observableVideo=null;player;params;tracer;textTracksManager=null;droppedFramesManager=new Wa;stallsManager=new cs;elementSizeManager=new hs;abrManager=new Vs;videoTracksMap=new Map;audioTracksMap=new Map;textTracksMap=new Map;videoStreamsMap=new Map;audioStreamsMap=new Map;constructor(e){e.tuning.disableSubtitles||(this.textTracksManager=new Fn(e.source.url)),this.params=e,this.allocation=ho(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(Vi(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;jo(this.observableVideo)&&(this.observableVideo=ir(this.allocation.target),this.subscription.add(()=>this.observableVideo?.destroy()));let n=this.constructor.name,r=t=>{e.error$.next({id:n,category:Eo.WTF,message:`${n} internal logic error`,thrown:t})};return{output:e,desiredState:t,observableVideo:this.observableVideo,genericErrorListener:r,connect:(e,t)=>this.subscription.add(e.subscribe(t,r))}}subscribe(){let{output:e,desiredState:t,observableVideo:n,genericErrorListener:r,connect:i}=this.getProviderSubscriptionInfo(),a=this.allocation.video;a&&this.subscription.add(this.params.output.availableVideoTracks$.pipe(Do(e=>!!e.length),Io()).subscribe(e=>{this.droppedFramesManager.connect({logger:this.params.dependencies.logger,video:a,droppedFramesChecker:this.params.tuning.droppedFramesChecker,isAuto:this.params.desiredState.autoVideoTrackSwitching,playing$:n.playing$,pause$:n.pause$,tracks:e})}));let o=this.params.desiredState.seekState.stateChangeEnded$.pipe(Mo(e=>e.to.state!==`none`),Oo());this.abrManager.init({isSeeked$:o,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$:o,currentStallDuration$:this.player.currentStallDuration$,videoLastDataObtainedTimestamp$:this.player.videoLastDataObtainedTimestamp$,throughput$:this.params.dependencies.throughputEstimator.throughput$,rtt$:this.params.dependencies.throughputEstimator.rtt$,tuning:this.params.tuning.stallsManager,abrParams:this.params.tuning.autoTrackSelection,isBuffering$:n.isBuffering$,looped$:n.looped$,playing$:n.playing$,pause$:n.pause$,duration:this.allocation.target.duration}),i(n.ended$,e.endedEvent$),i(n.looped$,e.loopedEvent$),i(n.error$,e.error$),i(n.isBuffering$,e.isBuffering$),i(n.currentBuffer$,e.currentNativeVideoBuffer$),i(this.player.nativeAudioBufferLength$,e.currentNativeAudioBuffer$),i(n.totalBufferDuration$,e.totalBufferDuration$),i(n.bufferRangeCount$,e.bufferRangeCount$),i(n.playing$,e.firstFrameEvent$),i(n.playedTime$,e.playedTime$),i(n.inPiP$,e.inPiP$),i(n.inFullscreen$,e.inFullscreen$),i(n.loadedMetadata$,e.loadedMetadataEvent$),i(Po(n.canplay$,this.player.currentVideoBuffer$.pipe(Do(e=>e.to>0))).pipe(Io(),No(void 0)),e.canplay$),i(this.player.error$,e.error$),i(this.player.fetcherRecoverableError$,e.fetcherRecoverableError$),i(this.player.fetcherError$,e.fetcherError$),i(this.player.updateDurationError$,e.updateDurationError$),i(this.player.videoLastDataObtainedTimestamp$,e.videoLastDataObtainedTimestamp$),i(this.player.lastConnectionType$,e.httpConnectionType$),i(this.player.lastConnectionReused$,e.httpConnectionReused$),i(this.player.lastConnectionMetrics$,e.httpConnectionMetrics$),i(this.player.lastDownloadMetrics$,e.httpDownloadMetrics$),i(this.player.isLive$,e.isLive$),i(this.player.currentVideoBuffer$,e.currentVideoBuffer$),i(this.player.currentAudioBuffer$,e.currentAudioBuffer$),i(this.player.lastRequestFirstBytes$.pipe(Do(Ao),Io()),e.firstBytesEvent$),i(this.stallsManager.severeStallOccurred$,e.severeStallOccurred$),i(this.videoState.stateChangeEnded$.pipe(Mo(e=>e.to)),this.params.output.playbackState$),this.subscription.add(n.looped$.subscribe(()=>this.player.warmUpMediaSourceIfNeeded(),r)),this.subscription.add(n.seeked$.subscribe(e.seekedEvent$,r)),this.subscription.add(On(this.allocation.target,t.isLooped,r)),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),r)):this.volumeSubscription.add(n.volumeState$.subscribe(this.params.output.volume$,r))})),ys({subscription:this.subscription,desiredState:t,videoElement$:this.params.output.element$,observableVideo:n}),this.subscription.add(kn(this.allocation.target,t.volume,n.volumeState$,r,{skipVideoElVolumeSync$:this.params.skipVideoElVolumeSync$})),this.subscription.add(An(this.allocation.target,t.playbackRate,n.playbackRateState$,r)),this.allocation.video&&this.elementSizeManager.connect({video:this.allocation.video,observableVideo:n}),i(Ya(this.allocation.target,{threshold:this.params.tuning.autoTrackSelection.activeVideoAreaThreshold}),e.elementVisible$),this.subscription.add(n.playing$.subscribe(()=>{this.videoState.setState(`playing`),A(t.playbackState,`playing`)},r)).add(n.pause$.subscribe(()=>{this.videoState.setState(`paused`),A(t.playbackState,`paused`)},r)).add(n.canplay$.subscribe(()=>{this.videoState.getState()===`playing`&&this.playIfAllowed()},r)),this.params.tuning.changePlaybackStateToPausedWhenEnded&&this.subscription.add(n.ended$.subscribe(()=>{this.videoState.setState(`paused`),A(t.playbackState,`paused`)})),this.subscription.add(this.player.manifestRequested.subscribe(this.params.output.manifestRequested$)).add(this.player.manifestReceived.subscribe(this.params.output.manifestReceived$)).add(this.player.firstBytesRequested.subscribe(this.params.output.firstBytesRequested$)).add(this.player.firstBytesReceived.subscribe(this.params.output.firstBytesReceived$)),this.subscription.add(this.player.state$.stateChangeEnded$.subscribe(({to:e})=>{if(e===`manifest_ready`){this.videoTracksMap=new Map,this.audioTracksMap=new Map,this.textTracksMap=new Map;let e=this.player.getStreams(),t=this.player.getCodecs();if(wo(e,`Manifest not loaded or empty`),!this.params.tuning.isAudioDisabled){let t=[];for(let n of e.audio){t.push(Wo(n));let e=[];for(let t of n.representations){let r=Vo(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(Go(t));let e=[];for(let n of t.representations){let r=Bo({...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=Ho(t,e);this.textTracksMap.set(n,{stream:t,representation:e})}this.params.output.availableVideoTracks$.next(Array.from(this.videoTracksMap.keys())),this.params.output.availableAudioTracks$.next(Array.from(this.audioTracksMap.keys())),this.params.output.isAudioAvailable$.next(!!this.audioTracksMap.size),t?.video&&this.params.output.availableVideoCodecs$.next(t.video),t?.audio&&this.params.output.availableAudioCodecs$.next(t.audio),this.audioTracksMap.size&&this.textTracksMap.size&&this.params.desiredState.internalTextTracks.startTransitionTo(Array.from(this.textTracksMap.keys()))}else e===`representations_ready`&&(this.videoState.setState(`ready`),this.player.initBuffer())},r));let s=Po(this.player.currentStallDuration$,this.player.state$.stateChangeEnded$,t.videoTrack.stateChangeStarted$,t.autoVideoTrackSwitching.transitionStarted$,this.params.dependencies.throughputEstimator.rttAdjustedThroughput$,t.autoVideoTrackLimits.stateChangeStarted$,this.elementSizeManager.getObservable(),this.params.output.elementVisible$,this.droppedFramesManager.onDroopedVideoFramesLimit$,ko(this.allocation.target,`progress`)).pipe(Do(()=>this.videoTracksMap.size>0||this.params.tuning.audioOnly&&this.audioTracksMap.size>0)),{abrThrottle:c}=this.params.tuning.dash;c&&(s=s.pipe(Ro(c))),this.subscription.add(s.subscribe(async()=>{let e=this.player.state$.getState(),n=this.player.state$.getTransition(),r=t.autoVideoTrackSwitching.getState()?`lazy`:`default`;if(e!==`manifest_ready`&&e!==`running`||n)return;t.autoVideoTrackSwitching.getTransition()&&t.autoVideoTrackSwitching.setState(t.autoVideoTrackSwitching.getState());let i=this.selectVideoAudioRepresentations();if(!i){if(this.params.tuning.audioOnly&&this.audioStreamsMap.size){let[,[t]]=this.audioStreamsMap.entries().next().value;e===`manifest_ready`&&await this.player.initRepresentations(void 0,t.id,this.params.sourceHls)}return}let[a,o]=i,s=[...this.videoTracksMap.keys()].find(e=>this.videoTracksMap.get(e)?.representation.id===a.id);Ao(s)&&(this.stallsManager.lastVideoTrackSelected=s);let c=this.params.desiredState.autoVideoTrackLimits.getTransition();c&&this.params.output.autoVideoTrackLimits$.next(c.to),e===`manifest_ready`?await this.player.initRepresentations(a.id,o?.id,this.params.sourceHls):(await this.player.switchRepresentation(`video`,a.id,r),o&&await this.player.switchRepresentation(`audio`,o.id,`default`))},r)),this.subscription.add(this.player.currentVideoRepresentation$.pipe(Oo()).subscribe(t=>{let n=[...this.videoTracksMap.entries()].find(([,{representation:e}])=>e.id===t);if(!n){e.currentVideoTrack$.next(void 0),e.currentVideoStream$.next(void 0);return}let[r,{stream:i}]=n,a=this.params.desiredState.videoStream.getTransition();a&&a.to&&a.to.id===i.id&&this.params.desiredState.videoStream.setState(a.to),e.currentVideoTrack$.next(r),e.currentVideoStream$.next(Go(i))},r)),this.subscription.add(this.player.currentAudioRepresentation$.pipe(Oo()).subscribe(t=>{let n=[...this.audioTracksMap.entries()].find(([,{representation:e}])=>e.id===t);if(!n){e.currentAudioStream$.next(void 0);return}let[r,{stream:i}]=n,a=this.params.desiredState.audioStream.getTransition();a&&a.to&&a.to.id===i.id&&this.params.desiredState.audioStream.setState(a.to),e.currentAudioStream$.next(Wo(i))},r)),this.subscription.add(this.player.currentVideoSegmentLength$.subscribe(e.currentVideoSegmentLength$,r)),this.subscription.add(this.player.currentAudioSegmentLength$.subscribe(e.currentAudioSegmentLength$,r)),this.allocation.video&&this.textTracksManager?.connect(this.allocation.video,t,e);let l=t.playbackState.stateChangeStarted$.pipe(Mo(({to:e})=>e===`ready`),Oo());this.subscription.add(Po(l,t.autoVideoTrackSwitching.stateChangeStarted$,this.player.state$.stateChangeEnded$,n.currentBuffer$,Fo([`init`])).subscribe(()=>this.syncBufferTarget())),this.subscription.add(Po(l,this.player.state$.stateChangeEnded$,Fo([`init`])).subscribe(()=>this.player.setPreloadOnly(t.playbackState.getState()===`ready`)));let u=Po(t.playbackState.stateChangeStarted$,t.videoTrack.stateChangeStarted$,t.seekState.stateChangeEnded$,this.videoState.stateChangeEnded$,Fo([`init`])).pipe(To(0));this.subscription.add(u.subscribe(this.syncPlayback,r))}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{desiredState:e,output:t}=this.params,n=e.autoVideoTrackSwitching.getState(),r=e.videoTrack.getState()?.id,i=[...this.videoTracksMap.keys()].find(({id:e})=>e===r),a=t.currentVideoTrack$.getValue(),o=e.videoStream.getState()??(i&&this.videoTracksMap.get(i)?.stream)??this.videoStreamsMap.size===1?this.videoStreamsMap.keys().next().value:void 0;if(!o)return;let s=[...this.videoStreamsMap.keys()].find(({id:e})=>e===o.id),c=s&&this.videoStreamsMap.get(s);if(!c)return;let l=this.player.bufferLength$.getValue(),u;u=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:n?this.params.tuning.dash.forwardBufferTargetAuto:this.params.tuning.dash.forwardBufferTargetManual;let d=(this.allocation.target.duration*1e3||1/0)-this.allocation.target.currentTime*1e3,f=Math.min(l/Math.min(u,d||1/0),1),p=e.audioStream.getState()??(this.audioStreamsMap.size===1?this.audioStreamsMap.keys().next().value:void 0),m=[...this.audioStreamsMap.keys()].find(({id:e})=>e===p?.id)??this.audioStreamsMap.keys().next().value,h=this.player.isLive$.getValue(),g=this.allocation.target.duration*1e3,_=!h&&Number.isFinite(g)&&g>0?Math.max(0,g-this.allocation.target.currentTime*1e3):void 0,v=this.params.tuning.dash.useAbrPhases?{videoSegmentLoadProgress:this.player.getActiveVideoSegmentProgress()}:{};this.abrManager.updateContext({isAuto:n,isLive:h,remainingDurationMs:_,mpdSegmentDurationMs:this.player.getMpdVideoSegmentDuration(),videoTracks:c,audioTracks:m?this.audioStreamsMap.get(m)??[]:[],currentVideoTrack:a,desiredVideoTrack:i,limits:this.params.desiredState.autoVideoTrackLimits.getState(),forwardBufferHealth:f,forwardBufferDuration:l,forwardVideoBufferRepresentations:this.player.getForwardBufferRepresentations(`video`),forwardAudioBufferRepresentations:this.player.getForwardBufferRepresentations(`audio`),...v});let y=this.abrManager.autoSelectTrack(`video`),b=m&&this.abrManager.autoSelectTrack(`audio`),x=this.videoTracksMap.get(y)?.representation,S=b&&this.audioTracksMap.get(b)?.representation;if(x&&S)return[x,S];if(x&&!S&&this.audioTracksMap.size===0)return[x,void 0]}prepare(e=0){this.player.initManifest(this.allocation.target,this.params.source.url,e)}syncPlayback=()=>{let e=this.videoState.getState(),t=this.params.desiredState.playbackState.getState(),n=this.params.desiredState.playbackState.getTransition(),r=this.params.desiredState.seekState.getState();if(!this.videoState.getTransition()){if(r.state===`requested`&&n?.to!==`paused`&&e!==`stopped`&&t!==`stopped`&&this.seek(r.position,r.forcePrecise),t===`stopped`){e!==`stopped`&&(this.videoState.startTransitionTo(`stopped`),this.player.stop(),this.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 Co(e)}}};playIfAllowed(){let e=aa(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:Eo.DOM,thrown:e})};this.params.tuning.ignoreForcePlayResultWhenProviderChanged?this.subscription.add(Fo(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),ln(this.allocation.target,this.params.tuning),this.tracer.end()}}import{AbortControllerPolyfilled as Us}from"@vkontakte/videoplayer-shared";import{ErrorCategory as Ws}from"@vkontakte/videoplayer-shared";var Gs=e=>{if(!e)return{id:`EmptyResponse`,category:Ws.PARSER,message:`Empty response`};if(e.length<=2&&e.match(/^\d+$/))return{id:`UVError#${e}`,category:Ws.NETWORK,message:`UV Error ${e}`};let t=e.trimStart().substring(0,100).toLowerCase();if(t.startsWith(`<!doctype`)||t.startsWith(`<html>`)||t.startsWith(`<body>`)||t.startsWith(`<head>`))return{id:`UnexpectedHTML`,category:Ws.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:Ws.PARSER,message:`XML parsing error`}:{id:`XMLParserLogicError`,category:Ws.PARSER,message:`Response is valid XML, but parser failed`}};import{abortable as Ks,assertNonNullable as qs,ErrorCategory as Js,ErrorOrigin as Ys,filter as Xs,filterChanged as Zs,flattenObject as Qs,fromEvent as $s,getTraceSubscriptionMethod as ec,getWindow as tc,interval as nc,isNonNullable as rc,isNullable as ic,map as ac,merge as oc,nowInt as sc,Subject as cc,Subscription as lc,SubscriptionRemovable as uc,ValueSubject as R}from"@vkontakte/videoplayer-shared";import{AbortControllerPolyfilled as dc}from"@vkontakte/videoplayer-shared";import{fetchPolyfilled as fc}from"@vkontakte/videoplayer-shared";var pc=e=>{let t=new URL(e);return t.searchParams.set(`quic`,`1`),t.toString()},mc=e=>{let t=e.get(`X-Delivery-Type`),n=e.get(`X-Reused`);return{type:t===null?`http1`:t??void 0,reused:n===null?void 0:{1:!0,0:!1}[n]??void 0}};import{abortable as hc,assertNever as gc,ErrorCategory as _c,flattenObject as vc,fromEvent as yc,getWindow as bc,isNonNullable as xc,merge as Sc,now as Cc,Subject as wc,Subscription as Tc,suppressAbort as Ec,ValueSubject as Dc,videoQualityToHeight as Oc,VideoQuality as kc,isAbortError as Ac}from"@vkontakte/videoplayer-shared";var jc=e=>{let t=new URL(e);return t.searchParams.set(`enable-subtitles`,`yes`),t.toString()};import{ErrorCategory as Mc,ErrorOrigin as Nc}from"@vkontakte/videoplayer-shared";var Pc=new Set([2,3,4,5,6,9,19]),Fc=new Set([1,8,18,21]),Ic=new Set([10,11,12,13,14,15,16]),Lc=({txtCode:e,error$:t,recoverableError$:n,httpCode:r})=>{let i=parseInt(e);if(isNaN(i))return;let a={...Rc(i),httpCode:r,UVBackendErrorCode:e};if(Pc.has(i)){t.next({...a,category:Mc.NETWORK,origin:Nc.SegmentFetcher});return}if(Fc.has(i)){n.next({...a,category:Mc.FATAL,origin:Nc.SegmentFetcher,canBeRecoverable:!0});return}if(Ic.has(i)){t.next({...a,category:Mc.FATAL,origin:Nc.SegmentFetcher});return}},Rc=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 zc(e)}};function zc(e){return{id:`GeneralVideoDataFetchError`,message:`Generic video data fetch error (${e})`}}import{isNonNullable as Bc,isNullable as Vc,getWindow as Hc}from"@vkontakte/videoplayer-shared";var Uc=`vk_player_segment_cache`,Wc=1,Gc=`cache`,Kc=5e3,qc=`vk_player_segment_cache_events`,Jc=`cleared`,Yc=300*1e3,Xc=[`fromCache`,`expires`,`sig`,`bytes`,`ms`,`urls`];function Zc(e){try{let t=new URL(e);return t.hostname=`cache.local`,Xc.forEach(e=>t.searchParams.delete(e)),t.toString()}catch{return e}}function Qc(e){return e===`init`?1:2}function $c(e,t){return[e,0,t,0]}function el(e,t,n,r){return[e,t,n,r]}function tl(e){return e instanceof DOMException?e.name===`QuotaExceededError`||e.name===`NS_ERROR_DOM_QUOTA_REACHED`:!1}function nl(e){for(let t=1;t<e.length;t++)if(e[t].index!==e[t-1].index+1)return!1;return!0}function rl(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 il({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}import{getWindow as al,isNonNullable as ol}from"@vkontakte/videoplayer-shared";var sl=`byLastAccess`,cl=`bySizeAndAge`,ll=`byLastAccessAndSize`,ul=e=>new Promise((t,n)=>{let r=indexedDB.open(Uc,Wc);r.onupgradeneeded=()=>{let e=r.result;if(!e.objectStoreNames.contains(Gc)){let t=e.createObjectStore(Gc);t.createIndex(sl,`lastAccessAt`),t.createIndex(cl,[`byteLength`,`createdAt`]),t.createIndex(ll,[`lastAccessAt`,`byteLength`])}},r.onsuccess=()=>{let i=r.result;e?e(i).then(()=>t(i),n):t(i)},r.onerror=()=>n(r.error)}),dl=(e,t)=>new Promise((n,r)=>{let i=e.transaction(Gc,`readwrite`);t(i.objectStore(Gc)),i.oncomplete=()=>n(),i.onerror=()=>r(i.error)}),fl=(e,t)=>{e.onsuccess=()=>{let n=e.result;ol(n)&&t(n)&&n.continue()}},pl=()=>{let e=al().BroadcastChannel;if(!e)return;let t=new e(qc);t.postMessage(Jc),t.close()},ml=async()=>{try{let e=await ul();try{await dl(e,e=>{e.clear()})}finally{e.close()}pl()}catch{}};class hl{config;dbPromise=null;destroyed=!1;evictionTimerId;globalTotalBytes=0;maxTotalStoredBytes;quotaExceeded=!1;cacheEventsChannel=null;constructor(e){this.config=e,this.maxTotalStoredBytes=e.maxTotalSizeBytes;let t=Hc().BroadcastChannel;t&&(this.cacheEventsChannel=new t(qc),this.cacheEventsChannel.onmessage=e=>{e.data===Jc&&(this.globalTotalBytes=0,Bc(this.evictionTimerId)&&(j.clearTimeout(this.evictionTimerId),this.evictionTimerId=void 0))})}getDb(){return this.destroyed?Promise.reject(Error(`SegmentCacheStorage destroyed`)):(this.dbPromise||(this.dbPromise=ul(),this.dbPromise.then(e=>{this.destroyed||this.handleDbOpened(e).catch(()=>{})}).catch(()=>{})),this.dbPromise)}isFresh(e,t){return Date.now()-e<this.ttlForEntry(t)}async readFreshRecord(e,t,n){let r=await this.getDb(),i=Array(e.length).fill(null),a=0;return await dl(r,r=>{e.forEach((e,o)=>{let s=r.get(e);s.onsuccess=()=>{let c=s.result;c&&c.data&&(this.isFresh(c.createdAt,t)?(n-c.lastAccessAt>=Yc&&(c.lastAccessAt=n,r.put(c,e)),i[o]=c.data):(r.delete(e),a+=c.byteLength))}})}),this.globalTotalBytes-=a,i}async handleDbOpened(e){let t=0;await dl(e,e=>{fl(e.index(cl).openKeyCursor(),n=>{let[r,i]=n.key,[,a]=n.primaryKey;return this.isFresh(i,a)?t+=r:e.delete(n.primaryKey),!0})}),this.globalTotalBytes=t,console.warn(`totalCachedBytes rehydrated - `,{total:t})}ttlForEntry(e){return e===0?this.config.ttlMs:this.config.initTtlMs}async getSegments(e,t){if(!t.length)return new Map;let n=Date.now(),r=t.map(t=>$c(e,t)),i=await this.readFreshRecord(r,0,n),a=new Map;return t.forEach((e,t)=>{i[t]&&a.set(e,i[t])}),a}async deleteSegments(e,t){if(!t.length)return;let n=await this.getDb(),r=0;await dl(n,n=>{t.forEach(t=>{let i=$c(e,t),a=n.get(i);a.onsuccess=()=>{let e=a.result;Bc(e)&&(n.delete(i),r+=e.byteLength)}})}),this.globalTotalBytes-=r}async setSegment(e){let t=e.type===`media`?$c(e.normalizedUrl,e.segmentIndex):el(e.normalizedUrl,Qc(e.rangeType),e.range.from,e.range.to),n={normalizedUrl:e.normalizedUrl,data:e.data,byteLength:e.data.byteLength,createdAt:Date.now(),lastAccessAt:Date.now()};await this.putRecord(t,n)}async getInitSegment({normalizedUrl:e,rangeType:t,range:n}){let r=Qc(t),i=el(e,r,n.from,n.to),a=Date.now(),[o]=await this.readFreshRecord([i],r,a);return Vc(o)||o.byteLength!==n.to-n.from+1?null:o}async putRecord(e,t){let n=await this.getDb(),r=t.byteLength;try{await dl(n,n=>{let i=n.get(e);i.onsuccess=()=>{let a=i.result;Bc(a)&&(r=t.byteLength-a.byteLength),n.put(t,e)}}),this.globalTotalBytes+=r,this.scheduleEviction()}catch(n){tl(n)&&await this.handleQuotaExceededError({key:e,record:t})}}async handleQuotaExceededError({key:e,record:t}){try{let n=await this.getDb();this.maxTotalStoredBytes=Math.min(this.maxTotalStoredBytes,this.globalTotalBytes),this.quotaExceeded=!0,await this.evictOldest(this.maxTotalStoredBytes*this.config.quotaExceededEvictPercent);let r=t.byteLength;await dl(n,n=>{let i=n.get(e);i.onsuccess=()=>{let a=i.result;Bc(a)&&(r=t.byteLength-a.byteLength),n.put(t,e)}}),this.globalTotalBytes+=r}catch{}}async clear(){await dl(await this.getDb(),e=>{e.clear()}),pl(),this.globalTotalBytes=0,Bc(this.evictionTimerId)&&(j.clearTimeout(this.evictionTimerId),this.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(()=>{})},Kc))}async runEviction(){let e=this.quotaExceeded?this.maxTotalStoredBytes*this.config.evictionThreshold:this.maxTotalStoredBytes;if(this.globalTotalBytes<e)return;let t=this.maxTotalStoredBytes*this.config.evictionTargetPercent,n=this.globalTotalBytes-t,r=await this.evictOldest(n,this.config.evictionBatchMaxBytes);console.warn(`eviction done: removedBytes-${r}`)}async evictOldest(e,t){let n=await this.getDb(),r=0;return await dl(n,n=>{fl(n.index(ll).openKeyCursor(),i=>{if(r>=e||r>=(t??1/0))return!1;let[,a]=i.key;return r+=a,n.delete(i.primaryKey),!0})}),this.globalTotalBytes-=r,r}}import{isNonNullable as gl}from"@vkontakte/videoplayer-shared";class _l{cacheService;constructor(e){this.cacheService=e}async getCached(e,t){let{segments:n}=t,r=Zc(e),i=n.map(e=>e.index),a=await this.cacheService.getSegments(r,i);if(this.dropCorruptedEntries(r,n,a),a.size===i.length)return console.warn(`full_hit`),{type:`full_hit`,data:rl(t,a)};if(a.size===0)return console.warn(`full_miss`),{type:`full_miss`};let o=[...n].sort((e,t)=>e.index-t.index),s=o.filter(e=>!a.has(e.index));if(nl(s)){console.warn(`partial-hit`);let e=this.assembleStartBuffer({sortedSegments:o,cached:a});return{type:`partial`,cached:a,missingRange:{range:{from:s[0].byteRange.from,to:s[s.length-1].byteRange.to},segments:s},startBuffer:e}}return a.has(o[0].index)?this.buildPartialFromCacheStart(a,o,s):{type:`full_miss`}}dropCorruptedEntries(e,t,n){let r=[];for(let e of t){let t=n.get(e.index);gl(t)&&t.byteLength!==e.byteRange.to-e.byteRange.from+1&&(n.delete(e.index),r.push(e.index))}r.length&&this.cacheService.deleteSegments(e,r).catch(()=>{})}storeDownloadedSegments({url:e,buffer:t,segments:n,networkDataOffset:r=0,validBytes:i=t.byteLength,onSkipped:a}){let o=Zc(e),s=[...n].sort((e,t)=>e.index-t.index),c=[],l=r;for(let e of s){let n=e.byteRange.to-e.byteRange.from+1;if(l+n<=i){let r=t.slice(l,l+n);this.cacheService.setSegment({type:`media`,normalizedUrl:o,segmentIndex:e.index,data:r}).catch(()=>{})}else c.push(e);l+=n}c.length&&a?.(c)}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,validBytes:i=n.byteLength,onSkipped:a}){this.storeDownloadedSegments({url:e,buffer:n,segments:t.segments,networkDataOffset:r,validBytes:i,onSkipped:a})}}class vl{throughputEstimator;requestQuic;tracer;manifestRequested=new wc;manifestReceived=new wc;firstBytesRequested=new wc;firstBytesReceived=new wc;lastConnectionType$=new Dc(void 0);lastConnectionReused$=new Dc(void 0);lastRequestFirstBytes$=new Dc(void 0);lastConnectionMetrics$=new Dc(void 0);lastDownloadMetrics$=new Dc(void 0);recoverableError$=new wc;error$=new wc;abortAllController=new dc;subscription=new Tc;compatibilityMode;useEnableSubtitlesParam;measureNonSegmentRequests;measureFastSamples;preloadFirstSegment;maxQualityForFirstSegmentPreload;segmentCacheService;segmentCache;startupPhase=!0;performanceObserver=null;pendingConnectionMetrics=new Map;handleExtendedNetworkErrorsSet=!1;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=kc.Q_480P,segmentCacheService:u}){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 _l(u)),bc().PerformanceObserver&&this.setupPerformanceObserver()}onHeadersReceived(e){let{type:t,reused:n}=mc(e);this.lastConnectionType$.next(t),this.lastConnectionReused$.next(n)}setupPerformanceObserver(){this.performanceObserver=new(bc()).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 bc().navigator))return`unknown`;let e=bc().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:_c.WTF})}return null}trackRequestStart(e,t){let n=`${e}_${t}_${Math.random().toString(36).substr(2,9)}`;this.pendingConnectionMetrics.set(n,{url:e,startTime:t})}fetchManifest=hc(this.abortAllController.signal,async function*(e){let t=this.tracer.createComponentTracer(`FetchManifest`),n=e;this.requestQuic&&(n=pc(n)),!this.compatibilityMode&&this.useEnableSubtitlesParam&&(n=jc(n)),this.trackRequestStart(n,performance.now());let r=Cc();this.manifestRequested.next();let i=yield this.doFetch(n,{signal:this.abortAllController.signal},{tracer:t}).catch(Ec);if(i){let a=Cc();t.log(`success`,vc({url:n,message:`Request successfully executed`})),t.end(),this.manifestReceived.next(),this.onHeadersReceived(i.headers);let o=i.headers.get(`content-length`),s=0;o&&(s=parseInt(o,10));let c=await i.text();if((!o||isNaN(s)||s<=0)&&(s=new TextEncoder().encode(c).length),s>0){let t=a-r,n=s/(t/1e3)*8/1024,i={bytes:s,speed:n,url:e};this.lastDownloadMetrics$.next(i)}let l=this.measureFastSamples&&this.isLikelyCacheHitByTtfb(a-r);if(this.measureNonSegmentRequests&&this.startupPhase&&!l&&(this.throughputEstimator?.addRawRtt(a-r),o&&s>0)){let e=Cc();this.throughputEstimator?.addRawSpeed(s,e-r)}return c}else return t.error(`error`,vc({url:n,message:`No data in request manifest`})),t.end(),null}.bind(this));fetch=hc(this.abortAllController.signal,async 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`}){this.firstBytesRequested.next();let d=null;if(this.segmentCache&&u){try{d=await this.segmentCache.getCached(e,u)}catch{d=null}if(d?.type===`full_hit`){if(a?.aborted)throw new DOMException(`Aborted before serving full cache hit`,`AbortError`);return this.firstBytesReceived.next(),this.lastRequestFirstBytes$.next(0),r?.(new DataView(d.data),d.data.byteLength),d.data}}let f=d?.type===`partial`?d:null;f&&(f.startBuffer&&(this.firstBytesReceived.next(),this.lastRequestFirstBytes$.next(0),r?.(new DataView(f.startBuffer.buffer),f.startBuffer.loaded)),n=f.missingRange.range);let p=e,m=new Headers,h=this.tracer.createComponentTracer(`Fetch ${l}`);if(n)switch(t){case 0:m.append(`Range`,`bytes=${n.from}-${n.to}`);break;case 1:{let e=new URL(p,bc().location.href);e.searchParams.append(`bytes`,`${n.from}-${n.to}`),p=e.toString();break}default:gc(t)}this.requestQuic&&(p=pc(p));let g=this.abortAllController.signal,_;if(a){let e=new dc;if(_=Sc(yc(this.abortAllController.signal,`abort`),yc(a,`abort`)).subscribe(()=>{try{e.abort()}catch(e){Ec(e)}}),this.subscription.add(_),this.abortAllController.signal.aborted||a.aborted)try{e.abort()}catch(e){Ec(e)}g=e.signal}let v=0,y=Cc();h.log(`startRequest`,vc({url:p,priority:i,rangeMethod:t,range:n,isLowLatency:s,requestStartedAt:y})),this.trackRequestStart(p,performance.now());let b=yield this.doFetch(p,{priority:i,headers:m,signal:g},{tracer:h}).catch(Ec),x=Cc();if(!b)return h.error(`error`,{message:`No response in request`}),h.end(),_?.unsubscribe(),null;let S=b.status;h.log(`headersReceived`,vc({responseStatus:S,responseOk:b.ok,contentLength:b.headers.get(`content-length`),contentRange:b.headers.get(`content-range`),headersReceivedAt:x}));let C=this.measureFastSamples&&this.isLikelyCacheHitByTtfb(x-y);if(C||this.throughputEstimator?.addRawRtt(x-y),!b.ok||!b.body){_?.unsubscribe();let e=`Fetch error ${b.status}: ${b.statusText}`;return h.error(`error`,{message:e}),h.end(),Promise.reject(Error(`Fetch error ${b.status}: ${b.statusText}`))}if(this.onHeadersReceived(b.headers),!r&&!o){let t=yield b.arrayBuffer(),n=Cc();if(this.measureNonSegmentRequests&&this.startupPhase&&!C){let e=b.headers.get(`content-length`),t=e?parseInt(e,10):NaN;Number.isFinite(t)&&t>0&&this.throughputEstimator?.addRawSpeed(t,n-y)}let r={responseStatus:S,requestStartedAt:y,requestEndedAt:n,duration:n-y};return h.log(`endRequest`,vc(r)),h.end(),_?.unsubscribe(),f?(this.segmentCache.storeMissing({url:e,missingRange:f.missingRange,networkData:t,onSkipped:n=>this.traceSkippedCacheSegments(e,n,t.byteLength)}),il({metadata:u,cached:f.cached,missingRange:f.missingRange,networkData:t})):(u&&this.segmentCache&&t.byteLength>0&&this.segmentCache.storeDownloadedSegments({url:e,buffer:t,segments:u.segments,onSkipped:n=>this.traceSkippedCacheSegments(e,n,t.byteLength)}),t)}let ee=b.body;if(o&&!C){this.startupPhase=!1;let e;[ee,e]=b.body.tee(),this.throughputEstimator?.trackStream(e,s)}let w=ee.getReader(),T,E=parseInt(b.headers.get(`content-length`)??``,10);Number.isFinite(E)&&(T=E),!T&&n&&(T=n.to-n.from+1);let D=f?.startBuffer?.loaded??0,O=T?new Uint8Array(D+T):new Uint8Array(D);D>0&&f?.startBuffer&&O.set(new Uint8Array(f.startBuffer.buffer),0),v=D;let te=!1,ne=e=>{_?.unsubscribe(),te=!0;let t=Cc(),n={responseStatus:S,loaded:v,responseSize:T,requestStartedAt:y,requestEndedAt:t,duration:t-y};Ac(e)&&(n.name=e.name,n.message=e.message),h.error(`endRequest`,vc(n)),h.end(),Ec(e)},re=hc(g,async function*({done:e,value:t}){if(v===D&&(this.lastRequestFirstBytes$.next(Cc()-y),this.firstBytesReceived.next()),g.aborted){_?.unsubscribe();return}if(!e&&t){if(c&&T)O.set(t,v),v+=t.byteLength;else{let e=new Uint8Array(O.length+t.length);e.set(O),e.set(t,O.length),O=e,v+=t.byteLength}r?.(new DataView(O.buffer),v),yield w?.read().then(re,ne)}}.bind(this));yield w?.read().then(re,ne),_?.unsubscribe();let ie=Cc(),ae={responseStatus:S,failed:te,loaded:v,responseSize:T,requestStartedAt:y,requestEndedAt:ie,duration:ie-y};if(te)return h.error(`endRequest`,vc(ae)),h.end(),null;{let t=v-D;if(t>0){let n={bytes:t,speed:t/((ie-y)/1e3)*8/1024,url:e};this.lastDownloadMetrics$.next(n)}if(h.log(`endRequest`,vc(ae)),h.end(),f){let n=f.missingRange.range.to-f.missingRange.range.from+1;if(t<n)throw h.error(`truncatedResponse`,vc({url:e,networkBytes:t,expectedNetworkBytes:n})),h.end(),Error(`Truncated response: got ${t} of ${n} bytes, refusing to poison segment cache`);let i=il({metadata:u,cached:f.cached,missingRange:f.missingRange,networkData:O.buffer,networkDataOffset:D});return r?.(new DataView(i),i.byteLength),this.segmentCache.storeMissing({url:e,missingRange:f.missingRange,networkData:O.buffer,networkDataOffset:D,validBytes:v,onSkipped:t=>this.traceSkippedCacheSegments(e,t,v)}),i}return u&&this.segmentCache&&O.byteLength>0&&this.segmentCache.storeDownloadedSegments({url:e,buffer:O.buffer,segments:u.segments,validBytes:v,onSkipped:t=>this.traceSkippedCacheSegments(e,t,v)}),O.buffer}}.bind(this));async fetchRepresentation(e,t,n,r=`auto`,i,a=`unknown`){let{type:o}=e;switch(o){case`byteRange`:return this.fetchByteRangeRepresentation(e,t,n,r,i,a)??null;case`template`:return this.fetchTemplateRepresentation(e,n,r,a)??null;default:gc(o)}}traceSkippedCacheSegments(e,t,n){t.length&&this.tracer.error(`cacheStoreSkipped`,vc({url:e,segmentIndices:t.map(e=>e.index).join(`,`),validBytes:n}))}destroy(){this.abortAllController.abort(),this.subscription.unsubscribe(),this.performanceObserver&&=(this.performanceObserver.disconnect(),null),this.pendingConnectionMetrics.clear(),this.segmentCacheService?.destroy(),this.tracer.end()}fetchByteRangeRepresentation=hc(this.abortAllController.signal,async 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&&xc(e.firstSegmentLength)&&r===`high`&&(i??Oc(kc.Q_144P))<=Oc(this.maxQualityForFirstSegmentPreload);p&&u&&xc(f)&&(l=f+e.firstSegmentLength),c=Math.min(c,0);let m=this.segmentCacheService?Zc(e.url):``,h=null;if(this.segmentCacheService)try{h=await 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=await 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=>({...e,networkStatus:`none`,bufferStatus:`none`})),S;if(p&&u&&xc(f)){let t=f+1-c;t+e.firstSegmentLength<=g.byteLength&&(S=g.slice(t,t+e.firstSegmentLength))}return{initMetadata:v,initDataView:new DataView(g),segments:x,firstSegmentData:S}}.bind(this));fetchTemplateRepresentation=hc(this.abortAllController.signal,async 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=>({...e,networkStatus:`none`,bufferStatus:`none`,size:void 0}));return{initMetadata:null,initDataView:new DataView(a),segments:o}}.bind(this));isLikelyCacheHitByTtfb(e){let t=this.throughputEstimator?.rtt$.getValue()??0;return e<Math.max(t*.5,2)}async doFetch(e,t,n={}){let r=await fc(e,t);if(r.ok)return r;let i=await r.text();if(this.handleExtendedNetworkErrorsSet){n.tracer?.error(`doFetch error`,{txtCode:i,responseStatus:r.status}),Lc({txtCode:i,httpCode:r.status,error$:this.error$,recoverableError$:this.recoverableError$});return}let a=parseInt(i);if(!isNaN(a))switch(a){case 1:this.recoverableError$.next({id:`VideoDataLinkExpiredError`,message:`Video data links have expired`,category:_c.FATAL,httpCode:r.status,UVBackendErrorCode:i});break;case 8:this.recoverableError$.next({id:`VideoDataLinkBlockedForFloodError`,message:`Url blocked for flood`,category:_c.FATAL,httpCode:r.status,UVBackendErrorCode:i});break;case 18:this.recoverableError$.next({id:`VideoDataLinkIllegalIpChangeError`,message:`Client IP has changed`,category:_c.FATAL,httpCode:r.status,UVBackendErrorCode:i});break;case 21:this.recoverableError$.next({id:`VideoDataLinkIllegalHostChangeError`,message:`Request HOST has changed`,category:_c.FATAL,httpCode:r.status,UVBackendErrorCode:i});break;default:this.error$.next({id:`GeneralVideoDataFetchError`,message:`Generic video data fetch error (${a})`,category:_c.FATAL,httpCode:r.status,UVBackendErrorCode:i})}}}var yl=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[`6E`,`7A`,`F4`].includes(i)}}return!1};import{isNonNullable as bl,isNullable as xl}from"@vkontakte/videoplayer-shared";var Sl=e=>{if(e.includes(`/`)){let t=e.split(`/`);return parseInt(t[0])/parseInt(t[1])}else return parseFloat(e)},Cl=e=>{try{let t=wl(),{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 wl(){let e=`x(?:-[a-z0-9]{1,8})+`,t=`^(?:(?<langtag>${`
|
|
25
|
+
`}),e}return this.history.recordSwitch(e),e}historyReset(){this.history.clear()}}import{getWindow as zr,isNonNullable as Br,isNullable as Vr}from"@vkontakte/videoplayer-shared";import{Subscription as Hr}from"@vkontakte/videoplayer-shared";class Ur{phaseConfig;activePhases;subscription;type;name;confidence;constructor(e){this.phaseConfig=e,this.activePhases=new Set(Object.keys(e)),this.confidence=Object.values(e)[0]}init(e){this.subscription=new Hr}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??Object.values(this.phaseConfig)[0],{track:t,confidence:this.confidence,name:this.name,type:this.type,logData:{name:`[${this.name}. Confidence: ${this.confidence}. Type: ${this.type}]`,...this.createLogData(t,...n)}}}}class Wr extends Ur{constructor(e){super(e),this.type=`limit_above`}}import{Subscription as Gr}from"@vkontakte/videoplayer-shared";var Kr=e=>({startup:e,steady:e});class qr{_phase=`startup`;subscription=new Gr;constructor(e){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 Jr=e=>{if(e.length===0)return[];let t=e[0];return e.map(e=>Math.log(e/t))},Yr=(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}},Xr=(e,t,n,r,i)=>e.map((e,a)=>(n*(t[a]+r)-i)/e),Zr=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},Qr=(e,t,n,r)=>t>n?e:t<=0?0:Math.min(e,t),$r=(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},ei=(e,t,n,r)=>n*(t[e]+r),ti=(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 ni extends Wr{placeholderBufferS=0;lastCallTimeMs=void 0;lastBufferLevelS=void 0;constructor(e){super(e),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=Jr(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}=Yr(u[u.length-1],p,m),_=Er(o,e.playbackRate)/1e3,v=Br(e.phase);if(v){let e=zr().performance.now();if(Br(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&&Br(this.lastBufferLevelS)&&this.lastBufferLevelS-_>y&&Br(r)){let e=s.findIndex(e=>e.id===r.id);if(e>0){let t=s.map(e=>e.bitrate),n=$r(e,t,Jr(t),h,g),r=Math.max(0,n-_);r>this.placeholderBufferS&&(this.placeholderBufferS=r)}}if(this.lastBufferLevelS=_,e.phase===`startup`){let t=ti(l,e.estimatedThroughput),n=$r(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=Zr(Xr(l,u,h,g,!e.isLive&&e.remainingDurationMs!==void 0?Qr(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`&&Br(r)){let e=s.findIndex(e=>e.id===r.id);e!==-1&&S<e-1&&(S=e-1)}if(v){let e=ei(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(Vr(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(`, `)}]`}}}import{isHigher as ri,isInvariantQuality as ii,isNonNullable as ai}from"@vkontakte/videoplayer-shared";class oi extends Wr{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||ai(o.minBufferToSwitchUp)&&(i??0)>o.minBufferToSwitchUp)&&ai(t)&&!ii(t.quality)&&ri(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}}}import{isHigherOrEqual as si,isLowerOrEqual as ci,isNonNullable as li,videoSizeToQuality as ui}from"@vkontakte/videoplayer-shared";class di extends Wr{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&&ui(s);r=e?ci(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&&A.display.pixelRatio){let t=A.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=Mr(n,r*t+a)+o;Number.isFinite(s)&&(i*=s)}}return li(n?.min)&&si(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}}}import{isHigherOrEqual as fi,isNullable as pi}from"@vkontakte/videoplayer-shared";import{isHigher as mi,isLower as hi,isNonNullable as gi,isNullable as _i,videoHeightToQuality as vi}from"@vkontakte/videoplayer-shared";function yi(e,t,n){return!e.max&&e.min===t?`high_quality`:!e.min&&e.max===n?`traffic_saving`:`unknown`}function bi(e,t,n){return _i(e)||gi(e.min)&&gi(e.max)&&hi(e.max,e.min)||gi(e.min)&&gi(t)&&mi(e.min,t)||gi(e.max)&&gi(n)&&hi(e.max,n)}function xi({limits:e,highestAvailableHeight:t,lowestAvailableHeight:n}){return bi({max:e?.max?vi(e.max):void 0,min:e?.min?vi(e.min):void 0},t?vi(t):void 0,n?vi(n):void 0)}class Si extends Ur{constructor(e){super(e),this.type=`limit_below`}}class Ci extends Si{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=bi(n,i,r);for(let o of t)if(a||pi(n?.min)||fi(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)}}}import{isHigherOrEqual as wi,isNonNullable as Ti,isNullable as Ei,now as Di}from"@vkontakte/videoplayer-shared";class Oi extends Wr{severeStallOccurred=!1;qualityRestrictionTimer;lastStallDurationRestriction=0;maxQualityLimitOnStall=void 0;predictedThroughputWithoutData=void 0;restrictionTracer=null;restrictionStartedAt=0;constructor(e){super(e),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&&Ti(i)?i:1,c=s*Nr(a??.5,o.bitrateFactorAtEmptyBuffer,o.bitrateFactorAtFullBuffer);for(let o of t){let t=this.predictedThroughputWithoutData,l=Ti(t)&&isFinite(t)&&Ti(o.bitrate)?t-n>=o.bitrate*c:!0,u=Ti(this.maxQualityLimitOnStall)&&wi(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){Ei(this.restrictionTracer)&&(this.restrictionStartedAt=Di(),this.restrictionTracer=e.createComponentTracer(`stallsRestriction ${this.maxQualityLimitOnStall}`)),this.restrictionTracer.log(`set`,{maxQualityLimitOnStall:this.maxQualityLimitOnStall,predictedThroughputWithoutData:this.predictedThroughputWithoutData,estimatedThroughput:t,lastStallDuration:n})}traceRestrictionReset(){Ei(this.restrictionTracer)||(this.restrictionTracer.setSpanAttributes({duration:Di()-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&&Ti(i?.bitrate)?(k.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&&(k.clearTimeout(this.qualityRestrictionTimer),this.qualityRestrictionTimer=k.setTimeout(()=>{this.traceRestrictionReset(),this.maxQualityLimitOnStall=void 0,this.predictedThroughputWithoutData=void 0},r.stallsManager.resetQualityRestrictionTimeout)),this.severeStallOccurred=t}}import{isNonNullable as ki}from"@vkontakte/videoplayer-shared";class Ai extends Wr{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&&ki(t)?t:1,u=l*Nr(o??.5,c.bitrateFactorAtEmptyBuffer,c.bitrateFactorAtFullBuffer);if(a.dash.useAbrPhases&&a.dash.abrVideoRules.includes(`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)?f:c.bitrate;if(!(ki(r)&&isFinite(r)&&ki(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 ji extends Wr{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}}}import{getWindow as Mi,isLowerOrEqual as Ni,isNonNullable as Pi,isNullable as Fi}from"@vkontakte/videoplayer-shared";class Ii extends Wr{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=bi(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||Fi(r?.max)||Ni(c.quality,r.max),d=Pi(i)&&!i?Ni(c.quality,n.autoTrackSelection.backgroundVideoQualityLimit):!0,f=Fi(u)||Ni(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}=Mi();if(e)return e.connection}resolveConnectionDataQualityLimit(e,t,n){switch(e){case`slow-2g`:case`2g`:return n;case`3g`:return t;default:return}}}import{getWindow as Li}from"@vkontakte/videoplayer-shared";class Ri extends Wr{constructor(e){super(e),this.name=`abandon_request_rule`}execute(e){let{videoTracksAsc:t,videoTracksDesc:n,forwardBufferDuration:r,tuning:i,videoSegmentLoadProgress:a}=e,o=Er(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=Li().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}}}import{isNonNullable as zi,now as Bi}from"@vkontakte/videoplayer-shared";class Vi extends Wr{lastPlaybackResetAtMs=-1/0;constructor(e){super(e),this.name=`insufficient_buffer_rule`}init(e){super.init(e),e?.isSeeked$&&this.subscription.add(e.isSeeked$.subscribe(e=>{e&&(this.lastPlaybackResetAtMs=Bi())}))}execute(e){let{videoTracksAsc:t,videoTracksDesc:n,forwardBufferDuration:r,tuning:i,playbackRate:a,estimatedThroughput:o}=e,{thresholdMs:s,gracePeriodAfterPlaybackResetMs:c}=i.dash.insufficientBuffer,l=Er(r,a),u=l<s,d=Bi()-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=>zi(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 Hi{static createRule(e,t=Kr(1)){switch(e){case`fits_container_rule`:return new di(t);case`tv_disabled_video_track_rule`:return new ji(t);case`throughput_rule`:return new Ai(t);case`buffer_rule`:return new oi(t);case`bola_rule`:return new ni(t);case`stalls_rule`:return new Oi(t);case`upper_limit_rule`:return new Ii(t);case`lower_limit_rule`:return new Ci(t);case`abandon_request_rule`:return new Ri(t);case`insufficient_buffer_rule`:return new Vi(t)}}}var Ui=`Assertion "ABR Tracks is empty array" failed`;function Wi(e){let{videoTracks:t,tuning:n,abrLogger:r,tracer:i,estimatedThroughput:a,container:o=null,panelSize:s=null,limits:c={},playbackRate:l=1,forwardBufferHealth:u=0,forwardBufferDuration:d=0,visible:f=!0,currentVideoTrack:p=null,reserve:m=0,isLive:h=!1,element:g}=e;dr(t,Ui);let _=t.filter(e=>!pr(e.quality)),v=[..._].sort(kr(1)),y=[..._].sort(kr(-1)),b=new Rr,x=n.dash.abrVideoRules.map(e=>Hi.createRule(e,Kr(1))),S={tuning:n,isSeeked$:new mr(!1),currentStallDuration$:new mr(0),videoLastDataObtainedTimestamp$:new mr(0),throughput$:new mr(a),rtt$:new mr(0),throughputVariance$:new mr(0),element:g??fr().document.createElement(`video`),abrLogger:r,tracer:i,panelSize:s??void 0};b.init(x,S),b.updateContext({videoTracksAsc:v,videoTracksDesc:y,currentVideoTrack:p,lastVideoTrackSelected:null,tuning:n,abrLogger:r,tracer:i,estimatedThroughput:a,reserve:m,forwardBufferHealth:u,forwardBufferDuration:d,playbackRate:l,throughputVariance:0,container:o,panelSize:s,forwardBufferRepresentations:null,limits:c,visible:f,severeStallOccurred:!1,lastStallDuration:0,isLive:h,remainingDurationMs:void 0,mpdSegmentDurationMs:void 0});let C=b.autoSelectTrack();return b.destroy(),C}var Gi=e=>new URL(e).hostname;import{assertNever as Ki,assertNonNullable as qi,combine as Ji,debounce as Yi,ErrorCategory as Xi,filter as Zi,filterChanged as Qi,isNonNullable as $i,map as ea,merge as ta,observableFrom as na,once as ra,Subscription as ia,ValueSubject as aa,videoQualityToHeight as oa,videoSizeToQuality as sa}from"@vkontakte/videoplayer-shared";var ca=e=>{if(e instanceof DOMException&&[`Failed to load because no supported source was found.`,`The element has no supported sources.`].includes(e.message))throw e;return!(e instanceof DOMException&&(e.code===20||e.name===`AbortError`))},la=async(e,t)=>{let n=e.muted;try{await e.play()}catch(r){if(!ca(r))return!1;if(t&&t(),n)return console.warn(r),!1;e.muted=!0;try{await e.play()}catch(t){return ca(t)?(e.muted=!1,console.warn(t),!1):!1}}return!0};import{isNonNullable as ua,isNullable as da,assertNonNullable as fa}from"@vkontakte/videoplayer-shared";import{isNonNullable as pa,assertNonNullable as ma,now as ha}from"@vkontakte/videoplayer-shared";function P(){return ha()}function ga(e){return P()-e}function _a(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 va(e,t,n){let r=(...i)=>{n.apply(null,i),e.removeEventListener(t,r)};e.addEventListener(t,r)}function ya(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;ma(u);let e=ga(u),t;if(e<h){t=h-e,k.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=P(),o=new i,o.open(`get`,e);let n=0,r,l=0,m=()=>(ma(u),Math.max(u,Math.max(r||0,l||0)));if(a&&o.addEventListener(`progress`,e=>{let t=P();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;ma(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||!Object.values(e).length)?b():(d&&d(),t(e))}else b()}),o.addEventListener(`error`,()=>{b()}),f){let e=()=>{ma(o),o.readyState===XMLHttpRequest.HEADERS_RECEIVED&&(l=P(),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)=>(pa(e)&&(h=e),pa(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 ba=100,xa=2e3,Sa=500;class Ca{intervals=[];currentRate=0;logger;constructor(e){this.logger=e}_updateRate(e){let t=.2;this.currentRate&&(e<this.currentRate*.1?t=.8:e<this.currentRate*.5?t=.5:e<this.currentRate*.7&&(t=.3)),e=Math.max(1,Math.min(e,100*1024*1024)),this.currentRate=this.currentRate?this.currentRate*(1-t)+e*t:e}_createInterval(e,t,n){return{start:e,end:t,bytes:n}}_doMergeIntervals(e,t){e.start=Math.min(t.start,e.start),e.end=Math.max(t.end,e.end),e.bytes+=t.bytes}_mergeIntervals(e,t){return e.start<=t.end&&t.start<=e.end?(this._doMergeIntervals(e,t),!0):!1}_flushIntervals(){if(!this.intervals.length)return!1;let e=this.intervals[0].start,t=this.intervals[this.intervals.length-1].end-Sa;if(t-e>xa){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>ba&&(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}}class wa{pendingQueue=[];activeRequests={};completeRequests={};averageSegmentDuration=2e3;lastPrefetchStart=0;throttleTimeout=null;RETRY_COUNT;TIMEOUT;BITRATE_ESTIMATOR;MAX_PARALLEL_REQUESTS;logger;constructor(e,t,n,r,i){this.RETRY_COUNT=e,this.TIMEOUT=t,this.BITRATE_ESTIMATOR=n,this.MAX_PARALLEL_REQUESTS=r,this.logger=i}limitCompleteCount(){let e;for(;(e=Object.keys(this.completeRequests)).length>this._getParallelRequestCount()+2;){let t=e[Math.floor(Math.random()*e.length)];this.logger(`Dropping completed request for url ${t}`,{type:`warn`}),delete this.completeRequests[t]}}_sendRequest(e,t){let n=P(),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=ya(t,r=>{e._complete=1,e._responseData=r,e._downloadTime=P()-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=P()}_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=P();if(Object.keys(this.activeRequests).length>=e)return!1;let n=this._getPrefetchDelay()-(t-this.lastPrefetchStart);return this.throttleTimeout&&k.clearTimeout(this.throttleTimeout),n>0?(this.throttleTimeout=k.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(){Object.values(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),k.setTimeout(()=>{a._complete?(this.logger(`Requested url already prefetched, url=${e}`),t(a._responseData,a._downloadTime)):(this.logger(`Requested url already prefetched with error, url=${e}`),n(a._errorMsg)),i._finallyCB&&i._finallyCB()},0)):this.logger(`Attached to active request, url=${e}`);else{let t=this.pendingQueue.indexOf(e);t!==-1&&this.pendingQueue.splice(t,1),this.logger(`Request not prefetched, starting new request, url=${e}${t===-1?``:`; removed pending`}`),this._sendRequest(i,e)}},i._cb=t,i._errorCB=n,i._retryCB=r,i.abort=function(){i.request&&i.request.abort()},i.withFinally=e=>(i._finallyCB=e,i),i}prefetch(e){this.activeRequests[e]||this.completeRequests[e]?this.logger(`Request already active for url=${e}`):(this.logger(`Added to pending queue; url=${e}`),this.pendingQueue.unshift(e),this._sendPending())}optimizeForSegDuration(e){this.averageSegmentDuration=e}}import{Subject as Ta}from"@vkontakte/videoplayer-shared";import{isNonNullable as Ea}from"@vkontakte/videoplayer-shared";var F=(e,t)=>Ea(e)&&Ea(t)&&e.readyState===`open`&&Da(e,t);function Da(e,t){for(let n=0;n<e.activeSourceBuffers.length;++n)if(e.activeSourceBuffers[n]===t)return!0;return!1}import{getWindow as Oa}from"@vkontakte/videoplayer-shared";class ka{tag;time;data;stack;constructor(e,t,n,r){this.tag=e,this.time=t,this.data=n,this.stack=r}toString(){return`${this.tag}: ${this.time}: ${JSON.stringify(this.data)}${this.stack?`, stack: ${this.stack}`:``}`}toDevNullEntry(){let e=Object.entries(this.data).map(([e,t])=>`${e}:${t}`).join(`,`);return{key:this.tag,strings:[e,this.stack??``],numbers:[this.time]}}}var I=((e,t=`warn`)=>{let n=Oa(),r=[];function i(i,a=!1){let o=n.performance?.timing?.navigationStart??0,s=new ka(e,Math.round((Date.now()-o)/1e3),i,a?Error().stack:void 0);r.push(s),t&&n.console[t](s.toString())}return i.reset=()=>{r=[]},i.drain=()=>{let e=r;return r=[],e},i})(`vp_dash_live_debug`,!1),Aa=1e4,ja=3,Ma=6e4,Na=10,Pa=1,Fa=500;class Ia{paused=!1;autoQuality=!0;autoQualityLimits=void 0;buffering=!0;destroyed=!1;videoPlayStarted=!1;lowLatency=!1;rep;bitrate=0;manifest=[];bitrateSwitcher;filesFetcher;sourceBuffer=0;mediaSource;currentManifestEntry;manifestRequest;manifestRefetchTimer;bufferStates=[];downloadRate;sourceJitter=-1;srcToken=0;videoListeners=[];objectUrl=null;chunkRateEstimator;manifestUrl;urlResolver;waitingForFirstBufferAfterSrcChange=!1;params;playbackStateSubscription;soundProhibitedEvent$;constructor(e){this.params=e,this.soundProhibitedEvent$=new Ta,this.chunkRateEstimator=new Ca(this.params.logger),this._initVideo()}attachSource(e){this.manifestUrl=e,this.urlResolver=_a(e),this.bitrateSwitcher=this._initBitrateSwitcher(),this._notifyLoadStart(),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&&(I({m:`ldp.catchUp.1`}),this.rep.stop()),this.currentManifestEntry){let e=this.params.playbackState.getState();this.paused=e===`paused`,I({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()?(I({m:`ldp.play.1`}),this._playVideoElement()):(I({m:`ldp.play.2`}),this._notifyBuffering(!0))):(I({m:`ldp.play.3`}),this.catchUp())}startPlay(e,t){this.autoQuality=t,I({m:`startPlay`,url:e.jidxUrl}),this._initPlayerWith(e)}destroy(){this.destroyed=!0,this.playbackStateSubscription.unsubscribe();let{videoElement:e}=this.params;this.rep&&=(this.rep.stop(),null),this.manifestRequest&&this.manifestRequest.abort(),this.manifestRefetchTimer&&=(k.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=_a(e),I({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)}_notifyLoadStart(){this.params.playbackState.getState()===`playing`&&this._notifyBuffering(!0)}_syncBufferingWithDesiredPlayback(e){let t=this.params.videoState.getTransition()?.to;(t===`manifest_ready`||t===`ready`)&&this._notifyBuffering(e===`playing`)}_initVideo(){let{videoElement:e,logger:t}=this.params;I({m:`iv`}),this.playbackStateSubscription=this.params.playbackState.stateChangeStarted$.subscribe(({to:e})=>{this._syncBufferingWithDesiredPlayback(e)});let n=(t,n)=>{this.videoListeners.push([t,n]),e.addEventListener(t,n)};n(`error`,()=>{e.error&&!this.destroyed&&(I({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,k.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`,()=>{I({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}`),I({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*(A.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||{};!xi({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||ua(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`){I({m:`sourceopen`,err:`not open: ${this.mediaSource?.readyState}`}),n(`sourceopen: not open: ${this.mediaSource?.readyState}`);return}I({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=>{I({m:`sourceclose`})}),this.videoPlayStarted=!1;let o=()=>{va(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 wa(ja,Aa,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=ya(this.urlResolver.resolve(e,!1),t,n,()=>this._retryCallback()).withTimeout(Aa).withBitrateReporting(this.bitrateSwitcher).withRetryCount(ja).withFinally(()=>{s=null}).send()},f=(e,t,n)=>{fa(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=P()-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-Pa;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(ua(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>Na)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=ya(this.urlResolver.resolve(e,!0,this.lowLatency),t,n,()=>this._retryCallback()).withTimeout(Aa).withRetryCount(ja).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&&(fa(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(),fa(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&&=(k.clearTimeout(b),void 0);let e=Math.max(Fa,1e3*(this._getBufferSizeSec()-this.sourceJitter-5)),t=y+e,n=P(),r=Math.min(1e4,t-n);y=n;let i=()=>{c||u()&&s.seek(()=>{u()&&(y=P(),ee(),C())})};r>0?b=k.setTimeout(()=>{this.paused?C():i()},r):i()},ee=()=>{let t;for(;t=s.nextChunk(v);)v=t,ne(t);let n=s.nextChunk(m);if(n){if(m&&n.discontinuity){o(`Detected discontinuity; restarting playback`),this.paused?C():(_(),I({m:`ldp.fetchChunkIdx.0`}),this._initPlayerWith(e));return}te(n)}else C()},w=(e,t)=>{if(!u()||!this.sourceBuffer){I({m:`ab.0`,c:[!u(),!this.sourceBuffer]});return}let i,a,s,c=n=>{I({m:`ldp.postpone`,t:n}),k.setTimeout(()=>{u()&&w(e,t)},n)};if(this.sourceBuffer.updating)o(`Source buffer is updating; delaying appendBuffer`),I({m:`ldp.ab.1`}),c(100);else{let l=P(),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)I({m:`ldp.ab.3`}),o(`Buffered ${d} seconds; delaying appendBuffer`),c(2e3);else try{if(this.params.config.useInvalidBufferFix&&F(this.mediaSource,this.sourceBuffer))return;this.sourceBuffer.appendBuffer(e),this.videoPlayStarted?(I({m:`ldp.ab.5`}),this.bufferStates.push({ts:l,buf:d}),h(),this.bufferStates.length>200&&this.bufferStates.shift()):this.shouldPlay()&&(I({m:`ldp.ab.4`}),this.videoPlayStarted=!0,this._playVideoElement()),t&&t()}catch(e){I({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,ee()}))},E=t=>e.fragUrlTemplate.replace(`%%id%%`,t.chunkIdx),te=e=>{u()&&f(E(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())},ne=e=>{u()&&(fa(this.filesFetcher),this.filesFetcher.prefetch(this.urlResolver.resolve(E(e),!1)))},re=t=>{u()&&(e.cachedHeader=t,w(t,()=>{l=!0,T()}))};i=!0,s.seek(e=>{if(u()){if(y=P(),!e){C();return}v=e,!da(t)||e.startTS>t?te(e):(m=e,ee())}},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(),ua(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,fa(this.bitrateSwitcher),this.bitrateSwitcher.notifySwitch(this.bitrate),this.rep.start(r),n({name:`qualitySwitch`,quality:e}))}_qualityAvailable(e){return ua(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=P();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&&ga(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=P();e<a&&(i=t),a=e}}}_fetchManifest(e,t,n){this.manifestRequest=ya(this.urlResolver.resolve(e,!0),t,n,()=>this._retryCallback()).withJSONResponse().withTimeout(Aa).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;la(e,()=>{this.soundProhibitedEvent$.next()}).then(e=>{I({m:`ldp.pve.1`}),e||(I({m:`ldp.pve.2`}),this._notifyBuffering(!1),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)=>{e.video&&r.canPlayType(e.codecs).replace(/no/,``)&&window.MediaSource?.isTypeSupported?.(e.codecs)&&(e.index=n,t.push(e))}),t.sort(function(e,t){return e.video&&t.video?t.video.height-e.video.height:t.bitrate-e.bitrate}),t):(n({name:`error`,type:`empty_manifest`}),[])};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&&k.clearTimeout(this.manifestRefetchTimer),this.manifestRefetchTimer=k.setTimeout(()=>{this._fetchManifest(e,t=>{this.destroyed||(this._handleManifestUpdate(t),this._refetchManifest(e))},()=>this._refetchManifest(e))},Ma))}_initManifest(){this._fetchManifest(this.manifestUrl,e=>{this.destroyed||(this._handleManifestUpdate(e),this._refetchManifest(this.manifestUrl))},()=>this._handleNetworkError())}}import{debounce as La,filter as Ra,fromEvent as za,interval as Ba,isHigher as Va,isInvariantQuality as Ha,isLower as Ua,merge as Wa,Subject as Ga,Subscription as Ka}from"@vkontakte/videoplayer-shared";class qa{onDroopedVideoFramesLimit$=new Ga;subscription=new Ka;log;video;droppedFramesChecker;isAuto;playing=!1;tracks=[];forceChecker$=new Ga;isForceCheckCounter=0;prevTotalVideoFrames=0;prevDroppedVideoFrames=0;currentTimer;limitCounts={};currentQuality;maxQualityLimit;connect(e){this.log=e.logger.createComponentLog(`DroppedFramesManager`),this.video=e.video,this.isAuto=e.isAuto,this.tracks=e.tracks,this.droppedFramesChecker=e.droppedFramesChecker,this.subscription.add(e.playing$.subscribe(()=>this.playing=!0)),this.subscription.add(e.pause$.subscribe(()=>this.playing=!1)),this.isEnabled&&this.subscribe()}destroy(){this.currentTimer&&k.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(za(this.video,`resize`).subscribe(this.handleChangeVideoQuality));let e=Wa(Ba(this.droppedFramesChecker.checkTime).pipe(Ra(()=>this.playing),Ra(()=>{let e=!!this.isForceCheckCounter;return e&&--this.isForceCheckCounter,!e})),this.forceChecker$.pipe(La(this.droppedFramesChecker.checkTime)));this.subscription.add(e.subscribe(this.checkDroppedFrames))}handleChangeVideoQuality=()=>{let e=this.tracks.find(({size:e})=>e?.height===this.video.videoHeight&&e?.width===this.video.videoWidth);e&&!Ha(e.quality)&&this.onChangeQuality(e.quality)};onChangeQuality(e){this.currentQuality=e;let{totalVideoFrames:t,droppedVideoFrames:n}=this.video.getVideoPlaybackQuality();this.savePrevFrameCounts(t,n),this.isForceCheckCounter=this.droppedFramesChecker.tickCountAfterQualityChange,this.forceChecker$.next()}checkDroppedFrames=()=>{let{totalVideoFrames:e,droppedVideoFrames:t}=this.video.getVideoPlaybackQuality(),n=e-this.prevTotalVideoFrames,r=1-(n-(t-this.prevDroppedVideoFrames))/n;!isNaN(r)&&r>0&&this.log({message:`[dropped]. current dropped percent: ${r}, limit: ${this.droppedFramesChecker.percentLimit}`}),!isNaN(r)&&r>=this.droppedFramesChecker.percentLimit&&Va(this.currentQuality,this.droppedFramesChecker.minQualityBanLimit)&&(this.limitCounts[this.currentQuality]=(this.limitCounts[this.currentQuality]??0)+1,this.maxQualityLimit=this.getMaxQualityLimit(this.currentQuality),this.currentTimer&&k.clearTimeout(this.currentTimer),this.currentTimer=k.setTimeout(()=>this.maxQualityLimit=this.getMaxQualityLimit(),this.droppedFramesChecker.qualityUpWaitingTime),this.onDroopedVideoFramesLimitTrigger()),this.savePrevFrameCounts(e,t)};onDroopedVideoFramesLimitTrigger(){this.isAuto.getState()&&(this.log({message:`[onDroopedVideoFramesLimit]. maxQualityLimit: ${this.maxQualityLimit}`}),this.onDroopedVideoFramesLimit$.next())}getMaxQualityLimit(e){let t=Object.entries(this.limitCounts).filter(([,e])=>e>=this.droppedFramesChecker.countLimit).sort(([e],[t])=>Ua(e,t)?-1:1)?.[0]?.[0];return e??t}get isEnabled(){return this.droppedFramesChecker.enabled&&this.isDroppedFramesCheckerSupport}get isDroppedFramesCheckerSupport(){return!!this.video&&typeof this.video.getVideoPlaybackQuality==`function`}savePrevFrameCounts(e,t){this.prevTotalVideoFrames=e,this.prevDroppedVideoFrames=t}}var Ja=qa;import{map as Ya,Observable as Xa}from"@vkontakte/videoplayer-shared";import{fromEvent as Za}from"@vkontakte/videoplayer-shared";var Qa=()=>!!window.documentPictureInPicture?.window||!!document.pictureInPictureElement,$a=(e,t)=>new Xa(n=>{if(!window.IntersectionObserver)return;let r=new IntersectionObserver((e,t)=>{e.forEach(e=>n.next(e.isIntersecting||Qa()))},{root:null,...t});r.observe(e);let i=Za(document,`visibilitychange`).pipe(Ya(e=>!document.hidden||Qa())).subscribe(e=>n.next(e));return()=>{r.unobserve(e),i.unsubscribe()}});import{assertNever as eo}from"@vkontakte/videoplayer-shared";var to;(e=>{e.VP9=`vp9`,e.AV1=`av1`,e.NONE=`none`,e.SMOOTH=`smooth`,e.POWER_EFFICIENT=`power_efficient`})(to||={});var no=e=>{let{webmDecodingInfo:t}=A.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:eo(e)}},ro=({webmCodec:e,androidPreferredFormat:t,iosPreferredFormat:n,preferMultiStream:r})=>{let i=[...r?[`DASH_STREAMS`]:[],...no(e),`DASH_SEP`,`DASH_ONDEMAND`,...r?[]:[`DASH_STREAMS`]],a=[...r?[`DASH_STREAMS`]:[],`DASH_SEP`,`DASH_ONDEMAND`,...r?[]:[`DASH_STREAMS`]];if(A.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`,...no(e),`HLS`,`HLS_ONDEMAND`];case`dash_any_webm`:return[...no(e),`MPEG`,...a,`HLS`,`HLS_ONDEMAND`];case`dash_sep`:return[`DASH_SEP`,`MPEG`,...no(e),...a,`HLS`,`HLS_ONDEMAND`];default:eo(t)}if(A.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:eo(n)}return[...i,`HLS`,`HLS_ONDEMAND`,`MPEG`]},io=({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=A.device.isMac&&A.browser.isSafari;if(A.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:eo(e)}else s=A.video.nativeHlsSupported&&!c&&!A.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`]},ao=e=>e?[`HLS_LIVE`,`HLS_LIVE_CMAF`,`DASH_LIVE_CMAF`]:[`DASH_WEBM`,`DASH_WEBM_AV1`,`DASH_SEP`,`DASH_ONDEMAND`,`HLS`,`HLS_ONDEMAND`,`MPEG`],oo=(e,{preferHdr:t})=>{let n=e.filter(e=>e.hdr),r=e.filter(e=>!e.hdr),i=so(n.map(({codecs:e})=>e)),a=so(r.map(({codecs:e})=>e)),o=A.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},so=e=>{let t=e.map(e=>lo(e)),{codecs:n}=A.video;return uo().filter(e=>{if(t.includes(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})},co=e=>{let t=e.map(e=>lo(e)),{codecs:n}=A.video;return fo().filter(e=>{if(t.includes(e))switch(e){case`opus`:return n.opus;case`mp4a`:return n.aac;default:return!1}else return!1})},lo=e=>e.split(`.`)[0].replace(`0`,``),uo=()=>[`av1`,`vp9`,`hev1`,`avc1`],fo=()=>[`opus`,`mp4a`],po=(e,t)=>{e.video.forEach(e=>{e.representations.forEach(e=>{e.tvDisabled=e.tvDisabled||ho(e,t)})})};function mo(e){return typeof e==`number`&&Number.isInteger(e)}function ho({codecs:e,height:t,fps:n},r){let i=r.find(([n,r,i])=>n===`${t}p`&&go(e,i))?.[1];return mo(i)&&mo(n)&&n>i}function go(e,t){return Array.isArray(e)?e.some(e=>_o(e,t)):_o(e,t)}function _o(e,t){return lo(e)===t}var vo=e=>e.match(/codecs="([^"]+)"/)?.[1].split(/\s*,\s*/)??[];function yo(e,t){if(e instanceof HTMLAudioElement)return{target:pn(e),video:null};let n=fn(e,t);return{target:n,video:n}}var bo=[`paused`,`playing`,`ready`],xo=[`paused`,`playing`,`ready`];class So{subscription=new ia;volumeSubscription=new ia;allocation;videoState=new Ft(`stopped`);dash;representations$=new aa([]);textTracksManager=null;droppedFramesManager=new Ja;maxSeekBackTime$=new aa(1/0);zeroTime$=new aa(void 0);liveOffset=new Vn;log;params;constructor(e){e.tuning.disableSubtitles||(this.textTracksManager=new Bn(e.source.url)),this.params=e,this.log=this.params.dependencies.logger.createComponentLog(`DashLiveProvider`);let t=t=>{e.output.error$.next({id:`DashLiveProvider`,category:Xi.WTF,message:`DashLiveProvider internal logic error`,thrown:t})};this.subscription.add(ta(this.videoState.stateChangeStarted$.pipe(ea(e=>({transition:e,type:`start`}))),this.videoState.stateChangeEnded$.pipe(ea(e=>({transition:e,type:`end`})))).subscribe(({transition:e,type:t})=>{I({m:`dlp.s.1`,t:t+`:${e.from}-${e.to}`}),this.log({message:`[videoState change] ${t}: ${JSON.stringify(e)}`})})),this.allocation=yo(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(Gi(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=cr(this.allocation.target);this.subscription.add(()=>n.destroy());let r=this.allocation.video;r&&this.subscription.add(this.representations$.pipe(ea(e=>e.map(({track:e})=>e)),Zi(e=>!!e.length),ra()).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(Qi(),ea(e=>-e/1e3)).subscribe(this.params.output.duration$)).add(Ji({zeroTime:this.zeroTime$.pipe(Zi($i)),position:n.timeUpdate$}).subscribe(({zeroTime:e,position:t})=>{t===0&&this.videoState.getTransition()||this.params.output.liveTime$.next(e+t*1e3)},t)).add(Nn(this.allocation.target,this.params.desiredState.isLooped,t)).add(Pn(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(Fn(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($a(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&&oa(e),min:t&&oa(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),I({m:`dlp.vse.s`}),this.params.desiredState.playbackState.setState(`stopped`);break;case`manifest_ready`:case`ready`:this.params.desiredState.playbackState.getTransition()?.to===`ready`&&(I({m:`dlp.vse.r`}),this.params.desiredState.playbackState.setState(`ready`));break;case`paused`:I({m:`dlp.vse.pa`}),this.params.desiredState.playbackState.setState(`paused`);break;case`playing`:I({m:`dlp.vse.pl`}),this.params.desiredState.playbackState.setState(`playing`);break;default:return Ki(e.to)}},t)).add(ta(e.desiredState.playbackState.stateChangeStarted$,e.desiredState.seekState.stateChangeEnded$,e.desiredState.videoTrack.stateChangeStarted$,e.desiredState.autoVideoTrackSwitching.stateChangeStarted$,this.videoState.stateChangeEnded$,this.droppedFramesManager.onDroopedVideoFramesLimit$,na([`init`])).pipe(Yi(0)).subscribe(this.syncPlayback,t));let i=!1,{output:a}=this.params;this.params.tuning.live.catchupLiveForMutedInactiveTab&&this.subscription.add(a.elementVisible$.pipe(Qi()).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(){I({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),mn(this.allocation.target,this.params.tuning)}createLiveDashPlayer(){let e=new Ia({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:e=>this._dashCb(e),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&&$i(t)?t:Wi({videoTracks:e.map(({track:e})=>e),tuning:this.params.tuning,abrLogger:this.params.dependencies.abrLogger,tracer:this.params.dependencies.tracer,container:this.allocation.video?.getBoundingClientRect()??null,panelSize:this.params.panelSize??null,estimatedThroughput:this.params.dependencies.throughputEstimator.throughput$.getValue(),limits:this.params.desiredState.autoVideoTrackLimits.getState(),isLive:!0}),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;qi(t,`Representations missing`),this.dash.startPlay(t,n)}}setVideoTrack(e){let t=this.representations$.getValue().find(({track:t})=>t.id===e.id)?.representation;qi(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),I({m:`dlp.seek`,p:e,no:a,url:this.params.source.url}),this.dash.reinit(D(this.params.source.url,a)),r&&this.dash.pause(),this.liveOffset.resetTo(a,r)}_dashCb(e){switch(e.name){case`buffering`:{let t=e.isBuffering;this.params.output.isBuffering$.next(t);break}case`error`:this.params.output.error$.next({id:`DashLiveProviderInternal:${e.type}`,category:Xi.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=ur(e.name)??sa(e.video),i=e.bitrate/1e3,a={...e.video},o=e.frameRate,s=!1,{videoStreamRepresentaionsFilter:c}=this.params.tuning.dash;if(c.length&&(s=ho({codecs:vo(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),$i(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(this.isSeekOffsetSupported()&&e.shiftDuration||0),this.zeroTime$.next(e.zeroTime);break}}syncPlayback=()=>{let e=this.videoState.getState(),t=this.videoState.getTransition(),n=this.params.desiredState.playbackState.getState(),r=this.params.desiredState.playbackState.getTransition(),i=this.params.desiredState.seekState.getState();if(this.log({message:`[syncPlayback] videoState: ${e}; videoTransition: ${JSON.stringify(t)}; desiredPlaybackState: ${n}; seekState: ${JSON.stringify(i)};`}),n===`stopped`){e!==`stopped`&&(this.videoState.startTransitionTo(`stopped`),this.dash.destroy(),this.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(xo.includes(e)&&(a||o)){this.prepare();return}if(r?.to!==`paused`&&i.state===`requested`&&bo.includes(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(D(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`){I({m:`dlp.sync.1`}),this.videoState.startTransitionTo(`playing`);let e=r?.from;e&&e===`ready`&&(I({m:`dlp.sync.2`}),this.dash.catchUp()),I({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(D(this.params.source.url,e))}return;default:return Ki(e)}};isSeekOffsetSupported(){return this.params.tuning.live.disableLiveSeekWithoutOffsetMarker?ge(this.params.source.url):!0}}var Co=So;import{filter as wo,filterChanged as To,isNonNullable as Eo}from"@vkontakte/videoplayer-shared";import{assertNever as Do,assertNonNullable as Oo,debounce as ko,ErrorCategory as Ao,filter as jo,filterChanged as Mo,fromEvent as No,isNonNullable as Po,isNullable as Fo,map as Io,mapTo as Lo,merge as Ro,observableFrom as zo,once as Bo,Subscription as Vo,throttle as Ho}from"@vkontakte/videoplayer-shared";import{videoSizeToQuality as Uo}from"@vkontakte/videoplayer-shared";var Wo=({id:e,width:t,height:n,bitrate:r,fps:i,quality:a,streamId:o,tvDisabled:s})=>{let c=(a?ur(a):void 0)??Uo({width:t,height:n});return c&&{id:e,quality:c,bitrate:r,size:{width:t,height:n},fps:i,streamId:o,tvDisabled:s}},Go=({id:e,bitrate:t})=>({id:e,bitrate:t}),Ko=({language:e,label:t},{id:n,url:r,isAuto:i})=>({id:n,url:r,isAuto:i,type:`internal`,language:e,label:t}),qo=({language:e,label:t,id:n,url:r,isAuto:i})=>({id:n,url:r,isAuto:i,type:`internal`,language:e,label:t}),Jo=({id:e,language:t,label:n,codecs:r,isDefault:i,channels:a})=>({id:e,language:t,label:n,codec:r.split(`.`).at(0),isDefault:i,channels:a}),Yo=({id:e,language:t,label:n,hdr:r,codecs:i})=>({id:e,language:t,hdr:r,label:n,codec:i.split(`.`).at(0)}),Xo=e=>e.type===`template`;import{isNullable as Zo,now as Qo,once as $o,Subscription as es,ValueSubject as ts,isNonNullable as ns,safeStorage as rs,filterChanged as is}from"@vkontakte/videoplayer-shared";var as=(e,t,n)=>n*t+(1-n)*e,os=(e,t)=>e.reduce((e,t)=>e+t,0)/t,ss=(e,t,n,r)=>{let i=0,a=n,o=os(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},cs=`stalls_manager_metrics`,ls=`stalls_manager_abr_params`,us=`stalls_manager_default_tuning_abr_params`;class ds{currentStallDuration$;videoLastDataObtainedTimestamp$;throughput$;rtt$;tuning;abrParams;duration;isSeeked$=new ts(!1);isBuffering$=new ts(!1);isPaused=!1;maxQualityLimit=void 0;lastUniqueVideoTrackSelected;currentStallsCount=0;sumStallsDuration=0;lastStallDuration=0;providerStartWatchingTimestamp=0;lastUniqueVideoTrackSelectedTimestamp=0;predictedThroughputWithoutData=0;qualityRestrictionTimer;subscription=new es;severeStallOccurred$=new ts(!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(ls):{};return{...this.abrParams,...e}}set lastVideoTrackSelected(e){this.lastUniqueVideoTrackSelected?.id!==e.id&&(this.lastUniqueVideoTrackSelected=e,this.lastUniqueVideoTrackSelectedTimestamp=Qo(),this.currentStallsCount=0)}destroy(){k.clearTimeout(this.qualityRestrictionTimer),this.subscription.unsubscribe(),this.currentStallDuration$.getValue()!==0&&this.updateStallData();let e=(Qo()-this.providerStartWatchingTimestamp-this.sumStallsDuration)/1e3,t=this.sumStallsDuration;this.addStallInfoToHistory(e,t),this.updateStoredAbrParams()}resetStoredAbrParamsIfNeeded(){let{bitrateFactorAtEmptyBuffer:e,bitrateFactorAtFullBuffer:t,containerSizeFactor:n}={...this.getStoredData(us)},{bitrateFactorAtEmptyBuffer:r,bitrateFactorAtFullBuffer:i,containerSizeFactor:a}={...this.abrParams};this.tuning.enabled&&e===r&&t===i&&n===a||(this.removeStoredData(ls),this.setStoredData(us,{bitrateFactorAtEmptyBuffer:r,bitrateFactorAtFullBuffer:i,containerSizeFactor:a}))}updateStoredAbrParams(){let e=[],t=this.getStoredData(cs,`[]`);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(cs,[]),this.setStoredData(ls,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(rs.get(e)??t)}setStoredData(e,t){rs.set(e,JSON.stringify(t))}removeStoredData(e){rs.remove(e)}addStallInfoToHistory(e,t){if(e<this.tuning.minTvtToBeCounted||e>this.tuning.maxTvtToBeCounted||e*1e3<t)return;let n=this.getStoredData(cs,`[]`),r=t/e,i={tvt:e,stallsDuration:t,stallsDurationPerTvt:r,stallsDurationPerTvtSmoothed:n.length?as(n[n.length-1].stallsDurationPerTvtSmoothed,t/e,this.tuning.emaAlpha):r};n.push(i),n.length>this.tuning.stallsMetricsHistoryLength&&n.shift(),this.setStoredData(cs,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($o()).subscribe(e=>this.providerStartWatchingTimestamp=Qo())),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(is()).subscribe(e=>{let{stallDurationNoDataBeforeQualityDecrease:t,stallCountBeforeQualityDecrease:n,resetQualityRestrictionTimeout:r,ignoreStallsOnSeek:i}=this.tuning;if(Zo(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=Qo(),l=n&&this.currentStallsCount>=n,u=t&&c-this.lastUniqueVideoTrackSelectedTimestamp>=t+a&&c-s>=t+a&&e>=t;(l||u)&&(this.severeStallOccurred$.next(!0),k.clearTimeout(this.qualityRestrictionTimer),this.maxQualityLimit=this.lastUniqueVideoTrackSelected.quality,ns(this.lastUniqueVideoTrackSelected.bitrate)&&o>this.lastUniqueVideoTrackSelected.bitrate&&(this.predictedThroughputWithoutData=this.lastUniqueVideoTrackSelected.bitrate)),!e&&Qo()-this.providerStartWatchingTimestamp>this.lastStallDuration&&(this.updateStallData(),this.severeStallOccurred$.next(!1),k.clearTimeout(this.qualityRestrictionTimer),this.qualityRestrictionTimer=k.setTimeout(()=>{this.maxQualityLimit=void 0,this.predictedThroughputWithoutData=0},r)),this.lastStallDuration=e}))}}var fs=ds;import{combine as ps,map as ms,observeElementSize as hs,Subscription as gs,ValueSubject as _s,noop as vs}from"@vkontakte/videoplayer-shared";class ys{subscription=new gs;pipSize$=new _s(void 0);videoSize$=new _s(void 0);elementSize$=new _s(void 0);pictureInPictureWindowRemoveEventListener=vs;connect({observableVideo:e,video:t}){let n=e=>{let t=e.target;this.pipSize$.next({width:t.width,height:t.height})};this.subscription.add(hs(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(ps({videoSize:this.videoSize$,pipSize:this.pipSize$,inPip:e.inPiP$}).pipe(ms(({videoSize:e,inPip:t,pipSize:n})=>t?n:e)).subscribe(this.elementSize$))}getValue(){return this.elementSize$.getValue()}subscribe(e,t){return this.elementSize$.subscribe(e,t)}getObservable(){return this.elementSize$}destroy(){this.pictureInPictureWindowRemoveEventListener(),this.subscription.unsubscribe()}}import{filter as bs,map as xs,once as Ss}from"@vkontakte/videoplayer-shared";var Cs=({subscription:e,desiredState:t,videoElement$:n,observableVideo:r})=>{if(!A.browser.isSafari)return;let i=0,a=!1;e.add(t.volume.stateChangeStarted$.pipe(xs(()=>{let e=t.volume.getTransition(),r=n.getValue();return!r||!e?!1:!e.to.muted&&r.muted}),bs(e=>!!e),Ss()).subscribe(()=>{i=performance.now(),a=!0})),e.add(r.playbackRateState$.pipe(bs(()=>a),Ss()).subscribe(()=>{let e=n.getValue(),r=t.playbackRate.getState();e&&r!==e.playbackRate&&performance.now()-i<1e3&&(e.playbackRate=r)}))};import{filterChanged as ws,isNonNullable as Ts,isNullable as Es,now as Ds,once as Os,Subscription as ks,ValueSubject as As}from"@vkontakte/videoplayer-shared";class js{currentStallDuration$=new As(0);videoLastDataObtainedTimestamp$=new As(0);isSeeked$=new As(!1);rtt$=new As(0);tuning;lastUniqueVideoTrackSelectedTimestamp=0;lastUniqueVideoTrackSelected;providerStartWatchingTimestamp=0;tracer;severeStallTracer=null;severeStallStartedAt=0;subscription=new ks;severeStallOccurred$=new As(!1);totalStallsCount$=new As(0);currentVideoTrackStallsCount$=new As(0);sumStallsDuration$=new As(0);lastStallDuration$=new As(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(Os()).subscribe(e=>this.providerStartWatchingTimestamp=Ds())),this.subscription.add(e.lastVideoTrackSelected$.subscribe(e=>{Ts(e)&&this.lastUniqueVideoTrackSelected?.id!==e.id&&(this.lastUniqueVideoTrackSelected=e,this.lastUniqueVideoTrackSelectedTimestamp=Ds(),this.currentVideoTrackStallsCount$.next(0))})),this.subscription.add(this.currentStallDuration$.pipe(ws()).subscribe(e=>{let{stallDurationNoDataBeforeQualityDecrease:t,stallCountBeforeQualityDecrease:n,ignoreStallsOnSeek:r}=this.tuning;if(Es(this.lastUniqueVideoTrackSelected)||r&&this.isSeeked$.getValue())return;let i=this.rtt$.getValue(),a=this.videoLastDataObtainedTimestamp$.getValue(),o=Ds(),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&&Ds()-this.providerStartWatchingTimestamp>this.lastStallDuration$.getValue()&&this.updateStallData(),e||this.severeStallOccurred$.next(!1),this.lastStallDuration$.next(e)})),this.subscription.add(this.severeStallOccurred$.pipe(ws()).subscribe(e=>{e?this.startSevereStallTracer():this.endSevereStallTracer()}))}destroy(){this.subscription.unsubscribe(),this.currentStallDuration$.getValue()!==0&&this.updateStallData(),this.endSevereStallTracer()}startSevereStallTracer(){this.severeStallStartedAt=Ds(),this.severeStallTracer=this.tracer.createComponentTracer(`severeStallOccurred`),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:Ds()-this.lastUniqueVideoTrackSelectedTimestamp,rtt:this.rtt$.getValue()})}endSevereStallTracer(){Es(this.severeStallTracer)||(this.severeStallTracer.log(`end`,{duration:Ds()-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.log(`data`,{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()}}}import{isInvariantQuality as Ms,isNonNullable as Ns,isNullable as Ps,Subscription as Fs,ValueSubject as Is}from"@vkontakte/videoplayer-shared";import{isNonNullable as Ls}from"@vkontakte/videoplayer-shared";class Rs extends Wr{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&&Ls(r)?r:1,l=c*Nr(a??.5,s.bitrateAudioFactorAtEmptyBuffer,s.bitrateAudioFactorAtFullBuffer);for(let s of t)if(!(Ls(o)&&isFinite(o)&&Ls(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 zs extends Si{constructor(e){super(e),this.name=`min_audio_for_video_rule`}execute(e){let{audioTracksAsc:t,lastVideoTrackSelected:n,videoTracksAsc:r,tuning:i}=e,a=Pr(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 Bs{static createRule(e,t=Kr(1)){switch(e){case`throughput_rule`:return new Rs(t);case`min_audio_for_video_rule`:return new zs(t)}}}var Vs=Kr(1),Hs={},Us={},Ws=(e,t)=>(t?Hs:Us)[e]??Vs;class Gs{stallsController=new js;videoAbrController=new Rr;audioAbrController=new Rr;subscription=new Fs;lastVideoTrackSelected$=new Is(void 0);lastAudioTrackSelected$=new Is(void 0);context;phaseController;allVideoRules=[];tracer;init(e){this.context={...this.context,...e},this.tracer=e.tracer.createComponentTracer(`AbrManager`),this.initVideoElementAbrContext(),this.stallsController.init({...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 qr(this.context.isSeeked$);for(let e of t){let t=Hi.createRule(e,Ws(e,!0));this.allVideoRules.push(t)}n.push(...this.allVideoRules)}else for(let e of t)n.push(Hi.createRule(e,Ws(e,!1)));let r=this.context.tuning.dash.abrAudioRules.map(e=>Bs.createRule(e)),i={...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)}getAudioReserve(){let e=this.lastVideoTrackSelected$.getValue();return Fr(this.context.forwardVideoBufferRepresentations,e)??Fr(this.context.forwardVideoBufferRepresentations,this.context.currentVideoTrack)??0}autoSelectTrack(e){let t=Pr(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.getAudioReserve(),currentVideoTrack:this.context.currentVideoTrack,lastVideoTrackSelected:this.lastVideoTrackSelected$.getValue(),throughputVariance:0}),e===`audio`){let e=this.lastAudioTrackSelected$.getValue();if(this.context.isAuto&&Ns(e)&&this.context.audioTracksAsc?.includes(e)&&Ir(this.context.remainingDurationMs,this.context.mpdSegmentDurationMs))return e;let t=this.audioAbrController.autoSelectTrack();return Ns(t)&&this.lastAudioTrackSelected$.next(t),t}let r=this.context.desiredVideoTrack;if(this.context.isAuto||Ps(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{let e=this.lastVideoTrackSelected$.getValue();r=Ns(e)&&Ir(this.context.remainingDurationMs,this.context.mpdSegmentDurationMs)?e: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 Is(!1);this.subscription.add($a(this.context.element,{threshold:this.context.tuning.autoTrackSelection.activeVideoAreaThreshold}).subscribe(e));let t=cr(this.context.element);this.subscription.add(()=>t?.destroy());let n;this.context.element instanceof HTMLVideoElement&&(n=new ys,n.connect({video:this.context.element,observableVideo:t})),this.context={...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=>!Ms(e.quality));this.context.videoTracksAsc=[...t].sort(kr(1)),this.context.videoTracksDesc=[...t].sort(kr(-1))}this.isTracksDifferent(t,i,a)&&(this.audioAbrController.historyReset(),this.context.audioTracksAsc=[...t].sort(Or(1)),this.context.audioTracksDesc=[...t].sort(Or(-1)))}isTracksDifferent(e,t=[],n=[]){let r=!1;for(let i of e)(Ps(t.find(e=>i.id===e.id))||Ps(n.find(e=>i.id===e.id)))&&(r=!0);return t.length!==e.length&&n.length!==e.length||r}}class Ks{subscription=new Vo;volumeSubscription=new Vo;videoState=new Ft(`stopped`);allocation;observableVideo=null;player;params;tracer;textTracksManager=null;droppedFramesManager=new Ja;stallsManager=new fs;elementSizeManager=new ys;abrManager=new Gs;videoTracksMap=new Map;audioTracksMap=new Map;textTracksMap=new Map;videoStreamsMap=new Map;audioStreamsMap=new Map;constructor(e){e.tuning.disableSubtitles||(this.textTracksManager=new Bn(e.source.url)),this.params=e,this.allocation=yo(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(Gi(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;Fo(this.observableVideo)&&(this.observableVideo=cr(this.allocation.target),this.subscription.add(()=>this.observableVideo?.destroy()));let n=this.constructor.name,r=t=>{e.error$.next({id:n,category:Ao.WTF,message:`${n} internal logic error`,thrown:t})};return{output:e,desiredState:t,observableVideo:this.observableVideo,genericErrorListener:r,connect:(e,t)=>this.subscription.add(e.subscribe(t,r))}}subscribe(){let{output:e,desiredState:t,observableVideo:n,genericErrorListener:r,connect:i}=this.getProviderSubscriptionInfo(),a=this.allocation.video;a&&this.subscription.add(this.params.output.availableVideoTracks$.pipe(jo(e=>!!e.length),Bo()).subscribe(e=>{this.droppedFramesManager.connect({logger:this.params.dependencies.logger,video:a,droppedFramesChecker:this.params.tuning.droppedFramesChecker,isAuto:this.params.desiredState.autoVideoTrackSwitching,playing$:n.playing$,pause$:n.pause$,tracks:e})}));let o=this.params.desiredState.seekState.stateChangeEnded$.pipe(Io(e=>e.to.state!==`none`),Mo());this.abrManager.init({isSeeked$:o,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$:o,currentStallDuration$:this.player.currentStallDuration$,videoLastDataObtainedTimestamp$:this.player.videoLastDataObtainedTimestamp$,throughput$:this.params.dependencies.throughputEstimator.throughput$,rtt$:this.params.dependencies.throughputEstimator.rtt$,tuning:this.params.tuning.stallsManager,abrParams:this.params.tuning.autoTrackSelection,isBuffering$:n.isBuffering$,looped$:n.looped$,playing$:n.playing$,pause$:n.pause$,duration:this.allocation.target.duration}),i(n.ended$,e.endedEvent$),i(n.looped$,e.loopedEvent$),i(n.error$,e.error$),i(n.isBuffering$,e.isBuffering$),i(n.currentBuffer$,e.currentNativeVideoBuffer$),i(this.player.nativeAudioBufferLength$,e.currentNativeAudioBuffer$),i(n.totalBufferDuration$,e.totalBufferDuration$),i(n.bufferRangeCount$,e.bufferRangeCount$),i(n.playing$,e.firstFrameEvent$),i(n.playedTime$,e.playedTime$),i(n.inPiP$,e.inPiP$),i(n.inFullscreen$,e.inFullscreen$),i(n.loadedMetadata$,e.loadedMetadataEvent$),i(Ro(n.canplay$,this.player.currentVideoBuffer$.pipe(jo(e=>e.to>0))).pipe(Bo(),Lo(void 0)),e.canplay$),i(this.player.error$,e.error$),i(this.player.fetcherRecoverableError$,e.fetcherRecoverableError$),i(this.player.fetcherError$,e.fetcherError$),i(this.player.updateDurationError$,e.updateDurationError$),i(this.player.videoLastDataObtainedTimestamp$,e.videoLastDataObtainedTimestamp$),i(this.player.lastConnectionType$,e.httpConnectionType$),i(this.player.lastConnectionReused$,e.httpConnectionReused$),i(this.player.lastConnectionMetrics$,e.httpConnectionMetrics$),i(this.player.lastDownloadMetrics$,e.httpDownloadMetrics$),i(this.player.isLive$,e.isLive$),i(this.player.currentVideoBuffer$,e.currentVideoBuffer$),i(this.player.currentAudioBuffer$,e.currentAudioBuffer$),i(this.player.lastRequestFirstBytes$.pipe(jo(Po),Bo()),e.firstBytesEvent$),i(this.stallsManager.severeStallOccurred$,e.severeStallOccurred$),i(this.videoState.stateChangeEnded$.pipe(Io(e=>e.to)),this.params.output.playbackState$),this.subscription.add(n.looped$.subscribe(()=>this.player.warmUpMediaSourceIfNeeded(),r)),this.subscription.add(n.seeked$.subscribe(e.seekedEvent$,r)),this.subscription.add(Nn(this.allocation.target,t.isLooped,r)),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),r)):this.volumeSubscription.add(n.volumeState$.subscribe(this.params.output.volume$,r))})),Cs({subscription:this.subscription,desiredState:t,videoElement$:this.params.output.element$,observableVideo:n}),this.subscription.add(Pn(this.allocation.target,t.volume,n.volumeState$,r,{skipVideoElVolumeSync$:this.params.skipVideoElVolumeSync$})),this.subscription.add(Fn(this.allocation.target,t.playbackRate,n.playbackRateState$,r)),this.allocation.video&&this.elementSizeManager.connect({video:this.allocation.video,observableVideo:n}),i($a(this.allocation.target,{threshold:this.params.tuning.autoTrackSelection.activeVideoAreaThreshold}),e.elementVisible$),this.subscription.add(n.playing$.subscribe(()=>{this.videoState.setState(`playing`),O(t.playbackState,`playing`)},r)).add(n.pause$.subscribe(()=>{this.videoState.setState(`paused`),O(t.playbackState,`paused`)},r)).add(n.canplay$.subscribe(()=>{this.videoState.getState()===`playing`&&this.playIfAllowed()},r)),this.params.tuning.changePlaybackStateToPausedWhenEnded&&this.subscription.add(n.ended$.subscribe(()=>{this.videoState.setState(`paused`),O(t.playbackState,`paused`)})),this.subscription.add(this.player.manifestRequested.subscribe(this.params.output.manifestRequested$)).add(this.player.manifestReceived.subscribe(this.params.output.manifestReceived$)).add(this.player.firstBytesRequested.subscribe(this.params.output.firstBytesRequested$)).add(this.player.firstBytesReceived.subscribe(this.params.output.firstBytesReceived$)),this.subscription.add(this.player.state$.stateChangeEnded$.subscribe(({to:e})=>{if(e===`manifest_ready`){this.videoTracksMap=new Map,this.audioTracksMap=new Map,this.textTracksMap=new Map;let e=this.player.getStreams(),t=this.player.getCodecs();if(Oo(e,`Manifest not loaded or empty`),!this.params.tuning.isAudioDisabled){let t=[];for(let n of e.audio){t.push(Jo(n));let e=[];for(let t of n.representations){let r=Go(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(Yo(t));let e=[];for(let n of t.representations){let r=Wo({...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=Ko(t,e);this.textTracksMap.set(n,{stream:t,representation:e})}this.params.output.availableVideoTracks$.next(Array.from(this.videoTracksMap.keys())),this.params.output.availableAudioTracks$.next(Array.from(this.audioTracksMap.keys())),this.params.output.isAudioAvailable$.next(!!this.audioTracksMap.size),t?.video&&this.params.output.availableVideoCodecs$.next(t.video),t?.audio&&this.params.output.availableAudioCodecs$.next(t.audio),this.audioTracksMap.size&&this.textTracksMap.size&&this.params.desiredState.internalTextTracks.startTransitionTo(Array.from(this.textTracksMap.keys()))}else e===`representations_ready`&&(this.videoState.setState(`ready`),this.player.initBuffer())},r));let s=Ro(this.player.currentStallDuration$,this.player.state$.stateChangeEnded$,t.videoTrack.stateChangeStarted$,t.autoVideoTrackSwitching.transitionStarted$,this.params.dependencies.throughputEstimator.rttAdjustedThroughput$,t.autoVideoTrackLimits.stateChangeStarted$,this.elementSizeManager.getObservable(),this.params.output.elementVisible$,this.droppedFramesManager.onDroopedVideoFramesLimit$,No(this.allocation.target,`progress`)).pipe(jo(()=>this.videoTracksMap.size>0||this.params.tuning.audioOnly&&this.audioTracksMap.size>0)),{abrThrottle:c}=this.params.tuning.dash;c&&(s=s.pipe(Ho(c))),this.subscription.add(s.subscribe(async()=>{let e=this.player.state$.getState(),n=this.player.state$.getTransition(),r=t.autoVideoTrackSwitching.getState()?`lazy`:`default`,i=t.audioStream.getTransition()?`force`:`default`;if(e!==`manifest_ready`&&e!==`running`||n)return;t.autoVideoTrackSwitching.getTransition()&&t.autoVideoTrackSwitching.setState(t.autoVideoTrackSwitching.getState());let a=this.selectVideoAudioRepresentations();if(!a){if(this.params.tuning.audioOnly&&this.audioStreamsMap.size){let[,[t]]=this.audioStreamsMap.entries().next().value;e===`manifest_ready`&&await this.player.initRepresentations(void 0,t.id,this.params.sourceHls)}return}let[o,s]=a,c=[...this.videoTracksMap.keys()].find(e=>this.videoTracksMap.get(e)?.representation.id===o.id);Po(c)&&(this.stallsManager.lastVideoTrackSelected=c);let l=this.params.desiredState.autoVideoTrackLimits.getTransition();l&&this.params.output.autoVideoTrackLimits$.next(l.to),e===`manifest_ready`?await this.player.initRepresentations(o.id,s?.id,this.params.sourceHls):(await this.player.switchRepresentation(`video`,o.id,r),s&&await this.player.switchRepresentation(`audio`,s.id,i))},r)),this.subscription.add(this.player.currentVideoRepresentation$.pipe(Mo()).subscribe(t=>{let n=[...this.videoTracksMap.entries()].find(([,{representation:e}])=>e.id===t);if(!n){e.currentVideoTrack$.next(void 0),e.currentVideoStream$.next(void 0);return}let[r,{stream:i}]=n,a=this.params.desiredState.videoStream.getTransition();a&&a.to&&a.to.id===i.id&&this.params.desiredState.videoStream.setState(a.to),e.currentVideoTrack$.next(r),e.currentVideoStream$.next(Yo(i))},r)),this.subscription.add(this.player.currentAudioRepresentation$.pipe(Mo()).subscribe(t=>{let n=[...this.audioTracksMap.entries()].find(([,{representation:e}])=>e.id===t);if(!n){e.currentAudioStream$.next(void 0);return}let[r,{stream:i}]=n,a=this.params.desiredState.audioStream.getTransition();a&&a.to&&a.to.id===i.id&&this.params.desiredState.audioStream.setState(a.to),e.currentAudioStream$.next(Jo(i))},r)),this.subscription.add(this.player.currentVideoSegmentLength$.subscribe(e.currentVideoSegmentLength$,r)),this.subscription.add(this.player.currentAudioSegmentLength$.subscribe(e.currentAudioSegmentLength$,r)),this.allocation.video&&this.textTracksManager?.connect(this.allocation.video,t,e);let l=t.playbackState.stateChangeStarted$.pipe(Io(({to:e})=>e===`ready`),Mo());this.subscription.add(Ro(l,t.autoVideoTrackSwitching.stateChangeStarted$,this.player.state$.stateChangeEnded$,n.currentBuffer$,zo([`init`])).subscribe(()=>this.syncBufferTarget())),this.subscription.add(Ro(l,this.player.state$.stateChangeEnded$,zo([`init`])).subscribe(()=>this.player.setPreloadOnly(t.playbackState.getState()===`ready`)));let u=Ro(t.playbackState.stateChangeStarted$,t.videoTrack.stateChangeStarted$,t.seekState.stateChangeEnded$,this.videoState.stateChangeEnded$,zo([`init`])).pipe(ko(0));this.subscription.add(u.subscribe(this.syncPlayback,r))}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{desiredState:e,output:t}=this.params,n=e.autoVideoTrackSwitching.getState(),r=e.videoTrack.getState()?.id,i=[...this.videoTracksMap.keys()].find(({id:e})=>e===r),a=t.currentVideoTrack$.getValue(),o=e.videoStream.getState()??(i&&this.videoTracksMap.get(i)?.stream)??this.videoStreamsMap.size===1?this.videoStreamsMap.keys().next().value:void 0;if(!o)return;let s=[...this.videoStreamsMap.keys()].find(({id:e})=>e===o.id),c=s&&this.videoStreamsMap.get(s);if(!c)return;let l=this.player.bufferLength$.getValue(),u;u=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:n?this.params.tuning.dash.forwardBufferTargetAuto:this.params.tuning.dash.forwardBufferTargetManual;let d=(this.allocation.target.duration*1e3||1/0)-this.allocation.target.currentTime*1e3,f=Math.min(l/Math.min(u,d||1/0),1),p=e.audioStream.getState()??(this.audioStreamsMap.size===1?this.audioStreamsMap.keys().next().value:void 0),m=[...this.audioStreamsMap.keys()].find(({id:e})=>e===p?.id)??this.audioStreamsMap.keys().next().value,h=this.player.isLive$.getValue(),g=this.allocation.target.duration*1e3,_=!h&&Number.isFinite(g)&&g>0?Math.max(0,g-this.allocation.target.currentTime*1e3):void 0,v=this.params.tuning.dash.useAbrPhases?{videoSegmentLoadProgress:this.player.getActiveVideoSegmentProgress()}:{};this.abrManager.updateContext({isAuto:n,isLive:h,remainingDurationMs:_,mpdSegmentDurationMs:this.player.getMpdVideoSegmentDuration(),videoTracks:c,audioTracks:m?this.audioStreamsMap.get(m)??[]:[],currentVideoTrack:a,desiredVideoTrack:i,limits:this.params.desiredState.autoVideoTrackLimits.getState(),forwardBufferHealth:f,forwardBufferDuration:l,forwardVideoBufferRepresentations:this.player.getForwardBufferRepresentations(`video`),forwardAudioBufferRepresentations:this.player.getForwardBufferRepresentations(`audio`),...v});let y=this.abrManager.autoSelectTrack(`video`),b=m&&this.abrManager.autoSelectTrack(`audio`),x=this.videoTracksMap.get(y)?.representation,S=b&&this.audioTracksMap.get(b)?.representation;if(x&&S)return[x,S];if(x&&!S&&this.audioTracksMap.size===0)return[x,void 0]}prepare(e=0){this.player.initManifest(this.allocation.target,this.params.source.url,e)}syncPlayback=()=>{let e=this.videoState.getState(),t=this.params.desiredState.playbackState.getState(),n=this.params.desiredState.playbackState.getTransition(),r=this.params.desiredState.seekState.getState();if(!this.videoState.getTransition()){if(r.state===`requested`&&n?.to!==`paused`&&e!==`stopped`&&t!==`stopped`&&this.seek(r.position,r.forcePrecise),t===`stopped`){e!==`stopped`&&(this.videoState.startTransitionTo(`stopped`),this.player.stop(),this.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`),O(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`),O(this.params.desiredState.playbackState,`paused`)):t===`playing`?(this.videoState.startTransitionTo(`playing`),this.playIfAllowed()):n?.to===`ready`&&O(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`&&O(this.params.desiredState.playbackState,`playing`);return;case`paused`:t===`playing`?(this.videoState.startTransitionTo(`playing`),this.playIfAllowed()):n?.to===`paused`&&O(this.params.desiredState.playbackState,`paused`);return;default:return Do(e)}}};playIfAllowed(){let e=la(this.allocation.target,()=>{this.params.output.soundProhibitedEvent$.next()}),t=e=>{e||(this.videoState.setState(`paused`),O(this.params.desiredState.playbackState,`paused`,!0))},n=e=>{this.params.output.error$.next({id:`ForcePlay`,message:`play() failed even with workarounds`,category:Ao.DOM,thrown:e})};this.params.tuning.ignoreForcePlayResultWhenProviderChanged?this.subscription.add(zo(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),mn(this.allocation.target,this.params.tuning),this.tracer.end()}}import{AbortControllerPolyfilled as qs}from"@vkontakte/videoplayer-shared";import{ErrorCategory as Js}from"@vkontakte/videoplayer-shared";var Ys=e=>{if(!e)return{id:`EmptyResponse`,category:Js.PARSER,message:`Empty response`};if(e.length<=2&&e.match(/^\d+$/))return{id:`UVError#${e}`,category:Js.NETWORK,message:`UV Error ${e}`};let t=e.trimStart().substring(0,100).toLowerCase();if(t.startsWith(`<!doctype`)||t.startsWith(`<html>`)||t.startsWith(`<body>`)||t.startsWith(`<head>`))return{id:`UnexpectedHTML`,category:Js.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:Js.PARSER,message:`XML parsing error`}:{id:`XMLParserLogicError`,category:Js.PARSER,message:`Response is valid XML, but parser failed`}};import{abortable as Xs,assertNonNullable as Zs,ErrorCategory as Qs,ErrorOrigin as $s,filter as ec,filterChanged as tc,flattenObject as nc,fromEvent as rc,getTraceSubscriptionMethod as ic,getWindow as ac,interval as oc,isNonNullable as L,isNullable as sc,map as cc,merge as lc,nowInt as uc,Subject as dc,Subscription as fc,SubscriptionRemovable as pc,ValueSubject as R}from"@vkontakte/videoplayer-shared";import{AbortControllerPolyfilled as mc}from"@vkontakte/videoplayer-shared";import{fetchPolyfilled as hc}from"@vkontakte/videoplayer-shared";var gc=e=>{let t=new URL(e);return t.searchParams.set(`quic`,`1`),t.toString()},_c=e=>{let t=e.get(`X-Delivery-Type`),n=e.get(`X-Reused`);return{type:t===null?`http1`:t??void 0,reused:n===null?void 0:{1:!0,0:!1}[n]??void 0}};import{abortable as vc,assertNever as yc,ErrorCategory as bc,flattenObject as xc,fromEvent as Sc,getWindow as Cc,isNonNullable as wc,merge as Tc,now as Ec,Subject as Dc,Subscription as Oc,suppressAbort as kc,ValueSubject as Ac,videoQualityToHeight as jc,VideoQuality as Mc,isAbortError as Nc}from"@vkontakte/videoplayer-shared";var Pc=e=>{let t=new URL(e);return t.searchParams.set(`enable-subtitles`,`yes`),t.toString()};import{ErrorCategory as Fc,ErrorOrigin as Ic}from"@vkontakte/videoplayer-shared";var Lc=new Set([2,3,4,5,6,9,19]),Rc=new Set([1,8,18,21]),zc=new Set([10,11,12,13,14,15,16]),Bc=({txtCode:e,error$:t,recoverableError$:n,httpCode:r})=>{let i=parseInt(e);if(isNaN(i))return;let a={...Vc(i),httpCode:r,UVBackendErrorCode:e};if(Lc.has(i)){t.next({...a,category:Fc.NETWORK,origin:Ic.SegmentFetcher});return}if(Rc.has(i)){n.next({...a,category:Fc.FATAL,origin:Ic.SegmentFetcher,canBeRecoverable:!0});return}if(zc.has(i)){t.next({...a,category:Fc.FATAL,origin:Ic.SegmentFetcher});return}},Vc=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 Hc(e)}};function Hc(e){return{id:`GeneralVideoDataFetchError`,message:`Generic video data fetch error (${e})`}}import{devNull as Uc,getWindow as Wc}from"@vkontakte/videoplayer-shared";var Gc=`vk_player_cached_fetches`,Kc=[`fromCache`,`expires`,`sig`],qc=300*1e3,Jc=`x-cache-expires`,Yc=async e=>{let t=Zc(e),n=await Wc().caches.open(Gc);return{get:async()=>{let e=await n.match(t);return e&&!Qc(e)?(Uc.push(`core`,{key:`videoplayer_url_cache`,strings:[`cache_hit`]}),e):(e&&(await n.delete(t),Uc.push(`core`,{key:`videoplayer_url_cache`,strings:[`cache_missed`,`expired`]})),null)},set:async r=>{await n.put(t,$c(r,e))}}};function Xc(){return typeof caches<`u`}function Zc(e){try{let t=new URL(e);return t.hostname=`cache.local`,Kc.forEach(e=>t.searchParams.delete(e)),t.toString()}catch{return e}}function Qc(e){let t=e.headers.get(Jc);if(!t)return!0;let n=Number(t);return isNaN(n)||n<=Date.now()}function $c(e,t){let n=e.clone();return new Response(n.body,{status:n.status,statusText:n.statusText,headers:new Headers({...Array.from(n.headers.entries()),[Jc]:el(t).toString()})})}function el(e){try{let t=new URL(e).searchParams.get(`expires`);if(t&&!isNaN(Number(t)))return Number(t)}catch{return 0}return Date.now()+qc}class tl{throughputEstimator;requestQuic;tracer;manifestRequested=new Dc;manifestReceived=new Dc;firstBytesRequested=new Dc;firstBytesReceived=new Dc;lastConnectionType$=new Ac(void 0);lastConnectionReused$=new Ac(void 0);lastRequestFirstBytes$=new Ac(void 0);lastConnectionMetrics$=new Ac(void 0);lastDownloadMetrics$=new Ac(void 0);recoverableError$=new Dc;error$=new Dc;abortAllController=new mc;subscription=new Oc;compatibilityMode;useEnableSubtitlesParam;useUrlCacheMechanism;measureNonSegmentRequests;measureFastSamples;cacheHitTtfbMaxMs;preloadFirstSegment;maxQualityForFirstSegmentPreload;startupPhase=!0;performanceObserver=null;pendingConnectionMetrics=new Map;handleExtendedNetworkErrorsSet=!1;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,cacheHitTtfbMaxMs:l=10,preloadFirstSegment:u=!1,maxQualityForFirstSegmentPreload:d=Mc.Q_480P}){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.cacheHitTtfbMaxMs=l,this.preloadFirstSegment=u,this.maxQualityForFirstSegmentPreload=d,Cc().PerformanceObserver&&this.setupPerformanceObserver(),this.useUrlCacheMechanism=o}onHeadersReceived(e){let{type:t,reused:n}=_c(e);this.lastConnectionType$.next(t),this.lastConnectionReused$.next(n)}setupPerformanceObserver(){this.performanceObserver=new(Cc()).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 Cc().navigator))return`unknown`;let e=Cc().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:bc.WTF})}return null}trackRequestStart(e,t){let n=`${e}_${t}_${Math.random().toString(36).substr(2,9)}`;this.pendingConnectionMetrics.set(n,{url:e,startTime:t})}fetchManifest=vc(this.abortAllController.signal,async function*(e){let t=this.tracer.createComponentTracer(`FetchManifest`),n=e;this.requestQuic&&(n=gc(n)),!this.compatibilityMode&&this.useEnableSubtitlesParam&&(n=Pc(n)),this.trackRequestStart(n,performance.now());let r=Ec();this.manifestRequested.next();let i=!1,a=yield this.doFetch(n,{signal:this.abortAllController.signal},{onCacheHit:()=>{i=!0},tracer:t}).catch(kc);if(a){let o=Ec();t.log(`success`,xc({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=await 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=Ec();this.throughputEstimator?.addRawSpeed(c,e-r)}return l}else return t.error(`error`,xc({url:n,message:`No data in request manifest`})),t.end(),null}.bind(this));fetch=vc(this.abortAllController.signal,async 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,Cc().location.href);e.searchParams.append(`bytes`,`${n.from}-${n.to}`),d=e.toString();break}default:yc(t)}this.requestQuic&&(d=gc(d));let m=this.abortAllController.signal,h;if(a){let e=new mc;if(h=Tc(Sc(this.abortAllController.signal,`abort`),Sc(a,`abort`)).subscribe(()=>{try{e.abort()}catch(e){kc(e)}}),this.subscription.add(h),this.abortAllController.signal.aborted||a.aborted)try{e.abort()}catch(e){kc(e)}m=e.signal}let g=0,_=Ec();p.log(`startRequest`,xc({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(kc),b=Ec();if(!y)return p.error(`error`,{message:`No response in request`}),p.end(),h?.unsubscribe(),null;let x=y.status;p.log(`headersReceived`,xc({responseStatus:x,responseOk:y.ok,fromCache:v,contentLength:y.headers.get(`content-length`),contentRange:y.headers.get(`content-range`),headersReceivedAt:b}));let S=this.measureFastSamples&&v,C=this.measureFastSamples&&(v||this.isLikelyCacheHitByTtfb(b-_));if(S||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=Ec();if(this.measureNonSegmentRequests&&this.startupPhase&&!C){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={responseStatus:x,fromCache:v,requestStartedAt:_,requestEndedAt:t,duration:t-_};return p.log(`endRequest`,xc(n)),p.end(),h?.unsubscribe(),e}let ee=y.body;if(o&&!C){this.startupPhase=!1;let e;[ee,e]=y.body.tee(),this.throughputEstimator?.trackStream(e,s)}let w=ee.getReader(),T,E=parseInt(y.headers.get(`content-length`)??``,10);Number.isFinite(E)&&(T=E),!T&&n&&(T=n.to-n.from+1);let te=T?new Uint8Array(T):new Uint8Array,ne=!1,re=e=>{h?.unsubscribe(),ne=!0;let t=Ec(),n={responseStatus:x,fromCache:v,loaded:g,responseSize:T,requestStartedAt:_,requestEndedAt:t,duration:t-_};Nc(e)&&(n.name=e.name,n.message=e.message),p.error(`endRequest`,xc(n)),p.end(),kc(e)},ie=vc(m,async function*({done:e,value:t}){if(g===0&&(this.lastRequestFirstBytes$.next(Ec()-_),this.firstBytesReceived.next()),m.aborted){h?.unsubscribe();return}if(!e&&t){if(c&&T)te.set(t,g),g+=t.byteLength;else{let e=new Uint8Array(te.length+t.length);e.set(te),e.set(t,te.length),te=e,g+=t.byteLength}r?.(new DataView(te.buffer),g),yield w?.read().then(ie,re)}}.bind(this));yield w?.read().then(ie,re),h?.unsubscribe();let ae=Ec(),oe={responseStatus:x,fromCache:v,failed:ne,loaded:g,responseSize:T,requestStartedAt:_,requestEndedAt:ae,duration:ae-_};if(ne)return p.error(`endRequest`,xc(oe)),p.end(),null;if(g>0){let t=ae-_,n=g/(t/1e3)*8/1024,r={bytes:g,speed:n,url:e};this.lastDownloadMetrics$.next(r)}return p.log(`endRequest`,xc(oe)),p.end(),te.buffer}.bind(this));async fetchRepresentation(e,t,n,r=`auto`,i,a=`unknown`){let{type:o}=e;switch(o){case`byteRange`:return this.fetchByteRangeRepresentation(e,t,n,r,i,a)??null;case`template`:return this.fetchTemplateRepresentation(e,n,r,a)??null;default:yc(o)}}destroy(){this.abortAllController.abort(),this.subscription.unsubscribe(),this.performanceObserver&&=(this.performanceObserver.disconnect(),null),this.pendingConnectionMetrics.clear(),this.tracer.end()}fetchByteRangeRepresentation=vc(this.abortAllController.signal,async 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&&wc(e.firstSegmentLength)&&r===`high`&&(i??jc(Mc.Q_144P))<=jc(this.maxQualityForFirstSegmentPreload);p&&u&&wc(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=>({...e,networkStatus:`none`,bufferStatus:`none`})),b;if(p&&u&&wc(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}}.bind(this));fetchTemplateRepresentation=vc(this.abortAllController.signal,async 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=>({...e,networkStatus:`none`,bufferStatus:`none`,size:void 0}));return{initMetadata:null,initDataView:new DataView(a),segments:o}}.bind(this));isLikelyCacheHitByTtfb(e){let t=this.throughputEstimator?.rtt$.getValue()??0;return e<Math.min(Math.max(t*.5,2),this.cacheHitTtfbMaxMs)}async doFetch(e,t,n={}){let r;if(this.useUrlCacheMechanism&&n.urlCacheMechanismEnabled&&Xc()){r=await Yc(e);let t=await r.get();if(t)return n.onCacheHit?.(),t}let i=await hc(e,t);if(i.ok)return await r?.set(i),i;let a=await i.text();if(this.handleExtendedNetworkErrorsSet){n.tracer?.error(`doFetch error`,{txtCode:a,responseStatus:i.status}),Bc({txtCode:a,httpCode:i.status,error$:this.error$,recoverableError$:this.recoverableError$});return}let o=parseInt(a);if(!isNaN(o))switch(o){case 1:this.recoverableError$.next({id:`VideoDataLinkExpiredError`,message:`Video data links have expired`,category:bc.FATAL,httpCode:i.status,UVBackendErrorCode:a});break;case 8:this.recoverableError$.next({id:`VideoDataLinkBlockedForFloodError`,message:`Url blocked for flood`,category:bc.FATAL,httpCode:i.status,UVBackendErrorCode:a});break;case 18:this.recoverableError$.next({id:`VideoDataLinkIllegalIpChangeError`,message:`Client IP has changed`,category:bc.FATAL,httpCode:i.status,UVBackendErrorCode:a});break;case 21:this.recoverableError$.next({id:`VideoDataLinkIllegalHostChangeError`,message:`Request HOST has changed`,category:bc.FATAL,httpCode:i.status,UVBackendErrorCode:a});break;default:this.error$.next({id:`GeneralVideoDataFetchError`,message:`Generic video data fetch error (${o})`,category:bc.FATAL,httpCode:i.status,UVBackendErrorCode:a})}}}var nl=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[`6E`,`7A`,`F4`].includes(i)}}return!1};import{isNonNullable as rl,isNullable as il}from"@vkontakte/videoplayer-shared";var al=e=>{if(e.includes(`/`)){let t=e.split(`/`);return parseInt(t[0])/parseInt(t[1])}else return parseFloat(e)},ol=e=>{try{let t=sl(),{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 sl(){let e=`x(?:-[a-z0-9]{1,8})+`,t=`^(?:(?<langtag>${`
|
|
26
26
|
(?<language>(?:[a-z]{2,3}(?:-(?<extlang>(?:[a-z]{3}(?:-[a-z]{3}){0,2})))?|[a-z]{4}|[a-z]{5,8}))
|
|
27
27
|
(-(?<script>[a-z]{4}))?
|
|
28
28
|
(-(?<region>(?:[a-z]{2}|[0-9]{3})))?
|
|
29
29
|
(?<variants>(?:-(?:[a-z0-9]{5,8}|[0-9][a-z0-9]{3}))*)
|
|
30
30
|
(?<extensions>(?:-[0-9a-wy-z](?:-[a-z0-9]{2,8})+)*)
|
|
31
31
|
(?:-(?<privateuse>(?:${e})))?
|
|
32
|
-
`})|(?<privateuse2>${e}))$`.replace(/[\s\t\n]/g,``);return new RegExp(t,`i`)}var Tl=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},El=(e,t)=>{let n=e;n=n.replaceAll(`$$`,`$`);let r={RepresentationID:t.representationId,Number:t.segmentNumber,Bandwidth:t.bandwidth,Time:t.segmentTime};for(let[e,t]of Object.entries(r)){let r=RegExp(`\\$${e}(?:%0(\\d+)d)?\\$`,`g`);n=n.replaceAll(r,(e,n)=>xl(t)?e:xl(n)?t:t.padStart(parseInt(n,10),`0`))}return n},Dl=(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=a.at(0)??``,s=i.getAttribute(`type`)===`dynamic`,c=i.getAttribute(`availabilityStartTime`),l=i.getAttribute(`publishTime`),u=i.getElementsByTagName(`vk:Attrs`)[0],d=u?.getElementsByTagName(`vk:XLatestSegmentPublishTime`)[0].textContent,f=u?.getElementsByTagName(`vk:XStreamIsLive`)[0].textContent,p=u?.getElementsByTagName(`vk:XStreamIsUnpublished`)[0].textContent,m=u?.getElementsByTagName(`vk:XPlaybackDuration`)[0].textContent,h;s&&(h={availabilityStartTime:c?new Date(c).getTime():0,publishTime:l?new Date(l).getTime():0,latestSegmentPublishTime:d?new Date(d).getTime():0,streamIsAlive:f===`yes`,streamIsUnpublished:p===`yes`});let g,_=i.getAttribute(`mediaPresentationDuration`),v=[...i.getElementsByTagName(`Period`)],y=v.reduce((e,t)=>({...e,[t.id]:t.children}),{}),b=v.reduce((e,t)=>({...e,[t.id]:t.getAttribute(`duration`)}),{});_?g=Tl(_):Object.values(b).filter(e=>e).length&&!s?g=Object.values(b).reduce((e,t)=>e+(Tl(t)??0),0):m&&(g=parseInt(m,10));let x=0,S=i.getAttribute(`profiles`)?.split(`,`)??[];for(let e of v.map(e=>e.id))for(let n of y[e]){let e=n.getAttribute(`id`)??`id`+(x++).toString(10),i=n.getAttribute(`mimeType`)??``,a=n.getAttribute(`codecs`)??``,s=n.getAttribute(`contentType`)??i?.split(`/`)[0],c=n.getAttribute(`profiles`)?.split(`,`)??[],l=Cl(n.getAttribute(`lang`)??``)??{},u=n.querySelector(`Label`)?.textContent?.trim()??void 0,d=n.querySelectorAll(`Representation`),f=n.querySelector(`SegmentTemplate`),p=n.querySelector(`Role`)?.getAttribute(`value`)??void 0,m=n.querySelector(`AudioChannelConfiguration`)?.getAttribute(`value`),h=bl(m)?parseInt(m,10):void 0,_=s,v={id:e,language:l.language,isDefault:p===`main`,label:u,codecs:a,hdr:_===`video`&&yl(a),mime:i,channels:h,representations:[]};for(let e of d){let r=e.getAttribute(`lang`)??void 0,d=u??n.getAttribute(`label`)??e.getAttribute(`label`)??void 0,p=e.querySelector(`BaseURL`)?.textContent?.trim()??``,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?.includes(`x-auto`)||t.includes(`_auto`),r=e.querySelector(`SegmentTemplate`);if(r){let i={representationId:e.getAttribute(`id`)??void 0,bandwidth:e.getAttribute(`bandwidth`)??void 0},a=parseInt(e.getAttribute(`bandwidth`)??``,10)/1e3,o=parseInt(r.getAttribute(`startNumber`)??``,10)??1,s=parseInt(r.getAttribute(`timescale`)??``,10),c=r.querySelectorAll(`SegmentTimeline S`)??[],l=r.getAttribute(`media`);if(!l)continue;let u=[],d=0,f=``,p=0,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=El(l,{...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=El(l,{...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?Sl(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,ee=e.querySelector(`SegmentBase`),w=e.querySelector(`SegmentTemplate`)??f;if(ee){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(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=El(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=El(i,{...t,segmentNumber:e.toString(10),segmentTime:(r+n*o).toString(10)}),s=(f??0)+n*d,l=s+d;e++,c.push({time:{from:s,to:l},url:a})}r+=(s+1)*o,l+=(s+1)*d}d=r/n*1e3,u=El(i,{...t,segmentNumber:e.toString(10),segmentTime:r.toString(10)})}else if(bl(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=El(i,{...t,segmentNumber:n.toString(10),segmentTime:a.toString(10)});c.push({time:{from:a,to:a+e},url:r}),a+=e}d=a,u=El(i,{...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 T={video:`video`,audio:`audio`,text:`text`}[t];if(!T)continue;_||=T,b={id:p,kind:T,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`&&yl(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}};import{AbortControllerPolyfilled as Ol}from"@vkontakte/videoplayer-shared";import{requestIdleCallbackPolyfilled as kl}from"@vkontakte/videoplayer-shared";import{abortable as Al,assertNonNullable as jl,ErrorCategory as Ml,ErrorOrigin as Nl,flattenObject as z,fromEvent as Pl,getExponentialDelay as Fl,getWindow as Il,isAbortError as Ll,isHigher as Rl,isNonNullable as B,isNullable as V,once as zl,Subject as Bl,Subscription as Vl,ValueSubject as Hl}from"@vkontakte/videoplayer-shared";var Ul=e=>e.valid;class H{source;boxParser;type;size;content;valid;children;cursor=0;get id(){return this.type}constructor(e,t){this.source=e,this.boxParser=t,this.children=[];let n=this.readUint32();this.type=this.readString(4),n===1&&(this.cursor+=8);let r=e.byteOffset+this.cursor,i;n===0||n===1?(this.size=void 0,this.valid=!1,i=void 0):n>e.byteLength?(this.size=n,this.valid=!1,i=Math.min(n-this.cursor,e.byteLength-this.cursor)):(this.size=n,this.valid=!0,i=n-this.cursor),this.content=new DataView(e.buffer,r,i)}scanForBoxes(e){return this.boxParser.parse(e)}readString(e,t=`ascii`){let n=new TextDecoder(t).decode(new DataView(this.source.buffer,this.source.byteOffset+this.cursor,e));return this.cursor+=e,n}readUint8(){let e=this.source.getUint8(this.cursor);return this.cursor+=1,e}readUint16(){let e=this.source.getUint16(this.cursor);return this.cursor+=2,e}readUint32(){let e=this.source.getUint32(this.cursor);return this.cursor+=4,e}readUint64(){let e=this.source.getBigInt64(this.cursor);return this.cursor+=8,e}}class Wl extends H{}import{assertNever as Gl}from"@vkontakte/videoplayer-shared";class Kl extends H{userData;constructor(e,t){if(super(e,t),!this.valid)return;let n=this.readString(16),r=new DataView(this.content.buffer,this.content.byteOffset+16,this.content.byteLength-16);this.userData=this.parseData(n,r)}parseData(e,t){switch(e){case`ondemandlivejson`:{let e=new TextDecoder(`ascii`).decode(t),n=JSON.parse(e);return{received:n[`t-in`],prepared:n[`t-out`]}}default:Gl(e)}}}class ql extends H{majorBrand;minorVersion;compatibleBrands;constructor(e,t){if(super(e,t),!this.valid)return;this.compatibleBrands=[],this.majorBrand=this.readString(4),this.minorVersion=this.readUint32();let n=new DataView(this.content.buffer,this.content.byteOffset+8,this.content.byteLength-8);for(let e=0;e<n.byteLength;e+=4){let e=this.readString(4);this.compatibleBrands.push(e)}}}class Jl extends H{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class Yl extends H{version;flags;constructor(e,t){if(super(e,t),!this.valid)return;let n=this.readUint32();this.version=n>>>24,this.flags=n&16777215,this.content=new DataView(this.content.buffer,this.content.byteOffset+4,this.content.byteLength-4)}}class Xl extends Yl{creationTime;modificationTime;timescale;duration;rate;volume;constructor(e,t){super(e,t),this.valid&&(this.creationTime=this.readUint32(),this.modificationTime=this.readUint32(),this.timescale=this.readUint32(),this.duration=this.readUint32(),this.rate=this.readUint32(),this.volume=this.readUint16())}}class Zl extends H{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class Ql extends H{data;constructor(e,t){super(e,t),this.data=this.content}}class $l extends Yl{referenceId;timescale;earliestPresentationTime32;firstOffset32;earliestPresentationTime64;firstOffset64;reserved;referenceCount;segments;get earliestPresentationTime(){return this.earliestPresentationTime32}get firstOffset(){return this.firstOffset32}constructor(e,t){if(super(e,t),this.valid){this.segments=[],this.referenceId=this.readUint32(),this.timescale=this.readUint32(),this.earliestPresentationTime32=this.readUint32(),this.firstOffset32=this.readUint32(),this.earliestPresentationTime64=0,this.firstOffset64=0,this.referenceCount=this.readUint32()&65535;for(let e=0;e<this.referenceCount;e++){let e=this.readUint32(),t=e>>>31,n=e<<1>>>1,r=this.readUint32();e=this.readUint32();let i=e>>>28,a=e<<3>>>3;this.segments.push({referenceType:t,referencedSize:n,subsegmentDuration:r,SAPType:i,SAPDeltaTime:a})}}}}class eu extends H{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class tu extends H{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class nu extends Yl{stereoMode;constructor(e,t){if(super(e,t),this.valid){switch(this.readUint8()){case 0:this.stereoMode=0;break;case 1:this.stereoMode=1;break;case 2:this.stereoMode=2;break;case 3:this.stereoMode=3;break;case 4:this.stereoMode=4;break}this.cursor+=1}}}class ru extends Yl{poseYawDegrees;posePitchDegrees;poseRollDegrees;constructor(e,t){super(e,t),this.valid&&(this.poseYawDegrees=this.readUint32(),this.posePitchDegrees=this.readUint32(),this.poseRollDegrees=this.readUint32())}}class iu extends Yl{projectionBoundsTop;projectionBoundsBottom;projectionBoundsLeft;projectionBoundsRight;constructor(e,t){super(e,t),this.valid&&(this.projectionBoundsTop=this.readUint32(),this.projectionBoundsBottom=this.readUint32(),this.projectionBoundsLeft=this.readUint32(),this.projectionBoundsRight=this.readUint32())}}class au extends H{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class ou extends Yl{creationTime;modificationTime;trackId;duration;layer;alternateGroup;volume;matrix;width;height;constructor(e,t){super(e,t),this.creationTime=this.readUint32(),this.modificationTime=this.readUint32(),this.trackId=this.readUint32(),this.cursor+=4,this.duration=this.readUint32(),this.cursor+=8,this.layer=this.readUint16(),this.alternateGroup=this.readUint16(),this.cursor+=2,this.cursor+=2,this.matrix=[[this.readUint32(),this.readUint32(),this.readUint32()],[this.readUint32(),this.readUint32(),this.readUint32()],[this.readUint32(),this.readUint32(),this.readUint32()]],this.width=this.readUint32(),this.height=this.readUint32()}}class su extends H{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class cu extends H{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class lu extends Yl{sequenceNumber;constructor(e,t){super(e,t),this.valid&&(this.sequenceNumber=this.readUint32())}}class uu extends H{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class du extends Yl{trackId;baseDataOffset;sampleDescriptionIndex;defaultSampleDuration;defaultSampleSize;defaultSampleFlags;constructor(e,t){super(e,t),this.trackId=this.readUint32(),this.flags&1&&(this.baseDataOffset=this.readUint64()),this.flags&2&&(this.sampleDescriptionIndex=this.readUint32()),this.flags&8&&(this.defaultSampleDuration=this.readUint32()),this.flags&16&&(this.defaultSampleSize=this.readUint32()),this.flags&32&&(this.defaultSampleFlags=this.readUint32())}}class fu extends Yl{baseMediaDecodeTime32=0;baseMediaDecodeTime64=BigInt(0);get baseMediaDecodeTime(){return this.version===1?this.baseMediaDecodeTime64:this.baseMediaDecodeTime32}constructor(e,t){super(e,t),this.version===1?this.baseMediaDecodeTime64=this.readUint64():this.baseMediaDecodeTime32=this.readUint32()}}class pu extends Yl{sampleCount;dataOffset;firstSampleFlags;sampleDuration=[];sampleSize=[];sampleFlags=[];sampleCompositionTimeOffset=[];optionalFields=0;constructor(e,t){super(e,t),this.sampleCount=this.readUint32(),this.flags&1&&(this.dataOffset=this.readUint32()),this.flags&4&&(this.firstSampleFlags=this.readUint32());for(let e=0;e<this.sampleCount;e++)this.flags&256&&this.sampleDuration.push(this.readUint32()),this.flags&512&&this.sampleSize.push(this.readUint32()),this.flags&1024&&this.sampleFlags.push(this.readUint32()),this.flags&2048&&this.sampleCompositionTimeOffset.push(this.readUint32())}}class mu extends H{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class hu extends Yl{entryCount;constructor(e,t){super(e,t),this.valid&&(this.entryCount=this.readUint32(),this.children=this.scanForBoxes(new DataView(this.content.buffer,this.content.byteOffset+4,this.content.byteLength-4)))}}class gu extends H{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 _u={ftyp:ql,moov:Jl,mvhd:Xl,moof:Zl,mdat:Ql,sidx:$l,trak:eu,mdia:au,mfhd:lu,tkhd:ou,traf:uu,tfhd:du,tfdt:fu,trun:pu,minf:su,sv3d:tu,st3d:nu,prhd:ru,proj:cu,equi:iu,uuid:Kl,stbl:mu,stsd:hu,avc1:gu,unknown:Wl};class vu{options;constructor(e={}){this.options={offset:0,...e}}parse(e){let t=[],n=this.options.offset;for(;n<e.byteLength;){let r=new TextDecoder(`ascii`).decode(new DataView(e.buffer,e.byteOffset+n+4,4)),i;try{i=this.createBox(r,new DataView(e.buffer,e.byteOffset+n,e.byteLength-n))}catch(e){if(!(e instanceof RangeError))throw e}if(!i||!Ul(i))break;t.push(i),n+=i.size}return t}createBox(e,t){let n=_u[e];return n?new n(t,new vu):new Wl(t,new vu)}}class yu{index;constructor(e){this.index={},this.indexBoxLevel(e)}indexBoxLevel(e){e.forEach(e=>{Ul(e)&&(this.index[e.type]??=[],this.index[e.type].push(e),e.children.length>0&&this.indexBoxLevel(e.children))})}find(e){return this.index[e]&&this.index[e][0]?this.index[e][0]:null}findAll(e){return this.index[e]||[]}}var bu=new TextDecoder(`ascii`),xu={validateData:e=>bu.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 yu(new vu().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 $l(e,new vu),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 yu(new vu().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 yu(new vu().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 yu(new vu().parse(e)),n={},r=t.findAll(`uuid`).at(-1);return r?{serverDataReceivedTimestamp:r.userData.received,serverDataPreparedTime:r.userData.received}:n},getTimescaleFromIndex:e=>new yu(new vu().parse(e)).find(`sidx`)?.timescale};import{assertNonNullable as Su,isNonNullable as Cu,isNullable as wu}from"@vkontakte/videoplayer-shared";import{assertNever as Tu}from"@vkontakte/videoplayer-shared";var Eu={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`}},Du=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=Ou(e,n),i=r in Eu,a=i?Eu[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=Ou(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}},Ou=(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},ku=(e,t)=>{switch(t){case`int`:return e.getInt8(0);case`uint`:return Ou(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:Tu(t)}},Au=(e,t)=>{let n=0;for(;n<e.byteLength;){let r=Du(new DataView(e.buffer,e.byteOffset+n));if(!t(r))return;r.type===`master`&&Au(r.value,t),n=r.value.byteOffset-e.byteOffset+r.valueSize}},ju=e=>{if(e.getUint32(0)!==440786851)return!1;let t,n,r;return Au(Du(e).value,({tag:e,type:i,value:a})=>(e===17143?t=ku(a,i):e===17026?n=ku(a,i):e===17029&&(r=ku(a,i)),!0)),(t===void 0||t<=1)&&n!==void 0&&n===`webm`&&(r===void 0||r<=2)},Mu=[357149030,290298740,374648427,174,224,30320,30321,30322,272869232,524531317,475249515,423732329,307544935],Nu=[231,22612,22743,167,171,163,160,175],Pu={validateData:ju,parseInit:e=>{let t,n,r,i,a=!1,o=!1,s=!1,c,l,u=!1;return Au(e,({tag:e,type:d,value:f,valueSize:p})=>(e===21419?l=Ou(ku(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=ku(f,d):e===17545?i=ku(f,d):e===21420&&l===475249515?c=ku(f,d):e===374648427?Au(f,({tag:e,type:t,value:n})=>e===30321?(u=ku(n,t)===1,!1):!0):a&&o&&Mu.includes(e)&&(s=!0),!s)),Su(t,`Failed to parse webm Segment start`),Su(n,`Failed to parse webm Segment end`),Su(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(wu(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=>Cu(e.time)&&Cu(e.position),a=[],o;return Au(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=ku(s,t));break;case 183:break;case 241:o&&(o.position=ku(s,t));break;default:n&&Mu.includes(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{Au(e,r=>r.tag===524531317?r.tagSize<=e.byteLength?(t=r.tagSize,!1):(t+=r.tagHeaderSize,!0):Nu.includes(r.tag)?(t+r.tagSize<=e.byteLength&&(t+=r.tagSize,n||=[163,160,175].includes(r.tag)),!0):!1)}catch{}return t>0&&t<=e.byteLength&&n?new DataView(e.buffer,e.byteOffset,t):null}},Fu=e=>{let t=/^(.+)\/([^;]+)(?:;.*)?$/.exec(e);if(t){let[,e,n]=t;if(e===`audio`||e===`video`)switch(n){case`webm`:return Pu;case`mp4`:return xu}}throw ReferenceError(`Unsupported mime type ${e}`)};import{videoSizeToQuality as Iu}from"@vkontakte/videoplayer-shared";var Lu=({id:e,width:t,height:n,bitrate:r,fps:i,quality:a,streamId:o,tvDisabled:s})=>{let c=(a?or(a):void 0)??Iu({width:t,height:n});return c&&{id:e,quality:c,bitrate:r,size:{width:t,height:n},fps:i,streamId:o,tvDisabled:s}},Ru=({id:e,bitrate:t})=>({id:e,bitrate:t}),zu=({language:e,label:t},{id:n,url:r,isAuto:i})=>({id:n,url:r,isAuto:i,type:`internal`,language:e,label:t}),Bu=({language:e,label:t,id:n,url:r,isAuto:i})=>({id:n,url:r,isAuto:i,type:`internal`,language:e,label:t}),Vu=({id:e,language:t,label:n,codecs:r,isDefault:i,channels:a})=>({id:e,language:t,label:n,codec:r.split(`.`).at(0),isDefault:i,channels:a}),Hu=({id:e,language:t,label:n,hdr:r,codecs:i})=>({id:e,language:t,hdr:r,label:n,codec:i.split(`.`).at(0)}),Uu=e=>`url`in e,Wu=e=>e.type===`template`,Gu=(e,t)=>e.reduce((e,n)=>e+Math.max(0,Math.min(n.to,t.to)-Math.max(n.from,t.from)),0),Ku=(e,t,n)=>{let r=t.to-t.from;return!Number.isFinite(r)||r<=0?!1:r-Gu(e,t)>n};class qu{error$=new Bl;playingRepresentation$=new Hl(void 0);playingRepresentationInit$=new Hl(void 0);currentSegmentLength$=new Hl(0);onLastSegment$=new Hl(!1);fullyBuffered$=new Hl(!1);kind;nativeBufferManager;fetcher;tracer;tuning;segmentCacheService;representations;playingRepresentationId;downloadingRepresentationId;switchingRepresentationId;initData=new Map;initDataPromises=new Map;idleCallbacks=new Map;parsedInitData=new Map;forwardBufferRepresentations=new Map;segments=new Map;containerParser;bufferPlaybackQueue=[];downloadingBufferItems=[];preloadOnly=!1;forwardBufferTarget;failedDownloads=0;lastDataObtainedTimestampMs=0;loadByteRangeSegmentsTimeoutId=0;currentVirtualBufferSize=0;baseUrls=[];baseUrlsIndex=0;maintainAbortController=new Ol;maintainMutexPromise=null;bufferClearingMutex=!1;abortNativeBufferMutex=!1;switchMutex=!1;seekMutex=!1;destroyAbortController=new Ol;switchAbortController=new Ol;downloadAbortController=new Ol;subscription=new Vl;getCurrentPosition;getCurrentStallDuration;brokenSegmentAppendDetected=!1;constructor(e,t,n,{fetcher:r,tracer:i,tuning:a,getCurrentPosition:o,getCurrentStallDuration:s,manifest:c,segmentCacheService:l}){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]))}startWith=Al(this.destroyAbortController.signal,async function*(e){let t=this.representations.get(e);jl(t,`Cannot find representation ${e}`);let n=this.tracer.createComponentTracer(`startWith`);n.log(`start representation`,z({id:e})),this.playingRepresentationId=e,this.downloadingRepresentationId=e,this.containerParser=Fu(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);jl(r,`No init buffer for starting representation`),jl(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()}.bind(this));async switchTo(e,t=`default`){if(e===this.downloadingRepresentationId||e===this.switchingRepresentationId)return;let n=this.tracer.createComponentTracer(`switchTo ${t} ${this.getCurrentPosition()}`);return n.log(`abort previous switchTo`),this.switchAbortController.abort(),this.switchMutex=!1,n.log(`switchMutex released`),this.switchAbortController=new Ol,this.getSwitchWithAbort(n)(e,t)}getSwitchWithAbort(e){return Al(this.switchAbortController.signal,async function*(t,n){if(!V(this.downloadingRepresentationId)){this.switchMutex=!0,e.log(`switchMutex captured`);try{e.log(`start`,z({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);jl(i,`No such representation ${t}`),jl(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(V(a)||V(o))return;let s=e=>e.segment.bufferStatus!==`fed`,c=e=>{let t=this.representations.get(e.representationId);return jl(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`,z(this.bufferPlaybackQueue)),this.bufferPlaybackQueue.filter(l).forEach(e=>e.segment.bufferStatus=`none`),this.bufferPlaybackQueue=this.bufferPlaybackQueue.filter(e=>!l(e)),e.log(`bufferPlaybackQueue after`,z(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()}}}.bind(this))}async prepareSeek(){let e=this.tracer.createComponentTracer(`prepareSeek`);this.seekMutex=!0,e.log(`seekMutex captured`),this.maintainAbortController.abort(),this.maintainAbortController=new Ol,this.maintainMutexPromise&&(e.log(`waiting for in-flight maintain`),await this.maintainMutexPromise,e.log(`in-flight maintain completed`));try{await this.resetBuffer(this.maintainAbortController.signal,e)}catch{e.error(`seekMutex released`),this.seekMutex=!1}e.end()}async seek(e){let t=this.tracer.createComponentTracer(`seek ${e}`);this.seekMutex=!1,t.log(`seekMutex released`),t.log(`maintain started`),await this.maintain(e),t.log(`maintain ended`),t.end()}async maintain(e=this.getCurrentPosition()){if(V(e)||this.maintainMutexPromise)return;let{signal:t}=this.maintainAbortController,n;this.maintainMutexPromise=new Promise(e=>n=e);try{if(await this.verifyBufferPlaybackQueue(e),t.aborted||(this.sanitizeBufferPlaybackQueue()&&this.tracer.createComponentTracer(`sanitizeBufferPlaybackQueue`).end(),await this.maintainPlaybackBuffer(e),t.aborted)||(await this.maintainNativeBuffer(t),t.aborted))return;this.actualizeLastSegmentInfo(e)}finally{this.maintainMutexPromise=null,n()}}getForwardBufferRepresentations(e=this.getCurrentPosition()){if(this.forwardBufferRepresentations.clear(),B(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=B(e)&&B(n)?n.segment.time.to-e:0;return Math.max(r,0)}getPlaybackBufferState(){return this.bufferPlaybackQueue.length?{from:this.bufferPlaybackQueue[0].segment.time.from,to:this.bufferPlaybackQueue[this.bufferPlaybackQueue.length-1].segment.time.to}:null}async abort(){this.abortDownload(),await this.abortNativeBuffer()}findSegmentStartTime(e){let t=this.downloadingRepresentationId??this.playingRepresentationId??``;return(this.segments.get(t)?.find(t=>t.time.from<=e&&t.time.to>=e))?.time.from}getRepresentationInitialTime(){return V(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?e.at(-1)?.time.to:0)||0}getActiveSegmentProgress(){let e;for(let t of this.downloadingBufferItems)t.segment.networkStatus!==`downloading`||V(t.startedAtMs)||(!e||t.segment.time.from<e.segment.time.from)&&(e=t);if(!(!e||V(e.startedAtMs)))return{startedAtMs:e.startedAtMs,loadedBytes:e.segment.loadedBytes??0,totalBytes:B(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=Il();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()}async verifyBufferPlaybackQueue(e){let t=this.getPlaybackBufferState();if(!this.tuning.dash.useBufferQueueVerification||!this.bufferPlaybackQueue.length||V(t)||this.withinInterval(e,t)||e<this.tuning.dash.bufferQueueVerificationMinPosition)return;let n=this.tracer.createComponentTracer(`verifyBufferPlaybackQueue `+e);this.tuning.dash.useVirtualBufferImplicitSeek?await this.resetBuffer(this.maintainAbortController.signal,n):(n.log(`reset bufferPlaybackQueue`),this.bufferPlaybackQueue=[]),n.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=Lu(e),i=Lu(t);n=B(r)&&B(i)&&Rl(i.quality,r.quality)}else if(this.kind===`audio`){let r=Ru(e),i=Ru(t);n=B(r?.bitrate)&&B(i?.bitrate)&&i.bitrate>r.bitrate}return n}async clearBuffer(e){let t=this.tracer.createComponentTracer(`clearBuffer`);this.bufferClearingMutex=!0,t.log(`bufferClearingMutex captured`);try{t.log(`clearBuffer`,z({queue:this.bufferPlaybackQueue.slice(0,5)})),await this.nativeBufferManager.clear(e??this.destroyAbortController.signal),this.bufferPlaybackQueue.forEach(e=>e.segment.bufferStatus=`none`),this.bufferPlaybackQueue=[]}finally{this.bufferClearingMutex=!1,t.log(`bufferClearingMutex released`),t.end()}}async resetBuffer(e,t){t?.log(`started abort`),await this.abort(),t?.log(`started clearBuffer`),await this.clearBuffer(e),t?.log(`ended clearBuffer`)}abortDownload(){this.downloadAbortController.abort(),this.downloadAbortController=new Ol,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=[]}async abortNativeBuffer(){let e=this.tracer.createComponentTracer(`abortNativeBuffer`);e.log(`abortNativeBufferMutex captured`),this.abortNativeBufferMutex=!0;try{e.log(`abortNativeBuffer`,z({bufferState:this.nativeBufferManager.getBufferState()}));let t=this.playingRepresentationId&&this.initData.get(this.playingRepresentationId),n=t instanceof ArrayBuffer?t:void 0;return await this.nativeBufferManager.abortBuffer(n)}finally{this.abortNativeBufferMutex=!1,e.log(`abortNativeBufferMutex released`),e.end()}}async loadInits(){for(let[e,t]of this.representations)this.idleCallbacks.set(t.id,kl(async e=>await this.loadInitIfNeeded(t,`low`,!1)))}async loadInitIfNeeded(e,t=`auto`,n=!1){let r=this.initDataPromises.get(e.id),i;i=this.initData.has(e.id)&&this.segments.has(e.id)?Promise.resolve():B(r)?r:this.loadInit(e,t,n),await i}async loadInit(e,t=`auto`,n=!1){try{let n=this.tuning.dash.useFetchPriorityHints?t:`auto`,r=this.fetcher.fetchRepresentation(e.segmentReference,this.containerParser,this.downloadAbortController.signal,n,void 0,this.kind);this.initDataPromises.set(e.id,r);let{initMetadata:i,initDataView:a,segments:o,firstSegmentData:s}=await r??{};if(this.initDataPromises.delete(e.id),V(a)||V(o))return;if(i&&this.parsedInitData.set(e.id,i),s&&o.length>0){let e=o[0];e.data=s,e.networkStatus=`downloaded`,e.loadedBytes=e.size,B(e.size)&&(this.currentVirtualBufferSize+=e.size)}let c=a.buffer.slice(a.byteOffset,a.byteOffset+a.byteLength);this.initData.set(e.id,c),this.segments.set(e.id,o),this.failedDownloads=0}catch(e){n&&!Ll(e)&&this.error$.next({id:`LoadInits`,category:Ml.WTF,message:`loadInit threw`,thrown:e})}}isMaintainNativeBufferMutexActive(){return this.abortNativeBufferMutex||this.bufferClearingMutex||this.switchMutex||this.seekMutex||this.preloadOnly}async maintainNativeBuffer(e){let t=this.getCurrentPosition(),n=this.segments.get(this.downloadingRepresentationId??``),r=n?.[n?.length-1];if(V(t)||V(r)||this.isMaintainNativeBufferMutexActive())return;let i;try{let n=this.bufferPlaybackQueue.find(e=>this.withinInterval(t,e.segment.time)),a=this.bufferPlaybackQueue.find(e=>e.segment.bufferStatus!==`fed`),o=this.initData.get(a?.representationId??``),s=this.bufferPlaybackQueue[0],c=(this.getCurrentStallDuration()??0)>0;this.tuning.dash.useBufferHoldingOnlyOnStall&&(c&&=t>0);let l=Math.min(this.tuning.dash.minSafeBufferToPlay,r.time.to-t),u=c?this.getForwardPlaybackBufferDuration()>=l:!0;if(B(o)&&B(a)&&B(n)&&this.playingRepresentationId!==a.representationId&&this.withinAppendInterval(t,a.segment.time)&&(a===n||n.segment.bufferStatus===`fed`)&&(i??=this.tracer.createComponentTracer(`native init ${t}`),i.log(`abortNativeBuffer`),await this.abortNativeBuffer(),i.log(`start addInitSegment`),await this.nativeBufferManager.addInitSegment(o,e),i.log(`end addInitSegment`),this.playingRepresentationId=a.representationId,this.playingRepresentation$.next(this.playingRepresentationId),i.log(`playingRepresentationId`,z({id:a.representationId}))),e.aborted||(B(a)&&this.withinAppendInterval(t,a.segment.time)&&u&&(i??=this.tracer.createComponentTracer(`native append ${t}`),a.segment.loadedBytes===a.segment.size&&a.segment.bufferStatus===`none`?(i.log(`started appendSegmentFully`),await this.appendSegmentFully(a,e),i.log(`ended appendSegmentFully`)):(i.log(`started appendSegmentPartially`),await this.appendSegmentPartially(a,e),i.log(`ended appendSegmentPartially`))),e.aborted))return;B(s)&&B(n)&&this.withinRemoveInterval(t,s.segment.time)&&s.segment.time.to<n.segment.time.from+1&&(i??=this.tracer.createComponentTracer(`native remove ${t}`),i.log(`started removeSegment`),await this.removeSegment(s,e),i.log(`ended removeSegment`)),i?.log(`currentPosition`,z({currentPosition:t})),i?.log(`currentPlayingItem`,z(n)),i?.log(`nextPlayingItem`,z(a)),i?.log(`nextRemoveItem`,z(s)),i?.log(`queue`,z(this.bufferPlaybackQueue)),i?.log(`buffer`,z(this.nativeBufferManager.getBufferState()??{})),this.pruneVirtualBuffer(t)}finally{i?.end()}}async maintainPlaybackBuffer(e){jl(this.downloadingRepresentationId);let t=this.segments.get(this.downloadingRepresentationId),n=this.representations.get(this.downloadingRepresentationId);if(V(t)||V(n)||this.abortNativeBufferMutex||this.bufferClearingMutex||this.switchMutex||this.seekMutex)return;let r;try{let i=t.find(t=>e>=t.time.from&&e<t.time.to);B(i)&&isFinite(i.time.from)&&isFinite(i.time.to)&&this.currentSegmentLength$.next(i?.time.to-i.time.from),this.downloadingBufferItems.length?r=this.tracer.createComponentTracer(`playbackMaintain ${e}`):this.downloadingBufferItems=this.selectDownloadingItems(e,t),r?.log(`currentSegment`,z(i)),r?.log(`downloadingBufferItems`,z(this.downloadingBufferItems)),r?.log(`processCachedItems`),this.processCachedItems();let a=this.selectItemsToLoad();r?.log(`itemsToLoad`,z(a));let o=this.getPlaybackBufferState(),s=V(o)||!this.withinInterval(e,o),c=this.tuning.dash.useFetchPriorityHints&&s?`high`:`auto`;this.loadItems(a,n,c),r?.log(`items downloaded`,z(a))}finally{r?.end()}}actualizeLastSegmentInfo(e){let t=this.segments.get(this.downloadingRepresentationId??``);if(V(t)||t.length===0)return;let n=t[t?.length-1];V(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){jl(this.downloadingRepresentationId);let n=this.getPlaybackBufferState(),r,i;if(B(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 B(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 B(e)?e-n>t:!1}getExponentialDownloadDelay(){return Al(this.downloadAbortController.signal,async function*(){let e=Fl(this.failedDownloads,this.tuning.downloadBackoff);yield new Promise(t=>{let n=Il();this.loadByteRangeSegmentsTimeoutId=j.setTimeout(t,e),this.subscription.add(Pl(n,`online`).pipe(zl()).subscribe(()=>{t(),j.clearTimeout(this.loadByteRangeSegmentsTimeoutId)}))})}.bind(this))}async waitExponentialDownloadDelay(){await this.getExponentialDownloadDelay()()}async appendSegmentFully(e,t){V(e.segment.data)||(e.segment.feedingBytes=e.segment.size,await this.nativeBufferManager.append(e.segment.data,t)&&(e.segment.fedBytes=e.segment.size,this.onItemFullyAppended(e)))}async appendSegmentPartially(e,t){if(V(e.segment.data)||V(e.segment.loadedBytes)||V(e.segment.feedingBytes)||V(e.segment.fedBytes)||V(e.segment.size))return;let n=e.segment.data,r=new DataView(n.buffer,n.byteOffset+e.segment.feedingBytes,n.byteLength-e.segment.feedingBytes),i=e.segment.loadedBytes===e.segment.size?r:this.parseFeedableSegmentChunk(r);i?.byteLength&&(e.segment.bufferStatus=`partially_fed`,e.segment.feedingBytes+=i.byteLength,await this.nativeBufferManager.append(i,t)&&B(e.segment.data)&&(e.segment.fedBytes+=i.byteLength,e.segment.fedBytes===e.segment.size&&this.onItemFullyAppended(e)))}parseFeedableSegmentChunk(e){return this.containerParser.parseFeedableSegmentChunk(e,!1)}onItemFullyDownloaded(e){e.segment.networkStatus=`downloaded`}onItemFullyAppended(e){e.segment.bufferStatus=`fed`,this.detectBrokenSegmentAppend(e.segment)}detectBrokenSegmentAppend(e){if(!this.tuning.dash.brokenSegmentAppendDetection||this.brokenSegmentAppendDetected)return;let t=this.nativeBufferManager.getBufferState();V(t)||Ku(t,e.time,this.tuning.dash.brokenSegmentAppendTolerance)&&(this.brokenSegmentAppendDetected=!0,this.error$.next({id:`BrokenSegmentAppend`,category:Ml.FATAL,origin:Nl.SegmentAppend,message:`Segment [${e.time.from}, ${e.time.to}] is missing from buffer right after append`}))}async removeSegment(e,t){let{from:n,to:r}=e.segment.time,i=(r-n)/4;await this.nativeBufferManager.remove(0,r-i,t)&&(e.segment.fedBytes=0,e.segment.feedingBytes=0,e.segment.bufferStatus=`none`,this.bufferPlaybackQueue.shift())}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||B(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)B(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`,z(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())B(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`,z(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)}}import{ErrorCategory as Ju,getWindow as Yu,isNonNullable as Xu,isNullable as Zu,now as Qu,isAbortError as $u}from"@vkontakte/videoplayer-shared";class ed extends qu{constructor(e,t,n,r){super(e,t,n,r)}async loadItems(e,t,n=`auto`){let{signal:r}=this.downloadAbortController;if(r.aborted||!e.length)return;let{url:i,...a}=this.prepareFetchParams(e,t);if(this.failedDownloads&&await this.waitExponentialDownloadDelay(),r.aborted)return;let o=Yu().performance.now();for(let t of e)t.startedAtMs=o;try{if(Zu(await this.fetcher.fetch(i,{...a,priority:n}))){if(r.aborted)return;throw Error(`fetcher.fetch returned null`)}this.lastDataObtainedTimestampMs=Qu(),this.failedDownloads=0}catch(e){$u(e)||(this.abortDownloadingItems(),this.failedDownloads++,this.updateRepresentationsBaseUrlIfNeeded())}}selectItemsToLoad(){let e=0,t=0,n=[],r=this.preloadOnly?0:this.tuning.dash.segmentRequestSize,i=this.preloadOnly?this.forwardBufferTarget:0,a=0;for(;a<this.downloadingBufferItems.length&&this.downloadingBufferItems[a].segment.networkStatus===`none`&&(e<=r||t<=i);){let r=this.downloadingBufferItems[a],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){if(Ko(t.segmentReference))throw Error(`Representation is not byte range type`);let{signal:n}=this.downloadAbortController,r=t.segmentReference.url,i={from:e[0].segment.byte.from,to:e[e.length-1].segment.byte.to},a=async(r,a)=>{if(!n.aborted)try{this.lastDataObtainedTimestampMs=Qu(),await this.onSomeDataLoaded({downloadingItems:e,dataView:r,loaded:a,signal:n,globalFrom:i?i.from:0,representationId:t.id})}catch(e){this.error$.next({id:`SegmentFeeding`,category:Ju.VIDEO_PIPELINE,message:`Error when feeding segments`,thrown:e})}},{fetcherBufferOptimisation:o}=this.tuning.dash;return{url:r,range:i,onProgress:a,signal:n,bufferOptimisation:o,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}}))}}async onSomeDataLoaded({downloadingItems:e,dataView:t,representationId:n,globalFrom:r,loaded:i,signal:a}){let o=this.representations.get(n);if(!(!this.downloadingBufferItems.length||Zu(o)||Zu(r)||a.aborted))for(let n of e){let{segment:e}=n,a=e.byte.from-r,o=e.byte.to-r,s=a<i,c=o<=i;!s||Zu(e.size)||(e.networkStatus===`downloading`&&e.bufferStatus===`none`&&c?(e.data=new DataView(t.buffer,t.byteOffset+a,e.size),this.currentVirtualBufferSize+=e.size,this.onItemFullyDownloaded(n),e.loadedBytes=Math.min(e.size,i-a),this.onDownloadItem(n)):Xu(e.feedingBytes)&&this.tuning.dash.enableSubSegmentBufferFeeding&&e.networkStatus===`downloading`&&(e.loadedBytes=Math.min(e.size,i-a),c&&(this.currentVirtualBufferSize+=e.size,this.onItemFullyDownloaded(n)),e.loadedBytes>e.feedingBytes&&(e.data=new DataView(t.buffer,t.byteOffset+a,e.loadedBytes),this.onDownloadItem(n))))}}updateRepresentationBaseUrl(e,t){if(Ko(e.segmentReference))throw Error(`Representation is not byte range type`);e.segmentReference.url=t}}import{ErrorCategory as td,getWindow as nd,isAbortError as rd,isNullable as id,now as ad}from"@vkontakte/videoplayer-shared";class od extends qu{constructor(e,t,n,r){super(e,t,n,r)}async loadItems(e,t,n=`auto`){let{signal:r}=this.downloadAbortController;if(r.aborted||!e.length)return;let{url:i,...a}=this.prepareFetchParams(e,t);if(this.failedDownloads&&await this.waitExponentialDownloadDelay(),r.aborted)return;let o=nd().performance.now();for(let t of e)t.startedAtMs=o;try{let t=await this.fetcher.fetch(i,{...a,priority:n});if(this.lastDataObtainedTimestampMs=ad(),id(t)){if(r.aborted)return;throw Error(`fetcher.fetch returned null`)}let o=e[0],s=new DataView(t);o.segment.size=s.byteLength,o.segment.loadedBytes=s.byteLength,o.segment.data=s,this.onItemFullyDownloaded(o),this.onDownloadItem(o),this.failedDownloads=0}catch(e){rd(e)||(this.abortDownloadingItems(),this.failedDownloads++,this.updateRepresentationsBaseUrlIfNeeded())}}selectItemsToLoad(){let e=this.downloadingBufferItems[0];if(id(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){let n=this.getFetchUrl(e,t).toString(),{signal:r}=this.downloadAbortController;return{url:n,onProgress:async(n,i)=>{if(!r.aborted)try{this.lastDataObtainedTimestampMs=ad(),await this.onSomeDataLoaded({downloadingItems:e,dataView:n,loaded:i,signal:r,representationId:t.id})}catch(e){this.error$.next({id:`SegmentFeeding`,category:td.VIDEO_PIPELINE,message:`Error when feeding segments`,thrown:e})}},signal:r,bufferOptimisation:this.tuning.dash.fetcherBufferOptimisation,kind:this.kind}}getFetchUrl(e,t){if(!Ko(t.segmentReference))throw Error(`Representation is not template type`);return new URL(e[0].segment.url,t.segmentReference.baseUrl)}async onSomeDataLoaded({downloadingItems:e,dataView:t,representationId:n,loaded:r,signal:i}){let a=e[0],{segment:o}=a,s=this.representations.get(n);!this.downloadingBufferItems.length||id(s)||id(o.feedingBytes)||o.networkStatus!==`downloading`||i.aborted||(o.loadedBytes=r,o.loadedBytes>o.feedingBytes&&this.tuning.dash.enableSubSegmentBufferFeeding&&(o.data=new DataView(t.buffer,t.byteOffset,o.loadedBytes),this.onDownloadItem(a)))}updateRepresentationBaseUrl(e,t){if(!Ko(e.segmentReference))throw Error(`Representation is not template type`);e.segmentReference.baseUrl=t}}import{assertNonNullable as sd,ErrorCategory as cd,isNullable as ld,ValueSubject as ud}from"@vkontakte/videoplayer-shared";class dd extends od{currentLiveSegmentServerLatency$=new ud(0);currentLowLatencySegmentLength$=new ud(0);liveInitialAdditionalOffset=0;isSeekingLive=!1;isActiveLowLatency;constructor(e,t,n,r){super(e,t,n,r),this.isActiveLowLatency=r.isActiveLowLatency}updateManifest(e){if(!e||[...this.segments.values()].every(e=>!e.length))return;let t=e.streams[this.kind].flatMap(e=>e.representations);for(let e of t){if(ld(e)||!Ko(e.segmentReference))return;let t=e.segmentReference.segments.map(e=>({...e,networkStatus:`none`,bufferStatus:`none`,size:void 0})),n=this.segments.get(e.id)??[],r=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;sd(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])?.flatMap(e=>e.representations).find(e=>e.id===this.downloadingRepresentationId);if(ld(t))return;let n=this.segments.get(t.id);if(n?.length)return{from:n[0].time.from,to:n[n.length-1].time.to}}getRepresentationInitialTime(){if(ld(this.playingRepresentationId))return 0;let e=this.representations.get(this.playingRepresentationId)?.segmentReference;return ld(e)||!Ko(e)?0:this.getActualLiveStartingSegments(e)[0].time.from+this.tuning.dash.bufferTolerance}prepareFetchParams(e,t){return{...super.prepareFetchParams(e,t),isLowLatency:this.isActiveLowLatency()}}async onSomeDataLoaded({downloadingItems:e,...t}){await super.onSomeDataLoaded({downloadingItems:e,...t}),this.isActiveLowLatency()&&this.updateLowLatencyItemTime(e[0])}onItemFullyDownloaded(e){if(super.onItemFullyDownloaded(e),ld(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(ld(e.segment.data)||ld(n)||!Ko(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(!Ko(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=El(r.segmentTemplateUrl,{segmentTime:t});i.push({networkStatus:`none`,bufferStatus:`none`,time:{from:e.segment.time.to,to:e.segment.time.to+this.tuning.dash.bufferTolerance},url:n,isCurrentLowLatency:!0})}}this.currentLowLatencySegmentLength$.next(t)}parseFeedableSegmentChunk(e){return this.containerParser.parseFeedableSegmentChunk(e,!0)}getFetchUrl(e,t){let n=super.getFetchUrl(e,t);return this.isActiveLowLatency()&&n.searchParams.set(`low-latency`,`yes`),n}async loadInit(e,t=`auto`,n=!1){try{let n=this.tuning.dash.useFetchPriorityHints?t:`auto`,r=this.fetcher.fetchRepresentation(e.segmentReference,this.containerParser,this.downloadAbortController.signal,n);this.initDataPromises.set(e.id,r);let{initMetadata:i,initDataView:a,segments:o}=await r??{};if(this.initDataPromises.delete(e.id),ld(a)||ld(o))return;i&&this.parsedInitData.set(e.id,i);let s=this.getActualLiveStartingSegments(e.segmentReference);this.segments.has(e.id)||this.segments.set(e.id,s);let c=a.buffer.slice(a.byteOffset,a.byteOffset+a.byteLength);this.initData.set(e.id,c),this.failedDownloads=0}catch(e){n&&this.error$.next({id:`LoadInits`,category:cd.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 fd{static getBufferManager(e,t,n,r){return r.manifest?.live?new dd(e,t,n,r):Ko(n[0].segmentReference)?new od(e,t,n,r):new ed(e,t,n,r)}}import{ErrorCategory as pd,fromEvent as md,isNullable as hd,Subject as gd,Subscription as _d,ValueSubject as vd}from"@vkontakte/videoplayer-shared";import{assertNever as yd,ErrorCategory as bd,Subject as xd}from"@vkontakte/videoplayer-shared";var Sd=18,Cd=!1;try{Cd=M.browser.isSafari&&!!M.browser.safariVersion&&M.browser.safariVersion<=Sd}catch(e){console.error(e)}class wd{bufferFull$=new xd;error$=new xd;buffer;queue=[];currentTask=null;destroyed=!1;abortRequested=!1;tuning;constructor(e,t){this.buffer=e,this.tuning=t,this.buffer.addEventListener(`updateend`,this.completeTask)}async append(e,t){return t&&t.aborted?!1:new Promise(n=>{let r={operation:`append`,data:e,signal:t,callback:n};this.queue.push(r),this.pull()})}async remove(e,t,n){return n&&n.aborted?!1:new Promise(r=>{let i={operation:`remove`,from:e,to:t,signal:n,callback:r};this.queue.unshift(i),this.pull()})}async abort(e){return new Promise(t=>{let n,r=e=>{this.abortRequested=!1,t(e)};n=Cd&&e?{operation:`safariAbort`,init:e,callback:r}:{operation:`abort`,callback:r},this.currentTask&&=(this.currentTask.callback(!1),null);for(let{callback:e}of this.queue)e(!1);this.abortRequested=!0,n&&(this.queue=[n]),this.pull()})}destroy(){this.destroyed=!0,this.buffer.removeEventListener(`updateend`,this.completeTask),this.queue=[],this.currentTask=null;try{this.buffer.abort()}catch(e){if(!(e instanceof DOMException&&e.name===`InvalidStateError`))throw e}}completeTask=()=>{try{if(this.currentTask){let e=this.currentTask.signal?.aborted;this.currentTask.callback(!e),this.currentTask=null}this.queue.length&&this.pull()}catch(e){this.error$.next({id:`BufferTaskQueueUnknown`,category:bd.VIDEO_PIPELINE,message:`Buffer appending or removal failed`,thrown:e})}};pull(){if((this.buffer.updating||this.currentTask||this.destroyed)&&!this.abortRequested)return;let e=this.queue.shift();if(!e)return;if(e.signal?.aborted){e.callback(!1),this.pull();return}this.currentTask=e,this.tuning.dash.abortSourceBufferOnSignal&&e.signal&&!e.signal.aborted&&e.signal.addEventListener(`abort`,()=>{if(this.currentTask===e)try{this.buffer.abort()}catch{}},{once:!0});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:bd.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:yd(t)}}}var Td=wd,Ed=(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 Dd{error$=new gd;updateEnd$=new vd(void 0);mediaSource;sourceBuffer;sourceBufferTaskQueue;tuning;subscription=new _d;constructor(e,t){this.mediaSource=e,this.tuning=t}init(e,t){this.sourceBuffer=this.mediaSource.addSourceBuffer(`${e}; codecs="${t}"`),this.sourceBufferTaskQueue=new Td(this.sourceBuffer,this.tuning),this.subscription.add(this.sourceBufferTaskQueue.error$.subscribe(e=>this.error$.next(e))),this.subscription.add(md(this.sourceBuffer,`error`).subscribe(()=>this.error$.next({id:`SourceBuffer`,category:pd.VIDEO_PIPELINE,message:`SourceBuffer Error event fired`}))),this.subscription.add(md(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)}async clear(e){let t=this.getBufferState();if(hd(t))return Promise.resolve(!1);let n=!0;await this.sourceBufferTaskQueue.abort();for(let r of t)n&&=await this.sourceBufferTaskQueue.remove(r.from,r.to,e);return n}warmUpMediaSource(){!hd(this.sourceBuffer)&&!this.sourceBuffer.updating&&(this.sourceBuffer.mode=`segments`)}getBufferState(){if(hd(this.sourceBuffer)||!I(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 hd(this.sourceBuffer)||!I(this.mediaSource,this.sourceBuffer)||!this.sourceBuffer.buffered.length||hd(e)?0:Ed(this.sourceBuffer.buffered,e)}async abortBuffer(e){return hd(this.sourceBuffer)?!1:this.sourceBufferTaskQueue.abort(e)}destroy(){if(this.subscription.unsubscribe(),this.sourceBufferTaskQueue?.destroy(),this.sourceBuffer)try{this.mediaSource.removeSourceBuffer(this.sourceBuffer)}catch(e){if(!(e instanceof DOMException&&e.name===`NotFoundError`))throw e}this.sourceBuffer=null}}import{ErrorCategory as Od,isHigher as kd,isLower as Ad,isLowerOrEqual as jd,VideoQuality as Md}from"@vkontakte/videoplayer-shared";var Nd=e=>{switch(e){case`DASH_SEP`:case`DASH_WEBM`:case`DASH_WEBM_AV1`:case`DASH_ONDEMAND`:case`DASH_STREAMS`:return!0;default:return!1}},Pd=Object.values(Md).filter(e=>e!==Md.INVARIANT).sort((e,t)=>kd(e,t)?-1:1),Fd=e=>{if(!e||e===Md.INVARIANT)return null;let t=Pd.find(t=>Ad(t,e))??Md.Q_1080P;return jd(t,Md.Q_1080P)?Md.Q_1080P:t},Id=(e,t,n)=>e.category===Od.VIDEO_PIPELINE&&e.id.endsWith(`MediaError#${MediaError.MEDIA_ERR_DECODE}`)&&Nd(t)?Fd(n):null,Ld=({height:e},t)=>{let n=`${e}p`;try{return kd(n,t)}catch{return!1}},Rd=(e,t)=>{e.video.forEach(e=>{e.representations.forEach(e=>{e.tvDisabled=e.tvDisabled||Ld(e,t)})})},zd=(e,t,n)=>{let r=[];for(let i of e.representations){let e=`${i.mime}; codecs="${i.codecs}"`,a=t.canPlayType?.(e),o=!1;switch(n){case`probably`:o=a===`probably`;break;case`maybe`:o=!!a;break}o&&r.push(i)}return r.length?{...e,representations:r}:null},Bd=(e,t,n)=>{let r=[];for(let i of e){let e=zd(i,t,n);e&&r.push(e)}return r},Vd=(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},Hd=[`timeupdate`,`progress`,`play`,`seeked`,`stalled`,`waiting`],Ud=[`timeupdate`,`progress`,`loadeddata`,`playing`,`seeked`];class Wd{element=null;manifestUrlString=``;source=null;manifest=null;tuning;tracer;stallTracer=null;forceVideoCodec;stallStartTime=null;lastForceSeekTimestamp=null;videoBufferManager;audioBufferManager;bufferManagers=[];videoNativeBufferManager;audioNativeBufferManager;nativeBufferManagers=[];throughputEstimator;subscription=new lc;subscriptionRemovable=new uc;representationSubscription=new lc;fetcher;segmentCacheService;forceEnded$=new cc;stallWatchdogSubscription;destroyController=new Us;state$=new At(`none`);currentVideoRepresentation$=new R(void 0);currentVideoRepresentationInit$=new R(void 0);currentAudioRepresentation$=new R(void 0);currentVideoSegmentLength$=new R(0);currentAudioSegmentLength$=new R(0);error$=new cc;manifestRequested=new cc;manifestReceived=new cc;firstBytesRequested=new cc;firstBytesReceived=new cc;lastConnectionType$=new R(void 0);lastConnectionReused$=new R(void 0);lastRequestFirstBytes$=new R(void 0);lastConnectionMetrics$=new R(void 0);lastDownloadMetrics$=new R(void 0);currentLiveTextRepresentation$=new R(null);timeoutSourceOpenId;isLive$=new R(!1);isActiveLive$=new R(!1);isLowLatency$=new R(!1);liveDuration$=new R(0);liveSeekableDuration$=new R(0);liveAvailabilityStartTime$=new R(0);liveStreamStatus$=new R(void 0);currentVideoBuffer$=new R({from:0,to:0});currentAudioBuffer$=new R({from:0,to:0});bufferLength$=new R(0);nativeBufferLength$=new R(0);nativeAudioBufferLength$=new R({from:0,to:0});liveLatency$=new R(void 0);liveLoadBufferLength$=new R(0);livePositionFromPlayer$=new R(0);currentStallDuration$=new R(0);videoLastDataObtainedTimestamp$=new R(0);fetcherRecoverableError$=new cc;fetcherError$=new cc;updateDurationError$=new cc;isOnDemand=!1;dashMaxTvVideoQuality;constructor(e){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 hl({...this.tuning.segmentCache}):void 0,this.fetcher=new vl({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()}initRepresentations=Ks(this.destroyController.signal,async function*(e,t,n){this.tracer.log(`initRepresentationsStart`,Qs({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?qs(this.audioBufferManager):qs(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`)}.bind(this));async initManifest(e,t,n){this.tracer.log(`initManifest`),this.state$.startTransitionTo(`manifest_ready`),this.element=e,this.manifestUrlString=this.prepareManifestUrlString(t,n),this.manifest=await this.updateManifest(),!this.tuning.audioOnly&&!this.manifest?.streams.video.length||this.tuning.audioOnly&&!this.manifest?.streams.audio.length?this.error$.next({id:`NoRepresentations`,category:Js.PARSER,message:`No playable video representations`}):this.state$.setState(`manifest_ready`)}initBuffer(){let e=this.tracer.createComponentTracer(`initBuffer`);qs(this.element),this.state$.setState(`running`),this.subscription.add(oc(...Hd.map(e=>$s(this.element,e)),$s(tc(),`online`),nc(this.tuning.dash.tickMaintainInterval)).subscribe(()=>this.tick(),e=>this.error$.next({id:`DashVKPlayer`,category:Js.WTF,message:`Internal logic error`,thrown:e}))),e.log(`tick maintain subscription initialized`);let t=[...this.source?.activeSourceBuffers??[]];this.subscription.add(oc(...t.map(e=>$s(e,`updateend`))).subscribe(e=>this.reinitDecoderIfNeeded())),e.log(`reinit decoder subscription initialized`),this.subscription.add($s(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=sc(),this.lastForceSeekTimestamp=null,this.stallWatchdogSubscription=nc(this.tuning.dash.stallWatchdogInterval).subscribe(()=>this.stallWatchdogIntervalCallback(),e=>this.error$.next({id:`StallWatchdogCallback ${e instanceof Error?e.message:``}`,category:Js.NETWORK,message:`Can't restore DASH after stall.`,thrown:e,origin:Ys.Stall})),this.subscriptionRemovable.add(this.stallWatchdogSubscription)})),e.log(`stall subscription initialized`),e.end()}async switchRepresentation(e,t,n){return{video:this.videoBufferManager,audio:this.audioBufferManager,text:null}[e]?.switchTo(t,n)}async seek(e,t=!1){let n=this.tracer.createComponentTracer(`seek `+e);qs(this.element);let r;r=t||this.element.duration*1e3<=this.tuning.dashSeekInSegmentDurationThreshold||Math.abs(this.element.currentTime*1e3-e)<=this.tuning.dashSeekInSegmentAlwaysSeekDelta?e:Math.max(this.videoBufferManager?.findSegmentStartTime(e)??e,this.audioBufferManager?.findSegmentStartTime(e)??e),this.warmUpMediaSourceIfNeeded(r),n.log(`prepare seek `,{requestedPosition:e,forcePrecise:t}),await Promise.all([this.videoBufferManager?.prepareSeek(),this.audioBufferManager?.prepareSeek()]),this.element.currentTime=r/1e3,n.log(`set current time to `,{currentTime:r/1e3}),n.log(`seek to `,{position:r}),await Promise.all([this.videoBufferManager?.seek(r),this.audioBufferManager?.seek(r)]),await this.reinitDecoderIfNeeded(),n.end()}warmUpMediaSourceIfNeeded(e=this.element?.currentTime){rc(this.element)&&rc(this.source)&&rc(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(),rc(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:Js.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 lc;t.add(oc(...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`}async reinitDecoderIfNeeded(e=!1){let t=this.videoNativeBufferManager?.getBufferState()??[],n=this.audioNativeBufferManager?.getBufferState()??[],r;if(r=ic(this.videoBufferManager)?n:ic(this.audioBufferManager)?t:Vd(t,n),ic(this.element)||!r.length)return;let i=this.element.currentTime*1e3;if(this.element.readyState<HTMLMediaElement.HAVE_FUTURE_DATA&&r.some(({from:e,to:t})=>i>=e&&i<=t&&t-e>this.tuning.dash.minNativeBufferSize/2)){this.tracer.log(`reinitDecoderIfNeeded`,Qs({currentTime:i,force:e,videoBufferIntervals:t,audioBufferIntervals:n})),e?await this.seek(i):this.element.currentTime=this.element.currentTime;return}}async stallWatchdogIntervalCallback(){if(qs(this.element),qs(this.source),this.isStreamNotOpen)return;if(this.tuning.stallsManager.ignoreStallsOnPause&&this.element.paused){this.stopStallWatchdogSubscription();return}let e=sc(),t=rc(this.stallStartTime)?e-this.stallStartTime:0;this.currentStallDuration$.next(t),this.stallTracer?.log(`timeInWaiting`,{timeInWaiting:t});let n=ic(this.lastForceSeekTimestamp)||e-this.lastForceSeekTimestamp>=1e3;if(n&&(this.lastForceSeekTimestamp=e),await this.reinitDecoderIfNeeded(n),this.isStallExceeded(t))throw this.stallTracer?.log(`stallExceeded`,{timeInWaiting:t}),this.stallTracer?.setSpanAttributes({timeInWaiting:t,unexpectedStall:!0}),this.tuning.dash.tracerResumeOnUnexpectedStall&&this.tracer.resume(),Error(`Stall timeout exceeded: ${t} ms`);await this.restoreAfterDeepStall()}isStallExceeded(e){if(ic(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=sc(),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=rc(this.videoBufferManager)&&l<r&&o-s>a,f=rc(this.audioBufferManager)&&u<r&&o-c>a;return(d||f)&&e>a||e>=t}async updateManifest(){this.tracer.log(`updateManifestStart`,{manifestUrl:this.manifestUrlString});let e=await this.fetchManifest();if(ic(e))return null;let t=this.parseManifest(e);if(!t)return null;let n=this.getResultManifest(t);return this.tracer.log(`updateManifestEnd`,Qs(n)),n}fetchManifest=Ks(this.destroyController.signal,async function*(){try{return yield this.fetcher.fetchManifest(this.manifestUrlString)}catch(e){ic(this.manifest)&&!this.bufferLength$.getValue()&&this.error$.next({id:`LoadManifest`,category:Js.NETWORK,message:`Failed to load manifest`,thrown:e})}}.bind(this));parseManifest(e){try{return Dl(e??``,this.manifestUrlString)}catch(t){let n=Gs(e)??{id:`ManifestParsing`,category:Js.PARSER,message:`Failed to parse MPD manifest`,thrown:t};this.error$.next(n)}}getResultManifest(e){let t={text:e.streams.text,video:[],audio:[]},n=(e,t,n)=>!!(this.element?.canPlayType?.(t)&&Re()?.isTypeSupported?.(`${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?Bd(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=io(s.map(({codecs:e})=>e)),c=i[0],c&&(t[a]=s.filter(({codecs:e})=>ao(e)===c));else if(a===`video`){r=no(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=>ao(e.codecs)===l.name&&!!e.hdr===l.hdr))}if(a===`video`){let{videoStreamRepresentaionsFilter:e}=this.tuning.dash;if(e.length&&co(t,e),this.dashMaxTvVideoQuality&&Rd(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={...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){qs(this.manifest),qs(this.element);let i=e=>{this.representationSubscription.add($s(e,`error`).pipe(Xs(e=>!!this.element?.played.length)).subscribe(e=>{this.error$.next({id:`VideoSource`,category:Js.VIDEO_PIPELINE,message:`Unexpected video source error`,thrown:e})}))};this.source=Ve();let a=tc().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(rc(t)){let t=this.manifest.streams.video.reduce((e,t)=>[...e,...t.representations],[]);t.length&&(this.videoNativeBufferManager=new Dd(this.source,this.tuning),this.videoBufferManager=fd.getBufferManager(`video`,this.videoNativeBufferManager,t,e),this.bufferManagers.push(this.videoBufferManager),this.nativeBufferManagers.push(this.videoNativeBufferManager))}if(rc(n)){this.audioNativeBufferManager=new Dd(this.source,this.tuning);let t=this.manifest.streams.audio.reduce((e,t)=>[...e,...t.representations],[]);this.audioBufferManager=fd.getBufferManager(`audio`,this.audioNativeBufferManager,t,e),this.bufferManagers.push(this.audioBufferManager),this.nativeBufferManagers.push(this.audioNativeBufferManager)}}async waitStreamToOpen(){if(this.isStreamNotOpen){let e=this.tuning.dash.sourceOpenTimeout>=0;await new Promise(t=>{e&&(this.timeoutSourceOpenId=j.setTimeout(()=>{if(this.isStreamNotOpen){t();return}this.error$.next({id:`OpenOfStream`,category:Js.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})})}}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(oc(...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(oc(...Ud.map(e=>$s(this.element,e)),nc(this.tuning.dash.tickMaintainInterval)).pipe(ac(e=>this.videoBufferManager?.getPlaybackBufferState()??this.audioBufferManager?.getPlaybackBufferState()),Xs(rc),ac(({from:e,to:t})=>({from:e/1e3,to:t/1e3}))).subscribe(this.currentVideoBuffer$)),this.representationSubscription.add(oc(...Ud.map(e=>$s(this.element,e)),nc(this.tuning.dash.tickMaintainInterval)).pipe(ac(e=>this.audioBufferManager?.getPlaybackBufferState()),Xs(rc),ac(({from:e,to:t})=>({from:e/1e3,to:t/1e3}))).subscribe(this.currentAudioBuffer$)),this.representationSubscription.add(oc(...Ud.map(e=>$s(this.element,e)),nc(this.tuning.dash.tickMaintainInterval)).pipe(ac(e=>Math.min(this.videoBufferManager?.getForwardPlaybackBufferDuration()??1/0,this.audioBufferManager?.getForwardPlaybackBufferDuration()??1/0)),Zs()).subscribe(this.bufferLength$)),this.representationSubscription.add(this.nativeBufferLength$.pipe(Xs(e=>e>this.tuning.dash.virtualBufferEmptinessTolerance)).subscribe(()=>this.stopStallWatchdogSubscription()))}initTracerSubscription(){let e=ec(this.tracer.error.bind(this.tracer));this.subscription.add(this.error$.subscribe(e(`error`,!0)))}async tick(){if(ic(this.element)||this.isStreamNotOpen)return;let e=this.element.currentTime*1e3,t=this.videoNativeBufferManager?.getBufferState()??[],n=this.audioNativeBufferManager?.getBufferState()??[],r=t.find(t=>e>=t.from&&e<=t.to),i=n.find(t=>e>=t.from&&e<=t.to),a=r?r.to-e:0,o=i?i.to-e:1/0;rc(this.videoBufferManager)?this.nativeBufferLength$.next(Math.min(a,o)):rc(this.audioBufferManager)&&this.nativeBufferLength$.next(o),i&&this.nativeAudioBufferLength$.next({from:i.from/1e3,to:i.to/1e3});let s=this.videoBufferManager?.lastDataObtainedTimestamp??0;this.videoLastDataObtainedTimestamp$.next(s),await Promise.all([this.videoBufferManager?.maintain(),this.audioBufferManager?.maintain()])}}import{assertNonNullable as Gd,combine as Kd,ErrorCategory as qd,filter as Jd,filterChanged as Yd,fromEvent as Xd,isNonNullable as Zd,map as Qd,merge as $d}from"@vkontakte/videoplayer-shared";class ef extends Wd{constructor(e){super(e)}prepareManifestUrlString(e,t){return e}initRepresentationSubscriptions(){super.initRepresentationSubscriptions(),this.initDisableStallWatchdogSubscription(),this.initEndOfVideoSubscription()}setSourceInitDuration(){Gd(this.manifest),Gd(this.source);let e=[this.manifest.duration??0,...[...this.manifest.streams.audio,...this.manifest.streams.video].flatMap(e=>e.representations).flatMap(e=>{let t=[];return e.duration&&t.push(e.duration),Ko(e.segmentReference)&&e.segmentReference.totalSegmentsDurationMs&&t.push(e.segmentReference.totalSegmentsDurationMs),t})];this.source.duration=Math.max(...e)/1e3}async restoreAfterDeepStall(){Gd(this.element);let e=this.element.currentTime*1e3;this.stallTracer?.log(`restore maintain`,{position:e}),await Promise.all([this.videoBufferManager?.maintain(e),this.audioBufferManager?.maintain(e)])}initDisableStallWatchdogSubscription(){Gd(this.element);let e=$d(Xd(this.element,`ended`),this.forceEnded$),t=this.nativeBufferLength$.pipe(Jd(e=>e>this.tuning.dash.virtualBufferEmptinessTolerance));this.representationSubscription.add($d(e,t).subscribe(e=>this.stopStallWatchdogSubscription()))}initEndOfVideoSubscription(){let e=Kd({allBuffersFull:$d(...this.bufferManagers.map(e=>e.fullyBuffered$)).pipe(Qd(()=>this.bufferManagers.every(e=>e.fullyBuffered$.getValue()))),someBufferEnded:$d(...this.bufferManagers.map(e=>e.onLastSegment$)).pipe(Qd(()=>this.bufferManagers.some(e=>e.onLastSegment$.getValue())))}).pipe(Yd(),Qd(({allBuffersFull:e,someBufferEnded:t})=>e&&t),Jd(e=>e));this.representationSubscription.add($d(this.forceEnded$,e).pipe(Jd(e=>Zd(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:qd.VIDEO_PIPELINE,message:`Failed to end MediaSource stream`,thrown:e})}}))}}class tf extends Hs{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(xo(),bo(e=>So(e))).subscribe(()=>{this.player.updateSourceDurationFromSegments()},r)),this.subscription.add(this.player.currentAudioRepresentation$.pipe(xo(),bo(e=>So(e))).subscribe(()=>{this.player.updateSourceDurationFromSegments()},r))}getPlayer(){return new ef({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)}}import{combine as nf,merge as rf,filter as af,filterChanged as of,isNullable as sf,map as cf,ValueSubject as lf,isNonNullable as uf}from"@vkontakte/videoplayer-shared";var df=!1,ff={},pf=e=>{df=e},mf=()=>{ff={}},hf=e=>{e(ff)},gf=(e,t)=>{df&&(ff.meta=ff.meta??{},ff.meta[e]=t)};class _f{name;constructor(e){this.name=e}next(e){if(!df)return;ff.series=ff.series??{};let t=ff.series[this.name]??[];t.push([Date.now(),e]),ff.series[this.name]=t}}import{isNullable as vf,ValueSubject as yf}from"@vkontakte/videoplayer-shared";class bf{prevReported=void 0;rawSeries$;smoothedSeries$;reportedSeries$;smoothed;pastMeasures=[];takenMeasures=0;measuresCursor=0;params;smoothed$;debounced$;varianceCoefficient$;constructor(e){this.params=e,this.pastMeasures=Array(e.deviationDepth),this.smoothed=this.prevReported=e.initial,this.smoothed$=new yf(e.initial),this.debounced$=new yf(e.initial),this.varianceCoefficient$=new yf(0);let t=e.label??`value`+Math.random().toString(16).substring(2,6);this.rawSeries$=new _f(`raw_${t}`),this.smoothedSeries$=new _f(`smoothed_${t}`),this.reportedSeries$=new _f(`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)&&(vf(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 xf extends bf{slow;fast;constructor(e){super(e),this.slow=this.fast=e.initial}updateSmoothedValue(e){this.slow=ts(this.slow,e,this.params.emaAlphaSlow),this.fast=ts(this.fast,e,this.params.emaAlphaFast);let t=this.params.fastDirection>0?Math.max:Math.min;this.smoothed=t(this.slow,this.fast)}}class Sf extends bf{emaSmoothed;constructor(e){super(e),this.emaSmoothed=e.initial}updateSmoothedValue(e){let t=ns(this.pastMeasures,this.takenMeasures);this.emaSmoothed=ts(this.emaSmoothed,e,this.params.emaAlpha);let n=rs(this.pastMeasures,this.takenMeasures,this.measuresCursor-1,this.params.basisTrendChangeCount);this.smoothed=n?this.emaSmoothed:t}}class Cf extends bf{extremumInterval;furtherValues=[];currentTopExtremumValue=0;constructor(e){super(e),this.extremumInterval=e.extremumInterval}next(e){this.currentTopExtremumValue<=e?(this.currentTopExtremumValue=e,this.furtherValues=[]):this.furtherValues.length===this.extremumInterval?(super.next(this.currentTopExtremumValue),this.currentTopExtremumValue=e,this.furtherValues=[]):this.furtherValues.push(e)}updateSmoothedValue(e){this.smoothed=this.smoothed?ts(this.smoothed,e,this.params.emaAlpha):e}}class wf{static getSmoothedValue(e,t,n){return n.type===`TwoEma`?new xf({initial:e,emaAlphaSlow:n.emaAlphaSlow,emaAlphaFast:n.emaAlphaFast,changeThreshold:n.changeThreshold,fastDirection:t,deviationDepth:n.deviationDepth,deviationFactor:n.deviationFactor,label:`throughput`}):new Sf({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 Cf({initial:e,label:`liveEdgeDelay`,...t})}}import{assertNonNullable as Tf,combine as Ef,ErrorCategory as Df,filter as Of,filterChanged as kf,fromEvent as Af,interval as jf,isNonNullable as Mf,isNullable as Nf,map as Pf,now as Ff,throttle as If}from"@vkontakte/videoplayer-shared";var Lf=(e,t)=>{e&&e.playbackRate!==t&&(e.playbackRate=t)};import{isNullable as Rf,ValueSubject as zf}from"@vkontakte/videoplayer-shared";class Bf{currentRepresentation$=new zf(null);maxRepresentations=4;representationsCursor=0;representations=[];getCurrentPosition;currentSegment=null;constructor(e,t){this.getCurrentPosition=t.getCurrentPosition,this.processStreams(e)}updateLive(e){this.processStreams(e?.streams.text)}seekLive(e){this.processStreams(e)}maintain(e=this.getCurrentPosition()){if(!Rf(e))for(let t of this.representations)for(let n of t){let t=n.segmentReference,r=t.segments.length,i=t.segments[0].time.from,a=t.segments[r-1].time.to;if(e<i||e>a)continue;let o=t.segments.find(t=>t.time.from<=e&&t.time.to>=e);!o||this.currentSegment?.time.from===o.time.from&&this.currentSegment.time.to===o.time.to||(this.currentSegment=o,this.currentRepresentation$.next({...n,label:`Live Text`,language:`ru`,isAuto:!0,url:new URL(o.url,t.baseUrl).toString()}))}}destroy(){this.currentRepresentation$.next(null),this.currentSegment=null,this.representations=[]}processStreams(e){for(let t of e??[]){let e=Bf.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=>Bf.filterRepresentations(e.representations))}static filterRepresentations(e){return e?.filter(e=>e.kind===`text`&&`segmentReference`in e&&Ko(e.segmentReference))}}class Vf extends Wd{liveTextManager;liveStreamEndTimestamp=0;liveBuffer;livePauseWatchdogSubscription;liveWasInterrupted=!1;constructor(e){super(e),this.liveBuffer=wf.getLiveBufferSmoothedValue(this.tuning.dashCmafLive.lowLatency.maxTargetOffset,{...e.tuning.dashCmafLive.lowLatency.bufferEstimator})}async seek(e){Tf(this.element),this.updateManifestUrlWithTimeOffset(e),this.manifest=await this.updateManifest(),await this.forcePositionToRepresentationInitialTime()}initBuffer(){super.initBuffer(),this.forcePositionToRepresentationInitialTime()}async forcePositionToRepresentationInitialTime(){let e=this.videoBufferManager?.getRepresentationInitialTime()??0;await super.seek(e,!1)}async tick(){await super.tick();let e=(this.element?.currentTime??0)*1e3;this.liveTextManager?.maintain(e)}setSourceInitDuration(){Tf(this.source),this.source.duration=2**53-1}isStallExceeded(e){let{keepSilentStallWatchdogWhenNotActive:t}=this.tuning.dashCmafLive,n=this.liveStreamStatus$.getValue()===`active`;return(!t||n)&&super.isStallExceeded(e)}async restoreAfterDeepStall(){let{liveStallReinitInterval:e}=this.tuning.dash,{keepSilentStallWatchdogWhenNotActive:t}=this.tuning.dashCmafLive,n=this.currentStallDuration$.getValue(),r=this.liveStreamStatus$.getValue()===`active`;if(n%e===0){let e=this.normalizeLiveOffset(-1*this.livePositionFromPlayer$.getValue()*1e3);!r&&t?(this.liveWasInterrupted=!0,this.updateManifestUrlWithTimeOffset(e),this.manifest=await this.updateManifest(),await this.forcePositionToRepresentationInitialTime()):this.seek(e).catch(e=>{this.error$.next({id:`stallIntervalCallback`,category:Df.VIDEO_PIPELINE,message:`stallIntervalCallback failed`,thrown:e})})}}async updateManifest(){let e=await super.updateManifest();if(Nf(e))return null;if(Nf(e.live))return this.error$.next({id:`ManifestParsing`,category:Df.PARSER,message:`MPD doesnt contain live section for live stream`}),null;this.isLive$.next(!0);let{availabilityStartTime:t,latestSegmentPublishTime:n,streamIsUnpublished:r,streamIsAlive:i}=e.live,a=(e.duration??0)/1e3;this.liveSeekableDuration$.next(-1*a),this.liveDuration$.next((n-t)/1e3),this.liveAvailabilityStartTime$.next(e.live.availabilityStartTime);let o=`active`;if(i||(o=r?`unpublished`:`unexpectedly_down`),this.liveStreamStatus$.next(o),this.bufferManagers.forEach(t=>t.updateManifest(e)),this.liveTextManager?.updateLive(e),i&&this.liveWasInterrupted){this.liveWasInterrupted=!1,this.stopStallWatchdogSubscription();let e=this.normalizeLiveOffset(-1*this.livePositionFromPlayer$.getValue()*1e3);this.seek(e).catch(e=>{this.error$.next({id:`updateManifest`,category:Df.VIDEO_PIPELINE,message:`seekLive after stream restore failed`,thrown:e})})}return e}prepareManifestUrlString(e,t){return k(e,t,2)}updateManifestUrlWithTimeOffset(e){let t=this.liveStreamStatus$.getValue()===`active`?0:Ff()-this.liveStreamEndTimestamp,n=this.normalizeLiveOffset(e+t);this.isActiveLive$.next(n===0),this.manifestUrlString=k(this.manifestUrlString,n,2)}createBuffers(e,t,n,r){Tf(this.manifest),super.createBuffers(e,t,n,r),Bf.isSupported(this.manifest.streams.text)&&!this.isLowLatency$.getValue()&&(this.liveTextManager=new Bf(this.manifest.streams.text,e))}initRepresentationSubscriptions(){Tf(this.element),Tf(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),Mf(this.liveTextManager)&&this.representationSubscription.add(this.liveTextManager.currentRepresentation$.subscribe(this.currentLiveTextRepresentation$))}initStreamDurationOnPauseSubscription(){Tf(this.element);let{liveUpdateInterval:e}=this.tuning.dash,t=()=>jf(e).subscribe(async t=>{let n=pe(this.manifestUrlString,2);this.manifestUrlString=k(this.manifestUrlString,n+e,2),this.liveStreamStatus$.getValue()===`active`&&(this.manifest=await this.updateManifest())});this.representationSubscription.add(Af(this.element,`pause`).subscribe(e=>{this.livePauseWatchdogSubscription=t(),this.representationSubscription.add(this.livePauseWatchdogSubscription)})),this.representationSubscription.add(Af(this.element,`play`).subscribe(e=>this.livePauseWatchdogSubscription?.unsubscribe()))}initLiveDurationSubscriptions(e){this.representationSubscription.add(this.liveDuration$.pipe(kf()).subscribe(e=>this.liveStreamEndTimestamp=Ff())),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(Ef({isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(Pf(({isActiveLive:e,isLowLatency:t})=>e&&t),kf(),Of(e=>!this.isManualDecreasePlaybackInLive())).subscribe(e=>Lf(this.element,1))),this.representationSubscription.add(Ef({liveBuffer:this.liveBuffer.smoothed$,isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(Of(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),Lf(this.element,s)}))}initLiveBufferInfoSubscriptions(e,t){this.representationSubscription.add(Ef({bufferLength:this.bufferLength$,isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(Of(({bufferLength:e,isActiveLive:t,isLowLatency:n})=>t&&n&&!!e),Pf(({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(Ef({isLive:this.isLive$,rtt:this.throughputEstimator.rtt$,bufferLength:this.bufferLength$,segmentServerLatency:e.currentLiveSegmentServerLatency$}).pipe(Of(({isLive:e})=>e),kf((e,t)=>t.bufferLength<e.bufferLength),Pf(({rtt:e,bufferLength:t,segmentServerLatency:n})=>{let r=pe(this.manifestUrlString,2);return(e/2+t+n+r)/1e3})).subscribe(this.liveLatency$))}initLiveMaintainSubscription(e){let t=0;this.representationSubscription.add(Ef({liveLoadBufferLength:this.liveLoadBufferLength$,bufferLength:this.bufferLength$}).pipe(If(this.tuning.dash.liveUpdateInterval)).subscribe(async({liveLoadBufferLength:n,bufferLength:r})=>{Tf(this.element);let i=this.element.playbackRate,a=pe(this.manifestUrlString,2),o=Math.abs(this.livePositionFromPlayer$.getValue())*1e3,s=Math.min(o,this.tuning.dashCmafLive.normalizedTargetMinBufferSize*i),c=this.tuning.dashCmafLive.normalizedActualBufferOffset*i,l=this.tuning.dashCmafLive.normalizedLiveMinBufferSize*i,u=isFinite(n)?n:r,d=this.isActiveLive$.getValue()&&this.isLowLatency$.getValue(),f=o<=this.tuning.live.activeLiveDelay;this.isActiveLive$.next(f);let p=`none`;if(d?p=`active_low_latency`:this.isLowLatency$.getValue()&&f?(e.forEach(e=>e.proceedLowLatencyLive()),p=`active_low_latency`):a!==0&&u<s?p=`live_forward_buffering`:u<s+l&&(p=`live_with_target_offset`),isFinite(n)&&(t=n>t?n:t),p===`live_forward_buffering`||p===`live_with_target_offset`){let e=t-(s+c),r=this.normalizeLiveOffset(Math.trunc(a+e/i)),o=Math.abs(r-a),l=0;!n||o<=this.tuning.dashCmafLive.offsetCalculationError?l=a:r>0&&o>this.tuning.dashCmafLive.offsetCalculationError&&(l=r),this.manifestUrlString=k(this.manifestUrlString,l,2)}(p===`live_with_target_offset`||p===`live_forward_buffering`)&&(t=0,this.manifest=await this.updateManifest())},e=>{this.error$.next({id:`updateLive`,category:Df.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 Hf extends Hs{constructor(e){super(e),this.textTracksManager?.destroy()}getPlayer(){return new Vf({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 lf(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(of()).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(cf(e=>e.to)).subscribe(this.player.isLowLatency$)).add(nf({liveBufferTime:n.liveBufferTime$,liveAvailabilityStartTime:this.player.liveAvailabilityStartTime$}).pipe(cf(({liveBufferTime:e,liveAvailabilityStartTime:t})=>e&&t?e+t:void 0)).subscribe(n.liveTime$)).add(nf({liveDuration:this.player.liveDuration$,liveStreamStatus:this.player.liveStreamStatus$,playbackRate:rf(r.playbackRateState$,new lf(1))}).pipe(af(({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||sf(i)||(t=e-i)})).add(nf({time:n.liveBufferTime$,liveDuration:this.player.liveDuration$,playbackRate:rf(r.playbackRateState$,new lf(1))}).pipe(of((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||sf(e)||sf(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=Uo(e);this.params.output.availableTextTracks$.next([t])}})),this.params.tuning.dashCmafLive.externalStopControl||this.subscription.add(this.player.liveStreamStatus$.pipe(af(e=>uf(e))).subscribe(e=>n.isLiveEnded$.next(e===`unpublished`&&n.position$.getValue()===0)))}seek(e){this.params.output.willSeekEvent$.next();let t=-e,n=Math.trunc(t/1e3<=Math.abs(this.params.output.duration$.getValue())?t:0);this.player.seek(n).then(()=>{this.params.output.position$.next(e/1e3)})}}import{assertNever as Uf,assertNonNullable as Wf,combine as Gf,debounce as Kf,ErrorCategory as qf,filter as Jf,filterChanged as Yf,fromEvent as Xf,isNonNullable as Zf,isNullable as Qf,map as $f,merge as ep,observableFrom as tp,once as np,Subscription as rp,throttle as ip}from"@vkontakte/videoplayer-shared";import{AbortControllerPolyfilled as ap}from"@vkontakte/videoplayer-shared";var op=(e,t,n=0)=>{for(let r=0;r<e.length;r++)if(e.start(r)*1e3-n<=t&&e.end(r)*1e3+n>t)return!0;return!1};import{abortable as sp,assertNonNullable as cp,combine as lp,ErrorCategory as up,ErrorOrigin as dp,filter as fp,filterChanged as pp,flattenObject as mp,fromEvent as hp,getTraceSubscriptionMethod as gp,interval as _p,isNonNullable as vp,isNullable as yp,map as bp,merge as xp,now as Sp,Subject as Cp,Subscription as wp,SubscriptionRemovable as Tp,tap as Ep,throttle as Dp,ValueSubject as U}from"@vkontakte/videoplayer-shared";import{AbortControllerPolyfilled as Op}from"@vkontakte/videoplayer-shared";import{cancelIdleCallbackPolyfilled as kp}from"@vkontakte/videoplayer-shared";import{requestIdleCallbackPolyfilled as Ap}from"@vkontakte/videoplayer-shared";import{assertNever as jp,ErrorCategory as Mp,Subject as Np}from"@vkontakte/videoplayer-shared";var Pp=18,Fp=!1;try{Fp=M.browser.isSafari&&!!M.browser.safariVersion&&M.browser.safariVersion<=Pp}catch(e){console.error(e)}class Ip{bufferFull$=new Np;error$=new Np;buffer;queue=[];currentTask=null;destroyed=!1;abortRequested=!1;constructor(e){this.buffer=e,this.buffer.addEventListener(`updateend`,this.completeTask)}async append(e,t){return t&&t.aborted?!1:new Promise(n=>{let r={operation:`append`,data:e,signal:t,callback:n};this.queue.push(r),this.pull()})}async remove(e,t,n){return n&&n.aborted?!1:new Promise(r=>{let i={operation:`remove`,from:e,to:t,signal:n,callback:r};this.queue.unshift(i),this.pull()})}async abort(e){return new Promise(t=>{let n,r=e=>{this.abortRequested=!1,t(e)};n=Fp&&e?{operation:`safariAbort`,init:e,callback:r}:{operation:`abort`,callback:r},this.currentTask&&=(this.currentTask.callback(!1),null);for(let{callback:e}of this.queue)e(!1);this.abortRequested=!0,n&&(this.queue=[n]),this.pull()})}destroy(){this.destroyed=!0,this.buffer.removeEventListener(`updateend`,this.completeTask),this.queue=[],this.currentTask=null;try{this.buffer.abort()}catch(e){if(!(e instanceof DOMException&&e.name===`InvalidStateError`))throw e}}completeTask=()=>{try{if(this.currentTask){let e=this.currentTask.signal?.aborted;this.currentTask.callback(!e),this.currentTask=null}this.queue.length&&this.pull()}catch(e){this.error$.next({id:`BufferTaskQueueUnknown`,category:Mp.VIDEO_PIPELINE,message:`Buffer appending or removal failed`,thrown:e})}};pull(){if((this.buffer.updating||this.currentTask||this.destroyed)&&!this.abortRequested)return;let e=this.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:Mp.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:jp(t)}}}var Lp=Ip,Rp=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};import{abortable as zp,assertNonNullable as W,ErrorCategory as Bp,ErrorOrigin as Vp,flattenObject as Hp,fromEvent as Up,getExponentialDelay as Wp,getWindow as Gp,isHigher as Kp,isNonNullable as qp,isNullable as G,now as Jp,once as Yp,Subject as Xp,Subscription as Zp,ValueSubject as Qp,isAbortError as $p}from"@vkontakte/videoplayer-shared";class em{currentLiveSegmentServerLatency$=new Qp(0);currentLowLatencySegmentLength$=new Qp(0);currentSegmentLength$=new Qp(0);onLastSegment$=new Qp(!1);fullyBuffered$=new Qp(!1);playingRepresentation$=new Qp(void 0);playingRepresentationInit$=new Qp(void 0);error$=new Xp;gaps=[];updateEnd$=new Qp(void 0);subscription=new Zp;kind;initData;parsedInitData;representations;segments;segmentIndexMap=new Map;allInitsLoaded=!1;activeSegments=new Set;forwardBufferRepresentations=new Map;mediaSource;playingRepresentationId;downloadingRepresentationId;switchingToRepresentationId;sourceBuffer;downloadAbortController=new Op;switchAbortController=new Op;destroyAbortController=new Op;useSmartRepresentationSwitch=!1;getCurrentPosition;isActiveLowLatency;tuning;forwardBufferTarget;fetcher;bufferLimit=1/0;sourceBufferTaskQueue;gapDetectionIdleCallback;initLoadIdleCallback;failedDownloads=0;baseUrls=[];baseUrlsIndex=0;compatibilityMode;preloadOnly;tracer;isLive=!1;liveUpdateSegmentIndex=0;liveInitialAdditionalOffset=0;isSeekingLive=!1;index=0;lastDataObtainedTimestampMs=0;loadByteRangeSegmentsTimeoutId=0;preDownloadedFirstSegment=new Map;brokenSegmentAppendDetected=!1;constructor(e,t,n,{fetcher:r,tuning:i,getCurrentPosition:a,isActiveLowLatency:o,compatibilityMode:s=!1,manifest:c,tracer:l}){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.tracer=l.createComponentTracer(`${e} BufferManager`),this.initData=new Map(n.map(e=>[e.id,null])),this.segments=new Map,this.parsedInitData=new Map,this.representations=new Map(n.map(e=>[e.id,e])),this.kind=e,this.mediaSource=t,this.sourceBuffer=null}startWith=zp(this.destroyAbortController.signal,async function*(e){let t=this.tracer.createComponentTracer(`startWith ${e}`),n=this.representations.get(e);W(n,`Cannot find representation ${e}`),this.playingRepresentationId=e,this.downloadingRepresentationId=e,this.sourceBuffer=this.mediaSource.addSourceBuffer(`${n.mime}; codecs="${n.codecs}"`),this.sourceBufferTaskQueue=new Lp(this.sourceBuffer),t.log(`sourceBuffer created`),this.subscription.add(Up(this.sourceBuffer,`updateend`).subscribe(this.updateEnd$)),this.subscription.add(Up(this.sourceBuffer,`updateend`).subscribe(()=>{this.checkEjectedSegments(),this.maintain()},e=>{let t,n=this.mediaSource.readyState;n!==`open`&&(t={id:`SegmentEjection_source_${n}`,category:Bp.VIDEO_PIPELINE,message:`Error when trying to clear segments ejected by browser`,thrown:e}),t??={id:`SegmentEjection`,category:Bp.VIDEO_PIPELINE,message:`Error when trying to clear segments ejected by browser`,thrown:e},this.error$.next(t)})),this.subscription.add(Up(this.sourceBuffer,`error`).subscribe(()=>this.error$.next({id:`SourceBuffer`,category:Bp.VIDEO_PIPELINE,message:`SourceBuffer Error event fired`}))),this.subscription.add(this.sourceBufferTaskQueue.bufferFull$.subscribe(e=>{let t=this.tracer.createComponentTracer(`bufferFull`),n=this.getCurrentPosition();if(!this.sourceBuffer||!n||!I(this.mediaSource,this.sourceBuffer)){t.end();return}let r=Math.min(this.bufferLimit,rr(this.sourceBuffer.buffered)*.8);this.bufferLimit=r;let i=this.getForwardBufferDuration(n),a=Math.min(this.forwardBufferTarget,this.bufferLimit)*this.tuning.dash.minSafeBufferThreshold,o=i<a;t.log(`triggered`,Hp({size:e,newBufferLimit:r,forwardBuffer:i,minSafeBuffer:a,force:o,currentPosition:n})),this.pruneBuffer(n,e*2,o).catch(e=>{this.handleAsyncError(e,`pruneBuffer`)}),t.end()})),this.subscription.add(this.sourceBufferTaskQueue.error$.subscribe(e=>this.error$.next(e))),yield this.loadInit(n,`high`,!0),t.log(`init loaded `,{representationId:e});let r=this.initData.get(n.id),i=this.segments.get(n.id),a=this.parsedInitData.get(n.id);if(W(r,`No init buffer for starting representation`),W(i,`No segments for starting representation`),!(r instanceof ArrayBuffer)){t.end();return}this.searchGaps(i,n),yield this.sourceBufferTaskQueue.append(r,this.destroyAbortController.signal),t.log(`init segment added to sourceBuffer `),this.playingRepresentation$.next(this.playingRepresentationId),this.playingRepresentationInit$.next(a),t.end()}.bind(this));switchToWithPreviousAbort(e,t=!1){if(!I(this.mediaSource,this.sourceBuffer)||e===this.downloadingRepresentationId||e===this.switchingToRepresentationId)return Promise.resolve();this.switchAbortController.abort(),this.switchAbortController=new Op;let n=this.switchAbortController.signal;return n.addEventListener(`abort`,()=>{this.switchingToRepresentationId===e&&(this.switchingToRepresentationId=void 0)},{once:!0}),zp(n,async function*(e,t=!1){let n=this.tracer.createComponentTracer(`switchToWithPreviousAbort ${e}`);this.switchingToRepresentationId=e;let r=this.representations.get(e);W(r,`No such representation ${e}`);let i=this.segments.get(e),a=this.initData.get(e);if(G(a)||G(i)?yield this.loadInit(r,`high`,!1):a instanceof Promise&&(yield a),i=this.segments.get(e),W(i,`No segments for starting representation`),n.log(`init loaded`,Hp({newRepresentationId:e,segments:this.getForwardBufferRepresentations().get(e),buffer:this.getForwardBufferDuration()})),a=this.initData.get(e),!(a instanceof ArrayBuffer)||!this.sourceBuffer||!I(this.mediaSource,this.sourceBuffer)){this.switchingToRepresentationId===e&&(this.switchingToRepresentationId=void 0),n.end();return}if(yield this.abort(),n.log(`abort`),yield this.sourceBufferTaskQueue.append(a,this.downloadAbortController.signal),n.log(`new init segments was added to sourceBuffer`),t)this.switchingToRepresentationId=void 0,this.downloadingRepresentationId=e,n.log(`drop buffer requested`),yield this.dropBuffer(),n.log(`drop buffer succeeded`);else{let t=this.getCurrentPosition();qp(t)&&!this.isLive&&(this.bufferLimit=1/0,n.log(`pruneBuffer requested`),yield this.pruneBuffer(t,1/0,!0),n.log(`pruneBuffer succeeded`)),this.downloadingRepresentationId=e,this.switchingToRepresentationId=void 0}this.maintain(),n.end()}.bind(this))(e,t)}switchTo=zp(this.destroyAbortController.signal,async function*(e,t=!1){if(!I(this.mediaSource,this.sourceBuffer)||e===this.downloadingRepresentationId||e===this.switchingToRepresentationId)return;let n=this.tracer.createComponentTracer(`switchTo ${e}`);this.switchingToRepresentationId=e;let r=this.representations.get(e);W(r,`No such representation ${e}`);let i=this.segments.get(e),a=this.initData.get(e);if(G(a)||G(i)?yield this.loadInit(r,`high`,!1):a instanceof Promise&&(yield a),i=this.segments.get(e),W(i,`No segments for starting representation`),n.log(`init loaded`,Hp({newRepresentationId:e,segments:this.getForwardBufferRepresentations().get(e),buffer:this.getForwardBufferDuration()})),a=this.initData.get(e),!a||!(a instanceof ArrayBuffer)||!this.sourceBuffer||!I(this.mediaSource,this.sourceBuffer)){n.end();return}if(yield this.abort(),n.log(`abort`),yield this.sourceBufferTaskQueue.append(a,this.downloadAbortController.signal),n.log(`new init segments was added to sourceBuffer`),t)this.switchingToRepresentationId=void 0,this.downloadingRepresentationId=e,n.log(`drop buffer requested`),yield this.dropBuffer(),n.log(`drop buffer succeeded`);else{let t=this.getCurrentPosition();qp(t)&&!this.isLive&&(this.bufferLimit=1/0,n.log(`pruneBuffer requested`),yield this.pruneBuffer(t,1/0,!0),n.log(`pruneBuffer succeeded`)),this.switchingToRepresentationId=void 0,this.downloadingRepresentationId=e}this.maintain(),n.end()}.bind(this));switchToOld=zp(this.destroyAbortController.signal,async function*(e,t=!1){if(!I(this.mediaSource,this.sourceBuffer)||e===this.downloadingRepresentationId||e===this.switchingToRepresentationId)return;let n=this.tracer.createComponentTracer(`switchToOld ${e}`);this.switchingToRepresentationId=e;let r=this.representations.get(e);W(r,`No such representation ${e}`);let i=this.segments.get(e),a=this.initData.get(e);if(G(a)||G(i)?yield this.loadInit(r,`high`,!1):a instanceof Promise&&(yield a),i=this.segments.get(e),W(i,`No segments for starting representation`),n.log(`init loaded`,Hp({newRepresentationId:e,position:this.getCurrentPosition(),segments:this.getForwardBufferRepresentations().get(e),buffer:this.getForwardBufferDuration()})),a=this.initData.get(e),!a||!(a instanceof ArrayBuffer)||!this.sourceBuffer||!I(this.mediaSource,this.sourceBuffer)){n.end();return}if(yield this.abort(),n.log(`abort`),yield this.sourceBufferTaskQueue.append(a,this.downloadAbortController.signal),n.log(`new init segments was added to sourceBuffer`),t)this.switchingToRepresentationId=void 0,this.downloadingRepresentationId=e,n.log(`drop buffer requested`),yield this.dropBuffer(),n.log(`drop buffer succeeded`),this.maintain();else{let t=this.getCurrentPosition();qp(t)&&(!this.isLive&&!this.tuning.dash.useNewRepresentationSwitch&&(this.bufferLimit=1/0,n.log(`pruneBuffer requested`),yield this.pruneBuffer(t,1/0,!0),n.log(`pruneBuffer succeeded`)),this.maintain(t)),this.switchingToRepresentationId=void 0,this.downloadingRepresentationId=e}n.end()}.bind(this));warmUpMediaSource(){!G(this.sourceBuffer)&&!this.sourceBuffer.updating&&(this.sourceBuffer.mode=`segments`)}async abort(){for(let e of this.activeSegments)this.abortSegment(e.segment);return this.activeSegments.clear(),this.downloadAbortController.abort(),this.downloadAbortController=new Op,this.abortBuffer()}maintain(e=this.getCurrentPosition()){if(G(e)||G(this.downloadingRepresentationId)||G(this.playingRepresentationId)||G(this.sourceBuffer)||!I(this.mediaSource,this.sourceBuffer)||qp(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(W(t,`No such representation ${this.downloadingRepresentationId}`),W(n,`No such representation ${this.playingRepresentationId}`),G(r)||G(i))return;let a=r.find(t=>e>=t.time.from&&e<t.time.to);qp(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=Lu(n),s=Lu(t),c=this.useSmartRepresentationSwitch&&this.tuning.dash.useNewRepresentationSwitch&&this.tuning.dash.useSmartRepresentationSwitch&&qp(i)&&qp(s)&&Kp(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(G(n)||G(r))return 0;let i=Lu(n),a=Lu(r);return G(i)||G(a)?0:Kp(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)&&rr(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(s.includes(a))e=`high`;else{let t=s.at(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=r.at(-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=null,i=this.isLive?this.liveInitialAdditionalOffset:0;for(let a of e)Math.trunc(a.time.from-n)>0&&(r??=this.tracer.createComponentTracer(`searchGaps`),this.gaps.push({representation:t.id,from:n,to:a.time.from+i,persistent:!0})),n=a.time.to;qp(t.duration)&&t.duration-n>0&&!this.isLive&&(r??=this.tracer.createComponentTracer(`searchGaps`),this.gaps.push({representation:t.id,from:n,to:t.duration,persistent:!0})),r?.log(`gaps`,Hp({buffer:this.getForwardBufferDuration(),gaps:this.gaps,segments:this.getForwardBufferRepresentations().get(t.id)})),r?.end()}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=t.flatMap(e=>e.representations).find(e=>e.id===this.downloadingRepresentationId);if(!n)return;let r=this.segments.get(n.id);if(r?.length)return{from:r[0].time.from,to:r[r.length-1].time.to}}seekLive=zp(this.destroyAbortController.signal,async function*(e){let t=this.tracer.createComponentTracer(`seekLive`),n=e.flatMap(e=>e.representations);if(!this.downloadingRepresentationId||!n.length){t.end();return}this.isSeekingLive=!0;for(let e of this.representations.keys()){let r=n.find(t=>t.id===e);r&&this.representations.set(e,r);let i=this.representations.get(e);if(!i||!Wu(i.segmentReference)){this.isSeekingLive=!1,t.end();return}let a=this.getActualLiveStartingSegments(i.segmentReference);this.segments.set(i.id,a)}let r=this.switchingToRepresentationId??this.downloadingRepresentationId,i=this.representations.get(r);W(i,`Representation not found by id ${r}`);let a=this.segments.get(r);W(a,`No segments for starting representation`);let o=this.initData.get(r);if(W(o,`No init buffer for starting representation`),!(o instanceof ArrayBuffer)){this.isSeekingLive=!1,t.end();return}let s=this.getDebugBufferState();this.liveUpdateSegmentIndex=0,yield this.abort(),s&&(yield this.sourceBufferTaskQueue.remove(s.from*1e3,s.to*1e3,this.destroyAbortController.signal)),this.searchGaps(a,i),yield this.sourceBufferTaskQueue.append(o,this.destroyAbortController.signal),this.isSeekingLive=!1,t.end()}.bind(this));updateLive(e){if(!e||[...this.segments.values()].every(e=>!e.length))return;let t=e.streams[this.kind].flatMap(e=>e.representations);for(let e of t){if(!e||!Wu(e.segmentReference))return;let t=e.segmentReference.segments.map(e=>({...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;W(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?e.at(-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(!Wu(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=El(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.tracer?.log(`destroy`),this.initData.clear(),this.segments.clear(),this.parsedInitData.clear(),this.representations.clear(),this.preDownloadedFirstSegment.clear(),this.sourceBufferTaskQueue?.destroy(),this.gapDetectionIdleCallback&&kp&&kp(this.gapDetectionIdleCallback),this.initLoadIdleCallback&&kp&&kp(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),this.tracer?.end()}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&&I(this.mediaSource,this.sourceBuffer)&&!(op(this.sourceBuffer.buffered,t)&&op(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}async loadSegments(e,t,n=`auto`){Wu(t.segmentReference)?await this.loadTemplateSegment(e[0],t,n):await this.loadByteRangeSegments(e,t,n)}async loadTemplateSegment(e,t,n=`auto`){let r=this.tracer.createComponentTracer(`loadTemplateSegment ${t.id} ${e.time.from}-${e.time.to}`);e.status=`downloading`;let i={segment:e,loadedBytes:0,feedingBytes:0,fedBytes:0,representationId:t.id,startedAtMs:void 0};this.activeSegments.add(i);let{range:a,url:o,signal:s,onProgress:c,onProgressTasks:l}=this.prepareTemplateFetchSegmentParams(e,t);this.failedDownloads&&s&&(await zp(s,async function*(){let e=Wp(this.failedDownloads,this.tuning.downloadBackoff);yield new Promise(t=>j.setTimeout(()=>t(void 0),e))}.bind(this))(),s.aborted&&this.abortActiveSegments([e])),i.startedAtMs=Gp().performance.now(),r.log(`request`,Hp({url:o,range:a,priority:n,isLowLatency:this.isActiveLowLatency(),bufferOptimisation:this.tuning.dash.fetcherBufferOptimisation}));try{let e=await this.fetcher.fetch(o,{range:a,signal:s,onProgress:c,priority:n,isLowLatency:this.isActiveLowLatency(),bufferOptimisation:this.tuning.dash.fetcherBufferOptimisation});if(this.lastDataObtainedTimestampMs=Jp(),!e){r.log(`aborted`),r.end();return}let u=new DataView(e),d=Fu(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?(r.log(`await all partial chunks`),await Promise.all(l),r.log(`all chunks obtained`)):(r.log(`add full data to buffer`),await this.sourceBufferTaskQueue.append(u,s),r.log(`data successfully appended`));let{serverDataReceivedTimestamp:f,serverDataPreparedTime:p}=d.getServerLatencyTimestamps(u);f&&p&&this.currentLiveSegmentServerLatency$.next(p-f),i.segment.status=`downloaded`,this.onSegmentFullyAppended(i,t.id),this.failedDownloads=0,r.log(`appended`)}catch(t){this.abortActiveSegments([e]),$p(t)?r.log(`aborted with error`):(this.failedDownloads++,this.updateRepresentationsBaseUrlIfNeeded(),r.error(`failed`,{message:t instanceof Error?t.message:String(t)}))}finally{r.end()}}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())Wu(t.segmentReference)?t.segmentReference.baseUrl=e:t.segmentReference.url=e}async feedPreDownloadedFirstSegment(e,t){let n=this.preDownloadedFirstSegment.get(t.id);if(!n)return!1;let r=e[0],i=this.segments.get(t.id);if(G(i)||i[0]!==r)return!1;r.status=`downloading`;let a={segment:r,loadedBytes:n.byteLength,feedingBytes:0,fedBytes:0,representationId:t.id,startedAtMs:Gp().performance.now()};this.activeSegments.add(a);let{signal:o}=this.downloadAbortController;try{await this.onSomeByteRangesDataLoaded({dataView:new DataView(n),loaded:n.byteLength,signal:o,globalFrom:r.byte.from,representationId:t.id,onSegmentAppendFailed:()=>this.abort()})}finally{this.preDownloadedFirstSegment.get(t.id)===n&&this.preDownloadedFirstSegment.delete(t.id)}return!0}async loadByteRangeSegments(e,t,n=`auto`){if(!e.length){let e=this.tracer.createComponentTracer(`loadByteRangeSegments empty`);e.log(`empty input`),e.end();return}let r=this.downloadAbortController.signal,i=await this.feedPreDownloadedFirstSegment(e,t);if(r.aborted)return;if(i&&(e=e.slice(1)),!e.length){let e=this.tracer.createComponentTracer(`loadByteRangeSegments fed-from-cache`);e.log(`fed from pre-downloaded cache`),e.end();return}let a=this.tracer.createComponentTracer(`loadByteRangeSegments ${t.id} count=${e.length}`);a.log(`segments`,Hp({position:this.getCurrentPosition(),segmentsToLoad:e.map(({data:e,...t})=>t)}));let o=[];for(let n of e){n.status=`downloading`;let e={segment:n,loadedBytes:0,feedingBytes:0,fedBytes:0,representationId:t.id,startedAtMs:void 0};this.activeSegments.add(e),o.push(e)}let{range:s,url:c,signal:l,onProgress:u}=this.prepareByteRangeFetchSegmentParams(e,t);this.failedDownloads&&l&&(await zp(l,async function*(){let e=Wp(this.failedDownloads,this.tuning.downloadBackoff);yield new Promise(t=>{this.loadByteRangeSegmentsTimeoutId=j.setTimeout(t,e),Up(window,`online`).pipe(Yp()).subscribe(()=>{t(),j.clearTimeout(this.loadByteRangeSegmentsTimeoutId)})})}.bind(this))(),l.aborted&&this.abortActiveSegments(e));let d=Gp().performance.now();for(let e of o)e.startedAtMs=d;try{a.log(`request`,Hp({url:c,range:s,priority:n,isLowLatency:this.isActiveLowLatency(),bufferOptimisation:this.tuning.dash.fetcherBufferOptimisation,urlCacheMechanismEnabled:!Wu(t.segmentReference)})),await this.fetcher.fetch(c,{range:s,onProgress:u,signal:l,priority:n,bufferOptimisation:this.tuning.dash.fetcherBufferOptimisation,cacheMetadata:this.buildCacheMetadata(e,t)}),this.lastDataObtainedTimestampMs=Jp(),this.failedDownloads=0,a.log(`fetched`,{count:e.length})}catch(t){this.abortActiveSegments(e),$p(t)?a.log(`aborted with error`):(this.failedDownloads++,this.updateRepresentationsBaseUrlIfNeeded(),a.error(`failed`,{message:t instanceof Error?t.message:String(t)}))}finally{a.end()}}prepareByteRangeFetchSegmentParams(e,t){if(Wu(t.segmentReference))throw Error(`Representation is not byte range type`);let n=t.segmentReference.url,r={from:e.at(0).byte.from,to:e.at(-1).byte.to},{signal:i}=this.downloadAbortController;return{url:n,range:r,signal:i,onProgress:async(e,n)=>{if(!i.aborted)try{this.lastDataObtainedTimestampMs=Jp(),await this.onSomeByteRangesDataLoaded({dataView:e,loaded:n,signal:i,onSegmentAppendFailed:()=>this.abort(),globalFrom:r?r.from:0,representationId:t.id})}catch(e){this.error$.next({id:`SegmentFeeding`,category:Bp.VIDEO_PIPELINE,message:`Error when feeding segments`,thrown:e})}}}}buildCacheMetadata(e,t){if(!this.tuning.segmentCache.enabled||!e.length||Wu(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(G(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(!Wu(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=Jp();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:Bp.VIDEO_PIPELINE,message:`Error when feeding segments`,thrown:e})}}:void 0,onProgressTasks:a}}abortActiveSegments(e){for(let t of this.activeSegments)e.includes(t.segment)&&this.abortSegment(t.segment)}async onSomeTemplateDataLoaded({dataView:e,representationId:t,loaded:n,onSegmentAppendFailed:r,signal:i}){if(!this.activeSegments.size||!I(this.mediaSource,this.sourceBuffer))return;let a=this.representations.get(t);if(a)for(let o of this.activeSegments){let{segment:s}=o;if(o.representationId===t){if(i.aborted){r();continue}if(o.loadedBytes=n,o.loadedBytes>o.feedingBytes){let t=new DataView(e.buffer,e.byteOffset+o.feedingBytes,o.loadedBytes-o.feedingBytes),n=Fu(a.mime).parseFeedableSegmentChunk(t,this.isLive);n?.byteLength&&(s.status=`partially_fed`,o.feedingBytes+=n.byteLength,await this.sourceBufferTaskQueue.append(n),o.fedBytes+=n.byteLength)}}}}async onSomeByteRangesDataLoaded({dataView:e,representationId:t,globalFrom:n,loaded:r,signal:i,onSegmentAppendFailed:a}){if(!this.activeSegments.size||!I(this.mediaSource,this.sourceBuffer))return;let o=this.representations.get(t);if(o)for(let s of Array.from(this.activeSegments)){let{segment:c}=s;if(s.representationId!==t)continue;if(i.aborted){await a();continue}let l=c.byte.from-n,u=c.byte.to-n,d=u-l+1,f=l<r,p=u<=r;if(!f)continue;let m=Fu(o.mime);if(c.status===`downloading`&&p){c.status=`downloaded`;let n=new DataView(e.buffer,e.byteOffset+l,d);await this.sourceBufferTaskQueue.append(n,i)&&!i.aborted?this.onSegmentFullyAppended(s,t):await a()}else if(this.tuning.dash.enableSubSegmentBufferFeeding&&(c.status===`downloading`||c.status===`partially_fed`)&&(s.loadedBytes=Math.min(d,r-l),s.loadedBytes>s.feedingBytes)){let n=new DataView(e.buffer,e.byteOffset+l+s.feedingBytes,s.loadedBytes-s.feedingBytes),r=s.loadedBytes===d?n:m.parseFeedableSegmentChunk(n);r?.byteLength&&(c.status=`partially_fed`,s.feedingBytes+=r.byteLength,await this.sourceBufferTaskQueue.append(r,i)&&!i.aborted?(s.fedBytes+=r.byteLength,s.fedBytes===d&&this.onSegmentFullyAppended(s,t)):await a())}}}onSegmentFullyAppended(e,t){if(G(this.sourceBuffer)||!I(this.mediaSource,this.sourceBuffer))return;let n=this.tracer.createComponentTracer(`onSegmentFullyAppended `+this.getCurrentPosition());n.log(`fullyAppended`,Hp({representationId:t,position:this.getCurrentPosition(),segmentProgress:e,buffer:this.getForwardBufferDuration()})),this.detectBrokenSegmentAppend(e),!this.isLive&&M.browser.isSafari&&this.tuning.useSafariEndlessRequestBugfix&&(op(this.sourceBuffer.buffered,e.segment.time.from,100)&&op(this.sourceBuffer.buffered,e.segment.time.to,100)||(n.end(),this.error$.next({id:`EmptyAppendBuffer`,category:Bp.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`,Uu(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]),n.end()}detectBrokenSegmentAppend(e){let t=e.segment.time;!this.tuning.dash.brokenSegmentAppendDetection||this.brokenSegmentAppendDetected||e.endTimeDerivedFromChunk||G(this.sourceBuffer)||!Ku(Rp(this.sourceBuffer.buffered),t,this.tuning.dash.brokenSegmentAppendTolerance)||(this.brokenSegmentAppendDetected=!0,this.error$.next({id:`BrokenSegmentAppend`,category:Bp.FATAL,origin:Vp.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=Ap(()=>this.loadInit(n,`low`,!1).finally(()=>this.initLoadIdleCallback=null)))}async loadInit(e,t=`auto`,n=!1){let r=this.tracer.createComponentTracer(`loadInit ${e.id} priority=${t} critical=${n}`),i=this.tuning.dash.useFetchPriorityHints?t:`auto`,a=!n&&this.tuning.dash.ignoreNetworkErrorsOnLoadInit,o=(!n&&this.failedDownloads>0?zp(this.destroyAbortController.signal,async function*(){let e=Wp(this.failedDownloads,this.tuning.downloadBackoff);yield new Promise(t=>j.setTimeout(()=>t(void 0),e))}.bind(this))():Promise.resolve()).then(()=>this.fetcher.fetchRepresentation(e.segmentReference,Fu(e.mime),{priority:i,ignoreNetworkErrors:a,representationHeight:e.height})).then(async t=>{if(!t){r.log(`no init data`);return}let{init:n,dataView:i,segments:a,firstSegmentData:o}=t,s=i.buffer.slice(i.byteOffset,i.byteOffset+i.byteLength);this.initData.set(e.id,s),o&&this.preDownloadedFirstSegment.set(e.id,o);let c=a;if(this.isLive&&Wu(e.segmentReference)&&(c=this.getActualLiveStartingSegments(e.segmentReference)),(!this.isLive||!this.segments.has(e.id))&&(this.segments.set(e.id,c),!Wu(e.segmentReference))){let t=new Map;c.forEach((e,n)=>t.set(e,n)),this.segmentIndexMap.set(e.id,t)}n&&this.parsedInitData.set(e.id,n),r.log(`loaded`,{segmentsCount:c.length})}).then(()=>{this.failedDownloads=0,r.end()},t=>{a||this.initData.set(e.id,null),n&&this.error$.next({id:`LoadInits`,category:Bp.WTF,message:`loadInit threw`,thrown:t}),r.error(`failed`,{message:t instanceof Error?t.message:String(t)}),r.end()});return this.initData.set(e.id,o),o}async dropBuffer(){let e=this.tracer.createComponentTracer(`dropBuffer`);try{for(let e of this.segments.values())for(let t of e)t.status=`none`;await this.pruneBuffer(0,1/0,!0)}finally{e.end()}}async pruneBuffer(e,t,n=!1){let r=this.tracer.createComponentTracer(`pruneBuffer ${e??`undefined`}`);if(!this.sourceBuffer||!I(this.mediaSource,this.sourceBuffer)||!this.playingRepresentationId||G(e))return r.end(),!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({...e.time}),i=o(i);let n=Uu(e)?e.size??0:e.byte.to-e.byte.from;a+=n};for(let t of this.segments.values())for(let n of t){let t=n.time.to<=e-this.tuning.dash.bufferPruningSafeZone,r=n.time.from>=e+Math.min(this.forwardBufferTarget,this.bufferLimit);(t||r)&&n.status===`fed`&&s(n)}for(let e=0;e<this.sourceBuffer.buffered.length;e++){let t=this.sourceBuffer.buffered.start(e)*1e3,n=this.sourceBuffer.buffered.end(e)*1e3,r=0;for(let e of this.segments.values())for(let i of e)[`none`,`partially_ejected`].includes(i.status)&&Math.round(i.time.from)<=Math.round(t)&&Math.round(i.time.to)>=Math.round(n)&&r++;r===this.segments.size&&s({time:{from:t,to:n},url:``,status:`none`})}if(i.length&&n){let t=Math.min(this.forwardBufferTarget,this.bufferLimit)*this.tuning.dash.minSafeBufferThreshold;for(let n of this.segments.values())for(let r of n)r.time.from>=e+t&&r.status===`fed`&&s(r)}if(i.length){r.log(`intervals`,Hp(i));let e=(await Promise.all(i.map(e=>this.sourceBufferTaskQueue.remove(e.from,e.to)))).reduce((e,t)=>e||t,!1);return r.log(`done`,{result:e,bytesToPrune:a}),r.end(),e}return r.log(`nothing to prune`),r.end(),!1}async abortBuffer(){if(!this.sourceBuffer||!I(this.mediaSource,this.sourceBuffer))return!1;let e=this.tracer.createComponentTracer(`abortBuffer`),t=this.playingRepresentationId&&this.initData.get(this.playingRepresentationId),n=t instanceof ArrayBuffer?t:void 0,r=await this.sourceBufferTaskQueue.abort(n);return e.log(`done`,{result:r}),e.end(),r}getDebugBufferState(){if(!(!this.sourceBuffer||!I(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||!I(this.mediaSource,this.sourceBuffer)||!this.sourceBuffer.buffered.length||G(e)?0:Ed(this.sourceBuffer.buffered,e)}getForwardBufferRepresentations(e=this.getCurrentPosition()){if(this.forwardBufferRepresentations.clear(),qp(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)G(t.startedAtMs)||(!e||t.segment.time.from<e.segment.time.from)&&(e=t);if(!G(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||!I(this.mediaSource,this.sourceBuffer))return;let n=null,r=[];for(let i of t){let t={representation:e,from:i.time.from,to:i.time.to,persistent:!1},{buffered:a}=this.sourceBuffer;for(let e=0;e<a.length;e++){let n=a.start(e)*1e3,o=a.end(e)*1e3;if(r.push({from:n,to:o}),!(o<=i.time.from||n>=i.time.to)){if(n<=i.time.from&&o>=i.time.to){t=void 0;break}o>i.time.from&&o<i.time.to&&(t.from=o),n<i.time.to&&n>i.time.from&&(t.to=n)}}t&&t.to-t.from>1&&!this.gaps.some(e=>t&&e.from===t.from&&e.to===t.to)&&(n??=this.tracer.createComponentTracer(`detectGaps`),this.gaps.push(t))}n?.log(`gaps`,Hp({segments:t,buffer:r,gaps:this.gaps})),n?.end()}detectGapsWhenIdle(e,t){if(this.gapDetectionIdleCallback||!this.sourceBuffer||!I(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=Ap(()=>{try{this.detectGaps(e,t)}catch(e){this.error$.next({id:`GapDetection`,category:Bp.WTF,message:`detectGaps threw`,thrown:e})}finally{this.gapDetectionIdleCallback=null}})}checkEjectedSegments(){if(G(this.sourceBuffer)||!I(this.mediaSource,this.sourceBuffer)||G(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:Bp.VIDEO_PIPELINE,thrown:e,message:`Something went wrong`})}}import{AbortControllerPolyfilled as tm}from"@vkontakte/videoplayer-shared";import{fetchPolyfilled as nm}from"@vkontakte/videoplayer-shared";import{abortable as rm,assertNever as im,fromEvent as am,merge as om,now as sm,Subject as cm,ValueSubject as lm,flattenObject as um,ErrorCategory as dm,SubscriptionRemovable as fm,getWindow as pm,isNonNullable as mm,suppressAbort as hm,videoQualityToHeight as gm,VideoQuality as _m}from"@vkontakte/videoplayer-shared";import{ErrorCategory as vm,ErrorOrigin as ym}from"@vkontakte/videoplayer-shared";var bm=new Set([2,3,4,5,6,9,19]),xm=new Set([1,8,18,21]),Sm=new Set([10,11,12,13,14,15,16]),Cm=({txtCode:e,error$:t,recoverableError$:n,httpCode:r})=>{let i=parseInt(e);if(isNaN(i))return;let a={...wm(i),httpCode:r,UVBackendErrorCode:e,origin:ym.SegmentFetcher};if(bm.has(i)){t.next({...a,category:vm.NETWORK});return}if(xm.has(i)){n.next({...a,category:vm.FATAL,canBeRecoverable:!0});return}if(Sm.has(i)){t.next({...a,category:vm.FATAL});return}},wm=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 Tm(e)}};function Tm(e){return{id:`GeneralVideoDataFetchError`,message:`Generic video data fetch error (${e})`}}class Em{throughputEstimator;requestQuic;tracer;manifestRequested$=new cm;firstBytesManifest$=new cm;firstBytesRequested$=new cm;firstBytesReceived$=new cm;lastConnectionType$=new lm(void 0);lastConnectionReused$=new lm(void 0);lastRequestFirstBytes$=new lm(void 0);lastConnectionMetrics$=new lm(void 0);lastDownloadMetrics$=new lm(void 0);recoverableError$=new cm;error$=new cm;abortAllController=new tm;subscription=new fm;compatibilityMode;useEnableSubtitlesParam;measureNonSegmentRequests;measureFastSamples;preloadFirstSegment;maxQualityForFirstSegmentPreload;segmentCacheService;segmentCache;startupPhase=!0;performanceObserver=null;pendingConnectionMetrics=new Map;handleExtendedNetworkErrorsSet=!1;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=_m.Q_480P,segmentCacheService:u}){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 _l(u)),pm().PerformanceObserver&&this.setupPerformanceObserver()}onHeadersReceived(e){let{type:t,reused:n}=mc(e);this.lastConnectionType$.next(t),this.lastConnectionReused$.next(n)}setupPerformanceObserver(){this.performanceObserver=new(pm()).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 pm().navigator))return`unknown`;let e=pm().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:dm.WTF})}return null}trackRequestStart(e,t){let n=`${e}_${t}_${Math.random().toString(36).substr(2,9)}`;this.pendingConnectionMetrics.set(n,{url:e,startTime:t})}fetchManifest=rm(this.abortAllController.signal,async function*(e){let t=this.tracer.createComponentTracer(`FetchManifest`),n=e;this.requestQuic&&(n=pc(n)),!this.compatibilityMode&&this.useEnableSubtitlesParam&&(n=jc(n)),this.trackRequestStart(n,performance.now());let r=sm();this.manifestRequested$.next();let i=yield this.doFetch(n,{signal:this.abortAllController.signal}).catch(hm);if(i){let a=sm();t.log(`success`,um({url:n,message:`Request successfully executed`})),t.end(),this.onHeadersReceived(i.headers),this.firstBytesManifest$.next();let o=i.headers.get(`content-length`),s=0;o&&(s=parseInt(o,10));let c=await i.text();if((!o||isNaN(s)||s<=0)&&(s=new TextEncoder().encode(c).length),s>0){let t=a-r,n=s/(t/1e3)*8/1024,i={bytes:s,speed:n,url:e};this.lastDownloadMetrics$.next(i)}let l=this.measureFastSamples&&this.isLikelyCacheHitByTtfb(a-r);if(this.measureNonSegmentRequests&&this.startupPhase&&!l&&(this.throughputEstimator?.addRawRtt(a-r),o&&s>0)){let e=sm();this.throughputEstimator?.addRawSpeed(s,e-r)}return c}else return t.error(`error`,um({url:n,message:`No data in request manifest`})),t.end(),null}.bind(this));fetch=rm(this.abortAllController.signal,async 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}={}){this.firstBytesRequested$.next();let d=null;if(this.segmentCache&&u){try{d=await this.segmentCache.getCached(e,u)}catch{d=null}if(d?.type===`full_hit`){if(a?.aborted)throw new DOMException(`Aborted before serving full cache hit`,`AbortError`);return this.firstBytesReceived$.next(),this.lastRequestFirstBytes$.next(0),r?.(new DataView(d.data),d.data.byteLength),d.data}}let f=d?.type===`partial`?d:null;f&&(f.startBuffer&&(this.firstBytesReceived$.next(),this.lastRequestFirstBytes$.next(0),r?.(new DataView(f.startBuffer.buffer),f.startBuffer.loaded)),n=f.missingRange.range);let p=e,m=new Headers,h=this.tracer.createComponentTracer(`Fetch`);if(n)switch(t){case 0:m.append(`Range`,`bytes=${n.from}-${n.to}`);break;case 1:{let e=new URL(p,pm().location.href);e.searchParams.append(`bytes`,`${n.from}-${n.to}`),p=e.toString();break}default:im(t)}this.requestQuic&&(p=pc(p));let g=this.abortAllController.signal,_;if(a){let e=new tm;if(_=om(am(this.abortAllController.signal,`abort`),am(a,`abort`)).subscribe(()=>{try{e.abort()}catch(e){hm(e)}}),this.subscription.add(_),this.abortAllController.signal.aborted||a.aborted)try{e.abort()}catch(e){hm(e)}g=e.signal}let v=0,y=sm();h.log(`startRequest`,um({url:p,priority:i,rangeMethod:t,range:n,isLowLatency:s,requestStartedAt:y})),this.trackRequestStart(p,performance.now());let b=yield this.doFetch(p,{priority:i,headers:m,signal:g},{ignoreNetworkErrors:l}),x=sm();if(!b)return h.error(`error`,{message:`No response in request`}),h.end(),this.unsubscribeAbortSubscription(_),null;let S=this.measureFastSamples&&this.isLikelyCacheHitByTtfb(x-y);if(S||this.throughputEstimator?.addRawRtt(x-y),!b.ok||!b.body){this.unsubscribeAbortSubscription(_);let e=`Fetch error ${b.status}: ${b.statusText}`;return h.error(`error`,{message:e}),h.end(),Promise.reject(Error(`Fetch error ${b.status}: ${b.statusText}`))}if(this.onHeadersReceived(b.headers),!r&&!o){this.unsubscribeAbortSubscription(_);let t=yield b.arrayBuffer(),n=sm();if(this.measureNonSegmentRequests&&this.startupPhase&&!S){let e=b.headers.get(`content-length`),t=e?parseInt(e,10):NaN;Number.isFinite(t)&&t>0&&this.throughputEstimator?.addRawSpeed(t,n-y)}let r={requestStartedAt:y,requestEndedAt:n,duration:n-y};return h.log(`endRequest`,um(r)),h.end(),f?(this.segmentCache.storeMissing({url:e,missingRange:f.missingRange,networkData:t,onSkipped:n=>this.traceSkippedCacheSegments(e,n,t.byteLength)}),il({metadata:u,cached:f.cached,missingRange:f.missingRange,networkData:t})):(u&&this.segmentCache&&t.byteLength>0&&this.segmentCache.storeDownloadedSegments({url:e,buffer:t,segments:u.segments,onSkipped:n=>this.traceSkippedCacheSegments(e,n,t.byteLength)}),t)}let C=b.body;if(o&&!S){this.startupPhase=!1;let e;[C,e]=b.body.tee(),this.throughputEstimator?.trackStream(e,s)}let ee=C.getReader(),w,T=parseInt(b.headers.get(`content-length`)??``,10);Number.isFinite(T)&&(w=T),!w&&n&&(w=n.to-n.from+1);let E=f?.startBuffer?.loaded??0,D=w?new Uint8Array(E+w):new Uint8Array(E);E>0&&f?.startBuffer&&D.set(new Uint8Array(f.startBuffer.buffer),0),v=E;let O=!1,te=e=>{this.unsubscribeAbortSubscription(_),O=!0,hm(e)},ne=rm(g,async function*({done:e,value:t}){if(v===E&&(this.lastRequestFirstBytes$.next(sm()-y),this.firstBytesReceived$.next()),g.aborted){this.unsubscribeAbortSubscription(_);return}if(!e&&t){if(c&&w)D.set(t,v),v+=t.byteLength;else{let e=new Uint8Array(D.length+t.length);e.set(D),e.set(t,D.length),D=e,v+=t.byteLength}r?.(new DataView(D.buffer),v),yield ee?.read().then(ne,te)}}.bind(this));yield ee?.read().then(ne,te),this.unsubscribeAbortSubscription(_);let re=sm(),ie={failed:O,requestStartedAt:y,requestEndedAt:re,duration:re-y};if(O)return h.error(`endRequest`,um(ie)),h.end(),null;{let t=v-E;if(t>0){let n={bytes:t,speed:t/((re-y)/1e3)*8/1024,url:e};this.lastDownloadMetrics$.next(n)}if(h.log(`endRequest`,um(ie)),h.end(),f){let n=f.missingRange.range.to-f.missingRange.range.from+1;if(t<n)throw h.error(`truncatedResponse`,um({url:e,networkBytes:t,expectedNetworkBytes:n,signalAborted:g.aborted})),h.end(),Error(`Truncated response: got ${t} of ${n} bytes, refusing to poison segment cache`);let i=il({metadata:u,cached:f.cached,missingRange:f.missingRange,networkData:D.buffer,networkDataOffset:E});return r?.(new DataView(i),i.byteLength),this.segmentCache.storeMissing({url:e,missingRange:f.missingRange,networkData:D.buffer,networkDataOffset:E,validBytes:v,onSkipped:t=>this.traceSkippedCacheSegments(e,t,v)}),i}return u&&this.segmentCache&&D.buffer.byteLength>0&&this.segmentCache.storeDownloadedSegments({url:e,buffer:D.buffer,segments:u.segments,validBytes:v,onSkipped:t=>this.traceSkippedCacheSegments(e,t,v)}),D.buffer}}.bind(this));async fetchRepresentation(e,t,n){let{type:r}=e;switch(r){case`byteRange`:return await this.fetchByteRangeRepresentation(e,t,n)??null;case`template`:return await this.fetchTemplateRepresentation(e,n)??null;default:im(r)}}traceSkippedCacheSegments(e,t,n){t.length&&this.tracer.error(`cacheStoreSkipped`,um({url:e,segmentIndices:t.map(e=>e.index).join(`,`),validBytes:n}))}destroy(){this.abortAllController.abort(),this.subscription.unsubscribe(),this.performanceObserver&&=(this.performanceObserver.disconnect(),null),this.pendingConnectionMetrics.clear(),this.segmentCacheService?.destroy(),this.tracer.end()}fetchByteRangeRepresentation=rm(this.abortAllController.signal,async function*(e,t,n){if(e.type!==`byteRange`)return null;let{from:r,to:i}=e.initRange,a=r,o=i,s=!1,c,l;e.indexRange&&(c=e.indexRange.from,l=e.indexRange.to,s=i+1===c,s&&(a=Math.min(c,r),o=Math.max(l,i)));let u=this.preloadFirstSegment&&mm(e.firstSegmentLength)&&n.priority===`high`&&(n.representationHeight??gm(_m.Q_144P))<=gm(this.maxQualityForFirstSegmentPreload);u&&s&&mm(l)&&(o=l+e.firstSegmentLength),a=Math.min(a,0);let d=this.segmentCacheService?Zc(e.url):``,f=null;if(this.segmentCacheService)try{f=await this.segmentCacheService.getInitSegment({normalizedUrl:d,rangeType:`init`,range:{from:a,to:o}})}catch{f=null}let p=f??(yield this.fetch(e.url,{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=await 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&&mm(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}}.bind(this));fetchTemplateRepresentation=rm(this.abortAllController.signal,async function*(e,t){if(e.type!==`template`)return null;let n=new URL(e.initUrl,e.baseUrl).toString(),r=yield this.fetch(n,{measureThroughput:!1,...t});return r?{init:null,segments:e.segments.map(e=>({...e,status:`none`,size:void 0})),dataView:new DataView(r)}:null}.bind(this));isLikelyCacheHitByTtfb(e){let t=this.throughputEstimator?.rtt$.getValue()??0;return e<Math.max(t*.5,2)}async doFetch(e,t,n){let r=await nm(e,t);if(r.ok)return r;if(n?.ignoreNetworkErrors)return;let i=await r.text();if(this.handleExtendedNetworkErrorsSet){Cm({txtCode:i,httpCode:r.status,error$:this.error$,recoverableError$:this.recoverableError$});return}let a=parseInt(i);if(!isNaN(a))switch(a){case 1:this.recoverableError$.next({id:`VideoDataLinkExpiredError`,message:`Video data links have expired`,category:dm.FATAL,httpCode:r.status,UVBackendErrorCode:i});break;case 8:this.recoverableError$.next({id:`VideoDataLinkBlockedForFloodError`,message:`Url blocked for flood`,category:dm.FATAL,httpCode:r.status,UVBackendErrorCode:i});break;case 18:this.recoverableError$.next({id:`VideoDataLinkIllegalIpChangeError`,message:`Client IP has changed`,category:dm.FATAL,httpCode:r.status,UVBackendErrorCode:i});break;case 21:this.recoverableError$.next({id:`VideoDataLinkIllegalHostChangeError`,message:`Request HOST has changed`,category:dm.FATAL,httpCode:r.status,UVBackendErrorCode:i});break;default:this.error$.next({id:`GeneralVideoDataFetchError`,message:`Generic video data fetch error (${a})`,category:dm.FATAL,httpCode:r.status,UVBackendErrorCode:i})}}unsubscribeAbortSubscription(e){e&&(e.unsubscribe(),this.subscription.remove(e))}}import{isNullable as Dm,ValueSubject as Om}from"@vkontakte/videoplayer-shared";class km{currentRepresentation$=new Om(null);maxRepresentations=4;representationsCursor=0;representations=[];getCurrentPosition;currentSegment=null;constructor(e,t){this.getCurrentPosition=t.getCurrentPosition,this.processStreams(e)}updateLive(e){this.processStreams(e?.streams.text)}seekLive(e){this.processStreams(e)}maintain(e=this.getCurrentPosition()){if(!Dm(e))for(let t of this.representations)for(let n of t){let t=n.segmentReference,r=t.segments.length,i=t.segments[0].time.from,a=t.segments[r-1].time.to;if(e<i||e>a)continue;let o=t.segments.find(t=>t.time.from<=e&&t.time.to>=e);!o||this.currentSegment?.time.from===o.time.from&&this.currentSegment.time.to===o.time.to||(this.currentSegment=o,this.currentRepresentation$.next({...n,label:`Live Text`,language:`ru`,isAuto:!0,url:new URL(o.url,t.baseUrl).toString()}))}}destroy(){this.currentRepresentation$.next(null),this.currentSegment=null,this.representations=[]}processStreams(e){for(let t of e??[]){let e=km.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=>km.filterRepresentations(e.representations))}static filterRepresentations(e){return e?.filter(e=>e.kind===`text`&&`segmentReference`in e&&Wu(e.segmentReference))}}var Am=[`timeupdate`,`progress`,`play`,`seeked`,`stalled`,`waiting`],jm=[`timeupdate`,`progress`,`loadeddata`,`playing`,`seeked`];class Mm{element=null;manifestUrlString=``;source=null;manifest=null;tuning;tracer;forceVideoCodec;videoBufferManager;audioBufferManager;bufferManagers=[];liveTextManager;throughputEstimator;subscription=new wp;subscriptionRemovable=new Tp;representationSubscription=new wp;fetcher;segmentCacheService;state$=new At(`none`);currentVideoRepresentation$=new U(void 0);currentVideoRepresentationInit$=new U(void 0);currentAudioRepresentation$=new U(void 0);currentVideoSegmentLength$=new U(0);currentAudioSegmentLength$=new U(0);error$=new Cp;manifestRequested$=new Cp;firstBytesManifest$=new Cp;manifestReceived$=new Cp;firstBytesRequested$=new Cp;firstBytesReceived$=new Cp;lastConnectionType$=new U(void 0);lastConnectionReused$=new U(void 0);lastRequestFirstBytes$=new U(void 0);lastConnectionMetrics$=new U(void 0);lastDownloadMetrics$=new U(void 0);currentLiveTextRepresentation$=new U(null);timeoutSourceOpenId;isLive$=new U(!1);isActiveLive$=new U(!1);isLowLatency$=new U(!1);liveDuration$=new U(0);liveSeekableDuration$=new U(0);liveAvailabilityStartTime$=new U(0);liveStreamStatus$=new U(void 0);bufferLength$=new U(0);liveLatency$=new U(void 0);liveLoadBufferLength$=new U(0);livePositionFromPlayer$=new U(0);currentStallDuration$=new U(0);videoLastDataObtainedTimestamp$=new U(0);fetcherRecoverableError$=new Cp;fetcherError$=new Cp;updateDurationError$=new Cp;liveStreamEndTimestamp=0;liveBuffer;isUpdatingLive=!1;isJumpGapAfterSeekLive=!1;forceEnded$=new Cp;gapWatchdogActive=!1;gapWatchdogSubscription;stallWatchdogSubscription;stallTracer=null;livePauseWatchdogSubscription;liveWasInterrupted=!1;isOnDemand=!1;dashMaxTvVideoQuality;destroyController=new ap;constructor(e){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 hl(this.tuning.segmentCache):void 0,this.fetcher=new Em({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=wf.getLiveBufferSmoothedValue(this.tuning.dashCmafLive.lowLatency.maxTargetOffset,{...e.tuning.dashCmafLive.lowLatency.bufferEstimator}),this.initTracerSubscription()}initManifest=sp(this.destroyController.signal,async function*(e,t,n){let r=this.tracer.createComponentTracer(`initManifest`);this.element=e,this.manifestUrlString=k(t,n,2),this.state$.startTransitionTo(`manifest_ready`),r.log(`manifest request`,mp({manifestUrlString:this.manifestUrlString})),this.manifest=yield this.updateManifest(),r.log(`manifest obtained`,mp({manifest:this.manifest})),!this.tuning.audioOnly&&!this.manifest?.streams.video.length||this.tuning.audioOnly&&!this.manifest?.streams.audio.length?this.error$.next({id:`NoRepresentations`,category:up.PARSER,message:`No playable video representations`}):this.state$.setState(`manifest_ready`),r.end()}.bind(this));updateManifest=sp(this.destroyController.signal,async function*(){let e=yield this.fetcher.fetchManifest(this.manifestUrlString).catch(e=>{!this.manifest&&!this.bufferLength$.getValue()&&this.error$.next({id:`LoadManifest`,category:up.NETWORK,message:`Failed to load manifest`,thrown:e})});if(!e)return null;let t=null;try{t=Dl(e??``,this.manifestUrlString),this.manifestReceived$.next()}catch(t){let n=Gs(e)??{id:`ManifestParsing`,category:up.PARSER,message:`Failed to parse MPD manifest`,thrown:t};this.error$.next(n)}if(!t)return null;let n=(e,t,n)=>!!(this.element?.canPlayType?.(t)&&Re()?.isTypeSupported?.(`${t}; codecs="${n}"`)||e===`text`);if(t.live){this.isLive$.next(!0);let{availabilityStartTime:e,latestSegmentPublishTime:n,streamIsUnpublished:r,streamIsAlive:i}=t.live,a=(t.duration??0)/1e3;this.liveSeekableDuration$.next(-1*a),this.liveDuration$.next((n-e)/1e3),this.liveAvailabilityStartTime$.next(t.live.availabilityStartTime);let o=`active`;if(i||(o=r?`unpublished`:`unexpectedly_down`),this.liveStreamStatus$.next(o),i&&this.liveWasInterrupted){this.liveWasInterrupted=!1,this.stopStallWatchdogSubscription();let e=this.normalizeLiveOffset(-1*this.livePositionFromPlayer$.getValue()*1e3);this.seekLive(e).catch(e=>{this.error$.next({id:`updateManifest`,category:up.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?Bd(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=io(s.map(({codecs:e})=>e)),c=a[0],c&&(r[e]=s.filter(({codecs:e})=>ao(e)===c));else if(e===`video`){i=no(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=>ao(e.codecs)===l.name&&!!e.hdr===l.hdr))}if(e===`video`){let{videoStreamRepresentaionsFilter:e}=this.tuning.dash;if(e.length&&co(r,e),this.dashMaxTvVideoQuality&&Rd(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,streams:r};return o.codecs={video:i,audio:a},o}.bind(this));setSmartRepresentationSwitch(e){this.bufferManagers.forEach(t=>t.setSmartRepresentationSwitch(e))}async seekLive(e){let t=this.tracer.createComponentTracer(`seekLive ${e}`);try{if(cp(this.element),this.updateManifestUrlWithTimeOffset(e),this.manifest=await this.updateManifest(),!this.manifest)return;this.isJumpGapAfterSeekLive=!0,await this.updateLiveBuffersFromManifest(this.manifest)}finally{t.end()}}updateManifestUrlWithTimeOffset(e){let t=this.liveStreamStatus$.getValue()===`active`?0:Sp()-this.liveStreamEndTimestamp,n=this.normalizeLiveOffset(e+t);this.isActiveLive$.next(n===0),this.manifestUrlString=k(this.manifestUrlString,n,2)}async updateLiveBuffersFromManifest(e){await this.videoBufferManager?.seekLive(e.streams.video),await this.audioBufferManager?.seekLive(e.streams.audio),this.liveTextManager?.seekLive(e.streams.text)}stopStallWatchdogSubscription(){this.stallWatchdogSubscription?.unsubscribe(),this.currentStallDuration$.next(0),this.stallTracer?.end(),this.stallTracer=null}initRepresentations=sp(this.destroyController.signal,async function*(e,t,n){let r=this.tracer.createComponentTracer(`initRepresentations`);r.log(`start`,mp({initialVideo:e,initialAudio:t,sourceHls:n})),cp(this.manifest),cp(this.element),this.representationSubscription.unsubscribe(),this.state$.startTransitionTo(`representations_ready`);let i=e=>{this.representationSubscription.add(hp(e,`error`).pipe(fp(e=>!!this.element?.played.length)).subscribe(e=>{this.error$.next({id:`VideoSource`,category:up.VIDEO_PIPELINE,message:`Unexpected video source error`,thrown:e})}))};this.source=Ve();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,tracer:this.tracer};if(this.bufferManagers=[],vp(e)){let e=this.manifest.streams.video.reduce((e,t)=>[...e,...t.representations],[]);e.length&&(this.videoBufferManager=new em(`video`,this.source,e,o),this.bufferManagers.push(this.videoBufferManager))}if(vp(t)){let e=this.manifest.streams.audio.reduce((e,t)=>[...e,...t.representations],[]);this.audioBufferManager=new em(`audio`,this.source,e,o),this.bufferManagers.push(this.audioBufferManager)}if(km.isSupported(this.manifest.streams.text)&&!this.isLowLatency$.getValue()&&(this.liveTextManager=new km(this.manifest.streams.text,o)),this.representationSubscription.add(this.fetcher.lastRequestFirstBytes$.subscribe(this.lastRequestFirstBytes$)),this.representationSubscription.add(xp(...jm.map(e=>hp(this.element,e))).pipe(bp(e=>this.element?Ed(this.element.buffered,this.element.currentTime*1e3):0),pp(),Ep(e=>{e>this.tuning.dash.bufferEmptinessTolerance&&this.stopStallWatchdogSubscription()})).subscribe(this.bufferLength$)),this.representationSubscription.add(xp(hp(this.element,`ended`),this.forceEnded$).subscribe(()=>{this.stopStallWatchdogSubscription()})),this.isLive$.getValue()){this.subscription.add(this.liveDuration$.pipe(pp()).subscribe(e=>this.liveStreamEndTimestamp=Sp())),this.subscription.add(hp(this.element,`pause`).subscribe(()=>{let{liveUpdateInterval:e}=this.tuning.dash;this.livePauseWatchdogSubscription=_p(e).subscribe(t=>{let n=pe(this.manifestUrlString,2);this.manifestUrlString=k(this.manifestUrlString,n+e,2),this.liveStreamStatus$.getValue()===`active`&&this.updateManifest()}),this.subscription.add(this.livePauseWatchdogSubscription)})).add(hp(this.element,`play`).subscribe(e=>this.livePauseWatchdogSubscription?.unsubscribe())),this.representationSubscription.add(lp({isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(bp(({isActiveLive:e,isLowLatency:t})=>e&&t),pp()).subscribe(e=>{this.isManualDecreasePlaybackInLive()||Lf(this.element,1)})),this.representationSubscription.add(lp({bufferLength:this.bufferLength$,isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(fp(({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(lp({isLive:this.isLive$,rtt:this.throughputEstimator.rtt$,bufferLength:this.bufferLength$,segmentServerLatency:this.videoBufferManager.currentLiveSegmentServerLatency$}).pipe(fp(({isLive:e})=>e),pp((e,t)=>t.bufferLength<e.bufferLength),bp(({rtt:e,bufferLength:t,segmentServerLatency:n})=>{let r=pe(this.manifestUrlString,2);return(e/2+t+n+r)/1e3})).subscribe(this.liveLatency$))),this.representationSubscription.add(lp({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),Lf(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(lp({liveLoadBufferLength:this.liveLoadBufferLength$,bufferLength:this.bufferLength$}).pipe(Dp(this.tuning.dash.liveUpdateInterval)).subscribe(async({liveLoadBufferLength:t,bufferLength:n})=>{if(!this.element||this.isUpdatingLive)return;let r=this.element.playbackRate,i=pe(this.manifestUrlString,2),a=Math.abs(this.livePositionFromPlayer$.getValue())*1e3,o=Math.min(a,this.tuning.dashCmafLive.normalizedTargetMinBufferSize*r),s=this.tuning.dashCmafLive.normalizedActualBufferOffset*r,c=this.tuning.dashCmafLive.normalizedLiveMinBufferSize*r,l=isFinite(t)?t:n,u=this.isActiveLive$.getValue()&&this.isLowLatency$.getValue(),d=a<=this.tuning.live.activeLiveDelay;this.isActiveLive$.next(d);let f=`none`;if(u?f=`active_low_latency`:this.isLowLatency$.getValue()&&d?(this.bufferManagers.forEach(e=>e.proceedLowLatencyLive()),f=`active_low_latency`):i!==0&&l<o?f=`live_forward_buffering`:l<o+c&&(f=`live_with_target_offset`),isFinite(t)&&(e=t>e?t:e),f===`live_forward_buffering`||f===`live_with_target_offset`){let n=e-(o+s),a=this.normalizeLiveOffset(Math.trunc(i+n/r)),c=Math.abs(a-i),l=0;!t||c<=this.tuning.dashCmafLive.offsetCalculationError?l=i:a>0&&c>this.tuning.dashCmafLive.offsetCalculationError&&(l=a),this.manifestUrlString=k(this.manifestUrlString,l,2)}(f===`live_with_target_offset`||f===`live_forward_buffering`)&&(e=0,await this.updateLive())},e=>{this.error$.next({id:`updateLive`,category:up.VIDEO_PIPELINE,thrown:e,message:`Failed to update live with subscription`})}))}let s=lp({allBuffersFull:xp(...this.bufferManagers.map(e=>e.fullyBuffered$)).pipe(bp(()=>this.bufferManagers.every(e=>e.fullyBuffered$.getValue()))),someBufferEnded:xp(...this.bufferManagers.map(e=>e.onLastSegment$)).pipe(bp(()=>this.bufferManagers.some(e=>e.onLastSegment$.getValue())))}).pipe(pp(),bp(({allBuffersFull:e,someBufferEnded:t})=>e&&t),fp(e=>e));if(this.representationSubscription.add(xp(this.forceEnded$,s).subscribe(()=>{if(this.source&&this.source.readyState===`open`&&Array.from(this.source.sourceBuffers).every(e=>!e.updating))try{this.source?.endOfStream()}catch(e){this.error$.next({id:`EndOfStream`,category:up.VIDEO_PIPELINE,message:`Failed to end MediaSource stream`,thrown:e})}})),this.representationSubscription.add(xp(...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;r.log(`source buffer open request`),yield new Promise(t=>{e&&(this.timeoutSourceOpenId=j.setTimeout(()=>{if(this.source?.readyState===`open`){t();return}this.error$.next({id:`OpenOfStream`,category:up.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(r.log(`source buffer successfully opened`),!this.isLive$.getValue()){let e=[this.manifest.duration??0,...[...this.manifest.streams.audio,...this.manifest.streams.video].flatMap(e=>e.representations).flatMap(e=>{let t=[];return e.duration&&t.push(e.duration),Wu(e.segmentReference)&&e.segmentReference.totalSegmentsDurationMs&&t.push(e.segmentReference.totalSegmentsDurationMs),t})];this.source.duration=Math.max(...e)/1e3}let c=[];this.videoBufferManager&&vp(e)&&c.push(this.videoBufferManager.startWith(e)),this.audioBufferManager&&vp(t)&&c.push(this.audioBufferManager.startWith(t)),r.log(`buffers startwith `,mp({initialAudio:t,initialVideo:e})),yield Promise.all(c),r.log(`Buffers started. State.REPRESENTATIOS_READY`),this.state$.setState(`representations_ready`),r.end()}.bind(this));initBuffer(){let e=this.tracer.createComponentTracer(`initBuffer`);cp(this.element),this.state$.setState(`running`),this.subscription.add(xp(...Am.map(e=>hp(this.element,e)),hp(window,`online`)).subscribe(()=>this.tick(),e=>{this.error$.next({id:`DashVKPlayer`,category:up.WTF,message:`Internal logic error`,thrown:e})})),e.log(`tick subscription initialized`),this.subscription.add(hp(this.element,`progress`).subscribe(()=>{this.element&&this.element.readyState===2&&!this.element.seeking&&(this.element.currentTime=this.element.currentTime)})),this.subscription.add(hp(this.element,`waiting`).subscribe(()=>{this.tuning.dash.useVideoElementWaitingCurrentTimeReassign&&this.element&&this.element.readyState===2&&!this.element.seeking&&op(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=Sp(),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:up.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.stallTracer?.log(`timeInWaiting`,{timeInWaiting:s}),this.tracer.log(`stallIntervalCallback`,mp(c))};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.stallWatchdogSubscription=_p(this.tuning.dash.stallWatchdogInterval).subscribe(e,e=>{this.error$.next({id:`StallWatchdogCallback`,category:up.NETWORK,message:`Can't restore DASH after stall.`,thrown:e,origin:dp.Stall})}),this.subscriptionRemovable.add(this.stallWatchdogSubscription)})),e.log(`stall subscription initialized`),e.end(),this.tick()}async switchRepresentation(e,t,n=!1){let r={video:this.videoBufferManager,audio:this.audioBufferManager,text:null}[e];return this.tuning.alwaysAbortPreviousSwitch?r?.switchToWithPreviousAbort(t,n):this.tuning.useNewSwitchTo?this.currentStallDuration$.getValue()>0?r?.switchToWithPreviousAbort(t,n):r?.switchTo(t,n):r?.switchToOld(t,n)}async seek(e,t){let n=this.tracer.createComponentTracer(`seek ${e} forcePrecise=${t}`);try{cp(this.element),this.tuning.audioOnly?cp(this.audioBufferManager):cp(this.videoBufferManager);let r;if(r=t||this.element.duration*1e3<=this.tuning.dashSeekInSegmentDurationThreshold||Math.abs(this.element.currentTime*1e3-e)<=this.tuning.dashSeekInSegmentAlwaysSeekDelta?e:Math.max(this.videoBufferManager?.findSegmentStartTime(e)??e,this.audioBufferManager?.findSegmentStartTime(e)??e),this.warmUpMediaSourceIfNeeded(r),op(this.element.buffered,r)||(n.log(`aborting buffers before seek`),await Promise.all([this.videoBufferManager?.abort(),this.audioBufferManager?.abort()])),yp(this.element))return;n.log(`maintain before seek`,{position:r}),this.videoBufferManager?.maintain(r),this.audioBufferManager?.maintain(r),this.element.currentTime=r/1e3,n.log(`seek`,mp({requestedPosition:e,forcePrecise:t,position:r}))}finally{n.end()}}warmUpMediaSourceIfNeeded(e=this.element?.currentTime){vp(this.element)&&vp(this.source)&&vp(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.stallTracer?.end(),this.stallTracer=null,this.tracer.end()}initTracerSubscription(){let e=gp(this.tracer.error.bind(this.tracer));this.subscription.add(this.error$.subscribe(e(`error`)))}isManualDecreasePlaybackInLive(){if(!this.element||!this.isLive$.getValue())return!1;let e=1-this.element.playbackRate;return Number(e.toFixed(2))>Number(this.tuning.dashCmafLive.lowLatency.playbackCatchupSpeedup.toFixed(2))}normalizeLiveOffset(e){return Math.trunc(e/1e3)*1e3}tick=()=>{if(!this.element||this.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=_p(this.tuning.gapWatchdogInterval).subscribe(()=>this.jumpGap(),e=>{this.error$.next({id:`GapWatchdog`,category:up.WTF,message:`Error handling gaps`,thrown:e})}),this.subscription.add(this.gapWatchdogSubscription))};async updateLive(){this.isUpdatingLive=!0,this.manifest=await this.updateManifest(),this.manifest&&(this.bufferManagers.forEach(e=>e.updateLive(this.manifest)),this.liveTextManager?.updateLive(this.manifest)),this.isUpdatingLive=!1}jumpGap(){if(!this.element||!this.videoBufferManager)return;let e=this.videoBufferManager.getDebugBufferState();if(!e)return;let t=this.isActiveLive$.getValue()&&this.isLowLatency$.getValue(),n={isJumpGapAfterSeekLive:this.isJumpGapAfterSeekLive,isActiveLowLatency:t,initialCurrentTime:this.element.currentTime},{usePersistentGaps:r}=this.tuning.dash;this.isJumpGapAfterSeekLive&&!t&&this.element.currentTime>e.to&&(this.isJumpGapAfterSeekLive=!1,this.element.currentTime=0);let i=this.element.currentTime*1e3,a=[],o=this.element.readyState===1?this.tuning.endGapTolerance:0;for(let e of this.bufferManagers)for(let t of e.gaps)(r&&t.persistent||e.playingRepresentation$.getValue()===t.representation)&&t.from-o<=i&&t.to+o>i&&(this.element.duration*1e3-t.to<this.tuning.endGapTolerance?a.push(1/0):a.push(t.to));if(a.length){let e=Math.max(...a)+10;if(this.gapWatchdogSubscription.unsubscribe(),this.gapWatchdogActive=!1,e===1/0)this.forceEnded$.next();else{this.element.currentTime=e/1e3,n={...n,gapEnds:a,jumpTo:e,resultCurrentTime:this.element.currentTime};let t=this.tracer.createComponentTracer(`jumpGap`);t.log(`jumpGap`,mp(n)),t.end()}}}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:up.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 wp;t.add(xp(...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 Nm{subscription=new rp;volumeSubscription=new rp;videoState=new At(`stopped`);allocation;observableVideo=null;player;params;tracer;textTracksManager=null;droppedFramesManager=new Wa;stallsManager=new cs;elementSizeManager=new hs;abrManager=new Vs;videoTracksMap=new Map;audioTracksMap=new Map;textTracksMap=new Map;videoStreamsMap=new Map;audioStreamsMap=new Map;constructor(e){e.tuning.disableSubtitles||(this.textTracksManager=new Fn(e.source.url)),this.params=e,this.allocation=ho(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(Vi(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 Mm({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;Qf(this.observableVideo)&&(this.observableVideo=ir(this.allocation.target),this.subscription.add(()=>this.observableVideo?.destroy()));let n=this.constructor.name,r=t=>{e.error$.next({id:n,category:qf.WTF,message:`${n} internal logic error`,thrown:t})};return{output:e,desiredState:t,observableVideo:this.observableVideo,genericErrorListener:r,connect:(e,t)=>this.subscription.add(e.subscribe(t,r))}}subscribe(){let{output:e,desiredState:t,observableVideo:n,genericErrorListener:r,connect:i}=this.getProviderSubscriptionInfo(),a=this.allocation.video;a&&this.subscription.add(this.params.output.availableVideoTracks$.pipe(Jf(e=>!!e.length),np()).subscribe(e=>{this.droppedFramesManager.connect({logger:this.params.dependencies.logger,video:a,droppedFramesChecker:this.params.tuning.droppedFramesChecker,isAuto:this.params.desiredState.autoVideoTrackSwitching,playing$:n.playing$,pause$:n.pause$,tracks:e})}));let o=this.params.desiredState.seekState.stateChangeEnded$.pipe($f(e=>e.to.state!==`none`),Yf());this.abrManager.init({isSeeked$:o,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$:o,currentStallDuration$:this.player.currentStallDuration$,videoLastDataObtainedTimestamp$:this.player.videoLastDataObtainedTimestamp$,throughput$:this.params.dependencies.throughputEstimator.throughput$,rtt$:this.params.dependencies.throughputEstimator.rtt$,tuning:this.params.tuning.stallsManager,abrParams:this.params.tuning.autoTrackSelection,isBuffering$:n.isBuffering$,looped$:n.looped$,playing$:n.playing$,pause$:n.pause$,duration:this.allocation.target.duration}),i(n.ended$,e.endedEvent$),i(n.looped$,e.loopedEvent$),i(n.error$,e.error$),i(n.isBuffering$,e.isBuffering$),i(n.currentBuffer$,e.currentNativeVideoBuffer$),i(n.currentBuffer$,e.currentNativeAudioBuffer$),i(n.totalBufferDuration$,e.totalBufferDuration$),i(n.bufferRangeCount$,e.bufferRangeCount$),i(n.playing$,e.firstFrameEvent$),i(n.canplay$,e.canplay$),i(n.playedTime$,e.playedTime$),i(n.inPiP$,e.inPiP$),i(n.inFullscreen$,e.inFullscreen$),i(n.loadedMetadata$,e.loadedMetadataEvent$),i(this.player.error$,e.error$),i(this.player.fetcherRecoverableError$,e.fetcherRecoverableError$),i(this.player.updateDurationError$,e.updateDurationError$),i(this.player.fetcherError$,e.fetcherError$),i(this.player.videoLastDataObtainedTimestamp$,e.videoLastDataObtainedTimestamp$),i(this.player.manifestRequested$,e.manifestRequested$),i(this.player.firstBytesManifest$,e.firstBytesManifest$),i(this.player.manifestReceived$,e.manifestReceived$),i(this.player.firstBytesRequested$,e.firstBytesRequested$),i(this.player.firstBytesReceived$,e.firstBytesReceived$),i(this.player.lastConnectionType$,e.httpConnectionType$),i(this.player.lastConnectionReused$,e.httpConnectionReused$),i(this.player.lastConnectionMetrics$,e.httpConnectionMetrics$),i(this.player.lastDownloadMetrics$,e.httpDownloadMetrics$),i(this.player.isLive$,e.isLive$),i(this.player.lastRequestFirstBytes$.pipe(Jf(Zf),np()),e.firstBytesEvent$),i(this.stallsManager.severeStallOccurred$,e.severeStallOccurred$),i(this.videoState.stateChangeEnded$.pipe($f(e=>e.to)),this.params.output.playbackState$),this.subscription.add(n.looped$.subscribe(()=>this.player.warmUpMediaSourceIfNeeded(),r)),this.subscription.add(n.seeked$.subscribe(e.seekedEvent$,r)),this.subscription.add(On(this.allocation.target,t.isLooped,r)),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),r)):this.volumeSubscription.add(n.volumeState$.subscribe(this.params.output.volume$,r))})),ys({subscription:this.subscription,desiredState:t,videoElement$:this.params.output.element$,observableVideo:n}),this.subscription.add(kn(this.allocation.target,t.volume,n.volumeState$,r,{skipVideoElVolumeSync$:this.params.skipVideoElVolumeSync$})),this.subscription.add(An(this.allocation.target,t.playbackRate,n.playbackRateState$,r)),this.allocation.video&&this.elementSizeManager.connect({video:this.allocation.video,observableVideo:n}),i(Ya(this.allocation.target,{threshold:this.params.tuning.autoTrackSelection.activeVideoAreaThreshold}),e.elementVisible$),this.subscription.add(n.playing$.subscribe(()=>{this.videoState.setState(`playing`),A(t.playbackState,`playing`)},r)).add(n.pause$.subscribe(()=>{this.videoState.setState(`paused`),A(t.playbackState,`paused`)},r)).add(n.canplay$.subscribe(()=>{this.videoState.getState()===`playing`&&!this.allocation.target.ended&&this.playIfAllowed()},r)),this.params.tuning.changePlaybackStateToPausedWhenEnded&&this.subscription.add(n.ended$.subscribe(()=>{this.videoState.setState(`paused`),A(t.playbackState,`paused`)})),this.subscription.add(this.player.state$.stateChangeEnded$.subscribe(({to:e})=>{if(e===`manifest_ready`){this.videoTracksMap=new Map,this.audioTracksMap=new Map,this.textTracksMap=new Map;let e=this.player.getStreams(),t=this.player.getCodecs();if(Wf(e,`Manifest not loaded or empty`),!this.params.tuning.isAudioDisabled){let t=[];for(let n of e.audio){t.push(Vu(n));let e=[];for(let t of n.representations){let r=Ru(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(Hu(t));let e=[];for(let n of t.representations){let r=Lu({...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=zu(t,e);this.textTracksMap.set(n,{stream:t,representation:e})}this.params.output.availableVideoTracks$.next(Array.from(this.videoTracksMap.keys())),this.params.output.availableAudioTracks$.next(Array.from(this.audioTracksMap.keys())),this.params.output.isAudioAvailable$.next(!!this.audioTracksMap.size),t?.video&&this.params.output.availableVideoCodecs$.next(t.video),t?.audio&&this.params.output.availableAudioCodecs$.next(t.audio),this.audioTracksMap.size&&this.textTracksMap.size&&this.params.desiredState.internalTextTracks.startTransitionTo(Array.from(this.textTracksMap.keys()))}else e===`representations_ready`&&(this.videoState.setState(`ready`),this.player.initBuffer())},r));let s=ep(this.player.currentStallDuration$,this.player.state$.stateChangeEnded$,t.videoTrack.stateChangeStarted$,t.autoVideoTrackSwitching.transitionStarted$,this.params.dependencies.throughputEstimator.rttAdjustedThroughput$,t.autoVideoTrackLimits.stateChangeStarted$,this.elementSizeManager.getObservable(),this.params.output.elementVisible$,this.droppedFramesManager.onDroopedVideoFramesLimit$,Xf(this.allocation.target,`progress`)).pipe(Jf(()=>this.videoTracksMap.size>0||this.params.tuning.audioOnly&&this.audioTracksMap.size>0)),{abrThrottle:c}=this.params.tuning.dash;c&&(s=s.pipe(ip(c))),this.subscription.add(s.subscribe(async()=>{let e=this.player.state$.getState(),n=this.player.state$.getTransition();if(e!==`manifest_ready`&&e!==`running`||n)return;t.autoVideoTrackSwitching.getTransition()&&t.autoVideoTrackSwitching.setState(t.autoVideoTrackSwitching.getState());let r=this.selectVideoAudioRepresentations();if(!r){if(this.params.tuning.audioOnly&&this.audioStreamsMap.size){let[,[t]]=this.audioStreamsMap.entries().next().value;e===`manifest_ready`&&await this.player.initRepresentations(void 0,t.id,this.params.sourceHls)}return}let[i,a]=r,o=[...this.videoTracksMap.keys()].find(e=>this.videoTracksMap.get(e)?.representation.id===i.id);Zf(o)&&(this.stallsManager.lastVideoTrackSelected=o);let s=this.params.desiredState.autoVideoTrackLimits.getTransition();if(s&&this.params.output.autoVideoTrackLimits$.next(s.to),e===`manifest_ready`)await this.player.initRepresentations(i.id,a?.id,this.params.sourceHls);else if(await this.player.switchRepresentation(`video`,i.id),a){let e=!!t.audioStream.getTransition();await this.player.switchRepresentation(`audio`,a.id,e)}},r)),this.subscription.add(Gf({videoState:this.videoState.stateChangeEnded$,autoVideoTrackState:ep(tp([t.autoVideoTrackSwitching.getState()]),t.autoVideoTrackSwitching.stateChangeEnded$.pipe($f(e=>e.to)))}).pipe($f(({videoState:e,autoVideoTrackState:t})=>e.to!==`stopped`&&t),Yf()).subscribe(e=>this.player.setSmartRepresentationSwitch(e))),this.subscription.add(this.player.currentVideoRepresentation$.pipe(Yf()).subscribe(t=>{let n=[...this.videoTracksMap.entries()].find(([,{representation:e}])=>e.id===t);if(!n){e.currentVideoTrack$.next(void 0),e.currentVideoStream$.next(void 0);return}let[r,{stream:i}]=n,a=this.params.desiredState.videoStream.getTransition();a&&a.to&&a.to.id===i.id&&this.params.desiredState.videoStream.setState(a.to),e.currentVideoTrack$.next(r),e.currentVideoStream$.next(Hu(i)),this.player.updateSourceDurationFromSegments()},r)),this.subscription.add(this.player.currentAudioRepresentation$.pipe(Yf()).subscribe(t=>{let n=[...this.audioTracksMap.entries()].find(([,{representation:e}])=>e.id===t);if(!n){e.currentAudioStream$.next(void 0);return}let[r,{stream:i}]=n,a=this.params.desiredState.audioStream.getTransition();a&&a.to&&a.to.id===i.id&&this.params.desiredState.audioStream.setState(a.to),e.currentAudioStream$.next(Vu(i)),this.player.updateSourceDurationFromSegments()},r)),this.subscription.add(this.player.currentVideoSegmentLength$.subscribe(e.currentVideoSegmentLength$,r)),this.subscription.add(this.player.currentAudioSegmentLength$.subscribe(e.currentAudioSegmentLength$,r)),this.allocation.video&&this.textTracksManager?.connect(this.allocation.video,t,e);let l=t.playbackState.stateChangeStarted$.pipe($f(({to:e})=>e===`ready`),Yf());this.subscription.add(ep(l,t.autoVideoTrackSwitching.stateChangeStarted$,this.player.state$.stateChangeEnded$,n.currentBuffer$,tp([`init`])).subscribe(()=>this.syncBufferTarget())),this.subscription.add(ep(l,this.player.state$.stateChangeEnded$,tp([`init`])).subscribe(()=>this.player.setPreloadOnly(t.playbackState.getState()===`ready`)));let u=ep(t.playbackState.stateChangeStarted$,t.videoTrack.stateChangeStarted$,t.seekState.stateChangeEnded$,this.videoState.stateChangeEnded$,tp([`init`])).pipe(Kf(0));this.subscription.add(u.subscribe(this.syncPlayback,r))}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{desiredState:e,output:t}=this.params,n=e.autoVideoTrackSwitching.getState(),r=e.videoTrack.getState()?.id,i=[...this.videoTracksMap.keys()].find(({id:e})=>e===r),a=t.currentVideoTrack$.getValue(),o=e.videoStream.getState()??(i&&this.videoTracksMap.get(i)?.stream)??this.videoStreamsMap.size===1?this.videoStreamsMap.keys().next().value:void 0;if(!o)return;let s=[...this.videoStreamsMap.keys()].find(({id:e})=>e===o.id),c=s&&this.videoStreamsMap.get(s);if(!c)return;let l=Ed(this.allocation.target.buffered,this.allocation.target.currentTime*1e3),u;u=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:n?this.params.tuning.dash.forwardBufferTargetAuto:this.params.tuning.dash.forwardBufferTargetManual;let d=(this.allocation.target.duration*1e3||1/0)-this.allocation.target.currentTime*1e3,f=Math.min(l/Math.min(u,d||1/0),1),p=e.audioStream.getState()??(this.audioStreamsMap.size===1?this.audioStreamsMap.keys().next().value:void 0),m=[...this.audioStreamsMap.keys()].find(({id:e})=>e===p?.id)??this.audioStreamsMap.keys().next().value,h=this.player.isLive$.getValue(),g=this.allocation.target.duration*1e3,_=!h&&Number.isFinite(g)&&g>0?Math.max(0,g-this.allocation.target.currentTime*1e3):void 0;this.abrManager.updateContext({isAuto:n,isLive:h,remainingDurationMs:_,mpdSegmentDurationMs:this.player.getMpdVideoSegmentDuration(),videoTracks:c,audioTracks:m?this.audioStreamsMap.get(m)??[]:[],currentVideoTrack:a,desiredVideoTrack:i,limits:this.params.desiredState.autoVideoTrackLimits.getState(),forwardBufferHealth:f,forwardBufferDuration:l,forwardVideoBufferRepresentations:this.player.getForwardBufferRepresentations(`video`),forwardAudioBufferRepresentations:this.player.getForwardBufferRepresentations(`audio`),videoSegmentLoadProgress:this.player.getActiveVideoSegmentProgress()});let v=this.abrManager.autoSelectTrack(`video`),y=m&&this.abrManager.autoSelectTrack(`audio`),b=this.videoTracksMap.get(v)?.representation,x=y&&this.audioTracksMap.get(y)?.representation;if(b&&x)return[b,x];if(b&&!x&&this.audioTracksMap.size===0)return[b,void 0]}prepare(e=0){this.player.initManifest(this.allocation.target,this.params.source.url,e)}syncPlayback=()=>{let e=this.videoState.getState(),t=this.params.desiredState.playbackState.getState(),n=this.params.desiredState.playbackState.getTransition(),r=this.params.desiredState.seekState.getState();if(!this.videoState.getTransition()){if(r.state===`requested`&&n?.to!==`paused`&&e!==`stopped`&&t!==`stopped`&&this.seek(r.position,r.forcePrecise),t===`stopped`){e!==`stopped`&&(this.videoState.startTransitionTo(`stopped`),this.player.stop(),this.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 Uf(e)}}};playIfAllowed(){let e=aa(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:qf.DOM,thrown:e})};this.params.tuning.ignoreForcePlayResultWhenProviderChanged?this.subscription.add(tp(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),ln(this.allocation.target,this.params.tuning),this.tracer.end()}}class Pm extends Nm{subscribe(){super.subscribe();let{output:e,observableVideo:t,connect:n}=this.getProviderSubscriptionInfo();n(t.timeUpdate$,e.position$),n(t.durationChange$,e.duration$)}seek(e,t){this.params.output.willSeekEvent$.next(),this.player.seek(e,t)}}import{combine as Fm,merge as Im,filter as Lm,filterChanged as Rm,isNullable as zm,map as Bm,ValueSubject as Vm,isNonNullable as Hm}from"@vkontakte/videoplayer-shared";class Um extends Nm{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 Vm(1);a(r.playbackRateState$,o),(this.params.tuning.dashCmafLive.catchupLiveForMutedInactiveTab||this.params.tuning.live.catchupLiveForMutedInactiveTab)&&this.subscription.add(n.elementVisible$.pipe(Rm()).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(Bm(e=>e.to)).subscribe(this.player.isLowLatency$)).add(Fm({liveBufferTime:n.liveBufferTime$,liveAvailabilityStartTime:this.player.liveAvailabilityStartTime$}).pipe(Bm(({liveBufferTime:e,liveAvailabilityStartTime:n})=>e&&n?e*1e3+n+t:void 0)).subscribe(n.liveTime$)).add(Fm({liveDuration:this.player.liveDuration$,liveStreamStatus:this.player.liveStreamStatus$,playbackRate:Im(r.playbackRateState$,new Vm(1))}).pipe(Lm(({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||zm(i)||(t=e-i)})).add(Fm({time:n.liveBufferTime$,liveDuration:this.player.liveDuration$,playbackRate:Im(r.playbackRateState$,new Vm(1))}).pipe(Rm((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||zm(e)||zm(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=Bu(e);this.params.output.availableTextTracks$.next([t])}})),this.params.tuning.dashCmafLive.externalStopControl||this.subscription.add(this.player.liveStreamStatus$.pipe(Lm(e=>Hm(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)})}}import{fetchPolyfilled as Wm}from"@vkontakte/videoplayer-shared";import{fetchPolyfilled as Gm}from"@vkontakte/videoplayer-shared";var Km=`X-Playback-Duration`,qm=async e=>{let t=await Gm(e),n=await t.text(),r=/#EXT-X-VK-PLAYBACK-DURATION:(\d+)/m.exec(n)?.[1];return r?parseInt(r,10):t.headers.has(Km)?parseInt(t.headers.get(Km),10):void 0};import{assertNever as Jm,combine as Ym,debounce as Xm,ErrorCategory as Zm,filter as Qm,filterChanged as $m,isNonNullable as eh,isNullable as th,map as nh,merge as rh,observableFrom as ih,Subscription as ah,ValueSubject as oh,VideoQuality as sh}from"@vkontakte/videoplayer-shared";import{fetchPolyfilled as ch}from"@vkontakte/videoplayer-shared";import{videoSizeToQuality as lh,getExponentialDelay as uh}from"@vkontakte/videoplayer-shared";var dh=e=>{let t=null;if(e.QUALITY&&(t=or(e.QUALITY)),!t&&e.RESOLUTION){let[n,r]=e.RESOLUTION.split(`x`).map(e=>parseInt(e,10));t=lh({width:n,height:r})}return t??null},fh=(e,t,n=!1)=>{let r=e.split(`
|
|
33
|
-
`),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=Object.fromEntries(c[1].split(`,`).map(e=>e.split(`=`))),a=n.QUALITY??`stream-${n.BANDWIDTH}`,o=
|
|
34
|
-
`),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(yh(e)&&this.currentTextTrackData){let{segments:t}=this.currentTextTrackData.playlist,{from:n}=t[0].time,{to:r}=t[t.length-1].time;if(e<n||e>r)return;r-e<this.params.downloadThreshold&&this.fetchNextManifestData();for(let n of t)if(n.time.from<=e&&n.time.to>=e){this.availableTextTracks$.next([{...this.currentTextTrackData.textTrack,url:n.url,isAuto:!0}]);break}}}async fetchNextManifestData(){try{if(this.abortControllers.nextManifest)return;this.abortControllers.nextManifest=new _h;let{textTracks:e}=await this.fetchManifestData(),t=await this.parseTextTracks(e,this.params.sourceUrl);this.currentTextTrackData&&t&&(this.currentTextTrackData.playlist.segments=t.playlist.segments)}catch(e){this.error(`fetchNextManifestData`,e)}finally{this.abortControllers.nextManifest=null}}async fetchManifestData(){let e=this.prepareUrl??this.params.sourceUrl;return await this.params.fetchManifestData(e,{signal:this.abortControllers.destroy.signal})}error(e,t){this.error$.next({id:`[LiveTextManager][HLS_LIVE_CMAF]`,category:wh.WTF,thrown:t,message:e})}}class Eh{subscription=new ah;volumeSubscription=new ah;videoState=new At(`stopped`);allocation;params;textTracksManager=null;liveTextManager=null;masterManifest;manifests$=new oh([]);maxSeekBackTime$;liveOffset=new In;manifestStartTime$=new oh(void 0);constructor(e){this.params=e,this.allocation=ho(e.container,e.tuning),this.params.output.element$.next(this.allocation.video??void 0),this.masterManifest={id:`master`,quality:sh.INVARIANT,url:this.params.source.url};let t=(e,t)=>gh(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 Th(this.params.output.liveTime$,this.allocation.video,t,this.params.source.url,this.params.tuning.hlsLiveNewTextManagerDownloadThreshold):this.textTracksManager=new Fn(e.source.url)),t(this.generateLiveUrl()).then(({qualityManifests:e,textTracks:t})=>{e.length===0&&this.params.output.error$.next({id:`HlsLiveProviderInternal:empty_manifest`,category:Zm.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:Zm.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(Vi(this.params.source.url)),this.params.output.availableTextTracks$.next([]),this.params.desiredState.internalTextTracks.setState([]),this.maxSeekBackTime$=new oh(e.source.maxSeekBackTime??1/0),this.subscribe()}selectManifest(){let{autoVideoTrackSwitching:e,videoTrack:t}=this.params.desiredState,n=e.getState(),r=t.getTransition(),i=r?.to?.id??t.getState()?.id??`master`,a=this.manifests$.getValue();if(!a.length)return;let o=n?`master`:i;return n&&!r&&t.startTransitionTo(this.masterManifest),a.find(e=>e.id===o)}subscribe(){let{output:e,desiredState:t}=this.params,n=t=>{e.error$.next({id:`HlsLiveProvider`,category:Zm.WTF,message:`HlsLiveProvider internal logic error`,thrown:t})},r=ir(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.currentNativeVideoBuffer$),i(r.currentBuffer$,e.currentNativeAudioBuffer$),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(kn(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(An(this.allocation.target,t.playbackRate,r.playbackRateState$,n)),i(Ya(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($m(),nh(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&&eh(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(Vi(t.url)))}r&&this.params.desiredState.autoVideoTrackSwitching.setState(r.to),t&&t.from===`changing_manifest`&&this.videoState.setState(t.to),e&&e.state===`requested`&&this.seek(e.position)},n)),this.subscription.add(r.loadedData$.subscribe(()=>{let e=this.allocation.target?.getStartDate?.()?.getTime();this.manifestStartTime$.next(e||void 0)},n)),this.subscription.add(Ym({startTime:this.manifestStartTime$.pipe(Qm(eh)),currentTime:r.timeUpdate$}).subscribe(({startTime:e,currentTime:t})=>this.params.output.liveTime$.next(e+t*1e3),n)),this.subscription.add(this.manifests$.pipe(nh(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=rh(t.playbackState.stateChangeStarted$,t.seekState.stateChangeEnded$,t.videoTrack.stateChangeStarted$,t.autoVideoTrackSwitching.stateChangeStarted$,t.autoVideoTrackLimits.stateChangeStarted$,this.videoState.stateChangeEnded$,this.manifests$,ih([`init`])).pipe(Xm(0));this.subscription.add(a.subscribe(this.syncPlayback,n));let o=!1;this.params.tuning.live.catchupLiveForMutedInactiveTab&&this.subscription.add(e.elementVisible$.pipe($m()).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),ln(this.allocation.target,this.params.tuning)}prepare(){let e=this.selectManifest();if(th(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=k(r.toString(),this.liveOffset.getTotalOffset(),i);this.liveTextManager?.prepare(a),this.allocation.target.setAttribute(`src`,a),this.allocation.target.load(),qm(a).then(e=>{if(!th(e))this.maxSeekBackTime$.next(e);else{let e=this.params.source.maxSeekBackTime??this.maxSeekBackTime$.getValue();(th(e)||!isFinite(e))&&Wm(a).then(e=>e.text()).then(e=>{let t=/#EXT-X-STREAM-INF[^\n]+\n(.+)/m.exec(e)?.[1];t&&qm(new URL(t,a).toString()).then(e=>{th(e)||this.maxSeekBackTime$.next(e)})}).catch(()=>{})}})}playIfAllowed(){aa(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:Zm.DOM,thrown:e}))}seek(e){this.params.output.willSeekEvent$.next();let t=-e,n=t<this.maxSeekBackTime$.getValue()?t:0;this.liveOffset.resetTo(n),this.params.output.position$.next(-n/1e3),this.params.output.seekedEvent$.next()}syncPlayback=()=>{if(!this.manifests$.getValue().length)return;let e=this.videoState.getState(),t=this.params.desiredState.playbackState.getState(),n=this.params.desiredState.playbackState.getTransition(),r=this.params.desiredState.videoTrack.getTransition(),i=this.params.desiredState.autoVideoTrackSwitching.getTransition(),a=this.params.desiredState.autoVideoTrackLimits.getTransition();if(t===`stopped`){e!==`stopped`&&(this.videoState.startTransitionTo(`stopped`),this.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 Jm(e)}};generateLiveUrl(){let e=k(this.params.source.url);if(this.params.tuning.useHlsLiveNewTextManager){let t=new URL(e);t.searchParams.set(`enable-subtitles`,`yes`),e=t.toString()}return e}}import{assertNever as Dh,debounce as Oh,ErrorCategory as kh,fromEvent as Ah,isInvariantQuality as jh,isNonNullable as Mh,isNullable as Nh,map as Ph,merge as Fh,observableFrom as Ih,Subscription as Lh,ValueSubject as Rh,VideoQuality as zh}from"@vkontakte/videoplayer-shared";class Bh{subscription=new Lh;volumeSubscription=new Lh;videoState=new At(`stopped`);allocation;params;textTracksManager=null;masterManifest;manifests$=new Rh([]);unmuteAfterBrowserResetsHappened=new Rh(!1);constructor(e){e.tuning.disableSubtitles||(this.textTracksManager=new Fn(e.source.url)),this.params=e,this.allocation=ho(e.container,e.tuning),this.params.output.element$.next(this.allocation.video??void 0),this.masterManifest={id:`master`,quality:zh.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(Vi(this.params.source.url)),this.params.output.autoVideoTrackLimitingAvailable$.next(!0),this.params.output.manifestRequested$.next(),gh(k(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:kh.NETWORK,message:`Error fetching manifest and extracting qualities`,thrown:e})),this.subscribe()}selectManifest(){let{autoVideoTrackSwitching:e,videoTrack:t}=this.params.desiredState,n=e.getState(),r=t.getTransition(),i=r?.to?.id??t.getState()?.id??`master`,a=this.manifests$.getValue();if(!a.length)return;let o=n?`master`:i;return n&&(!r||!r.from)&&t.startTransitionTo(this.masterManifest),a.find(e=>e.id===o)}subscribe(){let{output:e,desiredState:t}=this.params,n=t=>{e.error$.next({id:`HlsProvider`,category:kh.WTF,message:`HlsProvider internal logic error`,thrown:t})},r=ir(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.currentNativeVideoBuffer$),i(r.currentBuffer$,e.currentNativeAudioBuffer$),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(Ph(e=>e.to)),this.params.output.playbackState$),this.subscription.add(On(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(An(this.allocation.target,t.playbackRate,r.playbackRateState$,n)),ys({subscription:this.subscription,desiredState:t,videoElement$:this.params.output.element$,observableVideo:r}),this.subscription.add(kn(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&&Mh(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(Vi(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(Ph(e=>e.filter(({quality:e})=>this.params.tuning.audioOnly?!jh(e):!0).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&&(!M.device.isIOS||!this.params.tuning.useNativeHLSTextTracks)){let{textTracks:e}=this.allocation.video;this.subscription.add(Fh(Ah(e,`addtrack`),Ah(e,`removetrack`),Ah(e,`change`),Ih([`init`])).subscribe(()=>{for(let t=0;t<e.length;t++)e[t].mode=`hidden`},n))}let a=Fh(t.playbackState.stateChangeStarted$,t.seekState.stateChangeEnded$,t.videoTrack.stateChangeStarted$,t.autoVideoTrackSwitching.stateChangeStarted$,t.autoVideoTrackLimits.stateChangeStarted$,this.videoState.stateChangeEnded$,this.manifests$,Ih([`init`])).pipe(Oh(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),ln(this.allocation.target,this.params.tuning)}prepare(){let e=this.selectManifest();if(Nh(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=aa(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:kh.DOM,thrown:e})};this.params.tuning.ignoreForcePlayResultWhenProviderChanged?this.subscription.add(Ih(e).subscribe(t,n)):e.then(t,n)}seek(e){this.params.output.willSeekEvent$.next(),this.allocation.target.currentTime=e/1e3}syncPlayback=()=>{if(!this.manifests$.getValue().length)return;let e=this.videoState.getState(),t=this.params.desiredState.playbackState.getState(),n=this.params.desiredState.playbackState.getTransition(),r=this.params.desiredState.videoTrack.getTransition(),i=this.params.desiredState.autoVideoTrackSwitching.getTransition(),a=this.params.desiredState.autoVideoTrackLimits.getTransition();if(t===`stopped`){e!==`stopped`&&(this.videoState.startTransitionTo(`stopped`),this.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 Dh(e)}}}import{assertNever as Vh,assertNonNullable as Hh,debounce as Uh,ErrorCategory as Wh,isHigherOrEqual as Gh,isLowerOrEqual as Kh,isNonNullable as qh,merge as Jh,observableFrom as Yh,Subscription as Xh,map as Zh}from"@vkontakte/videoplayer-shared";class Qh{subscription=new Xh;volumeSubscription=new Xh;videoState=new At(`stopped`);allocation;trackUrls={};params;textTracksManager=null;constructor(e){e.tuning.disableSubtitles||(this.textTracksManager=new Fn),this.params=e,this.allocation=ho(e.container,e.tuning),this.params.output.element$.next(this.allocation.video??void 0),Object.entries(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(Object.values(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:Wh.WTF,message:`MpegProvider internal logic error`,thrown:t})},r=ir(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.currentNativeVideoBuffer$),i(r.currentBuffer$,e.currentNativeAudioBuffer$),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(Zh(e=>e.to)),this.params.output.playbackState$),this.subscription.add(On(this.allocation.target,t.isLooped,n)),ys({subscription:this.subscription,desiredState:t,videoElement$:this.params.output.element$,observableVideo:r}),this.subscription.add(kn(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(An(this.allocation.target,t.playbackRate,r.playbackRateState$,n)),i(Ya(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&&qh(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=Jh(t.playbackState.stateChangeStarted$,t.videoTrack.stateChangeStarted$,t.seekState.stateChangeEnded$,t.autoVideoTrackLimits.stateChangeStarted$,this.videoState.stateChangeEnded$,Yh([`init`])).pipe(Uh(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),ln(this.allocation.target,this.params.tuning)}prepare(){let e=this.params.desiredState.videoTrack.getState()?.id;Hh(e,`MpegProvider: track is not selected`);let{url:t}=this.trackUrls[e];Hh(t,`MpegProvider: No url for ${e}`),this.params.tuning.requestQuick&&(t=pc(t)),this.allocation.target.setAttribute(`src`,t),this.allocation.target.load(),this.params.output.hostname$.next(Vi(t))}playIfAllowed(){let e=aa(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:Wh.DOM,thrown:e})};this.params.tuning.ignoreForcePlayResultWhenProviderChanged?this.subscription.add(Yh(e).subscribe(t,n)):e.then(t,n)}seek(e){this.params.output.willSeekEvent$.next(),this.allocation.target.currentTime=e/1e3}syncPlayback=()=>{let e=this.videoState.getState(),t=this.params.desiredState.playbackState.getState(),n=this.params.desiredState.playbackState.getTransition();if(t===`stopped`){e!==`stopped`&&(this.videoState.startTransitionTo(`stopped`),this.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 Vh(e)}};handleQualityLimitTransition(e){this.params.output.autoVideoTrackLimits$.next(e);let t=e=>{this.params.output.currentVideoTrack$.next(e),this.params.desiredState.videoTrack.startTransitionTo(e)},n=e=>{t(Bi({videoTracks:a,tuning:this.params.tuning,abrLogger:this.params.dependencies.abrLogger,tracer:this.params.dependencies.tracer,container:this.allocation.video?.getBoundingClientRect()??null,panelSize:this.params.panelSize??null,estimatedThroughput:this.params.dependencies.throughputEstimator.throughput$.getValue(),forwardBufferHealth:0,limits:e}))},r=this.params.output.currentVideoTrack$.getValue()?.quality,i=!!(e.max||e.min),a=Object.values(this.trackUrls).map(e=>e.track);if(!r||!i||gi(e,a[0].quality,a.at(-1)?.quality)){n();return}let o=e.max?Kh(r,e.max):!0,s=e.min?Gh(r,e.min):!0;o&&s||n(e)}}import{assertNever as $h,debounce as eg,merge as tg,observableFrom as ng,Subscription as rg,map as ig,ValueSubject as ag,ErrorCategory as og,VideoQuality as sg}from"@vkontakte/videoplayer-shared";import{ErrorCategory as cg}from"@vkontakte/videoplayer-shared";var lg=[`stun:videostun.mycdn.me:80`],ug=1e3,dg=3,fg=()=>null;class pg{options;ws=null;peerConnection=null;serverUrl=``;streamKey=``;stream=null;signalingType=`JOIN`;retryTimeout;retryCount=0;externalStartCallback=fg;externalStopCallback=fg;externalErrorCallback=fg;constructor(e,t){this.options=this.normalizeOptions(t);let n=e.split(`/`);this.serverUrl=n.slice(0,n.length-1).join(`/`),this.streamKey=n[n.length-1]}onStart(e){try{this.externalStartCallback=e}catch(e){this.handleSystemError(e)}}onStop(e){try{this.externalStopCallback=e}catch(e){this.handleSystemError(e)}}onError(e){try{this.externalErrorCallback=e}catch(e){this.handleSystemError(e)}}connect(){this.connectWS()}disconnect(){try{this.externalStopCallback(),this.closeConnections()}catch(e){this.handleSystemError(e)}}connectWS(){this.ws||(this.ws=new WebSocket(this.serverUrl),this.ws.onopen=this.onSocketOpen.bind(this),this.ws.onmessage=this.onSocketMessage.bind(this),this.ws.onclose=this.onSocketClose.bind(this),this.ws.onerror=this.onSocketError.bind(this))}onSocketOpen(){this.handleLogin()}onSocketClose(e){try{if(!this.ws)return;this.ws=null,e.code>1e3?(this.retryCount++,this.retryCount>this.options.maxRetryNumber?this.handleNetworkError():this.scheduleRetry()):this.externalStopCallback()}catch(e){this.handleRTCError(e)}}onSocketError(e){try{this.externalErrorCallback(Error(e.toString()))}catch(e){this.handleRTCError(e)}}onSocketMessage(e){try{let t=this.parseMessage(e.data);switch(t.type){case`JOIN`:case`CALL_JOIN`:this.handleJoinMessage(t);break;case`UPDATE`:this.handleUpdateMessage(t);break;case`STATUS`:this.handleStatusMessage(t);break}}catch(e){this.handleRTCError(e)}}handleJoinMessage(e){switch(e.inviteType){case`ANSWER`:this.handleAnswer(e.sdp);break;case`CANDIDATE`:this.handleCandidate(e.candidate);break}}handleStatusMessage(e){switch(e.status){case`UNPUBLISHED`:this.handleUnpublished();break}}async handleUpdateMessage(e){try{let t=await this.createOffer();this.peerConnection&&await this.peerConnection.setLocalDescription(t),this.handleAnswer(e.sdp)}catch(e){this.handleRTCError(e)}}async handleLogin(){try{let e={iceServers:[{urls:lg}]};this.peerConnection=new RTCPeerConnection(e),this.peerConnection.ontrack=this.onPeerConnectionStream.bind(this),this.peerConnection.onicecandidate=this.onPeerConnectionIceCandidate.bind(this),this.peerConnection.oniceconnectionstatechange=this.onPeerConnectionIceConnectionStateChange.bind(this);let t=await this.createOffer();await this.peerConnection.setLocalDescription(t),this.send({type:this.signalingType,inviteType:`OFFER`,streamKey:this.streamKey,sdp:t.sdp,callSupport:!1})}catch(e){this.handleRTCError(e)}}async handleAnswer(e){try{this.peerConnection&&await this.peerConnection.setRemoteDescription(new RTCSessionDescription({type:`answer`,sdp:e}))}catch(e){this.handleRTCError(e)}}async handleCandidate(e){if(e)try{this.peerConnection&&await this.peerConnection.addIceCandidate(e)}catch(e){this.handleRTCError(e)}}handleUnpublished(){try{this.closeConnections(),this.externalStopCallback()}catch(e){this.handleRTCError(e)}}handleSystemError(e){this.options.errorChanel&&this.options.errorChanel.next({id:`webrtc-provider-error`,category:cg.WTF,message:e.message})}async onPeerConnectionStream(e){let t=e.streams[0];this.stream&&this.stream.id===t.id||(this.stream=t,this.externalStartCallback(this.stream))}onPeerConnectionIceCandidate(e){e.candidate&&this.send({type:this.signalingType,inviteType:`CANDIDATE`,candidate:e.candidate})}onPeerConnectionIceConnectionStateChange(){if(this.peerConnection){let e=this.peerConnection.iceConnectionState;[`failed`,`closed`].indexOf(e)>-1&&(this.retryCount++,this.retryCount>this.options.maxRetryNumber?this.handleNetworkError():(this.closeConnections(),this.scheduleRetry()))}}async createOffer(){let e={offerToReceiveAudio:!0,offerToReceiveVideo:!0,voiceActivityDetection:!1};if(!this.peerConnection)throw Error(`Can not create offer - no peer connection instance `);let t=await this.peerConnection.createOffer(e),n=t.sdp||``;if(!/^a=rtpmap:\d+ H264\/\d+$/m.test(n))throw Error(`No h264 codec support error`);return t}handleRTCError(e){try{this.externalErrorCallback(e||Error(`RTC connection error`))}catch(e){this.handleSystemError(e)}}handleNetworkError(){try{this.externalErrorCallback(Error(`Network error`))}catch(e){this.handleSystemError(e)}}send(e){this.ws&&this.ws.send(JSON.stringify(e))}parseMessage(e){try{return JSON.parse(e)}catch{throw Error(`Can not parse socket message`)}}closeConnections(){let e=this.ws;e&&(this.ws=null,e.close(1e3)),this.removePeerConnection()}removePeerConnection(){let e=this.peerConnection;e&&=(this.peerConnection=null,e.close(),e.ontrack=null,e.onicecandidate=null,e.oniceconnectionstatechange=null,null)}scheduleRetry(){this.retryTimeout=j.setTimeout(this.connectWS.bind(this),ug)}normalizeOptions(e={}){let t={stunServerList:lg,maxRetryNumber:dg,errorChanel:null};return e.stunServerList&&(t.stunServerList=e.stunServerList),e.maxRetryNumber&&e.maxRetryNumber>0&&(t.maxRetryNumber=e.maxRetryNumber),t}}class mg{subscription;volumeSubscription;params;log;allocation;videoState=new At(`stopped`);liveStreamClient;maxSeekBackTime$=new ag(0);constructor(e){this.subscription=new rg,this.volumeSubscription=new rg,this.params=e,this.log=this.params.dependencies.logger.createComponentLog(`WebRTCLiveProvider`),this.allocation=ho(e.container,e.tuning),this.liveStreamClient=new pg(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),ln(this.allocation.target,this.params.tuning)}subscribe(){let{output:e,desiredState:t}=this.params,n=t=>{e.error$.next({id:`WebRTCLiveProvider`,category:og.WTF,message:`WebRTCLiveProvider internal logic error`,thrown:t})};this.subscription.add(tg(this.videoState.stateChangeStarted$.pipe(ig(e=>({transition:e,type:`start`}))),this.videoState.stateChangeEnded$.pipe(ig(e=>({transition:e,type:`end`})))).subscribe(({transition:e,type:t})=>{this.log({message:`[videoState change] ${t}: ${JSON.stringify(e)}`})}));let r=ir(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.currentNativeVideoBuffer$),i(r.currentBuffer$,e.currentNativeAudioBuffer$),i(r.totalBufferDuration$,e.totalBufferDuration$),i(r.bufferRangeCount$,e.bufferRangeCount$),i(Ya(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(kn(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 $h(n.to)}},n)).add(tg(t.playbackState.stateChangeStarted$,this.videoState.stateChangeEnded$,ng([`init`])).pipe(eg(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(Vi(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:sg.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:og.EXTERNAL_API,message:e.message,thrown:e})}playIfAllowed(){aa(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:og.DOM,thrown:e}))}prepare(){this.liveStreamClient.connect()}syncPlayback=()=>{let e=this.videoState.getState(),t=this.params.desiredState.playbackState.getState(),n=this.params.desiredState.playbackState.getTransition();if(t===`stopped`){e!==`stopped`&&(this.videoState.startTransitionTo(`stopped`),this.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 $h(e)}}}class hg{length;array;index;iterator;current;constructor(e){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}}import{assertNever as gg,assertNonNullable as _g,ErrorCategory as vg,ErrorOrigin as yg,filter as bg,isNonNullable as xg,isNullable as Sg,map as Cg,merge as wg,once as Tg,Subject as K,Subscription as Eg,ValueSubject as q,flattenObject as Dg,devNull as Og,getWindow as kg}from"@vkontakte/videoplayer-shared";import{Observable as Ag,map as jg,Subscription as Mg,Subject as Ng,now as Pg,combine as Fg}from"@vkontakte/videoplayer-shared";var Ig=e=>new Ag(t=>{let n=new Mg,r=e.desiredPlaybackState$.stateChangeStarted$.pipe(jg(({from:e,to:t})=>({from:e,to:t,label:`${e}-${t}`}))),i=e.desiredPlaybackState$.stateChangeEnded$,a=e.providerChanged$.pipe(jg(({type:e})=>e!==void 0)),o=Fg({providerChanged:e.providerChanged$.pipe(jg(({type:e})=>e!==void 0)),videoLastDataObtainedTimestamp:e.videoLastDataObtainedTimestamp$.pipe(jg(e=>e??0)),stateChangeStarted:e.desiredPlaybackState$.stateChangeStarted$}).pipe(jg(({providerChanged:t,videoLastDataObtainedTimestamp:n,stateChangeStarted:r})=>{let i=Pg()-n;return t||r?.to!==`playing`||i<e.playbackHangupNoDataThreshold})),s=e.useDelayedPlaybackHangupWithData?o:a,c=new Ng,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),L({m:`hangup.set`,l:t.label,id:l})})),n.add(i.subscribe(()=>{L({m:`hangup.cl`,id:l}),j.clearTimeout(l),u={from:`stopped`,to:`stopped`,label:`unknown`},l=0})),n.add(s.subscribe(t=>{l&&(L({m:`hangup.rs.0`,id:l}),j.clearTimeout(l),l=0,t&&(l=j.setTimeout(()=>c.next(u),e.maxTransitionInterval),L({m:`hangup.rs.1`,id:l})))})),n.add(c.subscribe(t)),()=>{j.clearTimeout(l),n.unsubscribe()}});import{AbortControllerPolyfilled as Lg}from"@vkontakte/videoplayer-shared";import{ErrorCategory as Rg,Subscription as zg,combine as Bg,filter as Vg,once as Hg}from"@vkontakte/videoplayer-shared";import{getWindow as Ug}from"@vkontakte/videoplayer-shared";function Wg(){let e=Ug();return new(e.AudioContext||e.webkitAudioContext)}class Gg{providerOutput;provider$;volumeMultiplierError$;volumeMultiplier;static errorId=`VolumeMultiplierManager`;destroyController=new Lg;subscriptions=new zg;audioContext=null;gainNode=null;mediaElementSource=null;constructor(e,t,n,r){this.providerOutput=e,this.provider$=t,this.volumeMultiplierError$=n,this.volumeMultiplier=r,this.subscriptions.add(this.provider$.pipe(Vg(e=>!!e.type),Hg()).subscribe(({type:e})=>this.subscribe(e)))}subscribe(e){M.browser.isSafari&&e!==`MPEG`||this.subscriptions.add(Bg({video:this.providerOutput.element$,playbackState:this.providerOutput.playbackState$,volume:this.providerOutput.volume$}).pipe(Vg(({playbackState:e,video:t,volume:{muted:n,volume:r}})=>e===`playing`&&!!t&&!n&&!!r),Hg()).subscribe(({video:e})=>{this.initAudioContextOnce(e).then(e=>{e||this.destroy()}).catch(e=>{this.handleError(e),this.destroy()})}))}static isSupported(){return`AudioContext`in window&&`GainNode`in window&&`MediaElementAudioSourceNode`in window}async initAudioContextOnce(e){let{volumeMultiplier:t}=this,n=Wg();this.audioContext=n;let r=n.createGain();if(this.gainNode=r,r.gain.value=t,r.connect(n.destination),n.state===`suspended`&&(await n.resume(),this.destroyController.signal.aborted))return!1;let i=n.createMediaElementSource(e);return this.mediaElementSource=i,i.connect(r),!0}cleanup(){this.mediaElementSource&&=(this.mediaElementSource.disconnect(),null),this.gainNode&&=(this.gainNode.disconnect(),null),this.audioContext&&=(this.audioContext.state!==`closed`&&this.audioContext.close(),null)}destroy(){this.destroyController.abort(),this.subscriptions.unsubscribe(),this.cleanup()}handleError(e){this.volumeMultiplierError$.next({id:Gg.errorId,category:Rg.VIDEO_PIPELINE,message:e?.message??`${Gg.errorId} exception`,thrown:e})}}import{ErrorCategory as Kg,Subject as qg,Subscription as Jg,merge as Yg,isNonNullable as Xg}from"@vkontakte/videoplayer-shared";import{ErrorOrigin as Zg,flattenObject as Qg,isNullable as $g}from"@vkontakte/videoplayer-shared";var e_=e=>{let t=e.data?.code;return typeof t==`number`?t:null};class t_{deps;static heuristicName=`MediaErrorHeuristic`;type=`sync`;constructor(e){this.deps=e}analyze(e){if(e.origin!==Zg.MediaError)return null;let t=e_(e);if($g(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(t_.heuristicName,Qg({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}}import{ErrorCategory as n_}from"@vkontakte/videoplayer-shared";class r_{_deps;static heuristicName=`TvFetcherErrorHeuristic`;type=`sync`;constructor(e){this._deps=e}analyze(e){let t=`TV fetcher error: ${e.id}`;return e.id!==`LoadManifest`&&(e.origin!==`segment_fetcher`||e.category===n_.FATAL&&!e.canBeRecoverable)?null:e.canBeRecoverable?{action:`switch_provider`,reason:t}:{action:`failover_host`,reason:t}}}import{ErrorCategory as i_,ErrorOrigin as a_}from"@vkontakte/videoplayer-shared";class o_{_deps;static heuristicName=`FetcherErrorHeuristic`;type=`sync`;constructor(e){this._deps=e}analyze(e){if(e.origin!==a_.SegmentFetcher||e.category===i_.FATAL&&!e.canBeRecoverable)return null;let t=`Fetcher error: ${e.id}`;return e.canBeRecoverable?{action:`switch_provider`,reason:t}:{action:`failover_host`,reason:t}}}import{ErrorOrigin as s_,flattenObject as c_}from"@vkontakte/videoplayer-shared";class l_{deps;static heuristicName=`SegmentAppendHeuristic`;type=`sync`;constructor(e){this.deps=e}analyze(e){if(e.origin!==s_.SegmentAppend)return null;let{deps:t}=this;return t.tracer.log(l_.heuristicName,c_({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`}}}import{filterChanged as u_,flattenObject as d_,fromEvent as f_,getWindow as p_,isNonNullable as m_,merge as h_,now as g_,Subject as __,Subscription as v_,ErrorOrigin as y_}from"@vkontakte/videoplayer-shared";class b_{remaining;decayFactor;minTimeout;constructor(e,t,n){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 x_{deps;static heuristicName=`StartupHangupHeuristic`;type=`async`;recommendation$=new __;timerId;subscription;error;grace;hangupStartedAt;dataArrivals=0;hiddenWaitActive=!1;constructor(e){this.deps=e}analyze(e){return e.origin===y_.Stall&&(m_(this.timerId)||this.hiddenWaitActive)?{action:`wait`,reason:`Stall consumed by active hangup heuristic`}:e.origin!==y_.Hangup||e.data?.from!==`stopped`?null:(this.cancel(),this.error=e,this.dataArrivals=0,this.hangupStartedAt=g_(),this.deps.tracer.log(x_.heuristicName,d_({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(g_()-this.deps.videoLastDataObtainedTimestamp$.getValue()):void 0})),this.subscription=new v_,this.subscription.add(this.deps.desiredPlaybackState$.stateChangeEnded$.subscribe(()=>{this.logOutcome(`transition_ended`),this.cancel()})),!this.isTabHidden()||this.error?.data?.to===`playing`&&!this.deps.getIsMuted()&&!this.deps.tuning.mayday.deferAudibleHangupOnHiddenTab?this.startMonitoring():this.waitForVisible())}startMonitoring(){return this.grace=new b_(this.deps.tuning.hangupTimeoutMs,this.deps.tuning.mayday.hangupGraceDecayFactor,this.deps.tuning.mayday.hangupGraceMinTimeoutMs),this.subscription?.add(h_(this.deps.videoLastDataObtainedTimestamp$.pipe(u_()),this.deps.currentNativeBuffer$.pipe(u_())).subscribe(e=>{m_(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(f_(p_().document,`visibilitychange`).subscribe(()=>{if(p_().document.visibilityState!==`visible`)return;let e=this.error;this.logOutcome(`reinit_on_visible`),this.cancel(),m_(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(m_(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(),m_(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`&&!Ja()}logOutcome(e,t){this.deps.tracer.log(`${x_.heuristicName}:${e}`,d_({reason:t,dataArrivals:this.dataArrivals,elapsedMs:m_(this.hangupStartedAt)?Math.round(g_()-this.hangupStartedAt):void 0,finalGraceMs:this.grace?.current,visibility:this.deps.getVisibilityState(),pip:Ja()}))}cancel(){m_(this.timerId)&&(j.clearTimeout(this.timerId),this.timerId=void 0),m_(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()}}import{isNullable as S_,isNonNullable as C_,getWindow as w_}from"@vkontakte/videoplayer-shared";function T_(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 C_(e)?e/1e3:0},getBufferAhead:()=>{let e=n.currentNativeVideoBuffer$.getValue(),t=n.position$.getValue();return C_(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(!S_(e))return n.availableVideoStreams$.getValue().find(t=>t.id===e)?.codec},getAudioCodec:()=>n.currentAudioStream$.getValue()?.codec,getVisibilityState:()=>w_().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 E_=[t_,r_,o_,l_,x_];class D_{deps;heuristics=[];tracer;providerFailures=0;failoverUrlIndex;recommendation$=new qg;subscription=new Jg;constructor(e){this.deps=e,this.tracer=e.tracer.createComponentTracer(`Mayday`);let t=T_(e,this.tracer),n=e.tuning.mayday.heuristics;this.heuristics=E_.filter(e=>n.includes(e.heuristicName)).map(e=>new e(t));let r=this.heuristics.filter(e=>e.type===`async`);this.subscription.add(Yg(...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(Xg(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===Kg.NETWORK,r=e.category===Kg.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?.()}destroy(){this.subscription.unsubscribe();for(let e of this.heuristics)e.destroy?.();this.tracer.end()}}import{isNullable as O_,isNonNullable as k_,Subscription as A_}from"@vkontakte/videoplayer-shared";class j_{deps;providerInitiatedAt=0;reinitTimestamps=[];reinitReachedPlaying=[];playingStartTime;accumulatedPlayingTime=0;firstFrameReceived=!1;subscription=new A_;constructor(e){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`?O_(this.playingStartTime)&&(this.playingStartTime=performance.now()):k_(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 k_(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 M_={chunkDuration:5e3,maxParallelRequests:5};class N_{current$=new q({type:void 0});providerError$=new K;noAvailableProvidersError$=new K;volumeMultiplierError$=new K;providerOutput={position$:new q(0),duration$:new q(1/0),playedTime$:new q(0),volume$:new q({muted:!1,volume:1}),availableVideoStreams$:new q([]),currentVideoStream$:new q(void 0),availableVideoTracks$:new q([]),currentVideoTrack$:new q(void 0),availableVideoCodecs$:new q([]),availableAudioStreams$:new q([]),currentAudioStream$:new q(void 0),availableAudioTracks$:new q([]),availableAudioCodecs$:new q([]),currentVideoSegmentLength$:new q(0),currentAudioSegmentLength$:new q(0),isAudioAvailable$:new q(!0),autoVideoTrackLimitingAvailable$:new q(!1),autoVideoTrackLimits$:new q(void 0),currentVideoBuffer$:new q(void 0),currentAudioBuffer$:new q(void 0),currentNativeVideoBuffer$:new q(void 0),currentNativeAudioBuffer$:new q(void 0),totalBufferDuration$:new q(void 0),bufferRangeCount$:new q(void 0),videoLastDataObtainedTimestamp$:new q(void 0),isBuffering$:new q(!0),updateDurationError$:new K,error$:new K,fetcherError$:new K,fetcherRecoverableError$:new K,warning$:new K,willSeekEvent$:new K,soundProhibitedEvent$:new K,seekedEvent$:new K,loopedEvent$:new K,endedEvent$:new K,manifestRequested$:new K,firstBytesManifest$:new K,manifestReceived$:new K,firstBytesRequested$:new K,firstBytesReceived$:new K,firstBytesEvent$:new K,loadedMetadataEvent$:new K,firstFrameEvent$:new K,canplay$:new K,isLive$:new q(void 0),isLiveEnded$:new q(null),canPlayLiveTailBuffer$:new q(!1),isLowLatency$:new q(!1),canChangePlaybackSpeed$:new q(!0),liveTime$:new q(void 0),liveBufferTime$:new q(void 0),liveLatency$:new q(void 0),severeStallOccurred$:new K,availableTextTracks$:new q([]),currentTextTrack$:new q(void 0),hostname$:new q(void 0),httpConnectionType$:new q(void 0),httpConnectionReused$:new q(void 0),httpConnectionMetrics$:new q(void 0),httpDownloadMetrics$:new q(void 0),inPiP$:new q(!1),inFullscreen$:new q(!1),element$:new q(void 0),elementVisible$:new q(!0),availableSources$:new q(void 0),playbackState$:new q(``),getCurrentTime$:new q(null)};subscription=new Eg;screenFormatsIterator;chromecastFormatsIterator;videoCodecsIterator;log;tracer;params;currentProviderStarted=!1;volumeMultiplierManager=null;dashMaxTvVideoQuality=null;segmentCacheCleared=!1;mayday;maydayStatistics;constructor(e){this.params=e,this.log=this.params.dependencies.logger.createComponentLog(`ProviderContainer`),this.tracer=e.dependencies.tracer.createComponentTracer(`ProviderContainer`);let t=nt([...eo(this.params.tuning),...$a(this.params.tuning)],this.params.tuning.disableHlsOnDesktop).filter(t=>xg(e.sources[t])),{forceFormat:n,formatsToAvoid:r}=this.params.tuning,i=[];i=n?[n]:r.length?[...t.filter(e=>!r.includes(e)),...t.filter(e=>r.includes(e))]:t,this.log({message:`Selected formats: ${i.join(` > `)}`}),this.tracer.log(`Selected formats`,Dg(i),!0),this.screenFormatsIterator=new hg(i);let a=[...to(!0),...to(!1)];this.chromecastFormatsIterator=new hg(a.filter(t=>xg(e.sources[t]))),this.providerOutput.availableSources$.next(e.sources);let{volumeMultiplier:o=1,tuning:{useVolumeMultiplier:s}}=this.params;s&&o!==1&&Gg.isSupported()&&(this.volumeMultiplierManager=new Gg(this.providerOutput,this.current$,this.volumeMultiplierError$,o)),this.maydayStatistics=new j_(this.providerOutput),this.mayday=new D_({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(){L.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 hg(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(Sg(t)){this.handleNoFormatsError(e);return}let n;try{n=this.createProvider(e,t)}catch(e){this.providerError$.next({id:`ProviderNotConstructed`,category:vg.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?Id(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,ml()))}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 gg(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);_g(n);let{useDashProviderVirtual:i,useDashProviderVirtualMobile:a}=this.params.tuning,{isMobile:s}=M.device;return!s&&i||s&&a?new tf({...o,source:n,sourceHls:r,forceVideoCodec:this.videoCodecsIterator?.getValue(),isOnDemand:e===`DASH_ONDEMAND`,dashMaxTvVideoQuality:this.dashMaxTvVideoQuality}):new Pm({...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]);_g(n);let{useDashLiveProviderVirtual:r,useDashLiveProviderVirtualMobile:i}=this.params.tuning,{isMobile:a}=M.device;return!a&&r||a&&i?new Hf({...o,source:n}):new Um({...o,source:n})}case`HLS`:case`HLS_ONDEMAND`:case`HLS_FMP4`:{let n=this.applyFailoverHost(t[e]);return _g(n),new Bh({...o,source:n,isOnDemand:e===`HLS_ONDEMAND`})}case`HLS_LIVE`:case`HLS_LIVE_CMAF`:{let n=this.applyFailoverHost(t[e]);return _g(n),new Eh({...o,source:n,config:{maxPausedTime:this.params.tuning.live.maxPausedTime},format:e})}case`MPEG`:{let n=this.applyFailoverHost(t[e]);return _g(n),new Qh({...o,source:n})}case`DASH_LIVE`:{let n=this.applyFailoverHost(t[e]);return _g(n),new yo({...o,source:n,config:{...M_,maxPausedTime:this.params.tuning.live.maxPausedTime}})}case`WEB_RTC_LIVE`:{let i=this.applyFailoverHost(t[e]);return _g(i),new mg({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 gg(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 Tt){let{chromecastConnector:e}=this.params.dependencies.chromecastInitializer;return _g(e),new at({...a,chromecastConnector:e})}let o=this.params.dependencies.chromecastInitializer.connection$.getValue();return _g(o),new Gt({...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 gg(e)}}skipFormat(e){switch(e){case`SCREEN`:return this.screenFormatsIterator.next();case`CHROMECAST`:return this.chromecastFormatsIterator.next();default:return gg(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 gg(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{...e,url:r(e.url)}}return Object.fromEntries(Object.entries(e).map(([e,t])=>[e,r(t)]))}initProviderErrorHandling(){let e=new Eg;e.add(wg(this.providerOutput.error$.pipe(bg(e=>!this.params.tuning.ignoreAudioRendererError||!e.message||!/AUDIO_RENDERER_ERROR/gi.test(e.message))),Ig({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(Cg(({from:e,to:t,label:n})=>({id:`ProviderHangup:${n}`,category:vg.WTF,message:`A ${n} transition failed to complete within reasonable time`,origin:yg.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(bg(({to:e})=>e===`playing`),Tg()).subscribe(()=>this.currentProviderStarted=!0);e.add(t)}));let t=()=>{let e=L.drain(),{logDashLiveDebug:t,sendDashLiveDebug:n}=this.params.tuning;if(t&&kg().console.log(`===== DASH_LIVE DEBUG START ====
|
|
32
|
+
`})|(?<privateuse2>${e}))$`.replace(/[\s\t\n]/g,``);return new RegExp(t,`i`)}var cl=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},ll=(e,t)=>{let n=e;n=n.replaceAll(`$$`,`$`);let r={RepresentationID:t.representationId,Number:t.segmentNumber,Bandwidth:t.bandwidth,Time:t.segmentTime};for(let[e,t]of Object.entries(r)){let r=RegExp(`\\$${e}(?:%0(\\d+)d)?\\$`,`g`);n=n.replaceAll(r,(e,n)=>il(t)?e:il(n)?t:t.padStart(parseInt(n,10),`0`))}return n},ul=(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=a.at(0)??``,s=i.getAttribute(`type`)===`dynamic`,c=i.getAttribute(`availabilityStartTime`),l=i.getAttribute(`publishTime`),u=i.getElementsByTagName(`vk:Attrs`)[0],d=u?.getElementsByTagName(`vk:XLatestSegmentPublishTime`)[0].textContent,f=u?.getElementsByTagName(`vk:XStreamIsLive`)[0].textContent,p=u?.getElementsByTagName(`vk:XStreamIsUnpublished`)[0].textContent,m=u?.getElementsByTagName(`vk:XPlaybackDuration`)[0].textContent,h;s&&(h={availabilityStartTime:c?new Date(c).getTime():0,publishTime:l?new Date(l).getTime():0,latestSegmentPublishTime:d?new Date(d).getTime():0,streamIsAlive:f===`yes`,streamIsUnpublished:p===`yes`});let g,_=i.getAttribute(`mediaPresentationDuration`),v=[...i.getElementsByTagName(`Period`)],y=v.reduce((e,t)=>({...e,[t.id]:t.children}),{}),b=v.reduce((e,t)=>({...e,[t.id]:t.getAttribute(`duration`)}),{});_?g=cl(_):Object.values(b).filter(e=>e).length&&!s?g=Object.values(b).reduce((e,t)=>e+(cl(t)??0),0):m&&(g=parseInt(m,10));let x=0,S=i.getAttribute(`profiles`)?.split(`,`)??[];for(let e of v.map(e=>e.id))for(let n of y[e]){let e=n.getAttribute(`id`)??`id`+(x++).toString(10),i=n.getAttribute(`mimeType`)??``,a=n.getAttribute(`codecs`)??``,s=n.getAttribute(`contentType`)??i?.split(`/`)[0],c=n.getAttribute(`profiles`)?.split(`,`)??[],l=ol(n.getAttribute(`lang`)??``)??{},u=n.querySelector(`Label`)?.textContent?.trim()??void 0,d=n.querySelectorAll(`Representation`),f=n.querySelector(`SegmentTemplate`),p=n.querySelector(`Role`)?.getAttribute(`value`)??void 0,m=n.querySelector(`AudioChannelConfiguration`)?.getAttribute(`value`),h=rl(m)?parseInt(m,10):void 0,_=s,v={id:e,language:l.language,isDefault:p===`main`,label:u,codecs:a,hdr:_===`video`&&nl(a),mime:i,channels:h,representations:[]};for(let e of d){let r=e.getAttribute(`lang`)??void 0,d=u??n.getAttribute(`label`)??e.getAttribute(`label`)??void 0,p=e.querySelector(`BaseURL`)?.textContent?.trim()??``,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?.includes(`x-auto`)||t.includes(`_auto`),r=e.querySelector(`SegmentTemplate`);if(r){let i={representationId:e.getAttribute(`id`)??void 0,bandwidth:e.getAttribute(`bandwidth`)??void 0},a=parseInt(e.getAttribute(`bandwidth`)??``,10)/1e3,o=parseInt(r.getAttribute(`startNumber`)??``,10)??1,s=parseInt(r.getAttribute(`timescale`)??``,10),c=r.querySelectorAll(`SegmentTimeline S`)??[],l=r.getAttribute(`media`);if(!l)continue;let u=[],d=0,f=``,p=0,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=ll(l,{...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=ll(l,{...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?al(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,ee=e.querySelector(`SegmentBase`),w=e.querySelector(`SegmentTemplate`)??f;if(ee){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(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=ll(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=ll(i,{...t,segmentNumber:e.toString(10),segmentTime:(r+n*o).toString(10)}),s=(f??0)+n*d,l=s+d;e++,c.push({time:{from:s,to:l},url:a})}r+=(s+1)*o,l+=(s+1)*d}d=r/n*1e3,u=ll(i,{...t,segmentNumber:e.toString(10),segmentTime:r.toString(10)})}else if(rl(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=ll(i,{...t,segmentNumber:n.toString(10),segmentTime:a.toString(10)});c.push({time:{from:a,to:a+e},url:r}),a+=e}d=a,u=ll(i,{...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 T={video:`video`,audio:`audio`,text:`text`}[t];if(!T)continue;_||=T,b={id:p,kind:T,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`&&nl(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}};import{AbortControllerPolyfilled as dl}from"@vkontakte/videoplayer-shared";import{requestIdleCallbackPolyfilled as fl}from"@vkontakte/videoplayer-shared";import{abortable as pl,assertNonNullable as ml,ErrorCategory as hl,ErrorOrigin as gl,flattenObject as z,fromEvent as _l,getExponentialDelay as vl,getWindow as yl,isAbortError as bl,isHigher as xl,isNonNullable as B,isNullable as V,once as Sl,Subject as Cl,Subscription as wl,ValueSubject as Tl}from"@vkontakte/videoplayer-shared";var El=e=>e.valid;class H{source;boxParser;type;size;content;valid;children;cursor=0;get id(){return this.type}constructor(e,t){this.source=e,this.boxParser=t,this.children=[];let n=this.readUint32();this.type=this.readString(4),n===1&&(this.cursor+=8);let r=e.byteOffset+this.cursor,i;n===0||n===1?(this.size=void 0,this.valid=!1,i=void 0):n>e.byteLength?(this.size=n,this.valid=!1,i=Math.min(n-this.cursor,e.byteLength-this.cursor)):(this.size=n,this.valid=!0,i=n-this.cursor),this.content=new DataView(e.buffer,r,i)}scanForBoxes(e){return this.boxParser.parse(e)}readString(e,t=`ascii`){let n=new TextDecoder(t).decode(new DataView(this.source.buffer,this.source.byteOffset+this.cursor,e));return this.cursor+=e,n}readUint8(){let e=this.source.getUint8(this.cursor);return this.cursor+=1,e}readUint16(){let e=this.source.getUint16(this.cursor);return this.cursor+=2,e}readUint32(){let e=this.source.getUint32(this.cursor);return this.cursor+=4,e}readUint64(){let e=this.source.getBigInt64(this.cursor);return this.cursor+=8,e}}class Dl extends H{}import{assertNever as Ol}from"@vkontakte/videoplayer-shared";class kl extends H{userData;constructor(e,t){if(super(e,t),!this.valid)return;let n=this.readString(16),r=new DataView(this.content.buffer,this.content.byteOffset+16,this.content.byteLength-16);this.userData=this.parseData(n,r)}parseData(e,t){switch(e){case`ondemandlivejson`:{let e=new TextDecoder(`ascii`).decode(t),n=JSON.parse(e);return{received:n[`t-in`],prepared:n[`t-out`]}}default:Ol(e)}}}class Al extends H{majorBrand;minorVersion;compatibleBrands;constructor(e,t){if(super(e,t),!this.valid)return;this.compatibleBrands=[],this.majorBrand=this.readString(4),this.minorVersion=this.readUint32();let n=new DataView(this.content.buffer,this.content.byteOffset+8,this.content.byteLength-8);for(let e=0;e<n.byteLength;e+=4){let e=this.readString(4);this.compatibleBrands.push(e)}}}class jl extends H{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class Ml extends H{version;flags;constructor(e,t){if(super(e,t),!this.valid)return;let n=this.readUint32();this.version=n>>>24,this.flags=n&16777215,this.content=new DataView(this.content.buffer,this.content.byteOffset+4,this.content.byteLength-4)}}class Nl extends Ml{creationTime;modificationTime;timescale;duration;rate;volume;constructor(e,t){super(e,t),this.valid&&(this.creationTime=this.readUint32(),this.modificationTime=this.readUint32(),this.timescale=this.readUint32(),this.duration=this.readUint32(),this.rate=this.readUint32(),this.volume=this.readUint16())}}class Pl extends H{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class Fl extends H{data;constructor(e,t){super(e,t),this.data=this.content}}class Il extends Ml{referenceId;timescale;earliestPresentationTime32;firstOffset32;earliestPresentationTime64;firstOffset64;reserved;referenceCount;segments;get earliestPresentationTime(){return this.earliestPresentationTime32}get firstOffset(){return this.firstOffset32}constructor(e,t){if(super(e,t),this.valid){this.segments=[],this.referenceId=this.readUint32(),this.timescale=this.readUint32(),this.earliestPresentationTime32=this.readUint32(),this.firstOffset32=this.readUint32(),this.earliestPresentationTime64=0,this.firstOffset64=0,this.referenceCount=this.readUint32()&65535;for(let e=0;e<this.referenceCount;e++){let e=this.readUint32(),t=e>>>31,n=e<<1>>>1,r=this.readUint32();e=this.readUint32();let i=e>>>28,a=e<<3>>>3;this.segments.push({referenceType:t,referencedSize:n,subsegmentDuration:r,SAPType:i,SAPDeltaTime:a})}}}}class Ll extends H{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class Rl extends H{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class zl extends Ml{stereoMode;constructor(e,t){if(super(e,t),this.valid){switch(this.readUint8()){case 0:this.stereoMode=0;break;case 1:this.stereoMode=1;break;case 2:this.stereoMode=2;break;case 3:this.stereoMode=3;break;case 4:this.stereoMode=4;break}this.cursor+=1}}}class Bl extends Ml{poseYawDegrees;posePitchDegrees;poseRollDegrees;constructor(e,t){super(e,t),this.valid&&(this.poseYawDegrees=this.readUint32(),this.posePitchDegrees=this.readUint32(),this.poseRollDegrees=this.readUint32())}}class Vl extends Ml{projectionBoundsTop;projectionBoundsBottom;projectionBoundsLeft;projectionBoundsRight;constructor(e,t){super(e,t),this.valid&&(this.projectionBoundsTop=this.readUint32(),this.projectionBoundsBottom=this.readUint32(),this.projectionBoundsLeft=this.readUint32(),this.projectionBoundsRight=this.readUint32())}}class Hl extends H{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class Ul extends Ml{creationTime;modificationTime;trackId;duration;layer;alternateGroup;volume;matrix;width;height;constructor(e,t){super(e,t),this.creationTime=this.readUint32(),this.modificationTime=this.readUint32(),this.trackId=this.readUint32(),this.cursor+=4,this.duration=this.readUint32(),this.cursor+=8,this.layer=this.readUint16(),this.alternateGroup=this.readUint16(),this.cursor+=2,this.cursor+=2,this.matrix=[[this.readUint32(),this.readUint32(),this.readUint32()],[this.readUint32(),this.readUint32(),this.readUint32()],[this.readUint32(),this.readUint32(),this.readUint32()]],this.width=this.readUint32(),this.height=this.readUint32()}}class Wl extends H{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class Gl extends H{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class Kl extends Ml{sequenceNumber;constructor(e,t){super(e,t),this.valid&&(this.sequenceNumber=this.readUint32())}}class ql extends H{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class Jl extends Ml{trackId;baseDataOffset;sampleDescriptionIndex;defaultSampleDuration;defaultSampleSize;defaultSampleFlags;constructor(e,t){super(e,t),this.trackId=this.readUint32(),this.flags&1&&(this.baseDataOffset=this.readUint64()),this.flags&2&&(this.sampleDescriptionIndex=this.readUint32()),this.flags&8&&(this.defaultSampleDuration=this.readUint32()),this.flags&16&&(this.defaultSampleSize=this.readUint32()),this.flags&32&&(this.defaultSampleFlags=this.readUint32())}}class Yl extends Ml{baseMediaDecodeTime32=0;baseMediaDecodeTime64=BigInt(0);get baseMediaDecodeTime(){return this.version===1?this.baseMediaDecodeTime64:this.baseMediaDecodeTime32}constructor(e,t){super(e,t),this.version===1?this.baseMediaDecodeTime64=this.readUint64():this.baseMediaDecodeTime32=this.readUint32()}}class Xl extends Ml{sampleCount;dataOffset;firstSampleFlags;sampleDuration=[];sampleSize=[];sampleFlags=[];sampleCompositionTimeOffset=[];optionalFields=0;constructor(e,t){super(e,t),this.sampleCount=this.readUint32(),this.flags&1&&(this.dataOffset=this.readUint32()),this.flags&4&&(this.firstSampleFlags=this.readUint32());for(let e=0;e<this.sampleCount;e++)this.flags&256&&this.sampleDuration.push(this.readUint32()),this.flags&512&&this.sampleSize.push(this.readUint32()),this.flags&1024&&this.sampleFlags.push(this.readUint32()),this.flags&2048&&this.sampleCompositionTimeOffset.push(this.readUint32())}}class Zl extends H{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class Ql extends Ml{entryCount;constructor(e,t){super(e,t),this.valid&&(this.entryCount=this.readUint32(),this.children=this.scanForBoxes(new DataView(this.content.buffer,this.content.byteOffset+4,this.content.byteLength-4)))}}class $l extends H{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 eu={ftyp:Al,moov:jl,mvhd:Nl,moof:Pl,mdat:Fl,sidx:Il,trak:Ll,mdia:Hl,mfhd:Kl,tkhd:Ul,traf:ql,tfhd:Jl,tfdt:Yl,trun:Xl,minf:Wl,sv3d:Rl,st3d:zl,prhd:Bl,proj:Gl,equi:Vl,uuid:kl,stbl:Zl,stsd:Ql,avc1:$l,unknown:Dl};class tu{options;constructor(e={}){this.options={offset:0,...e}}parse(e){let t=[],n=this.options.offset;for(;n<e.byteLength;){let r=new TextDecoder(`ascii`).decode(new DataView(e.buffer,e.byteOffset+n+4,4)),i;try{i=this.createBox(r,new DataView(e.buffer,e.byteOffset+n,e.byteLength-n))}catch(e){if(!(e instanceof RangeError))throw e}if(!i||!El(i))break;t.push(i),n+=i.size}return t}createBox(e,t){let n=eu[e];return n?new n(t,new tu):new Dl(t,new tu)}}class nu{index;constructor(e){this.index={},this.indexBoxLevel(e)}indexBoxLevel(e){e.forEach(e=>{El(e)&&(this.index[e.type]??=[],this.index[e.type].push(e),e.children.length>0&&this.indexBoxLevel(e.children))})}find(e){return this.index[e]&&this.index[e][0]?this.index[e][0]:null}findAll(e){return this.index[e]||[]}}var ru=new TextDecoder(`ascii`),iu={validateData:e=>ru.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 nu(new tu().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 Il(e,new tu),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 nu(new tu().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 nu(new tu().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 nu(new tu().parse(e)),n={},r=t.findAll(`uuid`).at(-1);return r?{serverDataReceivedTimestamp:r.userData.received,serverDataPreparedTime:r.userData.received}:n},getTimescaleFromIndex:e=>new nu(new tu().parse(e)).find(`sidx`)?.timescale};import{assertNonNullable as au,isNonNullable as ou,isNullable as su}from"@vkontakte/videoplayer-shared";import{assertNever as cu}from"@vkontakte/videoplayer-shared";var lu={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`}},uu=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=du(e,n),i=r in lu,a=i?lu[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=du(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}},du=(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},fu=(e,t)=>{switch(t){case`int`:return e.getInt8(0);case`uint`:return du(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:cu(t)}},pu=(e,t)=>{let n=0;for(;n<e.byteLength;){let r=uu(new DataView(e.buffer,e.byteOffset+n));if(!t(r))return;r.type===`master`&&pu(r.value,t),n=r.value.byteOffset-e.byteOffset+r.valueSize}},mu=e=>{if(e.getUint32(0)!==440786851)return!1;let t,n,r;return pu(uu(e).value,({tag:e,type:i,value:a})=>(e===17143?t=fu(a,i):e===17026?n=fu(a,i):e===17029&&(r=fu(a,i)),!0)),(t===void 0||t<=1)&&n!==void 0&&n===`webm`&&(r===void 0||r<=2)},hu=[357149030,290298740,374648427,174,224,30320,30321,30322,272869232,524531317,475249515,423732329,307544935],gu=[231,22612,22743,167,171,163,160,175],_u={validateData:mu,parseInit:e=>{let t,n,r,i,a=!1,o=!1,s=!1,c,l,u=!1;return pu(e,({tag:e,type:d,value:f,valueSize:p})=>(e===21419?l=du(fu(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=fu(f,d):e===17545?i=fu(f,d):e===21420&&l===475249515?c=fu(f,d):e===374648427?pu(f,({tag:e,type:t,value:n})=>e===30321?(u=fu(n,t)===1,!1):!0):a&&o&&hu.includes(e)&&(s=!0),!s)),au(t,`Failed to parse webm Segment start`),au(n,`Failed to parse webm Segment end`),au(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(su(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=>ou(e.time)&&ou(e.position),a=[],o;return pu(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=fu(s,t));break;case 183:break;case 241:o&&(o.position=fu(s,t));break;default:n&&hu.includes(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{pu(e,r=>r.tag===524531317?r.tagSize<=e.byteLength?(t=r.tagSize,!1):(t+=r.tagHeaderSize,!0):gu.includes(r.tag)?(t+r.tagSize<=e.byteLength&&(t+=r.tagSize,n||=[163,160,175].includes(r.tag)),!0):!1)}catch{}return t>0&&t<=e.byteLength&&n?new DataView(e.buffer,e.byteOffset,t):null}},vu=e=>{let t=/^(.+)\/([^;]+)(?:;.*)?$/.exec(e);if(t){let[,e,n]=t;if(e===`audio`||e===`video`)switch(n){case`webm`:return _u;case`mp4`:return iu}}throw ReferenceError(`Unsupported mime type ${e}`)};import{videoSizeToQuality as yu}from"@vkontakte/videoplayer-shared";var bu=({id:e,width:t,height:n,bitrate:r,fps:i,quality:a,streamId:o,tvDisabled:s})=>{let c=(a?ur(a):void 0)??yu({width:t,height:n});return c&&{id:e,quality:c,bitrate:r,size:{width:t,height:n},fps:i,streamId:o,tvDisabled:s}},xu=({id:e,bitrate:t})=>({id:e,bitrate:t}),Su=({language:e,label:t},{id:n,url:r,isAuto:i})=>({id:n,url:r,isAuto:i,type:`internal`,language:e,label:t}),Cu=({language:e,label:t,id:n,url:r,isAuto:i})=>({id:n,url:r,isAuto:i,type:`internal`,language:e,label:t}),wu=({id:e,language:t,label:n,codecs:r,isDefault:i,channels:a})=>({id:e,language:t,label:n,codec:r.split(`.`).at(0),isDefault:i,channels:a}),Tu=({id:e,language:t,label:n,hdr:r,codecs:i})=>({id:e,language:t,hdr:r,label:n,codec:i.split(`.`).at(0)}),Eu=e=>`url`in e,Du=e=>e.type===`template`,Ou=(e,t)=>e.reduce((e,n)=>e+Math.max(0,Math.min(n.to,t.to)-Math.max(n.from,t.from)),0),ku=(e,t,n)=>{let r=t.to-t.from;return!Number.isFinite(r)||r<=0?!1:r-Ou(e,t)>n};class Au{error$=new Cl;playingRepresentation$=new Tl(void 0);playingRepresentationInit$=new Tl(void 0);currentSegmentLength$=new Tl(0);onLastSegment$=new Tl(!1);fullyBuffered$=new Tl(!1);kind;nativeBufferManager;fetcher;tracer;tuning;representations;playingRepresentationId;downloadingRepresentationId;switchingRepresentationId;initData=new Map;initDataPromises=new Map;idleCallbacks=new Map;parsedInitData=new Map;forwardBufferRepresentations=new Map;segments=new Map;containerParser;bufferPlaybackQueue=[];downloadingBufferItems=[];preloadOnly=!1;forwardBufferTarget;failedDownloads=0;lastDataObtainedTimestampMs=0;loadByteRangeSegmentsTimeoutId=0;currentVirtualBufferSize=0;baseUrls=[];baseUrlsIndex=0;maintainAbortController=new dl;maintainMutexPromise=null;bufferClearingMutex=!1;abortNativeBufferMutex=!1;switchMutex=!1;seekMutex=!1;destroyAbortController=new dl;switchAbortController=new dl;downloadAbortController=new dl;subscription=new wl;getCurrentPosition;getCurrentStallDuration;brokenSegmentAppendDetected=!1;constructor(e,t,n,{fetcher:r,tracer:i,tuning:a,getCurrentPosition:o,getCurrentStallDuration:s,manifest:c}){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]))}startWith=pl(this.destroyAbortController.signal,async function*(e){let t=this.representations.get(e);ml(t,`Cannot find representation ${e}`);let n=this.tracer.createComponentTracer(`startWith`);n.log(`start representation`,z({id:e})),this.playingRepresentationId=e,this.downloadingRepresentationId=e,this.containerParser=vu(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);ml(r,`No init buffer for starting representation`),ml(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()}.bind(this));async switchTo(e,t=`default`){if(e===this.downloadingRepresentationId||e===this.switchingRepresentationId)return;let n=this.tracer.createComponentTracer(`switchTo ${t} ${this.getCurrentPosition()}`);return n.log(`abort previous switchTo`),this.switchAbortController.abort(),this.switchMutex=!1,n.log(`switchMutex released`),this.switchAbortController=new dl,this.getSwitchWithAbort(n)(e,t)}getSwitchWithAbort(e){return pl(this.switchAbortController.signal,async function*(t,n){if(!V(this.downloadingRepresentationId)){this.switchMutex=!0,e.log(`switchMutex captured`);try{e.log(`start`,z({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);ml(i,`No such representation ${t}`),ml(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(V(a)||V(o))return;let s=e=>e.segment.bufferStatus!==`fed`,c=e=>{let t=this.representations.get(e.representationId);return ml(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`,z(this.bufferPlaybackQueue)),this.bufferPlaybackQueue.filter(l).forEach(e=>e.segment.bufferStatus=`none`),this.bufferPlaybackQueue=this.bufferPlaybackQueue.filter(e=>!l(e)),e.log(`bufferPlaybackQueue after`,z(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()}}}.bind(this))}async prepareSeek(){let e=this.tracer.createComponentTracer(`prepareSeek`);this.seekMutex=!0,e.log(`seekMutex captured`),this.maintainAbortController.abort(),this.maintainAbortController=new dl,this.maintainMutexPromise&&(e.log(`waiting for in-flight maintain`),await this.maintainMutexPromise,e.log(`in-flight maintain completed`));try{await this.resetBuffer(this.maintainAbortController.signal,e)}catch{e.error(`seekMutex released`),this.seekMutex=!1}e.end()}async seek(e){let t=this.tracer.createComponentTracer(`seek ${e}`);this.seekMutex=!1,t.log(`seekMutex released`),t.log(`maintain started`),await this.maintain(e),t.log(`maintain ended`),t.end()}async maintain(e=this.getCurrentPosition()){if(V(e)||this.maintainMutexPromise)return;let{signal:t}=this.maintainAbortController,n;this.maintainMutexPromise=new Promise(e=>n=e);try{if(await this.verifyBufferPlaybackQueue(e),t.aborted||(this.sanitizeBufferPlaybackQueue()&&this.tracer.createComponentTracer(`sanitizeBufferPlaybackQueue`).end(),await this.maintainPlaybackBuffer(e),t.aborted)||(await this.maintainNativeBuffer(t),t.aborted))return;this.actualizeLastSegmentInfo(e)}finally{this.maintainMutexPromise=null,n()}}getForwardBufferRepresentations(e=this.getCurrentPosition()){if(this.forwardBufferRepresentations.clear(),B(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=B(e)&&B(n)?n.segment.time.to-e:0;return Math.max(r,0)}getPlaybackBufferState(){return this.bufferPlaybackQueue.length?{from:this.bufferPlaybackQueue[0].segment.time.from,to:this.bufferPlaybackQueue[this.bufferPlaybackQueue.length-1].segment.time.to}:null}async abort(){this.abortDownload(),await this.abortNativeBuffer()}findSegmentStartTime(e){let t=this.downloadingRepresentationId??this.playingRepresentationId??``;return(this.segments.get(t)?.find(t=>t.time.from<=e&&t.time.to>=e))?.time.from}getRepresentationInitialTime(){return V(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?e.at(-1)?.time.to:0)||0}getActiveSegmentProgress(){let e;for(let t of this.downloadingBufferItems)t.segment.networkStatus!==`downloading`||V(t.startedAtMs)||(!e||t.segment.time.from<e.segment.time.from)&&(e=t);if(!(!e||V(e.startedAtMs)))return{startedAtMs:e.startedAtMs,loadedBytes:e.segment.loadedBytes??0,totalBytes:B(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=yl();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(),k.clearTimeout(this.loadByteRangeSegmentsTimeoutId),this.tracer.log(`destroy`),this.tracer.end()}async verifyBufferPlaybackQueue(e){let t=this.getPlaybackBufferState();if(!this.tuning.dash.useBufferQueueVerification||!this.bufferPlaybackQueue.length||V(t)||this.withinInterval(e,t)||e<this.tuning.dash.bufferQueueVerificationMinPosition)return;let n=this.tracer.createComponentTracer(`verifyBufferPlaybackQueue `+e);this.tuning.dash.useVirtualBufferImplicitSeek?await this.resetBuffer(this.maintainAbortController.signal,n):(n.log(`reset bufferPlaybackQueue`),this.bufferPlaybackQueue=[]),n.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=bu(e),i=bu(t);n=B(r)&&B(i)&&xl(i.quality,r.quality)}else if(this.kind===`audio`){let r=xu(e),i=xu(t);n=B(r?.bitrate)&&B(i?.bitrate)&&i.bitrate>r.bitrate}return n}async clearBuffer(e){let t=this.tracer.createComponentTracer(`clearBuffer`);this.bufferClearingMutex=!0,t.log(`bufferClearingMutex captured`);try{t.log(`clearBuffer`,z({queue:this.bufferPlaybackQueue.slice(0,5)})),await this.nativeBufferManager.clear(e??this.destroyAbortController.signal),this.bufferPlaybackQueue.forEach(e=>e.segment.bufferStatus=`none`),this.bufferPlaybackQueue=[]}finally{this.bufferClearingMutex=!1,t.log(`bufferClearingMutex released`),t.end()}}async resetBuffer(e,t){t?.log(`started abort`),await this.abort(),t?.log(`started clearBuffer`),await this.clearBuffer(e),t?.log(`ended clearBuffer`)}abortDownload(){this.downloadAbortController.abort(),this.downloadAbortController=new dl,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=[]}async abortNativeBuffer(){let e=this.tracer.createComponentTracer(`abortNativeBuffer`);e.log(`abortNativeBufferMutex captured`),this.abortNativeBufferMutex=!0;try{e.log(`abortNativeBuffer`,z({bufferState:this.nativeBufferManager.getBufferState()}));let t=this.playingRepresentationId&&this.initData.get(this.playingRepresentationId),n=t instanceof ArrayBuffer?t:void 0;return await this.nativeBufferManager.abortBuffer(n)}finally{this.abortNativeBufferMutex=!1,e.log(`abortNativeBufferMutex released`),e.end()}}async loadInits(){for(let[e,t]of this.representations)this.idleCallbacks.set(t.id,fl(async e=>await this.loadInitIfNeeded(t,`low`,!1)))}async loadInitIfNeeded(e,t=`auto`,n=!1){let r=this.initDataPromises.get(e.id),i;i=this.initData.has(e.id)&&this.segments.has(e.id)?Promise.resolve():B(r)?r:this.loadInit(e,t,n),await i}async loadInit(e,t=`auto`,n=!1){try{let n=this.tuning.dash.useFetchPriorityHints?t:`auto`,r=this.fetcher.fetchRepresentation(e.segmentReference,this.containerParser,this.downloadAbortController.signal,n,void 0,this.kind);this.initDataPromises.set(e.id,r);let{initMetadata:i,initDataView:a,segments:o,firstSegmentData:s}=await r??{};if(this.initDataPromises.delete(e.id),V(a)||V(o))return;if(i&&this.parsedInitData.set(e.id,i),s&&o.length>0){let e=o[0];e.data=s,e.networkStatus=`downloaded`,e.loadedBytes=e.size,B(e.size)&&(this.currentVirtualBufferSize+=e.size)}let c=a.buffer.slice(a.byteOffset,a.byteOffset+a.byteLength);this.initData.set(e.id,c),this.segments.set(e.id,o),this.failedDownloads=0}catch(e){n&&!bl(e)&&this.error$.next({id:`LoadInits`,category:hl.WTF,message:`loadInit threw`,thrown:e})}}isMaintainNativeBufferMutexActive(){return this.abortNativeBufferMutex||this.bufferClearingMutex||this.switchMutex||this.seekMutex||this.preloadOnly}async maintainNativeBuffer(e){let t=this.getCurrentPosition(),n=this.segments.get(this.downloadingRepresentationId??``),r=n?.[n?.length-1];if(V(t)||V(r)||this.isMaintainNativeBufferMutexActive())return;let i;try{let n=this.bufferPlaybackQueue.find(e=>this.withinInterval(t,e.segment.time)),a=this.bufferPlaybackQueue.find(e=>e.segment.bufferStatus!==`fed`),o=this.initData.get(a?.representationId??``),s=this.bufferPlaybackQueue[0],c=(this.getCurrentStallDuration()??0)>0;this.tuning.dash.useBufferHoldingOnlyOnStall&&(c&&=t>0);let l=Math.min(this.tuning.dash.minSafeBufferToPlay,r.time.to-t),u=c?this.getForwardPlaybackBufferDuration()>=l:!0;if(B(o)&&B(a)&&B(n)&&this.playingRepresentationId!==a.representationId&&this.withinAppendInterval(t,a.segment.time)&&(a===n||n.segment.bufferStatus===`fed`)&&(i??=this.tracer.createComponentTracer(`native init ${t}`),i.log(`abortNativeBuffer`),await this.abortNativeBuffer(),i.log(`start addInitSegment`),await this.nativeBufferManager.addInitSegment(o,e),i.log(`end addInitSegment`),this.playingRepresentationId=a.representationId,this.playingRepresentation$.next(this.playingRepresentationId),i.log(`playingRepresentationId`,z({id:a.representationId}))),e.aborted||(B(a)&&this.withinAppendInterval(t,a.segment.time)&&u&&(i??=this.tracer.createComponentTracer(`native append ${t}`),a.segment.loadedBytes===a.segment.size&&a.segment.bufferStatus===`none`?(i.log(`started appendSegmentFully`),await this.appendSegmentFully(a,e),i.log(`ended appendSegmentFully`)):(i.log(`started appendSegmentPartially`),await this.appendSegmentPartially(a,e),i.log(`ended appendSegmentPartially`))),e.aborted))return;B(s)&&B(n)&&this.withinRemoveInterval(t,s.segment.time)&&s.segment.time.to<n.segment.time.from+1&&(i??=this.tracer.createComponentTracer(`native remove ${t}`),i.log(`started removeSegment`),await this.removeSegment(s,e),i.log(`ended removeSegment`)),i?.log(`currentPosition`,z({currentPosition:t})),i?.log(`currentPlayingItem`,z(n)),i?.log(`nextPlayingItem`,z(a)),i?.log(`nextRemoveItem`,z(s)),i?.log(`queue`,z(this.bufferPlaybackQueue)),i?.log(`buffer`,z(this.nativeBufferManager.getBufferState()??{})),this.pruneVirtualBuffer(t)}finally{i?.end()}}async maintainPlaybackBuffer(e){ml(this.downloadingRepresentationId);let t=this.segments.get(this.downloadingRepresentationId),n=this.representations.get(this.downloadingRepresentationId);if(V(t)||V(n)||this.abortNativeBufferMutex||this.bufferClearingMutex||this.switchMutex||this.seekMutex)return;let r;try{let i=t.find(t=>e>=t.time.from&&e<t.time.to);B(i)&&isFinite(i.time.from)&&isFinite(i.time.to)&&this.currentSegmentLength$.next(i?.time.to-i.time.from),this.downloadingBufferItems.length?r=this.tracer.createComponentTracer(`playbackMaintain ${e}`):this.downloadingBufferItems=this.selectDownloadingItems(e,t),r?.log(`currentSegment`,z(i)),r?.log(`downloadingBufferItems`,z(this.downloadingBufferItems)),r?.log(`processCachedItems`),this.processCachedItems();let a=this.selectItemsToLoad();r?.log(`itemsToLoad`,z(a));let o=this.getPlaybackBufferState(),s=V(o)||!this.withinInterval(e,o),c=this.tuning.dash.useFetchPriorityHints&&s?`high`:`auto`;this.loadItems(a,n,c),r?.log(`items downloaded`,z(a))}finally{r?.end()}}actualizeLastSegmentInfo(e){let t=this.segments.get(this.downloadingRepresentationId??``);if(V(t)||t.length===0)return;let n=t[t?.length-1];V(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){ml(this.downloadingRepresentationId);let n=this.getPlaybackBufferState(),r,i;if(B(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 B(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 B(e)?e-n>t:!1}getExponentialDownloadDelay(){return pl(this.downloadAbortController.signal,async function*(){let e=vl(this.failedDownloads,this.tuning.downloadBackoff);yield new Promise(t=>{let n=yl();this.loadByteRangeSegmentsTimeoutId=k.setTimeout(t,e),this.subscription.add(_l(n,`online`).pipe(Sl()).subscribe(()=>{t(),k.clearTimeout(this.loadByteRangeSegmentsTimeoutId)}))})}.bind(this))}async waitExponentialDownloadDelay(){await this.getExponentialDownloadDelay()()}async appendSegmentFully(e,t){V(e.segment.data)||(e.segment.feedingBytes=e.segment.size,await this.nativeBufferManager.append(e.segment.data,t)&&(e.segment.fedBytes=e.segment.size,this.onItemFullyAppended(e)))}async appendSegmentPartially(e,t){if(V(e.segment.data)||V(e.segment.loadedBytes)||V(e.segment.feedingBytes)||V(e.segment.fedBytes)||V(e.segment.size))return;let n=e.segment.data,r=new DataView(n.buffer,n.byteOffset+e.segment.feedingBytes,n.byteLength-e.segment.feedingBytes),i=e.segment.loadedBytes===e.segment.size?r:this.parseFeedableSegmentChunk(r);i?.byteLength&&(e.segment.bufferStatus=`partially_fed`,e.segment.feedingBytes+=i.byteLength,await this.nativeBufferManager.append(i,t)&&B(e.segment.data)&&(e.segment.fedBytes+=i.byteLength,e.segment.fedBytes===e.segment.size&&this.onItemFullyAppended(e)))}parseFeedableSegmentChunk(e){return this.containerParser.parseFeedableSegmentChunk(e,!1)}onItemFullyDownloaded(e){e.segment.networkStatus=`downloaded`}onItemFullyAppended(e){e.segment.bufferStatus=`fed`,this.detectBrokenSegmentAppend(e.segment)}detectBrokenSegmentAppend(e){if(!this.tuning.dash.brokenSegmentAppendDetection||this.brokenSegmentAppendDetected)return;let t=this.nativeBufferManager.getBufferState();V(t)||ku(t,e.time,this.tuning.dash.brokenSegmentAppendTolerance)&&(this.brokenSegmentAppendDetected=!0,this.error$.next({id:`BrokenSegmentAppend`,category:hl.FATAL,origin:gl.SegmentAppend,message:`Segment [${e.time.from}, ${e.time.to}] is missing from buffer right after append`}))}async removeSegment(e,t){let{from:n,to:r}=e.segment.time,i=(r-n)/4;await this.nativeBufferManager.remove(0,r-i,t)&&(e.segment.fedBytes=0,e.segment.feedingBytes=0,e.segment.bufferStatus=`none`,this.bufferPlaybackQueue.shift())}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||B(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)B(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`,z(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())B(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`,z(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)}}import{ErrorCategory as ju,getWindow as Mu,isNonNullable as Nu,isNullable as Pu,now as Fu,isAbortError as Iu}from"@vkontakte/videoplayer-shared";class Lu extends Au{constructor(e,t,n,r){super(e,t,n,r)}async loadItems(e,t,n=`auto`){let{signal:r}=this.downloadAbortController;if(r.aborted||!e.length)return;let{url:i,...a}=this.prepareFetchParams(e,t);if(this.failedDownloads&&await this.waitExponentialDownloadDelay(),r.aborted)return;let o=Mu().performance.now();for(let t of e)t.startedAtMs=o;try{if(Pu(await this.fetcher.fetch(i,{...a,priority:n,urlCacheMechanismEnabled:!0}))){if(r.aborted)return;throw Error(`fetcher.fetch returned null`)}this.lastDataObtainedTimestampMs=Fu(),this.failedDownloads=0}catch(e){Iu(e)||(this.abortDownloadingItems(),this.failedDownloads++,this.updateRepresentationsBaseUrlIfNeeded())}}selectItemsToLoad(){let e=0,t=0,n=[],r=this.preloadOnly?0:this.tuning.dash.segmentRequestSize,i=this.preloadOnly?this.forwardBufferTarget:0,a=0;for(;a<this.downloadingBufferItems.length&&this.downloadingBufferItems[a].segment.networkStatus===`none`&&(e<=r||t<=i);){let r=this.downloadingBufferItems[a],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){if(Xo(t.segmentReference))throw Error(`Representation is not byte range type`);let{signal:n}=this.downloadAbortController,r=t.segmentReference.url,i={from:e[0].segment.byte.from,to:e[e.length-1].segment.byte.to},a=async(r,a)=>{if(!n.aborted)try{this.lastDataObtainedTimestampMs=Fu(),await this.onSomeDataLoaded({downloadingItems:e,dataView:r,loaded:a,signal:n,globalFrom:i?i.from:0,representationId:t.id})}catch(e){this.error$.next({id:`SegmentFeeding`,category:ju.VIDEO_PIPELINE,message:`Error when feeding segments`,thrown:e})}},{fetcherBufferOptimisation:o}=this.tuning.dash;return{url:r,range:i,onProgress:a,signal:n,bufferOptimisation:o,kind:this.kind}}async onSomeDataLoaded({downloadingItems:e,dataView:t,representationId:n,globalFrom:r,loaded:i,signal:a}){let o=this.representations.get(n);if(!(!this.downloadingBufferItems.length||Pu(o)||Pu(r)||a.aborted))for(let n of e){let{segment:e}=n,a=e.byte.from-r,o=e.byte.to-r,s=a<i,c=o<=i;!s||Pu(e.size)||(e.networkStatus===`downloading`&&e.bufferStatus===`none`&&c?(e.data=new DataView(t.buffer,t.byteOffset+a,e.size),this.currentVirtualBufferSize+=e.size,this.onItemFullyDownloaded(n),e.loadedBytes=Math.min(e.size,i-a),this.onDownloadItem(n)):Nu(e.feedingBytes)&&this.tuning.dash.enableSubSegmentBufferFeeding&&e.networkStatus===`downloading`&&(e.loadedBytes=Math.min(e.size,i-a),c&&(this.currentVirtualBufferSize+=e.size,this.onItemFullyDownloaded(n)),e.loadedBytes>e.feedingBytes&&(e.data=new DataView(t.buffer,t.byteOffset+a,e.loadedBytes),this.onDownloadItem(n))))}}updateRepresentationBaseUrl(e,t){if(Xo(e.segmentReference))throw Error(`Representation is not byte range type`);e.segmentReference.url=t}}import{ErrorCategory as Ru,getWindow as zu,isAbortError as Bu,isNullable as Vu,now as Hu}from"@vkontakte/videoplayer-shared";class Uu extends Au{constructor(e,t,n,r){super(e,t,n,r)}async loadItems(e,t,n=`auto`){let{signal:r}=this.downloadAbortController;if(r.aborted||!e.length)return;let{url:i,...a}=this.prepareFetchParams(e,t);if(this.failedDownloads&&await this.waitExponentialDownloadDelay(),r.aborted)return;let o=zu().performance.now();for(let t of e)t.startedAtMs=o;try{let t=await this.fetcher.fetch(i,{...a,priority:n});if(this.lastDataObtainedTimestampMs=Hu(),Vu(t)){if(r.aborted)return;throw Error(`fetcher.fetch returned null`)}let o=e[0],s=new DataView(t);o.segment.size=s.byteLength,o.segment.loadedBytes=s.byteLength,o.segment.data=s,this.onItemFullyDownloaded(o),this.onDownloadItem(o),this.failedDownloads=0}catch(e){Bu(e)||(this.abortDownloadingItems(),this.failedDownloads++,this.updateRepresentationsBaseUrlIfNeeded())}}selectItemsToLoad(){let e=this.downloadingBufferItems[0];if(Vu(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){let n=this.getFetchUrl(e,t).toString(),{signal:r}=this.downloadAbortController;return{url:n,onProgress:async(n,i)=>{if(!r.aborted)try{this.lastDataObtainedTimestampMs=Hu(),await this.onSomeDataLoaded({downloadingItems:e,dataView:n,loaded:i,signal:r,representationId:t.id})}catch(e){this.error$.next({id:`SegmentFeeding`,category:Ru.VIDEO_PIPELINE,message:`Error when feeding segments`,thrown:e})}},signal:r,bufferOptimisation:this.tuning.dash.fetcherBufferOptimisation,kind:this.kind}}getFetchUrl(e,t){if(!Xo(t.segmentReference))throw Error(`Representation is not template type`);return new URL(e[0].segment.url,t.segmentReference.baseUrl)}async onSomeDataLoaded({downloadingItems:e,dataView:t,representationId:n,loaded:r,signal:i}){let a=e[0],{segment:o}=a,s=this.representations.get(n);!this.downloadingBufferItems.length||Vu(s)||Vu(o.feedingBytes)||o.networkStatus!==`downloading`||i.aborted||(o.loadedBytes=r,o.loadedBytes>o.feedingBytes&&this.tuning.dash.enableSubSegmentBufferFeeding&&(o.data=new DataView(t.buffer,t.byteOffset,o.loadedBytes),this.onDownloadItem(a)))}updateRepresentationBaseUrl(e,t){if(!Xo(e.segmentReference))throw Error(`Representation is not template type`);e.segmentReference.baseUrl=t}}import{assertNonNullable as Wu,ErrorCategory as Gu,isNullable as Ku,ValueSubject as qu}from"@vkontakte/videoplayer-shared";class Ju extends Uu{currentLiveSegmentServerLatency$=new qu(0);currentLowLatencySegmentLength$=new qu(0);liveInitialAdditionalOffset=0;isSeekingLive=!1;isActiveLowLatency;constructor(e,t,n,r){super(e,t,n,r),this.isActiveLowLatency=r.isActiveLowLatency}updateManifest(e){if(!e||[...this.segments.values()].every(e=>!e.length))return;let t=e.streams[this.kind].flatMap(e=>e.representations);for(let e of t){if(Ku(e)||!Xo(e.segmentReference))return;let t=e.segmentReference.segments.map(e=>({...e,networkStatus:`none`,bufferStatus:`none`,size:void 0})),n=this.segments.get(e.id)??[],r=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;Wu(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])?.flatMap(e=>e.representations).find(e=>e.id===this.downloadingRepresentationId);if(Ku(t))return;let n=this.segments.get(t.id);if(n?.length)return{from:n[0].time.from,to:n[n.length-1].time.to}}getRepresentationInitialTime(){if(Ku(this.playingRepresentationId))return 0;let e=this.representations.get(this.playingRepresentationId)?.segmentReference;return Ku(e)||!Xo(e)?0:this.getActualLiveStartingSegments(e)[0].time.from+this.tuning.dash.bufferTolerance}prepareFetchParams(e,t){return{...super.prepareFetchParams(e,t),isLowLatency:this.isActiveLowLatency()}}async onSomeDataLoaded({downloadingItems:e,...t}){await super.onSomeDataLoaded({downloadingItems:e,...t}),this.isActiveLowLatency()&&this.updateLowLatencyItemTime(e[0])}onItemFullyDownloaded(e){if(super.onItemFullyDownloaded(e),Ku(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(Ku(e.segment.data)||Ku(n)||!Xo(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(!Xo(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=ll(r.segmentTemplateUrl,{segmentTime:t});i.push({networkStatus:`none`,bufferStatus:`none`,time:{from:e.segment.time.to,to:e.segment.time.to+this.tuning.dash.bufferTolerance},url:n,isCurrentLowLatency:!0})}}this.currentLowLatencySegmentLength$.next(t)}parseFeedableSegmentChunk(e){return this.containerParser.parseFeedableSegmentChunk(e,!0)}getFetchUrl(e,t){let n=super.getFetchUrl(e,t);return this.isActiveLowLatency()&&n.searchParams.set(`low-latency`,`yes`),n}async loadInit(e,t=`auto`,n=!1){try{let n=this.tuning.dash.useFetchPriorityHints?t:`auto`,r=this.fetcher.fetchRepresentation(e.segmentReference,this.containerParser,this.downloadAbortController.signal,n);this.initDataPromises.set(e.id,r);let{initMetadata:i,initDataView:a,segments:o}=await r??{};if(this.initDataPromises.delete(e.id),Ku(a)||Ku(o))return;i&&this.parsedInitData.set(e.id,i);let s=this.getActualLiveStartingSegments(e.segmentReference);this.segments.has(e.id)||this.segments.set(e.id,s);let c=a.buffer.slice(a.byteOffset,a.byteOffset+a.byteLength);this.initData.set(e.id,c),this.failedDownloads=0}catch(e){n&&this.error$.next({id:`LoadInits`,category:Gu.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 Yu{static getBufferManager(e,t,n,r){return r.manifest?.live?new Ju(e,t,n,r):Xo(n[0].segmentReference)?new Uu(e,t,n,r):new Lu(e,t,n,r)}}import{ErrorCategory as Xu,fromEvent as Zu,isNullable as Qu,Subject as $u,Subscription as ed,ValueSubject as td}from"@vkontakte/videoplayer-shared";import{assertNever as nd,ErrorCategory as rd,Subject as id}from"@vkontakte/videoplayer-shared";var ad=18,od=!1;try{od=A.browser.isSafari&&!!A.browser.safariVersion&&A.browser.safariVersion<=ad}catch(e){console.error(e)}class sd{bufferFull$=new id;error$=new id;buffer;queue=[];currentTask=null;destroyed=!1;abortRequested=!1;tuning;constructor(e,t){this.buffer=e,this.tuning=t,this.buffer.addEventListener(`updateend`,this.completeTask)}async append(e,t){return t&&t.aborted?!1:new Promise(n=>{let r={operation:`append`,data:e,signal:t,callback:n};this.queue.push(r),this.pull()})}async remove(e,t,n){return n&&n.aborted?!1:new Promise(r=>{let i={operation:`remove`,from:e,to:t,signal:n,callback:r};this.queue.unshift(i),this.pull()})}async abort(e){return new Promise(t=>{let n,r=e=>{this.abortRequested=!1,t(e)};n=od&&e?{operation:`safariAbort`,init:e,callback:r}:{operation:`abort`,callback:r},this.currentTask&&=(this.currentTask.callback(!1),null);for(let{callback:e}of this.queue)e(!1);this.abortRequested=!0,n&&(this.queue=[n]),this.pull()})}destroy(){if(this.destroyed=!0,this.buffer.removeEventListener(`updateend`,this.completeTask),this.tuning.dash.resolveQueueOnDestroy){let e=e=>{try{e(!1)}catch{}};this.currentTask&&e(this.currentTask.callback);for(let{callback:t}of this.queue)e(t)}this.queue=[],this.currentTask=null;try{this.buffer.abort()}catch(e){if(!(e instanceof DOMException&&e.name===`InvalidStateError`))throw e}}completeTask=()=>{try{if(this.currentTask){let e=this.currentTask.signal?.aborted;this.currentTask.callback(!e),this.currentTask=null}this.queue.length&&this.pull()}catch(e){this.error$.next({id:`BufferTaskQueueUnknown`,category:rd.VIDEO_PIPELINE,message:`Buffer appending or removal failed`,thrown:e})}};pull(){if((this.buffer.updating||this.currentTask||this.destroyed)&&!this.abortRequested)return;let e=this.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:rd.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:nd(t)}}}var cd=sd,ld=(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 ud{error$=new $u;updateEnd$=new td(void 0);mediaSource;sourceBuffer;sourceBufferTaskQueue;tuning;subscription=new ed;constructor(e,t){this.mediaSource=e,this.tuning=t}init(e,t){this.sourceBuffer=this.mediaSource.addSourceBuffer(`${e}; codecs="${t}"`),this.sourceBufferTaskQueue=new cd(this.sourceBuffer,this.tuning),this.subscription.add(this.sourceBufferTaskQueue.error$.subscribe(e=>this.error$.next(e))),this.subscription.add(Zu(this.sourceBuffer,`error`).subscribe(()=>this.error$.next({id:`SourceBuffer`,category:Xu.VIDEO_PIPELINE,message:`SourceBuffer Error event fired`}))),this.subscription.add(Zu(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)}async clear(e){let t=this.getBufferState();if(Qu(t))return Promise.resolve(!1);let n=!0;await this.sourceBufferTaskQueue.abort();for(let r of t)n&&=await this.sourceBufferTaskQueue.remove(r.from,r.to,e);return n}warmUpMediaSource(){!Qu(this.sourceBuffer)&&!this.sourceBuffer.updating&&(this.sourceBuffer.mode=`segments`)}getBufferState(){if(Qu(this.sourceBuffer)||!F(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 Qu(this.sourceBuffer)||!F(this.mediaSource,this.sourceBuffer)||!this.sourceBuffer.buffered.length||Qu(e)?0:ld(this.sourceBuffer.buffered,e)}async abortBuffer(e){return Qu(this.sourceBuffer)?!1:this.sourceBufferTaskQueue.abort(e)}destroy(){if(this.subscription.unsubscribe(),this.sourceBufferTaskQueue?.destroy(),this.sourceBuffer)try{this.mediaSource.removeSourceBuffer(this.sourceBuffer)}catch(e){if(!(e instanceof DOMException&&e.name===`NotFoundError`))throw e}this.sourceBuffer=null}}import{ErrorCategory as dd,isHigher as fd,isLower as pd,isLowerOrEqual as md,VideoQuality as hd}from"@vkontakte/videoplayer-shared";var gd=e=>{switch(e){case`DASH_SEP`:case`DASH_WEBM`:case`DASH_WEBM_AV1`:case`DASH_ONDEMAND`:case`DASH_STREAMS`:return!0;default:return!1}},_d=Object.values(hd).filter(e=>e!==hd.INVARIANT).sort((e,t)=>fd(e,t)?-1:1),vd=e=>{if(!e||e===hd.INVARIANT)return null;let t=_d.find(t=>pd(t,e))??hd.Q_1080P;return md(t,hd.Q_1080P)?hd.Q_1080P:t},yd=(e,t,n)=>e.category===dd.VIDEO_PIPELINE&&e.id.endsWith(`MediaError#${MediaError.MEDIA_ERR_DECODE}`)&&gd(t)?vd(n):null,bd=({height:e},t)=>{let n=`${e}p`;try{return fd(n,t)}catch{return!1}},xd=(e,t)=>{e.video.forEach(e=>{e.representations.forEach(e=>{e.tvDisabled=e.tvDisabled||bd(e,t)})})},Sd=(e,t,n)=>{let r=[];for(let i of e.representations){let e=`${i.mime}; codecs="${i.codecs}"`,a=t.canPlayType?.(e),o=!1;switch(n){case`probably`:o=a===`probably`;break;case`maybe`:o=!!a;break}o&&r.push(i)}return r.length?{...e,representations:r}:null},Cd=(e,t,n)=>{let r=[];for(let i of e){let e=Sd(i,t,n);e&&r.push(e)}return r},wd=(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},Td=[`timeupdate`,`progress`,`play`,`seeked`,`stalled`,`waiting`],Ed=[`timeupdate`,`progress`,`loadeddata`,`playing`,`seeked`];class Dd{element=null;manifestUrlString=``;source=null;manifest=null;tuning;tracer;stallTracer=null;forceVideoCodec;stallStartTime=null;lastForceSeekTimestamp=null;videoBufferManager;audioBufferManager;bufferManagers=[];videoNativeBufferManager;audioNativeBufferManager;nativeBufferManagers=[];throughputEstimator;subscription=new fc;subscriptionRemovable=new pc;representationSubscription=new fc;fetcher;forceEnded$=new dc;stallWatchdogSubscription;destroyController=new qs;state$=new Ft(`none`);currentVideoRepresentation$=new R(void 0);currentVideoRepresentationInit$=new R(void 0);currentAudioRepresentation$=new R(void 0);currentVideoSegmentLength$=new R(0);currentAudioSegmentLength$=new R(0);error$=new dc;manifestRequested=new dc;manifestReceived=new dc;firstBytesRequested=new dc;firstBytesReceived=new dc;lastConnectionType$=new R(void 0);lastConnectionReused$=new R(void 0);lastRequestFirstBytes$=new R(void 0);lastConnectionMetrics$=new R(void 0);lastDownloadMetrics$=new R(void 0);currentLiveTextRepresentation$=new R(null);timeoutSourceOpenId;isLive$=new R(!1);isActiveLive$=new R(!1);isLowLatency$=new R(!1);liveDuration$=new R(0);liveSeekableDuration$=new R(0);liveAvailabilityStartTime$=new R(0);liveStreamStatus$=new R(void 0);currentVideoBuffer$=new R({from:0,to:0});currentAudioBuffer$=new R({from:0,to:0});bufferLength$=new R(0);nativeBufferLength$=new R(0);nativeAudioBufferLength$=new R({from:0,to:0});liveLatency$=new R(void 0);liveLoadBufferLength$=new R(0);livePositionFromPlayer$=new R(0);currentStallDuration$=new R(0);videoLastDataObtainedTimestamp$=new R(0);fetcherRecoverableError$=new dc;fetcherError$=new dc;updateDurationError$=new dc;isOnDemand=!1;dashMaxTvVideoQuality;constructor(e){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 tl({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,cacheHitTtfbMaxMs:e.tuning.throughputEstimator.cacheHitTtfbMaxMs,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()}initRepresentations=Xs(this.destroyController.signal,async function*(e,t,n){this.tracer.log(`initRepresentationsStart`,nc({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?Zs(this.audioBufferManager):Zs(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`)}.bind(this));async initManifest(e,t,n){this.tracer.log(`initManifest`),this.state$.startTransitionTo(`manifest_ready`),this.element=e,this.manifestUrlString=this.prepareManifestUrlString(t,n),this.manifest=await this.updateManifest(),!this.tuning.audioOnly&&!this.manifest?.streams.video.length||this.tuning.audioOnly&&!this.manifest?.streams.audio.length?this.error$.next({id:`NoRepresentations`,category:Qs.PARSER,message:`No playable video representations`}):this.state$.setState(`manifest_ready`)}initBuffer(){let e=this.tracer.createComponentTracer(`initBuffer`);Zs(this.element),this.state$.setState(`running`),this.subscription.add(lc(...Td.map(e=>rc(this.element,e)),rc(ac(),`online`),oc(this.tuning.dash.tickMaintainInterval)).subscribe(()=>this.tick(),e=>this.error$.next({id:`DashVKPlayer`,category:Qs.WTF,message:`Internal logic error`,thrown:e}))),e.log(`tick maintain subscription initialized`);let t=[...this.source?.activeSourceBuffers??[]];this.subscription.add(lc(...t.map(e=>rc(e,`updateend`))).subscribe(e=>this.reinitDecoderIfNeeded())),e.log(`reinit decoder subscription initialized`),this.tuning.dash.useVideoElementProgressCurrentTimeReassign&&this.subscription.add(rc(this.element,`progress`).subscribe(()=>{this.element&&this.element.readyState===2&&!this.element.seeking&&(this.element.currentTime=this.element.currentTime)})),this.subscription.add(rc(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=uc(),this.lastForceSeekTimestamp=null,this.stallWatchdogSubscription=oc(this.tuning.dash.stallWatchdogInterval).subscribe(()=>this.stallWatchdogIntervalCallback(),e=>this.error$.next({id:`StallWatchdogCallback ${e instanceof Error?e.message:``}`,category:Qs.NETWORK,message:`Can't restore DASH after stall.`,thrown:e,origin:$s.Stall})),this.subscriptionRemovable.add(this.stallWatchdogSubscription)})),e.log(`stall subscription initialized`),e.end()}async switchRepresentation(e,t,n){return{video:this.videoBufferManager,audio:this.audioBufferManager,text:null}[e]?.switchTo(t,n)}async seek(e,t=!1){let n=this.tracer.createComponentTracer(`seek `+e);Zs(this.element);let r;r=t||this.element.duration*1e3<=this.tuning.dashSeekInSegmentDurationThreshold||Math.abs(this.element.currentTime*1e3-e)<=this.tuning.dashSeekInSegmentAlwaysSeekDelta?e:Math.max(this.videoBufferManager?.findSegmentStartTime(e)??e,this.audioBufferManager?.findSegmentStartTime(e)??e),this.warmUpMediaSourceIfNeeded(r),n.log(`prepare seek `,{requestedPosition:e,forcePrecise:t}),await Promise.all([this.videoBufferManager?.prepareSeek(),this.audioBufferManager?.prepareSeek()]),this.element.currentTime=r/1e3,n.log(`set current time to `,{currentTime:r/1e3}),n.log(`seek to `,{position:r}),await Promise.all([this.videoBufferManager?.seek(r),this.audioBufferManager?.seek(r)]),await this.reinitDecoderIfNeeded(),n.end()}warmUpMediaSourceIfNeeded(e=this.element?.currentTime){L(this.element)&&L(this.source)&&L(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&&k.clearTimeout(this.timeoutSourceOpenId),this.destroyController.abort(),this.fetcher.destroy(),this.stop(),L(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:Qs.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 fc;t.add(lc(...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`}async reinitDecoderIfNeeded(e=!1){let t=this.videoNativeBufferManager?.getBufferState()??[],n=this.audioNativeBufferManager?.getBufferState()??[],r;if(r=sc(this.videoBufferManager)?n:sc(this.audioBufferManager)?t:wd(t,n),sc(this.element)||!r.length)return;let i=this.element.currentTime*1e3;if(this.element.readyState<HTMLMediaElement.HAVE_FUTURE_DATA&&r.some(({from:e,to:t})=>i>=e&&i<=t&&t-e>this.tuning.dash.minNativeBufferSize/2)){this.tracer.log(`reinitDecoderIfNeeded`,nc({currentTime:i,force:e,videoBufferIntervals:t,audioBufferIntervals:n})),e?await this.seek(i):this.element.currentTime=this.element.currentTime;return}}async stallWatchdogIntervalCallback(){if(Zs(this.element),Zs(this.source),this.isStreamNotOpen)return;if(this.tuning.stallsManager.ignoreStallsOnPause&&this.element.paused){this.stopStallWatchdogSubscription();return}let e=uc(),t=L(this.stallStartTime)?e-this.stallStartTime:0;if(this.currentStallDuration$.next(t),this.stallTracer?.log(`timeInWaiting`,{timeInWaiting:t}),this.isStallExceeded(t))throw this.stallTracer?.log(`stallExceeded`,{timeInWaiting:t}),this.stallTracer?.setSpanAttributes({timeInWaiting:t,unexpectedStall:!0}),this.tuning.dash.tracerResumeOnUnexpectedStall&&this.tracer.resume(),Error(`Stall timeout exceeded: ${t} ms`);let n=sc(this.lastForceSeekTimestamp)||e-this.lastForceSeekTimestamp>=1e3;n&&(this.lastForceSeekTimestamp=e),this.tuning.dash.disableStallWatchdogReinitDecoder||await this.reinitDecoderIfNeeded(n),await this.restoreAfterDeepStall()}isStallExceeded(e){if(sc(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=uc(),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=L(this.videoBufferManager)&&l<r&&o-s>a,f=L(this.audioBufferManager)&&u<r&&o-c>a;return(d||f)&&e>a||e>=t}async updateManifest(){this.tracer.log(`updateManifestStart`,{manifestUrl:this.manifestUrlString});let e=await this.fetchManifest();if(sc(e))return null;let t=this.parseManifest(e);if(!t)return null;let n=this.getResultManifest(t);return this.tracer.log(`updateManifestEnd`,nc(n)),n}fetchManifest=Xs(this.destroyController.signal,async function*(){try{return yield this.fetcher.fetchManifest(this.manifestUrlString)}catch(e){sc(this.manifest)&&!this.bufferLength$.getValue()&&this.error$.next({id:`LoadManifest`,category:Qs.NETWORK,message:`Failed to load manifest`,thrown:e})}}.bind(this));parseManifest(e){try{return ul(e??``,this.manifestUrlString)}catch(t){let n=Ys(e)??{id:`ManifestParsing`,category:Qs.PARSER,message:`Failed to parse MPD manifest`,thrown:t};this.error$.next(n)}}getResultManifest(e){let t={text:e.streams.text,video:[],audio:[]},n=(e,t,n)=>!!(this.element?.canPlayType?.(t)&&Ue()?.isTypeSupported?.(`${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?Cd(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=co(s.map(({codecs:e})=>e)),c=i[0],c&&(t[a]=s.filter(({codecs:e})=>lo(e)===c));else if(a===`video`){r=oo(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=>lo(e.codecs)===l.name&&!!e.hdr===l.hdr))}if(a===`video`){let{videoStreamRepresentaionsFilter:e}=this.tuning.dash;if(e.length&&po(t,e),this.dashMaxTvVideoQuality&&xd(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={...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){Zs(this.manifest),Zs(this.element);let i=e=>{this.representationSubscription.add(rc(e,`error`).pipe(ec(e=>!!this.element?.played.length)).subscribe(e=>{this.error$.next({id:`VideoSource`,category:Qs.VIDEO_PIPELINE,message:`Unexpected video source error`,thrown:e})}))};this.source=Ke();let a=ac().document,o=a.createElement(`source`);if(i(o),o.src=URL.createObjectURL(this.source),this.element.appendChild(o),We())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(L(t)){let t=this.manifest.streams.video.reduce((e,t)=>[...e,...t.representations],[]);t.length&&(this.videoNativeBufferManager=new ud(this.source,this.tuning),this.videoBufferManager=Yu.getBufferManager(`video`,this.videoNativeBufferManager,t,e),this.bufferManagers.push(this.videoBufferManager),this.nativeBufferManagers.push(this.videoNativeBufferManager))}if(L(n)){this.audioNativeBufferManager=new ud(this.source,this.tuning);let t=this.manifest.streams.audio.reduce((e,t)=>[...e,...t.representations],[]);this.audioBufferManager=Yu.getBufferManager(`audio`,this.audioNativeBufferManager,t,e),this.bufferManagers.push(this.audioBufferManager),this.nativeBufferManagers.push(this.audioNativeBufferManager)}}async waitStreamToOpen(){if(this.isStreamNotOpen){let e=this.tuning.dash.sourceOpenTimeout>=0;await new Promise(t=>{e&&(this.timeoutSourceOpenId=k.setTimeout(()=>{if(this.isStreamNotOpen){t();return}this.error$.next({id:`OpenOfStream`,category:Qs.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&&k.clearTimeout(this.timeoutSourceOpenId),t()},{once:!0})})}}initRepresentationSubscriptions(){this.representationSubscription.add(this.fetcher.manifestRequested.subscribe(this.manifestRequested)),this.representationSubscription.add(this.fetcher.manifestReceived.subscribe(this.manifestReceived)),this.representationSubscription.add(this.fetcher.firstBytesRequested.subscribe(this.firstBytesRequested)),this.representationSubscription.add(this.fetcher.firstBytesReceived.subscribe(this.firstBytesReceived)),this.representationSubscription.add(this.fetcher.lastConnectionType$.subscribe(this.lastConnectionType$)),this.representationSubscription.add(this.fetcher.lastConnectionReused$.subscribe(this.lastConnectionReused$)),this.representationSubscription.add(this.fetcher.lastRequestFirstBytes$.subscribe(this.lastRequestFirstBytes$)),this.representationSubscription.add(this.fetcher.lastConnectionMetrics$.subscribe(this.lastConnectionMetrics$)),this.representationSubscription.add(this.fetcher.lastDownloadMetrics$.subscribe(this.lastDownloadMetrics$)),this.representationSubscription.add(lc(...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(lc(...Ed.map(e=>rc(this.element,e)),oc(this.tuning.dash.tickMaintainInterval)).pipe(cc(e=>this.videoBufferManager?.getPlaybackBufferState()??this.audioBufferManager?.getPlaybackBufferState()),ec(L),cc(({from:e,to:t})=>({from:e/1e3,to:t/1e3}))).subscribe(this.currentVideoBuffer$)),this.representationSubscription.add(lc(...Ed.map(e=>rc(this.element,e)),oc(this.tuning.dash.tickMaintainInterval)).pipe(cc(e=>this.audioBufferManager?.getPlaybackBufferState()),ec(L),cc(({from:e,to:t})=>({from:e/1e3,to:t/1e3}))).subscribe(this.currentAudioBuffer$)),this.representationSubscription.add(lc(...Ed.map(e=>rc(this.element,e)),oc(this.tuning.dash.tickMaintainInterval)).pipe(cc(e=>Math.min(this.videoBufferManager?.getForwardPlaybackBufferDuration()??1/0,this.audioBufferManager?.getForwardPlaybackBufferDuration()??1/0)),tc()).subscribe(this.bufferLength$)),this.representationSubscription.add(this.nativeBufferLength$.pipe(ec(e=>e>this.tuning.dash.virtualBufferEmptinessTolerance)).subscribe(()=>this.stopStallWatchdogSubscription()))}initTracerSubscription(){let e=ic(this.tracer.error.bind(this.tracer));this.subscription.add(this.error$.subscribe(e(`error`,!0)))}async tick(){if(sc(this.element)||this.isStreamNotOpen)return;let e=this.element.currentTime*1e3,t=this.videoNativeBufferManager?.getBufferState()??[],n=this.audioNativeBufferManager?.getBufferState()??[],r=t.find(t=>e>=t.from&&e<=t.to),i=n.find(t=>e>=t.from&&e<=t.to),a=r?r.to-e:0,o=i?i.to-e:1/0;L(this.videoBufferManager)?this.nativeBufferLength$.next(Math.min(a,o)):L(this.audioBufferManager)&&this.nativeBufferLength$.next(o),i&&this.nativeAudioBufferLength$.next({from:i.from/1e3,to:i.to/1e3});let s=this.videoBufferManager?.lastDataObtainedTimestamp??0;this.videoLastDataObtainedTimestamp$.next(s),await Promise.all([this.videoBufferManager?.maintain(),this.audioBufferManager?.maintain()])}}import{assertNonNullable as Od,combine as kd,ErrorCategory as Ad,filter as jd,filterChanged as Md,fromEvent as Nd,isNonNullable as Pd,map as Fd,merge as Id}from"@vkontakte/videoplayer-shared";class Ld extends Dd{constructor(e){super(e)}prepareManifestUrlString(e,t){return e}initRepresentationSubscriptions(){super.initRepresentationSubscriptions(),this.initDisableStallWatchdogSubscription(),this.initEndOfVideoSubscription()}setSourceInitDuration(){Od(this.manifest),Od(this.source);let e=[this.manifest.duration??0,...[...this.manifest.streams.audio,...this.manifest.streams.video].flatMap(e=>e.representations).flatMap(e=>{let t=[];return e.duration&&t.push(e.duration),Xo(e.segmentReference)&&e.segmentReference.totalSegmentsDurationMs&&t.push(e.segmentReference.totalSegmentsDurationMs),t})];this.source.duration=Math.max(...e)/1e3}async restoreAfterDeepStall(){Od(this.element);let e=this.element.currentTime*1e3;this.stallTracer?.log(`restore maintain`,{position:e}),await Promise.all([this.videoBufferManager?.maintain(e),this.audioBufferManager?.maintain(e)])}initDisableStallWatchdogSubscription(){Od(this.element);let e=Id(Nd(this.element,`ended`),this.forceEnded$),t=this.nativeBufferLength$.pipe(jd(e=>e>this.tuning.dash.virtualBufferEmptinessTolerance));this.representationSubscription.add(Id(e,t).subscribe(e=>this.stopStallWatchdogSubscription()))}initEndOfVideoSubscription(){let e=kd({allBuffersFull:Id(...this.bufferManagers.map(e=>e.fullyBuffered$)).pipe(Fd(()=>this.bufferManagers.every(e=>e.fullyBuffered$.getValue()))),someBufferEnded:Id(...this.bufferManagers.map(e=>e.onLastSegment$)).pipe(Fd(()=>this.bufferManagers.some(e=>e.onLastSegment$.getValue())))}).pipe(Md(),Fd(({allBuffersFull:e,someBufferEnded:t})=>e&&t),jd(e=>e));this.representationSubscription.add(Id(this.forceEnded$,e).pipe(jd(e=>Pd(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:Ad.VIDEO_PIPELINE,message:`Failed to end MediaSource stream`,thrown:e})}}))}}class Rd extends Ks{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(To(),wo(e=>Eo(e))).subscribe(()=>{this.player.updateSourceDurationFromSegments()},r)),this.subscription.add(this.player.currentAudioRepresentation$.pipe(To(),wo(e=>Eo(e))).subscribe(()=>{this.player.updateSourceDurationFromSegments()},r))}getPlayer(){return new Ld({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)}}import{combine as zd,merge as Bd,filter as Vd,filterChanged as Hd,isNullable as Ud,map as Wd,ValueSubject as Gd,isNonNullable as Kd}from"@vkontakte/videoplayer-shared";var qd=!1,Jd={},Yd=e=>{qd=e},Xd=()=>{Jd={}},Zd=e=>{e(Jd)},Qd=(e,t)=>{qd&&(Jd.meta=Jd.meta??{},Jd.meta[e]=t)};class $d{name;constructor(e){this.name=e}next(e){if(!qd)return;Jd.series=Jd.series??{};let t=Jd.series[this.name]??[];t.push([Date.now(),e]),Jd.series[this.name]=t}}import{isNullable as ef,ValueSubject as tf}from"@vkontakte/videoplayer-shared";class nf{prevReported=void 0;rawSeries$;smoothedSeries$;reportedSeries$;smoothed;pastMeasures=[];takenMeasures=0;measuresCursor=0;params;smoothed$;debounced$;varianceCoefficient$;constructor(e){this.params=e,this.pastMeasures=Array(e.deviationDepth),this.smoothed=this.prevReported=e.initial,this.smoothed$=new tf(e.initial),this.debounced$=new tf(e.initial),this.varianceCoefficient$=new tf(0);let t=e.label??`value`+Math.random().toString(16).substring(2,6);this.rawSeries$=new $d(`raw_${t}`),this.smoothedSeries$=new $d(`smoothed_${t}`),this.reportedSeries$=new $d(`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)&&(ef(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 rf extends nf{slow;fast;constructor(e){super(e),this.slow=this.fast=e.initial}updateSmoothedValue(e){this.slow=as(this.slow,e,this.params.emaAlphaSlow),this.fast=as(this.fast,e,this.params.emaAlphaFast);let t=this.params.fastDirection>0?Math.max:Math.min;this.smoothed=t(this.slow,this.fast)}}class af extends nf{emaSmoothed;constructor(e){super(e),this.emaSmoothed=e.initial}updateSmoothedValue(e){let t=os(this.pastMeasures,this.takenMeasures);this.emaSmoothed=as(this.emaSmoothed,e,this.params.emaAlpha);let n=ss(this.pastMeasures,this.takenMeasures,this.measuresCursor-1,this.params.basisTrendChangeCount);this.smoothed=n?this.emaSmoothed:t}}class of extends nf{extremumInterval;furtherValues=[];currentTopExtremumValue=0;constructor(e){super(e),this.extremumInterval=e.extremumInterval}next(e){this.currentTopExtremumValue<=e?(this.currentTopExtremumValue=e,this.furtherValues=[]):this.furtherValues.length===this.extremumInterval?(super.next(this.currentTopExtremumValue),this.currentTopExtremumValue=e,this.furtherValues=[]):this.furtherValues.push(e)}updateSmoothedValue(e){this.smoothed=this.smoothed?as(this.smoothed,e,this.params.emaAlpha):e}}class sf{static getSmoothedValue(e,t,n){return n.type===`TwoEma`?new rf({initial:e,emaAlphaSlow:n.emaAlphaSlow,emaAlphaFast:n.emaAlphaFast,changeThreshold:n.changeThreshold,fastDirection:t,deviationDepth:n.deviationDepth,deviationFactor:n.deviationFactor,label:`throughput`}):new af({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 of({initial:e,label:`liveEdgeDelay`,...t})}}import{assertNonNullable as cf,combine as lf,ErrorCategory as uf,filter as df,filterChanged as ff,fromEvent as pf,interval as mf,isNonNullable as hf,isNullable as gf,map as _f,now as vf,throttle as yf}from"@vkontakte/videoplayer-shared";var bf=(e,t)=>{e&&e.playbackRate!==t&&(e.playbackRate=t)};import{isNullable as xf,ValueSubject as Sf}from"@vkontakte/videoplayer-shared";class Cf{currentRepresentation$=new Sf(null);maxRepresentations=4;representationsCursor=0;representations=[];getCurrentPosition;currentSegment=null;constructor(e,t){this.getCurrentPosition=t.getCurrentPosition,this.processStreams(e)}updateLive(e){this.processStreams(e?.streams.text)}seekLive(e){this.processStreams(e)}maintain(e=this.getCurrentPosition()){if(!xf(e))for(let t of this.representations)for(let n of t){let t=n.segmentReference,r=t.segments.length,i=t.segments[0].time.from,a=t.segments[r-1].time.to;if(e<i||e>a)continue;let o=t.segments.find(t=>t.time.from<=e&&t.time.to>=e);!o||this.currentSegment?.time.from===o.time.from&&this.currentSegment.time.to===o.time.to||(this.currentSegment=o,this.currentRepresentation$.next({...n,label:`Live Text`,language:`ru`,isAuto:!0,url:new URL(o.url,t.baseUrl).toString()}))}}destroy(){this.currentRepresentation$.next(null),this.currentSegment=null,this.representations=[]}processStreams(e){for(let t of e??[]){let e=Cf.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=>Cf.filterRepresentations(e.representations))}static filterRepresentations(e){return e?.filter(e=>e.kind===`text`&&`segmentReference`in e&&Xo(e.segmentReference))}}class wf extends Dd{liveTextManager;liveStreamEndTimestamp=0;liveBuffer;livePauseWatchdogSubscription;liveWasInterrupted=!1;constructor(e){super(e),this.liveBuffer=sf.getLiveBufferSmoothedValue(this.tuning.dashCmafLive.lowLatency.maxTargetOffset,{...e.tuning.dashCmafLive.lowLatency.bufferEstimator})}async seek(e){cf(this.element),this.updateManifestUrlWithTimeOffset(e),this.manifest=await this.updateManifest(),await this.forcePositionToRepresentationInitialTime()}initBuffer(){super.initBuffer(),this.forcePositionToRepresentationInitialTime()}async forcePositionToRepresentationInitialTime(){let e=this.videoBufferManager?.getRepresentationInitialTime()??0;await super.seek(e,!1)}async tick(){await super.tick();let e=(this.element?.currentTime??0)*1e3;this.liveTextManager?.maintain(e)}setSourceInitDuration(){cf(this.source),this.source.duration=2**53-1}isStallExceeded(e){let{keepSilentStallWatchdogWhenNotActive:t}=this.tuning.dashCmafLive,n=this.liveStreamStatus$.getValue()===`active`;return(!t||n)&&super.isStallExceeded(e)}async restoreAfterDeepStall(){let{liveStallReinitInterval:e}=this.tuning.dash,{keepSilentStallWatchdogWhenNotActive:t}=this.tuning.dashCmafLive,n=this.currentStallDuration$.getValue(),r=this.liveStreamStatus$.getValue()===`active`;if(n%e===0){let e=this.normalizeLiveOffset(-1*this.livePositionFromPlayer$.getValue()*1e3);!r&&t?(this.liveWasInterrupted=!0,this.updateManifestUrlWithTimeOffset(e),this.manifest=await this.updateManifest(),await this.forcePositionToRepresentationInitialTime()):this.seek(e).catch(e=>{this.error$.next({id:`stallIntervalCallback`,category:uf.VIDEO_PIPELINE,message:`stallIntervalCallback failed`,thrown:e})})}}async updateManifest(){let e=await super.updateManifest();if(gf(e))return null;if(gf(e.live))return this.error$.next({id:`ManifestParsing`,category:uf.PARSER,message:`MPD doesnt contain live section for live stream`}),null;this.isLive$.next(!0);let{availabilityStartTime:t,latestSegmentPublishTime:n,streamIsUnpublished:r,streamIsAlive:i}=e.live,a=(e.duration??0)/1e3;this.liveSeekableDuration$.next(-1*a),this.liveDuration$.next((n-t)/1e3),this.liveAvailabilityStartTime$.next(e.live.availabilityStartTime);let o=`active`;if(i||(o=r?`unpublished`:`unexpectedly_down`),this.liveStreamStatus$.next(o),this.bufferManagers.forEach(t=>t.updateManifest(e)),this.liveTextManager?.updateLive(e),i&&this.liveWasInterrupted){this.liveWasInterrupted=!1,this.stopStallWatchdogSubscription();let e=this.normalizeLiveOffset(-1*this.livePositionFromPlayer$.getValue()*1e3);this.seek(e).catch(e=>{this.error$.next({id:`updateManifest`,category:uf.VIDEO_PIPELINE,message:`seekLive after stream restore failed`,thrown:e})})}return e}prepareManifestUrlString(e,t){return D(e,t,2)}updateManifestUrlWithTimeOffset(e){let t=this.liveStreamStatus$.getValue()===`active`?0:vf()-this.liveStreamEndTimestamp,n=this.normalizeLiveOffset(e+t);this.isActiveLive$.next(n===0),this.manifestUrlString=D(this.manifestUrlString,n,2)}createBuffers(e,t,n,r){cf(this.manifest),super.createBuffers(e,t,n,r),Cf.isSupported(this.manifest.streams.text)&&!this.isLowLatency$.getValue()&&(this.liveTextManager=new Cf(this.manifest.streams.text,e))}initRepresentationSubscriptions(){cf(this.element),cf(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),hf(this.liveTextManager)&&this.representationSubscription.add(this.liveTextManager.currentRepresentation$.subscribe(this.currentLiveTextRepresentation$))}initStreamDurationOnPauseSubscription(){cf(this.element);let{liveUpdateInterval:e}=this.tuning.dash,t=()=>mf(e).subscribe(async t=>{let n=_e(this.manifestUrlString,2);this.manifestUrlString=D(this.manifestUrlString,n+e,2),this.liveStreamStatus$.getValue()===`active`&&(this.manifest=await this.updateManifest())});this.representationSubscription.add(pf(this.element,`pause`).subscribe(e=>{this.livePauseWatchdogSubscription=t(),this.representationSubscription.add(this.livePauseWatchdogSubscription)})),this.representationSubscription.add(pf(this.element,`play`).subscribe(e=>this.livePauseWatchdogSubscription?.unsubscribe()))}initLiveDurationSubscriptions(e){this.representationSubscription.add(this.liveDuration$.pipe(ff()).subscribe(e=>this.liveStreamEndTimestamp=vf())),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(lf({isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(_f(({isActiveLive:e,isLowLatency:t})=>e&&t),ff(),df(e=>!this.isManualDecreasePlaybackInLive())).subscribe(e=>bf(this.element,1))),this.representationSubscription.add(lf({liveBuffer:this.liveBuffer.smoothed$,isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(df(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),bf(this.element,s)}))}initLiveBufferInfoSubscriptions(e,t){this.representationSubscription.add(lf({bufferLength:this.bufferLength$,isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(df(({bufferLength:e,isActiveLive:t,isLowLatency:n})=>t&&n&&!!e),_f(({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(lf({isLive:this.isLive$,rtt:this.throughputEstimator.rtt$,bufferLength:this.bufferLength$,segmentServerLatency:e.currentLiveSegmentServerLatency$}).pipe(df(({isLive:e})=>e),ff((e,t)=>t.bufferLength<e.bufferLength),_f(({rtt:e,bufferLength:t,segmentServerLatency:n})=>{let r=_e(this.manifestUrlString,2);return(e/2+t+n+r)/1e3})).subscribe(this.liveLatency$))}initLiveMaintainSubscription(e){let t=0;this.representationSubscription.add(lf({liveLoadBufferLength:this.liveLoadBufferLength$,bufferLength:this.bufferLength$}).pipe(yf(this.tuning.dash.liveUpdateInterval)).subscribe(async({liveLoadBufferLength:n,bufferLength:r})=>{cf(this.element);let i=this.element.playbackRate,a=_e(this.manifestUrlString,2),o=Math.abs(this.livePositionFromPlayer$.getValue())*1e3,s=Math.min(o,this.tuning.dashCmafLive.normalizedTargetMinBufferSize*i),c=this.tuning.dashCmafLive.normalizedActualBufferOffset*i,l=this.tuning.dashCmafLive.normalizedLiveMinBufferSize*i,u=isFinite(n)?n:r,d=this.isActiveLive$.getValue()&&this.isLowLatency$.getValue(),f=o<=this.tuning.live.activeLiveDelay;this.isActiveLive$.next(f);let p=`none`;if(d?p=`active_low_latency`:this.isLowLatency$.getValue()&&f?(e.forEach(e=>e.proceedLowLatencyLive()),p=`active_low_latency`):a!==0&&u<s?p=`live_forward_buffering`:u<s+l&&(p=`live_with_target_offset`),isFinite(n)&&(t=n>t?n:t),p===`live_forward_buffering`||p===`live_with_target_offset`){let e=t-(s+c),r=this.normalizeLiveOffset(Math.trunc(a+e/i)),o=Math.abs(r-a),l=0;!n||o<=this.tuning.dashCmafLive.offsetCalculationError?l=a:r>0&&o>this.tuning.dashCmafLive.offsetCalculationError&&(l=r),this.manifestUrlString=D(this.manifestUrlString,l,2)}(p===`live_with_target_offset`||p===`live_forward_buffering`)&&(t=0,this.manifest=await this.updateManifest())},e=>{this.error$.next({id:`updateLive`,category:uf.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 Tf extends Ks{constructor(e){super(e),this.textTracksManager?.destroy()}getPlayer(){return new wf({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 Gd(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(Hd()).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(Wd(e=>e.to)).subscribe(this.player.isLowLatency$)).add(zd({liveBufferTime:n.liveBufferTime$,liveAvailabilityStartTime:this.player.liveAvailabilityStartTime$}).pipe(Wd(({liveBufferTime:e,liveAvailabilityStartTime:t})=>e&&t?e+t:void 0)).subscribe(n.liveTime$)).add(zd({liveDuration:this.player.liveDuration$,liveStreamStatus:this.player.liveStreamStatus$,playbackRate:Bd(r.playbackRateState$,new Gd(1))}).pipe(Vd(({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||Ud(i)||(t=e-i)})).add(zd({time:n.liveBufferTime$,liveDuration:this.player.liveDuration$,playbackRate:Bd(r.playbackRateState$,new Gd(1))}).pipe(Hd((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||Ud(e)||Ud(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=qo(e);this.params.output.availableTextTracks$.next([t])}})),this.params.tuning.dashCmafLive.externalStopControl||this.subscription.add(this.player.liveStreamStatus$.pipe(Vd(e=>Kd(e))).subscribe(e=>n.isLiveEnded$.next(e===`unpublished`&&n.position$.getValue()===0)))}seek(e){this.params.output.willSeekEvent$.next();let t=-e,n=Math.trunc(t/1e3<=Math.abs(this.params.output.duration$.getValue())?t:0);this.player.seek(n).then(()=>{this.params.output.position$.next(e/1e3)})}}import{assertNever as Ef,assertNonNullable as Df,combine as Of,debounce as kf,ErrorCategory as Af,filter as jf,filterChanged as Mf,fromEvent as Nf,isNonNullable as Pf,isNullable as Ff,map as If,merge as Lf,observableFrom as Rf,once as zf,Subscription as Bf,throttle as Vf}from"@vkontakte/videoplayer-shared";import{AbortControllerPolyfilled as Hf}from"@vkontakte/videoplayer-shared";var Uf=(e,t,n=0)=>{for(let r=0;r<e.length;r++)if(e.start(r)*1e3-n<=t&&e.end(r)*1e3+n>t)return!0;return!1};import{abortable as Wf,assertNonNullable as Gf,combine as Kf,ErrorCategory as qf,ErrorOrigin as Jf,filter as Yf,filterChanged as Xf,flattenObject as Zf,fromEvent as Qf,getTraceSubscriptionMethod as $f,interval as ep,isNonNullable as tp,isNullable as np,map as rp,merge as ip,now as ap,Subject as op,Subscription as sp,SubscriptionRemovable as cp,tap as lp,throttle as up,ValueSubject as U}from"@vkontakte/videoplayer-shared";import{AbortControllerPolyfilled as dp}from"@vkontakte/videoplayer-shared";import{cancelIdleCallbackPolyfilled as fp}from"@vkontakte/videoplayer-shared";import{requestIdleCallbackPolyfilled as pp}from"@vkontakte/videoplayer-shared";import{assertNever as mp,ErrorCategory as hp,Subject as gp}from"@vkontakte/videoplayer-shared";var _p=18,vp=!1;try{vp=A.browser.isSafari&&!!A.browser.safariVersion&&A.browser.safariVersion<=_p}catch(e){console.error(e)}class yp{bufferFull$=new gp;error$=new gp;buffer;queue=[];currentTask=null;destroyed=!1;abortRequested=!1;tuning;constructor(e,t){this.buffer=e,this.tuning=t,this.buffer.addEventListener(`updateend`,this.completeTask)}async append(e,t){return t&&t.aborted?!1:new Promise(n=>{let r={operation:`append`,data:e,signal:t,callback:n};this.queue.push(r),this.pull()})}async remove(e,t,n){return n&&n.aborted?!1:new Promise(r=>{let i={operation:`remove`,from:e,to:t,signal:n,callback:r};this.queue.unshift(i),this.pull()})}async abort(e){return new Promise(t=>{let n,r=e=>{this.abortRequested=!1,t(e)};n=vp&&e?{operation:`safariAbort`,init:e,callback:r}:{operation:`abort`,callback:r},this.currentTask&&=(this.currentTask.callback(!1),null);for(let{callback:e}of this.queue)e(!1);this.abortRequested=!0,n&&(this.queue=[n]),this.pull()})}destroy(){if(this.destroyed=!0,this.buffer.removeEventListener(`updateend`,this.completeTask),this.tuning.dash.recoverStuckSegmentLoading){this.currentTask?.callback(!1);for(let{callback:e}of this.queue)e(!1)}this.queue=[],this.currentTask=null;try{this.buffer.abort()}catch(e){if(!(e instanceof DOMException&&e.name===`InvalidStateError`))throw e}}completeTask=()=>{try{if(this.currentTask){let e=this.currentTask.signal?.aborted;this.currentTask.callback(!e),this.currentTask=null}this.queue.length&&this.pull()}catch(e){this.error$.next({id:`BufferTaskQueueUnknown`,category:hp.VIDEO_PIPELINE,message:`Buffer appending or removal failed`,thrown:e})}};pull(){if((this.buffer.updating||this.currentTask||this.destroyed)&&!this.abortRequested)return;let e=this.queue.shift();if(!e)return;if(e.signal?.aborted){e.callback(!1),this.pull();return}this.currentTask=e,this.tuning.dash.recoverStuckSegmentLoading&&e.signal&&!e.signal.aborted&&e.signal.addEventListener(`abort`,()=>{if(this.currentTask===e)try{this.buffer.abort()}catch{}},{once:!0});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:hp.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:mp(t)}}}var bp=yp,xp=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};import{abortable as Sp,assertNonNullable as W,ErrorCategory as Cp,ErrorOrigin as wp,flattenObject as Tp,fromEvent as Ep,getExponentialDelay as Dp,getWindow as Op,isHigher as kp,isNonNullable as Ap,isNullable as G,now as jp,once as Mp,Subject as Np,Subscription as Pp,ValueSubject as Fp,isAbortError as Ip}from"@vkontakte/videoplayer-shared";class Lp{currentLiveSegmentServerLatency$=new Fp(0);currentLowLatencySegmentLength$=new Fp(0);currentSegmentLength$=new Fp(0);onLastSegment$=new Fp(!1);fullyBuffered$=new Fp(!1);playingRepresentation$=new Fp(void 0);playingRepresentationInit$=new Fp(void 0);error$=new Np;gaps=[];updateEnd$=new Fp(void 0);subscription=new Pp;kind;initData;parsedInitData;representations;segments;allInitsLoaded=!1;activeSegments=new Set;forwardBufferRepresentations=new Map;mediaSource;playingRepresentationId;downloadingRepresentationId;switchingToRepresentationId;sourceBuffer;downloadAbortController=new dp;switchAbortController=new dp;destroyAbortController=new dp;useSmartRepresentationSwitch=!1;getCurrentPosition;isActiveLowLatency;tuning;forwardBufferTarget;fetcher;bufferLimit=1/0;sourceBufferTaskQueue;gapDetectionIdleCallback;initLoadIdleCallback;failedDownloads=0;baseUrls=[];baseUrlsIndex=0;compatibilityMode;preloadOnly;tracer;isLive=!1;liveUpdateSegmentIndex=0;liveInitialAdditionalOffset=0;isSeekingLive=!1;index=0;lastDataObtainedTimestampMs=0;loadByteRangeSegmentsTimeoutId=0;preDownloadedFirstSegment=new Map;brokenSegmentAppendDetected=!1;constructor(e,t,n,{fetcher:r,tuning:i,getCurrentPosition:a,isActiveLowLatency:o,compatibilityMode:s=!1,manifest:c,tracer:l}){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.tracer=l.createComponentTracer(`${e} BufferManager`),this.initData=new Map(n.map(e=>[e.id,null])),this.segments=new Map,this.parsedInitData=new Map,this.representations=new Map(n.map(e=>[e.id,e])),this.kind=e,this.mediaSource=t,this.sourceBuffer=null}startWith=Sp(this.destroyAbortController.signal,async function*(e){let t=this.tracer.createComponentTracer(`startWith ${e}`),n=this.representations.get(e);W(n,`Cannot find representation ${e}`),this.playingRepresentationId=e,this.downloadingRepresentationId=e,this.sourceBuffer=this.mediaSource.addSourceBuffer(`${n.mime}; codecs="${n.codecs}"`),this.sourceBufferTaskQueue=new bp(this.sourceBuffer,this.tuning),t.log(`sourceBuffer created`),this.subscription.add(Ep(this.sourceBuffer,`updateend`).subscribe(this.updateEnd$)),this.subscription.add(Ep(this.sourceBuffer,`updateend`).subscribe(()=>{this.checkEjectedSegments(),this.maintain()},e=>{let t,n=this.mediaSource.readyState;n!==`open`&&(t={id:`SegmentEjection_source_${n}`,category:Cp.VIDEO_PIPELINE,message:`Error when trying to clear segments ejected by browser`,thrown:e}),t??={id:`SegmentEjection`,category:Cp.VIDEO_PIPELINE,message:`Error when trying to clear segments ejected by browser`,thrown:e},this.error$.next(t)})),this.subscription.add(Ep(this.sourceBuffer,`error`).subscribe(()=>this.error$.next({id:`SourceBuffer`,category:Cp.VIDEO_PIPELINE,message:`SourceBuffer Error event fired`}))),this.subscription.add(this.sourceBufferTaskQueue.bufferFull$.subscribe(e=>{let t=this.tracer.createComponentTracer(`bufferFull`),n=this.getCurrentPosition();if(!this.sourceBuffer||!n||!F(this.mediaSource,this.sourceBuffer)){t.end();return}let r=Math.min(this.bufferLimit,sr(this.sourceBuffer.buffered)*.8);this.bufferLimit=r;let i=this.getForwardBufferDuration(n),a=Math.min(this.forwardBufferTarget,this.bufferLimit)*this.tuning.dash.minSafeBufferThreshold,o=i<a;t.log(`triggered`,Tp({size:e,newBufferLimit:r,forwardBuffer:i,minSafeBuffer:a,force:o,currentPosition:n})),this.pruneBuffer(n,e*2,o).catch(e=>{this.handleAsyncError(e,`pruneBuffer`)}),t.end()})),this.subscription.add(this.sourceBufferTaskQueue.error$.subscribe(e=>this.error$.next(e))),yield this.loadInit(n,`high`,!0),t.log(`init loaded `,{representationId:e});let r=this.initData.get(n.id),i=this.segments.get(n.id),a=this.parsedInitData.get(n.id);if(W(r,`No init buffer for starting representation`),W(i,`No segments for starting representation`),!(r instanceof ArrayBuffer)){t.end();return}this.searchGaps(i,n),yield this.sourceBufferTaskQueue.append(r,this.destroyAbortController.signal),t.log(`init segment added to sourceBuffer `),this.playingRepresentation$.next(this.playingRepresentationId),this.playingRepresentationInit$.next(a),t.end()}.bind(this));switchToWithPreviousAbort(e,t=!1){if(!F(this.mediaSource,this.sourceBuffer)||e===this.downloadingRepresentationId||e===this.switchingToRepresentationId)return Promise.resolve();this.switchAbortController.abort(),this.switchAbortController=new dp;let n=this.switchAbortController.signal;return n.addEventListener(`abort`,()=>{this.switchingToRepresentationId===e&&(this.switchingToRepresentationId=void 0)},{once:!0}),Sp(n,async function*(e,t=!1){let n=this.tracer.createComponentTracer(`switchToWithPreviousAbort ${e}`);this.switchingToRepresentationId=e;let r=this.representations.get(e);W(r,`No such representation ${e}`);let i=this.segments.get(e),a=this.initData.get(e);if(G(a)||G(i)?yield this.loadInit(r,`high`,!1):a instanceof Promise&&(yield a),i=this.segments.get(e),W(i,`No segments for starting representation`),n.log(`init loaded`,Tp({newRepresentationId:e,segments:this.getForwardBufferRepresentations().get(e),buffer:this.getForwardBufferDuration()})),a=this.initData.get(e),!(a instanceof ArrayBuffer)||!this.sourceBuffer||!F(this.mediaSource,this.sourceBuffer)){this.switchingToRepresentationId===e&&(this.switchingToRepresentationId=void 0),n.end();return}if(yield this.abort(),n.log(`abort`),yield this.sourceBufferTaskQueue.append(a,this.downloadAbortController.signal),n.log(`new init segments was added to sourceBuffer`),t)this.switchingToRepresentationId=void 0,this.downloadingRepresentationId=e,n.log(`drop buffer requested`),yield this.dropBuffer(),n.log(`drop buffer succeeded`);else{let t=this.getCurrentPosition();Ap(t)&&!this.isLive&&(this.bufferLimit=1/0,n.log(`pruneBuffer requested`),yield this.pruneBuffer(t,1/0,!0),n.log(`pruneBuffer succeeded`)),this.downloadingRepresentationId=e,this.switchingToRepresentationId=void 0}this.maintain(),n.end()}.bind(this))(e,t)}switchTo=Sp(this.destroyAbortController.signal,async function*(e,t=!1){if(!F(this.mediaSource,this.sourceBuffer)||e===this.downloadingRepresentationId||e===this.switchingToRepresentationId)return;let n=this.tracer.createComponentTracer(`switchTo ${e}`);this.switchingToRepresentationId=e;let r=this.representations.get(e);W(r,`No such representation ${e}`);let i=this.segments.get(e),a=this.initData.get(e);if(G(a)||G(i)?yield this.loadInit(r,`high`,!1):a instanceof Promise&&(yield a),i=this.segments.get(e),W(i,`No segments for starting representation`),n.log(`init loaded`,Tp({newRepresentationId:e,segments:this.getForwardBufferRepresentations().get(e),buffer:this.getForwardBufferDuration()})),a=this.initData.get(e),!a||!(a instanceof ArrayBuffer)||!this.sourceBuffer||!F(this.mediaSource,this.sourceBuffer)){n.end();return}if(yield this.abort(),n.log(`abort`),yield this.sourceBufferTaskQueue.append(a,this.downloadAbortController.signal),n.log(`new init segments was added to sourceBuffer`),t)this.switchingToRepresentationId=void 0,this.downloadingRepresentationId=e,n.log(`drop buffer requested`),yield this.dropBuffer(),n.log(`drop buffer succeeded`);else{let t=this.getCurrentPosition();Ap(t)&&!this.isLive&&(this.bufferLimit=1/0,n.log(`pruneBuffer requested`),yield this.pruneBuffer(t,1/0,!0),n.log(`pruneBuffer succeeded`)),this.switchingToRepresentationId=void 0,this.downloadingRepresentationId=e}this.maintain(),n.end()}.bind(this));switchToOld=Sp(this.destroyAbortController.signal,async function*(e,t=!1){if(!F(this.mediaSource,this.sourceBuffer)||e===this.downloadingRepresentationId||e===this.switchingToRepresentationId)return;let n=this.tracer.createComponentTracer(`switchToOld ${e}`);this.switchingToRepresentationId=e;let r=this.representations.get(e);W(r,`No such representation ${e}`);let i=this.segments.get(e),a=this.initData.get(e);if(G(a)||G(i)?yield this.loadInit(r,`high`,!1):a instanceof Promise&&(yield a),i=this.segments.get(e),W(i,`No segments for starting representation`),n.log(`init loaded`,Tp({newRepresentationId:e,position:this.getCurrentPosition(),segments:this.getForwardBufferRepresentations().get(e),buffer:this.getForwardBufferDuration()})),a=this.initData.get(e),!a||!(a instanceof ArrayBuffer)||!this.sourceBuffer||!F(this.mediaSource,this.sourceBuffer)){n.end();return}if(yield this.abort(),n.log(`abort`),yield this.sourceBufferTaskQueue.append(a,this.downloadAbortController.signal),n.log(`new init segments was added to sourceBuffer`),t)this.switchingToRepresentationId=void 0,this.downloadingRepresentationId=e,n.log(`drop buffer requested`),yield this.dropBuffer(),n.log(`drop buffer succeeded`),this.maintain();else{let t=this.getCurrentPosition();Ap(t)&&(!this.isLive&&!this.tuning.dash.useNewRepresentationSwitch&&(this.bufferLimit=1/0,n.log(`pruneBuffer requested`),yield this.pruneBuffer(t,1/0,!0),n.log(`pruneBuffer succeeded`)),this.maintain(t)),this.switchingToRepresentationId=void 0,this.downloadingRepresentationId=e}n.end()}.bind(this));warmUpMediaSource(){if(!G(this.sourceBuffer)&&!this.sourceBuffer.updating&&(this.sourceBuffer.mode=`segments`),this.tuning.dash.recoverStuckSegmentLoading)for(let e of Array.from(this.activeSegments))this.releaseStrandedSegment(e)}releaseStrandedSegment(e){!this.tuning.dash.recoverStuckSegmentLoading||!this.activeSegments.has(e)||(this.activeSegments.delete(e),e.segment.status!==`fed`&&this.abortSegment(e.segment))}async abort(){for(let e of this.activeSegments)this.abortSegment(e.segment);return this.activeSegments.clear(),this.downloadAbortController.abort(),this.downloadAbortController=new dp,this.abortBuffer()}maintain(e=this.getCurrentPosition()){if(G(e)||G(this.downloadingRepresentationId)||G(this.playingRepresentationId)||G(this.sourceBuffer)||!F(this.mediaSource,this.sourceBuffer)||Ap(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(W(t,`No such representation ${this.downloadingRepresentationId}`),W(n,`No such representation ${this.playingRepresentationId}`),G(r)||G(i))return;let a=r.find(t=>e>=t.time.from&&e<t.time.to);Ap(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=bu(n),s=bu(t),c=this.useSmartRepresentationSwitch&&this.tuning.dash.useNewRepresentationSwitch&&this.tuning.dash.useSmartRepresentationSwitch&&Ap(i)&&Ap(s)&&kp(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(G(n)||G(r))return 0;let i=bu(n),a=bu(r);return G(i)||G(a)?0:kp(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)&&sr(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(s.includes(a))e=`high`;else{let t=s.at(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=r.at(-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=null,i=this.isLive?this.liveInitialAdditionalOffset:0;for(let a of e)Math.trunc(a.time.from-n)>0&&(r??=this.tracer.createComponentTracer(`searchGaps`),this.gaps.push({representation:t.id,from:n,to:a.time.from+i,persistent:!0})),n=a.time.to;Ap(t.duration)&&t.duration-n>0&&!this.isLive&&(r??=this.tracer.createComponentTracer(`searchGaps`),this.gaps.push({representation:t.id,from:n,to:t.duration,persistent:!0})),r?.log(`gaps`,Tp({buffer:this.getForwardBufferDuration(),gaps:this.gaps,segments:this.getForwardBufferRepresentations().get(t.id)})),r?.end()}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=t.flatMap(e=>e.representations).find(e=>e.id===this.downloadingRepresentationId);if(!n)return;let r=this.segments.get(n.id);if(r?.length)return{from:r[0].time.from,to:r[r.length-1].time.to}}seekLive=Sp(this.destroyAbortController.signal,async function*(e){let t=this.tracer.createComponentTracer(`seekLive`),n=e.flatMap(e=>e.representations);if(!this.downloadingRepresentationId||!n.length){t.end();return}this.isSeekingLive=!0;for(let e of this.representations.keys()){let r=n.find(t=>t.id===e);r&&this.representations.set(e,r);let i=this.representations.get(e);if(!i||!Du(i.segmentReference)){this.isSeekingLive=!1,t.end();return}let a=this.getActualLiveStartingSegments(i.segmentReference);this.segments.set(i.id,a)}let r=this.switchingToRepresentationId??this.downloadingRepresentationId,i=this.representations.get(r);W(i,`Representation not found by id ${r}`);let a=this.segments.get(r);W(a,`No segments for starting representation`);let o=this.initData.get(r);if(W(o,`No init buffer for starting representation`),!(o instanceof ArrayBuffer)){this.isSeekingLive=!1,t.end();return}let s=this.getDebugBufferState();this.liveUpdateSegmentIndex=0,yield this.abort(),s&&(yield this.sourceBufferTaskQueue.remove(s.from*1e3,s.to*1e3,this.destroyAbortController.signal)),this.searchGaps(a,i),yield this.sourceBufferTaskQueue.append(o,this.destroyAbortController.signal),this.isSeekingLive=!1,t.end()}.bind(this));updateLive(e){if(!e||[...this.segments.values()].every(e=>!e.length))return;let t=e.streams[this.kind].flatMap(e=>e.representations);for(let e of t){if(!e||!Du(e.segmentReference))return;let t=e.segmentReference.segments.map(e=>({...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;W(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?e.at(-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(!Du(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=ll(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.tracer?.log(`destroy`),this.initData.clear(),this.segments.clear(),this.parsedInitData.clear(),this.representations.clear(),this.preDownloadedFirstSegment.clear(),this.tuning.dash.recoverStuckSegmentLoading&&(this.downloadAbortController.abort(),this.switchAbortController.abort(),this.destroyAbortController.abort()),this.sourceBufferTaskQueue?.destroy(),this.gapDetectionIdleCallback&&fp&&fp(this.gapDetectionIdleCallback),this.initLoadIdleCallback&&fp&&fp(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(),k.clearTimeout(this.loadByteRangeSegmentsTimeoutId),this.tracer?.end()}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&&F(this.mediaSource,this.sourceBuffer)&&!(Uf(this.sourceBuffer.buffered,t)&&Uf(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}async loadSegments(e,t,n=`auto`){Du(t.segmentReference)?await this.loadTemplateSegment(e[0],t,n):await this.loadByteRangeSegments(e,t,n)}async loadTemplateSegment(e,t,n=`auto`){let r=this.tracer.createComponentTracer(`loadTemplateSegment ${t.id} ${e.time.from}-${e.time.to}`);e.status=`downloading`;let i={segment:e,loadedBytes:0,feedingBytes:0,fedBytes:0,representationId:t.id,startedAtMs:void 0};this.activeSegments.add(i);let{range:a,url:o,signal:s,onProgress:c,onProgressTasks:l}=this.prepareTemplateFetchSegmentParams(e,t);this.failedDownloads&&s&&(await Sp(s,async function*(){let e=Dp(this.failedDownloads,this.tuning.downloadBackoff);yield new Promise(t=>k.setTimeout(()=>t(void 0),e))}.bind(this))(),s.aborted&&this.abortActiveSegments([e])),i.startedAtMs=Op().performance.now(),r.log(`request`,Tp({url:o,range:a,priority:n,isLowLatency:this.isActiveLowLatency(),bufferOptimisation:this.tuning.dash.fetcherBufferOptimisation}));try{let e=await this.fetcher.fetch(o,{range:a,signal:s,onProgress:c,priority:n,isLowLatency:this.isActiveLowLatency(),bufferOptimisation:this.tuning.dash.fetcherBufferOptimisation});if(this.lastDataObtainedTimestampMs=jp(),!e){r.log(`aborted`),r.end();return}let u=new DataView(e),d=vu(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?(r.log(`await all partial chunks`),await Promise.all(l),r.log(`all chunks obtained`)):(r.log(`add full data to buffer`),await this.sourceBufferTaskQueue.append(u,s),r.log(`data successfully appended`));let{serverDataReceivedTimestamp:f,serverDataPreparedTime:p}=d.getServerLatencyTimestamps(u);f&&p&&this.currentLiveSegmentServerLatency$.next(p-f),i.segment.status=`downloaded`,this.onSegmentFullyAppended(i,t.id),this.failedDownloads=0,r.log(`appended`)}catch(t){this.abortActiveSegments([e]),Ip(t)?r.log(`aborted with error`):(this.failedDownloads++,this.updateRepresentationsBaseUrlIfNeeded(),r.error(`failed`,{message:t instanceof Error?t.message:String(t)}))}finally{this.releaseStrandedSegment(i),r.end()}}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())Du(t.segmentReference)?t.segmentReference.baseUrl=e:t.segmentReference.url=e}async feedPreDownloadedFirstSegment(e,t){let n=this.preDownloadedFirstSegment.get(t.id);if(!n)return!1;let r=e[0],i=this.segments.get(t.id);if(G(i)||i[0]!==r)return!1;r.status=`downloading`;let a={segment:r,loadedBytes:n.byteLength,feedingBytes:0,fedBytes:0,representationId:t.id,startedAtMs:Op().performance.now()};this.activeSegments.add(a);let{signal:o}=this.downloadAbortController;try{await this.onSomeByteRangesDataLoaded({dataView:new DataView(n),loaded:n.byteLength,signal:o,globalFrom:r.byte.from,representationId:t.id,onSegmentAppendFailed:()=>this.abort()})}finally{this.preDownloadedFirstSegment.get(t.id)===n&&this.preDownloadedFirstSegment.delete(t.id),this.releaseStrandedSegment(a)}return!0}async loadByteRangeSegments(e,t,n=`auto`){if(!e.length){let e=this.tracer.createComponentTracer(`loadByteRangeSegments empty`);e.log(`empty input`),e.end();return}let r=this.downloadAbortController.signal,i=await this.feedPreDownloadedFirstSegment(e,t);if(r.aborted)return;if(i&&(e=e.slice(1)),!e.length){let e=this.tracer.createComponentTracer(`loadByteRangeSegments fed-from-cache`);e.log(`fed from pre-downloaded cache`),e.end();return}let a=this.tracer.createComponentTracer(`loadByteRangeSegments ${t.id} count=${e.length}`);a.log(`segments`,Tp({position:this.getCurrentPosition(),segmentsToLoad:e.map(({data:e,...t})=>t)}));let o=[];for(let n of e){n.status=`downloading`;let e={segment:n,loadedBytes:0,feedingBytes:0,fedBytes:0,representationId:t.id,startedAtMs:void 0};this.activeSegments.add(e),o.push(e)}let{range:s,url:c,signal:l,onProgress:u}=this.prepareByteRangeFetchSegmentParams(e,t);this.failedDownloads&&l&&(await Sp(l,async function*(){let e=Dp(this.failedDownloads,this.tuning.downloadBackoff);yield new Promise(t=>{this.loadByteRangeSegmentsTimeoutId=k.setTimeout(t,e),Ep(window,`online`).pipe(Mp()).subscribe(()=>{t(),k.clearTimeout(this.loadByteRangeSegmentsTimeoutId)})})}.bind(this))(),l.aborted&&this.abortActiveSegments(e));let d=Op().performance.now();for(let e of o)e.startedAtMs=d;try{a.log(`request`,Tp({url:c,range:s,priority:n,isLowLatency:this.isActiveLowLatency(),bufferOptimisation:this.tuning.dash.fetcherBufferOptimisation,urlCacheMechanismEnabled:!Du(t.segmentReference)})),await this.fetcher.fetch(c,{range:s,onProgress:u,signal:l,priority:n,bufferOptimisation:this.tuning.dash.fetcherBufferOptimisation,urlCacheMechanismEnabled:!Du(t.segmentReference)}),this.lastDataObtainedTimestampMs=jp(),this.failedDownloads=0,a.log(`fetched`,{count:e.length})}catch(t){this.abortActiveSegments(e),Ip(t)?a.log(`aborted with error`):(this.failedDownloads++,this.updateRepresentationsBaseUrlIfNeeded(),a.error(`failed`,{message:t instanceof Error?t.message:String(t)}))}finally{for(let e of o)this.releaseStrandedSegment(e);a.end()}}prepareByteRangeFetchSegmentParams(e,t){if(Du(t.segmentReference))throw Error(`Representation is not byte range type`);let n=t.segmentReference.url,r={from:e.at(0).byte.from,to:e.at(-1).byte.to},{signal:i}=this.downloadAbortController;return{url:n,range:r,signal:i,onProgress:async(e,n)=>{if(!i.aborted)try{this.lastDataObtainedTimestampMs=jp(),await this.onSomeByteRangesDataLoaded({dataView:e,loaded:n,signal:i,onSegmentAppendFailed:()=>this.abort(),globalFrom:r?r.from:0,representationId:t.id})}catch(e){this.error$.next({id:`SegmentFeeding`,category:Cp.VIDEO_PIPELINE,message:`Error when feeding segments`,thrown:e})}}}}prepareTemplateFetchSegmentParams(e,t){if(!Du(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=jp();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:Cp.VIDEO_PIPELINE,message:`Error when feeding segments`,thrown:e})}}:void 0,onProgressTasks:a}}abortActiveSegments(e){for(let t of this.activeSegments)e.includes(t.segment)&&this.abortSegment(t.segment)}async onSomeTemplateDataLoaded({dataView:e,representationId:t,loaded:n,onSegmentAppendFailed:r,signal:i}){if(!this.activeSegments.size||!F(this.mediaSource,this.sourceBuffer))return;let a=this.representations.get(t);if(a)for(let o of this.activeSegments){let{segment:s}=o;if(o.representationId===t){if(i.aborted){r();continue}if(o.loadedBytes=n,o.loadedBytes>o.feedingBytes){let t=new DataView(e.buffer,e.byteOffset+o.feedingBytes,o.loadedBytes-o.feedingBytes),n=vu(a.mime).parseFeedableSegmentChunk(t,this.isLive);n?.byteLength&&(s.status=`partially_fed`,o.feedingBytes+=n.byteLength,await this.sourceBufferTaskQueue.append(n),o.fedBytes+=n.byteLength)}}}}async onSomeByteRangesDataLoaded({dataView:e,representationId:t,globalFrom:n,loaded:r,signal:i,onSegmentAppendFailed:a}){if(!this.activeSegments.size||!F(this.mediaSource,this.sourceBuffer))return;let o=this.representations.get(t);if(o)for(let s of Array.from(this.activeSegments)){let{segment:c}=s;if(s.representationId!==t)continue;if(i.aborted){await a();continue}let l=c.byte.from-n,u=c.byte.to-n,d=u-l+1,f=l<r,p=u<=r;if(!f)continue;let m=vu(o.mime);if(c.status===`downloading`&&p){c.status=`downloaded`;let n=new DataView(e.buffer,e.byteOffset+l,d);await this.sourceBufferTaskQueue.append(n,i)&&!i.aborted?this.onSegmentFullyAppended(s,t):await a()}else if(this.tuning.dash.enableSubSegmentBufferFeeding&&(c.status===`downloading`||c.status===`partially_fed`)&&(s.loadedBytes=Math.min(d,r-l),s.loadedBytes>s.feedingBytes)){let n=new DataView(e.buffer,e.byteOffset+l+s.feedingBytes,s.loadedBytes-s.feedingBytes),r=s.loadedBytes===d?n:m.parseFeedableSegmentChunk(n);r?.byteLength&&(c.status=`partially_fed`,s.feedingBytes+=r.byteLength,await this.sourceBufferTaskQueue.append(r,i)&&!i.aborted?(s.fedBytes+=r.byteLength,s.fedBytes===d&&this.onSegmentFullyAppended(s,t)):await a())}}}onSegmentFullyAppended(e,t){if(G(this.sourceBuffer)||!F(this.mediaSource,this.sourceBuffer))return;let n=this.tracer.createComponentTracer(`onSegmentFullyAppended `+this.getCurrentPosition());n.log(`fullyAppended`,Tp({representationId:t,position:this.getCurrentPosition(),segmentProgress:e,buffer:this.getForwardBufferDuration()})),this.detectBrokenSegmentAppend(e),!this.isLive&&A.browser.isSafari&&this.tuning.useSafariEndlessRequestBugfix&&(Uf(this.sourceBuffer.buffered,e.segment.time.from,100)&&Uf(this.sourceBuffer.buffered,e.segment.time.to,100)||(n.end(),this.error$.next({id:`EmptyAppendBuffer`,category:Cp.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`,Eu(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]),n.end()}detectBrokenSegmentAppend(e){let t=e.segment.time;!this.tuning.dash.brokenSegmentAppendDetection||this.brokenSegmentAppendDetected||e.endTimeDerivedFromChunk||G(this.sourceBuffer)||!ku(xp(this.sourceBuffer.buffered),t,this.tuning.dash.brokenSegmentAppendTolerance)||(this.brokenSegmentAppendDetected=!0,this.error$.next({id:`BrokenSegmentAppend`,category:Cp.FATAL,origin:wp.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=pp(()=>this.loadInit(n,`low`,!1).finally(()=>this.initLoadIdleCallback=null)))}async loadInit(e,t=`auto`,n=!1){let r=this.tracer.createComponentTracer(`loadInit ${e.id} priority=${t} critical=${n}`),i=this.tuning.dash.useFetchPriorityHints?t:`auto`,a=!n&&this.tuning.dash.ignoreNetworkErrorsOnLoadInit,o=(!n&&this.failedDownloads>0?Sp(this.destroyAbortController.signal,async function*(){let e=Dp(this.failedDownloads,this.tuning.downloadBackoff);yield new Promise(t=>k.setTimeout(()=>t(void 0),e))}.bind(this))():Promise.resolve()).then(()=>this.fetcher.fetchRepresentation(e.segmentReference,vu(e.mime),{priority:i,ignoreNetworkErrors:a,representationHeight:e.height})).then(async t=>{if(!t){r.log(`no init data`);return}let{init:n,dataView:i,segments:a,firstSegmentData:o}=t,s=i.buffer.slice(i.byteOffset,i.byteOffset+i.byteLength);this.initData.set(e.id,s),o&&this.preDownloadedFirstSegment.set(e.id,o);let c=a;this.isLive&&Du(e.segmentReference)&&(c=this.getActualLiveStartingSegments(e.segmentReference)),(!this.isLive||!this.segments.has(e.id))&&this.segments.set(e.id,c),n&&this.parsedInitData.set(e.id,n),r.log(`loaded`,{segmentsCount:c.length})}).then(()=>{this.failedDownloads=0,r.end()},t=>{a||this.initData.set(e.id,null),n&&this.error$.next({id:`LoadInits`,category:Cp.WTF,message:`loadInit threw`,thrown:t}),r.error(`failed`,{message:t instanceof Error?t.message:String(t)}),r.end()});return this.initData.set(e.id,o),o}async dropBuffer(){let e=this.tracer.createComponentTracer(`dropBuffer`);try{for(let e of this.segments.values())for(let t of e)t.status=`none`;await this.pruneBuffer(0,1/0,!0)}finally{e.end()}}async pruneBuffer(e,t,n=!1){let r=this.tracer.createComponentTracer(`pruneBuffer ${e??`undefined`}`);if(!this.sourceBuffer||!F(this.mediaSource,this.sourceBuffer)||!this.playingRepresentationId||G(e))return r.end(),!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({...e.time}),i=o(i);let n=Eu(e)?e.size??0:e.byte.to-e.byte.from;a+=n};for(let t of this.segments.values())for(let n of t){let t=n.time.to<=e-this.tuning.dash.bufferPruningSafeZone,r=n.time.from>=e+Math.min(this.forwardBufferTarget,this.bufferLimit);(t||r)&&n.status===`fed`&&s(n)}for(let e=0;e<this.sourceBuffer.buffered.length;e++){let t=this.sourceBuffer.buffered.start(e)*1e3,n=this.sourceBuffer.buffered.end(e)*1e3,r=0;for(let e of this.segments.values())for(let i of e)[`none`,`partially_ejected`].includes(i.status)&&Math.round(i.time.from)<=Math.round(t)&&Math.round(i.time.to)>=Math.round(n)&&r++;r===this.segments.size&&s({time:{from:t,to:n},url:``,status:`none`})}if(i.length&&n){let t=Math.min(this.forwardBufferTarget,this.bufferLimit)*this.tuning.dash.minSafeBufferThreshold;for(let n of this.segments.values())for(let r of n)r.time.from>=e+t&&r.status===`fed`&&s(r)}if(i.length){r.log(`intervals`,Tp(i));let e=(await Promise.all(i.map(e=>this.sourceBufferTaskQueue.remove(e.from,e.to)))).reduce((e,t)=>e||t,!1);return r.log(`done`,{result:e,bytesToPrune:a}),r.end(),e}return r.log(`nothing to prune`),r.end(),!1}async abortBuffer(){if(!this.sourceBuffer||!F(this.mediaSource,this.sourceBuffer))return!1;let e=this.tracer.createComponentTracer(`abortBuffer`),t=this.playingRepresentationId&&this.initData.get(this.playingRepresentationId),n=t instanceof ArrayBuffer?t:void 0,r=await this.sourceBufferTaskQueue.abort(n);return e.log(`done`,{result:r}),e.end(),r}getDebugBufferState(){if(!(!this.sourceBuffer||!F(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||!F(this.mediaSource,this.sourceBuffer)||!this.sourceBuffer.buffered.length||G(e)?0:ld(this.sourceBuffer.buffered,e)}getForwardBufferRepresentations(e=this.getCurrentPosition()){if(this.forwardBufferRepresentations.clear(),Ap(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)G(t.startedAtMs)||(!e||t.segment.time.from<e.segment.time.from)&&(e=t);if(!G(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||!F(this.mediaSource,this.sourceBuffer))return;let n=null,r=[];for(let i of t){let t={representation:e,from:i.time.from,to:i.time.to,persistent:!1},{buffered:a}=this.sourceBuffer;for(let e=0;e<a.length;e++){let n=a.start(e)*1e3,o=a.end(e)*1e3;if(r.push({from:n,to:o}),!(o<=i.time.from||n>=i.time.to)){if(n<=i.time.from&&o>=i.time.to){t=void 0;break}o>i.time.from&&o<i.time.to&&(t.from=o),n<i.time.to&&n>i.time.from&&(t.to=n)}}t&&t.to-t.from>1&&!this.gaps.some(e=>t&&e.from===t.from&&e.to===t.to)&&(n??=this.tracer.createComponentTracer(`detectGaps`),this.gaps.push(t))}n?.log(`gaps`,Tp({segments:t,buffer:r,gaps:this.gaps})),n?.end()}detectGapsWhenIdle(e,t){if(this.gapDetectionIdleCallback||!this.sourceBuffer||!F(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=pp(()=>{try{this.detectGaps(e,t)}catch(e){this.error$.next({id:`GapDetection`,category:Cp.WTF,message:`detectGaps threw`,thrown:e})}finally{this.gapDetectionIdleCallback=null}})}checkEjectedSegments(){if(G(this.sourceBuffer)||!F(this.mediaSource,this.sourceBuffer)||G(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:Cp.VIDEO_PIPELINE,thrown:e,message:`Something went wrong`})}}import{AbortControllerPolyfilled as Rp}from"@vkontakte/videoplayer-shared";import{fetchPolyfilled as zp}from"@vkontakte/videoplayer-shared";import{abortable as Bp,assertNever as Vp,fromEvent as Hp,merge as Up,now as Wp,Subject as Gp,ValueSubject as Kp,flattenObject as qp,ErrorCategory as Jp,SubscriptionRemovable as Yp,getWindow as Xp,isNonNullable as Zp,suppressAbort as Qp,videoQualityToHeight as $p,VideoQuality as em}from"@vkontakte/videoplayer-shared";import{ErrorCategory as tm,ErrorOrigin as nm}from"@vkontakte/videoplayer-shared";var rm=new Set([2,3,4,5,6,9,19]),im=new Set([1,8,18,21]),am=new Set([10,11,12,13,14,15,16]),om=({txtCode:e,error$:t,recoverableError$:n,httpCode:r})=>{let i=parseInt(e);if(isNaN(i))return;let a={...sm(i),httpCode:r,UVBackendErrorCode:e,origin:nm.SegmentFetcher};if(rm.has(i)){t.next({...a,category:tm.NETWORK});return}if(im.has(i)){n.next({...a,category:tm.FATAL,canBeRecoverable:!0});return}if(am.has(i)){t.next({...a,category:tm.FATAL});return}},sm=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 cm(e)}};function cm(e){return{id:`GeneralVideoDataFetchError`,message:`Generic video data fetch error (${e})`}}import{devNull as lm,getWindow as um}from"@vkontakte/videoplayer-shared";var dm=`vk_player_cached_fetches`,fm=[`fromCache`,`expires`,`sig`],pm=300*1e3,mm=`x-cache-expires`,hm=async e=>{let t=_m(e),n=await um().caches.open(dm);return{get:async()=>{let e=await n.match(t);return e&&!vm(e)?(lm.push(`core`,{key:`videoplayer_url_cache`,strings:[`cache_hit`]}),e):(e&&(await n.delete(t),lm.push(`core`,{key:`videoplayer_url_cache`,strings:[`cache_missed`,`expired`]})),null)},set:r=>{n.put(t,ym(r,e))}}};function gm(){return typeof caches<`u`}function _m(e){try{let t=new URL(e);return t.hostname=`cache.local`,fm.forEach(e=>t.searchParams.delete(e)),t.toString()}catch{return e}}function vm(e){let t=e.headers.get(mm);if(!t)return!0;let n=Number(t);return isNaN(n)||n<=Date.now()}function ym(e,t){let n=e.clone(),r=new Headers(n.headers);return r.set(mm,bm(t).toString()),new Response(n.body,{status:n.status,statusText:n.statusText,headers:r})}function bm(e){try{let t=new URL(e).searchParams.get(`expires`);if(t&&!isNaN(Number(t)))return Number(t)}catch{return 0}return Date.now()+pm}var xm=async()=>{await um().caches.delete(dm)};class Sm{throughputEstimator;requestQuic;tracer;manifestRequested$=new Gp;firstBytesManifest$=new Gp;firstBytesRequested$=new Gp;firstBytesReceived$=new Gp;lastConnectionType$=new Kp(void 0);lastConnectionReused$=new Kp(void 0);lastRequestFirstBytes$=new Kp(void 0);lastConnectionMetrics$=new Kp(void 0);lastDownloadMetrics$=new Kp(void 0);recoverableError$=new Gp;error$=new Gp;abortAllController=new Rp;subscription=new Yp;compatibilityMode;useEnableSubtitlesParam;useUrlCacheMechanism;measureNonSegmentRequests;measureFastSamples;cacheHitTtfbMaxMs;preloadFirstSegment;maxQualityForFirstSegmentPreload;startupPhase=!0;performanceObserver=null;pendingConnectionMetrics=new Map;handleExtendedNetworkErrorsSet=!1;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,cacheHitTtfbMaxMs:l=10,preloadFirstSegment:u=!1,maxQualityForFirstSegmentPreload:d=em.Q_480P}){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.cacheHitTtfbMaxMs=l,this.preloadFirstSegment=u,this.maxQualityForFirstSegmentPreload=d,Xp().PerformanceObserver&&this.setupPerformanceObserver(),this.useUrlCacheMechanism=o}onHeadersReceived(e){let{type:t,reused:n}=_c(e);this.lastConnectionType$.next(t),this.lastConnectionReused$.next(n)}setupPerformanceObserver(){this.performanceObserver=new(Xp()).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 Xp().navigator))return`unknown`;let e=Xp().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:Jp.WTF})}return null}trackRequestStart(e,t){let n=`${e}_${t}_${Math.random().toString(36).substr(2,9)}`;this.pendingConnectionMetrics.set(n,{url:e,startTime:t})}fetchManifest=Bp(this.abortAllController.signal,async function*(e){let t=this.tracer.createComponentTracer(`FetchManifest`),n=e;this.requestQuic&&(n=gc(n)),!this.compatibilityMode&&this.useEnableSubtitlesParam&&(n=Pc(n)),this.trackRequestStart(n,performance.now());let r=Wp();this.manifestRequested$.next();let i=!1,a=yield this.doFetch(n,{signal:this.abortAllController.signal},{onCacheHit:()=>{i=!0}}).catch(Qp);if(a){let o=Wp();t.log(`success`,qp({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=await 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=Wp();this.throughputEstimator?.addRawSpeed(c,e-r)}return l}else return t.error(`error`,qp({url:n,message:`No data in request manifest`})),t.end(),null}.bind(this));fetch=Bp(this.abortAllController.signal,async 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,Xp().location.href);e.searchParams.append(`bytes`,`${n.from}-${n.to}`),d=e.toString();break}default:Vp(t)}this.requestQuic&&(d=gc(d));let m=this.abortAllController.signal,h;if(a){let e=new Rp;if(h=Up(Hp(this.abortAllController.signal,`abort`),Hp(a,`abort`)).subscribe(()=>{try{e.abort()}catch(e){Qp(e)}}),this.subscription.add(h),this.abortAllController.signal.aborted||a.aborted)try{e.abort()}catch(e){Qp(e)}m=e.signal}let g=0,_=Wp();p.log(`startRequest`,qp({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=Wp();if(!y)return p.error(`error`,{message:`No response in request`}),p.end(),this.unsubscribeAbortSubscription(h),null;let x=this.measureFastSamples&&v,S=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=Wp();if(this.measureNonSegmentRequests&&this.startupPhase&&!S){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`,qp(n)),p.end(),e}let C=y.body;if(o&&!S){this.startupPhase=!1;let e;[C,e]=y.body.tee(),this.throughputEstimator?.trackStream(e,s)}let ee=C.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,te=!1,ne=e=>{this.unsubscribeAbortSubscription(h),te=!0,Qp(e)},re=Bp(m,async function*({done:e,value:t}){if(g===0&&(this.lastRequestFirstBytes$.next(Wp()-_),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 ee?.read().then(re,ne)}}.bind(this));yield ee?.read().then(re,ne),this.unsubscribeAbortSubscription(h);let ie=Wp(),ae={failed:te,requestStartedAt:_,requestEndedAt:ie,duration:ie-_};if(te)return p.error(`endRequest`,qp(ae)),p.end(),null;if(g>0){let t=ie-_,n=g/(t/1e3)*8/1024,r={bytes:g,speed:n,url:e};this.lastDownloadMetrics$.next(r)}return p.log(`endRequest`,qp(ae)),p.end(),E.buffer}.bind(this));async fetchRepresentation(e,t,n){let{type:r}=e;switch(r){case`byteRange`:return await this.fetchByteRangeRepresentation(e,t,n)??null;case`template`:return await this.fetchTemplateRepresentation(e,n)??null;default:Vp(r)}}destroy(){this.abortAllController.abort(),this.subscription.unsubscribe(),this.performanceObserver&&=(this.performanceObserver.disconnect(),null),this.pendingConnectionMetrics.clear(),this.tracer.end()}fetchByteRangeRepresentation=Bp(this.abortAllController.signal,async function*(e,t,n){if(e.type!==`byteRange`)return null;let{from:r,to:i}=e.initRange,a=r,o=i,s=!1,c,l;e.indexRange&&(c=e.indexRange.from,l=e.indexRange.to,s=i+1===c,s&&(a=Math.min(c,r),o=Math.max(l,i)));let u=this.preloadFirstSegment&&Zp(e.firstSegmentLength)&&n.priority===`high`&&(n.representationHeight??$p(em.Q_144P))<=$p(this.maxQualityForFirstSegmentPreload);u&&s&&Zp(l)&&(o=l+e.firstSegmentLength),a=Math.min(a,0);let d=yield this.fetch(e.url,{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&&Zp(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:_}}.bind(this));fetchTemplateRepresentation=Bp(this.abortAllController.signal,async function*(e,t){if(e.type!==`template`)return null;let n=new URL(e.initUrl,e.baseUrl).toString(),r=yield this.fetch(n,{measureThroughput:!1,...t});return r?{init:null,segments:e.segments.map(e=>({...e,status:`none`,size:void 0})),dataView:new DataView(r)}:null}.bind(this));isLikelyCacheHitByTtfb(e){let t=this.throughputEstimator?.rtt$.getValue()??0;return e<Math.min(Math.max(t*.5,2),this.cacheHitTtfbMaxMs)}async doFetch(e,t,n){let r;if(this.useUrlCacheMechanism&&n?.urlCacheMechanismEnabled&&gm()){r=await hm(e);let t=await r.get();if(t)return n?.onCacheHit?.(),t}let i=await zp(e,r?{...t,cache:`no-store`}:t);if(i.ok)return r?.set(i),i;if(n?.ignoreNetworkErrors)return;let a=await i.text();if(this.handleExtendedNetworkErrorsSet){om({txtCode:a,httpCode:i.status,error$:this.error$,recoverableError$:this.recoverableError$});return}let o=parseInt(a);if(!isNaN(o))switch(o){case 1:this.recoverableError$.next({id:`VideoDataLinkExpiredError`,message:`Video data links have expired`,category:Jp.FATAL,httpCode:i.status,UVBackendErrorCode:a});break;case 8:this.recoverableError$.next({id:`VideoDataLinkBlockedForFloodError`,message:`Url blocked for flood`,category:Jp.FATAL,httpCode:i.status,UVBackendErrorCode:a});break;case 18:this.recoverableError$.next({id:`VideoDataLinkIllegalIpChangeError`,message:`Client IP has changed`,category:Jp.FATAL,httpCode:i.status,UVBackendErrorCode:a});break;case 21:this.recoverableError$.next({id:`VideoDataLinkIllegalHostChangeError`,message:`Request HOST has changed`,category:Jp.FATAL,httpCode:i.status,UVBackendErrorCode:a});break;default:this.error$.next({id:`GeneralVideoDataFetchError`,message:`Generic video data fetch error (${o})`,category:Jp.FATAL,httpCode:i.status,UVBackendErrorCode:a})}}unsubscribeAbortSubscription(e){e&&(e.unsubscribe(),this.subscription.remove(e))}}import{isNullable as Cm,ValueSubject as wm}from"@vkontakte/videoplayer-shared";class Tm{currentRepresentation$=new wm(null);maxRepresentations=4;representationsCursor=0;representations=[];getCurrentPosition;currentSegment=null;constructor(e,t){this.getCurrentPosition=t.getCurrentPosition,this.processStreams(e)}updateLive(e){this.processStreams(e?.streams.text)}seekLive(e){this.processStreams(e)}maintain(e=this.getCurrentPosition()){if(!Cm(e))for(let t of this.representations)for(let n of t){let t=n.segmentReference,r=t.segments.length,i=t.segments[0].time.from,a=t.segments[r-1].time.to;if(e<i||e>a)continue;let o=t.segments.find(t=>t.time.from<=e&&t.time.to>=e);!o||this.currentSegment?.time.from===o.time.from&&this.currentSegment.time.to===o.time.to||(this.currentSegment=o,this.currentRepresentation$.next({...n,label:`Live Text`,language:`ru`,isAuto:!0,url:new URL(o.url,t.baseUrl).toString()}))}}destroy(){this.currentRepresentation$.next(null),this.currentSegment=null,this.representations=[]}processStreams(e){for(let t of e??[]){let e=Tm.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=>Tm.filterRepresentations(e.representations))}static filterRepresentations(e){return e?.filter(e=>e.kind===`text`&&`segmentReference`in e&&Du(e.segmentReference))}}var Em=[`timeupdate`,`progress`,`play`,`seeked`,`stalled`,`waiting`],Dm=[`timeupdate`,`progress`,`loadeddata`,`playing`,`seeked`];class Om{element=null;manifestUrlString=``;source=null;manifest=null;tuning;tracer;forceVideoCodec;videoBufferManager;audioBufferManager;bufferManagers=[];liveTextManager;throughputEstimator;subscription=new sp;subscriptionRemovable=new cp;representationSubscription=new sp;fetcher;state$=new Ft(`none`);currentVideoRepresentation$=new U(void 0);currentVideoRepresentationInit$=new U(void 0);currentAudioRepresentation$=new U(void 0);currentVideoSegmentLength$=new U(0);currentAudioSegmentLength$=new U(0);error$=new op;manifestRequested$=new op;firstBytesManifest$=new op;manifestReceived$=new op;firstBytesRequested$=new op;firstBytesReceived$=new op;lastConnectionType$=new U(void 0);lastConnectionReused$=new U(void 0);lastRequestFirstBytes$=new U(void 0);lastConnectionMetrics$=new U(void 0);lastDownloadMetrics$=new U(void 0);currentLiveTextRepresentation$=new U(null);timeoutSourceOpenId;isLive$=new U(!1);isActiveLive$=new U(!1);isLowLatency$=new U(!1);liveDuration$=new U(0);liveSeekableDuration$=new U(0);liveAvailabilityStartTime$=new U(0);liveStreamStatus$=new U(void 0);bufferLength$=new U(0);liveLatency$=new U(void 0);liveLoadBufferLength$=new U(0);livePositionFromPlayer$=new U(0);currentStallDuration$=new U(0);videoLastDataObtainedTimestamp$=new U(0);fetcherRecoverableError$=new op;fetcherError$=new op;updateDurationError$=new op;liveStreamEndTimestamp=0;liveBuffer;isUpdatingLive=!1;isJumpGapAfterSeekLive=!1;forceEnded$=new op;gapWatchdogActive=!1;gapWatchdogSubscription;stallWatchdogSubscription;stallTracer=null;livePauseWatchdogSubscription;liveWasInterrupted=!1;isOnDemand=!1;dashMaxTvVideoQuality;destroyController=new Hf;constructor(e){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 Sm({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,cacheHitTtfbMaxMs:e.tuning.throughputEstimator.cacheHitTtfbMaxMs,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=sf.getLiveBufferSmoothedValue(this.tuning.dashCmafLive.lowLatency.maxTargetOffset,{...e.tuning.dashCmafLive.lowLatency.bufferEstimator}),this.initTracerSubscription()}initManifest=Wf(this.destroyController.signal,async function*(e,t,n){let r=this.tracer.createComponentTracer(`initManifest`);this.element=e,this.manifestUrlString=D(t,n,2),this.state$.startTransitionTo(`manifest_ready`),r.log(`manifest request`,Zf({manifestUrlString:this.manifestUrlString})),this.manifest=yield this.updateManifest(),r.log(`manifest obtained`,Zf({manifest:this.manifest})),!this.tuning.audioOnly&&!this.manifest?.streams.video.length||this.tuning.audioOnly&&!this.manifest?.streams.audio.length?this.error$.next({id:`NoRepresentations`,category:qf.PARSER,message:`No playable video representations`}):this.state$.setState(`manifest_ready`),r.end()}.bind(this));updateManifest=Wf(this.destroyController.signal,async function*(){let e=yield this.fetcher.fetchManifest(this.manifestUrlString).catch(e=>{!this.manifest&&!this.bufferLength$.getValue()&&this.error$.next({id:`LoadManifest`,category:qf.NETWORK,message:`Failed to load manifest`,thrown:e})});if(!e)return null;let t=null;try{t=ul(e??``,this.manifestUrlString),this.manifestReceived$.next()}catch(t){let n=Ys(e)??{id:`ManifestParsing`,category:qf.PARSER,message:`Failed to parse MPD manifest`,thrown:t};this.error$.next(n)}if(!t)return null;let n=(e,t,n)=>!!(this.element?.canPlayType?.(t)&&Ue()?.isTypeSupported?.(`${t}; codecs="${n}"`)||e===`text`);if(t.live){this.isLive$.next(!0);let{availabilityStartTime:e,latestSegmentPublishTime:n,streamIsUnpublished:r,streamIsAlive:i}=t.live,a=(t.duration??0)/1e3;this.liveSeekableDuration$.next(-1*a),this.liveDuration$.next((n-e)/1e3),this.liveAvailabilityStartTime$.next(t.live.availabilityStartTime);let o=`active`;if(i||(o=r?`unpublished`:`unexpectedly_down`),this.liveStreamStatus$.next(o),i&&this.liveWasInterrupted){this.liveWasInterrupted=!1,this.stopStallWatchdogSubscription();let e=this.normalizeLiveOffset(-1*this.livePositionFromPlayer$.getValue()*1e3);this.seekLive(e).catch(e=>{this.error$.next({id:`updateManifest`,category:qf.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?Cd(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=co(s.map(({codecs:e})=>e)),c=a[0],c&&(r[e]=s.filter(({codecs:e})=>lo(e)===c));else if(e===`video`){i=oo(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=>lo(e.codecs)===l.name&&!!e.hdr===l.hdr))}if(e===`video`){let{videoStreamRepresentaionsFilter:e}=this.tuning.dash;if(e.length&&po(r,e),this.dashMaxTvVideoQuality&&xd(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,streams:r};return o.codecs={video:i,audio:a},o}.bind(this));setSmartRepresentationSwitch(e){this.bufferManagers.forEach(t=>t.setSmartRepresentationSwitch(e))}async seekLive(e){let t=this.tracer.createComponentTracer(`seekLive ${e}`);try{if(Gf(this.element),this.updateManifestUrlWithTimeOffset(e),this.manifest=await this.updateManifest(),!this.manifest)return;this.isJumpGapAfterSeekLive=!0,await this.updateLiveBuffersFromManifest(this.manifest)}finally{t.end()}}updateManifestUrlWithTimeOffset(e){let t=this.liveStreamStatus$.getValue()===`active`?0:ap()-this.liveStreamEndTimestamp,n=this.normalizeLiveOffset(e+t);this.isActiveLive$.next(n===0),this.manifestUrlString=D(this.manifestUrlString,n,2)}async updateLiveBuffersFromManifest(e){await this.videoBufferManager?.seekLive(e.streams.video),await this.audioBufferManager?.seekLive(e.streams.audio),this.liveTextManager?.seekLive(e.streams.text)}stopStallWatchdogSubscription(){this.stallWatchdogSubscription?.unsubscribe(),this.currentStallDuration$.next(0),this.stallTracer?.end(),this.stallTracer=null}initRepresentations=Wf(this.destroyController.signal,async function*(e,t,n){let r=this.tracer.createComponentTracer(`initRepresentations`);r.log(`start`,Zf({initialVideo:e,initialAudio:t,sourceHls:n})),Gf(this.manifest),Gf(this.element),this.representationSubscription.unsubscribe(),this.state$.startTransitionTo(`representations_ready`);let i=e=>{this.representationSubscription.add(Qf(e,`error`).pipe(Yf(e=>!!this.element?.played.length)).subscribe(e=>{this.error$.next({id:`VideoSource`,category:qf.VIDEO_PIPELINE,message:`Unexpected video source error`,thrown:e})}))};this.source=Ke();let a=document.createElement(`source`);if(i(a),a.src=URL.createObjectURL(this.source),this.element.appendChild(a),We())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,tracer:this.tracer};if(this.bufferManagers=[],tp(e)){let e=this.manifest.streams.video.reduce((e,t)=>[...e,...t.representations],[]);e.length&&(this.videoBufferManager=new Lp(`video`,this.source,e,o),this.bufferManagers.push(this.videoBufferManager))}if(tp(t)){let e=this.manifest.streams.audio.reduce((e,t)=>[...e,...t.representations],[]);this.audioBufferManager=new Lp(`audio`,this.source,e,o),this.bufferManagers.push(this.audioBufferManager)}if(Tm.isSupported(this.manifest.streams.text)&&!this.isLowLatency$.getValue()&&(this.liveTextManager=new Tm(this.manifest.streams.text,o)),this.representationSubscription.add(this.fetcher.lastRequestFirstBytes$.subscribe(this.lastRequestFirstBytes$)),this.representationSubscription.add(ip(...Dm.map(e=>Qf(this.element,e))).pipe(rp(e=>this.element?ld(this.element.buffered,this.element.currentTime*1e3):0),Xf(),lp(e=>{e>this.tuning.dash.bufferEmptinessTolerance&&this.stopStallWatchdogSubscription()})).subscribe(this.bufferLength$)),this.representationSubscription.add(ip(Qf(this.element,`ended`),this.forceEnded$).subscribe(()=>{this.stopStallWatchdogSubscription()})),this.isLive$.getValue()){this.subscription.add(this.liveDuration$.pipe(Xf()).subscribe(e=>this.liveStreamEndTimestamp=ap())),this.subscription.add(Qf(this.element,`pause`).subscribe(()=>{let{liveUpdateInterval:e}=this.tuning.dash;this.livePauseWatchdogSubscription=ep(e).subscribe(t=>{let n=_e(this.manifestUrlString,2);this.manifestUrlString=D(this.manifestUrlString,n+e,2),this.liveStreamStatus$.getValue()===`active`&&this.updateManifest()}),this.subscription.add(this.livePauseWatchdogSubscription)})).add(Qf(this.element,`play`).subscribe(e=>this.livePauseWatchdogSubscription?.unsubscribe())),this.representationSubscription.add(Kf({isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(rp(({isActiveLive:e,isLowLatency:t})=>e&&t),Xf()).subscribe(e=>{this.isManualDecreasePlaybackInLive()||bf(this.element,1)})),this.representationSubscription.add(Kf({bufferLength:this.bufferLength$,isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(Yf(({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(Kf({isLive:this.isLive$,rtt:this.throughputEstimator.rtt$,bufferLength:this.bufferLength$,segmentServerLatency:this.videoBufferManager.currentLiveSegmentServerLatency$}).pipe(Yf(({isLive:e})=>e),Xf((e,t)=>t.bufferLength<e.bufferLength),rp(({rtt:e,bufferLength:t,segmentServerLatency:n})=>{let r=_e(this.manifestUrlString,2);return(e/2+t+n+r)/1e3})).subscribe(this.liveLatency$))),this.representationSubscription.add(Kf({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),bf(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(Kf({liveLoadBufferLength:this.liveLoadBufferLength$,bufferLength:this.bufferLength$}).pipe(up(this.tuning.dash.liveUpdateInterval)).subscribe(async({liveLoadBufferLength:t,bufferLength:n})=>{if(!this.element||this.isUpdatingLive)return;let r=this.element.playbackRate,i=_e(this.manifestUrlString,2),a=Math.abs(this.livePositionFromPlayer$.getValue())*1e3,o=Math.min(a,this.tuning.dashCmafLive.normalizedTargetMinBufferSize*r),s=this.tuning.dashCmafLive.normalizedActualBufferOffset*r,c=this.tuning.dashCmafLive.normalizedLiveMinBufferSize*r,l=isFinite(t)?t:n,u=this.isActiveLive$.getValue()&&this.isLowLatency$.getValue(),d=a<=this.tuning.live.activeLiveDelay;this.isActiveLive$.next(d);let f=`none`;if(u?f=`active_low_latency`:this.isLowLatency$.getValue()&&d?(this.bufferManagers.forEach(e=>e.proceedLowLatencyLive()),f=`active_low_latency`):i!==0&&l<o?f=`live_forward_buffering`:l<o+c&&(f=`live_with_target_offset`),isFinite(t)&&(e=t>e?t:e),f===`live_forward_buffering`||f===`live_with_target_offset`){let n=e-(o+s),a=this.normalizeLiveOffset(Math.trunc(i+n/r)),c=Math.abs(a-i),l=0;!t||c<=this.tuning.dashCmafLive.offsetCalculationError?l=i:a>0&&c>this.tuning.dashCmafLive.offsetCalculationError&&(l=a),this.manifestUrlString=D(this.manifestUrlString,l,2)}(f===`live_with_target_offset`||f===`live_forward_buffering`)&&(e=0,await this.updateLive())},e=>{this.error$.next({id:`updateLive`,category:qf.VIDEO_PIPELINE,thrown:e,message:`Failed to update live with subscription`})}))}let s=Kf({allBuffersFull:ip(...this.bufferManagers.map(e=>e.fullyBuffered$)).pipe(rp(()=>this.bufferManagers.every(e=>e.fullyBuffered$.getValue()))),someBufferEnded:ip(...this.bufferManagers.map(e=>e.onLastSegment$)).pipe(rp(()=>this.bufferManagers.some(e=>e.onLastSegment$.getValue())))}).pipe(Xf(),rp(({allBuffersFull:e,someBufferEnded:t})=>e&&t),Yf(e=>e));if(this.representationSubscription.add(ip(this.forceEnded$,s).subscribe(()=>{if(this.source&&this.source.readyState===`open`&&Array.from(this.source.sourceBuffers).every(e=>!e.updating))try{this.source?.endOfStream()}catch(e){this.error$.next({id:`EndOfStream`,category:qf.VIDEO_PIPELINE,message:`Failed to end MediaSource stream`,thrown:e})}})),this.representationSubscription.add(ip(...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;r.log(`source buffer open request`),yield new Promise(t=>{e&&(this.timeoutSourceOpenId=k.setTimeout(()=>{if(this.source?.readyState===`open`){t();return}this.error$.next({id:`OpenOfStream`,category:qf.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&&k.clearTimeout(this.timeoutSourceOpenId),t()},{once:!0})})}if(r.log(`source buffer successfully opened`),!this.isLive$.getValue()){let e=[this.manifest.duration??0,...[...this.manifest.streams.audio,...this.manifest.streams.video].flatMap(e=>e.representations).flatMap(e=>{let t=[];return e.duration&&t.push(e.duration),Du(e.segmentReference)&&e.segmentReference.totalSegmentsDurationMs&&t.push(e.segmentReference.totalSegmentsDurationMs),t})];this.source.duration=Math.max(...e)/1e3}let c=[];if(this.videoBufferManager&&tp(e)&&c.push(this.videoBufferManager.startWith(e)),this.audioBufferManager&&tp(t)&&c.push(this.audioBufferManager.startWith(t)),r.log(`buffers startwith `,Zf({initialAudio:t,initialVideo:e})),yield Promise.all(c),this.tuning.dash.recoverStuckSegmentLoading&&this.state$.getState()===`none`){r.end();return}r.log(`Buffers started. State.REPRESENTATIOS_READY`),this.state$.setState(`representations_ready`),r.end()}.bind(this));initBuffer(){let e=this.tracer.createComponentTracer(`initBuffer`);Gf(this.element),this.state$.setState(`running`),this.subscription.add(ip(...Em.map(e=>Qf(this.element,e)),Qf(window,`online`)).subscribe(()=>this.tick(),e=>{this.error$.next({id:`DashVKPlayer`,category:qf.WTF,message:`Internal logic error`,thrown:e})})),e.log(`tick subscription initialized`),this.subscription.add(Qf(this.element,`progress`).subscribe(()=>{this.element&&this.element.readyState===2&&!this.element.seeking&&(this.element.currentTime=this.element.currentTime)})),this.subscription.add(Qf(this.element,`waiting`).subscribe(()=>{this.tuning.dash.useVideoElementWaitingCurrentTimeReassign&&this.element&&this.element.readyState===2&&!this.element.seeking&&Uf(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=ap(),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:qf.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.stallTracer?.log(`timeInWaiting`,{timeInWaiting:s}),this.tracer.log(`stallIntervalCallback`,Zf(c))};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.stallWatchdogSubscription=ep(this.tuning.dash.stallWatchdogInterval).subscribe(e,e=>{this.error$.next({id:`StallWatchdogCallback`,category:qf.NETWORK,message:`Can't restore DASH after stall.`,thrown:e,origin:Jf.Stall})}),this.subscriptionRemovable.add(this.stallWatchdogSubscription)})),e.log(`stall subscription initialized`),e.end(),this.tick()}async switchRepresentation(e,t,n=!1){let r={video:this.videoBufferManager,audio:this.audioBufferManager,text:null}[e];return this.tuning.alwaysAbortPreviousSwitch?r?.switchToWithPreviousAbort(t,n):this.tuning.useNewSwitchTo?this.currentStallDuration$.getValue()>0?r?.switchToWithPreviousAbort(t,n):r?.switchTo(t,n):r?.switchToOld(t,n)}async seek(e,t){let n=this.tracer.createComponentTracer(`seek ${e} forcePrecise=${t}`);try{Gf(this.element),this.tuning.audioOnly?Gf(this.audioBufferManager):Gf(this.videoBufferManager);let r;if(r=t||this.element.duration*1e3<=this.tuning.dashSeekInSegmentDurationThreshold||Math.abs(this.element.currentTime*1e3-e)<=this.tuning.dashSeekInSegmentAlwaysSeekDelta?e:Math.max(this.videoBufferManager?.findSegmentStartTime(e)??e,this.audioBufferManager?.findSegmentStartTime(e)??e),this.warmUpMediaSourceIfNeeded(r),Uf(this.element.buffered,r)||(n.log(`aborting buffers before seek`),await Promise.all([this.videoBufferManager?.abort(),this.audioBufferManager?.abort()])),np(this.element))return;n.log(`maintain before seek`,{position:r}),this.videoBufferManager?.maintain(r),this.audioBufferManager?.maintain(r),this.element.currentTime=r/1e3,n.log(`seek`,Zf({requestedPosition:e,forcePrecise:t,position:r}))}finally{n.end()}}warmUpMediaSourceIfNeeded(e=this.element?.currentTime){tp(this.element)&&tp(this.source)&&tp(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&&k.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.stallTracer?.end(),this.stallTracer=null,this.tracer.end()}initTracerSubscription(){let e=$f(this.tracer.error.bind(this.tracer));this.subscription.add(this.error$.subscribe(e(`error`)))}isManualDecreasePlaybackInLive(){if(!this.element||!this.isLive$.getValue())return!1;let e=1-this.element.playbackRate;return Number(e.toFixed(2))>Number(this.tuning.dashCmafLive.lowLatency.playbackCatchupSpeedup.toFixed(2))}normalizeLiveOffset(e){return Math.trunc(e/1e3)*1e3}tick=()=>{if(!this.element||this.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=ep(this.tuning.gapWatchdogInterval).subscribe(()=>this.jumpGap(),e=>{this.error$.next({id:`GapWatchdog`,category:qf.WTF,message:`Error handling gaps`,thrown:e})}),this.subscription.add(this.gapWatchdogSubscription))};async updateLive(){this.isUpdatingLive=!0,this.manifest=await this.updateManifest(),this.manifest&&(this.bufferManagers.forEach(e=>e.updateLive(this.manifest)),this.liveTextManager?.updateLive(this.manifest)),this.isUpdatingLive=!1}jumpGap(){if(!this.element||!this.videoBufferManager)return;let e=this.videoBufferManager.getDebugBufferState();if(!e)return;let t=this.isActiveLive$.getValue()&&this.isLowLatency$.getValue(),n={isJumpGapAfterSeekLive:this.isJumpGapAfterSeekLive,isActiveLowLatency:t,initialCurrentTime:this.element.currentTime},{usePersistentGaps:r}=this.tuning.dash;this.isJumpGapAfterSeekLive&&!t&&this.element.currentTime>e.to&&(this.isJumpGapAfterSeekLive=!1,this.element.currentTime=0);let i=this.element.currentTime*1e3,a=[],o=this.element.readyState===1?this.tuning.endGapTolerance:0;for(let e of this.bufferManagers)for(let t of e.gaps)(r&&t.persistent||e.playingRepresentation$.getValue()===t.representation)&&t.from-o<=i&&t.to+o>i&&(this.element.duration*1e3-t.to<this.tuning.endGapTolerance?a.push(1/0):a.push(t.to));if(a.length){let e=Math.max(...a)+10;if(this.gapWatchdogSubscription.unsubscribe(),this.gapWatchdogActive=!1,e===1/0)this.forceEnded$.next();else{this.element.currentTime=e/1e3,n={...n,gapEnds:a,jumpTo:e,resultCurrentTime:this.element.currentTime};let t=this.tracer.createComponentTracer(`jumpGap`);t.log(`jumpGap`,Zf(n)),t.end()}}}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:qf.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 sp;t.add(ip(...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 km{subscription=new Bf;volumeSubscription=new Bf;videoState=new Ft(`stopped`);allocation;observableVideo=null;player;params;tracer;textTracksManager=null;droppedFramesManager=new Ja;stallsManager=new fs;elementSizeManager=new ys;abrManager=new Gs;videoTracksMap=new Map;audioTracksMap=new Map;textTracksMap=new Map;videoStreamsMap=new Map;audioStreamsMap=new Map;constructor(e){e.tuning.disableSubtitles||(this.textTracksManager=new Bn(e.source.url)),this.params=e,this.allocation=yo(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(Gi(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 Om({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;Ff(this.observableVideo)&&(this.observableVideo=cr(this.allocation.target),this.subscription.add(()=>this.observableVideo?.destroy()));let n=this.constructor.name,r=t=>{e.error$.next({id:n,category:Af.WTF,message:`${n} internal logic error`,thrown:t})};return{output:e,desiredState:t,observableVideo:this.observableVideo,genericErrorListener:r,connect:(e,t)=>this.subscription.add(e.subscribe(t,r))}}subscribe(){let{output:e,desiredState:t,observableVideo:n,genericErrorListener:r,connect:i}=this.getProviderSubscriptionInfo(),a=this.allocation.video;a&&this.subscription.add(this.params.output.availableVideoTracks$.pipe(jf(e=>!!e.length),zf()).subscribe(e=>{this.droppedFramesManager.connect({logger:this.params.dependencies.logger,video:a,droppedFramesChecker:this.params.tuning.droppedFramesChecker,isAuto:this.params.desiredState.autoVideoTrackSwitching,playing$:n.playing$,pause$:n.pause$,tracks:e})}));let o=this.params.desiredState.seekState.stateChangeEnded$.pipe(If(e=>e.to.state!==`none`),Mf());this.abrManager.init({isSeeked$:o,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$:o,currentStallDuration$:this.player.currentStallDuration$,videoLastDataObtainedTimestamp$:this.player.videoLastDataObtainedTimestamp$,throughput$:this.params.dependencies.throughputEstimator.throughput$,rtt$:this.params.dependencies.throughputEstimator.rtt$,tuning:this.params.tuning.stallsManager,abrParams:this.params.tuning.autoTrackSelection,isBuffering$:n.isBuffering$,looped$:n.looped$,playing$:n.playing$,pause$:n.pause$,duration:this.allocation.target.duration}),i(n.ended$,e.endedEvent$),i(n.looped$,e.loopedEvent$),i(n.error$,e.error$),i(n.isBuffering$,e.isBuffering$),i(n.currentBuffer$,e.currentNativeVideoBuffer$),i(n.currentBuffer$,e.currentNativeAudioBuffer$),i(n.totalBufferDuration$,e.totalBufferDuration$),i(n.bufferRangeCount$,e.bufferRangeCount$),i(n.playing$,e.firstFrameEvent$),i(n.canplay$,e.canplay$),i(n.playedTime$,e.playedTime$),i(n.inPiP$,e.inPiP$),i(n.inFullscreen$,e.inFullscreen$),i(n.loadedMetadata$,e.loadedMetadataEvent$),i(this.player.error$,e.error$),i(this.player.fetcherRecoverableError$,e.fetcherRecoverableError$),i(this.player.updateDurationError$,e.updateDurationError$),i(this.player.fetcherError$,e.fetcherError$),i(this.player.videoLastDataObtainedTimestamp$,e.videoLastDataObtainedTimestamp$),i(this.player.manifestRequested$,e.manifestRequested$),i(this.player.firstBytesManifest$,e.firstBytesManifest$),i(this.player.manifestReceived$,e.manifestReceived$),i(this.player.firstBytesRequested$,e.firstBytesRequested$),i(this.player.firstBytesReceived$,e.firstBytesReceived$),i(this.player.lastConnectionType$,e.httpConnectionType$),i(this.player.lastConnectionReused$,e.httpConnectionReused$),i(this.player.lastConnectionMetrics$,e.httpConnectionMetrics$),i(this.player.lastDownloadMetrics$,e.httpDownloadMetrics$),i(this.player.isLive$,e.isLive$),i(this.player.lastRequestFirstBytes$.pipe(jf(Pf),zf()),e.firstBytesEvent$),i(this.stallsManager.severeStallOccurred$,e.severeStallOccurred$),i(this.videoState.stateChangeEnded$.pipe(If(e=>e.to)),this.params.output.playbackState$),this.subscription.add(n.looped$.subscribe(()=>this.player.warmUpMediaSourceIfNeeded(),r)),this.subscription.add(n.seeked$.subscribe(e.seekedEvent$,r)),this.subscription.add(Nn(this.allocation.target,t.isLooped,r)),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),r)):this.volumeSubscription.add(n.volumeState$.subscribe(this.params.output.volume$,r))})),Cs({subscription:this.subscription,desiredState:t,videoElement$:this.params.output.element$,observableVideo:n}),this.subscription.add(Pn(this.allocation.target,t.volume,n.volumeState$,r,{skipVideoElVolumeSync$:this.params.skipVideoElVolumeSync$})),this.subscription.add(Fn(this.allocation.target,t.playbackRate,n.playbackRateState$,r)),this.allocation.video&&this.elementSizeManager.connect({video:this.allocation.video,observableVideo:n}),i($a(this.allocation.target,{threshold:this.params.tuning.autoTrackSelection.activeVideoAreaThreshold}),e.elementVisible$),this.subscription.add(n.playing$.subscribe(()=>{this.videoState.setState(`playing`),O(t.playbackState,`playing`)},r)).add(n.pause$.subscribe(()=>{this.videoState.setState(`paused`),O(t.playbackState,`paused`)},r)).add(n.canplay$.subscribe(()=>{this.videoState.getState()===`playing`&&!this.allocation.target.ended&&this.playIfAllowed()},r)),this.params.tuning.changePlaybackStateToPausedWhenEnded&&this.subscription.add(n.ended$.subscribe(()=>{this.videoState.setState(`paused`),O(t.playbackState,`paused`)})),this.subscription.add(this.player.state$.stateChangeEnded$.subscribe(({to:e})=>{if(e===`manifest_ready`){this.videoTracksMap=new Map,this.audioTracksMap=new Map,this.textTracksMap=new Map;let e=this.player.getStreams(),t=this.player.getCodecs();if(Df(e,`Manifest not loaded or empty`),!this.params.tuning.isAudioDisabled){let t=[];for(let n of e.audio){t.push(wu(n));let e=[];for(let t of n.representations){let r=xu(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(Tu(t));let e=[];for(let n of t.representations){let r=bu({...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=Su(t,e);this.textTracksMap.set(n,{stream:t,representation:e})}this.params.output.availableVideoTracks$.next(Array.from(this.videoTracksMap.keys())),this.params.output.availableAudioTracks$.next(Array.from(this.audioTracksMap.keys())),this.params.output.isAudioAvailable$.next(!!this.audioTracksMap.size),t?.video&&this.params.output.availableVideoCodecs$.next(t.video),t?.audio&&this.params.output.availableAudioCodecs$.next(t.audio),this.audioTracksMap.size&&this.textTracksMap.size&&this.params.desiredState.internalTextTracks.startTransitionTo(Array.from(this.textTracksMap.keys()))}else e===`representations_ready`&&(this.videoState.setState(`ready`),this.player.initBuffer())},r));let s=Lf(this.player.currentStallDuration$,this.player.state$.stateChangeEnded$,t.videoTrack.stateChangeStarted$,t.autoVideoTrackSwitching.transitionStarted$,this.params.dependencies.throughputEstimator.rttAdjustedThroughput$,t.autoVideoTrackLimits.stateChangeStarted$,this.elementSizeManager.getObservable(),this.params.output.elementVisible$,this.droppedFramesManager.onDroopedVideoFramesLimit$,Nf(this.allocation.target,`progress`)).pipe(jf(()=>this.videoTracksMap.size>0||this.params.tuning.audioOnly&&this.audioTracksMap.size>0)),{abrThrottle:c}=this.params.tuning.dash;c&&(s=s.pipe(Vf(c))),this.subscription.add(s.subscribe(async()=>{let e=this.player.state$.getState(),n=this.player.state$.getTransition();if(e!==`manifest_ready`&&e!==`running`||n)return;t.autoVideoTrackSwitching.getTransition()&&t.autoVideoTrackSwitching.setState(t.autoVideoTrackSwitching.getState());let r=this.selectVideoAudioRepresentations();if(!r){if(this.params.tuning.audioOnly&&this.audioStreamsMap.size){let[,[t]]=this.audioStreamsMap.entries().next().value;e===`manifest_ready`&&await this.player.initRepresentations(void 0,t.id,this.params.sourceHls)}return}let[i,a]=r,o=[...this.videoTracksMap.keys()].find(e=>this.videoTracksMap.get(e)?.representation.id===i.id);Pf(o)&&(this.stallsManager.lastVideoTrackSelected=o);let s=this.params.desiredState.autoVideoTrackLimits.getTransition();if(s&&this.params.output.autoVideoTrackLimits$.next(s.to),e===`manifest_ready`)await this.player.initRepresentations(i.id,a?.id,this.params.sourceHls);else if(await this.player.switchRepresentation(`video`,i.id),a){let e=!!t.audioStream.getTransition();await this.player.switchRepresentation(`audio`,a.id,e)}},r)),this.subscription.add(Of({videoState:this.videoState.stateChangeEnded$,autoVideoTrackState:Lf(Rf([t.autoVideoTrackSwitching.getState()]),t.autoVideoTrackSwitching.stateChangeEnded$.pipe(If(e=>e.to)))}).pipe(If(({videoState:e,autoVideoTrackState:t})=>e.to!==`stopped`&&t),Mf()).subscribe(e=>this.player.setSmartRepresentationSwitch(e))),this.subscription.add(this.player.currentVideoRepresentation$.pipe(Mf()).subscribe(t=>{let n=[...this.videoTracksMap.entries()].find(([,{representation:e}])=>e.id===t);if(!n){e.currentVideoTrack$.next(void 0),e.currentVideoStream$.next(void 0);return}let[r,{stream:i}]=n,a=this.params.desiredState.videoStream.getTransition();a&&a.to&&a.to.id===i.id&&this.params.desiredState.videoStream.setState(a.to),e.currentVideoTrack$.next(r),e.currentVideoStream$.next(Tu(i)),this.player.updateSourceDurationFromSegments()},r)),this.subscription.add(this.player.currentAudioRepresentation$.pipe(Mf()).subscribe(t=>{let n=[...this.audioTracksMap.entries()].find(([,{representation:e}])=>e.id===t);if(!n){e.currentAudioStream$.next(void 0);return}let[r,{stream:i}]=n,a=this.params.desiredState.audioStream.getTransition();a&&a.to&&a.to.id===i.id&&this.params.desiredState.audioStream.setState(a.to),e.currentAudioStream$.next(wu(i)),this.player.updateSourceDurationFromSegments()},r)),this.subscription.add(this.player.currentVideoSegmentLength$.subscribe(e.currentVideoSegmentLength$,r)),this.subscription.add(this.player.currentAudioSegmentLength$.subscribe(e.currentAudioSegmentLength$,r)),this.allocation.video&&this.textTracksManager?.connect(this.allocation.video,t,e);let l=t.playbackState.stateChangeStarted$.pipe(If(({to:e})=>e===`ready`),Mf());this.subscription.add(Lf(l,t.autoVideoTrackSwitching.stateChangeStarted$,this.player.state$.stateChangeEnded$,n.currentBuffer$,Rf([`init`])).subscribe(()=>this.syncBufferTarget())),this.subscription.add(Lf(l,this.player.state$.stateChangeEnded$,Rf([`init`])).subscribe(()=>this.player.setPreloadOnly(t.playbackState.getState()===`ready`)));let u=Lf(t.playbackState.stateChangeStarted$,t.videoTrack.stateChangeStarted$,t.seekState.stateChangeEnded$,this.videoState.stateChangeEnded$,Rf([`init`])).pipe(kf(0));this.subscription.add(u.subscribe(this.syncPlayback,r))}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{desiredState:e,output:t}=this.params,n=e.autoVideoTrackSwitching.getState(),r=e.videoTrack.getState()?.id,i=[...this.videoTracksMap.keys()].find(({id:e})=>e===r),a=t.currentVideoTrack$.getValue(),o=e.videoStream.getState()??(i&&this.videoTracksMap.get(i)?.stream)??this.videoStreamsMap.size===1?this.videoStreamsMap.keys().next().value:void 0;if(!o)return;let s=[...this.videoStreamsMap.keys()].find(({id:e})=>e===o.id),c=s&&this.videoStreamsMap.get(s);if(!c)return;let l=ld(this.allocation.target.buffered,this.allocation.target.currentTime*1e3),u;u=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:n?this.params.tuning.dash.forwardBufferTargetAuto:this.params.tuning.dash.forwardBufferTargetManual;let d=(this.allocation.target.duration*1e3||1/0)-this.allocation.target.currentTime*1e3,f=Math.min(l/Math.min(u,d||1/0),1),p=e.audioStream.getState()??(this.audioStreamsMap.size===1?this.audioStreamsMap.keys().next().value:void 0),m=[...this.audioStreamsMap.keys()].find(({id:e})=>e===p?.id)??this.audioStreamsMap.keys().next().value,h=this.player.isLive$.getValue(),g=this.allocation.target.duration*1e3,_=!h&&Number.isFinite(g)&&g>0?Math.max(0,g-this.allocation.target.currentTime*1e3):void 0;this.abrManager.updateContext({isAuto:n,isLive:h,remainingDurationMs:_,mpdSegmentDurationMs:this.player.getMpdVideoSegmentDuration(),videoTracks:c,audioTracks:m?this.audioStreamsMap.get(m)??[]:[],currentVideoTrack:a,desiredVideoTrack:i,limits:this.params.desiredState.autoVideoTrackLimits.getState(),forwardBufferHealth:f,forwardBufferDuration:l,forwardVideoBufferRepresentations:this.player.getForwardBufferRepresentations(`video`),forwardAudioBufferRepresentations:this.player.getForwardBufferRepresentations(`audio`),videoSegmentLoadProgress:this.player.getActiveVideoSegmentProgress()});let v=this.abrManager.autoSelectTrack(`video`),y=m&&this.abrManager.autoSelectTrack(`audio`),b=this.videoTracksMap.get(v)?.representation,x=y&&this.audioTracksMap.get(y)?.representation;if(b&&x)return[b,x];if(b&&!x&&this.audioTracksMap.size===0)return[b,void 0]}prepare(e=0){this.player.initManifest(this.allocation.target,this.params.source.url,e)}syncPlayback=()=>{let e=this.videoState.getState(),t=this.params.desiredState.playbackState.getState(),n=this.params.desiredState.playbackState.getTransition(),r=this.params.desiredState.seekState.getState();if(!this.videoState.getTransition()){if(r.state===`requested`&&n?.to!==`paused`&&e!==`stopped`&&t!==`stopped`&&this.seek(r.position,r.forcePrecise),t===`stopped`){e!==`stopped`&&(this.videoState.startTransitionTo(`stopped`),this.player.stop(),this.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`),O(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`),O(this.params.desiredState.playbackState,`paused`)):t===`playing`?(this.videoState.startTransitionTo(`playing`),this.playIfAllowed()):n?.to===`ready`&&O(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`&&O(this.params.desiredState.playbackState,`playing`);return;case`paused`:t===`playing`?(this.videoState.startTransitionTo(`playing`),this.playIfAllowed()):n?.to===`paused`&&O(this.params.desiredState.playbackState,`paused`);return;default:return Ef(e)}}};playIfAllowed(){let e=la(this.allocation.target,()=>{this.params.output.soundProhibitedEvent$.next()}),t=e=>{e||(this.videoState.setState(`paused`),O(this.params.desiredState.playbackState,`paused`,!0))},n=e=>{this.params.output.error$.next({id:`ForcePlay`,message:`play() failed even with workarounds`,category:Af.DOM,thrown:e})};this.params.tuning.ignoreForcePlayResultWhenProviderChanged?this.subscription.add(Rf(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),mn(this.allocation.target,this.params.tuning),this.tracer.end()}}class Am extends km{subscribe(){super.subscribe();let{output:e,observableVideo:t,connect:n}=this.getProviderSubscriptionInfo();n(t.timeUpdate$,e.position$),n(t.durationChange$,e.duration$)}seek(e,t){this.params.output.willSeekEvent$.next(),this.player.seek(e,t)}}import{combine as jm,merge as Mm,filter as Nm,filterChanged as Pm,isNullable as Fm,map as Im,ValueSubject as Lm,isNonNullable as Rm}from"@vkontakte/videoplayer-shared";class zm extends km{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$),this.isSeekOffsetSupported()?a(this.player.liveSeekableDuration$,n.duration$):this.params.output.duration$.next(0),a(this.player.liveLatency$,n.liveLatency$);let o=new Lm(1);a(r.playbackRateState$,o),(this.params.tuning.dashCmafLive.catchupLiveForMutedInactiveTab||this.params.tuning.live.catchupLiveForMutedInactiveTab)&&this.subscription.add(n.elementVisible$.pipe(Pm()).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(Im(e=>e.to)).subscribe(this.player.isLowLatency$)).add(jm({liveBufferTime:n.liveBufferTime$,liveAvailabilityStartTime:this.player.liveAvailabilityStartTime$}).pipe(Im(({liveBufferTime:e,liveAvailabilityStartTime:n})=>e&&n?e*1e3+n+t:void 0)).subscribe(n.liveTime$)).add(jm({liveDuration:this.player.liveDuration$,liveStreamStatus:this.player.liveStreamStatus$,playbackRate:Mm(r.playbackRateState$,new Lm(1))}).pipe(Nm(({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||Fm(i)||(t=e-i)})).add(jm({time:n.liveBufferTime$,liveDuration:this.player.liveDuration$,playbackRate:Mm(r.playbackRateState$,new Lm(1))}).pipe(Pm((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||Fm(e)||Fm(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=Cu(e);this.params.output.availableTextTracks$.next([t])}})),this.params.tuning.dashCmafLive.externalStopControl||this.subscription.add(this.player.liveStreamStatus$.pipe(Nm(e=>Rm(e))).subscribe(e=>n.isLiveEnded$.next(e===`unpublished`&&n.position$.getValue()===0)))}seek(e){this.params.output.willSeekEvent$.next();let t=-e,n=Math.trunc(t/1e3<=Math.abs(this.params.output.duration$.getValue())?t:0);this.player.seekLive(n).then(()=>{this.params.output.position$.next(e/1e3)})}isSeekOffsetSupported(){return this.params.tuning.live.disableLiveSeekWithoutOffsetMarker?ge(this.params.source.url):!0}}import{fetchPolyfilled as Bm}from"@vkontakte/videoplayer-shared";import{fetchPolyfilled as Vm}from"@vkontakte/videoplayer-shared";var Hm=`X-Playback-Duration`,Um=async e=>{let t=await Vm(e),n=await t.text(),r=/#EXT-X-VK-PLAYBACK-DURATION:(\d+)/m.exec(n)?.[1];return r?parseInt(r,10):t.headers.has(Hm)?parseInt(t.headers.get(Hm),10):void 0};import{assertNever as Wm,combine as Gm,debounce as Km,ErrorCategory as qm,filter as Jm,filterChanged as Ym,isNonNullable as Xm,isNullable as Zm,map as Qm,merge as $m,observableFrom as eh,Subscription as th,ValueSubject as nh,VideoQuality as rh}from"@vkontakte/videoplayer-shared";import{fetchPolyfilled as ih}from"@vkontakte/videoplayer-shared";import{videoSizeToQuality as ah,getExponentialDelay as oh}from"@vkontakte/videoplayer-shared";var sh=e=>{let t=null;if(e.QUALITY&&(t=ur(e.QUALITY)),!t&&e.RESOLUTION){let[n,r]=e.RESOLUTION.split(`x`).map(e=>parseInt(e,10));t=ah({width:n,height:r})}return t??null},ch=(e,t,n=!1)=>{let r=e.split(`
|
|
33
|
+
`),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=Object.fromEntries(c[1].split(`,`).map(e=>e.split(`=`))),a=n.QUALITY??`stream-${n.BANDWIDTH}`,o=sh(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,audioGroupId:n.AUDIO?.replace(/^"|"$/g,``)})}if(l){let e=Object.fromEntries(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=Object.fromEntries(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}},lh=e=>new Promise(t=>{k.setTimeout(()=>{t()},e)}),uh=0,dh=async(e,t=e,n,r)=>{let i=await(await ih(e,r)).text();uh+=1;try{let{qualityManifests:e,textTracks:r,audioStreams:a}=ch(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(uh<=n.manifestRetryMaxCount)return await lh(oh(uh-1,{start:n.manifestRetryInterval,max:n.manifestRetryMaxInterval})),dh(e,t,n)}return{qualityManifests:[],textTracks:[],audioStreams:[]}},fh=dh,ph=[`mq`,`lq`],mh=(e,t)=>{let n=t.size?.height??parseFloat(t.quality);if(!Number.isFinite(n)||n<=0)return;let r=new URL(e),i=String(n);for(let e of ph)r.searchParams.set(e,i);return r};import{AbortControllerPolyfilled as hh}from"@vkontakte/videoplayer-shared";import{fetchPolyfilled as gh}from"@vkontakte/videoplayer-shared";import{isNonNullable as _h,Subscription as vh,throttle as yh,ValueSubject as bh,Subject as xh,ErrorCategory as Sh}from"@vkontakte/videoplayer-shared";class Ch{params;subscription=new vh;abortControllers={destroy:new hh,nextManifest:null};prepareUrl=void 0;currentTextTrackData=null;availableTextTracks$=new bh(null);getCurrentTime$=new bh(null);error$=new xh;constructor(e,t,n,r,i){this.params={fetchManifestData:n,sourceUrl:r,downloadThreshold:i},this.subscription.add(e.pipe(yh(1e3)).subscribe(e=>{this.processLiveTime(e)})),this.getCurrentTime$.next(()=>this.currentTextTrackData?this.currentTextTrackData.playlist.segmentStartTime/1e3+t.currentTime:0)}destroy(){this.subscription.unsubscribe(),this.abortControllers.destroy.abort()}async prepare(e){try{let t=new URL(e);t.searchParams.set(`enable-subtitles`,`yes`),this.prepareUrl=t.toString();let{textTracks:n}=await this.fetchManifestData();await this.processTextTracks(n,this.params.sourceUrl)}catch(e){this.error(`prepare`,e)}}async processTextTracks(e,t){try{let n=await this.parseTextTracks(e,t);n&&(this.currentTextTrackData=n)}catch(e){this.error(`processTextTracks`,e)}}async parseTextTracks(e,t){for(let n of e){let e=new URL(n.url,t).toString(),r=await(await gh(e,{signal:this.abortControllers.destroy.signal})).text();return{textTrack:n,playlist:this.parsePlaylist(r,e)}}}parsePlaylist(e,t){let n={mediaSequence:0,programDateTime:``,segments:[],targetDuration:0,vkPlaybackDuration:0,segmentStartTime:0,vkStartTime:``},r=e.split(`
|
|
34
|
+
`),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(_h(e)&&this.currentTextTrackData){let{segments:t}=this.currentTextTrackData.playlist,{from:n}=t[0].time,{to:r}=t[t.length-1].time;if(e<n||e>r)return;r-e<this.params.downloadThreshold&&this.fetchNextManifestData();for(let n of t)if(n.time.from<=e&&n.time.to>=e){this.availableTextTracks$.next([{...this.currentTextTrackData.textTrack,url:n.url,isAuto:!0}]);break}}}async fetchNextManifestData(){try{if(this.abortControllers.nextManifest)return;this.abortControllers.nextManifest=new hh;let{textTracks:e}=await this.fetchManifestData(),t=await this.parseTextTracks(e,this.params.sourceUrl);this.currentTextTrackData&&t&&(this.currentTextTrackData.playlist.segments=t.playlist.segments)}catch(e){this.error(`fetchNextManifestData`,e)}finally{this.abortControllers.nextManifest=null}}async fetchManifestData(){let e=this.prepareUrl??this.params.sourceUrl;return await this.params.fetchManifestData(e,{signal:this.abortControllers.destroy.signal})}error(e,t){this.error$.next({id:`[LiveTextManager][HLS_LIVE_CMAF]`,category:Sh.WTF,thrown:t,message:e})}}class wh{subscription=new th;volumeSubscription=new th;videoState=new Ft(`stopped`);allocation;params;textTracksManager=null;liveTextManager=null;masterManifest;manifests$=new nh([]);maxSeekBackTime$;liveOffset=new Vn;manifestStartTime$=new nh(void 0);constructor(e){this.params=e,this.allocation=yo(e.container,e.tuning),this.params.output.element$.next(this.allocation.video??void 0),this.masterManifest={id:`master`,quality:rh.INVARIANT,url:this.params.source.url};let t=(e,t)=>fh(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 Ch(this.params.output.liveTime$,this.allocation.video,t,this.params.source.url,this.params.tuning.hlsLiveNewTextManagerDownloadThreshold):this.textTracksManager=new Bn(e.source.url)),t(this.generateLiveUrl()).then(({qualityManifests:e,textTracks:t})=>{e.length===0&&this.params.output.error$.next({id:`HlsLiveProviderInternal:empty_manifest`,category:qm.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:qm.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(Gi(this.params.source.url)),this.params.output.availableTextTracks$.next([]),this.params.desiredState.internalTextTracks.setState([]),this.maxSeekBackTime$=new nh(e.source.maxSeekBackTime??1/0),this.subscribe()}selectManifest(){let{autoVideoTrackSwitching:e,videoTrack:t}=this.params.desiredState,n=e.getState(),r=t.getTransition(),i=r?.to?.id??t.getState()?.id??`master`,a=this.manifests$.getValue();if(!a.length)return;let o=n?`master`:i;return n&&!r&&t.startTransitionTo(this.masterManifest),a.find(e=>e.id===o)}subscribe(){let{output:e,desiredState:t}=this.params,n=t=>{e.error$.next({id:`HlsLiveProvider`,category:qm.WTF,message:`HlsLiveProvider internal logic error`,thrown:t})},r=cr(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.currentNativeVideoBuffer$),i(r.currentBuffer$,e.currentNativeAudioBuffer$),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(Pn(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(Fn(this.allocation.target,t.playbackRate,r.playbackRateState$,n)),i($a(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`),O(t.playbackState,`playing`)},n)).add(r.pause$.subscribe(()=>{this.videoState.setState(`paused`),O(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(Ym(),Qm(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&&Xm(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(Gi(t.url)))}r&&this.params.desiredState.autoVideoTrackSwitching.setState(r.to),t&&t.from===`changing_manifest`&&this.videoState.setState(t.to),e&&e.state===`requested`&&this.seek(e.position)},n)),this.subscription.add(r.loadedData$.subscribe(()=>{let e=this.allocation.target?.getStartDate?.()?.getTime();this.manifestStartTime$.next(e||void 0)},n)),this.subscription.add(Gm({startTime:this.manifestStartTime$.pipe(Jm(Xm)),currentTime:r.timeUpdate$}).subscribe(({startTime:e,currentTime:t})=>this.params.output.liveTime$.next(e+t*1e3),n)),this.subscription.add(this.manifests$.pipe(Qm(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=$m(t.playbackState.stateChangeStarted$,t.seekState.stateChangeEnded$,t.videoTrack.stateChangeStarted$,t.autoVideoTrackSwitching.stateChangeStarted$,t.autoVideoTrackLimits.stateChangeStarted$,this.videoState.stateChangeEnded$,this.manifests$,eh([`init`])).pipe(Km(0));this.subscription.add(a.subscribe(this.syncPlayback,n));let o=!1;this.params.tuning.live.catchupLiveForMutedInactiveTab&&this.subscription.add(e.elementVisible$.pipe(Ym()).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),mn(this.allocation.target,this.params.tuning)}prepare(){let e=this.selectManifest();if(Zm(e))return;let t=this.params.desiredState.autoVideoTrackLimits.getTransition(),n=this.params.desiredState.autoVideoTrackLimits.getState(),r,i=e.id!==this.masterManifest.id&&Xm(e.audioGroupId)?mh(this.masterManifest.url,e):void 0;if(i)r=i;else if(r=new URL(e.url),(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 a=this.params.format===`HLS_LIVE_CMAF`?2:0,o=D(r.toString(),this.liveOffset.getTotalOffset(),a);this.liveTextManager?.prepare(o),this.allocation.target.setAttribute(`src`,o),this.allocation.target.load(),this.isSeekOffsetSupported()?Um(o).then(e=>{if(!Zm(e))this.maxSeekBackTime$.next(e);else{let e=this.params.source.maxSeekBackTime??this.maxSeekBackTime$.getValue();(Zm(e)||!isFinite(e))&&Bm(o).then(e=>e.text()).then(e=>{let t=/#EXT-X-STREAM-INF[^\n]+\n(.+)/m.exec(e)?.[1];t&&Um(new URL(t,o).toString()).then(e=>{Zm(e)||this.maxSeekBackTime$.next(e)})}).catch(()=>{})}}):this.maxSeekBackTime$.next(0)}playIfAllowed(){la(this.allocation.target,()=>{this.params.output.soundProhibitedEvent$.next()}).then(e=>{e||(this.videoState.setState(`paused`),this.liveOffset.pause(),O(this.params.desiredState.playbackState,`paused`,!0))},e=>this.params.output.error$.next({id:`ForcePlay`,message:`play() failed even with workarounds`,category:qm.DOM,thrown:e}))}seek(e){this.params.output.willSeekEvent$.next();let t=-e,n=t<this.maxSeekBackTime$.getValue()?t:0;this.liveOffset.resetTo(n),this.params.output.position$.next(-n/1e3),this.params.output.seekedEvent$.next()}syncPlayback=()=>{if(!this.manifests$.getValue().length)return;let e=this.videoState.getState(),t=this.params.desiredState.playbackState.getState(),n=this.params.desiredState.playbackState.getTransition(),r=this.params.desiredState.videoTrack.getTransition(),i=this.params.desiredState.autoVideoTrackSwitching.getTransition(),a=this.params.desiredState.autoVideoTrackLimits.getTransition();if(t===`stopped`){e!==`stopped`&&(this.videoState.startTransitionTo(`stopped`),this.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`),O(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`?O(this.params.desiredState.playbackState,`ready`):t===`paused`?(this.videoState.setState(`paused`),this.liveOffset.pause(),O(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`&&O(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`&&(O(this.params.desiredState.playbackState,`paused`),this.liveOffset.pause());return;case`changing_manifest`:break;default:return Wm(e)}};generateLiveUrl(){let e=D(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}isSeekOffsetSupported(){return this.params.tuning.live.disableLiveSeekWithoutOffsetMarker?ge(this.params.source.url):!0}}import{assertNever as Th,debounce as Eh,ErrorCategory as Dh,fromEvent as Oh,isInvariantQuality as kh,isNonNullable as Ah,isNullable as jh,map as Mh,merge as Nh,observableFrom as Ph,Subscription as Fh,ValueSubject as Ih,VideoQuality as Lh}from"@vkontakte/videoplayer-shared";class Rh{subscription=new Fh;volumeSubscription=new Fh;videoState=new Ft(`stopped`);allocation;params;textTracksManager=null;masterManifest;manifests$=new Ih([]);unmuteAfterBrowserResetsHappened=new Ih(!1);constructor(e){e.tuning.disableSubtitles||(this.textTracksManager=new Bn(e.source.url)),this.params=e,this.allocation=yo(e.container,e.tuning),this.params.output.element$.next(this.allocation.video??void 0),this.masterManifest={id:`master`,quality:Lh.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(Gi(this.params.source.url)),this.params.output.autoVideoTrackLimitingAvailable$.next(!0),this.params.output.manifestRequested$.next(),fh(D(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:Dh.NETWORK,message:`Error fetching manifest and extracting qualities`,thrown:e})),this.subscribe()}selectManifest(){let{autoVideoTrackSwitching:e,videoTrack:t}=this.params.desiredState,n=e.getState(),r=t.getTransition(),i=r?.to?.id??t.getState()?.id??`master`,a=this.manifests$.getValue();if(!a.length)return;let o=n?`master`:i;return n&&(!r||!r.from)&&t.startTransitionTo(this.masterManifest),a.find(e=>e.id===o)}subscribe(){let{output:e,desiredState:t}=this.params,n=t=>{e.error$.next({id:`HlsProvider`,category:Dh.WTF,message:`HlsProvider internal logic error`,thrown:t})},r=cr(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.currentNativeVideoBuffer$),i(r.currentBuffer$,e.currentNativeAudioBuffer$),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(Mh(e=>e.to)),this.params.output.playbackState$),this.subscription.add(Nn(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(Fn(this.allocation.target,t.playbackRate,r.playbackRateState$,n)),Cs({subscription:this.subscription,desiredState:t,videoElement$:this.params.output.element$,observableVideo:r}),this.subscription.add(Pn(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`),O(t.playbackState,`playing`)},n)).add(r.pause$.subscribe(()=>{this.videoState.setState(`paused`),O(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&&Ah(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(Gi(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`),O(t.playbackState,`paused`)})),this.subscription.add(this.manifests$.pipe(Mh(e=>e.filter(({quality:e})=>this.params.tuning.audioOnly?!kh(e):!0).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&&(!A.device.isIOS||!this.params.tuning.useNativeHLSTextTracks)){let{textTracks:e}=this.allocation.video;this.subscription.add(Nh(Oh(e,`addtrack`),Oh(e,`removetrack`),Oh(e,`change`),Ph([`init`])).subscribe(()=>{for(let t=0;t<e.length;t++)e[t].mode=`hidden`},n))}let a=Nh(t.playbackState.stateChangeStarted$,t.seekState.stateChangeEnded$,t.videoTrack.stateChangeStarted$,t.autoVideoTrackSwitching.stateChangeStarted$,t.autoVideoTrackLimits.stateChangeStarted$,this.videoState.stateChangeEnded$,this.manifests$,Ph([`init`])).pipe(Eh(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),mn(this.allocation.target,this.params.tuning)}prepare(){let e=this.selectManifest();if(jh(e))return;let t=this.params.desiredState.autoVideoTrackLimits.getTransition(),n=this.params.desiredState.autoVideoTrackLimits.getState(),r,i=e.id!==this.masterManifest.id&&Ah(e.audioGroupId)?mh(this.masterManifest.url,e):void 0;if(i)r=i;else if(r=new URL(e.url),(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=la(this.allocation.target,()=>{this.params.output.soundProhibitedEvent$.next()}),t=e=>{e||(this.videoState.setState(`paused`),O(this.params.desiredState.playbackState,`paused`,!0))},n=e=>{this.params.output.error$.next({id:`ForcePlay`,message:`play() failed even with workarounds`,category:Dh.DOM,thrown:e})};this.params.tuning.ignoreForcePlayResultWhenProviderChanged?this.subscription.add(Ph(e).subscribe(t,n)):e.then(t,n)}seek(e){this.params.output.willSeekEvent$.next(),this.allocation.target.currentTime=e/1e3}syncPlayback=()=>{if(!this.manifests$.getValue().length)return;let e=this.videoState.getState(),t=this.params.desiredState.playbackState.getState(),n=this.params.desiredState.playbackState.getTransition(),r=this.params.desiredState.videoTrack.getTransition(),i=this.params.desiredState.autoVideoTrackSwitching.getTransition(),a=this.params.desiredState.autoVideoTrackLimits.getTransition();if(t===`stopped`){e!==`stopped`&&(this.videoState.startTransitionTo(`stopped`),this.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`),O(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`?O(this.params.desiredState.playbackState,`ready`):t===`paused`?(this.videoState.setState(`paused`),O(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`&&O(this.params.desiredState.playbackState,`playing`);return;case`paused`:t===`playing`?(this.videoState.startTransitionTo(`playing`),this.playIfAllowed()):n?.to===`paused`&&O(this.params.desiredState.playbackState,`paused`);return;case`changing_manifest`:break;default:return Th(e)}}}import{assertNever as zh,assertNonNullable as Bh,debounce as Vh,ErrorCategory as Hh,isHigherOrEqual as Uh,isLowerOrEqual as Wh,isNonNullable as Gh,merge as Kh,observableFrom as qh,Subscription as Jh,map as Yh}from"@vkontakte/videoplayer-shared";class Xh{subscription=new Jh;volumeSubscription=new Jh;videoState=new Ft(`stopped`);allocation;trackUrls={};params;textTracksManager=null;constructor(e){e.tuning.disableSubtitles||(this.textTracksManager=new Bn),this.params=e,this.allocation=yo(e.container,e.tuning),this.params.output.element$.next(this.allocation.video??void 0),Object.entries(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(Object.values(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:Hh.WTF,message:`MpegProvider internal logic error`,thrown:t})},r=cr(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.currentNativeVideoBuffer$),i(r.currentBuffer$,e.currentNativeAudioBuffer$),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(Yh(e=>e.to)),this.params.output.playbackState$),this.subscription.add(Nn(this.allocation.target,t.isLooped,n)),Cs({subscription:this.subscription,desiredState:t,videoElement$:this.params.output.element$,observableVideo:r}),this.subscription.add(Pn(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(Fn(this.allocation.target,t.playbackRate,r.playbackRateState$,n)),i($a(this.allocation.target),e.elementVisible$),this.subscription.add(r.playing$.subscribe(()=>{this.videoState.setState(`playing`),O(t.playbackState,`playing`)},n)).add(r.pause$.subscribe(()=>{this.videoState.setState(`paused`),O(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&&Gh(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`),O(t.playbackState,`paused`)})),this.allocation.video&&this.textTracksManager?.connect(this.allocation.video,t,e);let a=Kh(t.playbackState.stateChangeStarted$,t.videoTrack.stateChangeStarted$,t.seekState.stateChangeEnded$,t.autoVideoTrackLimits.stateChangeStarted$,this.videoState.stateChangeEnded$,qh([`init`])).pipe(Vh(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),mn(this.allocation.target,this.params.tuning)}prepare(){let e=this.params.desiredState.videoTrack.getState()?.id;Bh(e,`MpegProvider: track is not selected`);let{url:t}=this.trackUrls[e];Bh(t,`MpegProvider: No url for ${e}`),this.params.tuning.requestQuick&&(t=gc(t)),this.allocation.target.setAttribute(`src`,t),this.allocation.target.load(),this.params.output.hostname$.next(Gi(t))}playIfAllowed(){let e=la(this.allocation.target,()=>{this.params.output.soundProhibitedEvent$.next()}),t=e=>{e||(this.videoState.setState(`paused`),O(this.params.desiredState.playbackState,`paused`,!0))},n=e=>{this.params.output.error$.next({id:`ForcePlay`,message:`play() failed even with workarounds`,category:Hh.DOM,thrown:e})};this.params.tuning.ignoreForcePlayResultWhenProviderChanged?this.subscription.add(qh(e).subscribe(t,n)):e.then(t,n)}seek(e){this.params.output.willSeekEvent$.next(),this.allocation.target.currentTime=e/1e3}syncPlayback=()=>{let e=this.videoState.getState(),t=this.params.desiredState.playbackState.getState(),n=this.params.desiredState.playbackState.getTransition();if(t===`stopped`){e!==`stopped`&&(this.videoState.startTransitionTo(`stopped`),this.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`),O(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`?O(this.params.desiredState.playbackState,`ready`):t===`paused`?(this.videoState.setState(`paused`),O(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`&&O(this.params.desiredState.playbackState,`playing`);return;case`paused`:t===`playing`?(this.videoState.startTransitionTo(`playing`),this.playIfAllowed()):n?.to===`paused`&&O(this.params.desiredState.playbackState,`paused`);return;default:return zh(e)}};handleQualityLimitTransition(e){this.params.output.autoVideoTrackLimits$.next(e);let t=e=>{this.params.output.currentVideoTrack$.next(e),this.params.desiredState.videoTrack.startTransitionTo(e)},n=e=>{t(Wi({videoTracks:a,tuning:this.params.tuning,abrLogger:this.params.dependencies.abrLogger,tracer:this.params.dependencies.tracer,container:this.allocation.video?.getBoundingClientRect()??null,panelSize:this.params.panelSize??null,estimatedThroughput:this.params.dependencies.throughputEstimator.throughput$.getValue(),forwardBufferHealth:0,limits:e}))},r=this.params.output.currentVideoTrack$.getValue()?.quality,i=!!(e.max||e.min),a=Object.values(this.trackUrls).map(e=>e.track);if(!r||!i||bi(e,a[0].quality,a.at(-1)?.quality)){n();return}let o=e.max?Wh(r,e.max):!0,s=e.min?Uh(r,e.min):!0;o&&s||n(e)}}import{assertNever as Zh,debounce as Qh,merge as $h,observableFrom as eg,Subscription as tg,map as ng,ValueSubject as rg,ErrorCategory as ig,VideoQuality as ag}from"@vkontakte/videoplayer-shared";import{ErrorCategory as og}from"@vkontakte/videoplayer-shared";var sg=[`stun:videostun.mycdn.me:80`],cg=1e3,lg=3,ug=()=>null;class dg{options;ws=null;peerConnection=null;serverUrl=``;streamKey=``;stream=null;signalingType=`JOIN`;retryTimeout;retryCount=0;externalStartCallback=ug;externalStopCallback=ug;externalErrorCallback=ug;constructor(e,t){this.options=this.normalizeOptions(t);let n=e.split(`/`);this.serverUrl=n.slice(0,n.length-1).join(`/`),this.streamKey=n[n.length-1]}onStart(e){try{this.externalStartCallback=e}catch(e){this.handleSystemError(e)}}onStop(e){try{this.externalStopCallback=e}catch(e){this.handleSystemError(e)}}onError(e){try{this.externalErrorCallback=e}catch(e){this.handleSystemError(e)}}connect(){this.connectWS()}disconnect(){try{this.externalStopCallback(),this.closeConnections()}catch(e){this.handleSystemError(e)}}connectWS(){this.ws||(this.ws=new WebSocket(this.serverUrl),this.ws.onopen=this.onSocketOpen.bind(this),this.ws.onmessage=this.onSocketMessage.bind(this),this.ws.onclose=this.onSocketClose.bind(this),this.ws.onerror=this.onSocketError.bind(this))}onSocketOpen(){this.handleLogin()}onSocketClose(e){try{if(!this.ws)return;this.ws=null,e.code>1e3?(this.retryCount++,this.retryCount>this.options.maxRetryNumber?this.handleNetworkError():this.scheduleRetry()):this.externalStopCallback()}catch(e){this.handleRTCError(e)}}onSocketError(e){try{this.externalErrorCallback(Error(e.toString()))}catch(e){this.handleRTCError(e)}}onSocketMessage(e){try{let t=this.parseMessage(e.data);switch(t.type){case`JOIN`:case`CALL_JOIN`:this.handleJoinMessage(t);break;case`UPDATE`:this.handleUpdateMessage(t);break;case`STATUS`:this.handleStatusMessage(t);break}}catch(e){this.handleRTCError(e)}}handleJoinMessage(e){switch(e.inviteType){case`ANSWER`:this.handleAnswer(e.sdp);break;case`CANDIDATE`:this.handleCandidate(e.candidate);break}}handleStatusMessage(e){switch(e.status){case`UNPUBLISHED`:this.handleUnpublished();break}}async handleUpdateMessage(e){try{let t=await this.createOffer();this.peerConnection&&await this.peerConnection.setLocalDescription(t),this.handleAnswer(e.sdp)}catch(e){this.handleRTCError(e)}}async handleLogin(){try{let e={iceServers:[{urls:sg}]};this.peerConnection=new RTCPeerConnection(e),this.peerConnection.ontrack=this.onPeerConnectionStream.bind(this),this.peerConnection.onicecandidate=this.onPeerConnectionIceCandidate.bind(this),this.peerConnection.oniceconnectionstatechange=this.onPeerConnectionIceConnectionStateChange.bind(this);let t=await this.createOffer();await this.peerConnection.setLocalDescription(t),this.send({type:this.signalingType,inviteType:`OFFER`,streamKey:this.streamKey,sdp:t.sdp,callSupport:!1})}catch(e){this.handleRTCError(e)}}async handleAnswer(e){try{this.peerConnection&&await this.peerConnection.setRemoteDescription(new RTCSessionDescription({type:`answer`,sdp:e}))}catch(e){this.handleRTCError(e)}}async handleCandidate(e){if(e)try{this.peerConnection&&await this.peerConnection.addIceCandidate(e)}catch(e){this.handleRTCError(e)}}handleUnpublished(){try{this.closeConnections(),this.externalStopCallback()}catch(e){this.handleRTCError(e)}}handleSystemError(e){this.options.errorChanel&&this.options.errorChanel.next({id:`webrtc-provider-error`,category:og.WTF,message:e.message})}async onPeerConnectionStream(e){let t=e.streams[0];this.stream&&this.stream.id===t.id||(this.stream=t,this.externalStartCallback(this.stream))}onPeerConnectionIceCandidate(e){e.candidate&&this.send({type:this.signalingType,inviteType:`CANDIDATE`,candidate:e.candidate})}onPeerConnectionIceConnectionStateChange(){if(this.peerConnection){let e=this.peerConnection.iceConnectionState;[`failed`,`closed`].indexOf(e)>-1&&(this.retryCount++,this.retryCount>this.options.maxRetryNumber?this.handleNetworkError():(this.closeConnections(),this.scheduleRetry()))}}async createOffer(){let e={offerToReceiveAudio:!0,offerToReceiveVideo:!0,voiceActivityDetection:!1};if(!this.peerConnection)throw Error(`Can not create offer - no peer connection instance `);let t=await this.peerConnection.createOffer(e),n=t.sdp||``;if(!/^a=rtpmap:\d+ H264\/\d+$/m.test(n))throw Error(`No h264 codec support error`);return t}handleRTCError(e){try{this.externalErrorCallback(e||Error(`RTC connection error`))}catch(e){this.handleSystemError(e)}}handleNetworkError(){try{this.externalErrorCallback(Error(`Network error`))}catch(e){this.handleSystemError(e)}}send(e){this.ws&&this.ws.send(JSON.stringify(e))}parseMessage(e){try{return JSON.parse(e)}catch{throw Error(`Can not parse socket message`)}}closeConnections(){let e=this.ws;e&&(this.ws=null,e.close(1e3)),this.removePeerConnection()}removePeerConnection(){let e=this.peerConnection;e&&=(this.peerConnection=null,e.close(),e.ontrack=null,e.onicecandidate=null,e.oniceconnectionstatechange=null,null)}scheduleRetry(){this.retryTimeout=k.setTimeout(this.connectWS.bind(this),cg)}normalizeOptions(e={}){let t={stunServerList:sg,maxRetryNumber:lg,errorChanel:null};return e.stunServerList&&(t.stunServerList=e.stunServerList),e.maxRetryNumber&&e.maxRetryNumber>0&&(t.maxRetryNumber=e.maxRetryNumber),t}}class fg{subscription;volumeSubscription;params;log;allocation;videoState=new Ft(`stopped`);liveStreamClient;maxSeekBackTime$=new rg(0);constructor(e){this.subscription=new tg,this.volumeSubscription=new tg,this.params=e,this.log=this.params.dependencies.logger.createComponentLog(`WebRTCLiveProvider`),this.allocation=yo(e.container,e.tuning),this.liveStreamClient=new dg(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),mn(this.allocation.target,this.params.tuning)}subscribe(){let{output:e,desiredState:t}=this.params,n=t=>{e.error$.next({id:`WebRTCLiveProvider`,category:ig.WTF,message:`WebRTCLiveProvider internal logic error`,thrown:t})};this.subscription.add($h(this.videoState.stateChangeStarted$.pipe(ng(e=>({transition:e,type:`start`}))),this.videoState.stateChangeEnded$.pipe(ng(e=>({transition:e,type:`end`})))).subscribe(({transition:e,type:t})=>{this.log({message:`[videoState change] ${t}: ${JSON.stringify(e)}`})}));let r=cr(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.canplay$,e.canplay$),i(r.currentBuffer$,e.currentNativeVideoBuffer$),i(r.currentBuffer$,e.currentNativeAudioBuffer$),i(r.totalBufferDuration$,e.totalBufferDuration$),i(r.bufferRangeCount$,e.bufferRangeCount$),i($a(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(Pn(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 Zh(n.to)}},n)).add($h(t.playbackState.stateChangeStarted$,this.videoState.stateChangeEnded$,eg([`init`])).pipe(Qh(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(Gi(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:ag.INVARIANT}),this.allocation.target.srcObject=e,O(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:ig.EXTERNAL_API,message:e.message,thrown:e})}playIfAllowed(){la(this.allocation.target,()=>{this.params.output.soundProhibitedEvent$.next()}).then(e=>{e||(this.videoState.setState(`paused`),O(this.params.desiredState.playbackState,`paused`,!0))},e=>this.params.output.error$.next({id:`ForcePlay`,message:`play() failed even with workarounds`,category:ig.DOM,thrown:e}))}prepare(){this.liveStreamClient.connect()}syncPlayback=()=>{let e=this.videoState.getState(),t=this.params.desiredState.playbackState.getState(),n=this.params.desiredState.playbackState.getTransition();if(t===`stopped`){e!==`stopped`&&(this.videoState.startTransitionTo(`stopped`),this.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`),O(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`),O(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`&&O(this.params.desiredState.playbackState,`playing`);return;case`paused`:t===`playing`?(this.videoState.startTransitionTo(`playing`),this.playIfAllowed()):n?.to===`paused`&&O(this.params.desiredState.playbackState,`paused`);return;default:return Zh(e)}}}class pg{length;array;index;iterator;current;constructor(e){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}}import{assertNever as mg,assertNonNullable as hg,ErrorCategory as gg,ErrorOrigin as _g,filter as vg,isNonNullable as yg,isNullable as bg,map as xg,merge as Sg,once as Cg,Subject as K,Subscription as wg,ValueSubject as q,flattenObject as Tg,devNull as Eg,getWindow as Dg}from"@vkontakte/videoplayer-shared";import{Observable as Og,map as kg,Subscription as Ag,Subject as jg,now as Mg,combine as Ng}from"@vkontakte/videoplayer-shared";var Pg=e=>new Og(t=>{let n=new Ag,r=e.desiredPlaybackState$.stateChangeStarted$.pipe(kg(({from:e,to:t})=>({from:e,to:t,label:`${e}-${t}`}))),i=e.desiredPlaybackState$.stateChangeEnded$,a=e.providerChanged$.pipe(kg(({type:e})=>e!==void 0)),o=Ng({providerChanged:e.providerChanged$.pipe(kg(({type:e})=>e!==void 0)),videoLastDataObtainedTimestamp:e.videoLastDataObtainedTimestamp$.pipe(kg(e=>e??0)),stateChangeStarted:e.desiredPlaybackState$.stateChangeStarted$}).pipe(kg(({providerChanged:t,videoLastDataObtainedTimestamp:n,stateChangeStarted:r})=>{let i=Mg()-n;return t||r?.to!==`playing`||i<e.playbackHangupNoDataThreshold})),s=e.useDelayedPlaybackHangupWithData?o:a,c=new jg,l=0,u={from:`stopped`,to:`stopped`,label:`unknown`};return n.add(r.subscribe(t=>{l&&k.clearTimeout(l),u=t,l=k.setTimeout(()=>c.next(t),e.maxTransitionInterval),I({m:`hangup.set`,l:t.label,id:l})})),n.add(i.subscribe(()=>{I({m:`hangup.cl`,id:l}),k.clearTimeout(l),u={from:`stopped`,to:`stopped`,label:`unknown`},l=0})),n.add(s.subscribe(t=>{l&&(I({m:`hangup.rs.0`,id:l}),k.clearTimeout(l),l=0,t&&(l=k.setTimeout(()=>c.next(u),e.maxTransitionInterval),I({m:`hangup.rs.1`,id:l})))})),n.add(c.subscribe(t)),()=>{k.clearTimeout(l),n.unsubscribe()}});import{AbortControllerPolyfilled as Fg}from"@vkontakte/videoplayer-shared";import{ErrorCategory as Ig,Subscription as Lg,combine as Rg,filter as zg,once as Bg}from"@vkontakte/videoplayer-shared";import{getWindow as Vg}from"@vkontakte/videoplayer-shared";function Hg(){let e=Vg();return new(e.AudioContext||e.webkitAudioContext)}class Ug{providerOutput;provider$;volumeMultiplierError$;volumeMultiplier;static errorId=`VolumeMultiplierManager`;destroyController=new Fg;subscriptions=new Lg;audioContext=null;gainNode=null;mediaElementSource=null;constructor(e,t,n,r){this.providerOutput=e,this.provider$=t,this.volumeMultiplierError$=n,this.volumeMultiplier=r,this.subscriptions.add(this.provider$.pipe(zg(e=>!!e.type),Bg()).subscribe(({type:e})=>this.subscribe(e)))}subscribe(e){A.browser.isSafari&&e!==`MPEG`||this.subscriptions.add(Rg({video:this.providerOutput.element$,playbackState:this.providerOutput.playbackState$,volume:this.providerOutput.volume$}).pipe(zg(({playbackState:e,video:t,volume:{muted:n,volume:r}})=>e===`playing`&&!!t&&!n&&!!r),Bg()).subscribe(({video:e})=>{this.initAudioContextOnce(e).then(e=>{e||this.destroy()}).catch(e=>{this.handleError(e),this.destroy()})}))}static isSupported(){return`AudioContext`in window&&`GainNode`in window&&`MediaElementAudioSourceNode`in window}async initAudioContextOnce(e){let{volumeMultiplier:t}=this,n=Hg();this.audioContext=n;let r=n.createGain();if(this.gainNode=r,r.gain.value=t,r.connect(n.destination),n.state===`suspended`&&(await n.resume(),this.destroyController.signal.aborted))return!1;let i=n.createMediaElementSource(e);return this.mediaElementSource=i,i.connect(r),!0}cleanup(){this.mediaElementSource&&=(this.mediaElementSource.disconnect(),null),this.gainNode&&=(this.gainNode.disconnect(),null),this.audioContext&&=(this.audioContext.state!==`closed`&&this.audioContext.close(),null)}destroy(){this.destroyController.abort(),this.subscriptions.unsubscribe(),this.cleanup()}handleError(e){this.volumeMultiplierError$.next({id:Ug.errorId,category:Ig.VIDEO_PIPELINE,message:e?.message??`${Ug.errorId} exception`,thrown:e})}}import{ErrorCategory as Wg,Subject as Gg,Subscription as Kg,merge as qg,isNonNullable as Jg}from"@vkontakte/videoplayer-shared";import{ErrorOrigin as Yg,flattenObject as Xg,isNullable as Zg}from"@vkontakte/videoplayer-shared";var Qg=e=>{let t=e.data?.code;return typeof t==`number`?t:null};class $g{deps;static heuristicName=`MediaErrorHeuristic`;type=`sync`;constructor(e){this.deps=e}analyze(e){if(e.origin!==Yg.MediaError)return null;let t=Qg(e);if(Zg(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($g.heuristicName,Xg({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}}import{ErrorCategory as e_}from"@vkontakte/videoplayer-shared";class t_{_deps;static heuristicName=`TvFetcherErrorHeuristic`;type=`sync`;constructor(e){this._deps=e}analyze(e){let t=`TV fetcher error: ${e.id}`;return e.id!==`LoadManifest`&&(e.origin!==`segment_fetcher`||e.category===e_.FATAL&&!e.canBeRecoverable)?null:e.canBeRecoverable?{action:`switch_provider`,reason:t}:{action:`failover_host`,reason:t}}}import{ErrorCategory as n_,ErrorOrigin as r_}from"@vkontakte/videoplayer-shared";class i_{_deps;static heuristicName=`FetcherErrorHeuristic`;type=`sync`;constructor(e){this._deps=e}analyze(e){if(e.origin!==r_.SegmentFetcher||e.category===n_.FATAL&&!e.canBeRecoverable)return null;let t=`Fetcher error: ${e.id}`;return e.canBeRecoverable?{action:`switch_provider`,reason:t}:{action:`failover_host`,reason:t}}}import{ErrorOrigin as a_,flattenObject as o_}from"@vkontakte/videoplayer-shared";class s_{deps;static heuristicName=`SegmentAppendHeuristic`;type=`sync`;constructor(e){this.deps=e}analyze(e){if(e.origin!==a_.SegmentAppend)return null;let{deps:t}=this;return t.tracer.log(s_.heuristicName,o_({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`}}}import{filterChanged as c_,flattenObject as l_,fromEvent as u_,getWindow as d_,isNonNullable as f_,merge as p_,now as m_,Subject as h_,Subscription as g_,ErrorOrigin as __}from"@vkontakte/videoplayer-shared";class v_{remaining;decayFactor;minTimeout;constructor(e,t,n){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 y_{deps;static heuristicName=`StartupHangupHeuristic`;type=`async`;recommendation$=new h_;timerId;subscription;error;grace;hangupStartedAt;dataArrivals=0;hiddenWaitActive=!1;constructor(e){this.deps=e}analyze(e){return e.origin===__.Stall&&(f_(this.timerId)||this.hiddenWaitActive)?{action:`wait`,reason:`Stall consumed by active hangup heuristic`}:e.origin!==__.Hangup||e.data?.from!==`stopped`?null:(this.cancel(),this.error=e,this.dataArrivals=0,this.hangupStartedAt=m_(),this.deps.tracer.log(y_.heuristicName,l_({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(m_()-this.deps.videoLastDataObtainedTimestamp$.getValue()):void 0})),this.subscription=new g_,this.subscription.add(this.deps.desiredPlaybackState$.stateChangeEnded$.subscribe(()=>{this.logOutcome(`transition_ended`),this.cancel()})),!this.isTabHidden()||this.error?.data?.to===`playing`&&!this.deps.getIsMuted()&&!this.deps.tuning.mayday.deferAudibleHangupOnHiddenTab?this.startMonitoring():this.waitForVisible())}startMonitoring(){return this.grace=new v_(this.deps.tuning.hangupTimeoutMs,this.deps.tuning.mayday.hangupGraceDecayFactor,this.deps.tuning.mayday.hangupGraceMinTimeoutMs),this.subscription?.add(p_(this.deps.videoLastDataObtainedTimestamp$.pipe(c_()),this.deps.currentNativeBuffer$.pipe(c_())).subscribe(e=>{f_(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(u_(d_().document,`visibilitychange`).subscribe(()=>{if(d_().document.visibilityState!==`visible`)return;let e=this.error;this.logOutcome(`reinit_on_visible`),this.cancel(),f_(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(f_(this.timerId)&&k.clearTimeout(this.timerId),e<=0){this.recommendSwitch();return}this.timerId=k.setTimeout(()=>this.recommendSwitch(),e)}recommendSwitch(e=`Hangup grace period expired`){let t=this.error;if(this.logOutcome(`expired`,e),this.cancel(),f_(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`&&!Qa()}logOutcome(e,t){this.deps.tracer.log(`${y_.heuristicName}:${e}`,l_({reason:t,dataArrivals:this.dataArrivals,elapsedMs:f_(this.hangupStartedAt)?Math.round(m_()-this.hangupStartedAt):void 0,finalGraceMs:this.grace?.current,visibility:this.deps.getVisibilityState(),pip:Qa()}))}cancel(){f_(this.timerId)&&(k.clearTimeout(this.timerId),this.timerId=void 0),f_(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()}}import{isNullable as b_,isNonNullable as x_,getWindow as S_}from"@vkontakte/videoplayer-shared";function C_(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 x_(e)?e/1e3:0},getBufferAhead:()=>{let e=n.currentNativeVideoBuffer$.getValue(),t=n.position$.getValue();return x_(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(!b_(e))return n.availableVideoStreams$.getValue().find(t=>t.id===e)?.codec},getAudioCodec:()=>n.currentAudioStream$.getValue()?.codec,getVisibilityState:()=>S_().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 w_=[$g,t_,i_,s_,y_];class T_{deps;heuristics=[];tracer;providerFailures=0;failoverUrlIndex;recommendation$=new Gg;subscription=new Kg;constructor(e){this.deps=e,this.tracer=e.tracer.createComponentTracer(`Mayday`);let t=C_(e,this.tracer),n=e.tuning.mayday.heuristics;this.heuristics=w_.filter(e=>n.includes(e.heuristicName)).map(e=>new e(t));let r=this.heuristics.filter(e=>e.type===`async`);this.subscription.add(qg(...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(Jg(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===Wg.NETWORK,r=e.category===Wg.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?.()}destroy(){this.subscription.unsubscribe();for(let e of this.heuristics)e.destroy?.();this.tracer.end()}}import{isNullable as E_,isNonNullable as D_,Subscription as O_}from"@vkontakte/videoplayer-shared";class k_{deps;providerInitiatedAt=0;reinitTimestamps=[];reinitReachedPlaying=[];playingStartTime;accumulatedPlayingTime=0;firstFrameReceived=!1;subscription=new O_;constructor(e){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`?E_(this.playingStartTime)&&(this.playingStartTime=performance.now()):D_(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 D_(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 A_={chunkDuration:5e3,maxParallelRequests:5};class j_{current$=new q({type:void 0});providerError$=new K;noAvailableProvidersError$=new K;volumeMultiplierError$=new K;providerOutput={position$:new q(0),duration$:new q(1/0),playedTime$:new q(0),volume$:new q({muted:!1,volume:1}),availableVideoStreams$:new q([]),currentVideoStream$:new q(void 0),availableVideoTracks$:new q([]),currentVideoTrack$:new q(void 0),availableVideoCodecs$:new q([]),availableAudioStreams$:new q([]),currentAudioStream$:new q(void 0),availableAudioTracks$:new q([]),availableAudioCodecs$:new q([]),currentVideoSegmentLength$:new q(0),currentAudioSegmentLength$:new q(0),isAudioAvailable$:new q(!0),autoVideoTrackLimitingAvailable$:new q(!1),autoVideoTrackLimits$:new q(void 0),currentVideoBuffer$:new q(void 0),currentAudioBuffer$:new q(void 0),currentNativeVideoBuffer$:new q(void 0),currentNativeAudioBuffer$:new q(void 0),totalBufferDuration$:new q(void 0),bufferRangeCount$:new q(void 0),videoLastDataObtainedTimestamp$:new q(void 0),isBuffering$:new q(!0),updateDurationError$:new K,error$:new K,fetcherError$:new K,fetcherRecoverableError$:new K,warning$:new K,willSeekEvent$:new K,soundProhibitedEvent$:new K,seekedEvent$:new K,loopedEvent$:new K,endedEvent$:new K,manifestRequested$:new K,firstBytesManifest$:new K,manifestReceived$:new K,firstBytesRequested$:new K,firstBytesReceived$:new K,firstBytesEvent$:new K,loadedMetadataEvent$:new K,firstFrameEvent$:new K,canplay$:new K,isLive$:new q(void 0),isLiveEnded$:new q(null),canPlayLiveTailBuffer$:new q(!1),isLowLatency$:new q(!1),canChangePlaybackSpeed$:new q(!0),liveTime$:new q(void 0),liveBufferTime$:new q(void 0),liveLatency$:new q(void 0),severeStallOccurred$:new K,availableTextTracks$:new q([]),currentTextTrack$:new q(void 0),hostname$:new q(void 0),httpConnectionType$:new q(void 0),httpConnectionReused$:new q(void 0),httpConnectionMetrics$:new q(void 0),httpDownloadMetrics$:new q(void 0),inPiP$:new q(!1),inFullscreen$:new q(!1),element$:new q(void 0),elementVisible$:new q(!0),availableSources$:new q(void 0),playbackState$:new q(``),getCurrentTime$:new q(null)};subscription=new wg;screenFormatsIterator;chromecastFormatsIterator;videoCodecsIterator;log;tracer;params;currentProviderStarted=!1;volumeMultiplierManager=null;dashMaxTvVideoQuality=null;mayday;maydayStatistics;constructor(e){this.params=e,this.log=this.params.dependencies.logger.createComponentLog(`ProviderContainer`),this.tracer=e.dependencies.tracer.createComponentTracer(`ProviderContainer`);let t=st([...io(this.params.tuning),...ro(this.params.tuning)],this.params.tuning.disableHlsOnDesktop).filter(t=>yg(e.sources[t])),{forceFormat:n,formatsToAvoid:r}=this.params.tuning,i=[];i=n?[n]:r.length?[...t.filter(e=>!r.includes(e)),...t.filter(e=>r.includes(e))]:t,this.log({message:`Selected formats: ${i.join(` > `)}`}),this.tracer.log(`Selected formats`,Tg(i),!0),this.screenFormatsIterator=new pg(i);let a=[...ao(!0),...ao(!1)];this.chromecastFormatsIterator=new pg(a.filter(t=>yg(e.sources[t]))),this.providerOutput.availableSources$.next(e.sources);let{volumeMultiplier:o=1,tuning:{useVolumeMultiplier:s}}=this.params;s&&o!==1&&Ug.isSupported()&&(this.volumeMultiplierManager=new Ug(this.providerOutput,this.current$,this.volumeMultiplierError$,o)),this.maydayStatistics=new k_(this.providerOutput),this.mayday=new T_({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(){I.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 pg(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(bg(t)){this.handleNoFormatsError(e);return}let n;try{n=this.createProvider(e,t)}catch(e){this.providerError$.next({id:`ProviderNotConstructed`,category:gg.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===gg.NETWORK;this.dashMaxTvVideoQuality=this.params.tuning.dash.dashMaxTvVideoQuality?yd(e,t,n?.quality):null,this.params.tuning.dropUrlCacheWhenProviderCrashed&&!r&&xm()}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 mg(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);hg(n);let{useDashProviderVirtual:i,useDashProviderVirtualMobile:a}=this.params.tuning,{isMobile:s}=A.device;return!s&&i||s&&a?new Rd({...o,source:n,sourceHls:r,forceVideoCodec:this.videoCodecsIterator?.getValue(),isOnDemand:e===`DASH_ONDEMAND`,dashMaxTvVideoQuality:this.dashMaxTvVideoQuality}):new Am({...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]);hg(n);let{useDashLiveProviderVirtual:r,useDashLiveProviderVirtualMobile:i}=this.params.tuning,{isMobile:a}=A.device;return!a&&r||a&&i?new Tf({...o,source:n}):new zm({...o,source:n})}case`HLS`:case`HLS_ONDEMAND`:case`HLS_FMP4`:{let n=this.applyFailoverHost(t[e]);return hg(n),new Rh({...o,source:n,isOnDemand:e===`HLS_ONDEMAND`})}case`HLS_LIVE`:case`HLS_LIVE_CMAF`:{let n=this.applyFailoverHost(t[e]);return hg(n),new wh({...o,source:n,config:{maxPausedTime:this.params.tuning.live.maxPausedTime},format:e})}case`MPEG`:{let n=this.applyFailoverHost(t[e]);return hg(n),new Xh({...o,source:n})}case`DASH_LIVE`:{let n=this.applyFailoverHost(t[e]);return hg(n),new Co({...o,source:n,config:{...A_,maxPausedTime:this.params.tuning.live.maxPausedTime}})}case`WEB_RTC_LIVE`:{let i=this.applyFailoverHost(t[e]);return hg(i),new fg({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 mg(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 At){let{chromecastConnector:e}=this.params.dependencies.chromecastInitializer;return hg(e),new ut({...a,chromecastConnector:e})}let o=this.params.dependencies.chromecastInitializer.connection$.getValue();return hg(o),new Xt({...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 mg(e)}}skipFormat(e){switch(e){case`SCREEN`:return this.screenFormatsIterator.next();case`CHROMECAST`:return this.chromecastFormatsIterator.next();default:return mg(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 mg(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{...e,url:r(e.url)}}return Object.fromEntries(Object.entries(e).map(([e,t])=>[e,r(t)]))}initProviderErrorHandling(){let e=new wg;e.add(Sg(this.providerOutput.error$.pipe(vg(e=>!this.params.tuning.ignoreAudioRendererError||!e.message||!/AUDIO_RENDERER_ERROR/gi.test(e.message))),Pg({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(xg(({from:e,to:t,label:n})=>({id:`ProviderHangup:${n}`,category:gg.WTF,message:`A ${n} transition failed to complete within reasonable time`,origin:_g.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(vg(({to:e})=>e===`playing`),Cg()).subscribe(()=>this.currentProviderStarted=!0);e.add(t)}));let t=()=>{let e=I.drain(),{logDashLiveDebug:t,sendDashLiveDebug:n}=this.params.tuning;if(t&&Dg().console.log(`===== DASH_LIVE DEBUG START ====
|
|
35
35
|
`,e.map(({time:e,data:t,stack:n})=>`${e}: ${JSON.stringify(t)}${n?`
|
|
36
36
|
`+n:``}`).join(`
|
|
37
37
|
`),`
|
|
38
|
-
===== DASH_LIVE DEBUG END ====`),n){let t=e.reduce((e,{time:t,data:n,stack:r})=>{let i=Object.entries(n).map(([e,t])=>`${e}:${t}`).join(`,`);return e+=`${t}: ${i}${r?`: ${r}`:``};`,e},``);Og.push(`core`,{key:`vp_dash_live_debug`,strings:[t]})}};return e.add(this.providerError$.subscribe(e=>{e.id.startsWith(`ProviderHangup`)&&(L({m:`final.0`,e:e.id}),t())})).add(this.noAvailableProvidersError$.subscribe(()=>{L({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`,Dg(t)):this.tracer.error(`providerError`,Dg(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}}import{fromEvent as P_,once as F_,combine as I_,Subscription as L_,ValueSubject as R_,map as z_,filter as B_,isNonNullable as V_,now as J,safeStorage as H_,getWindow as U_}from"@vkontakte/videoplayer-shared";var W_=`vk_uvp_throughput`,G_=`vk_uvp_rtt`,K_=`one_video_throughput`,q_=`one_video_rtt`,J_=()=>{let{navigator:e}=U_();if(e)return e.connection},Y_=()=>{let e=J_()?.downlink;if(V_(e)&&e!==10)return e*1e3},X_=()=>{let e=J_()?.rtt;if(V_(e)&&e!==3e3)return e},Z_=(e,t,n)=>{let r=n*8;return r/(r/e+t)};class Q_{throughput;rtt;subscription=new L_;tuningConfig;concurrentDownloads=new Map;throughput$;rtt$;rttAdjustedThroughput$;constructor(e){this.tuningConfig=e;let t=Q_.loadStored(W_,K_,e)||(e.useBrowserEstimation?Y_():void 0)||e.initialThroughput,n=Q_.loadStored(G_,q_,e)??(e.useBrowserEstimation?X_():void 0)??0;if(this.throughput$=new R_(t),this.rtt$=new R_(n),this.rttAdjustedThroughput$=new R_(Z_(t,n,e.rttPenaltyRequestSize)),this.throughput=wf.getSmoothedValue(t,-1,e),this.rtt=wf.getSmoothedValue(n,1,e),e.useBrowserEstimation){let e=()=>{let e=Y_();e&&this.throughput.next(e);let t=X_();V_(t)&&this.rtt.next(t)},t=J_();t&&`onchange`in t&&this.subscription.add(P_(t,`change`).subscribe(e)),e()}this.subscription.add(this.throughput.smoothed$.subscribe(t=>{Q_.writeStored(W_,K_,t,e)})),this.subscription.add(this.rtt.smoothed$.subscribe(t=>{Q_.writeStored(G_,q_,t,e)})),this.subscription.add(this.throughput.debounced$.pipe(z_(e=>Math.round(e))).subscribe(this.throughput$)),this.subscription.add(this.rtt.debounced$.subscribe(this.rtt$)),this.subscription.add(I_({throughput:this.throughput.smoothed$,rtt:this.rtt.smoothed$}).pipe(z_(({throughput:t,rtt:n})=>Z_(t,n,e.rttPenaltyRequestSize)),B_(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=J(),r=new L_;switch(this.subscription.add(r),this.concurrentDownloads.set(e,J()),e.readyState){case 4:break;case 3:case 2:r.add(P_(e,`progress`).pipe(F_()).subscribe(e=>{t=e.loaded,n=J()}));break;case 1:case 0:r.add(P_(e,`loadstart`).subscribe(()=>{t=0,n=J()}));break}r.add(P_(e,`loadend`).subscribe(i=>{if(e.status===200){let e=i.loaded,r=J(),a=e-t,o=r-n;this.addRawSpeed(a,o,1)}this.concurrentDownloads.delete(e),r.unsubscribe()}))}trackStream(e,t=!1){let n=e.getReader();if(!n){e.cancel(`Could not get reader`);return}let r=0,i=J(),a=0,o=J(),s=t=>{this.concurrentDownloads.delete(e),n.releaseLock(),e.cancel(`Throughput Estimator error: ${t}`).catch(()=>{})},c=async({done:l,value:u})=>{if(l){if(!t){let e=this.tuningConfig.measureFastSamples?this.countActiveDownloads(i):1;this.addRawSpeed(r,J()-i,e)}this.concurrentDownloads.delete(e)}else if(u){if(this.tuningConfig.measureFastSamples&&this.concurrentDownloads.set(e,J()),t){let e=J();if(e-o>this.tuningConfig.lowLatency.continuesByteSequenceInterval||e-i>this.tuningConfig.lowLatency.maxLastEvaluationTimeout){let e=o-i;e&&this.addRawSpeed(a,e,1,t),a=u.byteLength,i=J()}else a+=u.byteLength;o=J()}else if(r+=u.byteLength,a+=u.byteLength,a>=this.tuningConfig.streamMinSampleSize&&J()-o>=this.tuningConfig.streamMinSampleTime){let e=this.tuningConfig.measureFastSamples?this.countActiveDownloads(o):this.concurrentDownloads.size;this.addRawSpeed(a,J()-o,e),a=0,o=J()}await n?.read().then(c,s)}};this.concurrentDownloads.set(e,J()),n?.read().then(c,s)}addRawSpeed(e,t,n=1,r=!1){if(this.sanityCheck(e,t,r)){let i=e*8/t*n;if(this.isFastSample(t,r)&&i<this.throughput.smoothed$.getValue())return;this.throughput.next(i)}}countActiveDownloads(e){let t=0;return this.concurrentDownloads.forEach(n=>{n>=e&&t++}),Math.max(t,1)}isFastSample(e,t){return this.tuningConfig.measureFastSamples&&!t&&e<=this.tuningConfig.cacheThresholdSize}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=H_.get(t);if(!V_(e))return;let n=parseInt(e,10);return isNaN(n)?void 0:n}let r=H_.get(e)??H_.get(t);if(V_(r))try{let e=JSON.parse(r);if(typeof e==`object`&&e&&typeof e.value==`number`)return Q_.validateStored(e,n)}catch{}}static writeStored(e,t,n,r){if(!r.useThroughputTtl){H_.set(t,n.toFixed(0));return}let i=JSON.stringify({value:Math.round(n),timestamp:Date.now(),networkType:J_()?.effectiveType});H_.set(e,i)}static validateStored(e,t){if(!t.useThroughputTtl)return e.value;if(Date.now()-e.timestamp>t.storedThroughputTtlMs)return;let n=J_()?.effectiveType;if(!(n!==void 0&&e.networkType!==void 0&&n!==e.networkType))return e.value}}var $_=Q_;import{fillWithDefault as ev,VideoQuality as tv}from"@vkontakte/videoplayer-shared";var nv={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:tv.Q_4320P,activeVideoAreaThreshold:.1,highQualityLimit:tv.Q_720P,trafficSavingLimit:tv.Q_480P,lowQualityTelemetryLimit:tv.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:tv.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,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,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`],useFailoverHostsOnAllProviderCrash:!1,saveData3gQualityLimit:tv.Q_240P,saveData2gQualityLimit:tv.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:tv.Q_480P,tracerResumeOnUnexpectedStall:!1,abortSourceBufferOnSignal:!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,useDashLiveProviderVirtual:!1,useDashLiveProviderVirtualMobile:!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,clearAudioElementOnDispose:!0,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`}},rv=e=>ev(e,nv);import{assertNonNullable as iv,combine as av,devNull as ov,ErrorCategory as sv,filter as Y,filterChanged as X,flattenObject as cv,fromEvent as lv,getPlayerId as uv,getTimersDiagnostics as dv,getTraceSubscriptionMethod as fv,getWindow as pv,InternalsExposure as mv,isHigher as hv,isInvariantQuality as gv,isNonNullable as _v,isNullable as vv,Logger as yv,map as Z,mapTo as bv,merge as xv,now as Sv,once as Q,releaseTimers as Cv,retainTimers as wv,Subject as $,Subscription as Tv,tap as Ev,throttle as Dv,TracerFactory as Ov,ValueSubject as kv,combineLatest as Av}from"@vkontakte/videoplayer-shared";import{merge as jv,map as Mv,filter as Nv,isNonNullable as Pv}from"@vkontakte/videoplayer-shared";var Fv=({seekState:e,position$:t})=>jv(e.stateChangeEnded$.pipe(Mv(({to:e})=>e.state===`none`?void 0:(e.position??NaN)/1e3),Nv(Pv)),t.pipe(Nv(()=>e.getState().state===`none`)));import{assertNonNullable as Iv}from"@vkontakte/videoplayer-shared";var Lv=e=>{let t=typeof e.container==`string`?document.getElementById(e.container):e.container;return Iv(t,`Wrong container or containerId {${e.container}}`),t};import{filter as Rv,once as zv}from"@vkontakte/videoplayer-shared";var Bv=(e,t,n,r)=>{e!==void 0&&t.getState()===void 0&&t.getPrevState()===void 0&&n?.getValue().length===0?n.pipe(Rv(e=>e.length>0),zv()).subscribe(n=>{n.find(r)&&t.startTransitionTo(e)}):(e===void 0||n?.getValue().find(r))&&t.startTransitionTo(e)};import{requestIdleCallbackPolyfilled as Vv}from"@vkontakte/videoplayer-shared";import{cancelIdleCallbackPolyfilled as Hv}from"@vkontakte/videoplayer-shared";import{devNull as Uv,getWindow as Wv}from"@vkontakte/videoplayer-shared";var Gv=()=>{let e=`mediaCapabilities`in Wv().navigator?Kv:qv,t=Vv(async()=>{let t=await Promise.all(Object.entries(Jv).map(async([t,n])=>({codec:t,supported:await e(n)}))),n=[M.browser.current,...t.map(e=>JSON.stringify(e))].slice(0,16);return Uv.push(`core`,{key:`videoplayer_decoding_info`,strings:n}),t});return()=>Hv(t)},Kv=async e=>{if(!e)return Promise.resolve({supported:!1});let t={[`channels`in e?`audio`:`video`]:e};return await Wv().navigator.mediaCapabilities.decodingInfo({type:`media-source`,...t})},qv=e=>{if(!e)return Promise.resolve({supported:!1});let t=Wv().document,n=`channels`in e?t.createElement(`audio`):t.createElement(`video`);return Promise.resolve({supported:n.canPlayType(e?.contentType??``)===`probably`})},Jv={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}},Yv={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,debugData$:{volume:0,muted:!1}},Xv={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 Zv{subscription=new Tv;persistentSubscription=new Tv;domContainer=null;providerContainer;chromecastInitializer;logger=new yv;tracer;abrLogger=this.logger.createComponentLog(`ABR`);config;tuning;throughputEstimator;internalsExposure=null;isPlaybackStarted=!1;suppressWillStop=!1;initedAt;hasLiveOffsetByPaused=new kv(!1);hasLiveOffsetByPausedTimer=0;playerInitRequest=0;playerInited=new kv(!1);explicitInitialQuality;wasSetStartedQuality=!1;desiredState=Object.entries(Xv).reduce((e,[t,n])=>(e[t]=new At(n),e),{});info=Object.entries(Yv).reduce((e,[t,n])=>(e[t]=new kv(n),e),{});events={inited$:new $,ready$:new $,started$:new $,playing$:new $,paused$:new $,stopped$:new $,willReady$:new $,willStart$:new $,willResume$:new $,willPause$:new $,willStop$:new $,willDestruct$:new $,watchCoverageRecord$:new $,watchCoverageLive$:new $,managedError$:new $,fatalError$:new $,fetcherRecoverableError$:new $,ended$:new $,looped$:new $,seeked$:new $,willSeek$:new $,autoplaySoundProhibited$:new $,manifestRequested$:new $,firstBytesManifest$:new $,manifestReceived$:new $,firstBytesRequested$:new $,firstBytesReceived$:new $,firstBytes$:new $,loadedMetadata$:new $,firstFrame$:new $,canplay$:new $,log$:new $,fetcherError$:new $,severeStallOccured$:new $};experimental={element$:new kv(void 0),enableDebugTelemetry$:new kv(!1),dumpTelemetry:hf,getCurrentTime$:new kv(null),skipVideoElVolumeSync$:new kv(!1)};devNullLog;collectDecodingInfoDestroyCb;hasReleasedTimers=!1;constructor(e={},t=Ov.createRootTracer(`fake`),n){this.initLogs(),this.tuning=rv(e),this.tracer=t,wv(this.tuning.useWorkerTimers),this.tuning.suppressExceptionsInObservables&&(Object.values(this.info).forEach(e=>e.setSuppressErrors(!0)),Object.values(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 Tt(r):new C(r),this.throughputEstimator=new $_(this.tuning.throughputEstimator),e.exposeInternalsToGlobal&&(this.internalsExposure=new mv(`core`,uv(n?.playerId)),this.internalsExposure.expose({player:this,getTimersDiagnostics:dv})),this.initChromecastSubscription(),this.initDesiredStateSubscriptions(),this.initDebugDataSubscriptions(),this.devNullLog=n?.onDevNullLog,ov.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[`number`,`string`,`boolean`].includes(n)?t:t===null?null:`<${n}>`})),i=`Player.${String(t)}`,a=`Exception calling ${i} (${r.join(`, `)})`;throw this.events.fatalError$.next({id:i,category:sv.WTF,message:a,thrown:e}),e}}:r}})}doInit=e=>{let{container:t,...n}=e;this.tracer.log(`initVideo`,cv(n),!0),this.domContainer=Lv(e),this.chromecastInitializer.contentId=e.meta?.videoId,this.providerContainer=new N_({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?(ov.subscribe(`core`,this.devNullLog),this.tuning.collectingDecodingInfoEnabled&&(this.collectDecodingInfoDestroyCb=Gv())):ov.destroy(`core`)};resetDesiredState(){let e=(e,t)=>{e.setState(t)};Object.keys(this.desiredState).forEach(t=>{e(this.desiredState[t],Xv[t])})}reset(){this.subscription.unsubscribe(),this.providerContainer?.destroy(),this.providerContainer=void 0,j.clearTimeout(this.hasLiveOffsetByPausedTimer),this.collectDecodingInfoDestroyCb?.(),this.playerInited.next(!1),this.resetDesiredState();let e=(e,t)=>{e.next(t)},t=[`muted$`,`volume$`];Object.keys(this.info).forEach(n=>{t.includes(n)?e(this.info[n],this.info[n].getValue()):e(this.info[n],Yv[n])})}initAudio(e){return this.initVideo({...e,container:e.audioElement??document.createElement(`audio`)})}initVideo(e){let t=pv();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?M.isInited$.pipe(Y(e=>!!e),Q()).subscribe(()=>{console.log(`Core SDK async start`),n()}):n()};return this.isNotActiveTabCase()?(this.tracer.log(`request play from hidden tab`),lv(t.document,`visibilitychange`).pipe(Q()).subscribe(r)):r(),this}destroy(e){let t=pv();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(),ov.destroy(`core`),this.collectDecodingInfoDestroyCb?.(),this.hasReleasedTimers||(this.hasReleasedTimers=!0,Cv())}waitInit(e){this.playerInited.getValue()?e():this.subscription.add(this.playerInited.pipe(Y(e=>!!e),Q()).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 Tt)?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 Tt)?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(()=>{iv(this.providerContainer);let t=this.providerContainer.providerOutput.availableVideoTracks$.getValue();this.tracer.log(`setQuality`,{isDelayed:t.length===0,quality:e}),this.desiredState.videoTrack.getState()===void 0&&this.desiredState.videoTrack.getPrevState()===void 0&&t.length===0?this.wasSetStartedQuality?this.providerContainer.providerOutput.availableVideoTracks$.pipe(Y(e=>e.length>0),Q()).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`,cv(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`,cv(e)),this.desiredState.externalTextTracks.startTransitionTo(e.map(e=>({type:`external`,...e})))}),this}selectTextTrack(e){return this.waitInit(()=>{Bv(e,this.desiredState.currentTextTrack,this.providerContainer?.providerOutput.availableTextTracks$,t=>t.id===e),this.tracer.log(`selectTextTrack`,{textTrackId:e})}),this}setTextTrackCueSettings(e){return this.waitInit(()=>{this.tracer.log(`setTextTrackCueSettings`,{...e}),this.desiredState.textTrackCuesSettings.startTransitionTo(e)}),this}setLiveLowLatency(e){let t=this.info.isLive$.getValue(),n=this.desiredState.isLowLatency.getState();return!t||n===e?this:(this.tracer.log(`live switch to low latency `+e),this.desiredState.isLowLatency.setState(e),this.seekTime(0))}setLooped(e){return this.waitInit(()=>{this.tracer.log(`setLooped`,{isLooped:e}),this.desiredState.isLooped.startTransitionTo(e)}),this}toggleChromecast(){this.tracer.log(`toggleChromecast`),this.chromecastInitializer.toggleConnection()}getExactTime(){if(!this.providerContainer)return 0;let e=this.providerContainer.providerOutput.element$.getValue();if(vv(e))return this.info.position$.getValue();let t=this.desiredState.seekState.getState(),n=t.state===`none`?void 0:t.position;return _v(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(_v(t)?t:this.info.liveTime$.getValue()??0)/1e3}getAllLogs(){return this.logger.getAllLogs()}getDebugData(){return this.info.debugData$.getValue()}buildDebugData([t,n,r,i,a,o,s,c,l,u,d,f,p,m,h,g,_,v,y]){let b={version:e,volume:Math.round(v*100),muted:y,provider:t,cdn:n,videoSize:r?`${r.width}x${r.height}`:void 0,speed:u,bitrate:d,liveLatency:f,currentVideoSegmentLength:p,currentAudioSegmentLength:m,videoCodec:h?.codec,audioCodec:g?.codec,hdr:h?.hdr,audioLanguage:g?.language,position:_};return i&&o&&(c&&l?(b.videoBuffer=i.end-l,b.nativeVideoBuffer=o.end-l):(b.videoBuffer=Math.max(i.end-_,0),b.nativeVideoBuffer=Math.max(o.end-_,0))),a&&(b.audioBuffer=Math.max(a.end-_,0),s&&(b.nativeAudioBuffer=Math.max(s.end-_,0))),b}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})}initDebugDataSubscriptions(){this.subscription.add(Av([this.info.currentFormat$,this.info.hostname$,this.info.intrinsicVideoSize$,this.info.currentVideoBuffer$,this.info.currentAudioBuffer$,this.info.currentNativeVideoBuffer$,this.info.currentNativeAudioBuffer$,this.info.isLive$,this.info.liveBufferTime$,this.info.throughputEstimation$,this.info.videoBitrate$,this.info.liveLatency$,this.info.currentVideoSegmentLength$,this.info.currentAudioSegmentLength$,this.info.currentVideoStream$,this.info.currentAudioStream$,this.info.position$,this.info.volume$,this.info.muted$]).pipe(Z(e=>this.buildDebugData(e))).subscribe(this.info.debugData$))}initDesiredStateSubscriptions(){this.persistentSubscription.add(xv(this.desiredState.playbackState.stateChangeStarted$,this.desiredState.playbackState.forceChanged$).pipe(Z(e=>e.to)).subscribe(this.info.playbackState$)).add(this.desiredState.isLooped.stateChangeEnded$.pipe(Z(e=>e.to)).subscribe(this.info.isLooped$)).add(this.desiredState.playbackRate.stateChangeEnded$.pipe(Z(e=>e.to)).subscribe(this.info.currentPlaybackRate$)).add(this.desiredState.autoVideoTrackSwitching.stateChangeEnded$.pipe(Z(e=>e.to)).subscribe(this.info.isAutoQualityEnabled$)).add(this.desiredState.autoVideoTrackLimits.stateChangeEnded$.pipe(Z(e=>e.to)).subscribe(e=>{this.info.autoQualityLimits$.next(e);let{highQualityLimit:t,trafficSavingLimit:n}=this.tuning.autoTrackSelection;this.info.predefinedQualityLimitType$.next(hi(e,t,n))})).add(xv(this.desiredState.playbackState.stateChangeStarted$,this.desiredState.playbackState.forceChanged$).pipe(Y(({from:e})=>e===`stopped`)).subscribe(()=>{this.initedAt=Sv(),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`,cv(e)),e.state===`requested`?this.desiredState.seekState.setState({...e,state:`applying`}):this.events.managedError$.next({id:`WillSeekIn${e.state}`,category:sv.WTF,message:`Received unexpeceted willSeek$`})})).add(e.providerOutput.soundProhibitedEvent$.pipe(Q()).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`,cv(e)),e.state===`applying`&&(this.desiredState.seekState.setState({state:`none`}),this.events.seeked$.next())})).add(e.current$.pipe(Z(e=>e.type)).subscribe(this.info.currentFormat$)).add(e.current$.pipe(Z(e=>e.destination),X()).subscribe(()=>this.isPlaybackStarted=!1)).add(e.providerOutput.availableVideoStreams$.subscribe(this.info.availableVideoStreams$)).add(e.providerOutput.availableVideoTracks$.subscribe(this.info.availableVideoTracks$)).add(av({availableVideoTracks:e.providerOutput.availableVideoTracks$,currentVideoStream:e.providerOutput.currentVideoStream$}).pipe(Z(({availableVideoTracks:e,currentVideoStream:t})=>e.filter(e=>t?t.id===e.streamId:!0).map(({quality:e})=>e).sort((e,t)=>gv(e)?1:gv(t)?-1:hv(t,e)?1:-1))).subscribe(this.info.availableQualities$)).add(e.providerOutput.availableVideoTracks$.subscribe(e=>{let t={};for(let n of e)n.fps&&(t[n.quality]=n.fps);this.info.availableQualitiesFps$.next(t)})).add(e.providerOutput.availableAudioStreams$.subscribe(this.info.availableAudioStreams$)).add(e.providerOutput.currentVideoStream$.subscribe(this.info.currentVideoStream$)).add(e.providerOutput.currentAudioStream$.subscribe(this.info.currentAudioStream$)).add(e.providerOutput.availableAudioTracks$.subscribe(this.info.availableAudioTracks$)).add(e.providerOutput.isAudioAvailable$.pipe(X()).subscribe(this.info.isAudioAvailable$)).add(e.providerOutput.currentVideoTrack$.pipe(Y(e=>_v(e))).subscribe(e=>{this.info.currentQuality$.next(e?.quality),this.info.videoBitrate$.next(e?.bitrate)})).add(e.providerOutput.currentVideoSegmentLength$.pipe(X((e,t)=>Math.round(e)===Math.round(t))).subscribe(this.info.currentVideoSegmentLength$)).add(e.providerOutput.currentAudioSegmentLength$.pipe(X((e,t)=>Math.round(e)===Math.round(t))).subscribe(this.info.currentAudioSegmentLength$)).add(e.providerOutput.hostname$.pipe(X()).subscribe(this.info.hostname$)).add(e.providerOutput.httpConnectionType$.pipe(X()).subscribe(this.info.httpConnectionType$)).add(e.providerOutput.httpConnectionReused$.pipe(X()).subscribe(this.info.httpConnectionReused$)).add(e.providerOutput.httpConnectionMetrics$.pipe(X()).subscribe(this.info.httpConnectionMetrics$)).add(e.providerOutput.httpDownloadMetrics$.pipe(X()).subscribe(this.info.httpDownloadMetrics$)).add(e.providerOutput.currentTextTrack$.subscribe(this.info.currentTextTrack$)).add(e.providerOutput.availableTextTracks$.subscribe(this.info.availableTextTracks$)).add(e.providerOutput.autoVideoTrackLimitingAvailable$.subscribe(this.info.autoQualityLimitingAvailable$)).add(e.providerOutput.autoVideoTrackLimits$.subscribe(e=>{this.desiredState.autoVideoTrackLimits.setState(e??{})})).add(e.providerOutput.currentVideoBuffer$.pipe(Z(e=>e?{start:e.from,end:e.to}:{start:0,end:0})).subscribe(this.info.currentVideoBuffer$)).add(e.providerOutput.currentAudioBuffer$.pipe(Z(e=>e?{start:e.from,end:e.to}:{start:0,end:0})).subscribe(this.info.currentAudioBuffer$)).add(e.providerOutput.currentNativeVideoBuffer$.pipe(Z(e=>e?{start:e.from,end:e.to}:{start:0,end:0})).subscribe(this.info.currentNativeVideoBuffer$)).add(e.providerOutput.currentNativeAudioBuffer$.pipe(Z(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(Ev(e=>e&&this.stop())).subscribe(this.info.isLiveEnded$)).add(e.providerOutput.canPlayLiveTailBuffer$.subscribe(this.info.canPlayLiveTailBuffer$)).add(e.providerOutput.canChangePlaybackSpeed$.subscribe(this.info.canChangePlaybackSpeed$)).add(e.providerOutput.liveTime$.pipe(X()).subscribe(this.info.liveTime$)).add(e.providerOutput.liveBufferTime$.subscribe(this.info.liveBufferTime$)).add(e.providerOutput.liveLatency$.subscribe(this.info.liveLatency$)).add(av({hasLiveOffsetByPaused:xv(this.desiredState.playbackState.stateChangeStarted$,this.desiredState.playbackState.forceChanged$).pipe(Z(e=>e.to),X(),Z(e=>e===`paused`)),isLowLatency:e.providerOutput.isLowLatency$}).subscribe(({hasLiveOffsetByPaused:e,isLowLatency:t})=>{if(j.clearTimeout(this.hasLiveOffsetByPausedTimer),e){this.hasLiveOffsetByPausedTimer=j.setTimeout(()=>{this.hasLiveOffsetByPaused.next(!0)},this.getActiveLiveDelay(t));return}this.hasLiveOffsetByPaused.next(!1)})).add(av({atLiveEdge:av({isLive:e.providerOutput.isLive$,isLowLatency:e.providerOutput.isLowLatency$,position:Fv({seekState:this.desiredState.seekState,position$:e.providerOutput.position$})}).pipe(Z(({isLive:e,position:t,isLowLatency:n})=>{let r=this.getActiveLiveDelay(n);return e&&Math.abs(t)<r/1e3}),X(),Ev(e=>e&&this.setPlaybackRate(1))),hasPausedTimeoutCase:this.hasLiveOffsetByPaused}).pipe(Z(({atLiveEdge:e,hasPausedTimeoutCase:t})=>e&&!t)).subscribe(this.info.atLiveEdge$)).add(av({isLive:e.providerOutput.isLive$,position:M.browser.isSafari&&this.tuning.useSafariOptimisticPositionForLiveEdgeBugfix?Fv({seekState:this.desiredState.seekState,position$:e.providerOutput.position$}):e.providerOutput.position$,duration:e.providerOutput.duration$}).pipe(Z(({isLive:e,position:t,duration:n})=>e&&(Math.abs(n)-Math.abs(t))*1e3<this.tuning.live.activeLiveDelay),X(),Ev(e=>e&&this.setPlaybackRate(1))).subscribe(this.info.atLiveDurationEdge$)).add(e.providerOutput.volume$.pipe(Z(e=>e.muted),X()).subscribe(this.info.muted$)).add(e.providerOutput.volume$.pipe(Z(e=>e.volume),X()).subscribe(this.info.volume$)).add(Fv({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(xv(e.providerOutput.endedEvent$.pipe(bv(!0)),e.providerOutput.seekedEvent$.pipe(bv(!1))).pipe(X()).subscribe(this.info.isEnded$)).add(e.providerOutput.endedEvent$.subscribe(this.events.ended$)).add(e.providerOutput.loopedEvent$.subscribe(this.events.looped$)).add(e.providerError$.subscribe(this.events.managedError$)).add(e.providerOutput.updateDurationError$.subscribe(this.events.managedError$)).add(e.providerOutput.fetcherRecoverableError$.subscribe(this.events.fetcherRecoverableError$)).add(e.providerOutput.fetcherError$.pipe(Y(e=>e.category===sv.FATAL)).subscribe(this.events.fatalError$)).add(e.volumeMultiplierError$.subscribe(this.events.managedError$)).add(e.noAvailableProvidersError$.pipe(Z(({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`),iv(r),{id:r,category:sv.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(Q()).subscribe(this.events.manifestRequested$)).add(e.providerOutput.firstBytesManifest$.pipe(Q()).subscribe(this.events.firstBytesManifest$)).add(e.providerOutput.manifestReceived$.pipe(Q()).subscribe(this.events.manifestReceived$)).add(e.providerOutput.firstBytesRequested$.pipe(Q()).subscribe(this.events.firstBytesRequested$)).add(e.providerOutput.firstBytesReceived$.pipe(Q()).subscribe(this.events.firstBytesReceived$)).add(e.providerOutput.firstBytesEvent$.pipe(Q(),Z(e=>e??Sv()-this.initedAt)).subscribe(this.events.firstBytes$)).add(e.providerOutput.loadedMetadataEvent$.subscribe(this.events.loadedMetadata$)).add(e.providerOutput.firstFrameEvent$.pipe(Q(),Z(()=>Sv()-this.initedAt)).subscribe(this.events.firstFrame$)).add(e.providerOutput.canplay$.pipe(Q(),Z(()=>Sv()-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 kv(!1);this.subscription.add(e.providerOutput.seekedEvent$.subscribe(()=>t.next(!1))).add(e.providerOutput.willSeekEvent$.subscribe(()=>t.next(!0)));let n=new kv(!0);this.subscription.add(e.current$.subscribe(()=>n.next(!0))).add(this.desiredState.playbackState.stateChangeEnded$.pipe(Y(({to:e})=>e===`playing`),Q()).subscribe(()=>n.next(!1)));let r=0,i=0,a=xv(e.providerOutput.isBuffering$,t,n).pipe(Z(()=>{let r=e.providerOutput.isBuffering$.getValue(),i=t.getValue()||n.getValue();return r&&!i}),X());this.subscription.add(a.subscribe(e=>{let{stallIgnoreThreshold:t,stallHandlingStrategy:n}=this.tuning;e?(i=Sv(),n===`verbose`&&this.info.stallStartTime$.next(i),r=j.setTimeout(()=>{this.info.isStalled$.next(!0),i&&this.info.stallStartTime$.next(n===`exclude-threshold`?Sv():i)},t)):(j.clearTimeout(r),this.info.isStalled$.next(!1),i=0,this.info.stallStartTime$.next(0))})),this.subscription.add(xv(e.providerOutput.canplay$,e.providerOutput.firstFrameEvent$,e.providerOutput.firstBytesEvent$).subscribe(()=>{let t=e.providerOutput.element$.getValue();this.setIntrinsicVideoSize({width:t?.videoWidth,height:t?.videoHeight})})).add(e.providerOutput.currentVideoTrack$.subscribe(t=>{let n=e.providerOutput.element$.getValue();this.setIntrinsicVideoSize({width:t?.size?.width,height:t?.size?.height},{width:n?.videoWidth,height:n?.videoHeight})})),this.subscription.add(xv(e.providerOutput.inPiP$,e.providerOutput.inFullscreen$,e.providerOutput.element$,e.providerOutput.elementVisible$,this.chromecastInitializer.castState$).subscribe(()=>{let t=e.providerOutput.inPiP$.getValue(),n=e.providerOutput.inFullscreen$.getValue(),r=e.providerOutput.element$.getValue(),i=e.providerOutput.elementVisible$.getValue(),a=this.chromecastInitializer.castState$.getValue(),o;o=a===`CONNECTED`?`second_screen`:r?i?t?`pip`:n?`fullscreen`:`inline`:`invisible`:`none`,this.info.surface$.getValue()!==o&&this.info.surface$.next(o)}))}initChromecastSubscription(){this.subscription.add(this.chromecastInitializer.castState$.subscribe(this.info.chromecastState$)),this.subscription.add(this.chromecastInitializer.connection$.pipe(Z(e=>e?.castDevice.friendlyName)).subscribe(this.info.chromecastDeviceName$)),this.subscription.add(this.chromecastInitializer.errorEvent$.subscribe(this.events.managedError$))}initStartingVideoTrack(e){let t=new Tv;this.subscription.add(t),this.subscription.add(e.current$.pipe(X((e,t)=>e.provider===t.provider)).subscribe(()=>{t.unsubscribe(),t.add(e.providerOutput.availableVideoTracks$.pipe(Y(e=>e.length>0),Q()).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||=Bi({videoTracks:e,tuning:this.tuning,abrLogger:this.abrLogger,tracer:this.tracer,container:this.domContainer?.getBoundingClientRect()??null,panelSize:this.config.panelSize??null,estimatedThroughput:this.throughputEstimator.throughput$.getValue(),limits:this.desiredState.autoVideoTrackLimits.getState(),playbackRate:this.info.currentPlaybackRate$.getValue(),forwardBufferHealth:0}),this.desiredState.videoTrack.startTransitionTo(t),this.info.currentQuality$.next(t.quality),this.info.videoBitrate$.next(t.bitrate)}initLogs(){this.persistentSubscription.add(xv(this.desiredState.videoTrack.stateChangeStarted$.pipe(Z(e=>({transition:e,entity:`quality`,type:`start`}))),this.desiredState.videoTrack.stateChangeEnded$.pipe(Z(e=>({transition:e,entity:`quality`,type:`end`}))),this.desiredState.autoVideoTrackSwitching.stateChangeStarted$.pipe(Z(e=>({transition:e,entity:`autoQualityEnabled`,type:`start`}))),this.desiredState.autoVideoTrackSwitching.stateChangeEnded$.pipe(Z(e=>({transition:e,entity:`autoQualityEnabled`,type:`end`}))),this.desiredState.seekState.stateChangeStarted$.pipe(Z(e=>({transition:e,entity:`seekState`,type:`start`}))),this.desiredState.seekState.stateChangeEnded$.pipe(Z(e=>({transition:e,entity:`seekState`,type:`end`}))),this.desiredState.playbackState.stateChangeStarted$.pipe(Z(e=>({transition:e,entity:`playbackState`,type:`start`}))),this.desiredState.playbackState.stateChangeEnded$.pipe(Z(e=>({transition:e,entity:`playbackState`,type:`end`})))).pipe(Z(e=>({component:`desiredState`,message:`[${e.entity} change] ${e.type}: ${JSON.stringify(e.transition)}`}))).subscribe(this.logger.log)),this.persistentSubscription.add(this.logger.log$.subscribe(this.events.log$))}initDebugTelemetry(){let e=this.providerContainer?.providerOutput;iv(this.providerContainer),iv(e),mf(),this.experimental.enableDebugTelemetry$.next(this.tuning.enableTelemetryAtStart),[this.experimental.enableDebugTelemetry$.subscribe(e=>pf(e)),this.providerContainer.current$.subscribe(({type:e})=>gf(`provider`,e)),e.duration$.subscribe(e=>gf(`duration`,e)),e.availableVideoTracks$.pipe(Y(e=>!!e.length),Q()).subscribe(e=>gf(`tracks`,e)),this.events.fatalError$.subscribe(new _f(`fatalError`)),this.events.managedError$.subscribe(new _f(`managedError`)),e.position$.subscribe(new _f(`position`)),e.currentVideoTrack$.pipe(Z(e=>e?.quality)).subscribe(new _f(`quality`)),this.info.currentVideoBuffer$.subscribe(new _f(`buffer`)),e.isBuffering$.subscribe(new _f(`isBuffering`))].forEach(e=>this.subscription.add(e)),gf(`codecs`,M.video.supportedCodecs)}initTracerSubscription(){let e=fv(this.tracer.log.bind(this.tracer)),t=fv(this.tracer.error.bind(this.tracer));this.subscription.add(this.info.playbackState$.subscribe(e(`playbackState`))).add(this.info.isLooped$.subscribe(e(`isLooped`))).add(this.info.currentPlaybackRate$.pipe(X()).subscribe(e(`currentPlaybackRate`))).add(this.info.isAutoQualityEnabled$.subscribe(e(`isAutoQualityEnabled`))).add(this.info.autoQualityLimits$.subscribe(e(`autoQualityLimits`))).add(this.info.currentFormat$.subscribe(e(`currentFormat`))).add(this.info.availableQualities$.subscribe(e(`availableQualities`))).add(this.info.availableQualitiesFps$.subscribe(e(`availableQualitiesFps`))).add(this.info.availableAudioTracks$.subscribe(e(`availableAudioTracks`))).add(this.info.isAudioAvailable$.subscribe(e(`isAudioAvailable`))).add(av({currentQuality:this.info.currentQuality$,videoBitrate:this.info.videoBitrate$}).pipe(Y(({currentQuality:e,videoBitrate:t})=>!!e&&!!t),X((e,t)=>e.currentQuality===t.currentQuality)).subscribe(e(`currentVideoTrack`))).add(this.info.currentVideoSegmentLength$.pipe(Y(e=>e>0),X()).subscribe(e(`currentVideoSegmentLength`))).add(this.info.currentAudioSegmentLength$.pipe(Y(e=>e>0),X()).subscribe(e(`currentAudioSegmentLength`))).add(this.info.hostname$.subscribe(e(`hostname`))).add(this.info.currentTextTrack$.subscribe(e(`currentTextTrack`))).add(this.info.availableTextTracks$.subscribe(e(`availableTextTracks`))).add(this.info.autoQualityLimitingAvailable$.subscribe(e(`autoQualityLimitingAvailable`))).add(av({currentBuffer:this.info.currentVideoBuffer$.pipe(Y(e=>e.end>0),X((e,t)=>e.end===t.end&&e.start===t.start)),position:this.info.position$.pipe(X())}).pipe(Dv(1e3)).subscribe(e(`currentBufferAndPosition`))).add(this.info.duration$.pipe(X()).subscribe(e(`duration`))).add(this.info.isBuffering$.subscribe(e(`isBuffering`))).add(this.info.isLive$.pipe(X()).subscribe(e(`isLive`))).add(this.info.canChangePlaybackSpeed$.pipe(X()).subscribe(e(`canChangePlaybackSpeed`))).add(av({liveTime:this.info.liveTime$,liveBufferTime:this.info.liveBufferTime$,position:this.info.position$}).pipe(Y(({liveTime:e,liveBufferTime:t})=>!!e&&!!t),Dv(1e3)).subscribe(e(`liveBufferAndPosition`))).add(this.info.atLiveEdge$.pipe(X(),Y(e=>e===!0)).subscribe(e(`atLiveEdge`))).add(this.info.atLiveDurationEdge$.pipe(X(),Y(e=>e===!0)).subscribe(e(`atLiveDurationEdge`))).add(this.info.muted$.pipe(X()).subscribe(e(`muted`))).add(this.info.volume$.pipe(X()).subscribe(e(`volume`))).add(this.info.isEnded$.pipe(X(),Y(e=>e===!0)).subscribe(e(`isEnded`))).add(this.info.availableSources$.subscribe(e(`availableSources`))).add(av({throughputEstimation:this.info.throughputEstimation$,rtt:this.info.rttEstimation$}).pipe(Y(({throughputEstimation:e,rtt:t})=>!!e&&!!t),Dv(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(){let e=pv();if(!e.navigator.wakeLock||!this.tuning.enableWakeLock)return;let t,n=()=>{t?.release(),t=void 0},r=async()=>{n(),t=await window.navigator.wakeLock.request(`screen`).catch(e=>{e instanceof DOMException&&e.name===`NotAllowedError`||this.events.managedError$.next({id:`WakeLock`,category:sv.DOM,message:String(e)})})};this.subscription.add(xv(lv(e.document,`visibilitychange`),lv(e.document,`fullscreenchange`),this.desiredState.playbackState.stateChangeEnded$).subscribe(()=>{let i=e.document.visibilityState===`visible`,a=this.desiredState.playbackState.getState()===`playing`,o=!!t&&!t?.released;i&&a?o||r():n()})).add(this.events.willDestruct$.subscribe(n))}setVideoTrackIdByQuality(e,t){let n=e.find(e=>e.quality===t);this.tracer.log(`setVideoTrackIdByQuality`,cv({quality:t,availableTracks:cv(e),track:cv(n),isAutoQuality:!n})),n?n.tvDisabled?(this.setAutoQuality(!0),this.events.managedError$.next({id:`SetQualityTrackTvDisabled`,category:sv.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 pv().document.hidden&&this.tuning.autoplayOnlyInActiveTab&&!Ja()}}import{Subscription as Qv,Observable as $v,Subject as ey,ValueSubject as ty,VideoQuality as ny}from"@vkontakte/videoplayer-shared";var ry=`@vkontakte/videoplayer-core@${e}`;export{Ae as isMobile,M as clientChecker,it as areValidLiveRecordSources,Za as WebmCodecStrategy,ny as VideoQuality,n as VideoFormat,r as VideoCodecName,ty as ValueSubject,e as VERSION,o as Surface,Qv as Subscription,ey as Subject,ry as SDK_VERSION,s as PredefinedQualityLimits,Zv as Player,t as PlaybackState,$v as Observable,a as HttpConnectionType,i as ChromecastState};
|
|
38
|
+
===== DASH_LIVE DEBUG END ====`),n){let t=e.reduce((e,{time:t,data:n,stack:r})=>{let i=Object.entries(n).map(([e,t])=>`${e}:${t}`).join(`,`);return e+=`${t}: ${i}${r?`: ${r}`:``};`,e},``);Eg.push(`core`,{key:`vp_dash_live_debug`,strings:[t]})}};return e.add(this.providerError$.subscribe(e=>{e.id.startsWith(`ProviderHangup`)&&(I({m:`final.0`,e:e.id}),t())})).add(this.noAvailableProvidersError$.subscribe(()=>{I({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`,Tg(t)):this.tracer.error(`providerError`,Tg(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}}import{fromEvent as M_,once as N_,combine as P_,Subscription as F_,ValueSubject as I_,map as L_,filter as R_,isNonNullable as z_,now as J,safeStorage as B_,getWindow as V_}from"@vkontakte/videoplayer-shared";var H_=`vk_uvp_throughput`,U_=`vk_uvp_rtt`,W_=`one_video_throughput`,G_=`one_video_rtt`,K_=()=>{let{navigator:e}=V_();if(e)return e.connection},q_=()=>{let e=K_()?.downlink;if(z_(e)&&e!==10)return e*1e3},J_=()=>{let e=K_()?.rtt;if(z_(e)&&e!==3e3)return e},Y_=(e,t,n)=>{let r=n*8;return r/(r/e+t)};class X_{throughput;rtt;subscription=new F_;tuningConfig;concurrentDownloads=new Map;throughput$;rtt$;rttAdjustedThroughput$;constructor(e){this.tuningConfig=e;let t=X_.loadStored(H_,W_,e)||(e.useBrowserEstimation?q_():void 0)||e.initialThroughput,n=X_.loadStored(U_,G_,e)??(e.useBrowserEstimation?J_():void 0)??0;if(this.throughput$=new I_(t),this.rtt$=new I_(n),this.rttAdjustedThroughput$=new I_(Y_(t,n,e.rttPenaltyRequestSize)),this.throughput=sf.getSmoothedValue(t,-1,e),this.rtt=sf.getSmoothedValue(n,1,e),e.useBrowserEstimation){let e=()=>{let e=q_();e&&this.throughput.next(e);let t=J_();z_(t)&&this.rtt.next(t)},t=K_();t&&`onchange`in t&&this.subscription.add(M_(t,`change`).subscribe(e)),e()}this.subscription.add(this.throughput.smoothed$.subscribe(t=>{X_.writeStored(H_,W_,t,e)})),this.subscription.add(this.rtt.smoothed$.subscribe(t=>{X_.writeStored(U_,G_,t,e)})),this.subscription.add(this.throughput.debounced$.pipe(L_(e=>Math.round(e))).subscribe(this.throughput$)),this.subscription.add(this.rtt.debounced$.subscribe(this.rtt$)),this.subscription.add(P_({throughput:this.throughput.smoothed$,rtt:this.rtt.smoothed$}).pipe(L_(({throughput:t,rtt:n})=>Y_(t,n,e.rttPenaltyRequestSize)),R_(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=J(),r=new F_;switch(this.subscription.add(r),this.concurrentDownloads.set(e,J()),e.readyState){case 4:break;case 3:case 2:r.add(M_(e,`progress`).pipe(N_()).subscribe(e=>{t=e.loaded,n=J()}));break;case 1:case 0:r.add(M_(e,`loadstart`).subscribe(()=>{t=0,n=J()}));break}r.add(M_(e,`loadend`).subscribe(i=>{if(e.status===200){let e=i.loaded,r=J(),a=e-t,o=r-n;this.addRawSpeed(a,o,1)}this.concurrentDownloads.delete(e),r.unsubscribe()}))}trackStream(e,t=!1){let n=e.getReader();if(!n){e.cancel(`Could not get reader`);return}let r=0,i=J(),a=0,o=J(),s=t=>{this.concurrentDownloads.delete(e),n.releaseLock(),e.cancel(`Throughput Estimator error: ${t}`).catch(()=>{})},c=async({done:l,value:u})=>{if(l){if(!t){let e=this.tuningConfig.measureFastSamples?this.countActiveDownloads(i):1;this.addRawSpeed(r,J()-i,e)}this.concurrentDownloads.delete(e)}else if(u){if(this.tuningConfig.measureFastSamples&&this.concurrentDownloads.set(e,J()),t){let e=J();if(e-o>this.tuningConfig.lowLatency.continuesByteSequenceInterval||e-i>this.tuningConfig.lowLatency.maxLastEvaluationTimeout){let e=o-i;e&&this.addRawSpeed(a,e,1,t),a=u.byteLength,i=J()}else a+=u.byteLength;o=J()}else if(r+=u.byteLength,a+=u.byteLength,a>=this.tuningConfig.streamMinSampleSize&&J()-o>=this.tuningConfig.streamMinSampleTime){let e=this.tuningConfig.measureFastSamples?this.countActiveDownloads(o):this.concurrentDownloads.size;this.addRawSpeed(a,J()-o,e),a=0,o=J()}await n?.read().then(c,s)}};this.concurrentDownloads.set(e,J()),n?.read().then(c,s)}addRawSpeed(e,t,n=1,r=!1){if(this.sanityCheck(e,t,r)){let i=e*8/t*n;if(this.isFastSample(t,r)&&i<this.throughput.smoothed$.getValue())return;this.throughput.next(i)}}countActiveDownloads(e){let t=0;return this.concurrentDownloads.forEach(n=>{n>=e&&t++}),Math.max(t,1)}isFastSample(e,t){return this.tuningConfig.measureFastSamples&&!t&&e<=this.tuningConfig.cacheThresholdSize}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=B_.get(t);if(!z_(e))return;let n=parseInt(e,10);return isNaN(n)?void 0:n}let r=B_.get(e)??B_.get(t);if(z_(r))try{let e=JSON.parse(r);if(typeof e==`object`&&e&&typeof e.value==`number`)return X_.validateStored(e,n)}catch{}}static writeStored(e,t,n,r){if(!r.useThroughputTtl){B_.set(t,n.toFixed(0));return}let i=JSON.stringify({value:Math.round(n),timestamp:Date.now(),networkType:K_()?.effectiveType});B_.set(e,i)}static validateStored(e,t){if(!t.useThroughputTtl)return e.value;if(Date.now()-e.timestamp>t.storedThroughputTtlMs)return;let n=K_()?.effectiveType;if(!(n!==void 0&&e.networkType!==void 0&&n!==e.networkType))return e.value}}var Z_=X_;import{fillWithDefault as Q_,VideoQuality as $_}from"@vkontakte/videoplayer-shared";var ev={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,cacheHitTtfbMaxMs:10,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:$_.Q_4320P,activeVideoAreaThreshold:.1,highQualityLimit:$_.Q_720P,trafficSavingLimit:$_.Q_480P,lowQualityTelemetryLimit:$_.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:$_.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,brokenSegmentAppendDetection:!1,brokenSegmentAppendTolerance:100,useFetchPriorityHints:!0,enableBaseUrlSupport:!0,maxSegmentRetryCount:5,sourceOpenTimeout:1e3,vktvAbrThrottle:0,timeupdateEventTickThrottle:300,fetcherBufferOptimisation:!0,usePersistentGaps:!1,abrThrottle:0,useVideoElementWaitingCurrentTimeReassign:!0,useVideoElementProgressCurrentTimeReassign:!1,stallWatchdogInterval:100,liveUpdateInterval:1e3,liveStallReinitInterval:3e3,ignoreNetworkErrorsOnLoadInit:!1,bufferTolerance:100,minNativeBufferSize:5e3,removeTimeShiftFromSegment:500,tickMaintainInterval:100,minSafeBufferToPlay:0,useBufferHoldingOnlyOnStall:!0,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`],useFailoverHostsOnAllProviderCrash:!1,saveData3gQualityLimit:$_.Q_240P,saveData2gQualityLimit:$_.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:$_.Q_480P,tracerResumeOnUnexpectedStall:!1,tracerResumeOnLowQuality:!1,disableStallWatchdogReinitDecoder:!1,resolveQueueOnDestroy:!1,recoverStuckSegmentLoading:!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,disableLiveSeekWithoutOffsetMarker:!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`,stallIgnoreOnPause:!1,gapWatchdogInterval:50,requestQuick:!1,useHlsJs:!1,disableHlsOnDesktop:!1,useNativeHLSTextTracks:!1,useNewSwitchTo:!1,alwaysAbortPreviousSwitch:!1,useDashProviderVirtual:!1,useDashProviderVirtualMobile:!1,useDashLiveProviderVirtual:!1,useDashLiveProviderVirtualMobile:!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,clearAudioElementOnDispose:!0,readyOnLoadedMetadata:!1},tv=e=>Q_(e,ev);import{assertNonNullable as nv,combine as rv,devNull as iv,ErrorCategory as av,filter as Y,filterChanged as X,flattenObject as ov,fromEvent as sv,getPlayerId as cv,getTimersDiagnostics as lv,getTraceSubscriptionMethod as uv,getWindow as dv,InternalsExposure as fv,isHigher as pv,isInvariantQuality as mv,isNonNullable as hv,isNullable as gv,Logger as _v,map as Z,mapTo as vv,merge as yv,now as bv,once as Q,releaseTimers as xv,retainTimers as Sv,Subject as $,Subscription as Cv,tap as wv,throttle as Tv,TracerFactory as Ev,ValueSubject as Dv,combineLatest as Ov}from"@vkontakte/videoplayer-shared";import{merge as kv,map as Av,filter as jv,isNonNullable as Mv}from"@vkontakte/videoplayer-shared";var Nv=({seekState:e,position$:t})=>kv(e.stateChangeEnded$.pipe(Av(({to:e})=>e.state===`none`?void 0:(e.position??NaN)/1e3),jv(Mv)),t.pipe(jv(()=>e.getState().state===`none`)));import{assertNonNullable as Pv}from"@vkontakte/videoplayer-shared";var Fv=e=>{let t=typeof e.container==`string`?document.getElementById(e.container):e.container;return Pv(t,`Wrong container or containerId {${e.container}}`),t};import{filter as Iv,once as Lv}from"@vkontakte/videoplayer-shared";var Rv=(e,t,n,r)=>{e!==void 0&&t.getState()===void 0&&t.getPrevState()===void 0&&n?.getValue().length===0?n.pipe(Iv(e=>e.length>0),Lv()).subscribe(n=>{n.find(r)&&t.startTransitionTo(e)}):(e===void 0||n?.getValue().find(r))&&t.startTransitionTo(e)};import{requestIdleCallbackPolyfilled as zv}from"@vkontakte/videoplayer-shared";import{cancelIdleCallbackPolyfilled as Bv}from"@vkontakte/videoplayer-shared";import{devNull as Vv,getWindow as Hv}from"@vkontakte/videoplayer-shared";var Uv=()=>{let e=`mediaCapabilities`in Hv().navigator?Wv:Gv,t=zv(async()=>{let t=await Promise.all(Object.entries(Kv).map(async([t,n])=>({codec:t,supported:await e(n)}))),n=[A.browser.current,...t.map(e=>JSON.stringify(e))].slice(0,16);return Vv.push(`core`,{key:`videoplayer_decoding_info`,strings:n}),t});return()=>Bv(t)},Wv=async e=>{if(!e)return Promise.resolve({supported:!1});let t={[`channels`in e?`audio`:`video`]:e};return await Hv().navigator.mediaCapabilities.decodingInfo({type:`media-source`,...t})},Gv=e=>{if(!e)return Promise.resolve({supported:!1});let t=Hv().document,n=`channels`in e?t.createElement(`audio`):t.createElement(`video`);return Promise.resolve({supported:n.canPlayType(e?.contentType??``)===`probably`})},Kv={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}},qv={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,debugData$:{volume:0,muted:!1}},Jv={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 Yv{subscription=new Cv;persistentSubscription=new Cv;domContainer=null;providerContainer;chromecastInitializer;logger=new _v;tracer;abrLogger=this.logger.createComponentLog(`ABR`);config;tuning;throughputEstimator;internalsExposure=null;isPlaybackStarted=!1;suppressWillStop=!1;initedAt;hasLiveOffsetByPaused=new Dv(!1);hasLiveOffsetByPausedTimer=0;playerInitRequest=0;playerInited=new Dv(!1);explicitInitialQuality;wasSetStartedQuality=!1;desiredState=Object.entries(Jv).reduce((e,[t,n])=>(e[t]=new Ft(n),e),{});info=Object.entries(qv).reduce((e,[t,n])=>(e[t]=new Dv(n),e),{});events={inited$:new $,ready$:new $,started$:new $,playing$:new $,paused$:new $,stopped$:new $,willReady$:new $,willStart$:new $,willResume$:new $,willPause$:new $,willStop$:new $,willDestruct$:new $,watchCoverageRecord$:new $,watchCoverageLive$:new $,managedError$:new $,fatalError$:new $,fetcherRecoverableError$:new $,ended$:new $,looped$:new $,seeked$:new $,willSeek$:new $,autoplaySoundProhibited$:new $,manifestRequested$:new $,firstBytesManifest$:new $,manifestReceived$:new $,firstBytesRequested$:new $,firstBytesReceived$:new $,firstBytes$:new $,loadedMetadata$:new $,firstFrame$:new $,canplay$:new $,log$:new $,fetcherError$:new $,severeStallOccured$:new $};experimental={element$:new Dv(void 0),enableDebugTelemetry$:new Dv(!1),dumpTelemetry:Zd,getCurrentTime$:new Dv(null),skipVideoElVolumeSync$:new Dv(!1)};devNullLog;collectDecodingInfoDestroyCb;hasReleasedTimers=!1;constructor(e={},t=Ev.createRootTracer(`fake`),n){this.initLogs(),this.tuning=tv(e),this.tracer=t,Sv(this.tuning.useWorkerTimers),this.tuning.suppressExceptionsInObservables&&(Object.values(this.info).forEach(e=>e.setSuppressErrors(!0)),Object.values(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 At(r):new C(r),this.throughputEstimator=new Z_(this.tuning.throughputEstimator),e.exposeInternalsToGlobal&&(this.internalsExposure=new fv(`core`,cv(n?.playerId)),this.internalsExposure.expose({player:this,getTimersDiagnostics:lv})),this.initChromecastSubscription(),this.initDesiredStateSubscriptions(),this.initDebugDataSubscriptions(),this.devNullLog=n?.onDevNullLog,iv.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[`number`,`string`,`boolean`].includes(n)?t:t===null?null:`<${n}>`})),i=`Player.${String(t)}`,a=`Exception calling ${i} (${r.join(`, `)})`;throw this.events.fatalError$.next({id:i,category:av.WTF,message:a,thrown:e}),e}}:r}})}doInit=e=>{let{container:t,...n}=e;this.tracer.log(`initVideo`,ov(n),!0),this.domContainer=Fv(e),this.chromecastInitializer.contentId=e.meta?.videoId,this.providerContainer=new j_({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?(iv.subscribe(`core`,this.devNullLog),this.tuning.collectingDecodingInfoEnabled&&(this.collectDecodingInfoDestroyCb=Uv())):iv.destroy(`core`)};resetDesiredState(){let e=(e,t)=>{e.setState(t)};Object.keys(this.desiredState).forEach(t=>{e(this.desiredState[t],Jv[t])})}reset(){this.subscription.unsubscribe(),this.providerContainer?.destroy(),this.providerContainer=void 0,k.clearTimeout(this.hasLiveOffsetByPausedTimer),this.collectDecodingInfoDestroyCb?.(),this.playerInited.next(!1),this.resetDesiredState();let e=(e,t)=>{e.next(t)},t=[`muted$`,`volume$`];Object.keys(this.info).forEach(n=>{t.includes(n)?e(this.info[n],this.info[n].getValue()):e(this.info[n],qv[n])})}initAudio(e){return this.initVideo({...e,container:e.audioElement??document.createElement(`audio`)})}initVideo(e){let t=dv();this.config=e,this.internalsExposure?.expose({config:e,logger:this.logger,tuning:this.tuning}),this.setMuted(e.isMuted??this.tuning.isAudioDisabled);let n=()=>{this.tuning.autoplayOnlyIfVisible&&t.requestAnimationFrame?this.playerInitRequest=t.requestAnimationFrame(()=>this.doInit(e)):this.doInit(e)},r=()=>{this.tuning.asyncResolveClientChecker?A.isInited$.pipe(Y(e=>!!e),Q()).subscribe(()=>{console.log(`Core SDK async start`),n()}):n()};return this.isNotActiveTabCase()?(this.tracer.log(`request play from hidden tab`),sv(t.document,`visibilitychange`).pipe(Q()).subscribe(r)):r(),this}destroy(e){let t=dv();this.tracer.log(`destroy`),k.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(),iv.destroy(`core`),this.collectDecodingInfoDestroyCb?.(),this.hasReleasedTimers||(this.hasReleasedTimers=!0,xv())}waitInit(e){this.playerInited.getValue()?e():this.subscription.add(this.playerInited.pipe(Y(e=>!!e),Q()).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 At)?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 At)?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(()=>{nv(this.providerContainer);let t=this.providerContainer.providerOutput.availableVideoTracks$.getValue();this.tracer.log(`setQuality`,{isDelayed:t.length===0,quality:e}),this.desiredState.videoTrack.getState()===void 0&&this.desiredState.videoTrack.getPrevState()===void 0&&t.length===0?this.wasSetStartedQuality?this.providerContainer.providerOutput.availableVideoTracks$.pipe(Y(e=>e.length>0),Q()).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`,ov(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`,ov(e)),this.desiredState.externalTextTracks.startTransitionTo(e.map(e=>({type:`external`,...e})))}),this}selectTextTrack(e){return this.waitInit(()=>{Rv(e,this.desiredState.currentTextTrack,this.providerContainer?.providerOutput.availableTextTracks$,t=>t.id===e),this.tracer.log(`selectTextTrack`,{textTrackId:e})}),this}setTextTrackCueSettings(e){return this.waitInit(()=>{this.tracer.log(`setTextTrackCueSettings`,{...e}),this.desiredState.textTrackCuesSettings.startTransitionTo(e)}),this}setLiveLowLatency(e){let t=this.info.isLive$.getValue(),n=this.desiredState.isLowLatency.getState();return!t||n===e?this:(this.tracer.log(`live switch to low latency `+e),this.desiredState.isLowLatency.setState(e),this.seekTime(0))}setLooped(e){return this.waitInit(()=>{this.tracer.log(`setLooped`,{isLooped:e}),this.desiredState.isLooped.startTransitionTo(e)}),this}toggleChromecast(){this.tracer.log(`toggleChromecast`),this.chromecastInitializer.toggleConnection()}getExactTime(){if(!this.providerContainer)return 0;let e=this.providerContainer.providerOutput.element$.getValue();if(gv(e))return this.info.position$.getValue();let t=this.desiredState.seekState.getState(),n=t.state===`none`?void 0:t.position;return hv(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(hv(t)?t:this.info.liveTime$.getValue()??0)/1e3}getAllLogs(){return this.logger.getAllLogs()}getDebugData(){return this.info.debugData$.getValue()}buildDebugData([t,n,r,i,a,o,s,c,l,u,d,f,p,m,h,g,_,v,y]){let b={version:e,volume:Math.round(v*100),muted:y,provider:t,cdn:n,videoSize:r?`${r.width}x${r.height}`:void 0,speed:u,bitrate:d,liveLatency:f,currentVideoSegmentLength:p,currentAudioSegmentLength:m,videoCodec:h?.codec,audioCodec:g?.codec,hdr:h?.hdr,audioLanguage:g?.language,position:_};return i&&o&&(c&&l?(b.videoBuffer=i.end-l,b.nativeVideoBuffer=o.end-l):(b.videoBuffer=Math.max(i.end-_,0),b.nativeVideoBuffer=Math.max(o.end-_,0))),a&&(b.audioBuffer=Math.max(a.end-_,0),s&&(b.nativeAudioBuffer=Math.max(s.end-_,0))),b}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})}initDebugDataSubscriptions(){this.subscription.add(Ov([this.info.currentFormat$,this.info.hostname$,this.info.intrinsicVideoSize$,this.info.currentVideoBuffer$,this.info.currentAudioBuffer$,this.info.currentNativeVideoBuffer$,this.info.currentNativeAudioBuffer$,this.info.isLive$,this.info.liveBufferTime$,this.info.throughputEstimation$,this.info.videoBitrate$,this.info.liveLatency$,this.info.currentVideoSegmentLength$,this.info.currentAudioSegmentLength$,this.info.currentVideoStream$,this.info.currentAudioStream$,this.info.position$,this.info.volume$,this.info.muted$]).pipe(Z(e=>this.buildDebugData(e))).subscribe(this.info.debugData$))}initDesiredStateSubscriptions(){this.persistentSubscription.add(yv(this.desiredState.playbackState.stateChangeStarted$,this.desiredState.playbackState.forceChanged$).pipe(Z(e=>e.to)).subscribe(this.info.playbackState$)).add(this.desiredState.isLooped.stateChangeEnded$.pipe(Z(e=>e.to)).subscribe(this.info.isLooped$)).add(this.desiredState.playbackRate.stateChangeEnded$.pipe(Z(e=>e.to)).subscribe(this.info.currentPlaybackRate$)).add(this.desiredState.autoVideoTrackSwitching.stateChangeEnded$.pipe(Z(e=>e.to)).subscribe(this.info.isAutoQualityEnabled$)).add(this.desiredState.autoVideoTrackLimits.stateChangeEnded$.pipe(Z(e=>e.to)).subscribe(e=>{this.info.autoQualityLimits$.next(e);let{highQualityLimit:t,trafficSavingLimit:n}=this.tuning.autoTrackSelection;this.info.predefinedQualityLimitType$.next(yi(e,t,n))})).add(yv(this.desiredState.playbackState.stateChangeStarted$,this.desiredState.playbackState.forceChanged$).pipe(Y(({from:e})=>e===`stopped`)).subscribe(()=>{this.initedAt=bv(),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`,ov(e)),e.state===`requested`?this.desiredState.seekState.setState({...e,state:`applying`}):this.events.managedError$.next({id:`WillSeekIn${e.state}`,category:av.WTF,message:`Received unexpeceted willSeek$`})})).add(e.providerOutput.soundProhibitedEvent$.pipe(Q()).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`,ov(e)),e.state===`applying`&&(this.desiredState.seekState.setState({state:`none`}),this.events.seeked$.next())})).add(e.current$.pipe(Z(e=>e.type)).subscribe(this.info.currentFormat$)).add(e.current$.pipe(Z(e=>e.destination),X()).subscribe(()=>this.isPlaybackStarted=!1)).add(e.providerOutput.availableVideoStreams$.subscribe(this.info.availableVideoStreams$)).add(e.providerOutput.availableVideoTracks$.subscribe(this.info.availableVideoTracks$)).add(rv({availableVideoTracks:e.providerOutput.availableVideoTracks$,currentVideoStream:e.providerOutput.currentVideoStream$}).pipe(Z(({availableVideoTracks:e,currentVideoStream:t})=>e.filter(e=>t?t.id===e.streamId:!0).map(({quality:e})=>e).sort((e,t)=>mv(e)?1:mv(t)?-1:pv(t,e)?1:-1))).subscribe(this.info.availableQualities$)).add(e.providerOutput.availableVideoTracks$.subscribe(e=>{let t={};for(let n of e)n.fps&&(t[n.quality]=n.fps);this.info.availableQualitiesFps$.next(t)})).add(e.providerOutput.availableAudioStreams$.subscribe(this.info.availableAudioStreams$)).add(e.providerOutput.currentVideoStream$.subscribe(this.info.currentVideoStream$)).add(e.providerOutput.currentAudioStream$.subscribe(this.info.currentAudioStream$)).add(e.providerOutput.availableAudioTracks$.subscribe(this.info.availableAudioTracks$)).add(e.providerOutput.isAudioAvailable$.pipe(X()).subscribe(this.info.isAudioAvailable$)).add(e.providerOutput.currentVideoTrack$.pipe(Y(e=>hv(e))).subscribe(e=>{this.info.currentQuality$.next(e?.quality),this.info.videoBitrate$.next(e?.bitrate)})).add(e.providerOutput.currentVideoSegmentLength$.pipe(X((e,t)=>Math.round(e)===Math.round(t))).subscribe(this.info.currentVideoSegmentLength$)).add(e.providerOutput.currentAudioSegmentLength$.pipe(X((e,t)=>Math.round(e)===Math.round(t))).subscribe(this.info.currentAudioSegmentLength$)).add(e.providerOutput.hostname$.pipe(X()).subscribe(this.info.hostname$)).add(e.providerOutput.httpConnectionType$.pipe(X()).subscribe(this.info.httpConnectionType$)).add(e.providerOutput.httpConnectionReused$.pipe(X()).subscribe(this.info.httpConnectionReused$)).add(e.providerOutput.httpConnectionMetrics$.pipe(X()).subscribe(this.info.httpConnectionMetrics$)).add(e.providerOutput.httpDownloadMetrics$.pipe(X()).subscribe(this.info.httpDownloadMetrics$)).add(e.providerOutput.currentTextTrack$.subscribe(this.info.currentTextTrack$)).add(e.providerOutput.availableTextTracks$.subscribe(this.info.availableTextTracks$)).add(e.providerOutput.autoVideoTrackLimitingAvailable$.subscribe(this.info.autoQualityLimitingAvailable$)).add(e.providerOutput.autoVideoTrackLimits$.subscribe(e=>{this.desiredState.autoVideoTrackLimits.setState(e??{})})).add(e.providerOutput.currentVideoBuffer$.pipe(Z(e=>e?{start:e.from,end:e.to}:{start:0,end:0})).subscribe(this.info.currentVideoBuffer$)).add(e.providerOutput.currentAudioBuffer$.pipe(Z(e=>e?{start:e.from,end:e.to}:{start:0,end:0})).subscribe(this.info.currentAudioBuffer$)).add(e.providerOutput.currentNativeVideoBuffer$.pipe(Z(e=>e?{start:e.from,end:e.to}:{start:0,end:0})).subscribe(this.info.currentNativeVideoBuffer$)).add(e.providerOutput.currentNativeAudioBuffer$.pipe(Z(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(wv(e=>e&&this.stop())).subscribe(this.info.isLiveEnded$)).add(e.providerOutput.canPlayLiveTailBuffer$.subscribe(this.info.canPlayLiveTailBuffer$)).add(e.providerOutput.canChangePlaybackSpeed$.subscribe(this.info.canChangePlaybackSpeed$)).add(e.providerOutput.liveTime$.pipe(X()).subscribe(this.info.liveTime$)).add(e.providerOutput.liveBufferTime$.subscribe(this.info.liveBufferTime$)).add(e.providerOutput.liveLatency$.subscribe(this.info.liveLatency$)).add(rv({hasLiveOffsetByPaused:yv(this.desiredState.playbackState.stateChangeStarted$,this.desiredState.playbackState.forceChanged$).pipe(Z(e=>e.to),X(),Z(e=>e===`paused`)),isLowLatency:e.providerOutput.isLowLatency$}).subscribe(({hasLiveOffsetByPaused:e,isLowLatency:t})=>{if(k.clearTimeout(this.hasLiveOffsetByPausedTimer),e){this.hasLiveOffsetByPausedTimer=k.setTimeout(()=>{this.hasLiveOffsetByPaused.next(!0)},this.getActiveLiveDelay(t));return}this.hasLiveOffsetByPaused.next(!1)})).add(rv({atLiveEdge:rv({isLive:e.providerOutput.isLive$,isLowLatency:e.providerOutput.isLowLatency$,position:Nv({seekState:this.desiredState.seekState,position$:e.providerOutput.position$})}).pipe(Z(({isLive:e,position:t,isLowLatency:n})=>{let r=this.getActiveLiveDelay(n);return e&&Math.abs(t)<r/1e3}),X(),wv(e=>e&&this.setPlaybackRate(1))),hasPausedTimeoutCase:this.hasLiveOffsetByPaused}).pipe(Z(({atLiveEdge:e,hasPausedTimeoutCase:t})=>e&&!t)).subscribe(this.info.atLiveEdge$)).add(rv({isLive:e.providerOutput.isLive$,position:A.browser.isSafari&&this.tuning.useSafariOptimisticPositionForLiveEdgeBugfix?Nv({seekState:this.desiredState.seekState,position$:e.providerOutput.position$}):e.providerOutput.position$,duration:e.providerOutput.duration$}).pipe(Z(({isLive:e,position:t,duration:n})=>e&&(Math.abs(n)-Math.abs(t))*1e3<this.tuning.live.activeLiveDelay),X(),wv(e=>e&&this.setPlaybackRate(1))).subscribe(this.info.atLiveDurationEdge$)).add(e.providerOutput.volume$.pipe(Z(e=>e.muted),X()).subscribe(this.info.muted$)).add(e.providerOutput.volume$.pipe(Z(e=>e.volume),X()).subscribe(this.info.volume$)).add(Nv({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(yv(e.providerOutput.endedEvent$.pipe(vv(!0)),e.providerOutput.seekedEvent$.pipe(vv(!1))).pipe(X()).subscribe(this.info.isEnded$)).add(e.providerOutput.endedEvent$.subscribe(this.events.ended$)).add(e.providerOutput.loopedEvent$.subscribe(this.events.looped$)).add(e.providerError$.subscribe(this.events.managedError$)).add(e.providerOutput.updateDurationError$.subscribe(this.events.managedError$)).add(e.providerOutput.fetcherRecoverableError$.subscribe(this.events.fetcherRecoverableError$)).add(e.providerOutput.fetcherError$.pipe(Y(e=>e.category===av.FATAL)).subscribe(this.events.fatalError$)).add(e.volumeMultiplierError$.subscribe(this.events.managedError$)).add(e.noAvailableProvidersError$.pipe(Z(({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`),nv(r),{id:r,category:av.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(Q()).subscribe(this.events.manifestRequested$)).add(e.providerOutput.firstBytesManifest$.pipe(Q()).subscribe(this.events.firstBytesManifest$)).add(e.providerOutput.manifestReceived$.pipe(Q()).subscribe(this.events.manifestReceived$)).add(e.providerOutput.firstBytesRequested$.pipe(Q()).subscribe(this.events.firstBytesRequested$)).add(e.providerOutput.firstBytesReceived$.pipe(Q()).subscribe(this.events.firstBytesReceived$)).add(e.providerOutput.firstBytesEvent$.pipe(Q(),Z(e=>e??bv()-this.initedAt)).subscribe(this.events.firstBytes$)).add(e.providerOutput.loadedMetadataEvent$.subscribe(this.events.loadedMetadata$)).add(e.providerOutput.firstFrameEvent$.pipe(Q(),Z(()=>bv()-this.initedAt)).subscribe(this.events.firstFrame$)).add(e.providerOutput.canplay$.pipe(Q(),Z(()=>bv()-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 Dv(!1);this.subscription.add(e.providerOutput.seekedEvent$.subscribe(()=>t.next(!1))).add(e.providerOutput.willSeekEvent$.subscribe(()=>t.next(!0)));let n=new Dv(!0),r=new Cv;this.subscription.add(r).add(e.current$.subscribe(()=>{n.next(!0),r.unsubscribe(),r.add(this.desiredState.playbackState.stateChangeEnded$.pipe(Y(({to:e})=>e===`playing`),Q()).subscribe(()=>n.next(!1)))}));let i=new Dv(!1);this.subscription.add(this.desiredState.playbackState.stateChangeEnded$.subscribe(({to:e})=>i.next(e===`paused`)));let a=0,o=0,s=yv(e.providerOutput.isBuffering$,t,n,i).pipe(Z(()=>{let r=e.providerOutput.isBuffering$.getValue(),a=t.getValue()||n.getValue()||this.tuning.stallIgnoreOnPause&&i.getValue();return r&&!a}),X());this.subscription.add(s.subscribe(e=>{let{stallIgnoreThreshold:t,stallHandlingStrategy:n}=this.tuning;e?(o=bv(),n===`verbose`&&this.info.stallStartTime$.next(o),a=k.setTimeout(()=>{this.info.isStalled$.next(!0),o&&this.info.stallStartTime$.next(n===`exclude-threshold`?bv():o)},t)):(k.clearTimeout(a),this.info.isStalled$.next(!1),o=0,this.info.stallStartTime$.next(0))})),this.subscription.add(yv(e.providerOutput.canplay$,e.providerOutput.firstFrameEvent$,e.providerOutput.firstBytesEvent$).subscribe(()=>{let t=e.providerOutput.element$.getValue();this.setIntrinsicVideoSize({width:t?.videoWidth,height:t?.videoHeight})})).add(e.providerOutput.currentVideoTrack$.subscribe(t=>{let n=e.providerOutput.element$.getValue();this.setIntrinsicVideoSize({width:t?.size?.width,height:t?.size?.height},{width:n?.videoWidth,height:n?.videoHeight})})),this.subscription.add(yv(e.providerOutput.inPiP$,e.providerOutput.inFullscreen$,e.providerOutput.element$,e.providerOutput.elementVisible$,this.chromecastInitializer.castState$).subscribe(()=>{let t=e.providerOutput.inPiP$.getValue(),n=e.providerOutput.inFullscreen$.getValue(),r=e.providerOutput.element$.getValue(),i=e.providerOutput.elementVisible$.getValue(),a=this.chromecastInitializer.castState$.getValue(),o;o=a===`CONNECTED`?`second_screen`:r?i?t?`pip`:n?`fullscreen`:`inline`:`invisible`:`none`,this.info.surface$.getValue()!==o&&this.info.surface$.next(o)}))}initChromecastSubscription(){this.subscription.add(this.chromecastInitializer.castState$.subscribe(this.info.chromecastState$)),this.subscription.add(this.chromecastInitializer.connection$.pipe(Z(e=>e?.castDevice.friendlyName)).subscribe(this.info.chromecastDeviceName$)),this.subscription.add(this.chromecastInitializer.errorEvent$.subscribe(this.events.managedError$))}initStartingVideoTrack(e){let t=new Cv;this.subscription.add(t),this.subscription.add(e.current$.pipe(X((e,t)=>e.provider===t.provider)).subscribe(()=>{t.unsubscribe(),t.add(e.providerOutput.availableVideoTracks$.pipe(Y(e=>e.length>0),Q()).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||=Wi({videoTracks:e,tuning:this.tuning,abrLogger:this.abrLogger,tracer:this.tracer,container:this.domContainer?.getBoundingClientRect()??null,panelSize:this.config.panelSize??null,estimatedThroughput:this.throughputEstimator.throughput$.getValue(),limits:this.desiredState.autoVideoTrackLimits.getState(),playbackRate:this.info.currentPlaybackRate$.getValue(),forwardBufferHealth:0}),this.desiredState.videoTrack.startTransitionTo(t),this.info.currentQuality$.next(t.quality),this.info.videoBitrate$.next(t.bitrate)}initLogs(){this.persistentSubscription.add(yv(this.desiredState.videoTrack.stateChangeStarted$.pipe(Z(e=>({transition:e,entity:`quality`,type:`start`}))),this.desiredState.videoTrack.stateChangeEnded$.pipe(Z(e=>({transition:e,entity:`quality`,type:`end`}))),this.desiredState.autoVideoTrackSwitching.stateChangeStarted$.pipe(Z(e=>({transition:e,entity:`autoQualityEnabled`,type:`start`}))),this.desiredState.autoVideoTrackSwitching.stateChangeEnded$.pipe(Z(e=>({transition:e,entity:`autoQualityEnabled`,type:`end`}))),this.desiredState.seekState.stateChangeStarted$.pipe(Z(e=>({transition:e,entity:`seekState`,type:`start`}))),this.desiredState.seekState.stateChangeEnded$.pipe(Z(e=>({transition:e,entity:`seekState`,type:`end`}))),this.desiredState.playbackState.stateChangeStarted$.pipe(Z(e=>({transition:e,entity:`playbackState`,type:`start`}))),this.desiredState.playbackState.stateChangeEnded$.pipe(Z(e=>({transition:e,entity:`playbackState`,type:`end`})))).pipe(Z(e=>({component:`desiredState`,message:`[${e.entity} change] ${e.type}: ${JSON.stringify(e.transition)}`}))).subscribe(this.logger.log)),this.persistentSubscription.add(this.logger.log$.subscribe(this.events.log$))}initDebugTelemetry(){let e=this.providerContainer?.providerOutput;nv(this.providerContainer),nv(e),Xd(),this.experimental.enableDebugTelemetry$.next(this.tuning.enableTelemetryAtStart),[this.experimental.enableDebugTelemetry$.subscribe(e=>Yd(e)),this.providerContainer.current$.subscribe(({type:e})=>Qd(`provider`,e)),e.duration$.subscribe(e=>Qd(`duration`,e)),e.availableVideoTracks$.pipe(Y(e=>!!e.length),Q()).subscribe(e=>Qd(`tracks`,e)),this.events.fatalError$.subscribe(new $d(`fatalError`)),this.events.managedError$.subscribe(new $d(`managedError`)),e.position$.subscribe(new $d(`position`)),e.currentVideoTrack$.pipe(Z(e=>e?.quality)).subscribe(new $d(`quality`)),this.info.currentVideoBuffer$.subscribe(new $d(`buffer`)),e.isBuffering$.subscribe(new $d(`isBuffering`))].forEach(e=>this.subscription.add(e)),Qd(`codecs`,A.video.supportedCodecs)}initTracerSubscription(){let e=uv(this.tracer.log.bind(this.tracer)),t=uv(this.tracer.error.bind(this.tracer));this.subscription.add(this.info.playbackState$.subscribe(e(`playbackState`))).add(this.info.isLooped$.subscribe(e(`isLooped`))).add(this.info.currentPlaybackRate$.pipe(X()).subscribe(e(`currentPlaybackRate`))).add(this.info.isAutoQualityEnabled$.subscribe(e(`isAutoQualityEnabled`))).add(this.info.autoQualityLimits$.subscribe(e(`autoQualityLimits`))).add(this.info.currentFormat$.subscribe(e(`currentFormat`))).add(this.info.availableQualities$.subscribe(e(`availableQualities`))).add(this.info.availableQualitiesFps$.subscribe(e(`availableQualitiesFps`))).add(this.info.availableAudioTracks$.subscribe(e(`availableAudioTracks`))).add(this.info.isAudioAvailable$.subscribe(e(`isAudioAvailable`))).add(rv({currentQuality:this.info.currentQuality$,videoBitrate:this.info.videoBitrate$}).pipe(Y(({currentQuality:e,videoBitrate:t})=>!!e&&!!t),X((e,t)=>e.currentQuality===t.currentQuality)).subscribe(e(`currentVideoTrack`))).add(this.info.currentVideoSegmentLength$.pipe(Y(e=>e>0),X()).subscribe(e(`currentVideoSegmentLength`))).add(this.info.currentAudioSegmentLength$.pipe(Y(e=>e>0),X()).subscribe(e(`currentAudioSegmentLength`))).add(this.info.hostname$.subscribe(e(`hostname`))).add(this.info.currentTextTrack$.subscribe(e(`currentTextTrack`))).add(this.info.availableTextTracks$.subscribe(e(`availableTextTracks`))).add(this.info.autoQualityLimitingAvailable$.subscribe(e(`autoQualityLimitingAvailable`))).add(rv({currentBuffer:this.info.currentVideoBuffer$.pipe(Y(e=>e.end>0),X((e,t)=>e.end===t.end&&e.start===t.start)),position:this.info.position$.pipe(X())}).pipe(Tv(1e3)).subscribe(e(`currentBufferAndPosition`))).add(this.info.duration$.pipe(X()).subscribe(e(`duration`))).add(this.info.isBuffering$.subscribe(e(`isBuffering`))).add(this.info.isLive$.pipe(X()).subscribe(e(`isLive`))).add(this.info.canChangePlaybackSpeed$.pipe(X()).subscribe(e(`canChangePlaybackSpeed`))).add(rv({liveTime:this.info.liveTime$,liveBufferTime:this.info.liveBufferTime$,position:this.info.position$}).pipe(Y(({liveTime:e,liveBufferTime:t})=>!!e&&!!t),Tv(1e3)).subscribe(e(`liveBufferAndPosition`))).add(this.info.atLiveEdge$.pipe(X(),Y(e=>e===!0)).subscribe(e(`atLiveEdge`))).add(this.info.atLiveDurationEdge$.pipe(X(),Y(e=>e===!0)).subscribe(e(`atLiveDurationEdge`))).add(this.info.muted$.pipe(X()).subscribe(e(`muted`))).add(this.info.volume$.pipe(X()).subscribe(e(`volume`))).add(this.info.isEnded$.pipe(X(),Y(e=>e===!0)).subscribe(e(`isEnded`))).add(this.info.availableSources$.subscribe(e(`availableSources`))).add(rv({throughputEstimation:this.info.throughputEstimation$,rtt:this.info.rttEstimation$}).pipe(Y(({throughputEstimation:e,rtt:t})=>!!e&&!!t),Tv(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(){let e=dv();if(!e.navigator.wakeLock||!this.tuning.enableWakeLock)return;let t,n=()=>{t?.release(),t=void 0},r=async()=>{n(),t=await window.navigator.wakeLock.request(`screen`).catch(e=>{e instanceof DOMException&&e.name===`NotAllowedError`||this.events.managedError$.next({id:`WakeLock`,category:av.DOM,message:String(e)})})};this.subscription.add(yv(sv(e.document,`visibilitychange`),sv(e.document,`fullscreenchange`),this.desiredState.playbackState.stateChangeEnded$).subscribe(()=>{let i=e.document.visibilityState===`visible`,a=this.desiredState.playbackState.getState()===`playing`,o=!!t&&!t?.released;i&&a?o||r():n()})).add(this.events.willDestruct$.subscribe(n))}setVideoTrackIdByQuality(e,t){let n=e.find(e=>e.quality===t);this.tracer.log(`setVideoTrackIdByQuality`,ov({quality:t,availableTracks:ov(e),track:ov(n),isAutoQuality:!n})),n?n.tvDisabled?(this.setAutoQuality(!0),this.events.managedError$.next({id:`SetQualityTrackTvDisabled`,category:av.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 dv().document.hidden&&this.tuning.autoplayOnlyInActiveTab&&!Qa()}}import{Subscription as Xv,Observable as Zv,Subject as Qv,ValueSubject as $v,VideoQuality as ey}from"@vkontakte/videoplayer-shared";var ty=`@vkontakte/videoplayer-core@${e}`;export{Pe as isMobile,A as clientChecker,lt as areValidLiveRecordSources,to as WebmCodecStrategy,ey as VideoQuality,n as VideoFormat,r as VideoCodecName,$v as ValueSubject,e as VERSION,o as Surface,Xv as Subscription,Qv as Subject,ty as SDK_VERSION,s as PredefinedQualityLimits,Yv as Player,t as PlaybackState,Zv as Observable,a as HttpConnectionType,i as ChromecastState};
|