@vkontakte/videoplayer-core 2.0.156 → 2.0.157-dev.30efab63.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.
Files changed (105) hide show
  1. package/es2015.esm.js +37 -38
  2. package/esnext.esm.js +37 -38
  3. package/evergreen.esm.js +4 -4
  4. package/package.json +7 -30
  5. package/types/index.d.ts +10 -10
  6. package/types/player/Player.d.ts +3 -3
  7. package/types/player/types.d.ts +1 -1
  8. package/types/player/utils/optimisticPosition.d.ts +2 -2
  9. package/types/player/utils/selectContainer.d.ts +1 -1
  10. package/types/providers/ChromecastPresentationApiProvider/ChromecastPresentationApiInitializer.d.ts +1 -1
  11. package/types/providers/ChromecastProvider/ChromecastInitializer/index.d.ts +1 -1
  12. package/types/providers/ChromecastProvider/ChromecastInitializer/types.d.ts +1 -1
  13. package/types/providers/ChromecastProvider/types.d.ts +1 -1
  14. package/types/providers/DashLiveProvider/DashLiveProvider.d.ts +2 -2
  15. package/types/providers/DashLiveProvider/utils/LiveDashPlayer.d.ts +3 -3
  16. package/types/providers/DashProvider/baseDashProvider.d.ts +10 -10
  17. package/types/providers/DashProvider/lib/LiveTextManager.d.ts +1 -1
  18. package/types/providers/DashProvider/lib/buffer.d.ts +2 -2
  19. package/types/providers/DashProvider/lib/fetcher.d.ts +3 -3
  20. package/types/providers/DashProvider/lib/player.d.ts +6 -6
  21. package/types/providers/DashProvider/lib/types.d.ts +3 -3
  22. package/types/providers/DashProvider/lib/utils.d.ts +2 -2
  23. package/types/providers/DashProviderVirtual/baseDashProvider.d.ts +12 -12
  24. package/types/providers/DashProviderVirtual/dashCmafLiveProvider.d.ts +1 -1
  25. package/types/providers/DashProviderVirtual/dashProvider.d.ts +1 -1
  26. package/types/providers/DashProviderVirtual/lib/LiveTextManager.d.ts +2 -2
  27. package/types/providers/DashProviderVirtual/lib/buffer/types.d.ts +3 -3
  28. package/types/providers/DashProviderVirtual/lib/buffer/virtualBuffer/baseVirtualBufferManager.d.ts +6 -6
  29. package/types/providers/DashProviderVirtual/lib/buffer/virtualBuffer/byteRangeVirtualBufferManager.d.ts +5 -5
  30. package/types/providers/DashProviderVirtual/lib/buffer/virtualBuffer/liveVirtualBuffer.d.ts +5 -5
  31. package/types/providers/DashProviderVirtual/lib/buffer/virtualBuffer/templateVirtualBufferManager.d.ts +5 -5
  32. package/types/providers/DashProviderVirtual/lib/buffer/virtualBuffer/virtualBufferFactory.d.ts +3 -3
  33. package/types/providers/DashProviderVirtual/lib/fetcher.d.ts +3 -3
  34. package/types/providers/DashProviderVirtual/lib/player/basePlayer.d.ts +10 -10
  35. package/types/providers/DashProviderVirtual/lib/player/livePlayer.d.ts +8 -8
  36. package/types/providers/DashProviderVirtual/lib/player/player.d.ts +2 -2
  37. package/types/providers/DashProviderVirtual/lib/player/types.d.ts +3 -3
  38. package/types/providers/DashProviderVirtual/lib/types.d.ts +3 -3
  39. package/types/providers/DashProviderVirtual/lib/utils.d.ts +2 -2
  40. package/types/providers/HlsLiveProvider/LiveTextManager.d.ts +1 -1
  41. package/types/providers/HlsLiveProvider/index.d.ts +3 -3
  42. package/types/providers/HlsProvider/index.d.ts +2 -2
  43. package/types/providers/HlsProvider/manifestDataExtractor.d.ts +1 -1
  44. package/types/providers/MpegProvider/index.d.ts +1 -1
  45. package/types/providers/ProviderContainer/index.d.ts +3 -3
  46. package/types/providers/ProviderContainer/types.d.ts +1 -1
  47. package/types/providers/ProviderContainer/utils/formatsSupport.d.ts +2 -2
  48. package/types/providers/ProviderContainer/utils/playbackHangup.d.ts +3 -3
  49. package/types/providers/WebRTCLiveProvider/WebRTCLiveClient.d.ts +1 -1
  50. package/types/providers/WebRTCLiveProvider/WebRTCLiveProvider.d.ts +2 -2
  51. package/types/providers/types.d.ts +8 -8
  52. package/types/providers/utils/Abr/abrController.d.ts +2 -2
  53. package/types/providers/utils/Abr/abrManager.d.ts +3 -3
  54. package/types/providers/utils/Abr/controllers/stallsController.d.ts +2 -2
  55. package/types/providers/utils/Abr/rules/audio/audioThroughputRule.d.ts +4 -4
  56. package/types/providers/utils/Abr/rules/audio/minAudioForVideoRule.d.ts +4 -4
  57. package/types/providers/utils/Abr/rules/baseRule.d.ts +2 -2
  58. package/types/providers/utils/Abr/rules/limitAboveRule.d.ts +3 -3
  59. package/types/providers/utils/Abr/rules/limitBelowRule.d.ts +3 -3
  60. package/types/providers/utils/Abr/rules/video/bufferRule.d.ts +4 -4
  61. package/types/providers/utils/Abr/rules/video/fitsContainerRule.d.ts +4 -4
  62. package/types/providers/utils/Abr/rules/video/lowerLimitRule.d.ts +3 -3
  63. package/types/providers/utils/Abr/rules/video/stallsRule.d.ts +4 -4
  64. package/types/providers/utils/Abr/rules/video/throughputRule.d.ts +4 -4
  65. package/types/providers/utils/Abr/rules/video/upperLimitRule.d.ts +3 -3
  66. package/types/providers/utils/Abr/trackHistory.d.ts +1 -1
  67. package/types/providers/utils/Abr/types.d.ts +3 -3
  68. package/types/providers/utils/Abr/utils.d.ts +1 -1
  69. package/types/providers/utils/HTMLVideoElement/DroppedFramesManager.d.ts +3 -3
  70. package/types/providers/utils/HTMLVideoElement/ElementSizeManager.d.ts +1 -1
  71. package/types/providers/utils/HTMLVideoElement/TextTrackManager.d.ts +2 -2
  72. package/types/providers/utils/HTMLVideoElement/observable.d.ts +1 -1
  73. package/types/providers/utils/HTMLVideoElement/pool.d.ts +1 -1
  74. package/types/providers/utils/StallsManager.d.ts +2 -2
  75. package/types/providers/utils/extractConnectionHeaders.d.ts +1 -1
  76. package/types/providers/utils/parsers/types.d.ts +1 -1
  77. package/types/providers/utils/syncDesiredState.d.ts +2 -2
  78. package/types/providers/utils/syncPlaybackState.d.ts +2 -2
  79. package/types/providers/utils/videoStreamRepresentaionsFilter.d.ts +1 -1
  80. package/types/utils/3d/Camera3D.d.ts +1 -1
  81. package/types/utils/3d/CameraRotationManager.d.ts +2 -2
  82. package/types/utils/3d/Scene3D.d.ts +1 -1
  83. package/types/utils/ClientChecker/services/AudioChecker.d.ts +1 -1
  84. package/types/utils/ClientChecker/services/BrowserChecker.d.ts +2 -2
  85. package/types/utils/ClientChecker/services/DeviceChecker.d.ts +3 -3
  86. package/types/utils/ClientChecker/services/DisplayChecker.d.ts +1 -1
  87. package/types/utils/ClientChecker/services/VideoChecker.d.ts +2 -2
  88. package/types/utils/ThroughputEstimator.d.ts +1 -1
  89. package/types/utils/VolumeMultiplierManager/VolumeMultiplierManager.d.ts +2 -2
  90. package/types/utils/autoSelectTrack.d.ts +2 -2
  91. package/types/utils/qualityLimits.d.ts +2 -2
  92. package/types/utils/setStateWithSubscribe.d.ts +1 -1
  93. package/types/utils/smoothedValue/baseSmoothedValue.d.ts +1 -1
  94. package/types/utils/smoothedValue/emaAndMaSmoothedValue.d.ts +2 -2
  95. package/types/utils/smoothedValue/emaTopExtremumValue.d.ts +2 -2
  96. package/types/utils/smoothedValue/smoothedValueFactory.d.ts +2 -2
  97. package/types/utils/smoothedValue/twoEmaSmoothedValue.d.ts +2 -2
  98. package/types/utils/tuningConfig.d.ts +4 -4
  99. package/types/utils/videoFormat.d.ts +1 -1
  100. package/es2015.cjs +0 -221
  101. package/es2018.cjs +0 -221
  102. package/es2018.esm.js +0 -221
  103. package/es2024.cjs +0 -221
  104. package/es2024.esm.js +0 -221
  105. package/esnext.cjs +0 -221
package/es2015.esm.js CHANGED
@@ -1,19 +1,18 @@
1
1
  /**
2
- * @vkontakte/videoplayer-core v2.0.156
3
- * Tue, 24 Mar 2026 10:14:36 GMT
4
- * https://st.mycdn.me/static/vkontakte-videoplayer/2-0-156/doc/
2
+ * @vkontakte/videoplayer-core v2.0.157-dev.30efab63.0
3
+ * Wed, 25 Mar 2026 07:23:30 GMT
4
+ * https://st.mycdn.me/static/vkontakte-videoplayer/2-0-157/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=Object.create,d=Object.getPrototypeOf,f=Object.defineProperty,p=Object.getOwnPropertyNames,m=Object.prototype.hasOwnProperty;function h(e){return this[e]}var g,_,v=(e,t,n)=>{var r=typeof e==`object`&&!!e;if(r){var i=t?g??=new WeakMap:_??=new WeakMap,a=i.get(e);if(a)return a}n=e==null?{}:u(d(e));let o=t||!e||!e.__esModule?f(n,`default`,{value:e,enumerable:!0}):n;for(let t of p(e))m.call(o,t)||f(o,t,{get:h.bind(e,t),enumerable:!0});return r&&i.set(e,o),o},y=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),b=y((e,t)=>{var n=function(e){return e&&e.Math===Math&&e};t.exports=n(typeof globalThis==`object`&&globalThis)||n(typeof window==`object`&&window)||n(typeof self==`object`&&self)||n(typeof global==`object`&&global)||n(typeof e==`object`&&e)||function(){return this}()||Function(`return this`)()}),x=y((e,t)=>{t.exports=function(e){try{return!!e()}catch{return!0}}}),S=y((e,t)=>{t.exports=!x()(function(){var e=function(){}.bind();return typeof e!=`function`||e.hasOwnProperty(`prototype`)})}),C=y((e,t)=>{var n=S(),r=Function.prototype,i=r.apply,a=r.call;t.exports=typeof Reflect==`object`&&Reflect.apply||(n?a.bind(i):function(){return a.apply(i,arguments)})}),w=y((e,t)=>{var n=S(),r=Function.prototype,i=r.call,a=n&&r.bind.bind(i,i);t.exports=n?a:function(e){return function(){return i.apply(e,arguments)}}}),T=y((e,t)=>{var n=w(),r=n({}.toString),i=n(``.slice);t.exports=function(e){return i(r(e),8,-1)}}),E=y((e,t)=>{var n=T(),r=w();t.exports=function(e){if(n(e)===`Function`)return r(e)}}),D=y((e,t)=>{var n=typeof document==`object`&&document.all;t.exports=n===void 0&&n!==void 0?function(e){return typeof e==`function`||e===n}:function(e){return typeof e==`function`}}),O=y((e,t)=>{t.exports=!x()(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!==7})}),k=y((e,t)=>{var n=S(),r=Function.prototype.call;t.exports=n?r.bind(r):function(){return r.apply(r,arguments)}}),A=y(e=>{var t={}.propertyIsEnumerable,n=Object.getOwnPropertyDescriptor;e.f=n&&!t.call({1:2},1)?function(e){var t=n(this,e);return!!t&&t.enumerable}:t}),ee=y((e,t)=>{t.exports=function(e,t){return{enumerable:!(e&1),configurable:!(e&2),writable:!(e&4),value:t}}}),te=y((e,t)=>{var n=w(),r=x(),i=T(),a=Object,o=n(``.split);t.exports=r(function(){return!a(`z`).propertyIsEnumerable(0)})?function(e){return i(e)===`String`?o(e,``):a(e)}:a}),ne=y((e,t)=>{t.exports=function(e){return e==null}}),j=y((e,t)=>{var n=ne(),r=TypeError;t.exports=function(e){if(n(e))throw new r(`Can't call method on `+e);return e}}),re=y((e,t)=>{var n=te(),r=j();t.exports=function(e){return n(r(e))}}),ie=y((e,t)=>{var n=D();t.exports=function(e){return typeof e==`object`?e!==null:n(e)}}),ae=y((e,t)=>{t.exports={}}),oe=y((e,t)=>{var n=ae(),r=b(),i=D(),a=function(e){return i(e)?e:void 0};t.exports=function(e,t){return arguments.length<2?a(n[e])||a(r[e]):n[e]&&n[e][t]||r[e]&&r[e][t]}}),se=y((e,t)=>{t.exports=w()({}.isPrototypeOf)}),ce=y((e,t)=>{var n=b().navigator,r=n&&n.userAgent;t.exports=r?String(r):``}),le=y((e,t)=>{var n=b(),r=ce(),i=n.process,a=n.Deno,o=i&&i.versions||a&&a.version,s=o&&o.v8,c,l;s&&(c=s.split(`.`),l=c[0]>0&&c[0]<4?1:+(c[0]+c[1])),!l&&r&&(c=r.match(/Edge\/(\d+)/),(!c||c[1]>=74)&&(c=r.match(/Chrome\/(\d+)/),c&&(l=+c[1]))),t.exports=l}),ue=y((e,t)=>{var n=le(),r=x(),i=b().String;t.exports=!!Object.getOwnPropertySymbols&&!r(function(){var e=Symbol(`symbol detection`);return!i(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&n&&n<41})}),de=y((e,t)=>{t.exports=ue()&&!Symbol.sham&&typeof Symbol.iterator==`symbol`}),fe=y((e,t)=>{var n=oe(),r=D(),i=se(),a=de(),o=Object;t.exports=a?function(e){return typeof e==`symbol`}:function(e){var t=n(`Symbol`);return r(t)&&i(t.prototype,o(e))}}),pe=y((e,t)=>{var n=String;t.exports=function(e){try{return n(e)}catch{return`Object`}}}),me=y((e,t)=>{var n=D(),r=pe(),i=TypeError;t.exports=function(e){if(n(e))return e;throw new i(r(e)+` is not a function`)}}),he=y((e,t)=>{var n=me(),r=ne();t.exports=function(e,t){var i=e[t];return r(i)?void 0:n(i)}}),ge=y((e,t)=>{var n=k(),r=D(),i=ie(),a=TypeError;t.exports=function(e,t){var o,s;if(t===`string`&&r(o=e.toString)&&!i(s=n(o,e))||r(o=e.valueOf)&&!i(s=n(o,e))||t!==`string`&&r(o=e.toString)&&!i(s=n(o,e)))return s;throw new a(`Can't convert object to primitive value`)}}),_e=y((e,t)=>{t.exports=!0}),ve=y((e,t)=>{var n=b(),r=Object.defineProperty;t.exports=function(e,t){try{r(n,e,{value:t,configurable:!0,writable:!0})}catch{n[e]=t}return t}}),ye=y((e,t)=>{var n=_e(),r=b(),i=ve(),a=`__core-js_shared__`,o=t.exports=r[a]||i(a,{});(o.versions||=[]).push({version:`3.43.0`,mode:n?`pure`:`global`,copyright:`© 2014-2025 Denis Pushkarev (zloirock.ru)`,license:`https://github.com/zloirock/core-js/blob/v3.43.0/LICENSE`,source:`https://github.com/zloirock/core-js`})}),be=y((e,t)=>{var n=ye();t.exports=function(e,t){return n[e]||(n[e]=t||{})}}),xe=y((e,t)=>{var n=j(),r=Object;t.exports=function(e){return r(n(e))}}),Se=y((e,t)=>{var n=w(),r=xe(),i=n({}.hasOwnProperty);t.exports=Object.hasOwn||function(e,t){return i(r(e),t)}}),Ce=y((e,t)=>{var n=w(),r=0,i=Math.random(),a=n(1.1.toString);t.exports=function(e){return`Symbol(`+(e===void 0?``:e)+`)_`+a(++r+i,36)}}),M=y((e,t)=>{var n=b(),r=be(),i=Se(),a=Ce(),o=ue(),s=de(),c=n.Symbol,l=r(`wks`),u=s?c.for||c:c&&c.withoutSetter||a;t.exports=function(e){return i(l,e)||(l[e]=o&&i(c,e)?c[e]:u(`Symbol.`+e)),l[e]}}),we=y((e,t)=>{var n=k(),r=ie(),i=fe(),a=he(),o=ge(),s=M(),c=TypeError,l=s(`toPrimitive`);t.exports=function(e,t){if(!r(e)||i(e))return e;var s=a(e,l),u;if(s){if(t===void 0&&(t=`default`),u=n(s,e,t),!r(u)||i(u))return u;throw new c(`Can't convert object to primitive value`)}return t===void 0&&(t=`number`),o(e,t)}}),Te=y((e,t)=>{var n=we(),r=fe();t.exports=function(e){var t=n(e,`string`);return r(t)?t:t+``}}),Ee=y((e,t)=>{var n=b(),r=ie(),i=n.document,a=r(i)&&r(i.createElement);t.exports=function(e){return a?i.createElement(e):{}}}),De=y((e,t)=>{var n=O(),r=x(),i=Ee();t.exports=!n&&!r(function(){return Object.defineProperty(i(`div`),`a`,{get:function(){return 7}}).a!==7})}),Oe=y(e=>{var t=O(),n=k(),r=A(),i=ee(),a=re(),o=Te(),s=Se(),c=De(),l=Object.getOwnPropertyDescriptor;e.f=t?l:function(e,t){if(e=a(e),t=o(t),c)try{return l(e,t)}catch{}if(s(e,t))return i(!n(r.f,e,t),e[t])}}),ke=y((e,t)=>{var n=x(),r=D(),i=/#|\.prototype\./,a=function(e,t){var i=s[o(e)];return i===l?!0:i===c?!1:r(t)?n(t):!!t},o=a.normalize=function(e){return String(e).replace(i,`.`).toLowerCase()},s=a.data={},c=a.NATIVE=`N`,l=a.POLYFILL=`P`;t.exports=a}),Ae=y((e,t)=>{var n=E(),r=me(),i=S(),a=n(n.bind);t.exports=function(e,t){return r(e),t===void 0?e:i?a(e,t):function(){return e.apply(t,arguments)}}}),je=y((e,t)=>{var n=O(),r=x();t.exports=n&&r(function(){return Object.defineProperty(function(){},`prototype`,{value:42,writable:!1}).prototype!==42})}),Me=y((e,t)=>{var n=ie(),r=String,i=TypeError;t.exports=function(e){if(n(e))return e;throw new i(r(e)+` is not an object`)}}),Ne=y(e=>{var t=O(),n=De(),r=je(),i=Me(),a=Te(),o=TypeError,s=Object.defineProperty,c=Object.getOwnPropertyDescriptor,l=`enumerable`,u=`configurable`,d=`writable`;e.f=t?r?function(e,t,n){if(i(e),t=a(t),i(n),typeof e==`function`&&t===`prototype`&&`value`in n&&d in n&&!n[d]){var r=c(e,t);r&&r[d]&&(e[t]=n.value,n={configurable:u in n?n[u]:r[u],enumerable:l in n?n[l]:r[l],writable:!1})}return s(e,t,n)}:s:function(e,t,r){if(i(e),t=a(t),i(r),n)try{return s(e,t,r)}catch{}if(`get`in r||`set`in r)throw new o(`Accessors not supported`);return`value`in r&&(e[t]=r.value),e}}),Pe=y((e,t)=>{var n=O(),r=Ne(),i=ee();t.exports=n?function(e,t,n){return r.f(e,t,i(1,n))}:function(e,t,n){return e[t]=n,e}}),N=y((e,t)=>{var n=b(),r=C(),i=E(),a=D(),o=Oe().f,s=ke(),c=ae(),l=Ae(),u=Pe(),d=Se();ye();var f=function(e){var t=function(n,i,a){if(this instanceof t){switch(arguments.length){case 0:return new e;case 1:return new e(n);case 2:return new e(n,i)}return new e(n,i,a)}return r(e,this,arguments)};return t.prototype=e.prototype,t};t.exports=function(e,t){var r=e.target,p=e.global,m=e.stat,h=e.proto,g=p?n:m?n[r]:n[r]&&n[r].prototype,_=p?c:c[r]||u(c,r,{})[r],v=_.prototype,y,b,x,S,C,w,T,E,D;for(S in t)y=s(p?S:r+(m?`.`:`#`)+S,e.forced),b=!y&&g&&d(g,S),w=_[S],b&&(e.dontCallGetSet?(D=o(g,S),T=D&&D.value):T=g[S]),C=b&&T?T:t[S],!(!y&&!h&&typeof w==typeof C)&&(E=e.bind&&b?l(C,n):e.wrap&&b?f(C):h&&a(C)?i(C):C,(e.sham||C&&C.sham||w&&w.sham)&&u(E,`sham`,!0),u(_,S,E),h&&(x=r+`Prototype`,d(c,x)||u(c,x,{}),u(c[x],S,C),e.real&&v&&(y||!v[S])&&u(v,S,C)))}}),Fe=y((e,t)=>{var n=be(),r=Ce(),i=n(`keys`);t.exports=function(e){return i[e]||(i[e]=r(e))}}),Ie=y((e,t)=>{t.exports=!x()(function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype})}),Le=y((e,t)=>{var n=Se(),r=D(),i=xe(),a=Fe(),o=Ie(),s=a(`IE_PROTO`),c=Object,l=c.prototype;t.exports=o?c.getPrototypeOf:function(e){var t=i(e);if(n(t,s))return t[s];var a=t.constructor;return r(a)&&t instanceof a?a.prototype:t instanceof c?l:null}}),Re=y((e,t)=>{var n=Math.ceil,r=Math.floor;t.exports=Math.trunc||function(e){var t=+e;return(t>0?r:n)(t)}}),ze=y((e,t)=>{var n=Re();t.exports=function(e){var t=+e;return t!==t||t===0?0:n(t)}}),Be=y((e,t)=>{var n=ze(),r=Math.max,i=Math.min;t.exports=function(e,t){var a=n(e);return a<0?r(a+t,0):i(a,t)}}),Ve=y((e,t)=>{var n=ze(),r=Math.min;t.exports=function(e){var t=n(e);return t>0?r(t,9007199254740991):0}}),He=y((e,t)=>{var n=Ve();t.exports=function(e){return n(e.length)}}),Ue=y((e,t)=>{var n=re(),r=Be(),i=He(),a=function(e){return function(t,a,o){var s=n(t),c=i(s);if(c===0)return!e&&-1;var l=r(o,c),u;if(e&&a!==a){for(;c>l;)if(u=s[l++],u!==u)return!0}else for(;c>l;l++)if((e||l in s)&&s[l]===a)return e||l||0;return!e&&-1}};t.exports={includes:a(!0),indexOf:a(!1)}}),We=y((e,t)=>{t.exports={}}),Ge=y((e,t)=>{var n=w(),r=Se(),i=re(),a=Ue().indexOf,o=We(),s=n([].push);t.exports=function(e,t){var n=i(e),c=0,l=[],u;for(u in n)!r(o,u)&&r(n,u)&&s(l,u);for(;t.length>c;)r(n,u=t[c++])&&(~a(l,u)||s(l,u));return l}}),Ke=y((e,t)=>{t.exports=[`constructor`,`hasOwnProperty`,`isPrototypeOf`,`propertyIsEnumerable`,`toLocaleString`,`toString`,`valueOf`]}),qe=y((e,t)=>{var n=Ge(),r=Ke();t.exports=Object.keys||function(e){return n(e,r)}}),Je=y((e,t)=>{var n=O(),r=x(),i=w(),a=Le(),o=qe(),s=re(),c=A().f,l=i(c),u=i([].push),d=n&&r(function(){var e=Object.create(null);return e[2]=2,!l(e,2)}),f=function(e){return function(t){for(var r=s(t),i=o(r),c=d&&a(r)===null,f=i.length,p=0,m=[],h;f>p;)h=i[p++],(!n||(c?h in r:l(r,h)))&&u(m,e?[h,r[h]]:r[h]);return m}};t.exports={entries:f(!0),values:f(!1)}}),Ye=y(()=>{var e=N(),t=Je().values;e({target:`Object`,stat:!0},{values:function(e){return t(e)}})}),Xe=y((e,t)=>{Ye(),t.exports=ae().Object.values}),Ze=y((e,t)=>{t.exports=Xe()}),Qe=y((e,t)=>{t.exports=Ze()}),$e=y((e,t)=>{t.exports=function(){}}),et=y(()=>{var e=N(),t=Ue().includes,n=x(),r=$e();e({target:`Array`,proto:!0,forced:n(function(){return![,].includes()})},{includes:function(e){return t(this,e,arguments.length>1?arguments[1]:void 0)}}),r(`includes`)}),tt=y((e,t)=>{t.exports=oe()}),nt=y((e,t)=>{et(),t.exports=tt()(`Array`,`includes`)}),rt=y((e,t)=>{t.exports=nt()}),it=y((e,t)=>{t.exports=rt()}),at=y(()=>{var e=N(),t=Je().entries;e({target:`Object`,stat:!0},{entries:function(e){return t(e)}})}),ot=y((e,t)=>{at(),t.exports=ae().Object.entries}),st=y((e,t)=>{t.exports=ot()}),ct=y((e,t)=>{t.exports=st()}),lt=y((e,t)=>{t.exports={}}),ut=y((e,t)=>{var n=b(),r=D(),i=n.WeakMap;t.exports=r(i)&&/native code/.test(String(i))}),dt=y((e,t)=>{var n=ut(),r=b(),i=ie(),a=Pe(),o=Se(),s=ye(),c=Fe(),l=We(),u=`Object already initialized`,d=r.TypeError,f=r.WeakMap,p,m,h,g=function(e){return h(e)?m(e):p(e,{})},_=function(e){return function(t){var n;if(!i(t)||(n=m(t)).type!==e)throw new d(`Incompatible receiver, `+e+` required`);return n}};n||s.state?(v=s.state||=new f,v.get=v.get,v.has=v.has,v.set=v.set,p=function(e,t){if(v.has(e))throw new d(u);return t.facade=e,v.set(e,t),t},m=function(e){return v.get(e)||{}},h=function(e){return v.has(e)}):(y=c(`state`),l[y]=!0,p=function(e,t){if(o(e,y))throw new d(u);return t.facade=e,a(e,y,t),t},m=function(e){return o(e,y)?e[y]:{}},h=function(e){return o(e,y)});var v,y;t.exports={set:p,get:m,has:h,enforce:g,getterFor:_}}),ft=y((e,t)=>{var n=O(),r=Se(),i=Function.prototype,a=n&&Object.getOwnPropertyDescriptor,o=r(i,`name`);t.exports={EXISTS:o,PROPER:o&&function(){}.name===`something`,CONFIGURABLE:o&&(!n||n&&a(i,`name`).configurable)}}),pt=y(e=>{var t=O(),n=je(),r=Ne(),i=Me(),a=re(),o=qe();e.f=t&&!n?Object.defineProperties:function(e,t){i(e);for(var n=a(t),s=o(t),c=s.length,l=0,u;c>l;)r.f(e,u=s[l++],n[u]);return e}}),mt=y((e,t)=>{t.exports=oe()(`document`,`documentElement`)}),ht=y((e,t)=>{var n=Me(),r=pt(),i=Ke(),a=We(),o=mt(),s=Ee(),c=Fe(),l=`>`,u=`<`,d=`prototype`,f=`script`,p=c(`IE_PROTO`),m=function(){},h=function(e){return u+f+l+e+u+`/`+f+l},g=function(e){e.write(h(``)),e.close();var t=e.parentWindow.Object;return e=null,t},_=function(){var e=s(`iframe`),t=`java`+f+`:`,n;return e.style.display=`none`,o.appendChild(e),e.src=String(t),n=e.contentWindow.document,n.open(),n.write(h(`document.F=Object`)),n.close(),n.F},v,y=function(){try{v=new ActiveXObject(`htmlfile`)}catch{}y=typeof document<`u`?document.domain&&v?g(v):_():g(v);for(var e=i.length;e--;)delete y[d][i[e]];return y()};a[p]=!0,t.exports=Object.create||function(e,t){var i;return e===null?i=y():(m[d]=n(e),i=new m,m[d]=null,i[p]=e),t===void 0?i:r.f(i,t)}}),gt=y((e,t)=>{var n=Pe();t.exports=function(e,t,r,i){return i&&i.enumerable?e[t]=r:n(e,t,r),e}}),_t=y((e,t)=>{var n=x(),r=D(),i=ie(),a=ht(),o=Le(),s=gt(),c=M(),l=_e(),u=c(`iterator`),d=!1,f,p,m;[].keys&&(m=[].keys(),`next`in m?(p=o(o(m)),p!==Object.prototype&&(f=p)):d=!0),!i(f)||n(function(){var e={};return f[u].call(e)!==e})?f={}:l&&(f=a(f)),r(f[u])||s(f,u,function(){return this}),t.exports={IteratorPrototype:f,BUGGY_SAFARI_ITERATORS:d}}),vt=y((e,t)=>{var n=M()(`toStringTag`),r={};r[n]=`z`,t.exports=String(r)===`[object z]`}),yt=y((e,t)=>{var n=vt(),r=D(),i=T(),a=M()(`toStringTag`),o=Object,s=i(function(){return arguments}())===`Arguments`,c=function(e,t){try{return e[t]}catch{}};t.exports=n?i:function(e){var t,n,l;return e===void 0?`Undefined`:e===null?`Null`:typeof(n=c(t=o(e),a))==`string`?n:s?i(t):(l=i(t))===`Object`&&r(t.callee)?`Arguments`:l}}),bt=y((e,t)=>{var n=vt(),r=yt();t.exports=n?{}.toString:function(){return`[object `+r(this)+`]`}}),xt=y((e,t)=>{var n=vt(),r=Ne().f,i=Pe(),a=Se(),o=bt(),s=M()(`toStringTag`);t.exports=function(e,t,c,l){var u=c?e:e&&e.prototype;u&&(a(u,s)||r(u,s,{configurable:!0,value:t}),l&&!n&&i(u,`toString`,o))}}),St=y((e,t)=>{var n=_t().IteratorPrototype,r=ht(),i=ee(),a=xt(),o=lt(),s=function(){return this};t.exports=function(e,t,c,l){var u=t+` Iterator`;return e.prototype=r(n,{next:i(+!l,c)}),a(e,u,!1,!0),o[u]=s,e}}),Ct=y((e,t)=>{var n=w(),r=me();t.exports=function(e,t,i){try{return n(r(Object.getOwnPropertyDescriptor(e,t)[i]))}catch{}}}),wt=y((e,t)=>{var n=ie();t.exports=function(e){return n(e)||e===null}}),Tt=y((e,t)=>{var n=wt(),r=String,i=TypeError;t.exports=function(e){if(n(e))return e;throw new i(`Can't set `+r(e)+` as a prototype`)}}),Et=y((e,t)=>{var n=Ct(),r=ie(),i=j(),a=Tt();t.exports=Object.setPrototypeOf||(`__proto__`in{}?function(){var e=!1,t={},o;try{o=n(Object.prototype,`__proto__`,`set`),o(t,[]),e=t instanceof Array}catch{}return function(t,n){return i(t),a(n),r(t)&&(e?o(t,n):t.__proto__=n),t}}():void 0)}),Dt=y((e,t)=>{var n=N(),r=k(),i=_e(),a=ft(),o=D(),s=St(),c=Le(),l=Et(),u=xt(),d=Pe(),f=gt(),p=M(),m=lt(),h=_t(),g=a.PROPER,_=a.CONFIGURABLE,v=h.IteratorPrototype,y=h.BUGGY_SAFARI_ITERATORS,b=p(`iterator`),x=`keys`,S=`values`,C=`entries`,w=function(){return this};t.exports=function(e,t,a,p,h,T,E){s(a,t,p);var D=function(e){if(e===h&&te)return te;if(!y&&e&&e in A)return A[e];switch(e){case x:return function(){return new a(this,e)};case S:return function(){return new a(this,e)};case C:return function(){return new a(this,e)}}return function(){return new a(this)}},O=t+` Iterator`,k=!1,A=e.prototype,ee=A[b]||A[`@@iterator`]||h&&A[h],te=!y&&ee||D(h),ne=t===`Array`&&A.entries||ee,j,re,ie;if(ne&&(j=c(ne.call(new e)),j!==Object.prototype&&j.next&&(!i&&c(j)!==v&&(l?l(j,v):o(j[b])||f(j,b,w)),u(j,O,!0,!0),i&&(m[O]=w))),g&&h===S&&ee&&ee.name!==S&&(!i&&_?d(A,`name`,S):(k=!0,te=function(){return r(ee,this)})),h)if(re={values:D(S),keys:T?te:D(x),entries:D(C)},E)for(ie in re)(y||k||!(ie in A))&&f(A,ie,re[ie]);else n({target:t,proto:!0,forced:y||k},re);return(!i||E)&&A[b]!==te&&f(A,b,te,{name:h}),m[t]=te,re}}),Ot=y((e,t)=>{t.exports=function(e,t){return{value:e,done:t}}}),kt=y((e,t)=>{var n=re(),r=$e(),i=lt(),a=dt(),o=Ne().f,s=Dt(),c=Ot(),l=_e(),u=O(),d=`Array Iterator`,f=a.set,p=a.getterFor(d);t.exports=s(Array,`Array`,function(e,t){f(this,{type:d,target:n(e),index:0,kind:t})},function(){var e=p(this),t=e.target,n=e.index++;if(!t||n>=t.length)return e.target=null,c(void 0,!0);switch(e.kind){case`keys`:return c(n,!1);case`values`:return c(t[n],!1)}return c([n,t[n]],!1)},`values`);var m=i.Arguments=i.Array;if(r(`keys`),r(`values`),r(`entries`),!l&&u&&m.name!==`values`)try{o(m,`name`,{value:`values`})}catch{}}),At=y((e,t)=>{var n=M(),r=lt(),i=n(`iterator`),a=Array.prototype;t.exports=function(e){return e!==void 0&&(r.Array===e||a[i]===e)}}),jt=y((e,t)=>{var n=yt(),r=he(),i=ne(),a=lt(),o=M()(`iterator`);t.exports=function(e){if(!i(e))return r(e,o)||r(e,`@@iterator`)||a[n(e)]}}),Mt=y((e,t)=>{var n=k(),r=me(),i=Me(),a=pe(),o=jt(),s=TypeError;t.exports=function(e,t){var c=arguments.length<2?o(e):t;if(r(c))return i(n(c,e));throw new s(a(e)+` is not iterable`)}}),Nt=y((e,t)=>{var n=k(),r=Me(),i=he();t.exports=function(e,t,a){var o,s;r(e);try{if(o=i(e,`return`),!o){if(t===`throw`)throw a;return a}o=n(o,e)}catch(e){s=!0,o=e}if(t===`throw`)throw a;if(s)throw o;return r(o),a}}),Pt=y((e,t)=>{var n=Ae(),r=k(),i=Me(),a=pe(),o=At(),s=He(),c=se(),l=Mt(),u=jt(),d=Nt(),f=TypeError,p=function(e,t){this.stopped=e,this.result=t},m=p.prototype;t.exports=function(e,t,h){var g=h&&h.that,_=!!(h&&h.AS_ENTRIES),v=!!(h&&h.IS_RECORD),y=!!(h&&h.IS_ITERATOR),b=!!(h&&h.INTERRUPTED),x=n(t,g),S,C,w,T,E,D,O,k=function(e){return S&&d(S,`normal`),new p(!0,e)},A=function(e){return _?(i(e),b?x(e[0],e[1],k):x(e[0],e[1])):b?x(e,k):x(e)};if(v)S=e.iterator;else if(y)S=e;else{if(C=u(e),!C)throw new f(a(e)+` is not iterable`);if(o(C)){for(w=0,T=s(e);T>w;w++)if(E=A(e[w]),E&&c(m,E))return E;return new p(!1)}S=l(e,C)}for(D=v?e.next:S.next;!(O=r(D,S)).done;){try{E=A(O.value)}catch(e){d(S,`throw`,e)}if(typeof E==`object`&&E&&c(m,E))return E}return new p(!1)}}),Ft=y((e,t)=>{var n=O(),r=Ne(),i=ee();t.exports=function(e,t,a){n?r.f(e,t,i(0,a)):e[t]=a}}),It=y(()=>{var e=N(),t=Pt(),n=Ft();e({target:`Object`,stat:!0},{fromEntries:function(e){var r={};return t(e,function(e,t){n(r,e,t)},{AS_ENTRIES:!0}),r}})}),Lt=y((e,t)=>{kt(),It(),t.exports=ae().Object.fromEntries}),Rt=y((e,t)=>{t.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}}),zt=y(()=>{kt();var e=Rt(),t=b(),n=xt(),r=lt();for(i in e)n(t[i],i),r[i]=r.Array;var i}),Bt=y((e,t)=>{var n=Lt();zt(),t.exports=n}),Vt=y((e,t)=>{t.exports=Bt()}),Ht=y((e,t)=>{var n=b(),r=ce(),i=T(),a=function(e){return r.slice(0,e.length)===e};t.exports=function(){return a(`Bun/`)?`BUN`:a(`Cloudflare-Workers`)?`CLOUDFLARE`:a(`Deno/`)?`DENO`:a(`Node.js/`)?`NODE`:n.Bun&&typeof Bun.version==`string`?`BUN`:n.Deno&&typeof Deno.version==`object`?`DENO`:i(n.process)===`process`?`NODE`:n.window&&n.document?`BROWSER`:`REST`}()}),Ut=y((e,t)=>{t.exports=Ht()===`NODE`}),Wt=y((e,t)=>{var n=Ne();t.exports=function(e,t,r){return n.f(e,t,r)}}),Gt=y((e,t)=>{var n=oe(),r=Wt(),i=M(),a=O(),o=i(`species`);t.exports=function(e){var t=n(e);a&&t&&!t[o]&&r(t,o,{configurable:!0,get:function(){return this}})}}),Kt=y((e,t)=>{var n=se(),r=TypeError;t.exports=function(e,t){if(n(t,e))return e;throw new r(`Incorrect invocation`)}}),qt=y((e,t)=>{var n=w(),r=D(),i=ye(),a=n(Function.toString);r(i.inspectSource)||(i.inspectSource=function(e){return a(e)}),t.exports=i.inspectSource}),Jt=y((e,t)=>{var n=w(),r=x(),i=D(),a=yt(),o=oe(),s=qt(),c=function(){},l=o(`Reflect`,`construct`),u=/^\s*(?:class|function)\b/,d=n(u.exec),f=!u.test(c),p=function(e){if(!i(e))return!1;try{return l(c,[],e),!0}catch{return!1}},m=function(e){if(!i(e))return!1;switch(a(e)){case`AsyncFunction`:case`GeneratorFunction`:case`AsyncGeneratorFunction`:return!1}try{return f||!!d(u,s(e))}catch{return!0}};m.sham=!0,t.exports=!l||r(function(){var e;return p(p.call)||!p(Object)||!p(function(){e=!0})||e})?m:p}),Yt=y((e,t)=>{var n=Jt(),r=pe(),i=TypeError;t.exports=function(e){if(n(e))return e;throw new i(r(e)+` is not a constructor`)}}),Xt=y((e,t)=>{var n=Me(),r=Yt(),i=ne(),a=M()(`species`);t.exports=function(e,t){var o=n(e).constructor,s;return o===void 0||i(s=n(o)[a])?t:r(s)}}),Zt=y((e,t)=>{t.exports=w()([].slice)}),Qt=y((e,t)=>{var n=TypeError;t.exports=function(e,t){if(e<t)throw new n(`Not enough arguments`);return e}}),$t=y((e,t)=>{var n=ce();t.exports=/(?:ipad|iphone|ipod).*applewebkit/i.test(n)}),en=y((e,t)=>{var n=b(),r=C(),i=Ae(),a=D(),o=Se(),s=x(),c=mt(),l=Zt(),u=Ee(),d=Qt(),f=$t(),p=Ut(),m=n.setImmediate,h=n.clearImmediate,g=n.process,_=n.Dispatch,v=n.Function,y=n.MessageChannel,S=n.String,w=0,T={},E=`onreadystatechange`,O,k,A,ee;s(function(){O=n.location});var te=function(e){if(o(T,e)){var t=T[e];delete T[e],t()}},ne=function(e){return function(){te(e)}},j=function(e){te(e.data)},re=function(e){n.postMessage(S(e),O.protocol+`//`+O.host)};(!m||!h)&&(m=function(e){d(arguments.length,1);var t=a(e)?e:v(e),n=l(arguments,1);return T[++w]=function(){r(t,void 0,n)},k(w),w},h=function(e){delete T[e]},p?k=function(e){g.nextTick(ne(e))}:_&&_.now?k=function(e){_.now(ne(e))}:y&&!f?(A=new y,ee=A.port2,A.port1.onmessage=j,k=i(ee.postMessage,ee)):n.addEventListener&&a(n.postMessage)&&!n.importScripts&&O&&O.protocol!==`file:`&&!s(re)?(k=re,n.addEventListener(`message`,j,!1)):k=E in u(`script`)?function(e){c.appendChild(u(`script`))[E]=function(){c.removeChild(this),te(e)}}:function(e){setTimeout(ne(e),0)}),t.exports={set:m,clear:h}}),tn=y((e,t)=>{var n=b(),r=O(),i=Object.getOwnPropertyDescriptor;t.exports=function(e){if(!r)return n[e];var t=i(n,e);return t&&t.value}}),nn=y((e,t)=>{var n=function(){this.head=null,this.tail=null};n.prototype={add:function(e){var t={item:e,next:null},n=this.tail;n?n.next=t:this.head=t,this.tail=t},get:function(){var e=this.head;if(e)return(this.head=e.next)===null&&(this.tail=null),e.item}},t.exports=n}),rn=y((e,t)=>{var n=ce();t.exports=/ipad|iphone|ipod/i.test(n)&&typeof Pebble<`u`}),an=y((e,t)=>{var n=ce();t.exports=/web0s(?!.*chrome)/i.test(n)}),on=y((e,t)=>{var n=b(),r=tn(),i=Ae(),a=en().set,o=nn(),s=$t(),c=rn(),l=an(),u=Ut(),d=n.MutationObserver||n.WebKitMutationObserver,f=n.document,p=n.process,m=n.Promise,h=r(`queueMicrotask`),g,_,v,y,x;h||=(S=new o,C=function(){var e,t;for(u&&(e=p.domain)&&e.exit();t=S.get();)try{t()}catch(e){throw S.head&&g(),e}e&&e.enter()},!s&&!u&&!l&&d&&f?(_=!0,v=f.createTextNode(``),new d(C).observe(v,{characterData:!0}),g=function(){v.data=_=!_}):!c&&m&&m.resolve?(y=m.resolve(void 0),y.constructor=m,x=i(y.then,y),g=function(){x(C)}):u?g=function(){p.nextTick(C)}:(a=i(a,n),g=function(){a(C)}),function(e){S.head||g(),S.add(e)});var S,C;t.exports=h}),sn=y((e,t)=>{t.exports=function(e,t){try{arguments.length===1?console.error(e):console.error(e,t)}catch{}}}),cn=y((e,t)=>{t.exports=function(e){try{return{error:!1,value:e()}}catch(e){return{error:!0,value:e}}}}),ln=y((e,t)=>{t.exports=b().Promise}),un=y((e,t)=>{var n=b(),r=ln(),i=D(),a=ke(),o=qt(),s=M(),c=Ht(),l=_e(),u=le(),d=r&&r.prototype,f=s(`species`),p=!1,m=i(n.PromiseRejectionEvent);t.exports={CONSTRUCTOR:a(`Promise`,function(){var e=o(r),t=e!==String(r);if(!t&&u===66||l&&!(d.catch&&d.finally))return!0;if(!u||u<51||!/native code/.test(e)){var n=new r(function(e){e(1)}),i=function(e){e(function(){},function(){})},a=n.constructor={};if(a[f]=i,p=n.then(function(){})instanceof i,!p)return!0}return!t&&(c===`BROWSER`||c===`DENO`)&&!m}),REJECTION_EVENT:m,SUBCLASSING:p}}),dn=y((e,t)=>{var n=me(),r=TypeError,i=function(e){var t,i;this.promise=new e(function(e,n){if(t!==void 0||i!==void 0)throw new r(`Bad Promise constructor`);t=e,i=n}),this.resolve=n(t),this.reject=n(i)};e.f=function(e){return new i(e)}}),fn=y(()=>{var e=N(),t=_e(),n=Ut(),r=b(),i=ae(),a=k(),o=gt(),s=Et(),c=xt(),l=Gt(),u=me(),d=D(),f=ie(),p=Kt(),m=Xt(),h=en().set,g=on(),_=sn(),v=cn(),y=nn(),x=dt(),S=ln(),C=un(),w=dn(),T=`Promise`,E=C.CONSTRUCTOR,O=C.REJECTION_EVENT,A=C.SUBCLASSING,ee=x.getterFor(T),te=x.set,ne=S&&S.prototype,j=S,re=ne,oe=r.TypeError,se=r.document,ce=r.process,le=w.f,ue=le,de=!!(se&&se.createEvent&&r.dispatchEvent),fe=`unhandledrejection`,pe=`rejectionhandled`,he=0,ge=1,ve=2,ye=1,be=2,xe,Se,Ce,M,we=function(e){var t;return f(e)&&d(t=e.then)?t:!1},Te=function(e,t){var n=t.value,r=t.state===ge,i=r?e.ok:e.fail,o=e.resolve,s=e.reject,c=e.domain,l,u,d;try{i?(r||(t.rejection===be&&Ae(t),t.rejection=ye),i===!0?l=n:(c&&c.enter(),l=i(n),c&&(c.exit(),d=!0)),l===e.promise?s(new oe(`Promise-chain cycle`)):(u=we(l))?a(u,l,o,s):o(l)):s(n)}catch(e){c&&!d&&c.exit(),s(e)}},Ee=function(e,t){e.notified||(e.notified=!0,g(function(){for(var n=e.reactions,r;r=n.get();)Te(r,e);e.notified=!1,t&&!e.rejection&&Oe(e)}))},De=function(e,t,n){var i,a;de?(i=se.createEvent(`Event`),i.promise=t,i.reason=n,i.initEvent(e,!1,!0),r.dispatchEvent(i)):i={promise:t,reason:n},!O&&(a=r[`on`+e])?a(i):e===fe&&_(`Unhandled promise rejection`,n)},Oe=function(e){a(h,r,function(){var t=e.facade,r=e.value,i=ke(e),a;if(i&&(a=v(function(){n?ce.emit(`unhandledRejection`,r,t):De(fe,t,r)}),e.rejection=n||ke(e)?be:ye,a.error))throw a.value})},ke=function(e){return e.rejection!==ye&&!e.parent},Ae=function(e){a(h,r,function(){var t=e.facade;n?ce.emit(`rejectionHandled`,t):De(pe,t,e.value)})},je=function(e,t,n){return function(r){e(t,r,n)}},Me=function(e,t,n){e.done||(e.done=!0,n&&(e=n),e.value=t,e.state=ve,Ee(e,!0))},Ne=function(e,t,n){if(!e.done){e.done=!0,n&&(e=n);try{if(e.facade===t)throw new oe(`Promise can't be resolved itself`);var r=we(t);r?g(function(){var n={done:!1};try{a(r,t,je(Ne,n,e),je(Me,n,e))}catch(t){Me(n,t,e)}}):(e.value=t,e.state=ge,Ee(e,!1))}catch(t){Me({done:!1},t,e)}}};if(E&&(j=function(e){p(this,re),u(e),a(xe,this);var t=ee(this);try{e(je(Ne,t),je(Me,t))}catch(e){Me(t,e)}},re=j.prototype,xe=function(e){te(this,{type:T,done:!1,notified:!1,parent:!1,reactions:new y,rejection:!1,state:he,value:null})},xe.prototype=o(re,`then`,function(e,t){var r=ee(this),i=le(m(this,j));return r.parent=!0,i.ok=d(e)?e:!0,i.fail=d(t)&&t,i.domain=n?ce.domain:void 0,r.state===he?r.reactions.add(i):g(function(){Te(i,r)}),i.promise}),Se=function(){var e=new xe,t=ee(e);this.promise=e,this.resolve=je(Ne,t),this.reject=je(Me,t)},w.f=le=function(e){return e===j||e===Ce?new Se(e):ue(e)},!t&&d(S)&&ne!==Object.prototype)){M=ne.then,A||o(ne,`then`,function(e,t){var n=this;return new j(function(e,t){a(M,n,e,t)}).then(e,t)},{unsafe:!0});try{delete ne.constructor}catch{}s&&s(ne,re)}e({global:!0,constructor:!0,wrap:!0,forced:E},{Promise:j}),Ce=i.Promise,c(j,T,!1,!0),l(T)}),pn=y((e,t)=>{var n=M()(`iterator`),r=!1;try{i=0,a={next:function(){return{done:!!i++}},return:function(){r=!0}},a[n]=function(){return this},Array.from(a,function(){throw 2})}catch{}var i,a;t.exports=function(e,t){try{if(!t&&!r)return!1}catch{return!1}var i=!1;try{var a={};a[n]=function(){return{next:function(){return{done:i=!0}}}},e(a)}catch{}return i}}),mn=y((e,t)=>{var n=ln(),r=pn();t.exports=un().CONSTRUCTOR||!r(function(e){n.all(e).then(void 0,function(){})})}),hn=y(()=>{var e=N(),t=k(),n=me(),r=dn(),i=cn(),a=Pt();e({target:`Promise`,stat:!0,forced:mn()},{all:function(e){var o=this,s=r.f(o),c=s.resolve,l=s.reject,u=i(function(){var r=n(o.resolve),i=[],s=0,u=1;a(e,function(e){var n=s++,a=!1;u++,t(r,o,e).then(function(e){a||(a=!0,i[n]=e,--u||c(i))},l)}),--u||c(i)});return u.error&&l(u.value),s.promise}})}),gn=y(()=>{var e=N(),t=_e(),n=un().CONSTRUCTOR,r=ln(),i=oe(),a=D(),o=gt(),s=r&&r.prototype;e({target:`Promise`,proto:!0,forced:n,real:!0},{catch:function(e){return this.then(void 0,e)}}),!t&&a(r)&&(c=i(`Promise`).prototype.catch,s.catch!==c&&o(s,`catch`,c,{unsafe:!0}));var c}),_n=y(()=>{var e=N(),t=k(),n=me(),r=dn(),i=cn(),a=Pt();e({target:`Promise`,stat:!0,forced:mn()},{race:function(e){var o=this,s=r.f(o),c=s.reject,l=i(function(){var r=n(o.resolve);a(e,function(e){t(r,o,e).then(s.resolve,c)})});return l.error&&c(l.value),s.promise}})}),vn=y(()=>{var e=N(),t=dn(),n=un().CONSTRUCTOR;e({target:`Promise`,stat:!0,forced:n},{reject:function(e){var n=t.f(this),r=n.reject;return r(e),n.promise}})}),yn=y((e,t)=>{var n=Me(),r=ie(),i=dn();t.exports=function(e,t){if(n(e),r(t)&&t.constructor===e)return t;var a=i.f(e),o=a.resolve;return o(t),a.promise}}),bn=y(()=>{var e=N(),t=oe(),n=_e(),r=ln(),i=un().CONSTRUCTOR,a=yn(),o=t(`Promise`),s=n&&!i;e({target:`Promise`,stat:!0,forced:n||i},{resolve:function(e){return a(s&&this===o?r:this,e)}})}),xn=y(()=>{fn(),hn(),gn(),_n(),vn(),bn()}),Sn=y(()=>{var e=N(),t=_e(),n=ln(),r=x(),i=oe(),a=D(),o=Xt(),s=yn(),c=gt(),l=n&&n.prototype;e({target:`Promise`,proto:!0,real:!0,forced:!!n&&r(function(){l.finally.call({then:function(){}},function(){})})},{finally:function(e){var t=o(this,i(`Promise`)),n=a(e);return this.then(n?function(n){return s(t,e()).then(function(){return n})}:e,n?function(n){return s(t,e()).then(function(){throw n})}:e)}}),!t&&a(n)&&(u=i(`Promise`).prototype.finally,l.finally!==u&&c(l,`finally`,u,{unsafe:!0}));var u}),Cn=y((e,t)=>{xn(),Sn(),t.exports=tt()(`Promise`,`finally`)}),wn=y((e,t)=>{t.exports=Cn()}),Tn=y((e,t)=>{t.exports=wn()}),En=y(()=>{var e=N(),t=xe(),n=He(),r=ze(),i=$e();e({target:`Array`,proto:!0},{at:function(e){var i=t(this),a=n(i),o=r(e),s=o>=0?o:a+o;return s<0||s>=a?void 0:i[s]}}),i(`at`)}),Dn=y((e,t)=>{En(),t.exports=tt()(`Array`,`at`)}),On=y((e,t)=>{t.exports=Dn()}),kn=y((e,t)=>{t.exports=On()}),An=y((e,t)=>{var n=yt(),r=String;t.exports=function(e){if(n(e)===`Symbol`)throw TypeError(`Cannot convert a Symbol value to a string`);return r(e)}}),jn=y(()=>{var e=N(),t=w(),n=j(),r=ze(),i=An(),a=x(),o=t(``.charAt);e({target:`String`,proto:!0,forced:a(function(){return`𠮷`.at(-2)!==`\ud842`})},{at:function(e){var t=i(n(this)),a=t.length,s=r(e),c=s>=0?s:a+s;return c<0||c>=a?void 0:o(t,c)}})}),Mn=y((e,t)=>{jn(),t.exports=tt()(`String`,`at`)}),Nn=y((e,t)=>{t.exports=Mn()}),Pn=y((e,t)=>{t.exports=Nn()}),Fn=y((e,t)=>{var n=T();t.exports=Array.isArray||function(e){return n(e)===`Array`}}),In=y((e,t)=>{var n=TypeError,r=9007199254740991;t.exports=function(e){if(e>r)throw n(`Maximum allowed index exceeded`);return e}}),Ln=y((e,t)=>{var n=Fn(),r=He(),i=In(),a=Ae(),o=function(e,t,s,c,l,u,d,f){for(var p=l,m=0,h=d?a(d,f):!1,g,_;m<c;)m in s&&(g=h?h(s[m],m,t):s[m],u>0&&n(g)?(_=r(g),p=o(e,t,g,_,p,u-1)-1):(i(p+1),e[p]=g),p++),m++;return p};t.exports=o}),Rn=y((e,t)=>{var n=Fn(),r=Jt(),i=ie(),a=M()(`species`),o=Array;t.exports=function(e){var t;return n(e)&&(t=e.constructor,r(t)&&(t===o||n(t.prototype))?t=void 0:i(t)&&(t=t[a],t===null&&(t=void 0))),t===void 0?o:t}}),zn=y((e,t)=>{var n=Rn();t.exports=function(e,t){return new(n(e))(t===0?0:t)}}),Bn=y(()=>{var e=N(),t=Ln(),n=me(),r=xe(),i=He(),a=zn();e({target:`Array`,proto:!0},{flatMap:function(e){var o=r(this),s=i(o),c;return n(e),c=a(o,0),c.length=t(c,o,o,s,0,1,e,arguments.length>1?arguments[1]:void 0),c}})}),Vn=y(()=>{$e()(`flatMap`)}),Hn=y((e,t)=>{Bn(),Vn(),t.exports=tt()(`Array`,`flatMap`)}),Un=y((e,t)=>{t.exports=Hn()}),Wn=y((e,t)=>{t.exports=Un()}),Gn=y((e,t)=>{t.exports=`
7
- \v\f\r \xA0               \u2028\u2029`}),Kn=y((e,t)=>{var n=w(),r=j(),i=An(),a=Gn(),o=n(``.replace),s=RegExp(`^[`+a+`]+`),c=RegExp(`(^|[^`+a+`])[`+a+`]+$`),l=function(e){return function(t){var n=i(r(t));return e&1&&(n=o(n,s,``)),e&2&&(n=o(n,c,`$1`)),n}};t.exports={start:l(1),end:l(2),trim:l(3)}}),qn=y((e,t)=>{var n=ft().PROPER,r=x(),i=Gn(),a=`​…᠎`;t.exports=function(e){return r(function(){return!!i[e]()||a[e]()!==a||n&&i[e].name!==e})}}),Jn=y((e,t)=>{var n=Kn().start;t.exports=qn()(`trimStart`)?function(){return n(this)}:``.trimStart}),Yn=y(()=>{var e=N(),t=Jn();e({target:`String`,proto:!0,name:`trimStart`,forced:``.trimLeft!==t},{trimLeft:t})}),Xn=y(()=>{Yn();var e=N(),t=Jn();e({target:`String`,proto:!0,name:`trimStart`,forced:``.trimStart!==t},{trimStart:t})}),Zn=y((e,t)=>{Xn(),t.exports=tt()(`String`,`trimLeft`)}),Qn=y((e,t)=>{t.exports=Zn()}),$n=y((e,t)=>{t.exports=Qn()}),er=y((e,t)=>{var n=ie(),r=T(),i=M()(`match`);t.exports=function(e){var t;return n(e)&&((t=e[i])===void 0?r(e)===`RegExp`:!!t)}}),tr=y((e,t)=>{var n=b(),r=x(),i=n.RegExp;t.exports={correct:!r(function(){var e=!0;try{i(`.`,`d`)}catch{e=!1}var t={},n=``,r=e?`dgimsy`:`gimsy`,a=function(e,r){Object.defineProperty(t,e,{get:function(){return n+=r,!0}})},o={dotAll:`s`,global:`g`,ignoreCase:`i`,multiline:`m`,sticky:`y`};for(var s in e&&(o.hasIndices=`d`),o)a(s,o[s]);return Object.getOwnPropertyDescriptor(i.prototype,`flags`).get.call(t)!==r||n!==r})}}),nr=y((e,t)=>{var n=Me();t.exports=function(){var e=n(this),t=``;return e.hasIndices&&(t+=`d`),e.global&&(t+=`g`),e.ignoreCase&&(t+=`i`),e.multiline&&(t+=`m`),e.dotAll&&(t+=`s`),e.unicode&&(t+=`u`),e.unicodeSets&&(t+=`v`),e.sticky&&(t+=`y`),t}}),rr=y((e,t)=>{var n=k(),r=Se(),i=se(),a=tr(),o=nr(),s=RegExp.prototype;t.exports=a.correct?function(e){return e.flags}:function(e){return!a.correct&&i(s,e)&&!r(e,`flags`)?n(o,e):e.flags}}),ir=y((e,t)=>{var n=w(),r=xe(),i=Math.floor,a=n(``.charAt),o=n(``.replace),s=n(``.slice),c=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,l=/\$([$&'`]|\d{1,2})/g;t.exports=function(e,t,n,u,d,f){var p=n+e.length,m=u.length,h=l;return d!==void 0&&(d=r(d),h=c),o(f,h,function(r,o){var c;switch(a(o,0)){case`$`:return`$`;case`&`:return e;case"`":return s(t,0,n);case`'`:return s(t,p);case`<`:c=d[s(o,1,-1)];break;default:var l=+o;if(l===0)return r;if(l>m){var f=i(l/10);return f===0?r:f<=m?u[f-1]===void 0?a(o,1):u[f-1]+a(o,1):r}c=u[l-1]}return c===void 0?``:c})}}),ar=y(()=>{var e=N(),t=k(),n=w(),r=j(),i=D(),a=ie(),o=er(),s=An(),c=he(),l=rr(),u=ir(),d=M(),f=_e(),p=d(`replace`),m=TypeError,h=n(``.indexOf),g=n(``.replace),_=n(``.slice),v=Math.max;e({target:`String`,proto:!0},{replaceAll:function(e,n){var d=r(this),y,b,x,S,C,w,T,E,D,O,k=0,A=``;if(a(e)){if(y=o(e),y&&(b=s(r(l(e))),!~h(b,`g`)))throw new m("`.replaceAll` does not allow non-global regexes");if(x=c(e,p),x)return t(x,e,d,n);if(f&&y)return g(s(d),e,n)}for(S=s(d),C=s(e),w=i(n),w||(n=s(n)),T=C.length,E=v(1,T),D=h(S,C);D!==-1;)O=w?s(n(C,D,S)):u(C,S,D,[],void 0,n),A+=_(S,k,D)+O,k=D+T,D=D+E>S.length?-1:h(S,C,D+E);return k<S.length&&(A+=_(S,k)),A}})}),or=y((e,t)=>{ar(),t.exports=tt()(`String`,`replaceAll`)}),sr=y((e,t)=>{t.exports=or()}),cr=y((e,t)=>{t.exports=sr()}),lr=y((e,t)=>{var n=ze(),r=An(),i=j(),a=RangeError;t.exports=function(e){var t=r(i(this)),o=``,s=n(e);if(s<0||s===1/0)throw new a(`Wrong number of repetitions`);for(;s>0;(s>>>=1)&&(t+=t))s&1&&(o+=t);return o}}),ur=y((e,t)=>{var n=w(),r=Ve(),i=An(),a=lr(),o=j(),s=n(a),c=n(``.slice),l=Math.ceil,u=function(e){return function(t,n,a){var u=i(o(t)),d=r(n),f=u.length,p=a===void 0?` `:i(a),m,h;return d<=f||p===``?u:(m=d-f,h=s(p,l(m/p.length)),h.length>m&&(h=c(h,0,m)),e?u+h:h+u)}};t.exports={start:u(!1),end:u(!0)}}),dr=y((e,t)=>{var n=ce();t.exports=/Version\/10(?:\.\d+){1,2}(?: [\w./]+)?(?: Mobile\/\w+)? Safari\//.test(n)}),fr=y(()=>{var e=N(),t=ur().start;e({target:`String`,proto:!0,forced:dr()},{padStart:function(e){return t(this,e,arguments.length>1?arguments[1]:void 0)}})}),pr=y((e,t)=>{fr(),t.exports=tt()(`String`,`padStart`)}),mr=y((e,t)=>{t.exports=pr()}),hr=y((e,t)=>{t.exports=mr()}),gr=`2.0.156`,_r;(e=>{e.STOPPED=`stopped`,e.READY=`ready`,e.PLAYING=`playing`,e.PAUSED=`paused`})(_r||={});var vr;(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`})(vr||={});var yr;(e=>{e.AV1=`av1`,e.VP9=`vp9`,e.AVC1=`avc1`,e.HEV1=`hev1`})(yr||={});var br;(e=>{e.NOT_AVAILABLE=`NOT_AVAILABLE`,e.AVAILABLE=`AVAILABLE`,e.CONNECTING=`CONNECTING`,e.CONNECTED=`CONNECTED`})(br||={});var xr;(e=>{e.HTTP1=`http1`,e.HTTP2=`http2`,e.QUIC=`quic`})(xr||={});var Sr;(e=>{e.NONE=`none`,e.INLINE=`inline`,e.FULLSCREEN=`fullscreen`,e.SECOND_SCREEN=`second_screen`,e.PIP=`pip`,e.INVISIBLE=`invisible`})(Sr||={});var Cr;(e=>{e.TRAFFIC_SAVING=`traffic_saving`,e.HIGH_QUALITY=`high_quality`,e.UNKNOWN=`unknown`})(Cr||={});var wr=v(Qe(),1),Tr=v(it(),1);import{assertNever as Er,assertNonNullable as Dr,isNonNullable as Or,ValueSubject as kr,Subject as Ar,Subscription as jr,merge as Mr,observableFrom as Nr,fromEvent as Pr,map as Fr,tap as Ir,filterChanged as Lr,isNullable as Rr,ErrorCategory as zr}from"@vkontakte/videoplayer-shared/es2015";var Br=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 Vr{constructor(e){i(this,`connection$`,new kr(void 0)),i(this,`castState$`,new kr(`NOT_AVAILABLE`)),i(this,`errorEvent$`,new Ar),i(this,`contentId`,void 0),i(this,`realCastState$`,new kr(`NOT_AVAILABLE`)),i(this,`subscription`,new jr),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=Or(window.chrome?.cast),r=!!window.__onGCastApiAvailable;n?this.initializeCastApi():(window.__onGCastApiAvailable=e=>{delete window.__onGCastApiAvailable,e&&!this.isDestroyed&&this.initializeCastApi()},r||Br(`https://www.gstatic.com/cv/js/sender/v1/cast_sender.js?loadCastFramework=1`).catch(()=>this.errorEvent$.next({id:`ChromecastLoading`,category:zr.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(){Or(this.connection$.getValue())?this.disconnect():this.connect()}setVolume(e){let t=this.connection$.getValue();Rr(t)||(t.remotePlayer.volumeLevel=e,t.remotePlayerController.setVolumeLevel())}setMuted(e){let t=this.connection$.getValue();Rr(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(Pr(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 Er(e.sessionState)}})).add(Mr(Pr(n,cast.framework.CastContextEventType.CAST_STATE_CHANGED).pipe(Ir(e=>{this.log({message:`[cast.framework.RemotePlayerEventType.CAST_STATE_CHANGED]: ${JSON.stringify(e)}`})}),Fr(e=>e.castState)),Nr([n.getCastState()])).pipe(Lr(),Fr(Hr),Ir(e=>{this.log({message:`realCastState$: ${e}`})})).subscribe(this.realCastState$)).add(this.realCastState$.subscribe(r=>{let i=r===`CONNECTED`,a=Or(this.connection$.getValue());if(i&&!a){var o;let r=n.getCurrentSession();Dr(r);let i=r.getCastDevice(),a=(o=r.getMediaSession())==null||(o=o.media)==null?void 0:o.contentId;(Rr(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`?Or(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:zr.EXTERNAL_API,message:`[initializeCastApi] failed`,thrown:e})}}}var Hr=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 Er(e)}};import{assertNonNullable as Ur,combine as Wr,debounce as Gr,ErrorCategory as Kr,filter as qr,filterChanged as Jr,isNonNullable as Yr,isNullable as Xr,map as Zr,Subscription as Qr,ValueSubject as $r}from"@vkontakte/videoplayer-shared/es2015";import{assertNever as ei,assertNonNullable as ti,ErrorCategory as ni,getHighestQuality as ri,isNonNullable as ii}from"@vkontakte/videoplayer-shared/es2015";import{assertNever as ai}from"@vkontakte/videoplayer-shared/es2015";var oi=(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:ai(n)}return e},si=(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:ai(t)}},ci=e=>{let{source:t,format:n,meta:r,output:i}=e,a,o,s;switch(n){case`MPEG`:{let e=t[n];ti(e);let r=ri(Object.keys(e));ti(r);let i=e[r];ti(i),a=i,o=`video/mp4`,s=li();break}case`HLS`:case`HLS_FMP4`:case`HLS_ONDEMAND`:{let e=t[n];ti(e),a=e.url,o=`application/x-mpegurl`,s=li();break}case`DASH_SEP`:case`DASH_ONDEMAND`:case`DASH_WEBM`:case`DASH_WEBM_AV1`:case`DASH_STREAMS`:{let e=t[n];ti(e),a=e.url,o=`application/dash+xml`,s=li();break}case`DASH_LIVE_CMAF`:{let e=t[n];ti(e),a=e.url,o=`application/dash+xml`,s=ui();break}case`HLS_LIVE`:case`HLS_LIVE_CMAF`:{let e=t[n];ti(e),a=oi(e.url),o=`application/x-mpegurl`,s=ui();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:ni.VIDEO_PIPELINE,message:e,thrown:t}),t}case`DASH`:case`DASH_LIVE_WEBM`:throw Error(`${n} is no longer supported`);default:return ei(n)}let c=di(r.videoId??a,o);c.contentUrl=a,c.streamType=s,c.metadata=fi();let{title:l,subtitle:u}=r;return ii(l)&&(c.metadata.title=l),ii(u)&&(c.metadata.subtitle=u),c};function li(){var e;return((e=chrome.cast)==null||(e=e.media)==null||(e=e.StreamType)==null?void 0:e.BUFFERED)??`BUFFERED`}function ui(){var e;return((e=chrome.cast)==null||(e=e.media)==null||(e=e.StreamType)==null?void 0:e.LIVE)??`LIVE`}function di(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:li()}}function fi(){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 P=(e,t,n=!1)=>{let r=e.getTransition();(n||!r||r.to===t)&&e.setState(t)};class pi{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 mi}from"@vkontakte/videoplayer-shared/es2015";import{isBrowserWindow as hi,ValueSubject as gi}from"@vkontakte/videoplayer-shared/es2015";var _i=v(it(),1);import{getWindow as vi}from"@vkontakte/videoplayer-shared/es2015";class yi{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 _i.default([`Chrome`,`Chromium`,`Opera`,`Yandex`,`Edge`,`SamsungBrowser`],this.current)}get isFirefox(){return this.current===`Firefox`}get isSafari(){return this.current===`Safari`}get isOpera(){return this.current===`Opera`}get isEdge(){return this.current===`Edge`}get isYandex(){return this.current===`Yandex`}get isSamsungBrowser(){return this.current===`SamsungBrowser`}get currentVersion(){return this._current_version}get chromeVersion(){return this._chromeVersion}get firefoxVersion(){return this._firefoxVersion}get safariVersion(){return this._safariVersion}get operaVersion(){return this._operaVersion}get edgeVersion(){return this._edgeVersion}get yandexVersion(){return this._yandexVersion}get isMiuiBrowser(){return this._isMiuiBrowser}detect(){let{userAgent:e}=navigator;try{let t=/yabrowser/i.test(e)?`Yandex`:void 0,n=/samsungbrowser/i.test(e)?`SamsungBrowser`:void 0,r=/chrome|crios/i.test(e)?`Chrome`:void 0,i=/chromium/i.test(e)?`Chromium`:void 0,a=/firefox|fxios/i.test(e)?`Firefox`:void 0,o=/webkit|safari|khtml/i.test(e)?`Safari`:void 0,s=/opr\//i.test(e)?`Opera`:void 0,c=/edg/i.test(e)?`Edge`:void 0;this._isMiuiBrowser=/(XiaoMi)|(MiuiBrowser)/i.test(e),this._current=t||n||a||s||c||r||i||o||`Rest`}catch(e){console.error(e)}this.isChrome&&this.detectChromeVersion(),this.isFirefox&&this.detectFirefoxVersion(),this.isSafari&&this.detectSafariVersion(),this.isOpera&&this.detectOperaVersion(),this.isEdge&&this.detectEdgeVersion(),this.isYandex&&this.detectYandexVersion()}detectVersion(e){try{let{userAgent:t}=vi().navigator,n=t.match(e);if(!n)return;let r=n[1],i=parseInt(r,10);if(!isNaN(i))return this._current_version=i,i}catch(e){console.error(e)}}detectChromeVersion(){this._chromeVersion=this.detectVersion(/Chrome\/(\d+\.\d+)/)}detectFirefoxVersion(){this._firefoxVersion=this.detectVersion(/Firefox\/(\d+\.\d+)/)}detectSafariVersion(){this._safariVersion=this.detectVersion(/Version\/(\d+)/)}detectOperaVersion(){this._operaVersion=this.detectVersion(/OPR\/(\d+\.\d+)/)}detectEdgeVersion(){this._edgeVersion=this.detectVersion(/Edg\/(\d+\.\d+)/)}detectYandexVersion(){this._yandexVersion=this.detectVersion(/YaBrowser\/(\d+\.\d+\.\d+)/)}}var bi=v(it(),1);import{getWindow as xi,isBrowserWindow as Si}from"@vkontakte/videoplayer-shared/es2015";var Ci=()=>{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 wi{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`||this.os.name.toLowerCase().includes(`ios`)||bi.default([`iPhone`,`iPad`,`iPod`],this.current)}get isMac(){return this._highEntropyValues.platform===`macOS`||this.os.name.toLowerCase().includes(`mac`)||this.current===`Mac`}get isApple(){return this.isIOS||this.isMac}get isIphoneOrOldIpad(){if(!this.isApple||!this._displayChecker.isTouch)return!1;let e=this.current===`iPad`||this._displayChecker.width>700,t=this._iosVersion;return!e||e&&!!t&&t<16}get isAndroid(){return this._highEntropyValues.platform===`Android`||this.os.name.toLowerCase().includes(`android`)||this.current===`Android`}get isWindows(){return this.os.name.toLowerCase().includes(`windows`)}get isLinux(){return this.os.name.toLowerCase().includes(`linux`)&&!this.isAndroid}get isMobile(){return this._highEntropyValues.mobile||this._isMobile}get iOSVersion(){return this._iosVersion}detect(){let e=xi();if(!Si(e))return;let{userAgent:t}=e.navigator;try{this._isMobile=Ci()}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=xi();if(!Si(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 t.includes(`windows`)?`Windows`:t.includes(`mac os`)||t.includes(`macintosh`)?`macOS`:t.includes(`iphone`)||t.includes(`ios`)?`iOS`:t.includes(`ipados`)?`iPadOS`:t.includes(`android`)?`Android`:t.includes(`harmonyos`)?`HarmonyOS`:t.includes(`linux`)?`Linux`:t.includes(`cros`)?`Chrome OS`:t.includes(`freebsd`)?`FreeBSD`:t.includes(`openbsd`)?`OpenBSD`:t.includes(`solaris`)||t.includes(`sunos`)?`Solaris`:t.includes(`aix`)?`AIX`:e}normalizeOSVersion(e,t){if(!e)return`Unknown`;if(e!==`Unknown`&&(e=e.replace(/_/g,`.`),t===`Windows`)){let t=parseFloat(e);if(!isNaN(t)){if(t>=11)return`11`;if(t>=10)return`10`;if(t===6.3)return`8.1`;if(t===6.2)return`8`;if(t===6.1)return`7`;if(t===6)return`Vista`;if(t===5.1||t===5.2)return`XP`;if(t===5)return`2000`;if(t===4)return`NT 4.0`}}return e}detectDeviceDetails(e){try{for(let[t,n]of[[/(iphone)/i,[`Apple`,`iPhone`]],[/(ipad)/i,[`Apple`,`iPad`]],[/(ipod)/i,[`Apple`,`iPod`]],[/(macintosh)/i,[`Apple`,`Macintosh`]],[/(windows[\w\-_ ]*phone)/i,[`Microsoft`,0]],[/(windows nt|win64|win32|wow64)/i,[`Microsoft`,`PC`]],[/\b(sch-i[89]0\d|shw-m380s|sm-[ptxs]\w{2,4}|gt-[pn]\d{2,4}|sgh-t8[56]9|nexus 10)/i,[`Samsung`,1]],[/\b((?:s[cgp]h|gt|sm)-(?![lr])\w+|sc[g-]?\d+a?|galaxy nexus)/i,[`Samsung`,1]],[/samsung[- ]((?!sm-[lr]|browser)[-\w]+)/i,[`Samsung`,1]],[/sec-(sgh\w+)/i,[`Samsung`,1]],[/smart-tv.+(samsung)/i,[`Samsung`,`Smart TV`]],[/(samsung).*tizen/i,[`Samsung`,`Smart TV`]],[/(pixel (?:c|tablet|[0-9a-z ]+))/i,[`Google`,1]],[/(pixelbook(?: go)?)/i,[`Google`,1]],[/nexus [0-9]/i,[`Google`,0]],[/(redmi[-_ ]?(?:note|k)?[\w_ ]+)(?: bui|\))/i,[`Xiaomi`,1]],[/\b(mi[\w\-_ ]+)(?: bui|\))/i,[`Xiaomi`,1]],[/\b(poco[\w ]+)(?: bui|\))/i,[`Xiaomi`,1]],[/\b(hm[-_ ]?note?[\w ]*)(?: bui|\))/i,[`Xiaomi`,1]],[/\b(?:xiao)?mi[\w\-_ ]+pad/i,[`Xiaomi`,0]],[/(?:huawei|honor) ?([-\w ]+)[;)]/i,[`Huawei`,1]],[/\b(nexus 6p|\w{2,4}e?-[atu]?[ln][\dx][\dc][adnt]?)\b(?!.+d\/s)/i,[`Huawei`,1]],[/\b((?:ag[rs][2356]?k?|bah[234]?|bg[2o]|bt[kv]|cmr|cpn|db[ry]2?|jdn2|got|kob2?k?|mon|pce|scm|sht?|[tw]gr|vrd)-[ad]?[lw][0125][09]b?)/i,[`Huawei`,1]],[/(?:one)?(?:plus)? ?([a\d0]\d\d\d?)(?: b|\))/i,[`OnePlus`,1]],[/droid.+; (cph2[3-6]\d[13579]|((?:gm|hd)19|(?:ac|be|in|kb)20|(?:d[en]|eb|le|mt)21|ne22)[0-2]\d)(?: bui|\))/i,[`OnePlus`,1]],[/(oneplus)[-_ ]?([-\w]*)/i,[`OnePlus`,2]],[/\b(rmx[1-3]\d{3})(?: bui|;|\))/i,[`Realme`,1]],[/(realme)[-_ ]?([-\w]*)/i,[`Realme`,2]],[/; (\w+) bui.+ oppo/i,[`OPPO`,1]],[/\b(cph[12]\d{3}|p(?:af|c[al]|d\w|e[ar])[mt]\d0|x9007|a101op)\b/i,[`OPPO`,1]],[/\b(opd2(\d{3}a?))(?: bui|\))/i,[`OPPO`,1]],[/(oppo)[-_ ]?([-\w]*)/i,[`OPPO`,2]],[/; vivo (\w+)(?: bui|\))/i,[`Vivo`,1]],[/\b(v[12]\d{3}\w?[at])(?: bui|;)/i,[`Vivo`,1]],[/(vivo)[-_ ]?([-\w]*)/i,[`Vivo`,2]],[/\bmot(?:orola)?[- ]([\w\s]+)(\)| bui)/i,[`Motorola`,1]],[/((?:moto(?! 360)[-\w() ]+|xt\d{3,4}[cgkosw+]?[-\d]*|nexus 6)(?= bui|\)))/i,[`Motorola`,1]],[/\b(milestone|droid(?:[2-4x]| (?:bionic|x2|pro|razr))?:?( 4g)?)\b/i,[`Motorola`,0]],[/\b(mz60\d|xoom[2 ]{0,2}) build\//i,[`Motorola`,0]],[/droid.+; ([a-z]?\d[0-2]{2}[a-z]{2}|[c-g]\d{4}|so[-gl]\w+|xq-[a-z]{2}\d\d)(?= bui|\))/i,[`Sony`,1]],[/sony tablet [ps]/i,[`Sony`,`Xperia Tablet`]],[/\b(?:sony)?sgp\w+(?: bui|\))/i,[`Sony`,0]],[/(sony)[-_ ]?([-\w]*)/i,[`Sony`,2]],[/\blg[-e;/ ]+(?!.*(?:browser|netcast|android tv|watch|webos))(\w+)/i,[`LG`,1]],[/\blg-?([\d\w]+) bui/i,[`LG`,1]],[/(lm(?:-?f100[nv]?|-[\w.]+)(?= bui|\))|nexus [45])/i,[`LG`,1]],[/((?=lg)?[vl]k-?\d{3}) bui/i,[`LG`,0]],[/(lg)[-_ ]?([-\w]*)/i,[`LG`,2]],[/(?:maemo|nokia).*(n900|lumia \d+|rm-\d+)/i,[`Nokia`,1]],[/nokia[-_ ]?(([-\w. ]*?))(?: bui|\)|;|\/)/i,[`Nokia`,1]],[/(nokia) (t[12][01])/i,[`Nokia`,2]],[/(?:\b|asus_)(transfo[prime ]{4,10} \w+|eeepc|slider \w+|nexus 7|padfone|p00[cj])/i,[`ASUS`,1]],[/(?:asus[-_ ])?(zenfone[\w\-_ ]*)/i,[`ASUS`,1]],[/(rog[\w\-_ ]*)/i,[`ASUS`,1]],[/(asus)[-_ ]?([-\w]*)/i,[`ASUS`,2]],[/lenovo[-_ ]?([-\w ]+?)(?: bui|\)|\/)/i,[`Lenovo`,1]],[/(ideatab[-\w ]+|602lv|d-42a|a101lv|a2109a|a3500-hv|s[56]000|pb-6505[my]|tb-?x?\d{3,4}(?:f[cu]|xu|[av])|yt\d?-[jx]?\d+[lfmx])(?: bui|;|\)|\/)/i,[`Lenovo`,1]],[/(thinkpad[\w\-_ ]*)/i,[`Lenovo`,0]],[/(kf[a-z]{2}[a-z]*)(?: bui|\))/i,[`Amazon`,1]],[/(alexa)webm/i,[`Amazon`,`Echo`]],[/(fire[\w\-_ ]*)/i,[`Amazon`,0]],[/(amazon)[-_ ]?([-\w]*)/i,[`Amazon`,2]],[/(?:blackberry|\(bb10;) (\w+)/i,[`BlackBerry`,1]],[/\b((?:bb[a-f]|st[hv])100-\d)/i,[`BlackBerry`,1]],[/(playbook);[-\w),; ]+(rim)/i,[`BlackBerry`,1]],[/(microsoft); (lumia[\w ]+)/i,[`Microsoft`,2]],[/(surface duo)/i,[`Microsoft`,`Surface Duo`]],[/(surface[\w\-_ ]*)/i,[`Microsoft`,0]],[/(zte)[- ]([\w ]+?)(?: bui|\/|\))/i,[`ZTE`,2]],[/(htc)[-;_ ]{1,2}([\w ]+(?=\)| bui)|\w+)/i,[`HTC`,2]],[/(alcatel|tcl)[-_ ]?([-\w]*)/i,[1,2]],[/(meizu)[-_ ]?([-\w]*)/i,[`Meizu`,2]],[/(tecno)[-_ ]?([-\w]*)/i,[`Tecno`,2]],[/(infinix)[-_ ]?([-\w]*)/i,[`Infinix`,2]],[/(micromax)[-_ ]?([-\w]*)/i,[`Micromax`,2]],[/(lava)[-_ ]?([-\w]*)/i,[`Lava`,2]],[/(panasonic)[-_ ]?([-\w]*)/i,[`Panasonic`,2]],[/(sharp)\/?([-\w]*)/i,[`Sharp`,2]],[/(benq)[-_ ]?([-\w]*)/i,[`BenQ`,2]],[/(palm)[-_ ]?([-\w]*)/i,[`Palm`,2]],[/(vertu)[-_ ]?([-\w]*)/i,[`Vertu`,2]],[/(gionee)[-_ ]?([-\w]*)/i,[`Gionee`,2]],[/(doogee)[-_ ]?([-\w]*)/i,[`Doogee`,2]],[/(ulefone)[-_ ]?([-\w]*)/i,[`Ulefone`,2]],[/(blackview)[-_ ]?([-\w]*)/i,[`Blackview`,2]],[/(cubot)[-_ ]?([-\w]*)/i,[`Cubot`,2]],[/(umidigi)[-_ ]?([-\w]*)/i,[`UMIDIGI`,2]],[/(oukitel)[-_ ]?([-\w]*)/i,[`Oukitel`,2]],[/(fairphone)[-_ ]?([-\w]*)/i,[`Fairphone`,2]],[/(cat)[-_ ]?([-\w]*)/i,[`Cat`,2]],[/(energy)[-_ ]?([-\w]*)/i,[`Energizer`,2]],[/(land rover)[-_ ]?([-\w]*)/i,[`Land Rover`,2]],[/(shield[\w\-_ ]*)/i,[`Nvidia`,0]],[/(crkey)/i,[`Google`,`Chromecast`]],[/(roku)[\dx]*/i,[`Roku`,0]],[/(apple)[-_ ]?tv/i,[`Apple`,`TV`]],[/(amazon)[-_ ]?tv/i,[`Amazon`,`Fire TV`]],[/(google)[-_ ]?tv/i,[`Google`,`TV`]],[/(smart[\w\-_ ]*tv)/i,[0,`Smart TV`]],[/(playstation[\w\-_ ]*)/i,[`Sony`,0]],[/(nintendo[\w\-_ ]*)/i,[`Nintendo`,0]],[/(xbox[\w\-_ ]*)/i,[`Microsoft`,0]],[/(googlebot)/i,[`Google`,`Bot`]],[/(bingbot)/i,[`Microsoft`,`Bing Bot`]],[/(yandexbot)/i,[`Yandex`,`Bot`]],[/(slackbot)/i,[`Slack`,`Bot`]],[/(twitterbot)/i,[`Twitter`,`Bot`]],[/(facebookbot)/i,[`Facebook`,`Bot`]],[/(linkedinbot)/i,[`LinkedIn`,`Bot`]],[/(tesla)[-_ ]?([-\w]*)/i,[`Tesla`,2]],[/(raspberry[\w\-_ ]*)/i,[`Raspberry Pi`,0]]]){let r=e.match(t);if(r){let e=n[0],t=n[1],i=typeof e==`number`?r[e]===void 0?`Unknown`:this.normalizeVendorName(r[e]):this.normalizeVendorName(e),a=`Unknown`;typeof t==`number`?a=r[t]===void 0?`Unknown`:r[t]:t===void 0?r[1]===void 0?r[0]!==void 0&&(a=r[0]):a=r[1]:a=t,a=this.normalizeModelName(a,i),this.details.vendor=i,this.details.model=a;break}}}catch(e){console.error(`DeviceChecker: device details detection error - `,e)}}normalizeVendorName(e){return e?{apple:`Apple`,samsung:`Samsung`,google:`Google`,xiaomi:`Xiaomi`,huawei:`Huawei`,oneplus:`OnePlus`,oppo:`OPPO`,vivo:`Vivo`,realme:`Realme`,motorola:`Motorola`,sony:`Sony`,lg:`LG`,nokia:`Nokia`,asus:`ASUS`,lenovo:`Lenovo`,amazon:`Amazon`,blackberry:`BlackBerry`,microsoft:`Microsoft`,zte:`ZTE`,htc:`HTC`,alcatel:`Alcatel`,tcl:`TCL`,meizu:`Meizu`,tecno:`Tecno`,infinix:`Infinix`,micromax:`Micromax`,lava:`Lava`,panasonic:`Panasonic`,sharp:`Sharp`,benq:`BenQ`,palm:`Palm`,honor:`Honor`,nvidia:`NVIDIA`,roku:`Roku`}[e.toLowerCase()]||e.charAt(0).toUpperCase()+e.slice(1).toLowerCase():`Unknown`}normalizeModelName(e,t){if(!e||e===`Unknown`)return e;if(e===`0`)return`Unknown`;let n=e.replace(/^build\//i,``).replace(/\s+bui$/i,``).replace(/\)$/,``).replace(/[;,)]/g,``).replace(/\s*\(.*?\)\s*/g,``).trim(),r=t.toLowerCase();return r.includes(`samsung`)?n=n.replace(/^(sm-|gt-|sgh-|sch-)/i,``):r.includes(`xiaomi`)?n=n.replace(/^(mi[\s\-_]*|redmi[\s\-_]*)/i,``):r.includes(`oneplus`)?n=n.replace(/^oneplus[\s\-_]*/i,``):r.includes(`google`)&&(n=n.replace(/^(pixel[\s\-_]*|nexus[\s\-_]*)/i,``)),n=n.replace(/_/g,` `).replace(/-/g,` `).replace(/\s+/g,` `).trim(),n?(n.length>0&&/^[a-z]/.test(n)&&(n=n.charAt(0).toUpperCase()+n.slice(1)),n):`Unknown`}detectIOSVersion(){try{let e=xi();if(!Si(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 Ti,isBrowserWindow as Ei}from"@vkontakte/videoplayer-shared/es2015";class Di{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 Ti()}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=Ti();if(!Ei(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 Oi,isBrowserWindow as ki}from"@vkontakte/videoplayer-shared/es2015";var Ai=()=>window.ManagedMediaSource||window.MediaSource,ji=()=>{var e;return!!(window.ManagedMediaSource&&!((e=window.ManagedSourceBuffer)==null||(e=e.prototype)==null)&&e.appendBuffer)},Mi=()=>{var e;return!!(window.MediaSource&&!((e=window.SourceBuffer)==null||(e=e.prototype)==null)&&e.appendBuffer)},Ni=()=>window.ManagedMediaSource?new ManagedMediaSource:new MediaSource,Pi=Oi().document?.createElement(`video`),Fi=`video/mp4; codecs="avc1.42000a,mp4a.40.2"`,Ii=`video/mp4; codecs="hev1.1.6.L93.B0"`,Li=`video/webm; codecs="vp09.00.10.08"`,Ri=`video/webm; codecs="av01.0.00M.08"`,zi=`audio/mp4; codecs="mp4a.40.2"`,Bi=`audio/webm; codecs="opus"`,Vi;(function(){var e=a(function*(){let e=Oi();if(!ki(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:Ri})})),e.navigator.mediaCapabilities.decodingInfo(o(o({},t),{},{video:o(o({},t.video),{},{contentType:Li})}))]);Vi={DASH_WEBM_AV1:n,DASH_WEBM:r}});return function(){return e.apply(this,arguments)}})()().catch(e=>{console.log(Pi),console.error(e)});class Hi{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 Vi}get supportedCodecs(){return Object.keys(this._codecs).filter(e=>this._codecs[e])}get nativeHlsSupported(){return this._nativeHlsSupported}detect(){let e=Oi();if(ki(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:ji(),mse:Mi(),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=Ai())==null||(o=a.isTypeSupported)==null)&&o.call(a,Fi)),v=!!(!((s=Ai())==null||(c=s.isTypeSupported)==null)&&c.call(s,Ii)),y=!!(!((l=Ai())==null||(u=l.isTypeSupported)==null)&&u.call(l,zi));this._codecs={h264:_,h265:v,vp9:!!(!((d=Ai())==null||(f=d.isTypeSupported)==null)&&f.call(d,Li)),av1:!!(!((p=Ai())==null||(m=p.isTypeSupported)==null)&&m.call(p,Ri)),aac:y,opus:!!(!((h=Ai())==null||(g=h.isTypeSupported)==null)&&g.call(h,Bi)),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 Ui,isBrowserWindow as Wi}from"@vkontakte/videoplayer-shared/es2015";var Gi=`audio/mpeg`;class Ki{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=Ui();if(Wi(e)){this._audio=e.document.createElement(`audio`);try{var t,n,r;this._containers={mpeg:!!(t=this._audio).canPlayType?.call(t,Gi)},this._codecs={mp3:!!(!((n=Ai())==null||(r=n.isTypeSupported)==null)&&r.call(n,Gi))}}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 qi{constructor(){i(this,`isInited$`,new gi(!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 Di,this._deviceChecker=new wi(this._displayChecker),this._browserChecker=new yi,this._videoChecker=new Hi(this._deviceChecker,this._browserChecker),this._audioChecker=new Ki,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*(){hi()&&(e._displayChecker.detect(),e._deviceChecker.detect(),e._browserChecker.detect(),e._videoChecker.detect(),e._audioChecker.detect(),e.isInited$.next(!0))})()}}var F=new qi,Ji=e=>{let{containers:t,protocols:n,codecs:r,nativeHlsSupported:i}=F.video,a=(r.h264||r.h265)&&r.aac,o=n.mse||n.mms;return e.filter(e=>{switch(e){case`DASH_SEP`:return o&&t.mp4&&a;case`DASH_WEBM`:return o&&t.webm&&r.vp9&&r.opus;case`DASH_WEBM_AV1`:return o&&t.webm&&r.av1&&r.opus;case`DASH_STREAMS`:return o&&(t.mp4&&a||t.webm&&(r.vp9||r.av1)&&(r.opus||r.aac));case`DASH_LIVE`:return o&&t.mp4&&a;case`DASH_LIVE_CMAF`:return o&&t.mp4&&a&&t.cmaf;case`DASH_ONDEMAND`:return o&&t.mp4&&a;case`HLS`:case`HLS_ONDEMAND`:case`HLS_FMP4`:case`HLS_LIVE`:case`HLS_LIVE_CMAF`:return i;case`MPEG`:return t.mp4;case`DASH`:case`DASH_LIVE_WEBM`:return!1;case`WEB_RTC_LIVE`:return n.webrtc&&n.ws&&r.h264&&(t.mp4||t.webm);default:return mi(e)}})},Yi=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 mi(e)}},Xi=e=>Ji(Object.keys(e).filter(e=>!Yi(e))).length>0;class Zi{constructor(e){i(this,`subscription`,new Qr),i(this,`log`,void 0),i(this,`params`,void 0),i(this,`sessionId$`,new $r(null)),i(this,`mediaSessionId$`,new $r(null)),i(this,`contentId$`,new $r(null)),i(this,`progressTicker`,void 0),i(this,`isMobile`,Ci()),i(this,`mobileVolumeState`,{muted:!1,volume:0}),i(this,`media`,null),i(this,`lastRequestedVolume`,null),i(this,`syncMediaState`,e=>{if(Xr(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;Yr(n)&&this.params.output.duration$.next(Math.max(0,n));let r=e.currentTime;if(Yr(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 pi(e),this.log=this.params.dependencies.logger.createComponentLog(`ChromecastPresentationApiProvider`),this.log({message:`constructor, format: ${e.format}`}),this.params.output.isLive$.next(Yi(e.format)),this.subscribe()}subscribe(){let e=e=>{this.params.output.error$.next({category:Kr.WTF,id:`ChromecastPresentationApiProvider`,message:e?.message??`Unknown error`,thrown:e})};this.subscription.add(this.params.chromecastConnector.message$.pipe(qr(e=>!!e)).subscribe(e=>{this.handleMessage(e)},e)),this.subscription.add(this.sessionId$.pipe(qr(Yr),Jr(),Gr(0)).subscribe(()=>{this.loadMedia()},e));let t=this.contentId$.pipe(Jr(),Zr(Boolean));this.subscription.add(Wr({seekState:this.params.desiredState.seekState.stateChangeEnded$,mediaLoaded:t}).pipe(qr(({mediaLoaded:e})=>e)).subscribe(()=>{let e=this.params.desiredState.seekState.getState();e.state===`requested`&&this.seek(e.position/1e3)},e));let n=Wr({playbackState:this.params.desiredState.playbackState.stateChangeStarted$,mediaLoaded:t});this.subscription.add(n.pipe(qr(({mediaLoaded:e})=>e),Gr(0)).subscribe(()=>{this.syncPlayback()},e)),this.subscription.add(n.pipe(qr(({mediaLoaded:e,playbackState:{from:t,to:n}})=>!e&&t===`stopped`&&n===`playing`)).subscribe(()=>{this.loadMedia()},e)),this.subscription.add(Wr({volumeState:this.params.desiredState.volume.stateChangeStarted$.pipe(Gr(30)),mediaLoaded:t}).pipe(qr(({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=ci(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();Ur(e,`play on null mediaSessionId`),this.params.chromecastConnector.sendV2Message({type:`PLAY`,mediaSessionId:e,customData:null})}pause(){let e=this.mediaSessionId$.getValue();Ur(e,`pause on null mediaSessionId`),this.params.chromecastConnector.sendV2Message({type:`PAUSE`,mediaSessionId:e,customData:null})}seek(e){let t=this.mediaSessionId$.getValue();Ur(t,`seek on null mediaSessionId`),this.params.chromecastConnector.sendV2Message({type:`SEEK`,currentTime:e,mediaSessionId:t}),this.params.output.willSeekEvent$.next()}setVolume(e,t){let n=e,r=`[setVolume] volume: ${e}, muted: ${t}`;this.isMobile&&(n=this.mobileVolumeState.volume,r+=`, mobile next volume: ${n}`),this.log({message:r}),this.lastRequestedVolume={volume:n,muted:t},this.params.chromecastConnector.sendV2Message({type:`SET_VOLUME`,requestId:0,volume:{level:t?0:n,muted:t?!0:null}})}syncPlaybackState({playerState:e,idleReason:t}){let n=this.params.output.isBuffering$.getValue(),r=e===`BUFFERING`;switch(n!==r&&this.params.output.isBuffering$.next(r),e){case`PAUSED`:P(this.params.desiredState.playbackState,`paused`);break;case`PLAYING`:P(this.params.desiredState.playbackState,`playing`);break;case`IDLE`:t===`FINISHED`?(this.params.output.endedEvent$.next(),P(this.params.desiredState.playbackState,`stopped`),this.contentId$.next(null)):P(this.params.desiredState.playbackState,`ready`);break;case`BUFFERING`:break}}syncPlayback(){let e=this.params.desiredState.playbackState.getState();switch(this.log({message:`[syncPlayback] ${e}`}),e){case`ready`:break;case`playing`:this.play();break;case`paused`:this.pause();break;case`stopped`:this.stop();break}}syncVolumeState(e){if(Xr(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 Qi,ErrorCategory as $i,filter as ea,Subject as ta,Subscription as na,tap as ra,ValueSubject as ia,fromEvent as aa,getWindow as oa}from"@vkontakte/videoplayer-shared/es2015";var sa=e=>({castDevice:{friendlyName:e},remotePlayer:{},remotePlayerController:{},session:{}}),ca=()=>String(Date.now())+String(Math.floor(Math.random()*1e5));class la{constructor(e){i(this,`params`,void 0),i(this,`clientId`,void 0),i(this,`capabilities`,[`WEB`]),i(this,`presentationRequest$`,new ia(null)),i(this,`log`,void 0),i(this,`sessionId$`,new ia(null)),i(this,`broadcastChannel`,new BroadcastChannel(`vk_player_chromecast_events`)),i(this,`subscription`,new na),i(this,`subscriptionEvents`,new na),i(this,`isDestroyed`,!1),i(this,`sequenceNumber`,0),i(this,`presentationAvailable$`,new ia(!1)),i(this,`presentationConnection$`,new ia(null)),i(this,`message$`,new ia(null)),i(this,`friendlyName$`,new ia(null)),i(this,`errorEvent$`,new ta),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(aa(e,`change`).subscribe(()=>{t()})),t()}).catch(()=>{this.presentationAvailable$.next(!0)}),oa().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:$i.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();Qi(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:$i.WTF,id:`ChromecastPresentationApiConnector`,message:t?.message??`connect error`,thrown:t});break}}})()}subscribe(){this.subscription.add(aa(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(ra(e=>{this.log({message:`presentationConnection$: ${!!e}`})}),ea(e=>!!e)).subscribe(e=>{let t=aa(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=aa(e,`connect`).subscribe(()=>{this.send(`client_connect`)}),r=aa(e,`close`).subscribe(e=>{switch(e.reason){case`error`:this.errorEvent$.next({category:$i.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:$i.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 oa()[e]=oa()[e]||ca()}resetSubscriptionEvents(){this.subscriptionEvents.unsubscribe(),this.subscriptionEvents=new na}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 ua,Subject as da,map as fa,Subscription as pa,combine as ma,filterChanged as ha,assertNonNullable as ga}from"@vkontakte/videoplayer-shared/es2015";class _a{static isSupported(){return`chrome`in window&&`presentation`in navigator&&`BroadcastChannel`in window}constructor(e){i(this,`subscription`,new pa),i(this,`log`,void 0),i(this,`contentId`,void 0),i(this,`connection$`,new ua(void 0)),i(this,`castState$`,new ua(`NOT_AVAILABLE`)),i(this,`errorEvent$`,new da),i(this,`chromecastConnector`,void 0);let t=_a.isSupported();this.log=e.dependencies.logger.createComponentLog(`ChromecastPresentationApiInitializer`),this.log({message:`[constructor] receiverApplicationId: ${e.receiverApplicationId}, isDisabled: ${e.isDisabled}, isSupported: ${t}`}),!(!t||e.isDisabled||!e.receiverApplicationId)&&(this.chromecastConnector=new la({appId:e.receiverApplicationId,logger:e.dependencies.logger}),this.subscribe())}subscribe(){ga(this.chromecastConnector,`subscribe with null chromecastConnector`),this.subscription.add(this.chromecastConnector.errorEvent$.subscribe(this.errorEvent$));let e=ma({connection:this.chromecastConnector.presentationConnection$,available:this.chromecastConnector.presentationAvailable$,friendlyName:this.chromecastConnector.friendlyName$.pipe(ha())});this.subscription.add(e.pipe(fa(({connection:e,friendlyName:t})=>!!(e&&t)),ha()).subscribe(e=>{let t=this.chromecastConnector?.friendlyName$.getValue()??``;this.connection$.next(e?sa(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()}}var va=v(it(),1),ya=(e,...t)=>typeof e==`string`?e.includes(...t):va.default(e,...t),ba=v(ct(),1),xa=v(Vt(),1),Sa=v(Tn(),1);import{isNonNullable as Ca,Subject as wa,merge as Ta}from"@vkontakte/videoplayer-shared/es2015";class I{constructor(e){i(this,`state`,void 0),i(this,`prevState`,void 0),i(this,`transition`,void 0),i(this,`transitionStarted$`,new wa),i(this,`transitionEnded$`,new wa),i(this,`transitionUpdated$`,new wa),i(this,`forceChanged$`,new wa),i(this,`stateChangeStarted$`,Ta(this.transitionStarted$,this.transitionUpdated$)),i(this,`stateChangeEnded$`,Ta(this.transitionEnded$,this.forceChanged$)),this.state=e,this.prevState=void 0}setState(e){let t=this.transition,n=this.state;this.transition=void 0,this.prevState=n,this.state=e,t?t.to===e?this.transitionEnded$.next(t):this.forceChanged$.next({from:t.from,to:e,canceledTransition:t}):this.forceChanged$.next({from:n,to:e,canceledTransition:t})}startTransitionTo(e){let t=this.transition,n=this.state;n===e||Ca(t)&&t.to===e||(this.prevState=n,this.state=e,t?(this.transition={from:t.from,to:e,canceledTransition:t},this.transitionUpdated$.next(this.transition)):(this.transition={from:n,to:e},this.transitionStarted$.next(this.transition)))}getTransition(){return this.transition}getState(){return this.state}getPrevState(){return this.prevState}}import{assertNever as Ea,debounce as Da,ErrorCategory as Oa,fromEvent as ka,map as Aa,merge as ja,observableFrom as Ma,Subject as Na,Subscription as Pa,timeout as Fa}from"@vkontakte/videoplayer-shared/es2015";var Ia=5,La=5,Ra=500,za=7e3;class Ba{constructor(e){i(this,`subscription`,new Pa),i(this,`loadMediaTimeoutSubscription`,new Pa),i(this,`videoState`,new I(`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:Ea(e)}break;case`playing`:switch(e){case`playing`:break;case`paused`:this.videoState.startTransitionTo(`playing`),this.params.connection.remotePlayerController.playOrPause();break;case`ready`:this.videoState.startTransitionTo(`playing`),this.params.connection.remotePlayerController.playOrPause();break;case`stopped`:this.videoState.startTransitionTo(`ready`),this.prepare();break;default:Ea(e)}break;case`paused`:switch(e){case`playing`:this.videoState.startTransitionTo(`paused`),this.params.connection.remotePlayerController.playOrPause();break;case`paused`:break;case`ready`:this.videoState.startTransitionTo(`paused`),this.videoState.setState(`paused`);break;case`stopped`:this.videoState.startTransitionTo(`ready`),this.prepare();break;default:Ea(e)}break;default:Ea(n)}}}),this.params=e,this.log=this.params.dependencies.logger.createComponentLog(`ChromecastProvider`),this.log({message:`constructor, format: ${e.format}`}),this.params.output.isLive$.next(Yi(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 Pa;this.subscription.add(e),this.subscription.add(ja(this.videoState.stateChangeStarted$.pipe(Aa(e=>`stateChangeStarted$ ${JSON.stringify(e)}`)),this.videoState.stateChangeEnded$.pipe(Aa(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 Na;e.add(t.pipe(Da(Ra)).subscribe(()=>{this.params.output.seekedEvent$.next()}));let n=NaN;e.add(ka(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)>Ia)&&t.next(r),n=r})),e.add(ka(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.DURATION_CHANGED).subscribe(e=>{this.logRemoteEvent(e),this.params.output.duration$.next(e.value)}))}t(ka(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.IS_MEDIA_LOADED_CHANGED),t=>{this.logRemoteEvent(t),t.value?this.handleRemoteReady():(this.handleRemoteStop(),e.unsubscribe())}),t(ka(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.IS_PAUSED_CHANGED),e=>{this.logRemoteEvent(e),e.value?this.handleRemotePause():this.handleRemotePlay()}),t(ka(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<La&&this.params.output.endedEvent$.next(),this.handleRemoteStop(),P(this.params.desiredState.playbackState,`stopped`);break;case chrome.cast.media.PlayerState.PAUSED:this.handleRemotePause();break;case chrome.cast.media.PlayerState.PLAYING:this.handleRemotePlay();break;case chrome.cast.media.PlayerState.BUFFERING:break;default:Ea(n)}}),t(ka(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.VOLUME_LEVEL_CHANGED),e=>{this.logRemoteEvent(e),this.handleRemoteVolumeChange({volume:e.value})}),t(ka(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.IS_MUTED_CHANGED),e=>{this.logRemoteEvent(e),this.handleRemoteVolumeChange({muted:e.value})}),t(ja(this.params.desiredState.playbackState.stateChangeStarted$,this.params.desiredState.seekState.stateChangeEnded$,this.videoState.stateChangeEnded$,Ma([`init`])).pipe(Da(0)),this.syncPlayback)}restoreSession(e){this.log({message:`restoreSession`});let{remotePlayer:t}=this.params.connection;if(e.playerState!==chrome.cast.media.PlayerState.IDLE){t.isPaused?(this.videoState.setState(`paused`),P(this.params.desiredState.playbackState,`paused`)):(this.videoState.setState(`playing`),P(this.params.desiredState.playbackState,`playing`));let e=this.params.output.isLive$.getValue();this.params.output.duration$.next(e?0:t.duration),this.params.output.position$.next(e?0:t.currentTime),this.params.desiredState.seekState.setState({state:`none`})}}prepare(){let e=this.params.format;this.log({message:`[prepare] format: ${e}`});let t=ci(this.params),n=this.createLoadRequest(t);this.loadMedia(n)}handleRemotePause(){let e=this.videoState.getState();(this.videoState.getTransition()?.to===`paused`||e===`playing`)&&(this.videoState.setState(`paused`),P(this.params.desiredState.playbackState,`paused`))}handleRemotePlay(){let e=this.videoState.getState();(this.videoState.getTransition()?.to===`playing`||e===`paused`)&&(this.videoState.setState(`playing`),P(this.params.desiredState.playbackState,`playing`))}handleRemoteReady(){this.videoState.getTransition()?.to===`ready`&&this.videoState.setState(`ready`),this.params.desiredState.playbackState.getTransition()?.to===`ready`&&P(this.params.desiredState.playbackState,`ready`)}handleRemoteStop(){this.videoState.getState()!==`stopped`&&this.videoState.setState(`stopped`)}handleRemoteVolumeChange(e){let t=this.params.output.volume$.getValue(),n={volume:e.volume??t.volume,muted:e.muted??t.muted};(n.volume!==t.volume||n.muted!==n.muted)&&this.params.output.volume$.next(n)}seek(e){this.params.output.willSeekEvent$.next();let{remotePlayer:t,remotePlayerController:n}=this.params.connection;t.currentTime=e,n.seek()}stop(){let{remotePlayerController:e}=this.params.connection;e.stop()}createLoadRequest(e){let t=new chrome.cast.media.LoadRequest(e);t.autoplay=!1;let n=this.params.desiredState.seekState.getState();return n.state===`applying`||n.state===`requested`?t.currentTime=this.params.output.isLive$.getValue()?0:n.position/1e3:t.currentTime=0,t}loadMedia(e){let t=this.params.connection.session.loadMedia(e),n=new Promise((e,t)=>{this.loadMediaTimeoutSubscription.add(Fa(za).subscribe(()=>t(`timeout(${za})`)))});Sa.default(Promise.race([t,n]).then(()=>{this.log({message:`[loadMedia] completed, format: ${this.params.format}`}),this.params.desiredState.seekState.getState().state===`applying`&&this.params.output.seekedEvent$.next(),this.handleRemoteReady()},e=>{let t=`[prepare] loadMedia failed, format: ${this.params.format}, reason: ${e}`;this.log({message:t}),this.params.output.error$.next({id:`ChromecastProvider.loadMedia`,category:Oa.VIDEO_PIPELINE,message:t,thrown:e})}),()=>{this.loadMediaTimeoutSubscription.unsubscribe()})}logRemoteEvent(e){this.log({message:`[remoteEvent] ${JSON.stringify(e)}`})}}var Va=v(it(),1);import{clearVideoElement as Ha,getWindow as Ua}from"@vkontakte/videoplayer-shared/es2015";import{clearVideoElement as Wa}from"@vkontakte/videoplayer-shared/es2015";var Ga=(e,t)=>{try{e.pause(),e.playbackRate=0,Wa(e,t),e.remove()}catch(e){console.error(e)}};import{fromEvent as Ka,Subscription as qa}from"@vkontakte/videoplayer-shared/es2015";var Ja=`__spvc`;class Ya{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 Xa=Ua(),Za=Xa.WeakMap?new Xa.WeakMap:new Ya,Qa=Xa.WeakMap?new Xa.WeakMap:new Map,$a=(e,t=20)=>{let n=0;return Ka(e,`ratechange`).subscribe(r=>{n++,n>=t&&(e.currentTime=e.currentTime,n=0)})};function eo(e){e.style.position=`fixed`,e.style.left=`100%`,e.setAttribute(`data-role`,`screen`),Ua().document.body.appendChild(e)}function to(e,t){e.style.position=``,e.style.left=``,t.appendChild(e)}var no=(e,{audioVideoSyncRate:t,disableYandexPiP:n,clearVideoElementInnerHTML:r,reuseOwnVideoElement:i})=>{let a,o=e.querySelector(`video`),s=!!o,c=Ua().document.querySelector(`body > video[data-role=screen]`)||void 0;i?Xa[Ja]=c:(c?.remove(),delete Xa[Ja]),o?(a=o,Ha(a,r)):c&&c===Xa[Ja]?(a=c,to(a,e)):(a=Ua().document.createElement(`video`),e.appendChild(a),i&&(Xa[Ja]=a)),Za.set(a,s);let l=new qa;return l.add($a(a,t)),Qa.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},ro=(e,{keepVideoElement:t,clearVideoElementInnerHTML:n,reuseOwnVideoElement:r})=>{Qa.get(e)?.unsubscribe(),Qa.delete(e);let i=Za.get(e);Za.delete(e),i||t?Ha(e,n):r?(Ha(e,n),eo(e)):Ga(e,n)},io=v(Qe(),1);import{assertNonNullable as ao,isNonNullable as oo,isNullable as so,fromEvent as co,merge as lo,observableFrom as uo,filterChanged as fo,map as po,Subject as mo,Subscription as ho,ValueSubject as go,ErrorCategory as _o}from"@vkontakte/videoplayer-shared/es2015";import{isNonNullable as vo,isNullable as yo,Subscription as bo}from"@vkontakte/videoplayer-shared/es2015";var xo=(e,t,n,{equal:r=(e,t)=>e===t,changed$:i,onError:a}={})=>{let o=e.getState(),s=t(),c=yo(i),l=new bo;return i&&l.add(i.subscribe(t=>{r(t,e.getState())&&e.setState(t)},a)),r(s,o)||(n(o),c&&e.setState(o)),l.add(e.stateChangeStarted$.subscribe(t=>{n(t.to),c&&e.setState(t.to)},a)),l},So=(e,t,n)=>xo(t,()=>e.loop,t=>{vo(t)&&(e.loop=t)},{onError:n}),Co=(e,t,n,r,i)=>xo(t,()=>({muted:e.muted,volume:e.volume}),t=>{i?.skipVideoElVolumeSync$.getValue()||vo(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}),wo=(e,t,n,r)=>xo(t,()=>e.playbackRate,t=>{vo(t)&&(e.playbackRate=t)},{changed$:n,onError:r}),To=xo,Eo=e=>[`__`,e.language,e.label].join(`|`),Do=(e,t)=>{if(e.id===t)return!0;let[n,r,i]=t.split(`|`);return e.language===r&&e.label===i};class Oo{constructor(e){i(this,`available$`,new mo),i(this,`current$`,new go(void 0)),i(this,`error$`,new mo),i(this,`video`,void 0),i(this,`cueSettings`,void 0),i(this,`subscription`,new ho),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:_o.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(To(t.internalTextTracks,()=>io.default(this.internalTracks),e=>{oo(e)&&this.setInternal(e)},{equal:(e,t)=>oo(e)&&oo(t)&&e.length===t.length&&e.every(({id:e},n)=>e===t[n].id),changed$:this.available$.pipe(po(e=>e.filter(({type:e})=>e===`internal`))),onError:r})),this.subscription.add(To(t.externalTextTracks,()=>io.default(this.externalTracks),e=>{oo(e)&&this.setExternal(e)},{equal:(e,t)=>oo(e)&&oo(t)&&e.length===t.length&&e.every(({id:e},n)=>e===t[n].id),changed$:this.available$.pipe(po(e=>e.filter(({type:e})=>e===`external`))),onError:r})),this.subscription.add(To(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(To(t.textTrackCuesSettings,()=>({}),()=>{if(this.video)for(let e of this.htmlTextTracksAsArray())this.applyCueSettings(e.cues),this.applyCueSettings(e.activeCues)}))}subscribe(){ao(this.video);let{textTracks:e}=this.video;this.subscription.add(co(e,`addtrack`).subscribe(()=>{let e=this.current$.getValue();e&&this.select(e)})),this.subscription.add(lo(co(e,`addtrack`),co(e,`removetrack`),uo([`init`])).pipe(po(()=>this.htmlTextTracksAsArray().map(e=>this.htmlTextTrackToITextTrack(e))),fo((e,t)=>e.length===t.length&&e.every(({id:e},n)=>e===t[n].id))).subscribe(this.available$)),this.subscription.add(lo(co(e,`change`),uo([`init`])).pipe(po(()=>this.htmlTextTracksAsArray().find(({mode:e})=>e===`showing`)),po(e=>e&&this.htmlTextTrackToITextTrack(e).id),fo()).subscribe(this.current$));let t=e=>this.applyCueSettings(e.target?.activeCues??null);this.subscription.add(co(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(co(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;oo(t.align)&&(e.align=t.align),oo(t.position)&&(e.position=t.position),oo(t.size)&&(e.size=t.size),oo(t.line)&&(e.line=t.line)}}htmlTextTracksAsArray(e=!1){ao(this.video);let t=[...this.video.textTracks];return e?t:t.filter(Oo.isHealthyTrack)}htmlTextTrackToITextTrack(e){let{language:t,label:n}=e,r=e.id?e.id:Eo(e),i=this.externalTracks.has(r),a=(i?this.externalTracks.get(r)?.isAuto:this.internalTracks.get(r)?.isAuto)??r.includes(`auto`);return i?{id:r,type:`external`,isAuto:a,language:t,label:n,url:this.externalTracks.get(r)?.url}:{id:r,type:`internal`,isAuto:a,language:t,label:n,url:this.internalTracks.get(r)?.url}}static isHealthyTrack(e){return!(e.kind===`metadata`||e.groupId||e.id===``&&e.label===``&&e.language===``)}setExternal(e){this.internalTracks.size>0&&Array.from(this.internalTracks).forEach(([,e])=>this.detach(e)),e.filter(({id:e})=>!this.externalTracks.has(e)).forEach(e=>this.attach(e)),Array.from(this.externalTracks).filter(([t])=>!e.find(e=>e.id===t)).forEach(([,e])=>this.detach(e))}setInternal(e){let t=[...this.externalTracks];e.filter(({id:e,language:n,isAuto:r})=>!this.internalTracks.has(e)&&!t.some(([,e])=>e.language===n&&e.isAuto===r)).forEach(e=>this.attach(e)),Array.from(this.internalTracks).filter(([t])=>!e.find(e=>e.id===t)).forEach(([,e])=>this.detach(e))}select(e){ao(this.video);for(let e of this.htmlTextTracksAsArray(!0))e.mode=`showing`;for(let t of this.htmlTextTracksAsArray(!0))(so(e)||!Do(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){ao(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){ao(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 ko=Oo;class Ao{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 jo=e=>{let t=e;for(;!(t instanceof Document)&&!(t instanceof ShadowRoot)&&t!==null;)t=t?.parentNode;return t??void 0},Mo=e=>{let t=jo(e);return!!(t&&t.fullscreenElement&&t.fullscreenElement===e)},No=e=>{let t=jo(e);return!!(t&&t.pictureInPictureElement&&t.pictureInPictureElement===e)};import{fromEvent as Po,map as Fo,merge as Io,filterChanged as Lo,isNonNullable as Ro,Subject as zo,filter as Bo,mapTo as Vo,combine as Ho,once as Uo,shareReplay as Wo,throttle as Go,ErrorCategory as Ko,ValueSubject as qo,Subscription as Jo}from"@vkontakte/videoplayer-shared/es2015";var Yo=3,Xo=(e,t,n=Yo)=>{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}},Zo=e=>{let t=t=>Po(e,t).pipe(Vo(void 0),Wo(1)),n=new Jo,r=()=>n.unsubscribe(),i=Io(Po(e,`progress`),Po(e,`timeupdate`)).pipe(Fo(()=>Xo(e.buffered,e.currentTime)),Wo(1)),a=F.browser.isSafari?Ho({play:t(`play`).pipe(Uo()),playing:t(`playing`)}).pipe(Vo(void 0),Wo(1)):t(`playing`),o=Po(e,`volumechange`).pipe(Fo(()=>({muted:e.muted,volume:e.volume})),Wo(1)),s=Po(e,`ratechange`).pipe(Fo(()=>e.playbackRate),Wo(1)),c=Po(e,`error`).pipe(Bo(()=>!!(e.error||e.played.length)),Fo(()=>{let t=e.error;return{id:t?`MediaError#${t.code}`:`HtmlVideoError`,category:Ko.VIDEO_PIPELINE,message:t?t.message:`Error event from HTML video element`,thrown:e.error??void 0}}),Wo(1)),l=Po(e,`timeupdate`).pipe(Fo(()=>e.currentTime),Wo(1)),u=[`waiting`,`seeking`,`seeked`,`timeupdate`],d=new zo,f=.3,p;n.add(Io(...u.map(t=>Po(e,t))).subscribe(t=>{let n=e.currentTime;e.loop&&Ro(p)&&Ro(n)&&p>=e.duration-f&&n<=f&&d.next(p),p=n}));let m=t(`pause`).pipe(Bo(()=>!e.error&&p!==e.duration),Wo(1)),h=Po(e,`enterpictureinpicture`).pipe(Wo(1)),g=Po(e,`leavepictureinpicture`).pipe(Wo(1)),_=new qo(No(e));n.add(h.subscribe(()=>_.next(!0))),n.add(g.subscribe(()=>_.next(!1)));let v=new qo(Mo(e)),y=Po(e,`fullscreenchange`).pipe(Wo(1));n.add(y.pipe(Fo(()=>Mo(e))).subscribe(v));let b=Po(e,`timeupdate`).pipe(Fo(t=>e.duration-e.currentTime<.1),Lo(),Wo(1)),x=Io(b.pipe(Bo(t=>!e.loop&&t)),Po(e,`ended`)).pipe(Go(1e3),Vo(void 0),Wo(1)),S=Io(...[`waiting`,`pause`,`canplay`,`play`,`canplaythrough`,`playing`,`seeking`,`seeked`,`ended`].map(t=>Po(e,t)),b.pipe(Fo(e=>({type:e?`ended`:`unknown`})))).pipe(Fo(t=>F.browser.isFirefox&&t.type===`ended`?e.readyState<2:e.readyState<3),Lo(),Wo(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$:Po(e,`durationchange`).pipe(Fo(()=>e.duration),Wo(1)),isBuffering$:S,currentBuffer$:i,volumeState$:o,playbackRateState$:s,inPiP$:_,inFullscreen$:v,enterPip$:h,leavePip$:g,destroy:r}};import{VideoQuality as Qo}from"@vkontakte/videoplayer-shared/es2015";var $o=e=>{switch(e){case`mobile`:return Qo.Q_144P;case`lowest`:return Qo.Q_240P;case`low`:return Qo.Q_360P;case`sd`:case`medium`:return Qo.Q_480P;case`hd`:case`high`:return Qo.Q_720P;case`fullhd`:case`full`:return Qo.Q_1080P;case`quadhd`:case`quad`:return Qo.Q_1440P;case`ultrahd`:case`ultra`:return Qo.Q_2160P}},es=v(kn(),1),ts=v(it(),1),ns=v(ct(),1);import{isNonNullable as L,isNullable as rs,now as is,isHigher as as,isHigherOrEqual as os,isInvariantQuality as ss,isLowerOrEqual as cs,videoSizeToQuality as ls,assertNotEmptyArray as us,assertNonNullable as ds}from"@vkontakte/videoplayer-shared/es2015";var fs=!1,ps={},ms=e=>{fs=e},hs=()=>{ps={}},gs=e=>{e(ps)},_s=(e,t)=>{fs&&(ps.meta=ps.meta??{},ps.meta[e]=t)};class vs{constructor(e){i(this,`name`,void 0),this.name=e}next(e){if(!fs)return;ps.series=ps.series??{};let t=ps.series[this.name]??[];t.push([Date.now(),e]),ps.series[this.name]=t}}import{isHigher as ys,isLower as bs,isNonNullable as xs,isNullable as Ss,videoHeightToQuality as Cs}from"@vkontakte/videoplayer-shared/es2015";function ws(e,t,n){return!e.max&&e.min===t?`high_quality`:!e.min&&e.max===n?`traffic_saving`:`unknown`}function Ts(e,t,n){return Ss(e)||xs(e.min)&&xs(e.max)&&bs(e.max,e.min)||xs(e.min)&&xs(t)&&ys(e.min,t)||xs(e.max)&&xs(n)&&bs(e.max,n)}function Es({limits:e,highestAvailableHeight:t,lowestAvailableHeight:n}){return Ts({max:e?.max?Cs(e.max):void 0,min:e?.min?Cs(e.min):void 0},t?Cs(t):void 0,n?Cs(n):void 0)}var Ds=new vs(`best_bitrate`),Os=(e,t,n)=>(t-n)*2**(-10*e)+n,ks=e=>(t,n)=>e*(Number(t.bitrate)-Number(n.bitrate));class As{constructor(){i(this,`last`,void 0),i(this,`history`,{})}recordSelection(e){this.history[e.id]=is()}recordSwitch(e){this.last=e}clear(){this.last=void 0,this.history={}}}var js=`Assertion "ABR Tracks is empty array" failed`,Ms=new WeakMap,Ns=new WeakMap,Ps=new WeakMap,Fs=(e,t,n,r)=>{let i=[...t].sort(ks(1)),a=[...n].sort(ks(1)),o=a.filter(t=>L(t.bitrate)&&L(e.bitrate)?e.bitrate/t.bitrate>r:!0),s=es.default(a,Math.round(a.length*i.indexOf(e)/(i.length+1)))??es.default(a,-1);return s&&ts.default(o,s)?s:o.length?es.default(o,-1):es.default(a,0)},Is=(e,t,n,r)=>{let i=Ms.get(t);i||(i=[...t].sort(ks(1)),Ms.set(t,i));let a=Ms.get(n);a||(a=[...n].sort(ks(1)),Ms.set(n,a));let o=Ps.get(e);o||(o=a.filter(t=>L(t.bitrate)&&L(e.bitrate)?e.bitrate/t.bitrate>r:!0),Ps.set(e,o));let s=es.default(a,Math.round(a.length*i.indexOf(e)/(i.length+1)))??es.default(a,-1);return s&&ts.default(o,s)?s:o.length?es.default(o,-1):es.default(a,0)},Ls=e=>`quality`in e,Rs=(e,t,n,r)=>{var i;let a=L(r==null||(i=r.last)==null?void 0:i.bitrate)&&L(n?.bitrate)&&r.last.bitrate<n.bitrate?e.trackCooldownIncreaseQuality:e.trackCooldownDecreaseQuality,o=n&&r&&r.history[n.id]&&is()-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:`
8
- [last ${Ls(e)?`video`:`audio`} selected] ${Ls(e)?e.quality:e.bitrate}
9
- `}),e}return r?.recordSwitch(n),n},zs=(e,t)=>Math.log(t)/Math.log(e),Bs=({tuning:e,container:t,limits:n,panelSize:r})=>{let i=e.containerSizeFactor;if(r)return{containerSizeLimit:r,containerSizeFactor:i};if(e.usePixelRatio&&F.display.pixelRatio){let t=F.display.pixelRatio;if(e.pixelRatioMultiplier)i*=e.pixelRatioMultiplier*(t-1)+1;else{let n=e.pixelRatioLogBase,[r=0,a=0,o=0]=e.pixelRatioLogCoefficients,s=zs(n,r*t+a)+o;Number.isFinite(s)&&(i*=s)}}return L(n?.min)&&os(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}},Vs=new WeakMap,Hs=(e,{container:t,estimatedThroughput:n,tuning:r,limits:i,reserve:a=0,forwardBufferHealth:o,playbackRate:s,current:c,history:l,visible:u,droppedVideoMaxQualityLimit:d,stallsVideoMaxQualityLimit:f,stallsPredictedThroughput:p,abrLogger:m,panelSize:h})=>{us(e,js);let{containerSizeFactor:g,containerSizeLimit:_}=Bs({container:t,tuning:r,limits:i,panelSize:h}),v=r.considerPlaybackRate&&L(s)?s:1,y=Vs.get(e);y||(y=e.filter(e=>!ss(e.quality)).sort((e,t)=>as(e.quality,t.quality)?-1:1),Vs.set(e,y));let b=es.default(y,-1)?.quality,x=es.default(y,0)?.quality,S=Ts(i,x,b),C=v*Os(o??.5,r.bitrateFactorAtEmptyBuffer,r.bitrateFactorAtFullBuffer),w={},T=null;for(let e of y){if(e.tvDisabled){w[e.quality]=`TvDisabled`;continue}let t=!0;if(_)if(e.size)t=e.size.width<=_.width&&e.size.height<=_.height;else{let n=_&&ls(_);t=n?cs(e.quality,n):!0}if(!t){w[e.quality]=`FitsContainer`;continue}let s=p||n,l=L(s)&&isFinite(s)&&L(e.bitrate)?s-a>=e.bitrate*C:!0,m=i?.min===e.quality;if(!l&&!m){w[e.quality]=`FitsThroughput`;continue}if(r.lazyQualitySwitch&&L(r.minBufferToSwitchUp)&&c&&!ss(c.quality)&&(o??0)<r.minBufferToSwitchUp&&as(e.quality,c.quality)){w[e.quality]=`Buffer`;continue}if(d&&os(e.quality,d)&&!m){w[e.quality]=`DroppedFramesLimit`;continue}if(f&&os(e.quality,f)&&!m){w[e.quality]=`StallsLimit`;continue}let h=S||(rs(i?.max)||cs(e.quality,i.max))&&(rs(i?.min)||os(e.quality,i.min)),g=L(u)&&!u?cs(e.quality,r.backgroundVideoQualityLimit):!0;if(!h||!g){w[e.quality]=`FitsQualityLimits`;continue}T||=e}T&&T.bitrate&&Ds.next(T.bitrate);let E=T??es.default(y,-1)??e[0],D=l?.last,O=Rs(r,m,E,l);return L(l)&&O.quality!==D?.quality&&m({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.157-dev.30efab63.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{objectValues as v}from"@vkontakte/videoplayer-shared/es2015";import{arrayIncludes as y}from"@vkontakte/videoplayer-shared/es2015";import{assertNever as b,assertNonNullable as x,isNonNullable as S,ValueSubject as C,Subject as w,Subscription as T,merge as E,observableFrom as ee,fromEvent as D,map as te,tap as ne,filterChanged as re,isNullable as ie,ErrorCategory as ae}from"@vkontakte/videoplayer-shared/es2015";var oe=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 se{constructor(e){i(this,`connection$`,new C(void 0)),i(this,`castState$`,new C(`NOT_AVAILABLE`)),i(this,`errorEvent$`,new w),i(this,`contentId`,void 0),i(this,`realCastState$`,new C(`NOT_AVAILABLE`)),i(this,`subscription`,new T),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=S(window.chrome?.cast),r=!!window.__onGCastApiAvailable;n?this.initializeCastApi():(window.__onGCastApiAvailable=e=>{delete window.__onGCastApiAvailable,e&&!this.isDestroyed&&this.initializeCastApi()},r||oe(`https://www.gstatic.com/cv/js/sender/v1/cast_sender.js?loadCastFramework=1`).catch(()=>this.errorEvent$.next({id:`ChromecastLoading`,category:ae.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(){S(this.connection$.getValue())?this.disconnect():this.connect()}setVolume(e){let t=this.connection$.getValue();ie(t)||(t.remotePlayer.volumeLevel=e,t.remotePlayerController.setVolumeLevel())}setMuted(e){let t=this.connection$.getValue();ie(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(D(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 b(e.sessionState)}})).add(E(D(n,cast.framework.CastContextEventType.CAST_STATE_CHANGED).pipe(ne(e=>{this.log({message:`[cast.framework.RemotePlayerEventType.CAST_STATE_CHANGED]: ${JSON.stringify(e)}`})}),te(e=>e.castState)),ee([n.getCastState()])).pipe(re(),te(ce),ne(e=>{this.log({message:`realCastState$: ${e}`})})).subscribe(this.realCastState$)).add(this.realCastState$.subscribe(r=>{let i=r===`CONNECTED`,a=S(this.connection$.getValue());if(i&&!a){var o;let r=n.getCurrentSession();x(r);let i=r.getCastDevice(),a=(o=r.getMediaSession())==null||(o=o.media)==null?void 0:o.contentId;(ie(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`?S(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:ae.EXTERNAL_API,message:`[initializeCastApi] failed`,thrown:e})}}}var ce=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 b(e)}};import{assertNonNullable as le,combine as ue,debounce as de,ErrorCategory as fe,filter as pe,filterChanged as me,isNonNullable as he,isNullable as ge,map as _e,Subscription as ve,ValueSubject as ye}from"@vkontakte/videoplayer-shared/es2015";import{assertNever as be,assertNonNullable as xe,ErrorCategory as Se,getHighestQuality as Ce,isNonNullable as we}from"@vkontakte/videoplayer-shared/es2015";import{assertNever as Te}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:Te(n)}return e},Ee=(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:Te(t)}},De=e=>{let{source:t,format:n,meta:r,output:i}=e,a,o,s;switch(n){case`MPEG`:{let e=t[n];xe(e);let r=Ce(Object.keys(e));xe(r);let i=e[r];xe(i),a=i,o=`video/mp4`,s=Oe();break}case`HLS`:case`HLS_FMP4`:case`HLS_ONDEMAND`:{let e=t[n];xe(e),a=e.url,o=`application/x-mpegurl`,s=Oe();break}case`DASH_SEP`:case`DASH_ONDEMAND`:case`DASH_WEBM`:case`DASH_WEBM_AV1`:case`DASH_STREAMS`:{let e=t[n];xe(e),a=e.url,o=`application/dash+xml`,s=Oe();break}case`DASH_LIVE_CMAF`:{let e=t[n];xe(e),a=e.url,o=`application/dash+xml`,s=ke();break}case`HLS_LIVE`:case`HLS_LIVE_CMAF`:{let e=t[n];xe(e),a=O(e.url),o=`application/x-mpegurl`,s=ke();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:Se.VIDEO_PIPELINE,message:e,thrown:t}),t}case`DASH`:case`DASH_LIVE_WEBM`:throw Error(`${n} is no longer supported`);default:return be(n)}let c=Ae(r.videoId??a,o);c.contentUrl=a,c.streamType=s,c.metadata=je();let{title:l,subtitle:u}=r;return we(l)&&(c.metadata.title=l),we(u)&&(c.metadata.subtitle=u),c};function Oe(){var e;return((e=chrome.cast)==null||(e=e.media)==null||(e=e.StreamType)==null?void 0:e.BUFFERED)??`BUFFERED`}function ke(){var e;return((e=chrome.cast)==null||(e=e.media)==null||(e=e.StreamType)==null?void 0:e.LIVE)??`LIVE`}function Ae(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:Oe()}}function je(){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 Me{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 Ne}from"@vkontakte/videoplayer-shared/es2015";import{isBrowserWindow as Pe,ValueSubject as Fe}from"@vkontakte/videoplayer-shared/es2015";import{arrayIncludes as Ie}from"@vkontakte/videoplayer-shared/es2015";import{getWindow as Le}from"@vkontakte/videoplayer-shared/es2015";class Re{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 Ie([`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}=Le().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 ze,isBrowserWindow as Be}from"@vkontakte/videoplayer-shared/es2015";var Ve=()=>{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 He{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=ze();if(!Be(e))return;let{userAgent:t}=e.navigator;try{this._isMobile=Ve()}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=ze();if(!Be(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=ze();if(!Be(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 Ue,isBrowserWindow as We}from"@vkontakte/videoplayer-shared/es2015";class Ge{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 Ue()}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=Ue();if(!We(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 Ke,isBrowserWindow as qe}from"@vkontakte/videoplayer-shared/es2015";var Je=()=>window.ManagedMediaSource||window.MediaSource,Ye=()=>{var e;return!!(window.ManagedMediaSource&&!((e=window.ManagedSourceBuffer)==null||(e=e.prototype)==null)&&e.appendBuffer)},Xe=()=>{var e;return!!(window.MediaSource&&!((e=window.SourceBuffer)==null||(e=e.prototype)==null)&&e.appendBuffer)},Ze=()=>window.ManagedMediaSource?new ManagedMediaSource:new MediaSource,Qe=Ke().document?.createElement(`video`),$e=`video/mp4; codecs="avc1.42000a,mp4a.40.2"`,et=`video/mp4; codecs="hev1.1.6.L93.B0"`,tt=`video/webm; codecs="vp09.00.10.08"`,nt=`video/webm; codecs="av01.0.00M.08"`,rt=`audio/mp4; codecs="mp4a.40.2"`,it=`audio/webm; codecs="opus"`,at;(function(){var e=a(function*(){let e=Ke();if(!qe(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:nt})})),e.navigator.mediaCapabilities.decodingInfo(o(o({},t),{},{video:o(o({},t.video),{},{contentType:tt})}))]);at={DASH_WEBM_AV1:n,DASH_WEBM:r}});return function(){return e.apply(this,arguments)}})()().catch(e=>{console.log(Qe),console.error(e)});class ot{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 at}get supportedCodecs(){return Object.keys(this._codecs).filter(e=>this._codecs[e])}get nativeHlsSupported(){return this._nativeHlsSupported}detect(){let e=Ke();if(qe(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:Ye(),mse:Xe(),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=Je())==null||(o=a.isTypeSupported)==null)&&o.call(a,$e)),v=!!(!((s=Je())==null||(c=s.isTypeSupported)==null)&&c.call(s,et)),y=!!(!((l=Je())==null||(u=l.isTypeSupported)==null)&&u.call(l,rt));this._codecs={h264:_,h265:v,vp9:!!(!((d=Je())==null||(f=d.isTypeSupported)==null)&&f.call(d,tt)),av1:!!(!((p=Je())==null||(m=p.isTypeSupported)==null)&&m.call(p,nt)),aac:y,opus:!!(!((h=Je())==null||(g=h.isTypeSupported)==null)&&g.call(h,it)),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 st,isBrowserWindow as ct}from"@vkontakte/videoplayer-shared/es2015";var lt=`audio/mpeg`;class ut{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=st();if(ct(e)){this._audio=e.document.createElement(`audio`);try{var t,n,r;this._containers={mpeg:!!(t=this._audio).canPlayType?.call(t,lt)},this._codecs={mp3:!!(!((n=Je())==null||(r=n.isTypeSupported)==null)&&r.call(n,lt))}}catch(e){console.error(e)}try{this.destroyAudioElement()}catch(e){console.error(`Error destroying audio element:`,e)}}}destroyAudioElement(){if(!this._audio)return;if(this._audio.pause(),this._audio.currentTime=0,this._audio.removeAttribute(`src`),this._audio.src=``,this._audio.load(),this._audio.remove){this._audio.remove(),this._audio=null;return}this._audio.parentNode&&this._audio.parentNode.removeChild(this._audio);let e=this._audio.cloneNode(!1);this._audio.parentNode?.replaceChild(e,this._audio),this._audio=null}}class dt{constructor(){i(this,`isInited$`,new Fe(!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 Ge,this._deviceChecker=new He(this._displayChecker),this._browserChecker=new Re,this._videoChecker=new ot(this._deviceChecker,this._browserChecker),this._audioChecker=new ut,this.detect()}get display(){return this._displayChecker}get device(){return this._deviceChecker}get browser(){return this._browserChecker}get video(){return this._videoChecker}get audio(){return this._audioChecker}detect(){var e=this;return a(function*(){Pe()&&(e._displayChecker.detect(),e._deviceChecker.detect(),e._browserChecker.detect(),e._videoChecker.detect(),e._audioChecker.detect(),e.isInited$.next(!0))})()}}var j=new dt,ft=e=>{let{containers:t,protocols:n,codecs:r,nativeHlsSupported:i}=j.video,a=(r.h264||r.h265)&&r.aac,o=n.mse||n.mms;return e.filter(e=>{switch(e){case`DASH_SEP`:return o&&t.mp4&&a;case`DASH_WEBM`:return o&&t.webm&&r.vp9&&r.opus;case`DASH_WEBM_AV1`:return o&&t.webm&&r.av1&&r.opus;case`DASH_STREAMS`:return o&&(t.mp4&&a||t.webm&&(r.vp9||r.av1)&&(r.opus||r.aac));case`DASH_LIVE`:return o&&t.mp4&&a;case`DASH_LIVE_CMAF`:return o&&t.mp4&&a&&t.cmaf;case`DASH_ONDEMAND`:return o&&t.mp4&&a;case`HLS`:case`HLS_ONDEMAND`:case`HLS_FMP4`:case`HLS_LIVE`:case`HLS_LIVE_CMAF`:return i;case`MPEG`:return t.mp4;case`DASH`:case`DASH_LIVE_WEBM`:return!1;case`WEB_RTC_LIVE`:return n.webrtc&&n.ws&&r.h264&&(t.mp4||t.webm);default:return Ne(e)}})},pt=e=>{switch(e){case`MPEG`:case`DASH`:case`DASH_SEP`:case`DASH_ONDEMAND`:case`DASH_WEBM`:case`DASH_WEBM_AV1`:case`DASH_STREAMS`:case`HLS`:case`HLS_FMP4`:case`HLS_ONDEMAND`:return!1;case`DASH_LIVE`:case`DASH_LIVE_CMAF`:case`HLS_LIVE`:case`HLS_LIVE_CMAF`:case`DASH_LIVE_WEBM`:case`WEB_RTC_LIVE`:return!0;default:return Ne(e)}},mt=e=>ft(Object.keys(e).filter(e=>!pt(e))).length>0;class ht{constructor(e){i(this,`subscription`,new ve),i(this,`log`,void 0),i(this,`params`,void 0),i(this,`sessionId$`,new ye(null)),i(this,`mediaSessionId$`,new ye(null)),i(this,`contentId$`,new ye(null)),i(this,`progressTicker`,void 0),i(this,`isMobile`,Ve()),i(this,`mobileVolumeState`,{muted:!1,volume:0}),i(this,`media`,null),i(this,`lastRequestedVolume`,null),i(this,`syncMediaState`,e=>{if(ge(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;he(n)&&this.params.output.duration$.next(Math.max(0,n));let r=e.currentTime;if(he(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 Me(e),this.log=this.params.dependencies.logger.createComponentLog(`ChromecastPresentationApiProvider`),this.log({message:`constructor, format: ${e.format}`}),this.params.output.isLive$.next(pt(e.format)),this.subscribe()}subscribe(){let e=e=>{this.params.output.error$.next({category:fe.WTF,id:`ChromecastPresentationApiProvider`,message:e?.message??`Unknown error`,thrown:e})};this.subscription.add(this.params.chromecastConnector.message$.pipe(pe(e=>!!e)).subscribe(e=>{this.handleMessage(e)},e)),this.subscription.add(this.sessionId$.pipe(pe(he),me(),de(0)).subscribe(()=>{this.loadMedia()},e));let t=this.contentId$.pipe(me(),_e(Boolean));this.subscription.add(ue({seekState:this.params.desiredState.seekState.stateChangeEnded$,mediaLoaded:t}).pipe(pe(({mediaLoaded:e})=>e)).subscribe(()=>{let e=this.params.desiredState.seekState.getState();e.state===`requested`&&this.seek(e.position/1e3)},e));let n=ue({playbackState:this.params.desiredState.playbackState.stateChangeStarted$,mediaLoaded:t});this.subscription.add(n.pipe(pe(({mediaLoaded:e})=>e),de(0)).subscribe(()=>{this.syncPlayback()},e)),this.subscription.add(n.pipe(pe(({mediaLoaded:e,playbackState:{from:t,to:n}})=>!e&&t===`stopped`&&n===`playing`)).subscribe(()=>{this.loadMedia()},e)),this.subscription.add(ue({volumeState:this.params.desiredState.volume.stateChangeStarted$.pipe(de(30)),mediaLoaded:t}).pipe(pe(({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=De(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();le(e,`play on null mediaSessionId`),this.params.chromecastConnector.sendV2Message({type:`PLAY`,mediaSessionId:e,customData:null})}pause(){let e=this.mediaSessionId$.getValue();le(e,`pause on null mediaSessionId`),this.params.chromecastConnector.sendV2Message({type:`PAUSE`,mediaSessionId:e,customData:null})}seek(e){let t=this.mediaSessionId$.getValue();le(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(ge(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 gt,ErrorCategory as _t,filter as vt,Subject as yt,Subscription as bt,tap as xt,ValueSubject as St,fromEvent as Ct,getWindow as wt}from"@vkontakte/videoplayer-shared/es2015";var Tt=e=>({castDevice:{friendlyName:e},remotePlayer:{},remotePlayerController:{},session:{}}),Et=()=>String(Date.now())+String(Math.floor(Math.random()*1e5));class Dt{constructor(e){i(this,`params`,void 0),i(this,`clientId`,void 0),i(this,`capabilities`,[`WEB`]),i(this,`presentationRequest$`,new St(null)),i(this,`log`,void 0),i(this,`sessionId$`,new St(null)),i(this,`broadcastChannel`,new BroadcastChannel(`vk_player_chromecast_events`)),i(this,`subscription`,new bt),i(this,`subscriptionEvents`,new bt),i(this,`isDestroyed`,!1),i(this,`sequenceNumber`,0),i(this,`presentationAvailable$`,new St(!1)),i(this,`presentationConnection$`,new St(null)),i(this,`message$`,new St(null)),i(this,`friendlyName$`,new St(null)),i(this,`errorEvent$`,new yt),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(Ct(e,`change`).subscribe(()=>{t()})),t()}).catch(()=>{this.presentationAvailable$.next(!0)}),wt().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:_t.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();gt(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:_t.WTF,id:`ChromecastPresentationApiConnector`,message:t?.message??`connect error`,thrown:t});break}}})()}subscribe(){this.subscription.add(Ct(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(xt(e=>{this.log({message:`presentationConnection$: ${!!e}`})}),vt(e=>!!e)).subscribe(e=>{let t=Ct(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=Ct(e,`connect`).subscribe(()=>{this.send(`client_connect`)}),r=Ct(e,`close`).subscribe(e=>{switch(e.reason){case`error`:this.errorEvent$.next({category:_t.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:_t.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 wt()[e]=wt()[e]||Et()}resetSubscriptionEvents(){this.subscriptionEvents.unsubscribe(),this.subscriptionEvents=new bt}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 Ot,Subject as kt,map as At,Subscription as jt,combine as Mt,filterChanged as Nt,assertNonNullable as Pt}from"@vkontakte/videoplayer-shared/es2015";class Ft{static isSupported(){return`chrome`in window&&`presentation`in navigator&&`BroadcastChannel`in window}constructor(e){i(this,`subscription`,new jt),i(this,`log`,void 0),i(this,`contentId`,void 0),i(this,`connection$`,new Ot(void 0)),i(this,`castState$`,new Ot(`NOT_AVAILABLE`)),i(this,`errorEvent$`,new kt),i(this,`chromecastConnector`,void 0);let t=Ft.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 Dt({appId:e.receiverApplicationId,logger:e.dependencies.logger}),this.subscribe())}subscribe(){Pt(this.chromecastConnector,`subscribe with null chromecastConnector`),this.subscription.add(this.chromecastConnector.errorEvent$.subscribe(this.errorEvent$));let e=Mt({connection:this.chromecastConnector.presentationConnection$,available:this.chromecastConnector.presentationAvailable$,friendlyName:this.chromecastConnector.friendlyName$.pipe(Nt())});this.subscription.add(e.pipe(At(({connection:e,friendlyName:t})=>!!(e&&t)),Nt()).subscribe(e=>{let t=this.chromecastConnector?.friendlyName$.getValue()??``;this.connection$.next(e?Tt(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 It}from"@vkontakte/videoplayer-shared/es2015";import{objectEntries as Lt}from"@vkontakte/videoplayer-shared/es2015";import{objectFromEntries as Rt}from"@vkontakte/videoplayer-shared/es2015";import{promiseFinally as zt}from"@vkontakte/videoplayer-shared/es2015";import{isNonNullable as Bt,Subject as Vt,merge as Ht}from"@vkontakte/videoplayer-shared/es2015";class M{constructor(e){i(this,`state`,void 0),i(this,`prevState`,void 0),i(this,`transition`,void 0),i(this,`transitionStarted$`,new Vt),i(this,`transitionEnded$`,new Vt),i(this,`transitionUpdated$`,new Vt),i(this,`forceChanged$`,new Vt),i(this,`stateChangeStarted$`,Ht(this.transitionStarted$,this.transitionUpdated$)),i(this,`stateChangeEnded$`,Ht(this.transitionEnded$,this.forceChanged$)),this.state=e,this.prevState=void 0}setState(e){let t=this.transition,n=this.state;this.transition=void 0,this.prevState=n,this.state=e,t?t.to===e?this.transitionEnded$.next(t):this.forceChanged$.next({from:t.from,to:e,canceledTransition:t}):this.forceChanged$.next({from:n,to:e,canceledTransition:t})}startTransitionTo(e){let t=this.transition,n=this.state;n===e||Bt(t)&&t.to===e||(this.prevState=n,this.state=e,t?(this.transition={from:t.from,to:e,canceledTransition:t},this.transitionUpdated$.next(this.transition)):(this.transition={from:n,to:e},this.transitionStarted$.next(this.transition)))}getTransition(){return this.transition}getState(){return this.state}getPrevState(){return this.prevState}}import{assertNever as Ut,debounce as Wt,ErrorCategory as Gt,fromEvent as Kt,map as qt,merge as Jt,observableFrom as Yt,Subject as Xt,Subscription as Zt,timeout as Qt}from"@vkontakte/videoplayer-shared/es2015";var $t=5,en=5,tn=500,nn=7e3;class rn{constructor(e){i(this,`subscription`,new Zt),i(this,`loadMediaTimeoutSubscription`,new Zt),i(this,`videoState`,new M(`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:Ut(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:Ut(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:Ut(e)}break;default:Ut(n)}}}),this.params=e,this.log=this.params.dependencies.logger.createComponentLog(`ChromecastProvider`),this.log({message:`constructor, format: ${e.format}`}),this.params.output.isLive$.next(pt(e.format)),this.params.output.isAudioAvailable$.next(!0),this.handleRemoteVolumeChange({volume:this.params.connection.remotePlayer.volumeLevel,muted:this.params.connection.remotePlayer.isMuted});let t=this.params.connection.session.getMediaSession();t&&this.restoreSession(t),this.subscribe()}destroy(){this.log({message:`[destroy]`}),this.subscription.unsubscribe()}subscribe(){this.subscription.add(this.loadMediaTimeoutSubscription);let e=new Zt;this.subscription.add(e),this.subscription.add(Jt(this.videoState.stateChangeStarted$.pipe(qt(e=>`stateChangeStarted$ ${JSON.stringify(e)}`)),this.videoState.stateChangeEnded$.pipe(qt(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 Xt;e.add(t.pipe(Wt(tn)).subscribe(()=>{this.params.output.seekedEvent$.next()}));let n=NaN;e.add(Kt(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)>$t)&&t.next(r),n=r})),e.add(Kt(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.DURATION_CHANGED).subscribe(e=>{this.logRemoteEvent(e),this.params.output.duration$.next(e.value)}))}t(Kt(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.IS_MEDIA_LOADED_CHANGED),t=>{this.logRemoteEvent(t),t.value?this.handleRemoteReady():(this.handleRemoteStop(),e.unsubscribe())}),t(Kt(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.IS_PAUSED_CHANGED),e=>{this.logRemoteEvent(e),e.value?this.handleRemotePause():this.handleRemotePlay()}),t(Kt(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<en&&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:Ut(n)}}),t(Kt(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.VOLUME_LEVEL_CHANGED),e=>{this.logRemoteEvent(e),this.handleRemoteVolumeChange({volume:e.value})}),t(Kt(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.IS_MUTED_CHANGED),e=>{this.logRemoteEvent(e),this.handleRemoteVolumeChange({muted:e.value})}),t(Jt(this.params.desiredState.playbackState.stateChangeStarted$,this.params.desiredState.seekState.stateChangeEnded$,this.videoState.stateChangeEnded$,Yt([`init`])).pipe(Wt(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=De(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(Qt(nn).subscribe(()=>t(`timeout(${nn})`)))});zt(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:Gt.VIDEO_PIPELINE,message:t,thrown:e})}),()=>{this.loadMediaTimeoutSubscription.unsubscribe()})}logRemoteEvent(e){this.log({message:`[remoteEvent] ${JSON.stringify(e)}`})}}import{arrayIncludes as an}from"@vkontakte/videoplayer-shared/es2015";import{clearVideoElement as on,getWindow as sn}from"@vkontakte/videoplayer-shared/es2015";import{clearVideoElement as cn}from"@vkontakte/videoplayer-shared/es2015";var ln=(e,t)=>{try{e.pause(),e.playbackRate=0,cn(e,t),e.remove()}catch(e){console.error(e)}};import{fromEvent as un,Subscription as dn}from"@vkontakte/videoplayer-shared/es2015";var fn=`__spvc`;class pn{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 mn=sn(),hn=mn.WeakMap?new mn.WeakMap:new pn,gn=mn.WeakMap?new mn.WeakMap:new Map,_n=(e,t=20)=>{let n=0;return un(e,`ratechange`).subscribe(r=>{n++,n>=t&&(e.currentTime=e.currentTime,n=0)})};function vn(e){e.style.position=`fixed`,e.style.left=`100%`,e.setAttribute(`data-role`,`screen`),sn().document.body.appendChild(e)}function yn(e,t){e.style.position=``,e.style.left=``,t.appendChild(e)}var bn=(e,{audioVideoSyncRate:t,disableYandexPiP:n,clearVideoElementInnerHTML:r,reuseOwnVideoElement:i})=>{let a,o=e.querySelector(`video`),s=!!o,c=sn().document.querySelector(`body > video[data-role=screen]`)||void 0;i?mn[fn]=c:(c?.remove(),delete mn[fn]),o?(a=o,on(a,r)):c&&c===mn[fn]?(a=c,yn(a,e)):(a=sn().document.createElement(`video`),e.appendChild(a),i&&(mn[fn]=a)),hn.set(a,s);let l=new dn;return l.add(_n(a,t)),gn.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},xn=(e,{keepVideoElement:t,clearVideoElementInnerHTML:n,reuseOwnVideoElement:r})=>{gn.get(e)?.unsubscribe(),gn.delete(e);let i=hn.get(e);hn.delete(e),i||t?on(e,n):r?(on(e,n),vn(e)):ln(e,n)};import{objectValues as Sn}from"@vkontakte/videoplayer-shared/es2015";import{arrayIncludes as Cn}from"@vkontakte/videoplayer-shared/es2015";import{assertNonNullable as wn,isNonNullable as Tn,isNullable as En,fromEvent as Dn,merge as On,observableFrom as kn,filterChanged as An,map as jn,Subject as Mn,Subscription as Nn,ValueSubject as Pn,ErrorCategory as Fn}from"@vkontakte/videoplayer-shared/es2015";import{isNonNullable as In,isNullable as Ln,Subscription as Rn}from"@vkontakte/videoplayer-shared/es2015";var zn=(e,t,n,{equal:r=(e,t)=>e===t,changed$:i,onError:a}={})=>{let o=e.getState(),s=t(),c=Ln(i),l=new Rn;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},Bn=(e,t,n)=>zn(t,()=>e.loop,t=>{In(t)&&(e.loop=t)},{onError:n}),Vn=(e,t,n,r,i)=>zn(t,()=>({muted:e.muted,volume:e.volume}),t=>{i?.skipVideoElVolumeSync$.getValue()||In(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}),Hn=(e,t,n,r)=>zn(t,()=>e.playbackRate,t=>{In(t)&&(e.playbackRate=t)},{changed$:n,onError:r}),Un=zn,Wn=e=>[`__`,e.language,e.label].join(`|`),Gn=(e,t)=>{if(e.id===t)return!0;let[n,r,i]=t.split(`|`);return e.language===r&&e.label===i};class Kn{constructor(e){i(this,`available$`,new Mn),i(this,`current$`,new Pn(void 0)),i(this,`error$`,new Mn),i(this,`video`,void 0),i(this,`cueSettings`,void 0),i(this,`subscription`,new Nn),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:Fn.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(Un(t.internalTextTracks,()=>Sn(this.internalTracks),e=>{Tn(e)&&this.setInternal(e)},{equal:(e,t)=>Tn(e)&&Tn(t)&&e.length===t.length&&e.every(({id:e},n)=>e===t[n].id),changed$:this.available$.pipe(jn(e=>e.filter(({type:e})=>e===`internal`))),onError:r})),this.subscription.add(Un(t.externalTextTracks,()=>Sn(this.externalTracks),e=>{Tn(e)&&this.setExternal(e)},{equal:(e,t)=>Tn(e)&&Tn(t)&&e.length===t.length&&e.every(({id:e},n)=>e===t[n].id),changed$:this.available$.pipe(jn(e=>e.filter(({type:e})=>e===`external`))),onError:r})),this.subscription.add(Un(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(Un(t.textTrackCuesSettings,()=>({}),()=>{if(this.video)for(let e of this.htmlTextTracksAsArray())this.applyCueSettings(e.cues),this.applyCueSettings(e.activeCues)}))}subscribe(){wn(this.video);let{textTracks:e}=this.video;this.subscription.add(Dn(e,`addtrack`).subscribe(()=>{let e=this.current$.getValue();e&&this.select(e)})),this.subscription.add(On(Dn(e,`addtrack`),Dn(e,`removetrack`),kn([`init`])).pipe(jn(()=>this.htmlTextTracksAsArray().map(e=>this.htmlTextTrackToITextTrack(e))),An((e,t)=>e.length===t.length&&e.every(({id:e},n)=>e===t[n].id))).subscribe(this.available$)),this.subscription.add(On(Dn(e,`change`),kn([`init`])).pipe(jn(()=>this.htmlTextTracksAsArray().find(({mode:e})=>e===`showing`)),jn(e=>e&&this.htmlTextTrackToITextTrack(e).id),An()).subscribe(this.current$));let t=e=>this.applyCueSettings(e.target?.activeCues??null);this.subscription.add(Dn(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(Dn(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;Tn(t.align)&&(e.align=t.align),Tn(t.position)&&(e.position=t.position),Tn(t.size)&&(e.size=t.size),Tn(t.line)&&(e.line=t.line)}}htmlTextTracksAsArray(e=!1){wn(this.video);let t=[...this.video.textTracks];return e?t:t.filter(Kn.isHealthyTrack)}htmlTextTrackToITextTrack(e){let{language:t,label:n}=e,r=e.id?e.id:Wn(e),i=this.externalTracks.has(r),a=(i?this.externalTracks.get(r)?.isAuto:this.internalTracks.get(r)?.isAuto)??Cn(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){wn(this.video);for(let e of this.htmlTextTracksAsArray(!0))e.mode=`showing`;for(let t of this.htmlTextTracksAsArray(!0))(En(e)||!Gn(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){wn(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){wn(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 qn=Kn;class Jn{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 Yn=e=>{let t=e;for(;!(t instanceof Document)&&!(t instanceof ShadowRoot)&&t!==null;)t=t?.parentNode;return t??void 0},Xn=e=>{let t=Yn(e);return!!(t&&t.fullscreenElement&&t.fullscreenElement===e)},Zn=e=>{let t=Yn(e);return!!(t&&t.pictureInPictureElement&&t.pictureInPictureElement===e)};import{fromEvent as N,map as Qn,merge as $n,filterChanged as er,isNonNullable as tr,Subject as nr,filter as rr,mapTo as ir,combine as ar,once as or,shareReplay as P,throttle as sr,ErrorCategory as cr,ValueSubject as lr,Subscription as ur}from"@vkontakte/videoplayer-shared/es2015";var dr=3,fr=(e,t,n=dr)=>{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}},pr=e=>{let t=t=>N(e,t).pipe(ir(void 0),P(1)),n=new ur,r=()=>n.unsubscribe(),i=$n(N(e,`progress`),N(e,`timeupdate`)).pipe(Qn(()=>fr(e.buffered,e.currentTime)),P(1)),a=j.browser.isSafari?ar({play:t(`play`).pipe(or()),playing:t(`playing`)}).pipe(ir(void 0),P(1)):t(`playing`),o=N(e,`volumechange`).pipe(Qn(()=>({muted:e.muted,volume:e.volume})),P(1)),s=N(e,`ratechange`).pipe(Qn(()=>e.playbackRate),P(1)),c=N(e,`error`).pipe(rr(()=>!!(e.error||e.played.length)),Qn(()=>{let t=e.error;return{id:t?`MediaError#${t.code}`:`HtmlVideoError`,category:cr.VIDEO_PIPELINE,message:t?t.message:`Error event from HTML video element`,thrown:e.error??void 0}}),P(1)),l=N(e,`timeupdate`).pipe(Qn(()=>e.currentTime),P(1)),u=[`waiting`,`seeking`,`seeked`,`timeupdate`],d=new nr,f=.3,p;n.add($n(...u.map(t=>N(e,t))).subscribe(t=>{let n=e.currentTime;e.loop&&tr(p)&&tr(n)&&p>=e.duration-f&&n<=f&&d.next(p),p=n}));let m=t(`pause`).pipe(rr(()=>!e.error&&p!==e.duration),P(1)),h=N(e,`enterpictureinpicture`).pipe(P(1)),g=N(e,`leavepictureinpicture`).pipe(P(1)),_=new lr(Zn(e));n.add(h.subscribe(()=>_.next(!0))),n.add(g.subscribe(()=>_.next(!1)));let v=new lr(Xn(e)),y=N(e,`fullscreenchange`).pipe(P(1));n.add(y.pipe(Qn(()=>Xn(e))).subscribe(v));let b=N(e,`timeupdate`).pipe(Qn(t=>e.duration-e.currentTime<.1),er(),P(1)),x=$n(b.pipe(rr(t=>!e.loop&&t)),N(e,`ended`)).pipe(sr(1e3),ir(void 0),P(1)),S=$n(...[`waiting`,`pause`,`canplay`,`play`,`canplaythrough`,`playing`,`seeking`,`seeked`,`ended`].map(t=>N(e,t)),b.pipe(Qn(e=>({type:e?`ended`:`unknown`})))).pipe(Qn(t=>j.browser.isFirefox&&t.type===`ended`?e.readyState<2:e.readyState<3),er(),P(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$:N(e,`durationchange`).pipe(Qn(()=>e.duration),P(1)),isBuffering$:S,currentBuffer$:i,volumeState$:o,playbackRateState$:s,inPiP$:_,inFullscreen$:v,enterPip$:h,leavePip$:g,destroy:r}};import{VideoQuality as mr}from"@vkontakte/videoplayer-shared/es2015";var hr=e=>{switch(e){case`mobile`:return mr.Q_144P;case`lowest`:return mr.Q_240P;case`low`:return mr.Q_360P;case`sd`:case`medium`:return mr.Q_480P;case`hd`:case`high`:return mr.Q_720P;case`fullhd`:case`full`:return mr.Q_1080P;case`quadhd`:case`quad`:return mr.Q_1440P;case`ultrahd`:case`ultra`:return mr.Q_2160P}};import{arrayAt as gr}from"@vkontakte/videoplayer-shared/es2015";import{arrayIncludes as _r}from"@vkontakte/videoplayer-shared/es2015";import{objectEntries as vr}from"@vkontakte/videoplayer-shared/es2015";import{isNonNullable as F,isNullable as yr,now as br,isHigher as xr,isHigherOrEqual as Sr,isInvariantQuality as Cr,isLowerOrEqual as wr,videoSizeToQuality as Tr,assertNotEmptyArray as Er,assertNonNullable as Dr}from"@vkontakte/videoplayer-shared/es2015";var Or=!1,kr={},Ar=e=>{Or=e},jr=()=>{kr={}},Mr=e=>{e(kr)},Nr=(e,t)=>{Or&&(kr.meta=kr.meta??{},kr.meta[e]=t)};class Pr{constructor(e){i(this,`name`,void 0),this.name=e}next(e){if(!Or)return;kr.series=kr.series??{};let t=kr.series[this.name]??[];t.push([Date.now(),e]),kr.series[this.name]=t}}import{isHigher as Fr,isLower as Ir,isNonNullable as Lr,isNullable as Rr,videoHeightToQuality as zr}from"@vkontakte/videoplayer-shared/es2015";function Br(e,t,n){return!e.max&&e.min===t?`high_quality`:!e.min&&e.max===n?`traffic_saving`:`unknown`}function Vr(e,t,n){return Rr(e)||Lr(e.min)&&Lr(e.max)&&Ir(e.max,e.min)||Lr(e.min)&&Lr(t)&&Fr(e.min,t)||Lr(e.max)&&Lr(n)&&Ir(e.max,n)}function Hr({limits:e,highestAvailableHeight:t,lowestAvailableHeight:n}){return Vr({max:e?.max?zr(e.max):void 0,min:e?.min?zr(e.min):void 0},t?zr(t):void 0,n?zr(n):void 0)}var Ur=new Pr(`best_bitrate`),Wr=(e,t,n)=>(t-n)*2**(-10*e)+n,Gr=e=>(t,n)=>e*(Number(t.bitrate)-Number(n.bitrate));class Kr{constructor(){i(this,`last`,void 0),i(this,`history`,{})}recordSelection(e){this.history[e.id]=br()}recordSwitch(e){this.last=e}clear(){this.last=void 0,this.history={}}}var qr=`Assertion "ABR Tracks is empty array" failed`,Jr=new WeakMap,Yr=new WeakMap,Xr=new WeakMap,Zr=(e,t,n,r)=>{let i=[...t].sort(Gr(1)),a=[...n].sort(Gr(1)),o=a.filter(t=>F(t.bitrate)&&F(e.bitrate)?e.bitrate/t.bitrate>r:!0),s=gr(a,Math.round(a.length*i.indexOf(e)/(i.length+1)))??gr(a,-1);return s&&_r(o,s)?s:o.length?gr(o,-1):gr(a,0)},Qr=(e,t,n,r)=>{let i=Jr.get(t);i||(i=[...t].sort(Gr(1)),Jr.set(t,i));let a=Jr.get(n);a||(a=[...n].sort(Gr(1)),Jr.set(n,a));let o=Xr.get(e);o||(o=a.filter(t=>F(t.bitrate)&&F(e.bitrate)?e.bitrate/t.bitrate>r:!0),Xr.set(e,o));let s=gr(a,Math.round(a.length*i.indexOf(e)/(i.length+1)))??gr(a,-1);return s&&_r(o,s)?s:o.length?gr(o,-1):gr(a,0)},$r=e=>`quality`in e,ei=(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]&&br()-r.history[n.id]<=a&&(!r.last||n.id!==r.last.id);if(n?.id&&r&&!o&&r.recordSelection(n),o&&r?.last){let e=r.last;return r?.recordSwitch(e),t({message:`
7
+ [last ${$r(e)?`video`:`audio`} selected] ${$r(e)?e.quality:e.bitrate}
8
+ `}),e}return r?.recordSwitch(n),n},ti=(e,t)=>Math.log(t)/Math.log(e),ni=({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=ti(n,r*t+a)+o;Number.isFinite(s)&&(i*=s)}}return F(n?.min)&&Sr(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}},ri=new WeakMap,ii=(e,{container:t,estimatedThroughput:n,tuning:r,limits:i,reserve:a=0,forwardBufferHealth:o,playbackRate:s,current:c,history:l,visible:u,droppedVideoMaxQualityLimit:d,stallsVideoMaxQualityLimit:f,stallsPredictedThroughput:p,abrLogger:m,panelSize:h})=>{Er(e,qr);let{containerSizeFactor:g,containerSizeLimit:_}=ni({container:t,tuning:r,limits:i,panelSize:h}),v=r.considerPlaybackRate&&F(s)?s:1,y=ri.get(e);y||(y=e.filter(e=>!Cr(e.quality)).sort((e,t)=>xr(e.quality,t.quality)?-1:1),ri.set(e,y));let b=gr(y,-1)?.quality,x=gr(y,0)?.quality,S=Vr(i,x,b),C=v*Wr(o??.5,r.bitrateFactorAtEmptyBuffer,r.bitrateFactorAtFullBuffer),w={},T=null;for(let e of y){if(e.tvDisabled){w[e.quality]=`TvDisabled`;continue}let t=!0;if(_)if(e.size)t=e.size.width<=_.width&&e.size.height<=_.height;else{let n=_&&Tr(_);t=n?wr(e.quality,n):!0}if(!t){w[e.quality]=`FitsContainer`;continue}let s=p||n,l=F(s)&&isFinite(s)&&F(e.bitrate)?s-a>=e.bitrate*C:!0,m=i?.min===e.quality;if(!l&&!m){w[e.quality]=`FitsThroughput`;continue}if(r.lazyQualitySwitch&&F(r.minBufferToSwitchUp)&&c&&!Cr(c.quality)&&(o??0)<r.minBufferToSwitchUp&&xr(e.quality,c.quality)){w[e.quality]=`Buffer`;continue}if(d&&Sr(e.quality,d)&&!m){w[e.quality]=`DroppedFramesLimit`;continue}if(f&&Sr(e.quality,f)&&!m){w[e.quality]=`StallsLimit`;continue}let h=S||(yr(i?.max)||wr(e.quality,i.max))&&(yr(i?.min)||Sr(e.quality,i.min)),g=F(u)&&!u?wr(e.quality,r.backgroundVideoQualityLimit):!0;if(!h||!g){w[e.quality]=`FitsQualityLimits`;continue}T||=e}T&&T.bitrate&&Ur.next(T.bitrate);let E=T??gr(y,-1)??e[0],ee=l?.last,D=ei(r,m,E,l);return F(l)&&D.quality!==ee?.quality&&m({message:`
10
9
  [VIDEO TRACKS ABR]
11
10
  [available video tracks]
12
11
  ${e.map(e=>`{ id: ${e.id}, quality: ${e.quality}, bitrate: ${e.bitrate}, size: ${e.size?.width}:${e.size?.height} }`).join(`
13
12
  `)}
14
13
 
15
14
  [tuning]
16
- ${ns.default(r??{}).map(([e,t])=>`${e}: ${t}`).join(`
15
+ ${vr(r??{}).map(([e,t])=>`${e}: ${t}`).join(`
17
16
  `)}
18
17
 
19
18
  [limit params]
@@ -34,19 +33,19 @@ const e=[`url`],t=[`url`],n=[`downloadingItems`],r=[`container`];import i from"@
34
33
  minQualityLimit: ${i?.min},
35
34
 
36
35
  [limited video tracks]
37
- ${ns.default(w).map(([e,t])=>`${e}: ${t}`).join(`
36
+ ${vr(w).map(([e,t])=>`${e}: ${t}`).join(`
38
37
  `)||`All tracks are available`}
39
38
 
40
39
  [best video track] ${T?.quality}
41
- [selected video track] ${O?.quality}
42
- `}),O},Us=(e,{container:t,estimatedThroughput:n,tuning:r,limits:i,reserve:a=0,forwardBufferHealth:o,playbackRate:s,current:c,history:l,visible:u,droppedVideoMaxQualityLimit:d,stallsVideoMaxQualityLimit:f,stallsPredictedThroughput:p,abrLogger:m,panelSize:h})=>{us(e,js);let{containerSizeFactor:g,containerSizeLimit:_}=Bs({container:t,tuning:r,limits:i,panelSize:h}),v=r.considerPlaybackRate&&L(s)?s:1,y=e.filter(e=>!ss(e.quality)).sort((e,t)=>as(e.quality,t.quality)?-1:1),b=es.default(y,-1)?.quality,x=es.default(y,0)?.quality,S=Ts(i,x,b),C=v*Os(o??.5,r.bitrateFactorAtEmptyBuffer,r.bitrateFactorAtFullBuffer),w={},T=y.filter(e=>{let t=!0;if(_)if(e.size)t=e.size.width<=_.width&&e.size.height<=_.height;else{let n=_&&ls(_);t=n?cs(e.quality,n):!0}if(!t)return w[e.quality]=`FitsContainer`,!1;let s=p||n,l=L(s)&&isFinite(s)&&L(e.bitrate)?s-a>=e.bitrate*C:!0,m=i?.min===e.quality;if(!l&&!m)return w[e.quality]=`FitsThroughput`,!1;if(r.lazyQualitySwitch&&L(r.minBufferToSwitchUp)&&c&&!ss(c.quality)&&(o??0)<r.minBufferToSwitchUp&&as(e.quality,c.quality))return w[e.quality]=`Buffer`,!1;if(d&&os(e.quality,d)&&!m)return w[e.quality]=`DroppedFramesLimit`,!1;if(f&&os(e.quality,f)&&!m)return w[e.quality]=`StallsLimit`,!1;let h=S||(rs(i?.max)||cs(e.quality,i.max))&&(rs(i?.min)||os(e.quality,i.min)),g=L(u)&&!u?cs(e.quality,r.backgroundVideoQualityLimit):!0;return!h||!g?(w[e.quality]=`FitsQualityLimits`,!1):!0})[0];T&&T.bitrate&&Ds.next(T.bitrate);let E=T??es.default(y,-1)??e[0],D=l?.last,O=Rs(r,m,E,l);return L(l)&&O.quality!==D?.quality&&m({message:`
40
+ [selected video track] ${D?.quality}
41
+ `}),D},ai=(e,{container:t,estimatedThroughput:n,tuning:r,limits:i,reserve:a=0,forwardBufferHealth:o,playbackRate:s,current:c,history:l,visible:u,droppedVideoMaxQualityLimit:d,stallsVideoMaxQualityLimit:f,stallsPredictedThroughput:p,abrLogger:m,panelSize:h})=>{Er(e,qr);let{containerSizeFactor:g,containerSizeLimit:_}=ni({container:t,tuning:r,limits:i,panelSize:h}),v=r.considerPlaybackRate&&F(s)?s:1,y=e.filter(e=>!Cr(e.quality)).sort((e,t)=>xr(e.quality,t.quality)?-1:1),b=gr(y,-1)?.quality,x=gr(y,0)?.quality,S=Vr(i,x,b),C=v*Wr(o??.5,r.bitrateFactorAtEmptyBuffer,r.bitrateFactorAtFullBuffer),w={},T=y.filter(e=>{let t=!0;if(_)if(e.size)t=e.size.width<=_.width&&e.size.height<=_.height;else{let n=_&&Tr(_);t=n?wr(e.quality,n):!0}if(!t)return w[e.quality]=`FitsContainer`,!1;let s=p||n,l=F(s)&&isFinite(s)&&F(e.bitrate)?s-a>=e.bitrate*C:!0,m=i?.min===e.quality;if(!l&&!m)return w[e.quality]=`FitsThroughput`,!1;if(r.lazyQualitySwitch&&F(r.minBufferToSwitchUp)&&c&&!Cr(c.quality)&&(o??0)<r.minBufferToSwitchUp&&xr(e.quality,c.quality))return w[e.quality]=`Buffer`,!1;if(d&&Sr(e.quality,d)&&!m)return w[e.quality]=`DroppedFramesLimit`,!1;if(f&&Sr(e.quality,f)&&!m)return w[e.quality]=`StallsLimit`,!1;let h=S||(yr(i?.max)||wr(e.quality,i.max))&&(yr(i?.min)||Sr(e.quality,i.min)),g=F(u)&&!u?wr(e.quality,r.backgroundVideoQualityLimit):!0;return!h||!g?(w[e.quality]=`FitsQualityLimits`,!1):!0})[0];T&&T.bitrate&&Ur.next(T.bitrate);let E=T??gr(y,-1)??e[0],ee=l?.last,D=ei(r,m,E,l);return F(l)&&D.quality!==ee?.quality&&m({message:`
43
42
  [VIDEO TRACKS ABR]
44
43
  [available video tracks]
45
44
  ${e.map(e=>`{ id: ${e.id}, quality: ${e.quality}, bitrate: ${e.bitrate}, size: ${e.size?.width}:${e.size?.height} }`).join(`
46
45
  `)}
47
46
 
48
47
  [tuning]
49
- ${ns.default(r??{}).map(([e,t])=>`${e}: ${t}`).join(`
48
+ ${vr(r??{}).map(([e,t])=>`${e}: ${t}`).join(`
50
49
  `)}
51
50
 
52
51
  [limit params]
@@ -67,19 +66,19 @@ const e=[`url`],t=[`url`],n=[`downloadingItems`],r=[`container`];import i from"@
67
66
  minQualityLimit: ${i?.min},
68
67
 
69
68
  [limited video tracks]
70
- ${ns.default(w).map(([e,t])=>`${e}: ${t}`).join(`
69
+ ${vr(w).map(([e,t])=>`${e}: ${t}`).join(`
71
70
  `)||`All tracks are available`}
72
71
 
73
72
  [best video track] ${T?.quality}
74
- [selected video track] ${O?.quality}
75
- `}),O},Ws=(e,t,n,{estimatedThroughput:r,tuning:i,playbackRate:a,forwardBufferHealth:o,history:s,abrLogger:c,stallsPredictedThroughput:l})=>{us(n,js);let u=i.considerPlaybackRate&&L(a)?a:1,d=[...n].sort(ks(-1)),f=e.bitrate;ds(f);let p=u*Os(o??.5,i.bitrateAudioFactorAtEmptyBuffer,i.bitrateAudioFactorAtFullBuffer),m,h=Fs(e,t,n,i.minVideoAudioRatio),g=l||r;L(g)&&isFinite(g)&&(m=d.find(e=>L(e.bitrate)&&L(h?.bitrate)?g-f>=e.bitrate*p&&e.bitrate>=h.bitrate:!1)),m||=h;let _=s?.last,v=m&&Rs(i,c,m,s);return L(s)&&v?.bitrate!==_?.bitrate&&c({message:`
73
+ [selected video track] ${D?.quality}
74
+ `}),D},oi=(e,t,n,{estimatedThroughput:r,tuning:i,playbackRate:a,forwardBufferHealth:o,history:s,abrLogger:c,stallsPredictedThroughput:l})=>{Er(n,qr);let u=i.considerPlaybackRate&&F(a)?a:1,d=[...n].sort(Gr(-1)),f=e.bitrate;Dr(f);let p=u*Wr(o??.5,i.bitrateAudioFactorAtEmptyBuffer,i.bitrateAudioFactorAtFullBuffer),m,h=Zr(e,t,n,i.minVideoAudioRatio),g=l||r;F(g)&&isFinite(g)&&(m=d.find(e=>F(e.bitrate)&&F(h?.bitrate)?g-f>=e.bitrate*p&&e.bitrate>=h.bitrate:!1)),m||=h;let _=s?.last,v=m&&ei(i,c,m,s);return F(s)&&v?.bitrate!==_?.bitrate&&c({message:`
76
75
  [AUDIO TRACKS ABR]
77
76
  [available audio tracks]
78
77
  ${n.map(e=>`{ id: ${e.id}, bitrate: ${e.bitrate} }`).join(`
79
78
  `)}
80
79
 
81
80
  [tuning]
82
- ${ns.default(i??{}).map(([e,t])=>`${e}: ${t}`).join(`
81
+ ${vr(i??{}).map(([e,t])=>`${e}: ${t}`).join(`
83
82
  `)}
84
83
 
85
84
  [limit params]
@@ -93,14 +92,14 @@ const e=[`url`],t=[`url`],n=[`downloadingItems`],r=[`container`];import i from"@
93
92
  minBufferToSwitchUp: ${i.minBufferToSwitchUp},
94
93
 
95
94
  [selected audio track] ${v?.id}
96
- `}),v},Gs=(e,t,n,{estimatedThroughput:r,tuning:i,playbackRate:a,forwardBufferHealth:o,history:s,abrLogger:c,stallsPredictedThroughput:l})=>{us(n,js);let u=i.considerPlaybackRate&&L(a)?a:1,d=Ns.get(n);d||(d=[...n].sort(ks(-1)),Ns.set(n,d));let f=e.bitrate;ds(f);let p=u*Os(o??.5,i.bitrateAudioFactorAtEmptyBuffer,i.bitrateAudioFactorAtFullBuffer),m,h=Is(e,t,n,i.minVideoAudioRatio),g=l||r;L(g)&&isFinite(g)&&(m=d.find(e=>L(e.bitrate)&&L(h?.bitrate)?g-f>=e.bitrate*p&&e.bitrate>=h.bitrate:!1)),m||=h;let _=s?.last,v=m&&Rs(i,c,m,s);return L(s)&&v?.bitrate!==_?.bitrate&&c({message:`
95
+ `}),v},si=(e,t,n,{estimatedThroughput:r,tuning:i,playbackRate:a,forwardBufferHealth:o,history:s,abrLogger:c,stallsPredictedThroughput:l})=>{Er(n,qr);let u=i.considerPlaybackRate&&F(a)?a:1,d=Yr.get(n);d||(d=[...n].sort(Gr(-1)),Yr.set(n,d));let f=e.bitrate;Dr(f);let p=u*Wr(o??.5,i.bitrateAudioFactorAtEmptyBuffer,i.bitrateAudioFactorAtFullBuffer),m,h=Qr(e,t,n,i.minVideoAudioRatio),g=l||r;F(g)&&isFinite(g)&&(m=d.find(e=>F(e.bitrate)&&F(h?.bitrate)?g-f>=e.bitrate*p&&e.bitrate>=h.bitrate:!1)),m||=h;let _=s?.last,v=m&&ei(i,c,m,s);return F(s)&&v?.bitrate!==_?.bitrate&&c({message:`
97
96
  [AUDIO TRACKS ABR]
98
97
  [available audio tracks]
99
98
  ${n.map(e=>`{ id: ${e.id}, bitrate: ${e.bitrate} }`).join(`
100
99
  `)}
101
100
 
102
101
  [tuning]
103
- ${ns.default(i??{}).map(([e,t])=>`${e}: ${t}`).join(`
102
+ ${vr(i??{}).map(([e,t])=>`${e}: ${t}`).join(`
104
103
  `)}
105
104
 
106
105
  [limit params]
@@ -114,22 +113,22 @@ const e=[`url`],t=[`url`],n=[`downloadingItems`],r=[`container`];import i from"@
114
113
  minBufferToSwitchUp: ${i.minBufferToSwitchUp},
115
114
 
116
115
  [selected audio track] ${v?.id}
117
- `}),v},Ks=e=>new URL(e).hostname;import{assertNever as qs,assertNonNullable as Js,combine as Ys,debounce as Xs,ErrorCategory as Zs,filter as Qs,filterChanged as $s,isNonNullable as ec,map as tc,merge as nc,observableFrom as rc,once as ic,Subscription as ac,ValueSubject as oc,videoQualityToHeight as sc,videoSizeToQuality as cc}from"@vkontakte/videoplayer-shared/es2015";var lc=v(kn(),1),uc=v(Pn(),1),dc=(e,t)=>typeof e==`string`?uc.default(e,t):lc.default(e,t),fc=v(it(),1),pc=e=>{if(e instanceof DOMException&&fc.default([`Failed to load because no supported source was found.`,`The element has no supported sources.`],e.message))throw e;return!(e instanceof DOMException&&(e.code===20||e.name===`AbortError`))},mc=function(){var e=a(function*(e,t){let n=e.muted;try{yield e.play()}catch(r){if(!pc(r))return!1;if(t&&t(),n)return console.warn(r),!1;e.muted=!0;try{yield e.play()}catch(t){return pc(t)?(e.muted=!1,console.warn(t),!1):!1}}return!0});return function(t,n){return e.apply(this,arguments)}}();import{isNonNullable as hc,isNullable as gc,assertNonNullable as _c}from"@vkontakte/videoplayer-shared/es2015";var vc=v(Qe(),1);import{isNonNullable as yc,assertNonNullable as bc,now as xc}from"@vkontakte/videoplayer-shared/es2015";function Sc(){return xc()}function Cc(e){return Sc()-e}function wc(e){let t=e.split(`/`),n=t.slice(0,t.length-1).join(`/`),r=/^([a-z]+:)?\/\//i,i=e=>r.test(e);return{resolve:(e,t,r=!1)=>{i(e)||(e.startsWith(`/`)||(e=`/`+e),e=n+e);let a=e.indexOf(`?`)>-1?`&`:`?`;return r&&(e+=a+`lowLat=1`,a=`&`),t&&(e+=a+`_rnd=`+Math.floor(999999999*Math.random())),e}}}function Tc(e,t,n){let r=(...i)=>{n.apply(null,i),e.removeEventListener(t,r)};e.addEventListener(t,r)}function Ec(e,t,n,r){let i=window.XMLHttpRequest,a,o,s,c=!1,l=0,u,d,f=!1,p=`arraybuffer`,m=7e3,h=2e3,g=()=>{if(c)return;bc(u);let e=Cc(u),t;if(e<h){t=h-e,setTimeout(g,t);return}h*=2,h>m&&(h=m),o&&o.abort(),o=new i,S()},_=e=>(a=e,C),v=e=>(d=e,C),y=()=>(p=`json`,C),b=()=>{if(!c){if(--l>=0){g(),r&&r();return}c=!0,d&&d(),n&&n()}},x=e=>(f=e,C),S=()=>{u=Sc(),o=new i,o.open(`get`,e);let n=0,r,l=0,m=()=>(bc(u),Math.max(u,Math.max(r||0,l||0)));if(a&&o.addEventListener(`progress`,e=>{let t=Sc();a.updateChunk&&e.loaded>n&&(a.updateChunk(m(),e.loaded-n),n=e.loaded,r=t)}),s&&(o.timeout=s,o.addEventListener(`timeout`,()=>b())),o.addEventListener(`load`,()=>{if(c)return;bc(o);let e=o.status;if(e>=200&&e<300){let{response:e,responseType:r}=o,i=e?.byteLength;if(typeof i==`number`&&a){let e=i-n;e&&a.updateChunk&&a.updateChunk(m(),e)}r===`json`&&(!e||!vc.default(e).length)?b():(d&&d(),t(e))}else b()}),o.addEventListener(`error`,()=>{b()}),f){let e=()=>{bc(o),o.readyState===XMLHttpRequest.HEADERS_RECEIVED&&(l=Sc(),o.removeEventListener(`readystatechange`,e))};o.addEventListener(`readystatechange`,e)}return o.responseType=p,o.send(),C},C={withBitrateReporting:_,withParallel:x,withJSONResponse:y,withRetryCount:e=>(l=e,C),withRetryInterval:(e,t)=>(yc(e)&&(h=e),yc(t)&&(m=t),C),withTimeout:e=>(s=e,C),withFinally:v,send:S,abort:()=>{o&&=(o.abort(),void 0),c=!0,d&&d()}};return C}var Dc=100,Oc=2e3,kc=500;class Ac{constructor(e){i(this,`intervals`,[]),i(this,`currentRate`,0),i(this,`logger`,void 0),this.logger=e}_updateRate(e){let t=.2;this.currentRate&&(e<this.currentRate*.1?t=.8:e<this.currentRate*.5?t=.5:e<this.currentRate*.7&&(t=.3)),e=Math.max(1,Math.min(e,100*1024*1024)),this.currentRate=this.currentRate?this.currentRate*(1-t)+e*t:e}_createInterval(e,t,n){return{start:e,end:t,bytes:n}}_doMergeIntervals(e,t){e.start=Math.min(t.start,e.start),e.end=Math.max(t.end,e.end),e.bytes+=t.bytes}_mergeIntervals(e,t){return e.start<=t.end&&t.start<=e.end?(this._doMergeIntervals(e,t),!0):!1}_flushIntervals(){if(!this.intervals.length)return!1;let e=this.intervals[0].start,t=this.intervals[this.intervals.length-1].end-kc;if(t-e>Oc){let n=0,r=0;for(;this.intervals.length>0;){let e=this.intervals[0];if(e.end<=t)n+=e.end-e.start,r+=e.bytes,this.intervals.splice(0,1);else if(e.start>=t)break;else{let i=t-e.start,a=e.end-e.start;n+=i;let o=e.bytes*i/a;r+=o,e.start=t,e.bytes-=o}}if(r>0&&n>0){let i=r*8/(n/1e3);return this._updateRate(i),this.logger(`rate updated, new=${Math.round(i/1024)}K; average=${Math.round(this.currentRate/1024)}K bytes/ms=${Math.round(r)}/${Math.round(n)} interval=${Math.round(t-e)}`),!0}}return!1}_joinIntervals(){let e;do{e=!1;for(let t=0;t<this.intervals.length-1;++t)this._mergeIntervals(this.intervals[t],this.intervals[t+1])&&(this.intervals.splice(t+1,1),e=!0)}while(e)}addInterval(e,t,n){return this.intervals.push(this._createInterval(e,t,n)),this._joinIntervals(),this.intervals.length>Dc&&(this.logger(`too many intervals (${this.intervals.length}); will merge`,{type:`warn`}),this._doMergeIntervals(this.intervals[1],this.intervals[0]),this.intervals.splice(0,1)),this._flushIntervals()}getBitRate(){return this.currentRate}}var jc=v(Qe(),1);class Mc{constructor(e,t,n,r,a){i(this,`pendingQueue`,[]),i(this,`activeRequests`,{}),i(this,`completeRequests`,{}),i(this,`averageSegmentDuration`,2e3),i(this,`lastPrefetchStart`,0),i(this,`throttleTimeout`,null),i(this,`RETRY_COUNT`,void 0),i(this,`TIMEOUT`,void 0),i(this,`BITRATE_ESTIMATOR`,void 0),i(this,`MAX_PARALLEL_REQUESTS`,void 0),i(this,`logger`,void 0),this.RETRY_COUNT=e,this.TIMEOUT=t,this.BITRATE_ESTIMATOR=n,this.MAX_PARALLEL_REQUESTS=r,this.logger=a}limitCompleteCount(){let e;for(;(e=Object.keys(this.completeRequests)).length>this._getParallelRequestCount()+2;){let t=e[Math.floor(Math.random()*e.length)];this.logger(`Dropping completed request for url ${t}`,{type:`warn`}),delete this.completeRequests[t]}}_sendRequest(e,t){let n=Sc(),r=n=>{delete this.activeRequests[t],this.limitCompleteCount(),this.completeRequests[t]=e,this._sendPending(),e._error=1,e._errorMsg=n,e._errorCB?e._errorCB(n):(this.limitCompleteCount(),this.completeRequests[t]=e)};e._request=Ec(t,r=>{e._complete=1,e._responseData=r,e._downloadTime=Sc()-n,delete this.activeRequests[t],this._sendPending(),e._cb?e._cb(r,e._downloadTime):(this.limitCompleteCount(),this.completeRequests[t]=e)},()=>r(`error`),()=>{e._retry=1,e._retryCB&&e._retryCB()}),e._request.withRetryCount(this.RETRY_COUNT).withTimeout(this.TIMEOUT).withBitrateReporting(this.BITRATE_ESTIMATOR).withParallel(this._getParallelRequestCount()>1).withFinally(()=>{e._finallyCB&&e._finallyCB()}),this.activeRequests[t]=e,e._request.send(),this.lastPrefetchStart=Sc()}_getParallelRequestCount(){return Math.min(this.MAX_PARALLEL_REQUESTS,this.averageSegmentDuration<3e3?3:2)}_getPrefetchDelay(){return Math.max(100,Math.min(5e3,this.averageSegmentDuration/3))}_canSendPending(){let e=this._getParallelRequestCount(),t=Sc();if(Object.keys(this.activeRequests).length>=e)return!1;let n=this._getPrefetchDelay()-(t-this.lastPrefetchStart);return this.throttleTimeout&&clearTimeout(this.throttleTimeout),n>0?(this.throttleTimeout=window.setTimeout(()=>this._sendPending(),n),!1):!0}_sendPending(){for(;this._canSendPending();){let e=this.pendingQueue.pop();if(e){if(this.activeRequests[e]||this.completeRequests[e])continue;this.logger(`Submitting pending request url=${e}`),this._sendRequest({},e)}else return}}_removeFromActive(e){delete this.completeRequests[e],delete this.activeRequests[e]}abortAll(){jc.default(this.activeRequests).forEach(e=>{e&&e._request&&e._request.abort()}),this.activeRequests={},this.pendingQueue=[],this.completeRequests={}}requestData(e,t,n,r){let i={};return i.send=()=>{let a=this.activeRequests[e]||this.completeRequests[e];if(a)a._cb=t,a._errorCB=n,a._retryCB=r,a._finallyCB=i._finallyCB,a._error||a._complete?(this._removeFromActive(e),setTimeout(()=>{a._complete?(this.logger(`Requested url already prefetched, url=${e}`),t(a._responseData,a._downloadTime)):(this.logger(`Requested url already prefetched with error, url=${e}`),n(a._errorMsg)),i._finallyCB&&i._finallyCB()},0)):this.logger(`Attached to active request, url=${e}`);else{let t=this.pendingQueue.indexOf(e);t!==-1&&this.pendingQueue.splice(t,1),this.logger(`Request not prefetched, starting new request, url=${e}${t===-1?``:`; removed pending`}`),this._sendRequest(i,e)}},i._cb=t,i._errorCB=n,i._retryCB=r,i.abort=function(){i.request&&i.request.abort()},i.withFinally=e=>(i._finallyCB=e,i),i}prefetch(e){this.activeRequests[e]||this.completeRequests[e]?this.logger(`Request already active for url=${e}`):(this.logger(`Added to pending queue; url=${e}`),this.pendingQueue.unshift(e),this._sendPending())}optimizeForSegDuration(e){this.averageSegmentDuration=e}}import{Subject as Nc}from"@vkontakte/videoplayer-shared/es2015";import{isNonNullable as Pc}from"@vkontakte/videoplayer-shared/es2015";var R=(e,t)=>Pc(e)&&Pc(t)&&e.readyState===`open`&&Fc(e,t);function Fc(e,t){for(let n=0;n<e.activeSourceBuffers.length;++n)if(e.activeSourceBuffers[n]===t)return!0;return!1}var Ic=v(ct(),1);import{getWindow as Lc}from"@vkontakte/videoplayer-shared/es2015";class Rc{constructor(e,t,n,r){i(this,`tag`,void 0),i(this,`time`,void 0),i(this,`data`,void 0),i(this,`stack`,void 0),this.tag=e,this.time=t,this.data=n,this.stack=r}toString(){return`${this.tag}: ${this.time}: ${JSON.stringify(this.data)}${this.stack?`, stack: ${this.stack}`:``}`}toDevNullEntry(){let e=Ic.default(this.data).map(([e,t])=>`${e}:${t}`).join(`,`);return{key:this.tag,strings:[e,this.stack??``],numbers:[this.time]}}}var z=((e,t=`warn`)=>{let n=Lc(),r=[];function i(i,a=!1){var o;let s=((o=n.performance)==null||(o=o.timing)==null?void 0:o.navigationStart)??0,c=new Rc(e,Math.round((Date.now()-s)/1e3),i,a?Error().stack:void 0);r.push(c),t&&n.console[t](c.toString())}return i.reset=()=>{r=[]},i.drain=()=>{let e=r;return r=[],e},i})(`vp_dash_live_debug`,!1),zc=1e4,Bc=3,Vc=6e4,Hc=10,Uc=1,Wc=500;class Gc{constructor(e){i(this,`paused`,!1),i(this,`autoQuality`,!0),i(this,`autoQualityLimits`,void 0),i(this,`buffering`,!0),i(this,`destroyed`,!1),i(this,`videoPlayStarted`,!1),i(this,`lowLatency`,!1),i(this,`rep`,void 0),i(this,`bitrate`,0),i(this,`manifest`,[]),i(this,`bitrateSwitcher`,void 0),i(this,`filesFetcher`,void 0),i(this,`sourceBuffer`,0),i(this,`mediaSource`,void 0),i(this,`currentManifestEntry`,void 0),i(this,`manifestRequest`,void 0),i(this,`manifestRefetchTimer`,void 0),i(this,`bufferStates`,[]),i(this,`downloadRate`,void 0),i(this,`sourceJitter`,-1),i(this,`chunkRateEstimator`,void 0),i(this,`manifestUrl`,void 0),i(this,`urlResolver`,void 0),i(this,`waitingForFirstBufferAfterSrcChange`,!1),i(this,`params`,void 0),i(this,`soundProhibitedEvent$`,void 0),this.params=e,this.soundProhibitedEvent$=new Nc,this.chunkRateEstimator=new Ac(this.params.logger),this._initVideo()}attachSource(e){this.manifestUrl=e,this.urlResolver=wc(e),this.bitrateSwitcher=this._initBitrateSwitcher(),this._initManifest()}setAutoQualityEnabled(e){this.autoQuality=e}setAutoQualityLimits(e){this.autoQualityLimits=e}switchByName(e){let t;for(let n=0;n<this.manifest.length;++n)if(t=this.manifest[n],t.name===e){this._switchToQuality(t);return}}catchUp(){this.rep&&(z({m:`ldp.catchUp.1`}),this.rep.stop()),this.currentManifestEntry&&(this.paused=this.params.playbackState.getState()===`paused`,z({m:`ldp.catchUp.2`}),this._initPlayerWith(this.currentManifestEntry),this._notifyBuffering(!0))}stop(){this.params.videoElement.pause(),this.rep&&=(this.rep.stop(),null)}pause(){this.paused=!0,this.params.videoElement.pause(),this.videoPlayStarted=!1,this._notifyBuffering(!1)}play(){this.paused=!1;let e=this.lowLatency&&this._getBufferSizeSec()>this.sourceJitter+5;this.rep&&!e?(this.bufferStates=[],this.videoPlayStarted=!1,this.shouldPlay()?(z({m:`ldp.play.1`}),this._playVideoElement()):(z({m:`ldp.play.2`}),this._notifyBuffering(!0))):(z({m:`ldp.play.3`}),this.catchUp())}startPlay(e,t){this.autoQuality=t,z({m:`startPlay`,url:e.jidxUrl}),this._initPlayerWith(e)}destroy(){this.destroyed=!0,this.rep&&=(this.rep.stop(),null),this.manifestRequest&&this.manifestRequest.abort(),this.manifestRefetchTimer&&=(clearTimeout(this.manifestRefetchTimer),void 0)}reinit(e){this.manifestUrl=e,this.urlResolver=wc(e),z({m:`ldp.reinit`,url:e}),this.catchUp()}_handleNetworkError(){this.params.logger(`Fatal network error`),this.params.playerCallback({name:`error`,type:`network`})}_retryCallback(){this.params.playerCallback({name:`retry`})}_getBufferSizeSec(){let e=this.params.videoElement,t=0,n=e.buffered.length;return n!==0&&(t=e.buffered.end(n-1)-Math.max(e.currentTime,e.buffered.start(0))),t}_notifyBuffering(e){this.destroyed||(this.params.logger(`buffering: ${e}`),this.params.playerCallback({name:`buffering`,isBuffering:e}),this.buffering=e)}_initVideo(){let{videoElement:e,logger:t}=this.params;z({m:`iv`}),e.addEventListener(`error`,()=>{e.error&&!this.destroyed&&(z({m:`iv.err`,e:e.error?.code+`:`+e.error?.message}),t(`Video element error: ${e.error?.code}, details: ${e.error?.message}`),this.params.playerCallback({name:`error`,type:`media`}))}),e.addEventListener(`timeupdate`,()=>{let e=this._getBufferSizeSec();!this.paused&&e<.3?this.buffering||(this.buffering=!0,window.setTimeout(()=>{!this.paused&&this.buffering&&this._notifyBuffering(!0)},(e+.1)*1e3)):this.buffering&&this.videoPlayStarted&&this._notifyBuffering(!1)}),e.addEventListener(`playing`,()=>{t(`playing`)}),e.addEventListener(`stalled`,()=>this._fixupStall()),e.addEventListener(`waiting`,()=>this._fixupStall())}_fixupStall(){let{logger:e,videoElement:t}=this.params,n=t.buffered.length,r;n!==0&&!this.waitingForFirstBufferAfterSrcChange&&(r=t.buffered.start(n-1),t.currentTime<r&&(e(`Fixup stall`),z({m:`ldp.fs`,t:r}),t.currentTime=r))}_selectQuality(e){let{videoElement:t}=this.params,n,r,i,a=t&&1.62*(F.display.pixelRatio||1)*t.offsetHeight||520;for(let t=0;t<this.manifest.length;++t){i=this.manifest[t];let{max:o,min:s}=this.autoQualityLimits||{};!Es({limits:this.autoQualityLimits,highestAvailableHeight:this.manifest[0].video.height,lowestAvailableHeight:dc(this.manifest,-1).video.height})&&(o&&i.video.height>o||s&&i.video.height<s)||(i.bitrate<e&&a>Math.min(i.video.height,i.video.width)?(!r||i.bitrate>r.bitrate)&&(r=i):(!n||n.bitrate>i.bitrate)&&(n=i))}return r||n}shouldPlay(){if(this.paused)return!1;let e=this._getBufferSizeSec()-Math.max(1,this.sourceJitter);return e>3||hc(this.downloadRate)&&(this.downloadRate>1.5&&e>2||this.downloadRate>2&&e>1)}_setVideoSrc(e,t){let{logger:n,videoElement:r,playerCallback:i}=this.params;this.mediaSource=new window.MediaSource,n(`setting video src`),r.src=URL.createObjectURL(this.mediaSource),this.mediaSource.addEventListener(`sourceopen`,()=>{if(this.mediaSource?.readyState!==`open`){z({m:`sourceopen`,err:`not open: ${this.mediaSource?.readyState}`});return}z({m:`sourceopen`,c:e.codecs}),this.sourceBuffer=this.mediaSource.addSourceBuffer(e.codecs),this.bufferStates=[],t()}),this.mediaSource?.addEventListener(`sourceclose`,e=>{z({m:`sourceclose`})}),this.videoPlayStarted=!1,r.addEventListener(`canplay`,()=>{z({m:`canplay`}),this.shouldPlay()&&(this.videoPlayStarted=!0,this._playVideoElement())});let a=()=>{Tc(r,`progress`,()=>{r.buffered.length?(r.currentTime=r.buffered.start(0),this.waitingForFirstBufferAfterSrcChange=!1,i({name:`playing`})):a()})};this.waitingForFirstBufferAfterSrcChange=!0,a()}_initPlayerWith(e){this.bitrate=0,this.rep=0,this.sourceBuffer=0,this.bufferStates=[],this.filesFetcher&&this.filesFetcher.abortAll(),this.filesFetcher=new Mc(Bc,zc,this.bitrateSwitcher,this.params.config.maxParallelRequests,this.params.logger),this._setVideoSrc(e,()=>this._switchToQuality(e))}_representation(e){let{logger:t,videoElement:n,playerCallback:r}=this.params,i=!1,a=null,o=null,s=null,c=null,l=!1,u=()=>{let e=i&&(!l||l===this.rep);return e||t(`Not running!`),e},d=(e,t,n)=>{s&&s.abort(),s=Ec(this.urlResolver.resolve(e,!1),t,n,()=>this._retryCallback()).withTimeout(zc).withBitrateReporting(this.bitrateSwitcher).withRetryCount(Bc).withFinally(()=>{s=null}).send()},f=(e,t,n)=>{_c(this.filesFetcher),o?.abort(),o=this.filesFetcher.requestData(this.urlResolver.resolve(e,!1),t,n,()=>this._retryCallback()).withFinally(()=>{o=null}).send()},p=e=>{let r=n.playbackRate;n.playbackRate!==e&&(t(`Playback rate switch: ${r}=>${e}`),n.playbackRate=e)},m=e=>{this.lowLatency=e,t(`lowLatency changed to ${e}`),h()},h=()=>{if(!this.lowLatency&&!this.params.config.isLiveCatchUpMode)p(1);else{let e=this._getBufferSizeSec();if(this.bufferStates.length<5){p(1);return}let n=Sc()-1e4,r=0;for(let t=0;t<this.bufferStates.length;t++){let i=this.bufferStates[t];e=Math.min(e,i.buf),i.ts<n&&r++}this.bufferStates.splice(0,r),t(`update playback rate; minBuffer=${e} drop=${r} jitter=${this.sourceJitter}`);let i=e-Uc;this.sourceJitter>=0?i-=this.sourceJitter/2:--this.sourceJitter,p(i>3?1.15:i>1?1.1:i>.3?1.05:1)}},g=e=>{let n,i=()=>n&&n.start?n.start.length:0,a=e=>n.start[e]/1e3,o=e=>n.dur[e]/1e3,s=e=>n.fragIndex+e,l=(e,t)=>({chunkIdx:s(e),startTS:a(e),dur:o(e),discontinuity:t}),d=()=>{let e=0;if(n&&n.dur){let t=this.lowLatency?this.params.config.lowLatencyMinBuffer:this.params.config.minBuffer,r=this.lowLatency?this.params.config.lowLatencyMinBufferSegments:this.params.config.minBufferSegments,i=t;this.sourceJitter>1&&(i+=this.sourceJitter-1);let a=n.dur.length-1;for(;a>=0&&(i-=n.dur[a],!(i<=0));--a);e=Math.min(a,n.dur.length-1-r),e=Math.max(e,0)}return l(e,!0)},f=e=>{let t=i();if(!(t<=0)){if(hc(e)){for(let n=0;n<t;n++)if(a(n)>e)return l(n)}return d()}},p=e=>{let r=i(),a=e?e.chunkIdx+1:0,o=a-n.fragIndex;if(!(r<=0)){if(!e||o<0||o-r>Hc)return t(`Resync: offset=${o} bChunks=${r} chunk=`+JSON.stringify(e)),d();if(!(o>=r))return l(a-n.fragIndex,!1)}},h=(e,t,n)=>{c&&c.abort(),c=Ec(this.urlResolver.resolve(e,!0,this.lowLatency),t,n,()=>this._retryCallback()).withTimeout(zc).withRetryCount(Bc).withFinally(()=>{c=null}).withJSONResponse().send()};return{seek:(t,i)=>{h(e,e=>{if(!u())return;n=e;let a=!!n.lowLatency;a!==this.lowLatency&&m(a);let o=0;for(let e=0;e<n.dur.length;++e)o+=n.dur[e];o>0&&(_c(this.filesFetcher),this.filesFetcher.optimizeForSegDuration(o/n.dur.length)),r({name:`index`,zeroTime:n.zeroTime,shiftDuration:n.shiftDuration}),this.sourceJitter=n.hasOwnProperty(`jitter`)?Math.min(10,Math.max(.01,n.jitter/1e3)):1,t(f(i))},()=>this._handleNetworkError())},nextChunk:p}},_=()=>{i=!1,o&&o.abort(),s&&s.abort(),c&&c.abort(),_c(this.filesFetcher),this.filesFetcher.abortAll()};return l={start:t=>{let{videoElement:n,logger:o}=this.params,s=g(e.jidxUrl),l,p,m,v,y=0,b,x,S,C=()=>{b&&=(clearTimeout(b),void 0);let e=Math.max(Wc,1e3*(this._getBufferSizeSec()-this.sourceJitter-5)),t=y+e,n=Sc(),r=Math.min(1e4,t-n);y=n;let i=()=>{c||u()&&s.seek(()=>{u()&&(y=Sc(),w(),C())})};r>0?b=window.setTimeout(()=>{this.paused?C():i()},r):i()},w=()=>{let t;for(;t=s.nextChunk(v);)v=t,k(t);let n=s.nextChunk(m);if(n){if(m&&n.discontinuity){o(`Detected discontinuity; restarting playback`),this.paused?C():(_(),z({m:`ldp.fetchChunkIdx.0`}),this._initPlayerWith(e));return}O(n)}else C()},T=(e,t)=>{if(!u()||!this.sourceBuffer){z({m:`ab.0`,c:[!u(),!this.sourceBuffer]});return}let i,a,s,c=n=>{z({m:`ldp.postpone`,t:n}),window.setTimeout(()=>{u()&&T(e,t)},n)};if(this.sourceBuffer.updating)o(`Source buffer is updating; delaying appendBuffer`),z({m:`ldp.ab.1`}),c(100);else{let l=Sc(),u=n.currentTime;!this.paused&&n.buffered.length>1&&x===u&&l-S>500&&(o(`Stall suspected; trying to fix`),this._fixupStall()),x!==u&&(x=u,S=l);let d=this._getBufferSizeSec();if(d>30)z({m:`ldp.ab.3`}),o(`Buffered ${d} seconds; delaying appendBuffer`),c(2e3);else try{if(this.params.config.useInvalidBufferFix&&R(this.mediaSource,this.sourceBuffer))return;this.sourceBuffer.appendBuffer(e),this.videoPlayStarted?(z({m:`ldp.ab.5`}),this.bufferStates.push({ts:l,buf:d}),h(),this.bufferStates.length>200&&this.bufferStates.shift()):this.shouldPlay()&&(z({m:`ldp.ab.4`}),this.videoPlayStarted=!0,this._playVideoElement()),t&&t()}catch(e){z({m:`ldp.ab.err`,e:e.name}),e.name===`QuotaExceededError`?(o(`QuotaExceededError; delaying appendBuffer`),s=this.sourceBuffer.buffered.length,s!==0&&(i=this.sourceBuffer.buffered.start(0),a=u,a-i>4&&this.sourceBuffer.remove(i,a-3)),c(1e3)):(o(e.name),r({name:`error`,type:`buffer`,message:`appendBuffer failed due to ${e.name}`}))}}},E=()=>{p&&l&&(o([`Appending chunk, sz=${p.byteLength}:`,JSON.stringify(m)]),T(p,function(){p=null,w()}))},D=t=>e.fragUrlTemplate.replace(`%%id%%`,t.chunkIdx),O=e=>{u()&&f(D(e),(t,n)=>{if(u()){if(n/=1e3,p=t,m=e,a=e.startTS,n){let t=Math.min(10,e.dur/n);this.downloadRate=this.downloadRate?.7*this.downloadRate+.3*t:t}E()}},()=>this._handleNetworkError())},k=e=>{u()&&(_c(this.filesFetcher),this.filesFetcher.prefetch(this.urlResolver.resolve(D(e),!1)))},A=t=>{u()&&(e.cachedHeader=t,T(t,()=>{l=!0,E()}))};i=!0,s.seek(e=>{if(u()){if(y=Sc(),!e){C();return}v=e,!gc(t)||e.startTS>t?O(e):(m=e,w())}},t),e.cachedHeader?A(e.cachedHeader):d(e.headerUrl,A,()=>this._handleNetworkError())},stop:_,getTimestampSec:()=>a},l}_switchToQuality(e){let{logger:t,playerCallback:n}=this.params,r;e.bitrate!==this.bitrate&&(this.rep&&(r=this.rep.getTimestampSec(),hc(r)&&(r+=.1),this.rep.stop()),this.currentManifestEntry=e,this.rep=this._representation(e),t(`switch to quality: codecs=${e.codecs}; headerUrl=${e.headerUrl}; bitrate=${e.bitrate}`),this.bitrate=e.bitrate,_c(this.bitrateSwitcher),this.bitrateSwitcher.notifySwitch(this.bitrate),this.rep.start(r),n({name:`qualitySwitch`,quality:e}))}_qualityAvailable(e){return hc(this.manifest.find(t=>t.name===e))}_initBitrateSwitcher(){let{logger:e,playerCallback:t}=this.params,n=t=>{if(!this.autoQuality)return;let n,r,i;if(this.currentManifestEntry&&this._qualityAvailable(this.currentManifestEntry.name)&&t<this.bitrate&&(r=this._getBufferSizeSec(),i=t/this.bitrate,r>10&&i>.8||r>15&&i>.5||r>20&&i>.3)){e(`Not switching: buffer=${Math.floor(r)}; bitrate=${this.bitrate}; newRate=${Math.floor(t)}`);return}n=this._selectQuality(t),n?this._switchToQuality(n):e(`Could not find quality by bitrate ${t}`)},r={updateChunk:(e,n)=>{let r=Sc();if(this.chunkRateEstimator.addInterval(e,r,n)){let i=this.chunkRateEstimator.getBitRate();return t({name:`bandwidth`,size:n,duration:r-e,speed:i}),!0}},get:()=>{let e=this.chunkRateEstimator.getBitRate();return e?e*.85:0}},i=-1/0,a,o=!0,s=()=>{let e=r.get();if(e&&a&&this.autoQuality){if(o&&e>a&&Cc(i)<3e4)return;n(e)}o=this.autoQuality};return{updateChunk:(e,t)=>{let n=r.updateChunk(e,t);return n&&s(),n},notifySwitch:e=>{let t=Sc();e<a&&(i=t),a=e}}}_fetchManifest(e,t,n){this.manifestRequest=Ec(this.urlResolver.resolve(e,!0),t,n,()=>this._retryCallback()).withJSONResponse().withTimeout(zc).withRetryCount(this.params.config.manifestRetryMaxCount).withRetryInterval(this.params.config.manifestRetryInterval,this.params.config.manifestRetryMaxInterval).send().withFinally(()=>{this.manifestRequest=void 0})}_playVideoElement(){let{videoElement:e}=this.params;mc(e,()=>{this.soundProhibitedEvent$.next()}).then(e=>{z({m:`ldp.pve.1`}),e||(z({m:`ldp.pve.2`}),this.params.liveOffset.pause(),this.params.videoState.setState(`paused`))})}_handleManifestUpdate(e){let{logger:t,playerCallback:n,videoElement:r}=this.params;this.manifest=(e=>{let t=[];return e?.length?(e.forEach((e,n)=>{var i,a;e.video&&r.canPlayType(e.codecs).replace(/no/,``)&&!((i=window.MediaSource)==null||(a=i.isTypeSupported)==null)&&a.call(i,e.codecs)&&(e.index=n,t.push(e))}),t.sort(function(e,t){return e.video&&t.video?t.video.height-e.video.height:t.bitrate-e.bitrate}),t):(n({name:`error`,type:`empty_manifest`}),[])})(e),t(`Valid manifest entries: ${this.manifest.length}/${e.length}`),n({name:`manifest`,manifest:this.manifest})}_refetchManifest(e){this.destroyed||(this.manifestRefetchTimer&&clearTimeout(this.manifestRefetchTimer),this.manifestRefetchTimer=window.setTimeout(()=>{this._fetchManifest(e,t=>{this.destroyed||(this._handleManifestUpdate(t),this._refetchManifest(e))},()=>this._refetchManifest(e))},Vc))}_initManifest(){this._fetchManifest(this.manifestUrl,e=>{this.destroyed||(this._handleManifestUpdate(e),this._refetchManifest(this.manifestUrl))},()=>this._handleNetworkError())}}var Kc=v(ct(),1);import{debounce as qc,filter as Jc,fromEvent as Yc,interval as Xc,isHigher as Zc,isInvariantQuality as Qc,isLower as $c,merge as el,Subject as tl,Subscription as nl}from"@vkontakte/videoplayer-shared/es2015";class rl{constructor(){i(this,`onDroopedVideoFramesLimit$`,new tl),i(this,`subscription`,new nl),i(this,`log`,void 0),i(this,`video`,void 0),i(this,`droppedFramesChecker`,void 0),i(this,`isAuto`,void 0),i(this,`playing`,!1),i(this,`tracks`,[]),i(this,`forceChecker$`,new tl),i(this,`isForceCheckCounter`,0),i(this,`prevTotalVideoFrames`,0),i(this,`prevDroppedVideoFrames`,0),i(this,`currentTimer`,void 0),i(this,`limitCounts`,{}),i(this,`currentQuality`,void 0),i(this,`maxQualityLimit`,void 0),i(this,`handleChangeVideoQuality`,()=>{let e=this.tracks.find(({size:e})=>e?.height===this.video.videoHeight&&e?.width===this.video.videoWidth);e&&!Qc(e.quality)&&this.onChangeQuality(e.quality)}),i(this,`checkDroppedFrames`,()=>{let{totalVideoFrames:e,droppedVideoFrames:t}=this.video.getVideoPlaybackQuality(),n=e-this.prevTotalVideoFrames,r=1-(n-(t-this.prevDroppedVideoFrames))/n;!isNaN(r)&&r>0&&this.log({message:`[dropped]. current dropped percent: ${r}, limit: ${this.droppedFramesChecker.percentLimit}`}),!isNaN(r)&&r>=this.droppedFramesChecker.percentLimit&&Zc(this.currentQuality,this.droppedFramesChecker.minQualityBanLimit)&&(this.limitCounts[this.currentQuality]=(this.limitCounts[this.currentQuality]??0)+1,this.maxQualityLimit=this.getMaxQualityLimit(this.currentQuality),this.currentTimer&&window.clearTimeout(this.currentTimer),this.currentTimer=window.setTimeout(()=>this.maxQualityLimit=this.getMaxQualityLimit(),this.droppedFramesChecker.qualityUpWaitingTime),this.onDroopedVideoFramesLimitTrigger()),this.savePrevFrameCounts(e,t)})}connect(e){this.log=e.logger.createComponentLog(`DroppedFramesManager`),this.video=e.video,this.isAuto=e.isAuto,this.tracks=e.tracks,this.droppedFramesChecker=e.droppedFramesChecker,this.subscription.add(e.playing$.subscribe(()=>this.playing=!0)),this.subscription.add(e.pause$.subscribe(()=>this.playing=!1)),this.isEnabled&&this.subscribe()}destroy(){this.currentTimer&&window.clearTimeout(this.currentTimer),this.subscription.unsubscribe()}get droppedVideoMaxQualityLimit(){return this.maxQualityLimit}subscribe(){this.subscription.add(Yc(this.video,`resize`).subscribe(this.handleChangeVideoQuality));let e=el(Xc(this.droppedFramesChecker.checkTime).pipe(Jc(()=>this.playing),Jc(()=>{let e=!!this.isForceCheckCounter;return e&&--this.isForceCheckCounter,!e})),this.forceChecker$.pipe(qc(this.droppedFramesChecker.checkTime)));this.subscription.add(e.subscribe(this.checkDroppedFrames))}onChangeQuality(e){this.currentQuality=e;let{totalVideoFrames:t,droppedVideoFrames:n}=this.video.getVideoPlaybackQuality();this.savePrevFrameCounts(t,n),this.isForceCheckCounter=this.droppedFramesChecker.tickCountAfterQualityChange,this.forceChecker$.next()}onDroopedVideoFramesLimitTrigger(){this.isAuto.getState()&&(this.log({message:`[onDroopedVideoFramesLimit]. maxQualityLimit: ${this.maxQualityLimit}`}),this.onDroopedVideoFramesLimit$.next())}getMaxQualityLimit(e){var t;let n=(t=Kc.default(this.limitCounts).filter(([,e])=>e>=this.droppedFramesChecker.countLimit).sort(([e],[t])=>$c(e,t)?-1:1))==null||(t=t[0])==null?void 0:t[0];return e??n}get isEnabled(){return this.droppedFramesChecker.enabled&&this.isDroppedFramesCheckerSupport}get isDroppedFramesCheckerSupport(){return!!this.video&&typeof this.video.getVideoPlaybackQuality==`function`}savePrevFrameCounts(e,t){this.prevTotalVideoFrames=e,this.prevDroppedVideoFrames=t}}var il=rl;import{map as al,Observable as ol}from"@vkontakte/videoplayer-shared/es2015";import{fromEvent as sl}from"@vkontakte/videoplayer-shared/es2015";var cl=()=>!!window.documentPictureInPicture?.window||!!document.pictureInPictureElement,ll=(e,t)=>new ol(n=>{if(!window.IntersectionObserver)return;let r=new IntersectionObserver((e,t)=>{e.forEach(e=>n.next(e.isIntersecting||cl()))},o(o({},{root:null}),t));r.observe(e);let i=sl(document,`visibilitychange`).pipe(al(e=>!document.hidden||cl())).subscribe(e=>n.next(e));return()=>{r.unobserve(e),i.unsubscribe()}}),ul=[`paused`,`playing`,`ready`],dl=[`paused`,`playing`,`ready`];class fl{constructor(e){i(this,`subscription`,new ac),i(this,`volumeSubscription`,new ac),i(this,`video`,void 0),i(this,`videoState`,new I(`stopped`)),i(this,`dash`,void 0),i(this,`representations$`,new oc([])),i(this,`textTracksManager`,void 0),i(this,`droppedFramesManager`,new il),i(this,`maxSeekBackTime$`,new oc(1/0)),i(this,`zeroTime$`,new oc(void 0)),i(this,`liveOffset`,new Ao),i(this,`log`,void 0),i(this,`params`,void 0),i(this,`_dashCb`,e=>{switch(e.name){case`buffering`:{let t=e.isBuffering;this.params.output.isBuffering$.next(t);break}case`error`:this.params.output.error$.next({id:`DashLiveProviderInternal:${e.type}`,category:Zs.WTF,message:`LiveDashPlayer reported error${e.message?`: ${e.message}`:``}`});break;case`manifest`:{let t=e.manifest,n=[];for(let e of t){let t=e.name??e.index.toString(10),r=$o(e.name)??cc(e.video),i=e.bitrate/1e3,a=o({},e.video);if(!r)continue;let s={id:t,quality:r,bitrate:i,size:a};n.push({track:s,representation:e})}this.representations$.next(n),this.params.output.availableVideoTracks$.next(n.map(({track:e})=>e)),this.videoState.getTransition()?.to===`manifest_ready`&&this.videoState.setState(`manifest_ready`);break}case`qualitySwitch`:{let t=e.quality,n=this.representations$.getValue().find(({representation:e})=>e===t)?.track;this.params.output.hostname$.next(new URL(t.headerUrl,this.params.source.url).hostname),ec(n)&&this.params.output.currentVideoTrack$.next(n);break}case`bandwidth`:{let{size:t,duration:n}=e;this.params.dependencies.throughputEstimator.addRawSpeed(t,n);break}case`index`:this.maxSeekBackTime$.next(e.shiftDuration||0),this.zeroTime$.next(e.zeroTime);break}}),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}; seekState: ${JSON.stringify(i)};`}),n===`stopped`){e!==`stopped`&&(this.videoState.startTransitionTo(`stopped`),this.dash.destroy(),this.video.removeAttribute(`src`),this.video.load(),this.videoState.setState(`stopped`));return}if(t)return;let a=this.params.desiredState.videoTrack.getTransition(),o=this.params.desiredState.autoVideoTrackSwitching.getTransition();if(Va.default(dl,e)&&(a||o)){this.prepare();return}if(r?.to!==`paused`&&i.state===`requested`&&Va.default(ul,e)){this.seek(i.position-this.liveOffset.getTotalPausedTime());return}switch(e){case`stopped`:this.videoState.startTransitionTo(`manifest_ready`),this.dash.attachSource(oi(this.params.source.url));return;case`manifest_ready`:this.videoState.startTransitionTo(`ready`),this.prepare();break;case`ready`:if(n===`paused`)this.videoState.setState(`paused`);else if(n===`playing`){z({m:`dlp.sync.1`}),this.videoState.startTransitionTo(`playing`);let e=r?.from;e&&e===`ready`&&(z({m:`dlp.sync.2`}),this.dash.catchUp()),z({m:`dlp.sync.3`}),this.dash.play()}return;case`playing`:n===`paused`&&(this.videoState.startTransitionTo(`paused`),this.liveOffset.pause(),this.dash.pause());return;case`paused`:if(n===`playing`)if(this.videoState.startTransitionTo(`playing`),this.liveOffset.getTotalPausedTime()<this.params.config.maxPausedTime&&this.liveOffset.getTotalOffset()<this.maxSeekBackTime$.getValue())this.liveOffset.resume(),this.dash.play(),this.params.output.position$.next(-this.liveOffset.getTotalOffset()/1e3);else{let e=this.liveOffset.getTotalOffset();e>=this.maxSeekBackTime$.getValue()&&(e=0,this.liveOffset.resetTo(e)),this.liveOffset.resume(),this.params.output.position$.next(-e/1e3),this.dash.reinit(oi(this.params.source.url,e))}return;default:return qs(e)}}),this.textTracksManager=new ko(e.source.url),this.params=e,this.log=this.params.dependencies.logger.createComponentLog(`DashLiveProvider`);let t=t=>{e.output.error$.next({id:`DashLiveProvider`,category:Zs.WTF,message:`DashLiveProvider internal logic error`,thrown:t})};this.subscription.add(nc(this.videoState.stateChangeStarted$.pipe(tc(e=>({transition:e,type:`start`}))),this.videoState.stateChangeEnded$.pipe(tc(e=>({transition:e,type:`end`})))).subscribe(({transition:e,type:t})=>{z({m:`dlp.s.1`,t:t+`:${e.from}-${e.to}`}),this.log({message:`[videoState change] ${t}: ${JSON.stringify(e)}`})})),this.video=no(e.container,e.tuning),this.params.output.element$.next(this.video),this.dash=this.createLiveDashPlayer(),this.subscription.add(this.dash.soundProhibitedEvent$.subscribe(this.params.output.soundProhibitedEvent$)),this.params.output.duration$.next(1/0),this.params.output.position$.next(0),this.params.output.isLive$.next(!0),this.params.output.canChangePlaybackSpeed$.next(!1),this.params.output.hostname$.next(Ks(this.params.source.url)),this.params.output.autoVideoTrackLimitingAvailable$.next(!0),this.params.output.availableVideoTracks$.next([]),this.params.output.availableAudioTracks$.next([]),this.params.output.isAudioAvailable$.next(!0),this.params.output.availableTextTracks$.next([]),this.params.desiredState.internalTextTracks.setState([]),this.textTracksManager.connect(this.video,this.params.desiredState,this.params.output);let n=Zo(this.video);this.subscription.add(()=>n.destroy()),this.subscription.add(this.representations$.pipe(tc(e=>e.map(({track:e})=>e)),Qs(e=>!!e.length),ic()).subscribe(e=>this.droppedFramesManager.connect({logger:this.params.dependencies.logger,video:this.video,droppedFramesChecker:this.params.tuning.droppedFramesChecker,isAuto:this.params.desiredState.autoVideoTrackSwitching,playing$:n.playing$,pause$:n.pause$,tracks:e}))),this.subscription.add(n.canplay$.subscribe(()=>{this.videoState.getTransition()?.to===`ready`&&this.videoState.setState(`ready`)},t)).add(n.pause$.subscribe(()=>{this.videoState.setState(`paused`)},t)).add(n.playing$.subscribe(()=>{this.params.desiredState.seekState.getState().state===`applying`&&this.params.output.seekedEvent$.next(),this.videoState.setState(`playing`)},t)).add(n.error$.subscribe(this.params.output.error$)).add(this.maxSeekBackTime$.pipe($s(),tc(e=>-e/1e3)).subscribe(this.params.output.duration$)).add(Ys({zeroTime:this.zeroTime$.pipe(Qs(ec)),position:n.timeUpdate$}).subscribe(({zeroTime:e,position:t})=>{t===0&&this.videoState.getTransition()||this.params.output.liveTime$.next(e+t*1e3)},t)).add(So(this.video,this.params.desiredState.isLooped,t)).add(Co(this.video,this.params.desiredState.volume,n.volumeState$,t,{skipVideoElVolumeSync$:this.params.skipVideoElVolumeSync$})),this.subscription.add(this.params.skipVideoElVolumeSync$.subscribe(e=>{this.volumeSubscription.unsubscribe(),e?this.volumeSubscription.add(this.params.desiredState.volume.stateChangeStarted$.subscribe(({to:e})=>this.params.output.volume$.next(e),t)):this.volumeSubscription.add(n.volumeState$.subscribe(this.params.output.volume$,t))})),this.subscription.add(wo(this.video,this.params.desiredState.playbackRate,n.playbackRateState$,t)).add(n.loadStart$.subscribe(this.params.output.firstBytesEvent$)).add(n.loadedMetadata$.subscribe(this.params.output.loadedMetadataEvent$)).add(n.playing$.subscribe(this.params.output.firstFrameEvent$)).add(n.canplay$.subscribe(this.params.output.canplay$)).add(n.inPiP$.subscribe(this.params.output.inPiP$)).add(n.inFullscreen$.subscribe(this.params.output.inFullscreen$)).add(ll(this.video).subscribe(this.params.output.elementVisible$)).add(this.params.desiredState.autoVideoTrackLimits.stateChangeStarted$.subscribe(({to:{max:e,min:t}})=>{this.dash.setAutoQualityLimits({max:e&&sc(e),min:t&&sc(t)}),this.params.output.autoVideoTrackLimits$.next({max:e,min:t})})).add(this.videoState.stateChangeEnded$.subscribe(e=>{switch(e.to){case`stopped`:this.params.output.position$.next(0),this.params.output.duration$.next(1/0),z({m:`dlp.vse.s`}),this.params.desiredState.playbackState.setState(`stopped`);break;case`manifest_ready`:case`ready`:this.params.desiredState.playbackState.getTransition()?.to===`ready`&&(z({m:`dlp.vse.r`}),this.params.desiredState.playbackState.setState(`ready`));break;case`paused`:z({m:`dlp.vse.pa`}),this.params.desiredState.playbackState.setState(`paused`);break;case`playing`:z({m:`dlp.vse.pl`}),this.params.desiredState.playbackState.setState(`playing`);break;default:return qs(e.to)}},t)).add(nc(e.desiredState.playbackState.stateChangeStarted$,e.desiredState.seekState.stateChangeEnded$,e.desiredState.videoTrack.stateChangeStarted$,e.desiredState.autoVideoTrackSwitching.stateChangeStarted$,this.videoState.stateChangeEnded$,this.droppedFramesManager.onDroopedVideoFramesLimit$,rc([`init`])).pipe(Xs(0)).subscribe(this.syncPlayback,t));let r=!1,{output:a}=this.params;this.params.tuning.live.catchupLiveForMutedInactiveTab&&this.subscription.add(a.elementVisible$.pipe($s()).subscribe(e=>{let t=a.position$.getValue(),n=a.volume$.getValue(),i=!n.volume||n.muted;!e&&!t&&i?r=!0:e&&r&&(this.seek(0),r=!1)}))}destroy(){z({m:`dlp.destroy`}),this.subscription.unsubscribe(),this.volumeSubscription.unsubscribe(),this.textTracksManager.destroy(),this.droppedFramesManager.destroy(),this.dash.destroy(),this.params.output.element$.next(void 0),ro(this.video,this.params.tuning)}createLiveDashPlayer(){let e=new Gc({videoElement:this.video,videoState:this.videoState,playbackState:this.params.desiredState.playbackState,liveOffset:this.liveOffset,config:{maxParallelRequests:this.params.config.maxParallelRequests,minBuffer:this.params.tuning.live.minBuffer,minBufferSegments:this.params.tuning.live.minBufferSegments,lowLatencyMinBuffer:this.params.tuning.live.lowLatencyMinBuffer,lowLatencyMinBufferSegments:this.params.tuning.live.lowLatencyMinBufferSegments,isLiveCatchUpMode:this.params.tuning.live.isLiveCatchUpMode,manifestRetryInterval:this.params.tuning.manifestRetryInterval,manifestRetryMaxInterval:this.params.tuning.manifestRetryMaxInterval,manifestRetryMaxCount:this.params.tuning.manifestRetryMaxCount,useInvalidBufferFix:this.params.tuning.useInvalidBufferFix||!1},playerCallback:this._dashCb,logger:e=>{this.params.dependencies.logger.log({message:String(e),component:`LiveDashPlayer`})}});return e.pause(),e}prepare(){let e=this.representations$.getValue(),t=this.params.desiredState.videoTrack.getTransition()?.to??this.params.desiredState.videoTrack.getState(),n=this.params.desiredState.autoVideoTrackSwitching.getTransition()?.to??this.params.desiredState.autoVideoTrackSwitching.getState(),r=!n&&ec(t)?t:Hs(e.map(({track:e})=>e),{container:this.video.getBoundingClientRect(),panelSize:this.params.panelSize,estimatedThroughput:this.params.dependencies.throughputEstimator.throughput$.getValue(),tuning:this.params.tuning.autoTrackSelection,limits:this.params.desiredState.autoVideoTrackLimits.getState(),droppedVideoMaxQualityLimit:this.droppedFramesManager.droppedVideoMaxQualityLimit,abrLogger:this.params.dependencies.abrLogger}),i=r?.id,a=this.params.desiredState.videoTrack.getTransition(),o=this.params.desiredState.videoTrack.getState()?.id,s=this.params.desiredState.autoVideoTrackSwitching.getTransition();if(r&&(a||i!==o)&&this.setVideoTrack(r),s&&this.setAutoQuality(n),a||s||i!==o){let t=e.find(({track:e})=>e.id===i)?.representation;Js(t,`Representations missing`),this.dash.startPlay(t,n)}}setVideoTrack(e){let t=this.representations$.getValue().find(({track:t})=>t.id===e.id)?.representation;Js(t,`No such representation ${e.id}`),this.dash.switchByName(t.name),this.params.desiredState.videoTrack.setState(e)}setAutoQuality(e){this.dash.setAutoQualityEnabled(e),this.params.desiredState.autoVideoTrackSwitching.setState(e)}seek(e){this.log({message:`[seek] position: ${e}`}),this.params.output.willSeekEvent$.next();let t=this.params.desiredState.playbackState.getState(),n=this.videoState.getState(),r=t===`paused`&&n===`paused`,i=-e,a=i<=this.maxSeekBackTime$.getValue()?i:0;this.params.output.position$.next(e/1e3),z({m:`dlp.seek`,p:e,no:a,url:this.params.source.url}),this.dash.reinit(oi(this.params.source.url,a)),r&&this.dash.pause(),this.liveOffset.resetTo(a,r)}}var pl=fl;import{filter as ml,filterChanged as hl,isNonNullable as gl}from"@vkontakte/videoplayer-shared/es2015";import{assertNever as _l,assertNonNullable as vl,debounce as yl,ErrorCategory as bl,filter as xl,filterChanged as Sl,fromEvent as Cl,isNonNullable as wl,isNullable as Tl,map as El,merge as Dl,observableFrom as Ol,once as kl,Subscription as Al,throttle as jl}from"@vkontakte/videoplayer-shared/es2015";var Ml=v(Pn(),1);import{videoSizeToQuality as Nl}from"@vkontakte/videoplayer-shared/es2015";var Pl=({id:e,width:t,height:n,bitrate:r,fps:i,quality:a,streamId:o})=>{let s=(a?$o(a):void 0)??Nl({width:t,height:n});return s&&{id:e,quality:s,bitrate:r,size:{width:t,height:n},fps:i,streamId:o}},Fl=({id:e,bitrate:t})=>({id:e,bitrate:t}),Il=({language:e,label:t},{id:n,url:r,isAuto:i})=>({id:n,url:r,isAuto:i,type:`internal`,language:e,label:t}),Ll=({language:e,label:t,id:n,url:r,isAuto:i})=>({id:n,url:r,isAuto:i,type:`internal`,language:e,label:t}),Rl=({id:e,language:t,label:n,codecs:r,isDefault:i})=>({id:e,language:t,label:n,codec:Ml.default(r.split(`.`),0),isDefault:i}),zl=({id:e,language:t,label:n,hdr:r,codecs:i})=>({id:e,language:t,hdr:r,label:n,codec:Ml.default(i.split(`.`),0)}),Bl=e=>e.type===`template`;class Vl{constructor(e,t){i(this,`fov`,void 0),i(this,`orientation`,void 0),this.fov=e,this.orientation=t}}class Hl{constructor(e,t){i(this,`options`,void 0),i(this,`camera`,void 0),i(this,`rotating`,!1),i(this,`fading`,!1),i(this,`lastTickTS`,0),i(this,`lastCameraTurn`,void 0),i(this,`lastCameraTurnTS`,0),i(this,`fadeStartSpeed`,null),i(this,`fadeCorrection`,void 0),i(this,`fadeTime`,0),i(this,`rotationSpeed`,void 0),this.camera=e,this.options=t,this.rotationSpeed={x:0,y:0,z:0},this.fadeCorrection=1/(this.options.speedFadeTime/1e3)**2}turnCamera(e=0,t=0,n=0){this.pointCameraTo(this.camera.orientation.x+e,this.camera.orientation.y+t,this.camera.orientation.z+n)}pointCameraTo(e=0,t=0,n=0){t=this.limitCameraRotationY(t);let r=e-this.camera.orientation.x,i=t-this.camera.orientation.y,a=n-this.camera.orientation.z;this.camera.orientation.x=e,this.camera.orientation.y=t,this.camera.orientation.z=n,this.lastCameraTurn={x:r,y:i,z:a},this.lastCameraTurnTS=Date.now()}setRotationSpeed(e,t,n){this.rotationSpeed.x=e??this.rotationSpeed.x,this.rotationSpeed.y=t??this.rotationSpeed.y,this.rotationSpeed.z=n??this.rotationSpeed.z}startRotation(){this.rotating=!0}stopRotation(e=!1){e?(this.setRotationSpeed(0,0,0),this.fadeStartSpeed=null):this.startFading(this.rotationSpeed.x,this.rotationSpeed.y,this.rotationSpeed.z),this.rotating=!1}onCameraRelease(){if(this.lastCameraTurn&&this.lastCameraTurnTS){let e=Date.now()-this.lastCameraTurnTS;if(e<this.options.speedFadeThreshold){let t=(1-e/this.options.speedFadeThreshold)*this.options.rotationSpeedCorrection;this.startFading(this.lastCameraTurn.x*t,this.lastCameraTurn.y*t,this.lastCameraTurn.z*t)}}}startFading(e,t,n){this.setRotationSpeed(e,t,n),this.fadeStartSpeed=o({},this.rotationSpeed),this.fading=!0}stopFading(){this.fadeStartSpeed=null,this.fading=!0,this.fadeTime=0}limitCameraRotationY(e){return Math.max(-this.options.maxYawAngle,Math.min(e,this.options.maxYawAngle))}tick(e){if(!this.lastTickTS){this.lastTickTS=e,this.lastCameraTurnTS=Date.now();return}let t=e-this.lastTickTS,n=t/1e3;if(this.rotating)this.turnCamera(this.rotationSpeed.x*this.options.rotationSpeedCorrection*n,this.rotationSpeed.y*this.options.rotationSpeedCorrection*n,this.rotationSpeed.z*this.options.rotationSpeedCorrection*n);else if(this.fading&&this.fadeStartSpeed){let e=-this.fadeCorrection*(this.fadeTime/1e3)**2+1;this.setRotationSpeed(this.fadeStartSpeed.x*e,this.fadeStartSpeed.y*e,this.fadeStartSpeed.z*e),e>0?this.turnCamera(this.rotationSpeed.x*this.options.rotationSpeedCorrection*n,this.rotationSpeed.y*this.options.rotationSpeedCorrection*n,this.rotationSpeed.z*this.options.rotationSpeedCorrection*n):(this.stopRotation(!0),this.stopFading()),this.fadeTime=Math.min(this.fadeTime+t,this.options.speedFadeTime)}this.lastTickTS=e}}var Ul=`./vertex_shader-xzkp5kyx.glsl`,Wl=`./fragment_shader-66qz233h.glsl`;class Gl{constructor(e,t,n){i(this,`container`,void 0),i(this,`sourceVideoElement`,void 0),i(this,`canvas`,void 0),i(this,`gl`,void 0),i(this,`params`,void 0),i(this,`frameWidth`,void 0),i(this,`frameHeight`,void 0),i(this,`viewportWidth`,void 0),i(this,`viewportHeight`,void 0),i(this,`videoInitialized`,!1),i(this,`program`,void 0),i(this,`videoTexture`,void 0),i(this,`vertexBuffer`,void 0),i(this,`textureMappingBuffer`,void 0),i(this,`camera`,void 0),i(this,`cameraRotationManager`,void 0),i(this,`videoElementDataLoadedFn`,void 0),i(this,`renderFn`,void 0),i(this,`active`,!1),this.container=e,this.sourceVideoElement=t,this.params=n,this.canvas=this.createCanvas();let r=this.canvas.getContext(`webgl`);if(!r)throw Error(`Could not initialize WebGL context`);this.gl=r,this.container.appendChild(this.canvas),this.camera=new Vl(this.params.fov,this.params.orientation),this.cameraRotationManager=new Hl(this.camera,{rotationSpeed:this.params.rotationSpeed,maxYawAngle:this.params.maxYawAngle,rotationSpeedCorrection:this.params.rotationSpeedCorrection,degreeToPixelCorrection:this.params.degreeToPixelCorrection,speedFadeTime:this.params.speedFadeTime,speedFadeThreshold:this.params.speedFadeThreshold}),this.updateFrameSize(),this.vertexBuffer=this.createVertexBuffer(),this.textureMappingBuffer=this.createTextureMappingBuffer(),this.updateTextureMappingBuffer(),this.program=this.createProgram(),this.videoTexture=this.createTexture(),this.gl.useProgram(this.program),this.videoElementDataLoadedFn=this.onDataLoadedHandler.bind(this),this.renderFn=this.render.bind(this)}play(){this.active||(this.videoInitialized?this.doPlay():this.sourceVideoElement.readyState>=2?(this.videoInitialized=!0,this.doPlay()):this.sourceVideoElement.addEventListener(`loadeddata`,this.videoElementDataLoadedFn))}stop(){this.active=!1}startCameraManualRotation(e,t){this.cameraRotationManager.setRotationSpeed(e*this.params.rotationSpeed,t*this.params.rotationSpeed,0),this.cameraRotationManager.startRotation()}stopCameraManualRotation(e=!1){this.cameraRotationManager.stopRotation(e)}turnCamera(e,t){this.cameraRotationManager.turnCamera(e,t)}pointCameraTo(e,t){this.cameraRotationManager.pointCameraTo(e,t)}pixelToDegree(e){return{x:this.params.degreeToPixelCorrection*this.params.fov.x*-e.x/this.viewportWidth,y:this.params.degreeToPixelCorrection*this.params.fov.y*e.y/this.viewportHeight}}getCameraRotation(){return this.camera.orientation}holdCamera(){this.cameraRotationManager.stopRotation(!0)}releaseCamera(){this.cameraRotationManager.onCameraRelease()}destroy(){this.sourceVideoElement.removeEventListener(`loadeddata`,this.videoElementDataLoadedFn),this.stop(),this.canvas.remove()}setViewportSize(e,t){this.viewportWidth=e,this.viewportHeight=t,this.canvas.width=this.viewportWidth,this.canvas.height=this.viewportHeight,this.gl.viewport(0,0,this.canvas.width,this.canvas.height)}onDataLoadedHandler(){this.videoInitialized=!0,this.doPlay()}doPlay(){this.updateFrameSize(),this.vertexBuffer=this.createVertexBuffer(),this.active=!0,this.sourceVideoElement.removeEventListener(`loadeddata`,this.videoElementDataLoadedFn),requestAnimationFrame(this.renderFn)}render(e){this.cameraRotationManager.tick(e),this.updateTexture(),this.updateTextureMappingBuffer();let t=this.gl.getAttribLocation(this.program,`a_vertex`),n=this.gl.getAttribLocation(this.program,`a_texel`),r=this.gl.getUniformLocation(this.program,`u_texture`),i=this.gl.getUniformLocation(this.program,`u_focus`);this.gl.enableVertexAttribArray(t),this.gl.enableVertexAttribArray(n),this.gl.bindBuffer(this.gl.ARRAY_BUFFER,this.vertexBuffer),this.gl.vertexAttribPointer(t,2,this.gl.FLOAT,!1,0,0),this.gl.bindBuffer(this.gl.ARRAY_BUFFER,this.textureMappingBuffer),this.gl.vertexAttribPointer(n,2,this.gl.FLOAT,!1,0,0),this.gl.activeTexture(this.gl.TEXTURE0),this.gl.bindTexture(this.gl.TEXTURE_2D,this.videoTexture),this.gl.uniform1i(r,0),this.gl.uniform2f(i,-this.camera.orientation.x,-this.camera.orientation.y),this.gl.drawArrays(this.gl.TRIANGLE_FAN,0,4),this.gl.bindTexture(this.gl.TEXTURE_2D,null),this.gl.bindBuffer(this.gl.ARRAY_BUFFER,null),this.gl.disableVertexAttribArray(t),this.gl.disableVertexAttribArray(n),this.active&&requestAnimationFrame(this.renderFn)}createShader(e,t){let n=this.gl.createShader(t);if(!n)throw this.destroy(),Error(`Could not create shader (${t})`);if(this.gl.shaderSource(n,e),this.gl.compileShader(n),!this.gl.getShaderParameter(n,this.gl.COMPILE_STATUS))throw this.destroy(),Error(`An error occurred while compiling the shader: `+this.gl.getShaderInfoLog(n));return n}createProgram(){let e=this.gl.createProgram();if(!e)throw this.destroy(),Error(`Could not create shader program`);let t=this.createShader(Ul,this.gl.VERTEX_SHADER),n=this.createShader(Wl,this.gl.FRAGMENT_SHADER);if(this.gl.attachShader(e,t),this.gl.attachShader(e,n),this.gl.linkProgram(e),!this.gl.getProgramParameter(e,this.gl.LINK_STATUS))throw this.destroy(),Error(`Could not link shader program.`);return e}createTexture(){let e=this.gl.createTexture();if(!e)throw this.destroy(),Error(`Could not create texture`);return this.gl.bindTexture(this.gl.TEXTURE_2D,e),this.gl.texParameteri(this.gl.TEXTURE_2D,this.gl.TEXTURE_MAG_FILTER,this.gl.LINEAR),this.gl.texParameteri(this.gl.TEXTURE_2D,this.gl.TEXTURE_MIN_FILTER,this.gl.LINEAR),this.gl.texParameteri(this.gl.TEXTURE_2D,this.gl.TEXTURE_WRAP_S,this.gl.CLAMP_TO_EDGE),this.gl.texParameteri(this.gl.TEXTURE_2D,this.gl.TEXTURE_WRAP_T,this.gl.CLAMP_TO_EDGE),this.gl.bindTexture(this.gl.TEXTURE_2D,null),e}updateTexture(){this.gl.bindTexture(this.gl.TEXTURE_2D,this.videoTexture),this.gl.pixelStorei(this.gl.UNPACK_FLIP_Y_WEBGL,!0),this.gl.texImage2D(this.gl.TEXTURE_2D,0,this.gl.RGBA,this.gl.RGBA,this.gl.UNSIGNED_BYTE,this.sourceVideoElement),this.gl.bindTexture(this.gl.TEXTURE_2D,null)}createVertexBuffer(){let e=this.gl.createBuffer();if(!e)throw this.destroy(),Error(`Could not create vertex buffer`);let t=1,n=1,r=this.frameHeight/(this.frameWidth/this.viewportWidth);return r>this.viewportHeight?t=this.viewportHeight/r:n=r/this.viewportHeight,this.gl.bindBuffer(this.gl.ARRAY_BUFFER,e),this.gl.bufferData(this.gl.ARRAY_BUFFER,new Float32Array([-t,-n,t,-n,t,n,-t,n]),this.gl.STATIC_DRAW),this.gl.bindBuffer(this.gl.ARRAY_BUFFER,null),e}createTextureMappingBuffer(){let e=this.gl.createBuffer();if(!e)throw this.destroy(),Error(`Could not create texture mapping buffer`);return e}calculateTexturePosition(){let e=.5-this.camera.orientation.x/360,t=.5-this.camera.orientation.y/180,n=this.camera.fov.x/360/2,r=this.camera.fov.y/180/2;return[e-n,t-r,e+n,t-r,e+n,t+r,e-n,t+r]}updateTextureMappingBuffer(){this.gl.bindBuffer(this.gl.ARRAY_BUFFER,this.textureMappingBuffer),this.gl.bufferData(this.gl.ARRAY_BUFFER,new Float32Array(this.calculateTexturePosition()),this.gl.STATIC_DRAW),this.gl.bindBuffer(this.gl.ARRAY_BUFFER,null)}updateFrameSize(){this.frameWidth=this.sourceVideoElement.videoWidth,this.frameHeight=this.sourceVideoElement.videoHeight}createCanvas(){let e=document.createElement(`canvas`);return e.style.position=`absolute`,e.style.left=`0`,e.style.top=`0`,e.style.width=`100%`,e.style.height=`100%`,e}}import{isNullable as Kl,now as ql,once as Jl,Subscription as Yl,ValueSubject as Xl,isNonNullable as Zl,safeStorage as Ql,filterChanged as $l}from"@vkontakte/videoplayer-shared/es2015";var eu=(e,t,n)=>n*t+(1-n)*e,tu=(e,t)=>e.reduce((e,t)=>e+t,0)/t,nu=(e,t,n,r)=>{let i=0,a=n,o=tu(e,t),s=t<r?t:r;for(let t=0;t<s;t++)e[a]>o?i++:i--,a=(e.length+a-1)%e.length;return Math.abs(i)===s},ru=`stalls_manager_metrics`,iu=`stalls_manager_abr_params`,au=`stalls_manager_default_tuning_abr_params`;class ou{constructor(){i(this,`currentStallDuration$`,void 0),i(this,`videoLastDataObtainedTimestamp$`,void 0),i(this,`throughput$`,void 0),i(this,`rtt$`,void 0),i(this,`tuning`,void 0),i(this,`abrParams`,void 0),i(this,`duration`,void 0),i(this,`isSeeked$`,new Xl(!1)),i(this,`isBuffering$`,new Xl(!1)),i(this,`maxQualityLimit`,void 0),i(this,`lastUniqueVideoTrackSelected`,void 0),i(this,`currentStallsCount`,0),i(this,`sumStallsDuration`,0),i(this,`lastStallDuration`,0),i(this,`providerStartWatchingTimestamp`,0),i(this,`lastUniqueVideoTrackSelectedTimestamp`,0),i(this,`predictedThroughputWithoutData`,0),i(this,`qualityRestrictionTimer`,void 0),i(this,`subscription`,new Yl),i(this,`severeStallOccurred$`,new Xl(!1))}init(e){this.currentStallDuration$=e.currentStallDuration$,this.videoLastDataObtainedTimestamp$=e.videoLastDataObtainedTimestamp$,this.throughput$=e.throughput$,this.rtt$=e.rtt$,this.tuning=e.tuning,this.abrParams=e.abrParams,this.duration=e.duration,this.resetStoredAbrParamsIfNeeded(),this.subscribe(e)}get videoMaxQualityLimit(){return this.maxQualityLimit}get predictedThroughput(){return this.predictedThroughputWithoutData}get abrTuningParams(){let e=(this.tuning.ignoreDynamicAbrForShortVideo?this.tuning.enabled&&this.duration>this.tuning.minTvtToBeCounted:this.tuning.enabled)?this.getStoredData(iu):{};return o(o({},this.abrParams),e)}set lastVideoTrackSelected(e){this.lastUniqueVideoTrackSelected?.id!==e.id&&(this.lastUniqueVideoTrackSelected=e,this.lastUniqueVideoTrackSelectedTimestamp=ql(),this.currentStallsCount=0)}destroy(){window.clearTimeout(this.qualityRestrictionTimer),this.subscription.unsubscribe(),this.currentStallDuration$.getValue()!==0&&this.updateStallData();let e=(ql()-this.providerStartWatchingTimestamp-this.sumStallsDuration)/1e3,t=this.sumStallsDuration;this.addStallInfoToHistory(e,t),this.updateStoredAbrParams()}resetStoredAbrParamsIfNeeded(){let{bitrateFactorAtEmptyBuffer:e,bitrateFactorAtFullBuffer:t,containerSizeFactor:n}=o({},this.getStoredData(au)),{bitrateFactorAtEmptyBuffer:r,bitrateFactorAtFullBuffer:i,containerSizeFactor:a}=o({},this.abrParams);this.tuning.enabled&&e===r&&t===i&&n===a||(this.removeStoredData(iu),this.setStoredData(au,{bitrateFactorAtEmptyBuffer:r,bitrateFactorAtFullBuffer:i,containerSizeFactor:a}))}updateStoredAbrParams(){let e=[],t=this.getStoredData(ru,`[]`);if(!this.tuning.enabled||t.length<this.tuning.stallsMetricsHistoryLength)return;let n=t.reduce((e,t)=>e+t.tvt,0);if(this.tuning.useTotalStallsDurationPerTvt){let r=t.reduce((e,t)=>e+t.stallsDuration,0)/n;e.push(this.calculateOptimalAbrParams(r,n))}if(this.tuning.useAverageStallsDurationPerTvt){let r=t.reduce((e,t)=>e+t.stallsDurationPerTvt,0)/t.length;e.push(this.calculateOptimalAbrParams(r,n))}this.tuning.useEmaStallsDurationPerTvt&&e.push(this.calculateOptimalAbrParams(t[t.length-1].stallsDurationPerTvtSmoothed,n));let r={bitrateFactorAtEmptyBuffer:Math.max(...e.map(e=>e.bitrateFactorAtEmptyBuffer)),bitrateFactorAtFullBuffer:Math.max(...e.map(e=>e.bitrateFactorAtFullBuffer)),containerSizeFactor:Math.min(...e.map(e=>e.containerSizeFactor))};this.setStoredData(ru,[]),this.setStoredData(iu,r)}calculateOptimalAbrParams(e,t){let{targetStallsDurationPerTvt:n,deviationStallsDurationPerTvt:r,criticalStallsDurationPerTvt:i,abrAdjustingSpeed:a,significantTvt:o}=this.tuning,s=a*Math.min(t/o,1),c=this.abrTuningParams;return e<n-r?c={bitrateFactorAtEmptyBuffer:Math.max(c.bitrateFactorAtEmptyBuffer-s,this.abrParams.minBitrateFactorAtEmptyBuffer),bitrateFactorAtFullBuffer:Math.max(c.bitrateFactorAtFullBuffer-s,this.abrParams.minBitrateFactorAtFullBuffer),containerSizeFactor:Math.min(c.containerSizeFactor+s,this.abrParams.maxContainerSizeFactor)}:e>n+r&&(c={bitrateFactorAtEmptyBuffer:Math.min(c.bitrateFactorAtEmptyBuffer+s,this.abrParams.maxBitrateFactorAtEmptyBuffer),bitrateFactorAtFullBuffer:Math.min(c.bitrateFactorAtFullBuffer+s,this.abrParams.maxBitrateFactorAtFullBuffer),containerSizeFactor:Math.max(c.containerSizeFactor-s,this.abrParams.minContainerSizeFactor)}),e>i&&(c={bitrateFactorAtEmptyBuffer:Math.max(c.bitrateFactorAtEmptyBuffer,this.abrParams.bitrateFactorAtEmptyBuffer),bitrateFactorAtFullBuffer:Math.max(c.bitrateFactorAtFullBuffer,this.abrParams.bitrateFactorAtFullBuffer),containerSizeFactor:Math.min(c.containerSizeFactor,this.abrParams.containerSizeFactor)}),c}getStoredData(e,t=`{}`){return JSON.parse(Ql.get(e)??t)}setStoredData(e,t){Ql.set(e,JSON.stringify(t))}removeStoredData(e){Ql.remove(e)}addStallInfoToHistory(e,t){if(e<this.tuning.minTvtToBeCounted||e>this.tuning.maxTvtToBeCounted||e*1e3<t)return;let n=this.getStoredData(ru,`[]`),r=t/e,i={tvt:e,stallsDuration:t,stallsDurationPerTvt:r,stallsDurationPerTvtSmoothed:n.length?eu(n[n.length-1].stallsDurationPerTvtSmoothed,t/e,this.tuning.emaAlpha):r};n.push(i),n.length>this.tuning.stallsMetricsHistoryLength&&n.shift(),this.setStoredData(ru,n)}updateStallData(){this.providerStartWatchingTimestamp&&!this.isSeeked$.getValue()&&(this.sumStallsDuration+=Math.min(this.lastStallDuration,this.tuning.maxPossibleStallDuration),this.currentStallsCount++)}subscribe(e){this.subscription.add(e.isSeeked$.subscribe(this.isSeeked$)),this.subscription.add(e.isBuffering$.subscribe(this.isBuffering$)),this.subscription.add(e.looped$.subscribe(e=>this.currentStallsCount=0)),this.subscription.add(e.playing$.pipe(Jl()).subscribe(e=>this.providerStartWatchingTimestamp=ql())),this.subscription.add(this.currentStallDuration$.pipe($l()).subscribe(e=>{let{stallDurationNoDataBeforeQualityDecrease:t,stallCountBeforeQualityDecrease:n,resetQualityRestrictionTimeout:r,ignoreStallsOnSeek:i}=this.tuning;if(Kl(this.lastUniqueVideoTrackSelected)||i&&this.isSeeked$.getValue())return;let a=this.rtt$.getValue(),o=this.throughput$.getValue(),s=this.videoLastDataObtainedTimestamp$.getValue(),c=ql(),l=n&&this.currentStallsCount>=n,u=t&&c-this.lastUniqueVideoTrackSelectedTimestamp>=t+a&&c-s>=t+a&&e>=t;(l||u)&&(this.severeStallOccurred$.next(!0),window.clearTimeout(this.qualityRestrictionTimer),this.maxQualityLimit=this.lastUniqueVideoTrackSelected.quality,Zl(this.lastUniqueVideoTrackSelected.bitrate)&&o>this.lastUniqueVideoTrackSelected.bitrate&&(this.predictedThroughputWithoutData=this.lastUniqueVideoTrackSelected.bitrate)),!e&&ql()-this.providerStartWatchingTimestamp>this.lastStallDuration&&(this.updateStallData(),this.severeStallOccurred$.next(!1),window.clearTimeout(this.qualityRestrictionTimer),this.qualityRestrictionTimer=window.setTimeout(()=>{this.maxQualityLimit=void 0,this.predictedThroughputWithoutData=0},r)),this.lastStallDuration=e}))}}var su=ou;import{combine as cu,map as lu,observeElementSize as uu,Subscription as du,ValueSubject as fu,noop as pu}from"@vkontakte/videoplayer-shared/es2015";class mu{constructor(){i(this,`subscription`,new du),i(this,`pipSize$`,new fu(void 0)),i(this,`videoSize$`,new fu(void 0)),i(this,`elementSize$`,new fu(void 0)),i(this,`pictureInPictureWindowRemoveEventListener`,pu)}connect({observableVideo:e,video:t}){let n=e=>{let t=e.target;this.pipSize$.next({width:t.width,height:t.height})};this.subscription.add(uu(t).subscribe(this.videoSize$)).add(e.enterPip$.subscribe(({pictureInPictureWindow:e})=>{this.pipSize$.next({width:e.width,height:e.height}),e.addEventListener(`resize`,n),this.pictureInPictureWindowRemoveEventListener=()=>{e.removeEventListener(`resize`,n)}})).add(e.leavePip$.subscribe(()=>{this.pictureInPictureWindowRemoveEventListener()})).add(cu({videoSize:this.videoSize$,pipSize:this.pipSize$,inPip:e.inPiP$}).pipe(lu(({videoSize:e,inPip:t,pipSize:n})=>t?n:e)).subscribe(this.elementSize$))}getValue(){return this.elementSize$.getValue()}subscribe(e,t){return this.elementSize$.subscribe(e,t)}getObservable(){return this.elementSize$}destroy(){this.pictureInPictureWindowRemoveEventListener(),this.subscription.unsubscribe()}}import{filter as hu,map as gu,once as _u}from"@vkontakte/videoplayer-shared/es2015";var vu=({subscription:e,desiredState:t,videoElement$:n,observableVideo:r})=>{if(!F.browser.isSafari)return;let i=0,a=!1;e.add(t.volume.stateChangeStarted$.pipe(gu(()=>{let e=t.volume.getTransition(),r=n.getValue();return!r||!e?!1:!e.to.muted&&r.muted}),hu(e=>!!e),_u()).subscribe(()=>{i=performance.now(),a=!0})),e.add(r.playbackRateState$.pipe(hu(()=>a),_u()).subscribe(()=>{let e=n.getValue(),r=t.playbackRate.getState();e&&r!==e.playbackRate&&performance.now()-i<1e3&&(e.playbackRate=r)}))};import{filterChanged as yu,isNonNullable as bu,isNullable as xu,now as Su,once as Cu,Subscription as wu,ValueSubject as Tu}from"@vkontakte/videoplayer-shared/es2015";class Eu{constructor(){i(this,`currentStallDuration$`,new Tu(0)),i(this,`videoLastDataObtainedTimestamp$`,new Tu(0)),i(this,`isSeeked$`,new Tu(!1)),i(this,`rtt$`,new Tu(0)),i(this,`tuning`,void 0),i(this,`lastUniqueVideoTrackSelectedTimestamp`,0),i(this,`lastUniqueVideoTrackSelected`,void 0),i(this,`providerStartWatchingTimestamp`,0),i(this,`subscription`,new wu),i(this,`severeStallOccurred$`,new Tu(!1)),i(this,`totalStallsCount$`,new Tu(0)),i(this,`currentVideoTrackStallsCount$`,new Tu(0)),i(this,`sumStallsDuration$`,new Tu(0)),i(this,`lastStallDuration$`,new Tu(0))}init(e){this.tuning=e.tuning,this.subscription.add(e.currentStallDuration$.subscribe(this.currentStallDuration$)),this.subscription.add(e.rtt$.subscribe(this.rtt$)),this.subscription.add(e.videoLastDataObtainedTimestamp$.subscribe(this.videoLastDataObtainedTimestamp$)),this.subscription.add(e.isSeeked$.subscribe(this.isSeeked$)),this.subscription.add(e.observableVideo.looped$.subscribe(e=>this.currentVideoTrackStallsCount$.next(0))),this.subscription.add(e.observableVideo.playing$.pipe(Cu()).subscribe(e=>this.providerStartWatchingTimestamp=Su())),this.subscription.add(e.lastVideoTrackSelected$.subscribe(e=>{bu(e)&&this.lastUniqueVideoTrackSelected?.id!==e.id&&(this.lastUniqueVideoTrackSelected=e,this.lastUniqueVideoTrackSelectedTimestamp=Su(),this.currentVideoTrackStallsCount$.next(0))})),this.subscription.add(this.currentStallDuration$.pipe(yu()).subscribe(e=>{let{stallDurationNoDataBeforeQualityDecrease:t,stallCountBeforeQualityDecrease:n,ignoreStallsOnSeek:r}=this.tuning;if(xu(this.lastUniqueVideoTrackSelected)||r&&this.isSeeked$.getValue())return;let i=this.rtt$.getValue(),a=this.videoLastDataObtainedTimestamp$.getValue(),o=Su(),s=n&&this.currentVideoTrackStallsCount$.getValue()>=n,c=t&&o-this.lastUniqueVideoTrackSelectedTimestamp>=t+i&&o-a>=t+i&&e>=t;(s||c)&&this.severeStallOccurred$.next(!0),!e&&Su()-this.providerStartWatchingTimestamp>this.lastStallDuration$.getValue()&&(this.updateStallData(),this.severeStallOccurred$.next(!1)),this.lastStallDuration$.next(e)}))}destroy(){this.subscription.unsubscribe(),this.currentStallDuration$.getValue()!==0&&this.updateStallData()}updateStallData(){if(this.providerStartWatchingTimestamp&&!this.isSeeked$.getValue()&&this.lastStallDuration$.getValue()>0){let e=this.sumStallsDuration$.getValue(),t=this.lastStallDuration$.getValue(),n=this.currentVideoTrackStallsCount$.getValue(),r=this.totalStallsCount$.getValue();this.sumStallsDuration$.next(e+Math.min(t,this.tuning.maxPossibleStallDuration)),this.currentVideoTrackStallsCount$.next(n+1),this.totalStallsCount$.next(r+1)}}}var Du=e=>`audioTracksAsc`in e;import{now as Ou}from"@vkontakte/videoplayer-shared/es2015";class ku{constructor(){i(this,`last`,void 0),i(this,`history`,{})}recordSelection(e){this.history[e.id]=Ou()}recordSwitch(e){this.last=e}clear(){this.last=void 0,this.history={}}}import{isNonNullable as Au,now as ju}from"@vkontakte/videoplayer-shared/es2015";var Mu=v(kn(),1),Nu=v(it(),1);import{isLowerOrEqual as Pu,isNonNullable as Fu,isNullable as Iu}from"@vkontakte/videoplayer-shared/es2015";var Lu=e=>`quality`in e,Ru=e=>(t,n)=>e*(Number(t.bitrate)-Number(n.bitrate)),zu=e=>(t,n)=>e*(Pu(t.quality,n.quality)?-1:1),Bu=e=>(t,n)=>Lu(t)&&Lu(n)?zu(e)(t,n):Ru(e)(t,n),Vu=(e,t)=>Bu(1)(e,t)<0,Hu=(e,t)=>Math.log(t)/Math.log(e),Uu=(e,t,n)=>(t-n)*2**(-10*e)+n,Wu=(e,t,n,r)=>{if(Iu(e))return n[0];let i=n.filter(t=>Fu(t.bitrate)&&Fu(e.bitrate)?e.bitrate/t.bitrate>r:!0),a=Mu.default(n,Math.round(n.length*t.indexOf(e)/(t.length+1)))??Mu.default(n,-1);return a&&Nu.default(i,a)?a:i.length?Mu.default(i,-1):Mu.default(n,0)};class Gu{constructor(){i(this,`history`,new ku),i(this,`rules`,[]),i(this,`context`,void 0)}init(e){this.rules=e;for(let e of this.rules)e.init()}destroy(){for(let e of this.rules)e.destroy()}updateContext(e){this.context=o({},e)}autoSelectTrack(){let{context:e}=this,t=e=>(t,n)=>n.confidence-t.confidence||Bu(e)(t.track,n.track),n=this.rules.map(t=>t.execute(e)),r=n.filter(e=>e.type===`limit_above`).sort(t(1)),i=n.filter(e=>e.type===`limit_below`).sort(t(-1)),a=n[0].track;r.length===0&&i.length?a=i[0].track:r&&i.length===0?a=r[0].track:r.length&&i.length&&(a=Vu(r[0].track,i[0].track)?i[0].track:r[0].track);let o=this.history?.last,s=this.selectTrackBasedOnHistory(a);if(Au(this.history)&&s.bitrate!==o?.bitrate){let t=n.map(e=>e.logMessage).join(`
116
+ `}),v},ci=e=>new URL(e).hostname;import{assertNever as li,assertNonNullable as ui,combine as di,debounce as fi,ErrorCategory as pi,filter as mi,filterChanged as hi,isNonNullable as gi,map as _i,merge as vi,observableFrom as yi,once as bi,Subscription as xi,ValueSubject as Si,videoQualityToHeight as Ci,videoSizeToQuality as wi}from"@vkontakte/videoplayer-shared/es2015";import{arrayIncludes as Ti}from"@vkontakte/videoplayer-shared/es2015";var Ei=e=>{if(e instanceof DOMException&&Ti([`Failed to load because no supported source was found.`,`The element has no supported sources.`],e.message))throw e;return!(e instanceof DOMException&&(e.code===20||e.name===`AbortError`))},Di=function(){var e=a(function*(e,t){let n=e.muted;try{yield e.play()}catch(r){if(!Ei(r))return!1;if(t&&t(),n)return console.warn(r),!1;e.muted=!0;try{yield e.play()}catch(t){return Ei(t)?(e.muted=!1,console.warn(t),!1):!1}}return!0});return function(t,n){return e.apply(this,arguments)}}();import{isNonNullable as Oi,isNullable as ki,assertNonNullable as Ai}from"@vkontakte/videoplayer-shared/es2015";import{objectValues as ji}from"@vkontakte/videoplayer-shared/es2015";import{isNonNullable as Mi,assertNonNullable as Ni,now as Pi}from"@vkontakte/videoplayer-shared/es2015";function I(){return Pi()}function Fi(e){return I()-e}function Ii(e){let t=e.split(`/`),n=t.slice(0,t.length-1).join(`/`),r=/^([a-z]+:)?\/\//i,i=e=>r.test(e);return{resolve:(e,t,r=!1)=>{i(e)||(e.startsWith(`/`)||(e=`/`+e),e=n+e);let a=e.indexOf(`?`)>-1?`&`:`?`;return r&&(e+=a+`lowLat=1`,a=`&`),t&&(e+=a+`_rnd=`+Math.floor(999999999*Math.random())),e}}}function Li(e,t,n){let r=(...i)=>{n.apply(null,i),e.removeEventListener(t,r)};e.addEventListener(t,r)}function Ri(e,t,n,r){let i=window.XMLHttpRequest,a,o,s,c=!1,l=0,u,d,f=!1,p=`arraybuffer`,m=7e3,h=2e3,g=()=>{if(c)return;Ni(u);let e=Fi(u),t;if(e<h){t=h-e,setTimeout(g,t);return}h*=2,h>m&&(h=m),o&&o.abort(),o=new i,S()},_=e=>(a=e,C),v=e=>(d=e,C),y=()=>(p=`json`,C),b=()=>{if(!c){if(--l>=0){g(),r&&r();return}c=!0,d&&d(),n&&n()}},x=e=>(f=e,C),S=()=>{u=I(),o=new i,o.open(`get`,e);let n=0,r,l=0,m=()=>(Ni(u),Math.max(u,Math.max(r||0,l||0)));if(a&&o.addEventListener(`progress`,e=>{let t=I();a.updateChunk&&e.loaded>n&&(a.updateChunk(m(),e.loaded-n),n=e.loaded,r=t)}),s&&(o.timeout=s,o.addEventListener(`timeout`,()=>b())),o.addEventListener(`load`,()=>{if(c)return;Ni(o);let e=o.status;if(e>=200&&e<300){let{response:e,responseType:r}=o,i=e?.byteLength;if(typeof i==`number`&&a){let e=i-n;e&&a.updateChunk&&a.updateChunk(m(),e)}r===`json`&&(!e||!ji(e).length)?b():(d&&d(),t(e))}else b()}),o.addEventListener(`error`,()=>{b()}),f){let e=()=>{Ni(o),o.readyState===XMLHttpRequest.HEADERS_RECEIVED&&(l=I(),o.removeEventListener(`readystatechange`,e))};o.addEventListener(`readystatechange`,e)}return o.responseType=p,o.send(),C},C={withBitrateReporting:_,withParallel:x,withJSONResponse:y,withRetryCount:e=>(l=e,C),withRetryInterval:(e,t)=>(Mi(e)&&(h=e),Mi(t)&&(m=t),C),withTimeout:e=>(s=e,C),withFinally:v,send:S,abort:()=>{o&&=(o.abort(),void 0),c=!0,d&&d()}};return C}var zi=100,Bi=2e3,Vi=500;class Hi{constructor(e){i(this,`intervals`,[]),i(this,`currentRate`,0),i(this,`logger`,void 0),this.logger=e}_updateRate(e){let t=.2;this.currentRate&&(e<this.currentRate*.1?t=.8:e<this.currentRate*.5?t=.5:e<this.currentRate*.7&&(t=.3)),e=Math.max(1,Math.min(e,100*1024*1024)),this.currentRate=this.currentRate?this.currentRate*(1-t)+e*t:e}_createInterval(e,t,n){return{start:e,end:t,bytes:n}}_doMergeIntervals(e,t){e.start=Math.min(t.start,e.start),e.end=Math.max(t.end,e.end),e.bytes+=t.bytes}_mergeIntervals(e,t){return e.start<=t.end&&t.start<=e.end?(this._doMergeIntervals(e,t),!0):!1}_flushIntervals(){if(!this.intervals.length)return!1;let e=this.intervals[0].start,t=this.intervals[this.intervals.length-1].end-Vi;if(t-e>Bi){let n=0,r=0;for(;this.intervals.length>0;){let e=this.intervals[0];if(e.end<=t)n+=e.end-e.start,r+=e.bytes,this.intervals.splice(0,1);else if(e.start>=t)break;else{let i=t-e.start,a=e.end-e.start;n+=i;let o=e.bytes*i/a;r+=o,e.start=t,e.bytes-=o}}if(r>0&&n>0){let i=r*8/(n/1e3);return this._updateRate(i),this.logger(`rate updated, new=${Math.round(i/1024)}K; average=${Math.round(this.currentRate/1024)}K bytes/ms=${Math.round(r)}/${Math.round(n)} interval=${Math.round(t-e)}`),!0}}return!1}_joinIntervals(){let e;do{e=!1;for(let t=0;t<this.intervals.length-1;++t)this._mergeIntervals(this.intervals[t],this.intervals[t+1])&&(this.intervals.splice(t+1,1),e=!0)}while(e)}addInterval(e,t,n){return this.intervals.push(this._createInterval(e,t,n)),this._joinIntervals(),this.intervals.length>zi&&(this.logger(`too many intervals (${this.intervals.length}); will merge`,{type:`warn`}),this._doMergeIntervals(this.intervals[1],this.intervals[0]),this.intervals.splice(0,1)),this._flushIntervals()}getBitRate(){return this.currentRate}}import{objectValues as Ui}from"@vkontakte/videoplayer-shared/es2015";class Wi{constructor(e,t,n,r,a){i(this,`pendingQueue`,[]),i(this,`activeRequests`,{}),i(this,`completeRequests`,{}),i(this,`averageSegmentDuration`,2e3),i(this,`lastPrefetchStart`,0),i(this,`throttleTimeout`,null),i(this,`RETRY_COUNT`,void 0),i(this,`TIMEOUT`,void 0),i(this,`BITRATE_ESTIMATOR`,void 0),i(this,`MAX_PARALLEL_REQUESTS`,void 0),i(this,`logger`,void 0),this.RETRY_COUNT=e,this.TIMEOUT=t,this.BITRATE_ESTIMATOR=n,this.MAX_PARALLEL_REQUESTS=r,this.logger=a}limitCompleteCount(){let e;for(;(e=Object.keys(this.completeRequests)).length>this._getParallelRequestCount()+2;){let t=e[Math.floor(Math.random()*e.length)];this.logger(`Dropping completed request for url ${t}`,{type:`warn`}),delete this.completeRequests[t]}}_sendRequest(e,t){let n=I(),r=n=>{delete this.activeRequests[t],this.limitCompleteCount(),this.completeRequests[t]=e,this._sendPending(),e._error=1,e._errorMsg=n,e._errorCB?e._errorCB(n):(this.limitCompleteCount(),this.completeRequests[t]=e)};e._request=Ri(t,r=>{e._complete=1,e._responseData=r,e._downloadTime=I()-n,delete this.activeRequests[t],this._sendPending(),e._cb?e._cb(r,e._downloadTime):(this.limitCompleteCount(),this.completeRequests[t]=e)},()=>r(`error`),()=>{e._retry=1,e._retryCB&&e._retryCB()}),e._request.withRetryCount(this.RETRY_COUNT).withTimeout(this.TIMEOUT).withBitrateReporting(this.BITRATE_ESTIMATOR).withParallel(this._getParallelRequestCount()>1).withFinally(()=>{e._finallyCB&&e._finallyCB()}),this.activeRequests[t]=e,e._request.send(),this.lastPrefetchStart=I()}_getParallelRequestCount(){return Math.min(this.MAX_PARALLEL_REQUESTS,this.averageSegmentDuration<3e3?3:2)}_getPrefetchDelay(){return Math.max(100,Math.min(5e3,this.averageSegmentDuration/3))}_canSendPending(){let e=this._getParallelRequestCount(),t=I();if(Object.keys(this.activeRequests).length>=e)return!1;let n=this._getPrefetchDelay()-(t-this.lastPrefetchStart);return this.throttleTimeout&&clearTimeout(this.throttleTimeout),n>0?(this.throttleTimeout=window.setTimeout(()=>this._sendPending(),n),!1):!0}_sendPending(){for(;this._canSendPending();){let e=this.pendingQueue.pop();if(e){if(this.activeRequests[e]||this.completeRequests[e])continue;this.logger(`Submitting pending request url=${e}`),this._sendRequest({},e)}else return}}_removeFromActive(e){delete this.completeRequests[e],delete this.activeRequests[e]}abortAll(){Ui(this.activeRequests).forEach(e=>{e&&e._request&&e._request.abort()}),this.activeRequests={},this.pendingQueue=[],this.completeRequests={}}requestData(e,t,n,r){let i={};return i.send=()=>{let a=this.activeRequests[e]||this.completeRequests[e];if(a)a._cb=t,a._errorCB=n,a._retryCB=r,a._finallyCB=i._finallyCB,a._error||a._complete?(this._removeFromActive(e),setTimeout(()=>{a._complete?(this.logger(`Requested url already prefetched, url=${e}`),t(a._responseData,a._downloadTime)):(this.logger(`Requested url already prefetched with error, url=${e}`),n(a._errorMsg)),i._finallyCB&&i._finallyCB()},0)):this.logger(`Attached to active request, url=${e}`);else{let t=this.pendingQueue.indexOf(e);t!==-1&&this.pendingQueue.splice(t,1),this.logger(`Request not prefetched, starting new request, url=${e}${t===-1?``:`; removed pending`}`),this._sendRequest(i,e)}},i._cb=t,i._errorCB=n,i._retryCB=r,i.abort=function(){i.request&&i.request.abort()},i.withFinally=e=>(i._finallyCB=e,i),i}prefetch(e){this.activeRequests[e]||this.completeRequests[e]?this.logger(`Request already active for url=${e}`):(this.logger(`Added to pending queue; url=${e}`),this.pendingQueue.unshift(e),this._sendPending())}optimizeForSegDuration(e){this.averageSegmentDuration=e}}import{Subject as Gi}from"@vkontakte/videoplayer-shared/es2015";import{isNonNullable as Ki}from"@vkontakte/videoplayer-shared/es2015";var L=(e,t)=>Ki(e)&&Ki(t)&&e.readyState===`open`&&qi(e,t);function qi(e,t){for(let n=0;n<e.activeSourceBuffers.length;++n)if(e.activeSourceBuffers[n]===t)return!0;return!1}import{objectEntries as Ji}from"@vkontakte/videoplayer-shared/es2015";import{getWindow as Yi}from"@vkontakte/videoplayer-shared/es2015";class Xi{constructor(e,t,n,r){i(this,`tag`,void 0),i(this,`time`,void 0),i(this,`data`,void 0),i(this,`stack`,void 0),this.tag=e,this.time=t,this.data=n,this.stack=r}toString(){return`${this.tag}: ${this.time}: ${JSON.stringify(this.data)}${this.stack?`, stack: ${this.stack}`:``}`}toDevNullEntry(){let e=Ji(this.data).map(([e,t])=>`${e}:${t}`).join(`,`);return{key:this.tag,strings:[e,this.stack??``],numbers:[this.time]}}}var R=((e,t=`warn`)=>{let n=Yi(),r=[];function i(i,a=!1){var o;let s=((o=n.performance)==null||(o=o.timing)==null?void 0:o.navigationStart)??0,c=new Xi(e,Math.round((Date.now()-s)/1e3),i,a?Error().stack:void 0);r.push(c),t&&n.console[t](c.toString())}return i.reset=()=>{r=[]},i.drain=()=>{let e=r;return r=[],e},i})(`vp_dash_live_debug`,!1),Zi=1e4,Qi=3,$i=6e4,ea=10,ta=1,na=500;class ra{constructor(e){i(this,`paused`,!1),i(this,`autoQuality`,!0),i(this,`autoQualityLimits`,void 0),i(this,`buffering`,!0),i(this,`destroyed`,!1),i(this,`videoPlayStarted`,!1),i(this,`lowLatency`,!1),i(this,`rep`,void 0),i(this,`bitrate`,0),i(this,`manifest`,[]),i(this,`bitrateSwitcher`,void 0),i(this,`filesFetcher`,void 0),i(this,`sourceBuffer`,0),i(this,`mediaSource`,void 0),i(this,`currentManifestEntry`,void 0),i(this,`manifestRequest`,void 0),i(this,`manifestRefetchTimer`,void 0),i(this,`bufferStates`,[]),i(this,`downloadRate`,void 0),i(this,`sourceJitter`,-1),i(this,`chunkRateEstimator`,void 0),i(this,`manifestUrl`,void 0),i(this,`urlResolver`,void 0),i(this,`waitingForFirstBufferAfterSrcChange`,!1),i(this,`params`,void 0),i(this,`soundProhibitedEvent$`,void 0),this.params=e,this.soundProhibitedEvent$=new Gi,this.chunkRateEstimator=new Hi(this.params.logger),this._initVideo()}attachSource(e){this.manifestUrl=e,this.urlResolver=Ii(e),this.bitrateSwitcher=this._initBitrateSwitcher(),this._initManifest()}setAutoQualityEnabled(e){this.autoQuality=e}setAutoQualityLimits(e){this.autoQualityLimits=e}switchByName(e){let t;for(let n=0;n<this.manifest.length;++n)if(t=this.manifest[n],t.name===e){this._switchToQuality(t);return}}catchUp(){this.rep&&(R({m:`ldp.catchUp.1`}),this.rep.stop()),this.currentManifestEntry&&(this.paused=this.params.playbackState.getState()===`paused`,R({m:`ldp.catchUp.2`}),this._initPlayerWith(this.currentManifestEntry),this._notifyBuffering(!0))}stop(){this.params.videoElement.pause(),this.rep&&=(this.rep.stop(),null)}pause(){this.paused=!0,this.params.videoElement.pause(),this.videoPlayStarted=!1,this._notifyBuffering(!1)}play(){this.paused=!1;let e=this.lowLatency&&this._getBufferSizeSec()>this.sourceJitter+5;this.rep&&!e?(this.bufferStates=[],this.videoPlayStarted=!1,this.shouldPlay()?(R({m:`ldp.play.1`}),this._playVideoElement()):(R({m:`ldp.play.2`}),this._notifyBuffering(!0))):(R({m:`ldp.play.3`}),this.catchUp())}startPlay(e,t){this.autoQuality=t,R({m:`startPlay`,url:e.jidxUrl}),this._initPlayerWith(e)}destroy(){this.destroyed=!0,this.rep&&=(this.rep.stop(),null),this.manifestRequest&&this.manifestRequest.abort(),this.manifestRefetchTimer&&=(clearTimeout(this.manifestRefetchTimer),void 0)}reinit(e){this.manifestUrl=e,this.urlResolver=Ii(e),R({m:`ldp.reinit`,url:e}),this.catchUp()}_handleNetworkError(){this.params.logger(`Fatal network error`),this.params.playerCallback({name:`error`,type:`network`})}_retryCallback(){this.params.playerCallback({name:`retry`})}_getBufferSizeSec(){let e=this.params.videoElement,t=0,n=e.buffered.length;return n!==0&&(t=e.buffered.end(n-1)-Math.max(e.currentTime,e.buffered.start(0))),t}_notifyBuffering(e){this.destroyed||(this.params.logger(`buffering: ${e}`),this.params.playerCallback({name:`buffering`,isBuffering:e}),this.buffering=e)}_initVideo(){let{videoElement:e,logger:t}=this.params;R({m:`iv`}),e.addEventListener(`error`,()=>{e.error&&!this.destroyed&&(R({m:`iv.err`,e:e.error?.code+`:`+e.error?.message}),t(`Video element error: ${e.error?.code}, details: ${e.error?.message}`),this.params.playerCallback({name:`error`,type:`media`}))}),e.addEventListener(`timeupdate`,()=>{let e=this._getBufferSizeSec();!this.paused&&e<.3?this.buffering||(this.buffering=!0,window.setTimeout(()=>{!this.paused&&this.buffering&&this._notifyBuffering(!0)},(e+.1)*1e3)):this.buffering&&this.videoPlayStarted&&this._notifyBuffering(!1)}),e.addEventListener(`playing`,()=>{t(`playing`)}),e.addEventListener(`stalled`,()=>this._fixupStall()),e.addEventListener(`waiting`,()=>this._fixupStall())}_fixupStall(){let{logger:e,videoElement:t}=this.params,n=t.buffered.length,r;n!==0&&!this.waitingForFirstBufferAfterSrcChange&&(r=t.buffered.start(n-1),t.currentTime<r&&(e(`Fixup stall`),R({m:`ldp.fs`,t:r}),t.currentTime=r))}_selectQuality(e){let{videoElement:t}=this.params,n,r,i,a=t&&1.62*(j.display.pixelRatio||1)*t.offsetHeight||520;for(let t=0;t<this.manifest.length;++t){i=this.manifest[t];let{max:o,min:s}=this.autoQualityLimits||{};!Hr({limits:this.autoQualityLimits,highestAvailableHeight:this.manifest[0].video.height,lowestAvailableHeight:this.manifest.at(-1).video.height})&&(o&&i.video.height>o||s&&i.video.height<s)||(i.bitrate<e&&a>Math.min(i.video.height,i.video.width)?(!r||i.bitrate>r.bitrate)&&(r=i):(!n||n.bitrate>i.bitrate)&&(n=i))}return r||n}shouldPlay(){if(this.paused)return!1;let e=this._getBufferSizeSec()-Math.max(1,this.sourceJitter);return e>3||Oi(this.downloadRate)&&(this.downloadRate>1.5&&e>2||this.downloadRate>2&&e>1)}_setVideoSrc(e,t){let{logger:n,videoElement:r,playerCallback:i}=this.params;this.mediaSource=new window.MediaSource,n(`setting video src`),r.src=URL.createObjectURL(this.mediaSource),this.mediaSource.addEventListener(`sourceopen`,()=>{if(this.mediaSource?.readyState!==`open`){R({m:`sourceopen`,err:`not open: ${this.mediaSource?.readyState}`});return}R({m:`sourceopen`,c:e.codecs}),this.sourceBuffer=this.mediaSource.addSourceBuffer(e.codecs),this.bufferStates=[],t()}),this.mediaSource?.addEventListener(`sourceclose`,e=>{R({m:`sourceclose`})}),this.videoPlayStarted=!1,r.addEventListener(`canplay`,()=>{R({m:`canplay`}),this.shouldPlay()&&(this.videoPlayStarted=!0,this._playVideoElement())});let a=()=>{Li(r,`progress`,()=>{r.buffered.length?(r.currentTime=r.buffered.start(0),this.waitingForFirstBufferAfterSrcChange=!1,i({name:`playing`})):a()})};this.waitingForFirstBufferAfterSrcChange=!0,a()}_initPlayerWith(e){this.bitrate=0,this.rep=0,this.sourceBuffer=0,this.bufferStates=[],this.filesFetcher&&this.filesFetcher.abortAll(),this.filesFetcher=new Wi(Qi,Zi,this.bitrateSwitcher,this.params.config.maxParallelRequests,this.params.logger),this._setVideoSrc(e,()=>this._switchToQuality(e))}_representation(e){let{logger:t,videoElement:n,playerCallback:r}=this.params,i=!1,a=null,o=null,s=null,c=null,l=!1,u=()=>{let e=i&&(!l||l===this.rep);return e||t(`Not running!`),e},d=(e,t,n)=>{s&&s.abort(),s=Ri(this.urlResolver.resolve(e,!1),t,n,()=>this._retryCallback()).withTimeout(Zi).withBitrateReporting(this.bitrateSwitcher).withRetryCount(Qi).withFinally(()=>{s=null}).send()},f=(e,t,n)=>{Ai(this.filesFetcher),o?.abort(),o=this.filesFetcher.requestData(this.urlResolver.resolve(e,!1),t,n,()=>this._retryCallback()).withFinally(()=>{o=null}).send()},p=e=>{let r=n.playbackRate;n.playbackRate!==e&&(t(`Playback rate switch: ${r}=>${e}`),n.playbackRate=e)},m=e=>{this.lowLatency=e,t(`lowLatency changed to ${e}`),h()},h=()=>{if(!this.lowLatency&&!this.params.config.isLiveCatchUpMode)p(1);else{let e=this._getBufferSizeSec();if(this.bufferStates.length<5){p(1);return}let n=I()-1e4,r=0;for(let t=0;t<this.bufferStates.length;t++){let i=this.bufferStates[t];e=Math.min(e,i.buf),i.ts<n&&r++}this.bufferStates.splice(0,r),t(`update playback rate; minBuffer=${e} drop=${r} jitter=${this.sourceJitter}`);let i=e-ta;this.sourceJitter>=0?i-=this.sourceJitter/2:--this.sourceJitter,p(i>3?1.15:i>1?1.1:i>.3?1.05:1)}},g=e=>{let n,i=()=>n&&n.start?n.start.length:0,a=e=>n.start[e]/1e3,o=e=>n.dur[e]/1e3,s=e=>n.fragIndex+e,l=(e,t)=>({chunkIdx:s(e),startTS:a(e),dur:o(e),discontinuity:t}),d=()=>{let e=0;if(n&&n.dur){let t=this.lowLatency?this.params.config.lowLatencyMinBuffer:this.params.config.minBuffer,r=this.lowLatency?this.params.config.lowLatencyMinBufferSegments:this.params.config.minBufferSegments,i=t;this.sourceJitter>1&&(i+=this.sourceJitter-1);let a=n.dur.length-1;for(;a>=0&&(i-=n.dur[a],!(i<=0));--a);e=Math.min(a,n.dur.length-1-r),e=Math.max(e,0)}return l(e,!0)},f=e=>{let t=i();if(!(t<=0)){if(Oi(e)){for(let n=0;n<t;n++)if(a(n)>e)return l(n)}return d()}},p=e=>{let r=i(),a=e?e.chunkIdx+1:0,o=a-n.fragIndex;if(!(r<=0)){if(!e||o<0||o-r>ea)return t(`Resync: offset=${o} bChunks=${r} chunk=`+JSON.stringify(e)),d();if(!(o>=r))return l(a-n.fragIndex,!1)}},h=(e,t,n)=>{c&&c.abort(),c=Ri(this.urlResolver.resolve(e,!0,this.lowLatency),t,n,()=>this._retryCallback()).withTimeout(Zi).withRetryCount(Qi).withFinally(()=>{c=null}).withJSONResponse().send()};return{seek:(t,i)=>{h(e,e=>{if(!u())return;n=e;let a=!!n.lowLatency;a!==this.lowLatency&&m(a);let o=0;for(let e=0;e<n.dur.length;++e)o+=n.dur[e];o>0&&(Ai(this.filesFetcher),this.filesFetcher.optimizeForSegDuration(o/n.dur.length)),r({name:`index`,zeroTime:n.zeroTime,shiftDuration:n.shiftDuration}),this.sourceJitter=n.hasOwnProperty(`jitter`)?Math.min(10,Math.max(.01,n.jitter/1e3)):1,t(f(i))},()=>this._handleNetworkError())},nextChunk:p}},_=()=>{i=!1,o&&o.abort(),s&&s.abort(),c&&c.abort(),Ai(this.filesFetcher),this.filesFetcher.abortAll()};return l={start:t=>{let{videoElement:n,logger:o}=this.params,s=g(e.jidxUrl),l,p,m,v,y=0,b,x,S,C=()=>{b&&=(clearTimeout(b),void 0);let e=Math.max(na,1e3*(this._getBufferSizeSec()-this.sourceJitter-5)),t=y+e,n=I(),r=Math.min(1e4,t-n);y=n;let i=()=>{c||u()&&s.seek(()=>{u()&&(y=I(),w(),C())})};r>0?b=window.setTimeout(()=>{this.paused?C():i()},r):i()},w=()=>{let t;for(;t=s.nextChunk(v);)v=t,te(t);let n=s.nextChunk(m);if(n){if(m&&n.discontinuity){o(`Detected discontinuity; restarting playback`),this.paused?C():(_(),R({m:`ldp.fetchChunkIdx.0`}),this._initPlayerWith(e));return}D(n)}else C()},T=(e,t)=>{if(!u()||!this.sourceBuffer){R({m:`ab.0`,c:[!u(),!this.sourceBuffer]});return}let i,a,s,c=n=>{R({m:`ldp.postpone`,t:n}),window.setTimeout(()=>{u()&&T(e,t)},n)};if(this.sourceBuffer.updating)o(`Source buffer is updating; delaying appendBuffer`),R({m:`ldp.ab.1`}),c(100);else{let l=I(),u=n.currentTime;!this.paused&&n.buffered.length>1&&x===u&&l-S>500&&(o(`Stall suspected; trying to fix`),this._fixupStall()),x!==u&&(x=u,S=l);let d=this._getBufferSizeSec();if(d>30)R({m:`ldp.ab.3`}),o(`Buffered ${d} seconds; delaying appendBuffer`),c(2e3);else try{if(this.params.config.useInvalidBufferFix&&L(this.mediaSource,this.sourceBuffer))return;this.sourceBuffer.appendBuffer(e),this.videoPlayStarted?(R({m:`ldp.ab.5`}),this.bufferStates.push({ts:l,buf:d}),h(),this.bufferStates.length>200&&this.bufferStates.shift()):this.shouldPlay()&&(R({m:`ldp.ab.4`}),this.videoPlayStarted=!0,this._playVideoElement()),t&&t()}catch(e){R({m:`ldp.ab.err`,e:e.name}),e.name===`QuotaExceededError`?(o(`QuotaExceededError; delaying appendBuffer`),s=this.sourceBuffer.buffered.length,s!==0&&(i=this.sourceBuffer.buffered.start(0),a=u,a-i>4&&this.sourceBuffer.remove(i,a-3)),c(1e3)):(o(e.name),r({name:`error`,type:`buffer`,message:`appendBuffer failed due to ${e.name}`}))}}},E=()=>{p&&l&&(o([`Appending chunk, sz=${p.byteLength}:`,JSON.stringify(m)]),T(p,function(){p=null,w()}))},ee=t=>e.fragUrlTemplate.replace(`%%id%%`,t.chunkIdx),D=e=>{u()&&f(ee(e),(t,n)=>{if(u()){if(n/=1e3,p=t,m=e,a=e.startTS,n){let t=Math.min(10,e.dur/n);this.downloadRate=this.downloadRate?.7*this.downloadRate+.3*t:t}E()}},()=>this._handleNetworkError())},te=e=>{u()&&(Ai(this.filesFetcher),this.filesFetcher.prefetch(this.urlResolver.resolve(ee(e),!1)))},ne=t=>{u()&&(e.cachedHeader=t,T(t,()=>{l=!0,E()}))};i=!0,s.seek(e=>{if(u()){if(y=I(),!e){C();return}v=e,!ki(t)||e.startTS>t?D(e):(m=e,w())}},t),e.cachedHeader?ne(e.cachedHeader):d(e.headerUrl,ne,()=>this._handleNetworkError())},stop:_,getTimestampSec:()=>a},l}_switchToQuality(e){let{logger:t,playerCallback:n}=this.params,r;e.bitrate!==this.bitrate&&(this.rep&&(r=this.rep.getTimestampSec(),Oi(r)&&(r+=.1),this.rep.stop()),this.currentManifestEntry=e,this.rep=this._representation(e),t(`switch to quality: codecs=${e.codecs}; headerUrl=${e.headerUrl}; bitrate=${e.bitrate}`),this.bitrate=e.bitrate,Ai(this.bitrateSwitcher),this.bitrateSwitcher.notifySwitch(this.bitrate),this.rep.start(r),n({name:`qualitySwitch`,quality:e}))}_qualityAvailable(e){return Oi(this.manifest.find(t=>t.name===e))}_initBitrateSwitcher(){let{logger:e,playerCallback:t}=this.params,n=t=>{if(!this.autoQuality)return;let n,r,i;if(this.currentManifestEntry&&this._qualityAvailable(this.currentManifestEntry.name)&&t<this.bitrate&&(r=this._getBufferSizeSec(),i=t/this.bitrate,r>10&&i>.8||r>15&&i>.5||r>20&&i>.3)){e(`Not switching: buffer=${Math.floor(r)}; bitrate=${this.bitrate}; newRate=${Math.floor(t)}`);return}n=this._selectQuality(t),n?this._switchToQuality(n):e(`Could not find quality by bitrate ${t}`)},r={updateChunk:(e,n)=>{let r=I();if(this.chunkRateEstimator.addInterval(e,r,n)){let i=this.chunkRateEstimator.getBitRate();return t({name:`bandwidth`,size:n,duration:r-e,speed:i}),!0}},get:()=>{let e=this.chunkRateEstimator.getBitRate();return e?e*.85:0}},i=-1/0,a,o=!0,s=()=>{let e=r.get();if(e&&a&&this.autoQuality){if(o&&e>a&&Fi(i)<3e4)return;n(e)}o=this.autoQuality};return{updateChunk:(e,t)=>{let n=r.updateChunk(e,t);return n&&s(),n},notifySwitch:e=>{let t=I();e<a&&(i=t),a=e}}}_fetchManifest(e,t,n){this.manifestRequest=Ri(this.urlResolver.resolve(e,!0),t,n,()=>this._retryCallback()).withJSONResponse().withTimeout(Zi).withRetryCount(this.params.config.manifestRetryMaxCount).withRetryInterval(this.params.config.manifestRetryInterval,this.params.config.manifestRetryMaxInterval).send().withFinally(()=>{this.manifestRequest=void 0})}_playVideoElement(){let{videoElement:e}=this.params;Di(e,()=>{this.soundProhibitedEvent$.next()}).then(e=>{R({m:`ldp.pve.1`}),e||(R({m:`ldp.pve.2`}),this.params.liveOffset.pause(),this.params.videoState.setState(`paused`))})}_handleManifestUpdate(e){let{logger:t,playerCallback:n,videoElement:r}=this.params;this.manifest=(e=>{let t=[];return e?.length?(e.forEach((e,n)=>{var i,a;e.video&&r.canPlayType(e.codecs).replace(/no/,``)&&!((i=window.MediaSource)==null||(a=i.isTypeSupported)==null)&&a.call(i,e.codecs)&&(e.index=n,t.push(e))}),t.sort(function(e,t){return e.video&&t.video?t.video.height-e.video.height:t.bitrate-e.bitrate}),t):(n({name:`error`,type:`empty_manifest`}),[])})(e),t(`Valid manifest entries: ${this.manifest.length}/${e.length}`),n({name:`manifest`,manifest:this.manifest})}_refetchManifest(e){this.destroyed||(this.manifestRefetchTimer&&clearTimeout(this.manifestRefetchTimer),this.manifestRefetchTimer=window.setTimeout(()=>{this._fetchManifest(e,t=>{this.destroyed||(this._handleManifestUpdate(t),this._refetchManifest(e))},()=>this._refetchManifest(e))},$i))}_initManifest(){this._fetchManifest(this.manifestUrl,e=>{this.destroyed||(this._handleManifestUpdate(e),this._refetchManifest(this.manifestUrl))},()=>this._handleNetworkError())}}import{objectEntries as ia}from"@vkontakte/videoplayer-shared/es2015";import{debounce as aa,filter as oa,fromEvent as sa,interval as ca,isHigher as la,isInvariantQuality as ua,isLower as da,merge as fa,Subject as pa,Subscription as ma}from"@vkontakte/videoplayer-shared/es2015";class ha{constructor(){i(this,`onDroopedVideoFramesLimit$`,new pa),i(this,`subscription`,new ma),i(this,`log`,void 0),i(this,`video`,void 0),i(this,`droppedFramesChecker`,void 0),i(this,`isAuto`,void 0),i(this,`playing`,!1),i(this,`tracks`,[]),i(this,`forceChecker$`,new pa),i(this,`isForceCheckCounter`,0),i(this,`prevTotalVideoFrames`,0),i(this,`prevDroppedVideoFrames`,0),i(this,`currentTimer`,void 0),i(this,`limitCounts`,{}),i(this,`currentQuality`,void 0),i(this,`maxQualityLimit`,void 0),i(this,`handleChangeVideoQuality`,()=>{let e=this.tracks.find(({size:e})=>e?.height===this.video.videoHeight&&e?.width===this.video.videoWidth);e&&!ua(e.quality)&&this.onChangeQuality(e.quality)}),i(this,`checkDroppedFrames`,()=>{let{totalVideoFrames:e,droppedVideoFrames:t}=this.video.getVideoPlaybackQuality(),n=e-this.prevTotalVideoFrames,r=1-(n-(t-this.prevDroppedVideoFrames))/n;!isNaN(r)&&r>0&&this.log({message:`[dropped]. current dropped percent: ${r}, limit: ${this.droppedFramesChecker.percentLimit}`}),!isNaN(r)&&r>=this.droppedFramesChecker.percentLimit&&la(this.currentQuality,this.droppedFramesChecker.minQualityBanLimit)&&(this.limitCounts[this.currentQuality]=(this.limitCounts[this.currentQuality]??0)+1,this.maxQualityLimit=this.getMaxQualityLimit(this.currentQuality),this.currentTimer&&window.clearTimeout(this.currentTimer),this.currentTimer=window.setTimeout(()=>this.maxQualityLimit=this.getMaxQualityLimit(),this.droppedFramesChecker.qualityUpWaitingTime),this.onDroopedVideoFramesLimitTrigger()),this.savePrevFrameCounts(e,t)})}connect(e){this.log=e.logger.createComponentLog(`DroppedFramesManager`),this.video=e.video,this.isAuto=e.isAuto,this.tracks=e.tracks,this.droppedFramesChecker=e.droppedFramesChecker,this.subscription.add(e.playing$.subscribe(()=>this.playing=!0)),this.subscription.add(e.pause$.subscribe(()=>this.playing=!1)),this.isEnabled&&this.subscribe()}destroy(){this.currentTimer&&window.clearTimeout(this.currentTimer),this.subscription.unsubscribe()}get droppedVideoMaxQualityLimit(){return this.maxQualityLimit}subscribe(){this.subscription.add(sa(this.video,`resize`).subscribe(this.handleChangeVideoQuality));let e=fa(ca(this.droppedFramesChecker.checkTime).pipe(oa(()=>this.playing),oa(()=>{let e=!!this.isForceCheckCounter;return e&&--this.isForceCheckCounter,!e})),this.forceChecker$.pipe(aa(this.droppedFramesChecker.checkTime)));this.subscription.add(e.subscribe(this.checkDroppedFrames))}onChangeQuality(e){this.currentQuality=e;let{totalVideoFrames:t,droppedVideoFrames:n}=this.video.getVideoPlaybackQuality();this.savePrevFrameCounts(t,n),this.isForceCheckCounter=this.droppedFramesChecker.tickCountAfterQualityChange,this.forceChecker$.next()}onDroopedVideoFramesLimitTrigger(){this.isAuto.getState()&&(this.log({message:`[onDroopedVideoFramesLimit]. maxQualityLimit: ${this.maxQualityLimit}`}),this.onDroopedVideoFramesLimit$.next())}getMaxQualityLimit(e){var t;let n=(t=ia(this.limitCounts).filter(([,e])=>e>=this.droppedFramesChecker.countLimit).sort(([e],[t])=>da(e,t)?-1:1))==null||(t=t[0])==null?void 0:t[0];return e??n}get isEnabled(){return this.droppedFramesChecker.enabled&&this.isDroppedFramesCheckerSupport}get isDroppedFramesCheckerSupport(){return!!this.video&&typeof this.video.getVideoPlaybackQuality==`function`}savePrevFrameCounts(e,t){this.prevTotalVideoFrames=e,this.prevDroppedVideoFrames=t}}var ga=ha;import{map as _a,Observable as va}from"@vkontakte/videoplayer-shared/es2015";import{fromEvent as ya}from"@vkontakte/videoplayer-shared/es2015";var ba=()=>!!window.documentPictureInPicture?.window||!!document.pictureInPictureElement,xa=(e,t)=>new va(n=>{if(!window.IntersectionObserver)return;let r=new IntersectionObserver((e,t)=>{e.forEach(e=>n.next(e.isIntersecting||ba()))},o(o({},{root:null}),t));r.observe(e);let i=ya(document,`visibilitychange`).pipe(_a(e=>!document.hidden||ba())).subscribe(e=>n.next(e));return()=>{r.unobserve(e),i.unsubscribe()}}),Sa=[`paused`,`playing`,`ready`],Ca=[`paused`,`playing`,`ready`];class wa{constructor(e){i(this,`subscription`,new xi),i(this,`volumeSubscription`,new xi),i(this,`video`,void 0),i(this,`videoState`,new M(`stopped`)),i(this,`dash`,void 0),i(this,`representations$`,new Si([])),i(this,`textTracksManager`,void 0),i(this,`droppedFramesManager`,new ga),i(this,`maxSeekBackTime$`,new Si(1/0)),i(this,`zeroTime$`,new Si(void 0)),i(this,`liveOffset`,new Jn),i(this,`log`,void 0),i(this,`params`,void 0),i(this,`_dashCb`,e=>{switch(e.name){case`buffering`:{let t=e.isBuffering;this.params.output.isBuffering$.next(t);break}case`error`:this.params.output.error$.next({id:`DashLiveProviderInternal:${e.type}`,category:pi.WTF,message:`LiveDashPlayer reported error${e.message?`: ${e.message}`:``}`});break;case`manifest`:{let t=e.manifest,n=[];for(let e of t){let t=e.name??e.index.toString(10),r=hr(e.name)??wi(e.video),i=e.bitrate/1e3,a=o({},e.video);if(!r)continue;let s={id:t,quality:r,bitrate:i,size:a};n.push({track:s,representation:e})}this.representations$.next(n),this.params.output.availableVideoTracks$.next(n.map(({track:e})=>e)),this.videoState.getTransition()?.to===`manifest_ready`&&this.videoState.setState(`manifest_ready`);break}case`qualitySwitch`:{let t=e.quality,n=this.representations$.getValue().find(({representation:e})=>e===t)?.track;this.params.output.hostname$.next(new URL(t.headerUrl,this.params.source.url).hostname),gi(n)&&this.params.output.currentVideoTrack$.next(n);break}case`bandwidth`:{let{size:t,duration:n}=e;this.params.dependencies.throughputEstimator.addRawSpeed(t,n);break}case`index`:this.maxSeekBackTime$.next(e.shiftDuration||0),this.zeroTime$.next(e.zeroTime);break}}),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}; seekState: ${JSON.stringify(i)};`}),n===`stopped`){e!==`stopped`&&(this.videoState.startTransitionTo(`stopped`),this.dash.destroy(),this.video.removeAttribute(`src`),this.video.load(),this.videoState.setState(`stopped`));return}if(t)return;let a=this.params.desiredState.videoTrack.getTransition(),o=this.params.desiredState.autoVideoTrackSwitching.getTransition();if(an(Ca,e)&&(a||o)){this.prepare();return}if(r?.to!==`paused`&&i.state===`requested`&&an(Sa,e)){this.seek(i.position-this.liveOffset.getTotalPausedTime());return}switch(e){case`stopped`:this.videoState.startTransitionTo(`manifest_ready`),this.dash.attachSource(O(this.params.source.url));return;case`manifest_ready`:this.videoState.startTransitionTo(`ready`),this.prepare();break;case`ready`:if(n===`paused`)this.videoState.setState(`paused`);else if(n===`playing`){R({m:`dlp.sync.1`}),this.videoState.startTransitionTo(`playing`);let e=r?.from;e&&e===`ready`&&(R({m:`dlp.sync.2`}),this.dash.catchUp()),R({m:`dlp.sync.3`}),this.dash.play()}return;case`playing`:n===`paused`&&(this.videoState.startTransitionTo(`paused`),this.liveOffset.pause(),this.dash.pause());return;case`paused`:if(n===`playing`)if(this.videoState.startTransitionTo(`playing`),this.liveOffset.getTotalPausedTime()<this.params.config.maxPausedTime&&this.liveOffset.getTotalOffset()<this.maxSeekBackTime$.getValue())this.liveOffset.resume(),this.dash.play(),this.params.output.position$.next(-this.liveOffset.getTotalOffset()/1e3);else{let e=this.liveOffset.getTotalOffset();e>=this.maxSeekBackTime$.getValue()&&(e=0,this.liveOffset.resetTo(e)),this.liveOffset.resume(),this.params.output.position$.next(-e/1e3),this.dash.reinit(O(this.params.source.url,e))}return;default:return li(e)}}),this.textTracksManager=new qn(e.source.url),this.params=e,this.log=this.params.dependencies.logger.createComponentLog(`DashLiveProvider`);let t=t=>{e.output.error$.next({id:`DashLiveProvider`,category:pi.WTF,message:`DashLiveProvider internal logic error`,thrown:t})};this.subscription.add(vi(this.videoState.stateChangeStarted$.pipe(_i(e=>({transition:e,type:`start`}))),this.videoState.stateChangeEnded$.pipe(_i(e=>({transition:e,type:`end`})))).subscribe(({transition:e,type:t})=>{R({m:`dlp.s.1`,t:t+`:${e.from}-${e.to}`}),this.log({message:`[videoState change] ${t}: ${JSON.stringify(e)}`})})),this.video=bn(e.container,e.tuning),this.params.output.element$.next(this.video),this.dash=this.createLiveDashPlayer(),this.subscription.add(this.dash.soundProhibitedEvent$.subscribe(this.params.output.soundProhibitedEvent$)),this.params.output.duration$.next(1/0),this.params.output.position$.next(0),this.params.output.isLive$.next(!0),this.params.output.canChangePlaybackSpeed$.next(!1),this.params.output.hostname$.next(ci(this.params.source.url)),this.params.output.autoVideoTrackLimitingAvailable$.next(!0),this.params.output.availableVideoTracks$.next([]),this.params.output.availableAudioTracks$.next([]),this.params.output.isAudioAvailable$.next(!0),this.params.output.availableTextTracks$.next([]),this.params.desiredState.internalTextTracks.setState([]),this.textTracksManager.connect(this.video,this.params.desiredState,this.params.output);let n=pr(this.video);this.subscription.add(()=>n.destroy()),this.subscription.add(this.representations$.pipe(_i(e=>e.map(({track:e})=>e)),mi(e=>!!e.length),bi()).subscribe(e=>this.droppedFramesManager.connect({logger:this.params.dependencies.logger,video:this.video,droppedFramesChecker:this.params.tuning.droppedFramesChecker,isAuto:this.params.desiredState.autoVideoTrackSwitching,playing$:n.playing$,pause$:n.pause$,tracks:e}))),this.subscription.add(n.canplay$.subscribe(()=>{this.videoState.getTransition()?.to===`ready`&&this.videoState.setState(`ready`)},t)).add(n.pause$.subscribe(()=>{this.videoState.setState(`paused`)},t)).add(n.playing$.subscribe(()=>{this.params.desiredState.seekState.getState().state===`applying`&&this.params.output.seekedEvent$.next(),this.videoState.setState(`playing`)},t)).add(n.error$.subscribe(this.params.output.error$)).add(this.maxSeekBackTime$.pipe(hi(),_i(e=>-e/1e3)).subscribe(this.params.output.duration$)).add(di({zeroTime:this.zeroTime$.pipe(mi(gi)),position:n.timeUpdate$}).subscribe(({zeroTime:e,position:t})=>{t===0&&this.videoState.getTransition()||this.params.output.liveTime$.next(e+t*1e3)},t)).add(Bn(this.video,this.params.desiredState.isLooped,t)).add(Vn(this.video,this.params.desiredState.volume,n.volumeState$,t,{skipVideoElVolumeSync$:this.params.skipVideoElVolumeSync$})),this.subscription.add(this.params.skipVideoElVolumeSync$.subscribe(e=>{this.volumeSubscription.unsubscribe(),e?this.volumeSubscription.add(this.params.desiredState.volume.stateChangeStarted$.subscribe(({to:e})=>this.params.output.volume$.next(e),t)):this.volumeSubscription.add(n.volumeState$.subscribe(this.params.output.volume$,t))})),this.subscription.add(Hn(this.video,this.params.desiredState.playbackRate,n.playbackRateState$,t)).add(n.loadStart$.subscribe(this.params.output.firstBytesEvent$)).add(n.loadedMetadata$.subscribe(this.params.output.loadedMetadataEvent$)).add(n.playing$.subscribe(this.params.output.firstFrameEvent$)).add(n.canplay$.subscribe(this.params.output.canplay$)).add(n.inPiP$.subscribe(this.params.output.inPiP$)).add(n.inFullscreen$.subscribe(this.params.output.inFullscreen$)).add(xa(this.video).subscribe(this.params.output.elementVisible$)).add(this.params.desiredState.autoVideoTrackLimits.stateChangeStarted$.subscribe(({to:{max:e,min:t}})=>{this.dash.setAutoQualityLimits({max:e&&Ci(e),min:t&&Ci(t)}),this.params.output.autoVideoTrackLimits$.next({max:e,min:t})})).add(this.videoState.stateChangeEnded$.subscribe(e=>{switch(e.to){case`stopped`:this.params.output.position$.next(0),this.params.output.duration$.next(1/0),R({m:`dlp.vse.s`}),this.params.desiredState.playbackState.setState(`stopped`);break;case`manifest_ready`:case`ready`:this.params.desiredState.playbackState.getTransition()?.to===`ready`&&(R({m:`dlp.vse.r`}),this.params.desiredState.playbackState.setState(`ready`));break;case`paused`:R({m:`dlp.vse.pa`}),this.params.desiredState.playbackState.setState(`paused`);break;case`playing`:R({m:`dlp.vse.pl`}),this.params.desiredState.playbackState.setState(`playing`);break;default:return li(e.to)}},t)).add(vi(e.desiredState.playbackState.stateChangeStarted$,e.desiredState.seekState.stateChangeEnded$,e.desiredState.videoTrack.stateChangeStarted$,e.desiredState.autoVideoTrackSwitching.stateChangeStarted$,this.videoState.stateChangeEnded$,this.droppedFramesManager.onDroopedVideoFramesLimit$,yi([`init`])).pipe(fi(0)).subscribe(this.syncPlayback,t));let r=!1,{output:a}=this.params;this.params.tuning.live.catchupLiveForMutedInactiveTab&&this.subscription.add(a.elementVisible$.pipe(hi()).subscribe(e=>{let t=a.position$.getValue(),n=a.volume$.getValue(),i=!n.volume||n.muted;!e&&!t&&i?r=!0:e&&r&&(this.seek(0),r=!1)}))}destroy(){R({m:`dlp.destroy`}),this.subscription.unsubscribe(),this.volumeSubscription.unsubscribe(),this.textTracksManager.destroy(),this.droppedFramesManager.destroy(),this.dash.destroy(),this.params.output.element$.next(void 0),xn(this.video,this.params.tuning)}createLiveDashPlayer(){let e=new ra({videoElement:this.video,videoState:this.videoState,playbackState:this.params.desiredState.playbackState,liveOffset:this.liveOffset,config:{maxParallelRequests:this.params.config.maxParallelRequests,minBuffer:this.params.tuning.live.minBuffer,minBufferSegments:this.params.tuning.live.minBufferSegments,lowLatencyMinBuffer:this.params.tuning.live.lowLatencyMinBuffer,lowLatencyMinBufferSegments:this.params.tuning.live.lowLatencyMinBufferSegments,isLiveCatchUpMode:this.params.tuning.live.isLiveCatchUpMode,manifestRetryInterval:this.params.tuning.manifestRetryInterval,manifestRetryMaxInterval:this.params.tuning.manifestRetryMaxInterval,manifestRetryMaxCount:this.params.tuning.manifestRetryMaxCount,useInvalidBufferFix:this.params.tuning.useInvalidBufferFix||!1},playerCallback:this._dashCb,logger:e=>{this.params.dependencies.logger.log({message:String(e),component:`LiveDashPlayer`})}});return e.pause(),e}prepare(){let e=this.representations$.getValue(),t=this.params.desiredState.videoTrack.getTransition()?.to??this.params.desiredState.videoTrack.getState(),n=this.params.desiredState.autoVideoTrackSwitching.getTransition()?.to??this.params.desiredState.autoVideoTrackSwitching.getState(),r=!n&&gi(t)?t:ii(e.map(({track:e})=>e),{container:this.video.getBoundingClientRect(),panelSize:this.params.panelSize,estimatedThroughput:this.params.dependencies.throughputEstimator.throughput$.getValue(),tuning:this.params.tuning.autoTrackSelection,limits:this.params.desiredState.autoVideoTrackLimits.getState(),droppedVideoMaxQualityLimit:this.droppedFramesManager.droppedVideoMaxQualityLimit,abrLogger:this.params.dependencies.abrLogger}),i=r?.id,a=this.params.desiredState.videoTrack.getTransition(),o=this.params.desiredState.videoTrack.getState()?.id,s=this.params.desiredState.autoVideoTrackSwitching.getTransition();if(r&&(a||i!==o)&&this.setVideoTrack(r),s&&this.setAutoQuality(n),a||s||i!==o){let t=e.find(({track:e})=>e.id===i)?.representation;ui(t,`Representations missing`),this.dash.startPlay(t,n)}}setVideoTrack(e){let t=this.representations$.getValue().find(({track:t})=>t.id===e.id)?.representation;ui(t,`No such representation ${e.id}`),this.dash.switchByName(t.name),this.params.desiredState.videoTrack.setState(e)}setAutoQuality(e){this.dash.setAutoQualityEnabled(e),this.params.desiredState.autoVideoTrackSwitching.setState(e)}seek(e){this.log({message:`[seek] position: ${e}`}),this.params.output.willSeekEvent$.next();let t=this.params.desiredState.playbackState.getState(),n=this.videoState.getState(),r=t===`paused`&&n===`paused`,i=-e,a=i<=this.maxSeekBackTime$.getValue()?i:0;this.params.output.position$.next(e/1e3),R({m:`dlp.seek`,p:e,no:a,url:this.params.source.url}),this.dash.reinit(O(this.params.source.url,a)),r&&this.dash.pause(),this.liveOffset.resetTo(a,r)}}var Ta=wa;import{filter as Ea,filterChanged as Da,isNonNullable as Oa}from"@vkontakte/videoplayer-shared/es2015";import{assertNever as ka,assertNonNullable as Aa,debounce as ja,ErrorCategory as Ma,filter as Na,filterChanged as Pa,fromEvent as Fa,isNonNullable as Ia,isNullable as La,map as Ra,merge as za,observableFrom as Ba,once as Va,Subscription as Ha,throttle as Ua}from"@vkontakte/videoplayer-shared/es2015";import{stringAt as Wa}from"@vkontakte/videoplayer-shared/es2015";import{videoSizeToQuality as Ga}from"@vkontakte/videoplayer-shared/es2015";var Ka=({id:e,width:t,height:n,bitrate:r,fps:i,quality:a,streamId:o})=>{let s=(a?hr(a):void 0)??Ga({width:t,height:n});return s&&{id:e,quality:s,bitrate:r,size:{width:t,height:n},fps:i,streamId:o}},qa=({id:e,bitrate:t})=>({id:e,bitrate:t}),Ja=({language:e,label:t},{id:n,url:r,isAuto:i})=>({id:n,url:r,isAuto:i,type:`internal`,language:e,label:t}),Ya=({language:e,label:t,id:n,url:r,isAuto:i})=>({id:n,url:r,isAuto:i,type:`internal`,language:e,label:t}),Xa=({id:e,language:t,label:n,codecs:r,isDefault:i})=>({id:e,language:t,label:n,codec:Wa(r.split(`.`),0),isDefault:i}),Za=({id:e,language:t,label:n,hdr:r,codecs:i})=>({id:e,language:t,hdr:r,label:n,codec:Wa(i.split(`.`),0)}),Qa=e=>e.type===`template`;class $a{constructor(e,t){i(this,`fov`,void 0),i(this,`orientation`,void 0),this.fov=e,this.orientation=t}}class eo{constructor(e,t){i(this,`options`,void 0),i(this,`camera`,void 0),i(this,`rotating`,!1),i(this,`fading`,!1),i(this,`lastTickTS`,0),i(this,`lastCameraTurn`,void 0),i(this,`lastCameraTurnTS`,0),i(this,`fadeStartSpeed`,null),i(this,`fadeCorrection`,void 0),i(this,`fadeTime`,0),i(this,`rotationSpeed`,void 0),this.camera=e,this.options=t,this.rotationSpeed={x:0,y:0,z:0},this.fadeCorrection=1/(this.options.speedFadeTime/1e3)**2}turnCamera(e=0,t=0,n=0){this.pointCameraTo(this.camera.orientation.x+e,this.camera.orientation.y+t,this.camera.orientation.z+n)}pointCameraTo(e=0,t=0,n=0){t=this.limitCameraRotationY(t);let r=e-this.camera.orientation.x,i=t-this.camera.orientation.y,a=n-this.camera.orientation.z;this.camera.orientation.x=e,this.camera.orientation.y=t,this.camera.orientation.z=n,this.lastCameraTurn={x:r,y:i,z:a},this.lastCameraTurnTS=Date.now()}setRotationSpeed(e,t,n){this.rotationSpeed.x=e??this.rotationSpeed.x,this.rotationSpeed.y=t??this.rotationSpeed.y,this.rotationSpeed.z=n??this.rotationSpeed.z}startRotation(){this.rotating=!0}stopRotation(e=!1){e?(this.setRotationSpeed(0,0,0),this.fadeStartSpeed=null):this.startFading(this.rotationSpeed.x,this.rotationSpeed.y,this.rotationSpeed.z),this.rotating=!1}onCameraRelease(){if(this.lastCameraTurn&&this.lastCameraTurnTS){let e=Date.now()-this.lastCameraTurnTS;if(e<this.options.speedFadeThreshold){let t=(1-e/this.options.speedFadeThreshold)*this.options.rotationSpeedCorrection;this.startFading(this.lastCameraTurn.x*t,this.lastCameraTurn.y*t,this.lastCameraTurn.z*t)}}}startFading(e,t,n){this.setRotationSpeed(e,t,n),this.fadeStartSpeed=o({},this.rotationSpeed),this.fading=!0}stopFading(){this.fadeStartSpeed=null,this.fading=!0,this.fadeTime=0}limitCameraRotationY(e){return Math.max(-this.options.maxYawAngle,Math.min(e,this.options.maxYawAngle))}tick(e){if(!this.lastTickTS){this.lastTickTS=e,this.lastCameraTurnTS=Date.now();return}let t=e-this.lastTickTS,n=t/1e3;if(this.rotating)this.turnCamera(this.rotationSpeed.x*this.options.rotationSpeedCorrection*n,this.rotationSpeed.y*this.options.rotationSpeedCorrection*n,this.rotationSpeed.z*this.options.rotationSpeedCorrection*n);else if(this.fading&&this.fadeStartSpeed){let e=-this.fadeCorrection*(this.fadeTime/1e3)**2+1;this.setRotationSpeed(this.fadeStartSpeed.x*e,this.fadeStartSpeed.y*e,this.fadeStartSpeed.z*e),e>0?this.turnCamera(this.rotationSpeed.x*this.options.rotationSpeedCorrection*n,this.rotationSpeed.y*this.options.rotationSpeedCorrection*n,this.rotationSpeed.z*this.options.rotationSpeedCorrection*n):(this.stopRotation(!0),this.stopFading()),this.fadeTime=Math.min(this.fadeTime+t,this.options.speedFadeTime)}this.lastTickTS=e}}var to=`./vertex_shader-xzkp5kyx.glsl`,no=`./fragment_shader-66qz233h.glsl`;class ro{constructor(e,t,n){i(this,`container`,void 0),i(this,`sourceVideoElement`,void 0),i(this,`canvas`,void 0),i(this,`gl`,void 0),i(this,`params`,void 0),i(this,`frameWidth`,void 0),i(this,`frameHeight`,void 0),i(this,`viewportWidth`,void 0),i(this,`viewportHeight`,void 0),i(this,`videoInitialized`,!1),i(this,`program`,void 0),i(this,`videoTexture`,void 0),i(this,`vertexBuffer`,void 0),i(this,`textureMappingBuffer`,void 0),i(this,`camera`,void 0),i(this,`cameraRotationManager`,void 0),i(this,`videoElementDataLoadedFn`,void 0),i(this,`renderFn`,void 0),i(this,`active`,!1),this.container=e,this.sourceVideoElement=t,this.params=n,this.canvas=this.createCanvas();let r=this.canvas.getContext(`webgl`);if(!r)throw Error(`Could not initialize WebGL context`);this.gl=r,this.container.appendChild(this.canvas),this.camera=new $a(this.params.fov,this.params.orientation),this.cameraRotationManager=new eo(this.camera,{rotationSpeed:this.params.rotationSpeed,maxYawAngle:this.params.maxYawAngle,rotationSpeedCorrection:this.params.rotationSpeedCorrection,degreeToPixelCorrection:this.params.degreeToPixelCorrection,speedFadeTime:this.params.speedFadeTime,speedFadeThreshold:this.params.speedFadeThreshold}),this.updateFrameSize(),this.vertexBuffer=this.createVertexBuffer(),this.textureMappingBuffer=this.createTextureMappingBuffer(),this.updateTextureMappingBuffer(),this.program=this.createProgram(),this.videoTexture=this.createTexture(),this.gl.useProgram(this.program),this.videoElementDataLoadedFn=this.onDataLoadedHandler.bind(this),this.renderFn=this.render.bind(this)}play(){this.active||(this.videoInitialized?this.doPlay():this.sourceVideoElement.readyState>=2?(this.videoInitialized=!0,this.doPlay()):this.sourceVideoElement.addEventListener(`loadeddata`,this.videoElementDataLoadedFn))}stop(){this.active=!1}startCameraManualRotation(e,t){this.cameraRotationManager.setRotationSpeed(e*this.params.rotationSpeed,t*this.params.rotationSpeed,0),this.cameraRotationManager.startRotation()}stopCameraManualRotation(e=!1){this.cameraRotationManager.stopRotation(e)}turnCamera(e,t){this.cameraRotationManager.turnCamera(e,t)}pointCameraTo(e,t){this.cameraRotationManager.pointCameraTo(e,t)}pixelToDegree(e){return{x:this.params.degreeToPixelCorrection*this.params.fov.x*-e.x/this.viewportWidth,y:this.params.degreeToPixelCorrection*this.params.fov.y*e.y/this.viewportHeight}}getCameraRotation(){return this.camera.orientation}holdCamera(){this.cameraRotationManager.stopRotation(!0)}releaseCamera(){this.cameraRotationManager.onCameraRelease()}destroy(){this.sourceVideoElement.removeEventListener(`loadeddata`,this.videoElementDataLoadedFn),this.stop(),this.canvas.remove()}setViewportSize(e,t){this.viewportWidth=e,this.viewportHeight=t,this.canvas.width=this.viewportWidth,this.canvas.height=this.viewportHeight,this.gl.viewport(0,0,this.canvas.width,this.canvas.height)}onDataLoadedHandler(){this.videoInitialized=!0,this.doPlay()}doPlay(){this.updateFrameSize(),this.vertexBuffer=this.createVertexBuffer(),this.active=!0,this.sourceVideoElement.removeEventListener(`loadeddata`,this.videoElementDataLoadedFn),requestAnimationFrame(this.renderFn)}render(e){this.cameraRotationManager.tick(e),this.updateTexture(),this.updateTextureMappingBuffer();let t=this.gl.getAttribLocation(this.program,`a_vertex`),n=this.gl.getAttribLocation(this.program,`a_texel`),r=this.gl.getUniformLocation(this.program,`u_texture`),i=this.gl.getUniformLocation(this.program,`u_focus`);this.gl.enableVertexAttribArray(t),this.gl.enableVertexAttribArray(n),this.gl.bindBuffer(this.gl.ARRAY_BUFFER,this.vertexBuffer),this.gl.vertexAttribPointer(t,2,this.gl.FLOAT,!1,0,0),this.gl.bindBuffer(this.gl.ARRAY_BUFFER,this.textureMappingBuffer),this.gl.vertexAttribPointer(n,2,this.gl.FLOAT,!1,0,0),this.gl.activeTexture(this.gl.TEXTURE0),this.gl.bindTexture(this.gl.TEXTURE_2D,this.videoTexture),this.gl.uniform1i(r,0),this.gl.uniform2f(i,-this.camera.orientation.x,-this.camera.orientation.y),this.gl.drawArrays(this.gl.TRIANGLE_FAN,0,4),this.gl.bindTexture(this.gl.TEXTURE_2D,null),this.gl.bindBuffer(this.gl.ARRAY_BUFFER,null),this.gl.disableVertexAttribArray(t),this.gl.disableVertexAttribArray(n),this.active&&requestAnimationFrame(this.renderFn)}createShader(e,t){let n=this.gl.createShader(t);if(!n)throw this.destroy(),Error(`Could not create shader (${t})`);if(this.gl.shaderSource(n,e),this.gl.compileShader(n),!this.gl.getShaderParameter(n,this.gl.COMPILE_STATUS))throw this.destroy(),Error(`An error occurred while compiling the shader: `+this.gl.getShaderInfoLog(n));return n}createProgram(){let e=this.gl.createProgram();if(!e)throw this.destroy(),Error(`Could not create shader program`);let t=this.createShader(to,this.gl.VERTEX_SHADER),n=this.createShader(no,this.gl.FRAGMENT_SHADER);if(this.gl.attachShader(e,t),this.gl.attachShader(e,n),this.gl.linkProgram(e),!this.gl.getProgramParameter(e,this.gl.LINK_STATUS))throw this.destroy(),Error(`Could not link shader program.`);return e}createTexture(){let e=this.gl.createTexture();if(!e)throw this.destroy(),Error(`Could not create texture`);return this.gl.bindTexture(this.gl.TEXTURE_2D,e),this.gl.texParameteri(this.gl.TEXTURE_2D,this.gl.TEXTURE_MAG_FILTER,this.gl.LINEAR),this.gl.texParameteri(this.gl.TEXTURE_2D,this.gl.TEXTURE_MIN_FILTER,this.gl.LINEAR),this.gl.texParameteri(this.gl.TEXTURE_2D,this.gl.TEXTURE_WRAP_S,this.gl.CLAMP_TO_EDGE),this.gl.texParameteri(this.gl.TEXTURE_2D,this.gl.TEXTURE_WRAP_T,this.gl.CLAMP_TO_EDGE),this.gl.bindTexture(this.gl.TEXTURE_2D,null),e}updateTexture(){this.gl.bindTexture(this.gl.TEXTURE_2D,this.videoTexture),this.gl.pixelStorei(this.gl.UNPACK_FLIP_Y_WEBGL,!0),this.gl.texImage2D(this.gl.TEXTURE_2D,0,this.gl.RGBA,this.gl.RGBA,this.gl.UNSIGNED_BYTE,this.sourceVideoElement),this.gl.bindTexture(this.gl.TEXTURE_2D,null)}createVertexBuffer(){let e=this.gl.createBuffer();if(!e)throw this.destroy(),Error(`Could not create vertex buffer`);let t=1,n=1,r=this.frameHeight/(this.frameWidth/this.viewportWidth);return r>this.viewportHeight?t=this.viewportHeight/r:n=r/this.viewportHeight,this.gl.bindBuffer(this.gl.ARRAY_BUFFER,e),this.gl.bufferData(this.gl.ARRAY_BUFFER,new Float32Array([-t,-n,t,-n,t,n,-t,n]),this.gl.STATIC_DRAW),this.gl.bindBuffer(this.gl.ARRAY_BUFFER,null),e}createTextureMappingBuffer(){let e=this.gl.createBuffer();if(!e)throw this.destroy(),Error(`Could not create texture mapping buffer`);return e}calculateTexturePosition(){let e=.5-this.camera.orientation.x/360,t=.5-this.camera.orientation.y/180,n=this.camera.fov.x/360/2,r=this.camera.fov.y/180/2;return[e-n,t-r,e+n,t-r,e+n,t+r,e-n,t+r]}updateTextureMappingBuffer(){this.gl.bindBuffer(this.gl.ARRAY_BUFFER,this.textureMappingBuffer),this.gl.bufferData(this.gl.ARRAY_BUFFER,new Float32Array(this.calculateTexturePosition()),this.gl.STATIC_DRAW),this.gl.bindBuffer(this.gl.ARRAY_BUFFER,null)}updateFrameSize(){this.frameWidth=this.sourceVideoElement.videoWidth,this.frameHeight=this.sourceVideoElement.videoHeight}createCanvas(){let e=document.createElement(`canvas`);return e.style.position=`absolute`,e.style.left=`0`,e.style.top=`0`,e.style.width=`100%`,e.style.height=`100%`,e}}import{isNullable as io,now as ao,once as oo,Subscription as so,ValueSubject as co,isNonNullable as lo,safeStorage as uo,filterChanged as fo}from"@vkontakte/videoplayer-shared/es2015";var po=(e,t,n)=>n*t+(1-n)*e,mo=(e,t)=>e.reduce((e,t)=>e+t,0)/t,ho=(e,t,n,r)=>{let i=0,a=n,o=mo(e,t),s=t<r?t:r;for(let t=0;t<s;t++)e[a]>o?i++:i--,a=(e.length+a-1)%e.length;return Math.abs(i)===s},go=`stalls_manager_metrics`,_o=`stalls_manager_abr_params`,vo=`stalls_manager_default_tuning_abr_params`;class yo{constructor(){i(this,`currentStallDuration$`,void 0),i(this,`videoLastDataObtainedTimestamp$`,void 0),i(this,`throughput$`,void 0),i(this,`rtt$`,void 0),i(this,`tuning`,void 0),i(this,`abrParams`,void 0),i(this,`duration`,void 0),i(this,`isSeeked$`,new co(!1)),i(this,`isBuffering$`,new co(!1)),i(this,`maxQualityLimit`,void 0),i(this,`lastUniqueVideoTrackSelected`,void 0),i(this,`currentStallsCount`,0),i(this,`sumStallsDuration`,0),i(this,`lastStallDuration`,0),i(this,`providerStartWatchingTimestamp`,0),i(this,`lastUniqueVideoTrackSelectedTimestamp`,0),i(this,`predictedThroughputWithoutData`,0),i(this,`qualityRestrictionTimer`,void 0),i(this,`subscription`,new so),i(this,`severeStallOccurred$`,new co(!1))}init(e){this.currentStallDuration$=e.currentStallDuration$,this.videoLastDataObtainedTimestamp$=e.videoLastDataObtainedTimestamp$,this.throughput$=e.throughput$,this.rtt$=e.rtt$,this.tuning=e.tuning,this.abrParams=e.abrParams,this.duration=e.duration,this.resetStoredAbrParamsIfNeeded(),this.subscribe(e)}get videoMaxQualityLimit(){return this.maxQualityLimit}get predictedThroughput(){return this.predictedThroughputWithoutData}get abrTuningParams(){let e=(this.tuning.ignoreDynamicAbrForShortVideo?this.tuning.enabled&&this.duration>this.tuning.minTvtToBeCounted:this.tuning.enabled)?this.getStoredData(_o):{};return o(o({},this.abrParams),e)}set lastVideoTrackSelected(e){this.lastUniqueVideoTrackSelected?.id!==e.id&&(this.lastUniqueVideoTrackSelected=e,this.lastUniqueVideoTrackSelectedTimestamp=ao(),this.currentStallsCount=0)}destroy(){window.clearTimeout(this.qualityRestrictionTimer),this.subscription.unsubscribe(),this.currentStallDuration$.getValue()!==0&&this.updateStallData();let e=(ao()-this.providerStartWatchingTimestamp-this.sumStallsDuration)/1e3,t=this.sumStallsDuration;this.addStallInfoToHistory(e,t),this.updateStoredAbrParams()}resetStoredAbrParamsIfNeeded(){let{bitrateFactorAtEmptyBuffer:e,bitrateFactorAtFullBuffer:t,containerSizeFactor:n}=o({},this.getStoredData(vo)),{bitrateFactorAtEmptyBuffer:r,bitrateFactorAtFullBuffer:i,containerSizeFactor:a}=o({},this.abrParams);this.tuning.enabled&&e===r&&t===i&&n===a||(this.removeStoredData(_o),this.setStoredData(vo,{bitrateFactorAtEmptyBuffer:r,bitrateFactorAtFullBuffer:i,containerSizeFactor:a}))}updateStoredAbrParams(){let e=[],t=this.getStoredData(go,`[]`);if(!this.tuning.enabled||t.length<this.tuning.stallsMetricsHistoryLength)return;let n=t.reduce((e,t)=>e+t.tvt,0);if(this.tuning.useTotalStallsDurationPerTvt){let r=t.reduce((e,t)=>e+t.stallsDuration,0)/n;e.push(this.calculateOptimalAbrParams(r,n))}if(this.tuning.useAverageStallsDurationPerTvt){let r=t.reduce((e,t)=>e+t.stallsDurationPerTvt,0)/t.length;e.push(this.calculateOptimalAbrParams(r,n))}this.tuning.useEmaStallsDurationPerTvt&&e.push(this.calculateOptimalAbrParams(t[t.length-1].stallsDurationPerTvtSmoothed,n));let r={bitrateFactorAtEmptyBuffer:Math.max(...e.map(e=>e.bitrateFactorAtEmptyBuffer)),bitrateFactorAtFullBuffer:Math.max(...e.map(e=>e.bitrateFactorAtFullBuffer)),containerSizeFactor:Math.min(...e.map(e=>e.containerSizeFactor))};this.setStoredData(go,[]),this.setStoredData(_o,r)}calculateOptimalAbrParams(e,t){let{targetStallsDurationPerTvt:n,deviationStallsDurationPerTvt:r,criticalStallsDurationPerTvt:i,abrAdjustingSpeed:a,significantTvt:o}=this.tuning,s=a*Math.min(t/o,1),c=this.abrTuningParams;return e<n-r?c={bitrateFactorAtEmptyBuffer:Math.max(c.bitrateFactorAtEmptyBuffer-s,this.abrParams.minBitrateFactorAtEmptyBuffer),bitrateFactorAtFullBuffer:Math.max(c.bitrateFactorAtFullBuffer-s,this.abrParams.minBitrateFactorAtFullBuffer),containerSizeFactor:Math.min(c.containerSizeFactor+s,this.abrParams.maxContainerSizeFactor)}:e>n+r&&(c={bitrateFactorAtEmptyBuffer:Math.min(c.bitrateFactorAtEmptyBuffer+s,this.abrParams.maxBitrateFactorAtEmptyBuffer),bitrateFactorAtFullBuffer:Math.min(c.bitrateFactorAtFullBuffer+s,this.abrParams.maxBitrateFactorAtFullBuffer),containerSizeFactor:Math.max(c.containerSizeFactor-s,this.abrParams.minContainerSizeFactor)}),e>i&&(c={bitrateFactorAtEmptyBuffer:Math.max(c.bitrateFactorAtEmptyBuffer,this.abrParams.bitrateFactorAtEmptyBuffer),bitrateFactorAtFullBuffer:Math.max(c.bitrateFactorAtFullBuffer,this.abrParams.bitrateFactorAtFullBuffer),containerSizeFactor:Math.min(c.containerSizeFactor,this.abrParams.containerSizeFactor)}),c}getStoredData(e,t=`{}`){return JSON.parse(uo.get(e)??t)}setStoredData(e,t){uo.set(e,JSON.stringify(t))}removeStoredData(e){uo.remove(e)}addStallInfoToHistory(e,t){if(e<this.tuning.minTvtToBeCounted||e>this.tuning.maxTvtToBeCounted||e*1e3<t)return;let n=this.getStoredData(go,`[]`),r=t/e,i={tvt:e,stallsDuration:t,stallsDurationPerTvt:r,stallsDurationPerTvtSmoothed:n.length?po(n[n.length-1].stallsDurationPerTvtSmoothed,t/e,this.tuning.emaAlpha):r};n.push(i),n.length>this.tuning.stallsMetricsHistoryLength&&n.shift(),this.setStoredData(go,n)}updateStallData(){this.providerStartWatchingTimestamp&&!this.isSeeked$.getValue()&&(this.sumStallsDuration+=Math.min(this.lastStallDuration,this.tuning.maxPossibleStallDuration),this.currentStallsCount++)}subscribe(e){this.subscription.add(e.isSeeked$.subscribe(this.isSeeked$)),this.subscription.add(e.isBuffering$.subscribe(this.isBuffering$)),this.subscription.add(e.looped$.subscribe(e=>this.currentStallsCount=0)),this.subscription.add(e.playing$.pipe(oo()).subscribe(e=>this.providerStartWatchingTimestamp=ao())),this.subscription.add(this.currentStallDuration$.pipe(fo()).subscribe(e=>{let{stallDurationNoDataBeforeQualityDecrease:t,stallCountBeforeQualityDecrease:n,resetQualityRestrictionTimeout:r,ignoreStallsOnSeek:i}=this.tuning;if(io(this.lastUniqueVideoTrackSelected)||i&&this.isSeeked$.getValue())return;let a=this.rtt$.getValue(),o=this.throughput$.getValue(),s=this.videoLastDataObtainedTimestamp$.getValue(),c=ao(),l=n&&this.currentStallsCount>=n,u=t&&c-this.lastUniqueVideoTrackSelectedTimestamp>=t+a&&c-s>=t+a&&e>=t;(l||u)&&(this.severeStallOccurred$.next(!0),window.clearTimeout(this.qualityRestrictionTimer),this.maxQualityLimit=this.lastUniqueVideoTrackSelected.quality,lo(this.lastUniqueVideoTrackSelected.bitrate)&&o>this.lastUniqueVideoTrackSelected.bitrate&&(this.predictedThroughputWithoutData=this.lastUniqueVideoTrackSelected.bitrate)),!e&&ao()-this.providerStartWatchingTimestamp>this.lastStallDuration&&(this.updateStallData(),this.severeStallOccurred$.next(!1),window.clearTimeout(this.qualityRestrictionTimer),this.qualityRestrictionTimer=window.setTimeout(()=>{this.maxQualityLimit=void 0,this.predictedThroughputWithoutData=0},r)),this.lastStallDuration=e}))}}var bo=yo;import{combine as xo,map as So,observeElementSize as Co,Subscription as wo,ValueSubject as To,noop as Eo}from"@vkontakte/videoplayer-shared/es2015";class Do{constructor(){i(this,`subscription`,new wo),i(this,`pipSize$`,new To(void 0)),i(this,`videoSize$`,new To(void 0)),i(this,`elementSize$`,new To(void 0)),i(this,`pictureInPictureWindowRemoveEventListener`,Eo)}connect({observableVideo:e,video:t}){let n=e=>{let t=e.target;this.pipSize$.next({width:t.width,height:t.height})};this.subscription.add(Co(t).subscribe(this.videoSize$)).add(e.enterPip$.subscribe(({pictureInPictureWindow:e})=>{this.pipSize$.next({width:e.width,height:e.height}),e.addEventListener(`resize`,n),this.pictureInPictureWindowRemoveEventListener=()=>{e.removeEventListener(`resize`,n)}})).add(e.leavePip$.subscribe(()=>{this.pictureInPictureWindowRemoveEventListener()})).add(xo({videoSize:this.videoSize$,pipSize:this.pipSize$,inPip:e.inPiP$}).pipe(So(({videoSize:e,inPip:t,pipSize:n})=>t?n:e)).subscribe(this.elementSize$))}getValue(){return this.elementSize$.getValue()}subscribe(e,t){return this.elementSize$.subscribe(e,t)}getObservable(){return this.elementSize$}destroy(){this.pictureInPictureWindowRemoveEventListener(),this.subscription.unsubscribe()}}import{filter as Oo,map as ko,once as Ao}from"@vkontakte/videoplayer-shared/es2015";var jo=({subscription:e,desiredState:t,videoElement$:n,observableVideo:r})=>{if(!j.browser.isSafari)return;let i=0,a=!1;e.add(t.volume.stateChangeStarted$.pipe(ko(()=>{let e=t.volume.getTransition(),r=n.getValue();return!r||!e?!1:!e.to.muted&&r.muted}),Oo(e=>!!e),Ao()).subscribe(()=>{i=performance.now(),a=!0})),e.add(r.playbackRateState$.pipe(Oo(()=>a),Ao()).subscribe(()=>{let e=n.getValue(),r=t.playbackRate.getState();e&&r!==e.playbackRate&&performance.now()-i<1e3&&(e.playbackRate=r)}))};import{filterChanged as Mo,isNonNullable as No,isNullable as Po,now as Fo,once as Io,Subscription as Lo,ValueSubject as Ro}from"@vkontakte/videoplayer-shared/es2015";class zo{constructor(){i(this,`currentStallDuration$`,new Ro(0)),i(this,`videoLastDataObtainedTimestamp$`,new Ro(0)),i(this,`isSeeked$`,new Ro(!1)),i(this,`rtt$`,new Ro(0)),i(this,`tuning`,void 0),i(this,`lastUniqueVideoTrackSelectedTimestamp`,0),i(this,`lastUniqueVideoTrackSelected`,void 0),i(this,`providerStartWatchingTimestamp`,0),i(this,`subscription`,new Lo),i(this,`severeStallOccurred$`,new Ro(!1)),i(this,`totalStallsCount$`,new Ro(0)),i(this,`currentVideoTrackStallsCount$`,new Ro(0)),i(this,`sumStallsDuration$`,new Ro(0)),i(this,`lastStallDuration$`,new Ro(0))}init(e){this.tuning=e.tuning,this.subscription.add(e.currentStallDuration$.subscribe(this.currentStallDuration$)),this.subscription.add(e.rtt$.subscribe(this.rtt$)),this.subscription.add(e.videoLastDataObtainedTimestamp$.subscribe(this.videoLastDataObtainedTimestamp$)),this.subscription.add(e.isSeeked$.subscribe(this.isSeeked$)),this.subscription.add(e.observableVideo.looped$.subscribe(e=>this.currentVideoTrackStallsCount$.next(0))),this.subscription.add(e.observableVideo.playing$.pipe(Io()).subscribe(e=>this.providerStartWatchingTimestamp=Fo())),this.subscription.add(e.lastVideoTrackSelected$.subscribe(e=>{No(e)&&this.lastUniqueVideoTrackSelected?.id!==e.id&&(this.lastUniqueVideoTrackSelected=e,this.lastUniqueVideoTrackSelectedTimestamp=Fo(),this.currentVideoTrackStallsCount$.next(0))})),this.subscription.add(this.currentStallDuration$.pipe(Mo()).subscribe(e=>{let{stallDurationNoDataBeforeQualityDecrease:t,stallCountBeforeQualityDecrease:n,ignoreStallsOnSeek:r}=this.tuning;if(Po(this.lastUniqueVideoTrackSelected)||r&&this.isSeeked$.getValue())return;let i=this.rtt$.getValue(),a=this.videoLastDataObtainedTimestamp$.getValue(),o=Fo(),s=n&&this.currentVideoTrackStallsCount$.getValue()>=n,c=t&&o-this.lastUniqueVideoTrackSelectedTimestamp>=t+i&&o-a>=t+i&&e>=t;(s||c)&&this.severeStallOccurred$.next(!0),!e&&Fo()-this.providerStartWatchingTimestamp>this.lastStallDuration$.getValue()&&(this.updateStallData(),this.severeStallOccurred$.next(!1)),this.lastStallDuration$.next(e)}))}destroy(){this.subscription.unsubscribe(),this.currentStallDuration$.getValue()!==0&&this.updateStallData()}updateStallData(){if(this.providerStartWatchingTimestamp&&!this.isSeeked$.getValue()&&this.lastStallDuration$.getValue()>0){let e=this.sumStallsDuration$.getValue(),t=this.lastStallDuration$.getValue(),n=this.currentVideoTrackStallsCount$.getValue(),r=this.totalStallsCount$.getValue();this.sumStallsDuration$.next(e+Math.min(t,this.tuning.maxPossibleStallDuration)),this.currentVideoTrackStallsCount$.next(n+1),this.totalStallsCount$.next(r+1)}}}var Bo=e=>`audioTracksAsc`in e;import{now as Vo}from"@vkontakte/videoplayer-shared/es2015";class Ho{constructor(){i(this,`last`,void 0),i(this,`history`,{})}recordSelection(e){this.history[e.id]=Vo()}recordSwitch(e){this.last=e}clear(){this.last=void 0,this.history={}}}import{isNonNullable as Uo,now as Wo}from"@vkontakte/videoplayer-shared/es2015";import{arrayAt as Go}from"@vkontakte/videoplayer-shared/es2015";import{arrayIncludes as Ko}from"@vkontakte/videoplayer-shared/es2015";import{isLowerOrEqual as qo,isNonNullable as Jo,isNullable as Yo}from"@vkontakte/videoplayer-shared/es2015";var Xo=e=>`quality`in e,Zo=e=>(t,n)=>e*(Number(t.bitrate)-Number(n.bitrate)),Qo=e=>(t,n)=>e*(qo(t.quality,n.quality)?-1:1),$o=e=>(t,n)=>Xo(t)&&Xo(n)?Qo(e)(t,n):Zo(e)(t,n),es=(e,t)=>$o(1)(e,t)<0,ts=(e,t)=>Math.log(t)/Math.log(e),ns=(e,t,n)=>(t-n)*2**(-10*e)+n,rs=(e,t,n,r)=>{if(Yo(e))return n[0];let i=n.filter(t=>Jo(t.bitrate)&&Jo(e.bitrate)?e.bitrate/t.bitrate>r:!0),a=Go(n,Math.round(n.length*t.indexOf(e)/(t.length+1)))??Go(n,-1);return a&&Ko(i,a)?a:i.length?Go(i,-1):Go(n,0)};class is{constructor(){i(this,`history`,new Ho),i(this,`rules`,[]),i(this,`context`,void 0)}init(e){this.rules=e;for(let e of this.rules)e.init()}destroy(){for(let e of this.rules)e.destroy()}updateContext(e){this.context=o({},e)}autoSelectTrack(){let{context:e}=this,t=e=>(t,n)=>n.confidence-t.confidence||$o(e)(t.track,n.track),n=this.rules.map(t=>t.execute(e)),r=n.filter(e=>e.type===`limit_above`).sort(t(1)),i=n.filter(e=>e.type===`limit_below`).sort(t(-1)),a=n[0].track;r.length===0&&i.length?a=i[0].track:r&&i.length===0?a=r[0].track:r.length&&i.length&&(a=es(r[0].track,i[0].track)?i[0].track:r[0].track);let o=this.history?.last,s=this.selectTrackBasedOnHistory(a);if(Uo(this.history)&&s.bitrate!==o?.bitrate){let t=n.map(e=>e.logMessage).join(`
118
117
 
119
118
  `),r=`
120
- [${Lu(s)?`VIDEO`:`AUDIO`} TRACKS ABR]
121
- [available tracks] ${Du(e)?`
119
+ [${Xo(s)?`VIDEO`:`AUDIO`} TRACKS ABR]
120
+ [available tracks] ${Bo(e)?`
122
121
  ${e.audioTracksDesc.map(e=>`{ id: ${e.id}, bitrate: ${e.bitrate} }`).join(`
123
122
  `)}`:`
124
123
  ${e.videoTracksDesc.map(e=>`{ id: ${e.id}, quality: ${e.quality}, bitrate: ${e.bitrate}, size: ${e.size?.width}:${e.size?.height} }`).join(`
125
124
  `)}`}
126
125
  `+t+`
127
- [best track] ${Lu(a)?a?.quality:a.bitrate}
128
- [last history track] ${Au(o)&&Lu(o)?o?.quality:o?.bitrate}
129
- [selected track] ${Lu(s)?s?.quality:s.bitrate}
130
- `;this.context.abrLogger({message:r})}return s}selectTrackBasedOnHistory(e){var t;let{trackCooldownIncreaseQuality:n,trackCooldownDecreaseQuality:r}=this.context.tuning.autoTrackSelection,i=Au((t=this.history)==null||(t=t.last)==null?void 0:t.bitrate)&&Au(e?.bitrate)&&this.history.last.bitrate<e.bitrate?n:r,a=e&&this.history&&this.history.history[e.id]&&ju()-this.history.history[e.id]<=i&&(!this.history.last||e.id!==this.history.last.id);if(e?.id&&history&&!a&&this.history.recordSelection(e),a&&this.history?.last){let e=this.history.last;this.history?.recordSwitch(e);let t=Lu(e)?`VIDEO`:`AUDIO`,n=Lu(e)?e.quality:e.bitrate;return this.context.abrLogger({message:`
126
+ [best track] ${Xo(a)?a?.quality:a.bitrate}
127
+ [last history track] ${Uo(o)&&Xo(o)?o?.quality:o?.bitrate}
128
+ [selected track] ${Xo(s)?s?.quality:s.bitrate}
129
+ `;this.context.abrLogger({message:r})}return s}selectTrackBasedOnHistory(e){var t;let{trackCooldownIncreaseQuality:n,trackCooldownDecreaseQuality:r}=this.context.tuning.autoTrackSelection,i=Uo((t=this.history)==null||(t=t.last)==null?void 0:t.bitrate)&&Uo(e?.bitrate)&&this.history.last.bitrate<e.bitrate?n:r,a=e&&this.history&&this.history.history[e.id]&&Wo()-this.history.history[e.id]<=i&&(!this.history.last||e.id!==this.history.last.id);if(e?.id&&history&&!a&&this.history.recordSelection(e),a&&this.history?.last){let e=this.history.last;this.history?.recordSwitch(e);let t=Xo(e)?`VIDEO`:`AUDIO`,n=Xo(e)?e.quality:e.bitrate;return this.context.abrLogger({message:`
131
130
  [last ${t} selected] ${n}
132
- `}),e}return this.history?.recordSwitch(e),e}}import{isInvariantQuality as Ku,isNullable as qu,Subscription as Ju,ValueSubject as Yu}from"@vkontakte/videoplayer-shared/es2015";import{isHigherOrEqual as Xu,isLowerOrEqual as Zu,isNonNullable as Qu,videoSizeToQuality as $u}from"@vkontakte/videoplayer-shared/es2015";import{Subscription as ed}from"@vkontakte/videoplayer-shared/es2015";class td{constructor(e){i(this,`subscription`,void 0),i(this,`confidence`,void 0),i(this,`type`,void 0),i(this,`name`,void 0),this.confidence=e}init(){this.subscription=new ed}destroy(){this.subscription.unsubscribe()}createResolution(e,...t){return o(o({track:e},this),{},{confidence:this.confidence,name:this.name,type:this.type,logMessage:this.createLogMessage(e,...t)})}}class nd extends td{constructor(e){super(e),this.type=`limit_above`}}class rd extends nd{constructor(e){super(e),this.name=`fits_container_rule`}execute(e){let{container:t,tuning:n,limits:r,panelSize:i,videoTracksDesc:a}=e,{containerSizeFactor:o,containerSizeLimit:s}=this.getContainerSizeLimit({container:t,tuning:n,limits:r,panelSize:i});for(let e of a){let t=!0;if(s)if(e.size)t=e.size.width<=s.width&&e.size.height<=s.height;else{let n=s&&$u(s);t=n?Zu(e.quality,n):!0}if(t)return this.createResolution(e,s,o,n.autoTrackSelection)}return this.createResolution(a[a.length-1],s,o,n.autoTrackSelection)}createLogMessage(e,t,n,r){return`
131
+ `}),e}return this.history?.recordSwitch(e),e}}import{isInvariantQuality as as,isNullable as os,Subscription as ss,ValueSubject as cs}from"@vkontakte/videoplayer-shared/es2015";import{isHigherOrEqual as ls,isLowerOrEqual as us,isNonNullable as ds,videoSizeToQuality as fs}from"@vkontakte/videoplayer-shared/es2015";import{Subscription as ps}from"@vkontakte/videoplayer-shared/es2015";class ms{constructor(e){i(this,`subscription`,void 0),i(this,`confidence`,void 0),i(this,`type`,void 0),i(this,`name`,void 0),this.confidence=e}init(){this.subscription=new ps}destroy(){this.subscription.unsubscribe()}createResolution(e,...t){return o(o({track:e},this),{},{confidence:this.confidence,name:this.name,type:this.type,logMessage:this.createLogMessage(e,...t)})}}class hs extends ms{constructor(e){super(e),this.type=`limit_above`}}class gs extends hs{constructor(e){super(e),this.name=`fits_container_rule`}execute(e){let{container:t,tuning:n,limits:r,panelSize:i,videoTracksDesc:a}=e,{containerSizeFactor:o,containerSizeLimit:s}=this.getContainerSizeLimit({container:t,tuning:n,limits:r,panelSize:i});for(let e of a){let t=!0;if(s)if(e.size)t=e.size.width<=s.width&&e.size.height<=s.height;else{let n=s&&fs(s);t=n?us(e.quality,n):!0}if(t)return this.createResolution(e,s,o,n.autoTrackSelection)}return this.createResolution(a[a.length-1],s,o,n.autoTrackSelection)}createLogMessage(e,t,n,r){return`
133
132
  [${this.name}. Confidence: ${this.confidence}. Type: ${this.type}]
134
133
  selectedTrack: ${e.quality}
135
134
  containerSizeLimit: ${JSON.stringify(t)}
@@ -138,7 +137,7 @@ const e=[`url`],t=[`url`],n=[`downloadingItems`],r=[`container`];import i from"@
138
137
  tuning.pixelRatioLogBase: ${r.pixelRatioLogBase}
139
138
  tuning.pixelRatioLogCoefficients: ${r.pixelRatioLogCoefficients}
140
139
  tuning.limitByContainer: ${r.limitByContainer}
141
- `}getContainerSizeLimit({tuning:e,container:t,limits:n,panelSize:r}){let i=e.autoTrackSelection.containerSizeFactor;if(r)return{containerSizeLimit:r,containerSizeFactor:i};if(e.autoTrackSelection.usePixelRatio&&F.display.pixelRatio){let t=F.display.pixelRatio;if(e.autoTrackSelection.pixelRatioMultiplier)i*=e.autoTrackSelection.pixelRatioMultiplier*(t-1)+1;else{let n=e.autoTrackSelection.pixelRatioLogBase,[r=0,a=0,o=0]=e.autoTrackSelection.pixelRatioLogCoefficients,s=Hu(n,r*t+a)+o;Number.isFinite(s)&&(i*=s)}}return Qu(n?.min)&&Xu(n.min,e.autoTrackSelection.highQualityLimit)&&(i*=2),{containerSizeLimit:e.autoTrackSelection.limitByContainer&&t&&t.width>0&&t.height>0?{width:t.width*i,height:t.height*i}:void 0,containerSizeFactor:i}}}import{isNonNullable as id}from"@vkontakte/videoplayer-shared/es2015";class ad extends nd{constructor(e){super(e),this.name=`throughput_rule`}execute(e){let{playbackRate:t,reserve:n,estimatedThroughput:r,videoTracksDesc:i,tuning:a,forwardBufferHealth:o,forwardBufferRepresentations:s}=e,c=a.autoTrackSelection,l=c.considerPlaybackRate&&id(t)?t:1,u=l*Uu(o??.5,c.bitrateFactorAtEmptyBuffer,c.bitrateFactorAtFullBuffer);for(let e of i){let i=s?.get(e.id),c=i?.length?(i[i.length-1].time.to-i[0].time.from)/1e3:0,d=(i?.reduce((e,t)=>e+(t?.size??1/0),0)??1/0)*8/1024/c,f=isFinite(d)&&a.dash.useDynamicBirtateRule?d:e.bitrate;if(!(id(r)&&isFinite(r)&&id(f))||r-n>=f*u)return this.createResolution(e,o,t,n,l,u,r,a)}return this.createResolution(i[i.length-1],o,t,n,l,u,r,a)}createLogMessage(e,t,n,r,i,a,o,s){return`
140
+ `}getContainerSizeLimit({tuning:e,container:t,limits:n,panelSize:r}){let i=e.autoTrackSelection.containerSizeFactor;if(r)return{containerSizeLimit:r,containerSizeFactor:i};if(e.autoTrackSelection.usePixelRatio&&j.display.pixelRatio){let t=j.display.pixelRatio;if(e.autoTrackSelection.pixelRatioMultiplier)i*=e.autoTrackSelection.pixelRatioMultiplier*(t-1)+1;else{let n=e.autoTrackSelection.pixelRatioLogBase,[r=0,a=0,o=0]=e.autoTrackSelection.pixelRatioLogCoefficients,s=ts(n,r*t+a)+o;Number.isFinite(s)&&(i*=s)}}return ds(n?.min)&&ls(n.min,e.autoTrackSelection.highQualityLimit)&&(i*=2),{containerSizeLimit:e.autoTrackSelection.limitByContainer&&t&&t.width>0&&t.height>0?{width:t.width*i,height:t.height*i}:void 0,containerSizeFactor:i}}}import{isNonNullable as _s}from"@vkontakte/videoplayer-shared/es2015";class vs extends hs{constructor(e){super(e),this.name=`throughput_rule`}execute(e){let{playbackRate:t,reserve:n,estimatedThroughput:r,videoTracksDesc:i,tuning:a,forwardBufferHealth:o,forwardBufferRepresentations:s}=e,c=a.autoTrackSelection,l=c.considerPlaybackRate&&_s(t)?t:1,u=l*ns(o??.5,c.bitrateFactorAtEmptyBuffer,c.bitrateFactorAtFullBuffer);for(let e of i){let i=s?.get(e.id),c=i?.length?(i[i.length-1].time.to-i[0].time.from)/1e3:0,d=(i?.reduce((e,t)=>e+(t?.size??1/0),0)??1/0)*8/1024/c,f=isFinite(d)&&a.dash.useDynamicBirtateRule?d:e.bitrate;if(!(_s(r)&&isFinite(r)&&_s(f))||r-n>=f*u)return this.createResolution(e,o,t,n,l,u,r,a)}return this.createResolution(i[i.length-1],o,t,n,l,u,r,a)}createLogMessage(e,t,n,r,i,a,o,s){return`
142
141
  [${this.name}. Confidence: ${this.confidence}. Type: ${this.type}]
143
142
  selectedTrack: ${e.quality}
144
143
  forwardBufferHealth: ${t}
@@ -150,7 +149,7 @@ const e=[`url`],t=[`url`],n=[`downloadingItems`],r=[`container`];import i from"@
150
149
  tuning.considerPlaybackRate: ${s.autoTrackSelection.considerPlaybackRate}
151
150
  tuning.bitrateFactorAtEmptyBuffer: ${s.autoTrackSelection.bitrateFactorAtEmptyBuffer}
152
151
  tuning.bitrateFactorAtFullBuffer: ${s.autoTrackSelection.bitrateFactorAtFullBuffer}
153
- `}}import{isHigher as od,isInvariantQuality as sd,isNonNullable as cd}from"@vkontakte/videoplayer-shared/es2015";class ld extends nd{constructor(e){super(e),this.name=`buffer_rule`}execute(e){let{currentVideoTrack:t,videoTracksDesc:n,tuning:r,forwardBufferHealth:i,lastVideoTrackSelected:a}=e,o=r.autoTrackSelection;for(let e of n)if(o.lazyQualitySwitch&&cd(o.minBufferToSwitchUp)&&cd(t)&&!sd(t.quality)&&(i??0)>o.minBufferToSwitchUp&&od(e.quality,t.quality))return this.createResolution(e,t,a,i,o);let s=t??n[0];return this.createResolution(a??s,t,a,i,o)}createLogMessage(e,t,n,r,i){return`
152
+ `}}import{isHigher as ys,isInvariantQuality as bs,isNonNullable as xs}from"@vkontakte/videoplayer-shared/es2015";class Ss extends hs{constructor(e){super(e),this.name=`buffer_rule`}execute(e){let{currentVideoTrack:t,videoTracksDesc:n,tuning:r,forwardBufferHealth:i,lastVideoTrackSelected:a}=e,o=r.autoTrackSelection;for(let e of n)if(o.lazyQualitySwitch&&xs(o.minBufferToSwitchUp)&&xs(t)&&!bs(t.quality)&&(i??0)>o.minBufferToSwitchUp&&ys(e.quality,t.quality))return this.createResolution(e,t,a,i,o);let s=t??n[0];return this.createResolution(a??s,t,a,i,o)}createLogMessage(e,t,n,r,i){return`
154
153
  [${this.name}. Confidence: ${this.confidence}. Type: ${this.type}]
155
154
  selectedTrack: ${e.quality}
156
155
  currentVideoTrack: ${t?.quality}
@@ -158,7 +157,7 @@ const e=[`url`],t=[`url`],n=[`downloadingItems`],r=[`container`];import i from"@
158
157
  forwardBufferHealth: ${r}
159
158
  tuning.minBufferToSwitchUp: ${i.minBufferToSwitchUp}
160
159
  tuning.lazyQualitySwitch: ${i.lazyQualitySwitch}
161
- `}}import{getWindow as ud,isHigherOrEqual as dd,isNonNullable as fd}from"@vkontakte/videoplayer-shared/es2015";class pd extends nd{constructor(e){super(e),i(this,`severeStallOccurred`,!1),i(this,`qualityRestrictionTimer`,void 0),i(this,`lastStallDurationRestriction`,0),i(this,`maxQualityLimitOnStall`,void 0),i(this,`predictedThroughputWithoutData`,void 0),this.name=`stalls_rule`}execute(e){this.updateStallQualityLimits(e);let{videoTracksDesc:t,reserve:n,tuning:r,playbackRate:i,forwardBufferHealth:a}=e,o=r.autoTrackSelection,s=o.considerPlaybackRate&&fd(i)?i:1,c=s*Uu(a??.5,o.bitrateFactorAtEmptyBuffer,o.bitrateFactorAtFullBuffer);for(let e of t){let t=this.predictedThroughputWithoutData,o=fd(t)&&isFinite(t)&&fd(e.bitrate)?t-n>=e.bitrate*c:!0,l=fd(this.maxQualityLimitOnStall)&&dd(e.quality,this.maxQualityLimitOnStall);if(o&&!l)return this.createResolution(e,a,i,n,s,c,r)}return this.createResolution(t[t.length-1],a,i,n,s,c,r)}createLogMessage(e,t,n,r,i,a,o){return`
160
+ `}}import{getWindow as Cs,isHigherOrEqual as ws,isNonNullable as Ts}from"@vkontakte/videoplayer-shared/es2015";class Es extends hs{constructor(e){super(e),i(this,`severeStallOccurred`,!1),i(this,`qualityRestrictionTimer`,void 0),i(this,`lastStallDurationRestriction`,0),i(this,`maxQualityLimitOnStall`,void 0),i(this,`predictedThroughputWithoutData`,void 0),this.name=`stalls_rule`}execute(e){this.updateStallQualityLimits(e);let{videoTracksDesc:t,reserve:n,tuning:r,playbackRate:i,forwardBufferHealth:a}=e,o=r.autoTrackSelection,s=o.considerPlaybackRate&&Ts(i)?i:1,c=s*ns(a??.5,o.bitrateFactorAtEmptyBuffer,o.bitrateFactorAtFullBuffer);for(let e of t){let t=this.predictedThroughputWithoutData,o=Ts(t)&&isFinite(t)&&Ts(e.bitrate)?t-n>=e.bitrate*c:!0,l=Ts(this.maxQualityLimitOnStall)&&ws(e.quality,this.maxQualityLimitOnStall);if(o&&!l)return this.createResolution(e,a,i,n,s,c,r)}return this.createResolution(t[t.length-1],a,i,n,s,c,r)}createLogMessage(e,t,n,r,i,a,o){return`
162
161
  [${this.name}. Confidence: ${this.confidence}. Type: ${this.type}]
163
162
  selectedTrack: ${e.quality}
164
163
  forwardBufferHealth: ${t}
@@ -171,7 +170,7 @@ const e=[`url`],t=[`url`],n=[`downloadingItems`],r=[`container`];import i from"@
171
170
  tuning.considerPlaybackRate: ${o.autoTrackSelection.considerPlaybackRate}
172
171
  tuning.bitrateFactorAtEmptyBuffer: ${o.autoTrackSelection.bitrateFactorAtEmptyBuffer}
173
172
  tuning.bitrateFactorAtFullBuffer: ${o.autoTrackSelection.bitrateFactorAtFullBuffer}
174
- `}updateStallQualityLimits(e){let{severeStallOccurred:t,lastStallDuration:n,tuning:r,lastVideoTrackSelected:i,estimatedThroughput:a}=e;t&&n>0&&n!==this.lastStallDurationRestriction&&n%r.stallsManager.stallDurationNoDataBeforeQualityDecrease===0&&fd(i?.bitrate)?(ud().clearTimeout(this.qualityRestrictionTimer),this.lastStallDurationRestriction=n,this.maxQualityLimitOnStall=i.quality,a>i.bitrate&&(this.predictedThroughputWithoutData=i.bitrate)):!t&&this.severeStallOccurred&&(ud().clearTimeout(this.qualityRestrictionTimer),this.qualityRestrictionTimer=ud().setTimeout(()=>{this.maxQualityLimitOnStall=void 0,this.predictedThroughputWithoutData=void 0},r.stallsManager.resetQualityRestrictionTimeout)),this.severeStallOccurred=t}}import{isLowerOrEqual as md,isNonNullable as hd,isNullable as gd}from"@vkontakte/videoplayer-shared/es2015";class _d extends nd{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=Ts(r,o,a);for(let e of t){let t=s||gd(r?.max)||md(e.quality,r.max),c=hd(i)&&!i?md(e.quality,n.autoTrackSelection.backgroundVideoQualityLimit):!0;if(t&&c)return this.createResolution(e,s,a,o,i,r,n.autoTrackSelection.backgroundVideoQualityLimit)}return this.createResolution(t[t.length-1],s,a,o,i,r,n.autoTrackSelection.backgroundVideoQualityLimit)}createLogMessage(e,t,n,r,i,a,o){return`
173
+ `}updateStallQualityLimits(e){let{severeStallOccurred:t,lastStallDuration:n,tuning:r,lastVideoTrackSelected:i,estimatedThroughput:a}=e;t&&n>0&&n!==this.lastStallDurationRestriction&&n%r.stallsManager.stallDurationNoDataBeforeQualityDecrease===0&&Ts(i?.bitrate)?(Cs().clearTimeout(this.qualityRestrictionTimer),this.lastStallDurationRestriction=n,this.maxQualityLimitOnStall=i.quality,a>i.bitrate&&(this.predictedThroughputWithoutData=i.bitrate)):!t&&this.severeStallOccurred&&(Cs().clearTimeout(this.qualityRestrictionTimer),this.qualityRestrictionTimer=Cs().setTimeout(()=>{this.maxQualityLimitOnStall=void 0,this.predictedThroughputWithoutData=void 0},r.stallsManager.resetQualityRestrictionTimeout)),this.severeStallOccurred=t}}import{isLowerOrEqual as Ds,isNonNullable as Os,isNullable as ks}from"@vkontakte/videoplayer-shared/es2015";class As extends hs{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=Vr(r,o,a);for(let e of t){let t=s||ks(r?.max)||Ds(e.quality,r.max),c=Os(i)&&!i?Ds(e.quality,n.autoTrackSelection.backgroundVideoQualityLimit):!0;if(t&&c)return this.createResolution(e,s,a,o,i,r,n.autoTrackSelection.backgroundVideoQualityLimit)}return this.createResolution(t[t.length-1],s,a,o,i,r,n.autoTrackSelection.backgroundVideoQualityLimit)}createLogMessage(e,t,n,r,i,a,o){return`
175
174
  [${this.name}. Confidence: ${this.confidence}. Type: ${this.type}]
176
175
  selectedTrack: ${e.quality}
177
176
  limitsAreInvalid: ${t}
@@ -180,14 +179,14 @@ const e=[`url`],t=[`url`],n=[`downloadingItems`],r=[`container`];import i from"@
180
179
  visible: ${i}
181
180
  tuning.limits: ${JSON.stringify(a)}
182
181
  tuning.backgroundVideoQualityLimit: ${o}
183
- `}}import{isHigherOrEqual as vd,isNullable as yd}from"@vkontakte/videoplayer-shared/es2015";class bd extends td{constructor(e){super(e),this.type=`limit_below`}}class xd extends bd{constructor(e){super(e),this.name=`lower_limit_rule`}execute(e){let{videoTracksAsc:t,limits:n}=e,r=t[0]?.quality,i=t[t.length-1]?.quality,a=Ts(n,i,r);for(let e of t)if(a||yd(n?.min)||vd(e.quality,n.min))return this.createResolution(e,a,r,i,n);return this.createResolution(t[0],a,r,i,n)}createLogMessage(e,t,n,r,i){return`
182
+ `}}import{isHigherOrEqual as js,isNullable as Ms}from"@vkontakte/videoplayer-shared/es2015";class Ns extends ms{constructor(e){super(e),this.type=`limit_below`}}class Ps extends Ns{constructor(e){super(e),this.name=`lower_limit_rule`}execute(e){let{videoTracksAsc:t,limits:n}=e,r=t[0]?.quality,i=t[t.length-1]?.quality,a=Vr(n,i,r);for(let e of t)if(a||Ms(n?.min)||js(e.quality,n.min))return this.createResolution(e,a,r,i,n);return this.createResolution(t[0],a,r,i,n)}createLogMessage(e,t,n,r,i){return`
184
183
  [${this.name}. Confidence: ${this.confidence}. Type: ${this.type}]
185
184
  selectedTrack: ${e.quality}
186
185
  limitsAreInvalid: ${t}
187
186
  lowestAvailableQuality: ${n}
188
187
  highestAvailableQuality: ${r}
189
188
  tuning.limits: ${JSON.stringify(i)}
190
- `}}import{isNonNullable as Sd}from"@vkontakte/videoplayer-shared/es2015";class Cd extends nd{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&&Sd(r)?r:1,l=c*Uu(a??.5,s.bitrateAudioFactorAtEmptyBuffer,s.bitrateAudioFactorAtFullBuffer);for(let e of t)if(!(Sd(o)&&isFinite(o)&&Sd(e.bitrate))||o-i>=e.bitrate*l)return this.createResolution(e,a,r,i,c,l,o,n);return this.createResolution(t[t.length-1],a,r,i,c,l,o,n)}createLogMessage(e,t,n,r,i,a,o,s){return`
189
+ `}}import{isNonNullable as Fs}from"@vkontakte/videoplayer-shared/es2015";class Is extends hs{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&&Fs(r)?r:1,l=c*ns(a??.5,s.bitrateAudioFactorAtEmptyBuffer,s.bitrateAudioFactorAtFullBuffer);for(let e of t)if(!(Fs(o)&&isFinite(o)&&Fs(e.bitrate))||o-i>=e.bitrate*l)return this.createResolution(e,a,r,i,c,l,o,n);return this.createResolution(t[t.length-1],a,r,i,c,l,o,n)}createLogMessage(e,t,n,r,i,a,o,s){return`
191
190
  [${this.name}. Confidence: ${this.confidence}. Type: ${this.type}]
192
191
  selectedTrack: ${e.bitrate}
193
192
  forwardBufferHealth: ${t}
@@ -199,23 +198,23 @@ const e=[`url`],t=[`url`],n=[`downloadingItems`],r=[`container`];import i from"@
199
198
  tuning.considerPlaybackRate: ${s.autoTrackSelection.considerPlaybackRate}
200
199
  tuning.bitrateAudioFactorAtEmptyBuffer: ${s.autoTrackSelection.bitrateAudioFactorAtEmptyBuffer}
201
200
  tuning.bitrateAudioFactorAtFullBuffer: ${s.autoTrackSelection.bitrateAudioFactorAtFullBuffer}
202
- `}}class wd extends bd{constructor(e){super(e),this.name=`min_audio_for_video_rule`}execute(e){let{audioTracksAsc:t,lastVideoTrackSelected:n,videoTracksAsc:r,tuning:i}=e,a=Wu(n,r,t,i.autoTrackSelection.minVideoAudioRatio)??t[0];return this.createResolution(a,n,i)}createLogMessage(e,t,n){return`
201
+ `}}class Ls extends Ns{constructor(e){super(e),this.name=`min_audio_for_video_rule`}execute(e){let{audioTracksAsc:t,lastVideoTrackSelected:n,videoTracksAsc:r,tuning:i}=e,a=rs(n,r,t,i.autoTrackSelection.minVideoAudioRatio)??t[0];return this.createResolution(a,n,i)}createLogMessage(e,t,n){return`
203
202
  [${this.name}. Confidence: ${this.confidence}. Type: ${this.type}]
204
203
  selectedTrack: ${e.bitrate}
205
204
  lastVideoTrackSelected: ${JSON.stringify(t)}
206
205
  tuning.minVideoAudioRatio: ${n.autoTrackSelection.minVideoAudioRatio}
207
- `}}class Td{constructor(){i(this,`stallsController`,new Eu),i(this,`videoAbrController`,new Gu),i(this,`audioAbrController`,new Gu),i(this,`subscription`,new Ju),i(this,`lastVideoTrackSelected$`,new Yu(void 0)),i(this,`context`,void 0)}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$})),this.videoAbrController.init([new rd(1),new ad(1),new ld(1),new pd(1),new _d(1),new xd(1)]),this.audioAbrController.init([new Cd(1),new wd(1)])}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.forwardVideoBufferRepresentations=e.forwardVideoBufferRepresentations,this.context.forwardAudioBufferRepresentations=e.forwardAudioBufferRepresentations,this.updateTracksIfneeded(e.videoTracks,e.audioTracks)}autoSelectTrack(e){let t=Wu(this.lastVideoTrackSelected$.getValue(),this.context.videoTracksAsc,this.context.audioTracksAsc??[],this.context.tuning.autoTrackSelection.minVideoAudioRatio)??this.context.audioTracksAsc?.[0];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,visible:this.context.elementVisible$.getValue(),playbackRate:this.context.element.playbackRate,lastVideoTrackSelected:this.lastVideoTrackSelected$.getValue(),severeStallOccurred:this.stallsController.severeStallOccurred$.getValue(),lastStallDuration:this.stallsController.lastStallDuration$.getValue()}),this.audioAbrController.updateContext({videoTracksAsc:this.context.videoTracksAsc,videoTracksDesc:this.context.videoTracksDesc,audioTracksAsc:this.context.audioTracksDesc,audioTracksDesc:this.context.audioTracksDesc,tuning:this.context.tuning,abrLogger:this.context.abrLogger,forwardBufferHealth:this.context.forwardBufferHealth,playbackRate:this.context.element.playbackRate,estimatedThroughput:this.context.throughput$.getValue(),reserve:this.lastVideoTrackSelected$.getValue()?.bitrate??0,currentVideoTrack:this.context.currentVideoTrack,lastVideoTrackSelected:this.lastVideoTrackSelected$.getValue()}),e===`audio`)return this.audioAbrController.autoSelectTrack();let n=this.context.desiredVideoTrack;return(this.context.isAuto||qu(n))&&(n=this.videoAbrController.autoSelectTrack()),this.lastVideoTrackSelected$.next(n),n}destroy(){this.subscription.unsubscribe(),this.context.elementSizeManager.destroy()}initVideoElementAbrContext(){let e=new Yu(!1);this.subscription.add(ll(this.context.element,{threshold:this.context.tuning.autoTrackSelection.activeVideoAreaThreshold}).subscribe(e));let t=Zo(this.context.element);this.subscription.add(()=>t?.destroy());let n=new mu;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=>!Ku(e.quality));this.context.videoTracksAsc=[...t].sort(zu(1)),this.context.videoTracksDesc=[...t].sort(zu(-1))}this.isTracksDifferent(t,i,a)&&(this.context.audioTracksAsc=[...t].sort(Ru(1)),this.context.audioTracksDesc=[...t].sort(Ru(-1)))}isTracksDifferent(e,t=[],n=[]){let r=!1;for(let i of e)(qu(t.find(e=>i.id===e.id))||qu(n.find(e=>i.id===e.id)))&&(r=!0);return t.length!==e.length&&n.length!==e.length||r}}class Ed{constructor(e){i(this,`scene3D`,void 0),i(this,`subscription`,new Al),i(this,`volumeSubscription`,new Al),i(this,`videoState`,new I(`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`,void 0),i(this,`droppedFramesManager`,new il),i(this,`stallsManager`,new su),i(this,`elementSizeManager`,new mu),i(this,`abrManager`,new Td),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 As),i(this,`audioTrackSwitchHistory`,new As),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`),P(this.params.desiredState.playbackState,`stopped`,!0));return}switch(e){case`stopped`:this.videoState.startTransitionTo(`ready`),this.prepare();return;case`ready`:t===`paused`?(this.videoState.setState(`paused`),P(this.params.desiredState.playbackState,`paused`)):t===`playing`?(this.videoState.startTransitionTo(`playing`),this.playIfAllowed()):n?.to===`ready`&&P(this.params.desiredState.playbackState,`ready`);return;case`playing`:t===`paused`?(this.videoState.startTransitionTo(`paused`),this.video.paused?this.videoState.setState(`paused`):this.video.pause()):t===`playing`&&this.video.paused?this.playIfAllowed():n?.to===`playing`&&P(this.params.desiredState.playbackState,`playing`);return;case`paused`:t===`playing`?(this.videoState.startTransitionTo(`playing`),this.playIfAllowed()):n?.to===`paused`&&P(this.params.desiredState.playbackState,`paused`);return;default:return _l(e)}}}),i(this,`init3DScene`,e=>{if(this.scene3D)return;this.scene3D=new Gl(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)}),this.textTracksManager=new ko(e.source.url),this.params=e,this.video=no(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(Ks(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;Tl(this.observableVideo)&&(this.observableVideo=Zo(this.video),this.subscription.add(()=>this.observableVideo?.destroy()));let n=this.constructor.name,r=t=>{e.error$.next({id:n,category:bl.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(xl(e=>!!e.length),kl()).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(El(e=>e.to.state!==`none`),Sl());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$,tuning:this.params.tuning,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.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.fetcherError$,t.fetcherError$),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(xl(wl),kl()),t.firstBytesEvent$),s(this.stallsManager.severeStallOccurred$,t.severeStallOccurred$),s(this.videoState.stateChangeEnded$.pipe(El(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(So(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))})),vu({subscription:this.subscription,desiredState:n,videoElement$:this.params.output.element$,observableVideo:r}),this.subscription.add(Co(this.video,n.volume,r.volumeState$,i,{skipVideoElVolumeSync$:this.params.skipVideoElVolumeSync$})),this.subscription.add(wo(this.video,n.playbackRate,r.playbackRateState$,i)),this.elementSizeManager.connect({video:this.video,observableVideo:r}),s(ll(this.video,{threshold:this.params.tuning.autoTrackSelection.activeVideoAreaThreshold}),t.elementVisible$),this.subscription.add(r.playing$.subscribe(()=>{this.videoState.setState(`playing`),P(n.playbackState,`playing`),this.scene3D&&this.scene3D.play()},i)).add(r.pause$.subscribe(()=>{this.videoState.setState(`paused`),P(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`),P(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(vl(e,`Manifest not loaded or empty`),!this.params.tuning.isAudioDisabled){let t=[];for(let n of e.audio){t.push(Rl(n));let e=[];for(let t of n.representations){let r=Fl(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(zl(t));let e=[];for(let n of t.representations){let r=Pl(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=Il(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=Dl(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$,Cl(this.video,`progress`)).pipe(xl(()=>this.videoTracksMap.size>0)),{abrThrottle:u}=this.params.tuning.dash;u&&(l=l.pipe(jl(u))),this.subscription.add(l.subscribe(a(function*(){let t=e.player.state$.getState(),r=e.player.state$.getTransition(),i=n.autoVideoTrackSwitching.getState();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);wl(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,i)))}),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(Sl()).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(zl(i))},i)),this.subscription.add(this.player.currentAudioRepresentation$.pipe(Sl()).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(Rl(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(El(({to:e})=>e===`ready`),Sl());this.subscription.add(Dl(d,n.autoVideoTrackSwitching.stateChangeStarted$,this.player.state$.stateChangeEnded$,Ol([`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(Dl(d,this.player.state$.stateChangeEnded$,Ol([`init`])).subscribe(()=>this.player.setPreloadOnly(n.playbackState.getState()===`ready`)));let f=Dl(n.playbackState.stateChangeStarted$,n.videoTrack.stateChangeStarted$,n.seekState.stateChangeEnded$,this.videoState.stateChangeEnded$,Ol([`init`])).pipe(yl(0));this.subscription.add(f.subscribe(this.syncPlayback,i))}selectVideoAudioRepresentations(){if(this.player.isStreamEnded)return;let e=this.params.tuning.useNewAutoSelectVideoTrack?Is:Fs,t=this.params.tuning.useNewAutoSelectVideoTrack?Gs:Ws,n=this.params.tuning.useNewAutoSelectVideoTrack?Hs:Us,{desiredState:r,output:i}=this.params,a=r.autoVideoTrackSwitching.getState(),o=r.videoTrack.getState()?.id,s=[...this.videoTracksMap.keys()].find(({id:e})=>e===o),c=i.currentVideoTrack$.getValue(),l=r.videoStream.getState()??(s&&this.videoTracksMap.get(s)?.stream)??this.videoStreamsMap.size===1?this.videoStreamsMap.keys().next().value:void 0;if(!l)return;let u=[...this.videoStreamsMap.keys()].find(({id:e})=>e===l.id),d=u&&this.videoStreamsMap.get(u);if(!d)return;let f=this.player.bufferLength$.getValue(),p;p=this.player.isActiveLive$.getValue()?this.player.isLowLatency$.getValue()?this.params.tuning.dashCmafLive.lowLatency.maxTargetOffset:this.params.tuning.dashCmafLive.normalizedLiveMinBufferSize:this.player.isLive$.getValue()?this.params.tuning.dashCmafLive.normalizedTargetMinBufferSize:a?this.params.tuning.dash.forwardBufferTargetAuto:this.params.tuning.dash.forwardBufferTargetManual;let m=(this.video.duration*1e3||1/0)-this.video.currentTime*1e3,h=Math.min(f/Math.min(p,m||1/0),1),g=r.audioStream.getState()??(this.audioStreamsMap.size===1?this.audioStreamsMap.keys().next().value:void 0),_=[...this.audioStreamsMap.keys()].find(({id:e})=>e===g?.id)??this.audioStreamsMap.keys().next().value,v=0;if(_){if(s&&!a){let t=e(s,d,this.audioStreamsMap.get(_)??[],this.params.tuning.autoTrackSelection.minVideoAudioRatio);v=Math.max(v,t?.bitrate??-1/0)}if(c){let t=e(c,d,this.audioStreamsMap.get(_)??[],this.params.tuning.autoTrackSelection.minVideoAudioRatio);v=Math.max(v,t?.bitrate??-1/0)}}this.abrManager.updateContext({isAuto:a,videoTracks:d,audioTracks:_?this.audioStreamsMap.get(_)??[]:[],currentVideoTrack:c,desiredVideoTrack:s,limits:this.params.desiredState.autoVideoTrackLimits.getState(),forwardBufferHealth:h,forwardVideoBufferRepresentations:this.player.getForwardBufferRepresentations(`video`),forwardAudioBufferRepresentations:this.player.getForwardBufferRepresentations(`audio`)});let y=s,b;this.params.tuning.dash.useNewAbr?(y=this.abrManager.autoSelectTrack(`video`),b=_&&this.abrManager.autoSelectTrack(`audio`)):((a||!y)&&(y=n(d,{container:this.elementSizeManager.getValue(),panelSize:this.params.panelSize,estimatedThroughput:this.params.dependencies.throughputEstimator.rttAdjustedThroughput$.getValue(),tuning:this.stallsManager.abrTuningParams,limits:this.params.desiredState.autoVideoTrackLimits.getState(),reserve:v,forwardBufferHealth:h,current:c,visible:this.params.output.elementVisible$.getValue(),history:this.videoTrackSwitchHistory,playbackRate:this.video.playbackRate,droppedVideoMaxQualityLimit:this.droppedFramesManager.droppedVideoMaxQualityLimit,stallsVideoMaxQualityLimit:this.stallsManager.videoMaxQualityLimit,stallsPredictedThroughput:this.stallsManager.predictedThroughput,abrLogger:this.params.dependencies.abrLogger})),b=_&&t(y,d,this.audioStreamsMap.get(_)??[],{estimatedThroughput:this.params.dependencies.throughputEstimator.rttAdjustedThroughput$.getValue(),stallsPredictedThroughput:this.stallsManager.predictedThroughput,tuning:this.stallsManager.abrTuningParams,forwardBufferHealth:h,history:this.audioTrackSwitchHistory,playbackRate:this.video.playbackRate,abrLogger:this.params.dependencies.abrLogger}));let x=this.videoTracksMap.get(y)?.representation,S=b&&this.audioTracksMap.get(b)?.representation;if(x&&S)return[x,S];if(x&&!S&&this.audioTracksMap.size===0)return[x,void 0]}prepare(e=0){this.player.initManifest(this.video,this.params.source.url,e)}playIfAllowed(){mc(this.video,()=>{this.params.output.soundProhibitedEvent$.next()}).then(e=>{e||(this.videoState.setState(`paused`),P(this.params.desiredState.playbackState,`paused`,!0))},e=>this.params.output.error$.next({id:`ForcePlay`,message:`play() failed even with workarounds`,category:bl.DOM,thrown:e}))}destroy(){this.subscription.unsubscribe(),this.volumeSubscription.unsubscribe(),this.droppedFramesManager.destroy(),this.stallsManager.destroy(),this.elementSizeManager.destroy(),this.destroy3DScene(),this.textTracksManager.destroy(),this.player.destroy(),this.params.output.element$.next(void 0),this.params.output.currentVideoStream$.next(void 0),ro(this.video,this.params.tuning),this.tracer.end()}}var Dd=v(Wn(),1),{NativeAbortSignal:Od,NativeAbortController:kd}=function(e){return{NativeAbortSignal:e.AbortSignal,NativeAbortController:e.AbortController}}(typeof self<`u`?self:global);function Ad(e){let t;try{t=new Event(`abort`)}catch{typeof document<`u`?document.createEvent?(t=document.createEvent(`Event`),t.initEvent(`abort`,!1,!1)):(t=document.createEventObject(),t.type=`abort`):t={type:`abort`,bubbles:!1,cancelable:!1}}return t.reason=e,t}function jd(e){if(e===void 0)if(typeof document>`u`)e=Error(`This operation was aborted`),e.name=`AbortError`;else try{e=new DOMException(`signal is aborted without reason`),Object.defineProperty(e,`name`,{value:`AbortError`})}catch{e=Error(`This operation was aborted`),e.name=`AbortError`}return e}class Md{constructor(){Object.defineProperty(this,`listeners`,{value:{},writable:!0,configurable:!0})}addEventListener(e,t,n){e in this.listeners||(this.listeners[e]=[]),this.listeners[e].push({callback:t,options:n})}removeEventListener(e,t){if(!(e in this.listeners))return;let n=this.listeners[e];for(let e=0,r=n.length;e<r;e++)if(n[e].callback===t){n.splice(e,1);return}}dispatchEvent(e){if(!(e.type in this.listeners))return;let t=this.listeners[e.type].slice();for(let n=0,r=t.length;n<r;n++){let r=t[n];try{r.callback.call(this,e)}catch(e){Promise.resolve().then(()=>{throw e})}r.options&&r.options.once&&this.removeEventListener(e.type,r.callback)}return!e.defaultPrevented}}class Nd extends Md{constructor(){super(),this.listeners||Md.call(this),Object.defineProperty(this,`aborted`,{value:!1,writable:!0,configurable:!0}),Object.defineProperty(this,`onabort`,{value:null,writable:!0,configurable:!0}),Object.defineProperty(this,`reason`,{value:void 0,writable:!0,configurable:!0})}toString(){return`[object AbortSignal]`}dispatchEvent(e){e.type===`abort`&&(this.aborted=!0,typeof this.onabort==`function`&&this.onabort.call(this,e)),super.dispatchEvent(e)}throwIfAborted(){let{aborted:e,reason:t=`Aborted`}=this;if(e)throw t}static timeout(e){let t=new Pd;return setTimeout(()=>t.abort(new DOMException(`This signal is timeout in ${e}ms`,`TimeoutError`)),e),t.signal}static any(e){let t=new Pd;function n(){t.abort(this.reason),r()}function r(){for(let t of e)t.removeEventListener(`abort`,n)}for(let r of e)if(r.aborted){t.abort(r.reason);break}else r.addEventListener(`abort`,n);return t.signal}}class Pd{constructor(){Object.defineProperty(this,`signal`,{value:new Nd,writable:!0,configurable:!0})}abort(e){let t=jd(e),n=Ad(t);this.signal.reason=t,this.signal.dispatchEvent(n)}toString(){return`[object AbortController]`}}typeof Symbol<`u`&&Symbol.toStringTag&&(Pd.prototype[Symbol.toStringTag]=`AbortController`,Nd.prototype[Symbol.toStringTag]=`AbortSignal`);function Fd(e){return e.__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL?(console.log(`__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL=true is set, will force install polyfill`),!0):typeof e.Request==`function`&&!e.Request.prototype.hasOwnProperty(`signal`)||!e.AbortController}function Id(e){typeof e==`function`&&(e={fetch:e});let{fetch:t,Request:n=t.Request,AbortController:r,__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL:i=!1}=e;if(!Fd({fetch:t,Request:n,AbortController:r,__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL:i}))return{fetch:t,Request:a};let a=n;(a&&!a.prototype.hasOwnProperty(`signal`)||i)&&(a=function(e,t){let r;t&&t.signal&&(r=t.signal,delete t.signal);let i=new n(e,t);return r&&Object.defineProperty(i,`signal`,{writable:!1,enumerable:!1,configurable:!0,value:r}),i},a.prototype=n.prototype);let o=t;return{fetch:(e,t)=>{let n=a&&a.prototype.isPrototypeOf(e)?e.signal:t?t.signal:void 0;if(n){let r;try{r=new DOMException(`Aborted`,`AbortError`)}catch{r=Error(`Aborted`),r.name=`AbortError`}if(n.aborted)return Promise.reject(r);let i=new Promise((e,t)=>{n.addEventListener(`abort`,()=>t(r),{once:!0})});return t&&t.signal&&delete t.signal,Promise.race([i,o(e,t)])}return o(e,t)},Request:a}}var B=typeof globalThis==`object`&&globalThis||typeof window==`object`&&window,Ld=`fetch`in B&&Fd({fetch:B.fetch,Request:B.Request,AbortController:B.AbortController}),Rd=Ld?Id({fetch:B.fetch,Request:B.Request,AbortController:B.AbortController}):void 0,zd=Ld?Rd.fetch:B.fetch;Ld?Rd.Request:B.Request;var V=Ld?Pd:B.AbortController;Ld||B.AbortSignal;var Bd=v($n(),1);import{ErrorCategory as Vd}from"@vkontakte/videoplayer-shared/es2015";var Hd=e=>{if(!e)return{id:`EmptyResponse`,category:Vd.PARSER,message:`Empty response`};if(e.length<=2&&e.match(/^\d+$/))return{id:`UVError#${e}`,category:Vd.NETWORK,message:`UV Error ${e}`};let t=Bd.default(e).substring(0,100).toLowerCase();if(t.startsWith(`<!doctype`)||t.startsWith(`<html>`)||t.startsWith(`<body>`)||t.startsWith(`<head>`))return{id:`UnexpectedHTML`,category:Vd.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:Vd.PARSER,message:`XML parsing error`}:{id:`XMLParserLogicError`,category:Vd.PARSER,message:`Response is valid XML, but parser failed`}};import{abortable as Ud,assertNonNullable as Wd,ErrorCategory as Gd,filter as Kd,filterChanged as qd,flattenObject as Jd,fromEvent as Yd,getTraceSubscriptionMethod as Xd,getWindow as Zd,interval as Qd,isNonNullable as $d,isNullable as ef,map as tf,merge as nf,now as rf,Subject as af,Subscription as of,SubscriptionRemovable as sf,ValueSubject as H}from"@vkontakte/videoplayer-shared/es2015";var cf=e=>{let t=new URL(e);return t.searchParams.set(`quic`,`1`),t.toString()},lf=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 uf,assertNever as df,ErrorCategory as ff,flattenObject as pf,fromEvent as mf,getWindow as hf,merge as gf,now as _f,Subject as vf,Subscription as yf,suppressAbort as bf,ValueSubject as xf}from"@vkontakte/videoplayer-shared/es2015";var Sf=e=>{let t=new URL(e);return t.searchParams.set(`enable-subtitles`,`yes`),t.toString()};class Cf{constructor({throughputEstimator:e,requestQuic:t,tracer:n,compatibilityMode:r=!1,useEnableSubtitlesParam:a=!1}){i(this,`throughputEstimator`,void 0),i(this,`requestQuic`,void 0),i(this,`tracer`,void 0),i(this,`manifestRequested`,new vf),i(this,`manifestReceived`,new vf),i(this,`firstBytesRequested`,new vf),i(this,`firstBytesReceived`,new vf),i(this,`lastConnectionType$`,new xf(void 0)),i(this,`lastConnectionReused$`,new xf(void 0)),i(this,`lastRequestFirstBytes$`,new xf(void 0)),i(this,`lastConnectionMetrics$`,new xf(void 0)),i(this,`lastDownloadMetrics$`,new xf(void 0)),i(this,`recoverableError$`,new vf),i(this,`error$`,new vf),i(this,`abortAllController`,new V),i(this,`subscription`,new yf),i(this,`compatibilityMode`,void 0),i(this,`useEnableSubtitlesParam`,void 0),i(this,`performanceObserver`,null),i(this,`pendingConnectionMetrics`,new Map),i(this,`fetchManifest`,uf(this.abortAllController.signal,function(){var e=c(function*(e){let t=this.tracer.createComponentTracer(`FetchManifest`),n=e;this.requestQuic&&(n=cf(n)),!this.compatibilityMode&&this.useEnableSubtitlesParam&&(n=Sf(n)),this.trackRequestStart(n,performance.now());let r=_f();this.manifestRequested.next();let i=yield this.doFetch(n,{signal:this.abortAllController.signal}).catch(bf);if(i){let a=_f();t.log(`success`,pf({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)}return l}else return t.error(`error`,pf({url:n,message:`No data in request manifest`})),t.end(),null});return function(t){return e.apply(this,arguments)}}().bind(this))),i(this,`fetch`,uf(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}={}){let u=e,d=new Headers,f=this.tracer.createComponentTracer(`Fetch`);if(n)switch(t){case 0:d.append(`Range`,`bytes=${n.from}-${n.to}`);break;case 1:{let e=new URL(u,hf().location.href);e.searchParams.append(`bytes`,`${n.from}-${n.to}`),u=e.toString();break}default:df(t)}this.requestQuic&&(u=cf(u));let p=this.abortAllController.signal,m;if(a){let e=new V;if(m=gf(mf(this.abortAllController.signal,`abort`),mf(a,`abort`)).subscribe(()=>{try{e.abort()}catch(e){bf(e)}}),this.subscription.add(m),this.abortAllController.signal.aborted||a.aborted)try{e.abort()}catch(e){bf(e)}p=e.signal}let h=0,g=_f();f.log(`startRequest`,pf({url:u,priority:i,rangeMethod:t,range:n,isLowLatency:s,requestStartedAt:g})),this.trackRequestStart(u,performance.now()),this.firstBytesRequested.next();let _=yield this.doFetch(u,{priority:i,headers:d,signal:p}),v=_f();if(!_)return f.error(`error`,{message:`No response in request`}),f.end(),m?.unsubscribe(),null;if(this.throughputEstimator?.addRawRtt(v-g),!_.ok||!_.body){m?.unsubscribe();let e=`Fetch error ${_.status}: ${_.statusText}`;return f.error(`error`,{message:e}),f.end(),Promise.reject(Error(`Fetch error ${_.status}: ${_.statusText}`))}if(this.onHeadersReceived(_.headers),!r&&!o){let e=_f(),t={requestStartedAt:g,requestEndedAt:e,duration:e-g};f.log(`endRequest`,pf(t)),f.end();let n=yield _.arrayBuffer();return m?.unsubscribe(),n}let y=_.body;if(o){let e;[y,e]=_.body.tee(),this.throughputEstimator?.trackStream(e,s)}let b=y.getReader(),x,S=parseInt(_.headers.get(`content-length`)??``,10);Number.isFinite(S)&&(x=S),!x&&n&&(x=n.to-n.from+1);let C=x?new Uint8Array(x):new Uint8Array,w=!1,T=e=>{m?.unsubscribe(),w=!0,bf(e)},E=uf(p,function(){var e=c(function*({done:e,value:t}){if(h===0&&(this.lastRequestFirstBytes$.next(_f()-g),this.firstBytesReceived.next()),p.aborted){m?.unsubscribe();return}if(!e&&t){if(l&&x)C.set(t,h),h+=t.byteLength;else{let e=new Uint8Array(C.length+t.length);e.set(C),e.set(t,C.length),C=e,h+=t.byteLength}r?.(new DataView(C.buffer),h),yield b?.read().then(E,T)}});return function(t){return e.apply(this,arguments)}}().bind(this));yield b?.read().then(E,T),m?.unsubscribe();let D=_f(),O={failed:w,requestStartedAt:g,requestEndedAt:D,duration:D-g};if(w)return f.error(`endRequest`,pf(O)),f.end(),null;if(h>0){let t=D-g,n=h/(t/1e3)*8/1024,r={bytes:h,speed:n,url:e};this.lastDownloadMetrics$.next(r)}return f.log(`endRequest`,pf(O)),f.end(),C.buffer});return function(t){return e.apply(this,arguments)}}().bind(this))),i(this,`fetchByteRangeRepresentation`,uf(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});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});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`,uf(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,hf().PerformanceObserver&&this.setupPerformanceObserver()}onHeadersReceived(e){let{type:t,reused:n}=lf(e);this.lastConnectionType$.next(t),this.lastConnectionReused$.next(n)}setupPerformanceObserver(){this.performanceObserver=new(hf()).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 hf().navigator))return`unknown`;let e=hf().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:ff.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:df(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*(){let r=yield zd(e,t);if(r.ok)return r;let i=yield r.text(),a=parseInt(i);if(!isNaN(a))switch(a){case 1:n.recoverableError$.next({id:`VideoDataLinkExpiredError`,message:`Video data links have expired`,category:ff.FATAL,httpCode:r.status,UVBackendErrorCode:i});break;case 8:n.recoverableError$.next({id:`VideoDataLinkBlockedForFloodError`,message:`Url blocked for flood`,category:ff.FATAL,httpCode:r.status,UVBackendErrorCode:i});break;case 18:n.recoverableError$.next({id:`VideoDataLinkIllegalIpChangeError`,message:`Client IP has changed`,category:ff.FATAL,httpCode:r.status,UVBackendErrorCode:i});break;case 21:n.recoverableError$.next({id:`VideoDataLinkIllegalHostChangeError`,message:`Request HOST has changed`,category:ff.FATAL,httpCode:r.status,UVBackendErrorCode:i});break;default:n.error$.next({id:`GeneralVideoDataFetchError`,message:`Generic video data fetch error (${a})`,category:ff.FATAL,httpCode:r.status,UVBackendErrorCode:i})}})()}}var wf=v(cr(),1),Tf=v(ct(),1),Ef=v(hr(),1),Df=v(kn(),1),Of=v(Qe(),1),kf=v(it(),1),Af=e=>{let[t,...n]=e.split(`.`);if(!t)return!1;switch(t){case`av01`:{let[e,t,r]=n;return!!(r&&parseInt(r,10)>8)}case`vp09`:{let[e,t,r]=n;return!!(e&&parseInt(e,10)>=2&&r&&parseInt(r,10)>8)}case`avc1`:{let e=n[0];if(!e||e.length!==6)return!1;let[t,r]=e.toUpperCase(),i=t+r;return kf.default([`6E`,`7A`,`F4`],i)}}return!1};import{isNonNullable as jf,isNullable as Mf}from"@vkontakte/videoplayer-shared/es2015";var Nf=e=>{if(e.includes(`/`)){let t=e.split(`/`);return parseInt(t[0])/parseInt(t[1])}else return parseFloat(e)},Pf=e=>{try{let t=Ff(),{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 Ff(){let e=`x(?:-[a-z0-9]{1,8})+`,t=`^(?:(?<langtag>${`
206
+ `}}class Rs{constructor(){i(this,`stallsController`,new zo),i(this,`videoAbrController`,new is),i(this,`audioAbrController`,new is),i(this,`subscription`,new ss),i(this,`lastVideoTrackSelected$`,new cs(void 0)),i(this,`context`,void 0)}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$})),this.videoAbrController.init([new gs(1),new vs(1),new Ss(1),new Es(1),new As(1),new Ps(1)]),this.audioAbrController.init([new Is(1),new Ls(1)])}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.forwardVideoBufferRepresentations=e.forwardVideoBufferRepresentations,this.context.forwardAudioBufferRepresentations=e.forwardAudioBufferRepresentations,this.updateTracksIfneeded(e.videoTracks,e.audioTracks)}autoSelectTrack(e){let t=rs(this.lastVideoTrackSelected$.getValue(),this.context.videoTracksAsc,this.context.audioTracksAsc??[],this.context.tuning.autoTrackSelection.minVideoAudioRatio)??this.context.audioTracksAsc?.[0];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,visible:this.context.elementVisible$.getValue(),playbackRate:this.context.element.playbackRate,lastVideoTrackSelected:this.lastVideoTrackSelected$.getValue(),severeStallOccurred:this.stallsController.severeStallOccurred$.getValue(),lastStallDuration:this.stallsController.lastStallDuration$.getValue()}),this.audioAbrController.updateContext({videoTracksAsc:this.context.videoTracksAsc,videoTracksDesc:this.context.videoTracksDesc,audioTracksAsc:this.context.audioTracksDesc,audioTracksDesc:this.context.audioTracksDesc,tuning:this.context.tuning,abrLogger:this.context.abrLogger,forwardBufferHealth:this.context.forwardBufferHealth,playbackRate:this.context.element.playbackRate,estimatedThroughput:this.context.throughput$.getValue(),reserve:this.lastVideoTrackSelected$.getValue()?.bitrate??0,currentVideoTrack:this.context.currentVideoTrack,lastVideoTrackSelected:this.lastVideoTrackSelected$.getValue()}),e===`audio`)return this.audioAbrController.autoSelectTrack();let n=this.context.desiredVideoTrack;return(this.context.isAuto||os(n))&&(n=this.videoAbrController.autoSelectTrack()),this.lastVideoTrackSelected$.next(n),n}destroy(){this.subscription.unsubscribe(),this.context.elementSizeManager.destroy()}initVideoElementAbrContext(){let e=new cs(!1);this.subscription.add(xa(this.context.element,{threshold:this.context.tuning.autoTrackSelection.activeVideoAreaThreshold}).subscribe(e));let t=pr(this.context.element);this.subscription.add(()=>t?.destroy());let n=new Do;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(Qo(1)),this.context.videoTracksDesc=[...t].sort(Qo(-1))}this.isTracksDifferent(t,i,a)&&(this.context.audioTracksAsc=[...t].sort(Zo(1)),this.context.audioTracksDesc=[...t].sort(Zo(-1)))}isTracksDifferent(e,t=[],n=[]){let r=!1;for(let i of e)(os(t.find(e=>i.id===e.id))||os(n.find(e=>i.id===e.id)))&&(r=!0);return t.length!==e.length&&n.length!==e.length||r}}class zs{constructor(e){i(this,`scene3D`,void 0),i(this,`subscription`,new Ha),i(this,`volumeSubscription`,new Ha),i(this,`videoState`,new M(`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`,void 0),i(this,`droppedFramesManager`,new ga),i(this,`stallsManager`,new bo),i(this,`elementSizeManager`,new Do),i(this,`abrManager`,new Rs),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 Kr),i(this,`audioTrackSwitchHistory`,new Kr),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 ka(e)}}}),i(this,`init3DScene`,e=>{if(this.scene3D)return;this.scene3D=new ro(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)}),this.textTracksManager=new qn(e.source.url),this.params=e,this.video=bn(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(ci(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;La(this.observableVideo)&&(this.observableVideo=pr(this.video),this.subscription.add(()=>this.observableVideo?.destroy()));let n=this.constructor.name,r=t=>{e.error$.next({id:n,category:Ma.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(Na(e=>!!e.length),Va()).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(Ra(e=>e.to.state!==`none`),Pa());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$,tuning:this.params.tuning,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.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.fetcherError$,t.fetcherError$),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(Na(Ia),Va()),t.firstBytesEvent$),s(this.stallsManager.severeStallOccurred$,t.severeStallOccurred$),s(this.videoState.stateChangeEnded$.pipe(Ra(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(Bn(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))})),jo({subscription:this.subscription,desiredState:n,videoElement$:this.params.output.element$,observableVideo:r}),this.subscription.add(Vn(this.video,n.volume,r.volumeState$,i,{skipVideoElVolumeSync$:this.params.skipVideoElVolumeSync$})),this.subscription.add(Hn(this.video,n.playbackRate,r.playbackRateState$,i)),this.elementSizeManager.connect({video:this.video,observableVideo:r}),s(xa(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(Aa(e,`Manifest not loaded or empty`),!this.params.tuning.isAudioDisabled){let t=[];for(let n of e.audio){t.push(Xa(n));let e=[];for(let t of n.representations){let r=qa(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(Za(t));let e=[];for(let n of t.representations){let r=Ka(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=Ja(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=za(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$,Fa(this.video,`progress`)).pipe(Na(()=>this.videoTracksMap.size>0)),{abrThrottle:u}=this.params.tuning.dash;u&&(l=l.pipe(Ua(u))),this.subscription.add(l.subscribe(a(function*(){let t=e.player.state$.getState(),r=e.player.state$.getTransition(),i=n.autoVideoTrackSwitching.getState();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);Ia(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,i)))}),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(Pa()).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(Za(i))},i)),this.subscription.add(this.player.currentAudioRepresentation$.pipe(Pa()).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(Xa(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(Ra(({to:e})=>e===`ready`),Pa());this.subscription.add(za(d,n.autoVideoTrackSwitching.stateChangeStarted$,this.player.state$.stateChangeEnded$,Ba([`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(za(d,this.player.state$.stateChangeEnded$,Ba([`init`])).subscribe(()=>this.player.setPreloadOnly(n.playbackState.getState()===`ready`)));let f=za(n.playbackState.stateChangeStarted$,n.videoTrack.stateChangeStarted$,n.seekState.stateChangeEnded$,this.videoState.stateChangeEnded$,Ba([`init`])).pipe(ja(0));this.subscription.add(f.subscribe(this.syncPlayback,i))}selectVideoAudioRepresentations(){if(this.player.isStreamEnded)return;let e=this.params.tuning.useNewAutoSelectVideoTrack?Qr:Zr,t=this.params.tuning.useNewAutoSelectVideoTrack?si:oi,n=this.params.tuning.useNewAutoSelectVideoTrack?ii:ai,{desiredState:r,output:i}=this.params,a=r.autoVideoTrackSwitching.getState(),o=r.videoTrack.getState()?.id,s=[...this.videoTracksMap.keys()].find(({id:e})=>e===o),c=i.currentVideoTrack$.getValue(),l=r.videoStream.getState()??(s&&this.videoTracksMap.get(s)?.stream)??this.videoStreamsMap.size===1?this.videoStreamsMap.keys().next().value:void 0;if(!l)return;let u=[...this.videoStreamsMap.keys()].find(({id:e})=>e===l.id),d=u&&this.videoStreamsMap.get(u);if(!d)return;let f=this.player.bufferLength$.getValue(),p;p=this.player.isActiveLive$.getValue()?this.player.isLowLatency$.getValue()?this.params.tuning.dashCmafLive.lowLatency.maxTargetOffset:this.params.tuning.dashCmafLive.normalizedLiveMinBufferSize:this.player.isLive$.getValue()?this.params.tuning.dashCmafLive.normalizedTargetMinBufferSize:a?this.params.tuning.dash.forwardBufferTargetAuto:this.params.tuning.dash.forwardBufferTargetManual;let m=(this.video.duration*1e3||1/0)-this.video.currentTime*1e3,h=Math.min(f/Math.min(p,m||1/0),1),g=r.audioStream.getState()??(this.audioStreamsMap.size===1?this.audioStreamsMap.keys().next().value:void 0),_=[...this.audioStreamsMap.keys()].find(({id:e})=>e===g?.id)??this.audioStreamsMap.keys().next().value,v=0;if(_){if(s&&!a){let t=e(s,d,this.audioStreamsMap.get(_)??[],this.params.tuning.autoTrackSelection.minVideoAudioRatio);v=Math.max(v,t?.bitrate??-1/0)}if(c){let t=e(c,d,this.audioStreamsMap.get(_)??[],this.params.tuning.autoTrackSelection.minVideoAudioRatio);v=Math.max(v,t?.bitrate??-1/0)}}this.abrManager.updateContext({isAuto:a,videoTracks:d,audioTracks:_?this.audioStreamsMap.get(_)??[]:[],currentVideoTrack:c,desiredVideoTrack:s,limits:this.params.desiredState.autoVideoTrackLimits.getState(),forwardBufferHealth:h,forwardVideoBufferRepresentations:this.player.getForwardBufferRepresentations(`video`),forwardAudioBufferRepresentations:this.player.getForwardBufferRepresentations(`audio`)});let y=s,b;this.params.tuning.dash.useNewAbr?(y=this.abrManager.autoSelectTrack(`video`),b=_&&this.abrManager.autoSelectTrack(`audio`)):((a||!y)&&(y=n(d,{container:this.elementSizeManager.getValue(),panelSize:this.params.panelSize,estimatedThroughput:this.params.dependencies.throughputEstimator.rttAdjustedThroughput$.getValue(),tuning:this.stallsManager.abrTuningParams,limits:this.params.desiredState.autoVideoTrackLimits.getState(),reserve:v,forwardBufferHealth:h,current:c,visible:this.params.output.elementVisible$.getValue(),history:this.videoTrackSwitchHistory,playbackRate:this.video.playbackRate,droppedVideoMaxQualityLimit:this.droppedFramesManager.droppedVideoMaxQualityLimit,stallsVideoMaxQualityLimit:this.stallsManager.videoMaxQualityLimit,stallsPredictedThroughput:this.stallsManager.predictedThroughput,abrLogger:this.params.dependencies.abrLogger})),b=_&&t(y,d,this.audioStreamsMap.get(_)??[],{estimatedThroughput:this.params.dependencies.throughputEstimator.rttAdjustedThroughput$.getValue(),stallsPredictedThroughput:this.stallsManager.predictedThroughput,tuning:this.stallsManager.abrTuningParams,forwardBufferHealth:h,history:this.audioTrackSwitchHistory,playbackRate:this.video.playbackRate,abrLogger:this.params.dependencies.abrLogger}));let x=this.videoTracksMap.get(y)?.representation,S=b&&this.audioTracksMap.get(b)?.representation;if(x&&S)return[x,S];if(x&&!S&&this.audioTracksMap.size===0)return[x,void 0]}prepare(e=0){this.player.initManifest(this.video,this.params.source.url,e)}playIfAllowed(){Di(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:Ma.DOM,thrown:e}))}destroy(){this.subscription.unsubscribe(),this.volumeSubscription.unsubscribe(),this.droppedFramesManager.destroy(),this.stallsManager.destroy(),this.elementSizeManager.destroy(),this.destroy3DScene(),this.textTracksManager.destroy(),this.player.destroy(),this.params.output.element$.next(void 0),this.params.output.currentVideoStream$.next(void 0),xn(this.video,this.params.tuning),this.tracer.end()}}import{arrayFlatMap as Bs}from"@vkontakte/videoplayer-shared/es2015";import{AbortControllerPolyfilled as Vs}from"@vkontakte/videoplayer-shared/es2015";import{arrayIncludes as Hs}from"@vkontakte/videoplayer-shared/es2015";import{stringTrimStart as Us}from"@vkontakte/videoplayer-shared/es2015";import{ErrorCategory as Ws}from"@vkontakte/videoplayer-shared/es2015";var Gs=e=>{if(!e)return{id:`EmptyResponse`,category:Ws.PARSER,message:`Empty response`};if(e.length<=2&&e.match(/^\d+$/))return{id:`UVError#${e}`,category:Ws.NETWORK,message:`UV Error ${e}`};let t=Us(e).substring(0,100).toLowerCase();if(t.startsWith(`<!doctype`)||t.startsWith(`<html>`)||t.startsWith(`<body>`)||t.startsWith(`<head>`))return{id:`UnexpectedHTML`,category:Ws.NETWORK,message:`Received unexpected HTML, possibly a ISP block`};if(t.startsWith(`<?xml`))return new DOMParser().parseFromString(e,`text/xml`).querySelector(`parsererror`)?{id:`InvalidXML`,category:Ws.PARSER,message:`XML parsing error`}:{id:`XMLParserLogicError`,category:Ws.PARSER,message:`Response is valid XML, but parser failed`}};import{abortable as Ks,assertNonNullable as qs,ErrorCategory as Js,filter as Ys,filterChanged as Xs,flattenObject as Zs,fromEvent as Qs,getTraceSubscriptionMethod as $s,getWindow as ec,interval as tc,isNonNullable as nc,isNullable as rc,map as ic,merge as ac,now as oc,Subject as sc,Subscription as cc,SubscriptionRemovable as lc,ValueSubject as z}from"@vkontakte/videoplayer-shared/es2015";import{AbortControllerPolyfilled as uc}from"@vkontakte/videoplayer-shared/es2015";import{fetchPolyfilled as dc}from"@vkontakte/videoplayer-shared/es2015";var fc=e=>{let t=new URL(e);return t.searchParams.set(`quic`,`1`),t.toString()},pc=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 mc,assertNever as hc,ErrorCategory as gc,flattenObject as _c,fromEvent as vc,getWindow as yc,merge as bc,now as xc,Subject as Sc,Subscription as Cc,suppressAbort as wc,ValueSubject as Tc}from"@vkontakte/videoplayer-shared/es2015";var Ec=e=>{let t=new URL(e);return t.searchParams.set(`enable-subtitles`,`yes`),t.toString()};class Dc{constructor({throughputEstimator:e,requestQuic:t,tracer:n,compatibilityMode:r=!1,useEnableSubtitlesParam:a=!1}){i(this,`throughputEstimator`,void 0),i(this,`requestQuic`,void 0),i(this,`tracer`,void 0),i(this,`manifestRequested`,new Sc),i(this,`manifestReceived`,new Sc),i(this,`firstBytesRequested`,new Sc),i(this,`firstBytesReceived`,new Sc),i(this,`lastConnectionType$`,new Tc(void 0)),i(this,`lastConnectionReused$`,new Tc(void 0)),i(this,`lastRequestFirstBytes$`,new Tc(void 0)),i(this,`lastConnectionMetrics$`,new Tc(void 0)),i(this,`lastDownloadMetrics$`,new Tc(void 0)),i(this,`recoverableError$`,new Sc),i(this,`error$`,new Sc),i(this,`abortAllController`,new uc),i(this,`subscription`,new Cc),i(this,`compatibilityMode`,void 0),i(this,`useEnableSubtitlesParam`,void 0),i(this,`performanceObserver`,null),i(this,`pendingConnectionMetrics`,new Map),i(this,`fetchManifest`,mc(this.abortAllController.signal,function(){var e=c(function*(e){let t=this.tracer.createComponentTracer(`FetchManifest`),n=e;this.requestQuic&&(n=fc(n)),!this.compatibilityMode&&this.useEnableSubtitlesParam&&(n=Ec(n)),this.trackRequestStart(n,performance.now());let r=xc();this.manifestRequested.next();let i=yield this.doFetch(n,{signal:this.abortAllController.signal}).catch(wc);if(i){let a=xc();t.log(`success`,_c({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)}return l}else return t.error(`error`,_c({url:n,message:`No data in request manifest`})),t.end(),null});return function(t){return e.apply(this,arguments)}}().bind(this))),i(this,`fetch`,mc(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}={}){let u=e,d=new Headers,f=this.tracer.createComponentTracer(`Fetch`);if(n)switch(t){case 0:d.append(`Range`,`bytes=${n.from}-${n.to}`);break;case 1:{let e=new URL(u,yc().location.href);e.searchParams.append(`bytes`,`${n.from}-${n.to}`),u=e.toString();break}default:hc(t)}this.requestQuic&&(u=fc(u));let p=this.abortAllController.signal,m;if(a){let e=new uc;if(m=bc(vc(this.abortAllController.signal,`abort`),vc(a,`abort`)).subscribe(()=>{try{e.abort()}catch(e){wc(e)}}),this.subscription.add(m),this.abortAllController.signal.aborted||a.aborted)try{e.abort()}catch(e){wc(e)}p=e.signal}let h=0,g=xc();f.log(`startRequest`,_c({url:u,priority:i,rangeMethod:t,range:n,isLowLatency:s,requestStartedAt:g})),this.trackRequestStart(u,performance.now()),this.firstBytesRequested.next();let _=yield this.doFetch(u,{priority:i,headers:d,signal:p}),v=xc();if(!_)return f.error(`error`,{message:`No response in request`}),f.end(),m?.unsubscribe(),null;if(this.throughputEstimator?.addRawRtt(v-g),!_.ok||!_.body){m?.unsubscribe();let e=`Fetch error ${_.status}: ${_.statusText}`;return f.error(`error`,{message:e}),f.end(),Promise.reject(Error(`Fetch error ${_.status}: ${_.statusText}`))}if(this.onHeadersReceived(_.headers),!r&&!o){let e=xc(),t={requestStartedAt:g,requestEndedAt:e,duration:e-g};f.log(`endRequest`,_c(t)),f.end();let n=yield _.arrayBuffer();return m?.unsubscribe(),n}let y=_.body;if(o){let e;[y,e]=_.body.tee(),this.throughputEstimator?.trackStream(e,s)}let b=y.getReader(),x,S=parseInt(_.headers.get(`content-length`)??``,10);Number.isFinite(S)&&(x=S),!x&&n&&(x=n.to-n.from+1);let C=x?new Uint8Array(x):new Uint8Array,w=!1,T=e=>{m?.unsubscribe(),w=!0,wc(e)},E=mc(p,function(){var e=c(function*({done:e,value:t}){if(h===0&&(this.lastRequestFirstBytes$.next(xc()-g),this.firstBytesReceived.next()),p.aborted){m?.unsubscribe();return}if(!e&&t){if(l&&x)C.set(t,h),h+=t.byteLength;else{let e=new Uint8Array(C.length+t.length);e.set(C),e.set(t,C.length),C=e,h+=t.byteLength}r?.(new DataView(C.buffer),h),yield b?.read().then(E,T)}});return function(t){return e.apply(this,arguments)}}().bind(this));yield b?.read().then(E,T),m?.unsubscribe();let ee=xc(),D={failed:w,requestStartedAt:g,requestEndedAt:ee,duration:ee-g};if(w)return f.error(`endRequest`,_c(D)),f.end(),null;if(h>0){let t=ee-g,n=h/(t/1e3)*8/1024,r={bytes:h,speed:n,url:e};this.lastDownloadMetrics$.next(r)}return f.log(`endRequest`,_c(D)),f.end(),C.buffer});return function(t){return e.apply(this,arguments)}}().bind(this))),i(this,`fetchByteRangeRepresentation`,mc(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});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});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`,mc(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,yc().PerformanceObserver&&this.setupPerformanceObserver()}onHeadersReceived(e){let{type:t,reused:n}=pc(e);this.lastConnectionType$.next(t),this.lastConnectionReused$.next(n)}setupPerformanceObserver(){this.performanceObserver=new(yc()).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 yc().navigator))return`unknown`;let e=yc().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:gc.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:hc(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*(){let r=yield dc(e,t);if(r.ok)return r;let i=yield r.text(),a=parseInt(i);if(!isNaN(a))switch(a){case 1:n.recoverableError$.next({id:`VideoDataLinkExpiredError`,message:`Video data links have expired`,category:gc.FATAL,httpCode:r.status,UVBackendErrorCode:i});break;case 8:n.recoverableError$.next({id:`VideoDataLinkBlockedForFloodError`,message:`Url blocked for flood`,category:gc.FATAL,httpCode:r.status,UVBackendErrorCode:i});break;case 18:n.recoverableError$.next({id:`VideoDataLinkIllegalIpChangeError`,message:`Client IP has changed`,category:gc.FATAL,httpCode:r.status,UVBackendErrorCode:i});break;case 21:n.recoverableError$.next({id:`VideoDataLinkIllegalHostChangeError`,message:`Request HOST has changed`,category:gc.FATAL,httpCode:r.status,UVBackendErrorCode:i});break;default:n.error$.next({id:`GeneralVideoDataFetchError`,message:`Generic video data fetch error (${a})`,category:gc.FATAL,httpCode:r.status,UVBackendErrorCode:i})}})()}}import{stringReplaceAll as Oc}from"@vkontakte/videoplayer-shared/es2015";import{objectEntries as kc}from"@vkontakte/videoplayer-shared/es2015";import{stringPadStart as Ac}from"@vkontakte/videoplayer-shared/es2015";import{arrayAt as jc}from"@vkontakte/videoplayer-shared/es2015";import{objectValues as Mc}from"@vkontakte/videoplayer-shared/es2015";import{arrayIncludes as Nc}from"@vkontakte/videoplayer-shared/es2015";import{arrayIncludes as Pc}from"@vkontakte/videoplayer-shared/es2015";var Fc=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 Pc([`6E`,`7A`,`F4`],t+r)}}return!1};import{isNonNullable as Ic,isNullable as Lc}from"@vkontakte/videoplayer-shared/es2015";import{arrayIncludes as Rc}from"@vkontakte/videoplayer-shared/es2015";var zc=e=>{if(Rc(e,`/`)){let t=e.split(`/`);return parseInt(t[0])/parseInt(t[1])}else return parseFloat(e)},Bc=e=>{try{let t=Vc(),{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 Vc(){let e=`x(?:-[a-z0-9]{1,8})+`,t=`^(?:(?<langtag>${`
208
207
  (?<language>(?:[a-z]{2,3}(?:-(?<extlang>(?:[a-z]{3}(?:-[a-z]{3}){0,2})))?|[a-z]{4}|[a-z]{5,8}))
209
208
  (-(?<script>[a-z]{4}))?
210
209
  (-(?<region>(?:[a-z]{2}|[0-9]{3})))?
211
210
  (?<variants>(?:-(?:[a-z0-9]{5,8}|[0-9][a-z0-9]{3}))*)
212
211
  (?<extensions>(?:-[0-9a-wy-z](?:-[a-z0-9]{2,8})+)*)
213
212
  (?:-(?<privateuse>(?:${e})))?
214
- `})|(?<privateuse2>${e}))$`.replace(/[\s\t\n]/g,``);return new RegExp(t,`i`)}var If=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},Lf=(e,t)=>{let n=e;n=wf.default(n,`$$`,`$`);let r={RepresentationID:t.representationId,Number:t.segmentNumber,Bandwidth:t.bandwidth,Time:t.segmentTime};for(let[e,t]of Tf.default(r)){let r=RegExp(`\\$${e}(?:%0(\\d+)d)?\\$`,`g`);n=wf.default(n,r,(e,n)=>Mf(t)?e:Mf(n)?t:Ef.default(t,parseInt(n,10),`0`))}return n},Rf=(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=Df.default(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?_=If(v):Of.default(x).filter(e=>e).length&&!c?_=Of.default(x).reduce((e,t)=>e+(If(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=Pf(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=c,g={id:e,language:u.language,isDefault:m===`main`,label:d,codecs:a,hdr:h===`video`&&Af(a),mime:i,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())??``,v=new URL(m||s,t).toString(),y=e.getAttribute(`mimeType`)??i,b=e.getAttribute(`codecs`)??a??``,x;if(c===`text`){let t=e.getAttribute(`id`)||``,n=(u.privateuse==null?void 0:ya(u.privateuse,`x-auto`))||t.includes(`_auto`),r=e.querySelector(`SegmentTemplate`);if(r){let i={representationId:e.getAttribute(`id`)??void 0,bandwidth:e.getAttribute(`bandwidth`)??void 0},a=parseInt(e.getAttribute(`bandwidth`)??``,10)/1e3,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,h=s,g=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);g=Number.isFinite(r)?r:g;let a=t/c*1e3,s=g/c*1e3;for(let e=0;e<n+1;e++){let n=Lf(u,o(o({},i),{},{segmentNumber:h.toString(10),segmentTime:(g+e*t).toString(10)})),r=(s??0)+e*a,c=r+a;h++,d.push({time:{from:r,to:c},url:n})}g+=(n+1)*t,f+=(n+1)*a}m=g/c*1e3,p=Lf(u,o(o({},i),{},{segmentNumber:h.toString(10),segmentTime:g.toString(10)})),x={id:t,kind:`text`,segmentReference:{type:`template`,baseUrl:v,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:v}}else{let t=e.getAttribute(`contentType`)??y?.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?Nf(u):void 0,m=`${e.getAttribute(`id`)??`id`+(S++).toString(10)}@${t===`video`?`${a}p`:t===`audio`?`${s}Kbps`:b}`,g=[...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:v,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=Lf(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=Lf(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=Lf(i,o(o({},t),{},{segmentNumber:e.toString(10),segmentTime:r.toString(10)}))}else if(jf(_)){let e=parseInt(E.getAttribute(`duration`)??``,10)/n*1e3,r=Math.ceil(_/e),a=0;for(let n=1;n<r;n++){let r=Lf(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=Lf(i,o(o({},t),{},{segmentNumber:r.toString(10),segmentTime:a.toString(10)}))}w={type:`template`,baseUrl:v,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||!y)continue;let D={video:`video`,audio:`audio`,text:`text`}[t];if(!D)continue;h||=D,x={id:m,kind:D,segmentReference:w,profiles:g,duration:_,bitrate:s,mime:y,codecs:b,width:i,height:a,fps:f,quality:d}}g.language||=r,g.label||=f,g.mime||=y,g.codecs||=b,g.hdr||=h===`video`&&Af(b),g.representations.push(x)}if(h){let e=r[h].find(e=>e.id===g.id);if(e&&g.representations.every(e=>e.segmentReference.type===`template`))for(let t of e.representations){let e=g.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[h].push(g)}}return{duration:_,streams:r,baseUrls:a,live:g}},zf=v(Pn(),1),Bf=v(it(),1);import{assertNever as Vf}from"@vkontakte/videoplayer-shared/es2015";var Hf;(e=>{e.VP9=`vp9`,e.AV1=`av1`,e.NONE=`none`,e.SMOOTH=`smooth`,e.POWER_EFFICIENT=`power_efficient`})(Hf||={});var Uf=e=>{let{webmDecodingInfo:t}=F.video,n=`DASH_WEBM`,r=`DASH_WEBM_AV1`;switch(e){case`vp9`:return[n,r];case`av1`:return[r,n];case`none`:return[];case`smooth`:return t?t[r].smooth?[r,n]:t[n].smooth?[n,r]:[r,n]:[n,r];case`power_efficient`:return t?t[r].powerEfficient?[r,n]:t[n].powerEfficient?[n,r]:[r,n]:[n,r];default:Vf(e)}},Wf=({webmCodec:e,androidPreferredFormat:t,iosPreferredFormat:n,preferMultiStream:r})=>{let i=[...r?[`DASH_STREAMS`]:[],...Uf(e),`DASH_SEP`,`DASH_ONDEMAND`,...r?[]:[`DASH_STREAMS`]],a=[...r?[`DASH_STREAMS`]:[],`DASH_SEP`,`DASH_ONDEMAND`,...r?[]:[`DASH_STREAMS`]];if(F.device.isAndroid)switch(t){case`mpeg`:return[`MPEG`,...i,`HLS`,`HLS_ONDEMAND`];case`hls`:return[`HLS`,`HLS_ONDEMAND`,...i,`MPEG`];case`dash`:return[...i,`HLS`,`HLS_ONDEMAND`,`MPEG`];case`dash_any_mpeg`:return[...a,`MPEG`,...Uf(e),`HLS`,`HLS_ONDEMAND`];case`dash_any_webm`:return[...Uf(e),`MPEG`,...a,`HLS`,`HLS_ONDEMAND`];case`dash_sep`:return[`DASH_SEP`,`MPEG`,...Uf(e),...a,`HLS`,`HLS_ONDEMAND`];default:Vf(t)}if(F.video.nativeHlsSupported)switch(n){case`hls`:return[...i,`HLS`,`HLS_FMP4`,`HLS_ONDEMAND`,`MPEG`];case`hls_fmp4`:return[...i,`HLS_FMP4`,`HLS`,`HLS_ONDEMAND`,`MPEG`];default:Vf(n)}return[...i,`HLS`,`HLS_ONDEMAND`,`MPEG`]},Gf=({androidPreferredFormat:e,preferCMAF:t,preferWebRTC:n})=>{let r=t?[`DASH_LIVE_CMAF`,`DASH_LIVE`]:[`DASH_LIVE`,`DASH_LIVE_CMAF`],i=t?[`HLS_LIVE_CMAF`,`HLS_LIVE`]:[`HLS_LIVE`,`HLS_LIVE_CMAF`],a=[...r,...i],o=[...i,...r],s,c=F.device.isMac&&F.browser.isSafari;if(F.device.isAndroid)switch(e){case`dash`:case`dash_any_mpeg`:case`dash_any_webm`:case`dash_sep`:s=a;break;case`hls`:case`mpeg`:s=o;break;default:Vf(e)}else s=F.video.nativeHlsSupported&&!c&&!F.browser.isChromiumBased?o:c?t?[`DASH_LIVE_CMAF`,`HLS_LIVE_CMAF`,`HLS_LIVE`,`DASH_LIVE`]:[`HLS_LIVE`,`DASH_LIVE`,`DASH_LIVE_CMAF`,`HLS_LIVE_CMAF`]:a;return n?[`WEB_RTC_LIVE`,...s]:[...s,`WEB_RTC_LIVE`]},Kf=e=>e?[`HLS_LIVE`,`HLS_LIVE_CMAF`,`DASH_LIVE_CMAF`]:[`DASH_WEBM`,`DASH_WEBM_AV1`,`DASH_SEP`,`DASH_ONDEMAND`,`HLS`,`HLS_ONDEMAND`,`MPEG`],qf=e=>{if(e.size===0)return;if(e.size===1){let t=e.values().next();return zf.default(t.value.split(`.`),0)}for(let t of e){let e=zf.default(t.split(`.`),0);if(e===`opus`||e===`vp09`||e===`av01`)return e}let t=e.values().next();return zf.default(t.value.split(`.`),0)},Jf=e=>{let t=e.map(e=>Xf(e)),{codecs:n}=F.video;return Zf().filter(e=>{if(Bf.default(t,e))switch(e){case`av1`:return n.av1;case`vp9`:return n.vp9;case`avc1`:return n.h264;case`hev1`:return n.h265;default:return!1}else return!1})},Yf=e=>{let t=e.map(e=>Xf(e)),{codecs:n}=F.video;return Qf().filter(e=>{if(Bf.default(t,e))switch(e){case`opus`:return n.opus;case`mp4a`:return n.aac;default:return!1}else return!1})},Xf=e=>e.split(`.`)[0].replace(`0`,``),Zf=()=>[`av1`,`vp9`,`hev1`,`avc1`],Qf=()=>[`opus`,`mp4a`],$f=v(kn(),1),ep=(e,t={})=>{let n=t.timeout||1,r=performance.now();return B.setTimeout(()=>{e({get didTimeout(){return t.timeout?!1:performance.now()-r-1>n},timeRemaining(){return Math.max(0,1+(performance.now()-r))}})},1)},tp=e=>B.clearTimeout(e),np=e=>typeof e==`function`&&e?.toString().endsWith(`{ [native code] }`),rp=!np(B.requestIdleCallback)||!np(B.cancelIdleCallback),ip=rp?ep:B.requestIdleCallback,ap=rp?tp:B.cancelIdleCallback;import{abortable as op,assertNonNullable as sp,ErrorCategory as cp,fromEvent as lp,getExponentialDelay as up,getWindow as dp,isAbortError as fp,isHigher as pp,isNonNullable as U,isNullable as W,once as mp,Subject as hp,Subscription as gp,ValueSubject as _p}from"@vkontakte/videoplayer-shared/es2015";var vp=v(kn(),1),yp=e=>e.valid;class bp{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 xp extends bp{}import{assertNever as Sp}from"@vkontakte/videoplayer-shared/es2015";class Cp extends bp{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:Sp(e)}}}class wp extends bp{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 Tp extends bp{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class Ep extends bp{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 Dp extends Ep{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 Op extends bp{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class kp extends bp{constructor(e,t){super(e,t),i(this,`data`,void 0),this.data=this.content}}class Ap extends Ep{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 jp extends bp{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class Mp extends bp{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class Np extends Ep{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 Pp extends Ep{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 Fp extends Ep{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 Ip extends bp{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class Lp extends Ep{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 Rp extends bp{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class zp extends bp{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class Bp extends Ep{constructor(e,t){super(e,t),i(this,`sequenceNumber`,void 0),this.valid&&(this.sequenceNumber=this.readUint32())}}class Vp extends bp{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class Hp extends Ep{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 Up extends Ep{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 Wp extends Ep{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 Gp extends bp{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class Kp extends Ep{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 qp extends bp{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 Jp={ftyp:wp,moov:Tp,mvhd:Dp,moof:Op,mdat:kp,sidx:Ap,trak:jp,mdia:Ip,mfhd:Bp,tkhd:Lp,traf:Vp,tfhd:Hp,tfdt:Up,trun:Wp,minf:Rp,sv3d:Mp,st3d:Np,prhd:Pp,proj:zp,equi:Fp,uuid:Cp,stbl:Gp,stsd:Kp,avc1:qp,unknown:xp};class Yp{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||!yp(i))break;t.push(i),n+=i.size}return t}createBox(e,t){let n=Jp[e];return n?new n(t,new Yp):new xp(t,new Yp)}}class Xp{constructor(e){i(this,`index`,void 0),this.index={},this.indexBoxLevel(e)}indexBoxLevel(e){e.forEach(e=>{var t,n;yp(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 Zp=new TextDecoder(`ascii`),Qp={validateData:e=>Zp.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 Xp(new Yp().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 Ap(e,new Yp),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 Xp(new Yp().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 Xp(new Yp().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 Xp(new Yp().parse(e)),n={},r=t.findAll(`uuid`),i=vp.default(r,-1);return i?{serverDataReceivedTimestamp:i.userData.received,serverDataPreparedTime:i.userData.received}:n},getTimescaleFromIndex:e=>new Xp(new Yp().parse(e)).find(`sidx`)?.timescale},$p=v(it(),1);import{assertNonNullable as em,isNonNullable as tm,isNullable as nm}from"@vkontakte/videoplayer-shared/es2015";import{assertNever as rm}from"@vkontakte/videoplayer-shared/es2015";var im={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`}},am=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=om(e,n),i=r in im,a=i?im[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=om(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}},om=(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},sm=(e,t)=>{switch(t){case`int`:return e.getInt8(0);case`uint`:return om(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:rm(t)}},cm=(e,t)=>{let n=0;for(;n<e.byteLength;){let r=am(new DataView(e.buffer,e.byteOffset+n));if(!t(r))return;r.type===`master`&&cm(r.value,t),n=r.value.byteOffset-e.byteOffset+r.valueSize}},lm=e=>{if(e.getUint32(0)!==440786851)return!1;let t,n,r;return cm(am(e).value,({tag:e,type:i,value:a})=>(e===17143?t=sm(a,i):e===17026?n=sm(a,i):e===17029&&(r=sm(a,i)),!0)),(t===void 0||t<=1)&&n!==void 0&&n===`webm`&&(r===void 0||r<=2)},um=[357149030,290298740,374648427,174,224,30320,30321,30322,272869232,524531317,475249515,423732329,307544935],dm=[231,22612,22743,167,171,163,160,175],fm={validateData:lm,parseInit:e=>{let t,n,r,i,a=!1,o=!1,s=!1,c,l,u=!1;return cm(e,({tag:e,type:d,value:f,valueSize:p})=>(e===21419?l=om(sm(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=sm(f,d):e===17545?i=sm(f,d):e===21420&&l===475249515?c=sm(f,d):e===374648427?cm(f,({tag:e,type:t,value:n})=>e===30321?(u=sm(n,t)===1,!1):!0):a&&o&&ya(um,e)&&(s=!0),!s)),em(t,`Failed to parse webm Segment start`),em(n,`Failed to parse webm Segment end`),em(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(nm(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=>tm(e.time)&&tm(e.position),a=[],o;return cm(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=sm(s,t));break;case 183:break;case 241:o&&(o.position=sm(s,t));break;default:n&&ya(um,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{cm(e,r=>r.tag===524531317?r.tagSize<=e.byteLength?(t=r.tagSize,!1):(t+=r.tagHeaderSize,!0):ya(dm,r.tag)?(t+r.tagSize<=e.byteLength&&(t+=r.tagSize,n||=$p.default([163,160,175],r.tag)),!0):!1)}catch{}return t>0&&t<=e.byteLength&&n?new DataView(e.buffer,e.byteOffset,t):null}},pm=e=>{let t=/^(.+)\/([^;]+)(?:;.*)?$/.exec(e);if(t){let[,e,n]=t;if(e===`audio`||e===`video`)switch(n){case`webm`:return fm;case`mp4`:return Qp}}throw ReferenceError(`Unsupported mime type ${e}`)},mm=v(Pn(),1);import{videoSizeToQuality as hm}from"@vkontakte/videoplayer-shared/es2015";var gm=({id:e,width:t,height:n,bitrate:r,fps:i,quality:a,streamId:o,tvDisabled:s})=>{let c=(a?$o(a):void 0)??hm({width:t,height:n});return c&&{id:e,quality:c,bitrate:r,size:{width:t,height:n},fps:i,streamId:o,tvDisabled:s}},_m=({id:e,bitrate:t})=>({id:e,bitrate:t}),vm=({language:e,label:t},{id:n,url:r,isAuto:i})=>({id:n,url:r,isAuto:i,type:`internal`,language:e,label:t}),ym=({language:e,label:t,id:n,url:r,isAuto:i})=>({id:n,url:r,isAuto:i,type:`internal`,language:e,label:t}),bm=({id:e,language:t,label:n,codecs:r,isDefault:i})=>({id:e,language:t,label:n,codec:mm.default(r.split(`.`),0),isDefault:i}),xm=({id:e,language:t,label:n,hdr:r,codecs:i})=>({id:e,language:t,hdr:r,label:n,codec:mm.default(i.split(`.`),0)}),Sm=e=>`url`in e,Cm=e=>e.type===`template`;class wm{constructor(e,t,n,{fetcher:r,tuning:a,getCurrentPosition:o,getCurrentStallDuration:l,manifest:u}){i(this,`error$`,new hp),i(this,`playingRepresentation$`,new _p(void 0)),i(this,`playingRepresentationInit$`,new _p(void 0)),i(this,`currentSegmentLength$`,new _p(0)),i(this,`onLastSegment$`,new _p(!1)),i(this,`fullyBuffered$`,new _p(!1)),i(this,`kind`,void 0),i(this,`nativeBufferManager`,void 0),i(this,`fetcher`,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 V),i(this,`switchAbortController`,new V),i(this,`downloadAbortController`,new V),i(this,`subscription`,new gp),i(this,`getCurrentPosition`,void 0),i(this,`getCurrentStallDuration`,void 0),i(this,`startWith`,op(this.destroyAbortController.signal,function(){var e=c(function*(e){let t=this.representations.get(e);sp(t,`Cannot find representation ${e}`),this.playingRepresentationId=e,this.downloadingRepresentationId=e,this.containerParser=pm(t.mime),this.nativeBufferManager.init(t.mime,t.codecs,this.tuning.dash.useAbortMSEFix),yield this.loadInitIfNeeded(t,`high`);let n=this.initData.get(t.id),r=this.segments.get(t.id),i=this.parsedInitData.get(t.id);sp(n,`No init buffer for starting representation`),sp(r,`No segments for starting representation`),yield s(this.nativeBufferManager.addInitSegment(n)),this.playingRepresentation$.next(this.playingRepresentationId),this.playingRepresentationInit$.next(i)});return function(t){return e.apply(this,arguments)}}().bind(this))),i(this,`switchToOld`,op(this.destroyAbortController.signal,function(){var e=c(function*(e,t=!0){if(W(this.downloadingRepresentationId)||e===this.downloadingRepresentationId||e===this.switchingRepresentationId)return;this.switchMutex=!0,this.switchingRepresentationId=e;let n=this.representations.get(this.downloadingRepresentationId),r=this.representations.get(e);sp(r,`No such representation ${e}`),sp(n,`No such representation ${this.downloadingRepresentationId}`),yield this.loadInitIfNeeded(r,`high`);let i=this.initData.get(r.id),a=this.segments.get(r.id);sp(i,`No init buffer for switching representation`),sp(a,`No segments for switching representation`);let o=e=>e.segment.bufferStatus!==`fed`,s=e=>{let t=this.representations.get(e.representationId);return sp(t,`No itemRepresentation for previous track before switch`),e.segment.networkStatus!==`downloaded`||this.forceSwitchCondition(t,r)},c=e=>t?o(e)&&s(e):o(e);this.bufferPlaybackQueue.filter(c).forEach(e=>e.segment.bufferStatus=`none`),this.bufferPlaybackQueue=this.bufferPlaybackQueue.filter(e=>!c(e)),this.downloadingRepresentationId=e,this.switchingRepresentationId=null,this.bufferPlaybackQueue.length?this.abortDownload():yield this.prepareSeek(),yield this.maintain(),this.switchMutex=!1});return function(t){return e.apply(this,arguments)}}().bind(this))),i(this,`waitExponentialDownloadDelay`,op(this.downloadAbortController.signal,c(function*(){let e=up(this.failedDownloads,this.tuning.downloadBackoff);yield new Promise(t=>{let n=dp();this.loadByteRangeSegmentsTimeoutId=n.setTimeout(t,e),this.subscription.add(lp(n,`online`).pipe(mp()).subscribe(()=>{t(),n.clearTimeout(this.loadByteRangeSegmentsTimeoutId)}))})}).bind(this))),this.kind=e,this.nativeBufferManager=t,this.fetcher=r,this.tuning=a,this.getCurrentPosition=o,this.getCurrentStallDuration=l,this.forwardBufferTarget=a.dash.forwardBufferTargetAuto,this.baseUrls=u?.baseUrls??[],this.representations=new Map(n.map(e=>[e.id,e]))}switchTo(e,t){var n=this;return a(function*(){return e===n.downloadingRepresentationId||e===n.switchingRepresentationId?void 0:(n.switchAbortController.abort(),n.switchAbortController=new V,n.getSwitchWithAbort()(e,t))})()}getSwitchWithAbort(){return op(this.switchAbortController.signal,function(){var e=c(function*(e,t=!0){if(W(this.downloadingRepresentationId))return;this.switchMutex=!0,this.switchingRepresentationId=e;let n=this.representations.get(this.downloadingRepresentationId),r=this.representations.get(e);sp(r,`No such representation ${e}`),sp(n,`No such representation ${this.downloadingRepresentationId}`),yield this.abortDownload(),yield this.loadInitIfNeeded(r,`high`);let i=this.initData.get(r.id),a=this.segments.get(r.id);if(W(i)||W(a))return;let o=e=>e.segment.bufferStatus!==`fed`,s=e=>{let t=this.representations.get(e.representationId);return sp(t,`No itemRepresentation for previous track before switch`),e.segment.networkStatus!==`downloaded`||this.forceSwitchCondition(t,r)},c=e=>t?o(e)&&s(e):o(e);this.bufferPlaybackQueue.filter(c).forEach(e=>e.segment.bufferStatus=`none`),this.bufferPlaybackQueue=this.bufferPlaybackQueue.filter(e=>!c(e)),this.downloadingRepresentationId=e,this.switchingRepresentationId=null,this.bufferPlaybackQueue.length||(yield this.prepareSeek()),yield this.maintain(),this.switchMutex=!1});return function(t){return e.apply(this,arguments)}}().bind(this))}prepareSeek(){var e=this;return a(function*(){e.seekMutex=!0,yield e.abort(),yield e.clearBuffer()})()}seek(e){var t=this;return a(function*(){return t.seekMutex=!1,t.maintain(e)})()}maintain(){var e=this;return a(function*(t=this.getCurrentPosition()){W(t)||(yield e.maintainPlaybackBuffer(t),yield e.maintainNativeBuffer(),e.actualizeLastSegmentInfo(t))}).apply(this,arguments)}getForwardBufferRepresentations(e=this.getCurrentPosition()){if(this.forwardBufferRepresentations.clear(),U(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=U(e)&&U(n)?n.segment.time.to-e:0;return Math.max(r,0)}getPlaybackBufferState(){return this.bufferPlaybackQueue.length?{from:this.bufferPlaybackQueue[0].segment.time.from,to:this.bufferPlaybackQueue[this.bufferPlaybackQueue.length-1].segment.time.to}:null}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 W(this.playingRepresentationId)?0:(this.segments.get(this.playingRepresentationId)?.[0].time.from??0)/1e3}calculateDurationFromSegments(e){let t=this.segments.get(e);return(t?$f.default(t,-1)?.time.to:0)||0}get lastDataObtainedTimestamp(){return this.lastDataObtainedTimestampMs}setTarget(e){this.forwardBufferTarget=e}setPreloadOnly(e){this.preloadOnly=e}destroy(){let e=dp();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)}forceSwitchCondition(e,t){let n=!0;if(this.kind===`video`){let r=gm(e),i=gm(t);n=U(r)&&U(i)&&pp(i.quality,r.quality)}else if(this.kind===`audio`){let r=_m(e),i=_m(t);n=U(r?.bitrate)&&U(i?.bitrate)&&i.bitrate>r.bitrate}return n}clearBuffer(){var e=this;return a(function*(){e.bufferClearingMutex=!0,yield e.nativeBufferManager.clear(e.destroyAbortController.signal),e.bufferPlaybackQueue.forEach(e=>e.segment.bufferStatus=`none`),e.bufferPlaybackQueue=[],e.bufferClearingMutex=!1})()}abortDownload(){this.downloadAbortController.abort(),this.downloadAbortController=new V,this.abortDownloadingItems(),this.maintainPlaybackBufferMutex=!1}abortDownloadingItems(){for(let e of this.downloadingBufferItems)e.segment.networkStatus===`downloading`&&(e.segment.networkStatus=`none`,e.segment.loadedBytes=0,e.segment.feedingBytes=0,e.segment.fedBytes=0,e.segment.data=null);this.downloadingBufferItems=[]}abortNativeBuffer(){var e=this;return a(function*(){e.abortNativeBufferMutex=!0;let t=e.playingRepresentationId&&e.initData.get(e.playingRepresentationId),n=t instanceof ArrayBuffer?t:void 0,r=yield e.nativeBufferManager.abortBuffer(n);return e.abortNativeBufferMutex=!1,e.tuning.dash.useAbortResetNativeBufferMutex&&(e.maintainNativeBufferMutex=!1),r})()}loadInits(){var e=this;return a(function*(){for(let[t,n]of e.representations)e.idleCallbacks.set(n.id,ip(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():U(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),W(o)||W(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&&!fp(e)&&r.error$.next({id:`LoadInits`,category:cp.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(W(t)||W(r)||e.maintainNativeBufferMutex||e.abortNativeBufferMutex||e.bufferClearingMutex||e.switchMutex||e.seekMutex||e.preloadOnly)return;e.maintainNativeBufferMutex=!0;let i=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;U(o)&&U(a)&&U(i)&&e.playingRepresentationId!==a.representationId&&e.withinAppendInterval(t,a.segment.time)&&(a===i||i.segment.bufferStatus===`fed`)&&(yield e.abortNativeBuffer(),yield e.nativeBufferManager.addInitSegment(o,c),e.playingRepresentationId=a.representationId,e.playingRepresentation$.next(e.playingRepresentationId)),U(a)&&e.withinAppendInterval(t,a.segment.time)&&d&&(a.segment.loadedBytes===a.segment.size&&a.segment.bufferStatus===`none`?yield e.appendSegmentFully(a,c):yield e.appendSegmentPartially(a,c)),U(s)&&U(i)&&e.withinRemoveInterval(t,s.segment.time)&&s.segment.time.to<i.segment.time.from+1&&(yield e.removeSegment(s,c),e.nativeBufferManager.getForwardBufferDuration(t)===0&&(yield e.abortNativeBuffer())),e.pruneVirtualBuffer(t),e.maintainNativeBufferMutex=!1})()}maintainPlaybackBuffer(e){var t=this;return a(function*(){sp(t.downloadingRepresentationId);let n=t.segments.get(t.downloadingRepresentationId),r=t.representations.get(t.downloadingRepresentationId);if(W(n)||W(r)||t.maintainPlaybackBufferMutex||t.abortNativeBufferMutex||t.bufferClearingMutex||t.switchMutex||t.seekMutex)return;t.maintainPlaybackBufferMutex=!0;let i=n.find(t=>e>=t.time.from&&e<t.time.to);U(i)&&isFinite(i.time.from)&&isFinite(i.time.to)&&t.currentSegmentLength$.next(i?.time.to-i.time.from),t.downloadingBufferItems.length||(t.downloadingBufferItems=t.selectDownloadingItems(e,n)),yield t.processCachedItems();let a=t.selectItemsToLoad();yield t.loadItems(a,r),t.maintainPlaybackBufferMutex=!1})()}actualizeLastSegmentInfo(e){let t=this.segments.get(this.downloadingRepresentationId??``);if(W(t)||t.length===0)return;let n=t[t?.length-1];W(n)||(this.fullyBuffered$.next(n.time.to-e-this.getForwardPlaybackBufferDuration(e)<this.tuning.dash.bufferTolerance),this.onLastSegment$.next(e-n.time.from>0))}selectDownloadingItems(e,t){sp(this.downloadingRepresentationId);let n=this.getPlaybackBufferState(),r,i;U(n)&&this.withinInterval(e,n)?(i=this.forwardBufferTarget-this.getForwardPlaybackBufferDuration(e),r=this.bufferPlaybackQueue[this.bufferPlaybackQueue.length-1].segmentIndex+1):(i=this.forwardBufferTarget,r=t.findIndex(t=>this.withinInterval(e,t.time))),r=r===-1?0:r;let a=[];for(;r<t.length&&i>0;){a.push({representationId:this.downloadingRepresentationId,segmentIndex:r,segment:t[r]});let{from:e,to:n}=t[r].time;i-=n-e,r++}return a}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 U(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 U(e)?e-n>t:!1}appendSegmentFully(e,t){var n=this;return a(function*(){W(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(W(e.segment.data)||W(e.segment.loadedBytes)||W(e.segment.feedingBytes)||W(e.segment.fedBytes)||W(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||U(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)U(n.size)&&i>0&&n.time.to<=e-r&&n.bufferStatus===`none`&&n.networkStatus===`downloaded`&&(n.data=null,n.networkStatus=`none`,this.currentVirtualBufferSize-=n.size,i-=n.size);for(let t of this.segments.values())for(let n of[...t].reverse())U(n.size)&&i>0&&n.time.from>=e+r&&n.bufferStatus===`none`&&n.networkStatus===`downloaded`&&!this.bufferPlaybackQueue.find(e=>e.segment===n)&&!this.downloadingBufferItems.find(e=>e.segment===n)&&(n.data=null,n.networkStatus=`none`,this.currentVirtualBufferSize-=n.size,i-=n.size)}updateRepresentationsBaseUrlIfNeeded(){if(!this.tuning.dash.enableBaseUrlSupport||!this.baseUrls.length||this.failedDownloads<=this.tuning.dash.maxSegmentRetryCount)return;this.baseUrlsIndex=(this.baseUrlsIndex+1)%this.baseUrls.length;let e=this.baseUrls[this.baseUrlsIndex];for(let t of this.representations.values())this.updateRepresentationBaseUrl(t,e)}}import{ErrorCategory as Tm,isNonNullable as Em,isNullable as Dm,now as Om,isAbortError as km}from"@vkontakte/videoplayer-shared/es2015";class Am extends wm{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)try{yield i.fetcher.fetch(c,o(o({},u),{},{priority:r})),i.lastDataObtainedTimestampMs=Om(),i.failedDownloads=0}catch(e){i.abortDownloadingItems(),km(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].segment;r.networkStatus=`downloading`,r.loadedBytes=0,r.feedingBytes=0,r.fedBytes=0,n.push(this.downloadingBufferItems[a]),e+=r.byte.to+1-r.byte.from,t+=r.time.to+1-r.time.from,a++}return n}prepareFetchParams(e,t){var n=this;if(Bl(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=Om(),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:Tm.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||Dm(a)||Dm(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||Dm(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)):Em(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(Bl(e.segmentReference))throw Error(`Representation is not byte range type`);e.segmentReference.url=t}}import{ErrorCategory as jm,isAbortError as Mm,isNullable as Nm,now as Pm}from"@vkontakte/videoplayer-shared/es2015";class Fm extends wm{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)try{let t=yield i.fetcher.fetch(c,o(o({},u),{},{priority:r}));if(i.lastDataObtainedTimestampMs=Pm(),Nm(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(),Mm(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=Pm(),yield n.onSomeDataLoaded({downloadingItems:e,dataView:r,loaded:a,signal:i,representationId:t.id})}catch(e){n.error$.next({id:`SegmentFeeding`,category:jm.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(!Bl(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||Nm(c)||Nm(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(!Bl(e.segmentReference))throw Error(`Representation is not template type`);e.segmentReference.baseUrl=t}}var Im=v(Wn(),1);import{assertNonNullable as Lm,ErrorCategory as Rm,isNullable as zm,ValueSubject as Bm}from"@vkontakte/videoplayer-shared/es2015";class Vm extends Fm{constructor(e,t,n,r){super(e,t,n,r),i(this,`currentLiveSegmentServerLatency$`,new Bm(0)),i(this,`currentLowLatencySegmentLength$`,new Bm(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=Im.default(e.streams[this.kind],e=>e.representations);for(let e of t){if(zm(e)||!Bl(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=dc(n,-1)?.time.to??0,i=t?.findIndex(e=>r>=e.time.from+100&&r<=e.time.to+100);if(i===-1){let t=this.getActualLiveStartingSegments(e.segmentReference);this.segments.set(e.id,t)}else{let r=t.slice(i+1);this.segments.set(e.id,[...n,...r])}this.representations.set(e.id,e)}}proceedLowLatencyLive(){let e=this.downloadingRepresentationId;Lm(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:Im.default(t,e=>e.representations)).find(e=>e.id===this.downloadingRepresentationId);if(zm(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(zm(this.playingRepresentationId))return 0;let e=this.representations.get(this.playingRepresentationId)?.segmentReference;return zm(e)||!Bl(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),zm(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(zm(e.segment.data)||zm(n)||!Bl(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(!Bl(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=Lf(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),zm(o)||zm(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:Rm.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 Hm{static getBufferManager(e,t,n,r){return r.manifest?.live?new Vm(e,t,n,r):Bl(n[0].segmentReference)?new Fm(e,t,n,r):new Am(e,t,n,r)}}import{ErrorCategory as Um,fromEvent as Wm,isNullable as Gm,Subject as Km,Subscription as qm}from"@vkontakte/videoplayer-shared/es2015";import{assertNever as Jm,ErrorCategory as Ym,Subject as Xm}from"@vkontakte/videoplayer-shared/es2015";var Zm=18,Qm=!1;try{Qm=F.browser.isSafari&&!!F.browser.safariVersion&&F.browser.safariVersion<=Zm}catch(e){console.error(e)}class $m{constructor(e,t=!1){i(this,`bufferFull$`,new Xm),i(this,`error$`,new Xm),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:Ym.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=Qm&&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:Ym.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:Jm(t)}}}var eh=$m,th=(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 nh{constructor(e){i(this,`error$`,new Km),i(this,`mediaSource`,void 0),i(this,`sourceBuffer`,void 0),i(this,`sourceBufferTaskQueue`,void 0),i(this,`subscription`,new qm),this.mediaSource=e}init(e,t,n=!1){this.sourceBuffer=this.mediaSource.addSourceBuffer(`${e}; codecs="${t}"`),this.sourceBufferTaskQueue=new eh(this.sourceBuffer,n),this.subscription.add(this.sourceBufferTaskQueue.error$.subscribe(e=>this.error$.next(e))),this.subscription.add(Wm(this.sourceBuffer,`error`).subscribe(()=>this.error$.next({id:`SourceBuffer`,category:Um.VIDEO_PIPELINE,message:`SourceBuffer Error event fired`})))}addInitSegment(e,t){return this.sourceBufferTaskQueue.append(e,t)}append(e,t){return this.sourceBufferTaskQueue.append(e,t)}remove(e,t,n){return this.sourceBufferTaskQueue.remove(e,t,n)}clear(e){var t=this;return a(function*(){let n=t.getBufferState();if(Gm(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(){!Gm(this.sourceBuffer)&&!this.sourceBuffer.updating&&(this.sourceBuffer.mode=`segments`)}getBufferState(){if(Gm(this.sourceBuffer)||!R(this.mediaSource,this.sourceBuffer)||!this.sourceBuffer.buffered.length)return null;let e=[];for(let t=0;t<this.sourceBuffer.buffered.length;t++)e.push({from:this.sourceBuffer.buffered.start(t)*1e3,to:this.sourceBuffer.buffered.end(t)*1e3});return e}getForwardBufferDuration(e){return Gm(this.sourceBuffer)||!R(this.mediaSource,this.sourceBuffer)||!this.sourceBuffer.buffered.length||Gm(e)?0:th(this.sourceBuffer.buffered,e)}abortBuffer(e){var t=this;return a(function*(){return Gm(t.sourceBuffer)?!1:t.sourceBufferTaskQueue.abort(e)})()}destroy(){if(this.subscription.unsubscribe(),this.sourceBufferTaskQueue?.destroy(),this.sourceBuffer)try{this.mediaSource.removeSourceBuffer(this.sourceBuffer)}catch(e){if(!(e instanceof DOMException&&e.name===`NotFoundError`))throw e}this.sourceBuffer=null}}var rh=(e,t)=>{e.video.forEach(e=>{e.representations.forEach(e=>{let{height:n,codecs:r,fps:i}=e,a=t.find(([e,t,i])=>e===`${n}p`&&Xf(r)===i)?.[1];e.tvDisabled=ih(a)&&ih(i)&&i>a})})};function ih(e){return typeof e==`number`&&Number.isInteger(e)}var ah=[`timeupdate`,`progress`,`play`,`seeked`,`stalled`,`waiting`],oh=[`timeupdate`,`progress`,`loadeddata`,`playing`,`seeked`];class sh{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,`videoNativeBufferManager`,void 0),i(this,`audioNativeBufferManager`,void 0),i(this,`nativeBufferManagers`,[]),i(this,`throughputEstimator`,void 0),i(this,`subscription`,new of),i(this,`subscriptionRemovable`,new sf),i(this,`representationSubscription`,new of),i(this,`fetcher`,void 0),i(this,`forceEnded$`,new af),i(this,`stallWatchdogSubscription`,void 0),i(this,`destroyController`,new V),i(this,`state$`,new I(`none`)),i(this,`currentVideoRepresentation$`,new H(void 0)),i(this,`currentVideoRepresentationInit$`,new H(void 0)),i(this,`currentAudioRepresentation$`,new H(void 0)),i(this,`currentVideoSegmentLength$`,new H(0)),i(this,`currentAudioSegmentLength$`,new H(0)),i(this,`error$`,new af),i(this,`manifestRequested`,new af),i(this,`manifestReceived`,new af),i(this,`firstBytesRequested`,new af),i(this,`firstBytesReceived`,new af),i(this,`lastConnectionType$`,new H(void 0)),i(this,`lastConnectionReused$`,new H(void 0)),i(this,`lastRequestFirstBytes$`,new H(void 0)),i(this,`lastConnectionMetrics$`,new H(void 0)),i(this,`lastDownloadMetrics$`,new H(void 0)),i(this,`currentLiveTextRepresentation$`,new H(null)),i(this,`timeoutSourceOpenId`,void 0),i(this,`isLive$`,new H(!1)),i(this,`isActiveLive$`,new H(!1)),i(this,`isLowLatency$`,new H(!1)),i(this,`liveDuration$`,new H(0)),i(this,`liveSeekableDuration$`,new H(0)),i(this,`liveAvailabilityStartTime$`,new H(0)),i(this,`liveStreamStatus$`,new H(void 0)),i(this,`currentBuffer$`,new H({from:0,to:0})),i(this,`bufferLength$`,new H(0)),i(this,`nativeBufferLength$`,new H(0)),i(this,`liveLatency$`,new H(void 0)),i(this,`liveLoadBufferLength$`,new H(0)),i(this,`livePositionFromPlayer$`,new H(0)),i(this,`currentStallDuration$`,new H(0)),i(this,`videoLastDataObtainedTimestamp$`,new H(0)),i(this,`fetcherRecoverableError$`,new af),i(this,`fetcherError$`,new af),i(this,`initRepresentations`,Ud(this.destroyController.signal,function(){var e=c(function*(e,t,n){this.tracer.log(`initRepresentationsStart`,Jd({initialVideo:e,initialAudio:t,sourceHls:n})),this.representationSubscription.unsubscribe(),this.state$.startTransitionTo(`representations_ready`);let r={fetcher:this.fetcher,tuning:this.tuning,getCurrentPosition:()=>this.element?this.element.currentTime*1e3:void 0,getCurrentStallDuration:()=>this.currentStallDuration$.getValue(),isActiveLowLatency:()=>this.isActiveLive$.getValue()&&this.isLowLatency$.getValue(),manifest:this.manifest};this.createBuffers(r,e,t,n),this.initRepresentationSubscriptions(),yield this.waitStreamToOpen(),this.setSourceDuration(),Wd(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`,Ud(this.destroyController.signal,c(function*(){try{return yield this.fetcher.fetchManifest(this.manifestUrlString)}catch(e){ef(this.manifest)&&!this.bufferLength$.getValue()&&this.error$.next({id:`LoadManifest`,category:Gd.NETWORK,message:`Failed to load manifest`,thrown:e})}}).bind(this))),this.throughputEstimator=e.throughputEstimator,this.tuning=e.tuning,this.tracer=e.tracer.createComponentTracer(this.constructor.name),this.forceVideoCodec=e.forceVideoCodec,this.fetcher=new Cf({throughputEstimator:this.throughputEstimator,requestQuic:this.tuning.requestQuick,compatibilityMode:e.compatibilityMode,tracer:this.tracer,useEnableSubtitlesParam:e.tuning.useEnableSubtitlesParam}),this.subscription.add(this.fetcher.recoverableError$.subscribe(this.fetcherRecoverableError$)),this.subscription.add(this.fetcher.error$.subscribe(this.fetcherError$)),this.initTracerSubscription()}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:Gd.PARSER,message:`No playable video representations`})})()}initBuffer(){Wd(this.element),this.state$.setState(`running`),this.subscription.add(nf(...ah.map(e=>Yd(this.element,e)),Yd(Zd(),`online`),Qd(this.tuning.dash.tickMaintainInterval)).subscribe(()=>this.tick(),e=>this.error$.next({id:`DashVKPlayer`,category:Gd.WTF,message:`Internal logic error`,thrown:e})));let e=[...this.source?.activeSourceBuffers??[]];this.subscription.add(nf(...e.map(e=>Yd(e,`updateend`))).subscribe(e=>this.reinitDecoderIfNeeded())),this.subscription.add(Yd(this.element,`waiting`).subscribe(e=>{this.stallWatchdogSubscription&&(this.stallWatchdogSubscription.unsubscribe(),this.subscriptionRemovable.remove(this.stallWatchdogSubscription)),this.stallWatchdogSubscription=Qd(this.tuning.dash.stallWatchdogInterval).subscribe(()=>this.stallWatchdogIntervalCallback(),e=>this.error$.next({id:`StallWatchdogCallback`,category:Gd.NETWORK,message:`Can't restore DASH after stall.`,thrown:e})),this.subscriptionRemovable.add(this.stallWatchdogSubscription)}))}switchRepresentation(e,t,n=!1){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*(){Wd(n.element),Wd(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`,Jd({requestedPosition:e,forcePrecise:t,position:r}))})()}warmUpMediaSourceIfNeeded(e=this.element?.currentTime){$d(this.element)&&$d(this.source)&&$d(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()}calculateDurationFromSegments(e){return Math.max(this.videoBufferManager?.calculateDurationFromSegments(e)||0,this.audioBufferManager?.calculateDurationFromSegments(e)||0)}get isStreamEnded(){return this.source?.readyState===`ended`}getStreams(){return this.manifest?.streams}getCodecs(){return this.manifest?.codecs}setBufferTarget(e){this.bufferManagers.forEach(t=>t.setTarget(e))}setPreloadOnly(e){this.bufferManagers.forEach(t=>t.setPreloadOnly(e))}stop(){this.tracer.log(`stop`),this.element?.querySelectorAll(`source`).forEach(e=>{URL.revokeObjectURL(e.src),e.remove()}),this.element=null,this.source=null,this.manifest=null,this.currentVideoRepresentation$.next(void 0),this.nativeBufferManagers.forEach(e=>e.destroy()),this.videoBufferManager?.destroy(),this.videoBufferManager=null,this.audioBufferManager?.destroy(),this.audioBufferManager=null,this.bufferManagers=[],this.state$.setState(`none`)}destroy(){this.subscription.unsubscribe(),this.subscriptionRemovable.unsubscribe(),this.representationSubscription.unsubscribe(),this.timeoutSourceOpenId&&Zd().clearTimeout(this.timeoutSourceOpenId),this.destroyController.abort(),this.fetcher.destroy(),this.stop(),$d(this.source)&&this.isStreamNotOpen&&Array.from(this.source.sourceBuffers).every(e=>!e.updating)&&this.source.endOfStream(),this.source=null,this.tracer.end()}get isStreamNotOpen(){return this.source?.readyState!==`open`}reinitDecoderIfNeeded(e=!1){var t=this;return a(function*(){let n=t.videoNativeBufferManager?.getBufferState()??[];if(ef(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?yield t.seek(r):t.element.currentTime=t.element.currentTime)})()}stallWatchdogIntervalCallback(){var e=this;return a(function*(){Wd(e.element),Wd(e.source);let{stallWatchdogInterval:t}=e.tuning.dash;if(e.isStreamNotOpen)return;let n=e.currentStallDuration$.getValue()+t;e.currentStallDuration$.next(n);let r={timeInWaiting:n};if(yield e.reinitDecoderIfNeeded(n%1e3==0),e.isStallExceeded(n)){if(e.tuning.dash.useNewStallExitPolicy)return e.seek(e.element.currentTime*1e3);throw Error(`Stall timeout exceeded: ${n} ms`)}yield e.restoreAfterDeepStall(r),e.tracer.log(`stallIntervalCallback`,Jd(r))})()}isStallExceeded(e){if(ef(this.element))return!1;let{crashOnStallTimeout:t}=this.tuning.dash,n=this.element.currentTime-100>0?this.tuning.dash.crashOnStallTWithoutDataTimeout:t,r=rf(),i=this.videoBufferManager?.lastDataObtainedTimestamp??0;this.videoLastDataObtainedTimestamp$.next(i);let a=this.audioBufferManager?.lastDataObtainedTimestamp??0,o=this.videoBufferManager?.getForwardPlaybackBufferDuration()??0,s=this.audioBufferManager?.getForwardPlaybackBufferDuration()??0,c=$d(this.videoBufferManager)&&o<100&&r-i>n,l=$d(this.audioBufferManager)&&s<100&&r-a>n;return(c||l)&&e>n||e>=t}updateManifest(){var e=this;return a(function*(){e.tracer.log(`updateManifestStart`,{manifestUrl:e.manifestUrlString});let t=yield e.fetchManifest();if(ef(t))return null;let n=e.parseManifest(t);if(!n)return null;let r=e.getResultManifest(n);return e.tracer.log(`updateManifestEnd`,Jd(r)),r})()}parseManifest(e){try{return Rf(e??``,this.manifestUrlString)}catch(t){let n=Hd(e)??{id:`ManifestParsing`,category:Gd.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=Ai())==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;if(this.tuning.dash.codecsPrioritizeEnabled){let e=o.map(({codecs:e})=>e);a===`audio`&&(i=Yf(e),s=i[0]),a===`video`&&(r=Jf(e),s=this.forceVideoCodec&&ya(r,this.forceVideoCodec)?this.forceVideoCodec:r[0]),s&&(t[a]=o.filter(({codecs:e})=>Xf(e)===s))}else s=qf(new Set(o.map(({codecs:e})=>e))),s&&(t[a]=o.filter(({codecs:e})=>e.startsWith(s)));if(a===`video`){let e=this.tuning.preferHDR,n=t.video.some(e=>e.hdr),r=t.video.some(e=>!e.hdr);F.display.isHDR&&e&&n?t.video=t.video.filter(e=>e.hdr):r&&(t.video=t.video.filter(e=>!e.hdr));let{videoStreamRepresentaionsFilter:i}=this.tuning.dash;i.length&&rh(t,i)}}let a=o(o({},e),{},{streams:t});return this.tuning.dash.codecsPrioritizeEnabled&&(a.codecs={video:r,audio:i}),a}stopStallWatchdogSubscription(){this.stallWatchdogSubscription?.unsubscribe(),this.currentStallDuration$.next(0)}createBuffers(e,t,n,r){Wd(this.manifest),Wd(this.element);let i=e=>{this.representationSubscription.add(Yd(e,`error`).pipe(Kd(e=>!!this.element?.played.length)).subscribe(e=>{this.error$.next({id:`VideoSource`,category:Gd.VIDEO_PIPELINE,message:`Unexpected video source error`,thrown:e})}))};this.source=Ni();let a=Zd().document,o=a.createElement(`source`);if(i(o),o.src=URL.createObjectURL(this.source),this.element.appendChild(o),ji())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 nh(this.source),this.videoBufferManager=Hm.getBufferManager(`video`,this.videoNativeBufferManager,s,e),this.bufferManagers=[this.videoBufferManager],this.nativeBufferManagers=[this.videoNativeBufferManager],$d(n)){this.audioNativeBufferManager=new nh(this.source);let t=this.manifest.streams.audio.reduce((e,t)=>[...e,...t.representations],[]);this.audioBufferManager=Hm.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=Zd().setTimeout(()=>{if(e.isStreamNotOpen){n();return}e.error$.next({id:`OpenOfStream`,category:Gd.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&&Zd().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(nf(...this.bufferManagers.map(e=>e.error$)).subscribe(this.error$)),Wd(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(nf(...oh.map(e=>Yd(this.element,e))).pipe(tf(e=>this.videoBufferManager?.getPlaybackBufferState()),Kd($d),tf(({from:e,to:t})=>({from:e/1e3,to:t/1e3}))).subscribe(this.currentBuffer$)),this.representationSubscription.add(nf(...oh.map(e=>Yd(this.element,e))).pipe(tf(e=>Math.min(this.videoBufferManager?.getForwardPlaybackBufferDuration()??1/0,this.audioBufferManager?.getForwardPlaybackBufferDuration()??1/0)),qd()).subscribe(this.bufferLength$)),this.representationSubscription.add(this.nativeBufferLength$.pipe(Kd(e=>e>this.tuning.dash.bufferEmptinessTolerance)).subscribe(()=>{this.stopStallWatchdogSubscription()}))}initTracerSubscription(){let e=Xd(this.tracer.error.bind(this.tracer));this.subscription.add(this.error$.subscribe(e(`error`)))}tick(){var e=this;return a(function*(){if(ef(e.element)||ef(e.videoBufferManager)||e.isStreamNotOpen)return;let t=e.element.currentTime*1e3,n=(e.videoNativeBufferManager?.getBufferState()??[]).find(e=>t>=e.from&&t<=e.to);e.nativeBufferLength$.next(n?n.to-t:0),yield Promise.all([e.videoBufferManager.maintain(),e.audioBufferManager?.maintain()])})()}}import{assertNonNullable as ch,combine as lh,ErrorCategory as uh,filter as dh,filterChanged as fh,fromEvent as ph,isNonNullable as mh,map as hh,merge as gh}from"@vkontakte/videoplayer-shared/es2015";class _h extends sh{constructor(e){super(e)}prepareManifestUrlString(e,t){return e}initRepresentationSubscriptions(){super.initRepresentationSubscriptions(),this.initDisableStallWatchdogSubscription(),this.initEndOfVideoSubscription()}setSourceDuration(){ch(this.manifest),ch(this.source);let e=[this.manifest.duration??0,...Dd.default(Dd.default([...this.manifest.streams.audio,...this.manifest.streams.video],e=>e.representations),e=>{let t=[];return e.duration&&t.push(e.duration),Bl(e.segmentReference)&&e.segmentReference.totalSegmentsDurationMs&&t.push(e.segmentReference.totalSegmentsDurationMs),t})];this.source.duration=Math.max(...e)/1e3}restoreAfterDeepStall(e){var t=this;return a(function*(){ch(t.element);let n=t.element.currentTime*1e3;yield Promise.all([t.videoBufferManager?.maintain(n),t.audioBufferManager?.maintain(n)]),e.position=n})()}initDisableStallWatchdogSubscription(){ch(this.element);let e=gh(ph(this.element,`ended`),this.forceEnded$),t=this.nativeBufferLength$.pipe(dh(e=>e>this.tuning.dash.bufferEmptinessTolerance));this.representationSubscription.add(gh(e,t).subscribe(e=>this.stopStallWatchdogSubscription()))}initEndOfVideoSubscription(){let e=lh({allBuffersFull:gh(...this.bufferManagers.map(e=>e.fullyBuffered$)).pipe(hh(()=>this.bufferManagers.every(e=>e.fullyBuffered$.getValue()))),someBufferEnded:gh(...this.bufferManagers.map(e=>e.onLastSegment$)).pipe(hh(()=>this.bufferManagers.some(e=>e.onLastSegment$.getValue())))}).pipe(fh(),hh(({allBuffersFull:e,someBufferEnded:t})=>e&&t),dh(e=>e));this.representationSubscription.add(gh(this.forceEnded$,e).pipe(dh(e=>mh(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:uh.VIDEO_PIPELINE,message:`Failed to end MediaSource stream`,thrown:e})}}))}}class vh extends Ed{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(hl(),ml(e=>gl(e))).subscribe(e=>{let t=this.player.calculateDurationFromSegments(e);t&&this.params.output.duration$.next(t/1e3)},r))}getPlayer(){return new _h({throughputEstimator:this.params.dependencies.throughputEstimator,tuning:this.params.tuning,compatibilityMode:this.params.source.compatibilityMode,tracer:this.tracer,forceVideoCodec:this.params.forceVideoCodec})}seek(e,t){this.params.output.willSeekEvent$.next(),this.player.seek(e,t)}}import{combine as yh,merge as bh,filter as xh,filterChanged as Sh,isNullable as Ch,map as wh,ValueSubject as Th,isNonNullable as Eh}from"@vkontakte/videoplayer-shared/es2015";import{isNullable as Dh,ValueSubject as Oh}from"@vkontakte/videoplayer-shared/es2015";class kh{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),this.params=e,this.pastMeasures=Array(e.deviationDepth),this.smoothed=this.prevReported=e.initial,this.smoothed$=new Oh(e.initial),this.debounced$=new Oh(e.initial);let t=e.label??`value`+Math.random().toString(16).substring(2,6);this.rawSeries$=new vs(`raw_${t}`),this.smoothedSeries$=new vs(`smoothed_${t}`),this.reportedSeries$=new vs(`reported_${t}`),this.rawSeries$.next(e.initial),this.smoothedSeries$.next(e.initial),this.reportedSeries$.next(e.initial)}next(e){let t=0,n=0;for(let e=0;e<this.pastMeasures.length;e++)this.pastMeasures[e]!==void 0&&(t+=(this.pastMeasures[e]-this.smoothed)**2,n++);this.takenMeasures=n,t/=n;let r=Math.sqrt(t),i=this.smoothed+this.params.deviationFactor*r,a=this.smoothed-this.params.deviationFactor*r;this.pastMeasures[this.measuresCursor]=e,this.measuresCursor=(this.measuresCursor+1)%this.pastMeasures.length,this.rawSeries$.next(e),this.updateSmoothedValue(e),this.smoothed$.next(this.smoothed),this.smoothedSeries$.next(this.smoothed),!(this.smoothed>i||this.smoothed<a)&&(Dh(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 Ah extends kh{constructor(e){super(e),i(this,`slow`,void 0),i(this,`fast`,void 0),this.slow=this.fast=e.initial}updateSmoothedValue(e){this.slow=eu(this.slow,e,this.params.emaAlphaSlow),this.fast=eu(this.fast,e,this.params.emaAlphaFast),this.smoothed=(this.params.fastDirection>0?Math.max:Math.min)(this.slow,this.fast)}}class jh extends kh{constructor(e){super(e),i(this,`emaSmoothed`,void 0),this.emaSmoothed=e.initial}updateSmoothedValue(e){let t=tu(this.pastMeasures,this.takenMeasures);this.emaSmoothed=eu(this.emaSmoothed,e,this.params.emaAlpha),this.smoothed=nu(this.pastMeasures,this.takenMeasures,this.measuresCursor-1,this.params.basisTrendChangeCount)?this.emaSmoothed:t}}class Mh extends kh{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?eu(this.smoothed,e,this.params.emaAlpha):e}}class Nh{static getSmoothedValue(e,t,n){return n.type===`TwoEma`?new Ah({initial:e,emaAlphaSlow:n.emaAlphaSlow,emaAlphaFast:n.emaAlphaFast,changeThreshold:n.changeThreshold,fastDirection:t,deviationDepth:n.deviationDepth,deviationFactor:n.deviationFactor,label:`throughput`}):new jh({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 Mh(o({initial:e,label:`liveEdgeDelay`},t))}}import{assertNonNullable as Ph,combine as Fh,ErrorCategory as Ih,filter as Lh,filterChanged as Rh,fromEvent as zh,interval as Bh,isNonNullable as Vh,isNullable as Hh,map as Uh,now as Wh,throttle as Gh}from"@vkontakte/videoplayer-shared/es2015";var Kh=(e,t)=>{e&&e.playbackRate!==t&&(e.playbackRate=t)};import{isNullable as qh,ValueSubject as Jh}from"@vkontakte/videoplayer-shared/es2015";class Yh{constructor(e,t){i(this,`currentRepresentation$`,new Jh(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(!qh(e))for(let t of this.representations)for(let n of t){let t=n.segmentReference,r=t.segments.length,i=t.segments[0].time.from,a=t.segments[r-1].time.to;if(e<i||e>a)continue;let 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=Yh.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=>Yh.filterRepresentations(e.representations))}static filterRepresentations(e){return e?.filter(e=>e.kind===`text`&&`segmentReference`in e&&Bl(e.segmentReference))}}class Xh extends sh{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=Nh.getLiveBufferSmoothedValue(this.tuning.dashCmafLive.lowLatency.maxTargetOffset,o({},e.tuning.dashCmafLive.lowLatency.bufferEstimator))}seek(e){var t=this;return a(function*(){Ph(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)})()}setSourceDuration(){Ph(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(e){var t=this;return a(function*(){let{liveStallReinitInterval:n}=t.tuning.dash,{keepSilentStallWatchdogWhenNotActive:r}=t.tuning.dashCmafLive,i=t.currentStallDuration$.getValue(),a=t.liveStreamStatus$.getValue()===`active`;if(i%n===0){let n=t.normalizeLiveOffset(-1*t.livePositionFromPlayer$.getValue()*1e3);e.liveLastOffset=n,!a&&r?(t.liveWasInterrupted=!0,t.updateManifestUrlWithTimeOffset(n),t.manifest=yield t.updateManifest(),yield t.forcePositionToRepresentationInitialTime()):t.seek(n).catch(e=>{t.error$.next({id:`stallIntervalCallback`,category:Ih.VIDEO_PIPELINE,message:`stallIntervalCallback failed`,thrown:e})})}})()}updateManifest(){var e=()=>super.updateManifest,t=this;return a(function*(){let n=yield e().call(t);if(Hh(n))return null;if(Hh(n.live))return t.error$.next({id:`ManifestParsing`,category:Ih.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:Ih.VIDEO_PIPELINE,message:`seekLive after stream restore failed`,thrown:e})})}return n})()}prepareManifestUrlString(e,t){return oi(e,t,2)}updateManifestUrlWithTimeOffset(e){let t=this.liveStreamStatus$.getValue()===`active`?0:Wh()-this.liveStreamEndTimestamp,n=this.normalizeLiveOffset(e+t);this.isActiveLive$.next(n===0),this.manifestUrlString=oi(this.manifestUrlString,n,2)}createBuffers(e,t,n,r){Ph(this.manifest),super.createBuffers(e,t,n,r),Yh.isSupported(this.manifest.streams.text)&&!this.isLowLatency$.getValue()&&(this.liveTextManager=new Yh(this.manifest.streams.text,e))}initRepresentationSubscriptions(){Ph(this.element),Ph(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),Vh(this.liveTextManager)&&this.representationSubscription.add(this.liveTextManager.currentRepresentation$.subscribe(this.currentLiveTextRepresentation$))}initStreamDurationOnPauseSubscription(){var e=this;Ph(this.element);let{liveUpdateInterval:t}=this.tuning.dash,n=()=>Bh(t).subscribe(function(){var n=a(function*(n){let r=si(e.manifestUrlString,2);e.manifestUrlString=oi(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(zh(this.element,`pause`).subscribe(e=>{this.livePauseWatchdogSubscription=n(),this.representationSubscription.add(this.livePauseWatchdogSubscription)})),this.representationSubscription.add(zh(this.element,`play`).subscribe(e=>this.livePauseWatchdogSubscription?.unsubscribe()))}initLiveDurationSubscriptions(e){this.representationSubscription.add(this.liveDuration$.pipe(Rh()).subscribe(e=>this.liveStreamEndTimestamp=Wh())),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(Fh({isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(Uh(({isActiveLive:e,isLowLatency:t})=>e&&t),Rh(),Lh(e=>!this.isManualDecreasePlaybackInLive())).subscribe(e=>Kh(this.element,1))),this.representationSubscription.add(Fh({liveBuffer:this.liveBuffer.smoothed$,isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(Lh(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),Kh(this.element,s)}))}initLiveBufferInfoSubscriptions(e,t){this.representationSubscription.add(Fh({bufferLength:this.bufferLength$,isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(Lh(({bufferLength:e,isActiveLive:t,isLowLatency:n})=>t&&n&&!!e),Uh(({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(Fh({isLive:this.isLive$,rtt:this.throughputEstimator.rtt$,bufferLength:this.bufferLength$,segmentServerLatency:e.currentLiveSegmentServerLatency$}).pipe(Lh(({isLive:e})=>e),Rh((e,t)=>t.bufferLength<e.bufferLength),Uh(({rtt:e,bufferLength:t,segmentServerLatency:n})=>{let r=si(this.manifestUrlString,2);return(e/2+t+n+r)/1e3})).subscribe(this.liveLatency$))}initLiveMaintainSubscription(e){var t=this;let n=0;this.representationSubscription.add(Fh({liveLoadBufferLength:this.liveLoadBufferLength$,bufferLength:this.bufferLength$}).pipe(Gh(this.tuning.dash.liveUpdateInterval)).subscribe(function(){var r=a(function*({liveLoadBufferLength:r,bufferLength:i}){Ph(t.element);let a=t.element.playbackRate,o=si(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=oi(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:Ih.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 Zh extends Ed{constructor(e){super(e),this.textTracksManager.destroy()}getPlayer(){return new Xh({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 Th(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(Sh()).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(wh(e=>e.to)).subscribe(this.player.isLowLatency$)).add(yh({liveBufferTime:n.liveBufferTime$,liveAvailabilityStartTime:this.player.liveAvailabilityStartTime$}).pipe(wh(({liveBufferTime:e,liveAvailabilityStartTime:t})=>e&&t?e+t:void 0)).subscribe(n.liveTime$)).add(yh({liveDuration:this.player.liveDuration$,liveStreamStatus:this.player.liveStreamStatus$,playbackRate:bh(r.playbackRateState$,new Th(1))}).pipe(xh(({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||Ch(i)||(t=e-i)})).add(yh({time:n.liveBufferTime$,liveDuration:this.player.liveDuration$,playbackRate:bh(r.playbackRateState$,new Th(1))}).pipe(Sh((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||Ch(e)||Ch(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=Ll(e);this.params.output.availableTextTracks$.next([t])}})),this.params.tuning.dashCmafLive.externalStopControl||this.subscription.add(this.player.liveStreamStatus$.pipe(xh(e=>Eh(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 Qh,assertNonNullable as $h,combine as eg,debounce as tg,ErrorCategory as ng,filter as rg,filterChanged as ig,fromEvent as ag,isNonNullable as og,isNullable as sg,map as cg,merge as lg,observableFrom as ug,once as dg,Subscription as fg,throttle as pg}from"@vkontakte/videoplayer-shared/es2015";var mg=v(Wn(),1),hg=(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 gg,assertNonNullable as _g,combine as vg,ErrorCategory as yg,filter as bg,filterChanged as xg,flattenObject as Sg,fromEvent as Cg,getTraceSubscriptionMethod as wg,interval as Tg,isNonNullable as Eg,isNullable as Dg,map as Og,merge as kg,now as Ag,Subject as jg,Subscription as Mg,SubscriptionRemovable as Ng,tap as Pg,throttle as Fg,ValueSubject as G}from"@vkontakte/videoplayer-shared/es2015";var Ig=v(it(),1),Lg=v(kn(),1),Rg=v(Wn(),1),zg=v(Tn(),1);import{assertNever as Bg,ErrorCategory as Vg,Subject as Hg}from"@vkontakte/videoplayer-shared/es2015";var Ug=18,Wg=!1;try{Wg=F.browser.isSafari&&!!F.browser.safariVersion&&F.browser.safariVersion<=Ug}catch(e){console.error(e)}class Gg{constructor(e,t=!1){i(this,`bufferFull$`,new Hg),i(this,`error$`,new Hg),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:Vg.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=Wg&&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:Vg.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:Bg(t)}}}var Kg=Gg,qg=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 Jg,assertNonNullable as Yg,ErrorCategory as Xg,fromEvent as Zg,getExponentialDelay as Qg,isHigher as $g,isNonNullable as e_,isNullable as K,now as t_,once as n_,Subject as r_,Subscription as i_,ValueSubject as a_,isAbortError as o_}from"@vkontakte/videoplayer-shared/es2015";class s_{constructor(e,t,n,{fetcher:r,tuning:a,getCurrentPosition:o,isActiveLowLatency:l,compatibilityMode:u=!1,manifest:d}){i(this,`currentLiveSegmentServerLatency$`,new a_(0)),i(this,`currentLowLatencySegmentLength$`,new a_(0)),i(this,`currentSegmentLength$`,new a_(0)),i(this,`onLastSegment$`,new a_(!1)),i(this,`fullyBuffered$`,new a_(!1)),i(this,`playingRepresentation$`,new a_(void 0)),i(this,`playingRepresentationInit$`,new a_(void 0)),i(this,`error$`,new r_),i(this,`gaps`,[]),i(this,`subscription`,new i_),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 V),i(this,`switchAbortController`,new V),i(this,`destroyAbortController`,new V),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`,Jg(this.destroyAbortController.signal,function(){var e=c(function*(e){let t=this.representations.get(e);Yg(t,`Cannot find representation ${e}`),this.playingRepresentationId=e,this.downloadingRepresentationId=e,this.sourceBuffer=this.mediaSource.addSourceBuffer(`${t.mime}; codecs="${t.codecs}"`),this.sourceBufferTaskQueue=new Kg(this.sourceBuffer,this.tuning.dash.useAbortMSEFix),this.subscription.add(Zg(this.sourceBuffer,`updateend`).subscribe(()=>{this.checkEjectedSegments(),this.maintain()},e=>{let t,n=this.mediaSource.readyState;n!==`open`&&(t={id:`SegmentEjection_source_${n}`,category:Xg.VIDEO_PIPELINE,message:`Error when trying to clear segments ejected by browser`,thrown:e}),t??={id:`SegmentEjection`,category:Xg.VIDEO_PIPELINE,message:`Error when trying to clear segments ejected by browser`,thrown:e},this.error$.next(t)})),this.subscription.add(Zg(this.sourceBuffer,`error`).subscribe(()=>this.error$.next({id:`SourceBuffer`,category:Xg.VIDEO_PIPELINE,message:`SourceBuffer Error event fired`}))),this.subscription.add(this.sourceBufferTaskQueue.bufferFull$.subscribe(e=>{let t=this.getCurrentPosition();if(!this.sourceBuffer||!t||!R(this.mediaSource,this.sourceBuffer))return;this.bufferLimit=Math.min(this.bufferLimit,qg(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);Yg(n,`No init buffer for starting representation`),Yg(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`,Jg(this.destroyAbortController.signal,function(){var e=c(function*(e,t=!1){if(!R(this.mediaSource,this.sourceBuffer)||e===this.downloadingRepresentationId||e===this.switchingToRepresentationId)return;this.switchingToRepresentationId=e;let n=this.representations.get(e);Yg(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),Yg(r,`No segments for starting representation`),i=this.initData.get(e),!(!i||!(i instanceof ArrayBuffer)||!this.sourceBuffer||!R(this.mediaSource,this.sourceBuffer))){if(yield this.abort(),yield this.sourceBufferTaskQueue.append(i,this.downloadAbortController.signal),t)this.switchingToRepresentationId=void 0,this.downloadingRepresentationId=e,yield this.dropBuffer();else{let t=this.getCurrentPosition();e_(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`,Jg(this.destroyAbortController.signal,function(){var e=c(function*(e,t=!1){if(!R(this.mediaSource,this.sourceBuffer)||e===this.downloadingRepresentationId||e===this.switchingToRepresentationId)return;this.switchingToRepresentationId=e;let n=this.representations.get(e);Yg(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),Yg(r,`No segments for starting representation`),i=this.initData.get(e),!(!i||!(i instanceof ArrayBuffer)||!this.sourceBuffer||!R(this.mediaSource,this.sourceBuffer)))if(yield this.abort(),yield this.sourceBufferTaskQueue.append(i,this.downloadAbortController.signal),t)this.switchingToRepresentationId=void 0,this.downloadingRepresentationId=e,yield this.dropBuffer(),this.maintain();else{let t=this.getCurrentPosition();e_(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`,Jg(this.destroyAbortController.signal,function(){var e=c(function*(e){let t=Rg.default(e,e=>e.representations);if(!this.downloadingRepresentationId||!t.length)return;this.isSeekingLive=!0;for(let e of this.representations.keys()){let n=t.find(t=>t.id===e);n&&this.representations.set(e,n);let r=this.representations.get(e);if(!r||!Cm(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);Yg(r,`Representation not found by id ${n}`);let i=this.segments.get(n);Yg(i,`No segments for starting representation`);let a=this.initData.get(n);if(Yg(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){!R(this.mediaSource,this.sourceBuffer)||e===this.downloadingRepresentationId||e===this.switchingToRepresentationId||(this.switchAbortController.abort(),this.switchAbortController=new V,Jg(this.switchAbortController.signal,function(){var e=c(function*(e,t=!1){this.switchingToRepresentationId=e;let n=this.representations.get(e);Yg(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),Yg(r,`No segments for starting representation`),i=this.initData.get(e),!(!(i instanceof ArrayBuffer)||!this.sourceBuffer||!R(this.mediaSource,this.sourceBuffer))){if(yield this.abort(),yield this.sourceBufferTaskQueue.append(i,this.downloadAbortController.signal),t)this.switchingToRepresentationId=void 0,this.downloadingRepresentationId=e,yield this.dropBuffer();else{let t=this.getCurrentPosition();e_(t)&&!this.isLive&&(this.bufferLimit=this.forwardBufferTarget,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 V,e.abortBuffer()})()}maintain(e=this.getCurrentPosition()){if(K(e)||K(this.downloadingRepresentationId)||K(this.playingRepresentationId)||K(this.sourceBuffer)||!R(this.mediaSource,this.sourceBuffer)||e_(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(Yg(t,`No such representation ${this.downloadingRepresentationId}`),Yg(n,`No such representation ${this.playingRepresentationId}`),K(r)||K(i))return;let a=r.find(t=>e>=t.time.from&&e<t.time.to);e_(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=gm(n),s=gm(t),c=this.useSmartRepresentationSwitch&&this.tuning.dash.useNewRepresentationSwitch&&this.tuning.dash.useSmartRepresentationSwitch&&e_(i)&&e_(s)&&$g(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)&&qg(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(Ig.default(s,a))e=`high`;else{let t=Lg.default(s,0);t&&t.time.from-a.time.to>=this.forwardBufferTarget/2&&(e=`low`)}this.loadSegments(s,t,e).catch(e=>{this.handleAsyncError(e,`loadSegments`)})}(!this.preloadOnly&&!this.allInitsLoaded&&a&&a.status===`fed`&&!s.length&&this.getForwardBufferDuration(e)>3e3||this.isActiveLowLatency())&&this.loadNextInit();let c=Lg.default(r,-1);!this.isLive&&c&&(this.fullyBuffered$.next(c.time.to-e-this.getForwardBufferDuration(e)<100),this.onLastSegment$.next(e-c.time.from>0))}get lastDataObtainedTimestamp(){return this.lastDataObtainedTimestampMs}searchGaps(e,t){this.gaps=[];let n=0,r=this.isLive?this.liveInitialAdditionalOffset:0;for(let i of e)Math.trunc(i.time.from-n)>0&&this.gaps.push({representation:t.id,from:n,to:i.time.from+r,persistent:!0}),n=i.time.to;e_(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=Rg.default(t,e=>e.representations).find(e=>e.id===this.downloadingRepresentationId);if(!n)return;let r=this.segments.get(n.id);if(r?.length)return{from:r[0].time.from,to:r[r.length-1].time.to}}updateLive(e){if(!e||[...this.segments.values()].every(e=>!e.length))return;let t=Rg.default(e.streams[this.kind],e=>e.representations);for(let e of t){if(!e||!Cm(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=dc(n,-1)?.time.to??0,i=t?.findIndex(e=>r>=e.time.from+100&&r<=e.time.to+100);if(i===-1){this.liveUpdateSegmentIndex=0;let t=this.getActualLiveStartingSegments(e.segmentReference);this.segments.set(e.id,t)}else{let r=t.slice(i+1);this.segments.set(e.id,[...n,...r])}}}proceedLowLatencyLive(){let e=this.downloadingRepresentationId;Yg(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?Lg.default(e,-1)?.time.to:0)||0}setSmartRepresentationSwitch(e){this.useSmartRepresentationSwitch=e}updateLowLatencyLiveIfNeeded(e){let t=0;for(let n of this.representations.values()){let r=n.segmentReference;if(!Cm(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=Lf(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&&ap&&ap(this.gapDetectionIdleCallback),this.initLoadIdleCallback&&ap&&ap(this.initLoadIdleCallback),this.subscription.unsubscribe(),this.sourceBuffer)try{this.mediaSource.removeSourceBuffer(this.sourceBuffer)}catch(e){if(!(e instanceof DOMException&&e.name===`NotFoundError`))throw e}this.sourceBuffer=null,this.downloadAbortController.abort(),this.switchAbortController.abort(),this.destroyAbortController.abort(),window.clearTimeout(this.loadByteRangeSegmentsTimeoutId)}selectForwardBufferSegments(e,t,n){return this.isLive?this.selectForwardBufferSegmentsLive(e,n):this.selectForwardBufferSegmentsRecord(e,t,n)}selectForwardBufferSegmentsLive(e,t){let n=e.findIndex(e=>t>=e.time.from&&t<e.time.to);return this.playingRepresentationId!==this.downloadingRepresentationId&&(this.liveUpdateSegmentIndex=n),this.liveUpdateSegmentIndex<e.length?e.slice(this.liveUpdateSegmentIndex++):[]}selectForwardBufferSegmentsRecord(e,t,n){let r=this.getForwardBufferDuration(n),i=e.findIndex(({status:e,time:{from:t,to:i}},a)=>{let o=t>n||t<=n&&i>=n||a===0&&n===0,s=Math.min(this.forwardBufferTarget,this.bufferLimit),c=this.preloadOnly&&t<=n+s||r<s&&i-t>=s||i<=n+s;return(e===`none`||e===`partially_ejected`&&o&&c&&this.sourceBuffer&&R(this.mediaSource,this.sourceBuffer)&&!(hg(this.sourceBuffer.buffered,t)&&hg(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*(){Cm(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};r.activeSegments.add(i);let{range:a,url:o,signal:s,onProgress:l,onProgressTasks:u}=r.prepareTemplateFetchSegmentParams(e,t);r.failedDownloads&&s&&(yield Jg(s,c(function*(){let e=Qg(this.failedDownloads,this.tuning.downloadBackoff);yield new Promise(t=>setTimeout(t,e))}).bind(r))(),s.aborted&&r.abortActiveSegments([e]));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=t_(),!e)return;let c=new DataView(e),d=pm(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]),o_(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())Cm(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;for(let n of e)n.status=`downloading`,r.activeSegments.add({segment:n,loadedBytes:0,feedingBytes:0,fedBytes:0,representationId:t.id});let{range:i,url:a,signal:o,onProgress:s}=r.prepareByteRangeFetchSegmentParams(e,t);r.failedDownloads&&o&&(yield Jg(o,c(function*(){let e=Qg(this.failedDownloads,this.tuning.downloadBackoff);yield new Promise(t=>{this.loadByteRangeSegmentsTimeoutId=window.setTimeout(t,e),Zg(window,`online`).pipe(n_()).subscribe(()=>{t(),window.clearTimeout(this.loadByteRangeSegmentsTimeoutId)})})}).bind(r))(),o.aborted&&r.abortActiveSegments(e));try{yield r.fetcher.fetch(a,{range:i,onProgress:s,signal:o,priority:n,bufferOptimisation:r.tuning.dash.fetcherBufferOptimisation}),r.lastDataObtainedTimestampMs=t_(),r.failedDownloads=0}catch(t){r.abortActiveSegments(e),o_(t)||(r.failedDownloads++,r.updateRepresentationsBaseUrlIfNeeded())}})()}prepareByteRangeFetchSegmentParams(e,t){var n=this;if(Cm(t.segmentReference))throw Error(`Representation is not byte range type`);let r=t.segmentReference.url,i={from:Lg.default(e,0).byte.from,to:Lg.default(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=t_(),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:Xg.VIDEO_PIPELINE,message:`Error when feeding segments`,thrown:e})}});return function(t,n){return e.apply(this,arguments)}}()}}prepareTemplateFetchSegmentParams(e,t){if(!Cm(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=t_();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:Xg.VIDEO_PIPELINE,message:`Error when feeding segments`,thrown:e})}}:void 0,onProgressTasks:a}}abortActiveSegments(e){for(let t of this.activeSegments)Ig.default(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||!R(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=pm(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||!R(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=pm(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)||!R(this.mediaSource,this.sourceBuffer))){!this.isLive&&F.browser.isSafari&&this.tuning.useSafariEndlessRequestBugfix&&(hg(this.sourceBuffer.buffered,e.segment.time.from,100)&&hg(this.sourceBuffer.buffered,e.segment.time.to,100)||this.error$.next({id:`EmptyAppendBuffer`,category:Xg.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`,Sm(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=ip(()=>zg.default(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?Jg(r.destroyAbortController.signal,c(function*(){let e=Qg(this.failedDownloads,this.tuning.downloadBackoff);yield new Promise(t=>setTimeout(t,e))}).bind(r))():Promise.resolve()).then(()=>r.fetcher.fetchRepresentation(e.segmentReference,pm(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&&Cm(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:Xg.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||!R(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=Sm(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)Ig.default([`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||!R(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||!R(this.mediaSource,this.sourceBuffer)||!this.sourceBuffer.buffered.length))return{from:this.sourceBuffer.buffered.start(0),to:this.sourceBuffer.buffered.end(this.sourceBuffer.buffered.length-1)}}getForwardBufferDuration(e=this.getCurrentPosition()){return!this.sourceBuffer||!R(this.mediaSource,this.sourceBuffer)||!this.sourceBuffer.buffered.length||K(e)?0:th(this.sourceBuffer.buffered,e)}getForwardBufferRepresentations(e=this.getCurrentPosition()){if(this.forwardBufferRepresentations.clear(),e_(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}detectGaps(e,t){if(!(!this.sourceBuffer||!R(this.mediaSource,this.sourceBuffer)))for(let n of t){let t={representation:e,from:n.time.from,to:n.time.to,persistent:!1},{buffered:r}=this.sourceBuffer;for(let e=0;e<r.length;e++){let i=r.start(e)*1e3,a=r.end(e)*1e3;if(!(a<=n.time.from||i>=n.time.to)){if(i<=n.time.from&&a>=n.time.to){t=void 0;break}a>n.time.from&&a<n.time.to&&(t.from=a),i<n.time.to&&i>n.time.from&&(t.to=i)}}t&&t.to-t.from>1&&!this.gaps.some(e=>t&&e.from===t.from&&e.to===t.to)&&this.gaps.push(t)}}detectGapsWhenIdle(e,t){if(this.gapDetectionIdleCallback||!this.sourceBuffer||!R(this.mediaSource,this.sourceBuffer))return;let{buffered:n}=this.sourceBuffer,{usePersistentGaps:r}=this.tuning.dash;this.gaps=this.gaps.filter(e=>{if(r&&e.persistent)return!0;let t=Math.round(e.from),i=Math.round(e.to);for(let e=0;e<n.length;e++)if(t>=Math.round(n.start(e)*1e3)&&i<=Math.round(n.end(e)*1e3))return!1;return!0}),this.gapDetectionIdleCallback=ip(()=>{try{this.detectGaps(e,t)}catch(e){this.error$.next({id:`GapDetection`,category:Xg.WTF,message:`detectGaps threw`,thrown:e})}finally{this.gapDetectionIdleCallback=null}})}checkEjectedSegments(){if(K(this.sourceBuffer)||!R(this.mediaSource,this.sourceBuffer)||K(this.playingRepresentationId))return;let e=[];for(let t=0;t<this.sourceBuffer.buffered.length;t++){let n=Math.floor(this.sourceBuffer.buffered.start(t)*1e3),r=Math.ceil(this.sourceBuffer.buffered.end(t)*1e3);e.push({from:n,to:r})}for(let t of this.segments.values())for(let n of t){let{status:t}=n;if(t!==`fed`&&t!==`partially_ejected`)continue;let r=Math.floor(n.time.from),i=Math.ceil(n.time.to),a=e.some(e=>e.from-100<=r&&e.to+100>=i),o=e.filter(e=>r>=e.from&&r<e.to-100||i>e.from+100&&i<=e.to);a||(o.length===1||this.gaps.some(e=>e.from===n.time.from||e.to===n.time.to)?n.status=`partially_ejected`:n.status=`none`)}}handleAsyncError(e,t){this.error$.next({id:t,category:Xg.VIDEO_PIPELINE,thrown:e,message:`Something went wrong`})}}import{abortable as c_,assertNever as l_,fromEvent as u_,merge as d_,now as f_,Subject as p_,ValueSubject as m_,flattenObject as h_,ErrorCategory as g_,SubscriptionRemovable as __,getWindow as v_,suppressAbort as y_}from"@vkontakte/videoplayer-shared/es2015";class b_{constructor({throughputEstimator:e,requestQuic:t,tracer:n,compatibilityMode:r=!1,useEnableSubtitlesParam:a=!1}){i(this,`throughputEstimator`,void 0),i(this,`requestQuic`,void 0),i(this,`tracer`,void 0),i(this,`manifestRequested$`,new p_),i(this,`firstBytesManifest$`,new p_),i(this,`firstBytesRequested$`,new p_),i(this,`firstBytesReceived$`,new p_),i(this,`lastConnectionType$`,new m_(void 0)),i(this,`lastConnectionReused$`,new m_(void 0)),i(this,`lastRequestFirstBytes$`,new m_(void 0)),i(this,`lastConnectionMetrics$`,new m_(void 0)),i(this,`lastDownloadMetrics$`,new m_(void 0)),i(this,`recoverableError$`,new p_),i(this,`error$`,new p_),i(this,`abortAllController`,new V),i(this,`subscription`,new __),i(this,`compatibilityMode`,void 0),i(this,`useEnableSubtitlesParam`,void 0),i(this,`performanceObserver`,null),i(this,`pendingConnectionMetrics`,new Map),i(this,`fetchManifest`,c_(this.abortAllController.signal,function(){var e=c(function*(e){let t=this.tracer.createComponentTracer(`FetchManifest`),n=e;this.requestQuic&&(n=cf(n)),!this.compatibilityMode&&this.useEnableSubtitlesParam&&(n=Sf(n)),this.trackRequestStart(n,performance.now());let r=f_();this.manifestRequested$.next();let i=yield this.doFetch(n,{signal:this.abortAllController.signal}).catch(y_);if(i){let a=f_();t.log(`success`,h_({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)}return l}else return t.error(`error`,h_({url:n,message:`No data in request manifest`})),t.end(),null});return function(t){return e.apply(this,arguments)}}().bind(this))),i(this,`fetch`,c_(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}={}){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,v_().location.href);e.searchParams.append(`bytes`,`${n.from}-${n.to}`),d=e.toString();break}default:l_(t)}this.requestQuic&&(d=cf(d));let m=this.abortAllController.signal,h;if(a){let e=new V;if(h=d_(u_(this.abortAllController.signal,`abort`),u_(a,`abort`)).subscribe(()=>{try{e.abort()}catch(e){y_(e)}}),this.subscription.add(h),this.abortAllController.signal.aborted||a.aborted)try{e.abort()}catch(e){y_(e)}m=e.signal}let g=0,_=f_();p.log(`startRequest`,h_({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},{ignoreNetworkErrors:u}),y=f_();if(!v)return p.error(`error`,{message:`No response in request`}),p.end(),this.unsubscribeAbortSubscription(h),null;if(this.throughputEstimator?.addRawRtt(y-_),!v.ok||!v.body){this.unsubscribeAbortSubscription(h);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){this.unsubscribeAbortSubscription(h);let e=f_(),t={requestStartedAt:_,requestEndedAt:e,duration:e-_};return p.log(`endRequest`,h_(t)),p.end(),v.arrayBuffer()}let b=v.body;if(o){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=>{this.unsubscribeAbortSubscription(h),T=!0,y_(e)},D=c_(m,function(){var e=c(function*({done:e,value:t}){if(g===0&&(this.lastRequestFirstBytes$.next(f_()-_),this.firstBytesReceived$.next()),m.aborted){this.unsubscribeAbortSubscription(h);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),this.unsubscribeAbortSubscription(h);let O=f_(),k={failed:T,requestStartedAt:_,requestEndedAt:O,duration:O-_};if(T)return p.error(`endRequest`,h_(k)),p.end(),null;if(g>0){let t=O-_,n=g/(t/1e3)*8/1024,r={bytes:g,speed:n,url:e};this.lastDownloadMetrics$.next(r)}return p.log(`endRequest`,h_(k)),p.end(),w.buffer});return function(t){return e.apply(this,arguments)}}().bind(this))),i(this,`fetchByteRangeRepresentation`,c_(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},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});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`,c_(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,v_().PerformanceObserver&&this.setupPerformanceObserver()}onHeadersReceived(e){let{type:t,reused:n}=lf(e);this.lastConnectionType$.next(t),this.lastConnectionReused$.next(n)}setupPerformanceObserver(){this.performanceObserver=new(v_()).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 v_().navigator))return`unknown`;let e=v_().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:g_.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:l_(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=yield zd(e,t);if(i.ok)return i;if(n?.ignoreNetworkErrors)return;let a=yield i.text(),o=parseInt(a);if(!isNaN(o))switch(o){case 1:r.recoverableError$.next({id:`VideoDataLinkExpiredError`,message:`Video data links have expired`,category:g_.FATAL,httpCode:i.status,UVBackendErrorCode:a});break;case 8:r.recoverableError$.next({id:`VideoDataLinkBlockedForFloodError`,message:`Url blocked for flood`,category:g_.FATAL,httpCode:i.status,UVBackendErrorCode:a});break;case 18:r.recoverableError$.next({id:`VideoDataLinkIllegalIpChangeError`,message:`Client IP has changed`,category:g_.FATAL,httpCode:i.status,UVBackendErrorCode:a});break;case 21:r.recoverableError$.next({id:`VideoDataLinkIllegalHostChangeError`,message:`Request HOST has changed`,category:g_.FATAL,httpCode:i.status,UVBackendErrorCode:a});break;default:r.error$.next({id:`GeneralVideoDataFetchError`,message:`Generic video data fetch error (${o})`,category:g_.FATAL,httpCode:i.status,UVBackendErrorCode:a})}})()}unsubscribeAbortSubscription(e){e&&(e.unsubscribe(),this.subscription.remove(e))}}import{isNullable as x_,ValueSubject as S_}from"@vkontakte/videoplayer-shared/es2015";class C_{constructor(e,t){i(this,`currentRepresentation$`,new S_(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(!x_(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=C_.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=>C_.filterRepresentations(e.representations))}static filterRepresentations(e){return e?.filter(e=>e.kind===`text`&&`segmentReference`in e&&Cm(e.segmentReference))}}var w_=[`timeupdate`,`progress`,`play`,`seeked`,`stalled`,`waiting`],T_=[`timeupdate`,`progress`,`loadeddata`,`playing`,`seeked`];class E_{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 Mg),i(this,`subscriptionRemovable`,new Ng),i(this,`representationSubscription`,new Mg),i(this,`fetcher`,void 0),i(this,`state$`,new I(`none`)),i(this,`currentVideoRepresentation$`,new G(void 0)),i(this,`currentVideoRepresentationInit$`,new G(void 0)),i(this,`currentAudioRepresentation$`,new G(void 0)),i(this,`currentVideoSegmentLength$`,new G(0)),i(this,`currentAudioSegmentLength$`,new G(0)),i(this,`error$`,new jg),i(this,`manifestRequested$`,new jg),i(this,`firstBytesManifest$`,new jg),i(this,`manifestReceived$`,new jg),i(this,`firstBytesRequested$`,new jg),i(this,`firstBytesReceived$`,new jg),i(this,`lastConnectionType$`,new G(void 0)),i(this,`lastConnectionReused$`,new G(void 0)),i(this,`lastRequestFirstBytes$`,new G(void 0)),i(this,`lastConnectionMetrics$`,new G(void 0)),i(this,`lastDownloadMetrics$`,new G(void 0)),i(this,`currentLiveTextRepresentation$`,new G(null)),i(this,`timeoutSourceOpenId`,void 0),i(this,`isLive$`,new G(!1)),i(this,`isActiveLive$`,new G(!1)),i(this,`isLowLatency$`,new G(!1)),i(this,`liveDuration$`,new G(0)),i(this,`liveSeekableDuration$`,new G(0)),i(this,`liveAvailabilityStartTime$`,new G(0)),i(this,`liveStreamStatus$`,new G(void 0)),i(this,`bufferLength$`,new G(0)),i(this,`liveLatency$`,new G(void 0)),i(this,`liveLoadBufferLength$`,new G(0)),i(this,`livePositionFromPlayer$`,new G(0)),i(this,`currentStallDuration$`,new G(0)),i(this,`videoLastDataObtainedTimestamp$`,new G(0)),i(this,`fetcherRecoverableError$`,new jg),i(this,`fetcherError$`,new jg),i(this,`liveStreamEndTimestamp`,0),i(this,`liveBuffer`,void 0),i(this,`isUpdatingLive`,!1),i(this,`isJumpGapAfterSeekLive`,!1),i(this,`forceEnded$`,new jg),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,`destroyController`,new V),i(this,`initManifest`,gg(this.destroyController.signal,function(){var e=c(function*(e,t,n){this.tracer.log(`initManifest`),this.element=e,this.manifestUrlString=oi(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:yg.PARSER,message:`No playable video representations`})});return function(t,n,r){return e.apply(this,arguments)}}().bind(this))),i(this,`updateManifest`,gg(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:yg.NETWORK,message:`Failed to load manifest`,thrown:e})});if(!e)return null;let t=null;try{t=Rf(e??``,this.manifestUrlString),this.manifestReceived$.next()}catch(t){let n=Hd(e)??{id:`ManifestParsing`,category:yg.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=Ai())==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:yg.VIDEO_PIPELINE,message:`seekLive after stream restore failed`,thrown:e})})}}let r={text:t.streams.text,video:[],audio:[]},i,a;for(let e of[`video`,`audio`]){let o=t.streams[e].filter(({mime:t,codecs:r})=>n(e,t,r));r[e]=o;let s;if(this.tuning.dash.codecsPrioritizeEnabled){let t=o.map(({codecs:e})=>e);e===`audio`&&(a=Yf(t),s=a[0]),e===`video`&&(i=Jf(t),s=this.forceVideoCodec&&ya(i,this.forceVideoCodec)?this.forceVideoCodec:i[0]),s&&(r[e]=o.filter(({codecs:e})=>Xf(e)===s))}else s=qf(new Set(o.map(({codecs:e})=>e))),s&&(r[e]=o.filter(({codecs:e})=>e.startsWith(s)));if(e===`video`){let e=this.tuning.preferHDR,t=r.video.some(e=>e.hdr),n=r.video.some(e=>!e.hdr);F.display.isHDR&&e&&t?r.video=r.video.filter(e=>e.hdr):n&&(r.video=r.video.filter(e=>!e.hdr));let{videoStreamRepresentaionsFilter:i}=this.tuning.dash;i.length&&rh(r,i)}}let s=o(o({},t),{},{streams:r});return this.tuning.dash.codecsPrioritizeEnabled&&(s.codecs={video:i,audio:a}),this.tracer.log(`updateManifestEnd`,Sg(s)),s}).bind(this))),i(this,`initRepresentations`,gg(this.destroyController.signal,function(){var e=c(function*(e,t,n){var r=this;this.tracer.log(`initRepresentationsStart`,Sg({initialVideo:e,initialAudio:t,sourceHls:n})),_g(this.manifest),_g(this.element),this.representationSubscription.unsubscribe(),this.state$.startTransitionTo(`representations_ready`);let i=e=>{this.representationSubscription.add(Cg(e,`error`).pipe(bg(e=>!!this.element?.played.length)).subscribe(e=>{this.error$.next({id:`VideoSource`,category:yg.VIDEO_PIPELINE,message:`Unexpected video source error`,thrown:e})}))};this.source=Ni();let o=document.createElement(`source`);if(i(o),o.src=URL.createObjectURL(this.source),this.element.appendChild(o),ji())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 s_(`video`,this.source,c,s),this.bufferManagers=[this.videoBufferManager],Eg(t)){let e=this.manifest.streams.audio.reduce((e,t)=>[...e,...t.representations],[]);this.audioBufferManager=new s_(`audio`,this.source,e,s),this.bufferManagers.push(this.audioBufferManager)}if(C_.isSupported(this.manifest.streams.text)&&!this.isLowLatency$.getValue()&&(this.liveTextManager=new C_(this.manifest.streams.text,s)),this.representationSubscription.add(this.fetcher.lastRequestFirstBytes$.subscribe(this.lastRequestFirstBytes$)),this.representationSubscription.add(kg(...T_.map(e=>Cg(this.element,e))).pipe(Og(e=>this.element?th(this.element.buffered,this.element.currentTime*1e3):0),xg(),Pg(e=>{e>this.tuning.dash.bufferEmptinessTolerance&&this.stopStallWatchdogSubscription()})).subscribe(this.bufferLength$)),this.representationSubscription.add(kg(Cg(this.element,`ended`),this.forceEnded$).subscribe(()=>{this.stopStallWatchdogSubscription()})),this.isLive$.getValue()){this.subscription.add(this.liveDuration$.pipe(xg()).subscribe(e=>this.liveStreamEndTimestamp=Ag())),this.subscription.add(Cg(this.element,`pause`).subscribe(()=>{let{liveUpdateInterval:e}=this.tuning.dash;this.livePauseWatchdogSubscription=Tg(e).subscribe(t=>{let n=si(this.manifestUrlString,2);this.manifestUrlString=oi(this.manifestUrlString,n+e,2),this.liveStreamStatus$.getValue()===`active`&&this.updateManifest()}),this.subscription.add(this.livePauseWatchdogSubscription)})).add(Cg(this.element,`play`).subscribe(e=>this.livePauseWatchdogSubscription?.unsubscribe())),this.representationSubscription.add(vg({isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(Og(({isActiveLive:e,isLowLatency:t})=>e&&t),xg()).subscribe(e=>{this.isManualDecreasePlaybackInLive()||Kh(this.element,1)})),this.representationSubscription.add(vg({bufferLength:this.bufferLength$,isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(bg(({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(vg({isLive:this.isLive$,rtt:this.throughputEstimator.rtt$,bufferLength:this.bufferLength$,segmentServerLatency:this.videoBufferManager.currentLiveSegmentServerLatency$}).pipe(bg(({isLive:e})=>e),xg((e,t)=>t.bufferLength<e.bufferLength),Og(({rtt:e,bufferLength:t,segmentServerLatency:n})=>{let r=si(this.manifestUrlString,2);return(e/2+t+n+r)/1e3})).subscribe(this.liveLatency$)),this.representationSubscription.add(vg({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),Kh(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(vg({liveLoadBufferLength:this.liveLoadBufferLength$,bufferLength:this.bufferLength$}).pipe(Fg(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=si(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=oi(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:yg.VIDEO_PIPELINE,thrown:e,message:`Failed to update live with subscription`})}))}let l=vg({allBuffersFull:kg(...this.bufferManagers.map(e=>e.fullyBuffered$)).pipe(Og(()=>this.bufferManagers.every(e=>e.fullyBuffered$.getValue()))),someBufferEnded:kg(...this.bufferManagers.map(e=>e.onLastSegment$)).pipe(Og(()=>this.bufferManagers.some(e=>e.onLastSegment$.getValue())))}).pipe(xg(),Og(({allBuffersFull:e,someBufferEnded:t})=>e&&t),bg(e=>e));if(this.representationSubscription.add(kg(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:yg.VIDEO_PIPELINE,message:`Failed to end MediaSource stream`,thrown:e})}})),this.representationSubscription.add(kg(...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:yg.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,...mg.default(mg.default([...this.manifest.streams.audio,...this.manifest.streams.video],e=>e.representations),e=>{let t=[];return e.duration&&t.push(e.duration),Cm(e.segmentReference)&&e.segmentReference.totalSegmentsDurationMs&&t.push(e.segmentReference.totalSegmentsDurationMs),t})];this.source.duration=Math.max(...e)/1e3}this.audioBufferManager&&Eg(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=Tg(this.tuning.gapWatchdogInterval).subscribe(()=>this.jumpGap(),e=>{this.error$.next({id:`GapWatchdog`,category:yg.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.fetcher=new b_({throughputEstimator:this.throughputEstimator,requestQuic:this.tuning.requestQuick,compatibilityMode:e.compatibilityMode,tracer:this.tracer,useEnableSubtitlesParam:e.tuning.useEnableSubtitlesParam}),this.subscription.add(this.fetcher.recoverableError$.subscribe(this.fetcherRecoverableError$)),this.subscription.add(this.fetcher.error$.subscribe(this.fetcherError$)),this.subscription.add(this.fetcher.manifestRequested$.subscribe(this.manifestRequested$)),this.subscription.add(this.fetcher.firstBytesManifest$.subscribe(this.firstBytesManifest$)),this.subscription.add(this.fetcher.firstBytesRequested$.subscribe(this.firstBytesRequested$)),this.subscription.add(this.fetcher.firstBytesReceived$.subscribe(this.firstBytesReceived$)),this.subscription.add(this.fetcher.lastConnectionType$.subscribe(this.lastConnectionType$)),this.subscription.add(this.fetcher.lastConnectionReused$.subscribe(this.lastConnectionReused$)),this.subscription.add(this.fetcher.lastConnectionMetrics$.subscribe(this.lastConnectionMetrics$)),this.subscription.add(this.fetcher.lastDownloadMetrics$.subscribe(this.lastDownloadMetrics$)),this.liveBuffer=Nh.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*(){_g(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:Ag()-this.liveStreamEndTimestamp,n=this.normalizeLiveOffset(e+t);this.isActiveLive$.next(n===0),this.manifestUrlString=oi(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(){_g(this.element),this.state$.setState(`running`),this.subscription.add(kg(...w_.map(e=>Cg(this.element,e)),Cg(window,`online`)).subscribe(()=>this.tick(),e=>{this.error$.next({id:`DashVKPlayer`,category:yg.WTF,message:`Internal logic error`,thrown:e})})),this.subscription.add(Cg(this.element,`progress`).subscribe(()=>{this.element&&this.element.readyState===2&&!this.element.seeking&&(this.element.currentTime=this.element.currentTime)})),this.subscription.add(Cg(this.element,`waiting`).subscribe(()=>{this.tuning.dash.useVideoElementWaitingCurrentTimeReassign&&this.element&&this.element.readyState===2&&!this.element.seeking&&hg(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=Tg(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=Ag(),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:yg.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`,Sg(c))},e=>{this.error$.next({id:`StallWatchdogCallback`,category:yg.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.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*(){_g(n.element),_g(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),!hg(n.element.buffered,r)&&(yield Promise.all([n.videoBufferManager.abort(),n.audioBufferManager?.abort()])),Dg(n.element)||Dg(n.videoBufferManager)||(n.videoBufferManager.maintain(r),n.audioBufferManager?.maintain(r),n.element.currentTime=r/1e3,n.tracer.log(`seek`,Sg({requestedPosition:e,forcePrecise:t,position:r})))})()}warmUpMediaSourceIfNeeded(e=this.element?.currentTime){Eg(this.element)&&Eg(this.source)&&Eg(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()}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=wg(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`,Sg(n)))}}calculateDurationFromSegments(){return Math.max(this.videoBufferManager?.calculateDurationFromSegments()||0,this.audioBufferManager?.calculateDurationFromSegments()||0)}}class D_{constructor(e){i(this,`scene3D`,void 0),i(this,`subscription`,new fg),i(this,`volumeSubscription`,new fg),i(this,`videoState`,new I(`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`,void 0),i(this,`droppedFramesManager`,new il),i(this,`stallsManager`,new su),i(this,`elementSizeManager`,new mu),i(this,`abrManager`,new Td),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 As),i(this,`audioTrackSwitchHistory`,new As),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`),P(this.params.desiredState.playbackState,`stopped`,!0));return}switch(e){case`stopped`:this.videoState.startTransitionTo(`ready`),this.prepare();return;case`ready`:t===`paused`?(this.videoState.setState(`paused`),P(this.params.desiredState.playbackState,`paused`)):t===`playing`?(this.videoState.startTransitionTo(`playing`),this.playIfAllowed()):n?.to===`ready`&&P(this.params.desiredState.playbackState,`ready`);return;case`playing`:t===`paused`?(this.videoState.startTransitionTo(`paused`),this.video.paused?this.videoState.setState(`paused`):this.video.pause()):t===`playing`&&this.video.paused?this.playIfAllowed():n?.to===`playing`&&P(this.params.desiredState.playbackState,`playing`);return;case`paused`:t===`playing`?(this.videoState.startTransitionTo(`playing`),this.playIfAllowed()):n?.to===`paused`&&P(this.params.desiredState.playbackState,`paused`);return;default:return Qh(e)}}}),i(this,`init3DScene`,e=>{if(this.scene3D)return;this.scene3D=new Gl(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)}),this.textTracksManager=new ko(e.source.url),this.params=e,this.video=no(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(Ks(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 E_({throughputEstimator:this.params.dependencies.throughputEstimator,tuning:this.params.tuning,compatibilityMode:this.params.source.compatibilityMode,tracer:this.tracer,forceVideoCodec:this.params.forceVideoCodec}),this.subscribe()}getProviderSubscriptionInfo(){let{output:e,desiredState:t}=this.params;sg(this.observableVideo)&&(this.observableVideo=Zo(this.video),this.subscription.add(()=>this.observableVideo?.destroy()));let n=this.constructor.name,r=t=>{e.error$.next({id:n,category:ng.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(rg(e=>!!e.length),dg()).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(cg(e=>e.to.state!==`none`),ig());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$,tuning:this.params.tuning,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.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(rg(og),dg()),t.firstBytesEvent$),s(this.stallsManager.severeStallOccurred$,t.severeStallOccurred$),s(this.videoState.stateChangeEnded$.pipe(cg(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(So(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))})),vu({subscription:this.subscription,desiredState:n,videoElement$:this.params.output.element$,observableVideo:r}),this.subscription.add(Co(this.video,n.volume,r.volumeState$,i,{skipVideoElVolumeSync$:this.params.skipVideoElVolumeSync$})),this.subscription.add(wo(this.video,n.playbackRate,r.playbackRateState$,i)),this.elementSizeManager.connect({video:this.video,observableVideo:r}),s(ll(this.video,{threshold:this.params.tuning.autoTrackSelection.activeVideoAreaThreshold}),t.elementVisible$),this.subscription.add(r.playing$.subscribe(()=>{this.videoState.setState(`playing`),P(n.playbackState,`playing`),this.scene3D&&this.scene3D.play()},i)).add(r.pause$.subscribe(()=>{this.videoState.setState(`paused`),P(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`),P(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($h(e,`Manifest not loaded or empty`),!this.params.tuning.isAudioDisabled){let t=[];for(let n of e.audio){t.push(bm(n));let e=[];for(let t of n.representations){let r=_m(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(xm(t));let e=[];for(let n of t.representations){let r=gm(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=vm(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=lg(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$,ag(this.video,`progress`)).pipe(rg(()=>this.videoTracksMap.size>0)),{abrThrottle:u}=this.params.tuning.dash;u&&(l=l.pipe(pg(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);og(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(eg({videoState:this.videoState.stateChangeEnded$,autoVideoTrackState:lg(ug([n.autoVideoTrackSwitching.getState()]),n.autoVideoTrackSwitching.stateChangeEnded$.pipe(cg(e=>e.to)))}).pipe(cg(({videoState:e,autoVideoTrackState:t})=>e.to!==`stopped`&&t),ig()).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(ig()).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(xm(i));let o=this.player.calculateDurationFromSegments();o&&this.params.output.duration$.next(o/1e3)},i)),this.subscription.add(this.player.currentAudioRepresentation$.pipe(ig()).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(bm(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(cg(({to:e})=>e===`ready`),ig());this.subscription.add(lg(d,n.autoVideoTrackSwitching.stateChangeStarted$,this.player.state$.stateChangeEnded$,ug([`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(lg(d,this.player.state$.stateChangeEnded$,ug([`init`])).subscribe(()=>this.player.setPreloadOnly(n.playbackState.getState()===`ready`)));let f=lg(n.playbackState.stateChangeStarted$,n.videoTrack.stateChangeStarted$,n.seekState.stateChangeEnded$,this.videoState.stateChangeEnded$,ug([`init`])).pipe(tg(0));this.subscription.add(f.subscribe(this.syncPlayback,i))}selectVideoAudioRepresentations(){if(this.player.isStreamEnded)return;let e=this.params.tuning.useNewAutoSelectVideoTrack?Is:Fs,t=this.params.tuning.useNewAutoSelectVideoTrack?Gs:Ws,n=this.params.tuning.useNewAutoSelectVideoTrack?Hs:Us,{desiredState:r,output:i}=this.params,a=r.autoVideoTrackSwitching.getState(),o=r.videoTrack.getState()?.id,s=[...this.videoTracksMap.keys()].find(({id:e})=>e===o),c=i.currentVideoTrack$.getValue(),l=r.videoStream.getState()??(s&&this.videoTracksMap.get(s)?.stream)??this.videoStreamsMap.size===1?this.videoStreamsMap.keys().next().value:void 0;if(!l)return;let u=[...this.videoStreamsMap.keys()].find(({id:e})=>e===l.id),d=u&&this.videoStreamsMap.get(u);if(!d)return;let f=th(this.video.buffered,this.video.currentTime*1e3),p;p=this.player.isActiveLive$.getValue()?this.player.isLowLatency$.getValue()?this.params.tuning.dashCmafLive.lowLatency.maxTargetOffset:this.params.tuning.dashCmafLive.normalizedLiveMinBufferSize:this.player.isLive$.getValue()?this.params.tuning.dashCmafLive.normalizedTargetMinBufferSize:a?this.params.tuning.dash.forwardBufferTargetAuto:this.params.tuning.dash.forwardBufferTargetManual;let m=(this.video.duration*1e3||1/0)-this.video.currentTime*1e3,h=Math.min(f/Math.min(p,m||1/0),1),g=r.audioStream.getState()??(this.audioStreamsMap.size===1?this.audioStreamsMap.keys().next().value:void 0),_=[...this.audioStreamsMap.keys()].find(({id:e})=>e===g?.id)??this.audioStreamsMap.keys().next().value,v=0;if(_){if(s&&!a){let t=e(s,d,this.audioStreamsMap.get(_)??[],this.params.tuning.autoTrackSelection.minVideoAudioRatio);v=Math.max(v,t?.bitrate??-1/0)}if(c){let t=e(c,d,this.audioStreamsMap.get(_)??[],this.params.tuning.autoTrackSelection.minVideoAudioRatio);v=Math.max(v,t?.bitrate??-1/0)}}this.abrManager.updateContext({isAuto:a,videoTracks:d,audioTracks:_?this.audioStreamsMap.get(_)??[]:[],currentVideoTrack:c,desiredVideoTrack:s,limits:this.params.desiredState.autoVideoTrackLimits.getState(),forwardBufferHealth:h,forwardVideoBufferRepresentations:this.player.getForwardBufferRepresentations(`video`),forwardAudioBufferRepresentations:this.player.getForwardBufferRepresentations(`audio`)});let y=s,b;this.params.tuning.dash.useNewAbr?(y=this.abrManager.autoSelectTrack(`video`),b=_&&this.abrManager.autoSelectTrack(`audio`)):((a||!y)&&(y=n(d,{container:this.elementSizeManager.getValue(),panelSize:this.params.panelSize,estimatedThroughput:this.params.dependencies.throughputEstimator.rttAdjustedThroughput$.getValue(),tuning:this.stallsManager.abrTuningParams,limits:this.params.desiredState.autoVideoTrackLimits.getState(),reserve:v,forwardBufferHealth:h,current:c,visible:this.params.output.elementVisible$.getValue(),history:this.videoTrackSwitchHistory,playbackRate:this.video.playbackRate,droppedVideoMaxQualityLimit:this.droppedFramesManager.droppedVideoMaxQualityLimit,stallsVideoMaxQualityLimit:this.stallsManager.videoMaxQualityLimit,stallsPredictedThroughput:this.stallsManager.predictedThroughput,abrLogger:this.params.dependencies.abrLogger})),b=_&&t(y,d,this.audioStreamsMap.get(_)??[],{estimatedThroughput:this.params.dependencies.throughputEstimator.rttAdjustedThroughput$.getValue(),stallsPredictedThroughput:this.stallsManager.predictedThroughput,tuning:this.stallsManager.abrTuningParams,forwardBufferHealth:h,history:this.audioTrackSwitchHistory,playbackRate:this.video.playbackRate,abrLogger:this.params.dependencies.abrLogger}));let x=this.videoTracksMap.get(y)?.representation,S=b&&this.audioTracksMap.get(b)?.representation;if(x&&S)return[x,S];if(x&&!S&&this.audioTracksMap.size===0)return[x,void 0]}prepare(e=0){this.player.initManifest(this.video,this.params.source.url,e)}playIfAllowed(){mc(this.video,()=>{this.params.output.soundProhibitedEvent$.next()}).then(e=>{e||(this.videoState.setState(`paused`),P(this.params.desiredState.playbackState,`paused`,!0))},e=>this.params.output.error$.next({id:`ForcePlay`,message:`play() failed even with workarounds`,category:ng.DOM,thrown:e}))}destroy(){this.subscription.unsubscribe(),this.volumeSubscription.unsubscribe(),this.droppedFramesManager.destroy(),this.stallsManager.destroy(),this.elementSizeManager.destroy(),this.destroy3DScene(),this.textTracksManager.destroy(),this.player.destroy(),this.params.output.element$.next(void 0),this.params.output.currentVideoStream$.next(void 0),ro(this.video,this.params.tuning),this.tracer.end()}}class O_ extends D_{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 k_,merge as A_,filter as j_,filterChanged as M_,isNullable as N_,map as P_,ValueSubject as F_,isNonNullable as I_}from"@vkontakte/videoplayer-shared/es2015";class L_ extends D_{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 F_(1);a(r.playbackRateState$,o),(this.params.tuning.dashCmafLive.catchupLiveForMutedInactiveTab||this.params.tuning.live.catchupLiveForMutedInactiveTab)&&this.subscription.add(n.elementVisible$.pipe(M_()).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(P_(e=>e.to)).subscribe(this.player.isLowLatency$)).add(k_({liveBufferTime:n.liveBufferTime$,liveAvailabilityStartTime:this.player.liveAvailabilityStartTime$}).pipe(P_(({liveBufferTime:e,liveAvailabilityStartTime:n})=>e&&n?e*1e3+n+t:void 0)).subscribe(n.liveTime$)).add(k_({liveDuration:this.player.liveDuration$,liveStreamStatus:this.player.liveStreamStatus$,playbackRate:A_(r.playbackRateState$,new F_(1))}).pipe(j_(({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||N_(i)||(t=e-i)})).add(k_({time:n.liveBufferTime$,liveDuration:this.player.liveDuration$,playbackRate:A_(r.playbackRateState$,new F_(1))}).pipe(M_((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||N_(e)||N_(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=ym(e);this.params.output.availableTextTracks$.next([t])}})),this.params.tuning.dashCmafLive.externalStopControl||this.subscription.add(this.player.liveStreamStatus$.pipe(j_(e=>I_(e))).subscribe(e=>n.isLiveEnded$.next(e===`unpublished`&&n.position$.getValue()===0)))}seek(e){this.params.output.willSeekEvent$.next();let t=-e,n=Math.trunc(t/1e3<=Math.abs(this.params.output.duration$.getValue())?t:0);this.player.seekLive(n).then(()=>{this.params.output.position$.next(e/1e3)})}}var R_=`X-Playback-Duration`,z_=function(){var e=a(function*(e){let t=yield zd(e),n=yield t.text(),r=/#EXT-X-VK-PLAYBACK-DURATION:(\d+)/m.exec(n)?.[1];return r?parseInt(r,10):t.headers.has(R_)?parseInt(t.headers.get(R_),10):void 0});return function(t){return e.apply(this,arguments)}}();import{assertNever as B_,combine as V_,debounce as H_,ErrorCategory as U_,filter as W_,filterChanged as G_,isNonNullable as K_,isNullable as q_,map as J_,merge as Y_,observableFrom as X_,Subscription as Z_,ValueSubject as Q_,VideoQuality as $_}from"@vkontakte/videoplayer-shared/es2015";var ev=v(Vt(),1);import{videoSizeToQuality as tv,getExponentialDelay as nv}from"@vkontakte/videoplayer-shared/es2015";var rv=e=>{let t=null;if(e.QUALITY&&(t=$o(e.QUALITY)),!t&&e.RESOLUTION){let[n,r]=e.RESOLUTION.split(`x`).map(e=>parseInt(e,10));t=tv({width:n,height:r})}return t??null},iv=(e,t)=>{let n=e.split(`
215
- `),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=ev.default(o[1].split(`,`).map(e=>e.split(`=`))),a=i.QUALITY??`stream-${i.BANDWIDTH}`,s=rv(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=ev.default(s[1].split(`,`).map(e=>{let t=e.indexOf(`=`);return[e.substring(0,t),e.substring(t+1)]}).map(([e,t])=>[e,t.replace(/^"|"$/g,``)])),t=e.URI?.replace(/playlist$/,`subtitles.vtt`),n=e.LANGUAGE,r=e.NAME;t&&n&&i.push({type:`internal`,id:n,label:r,language:n,url:t,isAuto:!1})}}}if(!r.length)throw Error(`Empty manifest`);return{qualityManifests:r,textTracks:i}},av=e=>new Promise(t=>{setTimeout(()=>{t()},e)}),ov=0,sv=function(){var e=a(function*(e,t=e,n,r){let i=yield(yield zd(e,r)).text();ov+=1;try{let{qualityManifests:e,textTracks:n}=iv(i,t);return{qualityManifests:e,textTracks:n}}catch{if(ov<=n.manifestRetryMaxCount)return yield av(nv(ov-1,{start:n.manifestRetryInterval,max:n.manifestRetryMaxInterval})),sv(e,t,n)}return{qualityManifests:[],textTracks:[]}});return function(t){return e.apply(this,arguments)}}(),cv=sv;import{isNonNullable as lv,Subscription as uv,throttle as dv,ValueSubject as fv,Subject as pv,ErrorCategory as mv}from"@vkontakte/videoplayer-shared/es2015";class hv{constructor(e,t,n,r,a){i(this,`params`,void 0),i(this,`subscription`,new uv),i(this,`abortControllers`,{destroy:new V,nextManifest:null}),i(this,`prepareUrl`,void 0),i(this,`currentTextTrackData`,null),i(this,`availableTextTracks$`,new fv(null)),i(this,`getCurrentTime$`,new fv(null)),i(this,`error$`,new pv),this.params={fetchManifestData:n,sourceUrl:r,downloadThreshold:a},this.subscription.add(e.pipe(dv(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 zd(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(`
216
- `),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(lv(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 V;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:mv.WTF,thrown:t,message:e})}}class gv{constructor(e){i(this,`subscription`,new Z_),i(this,`volumeSubscription`,new Z_),i(this,`videoState`,new I(`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 Q_([])),i(this,`maxSeekBackTime$`,void 0),i(this,`liveOffset`,new Ao),i(this,`manifestStartTime$`,new Q_(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`),P(this.params.desiredState.playbackState,`stopped`,!0));return}if(this.videoState.getTransition())return;let o=this.params.desiredState.seekState.getState();if(e===`stopped`){this.videoState.startTransitionTo(`ready`),this.prepare();return}if(r||i||a){let e=this.videoState.getState();this.videoState.setState(`changing_manifest`),this.videoState.startTransitionTo(e),this.prepare(),a&&this.params.output.autoVideoTrackLimits$.next(a.to),o.state===`none`&&this.params.desiredState.seekState.setState({state:`requested`,position:-this.liveOffset.getTotalOffset(),forcePrecise:!0});return}if(n?.to!==`paused`&&o.state===`requested`){this.videoState.startTransitionTo(`ready`),this.seek(o.position&&o.position-this.liveOffset.getTotalPausedTime()),this.prepare();return}switch(e){case`ready`:t===`ready`?P(this.params.desiredState.playbackState,`ready`):t===`paused`?(this.videoState.setState(`paused`),this.liveOffset.pause(),P(this.params.desiredState.playbackState,`paused`)):t===`playing`&&(this.videoState.startTransitionTo(`playing`),this.playIfAllowed());return;case`playing`:t===`paused`?(this.videoState.startTransitionTo(`paused`),this.liveOffset.pause(),this.video.paused?this.videoState.setState(`paused`):this.video.pause()):n?.to===`playing`&&P(this.params.desiredState.playbackState,`playing`);return;case`paused`:if(t===`playing`)if(this.videoState.startTransitionTo(`playing`),this.liveOffset.getTotalPausedTime()<this.params.config.maxPausedTime&&this.liveOffset.getTotalOffset()<this.maxSeekBackTime$.getValue())this.liveOffset.resume(),this.playIfAllowed(),this.params.output.position$.next(-this.liveOffset.getTotalOffset()/1e3);else{let e=this.liveOffset.getTotalOffset();e>=this.maxSeekBackTime$.getValue()&&(e=0,this.liveOffset.resetTo(e)),this.liveOffset.resume(),this.params.output.position$.next(-e/1e3),this.prepare()}else n?.to===`paused`&&(P(this.params.desiredState.playbackState,`paused`),this.liveOffset.pause());return;case`changing_manifest`:break;default:return B_(e)}}),this.params=e,this.video=no(e.container,e.tuning),this.params.output.element$.next(this.video),this.masterManifest={id:`master`,quality:$_.INVARIANT,url:this.params.source.url};let t=(e,t)=>cv(e,this.params.source.url,{manifestRetryInterval:this.params.tuning.manifestRetryInterval,manifestRetryMaxInterval:this.params.tuning.manifestRetryMaxInterval,manifestRetryMaxCount:this.params.tuning.manifestRetryMaxCount},t);this.params.tuning.useHlsLiveNewTextManager?this.liveTextManager=new hv(this.params.output.liveTime$,this.video,t,this.params.source.url,this.params.tuning.hlsLiveNewTextManagerDownloadThreshold):this.textTracksManager=new ko(e.source.url),t(this.generateLiveUrl()).then(({qualityManifests:e,textTracks:t})=>{e.length===0&&this.params.output.error$.next({id:`HlsLiveProviderInternal:empty_manifest`,category:U_.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:U_.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(Ks(this.params.source.url)),this.params.output.availableTextTracks$.next([]),this.params.desiredState.internalTextTracks.setState([]),this.maxSeekBackTime$=new Q_(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:U_.WTF,message:`HlsLiveProvider internal logic error`,thrown:t})},r=Zo(this.video);this.subscription.add(()=>r.destroy());let i=(e,t)=>this.subscription.add(e.subscribe(t,n));i(r.ended$,e.endedEvent$),i(r.error$,e.error$),i(r.isBuffering$,e.isBuffering$),i(r.currentBuffer$,e.currentBuffer$),i(r.currentBuffer$,e.currentNativeBuffer$),i(r.loadedMetadata$,e.firstBytesEvent$),i(r.loadedMetadata$,e.loadedMetadataEvent$),i(r.playing$,e.firstFrameEvent$),i(r.canplay$,e.canplay$),i(r.inPiP$,e.inPiP$),i(r.inFullscreen$,e.inFullscreen$),this.subscription.add(t.isLooped.stateChangeStarted$.subscribe(()=>t.isLooped.setState(!1),n)),this.subscription.add(Co(this.video,t.volume,r.volumeState$,n,{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(wo(this.video,t.playbackRate,r.playbackRateState$,n)),i(ll(this.video),e.elementVisible$),this.liveTextManager?(i(this.liveTextManager.getCurrentTime$,this.params.output.getCurrentTime$),i(this.liveTextManager.error$,this.params.output.error$)):this.textTracksManager&&this.textTracksManager.connect(this.video,t,e),this.subscription.add(r.playing$.subscribe(()=>{this.videoState.setState(`playing`),P(t.playbackState,`playing`)},n)).add(r.pause$.subscribe(()=>{this.videoState.setState(`paused`),P(t.playbackState,`paused`)},n)).add(r.canplay$.subscribe(()=>{this.videoState.getTransition()?.to===`ready`&&this.videoState.setState(`ready`),this.videoState.getState()===`playing`&&this.playIfAllowed()},n)),this.liveTextManager&&this.subscription.add(this.liveTextManager.availableTextTracks$.subscribe(e=>{e&&this.params.output.availableTextTracks$.next(e)})),this.subscription.add(this.maxSeekBackTime$.pipe(G_(),J_(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&&K_(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(Ks(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(V_({startTime:this.manifestStartTime$.pipe(W_(K_)),currentTime:r.timeUpdate$}).subscribe(({startTime:e,currentTime:t})=>this.params.output.liveTime$.next(e+t*1e3),n)),this.subscription.add(this.manifests$.pipe(J_(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=Y_(t.playbackState.stateChangeStarted$,t.seekState.stateChangeEnded$,t.videoTrack.stateChangeStarted$,t.autoVideoTrackSwitching.stateChangeStarted$,t.autoVideoTrackLimits.stateChangeStarted$,this.videoState.stateChangeEnded$,this.manifests$,X_([`init`])).pipe(H_(0));this.subscription.add(a.subscribe(this.syncPlayback,n));let o=!1;this.params.tuning.live.catchupLiveForMutedInactiveTab&&this.subscription.add(e.elementVisible$.pipe(G_()).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),ro(this.video,this.params.tuning)}prepare(){let e=this.selectManifest();if(q_(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=oi(r.toString(),this.liveOffset.getTotalOffset(),i);this.liveTextManager?.prepare(a),this.video.setAttribute(`src`,a),this.video.load(),z_(a).then(e=>{if(!q_(e))this.maxSeekBackTime$.next(e);else{let e=this.params.source.maxSeekBackTime??this.maxSeekBackTime$.getValue();(q_(e)||!isFinite(e))&&zd(a).then(e=>e.text()).then(e=>{let t=/#EXT-X-STREAM-INF[^\n]+\n(.+)/m.exec(e)?.[1];t&&z_(new URL(t,a).toString()).then(e=>{q_(e)||this.maxSeekBackTime$.next(e)})}).catch(()=>{})}})}playIfAllowed(){mc(this.video,()=>{this.params.output.soundProhibitedEvent$.next()}).then(e=>{e||(this.videoState.setState(`paused`),this.liveOffset.pause(),P(this.params.desiredState.playbackState,`paused`,!0))},e=>this.params.output.error$.next({id:`ForcePlay`,message:`play() failed even with workarounds`,category:U_.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=oi(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 _v,debounce as vv,ErrorCategory as yv,fromEvent as bv,isNonNullable as xv,isNullable as Sv,map as Cv,merge as wv,observableFrom as Tv,Subscription as Ev,ValueSubject as Dv,VideoQuality as Ov}from"@vkontakte/videoplayer-shared/es2015";class kv{constructor(e){i(this,`subscription`,new Ev),i(this,`volumeSubscription`,new Ev),i(this,`videoState`,new I(`stopped`)),i(this,`video`,void 0),i(this,`params`,void 0),i(this,`textTracksManager`,void 0),i(this,`masterManifest`,void 0),i(this,`manifests$`,new Dv([])),i(this,`unmuteAfterBrowserResetsHappened`,new Dv(!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`),P(this.params.desiredState.playbackState,`stopped`,!0));return}if(this.videoState.getTransition())return;let o=this.params.desiredState.seekState.getState();if(e===`stopped`){this.videoState.startTransitionTo(`ready`),this.prepare();return}if(r||i||a){let e=this.videoState.getState();this.videoState.setState(`changing_manifest`),this.videoState.startTransitionTo(e);let{currentTime:t}=this.video;this.prepare(),a&&this.params.output.autoVideoTrackLimits$.next(a.to),o.state===`none`&&this.params.desiredState.seekState.setState({state:`requested`,position:t*1e3,forcePrecise:!0});return}switch(n?.to!==`paused`&&o.state===`requested`&&this.seek(o.position),e){case`ready`:t===`ready`?P(this.params.desiredState.playbackState,`ready`):t===`paused`?(this.videoState.setState(`paused`),P(this.params.desiredState.playbackState,`paused`)):t===`playing`&&(this.videoState.startTransitionTo(`playing`),this.playIfAllowed());return;case`playing`:t===`paused`?(this.videoState.startTransitionTo(`paused`),this.video.paused?this.videoState.setState(`paused`):this.video.pause()):n?.to===`playing`&&P(this.params.desiredState.playbackState,`playing`);return;case`paused`:t===`playing`?(this.videoState.startTransitionTo(`playing`),this.playIfAllowed()):n?.to===`paused`&&P(this.params.desiredState.playbackState,`paused`);return;case`changing_manifest`:break;default:return _v(e)}}),this.textTracksManager=new ko(e.source.url),this.params=e,this.video=no(e.container,e.tuning),this.params.output.element$.next(this.video),this.masterManifest={id:`master`,quality:Ov.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(Ks(this.params.source.url)),this.params.output.autoVideoTrackLimitingAvailable$.next(!0),this.params.output.manifestRequested$.next(),cv(oi(this.params.source.url),this.params.source.url,{manifestRetryInterval:this.params.tuning.manifestRetryInterval,manifestRetryMaxInterval:this.params.tuning.manifestRetryMaxInterval,manifestRetryMaxCount:this.params.tuning.manifestRetryMaxCount}).then(({qualityManifests:e,textTracks:t})=>{this.params.output.firstBytesManifest$.next(),this.manifests$.next([this.masterManifest,...e]),this.params.output.manifestReceived$.next(),this.params.tuning.useNativeHLSTextTracks||this.params.desiredState.internalTextTracks.startTransitionTo(t)},e=>this.params.output.error$.next({id:`ExtractHlsQualities`,category:yv.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:yv.WTF,message:`HlsProvider internal logic error`,thrown:t})},r=Zo(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(Cv(e=>e.to)),this.params.output.playbackState$),this.subscription.add(So(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(wo(this.video,t.playbackRate,r.playbackRateState$,n)),vu({subscription:this.subscription,desiredState:t,videoElement$:this.params.output.element$,observableVideo:r}),this.subscription.add(Co(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`),P(t.playbackState,`playing`)},n)).add(r.pause$.subscribe(()=>{this.videoState.setState(`paused`),P(t.playbackState,`paused`)},n)).add(r.canplay$.subscribe(()=>{this.videoState.getTransition()?.to===`ready`&&this.videoState.setState(`ready`),this.videoState.getState()===`playing`&&this.playIfAllowed()},n).add(r.loadedMetadata$.subscribe(()=>{let e=this.params.desiredState.seekState.getState(),t=this.videoState.getTransition(),n=this.params.desiredState.videoTrack.getTransition(),r=this.params.desiredState.autoVideoTrackSwitching.getTransition();if(n&&xv(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(Ks(t.url)))}let i=this.params.desiredState.playbackRate.getState();if(i!==this.params.output.element$.getValue()?.playbackRate){let e=this.params.output.element$.getValue();e&&(this.params.desiredState.playbackRate.setState(i),e.playbackRate=i)}r&&this.params.desiredState.autoVideoTrackSwitching.setState(r.to),t&&t.from===`changing_manifest`&&this.videoState.setState(t.to),e.state===`requested`&&this.seek(e.position)},n))),this.params.tuning.changePlaybackStateToPausedWhenEnded&&this.subscription.add(r.ended$.subscribe(()=>{this.videoState.setState(`paused`),P(t.playbackState,`paused`)})),this.subscription.add(this.manifests$.pipe(Cv(e=>e.map(({id:e,quality:t,size:n,bandwidth:r,fps:i})=>({id:e,quality:t,size:n,fps:i,bitrate:r})))).subscribe(this.params.output.availableVideoTracks$,n)),!F.device.isIOS||!this.params.tuning.useNativeHLSTextTracks){let{textTracks:e}=this.video;this.subscription.add(wv(bv(e,`addtrack`),bv(e,`removetrack`),bv(e,`change`),Tv([`init`])).subscribe(()=>{for(let t=0;t<e.length;t++)e[t].mode=`hidden`},n))}let a=wv(t.playbackState.stateChangeStarted$,t.seekState.stateChangeEnded$,t.videoTrack.stateChangeStarted$,t.autoVideoTrackSwitching.stateChangeStarted$,t.autoVideoTrackLimits.stateChangeStarted$,this.videoState.stateChangeEnded$,this.manifests$,Tv([`init`])).pipe(vv(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),ro(this.video,this.params.tuning)}prepare(){let e=this.selectManifest();if(Sv(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(){mc(this.video,()=>{this.params.output.soundProhibitedEvent$.next()}).then(e=>{e||(this.videoState.setState(`paused`),P(this.params.desiredState.playbackState,`paused`,!0))},e=>this.params.output.error$.next({id:`ForcePlay`,message:`play() failed even with workarounds`,category:yv.DOM,thrown:e}))}seek(e){this.params.output.willSeekEvent$.next(),this.video.currentTime=e/1e3}}var Av=v(ct(),1),jv=v(Qe(),1),Mv=v(kn(),1);import{assertNever as Nv,assertNonNullable as Pv,debounce as Fv,ErrorCategory as Iv,isHigherOrEqual as Lv,isLowerOrEqual as Rv,isNonNullable as zv,merge as Bv,observableFrom as Vv,Subscription as Hv,map as Uv}from"@vkontakte/videoplayer-shared/es2015";class Wv{constructor(e){i(this,`subscription`,new Hv),i(this,`volumeSubscription`,new Hv),i(this,`videoState`,new I(`stopped`)),i(this,`video`,void 0),i(this,`trackUrls`,{}),i(this,`params`,void 0),i(this,`textTracksManager`,new ko),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`),P(this.params.desiredState.playbackState,`stopped`,!0));return}if(this.videoState.getTransition())return;let r=this.params.desiredState.autoVideoTrackLimits.getTransition(),i=this.params.desiredState.videoTrack.getTransition(),a=this.params.desiredState.seekState.getState();if(r&&e!==`ready`&&!i){this.handleQualityLimitTransition(r.to);return}if(e===`stopped`){this.videoState.startTransitionTo(`ready`),this.prepare();return}if(i){let{currentTime:e}=this.video;this.prepare(),a.state===`none`&&this.params.desiredState.seekState.setState({state:`requested`,position:e*1e3,forcePrecise:!0});return}switch(n?.to!==`paused`&&a.state===`requested`&&this.seek(a.position),e){case`ready`:t===`ready`?P(this.params.desiredState.playbackState,`ready`):t===`paused`?(this.videoState.setState(`paused`),P(this.params.desiredState.playbackState,`paused`)):t===`playing`&&(this.videoState.startTransitionTo(`playing`),this.playIfAllowed());return;case`playing`:t===`paused`?(this.videoState.startTransitionTo(`paused`),this.video.paused?this.videoState.setState(`paused`):this.video.pause()):n?.to===`playing`&&P(this.params.desiredState.playbackState,`playing`);return;case`paused`:t===`playing`?(this.videoState.startTransitionTo(`playing`),this.playIfAllowed()):n?.to===`paused`&&P(this.params.desiredState.playbackState,`paused`);return;default:return Nv(e)}}),this.params=e,this.video=no(e.container,e.tuning),this.params.output.element$.next(this.video),Av.default(this.params.source).reverse().forEach(([e,t],n)=>{let r=n.toString(10);this.trackUrls[r]={track:{quality:e,id:r},url:t}}),this.params.output.isLive$.next(!1),this.params.output.availableVideoTracks$.next(jv.default(this.trackUrls).map(({track:e})=>e)),this.params.output.availableAudioTracks$.next([]),this.params.output.isAudioAvailable$.next(!0),this.params.desiredState.autoVideoTrackSwitching.setState(!1),this.params.output.autoVideoTrackLimitingAvailable$.next(!0),this.subscribe()}subscribe(){let{output:e,desiredState:t}=this.params,n=t=>{e.error$.next({id:`MpegProvider`,category:Iv.WTF,message:`MpegProvider internal logic error`,thrown:t})},r=Zo(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(Uv(e=>e.to)),this.params.output.playbackState$),this.subscription.add(So(this.video,t.isLooped,n)),vu({subscription:this.subscription,desiredState:t,videoElement$:this.params.output.element$,observableVideo:r}),this.subscription.add(Co(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(wo(this.video,t.playbackRate,r.playbackRateState$,n)),i(ll(this.video),e.elementVisible$),this.subscription.add(r.playing$.subscribe(()=>{this.videoState.setState(`playing`),P(t.playbackState,`playing`)},n)).add(r.pause$.subscribe(()=>{this.videoState.setState(`paused`),P(t.playbackState,`paused`)},n)).add(r.canplay$.subscribe(()=>{this.videoState.getTransition()?.to===`ready`&&this.videoState.setState(`ready`);let e=this.params.desiredState.videoTrack.getTransition();if(e&&zv(e.to)){this.params.desiredState.videoTrack.setState(e.to),this.params.output.currentVideoTrack$.next(this.trackUrls[e.to.id].track);let t=this.params.desiredState.playbackRate.getState();if(t!==this.params.output.element$.getValue()?.playbackRate){let e=this.params.output.element$.getValue();e&&(this.params.desiredState.playbackRate.setState(t),e.playbackRate=t)}}this.videoState.getState()===`playing`&&!this.video.ended&&this.playIfAllowed()},n)),this.params.tuning.changePlaybackStateToPausedWhenEnded&&this.subscription.add(r.ended$.subscribe(()=>{this.videoState.setState(`paused`),P(t.playbackState,`paused`)})),this.textTracksManager.connect(this.video,t,e);let a=Bv(t.playbackState.stateChangeStarted$,t.videoTrack.stateChangeStarted$,t.seekState.stateChangeEnded$,t.autoVideoTrackLimits.stateChangeStarted$,this.videoState.stateChangeEnded$,Vv([`init`])).pipe(Fv(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),ro(this.video,this.params.tuning)}prepare(){let e=this.params.desiredState.videoTrack.getState()?.id;Pv(e,`MpegProvider: track is not selected`);let{url:t}=this.trackUrls[e];Pv(t,`MpegProvider: No url for ${e}`),this.params.tuning.requestQuick&&(t=cf(t)),this.video.setAttribute(`src`,t),this.video.load(),this.params.output.hostname$.next(Ks(t))}playIfAllowed(){mc(this.video,()=>{this.params.output.soundProhibitedEvent$.next()}).then(e=>{e||(this.videoState.setState(`paused`),P(this.params.desiredState.playbackState,`paused`,!0))},e=>this.params.output.error$.next({id:`ForcePlay`,message:`play() failed even with workarounds`,category:Iv.DOM,thrown:e}))}seek(e){this.params.output.willSeekEvent$.next(),this.video.currentTime=e/1e3}handleQualityLimitTransition(e){this.params.output.autoVideoTrackLimits$.next(e);let t=e=>{this.params.output.currentVideoTrack$.next(e),this.params.desiredState.videoTrack.startTransitionTo(e)},n=e=>{t(Hs(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=jv.default(this.trackUrls).map(e=>e.track);if(!r||!i||Ts(e,a[0].quality,Mv.default(a,-1)?.quality)){n();return}let o=e.max?Rv(r,e.max):!0,s=e.min?Lv(r,e.min):!0;o&&s||n(e)}}import{assertNever as Gv,debounce as Kv,merge as qv,observableFrom as Jv,Subscription as Yv,map as Xv,ValueSubject as Zv,ErrorCategory as Qv,VideoQuality as $v}from"@vkontakte/videoplayer-shared/es2015";import{ErrorCategory as ey}from"@vkontakte/videoplayer-shared/es2015";var ty=[`stun:videostun.mycdn.me:80`],ny=1e3,ry=3,iy=()=>null;class ay{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`,iy),i(this,`externalStopCallback`,iy),i(this,`externalErrorCallback`,iy),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:ty}]};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:ey.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),ny)}normalizeOptions(e={}){let t={stunServerList:ty,maxRetryNumber:ry,errorChanel:null};return e.stunServerList&&(t.stunServerList=e.stunServerList),e.maxRetryNumber&&e.maxRetryNumber>0&&(t.maxRetryNumber=e.maxRetryNumber),t}}class oy{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 I(`stopped`)),i(this,`liveStreamClient`,void 0),i(this,`maxSeekBackTime$`,new Zv(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`),P(this.params.desiredState.playbackState,`stopped`,!0));return}if(this.videoState.getTransition())return;let r=this.params.desiredState.videoTrack.getTransition();if(e===`stopped`){this.videoState.startTransitionTo(`ready`),this.prepare();return}if(r){this.prepare();return}switch(e){case`ready`:t===`paused`?(this.videoState.setState(`paused`),P(this.params.desiredState.playbackState,`paused`)):t===`playing`&&(this.videoState.startTransitionTo(`playing`),this.playIfAllowed());return;case`playing`:t===`paused`?(this.videoState.startTransitionTo(`paused`),this.video.paused?this.videoState.setState(`paused`):this.video.pause()):n?.to===`playing`&&P(this.params.desiredState.playbackState,`playing`);return;case`paused`:t===`playing`?(this.videoState.startTransitionTo(`playing`),this.playIfAllowed()):n?.to===`paused`&&P(this.params.desiredState.playbackState,`paused`);return;default:return Gv(e)}}),this.subscription=new Yv,this.volumeSubscription=new Yv,this.params=e,this.log=this.params.dependencies.logger.createComponentLog(`WebRTCLiveProvider`),this.video=no(e.container,e.tuning),this.liveStreamClient=new ay(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),ro(this.video,this.params.tuning)}subscribe(){let{output:e,desiredState:t}=this.params,n=t=>{e.error$.next({id:`WebRTCLiveProvider`,category:Qv.WTF,message:`WebRTCLiveProvider internal logic error`,thrown:t})};this.subscription.add(qv(this.videoState.stateChangeStarted$.pipe(Xv(e=>({transition:e,type:`start`}))),this.videoState.stateChangeEnded$.pipe(Xv(e=>({transition:e,type:`end`})))).subscribe(({transition:e,type:t})=>{this.log({message:`[videoState change] ${t}: ${JSON.stringify(e)}`})}));let r=Zo(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(ll(this.video),this.params.output.elementVisible$),this.subscription.add(r.durationChange$.subscribe(t=>{e.duration$.next(t===1/0?0:t)})).add(r.canplay$.subscribe(()=>{this.videoState.getTransition()?.to===`ready`&&this.videoState.setState(`ready`)},n)).add(r.pause$.subscribe(()=>{this.videoState.setState(`paused`)},n)).add(r.playing$.subscribe(()=>{this.videoState.setState(`playing`)},n)).add(r.error$.subscribe(e.error$)).add(this.maxSeekBackTime$.subscribe(this.params.output.duration$)).add(Co(this.video,t.volume,r.volumeState$,n,{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 Gv(n.to)}},n)).add(qv(t.playbackState.stateChangeStarted$,this.videoState.stateChangeEnded$,Jv([`init`])).pipe(Kv(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(Ks(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:$v.INVARIANT}),this.video.srcObject=e,P(this.params.desiredState.playbackState,`playing`)}onLiveStreamStop(){this.videoState.startTransitionTo(`stopped`),this.syncPlayback(),this.params.output.position$.next(0),this.params.output.duration$.next(0),this.params.output.currentBuffer$.next(void 0),this.params.output.currentNativeBuffer$.next(void 0),this.params.output.hostname$.next(void 0),this.params.output.endedEvent$.next()}onLiveStreamError(e){this.onLiveStreamStop(),this.params.output.error$.next({id:`WebRTC stream runtime error`,category:Qv.EXTERNAL_API,message:e.message,thrown:e})}playIfAllowed(){mc(this.video,()=>{this.params.output.soundProhibitedEvent$.next()}).then(e=>{e||(this.videoState.setState(`paused`),P(this.params.desiredState.playbackState,`paused`,!0))},e=>this.params.output.error$.next({id:`ForcePlay`,message:`play() failed even with workarounds`,category:Qv.DOM,thrown:e}))}prepare(){this.liveStreamClient.connect()}}class sy{constructor(e){i(this,`length`,void 0),i(this,`index`,void 0),i(this,`iterator`,void 0),i(this,`current`,void 0),this.length=e.length,this.iterator=e[Symbol.iterator](),this.next()}next(){this.current=this.iterator.next(),this.index=this.index===void 0?0:this.index+1}getValue(){if(this.current.done)throw Error(`Iterable is completed`);return this.current.value}isCompleted(){return!!this.current.done}isLast(){return this.index===this.length-1}}import{assertNever as cy,assertNonNullable as ly,ErrorCategory as uy,filter as dy,isNonNullable as fy,isNullable as py,map as my,merge as hy,once as gy,Subject as q,Subscription as _y,ValueSubject as J,flattenObject as vy,devNull as yy,getWindow as by}from"@vkontakte/videoplayer-shared/es2015";import{Observable as xy,map as Sy,Subscription as Cy,Subject as wy,now as Ty,combine as Ey}from"@vkontakte/videoplayer-shared/es2015";var Dy=e=>new xy(t=>{let n=new Cy,r=e.desiredPlaybackState$.stateChangeStarted$.pipe(Sy(({from:e,to:t})=>`${e}-${t}`)),i=e.desiredPlaybackState$.stateChangeEnded$,a=e.providerChanged$.pipe(Sy(({type:e})=>e!==void 0)),o=Ey({providerChanged:e.providerChanged$.pipe(Sy(({type:e})=>e!==void 0)),videoLastDataObtainedTimestamp:e.videoLastDataObtainedTimestamp$.pipe(Sy(e=>e??0)),stateChangeStarted:e.desiredPlaybackState$.stateChangeStarted$}).pipe(Sy(({providerChanged:t,videoLastDataObtainedTimestamp:n,stateChangeStarted:r})=>{let i=Ty()-n;return t||r?.to!==`playing`||i<e.playbackHangupNoDataThreshold})),s=e.useDelayedPlaybackHangupWithData?o:a,c=new wy,l=0,u=`unknown`;return n.add(r.subscribe(t=>{l&&window.clearTimeout(l),u=t,l=window.setTimeout(()=>c.next(t),e.maxTransitionInterval),z({m:`hangup.set`,l:t,id:l})})),n.add(i.subscribe(()=>{z({m:`hangup.cl`,id:l}),window.clearTimeout(l),u=`unknown`,l=0})),n.add(s.subscribe(t=>{l&&(z({m:`hangup.rs.0`,id:l}),window.clearTimeout(l),l=0,t&&(l=window.setTimeout(()=>c.next(u),e.maxTransitionInterval),z({m:`hangup.rs.1`,id:l})))})),n.add(c.subscribe(t)),()=>{window.clearTimeout(l),n.unsubscribe()}});import{ErrorCategory as Oy,Subscription as ky,combine as Ay,filter as jy,once as My}from"@vkontakte/videoplayer-shared/es2015";function Ny(){return new(window.AudioContext||window.webkitAudioContext)}class Py{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 V),i(this,`subscriptions`,new ky),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(jy(e=>!!e.type),My()).subscribe(({type:e})=>this.subscribe(e)))}subscribe(e){F.browser.isSafari&&e!==`MPEG`||this.subscriptions.add(Ay({video:this.providerOutput.element$,playbackState:this.providerOutput.playbackState$,volume:this.providerOutput.volume$}).pipe(jy(({playbackState:e,video:t,volume:{muted:n,volume:r}})=>e===`playing`&&!!t&&!n&&!!r),My()).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=Ny();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:Py.errorId,category:Oy.VIDEO_PIPELINE,message:e?.message??`${Py.errorId} exception`,thrown:e})}}i(Py,`errorId`,`VolumeMultiplierManager`);var Fy={chunkDuration:5e3,maxParallelRequests:5};class Iy{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),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 _y),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,`volumeMultiplierManager`,null),this.params=e,this.log=this.params.dependencies.logger.createComponentLog(`ProviderContainer`),this.tracer=e.dependencies.tracer.createComponentTracer(this.constructor.name);let t=Ji([...Gf(this.params.tuning),...Wf(this.params.tuning)]).filter(t=>fy(e.sources[t])),{forceFormat:n,formatsToAvoid:r}=this.params.tuning,a=[];a=n?[n]:r.length?[...t.filter(e=>!ya(r,e)),...t.filter(e=>ya(r,e))]:t,this.log({message:`Selected formats: ${a.join(` > `)}`}),this.tracer.log(`Selected formats`,vy(a)),this.screenFormatsIterator=new sy(a),this.chromecastFormatsIterator=new sy([...Kf(!0),...Kf(!1)].filter(t=>fy(e.sources[t]))),this.providerOutput.availableSources$.next(e.sources);let{volumeMultiplier:o=1,tuning:{useVolumeMultiplier:s}}=this.params;s&&o!==1&&Py.isSupported()&&(this.volumeMultiplierManager=new Py(this.providerOutput,this.current$,this.volumeMultiplierError$,o))}init(){z.reset(),this.subscription.add(this.initProviderErrorHandling()).add(this.params.dependencies.chromecastInitializer.connection$.subscribe(()=>{this.reinitProvider()})).add(this.providerOutput.availableVideoCodecs$.subscribe(e=>{!this.videoCodecsIterator&&e.length>1&&(this.videoCodecsIterator=new sy(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(py(t)){this.handleNoFormatsError(e);return}let n;try{n=this.createProvider(e,t)}catch(e){this.providerError$.next({id:`ProviderNotConstructed`,category:uy.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 cy(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);ly(n);let{useDashProviderVirtual:i,useDashProviderVirtualMobile:a}=this.params.tuning,{isMobile:c}=F.device;return!c&&i||c&&a?new vh(o(o({},s),{},{source:n,sourceHls:r,forceVideoCodec:this.videoCodecsIterator?.getValue()})):new O_(o(o({},s),{},{source:n,sourceHls:r,forceVideoCodec:this.videoCodecsIterator?.getValue()}))}case`DASH_LIVE_CMAF`:{let n=this.applyFailoverHost(t[e]);return ly(n),this.params.tuning.useDashProviderVirtual&&!F.device.isMobile||this.params.tuning.useDashProviderVirtualMobile&&F.device.isMobile?new Zh(o(o({},s),{},{source:n})):new L_(o(o({},s),{},{source:n}))}case`HLS`:case`HLS_ONDEMAND`:case`HLS_FMP4`:{let n=this.applyFailoverHost(t[e]);return ly(n),new kv(o(o({},s),{},{source:n}))}case`HLS_LIVE`:case`HLS_LIVE_CMAF`:{let n=this.applyFailoverHost(t[e]);return ly(n),new gv(o(o({},s),{},{source:n,config:{maxPausedTime:this.params.tuning.live.maxPausedTime},format:e}))}case`MPEG`:{let n=this.applyFailoverHost(t[e]);return ly(n),new Wv(o(o({},s),{},{source:n}))}case`DASH_LIVE`:{let n=this.applyFailoverHost(t[e]);return ly(n),new pl(o(o({},s),{},{source:n,config:o(o({},Fy),{},{maxPausedTime:this.params.tuning.live.maxPausedTime})}))}case`WEB_RTC_LIVE`:{let i=this.applyFailoverHost(t[e]);return ly(i),new oy({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 cy(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 _a){let{chromecastConnector:e}=this.params.dependencies.chromecastInitializer;return ly(e),new Zi(o(o({},a),{},{chromecastConnector:e}))}let s=this.params.dependencies.chromecastInitializer.connection$.getValue();return ly(s),new Ba(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 cy(e)}}skipFormat(e){switch(e){case`SCREEN`:return this.screenFormatsIterator.next();case`CHROMECAST`:return this.chromecastFormatsIterator.next();default:return cy(e)}}handleNoFormatsError(e){switch(e){case`SCREEN`:this.noAvailableProvidersError$.next(this.params.tuning.forceFormat),this.current$.next({type:void 0});return;case`CHROMECAST`:this.params.dependencies.chromecastInitializer.disconnect();return;default:return cy(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 xa.default(ba.default(e).map(([e,t])=>[e,n(t)]))}initProviderErrorHandling(){let e=new _y,t=!1,n=0;e.add(hy(this.providerOutput.error$.pipe(dy(e=>!this.params.tuning.ignoreAudioRendererError||!e.message||!/AUDIO_RENDERER_ERROR/gi.test(e.message))),Dy({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(my(e=>({id:`ProviderHangup:${e}`,category:uy.WTF,message:`A ${e} transition failed to complete within reasonable time`})))).subscribe(this.providerError$)),e.add(this.providerOutput.fetcherError$.subscribe(this.providerError$)),e.add(this.current$.subscribe(()=>{t=!1;let n=this.params.desiredState.playbackState.transitionEnded$.pipe(dy(({to:e})=>e===`playing`),gy()).subscribe(()=>t=!0);e.add(n)}));let r=()=>{let e=z.drain(),{logDashLiveDebug:t,sendDashLiveDebug:n}=this.params.tuning;if(t&&by().console.log(`===== DASH_LIVE DEBUG START ====
213
+ `})|(?<privateuse2>${e}))$`.replace(/[\s\t\n]/g,``);return new RegExp(t,`i`)}var Hc=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},Uc=(e,t)=>{let n=e;n=Oc(n,`$$`,`$`);let r={RepresentationID:t.representationId,Number:t.segmentNumber,Bandwidth:t.bandwidth,Time:t.segmentTime};for(let[e,t]of kc(r)){let r=RegExp(`\\$${e}(?:%0(\\d+)d)?\\$`,`g`);n=Oc(n,r,(e,n)=>Lc(t)?e:Lc(n)?t:Ac(t,parseInt(n,10),`0`))}return n},Wc=(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=jc(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?_=Hc(v):Mc(x).filter(e=>e).length&&!c?_=Mc(x).reduce((e,t)=>e+(Hc(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=Bc(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=c,g={id:e,language:u.language,isDefault:m===`main`,label:d,codecs:a,hdr:h===`video`&&Fc(a),mime:i,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())??``,v=new URL(m||s,t).toString(),y=e.getAttribute(`mimeType`)??i,b=e.getAttribute(`codecs`)??a??``,x;if(c===`text`){let t=e.getAttribute(`id`)||``,n=(u.privateuse==null?void 0:Nc(u.privateuse,`x-auto`))||Nc(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,h=s,g=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);g=Number.isFinite(r)?r:g;let a=t/c*1e3,s=g/c*1e3;for(let e=0;e<n+1;e++){let n=Uc(u,o(o({},i),{},{segmentNumber:h.toString(10),segmentTime:(g+e*t).toString(10)})),r=(s??0)+e*a,c=r+a;h++,d.push({time:{from:r,to:c},url:n})}g+=(n+1)*t,f+=(n+1)*a}m=g/c*1e3,p=Uc(u,o(o({},i),{},{segmentNumber:h.toString(10),segmentTime:g.toString(10)})),x={id:t,kind:`text`,segmentReference:{type:`template`,baseUrl:v,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:v}}else{let t=e.getAttribute(`contentType`)??y?.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?zc(u):void 0,m=`${e.getAttribute(`id`)??`id`+(S++).toString(10)}@${t===`video`?`${a}p`:t===`audio`?`${s}Kbps`:b}`,g=[...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:v,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=Uc(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=Uc(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=Uc(i,o(o({},t),{},{segmentNumber:e.toString(10),segmentTime:r.toString(10)}))}else if(Ic(_)){let e=parseInt(E.getAttribute(`duration`)??``,10)/n*1e3,r=Math.ceil(_/e),a=0;for(let n=1;n<r;n++){let r=Uc(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=Uc(i,o(o({},t),{},{segmentNumber:r.toString(10),segmentTime:a.toString(10)}))}w={type:`template`,baseUrl:v,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||!y)continue;let ee={video:`video`,audio:`audio`,text:`text`}[t];if(!ee)continue;h||=ee,x={id:m,kind:ee,segmentReference:w,profiles:g,duration:_,bitrate:s,mime:y,codecs:b,width:i,height:a,fps:f,quality:d}}g.language||=r,g.label||=f,g.mime||=y,g.codecs||=b,g.hdr||=h===`video`&&Fc(b),g.representations.push(x)}if(h){let e=r[h].find(e=>e.id===g.id);if(e&&g.representations.every(e=>e.segmentReference.type===`template`))for(let t of e.representations){let e=g.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[h].push(g)}}return{duration:_,streams:r,baseUrls:a,live:g}};import{stringAt as Gc}from"@vkontakte/videoplayer-shared/es2015";import{arrayIncludes as Kc}from"@vkontakte/videoplayer-shared/es2015";import{assertNever as qc}from"@vkontakte/videoplayer-shared/es2015";var Jc;(e=>{e.VP9=`vp9`,e.AV1=`av1`,e.NONE=`none`,e.SMOOTH=`smooth`,e.POWER_EFFICIENT=`power_efficient`})(Jc||={});var Yc=e=>{let{webmDecodingInfo:t}=j.video,n=`DASH_WEBM`,r=`DASH_WEBM_AV1`;switch(e){case`vp9`:return[n,r];case`av1`:return[r,n];case`none`:return[];case`smooth`:return t?t[r].smooth?[r,n]:t[n].smooth?[n,r]:[r,n]:[n,r];case`power_efficient`:return t?t[r].powerEfficient?[r,n]:t[n].powerEfficient?[n,r]:[r,n]:[n,r];default:qc(e)}},Xc=({webmCodec:e,androidPreferredFormat:t,iosPreferredFormat:n,preferMultiStream:r})=>{let i=[...r?[`DASH_STREAMS`]:[],...Yc(e),`DASH_SEP`,`DASH_ONDEMAND`,...r?[]:[`DASH_STREAMS`]],a=[...r?[`DASH_STREAMS`]:[],`DASH_SEP`,`DASH_ONDEMAND`,...r?[]:[`DASH_STREAMS`]];if(j.device.isAndroid)switch(t){case`mpeg`:return[`MPEG`,...i,`HLS`,`HLS_ONDEMAND`];case`hls`:return[`HLS`,`HLS_ONDEMAND`,...i,`MPEG`];case`dash`:return[...i,`HLS`,`HLS_ONDEMAND`,`MPEG`];case`dash_any_mpeg`:return[...a,`MPEG`,...Yc(e),`HLS`,`HLS_ONDEMAND`];case`dash_any_webm`:return[...Yc(e),`MPEG`,...a,`HLS`,`HLS_ONDEMAND`];case`dash_sep`:return[`DASH_SEP`,`MPEG`,...Yc(e),...a,`HLS`,`HLS_ONDEMAND`];default:qc(t)}if(j.video.nativeHlsSupported)switch(n){case`hls`:return[...i,`HLS`,`HLS_FMP4`,`HLS_ONDEMAND`,`MPEG`];case`hls_fmp4`:return[...i,`HLS_FMP4`,`HLS`,`HLS_ONDEMAND`,`MPEG`];default:qc(n)}return[...i,`HLS`,`HLS_ONDEMAND`,`MPEG`]},Zc=({androidPreferredFormat:e,preferCMAF:t,preferWebRTC:n})=>{let r=t?[`DASH_LIVE_CMAF`,`DASH_LIVE`]:[`DASH_LIVE`,`DASH_LIVE_CMAF`],i=t?[`HLS_LIVE_CMAF`,`HLS_LIVE`]:[`HLS_LIVE`,`HLS_LIVE_CMAF`],a=[...r,...i],o=[...i,...r],s,c=j.device.isMac&&j.browser.isSafari;if(j.device.isAndroid)switch(e){case`dash`:case`dash_any_mpeg`:case`dash_any_webm`:case`dash_sep`:s=a;break;case`hls`:case`mpeg`:s=o;break;default:qc(e)}else s=j.video.nativeHlsSupported&&!c&&!j.browser.isChromiumBased?o:c?t?[`DASH_LIVE_CMAF`,`HLS_LIVE_CMAF`,`HLS_LIVE`,`DASH_LIVE`]:[`HLS_LIVE`,`DASH_LIVE`,`DASH_LIVE_CMAF`,`HLS_LIVE_CMAF`]:a;return n?[`WEB_RTC_LIVE`,...s]:[...s,`WEB_RTC_LIVE`]},Qc=e=>e?[`HLS_LIVE`,`HLS_LIVE_CMAF`,`DASH_LIVE_CMAF`]:[`DASH_WEBM`,`DASH_WEBM_AV1`,`DASH_SEP`,`DASH_ONDEMAND`,`HLS`,`HLS_ONDEMAND`,`MPEG`],$c=e=>{if(e.size!==0){if(e.size===1)return Gc(e.values().next().value.split(`.`),0);for(let t of e){let e=Gc(t.split(`.`),0);if(e===`opus`||e===`vp09`||e===`av01`)return e}return Gc(e.values().next().value.split(`.`),0)}},el=e=>{let t=e.map(e=>nl(e)),{codecs:n}=j.video;return rl().filter(e=>{if(Kc(t,e))switch(e){case`av1`:return n.av1;case`vp9`:return n.vp9;case`avc1`:return n.h264;case`hev1`:return n.h265;default:return!1}else return!1})},tl=e=>{let t=e.map(e=>nl(e)),{codecs:n}=j.video;return il().filter(e=>{if(Kc(t,e))switch(e){case`opus`:return n.opus;case`mp4a`:return n.aac;default:return!1}else return!1})},nl=e=>e.split(`.`)[0].replace(`0`,``),rl=()=>[`av1`,`vp9`,`hev1`,`avc1`],il=()=>[`opus`,`mp4a`];import{AbortControllerPolyfilled as al}from"@vkontakte/videoplayer-shared/es2015";import{arrayAt as ol}from"@vkontakte/videoplayer-shared/es2015";import{requestIdleCallbackPolyfilled as sl}from"@vkontakte/videoplayer-shared/es2015";import{abortable as cl,assertNonNullable as ll,ErrorCategory as ul,fromEvent as dl,getExponentialDelay as fl,getWindow as pl,isAbortError as ml,isHigher as hl,isNonNullable as B,isNullable as V,once as gl,Subject as _l,Subscription as vl,ValueSubject as yl}from"@vkontakte/videoplayer-shared/es2015";import{arrayAt as bl}from"@vkontakte/videoplayer-shared/es2015";var xl=e=>e.valid;class H{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 Sl extends H{}import{assertNever as Cl}from"@vkontakte/videoplayer-shared/es2015";class wl extends H{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:Cl(e)}}}class Tl extends H{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 El extends H{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class Dl extends H{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 Ol extends Dl{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 kl extends H{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class Al extends H{constructor(e,t){super(e,t),i(this,`data`,void 0),this.data=this.content}}class jl extends Dl{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 Ml extends H{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class Nl extends H{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class Pl extends Dl{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 Fl extends Dl{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 Il extends Dl{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 Ll extends H{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class Rl extends Dl{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 zl extends H{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class Bl extends H{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class Vl extends Dl{constructor(e,t){super(e,t),i(this,`sequenceNumber`,void 0),this.valid&&(this.sequenceNumber=this.readUint32())}}class Hl extends H{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class Ul extends Dl{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 Wl extends Dl{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 Gl extends Dl{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 Kl extends H{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}}class ql extends Dl{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 Jl extends H{constructor(e,t){super(e,t),this.valid&&(this.children=this.scanForBoxes(new DataView(this.content.buffer,this.content.byteOffset+78,this.content.byteLength-78)))}}var Yl={ftyp:Tl,moov:El,mvhd:Ol,moof:kl,mdat:Al,sidx:jl,trak:Ml,mdia:Ll,mfhd:Vl,tkhd:Rl,traf:Hl,tfhd:Ul,tfdt:Wl,trun:Gl,minf:zl,sv3d:Nl,st3d:Pl,prhd:Fl,proj:Bl,equi:Il,uuid:wl,stbl:Kl,stsd:ql,avc1:Jl,unknown:Sl};class Xl{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||!xl(i))break;t.push(i),n+=i.size}return t}createBox(e,t){let n=Yl[e];return n?new n(t,new Xl):new Sl(t,new Xl)}}class Zl{constructor(e){i(this,`index`,void 0),this.index={},this.indexBoxLevel(e)}indexBoxLevel(e){e.forEach(e=>{var t,n;xl(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 Ql=new TextDecoder(`ascii`),$l={validateData:e=>Ql.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 Zl(new Xl().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 jl(e,new Xl),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 Zl(new Xl().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 Zl(new Xl().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 Zl(new Xl().parse(e)),n={},r=bl(t.findAll(`uuid`),-1);return r?{serverDataReceivedTimestamp:r.userData.received,serverDataPreparedTime:r.userData.received}:n},getTimescaleFromIndex:e=>new Zl(new Xl().parse(e)).find(`sidx`)?.timescale};import{arrayIncludes as eu}from"@vkontakte/videoplayer-shared/es2015";import{assertNonNullable as tu,isNonNullable as nu,isNullable as ru}from"@vkontakte/videoplayer-shared/es2015";import{assertNever as iu}from"@vkontakte/videoplayer-shared/es2015";var au={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`}},ou=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=su(e,n),i=r in au,a=i?au[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=su(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}},su=(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},cu=(e,t)=>{switch(t){case`int`:return e.getInt8(0);case`uint`:return su(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:iu(t)}},lu=(e,t)=>{let n=0;for(;n<e.byteLength;){let r=ou(new DataView(e.buffer,e.byteOffset+n));if(!t(r))return;r.type===`master`&&lu(r.value,t),n=r.value.byteOffset-e.byteOffset+r.valueSize}},uu=e=>{if(e.getUint32(0)!==440786851)return!1;let t,n,r;return lu(ou(e).value,({tag:e,type:i,value:a})=>(e===17143?t=cu(a,i):e===17026?n=cu(a,i):e===17029&&(r=cu(a,i)),!0)),(t===void 0||t<=1)&&n!==void 0&&n===`webm`&&(r===void 0||r<=2)},du=[357149030,290298740,374648427,174,224,30320,30321,30322,272869232,524531317,475249515,423732329,307544935],fu=[231,22612,22743,167,171,163,160,175],pu={validateData:uu,parseInit:e=>{let t,n,r,i,a=!1,o=!1,s=!1,c,l,u=!1;return lu(e,({tag:e,type:d,value:f,valueSize:p})=>(e===21419?l=su(cu(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=cu(f,d):e===17545?i=cu(f,d):e===21420&&l===475249515?c=cu(f,d):e===374648427?lu(f,({tag:e,type:t,value:n})=>e===30321?(u=cu(n,t)===1,!1):!0):a&&o&&eu(du,e)&&(s=!0),!s)),tu(t,`Failed to parse webm Segment start`),tu(n,`Failed to parse webm Segment end`),tu(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(ru(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=>nu(e.time)&&nu(e.position),a=[],o;return lu(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=cu(s,t));break;case 183:break;case 241:o&&(o.position=cu(s,t));break;default:n&&eu(du,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{lu(e,r=>r.tag===524531317?r.tagSize<=e.byteLength?(t=r.tagSize,!1):(t+=r.tagHeaderSize,!0):eu(fu,r.tag)?(t+r.tagSize<=e.byteLength&&(t+=r.tagSize,n||=eu([163,160,175],r.tag)),!0):!1)}catch{}return t>0&&t<=e.byteLength&&n?new DataView(e.buffer,e.byteOffset,t):null}},mu=e=>{let t=/^(.+)\/([^;]+)(?:;.*)?$/.exec(e);if(t){let[,e,n]=t;if(e===`audio`||e===`video`)switch(n){case`webm`:return pu;case`mp4`:return $l}}throw ReferenceError(`Unsupported mime type ${e}`)};import{stringAt as hu}from"@vkontakte/videoplayer-shared/es2015";import{videoSizeToQuality as gu}from"@vkontakte/videoplayer-shared/es2015";var _u=({id:e,width:t,height:n,bitrate:r,fps:i,quality:a,streamId:o,tvDisabled:s})=>{let c=(a?hr(a):void 0)??gu({width:t,height:n});return c&&{id:e,quality:c,bitrate:r,size:{width:t,height:n},fps:i,streamId:o,tvDisabled:s}},vu=({id:e,bitrate:t})=>({id:e,bitrate:t}),yu=({language:e,label:t},{id:n,url:r,isAuto:i})=>({id:n,url:r,isAuto:i,type:`internal`,language:e,label:t}),bu=({language:e,label:t,id:n,url:r,isAuto:i})=>({id:n,url:r,isAuto:i,type:`internal`,language:e,label:t}),xu=({id:e,language:t,label:n,codecs:r,isDefault:i})=>({id:e,language:t,label:n,codec:hu(r.split(`.`),0),isDefault:i}),Su=({id:e,language:t,label:n,hdr:r,codecs:i})=>({id:e,language:t,hdr:r,label:n,codec:hu(i.split(`.`),0)}),Cu=e=>`url`in e,wu=e=>e.type===`template`;class Tu{constructor(e,t,n,{fetcher:r,tuning:a,getCurrentPosition:o,getCurrentStallDuration:l,manifest:u}){i(this,`error$`,new _l),i(this,`playingRepresentation$`,new yl(void 0)),i(this,`playingRepresentationInit$`,new yl(void 0)),i(this,`currentSegmentLength$`,new yl(0)),i(this,`onLastSegment$`,new yl(!1)),i(this,`fullyBuffered$`,new yl(!1)),i(this,`kind`,void 0),i(this,`nativeBufferManager`,void 0),i(this,`fetcher`,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 al),i(this,`switchAbortController`,new al),i(this,`downloadAbortController`,new al),i(this,`subscription`,new vl),i(this,`getCurrentPosition`,void 0),i(this,`getCurrentStallDuration`,void 0),i(this,`startWith`,cl(this.destroyAbortController.signal,function(){var e=c(function*(e){let t=this.representations.get(e);ll(t,`Cannot find representation ${e}`),this.playingRepresentationId=e,this.downloadingRepresentationId=e,this.containerParser=mu(t.mime),this.nativeBufferManager.init(t.mime,t.codecs,this.tuning.dash.useAbortMSEFix),yield this.loadInitIfNeeded(t,`high`);let n=this.initData.get(t.id),r=this.segments.get(t.id),i=this.parsedInitData.get(t.id);ll(n,`No init buffer for starting representation`),ll(r,`No segments for starting representation`),yield s(this.nativeBufferManager.addInitSegment(n)),this.playingRepresentation$.next(this.playingRepresentationId),this.playingRepresentationInit$.next(i)});return function(t){return e.apply(this,arguments)}}().bind(this))),i(this,`switchToOld`,cl(this.destroyAbortController.signal,function(){var e=c(function*(e,t=!0){if(V(this.downloadingRepresentationId)||e===this.downloadingRepresentationId||e===this.switchingRepresentationId)return;this.switchMutex=!0,this.switchingRepresentationId=e;let n=this.representations.get(this.downloadingRepresentationId),r=this.representations.get(e);ll(r,`No such representation ${e}`),ll(n,`No such representation ${this.downloadingRepresentationId}`),yield this.loadInitIfNeeded(r,`high`);let i=this.initData.get(r.id),a=this.segments.get(r.id);ll(i,`No init buffer for switching representation`),ll(a,`No segments for switching representation`);let o=e=>e.segment.bufferStatus!==`fed`,s=e=>{let t=this.representations.get(e.representationId);return ll(t,`No itemRepresentation for previous track before switch`),e.segment.networkStatus!==`downloaded`||this.forceSwitchCondition(t,r)},c=e=>t?o(e)&&s(e):o(e);this.bufferPlaybackQueue.filter(c).forEach(e=>e.segment.bufferStatus=`none`),this.bufferPlaybackQueue=this.bufferPlaybackQueue.filter(e=>!c(e)),this.downloadingRepresentationId=e,this.switchingRepresentationId=null,this.bufferPlaybackQueue.length?this.abortDownload():yield this.prepareSeek(),yield this.maintain(),this.switchMutex=!1});return function(t){return e.apply(this,arguments)}}().bind(this))),i(this,`waitExponentialDownloadDelay`,cl(this.downloadAbortController.signal,c(function*(){let e=fl(this.failedDownloads,this.tuning.downloadBackoff);yield new Promise(t=>{let n=pl();this.loadByteRangeSegmentsTimeoutId=n.setTimeout(t,e),this.subscription.add(dl(n,`online`).pipe(gl()).subscribe(()=>{t(),n.clearTimeout(this.loadByteRangeSegmentsTimeoutId)}))})}).bind(this))),this.kind=e,this.nativeBufferManager=t,this.fetcher=r,this.tuning=a,this.getCurrentPosition=o,this.getCurrentStallDuration=l,this.forwardBufferTarget=a.dash.forwardBufferTargetAuto,this.baseUrls=u?.baseUrls??[],this.representations=new Map(n.map(e=>[e.id,e]))}switchTo(e,t){var n=this;return a(function*(){return e===n.downloadingRepresentationId||e===n.switchingRepresentationId?void 0:(n.switchAbortController.abort(),n.switchAbortController=new al,n.getSwitchWithAbort()(e,t))})()}getSwitchWithAbort(){return cl(this.switchAbortController.signal,function(){var e=c(function*(e,t=!0){if(V(this.downloadingRepresentationId))return;this.switchMutex=!0,this.switchingRepresentationId=e;let n=this.representations.get(this.downloadingRepresentationId),r=this.representations.get(e);ll(r,`No such representation ${e}`),ll(n,`No such representation ${this.downloadingRepresentationId}`),yield this.abortDownload(),yield this.loadInitIfNeeded(r,`high`);let i=this.initData.get(r.id),a=this.segments.get(r.id);if(V(i)||V(a))return;let o=e=>e.segment.bufferStatus!==`fed`,s=e=>{let t=this.representations.get(e.representationId);return ll(t,`No itemRepresentation for previous track before switch`),e.segment.networkStatus!==`downloaded`||this.forceSwitchCondition(t,r)},c=e=>t?o(e)&&s(e):o(e);this.bufferPlaybackQueue.filter(c).forEach(e=>e.segment.bufferStatus=`none`),this.bufferPlaybackQueue=this.bufferPlaybackQueue.filter(e=>!c(e)),this.downloadingRepresentationId=e,this.switchingRepresentationId=null,this.bufferPlaybackQueue.length||(yield this.prepareSeek()),yield this.maintain(),this.switchMutex=!1});return function(t){return e.apply(this,arguments)}}().bind(this))}prepareSeek(){var e=this;return a(function*(){e.seekMutex=!0,yield e.abort(),yield e.clearBuffer()})()}seek(e){var t=this;return a(function*(){return t.seekMutex=!1,t.maintain(e)})()}maintain(){var e=this;return a(function*(t=this.getCurrentPosition()){V(t)||(yield e.maintainPlaybackBuffer(t),yield e.maintainNativeBuffer(),e.actualizeLastSegmentInfo(t))}).apply(this,arguments)}getForwardBufferRepresentations(e=this.getCurrentPosition()){if(this.forwardBufferRepresentations.clear(),B(e))for(let[t,n]of this.segments.entries())this.forwardBufferRepresentations.set(t,n.filter(t=>t.time.from>=e&&t.time.to<=e+this.forwardBufferTarget));return this.forwardBufferRepresentations}getForwardPlaybackBufferDuration(e=this.getCurrentPosition()){let t=this.bufferPlaybackQueue.filter(e=>e.segment.networkStatus===`downloaded`),n=t[t.length-1],r=B(e)&&B(n)?n.segment.time.to-e:0;return Math.max(r,0)}getPlaybackBufferState(){return this.bufferPlaybackQueue.length?{from:this.bufferPlaybackQueue[0].segment.time.from,to:this.bufferPlaybackQueue[this.bufferPlaybackQueue.length-1].segment.time.to}:null}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 V(this.playingRepresentationId)?0:(this.segments.get(this.playingRepresentationId)?.[0].time.from??0)/1e3}calculateDurationFromSegments(e){let t=this.segments.get(e);return(t?ol(t,-1)?.time.to:0)||0}get lastDataObtainedTimestamp(){return this.lastDataObtainedTimestampMs}setTarget(e){this.forwardBufferTarget=e}setPreloadOnly(e){this.preloadOnly=e}destroy(){let e=pl();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)}forceSwitchCondition(e,t){let n=!0;if(this.kind===`video`){let r=_u(e),i=_u(t);n=B(r)&&B(i)&&hl(i.quality,r.quality)}else if(this.kind===`audio`){let r=vu(e),i=vu(t);n=B(r?.bitrate)&&B(i?.bitrate)&&i.bitrate>r.bitrate}return n}clearBuffer(){var e=this;return a(function*(){e.bufferClearingMutex=!0,yield e.nativeBufferManager.clear(e.destroyAbortController.signal),e.bufferPlaybackQueue.forEach(e=>e.segment.bufferStatus=`none`),e.bufferPlaybackQueue=[],e.bufferClearingMutex=!1})()}abortDownload(){this.downloadAbortController.abort(),this.downloadAbortController=new al,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);this.downloadingBufferItems=[]}abortNativeBuffer(){var e=this;return a(function*(){e.abortNativeBufferMutex=!0;let t=e.playingRepresentationId&&e.initData.get(e.playingRepresentationId),n=t instanceof ArrayBuffer?t:void 0,r=yield e.nativeBufferManager.abortBuffer(n);return e.abortNativeBufferMutex=!1,e.tuning.dash.useAbortResetNativeBufferMutex&&(e.maintainNativeBufferMutex=!1),r})()}loadInits(){var e=this;return a(function*(){for(let[t,n]of e.representations)e.idleCallbacks.set(n.id,sl(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():B(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),V(o)||V(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&&!ml(e)&&r.error$.next({id:`LoadInits`,category:ul.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(V(t)||V(r)||e.maintainNativeBufferMutex||e.abortNativeBufferMutex||e.bufferClearingMutex||e.switchMutex||e.seekMutex||e.preloadOnly)return;e.maintainNativeBufferMutex=!0;let i=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;B(o)&&B(a)&&B(i)&&e.playingRepresentationId!==a.representationId&&e.withinAppendInterval(t,a.segment.time)&&(a===i||i.segment.bufferStatus===`fed`)&&(yield e.abortNativeBuffer(),yield e.nativeBufferManager.addInitSegment(o,c),e.playingRepresentationId=a.representationId,e.playingRepresentation$.next(e.playingRepresentationId)),B(a)&&e.withinAppendInterval(t,a.segment.time)&&d&&(a.segment.loadedBytes===a.segment.size&&a.segment.bufferStatus===`none`?yield e.appendSegmentFully(a,c):yield e.appendSegmentPartially(a,c)),B(s)&&B(i)&&e.withinRemoveInterval(t,s.segment.time)&&s.segment.time.to<i.segment.time.from+1&&(yield e.removeSegment(s,c),e.nativeBufferManager.getForwardBufferDuration(t)===0&&(yield e.abortNativeBuffer())),e.pruneVirtualBuffer(t),e.maintainNativeBufferMutex=!1})()}maintainPlaybackBuffer(e){var t=this;return a(function*(){ll(t.downloadingRepresentationId);let n=t.segments.get(t.downloadingRepresentationId),r=t.representations.get(t.downloadingRepresentationId);if(V(n)||V(r)||t.maintainPlaybackBufferMutex||t.abortNativeBufferMutex||t.bufferClearingMutex||t.switchMutex||t.seekMutex)return;t.maintainPlaybackBufferMutex=!0;let i=n.find(t=>e>=t.time.from&&e<t.time.to);B(i)&&isFinite(i.time.from)&&isFinite(i.time.to)&&t.currentSegmentLength$.next(i?.time.to-i.time.from),t.downloadingBufferItems.length||(t.downloadingBufferItems=t.selectDownloadingItems(e,n)),yield t.processCachedItems();let a=t.selectItemsToLoad();yield t.loadItems(a,r),t.maintainPlaybackBufferMutex=!1})()}actualizeLastSegmentInfo(e){let t=this.segments.get(this.downloadingRepresentationId??``);if(V(t)||t.length===0)return;let n=t[t?.length-1];V(n)||(this.fullyBuffered$.next(n.time.to-e-this.getForwardPlaybackBufferDuration(e)<this.tuning.dash.bufferTolerance),this.onLastSegment$.next(e-n.time.from>0))}selectDownloadingItems(e,t){ll(this.downloadingRepresentationId);let n=this.getPlaybackBufferState(),r,i;B(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 B(e)?e+r>=t&&e-i<n:!1}withinAppendInterval(e,{from:t,to:n}){let{minNativeBufferSize:r,removeTimeShiftFromSegment:i}=this.tuning.dash;return this.withinInterval(e,{from:t,to:n},r,i)}withinRemoveInterval(e,{to:t}){let{removeTimeShiftFromSegment:n}=this.tuning.dash;return B(e)?e-n>t:!1}appendSegmentFully(e,t){var n=this;return a(function*(){V(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(V(e.segment.data)||V(e.segment.loadedBytes)||V(e.segment.feedingBytes)||V(e.segment.fedBytes)||V(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||B(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)B(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())B(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 Eu,isNonNullable as Du,isNullable as Ou,now as ku,isAbortError as Au}from"@vkontakte/videoplayer-shared/es2015";class ju extends Tu{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)try{yield i.fetcher.fetch(c,o(o({},u),{},{priority:r})),i.lastDataObtainedTimestampMs=ku(),i.failedDownloads=0}catch(e){i.abortDownloadingItems(),Au(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].segment;r.networkStatus=`downloading`,r.loadedBytes=0,r.feedingBytes=0,r.fedBytes=0,n.push(this.downloadingBufferItems[a]),e+=r.byte.to+1-r.byte.from,t+=r.time.to+1-r.time.from,a++}return n}prepareFetchParams(e,t){var n=this;if(Qa(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=ku(),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:Eu.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||Ou(a)||Ou(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||Ou(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)):Du(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(Qa(e.segmentReference))throw Error(`Representation is not byte range type`);e.segmentReference.url=t}}import{ErrorCategory as Mu,isAbortError as Nu,isNullable as Pu,now as Fu}from"@vkontakte/videoplayer-shared/es2015";class Iu extends Tu{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)try{let t=yield i.fetcher.fetch(c,o(o({},u),{},{priority:r}));if(i.lastDataObtainedTimestampMs=Fu(),Pu(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(),Nu(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=Fu(),yield n.onSomeDataLoaded({downloadingItems:e,dataView:r,loaded:a,signal:i,representationId:t.id})}catch(e){n.error$.next({id:`SegmentFeeding`,category:Mu.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(!Qa(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||Pu(c)||Pu(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(!Qa(e.segmentReference))throw Error(`Representation is not template type`);e.segmentReference.baseUrl=t}}import{arrayFlatMap as Lu}from"@vkontakte/videoplayer-shared/es2015";import{assertNonNullable as Ru,ErrorCategory as zu,isNullable as Bu,ValueSubject as Vu}from"@vkontakte/videoplayer-shared/es2015";class Hu extends Iu{constructor(e,t,n,r){super(e,t,n,r),i(this,`currentLiveSegmentServerLatency$`,new Vu(0)),i(this,`currentLowLatencySegmentLength$`,new Vu(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=Lu(e.streams[this.kind],e=>e.representations);for(let e of t){if(Bu(e)||!Qa(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;Ru(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:Lu(t,e=>e.representations)).find(e=>e.id===this.downloadingRepresentationId);if(Bu(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(Bu(this.playingRepresentationId))return 0;let e=this.representations.get(this.playingRepresentationId)?.segmentReference;return Bu(e)||!Qa(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),Bu(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(Bu(e.segment.data)||Bu(n)||!Qa(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(!Qa(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=Uc(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),Bu(o)||Bu(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:zu.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 Uu{static getBufferManager(e,t,n,r){return r.manifest?.live?new Hu(e,t,n,r):Qa(n[0].segmentReference)?new Iu(e,t,n,r):new ju(e,t,n,r)}}import{ErrorCategory as Wu,fromEvent as Gu,isNullable as Ku,Subject as qu,Subscription as Ju}from"@vkontakte/videoplayer-shared/es2015";import{assertNever as Yu,ErrorCategory as Xu,Subject as Zu}from"@vkontakte/videoplayer-shared/es2015";var Qu=18,$u=!1;try{$u=j.browser.isSafari&&!!j.browser.safariVersion&&j.browser.safariVersion<=Qu}catch(e){console.error(e)}class ed{constructor(e,t=!1){i(this,`bufferFull$`,new Zu),i(this,`error$`,new Zu),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:Xu.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=$u&&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:Xu.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:Yu(t)}}}var td=ed,nd=(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 rd{constructor(e){i(this,`error$`,new qu),i(this,`mediaSource`,void 0),i(this,`sourceBuffer`,void 0),i(this,`sourceBufferTaskQueue`,void 0),i(this,`subscription`,new Ju),this.mediaSource=e}init(e,t,n=!1){this.sourceBuffer=this.mediaSource.addSourceBuffer(`${e}; codecs="${t}"`),this.sourceBufferTaskQueue=new td(this.sourceBuffer,n),this.subscription.add(this.sourceBufferTaskQueue.error$.subscribe(e=>this.error$.next(e))),this.subscription.add(Gu(this.sourceBuffer,`error`).subscribe(()=>this.error$.next({id:`SourceBuffer`,category:Wu.VIDEO_PIPELINE,message:`SourceBuffer Error event fired`})))}addInitSegment(e,t){return this.sourceBufferTaskQueue.append(e,t)}append(e,t){return this.sourceBufferTaskQueue.append(e,t)}remove(e,t,n){return this.sourceBufferTaskQueue.remove(e,t,n)}clear(e){var t=this;return a(function*(){let n=t.getBufferState();if(Ku(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(){!Ku(this.sourceBuffer)&&!this.sourceBuffer.updating&&(this.sourceBuffer.mode=`segments`)}getBufferState(){if(Ku(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 Ku(this.sourceBuffer)||!L(this.mediaSource,this.sourceBuffer)||!this.sourceBuffer.buffered.length||Ku(e)?0:nd(this.sourceBuffer.buffered,e)}abortBuffer(e){var t=this;return a(function*(){return Ku(t.sourceBuffer)?!1:t.sourceBufferTaskQueue.abort(e)})()}destroy(){if(this.subscription.unsubscribe(),this.sourceBufferTaskQueue?.destroy(),this.sourceBuffer)try{this.mediaSource.removeSourceBuffer(this.sourceBuffer)}catch(e){if(!(e instanceof DOMException&&e.name===`NotFoundError`))throw e}this.sourceBuffer=null}}var id=(e,t)=>{e.video.forEach(e=>{e.representations.forEach(e=>{let{height:n,codecs:r,fps:i}=e,a=t.find(([e,t,i])=>e===`${n}p`&&nl(r)===i)?.[1];e.tvDisabled=ad(a)&&ad(i)&&i>a})})};function ad(e){return typeof e==`number`&&Number.isInteger(e)}var od=[`timeupdate`,`progress`,`play`,`seeked`,`stalled`,`waiting`],sd=[`timeupdate`,`progress`,`loadeddata`,`playing`,`seeked`];class cd{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,`videoNativeBufferManager`,void 0),i(this,`audioNativeBufferManager`,void 0),i(this,`nativeBufferManagers`,[]),i(this,`throughputEstimator`,void 0),i(this,`subscription`,new cc),i(this,`subscriptionRemovable`,new lc),i(this,`representationSubscription`,new cc),i(this,`fetcher`,void 0),i(this,`forceEnded$`,new sc),i(this,`stallWatchdogSubscription`,void 0),i(this,`destroyController`,new Vs),i(this,`state$`,new M(`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 sc),i(this,`manifestRequested`,new sc),i(this,`manifestReceived`,new sc),i(this,`firstBytesRequested`,new sc),i(this,`firstBytesReceived`,new sc),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 sc),i(this,`fetcherError$`,new sc),i(this,`initRepresentations`,Ks(this.destroyController.signal,function(){var e=c(function*(e,t,n){this.tracer.log(`initRepresentationsStart`,Zs({initialVideo:e,initialAudio:t,sourceHls:n})),this.representationSubscription.unsubscribe(),this.state$.startTransitionTo(`representations_ready`);let r={fetcher:this.fetcher,tuning:this.tuning,getCurrentPosition:()=>this.element?this.element.currentTime*1e3:void 0,getCurrentStallDuration:()=>this.currentStallDuration$.getValue(),isActiveLowLatency:()=>this.isActiveLive$.getValue()&&this.isLowLatency$.getValue(),manifest:this.manifest};this.createBuffers(r,e,t,n),this.initRepresentationSubscriptions(),yield this.waitStreamToOpen(),this.setSourceDuration(),qs(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`,Ks(this.destroyController.signal,c(function*(){try{return yield this.fetcher.fetchManifest(this.manifestUrlString)}catch(e){rc(this.manifest)&&!this.bufferLength$.getValue()&&this.error$.next({id:`LoadManifest`,category:Js.NETWORK,message:`Failed to load manifest`,thrown:e})}}).bind(this))),this.throughputEstimator=e.throughputEstimator,this.tuning=e.tuning,this.tracer=e.tracer.createComponentTracer(this.constructor.name),this.forceVideoCodec=e.forceVideoCodec,this.fetcher=new Dc({throughputEstimator:this.throughputEstimator,requestQuic:this.tuning.requestQuick,compatibilityMode:e.compatibilityMode,tracer:this.tracer,useEnableSubtitlesParam:e.tuning.useEnableSubtitlesParam}),this.subscription.add(this.fetcher.recoverableError$.subscribe(this.fetcherRecoverableError$)),this.subscription.add(this.fetcher.error$.subscribe(this.fetcherError$)),this.initTracerSubscription()}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:Js.PARSER,message:`No playable video representations`})})()}initBuffer(){qs(this.element),this.state$.setState(`running`),this.subscription.add(ac(...od.map(e=>Qs(this.element,e)),Qs(ec(),`online`),tc(this.tuning.dash.tickMaintainInterval)).subscribe(()=>this.tick(),e=>this.error$.next({id:`DashVKPlayer`,category:Js.WTF,message:`Internal logic error`,thrown:e})));let e=[...this.source?.activeSourceBuffers??[]];this.subscription.add(ac(...e.map(e=>Qs(e,`updateend`))).subscribe(e=>this.reinitDecoderIfNeeded())),this.subscription.add(Qs(this.element,`waiting`).subscribe(e=>{this.stallWatchdogSubscription&&(this.stallWatchdogSubscription.unsubscribe(),this.subscriptionRemovable.remove(this.stallWatchdogSubscription)),this.stallWatchdogSubscription=tc(this.tuning.dash.stallWatchdogInterval).subscribe(()=>this.stallWatchdogIntervalCallback(),e=>this.error$.next({id:`StallWatchdogCallback`,category:Js.NETWORK,message:`Can't restore DASH after stall.`,thrown:e})),this.subscriptionRemovable.add(this.stallWatchdogSubscription)}))}switchRepresentation(e,t,n=!1){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*(){qs(n.element),qs(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`,Zs({requestedPosition:e,forcePrecise:t,position:r}))})()}warmUpMediaSourceIfNeeded(e=this.element?.currentTime){nc(this.element)&&nc(this.source)&&nc(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()}calculateDurationFromSegments(e){return Math.max(this.videoBufferManager?.calculateDurationFromSegments(e)||0,this.audioBufferManager?.calculateDurationFromSegments(e)||0)}get isStreamEnded(){return this.source?.readyState===`ended`}getStreams(){return this.manifest?.streams}getCodecs(){return this.manifest?.codecs}setBufferTarget(e){this.bufferManagers.forEach(t=>t.setTarget(e))}setPreloadOnly(e){this.bufferManagers.forEach(t=>t.setPreloadOnly(e))}stop(){this.tracer.log(`stop`),this.element?.querySelectorAll(`source`).forEach(e=>{URL.revokeObjectURL(e.src),e.remove()}),this.element=null,this.source=null,this.manifest=null,this.currentVideoRepresentation$.next(void 0),this.nativeBufferManagers.forEach(e=>e.destroy()),this.videoBufferManager?.destroy(),this.videoBufferManager=null,this.audioBufferManager?.destroy(),this.audioBufferManager=null,this.bufferManagers=[],this.state$.setState(`none`)}destroy(){this.subscription.unsubscribe(),this.subscriptionRemovable.unsubscribe(),this.representationSubscription.unsubscribe(),this.timeoutSourceOpenId&&ec().clearTimeout(this.timeoutSourceOpenId),this.destroyController.abort(),this.fetcher.destroy(),this.stop(),nc(this.source)&&this.isStreamNotOpen&&Array.from(this.source.sourceBuffers).every(e=>!e.updating)&&this.source.endOfStream(),this.source=null,this.tracer.end()}get isStreamNotOpen(){return this.source?.readyState!==`open`}reinitDecoderIfNeeded(e=!1){var t=this;return a(function*(){let n=t.videoNativeBufferManager?.getBufferState()??[];if(rc(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?yield t.seek(r):t.element.currentTime=t.element.currentTime)})()}stallWatchdogIntervalCallback(){var e=this;return a(function*(){qs(e.element),qs(e.source);let{stallWatchdogInterval:t}=e.tuning.dash;if(e.isStreamNotOpen)return;let n=e.currentStallDuration$.getValue()+t;e.currentStallDuration$.next(n);let r={timeInWaiting:n};if(yield e.reinitDecoderIfNeeded(n%1e3==0),e.isStallExceeded(n)){if(e.tuning.dash.useNewStallExitPolicy)return e.seek(e.element.currentTime*1e3);throw Error(`Stall timeout exceeded: ${n} ms`)}yield e.restoreAfterDeepStall(r),e.tracer.log(`stallIntervalCallback`,Zs(r))})()}isStallExceeded(e){if(rc(this.element))return!1;let{crashOnStallTimeout:t}=this.tuning.dash,n=this.element.currentTime-100>0?this.tuning.dash.crashOnStallTWithoutDataTimeout:t,r=oc(),i=this.videoBufferManager?.lastDataObtainedTimestamp??0;this.videoLastDataObtainedTimestamp$.next(i);let a=this.audioBufferManager?.lastDataObtainedTimestamp??0,o=this.videoBufferManager?.getForwardPlaybackBufferDuration()??0,s=this.audioBufferManager?.getForwardPlaybackBufferDuration()??0,c=nc(this.videoBufferManager)&&o<100&&r-i>n,l=nc(this.audioBufferManager)&&s<100&&r-a>n;return(c||l)&&e>n||e>=t}updateManifest(){var e=this;return a(function*(){e.tracer.log(`updateManifestStart`,{manifestUrl:e.manifestUrlString});let t=yield e.fetchManifest();if(rc(t))return null;let n=e.parseManifest(t);if(!n)return null;let r=e.getResultManifest(n);return e.tracer.log(`updateManifestEnd`,Zs(r)),r})()}parseManifest(e){try{return Wc(e??``,this.manifestUrlString)}catch(t){let n=Gs(e)??{id:`ManifestParsing`,category:Js.PARSER,message:`Failed to parse MPD manifest`,thrown:t};this.error$.next(n)}}getResultManifest(e){let t={text:e.streams.text,video:[],audio:[]},n=(e,t,n)=>{var r,i,a,o;return!!(!((r=this.element)==null||(i=r.canPlayType)==null)&&i.call(r,t)&&!((a=Je())==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;if(this.tuning.dash.codecsPrioritizeEnabled){let e=o.map(({codecs:e})=>e);a===`audio`&&(i=tl(e),s=i[0]),a===`video`&&(r=el(e),s=this.forceVideoCodec&&Hs(r,this.forceVideoCodec)?this.forceVideoCodec:r[0]),s&&(t[a]=o.filter(({codecs:e})=>nl(e)===s))}else s=$c(new Set(o.map(({codecs:e})=>e))),s&&(t[a]=o.filter(({codecs:e})=>e.startsWith(s)));if(a===`video`){let e=this.tuning.preferHDR,n=t.video.some(e=>e.hdr),r=t.video.some(e=>!e.hdr);j.display.isHDR&&e&&n?t.video=t.video.filter(e=>e.hdr):r&&(t.video=t.video.filter(e=>!e.hdr));let{videoStreamRepresentaionsFilter:i}=this.tuning.dash;i.length&&id(t,i)}}let a=o(o({},e),{},{streams:t});return this.tuning.dash.codecsPrioritizeEnabled&&(a.codecs={video:r,audio:i}),a}stopStallWatchdogSubscription(){this.stallWatchdogSubscription?.unsubscribe(),this.currentStallDuration$.next(0)}createBuffers(e,t,n,r){qs(this.manifest),qs(this.element);let i=e=>{this.representationSubscription.add(Qs(e,`error`).pipe(Ys(e=>!!this.element?.played.length)).subscribe(e=>{this.error$.next({id:`VideoSource`,category:Js.VIDEO_PIPELINE,message:`Unexpected video source error`,thrown:e})}))};this.source=Ze();let a=ec().document,o=a.createElement(`source`);if(i(o),o.src=URL.createObjectURL(this.source),this.element.appendChild(o),Ye())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 rd(this.source),this.videoBufferManager=Uu.getBufferManager(`video`,this.videoNativeBufferManager,s,e),this.bufferManagers=[this.videoBufferManager],this.nativeBufferManagers=[this.videoNativeBufferManager],nc(n)){this.audioNativeBufferManager=new rd(this.source);let t=this.manifest.streams.audio.reduce((e,t)=>[...e,...t.representations],[]);this.audioBufferManager=Uu.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=ec().setTimeout(()=>{if(e.isStreamNotOpen){n();return}e.error$.next({id:`OpenOfStream`,category:Js.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&&ec().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(ac(...this.bufferManagers.map(e=>e.error$)).subscribe(this.error$)),qs(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(ac(...sd.map(e=>Qs(this.element,e))).pipe(ic(e=>this.videoBufferManager?.getPlaybackBufferState()),Ys(nc),ic(({from:e,to:t})=>({from:e/1e3,to:t/1e3}))).subscribe(this.currentBuffer$)),this.representationSubscription.add(ac(...sd.map(e=>Qs(this.element,e))).pipe(ic(e=>Math.min(this.videoBufferManager?.getForwardPlaybackBufferDuration()??1/0,this.audioBufferManager?.getForwardPlaybackBufferDuration()??1/0)),Xs()).subscribe(this.bufferLength$)),this.representationSubscription.add(this.nativeBufferLength$.pipe(Ys(e=>e>this.tuning.dash.bufferEmptinessTolerance)).subscribe(()=>{this.stopStallWatchdogSubscription()}))}initTracerSubscription(){let e=$s(this.tracer.error.bind(this.tracer));this.subscription.add(this.error$.subscribe(e(`error`)))}tick(){var e=this;return a(function*(){if(rc(e.element)||rc(e.videoBufferManager)||e.isStreamNotOpen)return;let t=e.element.currentTime*1e3,n=(e.videoNativeBufferManager?.getBufferState()??[]).find(e=>t>=e.from&&t<=e.to);e.nativeBufferLength$.next(n?n.to-t:0),yield Promise.all([e.videoBufferManager.maintain(),e.audioBufferManager?.maintain()])})()}}import{assertNonNullable as ld,combine as ud,ErrorCategory as dd,filter as fd,filterChanged as pd,fromEvent as md,isNonNullable as hd,map as gd,merge as _d}from"@vkontakte/videoplayer-shared/es2015";class vd extends cd{constructor(e){super(e)}prepareManifestUrlString(e,t){return e}initRepresentationSubscriptions(){super.initRepresentationSubscriptions(),this.initDisableStallWatchdogSubscription(),this.initEndOfVideoSubscription()}setSourceDuration(){ld(this.manifest),ld(this.source);let e=[this.manifest.duration??0,...Bs(Bs([...this.manifest.streams.audio,...this.manifest.streams.video],e=>e.representations),e=>{let t=[];return e.duration&&t.push(e.duration),Qa(e.segmentReference)&&e.segmentReference.totalSegmentsDurationMs&&t.push(e.segmentReference.totalSegmentsDurationMs),t})];this.source.duration=Math.max(...e)/1e3}restoreAfterDeepStall(e){var t=this;return a(function*(){ld(t.element);let n=t.element.currentTime*1e3;yield Promise.all([t.videoBufferManager?.maintain(n),t.audioBufferManager?.maintain(n)]),e.position=n})()}initDisableStallWatchdogSubscription(){ld(this.element);let e=_d(md(this.element,`ended`),this.forceEnded$),t=this.nativeBufferLength$.pipe(fd(e=>e>this.tuning.dash.bufferEmptinessTolerance));this.representationSubscription.add(_d(e,t).subscribe(e=>this.stopStallWatchdogSubscription()))}initEndOfVideoSubscription(){let e=ud({allBuffersFull:_d(...this.bufferManagers.map(e=>e.fullyBuffered$)).pipe(gd(()=>this.bufferManagers.every(e=>e.fullyBuffered$.getValue()))),someBufferEnded:_d(...this.bufferManagers.map(e=>e.onLastSegment$)).pipe(gd(()=>this.bufferManagers.some(e=>e.onLastSegment$.getValue())))}).pipe(pd(),gd(({allBuffersFull:e,someBufferEnded:t})=>e&&t),fd(e=>e));this.representationSubscription.add(_d(this.forceEnded$,e).pipe(fd(e=>hd(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:dd.VIDEO_PIPELINE,message:`Failed to end MediaSource stream`,thrown:e})}}))}}class yd extends zs{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(Da(),Ea(e=>Oa(e))).subscribe(e=>{let t=this.player.calculateDurationFromSegments(e);t&&this.params.output.duration$.next(t/1e3)},r))}getPlayer(){return new vd({throughputEstimator:this.params.dependencies.throughputEstimator,tuning:this.params.tuning,compatibilityMode:this.params.source.compatibilityMode,tracer:this.tracer,forceVideoCodec:this.params.forceVideoCodec})}seek(e,t){this.params.output.willSeekEvent$.next(),this.player.seek(e,t)}}import{combine as bd,merge as xd,filter as Sd,filterChanged as Cd,isNullable as wd,map as Td,ValueSubject as Ed,isNonNullable as Dd}from"@vkontakte/videoplayer-shared/es2015";import{isNullable as Od,ValueSubject as kd}from"@vkontakte/videoplayer-shared/es2015";class Ad{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),this.params=e,this.pastMeasures=Array(e.deviationDepth),this.smoothed=this.prevReported=e.initial,this.smoothed$=new kd(e.initial),this.debounced$=new kd(e.initial);let t=e.label??`value`+Math.random().toString(16).substring(2,6);this.rawSeries$=new Pr(`raw_${t}`),this.smoothedSeries$=new Pr(`smoothed_${t}`),this.reportedSeries$=new Pr(`reported_${t}`),this.rawSeries$.next(e.initial),this.smoothedSeries$.next(e.initial),this.reportedSeries$.next(e.initial)}next(e){let t=0,n=0;for(let e=0;e<this.pastMeasures.length;e++)this.pastMeasures[e]!==void 0&&(t+=(this.pastMeasures[e]-this.smoothed)**2,n++);this.takenMeasures=n,t/=n;let r=Math.sqrt(t),i=this.smoothed+this.params.deviationFactor*r,a=this.smoothed-this.params.deviationFactor*r;this.pastMeasures[this.measuresCursor]=e,this.measuresCursor=(this.measuresCursor+1)%this.pastMeasures.length,this.rawSeries$.next(e),this.updateSmoothedValue(e),this.smoothed$.next(this.smoothed),this.smoothedSeries$.next(this.smoothed),!(this.smoothed>i||this.smoothed<a)&&(Od(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 jd extends Ad{constructor(e){super(e),i(this,`slow`,void 0),i(this,`fast`,void 0),this.slow=this.fast=e.initial}updateSmoothedValue(e){this.slow=po(this.slow,e,this.params.emaAlphaSlow),this.fast=po(this.fast,e,this.params.emaAlphaFast),this.smoothed=(this.params.fastDirection>0?Math.max:Math.min)(this.slow,this.fast)}}class Md extends Ad{constructor(e){super(e),i(this,`emaSmoothed`,void 0),this.emaSmoothed=e.initial}updateSmoothedValue(e){let t=mo(this.pastMeasures,this.takenMeasures);this.emaSmoothed=po(this.emaSmoothed,e,this.params.emaAlpha),this.smoothed=ho(this.pastMeasures,this.takenMeasures,this.measuresCursor-1,this.params.basisTrendChangeCount)?this.emaSmoothed:t}}class Nd extends Ad{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?po(this.smoothed,e,this.params.emaAlpha):e}}class Pd{static getSmoothedValue(e,t,n){return n.type===`TwoEma`?new jd({initial:e,emaAlphaSlow:n.emaAlphaSlow,emaAlphaFast:n.emaAlphaFast,changeThreshold:n.changeThreshold,fastDirection:t,deviationDepth:n.deviationDepth,deviationFactor:n.deviationFactor,label:`throughput`}):new Md({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 Nd(o({initial:e,label:`liveEdgeDelay`},t))}}import{assertNonNullable as Fd,combine as Id,ErrorCategory as Ld,filter as Rd,filterChanged as zd,fromEvent as Bd,interval as Vd,isNonNullable as Hd,isNullable as Ud,map as Wd,now as Gd,throttle as Kd}from"@vkontakte/videoplayer-shared/es2015";var qd=(e,t)=>{e&&e.playbackRate!==t&&(e.playbackRate=t)};import{isNullable as Jd,ValueSubject as Yd}from"@vkontakte/videoplayer-shared/es2015";class Xd{constructor(e,t){i(this,`currentRepresentation$`,new Yd(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(!Jd(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=Xd.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=>Xd.filterRepresentations(e.representations))}static filterRepresentations(e){return e?.filter(e=>e.kind===`text`&&`segmentReference`in e&&Qa(e.segmentReference))}}class Zd extends cd{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=Pd.getLiveBufferSmoothedValue(this.tuning.dashCmafLive.lowLatency.maxTargetOffset,o({},e.tuning.dashCmafLive.lowLatency.bufferEstimator))}seek(e){var t=this;return a(function*(){Fd(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)})()}setSourceDuration(){Fd(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(e){var t=this;return a(function*(){let{liveStallReinitInterval:n}=t.tuning.dash,{keepSilentStallWatchdogWhenNotActive:r}=t.tuning.dashCmafLive,i=t.currentStallDuration$.getValue(),a=t.liveStreamStatus$.getValue()===`active`;if(i%n===0){let n=t.normalizeLiveOffset(-1*t.livePositionFromPlayer$.getValue()*1e3);e.liveLastOffset=n,!a&&r?(t.liveWasInterrupted=!0,t.updateManifestUrlWithTimeOffset(n),t.manifest=yield t.updateManifest(),yield t.forcePositionToRepresentationInitialTime()):t.seek(n).catch(e=>{t.error$.next({id:`stallIntervalCallback`,category:Ld.VIDEO_PIPELINE,message:`stallIntervalCallback failed`,thrown:e})})}})()}updateManifest(){var e=()=>super.updateManifest,t=this;return a(function*(){let n=yield e().call(t);if(Ud(n))return null;if(Ud(n.live))return t.error$.next({id:`ManifestParsing`,category:Ld.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:Ld.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:Gd()-this.liveStreamEndTimestamp,n=this.normalizeLiveOffset(e+t);this.isActiveLive$.next(n===0),this.manifestUrlString=O(this.manifestUrlString,n,2)}createBuffers(e,t,n,r){Fd(this.manifest),super.createBuffers(e,t,n,r),Xd.isSupported(this.manifest.streams.text)&&!this.isLowLatency$.getValue()&&(this.liveTextManager=new Xd(this.manifest.streams.text,e))}initRepresentationSubscriptions(){Fd(this.element),Fd(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),Hd(this.liveTextManager)&&this.representationSubscription.add(this.liveTextManager.currentRepresentation$.subscribe(this.currentLiveTextRepresentation$))}initStreamDurationOnPauseSubscription(){var e=this;Fd(this.element);let{liveUpdateInterval:t}=this.tuning.dash,n=()=>Vd(t).subscribe(function(){var n=a(function*(n){let r=Ee(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(Bd(this.element,`pause`).subscribe(e=>{this.livePauseWatchdogSubscription=n(),this.representationSubscription.add(this.livePauseWatchdogSubscription)})),this.representationSubscription.add(Bd(this.element,`play`).subscribe(e=>this.livePauseWatchdogSubscription?.unsubscribe()))}initLiveDurationSubscriptions(e){this.representationSubscription.add(this.liveDuration$.pipe(zd()).subscribe(e=>this.liveStreamEndTimestamp=Gd())),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(Id({isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(Wd(({isActiveLive:e,isLowLatency:t})=>e&&t),zd(),Rd(e=>!this.isManualDecreasePlaybackInLive())).subscribe(e=>qd(this.element,1))),this.representationSubscription.add(Id({liveBuffer:this.liveBuffer.smoothed$,isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(Rd(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),qd(this.element,s)}))}initLiveBufferInfoSubscriptions(e,t){this.representationSubscription.add(Id({bufferLength:this.bufferLength$,isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(Rd(({bufferLength:e,isActiveLive:t,isLowLatency:n})=>t&&n&&!!e),Wd(({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(Id({isLive:this.isLive$,rtt:this.throughputEstimator.rtt$,bufferLength:this.bufferLength$,segmentServerLatency:e.currentLiveSegmentServerLatency$}).pipe(Rd(({isLive:e})=>e),zd((e,t)=>t.bufferLength<e.bufferLength),Wd(({rtt:e,bufferLength:t,segmentServerLatency:n})=>{let r=Ee(this.manifestUrlString,2);return(e/2+t+n+r)/1e3})).subscribe(this.liveLatency$))}initLiveMaintainSubscription(e){var t=this;let n=0;this.representationSubscription.add(Id({liveLoadBufferLength:this.liveLoadBufferLength$,bufferLength:this.bufferLength$}).pipe(Kd(this.tuning.dash.liveUpdateInterval)).subscribe(function(){var r=a(function*({liveLoadBufferLength:r,bufferLength:i}){Fd(t.element);let a=t.element.playbackRate,o=Ee(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:Ld.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 Qd extends zs{constructor(e){super(e),this.textTracksManager.destroy()}getPlayer(){return new Zd({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 Ed(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(Cd()).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(Td(e=>e.to)).subscribe(this.player.isLowLatency$)).add(bd({liveBufferTime:n.liveBufferTime$,liveAvailabilityStartTime:this.player.liveAvailabilityStartTime$}).pipe(Td(({liveBufferTime:e,liveAvailabilityStartTime:t})=>e&&t?e+t:void 0)).subscribe(n.liveTime$)).add(bd({liveDuration:this.player.liveDuration$,liveStreamStatus:this.player.liveStreamStatus$,playbackRate:xd(r.playbackRateState$,new Ed(1))}).pipe(Sd(({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||wd(i)||(t=e-i)})).add(bd({time:n.liveBufferTime$,liveDuration:this.player.liveDuration$,playbackRate:xd(r.playbackRateState$,new Ed(1))}).pipe(Cd((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||wd(e)||wd(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=Ya(e);this.params.output.availableTextTracks$.next([t])}})),this.params.tuning.dashCmafLive.externalStopControl||this.subscription.add(this.player.liveStreamStatus$.pipe(Sd(e=>Dd(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 $d,assertNonNullable as ef,combine as tf,debounce as nf,ErrorCategory as rf,filter as af,filterChanged as of,fromEvent as sf,isNonNullable as cf,isNullable as lf,map as uf,merge as df,observableFrom as ff,once as pf,Subscription as mf,throttle as hf}from"@vkontakte/videoplayer-shared/es2015";import{AbortControllerPolyfilled as gf}from"@vkontakte/videoplayer-shared/es2015";import{arrayIncludes as _f}from"@vkontakte/videoplayer-shared/es2015";import{arrayFlatMap as vf}from"@vkontakte/videoplayer-shared/es2015";var yf=(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 bf,assertNonNullable as xf,combine as Sf,ErrorCategory as Cf,filter as wf,filterChanged as Tf,flattenObject as Ef,fromEvent as Df,getTraceSubscriptionMethod as Of,interval as kf,isNonNullable as Af,isNullable as jf,map as Mf,merge as Nf,now as Pf,Subject as Ff,Subscription as If,SubscriptionRemovable as Lf,tap as Rf,throttle as zf,ValueSubject as U}from"@vkontakte/videoplayer-shared/es2015";import{AbortControllerPolyfilled as Bf}from"@vkontakte/videoplayer-shared/es2015";import{arrayIncludes as Vf}from"@vkontakte/videoplayer-shared/es2015";import{arrayAt as Hf}from"@vkontakte/videoplayer-shared/es2015";import{arrayFlatMap as Uf}from"@vkontakte/videoplayer-shared/es2015";import{cancelIdleCallbackPolyfilled as Wf}from"@vkontakte/videoplayer-shared/es2015";import{requestIdleCallbackPolyfilled as Gf}from"@vkontakte/videoplayer-shared/es2015";import{promiseFinally as Kf}from"@vkontakte/videoplayer-shared/es2015";import{assertNever as qf,ErrorCategory as Jf,Subject as Yf}from"@vkontakte/videoplayer-shared/es2015";var Xf=18,Zf=!1;try{Zf=j.browser.isSafari&&!!j.browser.safariVersion&&j.browser.safariVersion<=Xf}catch(e){console.error(e)}class Qf{constructor(e,t=!1){i(this,`bufferFull$`,new Yf),i(this,`error$`,new Yf),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:Jf.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=Zf&&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:Jf.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:qf(t)}}}var $f=Qf,ep=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 tp,assertNonNullable as W,ErrorCategory as np,fromEvent as rp,getExponentialDelay as ip,isHigher as ap,isNonNullable as op,isNullable as G,now as sp,once as cp,Subject as lp,Subscription as up,ValueSubject as dp,isAbortError as fp}from"@vkontakte/videoplayer-shared/es2015";class pp{constructor(e,t,n,{fetcher:r,tuning:a,getCurrentPosition:o,isActiveLowLatency:l,compatibilityMode:u=!1,manifest:d}){i(this,`currentLiveSegmentServerLatency$`,new dp(0)),i(this,`currentLowLatencySegmentLength$`,new dp(0)),i(this,`currentSegmentLength$`,new dp(0)),i(this,`onLastSegment$`,new dp(!1)),i(this,`fullyBuffered$`,new dp(!1)),i(this,`playingRepresentation$`,new dp(void 0)),i(this,`playingRepresentationInit$`,new dp(void 0)),i(this,`error$`,new lp),i(this,`gaps`,[]),i(this,`subscription`,new up),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 Bf),i(this,`switchAbortController`,new Bf),i(this,`destroyAbortController`,new Bf),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`,tp(this.destroyAbortController.signal,function(){var e=c(function*(e){let t=this.representations.get(e);W(t,`Cannot find representation ${e}`),this.playingRepresentationId=e,this.downloadingRepresentationId=e,this.sourceBuffer=this.mediaSource.addSourceBuffer(`${t.mime}; codecs="${t.codecs}"`),this.sourceBufferTaskQueue=new $f(this.sourceBuffer,this.tuning.dash.useAbortMSEFix),this.subscription.add(rp(this.sourceBuffer,`updateend`).subscribe(()=>{this.checkEjectedSegments(),this.maintain()},e=>{let t,n=this.mediaSource.readyState;n!==`open`&&(t={id:`SegmentEjection_source_${n}`,category:np.VIDEO_PIPELINE,message:`Error when trying to clear segments ejected by browser`,thrown:e}),t??={id:`SegmentEjection`,category:np.VIDEO_PIPELINE,message:`Error when trying to clear segments ejected by browser`,thrown:e},this.error$.next(t)})),this.subscription.add(rp(this.sourceBuffer,`error`).subscribe(()=>this.error$.next({id:`SourceBuffer`,category:np.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,ep(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);W(n,`No init buffer for starting representation`),W(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`,tp(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);W(n,`No such representation ${e}`);let r=this.segments.get(e),i=this.initData.get(e);if(G(i)||G(r)?yield this.loadInit(n,`high`,!1):i instanceof Promise&&(yield i),r=this.segments.get(e),W(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();op(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`,tp(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);W(n,`No such representation ${e}`);let r=this.segments.get(e),i=this.initData.get(e);if(G(i)||G(r)?yield this.loadInit(n,`high`,!1):i instanceof Promise&&(yield i),r=this.segments.get(e),W(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();op(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`,tp(this.destroyAbortController.signal,function(){var e=c(function*(e){let t=Uf(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||!wu(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);W(r,`Representation not found by id ${n}`);let i=this.segments.get(n);W(i,`No segments for starting representation`);let a=this.initData.get(n);if(W(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){!L(this.mediaSource,this.sourceBuffer)||e===this.downloadingRepresentationId||e===this.switchingToRepresentationId||(this.switchAbortController.abort(),this.switchAbortController=new Bf,tp(this.switchAbortController.signal,function(){var e=c(function*(e,t=!1){this.switchingToRepresentationId=e;let n=this.representations.get(e);W(n,`No such representation ${e}`);let r=this.segments.get(e),i=this.initData.get(e);if(G(i)||G(r)?yield this.loadInit(n,`high`,!1):i instanceof Promise&&(yield i),r=this.segments.get(e),W(r,`No segments for starting representation`),i=this.initData.get(e),!(!(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();op(t)&&!this.isLive&&(this.bufferLimit=this.forwardBufferTarget,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(){!G(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 Bf,e.abortBuffer()})()}maintain(e=this.getCurrentPosition()){if(G(e)||G(this.downloadingRepresentationId)||G(this.playingRepresentationId)||G(this.sourceBuffer)||!L(this.mediaSource,this.sourceBuffer)||op(this.switchingToRepresentationId)||this.isSeekingLive)return;let t=this.representations.get(this.downloadingRepresentationId),n=this.representations.get(this.playingRepresentationId),r=this.segments.get(this.downloadingRepresentationId),i=this.segments.get(this.playingRepresentationId);if(W(t,`No such representation ${this.downloadingRepresentationId}`),W(n,`No such representation ${this.playingRepresentationId}`),G(r)||G(i))return;let a=r.find(t=>e>=t.time.from&&e<t.time.to);op(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=_u(n),s=_u(t),c=this.useSmartRepresentationSwitch&&this.tuning.dash.useNewRepresentationSwitch&&this.tuning.dash.useSmartRepresentationSwitch&&op(i)&&op(s)&&ap(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)&&ep(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(Vf(s,a))e=`high`;else{let t=Hf(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=Hf(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;op(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=Uf(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=Uf(e.streams[this.kind],e=>e.representations);for(let e of t){if(!e||!wu(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;W(e);let t=this.segments.get(e);if(t?.length){let e=t[t.length-1];this.updateLowLatencyLiveIfNeeded(e)}}calculateDurationFromSegments(){if(!this.playingRepresentationId)return 0;let e=this.segments.get(this.playingRepresentationId);return(e?Hf(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(!wu(r))return;let i=this.segments.get(n.id)??[],a=i.find(t=>Math.floor(t.time.from)===Math.floor(e.time.from));if(a&&!isFinite(a.time.to)&&(a.time.to=e.time.to,t=a.time.to-a.time.from),!i.find(t=>Math.floor(t.time.from)===Math.floor(e.time.to))&&this.isActiveLowLatency()){let t=Math.round(e.time.to*r.timescale/1e3).toString(10),n=Uc(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&&Wf&&Wf(this.gapDetectionIdleCallback),this.initLoadIdleCallback&&Wf&&Wf(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)&&!(yf(this.sourceBuffer.buffered,t)&&yf(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*(){wu(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};r.activeSegments.add(i);let{range:a,url:o,signal:s,onProgress:l,onProgressTasks:u}=r.prepareTemplateFetchSegmentParams(e,t);r.failedDownloads&&s&&(yield tp(s,c(function*(){let e=ip(this.failedDownloads,this.tuning.downloadBackoff);yield new Promise(t=>setTimeout(t,e))}).bind(r))(),s.aborted&&r.abortActiveSegments([e]));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=sp(),!e)return;let c=new DataView(e),d=mu(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]),fp(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())wu(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;for(let n of e)n.status=`downloading`,r.activeSegments.add({segment:n,loadedBytes:0,feedingBytes:0,fedBytes:0,representationId:t.id});let{range:i,url:a,signal:o,onProgress:s}=r.prepareByteRangeFetchSegmentParams(e,t);r.failedDownloads&&o&&(yield tp(o,c(function*(){let e=ip(this.failedDownloads,this.tuning.downloadBackoff);yield new Promise(t=>{this.loadByteRangeSegmentsTimeoutId=window.setTimeout(t,e),rp(window,`online`).pipe(cp()).subscribe(()=>{t(),window.clearTimeout(this.loadByteRangeSegmentsTimeoutId)})})}).bind(r))(),o.aborted&&r.abortActiveSegments(e));try{yield r.fetcher.fetch(a,{range:i,onProgress:s,signal:o,priority:n,bufferOptimisation:r.tuning.dash.fetcherBufferOptimisation}),r.lastDataObtainedTimestampMs=sp(),r.failedDownloads=0}catch(t){r.abortActiveSegments(e),fp(t)||(r.failedDownloads++,r.updateRepresentationsBaseUrlIfNeeded())}})()}prepareByteRangeFetchSegmentParams(e,t){var n=this;if(wu(t.segmentReference))throw Error(`Representation is not byte range type`);let r=t.segmentReference.url,i={from:Hf(e,0).byte.from,to:Hf(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=sp(),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:np.VIDEO_PIPELINE,message:`Error when feeding segments`,thrown:e})}});return function(t,n){return e.apply(this,arguments)}}()}}prepareTemplateFetchSegmentParams(e,t){if(!wu(t.segmentReference))throw Error(`Representation is not template type`);let n=new URL(e.url,t.segmentReference.baseUrl);this.isActiveLowLatency()&&n.searchParams.set(`low-latency`,`yes`);let r=n.toString(),{signal:i}=this.downloadAbortController,a=[];return{url:r,signal:i,onProgress:this.isActiveLowLatency()||this.tuning.dash.enableSubSegmentBufferFeeding&&this.liveUpdateSegmentIndex<3?(e,n)=>{if(!i.aborted)try{this.lastDataObtainedTimestampMs=sp();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:np.VIDEO_PIPELINE,message:`Error when feeding segments`,thrown:e})}}:void 0,onProgressTasks:a}}abortActiveSegments(e){for(let t of this.activeSegments)Vf(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=mu(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=mu(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(!(G(this.sourceBuffer)||!L(this.mediaSource,this.sourceBuffer))){!this.isLive&&j.browser.isSafari&&this.tuning.useSafariEndlessRequestBugfix&&(yf(this.sourceBuffer.buffered,e.segment.time.from,100)&&yf(this.sourceBuffer.buffered,e.segment.time.to,100)||this.error$.next({id:`EmptyAppendBuffer`,category:np.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`,Cu(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=Gf(()=>Kf(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?tp(r.destroyAbortController.signal,c(function*(){let e=ip(this.failedDownloads,this.tuning.downloadBackoff);yield new Promise(t=>setTimeout(t,e))}).bind(r))():Promise.resolve()).then(()=>r.fetcher.fetchRepresentation(e.segmentReference,mu(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&&wu(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:np.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||G(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=Cu(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)Vf([`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||G(e)?0:nd(this.sourceBuffer.buffered,e)}getForwardBufferRepresentations(e=this.getCurrentPosition()){if(this.forwardBufferRepresentations.clear(),op(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}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=Gf(()=>{try{this.detectGaps(e,t)}catch(e){this.error$.next({id:`GapDetection`,category:np.WTF,message:`detectGaps threw`,thrown:e})}finally{this.gapDetectionIdleCallback=null}})}checkEjectedSegments(){if(G(this.sourceBuffer)||!L(this.mediaSource,this.sourceBuffer)||G(this.playingRepresentationId))return;let e=[];for(let t=0;t<this.sourceBuffer.buffered.length;t++){let n=Math.floor(this.sourceBuffer.buffered.start(t)*1e3),r=Math.ceil(this.sourceBuffer.buffered.end(t)*1e3);e.push({from:n,to:r})}for(let t of this.segments.values())for(let n of t){let{status:t}=n;if(t!==`fed`&&t!==`partially_ejected`)continue;let r=Math.floor(n.time.from),i=Math.ceil(n.time.to),a=e.some(e=>e.from-100<=r&&e.to+100>=i),o=e.filter(e=>r>=e.from&&r<e.to-100||i>e.from+100&&i<=e.to);a||(o.length===1||this.gaps.some(e=>e.from===n.time.from||e.to===n.time.to)?n.status=`partially_ejected`:n.status=`none`)}}handleAsyncError(e,t){this.error$.next({id:t,category:np.VIDEO_PIPELINE,thrown:e,message:`Something went wrong`})}}import{AbortControllerPolyfilled as mp}from"@vkontakte/videoplayer-shared/es2015";import{fetchPolyfilled as hp}from"@vkontakte/videoplayer-shared/es2015";import{abortable as gp,assertNever as _p,fromEvent as vp,merge as yp,now as bp,Subject as xp,ValueSubject as Sp,flattenObject as Cp,ErrorCategory as wp,SubscriptionRemovable as Tp,getWindow as Ep,suppressAbort as Dp}from"@vkontakte/videoplayer-shared/es2015";class Op{constructor({throughputEstimator:e,requestQuic:t,tracer:n,compatibilityMode:r=!1,useEnableSubtitlesParam:a=!1}){i(this,`throughputEstimator`,void 0),i(this,`requestQuic`,void 0),i(this,`tracer`,void 0),i(this,`manifestRequested$`,new xp),i(this,`firstBytesManifest$`,new xp),i(this,`firstBytesRequested$`,new xp),i(this,`firstBytesReceived$`,new xp),i(this,`lastConnectionType$`,new Sp(void 0)),i(this,`lastConnectionReused$`,new Sp(void 0)),i(this,`lastRequestFirstBytes$`,new Sp(void 0)),i(this,`lastConnectionMetrics$`,new Sp(void 0)),i(this,`lastDownloadMetrics$`,new Sp(void 0)),i(this,`recoverableError$`,new xp),i(this,`error$`,new xp),i(this,`abortAllController`,new mp),i(this,`subscription`,new Tp),i(this,`compatibilityMode`,void 0),i(this,`useEnableSubtitlesParam`,void 0),i(this,`performanceObserver`,null),i(this,`pendingConnectionMetrics`,new Map),i(this,`fetchManifest`,gp(this.abortAllController.signal,function(){var e=c(function*(e){let t=this.tracer.createComponentTracer(`FetchManifest`),n=e;this.requestQuic&&(n=fc(n)),!this.compatibilityMode&&this.useEnableSubtitlesParam&&(n=Ec(n)),this.trackRequestStart(n,performance.now());let r=bp();this.manifestRequested$.next();let i=yield this.doFetch(n,{signal:this.abortAllController.signal}).catch(Dp);if(i){let a=bp();t.log(`success`,Cp({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)}return l}else return t.error(`error`,Cp({url:n,message:`No data in request manifest`})),t.end(),null});return function(t){return e.apply(this,arguments)}}().bind(this))),i(this,`fetch`,gp(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}={}){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,Ep().location.href);e.searchParams.append(`bytes`,`${n.from}-${n.to}`),d=e.toString();break}default:_p(t)}this.requestQuic&&(d=fc(d));let m=this.abortAllController.signal,h;if(a){let e=new mp;if(h=yp(vp(this.abortAllController.signal,`abort`),vp(a,`abort`)).subscribe(()=>{try{e.abort()}catch(e){Dp(e)}}),this.subscription.add(h),this.abortAllController.signal.aborted||a.aborted)try{e.abort()}catch(e){Dp(e)}m=e.signal}let g=0,_=bp();p.log(`startRequest`,Cp({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},{ignoreNetworkErrors:u}),y=bp();if(!v)return p.error(`error`,{message:`No response in request`}),p.end(),this.unsubscribeAbortSubscription(h),null;if(this.throughputEstimator?.addRawRtt(y-_),!v.ok||!v.body){this.unsubscribeAbortSubscription(h);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){this.unsubscribeAbortSubscription(h);let e=bp(),t={requestStartedAt:_,requestEndedAt:e,duration:e-_};return p.log(`endRequest`,Cp(t)),p.end(),v.arrayBuffer()}let b=v.body;if(o){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=>{this.unsubscribeAbortSubscription(h),T=!0,Dp(e)},ee=gp(m,function(){var e=c(function*({done:e,value:t}){if(g===0&&(this.lastRequestFirstBytes$.next(bp()-_),this.firstBytesReceived$.next()),m.aborted){this.unsubscribeAbortSubscription(h);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(ee,E)}});return function(t){return e.apply(this,arguments)}}().bind(this));yield x?.read().then(ee,E),this.unsubscribeAbortSubscription(h);let D=bp(),te={failed:T,requestStartedAt:_,requestEndedAt:D,duration:D-_};if(T)return p.error(`endRequest`,Cp(te)),p.end(),null;if(g>0){let t=D-_,n=g/(t/1e3)*8/1024,r={bytes:g,speed:n,url:e};this.lastDownloadMetrics$.next(r)}return p.log(`endRequest`,Cp(te)),p.end(),w.buffer});return function(t){return e.apply(this,arguments)}}().bind(this))),i(this,`fetchByteRangeRepresentation`,gp(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},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});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`,gp(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,Ep().PerformanceObserver&&this.setupPerformanceObserver()}onHeadersReceived(e){let{type:t,reused:n}=pc(e);this.lastConnectionType$.next(t),this.lastConnectionReused$.next(n)}setupPerformanceObserver(){this.performanceObserver=new(Ep()).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 Ep().navigator))return`unknown`;let e=Ep().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:wp.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:_p(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=yield hp(e,t);if(i.ok)return i;if(n?.ignoreNetworkErrors)return;let a=yield i.text(),o=parseInt(a);if(!isNaN(o))switch(o){case 1:r.recoverableError$.next({id:`VideoDataLinkExpiredError`,message:`Video data links have expired`,category:wp.FATAL,httpCode:i.status,UVBackendErrorCode:a});break;case 8:r.recoverableError$.next({id:`VideoDataLinkBlockedForFloodError`,message:`Url blocked for flood`,category:wp.FATAL,httpCode:i.status,UVBackendErrorCode:a});break;case 18:r.recoverableError$.next({id:`VideoDataLinkIllegalIpChangeError`,message:`Client IP has changed`,category:wp.FATAL,httpCode:i.status,UVBackendErrorCode:a});break;case 21:r.recoverableError$.next({id:`VideoDataLinkIllegalHostChangeError`,message:`Request HOST has changed`,category:wp.FATAL,httpCode:i.status,UVBackendErrorCode:a});break;default:r.error$.next({id:`GeneralVideoDataFetchError`,message:`Generic video data fetch error (${o})`,category:wp.FATAL,httpCode:i.status,UVBackendErrorCode:a})}})()}unsubscribeAbortSubscription(e){e&&(e.unsubscribe(),this.subscription.remove(e))}}import{isNullable as kp,ValueSubject as Ap}from"@vkontakte/videoplayer-shared/es2015";class jp{constructor(e,t){i(this,`currentRepresentation$`,new Ap(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(!kp(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=jp.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=>jp.filterRepresentations(e.representations))}static filterRepresentations(e){return e?.filter(e=>e.kind===`text`&&`segmentReference`in e&&wu(e.segmentReference))}}var Mp=[`timeupdate`,`progress`,`play`,`seeked`,`stalled`,`waiting`],Np=[`timeupdate`,`progress`,`loadeddata`,`playing`,`seeked`];class Pp{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 If),i(this,`subscriptionRemovable`,new Lf),i(this,`representationSubscription`,new If),i(this,`fetcher`,void 0),i(this,`state$`,new M(`none`)),i(this,`currentVideoRepresentation$`,new U(void 0)),i(this,`currentVideoRepresentationInit$`,new U(void 0)),i(this,`currentAudioRepresentation$`,new U(void 0)),i(this,`currentVideoSegmentLength$`,new U(0)),i(this,`currentAudioSegmentLength$`,new U(0)),i(this,`error$`,new Ff),i(this,`manifestRequested$`,new Ff),i(this,`firstBytesManifest$`,new Ff),i(this,`manifestReceived$`,new Ff),i(this,`firstBytesRequested$`,new Ff),i(this,`firstBytesReceived$`,new Ff),i(this,`lastConnectionType$`,new U(void 0)),i(this,`lastConnectionReused$`,new U(void 0)),i(this,`lastRequestFirstBytes$`,new U(void 0)),i(this,`lastConnectionMetrics$`,new U(void 0)),i(this,`lastDownloadMetrics$`,new U(void 0)),i(this,`currentLiveTextRepresentation$`,new U(null)),i(this,`timeoutSourceOpenId`,void 0),i(this,`isLive$`,new U(!1)),i(this,`isActiveLive$`,new U(!1)),i(this,`isLowLatency$`,new U(!1)),i(this,`liveDuration$`,new U(0)),i(this,`liveSeekableDuration$`,new U(0)),i(this,`liveAvailabilityStartTime$`,new U(0)),i(this,`liveStreamStatus$`,new U(void 0)),i(this,`bufferLength$`,new U(0)),i(this,`liveLatency$`,new U(void 0)),i(this,`liveLoadBufferLength$`,new U(0)),i(this,`livePositionFromPlayer$`,new U(0)),i(this,`currentStallDuration$`,new U(0)),i(this,`videoLastDataObtainedTimestamp$`,new U(0)),i(this,`fetcherRecoverableError$`,new Ff),i(this,`fetcherError$`,new Ff),i(this,`liveStreamEndTimestamp`,0),i(this,`liveBuffer`,void 0),i(this,`isUpdatingLive`,!1),i(this,`isJumpGapAfterSeekLive`,!1),i(this,`forceEnded$`,new Ff),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,`destroyController`,new gf),i(this,`initManifest`,bf(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:Cf.PARSER,message:`No playable video representations`})});return function(t,n,r){return e.apply(this,arguments)}}().bind(this))),i(this,`updateManifest`,bf(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:Cf.NETWORK,message:`Failed to load manifest`,thrown:e})});if(!e)return null;let t=null;try{t=Wc(e??``,this.manifestUrlString),this.manifestReceived$.next()}catch(t){let n=Gs(e)??{id:`ManifestParsing`,category:Cf.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=Je())==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:Cf.VIDEO_PIPELINE,message:`seekLive after stream restore failed`,thrown:e})})}}let r={text:t.streams.text,video:[],audio:[]},i,a;for(let e of[`video`,`audio`]){let o=t.streams[e].filter(({mime:t,codecs:r})=>n(e,t,r));r[e]=o;let s;if(this.tuning.dash.codecsPrioritizeEnabled){let t=o.map(({codecs:e})=>e);e===`audio`&&(a=tl(t),s=a[0]),e===`video`&&(i=el(t),s=this.forceVideoCodec&&_f(i,this.forceVideoCodec)?this.forceVideoCodec:i[0]),s&&(r[e]=o.filter(({codecs:e})=>nl(e)===s))}else s=$c(new Set(o.map(({codecs:e})=>e))),s&&(r[e]=o.filter(({codecs:e})=>e.startsWith(s)));if(e===`video`){let e=this.tuning.preferHDR,t=r.video.some(e=>e.hdr),n=r.video.some(e=>!e.hdr);j.display.isHDR&&e&&t?r.video=r.video.filter(e=>e.hdr):n&&(r.video=r.video.filter(e=>!e.hdr));let{videoStreamRepresentaionsFilter:i}=this.tuning.dash;i.length&&id(r,i)}}let s=o(o({},t),{},{streams:r});return this.tuning.dash.codecsPrioritizeEnabled&&(s.codecs={video:i,audio:a}),this.tracer.log(`updateManifestEnd`,Ef(s)),s}).bind(this))),i(this,`initRepresentations`,bf(this.destroyController.signal,function(){var e=c(function*(e,t,n){var r=this;this.tracer.log(`initRepresentationsStart`,Ef({initialVideo:e,initialAudio:t,sourceHls:n})),xf(this.manifest),xf(this.element),this.representationSubscription.unsubscribe(),this.state$.startTransitionTo(`representations_ready`);let i=e=>{this.representationSubscription.add(Df(e,`error`).pipe(wf(e=>!!this.element?.played.length)).subscribe(e=>{this.error$.next({id:`VideoSource`,category:Cf.VIDEO_PIPELINE,message:`Unexpected video source error`,thrown:e})}))};this.source=Ze();let o=document.createElement(`source`);if(i(o),o.src=URL.createObjectURL(this.source),this.element.appendChild(o),Ye())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 pp(`video`,this.source,c,s),this.bufferManagers=[this.videoBufferManager],Af(t)){let e=this.manifest.streams.audio.reduce((e,t)=>[...e,...t.representations],[]);this.audioBufferManager=new pp(`audio`,this.source,e,s),this.bufferManagers.push(this.audioBufferManager)}if(jp.isSupported(this.manifest.streams.text)&&!this.isLowLatency$.getValue()&&(this.liveTextManager=new jp(this.manifest.streams.text,s)),this.representationSubscription.add(this.fetcher.lastRequestFirstBytes$.subscribe(this.lastRequestFirstBytes$)),this.representationSubscription.add(Nf(...Np.map(e=>Df(this.element,e))).pipe(Mf(e=>this.element?nd(this.element.buffered,this.element.currentTime*1e3):0),Tf(),Rf(e=>{e>this.tuning.dash.bufferEmptinessTolerance&&this.stopStallWatchdogSubscription()})).subscribe(this.bufferLength$)),this.representationSubscription.add(Nf(Df(this.element,`ended`),this.forceEnded$).subscribe(()=>{this.stopStallWatchdogSubscription()})),this.isLive$.getValue()){this.subscription.add(this.liveDuration$.pipe(Tf()).subscribe(e=>this.liveStreamEndTimestamp=Pf())),this.subscription.add(Df(this.element,`pause`).subscribe(()=>{let{liveUpdateInterval:e}=this.tuning.dash;this.livePauseWatchdogSubscription=kf(e).subscribe(t=>{let n=Ee(this.manifestUrlString,2);this.manifestUrlString=O(this.manifestUrlString,n+e,2),this.liveStreamStatus$.getValue()===`active`&&this.updateManifest()}),this.subscription.add(this.livePauseWatchdogSubscription)})).add(Df(this.element,`play`).subscribe(e=>this.livePauseWatchdogSubscription?.unsubscribe())),this.representationSubscription.add(Sf({isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(Mf(({isActiveLive:e,isLowLatency:t})=>e&&t),Tf()).subscribe(e=>{this.isManualDecreasePlaybackInLive()||qd(this.element,1)})),this.representationSubscription.add(Sf({bufferLength:this.bufferLength$,isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(wf(({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(Sf({isLive:this.isLive$,rtt:this.throughputEstimator.rtt$,bufferLength:this.bufferLength$,segmentServerLatency:this.videoBufferManager.currentLiveSegmentServerLatency$}).pipe(wf(({isLive:e})=>e),Tf((e,t)=>t.bufferLength<e.bufferLength),Mf(({rtt:e,bufferLength:t,segmentServerLatency:n})=>{let r=Ee(this.manifestUrlString,2);return(e/2+t+n+r)/1e3})).subscribe(this.liveLatency$)),this.representationSubscription.add(Sf({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),qd(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(Sf({liveLoadBufferLength:this.liveLoadBufferLength$,bufferLength:this.bufferLength$}).pipe(zf(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=Ee(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:Cf.VIDEO_PIPELINE,thrown:e,message:`Failed to update live with subscription`})}))}let l=Sf({allBuffersFull:Nf(...this.bufferManagers.map(e=>e.fullyBuffered$)).pipe(Mf(()=>this.bufferManagers.every(e=>e.fullyBuffered$.getValue()))),someBufferEnded:Nf(...this.bufferManagers.map(e=>e.onLastSegment$)).pipe(Mf(()=>this.bufferManagers.some(e=>e.onLastSegment$.getValue())))}).pipe(Tf(),Mf(({allBuffersFull:e,someBufferEnded:t})=>e&&t),wf(e=>e));if(this.representationSubscription.add(Nf(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:Cf.VIDEO_PIPELINE,message:`Failed to end MediaSource stream`,thrown:e})}})),this.representationSubscription.add(Nf(...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:Cf.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,...vf(vf([...this.manifest.streams.audio,...this.manifest.streams.video],e=>e.representations),e=>{let t=[];return e.duration&&t.push(e.duration),wu(e.segmentReference)&&e.segmentReference.totalSegmentsDurationMs&&t.push(e.segmentReference.totalSegmentsDurationMs),t})];this.source.duration=Math.max(...e)/1e3}this.audioBufferManager&&Af(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=kf(this.tuning.gapWatchdogInterval).subscribe(()=>this.jumpGap(),e=>{this.error$.next({id:`GapWatchdog`,category:Cf.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.fetcher=new Op({throughputEstimator:this.throughputEstimator,requestQuic:this.tuning.requestQuick,compatibilityMode:e.compatibilityMode,tracer:this.tracer,useEnableSubtitlesParam:e.tuning.useEnableSubtitlesParam}),this.subscription.add(this.fetcher.recoverableError$.subscribe(this.fetcherRecoverableError$)),this.subscription.add(this.fetcher.error$.subscribe(this.fetcherError$)),this.subscription.add(this.fetcher.manifestRequested$.subscribe(this.manifestRequested$)),this.subscription.add(this.fetcher.firstBytesManifest$.subscribe(this.firstBytesManifest$)),this.subscription.add(this.fetcher.firstBytesRequested$.subscribe(this.firstBytesRequested$)),this.subscription.add(this.fetcher.firstBytesReceived$.subscribe(this.firstBytesReceived$)),this.subscription.add(this.fetcher.lastConnectionType$.subscribe(this.lastConnectionType$)),this.subscription.add(this.fetcher.lastConnectionReused$.subscribe(this.lastConnectionReused$)),this.subscription.add(this.fetcher.lastConnectionMetrics$.subscribe(this.lastConnectionMetrics$)),this.subscription.add(this.fetcher.lastDownloadMetrics$.subscribe(this.lastDownloadMetrics$)),this.liveBuffer=Pd.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*(){xf(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:Pf()-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(){xf(this.element),this.state$.setState(`running`),this.subscription.add(Nf(...Mp.map(e=>Df(this.element,e)),Df(window,`online`)).subscribe(()=>this.tick(),e=>{this.error$.next({id:`DashVKPlayer`,category:Cf.WTF,message:`Internal logic error`,thrown:e})})),this.subscription.add(Df(this.element,`progress`).subscribe(()=>{this.element&&this.element.readyState===2&&!this.element.seeking&&(this.element.currentTime=this.element.currentTime)})),this.subscription.add(Df(this.element,`waiting`).subscribe(()=>{this.tuning.dash.useVideoElementWaitingCurrentTimeReassign&&this.element&&this.element.readyState===2&&!this.element.seeking&&yf(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=kf(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=Pf(),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:Cf.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`,Ef(c))},e=>{this.error$.next({id:`StallWatchdogCallback`,category:Cf.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.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*(){xf(n.element),xf(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),!yf(n.element.buffered,r)&&(yield Promise.all([n.videoBufferManager.abort(),n.audioBufferManager?.abort()])),jf(n.element)||jf(n.videoBufferManager)||(n.videoBufferManager.maintain(r),n.audioBufferManager?.maintain(r),n.element.currentTime=r/1e3,n.tracer.log(`seek`,Ef({requestedPosition:e,forcePrecise:t,position:r})))})()}warmUpMediaSourceIfNeeded(e=this.element?.currentTime){Af(this.element)&&Af(this.source)&&Af(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()}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=Of(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`,Ef(n)))}}calculateDurationFromSegments(){return Math.max(this.videoBufferManager?.calculateDurationFromSegments()||0,this.audioBufferManager?.calculateDurationFromSegments()||0)}}class Fp{constructor(e){i(this,`scene3D`,void 0),i(this,`subscription`,new mf),i(this,`volumeSubscription`,new mf),i(this,`videoState`,new M(`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`,void 0),i(this,`droppedFramesManager`,new ga),i(this,`stallsManager`,new bo),i(this,`elementSizeManager`,new Do),i(this,`abrManager`,new Rs),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 Kr),i(this,`audioTrackSwitchHistory`,new Kr),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 $d(e)}}}),i(this,`init3DScene`,e=>{if(this.scene3D)return;this.scene3D=new ro(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)}),this.textTracksManager=new qn(e.source.url),this.params=e,this.video=bn(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(ci(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 Pp({throughputEstimator:this.params.dependencies.throughputEstimator,tuning:this.params.tuning,compatibilityMode:this.params.source.compatibilityMode,tracer:this.tracer,forceVideoCodec:this.params.forceVideoCodec}),this.subscribe()}getProviderSubscriptionInfo(){let{output:e,desiredState:t}=this.params;lf(this.observableVideo)&&(this.observableVideo=pr(this.video),this.subscription.add(()=>this.observableVideo?.destroy()));let n=this.constructor.name,r=t=>{e.error$.next({id:n,category:rf.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(af(e=>!!e.length),pf()).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(uf(e=>e.to.state!==`none`),of());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$,tuning:this.params.tuning,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.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(af(cf),pf()),t.firstBytesEvent$),s(this.stallsManager.severeStallOccurred$,t.severeStallOccurred$),s(this.videoState.stateChangeEnded$.pipe(uf(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(Bn(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))})),jo({subscription:this.subscription,desiredState:n,videoElement$:this.params.output.element$,observableVideo:r}),this.subscription.add(Vn(this.video,n.volume,r.volumeState$,i,{skipVideoElVolumeSync$:this.params.skipVideoElVolumeSync$})),this.subscription.add(Hn(this.video,n.playbackRate,r.playbackRateState$,i)),this.elementSizeManager.connect({video:this.video,observableVideo:r}),s(xa(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(ef(e,`Manifest not loaded or empty`),!this.params.tuning.isAudioDisabled){let t=[];for(let n of e.audio){t.push(xu(n));let e=[];for(let t of n.representations){let r=vu(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(Su(t));let e=[];for(let n of t.representations){let r=_u(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=yu(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=df(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$,sf(this.video,`progress`)).pipe(af(()=>this.videoTracksMap.size>0)),{abrThrottle:u}=this.params.tuning.dash;u&&(l=l.pipe(hf(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);cf(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(tf({videoState:this.videoState.stateChangeEnded$,autoVideoTrackState:df(ff([n.autoVideoTrackSwitching.getState()]),n.autoVideoTrackSwitching.stateChangeEnded$.pipe(uf(e=>e.to)))}).pipe(uf(({videoState:e,autoVideoTrackState:t})=>e.to!==`stopped`&&t),of()).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(of()).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(Su(i));let o=this.player.calculateDurationFromSegments();o&&this.params.output.duration$.next(o/1e3)},i)),this.subscription.add(this.player.currentAudioRepresentation$.pipe(of()).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(xu(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(uf(({to:e})=>e===`ready`),of());this.subscription.add(df(d,n.autoVideoTrackSwitching.stateChangeStarted$,this.player.state$.stateChangeEnded$,ff([`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(df(d,this.player.state$.stateChangeEnded$,ff([`init`])).subscribe(()=>this.player.setPreloadOnly(n.playbackState.getState()===`ready`)));let f=df(n.playbackState.stateChangeStarted$,n.videoTrack.stateChangeStarted$,n.seekState.stateChangeEnded$,this.videoState.stateChangeEnded$,ff([`init`])).pipe(nf(0));this.subscription.add(f.subscribe(this.syncPlayback,i))}selectVideoAudioRepresentations(){if(this.player.isStreamEnded)return;let e=this.params.tuning.useNewAutoSelectVideoTrack?Qr:Zr,t=this.params.tuning.useNewAutoSelectVideoTrack?si:oi,n=this.params.tuning.useNewAutoSelectVideoTrack?ii:ai,{desiredState:r,output:i}=this.params,a=r.autoVideoTrackSwitching.getState(),o=r.videoTrack.getState()?.id,s=[...this.videoTracksMap.keys()].find(({id:e})=>e===o),c=i.currentVideoTrack$.getValue(),l=r.videoStream.getState()??(s&&this.videoTracksMap.get(s)?.stream)??this.videoStreamsMap.size===1?this.videoStreamsMap.keys().next().value:void 0;if(!l)return;let u=[...this.videoStreamsMap.keys()].find(({id:e})=>e===l.id),d=u&&this.videoStreamsMap.get(u);if(!d)return;let f=nd(this.video.buffered,this.video.currentTime*1e3),p;p=this.player.isActiveLive$.getValue()?this.player.isLowLatency$.getValue()?this.params.tuning.dashCmafLive.lowLatency.maxTargetOffset:this.params.tuning.dashCmafLive.normalizedLiveMinBufferSize:this.player.isLive$.getValue()?this.params.tuning.dashCmafLive.normalizedTargetMinBufferSize:a?this.params.tuning.dash.forwardBufferTargetAuto:this.params.tuning.dash.forwardBufferTargetManual;let m=(this.video.duration*1e3||1/0)-this.video.currentTime*1e3,h=Math.min(f/Math.min(p,m||1/0),1),g=r.audioStream.getState()??(this.audioStreamsMap.size===1?this.audioStreamsMap.keys().next().value:void 0),_=[...this.audioStreamsMap.keys()].find(({id:e})=>e===g?.id)??this.audioStreamsMap.keys().next().value,v=0;if(_){if(s&&!a){let t=e(s,d,this.audioStreamsMap.get(_)??[],this.params.tuning.autoTrackSelection.minVideoAudioRatio);v=Math.max(v,t?.bitrate??-1/0)}if(c){let t=e(c,d,this.audioStreamsMap.get(_)??[],this.params.tuning.autoTrackSelection.minVideoAudioRatio);v=Math.max(v,t?.bitrate??-1/0)}}this.abrManager.updateContext({isAuto:a,videoTracks:d,audioTracks:_?this.audioStreamsMap.get(_)??[]:[],currentVideoTrack:c,desiredVideoTrack:s,limits:this.params.desiredState.autoVideoTrackLimits.getState(),forwardBufferHealth:h,forwardVideoBufferRepresentations:this.player.getForwardBufferRepresentations(`video`),forwardAudioBufferRepresentations:this.player.getForwardBufferRepresentations(`audio`)});let y=s,b;this.params.tuning.dash.useNewAbr?(y=this.abrManager.autoSelectTrack(`video`),b=_&&this.abrManager.autoSelectTrack(`audio`)):((a||!y)&&(y=n(d,{container:this.elementSizeManager.getValue(),panelSize:this.params.panelSize,estimatedThroughput:this.params.dependencies.throughputEstimator.rttAdjustedThroughput$.getValue(),tuning:this.stallsManager.abrTuningParams,limits:this.params.desiredState.autoVideoTrackLimits.getState(),reserve:v,forwardBufferHealth:h,current:c,visible:this.params.output.elementVisible$.getValue(),history:this.videoTrackSwitchHistory,playbackRate:this.video.playbackRate,droppedVideoMaxQualityLimit:this.droppedFramesManager.droppedVideoMaxQualityLimit,stallsVideoMaxQualityLimit:this.stallsManager.videoMaxQualityLimit,stallsPredictedThroughput:this.stallsManager.predictedThroughput,abrLogger:this.params.dependencies.abrLogger})),b=_&&t(y,d,this.audioStreamsMap.get(_)??[],{estimatedThroughput:this.params.dependencies.throughputEstimator.rttAdjustedThroughput$.getValue(),stallsPredictedThroughput:this.stallsManager.predictedThroughput,tuning:this.stallsManager.abrTuningParams,forwardBufferHealth:h,history:this.audioTrackSwitchHistory,playbackRate:this.video.playbackRate,abrLogger:this.params.dependencies.abrLogger}));let x=this.videoTracksMap.get(y)?.representation,S=b&&this.audioTracksMap.get(b)?.representation;if(x&&S)return[x,S];if(x&&!S&&this.audioTracksMap.size===0)return[x,void 0]}prepare(e=0){this.player.initManifest(this.video,this.params.source.url,e)}playIfAllowed(){Di(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:rf.DOM,thrown:e}))}destroy(){this.subscription.unsubscribe(),this.volumeSubscription.unsubscribe(),this.droppedFramesManager.destroy(),this.stallsManager.destroy(),this.elementSizeManager.destroy(),this.destroy3DScene(),this.textTracksManager.destroy(),this.player.destroy(),this.params.output.element$.next(void 0),this.params.output.currentVideoStream$.next(void 0),xn(this.video,this.params.tuning),this.tracer.end()}}class Ip extends Fp{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 Lp,merge as Rp,filter as zp,filterChanged as Bp,isNullable as Vp,map as Hp,ValueSubject as Up,isNonNullable as Wp}from"@vkontakte/videoplayer-shared/es2015";class Gp extends Fp{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 Up(1);a(r.playbackRateState$,o),(this.params.tuning.dashCmafLive.catchupLiveForMutedInactiveTab||this.params.tuning.live.catchupLiveForMutedInactiveTab)&&this.subscription.add(n.elementVisible$.pipe(Bp()).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(Hp(e=>e.to)).subscribe(this.player.isLowLatency$)).add(Lp({liveBufferTime:n.liveBufferTime$,liveAvailabilityStartTime:this.player.liveAvailabilityStartTime$}).pipe(Hp(({liveBufferTime:e,liveAvailabilityStartTime:n})=>e&&n?e*1e3+n+t:void 0)).subscribe(n.liveTime$)).add(Lp({liveDuration:this.player.liveDuration$,liveStreamStatus:this.player.liveStreamStatus$,playbackRate:Rp(r.playbackRateState$,new Up(1))}).pipe(zp(({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||Vp(i)||(t=e-i)})).add(Lp({time:n.liveBufferTime$,liveDuration:this.player.liveDuration$,playbackRate:Rp(r.playbackRateState$,new Up(1))}).pipe(Bp((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||Vp(e)||Vp(r))return;let s=-1*(r-e-t);n.position$.next(Math.min(s,0))})).add(this.player.currentLiveTextRepresentation$.subscribe(e=>{if(e){let t=bu(e);this.params.output.availableTextTracks$.next([t])}})),this.params.tuning.dashCmafLive.externalStopControl||this.subscription.add(this.player.liveStreamStatus$.pipe(zp(e=>Wp(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 Kp}from"@vkontakte/videoplayer-shared/es2015";import{fetchPolyfilled as qp}from"@vkontakte/videoplayer-shared/es2015";var Jp=`X-Playback-Duration`,Yp=function(){var e=a(function*(e){let t=yield qp(e),n=yield t.text(),r=/#EXT-X-VK-PLAYBACK-DURATION:(\d+)/m.exec(n)?.[1];return r?parseInt(r,10):t.headers.has(Jp)?parseInt(t.headers.get(Jp),10):void 0});return function(t){return e.apply(this,arguments)}}();import{assertNever as Xp,combine as Zp,debounce as Qp,ErrorCategory as $p,filter as em,filterChanged as tm,isNonNullable as nm,isNullable as rm,map as im,merge as am,observableFrom as om,Subscription as sm,ValueSubject as cm,VideoQuality as lm}from"@vkontakte/videoplayer-shared/es2015";import{objectFromEntries as um}from"@vkontakte/videoplayer-shared/es2015";import{fetchPolyfilled as dm}from"@vkontakte/videoplayer-shared/es2015";import{videoSizeToQuality as fm,getExponentialDelay as pm}from"@vkontakte/videoplayer-shared/es2015";var mm=e=>{let t=null;if(e.QUALITY&&(t=hr(e.QUALITY)),!t&&e.RESOLUTION){let[n,r]=e.RESOLUTION.split(`x`).map(e=>parseInt(e,10));t=fm({width:n,height:r})}return t??null},hm=(e,t)=>{let n=e.split(`
214
+ `),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=um(o[1].split(`,`).map(e=>e.split(`=`))),a=i.QUALITY??`stream-${i.BANDWIDTH}`,s=mm(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=um(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}},gm=e=>new Promise(t=>{setTimeout(()=>{t()},e)}),_m=0,vm=function(){var e=a(function*(e,t=e,n,r){let i=yield(yield dm(e,r)).text();_m+=1;try{let{qualityManifests:e,textTracks:n}=hm(i,t);return{qualityManifests:e,textTracks:n}}catch{if(_m<=n.manifestRetryMaxCount)return yield gm(pm(_m-1,{start:n.manifestRetryInterval,max:n.manifestRetryMaxInterval})),vm(e,t,n)}return{qualityManifests:[],textTracks:[]}});return function(t){return e.apply(this,arguments)}}(),ym=vm;import{AbortControllerPolyfilled as bm}from"@vkontakte/videoplayer-shared/es2015";import{fetchPolyfilled as xm}from"@vkontakte/videoplayer-shared/es2015";import{isNonNullable as Sm,Subscription as Cm,throttle as wm,ValueSubject as Tm,Subject as Em,ErrorCategory as Dm}from"@vkontakte/videoplayer-shared/es2015";class Om{constructor(e,t,n,r,a){i(this,`params`,void 0),i(this,`subscription`,new Cm),i(this,`abortControllers`,{destroy:new bm,nextManifest:null}),i(this,`prepareUrl`,void 0),i(this,`currentTextTrackData`,null),i(this,`availableTextTracks$`,new Tm(null)),i(this,`getCurrentTime$`,new Tm(null)),i(this,`error$`,new Em),this.params={fetchManifestData:n,sourceUrl:r,downloadThreshold:a},this.subscription.add(e.pipe(wm(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 xm(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(`
215
+ `),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(Sm(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 bm;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:Dm.WTF,thrown:t,message:e})}}class km{constructor(e){i(this,`subscription`,new sm),i(this,`volumeSubscription`,new sm),i(this,`videoState`,new M(`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 cm([])),i(this,`maxSeekBackTime$`,void 0),i(this,`liveOffset`,new Jn),i(this,`manifestStartTime$`,new cm(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 Xp(e)}}),this.params=e,this.video=bn(e.container,e.tuning),this.params.output.element$.next(this.video),this.masterManifest={id:`master`,quality:lm.INVARIANT,url:this.params.source.url};let t=(e,t)=>ym(e,this.params.source.url,{manifestRetryInterval:this.params.tuning.manifestRetryInterval,manifestRetryMaxInterval:this.params.tuning.manifestRetryMaxInterval,manifestRetryMaxCount:this.params.tuning.manifestRetryMaxCount},t);this.params.tuning.useHlsLiveNewTextManager?this.liveTextManager=new Om(this.params.output.liveTime$,this.video,t,this.params.source.url,this.params.tuning.hlsLiveNewTextManagerDownloadThreshold):this.textTracksManager=new qn(e.source.url),t(this.generateLiveUrl()).then(({qualityManifests:e,textTracks:t})=>{e.length===0&&this.params.output.error$.next({id:`HlsLiveProviderInternal:empty_manifest`,category:$p.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:$p.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(ci(this.params.source.url)),this.params.output.availableTextTracks$.next([]),this.params.desiredState.internalTextTracks.setState([]),this.maxSeekBackTime$=new cm(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:$p.WTF,message:`HlsLiveProvider internal logic error`,thrown:t})},r=pr(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(Vn(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(Hn(this.video,t.playbackRate,r.playbackRateState$,n)),i(xa(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(tm(),im(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&&nm(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(ci(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(Zp({startTime:this.manifestStartTime$.pipe(em(nm)),currentTime:r.timeUpdate$}).subscribe(({startTime:e,currentTime:t})=>this.params.output.liveTime$.next(e+t*1e3),n)),this.subscription.add(this.manifests$.pipe(im(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=am(t.playbackState.stateChangeStarted$,t.seekState.stateChangeEnded$,t.videoTrack.stateChangeStarted$,t.autoVideoTrackSwitching.stateChangeStarted$,t.autoVideoTrackLimits.stateChangeStarted$,this.videoState.stateChangeEnded$,this.manifests$,om([`init`])).pipe(Qp(0));this.subscription.add(a.subscribe(this.syncPlayback,n));let o=!1;this.params.tuning.live.catchupLiveForMutedInactiveTab&&this.subscription.add(e.elementVisible$.pipe(tm()).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),xn(this.video,this.params.tuning)}prepare(){let e=this.selectManifest();if(rm(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(),Yp(a).then(e=>{if(!rm(e))this.maxSeekBackTime$.next(e);else{let e=this.params.source.maxSeekBackTime??this.maxSeekBackTime$.getValue();(rm(e)||!isFinite(e))&&Kp(a).then(e=>e.text()).then(e=>{let t=/#EXT-X-STREAM-INF[^\n]+\n(.+)/m.exec(e)?.[1];t&&Yp(new URL(t,a).toString()).then(e=>{rm(e)||this.maxSeekBackTime$.next(e)})}).catch(()=>{})}})}playIfAllowed(){Di(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:$p.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 Am,debounce as jm,ErrorCategory as Mm,fromEvent as Nm,isNonNullable as Pm,isNullable as Fm,map as Im,merge as Lm,observableFrom as Rm,Subscription as zm,ValueSubject as Bm,VideoQuality as Vm}from"@vkontakte/videoplayer-shared/es2015";class Hm{constructor(e){i(this,`subscription`,new zm),i(this,`volumeSubscription`,new zm),i(this,`videoState`,new M(`stopped`)),i(this,`video`,void 0),i(this,`params`,void 0),i(this,`textTracksManager`,void 0),i(this,`masterManifest`,void 0),i(this,`manifests$`,new Bm([])),i(this,`unmuteAfterBrowserResetsHappened`,new Bm(!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 Am(e)}}),this.textTracksManager=new qn(e.source.url),this.params=e,this.video=bn(e.container,e.tuning),this.params.output.element$.next(this.video),this.masterManifest={id:`master`,quality:Vm.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(ci(this.params.source.url)),this.params.output.autoVideoTrackLimitingAvailable$.next(!0),this.params.output.manifestRequested$.next(),ym(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.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:Mm.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:Mm.WTF,message:`HlsProvider internal logic error`,thrown:t})},r=pr(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(Im(e=>e.to)),this.params.output.playbackState$),this.subscription.add(Bn(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(Hn(this.video,t.playbackRate,r.playbackRateState$,n)),jo({subscription:this.subscription,desiredState:t,videoElement$:this.params.output.element$,observableVideo:r}),this.subscription.add(Vn(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&&Pm(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(ci(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(Im(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(Lm(Nm(e,`addtrack`),Nm(e,`removetrack`),Nm(e,`change`),Rm([`init`])).subscribe(()=>{for(let t=0;t<e.length;t++)e[t].mode=`hidden`},n))}let a=Lm(t.playbackState.stateChangeStarted$,t.seekState.stateChangeEnded$,t.videoTrack.stateChangeStarted$,t.autoVideoTrackSwitching.stateChangeStarted$,t.autoVideoTrackLimits.stateChangeStarted$,this.videoState.stateChangeEnded$,this.manifests$,Rm([`init`])).pipe(jm(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),xn(this.video,this.params.tuning)}prepare(){let e=this.selectManifest();if(Fm(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(){Di(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:Mm.DOM,thrown:e}))}seek(e){this.params.output.willSeekEvent$.next(),this.video.currentTime=e/1e3}}import{objectEntries as Um}from"@vkontakte/videoplayer-shared/es2015";import{objectValues as Wm}from"@vkontakte/videoplayer-shared/es2015";import{arrayAt as Gm}from"@vkontakte/videoplayer-shared/es2015";import{assertNever as Km,assertNonNullable as qm,debounce as Jm,ErrorCategory as Ym,isHigherOrEqual as Xm,isLowerOrEqual as Zm,isNonNullable as Qm,merge as $m,observableFrom as eh,Subscription as th,map as nh}from"@vkontakte/videoplayer-shared/es2015";class rh{constructor(e){i(this,`subscription`,new th),i(this,`volumeSubscription`,new th),i(this,`videoState`,new M(`stopped`)),i(this,`video`,void 0),i(this,`trackUrls`,{}),i(this,`params`,void 0),i(this,`textTracksManager`,new qn),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 Km(e)}}),this.params=e,this.video=bn(e.container,e.tuning),this.params.output.element$.next(this.video),Um(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(Wm(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:Ym.WTF,message:`MpegProvider internal logic error`,thrown:t})},r=pr(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(nh(e=>e.to)),this.params.output.playbackState$),this.subscription.add(Bn(this.video,t.isLooped,n)),jo({subscription:this.subscription,desiredState:t,videoElement$:this.params.output.element$,observableVideo:r}),this.subscription.add(Vn(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(Hn(this.video,t.playbackRate,r.playbackRateState$,n)),i(xa(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&&Qm(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=$m(t.playbackState.stateChangeStarted$,t.videoTrack.stateChangeStarted$,t.seekState.stateChangeEnded$,t.autoVideoTrackLimits.stateChangeStarted$,this.videoState.stateChangeEnded$,eh([`init`])).pipe(Jm(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),xn(this.video,this.params.tuning)}prepare(){let e=this.params.desiredState.videoTrack.getState()?.id;qm(e,`MpegProvider: track is not selected`);let{url:t}=this.trackUrls[e];qm(t,`MpegProvider: No url for ${e}`),this.params.tuning.requestQuick&&(t=fc(t)),this.video.setAttribute(`src`,t),this.video.load(),this.params.output.hostname$.next(ci(t))}playIfAllowed(){Di(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:Ym.DOM,thrown:e}))}seek(e){this.params.output.willSeekEvent$.next(),this.video.currentTime=e/1e3}handleQualityLimitTransition(e){this.params.output.autoVideoTrackLimits$.next(e);let t=e=>{this.params.output.currentVideoTrack$.next(e),this.params.desiredState.videoTrack.startTransitionTo(e)},n=e=>{t(ii(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=Wm(this.trackUrls).map(e=>e.track);if(!r||!i||Vr(e,a[0].quality,Gm(a,-1)?.quality)){n();return}let o=e.max?Zm(r,e.max):!0,s=e.min?Xm(r,e.min):!0;o&&s||n(e)}}import{assertNever as ih,debounce as ah,merge as oh,observableFrom as sh,Subscription as ch,map as lh,ValueSubject as uh,ErrorCategory as dh,VideoQuality as fh}from"@vkontakte/videoplayer-shared/es2015";import{ErrorCategory as ph}from"@vkontakte/videoplayer-shared/es2015";var mh=[`stun:videostun.mycdn.me:80`],hh=1e3,gh=3,_h=()=>null;class vh{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`,_h),i(this,`externalStopCallback`,_h),i(this,`externalErrorCallback`,_h),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:mh}]};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:ph.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),hh)}normalizeOptions(e={}){let t={stunServerList:mh,maxRetryNumber:gh,errorChanel:null};return e.stunServerList&&(t.stunServerList=e.stunServerList),e.maxRetryNumber&&e.maxRetryNumber>0&&(t.maxRetryNumber=e.maxRetryNumber),t}}class yh{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 M(`stopped`)),i(this,`liveStreamClient`,void 0),i(this,`maxSeekBackTime$`,new uh(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 ih(e)}}),this.subscription=new ch,this.volumeSubscription=new ch,this.params=e,this.log=this.params.dependencies.logger.createComponentLog(`WebRTCLiveProvider`),this.video=bn(e.container,e.tuning),this.liveStreamClient=new vh(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),xn(this.video,this.params.tuning)}subscribe(){let{output:e,desiredState:t}=this.params,n=t=>{e.error$.next({id:`WebRTCLiveProvider`,category:dh.WTF,message:`WebRTCLiveProvider internal logic error`,thrown:t})};this.subscription.add(oh(this.videoState.stateChangeStarted$.pipe(lh(e=>({transition:e,type:`start`}))),this.videoState.stateChangeEnded$.pipe(lh(e=>({transition:e,type:`end`})))).subscribe(({transition:e,type:t})=>{this.log({message:`[videoState change] ${t}: ${JSON.stringify(e)}`})}));let r=pr(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(xa(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(Vn(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 ih(n.to)}},n)).add(oh(t.playbackState.stateChangeStarted$,this.videoState.stateChangeEnded$,sh([`init`])).pipe(ah(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(ci(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:fh.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:dh.EXTERNAL_API,message:e.message,thrown:e})}playIfAllowed(){Di(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:dh.DOM,thrown:e}))}prepare(){this.liveStreamClient.connect()}}class bh{constructor(e){i(this,`length`,void 0),i(this,`index`,void 0),i(this,`iterator`,void 0),i(this,`current`,void 0),this.length=e.length,this.iterator=e[Symbol.iterator](),this.next()}next(){this.current=this.iterator.next(),this.index=this.index===void 0?0:this.index+1}getValue(){if(this.current.done)throw Error(`Iterable is completed`);return this.current.value}isCompleted(){return!!this.current.done}isLast(){return this.index===this.length-1}}import{assertNever as xh,assertNonNullable as Sh,ErrorCategory as Ch,filter as wh,isNonNullable as Th,isNullable as Eh,map as Dh,merge as Oh,once as kh,Subject as K,Subscription as Ah,ValueSubject as q,flattenObject as jh,devNull as Mh,getWindow as Nh}from"@vkontakte/videoplayer-shared/es2015";import{Observable as Ph,map as Fh,Subscription as Ih,Subject as Lh,now as Rh,combine as zh}from"@vkontakte/videoplayer-shared/es2015";var Bh=e=>new Ph(t=>{let n=new Ih,r=e.desiredPlaybackState$.stateChangeStarted$.pipe(Fh(({from:e,to:t})=>`${e}-${t}`)),i=e.desiredPlaybackState$.stateChangeEnded$,a=e.providerChanged$.pipe(Fh(({type:e})=>e!==void 0)),o=zh({providerChanged:e.providerChanged$.pipe(Fh(({type:e})=>e!==void 0)),videoLastDataObtainedTimestamp:e.videoLastDataObtainedTimestamp$.pipe(Fh(e=>e??0)),stateChangeStarted:e.desiredPlaybackState$.stateChangeStarted$}).pipe(Fh(({providerChanged:t,videoLastDataObtainedTimestamp:n,stateChangeStarted:r})=>{let i=Rh()-n;return t||r?.to!==`playing`||i<e.playbackHangupNoDataThreshold})),s=e.useDelayedPlaybackHangupWithData?o:a,c=new Lh,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 Vh}from"@vkontakte/videoplayer-shared/es2015";import{ErrorCategory as Hh,Subscription as Uh,combine as Wh,filter as Gh,once as Kh}from"@vkontakte/videoplayer-shared/es2015";function qh(){return new(window.AudioContext||window.webkitAudioContext)}class Jh{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 Vh),i(this,`subscriptions`,new Uh),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(Gh(e=>!!e.type),Kh()).subscribe(({type:e})=>this.subscribe(e)))}subscribe(e){j.browser.isSafari&&e!==`MPEG`||this.subscriptions.add(Wh({video:this.providerOutput.element$,playbackState:this.providerOutput.playbackState$,volume:this.providerOutput.volume$}).pipe(Gh(({playbackState:e,video:t,volume:{muted:n,volume:r}})=>e===`playing`&&!!t&&!n&&!!r),Kh()).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=qh();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:Jh.errorId,category:Hh.VIDEO_PIPELINE,message:e?.message??`${Jh.errorId} exception`,thrown:e})}}i(Jh,`errorId`,`VolumeMultiplierManager`);var Yh={chunkDuration:5e3,maxParallelRequests:5};class Xh{constructor(e){i(this,`current$`,new q({type:void 0})),i(this,`providerError$`,new K),i(this,`noAvailableProvidersError$`,new K),i(this,`volumeMultiplierError$`,new K),i(this,`providerOutput`,{position$:new q(0),duration$:new q(1/0),volume$:new q({muted:!1,volume:1}),availableVideoStreams$:new q([]),currentVideoStream$:new q(void 0),availableVideoTracks$:new q([]),currentVideoTrack$:new q(void 0),availableVideoCodecs$:new q([]),availableAudioStreams$:new q([]),currentAudioStream$:new q(void 0),availableAudioTracks$:new q([]),availableAudioCodecs$:new q([]),currentVideoSegmentLength$:new q(0),currentAudioSegmentLength$:new q(0),isAudioAvailable$:new q(!0),autoVideoTrackLimitingAvailable$:new q(!1),autoVideoTrackLimits$:new q(void 0),currentBuffer$:new q(void 0),currentNativeBuffer$:new q(void 0),videoLastDataObtainedTimestamp$:new q(void 0),isBuffering$:new q(!0),error$:new K,fetcherError$:new K,fetcherRecoverableError$:new K,warning$:new K,willSeekEvent$:new K,soundProhibitedEvent$:new K,seekedEvent$:new K,loopedEvent$:new K,endedEvent$:new K,manifestRequested$:new K,firstBytesManifest$:new K,manifestReceived$:new K,firstBytesRequested$:new K,firstBytesReceived$:new K,firstBytesEvent$:new K,loadedMetadataEvent$:new K,firstFrameEvent$:new K,canplay$:new K,isLive$:new q(void 0),isLiveEnded$:new q(null),canPlayLiveTailBuffer$:new q(!1),isLowLatency$:new q(!1),canChangePlaybackSpeed$:new q(!0),liveTime$:new q(void 0),liveBufferTime$:new q(void 0),liveLatency$:new q(void 0),severeStallOccurred$:new K,availableTextTracks$:new q([]),currentTextTrack$:new q(void 0),hostname$:new q(void 0),httpConnectionType$:new q(void 0),httpConnectionReused$:new q(void 0),httpConnectionMetrics$:new q(void 0),httpDownloadMetrics$:new q(void 0),inPiP$:new q(!1),inFullscreen$:new q(!1),element$:new q(void 0),elementVisible$:new q(!0),availableSources$:new q(void 0),is3DVideo$:new q(!1),playbackState$:new q(``),getCurrentTime$:new q(null)}),i(this,`subscription`,new Ah),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,`volumeMultiplierManager`,null),this.params=e,this.log=this.params.dependencies.logger.createComponentLog(`ProviderContainer`),this.tracer=e.dependencies.tracer.createComponentTracer(this.constructor.name);let t=ft([...Zc(this.params.tuning),...Xc(this.params.tuning)]).filter(t=>Th(e.sources[t])),{forceFormat:n,formatsToAvoid:r}=this.params.tuning,a=[];a=n?[n]:r.length?[...t.filter(e=>!It(r,e)),...t.filter(e=>It(r,e))]:t,this.log({message:`Selected formats: ${a.join(` > `)}`}),this.tracer.log(`Selected formats`,jh(a)),this.screenFormatsIterator=new bh(a),this.chromecastFormatsIterator=new bh([...Qc(!0),...Qc(!1)].filter(t=>Th(e.sources[t]))),this.providerOutput.availableSources$.next(e.sources);let{volumeMultiplier:o=1,tuning:{useVolumeMultiplier:s}}=this.params;s&&o!==1&&Jh.isSupported()&&(this.volumeMultiplierManager=new Jh(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 bh(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(Eh(t)){this.handleNoFormatsError(e);return}let n;try{n=this.createProvider(e,t)}catch(e){this.providerError$.next({id:`ProviderNotConstructed`,category:Ch.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 xh(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);Sh(n);let{useDashProviderVirtual:i,useDashProviderVirtualMobile:a}=this.params.tuning,{isMobile:c}=j.device;return!c&&i||c&&a?new yd(o(o({},s),{},{source:n,sourceHls:r,forceVideoCodec:this.videoCodecsIterator?.getValue()})):new Ip(o(o({},s),{},{source:n,sourceHls:r,forceVideoCodec:this.videoCodecsIterator?.getValue()}))}case`DASH_LIVE_CMAF`:{let n=this.applyFailoverHost(t[e]);return Sh(n),this.params.tuning.useDashProviderVirtual&&!j.device.isMobile||this.params.tuning.useDashProviderVirtualMobile&&j.device.isMobile?new Qd(o(o({},s),{},{source:n})):new Gp(o(o({},s),{},{source:n}))}case`HLS`:case`HLS_ONDEMAND`:case`HLS_FMP4`:{let n=this.applyFailoverHost(t[e]);return Sh(n),new Hm(o(o({},s),{},{source:n}))}case`HLS_LIVE`:case`HLS_LIVE_CMAF`:{let n=this.applyFailoverHost(t[e]);return Sh(n),new km(o(o({},s),{},{source:n,config:{maxPausedTime:this.params.tuning.live.maxPausedTime},format:e}))}case`MPEG`:{let n=this.applyFailoverHost(t[e]);return Sh(n),new rh(o(o({},s),{},{source:n}))}case`DASH_LIVE`:{let n=this.applyFailoverHost(t[e]);return Sh(n),new Ta(o(o({},s),{},{source:n,config:o(o({},Yh),{},{maxPausedTime:this.params.tuning.live.maxPausedTime})}))}case`WEB_RTC_LIVE`:{let i=this.applyFailoverHost(t[e]);return Sh(i),new yh({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 xh(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 Ft){let{chromecastConnector:e}=this.params.dependencies.chromecastInitializer;return Sh(e),new ht(o(o({},a),{},{chromecastConnector:e}))}let s=this.params.dependencies.chromecastInitializer.connection$.getValue();return Sh(s),new rn(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 xh(e)}}skipFormat(e){switch(e){case`SCREEN`:return this.screenFormatsIterator.next();case`CHROMECAST`:return this.chromecastFormatsIterator.next();default:return xh(e)}}handleNoFormatsError(e){switch(e){case`SCREEN`:this.noAvailableProvidersError$.next(this.params.tuning.forceFormat),this.current$.next({type:void 0});return;case`CHROMECAST`:this.params.dependencies.chromecastInitializer.disconnect();return;default:return xh(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 Rt(Lt(e).map(([e,t])=>[e,n(t)]))}initProviderErrorHandling(){let e=new Ah,t=!1,n=0;e.add(Oh(this.providerOutput.error$.pipe(wh(e=>!this.params.tuning.ignoreAudioRendererError||!e.message||!/AUDIO_RENDERER_ERROR/gi.test(e.message))),Bh({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(Dh(e=>({id:`ProviderHangup:${e}`,category:Ch.WTF,message:`A ${e} transition failed to complete within reasonable time`})))).subscribe(this.providerError$)),e.add(this.providerOutput.fetcherError$.subscribe(this.providerError$)),e.add(this.current$.subscribe(()=>{t=!1;let n=this.params.desiredState.playbackState.transitionEnded$.pipe(wh(({to:e})=>e===`playing`),kh()).subscribe(()=>t=!0);e.add(n)}));let r=()=>{let e=R.drain(),{logDashLiveDebug:t,sendDashLiveDebug:n}=this.params.tuning;if(t&&Nh().console.log(`===== DASH_LIVE DEBUG START ====
217
216
  `,e.map(({time:e,data:t,stack:n})=>`${e}: ${JSON.stringify(t)}${n?`
218
217
  `+n:``}`).join(`
219
218
  `),`
220
- ===== DASH_LIVE DEBUG END ====`),n){let t=e.reduce((e,{time:t,data:n,stack:r})=>{let i=ba.default(n).map(([e,t])=>`${e}:${t}`).join(`,`);return e+=`${t}: ${i}${r?`: ${r}`:``};`,e},``);yy.push(`core`,{key:`vp_dash_live_debug`,strings:[t]})}};return e.add(this.providerError$.subscribe(e=>{e.id.startsWith(`ProviderHangup`)&&(z({m:`final.0`,e:e.id}),r())})).add(this.noAvailableProvidersError$.subscribe(()=>{z({m:`final.1`}),r()})),e.add(this.providerError$.subscribe(e=>{let r=this.current$.getValue().destination,i={error:e,currentDestination:r};if(r===`CHROMECAST`)this.destroyProvider(),this.params.dependencies.chromecastInitializer.stopMedia().then(()=>this.switchToNextProvider(`CHROMECAST`),()=>this.params.dependencies.chromecastInitializer.disconnect());else{let a=e.category===uy.NETWORK,s=e.category===uy.FATAL,c=this.params.failoverHosts.length>0&&(this.failoverIndex===void 0||this.failoverIndex<this.params.failoverHosts.length-1),l=n<this.params.tuning.providerErrorLimit&&!s,u=this.videoCodecsIterator&&!this.videoCodecsIterator.isLast()&&this.params.tuning.dash.codecsPrioritizeEnabled,d=c&&!s&&(a&&t||!l);i=o(o({},i),{},{isNetworkError:a,isFatalError:s,haveFailoverHost:c,tryFailover:d,canReinitProvider:l}),l?(n++,this.reinitProvider()):d?(this.failoverIndex=this.failoverIndex===void 0?0:this.failoverIndex+1,this.reinitProvider()):u?this.switchToNextVideoCodec():(n=0,this.switchToNextProvider(r??`SCREEN`))}e.traceAsLog?this.tracer.log(`providerInfo`,vy(i)):this.tracer.error(`providerError`,vy(i))})),e}}import{fromEvent as Ly,once as Ry,combine as zy,Subscription as By,ValueSubject as Vy,map as Hy,filter as Uy,isNonNullable as Wy,now as Gy,safeStorage as Ky,getWindow as qy}from"@vkontakte/videoplayer-shared/es2015";var Jy=5e3,Yy=`one_video_throughput`,Xy=`one_video_rtt`,Zy=()=>{let{navigator:e}=qy();if(e)return e.connection},Qy=()=>{let e=Zy()?.downlink;if(Wy(e)&&e!==10)return e*1e3},$y=()=>{let e=Zy()?.rtt;if(Wy(e)&&e!==3e3)return e},eb=(e,t,n)=>{let r=n*8;return r/(r/e+t)};class tb{constructor(e){i(this,`throughput`,void 0),i(this,`rtt`,void 0),i(this,`subscription`,new By),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=tb.load(Yy)||(e.useBrowserEstimation?Qy():void 0)||Jy,n=tb.load(Xy)??(e.useBrowserEstimation?$y():void 0)??0;if(this.throughput$=new Vy(t),this.rtt$=new Vy(n),this.rttAdjustedThroughput$=new Vy(eb(t,n,e.rttPenaltyRequestSize)),this.throughput=Nh.getSmoothedValue(t,-1,e),this.rtt=Nh.getSmoothedValue(n,1,e),e.useBrowserEstimation){let e=()=>{let e=Qy();e&&this.throughput.next(e);let t=$y();Wy(t)&&this.rtt.next(t)},t=Zy();t&&`onchange`in t&&this.subscription.add(Ly(t,`change`).subscribe(e)),e()}this.subscription.add(this.throughput.smoothed$.subscribe(e=>{Ky.set(Yy,e.toFixed(0))})),this.subscription.add(this.rtt.smoothed$.subscribe(e=>{Ky.set(Xy,e.toFixed(0))})),this.subscription.add(this.throughput.debounced$.pipe(Hy(e=>Math.round(e))).subscribe(this.throughput$)),this.subscription.add(this.rtt.debounced$.subscribe(this.rtt$)),this.subscription.add(zy({throughput:this.throughput.smoothed$,rtt:this.rtt.smoothed$}).pipe(Hy(({throughput:t,rtt:n})=>eb(t,n,e.rttPenaltyRequestSize)),Uy(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=Gy(),r=new By;switch(this.subscription.add(r),this.concurrentDownloads.add(e),e.readyState){case 4:break;case 3:case 2:r.add(Ly(e,`progress`).pipe(Ry()).subscribe(e=>{t=e.loaded,n=Gy()}));break;case 1:case 0:r.add(Ly(e,`loadstart`).subscribe(()=>{t=0,n=Gy()}));break}r.add(Ly(e,`loadend`).subscribe(i=>{if(e.status===200){let e=i.loaded,r=Gy(),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=Gy(),s=0,c=Gy(),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,Gy()-o,1),n.concurrentDownloads.delete(e);else if(d){if(t){let e=Gy();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=Gy()}else s+=d.byteLength;c=Gy()}else i+=d.byteLength,s+=d.byteLength,s>=n.tuningConfig.streamMinSampleSize&&Gy()-c>=n.tuningConfig.streamMinSampleTime&&(n.addRawSpeed(s,Gy()-c,n.concurrentDownloads.size),s=0,c=Gy());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(tb.sanityCheck(e,t,r)){let r=e*8/t;this.throughput.next(r*n)}}addRawThroughput(e){this.throughput.next(e)}addRawRtt(e){this.rtt.next(e)}static sanityCheck(e,t,n=!1){let r=e*8/t;return!(!r||!isFinite(r)||r>1e6||r<30||n&&e<1e4||!n&&e<10*1024||!n&&t<=20)}static load(e){let t=Ky.get(e);if(Wy(t))return parseInt(t,10)??void 0}}var nb=tb;import{fillWithDefault as rb,VideoQuality as ib}from"@vkontakte/videoplayer-shared/es2015";var ab={keepVideoElement:!1,clearVideoElementInnerHTML:!1,throughputEstimator:{type:`EmaAndMa`,emaAlphaSlow:.2,emaAlphaFast:.7,emaAlpha:.45,basisTrendChangeCount:10,changeThreshold:.05,useBrowserEstimation:!0,rttPenaltyRequestSize:1*1024*1024,streamMinSampleSize:10*1024,streamMinSampleTime:300,deviationDepth:20,deviationFactor:.5,lowLatency:{continuesByteSequenceInterval:50,maxLastEvaluationTimeout:300}},autoTrackSelection:{maxBitrateFactorAtEmptyBuffer:4,bitrateFactorAtEmptyBuffer:2.8,minBitrateFactorAtEmptyBuffer:1.5,bitrateAudioFactorAtEmptyBuffer:10,maxBitrateFactorAtFullBuffer:3,bitrateFactorAtFullBuffer:2,minBitrateFactorAtFullBuffer:1,bitrateAudioFactorAtFullBuffer:7,minVideoAudioRatio:5,minAvailableThroughputAudioRatio:5,usePixelRatio:!0,pixelRatioMultiplier:void 0,pixelRatioLogBase:3,pixelRatioLogCoefficients:[1,0,1],limitByContainer:!0,maxContainerSizeFactor:2,containerSizeFactor:1.3,minContainerSizeFactor:1,lazyQualitySwitch:!0,minBufferToSwitchUp:.4,considerPlaybackRate:!1,trackCooldownIncreaseQuality:15e3,trackCooldownDecreaseQuality:3e3,backgroundVideoQualityLimit:ib.Q_4320P,activeVideoAreaThreshold:.1,highQualityLimit:ib.Q_720P,trafficSavingLimit:ib.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:ib.Q_480P},dash:{forwardBufferTarget:6e4,forwardBufferTargetAuto:6e4,forwardBufferTargetManual:5*6e4,forwardBufferTargetPreload:5e3,seekBiasInTheEnd:2e3,maxSegmentDurationLeftToSelectNextSegment:3e3,minSafeBufferThreshold:.5,bufferPruningSafeZone:1e3,segmentRequestSize:1*1024*1024,maxVirtualBufferSize:250*1024*1024,virtualBufferPruneSize:100*1024*1024,representationSwitchForwardBufferGap:15e3,crashOnStallTimeout:25e3,crashOnStallTWithoutDataTimeout:5e3,enableSubSegmentBufferFeeding:!0,bufferEmptinessTolerance:100,useNewRepresentationSwitch:!1,useDelayedRepresentationSwitch:!1,useSmartRepresentationSwitch:!1,useFetchPriorityHints:!0,useAbortMSEFix:!1,enableBaseUrlSupport:!0,maxSegmentRetryCount:5,sourceOpenTimeout:1e3,vktvAbrThrottle:0,timeupdateEventTickThrottle:300,fetcherBufferOptimisation:!0,codecsPrioritizeEnabled:!1,usePersistentGaps:!1,abrThrottle:0,useVideoElementWaitingCurrentTimeReassign:!0,stallWatchdogInterval:100,liveUpdateInterval:1e3,liveStallReinitInterval:3e3,ignoreNetworkErrorsOnLoadInit:!1,bufferTolerance:100,minNativeBufferSize:5e3,removeTimeShiftFromSegment:500,tickMaintainInterval:1e3,minSafeBufferToPlay:0,useBufferHoldingOnlyOnStall:!0,useAbortResetNativeBufferMutex:!1,useNewStallExitPolicy:!1,useNewAbr:!1,useDynamicBirtateRule:!1,videoStreamRepresentaionsFilter:[]},dashCmafLive:{externalStopControl:!1,keepSilentStallWatchdogWhenNotActive:!1,maxActiveLiveOffset:1e4,normalizedTargetMinBufferSize:6e4,normalizedLiveMinBufferSize:5e3,normalizedActualBufferOffset:1e4,offsetCalculationError:3e3,maxLiveDuration:7200,catchupLiveForMutedInactiveTab:!0,lowLatency:{maxTargetOffset:3e3,maxTargetOffsetDeviation:250,playbackCatchupSpeedup:.05,isActiveOnDefault:!1,bufferEstimator:{emaAlpha:.45,changeThreshold:.05,deviationDepth:20,deviationFactor:.5,extremumInterval:5}}},live:{minBuffer:3e3,minBufferSegments:3,lowLatencyMinBuffer:1e3,lowLatencyMinBufferSegments:1,isLiveCatchUpMode:!1,lowLatencyActiveLiveDelay:3e3,activeLiveDelay:5e3,maxPausedTime:5e3,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,gapWatchdogInterval:50,requestQuick:!1,useHlsJs:!1,useNativeHLSTextTracks:!1,useNewSwitchTo:!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},ob=e=>rb(e,ab);import{assertNonNullable as sb,combine as cb,ErrorCategory as lb,filter as Y,filterChanged as X,fromEvent as ub,isNonNullable as db,isNullable as fb,Logger as pb,map as Z,mapTo as mb,merge as hb,now as gb,once as _b,Subject as Q,Subscription as vb,tap as yb,ValueSubject as $,isHigher as bb,isInvariantQuality as xb,flattenObject as Sb,throttle as Cb,getTraceSubscriptionMethod as wb,TracerFactory as Tb,InternalsExposure as Eb,getPlayerId as Db,devNull as Ob}from"@vkontakte/videoplayer-shared/es2015";import{merge as kb,map as Ab,filter as jb,isNonNullable as Mb}from"@vkontakte/videoplayer-shared/es2015";var Nb=({seekState:e,position$:t})=>kb(e.stateChangeEnded$.pipe(Ab(({to:e})=>e.state===`none`?void 0:(e.position??NaN)/1e3),jb(Mb)),t.pipe(jb(()=>e.getState().state===`none`)));import{assertNonNullable as Pb}from"@vkontakte/videoplayer-shared/es2015";var Fb=e=>{let t=typeof e.container==`string`?document.getElementById(e.container):e.container;return Pb(t,`Wrong container or containerId {${e.container}}`),t};import{filter as Ib,once as Lb}from"@vkontakte/videoplayer-shared/es2015";var Rb=(e,t,n,r)=>{e!==void 0&&t.getState()===void 0&&t.getPrevState()===void 0&&n?.getValue().length===0?n.pipe(Ib(e=>e.length>0),Lb()).subscribe(n=>{n.find(r)&&t.startTransitionTo(e)}):(e===void 0||n?.getValue().find(r))&&t.startTransitionTo(e)},zb=v(ct(),1);import{devNull as Bb,getWindow as Vb}from"@vkontakte/videoplayer-shared/es2015";var Hb=()=>{let e=`mediaCapabilities`in Vb().navigator?Ub:Wb,t=ip(a(function*(){let t=yield Promise.all(zb.default(Gb).map(function(){var t=a(function*([t,n]){return{codec:t,supported:yield e(n)}});return function(e){return t.apply(this,arguments)}}())),n=[F.browser.current,...t.map(e=>JSON.stringify(e))].slice(0,16);return Bb.push(`core`,{key:`videoplayer_decoding_info`,strings:n}),t}));return()=>ap(t)},Ub=function(){var e=a(function*(e){if(!e)return Promise.resolve({supported:!1});let t={[`channels`in e?`audio`:`video`]:e};return yield Vb().navigator.mediaCapabilities.decodingInfo(o({type:`media-source`},t))});return function(t){return e.apply(this,arguments)}}(),Wb=e=>{if(!e)return Promise.resolve({supported:!1});let t=Vb().document,n=`channels`in e?t.createElement(`audio`):t.createElement(`video`);return Promise.resolve({supported:n.canPlayType(e?.contentType??``)===`probably`})},Gb={H264:{contentType:`video/mp4; codecs="avc1.4D400C"`,width:720,height:720,bitrate:2886,framerate:30},H265:{contentType:`video/mp4; codecs="hvc1.1.6.L123.B0"`,width:720,height:720,bitrate:2886,framerate:30},VP8:{contentType:`video/webm; codecs="vp8"`,width:720,height:720,bitrate:2886,framerate:30},VP9:{contentType:`video/webm; codecs="vp09.00.10.08"`,width:720,height:720,bitrate:2886,framerate:30},AV1:{contentType:`video/mp4; codecs="av01.0.01M.08"`,width:720,height:720,bitrate:2886,framerate:30},OPUS:{contentType:`audio/ogg; codecs="opus"`,channels:`2`,bitrate:128e3},AAC_LC:{contentType:`audio/mp4; codecs="mp4a.40.2"`,channels:`2`,bitrate:128e3},AC3:{contentType:`audio/mp4; codecs="ac-3"`,channels:`6`,bitrate:128e3},EAC3:{contentType:`audio/mp4; codecs="ec-3"`,channels:`6`,bitrate:128e3},AAC_HE_V1:{contentType:`audio/mp4; codecs="mp4a.40.5"`,channels:`2`,bitrate:128e3},AAC_HE_V2:{contentType:`audio/mp4; codecs="mp4a.40.29"`,channels:`2`,bitrate:128e3},AAC_xHE:{contentType:`audio/mp4; codecs="mp4a.40.42"`,channels:`2`,bitrate:128e3}};class Kb{constructor(e={},t=Tb.createRootTracer(!1),n){i(this,`subscription`,new vb),i(this,`domContainer`,void 0),i(this,`providerContainer`,void 0),i(this,`chromecastInitializer`,void 0),i(this,`logger`,new pb),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 $(!1)),i(this,`hasLiveOffsetByPausedTimer`,0),i(this,`playerInitRequest`,0),i(this,`playerInited`,new $(!1)),i(this,`explicitInitialQuality`,void 0),i(this,`wasSetStartedQuality`,!1),i(this,`desiredState`,{playbackState:new I(`stopped`),seekState:new I({state:`none`}),volume:new I({volume:1,muted:!1}),videoTrack:new I(void 0),videoStream:new I(void 0),audioStream:new I(void 0),autoVideoTrackSwitching:new I(!0),autoVideoTrackLimits:new I({}),isLooped:new I(!1),isLowLatency:new I(!1),playbackRate:new I(1),externalTextTracks:new I([]),internalTextTracks:new I([]),currentTextTrack:new I(void 0),textTrackCuesSettings:new I({}),cameraOrientation:new I({x:0,y:0})}),i(this,`info`,{playbackState$:new $(void 0),position$:new $(0),duration$:new $(1/0),muted$:new $(!1),volume$:new $(1),availableVideoStreams$:new $([]),currentVideoStream$:new $(void 0),availableVideoTracks$:new $([]),availableQualities$:new $([]),availableQualitiesFps$:new $({}),currentQuality$:new $(void 0),isAutoQualityEnabled$:new $(!0),autoQualityLimitingAvailable$:new $(!1),autoQualityLimits$:new $({}),predefinedQualityLimitType$:new $(`unknown`),availableAudioStreams$:new $([]),currentAudioStream$:new $(void 0),availableAudioTracks$:new $([]),isAudioAvailable$:new $(!0),currentPlaybackRate$:new $(1),currentBuffer$:new $({start:0,end:0}),currentNativeBuffer$:new $({start:0,end:0}),isBuffering$:new $(!0),isStalled$:new $(!1),isEnded$:new $(!1),isLooped$:new $(!1),isLive$:new $(void 0),isLiveEnded$:new $(null),canPlayLiveTailBuffer$:new $(!1),canChangePlaybackSpeed$:new $(void 0),atLiveEdge$:new $(void 0),atLiveDurationEdge$:new $(void 0),liveTime$:new $(void 0),liveBufferTime$:new $(void 0),liveLatency$:new $(void 0),currentFormat$:new $(void 0),availableTextTracks$:new $([]),currentTextTrack$:new $(void 0),throughputEstimation$:new $(void 0),rttEstimation$:new $(void 0),videoBitrate$:new $(void 0),hostname$:new $(void 0),httpConnectionType$:new $(void 0),httpConnectionReused$:new $(void 0),httpConnectionMetrics$:new $(void 0),httpDownloadMetrics$:new $(void 0),surface$:new $(`none`),chromecastState$:new $(`NOT_AVAILABLE`),chromecastDeviceName$:new $(void 0),intrinsicVideoSize$:new $(void 0),availableSources$:new $(void 0),is3DVideo$:new $(!1),currentVideoSegmentLength$:new $(0),currentAudioSegmentLength$:new $(0)}),i(this,`events`,{inited$:new Q,ready$:new Q,started$:new Q,playing$:new Q,paused$:new Q,stopped$:new Q,willReady$:new Q,willStart$:new Q,willResume$:new Q,willPause$:new Q,willStop$:new Q,willDestruct$:new Q,watchCoverageRecord$:new Q,watchCoverageLive$:new Q,managedError$:new Q,fatalError$:new Q,fetcherRecoverableError$:new Q,ended$:new Q,looped$:new Q,seeked$:new Q,willSeek$:new Q,autoplaySoundProhibited$:new Q,manifestRequested$:new Q,firstBytesManifest$:new Q,manifestReceived$:new Q,firstBytesRequested$:new Q,firstBytesReceived$:new Q,firstBytes$:new Q,loadedMetadata$:new Q,firstFrame$:new Q,canplay$:new Q,log$:new Q,fetcherError$:new Q,severeStallOccured$:new Q}),i(this,`experimental`,{element$:new $(void 0),enableDebugTelemetry$:new $(!1),dumpTelemetry:gs,getCurrentTime$:new $(null),skipVideoElVolumeSync$:new $(!1)}),i(this,`devNullLog`,void 0),i(this,`collectDecodingInfoDestroyCb`,void 0),this.initLogs(),this.tuning=ob(e),this.tracer=t,this.tuning.suppressExceptionsInObservables&&(wr.default(this.info).forEach(e=>e.setSuppressErrors(!0)),wr.default(this.events).forEach(e=>e.setSuppressErrors(!0)));let r={receiverApplicationId:this.tuning.chromecastReceiverId,isDisabled:this.tuning.disableChromecast,dependencies:{logger:this.logger}};if(this.chromecastInitializer=this.tuning.chromecastPresentationApi?new _a(r):new Vr(r),this.throughputEstimator=new nb(this.tuning.throughputEstimator),e.exposeInternalsToGlobal&&(this.internalsExposure=new Eb(`core`,Db(n?.playerId)),this.internalsExposure.expose({player:this})),this.initChromecastSubscription(),this.initDesiredStateSubscriptions(),this.devNullLog=n?.onDevNullLog,Ob.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 Tr.default([`number`,`string`,`boolean`],n)?t:t===null?null:`<${n}>`})),i=`Player.${String(t)}`,a=`Exception calling ${i} (${r.join(`, `)})`;throw this.events.fatalError$.next({id:i,category:lb.WTF,message:a,thrown:e}),e}}:r}})}initVideo(e){this.config=e,this.internalsExposure?.expose({config:e,logger:this.logger,tuning:this.tuning}),this.setMuted(this.tuning.isAudioDisabled);let t=()=>{let{container:t}=e,n=l(e,r);this.tracer.log(`initVideo`,Sb(n)),this.domContainer=Fb(e),this.chromecastInitializer.contentId=e.meta?.videoId,this.providerContainer=new Iy({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$}),this.initProviderContainerSubscription(this.providerContainer),this.initStartingVideoTrack(this.providerContainer),this.initTracerSubscription(),this.providerContainer.init(),this.setLiveLowLatency(this.tuning.dashCmafLive.lowLatency.isActiveOnDefault),this.initDebugTelemetry(),this.initWakeLock(),this.playerInited.next(!0),this.devNullLog&&this.tuning.devNullLogEnabled?(Ob.subscribe(`core`,this.devNullLog),this.tuning.collectingDecodingInfoEnabled&&(this.collectDecodingInfoDestroyCb=Hb())):Ob.destroy(`core`)},n=()=>{this.tuning.autoplayOnlyIfVisible&&window.requestAnimationFrame?this.playerInitRequest=window.requestAnimationFrame(()=>t()):t()},i=()=>{this.tuning.asyncResolveClientChecker?F.isInited$.pipe(Y(e=>!!e),_b()).subscribe(()=>{console.log(`Core SDK async start`),n()}):n()};return this.isNotActiveTabCase()?(this.tracer.log(`request play from hidden tab`),ub(document,`visibilitychange`).pipe(_b()).subscribe(i)):i(),this}destroy(){this.tracer.log(`destroy`),window.clearTimeout(this.hasLiveOffsetByPausedTimer),this.playerInitRequest&&window.cancelAnimationFrame(this.playerInitRequest),this.events.willDestruct$.next(),this.stop(),this.providerContainer?.destroy(),this.throughputEstimator.destroy(),this.chromecastInitializer.destroy(),this.subscription.unsubscribe(),this.tracer.end(),this.internalsExposure?.destroy(),Ob.destroy(`core`),this.collectDecodingInfoDestroyCb?.call(this)}waitInit(e){this.playerInited.getValue()?e():this.subscription.add(this.playerInited.pipe(Y(e=>!!e),_b()).subscribe(e))}prepare(){return this.waitInit(()=>{let e=this.desiredState.playbackState;this.tracer.log(`prepare`,{currentPlayBackState:e.getState()}),e.getState()===`stopped`&&e.startTransitionTo(`ready`)}),this}play(){return this.waitInit(()=>{let e=this.desiredState.playbackState;this.tracer.log(`play`,{currentPlayBackState:e.getState()}),e.getState()!==`playing`&&e.startTransitionTo(`playing`)}),this}pause(){return this.waitInit(()=>{let e=this.desiredState.playbackState;this.tracer.log(`pause`,{currentPlayBackState:e.getState()}),e.getState()!==`paused`&&e.startTransitionTo(`paused`)}),this}stop(){return this.waitInit(()=>{let e=this.desiredState.playbackState;this.tracer.log(`stop`,{currentPlayBackState:e.getState()}),e.getState()!==`stopped`&&e.startTransitionTo(`stopped`)}),this}seekTime(e,t=!0){return this.waitInit(()=>{let n=this.info.duration$.getValue(),r=this.info.isLive$.getValue(),i=e;e>=n&&!r&&(i=n-this.tuning.seekNearDurationBias),this.tracer.log(`seekTime`,{duration:n,isLive:r,time:e,calculatedTime:i,forcePrecise:t}),Number.isFinite(i)&&(this.events.willSeek$.next({from:this.getExactTime(),to:i}),this.desiredState.seekState.setState({state:`requested`,position:i*1e3,forcePrecise:t}))}),this}seekPercent(e){return this.waitInit(()=>{let t=this.info.duration$.getValue();this.tracer.log(`seekPercent`,{percent:e,duration:t}),isFinite(t)&&this.seekTime(Math.abs(t)*e,!1)}),this}setVolume(e,t,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 _a)?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 _a)?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(()=>{sb(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),_b()).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`,Sb(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`,Sb(e)),this.desiredState.externalTextTracks.startTransitionTo(e.map(e=>o({type:`external`},e)))}),this}selectTextTrack(e){return this.waitInit(()=>{Rb(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(fb(e))return this.info.position$.getValue();let t=this.desiredState.seekState.getState(),n=t.state===`none`?void 0:t.position;return db(n)?n/1e3:e.currentTime}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.subscription.add(hb(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(ws(e,t,n))})),this.subscription.add(this.desiredState.playbackState.stateChangeStarted$.pipe(Y(({from:e})=>e===`stopped`),_b()).subscribe(()=>{this.initedAt=gb(),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`,Sb(e)),e.state===`requested`?this.desiredState.seekState.setState(o(o({},e),{},{state:`applying`})):this.events.managedError$.next({id:`WillSeekIn${e.state}`,category:lb.WTF,message:`Received unexpeceted willSeek$`})})).add(e.providerOutput.soundProhibitedEvent$.pipe(_b()).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`,Sb(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(cb({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)=>xb(e)?1:xb(t)?-1:bb(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=>db(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(yb(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(cb({hasLiveOffsetByPaused:hb(this.desiredState.playbackState.stateChangeStarted$,this.desiredState.playbackState.forceChanged$).pipe(Z(e=>e.to),X(),Z(e=>e===`paused`)),isLowLatency:e.providerOutput.isLowLatency$}).subscribe(({hasLiveOffsetByPaused:e,isLowLatency:t})=>{if(window.clearTimeout(this.hasLiveOffsetByPausedTimer),e){this.hasLiveOffsetByPausedTimer=window.setTimeout(()=>{this.hasLiveOffsetByPaused.next(!0)},this.getActiveLiveDelay(t));return}this.hasLiveOffsetByPaused.next(!1)})).add(cb({atLiveEdge:cb({isLive:e.providerOutput.isLive$,isLowLatency:e.providerOutput.isLowLatency$,position:Nb({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(),yb(e=>e&&this.setPlaybackRate(1))),hasPausedTimeoutCase:this.hasLiveOffsetByPaused}).pipe(Z(({atLiveEdge:e,hasPausedTimeoutCase:t})=>e&&!t)).subscribe(this.info.atLiveEdge$)).add(cb({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(),yb(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(Nb({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(hb(e.providerOutput.endedEvent$.pipe(mb(!0)),e.providerOutput.seekedEvent$.pipe(mb(!1))).pipe(X()).subscribe(this.info.isEnded$)).add(e.providerOutput.endedEvent$.subscribe(this.events.ended$)).add(e.providerOutput.loopedEvent$.subscribe(this.events.looped$)).add(e.providerError$.subscribe(this.events.managedError$)).add(e.providerOutput.fetcherRecoverableError$.subscribe(this.events.fetcherRecoverableError$)).add(e.providerOutput.fetcherError$.subscribe(this.events.fatalError$)).add(e.volumeMultiplierError$.subscribe(this.events.managedError$)).add(e.noAvailableProvidersError$.pipe(Z(e=>({id:e?`No${e}`:`NoProviders`,category:lb.VIDEO_PIPELINE,message:e?`${e} was forced but failed or not available`:`No suitable providers or all providers failed`}))).subscribe(this.events.fatalError$)).add(e.providerOutput.element$.subscribe(this.experimental.element$)).add(e.providerOutput.getCurrentTime$.subscribe(this.experimental.getCurrentTime$)).add(e.providerOutput.manifestRequested$.pipe(_b()).subscribe(this.events.manifestRequested$)).add(e.providerOutput.firstBytesManifest$.pipe(_b()).subscribe(this.events.firstBytesManifest$)).add(e.providerOutput.manifestReceived$.pipe(_b()).subscribe(this.events.manifestReceived$)).add(e.providerOutput.firstBytesRequested$.pipe(_b()).subscribe(this.events.firstBytesRequested$)).add(e.providerOutput.firstBytesReceived$.pipe(_b()).subscribe(this.events.firstBytesReceived$)).add(e.providerOutput.firstBytesEvent$.pipe(_b(),Z(e=>e??gb()-this.initedAt)).subscribe(this.events.firstBytes$)).add(e.providerOutput.loadedMetadataEvent$.subscribe(this.events.loadedMetadata$)).add(e.providerOutput.firstFrameEvent$.pipe(_b(),Z(()=>gb()-this.initedAt)).subscribe(this.events.firstFrame$)).add(e.providerOutput.canplay$.pipe(_b(),Z(()=>gb()-this.initedAt)).subscribe(this.events.canplay$)).add(this.throughputEstimator.throughput$.subscribe(this.info.throughputEstimation$)).add(this.throughputEstimator.rtt$.subscribe(this.info.rttEstimation$)).add(e.providerOutput.availableSources$.subscribe(this.info.availableSources$));let t=new $(!1);this.subscription.add(e.providerOutput.seekedEvent$.subscribe(()=>t.next(!1))).add(e.providerOutput.willSeekEvent$.subscribe(()=>t.next(!0)));let n=new $(!0);this.subscription.add(e.current$.subscribe(()=>n.next(!0))).add(this.desiredState.playbackState.stateChangeEnded$.pipe(Y(({to:e})=>e===`playing`),_b()).subscribe(()=>n.next(!1)));let r=0,i=hb(e.providerOutput.isBuffering$,t,n).pipe(Z(()=>{let r=e.providerOutput.isBuffering$.getValue(),i=t.getValue()||n.getValue();return r&&!i}),X());this.subscription.add(i.subscribe(e=>{e?r=window.setTimeout(()=>this.info.isStalled$.next(!0),this.tuning.stallIgnoreThreshold):(window.clearTimeout(r),this.info.isStalled$.next(!1))})),this.subscription.add(hb(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(hb(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 vb;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),_b()).subscribe(e=>{this.setStartingVideoTrack(e)}))}))}setStartingVideoTrack(e){let t;this.wasSetStartedQuality=!0;let n=this.explicitInitialQuality??this.info.currentQuality$.getValue();n&&(t=e.find(({quality:e})=>e===n),t||this.setAutoQuality(!0)),t||=Hs(e,{container:this.domContainer.getBoundingClientRect(),panelSize:this.config.panelSize,estimatedThroughput:this.throughputEstimator.throughput$.getValue(),tuning:this.tuning.autoTrackSelection,limits:this.desiredState.autoVideoTrackLimits.getState(),playbackRate:this.info.currentPlaybackRate$.getValue(),forwardBufferHealth:0,abrLogger:this.abrLogger}),this.desiredState.videoTrack.startTransitionTo(t),this.info.currentQuality$.next(t.quality),this.info.videoBitrate$.next(t.bitrate)}initLogs(){this.subscription.add(hb(this.desiredState.videoTrack.stateChangeStarted$.pipe(Z(e=>({transition:e,entity:`quality`,type:`start`}))),this.desiredState.videoTrack.stateChangeEnded$.pipe(Z(e=>({transition:e,entity:`quality`,type:`end`}))),this.desiredState.autoVideoTrackSwitching.stateChangeStarted$.pipe(Z(e=>({transition:e,entity:`autoQualityEnabled`,type:`start`}))),this.desiredState.autoVideoTrackSwitching.stateChangeEnded$.pipe(Z(e=>({transition:e,entity:`autoQualityEnabled`,type:`end`}))),this.desiredState.seekState.stateChangeStarted$.pipe(Z(e=>({transition:e,entity:`seekState`,type:`start`}))),this.desiredState.seekState.stateChangeEnded$.pipe(Z(e=>({transition:e,entity:`seekState`,type:`end`}))),this.desiredState.playbackState.stateChangeStarted$.pipe(Z(e=>({transition:e,entity:`playbackState`,type:`start`}))),this.desiredState.playbackState.stateChangeEnded$.pipe(Z(e=>({transition:e,entity:`playbackState`,type:`end`})))).pipe(Z(e=>({component:`desiredState`,message:`[${e.entity} change] ${e.type}: ${JSON.stringify(e.transition)}`}))).subscribe(this.logger.log)),this.subscription.add(this.logger.log$.subscribe(this.events.log$))}initDebugTelemetry(){let e=this.providerContainer?.providerOutput;sb(this.providerContainer),sb(e),hs(),this.experimental.enableDebugTelemetry$.next(this.tuning.enableTelemetryAtStart),[this.experimental.enableDebugTelemetry$.subscribe(e=>ms(e)),this.providerContainer.current$.subscribe(({type:e})=>_s(`provider`,e)),e.duration$.subscribe(e=>_s(`duration`,e)),e.availableVideoTracks$.pipe(Y(e=>!!e.length),_b()).subscribe(e=>_s(`tracks`,e)),this.events.fatalError$.subscribe(new vs(`fatalError`)),this.events.managedError$.subscribe(new vs(`managedError`)),e.position$.subscribe(new vs(`position`)),e.currentVideoTrack$.pipe(Z(e=>e?.quality)).subscribe(new vs(`quality`)),this.info.currentBuffer$.subscribe(new vs(`buffer`)),e.isBuffering$.subscribe(new vs(`isBuffering`))].forEach(e=>this.subscription.add(e)),_s(`codecs`,F.video.supportedCodecs)}initTracerSubscription(){let e=wb(this.tracer.log.bind(this.tracer)),t=wb(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(cb({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(cb({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(Cb(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(cb({liveTime:this.info.liveTime$,liveBufferTime:this.info.liveBufferTime$,position:this.info.position$}).pipe(Y(({liveTime:e,liveBufferTime:t})=>!!e&&!!t),Cb(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(cb({throughputEstimation:this.info.throughputEstimation$,rtt:this.info.rttEstimation$}).pipe(Y(({throughputEstimation:e,rtt:t})=>!!e&&!!t),Cb(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;if(!window.navigator.wakeLock||!this.tuning.enableWakeLock)return;let t,n=()=>{t?.release(),t=void 0},r=function(){var r=a(function*(){n(),t=yield window.navigator.wakeLock.request(`screen`).catch(t=>{t instanceof DOMException&&t.name===`NotAllowedError`||e.events.managedError$.next({id:`WakeLock`,category:lb.DOM,message:String(t)})})});return function(){return r.apply(this,arguments)}}();this.subscription.add(hb(ub(document,`visibilitychange`),ub(document,`fullscreenchange`),this.desiredState.playbackState.stateChangeEnded$).subscribe(()=>{let e=document.visibilityState===`visible`,i=this.desiredState.playbackState.getState()===`playing`,a=!!t&&!t?.released;e&&i?a||r():n()})).add(this.events.willDestruct$.subscribe(n))}setVideoTrackIdByQuality(e,t){let n=e.find(e=>e.quality===t);this.tracer.log(`setVideoTrackIdByQuality`,Sb({quality:t,availableTracks:Sb(e),track:Sb(n),isAutoQuality:!n})),n?this.desiredState.videoTrack.startTransitionTo(n):this.setAutoQuality(!0)}getActiveLiveDelay(e=!1){return e?this.tuning.live.lowLatencyActiveLiveDelay:this.tuning.live.activeLiveDelay}isNotActiveTabCase(){return document.hidden&&this.tuning.autoplayOnlyInActiveTab&&!cl()}}import{Subscription as qb,Observable as Jb,Subject as Yb,ValueSubject as Xb,VideoQuality as Zb}from"@vkontakte/videoplayer-shared/es2015";var Qb=`@vkontakte/videoplayer-core@${gr}`;export{Ci as isMobile,F as clientChecker,Xi as areValidLiveRecordSources,Hf as WebmCodecStrategy,Zb as VideoQuality,vr as VideoFormat,yr as VideoCodec,Xb as ValueSubject,gr as VERSION,Sr as Surface,qb as Subscription,Yb as Subject,Qb as SDK_VERSION,Cr as PredefinedQualityLimits,Kb as Player,_r as PlaybackState,Jb as Observable,xr as HttpConnectionType,br as ChromecastState};
219
+ ===== DASH_LIVE DEBUG END ====`),n){let t=e.reduce((e,{time:t,data:n,stack:r})=>{let i=Lt(n).map(([e,t])=>`${e}:${t}`).join(`,`);return e+=`${t}: ${i}${r?`: ${r}`:``};`,e},``);Mh.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 r=this.current$.getValue().destination,i={error:e,currentDestination:r};if(r===`CHROMECAST`)this.destroyProvider(),this.params.dependencies.chromecastInitializer.stopMedia().then(()=>this.switchToNextProvider(`CHROMECAST`),()=>this.params.dependencies.chromecastInitializer.disconnect());else{let a=e.category===Ch.NETWORK,s=e.category===Ch.FATAL,c=this.params.failoverHosts.length>0&&(this.failoverIndex===void 0||this.failoverIndex<this.params.failoverHosts.length-1),l=n<this.params.tuning.providerErrorLimit&&!s,u=this.videoCodecsIterator&&!this.videoCodecsIterator.isLast()&&this.params.tuning.dash.codecsPrioritizeEnabled,d=c&&!s&&(a&&t||!l);i=o(o({},i),{},{isNetworkError:a,isFatalError:s,haveFailoverHost:c,tryFailover:d,canReinitProvider:l}),l?(n++,this.reinitProvider()):d?(this.failoverIndex=this.failoverIndex===void 0?0:this.failoverIndex+1,this.reinitProvider()):u?this.switchToNextVideoCodec():(n=0,this.switchToNextProvider(r??`SCREEN`))}e.traceAsLog?this.tracer.log(`providerInfo`,jh(i)):this.tracer.error(`providerError`,jh(i))})),e}}import{fromEvent as Zh,once as Qh,combine as $h,Subscription as eg,ValueSubject as tg,map as ng,filter as rg,isNonNullable as ig,now as ag,safeStorage as og,getWindow as sg}from"@vkontakte/videoplayer-shared/es2015";var cg=5e3,lg=`one_video_throughput`,ug=`one_video_rtt`,dg=()=>{let{navigator:e}=sg();if(e)return e.connection},fg=()=>{let e=dg()?.downlink;if(ig(e)&&e!==10)return e*1e3},pg=()=>{let e=dg()?.rtt;if(ig(e)&&e!==3e3)return e},mg=(e,t,n)=>{let r=n*8;return r/(r/e+t)};class hg{constructor(e){i(this,`throughput`,void 0),i(this,`rtt`,void 0),i(this,`subscription`,new eg),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=hg.load(lg)||(e.useBrowserEstimation?fg():void 0)||cg,n=hg.load(ug)??(e.useBrowserEstimation?pg():void 0)??0;if(this.throughput$=new tg(t),this.rtt$=new tg(n),this.rttAdjustedThroughput$=new tg(mg(t,n,e.rttPenaltyRequestSize)),this.throughput=Pd.getSmoothedValue(t,-1,e),this.rtt=Pd.getSmoothedValue(n,1,e),e.useBrowserEstimation){let e=()=>{let e=fg();e&&this.throughput.next(e);let t=pg();ig(t)&&this.rtt.next(t)},t=dg();t&&`onchange`in t&&this.subscription.add(Zh(t,`change`).subscribe(e)),e()}this.subscription.add(this.throughput.smoothed$.subscribe(e=>{og.set(lg,e.toFixed(0))})),this.subscription.add(this.rtt.smoothed$.subscribe(e=>{og.set(ug,e.toFixed(0))})),this.subscription.add(this.throughput.debounced$.pipe(ng(e=>Math.round(e))).subscribe(this.throughput$)),this.subscription.add(this.rtt.debounced$.subscribe(this.rtt$)),this.subscription.add($h({throughput:this.throughput.smoothed$,rtt:this.rtt.smoothed$}).pipe(ng(({throughput:t,rtt:n})=>mg(t,n,e.rttPenaltyRequestSize)),rg(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=ag(),r=new eg;switch(this.subscription.add(r),this.concurrentDownloads.add(e),e.readyState){case 4:break;case 3:case 2:r.add(Zh(e,`progress`).pipe(Qh()).subscribe(e=>{t=e.loaded,n=ag()}));break;case 1:case 0:r.add(Zh(e,`loadstart`).subscribe(()=>{t=0,n=ag()}));break}r.add(Zh(e,`loadend`).subscribe(i=>{if(e.status===200){let e=i.loaded,r=ag(),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=ag(),s=0,c=ag(),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,ag()-o,1),n.concurrentDownloads.delete(e);else if(d){if(t){let e=ag();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=ag()}else s+=d.byteLength;c=ag()}else i+=d.byteLength,s+=d.byteLength,s>=n.tuningConfig.streamMinSampleSize&&ag()-c>=n.tuningConfig.streamMinSampleTime&&(n.addRawSpeed(s,ag()-c,n.concurrentDownloads.size),s=0,c=ag());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(hg.sanityCheck(e,t,r)){let r=e*8/t;this.throughput.next(r*n)}}addRawThroughput(e){this.throughput.next(e)}addRawRtt(e){this.rtt.next(e)}static sanityCheck(e,t,n=!1){let r=e*8/t;return!(!r||!isFinite(r)||r>1e6||r<30||n&&e<1e4||!n&&e<10*1024||!n&&t<=20)}static load(e){let t=og.get(e);if(ig(t))return parseInt(t,10)??void 0}}var gg=hg;import{fillWithDefault as _g,VideoQuality as vg}from"@vkontakte/videoplayer-shared/es2015";var yg={keepVideoElement:!1,clearVideoElementInnerHTML:!1,throughputEstimator:{type:`EmaAndMa`,emaAlphaSlow:.2,emaAlphaFast:.7,emaAlpha:.45,basisTrendChangeCount:10,changeThreshold:.05,useBrowserEstimation:!0,rttPenaltyRequestSize:1*1024*1024,streamMinSampleSize:10*1024,streamMinSampleTime:300,deviationDepth:20,deviationFactor:.5,lowLatency:{continuesByteSequenceInterval:50,maxLastEvaluationTimeout:300}},autoTrackSelection:{maxBitrateFactorAtEmptyBuffer:4,bitrateFactorAtEmptyBuffer:2.8,minBitrateFactorAtEmptyBuffer:1.5,bitrateAudioFactorAtEmptyBuffer:10,maxBitrateFactorAtFullBuffer:3,bitrateFactorAtFullBuffer:2,minBitrateFactorAtFullBuffer:1,bitrateAudioFactorAtFullBuffer:7,minVideoAudioRatio:5,minAvailableThroughputAudioRatio:5,usePixelRatio:!0,pixelRatioMultiplier:void 0,pixelRatioLogBase:3,pixelRatioLogCoefficients:[1,0,1],limitByContainer:!0,maxContainerSizeFactor:2,containerSizeFactor:1.3,minContainerSizeFactor:1,lazyQualitySwitch:!0,minBufferToSwitchUp:.4,considerPlaybackRate:!1,trackCooldownIncreaseQuality:15e3,trackCooldownDecreaseQuality:3e3,backgroundVideoQualityLimit:vg.Q_4320P,activeVideoAreaThreshold:.1,highQualityLimit:vg.Q_720P,trafficSavingLimit:vg.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:vg.Q_480P},dash:{forwardBufferTarget:6e4,forwardBufferTargetAuto:6e4,forwardBufferTargetManual:5*6e4,forwardBufferTargetPreload:5e3,seekBiasInTheEnd:2e3,maxSegmentDurationLeftToSelectNextSegment:3e3,minSafeBufferThreshold:.5,bufferPruningSafeZone:1e3,segmentRequestSize:1*1024*1024,maxVirtualBufferSize:250*1024*1024,virtualBufferPruneSize:100*1024*1024,representationSwitchForwardBufferGap:15e3,crashOnStallTimeout:25e3,crashOnStallTWithoutDataTimeout:5e3,enableSubSegmentBufferFeeding:!0,bufferEmptinessTolerance:100,useNewRepresentationSwitch:!1,useDelayedRepresentationSwitch:!1,useSmartRepresentationSwitch:!1,useFetchPriorityHints:!0,useAbortMSEFix:!1,enableBaseUrlSupport:!0,maxSegmentRetryCount:5,sourceOpenTimeout:1e3,vktvAbrThrottle:0,timeupdateEventTickThrottle:300,fetcherBufferOptimisation:!0,codecsPrioritizeEnabled:!1,usePersistentGaps:!1,abrThrottle:0,useVideoElementWaitingCurrentTimeReassign:!0,stallWatchdogInterval:100,liveUpdateInterval:1e3,liveStallReinitInterval:3e3,ignoreNetworkErrorsOnLoadInit:!1,bufferTolerance:100,minNativeBufferSize:5e3,removeTimeShiftFromSegment:500,tickMaintainInterval:1e3,minSafeBufferToPlay:0,useBufferHoldingOnlyOnStall:!0,useAbortResetNativeBufferMutex:!1,useNewStallExitPolicy:!1,useNewAbr:!1,useDynamicBirtateRule:!1,videoStreamRepresentaionsFilter:[]},dashCmafLive:{externalStopControl:!1,keepSilentStallWatchdogWhenNotActive:!1,maxActiveLiveOffset:1e4,normalizedTargetMinBufferSize:6e4,normalizedLiveMinBufferSize:5e3,normalizedActualBufferOffset:1e4,offsetCalculationError:3e3,maxLiveDuration:7200,catchupLiveForMutedInactiveTab:!0,lowLatency:{maxTargetOffset:3e3,maxTargetOffsetDeviation:250,playbackCatchupSpeedup:.05,isActiveOnDefault:!1,bufferEstimator:{emaAlpha:.45,changeThreshold:.05,deviationDepth:20,deviationFactor:.5,extremumInterval:5}}},live:{minBuffer:3e3,minBufferSegments:3,lowLatencyMinBuffer:1e3,lowLatencyMinBufferSegments:1,isLiveCatchUpMode:!1,lowLatencyActiveLiveDelay:3e3,activeLiveDelay:5e3,maxPausedTime:5e3,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,gapWatchdogInterval:50,requestQuick:!1,useHlsJs:!1,useNativeHLSTextTracks:!1,useNewSwitchTo:!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},bg=e=>_g(e,yg);import{assertNonNullable as xg,combine as Sg,ErrorCategory as Cg,filter as J,filterChanged as Y,fromEvent as wg,isNonNullable as Tg,isNullable as Eg,Logger as Dg,map as X,mapTo as Og,merge as kg,now as Ag,once as Z,Subject as Q,Subscription as jg,tap as Mg,ValueSubject as $,isHigher as Ng,isInvariantQuality as Pg,flattenObject as Fg,throttle as Ig,getTraceSubscriptionMethod as Lg,TracerFactory as Rg,InternalsExposure as zg,getPlayerId as Bg,devNull as Vg}from"@vkontakte/videoplayer-shared/es2015";import{merge as Hg,map as Ug,filter as Wg,isNonNullable as Gg}from"@vkontakte/videoplayer-shared/es2015";var Kg=({seekState:e,position$:t})=>Hg(e.stateChangeEnded$.pipe(Ug(({to:e})=>e.state===`none`?void 0:(e.position??NaN)/1e3),Wg(Gg)),t.pipe(Wg(()=>e.getState().state===`none`)));import{assertNonNullable as qg}from"@vkontakte/videoplayer-shared/es2015";var Jg=e=>{let t=typeof e.container==`string`?document.getElementById(e.container):e.container;return qg(t,`Wrong container or containerId {${e.container}}`),t};import{filter as Yg,once as Xg}from"@vkontakte/videoplayer-shared/es2015";var Zg=(e,t,n,r)=>{e!==void 0&&t.getState()===void 0&&t.getPrevState()===void 0&&n?.getValue().length===0?n.pipe(Yg(e=>e.length>0),Xg()).subscribe(n=>{n.find(r)&&t.startTransitionTo(e)}):(e===void 0||n?.getValue().find(r))&&t.startTransitionTo(e)};import{requestIdleCallbackPolyfilled as Qg}from"@vkontakte/videoplayer-shared/es2015";import{objectEntries as $g}from"@vkontakte/videoplayer-shared/es2015";import{cancelIdleCallbackPolyfilled as e_}from"@vkontakte/videoplayer-shared/es2015";import{devNull as t_,getWindow as n_}from"@vkontakte/videoplayer-shared/es2015";var r_=()=>{let e=`mediaCapabilities`in n_().navigator?i_:a_,t=Qg(a(function*(){let t=yield Promise.all($g(o_).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 t_.push(`core`,{key:`videoplayer_decoding_info`,strings:n}),t}));return()=>e_(t)},i_=function(){var e=a(function*(e){if(!e)return Promise.resolve({supported:!1});let t={[`channels`in e?`audio`:`video`]:e};return yield n_().navigator.mediaCapabilities.decodingInfo(o({type:`media-source`},t))});return function(t){return e.apply(this,arguments)}}(),a_=e=>{if(!e)return Promise.resolve({supported:!1});let t=n_().document,n=`channels`in e?t.createElement(`audio`):t.createElement(`video`);return Promise.resolve({supported:n.canPlayType(e?.contentType??``)===`probably`})},o_={H264:{contentType:`video/mp4; codecs="avc1.4D400C"`,width:720,height:720,bitrate:2886,framerate:30},H265:{contentType:`video/mp4; codecs="hvc1.1.6.L123.B0"`,width:720,height:720,bitrate:2886,framerate:30},VP8:{contentType:`video/webm; codecs="vp8"`,width:720,height:720,bitrate:2886,framerate:30},VP9:{contentType:`video/webm; codecs="vp09.00.10.08"`,width:720,height:720,bitrate:2886,framerate:30},AV1:{contentType:`video/mp4; codecs="av01.0.01M.08"`,width:720,height:720,bitrate:2886,framerate:30},OPUS:{contentType:`audio/ogg; codecs="opus"`,channels:`2`,bitrate:128e3},AAC_LC:{contentType:`audio/mp4; codecs="mp4a.40.2"`,channels:`2`,bitrate:128e3},AC3:{contentType:`audio/mp4; codecs="ac-3"`,channels:`6`,bitrate:128e3},EAC3:{contentType:`audio/mp4; codecs="ec-3"`,channels:`6`,bitrate:128e3},AAC_HE_V1:{contentType:`audio/mp4; codecs="mp4a.40.5"`,channels:`2`,bitrate:128e3},AAC_HE_V2:{contentType:`audio/mp4; codecs="mp4a.40.29"`,channels:`2`,bitrate:128e3},AAC_xHE:{contentType:`audio/mp4; codecs="mp4a.40.42"`,channels:`2`,bitrate:128e3}};class s_{constructor(e={},t=Rg.createRootTracer(!1),n){i(this,`subscription`,new jg),i(this,`domContainer`,void 0),i(this,`providerContainer`,void 0),i(this,`chromecastInitializer`,void 0),i(this,`logger`,new Dg),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 $(!1)),i(this,`hasLiveOffsetByPausedTimer`,0),i(this,`playerInitRequest`,0),i(this,`playerInited`,new $(!1)),i(this,`explicitInitialQuality`,void 0),i(this,`wasSetStartedQuality`,!1),i(this,`desiredState`,{playbackState:new M(`stopped`),seekState:new M({state:`none`}),volume:new M({volume:1,muted:!1}),videoTrack:new M(void 0),videoStream:new M(void 0),audioStream:new M(void 0),autoVideoTrackSwitching:new M(!0),autoVideoTrackLimits:new M({}),isLooped:new M(!1),isLowLatency:new M(!1),playbackRate:new M(1),externalTextTracks:new M([]),internalTextTracks:new M([]),currentTextTrack:new M(void 0),textTrackCuesSettings:new M({}),cameraOrientation:new M({x:0,y:0})}),i(this,`info`,{playbackState$:new $(void 0),position$:new $(0),duration$:new $(1/0),muted$:new $(!1),volume$:new $(1),availableVideoStreams$:new $([]),currentVideoStream$:new $(void 0),availableVideoTracks$:new $([]),availableQualities$:new $([]),availableQualitiesFps$:new $({}),currentQuality$:new $(void 0),isAutoQualityEnabled$:new $(!0),autoQualityLimitingAvailable$:new $(!1),autoQualityLimits$:new $({}),predefinedQualityLimitType$:new $(`unknown`),availableAudioStreams$:new $([]),currentAudioStream$:new $(void 0),availableAudioTracks$:new $([]),isAudioAvailable$:new $(!0),currentPlaybackRate$:new $(1),currentBuffer$:new $({start:0,end:0}),currentNativeBuffer$:new $({start:0,end:0}),isBuffering$:new $(!0),isStalled$:new $(!1),isEnded$:new $(!1),isLooped$:new $(!1),isLive$:new $(void 0),isLiveEnded$:new $(null),canPlayLiveTailBuffer$:new $(!1),canChangePlaybackSpeed$:new $(void 0),atLiveEdge$:new $(void 0),atLiveDurationEdge$:new $(void 0),liveTime$:new $(void 0),liveBufferTime$:new $(void 0),liveLatency$:new $(void 0),currentFormat$:new $(void 0),availableTextTracks$:new $([]),currentTextTrack$:new $(void 0),throughputEstimation$:new $(void 0),rttEstimation$:new $(void 0),videoBitrate$:new $(void 0),hostname$:new $(void 0),httpConnectionType$:new $(void 0),httpConnectionReused$:new $(void 0),httpConnectionMetrics$:new $(void 0),httpDownloadMetrics$:new $(void 0),surface$:new $(`none`),chromecastState$:new $(`NOT_AVAILABLE`),chromecastDeviceName$:new $(void 0),intrinsicVideoSize$:new $(void 0),availableSources$:new $(void 0),is3DVideo$:new $(!1),currentVideoSegmentLength$:new $(0),currentAudioSegmentLength$:new $(0)}),i(this,`events`,{inited$:new Q,ready$:new Q,started$:new Q,playing$:new Q,paused$:new Q,stopped$:new Q,willReady$:new Q,willStart$:new Q,willResume$:new Q,willPause$:new Q,willStop$:new Q,willDestruct$:new Q,watchCoverageRecord$:new Q,watchCoverageLive$:new Q,managedError$:new Q,fatalError$:new Q,fetcherRecoverableError$:new Q,ended$:new Q,looped$:new Q,seeked$:new Q,willSeek$:new Q,autoplaySoundProhibited$:new Q,manifestRequested$:new Q,firstBytesManifest$:new Q,manifestReceived$:new Q,firstBytesRequested$:new Q,firstBytesReceived$:new Q,firstBytes$:new Q,loadedMetadata$:new Q,firstFrame$:new Q,canplay$:new Q,log$:new Q,fetcherError$:new Q,severeStallOccured$:new Q}),i(this,`experimental`,{element$:new $(void 0),enableDebugTelemetry$:new $(!1),dumpTelemetry:Mr,getCurrentTime$:new $(null),skipVideoElVolumeSync$:new $(!1)}),i(this,`devNullLog`,void 0),i(this,`collectDecodingInfoDestroyCb`,void 0),this.initLogs(),this.tuning=bg(e),this.tracer=t,this.tuning.suppressExceptionsInObservables&&(v(this.info).forEach(e=>e.setSuppressErrors(!0)),v(this.events).forEach(e=>e.setSuppressErrors(!0)));let r={receiverApplicationId:this.tuning.chromecastReceiverId,isDisabled:this.tuning.disableChromecast,dependencies:{logger:this.logger}};if(this.chromecastInitializer=this.tuning.chromecastPresentationApi?new Ft(r):new se(r),this.throughputEstimator=new gg(this.tuning.throughputEstimator),e.exposeInternalsToGlobal&&(this.internalsExposure=new zg(`core`,Bg(n?.playerId)),this.internalsExposure.expose({player:this})),this.initChromecastSubscription(),this.initDesiredStateSubscriptions(),this.devNullLog=n?.onDevNullLog,Vg.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 y([`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:Cg.WTF,message:a,thrown:e}),e}}:r}})}initVideo(e){this.config=e,this.internalsExposure?.expose({config:e,logger:this.logger,tuning:this.tuning}),this.setMuted(this.tuning.isAudioDisabled);let t=()=>{let{container:t}=e,n=l(e,r);this.tracer.log(`initVideo`,Fg(n)),this.domContainer=Jg(e),this.chromecastInitializer.contentId=e.meta?.videoId,this.providerContainer=new Xh({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$}),this.initProviderContainerSubscription(this.providerContainer),this.initStartingVideoTrack(this.providerContainer),this.initTracerSubscription(),this.providerContainer.init(),this.setLiveLowLatency(this.tuning.dashCmafLive.lowLatency.isActiveOnDefault),this.initDebugTelemetry(),this.initWakeLock(),this.playerInited.next(!0),this.devNullLog&&this.tuning.devNullLogEnabled?(Vg.subscribe(`core`,this.devNullLog),this.tuning.collectingDecodingInfoEnabled&&(this.collectDecodingInfoDestroyCb=r_())):Vg.destroy(`core`)},n=()=>{this.tuning.autoplayOnlyIfVisible&&window.requestAnimationFrame?this.playerInitRequest=window.requestAnimationFrame(()=>t()):t()},i=()=>{this.tuning.asyncResolveClientChecker?j.isInited$.pipe(J(e=>!!e),Z()).subscribe(()=>{console.log(`Core SDK async start`),n()}):n()};return this.isNotActiveTabCase()?(this.tracer.log(`request play from hidden tab`),wg(document,`visibilitychange`).pipe(Z()).subscribe(i)):i(),this}destroy(){this.tracer.log(`destroy`),window.clearTimeout(this.hasLiveOffsetByPausedTimer),this.playerInitRequest&&window.cancelAnimationFrame(this.playerInitRequest),this.events.willDestruct$.next(),this.stop(),this.providerContainer?.destroy(),this.throughputEstimator.destroy(),this.chromecastInitializer.destroy(),this.subscription.unsubscribe(),this.tracer.end(),this.internalsExposure?.destroy(),Vg.destroy(`core`),this.collectDecodingInfoDestroyCb?.call(this)}waitInit(e){this.playerInited.getValue()?e():this.subscription.add(this.playerInited.pipe(J(e=>!!e),Z()).subscribe(e))}prepare(){return this.waitInit(()=>{let e=this.desiredState.playbackState;this.tracer.log(`prepare`,{currentPlayBackState:e.getState()}),e.getState()===`stopped`&&e.startTransitionTo(`ready`)}),this}play(){return this.waitInit(()=>{let e=this.desiredState.playbackState;this.tracer.log(`play`,{currentPlayBackState:e.getState()}),e.getState()!==`playing`&&e.startTransitionTo(`playing`)}),this}pause(){return this.waitInit(()=>{let e=this.desiredState.playbackState;this.tracer.log(`pause`,{currentPlayBackState:e.getState()}),e.getState()!==`paused`&&e.startTransitionTo(`paused`)}),this}stop(){return this.waitInit(()=>{let e=this.desiredState.playbackState;this.tracer.log(`stop`,{currentPlayBackState:e.getState()}),e.getState()!==`stopped`&&e.startTransitionTo(`stopped`)}),this}seekTime(e,t=!0){return this.waitInit(()=>{let n=this.info.duration$.getValue(),r=this.info.isLive$.getValue(),i=e;e>=n&&!r&&(i=n-this.tuning.seekNearDurationBias),this.tracer.log(`seekTime`,{duration:n,isLive:r,time:e,calculatedTime:i,forcePrecise:t}),Number.isFinite(i)&&(this.events.willSeek$.next({from:this.getExactTime(),to:i}),this.desiredState.seekState.setState({state:`requested`,position:i*1e3,forcePrecise:t}))}),this}seekPercent(e){return this.waitInit(()=>{let t=this.info.duration$.getValue();this.tracer.log(`seekPercent`,{percent:e,duration:t}),isFinite(t)&&this.seekTime(Math.abs(t)*e,!1)}),this}setVolume(e,t,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 Ft)?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 Ft)?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(()=>{xg(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(J(e=>e.length>0),Z()).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`,Fg(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`,Fg(e)),this.desiredState.externalTextTracks.startTransitionTo(e.map(e=>o({type:`external`},e)))}),this}selectTextTrack(e){return this.waitInit(()=>{Zg(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(Eg(e))return this.info.position$.getValue();let t=this.desiredState.seekState.getState(),n=t.state===`none`?void 0:t.position;return Tg(n)?n/1e3:e.currentTime}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.subscription.add(kg(this.desiredState.playbackState.stateChangeStarted$,this.desiredState.playbackState.forceChanged$).pipe(X(e=>e.to)).subscribe(this.info.playbackState$)).add(this.desiredState.isLooped.stateChangeEnded$.pipe(X(e=>e.to)).subscribe(this.info.isLooped$)).add(this.desiredState.playbackRate.stateChangeEnded$.pipe(X(e=>e.to)).subscribe(this.info.currentPlaybackRate$)).add(this.desiredState.autoVideoTrackSwitching.stateChangeEnded$.pipe(X(e=>e.to)).subscribe(this.info.isAutoQualityEnabled$)).add(this.desiredState.autoVideoTrackLimits.stateChangeEnded$.pipe(X(e=>e.to)).subscribe(e=>{this.info.autoQualityLimits$.next(e);let{highQualityLimit:t,trafficSavingLimit:n}=this.tuning.autoTrackSelection;this.info.predefinedQualityLimitType$.next(Br(e,t,n))})),this.subscription.add(this.desiredState.playbackState.stateChangeStarted$.pipe(J(({from:e})=>e===`stopped`),Z()).subscribe(()=>{this.initedAt=Ag(),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`,Fg(e)),e.state===`requested`?this.desiredState.seekState.setState(o(o({},e),{},{state:`applying`})):this.events.managedError$.next({id:`WillSeekIn${e.state}`,category:Cg.WTF,message:`Received unexpeceted willSeek$`})})).add(e.providerOutput.soundProhibitedEvent$.pipe(Z()).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`,Fg(e)),e.state===`applying`&&(this.desiredState.seekState.setState({state:`none`}),this.events.seeked$.next())})).add(e.current$.pipe(X(e=>e.type)).subscribe(this.info.currentFormat$)).add(e.current$.pipe(X(e=>e.destination),Y()).subscribe(()=>this.isPlaybackStarted=!1)).add(e.providerOutput.availableVideoStreams$.subscribe(this.info.availableVideoStreams$)).add(e.providerOutput.availableVideoTracks$.subscribe(this.info.availableVideoTracks$)).add(Sg({availableVideoTracks:e.providerOutput.availableVideoTracks$,currentVideoStream:e.providerOutput.currentVideoStream$}).pipe(X(({availableVideoTracks:e,currentVideoStream:t})=>e.filter(e=>t?t.id===e.streamId:!0).map(({quality:e})=>e).sort((e,t)=>Pg(e)?1:Pg(t)?-1:Ng(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(Y()).subscribe(this.info.isAudioAvailable$)).add(e.providerOutput.currentVideoTrack$.pipe(J(e=>Tg(e))).subscribe(e=>{this.info.currentQuality$.next(e?.quality),this.info.videoBitrate$.next(e?.bitrate)})).add(e.providerOutput.currentVideoSegmentLength$.pipe(Y((e,t)=>Math.round(e)===Math.round(t))).subscribe(this.info.currentVideoSegmentLength$)).add(e.providerOutput.currentAudioSegmentLength$.pipe(Y((e,t)=>Math.round(e)===Math.round(t))).subscribe(this.info.currentAudioSegmentLength$)).add(e.providerOutput.hostname$.pipe(Y()).subscribe(this.info.hostname$)).add(e.providerOutput.httpConnectionType$.pipe(Y()).subscribe(this.info.httpConnectionType$)).add(e.providerOutput.httpConnectionReused$.pipe(Y()).subscribe(this.info.httpConnectionReused$)).add(e.providerOutput.httpConnectionMetrics$.pipe(Y()).subscribe(this.info.httpConnectionMetrics$)).add(e.providerOutput.httpDownloadMetrics$.pipe(Y()).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(X(e=>e?{start:e.from,end:e.to}:{start:0,end:0})).subscribe(this.info.currentBuffer$)).add(e.providerOutput.currentNativeBuffer$.pipe(X(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(Mg(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(Y()).subscribe(this.info.liveTime$)).add(e.providerOutput.liveBufferTime$.subscribe(this.info.liveBufferTime$)).add(e.providerOutput.liveLatency$.subscribe(this.info.liveLatency$)).add(Sg({hasLiveOffsetByPaused:kg(this.desiredState.playbackState.stateChangeStarted$,this.desiredState.playbackState.forceChanged$).pipe(X(e=>e.to),Y(),X(e=>e===`paused`)),isLowLatency:e.providerOutput.isLowLatency$}).subscribe(({hasLiveOffsetByPaused:e,isLowLatency:t})=>{if(window.clearTimeout(this.hasLiveOffsetByPausedTimer),e){this.hasLiveOffsetByPausedTimer=window.setTimeout(()=>{this.hasLiveOffsetByPaused.next(!0)},this.getActiveLiveDelay(t));return}this.hasLiveOffsetByPaused.next(!1)})).add(Sg({atLiveEdge:Sg({isLive:e.providerOutput.isLive$,isLowLatency:e.providerOutput.isLowLatency$,position:Kg({seekState:this.desiredState.seekState,position$:e.providerOutput.position$})}).pipe(X(({isLive:e,position:t,isLowLatency:n})=>{let r=this.getActiveLiveDelay(n);return e&&Math.abs(t)<r/1e3}),Y(),Mg(e=>e&&this.setPlaybackRate(1))),hasPausedTimeoutCase:this.hasLiveOffsetByPaused}).pipe(X(({atLiveEdge:e,hasPausedTimeoutCase:t})=>e&&!t)).subscribe(this.info.atLiveEdge$)).add(Sg({isLive:e.providerOutput.isLive$,position:e.providerOutput.position$,duration:e.providerOutput.duration$}).pipe(X(({isLive:e,position:t,duration:n})=>e&&(Math.abs(n)-Math.abs(t))*1e3<this.tuning.live.activeLiveDelay),Y(),Mg(e=>e&&this.setPlaybackRate(1))).subscribe(this.info.atLiveDurationEdge$)).add(e.providerOutput.volume$.pipe(X(e=>e.muted),Y()).subscribe(this.info.muted$)).add(e.providerOutput.volume$.pipe(X(e=>e.volume),Y()).subscribe(this.info.volume$)).add(Kg({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(kg(e.providerOutput.endedEvent$.pipe(Og(!0)),e.providerOutput.seekedEvent$.pipe(Og(!1))).pipe(Y()).subscribe(this.info.isEnded$)).add(e.providerOutput.endedEvent$.subscribe(this.events.ended$)).add(e.providerOutput.loopedEvent$.subscribe(this.events.looped$)).add(e.providerError$.subscribe(this.events.managedError$)).add(e.providerOutput.fetcherRecoverableError$.subscribe(this.events.fetcherRecoverableError$)).add(e.providerOutput.fetcherError$.subscribe(this.events.fatalError$)).add(e.volumeMultiplierError$.subscribe(this.events.managedError$)).add(e.noAvailableProvidersError$.pipe(X(e=>({id:e?`No${e}`:`NoProviders`,category:Cg.VIDEO_PIPELINE,message:e?`${e} was forced but failed or not available`:`No suitable providers or all providers failed`}))).subscribe(this.events.fatalError$)).add(e.providerOutput.element$.subscribe(this.experimental.element$)).add(e.providerOutput.getCurrentTime$.subscribe(this.experimental.getCurrentTime$)).add(e.providerOutput.manifestRequested$.pipe(Z()).subscribe(this.events.manifestRequested$)).add(e.providerOutput.firstBytesManifest$.pipe(Z()).subscribe(this.events.firstBytesManifest$)).add(e.providerOutput.manifestReceived$.pipe(Z()).subscribe(this.events.manifestReceived$)).add(e.providerOutput.firstBytesRequested$.pipe(Z()).subscribe(this.events.firstBytesRequested$)).add(e.providerOutput.firstBytesReceived$.pipe(Z()).subscribe(this.events.firstBytesReceived$)).add(e.providerOutput.firstBytesEvent$.pipe(Z(),X(e=>e??Ag()-this.initedAt)).subscribe(this.events.firstBytes$)).add(e.providerOutput.loadedMetadataEvent$.subscribe(this.events.loadedMetadata$)).add(e.providerOutput.firstFrameEvent$.pipe(Z(),X(()=>Ag()-this.initedAt)).subscribe(this.events.firstFrame$)).add(e.providerOutput.canplay$.pipe(Z(),X(()=>Ag()-this.initedAt)).subscribe(this.events.canplay$)).add(this.throughputEstimator.throughput$.subscribe(this.info.throughputEstimation$)).add(this.throughputEstimator.rtt$.subscribe(this.info.rttEstimation$)).add(e.providerOutput.availableSources$.subscribe(this.info.availableSources$));let t=new $(!1);this.subscription.add(e.providerOutput.seekedEvent$.subscribe(()=>t.next(!1))).add(e.providerOutput.willSeekEvent$.subscribe(()=>t.next(!0)));let n=new $(!0);this.subscription.add(e.current$.subscribe(()=>n.next(!0))).add(this.desiredState.playbackState.stateChangeEnded$.pipe(J(({to:e})=>e===`playing`),Z()).subscribe(()=>n.next(!1)));let r=0,i=kg(e.providerOutput.isBuffering$,t,n).pipe(X(()=>{let r=e.providerOutput.isBuffering$.getValue(),i=t.getValue()||n.getValue();return r&&!i}),Y());this.subscription.add(i.subscribe(e=>{e?r=window.setTimeout(()=>this.info.isStalled$.next(!0),this.tuning.stallIgnoreThreshold):(window.clearTimeout(r),this.info.isStalled$.next(!1))})),this.subscription.add(kg(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(kg(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(X(e=>e?.castDevice.friendlyName)).subscribe(this.info.chromecastDeviceName$)),this.subscription.add(this.chromecastInitializer.errorEvent$.subscribe(this.events.managedError$))}initStartingVideoTrack(e){let t=new jg;this.subscription.add(t),this.subscription.add(e.current$.pipe(Y((e,t)=>e.provider===t.provider)).subscribe(()=>{t.unsubscribe(),t.add(e.providerOutput.availableVideoTracks$.pipe(J(e=>e.length>0),Z()).subscribe(e=>{this.setStartingVideoTrack(e)}))}))}setStartingVideoTrack(e){let t;this.wasSetStartedQuality=!0;let n=this.explicitInitialQuality??this.info.currentQuality$.getValue();n&&(t=e.find(({quality:e})=>e===n),t||this.setAutoQuality(!0)),t||=ii(e,{container:this.domContainer.getBoundingClientRect(),panelSize:this.config.panelSize,estimatedThroughput:this.throughputEstimator.throughput$.getValue(),tuning:this.tuning.autoTrackSelection,limits:this.desiredState.autoVideoTrackLimits.getState(),playbackRate:this.info.currentPlaybackRate$.getValue(),forwardBufferHealth:0,abrLogger:this.abrLogger}),this.desiredState.videoTrack.startTransitionTo(t),this.info.currentQuality$.next(t.quality),this.info.videoBitrate$.next(t.bitrate)}initLogs(){this.subscription.add(kg(this.desiredState.videoTrack.stateChangeStarted$.pipe(X(e=>({transition:e,entity:`quality`,type:`start`}))),this.desiredState.videoTrack.stateChangeEnded$.pipe(X(e=>({transition:e,entity:`quality`,type:`end`}))),this.desiredState.autoVideoTrackSwitching.stateChangeStarted$.pipe(X(e=>({transition:e,entity:`autoQualityEnabled`,type:`start`}))),this.desiredState.autoVideoTrackSwitching.stateChangeEnded$.pipe(X(e=>({transition:e,entity:`autoQualityEnabled`,type:`end`}))),this.desiredState.seekState.stateChangeStarted$.pipe(X(e=>({transition:e,entity:`seekState`,type:`start`}))),this.desiredState.seekState.stateChangeEnded$.pipe(X(e=>({transition:e,entity:`seekState`,type:`end`}))),this.desiredState.playbackState.stateChangeStarted$.pipe(X(e=>({transition:e,entity:`playbackState`,type:`start`}))),this.desiredState.playbackState.stateChangeEnded$.pipe(X(e=>({transition:e,entity:`playbackState`,type:`end`})))).pipe(X(e=>({component:`desiredState`,message:`[${e.entity} change] ${e.type}: ${JSON.stringify(e.transition)}`}))).subscribe(this.logger.log)),this.subscription.add(this.logger.log$.subscribe(this.events.log$))}initDebugTelemetry(){let e=this.providerContainer?.providerOutput;xg(this.providerContainer),xg(e),jr(),this.experimental.enableDebugTelemetry$.next(this.tuning.enableTelemetryAtStart),[this.experimental.enableDebugTelemetry$.subscribe(e=>Ar(e)),this.providerContainer.current$.subscribe(({type:e})=>Nr(`provider`,e)),e.duration$.subscribe(e=>Nr(`duration`,e)),e.availableVideoTracks$.pipe(J(e=>!!e.length),Z()).subscribe(e=>Nr(`tracks`,e)),this.events.fatalError$.subscribe(new Pr(`fatalError`)),this.events.managedError$.subscribe(new Pr(`managedError`)),e.position$.subscribe(new Pr(`position`)),e.currentVideoTrack$.pipe(X(e=>e?.quality)).subscribe(new Pr(`quality`)),this.info.currentBuffer$.subscribe(new Pr(`buffer`)),e.isBuffering$.subscribe(new Pr(`isBuffering`))].forEach(e=>this.subscription.add(e)),Nr(`codecs`,j.video.supportedCodecs)}initTracerSubscription(){let e=Lg(this.tracer.log.bind(this.tracer)),t=Lg(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(Y()).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(Sg({currentQuality:this.info.currentQuality$,videoBitrate:this.info.videoBitrate$}).pipe(J(({currentQuality:e,videoBitrate:t})=>!!e&&!!t),Y((e,t)=>e.currentQuality===t.currentQuality)).subscribe(e(`currentVideoTrack`))).add(this.info.currentVideoSegmentLength$.pipe(J(e=>e>0),Y()).subscribe(e(`currentVideoSegmentLength`))).add(this.info.currentAudioSegmentLength$.pipe(J(e=>e>0),Y()).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(Sg({currentBuffer:this.info.currentBuffer$.pipe(J(e=>e.end>0),Y((e,t)=>e.end===t.end&&e.start===t.start)),position:this.info.position$.pipe(Y())}).pipe(Ig(1e3)).subscribe(e(`currentBufferAndPosition`))).add(this.info.duration$.pipe(Y()).subscribe(e(`duration`))).add(this.info.isBuffering$.subscribe(e(`isBuffering`))).add(this.info.isLive$.pipe(Y()).subscribe(e(`isLive`))).add(this.info.canChangePlaybackSpeed$.pipe(Y()).subscribe(e(`canChangePlaybackSpeed`))).add(Sg({liveTime:this.info.liveTime$,liveBufferTime:this.info.liveBufferTime$,position:this.info.position$}).pipe(J(({liveTime:e,liveBufferTime:t})=>!!e&&!!t),Ig(1e3)).subscribe(e(`liveBufferAndPosition`))).add(this.info.atLiveEdge$.pipe(Y(),J(e=>e===!0)).subscribe(e(`atLiveEdge`))).add(this.info.atLiveDurationEdge$.pipe(Y(),J(e=>e===!0)).subscribe(e(`atLiveDurationEdge`))).add(this.info.muted$.pipe(Y()).subscribe(e(`muted`))).add(this.info.volume$.pipe(Y()).subscribe(e(`volume`))).add(this.info.isEnded$.pipe(Y(),J(e=>e===!0)).subscribe(e(`isEnded`))).add(this.info.availableSources$.subscribe(e(`availableSources`))).add(Sg({throughputEstimation:this.info.throughputEstimation$,rtt:this.info.rttEstimation$}).pipe(J(({throughputEstimation:e,rtt:t})=>!!e&&!!t),Ig(3e3)).subscribe(e(`throughputEstimation`))).add(this.info.isStalled$.subscribe(e(`isStalled`))).add(this.info.is3DVideo$.pipe(Y(),J(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;if(!window.navigator.wakeLock||!this.tuning.enableWakeLock)return;let t,n=()=>{t?.release(),t=void 0},r=function(){var r=a(function*(){n(),t=yield window.navigator.wakeLock.request(`screen`).catch(t=>{t instanceof DOMException&&t.name===`NotAllowedError`||e.events.managedError$.next({id:`WakeLock`,category:Cg.DOM,message:String(t)})})});return function(){return r.apply(this,arguments)}}();this.subscription.add(kg(wg(document,`visibilitychange`),wg(document,`fullscreenchange`),this.desiredState.playbackState.stateChangeEnded$).subscribe(()=>{let e=document.visibilityState===`visible`,i=this.desiredState.playbackState.getState()===`playing`,a=!!t&&!t?.released;e&&i?a||r():n()})).add(this.events.willDestruct$.subscribe(n))}setVideoTrackIdByQuality(e,t){let n=e.find(e=>e.quality===t);this.tracer.log(`setVideoTrackIdByQuality`,Fg({quality:t,availableTracks:Fg(e),track:Fg(n),isAutoQuality:!n})),n?this.desiredState.videoTrack.startTransitionTo(n):this.setAutoQuality(!0)}getActiveLiveDelay(e=!1){return e?this.tuning.live.lowLatencyActiveLiveDelay:this.tuning.live.activeLiveDelay}isNotActiveTabCase(){return document.hidden&&this.tuning.autoplayOnlyInActiveTab&&!ba()}}import{Subscription as c_,Observable as l_,Subject as u_,ValueSubject as d_,VideoQuality as f_}from"@vkontakte/videoplayer-shared/es2015";var p_=`@vkontakte/videoplayer-core@${u}`;export{Ve as isMobile,j as clientChecker,mt as areValidLiveRecordSources,Jc as WebmCodecStrategy,f_ as VideoQuality,f as VideoFormat,p as VideoCodec,d_ as ValueSubject,u as VERSION,g as Surface,c_ as Subscription,u_ as Subject,p_ as SDK_VERSION,_ as PredefinedQualityLimits,s_ as Player,d as PlaybackState,l_ as Observable,h as HttpConnectionType,m as ChromecastState};
221
220
  //# sourceMappingURL=es2015.esm.js.map