@vkontakte/videoplayer-core 2.0.163-dev.53fc4c12e.0 → 2.0.163-dev.7f7a265d8.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.esm.js CHANGED
@@ -1,9 +1,9 @@
1
1
  /**
2
- * @vkontakte/videoplayer-core v2.0.163-dev.53fc4c12e.0
3
- * Mon, 08 Jun 2026 14:15:21 GMT
2
+ * @vkontakte/videoplayer-core v2.0.163-dev.7f7a265d8.0
3
+ * Wed, 10 Jun 2026 20:03:06 GMT
4
4
  * https://st.mycdn.me/static/vkontakte-videoplayer/2-0-163/doc/
5
5
  */
6
- const e=[`url`],t=[`url`],n=[`downloadingItems`],r=[`container`];import i from"@oxc-project/runtime/helpers/defineProperty";import a from"@oxc-project/runtime/helpers/asyncToGenerator";import o from"@oxc-project/runtime/helpers/objectSpread2";import s from"@oxc-project/runtime/helpers/awaitAsyncGenerator";import c from"@oxc-project/runtime/helpers/wrapAsyncGenerator";import l from"@oxc-project/runtime/helpers/objectWithoutProperties";var u=`2.0.163-dev.53fc4c12e.0`,d;(e=>{e.STOPPED=`stopped`,e.READY=`ready`,e.PLAYING=`playing`,e.PAUSED=`paused`})(d||={});var f;(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`})(f||={});var p;(e=>{e.AV1=`av1`,e.VP9=`vp9`,e.AVC1=`avc1`,e.HEV1=`hev1`})(p||={});var m;(e=>{e.NOT_AVAILABLE=`NOT_AVAILABLE`,e.AVAILABLE=`AVAILABLE`,e.CONNECTING=`CONNECTING`,e.CONNECTED=`CONNECTED`})(m||={});var h;(e=>{e.HTTP1=`http1`,e.HTTP2=`http2`,e.QUIC=`quic`})(h||={});var g;(e=>{e.NONE=`none`,e.INLINE=`inline`,e.FULLSCREEN=`fullscreen`,e.SECOND_SCREEN=`second_screen`,e.PIP=`pip`,e.INVISIBLE=`invisible`})(g||={});var _;(e=>{e.TRAFFIC_SAVING=`traffic_saving`,e.HIGH_QUALITY=`high_quality`,e.UNKNOWN=`unknown`})(_||={});import{objectEntries as v}from"@vkontakte/videoplayer-shared/es2015";import{objectValues as y}from"@vkontakte/videoplayer-shared/es2015";import{arrayIncludes as b}from"@vkontakte/videoplayer-shared/es2015";import{assertNever as x,assertNonNullable as S,isNonNullable as C,ValueSubject as w,Subject as T,Subscription as E,merge as D,observableFrom as ee,fromEvent as te,map as ne,tap as re,filterChanged as ie,isNullable as ae,ErrorCategory as oe}from"@vkontakte/videoplayer-shared/es2015";var se=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 ce{constructor(e){i(this,`connection$`,new w(void 0)),i(this,`castState$`,new w(`NOT_AVAILABLE`)),i(this,`errorEvent$`,new T),i(this,`contentId`,void 0),i(this,`realCastState$`,new w(`NOT_AVAILABLE`)),i(this,`subscription`,new E),i(this,`log`,void 0),i(this,`params`,void 0),i(this,`isDestroyed`,!1),this.params=e,this.log=this.params.dependencies.logger.createComponentLog(`ChromecastInitializer`);let t=`chrome`in window;if(this.log({message:`[constructor] receiverApplicationId: ${this.params.receiverApplicationId}, isDisabled: ${this.params.isDisabled}, isSupported: ${t}`}),e.isDisabled||!t)return;let n=C(window.chrome?.cast),r=!!window.__onGCastApiAvailable;n?this.initializeCastApi():(window.__onGCastApiAvailable=e=>{delete window.__onGCastApiAvailable,e&&!this.isDestroyed&&this.initializeCastApi()},r||se(`https://www.gstatic.com/cv/js/sender/v1/cast_sender.js?loadCastFramework=1`).catch(()=>this.errorEvent$.next({id:`ChromecastLoading`,category:oe.NETWORK,message:`Script loading failed!`})))}connect(){cast.framework.CastContext.getInstance()?.requestSession()}disconnect(){var e;(e=cast.framework.CastContext.getInstance())==null||(e=e.getCurrentSession())==null||e.endSession(!0)}stopMedia(){return new Promise((e,t)=>{var n;(n=cast.framework.CastContext.getInstance())==null||(n=n.getCurrentSession())==null||(n=n.getMediaSession())==null||n.stop(new chrome.cast.media.StopRequest,e,t)})}toggleConnection(){C(this.connection$.getValue())?this.disconnect():this.connect()}setVolume(e){let t=this.connection$.getValue();ae(t)||(t.remotePlayer.volumeLevel=e,t.remotePlayerController.setVolumeLevel())}setMuted(e){let t=this.connection$.getValue();ae(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(te(n,cast.framework.CastContextEventType.SESSION_STATE_CHANGED).subscribe(e=>{switch(e.sessionState){case cast.framework.SessionState.SESSION_STARTED:case cast.framework.SessionState.SESSION_STARTING:case cast.framework.SessionState.SESSION_RESUMED:var t;this.contentId=(t=n.getCurrentSession())==null||(t=t.getMediaSession())==null||(t=t.media)==null?void 0:t.contentId;break;case cast.framework.SessionState.NO_SESSION:case cast.framework.SessionState.SESSION_ENDING:case cast.framework.SessionState.SESSION_ENDED:case cast.framework.SessionState.SESSION_START_FAILED:this.contentId=void 0;break;default:return x(e.sessionState)}})).add(D(te(n,cast.framework.CastContextEventType.CAST_STATE_CHANGED).pipe(re(e=>{this.log({message:`[cast.framework.RemotePlayerEventType.CAST_STATE_CHANGED]: ${JSON.stringify(e)}`})}),ne(e=>e.castState)),ee([n.getCastState()])).pipe(ie(),ne(le),re(e=>{this.log({message:`realCastState$: ${e}`})})).subscribe(this.realCastState$)).add(this.realCastState$.subscribe(r=>{let i=r===`CONNECTED`,a=C(this.connection$.getValue());if(i&&!a){var o;let r=n.getCurrentSession();S(r);let i=r.getCastDevice(),a=(o=r.getMediaSession())==null||(o=o.media)==null?void 0:o.contentId;(ae(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`?C(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:oe.EXTERNAL_API,message:`[initializeCastApi] failed`,thrown:e})}}}var le=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 x(e)}};import{assertNonNullable as ue,combine as de,debounce as fe,ErrorCategory as pe,filter as me,filterChanged as he,isNonNullable as ge,isNullable as _e,map as ve,Subscription as ye,ValueSubject as be}from"@vkontakte/videoplayer-shared/es2015";import{assertNever as xe,assertNonNullable as Se,ErrorCategory as Ce,getHighestQuality as we,isNonNullable as Te}from"@vkontakte/videoplayer-shared/es2015";import{assertNever as Ee}from"@vkontakte/videoplayer-shared/es2015";var O=(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:Ee(n)}return e},De=(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:Ee(t)}},Oe=e=>{let{source:t,format:n,meta:r,output:i}=e,a,o,s;switch(n){case`MPEG`:{let e=t[n];Se(e);let r=we(Object.keys(e));Se(r);let i=e[r];Se(i),a=i,o=`video/mp4`,s=ke();break}case`HLS`:case`HLS_FMP4`:case`HLS_ONDEMAND`:{let e=t[n];Se(e),a=e.url,o=`application/x-mpegurl`,s=ke();break}case`DASH_SEP`:case`DASH_ONDEMAND`:case`DASH_WEBM`:case`DASH_WEBM_AV1`:case`DASH_STREAMS`:{let e=t[n];Se(e),a=e.url,o=`application/dash+xml`,s=ke();break}case`DASH_LIVE_CMAF`:{let e=t[n];Se(e),a=e.url,o=`application/dash+xml`,s=Ae();break}case`HLS_LIVE`:case`HLS_LIVE_CMAF`:{let e=t[n];Se(e),a=O(e.url),o=`application/x-mpegurl`,s=Ae();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:Ce.VIDEO_PIPELINE,message:e,thrown:t}),t}case`DASH`:case`DASH_LIVE_WEBM`:throw Error(`${n} is no longer supported`);default:return xe(n)}let c=je(r.videoId??a,o);c.contentUrl=a,c.streamType=s,c.metadata=Me();let{title:l,subtitle:u}=r;return Te(l)&&(c.metadata.title=l),Te(u)&&(c.metadata.subtitle=u),c};function ke(){var e;return((e=chrome.cast)==null||(e=e.media)==null||(e=e.StreamType)==null?void 0:e.BUFFERED)??`BUFFERED`}function Ae(){var e;return((e=chrome.cast)==null||(e=e.media)==null||(e=e.StreamType)==null?void 0:e.LIVE)??`LIVE`}function je(e,t){var n;return!((n=chrome.cast)==null||(n=n.media)==null)&&n.MediaInfo?new chrome.cast.media.MediaInfo(e,t):{contentId:e,contentType:t,metadata:{title:``,subtitle:``},streamType:ke()}}function Me(){var e;return!((e=chrome.cast)==null||(e=e.media)==null)&&e.GenericMediaMetadata?new chrome.cast.media.GenericMediaMetadata:{images:[],metadataType:0,releaseDate:``,subtitle:``,title:``,releaseYear:1970,type:0}}var k=(e,t,n=!1)=>{let r=e.getTransition();(n||!r||r.to===t)&&e.setState(t)};class Ne{constructor(e){i(this,`params`,void 0),i(this,`interval`,0),i(this,`startVideoPosition`,void 0),i(this,`startTs`,void 0),this.params=e}start(e=0){clearInterval(this.interval),this.startVideoPosition=e,this.startTs=Date.now(),this.interval=window.setInterval(()=>{let e=(Date.now()-this.startTs)/1e3,t=this.startVideoPosition+e;this.params.output.position$.next(t)},1e3)}pause(){clearInterval(this.interval)}destroy(){clearInterval(this.interval)}}import{assertNever as Pe}from"@vkontakte/videoplayer-shared/es2015";import{isBrowserWindow as Fe,ValueSubject as Ie}from"@vkontakte/videoplayer-shared/es2015";import{arrayIncludes as Le}from"@vkontakte/videoplayer-shared/es2015";import{getWindow as Re}from"@vkontakte/videoplayer-shared/es2015";class ze{constructor(){i(this,`_current`,void 0),i(this,`_current_version`,void 0),i(this,`_chromeVersion`,void 0),i(this,`_firefoxVersion`,void 0),i(this,`_safariVersion`,void 0),i(this,`_operaVersion`,void 0),i(this,`_edgeVersion`,void 0),i(this,`_yandexVersion`,void 0),i(this,`_isMiuiBrowser`,!1)}get current(){return this._current}get isChrome(){return this.current===`Chrome`}get isChromiumBased(){return Le([`Chrome`,`Chromium`,`Opera`,`Yandex`,`Edge`,`SamsungBrowser`],this.current)}get isFirefox(){return this.current===`Firefox`}get isSafari(){return this.current===`Safari`}get isOpera(){return this.current===`Opera`}get isEdge(){return this.current===`Edge`}get isYandex(){return this.current===`Yandex`}get isSamsungBrowser(){return this.current===`SamsungBrowser`}get currentVersion(){return this._current_version}get chromeVersion(){return this._chromeVersion}get firefoxVersion(){return this._firefoxVersion}get safariVersion(){return this._safariVersion}get operaVersion(){return this._operaVersion}get edgeVersion(){return this._edgeVersion}get yandexVersion(){return this._yandexVersion}get isMiuiBrowser(){return this._isMiuiBrowser}detect(){let{userAgent:e}=navigator;try{let t=/yabrowser/i.test(e)?`Yandex`:void 0,n=/samsungbrowser/i.test(e)?`SamsungBrowser`:void 0,r=/chrome|crios/i.test(e)?`Chrome`:void 0,i=/chromium/i.test(e)?`Chromium`:void 0,a=/firefox|fxios/i.test(e)?`Firefox`:void 0,o=/webkit|safari|khtml/i.test(e)?`Safari`:void 0,s=/opr\//i.test(e)?`Opera`:void 0,c=/edg/i.test(e)?`Edge`:void 0;this._isMiuiBrowser=/(XiaoMi)|(MiuiBrowser)/i.test(e),this._current=t||n||a||s||c||r||i||o||`Rest`}catch(e){console.error(e)}this.isChrome&&this.detectChromeVersion(),this.isFirefox&&this.detectFirefoxVersion(),this.isSafari&&this.detectSafariVersion(),this.isOpera&&this.detectOperaVersion(),this.isEdge&&this.detectEdgeVersion(),this.isYandex&&this.detectYandexVersion()}detectVersion(e){try{let{userAgent:t}=Re().navigator,n=t.match(e);if(!n)return;let r=n[1],i=parseInt(r,10);if(!isNaN(i))return this._current_version=i,i}catch(e){console.error(e)}}detectChromeVersion(){this._chromeVersion=this.detectVersion(/Chrome\/(\d+\.\d+)/)}detectFirefoxVersion(){this._firefoxVersion=this.detectVersion(/Firefox\/(\d+\.\d+)/)}detectSafariVersion(){this._safariVersion=this.detectVersion(/Version\/(\d+)/)}detectOperaVersion(){this._operaVersion=this.detectVersion(/OPR\/(\d+\.\d+)/)}detectEdgeVersion(){this._edgeVersion=this.detectVersion(/Edg\/(\d+\.\d+)/)}detectYandexVersion(){this._yandexVersion=this.detectVersion(/YaBrowser\/(\d+\.\d+\.\d+)/)}}import{arrayIncludes as A}from"@vkontakte/videoplayer-shared/es2015";import{getWindow as Be,isBrowserWindow as Ve}from"@vkontakte/videoplayer-shared/es2015";var He=()=>{var e;return/Mobile|mini|Fennec|Android|iP(ad|od|hone)/.test(navigator.appVersion??navigator.userAgent)||((e=navigator)==null||(e=e.userAgentData)==null?void 0:e.mobile)};class Ue{constructor(e){i(this,`_displayChecker`,void 0),i(this,`_isMobile`,void 0),i(this,`_current`,void 0),i(this,`_iosVersion`,void 0),i(this,`_highEntropyValues`,{}),i(this,`_os`,{name:`Unknown`,version:`Unknown`,full:`Unknown`}),i(this,`_details`,{vendor:`Unknown`,model:`Unknown`}),this._displayChecker=e}get current(){return this._current}get os(){return this._os}get details(){return this._details}get isIOS(){return this._highEntropyValues.platform===`iOS`||A(this.os.name.toLowerCase(),`ios`)||A([`iPhone`,`iPad`,`iPod`],this.current)}get isMac(){return this._highEntropyValues.platform===`macOS`||A(this.os.name.toLowerCase(),`mac`)||this.current===`Mac`}get isApple(){return this.isIOS||this.isMac}get isIphoneOrOldIpad(){if(!this.isApple||!this._displayChecker.isTouch)return!1;let e=this.current===`iPad`||this._displayChecker.width>700,t=this._iosVersion;return!e||e&&!!t&&t<16}get isAndroid(){return this._highEntropyValues.platform===`Android`||A(this.os.name.toLowerCase(),`android`)||this.current===`Android`}get isWindows(){return A(this.os.name.toLowerCase(),`windows`)}get isLinux(){return A(this.os.name.toLowerCase(),`linux`)&&!this.isAndroid}get isMobile(){return this._highEntropyValues.mobile||this._isMobile}get iOSVersion(){return this._iosVersion}detect(){let e=Be();if(!Ve(e))return;let{userAgent:t}=e.navigator;try{this._isMobile=He()}catch(e){console.error(`DeviceChecker: calling isMobile error - `,e)}this.detectDevice(t),this.detectOS(t),this.detectDeviceDetails(t),this.detectHighEntropyValues(),this.isIOS&&this.detectIOSVersion()}detectHighEntropyValues(){var e=this;return a(function*(){let t=Be();if(!Ve(t))return;let{userAgentData:n}=t.navigator;if(n?.getHighEntropyValues){let t=yield n.getHighEntropyValues([`architecture`,`bitness`,`brands`,`mobile`,`platform`,`formFactor`,`model`,`platformVersion`,`wow64`]);e._highEntropyValues=t,t.platform&&(e._os.name=e.normalizeOSName(t.platform),t.platformVersion&&(e._os.version=e.normalizeOSVersion(t.platformVersion),e._os.full=`${e._os.name} ${e._os.version}`)),t.model&&(e._details.model=t.model)}})()}detectDevice(e){try{let t=/android/i.test(e)?`Android`:void 0,n=/iphone/i.test(e)?`iPhone`:void 0,r=/ipad/i.test(e)?`iPad`:void 0,i=/ipod/i.test(e)?`iPod`:void 0,a=/mac/i.test(e)?`Mac`:void 0,o=/webOS|BlackBerry|IEMobile|Opera Mini/i.test(e)?`RestMobile`:void 0;this._current=t||n||r||i||o||a||`Desktop`}catch(e){console.error(`DeviceChecker: device detection error - `,e)}}detectOS(e){try{for(let[t,n]of[[/(windows nt) (6\.[23]); arm/i,[`Windows RT`]],[/(windows nt) (6\.3); arm/i,[`Windows RT 8.1`]],[/(windows (?:phone|mobile|iot))(?: os)?[/ ]?([\d.]+)/i,[`Windows Mobile`,2]],[/(windows)[/ ](xp|vista|7|8(\.1)?|10|11|2000|me)/i,[1,1]],[/windows nt ?([\d.]+)/i,[`Windows`,1]],[/(windows)[/ ](95|98|me|2000|xp|vista|7|8|8\.1|10|11)/i,[1,2]],[/(iphone os|cpu iphone os) ([\d_.]+)/i,[`iOS`,2]],[/(ipad os|cpu os) ([\d_.]+)/i,[`iPadOS`,2]],[/(ipod os|cpu ipod os) ([\d_.]+)/i,[`iOS`,2]],[/(?:ios|os) ([\d_.]+) like mac os x/i,[`iOS`,1]],[/cfnetwork\/.+darwin/i,[`iOS`]],[/(mac os x) ?([\d_.]+)/i,[`macOS`,2]],[/(macintosh|mac os)/i,[`macOS`]],[/(android) ([\d.]+)/i,[1,2]],[/(harmonyos)[/ ]?([\d.]*)/i,[`HarmonyOS`,2]],[/\b(ubuntu|debian|fedora|centos|arch|linux)(?:[-/ ]([\w.]+))?/i,[1,2]],[/(cros)\D*([\d.]+)/i,[`Chrome OS`,2]],[/(freebsd|openbsd|netbsd|dragonfly)[/ ]?([\w.]*)/i,[1,2]],[/(sunos|solaris)?([\d.]*)/i,[`Solaris`,2]],[/(aix)?([\d.]*)/i,[`AIX`,2]]]){let r=e.match(t);if(r){let t=n.length>0,i=n.length>1,a=`Unknown`,o=`Unknown`;if(t){let e=n[0];typeof e==`number`?e<r.length&&r[e]!==void 0&&(a=r[e]):a=e}if(i){let e=n[1];typeof e==`number`?e<r.length&&r[e]!==void 0&&(o=r[e]):e!==void 0&&(o=e)}else r[2]===void 0?r[1]!==void 0&&t&&typeof n[0]==`string`&&(o=r[1]):o=r[2];a=this.normalizeOSName(a),o=this.normalizeOSVersion(o,a),a===`iOS`&&/ipad/i.test(e)?a=`iPadOS`:a===`iPadOS`&&/ip(hone|od)/i.test(e)&&(a=`iOS`),this._os={name:a,version:o||`Unknown`,full:o&&o!==`Unknown`?`${a} ${o}`:a};break}}}catch(e){console.error(`DeviceChecker: OS detection error - `,e)}}normalizeOSName(e){if(!e)return`Unknown`;let t=e.toLowerCase();return A(t,`windows`)?`Windows`:A(t,`mac os`)||A(t,`macintosh`)?`macOS`:A(t,`iphone`)||A(t,`ios`)?`iOS`:A(t,`ipados`)?`iPadOS`:A(t,`android`)?`Android`:A(t,`harmonyos`)?`HarmonyOS`:A(t,`linux`)?`Linux`:A(t,`cros`)?`Chrome OS`:A(t,`freebsd`)?`FreeBSD`:A(t,`openbsd`)?`OpenBSD`:A(t,`solaris`)||A(t,`sunos`)?`Solaris`:A(t,`aix`)?`AIX`:e}normalizeOSVersion(e,t){if(!e)return`Unknown`;if(e!==`Unknown`&&(e=e.replace(/_/g,`.`),t===`Windows`)){let t=parseFloat(e);if(!isNaN(t)){if(t>=11)return`11`;if(t>=10)return`10`;if(t===6.3)return`8.1`;if(t===6.2)return`8`;if(t===6.1)return`7`;if(t===6)return`Vista`;if(t===5.1||t===5.2)return`XP`;if(t===5)return`2000`;if(t===4)return`NT 4.0`}}return e}detectDeviceDetails(e){try{for(let[t,n]of[[/(iphone)/i,[`Apple`,`iPhone`]],[/(ipad)/i,[`Apple`,`iPad`]],[/(ipod)/i,[`Apple`,`iPod`]],[/(macintosh)/i,[`Apple`,`Macintosh`]],[/(windows[\w\-_ ]*phone)/i,[`Microsoft`,0]],[/(windows nt|win64|win32|wow64)/i,[`Microsoft`,`PC`]],[/\b(sch-i[89]0\d|shw-m380s|sm-[ptxs]\w{2,4}|gt-[pn]\d{2,4}|sgh-t8[56]9|nexus 10)/i,[`Samsung`,1]],[/\b((?:s[cgp]h|gt|sm)-(?![lr])\w+|sc[g-]?\d+a?|galaxy nexus)/i,[`Samsung`,1]],[/samsung[- ]((?!sm-[lr]|browser)[-\w]+)/i,[`Samsung`,1]],[/sec-(sgh\w+)/i,[`Samsung`,1]],[/smart-tv.+(samsung)/i,[`Samsung`,`Smart TV`]],[/(samsung).*tizen/i,[`Samsung`,`Smart TV`]],[/(pixel (?:c|tablet|[0-9a-z ]+))/i,[`Google`,1]],[/(pixelbook(?: go)?)/i,[`Google`,1]],[/nexus [0-9]/i,[`Google`,0]],[/(redmi[-_ ]?(?:note|k)?[\w_ ]+)(?: bui|\))/i,[`Xiaomi`,1]],[/\b(mi[\w\-_ ]+)(?: bui|\))/i,[`Xiaomi`,1]],[/\b(poco[\w ]+)(?: bui|\))/i,[`Xiaomi`,1]],[/\b(hm[-_ ]?note?[\w ]*)(?: bui|\))/i,[`Xiaomi`,1]],[/\b(?:xiao)?mi[\w\-_ ]+pad/i,[`Xiaomi`,0]],[/(?:huawei|honor) ?([-\w ]+)[;)]/i,[`Huawei`,1]],[/\b(nexus 6p|\w{2,4}e?-[atu]?[ln][\dx][\dc][adnt]?)\b(?!.+d\/s)/i,[`Huawei`,1]],[/\b((?:ag[rs][2356]?k?|bah[234]?|bg[2o]|bt[kv]|cmr|cpn|db[ry]2?|jdn2|got|kob2?k?|mon|pce|scm|sht?|[tw]gr|vrd)-[ad]?[lw][0125][09]b?)/i,[`Huawei`,1]],[/(?:one)?(?:plus)? ?([a\d0]\d\d\d?)(?: b|\))/i,[`OnePlus`,1]],[/droid.+; (cph2[3-6]\d[13579]|((?:gm|hd)19|(?:ac|be|in|kb)20|(?:d[en]|eb|le|mt)21|ne22)[0-2]\d)(?: bui|\))/i,[`OnePlus`,1]],[/(oneplus)[-_ ]?([-\w]*)/i,[`OnePlus`,2]],[/\b(rmx[1-3]\d{3})(?: bui|;|\))/i,[`Realme`,1]],[/(realme)[-_ ]?([-\w]*)/i,[`Realme`,2]],[/; (\w+) bui.+ oppo/i,[`OPPO`,1]],[/\b(cph[12]\d{3}|p(?:af|c[al]|d\w|e[ar])[mt]\d0|x9007|a101op)\b/i,[`OPPO`,1]],[/\b(opd2(\d{3}a?))(?: bui|\))/i,[`OPPO`,1]],[/(oppo)[-_ ]?([-\w]*)/i,[`OPPO`,2]],[/; vivo (\w+)(?: bui|\))/i,[`Vivo`,1]],[/\b(v[12]\d{3}\w?[at])(?: bui|;)/i,[`Vivo`,1]],[/(vivo)[-_ ]?([-\w]*)/i,[`Vivo`,2]],[/\bmot(?:orola)?[- ]([\w\s]+)(\)| bui)/i,[`Motorola`,1]],[/((?:moto(?! 360)[-\w() ]+|xt\d{3,4}[cgkosw+]?[-\d]*|nexus 6)(?= bui|\)))/i,[`Motorola`,1]],[/\b(milestone|droid(?:[2-4x]| (?:bionic|x2|pro|razr))?:?( 4g)?)\b/i,[`Motorola`,0]],[/\b(mz60\d|xoom[2 ]{0,2}) build\//i,[`Motorola`,0]],[/droid.+; ([a-z]?\d[0-2]{2}[a-z]{2}|[c-g]\d{4}|so[-gl]\w+|xq-[a-z]{2}\d\d)(?= bui|\))/i,[`Sony`,1]],[/sony tablet [ps]/i,[`Sony`,`Xperia Tablet`]],[/\b(?:sony)?sgp\w+(?: bui|\))/i,[`Sony`,0]],[/(sony)[-_ ]?([-\w]*)/i,[`Sony`,2]],[/\blg[-e;/ ]+(?!.*(?:browser|netcast|android tv|watch|webos))(\w+)/i,[`LG`,1]],[/\blg-?([\d\w]+) bui/i,[`LG`,1]],[/(lm(?:-?f100[nv]?|-[\w.]+)(?= bui|\))|nexus [45])/i,[`LG`,1]],[/((?=lg)?[vl]k-?\d{3}) bui/i,[`LG`,0]],[/(lg)[-_ ]?([-\w]*)/i,[`LG`,2]],[/(?:maemo|nokia).*(n900|lumia \d+|rm-\d+)/i,[`Nokia`,1]],[/nokia[-_ ]?(([-\w. ]*?))(?: bui|\)|;|\/)/i,[`Nokia`,1]],[/(nokia) (t[12][01])/i,[`Nokia`,2]],[/(?:\b|asus_)(transfo[prime ]{4,10} \w+|eeepc|slider \w+|nexus 7|padfone|p00[cj])/i,[`ASUS`,1]],[/(?:asus[-_ ])?(zenfone[\w\-_ ]*)/i,[`ASUS`,1]],[/(rog[\w\-_ ]*)/i,[`ASUS`,1]],[/(asus)[-_ ]?([-\w]*)/i,[`ASUS`,2]],[/lenovo[-_ ]?([-\w ]+?)(?: bui|\)|\/)/i,[`Lenovo`,1]],[/(ideatab[-\w ]+|602lv|d-42a|a101lv|a2109a|a3500-hv|s[56]000|pb-6505[my]|tb-?x?\d{3,4}(?:f[cu]|xu|[av])|yt\d?-[jx]?\d+[lfmx])(?: bui|;|\)|\/)/i,[`Lenovo`,1]],[/(thinkpad[\w\-_ ]*)/i,[`Lenovo`,0]],[/(kf[a-z]{2}[a-z]*)(?: bui|\))/i,[`Amazon`,1]],[/(alexa)webm/i,[`Amazon`,`Echo`]],[/(fire[\w\-_ ]*)/i,[`Amazon`,0]],[/(amazon)[-_ ]?([-\w]*)/i,[`Amazon`,2]],[/(?:blackberry|\(bb10;) (\w+)/i,[`BlackBerry`,1]],[/\b((?:bb[a-f]|st[hv])100-\d)/i,[`BlackBerry`,1]],[/(playbook);[-\w),; ]+(rim)/i,[`BlackBerry`,1]],[/(microsoft); (lumia[\w ]+)/i,[`Microsoft`,2]],[/(surface duo)/i,[`Microsoft`,`Surface Duo`]],[/(surface[\w\-_ ]*)/i,[`Microsoft`,0]],[/(zte)[- ]([\w ]+?)(?: bui|\/|\))/i,[`ZTE`,2]],[/(htc)[-;_ ]{1,2}([\w ]+(?=\)| bui)|\w+)/i,[`HTC`,2]],[/(alcatel|tcl)[-_ ]?([-\w]*)/i,[1,2]],[/(meizu)[-_ ]?([-\w]*)/i,[`Meizu`,2]],[/(tecno)[-_ ]?([-\w]*)/i,[`Tecno`,2]],[/(infinix)[-_ ]?([-\w]*)/i,[`Infinix`,2]],[/(micromax)[-_ ]?([-\w]*)/i,[`Micromax`,2]],[/(lava)[-_ ]?([-\w]*)/i,[`Lava`,2]],[/(panasonic)[-_ ]?([-\w]*)/i,[`Panasonic`,2]],[/(sharp)\/?([-\w]*)/i,[`Sharp`,2]],[/(benq)[-_ ]?([-\w]*)/i,[`BenQ`,2]],[/(palm)[-_ ]?([-\w]*)/i,[`Palm`,2]],[/(vertu)[-_ ]?([-\w]*)/i,[`Vertu`,2]],[/(gionee)[-_ ]?([-\w]*)/i,[`Gionee`,2]],[/(doogee)[-_ ]?([-\w]*)/i,[`Doogee`,2]],[/(ulefone)[-_ ]?([-\w]*)/i,[`Ulefone`,2]],[/(blackview)[-_ ]?([-\w]*)/i,[`Blackview`,2]],[/(cubot)[-_ ]?([-\w]*)/i,[`Cubot`,2]],[/(umidigi)[-_ ]?([-\w]*)/i,[`UMIDIGI`,2]],[/(oukitel)[-_ ]?([-\w]*)/i,[`Oukitel`,2]],[/(fairphone)[-_ ]?([-\w]*)/i,[`Fairphone`,2]],[/(cat)[-_ ]?([-\w]*)/i,[`Cat`,2]],[/(energy)[-_ ]?([-\w]*)/i,[`Energizer`,2]],[/(land rover)[-_ ]?([-\w]*)/i,[`Land Rover`,2]],[/(shield[\w\-_ ]*)/i,[`Nvidia`,0]],[/(crkey)/i,[`Google`,`Chromecast`]],[/(roku)[\dx]*/i,[`Roku`,0]],[/(apple)[-_ ]?tv/i,[`Apple`,`TV`]],[/(amazon)[-_ ]?tv/i,[`Amazon`,`Fire TV`]],[/(google)[-_ ]?tv/i,[`Google`,`TV`]],[/(smart[\w\-_ ]*tv)/i,[0,`Smart TV`]],[/(playstation[\w\-_ ]*)/i,[`Sony`,0]],[/(nintendo[\w\-_ ]*)/i,[`Nintendo`,0]],[/(xbox[\w\-_ ]*)/i,[`Microsoft`,0]],[/(googlebot)/i,[`Google`,`Bot`]],[/(bingbot)/i,[`Microsoft`,`Bing Bot`]],[/(yandexbot)/i,[`Yandex`,`Bot`]],[/(slackbot)/i,[`Slack`,`Bot`]],[/(twitterbot)/i,[`Twitter`,`Bot`]],[/(facebookbot)/i,[`Facebook`,`Bot`]],[/(linkedinbot)/i,[`LinkedIn`,`Bot`]],[/(tesla)[-_ ]?([-\w]*)/i,[`Tesla`,2]],[/(raspberry[\w\-_ ]*)/i,[`Raspberry Pi`,0]]]){let r=e.match(t);if(r){let e=n[0],t=n[1],i=typeof e==`number`?r[e]===void 0?`Unknown`:this.normalizeVendorName(r[e]):this.normalizeVendorName(e),a=`Unknown`;typeof t==`number`?a=r[t]===void 0?`Unknown`:r[t]:t===void 0?r[1]===void 0?r[0]!==void 0&&(a=r[0]):a=r[1]:a=t,a=this.normalizeModelName(a,i),this.details.vendor=i,this.details.model=a;break}}}catch(e){console.error(`DeviceChecker: device details detection error - `,e)}}normalizeVendorName(e){return e?{apple:`Apple`,samsung:`Samsung`,google:`Google`,xiaomi:`Xiaomi`,huawei:`Huawei`,oneplus:`OnePlus`,oppo:`OPPO`,vivo:`Vivo`,realme:`Realme`,motorola:`Motorola`,sony:`Sony`,lg:`LG`,nokia:`Nokia`,asus:`ASUS`,lenovo:`Lenovo`,amazon:`Amazon`,blackberry:`BlackBerry`,microsoft:`Microsoft`,zte:`ZTE`,htc:`HTC`,alcatel:`Alcatel`,tcl:`TCL`,meizu:`Meizu`,tecno:`Tecno`,infinix:`Infinix`,micromax:`Micromax`,lava:`Lava`,panasonic:`Panasonic`,sharp:`Sharp`,benq:`BenQ`,palm:`Palm`,honor:`Honor`,nvidia:`NVIDIA`,roku:`Roku`}[e.toLowerCase()]||e.charAt(0).toUpperCase()+e.slice(1).toLowerCase():`Unknown`}normalizeModelName(e,t){if(!e||e===`Unknown`)return e;if(e===`0`)return`Unknown`;let n=e.replace(/^build\//i,``).replace(/\s+bui$/i,``).replace(/\)$/,``).replace(/[;,)]/g,``).replace(/\s*\(.*?\)\s*/g,``).trim(),r=t.toLowerCase();return A(r,`samsung`)?n=n.replace(/^(sm-|gt-|sgh-|sch-)/i,``):A(r,`xiaomi`)?n=n.replace(/^(mi[\s\-_]*|redmi[\s\-_]*)/i,``):A(r,`oneplus`)?n=n.replace(/^oneplus[\s\-_]*/i,``):A(r,`google`)&&(n=n.replace(/^(pixel[\s\-_]*|nexus[\s\-_]*)/i,``)),n=n.replace(/_/g,` `).replace(/-/g,` `).replace(/\s+/g,` `).trim(),n?(n.length>0&&/^[a-z]/.test(n)&&(n=n.charAt(0).toUpperCase()+n.slice(1)),n):`Unknown`}detectIOSVersion(){try{let e=Be();if(!Ve(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 We,isBrowserWindow as Ge}from"@vkontakte/videoplayer-shared/es2015";class Ke{constructor(){i(this,`_maxTouchPoints`,void 0),i(this,`_height`,void 0),i(this,`_width`,void 0),i(this,`_isHdr`,void 0),i(this,`_pixelRatio`,void 0),i(this,`_screenHeight`,void 0),i(this,`_screenWidth`,void 0),i(this,`_colorDepth`,void 0)}get isTouch(){return typeof this._maxTouchPoints==`number`?this._maxTouchPoints>1:`ontouchstart`in We()}get maxTouchPoints(){return this._maxTouchPoints}get height(){return this._height}get width(){return this._width}get screenHeight(){return this._screenHeight}get screenWidth(){return this._screenWidth}get pixelRatio(){return this._pixelRatio}get isHDR(){return this._isHdr}get colorDepth(){return this._colorDepth}detect(){let e=We();if(!Ge(e))return;let{navigator:t,screen:n}=e,{maxTouchPoints:r}=t;try{this._maxTouchPoints=r??0,this._isHdr=!!e.matchMedia(`(dynamic-range: high)`)?.matches,this._colorDepth=n.colorDepth}catch(e){console.error(e)}try{this._pixelRatio=e.devicePixelRatio||1,this._height=n.height,this._width=n.width,this._height=n.height,this._screenHeight=this._height*this._pixelRatio,this._screenWidth=this._width*this._pixelRatio}catch(e){console.error(e)}}}import{getWindow as qe,isBrowserWindow as Je}from"@vkontakte/videoplayer-shared/es2015";var Ye=()=>window.ManagedMediaSource||window.MediaSource,Xe=()=>{var e;return!!(window.ManagedMediaSource&&!((e=window.ManagedSourceBuffer)==null||(e=e.prototype)==null)&&e.appendBuffer)},Ze=()=>{var e;return!!(window.MediaSource&&!((e=window.SourceBuffer)==null||(e=e.prototype)==null)&&e.appendBuffer)},Qe=()=>window.ManagedMediaSource?new ManagedMediaSource:new MediaSource,$e=qe().document?.createElement(`video`),et=`video/mp4; codecs="avc1.42000a,mp4a.40.2"`,tt=`video/mp4; codecs="hev1.1.6.L93.B0"`,nt=`video/webm; codecs="vp09.00.10.08"`,rt=`video/webm; codecs="av01.0.00M.08"`,it=`audio/mp4; codecs="mp4a.40.2"`,at=`audio/webm; codecs="opus"`,ot;(function(){var e=a(function*(){let e=qe();if(!Je(e)||!(`mediaCapabilities`in e.navigator))return;let t={type:`media-source`,video:{contentType:`video/webm`,width:1280,height:720,bitrate:1e6,framerate:30}},[n,r]=yield Promise.all([e.navigator.mediaCapabilities.decodingInfo(o(o({},t),{},{video:o(o({},t.video),{},{contentType:rt})})),e.navigator.mediaCapabilities.decodingInfo(o(o({},t),{},{video:o(o({},t.video),{},{contentType:nt})}))]);ot={DASH_WEBM_AV1:n,DASH_WEBM:r}});return function(){return e.apply(this,arguments)}})()().catch(e=>{console.log($e),console.error(e)});class st{constructor(e,t){i(this,`_video`,void 0),i(this,`_deviceChecker`,void 0),i(this,`_browserChecker`,void 0),i(this,`_protocols`,void 0),i(this,`_containers`,void 0),i(this,`_codecs`,void 0),i(this,`_nativeHlsSupported`,void 0),this._deviceChecker=e,this._browserChecker=t}get protocols(){return this._protocols}get containers(){return this._containers}get codecs(){return this._codecs}get webmDecodingInfo(){return ot}get supportedCodecs(){return Object.keys(this._codecs).filter(e=>this._codecs[e])}get nativeHlsSupported(){return this._nativeHlsSupported}detect(){let e=qe();if(Je(e)){this._video=e.document.createElement(`video`);try{var t,n,r,i,a,o,s,c,l,u,d,f,p,m,h,g;this._protocols={mms:Xe(),mse:Ze(),hls:!!((t=this._video).canPlayType?.call(t,`application/x-mpegurl`)||(n=this._video).canPlayType?.call(n,`vnd.apple.mpegURL`)),webrtc:!!e.RTCPeerConnection,ws:!!e.WebSocket},this._containers={mp4:!!(r=this._video).canPlayType?.call(r,`video/mp4`),webm:!!(i=this._video).canPlayType?.call(i,`video/webm`),cmaf:!0};let _=!!(!((a=Ye())==null||(o=a.isTypeSupported)==null)&&o.call(a,et)),v=!!(!((s=Ye())==null||(c=s.isTypeSupported)==null)&&c.call(s,tt)),y=!!(!((l=Ye())==null||(u=l.isTypeSupported)==null)&&u.call(l,it));this._codecs={h264:_,h265:v,vp9:!!(!((d=Ye())==null||(f=d.isTypeSupported)==null)&&f.call(d,nt)),av1:!!(!((p=Ye())==null||(m=p.isTypeSupported)==null)&&m.call(p,rt)),aac:y,opus:!!(!((h=Ye())==null||(g=h.isTypeSupported)==null)&&g.call(h,at)),mpeg:(_||v)&&y},this._nativeHlsSupported=this._protocols.hls&&this._containers.mp4}catch(e){console.error(e)}try{this.destroyVideoElement()}catch(e){console.error(`Error destroying video element:`,e)}}}destroyVideoElement(){if(!this._video)return;if(this._video.pause(),this._video.currentTime=0,this._video.removeAttribute(`src`),this._video.src=``,this._video.load(),this._video.remove){this._video.remove(),this._video=null;return}this._video.parentNode&&this._video.parentNode.removeChild(this._video);let e=this._video.cloneNode(!1);this._video.parentNode?.replaceChild(e,this._video),this._video=null}}import{getWindow as ct,isBrowserWindow as lt}from"@vkontakte/videoplayer-shared/es2015";var ut=`audio/mpeg`;class dt{constructor(){i(this,`_audio`,void 0),i(this,`_containers`,void 0),i(this,`_codecs`,void 0)}supportMp3(){return this._codecs.mp3&&this._containers.mpeg}detect(){let e=ct();if(lt(e)){this._audio=e.document.createElement(`audio`);try{var t,n,r;this._containers={mpeg:!!(t=this._audio).canPlayType?.call(t,ut)},this._codecs={mp3:!!(!((n=Ye())==null||(r=n.isTypeSupported)==null)&&r.call(n,ut))}}catch(e){console.error(e)}try{this.destroyAudioElement()}catch(e){console.error(`Error destroying audio element:`,e)}}}destroyAudioElement(){if(!this._audio)return;if(this._audio.pause(),this._audio.currentTime=0,this._audio.removeAttribute(`src`),this._audio.src=``,this._audio.load(),this._audio.remove){this._audio.remove(),this._audio=null;return}this._audio.parentNode&&this._audio.parentNode.removeChild(this._audio);let e=this._audio.cloneNode(!1);this._audio.parentNode?.replaceChild(e,this._audio),this._audio=null}}class ft{constructor(){i(this,`isInited$`,new Ie(!1)),i(this,`_displayChecker`,void 0),i(this,`_deviceChecker`,void 0),i(this,`_browserChecker`,void 0),i(this,`_videoChecker`,void 0),i(this,`_audioChecker`,void 0),this._displayChecker=new Ke,this._deviceChecker=new Ue(this._displayChecker),this._browserChecker=new ze,this._videoChecker=new st(this._deviceChecker,this._browserChecker),this._audioChecker=new dt,this.detect()}get display(){return this._displayChecker}get device(){return this._deviceChecker}get browser(){return this._browserChecker}get video(){return this._videoChecker}get audio(){return this._audioChecker}detect(){var e=this;return a(function*(){Fe()&&(e._displayChecker.detect(),e._deviceChecker.detect(),e._browserChecker.detect(),e._videoChecker.detect(),e._audioChecker.detect(),e.isInited$.next(!0))})()}}var j=new ft,pt=(e,t=!1)=>{let{containers:n,protocols:r,codecs:i,nativeHlsSupported:a}=j.video,{isMobile:o}=j.device,s=j.device.isMac&&j.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 Pe(e)}})},mt=e=>{switch(e){case`MPEG`:case`DASH`:case`DASH_SEP`:case`DASH_ONDEMAND`:case`DASH_WEBM`:case`DASH_WEBM_AV1`:case`DASH_STREAMS`:case`HLS`:case`HLS_FMP4`:case`HLS_ONDEMAND`:return!1;case`DASH_LIVE`:case`DASH_LIVE_CMAF`:case`HLS_LIVE`:case`HLS_LIVE_CMAF`:case`DASH_LIVE_WEBM`:case`WEB_RTC_LIVE`:return!0;default:return Pe(e)}},ht=(e,t=!1)=>pt(Object.keys(e).filter(e=>!mt(e)),t).length>0;class gt{constructor(e){i(this,`subscription`,new ye),i(this,`log`,void 0),i(this,`params`,void 0),i(this,`sessionId$`,new be(null)),i(this,`mediaSessionId$`,new be(null)),i(this,`contentId$`,new be(null)),i(this,`progressTicker`,void 0),i(this,`isMobile`,He()),i(this,`mobileVolumeState`,{muted:!1,volume:0}),i(this,`media`,null),i(this,`lastRequestedVolume`,null),i(this,`syncMediaState`,e=>{if(_e(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;ge(n)&&this.params.output.duration$.next(Math.max(0,n));let r=e.currentTime;if(ge(r)){this.params.desiredState.seekState.getState().state===`applying`&&this.params.output.seekedEvent$.next(),this.params.output.position$.next(r);let t=this.params.output.isLive$.getValue();e.playerState===`PLAYING`&&!t?this.progressTicker.start(r):this.progressTicker.pause()}}),this.params=e,this.progressTicker=new Ne(e),this.log=this.params.dependencies.logger.createComponentLog(`ChromecastPresentationApiProvider`),this.log({message:`constructor, format: ${e.format}`}),this.params.output.isLive$.next(mt(e.format)),this.subscribe()}subscribe(){let e=e=>{this.params.output.error$.next({category:pe.WTF,id:`ChromecastPresentationApiProvider`,message:e?.message??`Unknown error`,thrown:e})};this.subscription.add(this.params.chromecastConnector.message$.pipe(me(e=>!!e)).subscribe(e=>{this.handleMessage(e)},e)),this.subscription.add(this.sessionId$.pipe(me(ge),he(),fe(0)).subscribe(()=>{this.loadMedia()},e));let t=this.contentId$.pipe(he(),ve(Boolean));this.subscription.add(de({seekState:this.params.desiredState.seekState.stateChangeEnded$,mediaLoaded:t}).pipe(me(({mediaLoaded:e})=>e)).subscribe(()=>{let e=this.params.desiredState.seekState.getState();e.state===`requested`&&this.seek(e.position/1e3)},e));let n=de({playbackState:this.params.desiredState.playbackState.stateChangeStarted$,mediaLoaded:t});this.subscription.add(n.pipe(me(({mediaLoaded:e})=>e),fe(0)).subscribe(()=>{this.syncPlayback()},e)),this.subscription.add(n.pipe(me(({mediaLoaded:e,playbackState:{from:t,to:n}})=>!e&&t===`stopped`&&n===`playing`)).subscribe(()=>{this.loadMedia()},e)),this.subscription.add(de({volumeState:this.params.desiredState.volume.stateChangeStarted$.pipe(fe(30)),mediaLoaded:t}).pipe(me(({mediaLoaded:e})=>e)).subscribe(({volumeState:e})=>{let{muted:t,volume:n}=e.to;this.setVolume(n,t)},e))}handleMessage(e){switch(e.type){case`new_session`:case`update_session`:{var t;this.sessionId$.next(e.message.sessionId);let n=(t=e.message)==null||(t=t.media)==null?void 0:t[0];this.syncMediaState(n);let r=e.message?.receiver.volume;this.syncVolumeState(r)}break;case`v2_message`:switch(e.message?.type){case`MEDIA_STATUS`:{var n;let t=(n=e.message)==null||(n=n.status)==null?void 0:n[0];this.syncMediaState(t);break}}break}}loadMedia(){let e=Oe(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();ue(e,`play on null mediaSessionId`),this.params.chromecastConnector.sendV2Message({type:`PLAY`,mediaSessionId:e,customData:null})}pause(){let e=this.mediaSessionId$.getValue();ue(e,`pause on null mediaSessionId`),this.params.chromecastConnector.sendV2Message({type:`PAUSE`,mediaSessionId:e,customData:null})}seek(e){let t=this.mediaSessionId$.getValue();ue(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`:k(this.params.desiredState.playbackState,`paused`);break;case`PLAYING`:k(this.params.desiredState.playbackState,`playing`);break;case`IDLE`:t===`FINISHED`?(this.params.output.endedEvent$.next(),k(this.params.desiredState.playbackState,`stopped`),this.contentId$.next(null)):k(this.params.desiredState.playbackState,`ready`);break;case`BUFFERING`:break}}syncPlayback(){let e=this.params.desiredState.playbackState.getState();switch(this.log({message:`[syncPlayback] ${e}`}),e){case`ready`:break;case`playing`:this.play();break;case`paused`:this.pause();break;case`stopped`:this.stop();break}}syncVolumeState(e){if(_e(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 _t,ErrorCategory as vt,filter as yt,Subject as bt,Subscription as xt,tap as St,ValueSubject as Ct,fromEvent as wt,getWindow as Tt}from"@vkontakte/videoplayer-shared/es2015";var Et=e=>({castDevice:{friendlyName:e},remotePlayer:{},remotePlayerController:{},session:{}}),Dt=()=>String(Date.now())+String(Math.floor(Math.random()*1e5));class Ot{constructor(e){i(this,`params`,void 0),i(this,`clientId`,void 0),i(this,`capabilities`,[`WEB`]),i(this,`presentationRequest$`,new Ct(null)),i(this,`log`,void 0),i(this,`sessionId$`,new Ct(null)),i(this,`broadcastChannel`,new BroadcastChannel(`vk_player_chromecast_events`)),i(this,`subscription`,new xt),i(this,`subscriptionEvents`,new xt),i(this,`isDestroyed`,!1),i(this,`sequenceNumber`,0),i(this,`presentationAvailable$`,new Ct(!1)),i(this,`presentationConnection$`,new Ct(null)),i(this,`message$`,new Ct(null)),i(this,`friendlyName$`,new Ct(null)),i(this,`errorEvent$`,new bt),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(wt(e,`change`).subscribe(()=>{t()})),t()}).catch(()=>{this.presentationAvailable$.next(!0)}),Tt().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:vt.WTF,id:`ChromecastPresentationApiConnector`,message:e?.message??`reinitPresentation error`,thrown:e})}}connect(){var e=this;return a(function*(){e.log({message:`connect`});try{e.presentationRequest$.getValue()||(e.log({message:`reinitPresentation`}),e.reinitPresentation(!1));let t=e.presentationRequest$.getValue();_t(t,`connect with null presentationRequest`);let n=yield t.start();e.handleConnection(n)}catch(t){switch(t?.name){case`AbortError`:case`NotAllowedError`:break;default:e.errorEvent$.next({category:vt.WTF,id:`ChromecastPresentationApiConnector`,message:t?.message??`connect error`,thrown:t});break}}})()}subscribe(){this.subscription.add(wt(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(St(e=>{this.log({message:`presentationConnection$: ${!!e}`})}),yt(e=>!!e)).subscribe(e=>{let t=wt(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=wt(e,`connect`).subscribe(()=>{this.send(`client_connect`)}),r=wt(e,`close`).subscribe(e=>{switch(e.reason){case`error`:this.errorEvent$.next({category:vt.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:o(o({},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:vt.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 Tt()[e]=Tt()[e]||Dt()}resetSubscriptionEvents(){this.subscriptionEvents.unsubscribe(),this.subscriptionEvents=new xt}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 kt,Subject as At,map as jt,Subscription as Mt,combine as Nt,filterChanged as Pt,assertNonNullable as Ft}from"@vkontakte/videoplayer-shared/es2015";class It{static isSupported(){return`chrome`in window&&`presentation`in navigator&&`BroadcastChannel`in window}constructor(e){i(this,`subscription`,new Mt),i(this,`log`,void 0),i(this,`contentId`,void 0),i(this,`connection$`,new kt(void 0)),i(this,`castState$`,new kt(`NOT_AVAILABLE`)),i(this,`errorEvent$`,new At),i(this,`chromecastConnector`,void 0);let t=It.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 Ot({appId:e.receiverApplicationId,logger:e.dependencies.logger}),this.subscribe())}subscribe(){Ft(this.chromecastConnector,`subscribe with null chromecastConnector`),this.subscription.add(this.chromecastConnector.errorEvent$.subscribe(this.errorEvent$));let e=Nt({connection:this.chromecastConnector.presentationConnection$,available:this.chromecastConnector.presentationAvailable$,friendlyName:this.chromecastConnector.friendlyName$.pipe(Pt())});this.subscription.add(e.pipe(jt(({connection:e,friendlyName:t})=>!!(e&&t)),Pt()).subscribe(e=>{let t=this.chromecastConnector?.friendlyName$.getValue()??``;this.connection$.next(e?Et(t):void 0)})).add(e.subscribe(({available:e,connection:t})=>{e?t?this.castState$.next(`CONNECTED`):this.castState$.next(`AVAILABLE`):this.castState$.next(`NOT_AVAILABLE`)}))}connect(){this.log({message:`connect`}),this.chromecastConnector?.connect()}disconnect(){this.log({message:`disconnect`}),this.chromecastConnector?.disconnect()}stopMedia(){var e=this;return a(function*(){e.log({message:`stopMedia`}),e.chromecastConnector?.stopMedia()})()}toggleConnection(){let e=!!this.chromecastConnector?.presentationConnection$.getValue();this.log({message:`toggleConnection: isConnected - ${e}`}),e?this.disconnect():this.connect()}setVolume(e){}setMuted(e){}destroy(){this.log({message:`destroy`}),this.chromecastConnector?.destroy(),this.subscription.unsubscribe()}}import{arrayIncludes as Lt}from"@vkontakte/videoplayer-shared/es2015";import{objectEntries as Rt}from"@vkontakte/videoplayer-shared/es2015";import{objectFromEntries as zt}from"@vkontakte/videoplayer-shared/es2015";import{promiseFinally as Bt}from"@vkontakte/videoplayer-shared/es2015";import{isNonNullable as Vt,Subject as Ht,merge as Ut}from"@vkontakte/videoplayer-shared/es2015";import"@vkontakte/videoplayer-shared/es2015";var Wt=(e,t)=>e===t;class Gt{constructor(e,t=Wt){i(this,`comparator`,void 0),i(this,`state`,void 0),i(this,`prevState`,void 0),i(this,`transition`,void 0),i(this,`transitionStarted$`,new Ht),i(this,`transitionEnded$`,new Ht),i(this,`transitionUpdated$`,new Ht),i(this,`forceChanged$`,new Ht),i(this,`stateChangeStarted$`,Ut(this.transitionStarted$,this.transitionUpdated$)),i(this,`stateChangeEnded$`,Ut(this.transitionEnded$,this.forceChanged$)),this.comparator=t,this.state=e,this.prevState=void 0}setState(e){let t=this.transition,n=this.state;this.transition=void 0,this.prevState=n,this.state=e,t?this.comparator(t.to,e)?this.transitionEnded$.next(t):this.forceChanged$.next({from:t.from,to:e,canceledTransition:t}):this.forceChanged$.next({from:n,to:e,canceledTransition:t})}startTransitionTo(e){let t=this.transition,n=this.state;this.comparator(n,e)||Vt(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 Kt,debounce as qt,ErrorCategory as Jt,fromEvent as Yt,map as Xt,merge as Zt,observableFrom as Qt,Subject as $t,Subscription as en,timeout as tn}from"@vkontakte/videoplayer-shared/es2015";var nn=5,rn=5,an=500,on=7e3;class sn{constructor(e){i(this,`subscription`,new en),i(this,`loadMediaTimeoutSubscription`,new en),i(this,`videoState`,new Gt(`stopped`)),i(this,`params`,void 0),i(this,`log`,void 0),i(this,`syncPlayback`,()=>{let e=this.videoState.getState(),t=this.videoState.getTransition(),n=this.params.desiredState.playbackState.getState(),r=this.params.desiredState.playbackState.getTransition(),i=this.params.desiredState.seekState.getState();if(this.log({message:`[syncPlayback] videoState: ${e}; videoTransition: ${JSON.stringify(t)}; desiredPlaybackState: ${n}; desiredPlaybackStateTransition: ${this.params.desiredState.playbackState.getTransition()}; seekState: ${JSON.stringify(i)};`}),n===`stopped`){e!==`stopped`&&(this.videoState.startTransitionTo(`stopped`),this.stop());return}if(!t){if(r?.to!==`paused`&&i.state===`requested`&&e!==`stopped`){this.seek(i.position/1e3);return}switch(n){case`ready`:switch(e){case`playing`:case`paused`:case`ready`:break;case`stopped`:this.videoState.startTransitionTo(`ready`),this.prepare();break;default:Kt(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:Kt(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:Kt(e)}break;default:Kt(n)}}}),this.params=e,this.log=this.params.dependencies.logger.createComponentLog(`ChromecastProvider`),this.log({message:`constructor, format: ${e.format}`}),this.params.output.isLive$.next(mt(e.format)),this.params.output.isAudioAvailable$.next(!0),this.handleRemoteVolumeChange({volume:this.params.connection.remotePlayer.volumeLevel,muted:this.params.connection.remotePlayer.isMuted});let t=this.params.connection.session.getMediaSession();t&&this.restoreSession(t),this.subscribe()}destroy(){this.log({message:`[destroy]`}),this.subscription.unsubscribe()}subscribe(){this.subscription.add(this.loadMediaTimeoutSubscription);let e=new en;this.subscription.add(e),this.subscription.add(Zt(this.videoState.stateChangeStarted$.pipe(Xt(e=>`stateChangeStarted$ ${JSON.stringify(e)}`)),this.videoState.stateChangeEnded$.pipe(Xt(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 $t;e.add(t.pipe(qt(an)).subscribe(()=>{this.params.output.seekedEvent$.next()}));let n=NaN;e.add(Yt(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)>nn)&&t.next(r),n=r})),e.add(Yt(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.DURATION_CHANGED).subscribe(e=>{this.logRemoteEvent(e),this.params.output.duration$.next(e.value)}))}t(Yt(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.IS_MEDIA_LOADED_CHANGED),t=>{this.logRemoteEvent(t),t.value?this.handleRemoteReady():(this.handleRemoteStop(),e.unsubscribe())}),t(Yt(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.IS_PAUSED_CHANGED),e=>{this.logRemoteEvent(e),e.value?this.handleRemotePause():this.handleRemotePlay()}),t(Yt(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<rn&&this.params.output.endedEvent$.next(),this.handleRemoteStop(),k(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:Kt(n)}}),t(Yt(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.VOLUME_LEVEL_CHANGED),e=>{this.logRemoteEvent(e),this.handleRemoteVolumeChange({volume:e.value})}),t(Yt(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.IS_MUTED_CHANGED),e=>{this.logRemoteEvent(e),this.handleRemoteVolumeChange({muted:e.value})}),t(Zt(this.params.desiredState.playbackState.stateChangeStarted$,this.params.desiredState.seekState.stateChangeEnded$,this.videoState.stateChangeEnded$,Qt([`init`])).pipe(qt(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`),k(this.params.desiredState.playbackState,`paused`)):(this.videoState.setState(`playing`),k(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=Oe(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`),k(this.params.desiredState.playbackState,`paused`))}handleRemotePlay(){let e=this.videoState.getState();(this.videoState.getTransition()?.to===`playing`||e===`paused`)&&(this.videoState.setState(`playing`),k(this.params.desiredState.playbackState,`playing`))}handleRemoteReady(){this.videoState.getTransition()?.to===`ready`&&this.videoState.setState(`ready`),this.params.desiredState.playbackState.getTransition()?.to===`ready`&&k(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(tn(on).subscribe(()=>t(`timeout(${on})`)))});Bt(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:Jt.VIDEO_PIPELINE,message:t,thrown:e})}),()=>{this.loadMediaTimeoutSubscription.unsubscribe()})}logRemoteEvent(e){this.log({message:`[remoteEvent] ${JSON.stringify(e)}`})}}import{arrayIncludes as cn}from"@vkontakte/videoplayer-shared/es2015";import{clearVideoElement as ln,getWindow as un}from"@vkontakte/videoplayer-shared/es2015";import{clearVideoElement as dn}from"@vkontakte/videoplayer-shared/es2015";var fn=(e,t)=>{try{e.pause(),e.playbackRate=0,dn(e,t),e.remove()}catch(e){console.error(e)}};import{fromEvent as pn,Subscription as mn}from"@vkontakte/videoplayer-shared/es2015";var hn=`__spvc`;class gn{constructor(){i(this,`attribute`,`data-pool-reused`)}get(e){return e.hasAttribute(this.attribute)}set(e,t){e.toggleAttribute(this.attribute,t)}delete(e){e.removeAttribute(this.attribute)}}var _n=un(),vn=_n.WeakMap?new _n.WeakMap:new gn,yn=_n.WeakMap?new _n.WeakMap:new Map,bn=(e,t=20)=>{let n=0;return pn(e,`ratechange`).subscribe(r=>{n++,n>=t&&(e.currentTime=e.currentTime,n=0)})};function xn(e){e.style.position=`fixed`,e.style.left=`100%`,e.setAttribute(`data-role`,`screen`),un().document.body.appendChild(e)}function Sn(e,t){e.style.position=``,e.style.left=``,t.appendChild(e)}var Cn=(e,{audioVideoSyncRate:t,disableYandexPiP:n,clearVideoElementInnerHTML:r,reuseOwnVideoElement:i})=>{let a,o=e.querySelector(`video`),s=!!o,c=un().document.querySelector(`body > video[data-role=screen]`)||void 0;i?_n[hn]=c:(c?.remove(),delete _n[hn]),o?(a=o,ln(a,r)):c&&c===_n[hn]?(a=c,Sn(a,e)):(a=un().document.createElement(`video`),e.appendChild(a),i&&(_n[hn]=a)),vn.set(a,s);let l=new mn;return l.add(bn(a,t)),yn.set(a,l),a.setAttribute(`crossorigin`,`anonymous`),a.setAttribute(`playsinline`,`playsinline`),n&&a.setAttribute(`x-yandex-pip`,`false`),a.controls=!1,a.setAttribute(`poster`,`data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=`),a},wn=(e,{keepVideoElement:t,clearVideoElementInnerHTML:n,reuseOwnVideoElement:r})=>{yn.get(e)?.unsubscribe(),yn.delete(e);let i=vn.get(e);vn.delete(e),i||t?ln(e,n):r?(ln(e,n),xn(e)):fn(e,n)};import{objectValues as Tn}from"@vkontakte/videoplayer-shared/es2015";import{arrayIncludes as En}from"@vkontakte/videoplayer-shared/es2015";import{assertNonNullable as Dn,isNonNullable as On,isNullable as kn,fromEvent as An,merge as jn,observableFrom as Mn,filterChanged as Nn,map as Pn,Subject as Fn,Subscription as In,ValueSubject as Ln,ErrorCategory as Rn}from"@vkontakte/videoplayer-shared/es2015";import{isNonNullable as zn,isNullable as Bn,Subscription as Vn}from"@vkontakte/videoplayer-shared/es2015";var Hn=(e,t,n,{equal:r=(e,t)=>e===t,changed$:i,onError:a}={})=>{let o=e.getState(),s=t(),c=Bn(i),l=new Vn;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},Un=(e,t,n)=>Hn(t,()=>e.loop,t=>{zn(t)&&(e.loop=t)},{onError:n}),Wn=(e,t,n,r,i)=>Hn(t,()=>({muted:e.muted,volume:e.volume}),t=>{i?.skipVideoElVolumeSync$.getValue()||zn(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}),Gn=(e,t,n,r)=>Hn(t,()=>e.playbackRate,t=>{zn(t)&&(e.playbackRate=t)},{changed$:n,onError:r}),Kn=Hn,qn=e=>[`__`,e.language,e.label].join(`|`),Jn=(e,t)=>{if(e.id===t)return!0;let[n,r,i]=t.split(`|`);return e.language===r&&e.label===i};class Yn{constructor(e){i(this,`available$`,new Fn),i(this,`current$`,new Ln(void 0)),i(this,`error$`,new Fn),i(this,`video`,void 0),i(this,`cueSettings`,void 0),i(this,`subscription`,new In),i(this,`externalTracks`,new Map),i(this,`internalTracks`,new Map),i(this,`baseURL`,void 0),this.baseURL=e}connect(e,t,n){this.video=e,this.cueSettings=t.textTrackCuesSettings,this.subscribe();let r=e=>{this.error$.next({id:`TextTracksManager`,category:Rn.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(Kn(t.internalTextTracks,()=>Tn(this.internalTracks),e=>{On(e)&&this.setInternal(e)},{equal:(e,t)=>On(e)&&On(t)&&e.length===t.length&&e.every(({id:e},n)=>e===t[n].id),changed$:this.available$.pipe(Pn(e=>e.filter(({type:e})=>e===`internal`))),onError:r})),this.subscription.add(Kn(t.externalTextTracks,()=>Tn(this.externalTracks),e=>{On(e)&&this.setExternal(e)},{equal:(e,t)=>On(e)&&On(t)&&e.length===t.length&&e.every(({id:e},n)=>e===t[n].id),changed$:this.available$.pipe(Pn(e=>e.filter(({type:e})=>e===`external`))),onError:r})),this.subscription.add(Kn(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(Kn(t.textTrackCuesSettings,()=>({}),()=>{if(this.video)for(let e of this.htmlTextTracksAsArray())this.applyCueSettings(e.cues),this.applyCueSettings(e.activeCues)}))}subscribe(){Dn(this.video);let{textTracks:e}=this.video;this.subscription.add(An(e,`addtrack`).subscribe(()=>{let e=this.current$.getValue();e&&this.select(e)})),this.subscription.add(jn(An(e,`addtrack`),An(e,`removetrack`),Mn([`init`])).pipe(Pn(()=>this.htmlTextTracksAsArray().map(e=>this.htmlTextTrackToITextTrack(e))),Nn((e,t)=>e.length===t.length&&e.every(({id:e},n)=>e===t[n].id))).subscribe(this.available$)),this.subscription.add(jn(An(e,`change`),Mn([`init`])).pipe(Pn(()=>this.htmlTextTracksAsArray().find(({mode:e})=>e===`showing`)),Pn(e=>e&&this.htmlTextTrackToITextTrack(e).id),Nn()).subscribe(this.current$));let t=e=>this.applyCueSettings(e.target?.activeCues??null);this.subscription.add(An(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(An(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;On(t.align)&&(e.align=t.align),On(t.position)&&(e.position=t.position),On(t.size)&&(e.size=t.size),On(t.line)&&(e.line=t.line)}}htmlTextTracksAsArray(e=!1){Dn(this.video);let t=[...this.video.textTracks];return e?t:t.filter(Yn.isHealthyTrack)}htmlTextTrackToITextTrack(e){let{language:t,label:n}=e,r=e.id?e.id:qn(e),i=this.externalTracks.has(r),a=(i?this.externalTracks.get(r)?.isAuto:this.internalTracks.get(r)?.isAuto)??En(r,`auto`);return i?{id:r,type:`external`,isAuto:a,language:t,label:n,url:this.externalTracks.get(r)?.url}:{id:r,type:`internal`,isAuto:a,language:t,label:n,url:this.internalTracks.get(r)?.url}}static isHealthyTrack(e){return!(e.kind===`metadata`||e.groupId||e.id===``&&e.label===``&&e.language===``)}setExternal(e){this.internalTracks.size>0&&Array.from(this.internalTracks).forEach(([,e])=>this.detach(e)),e.filter(({id:e})=>!this.externalTracks.has(e)).forEach(e=>this.attach(e)),Array.from(this.externalTracks).filter(([t])=>!e.find(e=>e.id===t)).forEach(([,e])=>this.detach(e))}setInternal(e){let t=[...this.externalTracks];e.filter(({id:e,language:n,isAuto:r})=>!this.internalTracks.has(e)&&!t.some(([,e])=>e.language===n&&e.isAuto===r)).forEach(e=>this.attach(e)),Array.from(this.internalTracks).filter(([t])=>!e.find(e=>e.id===t)).forEach(([,e])=>this.detach(e))}select(e){Dn(this.video);for(let e of this.htmlTextTracksAsArray(!0))e.mode=`showing`;for(let t of this.htmlTextTracksAsArray(!0))(kn(e)||!Jn(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){Dn(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){Dn(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 Xn=Yn;class Zn{constructor(){i(this,`pausedTime`,0),i(this,`streamOffset`,0),i(this,`pauseTimestamp`,0)}getTotalPausedTime(){return this.pausedTime+this.getCurrentPausedTime()}getCurrentPausedTime(){return this.pauseTimestamp>0?Date.now()-this.pauseTimestamp:0}getStreamOffset(){return this.streamOffset}getTotalOffset(){return this.getTotalPausedTime()+this.streamOffset}pause(){this.pauseTimestamp===0&&(this.pauseTimestamp=Date.now())}resume(){this.pauseTimestamp>0&&(this.pausedTime+=this.getCurrentPausedTime(),this.pauseTimestamp=0)}resetTo(e,t=!1){this.streamOffset=e,this.pauseTimestamp=0,this.pausedTime=0,t&&this.pause()}}var Qn=e=>{let t=e;for(;!(t instanceof Document)&&!(t instanceof ShadowRoot)&&t!==null;)t=t?.parentNode;return t??void 0},$n=e=>{let t=Qn(e);return!!(t&&t.fullscreenElement&&t.fullscreenElement===e)},er=e=>{let t=Qn(e);return!!(t&&t.pictureInPictureElement&&t.pictureInPictureElement===e)};import{fromEvent as M,map as tr,merge as nr,filterChanged as rr,isNonNullable as ir,Subject as ar,filter as or,mapTo as sr,combine as cr,once as lr,shareReplay as N,throttle as ur,ErrorCategory as dr,ValueSubject as fr,Subscription as pr}from"@vkontakte/videoplayer-shared/es2015";var mr=3,hr=(e,t,n=mr)=>{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}},gr=e=>{let t=t=>M(e,t).pipe(sr(void 0),N(1)),n=new pr,r=()=>n.unsubscribe(),i=nr(M(e,`progress`),M(e,`timeupdate`)).pipe(tr(()=>hr(e.buffered,e.currentTime)),N(1)),a=j.browser.isSafari?cr({play:t(`play`).pipe(lr()),playing:t(`playing`)}).pipe(sr(void 0),N(1)):t(`playing`),o=M(e,`volumechange`).pipe(tr(()=>({muted:e.muted,volume:e.volume})),N(1)),s=M(e,`ratechange`).pipe(tr(()=>e.playbackRate),N(1)),c=M(e,`error`).pipe(or(()=>!!(e.error||e.played.length)),tr(()=>{let t=e.error;return{id:t?`MediaError#${t.code}`:`HtmlVideoError`,category:dr.VIDEO_PIPELINE,message:t?t.message:`Error event from HTML video element`,thrown:e.error??void 0}}),N(1)),l=M(e,`timeupdate`).pipe(tr(()=>e.currentTime),N(1)),u=[`waiting`,`seeking`,`seeked`,`timeupdate`],d=new ar,f=.3,p;n.add(nr(...u.map(t=>M(e,t))).subscribe(t=>{let n=e.currentTime;e.loop&&ir(p)&&ir(n)&&p>=e.duration-f&&n<=f&&d.next(p),p=n}));let m=t(`pause`).pipe(or(()=>!e.error&&p!==e.duration),N(1)),h=M(e,`enterpictureinpicture`).pipe(N(1)),g=M(e,`leavepictureinpicture`).pipe(N(1)),_=new fr(er(e));n.add(h.subscribe(()=>_.next(!0))),n.add(g.subscribe(()=>_.next(!1)));let v=new fr($n(e)),y=M(e,`fullscreenchange`).pipe(N(1));n.add(y.pipe(tr(()=>$n(e))).subscribe(v));let b=M(e,`timeupdate`).pipe(tr(t=>e.duration-e.currentTime<.1),rr(),N(1)),x=nr(b.pipe(or(t=>!e.loop&&t)),M(e,`ended`)).pipe(ur(1e3),sr(void 0),N(1)),S=nr(...[`waiting`,`pause`,`canplay`,`play`,`canplaythrough`,`playing`,`seeking`,`seeked`,`ended`].map(t=>M(e,t)),b.pipe(tr(e=>({type:e?`ended`:`unknown`})))).pipe(tr(t=>j.browser.isFirefox&&t.type===`ended`?e.readyState<2:e.readyState<3),rr(),N(1));return{playing$:a,pause$:m,canplay$:t(`canplay`),ended$:x,looped$:d,error$:c,seeked$:t(`seeked`),seeking$:t(`seeking`),progress$:t(`progress`),loadStart$:t(`loadstart`),loadedMetadata$:t(`loadedmetadata`),loadedData$:t(`loadeddata`),timeUpdate$:l,durationChange$:M(e,`durationchange`).pipe(tr(()=>e.duration),N(1)),isBuffering$:S,currentBuffer$:i,volumeState$:o,playbackRateState$:s,inPiP$:_,inFullscreen$:v,enterPip$:h,leavePip$:g,destroy:r}};import{VideoQuality as _r}from"@vkontakte/videoplayer-shared/es2015";var vr=e=>{switch(e){case`mobile`:return _r.Q_144P;case`lowest`:return _r.Q_240P;case`low`:return _r.Q_360P;case`sd`:case`medium`:return _r.Q_480P;case`hd`:case`high`:return _r.Q_720P;case`fullhd`:case`full`:return _r.Q_1080P;case`quadhd`:case`quad`:return _r.Q_1440P;case`ultrahd`:case`ultra`:return _r.Q_2160P}};import{arrayAt as P}from"@vkontakte/videoplayer-shared/es2015";import{arrayIncludes as yr}from"@vkontakte/videoplayer-shared/es2015";import{objectEntries as br}from"@vkontakte/videoplayer-shared/es2015";import{isNonNullable as F,isNullable as xr,now as Sr,isHigher as Cr,isHigherOrEqual as wr,isInvariantQuality as Tr,isLowerOrEqual as Er,videoSizeToQuality as Dr,assertNotEmptyArray as Or,assertNonNullable as kr}from"@vkontakte/videoplayer-shared/es2015";var Ar=!1,jr={},Mr=e=>{Ar=e},Nr=()=>{jr={}},Pr=e=>{e(jr)},Fr=(e,t)=>{Ar&&(jr.meta=jr.meta??{},jr.meta[e]=t)};class Ir{constructor(e){i(this,`name`,void 0),this.name=e}next(e){if(!Ar)return;jr.series=jr.series??{};let t=jr.series[this.name]??[];t.push([Date.now(),e]),jr.series[this.name]=t}}import{isHigher as Lr,isLower as Rr,isNonNullable as zr,isNullable as Br,videoHeightToQuality as Vr}from"@vkontakte/videoplayer-shared/es2015";function Hr(e,t,n){return!e.max&&e.min===t?`high_quality`:!e.min&&e.max===n?`traffic_saving`:`unknown`}function Ur(e,t,n){return Br(e)||zr(e.min)&&zr(e.max)&&Rr(e.max,e.min)||zr(e.min)&&zr(t)&&Lr(e.min,t)||zr(e.max)&&zr(n)&&Rr(e.max,n)}function Wr({limits:e,highestAvailableHeight:t,lowestAvailableHeight:n}){return Ur({max:e?.max?Vr(e.max):void 0,min:e?.min?Vr(e.min):void 0},t?Vr(t):void 0,n?Vr(n):void 0)}var Gr=new Ir(`best_bitrate`),Kr=(e,t,n)=>(t-n)*2**(-10*e)+n,qr=e=>(t,n)=>e*(Number(t.bitrate)-Number(n.bitrate));class Jr{constructor(){i(this,`last`,void 0),i(this,`history`,{})}recordSelection(e){this.history[e.id]=Sr()}recordSwitch(e){this.last=e}clear(){this.last=void 0,this.history={}}}var Yr=`Assertion "ABR Tracks is empty array" failed`,Xr=new WeakMap,Zr=new WeakMap,Qr=new WeakMap,$r=(e,t,n,r)=>{let i=[...t].sort(qr(1)),a=[...n].sort(qr(1)),o=a.filter(t=>F(t.bitrate)&&F(e.bitrate)?e.bitrate/t.bitrate>r:!0),s=P(a,Math.round(a.length*i.indexOf(e)/(i.length+1)))??P(a,-1);return s&&yr(o,s)?s:o.length?P(o,-1):P(a,0)},ei=(e,t,n,r)=>{let i=Xr.get(t);i||(i=[...t].sort(qr(1)),Xr.set(t,i));let a=Xr.get(n);a||(a=[...n].sort(qr(1)),Xr.set(n,a));let o=Qr.get(e);o||(o=a.filter(t=>F(t.bitrate)&&F(e.bitrate)?e.bitrate/t.bitrate>r:!0),Qr.set(e,o));let s=P(a,Math.round(a.length*i.indexOf(e)/(i.length+1)))??P(a,-1);return s&&yr(o,s)?s:o.length?P(o,-1):P(a,0)},ti=e=>`quality`in e,ni=(e,t,n,r)=>{var i;let a=F(r==null||(i=r.last)==null?void 0:i.bitrate)&&F(n?.bitrate)&&r.last.bitrate<n.bitrate?e.trackCooldownIncreaseQuality:e.trackCooldownDecreaseQuality,o=n&&r&&r.history[n.id]&&Sr()-r.history[n.id]<=a&&(!r.last||n.id!==r.last.id);if(n?.id&&r&&!o&&r.recordSelection(n),o&&r?.last){let e=r.last;return r?.recordSwitch(e),t({message:`
6
+ const e=[`url`],t=[`url`],n=[`downloadingItems`],r=[`container`];import i from"@oxc-project/runtime/helpers/defineProperty";import a from"@oxc-project/runtime/helpers/asyncToGenerator";import o from"@oxc-project/runtime/helpers/objectSpread2";import s from"@oxc-project/runtime/helpers/awaitAsyncGenerator";import c from"@oxc-project/runtime/helpers/wrapAsyncGenerator";import l from"@oxc-project/runtime/helpers/objectWithoutProperties";var u=`2.0.163-dev.7f7a265d8.0`,d;(e=>{e.STOPPED=`stopped`,e.READY=`ready`,e.PLAYING=`playing`,e.PAUSED=`paused`})(d||={});var f;(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`})(f||={});var p;(e=>{e.AV1=`av1`,e.VP9=`vp9`,e.AVC1=`avc1`,e.HEV1=`hev1`})(p||={});var m;(e=>{e.NOT_AVAILABLE=`NOT_AVAILABLE`,e.AVAILABLE=`AVAILABLE`,e.CONNECTING=`CONNECTING`,e.CONNECTED=`CONNECTED`})(m||={});var h;(e=>{e.HTTP1=`http1`,e.HTTP2=`http2`,e.QUIC=`quic`})(h||={});var g;(e=>{e.NONE=`none`,e.INLINE=`inline`,e.FULLSCREEN=`fullscreen`,e.SECOND_SCREEN=`second_screen`,e.PIP=`pip`,e.INVISIBLE=`invisible`})(g||={});var _;(e=>{e.TRAFFIC_SAVING=`traffic_saving`,e.HIGH_QUALITY=`high_quality`,e.UNKNOWN=`unknown`})(_||={});import{objectEntries as v}from"@vkontakte/videoplayer-shared/es2015";import{objectValues as y}from"@vkontakte/videoplayer-shared/es2015";import{arrayIncludes as b}from"@vkontakte/videoplayer-shared/es2015";import{assertNever as x,assertNonNullable as S,isNonNullable as C,ValueSubject as w,Subject as T,Subscription as E,merge as D,observableFrom as ee,fromEvent as te,map as ne,tap as re,filterChanged as ie,isNullable as ae,ErrorCategory as oe}from"@vkontakte/videoplayer-shared/es2015";var se=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 ce{constructor(e){i(this,`connection$`,new w(void 0)),i(this,`castState$`,new w(`NOT_AVAILABLE`)),i(this,`errorEvent$`,new T),i(this,`contentId`,void 0),i(this,`realCastState$`,new w(`NOT_AVAILABLE`)),i(this,`subscription`,new E),i(this,`log`,void 0),i(this,`params`,void 0),i(this,`isDestroyed`,!1),this.params=e,this.log=this.params.dependencies.logger.createComponentLog(`ChromecastInitializer`);let t=`chrome`in window;if(this.log({message:`[constructor] receiverApplicationId: ${this.params.receiverApplicationId}, isDisabled: ${this.params.isDisabled}, isSupported: ${t}`}),e.isDisabled||!t)return;let n=C(window.chrome?.cast),r=!!window.__onGCastApiAvailable;n?this.initializeCastApi():(window.__onGCastApiAvailable=e=>{delete window.__onGCastApiAvailable,e&&!this.isDestroyed&&this.initializeCastApi()},r||se(`https://www.gstatic.com/cv/js/sender/v1/cast_sender.js?loadCastFramework=1`).catch(()=>this.errorEvent$.next({id:`ChromecastLoading`,category:oe.NETWORK,message:`Script loading failed!`})))}connect(){cast.framework.CastContext.getInstance()?.requestSession()}disconnect(){var e;(e=cast.framework.CastContext.getInstance())==null||(e=e.getCurrentSession())==null||e.endSession(!0)}stopMedia(){return new Promise((e,t)=>{var n;(n=cast.framework.CastContext.getInstance())==null||(n=n.getCurrentSession())==null||(n=n.getMediaSession())==null||n.stop(new chrome.cast.media.StopRequest,e,t)})}toggleConnection(){C(this.connection$.getValue())?this.disconnect():this.connect()}setVolume(e){let t=this.connection$.getValue();ae(t)||(t.remotePlayer.volumeLevel=e,t.remotePlayerController.setVolumeLevel())}setMuted(e){let t=this.connection$.getValue();ae(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(te(n,cast.framework.CastContextEventType.SESSION_STATE_CHANGED).subscribe(e=>{switch(e.sessionState){case cast.framework.SessionState.SESSION_STARTED:case cast.framework.SessionState.SESSION_STARTING:case cast.framework.SessionState.SESSION_RESUMED:var t;this.contentId=(t=n.getCurrentSession())==null||(t=t.getMediaSession())==null||(t=t.media)==null?void 0:t.contentId;break;case cast.framework.SessionState.NO_SESSION:case cast.framework.SessionState.SESSION_ENDING:case cast.framework.SessionState.SESSION_ENDED:case cast.framework.SessionState.SESSION_START_FAILED:this.contentId=void 0;break;default:return x(e.sessionState)}})).add(D(te(n,cast.framework.CastContextEventType.CAST_STATE_CHANGED).pipe(re(e=>{this.log({message:`[cast.framework.RemotePlayerEventType.CAST_STATE_CHANGED]: ${JSON.stringify(e)}`})}),ne(e=>e.castState)),ee([n.getCastState()])).pipe(ie(),ne(le),re(e=>{this.log({message:`realCastState$: ${e}`})})).subscribe(this.realCastState$)).add(this.realCastState$.subscribe(r=>{let i=r===`CONNECTED`,a=C(this.connection$.getValue());if(i&&!a){var o;let r=n.getCurrentSession();S(r);let i=r.getCastDevice(),a=(o=r.getMediaSession())==null||(o=o.media)==null?void 0:o.contentId;(ae(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`?C(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:oe.EXTERNAL_API,message:`[initializeCastApi] failed`,thrown:e})}}}var le=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 x(e)}};import{assertNonNullable as ue,combine as de,debounce as fe,ErrorCategory as pe,filter as me,filterChanged as he,isNonNullable as ge,isNullable as _e,map as ve,Subscription as ye,ValueSubject as be}from"@vkontakte/videoplayer-shared/es2015";import{assertNever as xe,assertNonNullable as Se,ErrorCategory as Ce,getHighestQuality as we,isNonNullable as Te}from"@vkontakte/videoplayer-shared/es2015";import{assertNever as Ee}from"@vkontakte/videoplayer-shared/es2015";var O=(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:Ee(n)}return e},De=(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:Ee(t)}},Oe=e=>{let{source:t,format:n,meta:r,output:i}=e,a,o,s;switch(n){case`MPEG`:{let e=t[n];Se(e);let r=we(Object.keys(e));Se(r);let i=e[r];Se(i),a=i,o=`video/mp4`,s=ke();break}case`HLS`:case`HLS_FMP4`:case`HLS_ONDEMAND`:{let e=t[n];Se(e),a=e.url,o=`application/x-mpegurl`,s=ke();break}case`DASH_SEP`:case`DASH_ONDEMAND`:case`DASH_WEBM`:case`DASH_WEBM_AV1`:case`DASH_STREAMS`:{let e=t[n];Se(e),a=e.url,o=`application/dash+xml`,s=ke();break}case`DASH_LIVE_CMAF`:{let e=t[n];Se(e),a=e.url,o=`application/dash+xml`,s=Ae();break}case`HLS_LIVE`:case`HLS_LIVE_CMAF`:{let e=t[n];Se(e),a=O(e.url),o=`application/x-mpegurl`,s=Ae();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:Ce.VIDEO_PIPELINE,message:e,thrown:t}),t}case`DASH`:case`DASH_LIVE_WEBM`:throw Error(`${n} is no longer supported`);default:return xe(n)}let c=je(r.videoId??a,o);c.contentUrl=a,c.streamType=s,c.metadata=Me();let{title:l,subtitle:u}=r;return Te(l)&&(c.metadata.title=l),Te(u)&&(c.metadata.subtitle=u),c};function ke(){var e;return((e=chrome.cast)==null||(e=e.media)==null||(e=e.StreamType)==null?void 0:e.BUFFERED)??`BUFFERED`}function Ae(){var e;return((e=chrome.cast)==null||(e=e.media)==null||(e=e.StreamType)==null?void 0:e.LIVE)??`LIVE`}function je(e,t){var n;return!((n=chrome.cast)==null||(n=n.media)==null)&&n.MediaInfo?new chrome.cast.media.MediaInfo(e,t):{contentId:e,contentType:t,metadata:{title:``,subtitle:``},streamType:ke()}}function Me(){var e;return!((e=chrome.cast)==null||(e=e.media)==null)&&e.GenericMediaMetadata?new chrome.cast.media.GenericMediaMetadata:{images:[],metadataType:0,releaseDate:``,subtitle:``,title:``,releaseYear:1970,type:0}}var k=(e,t,n=!1)=>{let r=e.getTransition();(n||!r||r.to===t)&&e.setState(t)};class Ne{constructor(e){i(this,`params`,void 0),i(this,`interval`,0),i(this,`startVideoPosition`,void 0),i(this,`startTs`,void 0),this.params=e}start(e=0){clearInterval(this.interval),this.startVideoPosition=e,this.startTs=Date.now(),this.interval=window.setInterval(()=>{let e=(Date.now()-this.startTs)/1e3,t=this.startVideoPosition+e;this.params.output.position$.next(t)},1e3)}pause(){clearInterval(this.interval)}destroy(){clearInterval(this.interval)}}import{assertNever as Pe}from"@vkontakte/videoplayer-shared/es2015";import{isBrowserWindow as Fe,ValueSubject as Ie}from"@vkontakte/videoplayer-shared/es2015";import{arrayIncludes as Le}from"@vkontakte/videoplayer-shared/es2015";import{getWindow as Re}from"@vkontakte/videoplayer-shared/es2015";class ze{constructor(){i(this,`_current`,void 0),i(this,`_current_version`,void 0),i(this,`_chromeVersion`,void 0),i(this,`_firefoxVersion`,void 0),i(this,`_safariVersion`,void 0),i(this,`_operaVersion`,void 0),i(this,`_edgeVersion`,void 0),i(this,`_yandexVersion`,void 0),i(this,`_isMiuiBrowser`,!1)}get current(){return this._current}get isChrome(){return this.current===`Chrome`}get isChromiumBased(){return Le([`Chrome`,`Chromium`,`Opera`,`Yandex`,`Edge`,`SamsungBrowser`],this.current)}get isFirefox(){return this.current===`Firefox`}get isSafari(){return this.current===`Safari`}get isOpera(){return this.current===`Opera`}get isEdge(){return this.current===`Edge`}get isYandex(){return this.current===`Yandex`}get isSamsungBrowser(){return this.current===`SamsungBrowser`}get currentVersion(){return this._current_version}get chromeVersion(){return this._chromeVersion}get firefoxVersion(){return this._firefoxVersion}get safariVersion(){return this._safariVersion}get operaVersion(){return this._operaVersion}get edgeVersion(){return this._edgeVersion}get yandexVersion(){return this._yandexVersion}get isMiuiBrowser(){return this._isMiuiBrowser}detect(){let{userAgent:e}=navigator;try{let t=/yabrowser/i.test(e)?`Yandex`:void 0,n=/samsungbrowser/i.test(e)?`SamsungBrowser`:void 0,r=/chrome|crios/i.test(e)?`Chrome`:void 0,i=/chromium/i.test(e)?`Chromium`:void 0,a=/firefox|fxios/i.test(e)?`Firefox`:void 0,o=/webkit|safari|khtml/i.test(e)?`Safari`:void 0,s=/opr\//i.test(e)?`Opera`:void 0,c=/edg/i.test(e)?`Edge`:void 0;this._isMiuiBrowser=/(XiaoMi)|(MiuiBrowser)/i.test(e),this._current=t||n||a||s||c||r||i||o||`Rest`}catch(e){console.error(e)}this.isChrome&&this.detectChromeVersion(),this.isFirefox&&this.detectFirefoxVersion(),this.isSafari&&this.detectSafariVersion(),this.isOpera&&this.detectOperaVersion(),this.isEdge&&this.detectEdgeVersion(),this.isYandex&&this.detectYandexVersion()}detectVersion(e){try{let{userAgent:t}=Re().navigator,n=t.match(e);if(!n)return;let r=n[1],i=parseInt(r,10);if(!isNaN(i))return this._current_version=i,i}catch(e){console.error(e)}}detectChromeVersion(){this._chromeVersion=this.detectVersion(/Chrome\/(\d+\.\d+)/)}detectFirefoxVersion(){this._firefoxVersion=this.detectVersion(/Firefox\/(\d+\.\d+)/)}detectSafariVersion(){this._safariVersion=this.detectVersion(/Version\/(\d+)/)}detectOperaVersion(){this._operaVersion=this.detectVersion(/OPR\/(\d+\.\d+)/)}detectEdgeVersion(){this._edgeVersion=this.detectVersion(/Edg\/(\d+\.\d+)/)}detectYandexVersion(){this._yandexVersion=this.detectVersion(/YaBrowser\/(\d+\.\d+\.\d+)/)}}import{arrayIncludes as A}from"@vkontakte/videoplayer-shared/es2015";import{getWindow as Be,isBrowserWindow as Ve}from"@vkontakte/videoplayer-shared/es2015";var He=()=>{var e;return/Mobile|mini|Fennec|Android|iP(ad|od|hone)/.test(navigator.appVersion??navigator.userAgent)||((e=navigator)==null||(e=e.userAgentData)==null?void 0:e.mobile)};class Ue{constructor(e){i(this,`_displayChecker`,void 0),i(this,`_isMobile`,void 0),i(this,`_current`,void 0),i(this,`_iosVersion`,void 0),i(this,`_highEntropyValues`,{}),i(this,`_os`,{name:`Unknown`,version:`Unknown`,full:`Unknown`}),i(this,`_details`,{vendor:`Unknown`,model:`Unknown`}),this._displayChecker=e}get current(){return this._current}get os(){return this._os}get details(){return this._details}get isIOS(){return this._highEntropyValues.platform===`iOS`||A(this.os.name.toLowerCase(),`ios`)||A([`iPhone`,`iPad`,`iPod`],this.current)}get isMac(){return this._highEntropyValues.platform===`macOS`||A(this.os.name.toLowerCase(),`mac`)||this.current===`Mac`}get isApple(){return this.isIOS||this.isMac}get isIphoneOrOldIpad(){if(!this.isApple||!this._displayChecker.isTouch)return!1;let e=this.current===`iPad`||this._displayChecker.width>700,t=this._iosVersion;return!e||e&&!!t&&t<16}get isAndroid(){return this._highEntropyValues.platform===`Android`||A(this.os.name.toLowerCase(),`android`)||this.current===`Android`}get isWindows(){return A(this.os.name.toLowerCase(),`windows`)}get isLinux(){return A(this.os.name.toLowerCase(),`linux`)&&!this.isAndroid}get isMobile(){return this._highEntropyValues.mobile||this._isMobile}get iOSVersion(){return this._iosVersion}detect(){let e=Be();if(!Ve(e))return;let{userAgent:t}=e.navigator;try{this._isMobile=He()}catch(e){console.error(`DeviceChecker: calling isMobile error - `,e)}this.detectDevice(t),this.detectOS(t),this.detectDeviceDetails(t),this.detectHighEntropyValues(),this.isIOS&&this.detectIOSVersion()}detectHighEntropyValues(){var e=this;return a(function*(){let t=Be();if(!Ve(t))return;let{userAgentData:n}=t.navigator;if(n?.getHighEntropyValues){let t=yield n.getHighEntropyValues([`architecture`,`bitness`,`brands`,`mobile`,`platform`,`formFactor`,`model`,`platformVersion`,`wow64`]);e._highEntropyValues=t,t.platform&&(e._os.name=e.normalizeOSName(t.platform),t.platformVersion&&(e._os.version=e.normalizeOSVersion(t.platformVersion),e._os.full=`${e._os.name} ${e._os.version}`)),t.model&&(e._details.model=t.model)}})()}detectDevice(e){try{let t=/android/i.test(e)?`Android`:void 0,n=/iphone/i.test(e)?`iPhone`:void 0,r=/ipad/i.test(e)?`iPad`:void 0,i=/ipod/i.test(e)?`iPod`:void 0,a=/mac/i.test(e)?`Mac`:void 0,o=/webOS|BlackBerry|IEMobile|Opera Mini/i.test(e)?`RestMobile`:void 0;this._current=t||n||r||i||o||a||`Desktop`}catch(e){console.error(`DeviceChecker: device detection error - `,e)}}detectOS(e){try{for(let[t,n]of[[/(windows nt) (6\.[23]); arm/i,[`Windows RT`]],[/(windows nt) (6\.3); arm/i,[`Windows RT 8.1`]],[/(windows (?:phone|mobile|iot))(?: os)?[/ ]?([\d.]+)/i,[`Windows Mobile`,2]],[/(windows)[/ ](xp|vista|7|8(\.1)?|10|11|2000|me)/i,[1,1]],[/windows nt ?([\d.]+)/i,[`Windows`,1]],[/(windows)[/ ](95|98|me|2000|xp|vista|7|8|8\.1|10|11)/i,[1,2]],[/(iphone os|cpu iphone os) ([\d_.]+)/i,[`iOS`,2]],[/(ipad os|cpu os) ([\d_.]+)/i,[`iPadOS`,2]],[/(ipod os|cpu ipod os) ([\d_.]+)/i,[`iOS`,2]],[/(?:ios|os) ([\d_.]+) like mac os x/i,[`iOS`,1]],[/cfnetwork\/.+darwin/i,[`iOS`]],[/(mac os x) ?([\d_.]+)/i,[`macOS`,2]],[/(macintosh|mac os)/i,[`macOS`]],[/(android) ([\d.]+)/i,[1,2]],[/(harmonyos)[/ ]?([\d.]*)/i,[`HarmonyOS`,2]],[/\b(ubuntu|debian|fedora|centos|arch|linux)(?:[-/ ]([\w.]+))?/i,[1,2]],[/(cros)\D*([\d.]+)/i,[`Chrome OS`,2]],[/(freebsd|openbsd|netbsd|dragonfly)[/ ]?([\w.]*)/i,[1,2]],[/(sunos|solaris)?([\d.]*)/i,[`Solaris`,2]],[/(aix)?([\d.]*)/i,[`AIX`,2]]]){let r=e.match(t);if(r){let t=n.length>0,i=n.length>1,a=`Unknown`,o=`Unknown`;if(t){let e=n[0];typeof e==`number`?e<r.length&&r[e]!==void 0&&(a=r[e]):a=e}if(i){let e=n[1];typeof e==`number`?e<r.length&&r[e]!==void 0&&(o=r[e]):e!==void 0&&(o=e)}else r[2]===void 0?r[1]!==void 0&&t&&typeof n[0]==`string`&&(o=r[1]):o=r[2];a=this.normalizeOSName(a),o=this.normalizeOSVersion(o,a),a===`iOS`&&/ipad/i.test(e)?a=`iPadOS`:a===`iPadOS`&&/ip(hone|od)/i.test(e)&&(a=`iOS`),this._os={name:a,version:o||`Unknown`,full:o&&o!==`Unknown`?`${a} ${o}`:a};break}}}catch(e){console.error(`DeviceChecker: OS detection error - `,e)}}normalizeOSName(e){if(!e)return`Unknown`;let t=e.toLowerCase();return A(t,`windows`)?`Windows`:A(t,`mac os`)||A(t,`macintosh`)?`macOS`:A(t,`iphone`)||A(t,`ios`)?`iOS`:A(t,`ipados`)?`iPadOS`:A(t,`android`)?`Android`:A(t,`harmonyos`)?`HarmonyOS`:A(t,`linux`)?`Linux`:A(t,`cros`)?`Chrome OS`:A(t,`freebsd`)?`FreeBSD`:A(t,`openbsd`)?`OpenBSD`:A(t,`solaris`)||A(t,`sunos`)?`Solaris`:A(t,`aix`)?`AIX`:e}normalizeOSVersion(e,t){if(!e)return`Unknown`;if(e!==`Unknown`&&(e=e.replace(/_/g,`.`),t===`Windows`)){let t=parseFloat(e);if(!isNaN(t)){if(t>=11)return`11`;if(t>=10)return`10`;if(t===6.3)return`8.1`;if(t===6.2)return`8`;if(t===6.1)return`7`;if(t===6)return`Vista`;if(t===5.1||t===5.2)return`XP`;if(t===5)return`2000`;if(t===4)return`NT 4.0`}}return e}detectDeviceDetails(e){try{for(let[t,n]of[[/(iphone)/i,[`Apple`,`iPhone`]],[/(ipad)/i,[`Apple`,`iPad`]],[/(ipod)/i,[`Apple`,`iPod`]],[/(macintosh)/i,[`Apple`,`Macintosh`]],[/(windows[\w\-_ ]*phone)/i,[`Microsoft`,0]],[/(windows nt|win64|win32|wow64)/i,[`Microsoft`,`PC`]],[/\b(sch-i[89]0\d|shw-m380s|sm-[ptxs]\w{2,4}|gt-[pn]\d{2,4}|sgh-t8[56]9|nexus 10)/i,[`Samsung`,1]],[/\b((?:s[cgp]h|gt|sm)-(?![lr])\w+|sc[g-]?\d+a?|galaxy nexus)/i,[`Samsung`,1]],[/samsung[- ]((?!sm-[lr]|browser)[-\w]+)/i,[`Samsung`,1]],[/sec-(sgh\w+)/i,[`Samsung`,1]],[/smart-tv.+(samsung)/i,[`Samsung`,`Smart TV`]],[/(samsung).*tizen/i,[`Samsung`,`Smart TV`]],[/(pixel (?:c|tablet|[0-9a-z ]+))/i,[`Google`,1]],[/(pixelbook(?: go)?)/i,[`Google`,1]],[/nexus [0-9]/i,[`Google`,0]],[/(redmi[-_ ]?(?:note|k)?[\w_ ]+)(?: bui|\))/i,[`Xiaomi`,1]],[/\b(mi[\w\-_ ]+)(?: bui|\))/i,[`Xiaomi`,1]],[/\b(poco[\w ]+)(?: bui|\))/i,[`Xiaomi`,1]],[/\b(hm[-_ ]?note?[\w ]*)(?: bui|\))/i,[`Xiaomi`,1]],[/\b(?:xiao)?mi[\w\-_ ]+pad/i,[`Xiaomi`,0]],[/(?:huawei|honor) ?([-\w ]+)[;)]/i,[`Huawei`,1]],[/\b(nexus 6p|\w{2,4}e?-[atu]?[ln][\dx][\dc][adnt]?)\b(?!.+d\/s)/i,[`Huawei`,1]],[/\b((?:ag[rs][2356]?k?|bah[234]?|bg[2o]|bt[kv]|cmr|cpn|db[ry]2?|jdn2|got|kob2?k?|mon|pce|scm|sht?|[tw]gr|vrd)-[ad]?[lw][0125][09]b?)/i,[`Huawei`,1]],[/(?:one)?(?:plus)? ?([a\d0]\d\d\d?)(?: b|\))/i,[`OnePlus`,1]],[/droid.+; (cph2[3-6]\d[13579]|((?:gm|hd)19|(?:ac|be|in|kb)20|(?:d[en]|eb|le|mt)21|ne22)[0-2]\d)(?: bui|\))/i,[`OnePlus`,1]],[/(oneplus)[-_ ]?([-\w]*)/i,[`OnePlus`,2]],[/\b(rmx[1-3]\d{3})(?: bui|;|\))/i,[`Realme`,1]],[/(realme)[-_ ]?([-\w]*)/i,[`Realme`,2]],[/; (\w+) bui.+ oppo/i,[`OPPO`,1]],[/\b(cph[12]\d{3}|p(?:af|c[al]|d\w|e[ar])[mt]\d0|x9007|a101op)\b/i,[`OPPO`,1]],[/\b(opd2(\d{3}a?))(?: bui|\))/i,[`OPPO`,1]],[/(oppo)[-_ ]?([-\w]*)/i,[`OPPO`,2]],[/; vivo (\w+)(?: bui|\))/i,[`Vivo`,1]],[/\b(v[12]\d{3}\w?[at])(?: bui|;)/i,[`Vivo`,1]],[/(vivo)[-_ ]?([-\w]*)/i,[`Vivo`,2]],[/\bmot(?:orola)?[- ]([\w\s]+)(\)| bui)/i,[`Motorola`,1]],[/((?:moto(?! 360)[-\w() ]+|xt\d{3,4}[cgkosw+]?[-\d]*|nexus 6)(?= bui|\)))/i,[`Motorola`,1]],[/\b(milestone|droid(?:[2-4x]| (?:bionic|x2|pro|razr))?:?( 4g)?)\b/i,[`Motorola`,0]],[/\b(mz60\d|xoom[2 ]{0,2}) build\//i,[`Motorola`,0]],[/droid.+; ([a-z]?\d[0-2]{2}[a-z]{2}|[c-g]\d{4}|so[-gl]\w+|xq-[a-z]{2}\d\d)(?= bui|\))/i,[`Sony`,1]],[/sony tablet [ps]/i,[`Sony`,`Xperia Tablet`]],[/\b(?:sony)?sgp\w+(?: bui|\))/i,[`Sony`,0]],[/(sony)[-_ ]?([-\w]*)/i,[`Sony`,2]],[/\blg[-e;/ ]+(?!.*(?:browser|netcast|android tv|watch|webos))(\w+)/i,[`LG`,1]],[/\blg-?([\d\w]+) bui/i,[`LG`,1]],[/(lm(?:-?f100[nv]?|-[\w.]+)(?= bui|\))|nexus [45])/i,[`LG`,1]],[/((?=lg)?[vl]k-?\d{3}) bui/i,[`LG`,0]],[/(lg)[-_ ]?([-\w]*)/i,[`LG`,2]],[/(?:maemo|nokia).*(n900|lumia \d+|rm-\d+)/i,[`Nokia`,1]],[/nokia[-_ ]?(([-\w. ]*?))(?: bui|\)|;|\/)/i,[`Nokia`,1]],[/(nokia) (t[12][01])/i,[`Nokia`,2]],[/(?:\b|asus_)(transfo[prime ]{4,10} \w+|eeepc|slider \w+|nexus 7|padfone|p00[cj])/i,[`ASUS`,1]],[/(?:asus[-_ ])?(zenfone[\w\-_ ]*)/i,[`ASUS`,1]],[/(rog[\w\-_ ]*)/i,[`ASUS`,1]],[/(asus)[-_ ]?([-\w]*)/i,[`ASUS`,2]],[/lenovo[-_ ]?([-\w ]+?)(?: bui|\)|\/)/i,[`Lenovo`,1]],[/(ideatab[-\w ]+|602lv|d-42a|a101lv|a2109a|a3500-hv|s[56]000|pb-6505[my]|tb-?x?\d{3,4}(?:f[cu]|xu|[av])|yt\d?-[jx]?\d+[lfmx])(?: bui|;|\)|\/)/i,[`Lenovo`,1]],[/(thinkpad[\w\-_ ]*)/i,[`Lenovo`,0]],[/(kf[a-z]{2}[a-z]*)(?: bui|\))/i,[`Amazon`,1]],[/(alexa)webm/i,[`Amazon`,`Echo`]],[/(fire[\w\-_ ]*)/i,[`Amazon`,0]],[/(amazon)[-_ ]?([-\w]*)/i,[`Amazon`,2]],[/(?:blackberry|\(bb10;) (\w+)/i,[`BlackBerry`,1]],[/\b((?:bb[a-f]|st[hv])100-\d)/i,[`BlackBerry`,1]],[/(playbook);[-\w),; ]+(rim)/i,[`BlackBerry`,1]],[/(microsoft); (lumia[\w ]+)/i,[`Microsoft`,2]],[/(surface duo)/i,[`Microsoft`,`Surface Duo`]],[/(surface[\w\-_ ]*)/i,[`Microsoft`,0]],[/(zte)[- ]([\w ]+?)(?: bui|\/|\))/i,[`ZTE`,2]],[/(htc)[-;_ ]{1,2}([\w ]+(?=\)| bui)|\w+)/i,[`HTC`,2]],[/(alcatel|tcl)[-_ ]?([-\w]*)/i,[1,2]],[/(meizu)[-_ ]?([-\w]*)/i,[`Meizu`,2]],[/(tecno)[-_ ]?([-\w]*)/i,[`Tecno`,2]],[/(infinix)[-_ ]?([-\w]*)/i,[`Infinix`,2]],[/(micromax)[-_ ]?([-\w]*)/i,[`Micromax`,2]],[/(lava)[-_ ]?([-\w]*)/i,[`Lava`,2]],[/(panasonic)[-_ ]?([-\w]*)/i,[`Panasonic`,2]],[/(sharp)\/?([-\w]*)/i,[`Sharp`,2]],[/(benq)[-_ ]?([-\w]*)/i,[`BenQ`,2]],[/(palm)[-_ ]?([-\w]*)/i,[`Palm`,2]],[/(vertu)[-_ ]?([-\w]*)/i,[`Vertu`,2]],[/(gionee)[-_ ]?([-\w]*)/i,[`Gionee`,2]],[/(doogee)[-_ ]?([-\w]*)/i,[`Doogee`,2]],[/(ulefone)[-_ ]?([-\w]*)/i,[`Ulefone`,2]],[/(blackview)[-_ ]?([-\w]*)/i,[`Blackview`,2]],[/(cubot)[-_ ]?([-\w]*)/i,[`Cubot`,2]],[/(umidigi)[-_ ]?([-\w]*)/i,[`UMIDIGI`,2]],[/(oukitel)[-_ ]?([-\w]*)/i,[`Oukitel`,2]],[/(fairphone)[-_ ]?([-\w]*)/i,[`Fairphone`,2]],[/(cat)[-_ ]?([-\w]*)/i,[`Cat`,2]],[/(energy)[-_ ]?([-\w]*)/i,[`Energizer`,2]],[/(land rover)[-_ ]?([-\w]*)/i,[`Land Rover`,2]],[/(shield[\w\-_ ]*)/i,[`Nvidia`,0]],[/(crkey)/i,[`Google`,`Chromecast`]],[/(roku)[\dx]*/i,[`Roku`,0]],[/(apple)[-_ ]?tv/i,[`Apple`,`TV`]],[/(amazon)[-_ ]?tv/i,[`Amazon`,`Fire TV`]],[/(google)[-_ ]?tv/i,[`Google`,`TV`]],[/(smart[\w\-_ ]*tv)/i,[0,`Smart TV`]],[/(playstation[\w\-_ ]*)/i,[`Sony`,0]],[/(nintendo[\w\-_ ]*)/i,[`Nintendo`,0]],[/(xbox[\w\-_ ]*)/i,[`Microsoft`,0]],[/(googlebot)/i,[`Google`,`Bot`]],[/(bingbot)/i,[`Microsoft`,`Bing Bot`]],[/(yandexbot)/i,[`Yandex`,`Bot`]],[/(slackbot)/i,[`Slack`,`Bot`]],[/(twitterbot)/i,[`Twitter`,`Bot`]],[/(facebookbot)/i,[`Facebook`,`Bot`]],[/(linkedinbot)/i,[`LinkedIn`,`Bot`]],[/(tesla)[-_ ]?([-\w]*)/i,[`Tesla`,2]],[/(raspberry[\w\-_ ]*)/i,[`Raspberry Pi`,0]]]){let r=e.match(t);if(r){let e=n[0],t=n[1],i=typeof e==`number`?r[e]===void 0?`Unknown`:this.normalizeVendorName(r[e]):this.normalizeVendorName(e),a=`Unknown`;typeof t==`number`?a=r[t]===void 0?`Unknown`:r[t]:t===void 0?r[1]===void 0?r[0]!==void 0&&(a=r[0]):a=r[1]:a=t,a=this.normalizeModelName(a,i),this.details.vendor=i,this.details.model=a;break}}}catch(e){console.error(`DeviceChecker: device details detection error - `,e)}}normalizeVendorName(e){return e?{apple:`Apple`,samsung:`Samsung`,google:`Google`,xiaomi:`Xiaomi`,huawei:`Huawei`,oneplus:`OnePlus`,oppo:`OPPO`,vivo:`Vivo`,realme:`Realme`,motorola:`Motorola`,sony:`Sony`,lg:`LG`,nokia:`Nokia`,asus:`ASUS`,lenovo:`Lenovo`,amazon:`Amazon`,blackberry:`BlackBerry`,microsoft:`Microsoft`,zte:`ZTE`,htc:`HTC`,alcatel:`Alcatel`,tcl:`TCL`,meizu:`Meizu`,tecno:`Tecno`,infinix:`Infinix`,micromax:`Micromax`,lava:`Lava`,panasonic:`Panasonic`,sharp:`Sharp`,benq:`BenQ`,palm:`Palm`,honor:`Honor`,nvidia:`NVIDIA`,roku:`Roku`}[e.toLowerCase()]||e.charAt(0).toUpperCase()+e.slice(1).toLowerCase():`Unknown`}normalizeModelName(e,t){if(!e||e===`Unknown`)return e;if(e===`0`)return`Unknown`;let n=e.replace(/^build\//i,``).replace(/\s+bui$/i,``).replace(/\)$/,``).replace(/[;,)]/g,``).replace(/\s*\(.*?\)\s*/g,``).trim(),r=t.toLowerCase();return A(r,`samsung`)?n=n.replace(/^(sm-|gt-|sgh-|sch-)/i,``):A(r,`xiaomi`)?n=n.replace(/^(mi[\s\-_]*|redmi[\s\-_]*)/i,``):A(r,`oneplus`)?n=n.replace(/^oneplus[\s\-_]*/i,``):A(r,`google`)&&(n=n.replace(/^(pixel[\s\-_]*|nexus[\s\-_]*)/i,``)),n=n.replace(/_/g,` `).replace(/-/g,` `).replace(/\s+/g,` `).trim(),n?(n.length>0&&/^[a-z]/.test(n)&&(n=n.charAt(0).toUpperCase()+n.slice(1)),n):`Unknown`}detectIOSVersion(){try{let e=Be();if(!Ve(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 We,isBrowserWindow as Ge}from"@vkontakte/videoplayer-shared/es2015";class Ke{constructor(){i(this,`_maxTouchPoints`,void 0),i(this,`_height`,void 0),i(this,`_width`,void 0),i(this,`_isHdr`,void 0),i(this,`_pixelRatio`,void 0),i(this,`_screenHeight`,void 0),i(this,`_screenWidth`,void 0),i(this,`_colorDepth`,void 0)}get isTouch(){return typeof this._maxTouchPoints==`number`?this._maxTouchPoints>1:`ontouchstart`in We()}get maxTouchPoints(){return this._maxTouchPoints}get height(){return this._height}get width(){return this._width}get screenHeight(){return this._screenHeight}get screenWidth(){return this._screenWidth}get pixelRatio(){return this._pixelRatio}get isHDR(){return this._isHdr}get colorDepth(){return this._colorDepth}detect(){let e=We();if(!Ge(e))return;let{navigator:t,screen:n}=e,{maxTouchPoints:r}=t;try{this._maxTouchPoints=r??0,this._isHdr=!!e.matchMedia(`(dynamic-range: high)`)?.matches,this._colorDepth=n.colorDepth}catch(e){console.error(e)}try{this._pixelRatio=e.devicePixelRatio||1,this._height=n.height,this._width=n.width,this._height=n.height,this._screenHeight=this._height*this._pixelRatio,this._screenWidth=this._width*this._pixelRatio}catch(e){console.error(e)}}}import{getWindow as qe,isBrowserWindow as Je}from"@vkontakte/videoplayer-shared/es2015";var Ye=()=>window.ManagedMediaSource||window.MediaSource,Xe=()=>{var e;return!!(window.ManagedMediaSource&&!((e=window.ManagedSourceBuffer)==null||(e=e.prototype)==null)&&e.appendBuffer)},Ze=()=>{var e;return!!(window.MediaSource&&!((e=window.SourceBuffer)==null||(e=e.prototype)==null)&&e.appendBuffer)},Qe=()=>window.ManagedMediaSource?new ManagedMediaSource:new MediaSource,$e=qe().document?.createElement(`video`),et=`video/mp4; codecs="avc1.42000a,mp4a.40.2"`,tt=`video/mp4; codecs="hev1.1.6.L93.B0"`,nt=`video/webm; codecs="vp09.00.10.08"`,rt=`video/webm; codecs="av01.0.00M.08"`,it=`audio/mp4; codecs="mp4a.40.2"`,at=`audio/webm; codecs="opus"`,ot;(function(){var e=a(function*(){let e=qe();if(!Je(e)||!(`mediaCapabilities`in e.navigator))return;let t={type:`media-source`,video:{contentType:`video/webm`,width:1280,height:720,bitrate:1e6,framerate:30}},[n,r]=yield Promise.all([e.navigator.mediaCapabilities.decodingInfo(o(o({},t),{},{video:o(o({},t.video),{},{contentType:rt})})),e.navigator.mediaCapabilities.decodingInfo(o(o({},t),{},{video:o(o({},t.video),{},{contentType:nt})}))]);ot={DASH_WEBM_AV1:n,DASH_WEBM:r}});return function(){return e.apply(this,arguments)}})()().catch(e=>{console.log($e),console.error(e)});class st{constructor(e,t){i(this,`_video`,void 0),i(this,`_deviceChecker`,void 0),i(this,`_browserChecker`,void 0),i(this,`_protocols`,void 0),i(this,`_containers`,void 0),i(this,`_codecs`,void 0),i(this,`_nativeHlsSupported`,void 0),this._deviceChecker=e,this._browserChecker=t}get protocols(){return this._protocols}get containers(){return this._containers}get codecs(){return this._codecs}get webmDecodingInfo(){return ot}get supportedCodecs(){return Object.keys(this._codecs).filter(e=>this._codecs[e])}get nativeHlsSupported(){return this._nativeHlsSupported}detect(){let e=qe();if(Je(e)){this._video=e.document.createElement(`video`);try{var t,n,r,i,a,o,s,c,l,u,d,f,p,m,h,g;this._protocols={mms:Xe(),mse:Ze(),hls:!!((t=this._video).canPlayType?.call(t,`application/x-mpegurl`)||(n=this._video).canPlayType?.call(n,`vnd.apple.mpegURL`)),webrtc:!!e.RTCPeerConnection,ws:!!e.WebSocket},this._containers={mp4:!!(r=this._video).canPlayType?.call(r,`video/mp4`),webm:!!(i=this._video).canPlayType?.call(i,`video/webm`),cmaf:!0};let _=!!(!((a=Ye())==null||(o=a.isTypeSupported)==null)&&o.call(a,et)),v=!!(!((s=Ye())==null||(c=s.isTypeSupported)==null)&&c.call(s,tt)),y=!!(!((l=Ye())==null||(u=l.isTypeSupported)==null)&&u.call(l,it));this._codecs={h264:_,h265:v,vp9:!!(!((d=Ye())==null||(f=d.isTypeSupported)==null)&&f.call(d,nt)),av1:!!(!((p=Ye())==null||(m=p.isTypeSupported)==null)&&m.call(p,rt)),aac:y,opus:!!(!((h=Ye())==null||(g=h.isTypeSupported)==null)&&g.call(h,at)),mpeg:(_||v)&&y},this._nativeHlsSupported=this._protocols.hls&&this._containers.mp4}catch(e){console.error(e)}try{this.destroyVideoElement()}catch(e){console.error(`Error destroying video element:`,e)}}}destroyVideoElement(){if(!this._video)return;if(this._video.pause(),this._video.currentTime=0,this._video.removeAttribute(`src`),this._video.src=``,this._video.load(),this._video.remove){this._video.remove(),this._video=null;return}this._video.parentNode&&this._video.parentNode.removeChild(this._video);let e=this._video.cloneNode(!1);this._video.parentNode?.replaceChild(e,this._video),this._video=null}}import{getWindow as ct,isBrowserWindow as lt}from"@vkontakte/videoplayer-shared/es2015";var ut=`audio/mpeg`;class dt{constructor(){i(this,`_audio`,void 0),i(this,`_containers`,void 0),i(this,`_codecs`,void 0)}supportMp3(){return this._codecs.mp3&&this._containers.mpeg}detect(){let e=ct();if(lt(e)){this._audio=e.document.createElement(`audio`);try{var t,n,r;this._containers={mpeg:!!(t=this._audio).canPlayType?.call(t,ut)},this._codecs={mp3:!!(!((n=Ye())==null||(r=n.isTypeSupported)==null)&&r.call(n,ut))}}catch(e){console.error(e)}try{this.destroyAudioElement()}catch(e){console.error(`Error destroying audio element:`,e)}}}destroyAudioElement(){if(!this._audio)return;if(this._audio.pause(),this._audio.currentTime=0,this._audio.removeAttribute(`src`),this._audio.src=``,this._audio.load(),this._audio.remove){this._audio.remove(),this._audio=null;return}this._audio.parentNode&&this._audio.parentNode.removeChild(this._audio);let e=this._audio.cloneNode(!1);this._audio.parentNode?.replaceChild(e,this._audio),this._audio=null}}class ft{constructor(){i(this,`isInited$`,new Ie(!1)),i(this,`_displayChecker`,void 0),i(this,`_deviceChecker`,void 0),i(this,`_browserChecker`,void 0),i(this,`_videoChecker`,void 0),i(this,`_audioChecker`,void 0),this._displayChecker=new Ke,this._deviceChecker=new Ue(this._displayChecker),this._browserChecker=new ze,this._videoChecker=new st(this._deviceChecker,this._browserChecker),this._audioChecker=new dt,this.detect()}get display(){return this._displayChecker}get device(){return this._deviceChecker}get browser(){return this._browserChecker}get video(){return this._videoChecker}get audio(){return this._audioChecker}detect(){var e=this;return a(function*(){Fe()&&(e._displayChecker.detect(),e._deviceChecker.detect(),e._browserChecker.detect(),e._videoChecker.detect(),e._audioChecker.detect(),e.isInited$.next(!0))})()}}var j=new ft,pt=(e,t=!1)=>{let{containers:n,protocols:r,codecs:i,nativeHlsSupported:a}=j.video,{isMobile:o}=j.device,s=j.device.isMac&&j.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 Pe(e)}})},mt=e=>{switch(e){case`MPEG`:case`DASH`:case`DASH_SEP`:case`DASH_ONDEMAND`:case`DASH_WEBM`:case`DASH_WEBM_AV1`:case`DASH_STREAMS`:case`HLS`:case`HLS_FMP4`:case`HLS_ONDEMAND`:return!1;case`DASH_LIVE`:case`DASH_LIVE_CMAF`:case`HLS_LIVE`:case`HLS_LIVE_CMAF`:case`DASH_LIVE_WEBM`:case`WEB_RTC_LIVE`:return!0;default:return Pe(e)}},ht=(e,t=!1)=>pt(Object.keys(e).filter(e=>!mt(e)),t).length>0;class gt{constructor(e){i(this,`subscription`,new ye),i(this,`log`,void 0),i(this,`params`,void 0),i(this,`sessionId$`,new be(null)),i(this,`mediaSessionId$`,new be(null)),i(this,`contentId$`,new be(null)),i(this,`progressTicker`,void 0),i(this,`isMobile`,He()),i(this,`mobileVolumeState`,{muted:!1,volume:0}),i(this,`media`,null),i(this,`lastRequestedVolume`,null),i(this,`syncMediaState`,e=>{if(_e(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;ge(n)&&this.params.output.duration$.next(Math.max(0,n));let r=e.currentTime;if(ge(r)){this.params.desiredState.seekState.getState().state===`applying`&&this.params.output.seekedEvent$.next(),this.params.output.position$.next(r);let t=this.params.output.isLive$.getValue();e.playerState===`PLAYING`&&!t?this.progressTicker.start(r):this.progressTicker.pause()}}),this.params=e,this.progressTicker=new Ne(e),this.log=this.params.dependencies.logger.createComponentLog(`ChromecastPresentationApiProvider`),this.log({message:`constructor, format: ${e.format}`}),this.params.output.isLive$.next(mt(e.format)),this.subscribe()}subscribe(){let e=e=>{this.params.output.error$.next({category:pe.WTF,id:`ChromecastPresentationApiProvider`,message:e?.message??`Unknown error`,thrown:e})};this.subscription.add(this.params.chromecastConnector.message$.pipe(me(e=>!!e)).subscribe(e=>{this.handleMessage(e)},e)),this.subscription.add(this.sessionId$.pipe(me(ge),he(),fe(0)).subscribe(()=>{this.loadMedia()},e));let t=this.contentId$.pipe(he(),ve(Boolean));this.subscription.add(de({seekState:this.params.desiredState.seekState.stateChangeEnded$,mediaLoaded:t}).pipe(me(({mediaLoaded:e})=>e)).subscribe(()=>{let e=this.params.desiredState.seekState.getState();e.state===`requested`&&this.seek(e.position/1e3)},e));let n=de({playbackState:this.params.desiredState.playbackState.stateChangeStarted$,mediaLoaded:t});this.subscription.add(n.pipe(me(({mediaLoaded:e})=>e),fe(0)).subscribe(()=>{this.syncPlayback()},e)),this.subscription.add(n.pipe(me(({mediaLoaded:e,playbackState:{from:t,to:n}})=>!e&&t===`stopped`&&n===`playing`)).subscribe(()=>{this.loadMedia()},e)),this.subscription.add(de({volumeState:this.params.desiredState.volume.stateChangeStarted$.pipe(fe(30)),mediaLoaded:t}).pipe(me(({mediaLoaded:e})=>e)).subscribe(({volumeState:e})=>{let{muted:t,volume:n}=e.to;this.setVolume(n,t)},e))}handleMessage(e){switch(e.type){case`new_session`:case`update_session`:{var t;this.sessionId$.next(e.message.sessionId);let n=(t=e.message)==null||(t=t.media)==null?void 0:t[0];this.syncMediaState(n);let r=e.message?.receiver.volume;this.syncVolumeState(r)}break;case`v2_message`:switch(e.message?.type){case`MEDIA_STATUS`:{var n;let t=(n=e.message)==null||(n=n.status)==null?void 0:n[0];this.syncMediaState(t);break}}break}}loadMedia(){let e=Oe(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();ue(e,`play on null mediaSessionId`),this.params.chromecastConnector.sendV2Message({type:`PLAY`,mediaSessionId:e,customData:null})}pause(){let e=this.mediaSessionId$.getValue();ue(e,`pause on null mediaSessionId`),this.params.chromecastConnector.sendV2Message({type:`PAUSE`,mediaSessionId:e,customData:null})}seek(e){let t=this.mediaSessionId$.getValue();ue(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`:k(this.params.desiredState.playbackState,`paused`);break;case`PLAYING`:k(this.params.desiredState.playbackState,`playing`);break;case`IDLE`:t===`FINISHED`?(this.params.output.endedEvent$.next(),k(this.params.desiredState.playbackState,`stopped`),this.contentId$.next(null)):k(this.params.desiredState.playbackState,`ready`);break;case`BUFFERING`:break}}syncPlayback(){let e=this.params.desiredState.playbackState.getState();switch(this.log({message:`[syncPlayback] ${e}`}),e){case`ready`:break;case`playing`:this.play();break;case`paused`:this.pause();break;case`stopped`:this.stop();break}}syncVolumeState(e){if(_e(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 _t,ErrorCategory as vt,filter as yt,Subject as bt,Subscription as xt,tap as St,ValueSubject as Ct,fromEvent as wt,getWindow as Tt}from"@vkontakte/videoplayer-shared/es2015";var Et=e=>({castDevice:{friendlyName:e},remotePlayer:{},remotePlayerController:{},session:{}}),Dt=()=>String(Date.now())+String(Math.floor(Math.random()*1e5));class Ot{constructor(e){i(this,`params`,void 0),i(this,`clientId`,void 0),i(this,`capabilities`,[`WEB`]),i(this,`presentationRequest$`,new Ct(null)),i(this,`log`,void 0),i(this,`sessionId$`,new Ct(null)),i(this,`broadcastChannel`,new BroadcastChannel(`vk_player_chromecast_events`)),i(this,`subscription`,new xt),i(this,`subscriptionEvents`,new xt),i(this,`isDestroyed`,!1),i(this,`sequenceNumber`,0),i(this,`presentationAvailable$`,new Ct(!1)),i(this,`presentationConnection$`,new Ct(null)),i(this,`message$`,new Ct(null)),i(this,`friendlyName$`,new Ct(null)),i(this,`errorEvent$`,new bt),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(wt(e,`change`).subscribe(()=>{t()})),t()}).catch(()=>{this.presentationAvailable$.next(!0)}),Tt().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:vt.WTF,id:`ChromecastPresentationApiConnector`,message:e?.message??`reinitPresentation error`,thrown:e})}}connect(){var e=this;return a(function*(){e.log({message:`connect`});try{e.presentationRequest$.getValue()||(e.log({message:`reinitPresentation`}),e.reinitPresentation(!1));let t=e.presentationRequest$.getValue();_t(t,`connect with null presentationRequest`);let n=yield t.start();e.handleConnection(n)}catch(t){switch(t?.name){case`AbortError`:case`NotAllowedError`:break;default:e.errorEvent$.next({category:vt.WTF,id:`ChromecastPresentationApiConnector`,message:t?.message??`connect error`,thrown:t});break}}})()}subscribe(){this.subscription.add(wt(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(St(e=>{this.log({message:`presentationConnection$: ${!!e}`})}),yt(e=>!!e)).subscribe(e=>{let t=wt(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=wt(e,`connect`).subscribe(()=>{this.send(`client_connect`)}),r=wt(e,`close`).subscribe(e=>{switch(e.reason){case`error`:this.errorEvent$.next({category:vt.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:o(o({},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:vt.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 Tt()[e]=Tt()[e]||Dt()}resetSubscriptionEvents(){this.subscriptionEvents.unsubscribe(),this.subscriptionEvents=new xt}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 kt,Subject as At,map as jt,Subscription as Mt,combine as Nt,filterChanged as Pt,assertNonNullable as Ft}from"@vkontakte/videoplayer-shared/es2015";class It{static isSupported(){return`chrome`in window&&`presentation`in navigator&&`BroadcastChannel`in window}constructor(e){i(this,`subscription`,new Mt),i(this,`log`,void 0),i(this,`contentId`,void 0),i(this,`connection$`,new kt(void 0)),i(this,`castState$`,new kt(`NOT_AVAILABLE`)),i(this,`errorEvent$`,new At),i(this,`chromecastConnector`,void 0);let t=It.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 Ot({appId:e.receiverApplicationId,logger:e.dependencies.logger}),this.subscribe())}subscribe(){Ft(this.chromecastConnector,`subscribe with null chromecastConnector`),this.subscription.add(this.chromecastConnector.errorEvent$.subscribe(this.errorEvent$));let e=Nt({connection:this.chromecastConnector.presentationConnection$,available:this.chromecastConnector.presentationAvailable$,friendlyName:this.chromecastConnector.friendlyName$.pipe(Pt())});this.subscription.add(e.pipe(jt(({connection:e,friendlyName:t})=>!!(e&&t)),Pt()).subscribe(e=>{let t=this.chromecastConnector?.friendlyName$.getValue()??``;this.connection$.next(e?Et(t):void 0)})).add(e.subscribe(({available:e,connection:t})=>{e?t?this.castState$.next(`CONNECTED`):this.castState$.next(`AVAILABLE`):this.castState$.next(`NOT_AVAILABLE`)}))}connect(){this.log({message:`connect`}),this.chromecastConnector?.connect()}disconnect(){this.log({message:`disconnect`}),this.chromecastConnector?.disconnect()}stopMedia(){var e=this;return a(function*(){e.log({message:`stopMedia`}),e.chromecastConnector?.stopMedia()})()}toggleConnection(){let e=!!this.chromecastConnector?.presentationConnection$.getValue();this.log({message:`toggleConnection: isConnected - ${e}`}),e?this.disconnect():this.connect()}setVolume(e){}setMuted(e){}destroy(){this.log({message:`destroy`}),this.chromecastConnector?.destroy(),this.subscription.unsubscribe()}}import{arrayIncludes as Lt}from"@vkontakte/videoplayer-shared/es2015";import{objectEntries as Rt}from"@vkontakte/videoplayer-shared/es2015";import{objectFromEntries as zt}from"@vkontakte/videoplayer-shared/es2015";import{promiseFinally as Bt}from"@vkontakte/videoplayer-shared/es2015";import{isNonNullable as Vt,Subject as Ht,merge as Ut}from"@vkontakte/videoplayer-shared/es2015";import"@vkontakte/videoplayer-shared/es2015";var Wt=(e,t)=>e===t;class Gt{constructor(e,t=Wt){i(this,`comparator`,void 0),i(this,`state`,void 0),i(this,`prevState`,void 0),i(this,`transition`,void 0),i(this,`transitionStarted$`,new Ht),i(this,`transitionEnded$`,new Ht),i(this,`transitionUpdated$`,new Ht),i(this,`forceChanged$`,new Ht),i(this,`stateChangeStarted$`,Ut(this.transitionStarted$,this.transitionUpdated$)),i(this,`stateChangeEnded$`,Ut(this.transitionEnded$,this.forceChanged$)),this.comparator=t,this.state=e,this.prevState=void 0}setState(e){let t=this.transition,n=this.state;this.transition=void 0,this.prevState=n,this.state=e,t?this.comparator(t.to,e)?this.transitionEnded$.next(t):this.forceChanged$.next({from:t.from,to:e,canceledTransition:t}):this.forceChanged$.next({from:n,to:e,canceledTransition:t})}startTransitionTo(e){let t=this.transition,n=this.state;this.comparator(n,e)||Vt(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 Kt,debounce as qt,ErrorCategory as Jt,fromEvent as Yt,map as Xt,merge as Zt,observableFrom as Qt,Subject as $t,Subscription as en,timeout as tn}from"@vkontakte/videoplayer-shared/es2015";var nn=5,rn=5,an=500,on=7e3;class sn{constructor(e){i(this,`subscription`,new en),i(this,`loadMediaTimeoutSubscription`,new en),i(this,`videoState`,new Gt(`stopped`)),i(this,`params`,void 0),i(this,`log`,void 0),i(this,`syncPlayback`,()=>{let e=this.videoState.getState(),t=this.videoState.getTransition(),n=this.params.desiredState.playbackState.getState(),r=this.params.desiredState.playbackState.getTransition(),i=this.params.desiredState.seekState.getState();if(this.log({message:`[syncPlayback] videoState: ${e}; videoTransition: ${JSON.stringify(t)}; desiredPlaybackState: ${n}; desiredPlaybackStateTransition: ${this.params.desiredState.playbackState.getTransition()}; seekState: ${JSON.stringify(i)};`}),n===`stopped`){e!==`stopped`&&(this.videoState.startTransitionTo(`stopped`),this.stop());return}if(!t){if(r?.to!==`paused`&&i.state===`requested`&&e!==`stopped`){this.seek(i.position/1e3);return}switch(n){case`ready`:switch(e){case`playing`:case`paused`:case`ready`:break;case`stopped`:this.videoState.startTransitionTo(`ready`),this.prepare();break;default:Kt(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:Kt(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:Kt(e)}break;default:Kt(n)}}}),this.params=e,this.log=this.params.dependencies.logger.createComponentLog(`ChromecastProvider`),this.log({message:`constructor, format: ${e.format}`}),this.params.output.isLive$.next(mt(e.format)),this.params.output.isAudioAvailable$.next(!0),this.handleRemoteVolumeChange({volume:this.params.connection.remotePlayer.volumeLevel,muted:this.params.connection.remotePlayer.isMuted});let t=this.params.connection.session.getMediaSession();t&&this.restoreSession(t),this.subscribe()}destroy(){this.log({message:`[destroy]`}),this.subscription.unsubscribe()}subscribe(){this.subscription.add(this.loadMediaTimeoutSubscription);let e=new en;this.subscription.add(e),this.subscription.add(Zt(this.videoState.stateChangeStarted$.pipe(Xt(e=>`stateChangeStarted$ ${JSON.stringify(e)}`)),this.videoState.stateChangeEnded$.pipe(Xt(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 $t;e.add(t.pipe(qt(an)).subscribe(()=>{this.params.output.seekedEvent$.next()}));let n=NaN;e.add(Yt(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)>nn)&&t.next(r),n=r})),e.add(Yt(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.DURATION_CHANGED).subscribe(e=>{this.logRemoteEvent(e),this.params.output.duration$.next(e.value)}))}t(Yt(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.IS_MEDIA_LOADED_CHANGED),t=>{this.logRemoteEvent(t),t.value?this.handleRemoteReady():(this.handleRemoteStop(),e.unsubscribe())}),t(Yt(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.IS_PAUSED_CHANGED),e=>{this.logRemoteEvent(e),e.value?this.handleRemotePause():this.handleRemotePlay()}),t(Yt(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<rn&&this.params.output.endedEvent$.next(),this.handleRemoteStop(),k(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:Kt(n)}}),t(Yt(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.VOLUME_LEVEL_CHANGED),e=>{this.logRemoteEvent(e),this.handleRemoteVolumeChange({volume:e.value})}),t(Yt(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.IS_MUTED_CHANGED),e=>{this.logRemoteEvent(e),this.handleRemoteVolumeChange({muted:e.value})}),t(Zt(this.params.desiredState.playbackState.stateChangeStarted$,this.params.desiredState.seekState.stateChangeEnded$,this.videoState.stateChangeEnded$,Qt([`init`])).pipe(qt(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`),k(this.params.desiredState.playbackState,`paused`)):(this.videoState.setState(`playing`),k(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=Oe(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`),k(this.params.desiredState.playbackState,`paused`))}handleRemotePlay(){let e=this.videoState.getState();(this.videoState.getTransition()?.to===`playing`||e===`paused`)&&(this.videoState.setState(`playing`),k(this.params.desiredState.playbackState,`playing`))}handleRemoteReady(){this.videoState.getTransition()?.to===`ready`&&this.videoState.setState(`ready`),this.params.desiredState.playbackState.getTransition()?.to===`ready`&&k(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(tn(on).subscribe(()=>t(`timeout(${on})`)))});Bt(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:Jt.VIDEO_PIPELINE,message:t,thrown:e})}),()=>{this.loadMediaTimeoutSubscription.unsubscribe()})}logRemoteEvent(e){this.log({message:`[remoteEvent] ${JSON.stringify(e)}`})}}import{arrayIncludes as cn}from"@vkontakte/videoplayer-shared/es2015";import{clearVideoElement as ln,getWindow as un}from"@vkontakte/videoplayer-shared/es2015";import{clearVideoElement as dn}from"@vkontakte/videoplayer-shared/es2015";var fn=(e,t)=>{try{e.pause(),e.playbackRate=0,dn(e,t),e.remove()}catch(e){console.error(e)}};import{fromEvent as pn,Subscription as mn}from"@vkontakte/videoplayer-shared/es2015";var hn=`__spvc`;class gn{constructor(){i(this,`attribute`,`data-pool-reused`)}get(e){return e.hasAttribute(this.attribute)}set(e,t){e.toggleAttribute(this.attribute,t)}delete(e){e.removeAttribute(this.attribute)}}var _n=un(),vn=_n.WeakMap?new _n.WeakMap:new gn,yn=_n.WeakMap?new _n.WeakMap:new Map,bn=(e,t=20)=>{let n=0;return pn(e,`ratechange`).subscribe(r=>{n++,n>=t&&(e.currentTime=e.currentTime,n=0)})};function xn(e){e.style.position=`fixed`,e.style.left=`100%`,e.setAttribute(`data-role`,`screen`),un().document.body.appendChild(e)}function Sn(e,t){e.style.position=``,e.style.left=``,t.appendChild(e)}var Cn=(e,{audioVideoSyncRate:t,disableYandexPiP:n,clearVideoElementInnerHTML:r,reuseOwnVideoElement:i})=>{let a,o=e.querySelector(`video`),s=!!o,c=un().document.querySelector(`body > video[data-role=screen]`)||void 0;i?_n[hn]=c:(c?.remove(),delete _n[hn]),o?(a=o,ln(a,r)):c&&c===_n[hn]?(a=c,Sn(a,e)):(a=un().document.createElement(`video`),e.appendChild(a),i&&(_n[hn]=a)),vn.set(a,s);let l=new mn;return l.add(bn(a,t)),yn.set(a,l),a.setAttribute(`crossorigin`,`anonymous`),a.setAttribute(`playsinline`,`playsinline`),n&&a.setAttribute(`x-yandex-pip`,`false`),a.controls=!1,a.setAttribute(`poster`,`data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=`),a},wn=(e,{keepVideoElement:t,clearVideoElementInnerHTML:n,reuseOwnVideoElement:r})=>{yn.get(e)?.unsubscribe(),yn.delete(e);let i=vn.get(e);vn.delete(e),i||t?ln(e,n):r?(ln(e,n),xn(e)):fn(e,n)};import{objectValues as Tn}from"@vkontakte/videoplayer-shared/es2015";import{arrayIncludes as En}from"@vkontakte/videoplayer-shared/es2015";import{assertNonNullable as Dn,isNonNullable as On,isNullable as kn,fromEvent as An,merge as jn,observableFrom as Mn,filterChanged as Nn,map as Pn,Subject as Fn,Subscription as In,ValueSubject as Ln,ErrorCategory as Rn}from"@vkontakte/videoplayer-shared/es2015";import{isNonNullable as zn,isNullable as Bn,Subscription as Vn}from"@vkontakte/videoplayer-shared/es2015";var Hn=(e,t,n,{equal:r=(e,t)=>e===t,changed$:i,onError:a}={})=>{let o=e.getState(),s=t(),c=Bn(i),l=new Vn;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},Un=(e,t,n)=>Hn(t,()=>e.loop,t=>{zn(t)&&(e.loop=t)},{onError:n}),Wn=(e,t,n,r,i)=>Hn(t,()=>({muted:e.muted,volume:e.volume}),t=>{i?.skipVideoElVolumeSync$.getValue()||zn(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}),Gn=(e,t,n,r)=>Hn(t,()=>e.playbackRate,t=>{zn(t)&&(e.playbackRate=t)},{changed$:n,onError:r}),Kn=Hn,qn=e=>[`__`,e.language,e.label].join(`|`),Jn=(e,t)=>{if(e.id===t)return!0;let[n,r,i]=t.split(`|`);return e.language===r&&e.label===i};class Yn{constructor(e){i(this,`available$`,new Fn),i(this,`current$`,new Ln(void 0)),i(this,`error$`,new Fn),i(this,`video`,void 0),i(this,`cueSettings`,void 0),i(this,`subscription`,new In),i(this,`externalTracks`,new Map),i(this,`internalTracks`,new Map),i(this,`baseURL`,void 0),this.baseURL=e}connect(e,t,n){this.video=e,this.cueSettings=t.textTrackCuesSettings,this.subscribe();let r=e=>{this.error$.next({id:`TextTracksManager`,category:Rn.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(Kn(t.internalTextTracks,()=>Tn(this.internalTracks),e=>{On(e)&&this.setInternal(e)},{equal:(e,t)=>On(e)&&On(t)&&e.length===t.length&&e.every(({id:e},n)=>e===t[n].id),changed$:this.available$.pipe(Pn(e=>e.filter(({type:e})=>e===`internal`))),onError:r})),this.subscription.add(Kn(t.externalTextTracks,()=>Tn(this.externalTracks),e=>{On(e)&&this.setExternal(e)},{equal:(e,t)=>On(e)&&On(t)&&e.length===t.length&&e.every(({id:e},n)=>e===t[n].id),changed$:this.available$.pipe(Pn(e=>e.filter(({type:e})=>e===`external`))),onError:r})),this.subscription.add(Kn(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(Kn(t.textTrackCuesSettings,()=>({}),()=>{if(this.video)for(let e of this.htmlTextTracksAsArray())this.applyCueSettings(e.cues),this.applyCueSettings(e.activeCues)}))}subscribe(){Dn(this.video);let{textTracks:e}=this.video;this.subscription.add(An(e,`addtrack`).subscribe(()=>{let e=this.current$.getValue();e&&this.select(e)})),this.subscription.add(jn(An(e,`addtrack`),An(e,`removetrack`),Mn([`init`])).pipe(Pn(()=>this.htmlTextTracksAsArray().map(e=>this.htmlTextTrackToITextTrack(e))),Nn((e,t)=>e.length===t.length&&e.every(({id:e},n)=>e===t[n].id))).subscribe(this.available$)),this.subscription.add(jn(An(e,`change`),Mn([`init`])).pipe(Pn(()=>this.htmlTextTracksAsArray().find(({mode:e})=>e===`showing`)),Pn(e=>e&&this.htmlTextTrackToITextTrack(e).id),Nn()).subscribe(this.current$));let t=e=>this.applyCueSettings(e.target?.activeCues??null);this.subscription.add(An(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(An(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;On(t.align)&&(e.align=t.align),On(t.position)&&(e.position=t.position),On(t.size)&&(e.size=t.size),On(t.line)&&(e.line=t.line)}}htmlTextTracksAsArray(e=!1){Dn(this.video);let t=[...this.video.textTracks];return e?t:t.filter(Yn.isHealthyTrack)}htmlTextTrackToITextTrack(e){let{language:t,label:n}=e,r=e.id?e.id:qn(e),i=this.externalTracks.has(r),a=(i?this.externalTracks.get(r)?.isAuto:this.internalTracks.get(r)?.isAuto)??En(r,`auto`);return i?{id:r,type:`external`,isAuto:a,language:t,label:n,url:this.externalTracks.get(r)?.url}:{id:r,type:`internal`,isAuto:a,language:t,label:n,url:this.internalTracks.get(r)?.url}}static isHealthyTrack(e){return!(e.kind===`metadata`||e.groupId||e.id===``&&e.label===``&&e.language===``)}setExternal(e){this.internalTracks.size>0&&Array.from(this.internalTracks).forEach(([,e])=>this.detach(e)),e.filter(({id:e})=>!this.externalTracks.has(e)).forEach(e=>this.attach(e)),Array.from(this.externalTracks).filter(([t])=>!e.find(e=>e.id===t)).forEach(([,e])=>this.detach(e))}setInternal(e){let t=[...this.externalTracks];e.filter(({id:e,language:n,isAuto:r})=>!this.internalTracks.has(e)&&!t.some(([,e])=>e.language===n&&e.isAuto===r)).forEach(e=>this.attach(e)),Array.from(this.internalTracks).filter(([t])=>!e.find(e=>e.id===t)).forEach(([,e])=>this.detach(e))}select(e){Dn(this.video);for(let e of this.htmlTextTracksAsArray(!0))e.mode=`showing`;for(let t of this.htmlTextTracksAsArray(!0))(kn(e)||!Jn(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){Dn(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){Dn(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 Xn=Yn;class Zn{constructor(){i(this,`pausedTime`,0),i(this,`streamOffset`,0),i(this,`pauseTimestamp`,0)}getTotalPausedTime(){return this.pausedTime+this.getCurrentPausedTime()}getCurrentPausedTime(){return this.pauseTimestamp>0?Date.now()-this.pauseTimestamp:0}getStreamOffset(){return this.streamOffset}getTotalOffset(){return this.getTotalPausedTime()+this.streamOffset}pause(){this.pauseTimestamp===0&&(this.pauseTimestamp=Date.now())}resume(){this.pauseTimestamp>0&&(this.pausedTime+=this.getCurrentPausedTime(),this.pauseTimestamp=0)}resetTo(e,t=!1){this.streamOffset=e,this.pauseTimestamp=0,this.pausedTime=0,t&&this.pause()}}var Qn=e=>{let t=e;for(;!(t instanceof Document)&&!(t instanceof ShadowRoot)&&t!==null;)t=t?.parentNode;return t??void 0},$n=e=>{let t=Qn(e);return!!(t&&t.fullscreenElement&&t.fullscreenElement===e)},er=e=>{let t=Qn(e);return!!(t&&t.pictureInPictureElement&&t.pictureInPictureElement===e)};import{fromEvent as M,map as tr,merge as nr,filterChanged as rr,isNonNullable as ir,Subject as ar,filter as or,mapTo as sr,combine as cr,once as lr,shareReplay as N,throttle as ur,ErrorCategory as dr,ValueSubject as fr,Subscription as pr}from"@vkontakte/videoplayer-shared/es2015";var mr=3,hr=(e,t,n=mr)=>{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}},gr=e=>{let t=t=>M(e,t).pipe(sr(void 0),N(1)),n=new pr,r=()=>n.unsubscribe(),i=nr(M(e,`progress`),M(e,`timeupdate`)).pipe(tr(()=>hr(e.buffered,e.currentTime)),N(1)),a=j.browser.isSafari?cr({play:t(`play`).pipe(lr()),playing:t(`playing`)}).pipe(sr(void 0),N(1)):t(`playing`),o=M(e,`volumechange`).pipe(tr(()=>({muted:e.muted,volume:e.volume})),N(1)),s=M(e,`ratechange`).pipe(tr(()=>e.playbackRate),N(1)),c=M(e,`error`).pipe(or(()=>!!(e.error||e.played.length)),tr(()=>{let t=e.error;return{id:t?`MediaError#${t.code}`:`HtmlVideoError`,category:dr.VIDEO_PIPELINE,message:t?t.message:`Error event from HTML video element`,thrown:e.error??void 0}}),N(1)),l=M(e,`timeupdate`).pipe(tr(()=>e.currentTime),N(1)),u=[`waiting`,`seeking`,`seeked`,`timeupdate`],d=new ar,f=.3,p;n.add(nr(...u.map(t=>M(e,t))).subscribe(t=>{let n=e.currentTime;e.loop&&ir(p)&&ir(n)&&p>=e.duration-f&&n<=f&&d.next(p),p=n}));let m=t(`pause`).pipe(or(()=>!e.error&&p!==e.duration),N(1)),h=M(e,`enterpictureinpicture`).pipe(N(1)),g=M(e,`leavepictureinpicture`).pipe(N(1)),_=new fr(er(e));n.add(h.subscribe(()=>_.next(!0))),n.add(g.subscribe(()=>_.next(!1)));let v=new fr($n(e)),y=M(e,`fullscreenchange`).pipe(N(1));n.add(y.pipe(tr(()=>$n(e))).subscribe(v));let b=M(e,`timeupdate`).pipe(tr(t=>e.duration-e.currentTime<.1),rr(),N(1)),x=nr(b.pipe(or(t=>!e.loop&&t)),M(e,`ended`)).pipe(ur(1e3),sr(void 0),N(1)),S=nr(...[`waiting`,`pause`,`canplay`,`play`,`canplaythrough`,`playing`,`seeking`,`seeked`,`ended`].map(t=>M(e,t)),b.pipe(tr(e=>({type:e?`ended`:`unknown`})))).pipe(tr(t=>j.browser.isFirefox&&t.type===`ended`?e.readyState<2:e.readyState<3),rr(),N(1));return{playing$:a,pause$:m,canplay$:t(`canplay`),ended$:x,looped$:d,error$:c,seeked$:t(`seeked`),seeking$:t(`seeking`),progress$:t(`progress`),loadStart$:t(`loadstart`),loadedMetadata$:t(`loadedmetadata`),loadedData$:t(`loadeddata`),timeUpdate$:l,durationChange$:M(e,`durationchange`).pipe(tr(()=>e.duration),N(1)),isBuffering$:S,currentBuffer$:i,volumeState$:o,playbackRateState$:s,inPiP$:_,inFullscreen$:v,enterPip$:h,leavePip$:g,destroy:r}};import{VideoQuality as _r}from"@vkontakte/videoplayer-shared/es2015";var vr=e=>{switch(e){case`mobile`:return _r.Q_144P;case`lowest`:return _r.Q_240P;case`low`:return _r.Q_360P;case`sd`:case`medium`:return _r.Q_480P;case`hd`:case`high`:return _r.Q_720P;case`fullhd`:case`full`:return _r.Q_1080P;case`quadhd`:case`quad`:return _r.Q_1440P;case`ultrahd`:case`ultra`:return _r.Q_2160P}};import{arrayAt as P}from"@vkontakte/videoplayer-shared/es2015";import{arrayIncludes as yr}from"@vkontakte/videoplayer-shared/es2015";import{objectEntries as br}from"@vkontakte/videoplayer-shared/es2015";import{isNonNullable as F,isNullable as xr,now as Sr,isHigher as Cr,isHigherOrEqual as wr,isInvariantQuality as Tr,isLowerOrEqual as Er,videoSizeToQuality as Dr,assertNotEmptyArray as Or,assertNonNullable as kr}from"@vkontakte/videoplayer-shared/es2015";var Ar=!1,jr={},Mr=e=>{Ar=e},Nr=()=>{jr={}},Pr=e=>{e(jr)},Fr=(e,t)=>{Ar&&(jr.meta=jr.meta??{},jr.meta[e]=t)};class Ir{constructor(e){i(this,`name`,void 0),this.name=e}next(e){if(!Ar)return;jr.series=jr.series??{};let t=jr.series[this.name]??[];t.push([Date.now(),e]),jr.series[this.name]=t}}import{isHigher as Lr,isLower as Rr,isNonNullable as zr,isNullable as Br,videoHeightToQuality as Vr}from"@vkontakte/videoplayer-shared/es2015";function Hr(e,t,n){return!e.max&&e.min===t?`high_quality`:!e.min&&e.max===n?`traffic_saving`:`unknown`}function Ur(e,t,n){return Br(e)||zr(e.min)&&zr(e.max)&&Rr(e.max,e.min)||zr(e.min)&&zr(t)&&Lr(e.min,t)||zr(e.max)&&zr(n)&&Rr(e.max,n)}function Wr({limits:e,highestAvailableHeight:t,lowestAvailableHeight:n}){return Ur({max:e?.max?Vr(e.max):void 0,min:e?.min?Vr(e.min):void 0},t?Vr(t):void 0,n?Vr(n):void 0)}var Gr=new Ir(`best_bitrate`),Kr=(e,t,n)=>(t-n)*2**(-10*e)+n,qr=e=>(t,n)=>e*(Number(t.bitrate)-Number(n.bitrate));class Jr{constructor(){i(this,`last`,void 0),i(this,`history`,{})}recordSelection(e){this.history[e.id]=Sr()}recordSwitch(e){this.last=e}clear(){this.last=void 0,this.history={}}}var Yr=`Assertion "ABR Tracks is empty array" failed`,Xr=new WeakMap,Zr=new WeakMap,Qr=new WeakMap,$r=(e,t,n,r)=>{let i=[...t].sort(qr(1)),a=[...n].sort(qr(1)),o=a.filter(t=>F(t.bitrate)&&F(e.bitrate)?e.bitrate/t.bitrate>r:!0),s=P(a,Math.round(a.length*i.indexOf(e)/(i.length+1)))??P(a,-1);return s&&yr(o,s)?s:o.length?P(o,-1):P(a,0)},ei=(e,t,n,r)=>{let i=Xr.get(t);i||(i=[...t].sort(qr(1)),Xr.set(t,i));let a=Xr.get(n);a||(a=[...n].sort(qr(1)),Xr.set(n,a));let o=Qr.get(e);o||(o=a.filter(t=>F(t.bitrate)&&F(e.bitrate)?e.bitrate/t.bitrate>r:!0),Qr.set(e,o));let s=P(a,Math.round(a.length*i.indexOf(e)/(i.length+1)))??P(a,-1);return s&&yr(o,s)?s:o.length?P(o,-1):P(a,0)},ti=e=>`quality`in e,ni=(e,t,n,r)=>{var i;let a=F(r==null||(i=r.last)==null?void 0:i.bitrate)&&F(n?.bitrate)&&r.last.bitrate<n.bitrate?e.trackCooldownIncreaseQuality:e.trackCooldownDecreaseQuality,o=n&&r&&r.history[n.id]&&Sr()-r.history[n.id]<=a&&(!r.last||n.id!==r.last.id);if(n?.id&&r&&!o&&r.recordSelection(n),o&&r?.last){let e=r.last;return r?.recordSwitch(e),t({message:`
7
7
  [last ${ti(e)?`video`:`audio`} selected] ${ti(e)?e.quality:e.bitrate}
8
8
  `}),e}return r?.recordSwitch(n),n},ri=(e,t)=>Math.log(t)/Math.log(e),ii=({tuning:e,container:t,limits:n,panelSize:r})=>{let i=e.containerSizeFactor;if(r)return{containerSizeLimit:r,containerSizeFactor:i};if(e.usePixelRatio&&j.display.pixelRatio){let t=j.display.pixelRatio;if(e.pixelRatioMultiplier)i*=e.pixelRatioMultiplier*(t-1)+1;else{let n=e.pixelRatioLogBase,[r=0,a=0,o=0]=e.pixelRatioLogCoefficients,s=ri(n,r*t+a)+o;Number.isFinite(s)&&(i*=s)}}return F(n?.min)&&wr(n.min,e.highQualityLimit)&&(i*=2),{containerSizeLimit:e.limitByContainer&&t&&t.width>0&&t.height>0?{width:t.width*i,height:t.height*i}:void 0,containerSizeFactor:i}},ai=new WeakMap,oi=(e,{container:t,estimatedThroughput:n,tuning:r,limits:i,reserve:a=0,forwardBufferHealth:o,playbackRate:s,current:c,failedVideoTrack:l,history:u,visible:d,droppedVideoMaxQualityLimit:f,stallsVideoMaxQualityLimit:p,stallsPredictedThroughput:m,abrLogger:h,panelSize:g})=>{Or(e,Yr);let{containerSizeFactor:_,containerSizeLimit:v}=ii({container:t,tuning:r,limits:i,panelSize:g}),y=r.considerPlaybackRate&&F(s)?s:1,b=ai.get(e);b||(b=e.filter(e=>!Tr(e.quality)).sort((e,t)=>Cr(e.quality,t.quality)?-1:1),ai.set(e,b));let x=P(b,-1)?.quality,S=P(b,0)?.quality,C=Ur(i,S,x),w=y*Kr(o??.5,r.bitrateFactorAtEmptyBuffer,r.bitrateFactorAtFullBuffer),T={},E=null;for(let e of b){if(e.tvDisabled){T[e.quality]=`TvDisabled`;continue}let t=!0;if(v)if(e.size)t=e.size.width<=v.width&&e.size.height<=v.height;else{let n=v&&Dr(v);t=n?Er(e.quality,n):!0}if(!t){T[e.quality]=`FitsContainer`;continue}let s=m||n,u=F(s)&&isFinite(s)&&F(e.bitrate)?s-a>=e.bitrate*w:!0,h=i?.min===e.quality||F(i?.min)&&F(S)&&Cr(i.min,S)&&e.quality===S;if(!u&&!h){T[e.quality]=`FitsThroughput`;continue}if(F(l)&&l.quality===e.quality){T[e.quality]=`FailedVideoTrack`;continue}if(r.lazyQualitySwitch&&F(r.minBufferToSwitchUp)&&c&&!Tr(c.quality)&&(o??0)<r.minBufferToSwitchUp&&Cr(e.quality,c.quality)){T[e.quality]=`Buffer`;continue}if(f&&wr(e.quality,f)&&!h){T[e.quality]=`DroppedFramesLimit`;continue}if(p&&wr(e.quality,p)&&!h){T[e.quality]=`StallsLimit`;continue}let g=C||(xr(i?.max)||Er(e.quality,i.max))&&(xr(i?.min)||wr(e.quality,i.min)),_=F(d)&&!d?Er(e.quality,r.backgroundVideoQualityLimit):!0;if(!g||!_){T[e.quality]=`FitsQualityLimits`;continue}E||=e}E&&E.bitrate&&Gr.next(E.bitrate);let D=E??P(b,-1)??e[0],ee=u?.last,te=ni(r,h,D,u);return F(u)&&te.quality!==ee?.quality&&h({message:`
9
9
  [VIDEO TRACKS ABR]
@@ -192,7 +192,10 @@ const e=[`url`],t=[`url`],n=[`downloadingItems`],r=[`container`];import i from"@
192
192
  tuning.considerPlaybackRate: ${c.autoTrackSelection.considerPlaybackRate}
193
193
  tuning.bitrateFactorAtEmptyBuffer: ${c.autoTrackSelection.bitrateFactorAtEmptyBuffer}
194
194
  tuning.bitrateFactorAtFullBuffer: ${c.autoTrackSelection.bitrateFactorAtFullBuffer}
195
- `}}import{getWindow as Sc,isLowerOrEqual as Cc,isNonNullable as wc,isNullable as Tc}from"@vkontakte/videoplayer-shared/es2015";class Ec extends Bs{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=Ur(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||Tc(r?.max)||Cc(c.quality,r.max),d=wc(i)&&!i?Cc(c.quality,n.autoTrackSelection.backgroundVideoQualityLimit):!0,f=Tc(u)||Cc(c.quality,u);if(t&&d&&f)return this.createResolution(e,c,s,a,o,i,r,n.autoTrackSelection.backgroundVideoQualityLimit,l,u)}return this.createResolution(e,t[t.length-1],s,a,o,i,r,n.autoTrackSelection.backgroundVideoQualityLimit,l,u)}createLogMessage(e,t,n,r,i,a,o,s,c){return`
195
+ `}}class Sc extends Bs{constructor(e){super(e),this.name=`tv_disabled_video_track_rule`}execute(e){let{videoTracksDesc:t}=e;for(let n of t)if(!n.tvDisabled)return this.createResolution(e,n);let n=t[t.length-1];return this.createResolution(e,n)}createLogMessage(e){return`
196
+ [${this.name}. Confidence: ${this.confidence}. Type: ${this.type}]
197
+ selectedTrack: ${e.quality}
198
+ `}}import{getWindow as Cc,isLowerOrEqual as wc,isNonNullable as Tc,isNullable as Ec}from"@vkontakte/videoplayer-shared/es2015";class Dc extends Bs{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=Ur(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||Ec(r?.max)||wc(c.quality,r.max),d=Tc(i)&&!i?wc(c.quality,n.autoTrackSelection.backgroundVideoQualityLimit):!0,f=Ec(u)||wc(c.quality,u);if(t&&d&&f)return this.createResolution(e,c,s,a,o,i,r,n.autoTrackSelection.backgroundVideoQualityLimit,l,u)}return this.createResolution(e,t[t.length-1],s,a,o,i,r,n.autoTrackSelection.backgroundVideoQualityLimit,l,u)}createLogMessage(e,t,n,r,i,a,o,s,c){return`
196
199
  [${this.name}. Confidence: ${this.confidence}. Type: ${this.type}]
197
200
  selectedTrack: ${e.quality}
198
201
  limitsAreInvalid: ${t}
@@ -203,7 +206,7 @@ const e=[`url`],t=[`url`],n=[`downloadingItems`],r=[`container`];import i from"@
203
206
  tuning.backgroundVideoQualityLimit: ${o}
204
207
  effectiveType: ${s}
205
208
  connectionDataQualityLimit: ${c}
206
- `}getConnection(){let{navigator:e}=Sc();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 Dc}from"@vkontakte/videoplayer-shared/es2015";class Oc extends Bs{constructor(e){super(e),this.name=`abandon_request_rule`}execute(e){let{videoTracksAsc:t,videoTracksDesc:n,forwardBufferDuration:r,tuning:i,videoSegmentLoadProgress:a}=e,o=bs(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=Dc().performance.now()-s;if(d<i.dash.abandon.minElapsedMs)return this.createResolution(e,n[0],d,0,0,0,!1);let f=c/l;if(f<i.dash.abandon.minLoadedFraction)return this.createResolution(e,n[0],d,f,0,0,!1);let p=l-c,m=c/d,h=p/m,g=o*i.dash.abandon.bufferSafetyFactor;if(h<=g)return this.createResolution(e,n[0],d,f,h,g,!1);let _=u/1e3,v;for(let e of t)(e.bitrate??0)*1e3*_/8/m<=g&&(v=e);let y=v??t[0];return this.createResolution(e,y,d,f,h,g,!0)}createLogMessage(e,t,n,r,i,a){return`
209
+ `}getConnection(){let{navigator:e}=Cc();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 Oc}from"@vkontakte/videoplayer-shared/es2015";class kc extends Bs{constructor(e){super(e),this.name=`abandon_request_rule`}execute(e){let{videoTracksAsc:t,videoTracksDesc:n,forwardBufferDuration:r,tuning:i,videoSegmentLoadProgress:a}=e,o=bs(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=Oc().performance.now()-s;if(d<i.dash.abandon.minElapsedMs)return this.createResolution(e,n[0],d,0,0,0,!1);let f=c/l;if(f<i.dash.abandon.minLoadedFraction)return this.createResolution(e,n[0],d,f,0,0,!1);let p=l-c,m=c/d,h=p/m,g=o*i.dash.abandon.bufferSafetyFactor;if(h<=g)return this.createResolution(e,n[0],d,f,h,g,!1);let _=u/1e3,v;for(let e of t)(e.bitrate??0)*1e3*_/8/m<=g&&(v=e);let y=v??t[0];return this.createResolution(e,y,d,f,h,g,!0)}createLogMessage(e,t,n,r,i,a){return`
207
210
  [${this.name}. Confidence: ${this.confidence}. Type: ${this.type}]
208
211
  selectedTrack: ${e.quality}
209
212
  elapsedMs: ${t.toFixed(0)}
@@ -211,14 +214,14 @@ const e=[`url`],t=[`url`],n=[`downloadingItems`],r=[`container`];import i from"@
211
214
  estimatedRemainingMs: ${r.toFixed(0)}
212
215
  bufferLimitMs: ${i.toFixed(0)}
213
216
  triggered: ${a}
214
- `}}import{isNonNullable as kc,now as Ac}from"@vkontakte/videoplayer-shared/es2015";class jc extends Bs{constructor(e){super(e),i(this,`lastPlaybackResetAtMs`,-1/0),this.name=`insufficient_buffer_rule`}init(e){super.init(e),e?.isSeeked$&&this.subscription.add(e.isSeeked$.subscribe(e=>{e&&(this.lastPlaybackResetAtMs=Ac())}))}execute(e){let{videoTracksAsc:t,videoTracksDesc:n,forwardBufferDuration:r,tuning:i,playbackRate:a,estimatedThroughput:o}=e,{thresholdMs:s,gracePeriodAfterPlaybackResetMs:c}=i.dash.insufficientBuffer,l=bs(r,a),u=l<s,d=Ac()-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=>kc(e.bitrate)&&e.bitrate*a<=o)}createLogMessage(e,t,n,r,i){return`
217
+ `}}import{isNonNullable as Ac,now as jc}from"@vkontakte/videoplayer-shared/es2015";class Mc extends Bs{constructor(e){super(e),i(this,`lastPlaybackResetAtMs`,-1/0),this.name=`insufficient_buffer_rule`}init(e){super.init(e),e?.isSeeked$&&this.subscription.add(e.isSeeked$.subscribe(e=>{e&&(this.lastPlaybackResetAtMs=jc())}))}execute(e){let{videoTracksAsc:t,videoTracksDesc:n,forwardBufferDuration:r,tuning:i,playbackRate:a,estimatedThroughput:o}=e,{thresholdMs:s,gracePeriodAfterPlaybackResetMs:c}=i.dash.insufficientBuffer,l=bs(r,a),u=l<s,d=jc()-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=>Ac(e.bitrate)&&e.bitrate*a<=o)}createLogMessage(e,t,n,r,i){return`
215
218
  [${this.name}. Confidence: ${this.confidence}. Type: ${this.type}]
216
219
  selectedTrack: ${e.quality}
217
220
  forwardBufferDuration: ${t}
218
221
  thresholdMs: ${n}
219
222
  triggered: ${r}
220
223
  suppressedByGrace: ${i}
221
- `}}class Mc{static createRule(e,t=Hs(1)){switch(e){case`fits_container_rule`:return new uc(t);case`failed_video_track_rule`:return new ac(t);case`throughput_rule`:return new xc(t);case`buffer_rule`:return new nc(t);case`bola_rule`:return new Qs(t);case`stalls_rule`:return new vc(t);case`upper_limit_rule`:return new Ec(t);case`lower_limit_rule`:return new mc(t);case`abandon_request_rule`:return new Oc(t);case`insufficient_buffer_rule`:return new jc(t)}}}import{isNonNullable as Nc}from"@vkontakte/videoplayer-shared/es2015";class Pc extends Bs{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&&Nc(r)?r:1,l=c*Ds(a??.5,s.bitrateAudioFactorAtEmptyBuffer,s.bitrateAudioFactorAtFullBuffer);for(let s of t)if(!(Nc(o)&&isFinite(o)&&Nc(s.bitrate))||o-i>=s.bitrate*l)return this.createResolution(e,s,a,r,i,c,l,o,n);return this.createResolution(e,t[t.length-1],a,r,i,c,l,o,n)}createLogMessage(e,t,n,r,i,a,o,s){return`
224
+ `}}class Nc{static createRule(e,t=Hs(1)){switch(e){case`fits_container_rule`:return new uc(t);case`failed_video_track_rule`:return new ac(t);case`tv_disabled_video_track_rule`:return new Sc(t);case`throughput_rule`:return new xc(t);case`buffer_rule`:return new nc(t);case`bola_rule`:return new Qs(t);case`stalls_rule`:return new vc(t);case`upper_limit_rule`:return new Dc(t);case`lower_limit_rule`:return new mc(t);case`abandon_request_rule`:return new kc(t);case`insufficient_buffer_rule`:return new Mc(t)}}}import{isNonNullable as Pc}from"@vkontakte/videoplayer-shared/es2015";class Fc extends Bs{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&&Pc(r)?r:1,l=c*Ds(a??.5,s.bitrateAudioFactorAtEmptyBuffer,s.bitrateAudioFactorAtFullBuffer);for(let s of t)if(!(Pc(o)&&isFinite(o)&&Pc(s.bitrate))||o-i>=s.bitrate*l)return this.createResolution(e,s,a,r,i,c,l,o,n);return this.createResolution(e,t[t.length-1],a,r,i,c,l,o,n)}createLogMessage(e,t,n,r,i,a,o,s){return`
222
225
  [${this.name}. Confidence: ${this.confidence}. Type: ${this.type}]
223
226
  selectedTrack: ${e.bitrate}
224
227
  forwardBufferHealth: ${t}
@@ -230,22 +233,22 @@ const e=[`url`],t=[`url`],n=[`downloadingItems`],r=[`container`];import i from"@
230
233
  tuning.considerPlaybackRate: ${s.autoTrackSelection.considerPlaybackRate}
231
234
  tuning.bitrateAudioFactorAtEmptyBuffer: ${s.autoTrackSelection.bitrateAudioFactorAtEmptyBuffer}
232
235
  tuning.bitrateAudioFactorAtFullBuffer: ${s.autoTrackSelection.bitrateAudioFactorAtFullBuffer}
233
- `}}class Fc extends pc{constructor(e){super(e),this.name=`min_audio_for_video_rule`}execute(e){let{audioTracksAsc:t,lastVideoTrackSelected:n,videoTracksAsc:r,tuning:i}=e,a=Os(n,r,t,i.autoTrackSelection.minVideoAudioRatio)??t[0];return this.createResolution(e,a,n,i)}createLogMessage(e,t,n){return`
236
+ `}}class Ic extends pc{constructor(e){super(e),this.name=`min_audio_for_video_rule`}execute(e){let{audioTracksAsc:t,lastVideoTrackSelected:n,videoTracksAsc:r,tuning:i}=e,a=Os(n,r,t,i.autoTrackSelection.minVideoAudioRatio)??t[0];return this.createResolution(e,a,n,i)}createLogMessage(e,t,n){return`
234
237
  [${this.name}. Confidence: ${this.confidence}. Type: ${this.type}]
235
238
  selectedTrack: ${e.bitrate}
236
239
  lastVideoTrackSelected: ${JSON.stringify(t)}
237
240
  tuning.minVideoAudioRatio: ${n.autoTrackSelection.minVideoAudioRatio}
238
- `}}class Ic{static createRule(e,t=Hs(1)){switch(e){case`throughput_rule`:return new Pc(t);case`min_audio_for_video_rule`:return new Fc(t)}}}var Lc=Hs(1),Rc={},zc={},Bc=(e,t)=>(t?Rc:zc)[e]??Lc;class Vc{constructor(){i(this,`stallsController`,new ls),i(this,`videoAbrController`,new ks),i(this,`audioAbrController`,new ks),i(this,`subscription`,new Ms),i(this,`lastVideoTrackSelected$`,new Ns(void 0)),i(this,`context`,void 0),i(this,`phaseController`,void 0),i(this,`allVideoRules`,[])}init(e){this.context=o(o({},this.context),e),this.initVideoElementAbrContext(),this.stallsController.init(o(o({},this.context),{},{tuning:this.context.tuning.stallsManager,lastVideoTrackSelected$:this.lastVideoTrackSelected$}));let t=this.context.tuning.dash.abrVideoRules,n=[];if(this.context.tuning.dash.useAbrPhases){this.phaseController=new Us(this.context.isSeeked$);for(let e of t){let t=Mc.createRule(e,Bc(e,!0));this.allVideoRules.push(t)}n.push(...this.allVideoRules)}else for(let e of t)n.push(Mc.createRule(e,Bc(e,!1)));let r=this.context.tuning.dash.abrAudioRules.map(e=>Ic.createRule(e)),i=o({},e);this.videoAbrController.init(n,i),this.audioAbrController.init(r,i)}updateContext(e){this.context.isAuto=e.isAuto,this.context.currentVideoTrack=e.currentVideoTrack,this.context.desiredVideoTrack=e.desiredVideoTrack,this.context.limits=e.limits,this.context.forwardBufferHealth=e.forwardBufferHealth,this.context.forwardBufferDuration=e.forwardBufferDuration,this.context.forwardVideoBufferRepresentations=e.forwardVideoBufferRepresentations,this.context.forwardAudioBufferRepresentations=e.forwardAudioBufferRepresentations,this.context.videoSegmentLoadProgress=e.videoSegmentLoadProgress,this.context.isLive=e.isLive,this.context.remainingDurationMs=e.remainingDurationMs,this.context.mpdSegmentDurationMs=e.mpdSegmentDurationMs,this.updateTracksIfneeded(e.videoTracks,e.audioTracks)}autoSelectTrack(e){let t=Os(this.lastVideoTrackSelected$.getValue(),this.context.videoTracksAsc,this.context.audioTracksAsc??[],this.context.tuning.autoTrackSelection.minVideoAudioRatio)??this.context.audioTracksAsc?.[0],n=this.phaseController?.phase;if(this.videoAbrController.updateContext({videoTracksAsc:this.context.videoTracksAsc,videoTracksDesc:this.context.videoTracksDesc,currentVideoTrack:this.context.currentVideoTrack,tuning:this.context.tuning,abrLogger:this.context.abrLogger,forwardBufferRepresentations:this.context.forwardVideoBufferRepresentations,container:this.context.elementSizeManager.getValue(),panelSize:this.context.panelSize,estimatedThroughput:this.context.throughput$.getValue(),limits:this.context.limits,reserve:t?.bitrate??0,forwardBufferHealth:this.context.forwardBufferHealth,forwardBufferDuration:this.context.forwardBufferDuration,visible:this.context.elementVisible$.getValue(),playbackRate:this.context.element.playbackRate,lastVideoTrackSelected:this.lastVideoTrackSelected$.getValue(),severeStallOccurred:this.stallsController.severeStallOccurred$.getValue(),lastStallDuration:this.stallsController.lastStallDuration$.getValue(),videoSegmentLoadProgress:this.context.videoSegmentLoadProgress,throughputVariance:this.context.throughputVariance$?.getValue()??0,isLive:this.context.isLive??!1,remainingDurationMs:this.context.remainingDurationMs,mpdSegmentDurationMs:this.context.mpdSegmentDurationMs,phase:n}),this.audioAbrController.updateContext({videoTracksAsc:this.context.videoTracksAsc,videoTracksDesc:this.context.videoTracksDesc,audioTracksAsc:this.context.audioTracksAsc,audioTracksDesc:this.context.audioTracksDesc,tuning:this.context.tuning,abrLogger:this.context.abrLogger,forwardBufferHealth:this.context.forwardBufferHealth,forwardBufferDuration:this.context.forwardBufferDuration,playbackRate:this.context.element.playbackRate,estimatedThroughput:this.context.throughput$.getValue(),reserve:this.lastVideoTrackSelected$.getValue()?.bitrate??0,currentVideoTrack:this.context.currentVideoTrack,lastVideoTrackSelected:this.lastVideoTrackSelected$.getValue(),throughputVariance:0}),e===`audio`)return this.audioAbrController.autoSelectTrack();let r=this.context.desiredVideoTrack;if(this.context.isAuto||js(r))if(this.phaseController){this.phaseController.updatePhase(this.videoAbrController.context);let e=this.phaseController.phase,t=this.allVideoRules.filter(t=>t.activePhases.has(e));r=this.videoAbrController.autoSelectTrack(t)}else r=this.videoAbrController.autoSelectTrack();return this.lastVideoTrackSelected$.next(r),r}destroy(){this.subscription.unsubscribe(),this.videoAbrController.destroy(),this.audioAbrController.destroy(),this.phaseController?.destroy(),this.stallsController.destroy(),this.context.elementSizeManager.destroy()}initVideoElementAbrContext(){let e=new Ns(!1);this.subscription.add(Ca(this.context.element,{threshold:this.context.tuning.autoTrackSelection.activeVideoAreaThreshold}).subscribe(e));let t=gr(this.context.element);this.subscription.add(()=>t?.destroy());let n=new Zo;n.connect({video:this.context.element,observableVideo:t}),this.context=o(o({},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=>!As(e.quality));this.context.videoTracksAsc=[...t].sort(Cs(1)),this.context.videoTracksDesc=[...t].sort(Cs(-1))}this.isTracksDifferent(t,i,a)&&(this.audioAbrController.historyReset(),this.context.audioTracksAsc=[...t].sort(Ss(1)),this.context.audioTracksDesc=[...t].sort(Ss(-1)))}isTracksDifferent(e,t=[],n=[]){let r=!1;for(let i of e)(js(t.find(e=>i.id===e.id))||js(n.find(e=>i.id===e.id)))&&(r=!0);return t.length!==e.length&&n.length!==e.length||r}}class Hc{constructor(e){i(this,`scene3D`,void 0),i(this,`subscription`,new po),i(this,`volumeSubscription`,new po),i(this,`videoState`,new Gt(`stopped`)),i(this,`video`,void 0),i(this,`observableVideo`,null),i(this,`player`,void 0),i(this,`params`,void 0),i(this,`tracer`,void 0),i(this,`textTracksManager`,null),i(this,`droppedFramesManager`,new va),i(this,`stallsManager`,new Wo),i(this,`elementSizeManager`,new Zo),i(this,`abrManager`,new Vc),i(this,`videoTracksMap`,new Map),i(this,`audioTracksMap`,new Map),i(this,`textTracksMap`,new Map),i(this,`videoStreamsMap`,new Map),i(this,`audioStreamsMap`,new Map),i(this,`videoTrackSwitchHistory`,new Jr),i(this,`audioTrackSwitchHistory`,new Jr),i(this,`syncPlayback`,()=>{let e=this.videoState.getState(),t=this.params.desiredState.playbackState.getState(),n=this.params.desiredState.playbackState.getTransition(),r=this.params.desiredState.seekState.getState();if(!this.videoState.getTransition()){if(r.state===`requested`&&n?.to!==`paused`&&e!==`stopped`&&t!==`stopped`&&this.seek(r.position,r.forcePrecise),t===`stopped`){e!==`stopped`&&(this.videoState.startTransitionTo(`stopped`),this.player.stop(),this.video.load(),this.params.output.position$.next(0),this.params.output.duration$.next(1/0),this.params.output.currentBuffer$.next(void 0),this.params.output.currentNativeBuffer$.next(void 0),this.params.output.hostname$.next(void 0),this.videoState.setState(`stopped`),k(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`),k(this.params.desiredState.playbackState,`paused`)):t===`playing`?(this.videoState.startTransitionTo(`playing`),this.playIfAllowed()):n?.to===`ready`&&k(this.params.desiredState.playbackState,`ready`);return;case`playing`:t===`paused`?(this.videoState.startTransitionTo(`paused`),this.video.paused?this.videoState.setState(`paused`):this.video.pause()):t===`playing`&&this.video.paused?this.playIfAllowed():n?.to===`playing`&&k(this.params.desiredState.playbackState,`playing`);return;case`paused`:t===`playing`?(this.videoState.startTransitionTo(`playing`),this.playIfAllowed()):n?.to===`paused`&&k(this.params.desiredState.playbackState,`paused`);return;default:return Qa(e)}}}),i(this,`init3DScene`,e=>{if(this.scene3D)return;this.scene3D=new Oo(this.params.container,this.video,{fov:this.params.tuning.spherical.fov,orientation:this.params.tuning.spherical.orientation||{x:e.projectionData?.pose.yaw||0,y:e.projectionData?.pose.pitch||0,z:e.projectionData?.pose.roll||0},rotationSpeed:this.params.tuning.spherical.rotationSpeed,maxYawAngle:this.params.tuning.spherical.maxYawAngle,rotationSpeedCorrection:this.params.tuning.spherical.rotationSpeedCorrection,degreeToPixelCorrection:this.params.tuning.spherical.degreeToPixelCorrection,speedFadeTime:this.params.tuning.spherical.speedFadeTime,speedFadeThreshold:this.params.tuning.spherical.speedFadeThreshold});let t=this.elementSizeManager.getValue();t&&this.scene3D.setViewportSize(t.width,t.height)}),i(this,`destroy3DScene`,()=>{this.scene3D&&=(this.scene3D.destroy(),void 0)}),e.tuning.disableSubtitles||(this.textTracksManager=new Xn(e.source.url)),this.params=e,this.video=Cn(e.container,e.tuning),this.tracer=e.dependencies.tracer.createComponentTracer(this.constructor.name),this.params.output.element$.next(this.video),this.params.output.availableVideoTracks$.next([]),this.params.output.availableAudioTracks$.next([]),this.params.output.isAudioAvailable$.next(!0),this.params.output.hostname$.next(ui(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;oo(this.observableVideo)&&(this.observableVideo=gr(this.video),this.subscription.add(()=>this.observableVideo?.destroy()));let n=this.constructor.name,r=t=>{e.error$.next({id:n,category:to.WTF,message:`${n} internal logic error`,thrown:t})};return{output:e,desiredState:t,observableVideo:this.observableVideo,genericErrorListener:r,connect:(e,t)=>this.subscription.add(e.subscribe(t,r))}}subscribe(){var e=this;let{output:t,desiredState:n,observableVideo:r,genericErrorListener:i,connect:s}=this.getProviderSubscriptionInfo();this.subscription.add(this.params.output.availableVideoTracks$.pipe(no(e=>!!e.length),fo()).subscribe(e=>{this.droppedFramesManager.connect({logger:this.params.dependencies.logger,video:this.video,droppedFramesChecker:this.params.tuning.droppedFramesChecker,isAuto:this.params.desiredState.autoVideoTrackSwitching,playing$:r.playing$,pause$:r.pause$,tracks:e})}));let c=this.params.desiredState.seekState.stateChangeEnded$.pipe(so(e=>e.to.state!==`none`),ro());this.abrManager.init({isSeeked$:c,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,failedVideoTrack:this.params.failedVideoTrack,element:this.video,abrLogger:this.params.dependencies.abrLogger}),this.stallsManager.init({isSeeked$:c,currentStallDuration$:this.player.currentStallDuration$,videoLastDataObtainedTimestamp$:this.player.videoLastDataObtainedTimestamp$,throughput$:this.params.dependencies.throughputEstimator.throughput$,rtt$:this.params.dependencies.throughputEstimator.rtt$,tuning:this.params.tuning.stallsManager,abrParams:this.params.tuning.autoTrackSelection,isBuffering$:r.isBuffering$,looped$:r.looped$,playing$:r.playing$,duration:this.video.duration}),s(r.ended$,t.endedEvent$),s(r.looped$,t.loopedEvent$),s(r.error$,t.error$),s(r.isBuffering$,t.isBuffering$),s(r.currentBuffer$,t.currentNativeBuffer$),s(r.playing$,t.firstFrameEvent$),s(r.inPiP$,t.inPiP$),s(r.inFullscreen$,t.inFullscreen$),s(r.loadedMetadata$,t.loadedMetadataEvent$),s(this.player.currentBuffer$.pipe(no(e=>e.to>0),fo(),co(void 0)),t.canplay$),s(this.player.error$,t.error$),s(this.player.fetcherRecoverableError$,t.fetcherRecoverableError$),s(this.player.fetcherError$,t.fetcherError$),s(this.player.updateDurationError$,t.updateDurationError$),s(this.player.videoLastDataObtainedTimestamp$,t.videoLastDataObtainedTimestamp$),s(this.player.lastConnectionType$,t.httpConnectionType$),s(this.player.lastConnectionReused$,t.httpConnectionReused$),s(this.player.lastConnectionMetrics$,t.httpConnectionMetrics$),s(this.player.lastDownloadMetrics$,t.httpDownloadMetrics$),s(this.player.isLive$,t.isLive$),s(this.player.currentBuffer$,t.currentBuffer$),s(this.player.lastRequestFirstBytes$.pipe(no(ao),fo()),t.firstBytesEvent$),s(this.stallsManager.severeStallOccurred$,t.severeStallOccurred$),s(this.videoState.stateChangeEnded$.pipe(so(e=>e.to)),this.params.output.playbackState$),this.subscription.add(r.looped$.subscribe(()=>this.player.warmUpMediaSourceIfNeeded(),i)),this.subscription.add(r.seeked$.subscribe(t.seekedEvent$,i)),this.subscription.add(Un(this.video,n.isLooped,i)),this.subscription.add(this.params.skipVideoElVolumeSync$.subscribe(e=>{this.volumeSubscription.unsubscribe(),e?this.volumeSubscription.add(n.volume.stateChangeStarted$.subscribe(({to:e})=>this.params.output.volume$.next(e),i)):this.volumeSubscription.add(r.volumeState$.subscribe(this.params.output.volume$,i))})),ts({subscription:this.subscription,desiredState:n,videoElement$:this.params.output.element$,observableVideo:r}),this.subscription.add(Wn(this.video,n.volume,r.volumeState$,i,{skipVideoElVolumeSync$:this.params.skipVideoElVolumeSync$})),this.subscription.add(Gn(this.video,n.playbackRate,r.playbackRateState$,i)),this.elementSizeManager.connect({video:this.video,observableVideo:r}),s(Ca(this.video,{threshold:this.params.tuning.autoTrackSelection.activeVideoAreaThreshold}),t.elementVisible$),this.subscription.add(r.playing$.subscribe(()=>{this.videoState.setState(`playing`),k(n.playbackState,`playing`),this.scene3D&&this.scene3D.play()},i)).add(r.pause$.subscribe(()=>{this.videoState.setState(`paused`),k(n.playbackState,`paused`)},i)).add(r.canplay$.subscribe(()=>{this.videoState.getState()===`playing`&&this.playIfAllowed()},i)),this.params.tuning.changePlaybackStateToPausedWhenEnded&&this.subscription.add(r.ended$.subscribe(()=>{this.videoState.setState(`paused`),k(n.playbackState,`paused`)})),this.subscription.add(this.player.manifestRequested.subscribe(this.params.output.manifestRequested$)).add(this.player.manifestReceived.subscribe(this.params.output.manifestReceived$)).add(this.player.firstBytesRequested.subscribe(this.params.output.firstBytesRequested$)).add(this.player.firstBytesReceived.subscribe(this.params.output.firstBytesReceived$)),this.subscription.add(this.player.state$.stateChangeEnded$.subscribe(({to:e})=>{if(e===`manifest_ready`){this.videoTracksMap=new Map,this.audioTracksMap=new Map,this.textTracksMap=new Map;let e=this.player.getStreams(),t=this.player.getCodecs();if($a(e,`Manifest not loaded or empty`),!this.params.tuning.isAudioDisabled){let t=[];for(let n of e.audio){t.push(xo(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(So(t));let e=[];for(let n of t.representations){let r=_o(o(o({},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=yo(t,e);this.textTracksMap.set(n,{stream:t,representation:e})}this.params.output.availableVideoTracks$.next(Array.from(this.videoTracksMap.keys())),this.params.output.availableAudioTracks$.next(Array.from(this.audioTracksMap.keys())),this.params.output.isAudioAvailable$.next(!!this.audioTracksMap.size),t?.video&&this.params.output.availableVideoCodecs$.next(t.video),t?.audio&&this.params.output.availableAudioCodecs$.next(t.audio),this.audioTracksMap.size&&this.textTracksMap.size&&this.params.desiredState.internalTextTracks.startTransitionTo(Array.from(this.textTracksMap.keys()))}else e===`representations_ready`&&(this.videoState.setState(`ready`),this.player.initBuffer())},i));let l=lo(this.player.currentStallDuration$,this.player.state$.stateChangeEnded$,n.videoTrack.stateChangeStarted$,n.autoVideoTrackSwitching.transitionStarted$,this.params.dependencies.throughputEstimator.rttAdjustedThroughput$,n.autoVideoTrackLimits.stateChangeStarted$,this.elementSizeManager.getObservable(),this.params.output.elementVisible$,this.droppedFramesManager.onDroopedVideoFramesLimit$,io(this.video,`progress`)).pipe(no(()=>this.videoTracksMap.size>0)),{abrThrottle:u}=this.params.tuning.dash;u&&(l=l.pipe(mo(u))),this.subscription.add(l.subscribe(a(function*(){let t=e.player.state$.getState(),r=e.player.state$.getTransition(),i=n.autoVideoTrackSwitching.getState()?`lazy`:`default`;if(t!==`manifest_ready`&&t!==`running`||r)return;n.autoVideoTrackSwitching.getTransition()&&n.autoVideoTrackSwitching.setState(n.autoVideoTrackSwitching.getState());let a=e.selectVideoAudioRepresentations();if(!a)return;let[o,s]=a,c=[...e.videoTracksMap.keys()].find(t=>e.videoTracksMap.get(t)?.representation.id===o.id);ao(c)&&(e.stallsManager.lastVideoTrackSelected=c);let l=e.params.desiredState.autoVideoTrackLimits.getTransition();l&&e.params.output.autoVideoTrackLimits$.next(l.to),t===`manifest_ready`?yield e.player.initRepresentations(o.id,s?.id,e.params.sourceHls):(yield e.player.switchRepresentation(`video`,o.id,i),s&&(yield e.player.switchRepresentation(`audio`,s.id,`force`)))}),i)),this.subscription.add(n.cameraOrientation.stateChangeEnded$.subscribe(({to:e})=>{this.scene3D&&e&&this.scene3D.pointCameraTo(e.x,e.y)})),this.subscription.add(this.elementSizeManager.subscribe(e=>{this.scene3D&&e&&this.scene3D.setViewportSize(e.width,e.height)})),this.subscription.add(this.player.currentVideoRepresentation$.pipe(ro()).subscribe(e=>{let n=[...this.videoTracksMap.entries()].find(([,{representation:t}])=>t.id===e);if(!n){t.currentVideoTrack$.next(void 0),t.currentVideoStream$.next(void 0);return}let[r,{stream:i}]=n,a=this.params.desiredState.videoStream.getTransition();a&&a.to&&a.to.id===i.id&&this.params.desiredState.videoStream.setState(a.to),t.currentVideoTrack$.next(r),t.currentVideoStream$.next(So(i))},i)),this.subscription.add(this.player.currentAudioRepresentation$.pipe(ro()).subscribe(e=>{let n=[...this.audioTracksMap.entries()].find(([,{representation:t}])=>t.id===e);if(!n){t.currentAudioStream$.next(void 0);return}let[r,{stream:i}]=n,a=this.params.desiredState.audioStream.getTransition();a&&a.to&&a.to.id===i.id&&this.params.desiredState.audioStream.setState(a.to),t.currentAudioStream$.next(xo(i))},i)),this.subscription.add(this.player.currentVideoRepresentationInit$.subscribe(e=>{if(e?.is3dVideo&&this.params.tuning.spherical?.enabled)try{this.init3DScene(e),t.is3DVideo$.next(!0)}catch(e){t.warning$.next({id:`DashProvider`,message:`DashProvider could not initialize 3D-scene: ${e}`})}else this.destroy3DScene(),this.params.tuning.spherical?.enabled&&t.is3DVideo$.next(!1)},i)),this.subscription.add(this.player.currentVideoSegmentLength$.subscribe(t.currentVideoSegmentLength$,i)),this.subscription.add(this.player.currentAudioSegmentLength$.subscribe(t.currentAudioSegmentLength$,i)),this.textTracksManager?.connect(this.video,n,t);let d=n.playbackState.stateChangeStarted$.pipe(so(({to:e})=>e===`ready`),ro());this.subscription.add(lo(d,n.autoVideoTrackSwitching.stateChangeStarted$,this.player.state$.stateChangeEnded$,uo([`init`])).subscribe(()=>{let e=n.autoVideoTrackSwitching.getState(),t=n.playbackState.getState()===`ready`?this.params.tuning.dash.forwardBufferTargetPreload:e?this.params.tuning.dash.forwardBufferTargetAuto:this.params.tuning.dash.forwardBufferTargetManual;this.player.setBufferTarget(t)})),this.subscription.add(lo(d,this.player.state$.stateChangeEnded$,uo([`init`])).subscribe(()=>this.player.setPreloadOnly(n.playbackState.getState()===`ready`)));let f=lo(n.playbackState.stateChangeStarted$,n.videoTrack.stateChangeStarted$,n.seekState.stateChangeEnded$,this.videoState.stateChangeEnded$,uo([`init`])).pipe(eo(0));this.subscription.add(f.subscribe(this.syncPlayback,i))}selectVideoAudioRepresentations(){if(this.player.isStreamEnded)return;let e=this.params.tuning.useNewAutoSelectVideoTrack?ei:$r,t=this.params.tuning.useNewAutoSelectVideoTrack?li:ci,n=this.params.tuning.useNewAutoSelectVideoTrack?oi:si,{desiredState:r,output:i}=this.params,a=r.autoVideoTrackSwitching.getState(),s=r.videoTrack.getState()?.id,c=[...this.videoTracksMap.keys()].find(({id:e})=>e===s),l=i.currentVideoTrack$.getValue(),u=r.videoStream.getState()??(c&&this.videoTracksMap.get(c)?.stream)??this.videoStreamsMap.size===1?this.videoStreamsMap.keys().next().value:void 0;if(!u)return;let d=[...this.videoStreamsMap.keys()].find(({id:e})=>e===u.id),f=d&&this.videoStreamsMap.get(d);if(!f)return;let p=this.player.bufferLength$.getValue(),m;m=this.player.isActiveLive$.getValue()?this.player.isLowLatency$.getValue()?this.params.tuning.dashCmafLive.lowLatency.maxTargetOffset:this.params.tuning.dashCmafLive.normalizedLiveMinBufferSize:this.player.isLive$.getValue()?this.params.tuning.dashCmafLive.normalizedTargetMinBufferSize:a?this.params.tuning.dash.forwardBufferTargetAuto:this.params.tuning.dash.forwardBufferTargetManual;let h=(this.video.duration*1e3||1/0)-this.video.currentTime*1e3,g=Math.min(p/Math.min(m,h||1/0),1),_=r.audioStream.getState()??(this.audioStreamsMap.size===1?this.audioStreamsMap.keys().next().value:void 0),v=[...this.audioStreamsMap.keys()].find(({id:e})=>e===_?.id)??this.audioStreamsMap.keys().next().value,y=0;if(v){if(c&&!a){let t=e(c,f,this.audioStreamsMap.get(v)??[],this.params.tuning.autoTrackSelection.minVideoAudioRatio);y=Math.max(y,t?.bitrate??-1/0)}if(l){let t=e(l,f,this.audioStreamsMap.get(v)??[],this.params.tuning.autoTrackSelection.minVideoAudioRatio);y=Math.max(y,t?.bitrate??-1/0)}}let b=this.player.isLive$.getValue(),x=this.video.duration*1e3,S=!b&&Number.isFinite(x)&&x>0?Math.max(0,x-this.video.currentTime*1e3):void 0,C=this.params.tuning.dash.useAbrPhases?{videoSegmentLoadProgress:this.player.getActiveVideoSegmentProgress(),isLive:b,remainingDurationMs:S,mpdSegmentDurationMs:this.player.getMpdVideoSegmentDuration()}:{};this.abrManager.updateContext(o({isAuto:a,videoTracks:f,audioTracks:v?this.audioStreamsMap.get(v)??[]:[],currentVideoTrack:l,desiredVideoTrack:c,limits:this.params.desiredState.autoVideoTrackLimits.getState(),forwardBufferHealth:g,forwardBufferDuration:p,forwardVideoBufferRepresentations:this.player.getForwardBufferRepresentations(`video`),forwardAudioBufferRepresentations:this.player.getForwardBufferRepresentations(`audio`)},C));let w=c,T;this.params.tuning.dash.useNewAbr?(w=this.abrManager.autoSelectTrack(`video`),T=v&&this.abrManager.autoSelectTrack(`audio`)):((a||!w)&&(w=n(f,{container:this.elementSizeManager.getValue(),panelSize:this.params.panelSize,estimatedThroughput:this.params.dependencies.throughputEstimator.rttAdjustedThroughput$.getValue(),tuning:this.stallsManager.abrTuningParams,limits:this.params.desiredState.autoVideoTrackLimits.getState(),reserve:y,forwardBufferHealth:g,current:l,visible:this.params.output.elementVisible$.getValue(),history:this.videoTrackSwitchHistory,playbackRate:this.video.playbackRate,droppedVideoMaxQualityLimit:this.droppedFramesManager.droppedVideoMaxQualityLimit,stallsVideoMaxQualityLimit:this.stallsManager.videoMaxQualityLimit,stallsPredictedThroughput:this.stallsManager.predictedThroughput,abrLogger:this.params.dependencies.abrLogger})),T=v&&t(w,f,this.audioStreamsMap.get(v)??[],{estimatedThroughput:this.params.dependencies.throughputEstimator.rttAdjustedThroughput$.getValue(),stallsPredictedThroughput:this.stallsManager.predictedThroughput,tuning:this.stallsManager.abrTuningParams,forwardBufferHealth:g,history:this.audioTrackSwitchHistory,playbackRate:this.video.playbackRate,abrLogger:this.params.dependencies.abrLogger}));let E=this.videoTracksMap.get(w)?.representation,D=T&&this.audioTracksMap.get(T)?.representation;if(E&&D)return[E,D];if(E&&!D&&this.audioTracksMap.size===0)return[E,void 0]}prepare(e=0){this.player.initManifest(this.video,this.params.source.url,e)}playIfAllowed(){let e=ki(this.video,()=>{this.params.output.soundProhibitedEvent$.next()}),t=e=>{e||(this.videoState.setState(`paused`),k(this.params.desiredState.playbackState,`paused`,!0))},n=e=>{this.params.output.error$.next({id:`ForcePlay`,message:`play() failed even with workarounds`,category:to.DOM,thrown:e})};this.params.tuning.ignoreForcePlayResultWhenProviderChanged?this.subscription.add(uo(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.destroy3DScene(),this.textTracksManager?.destroy(),this.player.destroy(),this.params.output.element$.next(void 0),this.params.output.currentVideoStream$.next(void 0),wn(this.video,this.params.tuning),this.tracer.end()}}import{arrayFlatMap as Uc}from"@vkontakte/videoplayer-shared/es2015";import{AbortControllerPolyfilled as Wc}from"@vkontakte/videoplayer-shared/es2015";import{stringTrimStart as Gc}from"@vkontakte/videoplayer-shared/es2015";import{ErrorCategory as Kc}from"@vkontakte/videoplayer-shared/es2015";var qc=e=>{if(!e)return{id:`EmptyResponse`,category:Kc.PARSER,message:`Empty response`};if(e.length<=2&&e.match(/^\d+$/))return{id:`UVError#${e}`,category:Kc.NETWORK,message:`UV Error ${e}`};let t=Gc(e).substring(0,100).toLowerCase();if(t.startsWith(`<!doctype`)||t.startsWith(`<html>`)||t.startsWith(`<body>`)||t.startsWith(`<head>`))return{id:`UnexpectedHTML`,category:Kc.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:Kc.PARSER,message:`XML parsing error`}:{id:`XMLParserLogicError`,category:Kc.PARSER,message:`Response is valid XML, but parser failed`}};import{abortable as Jc,assertNonNullable as Yc,ErrorCategory as Xc,filter as Zc,filterChanged as Qc,flattenObject as $c,fromEvent as el,getTraceSubscriptionMethod as tl,getWindow as nl,interval as rl,isNonNullable as il,isNullable as al,map as ol,merge as sl,now as cl,Subject as ll,Subscription as ul,SubscriptionRemovable as dl,ValueSubject as z}from"@vkontakte/videoplayer-shared/es2015";import{AbortControllerPolyfilled as fl}from"@vkontakte/videoplayer-shared/es2015";import{fetchPolyfilled as pl}from"@vkontakte/videoplayer-shared/es2015";var ml=e=>{let t=new URL(e);return t.searchParams.set(`quic`,`1`),t.toString()},hl=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 gl,assertNever as _l,ErrorCategory as vl,flattenObject as yl,fromEvent as bl,getWindow as xl,merge as Sl,now as Cl,Subject as wl,Subscription as Tl,suppressAbort as El,ValueSubject as Dl}from"@vkontakte/videoplayer-shared/es2015";var Ol=e=>{let t=new URL(e);return t.searchParams.set(`enable-subtitles`,`yes`),t.toString()};import{ErrorCategory as kl}from"@vkontakte/videoplayer-shared/es2015";var Al=new Set([2,3,4,5,6,9,19]),jl=new Set([1,8,18,21]),Ml=new Set([10,11,12,13,14,15,16]),Nl=({txtCode:e,error$:t,recoverableError$:n,httpCode:r})=>{let i=parseInt(e);if(isNaN(i))return;let a=o(o({},Pl(i)),{},{httpCode:r,UVBackendErrorCode:e});if(Al.has(i)){t.next(o(o({},a),{},{category:kl.NETWORK}));return}if(jl.has(i)){n.next(o(o({},a),{},{category:kl.FATAL}));return}if(Ml.has(i)){t.next(o(o({},a),{},{category:kl.FATAL}));return}},Pl=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 Fl(e)}};function Fl(e){return{id:`GeneralVideoDataFetchError`,message:`Generic video data fetch error (${e})`}}import{devNull as Il,getWindow as Ll}from"@vkontakte/videoplayer-shared/es2015";var Rl=`vk_player_cached_fetches`,zl=[`fromCache`,`expires`,`sig`],Bl=300*1e3,Vl=`x-cache-expires`,Hl=function(){var e=a(function*(e){let t=Wl(e),n=yield Ll().caches.open(Rl);return{get:function(){var e=a(function*(){let e=yield n.match(t);return e&&!Gl(e)?(Il.push(`core`,{key:`videoplayer_url_cache`,strings:[`cache_hit`]}),e):(e&&(yield n.delete(t),Il.push(`core`,{key:`videoplayer_url_cache`,strings:[`cache_missed`,`expired`]})),null)});return function(){return e.apply(this,arguments)}}(),set:function(){var r=a(function*(r){yield n.put(t,Kl(r,e))});return function(e){return r.apply(this,arguments)}}()}});return function(t){return e.apply(this,arguments)}}();function Ul(){return typeof caches<`u`}function Wl(e){try{let t=new URL(e);return t.hostname=`cache.local`,zl.forEach(e=>t.searchParams.delete(e)),t.toString()}catch{return e}}function Gl(e){let t=e.headers.get(Vl);if(!t)return!0;let n=Number(t);return isNaN(n)||n<=Date.now()}function Kl(e,t){let n=e.clone();return new Response(n.body,{status:n.status,statusText:n.statusText,headers:new Headers(o(o({},Array.from(n.headers.entries())),{},{[Vl]:ql(t).toString()}))})}function ql(e){try{let t=new URL(e).searchParams.get(`expires`);if(t&&!isNaN(Number(t)))return Number(t)}catch{return 0}return Date.now()+Bl}class Jl{constructor({throughputEstimator:e,requestQuic:t,tracer:n,compatibilityMode:r=!1,useEnableSubtitlesParam:a=!1,handleExtendedNetworkErrorsSet:l=!1,useUrlCacheMechanism:u=!1,measureNonSegmentRequests:d=!1}){i(this,`throughputEstimator`,void 0),i(this,`requestQuic`,void 0),i(this,`tracer`,void 0),i(this,`manifestRequested`,new wl),i(this,`manifestReceived`,new wl),i(this,`firstBytesRequested`,new wl),i(this,`firstBytesReceived`,new wl),i(this,`lastConnectionType$`,new Dl(void 0)),i(this,`lastConnectionReused$`,new Dl(void 0)),i(this,`lastRequestFirstBytes$`,new Dl(void 0)),i(this,`lastConnectionMetrics$`,new Dl(void 0)),i(this,`lastDownloadMetrics$`,new Dl(void 0)),i(this,`recoverableError$`,new wl),i(this,`error$`,new wl),i(this,`abortAllController`,new fl),i(this,`subscription`,new Tl),i(this,`compatibilityMode`,void 0),i(this,`useEnableSubtitlesParam`,void 0),i(this,`useUrlCacheMechanism`,void 0),i(this,`measureNonSegmentRequests`,void 0),i(this,`startupPhase`,!0),i(this,`performanceObserver`,null),i(this,`pendingConnectionMetrics`,new Map),i(this,`handleExtendedNetworkErrorsSet`,!1),i(this,`fetchManifest`,gl(this.abortAllController.signal,function(){var e=c(function*(e){let t=this.tracer.createComponentTracer(`FetchManifest`),n=e;this.requestQuic&&(n=ml(n)),!this.compatibilityMode&&this.useEnableSubtitlesParam&&(n=Ol(n)),this.trackRequestStart(n,performance.now());let r=Cl();this.manifestRequested.next();let i=yield this.doFetch(n,{signal:this.abortAllController.signal}).catch(El);if(i){let a=Cl();t.log(`success`,yl({url:n,message:`Request successfully executed`})),t.end(),this.manifestReceived.next(),this.onHeadersReceived(i.headers);let o=i.headers.get(`content-length`),c=0;o&&(c=parseInt(o,10));let l=yield s(i.text());if((!o||isNaN(c)||c<=0)&&(c=new TextEncoder().encode(l).length),c>0){let t=a-r,n=c/(t/1e3)*8/1024,i={bytes:c,speed:n,url:e};this.lastDownloadMetrics$.next(i)}if(this.measureNonSegmentRequests&&this.startupPhase&&(this.throughputEstimator?.addRawRtt(a-r),o&&c>0)){let e=Cl();this.throughputEstimator?.addRawSpeed(c,e-r)}return l}else return t.error(`error`,yl({url:n,message:`No data in request manifest`})),t.end(),null});return function(t){return e.apply(this,arguments)}}().bind(this))),i(this,`fetch`,gl(this.abortAllController.signal,function(){var e=c(function*(e,{rangeMethod:t=this.compatibilityMode?0:1,range:n,onProgress:r,priority:i=`auto`,signal:a,measureThroughput:o=!0,isLowLatency:s=!1,bufferOptimisation:l=!1,urlCacheMechanismEnabled:u}={}){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,xl().location.href);e.searchParams.append(`bytes`,`${n.from}-${n.to}`),d=e.toString();break}default:_l(t)}this.requestQuic&&(d=ml(d));let m=this.abortAllController.signal,h;if(a){let e=new fl;if(h=Sl(bl(this.abortAllController.signal,`abort`),bl(a,`abort`)).subscribe(()=>{try{e.abort()}catch(e){El(e)}}),this.subscription.add(h),this.abortAllController.signal.aborted||a.aborted)try{e.abort()}catch(e){El(e)}m=e.signal}let g=0,_=Cl();p.log(`startRequest`,yl({url:d,priority:i,rangeMethod:t,range:n,isLowLatency:s,requestStartedAt:_})),this.trackRequestStart(d,performance.now()),this.firstBytesRequested.next();let v=yield this.doFetch(d,{priority:i,headers:f,signal:m},{urlCacheMechanismEnabled:u}),y=Cl();if(!v)return p.error(`error`,{message:`No response in request`}),p.end(),h?.unsubscribe(),null;if(this.throughputEstimator?.addRawRtt(y-_),!v.ok||!v.body){h?.unsubscribe();let e=`Fetch error ${v.status}: ${v.statusText}`;return p.error(`error`,{message:e}),p.end(),Promise.reject(Error(`Fetch error ${v.status}: ${v.statusText}`))}if(this.onHeadersReceived(v.headers),!r&&!o){let e=yield v.arrayBuffer(),t=Cl();if(this.measureNonSegmentRequests&&this.startupPhase){let e=v.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`,yl(n)),p.end(),h?.unsubscribe(),e}let b=v.body;if(o){this.startupPhase=!1;let e;[b,e]=v.body.tee(),this.throughputEstimator?.trackStream(e,s)}let x=b.getReader(),S,C=parseInt(v.headers.get(`content-length`)??``,10);Number.isFinite(C)&&(S=C),!S&&n&&(S=n.to-n.from+1);let w=S?new Uint8Array(S):new Uint8Array,T=!1,E=e=>{h?.unsubscribe(),T=!0,El(e)},D=gl(m,function(){var e=c(function*({done:e,value:t}){if(g===0&&(this.lastRequestFirstBytes$.next(Cl()-_),this.firstBytesReceived.next()),m.aborted){h?.unsubscribe();return}if(!e&&t){if(l&&S)w.set(t,g),g+=t.byteLength;else{let e=new Uint8Array(w.length+t.length);e.set(w),e.set(t,w.length),w=e,g+=t.byteLength}r?.(new DataView(w.buffer),g),yield x?.read().then(D,E)}});return function(t){return e.apply(this,arguments)}}().bind(this));yield x?.read().then(D,E),h?.unsubscribe();let ee=Cl(),te={failed:T,requestStartedAt:_,requestEndedAt:ee,duration:ee-_};if(T)return p.error(`endRequest`,yl(te)),p.end(),null;if(g>0){let t=ee-_,n=g/(t/1e3)*8/1024,r={bytes:g,speed:n,url:e};this.lastDownloadMetrics$.next(r)}return p.log(`endRequest`,yl(te)),p.end(),w.buffer});return function(t){return e.apply(this,arguments)}}().bind(this))),i(this,`fetchByteRangeRepresentation`,gl(this.abortAllController.signal,function(){var e=c(function*(e,t,n,r){if(e.type!==`byteRange`)return null;let{from:i,to:a}=e.initRange,s=i,c=a,l=!1,u,d;e.indexRange&&(u=e.indexRange.from,d=e.indexRange.to,l=a+1===u,l&&(s=Math.min(u,i),c=Math.max(d,a))),s=Math.min(s,0);let f=yield this.fetch(e.url,{range:{from:s,to:c},priority:r,signal:n,measureThroughput:!1,urlCacheMechanismEnabled:!0});if(!f)return null;let p=new DataView(f,i-s,a-s+1);if(!t.validateData(p))throw Error(`Invalid media file`);let m=t.parseInit(p),h=e.indexRange??t.getIndexRange(m);if(!h)throw ReferenceError(`No way to load representation index`);let g;if(l)g=new DataView(f,h.from-s,h.to-h.from+1);else{let t=yield this.fetch(e.url,{range:h,priority:r,signal:n,measureThroughput:!1,urlCacheMechanismEnabled:!0});if(!t)return null;g=new DataView(t)}let _=t.parseSegments(g,m,h).map(e=>o(o({},e),{},{networkStatus:`none`,bufferStatus:`none`}));return{initMetadata:m,initDataView:new DataView(f),segments:_}});return function(t,n,r,i){return e.apply(this,arguments)}}().bind(this))),i(this,`fetchTemplateRepresentation`,gl(this.abortAllController.signal,function(){var e=c(function*(e,t,n){if(e.type!==`template`)return null;let r=new URL(e.initUrl,e.baseUrl).toString(),i=yield this.fetch(r,{priority:n,signal:t,measureThroughput:!1});if(!i)return null;let a=e.segments.map(e=>o(o({},e),{},{networkStatus:`none`,bufferStatus:`none`,size:void 0}));return{initMetadata:null,initDataView:new DataView(i),segments:a}});return function(t,n,r){return e.apply(this,arguments)}}().bind(this))),this.throughputEstimator=e,this.requestQuic=t,this.compatibilityMode=r,this.tracer=n.createComponentTracer(`Fetcher`),this.useEnableSubtitlesParam=a,this.handleExtendedNetworkErrorsSet=l,this.measureNonSegmentRequests=d,xl().PerformanceObserver&&this.setupPerformanceObserver(),this.useUrlCacheMechanism=u}onHeadersReceived(e){let{type:t,reused:n}=hl(e);this.lastConnectionType$.next(t),this.lastConnectionReused$.next(n)}setupPerformanceObserver(){this.performanceObserver=new(xl()).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 xl().navigator))return`unknown`;let e=xl().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:vl.WTF})}return null}trackRequestStart(e,t){let n=`${e}_${t}_${Math.random().toString(36).substr(2,9)}`;this.pendingConnectionMetrics.set(n,{url:e,startTime:t})}fetchRepresentation(e,t,n,r=`auto`){var i=this;return a(function*(){let{type:a}=e;switch(a){case`byteRange`:return i.fetchByteRangeRepresentation(e,t,n,r)??null;case`template`:return i.fetchTemplateRepresentation(e,n,r)??null;default:_l(a)}})()}destroy(){this.abortAllController.abort(),this.subscription.unsubscribe(),this.performanceObserver&&=(this.performanceObserver.disconnect(),null),this.pendingConnectionMetrics.clear(),this.tracer.end()}doFetch(e,t){var n=this;return a(function*(e,t,r={}){let i;if(n.useUrlCacheMechanism&&r.urlCacheMechanismEnabled&&Ul()){i=yield Hl(e);let t=yield i.get();if(t)return t}let a=yield pl(e,t);if(a.ok)return yield i?.set(a),a;let o=yield a.text();if(n.handleExtendedNetworkErrorsSet){Nl({txtCode:o,httpCode:a.status,error$:n.error$,recoverableError$:n.recoverableError$});return}let s=parseInt(o);if(!isNaN(s))switch(s){case 1:n.recoverableError$.next({id:`VideoDataLinkExpiredError`,message:`Video data links have expired`,category:vl.FATAL,httpCode:a.status,UVBackendErrorCode:o});break;case 8:n.recoverableError$.next({id:`VideoDataLinkBlockedForFloodError`,message:`Url blocked for flood`,category:vl.FATAL,httpCode:a.status,UVBackendErrorCode:o});break;case 18:n.recoverableError$.next({id:`VideoDataLinkIllegalIpChangeError`,message:`Client IP has changed`,category:vl.FATAL,httpCode:a.status,UVBackendErrorCode:o});break;case 21:n.recoverableError$.next({id:`VideoDataLinkIllegalHostChangeError`,message:`Request HOST has changed`,category:vl.FATAL,httpCode:a.status,UVBackendErrorCode:o});break;default:n.error$.next({id:`GeneralVideoDataFetchError`,message:`Generic video data fetch error (${s})`,category:vl.FATAL,httpCode:a.status,UVBackendErrorCode:o})}}).apply(this,arguments)}}import{stringReplaceAll as Yl}from"@vkontakte/videoplayer-shared/es2015";import{objectEntries as Xl}from"@vkontakte/videoplayer-shared/es2015";import{stringPadStart as Zl}from"@vkontakte/videoplayer-shared/es2015";import{arrayAt as Ql}from"@vkontakte/videoplayer-shared/es2015";import{objectValues as $l}from"@vkontakte/videoplayer-shared/es2015";import{arrayIncludes as eu}from"@vkontakte/videoplayer-shared/es2015";import{arrayIncludes as tu}from"@vkontakte/videoplayer-shared/es2015";var nu=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();return tu([`6E`,`7A`,`F4`],t+r)}}return!1};import{isNonNullable as ru,isNullable as iu}from"@vkontakte/videoplayer-shared/es2015";import{arrayIncludes as au}from"@vkontakte/videoplayer-shared/es2015";var ou=e=>{if(au(e,`/`)){let t=e.split(`/`);return parseInt(t[0])/parseInt(t[1])}else return parseFloat(e)},su=e=>{try{let t=cu(),{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 cu(){let e=`x(?:-[a-z0-9]{1,8})+`,t=`^(?:(?<langtag>${`
241
+ `}}class Lc{static createRule(e,t=Hs(1)){switch(e){case`throughput_rule`:return new Fc(t);case`min_audio_for_video_rule`:return new Ic(t)}}}var Rc=Hs(1),zc={},Bc={},Vc=(e,t)=>(t?zc:Bc)[e]??Rc;class Hc{constructor(){i(this,`stallsController`,new ls),i(this,`videoAbrController`,new ks),i(this,`audioAbrController`,new ks),i(this,`subscription`,new Ms),i(this,`lastVideoTrackSelected$`,new Ns(void 0)),i(this,`context`,void 0),i(this,`phaseController`,void 0),i(this,`allVideoRules`,[])}init(e){this.context=o(o({},this.context),e),this.initVideoElementAbrContext(),this.stallsController.init(o(o({},this.context),{},{tuning:this.context.tuning.stallsManager,lastVideoTrackSelected$:this.lastVideoTrackSelected$}));let t=this.context.tuning.dash.abrVideoRules,n=[];if(this.context.tuning.dash.useAbrPhases){this.phaseController=new Us(this.context.isSeeked$);for(let e of t){let t=Nc.createRule(e,Vc(e,!0));this.allVideoRules.push(t)}n.push(...this.allVideoRules)}else for(let e of t)n.push(Nc.createRule(e,Vc(e,!1)));let r=this.context.tuning.dash.abrAudioRules.map(e=>Lc.createRule(e)),i=o({},e);this.videoAbrController.init(n,i),this.audioAbrController.init(r,i)}updateContext(e){this.context.isAuto=e.isAuto,this.context.currentVideoTrack=e.currentVideoTrack,this.context.desiredVideoTrack=e.desiredVideoTrack,this.context.limits=e.limits,this.context.forwardBufferHealth=e.forwardBufferHealth,this.context.forwardBufferDuration=e.forwardBufferDuration,this.context.forwardVideoBufferRepresentations=e.forwardVideoBufferRepresentations,this.context.forwardAudioBufferRepresentations=e.forwardAudioBufferRepresentations,this.context.videoSegmentLoadProgress=e.videoSegmentLoadProgress,this.context.isLive=e.isLive,this.context.remainingDurationMs=e.remainingDurationMs,this.context.mpdSegmentDurationMs=e.mpdSegmentDurationMs,this.updateTracksIfneeded(e.videoTracks,e.audioTracks)}autoSelectTrack(e){let t=Os(this.lastVideoTrackSelected$.getValue(),this.context.videoTracksAsc,this.context.audioTracksAsc??[],this.context.tuning.autoTrackSelection.minVideoAudioRatio)??this.context.audioTracksAsc?.[0],n=this.phaseController?.phase;if(this.videoAbrController.updateContext({videoTracksAsc:this.context.videoTracksAsc,videoTracksDesc:this.context.videoTracksDesc,currentVideoTrack:this.context.currentVideoTrack,tuning:this.context.tuning,abrLogger:this.context.abrLogger,forwardBufferRepresentations:this.context.forwardVideoBufferRepresentations,container:this.context.elementSizeManager.getValue(),panelSize:this.context.panelSize,estimatedThroughput:this.context.throughput$.getValue(),limits:this.context.limits,reserve:t?.bitrate??0,forwardBufferHealth:this.context.forwardBufferHealth,forwardBufferDuration:this.context.forwardBufferDuration,visible:this.context.elementVisible$.getValue(),playbackRate:this.context.element.playbackRate,lastVideoTrackSelected:this.lastVideoTrackSelected$.getValue(),severeStallOccurred:this.stallsController.severeStallOccurred$.getValue(),lastStallDuration:this.stallsController.lastStallDuration$.getValue(),videoSegmentLoadProgress:this.context.videoSegmentLoadProgress,throughputVariance:this.context.throughputVariance$?.getValue()??0,isLive:this.context.isLive??!1,remainingDurationMs:this.context.remainingDurationMs,mpdSegmentDurationMs:this.context.mpdSegmentDurationMs,phase:n}),this.audioAbrController.updateContext({videoTracksAsc:this.context.videoTracksAsc,videoTracksDesc:this.context.videoTracksDesc,audioTracksAsc:this.context.audioTracksAsc,audioTracksDesc:this.context.audioTracksDesc,tuning:this.context.tuning,abrLogger:this.context.abrLogger,forwardBufferHealth:this.context.forwardBufferHealth,forwardBufferDuration:this.context.forwardBufferDuration,playbackRate:this.context.element.playbackRate,estimatedThroughput:this.context.throughput$.getValue(),reserve:this.lastVideoTrackSelected$.getValue()?.bitrate??0,currentVideoTrack:this.context.currentVideoTrack,lastVideoTrackSelected:this.lastVideoTrackSelected$.getValue(),throughputVariance:0}),e===`audio`)return this.audioAbrController.autoSelectTrack();let r=this.context.desiredVideoTrack;if(this.context.isAuto||js(r))if(this.phaseController){this.phaseController.updatePhase(this.videoAbrController.context);let e=this.phaseController.phase,t=this.allVideoRules.filter(t=>t.activePhases.has(e));r=this.videoAbrController.autoSelectTrack(t)}else r=this.videoAbrController.autoSelectTrack();return this.lastVideoTrackSelected$.next(r),r}destroy(){this.subscription.unsubscribe(),this.videoAbrController.destroy(),this.audioAbrController.destroy(),this.phaseController?.destroy(),this.stallsController.destroy(),this.context.elementSizeManager.destroy()}initVideoElementAbrContext(){let e=new Ns(!1);this.subscription.add(Ca(this.context.element,{threshold:this.context.tuning.autoTrackSelection.activeVideoAreaThreshold}).subscribe(e));let t=gr(this.context.element);this.subscription.add(()=>t?.destroy());let n=new Zo;n.connect({video:this.context.element,observableVideo:t}),this.context=o(o({},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=>!As(e.quality));this.context.videoTracksAsc=[...t].sort(Cs(1)),this.context.videoTracksDesc=[...t].sort(Cs(-1))}this.isTracksDifferent(t,i,a)&&(this.audioAbrController.historyReset(),this.context.audioTracksAsc=[...t].sort(Ss(1)),this.context.audioTracksDesc=[...t].sort(Ss(-1)))}isTracksDifferent(e,t=[],n=[]){let r=!1;for(let i of e)(js(t.find(e=>i.id===e.id))||js(n.find(e=>i.id===e.id)))&&(r=!0);return t.length!==e.length&&n.length!==e.length||r}}class Uc{constructor(e){i(this,`scene3D`,void 0),i(this,`subscription`,new po),i(this,`volumeSubscription`,new po),i(this,`videoState`,new Gt(`stopped`)),i(this,`video`,void 0),i(this,`observableVideo`,null),i(this,`player`,void 0),i(this,`params`,void 0),i(this,`tracer`,void 0),i(this,`textTracksManager`,null),i(this,`droppedFramesManager`,new va),i(this,`stallsManager`,new Wo),i(this,`elementSizeManager`,new Zo),i(this,`abrManager`,new Hc),i(this,`videoTracksMap`,new Map),i(this,`audioTracksMap`,new Map),i(this,`textTracksMap`,new Map),i(this,`videoStreamsMap`,new Map),i(this,`audioStreamsMap`,new Map),i(this,`videoTrackSwitchHistory`,new Jr),i(this,`audioTrackSwitchHistory`,new Jr),i(this,`syncPlayback`,()=>{let e=this.videoState.getState(),t=this.params.desiredState.playbackState.getState(),n=this.params.desiredState.playbackState.getTransition(),r=this.params.desiredState.seekState.getState();if(!this.videoState.getTransition()){if(r.state===`requested`&&n?.to!==`paused`&&e!==`stopped`&&t!==`stopped`&&this.seek(r.position,r.forcePrecise),t===`stopped`){e!==`stopped`&&(this.videoState.startTransitionTo(`stopped`),this.player.stop(),this.video.load(),this.params.output.position$.next(0),this.params.output.duration$.next(1/0),this.params.output.currentBuffer$.next(void 0),this.params.output.currentNativeBuffer$.next(void 0),this.params.output.hostname$.next(void 0),this.videoState.setState(`stopped`),k(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`),k(this.params.desiredState.playbackState,`paused`)):t===`playing`?(this.videoState.startTransitionTo(`playing`),this.playIfAllowed()):n?.to===`ready`&&k(this.params.desiredState.playbackState,`ready`);return;case`playing`:t===`paused`?(this.videoState.startTransitionTo(`paused`),this.video.paused?this.videoState.setState(`paused`):this.video.pause()):t===`playing`&&this.video.paused?this.playIfAllowed():n?.to===`playing`&&k(this.params.desiredState.playbackState,`playing`);return;case`paused`:t===`playing`?(this.videoState.startTransitionTo(`playing`),this.playIfAllowed()):n?.to===`paused`&&k(this.params.desiredState.playbackState,`paused`);return;default:return Qa(e)}}}),i(this,`init3DScene`,e=>{if(this.scene3D)return;this.scene3D=new Oo(this.params.container,this.video,{fov:this.params.tuning.spherical.fov,orientation:this.params.tuning.spherical.orientation||{x:e.projectionData?.pose.yaw||0,y:e.projectionData?.pose.pitch||0,z:e.projectionData?.pose.roll||0},rotationSpeed:this.params.tuning.spherical.rotationSpeed,maxYawAngle:this.params.tuning.spherical.maxYawAngle,rotationSpeedCorrection:this.params.tuning.spherical.rotationSpeedCorrection,degreeToPixelCorrection:this.params.tuning.spherical.degreeToPixelCorrection,speedFadeTime:this.params.tuning.spherical.speedFadeTime,speedFadeThreshold:this.params.tuning.spherical.speedFadeThreshold});let t=this.elementSizeManager.getValue();t&&this.scene3D.setViewportSize(t.width,t.height)}),i(this,`destroy3DScene`,()=>{this.scene3D&&=(this.scene3D.destroy(),void 0)}),e.tuning.disableSubtitles||(this.textTracksManager=new Xn(e.source.url)),this.params=e,this.video=Cn(e.container,e.tuning),this.tracer=e.dependencies.tracer.createComponentTracer(`DashProviderVirtual`),this.params.output.element$.next(this.video),this.params.output.availableVideoTracks$.next([]),this.params.output.availableAudioTracks$.next([]),this.params.output.isAudioAvailable$.next(!0),this.params.output.hostname$.next(ui(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;oo(this.observableVideo)&&(this.observableVideo=gr(this.video),this.subscription.add(()=>this.observableVideo?.destroy()));let n=this.constructor.name,r=t=>{e.error$.next({id:n,category:to.WTF,message:`${n} internal logic error`,thrown:t})};return{output:e,desiredState:t,observableVideo:this.observableVideo,genericErrorListener:r,connect:(e,t)=>this.subscription.add(e.subscribe(t,r))}}subscribe(){var e=this;let{output:t,desiredState:n,observableVideo:r,genericErrorListener:i,connect:s}=this.getProviderSubscriptionInfo();this.subscription.add(this.params.output.availableVideoTracks$.pipe(no(e=>!!e.length),fo()).subscribe(e=>{this.droppedFramesManager.connect({logger:this.params.dependencies.logger,video:this.video,droppedFramesChecker:this.params.tuning.droppedFramesChecker,isAuto:this.params.desiredState.autoVideoTrackSwitching,playing$:r.playing$,pause$:r.pause$,tracks:e})}));let c=this.params.desiredState.seekState.stateChangeEnded$.pipe(so(e=>e.to.state!==`none`),ro());this.abrManager.init({isSeeked$:c,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,failedVideoTrack:this.params.failedVideoTrack,element:this.video,abrLogger:this.params.dependencies.abrLogger}),this.stallsManager.init({isSeeked$:c,currentStallDuration$:this.player.currentStallDuration$,videoLastDataObtainedTimestamp$:this.player.videoLastDataObtainedTimestamp$,throughput$:this.params.dependencies.throughputEstimator.throughput$,rtt$:this.params.dependencies.throughputEstimator.rtt$,tuning:this.params.tuning.stallsManager,abrParams:this.params.tuning.autoTrackSelection,isBuffering$:r.isBuffering$,looped$:r.looped$,playing$:r.playing$,duration:this.video.duration}),s(r.ended$,t.endedEvent$),s(r.looped$,t.loopedEvent$),s(r.error$,t.error$),s(r.isBuffering$,t.isBuffering$),s(r.currentBuffer$,t.currentNativeBuffer$),s(r.playing$,t.firstFrameEvent$),s(r.inPiP$,t.inPiP$),s(r.inFullscreen$,t.inFullscreen$),s(r.loadedMetadata$,t.loadedMetadataEvent$),s(this.player.currentBuffer$.pipe(no(e=>e.to>0),fo(),co(void 0)),t.canplay$),s(this.player.error$,t.error$),s(this.player.fetcherRecoverableError$,t.fetcherRecoverableError$),s(this.player.fetcherError$,t.fetcherError$),s(this.player.updateDurationError$,t.updateDurationError$),s(this.player.videoLastDataObtainedTimestamp$,t.videoLastDataObtainedTimestamp$),s(this.player.lastConnectionType$,t.httpConnectionType$),s(this.player.lastConnectionReused$,t.httpConnectionReused$),s(this.player.lastConnectionMetrics$,t.httpConnectionMetrics$),s(this.player.lastDownloadMetrics$,t.httpDownloadMetrics$),s(this.player.isLive$,t.isLive$),s(this.player.currentBuffer$,t.currentBuffer$),s(this.player.lastRequestFirstBytes$.pipe(no(ao),fo()),t.firstBytesEvent$),s(this.stallsManager.severeStallOccurred$,t.severeStallOccurred$),s(this.videoState.stateChangeEnded$.pipe(so(e=>e.to)),this.params.output.playbackState$),this.subscription.add(r.looped$.subscribe(()=>this.player.warmUpMediaSourceIfNeeded(),i)),this.subscription.add(r.seeked$.subscribe(t.seekedEvent$,i)),this.subscription.add(Un(this.video,n.isLooped,i)),this.subscription.add(this.params.skipVideoElVolumeSync$.subscribe(e=>{this.volumeSubscription.unsubscribe(),e?this.volumeSubscription.add(n.volume.stateChangeStarted$.subscribe(({to:e})=>this.params.output.volume$.next(e),i)):this.volumeSubscription.add(r.volumeState$.subscribe(this.params.output.volume$,i))})),ts({subscription:this.subscription,desiredState:n,videoElement$:this.params.output.element$,observableVideo:r}),this.subscription.add(Wn(this.video,n.volume,r.volumeState$,i,{skipVideoElVolumeSync$:this.params.skipVideoElVolumeSync$})),this.subscription.add(Gn(this.video,n.playbackRate,r.playbackRateState$,i)),this.elementSizeManager.connect({video:this.video,observableVideo:r}),s(Ca(this.video,{threshold:this.params.tuning.autoTrackSelection.activeVideoAreaThreshold}),t.elementVisible$),this.subscription.add(r.playing$.subscribe(()=>{this.videoState.setState(`playing`),k(n.playbackState,`playing`),this.scene3D&&this.scene3D.play()},i)).add(r.pause$.subscribe(()=>{this.videoState.setState(`paused`),k(n.playbackState,`paused`)},i)).add(r.canplay$.subscribe(()=>{this.videoState.getState()===`playing`&&this.playIfAllowed()},i)),this.params.tuning.changePlaybackStateToPausedWhenEnded&&this.subscription.add(r.ended$.subscribe(()=>{this.videoState.setState(`paused`),k(n.playbackState,`paused`)})),this.subscription.add(this.player.manifestRequested.subscribe(this.params.output.manifestRequested$)).add(this.player.manifestReceived.subscribe(this.params.output.manifestReceived$)).add(this.player.firstBytesRequested.subscribe(this.params.output.firstBytesRequested$)).add(this.player.firstBytesReceived.subscribe(this.params.output.firstBytesReceived$)),this.subscription.add(this.player.state$.stateChangeEnded$.subscribe(({to:e})=>{if(e===`manifest_ready`){this.videoTracksMap=new Map,this.audioTracksMap=new Map,this.textTracksMap=new Map;let e=this.player.getStreams(),t=this.player.getCodecs();if($a(e,`Manifest not loaded or empty`),!this.params.tuning.isAudioDisabled){let t=[];for(let n of e.audio){t.push(xo(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(So(t));let e=[];for(let n of t.representations){let r=_o(o(o({},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=yo(t,e);this.textTracksMap.set(n,{stream:t,representation:e})}this.params.output.availableVideoTracks$.next(Array.from(this.videoTracksMap.keys())),this.params.output.availableAudioTracks$.next(Array.from(this.audioTracksMap.keys())),this.params.output.isAudioAvailable$.next(!!this.audioTracksMap.size),t?.video&&this.params.output.availableVideoCodecs$.next(t.video),t?.audio&&this.params.output.availableAudioCodecs$.next(t.audio),this.audioTracksMap.size&&this.textTracksMap.size&&this.params.desiredState.internalTextTracks.startTransitionTo(Array.from(this.textTracksMap.keys()))}else e===`representations_ready`&&(this.videoState.setState(`ready`),this.player.initBuffer())},i));let l=lo(this.player.currentStallDuration$,this.player.state$.stateChangeEnded$,n.videoTrack.stateChangeStarted$,n.autoVideoTrackSwitching.transitionStarted$,this.params.dependencies.throughputEstimator.rttAdjustedThroughput$,n.autoVideoTrackLimits.stateChangeStarted$,this.elementSizeManager.getObservable(),this.params.output.elementVisible$,this.droppedFramesManager.onDroopedVideoFramesLimit$,io(this.video,`progress`)).pipe(no(()=>this.videoTracksMap.size>0)),{abrThrottle:u}=this.params.tuning.dash;u&&(l=l.pipe(mo(u))),this.subscription.add(l.subscribe(a(function*(){let t=e.player.state$.getState(),r=e.player.state$.getTransition(),i=n.autoVideoTrackSwitching.getState(),a=i?`lazy`:`default`,o=i?`lazy`:`force`;if(t!==`manifest_ready`&&t!==`running`||r)return;n.autoVideoTrackSwitching.getTransition()&&n.autoVideoTrackSwitching.setState(n.autoVideoTrackSwitching.getState());let s=e.selectVideoAudioRepresentations();if(!s)return;let[c,l]=s,u=[...e.videoTracksMap.keys()].find(t=>e.videoTracksMap.get(t)?.representation.id===c.id);ao(u)&&(e.stallsManager.lastVideoTrackSelected=u);let d=e.params.desiredState.autoVideoTrackLimits.getTransition();d&&e.params.output.autoVideoTrackLimits$.next(d.to),t===`manifest_ready`?yield e.player.initRepresentations(c.id,l?.id,e.params.sourceHls):(yield e.player.switchRepresentation(`video`,c.id,a),l&&(yield e.player.switchRepresentation(`audio`,l.id,o)))}),i)),this.subscription.add(n.cameraOrientation.stateChangeEnded$.subscribe(({to:e})=>{this.scene3D&&e&&this.scene3D.pointCameraTo(e.x,e.y)})),this.subscription.add(this.elementSizeManager.subscribe(e=>{this.scene3D&&e&&this.scene3D.setViewportSize(e.width,e.height)})),this.subscription.add(this.player.currentVideoRepresentation$.pipe(ro()).subscribe(e=>{let n=[...this.videoTracksMap.entries()].find(([,{representation:t}])=>t.id===e);if(!n){t.currentVideoTrack$.next(void 0),t.currentVideoStream$.next(void 0);return}let[r,{stream:i}]=n,a=this.params.desiredState.videoStream.getTransition();a&&a.to&&a.to.id===i.id&&this.params.desiredState.videoStream.setState(a.to),t.currentVideoTrack$.next(r),t.currentVideoStream$.next(So(i))},i)),this.subscription.add(this.player.currentAudioRepresentation$.pipe(ro()).subscribe(e=>{let n=[...this.audioTracksMap.entries()].find(([,{representation:t}])=>t.id===e);if(!n){t.currentAudioStream$.next(void 0);return}let[r,{stream:i}]=n,a=this.params.desiredState.audioStream.getTransition();a&&a.to&&a.to.id===i.id&&this.params.desiredState.audioStream.setState(a.to),t.currentAudioStream$.next(xo(i))},i)),this.subscription.add(this.player.currentVideoRepresentationInit$.subscribe(e=>{if(e?.is3dVideo&&this.params.tuning.spherical?.enabled)try{this.init3DScene(e),t.is3DVideo$.next(!0)}catch(e){t.warning$.next({id:`DashProvider`,message:`DashProvider could not initialize 3D-scene: ${e}`})}else this.destroy3DScene(),this.params.tuning.spherical?.enabled&&t.is3DVideo$.next(!1)},i)),this.subscription.add(this.player.currentVideoSegmentLength$.subscribe(t.currentVideoSegmentLength$,i)),this.subscription.add(this.player.currentAudioSegmentLength$.subscribe(t.currentAudioSegmentLength$,i)),this.textTracksManager?.connect(this.video,n,t);let d=n.playbackState.stateChangeStarted$.pipe(so(({to:e})=>e===`ready`),ro());this.subscription.add(lo(d,n.autoVideoTrackSwitching.stateChangeStarted$,this.player.state$.stateChangeEnded$,uo([`init`])).subscribe(()=>{let e=n.autoVideoTrackSwitching.getState(),t=n.playbackState.getState()===`ready`?this.params.tuning.dash.forwardBufferTargetPreload:e?this.params.tuning.dash.forwardBufferTargetAuto:this.params.tuning.dash.forwardBufferTargetManual;this.player.setBufferTarget(t)})),this.subscription.add(lo(d,this.player.state$.stateChangeEnded$,uo([`init`])).subscribe(()=>this.player.setPreloadOnly(n.playbackState.getState()===`ready`)));let f=lo(n.playbackState.stateChangeStarted$,n.videoTrack.stateChangeStarted$,n.seekState.stateChangeEnded$,this.videoState.stateChangeEnded$,uo([`init`])).pipe(eo(0));this.subscription.add(f.subscribe(this.syncPlayback,i))}selectVideoAudioRepresentations(){if(this.player.isStreamEnded)return;let e=this.params.tuning.useNewAutoSelectVideoTrack?ei:$r,t=this.params.tuning.useNewAutoSelectVideoTrack?li:ci,n=this.params.tuning.useNewAutoSelectVideoTrack?oi:si,{desiredState:r,output:i}=this.params,a=r.autoVideoTrackSwitching.getState(),s=r.videoTrack.getState()?.id,c=[...this.videoTracksMap.keys()].find(({id:e})=>e===s),l=i.currentVideoTrack$.getValue(),u=r.videoStream.getState()??(c&&this.videoTracksMap.get(c)?.stream)??this.videoStreamsMap.size===1?this.videoStreamsMap.keys().next().value:void 0;if(!u)return;let d=[...this.videoStreamsMap.keys()].find(({id:e})=>e===u.id),f=d&&this.videoStreamsMap.get(d);if(!f)return;let p=this.player.bufferLength$.getValue(),m;m=this.player.isActiveLive$.getValue()?this.player.isLowLatency$.getValue()?this.params.tuning.dashCmafLive.lowLatency.maxTargetOffset:this.params.tuning.dashCmafLive.normalizedLiveMinBufferSize:this.player.isLive$.getValue()?this.params.tuning.dashCmafLive.normalizedTargetMinBufferSize:a?this.params.tuning.dash.forwardBufferTargetAuto:this.params.tuning.dash.forwardBufferTargetManual;let h=(this.video.duration*1e3||1/0)-this.video.currentTime*1e3,g=Math.min(p/Math.min(m,h||1/0),1),_=r.audioStream.getState()??(this.audioStreamsMap.size===1?this.audioStreamsMap.keys().next().value:void 0),v=[...this.audioStreamsMap.keys()].find(({id:e})=>e===_?.id)??this.audioStreamsMap.keys().next().value,y=0;if(v){if(c&&!a){let t=e(c,f,this.audioStreamsMap.get(v)??[],this.params.tuning.autoTrackSelection.minVideoAudioRatio);y=Math.max(y,t?.bitrate??-1/0)}if(l){let t=e(l,f,this.audioStreamsMap.get(v)??[],this.params.tuning.autoTrackSelection.minVideoAudioRatio);y=Math.max(y,t?.bitrate??-1/0)}}let b=this.player.isLive$.getValue(),x=this.video.duration*1e3,S=!b&&Number.isFinite(x)&&x>0?Math.max(0,x-this.video.currentTime*1e3):void 0,C=this.params.tuning.dash.useAbrPhases?{videoSegmentLoadProgress:this.player.getActiveVideoSegmentProgress(),isLive:b,remainingDurationMs:S,mpdSegmentDurationMs:this.player.getMpdVideoSegmentDuration()}:{};this.abrManager.updateContext(o({isAuto:a,videoTracks:f,audioTracks:v?this.audioStreamsMap.get(v)??[]:[],currentVideoTrack:l,desiredVideoTrack:c,limits:this.params.desiredState.autoVideoTrackLimits.getState(),forwardBufferHealth:g,forwardBufferDuration:p,forwardVideoBufferRepresentations:this.player.getForwardBufferRepresentations(`video`),forwardAudioBufferRepresentations:this.player.getForwardBufferRepresentations(`audio`)},C));let w=c,T;this.params.tuning.dash.useNewAbr?(w=this.abrManager.autoSelectTrack(`video`),T=v&&this.abrManager.autoSelectTrack(`audio`)):((a||!w)&&(w=n(f,{container:this.elementSizeManager.getValue(),panelSize:this.params.panelSize,estimatedThroughput:this.params.dependencies.throughputEstimator.rttAdjustedThroughput$.getValue(),tuning:this.stallsManager.abrTuningParams,limits:this.params.desiredState.autoVideoTrackLimits.getState(),reserve:y,forwardBufferHealth:g,current:l,visible:this.params.output.elementVisible$.getValue(),history:this.videoTrackSwitchHistory,playbackRate:this.video.playbackRate,droppedVideoMaxQualityLimit:this.droppedFramesManager.droppedVideoMaxQualityLimit,stallsVideoMaxQualityLimit:this.stallsManager.videoMaxQualityLimit,stallsPredictedThroughput:this.stallsManager.predictedThroughput,abrLogger:this.params.dependencies.abrLogger})),T=v&&t(w,f,this.audioStreamsMap.get(v)??[],{estimatedThroughput:this.params.dependencies.throughputEstimator.rttAdjustedThroughput$.getValue(),stallsPredictedThroughput:this.stallsManager.predictedThroughput,tuning:this.stallsManager.abrTuningParams,forwardBufferHealth:g,history:this.audioTrackSwitchHistory,playbackRate:this.video.playbackRate,abrLogger:this.params.dependencies.abrLogger}));let E=this.videoTracksMap.get(w)?.representation,D=T&&this.audioTracksMap.get(T)?.representation;if(E&&D)return[E,D];if(E&&!D&&this.audioTracksMap.size===0)return[E,void 0]}prepare(e=0){this.player.initManifest(this.video,this.params.source.url,e)}playIfAllowed(){let e=ki(this.video,()=>{this.params.output.soundProhibitedEvent$.next()}),t=e=>{e||(this.videoState.setState(`paused`),k(this.params.desiredState.playbackState,`paused`,!0))},n=e=>{this.params.output.error$.next({id:`ForcePlay`,message:`play() failed even with workarounds`,category:to.DOM,thrown:e})};this.params.tuning.ignoreForcePlayResultWhenProviderChanged?this.subscription.add(uo(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.destroy3DScene(),this.textTracksManager?.destroy(),this.player.destroy(),this.params.output.element$.next(void 0),this.params.output.currentVideoStream$.next(void 0),wn(this.video,this.params.tuning),this.tracer.end()}}import{arrayFlatMap as Wc}from"@vkontakte/videoplayer-shared/es2015";import{AbortControllerPolyfilled as Gc}from"@vkontakte/videoplayer-shared/es2015";import{stringTrimStart as Kc}from"@vkontakte/videoplayer-shared/es2015";import{ErrorCategory as qc}from"@vkontakte/videoplayer-shared/es2015";var Jc=e=>{if(!e)return{id:`EmptyResponse`,category:qc.PARSER,message:`Empty response`};if(e.length<=2&&e.match(/^\d+$/))return{id:`UVError#${e}`,category:qc.NETWORK,message:`UV Error ${e}`};let t=Kc(e).substring(0,100).toLowerCase();if(t.startsWith(`<!doctype`)||t.startsWith(`<html>`)||t.startsWith(`<body>`)||t.startsWith(`<head>`))return{id:`UnexpectedHTML`,category:qc.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:qc.PARSER,message:`XML parsing error`}:{id:`XMLParserLogicError`,category:qc.PARSER,message:`Response is valid XML, but parser failed`}};import{abortable as Yc,assertNonNullable as Xc,ErrorCategory as Zc,filter as Qc,filterChanged as $c,flattenObject as el,fromEvent as tl,getTraceSubscriptionMethod as nl,getWindow as rl,interval as il,isNonNullable as al,isNullable as ol,map as sl,merge as cl,now as ll,Subject as ul,Subscription as dl,SubscriptionRemovable as fl,ValueSubject as z}from"@vkontakte/videoplayer-shared/es2015";import{AbortControllerPolyfilled as pl}from"@vkontakte/videoplayer-shared/es2015";import{fetchPolyfilled as ml}from"@vkontakte/videoplayer-shared/es2015";var hl=e=>{let t=new URL(e);return t.searchParams.set(`quic`,`1`),t.toString()},gl=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 _l,assertNever as vl,ErrorCategory as yl,flattenObject as bl,fromEvent as xl,getWindow as Sl,merge as Cl,now as wl,Subject as Tl,Subscription as El,suppressAbort as Dl,ValueSubject as Ol}from"@vkontakte/videoplayer-shared/es2015";var kl=e=>{let t=new URL(e);return t.searchParams.set(`enable-subtitles`,`yes`),t.toString()};import{ErrorCategory as Al}from"@vkontakte/videoplayer-shared/es2015";var jl=new Set([2,3,4,5,6,9,19]),Ml=new Set([1,8,18,21]),Nl=new Set([10,11,12,13,14,15,16]),Pl=({txtCode:e,error$:t,recoverableError$:n,httpCode:r})=>{let i=parseInt(e);if(isNaN(i))return;let a=o(o({},Fl(i)),{},{httpCode:r,UVBackendErrorCode:e});if(jl.has(i)){t.next(o(o({},a),{},{category:Al.NETWORK}));return}if(Ml.has(i)){n.next(o(o({},a),{},{category:Al.FATAL}));return}if(Nl.has(i)){t.next(o(o({},a),{},{category:Al.FATAL}));return}},Fl=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 Il(e)}};function Il(e){return{id:`GeneralVideoDataFetchError`,message:`Generic video data fetch error (${e})`}}import{devNull as Ll,getWindow as Rl}from"@vkontakte/videoplayer-shared/es2015";var zl=`vk_player_cached_fetches`,Bl=[`fromCache`,`expires`,`sig`],Vl=300*1e3,Hl=`x-cache-expires`,Ul=function(){var e=a(function*(e){let t=Gl(e),n=yield Rl().caches.open(zl);return{get:function(){var e=a(function*(){let e=yield n.match(t);return e&&!Kl(e)?(Ll.push(`core`,{key:`videoplayer_url_cache`,strings:[`cache_hit`]}),e):(e&&(yield n.delete(t),Ll.push(`core`,{key:`videoplayer_url_cache`,strings:[`cache_missed`,`expired`]})),null)});return function(){return e.apply(this,arguments)}}(),set:function(){var r=a(function*(r){yield n.put(t,ql(r,e))});return function(e){return r.apply(this,arguments)}}()}});return function(t){return e.apply(this,arguments)}}();function Wl(){return typeof caches<`u`}function Gl(e){try{let t=new URL(e);return t.hostname=`cache.local`,Bl.forEach(e=>t.searchParams.delete(e)),t.toString()}catch{return e}}function Kl(e){let t=e.headers.get(Hl);if(!t)return!0;let n=Number(t);return isNaN(n)||n<=Date.now()}function ql(e,t){let n=e.clone();return new Response(n.body,{status:n.status,statusText:n.statusText,headers:new Headers(o(o({},Array.from(n.headers.entries())),{},{[Hl]:Jl(t).toString()}))})}function Jl(e){try{let t=new URL(e).searchParams.get(`expires`);if(t&&!isNaN(Number(t)))return Number(t)}catch{return 0}return Date.now()+Vl}class Yl{constructor({throughputEstimator:e,requestQuic:t,tracer:n,compatibilityMode:r=!1,useEnableSubtitlesParam:a=!1,handleExtendedNetworkErrorsSet:l=!1,useUrlCacheMechanism:u=!1,measureNonSegmentRequests:d=!1}){i(this,`throughputEstimator`,void 0),i(this,`requestQuic`,void 0),i(this,`tracer`,void 0),i(this,`manifestRequested`,new Tl),i(this,`manifestReceived`,new Tl),i(this,`firstBytesRequested`,new Tl),i(this,`firstBytesReceived`,new Tl),i(this,`lastConnectionType$`,new Ol(void 0)),i(this,`lastConnectionReused$`,new Ol(void 0)),i(this,`lastRequestFirstBytes$`,new Ol(void 0)),i(this,`lastConnectionMetrics$`,new Ol(void 0)),i(this,`lastDownloadMetrics$`,new Ol(void 0)),i(this,`recoverableError$`,new Tl),i(this,`error$`,new Tl),i(this,`abortAllController`,new pl),i(this,`subscription`,new El),i(this,`compatibilityMode`,void 0),i(this,`useEnableSubtitlesParam`,void 0),i(this,`useUrlCacheMechanism`,void 0),i(this,`measureNonSegmentRequests`,void 0),i(this,`startupPhase`,!0),i(this,`performanceObserver`,null),i(this,`pendingConnectionMetrics`,new Map),i(this,`handleExtendedNetworkErrorsSet`,!1),i(this,`fetchManifest`,_l(this.abortAllController.signal,function(){var e=c(function*(e){let t=this.tracer.createComponentTracer(`FetchManifest`),n=e;this.requestQuic&&(n=hl(n)),!this.compatibilityMode&&this.useEnableSubtitlesParam&&(n=kl(n)),this.trackRequestStart(n,performance.now());let r=wl();this.manifestRequested.next();let i=yield this.doFetch(n,{signal:this.abortAllController.signal}).catch(Dl);if(i){let a=wl();t.log(`success`,bl({url:n,message:`Request successfully executed`})),t.end(),this.manifestReceived.next(),this.onHeadersReceived(i.headers);let o=i.headers.get(`content-length`),c=0;o&&(c=parseInt(o,10));let l=yield s(i.text());if((!o||isNaN(c)||c<=0)&&(c=new TextEncoder().encode(l).length),c>0){let t=a-r,n=c/(t/1e3)*8/1024,i={bytes:c,speed:n,url:e};this.lastDownloadMetrics$.next(i)}if(this.measureNonSegmentRequests&&this.startupPhase&&(this.throughputEstimator?.addRawRtt(a-r),o&&c>0)){let e=wl();this.throughputEstimator?.addRawSpeed(c,e-r)}return l}else return t.error(`error`,bl({url:n,message:`No data in request manifest`})),t.end(),null});return function(t){return e.apply(this,arguments)}}().bind(this))),i(this,`fetch`,_l(this.abortAllController.signal,function(){var e=c(function*(e,{rangeMethod:t=this.compatibilityMode?0:1,range:n,onProgress:r,priority:i=`auto`,signal:a,measureThroughput:o=!0,isLowLatency:s=!1,bufferOptimisation:l=!1,urlCacheMechanismEnabled:u}={}){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,Sl().location.href);e.searchParams.append(`bytes`,`${n.from}-${n.to}`),d=e.toString();break}default:vl(t)}this.requestQuic&&(d=hl(d));let m=this.abortAllController.signal,h;if(a){let e=new pl;if(h=Cl(xl(this.abortAllController.signal,`abort`),xl(a,`abort`)).subscribe(()=>{try{e.abort()}catch(e){Dl(e)}}),this.subscription.add(h),this.abortAllController.signal.aborted||a.aborted)try{e.abort()}catch(e){Dl(e)}m=e.signal}let g=0,_=wl();p.log(`startRequest`,bl({url:d,priority:i,rangeMethod:t,range:n,isLowLatency:s,requestStartedAt:_})),this.trackRequestStart(d,performance.now()),this.firstBytesRequested.next();let v=yield this.doFetch(d,{priority:i,headers:f,signal:m},{urlCacheMechanismEnabled:u}).catch(Dl),y=wl();if(!v)return p.error(`error`,{message:`No response in request`}),p.end(),h?.unsubscribe(),null;if(this.throughputEstimator?.addRawRtt(y-_),!v.ok||!v.body){h?.unsubscribe();let e=`Fetch error ${v.status}: ${v.statusText}`;return p.error(`error`,{message:e}),p.end(),Promise.reject(Error(`Fetch error ${v.status}: ${v.statusText}`))}if(this.onHeadersReceived(v.headers),!r&&!o){let e=yield v.arrayBuffer(),t=wl();if(this.measureNonSegmentRequests&&this.startupPhase){let e=v.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`,bl(n)),p.end(),h?.unsubscribe(),e}let b=v.body;if(o){this.startupPhase=!1;let e;[b,e]=v.body.tee(),this.throughputEstimator?.trackStream(e,s)}let x=b.getReader(),S,C=parseInt(v.headers.get(`content-length`)??``,10);Number.isFinite(C)&&(S=C),!S&&n&&(S=n.to-n.from+1);let w=S?new Uint8Array(S):new Uint8Array,T=!1,E=e=>{h?.unsubscribe(),T=!0,Dl(e)},D=_l(m,function(){var e=c(function*({done:e,value:t}){if(g===0&&(this.lastRequestFirstBytes$.next(wl()-_),this.firstBytesReceived.next()),m.aborted){h?.unsubscribe();return}if(!e&&t){if(l&&S)w.set(t,g),g+=t.byteLength;else{let e=new Uint8Array(w.length+t.length);e.set(w),e.set(t,w.length),w=e,g+=t.byteLength}r?.(new DataView(w.buffer),g),yield x?.read().then(D,E)}});return function(t){return e.apply(this,arguments)}}().bind(this));yield x?.read().then(D,E),h?.unsubscribe();let ee=wl(),te={failed:T,requestStartedAt:_,requestEndedAt:ee,duration:ee-_};if(T)return p.error(`endRequest`,bl(te)),p.end(),null;if(g>0){let t=ee-_,n=g/(t/1e3)*8/1024,r={bytes:g,speed:n,url:e};this.lastDownloadMetrics$.next(r)}return p.log(`endRequest`,bl(te)),p.end(),w.buffer});return function(t){return e.apply(this,arguments)}}().bind(this))),i(this,`fetchByteRangeRepresentation`,_l(this.abortAllController.signal,function(){var e=c(function*(e,t,n,r){if(e.type!==`byteRange`)return null;let{from:i,to:a}=e.initRange,s=i,c=a,l=!1,u,d;e.indexRange&&(u=e.indexRange.from,d=e.indexRange.to,l=a+1===u,l&&(s=Math.min(u,i),c=Math.max(d,a))),s=Math.min(s,0);let f=yield this.fetch(e.url,{range:{from:s,to:c},priority:r,signal:n,measureThroughput:!1,urlCacheMechanismEnabled:!0});if(!f)return null;let p=new DataView(f,i-s,a-s+1);if(!t.validateData(p))throw Error(`Invalid media file`);let m=t.parseInit(p),h=e.indexRange??t.getIndexRange(m);if(!h)throw ReferenceError(`No way to load representation index`);let g;if(l)g=new DataView(f,h.from-s,h.to-h.from+1);else{let t=yield this.fetch(e.url,{range:h,priority:r,signal:n,measureThroughput:!1,urlCacheMechanismEnabled:!0});if(!t)return null;g=new DataView(t)}let _=t.parseSegments(g,m,h).map(e=>o(o({},e),{},{networkStatus:`none`,bufferStatus:`none`}));return{initMetadata:m,initDataView:new DataView(f),segments:_}});return function(t,n,r,i){return e.apply(this,arguments)}}().bind(this))),i(this,`fetchTemplateRepresentation`,_l(this.abortAllController.signal,function(){var e=c(function*(e,t,n){if(e.type!==`template`)return null;let r=new URL(e.initUrl,e.baseUrl).toString(),i=yield this.fetch(r,{priority:n,signal:t,measureThroughput:!1});if(!i)return null;let a=e.segments.map(e=>o(o({},e),{},{networkStatus:`none`,bufferStatus:`none`,size:void 0}));return{initMetadata:null,initDataView:new DataView(i),segments:a}});return function(t,n,r){return e.apply(this,arguments)}}().bind(this))),this.throughputEstimator=e,this.requestQuic=t,this.compatibilityMode=r,this.tracer=n.createComponentTracer(`Fetcher`),this.useEnableSubtitlesParam=a,this.handleExtendedNetworkErrorsSet=l,this.measureNonSegmentRequests=d,Sl().PerformanceObserver&&this.setupPerformanceObserver(),this.useUrlCacheMechanism=u}onHeadersReceived(e){let{type:t,reused:n}=gl(e);this.lastConnectionType$.next(t),this.lastConnectionReused$.next(n)}setupPerformanceObserver(){this.performanceObserver=new(Sl()).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 Sl().navigator))return`unknown`;let e=Sl().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:yl.WTF})}return null}trackRequestStart(e,t){let n=`${e}_${t}_${Math.random().toString(36).substr(2,9)}`;this.pendingConnectionMetrics.set(n,{url:e,startTime:t})}fetchRepresentation(e,t,n,r=`auto`){var i=this;return a(function*(){let{type:a}=e;switch(a){case`byteRange`:return i.fetchByteRangeRepresentation(e,t,n,r)??null;case`template`:return i.fetchTemplateRepresentation(e,n,r)??null;default:vl(a)}})()}destroy(){this.abortAllController.abort(),this.subscription.unsubscribe(),this.performanceObserver&&=(this.performanceObserver.disconnect(),null),this.pendingConnectionMetrics.clear(),this.tracer.end()}doFetch(e,t){var n=this;return a(function*(e,t,r={}){let i;if(n.useUrlCacheMechanism&&r.urlCacheMechanismEnabled&&Wl()){i=yield Ul(e);let t=yield i.get();if(t)return t}let a=yield ml(e,t);if(a.ok)return yield i?.set(a),a;let o=yield a.text();if(n.handleExtendedNetworkErrorsSet){Pl({txtCode:o,httpCode:a.status,error$:n.error$,recoverableError$:n.recoverableError$});return}let s=parseInt(o);if(!isNaN(s))switch(s){case 1:n.recoverableError$.next({id:`VideoDataLinkExpiredError`,message:`Video data links have expired`,category:yl.FATAL,httpCode:a.status,UVBackendErrorCode:o});break;case 8:n.recoverableError$.next({id:`VideoDataLinkBlockedForFloodError`,message:`Url blocked for flood`,category:yl.FATAL,httpCode:a.status,UVBackendErrorCode:o});break;case 18:n.recoverableError$.next({id:`VideoDataLinkIllegalIpChangeError`,message:`Client IP has changed`,category:yl.FATAL,httpCode:a.status,UVBackendErrorCode:o});break;case 21:n.recoverableError$.next({id:`VideoDataLinkIllegalHostChangeError`,message:`Request HOST has changed`,category:yl.FATAL,httpCode:a.status,UVBackendErrorCode:o});break;default:n.error$.next({id:`GeneralVideoDataFetchError`,message:`Generic video data fetch error (${s})`,category:yl.FATAL,httpCode:a.status,UVBackendErrorCode:o})}}).apply(this,arguments)}}import{stringReplaceAll as Xl}from"@vkontakte/videoplayer-shared/es2015";import{objectEntries as Zl}from"@vkontakte/videoplayer-shared/es2015";import{stringPadStart as Ql}from"@vkontakte/videoplayer-shared/es2015";import{arrayAt as $l}from"@vkontakte/videoplayer-shared/es2015";import{objectValues as eu}from"@vkontakte/videoplayer-shared/es2015";import{arrayIncludes as tu}from"@vkontakte/videoplayer-shared/es2015";import{arrayIncludes as nu}from"@vkontakte/videoplayer-shared/es2015";var ru=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();return nu([`6E`,`7A`,`F4`],t+r)}}return!1};import{isNonNullable as iu,isNullable as au}from"@vkontakte/videoplayer-shared/es2015";import{arrayIncludes as ou}from"@vkontakte/videoplayer-shared/es2015";var su=e=>{if(ou(e,`/`)){let t=e.split(`/`);return parseInt(t[0])/parseInt(t[1])}else return parseFloat(e)},cu=e=>{try{let t=lu(),{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 lu(){let e=`x(?:-[a-z0-9]{1,8})+`,t=`^(?:(?<langtag>${`
239
242
  (?<language>(?:[a-z]{2,3}(?:-(?<extlang>(?:[a-z]{3}(?:-[a-z]{3}){0,2})))?|[a-z]{4}|[a-z]{5,8}))
240
243
  (-(?<script>[a-z]{4}))?
241
244
  (-(?<region>(?:[a-z]{2}|[0-9]{3})))?
242
245
  (?<variants>(?:-(?:[a-z0-9]{5,8}|[0-9][a-z0-9]{3}))*)
243
246
  (?<extensions>(?:-[0-9a-wy-z](?:-[a-z0-9]{2,8})+)*)
244
247
  (?:-(?<privateuse>(?:${e})))?
245
- `})|(?<privateuse2>${e}))$`.replace(/[\s\t\n]/g,``);return new RegExp(t,`i`)}var lu=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},uu=(e,t)=>{let n=e;n=Yl(n,`$$`,`$`);let r={RepresentationID:t.representationId,Number:t.segmentNumber,Bandwidth:t.bandwidth,Time:t.segmentTime};for(let[e,t]of Xl(r)){let r=RegExp(`\\$${e}(?:%0(\\d+)d)?\\$`,`g`);n=Yl(n,r,(e,n)=>iu(t)?e:iu(n)?t:Zl(t,parseInt(n,10),`0`))}return n},du=(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()??``),s=Ql(a,0)??``,c=i.getAttribute(`type`)===`dynamic`,l=i.getAttribute(`availabilityStartTime`),u=i.getAttribute(`publishTime`),d=i.getElementsByTagName(`vk:Attrs`)[0],f=d?.getElementsByTagName(`vk:XLatestSegmentPublishTime`)[0].textContent,p=d?.getElementsByTagName(`vk:XStreamIsLive`)[0].textContent,m=d?.getElementsByTagName(`vk:XStreamIsUnpublished`)[0].textContent,h=d?.getElementsByTagName(`vk:XPlaybackDuration`)[0].textContent,g;c&&(g={availabilityStartTime:l?new Date(l).getTime():0,publishTime:u?new Date(u).getTime():0,latestSegmentPublishTime:f?new Date(f).getTime():0,streamIsAlive:p===`yes`,streamIsUnpublished:m===`yes`});let _,v=i.getAttribute(`mediaPresentationDuration`),y=[...i.getElementsByTagName(`Period`)],b=y.reduce((e,t)=>o(o({},e),{},{[t.id]:t.children}),{}),x=y.reduce((e,t)=>o(o({},e),{},{[t.id]:t.getAttribute(`duration`)}),{});v?_=lu(v):$l(x).filter(e=>e).length&&!c?_=$l(x).reduce((e,t)=>e+(lu(t)??0),0):h&&(_=parseInt(h,10));let S=0,C=i.getAttribute(`profiles`)?.split(`,`)??[];for(let e of y.map(e=>e.id))for(let n of b[e]){var w;let e=n.getAttribute(`id`)??`id`+(S++).toString(10),i=n.getAttribute(`mimeType`)??``,a=n.getAttribute(`codecs`)??``,c=n.getAttribute(`contentType`)??i?.split(`/`)[0],l=n.getAttribute(`profiles`)?.split(`,`)??[],u=su(n.getAttribute(`lang`)??``)??{},d=((w=n.querySelector(`Label`))==null||(w=w.textContent)==null?void 0:w.trim())??void 0,f=n.querySelectorAll(`Representation`),p=n.querySelector(`SegmentTemplate`),m=n.querySelector(`Role`)?.getAttribute(`value`)??void 0,h=n.querySelector(`AudioChannelConfiguration`)?.getAttribute(`value`),g=ru(h)?parseInt(h,10):void 0,v=c,y={id:e,language:u.language,isDefault:m===`main`,label:d,codecs:a,hdr:v===`video`&&nu(a),mime:i,channels:g,representations:[]};for(let e of f){var T;let r=e.getAttribute(`lang`)??void 0,f=d??n.getAttribute(`label`)??e.getAttribute(`label`)??void 0,m=((T=e.querySelector(`BaseURL`))==null||(T=T.textContent)==null?void 0:T.trim())??``,h=new URL(m||s,t).toString(),g=e.getAttribute(`mimeType`)??i,b=e.getAttribute(`codecs`)??a??``,x;if(c===`text`){let t=e.getAttribute(`id`)||``,n=(u.privateuse==null?void 0:eu(u.privateuse,`x-auto`))||eu(t,`_auto`),r=e.querySelector(`SegmentTemplate`);if(r){let i={representationId:e.getAttribute(`id`)??void 0,bandwidth:e.getAttribute(`bandwidth`)??void 0},a=parseInt(e.getAttribute(`bandwidth`)??``,10)/1e3,s=parseInt(r.getAttribute(`startNumber`)??``,10)??1,c=parseInt(r.getAttribute(`timescale`)??``,10),l=r.querySelectorAll(`SegmentTimeline S`)??[],u=r.getAttribute(`media`);if(!u)continue;let d=[],f=0,p=``,m=0,g=s,v=0;for(let e of l){let t=parseInt(e.getAttribute(`d`)??``,10),n=parseInt(e.getAttribute(`r`)??``,10)||0,r=parseInt(e.getAttribute(`t`)??``,10);v=Number.isFinite(r)?r:v;let a=t/c*1e3,s=v/c*1e3;for(let e=0;e<n+1;e++){let n=uu(u,o(o({},i),{},{segmentNumber:g.toString(10),segmentTime:(v+e*t).toString(10)})),r=(s??0)+e*a,c=r+a;g++,d.push({time:{from:r,to:c},url:n})}v+=(n+1)*t,f+=(n+1)*a}m=v/c*1e3,p=uu(u,o(o({},i),{},{segmentNumber:g.toString(10),segmentTime:v.toString(10)})),x={id:t,kind:`text`,segmentReference:{type:`template`,baseUrl:h,segmentTemplateUrl:u,initUrl:``,totalSegmentsDurationMs:f,segments:d,nextSegmentBeyondManifest:{time:{from:m,to:1/0},url:p},timescale:c},profiles:[],duration:_,bitrate:a,mime:``,codecs:``,width:0,height:0,isAuto:n}}else x={id:t,isAuto:n,kind:`text`,url:h}}else{let t=e.getAttribute(`contentType`)??g?.split(`/`)[0]??c,r=n.getAttribute(`profiles`)?.split(`,`)??[],i=parseInt(e.getAttribute(`width`)??``,10),a=parseInt(e.getAttribute(`height`)??``,10),s=parseInt(e.getAttribute(`bandwidth`)??``,10)/1e3,u=e.getAttribute(`frameRate`)??``,d=e.getAttribute(`quality`)??void 0,f=u?ou(u):void 0,m=`${e.getAttribute(`id`)??`id`+(S++).toString(10)}@${t===`video`?`${a}p`:t===`audio`?`${s}Kbps`:b}`,y=[...C,...l,...r],w,T=e.querySelector(`SegmentBase`),E=e.querySelector(`SegmentTemplate`)??p;if(T){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)):[];w={type:`byteRange`,url:h,initRange:r,indexRange:i?{from:a,to:o}:void 0}}else if(E){let t={representationId:e.getAttribute(`id`)??void 0,bandwidth:e.getAttribute(`bandwidth`)??void 0},n=parseInt(E.getAttribute(`timescale`)??``,10),r=E.getAttribute(`initialization`)??``,i=E.getAttribute(`media`),a=parseInt(E.getAttribute(`startNumber`)??``,10)??1,s=uu(r,t);if(!i)throw ReferenceError(`No media attribute in SegmentTemplate`);let c=E.querySelectorAll(`SegmentTimeline S`)??[],l=[],u=0,d=``,f=0;if(c.length){let e=a,r=0;for(let a of c){let s=parseInt(a.getAttribute(`d`)??``,10),c=parseInt(a.getAttribute(`r`)??``,10)||0,d=parseInt(a.getAttribute(`t`)??``,10);r=Number.isFinite(d)?d:r;let f=s/n*1e3,p=r/n*1e3;for(let n=0;n<c+1;n++){let a=uu(i,o(o({},t),{},{segmentNumber:e.toString(10),segmentTime:(r+n*s).toString(10)})),c=(p??0)+n*f,u=c+f;e++,l.push({time:{from:c,to:u},url:a})}r+=(c+1)*s,u+=(c+1)*f}f=r/n*1e3,d=uu(i,o(o({},t),{},{segmentNumber:e.toString(10),segmentTime:r.toString(10)}))}else if(ru(_)){let e=parseInt(E.getAttribute(`duration`)??``,10)/n*1e3,r=Math.ceil(_/e),a=0;for(let n=1;n<r;n++){let r=uu(i,o(o({},t),{},{segmentNumber:n.toString(10),segmentTime:a.toString(10)}));l.push({time:{from:a,to:a+e},url:r}),a+=e}f=a,d=uu(i,o(o({},t),{},{segmentNumber:r.toString(10),segmentTime:a.toString(10)}))}w={type:`template`,baseUrl:h,segmentTemplateUrl:i,initUrl:s,totalSegmentsDurationMs:u,segments:l,nextSegmentBeyondManifest:{time:{from:f,to:1/0},url:d},timescale:n}}else throw ReferenceError(`Unknown MPD segment referencing type`);if(!t||!g)continue;let D={video:`video`,audio:`audio`,text:`text`}[t];if(!D)continue;v||=D,x={id:m,kind:D,segmentReference:w,profiles:y,duration:_,bitrate:s,mime:g,codecs:b,width:i,height:a,fps:f,quality:d}}y.language||=r,y.label||=f,y.mime||=g,y.codecs||=b,y.hdr||=v===`video`&&nu(b),y.representations.push(x)}if(v){let e=r[v].find(e=>e.id===y.id);if(e&&y.representations.every(e=>e.segmentReference.type===`template`))for(let t of e.representations){let e=y.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[v].push(y)}}return{duration:_,streams:r,baseUrls:a,live:g}};import{AbortControllerPolyfilled as fu}from"@vkontakte/videoplayer-shared/es2015";import{arrayAt as pu}from"@vkontakte/videoplayer-shared/es2015";import{requestIdleCallbackPolyfilled as mu}from"@vkontakte/videoplayer-shared/es2015";import{abortable as hu,assertNonNullable as gu,ErrorCategory as _u,flattenObject as B,fromEvent as vu,getExponentialDelay as yu,getWindow as bu,isAbortError as xu,isHigher as Su,isNonNullable as V,isNullable as H,once as Cu,Subject as wu,Subscription as Tu,ValueSubject as Eu}from"@vkontakte/videoplayer-shared/es2015";import{arrayAt as Du}from"@vkontakte/videoplayer-shared/es2015";var Ou=e=>e.valid;class U{get id(){return this.type}constructor(e,t){i(this,`source`,void 0),i(this,`boxParser`,void 0),i(this,`type`,void 0),i(this,`size`,void 0),i(this,`content`,void 0),i(this,`valid`,void 0),i(this,`children`,void 0),i(this,`cursor`,0),this.source=e,this.boxParser=t,this.children=[];let n=this.readUint32();this.type=this.readString(4),n===1&&(this.cursor+=8);let r=e.byteOffset+this.cursor,a;n===0||n===1?(this.size=void 0,this.valid=!1,a=void 0):n>e.byteLength?(this.size=n,this.valid=!1,a=Math.min(n-this.cursor,e.byteLength-this.cursor)):(this.size=n,this.valid=!0,a=n-this.cursor),this.content=new DataView(e.buffer,r,a)}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 ku extends U{}import{assertNever as Au}from"@vkontakte/videoplayer-shared/es2015";class ju extends U{constructor(e,t){if(super(e,t),i(this,`userData`,void 0),!this.valid)return;let n=this.readString(16),r=new DataView(this.content.buffer,this.content.byteOffset+16,this.content.byteLength-16);this.userData=this.parseData(n,r)}parseData(e,t){switch(e){case`ondemandlivejson`:{let e=new TextDecoder(`ascii`).decode(t),n=JSON.parse(e);return{received:n[`t-in`],prepared:n[`t-out`]}}default:Au(e)}}}class Mu extends U{constructor(e,t){if(super(e,t),i(this,`majorBrand`,void 0),i(this,`minorVersion`,void 0),i(this,`compatibleBrands`,void 0),!this.valid)return;this.compatibleBrands=[],this.majorBrand=this.readString(4),this.minorVersion=this.readUint32();let n=new DataView(this.content.buffer,this.content.byteOffset+8,this.content.byteLength-8);for(let e=0;e<n.byteLength;e+=4){let e=this.readString(4);this.compatibleBrands.push(e)}}}class Nu extends U{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class Pu extends U{constructor(e,t){if(super(e,t),i(this,`version`,void 0),i(this,`flags`,void 0),!this.valid)return;let n=this.readUint32();this.version=n>>>24,this.flags=n&16777215,this.content=new DataView(this.content.buffer,this.content.byteOffset+4,this.content.byteLength-4)}}class Fu extends Pu{constructor(e,t){super(e,t),i(this,`creationTime`,void 0),i(this,`modificationTime`,void 0),i(this,`timescale`,void 0),i(this,`duration`,void 0),i(this,`rate`,void 0),i(this,`volume`,void 0),this.valid&&(this.creationTime=this.readUint32(),this.modificationTime=this.readUint32(),this.timescale=this.readUint32(),this.duration=this.readUint32(),this.rate=this.readUint32(),this.volume=this.readUint16())}}class Iu extends U{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class Lu extends U{constructor(e,t){super(e,t),i(this,`data`,void 0),this.data=this.content}}class Ru extends Pu{get earliestPresentationTime(){return this.earliestPresentationTime32}get firstOffset(){return this.firstOffset32}constructor(e,t){if(super(e,t),i(this,`referenceId`,void 0),i(this,`timescale`,void 0),i(this,`earliestPresentationTime32`,void 0),i(this,`firstOffset32`,void 0),i(this,`earliestPresentationTime64`,void 0),i(this,`firstOffset64`,void 0),i(this,`reserved`,void 0),i(this,`referenceCount`,void 0),i(this,`segments`,void 0),this.valid){this.segments=[],this.referenceId=this.readUint32(),this.timescale=this.readUint32(),this.earliestPresentationTime32=this.readUint32(),this.firstOffset32=this.readUint32(),this.earliestPresentationTime64=0,this.firstOffset64=0,this.referenceCount=this.readUint32()&65535;for(let e=0;e<this.referenceCount;e++){let e=this.readUint32(),t=e>>>31,n=e<<1>>>1,r=this.readUint32();e=this.readUint32();let i=e>>>28,a=e<<3>>>3;this.segments.push({referenceType:t,referencedSize:n,subsegmentDuration:r,SAPType:i,SAPDeltaTime:a})}}}}class zu extends U{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class Bu extends U{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class Vu extends Pu{constructor(e,t){if(super(e,t),i(this,`stereoMode`,void 0),this.valid){switch(this.readUint8()){case 0:this.stereoMode=0;break;case 1:this.stereoMode=1;break;case 2:this.stereoMode=2;break;case 3:this.stereoMode=3;break;case 4:this.stereoMode=4;break}this.cursor+=1}}}class Hu extends Pu{constructor(e,t){super(e,t),i(this,`poseYawDegrees`,void 0),i(this,`posePitchDegrees`,void 0),i(this,`poseRollDegrees`,void 0),this.valid&&(this.poseYawDegrees=this.readUint32(),this.posePitchDegrees=this.readUint32(),this.poseRollDegrees=this.readUint32())}}class Uu extends Pu{constructor(e,t){super(e,t),i(this,`projectionBoundsTop`,void 0),i(this,`projectionBoundsBottom`,void 0),i(this,`projectionBoundsLeft`,void 0),i(this,`projectionBoundsRight`,void 0),this.valid&&(this.projectionBoundsTop=this.readUint32(),this.projectionBoundsBottom=this.readUint32(),this.projectionBoundsLeft=this.readUint32(),this.projectionBoundsRight=this.readUint32())}}class Wu extends U{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class Gu extends Pu{constructor(e,t){super(e,t),i(this,`creationTime`,void 0),i(this,`modificationTime`,void 0),i(this,`trackId`,void 0),i(this,`duration`,void 0),i(this,`layer`,void 0),i(this,`alternateGroup`,void 0),i(this,`volume`,void 0),i(this,`matrix`,void 0),i(this,`width`,void 0),i(this,`height`,void 0),this.creationTime=this.readUint32(),this.modificationTime=this.readUint32(),this.trackId=this.readUint32(),this.cursor+=4,this.duration=this.readUint32(),this.cursor+=8,this.layer=this.readUint16(),this.alternateGroup=this.readUint16(),this.cursor+=2,this.cursor+=2,this.matrix=[[this.readUint32(),this.readUint32(),this.readUint32()],[this.readUint32(),this.readUint32(),this.readUint32()],[this.readUint32(),this.readUint32(),this.readUint32()]],this.width=this.readUint32(),this.height=this.readUint32()}}class Ku extends U{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class qu extends U{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class Ju extends Pu{constructor(e,t){super(e,t),i(this,`sequenceNumber`,void 0),this.valid&&(this.sequenceNumber=this.readUint32())}}class Yu extends U{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class Xu extends Pu{constructor(e,t){super(e,t),i(this,`trackId`,void 0),i(this,`baseDataOffset`,void 0),i(this,`sampleDescriptionIndex`,void 0),i(this,`defaultSampleDuration`,void 0),i(this,`defaultSampleSize`,void 0),i(this,`defaultSampleFlags`,void 0),this.trackId=this.readUint32(),this.flags&1&&(this.baseDataOffset=this.readUint64()),this.flags&2&&(this.sampleDescriptionIndex=this.readUint32()),this.flags&8&&(this.defaultSampleDuration=this.readUint32()),this.flags&16&&(this.defaultSampleSize=this.readUint32()),this.flags&32&&(this.defaultSampleFlags=this.readUint32())}}class Zu extends Pu{get baseMediaDecodeTime(){return this.version===1?this.baseMediaDecodeTime64:this.baseMediaDecodeTime32}constructor(e,t){super(e,t),i(this,`baseMediaDecodeTime32`,0),i(this,`baseMediaDecodeTime64`,BigInt(0)),this.version===1?this.baseMediaDecodeTime64=this.readUint64():this.baseMediaDecodeTime32=this.readUint32()}}class Qu extends Pu{constructor(e,t){super(e,t),i(this,`sampleCount`,void 0),i(this,`dataOffset`,void 0),i(this,`firstSampleFlags`,void 0),i(this,`sampleDuration`,[]),i(this,`sampleSize`,[]),i(this,`sampleFlags`,[]),i(this,`sampleCompositionTimeOffset`,[]),i(this,`optionalFields`,0),this.sampleCount=this.readUint32(),this.flags&1&&(this.dataOffset=this.readUint32()),this.flags&4&&(this.firstSampleFlags=this.readUint32());for(let e=0;e<this.sampleCount;e++)this.flags&256&&this.sampleDuration.push(this.readUint32()),this.flags&512&&this.sampleSize.push(this.readUint32()),this.flags&1024&&this.sampleFlags.push(this.readUint32()),this.flags&2048&&this.sampleCompositionTimeOffset.push(this.readUint32())}}class $u extends U{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class ed extends Pu{constructor(e,t){super(e,t),i(this,`entryCount`,void 0),this.valid&&(this.entryCount=this.readUint32(),this.children=this.scanForBoxes(new DataView(this.content.buffer,this.content.byteOffset+4,this.content.byteLength-4)))}}class td extends U{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 nd={ftyp:Mu,moov:Nu,mvhd:Fu,moof:Iu,mdat:Lu,sidx:Ru,trak:zu,mdia:Wu,mfhd:Ju,tkhd:Gu,traf:Yu,tfhd:Xu,tfdt:Zu,trun:Qu,minf:Ku,sv3d:Bu,st3d:Vu,prhd:Hu,proj:qu,equi:Uu,uuid:ju,stbl:$u,stsd:ed,avc1:td,unknown:ku};class rd{constructor(e={}){i(this,`options`,void 0),this.options=o({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||!Ou(i))break;t.push(i),n+=i.size}return t}createBox(e,t){let n=nd[e];return n?new n(t,new rd):new ku(t,new rd)}}class id{constructor(e){i(this,`index`,void 0),this.index={},this.indexBoxLevel(e)}indexBoxLevel(e){e.forEach(e=>{var t,n;Ou(e)&&((t=this.index)[n=e.type]??(t[n]=[]),this.index[e.type].push(e),e.children.length>0&&this.indexBoxLevel(e.children))})}find(e){return this.index[e]&&this.index[e][0]?this.index[e][0]:null}findAll(e){return this.index[e]||[]}}var ad=new TextDecoder(`ascii`),od={validateData:e=>ad.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 id(new rd().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 Ru(e,new rd),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 id(new rd().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 id(new rd().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 id(new rd().parse(e)),n={},r=Du(t.findAll(`uuid`),-1);return r?{serverDataReceivedTimestamp:r.userData.received,serverDataPreparedTime:r.userData.received}:n},getTimescaleFromIndex:e=>new id(new rd().parse(e)).find(`sidx`)?.timescale};import{arrayIncludes as sd}from"@vkontakte/videoplayer-shared/es2015";import{assertNonNullable as cd,isNonNullable as ld,isNullable as ud}from"@vkontakte/videoplayer-shared/es2015";import{assertNever as dd}from"@vkontakte/videoplayer-shared/es2015";var fd={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`}},pd=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=md(e,n),i=r in fd,a=i?fd[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=md(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}},md=(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},hd=(e,t)=>{switch(t){case`int`:return e.getInt8(0);case`uint`:return md(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:dd(t)}},gd=(e,t)=>{let n=0;for(;n<e.byteLength;){let r=pd(new DataView(e.buffer,e.byteOffset+n));if(!t(r))return;r.type===`master`&&gd(r.value,t),n=r.value.byteOffset-e.byteOffset+r.valueSize}},_d=e=>{if(e.getUint32(0)!==440786851)return!1;let t,n,r;return gd(pd(e).value,({tag:e,type:i,value:a})=>(e===17143?t=hd(a,i):e===17026?n=hd(a,i):e===17029&&(r=hd(a,i)),!0)),(t===void 0||t<=1)&&n!==void 0&&n===`webm`&&(r===void 0||r<=2)},vd=[357149030,290298740,374648427,174,224,30320,30321,30322,272869232,524531317,475249515,423732329,307544935],yd=[231,22612,22743,167,171,163,160,175],bd={validateData:_d,parseInit:e=>{let t,n,r,i,a=!1,o=!1,s=!1,c,l,u=!1;return gd(e,({tag:e,type:d,value:f,valueSize:p})=>(e===21419?l=md(hd(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=hd(f,d):e===17545?i=hd(f,d):e===21420&&l===475249515?c=hd(f,d):e===374648427?gd(f,({tag:e,type:t,value:n})=>e===30321?(u=hd(n,t)===1,!1):!0):a&&o&&sd(vd,e)&&(s=!0),!s)),cd(t,`Failed to parse webm Segment start`),cd(n,`Failed to parse webm Segment end`),cd(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(ud(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=>ld(e.time)&&ld(e.position),a=[],o;return gd(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=hd(s,t));break;case 183:break;case 241:o&&(o.position=hd(s,t));break;default:n&&sd(vd,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{gd(e,r=>r.tag===524531317?r.tagSize<=e.byteLength?(t=r.tagSize,!1):(t+=r.tagHeaderSize,!0):sd(yd,r.tag)?(t+r.tagSize<=e.byteLength&&(t+=r.tagSize,n||=sd([163,160,175],r.tag)),!0):!1)}catch{}return t>0&&t<=e.byteLength&&n?new DataView(e.buffer,e.byteOffset,t):null}},xd=e=>{let t=/^(.+)\/([^;]+)(?:;.*)?$/.exec(e);if(t){let[,e,n]=t;if(e===`audio`||e===`video`)switch(n){case`webm`:return bd;case`mp4`:return od}}throw ReferenceError(`Unsupported mime type ${e}`)};import{stringAt as Sd}from"@vkontakte/videoplayer-shared/es2015";import{videoSizeToQuality as Cd}from"@vkontakte/videoplayer-shared/es2015";var wd=({id:e,width:t,height:n,bitrate:r,fps:i,quality:a,streamId:o,tvDisabled:s})=>{let c=(a?vr(a):void 0)??Cd({width:t,height:n});return c&&{id:e,quality:c,bitrate:r,size:{width:t,height:n},fps:i,streamId:o,tvDisabled:s}},Td=({id:e,bitrate:t})=>({id:e,bitrate:t}),Ed=({language:e,label:t},{id:n,url:r,isAuto:i})=>({id:n,url:r,isAuto:i,type:`internal`,language:e,label:t}),Dd=({language:e,label:t,id:n,url:r,isAuto:i})=>({id:n,url:r,isAuto:i,type:`internal`,language:e,label:t}),Od=({id:e,language:t,label:n,codecs:r,isDefault:i,channels:a})=>({id:e,language:t,label:n,codec:Sd(r.split(`.`),0),isDefault:i,channels:a}),kd=({id:e,language:t,label:n,hdr:r,codecs:i})=>({id:e,language:t,hdr:r,label:n,codec:Sd(i.split(`.`),0)}),Ad=e=>`url`in e,jd=e=>e.type===`template`;class Md{constructor(e,t,n,{fetcher:r,tracer:a,tuning:o,getCurrentPosition:s,getCurrentStallDuration:l,manifest:u}){i(this,`error$`,new wu),i(this,`playingRepresentation$`,new Eu(void 0)),i(this,`playingRepresentationInit$`,new Eu(void 0)),i(this,`currentSegmentLength$`,new Eu(0)),i(this,`onLastSegment$`,new Eu(!1)),i(this,`fullyBuffered$`,new Eu(!1)),i(this,`kind`,void 0),i(this,`nativeBufferManager`,void 0),i(this,`fetcher`,void 0),i(this,`tracer`,void 0),i(this,`tuning`,void 0),i(this,`representations`,void 0),i(this,`playingRepresentationId`,void 0),i(this,`downloadingRepresentationId`,void 0),i(this,`switchingRepresentationId`,void 0),i(this,`initData`,new Map),i(this,`initDataPromises`,new Map),i(this,`idleCallbacks`,new Map),i(this,`parsedInitData`,new Map),i(this,`forwardBufferRepresentations`,new Map),i(this,`segments`,new Map),i(this,`containerParser`,void 0),i(this,`bufferPlaybackQueue`,[]),i(this,`downloadingBufferItems`,[]),i(this,`preloadOnly`,!1),i(this,`forwardBufferTarget`,void 0),i(this,`failedDownloads`,0),i(this,`lastDataObtainedTimestampMs`,0),i(this,`loadByteRangeSegmentsTimeoutId`,0),i(this,`currentVirtualBufferSize`,0),i(this,`baseUrls`,[]),i(this,`baseUrlsIndex`,0),i(this,`maintainPlaybackBufferMutex`,!1),i(this,`maintainNativeBufferMutex`,!1),i(this,`bufferClearingMutex`,!1),i(this,`abortNativeBufferMutex`,!1),i(this,`switchMutex`,!1),i(this,`seekMutex`,!1),i(this,`destroyAbortController`,new fu),i(this,`switchAbortController`,new fu),i(this,`downloadAbortController`,new fu),i(this,`subscription`,new Tu),i(this,`getCurrentPosition`,void 0),i(this,`getCurrentStallDuration`,void 0),i(this,`startWith`,hu(this.destroyAbortController.signal,function(){var e=c(function*(e){let t=this.representations.get(e);gu(t,`Cannot find representation ${e}`);let n=this.tracer.createComponentTracer(`startWith`);n.log(`start representation`,B({id:e})),this.playingRepresentationId=e,this.downloadingRepresentationId=e,this.containerParser=xd(t.mime),this.nativeBufferManager.init(t.mime,t.codecs,this.tuning.dash.useAbortMSEFix),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);gu(r,`No init buffer for starting representation`),gu(i,`No segments for starting representation`),n.log(`started native buffer init segment append`),yield this.nativeBufferManager.addInitSegment(r),n.log(`ended native buffer init segment append`),this.playingRepresentation$.next(this.playingRepresentationId),this.playingRepresentationInit$.next(a),n.end()});return function(t){return e.apply(this,arguments)}}().bind(this))),i(this,`waitExponentialDownloadDelay`,hu(this.downloadAbortController.signal,c(function*(){let e=yu(this.failedDownloads,this.tuning.downloadBackoff);yield new Promise(t=>{let n=bu();this.loadByteRangeSegmentsTimeoutId=n.setTimeout(t,e),this.subscription.add(vu(n,`online`).pipe(Cu()).subscribe(()=>{t(),n.clearTimeout(this.loadByteRangeSegmentsTimeoutId)}))})}).bind(this))),this.kind=e,this.nativeBufferManager=t,this.fetcher=r,this.tracer=a.createComponentTracer(`${this.kind} ${this.constructor.name}`),this.tuning=o,this.getCurrentPosition=s,this.getCurrentStallDuration=l,this.forwardBufferTarget=o.dash.forwardBufferTargetAuto,this.baseUrls=u?.baseUrls??[],this.representations=new Map(n.map(e=>[e.id,e]))}switchTo(e,t=`default`){var n=this;return a(function*(){if(e===n.downloadingRepresentationId||e===n.switchingRepresentationId)return;let r=n.tracer.createComponentTracer(`switchTo`);return r.log(`abort previous switchTo`),n.switchAbortController.abort(),n.switchMutex=!1,r.log(`switchMutex released`),n.switchAbortController=new fu,n.getSwitchWithAbort(r)(e,t)})()}getSwitchWithAbort(e){return hu(this.switchAbortController.signal,function(){var t=c(function*(t,n){if(!H(this.downloadingRepresentationId)){this.switchMutex=!0,e.log(`switchMutex captured`);try{e.log(`start`,B({newRepresentationId:t,mode:n})),this.switchingRepresentationId=t;let r=this.representations.get(this.downloadingRepresentationId),i=this.representations.get(t);gu(i,`No such representation ${t}`),gu(r,`No such representation ${this.downloadingRepresentationId}`),e.log(`abortDownload`),yield 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(H(a)||H(o))return;let s=e=>e.segment.bufferStatus!==`fed`,c=e=>{let t=this.representations.get(e.representationId);return gu(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`,B({bufferPlaybackQueue:this.bufferPlaybackQueue})),this.bufferPlaybackQueue.filter(l).forEach(e=>e.segment.bufferStatus=`none`),this.bufferPlaybackQueue=this.bufferPlaybackQueue.filter(e=>!l(e)),e.log(`bufferPlaybackQueue after`,B({bufferPlaybackQueue:this.bufferPlaybackQueue})),this.downloadingRepresentationId=t,this.switchingRepresentationId=null,this.bufferPlaybackQueue.length?(e.log(`switchTo with maintain`),yield this.maintain()):(e.log(`switchTo with seek`),yield this.prepareSeek(),yield this.seek(this.getCurrentPosition()))}finally{this.switchMutex=!1,e.log(`switchMutex released`),e.end()}}});return function(e,n){return t.apply(this,arguments)}}().bind(this))}prepareSeek(){var e=this;return a(function*(){let t=e.tracer.createComponentTracer(`prepareSeek`);e.seekMutex=!0,t.log(`seekMutex captured`);try{t.log(`started abort`),yield e.abort(),t.log(`started clearBuffer`),yield e.clearBuffer(),t.log(`ended clearBuffer`)}catch{t.error(`seekMutex released`),e.seekMutex=!1}t.end()})()}seek(e){var t=this;return a(function*(){let n=t.tracer.createComponentTracer(`seek ${e}`);t.seekMutex=!1,n.log(`seekMutex released`),n.log(`maintain started`),yield t.maintain(e),n.log(`maintain ended`),n.end()})()}maintain(){var e=this;return a(function*(t=this.getCurrentPosition()){H(t)||(yield e.maintainPlaybackBuffer(t),yield e.maintainNativeBuffer(),e.actualizeLastSegmentInfo(t))}).apply(this,arguments)}getForwardBufferRepresentations(e=this.getCurrentPosition()){if(this.forwardBufferRepresentations.clear(),V(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=V(e)&&V(n)?n.segment.time.to-e:0;return Math.max(r,0)}getPlaybackBufferState(){return this.bufferPlaybackQueue.length?{from:this.bufferPlaybackQueue[0].segment.time.from,to:this.bufferPlaybackQueue[this.bufferPlaybackQueue.length-1].segment.time.to}:null}abort(){var e=this;return a(function*(){e.abortDownload(),yield e.abortNativeBuffer()})()}findSegmentStartTime(e){let t=this.downloadingRepresentationId??this.playingRepresentationId??``;return(this.segments.get(t)?.find(t=>t.time.from<=e&&t.time.to>=e))?.time.from}getRepresentationInitialTime(){return H(this.playingRepresentationId)?0:(this.segments.get(this.playingRepresentationId)?.[0].time.from??0)/1e3}getMutexInfo(){let e=``;return this.seekMutex&&(e+=`seek `),this.abortNativeBufferMutex&&(e+=`abort `),this.maintainNativeBufferMutex&&(e+=`maintainNative `),this.maintainPlaybackBufferMutex&&(e+=`maintainPlayback `),this.bufferClearingMutex&&(e+=`bufferClear `),this.switchMutex&&(e+=`switch `),e}calculateDurationFromSegments(){if(!this.playingRepresentationId)return 0;let e=this.segments.get(this.playingRepresentationId);return(e?pu(e,-1)?.time.to:0)||0}getActiveSegmentProgress(){let e;for(let t of this.downloadingBufferItems)t.segment.networkStatus!==`downloading`||H(t.startedAtMs)||(!e||t.segment.time.from<e.segment.time.from)&&(e=t);if(!(!e||H(e.startedAtMs)))return{startedAtMs:e.startedAtMs,loadedBytes:e.segment.loadedBytes??0,totalBytes:V(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=bu();if(this.initData.clear(),this.initDataPromises.clear(),this.segments.clear(),this.parsedInitData.clear(),this.representations.clear(),this.downloadAbortController.abort(),this.switchAbortController.abort(),this.destroyAbortController.abort(),this.subscription.unsubscribe(),e.cancelIdleCallback)for(let t of this.idleCallbacks.values())e.cancelIdleCallback(t);this.idleCallbacks.clear(),e.clearTimeout(this.loadByteRangeSegmentsTimeoutId),this.tracer.log(`destroy`),this.tracer.end()}forceSwitchCondition(e,t){let n=!0;if(this.kind===`video`){let r=wd(e),i=wd(t);n=V(r)&&V(i)&&Su(i.quality,r.quality)}else if(this.kind===`audio`){let r=Td(e),i=Td(t);n=V(r?.bitrate)&&V(i?.bitrate)&&i.bitrate>r.bitrate}return n}clearBuffer(){var e=this;return a(function*(){let t=e.tracer.createComponentTracer(`clearBuffer`);e.bufferClearingMutex=!0,t.log(`bufferClearingMutex captured`);try{t.log(`clearBuffer`,B({queue:e.bufferPlaybackQueue.slice(0,5)})),yield e.nativeBufferManager.clear(e.destroyAbortController.signal),e.bufferPlaybackQueue.forEach(e=>e.segment.bufferStatus=`none`),e.bufferPlaybackQueue=[]}finally{e.bufferClearingMutex=!1,t.log(`bufferClearingMutex released`),t.end()}})()}abortDownload(){this.downloadAbortController.abort(),this.downloadAbortController=new fu,this.abortDownloadingItems(),this.maintainPlaybackBufferMutex=!1}abortDownloadingItems(){for(let e of this.downloadingBufferItems)e.segment.networkStatus===`downloading`&&(e.segment.networkStatus=`none`,e.segment.loadedBytes=0,e.segment.feedingBytes=0,e.segment.fedBytes=0,e.segment.data=null,e.startedAtMs=void 0);this.downloadingBufferItems=[]}abortNativeBuffer(){var e=this;return a(function*(){let t=e.tracer.createComponentTracer(`abortNativeBuffer`);t.log(`abortNativeBufferMutex captured`),e.abortNativeBufferMutex=!0;try{t.log(`abortNativeBuffer`,B({bufferState:e.nativeBufferManager.getBufferState()}));let n=e.playingRepresentationId&&e.initData.get(e.playingRepresentationId),r=n instanceof ArrayBuffer?n:void 0;return yield e.nativeBufferManager.abortBuffer(r)}finally{e.abortNativeBufferMutex=!1,t.log(`abortNativeBufferMutex released`),e.tuning.dash.useAbortResetNativeBufferMutex&&(e.maintainNativeBufferMutex=!1),t.end()}})()}loadInits(){var e=this;return a(function*(){for(let[t,n]of e.representations)e.idleCallbacks.set(n.id,mu(function(){var t=a(function*(t){return yield e.loadInitIfNeeded(n,`low`,!1)});return function(e){return t.apply(this,arguments)}}()))})()}loadInitIfNeeded(e,t=`auto`,n=!1){var r=this;return a(function*(){let i=r.initDataPromises.get(e.id),a;a=r.initData.has(e.id)&&r.segments.has(e.id)?Promise.resolve():V(i)?i:r.loadInit(e,t,n),yield a})()}loadInit(e,t=`auto`,n=!1){var r=this;return a(function*(){try{let n=r.tuning.dash.useFetchPriorityHints?t:`auto`,i=r.fetcher.fetchRepresentation(e.segmentReference,r.containerParser,r.downloadAbortController.signal,n);r.initDataPromises.set(e.id,i);let{initMetadata:a,initDataView:o,segments:s}=(yield i)??{};if(r.initDataPromises.delete(e.id),H(o)||H(s))return;a&&r.parsedInitData.set(e.id,a);let c=o.buffer.slice(o.byteOffset,o.byteOffset+o.byteLength);r.initData.set(e.id,c),r.segments.set(e.id,s),r.failedDownloads=0}catch(e){n&&!xu(e)&&r.error$.next({id:`LoadInits`,category:_u.WTF,message:`loadInit threw`,thrown:e})}})()}maintainNativeBuffer(){var e=this;return a(function*(){let t=e.getCurrentPosition(),n=e.segments.get(e.downloadingRepresentationId??``),r=n?.[n?.length-1];if(H(t)||H(r)||e.maintainNativeBufferMutex||e.abortNativeBufferMutex||e.bufferClearingMutex||e.switchMutex||e.seekMutex||e.preloadOnly)return;let i;e.maintainNativeBufferMutex=!0;try{let n=e.bufferPlaybackQueue.find(n=>e.withinInterval(t,n.segment.time)),a=e.bufferPlaybackQueue.find(e=>e.segment.bufferStatus!==`fed`),o=e.initData.get(a?.representationId??``),s=e.bufferPlaybackQueue[0],c=e.destroyAbortController.signal,l=(e.getCurrentStallDuration()??0)>0;e.tuning.dash.useBufferHoldingOnlyOnStall&&(l&&=t>0);let u=Math.min(e.tuning.dash.minSafeBufferToPlay,r.time.to-t),d=l?e.getForwardPlaybackBufferDuration()>=u:!0;V(o)&&V(a)&&V(n)&&e.playingRepresentationId!==a.representationId&&e.withinAppendInterval(t,a.segment.time)&&(a===n||n.segment.bufferStatus===`fed`)&&(i??=e.tracer.createComponentTracer(`nativeMaintain ${t}`),i.log(`abortNativeBuffer`),yield e.abortNativeBuffer(),i.log(`start addInitSegment`),yield e.nativeBufferManager.addInitSegment(o,c),i.log(`end addInitSegment`),e.playingRepresentationId=a.representationId,e.playingRepresentation$.next(e.playingRepresentationId),i.log(`playingRepresentationId`,B({id:a.representationId}))),V(a)&&e.withinAppendInterval(t,a.segment.time)&&d&&(i??=e.tracer.createComponentTracer(`nativeMaintain ${t}`),a.segment.loadedBytes===a.segment.size&&a.segment.bufferStatus===`none`?(i.log(`started appendSegmentFully`),yield e.appendSegmentFully(a,c),i.log(`ended appendSegmentFully`)):(i.log(`started appendSegmentPartially`),yield e.appendSegmentPartially(a,c),i.log(`ended appendSegmentPartially`))),V(s)&&V(n)&&e.withinRemoveInterval(t,s.segment.time)&&s.segment.time.to<n.segment.time.from+1&&(i??=e.tracer.createComponentTracer(`nativeMaintain ${t}`),i.log(`started removeSegment`),yield e.removeSegment(s,c),i.log(`ended removeSegment`)),i?.log(`currentPosition`,B({currentPosition:t})),i?.log(`currentPlayingItem`,B(n)),i?.log(`nextPlayingItem`,B(a)),i?.log(`nextRemoveItem`,B(s)),i?.log(`queue`,B(e.bufferPlaybackQueue.slice(0,5))),i?.log(`buffer`,B(e.nativeBufferManager.getBufferState()??{})),e.pruneVirtualBuffer(t)}finally{e.maintainNativeBufferMutex=!1,i?.log(`maintainNativeBufferMutex released`),i?.end()}})()}maintainPlaybackBuffer(e){var t=this;return a(function*(){gu(t.downloadingRepresentationId);let n=t.segments.get(t.downloadingRepresentationId),r=t.representations.get(t.downloadingRepresentationId);if(H(n)||H(r)||t.maintainPlaybackBufferMutex||t.abortNativeBufferMutex||t.bufferClearingMutex||t.switchMutex||t.seekMutex)return;let i;t.maintainPlaybackBufferMutex=!0;try{let a=n.find(t=>e>=t.time.from&&e<t.time.to);V(a)&&isFinite(a.time.from)&&isFinite(a.time.to)&&t.currentSegmentLength$.next(a?.time.to-a.time.from),t.downloadingBufferItems.length||(t.downloadingBufferItems=t.selectDownloadingItems(e,n)),t.downloadingBufferItems.length&&(i=t.tracer.createComponentTracer(`playbackMaintain ${e}`)),i?.log(`maintainPlaybackBufferMutex captured`),i?.log(`currentSegment`,B(a)),i?.log(`downloadingBufferItems`,B(t.downloadingBufferItems)),i?.log(`processCachedItems`),yield t.processCachedItems();let o=t.selectItemsToLoad();i?.log(`itemsToLoad`,B(o)),yield t.loadItems(o,r),i?.log(`items downloaded`,B(o))}finally{t.maintainPlaybackBufferMutex=!1,i?.log(`maintainPlaybackBufferMutex released`),i?.end()}})()}actualizeLastSegmentInfo(e){let t=this.segments.get(this.downloadingRepresentationId??``);if(H(t)||t.length===0)return;let n=t[t?.length-1];H(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){gu(this.downloadingRepresentationId);let n=this.getPlaybackBufferState(),r,i;V(n)&&this.withinInterval(e,n)?(i=this.forwardBufferTarget-this.getForwardPlaybackBufferDuration(e),r=this.bufferPlaybackQueue[this.bufferPlaybackQueue.length-1].segmentIndex+1):(i=this.forwardBufferTarget,r=t.findIndex(t=>this.withinInterval(e,t.time))),r=r===-1?0:r;let a=[];for(;r<t.length&&i>0;){a.push({representationId:this.downloadingRepresentationId,segmentIndex:r,segment:t[r]});let{from:e,to:n}=t[r].time;i-=n-e,r++}return a}processCachedItems(){var e=this;return a(function*(){let t=[...e.downloadingBufferItems];for(;t.length&&t[0].segment.networkStatus===`downloaded`;)yield e.onDownloadItem(t[0]),t.shift()})()}withinInterval(e,{from:t,to:n},r=this.tuning.dash.bufferTolerance,i=0){return V(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 V(e)?e-n>t:!1}appendSegmentFully(e,t){var n=this;return a(function*(){H(e.segment.data)||(e.segment.feedingBytes=e.segment.size,(yield n.nativeBufferManager.append(e.segment.data,t))&&(e.segment.fedBytes=e.segment.size,n.onItemFullyAppended(e)))})()}appendSegmentPartially(e,t){var n=this;return a(function*(){if(H(e.segment.data)||H(e.segment.loadedBytes)||H(e.segment.feedingBytes)||H(e.segment.fedBytes)||H(e.segment.size))return;let r=e.segment.data,i=new DataView(r.buffer,r.byteOffset+e.segment.feedingBytes,r.byteLength-e.segment.feedingBytes),a=e.segment.loadedBytes===e.segment.size?i:n.parseFeedableSegmentChunk(i);a?.byteLength&&(e.segment.bufferStatus=`partially_fed`,e.segment.feedingBytes+=a.byteLength,(yield n.nativeBufferManager.append(a,t))&&(e.segment.fedBytes+=a.byteLength,e.segment.fedBytes===e.segment.size&&n.onItemFullyAppended(e)))})()}parseFeedableSegmentChunk(e){return this.containerParser.parseFeedableSegmentChunk(e,!1)}onItemFullyDownloaded(e){e.segment.networkStatus=`downloaded`}onItemFullyAppended(e){e.segment.bufferStatus=`fed`}removeSegment(e,t){var n=this;return a(function*(){let{from:r,to:i}=e.segment.time,a=(i-r)/4;(yield n.nativeBufferManager.remove(0,i-a,t))&&(e.segment.fedBytes=0,e.segment.feedingBytes=0,e.segment.bufferStatus=`none`,n.bufferPlaybackQueue.shift())})()}onDownloadItem(e){var t=this;return a(function*(){if(!t.downloadingBufferItems.find(t=>t===e))return;let n=t.getCurrentPosition();return t.downloadingBufferItems=t.downloadingBufferItems.filter(t=>t!==e||t.segment.networkStatus!==`downloaded`),(t.preloadOnly||V(n)&&!t.withinRemoveInterval(n,e.segment.time))&&!t.bufferPlaybackQueue.find(t=>t===e)&&t.bufferPlaybackQueue.push(e),t.maintainNativeBuffer()})()}pruneVirtualBuffer(e){let{maxVirtualBufferSize:t,virtualBufferPruneSize:n,bufferPruningSafeZone:r}=this.tuning.dash;if(this.currentVirtualBufferSize<t)return;let i=this.currentVirtualBufferSize-t+n;for(let t of this.segments.values())for(let n of t)V(n.size)&&i>0&&n.time.to<=e-r&&n.bufferStatus===`none`&&n.networkStatus===`downloaded`&&(n.data=null,n.networkStatus=`none`,this.currentVirtualBufferSize-=n.size,i-=n.size);for(let t of this.segments.values())for(let n of[...t].reverse())V(n.size)&&i>0&&n.time.from>=e+r&&n.bufferStatus===`none`&&n.networkStatus===`downloaded`&&!this.bufferPlaybackQueue.find(e=>e.segment===n)&&!this.downloadingBufferItems.find(e=>e.segment===n)&&(n.data=null,n.networkStatus=`none`,this.currentVirtualBufferSize-=n.size,i-=n.size)}updateRepresentationsBaseUrlIfNeeded(){if(!this.tuning.dash.enableBaseUrlSupport||!this.baseUrls.length||this.failedDownloads<=this.tuning.dash.maxSegmentRetryCount)return;this.baseUrlsIndex=(this.baseUrlsIndex+1)%this.baseUrls.length;let e=this.baseUrls[this.baseUrlsIndex];for(let t of this.representations.values())this.updateRepresentationBaseUrl(t,e)}}import{ErrorCategory as Nd,getWindow as Pd,isNonNullable as Fd,isNullable as Id,now as Ld,isAbortError as Rd}from"@vkontakte/videoplayer-shared/es2015";class zd extends Md{constructor(e,t,n,r){super(e,t,n,r)}loadItems(t,n,r=`auto`){var i=this;return a(function*(){let{signal:a}=i.downloadAbortController;if(a.aborted||!t.length)return;let s=i.prepareFetchParams(t,n),{url:c}=s,u=l(s,e);if(i.failedDownloads&&(yield i.waitExponentialDownloadDelay()),a.aborted)return;let d=Pd().performance.now();for(let e of t)e.startedAtMs=d;try{yield i.fetcher.fetch(c,o(o({},u),{},{priority:r,urlCacheMechanismEnabled:!0})),i.lastDataObtainedTimestampMs=Ld(),i.failedDownloads=0}catch(e){i.abortDownloadingItems(),Rd(e)||(i.failedDownloads++,i.updateRepresentationsBaseUrlIfNeeded())}})()}selectItemsToLoad(){let e=0,t=0,n=[],r=this.preloadOnly?0:this.tuning.dash.segmentRequestSize,i=this.preloadOnly?this.forwardBufferTarget:0,a=0;for(;a<this.downloadingBufferItems.length&&this.downloadingBufferItems[a].segment.networkStatus===`none`&&(e<=r||t<=i);){let r=this.downloadingBufferItems[a],i=r.segment;i.networkStatus=`downloading`,i.loadedBytes=0,i.feedingBytes=0,i.fedBytes=0,n.push(r),e+=i.byte.to+1-i.byte.from,t+=i.time.to+1-i.time.from,a++}return n}prepareFetchParams(e,t){var n=this;if(Co(t.segmentReference))throw Error(`Representation is not byte range type`);let{signal:r}=this.downloadAbortController,i=t.segmentReference.url,o={from:e[0].segment.byte.from,to:e[e.length-1].segment.byte.to};return{url:i,range:o,onProgress:function(){var i=a(function*(i,a){if(!r.aborted)try{n.lastDataObtainedTimestampMs=Ld(),yield n.onSomeDataLoaded({downloadingItems:e,dataView:i,loaded:a,signal:r,globalFrom:o?o.from:0,representationId:t.id})}catch(e){n.error$.next({id:`SegmentFeeding`,category:Nd.VIDEO_PIPELINE,message:`Error when feeding segments`,thrown:e})}});return function(e,t){return i.apply(this,arguments)}}(),signal:r,bufferOptimisation:this.tuning.dash.fetcherBufferOptimisation}}onSomeDataLoaded({downloadingItems:e,dataView:t,representationId:n,globalFrom:r,loaded:i,signal:o}){var s=this;return a(function*(){let a=s.representations.get(n);if(!(!s.downloadingBufferItems.length||Id(a)||Id(r)||o.aborted))for(let n of e){let{segment:e}=n,a=e.byte.from-r,o=e.byte.to-r,c=a<i,l=o<=i;!c||Id(e.size)||(e.networkStatus===`downloading`&&e.bufferStatus===`none`&&l?(e.data=new DataView(t.buffer,t.byteOffset+a,e.size),s.currentVirtualBufferSize+=e.size,s.onItemFullyDownloaded(n),e.loadedBytes=Math.min(e.size,i-a),yield s.onDownloadItem(n)):Fd(e.feedingBytes)&&s.tuning.dash.enableSubSegmentBufferFeeding&&e.networkStatus===`downloading`&&(e.loadedBytes=Math.min(e.size,i-a),l&&(s.currentVirtualBufferSize+=e.size,s.onItemFullyDownloaded(n)),e.loadedBytes>e.feedingBytes&&(e.data=new DataView(t.buffer,t.byteOffset+a,e.loadedBytes),yield s.onDownloadItem(n))))}})()}updateRepresentationBaseUrl(e,t){if(Co(e.segmentReference))throw Error(`Representation is not byte range type`);e.segmentReference.url=t}}import{ErrorCategory as Bd,getWindow as Vd,isAbortError as Hd,isNullable as Ud,now as Wd}from"@vkontakte/videoplayer-shared/es2015";class Gd extends Md{constructor(e,t,n,r){super(e,t,n,r)}loadItems(e,n,r=`auto`){var i=this;return a(function*(){let{signal:a}=i.downloadAbortController;if(a.aborted||!e.length)return;let s=i.prepareFetchParams(e,n),{url:c}=s,u=l(s,t);if(i.failedDownloads&&(yield i.waitExponentialDownloadDelay()),a.aborted)return;let d=Vd().performance.now();for(let t of e)t.startedAtMs=d;try{let t=yield i.fetcher.fetch(c,o(o({},u),{},{priority:r}));if(i.lastDataObtainedTimestampMs=Wd(),Ud(t))return;let n=e[0],a=new DataView(t);n.segment.size=a.byteLength,n.segment.loadedBytes=a.byteLength,n.segment.data=a,i.onItemFullyDownloaded(n),yield i.onDownloadItem(n),i.failedDownloads=0}catch(e){i.abortDownloadingItems(),Hd(e)||(i.failedDownloads++,i.updateRepresentationsBaseUrlIfNeeded())}})()}selectItemsToLoad(){let e=[];for(let t of this.downloadingBufferItems){let n=t.segment;n.networkStatus=`downloading`,n.size=1/0,n.loadedBytes=0,n.feedingBytes=0,n.fedBytes=0,e.push(t)}return e}prepareFetchParams(e,t){var n=this;let r=this.getFetchUrl(e,t).toString(),{signal:i}=this.downloadAbortController;return{url:r,onProgress:function(){var r=a(function*(r,a){if(!i.aborted)try{n.lastDataObtainedTimestampMs=Wd(),yield n.onSomeDataLoaded({downloadingItems:e,dataView:r,loaded:a,signal:i,representationId:t.id})}catch(e){n.error$.next({id:`SegmentFeeding`,category:Bd.VIDEO_PIPELINE,message:`Error when feeding segments`,thrown:e})}});return function(e,t){return r.apply(this,arguments)}}(),signal:i,bufferOptimisation:this.tuning.dash.fetcherBufferOptimisation}}getFetchUrl(e,t){if(!Co(t.segmentReference))throw Error(`Representation is not template type`);return new URL(e[0].segment.url,t.segmentReference.baseUrl)}onSomeDataLoaded({downloadingItems:e,dataView:t,representationId:n,loaded:r,signal:i}){var o=this;return a(function*(){let a=e[0],{segment:s}=a,c=o.representations.get(n);!o.downloadingBufferItems.length||Ud(c)||Ud(s.feedingBytes)||s.networkStatus!==`downloading`||i.aborted||(s.loadedBytes=r,s.loadedBytes>s.feedingBytes&&o.tuning.dash.enableSubSegmentBufferFeeding&&(s.data=new DataView(t.buffer,t.byteOffset,s.loadedBytes),yield o.onDownloadItem(a)))})()}updateRepresentationBaseUrl(e,t){if(!Co(e.segmentReference))throw Error(`Representation is not template type`);e.segmentReference.baseUrl=t}}import{arrayFlatMap as Kd}from"@vkontakte/videoplayer-shared/es2015";import{assertNonNullable as qd,ErrorCategory as Jd,isNullable as Yd,ValueSubject as Xd}from"@vkontakte/videoplayer-shared/es2015";class Zd extends Gd{constructor(e,t,n,r){super(e,t,n,r),i(this,`currentLiveSegmentServerLatency$`,new Xd(0)),i(this,`currentLowLatencySegmentLength$`,new Xd(0)),i(this,`liveInitialAdditionalOffset`,0),i(this,`isSeekingLive`,!1),i(this,`isActiveLowLatency`,void 0),this.isActiveLowLatency=r.isActiveLowLatency}updateManifest(e){if(!e||[...this.segments.values()].every(e=>!e.length))return;let t=Kd(e.streams[this.kind],e=>e.representations);for(let e of t){if(Yd(e)||!Co(e.segmentReference))return;let t=e.segmentReference.segments.map(e=>o(o({},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;qd(e);let t=this.segments.get(e);if(t?.length){let n={representationId:e,segmentIndex:t.length-1,segment:t[t.length-1]};this.updateLowLatencyLive(n)}}getLiveSegmentsToLoadState(e){let t=e?.streams[this.kind],n=(t==null?void 0:Kd(t,e=>e.representations)).find(e=>e.id===this.downloadingRepresentationId);if(Yd(n))return;let r=this.segments.get(n.id);if(r?.length)return{from:r[0].time.from,to:r[r.length-1].time.to}}getRepresentationInitialTime(){if(Yd(this.playingRepresentationId))return 0;let e=this.representations.get(this.playingRepresentationId)?.segmentReference;return Yd(e)||!Co(e)?0:this.getActualLiveStartingSegments(e)[0].time.from+this.tuning.dash.bufferTolerance}prepareFetchParams(e,t){return o(o({},super.prepareFetchParams(e,t)),{},{isLowLatency:this.isActiveLowLatency()})}onSomeDataLoaded(e){var t=()=>super.onSomeDataLoaded,r=this;return a(function*(){let{downloadingItems:i}=e,a=l(e,n);yield t().call(r,o({downloadingItems:i},a)),r.isActiveLowLatency()&&r.updateLowLatencyItemTime(i[0])})()}onItemFullyDownloaded(e){if(super.onItemFullyDownloaded(e),Yd(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(Yd(e.segment.data)||Yd(n)||!Co(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(!Co(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=uu(r.segmentTemplateUrl,{segmentTime:t});i.push({networkStatus:`none`,bufferStatus:`none`,time:{from:e.segment.time.to,to:e.segment.time.to+this.tuning.dash.bufferTolerance},url:n,isCurrentLowLatency:!0})}}this.currentLowLatencySegmentLength$.next(t)}parseFeedableSegmentChunk(e){return this.containerParser.parseFeedableSegmentChunk(e,!0)}getFetchUrl(e,t){let n=super.getFetchUrl(e,t);return this.isActiveLowLatency()&&n.searchParams.set(`low-latency`,`yes`),n}loadInit(e,t=`auto`,n=!1){var r=this;return a(function*(){try{let n=r.tuning.dash.useFetchPriorityHints?t:`auto`,i=r.fetcher.fetchRepresentation(e.segmentReference,r.containerParser,r.downloadAbortController.signal,n);r.initDataPromises.set(e.id,i);let{initMetadata:a,initDataView:o,segments:s}=(yield i)??{};if(r.initDataPromises.delete(e.id),Yd(o)||Yd(s))return;a&&r.parsedInitData.set(e.id,a);let c=r.getActualLiveStartingSegments(e.segmentReference);r.segments.has(e.id)||r.segments.set(e.id,c);let l=o.buffer.slice(o.byteOffset,o.byteOffset+o.byteLength);r.initData.set(e.id,l),r.failedDownloads=0}catch(e){n&&r.error$.next({id:`LoadInits`,category:Jd.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 Qd{static getBufferManager(e,t,n,r){return r.manifest?.live?new Zd(e,t,n,r):Co(n[0].segmentReference)?new Gd(e,t,n,r):new zd(e,t,n,r)}}import{ErrorCategory as $d,fromEvent as ef,isNullable as tf,Subject as nf,Subscription as rf,ValueSubject as af}from"@vkontakte/videoplayer-shared/es2015";import{assertNever as of,ErrorCategory as sf,Subject as cf}from"@vkontakte/videoplayer-shared/es2015";var lf=18,uf=!1;try{uf=j.browser.isSafari&&!!j.browser.safariVersion&&j.browser.safariVersion<=lf}catch(e){console.error(e)}class df{constructor(e,t=!1){i(this,`bufferFull$`,new cf),i(this,`error$`,new cf),i(this,`buffer`,void 0),i(this,`queue`,[]),i(this,`currentTask`,null),i(this,`destroyed`,!1),i(this,`abortRequested`,!1),i(this,`isAbortFixEnabled`,!1),i(this,`completeTask`,()=>{try{if(this.currentTask){let e=this.currentTask.signal?.aborted;this.currentTask.callback(!e),this.currentTask=null}this.queue.length&&this.pull()}catch(e){this.error$.next({id:`BufferTaskQueueUnknown`,category:sf.VIDEO_PIPELINE,message:`Buffer appending or removal failed`,thrown:e})}}),this.buffer=e,this.isAbortFixEnabled=t,this.buffer.addEventListener(`updateend`,this.completeTask)}append(e,t){var n=this;return a(function*(){return t&&t.aborted?!1:new Promise(r=>{let i={operation:`append`,data:e,signal:t,callback:r};n.queue.push(i),n.pull()})})()}remove(e,t,n){var r=this;return a(function*(){return n&&n.aborted?!1:new Promise(i=>{let a={operation:`remove`,from:e,to:t,signal:n,callback:i};r.queue.unshift(a),r.pull()})})()}abort(e){var t=this;return a(function*(){return new Promise(n=>{let r,i=e=>{t.abortRequested=!1,n(e)};r=uf&&e?{operation:`safariAbort`,init:e,callback:i}:{operation:`abort`,callback:i},t.isAbortFixEnabled&&t.currentTask&&(t.currentTask.callback(!1),t.currentTask=null);for(let{callback:e}of t.queue)e(!1);t.abortRequested=!0,r&&(t.queue=[r]),t.pull()})})()}destroy(){this.destroyed=!0,this.buffer.removeEventListener(`updateend`,this.completeTask),this.queue=[],this.currentTask=null;try{this.buffer.abort()}catch(e){if(!(e instanceof DOMException&&e.name===`InvalidStateError`))throw e}}pull(){if((this.buffer.updating||this.currentTask||this.destroyed)&&!this.abortRequested)return;let e=this.queue.shift();if(!e)return;if(e.signal?.aborted){e.callback(!1),this.pull();return}this.currentTask=e;let{operation:t}=this.currentTask;try{this.execute(this.currentTask)}catch(e){e instanceof DOMException&&e.name===`QuotaExceededError`&&t===`append`?this.bufferFull$.next(this.currentTask.data.byteLength):e instanceof DOMException&&e.name===`InvalidStateError`||this.error$.next({id:`BufferTaskQueue:${t}`,category:sf.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:of(t)}}}var ff=df,pf=(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 mf{constructor(e){i(this,`error$`,new nf),i(this,`updateEnd$`,new af(void 0)),i(this,`mediaSource`,void 0),i(this,`sourceBuffer`,void 0),i(this,`sourceBufferTaskQueue`,void 0),i(this,`subscription`,new rf),this.mediaSource=e}init(e,t,n=!1){this.sourceBuffer=this.mediaSource.addSourceBuffer(`${e}; codecs="${t}"`),this.sourceBufferTaskQueue=new ff(this.sourceBuffer,n),this.subscription.add(this.sourceBufferTaskQueue.error$.subscribe(e=>this.error$.next(e))),this.subscription.add(ef(this.sourceBuffer,`error`).subscribe(()=>this.error$.next({id:`SourceBuffer`,category:$d.VIDEO_PIPELINE,message:`SourceBuffer Error event fired`}))),this.subscription.add(ef(this.sourceBuffer,`updateend`).subscribe(this.updateEnd$))}addInitSegment(e,t){return this.sourceBufferTaskQueue.append(e,t)}append(e,t){return this.sourceBufferTaskQueue.append(e,t)}remove(e,t,n){return this.sourceBufferTaskQueue.remove(e,t,n)}clear(e){var t=this;return a(function*(){let n=t.getBufferState();if(tf(n))return Promise.resolve(!1);let r=!0;yield t.sourceBufferTaskQueue.abort();for(let i of n)r&&=yield t.sourceBufferTaskQueue.remove(i.from,i.to,e);return r})()}warmUpMediaSource(){!tf(this.sourceBuffer)&&!this.sourceBuffer.updating&&(this.sourceBuffer.mode=`segments`)}getBufferState(){if(tf(this.sourceBuffer)||!L(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 tf(this.sourceBuffer)||!L(this.mediaSource,this.sourceBuffer)||!this.sourceBuffer.buffered.length||tf(e)?0:pf(this.sourceBuffer.buffered,e)}abortBuffer(e){var t=this;return a(function*(){return tf(t.sourceBuffer)?!1:t.sourceBufferTaskQueue.abort(e)})()}destroy(){if(this.subscription.unsubscribe(),this.sourceBufferTaskQueue?.destroy(),this.sourceBuffer)try{this.mediaSource.removeSourceBuffer(this.sourceBuffer)}catch(e){if(!(e instanceof DOMException&&e.name===`NotFoundError`))throw e}this.sourceBuffer=null}}import{objectValues as hf}from"@vkontakte/videoplayer-shared/es2015";import{ErrorCategory as gf,isHigher as _f,isLower as vf,isLowerOrEqual as yf,VideoQuality as bf}from"@vkontakte/videoplayer-shared/es2015";var xf=e=>{switch(e){case`DASH_SEP`:case`DASH_WEBM`:case`DASH_WEBM_AV1`:case`DASH_ONDEMAND`:case`DASH_STREAMS`:return!0;default:return!1}},Sf=hf(bf).filter(e=>e!==bf.INVARIANT).sort((e,t)=>_f(e,t)?-1:1),Cf=e=>{if(!e||e===bf.INVARIANT)return null;let t=Sf.find(t=>vf(t,e))??bf.Q_1080P;return yf(t,bf.Q_1080P)?bf.Q_1080P:t},wf=(e,t,n)=>e.category===gf.VIDEO_PIPELINE&&e.id.endsWith(`MediaError#${MediaError.MEDIA_ERR_DECODE}`)&&xf(t)?Cf(n):null,Tf=({height:e},t)=>{let n=`${e}p`;try{return _f(n,t)}catch{return!1}},Ef=(e,t)=>{e.video.forEach(e=>{e.representations.forEach(e=>{e.tvDisabled=e.tvDisabled||Tf(e,t)})})},Df=[`timeupdate`,`progress`,`play`,`seeked`,`stalled`,`waiting`],Of=[`timeupdate`,`progress`,`loadeddata`,`playing`,`seeked`];class kf{constructor(e){i(this,`element`,null),i(this,`manifestUrlString`,``),i(this,`source`,null),i(this,`manifest`,null),i(this,`tuning`,void 0),i(this,`tracer`,void 0),i(this,`stallTracer`,void 0),i(this,`forceVideoCodec`,void 0),i(this,`stallTimeInWaitingExitAttemptMade`,0),i(this,`videoBufferManager`,void 0),i(this,`audioBufferManager`,void 0),i(this,`bufferManagers`,[]),i(this,`videoNativeBufferManager`,void 0),i(this,`audioNativeBufferManager`,void 0),i(this,`nativeBufferManagers`,[]),i(this,`throughputEstimator`,void 0),i(this,`subscription`,new ul),i(this,`subscriptionRemovable`,new dl),i(this,`representationSubscription`,new ul),i(this,`fetcher`,void 0),i(this,`forceEnded$`,new ll),i(this,`stallWatchdogSubscription`,void 0),i(this,`destroyController`,new Wc),i(this,`state$`,new Gt(`none`)),i(this,`currentVideoRepresentation$`,new z(void 0)),i(this,`currentVideoRepresentationInit$`,new z(void 0)),i(this,`currentAudioRepresentation$`,new z(void 0)),i(this,`currentVideoSegmentLength$`,new z(0)),i(this,`currentAudioSegmentLength$`,new z(0)),i(this,`error$`,new ll),i(this,`manifestRequested`,new ll),i(this,`manifestReceived`,new ll),i(this,`firstBytesRequested`,new ll),i(this,`firstBytesReceived`,new ll),i(this,`lastConnectionType$`,new z(void 0)),i(this,`lastConnectionReused$`,new z(void 0)),i(this,`lastRequestFirstBytes$`,new z(void 0)),i(this,`lastConnectionMetrics$`,new z(void 0)),i(this,`lastDownloadMetrics$`,new z(void 0)),i(this,`currentLiveTextRepresentation$`,new z(null)),i(this,`timeoutSourceOpenId`,void 0),i(this,`isLive$`,new z(!1)),i(this,`isActiveLive$`,new z(!1)),i(this,`isLowLatency$`,new z(!1)),i(this,`liveDuration$`,new z(0)),i(this,`liveSeekableDuration$`,new z(0)),i(this,`liveAvailabilityStartTime$`,new z(0)),i(this,`liveStreamStatus$`,new z(void 0)),i(this,`currentBuffer$`,new z({from:0,to:0})),i(this,`bufferLength$`,new z(0)),i(this,`nativeBufferLength$`,new z(0)),i(this,`liveLatency$`,new z(void 0)),i(this,`liveLoadBufferLength$`,new z(0)),i(this,`livePositionFromPlayer$`,new z(0)),i(this,`currentStallDuration$`,new z(0)),i(this,`videoLastDataObtainedTimestamp$`,new z(0)),i(this,`fetcherRecoverableError$`,new ll),i(this,`fetcherError$`,new ll),i(this,`updateDurationError$`,new ll),i(this,`isOnDemand`,!1),i(this,`dashMaxTvVideoQuality`,void 0),i(this,`initRepresentations`,Jc(this.destroyController.signal,function(){var e=c(function*(e,t,n){this.tracer.log(`initRepresentationsStart`,$c({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(),Yc(this.videoBufferManager),yield Promise.all([this.videoBufferManager.startWith(e),t?this.audioBufferManager?.startWith(t):Promise.resolve()]),this.state$.setState(`representations_ready`),this.tracer.log(`initRepresentationsEnd`)});return function(t,n,r){return e.apply(this,arguments)}}().bind(this))),i(this,`fetchManifest`,Jc(this.destroyController.signal,c(function*(){try{return yield this.fetcher.fetchManifest(this.manifestUrlString)}catch(e){al(this.manifest)&&!this.bufferLength$.getValue()&&this.error$.next({id:`LoadManifest`,category:Xc.NETWORK,message:`Failed to load manifest`,thrown:e})}}).bind(this))),this.throughputEstimator=e.throughputEstimator,this.tuning=e.tuning,this.tracer=e.tracer.createComponentTracer(this.constructor.name),this.forceVideoCodec=e.forceVideoCodec,this.isOnDemand=e.isOnDemand||!1,this.dashMaxTvVideoQuality=e.dashMaxTvVideoQuality,this.fetcher=new Jl({throughputEstimator:this.throughputEstimator,requestQuic:this.tuning.requestQuick,compatibilityMode:e.compatibilityMode,tracer:this.tracer,useEnableSubtitlesParam:e.tuning.useEnableSubtitlesParam,measureNonSegmentRequests:e.tuning.throughputEstimator.measureNonSegmentRequests,handleExtendedNetworkErrorsSet:e.tuning.handleExtendedNetworkErrorsSet,useUrlCacheMechanism:e.tuning.useUrlCacheMechanism}),this.subscription.add(this.fetcher.recoverableError$.subscribe(this.fetcherRecoverableError$)),this.subscription.add(this.fetcher.error$.subscribe(this.fetcherError$)),this.initTracerSubscription()}initManifest(e,t,n){var r=this;return a(function*(){r.tracer.log(`initManifest`),r.state$.startTransitionTo(`manifest_ready`),r.element=e,r.manifestUrlString=r.prepareManifestUrlString(t,n),r.manifest=yield r.updateManifest(),r.manifest?.streams.video.length?r.state$.setState(`manifest_ready`):r.error$.next({id:`NoRepresentations`,category:Xc.PARSER,message:`No playable video representations`})})()}initBuffer(){Yc(this.element),this.state$.setState(`running`),this.subscription.add(sl(...Df.map(e=>el(this.element,e)),el(nl(),`online`),rl(this.tuning.dash.tickMaintainInterval)).subscribe(()=>this.tick(),e=>this.error$.next({id:`DashVKPlayer`,category:Xc.WTF,message:`Internal logic error`,thrown:e})));let e=[...this.source?.activeSourceBuffers??[]];this.subscription.add(sl(...e.map(e=>el(e,`updateend`))).subscribe(e=>this.reinitDecoderIfNeeded())),this.subscription.add(el(this.element,`waiting`).subscribe(e=>{this.stallWatchdogSubscription&&(this.stallWatchdogSubscription.unsubscribe(),this.subscriptionRemovable.remove(this.stallWatchdogSubscription),this.stallTracer.end()),this.stallTracer=this.tracer.createComponentTracer(`stall`),this.stallWatchdogSubscription=rl(this.tuning.dash.stallWatchdogInterval).subscribe(()=>this.stallWatchdogIntervalCallback(),e=>this.error$.next({id:`StallWatchdogCallback`,category:Xc.NETWORK,message:`Can't restore DASH after stall.`,thrown:e})),this.subscriptionRemovable.add(this.stallWatchdogSubscription)}))}switchRepresentation(e,t,n){var r=this;return a(function*(){return{video:r.videoBufferManager,audio:r.audioBufferManager,text:null}[e]?.switchTo(t,n)})()}seek(e,t=!1){var n=this;return a(function*(){Yc(n.element),Yc(n.videoBufferManager);let r;r=t||n.element.duration*1e3<=n.tuning.dashSeekInSegmentDurationThreshold||Math.abs(n.element.currentTime*1e3-e)<=n.tuning.dashSeekInSegmentAlwaysSeekDelta?e:Math.max(n.videoBufferManager.findSegmentStartTime(e)??e,n.audioBufferManager?.findSegmentStartTime(e)??e),n.warmUpMediaSourceIfNeeded(r),yield Promise.all([n.videoBufferManager.prepareSeek(),n.audioBufferManager?.prepareSeek()]),n.element.currentTime=r/1e3,yield Promise.all([n.videoBufferManager.seek(r),n.audioBufferManager?.seek(r)]),yield n.reinitDecoderIfNeeded(),n.tracer.log(`seek`,$c({requestedPosition:e,forcePrecise:t,position:r}))})()}warmUpMediaSourceIfNeeded(e=this.element?.currentTime){il(this.element)&&il(this.source)&&il(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){this.bufferManagers.forEach(t=>t.setTarget(e))}setPreloadOnly(e){this.bufferManagers.forEach(t=>t.setPreloadOnly(e))}stop(){this.tracer.log(`stop`),this.element?.querySelectorAll(`source`).forEach(e=>{URL.revokeObjectURL(e.src),e.remove()}),this.element=null,this.source=null,this.manifest=null,this.currentVideoRepresentation$.next(void 0),this.nativeBufferManagers.forEach(e=>e.destroy()),this.videoBufferManager?.destroy(),this.videoBufferManager=null,this.audioBufferManager?.destroy(),this.audioBufferManager=null,this.bufferManagers=[],this.state$.setState(`none`)}destroy(){this.subscription.unsubscribe(),this.subscriptionRemovable.unsubscribe(),this.representationSubscription.unsubscribe(),this.timeoutSourceOpenId&&nl().clearTimeout(this.timeoutSourceOpenId),this.destroyController.abort(),this.fetcher.destroy(),this.stop(),il(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:Xc.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 ul;t.add(sl(...this.nativeBufferManagers.map(e=>e.updateEnd$)).subscribe(()=>{if(!this.isAnyBufferUpdating()){t.unsubscribe();try{this.source&&(this.source.duration=this.calculateDurationFromBuffersSegments()/1e3)}catch(t){e(t)}}}))}calculateDurationFromBuffersSegments(){return Math.max(this.videoBufferManager?.calculateDurationFromSegments()||0,this.audioBufferManager?.calculateDurationFromSegments()||0)}isAnyBufferUpdating(){return!this.source||this.source.readyState!==`open`?!1:Array.from(this.source.sourceBuffers).some(e=>e.updating)}get isStreamNotOpen(){return this.source?.readyState!==`open`}reinitDecoderIfNeeded(e=!1){var t=this;return a(function*(){let n=t.videoNativeBufferManager?.getBufferState()??[];if(al(t.element)||!n.length)return;let r=t.element.currentTime*1e3;t.element.readyState<3&&n.some(({from:e,to:n})=>r>=e&&r<=n&&n-e>t.tuning.dash.minNativeBufferSize/2)&&(e?(t.tracer.log(`reinitDecoder seek`,$c({currentTime:r})),yield t.seek(r)):(t.tracer.log(`reinitDecoder currentTime`,$c({currentTime:r})),t.element.currentTime=t.element.currentTime))})()}stallWatchdogIntervalCallback(){var e=this;return a(function*(){Yc(e.element),Yc(e.source);let{stallWatchdogInterval:t}=e.tuning.dash;if(e.isStreamNotOpen)return;let n=e.currentStallDuration$.getValue()+t;if(e.currentStallDuration$.next(n),e.stallTracer.log(`timeInWaiting`,{timeInWaiting:n}),yield e.reinitDecoderIfNeeded(n%1e3==0),e.isStallExceeded(n)){let t=e.audioBufferManager?.getMutexInfo()??``,r=e.videoBufferManager?.getMutexInfo()??``;if(e.stallTracer.log(`stallExceeded`,$c({timeInWaiting:n,audioMutexState:t,videoMutexState:r,mutexStallExitPolicy:e.tuning.dash.mutexStallExitPolicy,seekStallExitPolicy:e.tuning.dash.seekStallExitPolicy})),e.tuning.dash.mutexStallExitPolicy&&(t||r)){let i=`video: ${r} | audio: ${t}`;throw e.stallTracer.end(),Error(`Stall timeout exceeded: ${n} ms ${i}`)}else if(e.tuning.dash.seekStallExitPolicy)if(e.stallTimeInWaitingExitAttemptMade>0&&n-e.stallTimeInWaitingExitAttemptMade>e.tuning.dash.restoreBufferBeforeCrashTimeout){let i=`video: ${r} | audio: ${t}`;throw e.stallTracer.end(),Error(`Stall timeout exceeded: ${n} ms ${i}`)}else e.stallTimeInWaitingExitAttemptMade===0&&(e.stallTracer.log(`seek`),yield e.seek((e.element.currentTime+1)*1e3),e.stallTimeInWaitingExitAttemptMade=n);else{e.stallTracer.end();let i=`video: ${r} | audio: ${t}`;throw Error(`Stall timeout exceeded: ${n} ms ${i}`)}}yield e.restoreAfterDeepStall()})()}isStallExceeded(e){if(al(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=cl(),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=il(this.videoBufferManager)&&l<r&&o-s>a,f=il(this.audioBufferManager)&&u<r&&o-c>a;return(d||f)&&e>a||e>=t}updateManifest(){var e=this;return a(function*(){e.tracer.log(`updateManifestStart`,{manifestUrl:e.manifestUrlString});let t=yield e.fetchManifest();if(al(t))return null;let n=e.parseManifest(t);if(!n)return null;let r=e.getResultManifest(n);return e.tracer.log(`updateManifestEnd`,$c(r)),r})()}parseManifest(e){try{return du(e??``,this.manifestUrlString)}catch(t){let n=qc(e)??{id:`ManifestParsing`,category:Xc.PARSER,message:`Failed to parse MPD manifest`,thrown:t};this.error$.next(n)}}getResultManifest(e){let t={text:e.streams.text,video:[],audio:[]},n=(e,t,n)=>{var r,i,a,o;return!!(!((r=this.element)==null||(i=r.canPlayType)==null)&&i.call(r,t)&&!((a=Ye())==null||(o=a.isTypeSupported)==null)&&o.call(a,`${t}; codecs="${n}"`)||e===`text`)},r,i;for(let a of[`video`,`audio`]){let o=e.streams[a].filter(({mime:e,codecs:t})=>n(a,e,t));t[a]=o;let s,c;if(this.tuning.dash.codecsPrioritizeEnabled){if(a===`audio`)i=Fa(o.map(({codecs:e})=>e)),s=i[0],s&&(t[a]=o.filter(({codecs:e})=>Ia(e)===s));else if(a===`video`){r=Na(o,{preferHdr:this.tuning.preferHDR});let e=this.forceVideoCodec;c=(e?r.find(t=>t.name===e.name&&t.hdr===e.hdr):void 0)??r[0],c&&(t[a]=o.filter(e=>Ia(e.codecs)===c.name&&!!e.hdr===c.hdr))}}else{let e=Ma(new Set(o.map(({codecs:e})=>e)));e&&(t[a]=o.filter(({codecs:t})=>t.startsWith(e)))}if(a===`video`){if(!this.tuning.dash.codecsPrioritizeEnabled){let e=this.tuning.preferHDR,n=t.video.some(e=>e.hdr),r=t.video.some(e=>!e.hdr);j.display.isHDR&&e&&n?t.video=t.video.filter(e=>e.hdr):r&&(t.video=t.video.filter(e=>!e.hdr))}let{videoStreamRepresentaionsFilter:e}=this.tuning.dash;if(e.length&&za(t,e),this.dashMaxTvVideoQuality&&Ef(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=o(o({},e),{},{streams:t});return this.tuning.dash.codecsPrioritizeEnabled&&(a.codecs={video:r,audio:i}),a}stopStallWatchdogSubscription(){this.stallWatchdogSubscription?.unsubscribe(),this.stallTimeInWaitingExitAttemptMade=0,this.currentStallDuration$.next(0),this.stallTracer.end()}createBuffers(e,t,n,r){Yc(this.manifest),Yc(this.element);let i=e=>{this.representationSubscription.add(el(e,`error`).pipe(Zc(e=>!!this.element?.played.length)).subscribe(e=>{this.error$.next({id:`VideoSource`,category:Xc.VIDEO_PIPELINE,message:`Unexpected video source error`,thrown:e})}))};this.source=Qe();let a=nl().document,o=a.createElement(`source`);if(i(o),o.src=URL.createObjectURL(this.source),this.element.appendChild(o),Xe())if(r){let e=a.createElement(`source`);i(e),e.type=`application/x-mpegurl`,e.src=r.url,this.element.appendChild(e)}else this.element.disableRemotePlayback=!0;let s=this.manifest.streams.video.reduce((e,t)=>[...e,...t.representations],[]);if(this.videoNativeBufferManager=new mf(this.source),this.videoBufferManager=Qd.getBufferManager(`video`,this.videoNativeBufferManager,s,e),this.bufferManagers=[this.videoBufferManager],this.nativeBufferManagers=[this.videoNativeBufferManager],il(n)){this.audioNativeBufferManager=new mf(this.source);let t=this.manifest.streams.audio.reduce((e,t)=>[...e,...t.representations],[]);this.audioBufferManager=Qd.getBufferManager(`audio`,this.audioNativeBufferManager,t,e),this.bufferManagers.push(this.audioBufferManager),this.nativeBufferManagers.push(this.audioNativeBufferManager)}}waitStreamToOpen(){var e=this;return a(function*(){if(e.isStreamNotOpen){let t=e.tuning.dash.sourceOpenTimeout>=0;yield new Promise(n=>{t&&(e.timeoutSourceOpenId=nl().setTimeout(()=>{if(e.isStreamNotOpen){n();return}e.error$.next({id:`OpenOfStream`,category:Xc.VIDEO_PIPELINE,message:`Failed to open MediaSource`,thrown:Error(`Timeout reject when wait sourceopen event`),traceAsLog:!0})},e.tuning.dash.sourceOpenTimeout)),e.source?.addEventListener(`sourceopen`,()=>{e.timeoutSourceOpenId&&nl().clearTimeout(e.timeoutSourceOpenId),n()},{once:!0})})}})()}initRepresentationSubscriptions(){this.representationSubscription.add(this.fetcher.manifestRequested.subscribe(this.manifestRequested)),this.representationSubscription.add(this.fetcher.manifestReceived.subscribe(this.manifestReceived)),this.representationSubscription.add(this.fetcher.firstBytesRequested.subscribe(this.firstBytesRequested)),this.representationSubscription.add(this.fetcher.firstBytesReceived.subscribe(this.firstBytesReceived)),this.representationSubscription.add(this.fetcher.lastConnectionType$.subscribe(this.lastConnectionType$)),this.representationSubscription.add(this.fetcher.lastConnectionReused$.subscribe(this.lastConnectionReused$)),this.representationSubscription.add(this.fetcher.lastRequestFirstBytes$.subscribe(this.lastRequestFirstBytes$)),this.representationSubscription.add(this.fetcher.lastConnectionMetrics$.subscribe(this.lastConnectionMetrics$)),this.representationSubscription.add(this.fetcher.lastDownloadMetrics$.subscribe(this.lastDownloadMetrics$)),this.representationSubscription.add(sl(...this.bufferManagers.map(e=>e.error$)).subscribe(this.error$)),Yc(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(sl(...Of.map(e=>el(this.element,e)),rl(this.tuning.dash.tickMaintainInterval)).pipe(ol(e=>this.videoBufferManager?.getPlaybackBufferState()),Zc(il),ol(({from:e,to:t})=>({from:e/1e3,to:t/1e3}))).subscribe(this.currentBuffer$)),this.representationSubscription.add(sl(...Of.map(e=>el(this.element,e)),rl(this.tuning.dash.tickMaintainInterval)).pipe(ol(e=>Math.min(this.videoBufferManager?.getForwardPlaybackBufferDuration()??1/0,this.audioBufferManager?.getForwardPlaybackBufferDuration()??1/0)),Qc()).subscribe(this.bufferLength$)),this.representationSubscription.add(this.nativeBufferLength$.pipe(Zc(e=>e>this.tuning.dash.virtualBufferEmptinessTolerance)).subscribe(()=>this.stopStallWatchdogSubscription()))}initTracerSubscription(){let e=tl(this.tracer.error.bind(this.tracer));this.subscription.add(this.error$.subscribe(e(`error`)))}tick(){var e=this;return a(function*(){if(al(e.element)||al(e.videoBufferManager)||e.isStreamNotOpen)return;let t=e.element.currentTime*1e3,n=e.videoNativeBufferManager?.getBufferState()??[],r=e.audioNativeBufferManager?.getBufferState()??[],i=n.find(e=>t>=e.from&&t<=e.to),a=r.find(e=>t>=e.from&&t<=e.to),o=i?i.to-t:0,s=a?a.to-t:1/0;e.nativeBufferLength$.next(Math.min(o,s));let c=e.videoBufferManager?.lastDataObtainedTimestamp??0;e.videoLastDataObtainedTimestamp$.next(c),yield Promise.all([e.videoBufferManager.maintain(),e.audioBufferManager?.maintain()])})()}}import{assertNonNullable as Af,combine as jf,ErrorCategory as Mf,filter as Nf,filterChanged as Pf,fromEvent as Ff,isNonNullable as If,map as Lf,merge as Rf}from"@vkontakte/videoplayer-shared/es2015";class zf extends kf{constructor(e){super(e)}prepareManifestUrlString(e,t){return e}initRepresentationSubscriptions(){super.initRepresentationSubscriptions(),this.initDisableStallWatchdogSubscription(),this.initEndOfVideoSubscription()}setSourceInitDuration(){Af(this.manifest),Af(this.source);let e=[this.manifest.duration??0,...Uc(Uc([...this.manifest.streams.audio,...this.manifest.streams.video],e=>e.representations),e=>{let t=[];return e.duration&&t.push(e.duration),Co(e.segmentReference)&&e.segmentReference.totalSegmentsDurationMs&&t.push(e.segmentReference.totalSegmentsDurationMs),t})];this.source.duration=Math.max(...e)/1e3}restoreAfterDeepStall(){var e=this;return a(function*(){Af(e.element);let t=e.element.currentTime*1e3;e.stallTracer.log(`restore maintain`,{position:t}),yield Promise.all([e.videoBufferManager?.maintain(t),e.audioBufferManager?.maintain(t)])})()}initDisableStallWatchdogSubscription(){Af(this.element);let e=Rf(Ff(this.element,`ended`),this.forceEnded$),t=this.nativeBufferLength$.pipe(Nf(e=>e>this.tuning.dash.virtualBufferEmptinessTolerance));this.representationSubscription.add(Rf(e,t).subscribe(e=>this.stopStallWatchdogSubscription()))}initEndOfVideoSubscription(){let e=jf({allBuffersFull:Rf(...this.bufferManagers.map(e=>e.fullyBuffered$)).pipe(Lf(()=>this.bufferManagers.every(e=>e.fullyBuffered$.getValue()))),someBufferEnded:Rf(...this.bufferManagers.map(e=>e.onLastSegment$)).pipe(Lf(()=>this.bufferManagers.some(e=>e.onLastSegment$.getValue())))}).pipe(Pf(),Lf(({allBuffersFull:e,someBufferEnded:t})=>e&&t),Nf(e=>e));this.representationSubscription.add(Rf(this.forceEnded$,e).pipe(Nf(e=>If(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:Mf.VIDEO_PIPELINE,message:`Failed to end MediaSource stream`,thrown:e})}}))}}class Bf extends Hc{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(Xa(),Ya(e=>Za(e))).subscribe(()=>{this.player.updateSourceDurationFromSegments()},r)),this.subscription.add(this.player.currentAudioRepresentation$.pipe(Xa(),Ya(e=>Za(e))).subscribe(()=>{this.player.updateSourceDurationFromSegments()},r))}getPlayer(){return new zf({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 Vf,merge as Hf,filter as Uf,filterChanged as Wf,isNullable as Gf,map as Kf,ValueSubject as qf,isNonNullable as Jf}from"@vkontakte/videoplayer-shared/es2015";import{isNullable as Yf,ValueSubject as Xf}from"@vkontakte/videoplayer-shared/es2015";class Zf{constructor(e){i(this,`prevReported`,void 0),i(this,`rawSeries$`,void 0),i(this,`smoothedSeries$`,void 0),i(this,`reportedSeries$`,void 0),i(this,`smoothed`,void 0),i(this,`pastMeasures`,[]),i(this,`takenMeasures`,0),i(this,`measuresCursor`,0),i(this,`params`,void 0),i(this,`smoothed$`,void 0),i(this,`debounced$`,void 0),i(this,`varianceCoefficient$`,void 0),this.params=e,this.pastMeasures=Array(e.deviationDepth),this.smoothed=this.prevReported=e.initial,this.smoothed$=new Xf(e.initial),this.debounced$=new Xf(e.initial),this.varianceCoefficient$=new Xf(0);let t=e.label??`value`+Math.random().toString(16).substring(2,6);this.rawSeries$=new Ir(`raw_${t}`),this.smoothedSeries$=new Ir(`smoothed_${t}`),this.reportedSeries$=new Ir(`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)&&(Yf(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 Qf extends Zf{constructor(e){super(e),i(this,`slow`,void 0),i(this,`fast`,void 0),this.slow=this.fast=e.initial}updateSmoothedValue(e){this.slow=Lo(this.slow,e,this.params.emaAlphaSlow),this.fast=Lo(this.fast,e,this.params.emaAlphaFast),this.smoothed=(this.params.fastDirection>0?Math.max:Math.min)(this.slow,this.fast)}}class $f extends Zf{constructor(e){super(e),i(this,`emaSmoothed`,void 0),this.emaSmoothed=e.initial}updateSmoothedValue(e){let t=Ro(this.pastMeasures,this.takenMeasures);this.emaSmoothed=Lo(this.emaSmoothed,e,this.params.emaAlpha),this.smoothed=zo(this.pastMeasures,this.takenMeasures,this.measuresCursor-1,this.params.basisTrendChangeCount)?this.emaSmoothed:t}}class ep extends Zf{constructor(e){super(e),i(this,`extremumInterval`,void 0),i(this,`furtherValues`,[]),i(this,`currentTopExtremumValue`,0),this.extremumInterval=e.extremumInterval}next(e){this.currentTopExtremumValue<=e?(this.currentTopExtremumValue=e,this.furtherValues=[]):this.furtherValues.length===this.extremumInterval?(super.next(this.currentTopExtremumValue),this.currentTopExtremumValue=e,this.furtherValues=[]):this.furtherValues.push(e)}updateSmoothedValue(e){this.smoothed=this.smoothed?Lo(this.smoothed,e,this.params.emaAlpha):e}}class tp{static getSmoothedValue(e,t,n){return n.type===`TwoEma`?new Qf({initial:e,emaAlphaSlow:n.emaAlphaSlow,emaAlphaFast:n.emaAlphaFast,changeThreshold:n.changeThreshold,fastDirection:t,deviationDepth:n.deviationDepth,deviationFactor:n.deviationFactor,label:`throughput`}):new $f({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 ep(o({initial:e,label:`liveEdgeDelay`},t))}}import{assertNonNullable as np,combine as rp,ErrorCategory as ip,filter as ap,filterChanged as op,fromEvent as sp,interval as cp,isNonNullable as lp,isNullable as up,map as dp,now as fp,throttle as pp}from"@vkontakte/videoplayer-shared/es2015";var mp=(e,t)=>{e&&e.playbackRate!==t&&(e.playbackRate=t)};import{isNullable as hp,ValueSubject as gp}from"@vkontakte/videoplayer-shared/es2015";class _p{constructor(e,t){i(this,`currentRepresentation$`,new gp(null)),i(this,`maxRepresentations`,4),i(this,`representationsCursor`,0),i(this,`representations`,[]),i(this,`getCurrentPosition`,void 0),i(this,`currentSegment`,null),this.getCurrentPosition=t.getCurrentPosition,this.processStreams(e)}updateLive(e){this.processStreams(e?.streams.text)}seekLive(e){this.processStreams(e)}maintain(e=this.getCurrentPosition()){if(!hp(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 s=t.segments.find(t=>t.time.from<=e&&t.time.to>=e);!s||this.currentSegment?.time.from===s.time.from&&this.currentSegment.time.to===s.time.to||(this.currentSegment=s,this.currentRepresentation$.next(o(o({},n),{},{label:`Live Text`,language:`ru`,isAuto:!0,url:new URL(s.url,t.baseUrl).toString()})))}}destroy(){this.currentRepresentation$.next(null),this.currentSegment=null,this.representations=[]}processStreams(e){for(let t of e??[]){let e=_p.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=>_p.filterRepresentations(e.representations))}static filterRepresentations(e){return e?.filter(e=>e.kind===`text`&&`segmentReference`in e&&Co(e.segmentReference))}}class vp extends kf{constructor(e){super(e),i(this,`liveTextManager`,void 0),i(this,`liveStreamEndTimestamp`,0),i(this,`liveBuffer`,void 0),i(this,`livePauseWatchdogSubscription`,void 0),i(this,`liveWasInterrupted`,!1),this.liveBuffer=tp.getLiveBufferSmoothedValue(this.tuning.dashCmafLive.lowLatency.maxTargetOffset,o({},e.tuning.dashCmafLive.lowLatency.bufferEstimator))}seek(e){var t=this;return a(function*(){np(t.element),t.updateManifestUrlWithTimeOffset(e),t.manifest=yield t.updateManifest(),yield t.forcePositionToRepresentationInitialTime()})()}initBuffer(){super.initBuffer(),this.forcePositionToRepresentationInitialTime()}forcePositionToRepresentationInitialTime(){var e=()=>super.seek,t=this;return a(function*(){let n=t.videoBufferManager?.getRepresentationInitialTime()??0;yield e().call(t,n,!1)})()}tick(){var e=()=>super.tick,t=this;return a(function*(){yield e().call(t);let n=(t.element?.currentTime??0)*1e3;t.liveTextManager?.maintain(n)})()}setSourceInitDuration(){np(this.source),this.source.duration=2**53-1}isStallExceeded(e){let{keepSilentStallWatchdogWhenNotActive:t}=this.tuning.dashCmafLive,n=this.liveStreamStatus$.getValue()===`active`;return(!t||n)&&super.isStallExceeded(e)}restoreAfterDeepStall(){var e=this;return a(function*(){let{liveStallReinitInterval:t}=e.tuning.dash,{keepSilentStallWatchdogWhenNotActive:n}=e.tuning.dashCmafLive,r=e.currentStallDuration$.getValue(),i=e.liveStreamStatus$.getValue()===`active`;if(r%t===0){let t=e.normalizeLiveOffset(-1*e.livePositionFromPlayer$.getValue()*1e3);!i&&n?(e.liveWasInterrupted=!0,e.updateManifestUrlWithTimeOffset(t),e.manifest=yield e.updateManifest(),yield e.forcePositionToRepresentationInitialTime()):e.seek(t).catch(t=>{e.error$.next({id:`stallIntervalCallback`,category:ip.VIDEO_PIPELINE,message:`stallIntervalCallback failed`,thrown:t})})}})()}updateManifest(){var e=()=>super.updateManifest,t=this;return a(function*(){let n=yield e().call(t);if(up(n))return null;if(up(n.live))return t.error$.next({id:`ManifestParsing`,category:ip.PARSER,message:`MPD doesnt contain live section for live stream`}),null;t.isLive$.next(!0);let{availabilityStartTime:r,latestSegmentPublishTime:i,streamIsUnpublished:a,streamIsAlive:o}=n.live,s=(n.duration??0)/1e3;t.liveSeekableDuration$.next(-1*s),t.liveDuration$.next((i-r)/1e3),t.liveAvailabilityStartTime$.next(n.live.availabilityStartTime);let c=`active`;if(o||(c=a?`unpublished`:`unexpectedly_down`),t.liveStreamStatus$.next(c),t.bufferManagers.forEach(e=>e.updateManifest(n)),t.liveTextManager?.updateLive(n),o&&t.liveWasInterrupted){t.liveWasInterrupted=!1,t.stopStallWatchdogSubscription();let e=t.normalizeLiveOffset(-1*t.livePositionFromPlayer$.getValue()*1e3);t.seek(e).catch(e=>{t.error$.next({id:`updateManifest`,category:ip.VIDEO_PIPELINE,message:`seekLive after stream restore failed`,thrown:e})})}return n})()}prepareManifestUrlString(e,t){return O(e,t,2)}updateManifestUrlWithTimeOffset(e){let t=this.liveStreamStatus$.getValue()===`active`?0:fp()-this.liveStreamEndTimestamp,n=this.normalizeLiveOffset(e+t);this.isActiveLive$.next(n===0),this.manifestUrlString=O(this.manifestUrlString,n,2)}createBuffers(e,t,n,r){np(this.manifest),super.createBuffers(e,t,n,r),_p.isSupported(this.manifest.streams.text)&&!this.isLowLatency$.getValue()&&(this.liveTextManager=new _p(this.manifest.streams.text,e))}initRepresentationSubscriptions(){np(this.element),np(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),lp(this.liveTextManager)&&this.representationSubscription.add(this.liveTextManager.currentRepresentation$.subscribe(this.currentLiveTextRepresentation$))}initStreamDurationOnPauseSubscription(){var e=this;np(this.element);let{liveUpdateInterval:t}=this.tuning.dash,n=()=>cp(t).subscribe(function(){var n=a(function*(n){let r=De(e.manifestUrlString,2);e.manifestUrlString=O(e.manifestUrlString,r+t,2),e.liveStreamStatus$.getValue()===`active`&&(e.manifest=yield e.updateManifest())});return function(e){return n.apply(this,arguments)}}());this.representationSubscription.add(sp(this.element,`pause`).subscribe(e=>{this.livePauseWatchdogSubscription=n(),this.representationSubscription.add(this.livePauseWatchdogSubscription)})),this.representationSubscription.add(sp(this.element,`play`).subscribe(e=>this.livePauseWatchdogSubscription?.unsubscribe()))}initLiveDurationSubscriptions(e){this.representationSubscription.add(this.liveDuration$.pipe(op()).subscribe(e=>this.liveStreamEndTimestamp=fp())),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(rp({isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(dp(({isActiveLive:e,isLowLatency:t})=>e&&t),op(),ap(e=>!this.isManualDecreasePlaybackInLive())).subscribe(e=>mp(this.element,1))),this.representationSubscription.add(rp({liveBuffer:this.liveBuffer.smoothed$,isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(ap(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),mp(this.element,s)}))}initLiveBufferInfoSubscriptions(e,t){this.representationSubscription.add(rp({bufferLength:this.bufferLength$,isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(ap(({bufferLength:e,isActiveLive:t,isLowLatency:n})=>t&&n&&!!e),dp(({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(rp({isLive:this.isLive$,rtt:this.throughputEstimator.rtt$,bufferLength:this.bufferLength$,segmentServerLatency:e.currentLiveSegmentServerLatency$}).pipe(ap(({isLive:e})=>e),op((e,t)=>t.bufferLength<e.bufferLength),dp(({rtt:e,bufferLength:t,segmentServerLatency:n})=>{let r=De(this.manifestUrlString,2);return(e/2+t+n+r)/1e3})).subscribe(this.liveLatency$))}initLiveMaintainSubscription(e){var t=this;let n=0;this.representationSubscription.add(rp({liveLoadBufferLength:this.liveLoadBufferLength$,bufferLength:this.bufferLength$}).pipe(pp(this.tuning.dash.liveUpdateInterval)).subscribe(function(){var r=a(function*({liveLoadBufferLength:r,bufferLength:i}){np(t.element);let a=t.element.playbackRate,o=De(t.manifestUrlString,2),s=Math.abs(t.livePositionFromPlayer$.getValue())*1e3,c=Math.min(s,t.tuning.dashCmafLive.normalizedTargetMinBufferSize*a),l=t.tuning.dashCmafLive.normalizedActualBufferOffset*a,u=t.tuning.dashCmafLive.normalizedLiveMinBufferSize*a,d=isFinite(r)?r:i,f=t.isActiveLive$.getValue()&&t.isLowLatency$.getValue(),p=s<=t.tuning.live.activeLiveDelay;t.isActiveLive$.next(p);let m=`none`;if(f?m=`active_low_latency`:t.isLowLatency$.getValue()&&p?(e.forEach(e=>e.proceedLowLatencyLive()),m=`active_low_latency`):o!==0&&d<c?m=`live_forward_buffering`:d<c+u&&(m=`live_with_target_offset`),isFinite(r)&&(n=r>n?r:n),m===`live_forward_buffering`||m===`live_with_target_offset`){let e=n-(c+l),i=t.normalizeLiveOffset(Math.trunc(o+e/a)),s=Math.abs(i-o),u=0;!r||s<=t.tuning.dashCmafLive.offsetCalculationError?u=o:i>0&&s>t.tuning.dashCmafLive.offsetCalculationError&&(u=i),t.manifestUrlString=O(t.manifestUrlString,u,2)}(m===`live_with_target_offset`||m===`live_forward_buffering`)&&(n=0,t.manifest=yield t.updateManifest())});return function(e){return r.apply(this,arguments)}}(),e=>{this.error$.next({id:`updateLive`,category:ip.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 yp extends Hc{constructor(e){super(e),this.textTracksManager?.destroy()}getPlayer(){return new vp({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 qf(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(Wf()).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(Kf(e=>e.to)).subscribe(this.player.isLowLatency$)).add(Vf({liveBufferTime:n.liveBufferTime$,liveAvailabilityStartTime:this.player.liveAvailabilityStartTime$}).pipe(Kf(({liveBufferTime:e,liveAvailabilityStartTime:t})=>e&&t?e+t:void 0)).subscribe(n.liveTime$)).add(Vf({liveDuration:this.player.liveDuration$,liveStreamStatus:this.player.liveStreamStatus$,playbackRate:Hf(r.playbackRateState$,new qf(1))}).pipe(Uf(({liveStreamStatus:e,liveDuration:t})=>e===`active`&&!!t)).subscribe(({liveDuration:e,playbackRate:r})=>{let i=n.liveBufferTime$.getValue(),a=n.position$.getValue(),{playbackCatchupSpeedup:o}=this.params.tuning.dashCmafLive.lowLatency;a||r<1-o||this.video.paused||Gf(i)||(t=e-i)})).add(Vf({time:n.liveBufferTime$,liveDuration:this.player.liveDuration$,playbackRate:Hf(r.playbackRateState$,new qf(1))}).pipe(Wf((e,t)=>this.player.liveStreamStatus$.getValue()===`active`?e.liveDuration===t.liveDuration:e.time===t.time)).subscribe(({time:e,liveDuration:r,playbackRate:i})=>{let a=n.position$.getValue(),{playbackCatchupSpeedup:o}=this.params.tuning.dashCmafLive.lowLatency;if(!a&&!this.video.paused&&i>=1-o||Gf(e)||Gf(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=bo(e);this.params.output.availableTextTracks$.next([t])}})),this.params.tuning.dashCmafLive.externalStopControl||this.subscription.add(this.player.liveStreamStatus$.pipe(Uf(e=>Jf(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 bp,assertNonNullable as xp,combine as Sp,debounce as Cp,ErrorCategory as wp,filter as Tp,filterChanged as Ep,fromEvent as Dp,isNonNullable as Op,isNullable as kp,map as Ap,merge as jp,observableFrom as Mp,once as Np,Subscription as Pp,throttle as Fp,timeout as Ip}from"@vkontakte/videoplayer-shared/es2015";import{AbortControllerPolyfilled as Lp}from"@vkontakte/videoplayer-shared/es2015";import{arrayFlatMap as Rp}from"@vkontakte/videoplayer-shared/es2015";var zp=(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 Bp,assertNonNullable as Vp,combine as Hp,ErrorCategory as Up,filter as Wp,filterChanged as Gp,flattenObject as Kp,fromEvent as qp,getTraceSubscriptionMethod as Jp,interval as Yp,isNonNullable as Xp,isNullable as Zp,map as Qp,merge as $p,now as em,Subject as tm,Subscription as nm,SubscriptionRemovable as rm,tap as im,throttle as am,ValueSubject as W}from"@vkontakte/videoplayer-shared/es2015";import{AbortControllerPolyfilled as om}from"@vkontakte/videoplayer-shared/es2015";import{arrayIncludes as sm}from"@vkontakte/videoplayer-shared/es2015";import{arrayAt as cm}from"@vkontakte/videoplayer-shared/es2015";import{arrayFlatMap as lm}from"@vkontakte/videoplayer-shared/es2015";import{cancelIdleCallbackPolyfilled as um}from"@vkontakte/videoplayer-shared/es2015";import{requestIdleCallbackPolyfilled as dm}from"@vkontakte/videoplayer-shared/es2015";import{promiseFinally as fm}from"@vkontakte/videoplayer-shared/es2015";import{assertNever as pm,ErrorCategory as mm,Subject as hm}from"@vkontakte/videoplayer-shared/es2015";var gm=18,_m=!1;try{_m=j.browser.isSafari&&!!j.browser.safariVersion&&j.browser.safariVersion<=gm}catch(e){console.error(e)}class vm{constructor(e,t=!1){i(this,`bufferFull$`,new hm),i(this,`error$`,new hm),i(this,`buffer`,void 0),i(this,`queue`,[]),i(this,`currentTask`,null),i(this,`destroyed`,!1),i(this,`abortRequested`,!1),i(this,`isAbortFixEnabled`,!1),i(this,`completeTask`,()=>{try{if(this.currentTask){let e=this.currentTask.signal?.aborted;this.currentTask.callback(!e),this.currentTask=null,this.isAbortFixEnabled&&this.queue.shift()}this.queue.length&&this.pull()}catch(e){this.error$.next({id:`BufferTaskQueueUnknown`,category:mm.VIDEO_PIPELINE,message:`Buffer appending or removal failed`,thrown:e})}}),this.buffer=e,this.isAbortFixEnabled=t,this.buffer.addEventListener(`updateend`,this.completeTask)}append(e,t){var n=this;return a(function*(){return t&&t.aborted?!1:new Promise(r=>{let i={operation:`append`,data:e,signal:t,callback:r};n.queue.push(i),n.pull()})})()}remove(e,t,n){var r=this;return a(function*(){return n&&n.aborted?!1:new Promise(i=>{let a={operation:`remove`,from:e,to:t,signal:n,callback:i};r.queue.unshift(a),r.pull()})})()}abort(e){var t=this;return a(function*(){return new Promise(n=>{let r,i=e=>{t.abortRequested=!1,n(e)};r=_m&&e?{operation:`safariAbort`,init:e,callback:i}:{operation:`abort`,callback:i};for(let{callback:e}of t.queue)e(!1);t.abortRequested=!0,r&&(t.queue=[r]),t.pull()})})()}destroy(){this.destroyed=!0,this.buffer.removeEventListener(`updateend`,this.completeTask),this.queue=[],this.currentTask=null;try{this.buffer.abort()}catch(e){if(!(e instanceof DOMException&&e.name===`InvalidStateError`))throw e}}pull(){if((this.buffer.updating||this.currentTask||this.destroyed)&&!this.abortRequested)return;let e=this.isAbortFixEnabled?this.queue[0]:this.queue.shift();if(!e)return;if(e.signal?.aborted){e.callback(!1),this.pull();return}this.currentTask=e;let{operation:t}=this.currentTask;try{this.execute(this.currentTask)}catch(e){e instanceof DOMException&&e.name===`QuotaExceededError`&&t===`append`?this.bufferFull$.next(this.currentTask.data.byteLength):e instanceof DOMException&&e.name===`InvalidStateError`||this.error$.next({id:`BufferTaskQueue:${t}`,category:mm.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:pm(t)}}}var ym=vm,bm=e=>{let t=0;for(let n=0;n<e.length;n++)t+=e.end(n)-e.start(n);return t*1e3};import{abortable as xm,assertNonNullable as G,ErrorCategory as Sm,fromEvent as Cm,getExponentialDelay as wm,getWindow as Tm,isHigher as Em,isNonNullable as Dm,isNullable as K,now as Om,once as km,Subject as Am,Subscription as jm,ValueSubject as Mm,isAbortError as Nm}from"@vkontakte/videoplayer-shared/es2015";class Pm{constructor(e,t,n,{fetcher:r,tuning:a,getCurrentPosition:o,isActiveLowLatency:l,compatibilityMode:u=!1,manifest:d}){i(this,`currentLiveSegmentServerLatency$`,new Mm(0)),i(this,`currentLowLatencySegmentLength$`,new Mm(0)),i(this,`currentSegmentLength$`,new Mm(0)),i(this,`onLastSegment$`,new Mm(!1)),i(this,`fullyBuffered$`,new Mm(!1)),i(this,`playingRepresentation$`,new Mm(void 0)),i(this,`playingRepresentationInit$`,new Mm(void 0)),i(this,`error$`,new Am),i(this,`gaps`,[]),i(this,`updateEnd$`,new Mm(void 0)),i(this,`subscription`,new jm),i(this,`kind`,void 0),i(this,`initData`,void 0),i(this,`parsedInitData`,void 0),i(this,`representations`,void 0),i(this,`segments`,void 0),i(this,`allInitsLoaded`,!1),i(this,`activeSegments`,new Set),i(this,`forwardBufferRepresentations`,new Map),i(this,`mediaSource`,void 0),i(this,`playingRepresentationId`,void 0),i(this,`downloadingRepresentationId`,void 0),i(this,`switchingToRepresentationId`,void 0),i(this,`sourceBuffer`,void 0),i(this,`downloadAbortController`,new om),i(this,`switchAbortController`,new om),i(this,`destroyAbortController`,new om),i(this,`useSmartRepresentationSwitch`,!1),i(this,`getCurrentPosition`,void 0),i(this,`isActiveLowLatency`,void 0),i(this,`tuning`,void 0),i(this,`forwardBufferTarget`,void 0),i(this,`fetcher`,void 0),i(this,`bufferLimit`,1/0),i(this,`sourceBufferTaskQueue`,void 0),i(this,`gapDetectionIdleCallback`,void 0),i(this,`initLoadIdleCallback`,void 0),i(this,`failedDownloads`,0),i(this,`baseUrls`,[]),i(this,`baseUrlsIndex`,0),i(this,`compatibilityMode`,void 0),i(this,`preloadOnly`,void 0),i(this,`isLive`,!1),i(this,`liveUpdateSegmentIndex`,0),i(this,`liveInitialAdditionalOffset`,0),i(this,`isSeekingLive`,!1),i(this,`index`,0),i(this,`lastDataObtainedTimestampMs`,0),i(this,`loadByteRangeSegmentsTimeoutId`,0),i(this,`startWith`,xm(this.destroyAbortController.signal,function(){var e=c(function*(e){let t=this.representations.get(e);G(t,`Cannot find representation ${e}`),this.playingRepresentationId=e,this.downloadingRepresentationId=e,this.sourceBuffer=this.mediaSource.addSourceBuffer(`${t.mime}; codecs="${t.codecs}"`),this.sourceBufferTaskQueue=new ym(this.sourceBuffer,this.tuning.dash.useAbortMSEFix),this.subscription.add(Cm(this.sourceBuffer,`updateend`).subscribe(this.updateEnd$)),this.subscription.add(Cm(this.sourceBuffer,`updateend`).subscribe(()=>{this.checkEjectedSegments(),this.maintain()},e=>{let t,n=this.mediaSource.readyState;n!==`open`&&(t={id:`SegmentEjection_source_${n}`,category:Sm.VIDEO_PIPELINE,message:`Error when trying to clear segments ejected by browser`,thrown:e}),t??={id:`SegmentEjection`,category:Sm.VIDEO_PIPELINE,message:`Error when trying to clear segments ejected by browser`,thrown:e},this.error$.next(t)})),this.subscription.add(Cm(this.sourceBuffer,`error`).subscribe(()=>this.error$.next({id:`SourceBuffer`,category:Sm.VIDEO_PIPELINE,message:`SourceBuffer Error event fired`}))),this.subscription.add(this.sourceBufferTaskQueue.bufferFull$.subscribe(e=>{let t=this.getCurrentPosition();if(!this.sourceBuffer||!t||!L(this.mediaSource,this.sourceBuffer))return;this.bufferLimit=Math.min(this.bufferLimit,bm(this.sourceBuffer.buffered)*.8);let n=this.getForwardBufferDuration(t),r=Math.min(this.forwardBufferTarget,this.bufferLimit)*this.tuning.dash.minSafeBufferThreshold;this.pruneBuffer(t,e*2,n<r).catch(e=>{this.handleAsyncError(e,`pruneBuffer`)})})),this.subscription.add(this.sourceBufferTaskQueue.error$.subscribe(e=>this.error$.next(e))),yield this.loadInit(t,`high`,!0);let n=this.initData.get(t.id),r=this.segments.get(t.id),i=this.parsedInitData.get(t.id);G(n,`No init buffer for starting representation`),G(r,`No segments for starting representation`),n instanceof ArrayBuffer&&(this.searchGaps(r,t),yield this.sourceBufferTaskQueue.append(n,this.destroyAbortController.signal),this.playingRepresentation$.next(this.playingRepresentationId),this.playingRepresentationInit$.next(i))});return function(t){return e.apply(this,arguments)}}().bind(this))),i(this,`switchTo`,xm(this.destroyAbortController.signal,function(){var e=c(function*(e,t=!1){if(!L(this.mediaSource,this.sourceBuffer)||e===this.downloadingRepresentationId||e===this.switchingToRepresentationId)return;this.switchingToRepresentationId=e;let n=this.representations.get(e);G(n,`No such representation ${e}`);let r=this.segments.get(e),i=this.initData.get(e);if(K(i)||K(r)?yield this.loadInit(n,`high`,!1):i instanceof Promise&&(yield i),r=this.segments.get(e),G(r,`No segments for starting representation`),i=this.initData.get(e),!(!i||!(i instanceof ArrayBuffer)||!this.sourceBuffer||!L(this.mediaSource,this.sourceBuffer))){if(yield this.abort(),yield this.sourceBufferTaskQueue.append(i,this.downloadAbortController.signal),t)this.switchingToRepresentationId=void 0,this.downloadingRepresentationId=e,yield this.dropBuffer();else{let t=this.getCurrentPosition();Dm(t)&&!this.isLive&&(this.bufferLimit=1/0,yield s(this.pruneBuffer(t,1/0,!0))),this.switchingToRepresentationId=void 0,this.downloadingRepresentationId=e}this.maintain()}});return function(t){return e.apply(this,arguments)}}().bind(this))),i(this,`switchToOld`,xm(this.destroyAbortController.signal,function(){var e=c(function*(e,t=!1){if(!L(this.mediaSource,this.sourceBuffer)||e===this.downloadingRepresentationId||e===this.switchingToRepresentationId)return;this.switchingToRepresentationId=e;let n=this.representations.get(e);G(n,`No such representation ${e}`);let r=this.segments.get(e),i=this.initData.get(e);if(K(i)||K(r)?yield this.loadInit(n,`high`,!1):i instanceof Promise&&(yield i),r=this.segments.get(e),G(r,`No segments for starting representation`),i=this.initData.get(e),!(!i||!(i instanceof ArrayBuffer)||!this.sourceBuffer||!L(this.mediaSource,this.sourceBuffer)))if(yield this.abort(),yield this.sourceBufferTaskQueue.append(i,this.downloadAbortController.signal),t)this.switchingToRepresentationId=void 0,this.downloadingRepresentationId=e,yield this.dropBuffer(),this.maintain();else{let t=this.getCurrentPosition();Dm(t)&&(this.isLive||(this.bufferLimit=1/0,yield s(this.pruneBuffer(t,1/0,!0))),this.maintain(t)),this.switchingToRepresentationId=void 0,this.downloadingRepresentationId=e}});return function(t){return e.apply(this,arguments)}}().bind(this))),i(this,`seekLive`,xm(this.destroyAbortController.signal,function(){var e=c(function*(e){let t=lm(e,e=>e.representations);if(!this.downloadingRepresentationId||!t.length)return;this.isSeekingLive=!0;for(let e of this.representations.keys()){let n=t.find(t=>t.id===e);n&&this.representations.set(e,n);let r=this.representations.get(e);if(!r||!jd(r.segmentReference)){this.isSeekingLive=!1;return}let i=this.getActualLiveStartingSegments(r.segmentReference);this.segments.set(r.id,i)}let n=this.switchingToRepresentationId??this.downloadingRepresentationId,r=this.representations.get(n);G(r,`Representation not found by id ${n}`);let i=this.segments.get(n);G(i,`No segments for starting representation`);let a=this.initData.get(n);if(G(a,`No init buffer for starting representation`),!(a instanceof ArrayBuffer)){this.isSeekingLive=!1;return}let o=this.getDebugBufferState();this.liveUpdateSegmentIndex=0,yield this.abort(),o&&(yield this.sourceBufferTaskQueue.remove(o.from*1e3,o.to*1e3,this.destroyAbortController.signal)),this.searchGaps(i,r),yield this.sourceBufferTaskQueue.append(a,this.destroyAbortController.signal),this.isSeekingLive=!1});return function(t){return e.apply(this,arguments)}}().bind(this))),this.fetcher=r,this.tuning=a,this.compatibilityMode=u,this.forwardBufferTarget=a.dash.forwardBufferTargetAuto,this.getCurrentPosition=o,this.isActiveLowLatency=l,this.isLive=!!d?.live,this.baseUrls=d?.baseUrls??[],this.initData=new Map(n.map(e=>[e.id,null])),this.segments=new Map,this.parsedInitData=new Map,this.representations=new Map(n.map(e=>[e.id,e])),this.kind=e,this.mediaSource=t,this.sourceBuffer=null}switchToWithPreviousAbort(e,t=!1){if(!L(this.mediaSource,this.sourceBuffer)||e===this.downloadingRepresentationId||e===this.switchingToRepresentationId)return Promise.resolve();this.switchAbortController.abort(),this.switchAbortController=new om;let n=this.switchAbortController.signal;return n.addEventListener(`abort`,()=>{this.switchingToRepresentationId===e&&(this.switchingToRepresentationId=void 0)},{once:!0}),xm(n,function(){var e=c(function*(e,t=!1){this.switchingToRepresentationId=e;let n=this.representations.get(e);G(n,`No such representation ${e}`);let r=this.segments.get(e),i=this.initData.get(e);if(K(i)||K(r)?yield this.loadInit(n,`high`,!1):i instanceof Promise&&(yield i),r=this.segments.get(e),G(r,`No segments for starting representation`),i=this.initData.get(e),!(i instanceof ArrayBuffer)||!this.sourceBuffer||!L(this.mediaSource,this.sourceBuffer)){this.switchingToRepresentationId===e&&(this.switchingToRepresentationId=void 0);return}if(yield this.abort(),yield this.sourceBufferTaskQueue.append(i,this.downloadAbortController.signal),t)this.switchingToRepresentationId=void 0,this.downloadingRepresentationId=e,yield this.dropBuffer();else{let t=this.getCurrentPosition();Dm(t)&&!this.isLive&&(this.bufferLimit=1/0,yield this.pruneBuffer(t,1/0,!0)),this.downloadingRepresentationId=e,this.switchingToRepresentationId=void 0}this.maintain()});return function(t){return e.apply(this,arguments)}}().bind(this))(e,t)}warmUpMediaSource(){!K(this.sourceBuffer)&&!this.sourceBuffer.updating&&(this.sourceBuffer.mode=`segments`)}abort(){var e=this;return a(function*(){for(let t of e.activeSegments)e.abortSegment(t.segment);return e.activeSegments.clear(),e.downloadAbortController.abort(),e.downloadAbortController=new om,e.abortBuffer()})()}maintain(e=this.getCurrentPosition()){if(K(e)||K(this.downloadingRepresentationId)||K(this.playingRepresentationId)||K(this.sourceBuffer)||!L(this.mediaSource,this.sourceBuffer)||Dm(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(G(t,`No such representation ${this.downloadingRepresentationId}`),G(n,`No such representation ${this.playingRepresentationId}`),K(r)||K(i))return;let a=r.find(t=>e>=t.time.from&&e<t.time.to);Dm(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=wd(n),s=wd(t),c=this.useSmartRepresentationSwitch&&this.tuning.dash.useNewRepresentationSwitch&&this.tuning.dash.useSmartRepresentationSwitch&&Dm(i)&&Dm(s)&&Em(i.quality,s.quality),l=this.useSmartRepresentationSwitch&&this.tuning.dash.useNewRepresentationSwitch&&this.tuning.dash.useDelayedRepresentationSwitch;if(c||l?o+=Math.min(r,this.tuning.dash.representationSwitchForwardBufferGap):a&&a.time.to-e<this.tuning.dash.maxSegmentDurationLeftToSelectNextSegment&&r>=a.time.to-e+100&&(o=a?a.time.to+100:-1/0),this.tuning.dash.useNewRepresentationSwitch){let t=[...this.segments.entries()].map(([t,n])=>({representationId:t,status:n.find(t=>e>=t.time.from&&e<t.time.to)?.status})).find(e=>e.status===`fed`)?.representationId;t&&(this.playingRepresentationId=t,this.playingRepresentation$.next(this.playingRepresentationId),this.playingRepresentationInit$.next(this.parsedInitData.get(this.playingRepresentationId)))}}if(isFinite(this.bufferLimit)&&bm(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(sm(s,a))e=`high`;else{let t=cm(s,0);t&&t.time.from-a.time.to>=this.forwardBufferTarget/2&&(e=`low`)}this.loadSegments(s,t,e).catch(e=>{this.handleAsyncError(e,`loadSegments`)})}(!this.preloadOnly&&!this.allInitsLoaded&&a&&a.status===`fed`&&!s.length&&this.getForwardBufferDuration(e)>3e3||this.isActiveLowLatency())&&this.loadNextInit();let c=cm(r,-1);!this.isLive&&c&&(this.fullyBuffered$.next(c.time.to-e-this.getForwardBufferDuration(e)<100),this.onLastSegment$.next(e-c.time.from>0))}get lastDataObtainedTimestamp(){return this.lastDataObtainedTimestampMs}searchGaps(e,t){this.gaps=[];let n=0,r=this.isLive?this.liveInitialAdditionalOffset:0;for(let i of e)Math.trunc(i.time.from-n)>0&&this.gaps.push({representation:t.id,from:n,to:i.time.from+r,persistent:!0}),n=i.time.to;Dm(t.duration)&&t.duration-n>0&&!this.isLive&&this.gaps.push({representation:t.id,from:n,to:t.duration,persistent:!0})}getActualLiveStartingSegments(e){let t=e.segments,n=this.isActiveLowLatency()?this.tuning.dashCmafLive.lowLatency.maxTargetOffset:this.tuning.dashCmafLive.maxActiveLiveOffset,r=[],i=0,a=t.length-1;do r.unshift(t[a]),i+=t[a].time.to-t[a].time.from,a--;while(i<n&&a>=0);return this.liveInitialAdditionalOffset=i-n,this.isActiveLowLatency()?[r[0]]:r}getLiveSegmentsToLoadState(e){let t=e?.streams[this.kind];if(!t)return;let n=lm(t,e=>e.representations).find(e=>e.id===this.downloadingRepresentationId);if(!n)return;let r=this.segments.get(n.id);if(r?.length)return{from:r[0].time.from,to:r[r.length-1].time.to}}updateLive(e){if(!e||[...this.segments.values()].every(e=>!e.length))return;let t=lm(e.streams[this.kind],e=>e.representations);for(let e of t){if(!e||!jd(e.segmentReference))return;let t=e.segmentReference.segments.map(e=>o(o({},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;G(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?cm(e,-1)?.time.to:0)||0}setSmartRepresentationSwitch(e){this.useSmartRepresentationSwitch=e}updateLowLatencyLiveIfNeeded(e){let t=0;for(let n of this.representations.values()){let r=n.segmentReference;if(!jd(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=uu(r.segmentTemplateUrl,{segmentTime:t});i.push({status:`none`,time:{from:e.time.to,to:1/0},url:n})}}this.currentLowLatencySegmentLength$.next(t)}findSegmentStartTime(e){let t=this.switchingToRepresentationId??this.downloadingRepresentationId??this.playingRepresentationId;if(!t)return;let n=this.segments.get(t);return n?n.find(t=>t.time.from<=e&&t.time.to>=e)?.time.from??void 0:void 0}setTarget(e){this.forwardBufferTarget=e}setPreloadOnly(e){this.preloadOnly=e}destroy(){if(this.initData.clear(),this.segments.clear(),this.parsedInitData.clear(),this.representations.clear(),this.sourceBufferTaskQueue?.destroy(),this.gapDetectionIdleCallback&&um&&um(this.gapDetectionIdleCallback),this.initLoadIdleCallback&&um&&um(this.initLoadIdleCallback),this.subscription.unsubscribe(),this.sourceBuffer)try{this.mediaSource.removeSourceBuffer(this.sourceBuffer)}catch(e){if(!(e instanceof DOMException&&e.name===`NotFoundError`))throw e}this.sourceBuffer=null,this.downloadAbortController.abort(),this.switchAbortController.abort(),this.destroyAbortController.abort(),window.clearTimeout(this.loadByteRangeSegmentsTimeoutId)}selectForwardBufferSegments(e,t,n){return this.isLive?this.selectForwardBufferSegmentsLive(e,n):this.selectForwardBufferSegmentsRecord(e,t,n)}selectForwardBufferSegmentsLive(e,t){let n=e.findIndex(e=>t>=e.time.from&&t<e.time.to);return this.playingRepresentationId!==this.downloadingRepresentationId&&(this.liveUpdateSegmentIndex=n),this.liveUpdateSegmentIndex<e.length?e.slice(this.liveUpdateSegmentIndex++):[]}selectForwardBufferSegmentsRecord(e,t,n){let r=this.getForwardBufferDuration(n),i=e.findIndex(({status:e,time:{from:t,to:i}},a)=>{let o=t>n||t<=n&&i>=n||a===0&&n===0,s=Math.min(this.forwardBufferTarget,this.bufferLimit),c=this.preloadOnly&&t<=n+s||r<s&&i-t>=s||i<=n+s;return(e===`none`||e===`partially_ejected`&&o&&c&&this.sourceBuffer&&L(this.mediaSource,this.sourceBuffer)&&!(zp(this.sourceBuffer.buffered,t)&&zp(this.sourceBuffer.buffered,i)))&&o&&c});if(i===-1)return[];if(t!==`byteRange`)return e.slice(i,i+1);let a=e,o=0,s=0,c=[],l=this.preloadOnly?0:this.tuning.dash.segmentRequestSize,u=this.preloadOnly?this.forwardBufferTarget:0;for(let e=i;e<a.length&&(o<=l||s<=u);e++){let t=a[e];if(o+=t.byte.to+1-t.byte.from,s+=t.time.to+1-t.time.from,t.status===`none`||t.status===`partially_ejected`)c.push(t);else break}return c}loadSegments(e,t,n=`auto`){var r=this;return a(function*(){jd(t.segmentReference)?yield r.loadTemplateSegment(e[0],t,n):yield r.loadByteRangeSegments(e,t,n)})()}loadTemplateSegment(e,t,n=`auto`){var r=this;return a(function*(){e.status=`downloading`;let i={segment:e,loadedBytes:0,feedingBytes:0,fedBytes:0,representationId:t.id,startedAtMs:void 0};r.activeSegments.add(i);let{range:a,url:o,signal:s,onProgress:l,onProgressTasks:u}=r.prepareTemplateFetchSegmentParams(e,t);r.failedDownloads&&s&&(yield xm(s,c(function*(){let e=wm(this.failedDownloads,this.tuning.downloadBackoff);yield new Promise(t=>setTimeout(t,e))}).bind(r))(),s.aborted&&r.abortActiveSegments([e])),i.startedAtMs=Tm().performance.now();try{let e=yield r.fetcher.fetch(o,{range:a,signal:s,onProgress:l,priority:n,isLowLatency:r.isActiveLowLatency(),bufferOptimisation:r.tuning.dash.fetcherBufferOptimisation});if(r.lastDataObtainedTimestampMs=Om(),!e)return;let c=new DataView(e),d=xd(t.mime);if(!isFinite(i.segment.time.to)){let e=t.segmentReference.timescale;i.segment.time.to=d.getChunkEndTime(c,e)}l&&i.feedingBytes&&u?yield Promise.all(u):yield r.sourceBufferTaskQueue.append(c,s);let{serverDataReceivedTimestamp:f,serverDataPreparedTime:p}=d.getServerLatencyTimestamps(c);f&&p&&r.currentLiveSegmentServerLatency$.next(p-f),i.segment.status=`downloaded`,r.onSegmentFullyAppended(i,t.id),r.failedDownloads=0}catch(t){r.abortActiveSegments([e]),Nm(t)||(r.failedDownloads++,r.updateRepresentationsBaseUrlIfNeeded())}})()}updateRepresentationsBaseUrlIfNeeded(){if(!this.tuning.dash.enableBaseUrlSupport||!this.baseUrls.length||this.failedDownloads<=this.tuning.dash.maxSegmentRetryCount)return;this.baseUrlsIndex=(this.baseUrlsIndex+1)%this.baseUrls.length;let e=this.baseUrls[this.baseUrlsIndex];for(let t of this.representations.values())jd(t.segmentReference)?t.segmentReference.baseUrl=e:t.segmentReference.url=e}loadByteRangeSegments(e,t,n=`auto`){var r=this;return a(function*(){if(!e.length)return;let i=[];for(let n of e){n.status=`downloading`;let e={segment:n,loadedBytes:0,feedingBytes:0,fedBytes:0,representationId:t.id,startedAtMs:void 0};r.activeSegments.add(e),i.push(e)}let{range:a,url:o,signal:s,onProgress:l}=r.prepareByteRangeFetchSegmentParams(e,t);r.failedDownloads&&s&&(yield xm(s,c(function*(){let e=wm(this.failedDownloads,this.tuning.downloadBackoff);yield new Promise(t=>{this.loadByteRangeSegmentsTimeoutId=window.setTimeout(t,e),Cm(window,`online`).pipe(km()).subscribe(()=>{t(),window.clearTimeout(this.loadByteRangeSegmentsTimeoutId)})})}).bind(r))(),s.aborted&&r.abortActiveSegments(e));let u=Tm().performance.now();for(let e of i)e.startedAtMs=u;try{yield r.fetcher.fetch(o,{range:a,onProgress:l,signal:s,priority:n,bufferOptimisation:r.tuning.dash.fetcherBufferOptimisation,urlCacheMechanismEnabled:!jd(t.segmentReference)}),r.lastDataObtainedTimestampMs=Om(),r.failedDownloads=0}catch(t){r.abortActiveSegments(e),Nm(t)||(r.failedDownloads++,r.updateRepresentationsBaseUrlIfNeeded())}})()}prepareByteRangeFetchSegmentParams(e,t){var n=this;if(jd(t.segmentReference))throw Error(`Representation is not byte range type`);let r=t.segmentReference.url,i={from:cm(e,0).byte.from,to:cm(e,-1).byte.to},{signal:o}=this.downloadAbortController;return{url:r,range:i,signal:o,onProgress:function(){var e=a(function*(e,r){if(!o.aborted)try{n.lastDataObtainedTimestampMs=Om(),yield n.onSomeByteRangesDataLoaded({dataView:e,loaded:r,signal:o,onSegmentAppendFailed:()=>n.abort(),globalFrom:i?i.from:0,representationId:t.id})}catch(e){n.error$.next({id:`SegmentFeeding`,category:Sm.VIDEO_PIPELINE,message:`Error when feeding segments`,thrown:e})}});return function(t,n){return e.apply(this,arguments)}}()}}prepareTemplateFetchSegmentParams(e,t){if(!jd(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=Om();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:Sm.VIDEO_PIPELINE,message:`Error when feeding segments`,thrown:e})}}:void 0,onProgressTasks:a}}abortActiveSegments(e){for(let t of this.activeSegments)sm(e,t.segment)&&this.abortSegment(t.segment)}onSomeTemplateDataLoaded({dataView:e,representationId:t,loaded:n,onSegmentAppendFailed:r,signal:i}){var o=this;return a(function*(){if(!o.activeSegments.size||!L(o.mediaSource,o.sourceBuffer))return;let a=o.representations.get(t);if(a)for(let s of o.activeSegments){let{segment:c}=s;if(s.representationId===t){if(i.aborted){r();continue}if(s.loadedBytes=n,s.loadedBytes>s.feedingBytes){let t=new DataView(e.buffer,e.byteOffset+s.feedingBytes,s.loadedBytes-s.feedingBytes),n=xd(a.mime).parseFeedableSegmentChunk(t,o.isLive);n?.byteLength&&(c.status=`partially_fed`,s.feedingBytes+=n.byteLength,yield o.sourceBufferTaskQueue.append(n),s.fedBytes+=n.byteLength)}}}})()}onSomeByteRangesDataLoaded({dataView:e,representationId:t,globalFrom:n,loaded:r,signal:i,onSegmentAppendFailed:o}){var s=this;return a(function*(){if(!s.activeSegments.size||!L(s.mediaSource,s.sourceBuffer))return;let a=s.representations.get(t);if(a)for(let c of s.activeSegments){let{segment:l}=c;if(c.representationId!==t)continue;if(i.aborted){yield o();continue}let u=l.byte.from-n,d=l.byte.to-n,f=d-u+1,p=u<r,m=d<=r;if(!p)continue;let h=xd(a.mime);if(l.status===`downloading`&&m){l.status=`downloaded`;let n=new DataView(e.buffer,e.byteOffset+u,f);(yield s.sourceBufferTaskQueue.append(n,i))&&!i.aborted?s.onSegmentFullyAppended(c,t):yield o()}else if(s.tuning.dash.enableSubSegmentBufferFeeding&&(l.status===`downloading`||l.status===`partially_fed`)&&(c.loadedBytes=Math.min(f,r-u),c.loadedBytes>c.feedingBytes)){let n=new DataView(e.buffer,e.byteOffset+u+c.feedingBytes,c.loadedBytes-c.feedingBytes),r=c.loadedBytes===f?n:h.parseFeedableSegmentChunk(n);r?.byteLength&&(l.status=`partially_fed`,c.feedingBytes+=r.byteLength,(yield s.sourceBufferTaskQueue.append(r,i))&&!i.aborted?(c.fedBytes+=r.byteLength,c.fedBytes===f&&s.onSegmentFullyAppended(c,t)):yield o())}}})()}onSegmentFullyAppended(e,t){if(!(K(this.sourceBuffer)||!L(this.mediaSource,this.sourceBuffer))){!this.isLive&&j.browser.isSafari&&this.tuning.useSafariEndlessRequestBugfix&&(zp(this.sourceBuffer.buffered,e.segment.time.from,100)&&zp(this.sourceBuffer.buffered,e.segment.time.to,100)||this.error$.next({id:`EmptyAppendBuffer`,category:Sm.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`,Ad(e.segment)&&(e.segment.size=e.fedBytes);for(let n of this.representations.values())if(n.id!==t)for(let t of this.segments.get(n.id)??[])t.status===`fed`&&Math.round(t.time.from)===Math.round(e.segment.time.from)&&Math.round(t.time.to)===Math.round(e.segment.time.to)&&(t.status=`none`);this.updateLowLatencyLiveIfNeeded(e.segment),this.activeSegments.delete(e),this.detectGapsWhenIdle(t,[e.segment])}}abortSegment(e){e.status===`partially_fed`?e.status=`partially_ejected`:e.status!==`partially_ejected`&&(e.status=`none`);for(let t of this.activeSegments.values())if(t.segment===e){this.activeSegments.delete(t);break}}loadNextInit(){if(this.allInitsLoaded||this.initLoadIdleCallback)return;let e=null,t=!1;for(let[n,r]of this.initData.entries()){let i=r instanceof Promise;t||=i,r===null&&(e=n)}if(!e){this.allInitsLoaded=!0;return}if(t)return;let n=this.representations.get(e);n&&(this.initLoadIdleCallback=dm(()=>fm(this.loadInit(n,`low`,!1),()=>this.initLoadIdleCallback=null)))}loadInit(e,t=`auto`,n=!1){var r=this;return a(function*(){let i=r.tuning.dash.useFetchPriorityHints?t:`auto`,o=!n&&r.tuning.dash.ignoreNetworkErrorsOnLoadInit,s=(!n&&r.failedDownloads>0?xm(r.destroyAbortController.signal,c(function*(){let e=wm(this.failedDownloads,this.tuning.downloadBackoff);yield new Promise(t=>setTimeout(t,e))}).bind(r))():Promise.resolve()).then(()=>r.fetcher.fetchRepresentation(e.segmentReference,xd(e.mime),{priority:i,ignoreNetworkErrors:o})).then(function(){var t=a(function*(t){if(!t)return;let{init:n,dataView:i,segments:a}=t,o=i.buffer.slice(i.byteOffset,i.byteOffset+i.byteLength);r.initData.set(e.id,o);let s=a;r.isLive&&jd(e.segmentReference)&&(s=r.getActualLiveStartingSegments(e.segmentReference)),(!r.isLive||!r.segments.has(e.id))&&r.segments.set(e.id,s),n&&r.parsedInitData.set(e.id,n)});return function(e){return t.apply(this,arguments)}}()).then(()=>r.failedDownloads=0,t=>{o||r.initData.set(e.id,null),n&&r.error$.next({id:`LoadInits`,category:Sm.WTF,message:`loadInit threw`,thrown:t})});return r.initData.set(e.id,s),s})()}dropBuffer(){var e=this;return a(function*(){for(let t of e.segments.values())for(let e of t)e.status=`none`;yield e.pruneBuffer(0,1/0,!0)})()}pruneBuffer(e,t,n=!1){var r=this;return a(function*(){if(!r.sourceBuffer||!L(r.mediaSource,r.sourceBuffer)||!r.playingRepresentationId||K(e))return!1;let i=[],a=0,s=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},c=e=>{if(a>=t)return i;i.push(o({},e.time)),i=s(i);let n=Ad(e)?e.size??0:e.byte.to-e.byte.from;a+=n};for(let t of r.segments.values())for(let n of t){let t=n.time.to<=e-r.tuning.dash.bufferPruningSafeZone,i=n.time.from>=e+Math.min(r.forwardBufferTarget,r.bufferLimit);(t||i)&&n.status===`fed`&&c(n)}for(let e=0;e<r.sourceBuffer.buffered.length;e++){let t=r.sourceBuffer.buffered.start(e)*1e3,n=r.sourceBuffer.buffered.end(e)*1e3,i=0;for(let e of r.segments.values())for(let r of e)sm([`none`,`partially_ejected`],r.status)&&Math.round(r.time.from)<=Math.round(t)&&Math.round(r.time.to)>=Math.round(n)&&i++;i===r.segments.size&&c({time:{from:t,to:n},url:``,status:`none`})}if(i.length&&n){let t=Math.min(r.forwardBufferTarget,r.bufferLimit)*r.tuning.dash.minSafeBufferThreshold;for(let n of r.segments.values())for(let r of n)r.time.from>=e+t&&r.status===`fed`&&c(r)}return i.length?(yield Promise.all(i.map(e=>r.sourceBufferTaskQueue.remove(e.from,e.to)))).reduce((e,t)=>e||t,!1):!1})()}abortBuffer(){var e=this;return a(function*(){if(!e.sourceBuffer||!L(e.mediaSource,e.sourceBuffer))return!1;let t=e.playingRepresentationId&&e.initData.get(e.playingRepresentationId),n=t instanceof ArrayBuffer?t:void 0;return e.sourceBufferTaskQueue.abort(n)})()}getDebugBufferState(){if(!(!this.sourceBuffer||!L(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||!L(this.mediaSource,this.sourceBuffer)||!this.sourceBuffer.buffered.length||K(e)?0:pf(this.sourceBuffer.buffered,e)}getForwardBufferRepresentations(e=this.getCurrentPosition()){if(this.forwardBufferRepresentations.clear(),Dm(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)K(t.startedAtMs)||(!e||t.segment.time.from<e.segment.time.from)&&(e=t);if(!K(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||!L(this.mediaSource,this.sourceBuffer)))for(let n of t){let t={representation:e,from:n.time.from,to:n.time.to,persistent:!1},{buffered:r}=this.sourceBuffer;for(let e=0;e<r.length;e++){let i=r.start(e)*1e3,a=r.end(e)*1e3;if(!(a<=n.time.from||i>=n.time.to)){if(i<=n.time.from&&a>=n.time.to){t=void 0;break}a>n.time.from&&a<n.time.to&&(t.from=a),i<n.time.to&&i>n.time.from&&(t.to=i)}}t&&t.to-t.from>1&&!this.gaps.some(e=>t&&e.from===t.from&&e.to===t.to)&&this.gaps.push(t)}}detectGapsWhenIdle(e,t){if(this.gapDetectionIdleCallback||!this.sourceBuffer||!L(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=dm(()=>{try{this.detectGaps(e,t)}catch(e){this.error$.next({id:`GapDetection`,category:Sm.WTF,message:`detectGaps threw`,thrown:e})}finally{this.gapDetectionIdleCallback=null}})}checkEjectedSegments(){if(K(this.sourceBuffer)||!L(this.mediaSource,this.sourceBuffer)||K(this.playingRepresentationId))return;let e=[];for(let t=0;t<this.sourceBuffer.buffered.length;t++){let n=Math.floor(this.sourceBuffer.buffered.start(t)*1e3),r=Math.ceil(this.sourceBuffer.buffered.end(t)*1e3);e.push({from:n,to:r})}for(let t of this.segments.values())for(let n of t){let{status:t}=n;if(t!==`fed`&&t!==`partially_ejected`)continue;let r=Math.floor(n.time.from),i=Math.ceil(n.time.to),a=e.some(e=>e.from-100<=r&&e.to+100>=i),o=e.filter(e=>r>=e.from&&r<e.to-100||i>e.from+100&&i<=e.to);a||(o.length===1||this.gaps.some(e=>e.from===n.time.from||e.to===n.time.to)?n.status=`partially_ejected`:n.status=`none`)}}handleAsyncError(e,t){this.error$.next({id:t,category:Sm.VIDEO_PIPELINE,thrown:e,message:`Something went wrong`})}}import{AbortControllerPolyfilled as Fm}from"@vkontakte/videoplayer-shared/es2015";import{fetchPolyfilled as Im}from"@vkontakte/videoplayer-shared/es2015";import{abortable as Lm,assertNever as Rm,fromEvent as zm,merge as Bm,now as Vm,Subject as Hm,ValueSubject as Um,flattenObject as Wm,ErrorCategory as Gm,SubscriptionRemovable as Km,getWindow as qm,suppressAbort as Jm}from"@vkontakte/videoplayer-shared/es2015";import{ErrorCategory as Ym}from"@vkontakte/videoplayer-shared/es2015";var Xm=new Set([2,3,4,5,6,9,19]),Zm=new Set([1,8,18,21]),Qm=new Set([10,11,12,13,14,15,16]),$m=({txtCode:e,error$:t,recoverableError$:n,httpCode:r})=>{let i=parseInt(e);if(isNaN(i))return;let a=o(o({},eh(i)),{},{httpCode:r,UVBackendErrorCode:e});if(Xm.has(i)){t.next(o(o({},a),{},{category:Ym.NETWORK}));return}if(Zm.has(i)){n.next(o(o({},a),{},{category:Ym.FATAL}));return}if(Qm.has(i)){t.next(o(o({},a),{},{category:Ym.FATAL}));return}},eh=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 th(e)}};function th(e){return{id:`GeneralVideoDataFetchError`,message:`Generic video data fetch error (${e})`}}import{devNull as nh,getWindow as rh}from"@vkontakte/videoplayer-shared/es2015";var ih=`vk_player_cached_fetches`,ah=[`fromCache`,`expires`,`sig`],oh=300*1e3,sh=`x-cache-expires`,ch=function(){var e=a(function*(e){let t=uh(e),n=yield rh().caches.open(ih);return{get:function(){var e=a(function*(){let e=yield n.match(t);return e&&!dh(e)?(nh.push(`core`,{key:`videoplayer_url_cache`,strings:[`cache_hit`]}),e):(e&&(yield n.delete(t),nh.push(`core`,{key:`videoplayer_url_cache`,strings:[`cache_missed`,`expired`]})),null)});return function(){return e.apply(this,arguments)}}(),set:r=>{n.put(t,fh(r,e))}}});return function(t){return e.apply(this,arguments)}}();function lh(){return typeof caches<`u`}function uh(e){try{let t=new URL(e);return t.hostname=`cache.local`,ah.forEach(e=>t.searchParams.delete(e)),t.toString()}catch{return e}}function dh(e){let t=e.headers.get(sh);if(!t)return!0;let n=Number(t);return isNaN(n)||n<=Date.now()}function fh(e,t){let n=e.clone(),r=new Headers(n.headers);return r.set(sh,ph(t).toString()),new Response(n.body,{status:n.status,statusText:n.statusText,headers:r})}function ph(e){try{let t=new URL(e).searchParams.get(`expires`);if(t&&!isNaN(Number(t)))return Number(t)}catch{return 0}return Date.now()+oh}var mh=function(){var e=a(function*(){yield rh().caches.delete(ih)});return function(){return e.apply(this,arguments)}}();class hh{constructor({throughputEstimator:e,requestQuic:t,tracer:n,compatibilityMode:r=!1,useEnableSubtitlesParam:a=!1,handleExtendedNetworkErrorsSet:l=!1,useUrlCacheMechanism:u=!1,measureNonSegmentRequests:d=!1}){i(this,`throughputEstimator`,void 0),i(this,`requestQuic`,void 0),i(this,`tracer`,void 0),i(this,`manifestRequested$`,new Hm),i(this,`firstBytesManifest$`,new Hm),i(this,`firstBytesRequested$`,new Hm),i(this,`firstBytesReceived$`,new Hm),i(this,`lastConnectionType$`,new Um(void 0)),i(this,`lastConnectionReused$`,new Um(void 0)),i(this,`lastRequestFirstBytes$`,new Um(void 0)),i(this,`lastConnectionMetrics$`,new Um(void 0)),i(this,`lastDownloadMetrics$`,new Um(void 0)),i(this,`recoverableError$`,new Hm),i(this,`error$`,new Hm),i(this,`abortAllController`,new Fm),i(this,`subscription`,new Km),i(this,`compatibilityMode`,void 0),i(this,`useEnableSubtitlesParam`,void 0),i(this,`useUrlCacheMechanism`,void 0),i(this,`measureNonSegmentRequests`,void 0),i(this,`startupPhase`,!0),i(this,`performanceObserver`,null),i(this,`pendingConnectionMetrics`,new Map),i(this,`handleExtendedNetworkErrorsSet`,!1),i(this,`fetchManifest`,Lm(this.abortAllController.signal,function(){var e=c(function*(e){let t=this.tracer.createComponentTracer(`FetchManifest`),n=e;this.requestQuic&&(n=ml(n)),!this.compatibilityMode&&this.useEnableSubtitlesParam&&(n=Ol(n)),this.trackRequestStart(n,performance.now());let r=Vm();this.manifestRequested$.next();let i=yield this.doFetch(n,{signal:this.abortAllController.signal}).catch(Jm);if(i){let a=Vm();t.log(`success`,Wm({url:n,message:`Request successfully executed`})),t.end(),this.onHeadersReceived(i.headers),this.firstBytesManifest$.next();let o=i.headers.get(`content-length`),c=0;o&&(c=parseInt(o,10));let l=yield s(i.text());if((!o||isNaN(c)||c<=0)&&(c=new TextEncoder().encode(l).length),c>0){let t=a-r,n=c/(t/1e3)*8/1024,i={bytes:c,speed:n,url:e};this.lastDownloadMetrics$.next(i)}if(this.measureNonSegmentRequests&&this.startupPhase&&(this.throughputEstimator?.addRawRtt(a-r),o&&c>0)){let e=Vm();this.throughputEstimator?.addRawSpeed(c,e-r)}return l}else return t.error(`error`,Wm({url:n,message:`No data in request manifest`})),t.end(),null});return function(t){return e.apply(this,arguments)}}().bind(this))),i(this,`fetch`,Lm(this.abortAllController.signal,function(){var e=c(function*(e,{rangeMethod:t=this.compatibilityMode?0:1,range:n,onProgress:r,priority:i=`auto`,signal:a,measureThroughput:o=!0,isLowLatency:s=!1,bufferOptimisation:l=!1,ignoreNetworkErrors:u=!1,urlCacheMechanismEnabled:d=!1}={}){let f=e,p=new Headers,m=this.tracer.createComponentTracer(`Fetch`);if(n)switch(t){case 0:p.append(`Range`,`bytes=${n.from}-${n.to}`);break;case 1:{let e=new URL(f,qm().location.href);e.searchParams.append(`bytes`,`${n.from}-${n.to}`),f=e.toString();break}default:Rm(t)}this.requestQuic&&(f=ml(f));let h=this.abortAllController.signal,g;if(a){let e=new Fm;if(g=Bm(zm(this.abortAllController.signal,`abort`),zm(a,`abort`)).subscribe(()=>{try{e.abort()}catch(e){Jm(e)}}),this.subscription.add(g),this.abortAllController.signal.aborted||a.aborted)try{e.abort()}catch(e){Jm(e)}h=e.signal}let _=0,v=Vm();m.log(`startRequest`,Wm({url:f,priority:i,rangeMethod:t,range:n,isLowLatency:s,requestStartedAt:v})),this.trackRequestStart(f,performance.now()),this.firstBytesRequested$.next();let y=yield this.doFetch(f,{priority:i,headers:p,signal:h},{ignoreNetworkErrors:u,urlCacheMechanismEnabled:d}),b=Vm();if(!y)return m.error(`error`,{message:`No response in request`}),m.end(),this.unsubscribeAbortSubscription(g),null;if(this.throughputEstimator?.addRawRtt(b-v),!y.ok||!y.body){this.unsubscribeAbortSubscription(g);let e=`Fetch error ${y.status}: ${y.statusText}`;return m.error(`error`,{message:e}),m.end(),Promise.reject(Error(`Fetch error ${y.status}: ${y.statusText}`))}if(this.onHeadersReceived(y.headers),!r&&!o){this.unsubscribeAbortSubscription(g);let e=yield y.arrayBuffer(),t=Vm();if(this.measureNonSegmentRequests&&this.startupPhase){let e=y.headers.get(`content-length`),n=e?parseInt(e,10):NaN;Number.isFinite(n)&&n>0&&this.throughputEstimator?.addRawSpeed(n,t-v)}let n={requestStartedAt:v,requestEndedAt:t,duration:t-v};return m.log(`endRequest`,Wm(n)),m.end(),e}let x=y.body;if(o){this.startupPhase=!1;let e;[x,e]=y.body.tee(),this.throughputEstimator?.trackStream(e,s)}let S=x.getReader(),C,w=parseInt(y.headers.get(`content-length`)??``,10);Number.isFinite(w)&&(C=w),!C&&n&&(C=n.to-n.from+1);let T=C?new Uint8Array(C):new Uint8Array,E=!1,D=e=>{this.unsubscribeAbortSubscription(g),E=!0,Jm(e)},ee=Lm(h,function(){var e=c(function*({done:e,value:t}){if(_===0&&(this.lastRequestFirstBytes$.next(Vm()-v),this.firstBytesReceived$.next()),h.aborted){this.unsubscribeAbortSubscription(g);return}if(!e&&t){if(l&&C)T.set(t,_),_+=t.byteLength;else{let e=new Uint8Array(T.length+t.length);e.set(T),e.set(t,T.length),T=e,_+=t.byteLength}r?.(new DataView(T.buffer),_),yield S?.read().then(ee,D)}});return function(t){return e.apply(this,arguments)}}().bind(this));yield S?.read().then(ee,D),this.unsubscribeAbortSubscription(g);let te=Vm(),ne={failed:E,requestStartedAt:v,requestEndedAt:te,duration:te-v};if(E)return m.error(`endRequest`,Wm(ne)),m.end(),null;if(_>0){let t=te-v,n=_/(t/1e3)*8/1024,r={bytes:_,speed:n,url:e};this.lastDownloadMetrics$.next(r)}return m.log(`endRequest`,Wm(ne)),m.end(),T.buffer});return function(t){return e.apply(this,arguments)}}().bind(this))),i(this,`fetchByteRangeRepresentation`,Lm(this.abortAllController.signal,function(){var e=c(function*(e,t,n){if(e.type!==`byteRange`)return null;let{from:r,to:i}=e.initRange,a=r,s=i,c=!1,l,u;e.indexRange&&(l=e.indexRange.from,u=e.indexRange.to,c=i+1===l,c&&(a=Math.min(l,r),s=Math.max(u,i))),a=Math.min(a,0);let d=yield this.fetch(e.url,o({range:{from:a,to:s},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(c)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);return{init:p,dataView:new DataView(d),segments:g}});return function(t,n,r){return e.apply(this,arguments)}}().bind(this))),i(this,`fetchTemplateRepresentation`,Lm(this.abortAllController.signal,function(){var e=c(function*(e,t){if(e.type!==`template`)return null;let n=new URL(e.initUrl,e.baseUrl).toString(),r=yield this.fetch(n,o({measureThroughput:!1},t));return r?{init:null,segments:e.segments.map(e=>o(o({},e),{},{status:`none`,size:void 0})),dataView:new DataView(r)}:null});return function(t,n){return e.apply(this,arguments)}}().bind(this))),this.throughputEstimator=e,this.requestQuic=t,this.compatibilityMode=r,this.tracer=n.createComponentTracer(`Fetcher`),this.useEnableSubtitlesParam=a,this.handleExtendedNetworkErrorsSet=l,this.measureNonSegmentRequests=d,qm().PerformanceObserver&&this.setupPerformanceObserver(),this.useUrlCacheMechanism=u}onHeadersReceived(e){let{type:t,reused:n}=hl(e);this.lastConnectionType$.next(t),this.lastConnectionReused$.next(n)}setupPerformanceObserver(){this.performanceObserver=new(qm()).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 qm().navigator))return`unknown`;let e=qm().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:Gm.WTF})}return null}trackRequestStart(e,t){let n=`${e}_${t}_${Math.random().toString(36).substr(2,9)}`;this.pendingConnectionMetrics.set(n,{url:e,startTime:t})}fetchRepresentation(e,t,n){var r=this;return a(function*(){let{type:i}=e;switch(i){case`byteRange`:return(yield r.fetchByteRangeRepresentation(e,t,n))??null;case`template`:return(yield r.fetchTemplateRepresentation(e,n))??null;default:Rm(i)}})()}destroy(){this.abortAllController.abort(),this.subscription.unsubscribe(),this.performanceObserver&&=(this.performanceObserver.disconnect(),null),this.pendingConnectionMetrics.clear(),this.tracer.end()}doFetch(e,t,n){var r=this;return a(function*(){let i;if(r.useUrlCacheMechanism&&n?.urlCacheMechanismEnabled&&lh()){i=yield ch(e);let t=yield i.get();if(t)return t}let a=yield Im(e,i?o(o({},t),{},{cache:`no-store`}):t);if(a.ok)return i?.set(a),a;if(n?.ignoreNetworkErrors)return;let s=yield a.text();if(r.handleExtendedNetworkErrorsSet){$m({txtCode:s,httpCode:a.status,error$:r.error$,recoverableError$:r.recoverableError$});return}let c=parseInt(s);if(!isNaN(c))switch(c){case 1:r.recoverableError$.next({id:`VideoDataLinkExpiredError`,message:`Video data links have expired`,category:Gm.FATAL,httpCode:a.status,UVBackendErrorCode:s});break;case 8:r.recoverableError$.next({id:`VideoDataLinkBlockedForFloodError`,message:`Url blocked for flood`,category:Gm.FATAL,httpCode:a.status,UVBackendErrorCode:s});break;case 18:r.recoverableError$.next({id:`VideoDataLinkIllegalIpChangeError`,message:`Client IP has changed`,category:Gm.FATAL,httpCode:a.status,UVBackendErrorCode:s});break;case 21:r.recoverableError$.next({id:`VideoDataLinkIllegalHostChangeError`,message:`Request HOST has changed`,category:Gm.FATAL,httpCode:a.status,UVBackendErrorCode:s});break;default:r.error$.next({id:`GeneralVideoDataFetchError`,message:`Generic video data fetch error (${c})`,category:Gm.FATAL,httpCode:a.status,UVBackendErrorCode:s})}})()}unsubscribeAbortSubscription(e){e&&(e.unsubscribe(),this.subscription.remove(e))}}import{isNullable as gh,ValueSubject as _h}from"@vkontakte/videoplayer-shared/es2015";class vh{constructor(e,t){i(this,`currentRepresentation$`,new _h(null)),i(this,`maxRepresentations`,4),i(this,`representationsCursor`,0),i(this,`representations`,[]),i(this,`getCurrentPosition`,void 0),i(this,`currentSegment`,null),this.getCurrentPosition=t.getCurrentPosition,this.processStreams(e)}updateLive(e){this.processStreams(e?.streams.text)}seekLive(e){this.processStreams(e)}maintain(e=this.getCurrentPosition()){if(!gh(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 s=t.segments.find(t=>t.time.from<=e&&t.time.to>=e);!s||this.currentSegment?.time.from===s.time.from&&this.currentSegment.time.to===s.time.to||(this.currentSegment=s,this.currentRepresentation$.next(o(o({},n),{},{label:`Live Text`,language:`ru`,isAuto:!0,url:new URL(s.url,t.baseUrl).toString()})))}}destroy(){this.currentRepresentation$.next(null),this.currentSegment=null,this.representations=[]}processStreams(e){for(let t of e??[]){let e=vh.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=>vh.filterRepresentations(e.representations))}static filterRepresentations(e){return e?.filter(e=>e.kind===`text`&&`segmentReference`in e&&jd(e.segmentReference))}}var yh=[`timeupdate`,`progress`,`play`,`seeked`,`stalled`,`waiting`],bh=[`timeupdate`,`progress`,`loadeddata`,`playing`,`seeked`];class xh{constructor(e){i(this,`element`,null),i(this,`manifestUrlString`,``),i(this,`source`,null),i(this,`manifest`,null),i(this,`tuning`,void 0),i(this,`tracer`,void 0),i(this,`forceVideoCodec`,void 0),i(this,`videoBufferManager`,void 0),i(this,`audioBufferManager`,void 0),i(this,`bufferManagers`,[]),i(this,`liveTextManager`,void 0),i(this,`throughputEstimator`,void 0),i(this,`subscription`,new nm),i(this,`subscriptionRemovable`,new rm),i(this,`representationSubscription`,new nm),i(this,`fetcher`,void 0),i(this,`state$`,new Gt(`none`)),i(this,`currentVideoRepresentation$`,new W(void 0)),i(this,`currentVideoRepresentationInit$`,new W(void 0)),i(this,`currentAudioRepresentation$`,new W(void 0)),i(this,`currentVideoSegmentLength$`,new W(0)),i(this,`currentAudioSegmentLength$`,new W(0)),i(this,`error$`,new tm),i(this,`manifestRequested$`,new tm),i(this,`firstBytesManifest$`,new tm),i(this,`manifestReceived$`,new tm),i(this,`firstBytesRequested$`,new tm),i(this,`firstBytesReceived$`,new tm),i(this,`lastConnectionType$`,new W(void 0)),i(this,`lastConnectionReused$`,new W(void 0)),i(this,`lastRequestFirstBytes$`,new W(void 0)),i(this,`lastConnectionMetrics$`,new W(void 0)),i(this,`lastDownloadMetrics$`,new W(void 0)),i(this,`currentLiveTextRepresentation$`,new W(null)),i(this,`timeoutSourceOpenId`,void 0),i(this,`isLive$`,new W(!1)),i(this,`isActiveLive$`,new W(!1)),i(this,`isLowLatency$`,new W(!1)),i(this,`liveDuration$`,new W(0)),i(this,`liveSeekableDuration$`,new W(0)),i(this,`liveAvailabilityStartTime$`,new W(0)),i(this,`liveStreamStatus$`,new W(void 0)),i(this,`bufferLength$`,new W(0)),i(this,`liveLatency$`,new W(void 0)),i(this,`liveLoadBufferLength$`,new W(0)),i(this,`livePositionFromPlayer$`,new W(0)),i(this,`currentStallDuration$`,new W(0)),i(this,`videoLastDataObtainedTimestamp$`,new W(0)),i(this,`fetcherRecoverableError$`,new tm),i(this,`fetcherError$`,new tm),i(this,`updateDurationError$`,new tm),i(this,`liveStreamEndTimestamp`,0),i(this,`liveBuffer`,void 0),i(this,`isUpdatingLive`,!1),i(this,`isJumpGapAfterSeekLive`,!1),i(this,`forceEnded$`,new tm),i(this,`gapWatchdogActive`,!1),i(this,`gapWatchdogSubscription`,void 0),i(this,`stallWatchdogSubscription`,void 0),i(this,`livePauseWatchdogSubscription`,void 0),i(this,`liveWasInterrupted`,!1),i(this,`isOnDemand`,!1),i(this,`dashMaxTvVideoQuality`,void 0),i(this,`destroyController`,new Lp),i(this,`initManifest`,Bp(this.destroyController.signal,function(){var e=c(function*(e,t,n){this.tracer.log(`initManifest`),this.element=e,this.manifestUrlString=O(t,n,2),this.state$.startTransitionTo(`manifest_ready`),this.manifest=yield this.updateManifest(),this.manifest?.streams.video.length?this.state$.setState(`manifest_ready`):this.error$.next({id:`NoRepresentations`,category:Up.PARSER,message:`No playable video representations`})});return function(t,n,r){return e.apply(this,arguments)}}().bind(this))),i(this,`updateManifest`,Bp(this.destroyController.signal,c(function*(){this.tracer.log(`updateManifestStart`,{manifestUrl:this.manifestUrlString});let e=yield this.fetcher.fetchManifest(this.manifestUrlString).catch(e=>{!this.manifest&&!this.bufferLength$.getValue()&&this.error$.next({id:`LoadManifest`,category:Up.NETWORK,message:`Failed to load manifest`,thrown:e})});if(!e)return null;let t=null;try{t=du(e??``,this.manifestUrlString),this.manifestReceived$.next()}catch(t){let n=qc(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)=>{var r,i,a,o;return!!(!((r=this.element)==null||(i=r.canPlayType)==null)&&i.call(r,t)&&!((a=Ye())==null||(o=a.isTypeSupported)==null)&&o.call(a,`${t}; codecs="${n}"`)||e===`text`)};if(t.live){this.isLive$.next(!0);let{availabilityStartTime:e,latestSegmentPublishTime:n,streamIsUnpublished:r,streamIsAlive:i}=t.live,a=(t.duration??0)/1e3;this.liveSeekableDuration$.next(-1*a),this.liveDuration$.next((n-e)/1e3),this.liveAvailabilityStartTime$.next(t.live.availabilityStartTime);let o=`active`;if(i||(o=r?`unpublished`:`unexpectedly_down`),this.liveStreamStatus$.next(o),i&&this.liveWasInterrupted){this.liveWasInterrupted=!1,this.stopStallWatchdogSubscription();let e=this.normalizeLiveOffset(-1*this.livePositionFromPlayer$.getValue()*1e3);this.seekLive(e).catch(e=>{this.error$.next({id:`updateManifest`,category: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].filter(({mime:t,codecs:r})=>n(e,t,r));r[e]=o;let s,c;if(this.tuning.dash.codecsPrioritizeEnabled){if(e===`audio`)a=Fa(o.map(({codecs:e})=>e)),s=a[0],s&&(r[e]=o.filter(({codecs:e})=>Ia(e)===s));else if(e===`video`){i=Na(o,{preferHdr:this.tuning.preferHDR});let t=this.forceVideoCodec;c=(t?i.find(e=>e.name===t.name&&e.hdr===t.hdr):void 0)??i[0],c&&(r[e]=o.filter(e=>Ia(e.codecs)===c.name&&!!e.hdr===c.hdr))}}else{let t=Ma(new Set(o.map(({codecs:e})=>e)));t&&(r[e]=o.filter(({codecs:e})=>e.startsWith(t)))}if(e===`video`){if(!this.tuning.dash.codecsPrioritizeEnabled){let e=this.tuning.preferHDR,t=r.video.some(e=>e.hdr),n=r.video.some(e=>!e.hdr);j.display.isHDR&&e&&t?r.video=r.video.filter(e=>e.hdr):n&&(r.video=r.video.filter(e=>!e.hdr))}let{videoStreamRepresentaionsFilter:e}=this.tuning.dash;if(e.length&&za(r,e),this.dashMaxTvVideoQuality&&Ef(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 s=o(o({},t),{},{streams:r});return this.tuning.dash.codecsPrioritizeEnabled&&(s.codecs={video:i,audio:a}),this.tracer.log(`updateManifestEnd`,Kp(s)),s}).bind(this))),i(this,`initRepresentations`,Bp(this.destroyController.signal,function(){var e=c(function*(e,t,n){var r=this;this.tracer.log(`initRepresentationsStart`,Kp({initialVideo:e,initialAudio:t,sourceHls:n})),Vp(this.manifest),Vp(this.element),this.representationSubscription.unsubscribe(),this.state$.startTransitionTo(`representations_ready`);let i=e=>{this.representationSubscription.add(qp(e,`error`).pipe(Wp(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=Qe();let o=document.createElement(`source`);if(i(o),o.src=URL.createObjectURL(this.source),this.element.appendChild(o),Xe())if(n){let e=document.createElement(`source`);i(e),e.type=`application/x-mpegurl`,e.src=n.url,this.element.appendChild(e)}else this.element.disableRemotePlayback=!0;this.isActiveLive$.next(this.isLive$.getValue());let s={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},c=this.manifest.streams.video.reduce((e,t)=>[...e,...t.representations],[]);if(this.videoBufferManager=new Pm(`video`,this.source,c,s),this.bufferManagers=[this.videoBufferManager],Xp(t)){let e=this.manifest.streams.audio.reduce((e,t)=>[...e,...t.representations],[]);this.audioBufferManager=new Pm(`audio`,this.source,e,s),this.bufferManagers.push(this.audioBufferManager)}if(vh.isSupported(this.manifest.streams.text)&&!this.isLowLatency$.getValue()&&(this.liveTextManager=new vh(this.manifest.streams.text,s)),this.representationSubscription.add(this.fetcher.lastRequestFirstBytes$.subscribe(this.lastRequestFirstBytes$)),this.representationSubscription.add($p(...bh.map(e=>qp(this.element,e))).pipe(Qp(e=>this.element?pf(this.element.buffered,this.element.currentTime*1e3):0),Gp(),im(e=>{e>this.tuning.dash.bufferEmptinessTolerance&&this.stopStallWatchdogSubscription()})).subscribe(this.bufferLength$)),this.representationSubscription.add($p(qp(this.element,`ended`),this.forceEnded$).subscribe(()=>{this.stopStallWatchdogSubscription()})),this.isLive$.getValue()){this.subscription.add(this.liveDuration$.pipe(Gp()).subscribe(e=>this.liveStreamEndTimestamp=em())),this.subscription.add(qp(this.element,`pause`).subscribe(()=>{let{liveUpdateInterval:e}=this.tuning.dash;this.livePauseWatchdogSubscription=Yp(e).subscribe(t=>{let n=De(this.manifestUrlString,2);this.manifestUrlString=O(this.manifestUrlString,n+e,2),this.liveStreamStatus$.getValue()===`active`&&this.updateManifest()}),this.subscription.add(this.livePauseWatchdogSubscription)})).add(qp(this.element,`play`).subscribe(e=>this.livePauseWatchdogSubscription?.unsubscribe())),this.representationSubscription.add(Hp({isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(Qp(({isActiveLive:e,isLowLatency:t})=>e&&t),Gp()).subscribe(e=>{this.isManualDecreasePlaybackInLive()||mp(this.element,1)})),this.representationSubscription.add(Hp({bufferLength:this.bufferLength$,isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(Wp(({bufferLength:e,isActiveLive:t,isLowLatency:n})=>t&&n&&!!e)).subscribe(({bufferLength:e})=>this.liveBuffer.next(e))),this.representationSubscription.add(this.videoBufferManager.currentLowLatencySegmentLength$.subscribe(e=>{if(!this.isActiveLive$.getValue()&&!this.isLowLatency$.getValue()&&!e)return;let t=this.liveSeekableDuration$.getValue()-e/1e3;this.liveSeekableDuration$.next(Math.max(t,-1*this.tuning.dashCmafLive.maxLiveDuration)),this.liveDuration$.next(this.liveDuration$.getValue()+e/1e3)})),this.representationSubscription.add(Hp({isLive:this.isLive$,rtt:this.throughputEstimator.rtt$,bufferLength:this.bufferLength$,segmentServerLatency:this.videoBufferManager.currentLiveSegmentServerLatency$}).pipe(Wp(({isLive:e})=>e),Gp((e,t)=>t.bufferLength<e.bufferLength),Qp(({rtt:e,bufferLength:t,segmentServerLatency:n})=>{let r=De(this.manifestUrlString,2);return(e/2+t+n+r)/1e3})).subscribe(this.liveLatency$)),this.representationSubscription.add(Hp({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),mp(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(Hp({liveLoadBufferLength:this.liveLoadBufferLength$,bufferLength:this.bufferLength$}).pipe(am(this.tuning.dash.liveUpdateInterval)).subscribe(function(){var t=a(function*({liveLoadBufferLength:t,bufferLength:n}){if(!r.element||r.isUpdatingLive)return;let i=r.element.playbackRate,a=De(r.manifestUrlString,2),o=Math.abs(r.livePositionFromPlayer$.getValue())*1e3,s=Math.min(o,r.tuning.dashCmafLive.normalizedTargetMinBufferSize*i),c=r.tuning.dashCmafLive.normalizedActualBufferOffset*i,l=r.tuning.dashCmafLive.normalizedLiveMinBufferSize*i,u=isFinite(t)?t:n,d=r.isActiveLive$.getValue()&&r.isLowLatency$.getValue(),f=o<=r.tuning.live.activeLiveDelay;r.isActiveLive$.next(f);let p=`none`;if(d?p=`active_low_latency`:r.isLowLatency$.getValue()&&f?(r.bufferManagers.forEach(e=>e.proceedLowLatencyLive()),p=`active_low_latency`):a!==0&&u<s?p=`live_forward_buffering`:u<s+l&&(p=`live_with_target_offset`),isFinite(t)&&(e=t>e?t:e),p===`live_forward_buffering`||p===`live_with_target_offset`){let n=e-(s+c),o=r.normalizeLiveOffset(Math.trunc(a+n/i)),l=Math.abs(o-a),u=0;!t||l<=r.tuning.dashCmafLive.offsetCalculationError?u=a:o>0&&l>r.tuning.dashCmafLive.offsetCalculationError&&(u=o),r.manifestUrlString=O(r.manifestUrlString,u,2)}(p===`live_with_target_offset`||p===`live_forward_buffering`)&&(e=0,yield r.updateLive())});return function(e){return t.apply(this,arguments)}}(),e=>{this.error$.next({id:`updateLive`,category:Up.VIDEO_PIPELINE,thrown:e,message:`Failed to update live with subscription`})}))}let l=Hp({allBuffersFull:$p(...this.bufferManagers.map(e=>e.fullyBuffered$)).pipe(Qp(()=>this.bufferManagers.every(e=>e.fullyBuffered$.getValue()))),someBufferEnded:$p(...this.bufferManagers.map(e=>e.onLastSegment$)).pipe(Qp(()=>this.bufferManagers.some(e=>e.onLastSegment$.getValue())))}).pipe(Gp(),Qp(({allBuffersFull:e,someBufferEnded:t})=>e&&t),Wp(e=>e));if(this.representationSubscription.add($p(this.forceEnded$,l).subscribe(()=>{if(this.source&&this.source.readyState===`open`&&Array.from(this.source.sourceBuffers).every(e=>!e.updating))try{this.source?.endOfStream()}catch(e){this.error$.next({id:`EndOfStream`,category:Up.VIDEO_PIPELINE,message:`Failed to end MediaSource stream`,thrown:e})}})),this.representationSubscription.add($p(...this.bufferManagers.map(e=>e.error$)).subscribe(this.error$)),this.representationSubscription.add(this.videoBufferManager.playingRepresentation$.subscribe(this.currentVideoRepresentation$)),this.representationSubscription.add(this.videoBufferManager.playingRepresentationInit$.subscribe(this.currentVideoRepresentationInit$)),this.representationSubscription.add(this.videoBufferManager.currentSegmentLength$.subscribe(this.currentVideoSegmentLength$)),this.audioBufferManager&&(this.representationSubscription.add(this.audioBufferManager.playingRepresentation$.subscribe(this.currentAudioRepresentation$)),this.representationSubscription.add(this.audioBufferManager.currentSegmentLength$.subscribe(this.currentAudioSegmentLength$))),this.liveTextManager&&this.representationSubscription.add(this.liveTextManager.currentRepresentation$.subscribe(this.currentLiveTextRepresentation$)),this.source.readyState!==`open`){let e=this.tuning.dash.sourceOpenTimeout>=0;yield new Promise(t=>{e&&(this.timeoutSourceOpenId=setTimeout(()=>{if(this.source?.readyState===`open`){t();return}this.error$.next({id:`OpenOfStream`,category: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&&clearTimeout(this.timeoutSourceOpenId),t()},{once:!0})})}if(!this.isLive$.getValue()){let e=[this.manifest.duration??0,...Rp(Rp([...this.manifest.streams.audio,...this.manifest.streams.video],e=>e.representations),e=>{let t=[];return e.duration&&t.push(e.duration),jd(e.segmentReference)&&e.segmentReference.totalSegmentsDurationMs&&t.push(e.segmentReference.totalSegmentsDurationMs),t})];this.source.duration=Math.max(...e)/1e3}this.audioBufferManager&&Xp(t)?yield Promise.all([this.videoBufferManager.startWith(e),this.audioBufferManager.startWith(t)]):yield this.videoBufferManager.startWith(e),this.state$.setState(`representations_ready`),this.tracer.log(`initRepresentationsEnd`)});return function(t,n,r){return e.apply(this,arguments)}}().bind(this))),i(this,`tick`,()=>{if(!this.element||!this.videoBufferManager||this.source?.readyState!==`open`)return;let e=this.element.currentTime*1e3;this.videoBufferManager.maintain(e),this.audioBufferManager?.maintain(e),this.liveTextManager?.maintain(e),(this.videoBufferManager.gaps.length||this.audioBufferManager?.gaps.length)&&!this.gapWatchdogActive&&(this.gapWatchdogActive=!0,this.gapWatchdogSubscription=Yp(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))}),this.throughputEstimator=e.throughputEstimator,this.tuning=e.tuning,this.tracer=e.tracer.createComponentTracer(this.constructor.name),this.forceVideoCodec=e.forceVideoCodec,this.isOnDemand=e.isOnDemand,this.dashMaxTvVideoQuality=e.dashMaxTvVideoQuality,this.fetcher=new hh({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}),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=tp.getLiveBufferSmoothedValue(this.tuning.dashCmafLive.lowLatency.maxTargetOffset,o({},e.tuning.dashCmafLive.lowLatency.bufferEstimator)),this.initTracerSubscription()}setSmartRepresentationSwitch(e){this.bufferManagers.forEach(t=>t.setSmartRepresentationSwitch(e))}seekLive(e){var t=this;return a(function*(){Vp(t.element),t.updateManifestUrlWithTimeOffset(e),t.manifest=yield t.updateManifest(),t.manifest&&(t.isJumpGapAfterSeekLive=!0,yield t.updateLiveBuffersFromManifest(t.manifest))})()}updateManifestUrlWithTimeOffset(e){let t=this.liveStreamStatus$.getValue()===`active`?0:em()-this.liveStreamEndTimestamp,n=this.normalizeLiveOffset(e+t);this.isActiveLive$.next(n===0),this.manifestUrlString=O(this.manifestUrlString,n,2)}updateLiveBuffersFromManifest(e){var t=this;return a(function*(){yield t.videoBufferManager?.seekLive(e.streams.video),yield t.audioBufferManager?.seekLive(e.streams.audio),t.liveTextManager?.seekLive(e.streams.text)})()}stopStallWatchdogSubscription(){this.stallWatchdogSubscription?.unsubscribe(),this.currentStallDuration$.next(0)}initBuffer(){Vp(this.element),this.state$.setState(`running`),this.subscription.add($p(...yh.map(e=>qp(this.element,e)),qp(window,`online`)).subscribe(()=>this.tick(),e=>{this.error$.next({id:`DashVKPlayer`,category:Up.WTF,message:`Internal logic error`,thrown:e})})),this.subscription.add(qp(this.element,`progress`).subscribe(()=>{this.element&&this.element.readyState===2&&!this.element.seeking&&(this.element.currentTime=this.element.currentTime)})),this.subscription.add(qp(this.element,`waiting`).subscribe(()=>{this.tuning.dash.useVideoElementWaitingCurrentTimeReassign&&this.element&&this.element.readyState===2&&!this.element.seeking&&zp(this.element.buffered,this.element.currentTime*1e3)&&(this.element.currentTime=this.element.currentTime),this.stallWatchdogSubscription&&(this.stallWatchdogSubscription.unsubscribe(),this.subscriptionRemovable.remove(this.stallWatchdogSubscription)),this.stallWatchdogSubscription=Yp(this.tuning.dash.stallWatchdogInterval).subscribe(()=>{let{keepSilentStallWatchdogWhenNotActive:e}=this.tuning.dashCmafLive,{crashOnStallTimeout:t,crashOnStallTWithoutDataTimeout:n,liveStallReinitInterval:r,stallWatchdogInterval:i}=this.tuning.dash,a=this.isLive$.getValue(),o=this.liveStreamStatus$.getValue()===`active`;if(!this.element||this.source?.readyState!==`open`)return;let s=this.currentStallDuration$.getValue();s+=i,this.currentStallDuration$.next(s);let c={timeInWaiting:s},l=em(),u=this.videoBufferManager?.lastDataObtainedTimestamp??0;this.videoLastDataObtainedTimestamp$.next(u);let d=this.audioBufferManager?.lastDataObtainedTimestamp??0,f=this.videoBufferManager?.getForwardBufferDuration()??0,p=this.audioBufferManager?.getForwardBufferDuration()??0,m=f<100&&l-u>n,h=this.audioBufferManager&&p<100&&l-d>n;if((!e||o)&&((m||h)&&s>n||s>=t))throw Error(`Stall timeout exceeded: ${s} ms`);if(a&&s%r===0){let t=this.normalizeLiveOffset(-1*this.livePositionFromPlayer$.getValue()*1e3);!o&&e?(this.liveWasInterrupted=!0,this.updateManifestUrlWithTimeOffset(t),this.updateManifest()):this.seekLive(t).catch(e=>{this.error$.next({id:`stallIntervalCallback`,category: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.tracer.log(`stallIntervalCallback`,Kp(c))},e=>{this.error$.next({id:`StallWatchdogCallback`,category:Up.NETWORK,message:`Can't restore DASH after stall.`,thrown:e})}),this.subscriptionRemovable.add(this.stallWatchdogSubscription)})),this.tick()}switchRepresentation(e,t,n=!1){var r=this;return a(function*(){let i={video:r.videoBufferManager,audio:r.audioBufferManager,text:null}[e];return r.tuning.alwaysAbortPreviousSwitch?i?.switchToWithPreviousAbort(t,n):r.tuning.useNewSwitchTo?r.currentStallDuration$.getValue()>0?i?.switchToWithPreviousAbort(t,n):i?.switchTo(t,n):i?.switchToOld(t,n)})()}seek(e,t){var n=this;return a(function*(){Vp(n.element),Vp(n.videoBufferManager);let r;r=t||n.element.duration*1e3<=n.tuning.dashSeekInSegmentDurationThreshold||Math.abs(n.element.currentTime*1e3-e)<=n.tuning.dashSeekInSegmentAlwaysSeekDelta?e:Math.max(n.videoBufferManager.findSegmentStartTime(e)??e,n.audioBufferManager?.findSegmentStartTime(e)??e),n.warmUpMediaSourceIfNeeded(r),!zp(n.element.buffered,r)&&(yield Promise.all([n.videoBufferManager.abort(),n.audioBufferManager?.abort()])),Zp(n.element)||Zp(n.videoBufferManager)||(n.videoBufferManager.maintain(r),n.audioBufferManager?.maintain(r),n.element.currentTime=r/1e3,n.tracer.log(`seek`,Kp({requestedPosition:e,forcePrecise:t,position:r})))})()}warmUpMediaSourceIfNeeded(e=this.element?.currentTime){Xp(this.element)&&Xp(this.source)&&Xp(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){for(let t of this.bufferManagers)t.setTarget(e)}getStreams(){return this.manifest?.streams}getCodecs(){return this.manifest?.codecs}setPreloadOnly(e){for(let t of this.bufferManagers)t.setPreloadOnly(e)}destroy(){this.subscription.unsubscribe(),this.subscriptionRemovable.unsubscribe(),this.representationSubscription.unsubscribe(),this.timeoutSourceOpenId&&clearTimeout(this.timeoutSourceOpenId),this.destroyController.abort(),this.fetcher.destroy(),this.stop(),this.source?.readyState===`open`&&Array.from(this.source.sourceBuffers).every(e=>!e.updating)&&this.source.endOfStream(),this.source=null,this.tracer.end()}initTracerSubscription(){let e=Jp(this.tracer.error.bind(this.tracer));this.subscription.add(this.error$.subscribe(e(`error`)))}isManualDecreasePlaybackInLive(){if(!this.element||!this.isLive$.getValue())return!1;let e=1-this.element.playbackRate;return Number(e.toFixed(2))>Number(this.tuning.dashCmafLive.lowLatency.playbackCatchupSpeedup.toFixed(2))}normalizeLiveOffset(e){return Math.trunc(e/1e3)*1e3}updateLive(){var e=this;return a(function*(){e.isUpdatingLive=!0,e.manifest=yield e.updateManifest(),e.manifest&&(e.bufferManagers.forEach(t=>t.updateLive(e.manifest)),e.liveTextManager?.updateLive(e.manifest)),e.isUpdatingLive=!1})()}jumpGap(){if(!this.element||!this.videoBufferManager)return;let e=this.videoBufferManager.getDebugBufferState();if(!e)return;let t=this.isActiveLive$.getValue()&&this.isLowLatency$.getValue(),n={isJumpGapAfterSeekLive:this.isJumpGapAfterSeekLive,isActiveLowLatency:t,initialCurrentTime:this.element.currentTime},{usePersistentGaps:r}=this.tuning.dash;this.isJumpGapAfterSeekLive&&!t&&this.element.currentTime>e.to&&(this.isJumpGapAfterSeekLive=!1,this.element.currentTime=0);let i=this.element.currentTime*1e3,a=[],s=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-s<=i&&t.to+s>i&&(this.element.duration*1e3-t.to<this.tuning.endGapTolerance?a.push(1/0):a.push(t.to));if(a.length){let e=Math.max(...a)+10;this.gapWatchdogSubscription.unsubscribe(),this.gapWatchdogActive=!1,e===1/0?this.forceEnded$.next():(this.element.currentTime=e/1e3,n=o(o({},n),{},{gapEnds:a,jumpTo:e,resultCurrentTime:this.element.currentTime}),this.tracer.log(`jumpGap`,Kp(n)))}}calculateDurationFromSegments(){return Math.max(this.videoBufferManager?.calculateDurationFromSegments()||0,this.audioBufferManager?.calculateDurationFromSegments()||0)}isAnyBufferUpdating(){return!this.source||this.source.readyState!==`open`?!1:Array.from(this.source.sourceBuffers).some(e=>e.updating)}updateSourceDurationFromSegments(){if(!this.source||this.source.readyState!==`open`||this.isLive$.getValue()||!this.tuning.useDurationFromSegments)return;let e=e=>{this.updateDurationError$.next({id:`updateDuration`,category: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 nm;t.add($p(...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 Sh{constructor(e){i(this,`scene3D`,void 0),i(this,`subscription`,new Pp),i(this,`volumeSubscription`,new Pp),i(this,`videoState`,new Gt(`stopped`)),i(this,`video`,void 0),i(this,`observableVideo`,null),i(this,`player`,void 0),i(this,`params`,void 0),i(this,`tracer`,void 0),i(this,`textTracksManager`,null),i(this,`droppedFramesManager`,new va),i(this,`stallsManager`,new Wo),i(this,`elementSizeManager`,new Zo),i(this,`abrManager`,new Vc),i(this,`failedVideoTrack`,void 0),i(this,`videoTracksMap`,new Map),i(this,`audioTracksMap`,new Map),i(this,`textTracksMap`,new Map),i(this,`videoStreamsMap`,new Map),i(this,`audioStreamsMap`,new Map),i(this,`videoTrackSwitchHistory`,new Jr),i(this,`audioTrackSwitchHistory`,new Jr),i(this,`syncPlayback`,()=>{let e=this.videoState.getState(),t=this.params.desiredState.playbackState.getState(),n=this.params.desiredState.playbackState.getTransition(),r=this.params.desiredState.seekState.getState();if(!this.videoState.getTransition()){if(r.state===`requested`&&n?.to!==`paused`&&e!==`stopped`&&t!==`stopped`&&this.seek(r.position,r.forcePrecise),t===`stopped`){e!==`stopped`&&(this.videoState.startTransitionTo(`stopped`),this.player.stop(),this.video.load(),this.params.output.position$.next(0),this.params.output.duration$.next(1/0),this.params.output.currentBuffer$.next(void 0),this.params.output.currentNativeBuffer$.next(void 0),this.params.output.hostname$.next(void 0),this.videoState.setState(`stopped`),k(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`),k(this.params.desiredState.playbackState,`paused`)):t===`playing`?(this.videoState.startTransitionTo(`playing`),this.playIfAllowed()):n?.to===`ready`&&k(this.params.desiredState.playbackState,`ready`);return;case`playing`:t===`paused`?(this.videoState.startTransitionTo(`paused`),this.video.paused?this.videoState.setState(`paused`):this.video.pause()):t===`playing`&&this.video.paused?this.playIfAllowed():n?.to===`playing`&&k(this.params.desiredState.playbackState,`playing`);return;case`paused`:t===`playing`?(this.videoState.startTransitionTo(`playing`),this.playIfAllowed()):n?.to===`paused`&&k(this.params.desiredState.playbackState,`paused`);return;default:return bp(e)}}}),i(this,`init3DScene`,e=>{if(this.scene3D)return;this.scene3D=new Oo(this.params.container,this.video,{fov:this.params.tuning.spherical.fov,orientation:this.params.tuning.spherical.orientation||{x:e.projectionData?.pose.yaw||0,y:e.projectionData?.pose.pitch||0,z:e.projectionData?.pose.roll||0},rotationSpeed:this.params.tuning.spherical.rotationSpeed,maxYawAngle:this.params.tuning.spherical.maxYawAngle,rotationSpeedCorrection:this.params.tuning.spherical.rotationSpeedCorrection,degreeToPixelCorrection:this.params.tuning.spherical.degreeToPixelCorrection,speedFadeTime:this.params.tuning.spherical.speedFadeTime,speedFadeThreshold:this.params.tuning.spherical.speedFadeThreshold});let t=this.elementSizeManager.getValue();t&&this.scene3D.setViewportSize(t.width,t.height)}),i(this,`destroy3DScene`,()=>{this.scene3D&&=(this.scene3D.destroy(),void 0)}),e.tuning.disableSubtitles||(this.textTracksManager=new Xn(e.source.url)),this.params=e,this.video=Cn(e.container,e.tuning),this.tracer=e.dependencies.tracer.createComponentTracer(this.constructor.name),this.params.output.element$.next(this.video),this.params.output.availableVideoTracks$.next([]),this.params.output.availableAudioTracks$.next([]),this.params.output.isAudioAvailable$.next(!0),this.params.output.hostname$.next(ui(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 xh({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;kp(this.observableVideo)&&(this.observableVideo=gr(this.video),this.subscription.add(()=>this.observableVideo?.destroy()));let n=this.constructor.name,r=t=>{e.error$.next({id:n,category:wp.WTF,message:`${n} internal logic error`,thrown:t})};return{output:e,desiredState:t,observableVideo:this.observableVideo,genericErrorListener:r,connect:(e,t)=>this.subscription.add(e.subscribe(t,r))}}subscribe(){var e=this;let{output:t,desiredState:n,observableVideo:r,genericErrorListener:i,connect:s}=this.getProviderSubscriptionInfo();Op(this.params.failedVideoTrack)&&(this.failedVideoTrack=this.params.failedVideoTrack,this.subscription.add(Ip(this.params.tuning.dash.videoTrackBanAfterProviderFail).subscribe(()=>this.failedVideoTrack=null))),this.subscription.add(this.params.output.availableVideoTracks$.pipe(Tp(e=>!!e.length),Np()).subscribe(e=>{this.droppedFramesManager.connect({logger:this.params.dependencies.logger,video:this.video,droppedFramesChecker:this.params.tuning.droppedFramesChecker,isAuto:this.params.desiredState.autoVideoTrackSwitching,playing$:r.playing$,pause$:r.pause$,tracks:e})}));let c=this.params.desiredState.seekState.stateChangeEnded$.pipe(Ap(e=>e.to.state!==`none`),Ep());this.abrManager.init({isSeeked$:c,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,failedVideoTrack:this.params.failedVideoTrack,element:this.video,abrLogger:this.params.dependencies.abrLogger}),this.stallsManager.init({isSeeked$:c,currentStallDuration$:this.player.currentStallDuration$,videoLastDataObtainedTimestamp$:this.player.videoLastDataObtainedTimestamp$,throughput$:this.params.dependencies.throughputEstimator.throughput$,rtt$:this.params.dependencies.throughputEstimator.rtt$,tuning:this.params.tuning.stallsManager,abrParams:this.params.tuning.autoTrackSelection,isBuffering$:r.isBuffering$,looped$:r.looped$,playing$:r.playing$,duration:this.video.duration}),s(r.ended$,t.endedEvent$),s(r.looped$,t.loopedEvent$),s(r.error$,t.error$),s(r.isBuffering$,t.isBuffering$),s(r.currentBuffer$,t.currentBuffer$),s(r.currentBuffer$,t.currentNativeBuffer$),s(r.playing$,t.firstFrameEvent$),s(r.canplay$,t.canplay$),s(r.inPiP$,t.inPiP$),s(r.inFullscreen$,t.inFullscreen$),s(r.loadedMetadata$,t.loadedMetadataEvent$),s(this.player.error$,t.error$),s(this.player.fetcherRecoverableError$,t.fetcherRecoverableError$),s(this.player.updateDurationError$,t.updateDurationError$),s(this.player.fetcherError$,t.fetcherError$),s(this.player.videoLastDataObtainedTimestamp$,t.videoLastDataObtainedTimestamp$),s(this.player.manifestRequested$,t.manifestRequested$),s(this.player.firstBytesManifest$,t.firstBytesManifest$),s(this.player.manifestReceived$,t.manifestReceived$),s(this.player.firstBytesRequested$,t.firstBytesRequested$),s(this.player.firstBytesReceived$,t.firstBytesReceived$),s(this.player.lastConnectionType$,t.httpConnectionType$),s(this.player.lastConnectionReused$,t.httpConnectionReused$),s(this.player.lastConnectionMetrics$,t.httpConnectionMetrics$),s(this.player.lastDownloadMetrics$,t.httpDownloadMetrics$),s(this.player.isLive$,t.isLive$),s(this.player.lastRequestFirstBytes$.pipe(Tp(Op),Np()),t.firstBytesEvent$),s(this.stallsManager.severeStallOccurred$,t.severeStallOccurred$),s(this.videoState.stateChangeEnded$.pipe(Ap(e=>e.to)),this.params.output.playbackState$),this.subscription.add(r.looped$.subscribe(()=>this.player.warmUpMediaSourceIfNeeded(),i)),this.subscription.add(r.seeked$.subscribe(t.seekedEvent$,i)),this.subscription.add(Un(this.video,n.isLooped,i)),this.subscription.add(this.params.skipVideoElVolumeSync$.subscribe(e=>{this.volumeSubscription.unsubscribe(),e?this.volumeSubscription.add(n.volume.stateChangeStarted$.subscribe(({to:e})=>this.params.output.volume$.next(e),i)):this.volumeSubscription.add(r.volumeState$.subscribe(this.params.output.volume$,i))})),ts({subscription:this.subscription,desiredState:n,videoElement$:this.params.output.element$,observableVideo:r}),this.subscription.add(Wn(this.video,n.volume,r.volumeState$,i,{skipVideoElVolumeSync$:this.params.skipVideoElVolumeSync$})),this.subscription.add(Gn(this.video,n.playbackRate,r.playbackRateState$,i)),this.elementSizeManager.connect({video:this.video,observableVideo:r}),s(Ca(this.video,{threshold:this.params.tuning.autoTrackSelection.activeVideoAreaThreshold}),t.elementVisible$),this.subscription.add(r.playing$.subscribe(()=>{this.videoState.setState(`playing`),k(n.playbackState,`playing`),this.scene3D&&this.scene3D.play()},i)).add(r.pause$.subscribe(()=>{this.videoState.setState(`paused`),k(n.playbackState,`paused`)},i)).add(r.canplay$.subscribe(()=>{this.videoState.getState()===`playing`&&!this.video.ended&&this.playIfAllowed()},i)),this.params.tuning.changePlaybackStateToPausedWhenEnded&&this.subscription.add(r.ended$.subscribe(()=>{this.videoState.setState(`paused`),k(n.playbackState,`paused`)})),this.subscription.add(this.player.state$.stateChangeEnded$.subscribe(({to:e})=>{if(e===`manifest_ready`){this.videoTracksMap=new Map,this.audioTracksMap=new Map,this.textTracksMap=new Map;let e=this.player.getStreams(),t=this.player.getCodecs();if(xp(e,`Manifest not loaded or empty`),!this.params.tuning.isAudioDisabled){let t=[];for(let n of e.audio){t.push(Od(n));let e=[];for(let t of n.representations){let r=Td(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(kd(t));let e=[];for(let n of t.representations){let r=wd(o(o({},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=Ed(t,e);this.textTracksMap.set(n,{stream:t,representation:e})}this.params.output.availableVideoTracks$.next(Array.from(this.videoTracksMap.keys())),this.params.output.availableAudioTracks$.next(Array.from(this.audioTracksMap.keys())),this.params.output.isAudioAvailable$.next(!!this.audioTracksMap.size),t?.video&&this.params.output.availableVideoCodecs$.next(t.video),t?.audio&&this.params.output.availableAudioCodecs$.next(t.audio),this.audioTracksMap.size&&this.textTracksMap.size&&this.params.desiredState.internalTextTracks.startTransitionTo(Array.from(this.textTracksMap.keys()))}else e===`representations_ready`&&(this.videoState.setState(`ready`),this.player.initBuffer())},i));let l=jp(this.player.currentStallDuration$,this.player.state$.stateChangeEnded$,n.videoTrack.stateChangeStarted$,n.autoVideoTrackSwitching.transitionStarted$,this.params.dependencies.throughputEstimator.rttAdjustedThroughput$,n.autoVideoTrackLimits.stateChangeStarted$,this.elementSizeManager.getObservable(),this.params.output.elementVisible$,this.droppedFramesManager.onDroopedVideoFramesLimit$,Dp(this.video,`progress`)).pipe(Tp(()=>this.videoTracksMap.size>0)),{abrThrottle:u}=this.params.tuning.dash;u&&(l=l.pipe(Fp(u))),this.subscription.add(l.subscribe(a(function*(){let t=e.player.state$.getState(),r=e.player.state$.getTransition();if(t!==`manifest_ready`&&t!==`running`||r)return;n.autoVideoTrackSwitching.getTransition()&&n.autoVideoTrackSwitching.setState(n.autoVideoTrackSwitching.getState());let i=e.selectVideoAudioRepresentations();if(!i)return;let[a,o]=i,s=[...e.videoTracksMap.keys()].find(t=>e.videoTracksMap.get(t)?.representation.id===a.id);Op(s)&&(e.stallsManager.lastVideoTrackSelected=s);let c=e.params.desiredState.autoVideoTrackLimits.getTransition();if(c&&e.params.output.autoVideoTrackLimits$.next(c.to),t===`manifest_ready`)yield e.player.initRepresentations(a.id,o?.id,e.params.sourceHls);else if(yield e.player.switchRepresentation(`video`,a.id),o){let t=!!n.audioStream.getTransition();yield e.player.switchRepresentation(`audio`,o.id,t)}}),i)),this.subscription.add(Sp({videoState:this.videoState.stateChangeEnded$,autoVideoTrackState:jp(Mp([n.autoVideoTrackSwitching.getState()]),n.autoVideoTrackSwitching.stateChangeEnded$.pipe(Ap(e=>e.to)))}).pipe(Ap(({videoState:e,autoVideoTrackState:t})=>e.to!==`stopped`&&t),Ep()).subscribe(e=>this.player.setSmartRepresentationSwitch(e))),this.subscription.add(n.cameraOrientation.stateChangeEnded$.subscribe(({to:e})=>{this.scene3D&&e&&this.scene3D.pointCameraTo(e.x,e.y)})),this.subscription.add(this.elementSizeManager.subscribe(e=>{this.scene3D&&e&&this.scene3D.setViewportSize(e.width,e.height)})),this.subscription.add(this.player.currentVideoRepresentation$.pipe(Ep()).subscribe(e=>{let n=[...this.videoTracksMap.entries()].find(([,{representation:t}])=>t.id===e);if(!n){t.currentVideoTrack$.next(void 0),t.currentVideoStream$.next(void 0);return}let[r,{stream:i}]=n,a=this.params.desiredState.videoStream.getTransition();a&&a.to&&a.to.id===i.id&&this.params.desiredState.videoStream.setState(a.to),t.currentVideoTrack$.next(r),t.currentVideoStream$.next(kd(i)),this.player.updateSourceDurationFromSegments()},i)),this.subscription.add(this.player.currentAudioRepresentation$.pipe(Ep()).subscribe(e=>{let n=[...this.audioTracksMap.entries()].find(([,{representation:t}])=>t.id===e);if(!n){t.currentAudioStream$.next(void 0);return}let[r,{stream:i}]=n,a=this.params.desiredState.audioStream.getTransition();a&&a.to&&a.to.id===i.id&&this.params.desiredState.audioStream.setState(a.to),t.currentAudioStream$.next(Od(i)),this.player.updateSourceDurationFromSegments()},i)),this.subscription.add(this.player.currentVideoRepresentationInit$.subscribe(e=>{if(e?.is3dVideo&&this.params.tuning.spherical?.enabled)try{this.init3DScene(e),t.is3DVideo$.next(!0)}catch(e){t.warning$.next({id:`DashProvider`,message:`DashProvider could not initialize 3D-scene: ${e}`})}else this.destroy3DScene(),this.params.tuning.spherical?.enabled&&t.is3DVideo$.next(!1)},i)),this.subscription.add(this.player.currentVideoSegmentLength$.subscribe(t.currentVideoSegmentLength$,i)),this.subscription.add(this.player.currentAudioSegmentLength$.subscribe(t.currentAudioSegmentLength$,i)),this.textTracksManager?.connect(this.video,n,t);let d=n.playbackState.stateChangeStarted$.pipe(Ap(({to:e})=>e===`ready`),Ep());this.subscription.add(jp(d,n.autoVideoTrackSwitching.stateChangeStarted$,this.player.state$.stateChangeEnded$,Mp([`init`])).subscribe(()=>{let e=n.autoVideoTrackSwitching.getState(),t=n.playbackState.getState()===`ready`?this.params.tuning.dash.forwardBufferTargetPreload:e?this.params.tuning.dash.forwardBufferTargetAuto:this.params.tuning.dash.forwardBufferTargetManual;this.player.setBufferTarget(t)})),this.subscription.add(jp(d,this.player.state$.stateChangeEnded$,Mp([`init`])).subscribe(()=>this.player.setPreloadOnly(n.playbackState.getState()===`ready`)));let f=jp(n.playbackState.stateChangeStarted$,n.videoTrack.stateChangeStarted$,n.seekState.stateChangeEnded$,this.videoState.stateChangeEnded$,Mp([`init`])).pipe(Cp(0));this.subscription.add(f.subscribe(this.syncPlayback,i))}selectVideoAudioRepresentations(){if(this.player.isStreamEnded)return;let e=this.params.tuning.useNewAutoSelectVideoTrack?ei:$r,t=this.params.tuning.useNewAutoSelectVideoTrack?li:ci,n=this.params.tuning.useNewAutoSelectVideoTrack?oi:si,{desiredState:r,output:i}=this.params,a=r.autoVideoTrackSwitching.getState(),s=r.videoTrack.getState()?.id,c=[...this.videoTracksMap.keys()].find(({id:e})=>e===s),l=i.currentVideoTrack$.getValue(),u=r.videoStream.getState()??(c&&this.videoTracksMap.get(c)?.stream)??this.videoStreamsMap.size===1?this.videoStreamsMap.keys().next().value:void 0;if(!u)return;let d=[...this.videoStreamsMap.keys()].find(({id:e})=>e===u.id),f=d&&this.videoStreamsMap.get(d);if(!f)return;let p=pf(this.video.buffered,this.video.currentTime*1e3),m;m=this.player.isActiveLive$.getValue()?this.player.isLowLatency$.getValue()?this.params.tuning.dashCmafLive.lowLatency.maxTargetOffset:this.params.tuning.dashCmafLive.normalizedLiveMinBufferSize:this.player.isLive$.getValue()?this.params.tuning.dashCmafLive.normalizedTargetMinBufferSize:a?this.params.tuning.dash.forwardBufferTargetAuto:this.params.tuning.dash.forwardBufferTargetManual;let h=(this.video.duration*1e3||1/0)-this.video.currentTime*1e3,g=Math.min(p/Math.min(m,h||1/0),1),_=r.audioStream.getState()??(this.audioStreamsMap.size===1?this.audioStreamsMap.keys().next().value:void 0),v=[...this.audioStreamsMap.keys()].find(({id:e})=>e===_?.id)??this.audioStreamsMap.keys().next().value,y=0;if(v){if(c&&!a){let t=e(c,f,this.audioStreamsMap.get(v)??[],this.params.tuning.autoTrackSelection.minVideoAudioRatio);y=Math.max(y,t?.bitrate??-1/0)}if(l){let t=e(l,f,this.audioStreamsMap.get(v)??[],this.params.tuning.autoTrackSelection.minVideoAudioRatio);y=Math.max(y,t?.bitrate??-1/0)}}let b=this.player.isLive$.getValue(),x=this.video.duration*1e3,S=!b&&Number.isFinite(x)&&x>0?Math.max(0,x-this.video.currentTime*1e3):void 0,C=this.params.tuning.dash.useAbrPhases?{isLive:b,remainingDurationMs:S,mpdSegmentDurationMs:this.player.getMpdVideoSegmentDuration()}:{};this.abrManager.updateContext(o({isAuto:a,videoTracks:f,audioTracks:v?this.audioStreamsMap.get(v)??[]:[],currentVideoTrack:l,desiredVideoTrack:c,limits:this.params.desiredState.autoVideoTrackLimits.getState(),forwardBufferHealth:g,forwardBufferDuration:p,forwardVideoBufferRepresentations:this.player.getForwardBufferRepresentations(`video`),forwardAudioBufferRepresentations:this.player.getForwardBufferRepresentations(`audio`),videoSegmentLoadProgress:this.player.getActiveVideoSegmentProgress()},C));let w=c,T;this.params.tuning.dash.useNewAbr?(w=this.abrManager.autoSelectTrack(`video`),T=v&&this.abrManager.autoSelectTrack(`audio`)):((a||!w)&&(w=n(f,{container:this.elementSizeManager.getValue(),panelSize:this.params.panelSize,estimatedThroughput:this.params.dependencies.throughputEstimator.rttAdjustedThroughput$.getValue(),tuning:this.stallsManager.abrTuningParams,limits:this.params.desiredState.autoVideoTrackLimits.getState(),reserve:y,forwardBufferHealth:g,current:l,failedVideoTrack:this.failedVideoTrack,visible:this.params.output.elementVisible$.getValue(),history:this.videoTrackSwitchHistory,playbackRate:this.video.playbackRate,droppedVideoMaxQualityLimit:this.droppedFramesManager.droppedVideoMaxQualityLimit,stallsVideoMaxQualityLimit:this.stallsManager.videoMaxQualityLimit,stallsPredictedThroughput:this.stallsManager.predictedThroughput,abrLogger:this.params.dependencies.abrLogger})),T=v&&t(w,f,this.audioStreamsMap.get(v)??[],{estimatedThroughput:this.params.dependencies.throughputEstimator.rttAdjustedThroughput$.getValue(),stallsPredictedThroughput:this.stallsManager.predictedThroughput,tuning:this.stallsManager.abrTuningParams,forwardBufferHealth:g,history:this.audioTrackSwitchHistory,playbackRate:this.video.playbackRate,abrLogger:this.params.dependencies.abrLogger}));let E=this.videoTracksMap.get(w)?.representation,D=T&&this.audioTracksMap.get(T)?.representation;if(E&&D)return[E,D];if(E&&!D&&this.audioTracksMap.size===0)return[E,void 0]}prepare(e=0){this.player.initManifest(this.video,this.params.source.url,e)}playIfAllowed(){let e=ki(this.video,()=>{this.params.output.soundProhibitedEvent$.next()}),t=e=>{e||(this.videoState.setState(`paused`),k(this.params.desiredState.playbackState,`paused`,!0))},n=e=>{this.params.output.error$.next({id:`ForcePlay`,message:`play() failed even with workarounds`,category:wp.DOM,thrown:e})};this.params.tuning.ignoreForcePlayResultWhenProviderChanged?this.subscription.add(Mp(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.destroy3DScene(),this.textTracksManager?.destroy(),this.player.destroy(),this.params.output.element$.next(void 0),this.params.output.currentVideoStream$.next(void 0),wn(this.video,this.params.tuning),this.tracer.end()}}class Ch extends Sh{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 wh,merge as Th,filter as Eh,filterChanged as Dh,isNullable as Oh,map as kh,ValueSubject as Ah,isNonNullable as jh}from"@vkontakte/videoplayer-shared/es2015";class Mh extends Sh{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 Ah(1);a(r.playbackRateState$,o),(this.params.tuning.dashCmafLive.catchupLiveForMutedInactiveTab||this.params.tuning.live.catchupLiveForMutedInactiveTab)&&this.subscription.add(n.elementVisible$.pipe(Dh()).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(kh(e=>e.to)).subscribe(this.player.isLowLatency$)).add(wh({liveBufferTime:n.liveBufferTime$,liveAvailabilityStartTime:this.player.liveAvailabilityStartTime$}).pipe(kh(({liveBufferTime:e,liveAvailabilityStartTime:n})=>e&&n?e*1e3+n+t:void 0)).subscribe(n.liveTime$)).add(wh({liveDuration:this.player.liveDuration$,liveStreamStatus:this.player.liveStreamStatus$,playbackRate:Th(r.playbackRateState$,new Ah(1))}).pipe(Eh(({liveStreamStatus:e,liveDuration:t})=>e===`active`&&!!t)).subscribe(({liveDuration:e,playbackRate:r})=>{let i=n.liveBufferTime$.getValue(),a=n.position$.getValue(),{playbackCatchupSpeedup:o}=this.params.tuning.dashCmafLive.lowLatency;a||r<1-o||this.video.paused||Oh(i)||(t=e-i)})).add(wh({time:n.liveBufferTime$,liveDuration:this.player.liveDuration$,playbackRate:Th(r.playbackRateState$,new Ah(1))}).pipe(Dh((e,t)=>this.player.liveStreamStatus$.getValue()===`active`?e.liveDuration===t.liveDuration:e.time===t.time)).subscribe(({time:e,liveDuration:r,playbackRate:i})=>{let a=n.position$.getValue(),{playbackCatchupSpeedup:o}=this.params.tuning.dashCmafLive.lowLatency;if(!a&&!this.video.paused&&i>=1-o||Oh(e)||Oh(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=Dd(e);this.params.output.availableTextTracks$.next([t])}})),this.params.tuning.dashCmafLive.externalStopControl||this.subscription.add(this.player.liveStreamStatus$.pipe(Eh(e=>jh(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 Nh}from"@vkontakte/videoplayer-shared/es2015";import{fetchPolyfilled as Ph}from"@vkontakte/videoplayer-shared/es2015";var Fh=`X-Playback-Duration`,Ih=function(){var e=a(function*(e){let t=yield Ph(e),n=yield t.text(),r=/#EXT-X-VK-PLAYBACK-DURATION:(\d+)/m.exec(n)?.[1];return r?parseInt(r,10):t.headers.has(Fh)?parseInt(t.headers.get(Fh),10):void 0});return function(t){return e.apply(this,arguments)}}();import{assertNever as Lh,combine as Rh,debounce as zh,ErrorCategory as Bh,filter as Vh,filterChanged as Hh,isNonNullable as Uh,isNullable as Wh,map as Gh,merge as Kh,observableFrom as qh,Subscription as Jh,ValueSubject as Yh,VideoQuality as Xh}from"@vkontakte/videoplayer-shared/es2015";import{objectFromEntries as Zh}from"@vkontakte/videoplayer-shared/es2015";import{fetchPolyfilled as Qh}from"@vkontakte/videoplayer-shared/es2015";import{videoSizeToQuality as $h,getExponentialDelay as eg}from"@vkontakte/videoplayer-shared/es2015";var tg=e=>{let t=null;if(e.QUALITY&&(t=vr(e.QUALITY)),!t&&e.RESOLUTION){let[n,r]=e.RESOLUTION.split(`x`).map(e=>parseInt(e,10));t=$h({width:n,height:r})}return t??null},ng=(e,t)=>{let n=e.split(`
246
- `),r=[],i=[];for(let e=0;e<n.length;e++){let a=n[e],o=a.match(/^#EXT-X-STREAM-INF:(.+)/),s=a.match(/^#EXT-X-MEDIA:TYPE=SUBTITLES,(.+)/);if(!(!o&&!s)){if(o){let i=Zh(o[1].split(`,`).map(e=>e.split(`=`))),a=i.QUALITY??`stream-${i.BANDWIDTH}`,s=tg(i),c;i.BANDWIDTH&&(c=parseInt(i.BANDWIDTH,10)/1e3||void 0),!c&&i[`AVERAGE-BANDWIDTH`]&&(c=parseInt(i[`AVERAGE-BANDWIDTH`],10)/1e3||void 0);let l=i[`FRAME-RATE`]?parseFloat(i[`FRAME-RATE`]):void 0,u;if(i.RESOLUTION){let[e,t]=i.RESOLUTION.split(`x`).map(e=>parseInt(e,10));e&&t&&(u={width:e,height:t})}let d=new URL(n[++e],t).toString();s&&r.push({id:a,quality:s,url:d,bandwidth:c,size:u,fps:l})}if(s){let e=Zh(s[1].split(`,`).map(e=>{let t=e.indexOf(`=`);return[e.substring(0,t),e.substring(t+1)]}).map(([e,t])=>[e,t.replace(/^"|"$/g,``)])),t=e.URI?.replace(/playlist$/,`subtitles.vtt`),n=e.LANGUAGE,r=e.NAME;t&&n&&i.push({type:`internal`,id:n,label:r,language:n,url:t,isAuto:!1})}}}if(!r.length)throw Error(`Empty manifest`);return{qualityManifests:r,textTracks:i}},rg=e=>new Promise(t=>{setTimeout(()=>{t()},e)}),ig=0,ag=function(){var e=a(function*(e,t=e,n,r){let i=yield(yield Qh(e,r)).text();ig+=1;try{let{qualityManifests:e,textTracks:n}=ng(i,t);return{qualityManifests:e,textTracks:n}}catch{if(ig<=n.manifestRetryMaxCount)return yield rg(eg(ig-1,{start:n.manifestRetryInterval,max:n.manifestRetryMaxInterval})),ag(e,t,n)}return{qualityManifests:[],textTracks:[]}});return function(t){return e.apply(this,arguments)}}(),og=ag;import{AbortControllerPolyfilled as sg}from"@vkontakte/videoplayer-shared/es2015";import{fetchPolyfilled as cg}from"@vkontakte/videoplayer-shared/es2015";import{isNonNullable as lg,Subscription as ug,throttle as dg,ValueSubject as fg,Subject as pg,ErrorCategory as mg}from"@vkontakte/videoplayer-shared/es2015";class hg{constructor(e,t,n,r,a){i(this,`params`,void 0),i(this,`subscription`,new ug),i(this,`abortControllers`,{destroy:new sg,nextManifest:null}),i(this,`prepareUrl`,void 0),i(this,`currentTextTrackData`,null),i(this,`availableTextTracks$`,new fg(null)),i(this,`getCurrentTime$`,new fg(null)),i(this,`error$`,new pg),this.params={fetchManifestData:n,sourceUrl:r,downloadThreshold:a},this.subscription.add(e.pipe(dg(1e3)).subscribe(e=>{this.processLiveTime(e)})),this.getCurrentTime$.next(()=>this.currentTextTrackData?this.currentTextTrackData.playlist.segmentStartTime/1e3+t.currentTime:0)}destroy(){this.subscription.unsubscribe(),this.abortControllers.destroy.abort()}prepare(e){var t=this;return a(function*(){try{let n=new URL(e);n.searchParams.set(`enable-subtitles`,`yes`),t.prepareUrl=n.toString();let{textTracks:r}=yield t.fetchManifestData();yield t.processTextTracks(r,t.params.sourceUrl)}catch(e){t.error(`prepare`,e)}})()}processTextTracks(e,t){var n=this;return a(function*(){try{let r=yield n.parseTextTracks(e,t);r&&(n.currentTextTrackData=r)}catch(e){n.error(`processTextTracks`,e)}})()}parseTextTracks(e,t){var n=this;return a(function*(){for(let r of e){let e=new URL(r.url,t).toString(),i=yield(yield cg(e,{signal:n.abortControllers.destroy.signal})).text();return{textTrack:r,playlist:n.parsePlaylist(i,e)}}})()}parsePlaylist(e,t){let n={mediaSequence:0,programDateTime:``,segments:[],targetDuration:0,vkPlaybackDuration:0,segmentStartTime:0,vkStartTime:``},r=e.split(`
247
- `),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(lg(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([o(o({},this.currentTextTrackData.textTrack),{},{url:n.url,isAuto:!0})]);break}}}fetchNextManifestData(){var e=this;return a(function*(){try{if(e.abortControllers.nextManifest)return;e.abortControllers.nextManifest=new sg;let{textTracks:t}=yield e.fetchManifestData(),n=yield e.parseTextTracks(t,e.params.sourceUrl);e.currentTextTrackData&&n&&(e.currentTextTrackData.playlist.segments=n.playlist.segments)}catch(t){e.error(`fetchNextManifestData`,t)}finally{e.abortControllers.nextManifest=null}})()}fetchManifestData(){var e=this;return a(function*(){let t=e.prepareUrl??e.params.sourceUrl;return yield e.params.fetchManifestData(t,{signal:e.abortControllers.destroy.signal})})()}error(e,t){this.error$.next({id:`[LiveTextManager][HLS_LIVE_CMAF]`,category:mg.WTF,thrown:t,message:e})}}class gg{constructor(e){i(this,`subscription`,new Jh),i(this,`volumeSubscription`,new Jh),i(this,`videoState`,new Gt(`stopped`)),i(this,`video`,void 0),i(this,`params`,void 0),i(this,`textTracksManager`,null),i(this,`liveTextManager`,null),i(this,`masterManifest`,void 0),i(this,`manifests$`,new Yh([])),i(this,`maxSeekBackTime$`,void 0),i(this,`liveOffset`,new Zn),i(this,`manifestStartTime$`,new Yh(void 0)),i(this,`syncPlayback`,()=>{if(!this.manifests$.getValue().length)return;let e=this.videoState.getState(),t=this.params.desiredState.playbackState.getState(),n=this.params.desiredState.playbackState.getTransition(),r=this.params.desiredState.videoTrack.getTransition(),i=this.params.desiredState.autoVideoTrackSwitching.getTransition(),a=this.params.desiredState.autoVideoTrackLimits.getTransition();if(t===`stopped`){e!==`stopped`&&(this.videoState.startTransitionTo(`stopped`),this.video.removeAttribute(`src`),this.video.load(),this.params.output.position$.next(0),this.params.output.duration$.next(1/0),this.params.output.currentBuffer$.next(void 0),this.params.output.currentNativeBuffer$.next(void 0),this.params.output.hostname$.next(void 0),this.videoState.setState(`stopped`),k(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`?k(this.params.desiredState.playbackState,`ready`):t===`paused`?(this.videoState.setState(`paused`),this.liveOffset.pause(),k(this.params.desiredState.playbackState,`paused`)):t===`playing`&&(this.videoState.startTransitionTo(`playing`),this.playIfAllowed());return;case`playing`:t===`paused`?(this.videoState.startTransitionTo(`paused`),this.liveOffset.pause(),this.video.paused?this.videoState.setState(`paused`):this.video.pause()):n?.to===`playing`&&k(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`&&(k(this.params.desiredState.playbackState,`paused`),this.liveOffset.pause());return;case`changing_manifest`:break;default:return Lh(e)}}),this.params=e,this.video=Cn(e.container,e.tuning),this.params.output.element$.next(this.video),this.masterManifest={id:`master`,quality:Xh.INVARIANT,url:this.params.source.url};let t=(e,t)=>og(e,this.params.source.url,{manifestRetryInterval:this.params.tuning.manifestRetryInterval,manifestRetryMaxInterval:this.params.tuning.manifestRetryMaxInterval,manifestRetryMaxCount:this.params.tuning.manifestRetryMaxCount},t);e.tuning.disableSubtitles||(this.params.tuning.useHlsLiveNewTextManager?this.liveTextManager=new hg(this.params.output.liveTime$,this.video,t,this.params.source.url,this.params.tuning.hlsLiveNewTextManagerDownloadThreshold):this.textTracksManager=new Xn(e.source.url)),t(this.generateLiveUrl()).then(({qualityManifests:e,textTracks:t})=>{e.length===0&&this.params.output.error$.next({id:`HlsLiveProviderInternal:empty_manifest`,category:Bh.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:Bh.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(ui(this.params.source.url)),this.params.output.availableTextTracks$.next([]),this.params.desiredState.internalTextTracks.setState([]),this.maxSeekBackTime$=new Yh(e.source.maxSeekBackTime??1/0),this.subscribe()}selectManifest(){var e;let{autoVideoTrackSwitching:t,videoTrack:n}=this.params.desiredState,r=t.getState(),i=n.getTransition(),a=(i==null||(e=i.to)==null?void 0:e.id)??n.getState()?.id??`master`,o=this.manifests$.getValue();if(!o.length)return;let s=r?`master`:a;return r&&!i&&n.startTransitionTo(this.masterManifest),o.find(e=>e.id===s)}subscribe(){let{output:e,desiredState:t}=this.params,n=t=>{e.error$.next({id:`HlsLiveProvider`,category:Bh.WTF,message:`HlsLiveProvider internal logic error`,thrown:t})},r=gr(this.video);this.subscription.add(()=>r.destroy());let i=(e,t)=>this.subscription.add(e.subscribe(t,n));i(r.ended$,e.endedEvent$),i(r.error$,e.error$),i(r.isBuffering$,e.isBuffering$),i(r.currentBuffer$,e.currentBuffer$),i(r.currentBuffer$,e.currentNativeBuffer$),i(r.loadedMetadata$,e.firstBytesEvent$),i(r.loadedMetadata$,e.loadedMetadataEvent$),i(r.playing$,e.firstFrameEvent$),i(r.canplay$,e.canplay$),i(r.inPiP$,e.inPiP$),i(r.inFullscreen$,e.inFullscreen$),this.subscription.add(t.isLooped.stateChangeStarted$.subscribe(()=>t.isLooped.setState(!1),n)),this.subscription.add(Wn(this.video,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(Gn(this.video,t.playbackRate,r.playbackRateState$,n)),i(Ca(this.video),e.elementVisible$),this.liveTextManager?(i(this.liveTextManager.getCurrentTime$,this.params.output.getCurrentTime$),i(this.liveTextManager.error$,this.params.output.error$)):this.textTracksManager&&this.textTracksManager.connect(this.video,t,e),this.subscription.add(r.playing$.subscribe(()=>{this.videoState.setState(`playing`),k(t.playbackState,`playing`)},n)).add(r.pause$.subscribe(()=>{this.videoState.setState(`paused`),k(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(Hh(),Gh(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&&Uh(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(ui(t.url)))}r&&this.params.desiredState.autoVideoTrackSwitching.setState(r.to),t&&t.from===`changing_manifest`&&this.videoState.setState(t.to),e&&e.state===`requested`&&this.seek(e.position)},n)),this.subscription.add(r.loadedData$.subscribe(()=>{var e,t;let n=(e=this.video)==null||(t=e.getStartDate)==null||(t=t.call(e))==null?void 0:t.getTime();this.manifestStartTime$.next(n||void 0)},n)),this.subscription.add(Rh({startTime:this.manifestStartTime$.pipe(Vh(Uh)),currentTime:r.timeUpdate$}).subscribe(({startTime:e,currentTime:t})=>this.params.output.liveTime$.next(e+t*1e3),n)),this.subscription.add(this.manifests$.pipe(Gh(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=Kh(t.playbackState.stateChangeStarted$,t.seekState.stateChangeEnded$,t.videoTrack.stateChangeStarted$,t.autoVideoTrackSwitching.stateChangeStarted$,t.autoVideoTrackLimits.stateChangeStarted$,this.videoState.stateChangeEnded$,this.manifests$,qh([`init`])).pipe(zh(0));this.subscription.add(a.subscribe(this.syncPlayback,n));let o=!1;this.params.tuning.live.catchupLiveForMutedInactiveTab&&this.subscription.add(e.elementVisible$.pipe(Hh()).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),wn(this.video,this.params.tuning)}prepare(){let e=this.selectManifest();if(Wh(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=O(r.toString(),this.liveOffset.getTotalOffset(),i);this.liveTextManager?.prepare(a),this.video.setAttribute(`src`,a),this.video.load(),Ih(a).then(e=>{if(!Wh(e))this.maxSeekBackTime$.next(e);else{let e=this.params.source.maxSeekBackTime??this.maxSeekBackTime$.getValue();(Wh(e)||!isFinite(e))&&Nh(a).then(e=>e.text()).then(e=>{let t=/#EXT-X-STREAM-INF[^\n]+\n(.+)/m.exec(e)?.[1];t&&Ih(new URL(t,a).toString()).then(e=>{Wh(e)||this.maxSeekBackTime$.next(e)})}).catch(()=>{})}})}playIfAllowed(){ki(this.video,()=>{this.params.output.soundProhibitedEvent$.next()}).then(e=>{e||(this.videoState.setState(`paused`),this.liveOffset.pause(),k(this.params.desiredState.playbackState,`paused`,!0))},e=>this.params.output.error$.next({id:`ForcePlay`,message:`play() failed even with workarounds`,category:Bh.DOM,thrown:e}))}seek(e){this.params.output.willSeekEvent$.next();let t=-e,n=t<this.maxSeekBackTime$.getValue()?t:0;this.liveOffset.resetTo(n),this.params.output.position$.next(-n/1e3),this.params.output.seekedEvent$.next()}generateLiveUrl(){let e=O(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 _g,debounce as vg,ErrorCategory as yg,fromEvent as bg,isNonNullable as xg,isNullable as Sg,map as Cg,merge as wg,observableFrom as Tg,Subscription as Eg,ValueSubject as Dg,VideoQuality as Og}from"@vkontakte/videoplayer-shared/es2015";class kg{constructor(e){i(this,`subscription`,new Eg),i(this,`volumeSubscription`,new Eg),i(this,`videoState`,new Gt(`stopped`)),i(this,`video`,void 0),i(this,`params`,void 0),i(this,`textTracksManager`,null),i(this,`masterManifest`,void 0),i(this,`manifests$`,new Dg([])),i(this,`unmuteAfterBrowserResetsHappened`,new Dg(!1)),i(this,`syncPlayback`,()=>{if(!this.manifests$.getValue().length)return;let e=this.videoState.getState(),t=this.params.desiredState.playbackState.getState(),n=this.params.desiredState.playbackState.getTransition(),r=this.params.desiredState.videoTrack.getTransition(),i=this.params.desiredState.autoVideoTrackSwitching.getTransition(),a=this.params.desiredState.autoVideoTrackLimits.getTransition();if(t===`stopped`){e!==`stopped`&&(this.videoState.startTransitionTo(`stopped`),this.video.removeAttribute(`src`),this.video.load(),this.params.output.position$.next(0),this.params.output.duration$.next(1/0),this.params.output.currentBuffer$.next(void 0),this.params.output.currentNativeBuffer$.next(void 0),this.params.output.hostname$.next(void 0),this.videoState.setState(`stopped`),k(this.params.desiredState.playbackState,`stopped`,!0));return}if(this.videoState.getTransition())return;let o=this.params.desiredState.seekState.getState();if(e===`stopped`){this.videoState.startTransitionTo(`ready`),this.prepare();return}if(r||i||a){let e=this.videoState.getState();this.videoState.setState(`changing_manifest`),this.videoState.startTransitionTo(e);let{currentTime:t}=this.video;this.prepare(),a&&this.params.output.autoVideoTrackLimits$.next(a.to),o.state===`none`&&this.params.desiredState.seekState.setState({state:`requested`,position:t*1e3,forcePrecise:!0});return}switch(n?.to!==`paused`&&o.state===`requested`&&this.seek(o.position),e){case`ready`:t===`ready`?k(this.params.desiredState.playbackState,`ready`):t===`paused`?(this.videoState.setState(`paused`),k(this.params.desiredState.playbackState,`paused`)):t===`playing`&&(this.videoState.startTransitionTo(`playing`),this.playIfAllowed());return;case`playing`:t===`paused`?(this.videoState.startTransitionTo(`paused`),this.video.paused?this.videoState.setState(`paused`):this.video.pause()):n?.to===`playing`&&k(this.params.desiredState.playbackState,`playing`);return;case`paused`:t===`playing`?(this.videoState.startTransitionTo(`playing`),this.playIfAllowed()):n?.to===`paused`&&k(this.params.desiredState.playbackState,`paused`);return;case`changing_manifest`:break;default:return _g(e)}}),e.tuning.disableSubtitles||(this.textTracksManager=new Xn(e.source.url)),this.params=e,this.video=Cn(e.container,e.tuning),this.params.output.element$.next(this.video),this.masterManifest={id:`master`,quality:Og.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(ui(this.params.source.url)),this.params.output.autoVideoTrackLimitingAvailable$.next(!0),this.params.output.manifestRequested$.next(),og(O(this.params.source.url),this.params.source.url,{manifestRetryInterval:this.params.tuning.manifestRetryInterval,manifestRetryMaxInterval:this.params.tuning.manifestRetryMaxInterval,manifestRetryMaxCount:this.params.tuning.manifestRetryMaxCount}).then(({qualityManifests:e,textTracks:t})=>{this.params.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:yg.NETWORK,message:`Error fetching manifest and extracting qualities`,thrown:e})),this.subscribe()}selectManifest(){var e;let{autoVideoTrackSwitching:t,videoTrack:n}=this.params.desiredState,r=t.getState(),i=n.getTransition(),a=(i==null||(e=i.to)==null?void 0:e.id)??n.getState()?.id??`master`,o=this.manifests$.getValue();if(!o.length)return;let s=r?`master`:a;return r&&(!i||!i.from)&&n.startTransitionTo(this.masterManifest),o.find(e=>e.id===s)}subscribe(){let{output:e,desiredState:t}=this.params,n=t=>{e.error$.next({id:`HlsProvider`,category:yg.WTF,message:`HlsProvider internal logic error`,thrown:t})},r=gr(this.video);this.subscription.add(()=>r.destroy());let i=(e,t)=>this.subscription.add(e.subscribe(t));if(i(r.timeUpdate$,e.position$),i(r.durationChange$,e.duration$),i(r.ended$,e.endedEvent$),i(r.looped$,e.loopedEvent$),i(r.error$,e.error$),i(r.isBuffering$,e.isBuffering$),i(r.currentBuffer$,e.currentBuffer$),i(r.currentBuffer$,e.currentNativeBuffer$),i(r.loadedMetadata$,e.firstBytesEvent$),i(r.loadedMetadata$,e.loadedMetadataEvent$),i(r.playing$,e.firstFrameEvent$),i(r.canplay$,e.canplay$),i(r.seeked$,e.seekedEvent$),i(r.inPiP$,e.inPiP$),i(r.inFullscreen$,e.inFullscreen$),i(this.videoState.stateChangeEnded$.pipe(Cg(e=>e.to)),this.params.output.playbackState$),this.subscription.add(Un(this.video,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(Gn(this.video,t.playbackRate,r.playbackRateState$,n)),ts({subscription:this.subscription,desiredState:t,videoElement$:this.params.output.element$,observableVideo:r}),this.subscription.add(Wn(this.video,t.volume,r.volumeState$,n,{skipVideoElVolumeSync$:this.params.skipVideoElVolumeSync$})),this.textTracksManager?.connect(this.video,t,e),this.subscription.add(r.playing$.subscribe(()=>{this.videoState.setState(`playing`),k(t.playbackState,`playing`)},n)).add(r.pause$.subscribe(()=>{this.videoState.setState(`paused`),k(t.playbackState,`paused`)},n)).add(r.canplay$.subscribe(()=>{this.videoState.getTransition()?.to===`ready`&&this.videoState.setState(`ready`),this.videoState.getState()===`playing`&&this.playIfAllowed()},n).add(r.loadedMetadata$.subscribe(()=>{let e=this.params.desiredState.seekState.getState(),t=this.videoState.getTransition(),n=this.params.desiredState.videoTrack.getTransition(),r=this.params.desiredState.autoVideoTrackSwitching.getTransition();if(n&&xg(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(ui(t.url)))}let i=this.params.desiredState.playbackRate.getState();if(i!==this.params.output.element$.getValue()?.playbackRate){let e=this.params.output.element$.getValue();e&&(this.params.desiredState.playbackRate.setState(i),e.playbackRate=i)}r&&this.params.desiredState.autoVideoTrackSwitching.setState(r.to),t&&t.from===`changing_manifest`&&this.videoState.setState(t.to),e.state===`requested`&&this.seek(e.position)},n))),this.params.tuning.changePlaybackStateToPausedWhenEnded&&this.subscription.add(r.ended$.subscribe(()=>{this.videoState.setState(`paused`),k(t.playbackState,`paused`)})),this.subscription.add(this.manifests$.pipe(Cg(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)),!j.device.isIOS||!this.params.tuning.useNativeHLSTextTracks){let{textTracks:e}=this.video;this.subscription.add(wg(bg(e,`addtrack`),bg(e,`removetrack`),bg(e,`change`),Tg([`init`])).subscribe(()=>{for(let t=0;t<e.length;t++)e[t].mode=`hidden`},n))}let a=wg(t.playbackState.stateChangeStarted$,t.seekState.stateChangeEnded$,t.videoTrack.stateChangeStarted$,t.autoVideoTrackSwitching.stateChangeStarted$,t.autoVideoTrackLimits.stateChangeStarted$,this.videoState.stateChangeEnded$,this.manifests$,Tg([`init`])).pipe(vg(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),wn(this.video,this.params.tuning)}prepare(){let e=this.selectManifest();if(Sg(e))return;let t=this.params.desiredState.autoVideoTrackLimits.getTransition(),n=this.params.desiredState.autoVideoTrackLimits.getState(),r=new URL(e.url);if((t||n)&&e.id===this.masterManifest.id){let{max:e,min:i}=t?.to??n??{};for(let[t,n]of[[e,`mq`],[i,`lq`]]){let e=String(parseFloat(t||``));n&&t&&r.searchParams.set(n,e)}}this.video.setAttribute(`src`,r.toString()),this.video.load()}playIfAllowed(){let e=ki(this.video,()=>{this.params.output.soundProhibitedEvent$.next()}),t=e=>{e||(this.videoState.setState(`paused`),k(this.params.desiredState.playbackState,`paused`,!0))},n=e=>{this.params.output.error$.next({id:`ForcePlay`,message:`play() failed even with workarounds`,category:yg.DOM,thrown:e})};this.params.tuning.ignoreForcePlayResultWhenProviderChanged?this.subscription.add(Tg(e).subscribe(t,n)):e.then(t,n)}seek(e){this.params.output.willSeekEvent$.next(),this.video.currentTime=e/1e3}}import{objectEntries as Ag}from"@vkontakte/videoplayer-shared/es2015";import{objectValues as jg}from"@vkontakte/videoplayer-shared/es2015";import{arrayAt as Mg}from"@vkontakte/videoplayer-shared/es2015";import{assertNever as Ng,assertNonNullable as Pg,debounce as Fg,ErrorCategory as Ig,isHigherOrEqual as Lg,isLowerOrEqual as Rg,isNonNullable as zg,merge as Bg,observableFrom as Vg,Subscription as Hg,map as Ug}from"@vkontakte/videoplayer-shared/es2015";class Wg{constructor(e){i(this,`subscription`,new Hg),i(this,`volumeSubscription`,new Hg),i(this,`videoState`,new Gt(`stopped`)),i(this,`video`,void 0),i(this,`trackUrls`,{}),i(this,`params`,void 0),i(this,`textTracksManager`,null),i(this,`syncPlayback`,()=>{let e=this.videoState.getState(),t=this.params.desiredState.playbackState.getState(),n=this.params.desiredState.playbackState.getTransition();if(t===`stopped`){e!==`stopped`&&(this.videoState.startTransitionTo(`stopped`),this.video.removeAttribute(`src`),this.video.load(),this.params.output.position$.next(0),this.params.output.duration$.next(1/0),this.params.output.currentBuffer$.next(void 0),this.params.output.currentNativeBuffer$.next(void 0),this.params.output.hostname$.next(void 0),this.videoState.setState(`stopped`),k(this.params.desiredState.playbackState,`stopped`,!0));return}if(this.videoState.getTransition())return;let r=this.params.desiredState.autoVideoTrackLimits.getTransition(),i=this.params.desiredState.videoTrack.getTransition(),a=this.params.desiredState.seekState.getState();if(r&&e!==`ready`&&!i){this.handleQualityLimitTransition(r.to);return}if(e===`stopped`){this.videoState.startTransitionTo(`ready`),this.prepare();return}if(i){let{currentTime:e}=this.video;this.prepare(),a.state===`none`&&this.params.desiredState.seekState.setState({state:`requested`,position:e*1e3,forcePrecise:!0});return}switch(n?.to!==`paused`&&a.state===`requested`&&this.seek(a.position),e){case`ready`:t===`ready`?k(this.params.desiredState.playbackState,`ready`):t===`paused`?(this.videoState.setState(`paused`),k(this.params.desiredState.playbackState,`paused`)):t===`playing`&&(this.videoState.startTransitionTo(`playing`),this.playIfAllowed());return;case`playing`:t===`paused`?(this.videoState.startTransitionTo(`paused`),this.video.paused?this.videoState.setState(`paused`):this.video.pause()):n?.to===`playing`&&k(this.params.desiredState.playbackState,`playing`);return;case`paused`:t===`playing`?(this.videoState.startTransitionTo(`playing`),this.playIfAllowed()):n?.to===`paused`&&k(this.params.desiredState.playbackState,`paused`);return;default:return Ng(e)}}),e.tuning.disableSubtitles||(this.textTracksManager=new Xn),this.params=e,this.video=Cn(e.container,e.tuning),this.params.output.element$.next(this.video),Ag(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(jg(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:Ig.WTF,message:`MpegProvider internal logic error`,thrown:t})},r=gr(this.video);this.subscription.add(()=>r.destroy());let i=(e,t)=>this.subscription.add(e.subscribe(t,n));i(r.timeUpdate$,e.position$),i(r.durationChange$,e.duration$),i(r.ended$,e.endedEvent$),i(r.looped$,e.loopedEvent$),i(r.error$,e.error$),i(r.isBuffering$,e.isBuffering$),i(r.currentBuffer$,e.currentNativeBuffer$),i(r.currentBuffer$,e.currentBuffer$),i(r.loadedMetadata$,e.firstBytesEvent$),i(r.loadedMetadata$,e.loadedMetadataEvent$),i(r.playing$,e.firstFrameEvent$),i(r.canplay$,e.canplay$),i(r.seeked$,e.seekedEvent$),i(r.inPiP$,e.inPiP$),i(r.inFullscreen$,e.inFullscreen$),i(this.videoState.stateChangeEnded$.pipe(Ug(e=>e.to)),this.params.output.playbackState$),this.subscription.add(Un(this.video,t.isLooped,n)),ts({subscription:this.subscription,desiredState:t,videoElement$:this.params.output.element$,observableVideo:r}),this.subscription.add(Wn(this.video,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(Gn(this.video,t.playbackRate,r.playbackRateState$,n)),i(Ca(this.video),e.elementVisible$),this.subscription.add(r.playing$.subscribe(()=>{this.videoState.setState(`playing`),k(t.playbackState,`playing`)},n)).add(r.pause$.subscribe(()=>{this.videoState.setState(`paused`),k(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&&zg(e.to)){this.params.desiredState.videoTrack.setState(e.to),this.params.output.currentVideoTrack$.next(this.trackUrls[e.to.id].track);let t=this.params.desiredState.playbackRate.getState();if(t!==this.params.output.element$.getValue()?.playbackRate){let e=this.params.output.element$.getValue();e&&(this.params.desiredState.playbackRate.setState(t),e.playbackRate=t)}}this.videoState.getState()===`playing`&&!this.video.ended&&this.playIfAllowed()},n)),this.params.tuning.changePlaybackStateToPausedWhenEnded&&this.subscription.add(r.ended$.subscribe(()=>{this.videoState.setState(`paused`),k(t.playbackState,`paused`)})),this.textTracksManager?.connect(this.video,t,e);let a=Bg(t.playbackState.stateChangeStarted$,t.videoTrack.stateChangeStarted$,t.seekState.stateChangeEnded$,t.autoVideoTrackLimits.stateChangeStarted$,this.videoState.stateChangeEnded$,Vg([`init`])).pipe(Fg(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),wn(this.video,this.params.tuning)}prepare(){let e=this.params.desiredState.videoTrack.getState()?.id;Pg(e,`MpegProvider: track is not selected`);let{url:t}=this.trackUrls[e];Pg(t,`MpegProvider: No url for ${e}`),this.params.tuning.requestQuick&&(t=ml(t)),this.video.setAttribute(`src`,t),this.video.load(),this.params.output.hostname$.next(ui(t))}playIfAllowed(){let e=ki(this.video,()=>{this.params.output.soundProhibitedEvent$.next()}),t=e=>{e||(this.videoState.setState(`paused`),k(this.params.desiredState.playbackState,`paused`,!0))},n=e=>{this.params.output.error$.next({id:`ForcePlay`,message:`play() failed even with workarounds`,category:Ig.DOM,thrown:e})};this.params.tuning.ignoreForcePlayResultWhenProviderChanged?this.subscription.add(Vg(e).subscribe(t,n)):e.then(t,n)}seek(e){this.params.output.willSeekEvent$.next(),this.video.currentTime=e/1e3}handleQualityLimitTransition(e){this.params.output.autoVideoTrackLimits$.next(e);let t=e=>{this.params.output.currentVideoTrack$.next(e),this.params.desiredState.videoTrack.startTransitionTo(e)},n=e=>{t(oi(a,{container:this.video.getBoundingClientRect(),panelSize:this.params.panelSize,estimatedThroughput:this.params.dependencies.throughputEstimator.throughput$.getValue(),tuning:this.params.tuning.autoTrackSelection,forwardBufferHealth:0,limits:e,abrLogger:this.params.dependencies.abrLogger}))},r=this.params.output.currentVideoTrack$.getValue()?.quality,i=!!(e.max||e.min),a=jg(this.trackUrls).map(e=>e.track);if(!r||!i||Ur(e,a[0].quality,Mg(a,-1)?.quality)){n();return}let o=e.max?Rg(r,e.max):!0,s=e.min?Lg(r,e.min):!0;o&&s||n(e)}}import{assertNever as Gg,debounce as Kg,merge as qg,observableFrom as Jg,Subscription as Yg,map as Xg,ValueSubject as Zg,ErrorCategory as Qg,VideoQuality as $g}from"@vkontakte/videoplayer-shared/es2015";import{ErrorCategory as e_}from"@vkontakte/videoplayer-shared/es2015";var t_=[`stun:videostun.mycdn.me:80`],n_=1e3,r_=3,i_=()=>null;class a_{constructor(e,t){i(this,`options`,void 0),i(this,`ws`,null),i(this,`peerConnection`,null),i(this,`serverUrl`,``),i(this,`streamKey`,``),i(this,`stream`,null),i(this,`signalingType`,`JOIN`),i(this,`retryTimeout`,void 0),i(this,`retryCount`,0),i(this,`externalStartCallback`,i_),i(this,`externalStopCallback`,i_),i(this,`externalErrorCallback`,i_),this.options=this.normalizeOptions(t);let n=e.split(`/`);this.serverUrl=n.slice(0,n.length-1).join(`/`),this.streamKey=n[n.length-1]}onStart(e){try{this.externalStartCallback=e}catch(e){this.handleSystemError(e)}}onStop(e){try{this.externalStopCallback=e}catch(e){this.handleSystemError(e)}}onError(e){try{this.externalErrorCallback=e}catch(e){this.handleSystemError(e)}}connect(){this.connectWS()}disconnect(){try{this.externalStopCallback(),this.closeConnections()}catch(e){this.handleSystemError(e)}}connectWS(){this.ws||(this.ws=new WebSocket(this.serverUrl),this.ws.onopen=this.onSocketOpen.bind(this),this.ws.onmessage=this.onSocketMessage.bind(this),this.ws.onclose=this.onSocketClose.bind(this),this.ws.onerror=this.onSocketError.bind(this))}onSocketOpen(){this.handleLogin()}onSocketClose(e){try{if(!this.ws)return;this.ws=null,e.code>1e3?(this.retryCount++,this.retryCount>this.options.maxRetryNumber?this.handleNetworkError():this.scheduleRetry()):this.externalStopCallback()}catch(e){this.handleRTCError(e)}}onSocketError(e){try{this.externalErrorCallback(Error(e.toString()))}catch(e){this.handleRTCError(e)}}onSocketMessage(e){try{let t=this.parseMessage(e.data);switch(t.type){case`JOIN`:case`CALL_JOIN`:this.handleJoinMessage(t);break;case`UPDATE`:this.handleUpdateMessage(t);break;case`STATUS`:this.handleStatusMessage(t);break}}catch(e){this.handleRTCError(e)}}handleJoinMessage(e){switch(e.inviteType){case`ANSWER`:this.handleAnswer(e.sdp);break;case`CANDIDATE`:this.handleCandidate(e.candidate);break}}handleStatusMessage(e){switch(e.status){case`UNPUBLISHED`:this.handleUnpublished();break}}handleUpdateMessage(e){var t=this;return a(function*(){try{let n=yield t.createOffer();t.peerConnection&&(yield t.peerConnection.setLocalDescription(n)),t.handleAnswer(e.sdp)}catch(e){t.handleRTCError(e)}})()}handleLogin(){var e=this;return a(function*(){try{let t={iceServers:[{urls:t_}]};e.peerConnection=new RTCPeerConnection(t),e.peerConnection.ontrack=e.onPeerConnectionStream.bind(e),e.peerConnection.onicecandidate=e.onPeerConnectionIceCandidate.bind(e),e.peerConnection.oniceconnectionstatechange=e.onPeerConnectionIceConnectionStateChange.bind(e);let n=yield e.createOffer();yield e.peerConnection.setLocalDescription(n),e.send({type:e.signalingType,inviteType:`OFFER`,streamKey:e.streamKey,sdp:n.sdp,callSupport:!1})}catch(t){e.handleRTCError(t)}})()}handleAnswer(e){var t=this;return a(function*(){try{t.peerConnection&&(yield t.peerConnection.setRemoteDescription(new RTCSessionDescription({type:`answer`,sdp:e})))}catch(e){t.handleRTCError(e)}})()}handleCandidate(e){var t=this;return a(function*(){if(e)try{t.peerConnection&&(yield t.peerConnection.addIceCandidate(e))}catch(e){t.handleRTCError(e)}})()}handleUnpublished(){try{this.closeConnections(),this.externalStopCallback()}catch(e){this.handleRTCError(e)}}handleSystemError(e){this.options.errorChanel&&this.options.errorChanel.next({id:`webrtc-provider-error`,category:e_.WTF,message:e.message})}onPeerConnectionStream(e){var t=this;return a(function*(){let n=e.streams[0];t.stream&&t.stream.id===n.id||(t.stream=n,t.externalStartCallback(t.stream))})()}onPeerConnectionIceCandidate(e){e.candidate&&this.send({type:this.signalingType,inviteType:`CANDIDATE`,candidate:e.candidate})}onPeerConnectionIceConnectionStateChange(){if(this.peerConnection){let e=this.peerConnection.iceConnectionState;[`failed`,`closed`].indexOf(e)>-1&&(this.retryCount++,this.retryCount>this.options.maxRetryNumber?this.handleNetworkError():(this.closeConnections(),this.scheduleRetry()))}}createOffer(){var e=this;return a(function*(){let t={offerToReceiveAudio:!0,offerToReceiveVideo:!0,voiceActivityDetection:!1};if(!e.peerConnection)throw Error(`Can not create offer - no peer connection instance `);let n=yield e.peerConnection.createOffer(t),r=n.sdp||``;if(!/^a=rtpmap:\d+ H264\/\d+$/m.test(r))throw Error(`No h264 codec support error`);return n})()}handleRTCError(e){try{this.externalErrorCallback(e||Error(`RTC connection error`))}catch(e){this.handleSystemError(e)}}handleNetworkError(){try{this.externalErrorCallback(Error(`Network error`))}catch(e){this.handleSystemError(e)}}send(e){this.ws&&this.ws.send(JSON.stringify(e))}parseMessage(e){try{return JSON.parse(e)}catch{throw Error(`Can not parse socket message`)}}closeConnections(){let e=this.ws;e&&(this.ws=null,e.close(1e3)),this.removePeerConnection()}removePeerConnection(){let e=this.peerConnection;e&&=(this.peerConnection=null,e.close(),e.ontrack=null,e.onicecandidate=null,e.oniceconnectionstatechange=null,null)}scheduleRetry(){this.retryTimeout=setTimeout(this.connectWS.bind(this),n_)}normalizeOptions(e={}){let t={stunServerList:t_,maxRetryNumber:r_,errorChanel:null};return e.stunServerList&&(t.stunServerList=e.stunServerList),e.maxRetryNumber&&e.maxRetryNumber>0&&(t.maxRetryNumber=e.maxRetryNumber),t}}class o_{constructor(e){i(this,`subscription`,void 0),i(this,`volumeSubscription`,void 0),i(this,`params`,void 0),i(this,`log`,void 0),i(this,`video`,void 0),i(this,`videoState`,new Gt(`stopped`)),i(this,`liveStreamClient`,void 0),i(this,`maxSeekBackTime$`,new Zg(0)),i(this,`syncPlayback`,()=>{let e=this.videoState.getState(),t=this.params.desiredState.playbackState.getState(),n=this.params.desiredState.playbackState.getTransition();if(t===`stopped`){e!==`stopped`&&(this.videoState.startTransitionTo(`stopped`),this.video.pause(),this.video.srcObject=null,this.params.output.position$.next(0),this.params.output.duration$.next(0),this.params.output.currentBuffer$.next(void 0),this.params.output.currentNativeBuffer$.next(void 0),this.params.output.hostname$.next(void 0),this.videoState.setState(`stopped`),k(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`),k(this.params.desiredState.playbackState,`paused`)):t===`playing`&&(this.videoState.startTransitionTo(`playing`),this.playIfAllowed());return;case`playing`:t===`paused`?(this.videoState.startTransitionTo(`paused`),this.video.paused?this.videoState.setState(`paused`):this.video.pause()):n?.to===`playing`&&k(this.params.desiredState.playbackState,`playing`);return;case`paused`:t===`playing`?(this.videoState.startTransitionTo(`playing`),this.playIfAllowed()):n?.to===`paused`&&k(this.params.desiredState.playbackState,`paused`);return;default:return Gg(e)}}),this.subscription=new Yg,this.volumeSubscription=new Yg,this.params=e,this.log=this.params.dependencies.logger.createComponentLog(`WebRTCLiveProvider`),this.video=Cn(e.container,e.tuning),this.liveStreamClient=new a_(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),wn(this.video,this.params.tuning)}subscribe(){let{output:e,desiredState:t}=this.params,n=t=>{e.error$.next({id:`WebRTCLiveProvider`,category:Qg.WTF,message:`WebRTCLiveProvider internal logic error`,thrown:t})};this.subscription.add(qg(this.videoState.stateChangeStarted$.pipe(Xg(e=>({transition:e,type:`start`}))),this.videoState.stateChangeEnded$.pipe(Xg(e=>({transition:e,type:`end`})))).subscribe(({transition:e,type:t})=>{this.log({message:`[videoState change] ${t}: ${JSON.stringify(e)}`})}));let r=gr(this.video);this.subscription.add(()=>r.destroy());let i=(e,t)=>this.subscription.add(e.subscribe(t,n));i(r.timeUpdate$,e.liveTime$),i(r.ended$,e.endedEvent$),i(r.looped$,e.loopedEvent$),i(r.error$,e.error$),i(r.isBuffering$,e.isBuffering$),i(r.currentBuffer$,e.currentBuffer$),i(r.currentBuffer$,e.currentNativeBuffer$),i(Ca(this.video),this.params.output.elementVisible$),this.subscription.add(r.durationChange$.subscribe(t=>{e.duration$.next(t===1/0?0:t)})).add(r.canplay$.subscribe(()=>{this.videoState.getTransition()?.to===`ready`&&this.videoState.setState(`ready`)},n)).add(r.pause$.subscribe(()=>{this.videoState.setState(`paused`)},n)).add(r.playing$.subscribe(()=>{this.videoState.setState(`playing`)},n)).add(r.error$.subscribe(e.error$)).add(this.maxSeekBackTime$.subscribe(this.params.output.duration$)).add(Wn(this.video,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 Gg(n.to)}},n)).add(qg(t.playbackState.stateChangeStarted$,this.videoState.stateChangeEnded$,Jg([`init`])).pipe(Kg(0)).subscribe(this.syncPlayback.bind(this),n)),this.subscription.add(t.isLooped.stateChangeStarted$.subscribe(()=>t.isLooped.setState(!1),n)),this.subscription.add(t.autoVideoTrackSwitching.stateChangeStarted$.subscribe(()=>t.autoVideoTrackSwitching.setState(!1),n))}onLiveStreamStart(e){this.params.output.element$.next(this.video),this.params.output.duration$.next(0),this.params.output.position$.next(0),this.params.output.isLive$.next(!0),this.params.output.canChangePlaybackSpeed$.next(!1),this.params.output.hostname$.next(ui(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:$g.INVARIANT}),this.video.srcObject=e,k(this.params.desiredState.playbackState,`playing`)}onLiveStreamStop(){this.videoState.startTransitionTo(`stopped`),this.syncPlayback(),this.params.output.position$.next(0),this.params.output.duration$.next(0),this.params.output.currentBuffer$.next(void 0),this.params.output.currentNativeBuffer$.next(void 0),this.params.output.hostname$.next(void 0),this.params.output.endedEvent$.next()}onLiveStreamError(e){this.onLiveStreamStop(),this.params.output.error$.next({id:`WebRTC stream runtime error`,category:Qg.EXTERNAL_API,message:e.message,thrown:e})}playIfAllowed(){ki(this.video,()=>{this.params.output.soundProhibitedEvent$.next()}).then(e=>{e||(this.videoState.setState(`paused`),k(this.params.desiredState.playbackState,`paused`,!0))},e=>this.params.output.error$.next({id:`ForcePlay`,message:`play() failed even with workarounds`,category:Qg.DOM,thrown:e}))}prepare(){this.liveStreamClient.connect()}}class s_{constructor(e){i(this,`length`,void 0),i(this,`array`,void 0),i(this,`index`,void 0),i(this,`iterator`,void 0),i(this,`current`,void 0),this.array=e,this.length=e.length,this.iterator=e[Symbol.iterator](),this.next()}next(){this.current=this.iterator.next(),this.index=this.index===void 0?0:this.index+1}getValue(){if(this.current.done)throw Error(`Iterable is completed`);return this.current.value}isCompleted(){return!!this.current.done}isLast(){return this.index===this.length-1}all(){return this.array}}import{assertNever as c_,assertNonNullable as l_,ErrorCategory as u_,filter as d_,isNonNullable as f_,isNullable as p_,map as m_,merge as h_,once as g_,Subject as q,Subscription as __,ValueSubject as J,flattenObject as v_,devNull as y_,getWindow as b_}from"@vkontakte/videoplayer-shared/es2015";import{Observable as x_,map as S_,Subscription as C_,Subject as w_,now as T_,combine as E_}from"@vkontakte/videoplayer-shared/es2015";var D_=e=>new x_(t=>{let n=new C_,r=e.desiredPlaybackState$.stateChangeStarted$.pipe(S_(({from:e,to:t})=>`${e}-${t}`)),i=e.desiredPlaybackState$.stateChangeEnded$,a=e.providerChanged$.pipe(S_(({type:e})=>e!==void 0)),o=E_({providerChanged:e.providerChanged$.pipe(S_(({type:e})=>e!==void 0)),videoLastDataObtainedTimestamp:e.videoLastDataObtainedTimestamp$.pipe(S_(e=>e??0)),stateChangeStarted:e.desiredPlaybackState$.stateChangeStarted$}).pipe(S_(({providerChanged:t,videoLastDataObtainedTimestamp:n,stateChangeStarted:r})=>{let i=T_()-n;return t||r?.to!==`playing`||i<e.playbackHangupNoDataThreshold})),s=e.useDelayedPlaybackHangupWithData?o:a,c=new w_,l=0,u=`unknown`;return n.add(r.subscribe(t=>{l&&window.clearTimeout(l),u=t,l=window.setTimeout(()=>c.next(t),e.maxTransitionInterval),R({m:`hangup.set`,l:t,id:l})})),n.add(i.subscribe(()=>{R({m:`hangup.cl`,id:l}),window.clearTimeout(l),u=`unknown`,l=0})),n.add(s.subscribe(t=>{l&&(R({m:`hangup.rs.0`,id:l}),window.clearTimeout(l),l=0,t&&(l=window.setTimeout(()=>c.next(u),e.maxTransitionInterval),R({m:`hangup.rs.1`,id:l})))})),n.add(c.subscribe(t)),()=>{window.clearTimeout(l),n.unsubscribe()}});import{AbortControllerPolyfilled as O_}from"@vkontakte/videoplayer-shared/es2015";import{ErrorCategory as k_,Subscription as A_,combine as j_,filter as M_,once as N_}from"@vkontakte/videoplayer-shared/es2015";import{getWindow as P_}from"@vkontakte/videoplayer-shared/es2015";function F_(){let e=P_();return new(e.AudioContext||e.webkitAudioContext)}class I_{constructor(e,t,n,r){i(this,`providerOutput`,void 0),i(this,`provider$`,void 0),i(this,`volumeMultiplierError$`,void 0),i(this,`volumeMultiplier`,void 0),i(this,`destroyController`,new O_),i(this,`subscriptions`,new A_),i(this,`audioContext`,null),i(this,`gainNode`,null),i(this,`mediaElementSource`,null),this.providerOutput=e,this.provider$=t,this.volumeMultiplierError$=n,this.volumeMultiplier=r,this.subscriptions.add(this.provider$.pipe(M_(e=>!!e.type),N_()).subscribe(({type:e})=>this.subscribe(e)))}subscribe(e){j.browser.isSafari&&e!==`MPEG`||this.subscriptions.add(j_({video:this.providerOutput.element$,playbackState:this.providerOutput.playbackState$,volume:this.providerOutput.volume$}).pipe(M_(({playbackState:e,video:t,volume:{muted:n,volume:r}})=>e===`playing`&&!!t&&!n&&!!r),N_()).subscribe(({video:e})=>{this.initAudioContextOnce(e).then(e=>{e||this.destroy()}).catch(e=>{this.handleError(e),this.destroy()})}))}static isSupported(){return`AudioContext`in window&&`GainNode`in window&&`MediaElementAudioSourceNode`in window}initAudioContextOnce(e){var t=this;return a(function*(){let{volumeMultiplier:n}=t,r=F_();t.audioContext=r;let i=r.createGain();if(t.gainNode=i,i.gain.value=n,i.connect(r.destination),r.state===`suspended`&&(yield r.resume(),t.destroyController.signal.aborted))return!1;let a=r.createMediaElementSource(e);return t.mediaElementSource=a,a.connect(i),!0})()}cleanup(){this.mediaElementSource&&=(this.mediaElementSource.disconnect(),null),this.gainNode&&=(this.gainNode.disconnect(),null),this.audioContext&&=(this.audioContext.state!==`closed`&&this.audioContext.close(),null)}destroy(){this.destroyController.abort(),this.subscriptions.unsubscribe(),this.cleanup()}handleError(e){this.volumeMultiplierError$.next({id:I_.errorId,category:k_.VIDEO_PIPELINE,message:e?.message??`${I_.errorId} exception`,thrown:e})}}i(I_,`errorId`,`VolumeMultiplierManager`);var L_={chunkDuration:5e3,maxParallelRequests:5};class R_{constructor(e){i(this,`current$`,new J({type:void 0})),i(this,`providerError$`,new q),i(this,`noAvailableProvidersError$`,new q),i(this,`volumeMultiplierError$`,new q),i(this,`providerOutput`,{position$:new J(0),duration$:new J(1/0),volume$:new J({muted:!1,volume:1}),availableVideoStreams$:new J([]),currentVideoStream$:new J(void 0),availableVideoTracks$:new J([]),currentVideoTrack$:new J(void 0),availableVideoCodecs$:new J([]),availableAudioStreams$:new J([]),currentAudioStream$:new J(void 0),availableAudioTracks$:new J([]),availableAudioCodecs$:new J([]),currentVideoSegmentLength$:new J(0),currentAudioSegmentLength$:new J(0),isAudioAvailable$:new J(!0),autoVideoTrackLimitingAvailable$:new J(!1),autoVideoTrackLimits$:new J(void 0),currentBuffer$:new J(void 0),currentNativeBuffer$:new J(void 0),videoLastDataObtainedTimestamp$:new J(void 0),isBuffering$:new J(!0),updateDurationError$:new q,error$:new q,fetcherError$:new q,fetcherRecoverableError$:new q,warning$:new q,willSeekEvent$:new q,soundProhibitedEvent$:new q,seekedEvent$:new q,loopedEvent$:new q,endedEvent$:new q,manifestRequested$:new q,firstBytesManifest$:new q,manifestReceived$:new q,firstBytesRequested$:new q,firstBytesReceived$:new q,firstBytesEvent$:new q,loadedMetadataEvent$:new q,firstFrameEvent$:new q,canplay$:new q,isLive$:new J(void 0),isLiveEnded$:new J(null),canPlayLiveTailBuffer$:new J(!1),isLowLatency$:new J(!1),canChangePlaybackSpeed$:new J(!0),liveTime$:new J(void 0),liveBufferTime$:new J(void 0),liveLatency$:new J(void 0),severeStallOccurred$:new q,availableTextTracks$:new J([]),currentTextTrack$:new J(void 0),hostname$:new J(void 0),httpConnectionType$:new J(void 0),httpConnectionReused$:new J(void 0),httpConnectionMetrics$:new J(void 0),httpDownloadMetrics$:new J(void 0),inPiP$:new J(!1),inFullscreen$:new J(!1),element$:new J(void 0),elementVisible$:new J(!0),availableSources$:new J(void 0),is3DVideo$:new J(!1),playbackState$:new J(``),getCurrentTime$:new J(null)}),i(this,`subscription`,new __),i(this,`screenFormatsIterator`,void 0),i(this,`chromecastFormatsIterator`,void 0),i(this,`videoCodecsIterator`,void 0),i(this,`log`,void 0),i(this,`tracer`,void 0),i(this,`params`,void 0),i(this,`failoverIndex`,void 0),i(this,`currentFailedVideoTrack`,null),i(this,`volumeMultiplierManager`,null),i(this,`dashMaxTvVideoQuality`,null),this.params=e,this.log=this.params.dependencies.logger.createComponentLog(`ProviderContainer`),this.tracer=e.dependencies.tracer.createComponentTracer(this.constructor.name);let t=pt([...Aa(this.params.tuning),...ka(this.params.tuning)],this.params.tuning.disableHlsOnDesktop).filter(t=>f_(e.sources[t])),{forceFormat:n,formatsToAvoid:r}=this.params.tuning,a=[];a=n?[n]:r.length?[...t.filter(e=>!Lt(r,e)),...t.filter(e=>Lt(r,e))]:t,this.log({message:`Selected formats: ${a.join(` > `)}`}),this.tracer.log(`Selected formats`,v_(a),!0),this.screenFormatsIterator=new s_(a),this.chromecastFormatsIterator=new s_([...ja(!0),...ja(!1)].filter(t=>f_(e.sources[t]))),this.providerOutput.availableSources$.next(e.sources);let{volumeMultiplier:o=1,tuning:{useVolumeMultiplier:s}}=this.params;s&&o!==1&&I_.isSupported()&&(this.volumeMultiplierManager=new I_(this.providerOutput,this.current$,this.volumeMultiplierError$,o))}init(){R.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 s_(e))}))}destroy(){this.destroyProvider(),this.current$.next({type:void 0}),this.subscription.unsubscribe(),this.volumeMultiplierManager?.destroy(),this.volumeMultiplierManager=null,this.tracer.end()}initProvider(){let e=this.chooseDestination(),t=this.chooseFormat(e);if(p_(t)){this.handleNoFormatsError(e);return}let n;try{n=this.createProvider(e,t),this.currentFailedVideoTrack=null}catch(e){this.providerError$.next({id:`ProviderNotConstructed`,category:u_.WTF,message:`Failed to create provider`,thrown:e})}n?this.current$.next({type:t,provider:n,destination:e}):this.current$.next({type:void 0})}reinitProvider(){this.tracer.log(`reinitProvider`),this.destroyProvider(),this.initProvider()}switchToNextProvider(e){this.tracer.log(`switchToNextProvider`,{destination:e}),this.destroyProvider(),this.failoverIndex=void 0,this.skipFormat(e),this.initProvider()}switchToNextVideoCodec(){this.params.tuning.dash.codecsPrioritizeEnabled&&!this.videoCodecsIterator.isLast()&&(this.tracer.log(`switchToNextVideoCodec`),this.destroyProvider(),this.videoCodecsIterator.next(),this.initProvider())}destroyProvider(){let e=this.current$.getValue().provider;if(!e)return;this.log({message:`destroyProvider`}),this.tracer.log(`destroyProvider`),e.destroy();let t=this.providerOutput.position$.getValue()*1e3,n=this.params.desiredState.seekState.getState(),r=n.state!==`none`;if(this.params.desiredState.seekState.setState({state:`requested`,position:r?n.position:t,forcePrecise:r?n.forcePrecise:!1}),e.scene3D){let t=e.scene3D.getCameraRotation();this.params.desiredState.cameraOrientation.setState({x:t.x,y:t.y})}let i=this.providerOutput.isBuffering$;i.getValue()||i.next(!0)}createProvider(e,t){switch(this.log({message:`createProvider: ${e}:${t}`}),this.tracer.log(`createProvider`,{destination:e,format:t}),e){case`SCREEN`:return this.createScreenProvider(t);case`CHROMECAST`:return this.createChromecastProvider(t);default:return c_(e)}}createScreenProvider(e){let{sources:t,container:n,desiredState:r,panelSize:i}=this.params,a=this.providerOutput,s={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);l_(n);let{useDashProviderVirtual:i,useDashProviderVirtualMobile:a}=this.params.tuning,{isMobile:c}=j.device;return!c&&i||c&&a?new Bf(o(o({},s),{},{failedVideoTrack:this.currentFailedVideoTrack,source:n,sourceHls:r,forceVideoCodec:this.videoCodecsIterator?.getValue(),isOnDemand:e===`DASH_ONDEMAND`,dashMaxTvVideoQuality:this.dashMaxTvVideoQuality})):new Ch(o(o({},s),{},{failedVideoTrack:this.currentFailedVideoTrack,source:n,sourceHls:r,forceVideoCodec:this.videoCodecsIterator?.getValue(),isOnDemand:e===`DASH_ONDEMAND`,dashMaxTvVideoQuality:this.dashMaxTvVideoQuality}))}case`DASH_LIVE_CMAF`:{let n=this.applyFailoverHost(t[e]);return l_(n),this.params.tuning.useDashProviderVirtual&&!j.device.isMobile||this.params.tuning.useDashProviderVirtualMobile&&j.device.isMobile?new yp(o(o({},s),{},{source:n})):new Mh(o(o({},s),{},{source:n}))}case`HLS`:case`HLS_ONDEMAND`:case`HLS_FMP4`:{let n=this.applyFailoverHost(t[e]);return l_(n),new kg(o(o({},s),{},{source:n,isOnDemand:e===`HLS_ONDEMAND`}))}case`HLS_LIVE`:case`HLS_LIVE_CMAF`:{let n=this.applyFailoverHost(t[e]);return l_(n),new gg(o(o({},s),{},{source:n,config:{maxPausedTime:this.params.tuning.live.maxPausedTime},format:e}))}case`MPEG`:{let n=this.applyFailoverHost(t[e]);return l_(n),new Wg(o(o({},s),{},{source:n}))}case`DASH_LIVE`:{let n=this.applyFailoverHost(t[e]);return l_(n),new Ja(o(o({},s),{},{source:n,config:o(o({},L_),{},{maxPausedTime:this.params.tuning.live.maxPausedTime})}))}case`WEB_RTC_LIVE`:{let i=this.applyFailoverHost(t[e]);return l_(i),new o_({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 c_(e)}}createChromecastProvider(e){let{sources:t,container:n,desiredState:r,meta:i}=this.params,a={meta:i,container:n,source:t,format:e,desiredState:r,output:this.providerOutput,dependencies:this.params.dependencies,tuning:this.params.tuning};if(this.params.tuning.chromecastPresentationApi&&this.params.dependencies.chromecastInitializer instanceof It){let{chromecastConnector:e}=this.params.dependencies.chromecastInitializer;return l_(e),new gt(o(o({},a),{},{chromecastConnector:e}))}let s=this.params.dependencies.chromecastInitializer.connection$.getValue();return l_(s),new sn(o(o({},a),{},{connection:s}))}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 c_(e)}}skipFormat(e){switch(e){case`SCREEN`:return this.screenFormatsIterator.next();case`CHROMECAST`:return this.chromecastFormatsIterator.next();default:return c_(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 c_(e)}}applyFailoverHost(e){if(this.failoverIndex===void 0)return e;let t=this.params.failoverHosts[this.failoverIndex];if(!t)return e;let n=e=>{let n=new URL(e);return n.host=t,n.toString()};if(e===void 0)return e;if(`type`in e){if(e.type===`raw`)return e;if(e.type===`url`)return o(o({},e),{},{url:n(e.url)})}return zt(Rt(e).map(([e,t])=>[e,n(t)]))}initProviderErrorHandling(){let e=new __,t=!1,n=0;e.add(h_(this.providerOutput.error$.pipe(d_(e=>!this.params.tuning.ignoreAudioRendererError||!e.message||!/AUDIO_RENDERER_ERROR/gi.test(e.message))),D_({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(m_(e=>({id:`ProviderHangup:${e}`,category:u_.WTF,message:`A ${e} transition failed to complete within reasonable time`})))).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(()=>{t=!1;let n=this.params.desiredState.playbackState.transitionEnded$.pipe(d_(({to:e})=>e===`playing`),g_()).subscribe(()=>t=!0);e.add(n)}));let r=()=>{let e=R.drain(),{logDashLiveDebug:t,sendDashLiveDebug:n}=this.params.tuning;if(t&&b_().console.log(`===== DASH_LIVE DEBUG START ====
248
+ `})|(?<privateuse2>${e}))$`.replace(/[\s\t\n]/g,``);return new RegExp(t,`i`)}var uu=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},du=(e,t)=>{let n=e;n=Xl(n,`$$`,`$`);let r={RepresentationID:t.representationId,Number:t.segmentNumber,Bandwidth:t.bandwidth,Time:t.segmentTime};for(let[e,t]of Zl(r)){let r=RegExp(`\\$${e}(?:%0(\\d+)d)?\\$`,`g`);n=Xl(n,r,(e,n)=>au(t)?e:au(n)?t:Ql(t,parseInt(n,10),`0`))}return n},fu=(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()??``),s=$l(a,0)??``,c=i.getAttribute(`type`)===`dynamic`,l=i.getAttribute(`availabilityStartTime`),u=i.getAttribute(`publishTime`),d=i.getElementsByTagName(`vk:Attrs`)[0],f=d?.getElementsByTagName(`vk:XLatestSegmentPublishTime`)[0].textContent,p=d?.getElementsByTagName(`vk:XStreamIsLive`)[0].textContent,m=d?.getElementsByTagName(`vk:XStreamIsUnpublished`)[0].textContent,h=d?.getElementsByTagName(`vk:XPlaybackDuration`)[0].textContent,g;c&&(g={availabilityStartTime:l?new Date(l).getTime():0,publishTime:u?new Date(u).getTime():0,latestSegmentPublishTime:f?new Date(f).getTime():0,streamIsAlive:p===`yes`,streamIsUnpublished:m===`yes`});let _,v=i.getAttribute(`mediaPresentationDuration`),y=[...i.getElementsByTagName(`Period`)],b=y.reduce((e,t)=>o(o({},e),{},{[t.id]:t.children}),{}),x=y.reduce((e,t)=>o(o({},e),{},{[t.id]:t.getAttribute(`duration`)}),{});v?_=uu(v):eu(x).filter(e=>e).length&&!c?_=eu(x).reduce((e,t)=>e+(uu(t)??0),0):h&&(_=parseInt(h,10));let S=0,C=i.getAttribute(`profiles`)?.split(`,`)??[];for(let e of y.map(e=>e.id))for(let n of b[e]){var w;let e=n.getAttribute(`id`)??`id`+(S++).toString(10),i=n.getAttribute(`mimeType`)??``,a=n.getAttribute(`codecs`)??``,c=n.getAttribute(`contentType`)??i?.split(`/`)[0],l=n.getAttribute(`profiles`)?.split(`,`)??[],u=cu(n.getAttribute(`lang`)??``)??{},d=((w=n.querySelector(`Label`))==null||(w=w.textContent)==null?void 0:w.trim())??void 0,f=n.querySelectorAll(`Representation`),p=n.querySelector(`SegmentTemplate`),m=n.querySelector(`Role`)?.getAttribute(`value`)??void 0,h=n.querySelector(`AudioChannelConfiguration`)?.getAttribute(`value`),g=iu(h)?parseInt(h,10):void 0,v=c,y={id:e,language:u.language,isDefault:m===`main`,label:d,codecs:a,hdr:v===`video`&&ru(a),mime:i,channels:g,representations:[]};for(let e of f){var T;let r=e.getAttribute(`lang`)??void 0,f=d??n.getAttribute(`label`)??e.getAttribute(`label`)??void 0,m=((T=e.querySelector(`BaseURL`))==null||(T=T.textContent)==null?void 0:T.trim())??``,h=new URL(m||s,t).toString(),g=e.getAttribute(`mimeType`)??i,b=e.getAttribute(`codecs`)??a??``,x;if(c===`text`){let t=e.getAttribute(`id`)||``,n=(u.privateuse==null?void 0:tu(u.privateuse,`x-auto`))||tu(t,`_auto`),r=e.querySelector(`SegmentTemplate`);if(r){let i={representationId:e.getAttribute(`id`)??void 0,bandwidth:e.getAttribute(`bandwidth`)??void 0},a=parseInt(e.getAttribute(`bandwidth`)??``,10)/1e3,s=parseInt(r.getAttribute(`startNumber`)??``,10)??1,c=parseInt(r.getAttribute(`timescale`)??``,10),l=r.querySelectorAll(`SegmentTimeline S`)??[],u=r.getAttribute(`media`);if(!u)continue;let d=[],f=0,p=``,m=0,g=s,v=0;for(let e of l){let t=parseInt(e.getAttribute(`d`)??``,10),n=parseInt(e.getAttribute(`r`)??``,10)||0,r=parseInt(e.getAttribute(`t`)??``,10);v=Number.isFinite(r)?r:v;let a=t/c*1e3,s=v/c*1e3;for(let e=0;e<n+1;e++){let n=du(u,o(o({},i),{},{segmentNumber:g.toString(10),segmentTime:(v+e*t).toString(10)})),r=(s??0)+e*a,c=r+a;g++,d.push({time:{from:r,to:c},url:n})}v+=(n+1)*t,f+=(n+1)*a}m=v/c*1e3,p=du(u,o(o({},i),{},{segmentNumber:g.toString(10),segmentTime:v.toString(10)})),x={id:t,kind:`text`,segmentReference:{type:`template`,baseUrl:h,segmentTemplateUrl:u,initUrl:``,totalSegmentsDurationMs:f,segments:d,nextSegmentBeyondManifest:{time:{from:m,to:1/0},url:p},timescale:c},profiles:[],duration:_,bitrate:a,mime:``,codecs:``,width:0,height:0,isAuto:n}}else x={id:t,isAuto:n,kind:`text`,url:h}}else{let t=e.getAttribute(`contentType`)??g?.split(`/`)[0]??c,r=n.getAttribute(`profiles`)?.split(`,`)??[],i=parseInt(e.getAttribute(`width`)??``,10),a=parseInt(e.getAttribute(`height`)??``,10),s=parseInt(e.getAttribute(`bandwidth`)??``,10)/1e3,u=e.getAttribute(`frameRate`)??``,d=e.getAttribute(`quality`)??void 0,f=u?su(u):void 0,m=`${e.getAttribute(`id`)??`id`+(S++).toString(10)}@${t===`video`?`${a}p`:t===`audio`?`${s}Kbps`:b}`,y=[...C,...l,...r],w,T=e.querySelector(`SegmentBase`),E=e.querySelector(`SegmentTemplate`)??p;if(T){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)):[];w={type:`byteRange`,url:h,initRange:r,indexRange:i?{from:a,to:o}:void 0}}else if(E){let t={representationId:e.getAttribute(`id`)??void 0,bandwidth:e.getAttribute(`bandwidth`)??void 0},n=parseInt(E.getAttribute(`timescale`)??``,10),r=E.getAttribute(`initialization`)??``,i=E.getAttribute(`media`),a=parseInt(E.getAttribute(`startNumber`)??``,10)??1,s=du(r,t);if(!i)throw ReferenceError(`No media attribute in SegmentTemplate`);let c=E.querySelectorAll(`SegmentTimeline S`)??[],l=[],u=0,d=``,f=0;if(c.length){let e=a,r=0;for(let a of c){let s=parseInt(a.getAttribute(`d`)??``,10),c=parseInt(a.getAttribute(`r`)??``,10)||0,d=parseInt(a.getAttribute(`t`)??``,10);r=Number.isFinite(d)?d:r;let f=s/n*1e3,p=r/n*1e3;for(let n=0;n<c+1;n++){let a=du(i,o(o({},t),{},{segmentNumber:e.toString(10),segmentTime:(r+n*s).toString(10)})),c=(p??0)+n*f,u=c+f;e++,l.push({time:{from:c,to:u},url:a})}r+=(c+1)*s,u+=(c+1)*f}f=r/n*1e3,d=du(i,o(o({},t),{},{segmentNumber:e.toString(10),segmentTime:r.toString(10)}))}else if(iu(_)){let e=parseInt(E.getAttribute(`duration`)??``,10)/n*1e3,r=Math.ceil(_/e),a=0;for(let n=1;n<r;n++){let r=du(i,o(o({},t),{},{segmentNumber:n.toString(10),segmentTime:a.toString(10)}));l.push({time:{from:a,to:a+e},url:r}),a+=e}f=a,d=du(i,o(o({},t),{},{segmentNumber:r.toString(10),segmentTime:a.toString(10)}))}w={type:`template`,baseUrl:h,segmentTemplateUrl:i,initUrl:s,totalSegmentsDurationMs:u,segments:l,nextSegmentBeyondManifest:{time:{from:f,to:1/0},url:d},timescale:n}}else throw ReferenceError(`Unknown MPD segment referencing type`);if(!t||!g)continue;let D={video:`video`,audio:`audio`,text:`text`}[t];if(!D)continue;v||=D,x={id:m,kind:D,segmentReference:w,profiles:y,duration:_,bitrate:s,mime:g,codecs:b,width:i,height:a,fps:f,quality:d}}y.language||=r,y.label||=f,y.mime||=g,y.codecs||=b,y.hdr||=v===`video`&&ru(b),y.representations.push(x)}if(v){let e=r[v].find(e=>e.id===y.id);if(e&&y.representations.every(e=>e.segmentReference.type===`template`))for(let t of e.representations){let e=y.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[v].push(y)}}return{duration:_,streams:r,baseUrls:a,live:g}};import{AbortControllerPolyfilled as pu}from"@vkontakte/videoplayer-shared/es2015";import{arrayAt as mu}from"@vkontakte/videoplayer-shared/es2015";import{requestIdleCallbackPolyfilled as hu}from"@vkontakte/videoplayer-shared/es2015";import{abortable as gu,assertNonNullable as _u,ErrorCategory as vu,flattenObject as B,fromEvent as yu,getExponentialDelay as bu,getWindow as xu,isAbortError as Su,isHigher as Cu,isNonNullable as V,isNullable as H,once as wu,Subject as Tu,Subscription as Eu,ValueSubject as Du}from"@vkontakte/videoplayer-shared/es2015";import{arrayAt as Ou}from"@vkontakte/videoplayer-shared/es2015";var ku=e=>e.valid;class U{get id(){return this.type}constructor(e,t){i(this,`source`,void 0),i(this,`boxParser`,void 0),i(this,`type`,void 0),i(this,`size`,void 0),i(this,`content`,void 0),i(this,`valid`,void 0),i(this,`children`,void 0),i(this,`cursor`,0),this.source=e,this.boxParser=t,this.children=[];let n=this.readUint32();this.type=this.readString(4),n===1&&(this.cursor+=8);let r=e.byteOffset+this.cursor,a;n===0||n===1?(this.size=void 0,this.valid=!1,a=void 0):n>e.byteLength?(this.size=n,this.valid=!1,a=Math.min(n-this.cursor,e.byteLength-this.cursor)):(this.size=n,this.valid=!0,a=n-this.cursor),this.content=new DataView(e.buffer,r,a)}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 Au extends U{}import{assertNever as ju}from"@vkontakte/videoplayer-shared/es2015";class Mu extends U{constructor(e,t){if(super(e,t),i(this,`userData`,void 0),!this.valid)return;let n=this.readString(16),r=new DataView(this.content.buffer,this.content.byteOffset+16,this.content.byteLength-16);this.userData=this.parseData(n,r)}parseData(e,t){switch(e){case`ondemandlivejson`:{let e=new TextDecoder(`ascii`).decode(t),n=JSON.parse(e);return{received:n[`t-in`],prepared:n[`t-out`]}}default:ju(e)}}}class Nu extends U{constructor(e,t){if(super(e,t),i(this,`majorBrand`,void 0),i(this,`minorVersion`,void 0),i(this,`compatibleBrands`,void 0),!this.valid)return;this.compatibleBrands=[],this.majorBrand=this.readString(4),this.minorVersion=this.readUint32();let n=new DataView(this.content.buffer,this.content.byteOffset+8,this.content.byteLength-8);for(let e=0;e<n.byteLength;e+=4){let e=this.readString(4);this.compatibleBrands.push(e)}}}class Pu extends U{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class Fu extends U{constructor(e,t){if(super(e,t),i(this,`version`,void 0),i(this,`flags`,void 0),!this.valid)return;let n=this.readUint32();this.version=n>>>24,this.flags=n&16777215,this.content=new DataView(this.content.buffer,this.content.byteOffset+4,this.content.byteLength-4)}}class Iu extends Fu{constructor(e,t){super(e,t),i(this,`creationTime`,void 0),i(this,`modificationTime`,void 0),i(this,`timescale`,void 0),i(this,`duration`,void 0),i(this,`rate`,void 0),i(this,`volume`,void 0),this.valid&&(this.creationTime=this.readUint32(),this.modificationTime=this.readUint32(),this.timescale=this.readUint32(),this.duration=this.readUint32(),this.rate=this.readUint32(),this.volume=this.readUint16())}}class Lu extends U{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class Ru extends U{constructor(e,t){super(e,t),i(this,`data`,void 0),this.data=this.content}}class zu extends Fu{get earliestPresentationTime(){return this.earliestPresentationTime32}get firstOffset(){return this.firstOffset32}constructor(e,t){if(super(e,t),i(this,`referenceId`,void 0),i(this,`timescale`,void 0),i(this,`earliestPresentationTime32`,void 0),i(this,`firstOffset32`,void 0),i(this,`earliestPresentationTime64`,void 0),i(this,`firstOffset64`,void 0),i(this,`reserved`,void 0),i(this,`referenceCount`,void 0),i(this,`segments`,void 0),this.valid){this.segments=[],this.referenceId=this.readUint32(),this.timescale=this.readUint32(),this.earliestPresentationTime32=this.readUint32(),this.firstOffset32=this.readUint32(),this.earliestPresentationTime64=0,this.firstOffset64=0,this.referenceCount=this.readUint32()&65535;for(let e=0;e<this.referenceCount;e++){let e=this.readUint32(),t=e>>>31,n=e<<1>>>1,r=this.readUint32();e=this.readUint32();let i=e>>>28,a=e<<3>>>3;this.segments.push({referenceType:t,referencedSize:n,subsegmentDuration:r,SAPType:i,SAPDeltaTime:a})}}}}class Bu extends U{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class Vu extends U{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class Hu extends Fu{constructor(e,t){if(super(e,t),i(this,`stereoMode`,void 0),this.valid){switch(this.readUint8()){case 0:this.stereoMode=0;break;case 1:this.stereoMode=1;break;case 2:this.stereoMode=2;break;case 3:this.stereoMode=3;break;case 4:this.stereoMode=4;break}this.cursor+=1}}}class Uu extends Fu{constructor(e,t){super(e,t),i(this,`poseYawDegrees`,void 0),i(this,`posePitchDegrees`,void 0),i(this,`poseRollDegrees`,void 0),this.valid&&(this.poseYawDegrees=this.readUint32(),this.posePitchDegrees=this.readUint32(),this.poseRollDegrees=this.readUint32())}}class Wu extends Fu{constructor(e,t){super(e,t),i(this,`projectionBoundsTop`,void 0),i(this,`projectionBoundsBottom`,void 0),i(this,`projectionBoundsLeft`,void 0),i(this,`projectionBoundsRight`,void 0),this.valid&&(this.projectionBoundsTop=this.readUint32(),this.projectionBoundsBottom=this.readUint32(),this.projectionBoundsLeft=this.readUint32(),this.projectionBoundsRight=this.readUint32())}}class Gu extends U{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class Ku extends Fu{constructor(e,t){super(e,t),i(this,`creationTime`,void 0),i(this,`modificationTime`,void 0),i(this,`trackId`,void 0),i(this,`duration`,void 0),i(this,`layer`,void 0),i(this,`alternateGroup`,void 0),i(this,`volume`,void 0),i(this,`matrix`,void 0),i(this,`width`,void 0),i(this,`height`,void 0),this.creationTime=this.readUint32(),this.modificationTime=this.readUint32(),this.trackId=this.readUint32(),this.cursor+=4,this.duration=this.readUint32(),this.cursor+=8,this.layer=this.readUint16(),this.alternateGroup=this.readUint16(),this.cursor+=2,this.cursor+=2,this.matrix=[[this.readUint32(),this.readUint32(),this.readUint32()],[this.readUint32(),this.readUint32(),this.readUint32()],[this.readUint32(),this.readUint32(),this.readUint32()]],this.width=this.readUint32(),this.height=this.readUint32()}}class qu extends U{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class Ju extends U{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class Yu extends Fu{constructor(e,t){super(e,t),i(this,`sequenceNumber`,void 0),this.valid&&(this.sequenceNumber=this.readUint32())}}class Xu extends U{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class Zu extends Fu{constructor(e,t){super(e,t),i(this,`trackId`,void 0),i(this,`baseDataOffset`,void 0),i(this,`sampleDescriptionIndex`,void 0),i(this,`defaultSampleDuration`,void 0),i(this,`defaultSampleSize`,void 0),i(this,`defaultSampleFlags`,void 0),this.trackId=this.readUint32(),this.flags&1&&(this.baseDataOffset=this.readUint64()),this.flags&2&&(this.sampleDescriptionIndex=this.readUint32()),this.flags&8&&(this.defaultSampleDuration=this.readUint32()),this.flags&16&&(this.defaultSampleSize=this.readUint32()),this.flags&32&&(this.defaultSampleFlags=this.readUint32())}}class Qu extends Fu{get baseMediaDecodeTime(){return this.version===1?this.baseMediaDecodeTime64:this.baseMediaDecodeTime32}constructor(e,t){super(e,t),i(this,`baseMediaDecodeTime32`,0),i(this,`baseMediaDecodeTime64`,BigInt(0)),this.version===1?this.baseMediaDecodeTime64=this.readUint64():this.baseMediaDecodeTime32=this.readUint32()}}class $u extends Fu{constructor(e,t){super(e,t),i(this,`sampleCount`,void 0),i(this,`dataOffset`,void 0),i(this,`firstSampleFlags`,void 0),i(this,`sampleDuration`,[]),i(this,`sampleSize`,[]),i(this,`sampleFlags`,[]),i(this,`sampleCompositionTimeOffset`,[]),i(this,`optionalFields`,0),this.sampleCount=this.readUint32(),this.flags&1&&(this.dataOffset=this.readUint32()),this.flags&4&&(this.firstSampleFlags=this.readUint32());for(let e=0;e<this.sampleCount;e++)this.flags&256&&this.sampleDuration.push(this.readUint32()),this.flags&512&&this.sampleSize.push(this.readUint32()),this.flags&1024&&this.sampleFlags.push(this.readUint32()),this.flags&2048&&this.sampleCompositionTimeOffset.push(this.readUint32())}}class ed extends U{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class td extends Fu{constructor(e,t){super(e,t),i(this,`entryCount`,void 0),this.valid&&(this.entryCount=this.readUint32(),this.children=this.scanForBoxes(new DataView(this.content.buffer,this.content.byteOffset+4,this.content.byteLength-4)))}}class nd extends U{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 rd={ftyp:Nu,moov:Pu,mvhd:Iu,moof:Lu,mdat:Ru,sidx:zu,trak:Bu,mdia:Gu,mfhd:Yu,tkhd:Ku,traf:Xu,tfhd:Zu,tfdt:Qu,trun:$u,minf:qu,sv3d:Vu,st3d:Hu,prhd:Uu,proj:Ju,equi:Wu,uuid:Mu,stbl:ed,stsd:td,avc1:nd,unknown:Au};class id{constructor(e={}){i(this,`options`,void 0),this.options=o({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||!ku(i))break;t.push(i),n+=i.size}return t}createBox(e,t){let n=rd[e];return n?new n(t,new id):new Au(t,new id)}}class ad{constructor(e){i(this,`index`,void 0),this.index={},this.indexBoxLevel(e)}indexBoxLevel(e){e.forEach(e=>{var t,n;ku(e)&&((t=this.index)[n=e.type]??(t[n]=[]),this.index[e.type].push(e),e.children.length>0&&this.indexBoxLevel(e.children))})}find(e){return this.index[e]&&this.index[e][0]?this.index[e][0]:null}findAll(e){return this.index[e]||[]}}var od=new TextDecoder(`ascii`),sd={validateData:e=>od.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 ad(new id().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 zu(e,new id),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 ad(new id().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 ad(new id().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 ad(new id().parse(e)),n={},r=Ou(t.findAll(`uuid`),-1);return r?{serverDataReceivedTimestamp:r.userData.received,serverDataPreparedTime:r.userData.received}:n},getTimescaleFromIndex:e=>new ad(new id().parse(e)).find(`sidx`)?.timescale};import{arrayIncludes as cd}from"@vkontakte/videoplayer-shared/es2015";import{assertNonNullable as ld,isNonNullable as ud,isNullable as dd}from"@vkontakte/videoplayer-shared/es2015";import{assertNever as fd}from"@vkontakte/videoplayer-shared/es2015";var pd={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`}},md=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=hd(e,n),i=r in pd,a=i?pd[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=hd(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}},hd=(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},gd=(e,t)=>{switch(t){case`int`:return e.getInt8(0);case`uint`:return hd(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:fd(t)}},_d=(e,t)=>{let n=0;for(;n<e.byteLength;){let r=md(new DataView(e.buffer,e.byteOffset+n));if(!t(r))return;r.type===`master`&&_d(r.value,t),n=r.value.byteOffset-e.byteOffset+r.valueSize}},vd=e=>{if(e.getUint32(0)!==440786851)return!1;let t,n,r;return _d(md(e).value,({tag:e,type:i,value:a})=>(e===17143?t=gd(a,i):e===17026?n=gd(a,i):e===17029&&(r=gd(a,i)),!0)),(t===void 0||t<=1)&&n!==void 0&&n===`webm`&&(r===void 0||r<=2)},yd=[357149030,290298740,374648427,174,224,30320,30321,30322,272869232,524531317,475249515,423732329,307544935],bd=[231,22612,22743,167,171,163,160,175],xd={validateData:vd,parseInit:e=>{let t,n,r,i,a=!1,o=!1,s=!1,c,l,u=!1;return _d(e,({tag:e,type:d,value:f,valueSize:p})=>(e===21419?l=hd(gd(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=gd(f,d):e===17545?i=gd(f,d):e===21420&&l===475249515?c=gd(f,d):e===374648427?_d(f,({tag:e,type:t,value:n})=>e===30321?(u=gd(n,t)===1,!1):!0):a&&o&&cd(yd,e)&&(s=!0),!s)),ld(t,`Failed to parse webm Segment start`),ld(n,`Failed to parse webm Segment end`),ld(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(dd(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=>ud(e.time)&&ud(e.position),a=[],o;return _d(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=gd(s,t));break;case 183:break;case 241:o&&(o.position=gd(s,t));break;default:n&&cd(yd,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{_d(e,r=>r.tag===524531317?r.tagSize<=e.byteLength?(t=r.tagSize,!1):(t+=r.tagHeaderSize,!0):cd(bd,r.tag)?(t+r.tagSize<=e.byteLength&&(t+=r.tagSize,n||=cd([163,160,175],r.tag)),!0):!1)}catch{}return t>0&&t<=e.byteLength&&n?new DataView(e.buffer,e.byteOffset,t):null}},Sd=e=>{let t=/^(.+)\/([^;]+)(?:;.*)?$/.exec(e);if(t){let[,e,n]=t;if(e===`audio`||e===`video`)switch(n){case`webm`:return xd;case`mp4`:return sd}}throw ReferenceError(`Unsupported mime type ${e}`)};import{stringAt as Cd}from"@vkontakte/videoplayer-shared/es2015";import{videoSizeToQuality as wd}from"@vkontakte/videoplayer-shared/es2015";var Td=({id:e,width:t,height:n,bitrate:r,fps:i,quality:a,streamId:o,tvDisabled:s})=>{let c=(a?vr(a):void 0)??wd({width:t,height:n});return c&&{id:e,quality:c,bitrate:r,size:{width:t,height:n},fps:i,streamId:o,tvDisabled:s}},Ed=({id:e,bitrate:t})=>({id:e,bitrate:t}),Dd=({language:e,label:t},{id:n,url:r,isAuto:i})=>({id:n,url:r,isAuto:i,type:`internal`,language:e,label:t}),Od=({language:e,label:t,id:n,url:r,isAuto:i})=>({id:n,url:r,isAuto:i,type:`internal`,language:e,label:t}),kd=({id:e,language:t,label:n,codecs:r,isDefault:i,channels:a})=>({id:e,language:t,label:n,codec:Cd(r.split(`.`),0),isDefault:i,channels:a}),Ad=({id:e,language:t,label:n,hdr:r,codecs:i})=>({id:e,language:t,hdr:r,label:n,codec:Cd(i.split(`.`),0)}),jd=e=>`url`in e,Md=e=>e.type===`template`;class Nd{constructor(e,t,n,{fetcher:r,tracer:a,tuning:o,getCurrentPosition:s,getCurrentStallDuration:l,manifest:u}){i(this,`error$`,new Tu),i(this,`playingRepresentation$`,new Du(void 0)),i(this,`playingRepresentationInit$`,new Du(void 0)),i(this,`currentSegmentLength$`,new Du(0)),i(this,`onLastSegment$`,new Du(!1)),i(this,`fullyBuffered$`,new Du(!1)),i(this,`kind`,void 0),i(this,`nativeBufferManager`,void 0),i(this,`fetcher`,void 0),i(this,`tracer`,void 0),i(this,`tuning`,void 0),i(this,`representations`,void 0),i(this,`playingRepresentationId`,void 0),i(this,`downloadingRepresentationId`,void 0),i(this,`switchingRepresentationId`,void 0),i(this,`initData`,new Map),i(this,`initDataPromises`,new Map),i(this,`idleCallbacks`,new Map),i(this,`parsedInitData`,new Map),i(this,`forwardBufferRepresentations`,new Map),i(this,`segments`,new Map),i(this,`containerParser`,void 0),i(this,`bufferPlaybackQueue`,[]),i(this,`downloadingBufferItems`,[]),i(this,`preloadOnly`,!1),i(this,`forwardBufferTarget`,void 0),i(this,`failedDownloads`,0),i(this,`lastDataObtainedTimestampMs`,0),i(this,`loadByteRangeSegmentsTimeoutId`,0),i(this,`currentVirtualBufferSize`,0),i(this,`baseUrls`,[]),i(this,`baseUrlsIndex`,0),i(this,`maintainPlaybackBufferMutex`,!1),i(this,`maintainNativeBufferMutex`,!1),i(this,`bufferClearingMutex`,!1),i(this,`abortNativeBufferMutex`,!1),i(this,`switchMutex`,!1),i(this,`seekMutex`,!1),i(this,`destroyAbortController`,new pu),i(this,`switchAbortController`,new pu),i(this,`downloadAbortController`,new pu),i(this,`subscription`,new Eu),i(this,`getCurrentPosition`,void 0),i(this,`getCurrentStallDuration`,void 0),i(this,`startWith`,gu(this.destroyAbortController.signal,function(){var e=c(function*(e){let t=this.representations.get(e);_u(t,`Cannot find representation ${e}`);let n=this.tracer.createComponentTracer(`startWith`);n.log(`start representation`,B({id:e})),this.playingRepresentationId=e,this.downloadingRepresentationId=e,this.containerParser=Sd(t.mime),this.nativeBufferManager.init(t.mime,t.codecs,this.tuning.dash.useAbortMSEFix),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);_u(r,`No init buffer for starting representation`),_u(i,`No segments for starting representation`),n.log(`started native buffer init segment append`),yield this.nativeBufferManager.addInitSegment(r),n.log(`ended native buffer init segment append`),this.playingRepresentation$.next(this.playingRepresentationId),this.playingRepresentationInit$.next(a),n.end()});return function(t){return e.apply(this,arguments)}}().bind(this))),this.kind=e,this.nativeBufferManager=t,this.fetcher=r,this.tracer=a.createComponentTracer(`${this.kind} virtualBuffer`),this.tuning=o,this.getCurrentPosition=s,this.getCurrentStallDuration=l,this.forwardBufferTarget=o.dash.forwardBufferTargetAuto,this.baseUrls=u?.baseUrls??[],this.representations=new Map(n.map(e=>[e.id,e]))}switchTo(e,t=`default`){var n=this;return a(function*(){if(e===n.downloadingRepresentationId||e===n.switchingRepresentationId)return;let r=n.tracer.createComponentTracer(`switchTo`);return r.log(`abort previous switchTo`),n.switchAbortController.abort(),n.switchMutex=!1,r.log(`switchMutex released`),n.switchAbortController=new pu,n.getSwitchWithAbort(r)(e,t)})()}getSwitchWithAbort(e){return gu(this.switchAbortController.signal,function(){var t=c(function*(t,n){if(!H(this.downloadingRepresentationId)){this.switchMutex=!0,e.log(`switchMutex captured`);try{e.log(`start`,B({newRepresentationId:t,mode:n})),this.switchingRepresentationId=t;let r=this.representations.get(this.downloadingRepresentationId),i=this.representations.get(t);_u(i,`No such representation ${t}`),_u(r,`No such representation ${this.downloadingRepresentationId}`),e.log(`abortDownload`),yield 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(H(a)||H(o))return;let s=e=>e.segment.bufferStatus!==`fed`,c=e=>{let t=this.representations.get(e.representationId);return _u(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`,B({bufferPlaybackQueue:this.bufferPlaybackQueue})),this.bufferPlaybackQueue.filter(l).forEach(e=>e.segment.bufferStatus=`none`),this.bufferPlaybackQueue=this.bufferPlaybackQueue.filter(e=>!l(e)),e.log(`bufferPlaybackQueue after`,B({bufferPlaybackQueue:this.bufferPlaybackQueue})),this.downloadingRepresentationId=t,this.switchingRepresentationId=null,this.bufferPlaybackQueue.length?(e.log(`switchTo with maintain`),yield this.maintain()):(e.log(`switchTo with seek`),yield this.prepareSeek(),yield this.seek(this.getCurrentPosition()))}finally{this.switchMutex=!1,e.log(`switchMutex released`),e.end()}}});return function(e,n){return t.apply(this,arguments)}}().bind(this))}prepareSeek(){var e=this;return a(function*(){let t=e.tracer.createComponentTracer(`prepareSeek`);e.seekMutex=!0,t.log(`seekMutex captured`);try{t.log(`started abort`),yield e.abort(),t.log(`started clearBuffer`),yield e.clearBuffer(),t.log(`ended clearBuffer`)}catch{t.error(`seekMutex released`),e.seekMutex=!1}t.end()})()}seek(e){var t=this;return a(function*(){let n=t.tracer.createComponentTracer(`seek ${e}`);t.seekMutex=!1,n.log(`seekMutex released`),n.log(`maintain started`),yield t.maintain(e),n.log(`maintain ended`),n.end()})()}maintain(){var e=this;return a(function*(t=this.getCurrentPosition()){H(t)||(yield e.maintainPlaybackBuffer(t),yield e.maintainNativeBuffer(),e.actualizeLastSegmentInfo(t))}).apply(this,arguments)}getForwardBufferRepresentations(e=this.getCurrentPosition()){if(this.forwardBufferRepresentations.clear(),V(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=V(e)&&V(n)?n.segment.time.to-e:0;return Math.max(r,0)}getPlaybackBufferState(){return this.bufferPlaybackQueue.length?{from:this.bufferPlaybackQueue[0].segment.time.from,to:this.bufferPlaybackQueue[this.bufferPlaybackQueue.length-1].segment.time.to}:null}abort(){var e=this;return a(function*(){e.abortDownload(),yield e.abortNativeBuffer()})()}findSegmentStartTime(e){let t=this.downloadingRepresentationId??this.playingRepresentationId??``;return(this.segments.get(t)?.find(t=>t.time.from<=e&&t.time.to>=e))?.time.from}getRepresentationInitialTime(){return H(this.playingRepresentationId)?0:(this.segments.get(this.playingRepresentationId)?.[0].time.from??0)/1e3}getMutexInfo(){let e=``;return this.seekMutex&&(e+=`seek `),this.abortNativeBufferMutex&&(e+=`abort `),this.maintainNativeBufferMutex&&(e+=`maintainNative `),this.maintainPlaybackBufferMutex&&(e+=`maintainPlayback `),this.bufferClearingMutex&&(e+=`bufferClear `),this.switchMutex&&(e+=`switch `),e}calculateDurationFromSegments(){if(!this.playingRepresentationId)return 0;let e=this.segments.get(this.playingRepresentationId);return(e?mu(e,-1)?.time.to:0)||0}getActiveSegmentProgress(){let e;for(let t of this.downloadingBufferItems)t.segment.networkStatus!==`downloading`||H(t.startedAtMs)||(!e||t.segment.time.from<e.segment.time.from)&&(e=t);if(!(!e||H(e.startedAtMs)))return{startedAtMs:e.startedAtMs,loadedBytes:e.segment.loadedBytes??0,totalBytes:V(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=xu();if(this.initData.clear(),this.initDataPromises.clear(),this.segments.clear(),this.parsedInitData.clear(),this.representations.clear(),this.downloadAbortController.abort(),this.switchAbortController.abort(),this.destroyAbortController.abort(),this.subscription.unsubscribe(),e.cancelIdleCallback)for(let t of this.idleCallbacks.values())e.cancelIdleCallback(t);this.idleCallbacks.clear(),e.clearTimeout(this.loadByteRangeSegmentsTimeoutId),this.tracer.log(`destroy`),this.tracer.end()}forceSwitchCondition(e,t){let n=!0;if(this.kind===`video`){let r=Td(e),i=Td(t);n=V(r)&&V(i)&&Cu(i.quality,r.quality)}else if(this.kind===`audio`){let r=Ed(e),i=Ed(t);n=V(r?.bitrate)&&V(i?.bitrate)&&i.bitrate>r.bitrate}return n}clearBuffer(){var e=this;return a(function*(){let t=e.tracer.createComponentTracer(`clearBuffer`);e.bufferClearingMutex=!0,t.log(`bufferClearingMutex captured`);try{t.log(`clearBuffer`,B({queue:e.bufferPlaybackQueue.slice(0,5)})),yield e.nativeBufferManager.clear(e.destroyAbortController.signal),e.bufferPlaybackQueue.forEach(e=>e.segment.bufferStatus=`none`),e.bufferPlaybackQueue=[]}finally{e.bufferClearingMutex=!1,t.log(`bufferClearingMutex released`),t.end()}})()}abortDownload(){this.downloadAbortController.abort(),this.downloadAbortController=new pu,this.abortDownloadingItems(),this.maintainPlaybackBufferMutex=!1}abortDownloadingItems(){for(let e of this.downloadingBufferItems)e.segment.networkStatus===`downloading`&&(e.segment.networkStatus=`none`,e.segment.loadedBytes=0,e.segment.feedingBytes=0,e.segment.fedBytes=0,e.segment.data=null,e.startedAtMs=void 0);this.downloadingBufferItems=[]}abortNativeBuffer(){var e=this;return a(function*(){let t=e.tracer.createComponentTracer(`abortNativeBuffer`);t.log(`abortNativeBufferMutex captured`),e.abortNativeBufferMutex=!0;try{t.log(`abortNativeBuffer`,B({bufferState:e.nativeBufferManager.getBufferState()}));let n=e.playingRepresentationId&&e.initData.get(e.playingRepresentationId),r=n instanceof ArrayBuffer?n:void 0;return yield e.nativeBufferManager.abortBuffer(r)}finally{e.abortNativeBufferMutex=!1,t.log(`abortNativeBufferMutex released`),e.tuning.dash.useAbortResetNativeBufferMutex&&(e.maintainNativeBufferMutex=!1),t.end()}})()}loadInits(){var e=this;return a(function*(){for(let[t,n]of e.representations)e.idleCallbacks.set(n.id,hu(function(){var t=a(function*(t){return yield e.loadInitIfNeeded(n,`low`,!1)});return function(e){return t.apply(this,arguments)}}()))})()}loadInitIfNeeded(e,t=`auto`,n=!1){var r=this;return a(function*(){let i=r.initDataPromises.get(e.id),a;a=r.initData.has(e.id)&&r.segments.has(e.id)?Promise.resolve():V(i)?i:r.loadInit(e,t,n),yield a})()}loadInit(e,t=`auto`,n=!1){var r=this;return a(function*(){try{let n=r.tuning.dash.useFetchPriorityHints?t:`auto`,i=r.fetcher.fetchRepresentation(e.segmentReference,r.containerParser,r.downloadAbortController.signal,n);r.initDataPromises.set(e.id,i);let{initMetadata:a,initDataView:o,segments:s}=(yield i)??{};if(r.initDataPromises.delete(e.id),H(o)||H(s))return;a&&r.parsedInitData.set(e.id,a);let c=o.buffer.slice(o.byteOffset,o.byteOffset+o.byteLength);r.initData.set(e.id,c),r.segments.set(e.id,s),r.failedDownloads=0}catch(e){n&&!Su(e)&&r.error$.next({id:`LoadInits`,category:vu.WTF,message:`loadInit threw`,thrown:e})}})()}maintainNativeBuffer(){var e=this;return a(function*(){let t=e.getCurrentPosition(),n=e.segments.get(e.downloadingRepresentationId??``),r=n?.[n?.length-1];if(H(t)||H(r)||e.maintainNativeBufferMutex||e.abortNativeBufferMutex||e.bufferClearingMutex||e.switchMutex||e.seekMutex||e.preloadOnly)return;let i;e.maintainNativeBufferMutex=!0;try{let n=e.bufferPlaybackQueue.find(n=>e.withinInterval(t,n.segment.time)),a=e.bufferPlaybackQueue.find(e=>e.segment.bufferStatus!==`fed`),o=e.initData.get(a?.representationId??``),s=e.bufferPlaybackQueue[0],c=e.destroyAbortController.signal,l=(e.getCurrentStallDuration()??0)>0;e.tuning.dash.useBufferHoldingOnlyOnStall&&(l&&=t>0);let u=Math.min(e.tuning.dash.minSafeBufferToPlay,r.time.to-t),d=l?e.getForwardPlaybackBufferDuration()>=u:!0;V(o)&&V(a)&&V(n)&&e.playingRepresentationId!==a.representationId&&e.withinAppendInterval(t,a.segment.time)&&(a===n||n.segment.bufferStatus===`fed`)&&(i??=e.tracer.createComponentTracer(`nativeMaintain ${t}`),i.log(`abortNativeBuffer`),yield e.abortNativeBuffer(),i.log(`start addInitSegment`),yield e.nativeBufferManager.addInitSegment(o,c),i.log(`end addInitSegment`),e.playingRepresentationId=a.representationId,e.playingRepresentation$.next(e.playingRepresentationId),i.log(`playingRepresentationId`,B({id:a.representationId}))),V(a)&&e.withinAppendInterval(t,a.segment.time)&&d&&(i??=e.tracer.createComponentTracer(`nativeMaintain ${t}`),a.segment.loadedBytes===a.segment.size&&a.segment.bufferStatus===`none`?(i.log(`started appendSegmentFully`),yield e.appendSegmentFully(a,c),i.log(`ended appendSegmentFully`)):(i.log(`started appendSegmentPartially`),yield e.appendSegmentPartially(a,c),i.log(`ended appendSegmentPartially`))),V(s)&&V(n)&&e.withinRemoveInterval(t,s.segment.time)&&s.segment.time.to<n.segment.time.from+1&&(i??=e.tracer.createComponentTracer(`nativeMaintain ${t}`),i.log(`started removeSegment`),yield e.removeSegment(s,c),i.log(`ended removeSegment`)),i?.log(`currentPosition`,B({currentPosition:t})),i?.log(`currentPlayingItem`,B(n)),i?.log(`nextPlayingItem`,B(a)),i?.log(`nextRemoveItem`,B(s)),i?.log(`queue`,B(e.bufferPlaybackQueue.slice(0,5))),i?.log(`buffer`,B(e.nativeBufferManager.getBufferState()??{})),e.pruneVirtualBuffer(t)}finally{e.maintainNativeBufferMutex=!1,i?.log(`maintainNativeBufferMutex released`),i?.end()}})()}maintainPlaybackBuffer(e){var t=this;return a(function*(){_u(t.downloadingRepresentationId);let n=t.segments.get(t.downloadingRepresentationId),r=t.representations.get(t.downloadingRepresentationId);if(H(n)||H(r)||t.maintainPlaybackBufferMutex||t.abortNativeBufferMutex||t.bufferClearingMutex||t.switchMutex||t.seekMutex)return;let i;t.maintainPlaybackBufferMutex=!0;try{let a=n.find(t=>e>=t.time.from&&e<t.time.to);V(a)&&isFinite(a.time.from)&&isFinite(a.time.to)&&t.currentSegmentLength$.next(a?.time.to-a.time.from),t.downloadingBufferItems.length||(t.downloadingBufferItems=t.selectDownloadingItems(e,n)),t.downloadingBufferItems.length&&(i=t.tracer.createComponentTracer(`playbackMaintain ${e}`)),i?.log(`maintainPlaybackBufferMutex captured`),i?.log(`currentSegment`,B(a)),i?.log(`downloadingBufferItems`,B(t.downloadingBufferItems)),i?.log(`processCachedItems`),yield t.processCachedItems();let o=t.selectItemsToLoad();i?.log(`itemsToLoad`,B(o)),yield t.loadItems(o,r),i?.log(`items downloaded`,B(o))}finally{t.maintainPlaybackBufferMutex=!1,i?.log(`maintainPlaybackBufferMutex released`),i?.end()}})()}actualizeLastSegmentInfo(e){let t=this.segments.get(this.downloadingRepresentationId??``);if(H(t)||t.length===0)return;let n=t[t?.length-1];H(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){_u(this.downloadingRepresentationId);let n=this.getPlaybackBufferState(),r,i;V(n)&&this.withinInterval(e,n)?(i=this.forwardBufferTarget-this.getForwardPlaybackBufferDuration(e),r=this.bufferPlaybackQueue[this.bufferPlaybackQueue.length-1].segmentIndex+1):(i=this.forwardBufferTarget,r=t.findIndex(t=>this.withinInterval(e,t.time))),r=r===-1?0:r;let a=[];for(;r<t.length&&i>0;){a.push({representationId:this.downloadingRepresentationId,segmentIndex:r,segment:t[r]});let{from:e,to:n}=t[r].time;i-=n-e,r++}return a}processCachedItems(){var e=this;return a(function*(){let t=[...e.downloadingBufferItems];for(;t.length&&t[0].segment.networkStatus===`downloaded`;)yield e.onDownloadItem(t[0]),t.shift()})()}withinInterval(e,{from:t,to:n},r=this.tuning.dash.bufferTolerance,i=0){return V(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 V(e)?e-n>t:!1}getExponentialDownloadDelay(){return gu(this.downloadAbortController.signal,c(function*(){let e=bu(this.failedDownloads,this.tuning.downloadBackoff);yield new Promise(t=>{let n=xu();this.loadByteRangeSegmentsTimeoutId=n.setTimeout(t,e),this.subscription.add(yu(n,`online`).pipe(wu()).subscribe(()=>{t(),n.clearTimeout(this.loadByteRangeSegmentsTimeoutId)}))})}).bind(this))}waitExponentialDownloadDelay(){var e=this;return a(function*(){yield e.getExponentialDownloadDelay()()})()}appendSegmentFully(e,t){var n=this;return a(function*(){H(e.segment.data)||(e.segment.feedingBytes=e.segment.size,(yield n.nativeBufferManager.append(e.segment.data,t))&&(e.segment.fedBytes=e.segment.size,n.onItemFullyAppended(e)))})()}appendSegmentPartially(e,t){var n=this;return a(function*(){if(H(e.segment.data)||H(e.segment.loadedBytes)||H(e.segment.feedingBytes)||H(e.segment.fedBytes)||H(e.segment.size))return;let r=e.segment.data,i=new DataView(r.buffer,r.byteOffset+e.segment.feedingBytes,r.byteLength-e.segment.feedingBytes),a=e.segment.loadedBytes===e.segment.size?i:n.parseFeedableSegmentChunk(i);a?.byteLength&&(e.segment.bufferStatus=`partially_fed`,e.segment.feedingBytes+=a.byteLength,(yield n.nativeBufferManager.append(a,t))&&(e.segment.fedBytes+=a.byteLength,e.segment.fedBytes===e.segment.size&&n.onItemFullyAppended(e)))})()}parseFeedableSegmentChunk(e){return this.containerParser.parseFeedableSegmentChunk(e,!1)}onItemFullyDownloaded(e){e.segment.networkStatus=`downloaded`}onItemFullyAppended(e){e.segment.bufferStatus=`fed`}removeSegment(e,t){var n=this;return a(function*(){let{from:r,to:i}=e.segment.time,a=(i-r)/4;(yield n.nativeBufferManager.remove(0,i-a,t))&&(e.segment.fedBytes=0,e.segment.feedingBytes=0,e.segment.bufferStatus=`none`,n.bufferPlaybackQueue.shift())})()}onDownloadItem(e){var t=this;return a(function*(){if(!t.downloadingBufferItems.find(t=>t===e))return;let n=t.getCurrentPosition();return t.downloadingBufferItems=t.downloadingBufferItems.filter(t=>t!==e||t.segment.networkStatus!==`downloaded`),(t.preloadOnly||V(n)&&!t.withinRemoveInterval(n,e.segment.time))&&!t.bufferPlaybackQueue.find(t=>t===e)&&t.bufferPlaybackQueue.push(e),t.maintainNativeBuffer()})()}pruneVirtualBuffer(e){let t=this.tracer.createComponentTracer(`prune `+e),{maxVirtualBufferSize:n,virtualBufferPruneSize:r,bufferPruningSafeZone:i}=this.tuning.dash;if(this.currentVirtualBufferSize<n)return;let a=this.currentVirtualBufferSize-n+r;t.log(`bytesToPrune`,{bytesToPrune:a});for(let n of this.segments.values())for(let r of n)V(r.size)&&a>0&&r.time.to<=e-i&&r.bufferStatus===`none`&&r.networkStatus===`downloaded`&&(t.log(`before position prune`,B(r)),r.data=null,r.networkStatus=`none`,this.currentVirtualBufferSize-=r.size,a-=r.size);for(let n of this.segments.values())for(let r of[...n].reverse())V(r.size)&&a>0&&r.time.from>=e+i&&r.bufferStatus===`none`&&r.networkStatus===`downloaded`&&!this.bufferPlaybackQueue.find(e=>e.segment===r)&&!this.downloadingBufferItems.find(e=>e.segment===r)&&(t.log(`after position prune`,B(r)),r.data=null,r.networkStatus=`none`,this.currentVirtualBufferSize-=r.size,a-=r.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 Pd,getWindow as Fd,isNonNullable as Id,isNullable as Ld,now as Rd,isAbortError as zd}from"@vkontakte/videoplayer-shared/es2015";class Bd extends Nd{constructor(e,t,n,r){super(e,t,n,r)}loadItems(t,n,r=`auto`){var i=this;return a(function*(){let{signal:a}=i.downloadAbortController;if(a.aborted||!t.length)return;let s=i.prepareFetchParams(t,n),{url:c}=s,u=l(s,e);if(i.failedDownloads&&(yield i.waitExponentialDownloadDelay()),a.aborted)return;let d=Fd().performance.now();for(let e of t)e.startedAtMs=d;try{yield i.fetcher.fetch(c,o(o({},u),{},{priority:r,urlCacheMechanismEnabled:!0})),i.lastDataObtainedTimestampMs=Rd(),i.failedDownloads=0}catch(e){i.abortDownloadingItems(),zd(e)||(i.failedDownloads++,i.updateRepresentationsBaseUrlIfNeeded())}})()}selectItemsToLoad(){let e=0,t=0,n=[],r=this.preloadOnly?0:this.tuning.dash.segmentRequestSize,i=this.preloadOnly?this.forwardBufferTarget:0,a=0;for(;a<this.downloadingBufferItems.length&&this.downloadingBufferItems[a].segment.networkStatus===`none`&&(e<=r||t<=i);){let r=this.downloadingBufferItems[a],i=r.segment;i.networkStatus=`downloading`,i.loadedBytes=0,i.feedingBytes=0,i.fedBytes=0,n.push(r),e+=i.byte.to+1-i.byte.from,t+=i.time.to+1-i.time.from,a++}return n}prepareFetchParams(e,t){var n=this;if(Co(t.segmentReference))throw Error(`Representation is not byte range type`);let{signal:r}=this.downloadAbortController,i=t.segmentReference.url,o={from:e[0].segment.byte.from,to:e[e.length-1].segment.byte.to};return{url:i,range:o,onProgress:function(){var i=a(function*(i,a){if(!r.aborted)try{n.lastDataObtainedTimestampMs=Rd(),yield n.onSomeDataLoaded({downloadingItems:e,dataView:i,loaded:a,signal:r,globalFrom:o?o.from:0,representationId:t.id})}catch(e){n.error$.next({id:`SegmentFeeding`,category:Pd.VIDEO_PIPELINE,message:`Error when feeding segments`,thrown:e})}});return function(e,t){return i.apply(this,arguments)}}(),signal:r,bufferOptimisation:this.tuning.dash.fetcherBufferOptimisation}}onSomeDataLoaded({downloadingItems:e,dataView:t,representationId:n,globalFrom:r,loaded:i,signal:o}){var s=this;return a(function*(){let a=s.representations.get(n);if(!(!s.downloadingBufferItems.length||Ld(a)||Ld(r)||o.aborted))for(let n of e){let{segment:e}=n,a=e.byte.from-r,o=e.byte.to-r,c=a<i,l=o<=i;!c||Ld(e.size)||(e.networkStatus===`downloading`&&e.bufferStatus===`none`&&l?(e.data=new DataView(t.buffer,t.byteOffset+a,e.size),s.currentVirtualBufferSize+=e.size,s.onItemFullyDownloaded(n),e.loadedBytes=Math.min(e.size,i-a),yield s.onDownloadItem(n)):Id(e.feedingBytes)&&s.tuning.dash.enableSubSegmentBufferFeeding&&e.networkStatus===`downloading`&&(e.loadedBytes=Math.min(e.size,i-a),l&&(s.currentVirtualBufferSize+=e.size,s.onItemFullyDownloaded(n)),e.loadedBytes>e.feedingBytes&&(e.data=new DataView(t.buffer,t.byteOffset+a,e.loadedBytes),yield s.onDownloadItem(n))))}})()}updateRepresentationBaseUrl(e,t){if(Co(e.segmentReference))throw Error(`Representation is not byte range type`);e.segmentReference.url=t}}import{ErrorCategory as Vd,getWindow as Hd,isAbortError as Ud,isNullable as Wd,now as Gd}from"@vkontakte/videoplayer-shared/es2015";class Kd extends Nd{constructor(e,t,n,r){super(e,t,n,r)}loadItems(e,n,r=`auto`){var i=this;return a(function*(){let{signal:a}=i.downloadAbortController;if(a.aborted||!e.length)return;let s=i.prepareFetchParams(e,n),{url:c}=s,u=l(s,t);if(i.failedDownloads&&(yield i.waitExponentialDownloadDelay()),a.aborted)return;let d=Hd().performance.now();for(let t of e)t.startedAtMs=d;try{let t=yield i.fetcher.fetch(c,o(o({},u),{},{priority:r}));if(i.lastDataObtainedTimestampMs=Gd(),Wd(t))return;let n=e[0],a=new DataView(t);n.segment.size=a.byteLength,n.segment.loadedBytes=a.byteLength,n.segment.data=a,i.onItemFullyDownloaded(n),yield i.onDownloadItem(n),i.failedDownloads=0}catch(e){i.abortDownloadingItems(),Ud(e)||(i.failedDownloads++,i.updateRepresentationsBaseUrlIfNeeded())}})()}selectItemsToLoad(){let e=[];for(let t of this.downloadingBufferItems){let n=t.segment;n.networkStatus=`downloading`,n.size=1/0,n.loadedBytes=0,n.feedingBytes=0,n.fedBytes=0,e.push(t)}return e}prepareFetchParams(e,t){var n=this;let r=this.getFetchUrl(e,t).toString(),{signal:i}=this.downloadAbortController;return{url:r,onProgress:function(){var r=a(function*(r,a){if(!i.aborted)try{n.lastDataObtainedTimestampMs=Gd(),yield n.onSomeDataLoaded({downloadingItems:e,dataView:r,loaded:a,signal:i,representationId:t.id})}catch(e){n.error$.next({id:`SegmentFeeding`,category:Vd.VIDEO_PIPELINE,message:`Error when feeding segments`,thrown:e})}});return function(e,t){return r.apply(this,arguments)}}(),signal:i,bufferOptimisation:this.tuning.dash.fetcherBufferOptimisation}}getFetchUrl(e,t){if(!Co(t.segmentReference))throw Error(`Representation is not template type`);return new URL(e[0].segment.url,t.segmentReference.baseUrl)}onSomeDataLoaded({downloadingItems:e,dataView:t,representationId:n,loaded:r,signal:i}){var o=this;return a(function*(){let a=e[0],{segment:s}=a,c=o.representations.get(n);!o.downloadingBufferItems.length||Wd(c)||Wd(s.feedingBytes)||s.networkStatus!==`downloading`||i.aborted||(s.loadedBytes=r,s.loadedBytes>s.feedingBytes&&o.tuning.dash.enableSubSegmentBufferFeeding&&(s.data=new DataView(t.buffer,t.byteOffset,s.loadedBytes),yield o.onDownloadItem(a)))})()}updateRepresentationBaseUrl(e,t){if(!Co(e.segmentReference))throw Error(`Representation is not template type`);e.segmentReference.baseUrl=t}}import{arrayFlatMap as qd}from"@vkontakte/videoplayer-shared/es2015";import{assertNonNullable as Jd,ErrorCategory as Yd,isNullable as Xd,ValueSubject as Zd}from"@vkontakte/videoplayer-shared/es2015";class Qd extends Kd{constructor(e,t,n,r){super(e,t,n,r),i(this,`currentLiveSegmentServerLatency$`,new Zd(0)),i(this,`currentLowLatencySegmentLength$`,new Zd(0)),i(this,`liveInitialAdditionalOffset`,0),i(this,`isSeekingLive`,!1),i(this,`isActiveLowLatency`,void 0),this.isActiveLowLatency=r.isActiveLowLatency}updateManifest(e){if(!e||[...this.segments.values()].every(e=>!e.length))return;let t=qd(e.streams[this.kind],e=>e.representations);for(let e of t){if(Xd(e)||!Co(e.segmentReference))return;let t=e.segmentReference.segments.map(e=>o(o({},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;Jd(e);let t=this.segments.get(e);if(t?.length){let n={representationId:e,segmentIndex:t.length-1,segment:t[t.length-1]};this.updateLowLatencyLive(n)}}getLiveSegmentsToLoadState(e){let t=e?.streams[this.kind],n=(t==null?void 0:qd(t,e=>e.representations)).find(e=>e.id===this.downloadingRepresentationId);if(Xd(n))return;let r=this.segments.get(n.id);if(r?.length)return{from:r[0].time.from,to:r[r.length-1].time.to}}getRepresentationInitialTime(){if(Xd(this.playingRepresentationId))return 0;let e=this.representations.get(this.playingRepresentationId)?.segmentReference;return Xd(e)||!Co(e)?0:this.getActualLiveStartingSegments(e)[0].time.from+this.tuning.dash.bufferTolerance}prepareFetchParams(e,t){return o(o({},super.prepareFetchParams(e,t)),{},{isLowLatency:this.isActiveLowLatency()})}onSomeDataLoaded(e){var t=()=>super.onSomeDataLoaded,r=this;return a(function*(){let{downloadingItems:i}=e,a=l(e,n);yield t().call(r,o({downloadingItems:i},a)),r.isActiveLowLatency()&&r.updateLowLatencyItemTime(i[0])})()}onItemFullyDownloaded(e){if(super.onItemFullyDownloaded(e),Xd(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(Xd(e.segment.data)||Xd(n)||!Co(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(!Co(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=du(r.segmentTemplateUrl,{segmentTime:t});i.push({networkStatus:`none`,bufferStatus:`none`,time:{from:e.segment.time.to,to:e.segment.time.to+this.tuning.dash.bufferTolerance},url:n,isCurrentLowLatency:!0})}}this.currentLowLatencySegmentLength$.next(t)}parseFeedableSegmentChunk(e){return this.containerParser.parseFeedableSegmentChunk(e,!0)}getFetchUrl(e,t){let n=super.getFetchUrl(e,t);return this.isActiveLowLatency()&&n.searchParams.set(`low-latency`,`yes`),n}loadInit(e,t=`auto`,n=!1){var r=this;return a(function*(){try{let n=r.tuning.dash.useFetchPriorityHints?t:`auto`,i=r.fetcher.fetchRepresentation(e.segmentReference,r.containerParser,r.downloadAbortController.signal,n);r.initDataPromises.set(e.id,i);let{initMetadata:a,initDataView:o,segments:s}=(yield i)??{};if(r.initDataPromises.delete(e.id),Xd(o)||Xd(s))return;a&&r.parsedInitData.set(e.id,a);let c=r.getActualLiveStartingSegments(e.segmentReference);r.segments.has(e.id)||r.segments.set(e.id,c);let l=o.buffer.slice(o.byteOffset,o.byteOffset+o.byteLength);r.initData.set(e.id,l),r.failedDownloads=0}catch(e){n&&r.error$.next({id:`LoadInits`,category:Yd.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 $d{static getBufferManager(e,t,n,r){return r.manifest?.live?new Qd(e,t,n,r):Co(n[0].segmentReference)?new Kd(e,t,n,r):new Bd(e,t,n,r)}}import{ErrorCategory as ef,fromEvent as tf,isNullable as nf,Subject as rf,Subscription as af,ValueSubject as of}from"@vkontakte/videoplayer-shared/es2015";import{assertNever as sf,ErrorCategory as cf,Subject as lf}from"@vkontakte/videoplayer-shared/es2015";var uf=18,df=!1;try{df=j.browser.isSafari&&!!j.browser.safariVersion&&j.browser.safariVersion<=uf}catch(e){console.error(e)}class ff{constructor(e,t=!1){i(this,`bufferFull$`,new lf),i(this,`error$`,new lf),i(this,`buffer`,void 0),i(this,`queue`,[]),i(this,`currentTask`,null),i(this,`destroyed`,!1),i(this,`abortRequested`,!1),i(this,`isAbortFixEnabled`,!1),i(this,`completeTask`,()=>{try{if(this.currentTask){let e=this.currentTask.signal?.aborted;this.currentTask.callback(!e),this.currentTask=null}this.queue.length&&this.pull()}catch(e){this.error$.next({id:`BufferTaskQueueUnknown`,category:cf.VIDEO_PIPELINE,message:`Buffer appending or removal failed`,thrown:e})}}),this.buffer=e,this.isAbortFixEnabled=t,this.buffer.addEventListener(`updateend`,this.completeTask)}append(e,t){var n=this;return a(function*(){return t&&t.aborted?!1:new Promise(r=>{let i={operation:`append`,data:e,signal:t,callback:r};n.queue.push(i),n.pull()})})()}remove(e,t,n){var r=this;return a(function*(){return n&&n.aborted?!1:new Promise(i=>{let a={operation:`remove`,from:e,to:t,signal:n,callback:i};r.queue.unshift(a),r.pull()})})()}abort(e){var t=this;return a(function*(){return new Promise(n=>{let r,i=e=>{t.abortRequested=!1,n(e)};r=df&&e?{operation:`safariAbort`,init:e,callback:i}:{operation:`abort`,callback:i},t.isAbortFixEnabled&&t.currentTask&&(t.currentTask.callback(!1),t.currentTask=null);for(let{callback:e}of t.queue)e(!1);t.abortRequested=!0,r&&(t.queue=[r]),t.pull()})})()}destroy(){this.destroyed=!0,this.buffer.removeEventListener(`updateend`,this.completeTask),this.queue=[],this.currentTask=null;try{this.buffer.abort()}catch(e){if(!(e instanceof DOMException&&e.name===`InvalidStateError`))throw e}}pull(){if((this.buffer.updating||this.currentTask||this.destroyed)&&!this.abortRequested)return;let e=this.queue.shift();if(!e)return;if(e.signal?.aborted){e.callback(!1),this.pull();return}this.currentTask=e;let{operation:t}=this.currentTask;try{this.execute(this.currentTask)}catch(e){e instanceof DOMException&&e.name===`QuotaExceededError`&&t===`append`?this.bufferFull$.next(this.currentTask.data.byteLength):e instanceof DOMException&&e.name===`InvalidStateError`||this.error$.next({id:`BufferTaskQueue:${t}`,category:cf.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:sf(t)}}}var pf=ff,mf=(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 hf{constructor(e){i(this,`error$`,new rf),i(this,`updateEnd$`,new of(void 0)),i(this,`mediaSource`,void 0),i(this,`sourceBuffer`,void 0),i(this,`sourceBufferTaskQueue`,void 0),i(this,`subscription`,new af),this.mediaSource=e}init(e,t,n=!1){this.sourceBuffer=this.mediaSource.addSourceBuffer(`${e}; codecs="${t}"`),this.sourceBufferTaskQueue=new pf(this.sourceBuffer,n),this.subscription.add(this.sourceBufferTaskQueue.error$.subscribe(e=>this.error$.next(e))),this.subscription.add(tf(this.sourceBuffer,`error`).subscribe(()=>this.error$.next({id:`SourceBuffer`,category:ef.VIDEO_PIPELINE,message:`SourceBuffer Error event fired`}))),this.subscription.add(tf(this.sourceBuffer,`updateend`).subscribe(this.updateEnd$))}addInitSegment(e,t){return this.sourceBufferTaskQueue.append(e,t)}append(e,t){return this.sourceBufferTaskQueue.append(e,t)}remove(e,t,n){return this.sourceBufferTaskQueue.remove(e,t,n)}clear(e){var t=this;return a(function*(){let n=t.getBufferState();if(nf(n))return Promise.resolve(!1);let r=!0;yield t.sourceBufferTaskQueue.abort();for(let i of n)r&&=yield t.sourceBufferTaskQueue.remove(i.from,i.to,e);return r})()}warmUpMediaSource(){!nf(this.sourceBuffer)&&!this.sourceBuffer.updating&&(this.sourceBuffer.mode=`segments`)}getBufferState(){if(nf(this.sourceBuffer)||!L(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 nf(this.sourceBuffer)||!L(this.mediaSource,this.sourceBuffer)||!this.sourceBuffer.buffered.length||nf(e)?0:mf(this.sourceBuffer.buffered,e)}abortBuffer(e){var t=this;return a(function*(){return nf(t.sourceBuffer)?!1:t.sourceBufferTaskQueue.abort(e)})()}destroy(){if(this.subscription.unsubscribe(),this.sourceBufferTaskQueue?.destroy(),this.sourceBuffer)try{this.mediaSource.removeSourceBuffer(this.sourceBuffer)}catch(e){if(!(e instanceof DOMException&&e.name===`NotFoundError`))throw e}this.sourceBuffer=null}}import{objectValues as gf}from"@vkontakte/videoplayer-shared/es2015";import{ErrorCategory as _f,isHigher as vf,isLower as yf,isLowerOrEqual as bf,VideoQuality as xf}from"@vkontakte/videoplayer-shared/es2015";var Sf=e=>{switch(e){case`DASH_SEP`:case`DASH_WEBM`:case`DASH_WEBM_AV1`:case`DASH_ONDEMAND`:case`DASH_STREAMS`:return!0;default:return!1}},Cf=gf(xf).filter(e=>e!==xf.INVARIANT).sort((e,t)=>vf(e,t)?-1:1),wf=e=>{if(!e||e===xf.INVARIANT)return null;let t=Cf.find(t=>yf(t,e))??xf.Q_1080P;return bf(t,xf.Q_1080P)?xf.Q_1080P:t},Tf=(e,t,n)=>e.category===_f.VIDEO_PIPELINE&&e.id.endsWith(`MediaError#${MediaError.MEDIA_ERR_DECODE}`)&&Sf(t)?wf(n):null,Ef=({height:e},t)=>{let n=`${e}p`;try{return vf(n,t)}catch{return!1}},Df=(e,t)=>{e.video.forEach(e=>{e.representations.forEach(e=>{e.tvDisabled=e.tvDisabled||Ef(e,t)})})},Of=(e,t,n)=>{let r=[];for(let i of e.representations){let e=`${i.mime}; codecs="${i.codecs}"`,a=t.canPlayType?.call(t,e),o=!1;switch(n){case`probably`:o=a===`probably`;break;case`maybe`:o=!!a;break}o&&r.push(i)}return r.length?o(o({},e),{},{representations:r}):null},kf=(e,t,n)=>{let r=[];for(let i of e){let e=Of(i,t,n);e&&r.push(e)}return r},Af=[`timeupdate`,`progress`,`play`,`seeked`,`stalled`,`waiting`],jf=[`timeupdate`,`progress`,`loadeddata`,`playing`,`seeked`];class Mf{constructor(e){i(this,`element`,null),i(this,`manifestUrlString`,``),i(this,`source`,null),i(this,`manifest`,null),i(this,`tuning`,void 0),i(this,`tracer`,void 0),i(this,`stallTracer`,null),i(this,`forceVideoCodec`,void 0),i(this,`stallTimeInWaitingExitAttemptMade`,0),i(this,`videoBufferManager`,void 0),i(this,`audioBufferManager`,void 0),i(this,`bufferManagers`,[]),i(this,`videoNativeBufferManager`,void 0),i(this,`audioNativeBufferManager`,void 0),i(this,`nativeBufferManagers`,[]),i(this,`throughputEstimator`,void 0),i(this,`subscription`,new dl),i(this,`subscriptionRemovable`,new fl),i(this,`representationSubscription`,new dl),i(this,`fetcher`,void 0),i(this,`forceEnded$`,new ul),i(this,`stallWatchdogSubscription`,void 0),i(this,`destroyController`,new Gc),i(this,`state$`,new Gt(`none`)),i(this,`currentVideoRepresentation$`,new z(void 0)),i(this,`currentVideoRepresentationInit$`,new z(void 0)),i(this,`currentAudioRepresentation$`,new z(void 0)),i(this,`currentVideoSegmentLength$`,new z(0)),i(this,`currentAudioSegmentLength$`,new z(0)),i(this,`error$`,new ul),i(this,`manifestRequested`,new ul),i(this,`manifestReceived`,new ul),i(this,`firstBytesRequested`,new ul),i(this,`firstBytesReceived`,new ul),i(this,`lastConnectionType$`,new z(void 0)),i(this,`lastConnectionReused$`,new z(void 0)),i(this,`lastRequestFirstBytes$`,new z(void 0)),i(this,`lastConnectionMetrics$`,new z(void 0)),i(this,`lastDownloadMetrics$`,new z(void 0)),i(this,`currentLiveTextRepresentation$`,new z(null)),i(this,`timeoutSourceOpenId`,void 0),i(this,`isLive$`,new z(!1)),i(this,`isActiveLive$`,new z(!1)),i(this,`isLowLatency$`,new z(!1)),i(this,`liveDuration$`,new z(0)),i(this,`liveSeekableDuration$`,new z(0)),i(this,`liveAvailabilityStartTime$`,new z(0)),i(this,`liveStreamStatus$`,new z(void 0)),i(this,`currentBuffer$`,new z({from:0,to:0})),i(this,`bufferLength$`,new z(0)),i(this,`nativeBufferLength$`,new z(0)),i(this,`liveLatency$`,new z(void 0)),i(this,`liveLoadBufferLength$`,new z(0)),i(this,`livePositionFromPlayer$`,new z(0)),i(this,`currentStallDuration$`,new z(0)),i(this,`videoLastDataObtainedTimestamp$`,new z(0)),i(this,`fetcherRecoverableError$`,new ul),i(this,`fetcherError$`,new ul),i(this,`updateDurationError$`,new ul),i(this,`isOnDemand`,!1),i(this,`dashMaxTvVideoQuality`,void 0),i(this,`initRepresentations`,Yc(this.destroyController.signal,function(){var e=c(function*(e,t,n){this.tracer.log(`initRepresentationsStart`,el({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(),Xc(this.videoBufferManager),yield Promise.all([this.videoBufferManager.startWith(e),t?this.audioBufferManager?.startWith(t):Promise.resolve()]),this.state$.setState(`representations_ready`),this.tracer.log(`initRepresentationsEnd`)});return function(t,n,r){return e.apply(this,arguments)}}().bind(this))),i(this,`fetchManifest`,Yc(this.destroyController.signal,c(function*(){try{return yield this.fetcher.fetchManifest(this.manifestUrlString)}catch(e){ol(this.manifest)&&!this.bufferLength$.getValue()&&this.error$.next({id:`LoadManifest`,category:Zc.NETWORK,message:`Failed to load manifest`,thrown:e})}}).bind(this))),this.throughputEstimator=e.throughputEstimator,this.tuning=e.tuning,this.tracer=e.tracer.createComponentTracer(`player`),this.forceVideoCodec=e.forceVideoCodec,this.isOnDemand=e.isOnDemand||!1,this.dashMaxTvVideoQuality=e.dashMaxTvVideoQuality,this.fetcher=new Yl({throughputEstimator:this.throughputEstimator,requestQuic:this.tuning.requestQuick,compatibilityMode:e.compatibilityMode,tracer:this.tracer,useEnableSubtitlesParam:e.tuning.useEnableSubtitlesParam,measureNonSegmentRequests:e.tuning.throughputEstimator.measureNonSegmentRequests,handleExtendedNetworkErrorsSet:e.tuning.handleExtendedNetworkErrorsSet,useUrlCacheMechanism:e.tuning.useUrlCacheMechanism}),this.subscription.add(this.fetcher.recoverableError$.subscribe(this.fetcherRecoverableError$)),this.subscription.add(this.fetcher.error$.subscribe(this.fetcherError$)),this.initTracerSubscription()}initManifest(e,t,n){var r=this;return a(function*(){r.tracer.log(`initManifest`),r.state$.startTransitionTo(`manifest_ready`),r.element=e,r.manifestUrlString=r.prepareManifestUrlString(t,n),r.manifest=yield r.updateManifest(),r.manifest?.streams.video.length?r.state$.setState(`manifest_ready`):r.error$.next({id:`NoRepresentations`,category:Zc.PARSER,message:`No playable video representations`})})()}initBuffer(){let e=this.tracer.createComponentTracer(`initBuffer`);Xc(this.element),this.state$.setState(`running`),this.subscription.add(cl(...Af.map(e=>tl(this.element,e)),tl(rl(),`online`),il(this.tuning.dash.tickMaintainInterval)).subscribe(()=>this.tick(),e=>this.error$.next({id:`DashVKPlayer`,category:Zc.WTF,message:`Internal logic error`,thrown:e}))),e.log(`tick maintain subscription initialized`);let t=[...this.source?.activeSourceBuffers??[]];this.subscription.add(cl(...t.map(e=>tl(e,`updateend`))).subscribe(e=>this.reinitDecoderIfNeeded())),e.log(`reinit decoder subscription initialized`),this.subscription.add(tl(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.stallWatchdogSubscription=il(this.tuning.dash.stallWatchdogInterval).subscribe(()=>this.stallWatchdogIntervalCallback(),e=>this.error$.next({id:`StallWatchdogCallback. `,category:Zc.NETWORK,message:`Can't restore DASH after stall.`,thrown:e})),this.subscriptionRemovable.add(this.stallWatchdogSubscription)})),e.log(`stall subscription initialized`),e.end()}switchRepresentation(e,t,n){var r=this;return a(function*(){return{video:r.videoBufferManager,audio:r.audioBufferManager,text:null}[e]?.switchTo(t,n)})()}seek(e,t=!1){var n=this;return a(function*(){let r=n.tracer.createComponentTracer(`seek`);Xc(n.element),Xc(n.videoBufferManager);let i;i=t||n.element.duration*1e3<=n.tuning.dashSeekInSegmentDurationThreshold||Math.abs(n.element.currentTime*1e3-e)<=n.tuning.dashSeekInSegmentAlwaysSeekDelta?e:Math.max(n.videoBufferManager.findSegmentStartTime(e)??e,n.audioBufferManager?.findSegmentStartTime(e)??e),n.warmUpMediaSourceIfNeeded(i),r.log(`prepare seek `,{requestedPosition:e,forcePrecise:t}),yield Promise.all([n.videoBufferManager.prepareSeek(),n.audioBufferManager?.prepareSeek()]),n.element.currentTime=i/1e3,r.log(`set current time to `,{currentTime:i/1e3}),r.log(`seek to `,{position:i}),yield Promise.all([n.videoBufferManager.seek(i),n.audioBufferManager?.seek(i)]),yield n.reinitDecoderIfNeeded(),r.end()})()}warmUpMediaSourceIfNeeded(e=this.element?.currentTime){al(this.element)&&al(this.source)&&al(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){this.bufferManagers.forEach(t=>t.setTarget(e))}setPreloadOnly(e){this.bufferManagers.forEach(t=>t.setPreloadOnly(e))}stop(){this.tracer.log(`stop`),this.element?.querySelectorAll(`source`).forEach(e=>{URL.revokeObjectURL(e.src),e.remove()}),this.element=null,this.source=null,this.manifest=null,this.currentVideoRepresentation$.next(void 0),this.nativeBufferManagers.forEach(e=>e.destroy()),this.videoBufferManager?.destroy(),this.videoBufferManager=null,this.audioBufferManager?.destroy(),this.audioBufferManager=null,this.bufferManagers=[],this.state$.setState(`none`)}destroy(){this.subscription.unsubscribe(),this.subscriptionRemovable.unsubscribe(),this.representationSubscription.unsubscribe(),this.timeoutSourceOpenId&&rl().clearTimeout(this.timeoutSourceOpenId),this.destroyController.abort(),this.fetcher.destroy(),this.stop(),al(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:Zc.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 dl;t.add(cl(...this.nativeBufferManagers.map(e=>e.updateEnd$)).subscribe(()=>{if(!this.isAnyBufferUpdating()){t.unsubscribe();try{this.source&&(this.source.duration=this.calculateDurationFromBuffersSegments()/1e3)}catch(t){e(t)}}}))}calculateDurationFromBuffersSegments(){return Math.max(this.videoBufferManager?.calculateDurationFromSegments()||0,this.audioBufferManager?.calculateDurationFromSegments()||0)}isAnyBufferUpdating(){return!this.source||this.source.readyState!==`open`?!1:Array.from(this.source.sourceBuffers).some(e=>e.updating)}get isStreamNotOpen(){return this.source?.readyState!==`open`}reinitDecoderIfNeeded(e=!1){var t=this;return a(function*(){let n=t.videoNativeBufferManager?.getBufferState()??[];if(ol(t.element)||!n.length)return;let r=t.element.currentTime*1e3;t.element.readyState<3&&n.some(({from:e,to:n})=>r>=e&&r<=n&&n-e>t.tuning.dash.minNativeBufferSize/2)&&(e?(t.tracer.log(`reinitDecoder seek`,el({currentTime:r})),yield t.seek(r)):(t.tracer.log(`reinitDecoder currentTime`,el({currentTime:r})),t.element.currentTime=t.element.currentTime))})()}stallWatchdogIntervalCallback(){var e=this;return a(function*(){Xc(e.element),Xc(e.source);let{stallWatchdogInterval:t}=e.tuning.dash;if(e.isStreamNotOpen)return;let n=e.currentStallDuration$.getValue()+t;if(e.currentStallDuration$.next(n),e.stallTracer?.log(`timeInWaiting`,{timeInWaiting:n}),yield e.reinitDecoderIfNeeded(n%1e3==0),e.isStallExceeded(n)){let t=e.audioBufferManager?.getMutexInfo()??``,r=e.videoBufferManager?.getMutexInfo()??``;if(e.stallTracer?.log(`stallExceeded`,el({timeInWaiting:n,audioMutexState:t,videoMutexState:r,mutexStallExitPolicy:e.tuning.dash.mutexStallExitPolicy,seekStallExitPolicy:e.tuning.dash.seekStallExitPolicy})),console.log(`stall `+n),e.tuning.dash.mutexStallExitPolicy&&(t||r)){let e=`video: ${r} | audio: ${t}`;throw Error(`Stall timeout exceeded: ${n} ms ${e}`)}else if(e.tuning.dash.seekStallExitPolicy)if(e.stallTimeInWaitingExitAttemptMade>0&&n-e.stallTimeInWaitingExitAttemptMade>e.tuning.dash.restoreBufferBeforeCrashTimeout){let e=`video: ${r} | audio: ${t}`;throw Error(`Stall timeout exceeded: ${n} ms ${e}`)}else e.stallTimeInWaitingExitAttemptMade===0&&(e.stallTracer?.log(`seek`),yield e.seek((e.element.currentTime+1)*1e3),e.stallTimeInWaitingExitAttemptMade=n);else{let e=`video: ${r} | audio: ${t}`;throw Error(`Stall timeout exceeded: ${n} ms ${e}`)}}yield e.restoreAfterDeepStall()})()}isStallExceeded(e){if(ol(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=ll(),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=al(this.videoBufferManager)&&l<r&&o-s>a,f=al(this.audioBufferManager)&&u<r&&o-c>a;return(d||f)&&e>a||e>=t}updateManifest(){var e=this;return a(function*(){e.tracer.log(`updateManifestStart`,{manifestUrl:e.manifestUrlString});let t=yield e.fetchManifest();if(ol(t))return null;let n=e.parseManifest(t);if(!n)return null;let r=e.getResultManifest(n);return e.tracer.log(`updateManifestEnd`,el(r)),r})()}parseManifest(e){try{return fu(e??``,this.manifestUrlString)}catch(t){let n=Jc(e)??{id:`ManifestParsing`,category:Zc.PARSER,message:`Failed to parse MPD manifest`,thrown:t};this.error$.next(n)}}getResultManifest(e){let t={text:e.streams.text,video:[],audio:[]},n=(e,t,n)=>{var r,i,a,o;return!!(!((r=this.element)==null||(i=r.canPlayType)==null)&&i.call(r,t)&&!((a=Ye())==null||(o=a.isTypeSupported)==null)&&o.call(a,`${t}; codecs="${n}"`)||e===`text`)},r,i;for(let a of[`video`,`audio`]){let o=e.streams[a],s=this.tuning.dash.checkRepresentationCanPlayType&&this.element?kf(o,this.element,this.tuning.dash.checkRepresentationCanPlayType):o.filter(({mime:e,codecs:t})=>n(a,e,t));t[a]=s;let c,l;if(this.tuning.dash.codecsPrioritizeEnabled){if(a===`audio`)i=Fa(s.map(({codecs:e})=>e)),c=i[0],c&&(t[a]=s.filter(({codecs:e})=>Ia(e)===c));else if(a===`video`){r=Na(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=>Ia(e.codecs)===l.name&&!!e.hdr===l.hdr))}}else{let e=Ma(new Set(s.map(({codecs:e})=>e)));e&&(t[a]=s.filter(({codecs:t})=>t.startsWith(e)))}if(a===`video`){if(!this.tuning.dash.codecsPrioritizeEnabled){let e=this.tuning.preferHDR,n=t.video.some(e=>e.hdr),r=t.video.some(e=>!e.hdr);j.display.isHDR&&e&&n?t.video=t.video.filter(e=>e.hdr):r&&(t.video=t.video.filter(e=>!e.hdr))}let{videoStreamRepresentaionsFilter:e}=this.tuning.dash;if(e.length&&za(t,e),this.dashMaxTvVideoQuality&&Df(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=o(o({},e),{},{streams:t});return this.tuning.dash.codecsPrioritizeEnabled&&(a.codecs={video:r,audio:i}),a}stopStallWatchdogSubscription(){this.stallWatchdogSubscription?.unsubscribe(),this.stallTimeInWaitingExitAttemptMade=0,this.currentStallDuration$.next(0),this.stallTracer?.end(),this.stallTracer=null}createBuffers(e,t,n,r){Xc(this.manifest),Xc(this.element);let i=e=>{this.representationSubscription.add(tl(e,`error`).pipe(Qc(e=>!!this.element?.played.length)).subscribe(e=>{this.error$.next({id:`VideoSource`,category:Zc.VIDEO_PIPELINE,message:`Unexpected video source error`,thrown:e})}))};this.source=Qe();let a=rl().document,o=a.createElement(`source`);if(i(o),o.src=URL.createObjectURL(this.source),this.element.appendChild(o),Xe())if(r){let e=a.createElement(`source`);i(e),e.type=`application/x-mpegurl`,e.src=r.url,this.element.appendChild(e)}else this.element.disableRemotePlayback=!0;let s=this.manifest.streams.video.reduce((e,t)=>[...e,...t.representations],[]);if(this.videoNativeBufferManager=new hf(this.source),this.videoBufferManager=$d.getBufferManager(`video`,this.videoNativeBufferManager,s,e),this.bufferManagers=[this.videoBufferManager],this.nativeBufferManagers=[this.videoNativeBufferManager],al(n)){this.audioNativeBufferManager=new hf(this.source);let t=this.manifest.streams.audio.reduce((e,t)=>[...e,...t.representations],[]);this.audioBufferManager=$d.getBufferManager(`audio`,this.audioNativeBufferManager,t,e),this.bufferManagers.push(this.audioBufferManager),this.nativeBufferManagers.push(this.audioNativeBufferManager)}}waitStreamToOpen(){var e=this;return a(function*(){if(e.isStreamNotOpen){let t=e.tuning.dash.sourceOpenTimeout>=0;yield new Promise(n=>{t&&(e.timeoutSourceOpenId=rl().setTimeout(()=>{if(e.isStreamNotOpen){n();return}e.error$.next({id:`OpenOfStream`,category:Zc.VIDEO_PIPELINE,message:`Failed to open MediaSource`,thrown:Error(`Timeout reject when wait sourceopen event`),traceAsLog:!0})},e.tuning.dash.sourceOpenTimeout)),e.source?.addEventListener(`sourceopen`,()=>{e.timeoutSourceOpenId&&rl().clearTimeout(e.timeoutSourceOpenId),n()},{once:!0})})}})()}initRepresentationSubscriptions(){this.representationSubscription.add(this.fetcher.manifestRequested.subscribe(this.manifestRequested)),this.representationSubscription.add(this.fetcher.manifestReceived.subscribe(this.manifestReceived)),this.representationSubscription.add(this.fetcher.firstBytesRequested.subscribe(this.firstBytesRequested)),this.representationSubscription.add(this.fetcher.firstBytesReceived.subscribe(this.firstBytesReceived)),this.representationSubscription.add(this.fetcher.lastConnectionType$.subscribe(this.lastConnectionType$)),this.representationSubscription.add(this.fetcher.lastConnectionReused$.subscribe(this.lastConnectionReused$)),this.representationSubscription.add(this.fetcher.lastRequestFirstBytes$.subscribe(this.lastRequestFirstBytes$)),this.representationSubscription.add(this.fetcher.lastConnectionMetrics$.subscribe(this.lastConnectionMetrics$)),this.representationSubscription.add(this.fetcher.lastDownloadMetrics$.subscribe(this.lastDownloadMetrics$)),this.representationSubscription.add(cl(...this.bufferManagers.map(e=>e.error$)).subscribe(this.error$)),Xc(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(cl(...jf.map(e=>tl(this.element,e)),il(this.tuning.dash.tickMaintainInterval)).pipe(sl(e=>this.videoBufferManager?.getPlaybackBufferState()),Qc(al),sl(({from:e,to:t})=>({from:e/1e3,to:t/1e3}))).subscribe(this.currentBuffer$)),this.representationSubscription.add(cl(...jf.map(e=>tl(this.element,e)),il(this.tuning.dash.tickMaintainInterval)).pipe(sl(e=>Math.min(this.videoBufferManager?.getForwardPlaybackBufferDuration()??1/0,this.audioBufferManager?.getForwardPlaybackBufferDuration()??1/0)),$c()).subscribe(this.bufferLength$)),this.representationSubscription.add(this.nativeBufferLength$.pipe(Qc(e=>e>this.tuning.dash.virtualBufferEmptinessTolerance)).subscribe(()=>this.stopStallWatchdogSubscription()))}initTracerSubscription(){let e=nl(this.tracer.error.bind(this.tracer));this.subscription.add(this.error$.subscribe(e(`error`,!0)))}tick(){var e=this;return a(function*(){if(ol(e.element)||ol(e.videoBufferManager)||e.isStreamNotOpen)return;let t=e.element.currentTime*1e3,n=e.videoNativeBufferManager?.getBufferState()??[],r=e.audioNativeBufferManager?.getBufferState()??[],i=n.find(e=>t>=e.from&&t<=e.to),a=r.find(e=>t>=e.from&&t<=e.to),o=i?i.to-t:0,s=a?a.to-t:1/0;e.nativeBufferLength$.next(Math.min(o,s));let c=e.videoBufferManager?.lastDataObtainedTimestamp??0;e.videoLastDataObtainedTimestamp$.next(c),yield Promise.all([e.videoBufferManager.maintain(),e.audioBufferManager?.maintain()])})()}}import{assertNonNullable as Nf,combine as Pf,ErrorCategory as Ff,filter as If,filterChanged as Lf,fromEvent as Rf,isNonNullable as zf,map as Bf,merge as Vf}from"@vkontakte/videoplayer-shared/es2015";class Hf extends Mf{constructor(e){super(e)}prepareManifestUrlString(e,t){return e}initRepresentationSubscriptions(){super.initRepresentationSubscriptions(),this.initDisableStallWatchdogSubscription(),this.initEndOfVideoSubscription()}setSourceInitDuration(){Nf(this.manifest),Nf(this.source);let e=[this.manifest.duration??0,...Wc(Wc([...this.manifest.streams.audio,...this.manifest.streams.video],e=>e.representations),e=>{let t=[];return e.duration&&t.push(e.duration),Co(e.segmentReference)&&e.segmentReference.totalSegmentsDurationMs&&t.push(e.segmentReference.totalSegmentsDurationMs),t})];this.source.duration=Math.max(...e)/1e3}restoreAfterDeepStall(){var e=this;return a(function*(){Nf(e.element);let t=e.element.currentTime*1e3;e.stallTracer?.log(`restore maintain`,{position:t}),yield Promise.all([e.videoBufferManager?.maintain(t),e.audioBufferManager?.maintain(t)])})()}initDisableStallWatchdogSubscription(){Nf(this.element);let e=Vf(Rf(this.element,`ended`),this.forceEnded$),t=this.nativeBufferLength$.pipe(If(e=>e>this.tuning.dash.virtualBufferEmptinessTolerance));this.representationSubscription.add(Vf(e,t).subscribe(e=>this.stopStallWatchdogSubscription()))}initEndOfVideoSubscription(){let e=Pf({allBuffersFull:Vf(...this.bufferManagers.map(e=>e.fullyBuffered$)).pipe(Bf(()=>this.bufferManagers.every(e=>e.fullyBuffered$.getValue()))),someBufferEnded:Vf(...this.bufferManagers.map(e=>e.onLastSegment$)).pipe(Bf(()=>this.bufferManagers.some(e=>e.onLastSegment$.getValue())))}).pipe(Lf(),Bf(({allBuffersFull:e,someBufferEnded:t})=>e&&t),If(e=>e));this.representationSubscription.add(Vf(this.forceEnded$,e).pipe(If(e=>zf(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:Ff.VIDEO_PIPELINE,message:`Failed to end MediaSource stream`,thrown:e})}}))}}class Uf extends Uc{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(Xa(),Ya(e=>Za(e))).subscribe(()=>{this.player.updateSourceDurationFromSegments()},r)),this.subscription.add(this.player.currentAudioRepresentation$.pipe(Xa(),Ya(e=>Za(e))).subscribe(()=>{this.player.updateSourceDurationFromSegments()},r))}getPlayer(){return new Hf({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 Wf,merge as Gf,filter as Kf,filterChanged as qf,isNullable as Jf,map as Yf,ValueSubject as Xf,isNonNullable as Zf}from"@vkontakte/videoplayer-shared/es2015";import{isNullable as Qf,ValueSubject as $f}from"@vkontakte/videoplayer-shared/es2015";class ep{constructor(e){i(this,`prevReported`,void 0),i(this,`rawSeries$`,void 0),i(this,`smoothedSeries$`,void 0),i(this,`reportedSeries$`,void 0),i(this,`smoothed`,void 0),i(this,`pastMeasures`,[]),i(this,`takenMeasures`,0),i(this,`measuresCursor`,0),i(this,`params`,void 0),i(this,`smoothed$`,void 0),i(this,`debounced$`,void 0),i(this,`varianceCoefficient$`,void 0),this.params=e,this.pastMeasures=Array(e.deviationDepth),this.smoothed=this.prevReported=e.initial,this.smoothed$=new $f(e.initial),this.debounced$=new $f(e.initial),this.varianceCoefficient$=new $f(0);let t=e.label??`value`+Math.random().toString(16).substring(2,6);this.rawSeries$=new Ir(`raw_${t}`),this.smoothedSeries$=new Ir(`smoothed_${t}`),this.reportedSeries$=new Ir(`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)&&(Qf(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 tp extends ep{constructor(e){super(e),i(this,`slow`,void 0),i(this,`fast`,void 0),this.slow=this.fast=e.initial}updateSmoothedValue(e){this.slow=Lo(this.slow,e,this.params.emaAlphaSlow),this.fast=Lo(this.fast,e,this.params.emaAlphaFast),this.smoothed=(this.params.fastDirection>0?Math.max:Math.min)(this.slow,this.fast)}}class np extends ep{constructor(e){super(e),i(this,`emaSmoothed`,void 0),this.emaSmoothed=e.initial}updateSmoothedValue(e){let t=Ro(this.pastMeasures,this.takenMeasures);this.emaSmoothed=Lo(this.emaSmoothed,e,this.params.emaAlpha),this.smoothed=zo(this.pastMeasures,this.takenMeasures,this.measuresCursor-1,this.params.basisTrendChangeCount)?this.emaSmoothed:t}}class rp extends ep{constructor(e){super(e),i(this,`extremumInterval`,void 0),i(this,`furtherValues`,[]),i(this,`currentTopExtremumValue`,0),this.extremumInterval=e.extremumInterval}next(e){this.currentTopExtremumValue<=e?(this.currentTopExtremumValue=e,this.furtherValues=[]):this.furtherValues.length===this.extremumInterval?(super.next(this.currentTopExtremumValue),this.currentTopExtremumValue=e,this.furtherValues=[]):this.furtherValues.push(e)}updateSmoothedValue(e){this.smoothed=this.smoothed?Lo(this.smoothed,e,this.params.emaAlpha):e}}class ip{static getSmoothedValue(e,t,n){return n.type===`TwoEma`?new tp({initial:e,emaAlphaSlow:n.emaAlphaSlow,emaAlphaFast:n.emaAlphaFast,changeThreshold:n.changeThreshold,fastDirection:t,deviationDepth:n.deviationDepth,deviationFactor:n.deviationFactor,label:`throughput`}):new np({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 rp(o({initial:e,label:`liveEdgeDelay`},t))}}import{assertNonNullable as ap,combine as op,ErrorCategory as sp,filter as cp,filterChanged as lp,fromEvent as up,interval as dp,isNonNullable as fp,isNullable as pp,map as mp,now as hp,throttle as gp}from"@vkontakte/videoplayer-shared/es2015";var _p=(e,t)=>{e&&e.playbackRate!==t&&(e.playbackRate=t)};import{isNullable as vp,ValueSubject as yp}from"@vkontakte/videoplayer-shared/es2015";class bp{constructor(e,t){i(this,`currentRepresentation$`,new yp(null)),i(this,`maxRepresentations`,4),i(this,`representationsCursor`,0),i(this,`representations`,[]),i(this,`getCurrentPosition`,void 0),i(this,`currentSegment`,null),this.getCurrentPosition=t.getCurrentPosition,this.processStreams(e)}updateLive(e){this.processStreams(e?.streams.text)}seekLive(e){this.processStreams(e)}maintain(e=this.getCurrentPosition()){if(!vp(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 s=t.segments.find(t=>t.time.from<=e&&t.time.to>=e);!s||this.currentSegment?.time.from===s.time.from&&this.currentSegment.time.to===s.time.to||(this.currentSegment=s,this.currentRepresentation$.next(o(o({},n),{},{label:`Live Text`,language:`ru`,isAuto:!0,url:new URL(s.url,t.baseUrl).toString()})))}}destroy(){this.currentRepresentation$.next(null),this.currentSegment=null,this.representations=[]}processStreams(e){for(let t of e??[]){let e=bp.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=>bp.filterRepresentations(e.representations))}static filterRepresentations(e){return e?.filter(e=>e.kind===`text`&&`segmentReference`in e&&Co(e.segmentReference))}}class xp extends Mf{constructor(e){super(e),i(this,`liveTextManager`,void 0),i(this,`liveStreamEndTimestamp`,0),i(this,`liveBuffer`,void 0),i(this,`livePauseWatchdogSubscription`,void 0),i(this,`liveWasInterrupted`,!1),this.liveBuffer=ip.getLiveBufferSmoothedValue(this.tuning.dashCmafLive.lowLatency.maxTargetOffset,o({},e.tuning.dashCmafLive.lowLatency.bufferEstimator))}seek(e){var t=this;return a(function*(){ap(t.element),t.updateManifestUrlWithTimeOffset(e),t.manifest=yield t.updateManifest(),yield t.forcePositionToRepresentationInitialTime()})()}initBuffer(){super.initBuffer(),this.forcePositionToRepresentationInitialTime()}forcePositionToRepresentationInitialTime(){var e=()=>super.seek,t=this;return a(function*(){let n=t.videoBufferManager?.getRepresentationInitialTime()??0;yield e().call(t,n,!1)})()}tick(){var e=()=>super.tick,t=this;return a(function*(){yield e().call(t);let n=(t.element?.currentTime??0)*1e3;t.liveTextManager?.maintain(n)})()}setSourceInitDuration(){ap(this.source),this.source.duration=2**53-1}isStallExceeded(e){let{keepSilentStallWatchdogWhenNotActive:t}=this.tuning.dashCmafLive,n=this.liveStreamStatus$.getValue()===`active`;return(!t||n)&&super.isStallExceeded(e)}restoreAfterDeepStall(){var e=this;return a(function*(){let{liveStallReinitInterval:t}=e.tuning.dash,{keepSilentStallWatchdogWhenNotActive:n}=e.tuning.dashCmafLive,r=e.currentStallDuration$.getValue(),i=e.liveStreamStatus$.getValue()===`active`;if(r%t===0){let t=e.normalizeLiveOffset(-1*e.livePositionFromPlayer$.getValue()*1e3);!i&&n?(e.liveWasInterrupted=!0,e.updateManifestUrlWithTimeOffset(t),e.manifest=yield e.updateManifest(),yield e.forcePositionToRepresentationInitialTime()):e.seek(t).catch(t=>{e.error$.next({id:`stallIntervalCallback`,category:sp.VIDEO_PIPELINE,message:`stallIntervalCallback failed`,thrown:t})})}})()}updateManifest(){var e=()=>super.updateManifest,t=this;return a(function*(){let n=yield e().call(t);if(pp(n))return null;if(pp(n.live))return t.error$.next({id:`ManifestParsing`,category:sp.PARSER,message:`MPD doesnt contain live section for live stream`}),null;t.isLive$.next(!0);let{availabilityStartTime:r,latestSegmentPublishTime:i,streamIsUnpublished:a,streamIsAlive:o}=n.live,s=(n.duration??0)/1e3;t.liveSeekableDuration$.next(-1*s),t.liveDuration$.next((i-r)/1e3),t.liveAvailabilityStartTime$.next(n.live.availabilityStartTime);let c=`active`;if(o||(c=a?`unpublished`:`unexpectedly_down`),t.liveStreamStatus$.next(c),t.bufferManagers.forEach(e=>e.updateManifest(n)),t.liveTextManager?.updateLive(n),o&&t.liveWasInterrupted){t.liveWasInterrupted=!1,t.stopStallWatchdogSubscription();let e=t.normalizeLiveOffset(-1*t.livePositionFromPlayer$.getValue()*1e3);t.seek(e).catch(e=>{t.error$.next({id:`updateManifest`,category:sp.VIDEO_PIPELINE,message:`seekLive after stream restore failed`,thrown:e})})}return n})()}prepareManifestUrlString(e,t){return O(e,t,2)}updateManifestUrlWithTimeOffset(e){let t=this.liveStreamStatus$.getValue()===`active`?0:hp()-this.liveStreamEndTimestamp,n=this.normalizeLiveOffset(e+t);this.isActiveLive$.next(n===0),this.manifestUrlString=O(this.manifestUrlString,n,2)}createBuffers(e,t,n,r){ap(this.manifest),super.createBuffers(e,t,n,r),bp.isSupported(this.manifest.streams.text)&&!this.isLowLatency$.getValue()&&(this.liveTextManager=new bp(this.manifest.streams.text,e))}initRepresentationSubscriptions(){ap(this.element),ap(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),fp(this.liveTextManager)&&this.representationSubscription.add(this.liveTextManager.currentRepresentation$.subscribe(this.currentLiveTextRepresentation$))}initStreamDurationOnPauseSubscription(){var e=this;ap(this.element);let{liveUpdateInterval:t}=this.tuning.dash,n=()=>dp(t).subscribe(function(){var n=a(function*(n){let r=De(e.manifestUrlString,2);e.manifestUrlString=O(e.manifestUrlString,r+t,2),e.liveStreamStatus$.getValue()===`active`&&(e.manifest=yield e.updateManifest())});return function(e){return n.apply(this,arguments)}}());this.representationSubscription.add(up(this.element,`pause`).subscribe(e=>{this.livePauseWatchdogSubscription=n(),this.representationSubscription.add(this.livePauseWatchdogSubscription)})),this.representationSubscription.add(up(this.element,`play`).subscribe(e=>this.livePauseWatchdogSubscription?.unsubscribe()))}initLiveDurationSubscriptions(e){this.representationSubscription.add(this.liveDuration$.pipe(lp()).subscribe(e=>this.liveStreamEndTimestamp=hp())),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(op({isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(mp(({isActiveLive:e,isLowLatency:t})=>e&&t),lp(),cp(e=>!this.isManualDecreasePlaybackInLive())).subscribe(e=>_p(this.element,1))),this.representationSubscription.add(op({liveBuffer:this.liveBuffer.smoothed$,isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(cp(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),_p(this.element,s)}))}initLiveBufferInfoSubscriptions(e,t){this.representationSubscription.add(op({bufferLength:this.bufferLength$,isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(cp(({bufferLength:e,isActiveLive:t,isLowLatency:n})=>t&&n&&!!e),mp(({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(op({isLive:this.isLive$,rtt:this.throughputEstimator.rtt$,bufferLength:this.bufferLength$,segmentServerLatency:e.currentLiveSegmentServerLatency$}).pipe(cp(({isLive:e})=>e),lp((e,t)=>t.bufferLength<e.bufferLength),mp(({rtt:e,bufferLength:t,segmentServerLatency:n})=>{let r=De(this.manifestUrlString,2);return(e/2+t+n+r)/1e3})).subscribe(this.liveLatency$))}initLiveMaintainSubscription(e){var t=this;let n=0;this.representationSubscription.add(op({liveLoadBufferLength:this.liveLoadBufferLength$,bufferLength:this.bufferLength$}).pipe(gp(this.tuning.dash.liveUpdateInterval)).subscribe(function(){var r=a(function*({liveLoadBufferLength:r,bufferLength:i}){ap(t.element);let a=t.element.playbackRate,o=De(t.manifestUrlString,2),s=Math.abs(t.livePositionFromPlayer$.getValue())*1e3,c=Math.min(s,t.tuning.dashCmafLive.normalizedTargetMinBufferSize*a),l=t.tuning.dashCmafLive.normalizedActualBufferOffset*a,u=t.tuning.dashCmafLive.normalizedLiveMinBufferSize*a,d=isFinite(r)?r:i,f=t.isActiveLive$.getValue()&&t.isLowLatency$.getValue(),p=s<=t.tuning.live.activeLiveDelay;t.isActiveLive$.next(p);let m=`none`;if(f?m=`active_low_latency`:t.isLowLatency$.getValue()&&p?(e.forEach(e=>e.proceedLowLatencyLive()),m=`active_low_latency`):o!==0&&d<c?m=`live_forward_buffering`:d<c+u&&(m=`live_with_target_offset`),isFinite(r)&&(n=r>n?r:n),m===`live_forward_buffering`||m===`live_with_target_offset`){let e=n-(c+l),i=t.normalizeLiveOffset(Math.trunc(o+e/a)),s=Math.abs(i-o),u=0;!r||s<=t.tuning.dashCmafLive.offsetCalculationError?u=o:i>0&&s>t.tuning.dashCmafLive.offsetCalculationError&&(u=i),t.manifestUrlString=O(t.manifestUrlString,u,2)}(m===`live_with_target_offset`||m===`live_forward_buffering`)&&(n=0,t.manifest=yield t.updateManifest())});return function(e){return r.apply(this,arguments)}}(),e=>{this.error$.next({id:`updateLive`,category:sp.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 Sp extends Uc{constructor(e){super(e),this.textTracksManager?.destroy()}getPlayer(){return new xp({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 Xf(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(qf()).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(Yf(e=>e.to)).subscribe(this.player.isLowLatency$)).add(Wf({liveBufferTime:n.liveBufferTime$,liveAvailabilityStartTime:this.player.liveAvailabilityStartTime$}).pipe(Yf(({liveBufferTime:e,liveAvailabilityStartTime:t})=>e&&t?e+t:void 0)).subscribe(n.liveTime$)).add(Wf({liveDuration:this.player.liveDuration$,liveStreamStatus:this.player.liveStreamStatus$,playbackRate:Gf(r.playbackRateState$,new Xf(1))}).pipe(Kf(({liveStreamStatus:e,liveDuration:t})=>e===`active`&&!!t)).subscribe(({liveDuration:e,playbackRate:r})=>{let i=n.liveBufferTime$.getValue(),a=n.position$.getValue(),{playbackCatchupSpeedup:o}=this.params.tuning.dashCmafLive.lowLatency;a||r<1-o||this.video.paused||Jf(i)||(t=e-i)})).add(Wf({time:n.liveBufferTime$,liveDuration:this.player.liveDuration$,playbackRate:Gf(r.playbackRateState$,new Xf(1))}).pipe(qf((e,t)=>this.player.liveStreamStatus$.getValue()===`active`?e.liveDuration===t.liveDuration:e.time===t.time)).subscribe(({time:e,liveDuration:r,playbackRate:i})=>{let a=n.position$.getValue(),{playbackCatchupSpeedup:o}=this.params.tuning.dashCmafLive.lowLatency;if(!a&&!this.video.paused&&i>=1-o||Jf(e)||Jf(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=bo(e);this.params.output.availableTextTracks$.next([t])}})),this.params.tuning.dashCmafLive.externalStopControl||this.subscription.add(this.player.liveStreamStatus$.pipe(Kf(e=>Zf(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 Cp,assertNonNullable as wp,combine as Tp,debounce as Ep,ErrorCategory as Dp,filter as Op,filterChanged as kp,fromEvent as Ap,isNonNullable as jp,isNullable as Mp,map as Np,merge as Pp,observableFrom as Fp,once as Ip,Subscription as Lp,throttle as Rp,timeout as zp}from"@vkontakte/videoplayer-shared/es2015";import{AbortControllerPolyfilled as Bp}from"@vkontakte/videoplayer-shared/es2015";import{arrayFlatMap as Vp}from"@vkontakte/videoplayer-shared/es2015";var Hp=(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 Up,assertNonNullable as Wp,combine as Gp,ErrorCategory as Kp,filter as qp,filterChanged as Jp,flattenObject as Yp,fromEvent as Xp,getTraceSubscriptionMethod as Zp,interval as Qp,isNonNullable as $p,isNullable as em,map as tm,merge as nm,now as rm,Subject as im,Subscription as am,SubscriptionRemovable as om,tap as sm,throttle as cm,ValueSubject as W}from"@vkontakte/videoplayer-shared/es2015";import{AbortControllerPolyfilled as lm}from"@vkontakte/videoplayer-shared/es2015";import{arrayIncludes as um}from"@vkontakte/videoplayer-shared/es2015";import{arrayAt as dm}from"@vkontakte/videoplayer-shared/es2015";import{arrayFlatMap as fm}from"@vkontakte/videoplayer-shared/es2015";import{cancelIdleCallbackPolyfilled as pm}from"@vkontakte/videoplayer-shared/es2015";import{requestIdleCallbackPolyfilled as mm}from"@vkontakte/videoplayer-shared/es2015";import{promiseFinally as hm}from"@vkontakte/videoplayer-shared/es2015";import{assertNever as gm,ErrorCategory as _m,Subject as vm}from"@vkontakte/videoplayer-shared/es2015";var ym=18,bm=!1;try{bm=j.browser.isSafari&&!!j.browser.safariVersion&&j.browser.safariVersion<=ym}catch(e){console.error(e)}class xm{constructor(e,t=!1){i(this,`bufferFull$`,new vm),i(this,`error$`,new vm),i(this,`buffer`,void 0),i(this,`queue`,[]),i(this,`currentTask`,null),i(this,`destroyed`,!1),i(this,`abortRequested`,!1),i(this,`isAbortFixEnabled`,!1),i(this,`completeTask`,()=>{try{if(this.currentTask){let e=this.currentTask.signal?.aborted;this.currentTask.callback(!e),this.currentTask=null,this.isAbortFixEnabled&&this.queue.shift()}this.queue.length&&this.pull()}catch(e){this.error$.next({id:`BufferTaskQueueUnknown`,category:_m.VIDEO_PIPELINE,message:`Buffer appending or removal failed`,thrown:e})}}),this.buffer=e,this.isAbortFixEnabled=t,this.buffer.addEventListener(`updateend`,this.completeTask)}append(e,t){var n=this;return a(function*(){return t&&t.aborted?!1:new Promise(r=>{let i={operation:`append`,data:e,signal:t,callback:r};n.queue.push(i),n.pull()})})()}remove(e,t,n){var r=this;return a(function*(){return n&&n.aborted?!1:new Promise(i=>{let a={operation:`remove`,from:e,to:t,signal:n,callback:i};r.queue.unshift(a),r.pull()})})()}abort(e){var t=this;return a(function*(){return new Promise(n=>{let r,i=e=>{t.abortRequested=!1,n(e)};r=bm&&e?{operation:`safariAbort`,init:e,callback:i}:{operation:`abort`,callback:i};for(let{callback:e}of t.queue)e(!1);t.abortRequested=!0,r&&(t.queue=[r]),t.pull()})})()}destroy(){this.destroyed=!0,this.buffer.removeEventListener(`updateend`,this.completeTask),this.queue=[],this.currentTask=null;try{this.buffer.abort()}catch(e){if(!(e instanceof DOMException&&e.name===`InvalidStateError`))throw e}}pull(){if((this.buffer.updating||this.currentTask||this.destroyed)&&!this.abortRequested)return;let e=this.isAbortFixEnabled?this.queue[0]:this.queue.shift();if(!e)return;if(e.signal?.aborted){e.callback(!1),this.pull();return}this.currentTask=e;let{operation:t}=this.currentTask;try{this.execute(this.currentTask)}catch(e){e instanceof DOMException&&e.name===`QuotaExceededError`&&t===`append`?this.bufferFull$.next(this.currentTask.data.byteLength):e instanceof DOMException&&e.name===`InvalidStateError`||this.error$.next({id:`BufferTaskQueue:${t}`,category:_m.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:gm(t)}}}var Sm=xm,Cm=e=>{let t=0;for(let n=0;n<e.length;n++)t+=e.end(n)-e.start(n);return t*1e3};import{abortable as wm,assertNonNullable as G,ErrorCategory as Tm,fromEvent as Em,getExponentialDelay as Dm,getWindow as Om,isHigher as km,isNonNullable as Am,isNullable as K,now as jm,once as Mm,Subject as Nm,Subscription as Pm,ValueSubject as Fm,isAbortError as Im}from"@vkontakte/videoplayer-shared/es2015";class Lm{constructor(e,t,n,{fetcher:r,tuning:a,getCurrentPosition:o,isActiveLowLatency:l,compatibilityMode:u=!1,manifest:d}){i(this,`currentLiveSegmentServerLatency$`,new Fm(0)),i(this,`currentLowLatencySegmentLength$`,new Fm(0)),i(this,`currentSegmentLength$`,new Fm(0)),i(this,`onLastSegment$`,new Fm(!1)),i(this,`fullyBuffered$`,new Fm(!1)),i(this,`playingRepresentation$`,new Fm(void 0)),i(this,`playingRepresentationInit$`,new Fm(void 0)),i(this,`error$`,new Nm),i(this,`gaps`,[]),i(this,`updateEnd$`,new Fm(void 0)),i(this,`subscription`,new Pm),i(this,`kind`,void 0),i(this,`initData`,void 0),i(this,`parsedInitData`,void 0),i(this,`representations`,void 0),i(this,`segments`,void 0),i(this,`allInitsLoaded`,!1),i(this,`activeSegments`,new Set),i(this,`forwardBufferRepresentations`,new Map),i(this,`mediaSource`,void 0),i(this,`playingRepresentationId`,void 0),i(this,`downloadingRepresentationId`,void 0),i(this,`switchingToRepresentationId`,void 0),i(this,`sourceBuffer`,void 0),i(this,`downloadAbortController`,new lm),i(this,`switchAbortController`,new lm),i(this,`destroyAbortController`,new lm),i(this,`useSmartRepresentationSwitch`,!1),i(this,`getCurrentPosition`,void 0),i(this,`isActiveLowLatency`,void 0),i(this,`tuning`,void 0),i(this,`forwardBufferTarget`,void 0),i(this,`fetcher`,void 0),i(this,`bufferLimit`,1/0),i(this,`sourceBufferTaskQueue`,void 0),i(this,`gapDetectionIdleCallback`,void 0),i(this,`initLoadIdleCallback`,void 0),i(this,`failedDownloads`,0),i(this,`baseUrls`,[]),i(this,`baseUrlsIndex`,0),i(this,`compatibilityMode`,void 0),i(this,`preloadOnly`,void 0),i(this,`isLive`,!1),i(this,`liveUpdateSegmentIndex`,0),i(this,`liveInitialAdditionalOffset`,0),i(this,`isSeekingLive`,!1),i(this,`index`,0),i(this,`lastDataObtainedTimestampMs`,0),i(this,`loadByteRangeSegmentsTimeoutId`,0),i(this,`startWith`,wm(this.destroyAbortController.signal,function(){var e=c(function*(e){let t=this.representations.get(e);G(t,`Cannot find representation ${e}`),this.playingRepresentationId=e,this.downloadingRepresentationId=e,this.sourceBuffer=this.mediaSource.addSourceBuffer(`${t.mime}; codecs="${t.codecs}"`),this.sourceBufferTaskQueue=new Sm(this.sourceBuffer,this.tuning.dash.useAbortMSEFix),this.subscription.add(Em(this.sourceBuffer,`updateend`).subscribe(this.updateEnd$)),this.subscription.add(Em(this.sourceBuffer,`updateend`).subscribe(()=>{this.checkEjectedSegments(),this.maintain()},e=>{let t,n=this.mediaSource.readyState;n!==`open`&&(t={id:`SegmentEjection_source_${n}`,category:Tm.VIDEO_PIPELINE,message:`Error when trying to clear segments ejected by browser`,thrown:e}),t??={id:`SegmentEjection`,category:Tm.VIDEO_PIPELINE,message:`Error when trying to clear segments ejected by browser`,thrown:e},this.error$.next(t)})),this.subscription.add(Em(this.sourceBuffer,`error`).subscribe(()=>this.error$.next({id:`SourceBuffer`,category:Tm.VIDEO_PIPELINE,message:`SourceBuffer Error event fired`}))),this.subscription.add(this.sourceBufferTaskQueue.bufferFull$.subscribe(e=>{let t=this.getCurrentPosition();if(!this.sourceBuffer||!t||!L(this.mediaSource,this.sourceBuffer))return;this.bufferLimit=Math.min(this.bufferLimit,Cm(this.sourceBuffer.buffered)*.8);let n=this.getForwardBufferDuration(t),r=Math.min(this.forwardBufferTarget,this.bufferLimit)*this.tuning.dash.minSafeBufferThreshold;this.pruneBuffer(t,e*2,n<r).catch(e=>{this.handleAsyncError(e,`pruneBuffer`)})})),this.subscription.add(this.sourceBufferTaskQueue.error$.subscribe(e=>this.error$.next(e))),yield this.loadInit(t,`high`,!0);let n=this.initData.get(t.id),r=this.segments.get(t.id),i=this.parsedInitData.get(t.id);G(n,`No init buffer for starting representation`),G(r,`No segments for starting representation`),n instanceof ArrayBuffer&&(this.searchGaps(r,t),yield this.sourceBufferTaskQueue.append(n,this.destroyAbortController.signal),this.playingRepresentation$.next(this.playingRepresentationId),this.playingRepresentationInit$.next(i))});return function(t){return e.apply(this,arguments)}}().bind(this))),i(this,`switchTo`,wm(this.destroyAbortController.signal,function(){var e=c(function*(e,t=!1){if(!L(this.mediaSource,this.sourceBuffer)||e===this.downloadingRepresentationId||e===this.switchingToRepresentationId)return;this.switchingToRepresentationId=e;let n=this.representations.get(e);G(n,`No such representation ${e}`);let r=this.segments.get(e),i=this.initData.get(e);if(K(i)||K(r)?yield this.loadInit(n,`high`,!1):i instanceof Promise&&(yield i),r=this.segments.get(e),G(r,`No segments for starting representation`),i=this.initData.get(e),!(!i||!(i instanceof ArrayBuffer)||!this.sourceBuffer||!L(this.mediaSource,this.sourceBuffer))){if(yield this.abort(),yield this.sourceBufferTaskQueue.append(i,this.downloadAbortController.signal),t)this.switchingToRepresentationId=void 0,this.downloadingRepresentationId=e,yield this.dropBuffer();else{let t=this.getCurrentPosition();Am(t)&&!this.isLive&&(this.bufferLimit=1/0,yield s(this.pruneBuffer(t,1/0,!0))),this.switchingToRepresentationId=void 0,this.downloadingRepresentationId=e}this.maintain()}});return function(t){return e.apply(this,arguments)}}().bind(this))),i(this,`switchToOld`,wm(this.destroyAbortController.signal,function(){var e=c(function*(e,t=!1){if(!L(this.mediaSource,this.sourceBuffer)||e===this.downloadingRepresentationId||e===this.switchingToRepresentationId)return;this.switchingToRepresentationId=e;let n=this.representations.get(e);G(n,`No such representation ${e}`);let r=this.segments.get(e),i=this.initData.get(e);if(K(i)||K(r)?yield this.loadInit(n,`high`,!1):i instanceof Promise&&(yield i),r=this.segments.get(e),G(r,`No segments for starting representation`),i=this.initData.get(e),!(!i||!(i instanceof ArrayBuffer)||!this.sourceBuffer||!L(this.mediaSource,this.sourceBuffer)))if(yield this.abort(),yield this.sourceBufferTaskQueue.append(i,this.downloadAbortController.signal),t)this.switchingToRepresentationId=void 0,this.downloadingRepresentationId=e,yield this.dropBuffer(),this.maintain();else{let t=this.getCurrentPosition();Am(t)&&(this.isLive||(this.bufferLimit=1/0,yield s(this.pruneBuffer(t,1/0,!0))),this.maintain(t)),this.switchingToRepresentationId=void 0,this.downloadingRepresentationId=e}});return function(t){return e.apply(this,arguments)}}().bind(this))),i(this,`seekLive`,wm(this.destroyAbortController.signal,function(){var e=c(function*(e){let t=fm(e,e=>e.representations);if(!this.downloadingRepresentationId||!t.length)return;this.isSeekingLive=!0;for(let e of this.representations.keys()){let n=t.find(t=>t.id===e);n&&this.representations.set(e,n);let r=this.representations.get(e);if(!r||!Md(r.segmentReference)){this.isSeekingLive=!1;return}let i=this.getActualLiveStartingSegments(r.segmentReference);this.segments.set(r.id,i)}let n=this.switchingToRepresentationId??this.downloadingRepresentationId,r=this.representations.get(n);G(r,`Representation not found by id ${n}`);let i=this.segments.get(n);G(i,`No segments for starting representation`);let a=this.initData.get(n);if(G(a,`No init buffer for starting representation`),!(a instanceof ArrayBuffer)){this.isSeekingLive=!1;return}let o=this.getDebugBufferState();this.liveUpdateSegmentIndex=0,yield this.abort(),o&&(yield this.sourceBufferTaskQueue.remove(o.from*1e3,o.to*1e3,this.destroyAbortController.signal)),this.searchGaps(i,r),yield this.sourceBufferTaskQueue.append(a,this.destroyAbortController.signal),this.isSeekingLive=!1});return function(t){return e.apply(this,arguments)}}().bind(this))),this.fetcher=r,this.tuning=a,this.compatibilityMode=u,this.forwardBufferTarget=a.dash.forwardBufferTargetAuto,this.getCurrentPosition=o,this.isActiveLowLatency=l,this.isLive=!!d?.live,this.baseUrls=d?.baseUrls??[],this.initData=new Map(n.map(e=>[e.id,null])),this.segments=new Map,this.parsedInitData=new Map,this.representations=new Map(n.map(e=>[e.id,e])),this.kind=e,this.mediaSource=t,this.sourceBuffer=null}switchToWithPreviousAbort(e,t=!1){if(!L(this.mediaSource,this.sourceBuffer)||e===this.downloadingRepresentationId||e===this.switchingToRepresentationId)return Promise.resolve();this.switchAbortController.abort(),this.switchAbortController=new lm;let n=this.switchAbortController.signal;return n.addEventListener(`abort`,()=>{this.switchingToRepresentationId===e&&(this.switchingToRepresentationId=void 0)},{once:!0}),wm(n,function(){var e=c(function*(e,t=!1){this.switchingToRepresentationId=e;let n=this.representations.get(e);G(n,`No such representation ${e}`);let r=this.segments.get(e),i=this.initData.get(e);if(K(i)||K(r)?yield this.loadInit(n,`high`,!1):i instanceof Promise&&(yield i),r=this.segments.get(e),G(r,`No segments for starting representation`),i=this.initData.get(e),!(i instanceof ArrayBuffer)||!this.sourceBuffer||!L(this.mediaSource,this.sourceBuffer)){this.switchingToRepresentationId===e&&(this.switchingToRepresentationId=void 0);return}if(yield this.abort(),yield this.sourceBufferTaskQueue.append(i,this.downloadAbortController.signal),t)this.switchingToRepresentationId=void 0,this.downloadingRepresentationId=e,yield this.dropBuffer();else{let t=this.getCurrentPosition();Am(t)&&!this.isLive&&(this.bufferLimit=1/0,yield this.pruneBuffer(t,1/0,!0)),this.downloadingRepresentationId=e,this.switchingToRepresentationId=void 0}this.maintain()});return function(t){return e.apply(this,arguments)}}().bind(this))(e,t)}warmUpMediaSource(){!K(this.sourceBuffer)&&!this.sourceBuffer.updating&&(this.sourceBuffer.mode=`segments`)}abort(){var e=this;return a(function*(){for(let t of e.activeSegments)e.abortSegment(t.segment);return e.activeSegments.clear(),e.downloadAbortController.abort(),e.downloadAbortController=new lm,e.abortBuffer()})()}maintain(e=this.getCurrentPosition()){if(K(e)||K(this.downloadingRepresentationId)||K(this.playingRepresentationId)||K(this.sourceBuffer)||!L(this.mediaSource,this.sourceBuffer)||Am(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(G(t,`No such representation ${this.downloadingRepresentationId}`),G(n,`No such representation ${this.playingRepresentationId}`),K(r)||K(i))return;let a=r.find(t=>e>=t.time.from&&e<t.time.to);Am(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=Td(n),s=Td(t),c=this.useSmartRepresentationSwitch&&this.tuning.dash.useNewRepresentationSwitch&&this.tuning.dash.useSmartRepresentationSwitch&&Am(i)&&Am(s)&&km(i.quality,s.quality),l=this.useSmartRepresentationSwitch&&this.tuning.dash.useNewRepresentationSwitch&&this.tuning.dash.useDelayedRepresentationSwitch;if(c||l?o+=Math.min(r,this.tuning.dash.representationSwitchForwardBufferGap):a&&a.time.to-e<this.tuning.dash.maxSegmentDurationLeftToSelectNextSegment&&r>=a.time.to-e+100&&(o=a?a.time.to+100:-1/0),this.tuning.dash.useNewRepresentationSwitch){let t=[...this.segments.entries()].map(([t,n])=>({representationId:t,status:n.find(t=>e>=t.time.from&&e<t.time.to)?.status})).find(e=>e.status===`fed`)?.representationId;t&&(this.playingRepresentationId=t,this.playingRepresentation$.next(this.playingRepresentationId),this.playingRepresentationInit$.next(this.parsedInitData.get(this.playingRepresentationId)))}}if(isFinite(this.bufferLimit)&&Cm(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(um(s,a))e=`high`;else{let t=dm(s,0);t&&t.time.from-a.time.to>=this.forwardBufferTarget/2&&(e=`low`)}this.loadSegments(s,t,e).catch(e=>{this.handleAsyncError(e,`loadSegments`)})}(!this.preloadOnly&&!this.allInitsLoaded&&a&&a.status===`fed`&&!s.length&&this.getForwardBufferDuration(e)>3e3||this.isActiveLowLatency())&&this.loadNextInit();let c=dm(r,-1);!this.isLive&&c&&(this.fullyBuffered$.next(c.time.to-e-this.getForwardBufferDuration(e)<100),this.onLastSegment$.next(e-c.time.from>0))}get lastDataObtainedTimestamp(){return this.lastDataObtainedTimestampMs}searchGaps(e,t){this.gaps=[];let n=0,r=this.isLive?this.liveInitialAdditionalOffset:0;for(let i of e)Math.trunc(i.time.from-n)>0&&this.gaps.push({representation:t.id,from:n,to:i.time.from+r,persistent:!0}),n=i.time.to;Am(t.duration)&&t.duration-n>0&&!this.isLive&&this.gaps.push({representation:t.id,from:n,to:t.duration,persistent:!0})}getActualLiveStartingSegments(e){let t=e.segments,n=this.isActiveLowLatency()?this.tuning.dashCmafLive.lowLatency.maxTargetOffset:this.tuning.dashCmafLive.maxActiveLiveOffset,r=[],i=0,a=t.length-1;do r.unshift(t[a]),i+=t[a].time.to-t[a].time.from,a--;while(i<n&&a>=0);return this.liveInitialAdditionalOffset=i-n,this.isActiveLowLatency()?[r[0]]:r}getLiveSegmentsToLoadState(e){let t=e?.streams[this.kind];if(!t)return;let n=fm(t,e=>e.representations).find(e=>e.id===this.downloadingRepresentationId);if(!n)return;let r=this.segments.get(n.id);if(r?.length)return{from:r[0].time.from,to:r[r.length-1].time.to}}updateLive(e){if(!e||[...this.segments.values()].every(e=>!e.length))return;let t=fm(e.streams[this.kind],e=>e.representations);for(let e of t){if(!e||!Md(e.segmentReference))return;let t=e.segmentReference.segments.map(e=>o(o({},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;G(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?dm(e,-1)?.time.to:0)||0}setSmartRepresentationSwitch(e){this.useSmartRepresentationSwitch=e}updateLowLatencyLiveIfNeeded(e){let t=0;for(let n of this.representations.values()){let r=n.segmentReference;if(!Md(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=du(r.segmentTemplateUrl,{segmentTime:t});i.push({status:`none`,time:{from:e.time.to,to:1/0},url:n})}}this.currentLowLatencySegmentLength$.next(t)}findSegmentStartTime(e){let t=this.switchingToRepresentationId??this.downloadingRepresentationId??this.playingRepresentationId;if(!t)return;let n=this.segments.get(t);return n?n.find(t=>t.time.from<=e&&t.time.to>=e)?.time.from??void 0:void 0}setTarget(e){this.forwardBufferTarget=e}setPreloadOnly(e){this.preloadOnly=e}destroy(){if(this.initData.clear(),this.segments.clear(),this.parsedInitData.clear(),this.representations.clear(),this.sourceBufferTaskQueue?.destroy(),this.gapDetectionIdleCallback&&pm&&pm(this.gapDetectionIdleCallback),this.initLoadIdleCallback&&pm&&pm(this.initLoadIdleCallback),this.subscription.unsubscribe(),this.sourceBuffer)try{this.mediaSource.removeSourceBuffer(this.sourceBuffer)}catch(e){if(!(e instanceof DOMException&&e.name===`NotFoundError`))throw e}this.sourceBuffer=null,this.downloadAbortController.abort(),this.switchAbortController.abort(),this.destroyAbortController.abort(),window.clearTimeout(this.loadByteRangeSegmentsTimeoutId)}selectForwardBufferSegments(e,t,n){return this.isLive?this.selectForwardBufferSegmentsLive(e,n):this.selectForwardBufferSegmentsRecord(e,t,n)}selectForwardBufferSegmentsLive(e,t){let n=e.findIndex(e=>t>=e.time.from&&t<e.time.to);return this.playingRepresentationId!==this.downloadingRepresentationId&&(this.liveUpdateSegmentIndex=n),this.liveUpdateSegmentIndex<e.length?e.slice(this.liveUpdateSegmentIndex++):[]}selectForwardBufferSegmentsRecord(e,t,n){let r=this.getForwardBufferDuration(n),i=e.findIndex(({status:e,time:{from:t,to:i}},a)=>{let o=t>n||t<=n&&i>=n||a===0&&n===0,s=Math.min(this.forwardBufferTarget,this.bufferLimit),c=this.preloadOnly&&t<=n+s||r<s&&i-t>=s||i<=n+s;return(e===`none`||e===`partially_ejected`&&o&&c&&this.sourceBuffer&&L(this.mediaSource,this.sourceBuffer)&&!(Hp(this.sourceBuffer.buffered,t)&&Hp(this.sourceBuffer.buffered,i)))&&o&&c});if(i===-1)return[];if(t!==`byteRange`)return e.slice(i,i+1);let a=e,o=0,s=0,c=[],l=this.preloadOnly?0:this.tuning.dash.segmentRequestSize,u=this.preloadOnly?this.forwardBufferTarget:0;for(let e=i;e<a.length&&(o<=l||s<=u);e++){let t=a[e];if(o+=t.byte.to+1-t.byte.from,s+=t.time.to+1-t.time.from,t.status===`none`||t.status===`partially_ejected`)c.push(t);else break}return c}loadSegments(e,t,n=`auto`){var r=this;return a(function*(){Md(t.segmentReference)?yield r.loadTemplateSegment(e[0],t,n):yield r.loadByteRangeSegments(e,t,n)})()}loadTemplateSegment(e,t,n=`auto`){var r=this;return a(function*(){e.status=`downloading`;let i={segment:e,loadedBytes:0,feedingBytes:0,fedBytes:0,representationId:t.id,startedAtMs:void 0};r.activeSegments.add(i);let{range:a,url:o,signal:s,onProgress:l,onProgressTasks:u}=r.prepareTemplateFetchSegmentParams(e,t);r.failedDownloads&&s&&(yield wm(s,c(function*(){let e=Dm(this.failedDownloads,this.tuning.downloadBackoff);yield new Promise(t=>setTimeout(t,e))}).bind(r))(),s.aborted&&r.abortActiveSegments([e])),i.startedAtMs=Om().performance.now();try{let e=yield r.fetcher.fetch(o,{range:a,signal:s,onProgress:l,priority:n,isLowLatency:r.isActiveLowLatency(),bufferOptimisation:r.tuning.dash.fetcherBufferOptimisation});if(r.lastDataObtainedTimestampMs=jm(),!e)return;let c=new DataView(e),d=Sd(t.mime);if(!isFinite(i.segment.time.to)){let e=t.segmentReference.timescale;i.segment.time.to=d.getChunkEndTime(c,e)}l&&i.feedingBytes&&u?yield Promise.all(u):yield r.sourceBufferTaskQueue.append(c,s);let{serverDataReceivedTimestamp:f,serverDataPreparedTime:p}=d.getServerLatencyTimestamps(c);f&&p&&r.currentLiveSegmentServerLatency$.next(p-f),i.segment.status=`downloaded`,r.onSegmentFullyAppended(i,t.id),r.failedDownloads=0}catch(t){r.abortActiveSegments([e]),Im(t)||(r.failedDownloads++,r.updateRepresentationsBaseUrlIfNeeded())}})()}updateRepresentationsBaseUrlIfNeeded(){if(!this.tuning.dash.enableBaseUrlSupport||!this.baseUrls.length||this.failedDownloads<=this.tuning.dash.maxSegmentRetryCount)return;this.baseUrlsIndex=(this.baseUrlsIndex+1)%this.baseUrls.length;let e=this.baseUrls[this.baseUrlsIndex];for(let t of this.representations.values())Md(t.segmentReference)?t.segmentReference.baseUrl=e:t.segmentReference.url=e}loadByteRangeSegments(e,t,n=`auto`){var r=this;return a(function*(){if(!e.length)return;let i=[];for(let n of e){n.status=`downloading`;let e={segment:n,loadedBytes:0,feedingBytes:0,fedBytes:0,representationId:t.id,startedAtMs:void 0};r.activeSegments.add(e),i.push(e)}let{range:a,url:o,signal:s,onProgress:l}=r.prepareByteRangeFetchSegmentParams(e,t);r.failedDownloads&&s&&(yield wm(s,c(function*(){let e=Dm(this.failedDownloads,this.tuning.downloadBackoff);yield new Promise(t=>{this.loadByteRangeSegmentsTimeoutId=window.setTimeout(t,e),Em(window,`online`).pipe(Mm()).subscribe(()=>{t(),window.clearTimeout(this.loadByteRangeSegmentsTimeoutId)})})}).bind(r))(),s.aborted&&r.abortActiveSegments(e));let u=Om().performance.now();for(let e of i)e.startedAtMs=u;try{yield r.fetcher.fetch(o,{range:a,onProgress:l,signal:s,priority:n,bufferOptimisation:r.tuning.dash.fetcherBufferOptimisation,urlCacheMechanismEnabled:!Md(t.segmentReference)}),r.lastDataObtainedTimestampMs=jm(),r.failedDownloads=0}catch(t){r.abortActiveSegments(e),Im(t)||(r.failedDownloads++,r.updateRepresentationsBaseUrlIfNeeded())}})()}prepareByteRangeFetchSegmentParams(e,t){var n=this;if(Md(t.segmentReference))throw Error(`Representation is not byte range type`);let r=t.segmentReference.url,i={from:dm(e,0).byte.from,to:dm(e,-1).byte.to},{signal:o}=this.downloadAbortController;return{url:r,range:i,signal:o,onProgress:function(){var e=a(function*(e,r){if(!o.aborted)try{n.lastDataObtainedTimestampMs=jm(),yield n.onSomeByteRangesDataLoaded({dataView:e,loaded:r,signal:o,onSegmentAppendFailed:()=>n.abort(),globalFrom:i?i.from:0,representationId:t.id})}catch(e){n.error$.next({id:`SegmentFeeding`,category:Tm.VIDEO_PIPELINE,message:`Error when feeding segments`,thrown:e})}});return function(t,n){return e.apply(this,arguments)}}()}}prepareTemplateFetchSegmentParams(e,t){if(!Md(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=jm();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:Tm.VIDEO_PIPELINE,message:`Error when feeding segments`,thrown:e})}}:void 0,onProgressTasks:a}}abortActiveSegments(e){for(let t of this.activeSegments)um(e,t.segment)&&this.abortSegment(t.segment)}onSomeTemplateDataLoaded({dataView:e,representationId:t,loaded:n,onSegmentAppendFailed:r,signal:i}){var o=this;return a(function*(){if(!o.activeSegments.size||!L(o.mediaSource,o.sourceBuffer))return;let a=o.representations.get(t);if(a)for(let s of o.activeSegments){let{segment:c}=s;if(s.representationId===t){if(i.aborted){r();continue}if(s.loadedBytes=n,s.loadedBytes>s.feedingBytes){let t=new DataView(e.buffer,e.byteOffset+s.feedingBytes,s.loadedBytes-s.feedingBytes),n=Sd(a.mime).parseFeedableSegmentChunk(t,o.isLive);n?.byteLength&&(c.status=`partially_fed`,s.feedingBytes+=n.byteLength,yield o.sourceBufferTaskQueue.append(n),s.fedBytes+=n.byteLength)}}}})()}onSomeByteRangesDataLoaded({dataView:e,representationId:t,globalFrom:n,loaded:r,signal:i,onSegmentAppendFailed:o}){var s=this;return a(function*(){if(!s.activeSegments.size||!L(s.mediaSource,s.sourceBuffer))return;let a=s.representations.get(t);if(a)for(let c of s.activeSegments){let{segment:l}=c;if(c.representationId!==t)continue;if(i.aborted){yield o();continue}let u=l.byte.from-n,d=l.byte.to-n,f=d-u+1,p=u<r,m=d<=r;if(!p)continue;let h=Sd(a.mime);if(l.status===`downloading`&&m){l.status=`downloaded`;let n=new DataView(e.buffer,e.byteOffset+u,f);(yield s.sourceBufferTaskQueue.append(n,i))&&!i.aborted?s.onSegmentFullyAppended(c,t):yield o()}else if(s.tuning.dash.enableSubSegmentBufferFeeding&&(l.status===`downloading`||l.status===`partially_fed`)&&(c.loadedBytes=Math.min(f,r-u),c.loadedBytes>c.feedingBytes)){let n=new DataView(e.buffer,e.byteOffset+u+c.feedingBytes,c.loadedBytes-c.feedingBytes),r=c.loadedBytes===f?n:h.parseFeedableSegmentChunk(n);r?.byteLength&&(l.status=`partially_fed`,c.feedingBytes+=r.byteLength,(yield s.sourceBufferTaskQueue.append(r,i))&&!i.aborted?(c.fedBytes+=r.byteLength,c.fedBytes===f&&s.onSegmentFullyAppended(c,t)):yield o())}}})()}onSegmentFullyAppended(e,t){if(!(K(this.sourceBuffer)||!L(this.mediaSource,this.sourceBuffer))){!this.isLive&&j.browser.isSafari&&this.tuning.useSafariEndlessRequestBugfix&&(Hp(this.sourceBuffer.buffered,e.segment.time.from,100)&&Hp(this.sourceBuffer.buffered,e.segment.time.to,100)||this.error$.next({id:`EmptyAppendBuffer`,category:Tm.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`,jd(e.segment)&&(e.segment.size=e.fedBytes);for(let n of this.representations.values())if(n.id!==t)for(let t of this.segments.get(n.id)??[])t.status===`fed`&&Math.round(t.time.from)===Math.round(e.segment.time.from)&&Math.round(t.time.to)===Math.round(e.segment.time.to)&&(t.status=`none`);this.updateLowLatencyLiveIfNeeded(e.segment),this.activeSegments.delete(e),this.detectGapsWhenIdle(t,[e.segment])}}abortSegment(e){e.status===`partially_fed`?e.status=`partially_ejected`:e.status!==`partially_ejected`&&(e.status=`none`);for(let t of this.activeSegments.values())if(t.segment===e){this.activeSegments.delete(t);break}}loadNextInit(){if(this.allInitsLoaded||this.initLoadIdleCallback)return;let e=null,t=!1;for(let[n,r]of this.initData.entries()){let i=r instanceof Promise;t||=i,r===null&&(e=n)}if(!e){this.allInitsLoaded=!0;return}if(t)return;let n=this.representations.get(e);n&&(this.initLoadIdleCallback=mm(()=>hm(this.loadInit(n,`low`,!1),()=>this.initLoadIdleCallback=null)))}loadInit(e,t=`auto`,n=!1){var r=this;return a(function*(){let i=r.tuning.dash.useFetchPriorityHints?t:`auto`,o=!n&&r.tuning.dash.ignoreNetworkErrorsOnLoadInit,s=(!n&&r.failedDownloads>0?wm(r.destroyAbortController.signal,c(function*(){let e=Dm(this.failedDownloads,this.tuning.downloadBackoff);yield new Promise(t=>setTimeout(t,e))}).bind(r))():Promise.resolve()).then(()=>r.fetcher.fetchRepresentation(e.segmentReference,Sd(e.mime),{priority:i,ignoreNetworkErrors:o})).then(function(){var t=a(function*(t){if(!t)return;let{init:n,dataView:i,segments:a}=t,o=i.buffer.slice(i.byteOffset,i.byteOffset+i.byteLength);r.initData.set(e.id,o);let s=a;r.isLive&&Md(e.segmentReference)&&(s=r.getActualLiveStartingSegments(e.segmentReference)),(!r.isLive||!r.segments.has(e.id))&&r.segments.set(e.id,s),n&&r.parsedInitData.set(e.id,n)});return function(e){return t.apply(this,arguments)}}()).then(()=>r.failedDownloads=0,t=>{o||r.initData.set(e.id,null),n&&r.error$.next({id:`LoadInits`,category:Tm.WTF,message:`loadInit threw`,thrown:t})});return r.initData.set(e.id,s),s})()}dropBuffer(){var e=this;return a(function*(){for(let t of e.segments.values())for(let e of t)e.status=`none`;yield e.pruneBuffer(0,1/0,!0)})()}pruneBuffer(e,t,n=!1){var r=this;return a(function*(){if(!r.sourceBuffer||!L(r.mediaSource,r.sourceBuffer)||!r.playingRepresentationId||K(e))return!1;let i=[],a=0,s=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},c=e=>{if(a>=t)return i;i.push(o({},e.time)),i=s(i);let n=jd(e)?e.size??0:e.byte.to-e.byte.from;a+=n};for(let t of r.segments.values())for(let n of t){let t=n.time.to<=e-r.tuning.dash.bufferPruningSafeZone,i=n.time.from>=e+Math.min(r.forwardBufferTarget,r.bufferLimit);(t||i)&&n.status===`fed`&&c(n)}for(let e=0;e<r.sourceBuffer.buffered.length;e++){let t=r.sourceBuffer.buffered.start(e)*1e3,n=r.sourceBuffer.buffered.end(e)*1e3,i=0;for(let e of r.segments.values())for(let r of e)um([`none`,`partially_ejected`],r.status)&&Math.round(r.time.from)<=Math.round(t)&&Math.round(r.time.to)>=Math.round(n)&&i++;i===r.segments.size&&c({time:{from:t,to:n},url:``,status:`none`})}if(i.length&&n){let t=Math.min(r.forwardBufferTarget,r.bufferLimit)*r.tuning.dash.minSafeBufferThreshold;for(let n of r.segments.values())for(let r of n)r.time.from>=e+t&&r.status===`fed`&&c(r)}return i.length?(yield Promise.all(i.map(e=>r.sourceBufferTaskQueue.remove(e.from,e.to)))).reduce((e,t)=>e||t,!1):!1})()}abortBuffer(){var e=this;return a(function*(){if(!e.sourceBuffer||!L(e.mediaSource,e.sourceBuffer))return!1;let t=e.playingRepresentationId&&e.initData.get(e.playingRepresentationId),n=t instanceof ArrayBuffer?t:void 0;return e.sourceBufferTaskQueue.abort(n)})()}getDebugBufferState(){if(!(!this.sourceBuffer||!L(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||!L(this.mediaSource,this.sourceBuffer)||!this.sourceBuffer.buffered.length||K(e)?0:mf(this.sourceBuffer.buffered,e)}getForwardBufferRepresentations(e=this.getCurrentPosition()){if(this.forwardBufferRepresentations.clear(),Am(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)K(t.startedAtMs)||(!e||t.segment.time.from<e.segment.time.from)&&(e=t);if(!K(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||!L(this.mediaSource,this.sourceBuffer)))for(let n of t){let t={representation:e,from:n.time.from,to:n.time.to,persistent:!1},{buffered:r}=this.sourceBuffer;for(let e=0;e<r.length;e++){let i=r.start(e)*1e3,a=r.end(e)*1e3;if(!(a<=n.time.from||i>=n.time.to)){if(i<=n.time.from&&a>=n.time.to){t=void 0;break}a>n.time.from&&a<n.time.to&&(t.from=a),i<n.time.to&&i>n.time.from&&(t.to=i)}}t&&t.to-t.from>1&&!this.gaps.some(e=>t&&e.from===t.from&&e.to===t.to)&&this.gaps.push(t)}}detectGapsWhenIdle(e,t){if(this.gapDetectionIdleCallback||!this.sourceBuffer||!L(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=mm(()=>{try{this.detectGaps(e,t)}catch(e){this.error$.next({id:`GapDetection`,category:Tm.WTF,message:`detectGaps threw`,thrown:e})}finally{this.gapDetectionIdleCallback=null}})}checkEjectedSegments(){if(K(this.sourceBuffer)||!L(this.mediaSource,this.sourceBuffer)||K(this.playingRepresentationId))return;let e=[];for(let t=0;t<this.sourceBuffer.buffered.length;t++){let n=Math.floor(this.sourceBuffer.buffered.start(t)*1e3),r=Math.ceil(this.sourceBuffer.buffered.end(t)*1e3);e.push({from:n,to:r})}for(let t of this.segments.values())for(let n of t){let{status:t}=n;if(t!==`fed`&&t!==`partially_ejected`)continue;let r=Math.floor(n.time.from),i=Math.ceil(n.time.to),a=e.some(e=>e.from-100<=r&&e.to+100>=i),o=e.filter(e=>r>=e.from&&r<e.to-100||i>e.from+100&&i<=e.to);a||(o.length===1||this.gaps.some(e=>e.from===n.time.from||e.to===n.time.to)?n.status=`partially_ejected`:n.status=`none`)}}handleAsyncError(e,t){this.error$.next({id:t,category:Tm.VIDEO_PIPELINE,thrown:e,message:`Something went wrong`})}}import{AbortControllerPolyfilled as Rm}from"@vkontakte/videoplayer-shared/es2015";import{fetchPolyfilled as zm}from"@vkontakte/videoplayer-shared/es2015";import{abortable as Bm,assertNever as Vm,fromEvent as Hm,merge as Um,now as Wm,Subject as Gm,ValueSubject as Km,flattenObject as qm,ErrorCategory as Jm,SubscriptionRemovable as Ym,getWindow as Xm,suppressAbort as Zm}from"@vkontakte/videoplayer-shared/es2015";import{ErrorCategory as Qm}from"@vkontakte/videoplayer-shared/es2015";var $m=new Set([2,3,4,5,6,9,19]),eh=new Set([1,8,18,21]),th=new Set([10,11,12,13,14,15,16]),nh=({txtCode:e,error$:t,recoverableError$:n,httpCode:r})=>{let i=parseInt(e);if(isNaN(i))return;let a=o(o({},rh(i)),{},{httpCode:r,UVBackendErrorCode:e});if($m.has(i)){t.next(o(o({},a),{},{category:Qm.NETWORK}));return}if(eh.has(i)){n.next(o(o({},a),{},{category:Qm.FATAL}));return}if(th.has(i)){t.next(o(o({},a),{},{category:Qm.FATAL}));return}},rh=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 ih(e)}};function ih(e){return{id:`GeneralVideoDataFetchError`,message:`Generic video data fetch error (${e})`}}import{devNull as ah,getWindow as oh}from"@vkontakte/videoplayer-shared/es2015";var sh=`vk_player_cached_fetches`,ch=[`fromCache`,`expires`,`sig`],lh=300*1e3,uh=`x-cache-expires`,dh=function(){var e=a(function*(e){let t=ph(e),n=yield oh().caches.open(sh);return{get:function(){var e=a(function*(){let e=yield n.match(t);return e&&!mh(e)?(ah.push(`core`,{key:`videoplayer_url_cache`,strings:[`cache_hit`]}),e):(e&&(yield n.delete(t),ah.push(`core`,{key:`videoplayer_url_cache`,strings:[`cache_missed`,`expired`]})),null)});return function(){return e.apply(this,arguments)}}(),set:r=>{n.put(t,hh(r,e))}}});return function(t){return e.apply(this,arguments)}}();function fh(){return typeof caches<`u`}function ph(e){try{let t=new URL(e);return t.hostname=`cache.local`,ch.forEach(e=>t.searchParams.delete(e)),t.toString()}catch{return e}}function mh(e){let t=e.headers.get(uh);if(!t)return!0;let n=Number(t);return isNaN(n)||n<=Date.now()}function hh(e,t){let n=e.clone(),r=new Headers(n.headers);return r.set(uh,gh(t).toString()),new Response(n.body,{status:n.status,statusText:n.statusText,headers:r})}function gh(e){try{let t=new URL(e).searchParams.get(`expires`);if(t&&!isNaN(Number(t)))return Number(t)}catch{return 0}return Date.now()+lh}var _h=function(){var e=a(function*(){yield oh().caches.delete(sh)});return function(){return e.apply(this,arguments)}}();class vh{constructor({throughputEstimator:e,requestQuic:t,tracer:n,compatibilityMode:r=!1,useEnableSubtitlesParam:a=!1,handleExtendedNetworkErrorsSet:l=!1,useUrlCacheMechanism:u=!1,measureNonSegmentRequests:d=!1}){i(this,`throughputEstimator`,void 0),i(this,`requestQuic`,void 0),i(this,`tracer`,void 0),i(this,`manifestRequested$`,new Gm),i(this,`firstBytesManifest$`,new Gm),i(this,`firstBytesRequested$`,new Gm),i(this,`firstBytesReceived$`,new Gm),i(this,`lastConnectionType$`,new Km(void 0)),i(this,`lastConnectionReused$`,new Km(void 0)),i(this,`lastRequestFirstBytes$`,new Km(void 0)),i(this,`lastConnectionMetrics$`,new Km(void 0)),i(this,`lastDownloadMetrics$`,new Km(void 0)),i(this,`recoverableError$`,new Gm),i(this,`error$`,new Gm),i(this,`abortAllController`,new Rm),i(this,`subscription`,new Ym),i(this,`compatibilityMode`,void 0),i(this,`useEnableSubtitlesParam`,void 0),i(this,`useUrlCacheMechanism`,void 0),i(this,`measureNonSegmentRequests`,void 0),i(this,`startupPhase`,!0),i(this,`performanceObserver`,null),i(this,`pendingConnectionMetrics`,new Map),i(this,`handleExtendedNetworkErrorsSet`,!1),i(this,`fetchManifest`,Bm(this.abortAllController.signal,function(){var e=c(function*(e){let t=this.tracer.createComponentTracer(`FetchManifest`),n=e;this.requestQuic&&(n=hl(n)),!this.compatibilityMode&&this.useEnableSubtitlesParam&&(n=kl(n)),this.trackRequestStart(n,performance.now());let r=Wm();this.manifestRequested$.next();let i=yield this.doFetch(n,{signal:this.abortAllController.signal}).catch(Zm);if(i){let a=Wm();t.log(`success`,qm({url:n,message:`Request successfully executed`})),t.end(),this.onHeadersReceived(i.headers),this.firstBytesManifest$.next();let o=i.headers.get(`content-length`),c=0;o&&(c=parseInt(o,10));let l=yield s(i.text());if((!o||isNaN(c)||c<=0)&&(c=new TextEncoder().encode(l).length),c>0){let t=a-r,n=c/(t/1e3)*8/1024,i={bytes:c,speed:n,url:e};this.lastDownloadMetrics$.next(i)}if(this.measureNonSegmentRequests&&this.startupPhase&&(this.throughputEstimator?.addRawRtt(a-r),o&&c>0)){let e=Wm();this.throughputEstimator?.addRawSpeed(c,e-r)}return l}else return t.error(`error`,qm({url:n,message:`No data in request manifest`})),t.end(),null});return function(t){return e.apply(this,arguments)}}().bind(this))),i(this,`fetch`,Bm(this.abortAllController.signal,function(){var e=c(function*(e,{rangeMethod:t=this.compatibilityMode?0:1,range:n,onProgress:r,priority:i=`auto`,signal:a,measureThroughput:o=!0,isLowLatency:s=!1,bufferOptimisation:l=!1,ignoreNetworkErrors:u=!1,urlCacheMechanismEnabled:d=!1}={}){let f=e,p=new Headers,m=this.tracer.createComponentTracer(`Fetch`);if(n)switch(t){case 0:p.append(`Range`,`bytes=${n.from}-${n.to}`);break;case 1:{let e=new URL(f,Xm().location.href);e.searchParams.append(`bytes`,`${n.from}-${n.to}`),f=e.toString();break}default:Vm(t)}this.requestQuic&&(f=hl(f));let h=this.abortAllController.signal,g;if(a){let e=new Rm;if(g=Um(Hm(this.abortAllController.signal,`abort`),Hm(a,`abort`)).subscribe(()=>{try{e.abort()}catch(e){Zm(e)}}),this.subscription.add(g),this.abortAllController.signal.aborted||a.aborted)try{e.abort()}catch(e){Zm(e)}h=e.signal}let _=0,v=Wm();m.log(`startRequest`,qm({url:f,priority:i,rangeMethod:t,range:n,isLowLatency:s,requestStartedAt:v})),this.trackRequestStart(f,performance.now()),this.firstBytesRequested$.next();let y=yield this.doFetch(f,{priority:i,headers:p,signal:h},{ignoreNetworkErrors:u,urlCacheMechanismEnabled:d}),b=Wm();if(!y)return m.error(`error`,{message:`No response in request`}),m.end(),this.unsubscribeAbortSubscription(g),null;if(this.throughputEstimator?.addRawRtt(b-v),!y.ok||!y.body){this.unsubscribeAbortSubscription(g);let e=`Fetch error ${y.status}: ${y.statusText}`;return m.error(`error`,{message:e}),m.end(),Promise.reject(Error(`Fetch error ${y.status}: ${y.statusText}`))}if(this.onHeadersReceived(y.headers),!r&&!o){this.unsubscribeAbortSubscription(g);let e=yield y.arrayBuffer(),t=Wm();if(this.measureNonSegmentRequests&&this.startupPhase){let e=y.headers.get(`content-length`),n=e?parseInt(e,10):NaN;Number.isFinite(n)&&n>0&&this.throughputEstimator?.addRawSpeed(n,t-v)}let n={requestStartedAt:v,requestEndedAt:t,duration:t-v};return m.log(`endRequest`,qm(n)),m.end(),e}let x=y.body;if(o){this.startupPhase=!1;let e;[x,e]=y.body.tee(),this.throughputEstimator?.trackStream(e,s)}let S=x.getReader(),C,w=parseInt(y.headers.get(`content-length`)??``,10);Number.isFinite(w)&&(C=w),!C&&n&&(C=n.to-n.from+1);let T=C?new Uint8Array(C):new Uint8Array,E=!1,D=e=>{this.unsubscribeAbortSubscription(g),E=!0,Zm(e)},ee=Bm(h,function(){var e=c(function*({done:e,value:t}){if(_===0&&(this.lastRequestFirstBytes$.next(Wm()-v),this.firstBytesReceived$.next()),h.aborted){this.unsubscribeAbortSubscription(g);return}if(!e&&t){if(l&&C)T.set(t,_),_+=t.byteLength;else{let e=new Uint8Array(T.length+t.length);e.set(T),e.set(t,T.length),T=e,_+=t.byteLength}r?.(new DataView(T.buffer),_),yield S?.read().then(ee,D)}});return function(t){return e.apply(this,arguments)}}().bind(this));yield S?.read().then(ee,D),this.unsubscribeAbortSubscription(g);let te=Wm(),ne={failed:E,requestStartedAt:v,requestEndedAt:te,duration:te-v};if(E)return m.error(`endRequest`,qm(ne)),m.end(),null;if(_>0){let t=te-v,n=_/(t/1e3)*8/1024,r={bytes:_,speed:n,url:e};this.lastDownloadMetrics$.next(r)}return m.log(`endRequest`,qm(ne)),m.end(),T.buffer});return function(t){return e.apply(this,arguments)}}().bind(this))),i(this,`fetchByteRangeRepresentation`,Bm(this.abortAllController.signal,function(){var e=c(function*(e,t,n){if(e.type!==`byteRange`)return null;let{from:r,to:i}=e.initRange,a=r,s=i,c=!1,l,u;e.indexRange&&(l=e.indexRange.from,u=e.indexRange.to,c=i+1===l,c&&(a=Math.min(l,r),s=Math.max(u,i))),a=Math.min(a,0);let d=yield this.fetch(e.url,o({range:{from:a,to:s},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(c)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);return{init:p,dataView:new DataView(d),segments:g}});return function(t,n,r){return e.apply(this,arguments)}}().bind(this))),i(this,`fetchTemplateRepresentation`,Bm(this.abortAllController.signal,function(){var e=c(function*(e,t){if(e.type!==`template`)return null;let n=new URL(e.initUrl,e.baseUrl).toString(),r=yield this.fetch(n,o({measureThroughput:!1},t));return r?{init:null,segments:e.segments.map(e=>o(o({},e),{},{status:`none`,size:void 0})),dataView:new DataView(r)}:null});return function(t,n){return e.apply(this,arguments)}}().bind(this))),this.throughputEstimator=e,this.requestQuic=t,this.compatibilityMode=r,this.tracer=n.createComponentTracer(`Fetcher`),this.useEnableSubtitlesParam=a,this.handleExtendedNetworkErrorsSet=l,this.measureNonSegmentRequests=d,Xm().PerformanceObserver&&this.setupPerformanceObserver(),this.useUrlCacheMechanism=u}onHeadersReceived(e){let{type:t,reused:n}=gl(e);this.lastConnectionType$.next(t),this.lastConnectionReused$.next(n)}setupPerformanceObserver(){this.performanceObserver=new(Xm()).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 Xm().navigator))return`unknown`;let e=Xm().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:Jm.WTF})}return null}trackRequestStart(e,t){let n=`${e}_${t}_${Math.random().toString(36).substr(2,9)}`;this.pendingConnectionMetrics.set(n,{url:e,startTime:t})}fetchRepresentation(e,t,n){var r=this;return a(function*(){let{type:i}=e;switch(i){case`byteRange`:return(yield r.fetchByteRangeRepresentation(e,t,n))??null;case`template`:return(yield r.fetchTemplateRepresentation(e,n))??null;default:Vm(i)}})()}destroy(){this.abortAllController.abort(),this.subscription.unsubscribe(),this.performanceObserver&&=(this.performanceObserver.disconnect(),null),this.pendingConnectionMetrics.clear(),this.tracer.end()}doFetch(e,t,n){var r=this;return a(function*(){let i;if(r.useUrlCacheMechanism&&n?.urlCacheMechanismEnabled&&fh()){i=yield dh(e);let t=yield i.get();if(t)return t}let a=yield zm(e,i?o(o({},t),{},{cache:`no-store`}):t);if(a.ok)return i?.set(a),a;if(n?.ignoreNetworkErrors)return;let s=yield a.text();if(r.handleExtendedNetworkErrorsSet){nh({txtCode:s,httpCode:a.status,error$:r.error$,recoverableError$:r.recoverableError$});return}let c=parseInt(s);if(!isNaN(c))switch(c){case 1:r.recoverableError$.next({id:`VideoDataLinkExpiredError`,message:`Video data links have expired`,category:Jm.FATAL,httpCode:a.status,UVBackendErrorCode:s});break;case 8:r.recoverableError$.next({id:`VideoDataLinkBlockedForFloodError`,message:`Url blocked for flood`,category:Jm.FATAL,httpCode:a.status,UVBackendErrorCode:s});break;case 18:r.recoverableError$.next({id:`VideoDataLinkIllegalIpChangeError`,message:`Client IP has changed`,category:Jm.FATAL,httpCode:a.status,UVBackendErrorCode:s});break;case 21:r.recoverableError$.next({id:`VideoDataLinkIllegalHostChangeError`,message:`Request HOST has changed`,category:Jm.FATAL,httpCode:a.status,UVBackendErrorCode:s});break;default:r.error$.next({id:`GeneralVideoDataFetchError`,message:`Generic video data fetch error (${c})`,category:Jm.FATAL,httpCode:a.status,UVBackendErrorCode:s})}})()}unsubscribeAbortSubscription(e){e&&(e.unsubscribe(),this.subscription.remove(e))}}import{isNullable as yh,ValueSubject as bh}from"@vkontakte/videoplayer-shared/es2015";class xh{constructor(e,t){i(this,`currentRepresentation$`,new bh(null)),i(this,`maxRepresentations`,4),i(this,`representationsCursor`,0),i(this,`representations`,[]),i(this,`getCurrentPosition`,void 0),i(this,`currentSegment`,null),this.getCurrentPosition=t.getCurrentPosition,this.processStreams(e)}updateLive(e){this.processStreams(e?.streams.text)}seekLive(e){this.processStreams(e)}maintain(e=this.getCurrentPosition()){if(!yh(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 s=t.segments.find(t=>t.time.from<=e&&t.time.to>=e);!s||this.currentSegment?.time.from===s.time.from&&this.currentSegment.time.to===s.time.to||(this.currentSegment=s,this.currentRepresentation$.next(o(o({},n),{},{label:`Live Text`,language:`ru`,isAuto:!0,url:new URL(s.url,t.baseUrl).toString()})))}}destroy(){this.currentRepresentation$.next(null),this.currentSegment=null,this.representations=[]}processStreams(e){for(let t of e??[]){let e=xh.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=>xh.filterRepresentations(e.representations))}static filterRepresentations(e){return e?.filter(e=>e.kind===`text`&&`segmentReference`in e&&Md(e.segmentReference))}}var Sh=[`timeupdate`,`progress`,`play`,`seeked`,`stalled`,`waiting`],Ch=[`timeupdate`,`progress`,`loadeddata`,`playing`,`seeked`];class wh{constructor(e){i(this,`element`,null),i(this,`manifestUrlString`,``),i(this,`source`,null),i(this,`manifest`,null),i(this,`tuning`,void 0),i(this,`tracer`,void 0),i(this,`forceVideoCodec`,void 0),i(this,`videoBufferManager`,void 0),i(this,`audioBufferManager`,void 0),i(this,`bufferManagers`,[]),i(this,`liveTextManager`,void 0),i(this,`throughputEstimator`,void 0),i(this,`subscription`,new am),i(this,`subscriptionRemovable`,new om),i(this,`representationSubscription`,new am),i(this,`fetcher`,void 0),i(this,`state$`,new Gt(`none`)),i(this,`currentVideoRepresentation$`,new W(void 0)),i(this,`currentVideoRepresentationInit$`,new W(void 0)),i(this,`currentAudioRepresentation$`,new W(void 0)),i(this,`currentVideoSegmentLength$`,new W(0)),i(this,`currentAudioSegmentLength$`,new W(0)),i(this,`error$`,new im),i(this,`manifestRequested$`,new im),i(this,`firstBytesManifest$`,new im),i(this,`manifestReceived$`,new im),i(this,`firstBytesRequested$`,new im),i(this,`firstBytesReceived$`,new im),i(this,`lastConnectionType$`,new W(void 0)),i(this,`lastConnectionReused$`,new W(void 0)),i(this,`lastRequestFirstBytes$`,new W(void 0)),i(this,`lastConnectionMetrics$`,new W(void 0)),i(this,`lastDownloadMetrics$`,new W(void 0)),i(this,`currentLiveTextRepresentation$`,new W(null)),i(this,`timeoutSourceOpenId`,void 0),i(this,`isLive$`,new W(!1)),i(this,`isActiveLive$`,new W(!1)),i(this,`isLowLatency$`,new W(!1)),i(this,`liveDuration$`,new W(0)),i(this,`liveSeekableDuration$`,new W(0)),i(this,`liveAvailabilityStartTime$`,new W(0)),i(this,`liveStreamStatus$`,new W(void 0)),i(this,`bufferLength$`,new W(0)),i(this,`liveLatency$`,new W(void 0)),i(this,`liveLoadBufferLength$`,new W(0)),i(this,`livePositionFromPlayer$`,new W(0)),i(this,`currentStallDuration$`,new W(0)),i(this,`videoLastDataObtainedTimestamp$`,new W(0)),i(this,`fetcherRecoverableError$`,new im),i(this,`fetcherError$`,new im),i(this,`updateDurationError$`,new im),i(this,`liveStreamEndTimestamp`,0),i(this,`liveBuffer`,void 0),i(this,`isUpdatingLive`,!1),i(this,`isJumpGapAfterSeekLive`,!1),i(this,`forceEnded$`,new im),i(this,`gapWatchdogActive`,!1),i(this,`gapWatchdogSubscription`,void 0),i(this,`stallWatchdogSubscription`,void 0),i(this,`livePauseWatchdogSubscription`,void 0),i(this,`liveWasInterrupted`,!1),i(this,`isOnDemand`,!1),i(this,`dashMaxTvVideoQuality`,void 0),i(this,`destroyController`,new Bp),i(this,`initManifest`,Up(this.destroyController.signal,function(){var e=c(function*(e,t,n){this.tracer.log(`initManifest`),this.element=e,this.manifestUrlString=O(t,n,2),this.state$.startTransitionTo(`manifest_ready`),this.manifest=yield this.updateManifest(),this.manifest?.streams.video.length?this.state$.setState(`manifest_ready`):this.error$.next({id:`NoRepresentations`,category:Kp.PARSER,message:`No playable video representations`})});return function(t,n,r){return e.apply(this,arguments)}}().bind(this))),i(this,`updateManifest`,Up(this.destroyController.signal,c(function*(){this.tracer.log(`updateManifestStart`,{manifestUrl:this.manifestUrlString});let e=yield this.fetcher.fetchManifest(this.manifestUrlString).catch(e=>{!this.manifest&&!this.bufferLength$.getValue()&&this.error$.next({id:`LoadManifest`,category:Kp.NETWORK,message:`Failed to load manifest`,thrown:e})});if(!e)return null;let t=null;try{t=fu(e??``,this.manifestUrlString),this.manifestReceived$.next()}catch(t){let n=Jc(e)??{id:`ManifestParsing`,category:Kp.PARSER,message:`Failed to parse MPD manifest`,thrown:t};this.error$.next(n)}if(!t)return null;let n=(e,t,n)=>{var r,i,a,o;return!!(!((r=this.element)==null||(i=r.canPlayType)==null)&&i.call(r,t)&&!((a=Ye())==null||(o=a.isTypeSupported)==null)&&o.call(a,`${t}; codecs="${n}"`)||e===`text`)};if(t.live){this.isLive$.next(!0);let{availabilityStartTime:e,latestSegmentPublishTime:n,streamIsUnpublished:r,streamIsAlive:i}=t.live,a=(t.duration??0)/1e3;this.liveSeekableDuration$.next(-1*a),this.liveDuration$.next((n-e)/1e3),this.liveAvailabilityStartTime$.next(t.live.availabilityStartTime);let o=`active`;if(i||(o=r?`unpublished`:`unexpectedly_down`),this.liveStreamStatus$.next(o),i&&this.liveWasInterrupted){this.liveWasInterrupted=!1,this.stopStallWatchdogSubscription();let e=this.normalizeLiveOffset(-1*this.livePositionFromPlayer$.getValue()*1e3);this.seekLive(e).catch(e=>{this.error$.next({id:`updateManifest`,category:Kp.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?kf(o,this.element,this.tuning.dash.checkRepresentationCanPlayType):o.filter(({mime:t,codecs:r})=>n(e,t,r));r[e]=s;let c,l;if(this.tuning.dash.codecsPrioritizeEnabled){if(e===`audio`)a=Fa(s.map(({codecs:e})=>e)),c=a[0],c&&(r[e]=s.filter(({codecs:e})=>Ia(e)===c));else if(e===`video`){i=Na(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=>Ia(e.codecs)===l.name&&!!e.hdr===l.hdr))}}else{let t=Ma(new Set(s.map(({codecs:e})=>e)));t&&(r[e]=s.filter(({codecs:e})=>e.startsWith(t)))}if(e===`video`){if(!this.tuning.dash.codecsPrioritizeEnabled){let e=this.tuning.preferHDR,t=r.video.some(e=>e.hdr),n=r.video.some(e=>!e.hdr);j.display.isHDR&&e&&t?r.video=r.video.filter(e=>e.hdr):n&&(r.video=r.video.filter(e=>!e.hdr))}let{videoStreamRepresentaionsFilter:e}=this.tuning.dash;if(e.length&&za(r,e),this.dashMaxTvVideoQuality&&Df(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 s=o(o({},t),{},{streams:r});return this.tuning.dash.codecsPrioritizeEnabled&&(s.codecs={video:i,audio:a}),this.tracer.log(`updateManifestEnd`,Yp(s)),s}).bind(this))),i(this,`initRepresentations`,Up(this.destroyController.signal,function(){var e=c(function*(e,t,n){var r=this;this.tracer.log(`initRepresentationsStart`,Yp({initialVideo:e,initialAudio:t,sourceHls:n})),Wp(this.manifest),Wp(this.element),this.representationSubscription.unsubscribe(),this.state$.startTransitionTo(`representations_ready`);let i=e=>{this.representationSubscription.add(Xp(e,`error`).pipe(qp(e=>!!this.element?.played.length)).subscribe(e=>{this.error$.next({id:`VideoSource`,category:Kp.VIDEO_PIPELINE,message:`Unexpected video source error`,thrown:e})}))};this.source=Qe();let o=document.createElement(`source`);if(i(o),o.src=URL.createObjectURL(this.source),this.element.appendChild(o),Xe())if(n){let e=document.createElement(`source`);i(e),e.type=`application/x-mpegurl`,e.src=n.url,this.element.appendChild(e)}else this.element.disableRemotePlayback=!0;this.isActiveLive$.next(this.isLive$.getValue());let s={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},c=this.manifest.streams.video.reduce((e,t)=>[...e,...t.representations],[]);if(this.videoBufferManager=new Lm(`video`,this.source,c,s),this.bufferManagers=[this.videoBufferManager],$p(t)){let e=this.manifest.streams.audio.reduce((e,t)=>[...e,...t.representations],[]);this.audioBufferManager=new Lm(`audio`,this.source,e,s),this.bufferManagers.push(this.audioBufferManager)}if(xh.isSupported(this.manifest.streams.text)&&!this.isLowLatency$.getValue()&&(this.liveTextManager=new xh(this.manifest.streams.text,s)),this.representationSubscription.add(this.fetcher.lastRequestFirstBytes$.subscribe(this.lastRequestFirstBytes$)),this.representationSubscription.add(nm(...Ch.map(e=>Xp(this.element,e))).pipe(tm(e=>this.element?mf(this.element.buffered,this.element.currentTime*1e3):0),Jp(),sm(e=>{e>this.tuning.dash.bufferEmptinessTolerance&&this.stopStallWatchdogSubscription()})).subscribe(this.bufferLength$)),this.representationSubscription.add(nm(Xp(this.element,`ended`),this.forceEnded$).subscribe(()=>{this.stopStallWatchdogSubscription()})),this.isLive$.getValue()){this.subscription.add(this.liveDuration$.pipe(Jp()).subscribe(e=>this.liveStreamEndTimestamp=rm())),this.subscription.add(Xp(this.element,`pause`).subscribe(()=>{let{liveUpdateInterval:e}=this.tuning.dash;this.livePauseWatchdogSubscription=Qp(e).subscribe(t=>{let n=De(this.manifestUrlString,2);this.manifestUrlString=O(this.manifestUrlString,n+e,2),this.liveStreamStatus$.getValue()===`active`&&this.updateManifest()}),this.subscription.add(this.livePauseWatchdogSubscription)})).add(Xp(this.element,`play`).subscribe(e=>this.livePauseWatchdogSubscription?.unsubscribe())),this.representationSubscription.add(Gp({isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(tm(({isActiveLive:e,isLowLatency:t})=>e&&t),Jp()).subscribe(e=>{this.isManualDecreasePlaybackInLive()||_p(this.element,1)})),this.representationSubscription.add(Gp({bufferLength:this.bufferLength$,isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(qp(({bufferLength:e,isActiveLive:t,isLowLatency:n})=>t&&n&&!!e)).subscribe(({bufferLength:e})=>this.liveBuffer.next(e))),this.representationSubscription.add(this.videoBufferManager.currentLowLatencySegmentLength$.subscribe(e=>{if(!this.isActiveLive$.getValue()&&!this.isLowLatency$.getValue()&&!e)return;let t=this.liveSeekableDuration$.getValue()-e/1e3;this.liveSeekableDuration$.next(Math.max(t,-1*this.tuning.dashCmafLive.maxLiveDuration)),this.liveDuration$.next(this.liveDuration$.getValue()+e/1e3)})),this.representationSubscription.add(Gp({isLive:this.isLive$,rtt:this.throughputEstimator.rtt$,bufferLength:this.bufferLength$,segmentServerLatency:this.videoBufferManager.currentLiveSegmentServerLatency$}).pipe(qp(({isLive:e})=>e),Jp((e,t)=>t.bufferLength<e.bufferLength),tm(({rtt:e,bufferLength:t,segmentServerLatency:n})=>{let r=De(this.manifestUrlString,2);return(e/2+t+n+r)/1e3})).subscribe(this.liveLatency$)),this.representationSubscription.add(Gp({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),_p(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(Gp({liveLoadBufferLength:this.liveLoadBufferLength$,bufferLength:this.bufferLength$}).pipe(cm(this.tuning.dash.liveUpdateInterval)).subscribe(function(){var t=a(function*({liveLoadBufferLength:t,bufferLength:n}){if(!r.element||r.isUpdatingLive)return;let i=r.element.playbackRate,a=De(r.manifestUrlString,2),o=Math.abs(r.livePositionFromPlayer$.getValue())*1e3,s=Math.min(o,r.tuning.dashCmafLive.normalizedTargetMinBufferSize*i),c=r.tuning.dashCmafLive.normalizedActualBufferOffset*i,l=r.tuning.dashCmafLive.normalizedLiveMinBufferSize*i,u=isFinite(t)?t:n,d=r.isActiveLive$.getValue()&&r.isLowLatency$.getValue(),f=o<=r.tuning.live.activeLiveDelay;r.isActiveLive$.next(f);let p=`none`;if(d?p=`active_low_latency`:r.isLowLatency$.getValue()&&f?(r.bufferManagers.forEach(e=>e.proceedLowLatencyLive()),p=`active_low_latency`):a!==0&&u<s?p=`live_forward_buffering`:u<s+l&&(p=`live_with_target_offset`),isFinite(t)&&(e=t>e?t:e),p===`live_forward_buffering`||p===`live_with_target_offset`){let n=e-(s+c),o=r.normalizeLiveOffset(Math.trunc(a+n/i)),l=Math.abs(o-a),u=0;!t||l<=r.tuning.dashCmafLive.offsetCalculationError?u=a:o>0&&l>r.tuning.dashCmafLive.offsetCalculationError&&(u=o),r.manifestUrlString=O(r.manifestUrlString,u,2)}(p===`live_with_target_offset`||p===`live_forward_buffering`)&&(e=0,yield r.updateLive())});return function(e){return t.apply(this,arguments)}}(),e=>{this.error$.next({id:`updateLive`,category:Kp.VIDEO_PIPELINE,thrown:e,message:`Failed to update live with subscription`})}))}let l=Gp({allBuffersFull:nm(...this.bufferManagers.map(e=>e.fullyBuffered$)).pipe(tm(()=>this.bufferManagers.every(e=>e.fullyBuffered$.getValue()))),someBufferEnded:nm(...this.bufferManagers.map(e=>e.onLastSegment$)).pipe(tm(()=>this.bufferManagers.some(e=>e.onLastSegment$.getValue())))}).pipe(Jp(),tm(({allBuffersFull:e,someBufferEnded:t})=>e&&t),qp(e=>e));if(this.representationSubscription.add(nm(this.forceEnded$,l).subscribe(()=>{if(this.source&&this.source.readyState===`open`&&Array.from(this.source.sourceBuffers).every(e=>!e.updating))try{this.source?.endOfStream()}catch(e){this.error$.next({id:`EndOfStream`,category:Kp.VIDEO_PIPELINE,message:`Failed to end MediaSource stream`,thrown:e})}})),this.representationSubscription.add(nm(...this.bufferManagers.map(e=>e.error$)).subscribe(this.error$)),this.representationSubscription.add(this.videoBufferManager.playingRepresentation$.subscribe(this.currentVideoRepresentation$)),this.representationSubscription.add(this.videoBufferManager.playingRepresentationInit$.subscribe(this.currentVideoRepresentationInit$)),this.representationSubscription.add(this.videoBufferManager.currentSegmentLength$.subscribe(this.currentVideoSegmentLength$)),this.audioBufferManager&&(this.representationSubscription.add(this.audioBufferManager.playingRepresentation$.subscribe(this.currentAudioRepresentation$)),this.representationSubscription.add(this.audioBufferManager.currentSegmentLength$.subscribe(this.currentAudioSegmentLength$))),this.liveTextManager&&this.representationSubscription.add(this.liveTextManager.currentRepresentation$.subscribe(this.currentLiveTextRepresentation$)),this.source.readyState!==`open`){let e=this.tuning.dash.sourceOpenTimeout>=0;yield new Promise(t=>{e&&(this.timeoutSourceOpenId=setTimeout(()=>{if(this.source?.readyState===`open`){t();return}this.error$.next({id:`OpenOfStream`,category:Kp.VIDEO_PIPELINE,message:`Failed to open MediaSource`,thrown:Error(`Timeout reject when wait sourceopen event`),traceAsLog:!0})},this.tuning.dash.sourceOpenTimeout)),this.source?.addEventListener(`sourceopen`,()=>{this.timeoutSourceOpenId&&clearTimeout(this.timeoutSourceOpenId),t()},{once:!0})})}if(!this.isLive$.getValue()){let e=[this.manifest.duration??0,...Vp(Vp([...this.manifest.streams.audio,...this.manifest.streams.video],e=>e.representations),e=>{let t=[];return e.duration&&t.push(e.duration),Md(e.segmentReference)&&e.segmentReference.totalSegmentsDurationMs&&t.push(e.segmentReference.totalSegmentsDurationMs),t})];this.source.duration=Math.max(...e)/1e3}this.audioBufferManager&&$p(t)?yield Promise.all([this.videoBufferManager.startWith(e),this.audioBufferManager.startWith(t)]):yield this.videoBufferManager.startWith(e),this.state$.setState(`representations_ready`),this.tracer.log(`initRepresentationsEnd`)});return function(t,n,r){return e.apply(this,arguments)}}().bind(this))),i(this,`tick`,()=>{if(!this.element||!this.videoBufferManager||this.source?.readyState!==`open`)return;let e=this.element.currentTime*1e3;this.videoBufferManager.maintain(e),this.audioBufferManager?.maintain(e),this.liveTextManager?.maintain(e),(this.videoBufferManager.gaps.length||this.audioBufferManager?.gaps.length)&&!this.gapWatchdogActive&&(this.gapWatchdogActive=!0,this.gapWatchdogSubscription=Qp(this.tuning.gapWatchdogInterval).subscribe(()=>this.jumpGap(),e=>{this.error$.next({id:`GapWatchdog`,category:Kp.WTF,message:`Error handling gaps`,thrown:e})}),this.subscription.add(this.gapWatchdogSubscription))}),this.throughputEstimator=e.throughputEstimator,this.tuning=e.tuning,this.tracer=e.tracer.createComponentTracer(`player`),this.forceVideoCodec=e.forceVideoCodec,this.isOnDemand=e.isOnDemand,this.dashMaxTvVideoQuality=e.dashMaxTvVideoQuality,this.fetcher=new vh({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}),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=ip.getLiveBufferSmoothedValue(this.tuning.dashCmafLive.lowLatency.maxTargetOffset,o({},e.tuning.dashCmafLive.lowLatency.bufferEstimator)),this.initTracerSubscription()}setSmartRepresentationSwitch(e){this.bufferManagers.forEach(t=>t.setSmartRepresentationSwitch(e))}seekLive(e){var t=this;return a(function*(){Wp(t.element),t.updateManifestUrlWithTimeOffset(e),t.manifest=yield t.updateManifest(),t.manifest&&(t.isJumpGapAfterSeekLive=!0,yield t.updateLiveBuffersFromManifest(t.manifest))})()}updateManifestUrlWithTimeOffset(e){let t=this.liveStreamStatus$.getValue()===`active`?0:rm()-this.liveStreamEndTimestamp,n=this.normalizeLiveOffset(e+t);this.isActiveLive$.next(n===0),this.manifestUrlString=O(this.manifestUrlString,n,2)}updateLiveBuffersFromManifest(e){var t=this;return a(function*(){yield t.videoBufferManager?.seekLive(e.streams.video),yield t.audioBufferManager?.seekLive(e.streams.audio),t.liveTextManager?.seekLive(e.streams.text)})()}stopStallWatchdogSubscription(){this.stallWatchdogSubscription?.unsubscribe(),this.currentStallDuration$.next(0)}initBuffer(){Wp(this.element),this.state$.setState(`running`),this.subscription.add(nm(...Sh.map(e=>Xp(this.element,e)),Xp(window,`online`)).subscribe(()=>this.tick(),e=>{this.error$.next({id:`DashVKPlayer`,category:Kp.WTF,message:`Internal logic error`,thrown:e})})),this.subscription.add(Xp(this.element,`progress`).subscribe(()=>{this.element&&this.element.readyState===2&&!this.element.seeking&&(this.element.currentTime=this.element.currentTime)})),this.subscription.add(Xp(this.element,`waiting`).subscribe(()=>{this.tuning.dash.useVideoElementWaitingCurrentTimeReassign&&this.element&&this.element.readyState===2&&!this.element.seeking&&Hp(this.element.buffered,this.element.currentTime*1e3)&&(this.element.currentTime=this.element.currentTime),this.stallWatchdogSubscription&&(this.stallWatchdogSubscription.unsubscribe(),this.subscriptionRemovable.remove(this.stallWatchdogSubscription)),this.stallWatchdogSubscription=Qp(this.tuning.dash.stallWatchdogInterval).subscribe(()=>{let{keepSilentStallWatchdogWhenNotActive:e}=this.tuning.dashCmafLive,{crashOnStallTimeout:t,crashOnStallTWithoutDataTimeout:n,liveStallReinitInterval:r,stallWatchdogInterval:i}=this.tuning.dash,a=this.isLive$.getValue(),o=this.liveStreamStatus$.getValue()===`active`;if(!this.element||this.source?.readyState!==`open`)return;let s=this.currentStallDuration$.getValue();s+=i,this.currentStallDuration$.next(s);let c={timeInWaiting:s},l=rm(),u=this.videoBufferManager?.lastDataObtainedTimestamp??0;this.videoLastDataObtainedTimestamp$.next(u);let d=this.audioBufferManager?.lastDataObtainedTimestamp??0,f=this.videoBufferManager?.getForwardBufferDuration()??0,p=this.audioBufferManager?.getForwardBufferDuration()??0,m=f<100&&l-u>n,h=this.audioBufferManager&&p<100&&l-d>n;if((!e||o)&&((m||h)&&s>n||s>=t))throw Error(`Stall timeout exceeded: ${s} ms`);if(a&&s%r===0){let t=this.normalizeLiveOffset(-1*this.livePositionFromPlayer$.getValue()*1e3);!o&&e?(this.liveWasInterrupted=!0,this.updateManifestUrlWithTimeOffset(t),this.updateManifest()):this.seekLive(t).catch(e=>{this.error$.next({id:`stallIntervalCallback`,category:Kp.VIDEO_PIPELINE,message:`stallIntervalCallback failed`,thrown:e})}),c.liveLastOffset=t}else{let e=this.element.currentTime*1e3;this.videoBufferManager?.maintain(e),this.audioBufferManager?.maintain(e),c.position=e}this.tracer.log(`stallIntervalCallback`,Yp(c))},e=>{this.error$.next({id:`StallWatchdogCallback`,category:Kp.NETWORK,message:`Can't restore DASH after stall.`,thrown:e})}),this.subscriptionRemovable.add(this.stallWatchdogSubscription)})),this.tick()}switchRepresentation(e,t,n=!1){var r=this;return a(function*(){let i={video:r.videoBufferManager,audio:r.audioBufferManager,text:null}[e];return r.tuning.alwaysAbortPreviousSwitch?i?.switchToWithPreviousAbort(t,n):r.tuning.useNewSwitchTo?r.currentStallDuration$.getValue()>0?i?.switchToWithPreviousAbort(t,n):i?.switchTo(t,n):i?.switchToOld(t,n)})()}seek(e,t){var n=this;return a(function*(){Wp(n.element),Wp(n.videoBufferManager);let r;r=t||n.element.duration*1e3<=n.tuning.dashSeekInSegmentDurationThreshold||Math.abs(n.element.currentTime*1e3-e)<=n.tuning.dashSeekInSegmentAlwaysSeekDelta?e:Math.max(n.videoBufferManager.findSegmentStartTime(e)??e,n.audioBufferManager?.findSegmentStartTime(e)??e),n.warmUpMediaSourceIfNeeded(r),!Hp(n.element.buffered,r)&&(yield Promise.all([n.videoBufferManager.abort(),n.audioBufferManager?.abort()])),em(n.element)||em(n.videoBufferManager)||(n.videoBufferManager.maintain(r),n.audioBufferManager?.maintain(r),n.element.currentTime=r/1e3,n.tracer.log(`seek`,Yp({requestedPosition:e,forcePrecise:t,position:r})))})()}warmUpMediaSourceIfNeeded(e=this.element?.currentTime){$p(this.element)&&$p(this.source)&&$p(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){for(let t of this.bufferManagers)t.setTarget(e)}getStreams(){return this.manifest?.streams}getCodecs(){return this.manifest?.codecs}setPreloadOnly(e){for(let t of this.bufferManagers)t.setPreloadOnly(e)}destroy(){this.subscription.unsubscribe(),this.subscriptionRemovable.unsubscribe(),this.representationSubscription.unsubscribe(),this.timeoutSourceOpenId&&clearTimeout(this.timeoutSourceOpenId),this.destroyController.abort(),this.fetcher.destroy(),this.stop(),this.source?.readyState===`open`&&Array.from(this.source.sourceBuffers).every(e=>!e.updating)&&this.source.endOfStream(),this.source=null,this.tracer.end()}initTracerSubscription(){let e=Zp(this.tracer.error.bind(this.tracer));this.subscription.add(this.error$.subscribe(e(`error`)))}isManualDecreasePlaybackInLive(){if(!this.element||!this.isLive$.getValue())return!1;let e=1-this.element.playbackRate;return Number(e.toFixed(2))>Number(this.tuning.dashCmafLive.lowLatency.playbackCatchupSpeedup.toFixed(2))}normalizeLiveOffset(e){return Math.trunc(e/1e3)*1e3}updateLive(){var e=this;return a(function*(){e.isUpdatingLive=!0,e.manifest=yield e.updateManifest(),e.manifest&&(e.bufferManagers.forEach(t=>t.updateLive(e.manifest)),e.liveTextManager?.updateLive(e.manifest)),e.isUpdatingLive=!1})()}jumpGap(){if(!this.element||!this.videoBufferManager)return;let e=this.videoBufferManager.getDebugBufferState();if(!e)return;let t=this.isActiveLive$.getValue()&&this.isLowLatency$.getValue(),n={isJumpGapAfterSeekLive:this.isJumpGapAfterSeekLive,isActiveLowLatency:t,initialCurrentTime:this.element.currentTime},{usePersistentGaps:r}=this.tuning.dash;this.isJumpGapAfterSeekLive&&!t&&this.element.currentTime>e.to&&(this.isJumpGapAfterSeekLive=!1,this.element.currentTime=0);let i=this.element.currentTime*1e3,a=[],s=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-s<=i&&t.to+s>i&&(this.element.duration*1e3-t.to<this.tuning.endGapTolerance?a.push(1/0):a.push(t.to));if(a.length){let e=Math.max(...a)+10;this.gapWatchdogSubscription.unsubscribe(),this.gapWatchdogActive=!1,e===1/0?this.forceEnded$.next():(this.element.currentTime=e/1e3,n=o(o({},n),{},{gapEnds:a,jumpTo:e,resultCurrentTime:this.element.currentTime}),this.tracer.log(`jumpGap`,Yp(n)))}}calculateDurationFromSegments(){return Math.max(this.videoBufferManager?.calculateDurationFromSegments()||0,this.audioBufferManager?.calculateDurationFromSegments()||0)}isAnyBufferUpdating(){return!this.source||this.source.readyState!==`open`?!1:Array.from(this.source.sourceBuffers).some(e=>e.updating)}updateSourceDurationFromSegments(){if(!this.source||this.source.readyState!==`open`||this.isLive$.getValue()||!this.tuning.useDurationFromSegments)return;let e=e=>{this.updateDurationError$.next({id:`updateDuration`,category:Kp.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 am;t.add(nm(...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 Th{constructor(e){i(this,`scene3D`,void 0),i(this,`subscription`,new Lp),i(this,`volumeSubscription`,new Lp),i(this,`videoState`,new Gt(`stopped`)),i(this,`video`,void 0),i(this,`observableVideo`,null),i(this,`player`,void 0),i(this,`params`,void 0),i(this,`tracer`,void 0),i(this,`textTracksManager`,null),i(this,`droppedFramesManager`,new va),i(this,`stallsManager`,new Wo),i(this,`elementSizeManager`,new Zo),i(this,`abrManager`,new Hc),i(this,`failedVideoTrack`,void 0),i(this,`videoTracksMap`,new Map),i(this,`audioTracksMap`,new Map),i(this,`textTracksMap`,new Map),i(this,`videoStreamsMap`,new Map),i(this,`audioStreamsMap`,new Map),i(this,`videoTrackSwitchHistory`,new Jr),i(this,`audioTrackSwitchHistory`,new Jr),i(this,`syncPlayback`,()=>{let e=this.videoState.getState(),t=this.params.desiredState.playbackState.getState(),n=this.params.desiredState.playbackState.getTransition(),r=this.params.desiredState.seekState.getState();if(!this.videoState.getTransition()){if(r.state===`requested`&&n?.to!==`paused`&&e!==`stopped`&&t!==`stopped`&&this.seek(r.position,r.forcePrecise),t===`stopped`){e!==`stopped`&&(this.videoState.startTransitionTo(`stopped`),this.player.stop(),this.video.load(),this.params.output.position$.next(0),this.params.output.duration$.next(1/0),this.params.output.currentBuffer$.next(void 0),this.params.output.currentNativeBuffer$.next(void 0),this.params.output.hostname$.next(void 0),this.videoState.setState(`stopped`),k(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`),k(this.params.desiredState.playbackState,`paused`)):t===`playing`?(this.videoState.startTransitionTo(`playing`),this.playIfAllowed()):n?.to===`ready`&&k(this.params.desiredState.playbackState,`ready`);return;case`playing`:t===`paused`?(this.videoState.startTransitionTo(`paused`),this.video.paused?this.videoState.setState(`paused`):this.video.pause()):t===`playing`&&this.video.paused?this.playIfAllowed():n?.to===`playing`&&k(this.params.desiredState.playbackState,`playing`);return;case`paused`:t===`playing`?(this.videoState.startTransitionTo(`playing`),this.playIfAllowed()):n?.to===`paused`&&k(this.params.desiredState.playbackState,`paused`);return;default:return Cp(e)}}}),i(this,`init3DScene`,e=>{if(this.scene3D)return;this.scene3D=new Oo(this.params.container,this.video,{fov:this.params.tuning.spherical.fov,orientation:this.params.tuning.spherical.orientation||{x:e.projectionData?.pose.yaw||0,y:e.projectionData?.pose.pitch||0,z:e.projectionData?.pose.roll||0},rotationSpeed:this.params.tuning.spherical.rotationSpeed,maxYawAngle:this.params.tuning.spherical.maxYawAngle,rotationSpeedCorrection:this.params.tuning.spherical.rotationSpeedCorrection,degreeToPixelCorrection:this.params.tuning.spherical.degreeToPixelCorrection,speedFadeTime:this.params.tuning.spherical.speedFadeTime,speedFadeThreshold:this.params.tuning.spherical.speedFadeThreshold});let t=this.elementSizeManager.getValue();t&&this.scene3D.setViewportSize(t.width,t.height)}),i(this,`destroy3DScene`,()=>{this.scene3D&&=(this.scene3D.destroy(),void 0)}),e.tuning.disableSubtitles||(this.textTracksManager=new Xn(e.source.url)),this.params=e,this.video=Cn(e.container,e.tuning),this.tracer=e.dependencies.tracer.createComponentTracer(`dashProvider`),this.params.output.element$.next(this.video),this.params.output.availableVideoTracks$.next([]),this.params.output.availableAudioTracks$.next([]),this.params.output.isAudioAvailable$.next(!0),this.params.output.hostname$.next(ui(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 wh({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;Mp(this.observableVideo)&&(this.observableVideo=gr(this.video),this.subscription.add(()=>this.observableVideo?.destroy()));let n=this.constructor.name,r=t=>{e.error$.next({id:n,category:Dp.WTF,message:`${n} internal logic error`,thrown:t})};return{output:e,desiredState:t,observableVideo:this.observableVideo,genericErrorListener:r,connect:(e,t)=>this.subscription.add(e.subscribe(t,r))}}subscribe(){var e=this;let{output:t,desiredState:n,observableVideo:r,genericErrorListener:i,connect:s}=this.getProviderSubscriptionInfo();jp(this.params.failedVideoTrack)&&(this.failedVideoTrack=this.params.failedVideoTrack,this.subscription.add(zp(this.params.tuning.dash.videoTrackBanAfterProviderFail).subscribe(()=>this.failedVideoTrack=null))),this.subscription.add(this.params.output.availableVideoTracks$.pipe(Op(e=>!!e.length),Ip()).subscribe(e=>{this.droppedFramesManager.connect({logger:this.params.dependencies.logger,video:this.video,droppedFramesChecker:this.params.tuning.droppedFramesChecker,isAuto:this.params.desiredState.autoVideoTrackSwitching,playing$:r.playing$,pause$:r.pause$,tracks:e})}));let c=this.params.desiredState.seekState.stateChangeEnded$.pipe(Np(e=>e.to.state!==`none`),kp());this.abrManager.init({isSeeked$:c,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,failedVideoTrack:this.params.failedVideoTrack,element:this.video,abrLogger:this.params.dependencies.abrLogger}),this.stallsManager.init({isSeeked$:c,currentStallDuration$:this.player.currentStallDuration$,videoLastDataObtainedTimestamp$:this.player.videoLastDataObtainedTimestamp$,throughput$:this.params.dependencies.throughputEstimator.throughput$,rtt$:this.params.dependencies.throughputEstimator.rtt$,tuning:this.params.tuning.stallsManager,abrParams:this.params.tuning.autoTrackSelection,isBuffering$:r.isBuffering$,looped$:r.looped$,playing$:r.playing$,duration:this.video.duration}),s(r.ended$,t.endedEvent$),s(r.looped$,t.loopedEvent$),s(r.error$,t.error$),s(r.isBuffering$,t.isBuffering$),s(r.currentBuffer$,t.currentBuffer$),s(r.currentBuffer$,t.currentNativeBuffer$),s(r.playing$,t.firstFrameEvent$),s(r.canplay$,t.canplay$),s(r.inPiP$,t.inPiP$),s(r.inFullscreen$,t.inFullscreen$),s(r.loadedMetadata$,t.loadedMetadataEvent$),s(this.player.error$,t.error$),s(this.player.fetcherRecoverableError$,t.fetcherRecoverableError$),s(this.player.updateDurationError$,t.updateDurationError$),s(this.player.fetcherError$,t.fetcherError$),s(this.player.videoLastDataObtainedTimestamp$,t.videoLastDataObtainedTimestamp$),s(this.player.manifestRequested$,t.manifestRequested$),s(this.player.firstBytesManifest$,t.firstBytesManifest$),s(this.player.manifestReceived$,t.manifestReceived$),s(this.player.firstBytesRequested$,t.firstBytesRequested$),s(this.player.firstBytesReceived$,t.firstBytesReceived$),s(this.player.lastConnectionType$,t.httpConnectionType$),s(this.player.lastConnectionReused$,t.httpConnectionReused$),s(this.player.lastConnectionMetrics$,t.httpConnectionMetrics$),s(this.player.lastDownloadMetrics$,t.httpDownloadMetrics$),s(this.player.isLive$,t.isLive$),s(this.player.lastRequestFirstBytes$.pipe(Op(jp),Ip()),t.firstBytesEvent$),s(this.stallsManager.severeStallOccurred$,t.severeStallOccurred$),s(this.videoState.stateChangeEnded$.pipe(Np(e=>e.to)),this.params.output.playbackState$),this.subscription.add(r.looped$.subscribe(()=>this.player.warmUpMediaSourceIfNeeded(),i)),this.subscription.add(r.seeked$.subscribe(t.seekedEvent$,i)),this.subscription.add(Un(this.video,n.isLooped,i)),this.subscription.add(this.params.skipVideoElVolumeSync$.subscribe(e=>{this.volumeSubscription.unsubscribe(),e?this.volumeSubscription.add(n.volume.stateChangeStarted$.subscribe(({to:e})=>this.params.output.volume$.next(e),i)):this.volumeSubscription.add(r.volumeState$.subscribe(this.params.output.volume$,i))})),ts({subscription:this.subscription,desiredState:n,videoElement$:this.params.output.element$,observableVideo:r}),this.subscription.add(Wn(this.video,n.volume,r.volumeState$,i,{skipVideoElVolumeSync$:this.params.skipVideoElVolumeSync$})),this.subscription.add(Gn(this.video,n.playbackRate,r.playbackRateState$,i)),this.elementSizeManager.connect({video:this.video,observableVideo:r}),s(Ca(this.video,{threshold:this.params.tuning.autoTrackSelection.activeVideoAreaThreshold}),t.elementVisible$),this.subscription.add(r.playing$.subscribe(()=>{this.videoState.setState(`playing`),k(n.playbackState,`playing`),this.scene3D&&this.scene3D.play()},i)).add(r.pause$.subscribe(()=>{this.videoState.setState(`paused`),k(n.playbackState,`paused`)},i)).add(r.canplay$.subscribe(()=>{this.videoState.getState()===`playing`&&!this.video.ended&&this.playIfAllowed()},i)),this.params.tuning.changePlaybackStateToPausedWhenEnded&&this.subscription.add(r.ended$.subscribe(()=>{this.videoState.setState(`paused`),k(n.playbackState,`paused`)})),this.subscription.add(this.player.state$.stateChangeEnded$.subscribe(({to:e})=>{if(e===`manifest_ready`){this.videoTracksMap=new Map,this.audioTracksMap=new Map,this.textTracksMap=new Map;let e=this.player.getStreams(),t=this.player.getCodecs();if(wp(e,`Manifest not loaded or empty`),!this.params.tuning.isAudioDisabled){let t=[];for(let n of e.audio){t.push(kd(n));let e=[];for(let t of n.representations){let r=Ed(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(Ad(t));let e=[];for(let n of t.representations){let r=Td(o(o({},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=Dd(t,e);this.textTracksMap.set(n,{stream:t,representation:e})}this.params.output.availableVideoTracks$.next(Array.from(this.videoTracksMap.keys())),this.params.output.availableAudioTracks$.next(Array.from(this.audioTracksMap.keys())),this.params.output.isAudioAvailable$.next(!!this.audioTracksMap.size),t?.video&&this.params.output.availableVideoCodecs$.next(t.video),t?.audio&&this.params.output.availableAudioCodecs$.next(t.audio),this.audioTracksMap.size&&this.textTracksMap.size&&this.params.desiredState.internalTextTracks.startTransitionTo(Array.from(this.textTracksMap.keys()))}else e===`representations_ready`&&(this.videoState.setState(`ready`),this.player.initBuffer())},i));let l=Pp(this.player.currentStallDuration$,this.player.state$.stateChangeEnded$,n.videoTrack.stateChangeStarted$,n.autoVideoTrackSwitching.transitionStarted$,this.params.dependencies.throughputEstimator.rttAdjustedThroughput$,n.autoVideoTrackLimits.stateChangeStarted$,this.elementSizeManager.getObservable(),this.params.output.elementVisible$,this.droppedFramesManager.onDroopedVideoFramesLimit$,Ap(this.video,`progress`)).pipe(Op(()=>this.videoTracksMap.size>0)),{abrThrottle:u}=this.params.tuning.dash;u&&(l=l.pipe(Rp(u))),this.subscription.add(l.subscribe(a(function*(){let t=e.player.state$.getState(),r=e.player.state$.getTransition();if(t!==`manifest_ready`&&t!==`running`||r)return;n.autoVideoTrackSwitching.getTransition()&&n.autoVideoTrackSwitching.setState(n.autoVideoTrackSwitching.getState());let i=e.selectVideoAudioRepresentations();if(!i)return;let[a,o]=i,s=[...e.videoTracksMap.keys()].find(t=>e.videoTracksMap.get(t)?.representation.id===a.id);jp(s)&&(e.stallsManager.lastVideoTrackSelected=s);let c=e.params.desiredState.autoVideoTrackLimits.getTransition();if(c&&e.params.output.autoVideoTrackLimits$.next(c.to),t===`manifest_ready`)yield e.player.initRepresentations(a.id,o?.id,e.params.sourceHls);else if(yield e.player.switchRepresentation(`video`,a.id),o){let t=!!n.audioStream.getTransition();yield e.player.switchRepresentation(`audio`,o.id,t)}}),i)),this.subscription.add(Tp({videoState:this.videoState.stateChangeEnded$,autoVideoTrackState:Pp(Fp([n.autoVideoTrackSwitching.getState()]),n.autoVideoTrackSwitching.stateChangeEnded$.pipe(Np(e=>e.to)))}).pipe(Np(({videoState:e,autoVideoTrackState:t})=>e.to!==`stopped`&&t),kp()).subscribe(e=>this.player.setSmartRepresentationSwitch(e))),this.subscription.add(n.cameraOrientation.stateChangeEnded$.subscribe(({to:e})=>{this.scene3D&&e&&this.scene3D.pointCameraTo(e.x,e.y)})),this.subscription.add(this.elementSizeManager.subscribe(e=>{this.scene3D&&e&&this.scene3D.setViewportSize(e.width,e.height)})),this.subscription.add(this.player.currentVideoRepresentation$.pipe(kp()).subscribe(e=>{let n=[...this.videoTracksMap.entries()].find(([,{representation:t}])=>t.id===e);if(!n){t.currentVideoTrack$.next(void 0),t.currentVideoStream$.next(void 0);return}let[r,{stream:i}]=n,a=this.params.desiredState.videoStream.getTransition();a&&a.to&&a.to.id===i.id&&this.params.desiredState.videoStream.setState(a.to),t.currentVideoTrack$.next(r),t.currentVideoStream$.next(Ad(i)),this.player.updateSourceDurationFromSegments()},i)),this.subscription.add(this.player.currentAudioRepresentation$.pipe(kp()).subscribe(e=>{let n=[...this.audioTracksMap.entries()].find(([,{representation:t}])=>t.id===e);if(!n){t.currentAudioStream$.next(void 0);return}let[r,{stream:i}]=n,a=this.params.desiredState.audioStream.getTransition();a&&a.to&&a.to.id===i.id&&this.params.desiredState.audioStream.setState(a.to),t.currentAudioStream$.next(kd(i)),this.player.updateSourceDurationFromSegments()},i)),this.subscription.add(this.player.currentVideoRepresentationInit$.subscribe(e=>{if(e?.is3dVideo&&this.params.tuning.spherical?.enabled)try{this.init3DScene(e),t.is3DVideo$.next(!0)}catch(e){t.warning$.next({id:`DashProvider`,message:`DashProvider could not initialize 3D-scene: ${e}`})}else this.destroy3DScene(),this.params.tuning.spherical?.enabled&&t.is3DVideo$.next(!1)},i)),this.subscription.add(this.player.currentVideoSegmentLength$.subscribe(t.currentVideoSegmentLength$,i)),this.subscription.add(this.player.currentAudioSegmentLength$.subscribe(t.currentAudioSegmentLength$,i)),this.textTracksManager?.connect(this.video,n,t);let d=n.playbackState.stateChangeStarted$.pipe(Np(({to:e})=>e===`ready`),kp());this.subscription.add(Pp(d,n.autoVideoTrackSwitching.stateChangeStarted$,this.player.state$.stateChangeEnded$,Fp([`init`])).subscribe(()=>{let e=n.autoVideoTrackSwitching.getState(),t=n.playbackState.getState()===`ready`?this.params.tuning.dash.forwardBufferTargetPreload:e?this.params.tuning.dash.forwardBufferTargetAuto:this.params.tuning.dash.forwardBufferTargetManual;this.player.setBufferTarget(t)})),this.subscription.add(Pp(d,this.player.state$.stateChangeEnded$,Fp([`init`])).subscribe(()=>this.player.setPreloadOnly(n.playbackState.getState()===`ready`)));let f=Pp(n.playbackState.stateChangeStarted$,n.videoTrack.stateChangeStarted$,n.seekState.stateChangeEnded$,this.videoState.stateChangeEnded$,Fp([`init`])).pipe(Ep(0));this.subscription.add(f.subscribe(this.syncPlayback,i))}selectVideoAudioRepresentations(){if(this.player.isStreamEnded)return;let e=this.params.tuning.useNewAutoSelectVideoTrack?ei:$r,t=this.params.tuning.useNewAutoSelectVideoTrack?li:ci,n=this.params.tuning.useNewAutoSelectVideoTrack?oi:si,{desiredState:r,output:i}=this.params,a=r.autoVideoTrackSwitching.getState(),s=r.videoTrack.getState()?.id,c=[...this.videoTracksMap.keys()].find(({id:e})=>e===s),l=i.currentVideoTrack$.getValue(),u=r.videoStream.getState()??(c&&this.videoTracksMap.get(c)?.stream)??this.videoStreamsMap.size===1?this.videoStreamsMap.keys().next().value:void 0;if(!u)return;let d=[...this.videoStreamsMap.keys()].find(({id:e})=>e===u.id),f=d&&this.videoStreamsMap.get(d);if(!f)return;let p=mf(this.video.buffered,this.video.currentTime*1e3),m;m=this.player.isActiveLive$.getValue()?this.player.isLowLatency$.getValue()?this.params.tuning.dashCmafLive.lowLatency.maxTargetOffset:this.params.tuning.dashCmafLive.normalizedLiveMinBufferSize:this.player.isLive$.getValue()?this.params.tuning.dashCmafLive.normalizedTargetMinBufferSize:a?this.params.tuning.dash.forwardBufferTargetAuto:this.params.tuning.dash.forwardBufferTargetManual;let h=(this.video.duration*1e3||1/0)-this.video.currentTime*1e3,g=Math.min(p/Math.min(m,h||1/0),1),_=r.audioStream.getState()??(this.audioStreamsMap.size===1?this.audioStreamsMap.keys().next().value:void 0),v=[...this.audioStreamsMap.keys()].find(({id:e})=>e===_?.id)??this.audioStreamsMap.keys().next().value,y=0;if(v){if(c&&!a){let t=e(c,f,this.audioStreamsMap.get(v)??[],this.params.tuning.autoTrackSelection.minVideoAudioRatio);y=Math.max(y,t?.bitrate??-1/0)}if(l){let t=e(l,f,this.audioStreamsMap.get(v)??[],this.params.tuning.autoTrackSelection.minVideoAudioRatio);y=Math.max(y,t?.bitrate??-1/0)}}let b=this.player.isLive$.getValue(),x=this.video.duration*1e3,S=!b&&Number.isFinite(x)&&x>0?Math.max(0,x-this.video.currentTime*1e3):void 0,C=this.params.tuning.dash.useAbrPhases?{isLive:b,remainingDurationMs:S,mpdSegmentDurationMs:this.player.getMpdVideoSegmentDuration()}:{};this.abrManager.updateContext(o({isAuto:a,videoTracks:f,audioTracks:v?this.audioStreamsMap.get(v)??[]:[],currentVideoTrack:l,desiredVideoTrack:c,limits:this.params.desiredState.autoVideoTrackLimits.getState(),forwardBufferHealth:g,forwardBufferDuration:p,forwardVideoBufferRepresentations:this.player.getForwardBufferRepresentations(`video`),forwardAudioBufferRepresentations:this.player.getForwardBufferRepresentations(`audio`),videoSegmentLoadProgress:this.player.getActiveVideoSegmentProgress()},C));let w=c,T;this.params.tuning.dash.useNewAbr?(w=this.abrManager.autoSelectTrack(`video`),T=v&&this.abrManager.autoSelectTrack(`audio`)):((a||!w)&&(w=n(f,{container:this.elementSizeManager.getValue(),panelSize:this.params.panelSize,estimatedThroughput:this.params.dependencies.throughputEstimator.rttAdjustedThroughput$.getValue(),tuning:this.stallsManager.abrTuningParams,limits:this.params.desiredState.autoVideoTrackLimits.getState(),reserve:y,forwardBufferHealth:g,current:l,failedVideoTrack:this.failedVideoTrack,visible:this.params.output.elementVisible$.getValue(),history:this.videoTrackSwitchHistory,playbackRate:this.video.playbackRate,droppedVideoMaxQualityLimit:this.droppedFramesManager.droppedVideoMaxQualityLimit,stallsVideoMaxQualityLimit:this.stallsManager.videoMaxQualityLimit,stallsPredictedThroughput:this.stallsManager.predictedThroughput,abrLogger:this.params.dependencies.abrLogger})),T=v&&t(w,f,this.audioStreamsMap.get(v)??[],{estimatedThroughput:this.params.dependencies.throughputEstimator.rttAdjustedThroughput$.getValue(),stallsPredictedThroughput:this.stallsManager.predictedThroughput,tuning:this.stallsManager.abrTuningParams,forwardBufferHealth:g,history:this.audioTrackSwitchHistory,playbackRate:this.video.playbackRate,abrLogger:this.params.dependencies.abrLogger}));let E=this.videoTracksMap.get(w)?.representation,D=T&&this.audioTracksMap.get(T)?.representation;if(E&&D)return[E,D];if(E&&!D&&this.audioTracksMap.size===0)return[E,void 0]}prepare(e=0){this.player.initManifest(this.video,this.params.source.url,e)}playIfAllowed(){let e=ki(this.video,()=>{this.params.output.soundProhibitedEvent$.next()}),t=e=>{e||(this.videoState.setState(`paused`),k(this.params.desiredState.playbackState,`paused`,!0))},n=e=>{this.params.output.error$.next({id:`ForcePlay`,message:`play() failed even with workarounds`,category:Dp.DOM,thrown:e})};this.params.tuning.ignoreForcePlayResultWhenProviderChanged?this.subscription.add(Fp(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.destroy3DScene(),this.textTracksManager?.destroy(),this.player.destroy(),this.params.output.element$.next(void 0),this.params.output.currentVideoStream$.next(void 0),wn(this.video,this.params.tuning),this.tracer.end()}}class Eh extends Th{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 Dh,merge as Oh,filter as kh,filterChanged as Ah,isNullable as jh,map as Mh,ValueSubject as Nh,isNonNullable as Ph}from"@vkontakte/videoplayer-shared/es2015";class Fh extends Th{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 Nh(1);a(r.playbackRateState$,o),(this.params.tuning.dashCmafLive.catchupLiveForMutedInactiveTab||this.params.tuning.live.catchupLiveForMutedInactiveTab)&&this.subscription.add(n.elementVisible$.pipe(Ah()).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(Mh(e=>e.to)).subscribe(this.player.isLowLatency$)).add(Dh({liveBufferTime:n.liveBufferTime$,liveAvailabilityStartTime:this.player.liveAvailabilityStartTime$}).pipe(Mh(({liveBufferTime:e,liveAvailabilityStartTime:n})=>e&&n?e*1e3+n+t:void 0)).subscribe(n.liveTime$)).add(Dh({liveDuration:this.player.liveDuration$,liveStreamStatus:this.player.liveStreamStatus$,playbackRate:Oh(r.playbackRateState$,new Nh(1))}).pipe(kh(({liveStreamStatus:e,liveDuration:t})=>e===`active`&&!!t)).subscribe(({liveDuration:e,playbackRate:r})=>{let i=n.liveBufferTime$.getValue(),a=n.position$.getValue(),{playbackCatchupSpeedup:o}=this.params.tuning.dashCmafLive.lowLatency;a||r<1-o||this.video.paused||jh(i)||(t=e-i)})).add(Dh({time:n.liveBufferTime$,liveDuration:this.player.liveDuration$,playbackRate:Oh(r.playbackRateState$,new Nh(1))}).pipe(Ah((e,t)=>this.player.liveStreamStatus$.getValue()===`active`?e.liveDuration===t.liveDuration:e.time===t.time)).subscribe(({time:e,liveDuration:r,playbackRate:i})=>{let a=n.position$.getValue(),{playbackCatchupSpeedup:o}=this.params.tuning.dashCmafLive.lowLatency;if(!a&&!this.video.paused&&i>=1-o||jh(e)||jh(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=Od(e);this.params.output.availableTextTracks$.next([t])}})),this.params.tuning.dashCmafLive.externalStopControl||this.subscription.add(this.player.liveStreamStatus$.pipe(kh(e=>Ph(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 Ih}from"@vkontakte/videoplayer-shared/es2015";import{fetchPolyfilled as Lh}from"@vkontakte/videoplayer-shared/es2015";var Rh=`X-Playback-Duration`,zh=function(){var e=a(function*(e){let t=yield Lh(e),n=yield t.text(),r=/#EXT-X-VK-PLAYBACK-DURATION:(\d+)/m.exec(n)?.[1];return r?parseInt(r,10):t.headers.has(Rh)?parseInt(t.headers.get(Rh),10):void 0});return function(t){return e.apply(this,arguments)}}();import{assertNever as Bh,combine as Vh,debounce as Hh,ErrorCategory as Uh,filter as Wh,filterChanged as Gh,isNonNullable as Kh,isNullable as qh,map as Jh,merge as Yh,observableFrom as Xh,Subscription as Zh,ValueSubject as Qh,VideoQuality as $h}from"@vkontakte/videoplayer-shared/es2015";import{objectFromEntries as eg}from"@vkontakte/videoplayer-shared/es2015";import{fetchPolyfilled as tg}from"@vkontakte/videoplayer-shared/es2015";import{videoSizeToQuality as ng,getExponentialDelay as rg}from"@vkontakte/videoplayer-shared/es2015";var ig=e=>{let t=null;if(e.QUALITY&&(t=vr(e.QUALITY)),!t&&e.RESOLUTION){let[n,r]=e.RESOLUTION.split(`x`).map(e=>parseInt(e,10));t=ng({width:n,height:r})}return t??null},ag=(e,t)=>{let n=e.split(`
249
+ `),r=[],i=[];for(let e=0;e<n.length;e++){let a=n[e],o=a.match(/^#EXT-X-STREAM-INF:(.+)/),s=a.match(/^#EXT-X-MEDIA:TYPE=SUBTITLES,(.+)/);if(!(!o&&!s)){if(o){let i=eg(o[1].split(`,`).map(e=>e.split(`=`))),a=i.QUALITY??`stream-${i.BANDWIDTH}`,s=ig(i),c;i.BANDWIDTH&&(c=parseInt(i.BANDWIDTH,10)/1e3||void 0),!c&&i[`AVERAGE-BANDWIDTH`]&&(c=parseInt(i[`AVERAGE-BANDWIDTH`],10)/1e3||void 0);let l=i[`FRAME-RATE`]?parseFloat(i[`FRAME-RATE`]):void 0,u;if(i.RESOLUTION){let[e,t]=i.RESOLUTION.split(`x`).map(e=>parseInt(e,10));e&&t&&(u={width:e,height:t})}let d=new URL(n[++e],t).toString();s&&r.push({id:a,quality:s,url:d,bandwidth:c,size:u,fps:l})}if(s){let e=eg(s[1].split(`,`).map(e=>{let t=e.indexOf(`=`);return[e.substring(0,t),e.substring(t+1)]}).map(([e,t])=>[e,t.replace(/^"|"$/g,``)])),t=e.URI?.replace(/playlist$/,`subtitles.vtt`),n=e.LANGUAGE,r=e.NAME;t&&n&&i.push({type:`internal`,id:n,label:r,language:n,url:t,isAuto:!1})}}}if(!r.length)throw Error(`Empty manifest`);return{qualityManifests:r,textTracks:i}},og=e=>new Promise(t=>{setTimeout(()=>{t()},e)}),sg=0,cg=function(){var e=a(function*(e,t=e,n,r){let i=yield(yield tg(e,r)).text();sg+=1;try{let{qualityManifests:e,textTracks:n}=ag(i,t);return{qualityManifests:e,textTracks:n}}catch{if(sg<=n.manifestRetryMaxCount)return yield og(rg(sg-1,{start:n.manifestRetryInterval,max:n.manifestRetryMaxInterval})),cg(e,t,n)}return{qualityManifests:[],textTracks:[]}});return function(t){return e.apply(this,arguments)}}(),lg=cg;import{AbortControllerPolyfilled as ug}from"@vkontakte/videoplayer-shared/es2015";import{fetchPolyfilled as dg}from"@vkontakte/videoplayer-shared/es2015";import{isNonNullable as fg,Subscription as pg,throttle as mg,ValueSubject as hg,Subject as gg,ErrorCategory as _g}from"@vkontakte/videoplayer-shared/es2015";class vg{constructor(e,t,n,r,a){i(this,`params`,void 0),i(this,`subscription`,new pg),i(this,`abortControllers`,{destroy:new ug,nextManifest:null}),i(this,`prepareUrl`,void 0),i(this,`currentTextTrackData`,null),i(this,`availableTextTracks$`,new hg(null)),i(this,`getCurrentTime$`,new hg(null)),i(this,`error$`,new gg),this.params={fetchManifestData:n,sourceUrl:r,downloadThreshold:a},this.subscription.add(e.pipe(mg(1e3)).subscribe(e=>{this.processLiveTime(e)})),this.getCurrentTime$.next(()=>this.currentTextTrackData?this.currentTextTrackData.playlist.segmentStartTime/1e3+t.currentTime:0)}destroy(){this.subscription.unsubscribe(),this.abortControllers.destroy.abort()}prepare(e){var t=this;return a(function*(){try{let n=new URL(e);n.searchParams.set(`enable-subtitles`,`yes`),t.prepareUrl=n.toString();let{textTracks:r}=yield t.fetchManifestData();yield t.processTextTracks(r,t.params.sourceUrl)}catch(e){t.error(`prepare`,e)}})()}processTextTracks(e,t){var n=this;return a(function*(){try{let r=yield n.parseTextTracks(e,t);r&&(n.currentTextTrackData=r)}catch(e){n.error(`processTextTracks`,e)}})()}parseTextTracks(e,t){var n=this;return a(function*(){for(let r of e){let e=new URL(r.url,t).toString(),i=yield(yield dg(e,{signal:n.abortControllers.destroy.signal})).text();return{textTrack:r,playlist:n.parsePlaylist(i,e)}}})()}parsePlaylist(e,t){let n={mediaSequence:0,programDateTime:``,segments:[],targetDuration:0,vkPlaybackDuration:0,segmentStartTime:0,vkStartTime:``},r=e.split(`
250
+ `),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(fg(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([o(o({},this.currentTextTrackData.textTrack),{},{url:n.url,isAuto:!0})]);break}}}fetchNextManifestData(){var e=this;return a(function*(){try{if(e.abortControllers.nextManifest)return;e.abortControllers.nextManifest=new ug;let{textTracks:t}=yield e.fetchManifestData(),n=yield e.parseTextTracks(t,e.params.sourceUrl);e.currentTextTrackData&&n&&(e.currentTextTrackData.playlist.segments=n.playlist.segments)}catch(t){e.error(`fetchNextManifestData`,t)}finally{e.abortControllers.nextManifest=null}})()}fetchManifestData(){var e=this;return a(function*(){let t=e.prepareUrl??e.params.sourceUrl;return yield e.params.fetchManifestData(t,{signal:e.abortControllers.destroy.signal})})()}error(e,t){this.error$.next({id:`[LiveTextManager][HLS_LIVE_CMAF]`,category:_g.WTF,thrown:t,message:e})}}class yg{constructor(e){i(this,`subscription`,new Zh),i(this,`volumeSubscription`,new Zh),i(this,`videoState`,new Gt(`stopped`)),i(this,`video`,void 0),i(this,`params`,void 0),i(this,`textTracksManager`,null),i(this,`liveTextManager`,null),i(this,`masterManifest`,void 0),i(this,`manifests$`,new Qh([])),i(this,`maxSeekBackTime$`,void 0),i(this,`liveOffset`,new Zn),i(this,`manifestStartTime$`,new Qh(void 0)),i(this,`syncPlayback`,()=>{if(!this.manifests$.getValue().length)return;let e=this.videoState.getState(),t=this.params.desiredState.playbackState.getState(),n=this.params.desiredState.playbackState.getTransition(),r=this.params.desiredState.videoTrack.getTransition(),i=this.params.desiredState.autoVideoTrackSwitching.getTransition(),a=this.params.desiredState.autoVideoTrackLimits.getTransition();if(t===`stopped`){e!==`stopped`&&(this.videoState.startTransitionTo(`stopped`),this.video.removeAttribute(`src`),this.video.load(),this.params.output.position$.next(0),this.params.output.duration$.next(1/0),this.params.output.currentBuffer$.next(void 0),this.params.output.currentNativeBuffer$.next(void 0),this.params.output.hostname$.next(void 0),this.videoState.setState(`stopped`),k(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`?k(this.params.desiredState.playbackState,`ready`):t===`paused`?(this.videoState.setState(`paused`),this.liveOffset.pause(),k(this.params.desiredState.playbackState,`paused`)):t===`playing`&&(this.videoState.startTransitionTo(`playing`),this.playIfAllowed());return;case`playing`:t===`paused`?(this.videoState.startTransitionTo(`paused`),this.liveOffset.pause(),this.video.paused?this.videoState.setState(`paused`):this.video.pause()):n?.to===`playing`&&k(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`&&(k(this.params.desiredState.playbackState,`paused`),this.liveOffset.pause());return;case`changing_manifest`:break;default:return Bh(e)}}),this.params=e,this.video=Cn(e.container,e.tuning),this.params.output.element$.next(this.video),this.masterManifest={id:`master`,quality:$h.INVARIANT,url:this.params.source.url};let t=(e,t)=>lg(e,this.params.source.url,{manifestRetryInterval:this.params.tuning.manifestRetryInterval,manifestRetryMaxInterval:this.params.tuning.manifestRetryMaxInterval,manifestRetryMaxCount:this.params.tuning.manifestRetryMaxCount},t);e.tuning.disableSubtitles||(this.params.tuning.useHlsLiveNewTextManager?this.liveTextManager=new vg(this.params.output.liveTime$,this.video,t,this.params.source.url,this.params.tuning.hlsLiveNewTextManagerDownloadThreshold):this.textTracksManager=new Xn(e.source.url)),t(this.generateLiveUrl()).then(({qualityManifests:e,textTracks:t})=>{e.length===0&&this.params.output.error$.next({id:`HlsLiveProviderInternal:empty_manifest`,category:Uh.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:Uh.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(ui(this.params.source.url)),this.params.output.availableTextTracks$.next([]),this.params.desiredState.internalTextTracks.setState([]),this.maxSeekBackTime$=new Qh(e.source.maxSeekBackTime??1/0),this.subscribe()}selectManifest(){var e;let{autoVideoTrackSwitching:t,videoTrack:n}=this.params.desiredState,r=t.getState(),i=n.getTransition(),a=(i==null||(e=i.to)==null?void 0:e.id)??n.getState()?.id??`master`,o=this.manifests$.getValue();if(!o.length)return;let s=r?`master`:a;return r&&!i&&n.startTransitionTo(this.masterManifest),o.find(e=>e.id===s)}subscribe(){let{output:e,desiredState:t}=this.params,n=t=>{e.error$.next({id:`HlsLiveProvider`,category:Uh.WTF,message:`HlsLiveProvider internal logic error`,thrown:t})},r=gr(this.video);this.subscription.add(()=>r.destroy());let i=(e,t)=>this.subscription.add(e.subscribe(t,n));i(r.ended$,e.endedEvent$),i(r.error$,e.error$),i(r.isBuffering$,e.isBuffering$),i(r.currentBuffer$,e.currentBuffer$),i(r.currentBuffer$,e.currentNativeBuffer$),i(r.loadedMetadata$,e.firstBytesEvent$),i(r.loadedMetadata$,e.loadedMetadataEvent$),i(r.playing$,e.firstFrameEvent$),i(r.canplay$,e.canplay$),i(r.inPiP$,e.inPiP$),i(r.inFullscreen$,e.inFullscreen$),this.subscription.add(t.isLooped.stateChangeStarted$.subscribe(()=>t.isLooped.setState(!1),n)),this.subscription.add(Wn(this.video,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(Gn(this.video,t.playbackRate,r.playbackRateState$,n)),i(Ca(this.video),e.elementVisible$),this.liveTextManager?(i(this.liveTextManager.getCurrentTime$,this.params.output.getCurrentTime$),i(this.liveTextManager.error$,this.params.output.error$)):this.textTracksManager&&this.textTracksManager.connect(this.video,t,e),this.subscription.add(r.playing$.subscribe(()=>{this.videoState.setState(`playing`),k(t.playbackState,`playing`)},n)).add(r.pause$.subscribe(()=>{this.videoState.setState(`paused`),k(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(Gh(),Jh(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&&Kh(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(ui(t.url)))}r&&this.params.desiredState.autoVideoTrackSwitching.setState(r.to),t&&t.from===`changing_manifest`&&this.videoState.setState(t.to),e&&e.state===`requested`&&this.seek(e.position)},n)),this.subscription.add(r.loadedData$.subscribe(()=>{var e,t;let n=(e=this.video)==null||(t=e.getStartDate)==null||(t=t.call(e))==null?void 0:t.getTime();this.manifestStartTime$.next(n||void 0)},n)),this.subscription.add(Vh({startTime:this.manifestStartTime$.pipe(Wh(Kh)),currentTime:r.timeUpdate$}).subscribe(({startTime:e,currentTime:t})=>this.params.output.liveTime$.next(e+t*1e3),n)),this.subscription.add(this.manifests$.pipe(Jh(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=Yh(t.playbackState.stateChangeStarted$,t.seekState.stateChangeEnded$,t.videoTrack.stateChangeStarted$,t.autoVideoTrackSwitching.stateChangeStarted$,t.autoVideoTrackLimits.stateChangeStarted$,this.videoState.stateChangeEnded$,this.manifests$,Xh([`init`])).pipe(Hh(0));this.subscription.add(a.subscribe(this.syncPlayback,n));let o=!1;this.params.tuning.live.catchupLiveForMutedInactiveTab&&this.subscription.add(e.elementVisible$.pipe(Gh()).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),wn(this.video,this.params.tuning)}prepare(){let e=this.selectManifest();if(qh(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=O(r.toString(),this.liveOffset.getTotalOffset(),i);this.liveTextManager?.prepare(a),this.video.setAttribute(`src`,a),this.video.load(),zh(a).then(e=>{if(!qh(e))this.maxSeekBackTime$.next(e);else{let e=this.params.source.maxSeekBackTime??this.maxSeekBackTime$.getValue();(qh(e)||!isFinite(e))&&Ih(a).then(e=>e.text()).then(e=>{let t=/#EXT-X-STREAM-INF[^\n]+\n(.+)/m.exec(e)?.[1];t&&zh(new URL(t,a).toString()).then(e=>{qh(e)||this.maxSeekBackTime$.next(e)})}).catch(()=>{})}})}playIfAllowed(){ki(this.video,()=>{this.params.output.soundProhibitedEvent$.next()}).then(e=>{e||(this.videoState.setState(`paused`),this.liveOffset.pause(),k(this.params.desiredState.playbackState,`paused`,!0))},e=>this.params.output.error$.next({id:`ForcePlay`,message:`play() failed even with workarounds`,category:Uh.DOM,thrown:e}))}seek(e){this.params.output.willSeekEvent$.next();let t=-e,n=t<this.maxSeekBackTime$.getValue()?t:0;this.liveOffset.resetTo(n),this.params.output.position$.next(-n/1e3),this.params.output.seekedEvent$.next()}generateLiveUrl(){let e=O(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 bg,debounce as xg,ErrorCategory as Sg,fromEvent as Cg,isNonNullable as wg,isNullable as Tg,map as Eg,merge as Dg,observableFrom as Og,Subscription as kg,ValueSubject as Ag,VideoQuality as jg}from"@vkontakte/videoplayer-shared/es2015";class Mg{constructor(e){i(this,`subscription`,new kg),i(this,`volumeSubscription`,new kg),i(this,`videoState`,new Gt(`stopped`)),i(this,`video`,void 0),i(this,`params`,void 0),i(this,`textTracksManager`,null),i(this,`masterManifest`,void 0),i(this,`manifests$`,new Ag([])),i(this,`unmuteAfterBrowserResetsHappened`,new Ag(!1)),i(this,`syncPlayback`,()=>{if(!this.manifests$.getValue().length)return;let e=this.videoState.getState(),t=this.params.desiredState.playbackState.getState(),n=this.params.desiredState.playbackState.getTransition(),r=this.params.desiredState.videoTrack.getTransition(),i=this.params.desiredState.autoVideoTrackSwitching.getTransition(),a=this.params.desiredState.autoVideoTrackLimits.getTransition();if(t===`stopped`){e!==`stopped`&&(this.videoState.startTransitionTo(`stopped`),this.video.removeAttribute(`src`),this.video.load(),this.params.output.position$.next(0),this.params.output.duration$.next(1/0),this.params.output.currentBuffer$.next(void 0),this.params.output.currentNativeBuffer$.next(void 0),this.params.output.hostname$.next(void 0),this.videoState.setState(`stopped`),k(this.params.desiredState.playbackState,`stopped`,!0));return}if(this.videoState.getTransition())return;let o=this.params.desiredState.seekState.getState();if(e===`stopped`){this.videoState.startTransitionTo(`ready`),this.prepare();return}if(r||i||a){let e=this.videoState.getState();this.videoState.setState(`changing_manifest`),this.videoState.startTransitionTo(e);let{currentTime:t}=this.video;this.prepare(),a&&this.params.output.autoVideoTrackLimits$.next(a.to),o.state===`none`&&this.params.desiredState.seekState.setState({state:`requested`,position:t*1e3,forcePrecise:!0});return}switch(n?.to!==`paused`&&o.state===`requested`&&this.seek(o.position),e){case`ready`:t===`ready`?k(this.params.desiredState.playbackState,`ready`):t===`paused`?(this.videoState.setState(`paused`),k(this.params.desiredState.playbackState,`paused`)):t===`playing`&&(this.videoState.startTransitionTo(`playing`),this.playIfAllowed());return;case`playing`:t===`paused`?(this.videoState.startTransitionTo(`paused`),this.video.paused?this.videoState.setState(`paused`):this.video.pause()):n?.to===`playing`&&k(this.params.desiredState.playbackState,`playing`);return;case`paused`:t===`playing`?(this.videoState.startTransitionTo(`playing`),this.playIfAllowed()):n?.to===`paused`&&k(this.params.desiredState.playbackState,`paused`);return;case`changing_manifest`:break;default:return bg(e)}}),e.tuning.disableSubtitles||(this.textTracksManager=new Xn(e.source.url)),this.params=e,this.video=Cn(e.container,e.tuning),this.params.output.element$.next(this.video),this.masterManifest={id:`master`,quality:jg.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(ui(this.params.source.url)),this.params.output.autoVideoTrackLimitingAvailable$.next(!0),this.params.output.manifestRequested$.next(),lg(O(this.params.source.url),this.params.source.url,{manifestRetryInterval:this.params.tuning.manifestRetryInterval,manifestRetryMaxInterval:this.params.tuning.manifestRetryMaxInterval,manifestRetryMaxCount:this.params.tuning.manifestRetryMaxCount}).then(({qualityManifests:e,textTracks:t})=>{this.params.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:Sg.NETWORK,message:`Error fetching manifest and extracting qualities`,thrown:e})),this.subscribe()}selectManifest(){var e;let{autoVideoTrackSwitching:t,videoTrack:n}=this.params.desiredState,r=t.getState(),i=n.getTransition(),a=(i==null||(e=i.to)==null?void 0:e.id)??n.getState()?.id??`master`,o=this.manifests$.getValue();if(!o.length)return;let s=r?`master`:a;return r&&(!i||!i.from)&&n.startTransitionTo(this.masterManifest),o.find(e=>e.id===s)}subscribe(){let{output:e,desiredState:t}=this.params,n=t=>{e.error$.next({id:`HlsProvider`,category:Sg.WTF,message:`HlsProvider internal logic error`,thrown:t})},r=gr(this.video);this.subscription.add(()=>r.destroy());let i=(e,t)=>this.subscription.add(e.subscribe(t));if(i(r.timeUpdate$,e.position$),i(r.durationChange$,e.duration$),i(r.ended$,e.endedEvent$),i(r.looped$,e.loopedEvent$),i(r.error$,e.error$),i(r.isBuffering$,e.isBuffering$),i(r.currentBuffer$,e.currentBuffer$),i(r.currentBuffer$,e.currentNativeBuffer$),i(r.loadedMetadata$,e.firstBytesEvent$),i(r.loadedMetadata$,e.loadedMetadataEvent$),i(r.playing$,e.firstFrameEvent$),i(r.canplay$,e.canplay$),i(r.seeked$,e.seekedEvent$),i(r.inPiP$,e.inPiP$),i(r.inFullscreen$,e.inFullscreen$),i(this.videoState.stateChangeEnded$.pipe(Eg(e=>e.to)),this.params.output.playbackState$),this.subscription.add(Un(this.video,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(Gn(this.video,t.playbackRate,r.playbackRateState$,n)),ts({subscription:this.subscription,desiredState:t,videoElement$:this.params.output.element$,observableVideo:r}),this.subscription.add(Wn(this.video,t.volume,r.volumeState$,n,{skipVideoElVolumeSync$:this.params.skipVideoElVolumeSync$})),this.textTracksManager?.connect(this.video,t,e),this.subscription.add(r.playing$.subscribe(()=>{this.videoState.setState(`playing`),k(t.playbackState,`playing`)},n)).add(r.pause$.subscribe(()=>{this.videoState.setState(`paused`),k(t.playbackState,`paused`)},n)).add(r.canplay$.subscribe(()=>{this.videoState.getTransition()?.to===`ready`&&this.videoState.setState(`ready`),this.videoState.getState()===`playing`&&this.playIfAllowed()},n).add(r.loadedMetadata$.subscribe(()=>{let e=this.params.desiredState.seekState.getState(),t=this.videoState.getTransition(),n=this.params.desiredState.videoTrack.getTransition(),r=this.params.desiredState.autoVideoTrackSwitching.getTransition();if(n&&wg(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(ui(t.url)))}let i=this.params.desiredState.playbackRate.getState();if(i!==this.params.output.element$.getValue()?.playbackRate){let e=this.params.output.element$.getValue();e&&(this.params.desiredState.playbackRate.setState(i),e.playbackRate=i)}r&&this.params.desiredState.autoVideoTrackSwitching.setState(r.to),t&&t.from===`changing_manifest`&&this.videoState.setState(t.to),e.state===`requested`&&this.seek(e.position)},n))),this.params.tuning.changePlaybackStateToPausedWhenEnded&&this.subscription.add(r.ended$.subscribe(()=>{this.videoState.setState(`paused`),k(t.playbackState,`paused`)})),this.subscription.add(this.manifests$.pipe(Eg(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)),!j.device.isIOS||!this.params.tuning.useNativeHLSTextTracks){let{textTracks:e}=this.video;this.subscription.add(Dg(Cg(e,`addtrack`),Cg(e,`removetrack`),Cg(e,`change`),Og([`init`])).subscribe(()=>{for(let t=0;t<e.length;t++)e[t].mode=`hidden`},n))}let a=Dg(t.playbackState.stateChangeStarted$,t.seekState.stateChangeEnded$,t.videoTrack.stateChangeStarted$,t.autoVideoTrackSwitching.stateChangeStarted$,t.autoVideoTrackLimits.stateChangeStarted$,this.videoState.stateChangeEnded$,this.manifests$,Og([`init`])).pipe(xg(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),wn(this.video,this.params.tuning)}prepare(){let e=this.selectManifest();if(Tg(e))return;let t=this.params.desiredState.autoVideoTrackLimits.getTransition(),n=this.params.desiredState.autoVideoTrackLimits.getState(),r=new URL(e.url);if((t||n)&&e.id===this.masterManifest.id){let{max:e,min:i}=t?.to??n??{};for(let[t,n]of[[e,`mq`],[i,`lq`]]){let e=String(parseFloat(t||``));n&&t&&r.searchParams.set(n,e)}}this.video.setAttribute(`src`,r.toString()),this.video.load()}playIfAllowed(){let e=ki(this.video,()=>{this.params.output.soundProhibitedEvent$.next()}),t=e=>{e||(this.videoState.setState(`paused`),k(this.params.desiredState.playbackState,`paused`,!0))},n=e=>{this.params.output.error$.next({id:`ForcePlay`,message:`play() failed even with workarounds`,category:Sg.DOM,thrown:e})};this.params.tuning.ignoreForcePlayResultWhenProviderChanged?this.subscription.add(Og(e).subscribe(t,n)):e.then(t,n)}seek(e){this.params.output.willSeekEvent$.next(),this.video.currentTime=e/1e3}}import{objectEntries as Ng}from"@vkontakte/videoplayer-shared/es2015";import{objectValues as Pg}from"@vkontakte/videoplayer-shared/es2015";import{arrayAt as Fg}from"@vkontakte/videoplayer-shared/es2015";import{assertNever as Ig,assertNonNullable as Lg,debounce as Rg,ErrorCategory as zg,isHigherOrEqual as Bg,isLowerOrEqual as Vg,isNonNullable as Hg,merge as Ug,observableFrom as Wg,Subscription as Gg,map as Kg}from"@vkontakte/videoplayer-shared/es2015";class qg{constructor(e){i(this,`subscription`,new Gg),i(this,`volumeSubscription`,new Gg),i(this,`videoState`,new Gt(`stopped`)),i(this,`video`,void 0),i(this,`trackUrls`,{}),i(this,`params`,void 0),i(this,`textTracksManager`,null),i(this,`syncPlayback`,()=>{let e=this.videoState.getState(),t=this.params.desiredState.playbackState.getState(),n=this.params.desiredState.playbackState.getTransition();if(t===`stopped`){e!==`stopped`&&(this.videoState.startTransitionTo(`stopped`),this.video.removeAttribute(`src`),this.video.load(),this.params.output.position$.next(0),this.params.output.duration$.next(1/0),this.params.output.currentBuffer$.next(void 0),this.params.output.currentNativeBuffer$.next(void 0),this.params.output.hostname$.next(void 0),this.videoState.setState(`stopped`),k(this.params.desiredState.playbackState,`stopped`,!0));return}if(this.videoState.getTransition())return;let r=this.params.desiredState.autoVideoTrackLimits.getTransition(),i=this.params.desiredState.videoTrack.getTransition(),a=this.params.desiredState.seekState.getState();if(r&&e!==`ready`&&!i){this.handleQualityLimitTransition(r.to);return}if(e===`stopped`){this.videoState.startTransitionTo(`ready`),this.prepare();return}if(i){let{currentTime:e}=this.video;this.prepare(),a.state===`none`&&this.params.desiredState.seekState.setState({state:`requested`,position:e*1e3,forcePrecise:!0});return}switch(n?.to!==`paused`&&a.state===`requested`&&this.seek(a.position),e){case`ready`:t===`ready`?k(this.params.desiredState.playbackState,`ready`):t===`paused`?(this.videoState.setState(`paused`),k(this.params.desiredState.playbackState,`paused`)):t===`playing`&&(this.videoState.startTransitionTo(`playing`),this.playIfAllowed());return;case`playing`:t===`paused`?(this.videoState.startTransitionTo(`paused`),this.video.paused?this.videoState.setState(`paused`):this.video.pause()):n?.to===`playing`&&k(this.params.desiredState.playbackState,`playing`);return;case`paused`:t===`playing`?(this.videoState.startTransitionTo(`playing`),this.playIfAllowed()):n?.to===`paused`&&k(this.params.desiredState.playbackState,`paused`);return;default:return Ig(e)}}),e.tuning.disableSubtitles||(this.textTracksManager=new Xn),this.params=e,this.video=Cn(e.container,e.tuning),this.params.output.element$.next(this.video),Ng(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(Pg(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:zg.WTF,message:`MpegProvider internal logic error`,thrown:t})},r=gr(this.video);this.subscription.add(()=>r.destroy());let i=(e,t)=>this.subscription.add(e.subscribe(t,n));i(r.timeUpdate$,e.position$),i(r.durationChange$,e.duration$),i(r.ended$,e.endedEvent$),i(r.looped$,e.loopedEvent$),i(r.error$,e.error$),i(r.isBuffering$,e.isBuffering$),i(r.currentBuffer$,e.currentNativeBuffer$),i(r.currentBuffer$,e.currentBuffer$),i(r.loadedMetadata$,e.firstBytesEvent$),i(r.loadedMetadata$,e.loadedMetadataEvent$),i(r.playing$,e.firstFrameEvent$),i(r.canplay$,e.canplay$),i(r.seeked$,e.seekedEvent$),i(r.inPiP$,e.inPiP$),i(r.inFullscreen$,e.inFullscreen$),i(this.videoState.stateChangeEnded$.pipe(Kg(e=>e.to)),this.params.output.playbackState$),this.subscription.add(Un(this.video,t.isLooped,n)),ts({subscription:this.subscription,desiredState:t,videoElement$:this.params.output.element$,observableVideo:r}),this.subscription.add(Wn(this.video,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(Gn(this.video,t.playbackRate,r.playbackRateState$,n)),i(Ca(this.video),e.elementVisible$),this.subscription.add(r.playing$.subscribe(()=>{this.videoState.setState(`playing`),k(t.playbackState,`playing`)},n)).add(r.pause$.subscribe(()=>{this.videoState.setState(`paused`),k(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&&Hg(e.to)){this.params.desiredState.videoTrack.setState(e.to),this.params.output.currentVideoTrack$.next(this.trackUrls[e.to.id].track);let t=this.params.desiredState.playbackRate.getState();if(t!==this.params.output.element$.getValue()?.playbackRate){let e=this.params.output.element$.getValue();e&&(this.params.desiredState.playbackRate.setState(t),e.playbackRate=t)}}this.videoState.getState()===`playing`&&!this.video.ended&&this.playIfAllowed()},n)),this.params.tuning.changePlaybackStateToPausedWhenEnded&&this.subscription.add(r.ended$.subscribe(()=>{this.videoState.setState(`paused`),k(t.playbackState,`paused`)})),this.textTracksManager?.connect(this.video,t,e);let a=Ug(t.playbackState.stateChangeStarted$,t.videoTrack.stateChangeStarted$,t.seekState.stateChangeEnded$,t.autoVideoTrackLimits.stateChangeStarted$,this.videoState.stateChangeEnded$,Wg([`init`])).pipe(Rg(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),wn(this.video,this.params.tuning)}prepare(){let e=this.params.desiredState.videoTrack.getState()?.id;Lg(e,`MpegProvider: track is not selected`);let{url:t}=this.trackUrls[e];Lg(t,`MpegProvider: No url for ${e}`),this.params.tuning.requestQuick&&(t=hl(t)),this.video.setAttribute(`src`,t),this.video.load(),this.params.output.hostname$.next(ui(t))}playIfAllowed(){let e=ki(this.video,()=>{this.params.output.soundProhibitedEvent$.next()}),t=e=>{e||(this.videoState.setState(`paused`),k(this.params.desiredState.playbackState,`paused`,!0))},n=e=>{this.params.output.error$.next({id:`ForcePlay`,message:`play() failed even with workarounds`,category:zg.DOM,thrown:e})};this.params.tuning.ignoreForcePlayResultWhenProviderChanged?this.subscription.add(Wg(e).subscribe(t,n)):e.then(t,n)}seek(e){this.params.output.willSeekEvent$.next(),this.video.currentTime=e/1e3}handleQualityLimitTransition(e){this.params.output.autoVideoTrackLimits$.next(e);let t=e=>{this.params.output.currentVideoTrack$.next(e),this.params.desiredState.videoTrack.startTransitionTo(e)},n=e=>{t(oi(a,{container:this.video.getBoundingClientRect(),panelSize:this.params.panelSize,estimatedThroughput:this.params.dependencies.throughputEstimator.throughput$.getValue(),tuning:this.params.tuning.autoTrackSelection,forwardBufferHealth:0,limits:e,abrLogger:this.params.dependencies.abrLogger}))},r=this.params.output.currentVideoTrack$.getValue()?.quality,i=!!(e.max||e.min),a=Pg(this.trackUrls).map(e=>e.track);if(!r||!i||Ur(e,a[0].quality,Fg(a,-1)?.quality)){n();return}let o=e.max?Vg(r,e.max):!0,s=e.min?Bg(r,e.min):!0;o&&s||n(e)}}import{assertNever as Jg,debounce as Yg,merge as Xg,observableFrom as Zg,Subscription as Qg,map as $g,ValueSubject as e_,ErrorCategory as t_,VideoQuality as n_}from"@vkontakte/videoplayer-shared/es2015";import{ErrorCategory as r_}from"@vkontakte/videoplayer-shared/es2015";var i_=[`stun:videostun.mycdn.me:80`],a_=1e3,o_=3,s_=()=>null;class c_{constructor(e,t){i(this,`options`,void 0),i(this,`ws`,null),i(this,`peerConnection`,null),i(this,`serverUrl`,``),i(this,`streamKey`,``),i(this,`stream`,null),i(this,`signalingType`,`JOIN`),i(this,`retryTimeout`,void 0),i(this,`retryCount`,0),i(this,`externalStartCallback`,s_),i(this,`externalStopCallback`,s_),i(this,`externalErrorCallback`,s_),this.options=this.normalizeOptions(t);let n=e.split(`/`);this.serverUrl=n.slice(0,n.length-1).join(`/`),this.streamKey=n[n.length-1]}onStart(e){try{this.externalStartCallback=e}catch(e){this.handleSystemError(e)}}onStop(e){try{this.externalStopCallback=e}catch(e){this.handleSystemError(e)}}onError(e){try{this.externalErrorCallback=e}catch(e){this.handleSystemError(e)}}connect(){this.connectWS()}disconnect(){try{this.externalStopCallback(),this.closeConnections()}catch(e){this.handleSystemError(e)}}connectWS(){this.ws||(this.ws=new WebSocket(this.serverUrl),this.ws.onopen=this.onSocketOpen.bind(this),this.ws.onmessage=this.onSocketMessage.bind(this),this.ws.onclose=this.onSocketClose.bind(this),this.ws.onerror=this.onSocketError.bind(this))}onSocketOpen(){this.handleLogin()}onSocketClose(e){try{if(!this.ws)return;this.ws=null,e.code>1e3?(this.retryCount++,this.retryCount>this.options.maxRetryNumber?this.handleNetworkError():this.scheduleRetry()):this.externalStopCallback()}catch(e){this.handleRTCError(e)}}onSocketError(e){try{this.externalErrorCallback(Error(e.toString()))}catch(e){this.handleRTCError(e)}}onSocketMessage(e){try{let t=this.parseMessage(e.data);switch(t.type){case`JOIN`:case`CALL_JOIN`:this.handleJoinMessage(t);break;case`UPDATE`:this.handleUpdateMessage(t);break;case`STATUS`:this.handleStatusMessage(t);break}}catch(e){this.handleRTCError(e)}}handleJoinMessage(e){switch(e.inviteType){case`ANSWER`:this.handleAnswer(e.sdp);break;case`CANDIDATE`:this.handleCandidate(e.candidate);break}}handleStatusMessage(e){switch(e.status){case`UNPUBLISHED`:this.handleUnpublished();break}}handleUpdateMessage(e){var t=this;return a(function*(){try{let n=yield t.createOffer();t.peerConnection&&(yield t.peerConnection.setLocalDescription(n)),t.handleAnswer(e.sdp)}catch(e){t.handleRTCError(e)}})()}handleLogin(){var e=this;return a(function*(){try{let t={iceServers:[{urls:i_}]};e.peerConnection=new RTCPeerConnection(t),e.peerConnection.ontrack=e.onPeerConnectionStream.bind(e),e.peerConnection.onicecandidate=e.onPeerConnectionIceCandidate.bind(e),e.peerConnection.oniceconnectionstatechange=e.onPeerConnectionIceConnectionStateChange.bind(e);let n=yield e.createOffer();yield e.peerConnection.setLocalDescription(n),e.send({type:e.signalingType,inviteType:`OFFER`,streamKey:e.streamKey,sdp:n.sdp,callSupport:!1})}catch(t){e.handleRTCError(t)}})()}handleAnswer(e){var t=this;return a(function*(){try{t.peerConnection&&(yield t.peerConnection.setRemoteDescription(new RTCSessionDescription({type:`answer`,sdp:e})))}catch(e){t.handleRTCError(e)}})()}handleCandidate(e){var t=this;return a(function*(){if(e)try{t.peerConnection&&(yield t.peerConnection.addIceCandidate(e))}catch(e){t.handleRTCError(e)}})()}handleUnpublished(){try{this.closeConnections(),this.externalStopCallback()}catch(e){this.handleRTCError(e)}}handleSystemError(e){this.options.errorChanel&&this.options.errorChanel.next({id:`webrtc-provider-error`,category:r_.WTF,message:e.message})}onPeerConnectionStream(e){var t=this;return a(function*(){let n=e.streams[0];t.stream&&t.stream.id===n.id||(t.stream=n,t.externalStartCallback(t.stream))})()}onPeerConnectionIceCandidate(e){e.candidate&&this.send({type:this.signalingType,inviteType:`CANDIDATE`,candidate:e.candidate})}onPeerConnectionIceConnectionStateChange(){if(this.peerConnection){let e=this.peerConnection.iceConnectionState;[`failed`,`closed`].indexOf(e)>-1&&(this.retryCount++,this.retryCount>this.options.maxRetryNumber?this.handleNetworkError():(this.closeConnections(),this.scheduleRetry()))}}createOffer(){var e=this;return a(function*(){let t={offerToReceiveAudio:!0,offerToReceiveVideo:!0,voiceActivityDetection:!1};if(!e.peerConnection)throw Error(`Can not create offer - no peer connection instance `);let n=yield e.peerConnection.createOffer(t),r=n.sdp||``;if(!/^a=rtpmap:\d+ H264\/\d+$/m.test(r))throw Error(`No h264 codec support error`);return n})()}handleRTCError(e){try{this.externalErrorCallback(e||Error(`RTC connection error`))}catch(e){this.handleSystemError(e)}}handleNetworkError(){try{this.externalErrorCallback(Error(`Network error`))}catch(e){this.handleSystemError(e)}}send(e){this.ws&&this.ws.send(JSON.stringify(e))}parseMessage(e){try{return JSON.parse(e)}catch{throw Error(`Can not parse socket message`)}}closeConnections(){let e=this.ws;e&&(this.ws=null,e.close(1e3)),this.removePeerConnection()}removePeerConnection(){let e=this.peerConnection;e&&=(this.peerConnection=null,e.close(),e.ontrack=null,e.onicecandidate=null,e.oniceconnectionstatechange=null,null)}scheduleRetry(){this.retryTimeout=setTimeout(this.connectWS.bind(this),a_)}normalizeOptions(e={}){let t={stunServerList:i_,maxRetryNumber:o_,errorChanel:null};return e.stunServerList&&(t.stunServerList=e.stunServerList),e.maxRetryNumber&&e.maxRetryNumber>0&&(t.maxRetryNumber=e.maxRetryNumber),t}}class l_{constructor(e){i(this,`subscription`,void 0),i(this,`volumeSubscription`,void 0),i(this,`params`,void 0),i(this,`log`,void 0),i(this,`video`,void 0),i(this,`videoState`,new Gt(`stopped`)),i(this,`liveStreamClient`,void 0),i(this,`maxSeekBackTime$`,new e_(0)),i(this,`syncPlayback`,()=>{let e=this.videoState.getState(),t=this.params.desiredState.playbackState.getState(),n=this.params.desiredState.playbackState.getTransition();if(t===`stopped`){e!==`stopped`&&(this.videoState.startTransitionTo(`stopped`),this.video.pause(),this.video.srcObject=null,this.params.output.position$.next(0),this.params.output.duration$.next(0),this.params.output.currentBuffer$.next(void 0),this.params.output.currentNativeBuffer$.next(void 0),this.params.output.hostname$.next(void 0),this.videoState.setState(`stopped`),k(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`),k(this.params.desiredState.playbackState,`paused`)):t===`playing`&&(this.videoState.startTransitionTo(`playing`),this.playIfAllowed());return;case`playing`:t===`paused`?(this.videoState.startTransitionTo(`paused`),this.video.paused?this.videoState.setState(`paused`):this.video.pause()):n?.to===`playing`&&k(this.params.desiredState.playbackState,`playing`);return;case`paused`:t===`playing`?(this.videoState.startTransitionTo(`playing`),this.playIfAllowed()):n?.to===`paused`&&k(this.params.desiredState.playbackState,`paused`);return;default:return Jg(e)}}),this.subscription=new Qg,this.volumeSubscription=new Qg,this.params=e,this.log=this.params.dependencies.logger.createComponentLog(`WebRTCLiveProvider`),this.video=Cn(e.container,e.tuning),this.liveStreamClient=new c_(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),wn(this.video,this.params.tuning)}subscribe(){let{output:e,desiredState:t}=this.params,n=t=>{e.error$.next({id:`WebRTCLiveProvider`,category:t_.WTF,message:`WebRTCLiveProvider internal logic error`,thrown:t})};this.subscription.add(Xg(this.videoState.stateChangeStarted$.pipe($g(e=>({transition:e,type:`start`}))),this.videoState.stateChangeEnded$.pipe($g(e=>({transition:e,type:`end`})))).subscribe(({transition:e,type:t})=>{this.log({message:`[videoState change] ${t}: ${JSON.stringify(e)}`})}));let r=gr(this.video);this.subscription.add(()=>r.destroy());let i=(e,t)=>this.subscription.add(e.subscribe(t,n));i(r.timeUpdate$,e.liveTime$),i(r.ended$,e.endedEvent$),i(r.looped$,e.loopedEvent$),i(r.error$,e.error$),i(r.isBuffering$,e.isBuffering$),i(r.currentBuffer$,e.currentBuffer$),i(r.currentBuffer$,e.currentNativeBuffer$),i(Ca(this.video),this.params.output.elementVisible$),this.subscription.add(r.durationChange$.subscribe(t=>{e.duration$.next(t===1/0?0:t)})).add(r.canplay$.subscribe(()=>{this.videoState.getTransition()?.to===`ready`&&this.videoState.setState(`ready`)},n)).add(r.pause$.subscribe(()=>{this.videoState.setState(`paused`)},n)).add(r.playing$.subscribe(()=>{this.videoState.setState(`playing`)},n)).add(r.error$.subscribe(e.error$)).add(this.maxSeekBackTime$.subscribe(this.params.output.duration$)).add(Wn(this.video,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 Jg(n.to)}},n)).add(Xg(t.playbackState.stateChangeStarted$,this.videoState.stateChangeEnded$,Zg([`init`])).pipe(Yg(0)).subscribe(this.syncPlayback.bind(this),n)),this.subscription.add(t.isLooped.stateChangeStarted$.subscribe(()=>t.isLooped.setState(!1),n)),this.subscription.add(t.autoVideoTrackSwitching.stateChangeStarted$.subscribe(()=>t.autoVideoTrackSwitching.setState(!1),n))}onLiveStreamStart(e){this.params.output.element$.next(this.video),this.params.output.duration$.next(0),this.params.output.position$.next(0),this.params.output.isLive$.next(!0),this.params.output.canChangePlaybackSpeed$.next(!1),this.params.output.hostname$.next(ui(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:n_.INVARIANT}),this.video.srcObject=e,k(this.params.desiredState.playbackState,`playing`)}onLiveStreamStop(){this.videoState.startTransitionTo(`stopped`),this.syncPlayback(),this.params.output.position$.next(0),this.params.output.duration$.next(0),this.params.output.currentBuffer$.next(void 0),this.params.output.currentNativeBuffer$.next(void 0),this.params.output.hostname$.next(void 0),this.params.output.endedEvent$.next()}onLiveStreamError(e){this.onLiveStreamStop(),this.params.output.error$.next({id:`WebRTC stream runtime error`,category:t_.EXTERNAL_API,message:e.message,thrown:e})}playIfAllowed(){ki(this.video,()=>{this.params.output.soundProhibitedEvent$.next()}).then(e=>{e||(this.videoState.setState(`paused`),k(this.params.desiredState.playbackState,`paused`,!0))},e=>this.params.output.error$.next({id:`ForcePlay`,message:`play() failed even with workarounds`,category:t_.DOM,thrown:e}))}prepare(){this.liveStreamClient.connect()}}class u_{constructor(e){i(this,`length`,void 0),i(this,`array`,void 0),i(this,`index`,void 0),i(this,`iterator`,void 0),i(this,`current`,void 0),this.array=e,this.length=e.length,this.iterator=e[Symbol.iterator](),this.next()}next(){this.current=this.iterator.next(),this.index=this.index===void 0?0:this.index+1}getValue(){if(this.current.done)throw Error(`Iterable is completed`);return this.current.value}isCompleted(){return!!this.current.done}isLast(){return this.index===this.length-1}all(){return this.array}}import{assertNever as d_,assertNonNullable as f_,ErrorCategory as p_,filter as m_,isNonNullable as h_,isNullable as g_,map as __,merge as v_,once as y_,Subject as q,Subscription as b_,ValueSubject as J,flattenObject as x_,devNull as S_,getWindow as C_}from"@vkontakte/videoplayer-shared/es2015";import{Observable as w_,map as T_,Subscription as E_,Subject as D_,now as O_,combine as k_}from"@vkontakte/videoplayer-shared/es2015";var A_=e=>new w_(t=>{let n=new E_,r=e.desiredPlaybackState$.stateChangeStarted$.pipe(T_(({from:e,to:t})=>`${e}-${t}`)),i=e.desiredPlaybackState$.stateChangeEnded$,a=e.providerChanged$.pipe(T_(({type:e})=>e!==void 0)),o=k_({providerChanged:e.providerChanged$.pipe(T_(({type:e})=>e!==void 0)),videoLastDataObtainedTimestamp:e.videoLastDataObtainedTimestamp$.pipe(T_(e=>e??0)),stateChangeStarted:e.desiredPlaybackState$.stateChangeStarted$}).pipe(T_(({providerChanged:t,videoLastDataObtainedTimestamp:n,stateChangeStarted:r})=>{let i=O_()-n;return t||r?.to!==`playing`||i<e.playbackHangupNoDataThreshold})),s=e.useDelayedPlaybackHangupWithData?o:a,c=new D_,l=0,u=`unknown`;return n.add(r.subscribe(t=>{l&&window.clearTimeout(l),u=t,l=window.setTimeout(()=>c.next(t),e.maxTransitionInterval),R({m:`hangup.set`,l:t,id:l})})),n.add(i.subscribe(()=>{R({m:`hangup.cl`,id:l}),window.clearTimeout(l),u=`unknown`,l=0})),n.add(s.subscribe(t=>{l&&(R({m:`hangup.rs.0`,id:l}),window.clearTimeout(l),l=0,t&&(l=window.setTimeout(()=>c.next(u),e.maxTransitionInterval),R({m:`hangup.rs.1`,id:l})))})),n.add(c.subscribe(t)),()=>{window.clearTimeout(l),n.unsubscribe()}});import{AbortControllerPolyfilled as j_}from"@vkontakte/videoplayer-shared/es2015";import{ErrorCategory as M_,Subscription as N_,combine as P_,filter as F_,once as I_}from"@vkontakte/videoplayer-shared/es2015";import{getWindow as L_}from"@vkontakte/videoplayer-shared/es2015";function R_(){let e=L_();return new(e.AudioContext||e.webkitAudioContext)}class z_{constructor(e,t,n,r){i(this,`providerOutput`,void 0),i(this,`provider$`,void 0),i(this,`volumeMultiplierError$`,void 0),i(this,`volumeMultiplier`,void 0),i(this,`destroyController`,new j_),i(this,`subscriptions`,new N_),i(this,`audioContext`,null),i(this,`gainNode`,null),i(this,`mediaElementSource`,null),this.providerOutput=e,this.provider$=t,this.volumeMultiplierError$=n,this.volumeMultiplier=r,this.subscriptions.add(this.provider$.pipe(F_(e=>!!e.type),I_()).subscribe(({type:e})=>this.subscribe(e)))}subscribe(e){j.browser.isSafari&&e!==`MPEG`||this.subscriptions.add(P_({video:this.providerOutput.element$,playbackState:this.providerOutput.playbackState$,volume:this.providerOutput.volume$}).pipe(F_(({playbackState:e,video:t,volume:{muted:n,volume:r}})=>e===`playing`&&!!t&&!n&&!!r),I_()).subscribe(({video:e})=>{this.initAudioContextOnce(e).then(e=>{e||this.destroy()}).catch(e=>{this.handleError(e),this.destroy()})}))}static isSupported(){return`AudioContext`in window&&`GainNode`in window&&`MediaElementAudioSourceNode`in window}initAudioContextOnce(e){var t=this;return a(function*(){let{volumeMultiplier:n}=t,r=R_();t.audioContext=r;let i=r.createGain();if(t.gainNode=i,i.gain.value=n,i.connect(r.destination),r.state===`suspended`&&(yield r.resume(),t.destroyController.signal.aborted))return!1;let a=r.createMediaElementSource(e);return t.mediaElementSource=a,a.connect(i),!0})()}cleanup(){this.mediaElementSource&&=(this.mediaElementSource.disconnect(),null),this.gainNode&&=(this.gainNode.disconnect(),null),this.audioContext&&=(this.audioContext.state!==`closed`&&this.audioContext.close(),null)}destroy(){this.destroyController.abort(),this.subscriptions.unsubscribe(),this.cleanup()}handleError(e){this.volumeMultiplierError$.next({id:z_.errorId,category:M_.VIDEO_PIPELINE,message:e?.message??`${z_.errorId} exception`,thrown:e})}}i(z_,`errorId`,`VolumeMultiplierManager`);var B_={chunkDuration:5e3,maxParallelRequests:5};class V_{constructor(e){i(this,`current$`,new J({type:void 0})),i(this,`providerError$`,new q),i(this,`noAvailableProvidersError$`,new q),i(this,`volumeMultiplierError$`,new q),i(this,`providerOutput`,{position$:new J(0),duration$:new J(1/0),volume$:new J({muted:!1,volume:1}),availableVideoStreams$:new J([]),currentVideoStream$:new J(void 0),availableVideoTracks$:new J([]),currentVideoTrack$:new J(void 0),availableVideoCodecs$:new J([]),availableAudioStreams$:new J([]),currentAudioStream$:new J(void 0),availableAudioTracks$:new J([]),availableAudioCodecs$:new J([]),currentVideoSegmentLength$:new J(0),currentAudioSegmentLength$:new J(0),isAudioAvailable$:new J(!0),autoVideoTrackLimitingAvailable$:new J(!1),autoVideoTrackLimits$:new J(void 0),currentBuffer$:new J(void 0),currentNativeBuffer$:new J(void 0),videoLastDataObtainedTimestamp$:new J(void 0),isBuffering$:new J(!0),updateDurationError$:new q,error$:new q,fetcherError$:new q,fetcherRecoverableError$:new q,warning$:new q,willSeekEvent$:new q,soundProhibitedEvent$:new q,seekedEvent$:new q,loopedEvent$:new q,endedEvent$:new q,manifestRequested$:new q,firstBytesManifest$:new q,manifestReceived$:new q,firstBytesRequested$:new q,firstBytesReceived$:new q,firstBytesEvent$:new q,loadedMetadataEvent$:new q,firstFrameEvent$:new q,canplay$:new q,isLive$:new J(void 0),isLiveEnded$:new J(null),canPlayLiveTailBuffer$:new J(!1),isLowLatency$:new J(!1),canChangePlaybackSpeed$:new J(!0),liveTime$:new J(void 0),liveBufferTime$:new J(void 0),liveLatency$:new J(void 0),severeStallOccurred$:new q,availableTextTracks$:new J([]),currentTextTrack$:new J(void 0),hostname$:new J(void 0),httpConnectionType$:new J(void 0),httpConnectionReused$:new J(void 0),httpConnectionMetrics$:new J(void 0),httpDownloadMetrics$:new J(void 0),inPiP$:new J(!1),inFullscreen$:new J(!1),element$:new J(void 0),elementVisible$:new J(!0),availableSources$:new J(void 0),is3DVideo$:new J(!1),playbackState$:new J(``),getCurrentTime$:new J(null)}),i(this,`subscription`,new b_),i(this,`screenFormatsIterator`,void 0),i(this,`chromecastFormatsIterator`,void 0),i(this,`videoCodecsIterator`,void 0),i(this,`log`,void 0),i(this,`tracer`,void 0),i(this,`params`,void 0),i(this,`failoverIndex`,void 0),i(this,`currentFailedVideoTrack`,null),i(this,`volumeMultiplierManager`,null),i(this,`dashMaxTvVideoQuality`,null),this.params=e,this.log=this.params.dependencies.logger.createComponentLog(`ProviderContainer`),this.tracer=e.dependencies.tracer.createComponentTracer(`ProviderContainer`);let t=pt([...Aa(this.params.tuning),...ka(this.params.tuning)],this.params.tuning.disableHlsOnDesktop).filter(t=>h_(e.sources[t])),{forceFormat:n,formatsToAvoid:r}=this.params.tuning,a=[];a=n?[n]:r.length?[...t.filter(e=>!Lt(r,e)),...t.filter(e=>Lt(r,e))]:t,this.log({message:`Selected formats: ${a.join(` > `)}`}),this.tracer.log(`Selected formats`,x_(a),!0),this.screenFormatsIterator=new u_(a),this.chromecastFormatsIterator=new u_([...ja(!0),...ja(!1)].filter(t=>h_(e.sources[t]))),this.providerOutput.availableSources$.next(e.sources);let{volumeMultiplier:o=1,tuning:{useVolumeMultiplier:s}}=this.params;s&&o!==1&&z_.isSupported()&&(this.volumeMultiplierManager=new z_(this.providerOutput,this.current$,this.volumeMultiplierError$,o))}init(){R.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 u_(e))}))}destroy(){this.destroyProvider(),this.current$.next({type:void 0}),this.subscription.unsubscribe(),this.volumeMultiplierManager?.destroy(),this.volumeMultiplierManager=null,this.tracer.end()}initProvider(){let e=this.chooseDestination(),t=this.chooseFormat(e);if(g_(t)){this.handleNoFormatsError(e);return}let n;try{n=this.createProvider(e,t),this.currentFailedVideoTrack=null}catch(e){this.providerError$.next({id:`ProviderNotConstructed`,category:p_.WTF,message:`Failed to create provider`,thrown:e})}n?this.current$.next({type:t,provider:n,destination:e}):this.current$.next({type:void 0})}reinitProvider(){this.tracer.log(`reinitProvider`),this.destroyProvider(),this.initProvider()}switchToNextProvider(e){this.tracer.log(`switchToNextProvider`,{destination:e}),this.destroyProvider(),this.failoverIndex=void 0,this.skipFormat(e),this.initProvider()}switchToNextVideoCodec(){this.params.tuning.dash.codecsPrioritizeEnabled&&!this.videoCodecsIterator.isLast()&&(this.tracer.log(`switchToNextVideoCodec`),this.destroyProvider(),this.videoCodecsIterator.next(),this.initProvider())}destroyProvider(){let e=this.current$.getValue().provider;if(!e)return;this.log({message:`destroyProvider`}),this.tracer.log(`destroyProvider`),e.destroy();let t=this.providerOutput.position$.getValue()*1e3,n=this.params.desiredState.seekState.getState(),r=n.state!==`none`;if(this.params.desiredState.seekState.setState({state:`requested`,position:r?n.position:t,forcePrecise:r?n.forcePrecise:!1}),e.scene3D){let t=e.scene3D.getCameraRotation();this.params.desiredState.cameraOrientation.setState({x:t.x,y:t.y})}let i=this.providerOutput.isBuffering$;i.getValue()||i.next(!0)}createProvider(e,t){switch(this.log({message:`createProvider: ${e}:${t}`}),this.tracer.log(`createProvider`,{destination:e,format:t}),e){case`SCREEN`:return this.createScreenProvider(t);case`CHROMECAST`:return this.createChromecastProvider(t);default:return d_(e)}}createScreenProvider(e){let{sources:t,container:n,desiredState:r,panelSize:i}=this.params,a=this.providerOutput,s={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);f_(n);let{useDashProviderVirtual:i,useDashProviderVirtualMobile:a}=this.params.tuning,{isMobile:c}=j.device;return!c&&i||c&&a?new Uf(o(o({},s),{},{failedVideoTrack:this.currentFailedVideoTrack,source:n,sourceHls:r,forceVideoCodec:this.videoCodecsIterator?.getValue(),isOnDemand:e===`DASH_ONDEMAND`,dashMaxTvVideoQuality:this.dashMaxTvVideoQuality})):new Eh(o(o({},s),{},{failedVideoTrack:this.currentFailedVideoTrack,source:n,sourceHls:r,forceVideoCodec:this.videoCodecsIterator?.getValue(),isOnDemand:e===`DASH_ONDEMAND`,dashMaxTvVideoQuality:this.dashMaxTvVideoQuality}))}case`DASH_LIVE_CMAF`:{let n=this.applyFailoverHost(t[e]);return f_(n),this.params.tuning.useDashProviderVirtual&&!j.device.isMobile||this.params.tuning.useDashProviderVirtualMobile&&j.device.isMobile?new Sp(o(o({},s),{},{source:n})):new Fh(o(o({},s),{},{source:n}))}case`HLS`:case`HLS_ONDEMAND`:case`HLS_FMP4`:{let n=this.applyFailoverHost(t[e]);return f_(n),new Mg(o(o({},s),{},{source:n,isOnDemand:e===`HLS_ONDEMAND`}))}case`HLS_LIVE`:case`HLS_LIVE_CMAF`:{let n=this.applyFailoverHost(t[e]);return f_(n),new yg(o(o({},s),{},{source:n,config:{maxPausedTime:this.params.tuning.live.maxPausedTime},format:e}))}case`MPEG`:{let n=this.applyFailoverHost(t[e]);return f_(n),new qg(o(o({},s),{},{source:n}))}case`DASH_LIVE`:{let n=this.applyFailoverHost(t[e]);return f_(n),new Ja(o(o({},s),{},{source:n,config:o(o({},B_),{},{maxPausedTime:this.params.tuning.live.maxPausedTime})}))}case`WEB_RTC_LIVE`:{let i=this.applyFailoverHost(t[e]);return f_(i),new l_({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 d_(e)}}createChromecastProvider(e){let{sources:t,container:n,desiredState:r,meta:i}=this.params,a={meta:i,container:n,source:t,format:e,desiredState:r,output:this.providerOutput,dependencies:this.params.dependencies,tuning:this.params.tuning};if(this.params.tuning.chromecastPresentationApi&&this.params.dependencies.chromecastInitializer instanceof It){let{chromecastConnector:e}=this.params.dependencies.chromecastInitializer;return f_(e),new gt(o(o({},a),{},{chromecastConnector:e}))}let s=this.params.dependencies.chromecastInitializer.connection$.getValue();return f_(s),new sn(o(o({},a),{},{connection:s}))}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 d_(e)}}skipFormat(e){switch(e){case`SCREEN`:return this.screenFormatsIterator.next();case`CHROMECAST`:return this.chromecastFormatsIterator.next();default:return d_(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 d_(e)}}applyFailoverHost(e){if(this.failoverIndex===void 0)return e;let t=this.params.failoverHosts[this.failoverIndex];if(!t)return e;let n=e=>{let n=new URL(e);return n.host=t,n.toString()};if(e===void 0)return e;if(`type`in e){if(e.type===`raw`)return e;if(e.type===`url`)return o(o({},e),{},{url:n(e.url)})}return zt(Rt(e).map(([e,t])=>[e,n(t)]))}initProviderErrorHandling(){let e=new b_,t=!1,n=0;e.add(v_(this.providerOutput.error$.pipe(m_(e=>!this.params.tuning.ignoreAudioRendererError||!e.message||!/AUDIO_RENDERER_ERROR/gi.test(e.message))),A_({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(__(e=>({id:`ProviderHangup:${e}`,category:p_.WTF,message:`A ${e} transition failed to complete within reasonable time`})))).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(()=>{t=!1;let n=this.params.desiredState.playbackState.transitionEnded$.pipe(m_(({to:e})=>e===`playing`),y_()).subscribe(()=>t=!0);e.add(n)}));let r=()=>{let e=R.drain(),{logDashLiveDebug:t,sendDashLiveDebug:n}=this.params.tuning;if(t&&C_().console.log(`===== DASH_LIVE DEBUG START ====
248
251
  `,e.map(({time:e,data:t,stack:n})=>`${e}: ${JSON.stringify(t)}${n?`
249
252
  `+n:``}`).join(`
250
253
  `),`
251
- ===== DASH_LIVE DEBUG END ====`),n){let t=e.reduce((e,{time:t,data:n,stack:r})=>{let i=Rt(n).map(([e,t])=>`${e}:${t}`).join(`,`);return e+=`${t}: ${i}${r?`: ${r}`:``};`,e},``);y_.push(`core`,{key:`vp_dash_live_debug`,strings:[t]})}};return e.add(this.providerError$.subscribe(e=>{e.id.startsWith(`ProviderHangup`)&&(R({m:`final.0`,e:e.id}),r())})).add(this.noAvailableProvidersError$.subscribe(()=>{R({m:`final.1`}),r()})),e.add(this.providerError$.subscribe(e=>{let{destination:r,type:i}=this.current$.getValue(),a={error:e,currentDestination:r};if(r===`CHROMECAST`)this.destroyProvider(),this.params.dependencies.chromecastInitializer.stopMedia().then(()=>this.switchToNextProvider(`CHROMECAST`),()=>this.params.dependencies.chromecastInitializer.disconnect());else{let s=this.params.tuning.dash.useFailoverHostsOnAllProviderCrash||e.category===u_.NETWORK,c=e.category===u_.FATAL,l=this.params.failoverHosts.length>0&&(this.failoverIndex===void 0||this.failoverIndex<this.params.failoverHosts.length-1),u=n<this.params.tuning.providerErrorLimit&&!c,d=this.videoCodecsIterator&&!this.videoCodecsIterator.isLast()&&this.params.tuning.dash.codecsPrioritizeEnabled,f=this.providerOutput.currentVideoTrack$.getValue();this.dashMaxTvVideoQuality=this.params.tuning.dash.dashMaxTvVideoQuality?wf(e,i,f?.quality):null;let p=l&&!c&&(s&&t||!u);a=o(o({},a),{},{isNetworkError:s,isFatalError:c,haveFailoverHost:l,tryFailover:p,canReinitProvider:u}),this.currentFailedVideoTrack=this.params.tuning.dash.useNewFailoverLogic?f:null,this.params.tuning.dropUrlCacheWhenProviderCrashed&&!s&&mh(),u?(n++,this.reinitProvider()):p?(this.failoverIndex=this.failoverIndex===void 0?0:this.failoverIndex+1,this.reinitProvider()):d?this.switchToNextVideoCodec():(n=0,this.switchToNextProvider(r??`SCREEN`))}e.traceAsLog?this.tracer.log(`providerInfo`,v_(a)):this.tracer.error(`providerError`,v_(a))})),e}}import{fromEvent as z_,once as B_,combine as V_,Subscription as H_,ValueSubject as U_,map as W_,filter as G_,isNonNullable as K_,now as q_,safeStorage as J_,getWindow as Y_}from"@vkontakte/videoplayer-shared/es2015";var X_=`vk_uvp_throughput`,Z_=`vk_uvp_rtt`,Q_=`one_video_throughput`,$_=`one_video_rtt`,ev=()=>{let{navigator:e}=Y_();if(e)return e.connection},tv=()=>{let e=ev()?.downlink;if(K_(e)&&e!==10)return e*1e3},nv=()=>{let e=ev()?.rtt;if(K_(e)&&e!==3e3)return e},rv=(e,t,n)=>{let r=n*8;return r/(r/e+t)};class iv{constructor(e){i(this,`throughput`,void 0),i(this,`rtt`,void 0),i(this,`subscription`,new H_),i(this,`tuningConfig`,void 0),i(this,`concurrentDownloads`,new Set),i(this,`throughput$`,void 0),i(this,`rtt$`,void 0),i(this,`rttAdjustedThroughput$`,void 0),this.tuningConfig=e;let t=iv.loadStored(X_,Q_,e)||(e.useBrowserEstimation?tv():void 0)||e.initialThroughput,n=iv.loadStored(Z_,$_,e)??(e.useBrowserEstimation?nv():void 0)??0;if(this.throughput$=new U_(t),this.rtt$=new U_(n),this.rttAdjustedThroughput$=new U_(rv(t,n,e.rttPenaltyRequestSize)),this.throughput=tp.getSmoothedValue(t,-1,e),this.rtt=tp.getSmoothedValue(n,1,e),e.useBrowserEstimation){let e=()=>{let e=tv();e&&this.throughput.next(e);let t=nv();K_(t)&&this.rtt.next(t)},t=ev();t&&`onchange`in t&&this.subscription.add(z_(t,`change`).subscribe(e)),e()}this.subscription.add(this.throughput.smoothed$.subscribe(t=>{iv.writeStored(X_,Q_,t,e)})),this.subscription.add(this.rtt.smoothed$.subscribe(t=>{iv.writeStored(Z_,$_,t,e)})),this.subscription.add(this.throughput.debounced$.pipe(W_(e=>Math.round(e))).subscribe(this.throughput$)),this.subscription.add(this.rtt.debounced$.subscribe(this.rtt$)),this.subscription.add(V_({throughput:this.throughput.smoothed$,rtt:this.rtt.smoothed$}).pipe(W_(({throughput:t,rtt:n})=>rv(t,n,e.rttPenaltyRequestSize)),G_(t=>{let n=this.rttAdjustedThroughput$.getValue()||0;return Math.abs(t-n)/n>=e.changeThreshold})).subscribe(this.rttAdjustedThroughput$))}destroy(){this.concurrentDownloads.clear(),this.subscription.unsubscribe()}trackXHR(e){let t=0,n=q_(),r=new H_;switch(this.subscription.add(r),this.concurrentDownloads.add(e),e.readyState){case 4:break;case 3:case 2:r.add(z_(e,`progress`).pipe(B_()).subscribe(e=>{t=e.loaded,n=q_()}));break;case 1:case 0:r.add(z_(e,`loadstart`).subscribe(()=>{t=0,n=q_()}));break}r.add(z_(e,`loadend`).subscribe(i=>{if(e.status===200){let e=i.loaded,r=q_(),a=e-t,o=r-n;this.addRawSpeed(a,o,1)}this.concurrentDownloads.delete(e),r.unsubscribe()}))}trackStream(e,t=!1){var n=this;let r=e.getReader();if(!r){e.cancel(`Could not get reader`);return}let i=0,o=q_(),s=0,c=q_(),l=t=>{this.concurrentDownloads.delete(e),r.releaseLock(),e.cancel(`Throughput Estimator error: ${t}`).catch(()=>{})},u=function(){var d=a(function*({done:a,value:d}){if(a)!t&&n.addRawSpeed(i,q_()-o,1),n.concurrentDownloads.delete(e);else if(d){if(t){let e=q_();if(e-c>n.tuningConfig.lowLatency.continuesByteSequenceInterval||e-o>n.tuningConfig.lowLatency.maxLastEvaluationTimeout){let e=c-o;e&&n.addRawSpeed(s,e,1,t),s=d.byteLength,o=q_()}else s+=d.byteLength;c=q_()}else i+=d.byteLength,s+=d.byteLength,s>=n.tuningConfig.streamMinSampleSize&&q_()-c>=n.tuningConfig.streamMinSampleTime&&(n.addRawSpeed(s,q_()-c,n.concurrentDownloads.size),s=0,c=q_());yield r?.read().then(u,l)}});return function(e){return d.apply(this,arguments)}}();this.concurrentDownloads.add(e),r?.read().then(u,l)}addRawSpeed(e,t,n=1,r=!1){if(this.sanityCheck(e,t,r)){let r=e*8/t;this.throughput.next(r*n)}}addRawThroughput(e){this.throughput.next(e)}addRawRtt(e){this.rtt.next(e)}sanityCheck(e,t,n=!1){let r=e*8/t;return!(!r||!isFinite(r)||r>1e6||r<30||n&&e<1e4||!n&&e<10*1024&&(!this.tuningConfig.measureNonSegmentRequests||t<this.tuningConfig.smallSampleMinDuration+this.rtt$.getValue())||!n&&t<=this.tuningConfig.cacheThresholdSize)}get throughputVariance$(){return this.throughput.varianceCoefficient$}static loadStored(e,t,n){if(!n.useThroughputTtl){let e=J_.get(t);if(!K_(e))return;let n=parseInt(e,10);return isNaN(n)?void 0:n}let r=J_.get(e)??J_.get(t);if(K_(r))try{let e=JSON.parse(r);if(typeof e==`object`&&e&&typeof e.value==`number`)return iv.validateStored(e,n)}catch{}}static writeStored(e,t,n,r){if(!r.useThroughputTtl){J_.set(t,n.toFixed(0));return}let i=JSON.stringify({value:Math.round(n),timestamp:Date.now(),networkType:ev()?.effectiveType});J_.set(e,i)}static validateStored(e,t){if(!t.useThroughputTtl)return e.value;if(Date.now()-e.timestamp>t.storedThroughputTtlMs)return;let n=ev()?.effectiveType;if(!(n!==void 0&&e.networkType!==void 0&&n!==e.networkType))return e.value}}var av=iv;import{fillWithDefault as ov,VideoQuality as sv}from"@vkontakte/videoplayer-shared/es2015";var cv={keepVideoElement:!1,clearVideoElementInnerHTML:!1,allowPlayerReuse:!1,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,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:sv.Q_4320P,activeVideoAreaThreshold:.1,highQualityLimit:sv.Q_720P,trafficSavingLimit:sv.Q_480P},stallsManager:{enabled:!1,ignoreDynamicAbrForShortVideo:!1,stallDurationNoDataBeforeQualityDecrease:500,stallDurationToBeCount:100,stallCountBeforeQualityDecrease:3,resetQualityRestrictionTimeout:1e4,ignoreStallsOnSeek:!0,stallsMetricsHistoryLength:20,maxPossibleStallDuration:3e4,minTvtToBeCounted:120,maxTvtToBeCounted:10800,significantTvt:600,targetStallsDurationPerTvt:1,deviationStallsDurationPerTvt:.5,criticalStallsDurationPerTvt:6,abrAdjustingSpeed:.1,emaAlpha:.6,useTotalStallsDurationPerTvt:!0,useAverageStallsDurationPerTvt:!0,useEmaStallsDurationPerTvt:!0},droppedFramesChecker:{enabled:!1,percentLimit:.1,checkTime:1e3,countLimit:3,tickCountAfterQualityChange:5,qualityUpWaitingTime:5e3,minQualityBanLimit:sv.Q_480P},dash:{forwardBufferTarget:6e4,forwardBufferTargetAuto:6e4,forwardBufferTargetManual:5*6e4,forwardBufferTargetPreload:5e3,seekBiasInTheEnd:2e3,maxSegmentDurationLeftToSelectNextSegment:3e3,minSafeBufferThreshold:.5,bufferPruningSafeZone:1e3,segmentRequestSize:1*1024*1024,maxVirtualBufferSize:250*1024*1024,virtualBufferPruneSize:100*1024*1024,representationSwitchForwardBufferGap:15e3,crashOnStallTimeout:25e3,crashOnStallTWithoutDataTimeout:5e3,restoreBufferBeforeCrashTimeout:1e3,enableSubSegmentBufferFeeding:!0,bufferEmptinessTolerance:100,virtualBufferEmptinessTolerance:100,useNewRepresentationSwitch:!1,useDelayedRepresentationSwitch:!1,useSmartRepresentationSwitch:!1,seekStallExitPolicy:!1,mutexStallExitPolicy:!1,useFetchPriorityHints:!0,useAbortMSEFix:!1,enableBaseUrlSupport:!0,maxSegmentRetryCount:5,sourceOpenTimeout:1e3,vktvAbrThrottle:0,timeupdateEventTickThrottle:300,fetcherBufferOptimisation:!0,codecsPrioritizeEnabled:!1,usePersistentGaps:!1,abrThrottle:0,useVideoElementWaitingCurrentTimeReassign:!0,stallWatchdogInterval:100,liveUpdateInterval:1e3,liveStallReinitInterval:3e3,ignoreNetworkErrorsOnLoadInit:!1,bufferTolerance:100,minNativeBufferSize:5e3,removeTimeShiftFromSegment:500,tickMaintainInterval:100,minSafeBufferToPlay:0,useBufferHoldingOnlyOnStall:!0,useAbortResetNativeBufferMutex:!1,useNewAbr:!1,useAbrPhases:!1,abrVideoRules:[`fits_container_rule`,`failed_video_track_rule`,`throughput_rule`,`buffer_rule`,`stalls_rule`,`upper_limit_rule`,`lower_limit_rule`],abrAudioRules:[`throughput_rule`,`min_audio_for_video_rule`],useDynamicBirtateRule:!1,useNewFailoverLogic:!1,useFailoverHostsOnAllProviderCrash:!1,videoTrackBanAfterProviderFail:15e3,saveData3gQualityLimit:sv.Q_240P,saveData2gQualityLimit:sv.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},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,endGapTolerance:300,stallIgnoreThreshold:33,stallHandlingStrategy:`exclude-threshold`,gapWatchdogInterval:50,requestQuick:!1,useHlsJs:!1,disableHlsOnDesktop:!1,useNativeHLSTextTracks:!1,useNewSwitchTo:!1,alwaysAbortPreviousSwitch:!1,useDashProviderVirtual:!1,useDashProviderVirtualMobile:!1,useNewAutoSelectVideoTrack:!1,useSafariEndlessRequestBugfix:!0,isAudioDisabled:!1,autoplayOnlyInActiveTab:!0,autoplayOnlyIfVisible:!0,dynamicImportTimeout:5e3,maxPlaybackTransitionInterval:2e4,providerErrorLimit:3,manifestRetryInterval:300,manifestRetryMaxInterval:1e4,manifestRetryMaxCount:10,audioVideoSyncRate:20,webrtc:{connectionRetryMaxNumber:3},spherical:{enabled:!1,fov:{x:135,y:76},rotationSpeed:45,maxYawAngle:175,rotationSpeedCorrection:10,degreeToPixelCorrection:5,speedFadeTime:2e3,speedFadeThreshold:50},useVolumeMultiplier:!1,ignoreAudioRendererError:!1,useEnableSubtitlesParam:!1,useHlsLiveNewTextManager:!1,exposeInternalsToGlobal:!1,hlsLiveNewTextManagerDownloadThreshold:4e3,disableYandexPiP:!1,asyncResolveClientChecker:!1,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},lv=e=>ov(e,cv);import{assertNonNullable as uv,combine as dv,ErrorCategory as fv,filter as Y,filterChanged as X,fromEvent as pv,isNonNullable as mv,isNullable as hv,Logger as gv,map as Z,mapTo as _v,merge as vv,now as yv,once as Q,Subject as $,Subscription as bv,tap as xv,ValueSubject as Sv,isHigher as Cv,isInvariantQuality as wv,flattenObject as Tv,throttle as Ev,getTraceSubscriptionMethod as Dv,TracerFactory as Ov,InternalsExposure as kv,getPlayerId as Av,devNull as jv,getWindow as Mv}from"@vkontakte/videoplayer-shared/es2015";import{merge as Nv,map as Pv,filter as Fv,isNonNullable as Iv}from"@vkontakte/videoplayer-shared/es2015";var Lv=({seekState:e,position$:t})=>Nv(e.stateChangeEnded$.pipe(Pv(({to:e})=>e.state===`none`?void 0:(e.position??NaN)/1e3),Fv(Iv)),t.pipe(Fv(()=>e.getState().state===`none`)));import{assertNonNullable as Rv}from"@vkontakte/videoplayer-shared/es2015";var zv=e=>{let t=typeof e.container==`string`?document.getElementById(e.container):e.container;return Rv(t,`Wrong container or containerId {${e.container}}`),t};import{filter as Bv,once as Vv}from"@vkontakte/videoplayer-shared/es2015";var Hv=(e,t,n,r)=>{e!==void 0&&t.getState()===void 0&&t.getPrevState()===void 0&&n?.getValue().length===0?n.pipe(Bv(e=>e.length>0),Vv()).subscribe(n=>{n.find(r)&&t.startTransitionTo(e)}):(e===void 0||n?.getValue().find(r))&&t.startTransitionTo(e)};import{requestIdleCallbackPolyfilled as Uv}from"@vkontakte/videoplayer-shared/es2015";import{objectEntries as Wv}from"@vkontakte/videoplayer-shared/es2015";import{cancelIdleCallbackPolyfilled as Gv}from"@vkontakte/videoplayer-shared/es2015";import{devNull as Kv,getWindow as qv}from"@vkontakte/videoplayer-shared/es2015";var Jv=()=>{let e=`mediaCapabilities`in qv().navigator?Yv:Xv,t=Uv(a(function*(){let t=yield Promise.all(Wv(Zv).map(function(){var t=a(function*([t,n]){return{codec:t,supported:yield e(n)}});return function(e){return t.apply(this,arguments)}}())),n=[j.browser.current,...t.map(e=>JSON.stringify(e))].slice(0,16);return Kv.push(`core`,{key:`videoplayer_decoding_info`,strings:n}),t}));return()=>Gv(t)},Yv=function(){var e=a(function*(e){if(!e)return Promise.resolve({supported:!1});let t={[`channels`in e?`audio`:`video`]:e};return yield qv().navigator.mediaCapabilities.decodingInfo(o({type:`media-source`},t))});return function(t){return e.apply(this,arguments)}}(),Xv=e=>{if(!e)return Promise.resolve({supported:!1});let t=qv().document,n=`channels`in e?t.createElement(`audio`):t.createElement(`video`);return Promise.resolve({supported:n.canPlayType(e?.contentType??``)===`probably`})},Zv={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,muted$:!1,volume$:1,availableVideoStreams$:[],currentVideoStream$:void 0,availableVideoTracks$:[],availableQualities$:[],availableQualitiesFps$:{},currentQuality$:void 0,isAutoQualityEnabled$:!0,autoQualityLimitingAvailable$:!1,autoQualityLimits$:{},predefinedQualityLimitType$:`unknown`,availableAudioStreams$:[],currentAudioStream$:void 0,availableAudioTracks$:[],isAudioAvailable$:!0,currentPlaybackRate$:1,currentBuffer$:{start:0,end:0},currentNativeBuffer$:{start:0,end:0},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,is3DVideo$:!1,currentVideoSegmentLength$:0,currentAudioSegmentLength$:0},$v={audioStream:void 0,autoVideoTrackLimits:{},autoVideoTrackSwitching:!0,cameraOrientation:{x:0,y: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 ey{constructor(e={},t=Ov.createRootTracer(`fake`),n){i(this,`subscription`,new bv),i(this,`persistentSubscription`,new bv),i(this,`domContainer`,void 0),i(this,`providerContainer`,void 0),i(this,`chromecastInitializer`,void 0),i(this,`logger`,new gv),i(this,`tracer`,void 0),i(this,`abrLogger`,this.logger.createComponentLog(`ABR`)),i(this,`config`,void 0),i(this,`tuning`,void 0),i(this,`throughputEstimator`,void 0),i(this,`internalsExposure`,null),i(this,`isPlaybackStarted`,!1),i(this,`initedAt`,void 0),i(this,`hasLiveOffsetByPaused`,new Sv(!1)),i(this,`hasLiveOffsetByPausedTimer`,0),i(this,`playerInitRequest`,0),i(this,`playerInited`,new Sv(!1)),i(this,`explicitInitialQuality`,void 0),i(this,`wasSetStartedQuality`,!1),i(this,`desiredState`,v($v).reduce((e,[t,n])=>(e[t]=new Gt(n),e),{})),i(this,`info`,v(Qv).reduce((e,[t,n])=>(e[t]=new Sv(n),e),{})),i(this,`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 $}),i(this,`experimental`,{element$:new Sv(void 0),enableDebugTelemetry$:new Sv(!1),dumpTelemetry:Pr,getCurrentTime$:new Sv(null),skipVideoElVolumeSync$:new Sv(!1)}),i(this,`devNullLog`,void 0),i(this,`collectDecodingInfoDestroyCb`,void 0),i(this,`doInit`,e=>{let{container:t}=e,n=l(e,r);this.tracer.log(`initVideo`,Tv(n),!0),this.domContainer=zv(e),this.chromecastInitializer.contentId=e.meta?.videoId,this.providerContainer=new R_({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?(jv.subscribe(`core`,this.devNullLog),this.tuning.collectingDecodingInfoEnabled&&(this.collectDecodingInfoDestroyCb=Jv())):jv.destroy(`core`)}),this.initLogs(),this.tuning=lv(e),this.tracer=t,this.tuning.suppressExceptionsInObservables&&(y(this.info).forEach(e=>e.setSuppressErrors(!0)),y(this.events).forEach(e=>e.setSuppressErrors(!0)));let a={receiverApplicationId:this.tuning.chromecastReceiverId,isDisabled:this.tuning.disableChromecast,dependencies:{logger:this.logger}};if(this.chromecastInitializer=this.tuning.chromecastPresentationApi?new It(a):new ce(a),this.throughputEstimator=new av(this.tuning.throughputEstimator),e.exposeInternalsToGlobal&&(this.internalsExposure=new kv(`core`,Av(n?.playerId)),this.internalsExposure.expose({player:this})),this.initChromecastSubscription(),this.initDesiredStateSubscriptions(),this.devNullLog=n?.onDevNullLog,jv.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 b([`number`,`string`,`boolean`],n)?t:t===null?null:`<${n}>`})),i=`Player.${String(t)}`,a=`Exception calling ${i} (${r.join(`, `)})`;throw this.events.fatalError$.next({id:i,category:fv.WTF,message:a,thrown:e}),e}}:r}})}resetDesiredState(){let e=(e,t)=>{e.setState(t)};Object.keys(this.desiredState).forEach(t=>{e(this.desiredState[t],$v[t])})}reset(){this.subscription.unsubscribe(),this.providerContainer?.destroy(),this.providerContainer=void 0,Mv().clearTimeout(this.hasLiveOffsetByPausedTimer),this.collectDecodingInfoDestroyCb?.call(this),this.playerInited.next(!1),this.resetDesiredState();let e=(e,t)=>{e.next(t)},t=[`muted$`,`volume$`];Object.keys(this.info).forEach(n=>{b(t,n)?e(this.info[n],this.info[n].getValue()):e(this.info[n],Qv[n])})}initVideo(e){let t=Mv();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?j.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`),pv(t.document,`visibilitychange`).pipe(Q()).subscribe(r)):r(),this}destroy(){let e=Mv();this.tracer.log(`destroy`),e.clearTimeout(this.hasLiveOffsetByPausedTimer),this.playerInitRequest&&e.cancelAnimationFrame(this.playerInitRequest),this.events.willDestruct$.next(),this.stop(),this.providerContainer?.destroy(),this.throughputEstimator.destroy(),this.chromecastInitializer.destroy(),this.subscription.unsubscribe(),this.persistentSubscription.unsubscribe(),this.tracer.end(),this.internalsExposure?.destroy(),jv.destroy(`core`),this.collectDecodingInfoDestroyCb?.call(this)}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),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 It)?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 It)?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(()=>{uv(this.providerContainer);let t=this.providerContainer.providerOutput.availableVideoTracks$.getValue();this.tracer.log(`setQuality`,{isDelayed:t.length===0,quality:e}),this.desiredState.videoTrack.getState()===void 0&&this.desiredState.videoTrack.getPrevState()===void 0&&t.length===0?this.wasSetStartedQuality?this.providerContainer.providerOutput.availableVideoTracks$.pipe(Y(e=>e.length>0),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`,Tv(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`,Tv(e)),this.desiredState.externalTextTracks.startTransitionTo(e.map(e=>o({type:`external`},e)))}),this}selectTextTrack(e){return this.waitInit(()=>{Hv(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`,o({},e)),this.desiredState.textTrackCuesSettings.startTransitionTo(e)}),this}setLiveLowLatency(e){let t=this.info.isLive$.getValue(),n=this.desiredState.isLowLatency.getState();return!t||n===e?this:(this.tracer.log(`live switch to low latency `+e),this.desiredState.isLowLatency.setState(e),this.seekTime(0))}setLooped(e){return this.waitInit(()=>{this.tracer.log(`setLooped`,{isLooped:e}),this.desiredState.isLooped.startTransitionTo(e)}),this}toggleChromecast(){this.tracer.log(`toggleChromecast`),this.chromecastInitializer.toggleConnection()}startCameraManualRotation(e,t){return this.waitInit(()=>{let n=this.getScene3D();this.tracer.log(`startCameraManualRotation`,{isScene3DAvailable:!!n,mx:e,my:t}),n&&n.startCameraManualRotation(e,t)}),this}stopCameraManualRotation(e=!1){return this.waitInit(()=>{let t=this.getScene3D();this.tracer.log(`stopCameraManualRotation`,{isScene3DAvailable:!!t,immediate:e}),t&&t.stopCameraManualRotation(e)}),this}moveCameraFocusPX(e,t){return this.waitInit(()=>{let n=this.getScene3D();if(this.tracer.log(`moveCameraFocusPX`,{isScene3DAvailable:!!n,dxpx:e,dypx:t}),n){let r=n.getCameraRotation(),i=n.pixelToDegree({x:e,y:t});this.desiredState.cameraOrientation.setState({x:r.x+i.x,y:r.y+i.y})}}),this}holdCamera(){return this.waitInit(()=>{let e=this.getScene3D();e&&e.holdCamera()}),this}releaseCamera(){return this.waitInit(()=>{let e=this.getScene3D();e&&e.releaseCamera()}),this}getExactTime(){if(!this.providerContainer)return 0;let e=this.providerContainer.providerOutput.element$.getValue();if(hv(e))return this.info.position$.getValue();let t=this.desiredState.seekState.getState(),n=t.state===`none`?void 0:t.position;return mv(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(mv(t)?t:this.info.liveTime$.getValue()??0)/1e3}getAllLogs(){return this.logger.getAllLogs()}getScene3D(){var e;let t=this.providerContainer?.current$.getValue();if(!(t==null||(e=t.provider)==null)&&e.scene3D)return t.provider.scene3D}setIntrinsicVideoSize(...e){let t={width:e.reduce((e,{width:t})=>e||t||0,0),height:e.reduce((e,{height:t})=>e||t||0,0)};t.width&&t.height&&this.info.intrinsicVideoSize$.next({width:t.width,height:t.height})}initDesiredStateSubscriptions(){this.persistentSubscription.add(vv(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(Hr(e,t,n))})).add(vv(this.desiredState.playbackState.stateChangeStarted$,this.desiredState.playbackState.forceChanged$).pipe(Y(({from:e})=>e===`stopped`)).subscribe(()=>{this.initedAt=yv(),this.events.inited$.next()})).add(this.desiredState.playbackState.stateChangeEnded$.subscribe(e=>{switch(e.to){case`ready`:this.events.ready$.next();break;case`playing`:this.isPlaybackStarted||this.events.started$.next(),this.isPlaybackStarted=!0,this.events.playing$.next();break;case`paused`:this.events.paused$.next();break;case`stopped`:this.events.stopped$.next()}})).add(this.desiredState.playbackState.stateChangeStarted$.subscribe(e=>{switch(e.to){case`ready`:this.events.willReady$.next();break;case`paused`:this.events.willPause$.next();break;case`playing`:this.isPlaybackStarted?this.events.willResume$.next():this.events.willStart$.next();break;case`stopped`:this.events.willStop$.next();break;default:}}))}initProviderContainerSubscription(e){this.subscription.add(e.providerOutput.willSeekEvent$.subscribe(()=>{let e=this.desiredState.seekState.getState();this.tracer.log(`willSeekEvent`,Tv(e)),e.state===`requested`?this.desiredState.seekState.setState(o(o({},e),{},{state:`applying`})):this.events.managedError$.next({id:`WillSeekIn${e.state}`,category:fv.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`,Tv(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(dv({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)=>wv(e)?1:wv(t)?-1:Cv(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=>mv(e))).subscribe(e=>{this.info.currentQuality$.next(e?.quality),this.info.videoBitrate$.next(e?.bitrate)})).add(e.providerOutput.currentVideoSegmentLength$.pipe(X((e,t)=>Math.round(e)===Math.round(t))).subscribe(this.info.currentVideoSegmentLength$)).add(e.providerOutput.currentAudioSegmentLength$.pipe(X((e,t)=>Math.round(e)===Math.round(t))).subscribe(this.info.currentAudioSegmentLength$)).add(e.providerOutput.hostname$.pipe(X()).subscribe(this.info.hostname$)).add(e.providerOutput.httpConnectionType$.pipe(X()).subscribe(this.info.httpConnectionType$)).add(e.providerOutput.httpConnectionReused$.pipe(X()).subscribe(this.info.httpConnectionReused$)).add(e.providerOutput.httpConnectionMetrics$.pipe(X()).subscribe(this.info.httpConnectionMetrics$)).add(e.providerOutput.httpDownloadMetrics$.pipe(X()).subscribe(this.info.httpDownloadMetrics$)).add(e.providerOutput.currentTextTrack$.subscribe(this.info.currentTextTrack$)).add(e.providerOutput.availableTextTracks$.subscribe(this.info.availableTextTracks$)).add(e.providerOutput.autoVideoTrackLimitingAvailable$.subscribe(this.info.autoQualityLimitingAvailable$)).add(e.providerOutput.autoVideoTrackLimits$.subscribe(e=>{this.desiredState.autoVideoTrackLimits.setState(e??{})})).add(e.providerOutput.currentBuffer$.pipe(Z(e=>e?{start:e.from,end:e.to}:{start:0,end:0})).subscribe(this.info.currentBuffer$)).add(e.providerOutput.currentNativeBuffer$.pipe(Z(e=>e?{start:e.from,end:e.to}:{start:0,end:0})).subscribe(this.info.currentNativeBuffer$)).add(e.providerOutput.duration$.subscribe(this.info.duration$)).add(e.providerOutput.isBuffering$.subscribe(this.info.isBuffering$)).add(e.providerOutput.isLive$.subscribe(this.info.isLive$)).add(e.providerOutput.isLiveEnded$.pipe(xv(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(dv({hasLiveOffsetByPaused:vv(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})=>{let n=Mv();if(n.clearTimeout(this.hasLiveOffsetByPausedTimer),e){this.hasLiveOffsetByPausedTimer=n.setTimeout(()=>{this.hasLiveOffsetByPaused.next(!0)},this.getActiveLiveDelay(t));return}this.hasLiveOffsetByPaused.next(!1)})).add(dv({atLiveEdge:dv({isLive:e.providerOutput.isLive$,isLowLatency:e.providerOutput.isLowLatency$,position:Lv({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(),xv(e=>e&&this.setPlaybackRate(1))),hasPausedTimeoutCase:this.hasLiveOffsetByPaused}).pipe(Z(({atLiveEdge:e,hasPausedTimeoutCase:t})=>e&&!t)).subscribe(this.info.atLiveEdge$)).add(dv({isLive:e.providerOutput.isLive$,position:e.providerOutput.position$,duration:e.providerOutput.duration$}).pipe(Z(({isLive:e,position:t,duration:n})=>e&&(Math.abs(n)-Math.abs(t))*1e3<this.tuning.live.activeLiveDelay),X(),xv(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(Lv({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(vv(e.providerOutput.endedEvent$.pipe(_v(!0)),e.providerOutput.seekedEvent$.pipe(_v(!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===fv.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`),uv(r),{id:r,category:fv.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??yv()-this.initedAt)).subscribe(this.events.firstBytes$)).add(e.providerOutput.loadedMetadataEvent$.subscribe(this.events.loadedMetadata$)).add(e.providerOutput.firstFrameEvent$.pipe(Q(),Z(()=>yv()-this.initedAt)).subscribe(this.events.firstFrame$)).add(e.providerOutput.canplay$.pipe(Q(),Z(()=>yv()-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 Sv(!1);this.subscription.add(e.providerOutput.seekedEvent$.subscribe(()=>t.next(!1))).add(e.providerOutput.willSeekEvent$.subscribe(()=>t.next(!0)));let n=new Sv(!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=vv(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,a=Mv();e?(i=yv(),n===`verbose`&&this.info.stallStartTime$.next(i),r=a.setTimeout(()=>{this.info.isStalled$.next(!0),i&&this.info.stallStartTime$.next(n===`exclude-threshold`?yv():i)},t)):(a.clearTimeout(r),this.info.isStalled$.next(!1),i=0,this.info.stallStartTime$.next(0))})),this.subscription.add(vv(e.providerOutput.canplay$,e.providerOutput.firstFrameEvent$,e.providerOutput.firstBytesEvent$).subscribe(()=>{let t=e.providerOutput.element$.getValue();this.setIntrinsicVideoSize({width:t?.videoWidth,height:t?.videoHeight})})).add(e.providerOutput.currentVideoTrack$.subscribe(t=>{var n,r;let i=e.providerOutput.element$.getValue();this.setIntrinsicVideoSize({width:t==null||(n=t.size)==null?void 0:n.width,height:t==null||(r=t.size)==null?void 0:r.height},{width:i?.videoWidth,height:i?.videoHeight})})).add(e.providerOutput.is3DVideo$.subscribe(this.info.is3DVideo$)),this.subscription.add(vv(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 bv;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||=oi(e,{container:this.domContainer.getBoundingClientRect(),panelSize:this.config.panelSize,estimatedThroughput:this.throughputEstimator.throughput$.getValue(),tuning:this.tuning.autoTrackSelection,limits:this.desiredState.autoVideoTrackLimits.getState(),playbackRate:this.info.currentPlaybackRate$.getValue(),forwardBufferHealth:0,abrLogger:this.abrLogger}),this.desiredState.videoTrack.startTransitionTo(t),this.info.currentQuality$.next(t.quality),this.info.videoBitrate$.next(t.bitrate)}initLogs(){this.persistentSubscription.add(vv(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;uv(this.providerContainer),uv(e),Nr(),this.experimental.enableDebugTelemetry$.next(this.tuning.enableTelemetryAtStart),[this.experimental.enableDebugTelemetry$.subscribe(e=>Mr(e)),this.providerContainer.current$.subscribe(({type:e})=>Fr(`provider`,e)),e.duration$.subscribe(e=>Fr(`duration`,e)),e.availableVideoTracks$.pipe(Y(e=>!!e.length),Q()).subscribe(e=>Fr(`tracks`,e)),this.events.fatalError$.subscribe(new Ir(`fatalError`)),this.events.managedError$.subscribe(new Ir(`managedError`)),e.position$.subscribe(new Ir(`position`)),e.currentVideoTrack$.pipe(Z(e=>e?.quality)).subscribe(new Ir(`quality`)),this.info.currentBuffer$.subscribe(new Ir(`buffer`)),e.isBuffering$.subscribe(new Ir(`isBuffering`))].forEach(e=>this.subscription.add(e)),Fr(`codecs`,j.video.supportedCodecs)}initTracerSubscription(){let e=Dv(this.tracer.log.bind(this.tracer)),t=Dv(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(dv({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(dv({currentBuffer:this.info.currentBuffer$.pipe(Y(e=>e.end>0),X((e,t)=>e.end===t.end&&e.start===t.start)),position:this.info.position$.pipe(X())}).pipe(Ev(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(dv({liveTime:this.info.liveTime$,liveBufferTime:this.info.liveBufferTime$,position:this.info.position$}).pipe(Y(({liveTime:e,liveBufferTime:t})=>!!e&&!!t),Ev(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(dv({throughputEstimation:this.info.throughputEstimation$,rtt:this.info.rttEstimation$}).pipe(Y(({throughputEstimation:e,rtt:t})=>!!e&&!!t),Ev(3e3)).subscribe(e(`throughputEstimation`))).add(this.info.isStalled$.subscribe(e(`isStalled`))).add(this.info.is3DVideo$.pipe(X(),Y(e=>e===!0)).subscribe(e(`is3DVideo`))).add(this.info.surface$.subscribe(e(`surface`))).add(this.events.ended$.subscribe(e(`ended`))).add(this.events.looped$.subscribe(e(`looped`))).add(this.events.managedError$.subscribe(t(`managedError`))).add(this.events.fatalError$.subscribe(t(`fatalError`))).add(this.events.firstBytes$.subscribe(e(`firstBytes`))).add(this.events.firstFrame$.subscribe(e(`firstFrame`))).add(this.events.canplay$.subscribe(e(`canplay`)))}initWakeLock(){var e=this;let t=Mv();if(!t.navigator.wakeLock||!this.tuning.enableWakeLock)return;let n,r=()=>{n?.release(),n=void 0},i=function(){var t=a(function*(){r(),n=yield window.navigator.wakeLock.request(`screen`).catch(t=>{t instanceof DOMException&&t.name===`NotAllowedError`||e.events.managedError$.next({id:`WakeLock`,category:fv.DOM,message:String(t)})})});return function(){return t.apply(this,arguments)}}();this.subscription.add(vv(pv(t.document,`visibilitychange`),pv(t.document,`fullscreenchange`),this.desiredState.playbackState.stateChangeEnded$).subscribe(()=>{let e=t.document.visibilityState===`visible`,a=this.desiredState.playbackState.getState()===`playing`,o=!!n&&!n?.released;e&&a?o||i():r()})).add(this.events.willDestruct$.subscribe(r))}setVideoTrackIdByQuality(e,t){let n=e.find(e=>e.quality===t);this.tracer.log(`setVideoTrackIdByQuality`,Tv({quality:t,availableTracks:Tv(e),track:Tv(n),isAutoQuality:!n})),n?n.tvDisabled?(this.setAutoQuality(!0),this.events.managedError$.next({id:`SetQualityTrackTvDisabled`,category:fv.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 Mv().document.hidden&&this.tuning.autoplayOnlyInActiveTab&&!Sa()}}import{Subscription as ty,Observable as ny,Subject as ry,ValueSubject as iy,VideoQuality as ay}from"@vkontakte/videoplayer-shared/es2015";var oy=`@vkontakte/videoplayer-core@${u}`;export{He as isMobile,j as clientChecker,ht as areValidLiveRecordSources,Da as WebmCodecStrategy,ay as VideoQuality,f as VideoFormat,p as VideoCodecName,iy as ValueSubject,u as VERSION,g as Surface,ty as Subscription,ry as Subject,oy as SDK_VERSION,_ as PredefinedQualityLimits,ey as Player,d as PlaybackState,ny as Observable,h as HttpConnectionType,m as ChromecastState};
254
+ ===== DASH_LIVE DEBUG END ====`),n){let t=e.reduce((e,{time:t,data:n,stack:r})=>{let i=Rt(n).map(([e,t])=>`${e}:${t}`).join(`,`);return e+=`${t}: ${i}${r?`: ${r}`:``};`,e},``);S_.push(`core`,{key:`vp_dash_live_debug`,strings:[t]})}};return e.add(this.providerError$.subscribe(e=>{e.id.startsWith(`ProviderHangup`)&&(R({m:`final.0`,e:e.id}),r())})).add(this.noAvailableProvidersError$.subscribe(()=>{R({m:`final.1`}),r()})),e.add(this.providerError$.subscribe(e=>{let{destination:r,type:i}=this.current$.getValue(),a={error:e,currentDestination:r};if(r===`CHROMECAST`)this.destroyProvider(),this.params.dependencies.chromecastInitializer.stopMedia().then(()=>this.switchToNextProvider(`CHROMECAST`),()=>this.params.dependencies.chromecastInitializer.disconnect());else{let s=this.params.tuning.dash.useFailoverHostsOnAllProviderCrash||e.category===p_.NETWORK,c=e.category===p_.FATAL,l=this.params.failoverHosts.length>0&&(this.failoverIndex===void 0||this.failoverIndex<this.params.failoverHosts.length-1),u=n<this.params.tuning.providerErrorLimit&&!c,d=this.videoCodecsIterator&&!this.videoCodecsIterator.isLast()&&this.params.tuning.dash.codecsPrioritizeEnabled,f=this.providerOutput.currentVideoTrack$.getValue();this.dashMaxTvVideoQuality=this.params.tuning.dash.dashMaxTvVideoQuality?Tf(e,i,f?.quality):null;let p=l&&!c&&(s&&t||!u);a=o(o({},a),{},{isNetworkError:s,isFatalError:c,haveFailoverHost:l,tryFailover:p,canReinitProvider:u}),this.currentFailedVideoTrack=this.params.tuning.dash.useNewFailoverLogic?f:null,this.params.tuning.dropUrlCacheWhenProviderCrashed&&!s&&_h(),u?(n++,this.reinitProvider()):p?(this.failoverIndex=this.failoverIndex===void 0?0:this.failoverIndex+1,this.reinitProvider()):d?this.switchToNextVideoCodec():(n=0,this.switchToNextProvider(r??`SCREEN`))}e.traceAsLog?this.tracer.log(`providerInfo`,x_(a)):this.tracer.error(`providerError`,x_(a))})),e}}import{fromEvent as H_,once as U_,combine as W_,Subscription as G_,ValueSubject as K_,map as q_,filter as J_,isNonNullable as Y_,now as X_,safeStorage as Z_,getWindow as Q_}from"@vkontakte/videoplayer-shared/es2015";var $_=`vk_uvp_throughput`,ev=`vk_uvp_rtt`,tv=`one_video_throughput`,nv=`one_video_rtt`,rv=()=>{let{navigator:e}=Q_();if(e)return e.connection},iv=()=>{let e=rv()?.downlink;if(Y_(e)&&e!==10)return e*1e3},av=()=>{let e=rv()?.rtt;if(Y_(e)&&e!==3e3)return e},ov=(e,t,n)=>{let r=n*8;return r/(r/e+t)};class sv{constructor(e){i(this,`throughput`,void 0),i(this,`rtt`,void 0),i(this,`subscription`,new G_),i(this,`tuningConfig`,void 0),i(this,`concurrentDownloads`,new Set),i(this,`throughput$`,void 0),i(this,`rtt$`,void 0),i(this,`rttAdjustedThroughput$`,void 0),this.tuningConfig=e;let t=sv.loadStored($_,tv,e)||(e.useBrowserEstimation?iv():void 0)||e.initialThroughput,n=sv.loadStored(ev,nv,e)??(e.useBrowserEstimation?av():void 0)??0;if(this.throughput$=new K_(t),this.rtt$=new K_(n),this.rttAdjustedThroughput$=new K_(ov(t,n,e.rttPenaltyRequestSize)),this.throughput=ip.getSmoothedValue(t,-1,e),this.rtt=ip.getSmoothedValue(n,1,e),e.useBrowserEstimation){let e=()=>{let e=iv();e&&this.throughput.next(e);let t=av();Y_(t)&&this.rtt.next(t)},t=rv();t&&`onchange`in t&&this.subscription.add(H_(t,`change`).subscribe(e)),e()}this.subscription.add(this.throughput.smoothed$.subscribe(t=>{sv.writeStored($_,tv,t,e)})),this.subscription.add(this.rtt.smoothed$.subscribe(t=>{sv.writeStored(ev,nv,t,e)})),this.subscription.add(this.throughput.debounced$.pipe(q_(e=>Math.round(e))).subscribe(this.throughput$)),this.subscription.add(this.rtt.debounced$.subscribe(this.rtt$)),this.subscription.add(W_({throughput:this.throughput.smoothed$,rtt:this.rtt.smoothed$}).pipe(q_(({throughput:t,rtt:n})=>ov(t,n,e.rttPenaltyRequestSize)),J_(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=X_(),r=new G_;switch(this.subscription.add(r),this.concurrentDownloads.add(e),e.readyState){case 4:break;case 3:case 2:r.add(H_(e,`progress`).pipe(U_()).subscribe(e=>{t=e.loaded,n=X_()}));break;case 1:case 0:r.add(H_(e,`loadstart`).subscribe(()=>{t=0,n=X_()}));break}r.add(H_(e,`loadend`).subscribe(i=>{if(e.status===200){let e=i.loaded,r=X_(),a=e-t,o=r-n;this.addRawSpeed(a,o,1)}this.concurrentDownloads.delete(e),r.unsubscribe()}))}trackStream(e,t=!1){var n=this;let r=e.getReader();if(!r){e.cancel(`Could not get reader`);return}let i=0,o=X_(),s=0,c=X_(),l=t=>{this.concurrentDownloads.delete(e),r.releaseLock(),e.cancel(`Throughput Estimator error: ${t}`).catch(()=>{})},u=function(){var d=a(function*({done:a,value:d}){if(a)!t&&n.addRawSpeed(i,X_()-o,1),n.concurrentDownloads.delete(e);else if(d){if(t){let e=X_();if(e-c>n.tuningConfig.lowLatency.continuesByteSequenceInterval||e-o>n.tuningConfig.lowLatency.maxLastEvaluationTimeout){let e=c-o;e&&n.addRawSpeed(s,e,1,t),s=d.byteLength,o=X_()}else s+=d.byteLength;c=X_()}else i+=d.byteLength,s+=d.byteLength,s>=n.tuningConfig.streamMinSampleSize&&X_()-c>=n.tuningConfig.streamMinSampleTime&&(n.addRawSpeed(s,X_()-c,n.concurrentDownloads.size),s=0,c=X_());yield r?.read().then(u,l)}});return function(e){return d.apply(this,arguments)}}();this.concurrentDownloads.add(e),r?.read().then(u,l)}addRawSpeed(e,t,n=1,r=!1){if(this.sanityCheck(e,t,r)){let r=e*8/t;this.throughput.next(r*n)}}addRawThroughput(e){this.throughput.next(e)}addRawRtt(e){this.rtt.next(e)}sanityCheck(e,t,n=!1){let r=e*8/t;return!(!r||!isFinite(r)||r>1e6||r<30||n&&e<1e4||!n&&e<10*1024&&(!this.tuningConfig.measureNonSegmentRequests||t<this.tuningConfig.smallSampleMinDuration+this.rtt$.getValue())||!n&&t<=this.tuningConfig.cacheThresholdSize)}get throughputVariance$(){return this.throughput.varianceCoefficient$}static loadStored(e,t,n){if(!n.useThroughputTtl){let e=Z_.get(t);if(!Y_(e))return;let n=parseInt(e,10);return isNaN(n)?void 0:n}let r=Z_.get(e)??Z_.get(t);if(Y_(r))try{let e=JSON.parse(r);if(typeof e==`object`&&e&&typeof e.value==`number`)return sv.validateStored(e,n)}catch{}}static writeStored(e,t,n,r){if(!r.useThroughputTtl){Z_.set(t,n.toFixed(0));return}let i=JSON.stringify({value:Math.round(n),timestamp:Date.now(),networkType:rv()?.effectiveType});Z_.set(e,i)}static validateStored(e,t){if(!t.useThroughputTtl)return e.value;if(Date.now()-e.timestamp>t.storedThroughputTtlMs)return;let n=rv()?.effectiveType;if(!(n!==void 0&&e.networkType!==void 0&&n!==e.networkType))return e.value}}var cv=sv;import{fillWithDefault as lv,VideoQuality as uv}from"@vkontakte/videoplayer-shared/es2015";var dv={keepVideoElement:!1,clearVideoElementInnerHTML:!1,allowPlayerReuse:!1,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,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:uv.Q_4320P,activeVideoAreaThreshold:.1,highQualityLimit:uv.Q_720P,trafficSavingLimit:uv.Q_480P},stallsManager:{enabled:!1,ignoreDynamicAbrForShortVideo:!1,stallDurationNoDataBeforeQualityDecrease:500,stallDurationToBeCount:100,stallCountBeforeQualityDecrease:3,resetQualityRestrictionTimeout:1e4,ignoreStallsOnSeek:!0,stallsMetricsHistoryLength:20,maxPossibleStallDuration:3e4,minTvtToBeCounted:120,maxTvtToBeCounted:10800,significantTvt:600,targetStallsDurationPerTvt:1,deviationStallsDurationPerTvt:.5,criticalStallsDurationPerTvt:6,abrAdjustingSpeed:.1,emaAlpha:.6,useTotalStallsDurationPerTvt:!0,useAverageStallsDurationPerTvt:!0,useEmaStallsDurationPerTvt:!0},droppedFramesChecker:{enabled:!1,percentLimit:.1,checkTime:1e3,countLimit:3,tickCountAfterQualityChange:5,qualityUpWaitingTime:5e3,minQualityBanLimit:uv.Q_480P},dash:{forwardBufferTarget:6e4,forwardBufferTargetAuto:6e4,forwardBufferTargetManual:5*6e4,forwardBufferTargetPreload:5e3,seekBiasInTheEnd:2e3,maxSegmentDurationLeftToSelectNextSegment:3e3,minSafeBufferThreshold:.5,bufferPruningSafeZone:1e3,segmentRequestSize:1*1024*1024,maxVirtualBufferSize:250*1024*1024,virtualBufferPruneSize:100*1024*1024,representationSwitchForwardBufferGap:15e3,crashOnStallTimeout:25e3,crashOnStallTWithoutDataTimeout:5e3,restoreBufferBeforeCrashTimeout:1e3,enableSubSegmentBufferFeeding:!0,bufferEmptinessTolerance:100,virtualBufferEmptinessTolerance:100,useNewRepresentationSwitch:!1,useDelayedRepresentationSwitch:!1,useSmartRepresentationSwitch:!1,seekStallExitPolicy:!1,mutexStallExitPolicy:!1,useFetchPriorityHints:!0,useAbortMSEFix:!0,enableBaseUrlSupport:!0,maxSegmentRetryCount:5,sourceOpenTimeout:1e3,vktvAbrThrottle:0,timeupdateEventTickThrottle:300,fetcherBufferOptimisation:!0,codecsPrioritizeEnabled:!1,usePersistentGaps:!1,abrThrottle:0,useVideoElementWaitingCurrentTimeReassign:!0,stallWatchdogInterval:100,liveUpdateInterval:1e3,liveStallReinitInterval:3e3,ignoreNetworkErrorsOnLoadInit:!1,bufferTolerance:100,minNativeBufferSize:5e3,removeTimeShiftFromSegment:500,tickMaintainInterval:100,minSafeBufferToPlay:0,useBufferHoldingOnlyOnStall:!0,useAbortResetNativeBufferMutex:!1,useNewAbr:!0,useAbrPhases:!1,abrVideoRules:[`fits_container_rule`,`failed_video_track_rule`,`tv_disabled_video_track_rule`,`throughput_rule`,`buffer_rule`,`stalls_rule`,`upper_limit_rule`,`lower_limit_rule`],abrAudioRules:[`throughput_rule`,`min_audio_for_video_rule`],useDynamicBirtateRule:!0,useNewFailoverLogic:!1,useFailoverHostsOnAllProviderCrash:!1,videoTrackBanAfterProviderFail:15e3,saveData3gQualityLimit:uv.Q_240P,saveData2gQualityLimit:uv.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},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,endGapTolerance:300,stallIgnoreThreshold:33,stallHandlingStrategy:`exclude-threshold`,gapWatchdogInterval:50,requestQuick:!1,useHlsJs:!1,disableHlsOnDesktop:!1,useNativeHLSTextTracks:!1,useNewSwitchTo:!1,alwaysAbortPreviousSwitch:!1,useDashProviderVirtual:!0,useDashProviderVirtualMobile:!0,useNewAutoSelectVideoTrack:!1,useSafariEndlessRequestBugfix:!0,isAudioDisabled:!1,autoplayOnlyInActiveTab:!0,autoplayOnlyIfVisible:!0,dynamicImportTimeout:5e3,maxPlaybackTransitionInterval:2e4,providerErrorLimit:3,manifestRetryInterval:300,manifestRetryMaxInterval:1e4,manifestRetryMaxCount:10,audioVideoSyncRate:20,webrtc:{connectionRetryMaxNumber:3},spherical:{enabled:!1,fov:{x:135,y:76},rotationSpeed:45,maxYawAngle:175,rotationSpeedCorrection:10,degreeToPixelCorrection:5,speedFadeTime:2e3,speedFadeThreshold:50},useVolumeMultiplier:!1,ignoreAudioRendererError:!1,useEnableSubtitlesParam:!1,useHlsLiveNewTextManager:!1,exposeInternalsToGlobal:!1,hlsLiveNewTextManagerDownloadThreshold:4e3,disableYandexPiP:!1,asyncResolveClientChecker:!1,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},fv=e=>lv(e,dv);import{assertNonNullable as pv,combine as mv,ErrorCategory as hv,filter as Y,filterChanged as X,fromEvent 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,Subject as $,Subscription as Cv,tap as wv,ValueSubject as Tv,isHigher as Ev,isInvariantQuality as Dv,flattenObject as Ov,throttle as kv,getTraceSubscriptionMethod as Av,TracerFactory as jv,InternalsExposure as Mv,getPlayerId as Nv,devNull as Pv,getWindow as Fv}from"@vkontakte/videoplayer-shared/es2015";import{merge as Iv,map as Lv,filter as Rv,isNonNullable as zv}from"@vkontakte/videoplayer-shared/es2015";var Bv=({seekState:e,position$:t})=>Iv(e.stateChangeEnded$.pipe(Lv(({to:e})=>e.state===`none`?void 0:(e.position??NaN)/1e3),Rv(zv)),t.pipe(Rv(()=>e.getState().state===`none`)));import{assertNonNullable as Vv}from"@vkontakte/videoplayer-shared/es2015";var Hv=e=>{let t=typeof e.container==`string`?document.getElementById(e.container):e.container;return Vv(t,`Wrong container or containerId {${e.container}}`),t};import{filter as Uv,once as Wv}from"@vkontakte/videoplayer-shared/es2015";var Gv=(e,t,n,r)=>{e!==void 0&&t.getState()===void 0&&t.getPrevState()===void 0&&n?.getValue().length===0?n.pipe(Uv(e=>e.length>0),Wv()).subscribe(n=>{n.find(r)&&t.startTransitionTo(e)}):(e===void 0||n?.getValue().find(r))&&t.startTransitionTo(e)};import{requestIdleCallbackPolyfilled as Kv}from"@vkontakte/videoplayer-shared/es2015";import{objectEntries as qv}from"@vkontakte/videoplayer-shared/es2015";import{cancelIdleCallbackPolyfilled as Jv}from"@vkontakte/videoplayer-shared/es2015";import{devNull as Yv,getWindow as Xv}from"@vkontakte/videoplayer-shared/es2015";var Zv=()=>{let e=`mediaCapabilities`in Xv().navigator?Qv:$v,t=Kv(a(function*(){let t=yield Promise.all(qv(ey).map(function(){var t=a(function*([t,n]){return{codec:t,supported:yield e(n)}});return function(e){return t.apply(this,arguments)}}())),n=[j.browser.current,...t.map(e=>JSON.stringify(e))].slice(0,16);return Yv.push(`core`,{key:`videoplayer_decoding_info`,strings:n}),t}));return()=>Jv(t)},Qv=function(){var e=a(function*(e){if(!e)return Promise.resolve({supported:!1});let t={[`channels`in e?`audio`:`video`]:e};return yield Xv().navigator.mediaCapabilities.decodingInfo(o({type:`media-source`},t))});return function(t){return e.apply(this,arguments)}}(),$v=e=>{if(!e)return Promise.resolve({supported:!1});let t=Xv().document,n=`channels`in e?t.createElement(`audio`):t.createElement(`video`);return Promise.resolve({supported:n.canPlayType(e?.contentType??``)===`probably`})},ey={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}},ty={playbackState$:void 0,position$:0,duration$:1/0,muted$:!1,volume$:1,availableVideoStreams$:[],currentVideoStream$:void 0,availableVideoTracks$:[],availableQualities$:[],availableQualitiesFps$:{},currentQuality$:void 0,isAutoQualityEnabled$:!0,autoQualityLimitingAvailable$:!1,autoQualityLimits$:{},predefinedQualityLimitType$:`unknown`,availableAudioStreams$:[],currentAudioStream$:void 0,availableAudioTracks$:[],isAudioAvailable$:!0,currentPlaybackRate$:1,currentBuffer$:{start:0,end:0},currentNativeBuffer$:{start:0,end:0},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,is3DVideo$:!1,currentVideoSegmentLength$:0,currentAudioSegmentLength$:0},ny={audioStream:void 0,autoVideoTrackLimits:{},autoVideoTrackSwitching:!0,cameraOrientation:{x:0,y: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 ry{constructor(e={},t=jv.createRootTracer(`real`,30),n){i(this,`subscription`,new Cv),i(this,`persistentSubscription`,new Cv),i(this,`domContainer`,void 0),i(this,`providerContainer`,void 0),i(this,`chromecastInitializer`,void 0),i(this,`logger`,new yv),i(this,`tracer`,void 0),i(this,`abrLogger`,this.logger.createComponentLog(`ABR`)),i(this,`config`,void 0),i(this,`tuning`,void 0),i(this,`throughputEstimator`,void 0),i(this,`internalsExposure`,null),i(this,`isPlaybackStarted`,!1),i(this,`initedAt`,void 0),i(this,`hasLiveOffsetByPaused`,new Tv(!1)),i(this,`hasLiveOffsetByPausedTimer`,0),i(this,`playerInitRequest`,0),i(this,`playerInited`,new Tv(!1)),i(this,`explicitInitialQuality`,void 0),i(this,`wasSetStartedQuality`,!1),i(this,`desiredState`,v(ny).reduce((e,[t,n])=>(e[t]=new Gt(n),e),{})),i(this,`info`,v(ty).reduce((e,[t,n])=>(e[t]=new Tv(n),e),{})),i(this,`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 $}),i(this,`experimental`,{element$:new Tv(void 0),enableDebugTelemetry$:new Tv(!1),dumpTelemetry:Pr,getCurrentTime$:new Tv(null),skipVideoElVolumeSync$:new Tv(!1)}),i(this,`devNullLog`,void 0),i(this,`collectDecodingInfoDestroyCb`,void 0),i(this,`doInit`,e=>{let{container:t}=e,n=l(e,r);this.tracer.log(`initVideo`,Ov(n),!0),this.domContainer=Hv(e),this.chromecastInitializer.contentId=e.meta?.videoId,this.providerContainer=new V_({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?(Pv.subscribe(`core`,this.devNullLog),this.tuning.collectingDecodingInfoEnabled&&(this.collectDecodingInfoDestroyCb=Zv())):Pv.destroy(`core`)}),this.initLogs(),this.tuning=fv(e),this.tracer=t,this.tuning.suppressExceptionsInObservables&&(y(this.info).forEach(e=>e.setSuppressErrors(!0)),y(this.events).forEach(e=>e.setSuppressErrors(!0)));let a={receiverApplicationId:this.tuning.chromecastReceiverId,isDisabled:this.tuning.disableChromecast,dependencies:{logger:this.logger}};if(this.chromecastInitializer=this.tuning.chromecastPresentationApi?new It(a):new ce(a),this.throughputEstimator=new cv(this.tuning.throughputEstimator),e.exposeInternalsToGlobal&&(this.internalsExposure=new Mv(`core`,Nv(n?.playerId)),this.internalsExposure.expose({player:this})),this.initChromecastSubscription(),this.initDesiredStateSubscriptions(),this.devNullLog=n?.onDevNullLog,Pv.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 b([`number`,`string`,`boolean`],n)?t:t===null?null:`<${n}>`})),i=`Player.${String(t)}`,a=`Exception calling ${i} (${r.join(`, `)})`;throw this.events.fatalError$.next({id:i,category:hv.WTF,message:a,thrown:e}),e}}:r}})}resetDesiredState(){let e=(e,t)=>{e.setState(t)};Object.keys(this.desiredState).forEach(t=>{e(this.desiredState[t],ny[t])})}reset(){this.subscription.unsubscribe(),this.providerContainer?.destroy(),this.providerContainer=void 0,Fv().clearTimeout(this.hasLiveOffsetByPausedTimer),this.collectDecodingInfoDestroyCb?.call(this),this.playerInited.next(!1),this.resetDesiredState();let e=(e,t)=>{e.next(t)},t=[`muted$`,`volume$`];Object.keys(this.info).forEach(n=>{b(t,n)?e(this.info[n],this.info[n].getValue()):e(this.info[n],ty[n])})}initVideo(e){let t=Fv();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?j.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`),gv(t.document,`visibilitychange`).pipe(Q()).subscribe(r)):r(),this}destroy(){let e=Fv();this.tracer.log(`destroy`),e.clearTimeout(this.hasLiveOffsetByPausedTimer),this.playerInitRequest&&e.cancelAnimationFrame(this.playerInitRequest),this.events.willDestruct$.next(),this.stop(),this.providerContainer?.destroy(),this.throughputEstimator.destroy(),this.chromecastInitializer.destroy(),this.subscription.unsubscribe(),this.persistentSubscription.unsubscribe(),this.tracer.end(),this.internalsExposure?.destroy(),Pv.destroy(`core`),this.collectDecodingInfoDestroyCb?.call(this)}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),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 It)?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 It)?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(()=>{pv(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=>o({type:`external`},e)))}),this}selectTextTrack(e){return this.waitInit(()=>{Gv(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`,o({},e)),this.desiredState.textTrackCuesSettings.startTransitionTo(e)}),this}setLiveLowLatency(e){let t=this.info.isLive$.getValue(),n=this.desiredState.isLowLatency.getState();return!t||n===e?this:(this.tracer.log(`live switch to low latency `+e),this.desiredState.isLowLatency.setState(e),this.seekTime(0))}setLooped(e){return this.waitInit(()=>{this.tracer.log(`setLooped`,{isLooped:e}),this.desiredState.isLooped.startTransitionTo(e)}),this}toggleChromecast(){this.tracer.log(`toggleChromecast`),this.chromecastInitializer.toggleConnection()}startCameraManualRotation(e,t){return this.waitInit(()=>{let n=this.getScene3D();this.tracer.log(`startCameraManualRotation`,{isScene3DAvailable:!!n,mx:e,my:t}),n&&n.startCameraManualRotation(e,t)}),this}stopCameraManualRotation(e=!1){return this.waitInit(()=>{let t=this.getScene3D();this.tracer.log(`stopCameraManualRotation`,{isScene3DAvailable:!!t,immediate:e}),t&&t.stopCameraManualRotation(e)}),this}moveCameraFocusPX(e,t){return this.waitInit(()=>{let n=this.getScene3D();if(this.tracer.log(`moveCameraFocusPX`,{isScene3DAvailable:!!n,dxpx:e,dypx:t}),n){let r=n.getCameraRotation(),i=n.pixelToDegree({x:e,y:t});this.desiredState.cameraOrientation.setState({x:r.x+i.x,y:r.y+i.y})}}),this}holdCamera(){return this.waitInit(()=>{let e=this.getScene3D();e&&e.holdCamera()}),this}releaseCamera(){return this.waitInit(()=>{let e=this.getScene3D();e&&e.releaseCamera()}),this}getExactTime(){if(!this.providerContainer)return 0;let e=this.providerContainer.providerOutput.element$.getValue();if(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()}getScene3D(){var e;let t=this.providerContainer?.current$.getValue();if(!(t==null||(e=t.provider)==null)&&e.scene3D)return t.provider.scene3D}setIntrinsicVideoSize(...e){let t={width:e.reduce((e,{width:t})=>e||t||0,0),height:e.reduce((e,{height:t})=>e||t||0,0)};t.width&&t.height&&this.info.intrinsicVideoSize$.next({width:t.width,height:t.height})}initDesiredStateSubscriptions(){this.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(Hr(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.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(o(o({},e),{},{state:`applying`})):this.events.managedError$.next({id:`WillSeekIn${e.state}`,category:hv.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(mv({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)=>Dv(e)?1:Dv(t)?-1:Ev(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.currentBuffer$.pipe(Z(e=>e?{start:e.from,end:e.to}:{start:0,end:0})).subscribe(this.info.currentBuffer$)).add(e.providerOutput.currentNativeBuffer$.pipe(Z(e=>e?{start:e.from,end:e.to}:{start:0,end:0})).subscribe(this.info.currentNativeBuffer$)).add(e.providerOutput.duration$.subscribe(this.info.duration$)).add(e.providerOutput.isBuffering$.subscribe(this.info.isBuffering$)).add(e.providerOutput.isLive$.subscribe(this.info.isLive$)).add(e.providerOutput.isLiveEnded$.pipe(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(mv({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})=>{let n=Fv();if(n.clearTimeout(this.hasLiveOffsetByPausedTimer),e){this.hasLiveOffsetByPausedTimer=n.setTimeout(()=>{this.hasLiveOffsetByPaused.next(!0)},this.getActiveLiveDelay(t));return}this.hasLiveOffsetByPaused.next(!1)})).add(mv({atLiveEdge:mv({isLive:e.providerOutput.isLive$,isLowLatency:e.providerOutput.isLowLatency$,position:Bv({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(mv({isLive:e.providerOutput.isLive$,position:e.providerOutput.position$,duration:e.providerOutput.duration$}).pipe(Z(({isLive:e,position:t,duration:n})=>e&&(Math.abs(n)-Math.abs(t))*1e3<this.tuning.live.activeLiveDelay),X(),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(Bv({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===hv.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`),pv(r),{id:r,category:hv.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 Tv(!1);this.subscription.add(e.providerOutput.seekedEvent$.subscribe(()=>t.next(!1))).add(e.providerOutput.willSeekEvent$.subscribe(()=>t.next(!0)));let n=new Tv(!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,a=Fv();e?(i=Sv(),n===`verbose`&&this.info.stallStartTime$.next(i),r=a.setTimeout(()=>{this.info.isStalled$.next(!0),i&&this.info.stallStartTime$.next(n===`exclude-threshold`?Sv():i)},t)):(a.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=>{var n,r;let i=e.providerOutput.element$.getValue();this.setIntrinsicVideoSize({width:t==null||(n=t.size)==null?void 0:n.width,height:t==null||(r=t.size)==null?void 0:r.height},{width:i?.videoWidth,height:i?.videoHeight})})).add(e.providerOutput.is3DVideo$.subscribe(this.info.is3DVideo$)),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 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||=oi(e,{container:this.domContainer.getBoundingClientRect(),panelSize:this.config.panelSize,estimatedThroughput:this.throughputEstimator.throughput$.getValue(),tuning:this.tuning.autoTrackSelection,limits:this.desiredState.autoVideoTrackLimits.getState(),playbackRate:this.info.currentPlaybackRate$.getValue(),forwardBufferHealth:0,abrLogger:this.abrLogger}),this.desiredState.videoTrack.startTransitionTo(t),this.info.currentQuality$.next(t.quality),this.info.videoBitrate$.next(t.bitrate)}initLogs(){this.persistentSubscription.add(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;pv(this.providerContainer),pv(e),Nr(),this.experimental.enableDebugTelemetry$.next(this.tuning.enableTelemetryAtStart),[this.experimental.enableDebugTelemetry$.subscribe(e=>Mr(e)),this.providerContainer.current$.subscribe(({type:e})=>Fr(`provider`,e)),e.duration$.subscribe(e=>Fr(`duration`,e)),e.availableVideoTracks$.pipe(Y(e=>!!e.length),Q()).subscribe(e=>Fr(`tracks`,e)),this.events.fatalError$.subscribe(new Ir(`fatalError`)),this.events.managedError$.subscribe(new Ir(`managedError`)),e.position$.subscribe(new Ir(`position`)),e.currentVideoTrack$.pipe(Z(e=>e?.quality)).subscribe(new Ir(`quality`)),this.info.currentBuffer$.subscribe(new Ir(`buffer`)),e.isBuffering$.subscribe(new Ir(`isBuffering`))].forEach(e=>this.subscription.add(e)),Fr(`codecs`,j.video.supportedCodecs)}initTracerSubscription(){let e=Av(this.tracer.log.bind(this.tracer)),t=Av(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(mv({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(mv({currentBuffer:this.info.currentBuffer$.pipe(Y(e=>e.end>0),X((e,t)=>e.end===t.end&&e.start===t.start)),position:this.info.position$.pipe(X())}).pipe(kv(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(mv({liveTime:this.info.liveTime$,liveBufferTime:this.info.liveBufferTime$,position:this.info.position$}).pipe(Y(({liveTime:e,liveBufferTime:t})=>!!e&&!!t),kv(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(mv({throughputEstimation:this.info.throughputEstimation$,rtt:this.info.rttEstimation$}).pipe(Y(({throughputEstimation:e,rtt:t})=>!!e&&!!t),kv(3e3)).subscribe(e(`throughputEstimation`))).add(this.info.isStalled$.subscribe(e(`isStalled`))).add(this.info.is3DVideo$.pipe(X(),Y(e=>e===!0)).subscribe(e(`is3DVideo`))).add(this.info.surface$.subscribe(e(`surface`))).add(this.events.ended$.subscribe(e(`ended`))).add(this.events.looped$.subscribe(e(`looped`))).add(this.events.managedError$.subscribe(t(`managedError`))).add(this.events.fatalError$.subscribe(t(`fatalError`))).add(this.events.firstBytes$.subscribe(e(`firstBytes`))).add(this.events.firstFrame$.subscribe(e(`firstFrame`))).add(this.events.canplay$.subscribe(e(`canplay`)))}initWakeLock(){var e=this;let t=Fv();if(!t.navigator.wakeLock||!this.tuning.enableWakeLock)return;let n,r=()=>{n?.release(),n=void 0},i=function(){var t=a(function*(){r(),n=yield window.navigator.wakeLock.request(`screen`).catch(t=>{t instanceof DOMException&&t.name===`NotAllowedError`||e.events.managedError$.next({id:`WakeLock`,category:hv.DOM,message:String(t)})})});return function(){return t.apply(this,arguments)}}();this.subscription.add(xv(gv(t.document,`visibilitychange`),gv(t.document,`fullscreenchange`),this.desiredState.playbackState.stateChangeEnded$).subscribe(()=>{let e=t.document.visibilityState===`visible`,a=this.desiredState.playbackState.getState()===`playing`,o=!!n&&!n?.released;e&&a?o||i():r()})).add(this.events.willDestruct$.subscribe(r))}setVideoTrackIdByQuality(e,t){let n=e.find(e=>e.quality===t);this.tracer.log(`setVideoTrackIdByQuality`,Ov({quality:t,availableTracks:Ov(e),track:Ov(n),isAutoQuality:!n})),n?n.tvDisabled?(this.setAutoQuality(!0),this.events.managedError$.next({id:`SetQualityTrackTvDisabled`,category:hv.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 Fv().document.hidden&&this.tuning.autoplayOnlyInActiveTab&&!Sa()}}import{Subscription as iy,Observable as ay,Subject as oy,ValueSubject as sy,VideoQuality as cy}from"@vkontakte/videoplayer-shared/es2015";var ly=`@vkontakte/videoplayer-core@${u}`;export{He as isMobile,j as clientChecker,ht as areValidLiveRecordSources,Da as WebmCodecStrategy,cy as VideoQuality,f as VideoFormat,p as VideoCodecName,sy as ValueSubject,u as VERSION,g as Surface,iy as Subscription,oy as Subject,ly as SDK_VERSION,_ as PredefinedQualityLimits,ry as Player,d as PlaybackState,ay as Observable,h as HttpConnectionType,m as ChromecastState};