@vkontakte/videoplayer-core 2.0.131-dev.6210de2e.0 → 2.0.131-dev.85f5d8d6.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 (65) hide show
  1. package/es2015.cjs.js +32 -93
  2. package/es2015.esm.js +28 -89
  3. package/es2018.cjs.js +33 -94
  4. package/es2018.esm.js +29 -90
  5. package/es2024.cjs.js +34 -95
  6. package/es2024.esm.js +31 -92
  7. package/esnext.cjs.js +34 -95
  8. package/esnext.esm.js +31 -92
  9. package/evergreen.esm.js +28 -89
  10. package/package.json +2 -2
  11. package/types/player/Player.d.ts +1 -5
  12. package/types/providers/utils/StallsManager.d.ts +4 -18
  13. package/types/utils/autoSelectTrack.d.ts +3 -6
  14. package/types/utils/qualityLimits.d.ts +18 -3
  15. package/types/utils/tuningConfig.d.ts +7 -28
  16. package/types/providers/DashProviderNew/baseDashProvider.d.ts +0 -57
  17. package/types/providers/DashProviderNew/consts.d.ts +0 -3
  18. package/types/providers/DashProviderNew/index.d.ts +0 -2
  19. package/types/providers/DashProviderNew/lib/ElementSizeManager.d.ts +0 -19
  20. package/types/providers/DashProviderNew/lib/LiveTextManager.d.ts +0 -23
  21. package/types/providers/DashProviderNew/lib/buffer.d.ts +0 -117
  22. package/types/providers/DashProviderNew/lib/fetcher.d.ts +0 -59
  23. package/types/providers/DashProviderNew/lib/parsers/ietf/index.d.ts +0 -13
  24. package/types/providers/DashProviderNew/lib/parsers/index.d.ts +0 -3
  25. package/types/providers/DashProviderNew/lib/parsers/mpd.d.ts +0 -3
  26. package/types/providers/DashProviderNew/lib/parsers/mpeg/BoxModel.d.ts +0 -20
  27. package/types/providers/DashProviderNew/lib/parsers/mpeg/BoxParser.d.ts +0 -21
  28. package/types/providers/DashProviderNew/lib/parsers/mpeg/BoxTypeEnum.d.ts +0 -30
  29. package/types/providers/DashProviderNew/lib/parsers/mpeg/box.d.ts +0 -74
  30. package/types/providers/DashProviderNew/lib/parsers/mpeg/boxes/avc1.d.ts +0 -8
  31. package/types/providers/DashProviderNew/lib/parsers/mpeg/boxes/equi.d.ts +0 -21
  32. package/types/providers/DashProviderNew/lib/parsers/mpeg/boxes/ftyp.d.ts +0 -17
  33. package/types/providers/DashProviderNew/lib/parsers/mpeg/boxes/index.d.ts +0 -26
  34. package/types/providers/DashProviderNew/lib/parsers/mpeg/boxes/mdat.d.ts +0 -15
  35. package/types/providers/DashProviderNew/lib/parsers/mpeg/boxes/mdia.d.ts +0 -8
  36. package/types/providers/DashProviderNew/lib/parsers/mpeg/boxes/mfhd.d.ts +0 -11
  37. package/types/providers/DashProviderNew/lib/parsers/mpeg/boxes/minf.d.ts +0 -8
  38. package/types/providers/DashProviderNew/lib/parsers/mpeg/boxes/moof.d.ts +0 -8
  39. package/types/providers/DashProviderNew/lib/parsers/mpeg/boxes/moov.d.ts +0 -8
  40. package/types/providers/DashProviderNew/lib/parsers/mpeg/boxes/mvhd.d.ts +0 -35
  41. package/types/providers/DashProviderNew/lib/parsers/mpeg/boxes/prhd.d.ts +0 -16
  42. package/types/providers/DashProviderNew/lib/parsers/mpeg/boxes/proj.d.ts +0 -8
  43. package/types/providers/DashProviderNew/lib/parsers/mpeg/boxes/sidx.d.ts +0 -48
  44. package/types/providers/DashProviderNew/lib/parsers/mpeg/boxes/st3d.d.ts +0 -23
  45. package/types/providers/DashProviderNew/lib/parsers/mpeg/boxes/stbl.d.ts +0 -8
  46. package/types/providers/DashProviderNew/lib/parsers/mpeg/boxes/stsd.d.ts +0 -11
  47. package/types/providers/DashProviderNew/lib/parsers/mpeg/boxes/sv3d.d.ts +0 -8
  48. package/types/providers/DashProviderNew/lib/parsers/mpeg/boxes/tfdt.d.ts +0 -17
  49. package/types/providers/DashProviderNew/lib/parsers/mpeg/boxes/tfhd.d.ts +0 -22
  50. package/types/providers/DashProviderNew/lib/parsers/mpeg/boxes/tkhd.d.ts +0 -42
  51. package/types/providers/DashProviderNew/lib/parsers/mpeg/boxes/traf.d.ts +0 -8
  52. package/types/providers/DashProviderNew/lib/parsers/mpeg/boxes/trak.d.ts +0 -8
  53. package/types/providers/DashProviderNew/lib/parsers/mpeg/boxes/trun.d.ts +0 -31
  54. package/types/providers/DashProviderNew/lib/parsers/mpeg/boxes/unknown.d.ts +0 -6
  55. package/types/providers/DashProviderNew/lib/parsers/mpeg/boxes/uuid.d.ts +0 -11
  56. package/types/providers/DashProviderNew/lib/parsers/mpeg/fullBox.d.ts +0 -15
  57. package/types/providers/DashProviderNew/lib/parsers/mpeg/isobmff.d.ts +0 -12
  58. package/types/providers/DashProviderNew/lib/parsers/webm/ebml.d.ts +0 -76
  59. package/types/providers/DashProviderNew/lib/parsers/webm/webm.d.ts +0 -3
  60. package/types/providers/DashProviderNew/lib/player.d.ts +0 -92
  61. package/types/providers/DashProviderNew/lib/sourceBufferTaskQueue.d.ts +0 -19
  62. package/types/providers/DashProviderNew/lib/types.d.ts +0 -186
  63. package/types/providers/DashProviderNew/lib/utils.d.ts +0 -21
  64. package/types/providers/DashProviderNew/newDashCmafLiveProvider.d.ts +0 -8
  65. package/types/providers/DashProviderNew/newDashProvider.d.ts +0 -6
package/esnext.esm.js CHANGED
@@ -1,127 +1,73 @@
1
1
  /**
2
- * @vkontakte/videoplayer-core v2.0.131-dev.6210de2e.0
3
- * Mon, 12 May 2025 11:41:14 GMT
2
+ * @vkontakte/videoplayer-core v2.0.131-dev.85f5d8d6.0
3
+ * Mon, 12 May 2025 13:34:07 GMT
4
4
  * https://st.mycdn.me/static/vkontakte-videoplayer/2-0-131/doc/
5
5
  */
6
- var Ax=Object.create;var Bu=Object.defineProperty;var Pp=Object.getOwnPropertyDescriptor;var Rx=Object.getOwnPropertyNames;var Lx=Object.getPrototypeOf,Mx=Object.prototype.hasOwnProperty;var m=(a,e)=>()=>(e||a((e={exports:{}}).exports,e),e.exports);var $x=(a,e,t,i)=>{if(e&&typeof e=="object"||typeof e=="function")for(let r of Rx(e))!Mx.call(a,r)&&r!==t&&Bu(a,r,{get:()=>e[r],enumerable:!(i=Pp(e,r))||i.enumerable});return a};var V=(a,e,t)=>(t=a!=null?Ax(Lx(a)):{},$x(e||!a||!a.__esModule?Bu(t,"default",{value:a,enumerable:!0}):t,a));var ie=(a,e,t,i)=>{for(var r=i>1?void 0:i?Pp(e,t):e,s=a.length-1,n;s>=0;s--)(n=a[s])&&(r=(i?n(e,t,r):n(r))||r);return i&&r&&Bu(e,t,r),r};var ve=m((Vu,Ap)=>{"use strict";var ea=function(a){return a&&a.Math===Math&&a};Ap.exports=ea(typeof globalThis=="object"&&globalThis)||ea(typeof window=="object"&&window)||ea(typeof self=="object"&&self)||ea(typeof global=="object"&&global)||ea(typeof Vu=="object"&&Vu)||function(){return this}()||Function("return this")()});var Be=m((ZV,Rp)=>{"use strict";Rp.exports=function(a){try{return!!a()}catch{return!0}}});var ta=m((eO,Lp)=>{"use strict";var Bx=Be();Lp.exports=!Bx(function(){var a=function(){}.bind();return typeof a!="function"||a.hasOwnProperty("prototype")})});var Ou=m((tO,Dp)=>{"use strict";var Dx=ta(),Bp=Function.prototype,Mp=Bp.apply,$p=Bp.call;Dp.exports=typeof Reflect=="object"&&Reflect.apply||(Dx?$p.bind(Mp):function(){return $p.apply(Mp,arguments)})});var Re=m((iO,Op)=>{"use strict";var Cp=ta(),Vp=Function.prototype,_u=Vp.call,Cx=Cp&&Vp.bind.bind(_u,_u);Op.exports=Cp?Cx:function(a){return function(){return _u.apply(a,arguments)}}});var Mi=m((rO,Fp)=>{"use strict";var _p=Re(),Vx=_p({}.toString),Ox=_p("".slice);Fp.exports=function(a){return Ox(Vx(a),8,-1)}});var Fu=m((aO,Np)=>{"use strict";var _x=Mi(),Fx=Re();Np.exports=function(a){if(_x(a)==="Function")return Fx(a)}});var me=m((sO,Up)=>{"use strict";var Nu=typeof document=="object"&&document.all;Up.exports=typeof Nu>"u"&&Nu!==void 0?function(a){return typeof a=="function"||a===Nu}:function(a){return typeof a=="function"}});var pt=m((nO,qp)=>{"use strict";var Nx=Be();qp.exports=!Nx(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!==7})});var ht=m((oO,jp)=>{"use strict";var Ux=ta(),xn=Function.prototype.call;jp.exports=Ux?xn.bind(xn):function(){return xn.apply(xn,arguments)}});var Uu=m(Wp=>{"use strict";var Hp={}.propertyIsEnumerable,zp=Object.getOwnPropertyDescriptor,qx=zp&&!Hp.call({1:2},1);Wp.f=qx?function(e){var t=zp(this,e);return!!t&&t.enumerable}:Hp});var ia=m((lO,Gp)=>{"use strict";Gp.exports=function(a,e){return{enumerable:!(a&1),configurable:!(a&2),writable:!(a&4),value:e}}});var Yp=m((cO,Qp)=>{"use strict";var jx=Re(),Hx=Be(),zx=Mi(),qu=Object,Wx=jx("".split);Qp.exports=Hx(function(){return!qu("z").propertyIsEnumerable(0)})?function(a){return zx(a)==="String"?Wx(a,""):qu(a)}:qu});var rr=m((dO,Kp)=>{"use strict";Kp.exports=function(a){return a==null}});var pi=m((pO,Xp)=>{"use strict";var Gx=rr(),Qx=TypeError;Xp.exports=function(a){if(Gx(a))throw new Qx("Can't call method on "+a);return a}});var $i=m((hO,Jp)=>{"use strict";var Yx=Yp(),Kx=pi();Jp.exports=function(a){return Yx(Kx(a))}});var ft=m((fO,Zp)=>{"use strict";var Xx=me();Zp.exports=function(a){return typeof a=="object"?a!==null:Xx(a)}});var ar=m((mO,eh)=>{"use strict";eh.exports={}});var Jt=m((bO,ih)=>{"use strict";var ju=ar(),Hu=ve(),Jx=me(),th=function(a){return Jx(a)?a:void 0};ih.exports=function(a,e){return arguments.length<2?th(ju[a])||th(Hu[a]):ju[a]&&ju[a][e]||Hu[a]&&Hu[a][e]}});var ra=m((gO,rh)=>{"use strict";var Zx=Re();rh.exports=Zx({}.isPrototypeOf)});var Bi=m((SO,nh)=>{"use strict";var eE=ve(),ah=eE.navigator,sh=ah&&ah.userAgent;nh.exports=sh?String(sh):""});var Wu=m((vO,ph)=>{"use strict";var dh=ve(),zu=Bi(),oh=dh.process,uh=dh.Deno,lh=oh&&oh.versions||uh&&uh.version,ch=lh&&lh.v8,Pt,En;ch&&(Pt=ch.split("."),En=Pt[0]>0&&Pt[0]<4?1:+(Pt[0]+Pt[1]));!En&&zu&&(Pt=zu.match(/Edge\/(\d+)/),(!Pt||Pt[1]>=74)&&(Pt=zu.match(/Chrome\/(\d+)/),Pt&&(En=+Pt[1])));ph.exports=En});var Gu=m((yO,fh)=>{"use strict";var hh=Wu(),tE=Be(),iE=ve(),rE=iE.String;fh.exports=!!Object.getOwnPropertySymbols&&!tE(function(){var a=Symbol("symbol detection");return!rE(a)||!(Object(a)instanceof Symbol)||!Symbol.sham&&hh&&hh<41})});var Qu=m((TO,mh)=>{"use strict";var aE=Gu();mh.exports=aE&&!Symbol.sham&&typeof Symbol.iterator=="symbol"});var Yu=m((IO,bh)=>{"use strict";var sE=Jt(),nE=me(),oE=ra(),uE=Qu(),lE=Object;bh.exports=uE?function(a){return typeof a=="symbol"}:function(a){var e=sE("Symbol");return nE(e)&&oE(e.prototype,lE(a))}});var aa=m((xO,gh)=>{"use strict";var cE=String;gh.exports=function(a){try{return cE(a)}catch{return"Object"}}});var Dt=m((EO,Sh)=>{"use strict";var dE=me(),pE=aa(),hE=TypeError;Sh.exports=function(a){if(dE(a))return a;throw new hE(pE(a)+" is not a function")}});var sa=m((wO,vh)=>{"use strict";var fE=Dt(),mE=rr();vh.exports=function(a,e){var t=a[e];return mE(t)?void 0:fE(t)}});var Th=m((PO,yh)=>{"use strict";var Ku=ht(),Xu=me(),Ju=ft(),bE=TypeError;yh.exports=function(a,e){var t,i;if(e==="string"&&Xu(t=a.toString)&&!Ju(i=Ku(t,a))||Xu(t=a.valueOf)&&!Ju(i=Ku(t,a))||e!=="string"&&Xu(t=a.toString)&&!Ju(i=Ku(t,a)))return i;throw new bE("Can't convert object to primitive value")}});var kt=m((kO,Ih)=>{"use strict";Ih.exports=!0});var wh=m((AO,Eh)=>{"use strict";var xh=ve(),gE=Object.defineProperty;Eh.exports=function(a,e){try{gE(xh,a,{value:e,configurable:!0,writable:!0})}catch{xh[a]=e}return e}});var na=m((RO,Ah)=>{"use strict";var SE=kt(),vE=ve(),yE=wh(),Ph="__core-js_shared__",kh=Ah.exports=vE[Ph]||yE(Ph,{});(kh.versions||(kh.versions=[])).push({version:"3.38.0",mode:SE?"pure":"global",copyright:"\xA9 2014-2024 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.38.0/LICENSE",source:"https://github.com/zloirock/core-js"})});var Zu=m((LO,Lh)=>{"use strict";var Rh=na();Lh.exports=function(a,e){return Rh[a]||(Rh[a]=e||{})}});var sr=m((MO,Mh)=>{"use strict";var TE=pi(),IE=Object;Mh.exports=function(a){return IE(TE(a))}});var At=m(($O,$h)=>{"use strict";var xE=Re(),EE=sr(),wE=xE({}.hasOwnProperty);$h.exports=Object.hasOwn||function(e,t){return wE(EE(e),t)}});var el=m((BO,Bh)=>{"use strict";var PE=Re(),kE=0,AE=Math.random(),RE=PE(1 .toString);Bh.exports=function(a){return"Symbol("+(a===void 0?"":a)+")_"+RE(++kE+AE,36)}});var De=m((DO,Ch)=>{"use strict";var LE=ve(),ME=Zu(),Dh=At(),$E=el(),BE=Gu(),DE=Qu(),nr=LE.Symbol,tl=ME("wks"),CE=DE?nr.for||nr:nr&&nr.withoutSetter||$E;Ch.exports=function(a){return Dh(tl,a)||(tl[a]=BE&&Dh(nr,a)?nr[a]:CE("Symbol."+a)),tl[a]}});var Fh=m((CO,_h)=>{"use strict";var VE=ht(),Vh=ft(),Oh=Yu(),OE=sa(),_E=Th(),FE=De(),NE=TypeError,UE=FE("toPrimitive");_h.exports=function(a,e){if(!Vh(a)||Oh(a))return a;var t=OE(a,UE),i;if(t){if(e===void 0&&(e="default"),i=VE(t,a,e),!Vh(i)||Oh(i))return i;throw new NE("Can't convert object to primitive value")}return e===void 0&&(e="number"),_E(a,e)}});var il=m((VO,Nh)=>{"use strict";var qE=Fh(),jE=Yu();Nh.exports=function(a){var e=qE(a,"string");return jE(e)?e:e+""}});var wn=m((OO,qh)=>{"use strict";var HE=ve(),Uh=ft(),rl=HE.document,zE=Uh(rl)&&Uh(rl.createElement);qh.exports=function(a){return zE?rl.createElement(a):{}}});var al=m((_O,jh)=>{"use strict";var WE=pt(),GE=Be(),QE=wn();jh.exports=!WE&&!GE(function(){return Object.defineProperty(QE("div"),"a",{get:function(){return 7}}).a!==7})});var Wh=m(zh=>{"use strict";var YE=pt(),KE=ht(),XE=Uu(),JE=ia(),ZE=$i(),ew=il(),tw=At(),iw=al(),Hh=Object.getOwnPropertyDescriptor;zh.f=YE?Hh:function(e,t){if(e=ZE(e),t=ew(t),iw)try{return Hh(e,t)}catch{}if(tw(e,t))return JE(!KE(XE.f,e,t),e[t])}});var sl=m((NO,Gh)=>{"use strict";var rw=Be(),aw=me(),sw=/#|\.prototype\./,oa=function(a,e){var t=ow[nw(a)];return t===lw?!0:t===uw?!1:aw(e)?rw(e):!!e},nw=oa.normalize=function(a){return String(a).replace(sw,".").toLowerCase()},ow=oa.data={},uw=oa.NATIVE="N",lw=oa.POLYFILL="P";Gh.exports=oa});var or=m((UO,Yh)=>{"use strict";var Qh=Fu(),cw=Dt(),dw=ta(),pw=Qh(Qh.bind);Yh.exports=function(a,e){return cw(a),e===void 0?a:dw?pw(a,e):function(){return a.apply(e,arguments)}}});var nl=m((qO,Kh)=>{"use strict";var hw=pt(),fw=Be();Kh.exports=hw&&fw(function(){return Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype!==42})});var Ct=m((jO,Xh)=>{"use strict";var mw=ft(),bw=String,gw=TypeError;Xh.exports=function(a){if(mw(a))return a;throw new gw(bw(a)+" is not an object")}});var Di=m(Zh=>{"use strict";var Sw=pt(),vw=al(),yw=nl(),Pn=Ct(),Jh=il(),Tw=TypeError,ol=Object.defineProperty,Iw=Object.getOwnPropertyDescriptor,ul="enumerable",ll="configurable",cl="writable";Zh.f=Sw?yw?function(e,t,i){if(Pn(e),t=Jh(t),Pn(i),typeof e=="function"&&t==="prototype"&&"value"in i&&cl in i&&!i[cl]){var r=Iw(e,t);r&&r[cl]&&(e[t]=i.value,i={configurable:ll in i?i[ll]:r[ll],enumerable:ul in i?i[ul]:r[ul],writable:!1})}return ol(e,t,i)}:ol:function(e,t,i){if(Pn(e),t=Jh(t),Pn(i),vw)try{return ol(e,t,i)}catch{}if("get"in i||"set"in i)throw new Tw("Accessors not supported");return"value"in i&&(e[t]=i.value),e}});var ur=m((zO,ef)=>{"use strict";var xw=pt(),Ew=Di(),ww=ia();ef.exports=xw?function(a,e,t){return Ew.f(a,e,ww(1,t))}:function(a,e,t){return a[e]=t,a}});var Ie=m((WO,rf)=>{"use strict";var ua=ve(),Pw=Ou(),kw=Fu(),Aw=me(),Rw=Wh().f,Lw=sl(),lr=ar(),Mw=or(),cr=ur(),tf=At();na();var $w=function(a){var e=function(t,i,r){if(this instanceof e){switch(arguments.length){case 0:return new a;case 1:return new a(t);case 2:return new a(t,i)}return new a(t,i,r)}return Pw(a,this,arguments)};return e.prototype=a.prototype,e};rf.exports=function(a,e){var t=a.target,i=a.global,r=a.stat,s=a.proto,n=i?ua:r?ua[t]:ua[t]&&ua[t].prototype,o=i?lr:lr[t]||cr(lr,t,{})[t],u=o.prototype,l,c,p,d,h,f,b,g,S;for(d in e)l=Lw(i?d:t+(r?".":"#")+d,a.forced),c=!l&&n&&tf(n,d),f=o[d],c&&(a.dontCallGetSet?(S=Rw(n,d),b=S&&S.value):b=n[d]),h=c&&b?b:e[d],!(!l&&!s&&typeof f==typeof h)&&(a.bind&&c?g=Mw(h,ua):a.wrap&&c?g=$w(h):s&&Aw(h)?g=kw(h):g=h,(a.sham||h&&h.sham||f&&f.sham)&&cr(g,"sham",!0),cr(o,d,g),s&&(p=t+"Prototype",tf(lr,p)||cr(lr,p,{}),cr(lr[p],d,h),a.real&&u&&(l||!u[d])&&cr(u,d,h)))}});var sf=m((GO,af)=>{"use strict";var Bw=Math.ceil,Dw=Math.floor;af.exports=Math.trunc||function(e){var t=+e;return(t>0?Dw:Bw)(t)}});var la=m((QO,nf)=>{"use strict";var Cw=sf();nf.exports=function(a){var e=+a;return e!==e||e===0?0:Cw(e)}});var uf=m((YO,of)=>{"use strict";var Vw=la(),Ow=Math.max,_w=Math.min;of.exports=function(a,e){var t=Vw(a);return t<0?Ow(t+e,0):_w(t,e)}});var dl=m((KO,lf)=>{"use strict";var Fw=la(),Nw=Math.min;lf.exports=function(a){var e=Fw(a);return e>0?Nw(e,9007199254740991):0}});var dr=m((XO,cf)=>{"use strict";var Uw=dl();cf.exports=function(a){return Uw(a.length)}});var pl=m((JO,pf)=>{"use strict";var qw=$i(),jw=uf(),Hw=dr(),df=function(a){return function(e,t,i){var r=qw(e),s=Hw(r);if(s===0)return!a&&-1;var n=jw(i,s),o;if(a&&t!==t){for(;s>n;)if(o=r[n++],o!==o)return!0}else for(;s>n;n++)if((a||n in r)&&r[n]===t)return a||n||0;return!a&&-1}};pf.exports={includes:df(!0),indexOf:df(!1)}});var ca=m((ZO,hf)=>{"use strict";hf.exports=function(){}});var ff=m(()=>{"use strict";var zw=Ie(),Ww=pl().includes,Gw=Be(),Qw=ca(),Yw=Gw(function(){return!Array(1).includes()});zw({target:"Array",proto:!0,forced:Yw},{includes:function(e){return Ww(this,e,arguments.length>1?arguments[1]:void 0)}});Qw("includes")});var hi=m((i_,mf)=>{"use strict";var Kw=Jt();mf.exports=Kw});var gf=m((r_,bf)=>{"use strict";ff();var Xw=hi();bf.exports=Xw("Array","includes")});var vf=m((a_,Sf)=>{"use strict";var Jw=gf();Sf.exports=Jw});var mt=m((s_,yf)=>{"use strict";var Zw=vf();yf.exports=Zw});var Rn=m((g_,Af)=>{"use strict";var oP=Zu(),uP=el(),kf=oP("keys");Af.exports=function(a){return kf[a]||(kf[a]=uP(a))}});var Lf=m((S_,Rf)=>{"use strict";var lP=Be();Rf.exports=!lP(function(){function a(){}return a.prototype.constructor=null,Object.getPrototypeOf(new a)!==a.prototype})});var Ln=m((v_,$f)=>{"use strict";var cP=At(),dP=me(),pP=sr(),hP=Rn(),fP=Lf(),Mf=hP("IE_PROTO"),ml=Object,mP=ml.prototype;$f.exports=fP?ml.getPrototypeOf:function(a){var e=pP(a);if(cP(e,Mf))return e[Mf];var t=e.constructor;return dP(t)&&e instanceof t?t.prototype:e instanceof ml?mP:null}});var Mn=m((y_,Bf)=>{"use strict";Bf.exports={}});var Vf=m((T_,Cf)=>{"use strict";var bP=Re(),bl=At(),gP=$i(),SP=pl().indexOf,vP=Mn(),Df=bP([].push);Cf.exports=function(a,e){var t=gP(a),i=0,r=[],s;for(s in t)!bl(vP,s)&&bl(t,s)&&Df(r,s);for(;e.length>i;)bl(t,s=e[i++])&&(~SP(r,s)||Df(r,s));return r}});var gl=m((I_,Of)=>{"use strict";Of.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]});var Sl=m((x_,_f)=>{"use strict";var yP=Vf(),TP=gl();_f.exports=Object.keys||function(e){return yP(e,TP)}});var vl=m((E_,jf)=>{"use strict";var Nf=pt(),IP=Be(),Uf=Re(),xP=Ln(),EP=Sl(),wP=$i(),PP=Uu().f,qf=Uf(PP),kP=Uf([].push),AP=Nf&&IP(function(){var a=Object.create(null);return a[2]=2,!qf(a,2)}),Ff=function(a){return function(e){for(var t=wP(e),i=EP(t),r=AP&&xP(t)===null,s=i.length,n=0,o=[],u;s>n;)u=i[n++],(!Nf||(r?u in t:qf(t,u)))&&kP(o,a?[u,t[u]]:t[u]);return o}};jf.exports={entries:Ff(!0),values:Ff(!1)}});var Hf=m(()=>{"use strict";var RP=Ie(),LP=vl().entries;RP({target:"Object",stat:!0},{entries:function(e){return LP(e)}})});var Wf=m((k_,zf)=>{"use strict";Hf();var MP=ar();zf.exports=MP.Object.entries});var Qf=m((A_,Gf)=>{"use strict";var $P=Wf();Gf.exports=$P});var Ci=m((R_,Yf)=>{"use strict";var BP=Qf();Yf.exports=BP});var Vi=m((L_,Kf)=>{"use strict";Kf.exports={}});var Zf=m((M_,Jf)=>{"use strict";var DP=ve(),CP=me(),Xf=DP.WeakMap;Jf.exports=CP(Xf)&&/native code/.test(String(Xf))});var xl=m(($_,im)=>{"use strict";var VP=Zf(),tm=ve(),OP=ft(),_P=ur(),yl=At(),Tl=na(),FP=Rn(),NP=Mn(),em="Object already initialized",Il=tm.TypeError,UP=tm.WeakMap,$n,da,Bn,qP=function(a){return Bn(a)?da(a):$n(a,{})},jP=function(a){return function(e){var t;if(!OP(e)||(t=da(e)).type!==a)throw new Il("Incompatible receiver, "+a+" required");return t}};VP||Tl.state?(Rt=Tl.state||(Tl.state=new UP),Rt.get=Rt.get,Rt.has=Rt.has,Rt.set=Rt.set,$n=function(a,e){if(Rt.has(a))throw new Il(em);return e.facade=a,Rt.set(a,e),e},da=function(a){return Rt.get(a)||{}},Bn=function(a){return Rt.has(a)}):(Oi=FP("state"),NP[Oi]=!0,$n=function(a,e){if(yl(a,Oi))throw new Il(em);return e.facade=a,_P(a,Oi,e),e},da=function(a){return yl(a,Oi)?a[Oi]:{}},Bn=function(a){return yl(a,Oi)});var Rt,Oi;im.exports={set:$n,get:da,has:Bn,enforce:qP,getterFor:jP}});var Pl=m((B_,am)=>{"use strict";var El=pt(),HP=At(),rm=Function.prototype,zP=El&&Object.getOwnPropertyDescriptor,wl=HP(rm,"name"),WP=wl&&function(){}.name==="something",GP=wl&&(!El||El&&zP(rm,"name").configurable);am.exports={EXISTS:wl,PROPER:WP,CONFIGURABLE:GP}});var nm=m(sm=>{"use strict";var QP=pt(),YP=nl(),KP=Di(),XP=Ct(),JP=$i(),ZP=Sl();sm.f=QP&&!YP?Object.defineProperties:function(e,t){XP(e);for(var i=JP(t),r=ZP(t),s=r.length,n=0,o;s>n;)KP.f(e,o=r[n++],i[o]);return e}});var kl=m((C_,om)=>{"use strict";var ek=Jt();om.exports=ek("document","documentElement")});var Ml=m((V_,fm)=>{"use strict";var tk=Ct(),ik=nm(),um=gl(),rk=Mn(),ak=kl(),sk=wn(),nk=Rn(),lm=">",cm="<",Rl="prototype",Ll="script",pm=nk("IE_PROTO"),Al=function(){},hm=function(a){return cm+Ll+lm+a+cm+"/"+Ll+lm},dm=function(a){a.write(hm("")),a.close();var e=a.parentWindow.Object;return a=null,e},ok=function(){var a=sk("iframe"),e="java"+Ll+":",t;return a.style.display="none",ak.appendChild(a),a.src=String(e),t=a.contentWindow.document,t.open(),t.write(hm("document.F=Object")),t.close(),t.F},Dn,Cn=function(){try{Dn=new ActiveXObject("htmlfile")}catch{}Cn=typeof document<"u"?document.domain&&Dn?dm(Dn):ok():dm(Dn);for(var a=um.length;a--;)delete Cn[Rl][um[a]];return Cn()};rk[pm]=!0;fm.exports=Object.create||function(e,t){var i;return e!==null?(Al[Rl]=tk(e),i=new Al,Al[Rl]=null,i[pm]=e):i=Cn(),t===void 0?i:ik.f(i,t)}});var pr=m((O_,mm)=>{"use strict";var uk=ur();mm.exports=function(a,e,t,i){return i&&i.enumerable?a[e]=t:uk(a,e,t),a}});var Cl=m((__,Sm)=>{"use strict";var lk=Be(),ck=me(),dk=ft(),pk=Ml(),bm=Ln(),hk=pr(),fk=De(),mk=kt(),Dl=fk("iterator"),gm=!1,Zt,$l,Bl;[].keys&&(Bl=[].keys(),"next"in Bl?($l=bm(bm(Bl)),$l!==Object.prototype&&(Zt=$l)):gm=!0);var bk=!dk(Zt)||lk(function(){var a={};return Zt[Dl].call(a)!==a});bk?Zt={}:mk&&(Zt=pk(Zt));ck(Zt[Dl])||hk(Zt,Dl,function(){return this});Sm.exports={IteratorPrototype:Zt,BUGGY_SAFARI_ITERATORS:gm}});var Vn=m((F_,ym)=>{"use strict";var gk=De(),Sk=gk("toStringTag"),vm={};vm[Sk]="z";ym.exports=String(vm)==="[object z]"});var pa=m((N_,Tm)=>{"use strict";var vk=Vn(),yk=me(),On=Mi(),Tk=De(),Ik=Tk("toStringTag"),xk=Object,Ek=On(function(){return arguments}())==="Arguments",wk=function(a,e){try{return a[e]}catch{}};Tm.exports=vk?On:function(a){var e,t,i;return a===void 0?"Undefined":a===null?"Null":typeof(t=wk(e=xk(a),Ik))=="string"?t:Ek?On(e):(i=On(e))==="Object"&&yk(e.callee)?"Arguments":i}});var xm=m((U_,Im)=>{"use strict";var Pk=Vn(),kk=pa();Im.exports=Pk?{}.toString:function(){return"[object "+kk(this)+"]"}});var ha=m((q_,wm)=>{"use strict";var Ak=Vn(),Rk=Di().f,Lk=ur(),Mk=At(),$k=xm(),Bk=De(),Em=Bk("toStringTag");wm.exports=function(a,e,t,i){var r=t?a:a&&a.prototype;r&&(Mk(r,Em)||Rk(r,Em,{configurable:!0,value:e}),i&&!Ak&&Lk(r,"toString",$k))}});var km=m((j_,Pm)=>{"use strict";var Dk=Cl().IteratorPrototype,Ck=Ml(),Vk=ia(),Ok=ha(),_k=Vi(),Fk=function(){return this};Pm.exports=function(a,e,t,i){var r=e+" Iterator";return a.prototype=Ck(Dk,{next:Vk(+!i,t)}),Ok(a,r,!1,!0),_k[r]=Fk,a}});var Rm=m((H_,Am)=>{"use strict";var Nk=Re(),Uk=Dt();Am.exports=function(a,e,t){try{return Nk(Uk(Object.getOwnPropertyDescriptor(a,e)[t]))}catch{}}});var Mm=m((z_,Lm)=>{"use strict";var qk=ft();Lm.exports=function(a){return qk(a)||a===null}});var Bm=m((W_,$m)=>{"use strict";var jk=Mm(),Hk=String,zk=TypeError;$m.exports=function(a){if(jk(a))return a;throw new zk("Can't set "+Hk(a)+" as a prototype")}});var Vl=m((G_,Dm)=>{"use strict";var Wk=Rm(),Gk=ft(),Qk=pi(),Yk=Bm();Dm.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var a=!1,e={},t;try{t=Wk(Object.prototype,"__proto__","set"),t(e,[]),a=e instanceof Array}catch{}return function(r,s){return Qk(r),Yk(s),Gk(r)&&(a?t(r,s):r.__proto__=s),r}}():void 0)});var zm=m((Q_,Hm)=>{"use strict";var Kk=Ie(),Xk=ht(),_n=kt(),qm=Pl(),Jk=me(),Zk=km(),Cm=Ln(),Vm=Vl(),eA=ha(),tA=ur(),Ol=pr(),iA=De(),Om=Vi(),jm=Cl(),rA=qm.PROPER,aA=qm.CONFIGURABLE,_m=jm.IteratorPrototype,Fn=jm.BUGGY_SAFARI_ITERATORS,fa=iA("iterator"),Fm="keys",ma="values",Nm="entries",Um=function(){return this};Hm.exports=function(a,e,t,i,r,s,n){Zk(t,e,i);var o=function(S){if(S===r&&d)return d;if(!Fn&&S&&S in c)return c[S];switch(S){case Fm:return function(){return new t(this,S)};case ma:return function(){return new t(this,S)};case Nm:return function(){return new t(this,S)}}return function(){return new t(this)}},u=e+" Iterator",l=!1,c=a.prototype,p=c[fa]||c["@@iterator"]||r&&c[r],d=!Fn&&p||o(r),h=e==="Array"&&c.entries||p,f,b,g;if(h&&(f=Cm(h.call(new a)),f!==Object.prototype&&f.next&&(!_n&&Cm(f)!==_m&&(Vm?Vm(f,_m):Jk(f[fa])||Ol(f,fa,Um)),eA(f,u,!0,!0),_n&&(Om[u]=Um))),rA&&r===ma&&p&&p.name!==ma&&(!_n&&aA?tA(c,"name",ma):(l=!0,d=function(){return Xk(p,this)})),r)if(b={values:o(ma),keys:s?d:o(Fm),entries:o(Nm)},n)for(g in b)(Fn||l||!(g in c))&&Ol(c,g,b[g]);else Kk({target:e,proto:!0,forced:Fn||l},b);return(!_n||n)&&c[fa]!==d&&Ol(c,fa,d,{name:r}),Om[e]=d,b}});var Gm=m((Y_,Wm)=>{"use strict";Wm.exports=function(a,e){return{value:a,done:e}}});var Fl=m((K_,Jm)=>{"use strict";var sA=$i(),_l=ca(),Qm=Vi(),Km=xl(),nA=Di().f,oA=zm(),Nn=Gm(),uA=kt(),lA=pt(),Xm="Array Iterator",cA=Km.set,dA=Km.getterFor(Xm);Jm.exports=oA(Array,"Array",function(a,e){cA(this,{type:Xm,target:sA(a),index:0,kind:e})},function(){var a=dA(this),e=a.target,t=a.index++;if(!e||t>=e.length)return a.target=void 0,Nn(void 0,!0);switch(a.kind){case"keys":return Nn(t,!1);case"values":return Nn(e[t],!1)}return Nn([t,e[t]],!1)},"values");var Ym=Qm.Arguments=Qm.Array;_l("keys");_l("values");_l("entries");if(!uA&&lA&&Ym.name!=="values")try{nA(Ym,"name",{value:"values"})}catch{}});var eb=m((X_,Zm)=>{"use strict";var pA=De(),hA=Vi(),fA=pA("iterator"),mA=Array.prototype;Zm.exports=function(a){return a!==void 0&&(hA.Array===a||mA[fA]===a)}});var Nl=m((J_,ib)=>{"use strict";var bA=pa(),tb=sa(),gA=rr(),SA=Vi(),vA=De(),yA=vA("iterator");ib.exports=function(a){if(!gA(a))return tb(a,yA)||tb(a,"@@iterator")||SA[bA(a)]}});var ab=m((Z_,rb)=>{"use strict";var TA=ht(),IA=Dt(),xA=Ct(),EA=aa(),wA=Nl(),PA=TypeError;rb.exports=function(a,e){var t=arguments.length<2?wA(a):e;if(IA(t))return xA(TA(t,a));throw new PA(EA(a)+" is not iterable")}});var ob=m((eF,nb)=>{"use strict";var kA=ht(),sb=Ct(),AA=sa();nb.exports=function(a,e,t){var i,r;sb(a);try{if(i=AA(a,"return"),!i){if(e==="throw")throw t;return t}i=kA(i,a)}catch(s){r=!0,i=s}if(e==="throw")throw t;if(r)throw i;return sb(i),t}});var qn=m((tF,db)=>{"use strict";var RA=or(),LA=ht(),MA=Ct(),$A=aa(),BA=eb(),DA=dr(),ub=ra(),CA=ab(),VA=Nl(),lb=ob(),OA=TypeError,Un=function(a,e){this.stopped=a,this.result=e},cb=Un.prototype;db.exports=function(a,e,t){var i=t&&t.that,r=!!(t&&t.AS_ENTRIES),s=!!(t&&t.IS_RECORD),n=!!(t&&t.IS_ITERATOR),o=!!(t&&t.INTERRUPTED),u=RA(e,i),l,c,p,d,h,f,b,g=function(T){return l&&lb(l,"normal",T),new Un(!0,T)},S=function(T){return r?(MA(T),o?u(T[0],T[1],g):u(T[0],T[1])):o?u(T,g):u(T)};if(s)l=a.iterator;else if(n)l=a;else{if(c=VA(a),!c)throw new OA($A(a)+" is not iterable");if(BA(c)){for(p=0,d=DA(a);d>p;p++)if(h=S(a[p]),h&&ub(cb,h))return h;return new Un(!1)}l=CA(a,c)}for(f=s?a.next:l.next;!(b=LA(f,l)).done;){try{h=S(b.value)}catch(T){lb(l,"throw",T)}if(typeof h=="object"&&h&&ub(cb,h))return h}return new Un(!1)}});var hb=m((iF,pb)=>{"use strict";var _A=pt(),FA=Di(),NA=ia();pb.exports=function(a,e,t){_A?FA.f(a,e,NA(0,t)):a[e]=t}});var fb=m(()=>{"use strict";var UA=Ie(),qA=qn(),jA=hb();UA({target:"Object",stat:!0},{fromEntries:function(e){var t={};return qA(e,function(i,r){jA(t,i,r)},{AS_ENTRIES:!0}),t}})});var bb=m((sF,mb)=>{"use strict";Fl();fb();var HA=ar();mb.exports=HA.Object.fromEntries});var Sb=m((nF,gb)=>{"use strict";gb.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}});var yb=m(()=>{"use strict";Fl();var zA=Sb(),WA=ve(),GA=ha(),vb=Vi();for(jn in zA)GA(WA[jn],jn),vb[jn]=vb.Array;var jn});var Ib=m((lF,Tb)=>{"use strict";var QA=bb();yb();Tb.exports=QA});var Ul=m((cF,xb)=>{"use strict";var YA=Ib();xb.exports=YA});var Eb=m(()=>{"use strict"});var ql=m((hF,wb)=>{"use strict";var ba=ve(),KA=Bi(),XA=Mi(),Hn=function(a){return KA.slice(0,a.length)===a};wb.exports=function(){return Hn("Bun/")?"BUN":Hn("Cloudflare-Workers")?"CLOUDFLARE":Hn("Deno/")?"DENO":Hn("Node.js/")?"NODE":ba.Bun&&typeof Bun.version=="string"?"BUN":ba.Deno&&typeof Deno.version=="object"?"DENO":XA(ba.process)==="process"?"NODE":ba.window&&ba.document?"BROWSER":"REST"}()});var zn=m((fF,Pb)=>{"use strict";var JA=ql();Pb.exports=JA==="NODE"});var Ab=m((mF,kb)=>{"use strict";var ZA=Di();kb.exports=function(a,e,t){return ZA.f(a,e,t)}});var Mb=m((bF,Lb)=>{"use strict";var eR=Jt(),tR=Ab(),iR=De(),rR=pt(),Rb=iR("species");Lb.exports=function(a){var e=eR(a);rR&&e&&!e[Rb]&&tR(e,Rb,{configurable:!0,get:function(){return this}})}});var Bb=m((gF,$b)=>{"use strict";var aR=ra(),sR=TypeError;$b.exports=function(a,e){if(aR(e,a))return a;throw new sR("Incorrect invocation")}});var Hl=m((SF,Db)=>{"use strict";var nR=Re(),oR=me(),jl=na(),uR=nR(Function.toString);oR(jl.inspectSource)||(jl.inspectSource=function(a){return uR(a)});Db.exports=jl.inspectSource});var Wl=m((vF,Fb)=>{"use strict";var lR=Re(),cR=Be(),Cb=me(),dR=pa(),pR=Jt(),hR=Hl(),Vb=function(){},Ob=pR("Reflect","construct"),zl=/^\s*(?:class|function)\b/,fR=lR(zl.exec),mR=!zl.test(Vb),ga=function(e){if(!Cb(e))return!1;try{return Ob(Vb,[],e),!0}catch{return!1}},_b=function(e){if(!Cb(e))return!1;switch(dR(e)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return mR||!!fR(zl,hR(e))}catch{return!0}};_b.sham=!0;Fb.exports=!Ob||cR(function(){var a;return ga(ga.call)||!ga(Object)||!ga(function(){a=!0})||a})?_b:ga});var Ub=m((yF,Nb)=>{"use strict";var bR=Wl(),gR=aa(),SR=TypeError;Nb.exports=function(a){if(bR(a))return a;throw new SR(gR(a)+" is not a constructor")}});var Gl=m((TF,jb)=>{"use strict";var qb=Ct(),vR=Ub(),yR=rr(),TR=De(),IR=TR("species");jb.exports=function(a,e){var t=qb(a).constructor,i;return t===void 0||yR(i=qb(t)[IR])?e:vR(i)}});var zb=m((IF,Hb)=>{"use strict";var xR=Re();Hb.exports=xR([].slice)});var Gb=m((xF,Wb)=>{"use strict";var ER=TypeError;Wb.exports=function(a,e){if(a<e)throw new ER("Not enough arguments");return a}});var Ql=m((EF,Qb)=>{"use strict";var wR=Bi();Qb.exports=/(?:ipad|iphone|ipod).*applewebkit/i.test(wR)});var rc=m((wF,rg)=>{"use strict";var bt=ve(),PR=Ou(),kR=or(),Yb=me(),AR=At(),ig=Be(),Kb=kl(),RR=zb(),Xb=wn(),LR=Gb(),MR=Ql(),$R=zn(),ec=bt.setImmediate,tc=bt.clearImmediate,BR=bt.process,Yl=bt.Dispatch,DR=bt.Function,Jb=bt.MessageChannel,CR=bt.String,Kl=0,Sa={},Zb="onreadystatechange",va,_i,Xl,Jl;ig(function(){va=bt.location});var ic=function(a){if(AR(Sa,a)){var e=Sa[a];delete Sa[a],e()}},Zl=function(a){return function(){ic(a)}},eg=function(a){ic(a.data)},tg=function(a){bt.postMessage(CR(a),va.protocol+"//"+va.host)};(!ec||!tc)&&(ec=function(e){LR(arguments.length,1);var t=Yb(e)?e:DR(e),i=RR(arguments,1);return Sa[++Kl]=function(){PR(t,void 0,i)},_i(Kl),Kl},tc=function(e){delete Sa[e]},$R?_i=function(a){BR.nextTick(Zl(a))}:Yl&&Yl.now?_i=function(a){Yl.now(Zl(a))}:Jb&&!MR?(Xl=new Jb,Jl=Xl.port2,Xl.port1.onmessage=eg,_i=kR(Jl.postMessage,Jl)):bt.addEventListener&&Yb(bt.postMessage)&&!bt.importScripts&&va&&va.protocol!=="file:"&&!ig(tg)?(_i=tg,bt.addEventListener("message",eg,!1)):Zb in Xb("script")?_i=function(a){Kb.appendChild(Xb("script"))[Zb]=function(){Kb.removeChild(this),ic(a)}}:_i=function(a){setTimeout(Zl(a),0)});rg.exports={set:ec,clear:tc}});var ng=m((PF,sg)=>{"use strict";var ag=ve(),VR=pt(),OR=Object.getOwnPropertyDescriptor;sg.exports=function(a){if(!VR)return ag[a];var e=OR(ag,a);return e&&e.value}});var ac=m((kF,ug)=>{"use strict";var og=function(){this.head=null,this.tail=null};og.prototype={add:function(a){var e={item:a,next:null},t=this.tail;t?t.next=e:this.head=e,this.tail=e},get:function(){var a=this.head;if(a){var e=this.head=a.next;return e===null&&(this.tail=null),a.item}}};ug.exports=og});var cg=m((AF,lg)=>{"use strict";var _R=Bi();lg.exports=/ipad|iphone|ipod/i.test(_R)&&typeof Pebble<"u"});var pg=m((RF,dg)=>{"use strict";var FR=Bi();dg.exports=/web0s(?!.*chrome)/i.test(FR)});var vg=m((LF,Sg)=>{"use strict";var fr=ve(),NR=ng(),hg=or(),sc=rc().set,UR=ac(),qR=Ql(),jR=cg(),HR=pg(),nc=zn(),fg=fr.MutationObserver||fr.WebKitMutationObserver,mg=fr.document,bg=fr.process,Wn=fr.Promise,lc=NR("queueMicrotask"),hr,oc,uc,Gn,gg;lc||(ya=new UR,Ta=function(){var a,e;for(nc&&(a=bg.domain)&&a.exit();e=ya.get();)try{e()}catch(t){throw ya.head&&hr(),t}a&&a.enter()},!qR&&!nc&&!HR&&fg&&mg?(oc=!0,uc=mg.createTextNode(""),new fg(Ta).observe(uc,{characterData:!0}),hr=function(){uc.data=oc=!oc}):!jR&&Wn&&Wn.resolve?(Gn=Wn.resolve(void 0),Gn.constructor=Wn,gg=hg(Gn.then,Gn),hr=function(){gg(Ta)}):nc?hr=function(){bg.nextTick(Ta)}:(sc=hg(sc,fr),hr=function(){sc(Ta)}),lc=function(a){ya.head||hr(),ya.add(a)});var ya,Ta;Sg.exports=lc});var Tg=m((MF,yg)=>{"use strict";yg.exports=function(a,e){try{arguments.length===1?console.error(a):console.error(a,e)}catch{}}});var Qn=m(($F,Ig)=>{"use strict";Ig.exports=function(a){try{return{error:!1,value:a()}}catch(e){return{error:!0,value:e}}}});var Fi=m((BF,xg)=>{"use strict";var zR=ve();xg.exports=zR.Promise});var mr=m((DF,kg)=>{"use strict";var WR=ve(),Ia=Fi(),GR=me(),QR=sl(),YR=Hl(),KR=De(),Eg=ql(),XR=kt(),cc=Wu(),wg=Ia&&Ia.prototype,JR=KR("species"),dc=!1,Pg=GR(WR.PromiseRejectionEvent),ZR=QR("Promise",function(){var a=YR(Ia),e=a!==String(Ia);if(!e&&cc===66||XR&&!(wg.catch&&wg.finally))return!0;if(!cc||cc<51||!/native code/.test(a)){var t=new Ia(function(s){s(1)}),i=function(s){s(function(){},function(){})},r=t.constructor={};if(r[JR]=i,dc=t.then(function(){})instanceof i,!dc)return!0}return!e&&(Eg==="BROWSER"||Eg==="DENO")&&!Pg});kg.exports={CONSTRUCTOR:ZR,REJECTION_EVENT:Pg,SUBCLASSING:dc}});var br=m((CF,Rg)=>{"use strict";var Ag=Dt(),eL=TypeError,tL=function(a){var e,t;this.promise=new a(function(i,r){if(e!==void 0||t!==void 0)throw new eL("Bad Promise constructor");e=i,t=r}),this.resolve=Ag(e),this.reject=Ag(t)};Rg.exports.f=function(a){return new tL(a)}});var Qg=m(()=>{"use strict";var iL=Ie(),rL=kt(),Jn=zn(),fi=ve(),yr=ht(),Lg=pr(),Mg=Vl(),aL=ha(),sL=Mb(),nL=Dt(),Xn=me(),oL=ft(),uL=Bb(),lL=Gl(),Vg=rc().set,bc=vg(),cL=Tg(),dL=Qn(),pL=ac(),Og=xl(),Zn=Fi(),gc=mr(),_g=br(),eo="Promise",Fg=gc.CONSTRUCTOR,hL=gc.REJECTION_EVENT,fL=gc.SUBCLASSING,pc=Og.getterFor(eo),mL=Og.set,gr=Zn&&Zn.prototype,Ni=Zn,Yn=gr,Ng=fi.TypeError,hc=fi.document,Sc=fi.process,fc=_g.f,bL=fc,gL=!!(hc&&hc.createEvent&&fi.dispatchEvent),Ug="unhandledrejection",SL="rejectionhandled",$g=0,qg=1,vL=2,vc=1,jg=2,Kn,Bg,yL,Dg,Hg=function(a){var e;return oL(a)&&Xn(e=a.then)?e:!1},zg=function(a,e){var t=e.value,i=e.state===qg,r=i?a.ok:a.fail,s=a.resolve,n=a.reject,o=a.domain,u,l,c;try{r?(i||(e.rejection===jg&&IL(e),e.rejection=vc),r===!0?u=t:(o&&o.enter(),u=r(t),o&&(o.exit(),c=!0)),u===a.promise?n(new Ng("Promise-chain cycle")):(l=Hg(u))?yr(l,u,s,n):s(u)):n(t)}catch(p){o&&!c&&o.exit(),n(p)}},Wg=function(a,e){a.notified||(a.notified=!0,bc(function(){for(var t=a.reactions,i;i=t.get();)zg(i,a);a.notified=!1,e&&!a.rejection&&TL(a)}))},Gg=function(a,e,t){var i,r;gL?(i=hc.createEvent("Event"),i.promise=e,i.reason=t,i.initEvent(a,!1,!0),fi.dispatchEvent(i)):i={promise:e,reason:t},!hL&&(r=fi["on"+a])?r(i):a===Ug&&cL("Unhandled promise rejection",t)},TL=function(a){yr(Vg,fi,function(){var e=a.facade,t=a.value,i=Cg(a),r;if(i&&(r=dL(function(){Jn?Sc.emit("unhandledRejection",t,e):Gg(Ug,e,t)}),a.rejection=Jn||Cg(a)?jg:vc,r.error))throw r.value})},Cg=function(a){return a.rejection!==vc&&!a.parent},IL=function(a){yr(Vg,fi,function(){var e=a.facade;Jn?Sc.emit("rejectionHandled",e):Gg(SL,e,a.value)})},Sr=function(a,e,t){return function(i){a(e,i,t)}},vr=function(a,e,t){a.done||(a.done=!0,t&&(a=t),a.value=e,a.state=vL,Wg(a,!0))},mc=function(a,e,t){if(!a.done){a.done=!0,t&&(a=t);try{if(a.facade===e)throw new Ng("Promise can't be resolved itself");var i=Hg(e);i?bc(function(){var r={done:!1};try{yr(i,e,Sr(mc,r,a),Sr(vr,r,a))}catch(s){vr(r,s,a)}}):(a.value=e,a.state=qg,Wg(a,!1))}catch(r){vr({done:!1},r,a)}}};if(Fg&&(Ni=function(e){uL(this,Yn),nL(e),yr(Kn,this);var t=pc(this);try{e(Sr(mc,t),Sr(vr,t))}catch(i){vr(t,i)}},Yn=Ni.prototype,Kn=function(e){mL(this,{type:eo,done:!1,notified:!1,parent:!1,reactions:new pL,rejection:!1,state:$g,value:void 0})},Kn.prototype=Lg(Yn,"then",function(e,t){var i=pc(this),r=fc(lL(this,Ni));return i.parent=!0,r.ok=Xn(e)?e:!0,r.fail=Xn(t)&&t,r.domain=Jn?Sc.domain:void 0,i.state===$g?i.reactions.add(r):bc(function(){zg(r,i)}),r.promise}),Bg=function(){var a=new Kn,e=pc(a);this.promise=a,this.resolve=Sr(mc,e),this.reject=Sr(vr,e)},_g.f=fc=function(a){return a===Ni||a===yL?new Bg(a):bL(a)},!rL&&Xn(Zn)&&gr!==Object.prototype)){Dg=gr.then,fL||Lg(gr,"then",function(e,t){var i=this;return new Ni(function(r,s){yr(Dg,i,r,s)}).then(e,t)},{unsafe:!0});try{delete gr.constructor}catch{}Mg&&Mg(gr,Yn)}iL({global:!0,constructor:!0,wrap:!0,forced:Fg},{Promise:Ni});aL(Ni,eo,!1,!0);sL(eo)});var Zg=m((_F,Jg)=>{"use strict";var xL=De(),Kg=xL("iterator"),Xg=!1;try{Yg=0,yc={next:function(){return{done:!!Yg++}},return:function(){Xg=!0}},yc[Kg]=function(){return this},Array.from(yc,function(){throw 2})}catch{}var Yg,yc;Jg.exports=function(a,e){try{if(!e&&!Xg)return!1}catch{return!1}var t=!1;try{var i={};i[Kg]=function(){return{next:function(){return{done:t=!0}}}},a(i)}catch{}return t}});var Tc=m((FF,eS)=>{"use strict";var EL=Fi(),wL=Zg(),PL=mr().CONSTRUCTOR;eS.exports=PL||!wL(function(a){EL.all(a).then(void 0,function(){})})});var tS=m(()=>{"use strict";var kL=Ie(),AL=ht(),RL=Dt(),LL=br(),ML=Qn(),$L=qn(),BL=Tc();kL({target:"Promise",stat:!0,forced:BL},{all:function(e){var t=this,i=LL.f(t),r=i.resolve,s=i.reject,n=ML(function(){var o=RL(t.resolve),u=[],l=0,c=1;$L(e,function(p){var d=l++,h=!1;c++,AL(o,t,p).then(function(f){h||(h=!0,u[d]=f,--c||r(u))},s)}),--c||r(u)});return n.error&&s(n.value),i.promise}})});var rS=m(()=>{"use strict";var DL=Ie(),CL=kt(),VL=mr().CONSTRUCTOR,xc=Fi(),OL=Jt(),_L=me(),FL=pr(),iS=xc&&xc.prototype;DL({target:"Promise",proto:!0,forced:VL,real:!0},{catch:function(a){return this.then(void 0,a)}});!CL&&_L(xc)&&(Ic=OL("Promise").prototype.catch,iS.catch!==Ic&&FL(iS,"catch",Ic,{unsafe:!0}));var Ic});var aS=m(()=>{"use strict";var NL=Ie(),UL=ht(),qL=Dt(),jL=br(),HL=Qn(),zL=qn(),WL=Tc();NL({target:"Promise",stat:!0,forced:WL},{race:function(e){var t=this,i=jL.f(t),r=i.reject,s=HL(function(){var n=qL(t.resolve);zL(e,function(o){UL(n,t,o).then(i.resolve,r)})});return s.error&&r(s.value),i.promise}})});var sS=m(()=>{"use strict";var GL=Ie(),QL=br(),YL=mr().CONSTRUCTOR;GL({target:"Promise",stat:!0,forced:YL},{reject:function(e){var t=QL.f(this),i=t.reject;return i(e),t.promise}})});var Ec=m((QF,nS)=>{"use strict";var KL=Ct(),XL=ft(),JL=br();nS.exports=function(a,e){if(KL(a),XL(e)&&e.constructor===a)return e;var t=JL.f(a),i=t.resolve;return i(e),t.promise}});var lS=m(()=>{"use strict";var ZL=Ie(),eM=Jt(),oS=kt(),tM=Fi(),uS=mr().CONSTRUCTOR,iM=Ec(),rM=eM("Promise"),aM=oS&&!uS;ZL({target:"Promise",stat:!0,forced:oS||uS},{resolve:function(e){return iM(aM&&this===rM?tM:this,e)}})});var cS=m(()=>{"use strict";Qg();tS();rS();aS();sS();lS()});var fS=m(()=>{"use strict";var sM=Ie(),nM=kt(),to=Fi(),oM=Be(),pS=Jt(),hS=me(),uM=Gl(),dS=Ec(),lM=pr(),Pc=to&&to.prototype,cM=!!to&&oM(function(){Pc.finally.call({then:function(){}},function(){})});sM({target:"Promise",proto:!0,real:!0,forced:cM},{finally:function(a){var e=uM(this,pS("Promise")),t=hS(a);return this.then(t?function(i){return dS(e,a()).then(function(){return i})}:a,t?function(i){return dS(e,a()).then(function(){throw i})}:a)}});!nM&&hS(to)&&(wc=pS("Promise").prototype.finally,Pc.finally!==wc&&lM(Pc,"finally",wc,{unsafe:!0}));var wc});var bS=m((tN,mS)=>{"use strict";Eb();cS();fS();var dM=hi();mS.exports=dM("Promise","finally")});var SS=m((iN,gS)=>{"use strict";var pM=bS();gS.exports=pM});var xa=m((rN,vS)=>{"use strict";var hM=SS();vS.exports=hM});var $S=m(()=>{"use strict";var kM=Ie(),AM=vl().values;kM({target:"Object",stat:!0},{values:function(e){return AM(e)}})});var DS=m((UN,BS)=>{"use strict";$S();var RM=ar();BS.exports=RM.Object.values});var VS=m((qN,CS)=>{"use strict";var LM=DS();CS.exports=LM});var ji=m((jN,OS)=>{"use strict";var MM=VS();OS.exports=MM});var ZS=m(()=>{"use strict";var t$=Ie(),i$=sr(),r$=dr(),a$=la(),s$=ca();t$({target:"Array",proto:!0},{at:function(e){var t=i$(this),i=r$(t),r=a$(e),s=r>=0?r:i+r;return s<0||s>=i?void 0:t[s]}});s$("at")});var tv=m((JU,ev)=>{"use strict";ZS();var n$=hi();ev.exports=n$("Array","at")});var rv=m((ZU,iv)=>{"use strict";var o$=tv();iv.exports=o$});var Lt=m((e1,av)=>{"use strict";var u$=rv();av.exports=u$});var Yc=m((Fq,Ov)=>{"use strict";var U$=Mi();Ov.exports=Array.isArray||function(e){return U$(e)==="Array"}});var Fv=m((Nq,_v)=>{"use strict";var q$=TypeError,j$=9007199254740991;_v.exports=function(a){if(a>j$)throw q$("Maximum allowed index exceeded");return a}});var qv=m((Uq,Uv)=>{"use strict";var H$=Yc(),z$=dr(),W$=Fv(),G$=or(),Nv=function(a,e,t,i,r,s,n,o){for(var u=r,l=0,c=n?G$(n,o):!1,p,d;l<i;)l in t&&(p=c?c(t[l],l,e):t[l],s>0&&H$(p)?(d=z$(p),u=Nv(a,e,p,d,u,s-1)-1):(W$(u+1),a[u]=p),u++),l++;return u};Uv.exports=Nv});var Wv=m((qq,zv)=>{"use strict";var jv=Yc(),Q$=Wl(),Y$=ft(),K$=De(),X$=K$("species"),Hv=Array;zv.exports=function(a){var e;return jv(a)&&(e=a.constructor,Q$(e)&&(e===Hv||jv(e.prototype))?e=void 0:Y$(e)&&(e=e[X$],e===null&&(e=void 0))),e===void 0?Hv:e}});var Qv=m((jq,Gv)=>{"use strict";var J$=Wv();Gv.exports=function(a,e){return new(J$(a))(e===0?0:e)}});var Yv=m(()=>{"use strict";var Z$=Ie(),eB=qv(),tB=Dt(),iB=sr(),rB=dr(),aB=Qv();Z$({target:"Array",proto:!0},{flatMap:function(e){var t=iB(this),i=rB(t),r;return tB(e),r=aB(t,0),r.length=eB(r,t,t,i,0,1,e,arguments.length>1?arguments[1]:void 0),r}})});var Kv=m(()=>{"use strict";var sB=ca();sB("flatMap")});var Jv=m((Qq,Xv)=>{"use strict";Yv();Kv();var nB=hi();Xv.exports=nB("Array","flatMap")});var ey=m((Yq,Zv)=>{"use strict";var oB=Jv();Zv.exports=oB});var Na=m((Kq,ty)=>{"use strict";var uB=ey();ty.exports=uB});var Ua=m((Xq,iy)=>{"use strict";var lB=pa(),cB=String;iy.exports=function(a){if(lB(a)==="Symbol")throw new TypeError("Cannot convert a Symbol value to a string");return cB(a)}});var Kc=m((Jq,ry)=>{"use strict";ry.exports=`
7
- \v\f\r \xA0\u1680\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF`});var ny=m((Zq,sy)=>{"use strict";var dB=Re(),pB=pi(),hB=Ua(),Jc=Kc(),ay=dB("".replace),fB=RegExp("^["+Jc+"]+"),mB=RegExp("(^|[^"+Jc+"])["+Jc+"]+$"),Xc=function(a){return function(e){var t=hB(pB(e));return a&1&&(t=ay(t,fB,"")),a&2&&(t=ay(t,mB,"$1")),t}};sy.exports={start:Xc(1),end:Xc(2),trim:Xc(3)}});var cy=m((ej,ly)=>{"use strict";var bB=Pl().PROPER,gB=Be(),oy=Kc(),uy="\u200B\x85\u180E";ly.exports=function(a){return gB(function(){return!!oy[a]()||uy[a]()!==uy||bB&&oy[a].name!==a})}});var Zc=m((tj,dy)=>{"use strict";var SB=ny().start,vB=cy();dy.exports=vB("trimStart")?function(){return SB(this)}:"".trimStart});var hy=m(()=>{"use strict";var yB=Ie(),py=Zc();yB({target:"String",proto:!0,name:"trimStart",forced:"".trimLeft!==py},{trimLeft:py})});var my=m(()=>{"use strict";hy();var TB=Ie(),fy=Zc();TB({target:"String",proto:!0,name:"trimStart",forced:"".trimStart!==fy},{trimStart:fy})});var gy=m((nj,by)=>{"use strict";my();var IB=hi();by.exports=IB("String","trimLeft")});var vy=m((oj,Sy)=>{"use strict";var xB=gy();Sy.exports=xB});var Ty=m((uj,yy)=>{"use strict";var EB=vy();yy.exports=EB});var Vy=m(()=>{"use strict"});var Oy=m(()=>{"use strict"});var Fy=m((q2,_y)=>{"use strict";var GB=ft(),QB=Mi(),YB=De(),KB=YB("match");_y.exports=function(a){var e;return GB(a)&&((e=a[KB])!==void 0?!!e:QB(a)==="RegExp")}});var Uy=m((j2,Ny)=>{"use strict";var XB=Ct();Ny.exports=function(){var a=XB(this),e="";return a.hasIndices&&(e+="d"),a.global&&(e+="g"),a.ignoreCase&&(e+="i"),a.multiline&&(e+="m"),a.dotAll&&(e+="s"),a.unicode&&(e+="u"),a.unicodeSets&&(e+="v"),a.sticky&&(e+="y"),e}});var Hy=m((H2,jy)=>{"use strict";var JB=ht(),ZB=At(),eD=ra(),tD=Uy(),qy=RegExp.prototype;jy.exports=function(a){var e=a.flags;return e===void 0&&!("flags"in qy)&&!ZB(a,"flags")&&eD(qy,a)?JB(tD,a):e}});var Wy=m((z2,zy)=>{"use strict";var sd=Re(),iD=sr(),rD=Math.floor,rd=sd("".charAt),aD=sd("".replace),ad=sd("".slice),sD=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,nD=/\$([$&'`]|\d{1,2})/g;zy.exports=function(a,e,t,i,r,s){var n=t+a.length,o=i.length,u=nD;return r!==void 0&&(r=iD(r),u=sD),aD(s,u,function(l,c){var p;switch(rd(c,0)){case"$":return"$";case"&":return a;case"`":return ad(e,0,t);case"'":return ad(e,n);case"<":p=r[ad(c,1,-1)];break;default:var d=+c;if(d===0)return l;if(d>o){var h=rD(d/10);return h===0?l:h<=o?i[h-1]===void 0?rd(c,1):i[h-1]+rd(c,1):l}p=i[d-1]}return p===void 0?"":p})}});var Yy=m(()=>{"use strict";var oD=Ie(),uD=ht(),od=Re(),Gy=pi(),lD=me(),cD=rr(),dD=Fy(),Dr=Ua(),pD=sa(),hD=Hy(),fD=Wy(),mD=De(),bD=kt(),gD=mD("replace"),SD=TypeError,nd=od("".indexOf),vD=od("".replace),Qy=od("".slice),yD=Math.max;oD({target:"String",proto:!0},{replaceAll:function(e,t){var i=Gy(this),r,s,n,o,u,l,c,p,d,h,f=0,b="";if(!cD(e)){if(r=dD(e),r&&(s=Dr(Gy(hD(e))),!~nd(s,"g")))throw new SD("`.replaceAll` does not allow non-global regexes");if(n=pD(e,gD),n)return uD(n,e,i,t);if(bD&&r)return vD(Dr(i),e,t)}for(o=Dr(i),u=Dr(e),l=lD(t),l||(t=Dr(t)),c=u.length,p=yD(1,c),d=nd(o,u);d!==-1;)h=l?Dr(t(u,d,o)):fD(u,o,d,[],void 0,t),b+=Qy(o,f,d)+h,f=d+c,d=d+p>o.length?-1:nd(o,u,d+p);return f<o.length&&(b+=Qy(o,f)),b}})});var Xy=m((Q2,Ky)=>{"use strict";Vy();Oy();Yy();var TD=hi();Ky.exports=TD("String","replaceAll")});var Zy=m((Y2,Jy)=>{"use strict";var ID=Xy();Jy.exports=ID});var ud=m((K2,eT)=>{"use strict";var xD=Zy();eT.exports=xD});var iT=m((X2,tT)=>{"use strict";var ED=la(),wD=Ua(),PD=pi(),kD=RangeError;tT.exports=function(e){var t=wD(PD(this)),i="",r=ED(e);if(r<0||r===1/0)throw new kD("Wrong number of repetitions");for(;r>0;(r>>>=1)&&(t+=t))r&1&&(i+=t);return i}});var oT=m((J2,nT)=>{"use strict";var sT=Re(),AD=dl(),rT=Ua(),RD=iT(),LD=pi(),MD=sT(RD),$D=sT("".slice),BD=Math.ceil,aT=function(a){return function(e,t,i){var r=rT(LD(e)),s=AD(t),n=r.length,o=i===void 0?" ":rT(i),u,l;return s<=n||o===""?r:(u=s-n,l=MD(o,BD(u/o.length)),l.length>u&&(l=$D(l,0,u)),a?r+l:l+r)}};nT.exports={start:aT(!1),end:aT(!0)}});var lT=m((Z2,uT)=>{"use strict";var DD=Bi();uT.exports=/Version\/10(?:\.\d+){1,2}(?: [\w./]+)?(?: Mobile\/\w+)? Safari\//.test(DD)});var cT=m(()=>{"use strict";var CD=Ie(),VD=oT().start,OD=lT();CD({target:"String",proto:!0,forced:OD},{padStart:function(e){return VD(this,e,arguments.length>1?arguments[1]:void 0)}})});var pT=m((iz,dT)=>{"use strict";cT();var _D=hi();dT.exports=_D("String","padStart")});var fT=m((rz,hT)=>{"use strict";var FD=pT();hT.exports=FD});var ld=m((az,mT)=>{"use strict";var ND=fT();mT.exports=ND});var kp="2.0.131-dev.6210de2e.0";var Xe=(r=>(r.STOPPED="stopped",r.READY="ready",r.PLAYING="playing",r.PAUSED="paused",r))(Xe||{}),Xt=(y=>(y.MPEG="MPEG",y.DASH="DASH",y.DASH_SEP="DASH_SEP",y.DASH_SEP_VK="DASH_SEP",y.DASH_WEBM="DASH_WEBM",y.DASH_WEBM_AV1="DASH_WEBM_AV1",y.DASH_STREAMS="DASH_STREAMS",y.DASH_WEBM_VK="DASH_WEBM",y.DASH_ONDEMAND="DASH_ONDEMAND",y.DASH_ONDEMAND_VK="DASH_ONDEMAND",y.DASH_LIVE="DASH_LIVE",y.DASH_LIVE_CMAF="DASH_LIVE_CMAF",y.DASH_LIVE_WEBM="DASH_LIVE_WEBM",y.HLS="HLS",y.HLS_ONDEMAND="HLS_ONDEMAND",y.HLS_JS="HLS",y.HLS_LIVE="HLS_LIVE",y.HLS_LIVE_CMAF="HLS_LIVE_CMAF",y.WEB_RTC_LIVE="WEB_RTC_LIVE",y))(Xt||{});var Tn=(r=>(r.NOT_AVAILABLE="NOT_AVAILABLE",r.AVAILABLE="AVAILABLE",r.CONNECTING="CONNECTING",r.CONNECTED="CONNECTED",r))(Tn||{}),Du=(i=>(i.HTTP1="http1",i.HTTP2="http2",i.QUIC="quic",i))(Du||{});var Cu=(n=>(n.NONE="none",n.INLINE="inline",n.FULLSCREEN="fullscreen",n.SECOND_SCREEN="second_screen",n.PIP="pip",n.INVISIBLE="invisible",n))(Cu||{}),In=(i=>(i.TRAFFIC_SAVING="traffic_saving",i.HIGH_QUALITY="high_quality",i.UNKNOWN="unknown",i))(In||{});var kx=V(mt(),1);import{assertNever as Pf,assertNonNullable as eP,isNonNullable as kn,ValueSubject as hl,Subject as tP,Subscription as iP,merge as rP,observableFrom as aP,fromEvent as If,map as xf,tap as Ef,filterChanged as sP,isNullable as fl,ErrorCategory as wf}from"@vkontakte/videoplayer-shared";var Tf=a=>new Promise((e,t)=>{let i=document.createElement("script");i.setAttribute("src",a),i.onload=()=>e(),i.onerror=r=>t(r),document.body.appendChild(i)});var An=class{constructor(e){this.connection$=new hl(void 0);this.castState$=new hl("NOT_AVAILABLE");this.errorEvent$=new tP;this.realCastState$=new hl("NOT_AVAILABLE");this.subscription=new iP;this.isDestroyed=!1;this.params=e,this.log=this.params.dependencies.logger.createComponentLog("ChromecastInitializer");let t="chrome"in window;if(this.log({message:`[constructor] receiverApplicationId: ${this.params.receiverApplicationId}, isDisabled: ${this.params.isDisabled}, isSupported: ${t}`}),e.isDisabled||!t)return;let i=kn(window.chrome?.cast),r=!!window.__onGCastApiAvailable;i?this.initializeCastApi():(window.__onGCastApiAvailable=s=>{delete window.__onGCastApiAvailable,s&&!this.isDestroyed&&this.initializeCastApi()},r||Tf("https://www.gstatic.com/cv/js/sender/v1/cast_sender.js?loadCastFramework=1").catch(()=>this.errorEvent$.next({id:"ChromecastLoading",category:wf.NETWORK,message:"Script loading failed!"})))}connect(){cast.framework.CastContext.getInstance()?.requestSession()}disconnect(){cast.framework.CastContext.getInstance()?.getCurrentSession()?.endSession(!0)}stopMedia(){return new Promise((e,t)=>{cast.framework.CastContext.getInstance()?.getCurrentSession()?.getMediaSession()?.stop(new chrome.cast.media.StopRequest,e,t)})}toggleConnection(){kn(this.connection$.getValue())?this.disconnect():this.connect()}setVolume(e){let t=this.connection$.getValue();fl(t)||(t.remotePlayer.volumeLevel=e,t.remotePlayerController.setVolumeLevel())}setMuted(e){let t=this.connection$.getValue();fl(t)||e!==t.remotePlayer.isMuted&&t.remotePlayerController.muteOrUnmute()}destroy(){this.isDestroyed=!0,this.subscription.unsubscribe()}initListeners(){let e=new cast.framework.RemotePlayer,t=new cast.framework.RemotePlayerController(e),i=cast.framework.CastContext.getInstance();this.subscription.add(If(i,cast.framework.CastContextEventType.SESSION_STATE_CHANGED).subscribe(r=>{switch(r.sessionState){case cast.framework.SessionState.SESSION_STARTED:case cast.framework.SessionState.SESSION_STARTING:case cast.framework.SessionState.SESSION_RESUMED:this.contentId=i.getCurrentSession()?.getMediaSession()?.media?.contentId;break;case cast.framework.SessionState.NO_SESSION:case cast.framework.SessionState.SESSION_ENDING:case cast.framework.SessionState.SESSION_ENDED:case cast.framework.SessionState.SESSION_START_FAILED:this.contentId=void 0;break;default:return Pf(r.sessionState)}})).add(rP(If(i,cast.framework.CastContextEventType.CAST_STATE_CHANGED).pipe(Ef(r=>{this.log({message:`[cast.framework.RemotePlayerEventType.CAST_STATE_CHANGED]: ${JSON.stringify(r)}`})}),xf(r=>r.castState)),aP([i.getCastState()])).pipe(sP(),xf(nP),Ef(r=>{this.log({message:`realCastState$: ${r}`})})).subscribe(this.realCastState$)).add(this.realCastState$.subscribe(r=>{let s=r==="CONNECTED",n=kn(this.connection$.getValue());if(s&&!n){let o=i.getCurrentSession();eP(o);let u=o.getCastDevice(),l=o.getMediaSession()?.media?.contentId;(fl(l)||l===this.contentId)&&(this.log({message:"connection created"}),this.connection$.next({remotePlayer:e,remotePlayerController:t,session:o,castDevice:u}))}else!s&&n&&(this.log({message:"connection destroyed"}),this.connection$.next(void 0));this.castState$.next(r==="CONNECTED"?kn(this.connection$.getValue())?"CONNECTED":"AVAILABLE":r)}))}initializeCastApi(){let e,t,i;try{e=cast.framework.CastContext.getInstance(),t=chrome.cast.media.DEFAULT_MEDIA_RECEIVER_APP_ID,i=chrome.cast.AutoJoinPolicy.ORIGIN_SCOPED}catch{return}try{e.setOptions({receiverApplicationId:this.params.receiverApplicationId??t,autoJoinPolicy:i}),this.initListeners()}catch(r){this.errorEvent$.next({id:"ChromecastInitializer",category:wf.EXTERNAL_API,message:"[initializeCastApi] failed",thrown:r})}}},nP=a=>{switch(a){case cast.framework.CastState.NO_DEVICES_AVAILABLE:return"NOT_AVAILABLE";case cast.framework.CastState.NOT_CONNECTED:return"AVAILABLE";case cast.framework.CastState.CONNECTING:return"CONNECTING";case cast.framework.CastState.CONNECTED:return"CONNECTED";default:return Pf(a)}};var Sp=V(mt(),1),ux=V(Ci(),1),lx=V(Ul(),1);var RS=V(xa(),1);import{assertNever as yS}from"@vkontakte/videoplayer-shared";var be=(a,e=0,t=0)=>{switch(t){case 0:return a.replace("_offset_p",e===0?"":"_"+e.toFixed(0));case 1:{if(e===0)return a;let i=new URL(a);return i.searchParams.append("playback_shift",e.toFixed(0)),i.toString()}case 2:{let i=new URL(a);return!i.searchParams.get("offset_p")&&e===0?a:(i.searchParams.set("offset_p",e.toFixed(0)),i.toString())}default:yS(t)}return a},mi=(a,e)=>{switch(e){case 0:return NaN;case 1:{let t=new URL(a);return Number(t.searchParams.get("playback_shift"))}case 2:{let t=new URL(a);return Number(t.searchParams.get("offset_p")??0)}default:yS(e)}};var A=(a,e,t=!1)=>{let i=a.getTransition();(t||!i||i.to===e)&&a.setState(e)};import{isNonNullable as fM,Subject as io,merge as TS}from"@vkontakte/videoplayer-shared";var N=class{constructor(e){this.transitionStarted$=new io;this.transitionEnded$=new io;this.transitionUpdated$=new io;this.forceChanged$=new io;this.stateChangeStarted$=TS(this.transitionStarted$,this.transitionUpdated$);this.stateChangeEnded$=TS(this.transitionEnded$,this.forceChanged$);this.state=e,this.prevState=void 0}setState(e){let t=this.transition,i=this.state;this.transition=void 0,this.prevState=i,this.state=e,t?t.to===e?this.transitionEnded$.next(t):this.forceChanged$.next({from:t.from,to:e,canceledTransition:t}):this.forceChanged$.next({from:i,to:e,canceledTransition:t})}startTransitionTo(e){let t=this.transition,i=this.state;i===e||fM(t)&&t.to===e||(this.prevState=i,this.state=e,t?(this.transition={from:t.from,to:e,canceledTransition:t},this.transitionUpdated$.next(this.transition)):(this.transition={from:i,to:e},this.transitionStarted$.next(this.transition)))}getTransition(){return this.transition}getState(){return this.state}getPrevState(){return this.prevState}};import{assertNever as mM}from"@vkontakte/videoplayer-shared";var IS=a=>{switch(a){case"MPEG":case"DASH":case"DASH_SEP":case"DASH_ONDEMAND":case"DASH_WEBM":case"DASH_WEBM_AV1":case"DASH_STREAMS":case"HLS":case"HLS_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 mM(a)}};import{assertNever as Tr,assertNonNullable as Ui,debounce as xS,ErrorCategory as ES,fromEvent as qi,isNonNullable as wS,map as PS,merge as kS,observableFrom as bM,Subject as gM,Subscription as kc,timeout as SM,getHighestQuality as vM}from"@vkontakte/videoplayer-shared";var yM=5,TM=5,IM=500,AS=7e3,Ea=class{constructor(e){this.subscription=new kc;this.loadMediaTimeoutSubscription=new kc;this.videoState=new N("stopped");this.syncPlayback=()=>{let e=this.videoState.getState(),t=this.videoState.getTransition(),i=this.params.desiredState.playbackState.getState(),r=this.params.desiredState.playbackState.getTransition(),s=this.params.desiredState.seekState.getState();if(this.log({message:`[syncPlayback] videoState: ${e}; videoTransition: ${JSON.stringify(t)}; desiredPlaybackState: ${i}; desiredPlaybackStateTransition: ${this.params.desiredState.playbackState.getTransition()}; seekState: ${JSON.stringify(s)};`}),i==="stopped"){e!=="stopped"&&(this.videoState.startTransitionTo("stopped"),this.stop());return}if(!t){if(r?.to!=="paused"&&s.state==="requested"&&e!=="stopped"){this.seek(s.position/1e3);return}switch(i){case"ready":{switch(e){case"playing":case"paused":case"ready":break;case"stopped":this.videoState.startTransitionTo("ready"),this.prepare();break;default:Tr(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:Tr(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:Tr(e)}break}default:Tr(i)}}};this.params=e,this.log=this.params.dependencies.logger.createComponentLog("ChromecastProvider"),this.log({message:`constructor, format: ${e.format}`}),this.params.output.isLive$.next(IS(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 kc;this.subscription.add(e),this.subscription.add(kS(this.videoState.stateChangeStarted$.pipe(PS(r=>`stateChangeStarted$ ${JSON.stringify(r)}`)),this.videoState.stateChangeEnded$.pipe(PS(r=>`stateChangeEnded$ ${JSON.stringify(r)}`))).subscribe(r=>this.log({message:`[videoState] ${r}`})));let t=(r,s)=>this.subscription.add(r.subscribe(s));if(this.params.output.isLive$.getValue())this.params.output.position$.next(0),this.params.output.duration$.next(0);else{let r=new gM;e.add(r.pipe(xS(IM)).subscribe(()=>{this.params.output.seekedEvent$.next()}));let s=NaN;e.add(qi(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.CURRENT_TIME_CHANGED).subscribe(n=>{this.logRemoteEvent(n);let o=n.value;this.params.output.position$.next(o),(this.params.desiredState.seekState.getState().state==="applying"||Math.abs(o-s)>yM)&&r.next(o),s=o})),e.add(qi(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.DURATION_CHANGED).subscribe(n=>{this.logRemoteEvent(n),this.params.output.duration$.next(n.value)}))}t(qi(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.IS_MEDIA_LOADED_CHANGED),r=>{this.logRemoteEvent(r),r.value?this.handleRemoteReady():(this.handleRemoteStop(),e.unsubscribe())}),t(qi(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.IS_PAUSED_CHANGED),r=>{this.logRemoteEvent(r),r.value?this.handleRemotePause():this.handleRemotePlay()}),t(qi(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.PLAYER_STATE_CHANGED),r=>{this.logRemoteEvent(r);let{remotePlayer:s}=this.params.connection,n=r.value,o=this.params.output.isBuffering$.getValue(),u=n===chrome.cast.media.PlayerState.BUFFERING;switch(o!==u&&this.params.output.isBuffering$.next(u),n){case chrome.cast.media.PlayerState.IDLE:!this.params.output.isLive$.getValue()&&s.duration-s.currentTime<TM&&this.params.output.endedEvent$.next(),this.handleRemoteStop(),A(this.params.desiredState.playbackState,"stopped");break;case chrome.cast.media.PlayerState.PAUSED:{this.handleRemotePause();break}case chrome.cast.media.PlayerState.PLAYING:this.handleRemotePlay();break;case chrome.cast.media.PlayerState.BUFFERING:break;default:Tr(n)}}),t(qi(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.VOLUME_LEVEL_CHANGED),r=>{this.logRemoteEvent(r),this.handleRemoteVolumeChange({volume:r.value})}),t(qi(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.IS_MUTED_CHANGED),r=>{this.logRemoteEvent(r),this.handleRemoteVolumeChange({muted:r.value})});let i=kS(this.params.desiredState.playbackState.stateChangeStarted$,this.params.desiredState.seekState.stateChangeEnded$,this.videoState.stateChangeEnded$,bM(["init"])).pipe(xS(0));t(i,this.syncPlayback)}restoreSession(e){this.log({message:"restoreSession"});let{remotePlayer:t}=this.params.connection;if(e.playerState!==chrome.cast.media.PlayerState.IDLE){t.isPaused?(this.videoState.setState("paused"),A(this.params.desiredState.playbackState,"paused")):(this.videoState.setState("playing"),A(this.params.desiredState.playbackState,"playing"));let i=this.params.output.isLive$.getValue();this.params.output.duration$.next(i?0:t.duration),this.params.output.position$.next(i?0:t.currentTime),this.params.desiredState.seekState.setState({state:"none"})}}prepare(){let e=this.params.format;this.log({message:`[prepare] format: ${e}`});let t=this.createMediaInfo(e),i=this.createLoadRequest(t);this.loadMedia(i)}handleRemotePause(){let e=this.videoState.getState();(this.videoState.getTransition()?.to==="paused"||e==="playing")&&(this.videoState.setState("paused"),A(this.params.desiredState.playbackState,"paused"))}handleRemotePlay(){let e=this.videoState.getState();(this.videoState.getTransition()?.to==="playing"||e==="paused")&&(this.videoState.setState("playing"),A(this.params.desiredState.playbackState,"playing"))}handleRemoteReady(){this.videoState.getTransition()?.to==="ready"&&this.videoState.setState("ready"),this.params.desiredState.playbackState.getTransition()?.to==="ready"&&A(this.params.desiredState.playbackState,"ready")}handleRemoteStop(){this.videoState.getState()!=="stopped"&&this.videoState.setState("stopped")}handleRemoteVolumeChange(e){let t=this.params.output.volume$.getValue(),i={volume:e.volume??t.volume,muted:e.muted??t.muted};(i.volume!==t.volume||i.muted!==i.muted)&&this.params.output.volume$.next(i)}seek(e){this.params.output.willSeekEvent$.next();let{remotePlayer:t,remotePlayerController:i}=this.params.connection;t.currentTime=e,i.seek()}stop(){let{remotePlayerController:e}=this.params.connection;e.stop()}createMediaInfo(e){let t=this.params.source,i,r,s;switch(e){case"MPEG":{let l=t[e];Ui(l);let c=vM(Object.keys(l));Ui(c);let p=l[c];Ui(p),i=p,r="video/mp4",s=chrome.cast.media.StreamType.BUFFERED;break}case"HLS":case"HLS_ONDEMAND":{let l=t[e];Ui(l),i=l.url,r="application/x-mpegurl",s=chrome.cast.media.StreamType.BUFFERED;break}case"DASH_SEP":case"DASH_ONDEMAND":case"DASH_WEBM":case"DASH_WEBM_AV1":case"DASH_STREAMS":{let l=t[e];Ui(l),i=l.url,r="application/dash+xml",s=chrome.cast.media.StreamType.BUFFERED;break}case"DASH_LIVE_CMAF":{let l=t[e];Ui(l),i=l.url,r="application/dash+xml",s=chrome.cast.media.StreamType.LIVE;break}case"HLS_LIVE":case"HLS_LIVE_CMAF":{let l=t[e];Ui(l),i=be(l.url),r="application/x-mpegurl",s=chrome.cast.media.StreamType.LIVE;break}case"DASH_LIVE":case"WEB_RTC_LIVE":{let l="Unsupported format for Chromecast",c=new Error(l);throw this.params.output.error$.next({id:"ChromecastProvider.createMediaInfo()",category:ES.VIDEO_PIPELINE,message:l,thrown:c}),c}case"DASH":case"DASH_LIVE_WEBM":throw new Error(`${e} is no longer supported`);default:return Tr(e)}let n=new chrome.cast.media.MediaInfo(this.params.meta.videoId??i,r);n.contentUrl=i,n.streamType=s,n.metadata=new chrome.cast.media.GenericMediaMetadata;let{title:o,subtitle:u}=this.params.meta;return wS(o)&&(n.metadata.title=o),wS(u)&&(n.metadata.subtitle=u),n}createLoadRequest(e){let t=new chrome.cast.media.LoadRequest(e);t.autoplay=!1;let i=this.params.desiredState.seekState.getState();return i.state==="applying"||i.state==="requested"?t.currentTime=this.params.output.isLive$.getValue()?0:i.position/1e3:t.currentTime=0,t}loadMedia(e){let t=this.params.connection.session.loadMedia(e),i=new Promise((r,s)=>{this.loadMediaTimeoutSubscription.add(SM(AS).subscribe(()=>s(`timeout(${AS})`)))});(0,RS.default)(Promise.race([t,i]).then(()=>{this.log({message:`[loadMedia] completed, format: ${this.params.format}`}),this.params.desiredState.seekState.getState().state==="applying"&&this.params.output.seekedEvent$.next(),this.handleRemoteReady()},r=>{let s=`[prepare] loadMedia failed, format: ${this.params.format}, reason: ${r}`;this.log({message:s}),this.params.output.error$.next({id:"ChromecastProvider.loadMedia",category:ES.VIDEO_PIPELINE,message:s,thrown:r})}),()=>{this.loadMediaTimeoutSubscription.unsubscribe()})}logRemoteEvent(e){this.log({message:`[remoteEvent] ${JSON.stringify(e)}`})}};var Gc=V(mt(),1);import{clearVideoElement as MS}from"@vkontakte/videoplayer-shared";import{clearVideoElement as xM}from"@vkontakte/videoplayer-shared";var LS=a=>{try{a.pause(),a.playbackRate=0,xM(a),a.remove()}catch(e){console.error(e)}};import{fromEvent as EM,Subscription as wM}from"@vkontakte/videoplayer-shared";var Ac=class{constructor(){this.attribute="data-pool-reused"}get(e){return e.hasAttribute(this.attribute)}set(e,t){e.toggleAttribute(this.attribute,t)}delete(e){e.removeAttribute(this.attribute)}},Rc=window.WeakMap?new WeakMap:new Ac,Lc=window.WeakMap?new WeakMap:new Map,PM=(a,e=20)=>{let t=0;return EM(a,"ratechange").subscribe(i=>{t++,t>=e&&(a.currentTime=a.currentTime,t=0)})},Ce=(a,{audioVideoSyncRate:e,disableYandexPiP:t})=>{let i=a.querySelector("video"),r=!!i;i?MS(i):(i=document.createElement("video"),a.appendChild(i)),Rc.set(i,r);let s=new wM;return s.add(PM(i,e)),Lc.set(i,s),i.setAttribute("crossorigin","anonymous"),i.setAttribute("playsinline","playsinline"),t&&i.setAttribute("x-yandex-pip","false"),i.controls=!1,i.setAttribute("poster","data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII="),i},Ve=a=>{Lc.get(a)?.unsubscribe(),Lc.delete(a);let t=Rc.get(a);Rc.delete(a),t?MS(a):LS(a)};var $c=V(ji(),1);import{assertNonNullable as wa,isNonNullable as Ot,isNullable as DM,fromEvent as Ir,merge as _S,observableFrom as FS,filterChanged as NS,map as Pa,Subject as US,Subscription as CM,ValueSubject as VM,ErrorCategory as OM}from"@vkontakte/videoplayer-shared";import{isNonNullable as Mc,isNullable as $M,Subscription as BM}from"@vkontakte/videoplayer-shared";var ro=(a,e,t,{equal:i=(n,o)=>n===o,changed$:r,onError:s}={})=>{let n=a.getState(),o=e(),u=$M(r),l=new BM;return r&&l.add(r.subscribe(c=>{let p=a.getState();i(c,p)&&a.setState(c)},s)),i(o,n)||(t(n),u&&a.setState(n)),l.add(a.stateChangeStarted$.subscribe(c=>{t(c.to),u&&a.setState(c.to)},s)),l},vt=(a,e,t)=>ro(e,()=>a.loop,i=>{Mc(i)&&(a.loop=i)},{onError:t}),Oe=(a,e,t,i)=>ro(e,()=>({muted:a.muted,volume:a.volume}),r=>{Mc(r)&&(a.muted=r.muted,a.volume=r.volume)},{equal:(r,s)=>r===s||r?.muted===s?.muted&&r?.volume===s?.volume,changed$:t,onError:i}),Je=(a,e,t,i)=>ro(e,()=>a.playbackRate,r=>{Mc(r)&&(a.playbackRate=r)},{changed$:t,onError:i}),bi=ro;var _M=a=>["__",a.language,a.label].join("|"),FM=(a,e)=>{if(a.id===e)return!0;let[t,i,r]=e.split("|");return a.language===i&&a.label===r},Bc=class a{constructor(e){this.available$=new US;this.current$=new VM(void 0);this.error$=new US;this.subscription=new CM;this.externalTracks=new Map;this.internalTracks=new Map;this.baseURL=e}connect(e,t,i){this.video=e,this.cueSettings=t.textTrackCuesSettings,this.subscribe();let r=s=>{this.error$.next({id:"TextTracksManager",category:OM.WTF,message:"Generic HtmlVideoTextTrackManager error",thrown:s})};this.subscription.add(this.available$.subscribe(i.availableTextTracks$)),this.subscription.add(this.current$.subscribe(i.currentTextTrack$)),this.subscription.add(this.error$.subscribe(i.error$)),this.subscription.add(bi(t.internalTextTracks,()=>(0,$c.default)(this.internalTracks),s=>{Ot(s)&&this.setInternal(s)},{equal:(s,n)=>Ot(s)&&Ot(n)&&s.length===n.length&&s.every(({id:o},u)=>o===n[u].id),changed$:this.available$.pipe(Pa(s=>s.filter(({type:n})=>n==="internal"))),onError:r})),this.subscription.add(bi(t.externalTextTracks,()=>(0,$c.default)(this.externalTracks),s=>{Ot(s)&&this.setExternal(s)},{equal:(s,n)=>Ot(s)&&Ot(n)&&s.length===n.length&&s.every(({id:o},u)=>o===n[u].id),changed$:this.available$.pipe(Pa(s=>s.filter(({type:n})=>n==="external"))),onError:r})),this.subscription.add(bi(t.currentTextTrack,()=>{if(this.video)return;let s=this.htmlTextTracksAsArray().find(({mode:n})=>n==="showing");return s&&this.htmlTextTrackToITextTrack(s).id},s=>this.select(s),{changed$:this.current$,onError:r})),this.subscription.add(bi(t.textTrackCuesSettings,()=>({}),()=>{if(this.video)for(let s of this.htmlTextTracksAsArray())this.applyCueSettings(s.cues),this.applyCueSettings(s.activeCues)}))}subscribe(){wa(this.video);let{textTracks:e}=this.video;this.subscription.add(Ir(e,"addtrack").subscribe(()=>{let i=this.current$.getValue();i&&this.select(i)})),this.subscription.add(_S(Ir(e,"addtrack"),Ir(e,"removetrack"),FS(["init"])).pipe(Pa(()=>this.htmlTextTracksAsArray().map(i=>this.htmlTextTrackToITextTrack(i))),NS((i,r)=>i.length===r.length&&i.every(({id:s},n)=>s===r[n].id))).subscribe(this.available$)),this.subscription.add(_S(Ir(e,"change"),FS(["init"])).pipe(Pa(()=>this.htmlTextTracksAsArray().find(({mode:i})=>i==="showing")),Pa(i=>i&&this.htmlTextTrackToITextTrack(i).id),NS()).subscribe(this.current$));let t=i=>this.applyCueSettings(i.target?.activeCues??null);this.subscription.add(Ir(e,"addtrack").subscribe(i=>{i.track?.addEventListener("cuechange",t);let r=s=>{let n=s.target?.cues??null;n&&n.length&&(this.applyCueSettings(s.target?.cues??null),s.target?.removeEventListener("cuechange",r))};i.track?.addEventListener("cuechange",r)})),this.subscription.add(Ir(e,"removetrack").subscribe(i=>{i.track?.removeEventListener("cuechange",t)}))}applyCueSettings(e){if(!e||!e.length)return;let t=this.cueSettings.getState();for(let i of Array.from(e)){let r=i;Ot(t.align)&&(r.align=t.align),Ot(t.position)&&(r.position=t.position),Ot(t.size)&&(r.size=t.size),Ot(t.line)&&(r.line=t.line)}}htmlTextTracksAsArray(e=!1){wa(this.video);let t=[...this.video.textTracks];return e?t:t.filter(a.isHealthyTrack)}htmlTextTrackToITextTrack(e){let{language:t,label:i}=e,r=e.id?e.id:_M(e),s=this.externalTracks.has(r),n=(s?this.externalTracks.get(r)?.isAuto:this.internalTracks.get(r)?.isAuto)??r.includes("auto");return s?{id:r,type:"external",isAuto:n,language:t,label:i,url:this.externalTracks.get(r)?.url}:{id:r,type:"internal",isAuto:n,language:t,label:i,url:this.internalTracks.get(r)?.url}}static isHealthyTrack(e){return!(e.kind==="metadata"||e.groupId||e.id===""&&e.label===""&&e.language==="")}setExternal(e){this.internalTracks.size>0&&Array.from(this.internalTracks).forEach(([,t])=>this.detach(t)),e.filter(({id:t})=>!this.externalTracks.has(t)).forEach(t=>this.attach(t)),Array.from(this.externalTracks).filter(([t])=>!e.find(i=>i.id===t)).forEach(([,t])=>this.detach(t))}setInternal(e){let t=[...this.externalTracks];e.filter(({id:i,language:r,isAuto:s})=>!this.internalTracks.has(i)&&!t.some(([,n])=>n.language===r&&n.isAuto===s)).forEach(i=>this.attach(i)),Array.from(this.internalTracks).filter(([i])=>!e.find(r=>r.id===i)).forEach(([,i])=>this.detach(i))}select(e){wa(this.video);for(let t of this.htmlTextTracksAsArray(!0))t.mode="showing";for(let t of this.htmlTextTracksAsArray(!0))(DM(e)||!FM(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){wa(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){wa(this.video);let t=Array.prototype.find.call(this.video.getElementsByTagName("track"),i=>i.getAttribute("id")===e.id);t&&this.video.removeChild(t),e.type==="external"?this.externalTracks.delete(e.id):e.type==="internal"&&this.internalTracks.delete(e.id)}},Ze=Bc;var Hi=class{constructor(){this.pausedTime=0;this.streamOffset=0;this.pauseTimestamp=0}getTotalPausedTime(){return this.pausedTime+this.getCurrentPausedTime()}getCurrentPausedTime(){return this.pauseTimestamp>0?Date.now()-this.pauseTimestamp:0}getStreamOffset(){return this.streamOffset}getTotalOffset(){return this.getTotalPausedTime()+this.streamOffset}pause(){this.pauseTimestamp===0&&(this.pauseTimestamp=Date.now())}resume(){this.pauseTimestamp>0&&(this.pausedTime+=this.getCurrentPausedTime(),this.pauseTimestamp=0)}resetTo(e,t=!1){this.streamOffset=e,this.pauseTimestamp=0,this.pausedTime=0,t&&this.pause()}};var qS=a=>{let e=a;for(;!(e instanceof Document)&&!(e instanceof ShadowRoot)&&e!==null;)e=e?.parentNode;return e??void 0},Dc=a=>{let e=qS(a);return!!(e&&e.fullscreenElement&&e.fullscreenElement===a)},jS=a=>{let e=qS(a);return!!(e&&e.pictureInPictureElement&&e.pictureInPictureElement===a)};import{fromEvent as et,map as gi,merge as Vc,filterChanged as QM,isNonNullable as XS,Subject as YM,filter as Aa,mapTo as Oc,combine as KM,once as XM,throttle as JM,ErrorCategory as ZM,ValueSubject as JS,Subscription as e$}from"@vkontakte/videoplayer-shared";var NM=3,HS=(a,e,t=NM)=>{let i=0,r=0;for(let s=0;s<a.length;s++){let n=a.start(s),o=a.end(s);if(n<=e&&e<=o){if(i=n,r=o,!t)return{from:i,to:r};for(let u=s-1;u>=0;u--)a.end(u)+t>=i&&(i=a.start(u));for(let u=s+1;u<a.length;u++)a.start(u)-t<=r&&(r=a.end(u))}}return{from:i,to:r}};var ao=class{get current(){return this._current}get isYandex(){return this.current==="Yandex"}get isSafari(){return this.current==="Safari"}get isSamsungBrowser(){return this.current==="SamsungBrowser"}get safariVersion(){return this._safariVersion}detect(){let{userAgent:e}=navigator;try{let t=/yabrowser/i.test(e)?"Yandex":void 0,i=/samsungbrowser/i.test(e)?"SamsungBrowser":void 0,r=/chrome|crios/i.test(e)?"Chrome":void 0,s=/chromium/i.test(e)?"Chromium":void 0,n=/firefox|fxios/i.test(e)?"Firefox":void 0,o=/webkit|safari|khtml/i.test(e)?"Safari":void 0,u=/opr\//i.test(e)?"Opera":void 0,l=/edg/i.test(e)?"Edge":void 0;this._current=t||i||n||u||l||r||s||o||"Rest"}catch(t){console.error(t)}this.isSafari&&this.detectSafariVersion()}detectSafariVersion(){try{let{userAgent:e}=window.navigator,t=e.match(/Version\/(\d+)/);if(!t)return;let i=t[1],r=parseInt(i,10);if(isNaN(r))return;this._safariVersion=r}catch(e){console.error(e)}}};var zS=V(mt(),1);var ka=()=>/Mobile|mini|Fennec|Android|iP(ad|od|hone)/.test(navigator.appVersion??navigator.userAgent)||navigator?.userAgentData?.mobile;var so=class{constructor(e){this._highEntropyValues={};this._displayChecker=e}get current(){return this._current}get isIOS(){let e=["iPhone","iPad","iPod"];return this._highEntropyValues.platform==="iOS"||(0,zS.default)(e,this.current)}get isMac(){return this._highEntropyValues.platform==="macOS"||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.current==="Android"}get isMobile(){return this._highEntropyValues.mobile||this._isMobile}get iOSVersion(){return this._iosVersion}detect(){let{userAgent:e}=navigator;try{this._isMobile=ka()}catch(t){console.error(t)}this.detectDevice(e),this.detectHighEntropyValues(),this.isIOS&&this.detectIOSVersion()}async detectHighEntropyValues(){let{userAgentData:e}=navigator;if(e){let t=await e.getHighEntropyValues(["architecture","bitness","brands","mobile","platform","formFactor","model","platformVersion","wow64"]);this._highEntropyValues=t}}detectDevice(e){try{let t=/android/i.test(e)?"Android":void 0,i=/iphone/i.test(e)?"iPhone":void 0,r=/ipad/i.test(e)?"iPad":void 0,s=/ipod/i.test(e)?"iPod":void 0,n=/mac/i.test(e)?"Mac":void 0,o=/webOS|BlackBerry|IEMobile|Opera Mini/i.test(e)?"RestMobile":void 0;this._current=t||i||r||s||o||n||"Desktop"}catch(t){console.error(t)}}detectIOSVersion(){try{if(this._highEntropyValues.platformVersion){let s=this._highEntropyValues.platformVersion.split(".").slice(0,2).join("."),n=parseFloat(s);this._iosVersion=n;return}let{userAgent:e}=window.navigator,t=e.match(/OS (\d+(_\d+)?)/i);if(!t)return;let i=t[1].replace(/_/g,".");if(!i)return;let r=parseFloat(i);if(isNaN(r))return;this._iosVersion=r}catch(e){console.error(e)}}};var no=class{get isTouch(){return typeof this._maxTouchPoints=="number"?this._maxTouchPoints>1:"ontouchstart"in window}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{maxTouchPoints:e}=navigator;try{this._maxTouchPoints=e??0,this._isHdr=!!matchMedia("(dynamic-range: high)")?.matches,this._colorDepth=screen.colorDepth}catch(t){console.error(t)}try{this._pixelRatio=window.devicePixelRatio||1,this._height=screen.height,this._width=screen.width,this._height=screen.height,this._screenHeight=this._height*this._pixelRatio,this._screenWidth=this._width*this._pixelRatio}catch(t){console.error(t)}}};var gt=()=>window.ManagedMediaSource||window.MediaSource,xr=()=>!!(window.ManagedMediaSource&&window.ManagedSourceBuffer?.prototype?.appendBuffer),WS=()=>!!(window.MediaSource&&window.SourceBuffer?.prototype?.appendBuffer),oo=()=>window.ManagedMediaSource?new ManagedMediaSource:new MediaSource;var UM=document.createElement("video"),qM='video/mp4; codecs="avc1.42000a,mp4a.40.2"',jM='video/mp4; codecs="hev1.1.6.L93.B0"',GS='video/webm; codecs="vp09.00.10.08"',QS='video/webm; codecs="av01.0.00M.08"',HM='audio/mp4; codecs="mp4a.40.2"',zM='audio/webm; codecs="opus"',YS,WM=async()=>{if(!window.navigator.mediaCapabilities)return;let a={type:"media-source",video:{contentType:"video/webm",width:1280,height:720,bitrate:1e6,framerate:30}},[e,t]=await Promise.all([window.navigator.mediaCapabilities.decodingInfo({...a,video:{...a.video,contentType:QS}}),window.navigator.mediaCapabilities.decodingInfo({...a,video:{...a.video,contentType:GS}})]);YS={DASH_WEBM_AV1:e,DASH_WEBM:t}};WM().catch(a=>{console.log(UM),console.error(a)});var uo=class{constructor(e,t){this._deviceChecker=e,this._browserChecker=t}get protocols(){return this._protocols}get containers(){return this._containers}get codecs(){return this._codecs}get webmDecodingInfo(){return YS}get supportedCodecs(){return Object.keys(this._codecs).filter(e=>this._codecs[e])}get nativeHlsSupported(){return this._nativeHlsSupported}detect(){this._video=document.createElement("video");try{this._protocols={mms:xr(),mse:WS(),hls:!!(this._video.canPlayType?.("application/x-mpegurl")||this._video.canPlayType?.("vnd.apple.mpegURL")),webrtc:!!window.RTCPeerConnection,ws:!!window.WebSocket},this._containers={mp4:!!this._video.canPlayType?.("video/mp4"),webm:!!this._video.canPlayType?.("video/webm"),cmaf:!0};let e=!!gt()?.isTypeSupported?.(qM),t=!!gt()?.isTypeSupported?.(jM),i=!!gt()?.isTypeSupported?.(HM);this._codecs={h264:e,h265:t,vp9:!!gt()?.isTypeSupported?.(GS),av1:!!gt()?.isTypeSupported?.(QS),aac:i,opus:!!gt()?.isTypeSupported?.(zM),mpeg:(e||t)&&i},this._nativeHlsSupported=this._protocols.hls&&this._containers.mp4}catch(e){console.error(e)}this.destroyVideoElement()}destroyVideoElement(){if(!this._video)return;if(this._video.pause(),this._video.currentTime=0,this._video.removeAttribute("src"),this._video.src="",this._video.load(),this._video.remove){this._video.remove(),this._video=null;return}this._video.parentNode&&this._video.parentNode.removeChild(this._video);let e=this._video.cloneNode(!1);this._video.parentNode?.replaceChild(e,this._video),this._video=null}};var KS="audio/mpeg",lo=class{supportMp3(){return this._codecs.mp3&&this._containers.mpeg}detect(){this._audio=document.createElement("audio");try{this._containers={mpeg:!!this._audio.canPlayType?.(KS)},this._codecs={mp3:!!gt()?.isTypeSupported?.(KS)}}catch(e){console.error(e)}this.destroyAudioElement()}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}};import{ValueSubject as GM}from"@vkontakte/videoplayer-shared";var Cc=class{constructor(){this.isInited$=new GM(!1);this._displayChecker=new no,this._deviceChecker=new so(this._displayChecker),this._browserChecker=new ao,this._videoChecker=new uo(this._deviceChecker,this._browserChecker),this._audioChecker=new lo,this.detect()}get display(){return this._displayChecker}get device(){return this._deviceChecker}get browser(){return this._browserChecker}get video(){return this._videoChecker}get audio(){return this._audioChecker}async detect(){this._displayChecker.detect(),this._deviceChecker.detect(),this._browserChecker.detect(),this._videoChecker.detect(),this._audioChecker.detect(),this.isInited$.next(!0)}},F=new Cc;var _e=a=>{let e=v=>et(a,v).pipe(Oc(void 0)),t=new e$,i=()=>t.unsubscribe(),s=Vc(...["waiting","pause","canplay","play","canplaythrough","playing","seeking","seeked","ended"].map(v=>et(a,v))).pipe(gi(v=>v.type==="ended"?a.readyState<2:a.readyState<3),QM()),n=Vc(et(a,"progress"),et(a,"timeupdate")).pipe(gi(()=>HS(a.buffered,a.currentTime))),o=F.browser.isSafari?KM({play:e("play").pipe(XM()),playing:e("playing")}).pipe(Oc(void 0)):e("playing"),u=et(a,"volumechange").pipe(gi(()=>({muted:a.muted,volume:a.volume}))),l=et(a,"ratechange").pipe(gi(()=>a.playbackRate)),c=et(a,"error").pipe(Aa(()=>!!(a.error||a.played.length)),gi(()=>{let v=a.error;return{id:v?`MediaError#${v.code}`:"HtmlVideoError",category:ZM.VIDEO_PIPELINE,message:v?v.message:"Error event from HTML video element",thrown:a.error??void 0}})),p=et(a,"timeupdate").pipe(gi(()=>a.currentTime)),d=new YM,h=.3,f;t.add(p.subscribe(v=>{a.loop&&XS(f)&&XS(v)&&f>=a.duration-h&&v<=h&&d.next(f),f=v}));let b=e("pause").pipe(Aa(()=>!a.error&&f!==a.duration)),g=et(a,"enterpictureinpicture"),S=et(a,"leavepictureinpicture"),T=new JS(jS(a));t.add(g.subscribe(()=>T.next(!0))),t.add(S.subscribe(()=>T.next(!1)));let y=new JS(Dc(a)),E=et(a,"fullscreenchange");t.add(E.pipe(gi(()=>Dc(a))).subscribe(y));let w=.1,$=1e3,_=et(a,"timeupdate").pipe(Aa(v=>a.duration-a.currentTime<w)),P=Vc(_.pipe(Aa(v=>!a.loop)),et(a,"ended")).pipe(JM($),Oc(void 0)),k=_.pipe(Aa(v=>a.loop));return{playing$:o,pause$:b,canplay$:e("canplay"),ended$:P,looped$:d,loopExpected$:k,error$:c,seeked$:e("seeked"),seeking$:e("seeking"),progress$:e("progress"),loadStart$:e("loadstart"),loadedMetadata$:e("loadedmetadata"),loadedData$:e("loadeddata"),timeUpdate$:p,durationChange$:et(a,"durationchange").pipe(gi(()=>a.duration)),isBuffering$:s,currentBuffer$:n,volumeState$:u,playbackRateState$:l,inPiP$:T,inFullscreen$:y,enterPip$:g,leavePip$:S,destroy:i}};import{VideoQuality as Si}from"@vkontakte/videoplayer-shared";var _t=a=>{switch(a){case"mobile":return Si.Q_144P;case"lowest":return Si.Q_240P;case"low":return Si.Q_360P;case"sd":case"medium":return Si.Q_480P;case"hd":case"high":return Si.Q_720P;case"fullhd":case"full":return Si.Q_1080P;case"quadhd":case"quad":return Si.Q_1440P;case"ultrahd":case"ultra":return Si.Q_2160P}};var Qe=V(Lt(),1),Nc=V(mt(),1),zi=V(Ci(),1);import{isNonNullable as K,isNullable as mo,now as fv,isHigher as bo,isHigherOrEqual as wr,isInvariantQuality as go,isLowerOrEqual as Pr,videoSizeToQuality as mv,assertNotEmptyArray as So,assertNonNullable as bv}from"@vkontakte/videoplayer-shared";var _c=!1,ei={},sv=a=>{_c=a},nv=()=>{ei={}},ov=a=>{a(ei)},Ra=(a,e)=>{_c&&(ei.meta=ei.meta??{},ei.meta[a]=e)},Ge=class{constructor(e){this.name=e}next(e){if(!_c)return;ei.series=ei.series??{};let t=ei.series[this.name]??[];t.push([Date.now(),e]),ei.series[this.name]=t}};import{isHigher as l$,isHigherOrEqual as n1,isLower as uv,isLowerOrEqual as o1,isNonNullable as co,isNullable as c$,videoHeightToQuality as po}from"@vkontakte/videoplayer-shared";function Fc(a,e,t){return!a.max&&a.min===e?"high_quality":!a.min&&a.max===t?"traffic_saving":"unknown"}function ho(a,e,t){return!!a&&Fc(a,e,t)==="high_quality"}function Er(a,e,t){return c$(a)||co(a.min)&&co(a.max)&&uv(a.max,a.min)||co(a.min)&&e&&l$(a.min,e)||co(a.max)&&t&&uv(a.max,t)}function lv({limits:a,highestAvailableHeight:e,lowestAvailableHeight:t}){return Er({max:a?.max?po(a.max):void 0,min:a?.min?po(a.min):void 0},e?po(e):void 0,t?po(t):void 0)}var gv=new Ge("best_bitrate"),vo=(a,e,t)=>(e-t)*Math.pow(2,-10*a)+t;var kr=a=>(e,t)=>a*(Number(e.bitrate)-Number(t.bitrate)),vi=class{constructor(){this.history={}}recordSelection(e){this.history[e.id]=fv()}recordSwitch(e){this.last=e}clear(){this.last=void 0,this.history={}}},yo='Assertion "ABR Tracks is empty array" failed',fo=new WeakMap,cv=new WeakMap,dv=new WeakMap,La=(a,e,t,i)=>{let r=[...e].sort(kr(1)),s=[...t].sort(kr(1)),n=s.filter(u=>K(u.bitrate)&&K(a.bitrate)?a.bitrate/u.bitrate>i:!0),o=(0,Qe.default)(s,Math.round(s.length*r.indexOf(a)/(r.length+1)))??(0,Qe.default)(s,-1);return o&&(0,Nc.default)(n,o)?o:n.length?(0,Qe.default)(n,-1):(0,Qe.default)(s,0)},Ma=(a,e,t,i)=>{let r=fo.get(e);r||(r=[...e].sort(kr(1)),fo.set(e,r));let s=fo.get(t);s||(s=[...t].sort(kr(1)),fo.set(t,s));let n=dv.get(a);n||(n=s.filter(u=>K(u.bitrate)&&K(a.bitrate)?a.bitrate/u.bitrate>i:!0),dv.set(a,n));let o=(0,Qe.default)(s,Math.round(s.length*r.indexOf(a)/(r.length+1)))??(0,Qe.default)(s,-1);return o&&(0,Nc.default)(n,o)?o:n.length?(0,Qe.default)(n,-1):(0,Qe.default)(s,0)},pv=a=>"quality"in a,To=(a,e,t,i)=>{let r=K(i?.last?.bitrate)&&K(t?.bitrate)&&i.last.bitrate<t.bitrate?a.trackCooldownIncreaseQuality:a.trackCooldownDecreaseQuality,s=t&&i&&i.history[t.id]&&fv()-i.history[t.id]<=r&&(!i.last||t.id!==i.last.id);if(t?.id&&i&&!s&&i.recordSelection(t),s&&i?.last){let n=i.last;i?.recordSwitch(n);let o=pv(n)?"video":"audio",u=pv(n)?n.quality:n.bitrate;return e({message:`
6
+ var Oy=Object.create;var ic=Object.defineProperty;var _y=Object.getOwnPropertyDescriptor;var Ny=Object.getOwnPropertyNames;var Fy=Object.getPrototypeOf,qy=Object.prototype.hasOwnProperty;var m=(r,e)=>()=>(e||r((e={exports:{}}).exports,e),e.exports);var Uy=(r,e,t,i)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of Ny(e))!qy.call(r,a)&&a!==t&&ic(r,a,{get:()=>e[a],enumerable:!(i=_y(e,a))||i.enumerable});return r};var M=(r,e,t)=>(t=r!=null?Oy(Fy(r)):{},Uy(e||!r||!r.__esModule?ic(t,"default",{value:r,enumerable:!0}):t,r));var Z=m((Rn,ac)=>{"use strict";var Ji=function(r){return r&&r.Math===Math&&r};ac.exports=Ji(typeof globalThis=="object"&&globalThis)||Ji(typeof window=="object"&&window)||Ji(typeof self=="object"&&self)||Ji(typeof global=="object"&&global)||Ji(typeof Rn=="object"&&Rn)||function(){return this}()||Function("return this")()});var le=m((gD,sc)=>{"use strict";sc.exports=function(r){try{return!!r()}catch{return!0}}});var Zi=m((vD,nc)=>{"use strict";var Hy=le();nc.exports=!Hy(function(){var r=function(){}.bind();return typeof r!="function"||r.hasOwnProperty("prototype")})});var $n=m((SD,cc)=>{"use strict";var jy=Zi(),lc=Function.prototype,oc=lc.apply,uc=lc.call;cc.exports=typeof Reflect=="object"&&Reflect.apply||(jy?uc.bind(oc):function(){return uc.apply(oc,arguments)})});var se=m((yD,hc)=>{"use strict";var dc=Zi(),pc=Function.prototype,Mn=pc.call,Qy=dc&&pc.bind.bind(Mn,Mn);hc.exports=dc?Qy:function(r){return function(){return Mn.apply(r,arguments)}}});var Ut=m((TD,fc)=>{"use strict";var mc=se(),Gy=mc({}.toString),Wy=mc("".slice);fc.exports=function(r){return Wy(Gy(r),8,-1)}});var Cn=m((ID,bc)=>{"use strict";var Yy=Ut(),zy=se();bc.exports=function(r){if(Yy(r)==="Function")return zy(r)}});var X=m((ED,gc)=>{"use strict";var Dn=typeof document=="object"&&document.all;gc.exports=typeof Dn>"u"&&Dn!==void 0?function(r){return typeof r=="function"||r===Dn}:function(r){return typeof r=="function"}});var $e=m((xD,vc)=>{"use strict";var Ky=le();vc.exports=!Ky(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!==7})});var Me=m((PD,Sc)=>{"use strict";var Xy=Zi(),Qa=Function.prototype.call;Sc.exports=Xy?Qa.bind(Qa):function(){return Qa.apply(Qa,arguments)}});var Vn=m(Ic=>{"use strict";var yc={}.propertyIsEnumerable,Tc=Object.getOwnPropertyDescriptor,Jy=Tc&&!yc.call({1:2},1);Ic.f=Jy?function(e){var t=Tc(this,e);return!!t&&t.enumerable}:yc});var er=m((wD,Ec)=>{"use strict";Ec.exports=function(r,e){return{enumerable:!(r&1),configurable:!(r&2),writable:!(r&4),value:e}}});var Pc=m((AD,xc)=>{"use strict";var Zy=se(),eT=le(),tT=Ut(),Bn=Object,iT=Zy("".split);xc.exports=eT(function(){return!Bn("z").propertyIsEnumerable(0)})?function(r){return tT(r)==="String"?iT(r,""):Bn(r)}:Bn});var hi=m((LD,kc)=>{"use strict";kc.exports=function(r){return r==null}});var It=m((RD,wc)=>{"use strict";var rT=hi(),aT=TypeError;wc.exports=function(r){if(rT(r))throw new aT("Can't call method on "+r);return r}});var Ht=m(($D,Ac)=>{"use strict";var sT=Pc(),nT=It();Ac.exports=function(r){return sT(nT(r))}});var Ce=m((MD,Lc)=>{"use strict";var oT=X();Lc.exports=function(r){return typeof r=="object"?r!==null:oT(r)}});var mi=m((CD,Rc)=>{"use strict";Rc.exports={}});var lt=m((DD,Mc)=>{"use strict";var On=mi(),_n=Z(),uT=X(),$c=function(r){return uT(r)?r:void 0};Mc.exports=function(r,e){return arguments.length<2?$c(On[r])||$c(_n[r]):On[r]&&On[r][e]||_n[r]&&_n[r][e]}});var tr=m((VD,Cc)=>{"use strict";var lT=se();Cc.exports=lT({}.isPrototypeOf)});var jt=m((BD,Bc)=>{"use strict";var cT=Z(),Dc=cT.navigator,Vc=Dc&&Dc.userAgent;Bc.exports=Vc?String(Vc):""});var Fn=m((OD,Uc)=>{"use strict";var qc=Z(),Nn=jt(),Oc=qc.process,_c=qc.Deno,Nc=Oc&&Oc.versions||_c&&_c.version,Fc=Nc&&Nc.v8,je,Ga;Fc&&(je=Fc.split("."),Ga=je[0]>0&&je[0]<4?1:+(je[0]+je[1]));!Ga&&Nn&&(je=Nn.match(/Edge\/(\d+)/),(!je||je[1]>=74)&&(je=Nn.match(/Chrome\/(\d+)/),je&&(Ga=+je[1])));Uc.exports=Ga});var qn=m((_D,jc)=>{"use strict";var Hc=Fn(),dT=le(),pT=Z(),hT=pT.String;jc.exports=!!Object.getOwnPropertySymbols&&!dT(function(){var r=Symbol("symbol detection");return!hT(r)||!(Object(r)instanceof Symbol)||!Symbol.sham&&Hc&&Hc<41})});var Un=m((ND,Qc)=>{"use strict";var mT=qn();Qc.exports=mT&&!Symbol.sham&&typeof Symbol.iterator=="symbol"});var Hn=m((FD,Gc)=>{"use strict";var fT=lt(),bT=X(),gT=tr(),vT=Un(),ST=Object;Gc.exports=vT?function(r){return typeof r=="symbol"}:function(r){var e=fT("Symbol");return bT(e)&&gT(e.prototype,ST(r))}});var ir=m((qD,Wc)=>{"use strict";var yT=String;Wc.exports=function(r){try{return yT(r)}catch{return"Object"}}});var tt=m((UD,Yc)=>{"use strict";var TT=X(),IT=ir(),ET=TypeError;Yc.exports=function(r){if(TT(r))return r;throw new ET(IT(r)+" is not a function")}});var rr=m((HD,zc)=>{"use strict";var xT=tt(),PT=hi();zc.exports=function(r,e){var t=r[e];return PT(t)?void 0:xT(t)}});var Xc=m((jD,Kc)=>{"use strict";var jn=Me(),Qn=X(),Gn=Ce(),kT=TypeError;Kc.exports=function(r,e){var t,i;if(e==="string"&&Qn(t=r.toString)&&!Gn(i=jn(t,r))||Qn(t=r.valueOf)&&!Gn(i=jn(t,r))||e!=="string"&&Qn(t=r.toString)&&!Gn(i=jn(t,r)))return i;throw new kT("Can't convert object to primitive value")}});var Qe=m((QD,Jc)=>{"use strict";Jc.exports=!0});var td=m((GD,ed)=>{"use strict";var Zc=Z(),wT=Object.defineProperty;ed.exports=function(r,e){try{wT(Zc,r,{value:e,configurable:!0,writable:!0})}catch{Zc[r]=e}return e}});var ar=m((WD,ad)=>{"use strict";var AT=Qe(),LT=Z(),RT=td(),id="__core-js_shared__",rd=ad.exports=LT[id]||RT(id,{});(rd.versions||(rd.versions=[])).push({version:"3.38.0",mode:AT?"pure":"global",copyright:"\xA9 2014-2024 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.38.0/LICENSE",source:"https://github.com/zloirock/core-js"})});var Wn=m((YD,nd)=>{"use strict";var sd=ar();nd.exports=function(r,e){return sd[r]||(sd[r]=e||{})}});var fi=m((zD,od)=>{"use strict";var $T=It(),MT=Object;od.exports=function(r){return MT($T(r))}});var Ge=m((KD,ud)=>{"use strict";var CT=se(),DT=fi(),VT=CT({}.hasOwnProperty);ud.exports=Object.hasOwn||function(e,t){return VT(DT(e),t)}});var Yn=m((XD,ld)=>{"use strict";var BT=se(),OT=0,_T=Math.random(),NT=BT(1 .toString);ld.exports=function(r){return"Symbol("+(r===void 0?"":r)+")_"+NT(++OT+_T,36)}});var ce=m((JD,dd)=>{"use strict";var FT=Z(),qT=Wn(),cd=Ge(),UT=Yn(),HT=qn(),jT=Un(),bi=FT.Symbol,zn=qT("wks"),QT=jT?bi.for||bi:bi&&bi.withoutSetter||UT;dd.exports=function(r){return cd(zn,r)||(zn[r]=HT&&cd(bi,r)?bi[r]:QT("Symbol."+r)),zn[r]}});var fd=m((ZD,md)=>{"use strict";var GT=Me(),pd=Ce(),hd=Hn(),WT=rr(),YT=Xc(),zT=ce(),KT=TypeError,XT=zT("toPrimitive");md.exports=function(r,e){if(!pd(r)||hd(r))return r;var t=WT(r,XT),i;if(t){if(e===void 0&&(e="default"),i=GT(t,r,e),!pd(i)||hd(i))return i;throw new KT("Can't convert object to primitive value")}return e===void 0&&(e="number"),YT(r,e)}});var Kn=m((e0,bd)=>{"use strict";var JT=fd(),ZT=Hn();bd.exports=function(r){var e=JT(r,"string");return ZT(e)?e:e+""}});var Wa=m((t0,vd)=>{"use strict";var eI=Z(),gd=Ce(),Xn=eI.document,tI=gd(Xn)&&gd(Xn.createElement);vd.exports=function(r){return tI?Xn.createElement(r):{}}});var Jn=m((i0,Sd)=>{"use strict";var iI=$e(),rI=le(),aI=Wa();Sd.exports=!iI&&!rI(function(){return Object.defineProperty(aI("div"),"a",{get:function(){return 7}}).a!==7})});var Id=m(Td=>{"use strict";var sI=$e(),nI=Me(),oI=Vn(),uI=er(),lI=Ht(),cI=Kn(),dI=Ge(),pI=Jn(),yd=Object.getOwnPropertyDescriptor;Td.f=sI?yd:function(e,t){if(e=lI(e),t=cI(t),pI)try{return yd(e,t)}catch{}if(dI(e,t))return uI(!nI(oI.f,e,t),e[t])}});var Zn=m((a0,Ed)=>{"use strict";var hI=le(),mI=X(),fI=/#|\.prototype\./,sr=function(r,e){var t=gI[bI(r)];return t===SI?!0:t===vI?!1:mI(e)?hI(e):!!e},bI=sr.normalize=function(r){return String(r).replace(fI,".").toLowerCase()},gI=sr.data={},vI=sr.NATIVE="N",SI=sr.POLYFILL="P";Ed.exports=sr});var gi=m((s0,Pd)=>{"use strict";var xd=Cn(),yI=tt(),TI=Zi(),II=xd(xd.bind);Pd.exports=function(r,e){return yI(r),e===void 0?r:TI?II(r,e):function(){return r.apply(e,arguments)}}});var eo=m((n0,kd)=>{"use strict";var EI=$e(),xI=le();kd.exports=EI&&xI(function(){return Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype!==42})});var it=m((o0,wd)=>{"use strict";var PI=Ce(),kI=String,wI=TypeError;wd.exports=function(r){if(PI(r))return r;throw new wI(kI(r)+" is not an object")}});var Qt=m(Ld=>{"use strict";var AI=$e(),LI=Jn(),RI=eo(),Ya=it(),Ad=Kn(),$I=TypeError,to=Object.defineProperty,MI=Object.getOwnPropertyDescriptor,io="enumerable",ro="configurable",ao="writable";Ld.f=AI?RI?function(e,t,i){if(Ya(e),t=Ad(t),Ya(i),typeof e=="function"&&t==="prototype"&&"value"in i&&ao in i&&!i[ao]){var a=MI(e,t);a&&a[ao]&&(e[t]=i.value,i={configurable:ro in i?i[ro]:a[ro],enumerable:io in i?i[io]:a[io],writable:!1})}return to(e,t,i)}:to:function(e,t,i){if(Ya(e),t=Ad(t),Ya(i),LI)try{return to(e,t,i)}catch{}if("get"in i||"set"in i)throw new $I("Accessors not supported");return"value"in i&&(e[t]=i.value),e}});var vi=m((l0,Rd)=>{"use strict";var CI=$e(),DI=Qt(),VI=er();Rd.exports=CI?function(r,e,t){return DI.f(r,e,VI(1,t))}:function(r,e,t){return r[e]=t,r}});var te=m((c0,Md)=>{"use strict";var nr=Z(),BI=$n(),OI=Cn(),_I=X(),NI=Id().f,FI=Zn(),Si=mi(),qI=gi(),yi=vi(),$d=Ge();ar();var UI=function(r){var e=function(t,i,a){if(this instanceof e){switch(arguments.length){case 0:return new r;case 1:return new r(t);case 2:return new r(t,i)}return new r(t,i,a)}return BI(r,this,arguments)};return e.prototype=r.prototype,e};Md.exports=function(r,e){var t=r.target,i=r.global,a=r.stat,s=r.proto,n=i?nr:a?nr[t]:nr[t]&&nr[t].prototype,o=i?Si:Si[t]||yi(Si,t,{})[t],u=o.prototype,l,c,d,p,h,f,b,g,v;for(p in e)l=FI(i?p:t+(a?".":"#")+p,r.forced),c=!l&&n&&$d(n,p),f=o[p],c&&(r.dontCallGetSet?(v=NI(n,p),b=v&&v.value):b=n[p]),h=c&&b?b:e[p],!(!l&&!s&&typeof f==typeof h)&&(r.bind&&c?g=qI(h,nr):r.wrap&&c?g=UI(h):s&&_I(h)?g=OI(h):g=h,(r.sham||h&&h.sham||f&&f.sham)&&yi(g,"sham",!0),yi(o,p,g),s&&(d=t+"Prototype",$d(Si,d)||yi(Si,d,{}),yi(Si[d],p,h),r.real&&u&&(l||!u[p])&&yi(u,p,h)))}});var Dd=m((d0,Cd)=>{"use strict";var HI=Math.ceil,jI=Math.floor;Cd.exports=Math.trunc||function(e){var t=+e;return(t>0?jI:HI)(t)}});var or=m((p0,Vd)=>{"use strict";var QI=Dd();Vd.exports=function(r){var e=+r;return e!==e||e===0?0:QI(e)}});var Od=m((h0,Bd)=>{"use strict";var GI=or(),WI=Math.max,YI=Math.min;Bd.exports=function(r,e){var t=GI(r);return t<0?WI(t+e,0):YI(t,e)}});var so=m((m0,_d)=>{"use strict";var zI=or(),KI=Math.min;_d.exports=function(r){var e=zI(r);return e>0?KI(e,9007199254740991):0}});var Ti=m((f0,Nd)=>{"use strict";var XI=so();Nd.exports=function(r){return XI(r.length)}});var no=m((b0,qd)=>{"use strict";var JI=Ht(),ZI=Od(),eE=Ti(),Fd=function(r){return function(e,t,i){var a=JI(e),s=eE(a);if(s===0)return!r&&-1;var n=ZI(i,s),o;if(r&&t!==t){for(;s>n;)if(o=a[n++],o!==o)return!0}else for(;s>n;n++)if((r||n in a)&&a[n]===t)return r||n||0;return!r&&-1}};qd.exports={includes:Fd(!0),indexOf:Fd(!1)}});var ur=m((g0,Ud)=>{"use strict";Ud.exports=function(){}});var Hd=m(()=>{"use strict";var tE=te(),iE=no().includes,rE=le(),aE=ur(),sE=rE(function(){return!Array(1).includes()});tE({target:"Array",proto:!0,forced:sE},{includes:function(e){return iE(this,e,arguments.length>1?arguments[1]:void 0)}});aE("includes")});var Et=m((y0,jd)=>{"use strict";var nE=lt();jd.exports=nE});var Gd=m((T0,Qd)=>{"use strict";Hd();var oE=Et();Qd.exports=oE("Array","includes")});var Yd=m((I0,Wd)=>{"use strict";var uE=Gd();Wd.exports=uE});var _e=m((E0,zd)=>{"use strict";var lE=Yd();zd.exports=lE});var Xa=m((V0,rp)=>{"use strict";var gE=Wn(),vE=Yn(),ip=gE("keys");rp.exports=function(r){return ip[r]||(ip[r]=vE(r))}});var sp=m((B0,ap)=>{"use strict";var SE=le();ap.exports=!SE(function(){function r(){}return r.prototype.constructor=null,Object.getPrototypeOf(new r)!==r.prototype})});var Ja=m((O0,op)=>{"use strict";var yE=Ge(),TE=X(),IE=fi(),EE=Xa(),xE=sp(),np=EE("IE_PROTO"),lo=Object,PE=lo.prototype;op.exports=xE?lo.getPrototypeOf:function(r){var e=IE(r);if(yE(e,np))return e[np];var t=e.constructor;return TE(t)&&e instanceof t?t.prototype:e instanceof lo?PE:null}});var Za=m((_0,up)=>{"use strict";up.exports={}});var dp=m((N0,cp)=>{"use strict";var kE=se(),co=Ge(),wE=Ht(),AE=no().indexOf,LE=Za(),lp=kE([].push);cp.exports=function(r,e){var t=wE(r),i=0,a=[],s;for(s in t)!co(LE,s)&&co(t,s)&&lp(a,s);for(;e.length>i;)co(t,s=e[i++])&&(~AE(a,s)||lp(a,s));return a}});var po=m((F0,pp)=>{"use strict";pp.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]});var ho=m((q0,hp)=>{"use strict";var RE=dp(),$E=po();hp.exports=Object.keys||function(e){return RE(e,$E)}});var mo=m((U0,vp)=>{"use strict";var fp=$e(),ME=le(),bp=se(),CE=Ja(),DE=ho(),VE=Ht(),BE=Vn().f,gp=bp(BE),OE=bp([].push),_E=fp&&ME(function(){var r=Object.create(null);return r[2]=2,!gp(r,2)}),mp=function(r){return function(e){for(var t=VE(e),i=DE(t),a=_E&&CE(t)===null,s=i.length,n=0,o=[],u;s>n;)u=i[n++],(!fp||(a?u in t:gp(t,u)))&&OE(o,r?[u,t[u]]:t[u]);return o}};vp.exports={entries:mp(!0),values:mp(!1)}});var Sp=m(()=>{"use strict";var NE=te(),FE=mo().entries;NE({target:"Object",stat:!0},{entries:function(e){return FE(e)}})});var Tp=m((Q0,yp)=>{"use strict";Sp();var qE=mi();yp.exports=qE.Object.entries});var Ep=m((G0,Ip)=>{"use strict";var UE=Tp();Ip.exports=UE});var Ii=m((W0,xp)=>{"use strict";var HE=Ep();xp.exports=HE});var Gt=m((Y0,Pp)=>{"use strict";Pp.exports={}});var Ap=m((z0,wp)=>{"use strict";var jE=Z(),QE=X(),kp=jE.WeakMap;wp.exports=QE(kp)&&/native code/.test(String(kp))});var vo=m((K0,$p)=>{"use strict";var GE=Ap(),Rp=Z(),WE=Ce(),YE=vi(),fo=Ge(),bo=ar(),zE=Xa(),KE=Za(),Lp="Object already initialized",go=Rp.TypeError,XE=Rp.WeakMap,es,lr,ts,JE=function(r){return ts(r)?lr(r):es(r,{})},ZE=function(r){return function(e){var t;if(!WE(e)||(t=lr(e)).type!==r)throw new go("Incompatible receiver, "+r+" required");return t}};GE||bo.state?(We=bo.state||(bo.state=new XE),We.get=We.get,We.has=We.has,We.set=We.set,es=function(r,e){if(We.has(r))throw new go(Lp);return e.facade=r,We.set(r,e),e},lr=function(r){return We.get(r)||{}},ts=function(r){return We.has(r)}):(Wt=zE("state"),KE[Wt]=!0,es=function(r,e){if(fo(r,Wt))throw new go(Lp);return e.facade=r,YE(r,Wt,e),e},lr=function(r){return fo(r,Wt)?r[Wt]:{}},ts=function(r){return fo(r,Wt)});var We,Wt;$p.exports={set:es,get:lr,has:ts,enforce:JE,getterFor:ZE}});var To=m((X0,Cp)=>{"use strict";var So=$e(),ex=Ge(),Mp=Function.prototype,tx=So&&Object.getOwnPropertyDescriptor,yo=ex(Mp,"name"),ix=yo&&function(){}.name==="something",rx=yo&&(!So||So&&tx(Mp,"name").configurable);Cp.exports={EXISTS:yo,PROPER:ix,CONFIGURABLE:rx}});var Vp=m(Dp=>{"use strict";var ax=$e(),sx=eo(),nx=Qt(),ox=it(),ux=Ht(),lx=ho();Dp.f=ax&&!sx?Object.defineProperties:function(e,t){ox(e);for(var i=ux(t),a=lx(t),s=a.length,n=0,o;s>n;)nx.f(e,o=a[n++],i[o]);return e}});var Io=m((Z0,Bp)=>{"use strict";var cx=lt();Bp.exports=cx("document","documentElement")});var ko=m((eV,Hp)=>{"use strict";var dx=it(),px=Vp(),Op=po(),hx=Za(),mx=Io(),fx=Wa(),bx=Xa(),_p=">",Np="<",xo="prototype",Po="script",qp=bx("IE_PROTO"),Eo=function(){},Up=function(r){return Np+Po+_p+r+Np+"/"+Po+_p},Fp=function(r){r.write(Up("")),r.close();var e=r.parentWindow.Object;return r=null,e},gx=function(){var r=fx("iframe"),e="java"+Po+":",t;return r.style.display="none",mx.appendChild(r),r.src=String(e),t=r.contentWindow.document,t.open(),t.write(Up("document.F=Object")),t.close(),t.F},is,rs=function(){try{is=new ActiveXObject("htmlfile")}catch{}rs=typeof document<"u"?document.domain&&is?Fp(is):gx():Fp(is);for(var r=Op.length;r--;)delete rs[xo][Op[r]];return rs()};hx[qp]=!0;Hp.exports=Object.create||function(e,t){var i;return e!==null?(Eo[xo]=dx(e),i=new Eo,Eo[xo]=null,i[qp]=e):i=rs(),t===void 0?i:px.f(i,t)}});var Ei=m((tV,jp)=>{"use strict";var vx=vi();jp.exports=function(r,e,t,i){return i&&i.enumerable?r[e]=t:vx(r,e,t),r}});var Ro=m((iV,Wp)=>{"use strict";var Sx=le(),yx=X(),Tx=Ce(),Ix=ko(),Qp=Ja(),Ex=Ei(),xx=ce(),Px=Qe(),Lo=xx("iterator"),Gp=!1,ct,wo,Ao;[].keys&&(Ao=[].keys(),"next"in Ao?(wo=Qp(Qp(Ao)),wo!==Object.prototype&&(ct=wo)):Gp=!0);var kx=!Tx(ct)||Sx(function(){var r={};return ct[Lo].call(r)!==r});kx?ct={}:Px&&(ct=Ix(ct));yx(ct[Lo])||Ex(ct,Lo,function(){return this});Wp.exports={IteratorPrototype:ct,BUGGY_SAFARI_ITERATORS:Gp}});var as=m((rV,zp)=>{"use strict";var wx=ce(),Ax=wx("toStringTag"),Yp={};Yp[Ax]="z";zp.exports=String(Yp)==="[object z]"});var cr=m((aV,Kp)=>{"use strict";var Lx=as(),Rx=X(),ss=Ut(),$x=ce(),Mx=$x("toStringTag"),Cx=Object,Dx=ss(function(){return arguments}())==="Arguments",Vx=function(r,e){try{return r[e]}catch{}};Kp.exports=Lx?ss:function(r){var e,t,i;return r===void 0?"Undefined":r===null?"Null":typeof(t=Vx(e=Cx(r),Mx))=="string"?t:Dx?ss(e):(i=ss(e))==="Object"&&Rx(e.callee)?"Arguments":i}});var Jp=m((sV,Xp)=>{"use strict";var Bx=as(),Ox=cr();Xp.exports=Bx?{}.toString:function(){return"[object "+Ox(this)+"]"}});var dr=m((nV,eh)=>{"use strict";var _x=as(),Nx=Qt().f,Fx=vi(),qx=Ge(),Ux=Jp(),Hx=ce(),Zp=Hx("toStringTag");eh.exports=function(r,e,t,i){var a=t?r:r&&r.prototype;a&&(qx(a,Zp)||Nx(a,Zp,{configurable:!0,value:e}),i&&!_x&&Fx(a,"toString",Ux))}});var ih=m((oV,th)=>{"use strict";var jx=Ro().IteratorPrototype,Qx=ko(),Gx=er(),Wx=dr(),Yx=Gt(),zx=function(){return this};th.exports=function(r,e,t,i){var a=e+" Iterator";return r.prototype=Qx(jx,{next:Gx(+!i,t)}),Wx(r,a,!1,!0),Yx[a]=zx,r}});var ah=m((uV,rh)=>{"use strict";var Kx=se(),Xx=tt();rh.exports=function(r,e,t){try{return Kx(Xx(Object.getOwnPropertyDescriptor(r,e)[t]))}catch{}}});var nh=m((lV,sh)=>{"use strict";var Jx=Ce();sh.exports=function(r){return Jx(r)||r===null}});var uh=m((cV,oh)=>{"use strict";var Zx=nh(),eP=String,tP=TypeError;oh.exports=function(r){if(Zx(r))return r;throw new tP("Can't set "+eP(r)+" as a prototype")}});var $o=m((dV,lh)=>{"use strict";var iP=ah(),rP=Ce(),aP=It(),sP=uh();lh.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var r=!1,e={},t;try{t=iP(Object.prototype,"__proto__","set"),t(e,[]),r=e instanceof Array}catch{}return function(a,s){return aP(a),sP(s),rP(a)&&(r?t(a,s):a.__proto__=s),a}}():void 0)});var yh=m((pV,Sh)=>{"use strict";var nP=te(),oP=Me(),ns=Qe(),gh=To(),uP=X(),lP=ih(),ch=Ja(),dh=$o(),cP=dr(),dP=vi(),Mo=Ei(),pP=ce(),ph=Gt(),vh=Ro(),hP=gh.PROPER,mP=gh.CONFIGURABLE,hh=vh.IteratorPrototype,os=vh.BUGGY_SAFARI_ITERATORS,pr=pP("iterator"),mh="keys",hr="values",fh="entries",bh=function(){return this};Sh.exports=function(r,e,t,i,a,s,n){lP(t,e,i);var o=function(v){if(v===a&&p)return p;if(!os&&v&&v in c)return c[v];switch(v){case mh:return function(){return new t(this,v)};case hr:return function(){return new t(this,v)};case fh:return function(){return new t(this,v)}}return function(){return new t(this)}},u=e+" Iterator",l=!1,c=r.prototype,d=c[pr]||c["@@iterator"]||a&&c[a],p=!os&&d||o(a),h=e==="Array"&&c.entries||d,f,b,g;if(h&&(f=ch(h.call(new r)),f!==Object.prototype&&f.next&&(!ns&&ch(f)!==hh&&(dh?dh(f,hh):uP(f[pr])||Mo(f,pr,bh)),cP(f,u,!0,!0),ns&&(ph[u]=bh))),hP&&a===hr&&d&&d.name!==hr&&(!ns&&mP?dP(c,"name",hr):(l=!0,p=function(){return oP(d,this)})),a)if(b={values:o(hr),keys:s?p:o(mh),entries:o(fh)},n)for(g in b)(os||l||!(g in c))&&Mo(c,g,b[g]);else nP({target:e,proto:!0,forced:os||l},b);return(!ns||n)&&c[pr]!==p&&Mo(c,pr,p,{name:a}),ph[e]=p,b}});var Ih=m((hV,Th)=>{"use strict";Th.exports=function(r,e){return{value:r,done:e}}});var Do=m((mV,wh)=>{"use strict";var fP=Ht(),Co=ur(),Eh=Gt(),Ph=vo(),bP=Qt().f,gP=yh(),us=Ih(),vP=Qe(),SP=$e(),kh="Array Iterator",yP=Ph.set,TP=Ph.getterFor(kh);wh.exports=gP(Array,"Array",function(r,e){yP(this,{type:kh,target:fP(r),index:0,kind:e})},function(){var r=TP(this),e=r.target,t=r.index++;if(!e||t>=e.length)return r.target=void 0,us(void 0,!0);switch(r.kind){case"keys":return us(t,!1);case"values":return us(e[t],!1)}return us([t,e[t]],!1)},"values");var xh=Eh.Arguments=Eh.Array;Co("keys");Co("values");Co("entries");if(!vP&&SP&&xh.name!=="values")try{bP(xh,"name",{value:"values"})}catch{}});var Lh=m((fV,Ah)=>{"use strict";var IP=ce(),EP=Gt(),xP=IP("iterator"),PP=Array.prototype;Ah.exports=function(r){return r!==void 0&&(EP.Array===r||PP[xP]===r)}});var Vo=m((bV,$h)=>{"use strict";var kP=cr(),Rh=rr(),wP=hi(),AP=Gt(),LP=ce(),RP=LP("iterator");$h.exports=function(r){if(!wP(r))return Rh(r,RP)||Rh(r,"@@iterator")||AP[kP(r)]}});var Ch=m((gV,Mh)=>{"use strict";var $P=Me(),MP=tt(),CP=it(),DP=ir(),VP=Vo(),BP=TypeError;Mh.exports=function(r,e){var t=arguments.length<2?VP(r):e;if(MP(t))return CP($P(t,r));throw new BP(DP(r)+" is not iterable")}});var Bh=m((vV,Vh)=>{"use strict";var OP=Me(),Dh=it(),_P=rr();Vh.exports=function(r,e,t){var i,a;Dh(r);try{if(i=_P(r,"return"),!i){if(e==="throw")throw t;return t}i=OP(i,r)}catch(s){a=!0,i=s}if(e==="throw")throw t;if(a)throw i;return Dh(i),t}});var cs=m((SV,Fh)=>{"use strict";var NP=gi(),FP=Me(),qP=it(),UP=ir(),HP=Lh(),jP=Ti(),Oh=tr(),QP=Ch(),GP=Vo(),_h=Bh(),WP=TypeError,ls=function(r,e){this.stopped=r,this.result=e},Nh=ls.prototype;Fh.exports=function(r,e,t){var i=t&&t.that,a=!!(t&&t.AS_ENTRIES),s=!!(t&&t.IS_RECORD),n=!!(t&&t.IS_ITERATOR),o=!!(t&&t.INTERRUPTED),u=NP(e,i),l,c,d,p,h,f,b,g=function(x){return l&&_h(l,"normal",x),new ls(!0,x)},v=function(x){return a?(qP(x),o?u(x[0],x[1],g):u(x[0],x[1])):o?u(x,g):u(x)};if(s)l=r.iterator;else if(n)l=r;else{if(c=GP(r),!c)throw new WP(UP(r)+" is not iterable");if(HP(c)){for(d=0,p=jP(r);p>d;d++)if(h=v(r[d]),h&&Oh(Nh,h))return h;return new ls(!1)}l=QP(r,c)}for(f=s?r.next:l.next;!(b=FP(f,l)).done;){try{h=v(b.value)}catch(x){_h(l,"throw",x)}if(typeof h=="object"&&h&&Oh(Nh,h))return h}return new ls(!1)}});var Uh=m((yV,qh)=>{"use strict";var YP=$e(),zP=Qt(),KP=er();qh.exports=function(r,e,t){YP?zP.f(r,e,KP(0,t)):r[e]=t}});var Hh=m(()=>{"use strict";var XP=te(),JP=cs(),ZP=Uh();XP({target:"Object",stat:!0},{fromEntries:function(e){var t={};return JP(e,function(i,a){ZP(t,i,a)},{AS_ENTRIES:!0}),t}})});var Qh=m((EV,jh)=>{"use strict";Do();Hh();var ek=mi();jh.exports=ek.Object.fromEntries});var Wh=m((xV,Gh)=>{"use strict";Gh.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}});var zh=m(()=>{"use strict";Do();var tk=Wh(),ik=Z(),rk=dr(),Yh=Gt();for(ds in tk)rk(ik[ds],ds),Yh[ds]=Yh.Array;var ds});var Xh=m((wV,Kh)=>{"use strict";var ak=Qh();zh();Kh.exports=ak});var Bo=m((AV,Jh)=>{"use strict";var sk=Xh();Jh.exports=sk});var Zh=m(()=>{"use strict"});var Oo=m(($V,em)=>{"use strict";var mr=Z(),nk=jt(),ok=Ut(),ps=function(r){return nk.slice(0,r.length)===r};em.exports=function(){return ps("Bun/")?"BUN":ps("Cloudflare-Workers")?"CLOUDFLARE":ps("Deno/")?"DENO":ps("Node.js/")?"NODE":mr.Bun&&typeof Bun.version=="string"?"BUN":mr.Deno&&typeof Deno.version=="object"?"DENO":ok(mr.process)==="process"?"NODE":mr.window&&mr.document?"BROWSER":"REST"}()});var hs=m((MV,tm)=>{"use strict";var uk=Oo();tm.exports=uk==="NODE"});var rm=m((CV,im)=>{"use strict";var lk=Qt();im.exports=function(r,e,t){return lk.f(r,e,t)}});var nm=m((DV,sm)=>{"use strict";var ck=lt(),dk=rm(),pk=ce(),hk=$e(),am=pk("species");sm.exports=function(r){var e=ck(r);hk&&e&&!e[am]&&dk(e,am,{configurable:!0,get:function(){return this}})}});var um=m((VV,om)=>{"use strict";var mk=tr(),fk=TypeError;om.exports=function(r,e){if(mk(e,r))return r;throw new fk("Incorrect invocation")}});var No=m((BV,lm)=>{"use strict";var bk=se(),gk=X(),_o=ar(),vk=bk(Function.toString);gk(_o.inspectSource)||(_o.inspectSource=function(r){return vk(r)});lm.exports=_o.inspectSource});var qo=m((OV,mm)=>{"use strict";var Sk=se(),yk=le(),cm=X(),Tk=cr(),Ik=lt(),Ek=No(),dm=function(){},pm=Ik("Reflect","construct"),Fo=/^\s*(?:class|function)\b/,xk=Sk(Fo.exec),Pk=!Fo.test(dm),fr=function(e){if(!cm(e))return!1;try{return pm(dm,[],e),!0}catch{return!1}},hm=function(e){if(!cm(e))return!1;switch(Tk(e)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return Pk||!!xk(Fo,Ek(e))}catch{return!0}};hm.sham=!0;mm.exports=!pm||yk(function(){var r;return fr(fr.call)||!fr(Object)||!fr(function(){r=!0})||r})?hm:fr});var bm=m((_V,fm)=>{"use strict";var kk=qo(),wk=ir(),Ak=TypeError;fm.exports=function(r){if(kk(r))return r;throw new Ak(wk(r)+" is not a constructor")}});var Uo=m((NV,vm)=>{"use strict";var gm=it(),Lk=bm(),Rk=hi(),$k=ce(),Mk=$k("species");vm.exports=function(r,e){var t=gm(r).constructor,i;return t===void 0||Rk(i=gm(t)[Mk])?e:Lk(i)}});var ym=m((FV,Sm)=>{"use strict";var Ck=se();Sm.exports=Ck([].slice)});var Im=m((qV,Tm)=>{"use strict";var Dk=TypeError;Tm.exports=function(r,e){if(r<e)throw new Dk("Not enough arguments");return r}});var Ho=m((UV,Em)=>{"use strict";var Vk=jt();Em.exports=/(?:ipad|iphone|ipod).*applewebkit/i.test(Vk)});var Jo=m((HV,Mm)=>{"use strict";var De=Z(),Bk=$n(),Ok=gi(),xm=X(),_k=Ge(),$m=le(),Pm=Io(),Nk=ym(),km=Wa(),Fk=Im(),qk=Ho(),Uk=hs(),zo=De.setImmediate,Ko=De.clearImmediate,Hk=De.process,jo=De.Dispatch,jk=De.Function,wm=De.MessageChannel,Qk=De.String,Qo=0,br={},Am="onreadystatechange",gr,Yt,Go,Wo;$m(function(){gr=De.location});var Xo=function(r){if(_k(br,r)){var e=br[r];delete br[r],e()}},Yo=function(r){return function(){Xo(r)}},Lm=function(r){Xo(r.data)},Rm=function(r){De.postMessage(Qk(r),gr.protocol+"//"+gr.host)};(!zo||!Ko)&&(zo=function(e){Fk(arguments.length,1);var t=xm(e)?e:jk(e),i=Nk(arguments,1);return br[++Qo]=function(){Bk(t,void 0,i)},Yt(Qo),Qo},Ko=function(e){delete br[e]},Uk?Yt=function(r){Hk.nextTick(Yo(r))}:jo&&jo.now?Yt=function(r){jo.now(Yo(r))}:wm&&!qk?(Go=new wm,Wo=Go.port2,Go.port1.onmessage=Lm,Yt=Ok(Wo.postMessage,Wo)):De.addEventListener&&xm(De.postMessage)&&!De.importScripts&&gr&&gr.protocol!=="file:"&&!$m(Rm)?(Yt=Rm,De.addEventListener("message",Lm,!1)):Am in km("script")?Yt=function(r){Pm.appendChild(km("script"))[Am]=function(){Pm.removeChild(this),Xo(r)}}:Yt=function(r){setTimeout(Yo(r),0)});Mm.exports={set:zo,clear:Ko}});var Vm=m((jV,Dm)=>{"use strict";var Cm=Z(),Gk=$e(),Wk=Object.getOwnPropertyDescriptor;Dm.exports=function(r){if(!Gk)return Cm[r];var e=Wk(Cm,r);return e&&e.value}});var Zo=m((QV,Om)=>{"use strict";var Bm=function(){this.head=null,this.tail=null};Bm.prototype={add:function(r){var e={item:r,next:null},t=this.tail;t?t.next=e:this.head=e,this.tail=e},get:function(){var r=this.head;if(r){var e=this.head=r.next;return e===null&&(this.tail=null),r.item}}};Om.exports=Bm});var Nm=m((GV,_m)=>{"use strict";var Yk=jt();_m.exports=/ipad|iphone|ipod/i.test(Yk)&&typeof Pebble<"u"});var qm=m((WV,Fm)=>{"use strict";var zk=jt();Fm.exports=/web0s(?!.*chrome)/i.test(zk)});var Ym=m((YV,Wm)=>{"use strict";var Pi=Z(),Kk=Vm(),Um=gi(),eu=Jo().set,Xk=Zo(),Jk=Ho(),Zk=Nm(),ew=qm(),tu=hs(),Hm=Pi.MutationObserver||Pi.WebKitMutationObserver,jm=Pi.document,Qm=Pi.process,ms=Pi.Promise,au=Kk("queueMicrotask"),xi,iu,ru,fs,Gm;au||(vr=new Xk,Sr=function(){var r,e;for(tu&&(r=Qm.domain)&&r.exit();e=vr.get();)try{e()}catch(t){throw vr.head&&xi(),t}r&&r.enter()},!Jk&&!tu&&!ew&&Hm&&jm?(iu=!0,ru=jm.createTextNode(""),new Hm(Sr).observe(ru,{characterData:!0}),xi=function(){ru.data=iu=!iu}):!Zk&&ms&&ms.resolve?(fs=ms.resolve(void 0),fs.constructor=ms,Gm=Um(fs.then,fs),xi=function(){Gm(Sr)}):tu?xi=function(){Qm.nextTick(Sr)}:(eu=Um(eu,Pi),xi=function(){eu(Sr)}),au=function(r){vr.head||xi(),vr.add(r)});var vr,Sr;Wm.exports=au});var Km=m((zV,zm)=>{"use strict";zm.exports=function(r,e){try{arguments.length===1?console.error(r):console.error(r,e)}catch{}}});var bs=m((KV,Xm)=>{"use strict";Xm.exports=function(r){try{return{error:!1,value:r()}}catch(e){return{error:!0,value:e}}}});var zt=m((XV,Jm)=>{"use strict";var tw=Z();Jm.exports=tw.Promise});var ki=m((JV,rf)=>{"use strict";var iw=Z(),yr=zt(),rw=X(),aw=Zn(),sw=No(),nw=ce(),Zm=Oo(),ow=Qe(),su=Fn(),ef=yr&&yr.prototype,uw=nw("species"),nu=!1,tf=rw(iw.PromiseRejectionEvent),lw=aw("Promise",function(){var r=sw(yr),e=r!==String(yr);if(!e&&su===66||ow&&!(ef.catch&&ef.finally))return!0;if(!su||su<51||!/native code/.test(r)){var t=new yr(function(s){s(1)}),i=function(s){s(function(){},function(){})},a=t.constructor={};if(a[uw]=i,nu=t.then(function(){})instanceof i,!nu)return!0}return!e&&(Zm==="BROWSER"||Zm==="DENO")&&!tf});rf.exports={CONSTRUCTOR:lw,REJECTION_EVENT:tf,SUBCLASSING:nu}});var wi=m((ZV,sf)=>{"use strict";var af=tt(),cw=TypeError,dw=function(r){var e,t;this.promise=new r(function(i,a){if(e!==void 0||t!==void 0)throw new cw("Bad Promise constructor");e=i,t=a}),this.resolve=af(e),this.reject=af(t)};sf.exports.f=function(r){return new dw(r)}});var xf=m(()=>{"use strict";var pw=te(),hw=Qe(),ys=hs(),xt=Z(),$i=Me(),nf=Ei(),of=$o(),mw=dr(),fw=nm(),bw=tt(),Ss=X(),gw=Ce(),vw=um(),Sw=Uo(),pf=Jo().set,du=Ym(),yw=Km(),Tw=bs(),Iw=Zo(),hf=vo(),Ts=zt(),pu=ki(),mf=wi(),Is="Promise",ff=pu.CONSTRUCTOR,Ew=pu.REJECTION_EVENT,xw=pu.SUBCLASSING,ou=hf.getterFor(Is),Pw=hf.set,Ai=Ts&&Ts.prototype,Kt=Ts,gs=Ai,bf=xt.TypeError,uu=xt.document,hu=xt.process,lu=mf.f,kw=lu,ww=!!(uu&&uu.createEvent&&xt.dispatchEvent),gf="unhandledrejection",Aw="rejectionhandled",uf=0,vf=1,Lw=2,mu=1,Sf=2,vs,lf,Rw,cf,yf=function(r){var e;return gw(r)&&Ss(e=r.then)?e:!1},Tf=function(r,e){var t=e.value,i=e.state===vf,a=i?r.ok:r.fail,s=r.resolve,n=r.reject,o=r.domain,u,l,c;try{a?(i||(e.rejection===Sf&&Mw(e),e.rejection=mu),a===!0?u=t:(o&&o.enter(),u=a(t),o&&(o.exit(),c=!0)),u===r.promise?n(new bf("Promise-chain cycle")):(l=yf(u))?$i(l,u,s,n):s(u)):n(t)}catch(d){o&&!c&&o.exit(),n(d)}},If=function(r,e){r.notified||(r.notified=!0,du(function(){for(var t=r.reactions,i;i=t.get();)Tf(i,r);r.notified=!1,e&&!r.rejection&&$w(r)}))},Ef=function(r,e,t){var i,a;ww?(i=uu.createEvent("Event"),i.promise=e,i.reason=t,i.initEvent(r,!1,!0),xt.dispatchEvent(i)):i={promise:e,reason:t},!Ew&&(a=xt["on"+r])?a(i):r===gf&&yw("Unhandled promise rejection",t)},$w=function(r){$i(pf,xt,function(){var e=r.facade,t=r.value,i=df(r),a;if(i&&(a=Tw(function(){ys?hu.emit("unhandledRejection",t,e):Ef(gf,e,t)}),r.rejection=ys||df(r)?Sf:mu,a.error))throw a.value})},df=function(r){return r.rejection!==mu&&!r.parent},Mw=function(r){$i(pf,xt,function(){var e=r.facade;ys?hu.emit("rejectionHandled",e):Ef(Aw,e,r.value)})},Li=function(r,e,t){return function(i){r(e,i,t)}},Ri=function(r,e,t){r.done||(r.done=!0,t&&(r=t),r.value=e,r.state=Lw,If(r,!0))},cu=function(r,e,t){if(!r.done){r.done=!0,t&&(r=t);try{if(r.facade===e)throw new bf("Promise can't be resolved itself");var i=yf(e);i?du(function(){var a={done:!1};try{$i(i,e,Li(cu,a,r),Li(Ri,a,r))}catch(s){Ri(a,s,r)}}):(r.value=e,r.state=vf,If(r,!1))}catch(a){Ri({done:!1},a,r)}}};if(ff&&(Kt=function(e){vw(this,gs),bw(e),$i(vs,this);var t=ou(this);try{e(Li(cu,t),Li(Ri,t))}catch(i){Ri(t,i)}},gs=Kt.prototype,vs=function(e){Pw(this,{type:Is,done:!1,notified:!1,parent:!1,reactions:new Iw,rejection:!1,state:uf,value:void 0})},vs.prototype=nf(gs,"then",function(e,t){var i=ou(this),a=lu(Sw(this,Kt));return i.parent=!0,a.ok=Ss(e)?e:!0,a.fail=Ss(t)&&t,a.domain=ys?hu.domain:void 0,i.state===uf?i.reactions.add(a):du(function(){Tf(a,i)}),a.promise}),lf=function(){var r=new vs,e=ou(r);this.promise=r,this.resolve=Li(cu,e),this.reject=Li(Ri,e)},mf.f=lu=function(r){return r===Kt||r===Rw?new lf(r):kw(r)},!hw&&Ss(Ts)&&Ai!==Object.prototype)){cf=Ai.then,xw||nf(Ai,"then",function(e,t){var i=this;return new Kt(function(a,s){$i(cf,i,a,s)}).then(e,t)},{unsafe:!0});try{delete Ai.constructor}catch{}of&&of(Ai,gs)}pw({global:!0,constructor:!0,wrap:!0,forced:ff},{Promise:Kt});mw(Kt,Is,!1,!0);fw(Is)});var Lf=m((iB,Af)=>{"use strict";var Cw=ce(),kf=Cw("iterator"),wf=!1;try{Pf=0,fu={next:function(){return{done:!!Pf++}},return:function(){wf=!0}},fu[kf]=function(){return this},Array.from(fu,function(){throw 2})}catch{}var Pf,fu;Af.exports=function(r,e){try{if(!e&&!wf)return!1}catch{return!1}var t=!1;try{var i={};i[kf]=function(){return{next:function(){return{done:t=!0}}}},r(i)}catch{}return t}});var bu=m((rB,Rf)=>{"use strict";var Dw=zt(),Vw=Lf(),Bw=ki().CONSTRUCTOR;Rf.exports=Bw||!Vw(function(r){Dw.all(r).then(void 0,function(){})})});var $f=m(()=>{"use strict";var Ow=te(),_w=Me(),Nw=tt(),Fw=wi(),qw=bs(),Uw=cs(),Hw=bu();Ow({target:"Promise",stat:!0,forced:Hw},{all:function(e){var t=this,i=Fw.f(t),a=i.resolve,s=i.reject,n=qw(function(){var o=Nw(t.resolve),u=[],l=0,c=1;Uw(e,function(d){var p=l++,h=!1;c++,_w(o,t,d).then(function(f){h||(h=!0,u[p]=f,--c||a(u))},s)}),--c||a(u)});return n.error&&s(n.value),i.promise}})});var Cf=m(()=>{"use strict";var jw=te(),Qw=Qe(),Gw=ki().CONSTRUCTOR,vu=zt(),Ww=lt(),Yw=X(),zw=Ei(),Mf=vu&&vu.prototype;jw({target:"Promise",proto:!0,forced:Gw,real:!0},{catch:function(r){return this.then(void 0,r)}});!Qw&&Yw(vu)&&(gu=Ww("Promise").prototype.catch,Mf.catch!==gu&&zw(Mf,"catch",gu,{unsafe:!0}));var gu});var Df=m(()=>{"use strict";var Kw=te(),Xw=Me(),Jw=tt(),Zw=wi(),eA=bs(),tA=cs(),iA=bu();Kw({target:"Promise",stat:!0,forced:iA},{race:function(e){var t=this,i=Zw.f(t),a=i.reject,s=eA(function(){var n=Jw(t.resolve);tA(e,function(o){Xw(n,t,o).then(i.resolve,a)})});return s.error&&a(s.value),i.promise}})});var Vf=m(()=>{"use strict";var rA=te(),aA=wi(),sA=ki().CONSTRUCTOR;rA({target:"Promise",stat:!0,forced:sA},{reject:function(e){var t=aA.f(this),i=t.reject;return i(e),t.promise}})});var Su=m((pB,Bf)=>{"use strict";var nA=it(),oA=Ce(),uA=wi();Bf.exports=function(r,e){if(nA(r),oA(e)&&e.constructor===r)return e;var t=uA.f(r),i=t.resolve;return i(e),t.promise}});var Nf=m(()=>{"use strict";var lA=te(),cA=lt(),Of=Qe(),dA=zt(),_f=ki().CONSTRUCTOR,pA=Su(),hA=cA("Promise"),mA=Of&&!_f;lA({target:"Promise",stat:!0,forced:Of||_f},{resolve:function(e){return pA(mA&&this===hA?dA:this,e)}})});var Ff=m(()=>{"use strict";xf();$f();Cf();Df();Vf();Nf()});var jf=m(()=>{"use strict";var fA=te(),bA=Qe(),Es=zt(),gA=le(),Uf=lt(),Hf=X(),vA=Uo(),qf=Su(),SA=Ei(),Tu=Es&&Es.prototype,yA=!!Es&&gA(function(){Tu.finally.call({then:function(){}},function(){})});fA({target:"Promise",proto:!0,real:!0,forced:yA},{finally:function(r){var e=vA(this,Uf("Promise")),t=Hf(r);return this.then(t?function(i){return qf(e,r()).then(function(){return i})}:r,t?function(i){return qf(e,r()).then(function(){throw i})}:r)}});!bA&&Hf(Es)&&(yu=Uf("Promise").prototype.finally,Tu.finally!==yu&&SA(Tu,"finally",yu,{unsafe:!0}));var yu});var Gf=m((SB,Qf)=>{"use strict";Zh();Ff();jf();var TA=Et();Qf.exports=TA("Promise","finally")});var Yf=m((yB,Wf)=>{"use strict";var IA=Gf();Wf.exports=IA});var xs=m((TB,zf)=>{"use strict";var EA=Yf();zf.exports=EA});var ub=m(()=>{"use strict";var OA=te(),_A=mo().values;OA({target:"Object",stat:!0},{values:function(e){return _A(e)}})});var cb=m((sO,lb)=>{"use strict";ub();var NA=mi();lb.exports=NA.Object.values});var pb=m((nO,db)=>{"use strict";var FA=cb();db.exports=FA});var Ci=m((oO,hb)=>{"use strict";var qA=pb();hb.exports=qA});var Rb=m(()=>{"use strict";var dL=te(),pL=fi(),hL=Ti(),mL=or(),fL=ur();dL({target:"Array",proto:!0},{at:function(e){var t=pL(this),i=hL(t),a=mL(e),s=a>=0?a:i+a;return s<0||s>=i?void 0:t[s]}});fL("at")});var Mb=m((b_,$b)=>{"use strict";Rb();var bL=Et();$b.exports=bL("Array","at")});var Db=m((g_,Cb)=>{"use strict";var gL=Mb();Cb.exports=gL});var Lt=m((v_,Vb)=>{"use strict";var vL=Db();Vb.exports=vL});var Wu=m((rF,bg)=>{"use strict";var tR=Ut();bg.exports=Array.isArray||function(e){return tR(e)==="Array"}});var vg=m((aF,gg)=>{"use strict";var iR=TypeError,rR=9007199254740991;gg.exports=function(r){if(r>rR)throw iR("Maximum allowed index exceeded");return r}});var Tg=m((sF,yg)=>{"use strict";var aR=Wu(),sR=Ti(),nR=vg(),oR=gi(),Sg=function(r,e,t,i,a,s,n,o){for(var u=a,l=0,c=n?oR(n,o):!1,d,p;l<i;)l in t&&(d=c?c(t[l],l,e):t[l],s>0&&aR(d)?(p=sR(d),u=Sg(r,e,d,p,u,s-1)-1):(nR(u+1),r[u]=d),u++),l++;return u};yg.exports=Sg});var Pg=m((nF,xg)=>{"use strict";var Ig=Wu(),uR=qo(),lR=Ce(),cR=ce(),dR=cR("species"),Eg=Array;xg.exports=function(r){var e;return Ig(r)&&(e=r.constructor,uR(e)&&(e===Eg||Ig(e.prototype))?e=void 0:lR(e)&&(e=e[dR],e===null&&(e=void 0))),e===void 0?Eg:e}});var wg=m((oF,kg)=>{"use strict";var pR=Pg();kg.exports=function(r,e){return new(pR(r))(e===0?0:e)}});var Ag=m(()=>{"use strict";var hR=te(),mR=Tg(),fR=tt(),bR=fi(),gR=Ti(),vR=wg();hR({target:"Array",proto:!0},{flatMap:function(e){var t=bR(this),i=gR(t),a;return fR(e),a=vR(t,0),a.length=mR(a,t,t,i,0,1,e,arguments.length>1?arguments[1]:void 0),a}})});var Lg=m(()=>{"use strict";var SR=ur();SR("flatMap")});var $g=m((pF,Rg)=>{"use strict";Ag();Lg();var yR=Et();Rg.exports=yR("Array","flatMap")});var Cg=m((hF,Mg)=>{"use strict";var TR=$g();Mg.exports=TR});var Yu=m((mF,Dg)=>{"use strict";var IR=Cg();Dg.exports=IR});var Or=m((fF,Vg)=>{"use strict";var ER=cr(),xR=String;Vg.exports=function(r){if(ER(r)==="Symbol")throw new TypeError("Cannot convert a Symbol value to a string");return xR(r)}});var zu=m((bF,Bg)=>{"use strict";Bg.exports=`
7
+ \v\f\r \xA0\u1680\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF`});var Ng=m((gF,_g)=>{"use strict";var PR=se(),kR=It(),wR=Or(),Xu=zu(),Og=PR("".replace),AR=RegExp("^["+Xu+"]+"),LR=RegExp("(^|[^"+Xu+"])["+Xu+"]+$"),Ku=function(r){return function(e){var t=wR(kR(e));return r&1&&(t=Og(t,AR,"")),r&2&&(t=Og(t,LR,"$1")),t}};_g.exports={start:Ku(1),end:Ku(2),trim:Ku(3)}});var Hg=m((vF,Ug)=>{"use strict";var RR=To().PROPER,$R=le(),Fg=zu(),qg="\u200B\x85\u180E";Ug.exports=function(r){return $R(function(){return!!Fg[r]()||qg[r]()!==qg||RR&&Fg[r].name!==r})}});var Ju=m((SF,jg)=>{"use strict";var MR=Ng().start,CR=Hg();jg.exports=CR("trimStart")?function(){return MR(this)}:"".trimStart});var Gg=m(()=>{"use strict";var DR=te(),Qg=Ju();DR({target:"String",proto:!0,name:"trimStart",forced:"".trimLeft!==Qg},{trimLeft:Qg})});var Yg=m(()=>{"use strict";Gg();var VR=te(),Wg=Ju();VR({target:"String",proto:!0,name:"trimStart",forced:"".trimStart!==Wg},{trimStart:Wg})});var Kg=m((xF,zg)=>{"use strict";Yg();var BR=Et();zg.exports=BR("String","trimLeft")});var Jg=m((PF,Xg)=>{"use strict";var OR=Kg();Xg.exports=OR});var ev=m((kF,Zg)=>{"use strict";var _R=Jg();Zg.exports=_R});var bv=m(()=>{"use strict"});var gv=m(()=>{"use strict"});var Sv=m((n1,vv)=>{"use strict";var o$=Ce(),u$=Ut(),l$=ce(),c$=l$("match");vv.exports=function(r){var e;return o$(r)&&((e=r[c$])!==void 0?!!e:u$(r)==="RegExp")}});var Tv=m((o1,yv)=>{"use strict";var d$=it();yv.exports=function(){var r=d$(this),e="";return r.hasIndices&&(e+="d"),r.global&&(e+="g"),r.ignoreCase&&(e+="i"),r.multiline&&(e+="m"),r.dotAll&&(e+="s"),r.unicode&&(e+="u"),r.unicodeSets&&(e+="v"),r.sticky&&(e+="y"),e}});var xv=m((u1,Ev)=>{"use strict";var p$=Me(),h$=Ge(),m$=tr(),f$=Tv(),Iv=RegExp.prototype;Ev.exports=function(r){var e=r.flags;return e===void 0&&!("flags"in Iv)&&!h$(r,"flags")&&m$(Iv,r)?p$(f$,r):e}});var kv=m((l1,Pv)=>{"use strict";var nl=se(),b$=fi(),g$=Math.floor,al=nl("".charAt),v$=nl("".replace),sl=nl("".slice),S$=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,y$=/\$([$&'`]|\d{1,2})/g;Pv.exports=function(r,e,t,i,a,s){var n=t+r.length,o=i.length,u=y$;return a!==void 0&&(a=b$(a),u=S$),v$(s,u,function(l,c){var d;switch(al(c,0)){case"$":return"$";case"&":return r;case"`":return sl(e,0,t);case"'":return sl(e,n);case"<":d=a[sl(c,1,-1)];break;default:var p=+c;if(p===0)return l;if(p>o){var h=g$(p/10);return h===0?l:h<=o?i[h-1]===void 0?al(c,1):i[h-1]+al(c,1):l}d=i[p-1]}return d===void 0?"":d})}});var Lv=m(()=>{"use strict";var T$=te(),I$=Me(),ul=se(),wv=It(),E$=X(),x$=hi(),P$=Sv(),Ni=Or(),k$=rr(),w$=xv(),A$=kv(),L$=ce(),R$=Qe(),$$=L$("replace"),M$=TypeError,ol=ul("".indexOf),C$=ul("".replace),Av=ul("".slice),D$=Math.max;T$({target:"String",proto:!0},{replaceAll:function(e,t){var i=wv(this),a,s,n,o,u,l,c,d,p,h,f=0,b="";if(!x$(e)){if(a=P$(e),a&&(s=Ni(wv(w$(e))),!~ol(s,"g")))throw new M$("`.replaceAll` does not allow non-global regexes");if(n=k$(e,$$),n)return I$(n,e,i,t);if(R$&&a)return C$(Ni(i),e,t)}for(o=Ni(i),u=Ni(e),l=E$(t),l||(t=Ni(t)),c=u.length,d=D$(1,c),p=ol(o,u);p!==-1;)h=l?Ni(t(u,p,o)):A$(u,o,p,[],void 0,t),b+=Av(o,f,p)+h,f=p+c,p=p+d>o.length?-1:ol(o,u,p+d);return f<o.length&&(b+=Av(o,f)),b}})});var $v=m((p1,Rv)=>{"use strict";bv();gv();Lv();var V$=Et();Rv.exports=V$("String","replaceAll")});var Cv=m((h1,Mv)=>{"use strict";var B$=$v();Mv.exports=B$});var Vv=m((m1,Dv)=>{"use strict";var O$=Cv();Dv.exports=O$});var Ov=m((f1,Bv)=>{"use strict";var _$=or(),N$=Or(),F$=It(),q$=RangeError;Bv.exports=function(e){var t=N$(F$(this)),i="",a=_$(e);if(a<0||a===1/0)throw new q$("Wrong number of repetitions");for(;a>0;(a>>>=1)&&(t+=t))a&1&&(i+=t);return i}});var Uv=m((b1,qv)=>{"use strict";var Fv=se(),U$=so(),_v=Or(),H$=Ov(),j$=It(),Q$=Fv(H$),G$=Fv("".slice),W$=Math.ceil,Nv=function(r){return function(e,t,i){var a=_v(j$(e)),s=U$(t),n=a.length,o=i===void 0?" ":_v(i),u,l;return s<=n||o===""?a:(u=s-n,l=Q$(o,W$(u/o.length)),l.length>u&&(l=G$(l,0,u)),r?a+l:l+a)}};qv.exports={start:Nv(!1),end:Nv(!0)}});var jv=m((g1,Hv)=>{"use strict";var Y$=jt();Hv.exports=/Version\/10(?:\.\d+){1,2}(?: [\w./]+)?(?: Mobile\/\w+)? Safari\//.test(Y$)});var Qv=m(()=>{"use strict";var z$=te(),K$=Uv().start,X$=jv();z$({target:"String",proto:!0,forced:X$},{padStart:function(e){return K$(this,e,arguments.length>1?arguments[1]:void 0)}})});var Wv=m((y1,Gv)=>{"use strict";Qv();var J$=Et();Gv.exports=J$("String","padStart")});var zv=m((T1,Yv)=>{"use strict";var Z$=Wv();Yv.exports=Z$});var Xv=m((I1,Kv)=>{"use strict";var eM=zv();Kv.exports=eM});var rc="2.0.131-dev.85f5d8d6.0";var Re=(a=>(a.STOPPED="stopped",a.READY="ready",a.PLAYING="playing",a.PAUSED="paused",a))(Re||{}),ut=(T=>(T.MPEG="MPEG",T.DASH="DASH",T.DASH_SEP="DASH_SEP",T.DASH_SEP_VK="DASH_SEP",T.DASH_WEBM="DASH_WEBM",T.DASH_WEBM_AV1="DASH_WEBM_AV1",T.DASH_STREAMS="DASH_STREAMS",T.DASH_WEBM_VK="DASH_WEBM",T.DASH_ONDEMAND="DASH_ONDEMAND",T.DASH_ONDEMAND_VK="DASH_ONDEMAND",T.DASH_LIVE="DASH_LIVE",T.DASH_LIVE_CMAF="DASH_LIVE_CMAF",T.DASH_LIVE_WEBM="DASH_LIVE_WEBM",T.HLS="HLS",T.HLS_ONDEMAND="HLS_ONDEMAND",T.HLS_JS="HLS",T.HLS_LIVE="HLS_LIVE",T.HLS_LIVE_CMAF="HLS_LIVE_CMAF",T.WEB_RTC_LIVE="WEB_RTC_LIVE",T))(ut||{});var Ha=(a=>(a.NOT_AVAILABLE="NOT_AVAILABLE",a.AVAILABLE="AVAILABLE",a.CONNECTING="CONNECTING",a.CONNECTED="CONNECTED",a))(Ha||{}),An=(i=>(i.HTTP1="http1",i.HTTP2="http2",i.QUIC="quic",i))(An||{});var Ln=(n=>(n.NONE="none",n.INLINE="inline",n.FULLSCREEN="fullscreen",n.SECOND_SCREEN="second_screen",n.PIP="pip",n.INVISIBLE="invisible",n))(Ln||{}),ja=(i=>(i.TRAFFIC_SAVING="traffic_saving",i.HIGH_QUALITY="high_quality",i.UNKNOWN="unknown",i))(ja||{});var My=M(_e(),1);import{assertNever as tp,assertNonNullable as cE,isNonNullable as za,ValueSubject as oo,Subject as dE,Subscription as pE,merge as hE,observableFrom as mE,fromEvent as Xd,map as Jd,tap as Zd,filterChanged as fE,isNullable as uo,ErrorCategory as ep}from"@vkontakte/videoplayer-shared";var Kd=r=>new Promise((e,t)=>{let i=document.createElement("script");i.setAttribute("src",r),i.onload=()=>e(),i.onerror=a=>t(a),document.body.appendChild(i)});var Ka=class{constructor(e){this.connection$=new oo(void 0);this.castState$=new oo("NOT_AVAILABLE");this.errorEvent$=new dE;this.realCastState$=new oo("NOT_AVAILABLE");this.subscription=new pE;this.isDestroyed=!1;this.params=e,this.log=this.params.dependencies.logger.createComponentLog("ChromecastInitializer");let t="chrome"in window;if(this.log({message:`[constructor] receiverApplicationId: ${this.params.receiverApplicationId}, isDisabled: ${this.params.isDisabled}, isSupported: ${t}`}),e.isDisabled||!t)return;let i=za(window.chrome?.cast),a=!!window.__onGCastApiAvailable;i?this.initializeCastApi():(window.__onGCastApiAvailable=s=>{delete window.__onGCastApiAvailable,s&&!this.isDestroyed&&this.initializeCastApi()},a||Kd("https://www.gstatic.com/cv/js/sender/v1/cast_sender.js?loadCastFramework=1").catch(()=>this.errorEvent$.next({id:"ChromecastLoading",category:ep.NETWORK,message:"Script loading failed!"})))}connect(){cast.framework.CastContext.getInstance()?.requestSession()}disconnect(){cast.framework.CastContext.getInstance()?.getCurrentSession()?.endSession(!0)}stopMedia(){return new Promise((e,t)=>{cast.framework.CastContext.getInstance()?.getCurrentSession()?.getMediaSession()?.stop(new chrome.cast.media.StopRequest,e,t)})}toggleConnection(){za(this.connection$.getValue())?this.disconnect():this.connect()}setVolume(e){let t=this.connection$.getValue();uo(t)||(t.remotePlayer.volumeLevel=e,t.remotePlayerController.setVolumeLevel())}setMuted(e){let t=this.connection$.getValue();uo(t)||e!==t.remotePlayer.isMuted&&t.remotePlayerController.muteOrUnmute()}destroy(){this.isDestroyed=!0,this.subscription.unsubscribe()}initListeners(){let e=new cast.framework.RemotePlayer,t=new cast.framework.RemotePlayerController(e),i=cast.framework.CastContext.getInstance();this.subscription.add(Xd(i,cast.framework.CastContextEventType.SESSION_STATE_CHANGED).subscribe(a=>{switch(a.sessionState){case cast.framework.SessionState.SESSION_STARTED:case cast.framework.SessionState.SESSION_STARTING:case cast.framework.SessionState.SESSION_RESUMED:this.contentId=i.getCurrentSession()?.getMediaSession()?.media?.contentId;break;case cast.framework.SessionState.NO_SESSION:case cast.framework.SessionState.SESSION_ENDING:case cast.framework.SessionState.SESSION_ENDED:case cast.framework.SessionState.SESSION_START_FAILED:this.contentId=void 0;break;default:return tp(a.sessionState)}})).add(hE(Xd(i,cast.framework.CastContextEventType.CAST_STATE_CHANGED).pipe(Zd(a=>{this.log({message:`[cast.framework.RemotePlayerEventType.CAST_STATE_CHANGED]: ${JSON.stringify(a)}`})}),Jd(a=>a.castState)),mE([i.getCastState()])).pipe(fE(),Jd(bE),Zd(a=>{this.log({message:`realCastState$: ${a}`})})).subscribe(this.realCastState$)).add(this.realCastState$.subscribe(a=>{let s=a==="CONNECTED",n=za(this.connection$.getValue());if(s&&!n){let o=i.getCurrentSession();cE(o);let u=o.getCastDevice(),l=o.getMediaSession()?.media?.contentId;(uo(l)||l===this.contentId)&&(this.log({message:"connection created"}),this.connection$.next({remotePlayer:e,remotePlayerController:t,session:o,castDevice:u}))}else!s&&n&&(this.log({message:"connection destroyed"}),this.connection$.next(void 0));this.castState$.next(a==="CONNECTED"?za(this.connection$.getValue())?"CONNECTED":"AVAILABLE":a)}))}initializeCastApi(){let e,t,i;try{e=cast.framework.CastContext.getInstance(),t=chrome.cast.media.DEFAULT_MEDIA_RECEIVER_APP_ID,i=chrome.cast.AutoJoinPolicy.ORIGIN_SCOPED}catch{return}try{e.setOptions({receiverApplicationId:this.params.receiverApplicationId??t,autoJoinPolicy:i}),this.initListeners()}catch(a){this.errorEvent$.next({id:"ChromecastInitializer",category:ep.EXTERNAL_API,message:"[initializeCastApi] failed",thrown:a})}}},bE=r=>{switch(r){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 tp(r)}};var Wl=M(_e(),1),hy=M(Ii(),1),my=M(Bo(),1);var sb=M(xs(),1);import{assertNever as Kf}from"@vkontakte/videoplayer-shared";var de=(r,e=0,t=0)=>{switch(t){case 0:return r.replace("_offset_p",e===0?"":"_"+e.toFixed(0));case 1:{if(e===0)return r;let i=new URL(r);return i.searchParams.append("playback_shift",e.toFixed(0)),i.toString()}case 2:{let i=new URL(r);return!i.searchParams.get("offset_p")&&e===0?r:(i.searchParams.set("offset_p",e.toFixed(0)),i.toString())}default:Kf(t)}return r},Ps=(r,e)=>{switch(e){case 0:return NaN;case 1:{let t=new URL(r);return Number(t.searchParams.get("playback_shift"))}case 2:{let t=new URL(r);return Number(t.searchParams.get("offset_p")??0)}default:Kf(e)}};var E=(r,e,t=!1)=>{let i=r.getTransition();(t||!i||i.to===e)&&r.setState(e)};import{isNonNullable as xA,Subject as ks,merge as Xf}from"@vkontakte/videoplayer-shared";var C=class{constructor(e){this.transitionStarted$=new ks;this.transitionEnded$=new ks;this.transitionUpdated$=new ks;this.forceChanged$=new ks;this.stateChangeStarted$=Xf(this.transitionStarted$,this.transitionUpdated$);this.stateChangeEnded$=Xf(this.transitionEnded$,this.forceChanged$);this.state=e,this.prevState=void 0}setState(e){let t=this.transition,i=this.state;this.transition=void 0,this.prevState=i,this.state=e,t?t.to===e?this.transitionEnded$.next(t):this.forceChanged$.next({from:t.from,to:e,canceledTransition:t}):this.forceChanged$.next({from:i,to:e,canceledTransition:t})}startTransitionTo(e){let t=this.transition,i=this.state;i===e||xA(t)&&t.to===e||(this.prevState=i,this.state=e,t?(this.transition={from:t.from,to:e,canceledTransition:t},this.transitionUpdated$.next(this.transition)):(this.transition={from:i,to:e},this.transitionStarted$.next(this.transition)))}getTransition(){return this.transition}getState(){return this.state}getPrevState(){return this.prevState}};import{assertNever as PA}from"@vkontakte/videoplayer-shared";var Jf=r=>{switch(r){case"MPEG":case"DASH":case"DASH_SEP":case"DASH_ONDEMAND":case"DASH_WEBM":case"DASH_WEBM_AV1":case"DASH_STREAMS":case"HLS":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 PA(r)}};import{assertNever as Mi,assertNonNullable as Xt,debounce as Zf,ErrorCategory as eb,fromEvent as Jt,isNonNullable as tb,map as ib,merge as rb,observableFrom as kA,Subject as wA,Subscription as Iu,timeout as AA,getHighestQuality as LA}from"@vkontakte/videoplayer-shared";var RA=5,$A=5,MA=500,ab=7e3,Tr=class{constructor(e){this.subscription=new Iu;this.loadMediaTimeoutSubscription=new Iu;this.videoState=new C("stopped");this.syncPlayback=()=>{let e=this.videoState.getState(),t=this.videoState.getTransition(),i=this.params.desiredState.playbackState.getState(),a=this.params.desiredState.playbackState.getTransition(),s=this.params.desiredState.seekState.getState();if(this.log({message:`[syncPlayback] videoState: ${e}; videoTransition: ${JSON.stringify(t)}; desiredPlaybackState: ${i}; desiredPlaybackStateTransition: ${this.params.desiredState.playbackState.getTransition()}; seekState: ${JSON.stringify(s)};`}),i==="stopped"){e!=="stopped"&&(this.videoState.startTransitionTo("stopped"),this.stop());return}if(!t){if(a?.to!=="paused"&&s.state==="requested"&&e!=="stopped"){this.seek(s.position/1e3);return}switch(i){case"ready":{switch(e){case"playing":case"paused":case"ready":break;case"stopped":this.videoState.startTransitionTo("ready"),this.prepare();break;default:Mi(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:Mi(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:Mi(e)}break}default:Mi(i)}}};this.params=e,this.log=this.params.dependencies.logger.createComponentLog("ChromecastProvider"),this.log({message:`constructor, format: ${e.format}`}),this.params.output.isLive$.next(Jf(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 Iu;this.subscription.add(e),this.subscription.add(rb(this.videoState.stateChangeStarted$.pipe(ib(a=>`stateChangeStarted$ ${JSON.stringify(a)}`)),this.videoState.stateChangeEnded$.pipe(ib(a=>`stateChangeEnded$ ${JSON.stringify(a)}`))).subscribe(a=>this.log({message:`[videoState] ${a}`})));let t=(a,s)=>this.subscription.add(a.subscribe(s));if(this.params.output.isLive$.getValue())this.params.output.position$.next(0),this.params.output.duration$.next(0);else{let a=new wA;e.add(a.pipe(Zf(MA)).subscribe(()=>{this.params.output.seekedEvent$.next()}));let s=NaN;e.add(Jt(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.CURRENT_TIME_CHANGED).subscribe(n=>{this.logRemoteEvent(n);let o=n.value;this.params.output.position$.next(o),(this.params.desiredState.seekState.getState().state==="applying"||Math.abs(o-s)>RA)&&a.next(o),s=o})),e.add(Jt(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.DURATION_CHANGED).subscribe(n=>{this.logRemoteEvent(n),this.params.output.duration$.next(n.value)}))}t(Jt(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.IS_MEDIA_LOADED_CHANGED),a=>{this.logRemoteEvent(a),a.value?this.handleRemoteReady():(this.handleRemoteStop(),e.unsubscribe())}),t(Jt(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.IS_PAUSED_CHANGED),a=>{this.logRemoteEvent(a),a.value?this.handleRemotePause():this.handleRemotePlay()}),t(Jt(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.PLAYER_STATE_CHANGED),a=>{this.logRemoteEvent(a);let{remotePlayer:s}=this.params.connection,n=a.value,o=this.params.output.isBuffering$.getValue(),u=n===chrome.cast.media.PlayerState.BUFFERING;switch(o!==u&&this.params.output.isBuffering$.next(u),n){case chrome.cast.media.PlayerState.IDLE:!this.params.output.isLive$.getValue()&&s.duration-s.currentTime<$A&&this.params.output.endedEvent$.next(),this.handleRemoteStop(),E(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:Mi(n)}}),t(Jt(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.VOLUME_LEVEL_CHANGED),a=>{this.logRemoteEvent(a),this.handleRemoteVolumeChange({volume:a.value})}),t(Jt(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.IS_MUTED_CHANGED),a=>{this.logRemoteEvent(a),this.handleRemoteVolumeChange({muted:a.value})});let i=rb(this.params.desiredState.playbackState.stateChangeStarted$,this.params.desiredState.seekState.stateChangeEnded$,this.videoState.stateChangeEnded$,kA(["init"])).pipe(Zf(0));t(i,this.syncPlayback)}restoreSession(e){this.log({message:"restoreSession"});let{remotePlayer:t}=this.params.connection;if(e.playerState!==chrome.cast.media.PlayerState.IDLE){t.isPaused?(this.videoState.setState("paused"),E(this.params.desiredState.playbackState,"paused")):(this.videoState.setState("playing"),E(this.params.desiredState.playbackState,"playing"));let i=this.params.output.isLive$.getValue();this.params.output.duration$.next(i?0:t.duration),this.params.output.position$.next(i?0:t.currentTime),this.params.desiredState.seekState.setState({state:"none"})}}prepare(){let e=this.params.format;this.log({message:`[prepare] format: ${e}`});let t=this.createMediaInfo(e),i=this.createLoadRequest(t);this.loadMedia(i)}handleRemotePause(){let e=this.videoState.getState();(this.videoState.getTransition()?.to==="paused"||e==="playing")&&(this.videoState.setState("paused"),E(this.params.desiredState.playbackState,"paused"))}handleRemotePlay(){let e=this.videoState.getState();(this.videoState.getTransition()?.to==="playing"||e==="paused")&&(this.videoState.setState("playing"),E(this.params.desiredState.playbackState,"playing"))}handleRemoteReady(){this.videoState.getTransition()?.to==="ready"&&this.videoState.setState("ready"),this.params.desiredState.playbackState.getTransition()?.to==="ready"&&E(this.params.desiredState.playbackState,"ready")}handleRemoteStop(){this.videoState.getState()!=="stopped"&&this.videoState.setState("stopped")}handleRemoteVolumeChange(e){let t=this.params.output.volume$.getValue(),i={volume:e.volume??t.volume,muted:e.muted??t.muted};(i.volume!==t.volume||i.muted!==i.muted)&&this.params.output.volume$.next(i)}seek(e){this.params.output.willSeekEvent$.next();let{remotePlayer:t,remotePlayerController:i}=this.params.connection;t.currentTime=e,i.seek()}stop(){let{remotePlayerController:e}=this.params.connection;e.stop()}createMediaInfo(e){let t=this.params.source,i,a,s;switch(e){case"MPEG":{let l=t[e];Xt(l);let c=LA(Object.keys(l));Xt(c);let d=l[c];Xt(d),i=d,a="video/mp4",s=chrome.cast.media.StreamType.BUFFERED;break}case"HLS":case"HLS_ONDEMAND":{let l=t[e];Xt(l),i=l.url,a="application/x-mpegurl",s=chrome.cast.media.StreamType.BUFFERED;break}case"DASH_SEP":case"DASH_ONDEMAND":case"DASH_WEBM":case"DASH_WEBM_AV1":case"DASH_STREAMS":{let l=t[e];Xt(l),i=l.url,a="application/dash+xml",s=chrome.cast.media.StreamType.BUFFERED;break}case"DASH_LIVE_CMAF":{let l=t[e];Xt(l),i=l.url,a="application/dash+xml",s=chrome.cast.media.StreamType.LIVE;break}case"HLS_LIVE":case"HLS_LIVE_CMAF":{let l=t[e];Xt(l),i=de(l.url),a="application/x-mpegurl",s=chrome.cast.media.StreamType.LIVE;break}case"DASH_LIVE":case"WEB_RTC_LIVE":{let l="Unsupported format for Chromecast",c=new Error(l);throw this.params.output.error$.next({id:"ChromecastProvider.createMediaInfo()",category:eb.VIDEO_PIPELINE,message:l,thrown:c}),c}case"DASH":case"DASH_LIVE_WEBM":throw new Error(`${e} is no longer supported`);default:return Mi(e)}let n=new chrome.cast.media.MediaInfo(this.params.meta.videoId??i,a);n.contentUrl=i,n.streamType=s,n.metadata=new chrome.cast.media.GenericMediaMetadata;let{title:o,subtitle:u}=this.params.meta;return tb(o)&&(n.metadata.title=o),tb(u)&&(n.metadata.subtitle=u),n}createLoadRequest(e){let t=new chrome.cast.media.LoadRequest(e);t.autoplay=!1;let i=this.params.desiredState.seekState.getState();return i.state==="applying"||i.state==="requested"?t.currentTime=this.params.output.isLive$.getValue()?0:i.position/1e3:t.currentTime=0,t}loadMedia(e){let t=this.params.connection.session.loadMedia(e),i=new Promise((a,s)=>{this.loadMediaTimeoutSubscription.add(AA(ab).subscribe(()=>s(`timeout(${ab})`)))});(0,sb.default)(Promise.race([t,i]).then(()=>{this.log({message:`[loadMedia] completed, format: ${this.params.format}`}),this.params.desiredState.seekState.getState().state==="applying"&&this.params.output.seekedEvent$.next(),this.handleRemoteReady()},a=>{let s=`[prepare] loadMedia failed, format: ${this.params.format}, reason: ${a}`;this.log({message:s}),this.params.output.error$.next({id:"ChromecastProvider.loadMedia",category:eb.VIDEO_PIPELINE,message:s,thrown:a})}),()=>{this.loadMediaTimeoutSubscription.unsubscribe()})}logRemoteEvent(e){this.log({message:`[remoteEvent] ${JSON.stringify(e)}`})}};var Qu=M(_e(),1);import{clearVideoElement as ob}from"@vkontakte/videoplayer-shared";import{clearVideoElement as CA}from"@vkontakte/videoplayer-shared";var nb=r=>{try{r.pause(),r.playbackRate=0,CA(r),r.remove()}catch(e){console.error(e)}};import{fromEvent as DA,Subscription as VA}from"@vkontakte/videoplayer-shared";var Eu=class{constructor(){this.attribute="data-pool-reused"}get(e){return e.hasAttribute(this.attribute)}set(e,t){e.toggleAttribute(this.attribute,t)}delete(e){e.removeAttribute(this.attribute)}},xu=window.WeakMap?new WeakMap:new Eu,Pu=window.WeakMap?new WeakMap:new Map,BA=(r,e=20)=>{let t=0;return DA(r,"ratechange").subscribe(i=>{t++,t>=e&&(r.currentTime=r.currentTime,t=0)})},Ie=(r,{audioVideoSyncRate:e,disableYandexPiP:t})=>{let i=r.querySelector("video"),a=!!i;i?ob(i):(i=document.createElement("video"),r.appendChild(i)),xu.set(i,a);let s=new VA;return s.add(BA(i,e)),Pu.set(i,s),i.setAttribute("crossorigin","anonymous"),i.setAttribute("playsinline","playsinline"),t&&i.setAttribute("x-yandex-pip","false"),i.controls=!1,i.setAttribute("poster","data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII="),i},Ee=r=>{Pu.get(r)?.unsubscribe(),Pu.delete(r);let t=xu.get(r);xu.delete(r),t?ob(r):nb(r)};var wu=M(Ci(),1);import{assertNonNullable as Ir,isNonNullable as at,isNullable as jA,fromEvent as Di,merge as mb,observableFrom as fb,filterChanged as bb,map as Er,Subject as gb,Subscription as QA,ValueSubject as GA,ErrorCategory as WA}from"@vkontakte/videoplayer-shared";import{isNonNullable as ku,isNullable as UA,Subscription as HA}from"@vkontakte/videoplayer-shared";var ws=(r,e,t,{equal:i=(n,o)=>n===o,changed$:a,onError:s}={})=>{let n=r.getState(),o=e(),u=UA(a),l=new HA;return a&&l.add(a.subscribe(c=>{let d=r.getState();i(c,d)&&r.setState(c)},s)),i(o,n)||(t(n),u&&r.setState(n)),l.add(r.stateChangeStarted$.subscribe(c=>{t(c.to),u&&r.setState(c.to)},s)),l},rt=(r,e,t)=>ws(e,()=>r.loop,i=>{ku(i)&&(r.loop=i)},{onError:t}),xe=(r,e,t,i)=>ws(e,()=>({muted:r.muted,volume:r.volume}),a=>{ku(a)&&(r.muted=a.muted,r.volume=a.volume)},{equal:(a,s)=>a===s||a?.muted===s?.muted&&a?.volume===s?.volume,changed$:t,onError:i}),Ne=(r,e,t,i)=>ws(e,()=>r.playbackRate,a=>{ku(a)&&(r.playbackRate=a)},{changed$:t,onError:i}),Pt=ws;var YA=r=>["__",r.language,r.label].join("|"),zA=(r,e)=>{if(r.id===e)return!0;let[t,i,a]=e.split("|");return r.language===i&&r.label===a},Au=class r{constructor(e){this.available$=new gb;this.current$=new GA(void 0);this.error$=new gb;this.subscription=new QA;this.externalTracks=new Map;this.internalTracks=new Map;this.baseURL=e}connect(e,t,i){this.video=e,this.cueSettings=t.textTrackCuesSettings,this.subscribe();let a=s=>{this.error$.next({id:"TextTracksManager",category:WA.WTF,message:"Generic HtmlVideoTextTrackManager error",thrown:s})};this.subscription.add(this.available$.subscribe(i.availableTextTracks$)),this.subscription.add(this.current$.subscribe(i.currentTextTrack$)),this.subscription.add(this.error$.subscribe(i.error$)),this.subscription.add(Pt(t.internalTextTracks,()=>(0,wu.default)(this.internalTracks),s=>{at(s)&&this.setInternal(s)},{equal:(s,n)=>at(s)&&at(n)&&s.length===n.length&&s.every(({id:o},u)=>o===n[u].id),changed$:this.available$.pipe(Er(s=>s.filter(({type:n})=>n==="internal"))),onError:a})),this.subscription.add(Pt(t.externalTextTracks,()=>(0,wu.default)(this.externalTracks),s=>{at(s)&&this.setExternal(s)},{equal:(s,n)=>at(s)&&at(n)&&s.length===n.length&&s.every(({id:o},u)=>o===n[u].id),changed$:this.available$.pipe(Er(s=>s.filter(({type:n})=>n==="external"))),onError:a})),this.subscription.add(Pt(t.currentTextTrack,()=>{if(this.video)return;let s=this.htmlTextTracksAsArray().find(({mode:n})=>n==="showing");return s&&this.htmlTextTrackToITextTrack(s).id},s=>this.select(s),{changed$:this.current$,onError:a})),this.subscription.add(Pt(t.textTrackCuesSettings,()=>({}),()=>{if(this.video)for(let s of this.htmlTextTracksAsArray())this.applyCueSettings(s.cues),this.applyCueSettings(s.activeCues)}))}subscribe(){Ir(this.video);let{textTracks:e}=this.video;this.subscription.add(Di(e,"addtrack").subscribe(()=>{let i=this.current$.getValue();i&&this.select(i)})),this.subscription.add(mb(Di(e,"addtrack"),Di(e,"removetrack"),fb(["init"])).pipe(Er(()=>this.htmlTextTracksAsArray().map(i=>this.htmlTextTrackToITextTrack(i))),bb((i,a)=>i.length===a.length&&i.every(({id:s},n)=>s===a[n].id))).subscribe(this.available$)),this.subscription.add(mb(Di(e,"change"),fb(["init"])).pipe(Er(()=>this.htmlTextTracksAsArray().find(({mode:i})=>i==="showing")),Er(i=>i&&this.htmlTextTrackToITextTrack(i).id),bb()).subscribe(this.current$));let t=i=>this.applyCueSettings(i.target?.activeCues??null);this.subscription.add(Di(e,"addtrack").subscribe(i=>{i.track?.addEventListener("cuechange",t);let a=s=>{let n=s.target?.cues??null;n&&n.length&&(this.applyCueSettings(s.target?.cues??null),s.target?.removeEventListener("cuechange",a))};i.track?.addEventListener("cuechange",a)})),this.subscription.add(Di(e,"removetrack").subscribe(i=>{i.track?.removeEventListener("cuechange",t)}))}applyCueSettings(e){if(!e||!e.length)return;let t=this.cueSettings.getState();for(let i of Array.from(e)){let a=i;at(t.align)&&(a.align=t.align),at(t.position)&&(a.position=t.position),at(t.size)&&(a.size=t.size),at(t.line)&&(a.line=t.line)}}htmlTextTracksAsArray(e=!1){Ir(this.video);let t=[...this.video.textTracks];return e?t:t.filter(r.isHealthyTrack)}htmlTextTrackToITextTrack(e){let{language:t,label:i}=e,a=e.id?e.id:YA(e),s=this.externalTracks.has(a),n=(s?this.externalTracks.get(a)?.isAuto:this.internalTracks.get(a)?.isAuto)??a.includes("auto");return s?{id:a,type:"external",isAuto:n,language:t,label:i,url:this.externalTracks.get(a)?.url}:{id:a,type:"internal",isAuto:n,language:t,label:i,url:this.internalTracks.get(a)?.url}}static isHealthyTrack(e){return!(e.kind==="metadata"||e.groupId||e.id===""&&e.label===""&&e.language==="")}setExternal(e){this.internalTracks.size>0&&Array.from(this.internalTracks).forEach(([,t])=>this.detach(t)),e.filter(({id:t})=>!this.externalTracks.has(t)).forEach(t=>this.attach(t)),Array.from(this.externalTracks).filter(([t])=>!e.find(i=>i.id===t)).forEach(([,t])=>this.detach(t))}setInternal(e){let t=[...this.externalTracks];e.filter(({id:i,language:a,isAuto:s})=>!this.internalTracks.has(i)&&!t.some(([,n])=>n.language===a&&n.isAuto===s)).forEach(i=>this.attach(i)),Array.from(this.internalTracks).filter(([i])=>!e.find(a=>a.id===i)).forEach(([,i])=>this.detach(i))}select(e){Ir(this.video);for(let t of this.htmlTextTracksAsArray(!0))t.mode="showing";for(let t of this.htmlTextTracksAsArray(!0))(jA(e)||!zA(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){Ir(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){Ir(this.video);let t=Array.prototype.find.call(this.video.getElementsByTagName("track"),i=>i.getAttribute("id")===e.id);t&&this.video.removeChild(t),e.type==="external"?this.externalTracks.delete(e.id):e.type==="internal"&&this.internalTracks.delete(e.id)}},Fe=Au;var Zt=class{constructor(){this.pausedTime=0;this.streamOffset=0;this.pauseTimestamp=0}getTotalPausedTime(){return this.pausedTime+this.getCurrentPausedTime()}getCurrentPausedTime(){return this.pauseTimestamp>0?Date.now()-this.pauseTimestamp:0}getStreamOffset(){return this.streamOffset}getTotalOffset(){return this.getTotalPausedTime()+this.streamOffset}pause(){this.pauseTimestamp===0&&(this.pauseTimestamp=Date.now())}resume(){this.pauseTimestamp>0&&(this.pausedTime+=this.getCurrentPausedTime(),this.pauseTimestamp=0)}resetTo(e,t=!1){this.streamOffset=e,this.pauseTimestamp=0,this.pausedTime=0,t&&this.pause()}};var vb=r=>{let e=r;for(;!(e instanceof Document)&&!(e instanceof ShadowRoot)&&e!==null;)e=e?.parentNode;return e??void 0},Lu=r=>{let e=vb(r);return!!(e&&e.fullscreenElement&&e.fullscreenElement===r)},Sb=r=>{let e=vb(r);return!!(e&&e.pictureInPictureElement&&e.pictureInPictureElement===r)};import{fromEvent as Pe,map as kt,merge as $u,filterChanged as aL,isNonNullable as Ab,Subject as sL,filter as Pr,mapTo as Mu,combine as nL,once as oL,throttle as uL,ErrorCategory as lL,ValueSubject as Lb,Subscription as cL}from"@vkontakte/videoplayer-shared";var KA=3,yb=(r,e,t=KA)=>{let i=0,a=0;for(let s=0;s<r.length;s++){let n=r.start(s),o=r.end(s);if(n<=e&&e<=o){if(i=n,a=o,!t)return{from:i,to:a};for(let u=s-1;u>=0;u--)r.end(u)+t>=i&&(i=r.start(u));for(let u=s+1;u<r.length;u++)r.start(u)-t<=a&&(a=r.end(u))}}return{from:i,to:a}};var As=class{get current(){return this._current}get isYandex(){return this.current==="Yandex"}get isSafari(){return this.current==="Safari"}get isSamsungBrowser(){return this.current==="SamsungBrowser"}get safariVersion(){return this._safariVersion}detect(){let{userAgent:e}=navigator;try{let t=/yabrowser/i.test(e)?"Yandex":void 0,i=/samsungbrowser/i.test(e)?"SamsungBrowser":void 0,a=/chrome|crios/i.test(e)?"Chrome":void 0,s=/chromium/i.test(e)?"Chromium":void 0,n=/firefox|fxios/i.test(e)?"Firefox":void 0,o=/webkit|safari|khtml/i.test(e)?"Safari":void 0,u=/opr\//i.test(e)?"Opera":void 0,l=/edg/i.test(e)?"Edge":void 0;this._current=t||i||n||u||l||a||s||o||"Rest"}catch(t){console.error(t)}this.isSafari&&this.detectSafariVersion()}detectSafariVersion(){try{let{userAgent:e}=window.navigator,t=e.match(/Version\/(\d+)/);if(!t)return;let i=t[1],a=parseInt(i,10);if(isNaN(a))return;this._safariVersion=a}catch(e){console.error(e)}}};var Tb=M(_e(),1);var xr=()=>/Mobile|mini|Fennec|Android|iP(ad|od|hone)/.test(navigator.appVersion??navigator.userAgent)||navigator?.userAgentData?.mobile;var Ls=class{constructor(e){this._highEntropyValues={};this._displayChecker=e}get current(){return this._current}get isIOS(){let e=["iPhone","iPad","iPod"];return this._highEntropyValues.platform==="iOS"||(0,Tb.default)(e,this.current)}get isMac(){return this._highEntropyValues.platform==="macOS"||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.current==="Android"}get isMobile(){return this._highEntropyValues.mobile||this._isMobile}get iOSVersion(){return this._iosVersion}detect(){let{userAgent:e}=navigator;try{this._isMobile=xr()}catch(t){console.error(t)}this.detectDevice(e),this.detectHighEntropyValues(),this.isIOS&&this.detectIOSVersion()}async detectHighEntropyValues(){let{userAgentData:e}=navigator;if(e){let t=await e.getHighEntropyValues(["architecture","bitness","brands","mobile","platform","formFactor","model","platformVersion","wow64"]);this._highEntropyValues=t}}detectDevice(e){try{let t=/android/i.test(e)?"Android":void 0,i=/iphone/i.test(e)?"iPhone":void 0,a=/ipad/i.test(e)?"iPad":void 0,s=/ipod/i.test(e)?"iPod":void 0,n=/mac/i.test(e)?"Mac":void 0,o=/webOS|BlackBerry|IEMobile|Opera Mini/i.test(e)?"RestMobile":void 0;this._current=t||i||a||s||o||n||"Desktop"}catch(t){console.error(t)}}detectIOSVersion(){try{if(this._highEntropyValues.platformVersion){let s=this._highEntropyValues.platformVersion.split(".").slice(0,2).join("."),n=parseFloat(s);this._iosVersion=n;return}let{userAgent:e}=window.navigator,t=e.match(/OS (\d+(_\d+)?)/i);if(!t)return;let i=t[1].replace(/_/g,".");if(!i)return;let a=parseFloat(i);if(isNaN(a))return;this._iosVersion=a}catch(e){console.error(e)}}};var Rs=class{get isTouch(){return typeof this._maxTouchPoints=="number"?this._maxTouchPoints>1:"ontouchstart"in window}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{maxTouchPoints:e}=navigator;try{this._maxTouchPoints=e??0,this._isHdr=!!matchMedia("(dynamic-range: high)")?.matches,this._colorDepth=screen.colorDepth}catch(t){console.error(t)}try{this._pixelRatio=window.devicePixelRatio||1,this._height=screen.height,this._width=screen.width,this._height=screen.height,this._screenHeight=this._height*this._pixelRatio,this._screenWidth=this._width*this._pixelRatio}catch(t){console.error(t)}}};var Ye=()=>window.ManagedMediaSource||window.MediaSource,$s=()=>!!(window.ManagedMediaSource&&window.ManagedSourceBuffer?.prototype?.appendBuffer),Ib=()=>!!(window.MediaSource&&window.SourceBuffer?.prototype?.appendBuffer),Eb=()=>window.ManagedMediaSource?new ManagedMediaSource:new MediaSource;var XA=document.createElement("video"),JA='video/mp4; codecs="avc1.42000a,mp4a.40.2"',ZA='video/mp4; codecs="hev1.1.6.L93.B0"',xb='video/webm; codecs="vp09.00.10.08"',Pb='video/webm; codecs="av01.0.00M.08"',eL='audio/mp4; codecs="mp4a.40.2"',tL='audio/webm; codecs="opus"',kb,iL=async()=>{if(!window.navigator.mediaCapabilities)return;let r={type:"media-source",video:{contentType:"video/webm",width:1280,height:720,bitrate:1e6,framerate:30}},[e,t]=await Promise.all([window.navigator.mediaCapabilities.decodingInfo({...r,video:{...r.video,contentType:Pb}}),window.navigator.mediaCapabilities.decodingInfo({...r,video:{...r.video,contentType:xb}})]);kb={DASH_WEBM_AV1:e,DASH_WEBM:t}};iL().catch(r=>{console.log(XA),console.error(r)});var Ms=class{constructor(e,t){this._deviceChecker=e,this._browserChecker=t}get protocols(){return this._protocols}get containers(){return this._containers}get codecs(){return this._codecs}get webmDecodingInfo(){return kb}get supportedCodecs(){return Object.keys(this._codecs).filter(e=>this._codecs[e])}get nativeHlsSupported(){return this._nativeHlsSupported}detect(){this._video=document.createElement("video");try{this._protocols={mms:$s(),mse:Ib(),hls:!!(this._video.canPlayType?.("application/x-mpegurl")||this._video.canPlayType?.("vnd.apple.mpegURL")),webrtc:!!window.RTCPeerConnection,ws:!!window.WebSocket},this._containers={mp4:!!this._video.canPlayType?.("video/mp4"),webm:!!this._video.canPlayType?.("video/webm"),cmaf:!0};let e=!!Ye()?.isTypeSupported?.(JA),t=!!Ye()?.isTypeSupported?.(ZA),i=!!Ye()?.isTypeSupported?.(eL);this._codecs={h264:e,h265:t,vp9:!!Ye()?.isTypeSupported?.(xb),av1:!!Ye()?.isTypeSupported?.(Pb),aac:i,opus:!!Ye()?.isTypeSupported?.(tL),mpeg:(e||t)&&i},this._nativeHlsSupported=this._protocols.hls&&this._containers.mp4}catch(e){console.error(e)}this.destroyVideoElement()}destroyVideoElement(){if(!this._video)return;if(this._video.pause(),this._video.currentTime=0,this._video.removeAttribute("src"),this._video.src="",this._video.load(),this._video.remove){this._video.remove(),this._video=null;return}this._video.parentNode&&this._video.parentNode.removeChild(this._video);let e=this._video.cloneNode(!1);this._video.parentNode?.replaceChild(e,this._video),this._video=null}};var wb="audio/mpeg",Cs=class{supportMp3(){return this._codecs.mp3&&this._containers.mpeg}detect(){this._audio=document.createElement("audio");try{this._containers={mpeg:!!this._audio.canPlayType?.(wb)},this._codecs={mp3:!!Ye()?.isTypeSupported?.(wb)}}catch(e){console.error(e)}this.destroyAudioElement()}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}};import{ValueSubject as rL}from"@vkontakte/videoplayer-shared";var Ru=class{constructor(){this.isInited$=new rL(!1);this._displayChecker=new Rs,this._deviceChecker=new Ls(this._displayChecker),this._browserChecker=new As,this._videoChecker=new Ms(this._deviceChecker,this._browserChecker),this._audioChecker=new Cs,this.detect()}get display(){return this._displayChecker}get device(){return this._deviceChecker}get browser(){return this._browserChecker}get video(){return this._videoChecker}get audio(){return this._audioChecker}async detect(){this._displayChecker.detect(),this._deviceChecker.detect(),this._browserChecker.detect(),this._videoChecker.detect(),this._audioChecker.detect(),this.isInited$.next(!0)}},O=new Ru;var ke=r=>{let e=S=>Pe(r,S).pipe(Mu(void 0)),t=new cL,i=()=>t.unsubscribe(),s=$u(...["waiting","pause","canplay","play","canplaythrough","playing","seeking","seeked","ended"].map(S=>Pe(r,S))).pipe(kt(S=>S.type==="ended"?r.readyState<2:r.readyState<3),aL()),n=$u(Pe(r,"progress"),Pe(r,"timeupdate")).pipe(kt(()=>yb(r.buffered,r.currentTime))),o=O.browser.isSafari?nL({play:e("play").pipe(oL()),playing:e("playing")}).pipe(Mu(void 0)):e("playing"),u=Pe(r,"volumechange").pipe(kt(()=>({muted:r.muted,volume:r.volume}))),l=Pe(r,"ratechange").pipe(kt(()=>r.playbackRate)),c=Pe(r,"error").pipe(Pr(()=>!!(r.error||r.played.length)),kt(()=>{let S=r.error;return{id:S?`MediaError#${S.code}`:"HtmlVideoError",category:lL.VIDEO_PIPELINE,message:S?S.message:"Error event from HTML video element",thrown:r.error??void 0}})),d=Pe(r,"timeupdate").pipe(kt(()=>r.currentTime)),p=new sL,h=.3,f;t.add(d.subscribe(S=>{r.loop&&Ab(f)&&Ab(S)&&f>=r.duration-h&&S<=h&&p.next(f),f=S}));let b=e("pause").pipe(Pr(()=>!r.error&&f!==r.duration)),g=Pe(r,"enterpictureinpicture"),v=Pe(r,"leavepictureinpicture"),x=new Lb(Sb(r));t.add(g.subscribe(()=>x.next(!0))),t.add(v.subscribe(()=>x.next(!1)));let T=new Lb(Lu(r)),P=Pe(r,"fullscreenchange");t.add(P.pipe(kt(()=>Lu(r))).subscribe(T));let I=.1,V=1e3,B=Pe(r,"timeupdate").pipe(Pr(S=>r.duration-r.currentTime<I)),F=$u(B.pipe(Pr(S=>!r.loop)),Pe(r,"ended")).pipe(uL(V),Mu(void 0)),N=B.pipe(Pr(S=>r.loop));return{playing$:o,pause$:b,canplay$:e("canplay"),ended$:F,looped$:p,loopExpected$:N,error$:c,seeked$:e("seeked"),seeking$:e("seeking"),progress$:e("progress"),loadStart$:e("loadstart"),loadedMetadata$:e("loadedmetadata"),loadedData$:e("loadeddata"),timeUpdate$:d,durationChange$:Pe(r,"durationchange").pipe(kt(()=>r.duration)),isBuffering$:s,currentBuffer$:n,volumeState$:u,playbackRateState$:l,inPiP$:x,inFullscreen$:T,enterPip$:g,leavePip$:v,destroy:i}};import{VideoQuality as wt}from"@vkontakte/videoplayer-shared";var At=r=>{switch(r){case"mobile":return wt.Q_144P;case"lowest":return wt.Q_240P;case"low":return wt.Q_360P;case"sd":case"medium":return wt.Q_480P;case"hd":case"high":return wt.Q_720P;case"fullhd":case"full":return wt.Q_1080P;case"quadhd":case"quad":return wt.Q_1440P;case"ultrahd":case"ultra":return wt.Q_2160P}};var Rt=M(Lt(),1),Qb=M(_e(),1),Bs=M(Ii(),1);import{isNonNullable as ge,isNullable as qb,now as Gb,isHigher as Ub,isHigherOrEqual as Bu,isInvariantQuality as Hb,isLowerOrEqual as Ou,videoSizeToQuality as TL,assertNotEmptyArray as Wb,assertNonNullable as IL}from"@vkontakte/videoplayer-shared";var Cu=!1,pt={},Bb=r=>{Cu=r},Ob=()=>{pt={}},_b=r=>{r(pt)},kr=(r,e)=>{Cu&&(pt.meta=pt.meta??{},pt.meta[r]=e)},be=class{constructor(e){this.name=e}next(e){if(!Cu)return;pt.series=pt.series??{};let t=pt.series[this.name]??[];t.push([Date.now(),e]),pt.series[this.name]=t}};import{isHigher as SL,isHigherOrEqual as x_,isLower as Nb,isLowerOrEqual as P_,isNonNullable as Ds,isNullable as yL,videoHeightToQuality as Vs}from"@vkontakte/videoplayer-shared";function Du({limits:r,highQualityLimit:e,trafficSavingLimit:t}){return!r.max&&r.min===e?"high_quality":!r.min&&r.max===t?"traffic_saving":"unknown"}function Vu({limits:r,highQualityLimit:e,trafficSavingLimit:t}){return!!r&&Du({limits:r,highQualityLimit:e,trafficSavingLimit:t})==="high_quality"}function wr({limits:r,highestAvailableQuality:e,lowestAvailableQuality:t}){return yL(r)||Ds(r.min)&&Ds(r.max)&&Nb(r.max,r.min)||Ds(r.min)&&e&&SL(r.min,e)||Ds(r.max)&&t&&Nb(r.max,t)}function Fb({limits:r,highestAvailableHeight:e,lowestAvailableHeight:t}){return wr({limits:{max:r?.max?Vs(r.max):void 0,min:r?.min?Vs(r.min):void 0},highestAvailableQuality:e?Vs(e):void 0,lowestAvailableQuality:t?Vs(t):void 0})}var EL=new be("best_bitrate"),Yb=(r,e,t)=>(e-t)*Math.pow(2,-10*r)+t;var _u=r=>(e,t)=>r*(Number(e.bitrate)-Number(t.bitrate)),Ar=class{constructor(){this.history={}}recordSelection(e){this.history[e.id]=Gb()}recordSwitch(e){this.last=e}clear(){this.last=void 0,this.history={}}},zb='Assertion "ABR Tracks is empty array" failed',Os=(r,e,t,i)=>{let a=[...e].sort(_u(1)),s=[...t].sort(_u(1)),n=s.filter(u=>ge(u.bitrate)&&ge(r.bitrate)?r.bitrate/u.bitrate>i:!0),o=(0,Rt.default)(s,Math.round(s.length*a.indexOf(r)/(a.length+1)))??(0,Rt.default)(s,-1);return o&&(0,Qb.default)(n,o)?o:n.length?(0,Rt.default)(n,-1):(0,Rt.default)(s,0)},jb=r=>"quality"in r,Kb=(r,e,t,i)=>{let a=ge(i?.last?.bitrate)&&ge(t?.bitrate)&&i.last.bitrate<t.bitrate?r.trackCooldownIncreaseQuality:r.trackCooldownDecreaseQuality,s=t&&i&&i.history[t.id]&&Gb()-i.history[t.id]<=a&&(!i.last||t.id!==i.last.id);if(t?.id&&i&&!s&&i.recordSelection(t),s&&i?.last){let n=i.last;i?.recordSwitch(n);let o=jb(n)?"video":"audio",u=jb(n)?n.quality:n.bitrate;return e({message:`
8
8
  [last ${o} selected] ${u}
9
- `}),n}return i?.recordSwitch(t),t},d$=(a,e)=>Math.log(e)/Math.log(a),Sv=({tuning:a,container:e,limits:t,panelSize:i})=>{let r=a.containerSizeFactor;if(i)return{containerSizeLimit:i,containerSizeFactor:r};if(a.usePixelRatio&&F.display.pixelRatio){let s=F.display.pixelRatio;if(a.pixelRatioMultiplier)r*=a.pixelRatioMultiplier*(s-1)+1;else{let n=a.pixelRatioLogBase,[o=0,u=0,l=0]=a.pixelRatioLogCoefficients,c=d$(n,o*s+u)+l;Number.isFinite(c)&&(r*=c)}}return ho(t,a.highQualityLimit,a.trafficSavingLimit)&&(r*=2),{containerSizeLimit:a.limitByContainer&&e&&e.width>0&&e.height>0?{width:e.width*r,height:e.height*r}:void 0,containerSizeFactor:r}},hv=new WeakMap,Ft=(a,{container:e,estimatedThroughput:t,tuning:i,limits:r,reserve:s=0,forwardBufferHealth:n,playbackRate:o,current:u,history:l,visible:c,droppedVideoMaxQualityLimit:p,stallsVideoMaxQualityLimit:d,stallsPredictedThroughput:h,abrLogger:f,panelSize:b})=>{So(a,yo);let{containerSizeFactor:g,containerSizeLimit:S}=Sv({container:e,tuning:i,limits:r,panelSize:b}),T=i.considerPlaybackRate&&K(o)?o:1,y=hv.get(a);y||(y=a.filter(x=>!go(x.quality)).sort((x,R)=>bo(x.quality,R.quality)?-1:1),hv.set(a,y));let E=(0,Qe.default)(y,-1)?.quality,w=(0,Qe.default)(y,0)?.quality,$=Er(r,w,E),_=T*vo(n??.5,i.bitrateFactorAtEmptyBuffer,i.bitrateFactorAtFullBuffer),P={},k=null;for(let x of y){let R=!0;if(S)if(x.size)R=x.size.width<=S.width&&x.size.height<=S.height;else{let L=S&&mv(S);R=L?Pr(x.quality,L):!0}if(!R){P[x.quality]="FitsContainer";continue}let re=h||t,B=K(re)&&isFinite(re)&&K(x.bitrate)?re-s>=x.bitrate*_:!0,q=ho(r,i.highQualityLimit,i.trafficSavingLimit)&&r?.min===x.quality;if(!B&&!q){P[x.quality]="FitsThroughput";continue}if(i.lazyQualitySwitch&&K(i.minBufferToSwitchUp)&&u&&!go(u.quality)&&(n??0)<i.minBufferToSwitchUp&&bo(x.quality,u.quality)){P[x.quality]="Buffer";continue}if(!!p&&wr(x.quality,p)&&!q){P[x.quality]="DroppedFramesLimit";continue}if(!!d&&wr(x.quality,d)&&!q){P[x.quality]="StallsLimit";continue}let oe=$||(mo(r?.max)||Pr(x.quality,r.max))&&(mo(r?.min)||wr(x.quality,r.min)),J=K(c)&&!c?Pr(x.quality,i.backgroundVideoQualityLimit):!0;if(!oe||!J){P[x.quality]="FitsQualityLimits";continue}k||(k=x)}k&&k.bitrate&&gv.next(k.bitrate);let v=k??(0,Qe.default)(y,-1)??a[0],C=l?.last,I=To(i,f,v,l);return K(l)&&I.quality!==C?.quality&&f({message:`
9
+ `}),n}return i?.recordSwitch(t),t},xL=(r,e)=>Math.log(e)/Math.log(r),PL=({tuning:r,container:e,limits:t,panelSize:i})=>{let a=r.containerSizeFactor;if(i)return{containerSizeLimit:i,containerSizeFactor:a};if(r.usePixelRatio&&O.display.pixelRatio){let s=O.display.pixelRatio;if(r.pixelRatioMultiplier)a*=r.pixelRatioMultiplier*(s-1)+1;else{let n=r.pixelRatioLogBase,[o=0,u=0,l=0]=r.pixelRatioLogCoefficients,c=xL(n,o*s+u)+l;Number.isFinite(c)&&(a*=c)}}return Vu({highQualityLimit:r.highQualityLimit,trafficSavingLimit:r.trafficSavingLimit,limits:t})&&(a*=2),{containerSizeLimit:r.limitByContainer&&e&&e.width>0&&e.height>0?{width:e.width*a,height:e.height*a}:void 0,containerSizeFactor:a}},$t=(r,{container:e,estimatedThroughput:t,tuning:i,limits:a,reserve:s=0,forwardBufferHealth:n,playbackRate:o,current:u,history:l,visible:c,droppedVideoMaxQualityLimit:d,stallsVideoMaxQualityLimit:p,stallsPredictedThroughput:h,abrLogger:f,panelSize:b})=>{Wb(r,zb);let{containerSizeFactor:g,containerSizeLimit:v}=PL({container:e,tuning:i,limits:a,panelSize:b}),x=i.considerPlaybackRate&&ge(o)?o:1,T=r.filter(A=>!Hb(A.quality)).sort((A,ie)=>Ub(A.quality,ie.quality)?-1:1),P=(0,Rt.default)(T,-1)?.quality,I=(0,Rt.default)(T,0)?.quality,V=wr({limits:a,lowestAvailableQuality:P,highestAvailableQuality:I}),B=x*Yb(n??.5,i.bitrateFactorAtEmptyBuffer,i.bitrateFactorAtFullBuffer),F={},S=T.filter(A=>{let ie=!0;if(v)if(A.size)ie=A.size.width<=v.width&&A.size.height<=v.height;else{let $=v&&TL(v);ie=$?Ou(A.quality,$):!0}if(!ie)return F[A.quality]="FitsContainer",!1;let k=h||t,H=ge(k)&&isFinite(k)&&ge(A.bitrate)?k-s>=A.bitrate*B:!0,Y=Vu({highQualityLimit:i.highQualityLimit,trafficSavingLimit:i.trafficSavingLimit,limits:a})&&a?.min===A.quality;if(!H&&!Y)return F[A.quality]="FitsThroughput",!1;if(i.lazyQualitySwitch&&ge(i.minBufferToSwitchUp)&&u&&!Hb(u.quality)&&(n??0)<i.minBufferToSwitchUp&&Ub(A.quality,u.quality))return F[A.quality]="Buffer",!1;if(!!d&&Bu(A.quality,d)&&!Y)return F[A.quality]="DroppedFramesLimit",!1;if(!!p&&Bu(A.quality,p)&&!Y)return F[A.quality]="StallsLimit",!1;let ye=V||(qb(a?.max)||Ou(A.quality,a.max))&&(qb(a?.min)||Bu(A.quality,a.min)),j=ge(c)&&!c?Ou(A.quality,i.backgroundVideoQualityLimit):!0;return!ye||!j?(F[A.quality]="FitsQualityLimits",!1):!0})[0];S&&S.bitrate&&EL.next(S.bitrate);let R=S??(0,Rt.default)(T,-1)??r[0],w=l?.last,W=Kb(i,f,R,l);return ge(l)&&W.quality!==w?.quality&&f({message:`
10
10
  [VIDEO TRACKS ABR]
11
11
  [available video tracks]
12
- ${a.map(x=>`{ id: ${x.id}, quality: ${x.quality}, bitrate: ${x.bitrate}, size: ${x.size?.width}:${x.size?.height} }`).join(`
12
+ ${r.map(A=>`{ id: ${A.id}, quality: ${A.quality}, bitrate: ${A.bitrate}, size: ${A.size?.width}:${A.size?.height} }`).join(`
13
13
  `)}
14
14
 
15
15
  [tuning]
16
- ${(0,zi.default)(i??{}).map(([x,R])=>`${x}: ${R}`).join(`
16
+ ${(0,Bs.default)(i??{}).map(([A,ie])=>`${A}: ${ie}`).join(`
17
17
  `)}
18
18
 
19
19
  [limit params]
20
20
  containerSizeFactor: ${g},
21
- containerSizeLimit: ${S?.width??0} x ${S?.height??0},
21
+ containerSizeLimit: ${v?.width??0} x ${v?.height??0},
22
22
  estimatedThroughput: ${t},
23
23
  stallsPredictedThroughput: ${h},
24
24
  reserve: ${s},
25
25
  playbackRate: ${o},
26
- playbackRateFactor: ${T},
26
+ playbackRateFactor: ${x},
27
27
  forwardBufferHealth: ${n},
28
- bitrateFactor: ${_},
28
+ bitrateFactor: ${B},
29
29
  minBufferToSwitchUp: ${i.minBufferToSwitchUp},
30
- droppedVideoMaxQualityLimit: ${p},
31
- stallsVideoMaxQualityLimit: ${d},
32
- limitsAreInvalid: ${$},
33
- maxQualityLimit: ${r?.max},
34
- minQualityLimit: ${r?.min},
30
+ droppedVideoMaxQualityLimit: ${d},
31
+ stallsVideoMaxQualityLimit: ${p},
32
+ limitsAreInvalid: ${V},
33
+ maxQualityLimit: ${a?.max},
34
+ minQualityLimit: ${a?.min},
35
35
 
36
36
  [limited video tracks]
37
- ${(0,zi.default)(P).map(([x,R])=>`${x}: ${R}`).join(`
37
+ ${(0,Bs.default)(F).map(([A,ie])=>`${A}: ${ie}`).join(`
38
38
  `)||"All tracks are available"}
39
39
 
40
- [best video track] ${k?.quality}
41
- [selected video track] ${I?.quality}
42
- `}),I},Io=(a,{container:e,estimatedThroughput:t,tuning:i,limits:r,reserve:s=0,forwardBufferHealth:n,playbackRate:o,current:u,history:l,visible:c,droppedVideoMaxQualityLimit:p,stallsVideoMaxQualityLimit:d,stallsPredictedThroughput:h,abrLogger:f,panelSize:b})=>{So(a,yo);let{containerSizeFactor:g,containerSizeLimit:S}=Sv({container:e,tuning:i,limits:r,panelSize:b}),T=i.considerPlaybackRate&&K(o)?o:1,y=a.filter(R=>!go(R.quality)).sort((R,re)=>bo(R.quality,re.quality)?-1:1),E=(0,Qe.default)(y,-1)?.quality,w=(0,Qe.default)(y,0)?.quality,$=Er(r,E,w),_=T*vo(n??.5,i.bitrateFactorAtEmptyBuffer,i.bitrateFactorAtFullBuffer),P={},v=y.filter(R=>{let re=!0;if(S)if(R.size)re=R.size.width<=S.width&&R.size.height<=S.height;else{let O=S&&mv(S);re=O?Pr(R.quality,O):!0}if(!re)return P[R.quality]="FitsContainer",!1;let B=h||t,q=K(B)&&isFinite(B)&&K(R.bitrate)?B-s>=R.bitrate*_:!0,Y=ho(r,i.highQualityLimit,i.trafficSavingLimit)&&r?.min===R.quality;if(!q&&!Y)return P[R.quality]="FitsThroughput",!1;if(i.lazyQualitySwitch&&K(i.minBufferToSwitchUp)&&u&&!go(u.quality)&&(n??0)<i.minBufferToSwitchUp&&bo(R.quality,u.quality))return P[R.quality]="Buffer",!1;if(!!p&&wr(R.quality,p)&&!Y)return P[R.quality]="DroppedFramesLimit",!1;if(!!d&&wr(R.quality,d)&&!Y)return P[R.quality]="StallsLimit",!1;let J=$||(mo(r?.max)||Pr(R.quality,r.max))&&(mo(r?.min)||wr(R.quality,r.min)),L=K(c)&&!c?Pr(R.quality,i.backgroundVideoQualityLimit):!0;return!J||!L?(P[R.quality]="FitsQualityLimits",!1):!0})[0];v&&v.bitrate&&gv.next(v.bitrate);let C=v??(0,Qe.default)(y,-1)??a[0],I=l?.last,x=To(i,f,C,l);return K(l)&&x.quality!==I?.quality&&f({message:`
43
- [VIDEO TRACKS ABR]
44
- [available video tracks]
45
- ${a.map(R=>`{ id: ${R.id}, quality: ${R.quality}, bitrate: ${R.bitrate}, size: ${R.size?.width}:${R.size?.height} }`).join(`
46
- `)}
47
-
48
- [tuning]
49
- ${(0,zi.default)(i??{}).map(([R,re])=>`${R}: ${re}`).join(`
50
- `)}
51
-
52
- [limit params]
53
- containerSizeFactor: ${g},
54
- containerSizeLimit: ${S?.width??0} x ${S?.height??0},
55
- estimatedThroughput: ${t},
56
- stallsPredictedThroughput: ${h},
57
- reserve: ${s},
58
- playbackRate: ${o},
59
- playbackRateFactor: ${T},
60
- forwardBufferHealth: ${n},
61
- bitrateFactor: ${_},
62
- minBufferToSwitchUp: ${i.minBufferToSwitchUp},
63
- droppedVideoMaxQualityLimit: ${p},
64
- stallsVideoMaxQualityLimit: ${d},
65
- limitsAreInvalid: ${$},
66
- maxQualityLimit: ${r?.max},
67
- minQualityLimit: ${r?.min},
68
-
69
- [limited video tracks]
70
- ${(0,zi.default)(P).map(([R,re])=>`${R}: ${re}`).join(`
71
- `)||"All tracks are available"}
72
-
73
- [best video track] ${v?.quality}
74
- [selected video track] ${x?.quality}
75
- `}),x},xo=(a,e,t,{estimatedThroughput:i,tuning:r,playbackRate:s,forwardBufferHealth:n,history:o,abrLogger:u,stallsPredictedThroughput:l})=>{So(t,yo);let c=r.considerPlaybackRate&&K(s)?s:1,p=[...t].sort(kr(-1)),d=a.bitrate;bv(d);let h=c*vo(n??.5,r.bitrateAudioFactorAtEmptyBuffer,r.bitrateAudioFactorAtFullBuffer),f,b=La(a,e,t,r.minVideoAudioRatio),g=l||i;K(g)&&isFinite(g)&&(f=p.find(y=>K(y.bitrate)&&K(b?.bitrate)?g-d>=y.bitrate*h&&y.bitrate>=b.bitrate:!1)),f||(f=b);let S=o?.last,T=f&&To(r,u,f,o);return K(o)&&T?.bitrate!==S?.bitrate&&u({message:`
40
+ [best video track] ${S?.quality}
41
+ [selected video track] ${W?.quality}
42
+ `}),W},Xb=(r,e,t,{estimatedThroughput:i,tuning:a,playbackRate:s,forwardBufferHealth:n,history:o,abrLogger:u,stallsPredictedThroughput:l})=>{Wb(t,zb);let c=a.considerPlaybackRate&&ge(s)?s:1,d=[...t].sort(_u(-1)),p=r.bitrate;IL(p);let h=c*Yb(n??.5,a.bitrateAudioFactorAtEmptyBuffer,a.bitrateAudioFactorAtFullBuffer),f,b=Os(r,e,t,a.minVideoAudioRatio),g=l||i;ge(g)&&isFinite(g)&&(f=d.find(T=>ge(T.bitrate)&&ge(b?.bitrate)?g-p>=T.bitrate*h&&T.bitrate>=b.bitrate:!1)),f||(f=b);let v=o?.last,x=f&&Kb(a,u,f,o);return ge(o)&&x?.bitrate!==v?.bitrate&&u({message:`
76
43
  [AUDIO TRACKS ABR]
77
44
  [available audio tracks]
78
- ${t.map(y=>`{ id: ${y.id}, bitrate: ${y.bitrate} }`).join(`
45
+ ${t.map(T=>`{ id: ${T.id}, bitrate: ${T.bitrate} }`).join(`
79
46
  `)}
80
47
 
81
48
  [tuning]
82
- ${(0,zi.default)(r??{}).map(([y,E])=>`${y}: ${E}`).join(`
49
+ ${(0,Bs.default)(a??{}).map(([T,P])=>`${T}: ${P}`).join(`
83
50
  `)}
84
51
 
85
52
  [limit params]
86
53
  estimatedThroughput: ${i},
87
54
  stallsPredictedThroughput: ${l},
88
- reserve: ${d},
55
+ reserve: ${p},
89
56
  playbackRate: ${s},
90
57
  playbackRateFactor: ${c},
91
58
  forwardBufferHealth: ${n},
92
59
  bitrateFactor: ${h},
93
- minBufferToSwitchUp: ${r.minBufferToSwitchUp},
60
+ minBufferToSwitchUp: ${a.minBufferToSwitchUp},
94
61
 
95
- [selected audio track] ${T?.id}
96
- `}),T},Eo=(a,e,t,{estimatedThroughput:i,tuning:r,playbackRate:s,forwardBufferHealth:n,history:o,abrLogger:u,stallsPredictedThroughput:l})=>{So(t,yo);let c=r.considerPlaybackRate&&K(s)?s:1,p=cv.get(t);p||(p=[...t].sort(kr(-1)),cv.set(t,p));let d=a.bitrate;bv(d);let h=c*vo(n??.5,r.bitrateAudioFactorAtEmptyBuffer,r.bitrateAudioFactorAtFullBuffer),f,b=Ma(a,e,t,r.minVideoAudioRatio),g=l||i;K(g)&&isFinite(g)&&(f=p.find(y=>K(y.bitrate)&&K(b?.bitrate)?g-d>=y.bitrate*h&&y.bitrate>=b.bitrate:!1)),f||(f=b);let S=o?.last,T=f&&To(r,u,f,o);return K(o)&&T?.bitrate!==S?.bitrate&&u({message:`
97
- [AUDIO TRACKS ABR]
98
- [available audio tracks]
99
- ${t.map(y=>`{ id: ${y.id}, bitrate: ${y.bitrate} }`).join(`
100
- `)}
101
-
102
- [tuning]
103
- ${(0,zi.default)(r??{}).map(([y,E])=>`${y}: ${E}`).join(`
104
- `)}
105
-
106
- [limit params]
107
- estimatedThroughput: ${i},
108
- stallsPredictedThroughput: ${l},
109
- reserve: ${d},
110
- playbackRate: ${s},
111
- playbackRateFactor: ${c},
112
- forwardBufferHealth: ${n},
113
- bitrateFactor: ${h},
114
- minBufferToSwitchUp: ${r.minBufferToSwitchUp},
115
-
116
- [selected audio track] ${T?.id}
117
- `}),T};var xe=a=>new URL(a).hostname;import{assertNever as Rv,assertNonNullable as Lv,combine as $$,debounce as B$,ErrorCategory as Mv,filter as $v,filterChanged as D$,isNonNullable as zc,map as Ao,merge as Bv,observableFrom as C$,once as V$,Subscription as O$,ValueSubject as Wc,videoQualityToHeight as Dv,videoSizeToQuality as _$}from"@vkontakte/videoplayer-shared";var wv=V(Lt(),1);var yv=V(mt(),1),vv=a=>{if(a instanceof DOMException&&(0,yv.default)(["Failed to load because no supported source was found.","The element has no supported sources."],a.message))throw a;return!(a instanceof DOMException&&(a.code===20||a.name==="AbortError"))},Fe=async(a,e)=>{let t=a.muted;try{await a.play()}catch(i){if(!vv(i))return!1;if(e&&e(),t)return console.warn(i),!1;a.muted=!0;try{await a.play()}catch(r){return vv(r)&&(a.muted=!1,console.warn(r)),!1}}return!0};import{isNonNullable as Po,isNullable as f$,assertNonNullable as Da}from"@vkontakte/videoplayer-shared";var Iv=V(ji(),1);import{isNonNullable as Tv,assertNonNullable as wo,now as p$}from"@vkontakte/videoplayer-shared";function Le(){return p$()}function Uc(a){return Le()-a}function qc(a){let e=a.split("/"),t=e.slice(0,e.length-1).join("/"),i=/^([a-z]+:)?\/\//i,r=n=>i.test(n);return{resolve:(n,o,u=!1)=>{r(n)||(n.startsWith("/")||(n="/"+n),n=t+n);let l=n.indexOf("?")>-1?"&":"?";return u&&(n+=l+"lowLat=1",l="&"),o&&(n+=l+"_rnd="+Math.floor(999999999*Math.random())),n}}}function xv(a,e,t){let i=(...r)=>{t.apply(null,r),a.removeEventListener(e,i)};a.addEventListener(e,i)}function Ar(a,e,t,i){let r=window.XMLHttpRequest,s,n,o,u=!1,l=0,c,p,d=!1,h="arraybuffer",f=7e3,b=2e3,g=()=>{if(u)return;wo(c);let I=Uc(c),x;if(I<b){x=b-I,setTimeout(g,x);return}b*=2,b>f&&(b=f),n&&n.abort(),n=new r,$()},S=I=>(s=I,C),T=I=>(p=I,C),y=()=>(h="json",C),E=()=>{if(!u){if(--l>=0){g(),i&&i();return}u=!0,p&&p(),t&&t()}},w=I=>(d=I,C),$=()=>{c=Le(),n=new r,n.open("get",a);let I=0,x,R=0,re=()=>(wo(c),Math.max(c,Math.max(x||0,R||0)));if(s&&n.addEventListener("progress",B=>{let q=Le();s.updateChunk&&B.loaded>I&&(s.updateChunk(re(),B.loaded-I),I=B.loaded,x=q)}),o&&(n.timeout=o,n.addEventListener("timeout",()=>E())),n.addEventListener("load",()=>{if(u)return;wo(n);let B=n.status;if(B>=200&&B<300){let{response:q,responseType:Y}=n,ne=q?.byteLength;if(typeof ne=="number"&&s){let ge=ne-I;ge&&s.updateChunk&&s.updateChunk(re(),ge)}Y==="json"&&(!q||!(0,Iv.default)(q).length)?E():(p&&p(),e(q))}else E()}),n.addEventListener("error",()=>{E()}),d){let B=()=>{wo(n),n.readyState===XMLHttpRequest.HEADERS_RECEIVED&&(R=Le(),n.removeEventListener("readystatechange",B))};n.addEventListener("readystatechange",B)}return n.responseType=h,n.send(),C},C={withBitrateReporting:S,withParallel:w,withJSONResponse:y,withRetryCount:I=>(l=I,C),withRetryInterval:(I,x)=>(Tv(I)&&(b=I),Tv(x)&&(f=x),C),withTimeout:I=>(o=I,C),withFinally:T,send:$,abort:()=>{n&&(n.abort(),n=void 0),u=!0,p&&p()}};return C}var $a=class{constructor(e){this.intervals=[];this.currentRate=0;this.logger=e}_updateRate(e){let t=.2;this.currentRate&&(e<this.currentRate*.1?t=.8:e<this.currentRate*.5?t=.5:e<this.currentRate*.7&&(t=.3)),e=Math.max(1,Math.min(e,100*1024*1024)),this.currentRate=this.currentRate?this.currentRate*(1-t)+e*t:e}_createInterval(e,t,i){return{start:e,end:t,bytes:i}}_doMergeIntervals(e,t){e.start=Math.min(t.start,e.start),e.end=Math.max(t.end,e.end),e.bytes+=t.bytes}_mergeIntervals(e,t){return e.start<=t.end&&t.start<=e.end?(this._doMergeIntervals(e,t),!0):!1}_flushIntervals(){if(!this.intervals.length)return!1;let e=this.intervals[0].start,t=this.intervals[this.intervals.length-1].end-500;if(t-e>2e3){let i=0,r=0;for(;this.intervals.length>0;){let s=this.intervals[0];if(s.end<=t)i+=s.end-s.start,r+=s.bytes,this.intervals.splice(0,1);else{if(s.start>=t)break;{let n=t-s.start,o=s.end-s.start;i+=n;let u=s.bytes*n/o;r+=u,s.start=t,s.bytes-=u}}}if(r>0&&i>0){let s=r*8/(i/1e3);return this._updateRate(s),this.logger(`rate updated, new=${Math.round(s/1024)}K; average=${Math.round(this.currentRate/1024)}K bytes/ms=${Math.round(r)}/${Math.round(i)} interval=${Math.round(t-e)}`),!0}}return!1}_joinIntervals(){let e;do{e=!1;for(let t=0;t<this.intervals.length-1;++t)this._mergeIntervals(this.intervals[t],this.intervals[t+1])&&(this.intervals.splice(t+1,1),e=!0)}while(e)}addInterval(e,t,i){return this.intervals.push(this._createInterval(e,t,i)),this._joinIntervals(),this.intervals.length>100&&(this.logger(`too many intervals (${this.intervals.length}); will merge`,{type:"warn"}),this._doMergeIntervals(this.intervals[1],this.intervals[0]),this.intervals.splice(0,1)),this._flushIntervals()}getBitRate(){return this.currentRate}};var Ev=V(ji(),1);var Ba=class{constructor(e,t,i,r,s){this.pendingQueue=[];this.activeRequests={};this.completeRequests={};this.averageSegmentDuration=2e3;this.lastPrefetchStart=0;this.throttleTimeout=null;this.RETRY_COUNT=e,this.TIMEOUT=t,this.BITRATE_ESTIMATOR=i,this.MAX_PARALLEL_REQUESTS=r,this.logger=s}limitCompleteCount(){let e;for(;(e=Object.keys(this.completeRequests)).length>this._getParallelRequestCount()+2;){let t=e[Math.floor(Math.random()*e.length)];this.logger(`Dropping completed request for url ${t}`,{type:"warn"}),delete this.completeRequests[t]}}_sendRequest(e,t){let i=Le(),r=u=>{delete this.activeRequests[t],this.limitCompleteCount(),this.completeRequests[t]=e,this._sendPending(),e._error=1,e._errorMsg=u,e._errorCB?e._errorCB(u):(this.limitCompleteCount(),this.completeRequests[t]=e)},s=u=>{e._complete=1,e._responseData=u,e._downloadTime=Le()-i,delete this.activeRequests[t],this._sendPending(),e._cb?e._cb(u,e._downloadTime):(this.limitCompleteCount(),this.completeRequests[t]=e)},n=()=>{e._finallyCB&&e._finallyCB()},o=()=>{e._retry=1,e._retryCB&&e._retryCB()};e._request=Ar(t,s,()=>r("error"),o),e._request.withRetryCount(this.RETRY_COUNT).withTimeout(this.TIMEOUT).withBitrateReporting(this.BITRATE_ESTIMATOR).withParallel(this._getParallelRequestCount()>1).withFinally(n),this.activeRequests[t]=e,e._request.send(),this.lastPrefetchStart=Le()}_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=Le();if(Object.keys(this.activeRequests).length>=e)return!1;let i=this._getPrefetchDelay()-(t-this.lastPrefetchStart);return this.throttleTimeout&&clearTimeout(this.throttleTimeout),i>0?(this.throttleTimeout=window.setTimeout(()=>this._sendPending(),i),!1):!0}_sendPending(){for(;this._canSendPending();){let e=this.pendingQueue.pop();if(e){if(this.activeRequests[e]||this.completeRequests[e])continue;this.logger(`Submitting pending request url=${e}`),this._sendRequest({},e)}else return}}_removeFromActive(e){delete this.completeRequests[e],delete this.activeRequests[e]}abortAll(){(0,Ev.default)(this.activeRequests).forEach(e=>{e&&e._request&&e._request.abort()}),this.activeRequests={},this.pendingQueue=[],this.completeRequests={}}requestData(e,t,i,r){let s={};return s.send=()=>{let n=this.activeRequests[e]||this.completeRequests[e];if(n)n._cb=t,n._errorCB=i,n._retryCB=r,n._finallyCB=s._finallyCB,n._error||n._complete?(this._removeFromActive(e),setTimeout(()=>{n._complete?(this.logger(`Requested url already prefetched, url=${e}`),t(n._responseData,n._downloadTime)):(this.logger(`Requested url already prefetched with error, url=${e}`),i(n._errorMsg)),s._finallyCB&&s._finallyCB()},0)):this.logger(`Attached to active request, url=${e}`);else{let o=this.pendingQueue.indexOf(e);o!==-1&&this.pendingQueue.splice(o,1),this.logger(`Request not prefetched, starting new request, url=${e}${o===-1?"":"; removed pending"}`),this._sendRequest(s,e)}},s._cb=t,s._errorCB=i,s._retryCB=r,s.abort=function(){s.request&&s.request.abort()},s.withFinally=n=>(s._finallyCB=n,s),s}prefetch(e){this.activeRequests[e]||this.completeRequests[e]?this.logger(`Request already active for url=${e}`):(this.logger(`Added to pending queue; url=${e}`),this.pendingQueue.unshift(e),this._sendPending())}optimizeForSegDuration(e){this.averageSegmentDuration=e}};import{Subject as m$}from"@vkontakte/videoplayer-shared";var ko=1e4,jc=3;var b$=6e4,g$=10,S$=1,v$=500,Ca=class{constructor(e){this.paused=!1;this.autoQuality=!0;this.autoQualityLimits=void 0;this.buffering=!0;this.destroyed=!1;this.videoPlayStarted=!1;this.lowLatency=!1;this.bitrate=0;this.manifest=[];this.sourceBuffer=0;this.bufferStates=[];this.sourceJitter=-1;this.waitingForFirstBufferAfterSrcChange=!1;this.params=e,this.soundProhibitedEvent$=new m$,this.chunkRateEstimator=new $a(this.params.logger),this._initVideo()}attachSource(e){this.manifestUrl=e,this.urlResolver=qc(e),this.bitrateSwitcher=this._initBitrateSwitcher(),this._initManifest()}setAutoQualityEnabled(e){this.autoQuality=e}setAutoQualityLimits(e){this.autoQualityLimits=e}switchByName(e){let t;for(let i=0;i<this.manifest.length;++i)if(t=this.manifest[i],t.name===e){this._switchToQuality(t);return}}catchUp(){this.rep&&this.rep.stop(),this.currentManifestEntry&&(this.paused=!1,this._initPlayerWith(this.currentManifestEntry),this._notifyBuffering(!0))}stop(){this.params.videoElement.pause(),this.rep&&(this.rep.stop(),this.rep=null)}pause(){this.paused=!0,this.params.videoElement.pause(),this.videoPlayStarted=!1,this._notifyBuffering(!1)}play(){this.paused=!1;let e=this.lowLatency&&this._getBufferSizeSec()>this.sourceJitter+5;this.rep&&!e?(this.bufferStates=[],this.videoPlayStarted=!1,this.shouldPlay()?this._playVideoElement():this._notifyBuffering(!0)):this.catchUp()}startPlay(e,t){this.autoQuality=t,this._initPlayerWith(e)}destroy(){this.destroyed=!0,this.rep&&(this.rep.stop(),this.rep=null),this.manifestRequest&&this.manifestRequest.abort(),this.manifestRefetchTimer&&(clearTimeout(this.manifestRefetchTimer),this.manifestRefetchTimer=void 0)}reinit(e){this.manifestUrl=e,this.urlResolver=qc(e),this.catchUp()}_handleNetworkError(){this.params.logger("Fatal network error"),this.params.playerCallback({name:"error",type:"network"})}_retryCallback(){this.params.playerCallback({name:"retry"})}_getBufferSizeSec(){let e=this.params.videoElement,t=0,i=e.buffered.length;return i!==0&&(t=e.buffered.end(i-1)-Math.max(e.currentTime,e.buffered.start(0))),t}_notifyBuffering(e){this.destroyed||(this.params.logger(`buffering: ${e}`),this.params.playerCallback({name:"buffering",isBuffering:e}),this.buffering=e)}_initVideo(){let{videoElement:e,logger:t}=this.params;e.addEventListener("error",()=>{!!e.error&&!this.destroyed&&(t(`Video element error: ${e.error?.code}`),this.params.playerCallback({name:"error",type:"media"}))}),e.addEventListener("timeupdate",()=>{let i=this._getBufferSizeSec();!this.paused&&i<.3?this.buffering||(this.buffering=!0,window.setTimeout(()=>{!this.paused&&this.buffering&&this._notifyBuffering(!0)},(i+.1)*1e3)):this.buffering&&this.videoPlayStarted&&this._notifyBuffering(!1)}),e.addEventListener("playing",()=>{t("playing")}),e.addEventListener("stalled",()=>this._fixupStall()),e.addEventListener("waiting",()=>this._fixupStall())}_fixupStall(){let{logger:e,videoElement:t}=this.params,i=t.buffered.length,r;i!==0&&!this.waitingForFirstBufferAfterSrcChange&&(r=t.buffered.start(i-1),t.currentTime<r&&(e("Fixup stall"),t.currentTime=r))}_selectQuality(e){let{videoElement:t}=this.params,i,r,s,n=t&&1.62*(F.display.pixelRatio||1)*t.offsetHeight||520;for(let o=0;o<this.manifest.length;++o){s=this.manifest[o];let{max:u,min:l}=this.autoQualityLimits||{};!lv({limits:this.autoQualityLimits,highestAvailableHeight:this.manifest[0].video.height,lowestAvailableHeight:(0,wv.default)(this.manifest,-1).video.height})&&(u&&s.video.height>u||l&&s.video.height<l)||(s.bitrate<e&&n>Math.min(s.video.height,s.video.width)?(!r||s.bitrate>r.bitrate)&&(r=s):(!i||i.bitrate>s.bitrate)&&(i=s))}return r||i}shouldPlay(){if(this.paused)return!1;let t=this._getBufferSizeSec()-Math.max(1,this.sourceJitter);return t>3||Po(this.downloadRate)&&(this.downloadRate>1.5&&t>2||this.downloadRate>2&&t>1)}_setVideoSrc(e,t){let{logger:i,videoElement:r,playerCallback:s}=this.params;this.mediaSource=new window.MediaSource,i("setting video src"),r.src=URL.createObjectURL(this.mediaSource),this.mediaSource.addEventListener("sourceopen",()=>{this.mediaSource&&(this.sourceBuffer=this.mediaSource.addSourceBuffer(e.codecs),this.bufferStates=[],t())}),this.videoPlayStarted=!1,r.addEventListener("canplay",()=>{this.shouldPlay()&&(this.videoPlayStarted=!0,this._playVideoElement())});let n=()=>{xv(r,"progress",()=>{r.buffered.length?(r.currentTime=r.buffered.start(0),this.waitingForFirstBufferAfterSrcChange=!1,s({name:"playing"})):n()})};this.waitingForFirstBufferAfterSrcChange=!0,n()}_initPlayerWith(e){this.bitrate=0,this.rep=0,this.sourceBuffer=0,this.bufferStates=[],this.filesFetcher&&this.filesFetcher.abortAll(),this.filesFetcher=new Ba(jc,ko,this.bitrateSwitcher,this.params.config.maxParallelRequests,this.params.logger),this._setVideoSrc(e,()=>this._switchToQuality(e))}_representation(e){let{logger:t,videoElement:i,playerCallback:r}=this.params,s=!1,n=null,o=null,u=null,l=null,c=!1,p=()=>{let E=s&&(!c||c===this.rep);return E||t("Not running!"),E},d=(E,w,$)=>{u&&u.abort(),u=Ar(this.urlResolver.resolve(E,!1),w,$,()=>this._retryCallback()).withTimeout(ko).withBitrateReporting(this.bitrateSwitcher).withRetryCount(jc).withFinally(()=>{u=null}).send()},h=(E,w,$)=>{Da(this.filesFetcher),o?.abort(),o=this.filesFetcher.requestData(this.urlResolver.resolve(E,!1),w,$,()=>this._retryCallback()).withFinally(()=>{o=null}).send()},f=E=>{let w=i.playbackRate;i.playbackRate!==E&&(t(`Playback rate switch: ${w}=>${E}`),i.playbackRate=E)},b=E=>{this.lowLatency=E,t(`lowLatency changed to ${E}`),g()},g=()=>{if(!this.lowLatency&&!this.params.config.isLiveCatchUpMode)f(1);else{let E=this._getBufferSizeSec();if(this.bufferStates.length<5){f(1);return}let $=Le()-1e4,_=0;for(let k=0;k<this.bufferStates.length;k++){let v=this.bufferStates[k];E=Math.min(E,v.buf),v.ts<$&&_++}this.bufferStates.splice(0,_),t(`update playback rate; minBuffer=${E} drop=${_} jitter=${this.sourceJitter}`);let P=E-S$;this.sourceJitter>=0?P-=this.sourceJitter/2:this.sourceJitter-=1,P>3?f(1.15):P>1?f(1.1):P>.3?f(1.05):f(1)}},S=E=>{let w,$=()=>w&&w.start?w.start.length:0,_=B=>w.start[B]/1e3,P=B=>w.dur[B]/1e3,k=B=>w.fragIndex+B,v=(B,q)=>({chunkIdx:k(B),startTS:_(B),dur:P(B),discontinuity:q}),C=()=>{let B=0;if(w&&w.dur){let q=this.lowLatency?this.params.config.lowLatencyMinBuffer:this.params.config.minBuffer,Y=this.lowLatency?this.params.config.lowLatencyMinBufferSegments:this.params.config.minBufferSegments,ne=q;this.sourceJitter>1&&(ne+=this.sourceJitter-1);let ge=w.dur.length-1;for(;ge>=0&&(ne-=w.dur[ge],!(ne<=0));--ge);B=Math.min(ge,w.dur.length-1-Y),B=Math.max(B,0)}return v(B,!0)},I=B=>{let q=$();if(!(q<=0)){if(Po(B)){for(let Y=0;Y<q;Y++)if(_(Y)>B)return v(Y)}return C()}},x=B=>{let q=$(),Y=B?B.chunkIdx+1:0,ne=Y-w.fragIndex;if(!(q<=0)){if(!B||ne<0||ne-q>g$)return t(`Resync: offset=${ne} bChunks=${q} chunk=`+JSON.stringify(B)),C();if(!(ne>=q))return v(Y-w.fragIndex,!1)}},R=(B,q,Y)=>{l&&l.abort(),l=Ar(this.urlResolver.resolve(B,!0,this.lowLatency),q,Y,()=>this._retryCallback()).withTimeout(ko).withRetryCount(jc).withFinally(()=>{l=null}).withJSONResponse().send()};return{seek:(B,q)=>{R(E,Y=>{if(!p())return;w=Y;let ne=!!w.lowLatency;ne!==this.lowLatency&&b(ne);let ge=0;for(let oe=0;oe<w.dur.length;++oe)ge+=w.dur[oe];ge>0&&(Da(this.filesFetcher),this.filesFetcher.optimizeForSegDuration(ge/w.dur.length)),r({name:"index",zeroTime:w.zeroTime,shiftDuration:w.shiftDuration}),this.sourceJitter=w.hasOwnProperty("jitter")?Math.min(10,Math.max(.01,w.jitter/1e3)):1,B(I(q))},()=>this._handleNetworkError())},nextChunk:x}},T=()=>{s=!1,o&&o.abort(),u&&u.abort(),l&&l.abort(),Da(this.filesFetcher),this.filesFetcher.abortAll()};return c={start:E=>{let{videoElement:w,logger:$}=this.params,_=S(e.jidxUrl),P,k,v,C,I=0,x,R,re,B=()=>{x&&(clearTimeout(x),x=void 0);let O=Math.max(v$,1e3*(this._getBufferSizeSec()-this.sourceJitter-5)),Pe=I+O,Se=Le(),ee=Math.min(1e4,Pe-Se);I=Se;let ye=()=>{l||p()&&_.seek(()=>{p()&&(I=Le(),q(),B())})};ee>0?x=window.setTimeout(()=>{this.paused?B():ye()},ee):ye()},q=()=>{let O;for(;O=_.nextChunk(C);)C=O,J(O);let Pe=_.nextChunk(v);if(Pe){if(v&&Pe.discontinuity){$("Detected discontinuity; restarting playback"),this.paused?B():(T(),this._initPlayerWith(e));return}oe(Pe)}else B()},Y=(O,Pe)=>{if(!p()||!this.sourceBuffer)return;let Se,ee,ye,at=je=>{window.setTimeout(()=>{p()&&Y(O,Pe)},je)};if(this.sourceBuffer.updating)$("Source buffer is updating; delaying appendBuffer"),at(100);else{let je=Le(),ce=w.currentTime;!this.paused&&w.buffered.length>1&&R===ce&&je-re>500&&($("Stall suspected; trying to fix"),this._fixupStall()),R!==ce&&(R=ce,re=je);let st=this._getBufferSizeSec();if(st>30)$(`Buffered ${st} seconds; delaying appendBuffer`),at(2e3);else try{this.sourceBuffer.appendBuffer(O),this.videoPlayStarted?(this.bufferStates.push({ts:je,buf:st}),g(),this.bufferStates.length>200&&this.bufferStates.shift()):this.shouldPlay()&&(this.videoPlayStarted=!0,this._playVideoElement()),Pe&&Pe()}catch(Ee){if(Ee.name==="QuotaExceededError")$("QuotaExceededError; delaying appendBuffer"),ye=this.sourceBuffer.buffered.length,ye!==0&&(Se=this.sourceBuffer.buffered.start(0),ee=ce,ee-Se>4&&this.sourceBuffer.remove(Se,ee-3)),at(1e3);else throw Ee}}},ne=()=>{k&&P&&($([`Appending chunk, sz=${k.byteLength}:`,JSON.stringify(v)]),Y(k,function(){k=null,q()}))},ge=O=>e.fragUrlTemplate.replace("%%id%%",O.chunkIdx),oe=O=>{p()&&h(ge(O),(Pe,Se)=>{if(p()){if(Se/=1e3,k=Pe,v=O,n=O.startTS,Se){let ee=Math.min(10,O.dur/Se);this.downloadRate=this.downloadRate?(1-.3)*this.downloadRate+.3*ee:ee}ne()}},()=>this._handleNetworkError())},J=O=>{p()&&(Da(this.filesFetcher),this.filesFetcher.prefetch(this.urlResolver.resolve(ge(O),!1)))},L=O=>{p()&&(e.cachedHeader=O,Y(O,()=>{P=!0,ne()}))};s=!0,_.seek(O=>{if(p()){if(I=Le(),!O){B();return}C=O,!f$(E)||O.startTS>E?oe(O):(v=O,q())}},E),e.cachedHeader?L(e.cachedHeader):d(e.headerUrl,L,()=>this._handleNetworkError())},stop:T,getTimestampSec:()=>n},c}_switchToQuality(e){let{logger:t,playerCallback:i}=this.params,r;e.bitrate!==this.bitrate&&(this.rep&&(r=this.rep.getTimestampSec(),Po(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,Da(this.bitrateSwitcher),this.bitrateSwitcher.notifySwitch(this.bitrate),this.rep.start(r),i({name:"qualitySwitch",quality:e}))}_qualityAvailable(e){return Po(this.manifest.find(t=>t.name===e))}_initBitrateSwitcher(){let{logger:e,playerCallback:t}=this.params,i=p=>{if(!this.autoQuality)return;let d,h,f;if(this.currentManifestEntry&&this._qualityAvailable(this.currentManifestEntry.name)&&p<this.bitrate&&(h=this._getBufferSizeSec(),f=p/this.bitrate,h>10&&f>.8||h>15&&f>.5||h>20&&f>.3)){e(`Not switching: buffer=${Math.floor(h)}; bitrate=${this.bitrate}; newRate=${Math.floor(p)}`);return}d=this._selectQuality(p),d?this._switchToQuality(d):e(`Could not find quality by bitrate ${p}`)},s={updateChunk:(d,h)=>{let f=Le();if(this.chunkRateEstimator.addInterval(d,f,h)){let g=this.chunkRateEstimator.getBitRate();return t({name:"bandwidth",size:h,duration:f-d,speed:g}),!0}},get:()=>{let d=this.chunkRateEstimator.getBitRate();return d?d*.85:0}},n=-1/0,o,u=!0,l=()=>{let p=s.get();if(p&&o&&this.autoQuality){if(u&&p>o&&Uc(n)<3e4)return;i(p)}u=this.autoQuality};return{updateChunk:(p,d)=>{let h=s.updateChunk(p,d);return h&&l(),h},notifySwitch:p=>{let d=Le();p<o&&(n=d),o=p}}}_fetchManifest(e,t,i){this.manifestRequest=Ar(this.urlResolver.resolve(e,!0),t,i,()=>this._retryCallback()).withJSONResponse().withTimeout(ko).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;Fe(e,()=>{this.soundProhibitedEvent$.next()}).then(t=>{t||(this.params.liveOffset.pause(),this.params.videoState.setState("paused"))})}_handleManifestUpdate(e){let{logger:t,playerCallback:i,videoElement:r}=this.params,s=n=>{let o=[];return n?.length?(n.forEach((u,l)=>{u.video&&r.canPlayType(u.codecs).replace(/no/,"")&&window.MediaSource?.isTypeSupported?.(u.codecs)&&(u.index=l,o.push(u))}),o.sort(function(u,l){return u.video&&l.video?l.video.height-u.video.height:l.bitrate-u.bitrate}),o):(i({name:"error",type:"empty_manifest"}),[])};this.manifest=s(e),t(`Valid manifest entries: ${this.manifest.length}/${e.length}`),i({name:"manifest",manifest:this.manifest})}_refetchManifest(e){this.destroyed||(this.manifestRefetchTimer&&clearTimeout(this.manifestRefetchTimer),this.manifestRefetchTimer=window.setTimeout(()=>{this._fetchManifest(e,t=>{this.destroyed||(this._handleManifestUpdate(t),this._refetchManifest(e))},()=>this._refetchManifest(e))},b$))}_initManifest(){this._fetchManifest(this.manifestUrl,e=>{this.destroyed||(this._handleManifestUpdate(e),this._refetchManifest(this.manifestUrl))},()=>this._handleNetworkError())}};var Av=V(Ci(),1);import{debounce as y$,filter as Pv,fromEvent as T$,interval as I$,isHigher as x$,isInvariantQuality as E$,isLower as w$,merge as P$,Subject as kv,Subscription as k$}from"@vkontakte/videoplayer-shared";var Hc=class{constructor(){this.onDroopedVideoFramesLimit$=new kv;this.subscription=new k$;this.playing=!1;this.tracks=[];this.forceChecker$=new kv;this.isForceCheckCounter=0;this.prevTotalVideoFrames=0;this.prevDroppedVideoFrames=0;this.limitCounts={};this.handleChangeVideoQuality=()=>{let e=this.tracks.find(({size:t})=>t?.height===this.video.videoHeight&&t?.width===this.video.videoWidth);e&&!E$(e.quality)&&this.onChangeQuality(e.quality)};this.checkDroppedFrames=()=>{let{totalVideoFrames:e,droppedVideoFrames:t}=this.video.getVideoPlaybackQuality(),i=e-this.prevTotalVideoFrames,r=t-this.prevDroppedVideoFrames,s=1-(i-r)/i;!isNaN(s)&&s>0&&this.log({message:`[dropped]. current dropped percent: ${s}, limit: ${this.droppedFramesChecker.percentLimit}`}),!isNaN(s)&&s>=this.droppedFramesChecker.percentLimit&&x$(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(T$(this.video,"resize").subscribe(this.handleChangeVideoQuality));let e=I$(this.droppedFramesChecker.checkTime).pipe(Pv(()=>this.playing),Pv(()=>{let r=!!this.isForceCheckCounter;return r&&(this.isForceCheckCounter-=1),!r})),t=this.forceChecker$.pipe(y$(this.droppedFramesChecker.checkTime)),i=P$(e,t);this.subscription.add(i.subscribe(this.checkDroppedFrames))}onChangeQuality(e){this.currentQuality=e;let{totalVideoFrames:t,droppedVideoFrames:i}=this.video.getVideoPlaybackQuality();this.savePrevFrameCounts(t,i),this.isForceCheckCounter=this.droppedFramesChecker.tickCountAfterQualityChange,this.forceChecker$.next()}onDroopedVideoFramesLimitTrigger(){this.isAuto.getState()&&(this.log({message:`[onDroopedVideoFramesLimit]. maxQualityLimit: ${this.maxQualityLimit}`}),this.onDroopedVideoFramesLimit$.next())}getMaxQualityLimit(e){let t=(0,Av.default)(this.limitCounts).filter(([,i])=>i>=this.droppedFramesChecker.countLimit).sort(([i],[r])=>w$(i,r)?-1:1)?.[0]?.[0];return e??t}get isEnabled(){return this.droppedFramesChecker.enabled&&this.isDroppedFramesCheckerSupport}get isDroppedFramesCheckerSupport(){return!!this.video&&typeof this.video.getVideoPlaybackQuality=="function"}savePrevFrameCounts(e,t){this.prevTotalVideoFrames=e,this.prevDroppedVideoFrames=t}},Rr=Hc;import{map as A$,Observable as R$}from"@vkontakte/videoplayer-shared";import{fromEvent as L$}from"@vkontakte/videoplayer-shared";var Va=()=>!!window.documentPictureInPicture?.window||!!document.pictureInPictureElement;var M$=(a,e)=>new R$(t=>{if(!window.IntersectionObserver)return;let i={root:null},r=new IntersectionObserver((n,o)=>{n.forEach(u=>t.next(u.isIntersecting||Va()))},{...i,...e});r.observe(a);let s=L$(document,"visibilitychange").pipe(A$(n=>!document.hidden||Va())).subscribe(n=>t.next(n));return()=>{r.unobserve(a),s.unsubscribe()}}),tt=M$;var F$=["paused","playing","ready"],N$=["paused","playing","ready"],Oa=class{constructor(e){this.subscription=new O$;this.videoState=new N("stopped");this.representations$=new Wc([]);this.droppedFramesManager=new Rr;this.maxSeekBackTime$=new Wc(1/0);this.zeroTime$=new Wc(void 0);this.liveOffset=new Hi;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:Mv.WTF,message:"LiveDashPlayer reported error"});break}case"manifest":{let t=e.manifest,i=[];for(let r of t){let s=r.name??r.index.toString(10),n=_t(r.name)??_$(r.video),o=r.bitrate/1e3,u={...r.video};if(!n)continue;let l={id:s,quality:n,bitrate:o,size:u};i.push({track:l,representation:r})}this.representations$.next(i),this.params.output.availableVideoTracks$.next(i.map(({track:r})=>r)),this.videoState.getTransition()?.to==="manifest_ready"&&this.videoState.setState("manifest_ready");break}case"qualitySwitch":{let t=e.quality,i=this.representations$.getValue().find(({representation:r})=>r===t)?.track;this.params.output.hostname$.next(new URL(t.headerUrl,this.params.source.url).hostname),zc(i)&&this.params.output.currentVideoTrack$.next(i);break}case"bandwidth":{let{size:t,duration:i}=e;this.params.dependencies.throughputEstimator.addRawSpeed(t,i);break}case"index":{this.maxSeekBackTime$.next(e.shiftDuration||0),this.zeroTime$.next(e.zeroTime);break}}};this.syncPlayback=()=>{let e=this.videoState.getState(),t=this.videoState.getTransition(),i=this.params.desiredState.playbackState.getState(),r=this.params.desiredState.playbackState.getTransition(),s=this.params.desiredState.seekState.getState();if(this.log({message:`[syncPlayback] videoState: ${e}; videoTransition: ${JSON.stringify(t)}; desiredPlaybackState: ${i}; seekState: ${JSON.stringify(s)};`}),i==="stopped"){e!=="stopped"&&(this.videoState.startTransitionTo("stopped"),this.dash.destroy(),this.video.removeAttribute("src"),this.video.load(),this.videoState.setState("stopped"));return}if(t)return;let n=this.params.desiredState.videoTrack.getTransition(),o=this.params.desiredState.autoVideoTrackSwitching.getTransition();if((0,Gc.default)(N$,e)&&(n||o)){this.prepare();return}if(r?.to!=="paused"&&s.state==="requested"&&(0,Gc.default)(F$,e)){this.seek(s.position-this.liveOffset.getTotalPausedTime());return}switch(e){case"stopped":this.videoState.startTransitionTo("manifest_ready"),this.dash.attachSource(be(this.params.source.url));return;case"manifest_ready":this.videoState.startTransitionTo("ready"),this.prepare();break;case"ready":if(i==="paused")this.videoState.setState("paused");else if(i==="playing"){this.videoState.startTransitionTo("playing");let u=r?.from;u&&u==="ready"&&this.dash.catchUp(),this.dash.play()}return;case"playing":i==="paused"&&(this.videoState.startTransitionTo("paused"),this.liveOffset.pause(),this.dash.pause());return;case"paused":if(i==="playing")if(this.videoState.startTransitionTo("playing"),this.liveOffset.getTotalPausedTime()<this.params.config.maxPausedTime&&this.liveOffset.getTotalOffset()<this.maxSeekBackTime$.getValue())this.liveOffset.resume(),this.dash.play(),this.params.output.position$.next(-this.liveOffset.getTotalOffset()/1e3);else{let u=this.liveOffset.getTotalOffset();u>=this.maxSeekBackTime$.getValue()&&(u=0,this.liveOffset.resetTo(u)),this.liveOffset.resume(),this.params.output.position$.next(-u/1e3),this.dash.reinit(be(this.params.source.url,u))}return;default:return Rv(e)}};this.textTracksManager=new Ze(e.source.url),this.params=e,this.log=this.params.dependencies.logger.createComponentLog("DashLiveProvider");let t=r=>{e.output.error$.next({id:"DashLiveProvider",category:Mv.WTF,message:"DashLiveProvider internal logic error",thrown:r})};this.subscription.add(Bv(this.videoState.stateChangeStarted$.pipe(Ao(r=>({transition:r,type:"start"}))),this.videoState.stateChangeEnded$.pipe(Ao(r=>({transition:r,type:"end"})))).subscribe(({transition:r,type:s})=>{this.log({message:`[videoState change] ${s}: ${JSON.stringify(r)}`})})),this.video=Ce(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(xe(this.params.source.url)),this.params.output.autoVideoTrackLimitingAvailable$.next(!0),this.params.output.availableVideoTracks$.next([]),this.params.output.availableAudioTracks$.next([]),this.params.output.isAudioAvailable$.next(!0),this.params.output.availableTextTracks$.next([]),this.params.desiredState.internalTextTracks.setState([]),this.textTracksManager.connect(this.video,this.params.desiredState,this.params.output);let i=_e(this.video);this.subscription.add(()=>i.destroy()),this.subscription.add(this.representations$.pipe(Ao(r=>r.map(({track:s})=>s)),$v(r=>!!r.length),V$()).subscribe(r=>this.droppedFramesManager.connect({logger:this.params.dependencies.logger,video:this.video,droppedFramesChecker:this.params.tuning.droppedFramesChecker,isAuto:this.params.desiredState.autoVideoTrackSwitching,playing$:i.playing$,pause$:i.pause$,tracks:r}))),this.subscription.add(i.canplay$.subscribe(()=>{this.videoState.getTransition()?.to==="ready"&&this.videoState.setState("ready")},t)).add(i.pause$.subscribe(()=>{this.videoState.setState("paused")},t)).add(i.playing$.subscribe(()=>{this.params.desiredState.seekState.getState().state==="applying"&&this.params.output.seekedEvent$.next(),this.videoState.setState("playing")},t)).add(i.error$.subscribe(this.params.output.error$)).add(this.maxSeekBackTime$.pipe(D$(),Ao(r=>-r/1e3)).subscribe(this.params.output.duration$)).add($$({zeroTime:this.zeroTime$.pipe($v(zc)),position:i.timeUpdate$}).subscribe(({zeroTime:r,position:s})=>this.params.output.liveTime$.next(r+s*1e3),t)).add(vt(this.video,this.params.desiredState.isLooped,t)).add(Oe(this.video,this.params.desiredState.volume,i.volumeState$,t)).add(i.volumeState$.subscribe(this.params.output.volume$,t)).add(Je(this.video,this.params.desiredState.playbackRate,i.playbackRateState$,t)).add(i.loadStart$.subscribe(this.params.output.firstBytesEvent$)).add(i.loadedMetadata$.subscribe(this.params.output.loadedMetadataEvent$)).add(i.playing$.subscribe(this.params.output.firstFrameEvent$)).add(i.canplay$.subscribe(this.params.output.canplay$)).add(i.inPiP$.subscribe(this.params.output.inPiP$)).add(i.inFullscreen$.subscribe(this.params.output.inFullscreen$)).add(tt(this.video).subscribe(this.params.output.elementVisible$)).add(this.params.desiredState.autoVideoTrackLimits.stateChangeStarted$.subscribe(({to:{max:r,min:s}})=>{this.dash.setAutoQualityLimits({max:r&&Dv(r),min:s&&Dv(s)}),this.params.output.autoVideoTrackLimits$.next({max:r,min:s})})).add(this.videoState.stateChangeEnded$.subscribe(r=>{switch(r.to){case"stopped":this.params.output.position$.next(0),this.params.output.duration$.next(1/0),this.params.desiredState.playbackState.setState("stopped");break;case"manifest_ready":case"ready":this.params.desiredState.playbackState.getTransition()?.to==="ready"&&this.params.desiredState.playbackState.setState("ready");break;case"paused":this.params.desiredState.playbackState.setState("paused");break;case"playing":this.params.desiredState.playbackState.setState("playing");break;default:return Rv(r.to)}},t)).add(Bv(e.desiredState.playbackState.stateChangeStarted$,e.desiredState.seekState.stateChangeEnded$,e.desiredState.videoTrack.stateChangeStarted$,e.desiredState.autoVideoTrackSwitching.stateChangeStarted$,this.videoState.stateChangeEnded$,this.droppedFramesManager.onDroopedVideoFramesLimit$,C$(["init"])).pipe(B$(0)).subscribe(this.syncPlayback,t))}destroy(){this.subscription.unsubscribe(),this.textTracksManager.destroy(),this.droppedFramesManager.destroy(),this.dash.destroy(),this.params.output.element$.next(void 0),Ve(this.video)}createLiveDashPlayer(){let e=new Ca({videoElement:this.video,videoState:this.videoState,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},playerCallback:this._dashCb,logger:t=>{this.params.dependencies.logger.log({message:String(t),component:"LiveDashPlayer"})}});return e.pause(),e}prepare(){let e=this.representations$.getValue(),t=this.params.desiredState.videoTrack.getTransition()?.to??this.params.desiredState.videoTrack.getState(),i=this.params.desiredState.autoVideoTrackSwitching.getTransition()?.to??this.params.desiredState.autoVideoTrackSwitching.getState(),r=!i&&zc(t)?t:Ft(e.map(({track:l})=>l),{container:this.video.getBoundingClientRect(),panelSize:this.params.panelSize,estimatedThroughput:this.params.dependencies.throughputEstimator.throughput$.getValue(),tuning:this.params.tuning.autoTrackSelection,limits:this.params.desiredState.autoVideoTrackLimits.getState(),droppedVideoMaxQualityLimit:this.droppedFramesManager.droppedVideoMaxQualityLimit,abrLogger:this.params.dependencies.abrLogger}),s=r?.id,n=this.params.desiredState.videoTrack.getTransition(),o=this.params.desiredState.videoTrack.getState()?.id,u=this.params.desiredState.autoVideoTrackSwitching.getTransition();if(r&&(n||s!==o)&&this.setVideoTrack(r),u&&this.setAutoQuality(i),n||u||s!==o){let l=e.find(({track:c})=>c.id===s)?.representation;Lv(l,"Representations missing"),this.dash.startPlay(l,i)}}setVideoTrack(e){let t=this.representations$.getValue().find(({track:i})=>i.id===e.id)?.representation;Lv(t,`No such representation ${e.id}`),this.dash.switchByName(t.name),this.params.desiredState.videoTrack.setState(e)}setAutoQuality(e){this.dash.setAutoQualityEnabled(e),this.params.desiredState.autoVideoTrackSwitching.setState(e)}seek(e){this.log({message:`[seek] position: ${e}`}),this.params.output.willSeekEvent$.next();let t=this.params.desiredState.playbackState.getState(),i=this.videoState.getState(),r=t==="paused"&&i==="paused",s=-e,n=s<=this.maxSeekBackTime$.getValue()?s:0;this.params.output.position$.next(e/1e3),this.dash.reinit(be(this.params.source.url,n)),r&&this.dash.pause(),this.liveOffset.resetTo(n,r)}};var Cv=Oa;var YT=V(mt(),1);var Me=(a,e)=>{let t=0;for(let i=0;i<a.length;i++){let r=a.start(i)*1e3,s=a.end(i)*1e3;r<=e&&e<=s&&(t=s)}return Math.max(t-e,0)};import{assertNever as T0,assertNonNullable as I0,debounce as x0,ErrorCategory as WT,filter as Md,filterChanged as tu,fromEvent as E0,isNonNullable as GT,map as $d,merge as iu,observableFrom as Bd,once as QT,Subscription as w0}from"@vkontakte/videoplayer-shared";var Ro=class{constructor(){Object.defineProperty(this,"listeners",{value:{},writable:!0,configurable:!0})}addEventListener(e,t,i){e in this.listeners||(this.listeners[e]=[]),this.listeners[e].push({callback:t,options:i})}removeEventListener(e,t){if(!(e in this.listeners))return;let i=this.listeners[e];for(let r=0,s=i.length;r<s;r++)if(i[r].callback===t){i.splice(r,1);return}}dispatchEvent(e){if(!(e.type in this.listeners))return;let i=this.listeners[e.type].slice();for(let r=0,s=i.length;r<s;r++){let n=i[r];try{n.callback.call(this,e)}catch(o){Promise.resolve().then(()=>{throw o})}n.options&&n.options.once&&this.removeEventListener(e.type,n.callback)}return!e.defaultPrevented}},Lr=class extends Ro{constructor(){super(),this.listeners||Ro.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)}},_a=class{constructor(){Object.defineProperty(this,"signal",{value:new Lr,writable:!0,configurable:!0})}abort(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}}let i=e;if(i===void 0)if(typeof document>"u")i=new Error("This operation was aborted"),i.name="AbortError";else try{i=new DOMException("signal is aborted without reason")}catch{i=new Error("This operation was aborted"),i.name="AbortError"}this.signal.reason=i,this.signal.dispatchEvent(t)}toString(){return"[object AbortController]"}};typeof Symbol<"u"&&Symbol.toStringTag&&(_a.prototype[Symbol.toStringTag]="AbortController",Lr.prototype[Symbol.toStringTag]="AbortSignal");function Lo(a){return a.__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL?(console.log("__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL=true is set, will force install polyfill"),!0):typeof a.Request=="function"&&!a.Request.prototype.hasOwnProperty("signal")||!a.AbortController}function Qc(a){typeof a=="function"&&(a={fetch:a});let{fetch:e,Request:t=e.Request,AbortController:i,__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL:r=!1}=a;if(!Lo({fetch:e,Request:t,AbortController:i,__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL:r}))return{fetch:e,Request:s};let s=t;(s&&!s.prototype.hasOwnProperty("signal")||r)&&(s=function(l,c){let p;c&&c.signal&&(p=c.signal,delete c.signal);let d=new t(l,c);return p&&Object.defineProperty(d,"signal",{writable:!1,enumerable:!1,configurable:!0,value:p}),d},s.prototype=t.prototype);let n=e;return{fetch:(u,l)=>{let c=s&&s.prototype.isPrototypeOf(u)?u.signal:l?l.signal:void 0;if(c){let p;try{p=new DOMException("Aborted","AbortError")}catch{p=new Error("Aborted"),p.name="AbortError"}if(c.aborted)return Promise.reject(p);let d=new Promise((h,f)=>{c.addEventListener("abort",()=>f(p),{once:!0})});return l&&l.signal&&delete l.signal,Promise.race([d,n(u,l)])}return n(u,l)},Request:s}}var Fa=Lo({fetch:window.fetch,Request:window.Request,AbortController:window.AbortController}),Vv=Fa?Qc({fetch:window.fetch,Request:window.Request,AbortController:window.AbortController}):void 0,yt=Fa?Vv.fetch:window.fetch,Vq=Fa?Vv.Request:window.Request,Z=Fa?_a:window.AbortController,Oq=Fa?Lr:window.AbortSignal;var kd=V(Na(),1);var Iy=V(Ty(),1);import{ErrorCategory as qa}from"@vkontakte/videoplayer-shared";var Mo=a=>{if(!a)return{id:"EmptyResponse",category:qa.PARSER,message:"Empty response"};if(a.length<=2&&a.match(/^\d+$/))return{id:`UVError#${a}`,category:qa.NETWORK,message:`UV Error ${a}`};let e=(0,Iy.default)(a).substring(0,100).toLowerCase();if(e.startsWith("<!doctype")||e.startsWith("<html>")||e.startsWith("<body>")||e.startsWith("<head>"))return{id:"UnexpectedHTML",category:qa.NETWORK,message:"Received unexpected HTML, possibly a ISP block"};if(e.startsWith("<?xml"))return new DOMParser().parseFromString(a,"text/xml").querySelector("parsererror")?{id:"InvalidXML",category:qa.PARSER,message:"XML parsing error"}:{id:"XMLParserLogicError",category:qa.PARSER,message:"Response is valid XML, but parser failed"}};var Ne=(a,e,t=0)=>{for(let i=0;i<a.length;i++)if(a.start(i)*1e3-t<=e&&a.end(i)*1e3+t>e)return!0;return!1};import{abortable as Ed,assertNonNullable as Nr,combine as Ur,ErrorCategory as Ut,filter as Go,filterChanged as Ts,flattenObject as Is,fromEvent as ni,getTraceSubscriptionMethod as r0,interval as wd,isNonNullable as xs,isNullable as FT,map as qr,merge as Yi,now as Pd,Subject as Qo,Subscription as NT,tap as a0,throttle as s0,ValueSubject as de}from"@vkontakte/videoplayer-shared";var Do=V(mt(),1),Or=V(Lt(),1),Co=V(Na(),1);var wB=(a,e={})=>{let i=e.timeout||1,r=performance.now();return window.setTimeout(()=>{a({get didTimeout(){return e.timeout?!1:performance.now()-r-1>i},timeRemaining(){return Math.max(0,1+(performance.now()-r))}})},1)},PB=a=>window.clearTimeout(a),xy=a=>typeof a=="function"&&a?.toString().endsWith("{ [native code] }"),Ey=!xy(window.requestIdleCallback)||!xy(window.cancelIdleCallback),Mr=Ey?wB:window.requestIdleCallback,Nt=Ey?PB:window.cancelIdleCallback;var RT=V(xa(),1);import{assertNever as kB,ErrorCategory as wy,Subject as Py}from"@vkontakte/videoplayer-shared";var AB=18,ky=!1;try{ky=F.browser.isSafari&&!!F.browser.safariVersion&&F.browser.safariVersion<=AB}catch(a){console.error(a)}var ed=class{constructor(e){this.bufferFull$=new Py;this.error$=new Py;this.queue=[];this.currentTask=null;this.destroyed=!1;this.abortRequested=!1;this.completeTask=()=>{try{if(this.currentTask){let e=this.currentTask.signal?.aborted;this.currentTask.callback(!e),this.currentTask=null}this.queue.length&&this.pull()}catch(e){this.error$.next({id:"BufferTaskQueueUnknown",category:wy.VIDEO_PIPELINE,message:"Buffer appending or removal failed",thrown:e})}};this.buffer=e,this.buffer.addEventListener("updateend",this.completeTask)}async append(e,t){return t&&t.aborted?!1:new Promise(i=>{let r={operation:"append",data:e,signal:t,callback:i};this.queue.push(r),this.pull()})}async remove(e,t,i){return i&&i.aborted?!1:new Promise(r=>{let s={operation:"remove",from:e,to:t,signal:i,callback:r};this.queue.unshift(s),this.pull()})}async abort(e){return new Promise(t=>{let i,r=s=>{this.abortRequested=!1,t(s)};ky&&e?i={operation:"safariAbort",init:e,callback:r}:i={operation:"abort",callback:r};for(let{callback:s}of this.queue)s(!1);this.abortRequested=!0,i&&(this.queue=[i]),this.pull()})}destroy(){this.destroyed=!0,this.buffer.removeEventListener("updateend",this.completeTask),this.queue=[],this.currentTask=null;try{this.buffer.abort()}catch(e){if(!(e instanceof DOMException&&e.name==="InvalidStateError"))throw e}}pull(){if((this.buffer.updating||this.currentTask||this.destroyed)&&!this.abortRequested)return;let e=this.queue.shift();if(!e)return;if(e.signal?.aborted){e.callback(!1),this.pull();return}this.currentTask=e;let{operation:t}=this.currentTask;try{this.execute(this.currentTask)}catch(r){r instanceof DOMException&&r.name==="QuotaExceededError"&&t==="append"?this.bufferFull$.next(this.currentTask.data.byteLength):r instanceof DOMException&&r.name==="InvalidStateError"||this.error$.next({id:`BufferTaskQueue:${t}`,category:wy.VIDEO_PIPELINE,message:"Buffer operation failed",thrown:r}),this.currentTask.callback(!1),this.currentTask=null}this.currentTask&&this.currentTask.operation==="abort"&&this.completeTask()}execute(e){let{operation:t}=e;switch(t){case"append":this.buffer.appendBuffer(e.data);break;case"remove":this.buffer.remove(e.from/1e3,e.to/1e3);break;case"abort":this.buffer.abort();break;case"safariAbort":{this.buffer.abort(),this.buffer.appendBuffer(e.init);break}default:kB(t)}}},Ay=ed;var $r=a=>{let e=0;for(let t=0;t<a.length;t++)e+=a.end(t)-a.start(t);return e*1e3};import{abortable as Ti,assertNonNullable as it,ErrorCategory as ri,fromEvent as Sd,getExponentialDelay as vd,isNonNullable as Vr,isNullable as Ue,now as Bo,once as zD,Subject as WD,Subscription as GD,ValueSubject as Qi}from"@vkontakte/videoplayer-shared";var H=class{constructor(e,t){this.cursor=0;this.source=e,this.boxParser=t,this.children=[];let i=this.readUint32();this.type=this.readString(4),this.size32=i<=e.buffer.byteLength-e.byteOffset?i:NaN;let r=this.size32?this.size32-8:void 0,s=e.byteOffset+this.cursor;this.size64=0,this.usertype=0,this.content=new DataView(e.buffer,s,r)}get id(){return this.type}get size(){return this.size32}scanForBoxes(e){return this.boxParser.parse(e)}readString(e,t="ascii"){let r=new TextDecoder(t).decode(new DataView(this.source.buffer,this.source.byteOffset+this.cursor,e));return this.cursor+=e,r}readUint8(){let e=this.source.getUint8(this.cursor);return this.cursor+=1,e}readUint16(){let e=this.source.getUint16(this.cursor);return this.cursor+=2,e}readUint32(){let e=this.source.getUint32(this.cursor);return this.cursor+=4,e}readUint64(){let e=this.source.getBigInt64(this.cursor);return this.cursor+=8,e}};var Br=class extends H{};var ja=class extends H{constructor(t,i){super(t,i);this.ondemandPrefix="ondemandlivejson";this.ondemandDataReceivedKey="t-in";this.ondemandDataPreparedKey="t-out";let r=this.content.byteOffset,s=r+this.content.byteLength,n=new TextDecoder("ascii").decode(this.content.buffer.slice(r,s)).split(this.ondemandPrefix)[1],o=JSON.parse(n);this.serverDataReceivedTimestamp=o[this.ondemandDataReceivedKey],this.serverDataPreparedTime=o[this.ondemandDataPreparedKey]}};var Ha=class extends H{constructor(e,t){super(e,t),this.compatibleBrands=[],this.majorBrand=this.readString(4),this.minorVersion=this.readUint32();let i=this.size-this.cursor;for(;i;){let r=this.readString(4);this.compatibleBrands.push(r),i-=4}}};var za=class extends H{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var ae=class extends H{constructor(e,t){super(e,t);let i=this.readUint32();this.version=i>>>24,this.flags=i&16777215}};var Wa=class extends ae{constructor(e,t){super(e,t),this.creationTime=this.readUint32(),this.modificationTime=this.readUint32(),this.timescale=this.readUint32(),this.duration=this.readUint32(),this.rate=this.readUint32(),this.volume=this.readUint16()}};var Ga=class extends H{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var Qa=class extends H{constructor(e,t){super(e,t),this.data=this.content}};var Wi=class extends ae{get earliestPresentationTime(){return this.earliestPresentationTime32}get firstOffset(){return this.firstOffset32}constructor(e,t){super(e,t),this.segments=[],this.referenceId=this.readUint32(),this.timescale=this.readUint32(),this.earliestPresentationTime32=this.readUint32(),this.firstOffset32=this.readUint32(),this.earliestPresentationTime64=0,this.firstOffset64=0,this.referenceCount=this.readUint32()&65535;for(let i=0;i<this.referenceCount;i++){let r=this.readUint32(),s=r>>>31,n=r<<1>>>1,o=this.readUint32();r=this.readUint32();let u=r>>>28,l=r<<3>>>3;this.segments.push({referenceType:s,referencedSize:n,subsegmentDuration:o,SAPType:u,SAPDeltaTime:l})}}};var Ya=class extends H{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var Ka=class extends H{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var Xa=class extends ae{constructor(e,t){switch(super(e,t),this.readUint8()){case 0:this.stereoMode=0;break;case 1:this.stereoMode=1;break;case 2:this.stereoMode=2;break;case 3:this.stereoMode=3;break;case 4:this.stereoMode=4;break}this.cursor+=1}};var Ja=class extends ae{constructor(e,t){super(e,t),this.poseYawDegrees=this.readUint32(),this.posePitchDegrees=this.readUint32(),this.poseRollDegrees=this.readUint32()}};var Za=class extends ae{constructor(e,t){super(e,t),this.projectionBoundsTop=this.readUint32(),this.projectionBoundsBottom=this.readUint32(),this.projectionBoundsLeft=this.readUint32(),this.projectionBoundsRight=this.readUint32()}};var es=class extends H{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var ts=class extends ae{constructor(e,t){super(e,t),this.creationTime=this.readUint32(),this.modificationTime=this.readUint32(),this.trackId=this.readUint32(),this.cursor+=4,this.duration=this.readUint32(),this.cursor+=8,this.layer=this.readUint16(),this.alternateGroup=this.readUint16(),this.cursor+=2,this.cursor+=2,this.matrix=[[this.readUint32(),this.readUint32(),this.readUint32()],[this.readUint32(),this.readUint32(),this.readUint32()],[this.readUint32(),this.readUint32(),this.readUint32()]],this.width=this.readUint32(),this.height=this.readUint32()}};var is=class extends H{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var rs=class extends H{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var as=class extends ae{constructor(e,t){super(e,t),this.sequenceNumber=this.readUint32()}};var ss=class extends H{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var ns=class extends ae{constructor(e,t){super(e,t),this.trackId=this.readUint32(),this.flags&1&&(this.baseDataOffset=this.readUint64()),this.flags&2&&(this.sampleDescriptionIndex=this.readUint32()),this.flags&8&&(this.defaultSampleDuration=this.readUint32()),this.flags&16&&(this.defaultSampleSize=this.readUint32()),this.flags&32&&(this.defaultSampleFlags=this.readUint32())}};var os=class extends ae{constructor(t,i){super(t,i);this.baseMediaDecodeTime32=0;this.baseMediaDecodeTime64=BigInt(0);this.version===1?this.baseMediaDecodeTime64=this.readUint64():this.baseMediaDecodeTime32=this.readUint32()}get baseMediaDecodeTime(){return this.version===1?this.baseMediaDecodeTime64:this.baseMediaDecodeTime32}};var us=class extends ae{constructor(t,i){super(t,i);this.sampleDuration=[];this.sampleSize=[];this.sampleFlags=[];this.sampleCompositionTimeOffset=[];this.optionalFields=0;this.sampleCount=this.readUint32(),this.flags&1&&(this.dataOffset=this.readUint32()),this.flags&4&&(this.firstSampleFlags=this.readUint32());for(let r=0;r<this.sampleCount;r++)this.flags&256&&this.sampleDuration.push(this.readUint32()),this.flags&512&&this.sampleSize.push(this.readUint32()),this.flags&1024&&this.sampleFlags.push(this.readUint32()),this.flags&2048&&this.sampleCompositionTimeOffset.push(this.readUint32())}};var ls=class extends H{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var cs=class extends ae{constructor(e,t){super(e,t),this.entryCount=this.readUint32(),this.children=this.scanForBoxes(new DataView(this.content.buffer,this.content.byteOffset+8,this.content.byteLength-8))}};var ds=class extends H{constructor(e,t){super(e,t),this.children=this.scanForBoxes(new DataView(this.content.buffer,this.content.byteOffset+78,this.content.byteLength-78))}};var LB={ftyp:Ha,moov:za,mvhd:Wa,moof:Ga,mdat:Qa,sidx:Wi,trak:Ya,mdia:es,mfhd:as,tkhd:ts,traf:ss,tfhd:ns,tfdt:os,trun:us,minf:is,sv3d:Ka,st3d:Xa,prhd:Ja,proj:rs,equi:Za,uuid:ja,stbl:ls,stsd:cs,avc1:ds,unknown:Br},ti=class a{constructor(e={}){this.options={offset:0,...e}}parse(e){let t=[],i=this.options.offset;for(;i<e.byteLength;)try{let s=new TextDecoder("ascii").decode(new DataView(e.buffer,e.byteOffset+i+4,4)),n=this.createBox(s,new DataView(e.buffer,e.byteOffset+i));if(!n.size)break;t.push(n),i+=n.size}catch{break}return t}createBox(e,t){let i=LB[e];return i?new i(t,new a):new Br(t,new a)}};var yi=class{constructor(e){this.index={},this.indexBoxLevel(e)}indexBoxLevel(e){e.forEach(t=>{this.index[t.type]??=[],this.index[t.type].push(t),t.children.length>0&&this.indexBoxLevel(t.children)})}find(e){return this.index[e]&&this.index[e][0]?this.index[e][0]:null}findAll(e){return this.index[e]||[]}};var $B=new TextDecoder("ascii"),BB=a=>$B.decode(new DataView(a.buffer,a.byteOffset+4,4))==="ftyp",DB=a=>{let e=new Wi(a,new ti),t=e.earliestPresentationTime/e.timescale*1e3,i=a.byteOffset+a.byteLength+e.firstOffset;return e.segments.map(s=>{if(s.referenceType!==0)throw new Error("Unsupported multilevel sidx");let n=s.subsegmentDuration/e.timescale*1e3,o={status:"none",time:{from:t,to:t+n},byte:{from:i,to:i+s.referencedSize-1}};return t+=n,i+=s.referencedSize,o})},CB=(a,e)=>{let i=new ti().parse(a),r=new yi(i),s=r.findAll("moof"),n=e?r.findAll("uuid"):r.findAll("mdat");if(!(n.length&&s.length))return null;let o=s[0],u=n[n.length-1],l=o.source.byteOffset,p=u.source.byteOffset-o.source.byteOffset+u.size;return new DataView(a.buffer,l,p)},VB=a=>{let t=new ti().parse(a),i=new yi(t),r={},s=i.findAll("uuid");return s.length?s[s.length-1]:r},OB=a=>{let t=new ti().parse(a);return new yi(t).find("sidx")?.timescale},_B=(a,e)=>{let i=new ti().parse(a),s=new yi(i).findAll("traf"),n=s[s.length-1].children.find(p=>p.type==="tfhd"),o=s[s.length-1].children.find(p=>p.type==="tfdt"),u=s[s.length-1].children.find(p=>p.type==="trun"),l=0;return u.sampleDuration.length?l=u.sampleDuration.reduce((p,d)=>p+d,0):l=n.defaultSampleDuration*u.sampleCount,(Number(o.baseMediaDecodeTime)+l)/e*1e3},FB=a=>{let e={is3dVideo:!1,stereoMode:0,projectionType:1,projectionData:{pose:{yaw:0,pitch:0,roll:0},bounds:{top:0,bottom:0,left:0,right:0}}},i=new ti().parse(a),r=new yi(i);if(r.find("sv3d")){e.is3dVideo=!0;let n=r.find("st3d");n&&(e.stereoMode=n.stereoMode);let o=r.find("prhd");o&&(e.projectionData.pose.yaw=o.poseYawDegrees,e.projectionData.pose.pitch=o.posePitchDegrees,e.projectionData.pose.roll=o.poseRollDegrees);let u=r.find("equi");u&&(e.projectionData.bounds.top=u.projectionBoundsTop,e.projectionData.bounds.right=u.projectionBoundsRight,e.projectionData.bounds.bottom=u.projectionBoundsBottom,e.projectionData.bounds.left=u.projectionBoundsLeft)}return e},Ry={validateData:BB,parseInit:FB,getIndexRange:()=>{},parseSegments:DB,parseFeedableSegmentChunk:CB,getChunkEndTime:_B,getServerLatencyTimestamps:VB,getTimescaleFromIndex:OB};var hs=V(mt(),1);import{assertNonNullable as id,isNonNullable as By,isNullable as UB}from"@vkontakte/videoplayer-shared";import{assertNever as NB}from"@vkontakte/videoplayer-shared";var Ly={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"}},My=a=>{let e=a.getUint8(0),t=0;e&128?t=1:e&64?t=2:e&32?t=3:e&16&&(t=4);let i=ps(a,t),r=i in Ly,s=r?Ly[i].type:"binary",n=a.getUint8(t),o=0;n&128?o=1:n&64?o=2:n&32?o=3:n&16?o=4:n&8?o=5:n&4?o=6:n&2?o=7:n&1&&(o=8);let u=new DataView(a.buffer,a.byteOffset+t+1,o-1),l=n&255>>o,c=ps(u),p=l*2**((o-1)*8)+c,d=t+o,h;return d+p>a.byteLength?h=new DataView(a.buffer,a.byteOffset+d):h=new DataView(a.buffer,a.byteOffset+d,p),{tag:r?i:"0x"+i.toString(16).toUpperCase(),type:s,tagHeaderSize:d,tagSize:d+p,value:h,valueSize:p}},ps=(a,e=a.byteLength)=>{switch(e){case 1:return a.getUint8(0);case 2:return a.getUint16(0);case 3:return a.getUint8(0)*2**16+a.getUint16(1);case 4:return a.getUint32(0);case 5:return a.getUint8(0)*2**32+a.getUint32(1);case 6:return a.getUint16(0)*2**32+a.getUint32(2);case 7:{let t=a.getUint8(0)*281474976710656+a.getUint16(1)*4294967296+a.getUint32(3);if(Number.isSafeInteger(t))return t}case 8:throw new ReferenceError("Int64 is not supported")}return 0},Mt=(a,e)=>{switch(e){case"int":return a.getInt8(0);case"uint":return ps(a);case"float":return a.byteLength===4?a.getFloat32(0):a.getFloat64(0);case"string":return new TextDecoder("ascii").decode(a);case"utf8":return new TextDecoder("utf-8").decode(a);case"date":return new Date(Date.UTC(2001,0)+a.getInt8(0)).getTime();case"master":return a;case"binary":return a;default:NB(e)}},Gi=(a,e)=>{let t=0;for(;t<a.byteLength;){let i=new DataView(a.buffer,a.byteOffset+t),r=My(i);if(!e(r))return;r.type==="master"&&Gi(r.value,e),t=r.value.byteOffset-a.byteOffset+r.valueSize}},$y=a=>{if(a.getUint32(0)!==440786851)return!1;let e,t,i,r=My(a);return Gi(r.value,({tag:s,type:n,value:o})=>(s===17143?e=Mt(o,n):s===17026?t=Mt(o,n):s===17029&&(i=Mt(o,n)),!0)),(e===void 0||e<=1)&&t!==void 0&&t==="webm"&&(i===void 0||i<=2)};var Dy=[357149030,290298740,374648427,174,224,30320,30321,30322,272869232,524531317,475249515,423732329,307544935],qB=[231,22612,22743,167,171,163,160,175],jB=a=>{let e,t,i,r,s=!1,n=!1,o=!1,u,l,c=!1,p=0;return Gi(a,({tag:d,type:h,value:f,valueSize:b})=>{if(d===21419){let g=Mt(f,h);l=ps(g)}else d!==21420&&(l=void 0);return d===408125543?(e=f.byteOffset,t=f.byteOffset+b):d===357149030?s=!0:d===290298740?n=!0:d===2807729?i=Mt(f,h):d===17545?r=Mt(f,h):d===21420&&l===475249515?u=Mt(f,h):d===374648427?Gi(f,({tag:g,type:S,value:T})=>g===30321?(c=Mt(T,S)===1,!1):!0):s&&n&&(0,hs.default)(Dy,d)&&(o=!0),!o}),id(e,"Failed to parse webm Segment start"),id(t,"Failed to parse webm Segment end"),id(r,"Failed to parse webm Segment duration"),i=i??1e6,{segmentStart:Math.round(e/1e9*i*1e3),segmentEnd:Math.round(t/1e9*i*1e3),timeScale:i,segmentDuration:Math.round(r/1e9*i*1e3),cuesSeekPosition:u,is3dVideo:c,stereoMode:p,projectionType:1,projectionData:{pose:{yaw:0,pitch:0,roll:0},bounds:{top:0,bottom:0,left:0,right:0}}}},HB=a=>{if(UB(a.cuesSeekPosition))return;let e=a.segmentStart+a.cuesSeekPosition,t=1024*1024;return{from:e,to:e+t}},zB=(a,e)=>{let t=!1,i=!1,r=o=>By(o.time)&&By(o.position),s=[],n;return Gi(a,({tag:o,type:u,value:l})=>{switch(o){case 475249515:t=!0;break;case 187:n&&r(n)&&s.push(n),n={};break;case 179:n&&(n.time=Mt(l,u));break;case 183:break;case 241:n&&(n.position=Mt(l,u));break;default:t&&(0,hs.default)(Dy,o)&&(i=!0)}return!(t&&i)}),n&&r(n)&&s.push(n),s.map((o,u)=>{let{time:l,position:c}=o,p=s[u+1];return{status:"none",time:{from:l,to:p?p.time:e.segmentDuration},byte:{from:e.segmentStart+c,to:p?e.segmentStart+p.position-1:e.segmentEnd-1}}})},WB=a=>{let e=0,t=!1;try{Gi(a,i=>i.tag===524531317?i.tagSize<=a.byteLength?(e=i.tagSize,!1):(e+=i.tagHeaderSize,!0):(0,hs.default)(qB,i.tag)?(e+i.tagSize<=a.byteLength&&(e+=i.tagSize,t||=(0,hs.default)([163,160,175],i.tag)),!0):!1)}catch{}return e>0&&e<=a.byteLength&&t?new DataView(a.buffer,a.byteOffset,e):null},Cy={validateData:$y,parseInit:jB,getIndexRange:HB,parseSegments:zB,parseFeedableSegmentChunk:WB};var fs=a=>{let e=/^(.+)\/([^;]+)(?:;.*)?$/.exec(a);if(e){let[,t,i]=e;if(t==="audio"||t==="video")switch(i){case"webm":return Cy;case"mp4":return Ry}}throw new ReferenceError(`Unsupported mime type ${a}`)};var md=V(ud(),1),ET=V(Ci(),1),wT=V(ld(),1),PT=V(Lt(),1),bd=V(ji(),1);var bT=V(mt(),1),Cr=a=>{let e=a.split("."),[t,...i]=e;if(!t)return!1;switch(t){case"av01":{let[r,s,n]=i;return!!(n&&parseInt(n,10)>8)}case"vp09":{let[r,s,n]=i;return!!(r&&parseInt(r,10)>=2&&n&&parseInt(n,10)>8)}case"avc1":{let r=i[0];if(!r||r.length!==6)return!1;let[s,n]=r.toUpperCase(),o=s+n;return(0,bT.default)(["6E","7A","F4"],o)}}return!1};import{isNonNullable as jD,isNullable as IT}from"@vkontakte/videoplayer-shared";var $o=a=>{if(a.includes("/")){let e=a.split("/");return parseInt(e[0])/parseInt(e[1])}else return parseFloat(a)};var gT=a=>{try{let e=UD(),t=a.match(e),{groups:i}=t??{};if(i){let r={};if(i.extensions){let o=i.extensions.toLowerCase().match(/(?:[0-9a-wy-z](?:-[a-z0-9]{2,8})+)/g);Array.from(o||[]).forEach(u=>{r[u[0]]=u.slice(2)})}let s=i.variants?.split(/-/).filter(o=>o!==""),n={extlang:i.extlang,langtag:i.langtag,language:i.language,privateuse:i.privateuse||i.privateuse2,region:i.region,script:i.script,extensions:r,variants:s};return Object.keys(n).forEach(o=>{let u=n[o];(typeof u>"u"||u==="")&&delete n[o]}),n}return null}catch{return null}};function UD(){let a="(?<extlang>(?:[a-z]{3}(?:-[a-z]{3}){0,2}))",e="x(?:-[a-z0-9]{1,8})+",c=`^(?:(?<langtag>${`
118
- (?<language>${`(?:[a-z]{2,3}(?:-${a})?|[a-z]{4}|[a-z]{5,8})`})
62
+ [selected audio track] ${x?.id}
63
+ `}),x};var ne=r=>new URL(r).hostname;import{assertNever as ug,assertNonNullable as lg,combine as GL,debounce as WL,ErrorCategory as cg,filter as dg,filterChanged as YL,isNonNullable as Hu,map as Us,merge as pg,observableFrom as zL,once as KL,Subscription as XL,ValueSubject as ju,videoQualityToHeight as hg,videoSizeToQuality as JL}from"@vkontakte/videoplayer-shared";var ag=M(Lt(),1);var Zb=M(_e(),1),Jb=r=>{if(r instanceof DOMException&&(0,Zb.default)(["Failed to load because no supported source was found.","The element has no supported sources."],r.message))throw r;return!(r instanceof DOMException&&(r.code===20||r.name==="AbortError"))},we=async(r,e)=>{let t=r.muted;try{await r.play()}catch(i){if(!Jb(i))return!1;if(e&&e(),t)return console.warn(i),!1;r.muted=!0;try{await r.play()}catch(a){return Jb(a)&&(r.muted=!1,console.warn(a)),!1}}return!0};import{isNonNullable as Ns,isNullable as AL,assertNonNullable as $r}from"@vkontakte/videoplayer-shared";var tg=M(Ci(),1);import{isNonNullable as eg,assertNonNullable as _s,now as kL}from"@vkontakte/videoplayer-shared";function oe(){return kL()}function Nu(r){return oe()-r}function Fu(r){let e=r.split("/"),t=e.slice(0,e.length-1).join("/"),i=/^([a-z]+:)?\/\//i,a=n=>i.test(n);return{resolve:(n,o,u=!1)=>{a(n)||(n.startsWith("/")||(n="/"+n),n=t+n);let l=n.indexOf("?")>-1?"&":"?";return u&&(n+=l+"lowLat=1",l="&"),o&&(n+=l+"_rnd="+Math.floor(999999999*Math.random())),n}}}function ig(r,e,t){let i=(...a)=>{t.apply(null,a),r.removeEventListener(e,i)};r.addEventListener(e,i)}function Vi(r,e,t,i){let a=window.XMLHttpRequest,s,n,o,u=!1,l=0,c,d,p=!1,h="arraybuffer",f=7e3,b=2e3,g=()=>{if(u)return;_s(c);let w=Nu(c),W;if(w<b){W=b-w,setTimeout(g,W);return}b*=2,b>f&&(b=f),n&&n.abort(),n=new a,V()},v=w=>(s=w,R),x=w=>(d=w,R),T=()=>(h="json",R),P=()=>{if(!u){if(--l>=0){g(),i&&i();return}u=!0,d&&d(),t&&t()}},I=w=>(p=w,R),V=()=>{c=oe(),n=new a,n.open("get",r);let w=0,W,A=0,ie=()=>(_s(c),Math.max(c,Math.max(W||0,A||0)));if(s&&n.addEventListener("progress",k=>{let H=oe();s.updateChunk&&k.loaded>w&&(s.updateChunk(ie(),k.loaded-w),w=k.loaded,W=H)}),o&&(n.timeout=o,n.addEventListener("timeout",()=>P())),n.addEventListener("load",()=>{if(u)return;_s(n);let k=n.status;if(k>=200&&k<300){let{response:H,responseType:Y}=n,J=H?.byteLength;if(typeof J=="number"&&s){let re=J-w;re&&s.updateChunk&&s.updateChunk(ie(),re)}Y==="json"&&(!H||!(0,tg.default)(H).length)?P():(d&&d(),e(H))}else P()}),n.addEventListener("error",()=>{P()}),p){let k=()=>{_s(n),n.readyState===XMLHttpRequest.HEADERS_RECEIVED&&(A=oe(),n.removeEventListener("readystatechange",k))};n.addEventListener("readystatechange",k)}return n.responseType=h,n.send(),R},R={withBitrateReporting:v,withParallel:I,withJSONResponse:T,withRetryCount:w=>(l=w,R),withRetryInterval:(w,W)=>(eg(w)&&(b=w),eg(W)&&(f=W),R),withTimeout:w=>(o=w,R),withFinally:x,send:V,abort:()=>{n&&(n.abort(),n=void 0),u=!0,d&&d()}};return R}var Lr=class{constructor(e){this.intervals=[];this.currentRate=0;this.logger=e}_updateRate(e){let t=.2;this.currentRate&&(e<this.currentRate*.1?t=.8:e<this.currentRate*.5?t=.5:e<this.currentRate*.7&&(t=.3)),e=Math.max(1,Math.min(e,100*1024*1024)),this.currentRate=this.currentRate?this.currentRate*(1-t)+e*t:e}_createInterval(e,t,i){return{start:e,end:t,bytes:i}}_doMergeIntervals(e,t){e.start=Math.min(t.start,e.start),e.end=Math.max(t.end,e.end),e.bytes+=t.bytes}_mergeIntervals(e,t){return e.start<=t.end&&t.start<=e.end?(this._doMergeIntervals(e,t),!0):!1}_flushIntervals(){if(!this.intervals.length)return!1;let e=this.intervals[0].start,t=this.intervals[this.intervals.length-1].end-500;if(t-e>2e3){let i=0,a=0;for(;this.intervals.length>0;){let s=this.intervals[0];if(s.end<=t)i+=s.end-s.start,a+=s.bytes,this.intervals.splice(0,1);else{if(s.start>=t)break;{let n=t-s.start,o=s.end-s.start;i+=n;let u=s.bytes*n/o;a+=u,s.start=t,s.bytes-=u}}}if(a>0&&i>0){let s=a*8/(i/1e3);return this._updateRate(s),this.logger(`rate updated, new=${Math.round(s/1024)}K; average=${Math.round(this.currentRate/1024)}K bytes/ms=${Math.round(a)}/${Math.round(i)} interval=${Math.round(t-e)}`),!0}}return!1}_joinIntervals(){let e;do{e=!1;for(let t=0;t<this.intervals.length-1;++t)this._mergeIntervals(this.intervals[t],this.intervals[t+1])&&(this.intervals.splice(t+1,1),e=!0)}while(e)}addInterval(e,t,i){return this.intervals.push(this._createInterval(e,t,i)),this._joinIntervals(),this.intervals.length>100&&(this.logger(`too many intervals (${this.intervals.length}); will merge`,{type:"warn"}),this._doMergeIntervals(this.intervals[1],this.intervals[0]),this.intervals.splice(0,1)),this._flushIntervals()}getBitRate(){return this.currentRate}};var rg=M(Ci(),1);var Rr=class{constructor(e,t,i,a,s){this.pendingQueue=[];this.activeRequests={};this.completeRequests={};this.averageSegmentDuration=2e3;this.lastPrefetchStart=0;this.throttleTimeout=null;this.RETRY_COUNT=e,this.TIMEOUT=t,this.BITRATE_ESTIMATOR=i,this.MAX_PARALLEL_REQUESTS=a,this.logger=s}limitCompleteCount(){let e;for(;(e=Object.keys(this.completeRequests)).length>this._getParallelRequestCount()+2;){let t=e[Math.floor(Math.random()*e.length)];this.logger(`Dropping completed request for url ${t}`,{type:"warn"}),delete this.completeRequests[t]}}_sendRequest(e,t){let i=oe(),a=u=>{delete this.activeRequests[t],this.limitCompleteCount(),this.completeRequests[t]=e,this._sendPending(),e._error=1,e._errorMsg=u,e._errorCB?e._errorCB(u):(this.limitCompleteCount(),this.completeRequests[t]=e)},s=u=>{e._complete=1,e._responseData=u,e._downloadTime=oe()-i,delete this.activeRequests[t],this._sendPending(),e._cb?e._cb(u,e._downloadTime):(this.limitCompleteCount(),this.completeRequests[t]=e)},n=()=>{e._finallyCB&&e._finallyCB()},o=()=>{e._retry=1,e._retryCB&&e._retryCB()};e._request=Vi(t,s,()=>a("error"),o),e._request.withRetryCount(this.RETRY_COUNT).withTimeout(this.TIMEOUT).withBitrateReporting(this.BITRATE_ESTIMATOR).withParallel(this._getParallelRequestCount()>1).withFinally(n),this.activeRequests[t]=e,e._request.send(),this.lastPrefetchStart=oe()}_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=oe();if(Object.keys(this.activeRequests).length>=e)return!1;let i=this._getPrefetchDelay()-(t-this.lastPrefetchStart);return this.throttleTimeout&&clearTimeout(this.throttleTimeout),i>0?(this.throttleTimeout=window.setTimeout(()=>this._sendPending(),i),!1):!0}_sendPending(){for(;this._canSendPending();){let e=this.pendingQueue.pop();if(e){if(this.activeRequests[e]||this.completeRequests[e])continue;this.logger(`Submitting pending request url=${e}`),this._sendRequest({},e)}else return}}_removeFromActive(e){delete this.completeRequests[e],delete this.activeRequests[e]}abortAll(){(0,rg.default)(this.activeRequests).forEach(e=>{e&&e._request&&e._request.abort()}),this.activeRequests={},this.pendingQueue=[],this.completeRequests={}}requestData(e,t,i,a){let s={};return s.send=()=>{let n=this.activeRequests[e]||this.completeRequests[e];if(n)n._cb=t,n._errorCB=i,n._retryCB=a,n._finallyCB=s._finallyCB,n._error||n._complete?(this._removeFromActive(e),setTimeout(()=>{n._complete?(this.logger(`Requested url already prefetched, url=${e}`),t(n._responseData,n._downloadTime)):(this.logger(`Requested url already prefetched with error, url=${e}`),i(n._errorMsg)),s._finallyCB&&s._finallyCB()},0)):this.logger(`Attached to active request, url=${e}`);else{let o=this.pendingQueue.indexOf(e);o!==-1&&this.pendingQueue.splice(o,1),this.logger(`Request not prefetched, starting new request, url=${e}${o===-1?"":"; removed pending"}`),this._sendRequest(s,e)}},s._cb=t,s._errorCB=i,s._retryCB=a,s.abort=function(){s.request&&s.request.abort()},s.withFinally=n=>(s._finallyCB=n,s),s}prefetch(e){this.activeRequests[e]||this.completeRequests[e]?this.logger(`Request already active for url=${e}`):(this.logger(`Added to pending queue; url=${e}`),this.pendingQueue.unshift(e),this._sendPending())}optimizeForSegDuration(e){this.averageSegmentDuration=e}};import{Subject as LL}from"@vkontakte/videoplayer-shared";var Fs=1e4,qu=3;var RL=6e4,$L=10,ML=1,CL=500,Mr=class{constructor(e){this.paused=!1;this.autoQuality=!0;this.autoQualityLimits=void 0;this.buffering=!0;this.destroyed=!1;this.videoPlayStarted=!1;this.lowLatency=!1;this.bitrate=0;this.manifest=[];this.sourceBuffer=0;this.bufferStates=[];this.sourceJitter=-1;this.waitingForFirstBufferAfterSrcChange=!1;this.params=e,this.soundProhibitedEvent$=new LL,this.chunkRateEstimator=new Lr(this.params.logger),this._initVideo()}attachSource(e){this.manifestUrl=e,this.urlResolver=Fu(e),this.bitrateSwitcher=this._initBitrateSwitcher(),this._initManifest()}setAutoQualityEnabled(e){this.autoQuality=e}setAutoQualityLimits(e){this.autoQualityLimits=e}switchByName(e){let t;for(let i=0;i<this.manifest.length;++i)if(t=this.manifest[i],t.name===e){this._switchToQuality(t);return}}catchUp(){this.rep&&this.rep.stop(),this.currentManifestEntry&&(this.paused=!1,this._initPlayerWith(this.currentManifestEntry),this._notifyBuffering(!0))}stop(){this.params.videoElement.pause(),this.rep&&(this.rep.stop(),this.rep=null)}pause(){this.paused=!0,this.params.videoElement.pause(),this.videoPlayStarted=!1,this._notifyBuffering(!1)}play(){this.paused=!1;let e=this.lowLatency&&this._getBufferSizeSec()>this.sourceJitter+5;this.rep&&!e?(this.bufferStates=[],this.videoPlayStarted=!1,this.shouldPlay()?this._playVideoElement():this._notifyBuffering(!0)):this.catchUp()}startPlay(e,t){this.autoQuality=t,this._initPlayerWith(e)}destroy(){this.destroyed=!0,this.rep&&(this.rep.stop(),this.rep=null),this.manifestRequest&&this.manifestRequest.abort(),this.manifestRefetchTimer&&(clearTimeout(this.manifestRefetchTimer),this.manifestRefetchTimer=void 0)}reinit(e){this.manifestUrl=e,this.urlResolver=Fu(e),this.catchUp()}_handleNetworkError(){this.params.logger("Fatal network error"),this.params.playerCallback({name:"error",type:"network"})}_retryCallback(){this.params.playerCallback({name:"retry"})}_getBufferSizeSec(){let e=this.params.videoElement,t=0,i=e.buffered.length;return i!==0&&(t=e.buffered.end(i-1)-Math.max(e.currentTime,e.buffered.start(0))),t}_notifyBuffering(e){this.destroyed||(this.params.logger(`buffering: ${e}`),this.params.playerCallback({name:"buffering",isBuffering:e}),this.buffering=e)}_initVideo(){let{videoElement:e,logger:t}=this.params;e.addEventListener("error",()=>{!!e.error&&!this.destroyed&&(t(`Video element error: ${e.error?.code}`),this.params.playerCallback({name:"error",type:"media"}))}),e.addEventListener("timeupdate",()=>{let i=this._getBufferSizeSec();!this.paused&&i<.3?this.buffering||(this.buffering=!0,window.setTimeout(()=>{!this.paused&&this.buffering&&this._notifyBuffering(!0)},(i+.1)*1e3)):this.buffering&&this.videoPlayStarted&&this._notifyBuffering(!1)}),e.addEventListener("playing",()=>{t("playing")}),e.addEventListener("stalled",()=>this._fixupStall()),e.addEventListener("waiting",()=>this._fixupStall())}_fixupStall(){let{logger:e,videoElement:t}=this.params,i=t.buffered.length,a;i!==0&&!this.waitingForFirstBufferAfterSrcChange&&(a=t.buffered.start(i-1),t.currentTime<a&&(e("Fixup stall"),t.currentTime=a))}_selectQuality(e){let{videoElement:t}=this.params,i,a,s,n=t&&1.62*(O.display.pixelRatio||1)*t.offsetHeight||520;for(let o=0;o<this.manifest.length;++o){s=this.manifest[o];let{max:u,min:l}=this.autoQualityLimits||{};!Fb({limits:this.autoQualityLimits,highestAvailableHeight:this.manifest[0].video.height,lowestAvailableHeight:(0,ag.default)(this.manifest,-1).video.height})&&(u&&s.video.height>u||l&&s.video.height<l)||(s.bitrate<e&&n>Math.min(s.video.height,s.video.width)?(!a||s.bitrate>a.bitrate)&&(a=s):(!i||i.bitrate>s.bitrate)&&(i=s))}return a||i}shouldPlay(){if(this.paused)return!1;let t=this._getBufferSizeSec()-Math.max(1,this.sourceJitter);return t>3||Ns(this.downloadRate)&&(this.downloadRate>1.5&&t>2||this.downloadRate>2&&t>1)}_setVideoSrc(e,t){let{logger:i,videoElement:a,playerCallback:s}=this.params;this.mediaSource=new window.MediaSource,i("setting video src"),a.src=URL.createObjectURL(this.mediaSource),this.mediaSource.addEventListener("sourceopen",()=>{this.mediaSource&&(this.sourceBuffer=this.mediaSource.addSourceBuffer(e.codecs),this.bufferStates=[],t())}),this.videoPlayStarted=!1,a.addEventListener("canplay",()=>{this.shouldPlay()&&(this.videoPlayStarted=!0,this._playVideoElement())});let n=()=>{ig(a,"progress",()=>{a.buffered.length?(a.currentTime=a.buffered.start(0),this.waitingForFirstBufferAfterSrcChange=!1,s({name:"playing"})):n()})};this.waitingForFirstBufferAfterSrcChange=!0,n()}_initPlayerWith(e){this.bitrate=0,this.rep=0,this.sourceBuffer=0,this.bufferStates=[],this.filesFetcher&&this.filesFetcher.abortAll(),this.filesFetcher=new Rr(qu,Fs,this.bitrateSwitcher,this.params.config.maxParallelRequests,this.params.logger),this._setVideoSrc(e,()=>this._switchToQuality(e))}_representation(e){let{logger:t,videoElement:i,playerCallback:a}=this.params,s=!1,n=null,o=null,u=null,l=null,c=!1,d=()=>{let P=s&&(!c||c===this.rep);return P||t("Not running!"),P},p=(P,I,V)=>{u&&u.abort(),u=Vi(this.urlResolver.resolve(P,!1),I,V,()=>this._retryCallback()).withTimeout(Fs).withBitrateReporting(this.bitrateSwitcher).withRetryCount(qu).withFinally(()=>{u=null}).send()},h=(P,I,V)=>{$r(this.filesFetcher),o?.abort(),o=this.filesFetcher.requestData(this.urlResolver.resolve(P,!1),I,V,()=>this._retryCallback()).withFinally(()=>{o=null}).send()},f=P=>{let I=i.playbackRate;i.playbackRate!==P&&(t(`Playback rate switch: ${I}=>${P}`),i.playbackRate=P)},b=P=>{this.lowLatency=P,t(`lowLatency changed to ${P}`),g()},g=()=>{if(!this.lowLatency&&!this.params.config.isLiveCatchUpMode)f(1);else{let P=this._getBufferSizeSec();if(this.bufferStates.length<5){f(1);return}let V=oe()-1e4,B=0;for(let N=0;N<this.bufferStates.length;N++){let S=this.bufferStates[N];P=Math.min(P,S.buf),S.ts<V&&B++}this.bufferStates.splice(0,B),t(`update playback rate; minBuffer=${P} drop=${B} jitter=${this.sourceJitter}`);let F=P-ML;this.sourceJitter>=0?F-=this.sourceJitter/2:this.sourceJitter-=1,F>3?f(1.15):F>1?f(1.1):F>.3?f(1.05):f(1)}},v=P=>{let I,V=()=>I&&I.start?I.start.length:0,B=k=>I.start[k]/1e3,F=k=>I.dur[k]/1e3,N=k=>I.fragIndex+k,S=(k,H)=>({chunkIdx:N(k),startTS:B(k),dur:F(k),discontinuity:H}),R=()=>{let k=0;if(I&&I.dur){let H=this.lowLatency?this.params.config.lowLatencyMinBuffer:this.params.config.minBuffer,Y=this.lowLatency?this.params.config.lowLatencyMinBufferSegments:this.params.config.minBufferSegments,J=H;this.sourceJitter>1&&(J+=this.sourceJitter-1);let re=I.dur.length-1;for(;re>=0&&(J-=I.dur[re],!(J<=0));--re);k=Math.min(re,I.dur.length-1-Y),k=Math.max(k,0)}return S(k,!0)},w=k=>{let H=V();if(!(H<=0)){if(Ns(k)){for(let Y=0;Y<H;Y++)if(B(Y)>k)return S(Y)}return R()}},W=k=>{let H=V(),Y=k?k.chunkIdx+1:0,J=Y-I.fragIndex;if(!(H<=0)){if(!k||J<0||J-H>$L)return t(`Resync: offset=${J} bChunks=${H} chunk=`+JSON.stringify(k)),R();if(!(J>=H))return S(Y-I.fragIndex,!1)}},A=(k,H,Y)=>{l&&l.abort(),l=Vi(this.urlResolver.resolve(k,!0,this.lowLatency),H,Y,()=>this._retryCallback()).withTimeout(Fs).withRetryCount(qu).withFinally(()=>{l=null}).withJSONResponse().send()};return{seek:(k,H)=>{A(P,Y=>{if(!d())return;I=Y;let J=!!I.lowLatency;J!==this.lowLatency&&b(J);let re=0;for(let Se=0;Se<I.dur.length;++Se)re+=I.dur[Se];re>0&&($r(this.filesFetcher),this.filesFetcher.optimizeForSegDuration(re/I.dur.length)),a({name:"index",zeroTime:I.zeroTime,shiftDuration:I.shiftDuration}),this.sourceJitter=I.hasOwnProperty("jitter")?Math.min(10,Math.max(.01,I.jitter/1e3)):1,k(w(H))},()=>this._handleNetworkError())},nextChunk:W}},x=()=>{s=!1,o&&o.abort(),u&&u.abort(),l&&l.abort(),$r(this.filesFetcher),this.filesFetcher.abortAll()};return c={start:P=>{let{videoElement:I,logger:V}=this.params,B=v(e.jidxUrl),F,N,S,R,w=0,W,A,ie,k=()=>{W&&(clearTimeout(W),W=void 0);let $=Math.max(CL,1e3*(this._getBufferSizeSec()-this.sourceJitter-5)),Te=w+$,me=oe(),ae=Math.min(1e4,Te-me);w=me;let Be=()=>{l||d()&&B.seek(()=>{d()&&(w=oe(),H(),k())})};ae>0?W=window.setTimeout(()=>{this.paused?k():Be()},ae):Be()},H=()=>{let $;for(;$=B.nextChunk(R);)R=$,ye($);let Te=B.nextChunk(S);if(Te){if(S&&Te.discontinuity){V("Detected discontinuity; restarting playback"),this.paused?k():(x(),this._initPlayerWith(e));return}Se(Te)}else k()},Y=($,Te)=>{if(!d()||!this.sourceBuffer)return;let me,ae,Be,vt=Xe=>{window.setTimeout(()=>{d()&&Y($,Te)},Xe)};if(this.sourceBuffer.updating)V("Source buffer is updating; delaying appendBuffer"),vt(100);else{let Xe=oe(),Le=I.currentTime;!this.paused&&I.buffered.length>1&&A===Le&&Xe-ie>500&&(V("Stall suspected; trying to fix"),this._fixupStall()),A!==Le&&(A=Le,ie=Xe);let St=this._getBufferSizeSec();if(St>30)V(`Buffered ${St} seconds; delaying appendBuffer`),vt(2e3);else try{this.sourceBuffer.appendBuffer($),this.videoPlayStarted?(this.bufferStates.push({ts:Xe,buf:St}),g(),this.bufferStates.length>200&&this.bufferStates.shift()):this.shouldPlay()&&(this.videoPlayStarted=!0,this._playVideoElement()),Te&&Te()}catch(Je){if(Je.name==="QuotaExceededError")V("QuotaExceededError; delaying appendBuffer"),Be=this.sourceBuffer.buffered.length,Be!==0&&(me=this.sourceBuffer.buffered.start(0),ae=Le,ae-me>4&&this.sourceBuffer.remove(me,ae-3)),vt(1e3);else throw Je}}},J=()=>{N&&F&&(V([`Appending chunk, sz=${N.byteLength}:`,JSON.stringify(S)]),Y(N,function(){N=null,H()}))},re=$=>e.fragUrlTemplate.replace("%%id%%",$.chunkIdx),Se=$=>{d()&&h(re($),(Te,me)=>{if(d()){if(me/=1e3,N=Te,S=$,n=$.startTS,me){let ae=Math.min(10,$.dur/me);this.downloadRate=this.downloadRate?(1-.3)*this.downloadRate+.3*ae:ae}J()}},()=>this._handleNetworkError())},ye=$=>{d()&&($r(this.filesFetcher),this.filesFetcher.prefetch(this.urlResolver.resolve(re($),!1)))},j=$=>{d()&&(e.cachedHeader=$,Y($,()=>{F=!0,J()}))};s=!0,B.seek($=>{if(d()){if(w=oe(),!$){k();return}R=$,!AL(P)||$.startTS>P?Se($):(S=$,H())}},P),e.cachedHeader?j(e.cachedHeader):p(e.headerUrl,j,()=>this._handleNetworkError())},stop:x,getTimestampSec:()=>n},c}_switchToQuality(e){let{logger:t,playerCallback:i}=this.params,a;e.bitrate!==this.bitrate&&(this.rep&&(a=this.rep.getTimestampSec(),Ns(a)&&(a+=.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,$r(this.bitrateSwitcher),this.bitrateSwitcher.notifySwitch(this.bitrate),this.rep.start(a),i({name:"qualitySwitch",quality:e}))}_qualityAvailable(e){return Ns(this.manifest.find(t=>t.name===e))}_initBitrateSwitcher(){let{logger:e,playerCallback:t}=this.params,i=d=>{if(!this.autoQuality)return;let p,h,f;if(this.currentManifestEntry&&this._qualityAvailable(this.currentManifestEntry.name)&&d<this.bitrate&&(h=this._getBufferSizeSec(),f=d/this.bitrate,h>10&&f>.8||h>15&&f>.5||h>20&&f>.3)){e(`Not switching: buffer=${Math.floor(h)}; bitrate=${this.bitrate}; newRate=${Math.floor(d)}`);return}p=this._selectQuality(d),p?this._switchToQuality(p):e(`Could not find quality by bitrate ${d}`)},s={updateChunk:(p,h)=>{let f=oe();if(this.chunkRateEstimator.addInterval(p,f,h)){let g=this.chunkRateEstimator.getBitRate();return t({name:"bandwidth",size:h,duration:f-p,speed:g}),!0}},get:()=>{let p=this.chunkRateEstimator.getBitRate();return p?p*.85:0}},n=-1/0,o,u=!0,l=()=>{let d=s.get();if(d&&o&&this.autoQuality){if(u&&d>o&&Nu(n)<3e4)return;i(d)}u=this.autoQuality};return{updateChunk:(d,p)=>{let h=s.updateChunk(d,p);return h&&l(),h},notifySwitch:d=>{let p=oe();d<o&&(n=p),o=d}}}_fetchManifest(e,t,i){this.manifestRequest=Vi(this.urlResolver.resolve(e,!0),t,i,()=>this._retryCallback()).withJSONResponse().withTimeout(Fs).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;we(e,()=>{this.soundProhibitedEvent$.next()}).then(t=>{t||(this.params.liveOffset.pause(),this.params.videoState.setState("paused"))})}_handleManifestUpdate(e){let{logger:t,playerCallback:i,videoElement:a}=this.params,s=n=>{let o=[];return n?.length?(n.forEach((u,l)=>{u.video&&a.canPlayType(u.codecs).replace(/no/,"")&&window.MediaSource?.isTypeSupported?.(u.codecs)&&(u.index=l,o.push(u))}),o.sort(function(u,l){return u.video&&l.video?l.video.height-u.video.height:l.bitrate-u.bitrate}),o):(i({name:"error",type:"empty_manifest"}),[])};this.manifest=s(e),t(`Valid manifest entries: ${this.manifest.length}/${e.length}`),i({name:"manifest",manifest:this.manifest})}_refetchManifest(e){this.destroyed||(this.manifestRefetchTimer&&clearTimeout(this.manifestRefetchTimer),this.manifestRefetchTimer=window.setTimeout(()=>{this._fetchManifest(e,t=>{this.destroyed||(this._handleManifestUpdate(t),this._refetchManifest(e))},()=>this._refetchManifest(e))},RL))}_initManifest(){this._fetchManifest(this.manifestUrl,e=>{this.destroyed||(this._handleManifestUpdate(e),this._refetchManifest(this.manifestUrl))},()=>this._handleNetworkError())}};var og=M(Ii(),1);import{debounce as DL,filter as sg,fromEvent as VL,interval as BL,isHigher as OL,isInvariantQuality as _L,isLower as NL,merge as FL,Subject as ng,Subscription as qL}from"@vkontakte/videoplayer-shared";var Uu=class{constructor(){this.onDroopedVideoFramesLimit$=new ng;this.subscription=new qL;this.playing=!1;this.tracks=[];this.forceChecker$=new ng;this.isForceCheckCounter=0;this.prevTotalVideoFrames=0;this.prevDroppedVideoFrames=0;this.limitCounts={};this.handleChangeVideoQuality=()=>{let e=this.tracks.find(({size:t})=>t?.height===this.video.videoHeight&&t?.width===this.video.videoWidth);e&&!_L(e.quality)&&this.onChangeQuality(e.quality)};this.checkDroppedFrames=()=>{let{totalVideoFrames:e,droppedVideoFrames:t}=this.video.getVideoPlaybackQuality(),i=e-this.prevTotalVideoFrames,a=t-this.prevDroppedVideoFrames,s=1-(i-a)/i;!isNaN(s)&&s>0&&this.log({message:`[dropped]. current dropped percent: ${s}, limit: ${this.droppedFramesChecker.percentLimit}`}),!isNaN(s)&&s>=this.droppedFramesChecker.percentLimit&&OL(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(VL(this.video,"resize").subscribe(this.handleChangeVideoQuality));let e=BL(this.droppedFramesChecker.checkTime).pipe(sg(()=>this.playing),sg(()=>{let a=!!this.isForceCheckCounter;return a&&(this.isForceCheckCounter-=1),!a})),t=this.forceChecker$.pipe(DL(this.droppedFramesChecker.checkTime)),i=FL(e,t);this.subscription.add(i.subscribe(this.checkDroppedFrames))}onChangeQuality(e){this.currentQuality=e;let{totalVideoFrames:t,droppedVideoFrames:i}=this.video.getVideoPlaybackQuality();this.savePrevFrameCounts(t,i),this.isForceCheckCounter=this.droppedFramesChecker.tickCountAfterQualityChange,this.forceChecker$.next()}onDroopedVideoFramesLimitTrigger(){this.isAuto.getState()&&(this.log({message:`[onDroopedVideoFramesLimit]. maxQualityLimit: ${this.maxQualityLimit}`}),this.onDroopedVideoFramesLimit$.next())}getMaxQualityLimit(e){let t=(0,og.default)(this.limitCounts).filter(([,i])=>i>=this.droppedFramesChecker.countLimit).sort(([i],[a])=>NL(i,a)?-1:1)?.[0]?.[0];return e??t}get isEnabled(){return this.droppedFramesChecker.enabled&&this.isDroppedFramesCheckerSupport}get isDroppedFramesCheckerSupport(){return!!this.video&&typeof this.video.getVideoPlaybackQuality=="function"}savePrevFrameCounts(e,t){this.prevTotalVideoFrames=e,this.prevDroppedVideoFrames=t}},qs=Uu;import{map as UL,Observable as HL}from"@vkontakte/videoplayer-shared";import{fromEvent as jL}from"@vkontakte/videoplayer-shared";var Cr=()=>!!window.documentPictureInPicture?.window||!!document.pictureInPictureElement;var QL=(r,e)=>new HL(t=>{if(!window.IntersectionObserver)return;let i={root:null},a=new IntersectionObserver((n,o)=>{n.forEach(u=>t.next(u.isIntersecting||Cr()))},{...i,...e});a.observe(r);let s=jL(document,"visibilitychange").pipe(UL(n=>!document.hidden||Cr())).subscribe(n=>t.next(n));return()=>{a.unobserve(r),s.unsubscribe()}}),qe=QL;var ZL=["paused","playing","ready"],eR=["paused","playing","ready"],Dr=class{constructor(e){this.subscription=new XL;this.videoState=new C("stopped");this.representations$=new ju([]);this.droppedFramesManager=new qs;this.maxSeekBackTime$=new ju(1/0);this.zeroTime$=new ju(void 0);this.liveOffset=new Zt;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:cg.WTF,message:"LiveDashPlayer reported error"});break}case"manifest":{let t=e.manifest,i=[];for(let a of t){let s=a.name??a.index.toString(10),n=At(a.name)??JL(a.video),o=a.bitrate/1e3,u={...a.video};if(!n)continue;let l={id:s,quality:n,bitrate:o,size:u};i.push({track:l,representation:a})}this.representations$.next(i),this.params.output.availableVideoTracks$.next(i.map(({track:a})=>a)),this.videoState.getTransition()?.to==="manifest_ready"&&this.videoState.setState("manifest_ready");break}case"qualitySwitch":{let t=e.quality,i=this.representations$.getValue().find(({representation:a})=>a===t)?.track;this.params.output.hostname$.next(new URL(t.headerUrl,this.params.source.url).hostname),Hu(i)&&this.params.output.currentVideoTrack$.next(i);break}case"bandwidth":{let{size:t,duration:i}=e;this.params.dependencies.throughputEstimator.addRawSpeed(t,i);break}case"index":{this.maxSeekBackTime$.next(e.shiftDuration||0),this.zeroTime$.next(e.zeroTime);break}}};this.syncPlayback=()=>{let e=this.videoState.getState(),t=this.videoState.getTransition(),i=this.params.desiredState.playbackState.getState(),a=this.params.desiredState.playbackState.getTransition(),s=this.params.desiredState.seekState.getState();if(this.log({message:`[syncPlayback] videoState: ${e}; videoTransition: ${JSON.stringify(t)}; desiredPlaybackState: ${i}; seekState: ${JSON.stringify(s)};`}),i==="stopped"){e!=="stopped"&&(this.videoState.startTransitionTo("stopped"),this.dash.destroy(),this.video.removeAttribute("src"),this.video.load(),this.videoState.setState("stopped"));return}if(t)return;let n=this.params.desiredState.videoTrack.getTransition(),o=this.params.desiredState.autoVideoTrackSwitching.getTransition();if((0,Qu.default)(eR,e)&&(n||o)){this.prepare();return}if(a?.to!=="paused"&&s.state==="requested"&&(0,Qu.default)(ZL,e)){this.seek(s.position-this.liveOffset.getTotalPausedTime());return}switch(e){case"stopped":this.videoState.startTransitionTo("manifest_ready"),this.dash.attachSource(de(this.params.source.url));return;case"manifest_ready":this.videoState.startTransitionTo("ready"),this.prepare();break;case"ready":if(i==="paused")this.videoState.setState("paused");else if(i==="playing"){this.videoState.startTransitionTo("playing");let u=a?.from;u&&u==="ready"&&this.dash.catchUp(),this.dash.play()}return;case"playing":i==="paused"&&(this.videoState.startTransitionTo("paused"),this.liveOffset.pause(),this.dash.pause());return;case"paused":if(i==="playing")if(this.videoState.startTransitionTo("playing"),this.liveOffset.getTotalPausedTime()<this.params.config.maxPausedTime&&this.liveOffset.getTotalOffset()<this.maxSeekBackTime$.getValue())this.liveOffset.resume(),this.dash.play(),this.params.output.position$.next(-this.liveOffset.getTotalOffset()/1e3);else{let u=this.liveOffset.getTotalOffset();u>=this.maxSeekBackTime$.getValue()&&(u=0,this.liveOffset.resetTo(u)),this.liveOffset.resume(),this.params.output.position$.next(-u/1e3),this.dash.reinit(de(this.params.source.url,u))}return;default:return ug(e)}};this.textTracksManager=new Fe(e.source.url),this.params=e,this.log=this.params.dependencies.logger.createComponentLog("DashLiveProvider");let t=a=>{e.output.error$.next({id:"DashLiveProvider",category:cg.WTF,message:"DashLiveProvider internal logic error",thrown:a})};this.subscription.add(pg(this.videoState.stateChangeStarted$.pipe(Us(a=>({transition:a,type:"start"}))),this.videoState.stateChangeEnded$.pipe(Us(a=>({transition:a,type:"end"})))).subscribe(({transition:a,type:s})=>{this.log({message:`[videoState change] ${s}: ${JSON.stringify(a)}`})})),this.video=Ie(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(ne(this.params.source.url)),this.params.output.autoVideoTrackLimitingAvailable$.next(!0),this.params.output.availableVideoTracks$.next([]),this.params.output.availableAudioTracks$.next([]),this.params.output.isAudioAvailable$.next(!0),this.params.output.availableTextTracks$.next([]),this.params.desiredState.internalTextTracks.setState([]),this.textTracksManager.connect(this.video,this.params.desiredState,this.params.output);let i=ke(this.video);this.subscription.add(()=>i.destroy()),this.subscription.add(this.representations$.pipe(Us(a=>a.map(({track:s})=>s)),dg(a=>!!a.length),KL()).subscribe(a=>this.droppedFramesManager.connect({logger:this.params.dependencies.logger,video:this.video,droppedFramesChecker:this.params.tuning.droppedFramesChecker,isAuto:this.params.desiredState.autoVideoTrackSwitching,playing$:i.playing$,pause$:i.pause$,tracks:a}))),this.subscription.add(i.canplay$.subscribe(()=>{this.videoState.getTransition()?.to==="ready"&&this.videoState.setState("ready")},t)).add(i.pause$.subscribe(()=>{this.videoState.setState("paused")},t)).add(i.playing$.subscribe(()=>{this.params.desiredState.seekState.getState().state==="applying"&&this.params.output.seekedEvent$.next(),this.videoState.setState("playing")},t)).add(i.error$.subscribe(this.params.output.error$)).add(this.maxSeekBackTime$.pipe(YL(),Us(a=>-a/1e3)).subscribe(this.params.output.duration$)).add(GL({zeroTime:this.zeroTime$.pipe(dg(Hu)),position:i.timeUpdate$}).subscribe(({zeroTime:a,position:s})=>this.params.output.liveTime$.next(a+s*1e3),t)).add(rt(this.video,this.params.desiredState.isLooped,t)).add(xe(this.video,this.params.desiredState.volume,i.volumeState$,t)).add(i.volumeState$.subscribe(this.params.output.volume$,t)).add(Ne(this.video,this.params.desiredState.playbackRate,i.playbackRateState$,t)).add(i.loadStart$.subscribe(this.params.output.firstBytesEvent$)).add(i.loadedMetadata$.subscribe(this.params.output.loadedMetadataEvent$)).add(i.playing$.subscribe(this.params.output.firstFrameEvent$)).add(i.canplay$.subscribe(this.params.output.canplay$)).add(i.inPiP$.subscribe(this.params.output.inPiP$)).add(i.inFullscreen$.subscribe(this.params.output.inFullscreen$)).add(qe(this.video).subscribe(this.params.output.elementVisible$)).add(this.params.desiredState.autoVideoTrackLimits.stateChangeStarted$.subscribe(({to:{max:a,min:s}})=>{this.dash.setAutoQualityLimits({max:a&&hg(a),min:s&&hg(s)}),this.params.output.autoVideoTrackLimits$.next({max:a,min:s})})).add(this.videoState.stateChangeEnded$.subscribe(a=>{switch(a.to){case"stopped":this.params.output.position$.next(0),this.params.output.duration$.next(1/0),this.params.desiredState.playbackState.setState("stopped");break;case"manifest_ready":case"ready":this.params.desiredState.playbackState.getTransition()?.to==="ready"&&this.params.desiredState.playbackState.setState("ready");break;case"paused":this.params.desiredState.playbackState.setState("paused");break;case"playing":this.params.desiredState.playbackState.setState("playing");break;default:return ug(a.to)}},t)).add(pg(e.desiredState.playbackState.stateChangeStarted$,e.desiredState.seekState.stateChangeEnded$,e.desiredState.videoTrack.stateChangeStarted$,e.desiredState.autoVideoTrackSwitching.stateChangeStarted$,this.videoState.stateChangeEnded$,this.droppedFramesManager.onDroopedVideoFramesLimit$,zL(["init"])).pipe(WL(0)).subscribe(this.syncPlayback,t))}destroy(){this.subscription.unsubscribe(),this.textTracksManager.destroy(),this.droppedFramesManager.destroy(),this.dash.destroy(),this.params.output.element$.next(void 0),Ee(this.video)}createLiveDashPlayer(){let e=new Mr({videoElement:this.video,videoState:this.videoState,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},playerCallback:this._dashCb,logger:t=>{this.params.dependencies.logger.log({message:String(t),component:"LiveDashPlayer"})}});return e.pause(),e}prepare(){let e=this.representations$.getValue(),t=this.params.desiredState.videoTrack.getTransition()?.to??this.params.desiredState.videoTrack.getState(),i=this.params.desiredState.autoVideoTrackSwitching.getTransition()?.to??this.params.desiredState.autoVideoTrackSwitching.getState(),a=!i&&Hu(t)?t:$t(e.map(({track:l})=>l),{container:this.video.getBoundingClientRect(),panelSize:this.params.panelSize,estimatedThroughput:this.params.dependencies.throughputEstimator.throughput$.getValue(),tuning:this.params.tuning.autoTrackSelection,limits:this.params.desiredState.autoVideoTrackLimits.getState(),droppedVideoMaxQualityLimit:this.droppedFramesManager.droppedVideoMaxQualityLimit,abrLogger:this.params.dependencies.abrLogger}),s=a?.id,n=this.params.desiredState.videoTrack.getTransition(),o=this.params.desiredState.videoTrack.getState()?.id,u=this.params.desiredState.autoVideoTrackSwitching.getTransition();if(a&&(n||s!==o)&&this.setVideoTrack(a),u&&this.setAutoQuality(i),n||u||s!==o){let l=e.find(({track:c})=>c.id===s)?.representation;lg(l,"Representations missing"),this.dash.startPlay(l,i)}}setVideoTrack(e){let t=this.representations$.getValue().find(({track:i})=>i.id===e.id)?.representation;lg(t,`No such representation ${e.id}`),this.dash.switchByName(t.name),this.params.desiredState.videoTrack.setState(e)}setAutoQuality(e){this.dash.setAutoQualityEnabled(e),this.params.desiredState.autoVideoTrackSwitching.setState(e)}seek(e){this.log({message:`[seek] position: ${e}`}),this.params.output.willSeekEvent$.next();let t=this.params.desiredState.playbackState.getState(),i=this.videoState.getState(),a=t==="paused"&&i==="paused",s=-e,n=s<=this.maxSeekBackTime$.getValue()?s:0;this.params.output.position$.next(e/1e3),this.dash.reinit(de(this.params.source.url,n)),a&&this.dash.pause(),this.liveOffset.resetTo(n,a)}};var mg=Dr;var BS=M(_e(),1);var Bi=(r,e)=>{let t=0;for(let i=0;i<r.length;i++){let a=r.start(i)*1e3,s=r.end(i)*1e3;a<=e&&e<=s&&(t=s)}return Math.max(t-e,0)};import{assertNever as VM,assertNonNullable as BM,debounce as OM,ErrorCategory as CS,filter as Ml,filterChanged as Ia,fromEvent as _M,isNonNullable as DS,map as Cl,merge as cn,observableFrom as Dl,once as VS,Subscription as NM}from"@vkontakte/videoplayer-shared";var Hs=class{constructor(){Object.defineProperty(this,"listeners",{value:{},writable:!0,configurable:!0})}addEventListener(e,t,i){e in this.listeners||(this.listeners[e]=[]),this.listeners[e].push({callback:t,options:i})}removeEventListener(e,t){if(!(e in this.listeners))return;let i=this.listeners[e];for(let a=0,s=i.length;a<s;a++)if(i[a].callback===t){i.splice(a,1);return}}dispatchEvent(e){if(!(e.type in this.listeners))return;let i=this.listeners[e.type].slice();for(let a=0,s=i.length;a<s;a++){let n=i[a];try{n.callback.call(this,e)}catch(o){Promise.resolve().then(()=>{throw o})}n.options&&n.options.once&&this.removeEventListener(e.type,n.callback)}return!e.defaultPrevented}},Oi=class extends Hs{constructor(){super(),this.listeners||Hs.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)}},Vr=class{constructor(){Object.defineProperty(this,"signal",{value:new Oi,writable:!0,configurable:!0})}abort(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}}let i=e;if(i===void 0)if(typeof document>"u")i=new Error("This operation was aborted"),i.name="AbortError";else try{i=new DOMException("signal is aborted without reason")}catch{i=new Error("This operation was aborted"),i.name="AbortError"}this.signal.reason=i,this.signal.dispatchEvent(t)}toString(){return"[object AbortController]"}};typeof Symbol<"u"&&Symbol.toStringTag&&(Vr.prototype[Symbol.toStringTag]="AbortController",Oi.prototype[Symbol.toStringTag]="AbortSignal");function js(r){return r.__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL?(console.log("__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL=true is set, will force install polyfill"),!0):typeof r.Request=="function"&&!r.Request.prototype.hasOwnProperty("signal")||!r.AbortController}function Gu(r){typeof r=="function"&&(r={fetch:r});let{fetch:e,Request:t=e.Request,AbortController:i,__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL:a=!1}=r;if(!js({fetch:e,Request:t,AbortController:i,__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL:a}))return{fetch:e,Request:s};let s=t;(s&&!s.prototype.hasOwnProperty("signal")||a)&&(s=function(l,c){let d;c&&c.signal&&(d=c.signal,delete c.signal);let p=new t(l,c);return d&&Object.defineProperty(p,"signal",{writable:!1,enumerable:!1,configurable:!0,value:d}),p},s.prototype=t.prototype);let n=e;return{fetch:(u,l)=>{let c=s&&s.prototype.isPrototypeOf(u)?u.signal:l?l.signal:void 0;if(c){let d;try{d=new DOMException("Aborted","AbortError")}catch{d=new Error("Aborted"),d.name="AbortError"}if(c.aborted)return Promise.reject(d);let p=new Promise((h,f)=>{c.addEventListener("abort",()=>f(d),{once:!0})});return l&&l.signal&&delete l.signal,Promise.race([p,n(u,l)])}return n(u,l)},Request:s}}var Br=js({fetch:window.fetch,Request:window.Request,AbortController:window.AbortController}),fg=Br?Gu({fetch:window.fetch,Request:window.Request,AbortController:window.AbortController}):void 0,st=Br?fg.fetch:window.fetch,eF=Br?fg.Request:window.Request,pe=Br?Vr:window.AbortController,tF=Br?Oi:window.AbortSignal;var Al=M(Yu(),1);var tv=M(ev(),1);import{ErrorCategory as _r}from"@vkontakte/videoplayer-shared";var iv=r=>{if(!r)return{id:"EmptyResponse",category:_r.PARSER,message:"Empty response"};if(r.length<=2&&r.match(/^\d+$/))return{id:`UVError#${r}`,category:_r.NETWORK,message:`UV Error ${r}`};let e=(0,tv.default)(r).substring(0,100).toLowerCase();if(e.startsWith("<!doctype")||e.startsWith("<html>")||e.startsWith("<body>")||e.startsWith("<head>"))return{id:"UnexpectedHTML",category:_r.NETWORK,message:"Received unexpected HTML, possibly a ISP block"};if(e.startsWith("<?xml"))return new DOMParser().parseFromString(r,"text/xml").querySelector("parsererror")?{id:"InvalidXML",category:_r.PARSER,message:"XML parsing error"}:{id:"XMLParserLogicError",category:_r.PARSER,message:"Response is valid XML, but parser failed"}};var Mt=(r,e,t=0)=>{for(let i=0;i<r.length;i++)if(r.start(i)*1e3-t<=e&&r.end(i)*1e3+t>e)return!0;return!1};import{abortable as Pl,assertNonNullable as Hi,combine as ji,ErrorCategory as nt,filter as rn,filterChanged as Sa,flattenObject as ya,fromEvent as bt,getTraceSubscriptionMethod as gM,interval as kl,isNonNullable as Ta,isNullable as kS,map as Qi,merge as si,now as wl,Subject as an,Subscription as wS,tap as vM,throttle as SM,ValueSubject as K}from"@vkontakte/videoplayer-shared";var Gs=M(_e(),1),qi=M(Lt(),1),Ws=M(Yu(),1);var NR=(r,e={})=>{let i=e.timeout||1,a=performance.now();return window.setTimeout(()=>{r({get didTimeout(){return e.timeout?!1:performance.now()-a-1>i},timeRemaining(){return Math.max(0,1+(performance.now()-a))}})},1)},FR=r=>window.clearTimeout(r),rv=r=>typeof r=="function"&&r?.toString().endsWith("{ [native code] }"),av=!rv(window.requestIdleCallback)||!rv(window.cancelIdleCallback),Zu=av?NR:window.requestIdleCallback,Nr=av?FR:window.cancelIdleCallback;var hS=M(xs(),1);import{assertNever as qR,ErrorCategory as sv,Subject as nv}from"@vkontakte/videoplayer-shared";var UR=18,ov=!1;try{ov=O.browser.isSafari&&!!O.browser.safariVersion&&O.browser.safariVersion<=UR}catch(r){console.error(r)}var el=class{constructor(e){this.bufferFull$=new nv;this.error$=new nv;this.queue=[];this.currentTask=null;this.destroyed=!1;this.abortRequested=!1;this.completeTask=()=>{try{if(this.currentTask){let e=this.currentTask.signal?.aborted;this.currentTask.callback(!e),this.currentTask=null}this.queue.length&&this.pull()}catch(e){this.error$.next({id:"BufferTaskQueueUnknown",category:sv.VIDEO_PIPELINE,message:"Buffer appending or removal failed",thrown:e})}};this.buffer=e,this.buffer.addEventListener("updateend",this.completeTask)}async append(e,t){return t&&t.aborted?!1:new Promise(i=>{let a={operation:"append",data:e,signal:t,callback:i};this.queue.push(a),this.pull()})}async remove(e,t,i){return i&&i.aborted?!1:new Promise(a=>{let s={operation:"remove",from:e,to:t,signal:i,callback:a};this.queue.unshift(s),this.pull()})}async abort(e){return new Promise(t=>{let i,a=s=>{this.abortRequested=!1,t(s)};ov&&e?i={operation:"safariAbort",init:e,callback:a}:i={operation:"abort",callback:a};for(let{callback:s}of this.queue)s(!1);this.abortRequested=!0,i&&(this.queue=[i]),this.pull()})}destroy(){this.destroyed=!0,this.buffer.removeEventListener("updateend",this.completeTask),this.queue=[],this.currentTask=null;try{this.buffer.abort()}catch(e){if(!(e instanceof DOMException&&e.name==="InvalidStateError"))throw e}}pull(){if((this.buffer.updating||this.currentTask||this.destroyed)&&!this.abortRequested)return;let e=this.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(a){a instanceof DOMException&&a.name==="QuotaExceededError"&&t==="append"?this.bufferFull$.next(this.currentTask.data.byteLength):a instanceof DOMException&&a.name==="InvalidStateError"||this.error$.next({id:`BufferTaskQueue:${t}`,category:sv.VIDEO_PIPELINE,message:"Buffer operation failed",thrown:a}),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:qR(t)}}},uv=el;var tl=r=>{let e=0;for(let t=0;t<r.length;t++)e+=r.end(t)-r.start(t);return e*1e3};import{abortable as Dt,assertNonNullable as Ae,ErrorCategory as ft,fromEvent as vl,getExponentialDelay as Sl,isNonNullable as Fi,isNullable as he,now as Qs,once as aM,Subject as sM,Subscription as nM,ValueSubject as ii}from"@vkontakte/videoplayer-shared";var q=class{constructor(e,t){this.cursor=0;this.source=e,this.boxParser=t,this.children=[];let i=this.readUint32();this.type=this.readString(4),this.size32=i<=e.buffer.byteLength-e.byteOffset?i:NaN;let a=this.size32?this.size32-8:void 0,s=e.byteOffset+this.cursor;this.size64=0,this.usertype=0,this.content=new DataView(e.buffer,s,a)}get id(){return this.type}get size(){return this.size32}scanForBoxes(e){return this.boxParser.parse(e)}readString(e,t="ascii"){let a=new TextDecoder(t).decode(new DataView(this.source.buffer,this.source.byteOffset+this.cursor,e));return this.cursor+=e,a}readUint8(){let e=this.source.getUint8(this.cursor);return this.cursor+=1,e}readUint16(){let e=this.source.getUint16(this.cursor);return this.cursor+=2,e}readUint32(){let e=this.source.getUint32(this.cursor);return this.cursor+=4,e}readUint64(){let e=this.source.getBigInt64(this.cursor);return this.cursor+=8,e}};var _i=class extends q{};var Fr=class extends q{constructor(t,i){super(t,i);this.ondemandPrefix="ondemandlivejson";this.ondemandDataReceivedKey="t-in";this.ondemandDataPreparedKey="t-out";let a=this.content.byteOffset,s=a+this.content.byteLength,n=new TextDecoder("ascii").decode(this.content.buffer.slice(a,s)).split(this.ondemandPrefix)[1],o=JSON.parse(n);this.serverDataReceivedTimestamp=o[this.ondemandDataReceivedKey],this.serverDataPreparedTime=o[this.ondemandDataPreparedKey]}};var qr=class extends q{constructor(e,t){super(e,t),this.compatibleBrands=[],this.majorBrand=this.readString(4),this.minorVersion=this.readUint32();let i=this.size-this.cursor;for(;i;){let a=this.readString(4);this.compatibleBrands.push(a),i-=4}}};var Ur=class extends q{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var z=class extends q{constructor(e,t){super(e,t);let i=this.readUint32();this.version=i>>>24,this.flags=i&16777215}};var Hr=class extends z{constructor(e,t){super(e,t),this.creationTime=this.readUint32(),this.modificationTime=this.readUint32(),this.timescale=this.readUint32(),this.duration=this.readUint32(),this.rate=this.readUint32(),this.volume=this.readUint16()}};var jr=class extends q{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var Qr=class extends q{constructor(e,t){super(e,t),this.data=this.content}};var ei=class extends z{get earliestPresentationTime(){return this.earliestPresentationTime32}get firstOffset(){return this.firstOffset32}constructor(e,t){super(e,t),this.segments=[],this.referenceId=this.readUint32(),this.timescale=this.readUint32(),this.earliestPresentationTime32=this.readUint32(),this.firstOffset32=this.readUint32(),this.earliestPresentationTime64=0,this.firstOffset64=0,this.referenceCount=this.readUint32()&65535;for(let i=0;i<this.referenceCount;i++){let a=this.readUint32(),s=a>>>31,n=a<<1>>>1,o=this.readUint32();a=this.readUint32();let u=a>>>28,l=a<<3>>>3;this.segments.push({referenceType:s,referencedSize:n,subsegmentDuration:o,SAPType:u,SAPDeltaTime:l})}}};var Gr=class extends q{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var Wr=class extends q{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var Yr=class extends z{constructor(e,t){switch(super(e,t),this.readUint8()){case 0:this.stereoMode=0;break;case 1:this.stereoMode=1;break;case 2:this.stereoMode=2;break;case 3:this.stereoMode=3;break;case 4:this.stereoMode=4;break}this.cursor+=1}};var zr=class extends z{constructor(e,t){super(e,t),this.poseYawDegrees=this.readUint32(),this.posePitchDegrees=this.readUint32(),this.poseRollDegrees=this.readUint32()}};var Kr=class extends z{constructor(e,t){super(e,t),this.projectionBoundsTop=this.readUint32(),this.projectionBoundsBottom=this.readUint32(),this.projectionBoundsLeft=this.readUint32(),this.projectionBoundsRight=this.readUint32()}};var Xr=class extends q{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var Jr=class extends z{constructor(e,t){super(e,t),this.creationTime=this.readUint32(),this.modificationTime=this.readUint32(),this.trackId=this.readUint32(),this.cursor+=4,this.duration=this.readUint32(),this.cursor+=8,this.layer=this.readUint16(),this.alternateGroup=this.readUint16(),this.cursor+=2,this.cursor+=2,this.matrix=[[this.readUint32(),this.readUint32(),this.readUint32()],[this.readUint32(),this.readUint32(),this.readUint32()],[this.readUint32(),this.readUint32(),this.readUint32()]],this.width=this.readUint32(),this.height=this.readUint32()}};var Zr=class extends q{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var ea=class extends q{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var ta=class extends z{constructor(e,t){super(e,t),this.sequenceNumber=this.readUint32()}};var ia=class extends q{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var ra=class extends z{constructor(e,t){super(e,t),this.trackId=this.readUint32(),this.flags&1&&(this.baseDataOffset=this.readUint64()),this.flags&2&&(this.sampleDescriptionIndex=this.readUint32()),this.flags&8&&(this.defaultSampleDuration=this.readUint32()),this.flags&16&&(this.defaultSampleSize=this.readUint32()),this.flags&32&&(this.defaultSampleFlags=this.readUint32())}};var aa=class extends z{constructor(t,i){super(t,i);this.baseMediaDecodeTime32=0;this.baseMediaDecodeTime64=BigInt(0);this.version===1?this.baseMediaDecodeTime64=this.readUint64():this.baseMediaDecodeTime32=this.readUint32()}get baseMediaDecodeTime(){return this.version===1?this.baseMediaDecodeTime64:this.baseMediaDecodeTime32}};var sa=class extends z{constructor(t,i){super(t,i);this.sampleDuration=[];this.sampleSize=[];this.sampleFlags=[];this.sampleCompositionTimeOffset=[];this.optionalFields=0;this.sampleCount=this.readUint32(),this.flags&1&&(this.dataOffset=this.readUint32()),this.flags&4&&(this.firstSampleFlags=this.readUint32());for(let a=0;a<this.sampleCount;a++)this.flags&256&&this.sampleDuration.push(this.readUint32()),this.flags&512&&this.sampleSize.push(this.readUint32()),this.flags&1024&&this.sampleFlags.push(this.readUint32()),this.flags&2048&&this.sampleCompositionTimeOffset.push(this.readUint32())}};var na=class extends q{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var oa=class extends z{constructor(e,t){super(e,t),this.entryCount=this.readUint32(),this.children=this.scanForBoxes(new DataView(this.content.buffer,this.content.byteOffset+8,this.content.byteLength-8))}};var ua=class extends q{constructor(e,t){super(e,t),this.children=this.scanForBoxes(new DataView(this.content.buffer,this.content.byteOffset+78,this.content.byteLength-78))}};var jR={ftyp:qr,moov:Ur,mvhd:Hr,moof:jr,mdat:Qr,sidx:ei,trak:Gr,mdia:Xr,mfhd:ta,tkhd:Jr,traf:ia,tfhd:ra,tfdt:aa,trun:sa,minf:Zr,sv3d:Wr,st3d:Yr,prhd:zr,proj:ea,equi:Kr,uuid:Fr,stbl:na,stsd:oa,avc1:ua,unknown:_i},ht=class r{constructor(e={}){this.options={offset:0,...e}}parse(e){let t=[],i=this.options.offset;for(;i<e.byteLength;)try{let s=new TextDecoder("ascii").decode(new DataView(e.buffer,e.byteOffset+i+4,4)),n=this.createBox(s,new DataView(e.buffer,e.byteOffset+i));if(!n.size)break;t.push(n),i+=n.size}catch{break}return t}createBox(e,t){let i=jR[e];return i?new i(t,new r):new _i(t,new r)}};var Ct=class{constructor(e){this.index={},this.indexBoxLevel(e)}indexBoxLevel(e){e.forEach(t=>{this.index[t.type]??=[],this.index[t.type].push(t),t.children.length>0&&this.indexBoxLevel(t.children)})}find(e){return this.index[e]&&this.index[e][0]?this.index[e][0]:null}findAll(e){return this.index[e]||[]}};var GR=new TextDecoder("ascii"),WR=r=>GR.decode(new DataView(r.buffer,r.byteOffset+4,4))==="ftyp",YR=r=>{let e=new ei(r,new ht),t=e.earliestPresentationTime/e.timescale*1e3,i=r.byteOffset+r.byteLength+e.firstOffset;return e.segments.map(s=>{if(s.referenceType!==0)throw new Error("Unsupported multilevel sidx");let n=s.subsegmentDuration/e.timescale*1e3,o={status:"none",time:{from:t,to:t+n},byte:{from:i,to:i+s.referencedSize-1}};return t+=n,i+=s.referencedSize,o})},zR=(r,e)=>{let i=new ht().parse(r),a=new Ct(i),s=a.findAll("moof"),n=e?a.findAll("uuid"):a.findAll("mdat");if(!(n.length&&s.length))return null;let o=s[0],u=n[n.length-1],l=o.source.byteOffset,d=u.source.byteOffset-o.source.byteOffset+u.size;return new DataView(r.buffer,l,d)},KR=r=>{let t=new ht().parse(r),i=new Ct(t),a={},s=i.findAll("uuid");return s.length?s[s.length-1]:a},XR=r=>{let t=new ht().parse(r);return new Ct(t).find("sidx")?.timescale},JR=(r,e)=>{let i=new ht().parse(r),s=new Ct(i).findAll("traf"),n=s[s.length-1].children.find(d=>d.type==="tfhd"),o=s[s.length-1].children.find(d=>d.type==="tfdt"),u=s[s.length-1].children.find(d=>d.type==="trun"),l=0;return u.sampleDuration.length?l=u.sampleDuration.reduce((d,p)=>d+p,0):l=n.defaultSampleDuration*u.sampleCount,(Number(o.baseMediaDecodeTime)+l)/e*1e3},ZR=r=>{let e={is3dVideo:!1,stereoMode:0,projectionType:1,projectionData:{pose:{yaw:0,pitch:0,roll:0},bounds:{top:0,bottom:0,left:0,right:0}}},i=new ht().parse(r),a=new Ct(i);if(a.find("sv3d")){e.is3dVideo=!0;let n=a.find("st3d");n&&(e.stereoMode=n.stereoMode);let o=a.find("prhd");o&&(e.projectionData.pose.yaw=o.poseYawDegrees,e.projectionData.pose.pitch=o.posePitchDegrees,e.projectionData.pose.roll=o.poseRollDegrees);let u=a.find("equi");u&&(e.projectionData.bounds.top=u.projectionBoundsTop,e.projectionData.bounds.right=u.projectionBoundsRight,e.projectionData.bounds.bottom=u.projectionBoundsBottom,e.projectionData.bounds.left=u.projectionBoundsLeft)}return e},lv={validateData:WR,parseInit:ZR,getIndexRange:()=>{},parseSegments:YR,parseFeedableSegmentChunk:zR,getChunkEndTime:JR,getServerLatencyTimestamps:KR,getTimescaleFromIndex:XR};var ca=M(_e(),1);import{assertNonNullable as rl,isNonNullable as hv,isNullable as t$}from"@vkontakte/videoplayer-shared";import{assertNever as e$}from"@vkontakte/videoplayer-shared";var cv={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"}},dv=r=>{let e=r.getUint8(0),t=0;e&128?t=1:e&64?t=2:e&32?t=3:e&16&&(t=4);let i=la(r,t),a=i in cv,s=a?cv[i].type:"binary",n=r.getUint8(t),o=0;n&128?o=1:n&64?o=2:n&32?o=3:n&16?o=4:n&8?o=5:n&4?o=6:n&2?o=7:n&1&&(o=8);let u=new DataView(r.buffer,r.byteOffset+t+1,o-1),l=n&255>>o,c=la(u),d=l*2**((o-1)*8)+c,p=t+o,h;return p+d>r.byteLength?h=new DataView(r.buffer,r.byteOffset+p):h=new DataView(r.buffer,r.byteOffset+p,d),{tag:a?i:"0x"+i.toString(16).toUpperCase(),type:s,tagHeaderSize:p,tagSize:p+d,value:h,valueSize:d}},la=(r,e=r.byteLength)=>{switch(e){case 1:return r.getUint8(0);case 2:return r.getUint16(0);case 3:return r.getUint8(0)*2**16+r.getUint16(1);case 4:return r.getUint32(0);case 5:return r.getUint8(0)*2**32+r.getUint32(1);case 6:return r.getUint16(0)*2**32+r.getUint32(2);case 7:{let t=r.getUint8(0)*281474976710656+r.getUint16(1)*4294967296+r.getUint32(3);if(Number.isSafeInteger(t))return t}case 8:throw new ReferenceError("Int64 is not supported")}return 0},ze=(r,e)=>{switch(e){case"int":return r.getInt8(0);case"uint":return la(r);case"float":return r.byteLength===4?r.getFloat32(0):r.getFloat64(0);case"string":return new TextDecoder("ascii").decode(r);case"utf8":return new TextDecoder("utf-8").decode(r);case"date":return new Date(Date.UTC(2001,0)+r.getInt8(0)).getTime();case"master":return r;case"binary":return r;default:e$(e)}},ti=(r,e)=>{let t=0;for(;t<r.byteLength;){let i=new DataView(r.buffer,r.byteOffset+t),a=dv(i);if(!e(a))return;a.type==="master"&&ti(a.value,e),t=a.value.byteOffset-r.byteOffset+a.valueSize}},pv=r=>{if(r.getUint32(0)!==440786851)return!1;let e,t,i,a=dv(r);return ti(a.value,({tag:s,type:n,value:o})=>(s===17143?e=ze(o,n):s===17026?t=ze(o,n):s===17029&&(i=ze(o,n)),!0)),(e===void 0||e<=1)&&t!==void 0&&t==="webm"&&(i===void 0||i<=2)};var mv=[357149030,290298740,374648427,174,224,30320,30321,30322,272869232,524531317,475249515,423732329,307544935],i$=[231,22612,22743,167,171,163,160,175],r$=r=>{let e,t,i,a,s=!1,n=!1,o=!1,u,l,c=!1,d=0;return ti(r,({tag:p,type:h,value:f,valueSize:b})=>{if(p===21419){let g=ze(f,h);l=la(g)}else p!==21420&&(l=void 0);return p===408125543?(e=f.byteOffset,t=f.byteOffset+b):p===357149030?s=!0:p===290298740?n=!0:p===2807729?i=ze(f,h):p===17545?a=ze(f,h):p===21420&&l===475249515?u=ze(f,h):p===374648427?ti(f,({tag:g,type:v,value:x})=>g===30321?(c=ze(x,v)===1,!1):!0):s&&n&&(0,ca.default)(mv,p)&&(o=!0),!o}),rl(e,"Failed to parse webm Segment start"),rl(t,"Failed to parse webm Segment end"),rl(a,"Failed to parse webm Segment duration"),i=i??1e6,{segmentStart:Math.round(e/1e9*i*1e3),segmentEnd:Math.round(t/1e9*i*1e3),timeScale:i,segmentDuration:Math.round(a/1e9*i*1e3),cuesSeekPosition:u,is3dVideo:c,stereoMode:d,projectionType:1,projectionData:{pose:{yaw:0,pitch:0,roll:0},bounds:{top:0,bottom:0,left:0,right:0}}}},a$=r=>{if(t$(r.cuesSeekPosition))return;let e=r.segmentStart+r.cuesSeekPosition,t=1024*1024;return{from:e,to:e+t}},s$=(r,e)=>{let t=!1,i=!1,a=o=>hv(o.time)&&hv(o.position),s=[],n;return ti(r,({tag:o,type:u,value:l})=>{switch(o){case 475249515:t=!0;break;case 187:n&&a(n)&&s.push(n),n={};break;case 179:n&&(n.time=ze(l,u));break;case 183:break;case 241:n&&(n.position=ze(l,u));break;default:t&&(0,ca.default)(mv,o)&&(i=!0)}return!(t&&i)}),n&&a(n)&&s.push(n),s.map((o,u)=>{let{time:l,position:c}=o,d=s[u+1];return{status:"none",time:{from:l,to:d?d.time:e.segmentDuration},byte:{from:e.segmentStart+c,to:d?e.segmentStart+d.position-1:e.segmentEnd-1}}})},n$=r=>{let e=0,t=!1;try{ti(r,i=>i.tag===524531317?i.tagSize<=r.byteLength?(e=i.tagSize,!1):(e+=i.tagHeaderSize,!0):(0,ca.default)(i$,i.tag)?(e+i.tagSize<=r.byteLength&&(e+=i.tagSize,t||=(0,ca.default)([163,160,175],i.tag)),!0):!1)}catch{}return e>0&&e<=r.byteLength&&t?new DataView(r.buffer,r.byteOffset,e):null},fv={validateData:pv,parseInit:r$,getIndexRange:a$,parseSegments:s$,parseFeedableSegmentChunk:n$};var da=r=>{let e=/^(.+)\/([^;]+)(?:;.*)?$/.exec(r);if(e){let[,t,i]=e;if(t==="audio"||t==="video")switch(i){case"webm":return fv;case"mp4":return lv}}throw new ReferenceError(`Unsupported mime type ${r}`)};var fl=M(Vv(),1),oS=M(Ii(),1),uS=M(Xv(),1),lS=M(Lt(),1),bl=M(Ci(),1);var Jv=M(_e(),1),ll=r=>{let e=r.split("."),[t,...i]=e;if(!t)return!1;switch(t){case"av01":{let[a,s,n]=i;return!!(n&&parseInt(n,10)>8)}case"vp09":{let[a,s,n]=i;return!!(a&&parseInt(a,10)>=2&&n&&parseInt(n,10)>8)}case"avc1":{let a=i[0];if(!a||a.length!==6)return!1;let[s,n]=a.toUpperCase(),o=s+n;return(0,Jv.default)(["6E","7A","F4"],o)}}return!1};import{isNonNullable as rM,isNullable as sS}from"@vkontakte/videoplayer-shared";var Zv=r=>{if(r.includes("/")){let e=r.split("/");return parseInt(e[0])/parseInt(e[1])}else return parseFloat(r)};var eS=r=>{try{let e=tM(),t=r.match(e),{groups:i}=t??{};if(i){let a={};if(i.extensions){let o=i.extensions.toLowerCase().match(/(?:[0-9a-wy-z](?:-[a-z0-9]{2,8})+)/g);Array.from(o||[]).forEach(u=>{a[u[0]]=u.slice(2)})}let s=i.variants?.split(/-/).filter(o=>o!==""),n={extlang:i.extlang,langtag:i.langtag,language:i.language,privateuse:i.privateuse||i.privateuse2,region:i.region,script:i.script,extensions:a,variants:s};return Object.keys(n).forEach(o=>{let u=n[o];(typeof u>"u"||u==="")&&delete n[o]}),n}return null}catch{return null}};function tM(){let r="(?<extlang>(?:[a-z]{3}(?:-[a-z]{3}){0,2}))",e="x(?:-[a-z0-9]{1,8})+",c=`^(?:(?<langtag>${`
64
+ (?<language>${`(?:[a-z]{2,3}(?:-${r})?|[a-z]{4}|[a-z]{5,8})`})
119
65
  (-(?<script>[a-z]{4}))?
120
66
  (-(?<region>(?:[a-z]{2}|[0-9]{3})))?
121
67
  (?<variants>(?:-(?:[a-z0-9]{5,8}|[0-9][a-z0-9]{3}))*)
122
68
  (?<extensions>(?:-[0-9a-wy-z](?:-[a-z0-9]{2,8})+)*)
123
69
  (?:-(?<privateuse>(?:${e})))?
124
- `})|(?<privateuse2>${e}))$`.replace(/[\s\t\n]/g,"");return new RegExp(c,"i")}var dd=V(Lt(),1);import{videoSizeToQuality as qD}from"@vkontakte/videoplayer-shared";var ST=({id:a,width:e,height:t,bitrate:i,fps:r,quality:s,streamId:n})=>{let o=(s?_t(s):void 0)??qD({width:e,height:t});return o&&{id:a,quality:o,bitrate:i,size:{width:e,height:t},fps:r,streamId:n}},vT=({id:a,bitrate:e})=>({id:a,bitrate:e}),yT=({language:a,label:e},{id:t,url:i,isAuto:r})=>({id:t,url:i,isAuto:r,type:"internal",language:a,label:e}),TT=({language:a,label:e,id:t,url:i,isAuto:r})=>({id:t,url:i,isAuto:r,type:"internal",language:a,label:e}),pd=({id:a,language:e,label:t,codecs:i,isDefault:r})=>({id:a,language:e,label:t,codec:(0,dd.default)(i.split("."),0),isDefault:r}),hd=({id:a,language:e,label:t,hdr:i,codecs:r})=>({id:a,language:e,hdr:i,label:t,codec:(0,dd.default)(r.split("."),0)}),fd=a=>"url"in a,Ye=a=>a.type==="template",ms=a=>a instanceof DOMException&&(a.name==="AbortError"||a.code===20);var xT=a=>{if(!a?.startsWith("P"))return;let e=(n,o)=>{let u=n?parseFloat(n.replace(",",".")):NaN;return(isNaN(u)?0:u)*o},i=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/.exec(a),r=i?.[1]==="-"?-1:1,s={days:e(i?.[5],r),hours:e(i?.[6],r),minutes:e(i?.[7],r),seconds:e(i?.[8],r)};return s.days*24*60*60*1e3+s.hours*60*60*1e3+s.minutes*60*1e3+s.seconds*1e3},ii=(a,e)=>{let t=a;t=(0,md.default)(t,"$$","$");let i={RepresentationID:e.representationId,Number:e.segmentNumber,Bandwidth:e.bandwidth,Time:e.segmentTime};for(let[r,s]of(0,ET.default)(i)){let n=new RegExp(`\\$${r}(?:%0(\\d+)d)?\\$`,"g");t=(0,md.default)(t,n,(o,u)=>IT(s)?o:IT(u)?s:(0,wT.default)(s,parseInt(u,10),"0"))}return t},kT=(a,e)=>{let i=new DOMParser().parseFromString(a,"application/xml"),r={video:[],audio:[],text:[]},s=i.children[0],n=Array.from(s.querySelectorAll("MPD > BaseURL").values()).map(k=>k.textContent?.trim()??""),o=(0,PT.default)(n,0)??"",u=s.getAttribute("type")==="dynamic",l=s.getAttribute("availabilityStartTime"),c=s.getAttribute("publishTime"),p=s.getElementsByTagName("vk:Attrs")[0],d=p?.getElementsByTagName("vk:XLatestSegmentPublishTime")[0].textContent,h=p?.getElementsByTagName("vk:XStreamIsLive")[0].textContent,f=p?.getElementsByTagName("vk:XStreamIsUnpublished")[0].textContent,b=p?.getElementsByTagName("vk:XPlaybackDuration")[0].textContent,g;u&&(g={availabilityStartTime:l?new Date(l).getTime():0,publishTime:c?new Date(c).getTime():0,latestSegmentPublishTime:d?new Date(d).getTime():0,streamIsAlive:h==="yes",streamIsUnpublished:f==="yes"});let S,T=s.getAttribute("mediaPresentationDuration"),y=[...s.getElementsByTagName("Period")],E=y.reduce((k,v)=>({...k,[v.id]:v.children}),{}),w=y.reduce((k,v)=>({...k,[v.id]:v.getAttribute("duration")}),{});T?S=xT(T):(0,bd.default)(w).filter(k=>k).length&&!u?S=(0,bd.default)(w).reduce((k,v)=>k+(xT(v)??0),0):b&&(S=parseInt(b,10));let $=0,_=s.getAttribute("profiles")?.split(",")??[];for(let k of y.map(v=>v.id))for(let v of E[k]){let C=v.getAttribute("id")??"id"+($++).toString(10),I=v.getAttribute("mimeType")??"",x=v.getAttribute("codecs")??"",R=v.getAttribute("contentType")??I?.split("/")[0],re=v.getAttribute("profiles")?.split(",")??[],B=gT(v.getAttribute("lang")??"")??{},q=v.querySelector("Label")?.textContent?.trim()??void 0,Y=v.querySelectorAll("Representation"),ne=v.querySelector("SegmentTemplate"),ge=v.querySelector("Role")?.getAttribute("value")??void 0,oe=R,J={id:C,language:B.language,isDefault:ge==="main",label:q,codecs:x,hdr:oe==="video"&&Cr(x),mime:I,representations:[]};for(let L of Y){let O=L.getAttribute("lang")??void 0,Pe=q??v.getAttribute("label")??L.getAttribute("label")??void 0,Se=L.querySelector("BaseURL")?.textContent?.trim()??"",ee=new URL(Se||o,e).toString(),ye=L.getAttribute("mimeType")??I,at=L.getAttribute("codecs")??x??"",je;if(R==="text"){let ce=L.getAttribute("id")||"",st=B.privateuse?.includes("x-auto")||ce.includes("_auto"),Ee=L.querySelector("SegmentTemplate");if(Ee){let It={representationId:L.getAttribute("id")??void 0,bandwidth:L.getAttribute("bandwidth")??void 0},jt=parseInt(L.getAttribute("bandwidth")??"",10)/1e3,Ht=parseInt(Ee.getAttribute("startNumber")??"",10)??1,nt=parseInt(Ee.getAttribute("timescale")??"",10),Ri=Ee.querySelectorAll("SegmentTimeline S")??[],ot=Ee.getAttribute("media");if(!ot)continue;let zt=[],Wt=0,Gt="",ut=0,xt=Ht,G=0;for(let ue of Ri){let He=parseInt(ue.getAttribute("d")??"",10),te=parseInt(ue.getAttribute("r")??"",10)||0,ke=parseInt(ue.getAttribute("t")??"",10);G=Number.isFinite(ke)?ke:G;let ze=He/nt*1e3,lt=G/nt*1e3;for(let he=0;he<te+1;he++){let Ae=ii(ot,{...It,segmentNumber:xt.toString(10),segmentTime:(G+he*He).toString(10)}),ct=(lt??0)+he*ze,wt=ct+ze;xt++,zt.push({time:{from:ct,to:wt},url:Ae})}G+=(te+1)*He,Wt+=(te+1)*ze}ut=G/nt*1e3,Gt=ii(ot,{...It,segmentNumber:xt.toString(10),segmentTime:G.toString(10)});let Et={time:{from:ut,to:1/0},url:Gt},Te={type:"template",baseUrl:ee,segmentTemplateUrl:ot,initUrl:"",totalSegmentsDurationMs:Wt,segments:zt,nextSegmentBeyondManifest:Et,timescale:nt};je={id:ce,kind:"text",segmentReference:Te,profiles:[],duration:S,bitrate:jt,mime:"",codecs:"",width:0,height:0,isAuto:st}}else je={id:ce,isAuto:st,kind:"text",url:ee}}else{let ce=L.getAttribute("contentType")??ye?.split("/")[0]??R,st=v.getAttribute("profiles")?.split(",")??[],Ee=parseInt(L.getAttribute("width")??"",10),It=parseInt(L.getAttribute("height")??"",10),jt=parseInt(L.getAttribute("bandwidth")??"",10)/1e3,Ht=L.getAttribute("frameRate")??"",nt=L.getAttribute("quality")??void 0,Ri=Ht?$o(Ht):void 0,ot=L.getAttribute("id")??"id"+($++).toString(10),zt=ce==="video"?`${It}p`:ce==="audio"?`${jt}Kbps`:at,Wt=`${ot}@${zt}`,Gt=[..._,...re,...st],ut,xt=L.querySelector("SegmentBase"),G=L.querySelector("SegmentTemplate")??ne;if(xt){let Te=L.querySelector("SegmentBase Initialization")?.getAttribute("range")??"",[ue,He]=Te.split("-").map(Ae=>parseInt(Ae,10)),te={from:ue,to:He},ke=L.querySelector("SegmentBase")?.getAttribute("indexRange"),[ze,lt]=ke?ke.split("-").map(Ae=>parseInt(Ae,10)):[],he=ke?{from:ze,to:lt}:void 0;ut={type:"byteRange",url:ee,initRange:te,indexRange:he}}else if(G){let Te={representationId:L.getAttribute("id")??void 0,bandwidth:L.getAttribute("bandwidth")??void 0},ue=parseInt(G.getAttribute("timescale")??"",10),He=G.getAttribute("initialization")??"",te=G.getAttribute("media"),ke=parseInt(G.getAttribute("startNumber")??"",10)??1,ze=ii(He,Te);if(!te)throw new ReferenceError("No media attribute in SegmentTemplate");let lt=G.querySelectorAll("SegmentTimeline S")??[],he=[],Ae=0,ct="",wt=0;if(lt.length){let Qt=ke,le=0;for(let dt of lt){let fe=parseInt(dt.getAttribute("d")??"",10),We=parseInt(dt.getAttribute("r")??"",10)||0,Yt=parseInt(dt.getAttribute("t")??"",10);le=Number.isFinite(Yt)?Yt:le;let Li=fe/ue*1e3,Lu=le/ue*1e3;for(let Kt=0;Kt<We+1;Kt++){let Mu=ii(te,{...Te,segmentNumber:Qt.toString(10),segmentTime:(le+Kt*fe).toString(10)}),Zr=(Lu??0)+Kt*Li,$u=Zr+Li;Qt++,he.push({time:{from:Zr,to:$u},url:Mu})}le+=(We+1)*fe,Ae+=(We+1)*Li}wt=le/ue*1e3,ct=ii(te,{...Te,segmentNumber:Qt.toString(10),segmentTime:le.toString(10)})}else if(jD(S)){let le=parseInt(G.getAttribute("duration")??"",10)/ue*1e3,dt=Math.ceil(S/le),fe=0;for(let We=1;We<dt;We++){let Yt=ii(te,{...Te,segmentNumber:We.toString(10),segmentTime:fe.toString(10)});he.push({time:{from:fe,to:fe+le},url:Yt}),fe+=le}wt=fe,ct=ii(te,{...Te,segmentNumber:dt.toString(10),segmentTime:fe.toString(10)})}let Ru={time:{from:wt,to:1/0},url:ct};ut={type:"template",baseUrl:ee,segmentTemplateUrl:te,initUrl:ze,totalSegmentsDurationMs:Ae,segments:he,nextSegmentBeyondManifest:Ru,timescale:ue}}else throw new ReferenceError("Unknown MPD segment referencing type");if(!ce||!ye)continue;let Et={video:"video",audio:"audio",text:"text"}[ce];if(!Et)continue;oe||=Et,je={id:Wt,kind:Et,segmentReference:ut,profiles:Gt,duration:S,bitrate:jt,mime:ye,codecs:at,width:Ee,height:It,fps:Ri,quality:nt}}J.language||=O,J.label||=Pe,J.mime||=ye,J.codecs||=at,J.hdr||=oe==="video"&&Cr(at),J.representations.push(je)}if(oe){let L=r[oe].find(O=>O.id===J.id);if(L&&J.representations.every(O=>Ye(O.segmentReference)))for(let O of L.representations){let Se=J.representations.find(ye=>ye.id===O.id)?.segmentReference,ee=O.segmentReference;ee.segments.push(...Se.segments),ee.nextSegmentBeyondManifest=Se.nextSegmentBeyondManifest}else r[oe].push(J)}}return{duration:S,streams:r,baseUrls:n,live:g}};import{isNonNullable as AT}from"@vkontakte/videoplayer-shared";var U=(a,e)=>AT(a)&&AT(e)&&a.readyState==="open"&&HD(a,e);function HD(a,e){for(let t=0;t<a.activeSourceBuffers.length;++t)if(a.activeSourceBuffers[t]===e)return!0;return!1}var bs=class{constructor(e,t,i,{fetcher:r,tuning:s,getCurrentPosition:n,isActiveLowLatency:o,compatibilityMode:u=!1,manifest:l}){this.currentLiveSegmentServerLatency$=new Qi(0);this.currentLowLatencySegmentLength$=new Qi(0);this.currentSegmentLength$=new Qi(0);this.onLastSegment$=new Qi(!1);this.fullyBuffered$=new Qi(!1);this.playingRepresentation$=new Qi(void 0);this.playingRepresentationInit$=new Qi(void 0);this.error$=new WD;this.gaps=[];this.subscription=new GD;this.allInitsLoaded=!1;this.activeSegments=new Set;this.downloadAbortController=new Z;this.switchAbortController=new Z;this.destroyAbortController=new Z;this.bufferLimit=1/0;this.failedDownloads=0;this.baseUrls=[];this.baseUrlsIndex=0;this.isLive=!1;this.liveUpdateSegmentIndex=0;this.liveInitialAdditionalOffset=0;this.isSeekingLive=!1;this.index=0;this.lastDataObtainedTimestampMs=0;this.loadByteRangeSegmentsTimeoutId=0;this.startWith=Ti(this.destroyAbortController.signal,async function*(e){let t=this.representations.get(e);it(t,`Cannot find representation ${e}`),this.playingRepresentationId=e,this.downloadingRepresentationId=e,this.sourceBuffer=this.mediaSource.addSourceBuffer(`${t.mime}; codecs="${t.codecs}"`),this.sourceBufferTaskQueue=new Ay(this.sourceBuffer),this.subscription.add(Sd(this.sourceBuffer,"updateend").subscribe(()=>{this.checkEjectedSegments(),this.maintain()},n=>{let o,u=this.mediaSource.readyState;u!=="open"&&(o={id:`SegmentEjection_source_${u}`,category:ri.VIDEO_PIPELINE,message:"Error when trying to clear segments ejected by browser",thrown:n}),o??={id:"SegmentEjection",category:ri.VIDEO_PIPELINE,message:"Error when trying to clear segments ejected by browser",thrown:n},this.error$.next(o)})),this.subscription.add(Sd(this.sourceBuffer,"error").subscribe(()=>this.error$.next({id:"SourceBuffer",category:ri.VIDEO_PIPELINE,message:"SourceBuffer Error event fired"}))),this.subscription.add(this.sourceBufferTaskQueue.bufferFull$.subscribe(n=>{let o=this.getCurrentPosition();if(!this.sourceBuffer||!o||!U(this.mediaSource,this.sourceBuffer))return;let u=Math.min(this.bufferLimit,$r(this.sourceBuffer.buffered)*.8);this.bufferLimit=u;let l=this.getForwardBufferDuration(o),c=Math.min(this.forwardBufferTarget,this.bufferLimit)*this.tuning.dash.minSafeBufferThreshold;this.pruneBuffer(o,n*2,l<c).catch(p=>{this.handleAsyncError(p,"pruneBuffer")})})),this.subscription.add(this.sourceBufferTaskQueue.error$.subscribe(n=>this.error$.next(n))),yield this.loadInit(t,"high",!0);let i=this.initData.get(t.id),r=this.segments.get(t.id),s=this.parsedInitData.get(t.id);it(i,"No init buffer for starting representation"),it(r,"No segments for starting representation"),i instanceof ArrayBuffer&&(this.searchGaps(r,t),yield this.sourceBufferTaskQueue.append(i,this.destroyAbortController.signal),this.playingRepresentation$.next(this.playingRepresentationId),this.playingRepresentationInit$.next(s))}.bind(this));this.switchTo=Ti(this.destroyAbortController.signal,async function*(e,t=!1){if(!U(this.mediaSource,this.sourceBuffer)||e===this.downloadingRepresentationId||e===this.switchingToRepresentationId)return;this.switchingToRepresentationId=e;let i=this.representations.get(e);it(i,`No such representation ${e}`);let r=this.segments.get(e),s=this.initData.get(e);if(Ue(s)||Ue(r)?yield this.loadInit(i,"high",!1):s instanceof Promise&&(yield s),r=this.segments.get(e),it(r,"No segments for starting representation"),s=this.initData.get(e),!(!s||!(s instanceof ArrayBuffer)||!this.sourceBuffer||!U(this.mediaSource,this.sourceBuffer))){if(yield this.abort(),yield this.sourceBufferTaskQueue.append(s,this.downloadAbortController.signal),t)this.switchingToRepresentationId=void 0,this.downloadingRepresentationId=e,yield this.dropBuffer();else{let n=this.getCurrentPosition();Vr(n)&&!this.isLive&&(this.bufferLimit=1/0,await this.pruneBuffer(n,1/0,!0)),this.switchingToRepresentationId=void 0,this.downloadingRepresentationId=e}this.maintain()}}.bind(this));this.switchToOld=Ti(this.destroyAbortController.signal,async function*(e,t=!1){if(!U(this.mediaSource,this.sourceBuffer)||e===this.downloadingRepresentationId||e===this.switchingToRepresentationId)return;this.switchingToRepresentationId=e;let i=this.representations.get(e);it(i,`No such representation ${e}`);let r=this.segments.get(e),s=this.initData.get(e);if(Ue(s)||Ue(r)?yield this.loadInit(i,"high",!1):s instanceof Promise&&(yield s),r=this.segments.get(e),it(r,"No segments for starting representation"),s=this.initData.get(e),!(!s||!(s instanceof ArrayBuffer)||!this.sourceBuffer||!U(this.mediaSource,this.sourceBuffer)))if(yield this.abort(),yield this.sourceBufferTaskQueue.append(s,this.downloadAbortController.signal),t)this.switchingToRepresentationId=void 0,this.downloadingRepresentationId=e,yield this.dropBuffer(),this.maintain();else{let n=this.getCurrentPosition();Vr(n)&&(this.isLive||(this.bufferLimit=1/0,await this.pruneBuffer(n,1/0,!0)),this.maintain(n)),this.switchingToRepresentationId=void 0,this.downloadingRepresentationId=e}}.bind(this));this.seekLive=Ti(this.destroyAbortController.signal,async function*(e){let t=(0,Co.default)(e,u=>u.representations)??[];if(this.isSeekingLive=!0,!this.downloadingRepresentationId||!t)return;for(let u of this.representations.keys()){let l=t.find(d=>d.id===u);l&&this.representations.set(u,l);let c=this.representations.get(u);if(!c||!Ye(c.segmentReference))return;let p=this.getActualLiveStartingSegments(c.segmentReference);this.segments.set(c.id,p)}let i=this.switchingToRepresentationId??this.downloadingRepresentationId,r=this.representations.get(i);it(r);let s=this.segments.get(i);it(s,"No segments for starting representation");let n=this.initData.get(i);if(it(n,"No init buffer for starting representation"),!(n instanceof ArrayBuffer))return;let o=this.getDebugBufferState();this.liveUpdateSegmentIndex=0,yield this.abort(),o&&(yield this.sourceBufferTaskQueue.remove(o.from*1e3,o.to*1e3,this.destroyAbortController.signal)),this.searchGaps(s,r),yield this.sourceBufferTaskQueue.append(n,this.destroyAbortController.signal),this.isSeekingLive=!1}.bind(this));this.fetcher=r,this.tuning=s,this.compatibilityMode=u,this.forwardBufferTarget=s.dash.forwardBufferTargetAuto,this.getCurrentPosition=n,this.isActiveLowLatency=o,this.isLive=!!l?.live,this.baseUrls=l?.baseUrls??[],this.initData=new Map(i.map(c=>[c.id,null])),this.segments=new Map,this.parsedInitData=new Map,this.representations=new Map(i.map(c=>[c.id,c])),this.kind=e,this.mediaSource=t,this.sourceBuffer=null}switchToWithPreviousAbort(e,t=!1){!U(this.mediaSource,this.sourceBuffer)||e===this.downloadingRepresentationId||e===this.switchingToRepresentationId||(this.switchAbortController.abort(),this.switchAbortController=new Z,Ti(this.switchAbortController.signal,async function*(i,r=!1){this.switchingToRepresentationId=i;let s=this.representations.get(i);it(s,`No such representation ${i}`);let n=this.segments.get(i),o=this.initData.get(i);if(Ue(o)||Ue(n)?yield this.loadInit(s,"high",!1):o instanceof Promise&&(yield o),n=this.segments.get(i),it(n,"No segments for starting representation"),o=this.initData.get(i),!(!(o instanceof ArrayBuffer)||!this.sourceBuffer||!U(this.mediaSource,this.sourceBuffer))){if(yield this.abort(),yield this.sourceBufferTaskQueue.append(o,this.downloadAbortController.signal),r)this.switchingToRepresentationId=void 0,this.downloadingRepresentationId=i,yield this.dropBuffer();else{let u=this.getCurrentPosition();Vr(u)&&!this.isLive&&(this.bufferLimit=this.forwardBufferTarget,yield this.pruneBuffer(u,1/0,!0)),this.downloadingRepresentationId=i,this.switchingToRepresentationId=void 0}this.maintain()}}.bind(this))(e,t))}warmUpMediaSource(){!Ue(this.sourceBuffer)&&!this.sourceBuffer.updating&&(this.sourceBuffer.mode="segments")}async abort(){for(let e of this.activeSegments)this.abortSegment(e.segment);return this.activeSegments.clear(),this.downloadAbortController.abort(),this.downloadAbortController=new Z,this.abortBuffer()}maintain(e=this.getCurrentPosition()){if(Ue(e)||Ue(this.downloadingRepresentationId)||Ue(this.playingRepresentationId)||Ue(this.sourceBuffer)||!U(this.mediaSource,this.sourceBuffer)||Vr(this.switchingToRepresentationId)||this.isSeekingLive)return;let t=this.representations.get(this.downloadingRepresentationId),i=this.segments.get(this.downloadingRepresentationId);if(it(t,`No such representation ${this.downloadingRepresentationId}`),!i)return;let r=i.find(c=>e>=c.time.from&&e<c.time.to);Vr(r)&&isFinite(r.time.from)&&isFinite(r.time.to)&&this.currentSegmentLength$.next(r?.time.to-r.time.from);let s=e,n=100;if(this.playingRepresentationId!==this.downloadingRepresentationId){let c=this.getForwardBufferDuration(e),p=r?r.time.to+n:-1/0;r&&r.time.to-e<this.tuning.dash.maxSegmentDurationLeftToSelectNextSegment&&c>=r.time.to-e+n&&(s=p)}if(isFinite(this.bufferLimit)&&$r(this.sourceBuffer.buffered)>=this.bufferLimit){let c=this.getForwardBufferDuration(e),p=Math.min(this.forwardBufferTarget,this.bufferLimit)*this.tuning.dash.minSafeBufferThreshold;this.pruneBuffer(e,1/0,c<p).catch(d=>{this.handleAsyncError(d,"pruneBuffer")});return}let u=[];if(!this.activeSegments.size&&(u=this.selectForwardBufferSegments(i,t.segmentReference.type,s),u.length)){let c="auto";if(this.tuning.dash.useFetchPriorityHints&&r)if((0,Do.default)(u,r))c="high";else{let p=(0,Or.default)(u,0);p&&p.time.from-r.time.to>=this.forwardBufferTarget/2&&(c="low")}this.loadSegments(u,t,c).catch(p=>{this.handleAsyncError(p,"loadSegments")})}(!this.preloadOnly&&!this.allInitsLoaded&&r&&r.status==="fed"&&!u.length&&this.getForwardBufferDuration(e)>3e3||this.isActiveLowLatency())&&this.loadNextInit();let l=(0,Or.default)(i,-1);!this.isLive&&l&&(this.fullyBuffered$.next(l.time.to-e-this.getForwardBufferDuration(e)<n),this.onLastSegment$.next(e-l.time.from>0))}get lastDataObtainedTimestamp(){return this.lastDataObtainedTimestampMs}searchGaps(e,t){this.gaps=[];let i=0,r=this.isLive?this.liveInitialAdditionalOffset:0;for(let s of e)Math.trunc(s.time.from-i)>0&&this.gaps.push({representation:t.id,from:i,to:s.time.from+r}),i=s.time.to;Vr(t.duration)&&t.duration-i>0&&!this.isLive&&this.gaps.push({representation:t.id,from:i,to:t.duration})}getActualLiveStartingSegments(e){let t=e.segments,i=this.isActiveLowLatency()?this.tuning.dashCmafLive.lowLatency.maxTargetOffset:this.tuning.dashCmafLive.maxActiveLiveOffset,r=[],s=0,n=t.length-1;do r.unshift(t[n]),s+=t[n].time.to-t[n].time.from,n--;while(s<i&&n>=0);return this.liveInitialAdditionalOffset=s-i,this.isActiveLowLatency()?[r[0]]:r}getLiveSegmentsToLoadState(e){let t=(0,Co.default)(e?.streams[this.kind],r=>r.representations).find(r=>r.id===this.downloadingRepresentationId);if(!t)return;let i=this.segments.get(t.id);if(i?.length)return{from:i[0].time.from,to:i[i.length-1].time.to}}updateLive(e){let t=(0,Co.default)(e?.streams[this.kind],i=>i.representations)??[];if(![...this.segments.values()].every(i=>!i.length))for(let i of t){if(!i||!Ye(i.segmentReference))return;let r=i.segmentReference.segments.map(l=>({...l,status:"none",size:void 0})),s=100,n=this.segments.get(i.id)??[],o=(0,Or.default)(n,-1)?.time.to??0,u=r?.findIndex(l=>o>=l.time.from+s&&o<=l.time.to+s);if(u===-1){this.liveUpdateSegmentIndex=0;let l=this.getActualLiveStartingSegments(i.segmentReference);this.segments.set(i.id,l)}else{let l=r.slice(u+1);this.segments.set(i.id,[...n,...l])}}}proceedLowLatencyLive(){let e=this.downloadingRepresentationId;it(e);let t=this.segments.get(e);if(t?.length){let i=t[t.length-1];this.updateLowLatencyLiveIfNeeded(i)}}updateLowLatencyLiveIfNeeded(e){let t=0;for(let i of this.representations.values()){let r=i.segmentReference;if(!Ye(r))return;let s=this.segments.get(i.id)??[],n=s.find(u=>Math.floor(u.time.from)===Math.floor(e.time.from));if(n&&!isFinite(n.time.to)&&(n.time.to=e.time.to,t=n.time.to-n.time.from),!!!s.find(u=>Math.floor(u.time.from)===Math.floor(e.time.to))&&this.isActiveLowLatency()){let u=Math.round(e.time.to*r.timescale/1e3).toString(10),l=ii(r.segmentTemplateUrl,{segmentTime:u});s.push({status:"none",time:{from:e.time.to,to:1/0},url:l})}}this.currentLowLatencySegmentLength$.next(t)}findSegmentStartTime(e){let t=this.switchingToRepresentationId??this.downloadingRepresentationId??this.playingRepresentationId;if(!t)return;let i=this.segments.get(t);return i?i.find(s=>s.time.from<=e&&s.time.to>=e)?.time.from??void 0:void 0}setTarget(e){this.forwardBufferTarget=e}setPreloadOnly(e){this.preloadOnly=e}destroy(){if(this.initData.clear(),this.segments.clear(),this.parsedInitData.clear(),this.representations.clear(),this.sourceBufferTaskQueue?.destroy(),this.gapDetectionIdleCallback&&Nt&&Nt(this.gapDetectionIdleCallback),this.initLoadIdleCallback&&Nt&&Nt(this.initLoadIdleCallback),this.subscription.unsubscribe(),this.sourceBuffer)try{this.mediaSource.removeSourceBuffer(this.sourceBuffer)}catch(e){if(!(e instanceof DOMException&&e.name==="NotFoundError"))throw e}this.sourceBuffer=null,this.downloadAbortController.abort(),this.switchAbortController.abort(),this.destroyAbortController.abort(),window.clearTimeout(this.loadByteRangeSegmentsTimeoutId)}selectForwardBufferSegments(e,t,i){return this.isLive?this.selectForwardBufferSegmentsLive(e,i):this.selectForwardBufferSegmentsRecord(e,t,i)}selectForwardBufferSegmentsLive(e,t){let i=e.findIndex(r=>t>=r.time.from&&t<r.time.to);return this.playingRepresentationId!==this.downloadingRepresentationId&&(this.liveUpdateSegmentIndex=i),this.liveUpdateSegmentIndex<e.length?e.slice(this.liveUpdateSegmentIndex++):[]}selectForwardBufferSegmentsRecord(e,t,i){let r=e.findIndex(({status:p,time:{from:d,to:h}},f)=>{let b=d<=i&&h>=i,g=d>i||b||f===0&&i===0,S=Math.min(this.forwardBufferTarget,this.bufferLimit),T=this.preloadOnly&&d<=i+S||h<=i+S;return(p==="none"||p==="partially_ejected"&&g&&T&&this.sourceBuffer&&U(this.mediaSource,this.sourceBuffer)&&!(Ne(this.sourceBuffer.buffered,d)&&Ne(this.sourceBuffer.buffered,h)))&&g&&T});if(r===-1)return[];if(t!=="byteRange")return e.slice(r,r+1);let s=e,n=0,o=0,u=[],l=this.preloadOnly?0:this.tuning.dash.segmentRequestSize,c=this.preloadOnly?this.forwardBufferTarget:0;for(let p=r;p<s.length&&(n<=l||o<=c);p++){let d=s[p];if(n+=d.byte.to+1-d.byte.from,o+=d.time.to+1-d.time.from,d.status==="none"||d.status==="partially_ejected")u.push(d);else break}return u}async loadSegments(e,t,i="auto"){Ye(t.segmentReference)?await this.loadTemplateSegment(e[0],t,i):await this.loadByteRangeSegments(e,t,i)}async loadTemplateSegment(e,t,i="auto"){e.status="downloading";let r={segment:e,loadedBytes:0,feedingBytes:0,fedBytes:0,representationId:t.id};this.activeSegments.add(r);let{range:s,url:n,signal:o,onProgress:u,onProgressTasks:l}=this.prepareTemplateFetchSegmentParams(e,t);this.failedDownloads&&o&&(await Ti(o,async function*(){let c=vd(this.failedDownloads,this.tuning.downloadBackoff);yield new Promise(p=>setTimeout(p,c))}.bind(this))(),o.aborted&&this.abortActiveSegments([e]));try{let c=await this.fetcher.fetch(n,{range:s,signal:o,onProgress:u,priority:i,isLowLatency:this.isActiveLowLatency()});if(this.lastDataObtainedTimestampMs=Bo(),!c)return;let p=new DataView(c),d=fs(t.mime);if(!isFinite(r.segment.time.to)){let b=t.segmentReference.timescale;r.segment.time.to=d.getChunkEndTime(p,b)}u&&r.feedingBytes&&l?await Promise.all(l):await this.sourceBufferTaskQueue.append(p,o);let{serverDataReceivedTimestamp:h,serverDataPreparedTime:f}=d.getServerLatencyTimestamps(p);h&&f&&this.currentLiveSegmentServerLatency$.next(f-h),r.segment.status="downloaded",this.onSegmentFullyAppended(r,t.id),this.failedDownloads=0}catch(c){this.abortActiveSegments([e]),ms(c)||(this.failedDownloads++,this.updateRepresentationsBaseUrlIfNeeded())}}updateRepresentationsBaseUrlIfNeeded(){if(!this.tuning.dash.enableBaseUrlSupport||!this.baseUrls.length||this.failedDownloads<=this.tuning.dash.maxSegmentRetryCount)return;this.baseUrlsIndex=(this.baseUrlsIndex+1)%this.baseUrls.length;let e=this.baseUrls[this.baseUrlsIndex];for(let t of this.representations.values())Ye(t.segmentReference)?t.segmentReference.baseUrl=e:t.segmentReference.url=e}async loadByteRangeSegments(e,t,i="auto"){if(!e.length)return;for(let u of e)u.status="downloading",this.activeSegments.add({segment:u,loadedBytes:0,feedingBytes:0,fedBytes:0,representationId:t.id});let{range:r,url:s,signal:n,onProgress:o}=this.prepareByteRangeFetchSegmentParams(e,t);this.failedDownloads&&n&&(await Ti(n,async function*(){let u=vd(this.failedDownloads,this.tuning.downloadBackoff);yield new Promise(l=>{this.loadByteRangeSegmentsTimeoutId=window.setTimeout(l,u),Sd(window,"online").pipe(zD()).subscribe(()=>{l(),window.clearTimeout(this.loadByteRangeSegmentsTimeoutId)})})}.bind(this))(),n.aborted&&this.abortActiveSegments(e));try{await this.fetcher.fetch(s,{range:r,onProgress:o,signal:n,priority:i}),this.lastDataObtainedTimestampMs=Bo(),this.failedDownloads=0}catch(u){this.abortActiveSegments(e),ms(u)||(this.failedDownloads++,this.updateRepresentationsBaseUrlIfNeeded())}}prepareByteRangeFetchSegmentParams(e,t){if(Ye(t.segmentReference))throw new Error("Representation is not byte range type");let i=t.segmentReference.url,r={from:(0,Or.default)(e,0).byte.from,to:(0,Or.default)(e,-1).byte.to},{signal:s}=this.downloadAbortController;return{url:i,range:r,signal:s,onProgress:async(o,u)=>{if(!s.aborted)try{this.lastDataObtainedTimestampMs=Bo(),await this.onSomeByteRangesDataLoaded({dataView:o,loaded:u,signal:s,onSegmentAppendFailed:()=>this.abort(),globalFrom:r?r.from:0,representationId:t.id})}catch(l){this.error$.next({id:"SegmentFeeding",category:ri.VIDEO_PIPELINE,message:"Error when feeding segments",thrown:l})}}}}prepareTemplateFetchSegmentParams(e,t){if(!Ye(t.segmentReference))throw new Error("Representation is not template type");let i=new URL(e.url,t.segmentReference.baseUrl);this.isActiveLowLatency()&&i.searchParams.set("low-latency","yes");let r=i.toString(),{signal:s}=this.downloadAbortController,n=[],u=this.isActiveLowLatency()||this.tuning.dash.enableSubSegmentBufferFeeding&&this.liveUpdateSegmentIndex<3?(l,c)=>{if(!s.aborted)try{this.lastDataObtainedTimestampMs=Bo();let p=this.onSomeTemplateDataLoaded({dataView:l,loaded:c,signal:s,onSegmentAppendFailed:()=>this.abort(),representationId:t.id});n.push(p)}catch(p){this.error$.next({id:"SegmentFeeding",category:ri.VIDEO_PIPELINE,message:"Error when feeding segments",thrown:p})}}:void 0;return{url:r,signal:s,onProgress:u,onProgressTasks:n}}abortActiveSegments(e){for(let t of this.activeSegments)(0,Do.default)(e,t.segment)&&this.abortSegment(t.segment)}async onSomeTemplateDataLoaded({dataView:e,representationId:t,loaded:i,onSegmentAppendFailed:r,signal:s}){if(!this.activeSegments.size||!U(this.mediaSource,this.sourceBuffer))return;let n=this.representations.get(t);if(n)for(let o of this.activeSegments){let{segment:u}=o;if(o.representationId===t){if(s.aborted){r();continue}if(o.loadedBytes=i,o.loadedBytes>o.feedingBytes){let l=new DataView(e.buffer,e.byteOffset+o.feedingBytes,o.loadedBytes-o.feedingBytes),c=fs(n.mime).parseFeedableSegmentChunk(l,this.isLive);c?.byteLength&&(u.status="partially_fed",o.feedingBytes+=c.byteLength,await this.sourceBufferTaskQueue.append(c),o.fedBytes+=c.byteLength)}}}}async onSomeByteRangesDataLoaded({dataView:e,representationId:t,globalFrom:i,loaded:r,signal:s,onSegmentAppendFailed:n}){if(!this.activeSegments.size||!U(this.mediaSource,this.sourceBuffer))return;let o=this.representations.get(t);if(o)for(let u of this.activeSegments){let{segment:l}=u;if(u.representationId!==t)continue;if(s.aborted){await n();continue}let c=l.byte.from-i,p=l.byte.to-i,d=p-c+1,h=c<r,f=p<=r;if(!h)continue;let b=fs(o.mime);if(l.status==="downloading"&&f){l.status="downloaded";let g=new DataView(e.buffer,e.byteOffset+c,d);await this.sourceBufferTaskQueue.append(g,s)&&!s.aborted?this.onSegmentFullyAppended(u,t):await n()}else if(this.tuning.dash.enableSubSegmentBufferFeeding&&(l.status==="downloading"||l.status==="partially_fed")&&(u.loadedBytes=Math.min(d,r-c),u.loadedBytes>u.feedingBytes)){let g=new DataView(e.buffer,e.byteOffset+c+u.feedingBytes,u.loadedBytes-u.feedingBytes),S=u.loadedBytes===d?g:b.parseFeedableSegmentChunk(g);S?.byteLength&&(l.status="partially_fed",u.feedingBytes+=S.byteLength,await this.sourceBufferTaskQueue.append(S,s)&&!s.aborted?(u.fedBytes+=S.byteLength,u.fedBytes===d&&this.onSegmentFullyAppended(u,t)):await n())}}}onSegmentFullyAppended(e,t){if(!(Ue(this.sourceBuffer)||!U(this.mediaSource,this.sourceBuffer))){!this.isLive&&F.browser.isSafari&&this.tuning.useSafariEndlessRequestBugfix&&(Ne(this.sourceBuffer.buffered,e.segment.time.from,100)&&Ne(this.sourceBuffer.buffered,e.segment.time.to,100)||this.error$.next({id:"EmptyAppendBuffer",category:ri.VIDEO_PIPELINE,message:"Browser stuck on empty result of adding segment to source buffer"})),this.playingRepresentationId=t,this.playingRepresentation$.next(this.playingRepresentationId),this.playingRepresentationInit$.next(this.parsedInitData.get(this.playingRepresentationId)),e.segment.status="fed",fd(e.segment)&&(e.segment.size=e.fedBytes);for(let i of this.representations.values())if(i.id!==t)for(let r of this.segments.get(i.id)??[])r.status==="fed"&&Math.round(r.time.from)===Math.round(e.segment.time.from)&&Math.round(r.time.to)===Math.round(e.segment.time.to)&&(r.status="none");this.updateLowLatencyLiveIfNeeded(e.segment),this.activeSegments.delete(e),this.detectGapsWhenIdle(t,[e.segment])}}abortSegment(e){e.status==="partially_fed"?e.status="partially_ejected":e.status!=="partially_ejected"&&(e.status="none");for(let t of this.activeSegments.values())if(t.segment===e){this.activeSegments.delete(t);break}}loadNextInit(){if(this.allInitsLoaded||this.initLoadIdleCallback)return;let e=null,t=!1;for(let[r,s]of this.initData.entries()){let n=s instanceof Promise;t||=n,s===null&&(e=r)}if(!e){this.allInitsLoaded=!0;return}if(t)return;let i=this.representations.get(e);i&&(this.initLoadIdleCallback=Mr(()=>(0,RT.default)(this.loadInit(i,"low",!1),()=>this.initLoadIdleCallback=null)))}async loadInit(e,t="auto",i=!1){let r=this.tuning.dash.useFetchPriorityHints?t:"auto",n=(!i&&this.failedDownloads>0?Ti(this.destroyAbortController.signal,async function*(){let o=vd(this.failedDownloads,this.tuning.downloadBackoff);yield new Promise(u=>setTimeout(u,o))}.bind(this))():Promise.resolve()).then(()=>this.fetcher.fetchRepresentation(e.segmentReference,fs(e.mime),r)).then(async o=>{if(!o)return;let{init:u,dataView:l,segments:c}=o,p=l.buffer.slice(l.byteOffset,l.byteOffset+l.byteLength);this.initData.set(e.id,p);let d=c;this.isLive&&Ye(e.segmentReference)&&(d=this.getActualLiveStartingSegments(e.segmentReference)),(!this.isLive||!this.segments.has(e.id))&&this.segments.set(e.id,d),u&&this.parsedInitData.set(e.id,u)}).then(()=>this.failedDownloads=0,o=>{this.initData.set(e.id,null),i&&this.error$.next({id:"LoadInits",category:ri.WTF,message:"loadInit threw",thrown:o})});return this.initData.set(e.id,n),n}async dropBuffer(){for(let e of this.segments.values())for(let t of e)t.status="none";await this.pruneBuffer(0,1/0,!0)}async pruneBuffer(e,t,i=!1){if(!this.sourceBuffer||!U(this.mediaSource,this.sourceBuffer)||!this.playingRepresentationId||Ue(e))return!1;let r=[],s=0,n=u=>{u.sort((c,p)=>c.from-p.from);let l=[u[0]];for(let c=1;c<u.length;c++){let{from:p,to:d}=u[c],h=l[l.length-1];h.to>=p?h.to=Math.max(h.to,d):l.push(u[c])}return l},o=u=>{if(s>=t)return r;r.push({...u.time}),r=n(r);let l=fd(u)?u.size??0:u.byte.to-u.byte.from;s+=l};for(let u of this.segments.values())for(let l of u){let c=l.time.to<=e-this.tuning.dash.bufferPruningSafeZone,p=l.time.from>=e+Math.min(this.forwardBufferTarget,this.bufferLimit);(c||p)&&l.status==="fed"&&o(l)}for(let u=0;u<this.sourceBuffer.buffered.length;u++){let l=this.sourceBuffer.buffered.start(u)*1e3,c=this.sourceBuffer.buffered.end(u)*1e3,p=0;for(let d of this.segments.values())for(let h of d)(0,Do.default)(["none","partially_ejected"],h.status)&&Math.round(h.time.from)<=Math.round(l)&&Math.round(h.time.to)>=Math.round(c)&&p++;if(p===this.segments.size){let d={time:{from:l,to:c},url:"",status:"none"};o(d)}}if(r.length&&i){let u=Math.min(this.forwardBufferTarget,this.bufferLimit)*this.tuning.dash.minSafeBufferThreshold;for(let l of this.segments.values())for(let c of l)c.time.from>=e+u&&c.status==="fed"&&o(c)}return r.length?(await Promise.all(r.map(l=>this.sourceBufferTaskQueue.remove(l.from,l.to)))).reduce((l,c)=>l||c,!1):!1}async abortBuffer(){if(!this.sourceBuffer||!U(this.mediaSource,this.sourceBuffer))return!1;let e=this.playingRepresentationId&&this.initData.get(this.playingRepresentationId),t=e instanceof ArrayBuffer?e:void 0;return this.sourceBufferTaskQueue.abort(t)}getDebugBufferState(){if(!(!this.sourceBuffer||!U(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||!U(this.mediaSource,this.sourceBuffer)||!this.sourceBuffer.buffered.length||Ue(e)?0:Me(this.sourceBuffer.buffered,e)}detectGaps(e,t){if(!(!this.sourceBuffer||!U(this.mediaSource,this.sourceBuffer))){if(this.tuning.useRefactoredSearchGap)for(let i=0;i<this.sourceBuffer.buffered.length;i++)this.gaps=this.gaps.filter(r=>this.sourceBuffer&&(Math.round(r.from)<Math.round(this.sourceBuffer.buffered.start(i)*1e3)||Math.round(r.to)>Math.round(this.sourceBuffer.buffered.end(i)*1e3)));for(let i of t){let r={representation:e,from:i.time.from,to:i.time.to};for(let s=0;s<this.sourceBuffer.buffered.length;s++){let n=this.sourceBuffer.buffered.start(s)*1e3,o=this.sourceBuffer.buffered.end(s)*1e3;if(!(o<=i.time.from||n>=i.time.to)){if(n<=i.time.from&&o>=i.time.to){r=void 0;break}o>i.time.from&&o<i.time.to&&(r.from=o),n<i.time.to&&n>i.time.from&&(r.to=n)}}r&&r.to-r.from>1&&!this.gaps.some(s=>r&&s.from===r.from&&s.to===r.to)&&this.gaps.push(r)}}}detectGapsWhenIdle(e,t){if(!(this.gapDetectionIdleCallback||!this.sourceBuffer||!U(this.mediaSource,this.sourceBuffer))){if(!this.tuning.useRefactoredSearchGap)for(let i=0;i<this.sourceBuffer.buffered.length;i++)this.gaps=this.gaps.filter(r=>this.sourceBuffer&&(Math.round(r.from)<Math.round(this.sourceBuffer.buffered.start(i)*1e3)||Math.round(r.to)>Math.round(this.sourceBuffer.buffered.end(i)*1e3)));this.gapDetectionIdleCallback=Mr(()=>{try{this.detectGaps(e,t)}catch(i){this.error$.next({id:"GapDetection",category:ri.WTF,message:"detectGaps threw",thrown:i})}finally{this.gapDetectionIdleCallback=null}})}}checkEjectedSegments(){if(Ue(this.sourceBuffer)||!U(this.mediaSource,this.sourceBuffer)||Ue(this.playingRepresentationId))return;let e=[];for(let i=0;i<this.sourceBuffer.buffered.length;i++){let r=Math.floor(this.sourceBuffer.buffered.start(i)*1e3),s=Math.ceil(this.sourceBuffer.buffered.end(i)*1e3);e.push({from:r,to:s})}let t=100;for(let i of this.segments.values())for(let r of i){let{status:s}=r;if(s!=="fed"&&s!=="partially_ejected")continue;let n=Math.floor(r.time.from),o=Math.ceil(r.time.to),u=e.some(c=>c.from-t<=n&&c.to+t>=o),l=e.filter(c=>n>=c.from&&n<c.to-t||o>c.from+t&&o<=c.to);u||(l.length===1?r.status="partially_ejected":this.gaps.some(c=>c.from===r.time.from||c.to===r.time.to)?r.status="partially_ejected":r.status="none")}}handleAsyncError(e,t){this.error$.next({id:t,category:ri.VIDEO_PIPELINE,thrown:e,message:"Something went wrong"})}};var Ii=a=>{let e=new URL(a);return e.searchParams.set("quic","1"),e.toString()};var Vo=a=>{let e=a.get("X-Delivery-Type"),t=a.get("X-Reused"),i=e===null?"http1":e??void 0,r=t===null?void 0:{1:!0,0:!1}[t]??void 0;return{type:i,reused:r}};import{abortable as gs,assertNever as LT,fromEvent as MT,merge as QD,now as Ss,Subscription as YD,Subject as $T,ValueSubject as yd,flattenObject as _r,ErrorCategory as vs}from"@vkontakte/videoplayer-shared";var Oo=a=>{let e=new URL(a);return e.searchParams.set("enable-subtitles","yes"),e.toString()};var Fo=class{constructor({throughputEstimator:e,requestQuic:t,tracer:i,compatibilityMode:r=!1,useEnableSubtitlesParam:s=!1}){this.lastConnectionType$=new yd(void 0);this.lastConnectionReused$=new yd(void 0);this.lastRequestFirstBytes$=new yd(void 0);this.recoverableError$=new $T;this.error$=new $T;this.abortAllController=new Z;this.subscription=new YD;this.fetchManifest=gs(this.abortAllController.signal,async function*(e){let t=this.tracer.createComponentTracer("FetchManifest"),i=e;this.requestQuic&&(i=Ii(i)),!this.compatibilityMode&&this.useEnableSubtitlesParam&&(i=Oo(i));let r=yield this.doFetch(i,{signal:this.abortAllController.signal}).catch(_o);return r?(t.log("success",_r({url:i,message:"Request successfully executed"})),t.end(),this.onHeadersReceived(r.headers),r.text()):(t.error("error",_r({url:i,message:"No data in request manifest"})),t.end(),null)}.bind(this));this.fetch=gs(this.abortAllController.signal,async function*(e,{rangeMethod:t=this.compatibilityMode?0:1,range:i,onProgress:r,priority:s="auto",signal:n,measureThroughput:o=!0,isLowLatency:u=!1}={}){let l=e,c=new Headers,p=this.tracer.createComponentTracer("Fetch");if(i)switch(t){case 0:{c.append("Range",`bytes=${i.from}-${i.to}`);break}case 1:{let C=new URL(l,location.href);C.searchParams.append("bytes",`${i.from}-${i.to}`),l=C.toString();break}default:LT(t)}this.requestQuic&&(l=Ii(l));let d=this.abortAllController.signal,h;if(n){let C=new Z;if(h=QD(MT(this.abortAllController.signal,"abort"),MT(n,"abort")).subscribe(()=>{try{C.abort()}catch(I){_o(I)}}),this.subscription.add(h),this.abortAllController.signal.aborted||n.aborted)try{C.abort()}catch(I){_o(I)}d=C.signal}let f=Ss();p.log("startRequest",_r({url:l,priority:s,rangeMethod:t,range:i,isLowLatency:u,requestStartedAt:f}));let b=yield this.doFetch(l,{priority:s,headers:c,signal:d}),g=Ss();if(!b)return p.error("error",{message:"No response in request"}),p.end(),h?.unsubscribe(),null;if(this.throughputEstimator?.addRawRtt(g-f),!b.ok||!b.body){h?.unsubscribe();let C=`Fetch error ${b.status}: ${b.statusText}`;return p.error("error",{message:C}),p.end(),Promise.reject(new Error(`Fetch error ${b.status}: ${b.statusText}`))}if(this.onHeadersReceived(b.headers),!r&&!o){h?.unsubscribe();let C=Ss(),I={requestStartedAt:f,requestEndedAt:C,duration:C-f};return p.log("endRequest",_r(I)),p.end(),b.arrayBuffer()}let[S,T]=b.body.tee(),y=S.getReader();o&&this.throughputEstimator?.trackStream(T,u);let E=0,w=new Uint8Array(0),$=!1,_=C=>{h?.unsubscribe(),$=!0,_o(C)},P=gs(d,async function*({done:C,value:I}){if(E===0&&this.lastRequestFirstBytes$.next(Ss()-f),d.aborted){h?.unsubscribe();return}if(!C&&I){let x=new Uint8Array(w.length+I.length);x.set(w),x.set(I,w.length),w=x,E+=I.byteLength,r?.(new DataView(w.buffer),E),yield y?.read().then(P,_)}}.bind(this));yield y?.read().then(P,_),h?.unsubscribe();let k=Ss(),v={failed:$,requestStartedAt:f,requestEndedAt:k,duration:k-f};return $?(p.error("endRequest",_r(v)),p.end(),null):(p.log("endRequest",_r(v)),p.end(),w.buffer)}.bind(this));this.fetchByteRangeRepresentation=gs(this.abortAllController.signal,async function*(e,t,i){if(e.type!=="byteRange")return null;let{from:r,to:s}=e.initRange,n=r,o=s,u=!1,l,c;e.indexRange&&(l=e.indexRange.from,c=e.indexRange.to,u=s+1===l,u&&(n=Math.min(l,r),o=Math.max(c,s))),n=Math.min(n,0);let p=yield this.fetch(e.url,{range:{from:n,to:o},priority:i,measureThroughput:!1});if(!p)return null;let d=new DataView(p,r-n,s-n+1);if(!t.validateData(d))throw new Error("Invalid media file");let h=t.parseInit(d),f=e.indexRange??t.getIndexRange(h);if(!f)throw new ReferenceError("No way to load representation index");let b;if(u)b=new DataView(p,f.from-n,f.to-f.from+1);else{let S=yield this.fetch(e.url,{range:f,priority:i,measureThroughput:!1});if(!S)return null;b=new DataView(S)}let g=t.parseSegments(b,h,f);return{init:h,dataView:new DataView(p),segments:g}}.bind(this));this.fetchTemplateRepresentation=gs(this.abortAllController.signal,async function*(e,t){if(e.type!=="template")return null;let i=new URL(e.initUrl,e.baseUrl).toString(),r=yield this.fetch(i,{priority:t,measureThroughput:!1});return r?{init:null,segments:e.segments.map(n=>({...n,status:"none",size:void 0})),dataView:new DataView(r)}:null}.bind(this));this.throughputEstimator=e,this.requestQuic=t,this.compatibilityMode=r,this.tracer=i.createComponentTracer("Fetcher"),this.useEnableSubtitlesParam=s}onHeadersReceived(e){let{type:t,reused:i}=Vo(e);this.lastConnectionType$.next(t),this.lastConnectionReused$.next(i)}async fetchRepresentation(e,t,i="auto"){let{type:r}=e;switch(r){case"byteRange":return await this.fetchByteRangeRepresentation(e,t,i)??null;case"template":return await this.fetchTemplateRepresentation(e,i)??null;default:LT(r)}}destroy(){this.abortAllController.abort(),this.subscription.unsubscribe(),this.tracer.end()}async doFetch(e,t){let i=await yt(e,t);if(i.ok)return i;let r=await i.text(),s=parseInt(r);if(!isNaN(s))switch(s){case 1:this.recoverableError$.next({id:"VideoDataLinkExpiredError",message:"Video data links have expired",category:vs.FATAL});break;case 8:this.recoverableError$.next({id:"VideoDataLinkBlockedForFloodError",message:"Url blocked for flood",category:vs.FATAL});break;case 18:this.recoverableError$.next({id:"VideoDataLinkIllegalIpChangeError",message:"Client IP has changed",category:vs.FATAL});break;case 21:this.recoverableError$.next({id:"VideoDataLinkIllegalHostChangeError",message:"Request HOST has changed",category:vs.FATAL});break;default:this.error$.next({id:"GeneralVideoDataFetchError",message:`Generic video data fetch error (${s})`,category:vs.FATAL})}}},_o=a=>{if(!ms(a))throw a};var ai=(a,e,t)=>t*e+(1-t)*a,Td=(a,e)=>a.reduce((t,i)=>t+i,0)/e,BT=(a,e,t,i)=>{let r=0,s=t,n=Td(a,e),o=e<i?e:i;for(let u=0;u<o;u++)a[s]>n?r++:r--,s=(a.length+s-1)%a.length;return Math.abs(r)===o};import{isNullable as KD,ValueSubject as DT}from"@vkontakte/videoplayer-shared";var xi=class{constructor(e){this.prevReported=void 0;this.pastMeasures=[];this.takenMeasures=0;this.measuresCursor=0;this.params=e,this.pastMeasures=Array(e.deviationDepth),this.smoothed=this.prevReported=e.initial,this.smoothed$=new DT(e.initial),this.debounced$=new DT(e.initial);let t=e.label??"value"+Math.random().toString(16).substring(2,6);this.rawSeries$=new Ge(`raw_${t}`),this.smoothedSeries$=new Ge(`smoothed_${t}`),this.reportedSeries$=new Ge(`reported_${t}`),this.rawSeries$.next(e.initial),this.smoothedSeries$.next(e.initial),this.reportedSeries$.next(e.initial)}next(e){let t=0,i=0;for(let o=0;o<this.pastMeasures.length;o++)this.pastMeasures[o]!==void 0&&(t+=(this.pastMeasures[o]-this.smoothed)**2,i++);this.takenMeasures=i,t/=i;let r=Math.sqrt(t),s=this.smoothed+this.params.deviationFactor*r,n=this.smoothed-this.params.deviationFactor*r;this.pastMeasures[this.measuresCursor]=e,this.measuresCursor=(this.measuresCursor+1)%this.pastMeasures.length,this.rawSeries$.next(e),this.updateSmoothedValue(e),this.smoothed$.next(this.smoothed),this.smoothedSeries$.next(this.smoothed),!(this.smoothed>s||this.smoothed<n)&&(KD(this.prevReported)||Math.abs(this.smoothed-this.prevReported)/this.prevReported>=this.params.changeThreshold)&&(this.prevReported=this.smoothed,this.debounced$.next(this.smoothed),this.reportedSeries$.next(this.smoothed))}};var No=class extends xi{constructor(e){super(e),this.slow=this.fast=e.initial}updateSmoothedValue(e){this.slow=ai(this.slow,e,this.params.emaAlphaSlow),this.fast=ai(this.fast,e,this.params.emaAlphaFast);let t=this.params.fastDirection>0?Math.max:Math.min;this.smoothed=t(this.slow,this.fast)}};var Uo=class extends xi{constructor(e){super(e),this.emaSmoothed=e.initial}updateSmoothedValue(e){let t=Td(this.pastMeasures,this.takenMeasures);this.emaSmoothed=ai(this.emaSmoothed,e,this.params.emaAlpha);let i=BT(this.pastMeasures,this.takenMeasures,this.measuresCursor-1,this.params.basisTrendChangeCount);this.smoothed=i?this.emaSmoothed:t}};var qo=class extends xi{constructor(t){super(t);this.furtherValues=[];this.currentTopExtremumValue=0;this.extremumInterval=t.extremumInterval}next(t){this.currentTopExtremumValue<=t?(this.currentTopExtremumValue=t,this.furtherValues=[]):this.furtherValues.length===this.extremumInterval?(super.next(this.currentTopExtremumValue),this.currentTopExtremumValue=t,this.furtherValues=[]):this.furtherValues.push(t)}updateSmoothedValue(t){this.smoothed=this.smoothed?ai(this.smoothed,t,this.params.emaAlpha):t}};var si=class{static getSmoothedValue(e,t,i){return i.type==="TwoEma"?new No({initial:e,emaAlphaSlow:i.emaAlphaSlow,emaAlphaFast:i.emaAlphaFast,changeThreshold:i.changeThreshold,fastDirection:t,deviationDepth:i.deviationDepth,deviationFactor:i.deviationFactor,label:"throughput"}):new Uo({initial:e,emaAlpha:i.emaAlpha,basisTrendChangeCount:i.basisTrendChangeCount,changeThreshold:i.changeThreshold,deviationDepth:i.deviationDepth,deviationFactor:i.deviationFactor,label:"throughput"})}static getLiveBufferSmoothedValue(e,t){return new qo({initial:e,label:"liveEdgeDelay",...t})}};var Fr=(a,e)=>{a&&a.playbackRate!==e&&(a.playbackRate=e)};import{isNullable as XD,ValueSubject as JD}from"@vkontakte/videoplayer-shared";var ys=class a{constructor(e,t){this.currentRepresentation$=new JD(null);this.maxRepresentations=4;this.representationsCursor=0;this.representations=[];this.currentSegment=null;this.getCurrentPosition=t.getCurrentPosition,this.processStreams(e)}updateLive(e){this.processStreams(e?.streams.text)}seekLive(e){this.processStreams(e)}maintain(e=this.getCurrentPosition()){if(!XD(e))for(let t of this.representations)for(let i of t){let r=i.segmentReference,s=r.segments.length,n=r.segments[0].time.from,o=r.segments[s-1].time.to;if(e<n||e>o)continue;let u=r.segments.find(l=>l.time.from<=e&&l.time.to>=e);!u||this.currentSegment?.time.from===u.time.from&&this.currentSegment.time.to===u.time.to||(this.currentSegment=u,this.currentRepresentation$.next({...i,label:"Live Text",language:"ru",isAuto:!0,url:new URL(u.url,r.baseUrl).toString()}))}}destroy(){this.currentRepresentation$.next(null),this.currentSegment=null,this.representations=[]}processStreams(e){for(let t of e??[]){let i=a.filterRepresentations(t.representations);if(i){this.representations[this.representationsCursor]=i,this.representationsCursor=(this.representationsCursor+1)%this.maxRepresentations;break}}}static isSupported(e){return!!e?.some(t=>a.filterRepresentations(t.representations))}static filterRepresentations(e){return e?.filter(t=>t.kind==="text"&&"segmentReference"in t&&Ye(t.segmentReference))}};var Ho=V(Lt(),1);import{assertNever as zo}from"@vkontakte/videoplayer-shared";var CT=(a,{useHlsJs:e,useManagedMediaSource:t,useOldMSEDetection:i})=>{let{containers:r,protocols:s,codecs:n,nativeHlsSupported:o}=F.video,u=(n.h264||n.h265)&&n.aac,l=s.mse&&(!i||!!window.MediaStreamTrack)||s.mms&&t;return a.filter(c=>{switch(c){case"DASH_SEP":return l&&r.mp4&&u;case"DASH_WEBM":return l&&r.webm&&n.vp9&&n.opus;case"DASH_WEBM_AV1":return l&&r.webm&&n.av1&&n.opus;case"DASH_STREAMS":return l&&(r.mp4&&u||r.webm&&(n.vp9||n.av1)&&(n.opus||n.aac));case"DASH_LIVE":return l&&r.mp4&&u;case"DASH_LIVE_CMAF":return l&&r.mp4&&u&&r.cmaf;case"DASH_ONDEMAND":return l&&r.mp4&&u;case"HLS":case"HLS_ONDEMAND":return o||e&&l&&r.mp4&&u;case"HLS_LIVE":case"HLS_LIVE_CMAF":return o;case"MPEG":return r.mp4;case"DASH":case"DASH_LIVE_WEBM":return!1;case"WEB_RTC_LIVE":return s.webrtc&&s.ws&&n.h264&&(r.mp4||r.webm);default:return zo(c)}})},jo=a=>{let{webmDecodingInfo:e}=F.video,t="DASH_WEBM",i="DASH_WEBM_AV1";switch(a){case"vp9":return[t,i];case"av1":return[i,t];case"none":return[];case"smooth":return e?e[i].smooth?[i,t]:e[t].smooth?[t,i]:[i,t]:[t,i];case"power_efficient":return e?e[i].powerEfficient?[i,t]:e[t].powerEfficient?[t,i]:[i,t]:[t,i];default:zo(a)}return[t,i]},VT=({webmCodec:a,androidPreferredFormat:e,preferMultiStream:t})=>{let i=[...t?["DASH_STREAMS"]:[],...jo(a),"DASH_SEP","DASH_ONDEMAND",...t?[]:["DASH_STREAMS"]],r=[...t?["DASH_STREAMS"]:[],"DASH_SEP","DASH_ONDEMAND",...t?[]:["DASH_STREAMS"]];if(F.device.isAndroid)switch(e){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[...r,"MPEG",...jo(a),"HLS","HLS_ONDEMAND"];case"dash_any_webm":return[...jo(a),"MPEG",...r,"HLS","HLS_ONDEMAND"];case"dash_sep":return["DASH_SEP","MPEG",...jo(a),...r,"HLS","HLS_ONDEMAND"];default:zo(e)}return F.video.nativeHlsSupported?[...i,"HLS","HLS_ONDEMAND","MPEG"]:[...i,"HLS","HLS_ONDEMAND","MPEG"]},OT=({androidPreferredFormat:a,preferCMAF:e,preferWebRTC:t})=>{let i=e?["DASH_LIVE_CMAF","DASH_LIVE"]:["DASH_LIVE","DASH_LIVE_CMAF"],r=e?["HLS_LIVE_CMAF","HLS_LIVE"]:["HLS_LIVE","HLS_LIVE_CMAF"],s=[...i,...r],n=[...r,...i],o,u=F.device.isMac&&F.browser.isSafari;if(F.device.isAndroid)switch(a){case"dash":case"dash_any_mpeg":case"dash_any_webm":case"dash_sep":{o=s;break}case"hls":case"mpeg":{o=n;break}default:zo(a)}else F.video.nativeHlsSupported&&!u?o=n:u?o=e?["DASH_LIVE_CMAF","HLS_LIVE_CMAF","HLS_LIVE","DASH_LIVE"]:["HLS_LIVE","DASH_LIVE","DASH_LIVE_CMAF","HLS_LIVE_CMAF"]:o=s;return t?["WEB_RTC_LIVE",...o]:[...o,"WEB_RTC_LIVE"]},Id=a=>a?["HLS_LIVE","HLS_LIVE_CMAF","DASH_LIVE_CMAF"]:["DASH_WEBM","DASH_WEBM_AV1","DASH_SEP","DASH_ONDEMAND","HLS","HLS_ONDEMAND","MPEG"],Wo=a=>{if(a.size===0)return;if(a.size===1){let t=a.values().next();return(0,Ho.default)(t.value.split("."),0)}for(let t of a){let i=(0,Ho.default)(t.split("."),0);if(i==="opus"||i==="vp09"||i==="av01")return i}let e=a.values().next();return(0,Ho.default)(e.value.split("."),0)};var n0=["timeupdate","progress","play","seeked","stalled","waiting"],o0=["timeupdate","progress","loadeddata","playing","seeked"];var Yo=class{constructor(e){this.element=null;this.manifestUrlString="";this.source=null;this.manifest=null;this.subscription=new NT;this.representationSubscription=new NT;this.state$=new N("none");this.currentVideoRepresentation$=new de(void 0);this.currentVideoRepresentationInit$=new de(void 0);this.currentAudioRepresentation$=new de(void 0);this.currentVideoSegmentLength$=new de(0);this.currentAudioSegmentLength$=new de(0);this.error$=new Qo;this.lastConnectionType$=new de(void 0);this.lastConnectionReused$=new de(void 0);this.lastRequestFirstBytes$=new de(void 0);this.currentLiveTextRepresentation$=new de(null);this.isLive$=new de(!1);this.isActiveLive$=new de(!1);this.isLowLatency$=new de(!1);this.liveDuration$=new de(0);this.liveSeekableDuration$=new de(0);this.liveAvailabilityStartTime$=new de(0);this.liveStreamStatus$=new de(void 0);this.bufferLength$=new de(0);this.liveLatency$=new de(void 0);this.liveLoadBufferLength$=new de(0);this.livePositionFromPlayer$=new de(0);this.currentStallDuration$=new de(0);this.videoLastDataObtainedTimestamp$=new de(0);this.fetcherRecoverableError$=new Qo;this.fetcherError$=new Qo;this.liveStreamEndTimestamp=0;this.isUpdatingLive=!1;this.isJumpGapAfterSeekLive=!1;this.forceEnded$=new Qo;this.gapWatchdogActive=!1;this.destroyController=new Z;this.initManifest=Ed(this.destroyController.signal,async function*(e,t,i){this.tracer.log("initManifest"),this.element=e,this.manifestUrlString=be(t,i,2),this.state$.startTransitionTo("manifest_ready"),this.manifest=yield this.updateManifest(),this.manifest?.streams.video.length?this.state$.setState("manifest_ready"):this.error$.next({id:"NoRepresentations",category:Ut.PARSER,message:"No playable video representations"})}.bind(this));this.updateManifest=Ed(this.destroyController.signal,async function*(){this.tracer.log("updateManifestStart",{manifestUrl:this.manifestUrlString});let e=yield this.fetcher.fetchManifest(this.manifestUrlString).catch(n=>{!this.manifest&&!this.bufferLength$.getValue()&&this.error$.next({id:"LoadManifest",category:Ut.NETWORK,message:"Failed to load manifest",thrown:n})});if(!e)return null;let t=null;try{t=kT(e??"",this.manifestUrlString)}catch(n){let o=Mo(e)??{id:"ManifestParsing",category:Ut.PARSER,message:"Failed to parse MPD manifest",thrown:n};this.error$.next(o)}if(!t)return null;let i=(n,o,u)=>!!(this.element?.canPlayType?.(o)&&gt()?.isTypeSupported?.(`${o}; codecs="${u}"`)||n==="text");if(t.live){this.isLive$.next(!!t.live);let{availabilityStartTime:n,latestSegmentPublishTime:o,streamIsUnpublished:u,streamIsAlive:l}=t.live,c=(t.duration??0)/1e3;this.liveSeekableDuration$.next(-1*c),this.liveDuration$.next((o-n)/1e3),this.liveAvailabilityStartTime$.next(t.live.availabilityStartTime);let p="active";l||(p=u?"unpublished":"unexpectedly_down"),this.liveStreamStatus$.next(p)}let r={text:t.streams.text,video:[],audio:[]};for(let n of["video","audio"]){let u=t.streams[n].filter(({mime:p,codecs:d})=>i(n,p,d)),l=new Set(u.map(({codecs:p})=>p)),c=Wo(l);if(c&&(r[n]=u.filter(({codecs:p})=>p.startsWith(c))),n==="video"){let p=this.tuning.preferHDR,d=r.video.some(f=>f.hdr),h=r.video.some(f=>!f.hdr);F.display.isHDR&&p&&d?r.video=r.video.filter(f=>f.hdr):h&&(r.video=r.video.filter(f=>!f.hdr))}}let s={...t,streams:r};return this.tracer.log("updateManifestEnd",Is(s)),s}.bind(this));this.initRepresentations=Ed(this.destroyController.signal,async function*(e,t,i){this.tracer.log("initRepresentationsStart",Is({initialVideo:e,initialAudio:t,sourceHls:i})),Nr(this.manifest),Nr(this.element),this.representationSubscription.unsubscribe(),this.state$.startTransitionTo("representations_ready");let r=d=>{this.representationSubscription.add(ni(d,"error").pipe(Go(h=>!!this.element?.played.length)).subscribe(h=>{this.error$.next({id:"VideoSource",category:Ut.VIDEO_PIPELINE,message:"Unexpected video source error",thrown:h})}))};this.source=this.tuning.useManagedMediaSource?oo():new MediaSource;let s=document.createElement("source");if(r(s),s.src=URL.createObjectURL(this.source),this.element.appendChild(s),this.tuning.useManagedMediaSource&&xr())if(i){let d=document.createElement("source");r(d),d.type="application/x-mpegurl",d.src=i.url,this.element.appendChild(d)}else this.element.disableRemotePlayback=!0;this.isActiveLive$.next(this.isLive$.getValue());let n={fetcher:this.fetcher,tuning:this.tuning,getCurrentPosition:()=>this.element?this.element.currentTime*1e3:void 0,isActiveLowLatency:()=>this.isActiveLive$.getValue()&&this.isLowLatency$.getValue(),manifest:this.manifest},o=this.manifest.streams.video.reduce((d,h)=>[...d,...h.representations],[]);if(this.videoBufferManager=new bs("video",this.source,o,n),this.bufferManagers=[this.videoBufferManager],xs(t)){let d=this.manifest.streams.audio.reduce((h,f)=>[...h,...f.representations],[]);this.audioBufferManager=new bs("audio",this.source,d,n),this.bufferManagers.push(this.audioBufferManager)}ys.isSupported(this.manifest.streams.text)&&!this.isLowLatency$.getValue()&&(this.liveTextManager=new ys(this.manifest.streams.text,n)),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$));let u=()=>{this.stallWatchdogSubscription?.unsubscribe(),this.currentStallDuration$.next(0)};if(this.representationSubscription.add(Yi(...o0.map(d=>ni(this.element,d))).pipe(qr(d=>this.element?Me(this.element.buffered,this.element.currentTime*1e3):0),Ts(),a0(d=>{d>this.tuning.dash.bufferEmptinessTolerance&&u()})).subscribe(this.bufferLength$)),this.representationSubscription.add(Yi(ni(this.element,"ended"),this.forceEnded$).subscribe(()=>{u()})),this.isLive$.getValue()){this.subscription.add(this.liveDuration$.pipe(Ts()).subscribe(h=>this.liveStreamEndTimestamp=Pd())),this.subscription.add(ni(this.element,"pause").subscribe(()=>{this.livePauseWatchdogSubscription=wd(1e3).subscribe(h=>{let f=mi(this.manifestUrlString,2);this.manifestUrlString=be(this.manifestUrlString,f+1e3,2),this.liveStreamStatus$.getValue()==="active"&&this.updateManifest()}),this.subscription.add(this.livePauseWatchdogSubscription)})).add(ni(this.element,"play").subscribe(h=>this.livePauseWatchdogSubscription?.unsubscribe())),this.representationSubscription.add(Ur({isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(qr(({isActiveLive:h,isLowLatency:f})=>h&&f),Ts()).subscribe(h=>{this.isManualDecreasePlaybackInLive()||Fr(this.element,1)})),this.representationSubscription.add(Ur({bufferLength:this.bufferLength$,isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(Go(({bufferLength:h,isActiveLive:f,isLowLatency:b})=>f&&b&&!!h)).subscribe(({bufferLength:h})=>this.liveBuffer.next(h))),this.representationSubscription.add(this.videoBufferManager.currentLowLatencySegmentLength$.subscribe(h=>{if(!this.isActiveLive$.getValue()&&!this.isLowLatency$.getValue()&&!h)return;let f=this.liveSeekableDuration$.getValue()-h/1e3;this.liveSeekableDuration$.next(Math.max(f,-1*this.tuning.dashCmafLive.maxLiveDuration)),this.liveDuration$.next(this.liveDuration$.getValue()+h/1e3)})),this.representationSubscription.add(Ur({isLive:this.isLive$,rtt:this.throughputEstimator.rtt$,bufferLength:this.bufferLength$,segmentServerLatency:this.videoBufferManager.currentLiveSegmentServerLatency$}).pipe(Go(({isLive:h})=>h),Ts((h,f)=>f.bufferLength<h.bufferLength),qr(({rtt:h,bufferLength:f,segmentServerLatency:b})=>{let g=mi(this.manifestUrlString,2);return(h/2+f+b+g)/1e3})).subscribe(this.liveLatency$)),this.representationSubscription.add(Ur({liveBuffer:this.liveBuffer.smoothed$,isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).subscribe(({liveBuffer:h,isActiveLive:f,isLowLatency:b})=>{if(!b||!f)return;let g=this.tuning.dashCmafLive.lowLatency.maxTargetOffset,S=this.tuning.dashCmafLive.lowLatency.maxTargetOffsetDeviation,T=this.tuning.dashCmafLive.lowLatency.playbackCatchupSpeedup,y=h-g;if(this.isManualDecreasePlaybackInLive())return;let E=1;Math.abs(y)>S&&(E=1+Math.sign(y)*T),Fr(this.element,E)})),this.representationSubscription.add(this.bufferLength$.subscribe(h=>{let f=0;if(h){let b=(this.element?.currentTime??0)*1e3;f=Math.min(...this.bufferManagers.map(S=>S.getLiveSegmentsToLoadState(this.manifest)?.to??b))-b}this.liveLoadBufferLength$.getValue()!==f&&this.liveLoadBufferLength$.next(f)}));let d=0;this.representationSubscription.add(Ur({liveLoadBufferLength:this.liveLoadBufferLength$,bufferLength:this.bufferLength$}).pipe(s0(1e3)).subscribe(async({liveLoadBufferLength:h,bufferLength:f})=>{if(!this.element||this.isUpdatingLive)return;let b=this.element.playbackRate,g=mi(this.manifestUrlString,2),S=Math.abs(this.livePositionFromPlayer$.getValue())*1e3,T=Math.min(S,this.tuning.dashCmafLive.normalizedTargetMinBufferSize*b),y=this.tuning.dashCmafLive.normalizedActualBufferOffset*b,E=this.tuning.dashCmafLive.normalizedLiveMinBufferSize*b,w=isFinite(h)?h:f,$=this.isActiveLive$.getValue()&&this.isLowLatency$.getValue(),_=S<=this.tuning.live.activeLiveDelay;this.isActiveLive$.next(_);let P="none";if($?P="active_low_latency":this.isLowLatency$.getValue()&&_?(this.bufferManagers.forEach(k=>k.proceedLowLatencyLive()),P="active_low_latency"):g!==0&&w<T?P="live_forward_buffering":w<T+E&&(P="live_with_target_offset"),isFinite(h)&&(d=h>d?h:d),P==="live_forward_buffering"||P==="live_with_target_offset"){let k=d-(T+y),v=this.normolizeLiveOffset(Math.trunc(g+k/b)),C=Math.abs(v-g),I=0;!h||C<=this.tuning.dashCmafLive.offsetCalculationError?I=g:v>0&&C>this.tuning.dashCmafLive.offsetCalculationError&&(I=v),this.manifestUrlString=be(this.manifestUrlString,I,2)}(P==="live_with_target_offset"||P==="live_forward_buffering")&&(d=0,await this.updateLive())},h=>{this.error$.next({id:"updateLive",category:Ut.VIDEO_PIPELINE,thrown:h,message:"Failed to update live with subscription"})}))}let l=Yi(...this.bufferManagers.map(d=>d.fullyBuffered$)).pipe(qr(()=>this.bufferManagers.every(d=>d.fullyBuffered$.getValue()))),c=Yi(...this.bufferManagers.map(d=>d.onLastSegment$)).pipe(qr(()=>this.bufferManagers.some(d=>d.onLastSegment$.getValue()))),p=Ur({allBuffersFull:l,someBufferEnded:c}).pipe(Ts(),qr(({allBuffersFull:d,someBufferEnded:h})=>d&&h),Go(d=>d));if(this.representationSubscription.add(Yi(this.forceEnded$,p).subscribe(()=>{if(this.source&&this.source.readyState==="open"&&Array.from(this.source.sourceBuffers).every(d=>!d.updating))try{this.source?.endOfStream()}catch(d){this.error$.next({id:"EndOfStream",category:Ut.VIDEO_PIPELINE,message:"Failed to end MediaSource stream",thrown:d})}})),this.representationSubscription.add(Yi(...this.bufferManagers.map(d=>d.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 d=this.tuning.dash.sourceOpenTimeout>=0;yield new Promise((h,f)=>{d&&(this.timeoutSourceOpenId=setTimeout(()=>{if(this.source?.readyState==="open"){h();return}this.tuning.dash.rejectOnSourceOpenTimeout?f(new Error("Timeout reject when wait sourceopen event")):h()},this.tuning.dash.sourceOpenTimeout)),this.source?.addEventListener("sourceopen",()=>{this.timeoutSourceOpenId&&clearTimeout(this.timeoutSourceOpenId),h()},{once:!0})})}if(!this.isLive$.getValue()){let d=[this.manifest.duration??0,...(0,kd.default)((0,kd.default)([...this.manifest.streams.audio,...this.manifest.streams.video],h=>h.representations),h=>{let f=[];return h.duration&&f.push(h.duration),Ye(h.segmentReference)&&h.segmentReference.totalSegmentsDurationMs&&f.push(h.segmentReference.totalSegmentsDurationMs),f})];this.source.duration=Math.max(...d)/1e3}this.audioBufferManager&&xs(t)?yield Promise.all([this.videoBufferManager.startWith(e),this.audioBufferManager.startWith(t)]):yield this.videoBufferManager.startWith(e),this.state$.setState("representations_ready"),this.tracer.log("initRepresentationsEnd")}.bind(this));this.tick=()=>{if(!this.element||!this.videoBufferManager||this.source?.readyState!=="open")return;let e=this.element.currentTime*1e3;this.videoBufferManager.maintain(e),this.audioBufferManager?.maintain(e),this.liveTextManager?.maintain(e),(this.videoBufferManager.gaps.length||this.audioBufferManager?.gaps.length)&&!this.gapWatchdogActive&&(this.gapWatchdogActive=!0,this.gapWatchdogSubscription=wd(this.tuning.gapWatchdogInterval).subscribe(()=>this.jumpGap(),t=>{this.error$.next({id:"GapWatchdog",category:Ut.WTF,message:"Error handling gaps",thrown:t})}),this.subscription.add(this.gapWatchdogSubscription))};this.throughputEstimator=e.throughputEstimator,this.tuning=e.tuning,this.tracer=e.tracer.createComponentTracer(this.constructor.name),this.fetcher=new Fo({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.liveBuffer=si.getLiveBufferSmoothedValue(this.tuning.dashCmafLive.lowLatency.maxTargetOffset,{...e.tuning.dashCmafLive.lowLatency.bufferEstimator}),this.initTracerSubscription()}async seekLive(e){Nr(this.element);let t=this.liveStreamStatus$.getValue()!=="active"?Pd()-this.liveStreamEndTimestamp:0,i=this.normolizeLiveOffset(e+t);this.isActiveLive$.next(i===0),this.manifestUrlString=be(this.manifestUrlString,i,2),this.manifest=await this.updateManifest(),this.manifest&&(this.isJumpGapAfterSeekLive=!0,await this.videoBufferManager?.seekLive(this.manifest.streams.video),await this.audioBufferManager?.seekLive(this.manifest.streams.audio),this.liveTextManager?.seekLive(this.manifest.streams.text))}initBuffer(){Nr(this.element),this.state$.setState("running"),this.subscription.add(Yi(...n0.map(e=>ni(this.element,e)),ni(window,"online")).subscribe(()=>this.tick(),e=>{this.error$.next({id:"DashVKPlayer",category:Ut.WTF,message:"Internal logic error",thrown:e})})),this.subscription.add(ni(this.element,"progress").subscribe(()=>{this.element&&this.element.readyState===2&&!this.element.seeking&&(this.element.currentTime=this.element.currentTime)})),this.subscription.add(ni(this.element,"waiting").subscribe(()=>{this.element&&this.element.readyState===2&&!this.element.seeking&&Ne(this.element.buffered,this.element.currentTime*1e3)&&(this.element.currentTime=this.element.currentTime);let e=()=>{if(!this.element||this.source?.readyState!=="open")return;let t=this.currentStallDuration$.getValue();t+=50,this.currentStallDuration$.next(t);let i={timeInWaiting:t},r=Pd(),s=100,n=this.videoBufferManager?.lastDataObtainedTimestamp??0;this.videoLastDataObtainedTimestamp$.next(n);let o=this.audioBufferManager?.lastDataObtainedTimestamp??0,u=this.videoBufferManager?.getForwardBufferDuration()??0,l=this.audioBufferManager?.getForwardBufferDuration()??0,c=u<s&&r-n>this.tuning.dash.crashOnStallTWithoutDataTimeout,p=this.audioBufferManager&&l<s&&r-o>this.tuning.dash.crashOnStallTWithoutDataTimeout;if((c||p)&&t>this.tuning.dash.crashOnStallTWithoutDataTimeout||t>=this.tuning.dash.crashOnStallTimeout)throw new Error(`Stall timeout exceeded: ${t} ms`);if(this.isLive$.getValue()&&t%2e3===0){let d=this.normolizeLiveOffset(-1*this.livePositionFromPlayer$.getValue()*1e3);this.seekLive(d).catch(h=>{this.error$.next({id:"stallIntervalCallback",category:Ut.VIDEO_PIPELINE,message:"stallIntervalCallback failed",thrown:h})}),i.liveLastOffset=d}else{let d=this.element.currentTime*1e3;this.videoBufferManager?.maintain(d),this.audioBufferManager?.maintain(d),i.position=d}this.tracer.log("stallIntervalCallback",Is(i))};this.stallWatchdogSubscription?.unsubscribe(),this.stallWatchdogSubscription=wd(50).subscribe(e,t=>{this.error$.next({id:"StallWatchdogCallback",category:Ut.NETWORK,message:"Can't restore DASH after stall.",thrown:t})}),this.subscription.add(this.stallWatchdogSubscription)})),this.tick()}async switchRepresentation(e,t,i=!1){let r={video:this.videoBufferManager,audio:this.audioBufferManager,text:null}[e];return this.tuning.useNewSwitchTo?this.currentStallDuration$.getValue()>0?r?.switchToWithPreviousAbort(t,i):r?.switchTo(t,i):r?.switchToOld(t,i)}async seek(e,t){Nr(this.element),Nr(this.videoBufferManager);let i;t||this.element.duration*1e3<=this.tuning.dashSeekInSegmentDurationThreshold||Math.abs(this.element.currentTime*1e3-e)<=this.tuning.dashSeekInSegmentAlwaysSeekDelta?i=e:i=Math.max(this.videoBufferManager.findSegmentStartTime(e)??e,this.audioBufferManager?.findSegmentStartTime(e)??e),this.warmUpMediaSourceIfNeeded(i),Ne(this.element.buffered,i)||await Promise.all([this.videoBufferManager.abort(),this.audioBufferManager?.abort()]),!(FT(this.element)||FT(this.videoBufferManager))&&(this.videoBufferManager.maintain(i),this.audioBufferManager?.maintain(i),this.element.currentTime=i/1e3,this.tracer.log("seek",Is({requestedPosition:e,forcePrecise:t,position:i})))}warmUpMediaSourceIfNeeded(e=this.element?.currentTime){xs(this.element)&&xs(this.source)&&xs(e)&&this.source?.readyState==="ended"&&this.element.duration*1e3-e>this.tuning.dash.seekBiasInTheEnd&&this.bufferManagers.forEach(t=>t.warmUpMediaSource())}get isStreamEnded(){return this.source?.readyState==="ended"}stop(){this.tracer.log("stop"),this.element?.querySelectorAll("source").forEach(e=>{URL.revokeObjectURL(e.src),e.remove()}),this.element=null,this.source=null,this.manifest=null,this.currentVideoRepresentation$.next(void 0),this.videoBufferManager?.destroy(),this.videoBufferManager=null,this.audioBufferManager?.destroy(),this.audioBufferManager=null,this.bufferManagers=[],this.state$.setState("none")}setBufferTarget(e){for(let t of this.bufferManagers)t.setTarget(e)}getStreams(){return this.manifest?.streams}setPreloadOnly(e){for(let t of this.bufferManagers)t.setPreloadOnly(e)}destroy(){this.subscription.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=r0(this.tracer.error.bind(this.tracer));this.subscription.add(this.error$.subscribe(e("error")))}isManualDecreasePlaybackInLive(){return!this.element||!this.isLive$.getValue()?!1:1-this.element.playbackRate>this.tuning.dashCmafLive.lowLatency.playbackCatchupSpeedup}normolizeLiveOffset(e){return Math.trunc(e/1e3)*1e3}async updateLive(){this.isUpdatingLive=!0,this.manifest=await this.updateManifest(),this.manifest&&(this.bufferManagers?.forEach(e=>e.updateLive(this.manifest)),this.liveTextManager?.updateLive(this.manifest)),this.isUpdatingLive=!1}jumpGap(){if(!this.element||!this.videoBufferManager)return;let e=this.videoBufferManager.getDebugBufferState();if(!e)return;let t=this.isActiveLive$.getValue()&&this.isLowLatency$.getValue(),i={isJumpGapAfterSeekLive:this.isJumpGapAfterSeekLive,isActiveLowLatency:t,initialCurrentTime:this.element.currentTime};this.isJumpGapAfterSeekLive&&!t&&this.element.currentTime>e.to&&(this.isJumpGapAfterSeekLive=!1,this.element.currentTime=0);let r=this.element.currentTime*1e3,s=[],n=this.element.readyState===1?this.tuning.endGapTolerance:0;for(let o of this.bufferManagers)for(let u of o.gaps)o.playingRepresentation$.getValue()===u.representation&&u.from-n<=r&&u.to+n>r&&(this.element.duration*1e3-u.to<this.tuning.endGapTolerance?s.push(1/0):s.push(u.to));if(s.length){let o=Math.max(...s)+10;this.gapWatchdogSubscription.unsubscribe(),this.gapWatchdogActive=!1,o===1/0?this.forceEnded$.next():(this.element.currentTime=o/1e3,i={...i,gapEnds:s,jumpTo:o,resultCurrentTime:this.element.currentTime},this.tracer.log("jumpGap",Is(i)))}}};var Ko=class{constructor(e,t){this.fov=e,this.orientation=t}};var Xo=class{constructor(e,t){this.rotating=!1;this.fading=!1;this.lastTickTS=0;this.lastCameraTurnTS=0;this.fadeStartSpeed=null;this.fadeTime=0;this.camera=e,this.options=t,this.rotationSpeed={x:0,y:0,z:0},this.fadeCorrection=1/(this.options.speedFadeTime/1e3)**2}turnCamera(e=0,t=0,i=0){this.pointCameraTo(this.camera.orientation.x+e,this.camera.orientation.y+t,this.camera.orientation.z+i)}pointCameraTo(e=0,t=0,i=0){t=this.limitCameraRotationY(t);let r=e-this.camera.orientation.x,s=t-this.camera.orientation.y,n=i-this.camera.orientation.z;this.camera.orientation.x=e,this.camera.orientation.y=t,this.camera.orientation.z=i,this.lastCameraTurn={x:r,y:s,z:n},this.lastCameraTurnTS=Date.now()}setRotationSpeed(e,t,i){this.rotationSpeed.x=e??this.rotationSpeed.x,this.rotationSpeed.y=t??this.rotationSpeed.y,this.rotationSpeed.z=i??this.rotationSpeed.z}startRotation(){this.rotating=!0}stopRotation(e=!1){e?(this.setRotationSpeed(0,0,0),this.fadeStartSpeed=null):this.startFading(this.rotationSpeed.x,this.rotationSpeed.y,this.rotationSpeed.z),this.rotating=!1}onCameraRelease(){if(this.lastCameraTurn&&this.lastCameraTurnTS){let e=Date.now()-this.lastCameraTurnTS;if(e<this.options.speedFadeThreshold){let t=(1-e/this.options.speedFadeThreshold)*this.options.rotationSpeedCorrection;this.startFading(this.lastCameraTurn.x*t,this.lastCameraTurn.y*t,this.lastCameraTurn.z*t)}}}startFading(e,t,i){this.setRotationSpeed(e,t,i),this.fadeStartSpeed={...this.rotationSpeed},this.fading=!0}stopFading(){this.fadeStartSpeed=null,this.fading=!0,this.fadeTime=0}limitCameraRotationY(e){return Math.max(-this.options.maxYawAngle,Math.min(e,this.options.maxYawAngle))}tick(e){if(!this.lastTickTS){this.lastTickTS=e,this.lastCameraTurnTS=Date.now();return}let t=e-this.lastTickTS,i=t/1e3;if(this.rotating)this.turnCamera(this.rotationSpeed.x*this.options.rotationSpeedCorrection*i,this.rotationSpeed.y*this.options.rotationSpeedCorrection*i,this.rotationSpeed.z*this.options.rotationSpeedCorrection*i);else if(this.fading&&this.fadeStartSpeed){let r=-this.fadeCorrection*(this.fadeTime/1e3)**2+1;this.setRotationSpeed(this.fadeStartSpeed.x*r,this.fadeStartSpeed.y*r,this.fadeStartSpeed.z*r),r>0?this.turnCamera(this.rotationSpeed.x*this.options.rotationSpeedCorrection*i,this.rotationSpeed.y*this.options.rotationSpeedCorrection*i,this.rotationSpeed.z*this.options.rotationSpeedCorrection*i):(this.stopRotation(!0),this.stopFading()),this.fadeTime=Math.min(this.fadeTime+t,this.options.speedFadeTime)}this.lastTickTS=e}};var qT=`attribute vec2 a_vertex;
70
+ `})|(?<privateuse2>${e}))$`.replace(/[\s\t\n]/g,"");return new RegExp(c,"i")}var dl=M(Lt(),1);import{videoSizeToQuality as iM}from"@vkontakte/videoplayer-shared";var tS=({id:r,width:e,height:t,bitrate:i,fps:a,quality:s,streamId:n})=>{let o=(s?At(s):void 0)??iM({width:e,height:t});return o&&{id:r,quality:o,bitrate:i,size:{width:e,height:t},fps:a,streamId:n}},iS=({id:r,bitrate:e})=>({id:r,bitrate:e}),rS=({language:r,label:e},{id:t,url:i,isAuto:a})=>({id:t,url:i,isAuto:a,type:"internal",language:r,label:e}),aS=({language:r,label:e,id:t,url:i,isAuto:a})=>({id:t,url:i,isAuto:a,type:"internal",language:r,label:e}),pl=({id:r,language:e,label:t,codecs:i,isDefault:a})=>({id:r,language:e,label:t,codec:(0,dl.default)(i.split("."),0),isDefault:a}),hl=({id:r,language:e,label:t,hdr:i,codecs:a})=>({id:r,language:e,hdr:i,label:t,codec:(0,dl.default)(a.split("."),0)}),ml=r=>"url"in r,ve=r=>r.type==="template",pa=r=>r instanceof DOMException&&(r.name==="AbortError"||r.code===20);var nS=r=>{if(!r?.startsWith("P"))return;let e=(n,o)=>{let u=n?parseFloat(n.replace(",",".")):NaN;return(isNaN(u)?0:u)*o},i=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/.exec(r),a=i?.[1]==="-"?-1:1,s={days:e(i?.[5],a),hours:e(i?.[6],a),minutes:e(i?.[7],a),seconds:e(i?.[8],a)};return s.days*24*60*60*1e3+s.hours*60*60*1e3+s.minutes*60*1e3+s.seconds*1e3},mt=(r,e)=>{let t=r;t=(0,fl.default)(t,"$$","$");let i={RepresentationID:e.representationId,Number:e.segmentNumber,Bandwidth:e.bandwidth,Time:e.segmentTime};for(let[a,s]of(0,oS.default)(i)){let n=new RegExp(`\\$${a}(?:%0(\\d+)d)?\\$`,"g");t=(0,fl.default)(t,n,(o,u)=>sS(s)?o:sS(u)?s:(0,uS.default)(s,parseInt(u,10),"0"))}return t},cS=(r,e)=>{let i=new DOMParser().parseFromString(r,"application/xml"),a={video:[],audio:[],text:[]},s=i.children[0],n=Array.from(s.querySelectorAll("MPD > BaseURL").values()).map(N=>N.textContent?.trim()??""),o=(0,lS.default)(n,0)??"",u=s.getAttribute("type")==="dynamic",l=s.getAttribute("availabilityStartTime"),c=s.getAttribute("publishTime"),d=s.getElementsByTagName("vk:Attrs")[0],p=d?.getElementsByTagName("vk:XLatestSegmentPublishTime")[0].textContent,h=d?.getElementsByTagName("vk:XStreamIsLive")[0].textContent,f=d?.getElementsByTagName("vk:XStreamIsUnpublished")[0].textContent,b=d?.getElementsByTagName("vk:XPlaybackDuration")[0].textContent,g;u&&(g={availabilityStartTime:l?new Date(l).getTime():0,publishTime:c?new Date(c).getTime():0,latestSegmentPublishTime:p?new Date(p).getTime():0,streamIsAlive:h==="yes",streamIsUnpublished:f==="yes"});let v,x=s.getAttribute("mediaPresentationDuration"),T=[...s.getElementsByTagName("Period")],P=T.reduce((N,S)=>({...N,[S.id]:S.children}),{}),I=T.reduce((N,S)=>({...N,[S.id]:S.getAttribute("duration")}),{});x?v=nS(x):(0,bl.default)(I).filter(N=>N).length&&!u?v=(0,bl.default)(I).reduce((N,S)=>N+(nS(S)??0),0):b&&(v=parseInt(b,10));let V=0,B=s.getAttribute("profiles")?.split(",")??[];for(let N of T.map(S=>S.id))for(let S of P[N]){let R=S.getAttribute("id")??"id"+(V++).toString(10),w=S.getAttribute("mimeType")??"",W=S.getAttribute("codecs")??"",A=S.getAttribute("contentType")??w?.split("/")[0],ie=S.getAttribute("profiles")?.split(",")??[],k=eS(S.getAttribute("lang")??"")??{},H=S.querySelector("Label")?.textContent?.trim()??void 0,Y=S.querySelectorAll("Representation"),J=S.querySelector("SegmentTemplate"),re=S.querySelector("Role")?.getAttribute("value")??void 0,Se=A,ye={id:R,language:k.language,isDefault:re==="main",label:H,codecs:W,hdr:Se==="video"&&ll(W),mime:w,representations:[]};for(let j of Y){let $=j.getAttribute("lang")??void 0,Te=H??S.getAttribute("label")??j.getAttribute("label")??void 0,me=j.querySelector("BaseURL")?.textContent?.trim()??"",ae=new URL(me||o,e).toString(),Be=j.getAttribute("mimeType")??w,vt=j.getAttribute("codecs")??W??"",Xe;if(A==="text"){let Le=j.getAttribute("id")||"",St=k.privateuse?.includes("x-auto")||Le.includes("_auto"),Je=j.querySelector("SegmentTemplate");if(Je){let Yi={representationId:j.getAttribute("id")??void 0,bandwidth:j.getAttribute("bandwidth")??void 0},Va=parseInt(j.getAttribute("bandwidth")??"",10)/1e3,Ba=parseInt(Je.getAttribute("startNumber")??"",10)??1,oi=parseInt(Je.getAttribute("timescale")??"",10),kn=Je.querySelectorAll("SegmentTimeline S")??[],ui=Je.getAttribute("media");if(!ui)continue;let Oa=[],_a=0,Na="",li=0,zi=Ba,fe=0;for(let Ue of kn){let Nt=parseInt(Ue.getAttribute("d")??"",10),Oe=parseInt(Ue.getAttribute("r")??"",10)||0,yt=parseInt(Ue.getAttribute("t")??"",10);fe=Number.isFinite(yt)?yt:fe;let Ft=Nt/oi*1e3,ci=fe/oi*1e3;for(let Ze=0;Ze<Oe+1;Ze++){let Tt=mt(ui,{...Yi,segmentNumber:zi.toString(10),segmentTime:(fe+Ze*Nt).toString(10)}),di=(ci??0)+Ze*Ft,Xi=di+Ft;zi++,Oa.push({time:{from:di,to:Xi},url:Tt})}fe+=(Oe+1)*Nt,_a+=(Oe+1)*Ft}li=fe/oi*1e3,Na=mt(ui,{...Yi,segmentNumber:zi.toString(10),segmentTime:fe.toString(10)});let Ki={time:{from:li,to:1/0},url:Na},ot={type:"template",baseUrl:ae,segmentTemplateUrl:ui,initUrl:"",totalSegmentsDurationMs:_a,segments:Oa,nextSegmentBeyondManifest:Ki,timescale:oi};Xe={id:Le,kind:"text",segmentReference:ot,profiles:[],duration:v,bitrate:Va,mime:"",codecs:"",width:0,height:0,isAuto:St}}else Xe={id:Le,isAuto:St,kind:"text",url:ae}}else{let Le=j.getAttribute("contentType")??Be?.split("/")[0]??A,St=S.getAttribute("profiles")?.split(",")??[],Je=parseInt(j.getAttribute("width")??"",10),Yi=parseInt(j.getAttribute("height")??"",10),Va=parseInt(j.getAttribute("bandwidth")??"",10)/1e3,Ba=j.getAttribute("frameRate")??"",oi=j.getAttribute("quality")??void 0,kn=Ba?Zv(Ba):void 0,ui=j.getAttribute("id")??"id"+(V++).toString(10),Oa=Le==="video"?`${Yi}p`:Le==="audio"?`${Va}Kbps`:vt,_a=`${ui}@${Oa}`,Na=[...B,...ie,...St],li,zi=j.querySelector("SegmentBase"),fe=j.querySelector("SegmentTemplate")??J;if(zi){let ot=j.querySelector("SegmentBase Initialization")?.getAttribute("range")??"",[Ue,Nt]=ot.split("-").map(Tt=>parseInt(Tt,10)),Oe={from:Ue,to:Nt},yt=j.querySelector("SegmentBase")?.getAttribute("indexRange"),[Ft,ci]=yt?yt.split("-").map(Tt=>parseInt(Tt,10)):[],Ze=yt?{from:Ft,to:ci}:void 0;li={type:"byteRange",url:ae,initRange:Oe,indexRange:Ze}}else if(fe){let ot={representationId:j.getAttribute("id")??void 0,bandwidth:j.getAttribute("bandwidth")??void 0},Ue=parseInt(fe.getAttribute("timescale")??"",10),Nt=fe.getAttribute("initialization")??"",Oe=fe.getAttribute("media"),yt=parseInt(fe.getAttribute("startNumber")??"",10)??1,Ft=mt(Nt,ot);if(!Oe)throw new ReferenceError("No media attribute in SegmentTemplate");let ci=fe.querySelectorAll("SegmentTimeline S")??[],Ze=[],Tt=0,di="",Xi=0;if(ci.length){let Fa=yt,He=0;for(let pi of ci){let et=parseInt(pi.getAttribute("d")??"",10),qt=parseInt(pi.getAttribute("r")??"",10)||0,qa=parseInt(pi.getAttribute("t")??"",10);He=Number.isFinite(qa)?qa:He;let wn=et/Ue*1e3,Dy=He/Ue*1e3;for(let Ua=0;Ua<qt+1;Ua++){let Vy=mt(Oe,{...ot,segmentNumber:Fa.toString(10),segmentTime:(He+Ua*et).toString(10)}),tc=(Dy??0)+Ua*wn,By=tc+wn;Fa++,Ze.push({time:{from:tc,to:By},url:Vy})}He+=(qt+1)*et,Tt+=(qt+1)*wn}Xi=He/Ue*1e3,di=mt(Oe,{...ot,segmentNumber:Fa.toString(10),segmentTime:He.toString(10)})}else if(rM(v)){let He=parseInt(fe.getAttribute("duration")??"",10)/Ue*1e3,pi=Math.ceil(v/He),et=0;for(let qt=1;qt<pi;qt++){let qa=mt(Oe,{...ot,segmentNumber:qt.toString(10),segmentTime:et.toString(10)});Ze.push({time:{from:et,to:et+He},url:qa}),et+=He}Xi=et,di=mt(Oe,{...ot,segmentNumber:pi.toString(10),segmentTime:et.toString(10)})}let Cy={time:{from:Xi,to:1/0},url:di};li={type:"template",baseUrl:ae,segmentTemplateUrl:Oe,initUrl:Ft,totalSegmentsDurationMs:Tt,segments:Ze,nextSegmentBeyondManifest:Cy,timescale:Ue}}else throw new ReferenceError("Unknown MPD segment referencing type");if(!Le||!Be)continue;let Ki={video:"video",audio:"audio",text:"text"}[Le];if(!Ki)continue;Se||=Ki,Xe={id:_a,kind:Ki,segmentReference:li,profiles:Na,duration:v,bitrate:Va,mime:Be,codecs:vt,width:Je,height:Yi,fps:kn,quality:oi}}ye.language||=$,ye.label||=Te,ye.mime||=Be,ye.codecs||=vt,ye.hdr||=Se==="video"&&ll(vt),ye.representations.push(Xe)}if(Se){let j=a[Se].find($=>$.id===ye.id);if(j&&ye.representations.every($=>ve($.segmentReference)))for(let $ of j.representations){let me=ye.representations.find(Be=>Be.id===$.id)?.segmentReference,ae=$.segmentReference;ae.segments.push(...me.segments),ae.nextSegmentBeyondManifest=me.nextSegmentBeyondManifest}else a[Se].push(ye)}}return{duration:v,streams:a,baseUrls:n,live:g}};var pS=M(_e(),1);import{isNonNullable as dS}from"@vkontakte/videoplayer-shared";var ee=(r,e)=>dS(r)&&dS(e)&&r.readyState==="open"&&(0,pS.default)([...r.activeSourceBuffers],e);var ha=class{constructor(e,t,i,{fetcher:a,tuning:s,getCurrentPosition:n,isActiveLowLatency:o,compatibilityMode:u=!1,manifest:l}){this.currentLiveSegmentServerLatency$=new ii(0);this.currentLowLatencySegmentLength$=new ii(0);this.currentSegmentLength$=new ii(0);this.onLastSegment$=new ii(!1);this.fullyBuffered$=new ii(!1);this.playingRepresentation$=new ii(void 0);this.playingRepresentationInit$=new ii(void 0);this.error$=new sM;this.gaps=[];this.subscription=new nM;this.allInitsLoaded=!1;this.activeSegments=new Set;this.downloadAbortController=new pe;this.switchAbortController=new pe;this.destroyAbortController=new pe;this.bufferLimit=1/0;this.failedDownloads=0;this.baseUrls=[];this.baseUrlsIndex=0;this.isLive=!1;this.liveUpdateSegmentIndex=0;this.liveInitialAdditionalOffset=0;this.isSeekingLive=!1;this.index=0;this.lastDataObtainedTimestampMs=0;this.loadByteRangeSegmentsTimeoutId=0;this.startWith=Dt(this.destroyAbortController.signal,async function*(e){let t=this.representations.get(e);Ae(t,`Cannot find representation ${e}`),this.playingRepresentationId=e,this.downloadingRepresentationId=e,this.sourceBuffer=this.mediaSource.addSourceBuffer(`${t.mime}; codecs="${t.codecs}"`),this.sourceBufferTaskQueue=new uv(this.sourceBuffer),this.subscription.add(vl(this.sourceBuffer,"updateend").subscribe(()=>{this.checkEjectedSegments(),this.maintain()},n=>{let o,u=this.mediaSource.readyState;u!=="open"&&(o={id:`SegmentEjection_source_${u}`,category:ft.VIDEO_PIPELINE,message:"Error when trying to clear segments ejected by browser",thrown:n}),o??={id:"SegmentEjection",category:ft.VIDEO_PIPELINE,message:"Error when trying to clear segments ejected by browser",thrown:n},this.error$.next(o)})),this.subscription.add(vl(this.sourceBuffer,"error").subscribe(()=>this.error$.next({id:"SourceBuffer",category:ft.VIDEO_PIPELINE,message:"SourceBuffer Error event fired"}))),this.subscription.add(this.sourceBufferTaskQueue.bufferFull$.subscribe(n=>{let o=this.getCurrentPosition();if(!this.sourceBuffer||!o||!ee(this.mediaSource,this.sourceBuffer))return;let u=Math.min(this.bufferLimit,tl(this.sourceBuffer.buffered)*.8);this.bufferLimit=u;let l=this.getForwardBufferDuration(o),c=Math.min(this.forwardBufferTarget,this.bufferLimit)*this.tuning.dash.minSafeBufferThreshold;this.pruneBuffer(o,n*2,l<c).catch(d=>{this.handleAsyncError(d,"pruneBuffer")})})),this.subscription.add(this.sourceBufferTaskQueue.error$.subscribe(n=>this.error$.next(n))),yield this.loadInit(t,"high",!0);let i=this.initData.get(t.id),a=this.segments.get(t.id),s=this.parsedInitData.get(t.id);Ae(i,"No init buffer for starting representation"),Ae(a,"No segments for starting representation"),i instanceof ArrayBuffer&&(this.searchGaps(a,t),yield this.sourceBufferTaskQueue.append(i,this.destroyAbortController.signal),this.playingRepresentation$.next(this.playingRepresentationId),this.playingRepresentationInit$.next(s))}.bind(this));this.switchTo=Dt(this.destroyAbortController.signal,async function*(e,t=!1){if(!ee(this.mediaSource,this.sourceBuffer)||e===this.downloadingRepresentationId||e===this.switchingToRepresentationId)return;this.switchingToRepresentationId=e;let i=this.representations.get(e);Ae(i,`No such representation ${e}`);let a=this.segments.get(e),s=this.initData.get(e);if(he(s)||he(a)?yield this.loadInit(i,"high",!1):s instanceof Promise&&(yield s),a=this.segments.get(e),Ae(a,"No segments for starting representation"),s=this.initData.get(e),!(!s||!(s instanceof ArrayBuffer)||!this.sourceBuffer||!ee(this.mediaSource,this.sourceBuffer))){if(yield this.abort(),yield this.sourceBufferTaskQueue.append(s,this.downloadAbortController.signal),t)this.switchingToRepresentationId=void 0,this.downloadingRepresentationId=e,yield this.dropBuffer();else{let n=this.getCurrentPosition();Fi(n)&&!this.isLive&&(this.bufferLimit=1/0,await this.pruneBuffer(n,1/0,!0)),this.switchingToRepresentationId=void 0,this.downloadingRepresentationId=e}this.maintain()}}.bind(this));this.switchToOld=Dt(this.destroyAbortController.signal,async function*(e,t=!1){if(!ee(this.mediaSource,this.sourceBuffer)||e===this.downloadingRepresentationId||e===this.switchingToRepresentationId)return;this.switchingToRepresentationId=e;let i=this.representations.get(e);Ae(i,`No such representation ${e}`);let a=this.segments.get(e),s=this.initData.get(e);if(he(s)||he(a)?yield this.loadInit(i,"high",!1):s instanceof Promise&&(yield s),a=this.segments.get(e),Ae(a,"No segments for starting representation"),s=this.initData.get(e),!(!s||!(s instanceof ArrayBuffer)||!this.sourceBuffer||!ee(this.mediaSource,this.sourceBuffer)))if(yield this.abort(),yield this.sourceBufferTaskQueue.append(s,this.downloadAbortController.signal),t)this.switchingToRepresentationId=void 0,this.downloadingRepresentationId=e,yield this.dropBuffer(),this.maintain();else{let n=this.getCurrentPosition();Fi(n)&&(this.isLive||(this.bufferLimit=1/0,await this.pruneBuffer(n,1/0,!0)),this.maintain(n)),this.switchingToRepresentationId=void 0,this.downloadingRepresentationId=e}}.bind(this));this.seekLive=Dt(this.destroyAbortController.signal,async function*(e){let t=(0,Ws.default)(e,u=>u.representations)??[];if(this.isSeekingLive=!0,!this.downloadingRepresentationId||!t)return;for(let u of this.representations.keys()){let l=t.find(p=>p.id===u);l&&this.representations.set(u,l);let c=this.representations.get(u);if(!c||!ve(c.segmentReference))return;let d=this.getActualLiveStartingSegments(c.segmentReference);this.segments.set(c.id,d)}let i=this.switchingToRepresentationId??this.downloadingRepresentationId,a=this.representations.get(i);Ae(a);let s=this.segments.get(i);Ae(s,"No segments for starting representation");let n=this.initData.get(i);if(Ae(n,"No init buffer for starting representation"),!(n instanceof ArrayBuffer))return;let o=this.getDebugBufferState();this.liveUpdateSegmentIndex=0,yield this.abort(),o&&(yield this.sourceBufferTaskQueue.remove(o.from*1e3,o.to*1e3,this.destroyAbortController.signal)),this.searchGaps(s,a),yield this.sourceBufferTaskQueue.append(n,this.destroyAbortController.signal),this.isSeekingLive=!1}.bind(this));this.fetcher=a,this.tuning=s,this.compatibilityMode=u,this.forwardBufferTarget=s.dash.forwardBufferTargetAuto,this.getCurrentPosition=n,this.isActiveLowLatency=o,this.isLive=!!l?.live,this.baseUrls=l?.baseUrls??[],this.initData=new Map(i.map(c=>[c.id,null])),this.segments=new Map,this.parsedInitData=new Map,this.representations=new Map(i.map(c=>[c.id,c])),this.kind=e,this.mediaSource=t,this.sourceBuffer=null}switchToWithPreviousAbort(e,t=!1){!ee(this.mediaSource,this.sourceBuffer)||e===this.downloadingRepresentationId||e===this.switchingToRepresentationId||(this.switchAbortController.abort(),this.switchAbortController=new pe,Dt(this.switchAbortController.signal,async function*(i,a=!1){this.switchingToRepresentationId=i;let s=this.representations.get(i);Ae(s,`No such representation ${i}`);let n=this.segments.get(i),o=this.initData.get(i);if(he(o)||he(n)?yield this.loadInit(s,"high",!1):o instanceof Promise&&(yield o),n=this.segments.get(i),Ae(n,"No segments for starting representation"),o=this.initData.get(i),!(!(o instanceof ArrayBuffer)||!this.sourceBuffer||!ee(this.mediaSource,this.sourceBuffer))){if(yield this.abort(),yield this.sourceBufferTaskQueue.append(o,this.downloadAbortController.signal),a)this.switchingToRepresentationId=void 0,this.downloadingRepresentationId=i,yield this.dropBuffer();else{let u=this.getCurrentPosition();Fi(u)&&!this.isLive&&(this.bufferLimit=this.forwardBufferTarget,yield this.pruneBuffer(u,1/0,!0)),this.downloadingRepresentationId=i,this.switchingToRepresentationId=void 0}this.maintain()}}.bind(this))(e,t))}warmUpMediaSource(){!he(this.sourceBuffer)&&!this.sourceBuffer.updating&&(this.sourceBuffer.mode="segments")}async abort(){for(let e of this.activeSegments)this.abortSegment(e.segment);return this.activeSegments.clear(),this.downloadAbortController.abort(),this.downloadAbortController=new pe,this.abortBuffer()}maintain(e=this.getCurrentPosition()){if(he(e)||he(this.downloadingRepresentationId)||he(this.playingRepresentationId)||he(this.sourceBuffer)||!ee(this.mediaSource,this.sourceBuffer)||Fi(this.switchingToRepresentationId)||this.isSeekingLive)return;let t=this.representations.get(this.downloadingRepresentationId),i=this.segments.get(this.downloadingRepresentationId);if(Ae(t,`No such representation ${this.downloadingRepresentationId}`),!i)return;let a=i.find(c=>e>=c.time.from&&e<c.time.to);Fi(a)&&isFinite(a.time.from)&&isFinite(a.time.to)&&this.currentSegmentLength$.next(a?.time.to-a.time.from);let s=e,n=100;if(this.playingRepresentationId!==this.downloadingRepresentationId){let c=this.getForwardBufferDuration(e),d=a?a.time.to+n:-1/0;a&&a.time.to-e<this.tuning.dash.maxSegmentDurationLeftToSelectNextSegment&&c>=a.time.to-e+n&&(s=d)}if(isFinite(this.bufferLimit)&&tl(this.sourceBuffer.buffered)>=this.bufferLimit){let c=this.getForwardBufferDuration(e),d=Math.min(this.forwardBufferTarget,this.bufferLimit)*this.tuning.dash.minSafeBufferThreshold;this.pruneBuffer(e,1/0,c<d).catch(p=>{this.handleAsyncError(p,"pruneBuffer")});return}let u=[];if(!this.activeSegments.size&&(u=this.selectForwardBufferSegments(i,t.segmentReference.type,s),u.length)){let c="auto";if(this.tuning.dash.useFetchPriorityHints&&a)if((0,Gs.default)(u,a))c="high";else{let d=(0,qi.default)(u,0);d&&d.time.from-a.time.to>=this.forwardBufferTarget/2&&(c="low")}this.loadSegments(u,t,c).catch(d=>{this.handleAsyncError(d,"loadSegments")})}(!this.preloadOnly&&!this.allInitsLoaded&&a&&a.status==="fed"&&!u.length&&this.getForwardBufferDuration(e)>3e3||this.isActiveLowLatency())&&this.loadNextInit();let l=(0,qi.default)(i,-1);!this.isLive&&l&&(this.fullyBuffered$.next(l.time.to-e-this.getForwardBufferDuration(e)<n),this.onLastSegment$.next(e-l.time.from>0))}get lastDataObtainedTimestamp(){return this.lastDataObtainedTimestampMs}searchGaps(e,t){this.gaps=[];let i=0,a=this.isLive?this.liveInitialAdditionalOffset:0;for(let s of e)Math.trunc(s.time.from-i)>0&&this.gaps.push({representation:t.id,from:i,to:s.time.from+a}),i=s.time.to;Fi(t.duration)&&t.duration-i>0&&!this.isLive&&this.gaps.push({representation:t.id,from:i,to:t.duration})}getActualLiveStartingSegments(e){let t=e.segments,i=this.isActiveLowLatency()?this.tuning.dashCmafLive.lowLatency.maxTargetOffset:this.tuning.dashCmafLive.maxActiveLiveOffset,a=[],s=0,n=t.length-1;do a.unshift(t[n]),s+=t[n].time.to-t[n].time.from,n--;while(s<i&&n>=0);return this.liveInitialAdditionalOffset=s-i,this.isActiveLowLatency()?[a[0]]:a}getLiveSegmentsToLoadState(e){let t=(0,Ws.default)(e?.streams[this.kind],a=>a.representations).find(a=>a.id===this.downloadingRepresentationId);if(!t)return;let i=this.segments.get(t.id);if(i?.length)return{from:i[0].time.from,to:i[i.length-1].time.to}}updateLive(e){let t=(0,Ws.default)(e?.streams[this.kind],i=>i.representations)??[];if(![...this.segments.values()].every(i=>!i.length))for(let i of t){if(!i||!ve(i.segmentReference))return;let a=i.segmentReference.segments.map(l=>({...l,status:"none",size:void 0})),s=100,n=this.segments.get(i.id)??[],o=(0,qi.default)(n,-1)?.time.to??0,u=a?.findIndex(l=>o>=l.time.from+s&&o<=l.time.to+s);if(u===-1){this.liveUpdateSegmentIndex=0;let l=this.getActualLiveStartingSegments(i.segmentReference);this.segments.set(i.id,l)}else{let l=a.slice(u+1);this.segments.set(i.id,[...n,...l])}}}proceedLowLatencyLive(){let e=this.downloadingRepresentationId;Ae(e);let t=this.segments.get(e);if(t?.length){let i=t[t.length-1];this.updateLowLatencyLiveIfNeeded(i)}}updateLowLatencyLiveIfNeeded(e){let t=0;for(let i of this.representations.values()){let a=i.segmentReference;if(!ve(a))return;let s=this.segments.get(i.id)??[],n=s.find(u=>Math.floor(u.time.from)===Math.floor(e.time.from));if(n&&!isFinite(n.time.to)&&(n.time.to=e.time.to,t=n.time.to-n.time.from),!!!s.find(u=>Math.floor(u.time.from)===Math.floor(e.time.to))&&this.isActiveLowLatency()){let u=Math.round(e.time.to*a.timescale/1e3).toString(10),l=mt(a.segmentTemplateUrl,{segmentTime:u});s.push({status:"none",time:{from:e.time.to,to:1/0},url:l})}}this.currentLowLatencySegmentLength$.next(t)}findSegmentStartTime(e){let t=this.switchingToRepresentationId??this.downloadingRepresentationId??this.playingRepresentationId;if(!t)return;let i=this.segments.get(t);return i?i.find(s=>s.time.from<=e&&s.time.to>=e)?.time.from??void 0:void 0}setTarget(e){this.forwardBufferTarget=e}setPreloadOnly(e){this.preloadOnly=e}destroy(){if(this.initData.clear(),this.segments.clear(),this.parsedInitData.clear(),this.representations.clear(),this.sourceBufferTaskQueue?.destroy(),this.gapDetectionIdleCallback&&Nr&&Nr(this.gapDetectionIdleCallback),this.initLoadIdleCallback&&Nr&&Nr(this.initLoadIdleCallback),this.subscription.unsubscribe(),this.sourceBuffer)try{this.mediaSource.removeSourceBuffer(this.sourceBuffer)}catch(e){if(!(e instanceof DOMException&&e.name==="NotFoundError"))throw e}this.sourceBuffer=null,this.downloadAbortController.abort(),this.switchAbortController.abort(),this.destroyAbortController.abort(),window.clearTimeout(this.loadByteRangeSegmentsTimeoutId)}selectForwardBufferSegments(e,t,i){return this.isLive?this.selectForwardBufferSegmentsLive(e,i):this.selectForwardBufferSegmentsRecord(e,t,i)}selectForwardBufferSegmentsLive(e,t){let i=e.findIndex(a=>t>=a.time.from&&t<a.time.to);return this.playingRepresentationId!==this.downloadingRepresentationId&&(this.liveUpdateSegmentIndex=i),this.liveUpdateSegmentIndex<e.length?e.slice(this.liveUpdateSegmentIndex++):[]}selectForwardBufferSegmentsRecord(e,t,i){let a=e.findIndex(({status:d,time:{from:p,to:h}},f)=>{let b=p<=i&&h>=i,g=p>i||b||f===0&&i===0,v=Math.min(this.forwardBufferTarget,this.bufferLimit),x=this.preloadOnly&&p<=i+v||h<=i+v;return(d==="none"||d==="partially_ejected"&&g&&x&&this.sourceBuffer&&ee(this.mediaSource,this.sourceBuffer)&&!(Mt(this.sourceBuffer.buffered,p)&&Mt(this.sourceBuffer.buffered,h)))&&g&&x});if(a===-1)return[];if(t!=="byteRange")return e.slice(a,a+1);let s=e,n=0,o=0,u=[],l=this.preloadOnly?0:this.tuning.dash.segmentRequestSize,c=this.preloadOnly?this.forwardBufferTarget:0;for(let d=a;d<s.length&&(n<=l||o<=c);d++){let p=s[d];if(n+=p.byte.to+1-p.byte.from,o+=p.time.to+1-p.time.from,p.status==="none"||p.status==="partially_ejected")u.push(p);else break}return u}async loadSegments(e,t,i="auto"){ve(t.segmentReference)?await this.loadTemplateSegment(e[0],t,i):await this.loadByteRangeSegments(e,t,i)}async loadTemplateSegment(e,t,i="auto"){e.status="downloading";let a={segment:e,loadedBytes:0,feedingBytes:0,fedBytes:0,representationId:t.id};this.activeSegments.add(a);let{range:s,url:n,signal:o,onProgress:u,onProgressTasks:l}=this.prepareTemplateFetchSegmentParams(e,t);this.failedDownloads&&o&&(await Dt(o,async function*(){let c=Sl(this.failedDownloads,this.tuning.downloadBackoff);yield new Promise(d=>setTimeout(d,c))}.bind(this))(),o.aborted&&this.abortActiveSegments([e]));try{let c=await this.fetcher.fetch(n,{range:s,signal:o,onProgress:u,priority:i,isLowLatency:this.isActiveLowLatency()});if(this.lastDataObtainedTimestampMs=Qs(),!c)return;let d=new DataView(c),p=da(t.mime);if(!isFinite(a.segment.time.to)){let b=t.segmentReference.timescale;a.segment.time.to=p.getChunkEndTime(d,b)}u&&a.feedingBytes&&l?await Promise.all(l):await this.sourceBufferTaskQueue.append(d,o);let{serverDataReceivedTimestamp:h,serverDataPreparedTime:f}=p.getServerLatencyTimestamps(d);h&&f&&this.currentLiveSegmentServerLatency$.next(f-h),a.segment.status="downloaded",this.onSegmentFullyAppended(a,t.id),this.failedDownloads=0}catch(c){this.abortActiveSegments([e]),pa(c)||(this.failedDownloads++,this.updateRepresentationsBaseUrlIfNeeded())}}updateRepresentationsBaseUrlIfNeeded(){if(!this.tuning.dash.enableBaseUrlSupport||!this.baseUrls.length||this.failedDownloads<=this.tuning.dash.maxSegmentRetryCount)return;this.baseUrlsIndex=(this.baseUrlsIndex+1)%this.baseUrls.length;let e=this.baseUrls[this.baseUrlsIndex];for(let t of this.representations.values())ve(t.segmentReference)?t.segmentReference.baseUrl=e:t.segmentReference.url=e}async loadByteRangeSegments(e,t,i="auto"){if(!e.length)return;for(let u of e)u.status="downloading",this.activeSegments.add({segment:u,loadedBytes:0,feedingBytes:0,fedBytes:0,representationId:t.id});let{range:a,url:s,signal:n,onProgress:o}=this.prepareByteRangeFetchSegmentParams(e,t);this.failedDownloads&&n&&(await Dt(n,async function*(){let u=Sl(this.failedDownloads,this.tuning.downloadBackoff);yield new Promise(l=>{this.loadByteRangeSegmentsTimeoutId=window.setTimeout(l,u),vl(window,"online").pipe(aM()).subscribe(()=>{l(),window.clearTimeout(this.loadByteRangeSegmentsTimeoutId)})})}.bind(this))(),n.aborted&&this.abortActiveSegments(e));try{await this.fetcher.fetch(s,{range:a,onProgress:o,signal:n,priority:i}),this.lastDataObtainedTimestampMs=Qs(),this.failedDownloads=0}catch(u){this.abortActiveSegments(e),pa(u)||(this.failedDownloads++,this.updateRepresentationsBaseUrlIfNeeded())}}prepareByteRangeFetchSegmentParams(e,t){if(ve(t.segmentReference))throw new Error("Representation is not byte range type");let i=t.segmentReference.url,a={from:(0,qi.default)(e,0).byte.from,to:(0,qi.default)(e,-1).byte.to},{signal:s}=this.downloadAbortController;return{url:i,range:a,signal:s,onProgress:async(o,u)=>{if(!s.aborted)try{this.lastDataObtainedTimestampMs=Qs(),await this.onSomeByteRangesDataLoaded({dataView:o,loaded:u,signal:s,onSegmentAppendFailed:()=>this.abort(),globalFrom:a?a.from:0,representationId:t.id})}catch(l){this.error$.next({id:"SegmentFeeding",category:ft.VIDEO_PIPELINE,message:"Error when feeding segments",thrown:l})}}}}prepareTemplateFetchSegmentParams(e,t){if(!ve(t.segmentReference))throw new Error("Representation is not template type");let i=new URL(e.url,t.segmentReference.baseUrl);this.isActiveLowLatency()&&i.searchParams.set("low-latency","yes");let a=i.toString(),{signal:s}=this.downloadAbortController,n=[],u=this.isActiveLowLatency()||this.tuning.dash.enableSubSegmentBufferFeeding&&this.liveUpdateSegmentIndex<3?(l,c)=>{if(!s.aborted)try{this.lastDataObtainedTimestampMs=Qs();let d=this.onSomeTemplateDataLoaded({dataView:l,loaded:c,signal:s,onSegmentAppendFailed:()=>this.abort(),representationId:t.id});n.push(d)}catch(d){this.error$.next({id:"SegmentFeeding",category:ft.VIDEO_PIPELINE,message:"Error when feeding segments",thrown:d})}}:void 0;return{url:a,signal:s,onProgress:u,onProgressTasks:n}}abortActiveSegments(e){for(let t of this.activeSegments)(0,Gs.default)(e,t.segment)&&this.abortSegment(t.segment)}async onSomeTemplateDataLoaded({dataView:e,representationId:t,loaded:i,onSegmentAppendFailed:a,signal:s}){if(!this.activeSegments.size||!ee(this.mediaSource,this.sourceBuffer))return;let n=this.representations.get(t);if(n)for(let o of this.activeSegments){let{segment:u}=o;if(o.representationId===t){if(s.aborted){a();continue}if(o.loadedBytes=i,o.loadedBytes>o.feedingBytes){let l=new DataView(e.buffer,e.byteOffset+o.feedingBytes,o.loadedBytes-o.feedingBytes),c=da(n.mime).parseFeedableSegmentChunk(l,this.isLive);c?.byteLength&&(u.status="partially_fed",o.feedingBytes+=c.byteLength,await this.sourceBufferTaskQueue.append(c),o.fedBytes+=c.byteLength)}}}}async onSomeByteRangesDataLoaded({dataView:e,representationId:t,globalFrom:i,loaded:a,signal:s,onSegmentAppendFailed:n}){if(!this.activeSegments.size||!ee(this.mediaSource,this.sourceBuffer))return;let o=this.representations.get(t);if(o)for(let u of this.activeSegments){let{segment:l}=u;if(u.representationId!==t)continue;if(s.aborted){await n();continue}let c=l.byte.from-i,d=l.byte.to-i,p=d-c+1,h=c<a,f=d<=a;if(!h)continue;let b=da(o.mime);if(l.status==="downloading"&&f){l.status="downloaded";let g=new DataView(e.buffer,e.byteOffset+c,p);await this.sourceBufferTaskQueue.append(g,s)&&!s.aborted?this.onSegmentFullyAppended(u,t):await n()}else if(this.tuning.dash.enableSubSegmentBufferFeeding&&(l.status==="downloading"||l.status==="partially_fed")&&(u.loadedBytes=Math.min(p,a-c),u.loadedBytes>u.feedingBytes)){let g=new DataView(e.buffer,e.byteOffset+c+u.feedingBytes,u.loadedBytes-u.feedingBytes),v=u.loadedBytes===p?g:b.parseFeedableSegmentChunk(g);v?.byteLength&&(l.status="partially_fed",u.feedingBytes+=v.byteLength,await this.sourceBufferTaskQueue.append(v,s)&&!s.aborted?(u.fedBytes+=v.byteLength,u.fedBytes===p&&this.onSegmentFullyAppended(u,t)):await n())}}}onSegmentFullyAppended(e,t){if(!(he(this.sourceBuffer)||!ee(this.mediaSource,this.sourceBuffer))){!this.isLive&&O.browser.isSafari&&this.tuning.useSafariEndlessRequestBugfix&&(Mt(this.sourceBuffer.buffered,e.segment.time.from,100)&&Mt(this.sourceBuffer.buffered,e.segment.time.to,100)||this.error$.next({id:"EmptyAppendBuffer",category:ft.VIDEO_PIPELINE,message:"Browser stuck on empty result of adding segment to source buffer"})),this.playingRepresentationId=t,this.playingRepresentation$.next(this.playingRepresentationId),this.playingRepresentationInit$.next(this.parsedInitData.get(this.playingRepresentationId)),e.segment.status="fed",ml(e.segment)&&(e.segment.size=e.fedBytes);for(let i of this.representations.values())if(i.id!==t)for(let a of this.segments.get(i.id)??[])a.status==="fed"&&Math.round(a.time.from)===Math.round(e.segment.time.from)&&Math.round(a.time.to)===Math.round(e.segment.time.to)&&(a.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[a,s]of this.initData.entries()){let n=s instanceof Promise;t||=n,s===null&&(e=a)}if(!e){this.allInitsLoaded=!0;return}if(t)return;let i=this.representations.get(e);i&&(this.initLoadIdleCallback=Zu(()=>(0,hS.default)(this.loadInit(i,"low",!1),()=>this.initLoadIdleCallback=null)))}async loadInit(e,t="auto",i=!1){let a=this.tuning.dash.useFetchPriorityHints?t:"auto",n=(!i&&this.failedDownloads>0?Dt(this.destroyAbortController.signal,async function*(){let o=Sl(this.failedDownloads,this.tuning.downloadBackoff);yield new Promise(u=>setTimeout(u,o))}.bind(this))():Promise.resolve()).then(()=>this.fetcher.fetchRepresentation(e.segmentReference,da(e.mime),a)).then(async o=>{if(!o)return;let{init:u,dataView:l,segments:c}=o,d=l.buffer.slice(l.byteOffset,l.byteOffset+l.byteLength);this.initData.set(e.id,d);let p=c;this.isLive&&ve(e.segmentReference)&&(p=this.getActualLiveStartingSegments(e.segmentReference)),(!this.isLive||!this.segments.has(e.id))&&this.segments.set(e.id,p),u&&this.parsedInitData.set(e.id,u)}).then(()=>this.failedDownloads=0,o=>{this.initData.set(e.id,null),i&&this.error$.next({id:"LoadInits",category:ft.WTF,message:"loadInit threw",thrown:o})});return this.initData.set(e.id,n),n}async dropBuffer(){for(let e of this.segments.values())for(let t of e)t.status="none";await this.pruneBuffer(0,1/0,!0)}async pruneBuffer(e,t,i=!1){if(!this.sourceBuffer||!ee(this.mediaSource,this.sourceBuffer)||!this.playingRepresentationId||he(e))return!1;let a=[],s=0,n=u=>{u.sort((c,d)=>c.from-d.from);let l=[u[0]];for(let c=1;c<u.length;c++){let{from:d,to:p}=u[c],h=l[l.length-1];h.to>=d?h.to=Math.max(h.to,p):l.push(u[c])}return l},o=u=>{if(s>=t)return a;a.push({...u.time}),a=n(a);let l=ml(u)?u.size??0:u.byte.to-u.byte.from;s+=l};for(let u of this.segments.values())for(let l of u){let c=l.time.to<=e-this.tuning.dash.bufferPruningSafeZone,d=l.time.from>=e+Math.min(this.forwardBufferTarget,this.bufferLimit);(c||d)&&l.status==="fed"&&o(l)}for(let u=0;u<this.sourceBuffer.buffered.length;u++){let l=this.sourceBuffer.buffered.start(u)*1e3,c=this.sourceBuffer.buffered.end(u)*1e3,d=0;for(let p of this.segments.values())for(let h of p)(0,Gs.default)(["none","partially_ejected"],h.status)&&Math.round(h.time.from)<=Math.round(l)&&Math.round(h.time.to)>=Math.round(c)&&d++;if(d===this.segments.size){let p={time:{from:l,to:c},url:"",status:"none"};o(p)}}if(a.length&&i){let u=Math.min(this.forwardBufferTarget,this.bufferLimit)*this.tuning.dash.minSafeBufferThreshold;for(let l of this.segments.values())for(let c of l)c.time.from>=e+u&&c.status==="fed"&&o(c)}return a.length?(await Promise.all(a.map(l=>this.sourceBufferTaskQueue.remove(l.from,l.to)))).reduce((l,c)=>l||c,!1):!1}async abortBuffer(){if(!this.sourceBuffer||!ee(this.mediaSource,this.sourceBuffer))return!1;let e=this.playingRepresentationId&&this.initData.get(this.playingRepresentationId),t=e instanceof ArrayBuffer?e:void 0;return this.sourceBufferTaskQueue.abort(t)}getDebugBufferState(){if(!(!this.sourceBuffer||!ee(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||!ee(this.mediaSource,this.sourceBuffer)||!this.sourceBuffer.buffered.length||he(e)?0:Bi(this.sourceBuffer.buffered,e)}detectGaps(e,t){if(!(!this.sourceBuffer||!ee(this.mediaSource,this.sourceBuffer))){if(this.tuning.useRefactoredSearchGap)for(let i=0;i<this.sourceBuffer.buffered.length;i++)this.gaps=this.gaps.filter(a=>this.sourceBuffer&&(Math.round(a.from)<Math.round(this.sourceBuffer.buffered.start(i)*1e3)||Math.round(a.to)>Math.round(this.sourceBuffer.buffered.end(i)*1e3)));for(let i of t){let a={representation:e,from:i.time.from,to:i.time.to};for(let s=0;s<this.sourceBuffer.buffered.length;s++){let n=this.sourceBuffer.buffered.start(s)*1e3,o=this.sourceBuffer.buffered.end(s)*1e3;if(!(o<=i.time.from||n>=i.time.to)){if(n<=i.time.from&&o>=i.time.to){a=void 0;break}o>i.time.from&&o<i.time.to&&(a.from=o),n<i.time.to&&n>i.time.from&&(a.to=n)}}a&&a.to-a.from>1&&!this.gaps.some(s=>a&&s.from===a.from&&s.to===a.to)&&this.gaps.push(a)}}}detectGapsWhenIdle(e,t){if(!(this.gapDetectionIdleCallback||!this.sourceBuffer||!ee(this.mediaSource,this.sourceBuffer))){if(!this.tuning.useRefactoredSearchGap)for(let i=0;i<this.sourceBuffer.buffered.length;i++)this.gaps=this.gaps.filter(a=>this.sourceBuffer&&(Math.round(a.from)<Math.round(this.sourceBuffer.buffered.start(i)*1e3)||Math.round(a.to)>Math.round(this.sourceBuffer.buffered.end(i)*1e3)));this.gapDetectionIdleCallback=Zu(()=>{try{this.detectGaps(e,t)}catch(i){this.error$.next({id:"GapDetection",category:ft.WTF,message:"detectGaps threw",thrown:i})}finally{this.gapDetectionIdleCallback=null}})}}checkEjectedSegments(){if(he(this.sourceBuffer)||!ee(this.mediaSource,this.sourceBuffer)||he(this.playingRepresentationId))return;let e=[];for(let i=0;i<this.sourceBuffer.buffered.length;i++){let a=Math.floor(this.sourceBuffer.buffered.start(i)*1e3),s=Math.ceil(this.sourceBuffer.buffered.end(i)*1e3);e.push({from:a,to:s})}let t=100;for(let i of this.segments.values())for(let a of i){let{status:s}=a;if(s!=="fed"&&s!=="partially_ejected")continue;let n=Math.floor(a.time.from),o=Math.ceil(a.time.to),u=e.some(c=>c.from-t<=n&&c.to+t>=o),l=e.filter(c=>n>=c.from&&n<c.to-t||o>c.from+t&&o<=c.to);u||(l.length===1?a.status="partially_ejected":this.gaps.some(c=>c.from===a.time.from||c.to===a.time.to)?a.status="partially_ejected":a.status="none")}}handleAsyncError(e,t){this.error$.next({id:t,category:ft.VIDEO_PIPELINE,thrown:e,message:"Something went wrong"})}};var ma=r=>{let e=new URL(r);return e.searchParams.set("quic","1"),e.toString()};var mS=r=>{let e=r.get("X-Delivery-Type"),t=r.get("X-Reused"),i=e===null?"http1":e??void 0,a=t===null?void 0:{1:!0,0:!1}[t]??void 0;return{type:i,reused:a}};import{abortable as fa,assertNever as bS,fromEvent as gS,merge as oM,now as ba,Subscription as uM,Subject as vS,ValueSubject as yl,flattenObject as Ui,ErrorCategory as ga}from"@vkontakte/videoplayer-shared";var fS=r=>{let e=new URL(r);return e.searchParams.set("enable-subtitles","yes"),e.toString()};var zs=class{constructor({throughputEstimator:e,requestQuic:t,tracer:i,compatibilityMode:a=!1,useEnableSubtitlesParam:s=!1}){this.lastConnectionType$=new yl(void 0);this.lastConnectionReused$=new yl(void 0);this.lastRequestFirstBytes$=new yl(void 0);this.recoverableError$=new vS;this.error$=new vS;this.abortAllController=new pe;this.subscription=new uM;this.fetchManifest=fa(this.abortAllController.signal,async function*(e){let t=this.tracer.createComponentTracer("FetchManifest"),i=e;this.requestQuic&&(i=ma(i)),!this.compatibilityMode&&this.useEnableSubtitlesParam&&(i=fS(i));let a=yield this.doFetch(i,{signal:this.abortAllController.signal}).catch(Ys);return a?(t.log("success",Ui({url:i,message:"Request successfully executed"})),t.end(),this.onHeadersReceived(a.headers),a.text()):(t.error("error",Ui({url:i,message:"No data in request manifest"})),t.end(),null)}.bind(this));this.fetch=fa(this.abortAllController.signal,async function*(e,{rangeMethod:t=this.compatibilityMode?0:1,range:i,onProgress:a,priority:s="auto",signal:n,measureThroughput:o=!0,isLowLatency:u=!1}={}){let l=e,c=new Headers,d=this.tracer.createComponentTracer("Fetch");if(i)switch(t){case 0:{c.append("Range",`bytes=${i.from}-${i.to}`);break}case 1:{let R=new URL(l,location.href);R.searchParams.append("bytes",`${i.from}-${i.to}`),l=R.toString();break}default:bS(t)}this.requestQuic&&(l=ma(l));let p=this.abortAllController.signal,h;if(n){let R=new pe;if(h=oM(gS(this.abortAllController.signal,"abort"),gS(n,"abort")).subscribe(()=>{try{R.abort()}catch(w){Ys(w)}}),this.subscription.add(h),this.abortAllController.signal.aborted||n.aborted)try{R.abort()}catch(w){Ys(w)}p=R.signal}let f=ba();d.log("startRequest",Ui({url:l,priority:s,rangeMethod:t,range:i,isLowLatency:u,requestStartedAt:f}));let b=yield this.doFetch(l,{priority:s,headers:c,signal:p}),g=ba();if(!b)return d.error("error",{message:"No response in request"}),d.end(),h?.unsubscribe(),null;if(this.throughputEstimator?.addRawRtt(g-f),!b.ok||!b.body){h?.unsubscribe();let R=`Fetch error ${b.status}: ${b.statusText}`;return d.error("error",{message:R}),d.end(),Promise.reject(new Error(`Fetch error ${b.status}: ${b.statusText}`))}if(this.onHeadersReceived(b.headers),!a&&!o){h?.unsubscribe();let R=ba(),w={requestStartedAt:f,requestEndedAt:R,duration:R-f};return d.log("endRequest",Ui(w)),d.end(),b.arrayBuffer()}let[v,x]=b.body.tee(),T=v.getReader();o&&this.throughputEstimator?.trackStream(x,u);let P=0,I=new Uint8Array(0),V=!1,B=R=>{h?.unsubscribe(),V=!0,Ys(R)},F=fa(p,async function*({done:R,value:w}){if(P===0&&this.lastRequestFirstBytes$.next(ba()-f),p.aborted){h?.unsubscribe();return}if(!R&&w){let W=new Uint8Array(I.length+w.length);W.set(I),W.set(w,I.length),I=W,P+=w.byteLength,a?.(new DataView(I.buffer),P),yield T?.read().then(F,B)}}.bind(this));yield T?.read().then(F,B),h?.unsubscribe();let N=ba(),S={failed:V,requestStartedAt:f,requestEndedAt:N,duration:N-f};return V?(d.error("endRequest",Ui(S)),d.end(),null):(d.log("endRequest",Ui(S)),d.end(),I.buffer)}.bind(this));this.fetchByteRangeRepresentation=fa(this.abortAllController.signal,async function*(e,t,i){if(e.type!=="byteRange")return null;let{from:a,to:s}=e.initRange,n=a,o=s,u=!1,l,c;e.indexRange&&(l=e.indexRange.from,c=e.indexRange.to,u=s+1===l,u&&(n=Math.min(l,a),o=Math.max(c,s))),n=Math.min(n,0);let d=yield this.fetch(e.url,{range:{from:n,to:o},priority:i,measureThroughput:!1});if(!d)return null;let p=new DataView(d,a-n,s-n+1);if(!t.validateData(p))throw new Error("Invalid media file");let h=t.parseInit(p),f=e.indexRange??t.getIndexRange(h);if(!f)throw new ReferenceError("No way to load representation index");let b;if(u)b=new DataView(d,f.from-n,f.to-f.from+1);else{let v=yield this.fetch(e.url,{range:f,priority:i,measureThroughput:!1});if(!v)return null;b=new DataView(v)}let g=t.parseSegments(b,h,f);return{init:h,dataView:new DataView(d),segments:g}}.bind(this));this.fetchTemplateRepresentation=fa(this.abortAllController.signal,async function*(e,t){if(e.type!=="template")return null;let i=new URL(e.initUrl,e.baseUrl).toString(),a=yield this.fetch(i,{priority:t,measureThroughput:!1});return a?{init:null,segments:e.segments.map(n=>({...n,status:"none",size:void 0})),dataView:new DataView(a)}:null}.bind(this));this.throughputEstimator=e,this.requestQuic=t,this.compatibilityMode=a,this.tracer=i.createComponentTracer("Fetcher"),this.useEnableSubtitlesParam=s}onHeadersReceived(e){let{type:t,reused:i}=mS(e);this.lastConnectionType$.next(t),this.lastConnectionReused$.next(i)}async fetchRepresentation(e,t,i="auto"){let{type:a}=e;switch(a){case"byteRange":return await this.fetchByteRangeRepresentation(e,t,i)??null;case"template":return await this.fetchTemplateRepresentation(e,i)??null;default:bS(a)}}destroy(){this.abortAllController.abort(),this.subscription.unsubscribe(),this.tracer.end()}async doFetch(e,t){let i=await st(e,t);if(i.ok)return i;let a=await i.text(),s=parseInt(a);if(!isNaN(s))switch(s){case 1:this.recoverableError$.next({id:"VideoDataLinkExpiredError",message:"Video data links have expired",category:ga.FATAL});break;case 8:this.recoverableError$.next({id:"VideoDataLinkBlockedForFloodError",message:"Url blocked for flood",category:ga.FATAL});break;case 18:this.recoverableError$.next({id:"VideoDataLinkIllegalIpChangeError",message:"Client IP has changed",category:ga.FATAL});break;case 21:this.recoverableError$.next({id:"VideoDataLinkIllegalHostChangeError",message:"Request HOST has changed",category:ga.FATAL});break;default:this.error$.next({id:"GeneralVideoDataFetchError",message:`Generic video data fetch error (${s})`,category:ga.FATAL})}}},Ys=r=>{if(!pa(r))throw r};var ri=(r,e,t)=>t*e+(1-t)*r,Tl=(r,e)=>r.reduce((t,i)=>t+i,0)/e,SS=(r,e,t,i)=>{let a=0,s=t,n=Tl(r,e),o=e<i?e:i;for(let u=0;u<o;u++)r[s]>n?a++:a--,s=(r.length+s-1)%r.length;return Math.abs(a)===o};import{isNullable as lM,ValueSubject as yS}from"@vkontakte/videoplayer-shared";var Vt=class{constructor(e){this.prevReported=void 0;this.pastMeasures=[];this.takenMeasures=0;this.measuresCursor=0;this.params=e,this.pastMeasures=Array(e.deviationDepth),this.smoothed=this.prevReported=e.initial,this.smoothed$=new yS(e.initial),this.debounced$=new yS(e.initial);let t=e.label??"value"+Math.random().toString(16).substring(2,6);this.rawSeries$=new be(`raw_${t}`),this.smoothedSeries$=new be(`smoothed_${t}`),this.reportedSeries$=new be(`reported_${t}`),this.rawSeries$.next(e.initial),this.smoothedSeries$.next(e.initial),this.reportedSeries$.next(e.initial)}next(e){let t=0,i=0;for(let o=0;o<this.pastMeasures.length;o++)this.pastMeasures[o]!==void 0&&(t+=(this.pastMeasures[o]-this.smoothed)**2,i++);this.takenMeasures=i,t/=i;let a=Math.sqrt(t),s=this.smoothed+this.params.deviationFactor*a,n=this.smoothed-this.params.deviationFactor*a;this.pastMeasures[this.measuresCursor]=e,this.measuresCursor=(this.measuresCursor+1)%this.pastMeasures.length,this.rawSeries$.next(e),this.updateSmoothedValue(e),this.smoothed$.next(this.smoothed),this.smoothedSeries$.next(this.smoothed),!(this.smoothed>s||this.smoothed<n)&&(lM(this.prevReported)||Math.abs(this.smoothed-this.prevReported)/this.prevReported>=this.params.changeThreshold)&&(this.prevReported=this.smoothed,this.debounced$.next(this.smoothed),this.reportedSeries$.next(this.smoothed))}};var Ks=class extends Vt{constructor(e){super(e),this.slow=this.fast=e.initial}updateSmoothedValue(e){this.slow=ri(this.slow,e,this.params.emaAlphaSlow),this.fast=ri(this.fast,e,this.params.emaAlphaFast);let t=this.params.fastDirection>0?Math.max:Math.min;this.smoothed=t(this.slow,this.fast)}};var Xs=class extends Vt{constructor(e){super(e),this.emaSmoothed=e.initial}updateSmoothedValue(e){let t=Tl(this.pastMeasures,this.takenMeasures);this.emaSmoothed=ri(this.emaSmoothed,e,this.params.emaAlpha);let i=SS(this.pastMeasures,this.takenMeasures,this.measuresCursor-1,this.params.basisTrendChangeCount);this.smoothed=i?this.emaSmoothed:t}};var Js=class extends Vt{constructor(t){super(t);this.furtherValues=[];this.currentTopExtremumValue=0;this.extremumInterval=t.extremumInterval}next(t){this.currentTopExtremumValue<=t?(this.currentTopExtremumValue=t,this.furtherValues=[]):this.furtherValues.length===this.extremumInterval?(super.next(this.currentTopExtremumValue),this.currentTopExtremumValue=t,this.furtherValues=[]):this.furtherValues.push(t)}updateSmoothedValue(t){this.smoothed=this.smoothed?ri(this.smoothed,t,this.params.emaAlpha):t}};var ai=class{static getSmoothedValue(e,t,i){return i.type==="TwoEma"?new Ks({initial:e,emaAlphaSlow:i.emaAlphaSlow,emaAlphaFast:i.emaAlphaFast,changeThreshold:i.changeThreshold,fastDirection:t,deviationDepth:i.deviationDepth,deviationFactor:i.deviationFactor,label:"throughput"}):new Xs({initial:e,emaAlpha:i.emaAlpha,basisTrendChangeCount:i.basisTrendChangeCount,changeThreshold:i.changeThreshold,deviationDepth:i.deviationDepth,deviationFactor:i.deviationFactor,label:"throughput"})}static getLiveBufferSmoothedValue(e,t){return new Js({initial:e,label:"liveEdgeDelay",...t})}};var Il=(r,e)=>{r&&r.playbackRate!==e&&(r.playbackRate=e)};import{isNullable as cM,ValueSubject as dM}from"@vkontakte/videoplayer-shared";var va=class r{constructor(e,t){this.currentRepresentation$=new dM(null);this.maxRepresentations=4;this.representationsCursor=0;this.representations=[];this.currentSegment=null;this.getCurrentPosition=t.getCurrentPosition,this.processStreams(e)}updateLive(e){this.processStreams(e?.streams.text)}seekLive(e){this.processStreams(e)}maintain(e=this.getCurrentPosition()){if(!cM(e))for(let t of this.representations)for(let i of t){let a=i.segmentReference,s=a.segments.length,n=a.segments[0].time.from,o=a.segments[s-1].time.to;if(e<n||e>o)continue;let u=a.segments.find(l=>l.time.from<=e&&l.time.to>=e);!u||this.currentSegment?.time.from===u.time.from&&this.currentSegment.time.to===u.time.to||(this.currentSegment=u,this.currentRepresentation$.next({...i,label:"Live Text",language:"ru",isAuto:!0,url:new URL(u.url,a.baseUrl).toString()}))}}destroy(){this.currentRepresentation$.next(null),this.currentSegment=null,this.representations=[]}processStreams(e){for(let t of e??[]){let i=r.filterRepresentations(t.representations);if(i){this.representations[this.representationsCursor]=i,this.representationsCursor=(this.representationsCursor+1)%this.maxRepresentations;break}}}static isSupported(e){return!!e?.some(t=>r.filterRepresentations(t.representations))}static filterRepresentations(e){return e?.filter(t=>t.kind==="text"&&"segmentReference"in t&&ve(t.segmentReference))}};var en=M(Lt(),1);import{assertNever as tn}from"@vkontakte/videoplayer-shared";var TS=(r,{useHlsJs:e,useManagedMediaSource:t,useOldMSEDetection:i})=>{let{containers:a,protocols:s,codecs:n,nativeHlsSupported:o}=O.video,u=(n.h264||n.h265)&&n.aac,l=s.mse&&(!i||!!window.MediaStreamTrack)||s.mms&&t;return r.filter(c=>{switch(c){case"DASH_SEP":return l&&a.mp4&&u;case"DASH_WEBM":return l&&a.webm&&n.vp9&&n.opus;case"DASH_WEBM_AV1":return l&&a.webm&&n.av1&&n.opus;case"DASH_STREAMS":return l&&(a.mp4&&u||a.webm&&(n.vp9||n.av1)&&(n.opus||n.aac));case"DASH_LIVE":return l&&a.mp4&&u;case"DASH_LIVE_CMAF":return l&&a.mp4&&u&&a.cmaf;case"DASH_ONDEMAND":return l&&a.mp4&&u;case"HLS":case"HLS_ONDEMAND":return o||e&&l&&a.mp4&&u;case"HLS_LIVE":case"HLS_LIVE_CMAF":return o;case"MPEG":return a.mp4;case"DASH":case"DASH_LIVE_WEBM":return!1;case"WEB_RTC_LIVE":return s.webrtc&&s.ws&&n.h264&&(a.mp4||a.webm);default:return tn(c)}})},Zs=r=>{let{webmDecodingInfo:e}=O.video,t="DASH_WEBM",i="DASH_WEBM_AV1";switch(r){case"vp9":return[t,i];case"av1":return[i,t];case"none":return[];case"smooth":return e?e[i].smooth?[i,t]:e[t].smooth?[t,i]:[i,t]:[t,i];case"power_efficient":return e?e[i].powerEfficient?[i,t]:e[t].powerEfficient?[t,i]:[i,t]:[t,i];default:tn(r)}return[t,i]},IS=({webmCodec:r,androidPreferredFormat:e,preferMultiStream:t})=>{let i=[...t?["DASH_STREAMS"]:[],...Zs(r),"DASH_SEP","DASH_ONDEMAND",...t?[]:["DASH_STREAMS"]],a=[...t?["DASH_STREAMS"]:[],"DASH_SEP","DASH_ONDEMAND",...t?[]:["DASH_STREAMS"]];if(O.device.isAndroid)switch(e){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",...Zs(r),"HLS","HLS_ONDEMAND"];case"dash_any_webm":return[...Zs(r),"MPEG",...a,"HLS","HLS_ONDEMAND"];case"dash_sep":return["DASH_SEP","MPEG",...Zs(r),...a,"HLS","HLS_ONDEMAND"];default:tn(e)}return O.video.nativeHlsSupported?[...i,"HLS","HLS_ONDEMAND","MPEG"]:[...i,"HLS","HLS_ONDEMAND","MPEG"]},ES=({androidPreferredFormat:r,preferCMAF:e,preferWebRTC:t})=>{let i=e?["DASH_LIVE_CMAF","DASH_LIVE"]:["DASH_LIVE","DASH_LIVE_CMAF"],a=e?["HLS_LIVE_CMAF","HLS_LIVE"]:["HLS_LIVE","HLS_LIVE_CMAF"],s=[...i,...a],n=[...a,...i],o,u=O.device.isMac&&O.browser.isSafari;if(O.device.isAndroid)switch(r){case"dash":case"dash_any_mpeg":case"dash_any_webm":case"dash_sep":{o=s;break}case"hls":case"mpeg":{o=n;break}default:tn(r)}else O.video.nativeHlsSupported&&!u?o=n:u?o=e?["DASH_LIVE_CMAF","HLS_LIVE_CMAF","HLS_LIVE","DASH_LIVE"]:["HLS_LIVE","DASH_LIVE","DASH_LIVE_CMAF","HLS_LIVE_CMAF"]:o=s;return t?["WEB_RTC_LIVE",...o]:[...o,"WEB_RTC_LIVE"]},El=r=>r?["HLS_LIVE","HLS_LIVE_CMAF","DASH_LIVE_CMAF"]:["DASH_WEBM","DASH_WEBM_AV1","DASH_SEP","DASH_ONDEMAND","HLS","HLS_ONDEMAND","MPEG"],xS=r=>{if(r.size===0)return;if(r.size===1){let t=r.values().next();return(0,en.default)(t.value.split("."),0)}for(let t of r){let i=(0,en.default)(t.split("."),0);if(i==="opus"||i==="vp09"||i==="av01")return i}let e=r.values().next();return(0,en.default)(e.value.split("."),0)};var yM=["timeupdate","progress","play","seeked","stalled","waiting"],TM=["timeupdate","progress","loadeddata","playing","seeked"];var sn=class{constructor(e){this.element=null;this.manifestUrlString="";this.source=null;this.manifest=null;this.subscription=new wS;this.representationSubscription=new wS;this.state$=new C("none");this.currentVideoRepresentation$=new K(void 0);this.currentVideoRepresentationInit$=new K(void 0);this.currentAudioRepresentation$=new K(void 0);this.currentVideoSegmentLength$=new K(0);this.currentAudioSegmentLength$=new K(0);this.error$=new an;this.lastConnectionType$=new K(void 0);this.lastConnectionReused$=new K(void 0);this.lastRequestFirstBytes$=new K(void 0);this.currentLiveTextRepresentation$=new K(null);this.isLive$=new K(!1);this.isActiveLive$=new K(!1);this.isLowLatency$=new K(!1);this.liveDuration$=new K(0);this.liveSeekableDuration$=new K(0);this.liveAvailabilityStartTime$=new K(0);this.liveStreamStatus$=new K(void 0);this.bufferLength$=new K(0);this.liveLatency$=new K(void 0);this.liveLoadBufferLength$=new K(0);this.livePositionFromPlayer$=new K(0);this.currentStallDuration$=new K(0);this.videoLastDataObtainedTimestamp$=new K(0);this.fetcherRecoverableError$=new an;this.fetcherError$=new an;this.liveStreamEndTimestamp=0;this.isUpdatingLive=!1;this.isJumpGapAfterSeekLive=!1;this.forceEnded$=new an;this.gapWatchdogActive=!1;this.destroyController=new pe;this.initManifest=Pl(this.destroyController.signal,async function*(e,t,i){this.tracer.log("initManifest"),this.element=e,this.manifestUrlString=de(t,i,2),this.state$.startTransitionTo("manifest_ready"),this.manifest=yield this.updateManifest(),this.manifest?.streams.video.length?this.state$.setState("manifest_ready"):this.error$.next({id:"NoRepresentations",category:nt.PARSER,message:"No playable video representations"})}.bind(this));this.updateManifest=Pl(this.destroyController.signal,async function*(){this.tracer.log("updateManifestStart",{manifestUrl:this.manifestUrlString});let e=yield this.fetcher.fetchManifest(this.manifestUrlString).catch(n=>{!this.manifest&&!this.bufferLength$.getValue()&&this.error$.next({id:"LoadManifest",category:nt.NETWORK,message:"Failed to load manifest",thrown:n})});if(!e)return null;let t=null;try{t=cS(e??"",this.manifestUrlString)}catch(n){let o=iv(e)??{id:"ManifestParsing",category:nt.PARSER,message:"Failed to parse MPD manifest",thrown:n};this.error$.next(o)}if(!t)return null;let i=(n,o,u)=>!!(this.element?.canPlayType?.(o)&&Ye()?.isTypeSupported?.(`${o}; codecs="${u}"`)||n==="text");if(t.live){this.isLive$.next(!!t.live);let{availabilityStartTime:n,latestSegmentPublishTime:o,streamIsUnpublished:u,streamIsAlive:l}=t.live,c=(t.duration??0)/1e3;this.liveSeekableDuration$.next(-1*c),this.liveDuration$.next((o-n)/1e3),this.liveAvailabilityStartTime$.next(t.live.availabilityStartTime);let d="active";l||(d=u?"unpublished":"unexpectedly_down"),this.liveStreamStatus$.next(d)}let a={text:t.streams.text,video:[],audio:[]};for(let n of["video","audio"]){let u=t.streams[n].filter(({mime:d,codecs:p})=>i(n,d,p)),l=new Set(u.map(({codecs:d})=>d)),c=xS(l);if(c&&(a[n]=u.filter(({codecs:d})=>d.startsWith(c))),n==="video"){let d=this.tuning.preferHDR,p=a.video.some(f=>f.hdr),h=a.video.some(f=>!f.hdr);O.display.isHDR&&d&&p?a.video=a.video.filter(f=>f.hdr):h&&(a.video=a.video.filter(f=>!f.hdr))}}let s={...t,streams:a};return this.tracer.log("updateManifestEnd",ya(s)),s}.bind(this));this.initRepresentations=Pl(this.destroyController.signal,async function*(e,t,i){this.tracer.log("initRepresentationsStart",ya({initialVideo:e,initialAudio:t,sourceHls:i})),Hi(this.manifest),Hi(this.element),this.representationSubscription.unsubscribe(),this.state$.startTransitionTo("representations_ready");let a=p=>{this.representationSubscription.add(bt(p,"error").pipe(rn(h=>!!this.element?.played.length)).subscribe(h=>{this.error$.next({id:"VideoSource",category:nt.VIDEO_PIPELINE,message:"Unexpected video source error",thrown:h})}))};this.source=this.tuning.useManagedMediaSource?Eb():new MediaSource;let s=document.createElement("source");if(a(s),s.src=URL.createObjectURL(this.source),this.element.appendChild(s),this.tuning.useManagedMediaSource&&$s())if(i){let p=document.createElement("source");a(p),p.type="application/x-mpegurl",p.src=i.url,this.element.appendChild(p)}else this.element.disableRemotePlayback=!0;this.isActiveLive$.next(this.isLive$.getValue());let n={fetcher:this.fetcher,tuning:this.tuning,getCurrentPosition:()=>this.element?this.element.currentTime*1e3:void 0,isActiveLowLatency:()=>this.isActiveLive$.getValue()&&this.isLowLatency$.getValue(),manifest:this.manifest},o=this.manifest.streams.video.reduce((p,h)=>[...p,...h.representations],[]);if(this.videoBufferManager=new ha("video",this.source,o,n),this.bufferManagers=[this.videoBufferManager],Ta(t)){let p=this.manifest.streams.audio.reduce((h,f)=>[...h,...f.representations],[]);this.audioBufferManager=new ha("audio",this.source,p,n),this.bufferManagers.push(this.audioBufferManager)}va.isSupported(this.manifest.streams.text)&&!this.isLowLatency$.getValue()&&(this.liveTextManager=new va(this.manifest.streams.text,n)),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$));let u=()=>{this.stallWatchdogSubscription?.unsubscribe(),this.currentStallDuration$.next(0)};if(this.representationSubscription.add(si(...TM.map(p=>bt(this.element,p))).pipe(Qi(p=>this.element?Bi(this.element.buffered,this.element.currentTime*1e3):0),Sa(),vM(p=>{p>this.tuning.dash.bufferEmptinessTolerance&&u()})).subscribe(this.bufferLength$)),this.representationSubscription.add(si(bt(this.element,"ended"),this.forceEnded$).subscribe(()=>{u()})),this.isLive$.getValue()){this.subscription.add(this.liveDuration$.pipe(Sa()).subscribe(h=>this.liveStreamEndTimestamp=wl())),this.subscription.add(bt(this.element,"pause").subscribe(()=>{this.livePauseWatchdogSubscription=kl(1e3).subscribe(h=>{let f=Ps(this.manifestUrlString,2);this.manifestUrlString=de(this.manifestUrlString,f+1e3,2),this.liveStreamStatus$.getValue()==="active"&&this.updateManifest()}),this.subscription.add(this.livePauseWatchdogSubscription)})).add(bt(this.element,"play").subscribe(h=>this.livePauseWatchdogSubscription?.unsubscribe())),this.representationSubscription.add(ji({isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(Qi(({isActiveLive:h,isLowLatency:f})=>h&&f),Sa()).subscribe(h=>{this.isManualDecreasePlaybackInLive()||Il(this.element,1)})),this.representationSubscription.add(ji({bufferLength:this.bufferLength$,isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(rn(({bufferLength:h,isActiveLive:f,isLowLatency:b})=>f&&b&&!!h)).subscribe(({bufferLength:h})=>this.liveBuffer.next(h))),this.representationSubscription.add(this.videoBufferManager.currentLowLatencySegmentLength$.subscribe(h=>{if(!this.isActiveLive$.getValue()&&!this.isLowLatency$.getValue()&&!h)return;let f=this.liveSeekableDuration$.getValue()-h/1e3;this.liveSeekableDuration$.next(Math.max(f,-1*this.tuning.dashCmafLive.maxLiveDuration)),this.liveDuration$.next(this.liveDuration$.getValue()+h/1e3)})),this.representationSubscription.add(ji({isLive:this.isLive$,rtt:this.throughputEstimator.rtt$,bufferLength:this.bufferLength$,segmentServerLatency:this.videoBufferManager.currentLiveSegmentServerLatency$}).pipe(rn(({isLive:h})=>h),Sa((h,f)=>f.bufferLength<h.bufferLength),Qi(({rtt:h,bufferLength:f,segmentServerLatency:b})=>{let g=Ps(this.manifestUrlString,2);return(h/2+f+b+g)/1e3})).subscribe(this.liveLatency$)),this.representationSubscription.add(ji({liveBuffer:this.liveBuffer.smoothed$,isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).subscribe(({liveBuffer:h,isActiveLive:f,isLowLatency:b})=>{if(!b||!f)return;let g=this.tuning.dashCmafLive.lowLatency.maxTargetOffset,v=this.tuning.dashCmafLive.lowLatency.maxTargetOffsetDeviation,x=this.tuning.dashCmafLive.lowLatency.playbackCatchupSpeedup,T=h-g;if(this.isManualDecreasePlaybackInLive())return;let P=1;Math.abs(T)>v&&(P=1+Math.sign(T)*x),Il(this.element,P)})),this.representationSubscription.add(this.bufferLength$.subscribe(h=>{let f=0;if(h){let b=(this.element?.currentTime??0)*1e3;f=Math.min(...this.bufferManagers.map(v=>v.getLiveSegmentsToLoadState(this.manifest)?.to??b))-b}this.liveLoadBufferLength$.getValue()!==f&&this.liveLoadBufferLength$.next(f)}));let p=0;this.representationSubscription.add(ji({liveLoadBufferLength:this.liveLoadBufferLength$,bufferLength:this.bufferLength$}).pipe(SM(1e3)).subscribe(async({liveLoadBufferLength:h,bufferLength:f})=>{if(!this.element||this.isUpdatingLive)return;let b=this.element.playbackRate,g=Ps(this.manifestUrlString,2),v=Math.abs(this.livePositionFromPlayer$.getValue())*1e3,x=Math.min(v,this.tuning.dashCmafLive.normalizedTargetMinBufferSize*b),T=this.tuning.dashCmafLive.normalizedActualBufferOffset*b,P=this.tuning.dashCmafLive.normalizedLiveMinBufferSize*b,I=isFinite(h)?h:f,V=this.isActiveLive$.getValue()&&this.isLowLatency$.getValue(),B=v<=this.tuning.live.activeLiveDelay;this.isActiveLive$.next(B);let F="none";if(V?F="active_low_latency":this.isLowLatency$.getValue()&&B?(this.bufferManagers.forEach(N=>N.proceedLowLatencyLive()),F="active_low_latency"):g!==0&&I<x?F="live_forward_buffering":I<x+P&&(F="live_with_target_offset"),isFinite(h)&&(p=h>p?h:p),F==="live_forward_buffering"||F==="live_with_target_offset"){let N=p-(x+T),S=this.normolizeLiveOffset(Math.trunc(g+N/b)),R=Math.abs(S-g),w=0;!h||R<=this.tuning.dashCmafLive.offsetCalculationError?w=g:S>0&&R>this.tuning.dashCmafLive.offsetCalculationError&&(w=S),this.manifestUrlString=de(this.manifestUrlString,w,2)}(F==="live_with_target_offset"||F==="live_forward_buffering")&&(p=0,await this.updateLive())},h=>{this.error$.next({id:"updateLive",category:nt.VIDEO_PIPELINE,thrown:h,message:"Failed to update live with subscription"})}))}let l=si(...this.bufferManagers.map(p=>p.fullyBuffered$)).pipe(Qi(()=>this.bufferManagers.every(p=>p.fullyBuffered$.getValue()))),c=si(...this.bufferManagers.map(p=>p.onLastSegment$)).pipe(Qi(()=>this.bufferManagers.some(p=>p.onLastSegment$.getValue()))),d=ji({allBuffersFull:l,someBufferEnded:c}).pipe(Sa(),Qi(({allBuffersFull:p,someBufferEnded:h})=>p&&h),rn(p=>p));if(this.representationSubscription.add(si(this.forceEnded$,d).subscribe(()=>{if(this.source&&this.source.readyState==="open"&&Array.from(this.source.sourceBuffers).every(p=>!p.updating))try{this.source?.endOfStream()}catch(p){this.error$.next({id:"EndOfStream",category:nt.VIDEO_PIPELINE,message:"Failed to end MediaSource stream",thrown:p})}})),this.representationSubscription.add(si(...this.bufferManagers.map(p=>p.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 p=this.tuning.dash.sourceOpenTimeout>=0;yield new Promise((h,f)=>{p&&(this.timeoutSourceOpenId=setTimeout(()=>{if(this.source?.readyState==="open"){h();return}this.tuning.dash.rejectOnSourceOpenTimeout?f(new Error("Timeout reject when wait sourceopen event")):h()},this.tuning.dash.sourceOpenTimeout)),this.source?.addEventListener("sourceopen",()=>{this.timeoutSourceOpenId&&clearTimeout(this.timeoutSourceOpenId),h()},{once:!0})})}if(!this.isLive$.getValue()){let p=[this.manifest.duration??0,...(0,Al.default)((0,Al.default)([...this.manifest.streams.audio,...this.manifest.streams.video],h=>h.representations),h=>{let f=[];return h.duration&&f.push(h.duration),ve(h.segmentReference)&&h.segmentReference.totalSegmentsDurationMs&&f.push(h.segmentReference.totalSegmentsDurationMs),f})];this.source.duration=Math.max(...p)/1e3}this.audioBufferManager&&Ta(t)?yield Promise.all([this.videoBufferManager.startWith(e),this.audioBufferManager.startWith(t)]):yield this.videoBufferManager.startWith(e),this.state$.setState("representations_ready"),this.tracer.log("initRepresentationsEnd")}.bind(this));this.tick=()=>{if(!this.element||!this.videoBufferManager||this.source?.readyState!=="open")return;let e=this.element.currentTime*1e3;this.videoBufferManager.maintain(e),this.audioBufferManager?.maintain(e),this.liveTextManager?.maintain(e),(this.videoBufferManager.gaps.length||this.audioBufferManager?.gaps.length)&&!this.gapWatchdogActive&&(this.gapWatchdogActive=!0,this.gapWatchdogSubscription=kl(this.tuning.gapWatchdogInterval).subscribe(()=>this.jumpGap(),t=>{this.error$.next({id:"GapWatchdog",category:nt.WTF,message:"Error handling gaps",thrown:t})}),this.subscription.add(this.gapWatchdogSubscription))};this.throughputEstimator=e.throughputEstimator,this.tuning=e.tuning,this.tracer=e.tracer.createComponentTracer(this.constructor.name),this.fetcher=new zs({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.liveBuffer=ai.getLiveBufferSmoothedValue(this.tuning.dashCmafLive.lowLatency.maxTargetOffset,{...e.tuning.dashCmafLive.lowLatency.bufferEstimator}),this.initTracerSubscription()}async seekLive(e){Hi(this.element);let t=this.liveStreamStatus$.getValue()!=="active"?wl()-this.liveStreamEndTimestamp:0,i=this.normolizeLiveOffset(e+t);this.isActiveLive$.next(i===0),this.manifestUrlString=de(this.manifestUrlString,i,2),this.manifest=await this.updateManifest(),this.manifest&&(this.isJumpGapAfterSeekLive=!0,await this.videoBufferManager?.seekLive(this.manifest.streams.video),await this.audioBufferManager?.seekLive(this.manifest.streams.audio),this.liveTextManager?.seekLive(this.manifest.streams.text))}initBuffer(){Hi(this.element),this.state$.setState("running"),this.subscription.add(si(...yM.map(e=>bt(this.element,e)),bt(window,"online")).subscribe(()=>this.tick(),e=>{this.error$.next({id:"DashVKPlayer",category:nt.WTF,message:"Internal logic error",thrown:e})})),this.subscription.add(bt(this.element,"progress").subscribe(()=>{this.element&&this.element.readyState===2&&!this.element.seeking&&(this.element.currentTime=this.element.currentTime)})),this.subscription.add(bt(this.element,"waiting").subscribe(()=>{this.element&&this.element.readyState===2&&!this.element.seeking&&Mt(this.element.buffered,this.element.currentTime*1e3)&&(this.element.currentTime=this.element.currentTime);let e=()=>{if(!this.element||this.source?.readyState!=="open")return;let t=this.currentStallDuration$.getValue();t+=50,this.currentStallDuration$.next(t);let i={timeInWaiting:t},a=wl(),s=100,n=this.videoBufferManager?.lastDataObtainedTimestamp??0;this.videoLastDataObtainedTimestamp$.next(n);let o=this.audioBufferManager?.lastDataObtainedTimestamp??0,u=this.videoBufferManager?.getForwardBufferDuration()??0,l=this.audioBufferManager?.getForwardBufferDuration()??0,c=u<s&&a-n>this.tuning.dash.crashOnStallTWithoutDataTimeout,d=this.audioBufferManager&&l<s&&a-o>this.tuning.dash.crashOnStallTWithoutDataTimeout;if((c||d)&&t>this.tuning.dash.crashOnStallTWithoutDataTimeout||t>=this.tuning.dash.crashOnStallTimeout)throw new Error(`Stall timeout exceeded: ${t} ms`);if(this.isLive$.getValue()&&t%2e3===0){let p=this.normolizeLiveOffset(-1*this.livePositionFromPlayer$.getValue()*1e3);this.seekLive(p).catch(h=>{this.error$.next({id:"stallIntervalCallback",category:nt.VIDEO_PIPELINE,message:"stallIntervalCallback failed",thrown:h})}),i.liveLastOffset=p}else{let p=this.element.currentTime*1e3;this.videoBufferManager?.maintain(p),this.audioBufferManager?.maintain(p),i.position=p}this.tracer.log("stallIntervalCallback",ya(i))};this.stallWatchdogSubscription?.unsubscribe(),this.stallWatchdogSubscription=kl(50).subscribe(e,t=>{this.error$.next({id:"StallWatchdogCallback",category:nt.NETWORK,message:"Can't restore DASH after stall.",thrown:t})}),this.subscription.add(this.stallWatchdogSubscription)})),this.tick()}async switchRepresentation(e,t,i=!1){let a={video:this.videoBufferManager,audio:this.audioBufferManager,text:null}[e];return this.tuning.useNewSwitchTo?this.currentStallDuration$.getValue()>0?a?.switchToWithPreviousAbort(t,i):a?.switchTo(t,i):a?.switchToOld(t,i)}async seek(e,t){Hi(this.element),Hi(this.videoBufferManager);let i;t||this.element.duration*1e3<=this.tuning.dashSeekInSegmentDurationThreshold||Math.abs(this.element.currentTime*1e3-e)<=this.tuning.dashSeekInSegmentAlwaysSeekDelta?i=e:i=Math.max(this.videoBufferManager.findSegmentStartTime(e)??e,this.audioBufferManager?.findSegmentStartTime(e)??e),this.warmUpMediaSourceIfNeeded(i),Mt(this.element.buffered,i)||await Promise.all([this.videoBufferManager.abort(),this.audioBufferManager?.abort()]),!(kS(this.element)||kS(this.videoBufferManager))&&(this.videoBufferManager.maintain(i),this.audioBufferManager?.maintain(i),this.element.currentTime=i/1e3,this.tracer.log("seek",ya({requestedPosition:e,forcePrecise:t,position:i})))}warmUpMediaSourceIfNeeded(e=this.element?.currentTime){Ta(this.element)&&Ta(this.source)&&Ta(e)&&this.source?.readyState==="ended"&&this.element.duration*1e3-e>this.tuning.dash.seekBiasInTheEnd&&this.bufferManagers.forEach(t=>t.warmUpMediaSource())}get isStreamEnded(){return this.source?.readyState==="ended"}stop(){this.tracer.log("stop"),this.element?.querySelectorAll("source").forEach(e=>{URL.revokeObjectURL(e.src),e.remove()}),this.element=null,this.source=null,this.manifest=null,this.currentVideoRepresentation$.next(void 0),this.videoBufferManager?.destroy(),this.videoBufferManager=null,this.audioBufferManager?.destroy(),this.audioBufferManager=null,this.bufferManagers=[],this.state$.setState("none")}setBufferTarget(e){for(let t of this.bufferManagers)t.setTarget(e)}getStreams(){return this.manifest?.streams}setPreloadOnly(e){for(let t of this.bufferManagers)t.setPreloadOnly(e)}destroy(){this.subscription.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=gM(this.tracer.error.bind(this.tracer));this.subscription.add(this.error$.subscribe(e("error")))}isManualDecreasePlaybackInLive(){return!this.element||!this.isLive$.getValue()?!1:1-this.element.playbackRate>this.tuning.dashCmafLive.lowLatency.playbackCatchupSpeedup}normolizeLiveOffset(e){return Math.trunc(e/1e3)*1e3}async updateLive(){this.isUpdatingLive=!0,this.manifest=await this.updateManifest(),this.manifest&&(this.bufferManagers?.forEach(e=>e.updateLive(this.manifest)),this.liveTextManager?.updateLive(this.manifest)),this.isUpdatingLive=!1}jumpGap(){if(!this.element||!this.videoBufferManager)return;let e=this.videoBufferManager.getDebugBufferState();if(!e)return;let t=this.isActiveLive$.getValue()&&this.isLowLatency$.getValue(),i={isJumpGapAfterSeekLive:this.isJumpGapAfterSeekLive,isActiveLowLatency:t,initialCurrentTime:this.element.currentTime};this.isJumpGapAfterSeekLive&&!t&&this.element.currentTime>e.to&&(this.isJumpGapAfterSeekLive=!1,this.element.currentTime=0);let a=this.element.currentTime*1e3,s=[],n=this.element.readyState===1?this.tuning.endGapTolerance:0;for(let o of this.bufferManagers)for(let u of o.gaps)o.playingRepresentation$.getValue()===u.representation&&u.from-n<=a&&u.to+n>a&&(this.element.duration*1e3-u.to<this.tuning.endGapTolerance?s.push(1/0):s.push(u.to));if(s.length){let o=Math.max(...s)+10;this.gapWatchdogSubscription.unsubscribe(),this.gapWatchdogActive=!1,o===1/0?this.forceEnded$.next():(this.element.currentTime=o/1e3,i={...i,gapEnds:s,jumpTo:o,resultCurrentTime:this.element.currentTime},this.tracer.log("jumpGap",ya(i)))}}};var nn=class{constructor(e,t){this.fov=e,this.orientation=t}};var on=class{constructor(e,t){this.rotating=!1;this.fading=!1;this.lastTickTS=0;this.lastCameraTurnTS=0;this.fadeStartSpeed=null;this.fadeTime=0;this.camera=e,this.options=t,this.rotationSpeed={x:0,y:0,z:0},this.fadeCorrection=1/(this.options.speedFadeTime/1e3)**2}turnCamera(e=0,t=0,i=0){this.pointCameraTo(this.camera.orientation.x+e,this.camera.orientation.y+t,this.camera.orientation.z+i)}pointCameraTo(e=0,t=0,i=0){t=this.limitCameraRotationY(t);let a=e-this.camera.orientation.x,s=t-this.camera.orientation.y,n=i-this.camera.orientation.z;this.camera.orientation.x=e,this.camera.orientation.y=t,this.camera.orientation.z=i,this.lastCameraTurn={x:a,y:s,z:n},this.lastCameraTurnTS=Date.now()}setRotationSpeed(e,t,i){this.rotationSpeed.x=e??this.rotationSpeed.x,this.rotationSpeed.y=t??this.rotationSpeed.y,this.rotationSpeed.z=i??this.rotationSpeed.z}startRotation(){this.rotating=!0}stopRotation(e=!1){e?(this.setRotationSpeed(0,0,0),this.fadeStartSpeed=null):this.startFading(this.rotationSpeed.x,this.rotationSpeed.y,this.rotationSpeed.z),this.rotating=!1}onCameraRelease(){if(this.lastCameraTurn&&this.lastCameraTurnTS){let e=Date.now()-this.lastCameraTurnTS;if(e<this.options.speedFadeThreshold){let t=(1-e/this.options.speedFadeThreshold)*this.options.rotationSpeedCorrection;this.startFading(this.lastCameraTurn.x*t,this.lastCameraTurn.y*t,this.lastCameraTurn.z*t)}}}startFading(e,t,i){this.setRotationSpeed(e,t,i),this.fadeStartSpeed={...this.rotationSpeed},this.fading=!0}stopFading(){this.fadeStartSpeed=null,this.fading=!0,this.fadeTime=0}limitCameraRotationY(e){return Math.max(-this.options.maxYawAngle,Math.min(e,this.options.maxYawAngle))}tick(e){if(!this.lastTickTS){this.lastTickTS=e,this.lastCameraTurnTS=Date.now();return}let t=e-this.lastTickTS,i=t/1e3;if(this.rotating)this.turnCamera(this.rotationSpeed.x*this.options.rotationSpeedCorrection*i,this.rotationSpeed.y*this.options.rotationSpeedCorrection*i,this.rotationSpeed.z*this.options.rotationSpeedCorrection*i);else if(this.fading&&this.fadeStartSpeed){let a=-this.fadeCorrection*(this.fadeTime/1e3)**2+1;this.setRotationSpeed(this.fadeStartSpeed.x*a,this.fadeStartSpeed.y*a,this.fadeStartSpeed.z*a),a>0?this.turnCamera(this.rotationSpeed.x*this.options.rotationSpeedCorrection*i,this.rotationSpeed.y*this.options.rotationSpeedCorrection*i,this.rotationSpeed.z*this.options.rotationSpeedCorrection*i):(this.stopRotation(!0),this.stopFading()),this.fadeTime=Math.min(this.fadeTime+t,this.options.speedFadeTime)}this.lastTickTS=e}};var AS=`attribute vec2 a_vertex;
125
71
  attribute vec2 a_texel;
126
72
 
127
73
  varying vec2 v_texel;
@@ -132,7 +78,7 @@ void main(void) {
132
78
  // save texel vector to pass to fragment shader
133
79
  v_texel = a_texel;
134
80
  }
135
- `;var jT=`#ifdef GL_ES
81
+ `;var LS=`#ifdef GL_ES
136
82
  precision highp float;
137
83
  precision highp int;
138
84
  #else
@@ -175,13 +121,6 @@ void main(void) {
175
121
  // sample using new coordinates
176
122
  gl_FragColor = texture2D(u_texture, tc);
177
123
  }
178
- `;var jr=class{constructor(e,t,i){this.videoInitialized=!1;this.active=!1;this.container=e,this.sourceVideoElement=t,this.params=i,this.canvas=this.createCanvas();let r=this.canvas.getContext("webgl");if(!r)throw new Error("Could not initialize WebGL context");this.gl=r,this.container.appendChild(this.canvas),this.camera=new Ko(this.params.fov,this.params.orientation),this.cameraRotationManager=new Xo(this.camera,{rotationSpeed:this.params.rotationSpeed,maxYawAngle:this.params.maxYawAngle,rotationSpeedCorrection:this.params.rotationSpeedCorrection,degreeToPixelCorrection:this.params.degreeToPixelCorrection,speedFadeTime:this.params.speedFadeTime,speedFadeThreshold:this.params.speedFadeThreshold}),this.updateFrameSize(),this.vertexBuffer=this.createVertexBuffer(),this.textureMappingBuffer=this.createTextureMappingBuffer(),this.updateTextureMappingBuffer(),this.program=this.createProgram(),this.videoTexture=this.createTexture(),this.gl.useProgram(this.program),this.videoElementDataLoadedFn=this.onDataLoadedHandler.bind(this),this.renderFn=this.render.bind(this)}play(){this.active||(this.videoInitialized?this.doPlay():this.sourceVideoElement.readyState>=2?(this.videoInitialized=!0,this.doPlay()):this.sourceVideoElement.addEventListener("loadeddata",this.videoElementDataLoadedFn))}stop(){this.active=!1}startCameraManualRotation(e,t){this.cameraRotationManager.setRotationSpeed(e*this.params.rotationSpeed,t*this.params.rotationSpeed,0),this.cameraRotationManager.startRotation()}stopCameraManualRotation(e=!1){this.cameraRotationManager.stopRotation(e)}turnCamera(e,t){this.cameraRotationManager.turnCamera(e,t)}pointCameraTo(e,t){this.cameraRotationManager.pointCameraTo(e,t)}pixelToDegree(e){return{x:this.params.degreeToPixelCorrection*this.params.fov.x*-e.x/this.viewportWidth,y:this.params.degreeToPixelCorrection*this.params.fov.y*e.y/this.viewportHeight}}getCameraRotation(){return this.camera.orientation}holdCamera(){this.cameraRotationManager.stopRotation(!0)}releaseCamera(){this.cameraRotationManager.onCameraRelease()}destroy(){this.sourceVideoElement.removeEventListener("loadeddata",this.videoElementDataLoadedFn),this.stop(),this.canvas.remove()}setViewportSize(e,t){this.viewportWidth=e,this.viewportHeight=t,this.canvas.width=this.viewportWidth,this.canvas.height=this.viewportHeight,this.gl.viewport(0,0,this.canvas.width,this.canvas.height)}onDataLoadedHandler(){this.videoInitialized=!0,this.doPlay()}doPlay(){this.updateFrameSize(),this.vertexBuffer=this.createVertexBuffer(),this.active=!0,this.sourceVideoElement.removeEventListener("loadeddata",this.videoElementDataLoadedFn),requestAnimationFrame(this.renderFn)}render(e){this.cameraRotationManager.tick(e),this.updateTexture(),this.updateTextureMappingBuffer();let t=this.gl.getAttribLocation(this.program,"a_vertex"),i=this.gl.getAttribLocation(this.program,"a_texel"),r=this.gl.getUniformLocation(this.program,"u_texture"),s=this.gl.getUniformLocation(this.program,"u_focus");this.gl.enableVertexAttribArray(t),this.gl.enableVertexAttribArray(i),this.gl.bindBuffer(this.gl.ARRAY_BUFFER,this.vertexBuffer),this.gl.vertexAttribPointer(t,2,this.gl.FLOAT,!1,0,0),this.gl.bindBuffer(this.gl.ARRAY_BUFFER,this.textureMappingBuffer),this.gl.vertexAttribPointer(i,2,this.gl.FLOAT,!1,0,0),this.gl.activeTexture(this.gl.TEXTURE0),this.gl.bindTexture(this.gl.TEXTURE_2D,this.videoTexture),this.gl.uniform1i(r,0),this.gl.uniform2f(s,-this.camera.orientation.x,-this.camera.orientation.y),this.gl.drawArrays(this.gl.TRIANGLE_FAN,0,4),this.gl.bindTexture(this.gl.TEXTURE_2D,null),this.gl.bindBuffer(this.gl.ARRAY_BUFFER,null),this.gl.disableVertexAttribArray(t),this.gl.disableVertexAttribArray(i),this.active&&requestAnimationFrame(this.renderFn)}createShader(e,t){let i=this.gl.createShader(t);if(!i)throw this.destroy(),new Error(`Could not create shader (${t})`);if(this.gl.shaderSource(i,e),this.gl.compileShader(i),!this.gl.getShaderParameter(i,this.gl.COMPILE_STATUS))throw this.destroy(),new Error("An error occurred while compiling the shader: "+this.gl.getShaderInfoLog(i));return i}createProgram(){let e=this.gl.createProgram();if(!e)throw this.destroy(),new Error("Could not create shader program");let t=this.createShader(qT,this.gl.VERTEX_SHADER),i=this.createShader(jT,this.gl.FRAGMENT_SHADER);if(this.gl.attachShader(e,t),this.gl.attachShader(e,i),this.gl.linkProgram(e),!this.gl.getProgramParameter(e,this.gl.LINK_STATUS))throw this.destroy(),new Error("Could not link shader program.");return e}createTexture(){let e=this.gl.createTexture();if(!e)throw this.destroy(),new Error("Could not create texture");return this.gl.bindTexture(this.gl.TEXTURE_2D,e),this.gl.texParameteri(this.gl.TEXTURE_2D,this.gl.TEXTURE_MAG_FILTER,this.gl.LINEAR),this.gl.texParameteri(this.gl.TEXTURE_2D,this.gl.TEXTURE_MIN_FILTER,this.gl.LINEAR),this.gl.texParameteri(this.gl.TEXTURE_2D,this.gl.TEXTURE_WRAP_S,this.gl.CLAMP_TO_EDGE),this.gl.texParameteri(this.gl.TEXTURE_2D,this.gl.TEXTURE_WRAP_T,this.gl.CLAMP_TO_EDGE),this.gl.bindTexture(this.gl.TEXTURE_2D,null),e}updateTexture(){this.gl.bindTexture(this.gl.TEXTURE_2D,this.videoTexture),this.gl.pixelStorei(this.gl.UNPACK_FLIP_Y_WEBGL,!0),this.gl.texImage2D(this.gl.TEXTURE_2D,0,this.gl.RGBA,this.gl.RGBA,this.gl.UNSIGNED_BYTE,this.sourceVideoElement),this.gl.bindTexture(this.gl.TEXTURE_2D,null)}createVertexBuffer(){let e=this.gl.createBuffer();if(!e)throw this.destroy(),new Error("Could not create vertex buffer");let t=1,i=1,r=this.frameHeight/(this.frameWidth/this.viewportWidth);return r>this.viewportHeight?t=this.viewportHeight/r:i=r/this.viewportHeight,this.gl.bindBuffer(this.gl.ARRAY_BUFFER,e),this.gl.bufferData(this.gl.ARRAY_BUFFER,new Float32Array([-t,-i,t,-i,t,i,-t,i]),this.gl.STATIC_DRAW),this.gl.bindBuffer(this.gl.ARRAY_BUFFER,null),e}createTextureMappingBuffer(){let e=this.gl.createBuffer();if(!e)throw this.destroy(),new Error("Could not create texture mapping buffer");return e}calculateTexturePosition(){let e=.5-this.camera.orientation.x/360,t=.5-this.camera.orientation.y/180,i=this.camera.fov.x/360/2,r=this.camera.fov.y/180/2,s=e-i,n=t-r,o=e+i,u=t-r,l=e+i,c=t+r,p=e-i,d=t+r;return[s,n,o,u,l,c,p,d]}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 c0,now as Es,once as d0,Subscription as p0,ValueSubject as Ad,isNonNullable as h0,safeStorage as HT,filterChanged as f0}from"@vkontakte/videoplayer-shared";var Jo="stalls_manager_metrics",zT="stalls_manager_abr_params",Rd=class{constructor(){this.isSeeked$=new Ad(!1);this.isBuffering$=new Ad(!1);this.maxQualityLimit=void 0;this.currentStallsCount=0;this.sumStallsDuration=0;this.lastStallDuration=0;this.providerStartWatchingTimestamp=0;this.lastUniqueVideoTrackSelectedTimestamp=0;this.predictedThroughputWithoutData=0;this.subscription=new p0;this.severeStallOccurred$=new Ad(!1)}connect(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.subscribe(e)}get videoMaxQualityLimit(){return this.maxQualityLimit}get predictedThroughput(){return this.predictedThroughputWithoutData}get abrTuningParams(){return{...this.abrParams,...this.getStoredData(zT)}}set lastVideoTrackSelected(e){this.lastUniqueVideoTrackSelected?.id!==e.id&&(this.lastUniqueVideoTrackSelected=e,this.lastUniqueVideoTrackSelectedTimestamp=Es(),this.currentStallsCount=0)}destroy(){window.clearTimeout(this.qualityRestrictionTimer),this.subscription.unsubscribe(),this.currentStallDuration$.getValue()!==0&&this.updateStallData();let e=(Es()-this.providerStartWatchingTimestamp-this.sumStallsDuration)/1e3,t=this.sumStallsDuration;this.addStallInfoToHistory(e,t),this.updateStoredAbrParams()}updateStoredAbrParams(){let e=[],t=this.getStoredData(Jo,"[]");if(t.length<this.tuning.stallsMetricsHistoryLength)return;if(this.tuning.useTotalStallsDurationPerTvt){let r=t.reduce((o,u)=>o+u.tvt,0),n=t.reduce((o,u)=>o+u.stallsDuration,0)/r;e.push(this.calculateOptimalAbrParams(n))}if(this.tuning.useAverageStallsDurationPerTvt){let r=t.reduce((s,n)=>s+n.stallsDurationPerTvt,0)/t.length;e.push(this.calculateOptimalAbrParams(r))}this.tuning.useEmaStallsDurationPerTvt&&e.push(this.calculateOptimalAbrParams(t[t.length-1].stallsDurationPerTvtSmoothed));let i={bitrateFactorAtEmptyBuffer:Math.max(...e.map(r=>r.bitrateFactorAtEmptyBuffer)),bitrateFactorAtFullBuffer:Math.max(...e.map(r=>r.bitrateFactorAtFullBuffer)),containerSizeFactor:Math.min(...e.map(r=>r.containerSizeFactor))};this.setStoredData(Jo,[]),this.setStoredData(zT,i)}calculateOptimalAbrParams(e){let{targetStallsDurationPerTvt:t,deviationStallsDurationPerTvt:i,criticalStallsDurationPerTvt:r,abrAdjustingSpeed:s}=this.tuning,n=this.abrTuningParams;return e<t-i?n={bitrateFactorAtEmptyBuffer:Math.max(n.bitrateFactorAtEmptyBuffer-s,this.abrParams.minBitrateFactorAtEmptyBuffer),bitrateFactorAtFullBuffer:Math.max(n.bitrateFactorAtFullBuffer-s,this.abrParams.minBitrateFactorAtFullBuffer),containerSizeFactor:Math.min(n.containerSizeFactor+s,this.abrParams.maxContainerSizeFactor)}:e>t+i&&(n={bitrateFactorAtEmptyBuffer:Math.min(n.bitrateFactorAtEmptyBuffer+s,this.abrParams.maxBitrateFactorAtEmptyBuffer),bitrateFactorAtFullBuffer:Math.min(n.bitrateFactorAtFullBuffer+s,this.abrParams.maxBitrateFactorAtFullBuffer),containerSizeFactor:Math.max(n.containerSizeFactor-s,this.abrParams.minContainerSizeFactor)}),e>r&&(n={bitrateFactorAtEmptyBuffer:Math.max(n.bitrateFactorAtEmptyBuffer,this.abrParams.bitrateFactorAtEmptyBuffer),bitrateFactorAtFullBuffer:Math.max(n.bitrateFactorAtFullBuffer,this.abrParams.bitrateFactorAtFullBuffer),containerSizeFactor:Math.min(n.containerSizeFactor,this.abrParams.containerSizeFactor)}),n}getStoredData(e,t="{}"){return JSON.parse(HT.get(e)??t)}setStoredData(e,t){HT.set(e,JSON.stringify(t))}addStallInfoToHistory(e,t){if(e<this.tuning.minTvtToBeCounted||e>this.tuning.maxTvtToBeCounted||e*1e3<t)return;let i=this.getStoredData(Jo,"[]"),r=t/e,s=i.length?ai(i[i.length-1].stallsDurationPerTvtSmoothed,t/e,this.tuning.emaAlpha):r,n={tvt:e,stallsDuration:t,stallsDurationPerTvt:r,stallsDurationPerTvtSmoothed:s};i.push(n),i.length>this.tuning.stallsMetricsHistoryLength&&i.shift(),this.setStoredData(Jo,i)}updateStallData(){this.providerStartWatchingTimestamp&&!this.isSeeked$.getValue()&&(this.sumStallsDuration+=Math.min(this.lastStallDuration,this.tuning.maxPossibleStallDuration),this.currentStallsCount++)}subscribe(e){this.subscription.add(e.isSeeked$.subscribe(this.isSeeked$)),this.subscription.add(e.isBuffering$.subscribe(this.isBuffering$)),this.subscription.add(e.looped$.subscribe(t=>this.currentStallsCount=0)),this.subscription.add(e.playing$.pipe(d0()).subscribe(t=>this.providerStartWatchingTimestamp=Es())),this.subscription.add(this.currentStallDuration$.pipe(f0()).subscribe(t=>{let{stallDurationNoDataBeforeQualityDecrease:i,stallCountBeforeQualityDecrease:r,resetQualityRestrictionTimeout:s,ignoreStallsOnSeek:n}=this.tuning;if(c0(this.lastUniqueVideoTrackSelected)||n&&this.isSeeked$.getValue())return;let o=this.rtt$.getValue(),u=this.throughput$.getValue(),l=this.videoLastDataObtainedTimestamp$.getValue(),c=Es(),p=r&&this.currentStallsCount>=r,d=i&&c-this.lastUniqueVideoTrackSelectedTimestamp>=i+o&&c-l>=i+o&&t>=i;(p||d)&&(this.severeStallOccurred$.next(!0),window.clearTimeout(this.qualityRestrictionTimer),this.maxQualityLimit=this.lastUniqueVideoTrackSelected.quality,h0(this.lastUniqueVideoTrackSelected.bitrate)&&u>this.lastUniqueVideoTrackSelected.bitrate&&(this.predictedThroughputWithoutData=this.lastUniqueVideoTrackSelected.bitrate)),!t&&Es()-this.providerStartWatchingTimestamp>this.lastStallDuration&&(this.updateStallData(),this.severeStallOccurred$.next(!1),window.clearTimeout(this.qualityRestrictionTimer),this.qualityRestrictionTimer=window.setTimeout(()=>{this.maxQualityLimit=void 0,this.predictedThroughputWithoutData=0},s)),this.lastStallDuration=t}))}},Zo=Rd;import{combine as m0,map as b0,observeElementSize as g0,Subscription as S0,ValueSubject as Ld,noop as v0}from"@vkontakte/videoplayer-shared";var eu=class{constructor(){this.subscription=new S0;this.pipSize$=new Ld(void 0);this.videoSize$=new Ld(void 0);this.elementSize$=new Ld(void 0);this.pictureInPictureWindowRemoveEventListener=v0}connect({observableVideo:e,video:t}){let i=r=>{let s=r.target;this.pipSize$.next({width:s.width,height:s.height})};this.subscription.add(g0(t).subscribe(this.videoSize$)).add(e.enterPip$.subscribe(({pictureInPictureWindow:r})=>{this.pipSize$.next({width:r.width,height:r.height}),r.addEventListener("resize",i),this.pictureInPictureWindowRemoveEventListener=()=>{r.removeEventListener("resize",i)}})).add(e.leavePip$.subscribe(()=>{this.pictureInPictureWindowRemoveEventListener()})).add(m0({videoSize:this.videoSize$,pipSize:this.pipSize$,inPip:e.inPiP$}).pipe(b0(({videoSize:r,inPip:s,pipSize:n})=>s?n:r)).subscribe(this.elementSize$))}getValue(){return this.elementSize$.getValue()}subscribe(e,t){return this.elementSize$.subscribe(e,t)}getObservable(){return this.elementSize$}destroy(){this.pictureInPictureWindowRemoveEventListener(),this.subscription.unsubscribe()}};var Ki=class{constructor(e){this.subscription=new w0;this.videoState=new N("stopped");this.droppedFramesManager=new Rr;this.stallsManager=new Zo;this.elementSizeManager=new eu;this.videoTracksMap=new Map;this.audioTracksMap=new Map;this.textTracksMap=new Map;this.videoStreamsMap=new Map;this.audioStreamsMap=new Map;this.videoTrackSwitchHistory=new vi;this.audioTrackSwitchHistory=new vi;this.syncPlayback=()=>{let e=this.videoState.getState(),t=this.params.desiredState.playbackState.getState(),i=this.params.desiredState.playbackState.getTransition(),r=this.params.desiredState.seekState.getState();if(!this.videoState.getTransition()){if(r.state==="requested"&&i?.to!=="paused"&&e!=="stopped"&&t!=="stopped"&&this.seek(r.position,r.forcePrecise),t==="stopped"){e!=="stopped"&&(this.videoState.startTransitionTo("stopped"),this.player.stop(),this.video.load(),this.params.output.position$.next(0),this.params.output.duration$.next(1/0),this.params.output.currentBuffer$.next(void 0),this.params.output.hostname$.next(void 0),this.videoState.setState("stopped"),A(this.params.desiredState.playbackState,"stopped",!0));return}switch(e){case"stopped":this.videoState.startTransitionTo("ready"),this.prepare();return;case"ready":t==="paused"?(this.videoState.setState("paused"),A(this.params.desiredState.playbackState,"paused")):t==="playing"?(this.videoState.startTransitionTo("playing"),this.playIfAllowed()):i?.to==="ready"&&A(this.params.desiredState.playbackState,"ready");return;case"playing":t==="paused"?(this.videoState.startTransitionTo("paused"),this.video.paused?this.videoState.setState("paused"):this.video.pause()):t==="playing"&&this.video.paused?this.playIfAllowed():i?.to==="playing"&&A(this.params.desiredState.playbackState,"playing");return;case"paused":t==="playing"?(this.videoState.startTransitionTo("playing"),this.playIfAllowed()):i?.to==="paused"&&A(this.params.desiredState.playbackState,"paused");return;default:return T0(e)}}};this.init3DScene=e=>{if(this.scene3D)return;this.scene3D=new jr(this.params.container,this.video,{fov:this.params.tuning.spherical.fov,orientation:this.params.tuning.spherical.orientation||{x:e.projectionData?.pose.yaw||0,y:e.projectionData?.pose.pitch||0,z:e.projectionData?.pose.roll||0},rotationSpeed:this.params.tuning.spherical.rotationSpeed,maxYawAngle:this.params.tuning.spherical.maxYawAngle,rotationSpeedCorrection:this.params.tuning.spherical.rotationSpeedCorrection,degreeToPixelCorrection:this.params.tuning.spherical.degreeToPixelCorrection,speedFadeTime:this.params.tuning.spherical.speedFadeTime,speedFadeThreshold:this.params.tuning.spherical.speedFadeThreshold});let t=this.elementSizeManager.getValue();t&&this.scene3D.setViewportSize(t.width,t.height)};this.destroy3DScene=()=>{this.scene3D&&(this.scene3D.destroy(),this.scene3D=void 0)};this.textTracksManager=new Ze(e.source.url),this.params=e,this.video=Ce(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(xe(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 Yo({throughputEstimator:this.params.dependencies.throughputEstimator,tuning:this.params.tuning,compatibilityMode:this.params.source.compatibilityMode,tracer:this.tracer}),this.subscribe()}getProviderSubscriptionInfo(){let{output:e,desiredState:t}=this.params,i=_e(this.video);this.subscription.add(()=>i.destroy());let r=this.constructor.name,s=o=>{e.error$.next({id:r,category:WT.WTF,message:`${r} internal logic error`,thrown:o})};return{output:e,desiredState:t,observableVideo:i,genericErrorListener:s,connect:(o,u)=>this.subscription.add(o.subscribe(u,s))}}subscribe(){let{output:e,desiredState:t,observableVideo:i,genericErrorListener:r,connect:s}=this.getProviderSubscriptionInfo();this.subscription.add(this.params.output.availableVideoTracks$.pipe(Md(l=>!!l.length),QT()).subscribe(l=>{this.droppedFramesManager.connect({logger:this.params.dependencies.logger,video:this.video,droppedFramesChecker:this.params.tuning.droppedFramesChecker,isAuto:this.params.desiredState.autoVideoTrackSwitching,playing$:i.playing$,pause$:i.pause$,tracks:l})}));let n=this.params.desiredState.seekState.stateChangeEnded$.pipe($d(l=>l.to.state!=="none"),tu());this.stallsManager.connect({isSeeked$:n,currentStallDuration$:this.player.currentStallDuration$,videoLastDataObtainedTimestamp$:this.player.videoLastDataObtainedTimestamp$,throughput$:this.params.dependencies.throughputEstimator.throughput$,rtt$:this.params.dependencies.throughputEstimator.rtt$,tuning:this.params.tuning.stallsManager,abrParams:this.params.tuning.autoTrackSelection,isBuffering$:i.isBuffering$,looped$:i.looped$,playing$:i.playing$}),s(i.ended$,e.endedEvent$),s(i.looped$,e.loopedEvent$),s(i.error$,e.error$),s(i.isBuffering$,e.isBuffering$),s(i.currentBuffer$,e.currentBuffer$),s(i.playing$,e.firstFrameEvent$),s(i.canplay$,e.canplay$),s(i.inPiP$,e.inPiP$),s(i.inFullscreen$,e.inFullscreen$),s(i.loadedMetadata$,e.loadedMetadataEvent$),s(this.player.error$,e.error$),s(this.player.fetcherRecoverableError$,e.fetcherRecoverableError$),s(this.player.fetcherError$,e.fetcherError$),s(this.player.lastConnectionType$,e.httpConnectionType$),s(this.player.lastConnectionReused$,e.httpConnectionReused$),s(this.player.isLive$,e.isLive$),s(this.player.lastRequestFirstBytes$.pipe(Md(GT),QT()),e.firstBytesEvent$),s(this.stallsManager.severeStallOccurred$,e.severeStallOccurred$),s(this.videoState.stateChangeEnded$.pipe($d(l=>l.to)),this.params.output.playbackState$),this.subscription.add(i.loopExpected$.subscribe(l=>{t.seekState.setState({state:"requested",position:0,forcePrecise:!1})})),this.subscription.add(i.looped$.subscribe(()=>this.player.warmUpMediaSourceIfNeeded(),r)),this.subscription.add(i.seeked$.subscribe(e.seekedEvent$,r)),this.subscription.add(vt(this.video,t.isLooped,r)),this.subscription.add(Oe(this.video,t.volume,i.volumeState$,r)),this.subscription.add(i.volumeState$.subscribe(this.params.output.volume$,r)),this.subscription.add(Je(this.video,t.playbackRate,i.playbackRateState$,r)),this.elementSizeManager.connect({video:this.video,observableVideo:i}),s(tt(this.video,{threshold:this.params.tuning.autoTrackSelection.activeVideoAreaThreshold}),e.elementVisible$),this.subscription.add(i.playing$.subscribe(()=>{this.videoState.setState("playing"),A(t.playbackState,"playing"),this.scene3D&&this.scene3D.play()},r)).add(i.pause$.subscribe(()=>{this.videoState.setState("paused"),A(t.playbackState,"paused")},r)).add(i.canplay$.subscribe(()=>{this.videoState.getState()==="playing"&&this.playIfAllowed()},r)),this.subscription.add(this.player.state$.stateChangeEnded$.subscribe(({to:l})=>{if(l==="manifest_ready"){this.videoTracksMap=new Map,this.audioTracksMap=new Map,this.textTracksMap=new Map;let c=this.player.getStreams();if(I0(c,"Manifest not loaded or empty"),!this.params.tuning.isAudioDisabled){let d=[];for(let h of c.audio){d.push(pd(h));let f=[];for(let b of h.representations){let g=vT(b);f.push(g),this.audioTracksMap.set(g,{stream:h,representation:b})}this.audioStreamsMap.set(h,f)}this.params.output.availableAudioStreams$.next(d)}let p=[];for(let d of c.video){p.push(hd(d));let h=[];for(let f of d.representations){let b=ST({...f,streamId:d.id});b&&(h.push(b),this.videoTracksMap.set(b,{stream:d,representation:f}))}this.videoStreamsMap.set(d,h)}this.params.output.availableVideoStreams$.next(p);for(let d of c.text)for(let h of d.representations){let f=yT(d,h);this.textTracksMap.set(f,{stream:d,representation:h})}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),this.audioTracksMap.size&&this.textTracksMap.size&&this.params.desiredState.internalTextTracks.startTransitionTo(Array.from(this.textTracksMap.keys()))}else l==="representations_ready"&&(this.videoState.setState("ready"),this.player.initBuffer())},r)),this.subscription.add(iu(this.player.currentStallDuration$,this.player.state$.stateChangeEnded$,t.videoTrack.stateChangeStarted$,t.autoVideoTrackSwitching.transitionStarted$,this.params.dependencies.throughputEstimator.rttAdjustedThroughput$,t.autoVideoTrackLimits.stateChangeStarted$,this.elementSizeManager.getObservable(),this.params.output.elementVisible$,this.droppedFramesManager.onDroopedVideoFramesLimit$,E0(this.video,"progress")).pipe(Md(()=>this.videoTracksMap.size>0)).subscribe(async()=>{let l=this.player.state$.getState(),c=this.player.state$.getTransition();if(!(0,YT.default)(["manifest_ready","running"],l)||c)return;t.autoVideoTrackSwitching.getTransition()&&t.autoVideoTrackSwitching.setState(t.autoVideoTrackSwitching.getState());let p=this.selectVideoAudioRepresentations();if(!p)return;let[d,h]=p,f=[...this.videoTracksMap.keys()].find(g=>this.videoTracksMap.get(g)?.representation.id===d.id);GT(f)&&(this.stallsManager.lastVideoTrackSelected=f);let b=this.params.desiredState.autoVideoTrackLimits.getTransition();if(b&&this.params.output.autoVideoTrackLimits$.next(b.to),l==="manifest_ready")await this.player.initRepresentations(d.id,h?.id,this.params.sourceHls);else if(await this.player.switchRepresentation("video",d.id),h){let g=!!t.audioStream.getTransition();await this.player.switchRepresentation("audio",h.id,g)}},r)),this.subscription.add(t.cameraOrientation.stateChangeEnded$.subscribe(({to:l})=>{this.scene3D&&l&&this.scene3D.pointCameraTo(l.x,l.y)})),this.subscription.add(this.elementSizeManager.subscribe(l=>{this.scene3D&&l&&this.scene3D.setViewportSize(l.width,l.height)})),this.subscription.add(this.player.currentVideoRepresentation$.pipe(tu()).subscribe(l=>{let c=[...this.videoTracksMap.entries()].find(([,{representation:f}])=>f.id===l);if(!c){e.currentVideoTrack$.next(void 0),e.currentVideoStream$.next(void 0);return}let[p,{stream:d}]=c,h=this.params.desiredState.videoStream.getTransition();h&&h.to&&h.to.id===d.id&&this.params.desiredState.videoStream.setState(h.to),e.currentVideoTrack$.next(p),e.currentVideoStream$.next(hd(d))},r)),this.subscription.add(this.player.currentAudioRepresentation$.pipe(tu()).subscribe(l=>{let c=[...this.audioTracksMap.entries()].find(([,{representation:f}])=>f.id===l);if(!c){e.currentAudioStream$.next(void 0);return}let[p,{stream:d}]=c,h=this.params.desiredState.audioStream.getTransition();h&&h.to&&h.to.id===d.id&&this.params.desiredState.audioStream.setState(h.to),e.currentAudioStream$.next(pd(d))},r)),this.subscription.add(this.player.currentVideoRepresentationInit$.subscribe(l=>{if(l?.is3dVideo&&this.params.tuning.spherical?.enabled)try{this.init3DScene(l),e.is3DVideo$.next(!0)}catch(c){e.warning$.next({id:"DashProvider",message:`DashProvider could not initialize 3D-scene: ${c}`})}else this.destroy3DScene(),this.params.tuning.spherical?.enabled&&e.is3DVideo$.next(!1)},r)),this.subscription.add(this.player.currentVideoSegmentLength$.subscribe(e.currentVideoSegmentLength$,r)),this.subscription.add(this.player.currentAudioSegmentLength$.subscribe(e.currentAudioSegmentLength$,r)),this.textTracksManager.connect(this.video,t,e);let o=t.playbackState.stateChangeStarted$.pipe($d(({to:l})=>l==="ready"),tu());this.subscription.add(iu(o,t.autoVideoTrackSwitching.stateChangeStarted$,this.player.state$.stateChangeEnded$,Bd(["init"])).subscribe(()=>{let l=t.autoVideoTrackSwitching.getState(),p=t.playbackState.getState()==="ready"?this.params.tuning.dash.forwardBufferTargetPreload:l?this.params.tuning.dash.forwardBufferTargetAuto:this.params.tuning.dash.forwardBufferTargetManual;this.player.setBufferTarget(p)})),this.subscription.add(iu(o,this.player.state$.stateChangeEnded$,Bd(["init"])).subscribe(()=>this.player.setPreloadOnly(t.playbackState.getState()==="ready")));let u=iu(t.playbackState.stateChangeStarted$,t.videoTrack.stateChangeStarted$,t.seekState.stateChangeEnded$,this.videoState.stateChangeEnded$,Bd(["init"])).pipe(x0(0));this.subscription.add(u.subscribe(this.syncPlayback,r))}selectVideoAudioRepresentations(){if(this.player.isStreamEnded)return;let e=this.params.tuning.useNewAutoSelectVideoTrack?Ma:La,t=this.params.tuning.useNewAutoSelectVideoTrack?Eo:xo,i=this.params.tuning.useNewAutoSelectVideoTrack?Ft:Io,{desiredState:r,output:s}=this.params,n=r.autoVideoTrackSwitching.getState(),o=r.videoTrack.getState()?.id,l=[...this.videoTracksMap.keys()].find(({id:v})=>v===o),c=s.currentVideoTrack$.getValue(),p=r.videoStream.getState()??(l&&this.videoTracksMap.get(l)?.stream)??this.videoStreamsMap.size===1?this.videoStreamsMap.keys().next().value:void 0;if(!p)return;let d=[...this.videoStreamsMap.keys()].find(({id:v})=>v===p.id),h=d&&this.videoStreamsMap.get(d);if(!h)return;let f=Me(this.video.buffered,this.video.currentTime*1e3),b;this.player.isActiveLive$.getValue()?b=this.player.isLowLatency$.getValue()?this.params.tuning.dashCmafLive.lowLatency.maxTargetOffset:this.params.tuning.dashCmafLive.normalizedLiveMinBufferSize:this.player.isLive$.getValue()?b=this.params.tuning.dashCmafLive.normalizedTargetMinBufferSize:b=n?this.params.tuning.dash.forwardBufferTargetAuto:this.params.tuning.dash.forwardBufferTargetManual;let g=(this.video.duration*1e3||1/0)-this.video.currentTime*1e3,S=Math.min(f/Math.min(b,g||1/0),1),T=r.audioStream.getState()??(this.audioStreamsMap.size===1?this.audioStreamsMap.keys().next().value:void 0),y=[...this.audioStreamsMap.keys()].find(({id:v})=>v===T?.id)??this.audioStreamsMap.keys().next().value,E=0;if(y){if(l&&!n){let v=e(l,h,this.audioStreamsMap.get(y)??[],this.params.tuning.autoTrackSelection.minVideoAudioRatio);E=Math.max(E,v?.bitrate??-1/0)}if(c){let v=e(c,h,this.audioStreamsMap.get(y)??[],this.params.tuning.autoTrackSelection.minVideoAudioRatio);E=Math.max(E,v?.bitrate??-1/0)}}let w=i(h,{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:E,forwardBufferHealth:S,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}),$=n?w??l:l??w,_=y&&t($,h,this.audioStreamsMap.get(y)??[],{estimatedThroughput:this.params.dependencies.throughputEstimator.rttAdjustedThroughput$.getValue(),stallsPredictedThroughput:this.stallsManager.predictedThroughput,tuning:this.stallsManager.abrTuningParams,forwardBufferHealth:S,history:this.audioTrackSwitchHistory,playbackRate:this.video.playbackRate,abrLogger:this.params.dependencies.abrLogger}),P=this.videoTracksMap.get($)?.representation,k=_&&this.audioTracksMap.get(_)?.representation;if(P&&k)return[P,k];if(P&&!k&&this.audioTracksMap.size===0)return[P,void 0]}prepare(e=0){this.player.initManifest(this.video,this.params.source.url,e)}playIfAllowed(){Fe(this.video,()=>{this.params.output.soundProhibitedEvent$.next()}).then(e=>{e||(this.videoState.setState("paused"),A(this.params.desiredState.playbackState,"paused",!0))},e=>this.params.output.error$.next({id:"ForcePlay",message:"play() failed even with workarounds",category:WT.DOM,thrown:e}))}destroy(){this.subscription.unsubscribe(),this.droppedFramesManager.destroy(),this.stallsManager.destroy(),this.elementSizeManager.destroy(),this.destroy3DScene(),this.textTracksManager.destroy(),this.player.destroy(),this.params.output.element$.next(void 0),this.params.output.currentVideoStream$.next(void 0),Ve(this.video),this.tracer.end()}};var ws=class extends Ki{subscribe(){super.subscribe();let{output:e,observableVideo:t,connect:i}=this.getProviderSubscriptionInfo();i(t.timeUpdate$,e.position$),i(t.durationChange$,e.duration$)}seek(e,t){this.params.output.willSeekEvent$.next(),this.player.seek(e,t)}};import{combine as Dd,merge as KT,filter as XT,filterChanged as P0,isNullable as Cd,map as JT,ValueSubject as Vd,isNonNullable as k0}from"@vkontakte/videoplayer-shared";var Ps=class extends Ki{constructor(e){super(e),this.textTracksManager.destroy()}subscribe(){super.subscribe();let e=-1,{output:t,observableVideo:i,desiredState:r,connect:s}=this.getProviderSubscriptionInfo();this.params.output.position$.next(0),this.params.output.isLive$.next(!0),s(i.timeUpdate$,t.liveBufferTime$),s(this.player.liveSeekableDuration$,t.duration$),s(this.player.liveLatency$,t.liveLatency$);let n=new Vd(1);s(i.playbackRateState$,n),this.subscription.add(this.params.output.position$.subscribe(this.player.livePositionFromPlayer$)).add(r.isLowLatency.stateChangeEnded$.pipe(JT(o=>o.to)).subscribe(this.player.isLowLatency$)).add(Dd({liveBufferTime:t.liveBufferTime$,liveAvailabilityStartTime:this.player.liveAvailabilityStartTime$}).pipe(JT(({liveBufferTime:o,liveAvailabilityStartTime:u})=>o&&u?o+u:void 0)).subscribe(t.liveTime$)).add(this.player.liveStreamStatus$.pipe(XT(o=>k0(o))).subscribe(o=>t.isLiveEnded$.next(o!=="active"&&t.position$.getValue()===0))).add(Dd({liveDuration:this.player.liveDuration$,liveStreamStatus:this.player.liveStreamStatus$,playbackRate:KT(i.playbackRateState$,new Vd(1))}).pipe(XT(({liveStreamStatus:o,liveDuration:u})=>o==="active"&&!!u)).subscribe(({liveDuration:o,playbackRate:u})=>{let l=t.liveBufferTime$.getValue(),c=t.position$.getValue(),{playbackCatchupSpeedup:p}=this.params.tuning.dashCmafLive.lowLatency;c||u<1-p||this.video.paused||Cd(l)||(e=o-l)})).add(Dd({time:t.liveBufferTime$,liveDuration:this.player.liveDuration$,playbackRate:KT(i.playbackRateState$,new Vd(1))}).pipe(P0((o,u)=>this.player.liveStreamStatus$.getValue()==="active"?o.liveDuration===u.liveDuration:o.time===u.time)).subscribe(({time:o,liveDuration:u,playbackRate:l})=>{let c=t.position$.getValue(),{playbackCatchupSpeedup:p}=this.params.tuning.dashCmafLive.lowLatency;if(!c&&!this.video.paused&&l>=1-p||Cd(o)||Cd(u))return;let d=-1*(u-o-e);t.position$.next(Math.min(d,0))})).add(this.player.currentLiveTextRepresentation$.subscribe(o=>{if(o){let u=TT(o);this.params.output.availableTextTracks$.next([u])}}))}seek(e){this.params.output.willSeekEvent$.next();let t=-e,i=Math.trunc(t/1e3<=Math.abs(this.params.output.duration$.getValue())?t:0);this.player.seekLive(i).then(()=>{this.params.output.position$.next(e/1e3)})}};import{assertNever as gC,assertNonNullable as SC,debounce as vC,ErrorCategory as AI,filter as RI,filterChanged as pu,fromEvent as yC,isNonNullable as LI,map as ap,merge as hu,observableFrom as sp,once as MI,Subscription as TC}from"@vkontakte/videoplayer-shared";var ip=V(Na(),1);import{abortable as Jd,assertNonNullable as Qr,combine as Yr,ErrorCategory as qt,filter as uu,filterChanged as nn,flattenObject as on,fromEvent as ci,getTraceSubscriptionMethod as nC,interval as Zd,isNonNullable as un,isNullable as kI,map as Kr,merge as tr,now as ep,Subject as lu,Subscription as tp,tap as oC,throttle as uC,ValueSubject as pe}from"@vkontakte/videoplayer-shared";var au=V(mt(),1),Wr=V(Lt(),1),su=V(Na(),1);var II=V(xa(),1);import{assertNever as A0,ErrorCategory as ZT,Subject as eI}from"@vkontakte/videoplayer-shared";var R0=18,tI=!1;try{tI=F.browser.isSafari&&!!F.browser.safariVersion&&F.browser.safariVersion<=R0}catch(a){console.error(a)}var Od=class{constructor(e){this.bufferFull$=new eI;this.error$=new eI;this.queue=[];this.currentTask=null;this.destroyed=!1;this.abortRequested=!1;this.completeTask=()=>{try{if(this.currentTask){let e=this.currentTask.signal?.aborted;this.currentTask.callback(!e),this.currentTask=null}this.queue.length&&this.pull()}catch(e){this.error$.next({id:"BufferTaskQueueUnknown",category:ZT.VIDEO_PIPELINE,message:"Buffer appending or removal failed",thrown:e})}};this.buffer=e,this.buffer.addEventListener("updateend",this.completeTask)}async append(e,t){return t&&t.aborted?!1:new Promise(i=>{let r={operation:"append",data:e,signal:t,callback:i};this.queue.push(r),this.pull()})}async remove(e,t,i){return i&&i.aborted?!1:new Promise(r=>{let s={operation:"remove",from:e,to:t,signal:i,callback:r};this.queue.unshift(s),this.pull()})}async abort(e){return new Promise(t=>{let i,r=s=>{this.abortRequested=!1,t(s)};tI&&e?i={operation:"safariAbort",init:e,callback:r}:i={operation:"abort",callback:r};for(let{callback:s}of this.queue)s(!1);this.abortRequested=!0,i&&(this.queue=[i]),this.pull()})}destroy(){this.destroyed=!0,this.buffer.removeEventListener("updateend",this.completeTask),this.queue=[],this.currentTask=null;try{this.buffer.abort()}catch(e){if(!(e instanceof DOMException&&e.name==="InvalidStateError"))throw e}}pull(){if((this.buffer.updating||this.currentTask||this.destroyed)&&!this.abortRequested)return;let e=this.queue.shift();if(!e)return;if(e.signal?.aborted){e.callback(!1),this.pull();return}this.currentTask=e;let{operation:t}=this.currentTask;try{this.execute(this.currentTask)}catch(r){r instanceof DOMException&&r.name==="QuotaExceededError"&&t==="append"?this.bufferFull$.next(this.currentTask.data.byteLength):r instanceof DOMException&&r.name==="InvalidStateError"||this.error$.next({id:`BufferTaskQueue:${t}`,category:ZT.VIDEO_PIPELINE,message:"Buffer operation failed",thrown:r}),this.currentTask.callback(!1),this.currentTask=null}this.currentTask&&this.currentTask.operation==="abort"&&this.completeTask()}execute(e){let{operation:t}=e;switch(t){case"append":this.buffer.appendBuffer(e.data);break;case"remove":this.buffer.remove(e.from/1e3,e.to/1e3);break;case"abort":this.buffer.abort();break;case"safariAbort":{this.buffer.abort(),this.buffer.appendBuffer(e.init);break}default:A0(t)}}},iI=Od;import{abortable as wi,assertNonNullable as rt,ErrorCategory as li,fromEvent as Qd,getExponentialDelay as Yd,isNonNullable as zr,isNullable as qe,now as ru,once as X0,Subject as J0,Subscription as Z0,ValueSubject as er}from"@vkontakte/videoplayer-shared";var z=class{constructor(e,t){this.cursor=0;this.source=e,this.boxParser=t,this.children=[];let i=this.readUint32();this.type=this.readString(4),i>e.byteLength-e.byteOffset&&(this.size32=NaN);let r=this.size32?this.size32-8:void 0,s=e.byteOffset+this.cursor;this.size64=0,this.usertype=0,this.content=new DataView(e.buffer,s,r)}get id(){return this.type}get size(){return this.size32}scanForBoxes(e){return this.boxParser.parse(e)}readString(e,t="ascii"){let r=new TextDecoder(t).decode(new DataView(this.source.buffer,this.source.byteOffset+this.cursor,e));return this.cursor+=e,r}readUint8(){let e=this.source.getUint8(this.cursor);return this.cursor+=1,e}readUint16(){let e=this.source.getUint16(this.cursor);return this.cursor+=2,e}readUint32(){let e=this.source.getUint32(this.cursor);return this.cursor+=4,e}readUint64(){let e=this.source.getBigInt64(this.cursor);return this.cursor+=8,e}};var Hr=class extends z{};var ks=class extends z{constructor(t,i){super(t,i);this.ondemandPrefix="ondemandlivejson";this.ondemandDataReceivedKey="t-in";this.ondemandDataPreparedKey="t-out";let r=this.content.byteOffset,s=r+this.content.byteLength,n=new TextDecoder("ascii").decode(this.content.buffer.slice(r,s)).split(this.ondemandPrefix)[1],o=JSON.parse(n);this.serverDataReceivedTimestamp=o[this.ondemandDataReceivedKey],this.serverDataPreparedTime=o[this.ondemandDataPreparedKey]}};var As=class extends z{constructor(e,t){super(e,t),this.compatibleBrands=[],this.majorBrand=this.readString(4),this.minorVersion=this.readUint32();let i=this.size-this.cursor;for(;i;){let r=this.readString(4);this.compatibleBrands.push(r),i-=4}}};var Rs=class extends z{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var se=class extends z{constructor(e,t){super(e,t);let i=this.readUint32();this.version=i>>>24,this.flags=i&16777215}};var Ls=class extends se{constructor(e,t){super(e,t),this.creationTime=this.readUint32(),this.modificationTime=this.readUint32(),this.timescale=this.readUint32(),this.duration=this.readUint32(),this.rate=this.readUint32(),this.volume=this.readUint16()}};var Ms=class extends z{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var $s=class extends z{constructor(e,t){super(e,t),this.data=this.content}};var Xi=class extends se{get earliestPresentationTime(){return this.earliestPresentationTime32}get firstOffset(){return this.firstOffset32}constructor(e,t){super(e,t),this.segments=[],this.referenceId=this.readUint32(),this.timescale=this.readUint32(),this.earliestPresentationTime32=this.readUint32(),this.firstOffset32=this.readUint32(),this.earliestPresentationTime64=0,this.firstOffset64=0,this.referenceCount=this.readUint32()&65535;for(let i=0;i<this.referenceCount;i++){let r=this.readUint32(),s=r>>>31,n=r<<1>>>1,o=this.readUint32();r=this.readUint32();let u=r>>>28,l=r<<3>>>3;this.segments.push({referenceType:s,referencedSize:n,subsegmentDuration:o,SAPType:u,SAPDeltaTime:l})}}};var Bs=class extends z{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var Ds=class extends z{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var Cs=class extends se{constructor(e,t){switch(super(e,t),this.readUint8()){case 0:this.stereoMode=0;break;case 1:this.stereoMode=1;break;case 2:this.stereoMode=2;break;case 3:this.stereoMode=3;break;case 4:this.stereoMode=4;break}this.cursor+=1}};var Vs=class extends se{constructor(e,t){super(e,t),this.poseYawDegrees=this.readUint32(),this.posePitchDegrees=this.readUint32(),this.poseRollDegrees=this.readUint32()}};var Os=class extends se{constructor(e,t){super(e,t),this.projectionBoundsTop=this.readUint32(),this.projectionBoundsBottom=this.readUint32(),this.projectionBoundsLeft=this.readUint32(),this.projectionBoundsRight=this.readUint32()}};var _s=class extends z{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var Fs=class extends se{constructor(e,t){super(e,t),this.creationTime=this.readUint32(),this.modificationTime=this.readUint32(),this.trackId=this.readUint32(),this.cursor+=4,this.duration=this.readUint32(),this.cursor+=8,this.layer=this.readUint16(),this.alternateGroup=this.readUint16(),this.cursor+=2,this.cursor+=2,this.matrix=[[this.readUint32(),this.readUint32(),this.readUint32()],[this.readUint32(),this.readUint32(),this.readUint32()],[this.readUint32(),this.readUint32(),this.readUint32()]],this.width=this.readUint32(),this.height=this.readUint32()}};var Ns=class extends z{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var Us=class extends z{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var qs=class extends se{constructor(e,t){super(e,t),this.sequenceNumber=this.readUint32()}};var js=class extends z{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var Hs=class extends se{constructor(e,t){super(e,t),this.trackId=this.readUint32(),this.flags&1&&(this.baseDataOffset=this.readUint64()),this.flags&2&&(this.sampleDescriptionIndex=this.readUint32()),this.flags&8&&(this.defaultSampleDuration=this.readUint32()),this.flags&16&&(this.defaultSampleSize=this.readUint32()),this.flags&32&&(this.defaultSampleFlags=this.readUint32())}};var zs=class extends se{constructor(t,i){super(t,i);this.baseMediaDecodeTime32=0;this.baseMediaDecodeTime64=BigInt(0);this.version===1?this.baseMediaDecodeTime64=this.readUint64():this.baseMediaDecodeTime32=this.readUint32()}get baseMediaDecodeTime(){return this.version===1?this.baseMediaDecodeTime64:this.baseMediaDecodeTime32}};var Ws=class extends se{constructor(t,i){super(t,i);this.sampleDuration=[];this.sampleSize=[];this.sampleFlags=[];this.sampleCompositionTimeOffset=[];this.optionalFields=0;this.sampleCount=this.readUint32(),this.flags&1&&(this.dataOffset=this.readUint32()),this.flags&4&&(this.firstSampleFlags=this.readUint32());for(let r=0;r<this.sampleCount;r++)this.flags&256&&this.sampleDuration.push(this.readUint32()),this.flags&512&&this.sampleSize.push(this.readUint32()),this.flags&1024&&this.sampleFlags.push(this.readUint32()),this.flags&2048&&this.sampleCompositionTimeOffset.push(this.readUint32())}};var Gs=class extends z{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var Qs=class extends se{constructor(e,t){super(e,t),this.entryCount=this.readUint32(),this.children=this.scanForBoxes(new DataView(this.content.buffer,this.content.byteOffset+8,this.content.byteLength-8))}};var Ys=class extends z{constructor(e,t){super(e,t),this.children=this.scanForBoxes(new DataView(this.content.buffer,this.content.byteOffset+78,this.content.byteLength-78))}};var M0={ftyp:As,moov:Rs,mvhd:Ls,moof:Ms,mdat:$s,sidx:Xi,trak:Bs,mdia:_s,mfhd:qs,tkhd:Fs,traf:js,tfhd:Hs,tfdt:zs,trun:Ws,minf:Ns,sv3d:Ds,st3d:Cs,prhd:Vs,proj:Us,equi:Os,uuid:ks,stbl:Gs,stsd:Qs,avc1:Ys,unknown:Hr},oi=class a{constructor(e={}){this.options={offset:0,...e}}parse(e){let t=[],i=this.options.offset;for(;i<e.byteLength;)try{let s=new TextDecoder("ascii").decode(new DataView(e.buffer,e.byteOffset+i+4,4)),n=this.createBox(s,new DataView(e.buffer,e.byteOffset+i,e.byteLength-i));if(!n.size)break;t.push(n),i+=n.size}catch{break}return t}createBox(e,t){let i=M0[e];return i?new i(t,new a):new Hr(t,new a)}};var Ei=class{constructor(e){this.index={},this.indexBoxLevel(e)}indexBoxLevel(e){e.forEach(t=>{this.index[t.type]??=[],this.index[t.type].push(t),t.children.length>0&&this.indexBoxLevel(t.children)})}find(e){return this.index[e]&&this.index[e][0]?this.index[e][0]:null}findAll(e){return this.index[e]||[]}};var B0=new TextDecoder("ascii"),D0=a=>B0.decode(new DataView(a.buffer,a.byteOffset+4,4))==="ftyp",C0=a=>{let e=new Xi(a,new oi),t=e.earliestPresentationTime/e.timescale*1e3,i=a.byteOffset+a.byteLength+e.firstOffset;return e.segments.map(s=>{if(s.referenceType!==0)throw new Error("Unsupported multilevel sidx");let n=s.subsegmentDuration/e.timescale*1e3,o={status:"none",time:{from:t,to:t+n},byte:{from:i,to:i+s.referencedSize-1}};return t+=n,i+=s.referencedSize,o})},V0=(a,e)=>{let i=new oi().parse(a),r=new Ei(i),s=r.findAll("moof"),n=e?r.findAll("uuid"):r.findAll("mdat");if(!(n.length&&s.length))return null;let o=s[0],u=n[n.length-1],l=o.source.byteOffset,p=u.source.byteOffset-o.source.byteOffset+u.size;return new DataView(a.buffer,l,p)},O0=a=>{let t=new oi().parse(a),i=new Ei(t),r={},s=i.findAll("uuid");return s.length?s[s.length-1]:r},_0=a=>{let t=new oi().parse(a);return new Ei(t).find("sidx")?.timescale},F0=(a,e)=>{let i=new oi().parse(a),s=new Ei(i).findAll("traf"),n=s[s.length-1].children.find(p=>p.type==="tfhd"),o=s[s.length-1].children.find(p=>p.type==="tfdt"),u=s[s.length-1].children.find(p=>p.type==="trun"),l=0;return u.sampleDuration.length?l=u.sampleDuration.reduce((p,d)=>p+d,0):l=n.defaultSampleDuration*u.sampleCount,(Number(o.baseMediaDecodeTime)+l)/e*1e3},N0=a=>{let e={is3dVideo:!1,stereoMode:0,projectionType:1,projectionData:{pose:{yaw:0,pitch:0,roll:0},bounds:{top:0,bottom:0,left:0,right:0}}},i=new oi().parse(a),r=new Ei(i);if(r.find("sv3d")){e.is3dVideo=!0;let n=r.find("st3d");n&&(e.stereoMode=n.stereoMode);let o=r.find("prhd");o&&(e.projectionData.pose.yaw=o.poseYawDegrees,e.projectionData.pose.pitch=o.posePitchDegrees,e.projectionData.pose.roll=o.poseRollDegrees);let u=r.find("equi");u&&(e.projectionData.bounds.top=u.projectionBoundsTop,e.projectionData.bounds.right=u.projectionBoundsRight,e.projectionData.bounds.bottom=u.projectionBoundsBottom,e.projectionData.bounds.left=u.projectionBoundsLeft)}return e},rI={validateData:D0,parseInit:N0,getIndexRange:()=>{},parseSegments:C0,parseFeedableSegmentChunk:V0,getChunkEndTime:F0,getServerLatencyTimestamps:O0,getTimescaleFromIndex:_0};var Xs=V(mt(),1);import{assertNonNullable as Fd,isNonNullable as oI,isNullable as q0}from"@vkontakte/videoplayer-shared";import{assertNever as U0}from"@vkontakte/videoplayer-shared";var aI={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"}},sI=a=>{let e=a.getUint8(0),t=0;e&128?t=1:e&64?t=2:e&32?t=3:e&16&&(t=4);let i=Ks(a,t),r=i in aI,s=r?aI[i].type:"binary",n=a.getUint8(t),o=0;n&128?o=1:n&64?o=2:n&32?o=3:n&16?o=4:n&8?o=5:n&4?o=6:n&2?o=7:n&1&&(o=8);let u=new DataView(a.buffer,a.byteOffset+t+1,o-1),l=n&255>>o,c=Ks(u),p=l*2**((o-1)*8)+c,d=t+o,h;return d+p>a.byteLength?h=new DataView(a.buffer,a.byteOffset+d):h=new DataView(a.buffer,a.byteOffset+d,p),{tag:r?i:"0x"+i.toString(16).toUpperCase(),type:s,tagHeaderSize:d,tagSize:d+p,value:h,valueSize:p}},Ks=(a,e=a.byteLength)=>{switch(e){case 1:return a.getUint8(0);case 2:return a.getUint16(0);case 3:return a.getUint8(0)*2**16+a.getUint16(1);case 4:return a.getUint32(0);case 5:return a.getUint8(0)*2**32+a.getUint32(1);case 6:return a.getUint16(0)*2**32+a.getUint32(2);case 7:{let t=a.getUint8(0)*281474976710656+a.getUint16(1)*4294967296+a.getUint32(3);if(Number.isSafeInteger(t))return t}case 8:throw new ReferenceError("Int64 is not supported")}return 0},$t=(a,e)=>{switch(e){case"int":return a.getInt8(0);case"uint":return Ks(a);case"float":return a.byteLength===4?a.getFloat32(0):a.getFloat64(0);case"string":return new TextDecoder("ascii").decode(a);case"utf8":return new TextDecoder("utf-8").decode(a);case"date":return new Date(Date.UTC(2001,0)+a.getInt8(0)).getTime();case"master":return a;case"binary":return a;default:U0(e)}},Ji=(a,e)=>{let t=0;for(;t<a.byteLength;){let i=new DataView(a.buffer,a.byteOffset+t),r=sI(i);if(!e(r))return;r.type==="master"&&Ji(r.value,e),t=r.value.byteOffset-a.byteOffset+r.valueSize}},nI=a=>{if(a.getUint32(0)!==440786851)return!1;let e,t,i,r=sI(a);return Ji(r.value,({tag:s,type:n,value:o})=>(s===17143?e=$t(o,n):s===17026?t=$t(o,n):s===17029&&(i=$t(o,n)),!0)),(e===void 0||e<=1)&&t!==void 0&&t==="webm"&&(i===void 0||i<=2)};var uI=[357149030,290298740,374648427,174,224,30320,30321,30322,272869232,524531317,475249515,423732329,307544935],j0=[231,22612,22743,167,171,163,160,175],H0=a=>{let e,t,i,r,s=!1,n=!1,o=!1,u,l,c=!1,p=0;return Ji(a,({tag:d,type:h,value:f,valueSize:b})=>{if(d===21419){let g=$t(f,h);l=Ks(g)}else d!==21420&&(l=void 0);return d===408125543?(e=f.byteOffset,t=f.byteOffset+b):d===357149030?s=!0:d===290298740?n=!0:d===2807729?i=$t(f,h):d===17545?r=$t(f,h):d===21420&&l===475249515?u=$t(f,h):d===374648427?Ji(f,({tag:g,type:S,value:T})=>g===30321?(c=$t(T,S)===1,!1):!0):s&&n&&(0,Xs.default)(uI,d)&&(o=!0),!o}),Fd(e,"Failed to parse webm Segment start"),Fd(t,"Failed to parse webm Segment end"),Fd(r,"Failed to parse webm Segment duration"),i=i??1e6,{segmentStart:Math.round(e/1e9*i*1e3),segmentEnd:Math.round(t/1e9*i*1e3),timeScale:i,segmentDuration:Math.round(r/1e9*i*1e3),cuesSeekPosition:u,is3dVideo:c,stereoMode:p,projectionType:1,projectionData:{pose:{yaw:0,pitch:0,roll:0},bounds:{top:0,bottom:0,left:0,right:0}}}},z0=a=>{if(q0(a.cuesSeekPosition))return;let e=a.segmentStart+a.cuesSeekPosition,t=1024*1024;return{from:e,to:e+t}},W0=(a,e)=>{let t=!1,i=!1,r=o=>oI(o.time)&&oI(o.position),s=[],n;return Ji(a,({tag:o,type:u,value:l})=>{switch(o){case 475249515:t=!0;break;case 187:n&&r(n)&&s.push(n),n={};break;case 179:n&&(n.time=$t(l,u));break;case 183:break;case 241:n&&(n.position=$t(l,u));break;default:t&&(0,Xs.default)(uI,o)&&(i=!0)}return!(t&&i)}),n&&r(n)&&s.push(n),s.map((o,u)=>{let{time:l,position:c}=o,p=s[u+1];return{status:"none",time:{from:l,to:p?p.time:e.segmentDuration},byte:{from:e.segmentStart+c,to:p?e.segmentStart+p.position-1:e.segmentEnd-1}}})},G0=a=>{let e=0,t=!1;try{Ji(a,i=>i.tag===524531317?i.tagSize<=a.byteLength?(e=i.tagSize,!1):(e+=i.tagHeaderSize,!0):(0,Xs.default)(j0,i.tag)?(e+i.tagSize<=a.byteLength&&(e+=i.tagSize,t||=(0,Xs.default)([163,160,175],i.tag)),!0):!1)}catch{}return e>0&&e<=a.byteLength&&t?new DataView(a.buffer,a.byteOffset,e):null},lI={validateData:nI,parseInit:H0,getIndexRange:z0,parseSegments:W0,parseFeedableSegmentChunk:G0};var Js=a=>{let e=/^(.+)\/([^;]+)(?:;.*)?$/.exec(a);if(e){let[,t,i]=e;if(t==="audio"||t==="video")switch(i){case"webm":return lI;case"mp4":return rI}}throw new ReferenceError(`Unsupported mime type ${a}`)};var zd=V(ud(),1),SI=V(Ci(),1),vI=V(ld(),1),yI=V(Lt(),1),Wd=V(ji(),1);import{isNonNullable as K0,isNullable as bI}from"@vkontakte/videoplayer-shared";var cI=a=>{try{let e=Q0(),t=a.match(e),{groups:i}=t??{};if(i){let r={};if(i.extensions){let o=i.extensions.toLowerCase().match(/(?:[0-9a-wy-z](?:-[a-z0-9]{2,8})+)/g);Array.from(o||[]).forEach(u=>{r[u[0]]=u.slice(2)})}let s=i.variants?.split(/-/).filter(o=>o!==""),n={extlang:i.extlang,langtag:i.langtag,language:i.language,privateuse:i.privateuse||i.privateuse2,region:i.region,script:i.script,extensions:r,variants:s};return Object.keys(n).forEach(o=>{let u=n[o];(typeof u>"u"||u==="")&&delete n[o]}),n}return null}catch{return null}};function Q0(){let a="(?<extlang>(?:[a-z]{3}(?:-[a-z]{3}){0,2}))",e="x(?:-[a-z0-9]{1,8})+",c=`^(?:(?<langtag>${`
179
- (?<language>${`(?:[a-z]{2,3}(?:-${a})?|[a-z]{4}|[a-z]{5,8})`})
180
- (-(?<script>[a-z]{4}))?
181
- (-(?<region>(?:[a-z]{2}|[0-9]{3})))?
182
- (?<variants>(?:-(?:[a-z0-9]{5,8}|[0-9][a-z0-9]{3}))*)
183
- (?<extensions>(?:-[0-9a-wy-z](?:-[a-z0-9]{2,8})+)*)
184
- (?:-(?<privateuse>(?:${e})))?
185
- `})|(?<privateuse2>${e}))$`.replace(/[\s\t\n]/g,"");return new RegExp(c,"i")}var Ud=V(Lt(),1);import{videoSizeToQuality as Y0}from"@vkontakte/videoplayer-shared";var dI=({id:a,width:e,height:t,bitrate:i,fps:r,quality:s,streamId:n})=>{let o=(s?_t(s):void 0)??Y0({width:e,height:t});return o&&{id:a,quality:o,bitrate:i,size:{width:e,height:t},fps:r,streamId:n}},pI=({id:a,bitrate:e})=>({id:a,bitrate:e}),hI=({language:a,label:e},{id:t,url:i,isAuto:r})=>({id:t,url:i,isAuto:r,type:"internal",language:a,label:e}),fI=({language:a,label:e,id:t,url:i,isAuto:r})=>({id:t,url:i,isAuto:r,type:"internal",language:a,label:e}),qd=({id:a,language:e,label:t,codecs:i,isDefault:r})=>({id:a,language:e,label:t,codec:(0,Ud.default)(i.split("."),0),isDefault:r}),jd=({id:a,language:e,label:t,hdr:i,codecs:r})=>({id:a,language:e,hdr:i,label:t,codec:(0,Ud.default)(r.split("."),0)}),Hd=a=>"url"in a,Ke=a=>a.type==="template",Zs=a=>a instanceof DOMException&&(a.name==="AbortError"||a.code===20);var mI=a=>{a.sort((t,i)=>t.from-i.from);let e=[a[0]];for(let t=1;t<a.length;t++){let{from:i,to:r}=a[t],s=e[e.length-1];s.to>=i?s.to=Math.max(s.to,r):e.push(a[t])}return e},Zi=(a,e)=>{for(let t of a)if(e(t))return t;return null};var gI=a=>{if(!a?.startsWith("P"))return;let e=(n,o)=>{let u=n?parseFloat(n.replace(",",".")):NaN;return(isNaN(u)?0:u)*o},i=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/.exec(a),r=i?.[1]==="-"?-1:1,s={days:e(i?.[5],r),hours:e(i?.[6],r),minutes:e(i?.[7],r),seconds:e(i?.[8],r)};return s.days*24*60*60*1e3+s.hours*60*60*1e3+s.minutes*60*1e3+s.seconds*1e3},ui=(a,e)=>{let t=a;t=(0,zd.default)(t,"$$","$");let i={RepresentationID:e.representationId,Number:e.segmentNumber,Bandwidth:e.bandwidth,Time:e.segmentTime};for(let[r,s]of(0,SI.default)(i)){let n=new RegExp(`\\$${r}(?:%0(\\d+)d)?\\$`,"g");t=(0,zd.default)(t,n,(o,u)=>bI(s)?o:bI(u)?s:(0,vI.default)(s,parseInt(u,10),"0"))}return t},TI=(a,e)=>{let i=new DOMParser().parseFromString(a,"application/xml"),r={video:[],audio:[],text:[]},s=i.children[0],n=Array.from(s.querySelectorAll("MPD > BaseURL").values()).map(k=>k.textContent?.trim()??""),o=(0,yI.default)(n,0)??"",u=s.getAttribute("type")==="dynamic",l=s.getAttribute("availabilityStartTime"),c=s.getAttribute("publishTime"),p=s.getElementsByTagName("vk:Attrs")[0],d=p?.getElementsByTagName("vk:XLatestSegmentPublishTime")[0].textContent,h=p?.getElementsByTagName("vk:XStreamIsLive")[0].textContent,f=p?.getElementsByTagName("vk:XStreamIsUnpublished")[0].textContent,b=p?.getElementsByTagName("vk:XPlaybackDuration")[0].textContent,g;u&&(g={availabilityStartTime:l?new Date(l).getTime():0,publishTime:c?new Date(c).getTime():0,latestSegmentPublishTime:d?new Date(d).getTime():0,streamIsAlive:h==="yes",streamIsUnpublished:f==="yes"});let S,T=s.getAttribute("mediaPresentationDuration"),y=[...s.getElementsByTagName("Period")],E=y.reduce((k,v)=>({...k,[v.id]:v.children}),{}),w=y.reduce((k,v)=>({...k,[v.id]:v.getAttribute("duration")}),{});T?S=gI(T):(0,Wd.default)(w).filter(k=>k).length&&!u?S=(0,Wd.default)(w).reduce((k,v)=>k+(gI(v)??0),0):b&&(S=parseInt(b,10));let $=0,_=s.getAttribute("profiles")?.split(",")??[];for(let k of y.map(v=>v.id))for(let v of E[k]){let C=v.getAttribute("id")??"id"+($++).toString(10),I=v.getAttribute("mimeType")??"",x=v.getAttribute("codecs")??"",R=v.getAttribute("contentType")??I?.split("/")[0],re=v.getAttribute("profiles")?.split(",")??[],B=cI(v.getAttribute("lang")??"")??{},q=v.querySelector("Label")?.textContent?.trim()??void 0,Y=v.querySelectorAll("Representation"),ne=v.querySelector("SegmentTemplate"),ge=v.querySelector("Role")?.getAttribute("value")??void 0,oe=R,J={id:C,language:B.language,isDefault:ge==="main",label:q,codecs:x,hdr:oe==="video"&&Cr(x),mime:I,representations:[]};for(let L of Y){let O=L.getAttribute("lang")??void 0,Pe=q??v.getAttribute("label")??L.getAttribute("label")??void 0,Se=L.querySelector("BaseURL")?.textContent?.trim()??"",ee=new URL(Se||o,e).toString(),ye=L.getAttribute("mimeType")??I,at=L.getAttribute("codecs")??x??"",je;if(R==="text"){let ce=L.getAttribute("id")||"",st=B.privateuse?.includes("x-auto")||ce.includes("_auto"),Ee=L.querySelector("SegmentTemplate");if(Ee){let It={representationId:L.getAttribute("id")??void 0,bandwidth:L.getAttribute("bandwidth")??void 0},jt=parseInt(L.getAttribute("bandwidth")??"",10)/1e3,Ht=parseInt(Ee.getAttribute("startNumber")??"",10)??1,nt=parseInt(Ee.getAttribute("timescale")??"",10),Ri=Ee.querySelectorAll("SegmentTimeline S")??[],ot=Ee.getAttribute("media");if(!ot)continue;let zt=[],Wt=0,Gt="",ut=0,xt=Ht,G=0;for(let ue of Ri){let He=parseInt(ue.getAttribute("d")??"",10),te=parseInt(ue.getAttribute("r")??"",10)||0,ke=parseInt(ue.getAttribute("t")??"",10);G=Number.isFinite(ke)?ke:G;let ze=He/nt*1e3,lt=G/nt*1e3;for(let he=0;he<te+1;he++){let Ae=ui(ot,{...It,segmentNumber:xt.toString(10),segmentTime:(G+he*He).toString(10)}),ct=(lt??0)+he*ze,wt=ct+ze;xt++,zt.push({time:{from:ct,to:wt},url:Ae})}G+=(te+1)*He,Wt+=(te+1)*ze}ut=G/nt*1e3,Gt=ui(ot,{...It,segmentNumber:xt.toString(10),segmentTime:G.toString(10)});let Et={time:{from:ut,to:1/0},url:Gt},Te={type:"template",baseUrl:ee,segmentTemplateUrl:ot,initUrl:"",totalSegmentsDurationMs:Wt,segments:zt,nextSegmentBeyondManifest:Et,timescale:nt};je={id:ce,kind:"text",segmentReference:Te,profiles:[],duration:S,bitrate:jt,mime:"",codecs:"",width:0,height:0,isAuto:st}}else je={id:ce,isAuto:st,kind:"text",url:ee}}else{let ce=L.getAttribute("contentType")??ye?.split("/")[0]??R,st=v.getAttribute("profiles")?.split(",")??[],Ee=parseInt(L.getAttribute("width")??"",10),It=parseInt(L.getAttribute("height")??"",10),jt=parseInt(L.getAttribute("bandwidth")??"",10)/1e3,Ht=L.getAttribute("frameRate")??"",nt=L.getAttribute("quality")??void 0,Ri=Ht?$o(Ht):void 0,ot=L.getAttribute("id")??"id"+($++).toString(10),zt=ce==="video"?`${It}p`:ce==="audio"?`${jt}Kbps`:at,Wt=`${ot}@${zt}`,Gt=[..._,...re,...st],ut,xt=L.querySelector("SegmentBase"),G=L.querySelector("SegmentTemplate")??ne;if(xt){let Te=L.querySelector("SegmentBase Initialization")?.getAttribute("range")??"",[ue,He]=Te.split("-").map(Ae=>parseInt(Ae,10)),te={from:ue,to:He},ke=L.querySelector("SegmentBase")?.getAttribute("indexRange"),[ze,lt]=ke?ke.split("-").map(Ae=>parseInt(Ae,10)):[],he=ke?{from:ze,to:lt}:void 0;ut={type:"byteRange",url:ee,initRange:te,indexRange:he}}else if(G){let Te={representationId:L.getAttribute("id")??void 0,bandwidth:L.getAttribute("bandwidth")??void 0},ue=parseInt(G.getAttribute("timescale")??"",10),He=G.getAttribute("initialization")??"",te=G.getAttribute("media"),ke=parseInt(G.getAttribute("startNumber")??"",10)??1,ze=ui(He,Te);if(!te)throw new ReferenceError("No media attribute in SegmentTemplate");let lt=G.querySelectorAll("SegmentTimeline S")??[],he=[],Ae=0,ct="",wt=0;if(lt.length){let Qt=ke,le=0;for(let dt of lt){let fe=parseInt(dt.getAttribute("d")??"",10),We=parseInt(dt.getAttribute("r")??"",10)||0,Yt=parseInt(dt.getAttribute("t")??"",10);le=Number.isFinite(Yt)?Yt:le;let Li=fe/ue*1e3,Lu=le/ue*1e3;for(let Kt=0;Kt<We+1;Kt++){let Mu=ui(te,{...Te,segmentNumber:Qt.toString(10),segmentTime:(le+Kt*fe).toString(10)}),Zr=(Lu??0)+Kt*Li,$u=Zr+Li;Qt++,he.push({time:{from:Zr,to:$u},url:Mu})}le+=(We+1)*fe,Ae+=(We+1)*Li}wt=le/ue*1e3,ct=ui(te,{...Te,segmentNumber:Qt.toString(10),segmentTime:le.toString(10)})}else if(K0(S)){let le=parseInt(G.getAttribute("duration")??"",10)/ue*1e3,dt=Math.ceil(S/le),fe=0;for(let We=1;We<dt;We++){let Yt=ui(te,{...Te,segmentNumber:We.toString(10),segmentTime:fe.toString(10)});he.push({time:{from:fe,to:fe+le},url:Yt}),fe+=le}wt=fe,ct=ui(te,{...Te,segmentNumber:dt.toString(10),segmentTime:fe.toString(10)})}let Ru={time:{from:wt,to:1/0},url:ct};ut={type:"template",baseUrl:ee,segmentTemplateUrl:te,initUrl:ze,totalSegmentsDurationMs:Ae,segments:he,nextSegmentBeyondManifest:Ru,timescale:ue}}else throw new ReferenceError("Unknown MPD segment referencing type");if(!ce||!ye)continue;let Et={video:"video",audio:"audio",text:"text"}[ce];if(!Et)continue;oe||=Et,je={id:Wt,kind:Et,segmentReference:ut,profiles:Gt,duration:S,bitrate:jt,mime:ye,codecs:at,width:Ee,height:It,fps:Ri,quality:nt}}J.language||=O,J.label||=Pe,J.mime||=ye,J.codecs||=at,J.hdr||=oe==="video"&&Cr(at),J.representations.push(je)}if(oe){let L=r[oe].find(O=>O.id===J.id);if(L&&J.representations.every(O=>Ke(O.segmentReference)))for(let O of L.representations){let Se=J.representations.find(ye=>ye.id===O.id)?.segmentReference,ee=O.segmentReference;ee.segments.push(...Se.segments),ee.nextSegmentBeyondManifest=Se.nextSegmentBeyondManifest}else r[oe].push(J)}}return{duration:S,streams:r,baseUrls:n,live:g}};var en=class{constructor(e,t,i,{fetcher:r,tuning:s,getCurrentPosition:n,isActiveLowLatency:o,compatibilityMode:u=!1,manifest:l}){this.currentLiveSegmentServerLatency$=new er(0);this.currentLowLatencySegmentLength$=new er(0);this.currentSegmentLength$=new er(0);this.onLastSegment$=new er(!1);this.fullyBuffered$=new er(!1);this.playingRepresentation$=new er(void 0);this.playingRepresentationInit$=new er(void 0);this.error$=new J0;this.gaps=[];this.subscription=new Z0;this.allInitsLoaded=!1;this.activeSegments=new Set;this.downloadAbortController=new Z;this.switchAbortController=new Z;this.destroyAbortController=new Z;this.bufferLimit=1/0;this.failedDownloads=0;this.baseUrls=[];this.baseUrlsIndex=0;this.isLive=!1;this.liveUpdateSegmentIndex=0;this.liveInitialAdditionalOffset=0;this.isSeekingLive=!1;this.index=0;this.lastDataObtainedTimestampMs=0;this.loadByteRangeSegmentsTimeoutId=0;this.startWith=wi(this.destroyAbortController.signal,async function*(e){let t=this.representations.get(e);rt(t,`Cannot find representation ${e}`),this.playingRepresentationId=e,this.downloadingRepresentationId=e,this.sourceBuffer=this.mediaSource.addSourceBuffer(`${t.mime}; codecs="${t.codecs}"`),this.sourceBufferTaskQueue=new iI(this.sourceBuffer),this.subscription.add(Qd(this.sourceBuffer,"updateend").subscribe(()=>{this.checkEjectedSegments(),this.maintain()},n=>{let o,u=this.mediaSource.readyState;u!=="open"&&(o={id:`SegmentEjection_source_${u}`,category:li.VIDEO_PIPELINE,message:"Error when trying to clear segments ejected by browser",thrown:n}),o??={id:"SegmentEjection",category:li.VIDEO_PIPELINE,message:"Error when trying to clear segments ejected by browser",thrown:n},this.error$.next(o)})),this.subscription.add(Qd(this.sourceBuffer,"error").subscribe(()=>this.error$.next({id:"SourceBuffer",category:li.VIDEO_PIPELINE,message:"SourceBuffer Error event fired"}))),this.subscription.add(this.sourceBufferTaskQueue.bufferFull$.subscribe(n=>{let o=this.getCurrentPosition();if(!this.sourceBuffer||!o||!U(this.mediaSource,this.sourceBuffer))return;let u=Math.min(this.bufferLimit,$r(this.sourceBuffer.buffered)*.8);this.bufferLimit=u;let l=Me(this.sourceBuffer.buffered,o),c=Math.min(this.forwardBufferTarget,this.bufferLimit)*this.tuning.dash.minSafeBufferThreshold;this.pruneBuffer(o,n*2,l<c).catch(p=>{this.handleAsyncError(p,"pruneBuffer")})})),this.subscription.add(this.sourceBufferTaskQueue.error$.subscribe(n=>this.error$.next(n))),yield this.loadInit(t,"high",!0);let i=this.initData.get(t.id),r=this.segments.get(t.id),s=this.parsedInitData.get(t.id);rt(i,"No init buffer for starting representation"),rt(r,"No segments for starting representation"),i instanceof ArrayBuffer&&(this.searchGaps(r,t),yield this.sourceBufferTaskQueue.append(i,this.destroyAbortController.signal),this.playingRepresentation$.next(this.playingRepresentationId),this.playingRepresentationInit$.next(s))}.bind(this));this.switchTo=wi(this.destroyAbortController.signal,async function*(e,t=!1){if(!U(this.mediaSource,this.sourceBuffer)||e===this.downloadingRepresentationId||e===this.switchingToRepresentationId)return;this.switchingToRepresentationId=e;let i=this.representations.get(e);rt(i,`No such representation ${e}`);let r=this.segments.get(e),s=this.initData.get(e);if(qe(s)||qe(r)?yield this.loadInit(i,"high",!1):s instanceof Promise&&(yield s),r=this.segments.get(e),rt(r,"No segments for starting representation"),s=this.initData.get(e),!(!s||!(s instanceof ArrayBuffer)||!this.sourceBuffer||!U(this.mediaSource,this.sourceBuffer))){if(yield this.abort(),yield this.sourceBufferTaskQueue.append(s,this.downloadAbortController.signal),t)this.switchingToRepresentationId=void 0,this.downloadingRepresentationId=e,yield this.dropBuffer();else{let n=this.getCurrentPosition();zr(n)&&!this.isLive&&(this.bufferLimit=1/0,await this.pruneBuffer(n,1/0,!0)),this.switchingToRepresentationId=void 0,this.downloadingRepresentationId=e}this.maintain()}}.bind(this));this.switchToOld=wi(this.destroyAbortController.signal,async function*(e,t=!1){if(!U(this.mediaSource,this.sourceBuffer)||e===this.downloadingRepresentationId||e===this.switchingToRepresentationId)return;this.switchingToRepresentationId=e;let i=this.representations.get(e);rt(i,`No such representation ${e}`);let r=this.segments.get(e),s=this.initData.get(e);if(qe(s)||qe(r)?yield this.loadInit(i,"high",!1):s instanceof Promise&&(yield s),r=this.segments.get(e),rt(r,"No segments for starting representation"),s=this.initData.get(e),!(!s||!(s instanceof ArrayBuffer)||!this.sourceBuffer||!U(this.mediaSource,this.sourceBuffer)))if(yield this.abort(),yield this.sourceBufferTaskQueue.append(s,this.downloadAbortController.signal),t)this.switchingToRepresentationId=void 0,this.downloadingRepresentationId=e,yield this.dropBuffer(),this.maintain();else{let n=this.getCurrentPosition();zr(n)&&(this.isLive||(this.bufferLimit=1/0,await this.pruneBuffer(n,1/0,!0)),this.maintain(n)),this.switchingToRepresentationId=void 0,this.downloadingRepresentationId=e}}.bind(this));this.seekLive=wi(this.destroyAbortController.signal,async function*(e){let t=(0,su.default)(e,u=>u.representations)??[];if(this.isSeekingLive=!0,!this.downloadingRepresentationId||!t)return;for(let u of this.representations.keys()){let l=t.find(d=>d.id===u);l&&this.representations.set(u,l);let c=this.representations.get(u);if(!c||!Ke(c.segmentReference))return;let p=this.getActualLiveStartingSegments(c.segmentReference);this.segments.set(c.id,p)}let i=this.switchingToRepresentationId??this.downloadingRepresentationId,r=this.representations.get(i);rt(r);let s=this.segments.get(i);rt(s,"No segments for starting representation");let n=this.initData.get(i);if(rt(n,"No init buffer for starting representation"),!(n instanceof ArrayBuffer))return;let o=this.getDebugBufferState();this.liveUpdateSegmentIndex=0,yield this.abort(),o&&(yield this.sourceBufferTaskQueue.remove(o.from*1e3,o.to*1e3,this.destroyAbortController.signal)),this.searchGaps(s,r),yield this.sourceBufferTaskQueue.append(n,this.destroyAbortController.signal),this.isSeekingLive=!1}.bind(this));this.fetcher=r,this.tuning=s,this.compatibilityMode=u,this.forwardBufferTarget=s.dash.forwardBufferTargetAuto,this.getCurrentPosition=n,this.isActiveLowLatency=o,this.isLive=!!l?.live,this.baseUrls=l?.baseUrls??[],this.initData=new Map(i.map(c=>[c.id,null])),this.segments=new Map,this.parsedInitData=new Map,this.representations=new Map(i.map(c=>[c.id,c])),this.kind=e,this.mediaSource=t,this.sourceBuffer=null}switchToWithPreviousAbort(e,t=!1){!U(this.mediaSource,this.sourceBuffer)||e===this.downloadingRepresentationId||e===this.switchingToRepresentationId||(this.switchAbortController.abort(),this.switchAbortController=new Z,wi(this.switchAbortController.signal,async function*(i,r=!1){this.switchingToRepresentationId=i;let s=this.representations.get(i);rt(s,`No such representation ${i}`);let n=this.segments.get(i),o=this.initData.get(i);if(qe(o)||qe(n)?yield this.loadInit(s,"high",!1):o instanceof Promise&&(yield o),n=this.segments.get(i),rt(n,"No segments for starting representation"),o=this.initData.get(i),!(!(o instanceof ArrayBuffer)||!this.sourceBuffer||!U(this.mediaSource,this.sourceBuffer))){if(yield this.abort(),yield this.sourceBufferTaskQueue.append(o,this.downloadAbortController.signal),r)this.switchingToRepresentationId=void 0,this.downloadingRepresentationId=i,yield this.dropBuffer();else{let u=this.getCurrentPosition();zr(u)&&!this.isLive&&(this.bufferLimit=this.forwardBufferTarget,yield this.pruneBuffer(u,1/0,!0)),this.downloadingRepresentationId=i,this.switchingToRepresentationId=void 0}this.maintain()}}.bind(this))(e,t))}warmUpMediaSource(){!qe(this.sourceBuffer)&&!this.sourceBuffer.updating&&(this.sourceBuffer.mode="segments")}async abort(){for(let e of this.activeSegments)this.abortSegment(e.segment);return this.activeSegments.clear(),this.downloadAbortController.abort(),this.downloadAbortController=new Z,this.abortBuffer()}maintain(e=this.getCurrentPosition()){if(qe(e)||qe(this.downloadingRepresentationId)||qe(this.playingRepresentationId)||qe(this.sourceBuffer)||!U(this.mediaSource,this.sourceBuffer)||zr(this.switchingToRepresentationId)||this.isSeekingLive)return;let t=this.representations.get(this.downloadingRepresentationId),i=this.segments.get(this.downloadingRepresentationId);if(rt(t,`No such representation ${this.downloadingRepresentationId}`),!i)return;let r=i.find(c=>e>=c.time.from&&e<c.time.to);zr(r)&&isFinite(r.time.from)&&isFinite(r.time.to)&&this.currentSegmentLength$.next(r?.time.to-r.time.from);let s=e,n=100;if(this.playingRepresentationId!==this.downloadingRepresentationId){let c=Me(this.sourceBuffer.buffered,e),p=r?r.time.to+n:-1/0;r&&r.time.to-e<this.tuning.dash.maxSegmentDurationLeftToSelectNextSegment&&c>=r.time.to-e+n&&(s=p)}if(isFinite(this.bufferLimit)&&$r(this.sourceBuffer.buffered)>=this.bufferLimit){let c=Me(this.sourceBuffer.buffered,e),p=Math.min(this.forwardBufferTarget,this.bufferLimit)*this.tuning.dash.minSafeBufferThreshold;this.pruneBuffer(e,1/0,c<p).catch(d=>{this.handleAsyncError(d,"pruneBuffer")});return}let u=null;if(!this.activeSegments.size&&(u=this.selectForwardBufferSegments(i,t.segmentReference.type,s),u?.length)){let c="auto";if(this.tuning.dash.useFetchPriorityHints&&r)if((0,au.default)(u,r))c="high";else{let p=(0,Wr.default)(u,0);p&&p.time.from-r.time.to>=this.forwardBufferTarget/2&&(c="low")}this.loadSegments(u,t,c).catch(p=>{this.handleAsyncError(p,"loadSegments")})}(!this.preloadOnly&&!this.allInitsLoaded&&r&&r.status==="fed"&&!u?.length&&Me(this.sourceBuffer.buffered,e)>3e3||this.isActiveLowLatency())&&this.loadNextInit();let l=(0,Wr.default)(i,-1);!this.isLive&&l&&(this.fullyBuffered$.next(l.time.to-e-Me(this.sourceBuffer.buffered,e)<n),this.onLastSegment$.next(e-l.time.from>0))}get lastDataObtainedTimestamp(){return this.lastDataObtainedTimestampMs}searchGaps(e,t){this.gaps=[];let i=0,r=this.isLive?this.liveInitialAdditionalOffset:0;for(let s of e)Math.trunc(s.time.from-i)>0&&this.gaps.push({representation:t.id,from:i,to:s.time.from+r}),i=s.time.to;zr(t.duration)&&t.duration-i>0&&!this.isLive&&this.gaps.push({representation:t.id,from:i,to:t.duration})}getActualLiveStartingSegments(e){let t=e.segments,i=this.isActiveLowLatency()?this.tuning.dashCmafLive.lowLatency.maxTargetOffset:this.tuning.dashCmafLive.maxActiveLiveOffset,r=[],s=0,n=t.length-1;do r.unshift(t[n]),s+=t[n].time.to-t[n].time.from,n--;while(s<i&&n>=0);return this.liveInitialAdditionalOffset=s-i,this.isActiveLowLatency()?[r[0]]:r}getLiveSegmentsToLoadState(e){let t=(0,su.default)(e?.streams[this.kind],r=>r.representations).find(r=>r.id===this.downloadingRepresentationId);if(!t)return;let i=this.segments.get(t.id);if(i?.length)return{from:i[0].time.from,to:i[i.length-1].time.to}}updateLive(e){let t=(0,su.default)(e?.streams[this.kind],i=>i.representations)??[];if(![...this.segments.values()].every(i=>!i.length))for(let i of t){if(!i||!Ke(i.segmentReference))return;let r=i.segmentReference.segments.map(l=>({...l,status:"none",size:void 0})),s=100,n=this.segments.get(i.id)??[],o=(0,Wr.default)(n,-1)?.time.to??0,u=r?.findIndex(l=>o>=l.time.from+s&&o<=l.time.to+s);if(u===-1){this.liveUpdateSegmentIndex=0;let l=this.getActualLiveStartingSegments(i.segmentReference);this.segments.set(i.id,l)}else{let l=r.slice(u+1);this.segments.set(i.id,[...n,...l])}}}proceedLowLatencyLive(){let e=this.downloadingRepresentationId;rt(e);let t=this.segments.get(e);if(t?.length){let i=t[t.length-1];this.updateLowLatencyLiveIfNeeded(i)}}updateLowLatencyLiveIfNeeded(e){let t=0;for(let i of this.representations.values()){let r=i.segmentReference;if(!Ke(r))return;let s=this.segments.get(i.id);if(!s)continue;let n=s.find(u=>Math.floor(u.time.from)===Math.floor(e.time.from));if(n&&!isFinite(n.time.to)&&(n.time.to=e.time.to,t=n.time.to-n.time.from),!!!s.find(u=>Math.floor(u.time.from)===Math.floor(e.time.to))&&this.isActiveLowLatency()){let u=Math.round(e.time.to*r.timescale/1e3).toString(10),l=ui(r.segmentTemplateUrl,{segmentTime:u});s.push({status:"none",time:{from:e.time.to,to:1/0},url:l})}}this.currentLowLatencySegmentLength$.next(t)}findSegmentStartTime(e){let t=this.switchingToRepresentationId??this.downloadingRepresentationId??this.playingRepresentationId;if(!t)return;let i=this.segments.get(t);return i?i.find(s=>s.time.from<=e&&s.time.to>=e)?.time.from??void 0:void 0}setTarget(e){this.forwardBufferTarget=e}setPreloadOnly(e){this.preloadOnly=e}destroy(){if(this.initData.clear(),this.segments.clear(),this.parsedInitData.clear(),this.representations.clear(),this.sourceBufferTaskQueue?.destroy(),this.gapDetectionIdleCallback&&Nt&&Nt(this.gapDetectionIdleCallback),this.initLoadIdleCallback&&Nt&&Nt(this.initLoadIdleCallback),this.subscription.unsubscribe(),this.sourceBuffer)try{this.mediaSource.removeSourceBuffer(this.sourceBuffer)}catch(e){if(!(e instanceof DOMException&&e.name==="NotFoundError"))throw e}this.sourceBuffer=null,this.downloadAbortController.abort(),this.switchAbortController.abort(),this.destroyAbortController.abort(),window.clearTimeout(this.loadByteRangeSegmentsTimeoutId)}selectForwardBufferSegments(e,t,i){return this.isLive?this.selectForwardBufferSegmentsLive(e,i):this.selectForwardBufferSegmentsRecord(e,t,i)}selectForwardBufferSegmentsLive(e,t){if(this.playingRepresentationId!==this.downloadingRepresentationId){let i=e.findIndex(r=>t>=r.time.from&&t<r.time.to);this.liveUpdateSegmentIndex=i}return this.liveUpdateSegmentIndex<e.length?e.slice(this.liveUpdateSegmentIndex++):null}selectForwardBufferSegmentsRecord(e,t,i){let r=e.findIndex(({status:p,time:{from:d,to:h}},f)=>{let b=d<=i&&h>=i,g=d>i||b||f===0&&i===0,S=Math.min(this.forwardBufferTarget,this.bufferLimit),T=this.preloadOnly&&d<=i+S||h<=i+S;return(p==="none"||p==="partially_ejected"&&g&&T&&this.sourceBuffer&&U(this.mediaSource,this.sourceBuffer)&&!(Ne(this.sourceBuffer.buffered,d)&&Ne(this.sourceBuffer.buffered,h)))&&g&&T});if(r===-1)return null;if(t!=="byteRange")return e.slice(r,r+1);let s=e,n=0,o=0,u=[],l=this.preloadOnly?0:this.tuning.dash.segmentRequestSize,c=this.preloadOnly?this.forwardBufferTarget:0;for(let p=r;p<s.length&&(n<=l||o<=c);p++){let d=s[p];if(n+=d.byte.to+1-d.byte.from,o+=d.time.to+1-d.time.from,d.status==="none"||d.status==="partially_ejected")u.push(d);else break}return u}async loadSegments(e,t,i="auto"){Ke(t.segmentReference)?await this.loadTemplateSegment(e[0],t,i):await this.loadByteRangeSegments(e,t,i)}async loadTemplateSegment(e,t,i="auto"){e.status="downloading";let r={segment:e,loadedBytes:0,feedingBytes:0,fedBytes:0,representationId:t.id};this.activeSegments.add(r);let{range:s,url:n,signal:o,onProgress:u,onProgressTasks:l}=this.prepareTemplateFetchSegmentParams(e,t);this.failedDownloads&&o&&(await wi(o,async function*(){let c=Yd(this.failedDownloads,this.tuning.downloadBackoff);yield new Promise(p=>setTimeout(p,c))}.bind(this))(),o.aborted&&this.abortActiveSegments([e]));try{let c=await this.fetcher.fetch(n,{range:s,signal:o,onProgress:u,priority:i,isLowLatency:this.isActiveLowLatency()});if(this.lastDataObtainedTimestampMs=ru(),!c)return;let p=new DataView(c),d=Js(t.mime);if(!isFinite(r.segment.time.to)){let b=t.segmentReference.timescale;r.segment.time.to=d.getChunkEndTime(p,b)}u&&r.feedingBytes&&l?await Promise.all(l):await this.sourceBufferTaskQueue.append(p,o);let{serverDataReceivedTimestamp:h,serverDataPreparedTime:f}=d.getServerLatencyTimestamps(p);h&&f&&this.currentLiveSegmentServerLatency$.next(f-h),r.segment.status="downloaded",this.onSegmentFullyAppended(r,t.id),this.failedDownloads=0}catch(c){this.abortActiveSegments([e]),Zs(c)||(this.failedDownloads++,this.updateRepresentationsBaseUrlIfNeeded())}}updateRepresentationsBaseUrlIfNeeded(){if(!this.tuning.dash.enableBaseUrlSupport||!this.baseUrls.length||this.failedDownloads<=this.tuning.dash.maxSegmentRetryCount)return;this.baseUrlsIndex=(this.baseUrlsIndex+1)%this.baseUrls.length;let e=this.baseUrls[this.baseUrlsIndex];for(let t of this.representations.values())Ke(t.segmentReference)?t.segmentReference.baseUrl=e:t.segmentReference.url=e}async loadByteRangeSegments(e,t,i="auto"){if(!e.length)return;for(let u of e)u.status="downloading",this.activeSegments.add({segment:u,loadedBytes:0,feedingBytes:0,fedBytes:0,representationId:t.id});let{range:r,url:s,signal:n,onProgress:o}=this.prepareByteRangeFetchSegmentParams(e,t);this.failedDownloads&&n&&(await wi(n,async function*(){let u=Yd(this.failedDownloads,this.tuning.downloadBackoff);yield new Promise(l=>{this.loadByteRangeSegmentsTimeoutId=window.setTimeout(l,u),Qd(window,"online").pipe(X0()).subscribe(()=>{l(),window.clearTimeout(this.loadByteRangeSegmentsTimeoutId)})})}.bind(this))(),n.aborted&&this.abortActiveSegments(e));try{await this.fetcher.fetch(s,{range:r,onProgress:o,signal:n,priority:i}),this.lastDataObtainedTimestampMs=ru(),this.failedDownloads=0}catch(u){this.abortActiveSegments(e),Zs(u)||(this.failedDownloads++,this.updateRepresentationsBaseUrlIfNeeded())}}prepareByteRangeFetchSegmentParams(e,t){if(Ke(t.segmentReference))throw new Error("Representation is not byte range type");let i=t.segmentReference.url,r={from:(0,Wr.default)(e,0).byte.from,to:(0,Wr.default)(e,-1).byte.to},{signal:s}=this.downloadAbortController;return{url:i,range:r,signal:s,onProgress:async(o,u)=>{if(!s.aborted)try{this.lastDataObtainedTimestampMs=ru(),await this.onSomeByteRangesDataLoaded({dataView:o,loaded:u,signal:s,onSegmentAppendFailed:()=>this.abort(),globalFrom:r?r.from:0,representationId:t.id})}catch(l){this.error$.next({id:"SegmentFeeding",category:li.VIDEO_PIPELINE,message:"Error when feeding segments",thrown:l})}}}}prepareTemplateFetchSegmentParams(e,t){if(!Ke(t.segmentReference))throw new Error("Representation is not template type");let i=new URL(e.url,t.segmentReference.baseUrl);this.isActiveLowLatency()&&i.searchParams.set("low-latency","yes");let r=i.toString(),{signal:s}=this.downloadAbortController,n=[],u=this.isActiveLowLatency()||this.tuning.dash.enableSubSegmentBufferFeeding&&this.liveUpdateSegmentIndex<3?(l,c)=>{if(!s.aborted)try{this.lastDataObtainedTimestampMs=ru();let p=this.onSomeTemplateDataLoaded({dataView:l,loaded:c,signal:s,onSegmentAppendFailed:()=>this.abort(),representationId:t.id});n.push(p)}catch(p){this.error$.next({id:"SegmentFeeding",category:li.VIDEO_PIPELINE,message:"Error when feeding segments",thrown:p})}}:void 0;return{url:r,signal:s,onProgress:u,onProgressTasks:n}}abortActiveSegments(e){for(let t of this.activeSegments)(0,au.default)(e,t.segment)&&this.abortSegment(t.segment)}async onSomeTemplateDataLoaded({dataView:e,representationId:t,loaded:i,onSegmentAppendFailed:r,signal:s}){if(!this.activeSegments.size||!U(this.mediaSource,this.sourceBuffer))return;let n=this.representations.get(t);if(n)for(let o of this.activeSegments){let{segment:u}=o;if(o.representationId===t){if(s.aborted){r();continue}if(o.loadedBytes=i,o.loadedBytes>o.feedingBytes){let l=new DataView(e.buffer,e.byteOffset+o.feedingBytes,o.loadedBytes-o.feedingBytes),c=Js(n.mime).parseFeedableSegmentChunk(l,this.isLive);c?.byteLength&&(u.status="partially_fed",o.feedingBytes+=c.byteLength,await this.sourceBufferTaskQueue.append(c),o.fedBytes+=c.byteLength)}}}}async onSomeByteRangesDataLoaded({dataView:e,representationId:t,globalFrom:i,loaded:r,signal:s,onSegmentAppendFailed:n}){if(!this.activeSegments.size||!U(this.mediaSource,this.sourceBuffer))return;let o=this.representations.get(t);if(o)for(let u of this.activeSegments){if(u.representationId!==t)continue;if(s.aborted){await n();continue}let{segment:l}=u,c=l.byte.from-i,p=l.byte.to-i,d=p-c+1,h=c<r,f=p<=r;if(h){if(l.status==="downloading"&&f){l.status="downloaded";let b=new DataView(e.buffer,e.byteOffset+c,d);await this.sourceBufferTaskQueue.append(b,s)&&!s.aborted?this.onSegmentFullyAppended(u,t):await n()}else if(this.tuning.dash.enableSubSegmentBufferFeeding&&(l.status==="downloading"||l.status==="partially_fed")&&(u.loadedBytes=Math.min(d,r-c),u.loadedBytes>u.feedingBytes)){let b=new DataView(e.buffer,e.byteOffset+c+u.feedingBytes,u.loadedBytes-u.feedingBytes),g=u.loadedBytes===d?b:Js(o.mime).parseFeedableSegmentChunk(b);g?.byteLength&&(l.status="partially_fed",u.feedingBytes+=g.byteLength,await this.sourceBufferTaskQueue.append(g,s)&&!s.aborted?(u.fedBytes+=g.byteLength,u.fedBytes===d&&this.onSegmentFullyAppended(u,t)):await n())}}}}onSegmentFullyAppended(e,t){if(!(qe(this.sourceBuffer)||!U(this.mediaSource,this.sourceBuffer))){!this.isLive&&F.browser.isSafari&&this.tuning.useSafariEndlessRequestBugfix&&(Ne(this.sourceBuffer.buffered,e.segment.time.from,100)&&Ne(this.sourceBuffer.buffered,e.segment.time.to,100)||this.error$.next({id:"EmptyAppendBuffer",category:li.VIDEO_PIPELINE,message:"Browser stuck on empty result of adding segment to source buffer"})),this.playingRepresentationId=t,this.playingRepresentation$.next(this.playingRepresentationId),this.playingRepresentationInit$.next(this.parsedInitData.get(this.playingRepresentationId)),e.segment.status="fed",Hd(e.segment)&&(e.segment.size=e.fedBytes);for(let i of this.representations.values()){if(i.id===t)continue;let r=this.segments.get(i.id);if(r)for(let s of r)s.status==="fed"&&Math.round(s.time.from)===Math.round(e.segment.time.from)&&Math.round(s.time.to)===Math.round(e.segment.time.to)&&(s.status="none")}this.isActiveLowLatency()&&this.updateLowLatencyLiveIfNeeded(e.segment),this.activeSegments.delete(e),this.detectGapsWhenIdle(t,e.segment)}}abortSegment(e){e.status==="partially_fed"?e.status="partially_ejected":e.status!=="partially_ejected"&&(e.status="none");for(let t of this.activeSegments.values())if(t.segment===e){this.activeSegments.delete(t);break}}loadNextInit(){if(this.allInitsLoaded||this.initLoadIdleCallback)return;let e=null,t=!1;for(let[r,s]of this.initData.entries()){let n=s instanceof Promise;t||=n,s===null&&(e=r)}if(!e){this.allInitsLoaded=!0;return}if(t)return;let i=this.representations.get(e);i&&(this.initLoadIdleCallback=Mr(()=>(0,II.default)(this.loadInit(i,"low",!1),()=>this.initLoadIdleCallback=null)))}async loadInit(e,t="auto",i=!1){let r=this.tuning.dash.useFetchPriorityHints?t:"auto",n=(!i&&this.failedDownloads>0?wi(this.destroyAbortController.signal,async function*(){let o=Yd(this.failedDownloads,this.tuning.downloadBackoff);yield new Promise(u=>setTimeout(u,o))}.bind(this))():Promise.resolve()).then(()=>this.fetcher.fetchRepresentation(e.segmentReference,Js(e.mime),r)).then(o=>{if(!o)return;let{init:u,dataView:l,segments:c}=o,p=l.buffer.slice(l.byteOffset,l.byteOffset+l.byteLength);this.initData.set(e.id,p);let d=c;this.isLive&&Ke(e.segmentReference)&&(d=this.getActualLiveStartingSegments(e.segmentReference)),(!this.isLive||!this.segments.has(e.id))&&this.segments.set(e.id,d),u&&this.parsedInitData.set(e.id,u)}).then(()=>this.failedDownloads=0,o=>{this.initData.set(e.id,null),i&&this.error$.next({id:"LoadInits",category:li.WTF,message:"loadInit threw",thrown:o})});return this.initData.set(e.id,n),n}async dropBuffer(){for(let e of this.segments.values())for(let t of e)t.status="none";await this.pruneBuffer(0,1/0,!0)}async pruneBuffer(e,t,i=!1){if(!this.sourceBuffer||!U(this.mediaSource,this.sourceBuffer)||!this.playingRepresentationId||qe(e))return!1;let r=[],s=0,n=o=>{if(s>=t)return;r.push({...o.time});let u=Hd(o)?o.size??0:o.byte.to-o.byte.from;s+=u};for(let o of this.segments.values())for(let u of o){let l=u.time.to<=e-this.tuning.dash.bufferPruningSafeZone,c=u.time.from>=e+Math.min(this.forwardBufferTarget,this.bufferLimit);(l||c)&&u.status==="fed"&&n(u)}for(let o=0;o<this.sourceBuffer.buffered.length;o++){let u=this.sourceBuffer.buffered.start(o)*1e3,l=this.sourceBuffer.buffered.end(o)*1e3,c=0;for(let p of this.segments.values())for(let d of p)(0,au.default)(["none","partially_ejected"],d.status)&&Math.round(d.time.from)<=Math.round(u)&&Math.round(d.time.to)>=Math.round(l)&&c++;if(c===this.segments.size){let p={time:{from:u,to:l},url:"",status:"none"};n(p)}}if(r.length&&i){let o=Math.min(this.forwardBufferTarget,this.bufferLimit)*this.tuning.dash.minSafeBufferThreshold;for(let u of this.segments.values())for(let l of u)l.time.from>=e+o&&l.status==="fed"&&n(l)}return r.length?(r=mI(r),(await Promise.all(r.map(u=>this.sourceBufferTaskQueue.remove(u.from,u.to)))).reduce((u,l)=>u||l,!1)):!1}async abortBuffer(){if(!this.sourceBuffer||!U(this.mediaSource,this.sourceBuffer))return!1;let e=this.playingRepresentationId&&this.initData.get(this.playingRepresentationId),t=e instanceof ArrayBuffer?e:void 0;return this.sourceBufferTaskQueue.abort(t)}getDebugBufferState(){if(!(!this.sourceBuffer||!U(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)}}getBufferedTo(){return!this.sourceBuffer||!U(this.mediaSource,this.sourceBuffer)||!this.sourceBuffer.buffered.length?null:this.sourceBuffer.buffered.end(this.sourceBuffer.buffered.length-1)}getForwardBufferDuration(e=this.getCurrentPosition()){return!this.sourceBuffer||!U(this.mediaSource,this.sourceBuffer)||!this.sourceBuffer.buffered.length||qe(e)?0:Me(this.sourceBuffer.buffered,e)}detectGaps(e,t){if(!this.sourceBuffer||!U(this.mediaSource,this.sourceBuffer))return;if(this.tuning.useRefactoredSearchGap)for(let r=0;r<this.sourceBuffer.buffered.length;r++)this.gaps=this.gaps.filter(s=>this.sourceBuffer&&(Math.round(s.from)<Math.round(this.sourceBuffer.buffered.start(r)*1e3)||Math.round(s.to)>Math.round(this.sourceBuffer.buffered.end(r)*1e3)));let i={representation:e,from:t.time.from,to:t.time.to};for(let r=0;r<this.sourceBuffer.buffered.length;r++){let s=this.sourceBuffer.buffered.start(r)*1e3,n=this.sourceBuffer.buffered.end(r)*1e3;if(!(n<=t.time.from||s>=t.time.to)){if(s<=t.time.from&&n>=t.time.to){i=void 0;break}n>t.time.from&&n<t.time.to&&(i.from=n),s<t.time.to&&s>t.time.from&&(i.to=s)}}i&&i.to-i.from>1&&!this.gaps.some(r=>i&&r.from===i.from&&r.to===i.to)&&this.gaps.push(i)}detectGapsWhenIdle(e,t){if(!(this.gapDetectionIdleCallback||!this.sourceBuffer||!U(this.mediaSource,this.sourceBuffer))){if(!this.tuning.useRefactoredSearchGap)for(let i=0;i<this.sourceBuffer.buffered.length;i++)this.gaps=this.gaps.filter(r=>this.sourceBuffer&&(Math.round(r.from)<Math.round(this.sourceBuffer.buffered.start(i)*1e3)||Math.round(r.to)>Math.round(this.sourceBuffer.buffered.end(i)*1e3)));this.gapDetectionIdleCallback=Mr(()=>{try{this.detectGaps(e,t)}catch(i){this.error$.next({id:"GapDetection",category:li.WTF,message:"detectGaps threw",thrown:i})}finally{this.gapDetectionIdleCallback=null}})}}checkEjectedSegments(){if(qe(this.sourceBuffer)||!U(this.mediaSource,this.sourceBuffer)||qe(this.playingRepresentationId))return;let e=[];for(let i=0;i<this.sourceBuffer.buffered.length;i++){let r=Math.floor(this.sourceBuffer.buffered.start(i)*1e3),s=Math.ceil(this.sourceBuffer.buffered.end(i)*1e3);e.push({from:r,to:s})}let t=100;for(let i of this.segments.values())for(let r of i){let{status:s}=r;if(s!=="fed"&&s!=="partially_ejected")continue;let n=Math.floor(r.time.from),o=Math.ceil(r.time.to),u=e.some(c=>c.from-t<=n&&c.to+t>=o),l=e.filter(c=>n>=c.from&&n<c.to-t||o>c.from+t&&o<=c.to);u||(l.length===1?r.status="partially_ejected":this.gaps.some(c=>c.from===r.time.from||c.to===r.time.to)?r.status="partially_ejected":r.status="none")}}handleAsyncError(e,t){this.error$.next({id:t,category:li.VIDEO_PIPELINE,thrown:e,message:"Something went wrong"})}};import{abortable as tn,assertNever as xI,fromEvent as EI,merge as eC,now as rn,Subject as wI,ValueSubject as Kd,flattenObject as Gr,ErrorCategory as an,SubscriptionRemovable as tC}from"@vkontakte/videoplayer-shared";var ou=class{constructor({throughputEstimator:e,requestQuic:t,tracer:i,compatibilityMode:r=!1,useEnableSubtitlesParam:s=!1}){this.lastConnectionType$=new Kd(void 0);this.lastConnectionReused$=new Kd(void 0);this.lastRequestFirstBytes$=new Kd(void 0);this.recoverableError$=new wI;this.error$=new wI;this.abortAllController=new Z;this.subscription=new tC;this.fetchManifest=tn(this.abortAllController.signal,async function*(e){let t=this.tracer.createComponentTracer("FetchManifest"),i=e;this.requestQuic&&(i=Ii(i)),!this.compatibilityMode&&this.useEnableSubtitlesParam&&(i=Oo(i));let r=yield this.doFetch(i,{signal:this.abortAllController.signal}).catch(nu);return r?(t.log("success",Gr({url:i,message:"Request successfully executed"})),t.end(),this.onHeadersReceived(r.headers),r.text()):(t.error("error",Gr({url:i,message:"No data in request manifest"})),t.end(),null)}.bind(this));this.fetch=tn(this.abortAllController.signal,async function*(e,{rangeMethod:t=this.compatibilityMode?0:1,range:i,onProgress:r,priority:s="auto",signal:n,measureThroughput:o=!0,isLowLatency:u=!1}={}){let l=e,c=new Headers,p=this.tracer.createComponentTracer("Fetch");if(i)switch(t){case 0:{c.append("Range",`bytes=${i.from}-${i.to}`);break}case 1:{let I=new URL(l,location.href);I.searchParams.append("bytes",`${i.from}-${i.to}`),l=I.toString();break}default:xI(t)}this.requestQuic&&(l=Ii(l));let d=this.abortAllController.signal,h;if(n){let I=new Z;if(h=eC(EI(this.abortAllController.signal,"abort"),EI(n,"abort")).subscribe(()=>{try{I.abort()}catch(x){nu(x)}}),this.abortAllController.signal.aborted||n.aborted)try{I.abort()}catch(x){nu(x)}d=I.signal}let f=rn();p.log("startRequest",Gr({url:l,priority:s,rangeMethod:t,range:i,isLowLatency:u,requestStartedAt:f}));let b=yield this.doFetch(l,{priority:s,headers:c,signal:d}),g=rn();if(!b)return p.error("error",{message:"No response in request"}),p.end(),this.unsubscribeAbortSubscription(h),null;if(this.throughputEstimator?.addRawRtt(g-f),!b.ok||!b.body){this.unsubscribeAbortSubscription(h);let I=`Fetch error ${b.status}: ${b.statusText}`;return p.error("error",{message:I}),p.end(),Promise.reject(new Error(`Fetch error ${b.status}: ${b.statusText}`))}if(this.onHeadersReceived(b.headers),!r&&!o){this.unsubscribeAbortSubscription(h);let I=rn(),x={requestStartedAt:f,requestEndedAt:I,duration:I-f};return p.log("endRequest",Gr(x)),p.end(),b.arrayBuffer()}let S=b.body;if(o){let I;[S,I]=b.body.tee(),this.throughputEstimator?.trackStream(I,u)}let T=S.getReader(),y,E=parseInt(b.headers.get("content-length")??"",10);Number.isFinite(E)&&(y=E),!y&&i&&(y=i.to-i.from+1);let w=0,$=y?new Uint8Array(y):new Uint8Array(0),_=!1,P=I=>{this.unsubscribeAbortSubscription(h),_=!0,nu(I)},k=tn(d,async function*({done:I,value:x}){if(w===0&&this.lastRequestFirstBytes$.next(rn()-f),d.aborted){this.unsubscribeAbortSubscription(h);return}if(!I&&x){if(y)$.set(x,w),w+=x.byteLength;else{let R=new Uint8Array($.length+x.length);R.set($),R.set(x,$.length),$=R,w+=x.byteLength}r?.(new DataView($.buffer),w),yield T?.read().then(k,P)}}.bind(this));yield T?.read().then(k,P),this.unsubscribeAbortSubscription(h);let v=rn(),C={failed:_,requestStartedAt:f,requestEndedAt:v,duration:v-f};return _?(p.error("endRequest",Gr(C)),p.end(),null):(p.log("endRequest",Gr(C)),p.end(),$.buffer)}.bind(this));this.fetchByteRangeRepresentation=tn(this.abortAllController.signal,async function*(e,t,i){if(e.type!=="byteRange")return null;let{from:r,to:s}=e.initRange,n=r,o=s,u=!1,l,c;e.indexRange&&(l=e.indexRange.from,c=e.indexRange.to,u=s+1===l,u&&(n=Math.min(l,r),o=Math.max(c,s))),n=Math.min(n,0);let p=yield this.fetch(e.url,{range:{from:n,to:o},priority:i,measureThroughput:!1});if(!p)return null;let d=new DataView(p,r-n,s-n+1);if(!t.validateData(d))throw new Error("Invalid media file");let h=t.parseInit(d),f=e.indexRange??t.getIndexRange(h);if(!f)throw new ReferenceError("No way to load representation index");let b;if(u)b=new DataView(p,f.from-n,f.to-f.from+1);else{let S=yield this.fetch(e.url,{range:f,priority:i,measureThroughput:!1});if(!S)return null;b=new DataView(S)}let g=t.parseSegments(b,h,f);return{init:h,dataView:new DataView(p),segments:g}}.bind(this));this.fetchTemplateRepresentation=tn(this.abortAllController.signal,async function*(e,t){if(e.type!=="template")return null;let i=new URL(e.initUrl,e.baseUrl).toString(),r=yield this.fetch(i,{priority:t,measureThroughput:!1});return r?{init:null,segments:e.segments.map(n=>({...n,status:"none",size:void 0})),dataView:new DataView(r)}:null}.bind(this));this.throughputEstimator=e,this.requestQuic=t,this.compatibilityMode=r,this.tracer=i.createComponentTracer("Fetcher"),this.useEnableSubtitlesParam=s}onHeadersReceived(e){let{type:t,reused:i}=Vo(e);this.lastConnectionType$.next(t),this.lastConnectionReused$.next(i)}async fetchRepresentation(e,t,i="auto"){let{type:r}=e;switch(r){case"byteRange":return await this.fetchByteRangeRepresentation(e,t,i)??null;case"template":return await this.fetchTemplateRepresentation(e,i)??null;default:xI(r)}}destroy(){this.abortAllController.abort(),this.tracer.end(),this.subscription.unsubscribe()}async doFetch(e,t){let i=await yt(e,t);if(i.ok)return i;let r=await i.text(),s=parseInt(r);if(!isNaN(s))switch(s){case 1:this.recoverableError$.next({id:"VideoDataLinkExpiredError",message:"Video data links have expired",category:an.FATAL});break;case 8:this.recoverableError$.next({id:"VideoDataLinkBlockedForFloodError",message:"Url blocked for flood",category:an.FATAL});break;case 18:this.recoverableError$.next({id:"VideoDataLinkIllegalIpChangeError",message:"Client IP has changed",category:an.FATAL});break;case 21:this.recoverableError$.next({id:"VideoDataLinkIllegalHostChangeError",message:"Request HOST has changed",category:an.FATAL});break;default:this.error$.next({id:"GeneralVideoDataFetchError",message:`Generic video data fetch error (${s})`,category:an.FATAL})}}unsubscribeAbortSubscription(e){e&&(e.unsubscribe(),this.subscription.remove(e))}},nu=a=>{if(!Zs(a))throw a};import{isNullable as iC,ValueSubject as rC}from"@vkontakte/videoplayer-shared";var sn=class a{constructor(e,t){this.currentRepresentation$=new rC(null);this.maxRepresentations=4;this.representationsCursor=0;this.representations=[];this.currentSegment=null;this.getCurrentPosition=t.getCurrentPosition,this.processStreams(e)}updateLive(e){this.processStreams(e?.streams.text)}seekLive(e){this.processStreams(e)}maintain(e=this.getCurrentPosition()){if(!iC(e))for(let t of this.representations)for(let i of t){let r=i.segmentReference,s=r.segments.length,n=r.segments[0].time.from,o=r.segments[s-1].time.to;if(e<n||e>o)continue;let u=r.segments.find(l=>l.time.from<=e&&l.time.to>=e);!u||this.currentSegment?.time.from===u.time.from&&this.currentSegment.time.to===u.time.to||(this.currentSegment=u,this.currentRepresentation$.next({...i,label:"Live Text",language:"ru",isAuto:!0,url:new URL(u.url,r.baseUrl).toString()}))}}destroy(){this.currentRepresentation$.next(null),this.currentSegment=null,this.representations=[]}processStreams(e){for(let t of e??[]){let i=a.filterRepresentations(t.representations);if(i){this.representations[this.representationsCursor]=i,this.representationsCursor=(this.representationsCursor+1)%this.maxRepresentations;break}}}static isSupported(e){return!!e?.some(t=>a.filterRepresentations(t.representations))}static filterRepresentations(e){return e?.filter(t=>t.kind==="text"&&"segmentReference"in t&&Ke(t.segmentReference))}};var lC=["timeupdate","progress","play","seeked","stalled","waiting"],cC=["timeupdate","progress","loadeddata","playing","seeked"];var cu=class{constructor(e){this.element=null;this.manifestUrlString="";this.source=null;this.manifest=null;this.subscription=new tp;this.representationSubscription=new tp;this.state$=new N("none");this.currentVideoRepresentation$=new pe(void 0);this.currentVideoRepresentationInit$=new pe(void 0);this.currentAudioRepresentation$=new pe(void 0);this.currentVideoSegmentLength$=new pe(0);this.currentAudioSegmentLength$=new pe(0);this.error$=new lu;this.lastConnectionType$=new pe(void 0);this.lastConnectionReused$=new pe(void 0);this.lastRequestFirstBytes$=new pe(void 0);this.currentLiveTextRepresentation$=new pe(null);this.isLive$=new pe(!1);this.isActiveLive$=new pe(!1);this.isLowLatency$=new pe(!1);this.liveDuration$=new pe(0);this.liveSeekableDuration$=new pe(0);this.liveAvailabilityStartTime$=new pe(0);this.liveStreamStatus$=new pe(void 0);this.bufferLength$=new pe(0);this.liveLatency$=new pe(void 0);this.liveLoadBufferLength$=new pe(0);this.livePositionFromPlayer$=new pe(0);this.currentStallDuration$=new pe(0);this.videoLastDataObtainedTimestamp$=new pe(0);this.fetcherRecoverableError$=new lu;this.fetcherError$=new lu;this.liveStreamEndTimestamp=0;this.isUpdatingLive=!1;this.isJumpGapAfterSeekLive=!1;this.forceEnded$=new lu;this.gapWatchdogActive=!1;this.destroyController=new Z;this.initManifest=Jd(this.destroyController.signal,async function*(e,t,i){this.tracer.log("initManifest"),this.element=e,this.manifestUrlString=be(t,i,2),this.state$.startTransitionTo("manifest_ready"),this.manifest=yield this.updateManifest(),this.manifest?.streams.video.length?this.state$.setState("manifest_ready"):this.error$.next({id:"NoRepresentations",category:qt.PARSER,message:"No playable video representations"})}.bind(this));this.updateManifest=Jd(this.destroyController.signal,async function*(){this.tracer.log("updateManifestStart",{manifestUrl:this.manifestUrlString});let e=yield this.fetcher.fetchManifest(this.manifestUrlString).catch(n=>{!this.manifest&&!this.bufferLength$.getValue()&&this.error$.next({id:"LoadManifest",category:qt.NETWORK,message:"Failed to load manifest",thrown:n})});if(!e)return null;let t=null;try{t=TI(e??"",this.manifestUrlString)}catch(n){let o=Mo(e)??{id:"ManifestParsing",category:qt.PARSER,message:"Failed to parse MPD manifest",thrown:n};this.error$.next(o)}if(!t)return null;let i=(n,o,u)=>!!(this.element?.canPlayType?.(o)&&gt()?.isTypeSupported?.(`${o}; codecs="${u}"`)||n==="text");if(t.live){this.isLive$.next(!!t.live);let{availabilityStartTime:n,latestSegmentPublishTime:o,streamIsUnpublished:u,streamIsAlive:l}=t.live,c=(t.duration??0)/1e3;this.liveSeekableDuration$.next(-1*c),this.liveDuration$.next((o-n)/1e3),this.liveAvailabilityStartTime$.next(t.live.availabilityStartTime);let p="active";l||(p=u?"unpublished":"unexpectedly_down"),this.liveStreamStatus$.next(p)}let r={text:t.streams.text,video:[],audio:[]};for(let n of["video","audio"]){let u=t.streams[n].filter(({mime:p,codecs:d})=>i(n,p,d)),l=new Set(u.map(({codecs:p})=>p)),c=Wo(l);if(c&&(r[n]=u.filter(({codecs:p})=>p.startsWith(c))),n==="video"){let p=this.tuning.preferHDR,d=r.video.some(f=>f.hdr),h=r.video.some(f=>!f.hdr);F.display.isHDR&&p&&d?r.video=r.video.filter(f=>f.hdr):h&&(r.video=r.video.filter(f=>!f.hdr))}}let s={...t,streams:r};return this.tracer.log("updateManifestEnd",on(s)),s}.bind(this));this.initRepresentations=Jd(this.destroyController.signal,async function*(e,t,i){this.tracer.log("initRepresentationsStart",on({initialVideo:e,initialAudio:t,sourceHls:i})),Qr(this.manifest),Qr(this.element),this.representationSubscription.unsubscribe(),this.representationSubscription=new tp,this.state$.startTransitionTo("representations_ready");let r=d=>{this.representationSubscription.add(ci(d,"error").pipe(uu(h=>!!this.element?.played.length)).subscribe(h=>{this.error$.next({id:"VideoSource",category:qt.VIDEO_PIPELINE,message:"Unexpected video source error",thrown:h})}))};this.source=this.tuning.useManagedMediaSource?oo():new MediaSource;let s=document.createElement("source");if(r(s),s.src=URL.createObjectURL(this.source),this.element.appendChild(s),this.tuning.useManagedMediaSource&&xr())if(i){let d=document.createElement("source");r(d),d.type="application/x-mpegurl",d.src=i.url,this.element.appendChild(d)}else this.element.disableRemotePlayback=!0;this.isActiveLive$.next(this.isLive$.getValue());let n={fetcher:this.fetcher,tuning:this.tuning,getCurrentPosition:()=>this.element?this.element.currentTime*1e3:void 0,isActiveLowLatency:()=>this.isActiveLive$.getValue()&&this.isLowLatency$.getValue(),manifest:this.manifest},o=this.manifest.streams.video.reduce((d,h)=>[...d,...h.representations],[]);if(this.videoBufferManager=new en("video",this.source,o,n),this.bufferManagers=[this.videoBufferManager],un(t)){let d=this.manifest.streams.audio.reduce((h,f)=>[...h,...f.representations],[]);this.audioBufferManager=new en("audio",this.source,d,n),this.bufferManagers.push(this.audioBufferManager)}sn.isSupported(this.manifest.streams.text)&&!this.isLowLatency$.getValue()&&(this.liveTextManager=new sn(this.manifest.streams.text,n)),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$));let u=()=>{this.stallWatchdogSubscription?.unsubscribe(),this.currentStallDuration$.next(0)};if(this.representationSubscription.add(tr(...cC.map(d=>ci(this.element,d))).pipe(Kr(d=>this.element?Me(this.element.buffered,this.element.currentTime*1e3):0),nn(),oC(d=>{d>this.tuning.dash.bufferEmptinessTolerance&&u()})).subscribe(this.bufferLength$)),this.representationSubscription.add(tr(ci(this.element,"ended"),this.forceEnded$).subscribe(()=>{u()})),this.isLive$.getValue()){this.subscription.add(this.liveDuration$.pipe(nn()).subscribe(h=>this.liveStreamEndTimestamp=ep())),this.subscription.add(ci(this.element,"pause").subscribe(()=>{this.livePauseWatchdogSubscription=Zd(1e3).subscribe(h=>{let f=mi(this.manifestUrlString,2);this.manifestUrlString=be(this.manifestUrlString,f+1e3,2),this.liveStreamStatus$.getValue()==="active"&&this.updateManifest()}),this.subscription.add(this.livePauseWatchdogSubscription)})).add(ci(this.element,"play").subscribe(h=>this.livePauseWatchdogSubscription?.unsubscribe())),this.representationSubscription.add(Yr({isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(Kr(({isActiveLive:h,isLowLatency:f})=>h&&f),nn()).subscribe(h=>{this.isManualDecreasePlaybackInLive()||Fr(this.element,1)})),this.representationSubscription.add(Yr({bufferLength:this.bufferLength$,isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe(uu(({bufferLength:h,isActiveLive:f,isLowLatency:b})=>f&&b&&!!h)).subscribe(({bufferLength:h})=>this.liveBuffer.next(h))),this.representationSubscription.add(this.videoBufferManager.currentLowLatencySegmentLength$.subscribe(h=>{if(!this.isActiveLive$.getValue()&&!this.isLowLatency$.getValue()&&!h)return;let f=this.liveSeekableDuration$.getValue()-h/1e3;this.liveSeekableDuration$.next(Math.max(f,-1*this.tuning.dashCmafLive.maxLiveDuration)),this.liveDuration$.next(this.liveDuration$.getValue()+h/1e3)})),this.representationSubscription.add(Yr({isLive:this.isLive$,rtt:this.throughputEstimator.rtt$,bufferLength:this.bufferLength$,segmentServerLatency:this.videoBufferManager.currentLiveSegmentServerLatency$}).pipe(uu(({isLive:h})=>h),nn((h,f)=>f.bufferLength<h.bufferLength),Kr(({rtt:h,bufferLength:f,segmentServerLatency:b})=>{let g=mi(this.manifestUrlString,2);return(h/2+f+b+g)/1e3})).subscribe(this.liveLatency$)),this.representationSubscription.add(Yr({liveBuffer:this.liveBuffer.smoothed$,isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).subscribe(({liveBuffer:h,isActiveLive:f,isLowLatency:b})=>{if(!b||!f)return;let g=this.tuning.dashCmafLive.lowLatency.maxTargetOffset,S=this.tuning.dashCmafLive.lowLatency.maxTargetOffsetDeviation,T=this.tuning.dashCmafLive.lowLatency.playbackCatchupSpeedup,y=h-g;if(this.isManualDecreasePlaybackInLive())return;let E=1;Math.abs(y)>S&&(E=1+Math.sign(y)*T),Fr(this.element,E)})),this.representationSubscription.add(this.bufferLength$.subscribe(h=>{let f=0;if(h){let b=(this.element?.currentTime??0)*1e3;f=Math.min(...this.bufferManagers.map(S=>S.getLiveSegmentsToLoadState(this.manifest)?.to??b))-b}this.liveLoadBufferLength$.getValue()!==f&&this.liveLoadBufferLength$.next(f)}));let d=0;this.representationSubscription.add(Yr({liveLoadBufferLength:this.liveLoadBufferLength$,bufferLength:this.bufferLength$}).pipe(uC(1e3)).subscribe(async({liveLoadBufferLength:h,bufferLength:f})=>{if(!this.element||this.isUpdatingLive)return;let b=this.element.playbackRate,g=mi(this.manifestUrlString,2),S=Math.abs(this.livePositionFromPlayer$.getValue())*1e3,T=Math.min(S,this.tuning.dashCmafLive.normalizedTargetMinBufferSize*b),y=this.tuning.dashCmafLive.normalizedActualBufferOffset*b,E=this.tuning.dashCmafLive.normalizedLiveMinBufferSize*b,w=isFinite(h)?h:f,$=this.isActiveLive$.getValue()&&this.isLowLatency$.getValue(),_=S<=this.tuning.live.activeLiveDelay;this.isActiveLive$.next(_);let P="none";if($?P="active_low_latency":this.isLowLatency$.getValue()&&_?(this.bufferManagers.forEach(k=>k.proceedLowLatencyLive()),P="active_low_latency"):g!==0&&w<T?P="live_forward_buffering":w<T+E&&(P="live_with_target_offset"),isFinite(h)&&(d=h>d?h:d),P==="live_forward_buffering"||P==="live_with_target_offset"){let k=d-(T+y),v=this.normolizeLiveOffset(Math.trunc(g+k/b)),C=Math.abs(v-g),I=0;!h||C<=this.tuning.dashCmafLive.offsetCalculationError?I=g:v>0&&C>this.tuning.dashCmafLive.offsetCalculationError&&(I=v),this.manifestUrlString=be(this.manifestUrlString,I,2)}(P==="live_with_target_offset"||P==="live_forward_buffering")&&(d=0,await this.updateLive())},h=>{this.error$.next({id:"updateLive",category:qt.VIDEO_PIPELINE,thrown:h,message:"Failed to update live with subscription"})}))}let l=tr(...this.bufferManagers.map(d=>d.fullyBuffered$)).pipe(Kr(()=>this.bufferManagers.every(d=>d.fullyBuffered$.getValue()))),c=tr(...this.bufferManagers.map(d=>d.onLastSegment$)).pipe(Kr(()=>this.bufferManagers.some(d=>d.onLastSegment$.getValue()))),p=Yr({allBuffersFull:l,someBufferEnded:c}).pipe(nn(),Kr(({allBuffersFull:d,someBufferEnded:h})=>d&&h),uu(d=>d));if(this.representationSubscription.add(tr(this.forceEnded$,p).subscribe(()=>{if(this.source&&this.source.readyState==="open"&&Array.from(this.source.sourceBuffers).every(d=>!d.updating))try{this.source?.endOfStream()}catch(d){this.error$.next({id:"EndOfStream",category:qt.VIDEO_PIPELINE,message:"Failed to end MediaSource stream",thrown:d})}})),this.representationSubscription.add(tr(...this.bufferManagers.map(d=>d.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 d=this.tuning.dash.sourceOpenTimeout>=0;yield new Promise((h,f)=>{d&&(this.timeoutSourceOpenId=setTimeout(()=>{if(this.source?.readyState==="open"){h();return}this.tuning.dash.rejectOnSourceOpenTimeout?f(new Error("Timeout reject when wait sourceopen event")):h()},this.tuning.dash.sourceOpenTimeout)),this.source?.addEventListener("sourceopen",()=>{this.timeoutSourceOpenId&&clearTimeout(this.timeoutSourceOpenId),h()},{once:!0})})}if(!this.isLive$.getValue()){let d=[this.manifest.duration??0,...(0,ip.default)((0,ip.default)([...this.manifest.streams.audio,...this.manifest.streams.video],h=>h.representations),h=>{let f=[];return h.duration&&f.push(h.duration),Ke(h.segmentReference)&&h.segmentReference.totalSegmentsDurationMs&&f.push(h.segmentReference.totalSegmentsDurationMs),f})];this.source.duration=Math.max(...d)/1e3}this.audioBufferManager&&un(t)?yield Promise.all([this.videoBufferManager.startWith(e),this.audioBufferManager.startWith(t)]):yield this.videoBufferManager.startWith(e),this.state$.setState("representations_ready"),this.tracer.log("initRepresentationsEnd")}.bind(this));this.tick=()=>{if(!this.element||!this.videoBufferManager||this.source?.readyState!=="open")return;let e=this.element.currentTime*1e3;this.videoBufferManager.maintain(e),this.audioBufferManager?.maintain(e),this.liveTextManager?.maintain(e),(this.videoBufferManager.gaps.length||this.audioBufferManager?.gaps.length)&&!this.gapWatchdogActive&&(this.gapWatchdogActive=!0,this.gapWatchdogSubscription=Zd(this.tuning.gapWatchdogInterval).subscribe(()=>this.jumpGap(),t=>{this.error$.next({id:"GapWatchdog",category:qt.WTF,message:"Error handling gaps",thrown:t})}),this.subscription.add(this.gapWatchdogSubscription))};this.throughputEstimator=e.throughputEstimator,this.tuning=e.tuning,this.tracer=e.tracer.createComponentTracer(this.constructor.name),this.fetcher=new ou({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.liveBuffer=si.getLiveBufferSmoothedValue(this.tuning.dashCmafLive.lowLatency.maxTargetOffset,{...e.tuning.dashCmafLive.lowLatency.bufferEstimator}),this.initTracerSubscription()}async seekLive(e){Qr(this.element);let t=this.liveStreamStatus$.getValue()!=="active"?ep()-this.liveStreamEndTimestamp:0,i=this.normolizeLiveOffset(e+t);this.isActiveLive$.next(i===0),this.manifestUrlString=be(this.manifestUrlString,i,2),this.manifest=await this.updateManifest(),this.manifest&&(this.isJumpGapAfterSeekLive=!0,await this.videoBufferManager?.seekLive(this.manifest.streams.video),await this.audioBufferManager?.seekLive(this.manifest.streams.audio),this.liveTextManager?.seekLive(this.manifest.streams.text))}initBuffer(){Qr(this.element),this.state$.setState("running"),this.subscription.add(tr(...lC.map(e=>ci(this.element,e)),ci(window,"online")).subscribe(()=>this.tick(),e=>{this.error$.next({id:"DashVKPlayer",category:qt.WTF,message:"Internal logic error",thrown:e})})),this.subscription.add(ci(this.element,"progress").subscribe(()=>{this.element&&this.element.readyState===HTMLMediaElement.HAVE_CURRENT_DATA&&!this.element.seeking&&(this.element.currentTime=this.element.currentTime)})),this.subscription.add(ci(this.element,"waiting").subscribe(()=>{this.element&&this.element.readyState===HTMLMediaElement.HAVE_CURRENT_DATA&&!this.element.seeking&&Ne(this.element.buffered,this.element.currentTime*1e3)&&(this.element.currentTime=this.element.currentTime);let e=()=>{if(!this.element||this.source?.readyState!=="open")return;let t=this.currentStallDuration$.getValue();t+=50,this.currentStallDuration$.next(t);let i={timeInWaiting:t},r=ep(),s=100,n=this.videoBufferManager?.lastDataObtainedTimestamp??0;this.videoLastDataObtainedTimestamp$.next(n);let o=this.audioBufferManager?.lastDataObtainedTimestamp??0,u=this.videoBufferManager?.getForwardBufferDuration()??0,l=this.audioBufferManager?.getForwardBufferDuration()??0,c=u<s&&r-n>this.tuning.dash.crashOnStallTWithoutDataTimeout,p=this.audioBufferManager&&l<s&&r-o>this.tuning.dash.crashOnStallTWithoutDataTimeout;if((c||p)&&t>this.tuning.dash.crashOnStallTWithoutDataTimeout||t>=this.tuning.dash.crashOnStallTimeout)throw new Error(`Stall timeout exceeded: ${t} ms`);if(this.isLive$.getValue()&&t%2e3===0){let d=this.normolizeLiveOffset(-1*this.livePositionFromPlayer$.getValue()*1e3);this.seekLive(d).catch(h=>{this.error$.next({id:"stallIntervalCallback",category:qt.VIDEO_PIPELINE,message:"stallIntervalCallback failed",thrown:h})}),i.liveLastOffset=d}else{let d=this.element.currentTime*1e3;this.videoBufferManager?.maintain(d),this.audioBufferManager?.maintain(d),i.position=d}this.tracer.log("stallIntervalCallback",on(i))};this.stallWatchdogSubscription?.unsubscribe(),this.stallWatchdogSubscription=Zd(50).subscribe(e,t=>{this.error$.next({id:"StallWatchdogCallback",category:qt.NETWORK,message:"Can't restore DASH after stall.",thrown:t})}),this.subscription.add(this.stallWatchdogSubscription)})),this.tick()}async switchRepresentation(e,t,i=!1){let r={video:this.videoBufferManager,audio:this.audioBufferManager,text:null}[e];return this.tuning.useNewSwitchTo?this.currentStallDuration$.getValue()>0?r?.switchToWithPreviousAbort(t,i):r?.switchTo(t,i):r?.switchToOld(t,i)}async seek(e,t){Qr(this.element),Qr(this.videoBufferManager);let i;t||this.element.duration*1e3<=this.tuning.dashSeekInSegmentDurationThreshold||Math.abs(this.element.currentTime*1e3-e)<=this.tuning.dashSeekInSegmentAlwaysSeekDelta?i=e:i=Math.max(this.videoBufferManager.findSegmentStartTime(e)??e,this.audioBufferManager?.findSegmentStartTime(e)??e),this.warmUpMediaSourceIfNeeded(i),Ne(this.element.buffered,i)||await Promise.all([this.videoBufferManager.abort(),this.audioBufferManager?.abort()]),!(kI(this.element)||kI(this.videoBufferManager))&&(this.videoBufferManager.maintain(i),this.audioBufferManager?.maintain(i),this.element.currentTime=i/1e3,this.tracer.log("seek",on({requestedPosition:e,forcePrecise:t,position:i})))}warmUpMediaSourceIfNeeded(e=this.element?.currentTime){un(this.element)&&un(this.source)&&un(e)&&this.source?.readyState==="ended"&&this.element.duration*1e3-e>this.tuning.dash.seekBiasInTheEnd&&this.bufferManagers.forEach(t=>t.warmUpMediaSource())}get isStreamEnded(){return this.source?.readyState==="ended"}stop(){this.tracer.log("stop"),this.element?.querySelectorAll("source").forEach(e=>{URL.revokeObjectURL(e.src),e.remove()}),this.element=null,this.source=null,this.manifest=null,this.currentVideoRepresentation$.next(void 0),this.videoBufferManager?.destroy(),this.videoBufferManager=null,this.audioBufferManager?.destroy(),this.audioBufferManager=null,this.bufferManagers=[],this.state$.setState("none")}setBufferTarget(e){for(let t of this.bufferManagers)t.setTarget(e)}getStreams(){return this.manifest?.streams}setPreloadOnly(e){for(let t of this.bufferManagers)t.setPreloadOnly(e)}destroy(){this.subscription.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=nC(this.tracer.error.bind(this.tracer));this.subscription.add(this.error$.subscribe(e("error")))}isManualDecreasePlaybackInLive(){return!this.element||!this.isLive$.getValue()?!1:1-this.element.playbackRate>this.tuning.dashCmafLive.lowLatency.playbackCatchupSpeedup}normolizeLiveOffset(e){return Math.trunc(e/1e3)*1e3}async updateLive(){this.isUpdatingLive=!0,this.manifest=await this.updateManifest(),this.manifest&&(this.bufferManagers?.forEach(e=>e.updateLive(this.manifest)),this.liveTextManager?.updateLive(this.manifest)),this.isUpdatingLive=!1}jumpGap(){if(!this.element||!this.videoBufferManager)return;let e=this.videoBufferManager.getBufferedTo();if(e===null)return;let t=this.isActiveLive$.getValue()&&this.isLowLatency$.getValue();this.isJumpGapAfterSeekLive&&!t&&this.element.currentTime>e&&(this.isJumpGapAfterSeekLive=!1,this.element.currentTime=0);let i=this.element.currentTime*1e3,r=null,s=this.element.readyState===HTMLMediaElement.HAVE_METADATA?this.tuning.endGapTolerance:0;for(let n of this.bufferManagers)for(let o of n.gaps)n.playingRepresentation$.getValue()===o.representation&&o.from-s<=i&&o.to+s>i&&(this.element.duration*1e3-o.to<this.tuning.endGapTolerance?r=1/0:(r===null||o.to>r)&&(r=o.to));if(r!==null){let n=r+10;this.gapWatchdogSubscription.unsubscribe(),this.gapWatchdogActive=!1,n===1/0?this.forceEnded$.next():(this.element.currentTime=n/1e3,this.tracer.log("jumpGap",on({isJumpGapAfterSeekLive:this.isJumpGapAfterSeekLive,isActiveLowLatency:t,initialCurrentTime:this.element.currentTime,jumpTo:n,resultCurrentTime:this.element.currentTime})))}}};import{combine as dC,map as pC,observeElementSize as hC,Subscription as fC,ValueSubject as rp,noop as mC}from"@vkontakte/videoplayer-shared";var du=class{constructor(){this.subscription=new fC;this.pipSize$=new rp(void 0);this.videoSize$=new rp(void 0);this.elementSize$=new rp(void 0);this.pictureInPictureWindowRemoveEventListener=mC}connect({observableVideo:e,video:t}){let i=r=>{let s=r.target;this.pipSize$.next({width:s.width,height:s.height})};this.subscription.add(hC(t).subscribe(this.videoSize$)).add(e.enterPip$.subscribe(({pictureInPictureWindow:r})=>{this.pipSize$.next({width:r.width,height:r.height}),r.addEventListener("resize",i),this.pictureInPictureWindowRemoveEventListener=()=>{r.removeEventListener("resize",i)}})).add(e.leavePip$.subscribe(()=>{this.pictureInPictureWindowRemoveEventListener()})).add(dC({videoSize:this.videoSize$,pipSize:this.pipSize$,inPip:e.inPiP$}).pipe(pC(({videoSize:r,inPip:s,pipSize:n})=>s?n:r)).subscribe(this.elementSize$))}getValue(){return this.elementSize$.getValue()}subscribe(e,t){return this.elementSize$.subscribe(e,t)}getObservable(){return this.elementSize$}destroy(){this.pictureInPictureWindowRemoveEventListener(),this.subscription.unsubscribe()}};var ir=class{constructor(e){this.subscription=new TC;this.videoState=new N("stopped");this.droppedFramesManager=new Rr;this.stallsManager=new Zo;this.elementSizeManager=new du;this.videoTracksMap=new Map;this.audioTracksMap=new Map;this.textTracksMap=new Map;this.videoStreamsMap=new Map;this.audioStreamsMap=new Map;this.videoTrackSwitchHistory=new vi;this.audioTrackSwitchHistory=new vi;this.selectedRepresentations={audio:null,video:null};this.syncPlayback=()=>{let e=this.videoState.getState(),t=this.params.desiredState.playbackState.getState(),i=this.params.desiredState.playbackState.getTransition(),r=this.params.desiredState.seekState.getState();if(!this.videoState.getTransition()){if(r.state==="requested"&&i?.to!=="paused"&&e!=="stopped"&&t!=="stopped"&&this.seek(r.position,r.forcePrecise),t==="stopped"){e!=="stopped"&&(this.videoState.startTransitionTo("stopped"),this.player.stop(),this.video.load(),this.params.output.position$.next(0),this.params.output.duration$.next(1/0),this.params.output.currentBuffer$.next(void 0),this.params.output.hostname$.next(void 0),this.videoState.setState("stopped"),A(this.params.desiredState.playbackState,"stopped",!0));return}switch(e){case"stopped":this.videoState.startTransitionTo("ready"),this.prepare();return;case"ready":t==="paused"?(this.videoState.setState("paused"),A(this.params.desiredState.playbackState,"paused")):t==="playing"?(this.videoState.startTransitionTo("playing"),this.playIfAllowed()):i?.to==="ready"&&A(this.params.desiredState.playbackState,"ready");return;case"playing":t==="paused"?(this.videoState.startTransitionTo("paused"),this.video.paused?this.videoState.setState("paused"):this.video.pause()):t==="playing"&&this.video.paused?this.playIfAllowed():i?.to==="playing"&&A(this.params.desiredState.playbackState,"playing");return;case"paused":t==="playing"?(this.videoState.startTransitionTo("playing"),this.playIfAllowed()):i?.to==="paused"&&A(this.params.desiredState.playbackState,"paused");return;default:return gC(e)}}};this.init3DScene=e=>{if(this.scene3D)return;this.scene3D=new jr(this.params.container,this.video,{fov:this.params.tuning.spherical.fov,orientation:this.params.tuning.spherical.orientation||{x:e.projectionData?.pose.yaw||0,y:e.projectionData?.pose.pitch||0,z:e.projectionData?.pose.roll||0},rotationSpeed:this.params.tuning.spherical.rotationSpeed,maxYawAngle:this.params.tuning.spherical.maxYawAngle,rotationSpeedCorrection:this.params.tuning.spherical.rotationSpeedCorrection,degreeToPixelCorrection:this.params.tuning.spherical.degreeToPixelCorrection,speedFadeTime:this.params.tuning.spherical.speedFadeTime,speedFadeThreshold:this.params.tuning.spherical.speedFadeThreshold});let t=this.elementSizeManager.getValue();t&&this.scene3D.setViewportSize(t.width,t.height)};this.destroy3DScene=()=>{this.scene3D&&(this.scene3D.destroy(),this.scene3D=void 0)};this.textTracksManager=new Ze(e.source.url),this.params=e,this.video=Ce(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(xe(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 cu({throughputEstimator:this.params.dependencies.throughputEstimator,tuning:this.params.tuning,compatibilityMode:this.params.source.compatibilityMode,tracer:this.tracer}),this.subscribe()}getProviderSubscriptionInfo(){let{output:e,desiredState:t}=this.params,i=_e(this.video);this.subscription.add(()=>i.destroy());let r=this.constructor.name,s=o=>{e.error$.next({id:r,category:AI.WTF,message:`${r} internal logic error`,thrown:o})};return{output:e,desiredState:t,observableVideo:i,genericErrorListener:s,connect:(o,u)=>this.subscription.add(o.subscribe(u,s))}}subscribe(){let{output:e,desiredState:t,observableVideo:i,genericErrorListener:r,connect:s}=this.getProviderSubscriptionInfo();this.subscription.add(this.params.output.availableVideoTracks$.pipe(RI(l=>!!l.length),MI()).subscribe(l=>{this.droppedFramesManager.connect({logger:this.params.dependencies.logger,video:this.video,droppedFramesChecker:this.params.tuning.droppedFramesChecker,isAuto:this.params.desiredState.autoVideoTrackSwitching,playing$:i.playing$,pause$:i.pause$,tracks:l})}));let n=this.params.desiredState.seekState.stateChangeEnded$.pipe(ap(l=>l.to.state!=="none"),pu());this.stallsManager.connect({isSeeked$:n,currentStallDuration$:this.player.currentStallDuration$,videoLastDataObtainedTimestamp$:this.player.videoLastDataObtainedTimestamp$,throughput$:this.params.dependencies.throughputEstimator.throughput$,rtt$:this.params.dependencies.throughputEstimator.rtt$,tuning:this.params.tuning.stallsManager,abrParams:this.params.tuning.autoTrackSelection,isBuffering$:i.isBuffering$,looped$:i.looped$,playing$:i.playing$}),s(i.ended$,e.endedEvent$),s(i.looped$,e.loopedEvent$),s(i.error$,e.error$),s(i.isBuffering$,e.isBuffering$),s(i.currentBuffer$,e.currentBuffer$),s(i.playing$,e.firstFrameEvent$),s(i.canplay$,e.canplay$),s(i.inPiP$,e.inPiP$),s(i.inFullscreen$,e.inFullscreen$),s(i.loadedMetadata$,e.loadedMetadataEvent$),s(this.player.error$,e.error$),s(this.player.fetcherRecoverableError$,e.fetcherRecoverableError$),s(this.player.fetcherError$,e.fetcherError$),s(this.player.lastConnectionType$,e.httpConnectionType$),s(this.player.lastConnectionReused$,e.httpConnectionReused$),s(this.player.isLive$,e.isLive$),s(this.player.lastRequestFirstBytes$.pipe(RI(LI),MI()),e.firstBytesEvent$),s(this.stallsManager.severeStallOccurred$,e.severeStallOccurred$),s(this.videoState.stateChangeEnded$.pipe(ap(l=>l.to)),this.params.output.playbackState$),this.subscription.add(i.loopExpected$.subscribe(l=>{t.seekState.setState({state:"requested",position:0,forcePrecise:!1})})),this.subscription.add(i.looped$.subscribe(()=>this.player.warmUpMediaSourceIfNeeded(),r)),this.subscription.add(i.seeked$.subscribe(e.seekedEvent$,r)),this.subscription.add(vt(this.video,t.isLooped,r)),this.subscription.add(Oe(this.video,t.volume,i.volumeState$,r)),this.subscription.add(i.volumeState$.subscribe(this.params.output.volume$,r)),this.subscription.add(Je(this.video,t.playbackRate,i.playbackRateState$,r)),this.elementSizeManager.connect({video:this.video,observableVideo:i}),s(tt(this.video,{threshold:this.params.tuning.autoTrackSelection.activeVideoAreaThreshold}),e.elementVisible$),this.subscription.add(i.playing$.subscribe(()=>{this.videoState.setState("playing"),A(t.playbackState,"playing"),this.scene3D&&this.scene3D.play()},r)).add(i.pause$.subscribe(()=>{this.videoState.setState("paused"),A(t.playbackState,"paused")},r)).add(i.canplay$.subscribe(()=>{this.videoState.getState()==="playing"&&this.playIfAllowed()},r)),this.subscription.add(this.player.state$.stateChangeEnded$.subscribe(({to:l})=>{if(l==="manifest_ready"){this.videoTracksMap=new Map,this.audioTracksMap=new Map,this.textTracksMap=new Map;let c=this.player.getStreams();if(SC(c,"Manifest not loaded or empty"),!this.params.tuning.isAudioDisabled){let d=[];for(let h of c.audio){d.push(qd(h));let f=[];for(let b of h.representations){let g=pI(b);f.push(g),this.audioTracksMap.set(g,{stream:h,representation:b})}this.audioStreamsMap.set(h,f)}this.params.output.availableAudioStreams$.next(d)}let p=[];for(let d of c.video){p.push(jd(d));let h=[];for(let f of d.representations){let b=dI({...f,streamId:d.id});b&&(h.push(b),this.videoTracksMap.set(b,{stream:d,representation:f}))}this.videoStreamsMap.set(d,h)}this.params.output.availableVideoStreams$.next(p);for(let d of c.text)for(let h of d.representations){let f=hI(d,h);this.textTracksMap.set(f,{stream:d,representation:h})}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),this.audioTracksMap.size&&this.textTracksMap.size&&this.params.desiredState.internalTextTracks.startTransitionTo(Array.from(this.textTracksMap.keys()))}else l==="representations_ready"&&(this.videoState.setState("ready"),this.player.initBuffer())},r)),this.subscription.add(hu(this.player.currentStallDuration$,this.player.state$.stateChangeEnded$,t.videoTrack.stateChangeStarted$,t.autoVideoTrackSwitching.transitionStarted$,this.params.dependencies.throughputEstimator.rttAdjustedThroughput$,t.autoVideoTrackLimits.stateChangeStarted$,t.videoStream.stateChangeStarted$,t.audioStream.stateChangeStarted$,this.elementSizeManager.getObservable(),this.params.output.elementVisible$,this.droppedFramesManager.onDroopedVideoFramesLimit$,yC(this.video,"progress")).subscribe(async()=>{let l=this.player.state$.getState(),c=this.player.state$.getTransition();if(l!=="manifest_ready"&&l!=="running"||c)return;t.autoVideoTrackSwitching.getTransition()&&t.autoVideoTrackSwitching.setState(t.autoVideoTrackSwitching.getState()),this.selectVideoAudioRepresentations();let{video:p,audio:d}=this.selectedRepresentations;if(!p)return;let h=Zi(this.videoTracksMap.keys(),b=>this.videoTracksMap.get(b)?.representation.id===p.id);LI(h)&&(this.stallsManager.lastVideoTrackSelected=h);let f=this.params.desiredState.autoVideoTrackLimits.getTransition();if(f&&this.params.output.autoVideoTrackLimits$.next(f.to),l==="manifest_ready")await this.player.initRepresentations(p.id,d?.id,this.params.sourceHls);else if(await this.player.switchRepresentation("video",p.id),d){let b=!!t.audioStream.getTransition();await this.player.switchRepresentation("audio",d.id,b)}},r)),this.subscription.add(t.cameraOrientation.stateChangeEnded$.subscribe(({to:l})=>{this.scene3D&&l&&this.scene3D.pointCameraTo(l.x,l.y)})),this.subscription.add(this.elementSizeManager.subscribe(l=>{this.scene3D&&l&&this.scene3D.setViewportSize(l.width,l.height)})),this.subscription.add(this.player.currentVideoRepresentation$.pipe(pu()).subscribe(l=>{let c=Zi(this.videoTracksMap.entries(),([,{representation:f}])=>f.id===l);if(!c){e.currentVideoTrack$.next(void 0),e.currentVideoStream$.next(void 0);return}let[p,{stream:d}]=c,h=this.params.desiredState.videoStream.getTransition();h&&h.to&&h.to.id===d.id&&this.params.desiredState.videoStream.setState(h.to),e.currentVideoTrack$.next(p),e.currentVideoStream$.next(jd(d))},r)),this.subscription.add(this.player.currentAudioRepresentation$.pipe(pu()).subscribe(l=>{let c=Zi(this.audioTracksMap.entries(),([,{representation:f}])=>f.id===l);if(!c){e.currentAudioStream$.next(void 0);return}let[p,{stream:d}]=c,h=this.params.desiredState.audioStream.getTransition();h&&h.to&&h.to.id===d.id&&this.params.desiredState.audioStream.setState(h.to),e.currentAudioStream$.next(qd(d))},r)),this.subscription.add(this.player.currentVideoRepresentationInit$.subscribe(l=>{if(l?.is3dVideo&&this.params.tuning.spherical?.enabled)try{this.init3DScene(l),e.is3DVideo$.next(!0)}catch(c){e.warning$.next({id:"DashProvider",message:`DashProvider could not initialize 3D-scene: ${c}`})}else this.destroy3DScene(),this.params.tuning.spherical?.enabled&&e.is3DVideo$.next(!1)},r)),this.subscription.add(this.player.currentVideoSegmentLength$.subscribe(e.currentVideoSegmentLength$,r)),this.subscription.add(this.player.currentAudioSegmentLength$.subscribe(e.currentAudioSegmentLength$,r)),this.textTracksManager.connect(this.video,t,e);let o=t.playbackState.stateChangeStarted$.pipe(ap(({to:l})=>l==="ready"),pu());this.subscription.add(hu(o,t.autoVideoTrackSwitching.stateChangeStarted$,this.player.state$.stateChangeEnded$,sp(["init"])).subscribe(()=>{let l=t.autoVideoTrackSwitching.getState(),p=t.playbackState.getState()==="ready"?this.params.tuning.dash.forwardBufferTargetPreload:l?this.params.tuning.dash.forwardBufferTargetAuto:this.params.tuning.dash.forwardBufferTargetManual;this.player.setBufferTarget(p)})),this.subscription.add(hu(o,this.player.state$.stateChangeEnded$,sp(["init"])).subscribe(()=>this.player.setPreloadOnly(t.playbackState.getState()==="ready")));let u=hu(t.playbackState.stateChangeStarted$,t.videoTrack.stateChangeStarted$,t.seekState.stateChangeEnded$,this.videoState.stateChangeEnded$,sp(["init"])).pipe(vC(0));this.subscription.add(u.subscribe(this.syncPlayback,r))}selectVideoAudioRepresentations(){if(this.player.isStreamEnded)return;let e=this.params.tuning.useNewAutoSelectVideoTrack?Ma:La,t=this.params.tuning.useNewAutoSelectVideoTrack?Eo:xo,i=this.params.tuning.useNewAutoSelectVideoTrack?Ft:Io,{desiredState:r,output:s}=this.params,n=r.autoVideoTrackSwitching.getState(),o=r.videoTrack.getState()?.id,u=Zi(this.videoTracksMap.keys(),P=>P.id===o),l=s.currentVideoTrack$.getValue(),c=r.videoStream.getState()??(u&&this.videoTracksMap.get(u)?.stream)??this.videoStreamsMap.size===1?this.videoStreamsMap.keys().next().value:void 0;if(!c)return;let p=Zi(this.videoStreamsMap.keys(),P=>P.id===c.id),d=p&&this.videoStreamsMap.get(p);if(!d)return;let h=Me(this.video.buffered,this.video.currentTime*1e3),f;this.player.isActiveLive$.getValue()?f=this.player.isLowLatency$.getValue()?this.params.tuning.dashCmafLive.lowLatency.maxTargetOffset:this.params.tuning.dashCmafLive.normalizedLiveMinBufferSize:this.player.isLive$.getValue()?f=this.params.tuning.dashCmafLive.normalizedTargetMinBufferSize:f=n?this.params.tuning.dash.forwardBufferTargetAuto:this.params.tuning.dash.forwardBufferTargetManual;let b=(this.video.duration*1e3||1/0)-this.video.currentTime*1e3,g=Math.min(h/Math.min(f,b||1/0),1),S=r.audioStream.getState()??(this.audioStreamsMap.size===1?this.audioStreamsMap.keys().next().value:void 0),T=S?.id&&Zi(this.audioStreamsMap.keys(),P=>P.id===S.id)||this.audioStreamsMap.keys().next().value,y=0;if(T){if(u&&!n){let P=e(u,d,this.audioStreamsMap.get(T)??[],this.params.tuning.autoTrackSelection.minVideoAudioRatio);y=Math.max(y,P?.bitrate??-1/0)}if(l){let P=e(l,d,this.audioStreamsMap.get(T)??[],this.params.tuning.autoTrackSelection.minVideoAudioRatio);y=Math.max(y,P?.bitrate??-1/0)}}let E=u;(n||!E)&&(E=i(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:y,forwardBufferHealth:g,current:l,visible:this.params.output.elementVisible$.getValue(),history:this.videoTrackSwitchHistory,playbackRate:this.video.playbackRate,droppedVideoMaxQualityLimit:this.droppedFramesManager.droppedVideoMaxQualityLimit,stallsVideoMaxQualityLimit:this.stallsManager.videoMaxQualityLimit,stallsPredictedThroughput:this.stallsManager.predictedThroughput,abrLogger:this.params.dependencies.abrLogger}));let w=T&&t(E,d,this.audioStreamsMap.get(T)??[],{estimatedThroughput:this.params.dependencies.throughputEstimator.rttAdjustedThroughput$.getValue(),stallsPredictedThroughput:this.stallsManager.predictedThroughput,tuning:this.stallsManager.abrTuningParams,forwardBufferHealth:g,history:this.audioTrackSwitchHistory,playbackRate:this.video.playbackRate,abrLogger:this.params.dependencies.abrLogger}),$=this.videoTracksMap.get(E)?.representation,_=w&&this.audioTracksMap.get(w)?.representation;$&&_?(this.selectedRepresentations.video=$,this.selectedRepresentations.audio=_):$&&!_&&this.audioTracksMap.size===0&&(this.selectedRepresentations.video=$,this.selectedRepresentations.audio=null)}prepare(e=0){this.player.initManifest(this.video,this.params.source.url,e)}playIfAllowed(){Fe(this.video,()=>{this.params.output.soundProhibitedEvent$.next()}).then(e=>{e||(this.videoState.setState("paused"),A(this.params.desiredState.playbackState,"paused",!0))},e=>this.params.output.error$.next({id:"ForcePlay",message:"play() failed even with workarounds",category:AI.DOM,thrown:e}))}destroy(){this.subscription.unsubscribe(),this.droppedFramesManager.destroy(),this.stallsManager.destroy(),this.elementSizeManager.destroy(),this.destroy3DScene(),this.textTracksManager.destroy(),this.player.destroy(),this.params.output.element$.next(void 0),this.params.output.currentVideoStream$.next(void 0),Ve(this.video),this.tracer.end()}};var ln=class extends ir{subscribe(){super.subscribe();let{output:e,observableVideo:t,connect:i}=this.getProviderSubscriptionInfo();i(t.timeUpdate$,e.position$),i(t.durationChange$,e.duration$)}seek(e,t){this.params.output.willSeekEvent$.next(),this.player.seek(e,t)}};import{combine as np,merge as $I,filter as BI,filterChanged as IC,isNullable as op,map as DI,ValueSubject as up,isNonNullable as xC}from"@vkontakte/videoplayer-shared";var cn=class extends ir{constructor(e){super(e),this.textTracksManager.destroy()}subscribe(){super.subscribe();let e=-1,{output:t,observableVideo:i,desiredState:r,connect:s}=this.getProviderSubscriptionInfo();this.params.output.position$.next(0),this.params.output.isLive$.next(!0),s(i.timeUpdate$,t.liveBufferTime$),s(this.player.liveSeekableDuration$,t.duration$),s(this.player.liveLatency$,t.liveLatency$);let n=new up(1);s(i.playbackRateState$,n),this.subscription.add(this.params.output.position$.subscribe(this.player.livePositionFromPlayer$)).add(r.isLowLatency.stateChangeEnded$.pipe(DI(o=>o.to)).subscribe(this.player.isLowLatency$)).add(np({liveBufferTime:t.liveBufferTime$,liveAvailabilityStartTime:this.player.liveAvailabilityStartTime$}).pipe(DI(({liveBufferTime:o,liveAvailabilityStartTime:u})=>o&&u?o+u:void 0)).subscribe(t.liveTime$)).add(this.player.liveStreamStatus$.pipe(BI(o=>xC(o))).subscribe(o=>t.isLiveEnded$.next(o!=="active"&&t.position$.getValue()===0))).add(np({liveDuration:this.player.liveDuration$,liveStreamStatus:this.player.liveStreamStatus$,playbackRate:$I(i.playbackRateState$,new up(1))}).pipe(BI(({liveStreamStatus:o,liveDuration:u})=>o==="active"&&!!u)).subscribe(({liveDuration:o,playbackRate:u})=>{let l=t.liveBufferTime$.getValue(),c=t.position$.getValue(),{playbackCatchupSpeedup:p}=this.params.tuning.dashCmafLive.lowLatency;c||u<1-p||this.video.paused||op(l)||(e=o-l)})).add(np({time:t.liveBufferTime$,liveDuration:this.player.liveDuration$,playbackRate:$I(i.playbackRateState$,new up(1))}).pipe(IC((o,u)=>this.player.liveStreamStatus$.getValue()==="active"?o.liveDuration===u.liveDuration:o.time===u.time)).subscribe(({time:o,liveDuration:u,playbackRate:l})=>{let c=t.position$.getValue(),{playbackCatchupSpeedup:p}=this.params.tuning.dashCmafLive.lowLatency;if(!c&&!this.video.paused&&l>=1-p||op(o)||op(u))return;let d=-1*(u-o-e);t.position$.next(Math.min(d,0))})).add(this.player.currentLiveTextRepresentation$.subscribe(o=>{if(o){let u=fI(o);this.params.output.availableTextTracks$.next([u])}}))}seek(e){this.params.output.willSeekEvent$.next();let t=-e,i=Math.trunc(t/1e3<=Math.abs(this.params.output.duration$.getValue())?t:0);this.player.seekLive(i).then(()=>{this.params.output.position$.next(e/1e3)})}};var VI=V(xa(),1);import{assertNever as dn,assertNonNullable as CI,debounce as EC,ErrorCategory as fu,filter as wC,isNonNullable as PC,isNullable as kC,map as mu,merge as AC,Observable as RC,observableFrom as LC,Subscription as MC,videoSizeToQuality as $C}from"@vkontakte/videoplayer-shared";var Bt={};var Xr=(a,e)=>new RC(t=>{let i=(r,s)=>t.next(s);return a.on(e,i),()=>a.off(e,i)}),pn=class{constructor(e){this.subscription=new MC;this.videoState=new N("initializing");this.trackLevels=new Map;this.syncPlayback=()=>{let e=this.videoState.getState(),t=this.params.desiredState.playbackState.getState(),i=this.params.desiredState.playbackState.getTransition(),r=this.params.desiredState.seekState.getState();if(e!=="initializing")switch(i?.to!=="paused"&&r.state==="requested"&&this.seek(r.position),t){case"stopped":switch(e){case"stopped":break;case"ready":case"playing":case"paused":this.stop();break;default:dn(e)}break;case"ready":switch(e){case"stopped":this.prepare();break;case"ready":case"playing":case"paused":break;default:dn(e)}break;case"playing":switch(e){case"playing":break;case"stopped":this.prepare();break;case"ready":case"paused":this.playIfAllowed();break;default:dn(e)}break;case"paused":switch(e){case"paused":break;case"stopped":this.prepare();break;case"ready":this.videoState.setState("paused"),A(this.params.desiredState.playbackState,"paused");break;case"playing":this.pause();break;default:dn(e)}break;default:dn(t)}};this.textTracksManager=new Ze(e.source.url),this.video=Ce(e.container,e.tuning),this.params=e,this.params.output.element$.next(this.video),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(xe(this.params.source.url)),this.loadHlsJs()}destroy(){this.subscription.unsubscribe(),this.trackLevels.clear(),this.textTracksManager.destroy(),this.hls?.detachMedia(),this.hls?.destroy(),this.params.output.element$.next(void 0),Ve(this.video)}loadHlsJs(){let e=!1,t=r=>{e||this.params.output.error$.next({id:r==="timeout"?"HlsJsTimeout":"HlsJsLoadError",category:fu.NETWORK,message:"Failed to load Hls.js",thrown:r}),e=!0},i=window.setTimeout(()=>t("timeout"),this.params.tuning.dynamicImportTimeout);(0,VI.default)(import("hls.js").then(r=>{e||(Bt.Hls=r.default,Bt.Events=r.default.Events,this.init())},t),()=>{window.clearTimeout(i),e=!0})}init(){CI(Bt.Hls,"hls.js not loaded"),this.hls=new Bt.Hls({fragLoadingMaxRetry:5,levelLoadingMaxRetry:2,manifestLoadingMaxRetry:2,fragLoadingMaxRetryTimeout:16e3,manifestLoadingMaxRetryTimeout:2e3,levelLoadingMaxRetryTimeout:2e3}),this.subscribe(),this.videoState.setState("stopped")}subscribe(){CI(Bt.Events,"hls.js not loaded");let{desiredState:e,output:t}=this.params,i=l=>{t.error$.next({id:"HlsJsProvider",category:fu.WTF,message:"HlsJsProvider internal logic error",thrown:l})},r=_e(this.video);this.subscription.add(()=>r.destroy());let s=(l,c)=>this.subscription.add(l.subscribe(c,i));s(r.timeUpdate$,t.position$),s(r.durationChange$,t.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.loadStart$,t.firstBytesEvent$),s(r.loadedMetadata$,t.loadedMetadataEvent$),s(r.playing$,t.firstFrameEvent$),s(r.canplay$,t.canplay$),s(r.seeked$,t.seekedEvent$),s(r.inPiP$,t.inPiP$),s(r.inFullscreen$,t.inFullscreen$),this.subscription.add(vt(this.video,e.isLooped,i)),this.subscription.add(Oe(this.video,e.volume,r.volumeState$,i)),this.subscription.add(r.volumeState$.subscribe(this.params.output.volume$)),this.subscription.add(Je(this.video,e.playbackRate,r.playbackRateState$,i)),s(tt(this.video),t.elementVisible$),s(this.videoState.stateChangeEnded$.pipe(mu(l=>l.to)),this.params.output.playbackState$),this.subscription.add(Xr(this.hls,Bt.Events.ERROR).subscribe(l=>{l.fatal&&t.error$.next({id:["HlsJsFatal",l.type,l.details].join("_"),category:fu.WTF,message:`HlsJs fatal ${l.type} ${l.details}, ${l.err?.message} ${l.reason}`,thrown:l.error})})),this.subscription.add(r.playing$.subscribe(()=>{this.videoState.setState("playing"),A(e.playbackState,"playing")},i)).add(r.pause$.subscribe(()=>{this.videoState.setState("paused"),A(e.playbackState,"paused")},i)).add(r.canplay$.subscribe(()=>{this.videoState.getTransition()?.to==="ready"&&this.videoState.setState("ready"),this.videoState.getState()==="playing"&&this.playIfAllowed()},i)),s(Xr(this.hls,Bt.Events.MANIFEST_PARSED).pipe(mu(({levels:l})=>l.reduce((c,p)=>{let d=p.name||p.height.toString(10),{width:h,height:f}=p,b=_t(p.attrs.QUALITY??"")??$C({width:h,height:f});if(!b)return c;let g=p.attrs["FRAME-RATE"]?parseFloat(p.attrs["FRAME-RATE"]):void 0,S={id:d.toString(),quality:b,bitrate:p.bitrate/1e3,size:{width:h,height:f},fps:g};return this.trackLevels.set(d,{track:S,level:p}),c.push(S),c},[]))),t.availableVideoTracks$),s(Xr(this.hls,Bt.Events.MANIFEST_PARSED),l=>{if(l.subtitleTracks.length>0){let c=[];for(let p of l.subtitleTracks){let d=p.name,h=p.attrs.URI||"",f=p.lang;c.push({id:d,url:h,language:f,type:"internal"})}e.internalTextTracks.startTransitionTo(c)}}),s(Xr(this.hls,Bt.Events.LEVEL_LOADING).pipe(mu(({url:l})=>xe(l))),t.hostname$),s(Xr(this.hls,Bt.Events.FRAG_CHANGED),l=>{let{video:c,audio:p}=l.frag.elementaryStreams;t.currentVideoSegmentLength$.next(((c?.endPTS??0)-(c?.startPTS??0))*1e3),t.currentAudioSegmentLength$.next(((p?.endPTS??0)-(p?.startPTS??0))*1e3)}),this.subscription.add(bi(e.autoVideoTrackSwitching,()=>this.hls.autoLevelEnabled,l=>{this.hls.nextLevel=l?-1:this.hls.currentLevel,this.hls.loadLevel=l?-1:this.hls.loadLevel},{onError:i}));let n=l=>Array.from(this.trackLevels.values()).find(({level:c})=>c===l)?.track,o=Xr(this.hls,Bt.Events.LEVEL_SWITCHED).pipe(mu(({level:l})=>n(this.hls.levels[l])));o.pipe(wC(PC)).subscribe(t.currentVideoTrack$,i),this.subscription.add(bi(e.videoTrack,()=>n(this.hls.levels[this.hls.currentLevel]),l=>{if(kC(l))return;let c=this.trackLevels.get(l.id)?.level;if(!c)return;let p=this.hls.levels.indexOf(c),d=this.hls.currentLevel,h=this.hls.levels[d];!h||c.bitrate>h.bitrate?this.hls.nextLevel=p:(this.hls.loadLevel=p,this.hls.loadLevel=p)},{changed$:o,onError:i})),s(r.progress$,()=>{this.params.dependencies.throughputEstimator.addRawThroughput(this.hls.bandwidthEstimate/1e3)}),this.textTracksManager.connect(this.video,e,t);let u=AC(e.playbackState.stateChangeStarted$,e.videoTrack.stateChangeStarted$,e.seekState.stateChangeEnded$,this.videoState.stateChangeEnded$,LC(["init"])).pipe(EC(0));this.subscription.add(u.subscribe(this.syncPlayback,i))}prepare(){this.videoState.startTransitionTo("ready"),this.hls.attachMedia(this.video),this.hls.loadSource(this.params.source.url)}async playIfAllowed(){this.videoState.startTransitionTo("playing"),await Fe(this.video,()=>{this.params.output.soundProhibitedEvent$.next()}).catch(t=>this.params.output.error$.next({id:"ForcePlay",message:"play() failed even with workarounds",category:fu.DOM,thrown:t}))||(this.videoState.setState("paused"),A(this.params.desiredState.playbackState,"paused",!0))}pause(){this.videoState.startTransitionTo("paused"),this.video.paused?this.videoState.setState("paused"):this.video.pause()}seek(e){this.params.output.willSeekEvent$.next(),this.video.currentTime=e/1e3}stop(){this.params.output.position$.next(0),this.params.output.duration$.next(1/0),this.params.output.currentBuffer$.next(void 0),this.params.output.hostname$.next(void 0),this.hls.stopLoad(),this.hls.detachMedia(),this.video.removeAttribute("src"),this.video.load(),this.videoState.setState("stopped"),A(this.params.desiredState.playbackState,"stopped",!0)}};var OI="X-Playback-Duration",lp=async a=>{let e=await yt(a),t=await e.text(),i=/#EXT-X-VK-PLAYBACK-DURATION:(\d+)/m.exec(t)?.[1];return i?parseInt(i,10):e.headers.has(OI)?parseInt(e.headers.get(OI),10):void 0};import{assertNever as jC,combine as HC,debounce as zC,ErrorCategory as Su,filter as WC,filterChanged as GC,isNonNullable as NI,isNullable as vu,map as UI,merge as QC,observableFrom as YC,Subscription as KC,ValueSubject as pp,VideoQuality as XC}from"@vkontakte/videoplayer-shared";var dp=V(Ul(),1);import{videoSizeToQuality as BC,getExponentialDelay as DC}from"@vkontakte/videoplayer-shared";var CC=a=>{let e=null;if(a.QUALITY&&(e=_t(a.QUALITY)),!e&&a.RESOLUTION){let[t,i]=a.RESOLUTION.split("x").map(r=>parseInt(r,10));e=BC({width:t,height:i})}return e??null},VC=(a,e)=>{let t=a.split(`
186
- `),i=[],r=[];for(let s=0;s<t.length;s++){let n=t[s],o=n.match(/^#EXT-X-STREAM-INF:(.+)/),u=n.match(/^#EXT-X-MEDIA:TYPE=SUBTITLES,(.+)/);if(!(!o&&!u)){if(o){let l=(0,dp.default)(o[1].split(",").map(g=>g.split("="))),c=l.QUALITY??`stream-${l.BANDWIDTH}`,p=CC(l),d;l.BANDWIDTH&&(d=parseInt(l.BANDWIDTH,10)/1e3||void 0),!d&&l["AVERAGE-BANDWIDTH"]&&(d=parseInt(l["AVERAGE-BANDWIDTH"],10)/1e3||void 0);let h=l["FRAME-RATE"]?parseFloat(l["FRAME-RATE"]):void 0,f;if(l.RESOLUTION){let[g,S]=l.RESOLUTION.split("x").map(T=>parseInt(T,10));g&&S&&(f={width:g,height:S})}let b=new URL(t[++s],e).toString();p&&i.push({id:c,quality:p,url:b,bandwidth:d,size:f,fps:h})}if(u){let l=(0,dp.default)(u[1].split(",").map(h=>{let f=h.indexOf("=");return[h.substring(0,f),h.substring(f+1)]}).map(([h,f])=>[h,f.replace(/^"|"$/g,"")])),c=l.URI?.replace(/playlist$/,"subtitles.vtt"),p=l.LANGUAGE,d=l.NAME;c&&p&&r.push({type:"internal",id:p,label:d,language:p,url:c,isAuto:!1})}}}if(!i.length)throw new Error("Empty manifest");return{qualityManifests:i,textTracks:r}},OC=a=>new Promise(e=>{setTimeout(()=>{e()},a)}),cp=0,_I=async(a,e=a,t,i)=>{let s=await(await yt(a,i)).text();cp+=1;try{let{qualityManifests:n,textTracks:o}=VC(s,e);return{qualityManifests:n,textTracks:o}}catch{if(cp<=t.manifestRetryMaxCount)return await OC(DC(cp-1,{start:t.manifestRetryInterval,max:t.manifestRetryMaxInterval})),_I(a,e,t)}return{qualityManifests:[],textTracks:[]}},bu=_I;import{isNonNullable as _C,Subscription as FC,throttle as NC,ValueSubject as FI,Subject as UC,ErrorCategory as qC}from"@vkontakte/videoplayer-shared";var gu=class{constructor(e,t,i,r,s){this.subscription=new FC;this.abortControllers={destroy:new Z,nextManifest:null};this.prepareUrl=void 0;this.currentTextTrackData=null;this.availableTextTracks$=new FI(null);this.getCurrentTime$=new FI(null);this.error$=new UC;this.params={fetchManifestData:i,sourceUrl:r,downloadThreshold:s},this.subscription.add(e.pipe(NC(1e3)).subscribe(n=>{this.processLiveTime(n)})),this.getCurrentTime$.next(()=>this.currentTextTrackData?this.currentTextTrackData.playlist.segmentStartTime/1e3+t.currentTime:0)}destroy(){this.subscription.unsubscribe(),this.abortControllers.destroy.abort()}async prepare(e){try{let t=new URL(e);t.searchParams.set("enable-subtitles","yes"),this.prepareUrl=t.toString();let{textTracks:i}=await this.fetchManifestData();await this.processTextTracks(i,this.params.sourceUrl)}catch(t){this.error("prepare",t)}}async processTextTracks(e,t){try{let i=await this.parseTextTracks(e,t);i&&(this.currentTextTrackData=i)}catch(i){this.error("processTextTracks",i)}}async parseTextTracks(e,t){for(let i of e){let r=new URL(i.url,t).toString(),n=await(await yt(r,{signal:this.abortControllers.destroy.signal})).text(),o=this.parsePlaylist(n,r);return{textTrack:i,playlist:o}}}parsePlaylist(e,t){let i={mediaSequence:0,programDateTime:"",segments:[],targetDuration:0,vkPlaybackDuration:0,segmentStartTime:0,vkStartTime:""},r=e.split(`
187
- `),s=0;for(let n=0;n<r.length;++n){let o=r[n];switch(!0){case o.startsWith("#EXTINF:"):{let u=r[++n],l=new URL(u,t).toString(),c=Number(this.extractPlaylistRowValue("#EXTINF:",o))*1e3;if(i.segments.push({time:{from:s,to:s+c},url:l}),s=s+c,!i.segmentStartTime){let p=new Date(i.vkStartTime).valueOf(),d=new Date(i.programDateTime).valueOf();i.segmentStartTime=d-p}break}case o.startsWith("#EXT-X-TARGETDURATION:"):i.targetDuration=Number(this.extractPlaylistRowValue("#EXT-X-TARGETDURATION:",o));break;case o.startsWith("#EXT-X-MEDIA-SEQUENCE:"):i.mediaSequence=Number(this.extractPlaylistRowValue("#EXT-X-MEDIA-SEQUENCE:",o));break;case o.startsWith("#EXT-X-VK-PLAYBACK-DURATION:"):i.vkPlaybackDuration=Number(this.extractPlaylistRowValue("#EXT-X-VK-PLAYBACK-DURATION:",o));break;case o.startsWith("#EXT-X-PROGRAM-DATE-TIME:"):{let u=this.extractPlaylistRowValue("#EXT-X-PROGRAM-DATE-TIME:",o);i.programDateTime=u;let l=new Date(u);l.setMilliseconds(0),s=l.valueOf();break}case o.startsWith("#EXT-X-VK-START-TIME:"):i.vkStartTime=this.extractPlaylistRowValue("#EXT-X-VK-START-TIME:",o);break}}return i}extractPlaylistRowValue(e,t){switch(e){case"#EXTINF:":return t.substring(e.length,t.length-1);default:return t.substring(e.length)}}processLiveTime(e){if(_C(e)&&this.currentTextTrackData){let{segments:t}=this.currentTextTrackData.playlist,{from:i}=t[0].time,{to:r}=t[t.length-1].time;if(e<i||e>r)return;r-e<this.params.downloadThreshold&&this.fetchNextManifestData();for(let n of t)if(n.time.from<=e&&n.time.to>=e){this.availableTextTracks$.next([{...this.currentTextTrackData.textTrack,url:n.url,isAuto:!0}]);break}}}async fetchNextManifestData(){try{if(this.abortControllers.nextManifest)return;this.abortControllers.nextManifest=new Z;let{textTracks:e}=await this.fetchManifestData(),t=await this.parseTextTracks(e,this.params.sourceUrl);this.currentTextTrackData&&t&&(this.currentTextTrackData.playlist.segments=t.playlist.segments)}catch(e){this.error("fetchNextManifestData",e)}finally{this.abortControllers.nextManifest=null}}async fetchManifestData(){let e=this.prepareUrl??this.params.sourceUrl;return await this.params.fetchManifestData(e,{signal:this.abortControllers.destroy.signal})}error(e,t){this.error$.next({id:"[LiveTextManager][HLS_LIVE_CMAF]",category:qC.WTF,thrown:t,message:e})}};var hn=class{constructor(e){this.subscription=new KC;this.videoState=new N("stopped");this.textTracksManager=null;this.liveTextManager=null;this.manifests$=new pp([]);this.liveOffset=new Hi;this.manifestStartTime$=new pp(void 0);this.syncPlayback=()=>{if(!this.manifests$.getValue().length)return;let t=this.videoState.getState(),i=this.params.desiredState.playbackState.getState(),r=this.params.desiredState.playbackState.getTransition(),s=this.params.desiredState.videoTrack.getTransition(),n=this.params.desiredState.autoVideoTrackSwitching.getTransition(),o=this.params.desiredState.autoVideoTrackLimits.getTransition();if(i==="stopped"){t!=="stopped"&&(this.videoState.startTransitionTo("stopped"),this.video.removeAttribute("src"),this.video.load(),this.params.output.position$.next(0),this.params.output.duration$.next(1/0),this.params.output.currentBuffer$.next(void 0),this.params.output.hostname$.next(void 0),this.videoState.setState("stopped"),A(this.params.desiredState.playbackState,"stopped",!0));return}if(this.videoState.getTransition())return;let l=this.params.desiredState.seekState.getState();if(t==="stopped"){this.videoState.startTransitionTo("ready"),this.prepare();return}if(s||n||o){let c=this.videoState.getState();this.videoState.setState("changing_manifest"),this.videoState.startTransitionTo(c),this.prepare(),o&&this.params.output.autoVideoTrackLimits$.next(o.to),l.state==="none"&&this.params.desiredState.seekState.setState({state:"requested",position:-this.liveOffset.getTotalOffset(),forcePrecise:!0});return}if(r?.to!=="paused"&&l.state==="requested"){this.videoState.startTransitionTo("ready"),this.seek(l.position&&l.position-this.liveOffset.getTotalPausedTime()),this.prepare();return}switch(t){case"ready":i==="ready"?A(this.params.desiredState.playbackState,"ready"):i==="paused"?(this.videoState.setState("paused"),this.liveOffset.pause(),A(this.params.desiredState.playbackState,"paused")):i==="playing"&&(this.videoState.startTransitionTo("playing"),this.playIfAllowed());return;case"playing":i==="paused"?(this.videoState.startTransitionTo("paused"),this.liveOffset.pause(),this.video.paused?this.videoState.setState("paused"):this.video.pause()):r?.to==="playing"&&A(this.params.desiredState.playbackState,"playing");return;case"paused":if(i==="playing")if(this.videoState.startTransitionTo("playing"),this.liveOffset.getTotalPausedTime()<this.params.config.maxPausedTime&&this.liveOffset.getTotalOffset()<this.maxSeekBackTime$.getValue())this.liveOffset.resume(),this.playIfAllowed(),this.params.output.position$.next(-this.liveOffset.getTotalOffset()/1e3);else{let c=this.liveOffset.getTotalOffset();c>=this.maxSeekBackTime$.getValue()&&(c=0,this.liveOffset.resetTo(c)),this.liveOffset.resume(),this.params.output.position$.next(-c/1e3),this.prepare()}else r?.to==="paused"&&(A(this.params.desiredState.playbackState,"paused"),this.liveOffset.pause());return;case"changing_manifest":break;default:return jC(t)}};this.params=e,this.video=Ce(e.container,e.tuning),this.params.output.element$.next(this.video),this.masterManifest={id:"master",quality:XC.INVARIANT,url:this.params.source.url};let t=(i,r)=>bu(i,this.params.source.url,{manifestRetryInterval:this.params.tuning.manifestRetryInterval,manifestRetryMaxInterval:this.params.tuning.manifestRetryMaxInterval,manifestRetryMaxCount:this.params.tuning.manifestRetryMaxCount},r);this.params.tuning.useHlsLiveNewTextManager?this.liveTextManager=new gu(this.params.output.liveTime$,this.video,t,this.params.source.url,this.params.tuning.hlsLiveNewTextManagerDownloadThreshold):this.textTracksManager=new Ze(e.source.url),t(this.generateLiveUrl()).then(({qualityManifests:i,textTracks:r})=>{i.length===0&&this.params.output.error$.next({id:"HlsLiveProviderInternal:empty_manifest",category:Su.WTF,message:"HlsLiveProvider: there are no qualities in manifest"}),this.liveTextManager?.processTextTracks(r,this.params.source.url),this.manifests$.next([this.masterManifest,...i])}).catch(i=>{this.params.output.error$.next({id:"ExtractHlsQualities",category:Su.NETWORK,message:"Error fetching manifest and extracting qualities",thrown:i})}),this.params.output.isLive$.next(!0),this.params.output.canChangePlaybackSpeed$.next(!1),this.params.output.availableVideoTracks$.next([]),this.params.output.availableAudioTracks$.next([]),this.params.output.isAudioAvailable$.next(!0),this.params.output.hostname$.next(xe(this.params.source.url)),this.params.output.availableTextTracks$.next([]),this.params.desiredState.internalTextTracks.setState([]),this.maxSeekBackTime$=new pp(e.source.maxSeekBackTime??1/0),this.subscribe()}selectManifest(){let{autoVideoTrackSwitching:e,videoTrack:t}=this.params.desiredState,i=e.getState(),r=t.getTransition(),s=r?.to?.id??t.getState()?.id??"master",n=this.manifests$.getValue();if(!n.length)return;let o=i?"master":s;return i&&!r&&t.startTransitionTo(this.masterManifest),n.find(u=>u.id===o)}subscribe(){let{output:e,desiredState:t}=this.params,i=o=>{e.error$.next({id:"HlsLiveProvider",category:Su.WTF,message:"HlsLiveProvider internal logic error",thrown:o})},r=_e(this.video);this.subscription.add(()=>r.destroy());let s=(o,u)=>this.subscription.add(o.subscribe(u,i));s(r.ended$,e.endedEvent$),s(r.error$,e.error$),s(r.isBuffering$,e.isBuffering$),s(r.currentBuffer$,e.currentBuffer$),s(r.loadedMetadata$,e.firstBytesEvent$),s(r.loadedMetadata$,e.loadedMetadataEvent$),s(r.playing$,e.firstFrameEvent$),s(r.canplay$,e.canplay$),s(r.inPiP$,e.inPiP$),s(r.inFullscreen$,e.inFullscreen$),this.subscription.add(t.isLooped.stateChangeStarted$.subscribe(()=>t.isLooped.setState(!1),i)),this.subscription.add(Oe(this.video,t.volume,r.volumeState$,i)),this.subscription.add(r.volumeState$.subscribe(this.params.output.volume$,i)),this.subscription.add(Je(this.video,t.playbackRate,r.playbackRateState$,i)),s(tt(this.video),e.elementVisible$),this.liveTextManager?(s(this.liveTextManager.getCurrentTime$,this.params.output.getCurrentTime$),s(this.liveTextManager.error$,this.params.output.error$)):this.textTracksManager&&this.textTracksManager.connect(this.video,t,e),this.subscription.add(r.playing$.subscribe(()=>{this.videoState.setState("playing"),A(t.playbackState,"playing")},i)).add(r.pause$.subscribe(()=>{this.videoState.setState("paused"),A(t.playbackState,"paused")},i)).add(r.canplay$.subscribe(()=>{this.videoState.getTransition()?.to==="ready"&&this.videoState.setState("ready"),this.videoState.getState()==="playing"&&this.playIfAllowed()},i)),this.liveTextManager&&this.subscription.add(this.liveTextManager.availableTextTracks$.subscribe(o=>{o&&this.params.output.availableTextTracks$.next(o)})),this.subscription.add(this.maxSeekBackTime$.pipe(GC(),UI(o=>-o/1e3)).subscribe(this.params.output.duration$,i)),this.subscription.add(r.loadedMetadata$.subscribe(()=>{let o=this.params.desiredState.seekState.getState(),u=this.videoState.getTransition(),l=this.params.desiredState.videoTrack.getTransition(),c=this.params.desiredState.autoVideoTrackSwitching.getTransition();if(l&&NI(l.to)){let p=l.to.id;this.params.desiredState.videoTrack.setState(l.to);let d=this.manifests$.getValue().find(h=>h.id===p);d&&(this.params.output.currentVideoTrack$.next(d),this.params.output.hostname$.next(xe(d.url)))}c&&this.params.desiredState.autoVideoTrackSwitching.setState(c.to),u&&u.from==="changing_manifest"&&this.videoState.setState(u.to),o&&o.state==="requested"&&this.seek(o.position)},i)),this.subscription.add(r.loadedData$.subscribe(()=>{let o=this.video?.getStartDate?.()?.getTime();this.manifestStartTime$.next(o||void 0)},i)),this.subscription.add(HC({startTime:this.manifestStartTime$.pipe(WC(NI)),currentTime:r.timeUpdate$}).subscribe(({startTime:o,currentTime:u})=>this.params.output.liveTime$.next(o+u*1e3),i)),this.subscription.add(this.manifests$.pipe(UI(o=>o.map(({id:u,quality:l,size:c,bandwidth:p,fps:d})=>({id:u,quality:l,size:c,fps:d,bitrate:p})))).subscribe(this.params.output.availableVideoTracks$,i));let n=QC(t.playbackState.stateChangeStarted$,t.seekState.stateChangeEnded$,t.videoTrack.stateChangeStarted$,t.autoVideoTrackSwitching.stateChangeStarted$,t.autoVideoTrackLimits.stateChangeStarted$,this.videoState.stateChangeEnded$,this.manifests$,YC(["init"])).pipe(zC(0));this.subscription.add(n.subscribe(this.syncPlayback,i))}destroy(){this.subscription.unsubscribe(),this.textTracksManager?.destroy(),this.liveTextManager?.destroy(),this.params.output.element$.next(void 0),Ve(this.video)}prepare(){let e=this.selectManifest();if(vu(e))return;let t=this.params.desiredState.autoVideoTrackLimits.getTransition(),i=this.params.desiredState.autoVideoTrackLimits.getState(),r=new URL(e.url);if((t||i)&&e.id===this.masterManifest.id){let{max:o,min:u}=t?.to??i??{};for(let[l,c]of[[o,"mq"],[u,"lq"]]){let p=String(parseFloat(l||""));c&&l&&r.searchParams.set(c,p)}}let s=this.params.format==="HLS_LIVE_CMAF"?2:0,n=be(r.toString(),this.liveOffset.getTotalOffset(),s);this.liveTextManager?.prepare(n),this.video.setAttribute("src",n),this.video.load(),lp(n).then(o=>{if(!vu(o))this.maxSeekBackTime$.next(o);else{let u=this.params.source.maxSeekBackTime??this.maxSeekBackTime$.getValue();(vu(u)||!isFinite(u))&&yt(n).then(l=>l.text()).then(l=>{let c=/#EXT-X-STREAM-INF[^\n]+\n(.+)/m.exec(l)?.[1];if(c){let p=new URL(c,n).toString();lp(p).then(d=>{vu(d)||this.maxSeekBackTime$.next(d)})}}).catch(()=>{})}})}playIfAllowed(){Fe(this.video,()=>{this.params.output.soundProhibitedEvent$.next()}).then(e=>{e||(this.videoState.setState("paused"),this.liveOffset.pause(),A(this.params.desiredState.playbackState,"paused",!0))},e=>this.params.output.error$.next({id:"ForcePlay",message:"play() failed even with workarounds",category:Su.DOM,thrown:e}))}seek(e){this.params.output.willSeekEvent$.next();let t=-e,i=t<this.maxSeekBackTime$.getValue()?t:0;this.liveOffset.resetTo(i),this.params.output.position$.next(-i/1e3),this.params.output.seekedEvent$.next()}generateLiveUrl(){let e=be(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 JC,debounce as ZC,ErrorCategory as hp,fromEvent as fp,isNonNullable as eV,isNullable as tV,map as qI,merge as jI,observableFrom as HI,Subscription as iV,ValueSubject as rV,VideoQuality as aV}from"@vkontakte/videoplayer-shared";var fn=class{constructor(e){this.subscription=new iV;this.videoState=new N("stopped");this.manifests$=new rV([]);this.syncPlayback=()=>{if(!this.manifests$.getValue().length)return;let t=this.videoState.getState(),i=this.params.desiredState.playbackState.getState(),r=this.params.desiredState.playbackState.getTransition(),s=this.params.desiredState.videoTrack.getTransition(),n=this.params.desiredState.autoVideoTrackSwitching.getTransition(),o=this.params.desiredState.autoVideoTrackLimits.getTransition();if(i==="stopped"){t!=="stopped"&&(this.videoState.startTransitionTo("stopped"),this.video.removeAttribute("src"),this.video.load(),this.params.output.position$.next(0),this.params.output.duration$.next(1/0),this.params.output.currentBuffer$.next(void 0),this.params.output.hostname$.next(void 0),this.videoState.setState("stopped"),A(this.params.desiredState.playbackState,"stopped",!0));return}if(this.videoState.getTransition())return;let l=this.params.desiredState.seekState.getState();if(t==="stopped"){this.videoState.startTransitionTo("ready"),this.prepare();return}if(s||n||o){let c=this.videoState.getState();this.videoState.setState("changing_manifest"),this.videoState.startTransitionTo(c);let{currentTime:p}=this.video;this.prepare(),o&&this.params.output.autoVideoTrackLimits$.next(o.to),l.state==="none"&&this.params.desiredState.seekState.setState({state:"requested",position:p*1e3,forcePrecise:!0});return}switch(r?.to!=="paused"&&l.state==="requested"&&this.seek(l.position),t){case"ready":i==="ready"?A(this.params.desiredState.playbackState,"ready"):i==="paused"?(this.videoState.setState("paused"),A(this.params.desiredState.playbackState,"paused")):i==="playing"&&(this.videoState.startTransitionTo("playing"),this.playIfAllowed());return;case"playing":i==="paused"?(this.videoState.startTransitionTo("paused"),this.video.paused?this.videoState.setState("paused"):this.video.pause()):r?.to==="playing"&&A(this.params.desiredState.playbackState,"playing");return;case"paused":i==="playing"?(this.videoState.startTransitionTo("playing"),this.playIfAllowed()):r?.to==="paused"&&A(this.params.desiredState.playbackState,"paused");return;case"changing_manifest":break;default:return JC(t)}};this.textTracksManager=new Ze(e.source.url),this.params=e,this.video=Ce(e.container,e.tuning),this.params.output.element$.next(this.video),this.masterManifest={id:"master",quality:aV.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(xe(this.params.source.url)),this.params.output.autoVideoTrackLimitingAvailable$.next(!0),bu(be(this.params.source.url),this.params.source.url,{manifestRetryInterval:this.params.tuning.manifestRetryInterval,manifestRetryMaxInterval:this.params.tuning.manifestRetryMaxInterval,manifestRetryMaxCount:this.params.tuning.manifestRetryMaxCount}).then(({qualityManifests:t,textTracks:i})=>{this.manifests$.next([this.masterManifest,...t]),this.params.tuning.useNativeHLSTextTracks||this.params.desiredState.internalTextTracks.startTransitionTo(i)},t=>this.params.output.error$.next({id:"ExtractHlsQualities",category:hp.NETWORK,message:"Error fetching manifest and extracting qualities",thrown:t})),this.subscribe()}selectManifest(){let{autoVideoTrackSwitching:e,videoTrack:t}=this.params.desiredState,i=e.getState(),r=t.getTransition(),s=r?.to?.id??t.getState()?.id??"master",n=this.manifests$.getValue();if(!n.length)return;let o=i?"master":s;return i&&(!r||!r.from)&&t.startTransitionTo(this.masterManifest),n.find(u=>u.id===o)}subscribe(){let{output:e,desiredState:t}=this.params,i=o=>{e.error$.next({id:"HlsProvider",category:hp.WTF,message:"HlsProvider internal logic error",thrown:o})},r=_e(this.video);this.subscription.add(()=>r.destroy());let s=(o,u)=>this.subscription.add(o.subscribe(u));if(s(r.timeUpdate$,e.position$),s(r.durationChange$,e.duration$),s(r.ended$,e.endedEvent$),s(r.looped$,e.loopedEvent$),s(r.error$,e.error$),s(r.isBuffering$,e.isBuffering$),s(r.currentBuffer$,e.currentBuffer$),s(r.loadedMetadata$,e.firstBytesEvent$),s(r.loadedMetadata$,e.loadedMetadataEvent$),s(r.playing$,e.firstFrameEvent$),s(r.canplay$,e.canplay$),s(r.seeked$,e.seekedEvent$),s(r.inPiP$,e.inPiP$),s(r.inFullscreen$,e.inFullscreen$),s(this.videoState.stateChangeEnded$.pipe(qI(o=>o.to)),this.params.output.playbackState$),this.subscription.add(vt(this.video,t.isLooped,i)),this.subscription.add(Oe(this.video,t.volume,r.volumeState$,i)),this.subscription.add(r.volumeState$.subscribe(this.params.output.volume$,i)),this.subscription.add(Je(this.video,t.playbackRate,r.playbackRateState$,i)),this.textTracksManager.connect(this.video,t,e),this.subscription.add(r.playing$.subscribe(()=>{this.videoState.setState("playing"),A(t.playbackState,"playing")},i)).add(r.pause$.subscribe(()=>{this.videoState.setState("paused"),A(t.playbackState,"paused")},i)).add(r.canplay$.subscribe(()=>{this.videoState.getTransition()?.to==="ready"&&this.videoState.setState("ready"),this.videoState.getState()==="playing"&&this.playIfAllowed()},i).add(r.loadedMetadata$.subscribe(()=>{let o=this.params.desiredState.seekState.getState(),u=this.videoState.getTransition(),l=this.params.desiredState.videoTrack.getTransition(),c=this.params.desiredState.autoVideoTrackSwitching.getTransition();if(l&&eV(l.to)){let h=l.to.id;this.params.desiredState.videoTrack.setState(l.to);let f=this.manifests$.getValue().find(b=>b.id===h);f&&(this.params.output.currentVideoTrack$.next(f),this.params.output.hostname$.next(xe(f.url)))}let p=this.params.desiredState.playbackRate.getState(),d=this.params.output.element$.getValue()?.playbackRate;if(p!==d){let h=this.params.output.element$.getValue();h&&(this.params.desiredState.playbackRate.setState(p),h.playbackRate=p)}c&&this.params.desiredState.autoVideoTrackSwitching.setState(c.to),u&&u.from==="changing_manifest"&&this.videoState.setState(u.to),o.state==="requested"&&this.seek(o.position)},i))),this.subscription.add(this.manifests$.pipe(qI(o=>o.map(({id:u,quality:l,size:c,bandwidth:p,fps:d})=>({id:u,quality:l,size:c,fps:d,bitrate:p})))).subscribe(this.params.output.availableVideoTracks$,i)),!F.device.isIOS||!this.params.tuning.useNativeHLSTextTracks){let{textTracks:o}=this.video;this.subscription.add(jI(fp(o,"addtrack"),fp(o,"removetrack"),fp(o,"change"),HI(["init"])).subscribe(()=>{for(let u=0;u<o.length;u++)o[u].mode="hidden"},i))}let n=jI(t.playbackState.stateChangeStarted$,t.seekState.stateChangeEnded$,t.videoTrack.stateChangeStarted$,t.autoVideoTrackSwitching.stateChangeStarted$,t.autoVideoTrackLimits.stateChangeStarted$,this.videoState.stateChangeEnded$,this.manifests$,HI(["init"])).pipe(ZC(0));this.subscription.add(n.subscribe(this.syncPlayback,i))}destroy(){this.subscription.unsubscribe(),this.textTracksManager.destroy(),this.params.output.element$.next(void 0),Ve(this.video)}prepare(){let e=this.selectManifest();if(tV(e))return;let t=this.params.desiredState.autoVideoTrackLimits.getTransition(),i=this.params.desiredState.autoVideoTrackLimits.getState(),r=new URL(e.url);if((t||i)&&e.id===this.masterManifest.id){let{max:s,min:n}=t?.to??i??{};for(let[o,u]of[[s,"mq"],[n,"lq"]]){let l=String(parseFloat(o||""));u&&o&&r.searchParams.set(u,l)}}this.video.setAttribute("src",r.toString()),this.video.load()}playIfAllowed(){Fe(this.video,()=>{this.params.output.soundProhibitedEvent$.next()}).then(e=>{e||(this.videoState.setState("paused"),A(this.params.desiredState.playbackState,"paused",!0))},e=>this.params.output.error$.next({id:"ForcePlay",message:"play() failed even with workarounds",category:hp.DOM,thrown:e}))}seek(e){this.params.output.willSeekEvent$.next(),this.video.currentTime=e/1e3}};var GI=V(Ci(),1),mp=V(ji(),1),QI=V(Lt(),1);import{assertNever as sV,assertNonNullable as zI,debounce as nV,ErrorCategory as WI,isHigherOrEqual as oV,isLowerOrEqual as uV,isNonNullable as lV,merge as cV,observableFrom as dV,Subscription as pV,map as hV}from"@vkontakte/videoplayer-shared";var mn=class{constructor(e){this.subscription=new pV;this.videoState=new N("stopped");this.trackUrls={};this.textTracksManager=new Ze;this.syncPlayback=()=>{let e=this.videoState.getState(),t=this.params.desiredState.playbackState.getState(),i=this.params.desiredState.playbackState.getTransition();if(t==="stopped"){e!=="stopped"&&(this.videoState.startTransitionTo("stopped"),this.video.removeAttribute("src"),this.video.load(),this.params.output.position$.next(0),this.params.output.duration$.next(1/0),this.params.output.currentBuffer$.next(void 0),this.params.output.hostname$.next(void 0),this.videoState.setState("stopped"),A(this.params.desiredState.playbackState,"stopped",!0));return}if(this.videoState.getTransition())return;let s=this.params.desiredState.autoVideoTrackLimits.getTransition(),n=this.params.desiredState.videoTrack.getTransition(),o=this.params.desiredState.seekState.getState();if(s&&e!=="ready"&&!n){this.handleQualityLimitTransition(s.to);return}if(e==="stopped"){this.videoState.startTransitionTo("ready"),this.prepare();return}if(n){let{currentTime:u}=this.video;this.prepare(),o.state==="none"&&this.params.desiredState.seekState.setState({state:"requested",position:u*1e3,forcePrecise:!0});return}switch(i?.to!=="paused"&&o.state==="requested"&&this.seek(o.position),e){case"ready":t==="ready"?A(this.params.desiredState.playbackState,"ready"):t==="paused"?(this.videoState.setState("paused"),A(this.params.desiredState.playbackState,"paused")):t==="playing"&&(this.videoState.startTransitionTo("playing"),this.playIfAllowed());return;case"playing":t==="paused"?(this.videoState.startTransitionTo("paused"),this.video.paused?this.videoState.setState("paused"):this.video.pause()):i?.to==="playing"&&A(this.params.desiredState.playbackState,"playing");return;case"paused":t==="playing"?(this.videoState.startTransitionTo("playing"),this.playIfAllowed()):i?.to==="paused"&&A(this.params.desiredState.playbackState,"paused");return;default:return sV(e)}};this.params=e,this.video=Ce(e.container,e.tuning),this.params.output.element$.next(this.video),(0,GI.default)(this.params.source).reverse().forEach(([t,i],r)=>{let s=r.toString(10);this.trackUrls[s]={track:{quality:t,id:s},url:i}}),this.params.output.isLive$.next(!1),this.params.output.availableVideoTracks$.next((0,mp.default)(this.trackUrls).map(({track:t})=>t)),this.params.output.availableAudioTracks$.next([]),this.params.output.isAudioAvailable$.next(!0),this.params.desiredState.autoVideoTrackSwitching.setState(!1),this.params.output.autoVideoTrackLimitingAvailable$.next(!0),this.subscribe()}subscribe(){let{output:e,desiredState:t}=this.params,i=o=>{e.error$.next({id:"MpegProvider",category:WI.WTF,message:"MpegProvider internal logic error",thrown:o})},r=_e(this.video);this.subscription.add(()=>r.destroy());let s=(o,u)=>this.subscription.add(o.subscribe(u,i));s(r.timeUpdate$,e.position$),s(r.durationChange$,e.duration$),s(r.ended$,e.endedEvent$),s(r.looped$,e.loopedEvent$),s(r.error$,e.error$),s(r.isBuffering$,e.isBuffering$),s(r.currentBuffer$,e.currentBuffer$),s(r.loadedMetadata$,e.firstBytesEvent$),s(r.loadedMetadata$,e.loadedMetadataEvent$),s(r.playing$,e.firstFrameEvent$),s(r.canplay$,e.canplay$),s(r.seeked$,e.seekedEvent$),s(r.inPiP$,e.inPiP$),s(r.inFullscreen$,e.inFullscreen$),s(this.videoState.stateChangeEnded$.pipe(hV(o=>o.to)),this.params.output.playbackState$),this.subscription.add(vt(this.video,t.isLooped,i)),this.subscription.add(Oe(this.video,t.volume,r.volumeState$,i)),this.subscription.add(r.volumeState$.subscribe(this.params.output.volume$,i)),this.subscription.add(Je(this.video,t.playbackRate,r.playbackRateState$,i)),s(tt(this.video),e.elementVisible$),this.subscription.add(r.playing$.subscribe(()=>{this.videoState.setState("playing"),A(t.playbackState,"playing")},i)).add(r.pause$.subscribe(()=>{this.videoState.setState("paused"),A(t.playbackState,"paused")},i)).add(r.canplay$.subscribe(()=>{this.videoState.getTransition()?.to==="ready"&&this.videoState.setState("ready");let o=this.params.desiredState.videoTrack.getTransition();if(o&&lV(o.to)){this.params.desiredState.videoTrack.setState(o.to),this.params.output.currentVideoTrack$.next(this.trackUrls[o.to.id].track);let u=this.params.desiredState.playbackRate.getState(),l=this.params.output.element$.getValue()?.playbackRate;if(u!==l){let c=this.params.output.element$.getValue();c&&(this.params.desiredState.playbackRate.setState(u),c.playbackRate=u)}}this.videoState.getState()==="playing"&&this.playIfAllowed()},i)),this.textTracksManager.connect(this.video,t,e);let n=cV(t.playbackState.stateChangeStarted$,t.videoTrack.stateChangeStarted$,t.seekState.stateChangeEnded$,t.autoVideoTrackLimits.stateChangeStarted$,this.videoState.stateChangeEnded$,dV(["init"])).pipe(nV(0));this.subscription.add(n.subscribe(this.syncPlayback,i))}destroy(){this.subscription.unsubscribe(),this.textTracksManager.destroy(),this.trackUrls={},this.params.output.element$.next(void 0),Ve(this.video)}prepare(){let e=this.params.desiredState.videoTrack.getState()?.id;zI(e,"MpegProvider: track is not selected");let{url:t}=this.trackUrls[e];zI(t,`MpegProvider: No url for ${e}`),this.params.tuning.requestQuick&&(t=Ii(t)),this.video.setAttribute("src",t),this.video.load(),this.params.output.hostname$.next(xe(t))}playIfAllowed(){Fe(this.video,()=>{this.params.output.soundProhibitedEvent$.next()}).then(e=>{e||(this.videoState.setState("paused"),A(this.params.desiredState.playbackState,"paused",!0))},e=>this.params.output.error$.next({id:"ForcePlay",message:"play() failed even with workarounds",category:WI.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=l=>{this.params.output.currentVideoTrack$.next(l),this.params.desiredState.videoTrack.startTransitionTo(l)},i=l=>{let c=Ft(n,{container:this.video.getBoundingClientRect(),panelSize:this.params.panelSize,estimatedThroughput:this.params.dependencies.throughputEstimator.throughput$.getValue(),tuning:this.params.tuning.autoTrackSelection,forwardBufferHealth:0,limits:l,abrLogger:this.params.dependencies.abrLogger});t(c)},r=this.params.output.currentVideoTrack$.getValue()?.quality,s=!!(e.max||e.min),n=(0,mp.default)(this.trackUrls).map(l=>l.track);if(!r||!s||Er(e,n[0].quality,(0,QI.default)(n,-1)?.quality)){i();return}let o=e.max?uV(r,e.max):!0,u=e.min?oV(r,e.min):!0;o&&u||i(e)}};import{assertNever as KI,debounce as gV,merge as XI,observableFrom as SV,Subscription as vV,map as JI,ValueSubject as yV,ErrorCategory as gp,VideoQuality as TV}from"@vkontakte/videoplayer-shared";import{ErrorCategory as fV}from"@vkontakte/videoplayer-shared";var YI=["stun:videostun.mycdn.me:80"],mV=1e3,bV=3,bp=()=>null,yu=class{constructor(e,t){this.ws=null;this.peerConnection=null;this.serverUrl="";this.streamKey="";this.stream=null;this.signalingType="JOIN";this.retryCount=0;this.externalStartCallback=bp;this.externalStopCallback=bp;this.externalErrorCallback=bp;this.options=this.normalizeOptions(t);let i=e.split("/");this.serverUrl=i.slice(0,i.length-1).join("/"),this.streamKey=i[i.length-1]}onStart(e){try{this.externalStartCallback=e}catch(t){this.handleSystemError(t)}}onStop(e){try{this.externalStopCallback=e}catch(t){this.handleSystemError(t)}}onError(e){try{this.externalErrorCallback=e}catch(t){this.handleSystemError(t)}}connect(){this.connectWS()}disconnect(){try{this.externalStopCallback(),this.closeConnections()}catch(e){this.handleSystemError(e)}}connectWS(){this.ws||(this.ws=new WebSocket(this.serverUrl),this.ws.onopen=this.onSocketOpen.bind(this),this.ws.onmessage=this.onSocketMessage.bind(this),this.ws.onclose=this.onSocketClose.bind(this),this.ws.onerror=this.onSocketError.bind(this))}onSocketOpen(){this.handleLogin()}onSocketClose(e){try{if(!this.ws)return;this.ws=null,e.code>1e3?(this.retryCount++,this.retryCount>this.options.maxRetryNumber?this.handleNetworkError():this.scheduleRetry()):this.externalStopCallback()}catch(t){this.handleRTCError(t)}}onSocketError(e){try{this.externalErrorCallback(new Error(e.toString()))}catch(t){this.handleRTCError(t)}}onSocketMessage(e){try{let t=this.parseMessage(e.data);switch(t.type){case"JOIN":case"CALL_JOIN":this.handleJoinMessage(t);break;case"UPDATE":this.handleUpdateMessage(t);break;case"STATUS":this.handleStatusMessage(t);break}}catch(t){this.handleRTCError(t)}}handleJoinMessage(e){switch(e.inviteType){case"ANSWER":this.handleAnswer(e.sdp);break;case"CANDIDATE":this.handleCandidate(e.candidate);break}}handleStatusMessage(e){switch(e.status){case"UNPUBLISHED":this.handleUnpublished();break}}async handleUpdateMessage(e){try{let t=await this.createOffer();this.peerConnection&&await this.peerConnection.setLocalDescription(t),this.handleAnswer(e.sdp)}catch(t){this.handleRTCError(t)}}async handleLogin(){try{let e={iceServers:[{urls:YI}]};this.peerConnection=new RTCPeerConnection(e),this.peerConnection.ontrack=this.onPeerConnectionStream.bind(this),this.peerConnection.onicecandidate=this.onPeerConnectionIceCandidate.bind(this),this.peerConnection.oniceconnectionstatechange=this.onPeerConnectionIceConnectionStateChange.bind(this);let t=await this.createOffer();await this.peerConnection.setLocalDescription(t),this.send({type:this.signalingType,inviteType:"OFFER",streamKey:this.streamKey,sdp:t.sdp,callSupport:!1})}catch(e){this.handleRTCError(e)}}async handleAnswer(e){try{this.peerConnection&&await this.peerConnection.setRemoteDescription(new RTCSessionDescription({type:"answer",sdp:e}))}catch(t){this.handleRTCError(t)}}async handleCandidate(e){if(e)try{this.peerConnection&&await this.peerConnection.addIceCandidate(e)}catch(t){this.handleRTCError(t)}}handleUnpublished(){try{this.closeConnections(),this.externalStopCallback()}catch(e){this.handleRTCError(e)}}handleSystemError(e){this.options.errorChanel&&this.options.errorChanel.next({id:"webrtc-provider-error",category:fV.WTF,message:e.message})}async onPeerConnectionStream(e){let t=e.streams[0];this.stream&&this.stream.id===t.id||(this.stream=t,this.externalStartCallback(this.stream))}onPeerConnectionIceCandidate(e){e.candidate&&this.send({type:this.signalingType,inviteType:"CANDIDATE",candidate:e.candidate})}onPeerConnectionIceConnectionStateChange(){if(this.peerConnection){let e=this.peerConnection.iceConnectionState;["failed","closed"].indexOf(e)>-1&&(this.retryCount++,this.retryCount>this.options.maxRetryNumber?this.handleNetworkError():(this.closeConnections(),this.scheduleRetry()))}}async createOffer(){let e={offerToReceiveAudio:!0,offerToReceiveVideo:!0,voiceActivityDetection:!1};if(!this.peerConnection)throw new Error("Can not create offer - no peer connection instance ");let t=await this.peerConnection.createOffer(e),i=t.sdp||"";if(!/^a=rtpmap:\d+ H264\/\d+$/m.test(i))throw new Error("No h264 codec support error");return t}handleRTCError(e){try{this.externalErrorCallback(e||new Error("RTC connection error"))}catch(t){this.handleSystemError(t)}}handleNetworkError(){try{this.externalErrorCallback(new Error("Network error"))}catch(e){this.handleSystemError(e)}}send(e){this.ws&&this.ws.send(JSON.stringify(e))}parseMessage(e){try{return JSON.parse(e)}catch{throw new Error("Can not parse socket message")}}closeConnections(){let e=this.ws;e&&(this.ws=null,e.close(1e3)),this.removePeerConnection()}removePeerConnection(){let e=this.peerConnection;e&&(this.peerConnection=null,e.close(),e.ontrack=null,e.onicecandidate=null,e.oniceconnectionstatechange=null,e=null)}scheduleRetry(){this.retryTimeout=setTimeout(this.connectWS.bind(this),mV)}normalizeOptions(e={}){let t={stunServerList:YI,maxRetryNumber:bV,errorChanel:null};return e.stunServerList&&(t.stunServerList=e.stunServerList),e.maxRetryNumber&&e.maxRetryNumber>0&&(t.maxRetryNumber=e.maxRetryNumber),t}};var bn=class{constructor(e){this.videoState=new N("stopped");this.maxSeekBackTime$=new yV(0);this.syncPlayback=()=>{let e=this.videoState.getState(),t=this.params.desiredState.playbackState.getState(),i=this.params.desiredState.playbackState.getTransition();if(t==="stopped"){e!=="stopped"&&(this.videoState.startTransitionTo("stopped"),this.video.pause(),this.video.srcObject=null,this.params.output.position$.next(0),this.params.output.duration$.next(0),this.params.output.currentBuffer$.next(void 0),this.params.output.hostname$.next(void 0),this.videoState.setState("stopped"),A(this.params.desiredState.playbackState,"stopped",!0));return}if(this.videoState.getTransition())return;let s=this.params.desiredState.videoTrack.getTransition();if(e==="stopped"){this.videoState.startTransitionTo("ready"),this.prepare();return}if(s){this.prepare();return}switch(e){case"ready":t==="paused"?(this.videoState.setState("paused"),A(this.params.desiredState.playbackState,"paused")):t==="playing"&&(this.videoState.startTransitionTo("playing"),this.playIfAllowed());return;case"playing":t==="paused"?(this.videoState.startTransitionTo("paused"),this.video.paused?this.videoState.setState("paused"):this.video.pause()):i?.to==="playing"&&A(this.params.desiredState.playbackState,"playing");return;case"paused":t==="playing"?(this.videoState.startTransitionTo("playing"),this.playIfAllowed()):i?.to==="paused"&&A(this.params.desiredState.playbackState,"paused");return;default:return KI(e)}};this.subscription=new vV,this.params=e,this.log=this.params.dependencies.logger.createComponentLog("WebRTCLiveProvider"),this.video=Ce(e.container,e.tuning),this.liveStreamClient=new yu(this.params.source.url,{maxRetryNumber:this.params.tuning.webrtc.connectionRetryMaxNumber,errorChanel:this.params.output.error$}),this.liveStreamClient.onStart(this.onLiveStreamStart.bind(this)),this.liveStreamClient.onStop(this.onLiveStreamStop.bind(this)),this.liveStreamClient.onError(this.onLiveStreamError.bind(this)),this.params.output.availableTextTracks$.next([]),this.params.desiredState.internalTextTracks.setState([]),this.subscribe()}destroy(){this.subscription.unsubscribe(),this.liveStreamClient.disconnect(),this.params.output.element$.next(void 0),Ve(this.video)}subscribe(){let{output:e,desiredState:t}=this.params,i=n=>{e.error$.next({id:"WebRTCLiveProvider",category:gp.WTF,message:"WebRTCLiveProvider internal logic error",thrown:n})};this.subscription.add(XI(this.videoState.stateChangeStarted$.pipe(JI(n=>({transition:n,type:"start"}))),this.videoState.stateChangeEnded$.pipe(JI(n=>({transition:n,type:"end"})))).subscribe(({transition:n,type:o})=>{this.log({message:`[videoState change] ${o}: ${JSON.stringify(n)}`})}));let r=_e(this.video);this.subscription.add(()=>r.destroy());let s=(n,o)=>this.subscription.add(n.subscribe(o,i));s(r.timeUpdate$,e.liveTime$),s(r.ended$,e.endedEvent$),s(r.looped$,e.loopedEvent$),s(r.error$,e.error$),s(r.isBuffering$,e.isBuffering$),s(r.currentBuffer$,e.currentBuffer$),s(tt(this.video),this.params.output.elementVisible$),this.subscription.add(r.durationChange$.subscribe(n=>{e.duration$.next(n===1/0?0:n)})).add(r.canplay$.subscribe(()=>{this.videoState.getTransition()?.to==="ready"&&this.videoState.setState("ready")},i)).add(r.pause$.subscribe(()=>{this.videoState.setState("paused")},i)).add(r.playing$.subscribe(()=>{this.videoState.setState("playing")},i)).add(r.error$.subscribe(e.error$)).add(this.maxSeekBackTime$.subscribe(this.params.output.duration$)).add(Oe(this.video,t.volume,r.volumeState$,i)).add(r.volumeState$.subscribe(e.volume$,i)).add(this.videoState.stateChangeEnded$.subscribe(n=>{switch(n.to){case"stopped":e.position$.next(0),e.duration$.next(0),t.playbackState.setState("stopped");break;case"ready":break;case"paused":t.playbackState.setState("paused");break;case"playing":t.playbackState.setState("playing");break;default:return KI(n.to)}},i)).add(XI(t.playbackState.stateChangeStarted$,this.videoState.stateChangeEnded$,SV(["init"])).pipe(gV(0)).subscribe(this.syncPlayback.bind(this),i)),this.subscription.add(t.isLooped.stateChangeStarted$.subscribe(()=>t.isLooped.setState(!1),i)),this.subscription.add(t.autoVideoTrackSwitching.stateChangeStarted$.subscribe(()=>t.autoVideoTrackSwitching.setState(!1),i))}onLiveStreamStart(e){this.params.output.element$.next(this.video),this.params.output.duration$.next(0),this.params.output.position$.next(0),this.params.output.isLive$.next(!0),this.params.output.canChangePlaybackSpeed$.next(!1),this.params.output.hostname$.next(xe(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:TV.INVARIANT}),this.video.srcObject=e,A(this.params.desiredState.playbackState,"playing")}onLiveStreamStop(){this.videoState.startTransitionTo("stopped"),this.syncPlayback(),this.params.output.position$.next(0),this.params.output.duration$.next(0),this.params.output.currentBuffer$.next(void 0),this.params.output.hostname$.next(void 0),this.params.output.endedEvent$.next()}onLiveStreamError(e){this.onLiveStreamStop(),this.params.output.error$.next({id:"WebRTC stream runtime error",category:gp.EXTERNAL_API,message:e.message,thrown:e})}playIfAllowed(){Fe(this.video,()=>{this.params.output.soundProhibitedEvent$.next()}).then(e=>{e||(this.videoState.setState("paused"),A(this.params.desiredState.playbackState,"paused",!0))},e=>this.params.output.error$.next({id:"ForcePlay",message:"play() failed even with workarounds",category:gp.DOM,thrown:e}))}prepare(){this.liveStreamClient.connect()}};var gn=class{constructor(e){this.iterator=e[Symbol.iterator](),this.next()}next(){this.current=this.iterator.next()}getValue(){if(this.current.done)throw new Error("Iterable is completed");return this.current.value}isCompleted(){return!!this.current.done}};import{assertNever as Sn,assertNonNullable as Pi,ErrorCategory as Tu,filter as ax,isNonNullable as sx,isNullable as AV,map as RV,merge as LV,once as MV,Subject as $e,Subscription as nx,ValueSubject as j,flattenObject as ox}from"@vkontakte/videoplayer-shared";import{Observable as IV,map as ZI,Subscription as xV,Subject as EV}from"@vkontakte/videoplayer-shared";var ex=a=>new IV(e=>{let t=new xV,i=a.desiredPlaybackState$.stateChangeStarted$.pipe(ZI(({from:l,to:c})=>`${l}-${c}`)),r=a.desiredPlaybackState$.stateChangeEnded$,s=a.providerChanged$.pipe(ZI(({type:l})=>l!==void 0)),n=new EV,o=0,u="unknown";return t.add(i.subscribe(l=>{o&&window.clearTimeout(o),u=l,o=window.setTimeout(()=>n.next(l),a.maxTransitionInterval)})),t.add(r.subscribe(()=>{window.clearTimeout(o),u="unknown",o=0})),t.add(s.subscribe(l=>{o&&(window.clearTimeout(o),o=0,l&&(o=window.setTimeout(()=>n.next(u),a.maxTransitionInterval)))})),t.add(n.subscribe(e)),()=>{window.clearTimeout(o),t.unsubscribe()}});import{ErrorCategory as wV,Subscription as PV,combine as kV,filter as ix,once as rx}from"@vkontakte/videoplayer-shared";function tx(){return new(window.AudioContext||window.webkitAudioContext)}var Jr=class a{constructor(e,t,i,r){this.providerOutput=e;this.provider$=t;this.volumeMultiplierError$=i;this.volumeMultiplier=r;this.destroyController=new Z;this.subscriptions=new PV;this.audioContext=null;this.gainNode=null;this.mediaElementSource=null;this.subscriptions.add(this.provider$.pipe(ix(s=>!!s.type),rx()).subscribe(({type:s})=>this.subscribe(s)))}static{this.errorId="VolumeMultiplierManager"}subscribe(e){F.browser.isSafari&&e!=="MPEG"||this.subscriptions.add(kV({video:this.providerOutput.element$,playbackState:this.providerOutput.playbackState$,volume:this.providerOutput.volume$}).pipe(ix(({playbackState:t,video:i,volume:{muted:r,volume:s}})=>t==="playing"&&!!i&&!r&&!!s),rx()).subscribe(({video:t})=>{this.initAudioContextOnce(t).then(i=>{i||this.destroy()}).catch(i=>{this.handleError(i),this.destroy()})}))}static isSupported(){return"AudioContext"in window&&"GainNode"in window&&"MediaElementAudioSourceNode"in window}async initAudioContextOnce(e){let{volumeMultiplier:t}=this,i=tx();this.audioContext=i;let r=i.createGain();if(this.gainNode=r,r.gain.value=t,r.connect(i.destination),i.state==="suspended"&&(await i.resume(),this.destroyController.signal.aborted))return!1;let s=i.createMediaElementSource(e);return this.mediaElementSource=s,s.connect(r),!0}cleanup(){this.mediaElementSource&&(this.mediaElementSource.disconnect(),this.mediaElementSource=null),this.gainNode&&(this.gainNode.disconnect(),this.gainNode=null),this.audioContext&&(this.audioContext.state!=="closed"&&this.audioContext.close(),this.audioContext=null)}destroy(){this.destroyController.abort(),this.subscriptions.unsubscribe(),this.cleanup()}handleError(e){this.volumeMultiplierError$.next({id:a.errorId,category:wV.VIDEO_PIPELINE,message:e?.message??`${a.errorId} exception`,thrown:e})}};var $V={chunkDuration:5e3,maxParallelRequests:5},vn=class{constructor(e){this.current$=new j({type:void 0});this.providerError$=new $e;this.noAvailableProvidersError$=new $e;this.volumeMultiplierError$=new $e;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),availableAudioStreams$:new j([]),currentAudioStream$:new j(void 0),availableAudioTracks$: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),isBuffering$:new j(!0),error$:new $e,fetcherError$:new $e,fetcherRecoverableError$:new $e,warning$:new $e,willSeekEvent$:new $e,soundProhibitedEvent$:new $e,seekedEvent$:new $e,loopedEvent$:new $e,endedEvent$:new $e,firstBytesEvent$:new $e,loadedMetadataEvent$:new $e,firstFrameEvent$:new $e,canplay$:new $e,isLive$:new j(void 0),isLiveEnded$:new j(null),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 $e,availableTextTracks$:new j([]),currentTextTrack$:new j(void 0),hostname$:new j(void 0),httpConnectionType$:new j(void 0),httpConnectionReused$: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)};this.subscription=new nx;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=CT([...OT(this.params.tuning),...VT(this.params.tuning)],this.params.tuning).filter(l=>sx(e.sources[l])),{forceFormat:i,formatsToAvoid:r}=this.params.tuning,s=[];i?s=[i]:r.length?s=[...t.filter(l=>!(0,Sp.default)(r,l)),...t.filter(l=>(0,Sp.default)(r,l))]:s=t,this.log({message:`Selected formats: ${s.join(" > ")}`}),this.tracer.log("Selected formats",ox(s)),this.screenFormatsIterator=new gn(s);let n=[...Id(!0),...Id(!1)];this.chromecastFormatsIterator=new gn(n.filter(l=>sx(e.sources[l]))),this.providerOutput.availableSources$.next(e.sources);let{volumeMultiplier:o=1,tuning:{useVolumeMultiplier:u}}=this.params;u&&o!==1&&Jr.isSupported()&&(this.volumeMultiplierManager=new Jr(this.providerOutput,this.current$,this.volumeMultiplierError$,o))}init(){this.subscription.add(this.initProviderErrorHandling()),this.subscription.add(this.params.dependencies.chromecastInitializer.connection$.subscribe(()=>{this.reinitProvider()}))}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(AV(t)){this.handleNoFormatsError(e);return}let i;try{i=this.createProvider(e,t)}catch(r){this.providerError$.next({id:"ProviderNotConstructed",category:Tu.WTF,message:"Failed to create provider",thrown:r})}i?this.current$.next({type:t,provider:i,destination:e}):this.current$.next({type:void 0})}reinitProvider(){this.tracer.log("reinitProvider"),this.destroyProvider(),this.initProvider()}switchToNextProvider(e){this.tracer.log("switchToNextProvider",{destination:e}),this.destroyProvider(),this.failoverIndex=void 0,this.skipFormat(e),this.initProvider()}destroyProvider(){let e=this.current$.getValue().provider;if(!e)return;this.log({message:"destroyProvider"}),this.tracer.log("destroyProvider"),e.destroy();let t=this.providerOutput.position$.getValue()*1e3,i=this.params.desiredState.seekState.getState(),r=i.state!=="none";if(this.params.desiredState.seekState.setState({state:"requested",position:r?i.position:t,forcePrecise:r?i.forcePrecise:!1}),e.scene3D){let n=e.scene3D.getCameraRotation();this.params.desiredState.cameraOrientation.setState({x:n.x,y:n.y})}let s=this.providerOutput.isBuffering$;s.getValue()||s.next(!0)}createProvider(e,t){switch(this.log({message:`createProvider: ${e}:${t}`}),this.tracer.log("createProvider",{destination:e,format:t}),e){case"SCREEN":return this.createScreenProvider(t);case"CHROMECAST":return this.createChromecastProvider(t);default:return Sn(e)}}createScreenProvider(e){let{sources:t,container:i,desiredState:r,panelSize:s}=this.params,n=this.providerOutput,o={container:i,source:null,desiredState:r,output:n,dependencies:this.params.dependencies,tuning:this.params.tuning,panelSize:s};switch(e){case"DASH_SEP":case"DASH_WEBM":case"DASH_WEBM_AV1":case"DASH_ONDEMAND":case"DASH_STREAMS":{let u=this.applyFailoverHost(t[e]),l=this.applyFailoverHost(t.HLS_ONDEMAND||t.HLS);return Pi(u),this.params.tuning.useNewDashProvider?new ln({...o,source:u,sourceHls:l}):new ws({...o,source:u,sourceHls:l})}case"DASH_LIVE_CMAF":{let u=this.applyFailoverHost(t[e]);return Pi(u),this.params.tuning.useNewDashProvider?new cn({...o,source:u}):new Ps({...o,source:u})}case"HLS":case"HLS_ONDEMAND":{let u=this.applyFailoverHost(t[e]);return Pi(u),F.video.nativeHlsSupported||!this.params.tuning.useHlsJs?new fn({...o,source:u}):new pn({...o,source:u})}case"HLS_LIVE":case"HLS_LIVE_CMAF":{let u=this.applyFailoverHost(t[e]);return Pi(u),new hn({...o,source:u,config:{maxPausedTime:this.params.tuning.live.maxPausedTime},format:e})}case"MPEG":{let u=this.applyFailoverHost(t[e]);return Pi(u),new mn({...o,source:u})}case"DASH_LIVE":{let u=this.applyFailoverHost(t[e]);return Pi(u),new Cv({...o,source:u,config:{...$V,maxPausedTime:this.params.tuning.live.maxPausedTime}})}case"WEB_RTC_LIVE":{let u=this.applyFailoverHost(t[e]);return Pi(u),new bn({container:i,source:u,desiredState:r,output:n,dependencies:this.params.dependencies,tuning:this.params.tuning})}case"DASH":case"DASH_LIVE_WEBM":throw new Error(`${e} is no longer supported`);default:return Sn(e)}}createChromecastProvider(e){let{sources:t,container:i,desiredState:r,meta:s}=this.params,n=this.providerOutput,o=this.params.dependencies.chromecastInitializer.connection$.getValue();return Pi(o),new Ea({connection:o,meta:s,container:i,source:t,format:e,desiredState:r,output:n,dependencies:this.params.dependencies,tuning:this.params.tuning})}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 Sn(e)}}skipFormat(e){switch(e){case"SCREEN":return this.screenFormatsIterator.next();case"CHROMECAST":return this.chromecastFormatsIterator.next();default:return Sn(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 Sn(e)}}applyFailoverHost(e){if(this.failoverIndex===void 0)return e;let t=this.params.failoverHosts[this.failoverIndex];if(!t)return e;let i=r=>{let s=new URL(r);return s.host=t,s.toString()};if(e===void 0)return e;if("type"in e){if(e.type==="raw")return e;if(e.type==="url")return{...e,url:i(e.url)}}return(0,lx.default)((0,ux.default)(e).map(([r,s])=>[r,i(s)]))}initProviderErrorHandling(){let e=new nx,t=!1,i=0;return e.add(LV(this.providerOutput.error$.pipe(ax(r=>!this.params.tuning.ignoreAudioRendererError||!r.message||!/AUDIO_RENDERER_ERROR/ig.test(r.message))),ex({desiredPlaybackState$:this.params.desiredState.playbackState,maxTransitionInterval:this.params.tuning.maxPlaybackTransitionInterval,position$:this.providerOutput.position$,providerChanged$:this.current$}).pipe(RV(r=>({id:`ProviderHangup:${r}`,category:Tu.WTF,message:`A ${r} 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 r=this.params.desiredState.playbackState.transitionEnded$.pipe(ax(({to:s})=>s==="playing"),MV()).subscribe(()=>t=!0);e.add(r)})),e.add(this.providerError$.subscribe(r=>{let s=this.current$.getValue().destination,n={error:r,currentDestination:s};if(s==="CHROMECAST")this.destroyProvider(),this.params.dependencies.chromecastInitializer.stopMedia().then(()=>this.switchToNextProvider("SCREEN"),()=>this.params.dependencies.chromecastInitializer.disconnect());else{let o=r.category===Tu.NETWORK,u=r.category===Tu.FATAL,l=this.params.failoverHosts.length>0&&(this.failoverIndex===void 0||this.failoverIndex<this.params.failoverHosts.length-1),c=i<this.params.tuning.providerErrorLimit&&!u,p=l&&!u&&(o&&t||!c);n={...n,isNetworkError:o,isFatalError:u,haveFailoverHost:l,tryFailover:p,canReinitProvider:c},c?(i++,this.reinitProvider()):p?(this.failoverIndex=this.failoverIndex===void 0?0:this.failoverIndex+1,this.reinitProvider()):(i=0,this.switchToNextProvider(s??"SCREEN"))}this.tracer.error("providerError",ox(n))})),e}};import{fromEvent as Iu,once as BV,combine as DV,Subscription as cx,ValueSubject as vp,map as CV,filter as VV,isNonNullable as xu,now as St,safeStorage as yp}from"@vkontakte/videoplayer-shared";var OV=5e3,dx="one_video_throughput",px="one_video_rtt",yn=window.navigator.connection,hx=()=>{let a=yn?.downlink;if(xu(a)&&a!==10)return a*1e3},fx=()=>{let a=yn?.rtt;if(xu(a)&&a!==3e3)return a},mx=(a,e,t)=>{let i=t*8,r=i/a;return i/(r+e)},Tp=class a{constructor(e){this.subscription=new cx;this.concurrentDownloads=new Set;this.tuningConfig=e;let t=a.load(dx)||(e.useBrowserEstimation?hx():void 0)||OV,i=a.load(px)??(e.useBrowserEstimation?fx():void 0)??0;if(this.throughput$=new vp(t),this.rtt$=new vp(i),this.rttAdjustedThroughput$=new vp(mx(t,i,e.rttPenaltyRequestSize)),this.throughput=si.getSmoothedValue(t,-1,e),this.rtt=si.getSmoothedValue(i,1,e),e.useBrowserEstimation){let r=()=>{let n=hx();n&&this.throughput.next(n);let o=fx();xu(o)&&this.rtt.next(o)};yn&&"onchange"in yn&&this.subscription.add(Iu(yn,"change").subscribe(r)),r()}this.subscription.add(this.throughput.smoothed$.subscribe(r=>{yp.set(dx,r.toFixed(0))})),this.subscription.add(this.rtt.smoothed$.subscribe(r=>{yp.set(px,r.toFixed(0))})),this.subscription.add(this.throughput.debounced$.subscribe(this.throughput$)),this.subscription.add(this.rtt.debounced$.subscribe(this.rtt$)),this.subscription.add(DV({throughput:this.throughput.smoothed$,rtt:this.rtt.smoothed$}).pipe(CV(({throughput:r,rtt:s})=>mx(r,s,e.rttPenaltyRequestSize)),VV(r=>{let s=this.rttAdjustedThroughput$.getValue()||0;return Math.abs(r-s)/s>=e.changeThreshold})).subscribe(this.rttAdjustedThroughput$))}destroy(){this.concurrentDownloads.clear(),this.subscription.unsubscribe()}trackXHR(e){let t=0,i=St(),r=new cx;switch(this.subscription.add(r),this.concurrentDownloads.add(e),e.readyState){case 4:break;case 3:case 2:r.add(Iu(e,"progress").pipe(BV()).subscribe(s=>{t=s.loaded,i=St()}));break;case 1:case 0:r.add(Iu(e,"loadstart").subscribe(()=>{t=0,i=St()}));break}r.add(Iu(e,"loadend").subscribe(s=>{if(e.status===200){let n=s.loaded,o=St(),u=n-t,l=o-i;this.addRawSpeed(u,l,1)}this.concurrentDownloads.delete(e),r.unsubscribe()}))}trackStream(e,t=!1){let i=e.getReader();if(!i){e.cancel("Could not get reader");return}let r=0,s=St(),n=0,o=St(),u=c=>{this.concurrentDownloads.delete(e),i.releaseLock(),e.cancel(`Throughput Estimator error: ${c}`).catch(()=>{})},l=async({done:c,value:p})=>{if(c)!t&&this.addRawSpeed(r,St()-s,1),this.concurrentDownloads.delete(e);else if(p){if(t){let d=St();if(d-o>this.tuningConfig.lowLatency.continuesByteSequenceInterval||d-s>this.tuningConfig.lowLatency.maxLastEvaluationTimeout){let f=o-s;f&&this.addRawSpeed(n,f,1,t),n=p.byteLength,s=St()}else n+=p.byteLength;o=St()}else r+=p.byteLength,n+=p.byteLength,n>=this.tuningConfig.streamMinSampleSize&&St()-o>=this.tuningConfig.streamMinSampleTime&&(this.addRawSpeed(n,St()-o,this.concurrentDownloads.size),n=0,o=St());await i?.read().then(l,u)}};this.concurrentDownloads.add(e),i?.read().then(l,u)}addRawSpeed(e,t,i=1,r=!1){if(a.sanityCheck(e,t,r)){let s=e*8/t;this.throughput.next(s*i)}}addRawThroughput(e){this.throughput.next(e)}addRawRtt(e){this.rtt.next(e)}static sanityCheck(e,t,i=!1){let r=e*8/t;return!(!r||!isFinite(r)||r>1e6||r<30||i&&e<1e4||!i&&e<10*1024||!i&&t<=20)}static load(e){let t=yp.get(e);if(xu(t))return parseInt(t,10)??void 0}},bx=Tp;import{fillWithDefault as _V,VideoQuality as Eu}from"@vkontakte/videoplayer-shared";var gx={configName:["core"],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:Eu.Q_4320P,activeVideoAreaThreshold:.1,highQualityLimit:Eu.Q_720P,trafficSavingLimit:Eu.Q_480P},stallsManager:{stallDurationNoDataBeforeQualityDecrease:500,stallDurationToBeCount:100,stallCountBeforeQualityDecrease:3,resetQualityRestrictionTimeout:1e4,ignoreStallsOnSeek:!1,stallsMetricsHistoryLength:5,maxPossibleStallDuration:3e4,minTvtToBeCounted:0,maxTvtToBeCounted:3*60*60,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:Eu.Q_480P},dash:{forwardBufferTarget:6e4,forwardBufferTargetAuto:6e4,forwardBufferTargetManual:5*6e4,forwardBufferTargetPreload:5e3,seekBiasInTheEnd:2e3,maxSegmentDurationLeftToSelectNextSegment:3e3,minSafeBufferThreshold:.5,bufferPruningSafeZone:1e3,segmentRequestSize:1*1024*1024,representationSwitchForwardBufferGap:3e3,crashOnStallTimeout:25e3,crashOnStallTWithoutDataTimeout:5e3,enableSubSegmentBufferFeeding:!0,bufferEmptinessTolerance:100,useFetchPriorityHints:!0,enableBaseUrlSupport:!0,maxSegmentRetryCount:5,sourceOpenTimeout:1e3,rejectOnSourceOpenTimeout:!1},dashCmafLive:{maxActiveLiveOffset:1e4,normalizedTargetMinBufferSize:6e4,normalizedLiveMinBufferSize:5e3,normalizedActualBufferOffset:1e4,offsetCalculationError:3e3,maxLiveDuration:7200,lowLatency:{maxTargetOffset:3e3,maxTargetOffsetDeviation:250,playbackCatchupSpeedup:.05,isActiveOnDefault:!1,bufferEstimator:{emaAlpha:.45,changeThreshold:.05,deviationDepth:20,deviationFactor:.5,extremumInterval:5}}},live:{minBuffer:3e3,minBufferSegments:3,lowLatencyMinBuffer:1e3,lowLatencyMinBufferSegments:1,isLiveCatchUpMode:!1,lowLatencyActiveLiveDelay:3e3,activeLiveDelay:5e3,maxPausedTime:5e3},downloadBackoff:{bufferThreshold:100,start:100,factor:2,max:3*1e3,random:.1},enableWakeLock:!0,enableTelemetryAtStart:!1,forceFormat:void 0,formatsToAvoid:[],disableChromecast:!1,chromecastReceiverId:"07A4434E",useWebmBigRequest:!1,webmCodec:"vp9",androidPreferredFormat:"dash",preferCMAF:!1,preferWebRTC:!1,preferMultiStream:!1,preferHDR:!1,bigRequestMinInitSize:50*1024,bigRequestMinDataSize:1*1024*1024,stripRangeHeader:!0,flushShortLoopedBuffers:!0,insufficientBufferRuleMargin:1e4,seekNearDurationBias:1,dashSeekInSegmentDurationThreshold:3*60*1e3,dashSeekInSegmentAlwaysSeekDelta:1e4,endGapTolerance:300,stallIgnoreThreshold:33,gapWatchdogInterval:50,requestQuick:!1,useHlsJs:!1,useNativeHLSTextTracks:!1,useManagedMediaSource:!0,useNewSwitchTo:!1,useNewDashProvider:!1,useNewAutoSelectVideoTrack:!1,useSafariEndlessRequestBugfix:!0,useRefactoredSearchGap:!1,isAudioDisabled:!1,autoplayOnlyInActiveTab:!0,dynamicImportTimeout:5e3,maxPlaybackTransitionInterval:2e4,providerErrorLimit:3,manifestRetryInterval:300,manifestRetryMaxInterval:1e4,manifestRetryMaxCount:10,audioVideoSyncRate:20,webrtc:{connectionRetryMaxNumber:3},spherical:{enabled:!1,fov:{x:135,y:76},rotationSpeed:45,maxYawAngle:175,rotationSpeedCorrection:10,degreeToPixelCorrection:5,speedFadeTime:2e3,speedFadeThreshold:50},useVolumeMultiplier:!1,ignoreAudioRendererError:!1,useEnableSubtitlesParam:!1,useOldMSEDetection:!1,useHlsLiveNewTextManager:!1,exposeInternalsToGlobal:!1,hlsLiveNewTextManagerDownloadThreshold:4e3,disableYandexPiP:!1,asyncResolveClientChecker:!1,autostartOnlyIfVisible:!1,useLazyInit:!1},Sx=a=>({..._V(a,gx),configName:[...a.configName??[],...gx.configName]});import{assertNonNullable as wu,combine as di,ErrorCategory as Pu,filter as we,filterChanged as Q,fromEvent as xp,isNonNullable as Ix,isNullable as zV,Logger as WV,map as W,mapTo as xx,merge as ki,now as ku,once as Tt,Subject as X,Subscription as Ex,tap as Ep,ValueSubject as M,isHigher as GV,isInvariantQuality as wx,flattenObject as Ai,throttle as wp,getTraceSubscriptionMethod as Px,Tracer as QV,InternalsExposure as YV}from"@vkontakte/videoplayer-shared";import{merge as FV,map as NV,filter as vx,isNonNullable as UV}from"@vkontakte/videoplayer-shared";var Ip=({seekState:a,position$:e})=>FV(a.stateChangeEnded$.pipe(NV(({to:t})=>t.state==="none"?void 0:(t.position??NaN)/1e3),vx(UV)),e.pipe(vx(()=>a.getState().state==="none")));import{assertNonNullable as qV}from"@vkontakte/videoplayer-shared";var yx=a=>{let e=typeof a.container=="string"?document.getElementById(a.container):a.container;return qV(e,`Wrong container or containerId {${a.container}}`),e};import{filter as jV,once as HV}from"@vkontakte/videoplayer-shared";var Tx=(a,e,t,i)=>{a!==void 0&&e.getState()===void 0&&e.getPrevState()===void 0&&t?.getValue().length===0?t.pipe(jV(r=>r.length>0),HV()).subscribe(r=>{r.find(i)&&e.startTransitionTo(a)}):(a===void 0||t?.getValue().find(i))&&e.startTransitionTo(a)};var D=class D{constructor(e={configName:[]},t=QV.createRootTracer(!1)){this.subscription=new Ex;this.logger=new WV;this.abrLogger=this.logger.createComponentLog("ABR");this.internalsExposure=null;this.isPlaybackStarted=!1;this.hasLiveOffsetByPaused=new M(!1);this.hasLiveOffsetByPausedTimer=0;this.playerInitRequest=0;this.playerInited=new M(!1);this.wasSetStartedQuality=!1;this.desiredState={playbackState:new N("stopped"),seekState:new N({state:"none"}),volume:new N({volume:1,muted:!1}),videoTrack:new N(void 0),videoStream:new N(void 0),audioStream:new N(void 0),autoVideoTrackSwitching:new N(!0),autoVideoTrackLimits:new N({}),isLooped:new N(!1),isLowLatency:new N(!1),playbackRate:new N(1),externalTextTracks:new N([]),internalTextTracks:new N([]),currentTextTrack:new N(void 0),textTrackCuesSettings:new N({}),cameraOrientation:new N({x:0,y:0})};this.info={playbackState$:new M(void 0),position$:new M(0),duration$:new M(1/0),muted$:new M(!1),volume$:new M(1),availableVideoStreams$:new M([]),currentVideoStream$:new M(void 0),availableQualities$:new M([]),availableQualitiesFps$:new M({}),currentQuality$:new M(void 0),isAutoQualityEnabled$:new M(!0),autoQualityLimitingAvailable$:new M(!1),autoQualityLimits$:new M({}),predefinedQualityLimitType$:new M("unknown"),availableAudioStreams$:new M([]),currentAudioStream$:new M(void 0),availableAudioTracks$:new M([]),isAudioAvailable$:new M(!0),currentPlaybackRate$:new M(1),currentBuffer$:new M({start:0,end:0}),isBuffering$:new M(!0),isStalled$:new M(!1),isEnded$:new M(!1),isLooped$:new M(!1),isLive$:new M(void 0),isLiveEnded$:new M(null),canChangePlaybackSpeed$:new M(void 0),atLiveEdge$:new M(void 0),atLiveDurationEdge$:new M(void 0),liveTime$:new M(void 0),liveBufferTime$:new M(void 0),liveLatency$:new M(void 0),currentFormat$:new M(void 0),availableTextTracks$:new M([]),currentTextTrack$:new M(void 0),throughputEstimation$:new M(void 0),rttEstimation$:new M(void 0),videoBitrate$:new M(void 0),hostname$:new M(void 0),httpConnectionType$:new M(void 0),httpConnectionReused$:new M(void 0),surface$:new M("none"),chromecastState$:new M("NOT_AVAILABLE"),chromecastDeviceName$:new M(void 0),intrinsicVideoSize$:new M(void 0),availableSources$:new M(void 0),is3DVideo$:new M(!1),currentVideoSegmentLength$:new M(0),currentAudioSegmentLength$:new M(0)};this.events={inited$:new X,ready$:new X,started$:new X,playing$:new X,paused$:new X,stopped$:new X,willStart$:new X,willResume$:new X,willPause$:new X,willStop$:new X,willDestruct$:new X,watchCoverageRecord$:new X,watchCoverageLive$:new X,managedError$:new X,fatalError$:new X,fetcherRecoverableError$:new X,ended$:new X,looped$:new X,seeked$:new X,willSeek$:new X,autoplaySoundProhibited$:new X,firstBytes$:new X,loadedMetadata$:new X,firstFrame$:new X,canplay$:new X,log$:new X,fetcherError$:new X,severeStallOccured$:new X};this.experimental={element$:new M(void 0),tuningConfigName$:new M([]),enableDebugTelemetry$:new M(!1),dumpTelemetry:ov,getCurrentTime$:new M(null)};if(this.initLogs(),this.tuning=Sx(e),this.tracer=t,this.experimental.tuningConfigName$.next(this.tuning.configName),this.chromecastInitializer=new An({receiverApplicationId:e.chromecastReceiverId,isDisabled:e.disableChromecast,dependencies:{logger:this.logger}}),this.throughputEstimator=new bx(this.tuning.throughputEstimator),e.exposeInternalsToGlobal&&(this.internalsExposure=new YV("CORE"),this.internalsExposure.expose({player:this})),this.initChromecastSubscription(),this.initDesiredStateSubscriptions(),Proxy&&Reflect)return D.withErrorCatching(this)}static withWaitInit(e=!1){return(t,i,r)=>{let s=r.value;return r.value=function(...n){return this.subscription.add(this.playerInited.pipe(we(o=>!!o),Tt()).subscribe(()=>{e&&!this.providerContainer&&this.createProviderContainer(this.config),s.apply(this,n)})),this},r}}static withErrorCatching(e){return new Proxy(e,{get:(t,i,r)=>{let s=Reflect.get(t,i,r);return typeof s!="function"?s:(...n)=>{try{return s.apply(t,n)}catch(o){let u=n.map(p=>JSON.stringify(p,(d,h)=>{let f=typeof h;return(0,kx.default)(["number","string","boolean"],f)?h:h===null?null:`<${f}>`})),l=`Player.${String(i)}`,c=`Exception calling ${l} (${u.join(", ")})`;throw e.events.fatalError$.next({id:l,category:Pu.WTF,message:c,thrown:o}),o}}}})}createProviderContainer(e){this.providerContainer=new vn({sources:e.sources,meta:e.meta??{},failoverHosts:e.failoverHosts??[],container:this.domContainer,desiredState:this.desiredState,dependencies:{throughputEstimator:this.throughputEstimator,chromecastInitializer:this.chromecastInitializer,tracer:this.tracer,logger:this.logger,abrLogger:this.abrLogger},tuning:this.tuning,volumeMultiplier:e.volumeMultiplier,panelSize:e.panelSize}),this.initProviderDebugTelemetry(),this.initProviderContainerSubscription(this.providerContainer),this.initStartingVideoTrack(this.providerContainer),this.providerContainer.init()}initVideo(e){this.config=e,this.internalsExposure?.expose({config:e,logger:this.logger,tuning:this.tuning});let t=()=>{let{container:s,...n}=e;this.tracer.log("initVideo",Ai(n)),this.domContainer=yx(e),this.chromecastInitializer.contentId=e.meta?.videoId,this.initTracerSubscription(),console.log(`Core SDK useLazyInit = ${this.tuning.useLazyInit}`),this.tuning.useLazyInit||this.createProviderContainer(e),this.setLiveLowLatency(this.tuning.dashCmafLive.lowLatency.isActiveOnDefault),this.setMuted(this.tuning.isAudioDisabled),this.initBasicDebugTelemetry(),this.initWakeLock(),this.playerInited.next(!0)},i=()=>{this.tuning.autostartOnlyIfVisible&&window.requestAnimationFrame?this.playerInitRequest=window.requestAnimationFrame(()=>t()):t()},r=()=>{this.tuning.asyncResolveClientChecker?F.isInited$.pipe(we(s=>!!s),Tt()).subscribe(()=>{console.log("Core SDK async start"),i()}):i()};return this.isNotActiveTabCase()?(this.tracer.log("request play from hidden tab"),xp(document,"visibilitychange").pipe(Tt()).subscribe(r)):r(),this}destroy(){this.tracer.log("destroy"),window.clearTimeout(this.hasLiveOffsetByPausedTimer),this.playerInitRequest&&window.cancelAnimationFrame(this.playerInitRequest),this.events.willDestruct$.next(),this.stop(),this.providerContainer?.destroy(),this.throughputEstimator.destroy(),this.chromecastInitializer.destroy(),this.subscription.unsubscribe(),this.tracer.end(),this.internalsExposure?.destroy()}prepare(){let e=this.desiredState.playbackState;return this.tracer.log("prepare",{currentPlayBackState:e.getState()}),e.getState()==="stopped"&&e.startTransitionTo("ready"),this}play(){let e=this.desiredState.playbackState;return this.tracer.log("play",{currentPlayBackState:e.getState()}),e.getState()!=="playing"&&e.startTransitionTo("playing"),this}pause(){let e=this.desiredState.playbackState;return this.tracer.log("pause",{currentPlayBackState:e.getState()}),e.getState()!=="paused"&&e.startTransitionTo("paused"),this}stop(){let e=this.desiredState.playbackState;return this.tracer.log("stop",{currentPlayBackState:e.getState()}),e.getState()!=="stopped"&&e.startTransitionTo("stopped"),this}seekTime(e,t=!0){let i=this.info.duration$.getValue(),r=this.info.isLive$.getValue(),s=e;return e>=i&&!r&&(s=i-this.tuning.seekNearDurationBias),this.tracer.log("seekTime",{duration:i,isLive:r,time:e,calculatedTime:s,forcePrecise:t}),Number.isFinite(s)&&(this.events.willSeek$.next({from:this.getExactTime(),to:s}),this.desiredState.seekState.setState({state:"requested",position:s*1e3,forcePrecise:t})),this}seekPercent(e){let t=this.info.duration$.getValue();return this.tracer.log("seekPercent",{percent:e,duration:t}),isFinite(t)&&this.seekTime(Math.abs(t)*e,!1),this}setVolume(e,t){let i=this.desiredState.volume,s=i.getTransition()?.to.muted??this.info.muted$.getValue(),n=t??(this.tuning.isAudioDisabled||s);return this.tracer.log("setVolume",{volume:e,isAudioDisabled:this.tuning.isAudioDisabled,chromecastState:this.chromecastInitializer.castState$.getValue(),muted:n}),this.chromecastInitializer.castState$.getValue()==="CONNECTED"?this.chromecastInitializer.setVolume(e):i.startTransitionTo({volume:e,muted:n}),this}setMuted(e){let t=this.desiredState.volume,i=this.tuning.isAudioDisabled||e,s=t.getTransition()?.to.volume??this.info.volume$.getValue();return this.tracer.log("setMuted",{isMuted:e,nextMuted:i,volume:s,isAudioDisabled:this.tuning.isAudioDisabled,chromecastState:this.chromecastInitializer.castState$.getValue()}),this.chromecastInitializer.castState$.getValue()==="CONNECTED"?this.chromecastInitializer.setMuted(i):t.startTransitionTo({volume:s,muted:i}),this}setVideoStream(e){return this.desiredState.videoStream.startTransitionTo(e),this}setAudioStream(e){return this.desiredState.audioStream.startTransitionTo(e),this}setQuality(e){wu(this.providerContainer);let t=this.providerContainer.providerOutput.availableVideoTracks$.getValue();return 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(we(i=>i.length>0),Tt()).subscribe(i=>{this.setVideoTrackIdByQuality(i,e)}):this.explicitInitialQuality=e:t.length>0&&this.setVideoTrackIdByQuality(t,e),this}setAutoQuality(e){return this.tracer.log("setAutoQuality",{enable:e}),this.desiredState.autoVideoTrackSwitching.startTransitionTo(e),this}setAutoQualityLimits(e){return this.tracer.log("setAutoQualityLimits",Ai(e)),this.desiredState.autoVideoTrackLimits.startTransitionTo(e),this}setPredefinedQualityLimits(e){if(this.info.predefinedQualityLimitType$.getValue()===e)return this;let{highQualityLimit:t,trafficSavingLimit:i}=this.tuning.autoTrackSelection,r;switch(e){case"high_quality":r={min:t,max:void 0};break;case"traffic_saving":r={max:i,min:void 0};break;default:r={max:void 0,min:void 0}}return this.setAutoQualityLimits(r),this}setPlaybackRate(e){wu(this.providerContainer);let t=this.providerContainer?.providerOutput.element$.getValue();return this.tracer.log("setPlaybackRate",{playbackRate:e,isVideoElementAvailable:!!t}),t&&(this.desiredState.playbackRate.setState(e),t.playbackRate=e),this}setExternalTextTracks(e){return e.length&&this.tracer.log("setExternalTextTracks",Ai(e)),this.desiredState.externalTextTracks.startTransitionTo(e.map(t=>({type:"external",...t}))),this}selectTextTrack(e){return Tx(e,this.desiredState.currentTextTrack,this.providerContainer?.providerOutput.availableTextTracks$,t=>t.id===e),this.tracer.log("selectTextTrack",{textTrackId:e}),this}setTextTrackCueSettings(e){return this.tracer.log("setTextTrackCueSettings",{...e}),this.desiredState.textTrackCuesSettings.startTransitionTo(e),this}setLiveLowLatency(e){let t=this.info.isLive$.getValue(),i=this.desiredState.isLowLatency.getState();return!t||i===e?this:(this.tracer.log("live switch to low latency "+e),this.desiredState.isLowLatency.setState(e),this.seekTime(0))}setLooped(e){return this.tracer.log("setLooped",{isLooped:e}),this.desiredState.isLooped.startTransitionTo(e),this}toggleChromecast(){this.tracer.log("toggleChromecast"),this.chromecastInitializer.toggleConnection()}startCameraManualRotation(e,t){let i=this.getScene3D();return this.tracer.log("startCameraManualRotation",{isScene3DAvailable:!!i,mx:e,my:t}),i&&i.startCameraManualRotation(e,t),this}stopCameraManualRotation(e=!1){let t=this.getScene3D();return this.tracer.log("stopCameraManualRotation",{isScene3DAvailable:!!t,immediate:e}),t&&t.stopCameraManualRotation(e),this}moveCameraFocusPX(e,t){let i=this.getScene3D();if(this.tracer.log("moveCameraFocusPX",{isScene3DAvailable:!!i,dxpx:e,dypx:t}),i){let r=i.getCameraRotation(),s=i.pixelToDegree({x:e,y:t});this.desiredState.cameraOrientation.setState({x:r.x+s.x,y:r.y+s.y})}return this}holdCamera(){let e=this.getScene3D();return e&&e.holdCamera(),this}releaseCamera(){let e=this.getScene3D();return e&&e.releaseCamera(),this}getExactTime(){if(!this.providerContainer)return 0;let e=this.providerContainer.providerOutput.element$.getValue();if(zV(e))return this.info.position$.getValue();let t=this.desiredState.seekState.getState(),i=t.state==="none"?void 0:t.position;return Ix(i)?i/1e3:e.currentTime}getAllLogs(){return this.logger.getAllLogs()}getScene3D(){let e=this.providerContainer?.current$.getValue();if(e?.provider?.scene3D)return e.provider.scene3D}setIntrinsicVideoSize(...e){let t={width:e.reduce((i,{width:r})=>i||r||0,0),height:e.reduce((i,{height:r})=>i||r||0,0)};t.width&&t.height&&this.info.intrinsicVideoSize$.next({width:t.width,height:t.height})}initDesiredStateSubscriptions(){this.subscription.add(ki(this.desiredState.playbackState.stateChangeStarted$,this.desiredState.playbackState.forceChanged$).pipe(W(e=>e.to)).subscribe(this.info.playbackState$)).add(this.desiredState.isLooped.stateChangeEnded$.pipe(W(e=>e.to)).subscribe(this.info.isLooped$)).add(this.desiredState.playbackRate.stateChangeEnded$.pipe(W(e=>e.to)).subscribe(this.info.currentPlaybackRate$)).add(this.desiredState.autoVideoTrackSwitching.stateChangeEnded$.pipe(W(e=>e.to)).subscribe(this.info.isAutoQualityEnabled$)).add(this.desiredState.autoVideoTrackLimits.stateChangeEnded$.pipe(W(e=>e.to)).subscribe(e=>{this.info.autoQualityLimits$.next(e);let{highQualityLimit:t,trafficSavingLimit:i}=this.tuning.autoTrackSelection;this.info.predefinedQualityLimitType$.next(Fc(e,t,i))})),this.subscription.add(this.desiredState.playbackState.stateChangeStarted$.pipe(we(({from:e})=>e==="stopped"),Tt()).subscribe(()=>{this.initedAt=ku(),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"paused":this.events.willPause$.next();break;case"playing":this.isPlaybackStarted?this.events.willResume$.next():this.events.willStart$.next();break;case"stopped":this.events.willStop$.next();break;default:}}))}initProviderContainerSubscription(e){this.subscription.add(e.providerOutput.willSeekEvent$.subscribe(()=>{let n=this.desiredState.seekState.getState();this.tracer.log("willSeekEvent",Ai(n)),n.state==="requested"?this.desiredState.seekState.setState({...n,state:"applying"}):this.events.managedError$.next({id:`WillSeekIn${n.state}`,category:Pu.WTF,message:"Received unexpeceted willSeek$"})})).add(e.providerOutput.soundProhibitedEvent$.pipe(Tt()).subscribe(this.events.autoplaySoundProhibited$)).add(e.providerOutput.severeStallOccurred$.subscribe(this.events.severeStallOccured$)).add(e.providerOutput.seekedEvent$.subscribe(()=>{let n=this.desiredState.seekState.getState();this.tracer.log("seekedEvent",Ai(n)),n.state==="applying"&&(this.desiredState.seekState.setState({state:"none"}),this.events.seeked$.next())})).add(e.current$.pipe(W(n=>n.type)).subscribe(this.info.currentFormat$)).add(e.current$.pipe(W(n=>n.destination),Q()).subscribe(()=>this.isPlaybackStarted=!1)).add(e.providerOutput.availableVideoStreams$.subscribe(this.info.availableVideoStreams$)).add(di({availableVideoTracks:e.providerOutput.availableVideoTracks$,currentVideoStream:e.providerOutput.currentVideoStream$}).pipe(W(({availableVideoTracks:n,currentVideoStream:o})=>n.filter(u=>o?o.id===u.streamId:!0).map(({quality:u})=>u).sort((u,l)=>wx(u)?1:wx(l)?-1:GV(l,u)?1:-1))).subscribe(this.info.availableQualities$)).add(e.providerOutput.availableVideoTracks$.subscribe(n=>{let o={};for(let u of n)u.fps&&(o[u.quality]=u.fps);this.info.availableQualitiesFps$.next(o)})).add(e.providerOutput.availableAudioStreams$.subscribe(this.info.availableAudioStreams$)).add(e.providerOutput.currentVideoStream$.subscribe(this.info.currentVideoStream$)).add(e.providerOutput.currentAudioStream$.subscribe(this.info.currentAudioStream$)).add(e.providerOutput.availableAudioTracks$.subscribe(this.info.availableAudioTracks$)).add(e.providerOutput.isAudioAvailable$.pipe(Q()).subscribe(this.info.isAudioAvailable$)).add(e.providerOutput.currentVideoTrack$.pipe(we(n=>Ix(n))).subscribe(n=>{this.info.currentQuality$.next(n?.quality),this.info.videoBitrate$.next(n?.bitrate)})).add(e.providerOutput.currentVideoSegmentLength$.pipe(Q((n,o)=>Math.round(n)===Math.round(o))).subscribe(this.info.currentVideoSegmentLength$)).add(e.providerOutput.currentAudioSegmentLength$.pipe(Q((n,o)=>Math.round(n)===Math.round(o))).subscribe(this.info.currentAudioSegmentLength$)).add(e.providerOutput.hostname$.pipe(Q()).subscribe(this.info.hostname$)).add(e.providerOutput.httpConnectionType$.pipe(Q()).subscribe(this.info.httpConnectionType$)).add(e.providerOutput.httpConnectionReused$.pipe(Q()).subscribe(this.info.httpConnectionReused$)).add(e.providerOutput.currentTextTrack$.subscribe(this.info.currentTextTrack$)).add(e.providerOutput.availableTextTracks$.subscribe(this.info.availableTextTracks$)).add(e.providerOutput.autoVideoTrackLimitingAvailable$.subscribe(this.info.autoQualityLimitingAvailable$)).add(e.providerOutput.autoVideoTrackLimits$.subscribe(n=>{this.desiredState.autoVideoTrackLimits.setState(n??{})})).add(e.providerOutput.currentBuffer$.pipe(W(n=>n?{start:n.from,end:n.to}:{start:0,end:0})).subscribe(this.info.currentBuffer$)).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(Ep(n=>n&&this.stop())).subscribe(this.info.isLiveEnded$)).add(e.providerOutput.canChangePlaybackSpeed$.subscribe(this.info.canChangePlaybackSpeed$)).add(e.providerOutput.liveTime$.subscribe(this.info.liveTime$)).add(e.providerOutput.liveBufferTime$.subscribe(this.info.liveBufferTime$)).add(e.providerOutput.liveLatency$.subscribe(this.info.liveLatency$)).add(di({hasLiveOffsetByPaused:ki(this.desiredState.playbackState.stateChangeStarted$,this.desiredState.playbackState.forceChanged$).pipe(W(n=>n.to),Q(),W(n=>n==="paused")),isLowLatency:e.providerOutput.isLowLatency$}).subscribe(({hasLiveOffsetByPaused:n,isLowLatency:o})=>{if(window.clearTimeout(this.hasLiveOffsetByPausedTimer),n){this.hasLiveOffsetByPausedTimer=window.setTimeout(()=>{this.hasLiveOffsetByPaused.next(!0)},this.getActiveLiveDelay(o));return}this.hasLiveOffsetByPaused.next(!1)})).add(di({atLiveEdge:di({isLive:e.providerOutput.isLive$,isLowLatency:e.providerOutput.isLowLatency$,position:Ip({seekState:this.desiredState.seekState,position$:e.providerOutput.position$})}).pipe(W(({isLive:n,position:o,isLowLatency:u})=>{let l=this.getActiveLiveDelay(u);return n&&Math.abs(o)<l/1e3}),Q(),Ep(n=>n&&this.setPlaybackRate(1))),hasPausedTimeoutCase:this.hasLiveOffsetByPaused}).pipe(W(({atLiveEdge:n,hasPausedTimeoutCase:o})=>n&&!o)).subscribe(this.info.atLiveEdge$)).add(di({isLive:e.providerOutput.isLive$,position:e.providerOutput.position$,duration:e.providerOutput.duration$}).pipe(W(({isLive:n,position:o,duration:u})=>n&&(Math.abs(u)-Math.abs(o))*1e3<this.tuning.live.activeLiveDelay),Q(),Ep(n=>n&&this.setPlaybackRate(1))).subscribe(this.info.atLiveDurationEdge$)).add(e.providerOutput.volume$.pipe(W(n=>n.muted),Q()).subscribe(this.info.muted$)).add(e.providerOutput.volume$.pipe(W(n=>n.volume),Q()).subscribe(this.info.volume$)).add(Ip({seekState:this.desiredState.seekState,position$:e.providerOutput.position$}).subscribe(this.info.position$)).add(ki(e.providerOutput.endedEvent$.pipe(xx(!0)),e.providerOutput.seekedEvent$.pipe(xx(!1))).pipe(Q()).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(W(n=>({id:n?`No${n}`:"NoProviders",category:Pu.VIDEO_PIPELINE,message:n?`${n} was forced but failed or not available`:"No suitable providers or all providers failed"}))).subscribe(this.events.fatalError$)).add(e.providerOutput.element$.subscribe(this.experimental.element$)).add(e.providerOutput.getCurrentTime$.subscribe(this.experimental.getCurrentTime$)).add(e.providerOutput.firstBytesEvent$.pipe(Tt(),W(n=>n??ku()-this.initedAt)).subscribe(this.events.firstBytes$)).add(e.providerOutput.loadedMetadataEvent$.subscribe(this.events.loadedMetadata$)).add(e.providerOutput.firstFrameEvent$.pipe(Tt(),W(()=>ku()-this.initedAt)).subscribe(this.events.firstFrame$)).add(e.providerOutput.canplay$.pipe(Tt(),W(()=>ku()-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 M(!1);this.subscription.add(e.providerOutput.seekedEvent$.subscribe(()=>t.next(!1))).add(e.providerOutput.willSeekEvent$.subscribe(()=>t.next(!0)));let i=new M(!0);this.subscription.add(e.current$.subscribe(()=>i.next(!0))).add(this.desiredState.playbackState.stateChangeEnded$.pipe(we(({to:n})=>n==="playing"),Tt()).subscribe(()=>i.next(!1)));let r=0,s=ki(e.providerOutput.isBuffering$,t,i).pipe(W(()=>{let n=e.providerOutput.isBuffering$.getValue(),o=t.getValue()||i.getValue();return n&&!o}),Q());this.subscription.add(s.subscribe(n=>{n?r=window.setTimeout(()=>this.info.isStalled$.next(!0),this.tuning.stallIgnoreThreshold):(window.clearTimeout(r),this.info.isStalled$.next(!1))})),this.subscription.add(ki(e.providerOutput.canplay$,e.providerOutput.firstFrameEvent$,e.providerOutput.firstBytesEvent$).subscribe(()=>{let n=e.providerOutput.element$.getValue();this.setIntrinsicVideoSize({width:n?.videoWidth,height:n?.videoHeight})})).add(e.providerOutput.currentVideoTrack$.subscribe(n=>{let o=e.providerOutput.element$.getValue();this.setIntrinsicVideoSize({width:n?.size?.width,height:n?.size?.height},{width:o?.videoWidth,height:o?.videoHeight})})).add(e.providerOutput.is3DVideo$.subscribe(this.info.is3DVideo$)),this.subscription.add(ki(e.providerOutput.inPiP$,e.providerOutput.inFullscreen$,e.providerOutput.element$,e.providerOutput.elementVisible$,this.chromecastInitializer.castState$).subscribe(()=>{let n=e.providerOutput.inPiP$.getValue(),o=e.providerOutput.inFullscreen$.getValue(),u=e.providerOutput.element$.getValue(),l=e.providerOutput.elementVisible$.getValue(),c=this.chromecastInitializer.castState$.getValue(),p;c==="CONNECTED"?p="second_screen":u?l?n?p="pip":o?p="fullscreen":p="inline":p="invisible":p="none",this.info.surface$.getValue()!==p&&this.info.surface$.next(p)}))}initChromecastSubscription(){this.subscription.add(this.chromecastInitializer.castState$.subscribe(this.info.chromecastState$)),this.subscription.add(this.chromecastInitializer.connection$.pipe(W(e=>e?.castDevice.friendlyName)).subscribe(this.info.chromecastDeviceName$)),this.subscription.add(this.chromecastInitializer.errorEvent$.subscribe(this.events.managedError$))}initStartingVideoTrack(e){let t=new Ex;this.subscription.add(t),this.subscription.add(e.current$.pipe(Q((i,r)=>i.provider===r.provider)).subscribe(()=>{t.unsubscribe(),t.add(e.providerOutput.availableVideoTracks$.pipe(we(i=>i.length>0),Tt()).subscribe(i=>{this.setStartingVideoTrack(i)}))}))}setStartingVideoTrack(e){let t;this.wasSetStartedQuality=!0;let i=this.explicitInitialQuality??this.info.currentQuality$.getValue();i&&(t=e.find(({quality:r})=>r===i),t||this.setAutoQuality(!0)),t||(t=Ft(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(ki(this.desiredState.videoTrack.stateChangeStarted$.pipe(W(e=>({transition:e,entity:"quality",type:"start"}))),this.desiredState.videoTrack.stateChangeEnded$.pipe(W(e=>({transition:e,entity:"quality",type:"end"}))),this.desiredState.autoVideoTrackSwitching.stateChangeStarted$.pipe(W(e=>({transition:e,entity:"autoQualityEnabled",type:"start"}))),this.desiredState.autoVideoTrackSwitching.stateChangeEnded$.pipe(W(e=>({transition:e,entity:"autoQualityEnabled",type:"end"}))),this.desiredState.seekState.stateChangeStarted$.pipe(W(e=>({transition:e,entity:"seekState",type:"start"}))),this.desiredState.seekState.stateChangeEnded$.pipe(W(e=>({transition:e,entity:"seekState",type:"end"}))),this.desiredState.playbackState.stateChangeStarted$.pipe(W(e=>({transition:e,entity:"playbackState",type:"start"}))),this.desiredState.playbackState.stateChangeEnded$.pipe(W(e=>({transition:e,entity:"playbackState",type:"end"})))).pipe(W(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$))}initBasicDebugTelemetry(){nv(),this.experimental.enableDebugTelemetry$.next(this.tuning.enableTelemetryAtStart),[this.experimental.enableDebugTelemetry$.subscribe(e=>sv(e)),this.events.fatalError$.subscribe(new Ge("fatalError")),this.events.managedError$.subscribe(new Ge("managedError")),this.info.currentBuffer$.subscribe(new Ge("buffer"))].forEach(e=>this.subscription.add(e)),Ra("codecs",F.video.supportedCodecs)}initProviderDebugTelemetry(){let e=this.providerContainer?.providerOutput;wu(this.providerContainer),wu(e),[this.providerContainer.current$.subscribe(({type:t})=>Ra("provider",t)),e.duration$.subscribe(t=>Ra("duration",t)),e.availableVideoTracks$.pipe(we(t=>!!t.length),Tt()).subscribe(t=>Ra("tracks",t)),e.position$.subscribe(new Ge("position")),e.currentVideoTrack$.pipe(W(t=>t?.quality)).subscribe(new Ge("quality")),e.isBuffering$.subscribe(new Ge("isBuffering"))].forEach(t=>this.subscription.add(t))}initTracerSubscription(){let e=Px(this.tracer.log.bind(this.tracer)),t=Px(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(Q()).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(di({currentQuality:this.info.currentQuality$,videoBitrate:this.info.videoBitrate$}).pipe(we(({currentQuality:i,videoBitrate:r})=>!!i&&!!r),Q((i,r)=>i.currentQuality===r.currentQuality)).subscribe(e("currentVideoTrack"))).add(this.info.currentVideoSegmentLength$.pipe(we(i=>i>0),Q()).subscribe(e("currentVideoSegmentLength"))).add(this.info.currentAudioSegmentLength$.pipe(we(i=>i>0),Q()).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(di({currentBuffer:this.info.currentBuffer$.pipe(we(i=>i.end>0),Q((i,r)=>i.end===r.end&&i.start===r.start)),position:this.info.position$.pipe(Q())}).pipe(wp(1e3)).subscribe(e("currentBufferAndPosition"))).add(this.info.duration$.pipe(Q()).subscribe(e("duration"))).add(this.info.isBuffering$.subscribe(e("isBuffering"))).add(this.info.isLive$.pipe(Q()).subscribe(e("isLive"))).add(this.info.canChangePlaybackSpeed$.pipe(Q()).subscribe(e("canChangePlaybackSpeed"))).add(di({liveTime:this.info.liveTime$,liveBufferTime:this.info.liveBufferTime$,position:this.info.position$}).pipe(we(({liveTime:i,liveBufferTime:r})=>!!i&&!!r),wp(1e3)).subscribe(e("liveBufferAndPosition"))).add(this.info.atLiveEdge$.pipe(Q(),we(i=>i===!0)).subscribe(e("atLiveEdge"))).add(this.info.atLiveDurationEdge$.pipe(Q(),we(i=>i===!0)).subscribe(e("atLiveDurationEdge"))).add(this.info.muted$.pipe(Q()).subscribe(e("muted"))).add(this.info.volume$.pipe(Q()).subscribe(e("volume"))).add(this.info.isEnded$.pipe(Q(),we(i=>i===!0)).subscribe(e("isEnded"))).add(this.info.availableSources$.subscribe(e("availableSources"))).add(di({throughputEstimation:this.info.throughputEstimation$,rtt:this.info.rttEstimation$}).pipe(we(({throughputEstimation:i,rtt:r})=>!!i&&!!r),wp(3e3)).subscribe(e("throughputEstimation"))).add(this.info.isStalled$.subscribe(e("isStalled"))).add(this.info.is3DVideo$.pipe(Q(),we(i=>i===!0)).subscribe(e("is3DVideo"))).add(this.info.surface$.subscribe(e("surface"))).add(this.events.ended$.subscribe(e("ended"))).add(this.events.looped$.subscribe(e("looped"))).add(this.events.managedError$.subscribe(t("managedError"))).add(this.events.fatalError$.subscribe(t("fatalError"))).add(this.events.firstBytes$.subscribe(e("firstBytes"))).add(this.events.firstFrame$.subscribe(e("firstFrame"))).add(this.events.canplay$.subscribe(e("canplay")))}initWakeLock(){if(!window.navigator.wakeLock||!this.tuning.enableWakeLock)return;let e,t=()=>{e?.release(),e=void 0},i=async()=>{t(),e=await window.navigator.wakeLock.request("screen").catch(r=>{r instanceof DOMException&&r.name==="NotAllowedError"||this.events.managedError$.next({id:"WakeLock",category:Pu.DOM,message:String(r)})})};this.subscription.add(ki(xp(document,"visibilitychange"),xp(document,"fullscreenchange"),this.desiredState.playbackState.stateChangeEnded$).subscribe(()=>{let r=document.visibilityState==="visible",s=this.desiredState.playbackState.getState()==="playing",n=!!e&&!e?.released;r&&s?n||i():t()})).add(this.events.willDestruct$.subscribe(t))}setVideoTrackIdByQuality(e,t){let i=e.find(r=>r.quality===t);this.tracer.log("setVideoTrackIdByQuality",Ai({quality:t,availableTracks:Ai(e),track:Ai(i),isAutoQuality:!i})),i?this.desiredState.videoTrack.startTransitionTo(i):this.setAutoQuality(!0)}getActiveLiveDelay(e=!1){return e?this.tuning.live.lowLatencyActiveLiveDelay:this.tuning.live.activeLiveDelay}isNotActiveTabCase(){return document.hidden&&this.tuning.autoplayOnlyInActiveTab&&!Va()}};ie([D.withWaitInit(!0)],D.prototype,"prepare",1),ie([D.withWaitInit(!0)],D.prototype,"play",1),ie([D.withWaitInit(!1)],D.prototype,"pause",1),ie([D.withWaitInit(!1)],D.prototype,"stop",1),ie([D.withWaitInit(!1)],D.prototype,"seekTime",1),ie([D.withWaitInit(!1)],D.prototype,"seekPercent",1),ie([D.withWaitInit(!1)],D.prototype,"setVolume",1),ie([D.withWaitInit(!1)],D.prototype,"setMuted",1),ie([D.withWaitInit(!0)],D.prototype,"setVideoStream",1),ie([D.withWaitInit(!0)],D.prototype,"setAudioStream",1),ie([D.withWaitInit(!0)],D.prototype,"setQuality",1),ie([D.withWaitInit(!1)],D.prototype,"setAutoQuality",1),ie([D.withWaitInit(!1)],D.prototype,"setAutoQualityLimits",1),ie([D.withWaitInit(!1)],D.prototype,"setPredefinedQualityLimits",1),ie([D.withWaitInit(!0)],D.prototype,"setPlaybackRate",1),ie([D.withWaitInit(!1)],D.prototype,"setExternalTextTracks",1),ie([D.withWaitInit(!1)],D.prototype,"selectTextTrack",1),ie([D.withWaitInit(!1)],D.prototype,"setTextTrackCueSettings",1),ie([D.withWaitInit(!1)],D.prototype,"setLooped",1),ie([D.withWaitInit(!1)],D.prototype,"startCameraManualRotation",1),ie([D.withWaitInit(!1)],D.prototype,"stopCameraManualRotation",1),ie([D.withWaitInit(!1)],D.prototype,"moveCameraFocusPX",1),ie([D.withWaitInit(!1)],D.prototype,"holdCamera",1),ie([D.withWaitInit(!1)],D.prototype,"releaseCamera",1);var Au=D;import{Subscription as VZ,Observable as OZ,Subject as _Z,ValueSubject as FZ,VideoQuality as NZ}from"@vkontakte/videoplayer-shared";var UZ=`@vkontakte/videoplayer-core@${kp}`;export{Tn as ChromecastState,Du as HttpConnectionType,OZ as Observable,Xe as PlaybackState,Au as Player,In as PredefinedQualityLimits,UZ as SDK_VERSION,_Z as Subject,VZ as Subscription,Cu as Surface,kp as VERSION,FZ as ValueSubject,Xt as VideoFormat,NZ as VideoQuality,F as clientChecker,ka as isMobile};
124
+ `;var un=class{constructor(e,t,i){this.videoInitialized=!1;this.active=!1;this.container=e,this.sourceVideoElement=t,this.params=i,this.canvas=this.createCanvas();let a=this.canvas.getContext("webgl");if(!a)throw new Error("Could not initialize WebGL context");this.gl=a,this.container.appendChild(this.canvas),this.camera=new nn(this.params.fov,this.params.orientation),this.cameraRotationManager=new on(this.camera,{rotationSpeed:this.params.rotationSpeed,maxYawAngle:this.params.maxYawAngle,rotationSpeedCorrection:this.params.rotationSpeedCorrection,degreeToPixelCorrection:this.params.degreeToPixelCorrection,speedFadeTime:this.params.speedFadeTime,speedFadeThreshold:this.params.speedFadeThreshold}),this.updateFrameSize(),this.vertexBuffer=this.createVertexBuffer(),this.textureMappingBuffer=this.createTextureMappingBuffer(),this.updateTextureMappingBuffer(),this.program=this.createProgram(),this.videoTexture=this.createTexture(),this.gl.useProgram(this.program),this.videoElementDataLoadedFn=this.onDataLoadedHandler.bind(this),this.renderFn=this.render.bind(this)}play(){this.active||(this.videoInitialized?this.doPlay():this.sourceVideoElement.readyState>=2?(this.videoInitialized=!0,this.doPlay()):this.sourceVideoElement.addEventListener("loadeddata",this.videoElementDataLoadedFn))}stop(){this.active=!1}startCameraManualRotation(e,t){this.cameraRotationManager.setRotationSpeed(e*this.params.rotationSpeed,t*this.params.rotationSpeed,0),this.cameraRotationManager.startRotation()}stopCameraManualRotation(e=!1){this.cameraRotationManager.stopRotation(e)}turnCamera(e,t){this.cameraRotationManager.turnCamera(e,t)}pointCameraTo(e,t){this.cameraRotationManager.pointCameraTo(e,t)}pixelToDegree(e){return{x:this.params.degreeToPixelCorrection*this.params.fov.x*-e.x/this.viewportWidth,y:this.params.degreeToPixelCorrection*this.params.fov.y*e.y/this.viewportHeight}}getCameraRotation(){return this.camera.orientation}holdCamera(){this.cameraRotationManager.stopRotation(!0)}releaseCamera(){this.cameraRotationManager.onCameraRelease()}destroy(){this.sourceVideoElement.removeEventListener("loadeddata",this.videoElementDataLoadedFn),this.stop(),this.canvas.remove()}setViewportSize(e,t){this.viewportWidth=e,this.viewportHeight=t,this.canvas.width=this.viewportWidth,this.canvas.height=this.viewportHeight,this.gl.viewport(0,0,this.canvas.width,this.canvas.height)}onDataLoadedHandler(){this.videoInitialized=!0,this.doPlay()}doPlay(){this.updateFrameSize(),this.vertexBuffer=this.createVertexBuffer(),this.active=!0,this.sourceVideoElement.removeEventListener("loadeddata",this.videoElementDataLoadedFn),requestAnimationFrame(this.renderFn)}render(e){this.cameraRotationManager.tick(e),this.updateTexture(),this.updateTextureMappingBuffer();let t=this.gl.getAttribLocation(this.program,"a_vertex"),i=this.gl.getAttribLocation(this.program,"a_texel"),a=this.gl.getUniformLocation(this.program,"u_texture"),s=this.gl.getUniformLocation(this.program,"u_focus");this.gl.enableVertexAttribArray(t),this.gl.enableVertexAttribArray(i),this.gl.bindBuffer(this.gl.ARRAY_BUFFER,this.vertexBuffer),this.gl.vertexAttribPointer(t,2,this.gl.FLOAT,!1,0,0),this.gl.bindBuffer(this.gl.ARRAY_BUFFER,this.textureMappingBuffer),this.gl.vertexAttribPointer(i,2,this.gl.FLOAT,!1,0,0),this.gl.activeTexture(this.gl.TEXTURE0),this.gl.bindTexture(this.gl.TEXTURE_2D,this.videoTexture),this.gl.uniform1i(a,0),this.gl.uniform2f(s,-this.camera.orientation.x,-this.camera.orientation.y),this.gl.drawArrays(this.gl.TRIANGLE_FAN,0,4),this.gl.bindTexture(this.gl.TEXTURE_2D,null),this.gl.bindBuffer(this.gl.ARRAY_BUFFER,null),this.gl.disableVertexAttribArray(t),this.gl.disableVertexAttribArray(i),this.active&&requestAnimationFrame(this.renderFn)}createShader(e,t){let i=this.gl.createShader(t);if(!i)throw this.destroy(),new Error(`Could not create shader (${t})`);if(this.gl.shaderSource(i,e),this.gl.compileShader(i),!this.gl.getShaderParameter(i,this.gl.COMPILE_STATUS))throw this.destroy(),new Error("An error occurred while compiling the shader: "+this.gl.getShaderInfoLog(i));return i}createProgram(){let e=this.gl.createProgram();if(!e)throw this.destroy(),new Error("Could not create shader program");let t=this.createShader(AS,this.gl.VERTEX_SHADER),i=this.createShader(LS,this.gl.FRAGMENT_SHADER);if(this.gl.attachShader(e,t),this.gl.attachShader(e,i),this.gl.linkProgram(e),!this.gl.getProgramParameter(e,this.gl.LINK_STATUS))throw this.destroy(),new Error("Could not link shader program.");return e}createTexture(){let e=this.gl.createTexture();if(!e)throw this.destroy(),new Error("Could not create texture");return this.gl.bindTexture(this.gl.TEXTURE_2D,e),this.gl.texParameteri(this.gl.TEXTURE_2D,this.gl.TEXTURE_MAG_FILTER,this.gl.LINEAR),this.gl.texParameteri(this.gl.TEXTURE_2D,this.gl.TEXTURE_MIN_FILTER,this.gl.LINEAR),this.gl.texParameteri(this.gl.TEXTURE_2D,this.gl.TEXTURE_WRAP_S,this.gl.CLAMP_TO_EDGE),this.gl.texParameteri(this.gl.TEXTURE_2D,this.gl.TEXTURE_WRAP_T,this.gl.CLAMP_TO_EDGE),this.gl.bindTexture(this.gl.TEXTURE_2D,null),e}updateTexture(){this.gl.bindTexture(this.gl.TEXTURE_2D,this.videoTexture),this.gl.pixelStorei(this.gl.UNPACK_FLIP_Y_WEBGL,!0),this.gl.texImage2D(this.gl.TEXTURE_2D,0,this.gl.RGBA,this.gl.RGBA,this.gl.UNSIGNED_BYTE,this.sourceVideoElement),this.gl.bindTexture(this.gl.TEXTURE_2D,null)}createVertexBuffer(){let e=this.gl.createBuffer();if(!e)throw this.destroy(),new Error("Could not create vertex buffer");let t=1,i=1,a=this.frameHeight/(this.frameWidth/this.viewportWidth);return a>this.viewportHeight?t=this.viewportHeight/a:i=a/this.viewportHeight,this.gl.bindBuffer(this.gl.ARRAY_BUFFER,e),this.gl.bufferData(this.gl.ARRAY_BUFFER,new Float32Array([-t,-i,t,-i,t,i,-t,i]),this.gl.STATIC_DRAW),this.gl.bindBuffer(this.gl.ARRAY_BUFFER,null),e}createTextureMappingBuffer(){let e=this.gl.createBuffer();if(!e)throw this.destroy(),new Error("Could not create texture mapping buffer");return e}calculateTexturePosition(){let e=.5-this.camera.orientation.x/360,t=.5-this.camera.orientation.y/180,i=this.camera.fov.x/360/2,a=this.camera.fov.y/180/2,s=e-i,n=t-a,o=e+i,u=t-a,l=e+i,c=t+a,d=e-i,p=t+a;return[s,n,o,u,l,c,d,p]}updateTextureMappingBuffer(){this.gl.bindBuffer(this.gl.ARRAY_BUFFER,this.textureMappingBuffer),this.gl.bufferData(this.gl.ARRAY_BUFFER,new Float32Array([...this.calculateTexturePosition()]),this.gl.STATIC_DRAW),this.gl.bindBuffer(this.gl.ARRAY_BUFFER,null)}updateFrameSize(){this.frameWidth=this.sourceVideoElement.videoWidth,this.frameHeight=this.sourceVideoElement.videoHeight}createCanvas(){let e=document.createElement("canvas");return e.style.position="absolute",e.style.left="0",e.style.top="0",e.style.width="100%",e.style.height="100%",e}};import{isNullable as xM,now as RS,Subscription as PM,filter as kM,combine as $S,debounce as wM,ValueSubject as Ll,isNonNullable as AM}from"@vkontakte/videoplayer-shared";var Rl=class{constructor(){this.isSeeked$=new Ll(!1);this.isBuffering$=new Ll(!1);this.currentStallsCount=0;this.maxQualityLimit=void 0;this.lastUniqueVideoTrackSelectedTimestamp=0;this.predictedThroughputWithoutData=0;this.subscription=new PM;this.severeStallOccurred$=new Ll(!1)}connect(e){this.currentStallDuration$=e.currentStallDuration$,this.videoLastDataObtainedTimestamp$=e.videoLastDataObtainedTimestamp$,this.throughput$=e.throughput$,this.rtt$=e.rtt$,this.qualityLimitsOnStall=e.qualityLimitsOnStall,this.subscription.add(e.isSeeked$.subscribe(this.isSeeked$)),this.subscription.add(e.isBuffering$.subscribe(this.isBuffering$)),this.subscription.add(e.looped$.subscribe(t=>this.currentStallsCount=0)),this.subscription.add($S({isBuffering:this.isBuffering$,isSeeked:this.isSeeked$}).pipe(wM(this.qualityLimitsOnStall.stallDurationToBeCount),kM(({isBuffering:t,isSeeked:i})=>t&&!i)).subscribe(t=>{this.currentStallsCount++})),this.subscription.add($S({currentStallDuration:this.currentStallDuration$}).subscribe(({currentStallDuration:t})=>{let{stallDurationNoDataBeforeQualityDecrease:i,stallCountBeforeQualityDecrease:a,resetQualityRestrictionTimeout:s,ignoreStallsOnSeek:n}=this.qualityLimitsOnStall;if(xM(this.lastUniqueVideoTrackSelected)||n&&this.isSeeked$.getValue())return;let o=this.rtt$.getValue(),u=this.throughput$.getValue(),l=this.videoLastDataObtainedTimestamp$.getValue(),c=RS(),d=a&&this.currentStallsCount>=a,p=i&&c-this.lastUniqueVideoTrackSelectedTimestamp>=i+o&&c-l>=i+o&&t>=i;(d||p)&&(this.severeStallOccurred$.next(!0),window.clearTimeout(this.qualityRestrictionTimer),this.maxQualityLimit=this.lastUniqueVideoTrackSelected.quality,AM(this.lastUniqueVideoTrackSelected.bitrate)&&u>this.lastUniqueVideoTrackSelected.bitrate&&(this.predictedThroughputWithoutData=this.lastUniqueVideoTrackSelected.bitrate)),t||(this.severeStallOccurred$.next(!1),window.clearTimeout(this.qualityRestrictionTimer),this.qualityRestrictionTimer=window.setTimeout(()=>{this.maxQualityLimit=void 0,this.predictedThroughputWithoutData=0},s))}))}get videoMaxQualityLimit(){return this.maxQualityLimit}get predictedThroughput(){return this.predictedThroughputWithoutData}set lastVideoTrackSelected(e){this.lastUniqueVideoTrackSelected?.id!==e.id&&(this.lastUniqueVideoTrackSelected=e,this.lastUniqueVideoTrackSelectedTimestamp=RS(),this.currentStallsCount=0)}destroy(){window.clearTimeout(this.qualityRestrictionTimer),this.subscription.unsubscribe()}},MS=Rl;import{combine as LM,map as RM,observeElementSize as $M,Subscription as MM,ValueSubject as $l,noop as CM}from"@vkontakte/videoplayer-shared";var ln=class{constructor(){this.subscription=new MM;this.pipSize$=new $l(void 0);this.videoSize$=new $l(void 0);this.elementSize$=new $l(void 0);this.pictureInPictureWindowRemoveEventListener=CM}connect({observableVideo:e,video:t}){let i=a=>{let s=a.target;this.pipSize$.next({width:s.width,height:s.height})};this.subscription.add($M(t).subscribe(this.videoSize$)).add(e.enterPip$.subscribe(({pictureInPictureWindow:a})=>{this.pipSize$.next({width:a.width,height:a.height}),a.addEventListener("resize",i),this.pictureInPictureWindowRemoveEventListener=()=>{a.removeEventListener("resize",i)}})).add(e.leavePip$.subscribe(()=>{this.pictureInPictureWindowRemoveEventListener()})).add(LM({videoSize:this.videoSize$,pipSize:this.pipSize$,inPip:e.inPiP$}).pipe(RM(({videoSize:a,inPip:s,pipSize:n})=>s?n:a)).subscribe(this.elementSize$))}getValue(){return this.elementSize$.getValue()}subscribe(e,t){return this.elementSize$.subscribe(e,t)}getObservable(){return this.elementSize$}destroy(){this.pictureInPictureWindowRemoveEventListener(),this.subscription.unsubscribe()}};var ni=class{constructor(e){this.subscription=new NM;this.videoState=new C("stopped");this.droppedFramesManager=new qs;this.stallsManager=new MS;this.elementSizeManager=new ln;this.videoTracksMap=new Map;this.audioTracksMap=new Map;this.textTracksMap=new Map;this.videoStreamsMap=new Map;this.audioStreamsMap=new Map;this.videoTrackSwitchHistory=new Ar;this.audioTrackSwitchHistory=new Ar;this.syncPlayback=()=>{let e=this.videoState.getState(),t=this.params.desiredState.playbackState.getState(),i=this.params.desiredState.playbackState.getTransition(),a=this.params.desiredState.seekState.getState();if(!this.videoState.getTransition()){if(a.state==="requested"&&i?.to!=="paused"&&e!=="stopped"&&t!=="stopped"&&this.seek(a.position,a.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.hostname$.next(void 0),this.videoState.setState("stopped"),E(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"),E(this.params.desiredState.playbackState,"paused")):t==="playing"?(this.videoState.startTransitionTo("playing"),this.playIfAllowed()):i?.to==="ready"&&E(this.params.desiredState.playbackState,"ready");return;case"playing":t==="paused"?(this.videoState.startTransitionTo("paused"),this.video.paused?this.videoState.setState("paused"):this.video.pause()):t==="playing"&&this.video.paused?this.playIfAllowed():i?.to==="playing"&&E(this.params.desiredState.playbackState,"playing");return;case"paused":t==="playing"?(this.videoState.startTransitionTo("playing"),this.playIfAllowed()):i?.to==="paused"&&E(this.params.desiredState.playbackState,"paused");return;default:return VM(e)}}};this.init3DScene=e=>{if(this.scene3D)return;this.scene3D=new un(this.params.container,this.video,{fov:this.params.tuning.spherical.fov,orientation:this.params.tuning.spherical.orientation||{x:e.projectionData?.pose.yaw||0,y:e.projectionData?.pose.pitch||0,z:e.projectionData?.pose.roll||0},rotationSpeed:this.params.tuning.spherical.rotationSpeed,maxYawAngle:this.params.tuning.spherical.maxYawAngle,rotationSpeedCorrection:this.params.tuning.spherical.rotationSpeedCorrection,degreeToPixelCorrection:this.params.tuning.spherical.degreeToPixelCorrection,speedFadeTime:this.params.tuning.spherical.speedFadeTime,speedFadeThreshold:this.params.tuning.spherical.speedFadeThreshold});let t=this.elementSizeManager.getValue();t&&this.scene3D.setViewportSize(t.width,t.height)};this.destroy3DScene=()=>{this.scene3D&&(this.scene3D.destroy(),this.scene3D=void 0)};this.textTracksManager=new Fe(e.source.url),this.params=e,this.video=Ie(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(ne(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 sn({throughputEstimator:this.params.dependencies.throughputEstimator,tuning:this.params.tuning,compatibilityMode:this.params.source.compatibilityMode,tracer:this.tracer}),this.subscribe()}getProviderSubscriptionInfo(){let{output:e,desiredState:t}=this.params,i=ke(this.video);this.subscription.add(()=>i.destroy());let a=this.constructor.name,s=o=>{e.error$.next({id:a,category:CS.WTF,message:`${a} internal logic error`,thrown:o})};return{output:e,desiredState:t,observableVideo:i,genericErrorListener:s,connect:(o,u)=>this.subscription.add(o.subscribe(u,s))}}subscribe(){let{output:e,desiredState:t,observableVideo:i,genericErrorListener:a,connect:s}=this.getProviderSubscriptionInfo();this.subscription.add(this.params.output.availableVideoTracks$.pipe(Ml(l=>!!l.length),VS()).subscribe(l=>{this.droppedFramesManager.connect({logger:this.params.dependencies.logger,video:this.video,droppedFramesChecker:this.params.tuning.droppedFramesChecker,isAuto:this.params.desiredState.autoVideoTrackSwitching,playing$:i.playing$,pause$:i.pause$,tracks:l})}));let n=this.params.desiredState.seekState.stateChangeEnded$.pipe(Cl(l=>l.to.state!=="none"),Ia());this.stallsManager.connect({isSeeked$:n,currentStallDuration$:this.player.currentStallDuration$.pipe(Ia()),videoLastDataObtainedTimestamp$:this.player.videoLastDataObtainedTimestamp$,throughput$:this.params.dependencies.throughputEstimator.throughput$,rtt$:this.params.dependencies.throughputEstimator.rtt$,qualityLimitsOnStall:this.params.tuning.dash.qualityLimitsOnStall,isBuffering$:i.isBuffering$,looped$:i.looped$}),s(i.ended$,e.endedEvent$),s(i.looped$,e.loopedEvent$),s(i.error$,e.error$),s(i.isBuffering$,e.isBuffering$),s(i.currentBuffer$,e.currentBuffer$),s(i.playing$,e.firstFrameEvent$),s(i.canplay$,e.canplay$),s(i.inPiP$,e.inPiP$),s(i.inFullscreen$,e.inFullscreen$),s(i.loadedMetadata$,e.loadedMetadataEvent$),s(this.player.error$,e.error$),s(this.player.fetcherRecoverableError$,e.fetcherRecoverableError$),s(this.player.fetcherError$,e.fetcherError$),s(this.player.lastConnectionType$,e.httpConnectionType$),s(this.player.lastConnectionReused$,e.httpConnectionReused$),s(this.player.isLive$,e.isLive$),s(this.player.lastRequestFirstBytes$.pipe(Ml(DS),VS()),e.firstBytesEvent$),s(this.stallsManager.severeStallOccurred$,e.severeStallOccurred$),s(this.videoState.stateChangeEnded$.pipe(Cl(l=>l.to)),this.params.output.playbackState$),this.subscription.add(i.loopExpected$.subscribe(l=>{t.seekState.setState({state:"requested",position:0,forcePrecise:!1})})),this.subscription.add(i.looped$.subscribe(()=>this.player.warmUpMediaSourceIfNeeded(),a)),this.subscription.add(i.seeked$.subscribe(e.seekedEvent$,a)),this.subscription.add(rt(this.video,t.isLooped,a)),this.subscription.add(xe(this.video,t.volume,i.volumeState$,a)),this.subscription.add(i.volumeState$.subscribe(this.params.output.volume$,a)),this.subscription.add(Ne(this.video,t.playbackRate,i.playbackRateState$,a)),this.elementSizeManager.connect({video:this.video,observableVideo:i}),s(qe(this.video,{threshold:this.params.tuning.autoTrackSelection.activeVideoAreaThreshold}),e.elementVisible$),this.subscription.add(i.playing$.subscribe(()=>{this.videoState.setState("playing"),E(t.playbackState,"playing"),this.scene3D&&this.scene3D.play()},a)).add(i.pause$.subscribe(()=>{this.videoState.setState("paused"),E(t.playbackState,"paused")},a)).add(i.canplay$.subscribe(()=>{this.videoState.getState()==="playing"&&this.playIfAllowed()},a)),this.subscription.add(this.player.state$.stateChangeEnded$.subscribe(({to:l})=>{if(l==="manifest_ready"){this.videoTracksMap=new Map,this.audioTracksMap=new Map,this.textTracksMap=new Map;let c=this.player.getStreams();if(BM(c,"Manifest not loaded or empty"),!this.params.tuning.isAudioDisabled){let p=[];for(let h of c.audio){p.push(pl(h));let f=[];for(let b of h.representations){let g=iS(b);f.push(g),this.audioTracksMap.set(g,{stream:h,representation:b})}this.audioStreamsMap.set(h,f)}this.params.output.availableAudioStreams$.next(p)}let d=[];for(let p of c.video){d.push(hl(p));let h=[];for(let f of p.representations){let b=tS({...f,streamId:p.id});b&&(h.push(b),this.videoTracksMap.set(b,{stream:p,representation:f}))}this.videoStreamsMap.set(p,h)}this.params.output.availableVideoStreams$.next(d);for(let p of c.text)for(let h of p.representations){let f=rS(p,h);this.textTracksMap.set(f,{stream:p,representation:h})}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),this.audioTracksMap.size&&this.textTracksMap.size&&this.params.desiredState.internalTextTracks.startTransitionTo(Array.from(this.textTracksMap.keys()))}else l==="representations_ready"&&(this.videoState.setState("ready"),this.player.initBuffer())},a)),this.subscription.add(cn(this.player.currentStallDuration$,this.player.state$.stateChangeEnded$,t.videoTrack.stateChangeStarted$,t.autoVideoTrackSwitching.transitionStarted$,this.params.dependencies.throughputEstimator.rttAdjustedThroughput$,t.autoVideoTrackLimits.stateChangeStarted$,this.elementSizeManager.getObservable(),this.params.output.elementVisible$,this.droppedFramesManager.onDroopedVideoFramesLimit$,_M(this.video,"progress")).pipe(Ml(()=>this.videoTracksMap.size>0)).subscribe(async()=>{let l=this.player.state$.getState(),c=this.player.state$.getTransition();if(!(0,BS.default)(["manifest_ready","running"],l)||c)return;t.autoVideoTrackSwitching.getTransition()&&t.autoVideoTrackSwitching.setState(t.autoVideoTrackSwitching.getState());let d=this.selectVideoAudioRepresentations();if(!d)return;let[p,h]=d,f=[...this.videoTracksMap.keys()].find(g=>this.videoTracksMap.get(g)?.representation.id===p.id);DS(f)&&(this.stallsManager.lastVideoTrackSelected=f);let b=this.params.desiredState.autoVideoTrackLimits.getTransition();if(b&&this.params.output.autoVideoTrackLimits$.next(b.to),l==="manifest_ready")await this.player.initRepresentations(p.id,h?.id,this.params.sourceHls);else if(await this.player.switchRepresentation("video",p.id),h){let g=!!t.audioStream.getTransition();await this.player.switchRepresentation("audio",h.id,g)}},a)),this.subscription.add(t.cameraOrientation.stateChangeEnded$.subscribe(({to:l})=>{this.scene3D&&l&&this.scene3D.pointCameraTo(l.x,l.y)})),this.subscription.add(this.elementSizeManager.subscribe(l=>{this.scene3D&&l&&this.scene3D.setViewportSize(l.width,l.height)})),this.subscription.add(this.player.currentVideoRepresentation$.pipe(Ia()).subscribe(l=>{let c=[...this.videoTracksMap.entries()].find(([,{representation:f}])=>f.id===l);if(!c){e.currentVideoTrack$.next(void 0),e.currentVideoStream$.next(void 0);return}let[d,{stream:p}]=c,h=this.params.desiredState.videoStream.getTransition();h&&h.to&&h.to.id===p.id&&this.params.desiredState.videoStream.setState(h.to),e.currentVideoTrack$.next(d),e.currentVideoStream$.next(hl(p))},a)),this.subscription.add(this.player.currentAudioRepresentation$.pipe(Ia()).subscribe(l=>{let c=[...this.audioTracksMap.entries()].find(([,{representation:f}])=>f.id===l);if(!c){e.currentAudioStream$.next(void 0);return}let[d,{stream:p}]=c,h=this.params.desiredState.audioStream.getTransition();h&&h.to&&h.to.id===p.id&&this.params.desiredState.audioStream.setState(h.to),e.currentAudioStream$.next(pl(p))},a)),this.subscription.add(this.player.currentVideoRepresentationInit$.subscribe(l=>{if(l?.is3dVideo&&this.params.tuning.spherical?.enabled)try{this.init3DScene(l),e.is3DVideo$.next(!0)}catch(c){e.warning$.next({id:"DashProvider",message:`DashProvider could not initialize 3D-scene: ${c}`})}else this.destroy3DScene(),this.params.tuning.spherical?.enabled&&e.is3DVideo$.next(!1)},a)),this.subscription.add(this.player.currentVideoSegmentLength$.subscribe(e.currentVideoSegmentLength$,a)),this.subscription.add(this.player.currentAudioSegmentLength$.subscribe(e.currentAudioSegmentLength$,a)),this.textTracksManager.connect(this.video,t,e);let o=t.playbackState.stateChangeStarted$.pipe(Cl(({to:l})=>l==="ready"),Ia());this.subscription.add(cn(o,t.autoVideoTrackSwitching.stateChangeStarted$,this.player.state$.stateChangeEnded$,Dl(["init"])).subscribe(()=>{let l=t.autoVideoTrackSwitching.getState(),d=t.playbackState.getState()==="ready"?this.params.tuning.dash.forwardBufferTargetPreload:l?this.params.tuning.dash.forwardBufferTargetAuto:this.params.tuning.dash.forwardBufferTargetManual;this.player.setBufferTarget(d)})),this.subscription.add(cn(o,this.player.state$.stateChangeEnded$,Dl(["init"])).subscribe(()=>this.player.setPreloadOnly(t.playbackState.getState()==="ready")));let u=cn(t.playbackState.stateChangeStarted$,t.videoTrack.stateChangeStarted$,t.seekState.stateChangeEnded$,this.videoState.stateChangeEnded$,Dl(["init"])).pipe(OM(0));this.subscription.add(u.subscribe(this.syncPlayback,a))}selectVideoAudioRepresentations(){if(this.player.isStreamEnded)return;let{desiredState:e,output:t}=this.params,i=e.autoVideoTrackSwitching.getState(),a=e.videoTrack.getState()?.id,n=[...this.videoTracksMap.keys()].find(({id:B})=>B===a),o=t.currentVideoTrack$.getValue(),u=e.videoStream.getState()??(n&&this.videoTracksMap.get(n)?.stream)??this.videoStreamsMap.size===1?this.videoStreamsMap.keys().next().value:void 0;if(!u)return;let l=[...this.videoStreamsMap.keys()].find(({id:B})=>B===u.id),c=l&&this.videoStreamsMap.get(l);if(!c)return;let d=Bi(this.video.buffered,this.video.currentTime*1e3),p;this.player.isActiveLive$.getValue()?p=this.player.isLowLatency$.getValue()?this.params.tuning.dashCmafLive.lowLatency.maxTargetOffset:this.params.tuning.dashCmafLive.normalizedLiveMinBufferSize:this.player.isLive$.getValue()?p=this.params.tuning.dashCmafLive.normalizedTargetMinBufferSize:p=i?this.params.tuning.dash.forwardBufferTargetAuto:this.params.tuning.dash.forwardBufferTargetManual;let h=(this.video.duration*1e3||1/0)-this.video.currentTime*1e3,f=Math.min(d/Math.min(p,h||1/0),1),b=e.audioStream.getState()??(this.audioStreamsMap.size===1?this.audioStreamsMap.keys().next().value:void 0),g=[...this.audioStreamsMap.keys()].find(({id:B})=>B===b?.id)??this.audioStreamsMap.keys().next().value,v=0;if(g){if(n&&!i){let B=Os(n,c,this.audioStreamsMap.get(g)??[],this.params.tuning.autoTrackSelection.minVideoAudioRatio);v=Math.max(v,B?.bitrate??-1/0)}if(o){let B=Os(o,c,this.audioStreamsMap.get(g)??[],this.params.tuning.autoTrackSelection.minVideoAudioRatio);v=Math.max(v,B?.bitrate??-1/0)}}let x=$t(c,{container:this.elementSizeManager.getValue(),panelSize:this.params.panelSize,estimatedThroughput:this.params.dependencies.throughputEstimator.rttAdjustedThroughput$.getValue(),tuning:this.params.tuning.autoTrackSelection,limits:this.params.desiredState.autoVideoTrackLimits.getState(),reserve:v,forwardBufferHealth:f,current:o,visible:this.params.output.elementVisible$.getValue(),history:this.videoTrackSwitchHistory,playbackRate:this.video.playbackRate,droppedVideoMaxQualityLimit:this.droppedFramesManager.droppedVideoMaxQualityLimit,stallsVideoMaxQualityLimit:this.stallsManager.videoMaxQualityLimit,stallsPredictedThroughput:this.stallsManager.predictedThroughput,abrLogger:this.params.dependencies.abrLogger}),T=i?x??n:n??x,P=g&&Xb(T,c,this.audioStreamsMap.get(g)??[],{estimatedThroughput:this.params.dependencies.throughputEstimator.rttAdjustedThroughput$.getValue(),stallsPredictedThroughput:this.stallsManager.predictedThroughput,tuning:this.params.tuning.autoTrackSelection,forwardBufferHealth:f,history:this.audioTrackSwitchHistory,playbackRate:this.video.playbackRate,abrLogger:this.params.dependencies.abrLogger}),I=this.videoTracksMap.get(T)?.representation,V=P&&this.audioTracksMap.get(P)?.representation;if(I&&V)return[I,V];if(I&&!V&&this.audioTracksMap.size===0)return[I,void 0]}prepare(e=0){this.player.initManifest(this.video,this.params.source.url,e)}playIfAllowed(){we(this.video,()=>{this.params.output.soundProhibitedEvent$.next()}).then(e=>{e||(this.videoState.setState("paused"),E(this.params.desiredState.playbackState,"paused",!0))},e=>this.params.output.error$.next({id:"ForcePlay",message:"play() failed even with workarounds",category:CS.DOM,thrown:e}))}destroy(){this.subscription.unsubscribe(),this.droppedFramesManager.destroy(),this.stallsManager.destroy(),this.elementSizeManager.destroy(),this.destroy3DScene(),this.textTracksManager.destroy(),this.player.destroy(),this.params.output.element$.next(void 0),this.params.output.currentVideoStream$.next(void 0),Ee(this.video),this.tracer.end()}};var Ea=class extends ni{subscribe(){super.subscribe();let{output:e,observableVideo:t,connect:i}=this.getProviderSubscriptionInfo();i(t.timeUpdate$,e.position$),i(t.durationChange$,e.duration$)}seek(e,t){this.params.output.willSeekEvent$.next(),this.player.seek(e,t)}};import{combine as Vl,merge as OS,filter as _S,filterChanged as FM,isNullable as Bl,map as NS,ValueSubject as Ol,isNonNullable as qM}from"@vkontakte/videoplayer-shared";var xa=class extends ni{constructor(e){super(e),this.textTracksManager.destroy()}subscribe(){super.subscribe();let e=-1,{output:t,observableVideo:i,desiredState:a,connect:s}=this.getProviderSubscriptionInfo();this.params.output.position$.next(0),this.params.output.isLive$.next(!0),s(i.timeUpdate$,t.liveBufferTime$),s(this.player.liveSeekableDuration$,t.duration$),s(this.player.liveLatency$,t.liveLatency$);let n=new Ol(1);s(i.playbackRateState$,n),this.subscription.add(this.params.output.position$.subscribe(this.player.livePositionFromPlayer$)).add(a.isLowLatency.stateChangeEnded$.pipe(NS(o=>o.to)).subscribe(this.player.isLowLatency$)).add(Vl({liveBufferTime:t.liveBufferTime$,liveAvailabilityStartTime:this.player.liveAvailabilityStartTime$}).pipe(NS(({liveBufferTime:o,liveAvailabilityStartTime:u})=>o&&u?o+u:void 0)).subscribe(t.liveTime$)).add(this.player.liveStreamStatus$.pipe(_S(o=>qM(o))).subscribe(o=>t.isLiveEnded$.next(o!=="active"&&t.position$.getValue()===0))).add(Vl({liveDuration:this.player.liveDuration$,liveStreamStatus:this.player.liveStreamStatus$,playbackRate:OS(i.playbackRateState$,new Ol(1))}).pipe(_S(({liveStreamStatus:o,liveDuration:u})=>o==="active"&&!!u)).subscribe(({liveDuration:o,playbackRate:u})=>{let l=t.liveBufferTime$.getValue(),c=t.position$.getValue(),{playbackCatchupSpeedup:d}=this.params.tuning.dashCmafLive.lowLatency;c||u<1-d||this.video.paused||Bl(l)||(e=o-l)})).add(Vl({time:t.liveBufferTime$,liveDuration:this.player.liveDuration$,playbackRate:OS(i.playbackRateState$,new Ol(1))}).pipe(FM((o,u)=>this.player.liveStreamStatus$.getValue()==="active"?o.liveDuration===u.liveDuration:o.time===u.time)).subscribe(({time:o,liveDuration:u,playbackRate:l})=>{let c=t.position$.getValue(),{playbackCatchupSpeedup:d}=this.params.tuning.dashCmafLive.lowLatency;if(!c&&!this.video.paused&&l>=1-d||Bl(o)||Bl(u))return;let p=-1*(u-o-e);t.position$.next(Math.min(p,0))})).add(this.player.currentLiveTextRepresentation$.subscribe(o=>{if(o){let u=aS(o);this.params.output.availableTextTracks$.next([u])}}))}seek(e){this.params.output.willSeekEvent$.next();let t=-e,i=Math.trunc(t/1e3<=Math.abs(this.params.output.duration$.getValue())?t:0);this.player.seekLive(i).then(()=>{this.params.output.position$.next(e/1e3)})}};var qS=M(xs(),1);import{assertNever as Pa,assertNonNullable as FS,debounce as UM,ErrorCategory as dn,filter as HM,isNonNullable as jM,isNullable as QM,map as pn,merge as GM,Observable as WM,observableFrom as YM,Subscription as zM,videoSizeToQuality as KM}from"@vkontakte/videoplayer-shared";var Ke={};var Gi=(r,e)=>new WM(t=>{let i=(a,s)=>t.next(s);return r.on(e,i),()=>r.off(e,i)}),ka=class{constructor(e){this.subscription=new zM;this.videoState=new C("initializing");this.trackLevels=new Map;this.syncPlayback=()=>{let e=this.videoState.getState(),t=this.params.desiredState.playbackState.getState(),i=this.params.desiredState.playbackState.getTransition(),a=this.params.desiredState.seekState.getState();if(e!=="initializing")switch(i?.to!=="paused"&&a.state==="requested"&&this.seek(a.position),t){case"stopped":switch(e){case"stopped":break;case"ready":case"playing":case"paused":this.stop();break;default:Pa(e)}break;case"ready":switch(e){case"stopped":this.prepare();break;case"ready":case"playing":case"paused":break;default:Pa(e)}break;case"playing":switch(e){case"playing":break;case"stopped":this.prepare();break;case"ready":case"paused":this.playIfAllowed();break;default:Pa(e)}break;case"paused":switch(e){case"paused":break;case"stopped":this.prepare();break;case"ready":this.videoState.setState("paused"),E(this.params.desiredState.playbackState,"paused");break;case"playing":this.pause();break;default:Pa(e)}break;default:Pa(t)}};this.textTracksManager=new Fe(e.source.url),this.video=Ie(e.container,e.tuning),this.params=e,this.params.output.element$.next(this.video),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(ne(this.params.source.url)),this.loadHlsJs()}destroy(){this.subscription.unsubscribe(),this.trackLevels.clear(),this.textTracksManager.destroy(),this.hls?.detachMedia(),this.hls?.destroy(),this.params.output.element$.next(void 0),Ee(this.video)}loadHlsJs(){let e=!1,t=a=>{e||this.params.output.error$.next({id:a==="timeout"?"HlsJsTimeout":"HlsJsLoadError",category:dn.NETWORK,message:"Failed to load Hls.js",thrown:a}),e=!0},i=window.setTimeout(()=>t("timeout"),this.params.tuning.dynamicImportTimeout);(0,qS.default)(import("hls.js").then(a=>{e||(Ke.Hls=a.default,Ke.Events=a.default.Events,this.init())},t),()=>{window.clearTimeout(i),e=!0})}init(){FS(Ke.Hls,"hls.js not loaded"),this.hls=new Ke.Hls({fragLoadingMaxRetry:5,levelLoadingMaxRetry:2,manifestLoadingMaxRetry:2,fragLoadingMaxRetryTimeout:16e3,manifestLoadingMaxRetryTimeout:2e3,levelLoadingMaxRetryTimeout:2e3}),this.subscribe(),this.videoState.setState("stopped")}subscribe(){FS(Ke.Events,"hls.js not loaded");let{desiredState:e,output:t}=this.params,i=l=>{t.error$.next({id:"HlsJsProvider",category:dn.WTF,message:"HlsJsProvider internal logic error",thrown:l})},a=ke(this.video);this.subscription.add(()=>a.destroy());let s=(l,c)=>this.subscription.add(l.subscribe(c,i));s(a.timeUpdate$,t.position$),s(a.durationChange$,t.duration$),s(a.ended$,t.endedEvent$),s(a.looped$,t.loopedEvent$),s(a.error$,t.error$),s(a.isBuffering$,t.isBuffering$),s(a.currentBuffer$,t.currentBuffer$),s(a.loadStart$,t.firstBytesEvent$),s(a.loadedMetadata$,t.loadedMetadataEvent$),s(a.playing$,t.firstFrameEvent$),s(a.canplay$,t.canplay$),s(a.seeked$,t.seekedEvent$),s(a.inPiP$,t.inPiP$),s(a.inFullscreen$,t.inFullscreen$),this.subscription.add(rt(this.video,e.isLooped,i)),this.subscription.add(xe(this.video,e.volume,a.volumeState$,i)),this.subscription.add(a.volumeState$.subscribe(this.params.output.volume$)),this.subscription.add(Ne(this.video,e.playbackRate,a.playbackRateState$,i)),s(qe(this.video),t.elementVisible$),s(this.videoState.stateChangeEnded$.pipe(pn(l=>l.to)),this.params.output.playbackState$),this.subscription.add(Gi(this.hls,Ke.Events.ERROR).subscribe(l=>{l.fatal&&t.error$.next({id:["HlsJsFatal",l.type,l.details].join("_"),category:dn.WTF,message:`HlsJs fatal ${l.type} ${l.details}, ${l.err?.message} ${l.reason}`,thrown:l.error})})),this.subscription.add(a.playing$.subscribe(()=>{this.videoState.setState("playing"),E(e.playbackState,"playing")},i)).add(a.pause$.subscribe(()=>{this.videoState.setState("paused"),E(e.playbackState,"paused")},i)).add(a.canplay$.subscribe(()=>{this.videoState.getTransition()?.to==="ready"&&this.videoState.setState("ready"),this.videoState.getState()==="playing"&&this.playIfAllowed()},i)),s(Gi(this.hls,Ke.Events.MANIFEST_PARSED).pipe(pn(({levels:l})=>l.reduce((c,d)=>{let p=d.name||d.height.toString(10),{width:h,height:f}=d,b=At(d.attrs.QUALITY??"")??KM({width:h,height:f});if(!b)return c;let g=d.attrs["FRAME-RATE"]?parseFloat(d.attrs["FRAME-RATE"]):void 0,v={id:p.toString(),quality:b,bitrate:d.bitrate/1e3,size:{width:h,height:f},fps:g};return this.trackLevels.set(p,{track:v,level:d}),c.push(v),c},[]))),t.availableVideoTracks$),s(Gi(this.hls,Ke.Events.MANIFEST_PARSED),l=>{if(l.subtitleTracks.length>0){let c=[];for(let d of l.subtitleTracks){let p=d.name,h=d.attrs.URI||"",f=d.lang;c.push({id:p,url:h,language:f,type:"internal"})}e.internalTextTracks.startTransitionTo(c)}}),s(Gi(this.hls,Ke.Events.LEVEL_LOADING).pipe(pn(({url:l})=>ne(l))),t.hostname$),s(Gi(this.hls,Ke.Events.FRAG_CHANGED),l=>{let{video:c,audio:d}=l.frag.elementaryStreams;t.currentVideoSegmentLength$.next(((c?.endPTS??0)-(c?.startPTS??0))*1e3),t.currentAudioSegmentLength$.next(((d?.endPTS??0)-(d?.startPTS??0))*1e3)}),this.subscription.add(Pt(e.autoVideoTrackSwitching,()=>this.hls.autoLevelEnabled,l=>{this.hls.nextLevel=l?-1:this.hls.currentLevel,this.hls.loadLevel=l?-1:this.hls.loadLevel},{onError:i}));let n=l=>Array.from(this.trackLevels.values()).find(({level:c})=>c===l)?.track,o=Gi(this.hls,Ke.Events.LEVEL_SWITCHED).pipe(pn(({level:l})=>n(this.hls.levels[l])));o.pipe(HM(jM)).subscribe(t.currentVideoTrack$,i),this.subscription.add(Pt(e.videoTrack,()=>n(this.hls.levels[this.hls.currentLevel]),l=>{if(QM(l))return;let c=this.trackLevels.get(l.id)?.level;if(!c)return;let d=this.hls.levels.indexOf(c),p=this.hls.currentLevel,h=this.hls.levels[p];!h||c.bitrate>h.bitrate?this.hls.nextLevel=d:(this.hls.loadLevel=d,this.hls.loadLevel=d)},{changed$:o,onError:i})),s(a.progress$,()=>{this.params.dependencies.throughputEstimator.addRawThroughput(this.hls.bandwidthEstimate/1e3)}),this.textTracksManager.connect(this.video,e,t);let u=GM(e.playbackState.stateChangeStarted$,e.videoTrack.stateChangeStarted$,e.seekState.stateChangeEnded$,this.videoState.stateChangeEnded$,YM(["init"])).pipe(UM(0));this.subscription.add(u.subscribe(this.syncPlayback,i))}prepare(){this.videoState.startTransitionTo("ready"),this.hls.attachMedia(this.video),this.hls.loadSource(this.params.source.url)}async playIfAllowed(){this.videoState.startTransitionTo("playing"),await we(this.video,()=>{this.params.output.soundProhibitedEvent$.next()}).catch(t=>this.params.output.error$.next({id:"ForcePlay",message:"play() failed even with workarounds",category:dn.DOM,thrown:t}))||(this.videoState.setState("paused"),E(this.params.desiredState.playbackState,"paused",!0))}pause(){this.videoState.startTransitionTo("paused"),this.video.paused?this.videoState.setState("paused"):this.video.pause()}seek(e){this.params.output.willSeekEvent$.next(),this.video.currentTime=e/1e3}stop(){this.params.output.position$.next(0),this.params.output.duration$.next(1/0),this.params.output.currentBuffer$.next(void 0),this.params.output.hostname$.next(void 0),this.hls.stopLoad(),this.hls.detachMedia(),this.video.removeAttribute("src"),this.video.load(),this.videoState.setState("stopped"),E(this.params.desiredState.playbackState,"stopped",!0)}};var US="X-Playback-Duration",_l=async r=>{let e=await st(r),t=await e.text(),i=/#EXT-X-VK-PLAYBACK-DURATION:(\d+)/m.exec(t)?.[1];return i?parseInt(i,10):e.headers.has(US)?parseInt(e.headers.get(US),10):void 0};import{assertNever as oC,combine as uC,debounce as lC,ErrorCategory as fn,filter as cC,filterChanged as dC,isNonNullable as QS,isNullable as bn,map as GS,merge as pC,observableFrom as hC,Subscription as mC,ValueSubject as ql,VideoQuality as fC}from"@vkontakte/videoplayer-shared";var Fl=M(Bo(),1);import{videoSizeToQuality as XM,getExponentialDelay as JM}from"@vkontakte/videoplayer-shared";var ZM=r=>{let e=null;if(r.QUALITY&&(e=At(r.QUALITY)),!e&&r.RESOLUTION){let[t,i]=r.RESOLUTION.split("x").map(a=>parseInt(a,10));e=XM({width:t,height:i})}return e??null},eC=(r,e)=>{let t=r.split(`
125
+ `),i=[],a=[];for(let s=0;s<t.length;s++){let n=t[s],o=n.match(/^#EXT-X-STREAM-INF:(.+)/),u=n.match(/^#EXT-X-MEDIA:TYPE=SUBTITLES,(.+)/);if(!(!o&&!u)){if(o){let l=(0,Fl.default)(o[1].split(",").map(g=>g.split("="))),c=l.QUALITY??`stream-${l.BANDWIDTH}`,d=ZM(l),p;l.BANDWIDTH&&(p=parseInt(l.BANDWIDTH,10)/1e3||void 0),!p&&l["AVERAGE-BANDWIDTH"]&&(p=parseInt(l["AVERAGE-BANDWIDTH"],10)/1e3||void 0);let h=l["FRAME-RATE"]?parseFloat(l["FRAME-RATE"]):void 0,f;if(l.RESOLUTION){let[g,v]=l.RESOLUTION.split("x").map(x=>parseInt(x,10));g&&v&&(f={width:g,height:v})}let b=new URL(t[++s],e).toString();d&&i.push({id:c,quality:d,url:b,bandwidth:p,size:f,fps:h})}if(u){let l=(0,Fl.default)(u[1].split(",").map(h=>{let f=h.indexOf("=");return[h.substring(0,f),h.substring(f+1)]}).map(([h,f])=>[h,f.replace(/^"|"$/g,"")])),c=l.URI?.replace(/playlist$/,"subtitles.vtt"),d=l.LANGUAGE,p=l.NAME;c&&d&&a.push({type:"internal",id:d,label:p,language:d,url:c,isAuto:!1})}}}if(!i.length)throw new Error("Empty manifest");return{qualityManifests:i,textTracks:a}},tC=r=>new Promise(e=>{setTimeout(()=>{e()},r)}),Nl=0,HS=async(r,e=r,t,i)=>{let s=await(await st(r,i)).text();Nl+=1;try{let{qualityManifests:n,textTracks:o}=eC(s,e);return{qualityManifests:n,textTracks:o}}catch{if(Nl<=t.manifestRetryMaxCount)return await tC(JM(Nl-1,{start:t.manifestRetryInterval,max:t.manifestRetryMaxInterval})),HS(r,e,t)}return{qualityManifests:[],textTracks:[]}},hn=HS;import{isNonNullable as iC,Subscription as rC,throttle as aC,ValueSubject as jS,Subject as sC,ErrorCategory as nC}from"@vkontakte/videoplayer-shared";var mn=class{constructor(e,t,i,a,s){this.subscription=new rC;this.abortControllers={destroy:new pe,nextManifest:null};this.prepareUrl=void 0;this.currentTextTrackData=null;this.availableTextTracks$=new jS(null);this.getCurrentTime$=new jS(null);this.error$=new sC;this.params={fetchManifestData:i,sourceUrl:a,downloadThreshold:s},this.subscription.add(e.pipe(aC(1e3)).subscribe(n=>{this.processLiveTime(n)})),this.getCurrentTime$.next(()=>this.currentTextTrackData?this.currentTextTrackData.playlist.segmentStartTime/1e3+t.currentTime:0)}destroy(){this.subscription.unsubscribe(),this.abortControllers.destroy.abort()}async prepare(e){try{let t=new URL(e);t.searchParams.set("enable-subtitles","yes"),this.prepareUrl=t.toString();let{textTracks:i}=await this.fetchManifestData();await this.processTextTracks(i,this.params.sourceUrl)}catch(t){this.error("prepare",t)}}async processTextTracks(e,t){try{let i=await this.parseTextTracks(e,t);i&&(this.currentTextTrackData=i)}catch(i){this.error("processTextTracks",i)}}async parseTextTracks(e,t){for(let i of e){let a=new URL(i.url,t).toString(),n=await(await st(a,{signal:this.abortControllers.destroy.signal})).text(),o=this.parsePlaylist(n,a);return{textTrack:i,playlist:o}}}parsePlaylist(e,t){let i={mediaSequence:0,programDateTime:"",segments:[],targetDuration:0,vkPlaybackDuration:0,segmentStartTime:0,vkStartTime:""},a=e.split(`
126
+ `),s=0;for(let n=0;n<a.length;++n){let o=a[n];switch(!0){case o.startsWith("#EXTINF:"):{let u=a[++n],l=new URL(u,t).toString(),c=Number(this.extractPlaylistRowValue("#EXTINF:",o))*1e3;if(i.segments.push({time:{from:s,to:s+c},url:l}),s=s+c,!i.segmentStartTime){let d=new Date(i.vkStartTime).valueOf(),p=new Date(i.programDateTime).valueOf();i.segmentStartTime=p-d}break}case o.startsWith("#EXT-X-TARGETDURATION:"):i.targetDuration=Number(this.extractPlaylistRowValue("#EXT-X-TARGETDURATION:",o));break;case o.startsWith("#EXT-X-MEDIA-SEQUENCE:"):i.mediaSequence=Number(this.extractPlaylistRowValue("#EXT-X-MEDIA-SEQUENCE:",o));break;case o.startsWith("#EXT-X-VK-PLAYBACK-DURATION:"):i.vkPlaybackDuration=Number(this.extractPlaylistRowValue("#EXT-X-VK-PLAYBACK-DURATION:",o));break;case o.startsWith("#EXT-X-PROGRAM-DATE-TIME:"):{let u=this.extractPlaylistRowValue("#EXT-X-PROGRAM-DATE-TIME:",o);i.programDateTime=u;let l=new Date(u);l.setMilliseconds(0),s=l.valueOf();break}case o.startsWith("#EXT-X-VK-START-TIME:"):i.vkStartTime=this.extractPlaylistRowValue("#EXT-X-VK-START-TIME:",o);break}}return i}extractPlaylistRowValue(e,t){switch(e){case"#EXTINF:":return t.substring(e.length,t.length-1);default:return t.substring(e.length)}}processLiveTime(e){if(iC(e)&&this.currentTextTrackData){let{segments:t}=this.currentTextTrackData.playlist,{from:i}=t[0].time,{to:a}=t[t.length-1].time;if(e<i||e>a)return;a-e<this.params.downloadThreshold&&this.fetchNextManifestData();for(let n of t)if(n.time.from<=e&&n.time.to>=e){this.availableTextTracks$.next([{...this.currentTextTrackData.textTrack,url:n.url,isAuto:!0}]);break}}}async fetchNextManifestData(){try{if(this.abortControllers.nextManifest)return;this.abortControllers.nextManifest=new pe;let{textTracks:e}=await this.fetchManifestData(),t=await this.parseTextTracks(e,this.params.sourceUrl);this.currentTextTrackData&&t&&(this.currentTextTrackData.playlist.segments=t.playlist.segments)}catch(e){this.error("fetchNextManifestData",e)}finally{this.abortControllers.nextManifest=null}}async fetchManifestData(){let e=this.prepareUrl??this.params.sourceUrl;return await this.params.fetchManifestData(e,{signal:this.abortControllers.destroy.signal})}error(e,t){this.error$.next({id:"[LiveTextManager][HLS_LIVE_CMAF]",category:nC.WTF,thrown:t,message:e})}};var wa=class{constructor(e){this.subscription=new mC;this.videoState=new C("stopped");this.textTracksManager=null;this.liveTextManager=null;this.manifests$=new ql([]);this.liveOffset=new Zt;this.manifestStartTime$=new ql(void 0);this.syncPlayback=()=>{if(!this.manifests$.getValue().length)return;let t=this.videoState.getState(),i=this.params.desiredState.playbackState.getState(),a=this.params.desiredState.playbackState.getTransition(),s=this.params.desiredState.videoTrack.getTransition(),n=this.params.desiredState.autoVideoTrackSwitching.getTransition(),o=this.params.desiredState.autoVideoTrackLimits.getTransition();if(i==="stopped"){t!=="stopped"&&(this.videoState.startTransitionTo("stopped"),this.video.removeAttribute("src"),this.video.load(),this.params.output.position$.next(0),this.params.output.duration$.next(1/0),this.params.output.currentBuffer$.next(void 0),this.params.output.hostname$.next(void 0),this.videoState.setState("stopped"),E(this.params.desiredState.playbackState,"stopped",!0));return}if(this.videoState.getTransition())return;let l=this.params.desiredState.seekState.getState();if(t==="stopped"){this.videoState.startTransitionTo("ready"),this.prepare();return}if(s||n||o){let c=this.videoState.getState();this.videoState.setState("changing_manifest"),this.videoState.startTransitionTo(c),this.prepare(),o&&this.params.output.autoVideoTrackLimits$.next(o.to),l.state==="none"&&this.params.desiredState.seekState.setState({state:"requested",position:-this.liveOffset.getTotalOffset(),forcePrecise:!0});return}if(a?.to!=="paused"&&l.state==="requested"){this.videoState.startTransitionTo("ready"),this.seek(l.position&&l.position-this.liveOffset.getTotalPausedTime()),this.prepare();return}switch(t){case"ready":i==="ready"?E(this.params.desiredState.playbackState,"ready"):i==="paused"?(this.videoState.setState("paused"),this.liveOffset.pause(),E(this.params.desiredState.playbackState,"paused")):i==="playing"&&(this.videoState.startTransitionTo("playing"),this.playIfAllowed());return;case"playing":i==="paused"?(this.videoState.startTransitionTo("paused"),this.liveOffset.pause(),this.video.paused?this.videoState.setState("paused"):this.video.pause()):a?.to==="playing"&&E(this.params.desiredState.playbackState,"playing");return;case"paused":if(i==="playing")if(this.videoState.startTransitionTo("playing"),this.liveOffset.getTotalPausedTime()<this.params.config.maxPausedTime&&this.liveOffset.getTotalOffset()<this.maxSeekBackTime$.getValue())this.liveOffset.resume(),this.playIfAllowed(),this.params.output.position$.next(-this.liveOffset.getTotalOffset()/1e3);else{let c=this.liveOffset.getTotalOffset();c>=this.maxSeekBackTime$.getValue()&&(c=0,this.liveOffset.resetTo(c)),this.liveOffset.resume(),this.params.output.position$.next(-c/1e3),this.prepare()}else a?.to==="paused"&&(E(this.params.desiredState.playbackState,"paused"),this.liveOffset.pause());return;case"changing_manifest":break;default:return oC(t)}};this.params=e,this.video=Ie(e.container,e.tuning),this.params.output.element$.next(this.video),this.masterManifest={id:"master",quality:fC.INVARIANT,url:this.params.source.url};let t=(i,a)=>hn(i,this.params.source.url,{manifestRetryInterval:this.params.tuning.manifestRetryInterval,manifestRetryMaxInterval:this.params.tuning.manifestRetryMaxInterval,manifestRetryMaxCount:this.params.tuning.manifestRetryMaxCount},a);this.params.tuning.useHlsLiveNewTextManager?this.liveTextManager=new mn(this.params.output.liveTime$,this.video,t,this.params.source.url,this.params.tuning.hlsLiveNewTextManagerDownloadThreshold):this.textTracksManager=new Fe(e.source.url),t(this.generateLiveUrl()).then(({qualityManifests:i,textTracks:a})=>{i.length===0&&this.params.output.error$.next({id:"HlsLiveProviderInternal:empty_manifest",category:fn.WTF,message:"HlsLiveProvider: there are no qualities in manifest"}),this.liveTextManager?.processTextTracks(a,this.params.source.url),this.manifests$.next([this.masterManifest,...i])}).catch(i=>{this.params.output.error$.next({id:"ExtractHlsQualities",category:fn.NETWORK,message:"Error fetching manifest and extracting qualities",thrown:i})}),this.params.output.isLive$.next(!0),this.params.output.canChangePlaybackSpeed$.next(!1),this.params.output.availableVideoTracks$.next([]),this.params.output.availableAudioTracks$.next([]),this.params.output.isAudioAvailable$.next(!0),this.params.output.hostname$.next(ne(this.params.source.url)),this.params.output.availableTextTracks$.next([]),this.params.desiredState.internalTextTracks.setState([]),this.maxSeekBackTime$=new ql(e.source.maxSeekBackTime??1/0),this.subscribe()}selectManifest(){let{autoVideoTrackSwitching:e,videoTrack:t}=this.params.desiredState,i=e.getState(),a=t.getTransition(),s=a?.to?.id??t.getState()?.id??"master",n=this.manifests$.getValue();if(!n.length)return;let o=i?"master":s;return i&&!a&&t.startTransitionTo(this.masterManifest),n.find(u=>u.id===o)}subscribe(){let{output:e,desiredState:t}=this.params,i=o=>{e.error$.next({id:"HlsLiveProvider",category:fn.WTF,message:"HlsLiveProvider internal logic error",thrown:o})},a=ke(this.video);this.subscription.add(()=>a.destroy());let s=(o,u)=>this.subscription.add(o.subscribe(u,i));s(a.ended$,e.endedEvent$),s(a.error$,e.error$),s(a.isBuffering$,e.isBuffering$),s(a.currentBuffer$,e.currentBuffer$),s(a.loadedMetadata$,e.firstBytesEvent$),s(a.loadedMetadata$,e.loadedMetadataEvent$),s(a.playing$,e.firstFrameEvent$),s(a.canplay$,e.canplay$),s(a.inPiP$,e.inPiP$),s(a.inFullscreen$,e.inFullscreen$),this.subscription.add(t.isLooped.stateChangeStarted$.subscribe(()=>t.isLooped.setState(!1),i)),this.subscription.add(xe(this.video,t.volume,a.volumeState$,i)),this.subscription.add(a.volumeState$.subscribe(this.params.output.volume$,i)),this.subscription.add(Ne(this.video,t.playbackRate,a.playbackRateState$,i)),s(qe(this.video),e.elementVisible$),this.liveTextManager?(s(this.liveTextManager.getCurrentTime$,this.params.output.getCurrentTime$),s(this.liveTextManager.error$,this.params.output.error$)):this.textTracksManager&&this.textTracksManager.connect(this.video,t,e),this.subscription.add(a.playing$.subscribe(()=>{this.videoState.setState("playing"),E(t.playbackState,"playing")},i)).add(a.pause$.subscribe(()=>{this.videoState.setState("paused"),E(t.playbackState,"paused")},i)).add(a.canplay$.subscribe(()=>{this.videoState.getTransition()?.to==="ready"&&this.videoState.setState("ready"),this.videoState.getState()==="playing"&&this.playIfAllowed()},i)),this.liveTextManager&&this.subscription.add(this.liveTextManager.availableTextTracks$.subscribe(o=>{o&&this.params.output.availableTextTracks$.next(o)})),this.subscription.add(this.maxSeekBackTime$.pipe(dC(),GS(o=>-o/1e3)).subscribe(this.params.output.duration$,i)),this.subscription.add(a.loadedMetadata$.subscribe(()=>{let o=this.params.desiredState.seekState.getState(),u=this.videoState.getTransition(),l=this.params.desiredState.videoTrack.getTransition(),c=this.params.desiredState.autoVideoTrackSwitching.getTransition();if(l&&QS(l.to)){let d=l.to.id;this.params.desiredState.videoTrack.setState(l.to);let p=this.manifests$.getValue().find(h=>h.id===d);p&&(this.params.output.currentVideoTrack$.next(p),this.params.output.hostname$.next(ne(p.url)))}c&&this.params.desiredState.autoVideoTrackSwitching.setState(c.to),u&&u.from==="changing_manifest"&&this.videoState.setState(u.to),o&&o.state==="requested"&&this.seek(o.position)},i)),this.subscription.add(a.loadedData$.subscribe(()=>{let o=this.video?.getStartDate?.()?.getTime();this.manifestStartTime$.next(o||void 0)},i)),this.subscription.add(uC({startTime:this.manifestStartTime$.pipe(cC(QS)),currentTime:a.timeUpdate$}).subscribe(({startTime:o,currentTime:u})=>this.params.output.liveTime$.next(o+u*1e3),i)),this.subscription.add(this.manifests$.pipe(GS(o=>o.map(({id:u,quality:l,size:c,bandwidth:d,fps:p})=>({id:u,quality:l,size:c,fps:p,bitrate:d})))).subscribe(this.params.output.availableVideoTracks$,i));let n=pC(t.playbackState.stateChangeStarted$,t.seekState.stateChangeEnded$,t.videoTrack.stateChangeStarted$,t.autoVideoTrackSwitching.stateChangeStarted$,t.autoVideoTrackLimits.stateChangeStarted$,this.videoState.stateChangeEnded$,this.manifests$,hC(["init"])).pipe(lC(0));this.subscription.add(n.subscribe(this.syncPlayback,i))}destroy(){this.subscription.unsubscribe(),this.textTracksManager?.destroy(),this.liveTextManager?.destroy(),this.params.output.element$.next(void 0),Ee(this.video)}prepare(){let e=this.selectManifest();if(bn(e))return;let t=this.params.desiredState.autoVideoTrackLimits.getTransition(),i=this.params.desiredState.autoVideoTrackLimits.getState(),a=new URL(e.url);if((t||i)&&e.id===this.masterManifest.id){let{max:o,min:u}=t?.to??i??{};for(let[l,c]of[[o,"mq"],[u,"lq"]]){let d=String(parseFloat(l||""));c&&l&&a.searchParams.set(c,d)}}let s=this.params.format==="HLS_LIVE_CMAF"?2:0,n=de(a.toString(),this.liveOffset.getTotalOffset(),s);this.liveTextManager?.prepare(n),this.video.setAttribute("src",n),this.video.load(),_l(n).then(o=>{if(!bn(o))this.maxSeekBackTime$.next(o);else{let u=this.params.source.maxSeekBackTime??this.maxSeekBackTime$.getValue();(bn(u)||!isFinite(u))&&st(n).then(l=>l.text()).then(l=>{let c=/#EXT-X-STREAM-INF[^\n]+\n(.+)/m.exec(l)?.[1];if(c){let d=new URL(c,n).toString();_l(d).then(p=>{bn(p)||this.maxSeekBackTime$.next(p)})}}).catch(()=>{})}})}playIfAllowed(){we(this.video,()=>{this.params.output.soundProhibitedEvent$.next()}).then(e=>{e||(this.videoState.setState("paused"),this.liveOffset.pause(),E(this.params.desiredState.playbackState,"paused",!0))},e=>this.params.output.error$.next({id:"ForcePlay",message:"play() failed even with workarounds",category:fn.DOM,thrown:e}))}seek(e){this.params.output.willSeekEvent$.next();let t=-e,i=t<this.maxSeekBackTime$.getValue()?t:0;this.liveOffset.resetTo(i),this.params.output.position$.next(-i/1e3),this.params.output.seekedEvent$.next()}generateLiveUrl(){let e=de(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 bC,debounce as gC,ErrorCategory as Ul,fromEvent as Hl,isNonNullable as vC,isNullable as SC,map as WS,merge as YS,observableFrom as zS,Subscription as yC,ValueSubject as TC,VideoQuality as IC}from"@vkontakte/videoplayer-shared";var Aa=class{constructor(e){this.subscription=new yC;this.videoState=new C("stopped");this.manifests$=new TC([]);this.syncPlayback=()=>{if(!this.manifests$.getValue().length)return;let t=this.videoState.getState(),i=this.params.desiredState.playbackState.getState(),a=this.params.desiredState.playbackState.getTransition(),s=this.params.desiredState.videoTrack.getTransition(),n=this.params.desiredState.autoVideoTrackSwitching.getTransition(),o=this.params.desiredState.autoVideoTrackLimits.getTransition();if(i==="stopped"){t!=="stopped"&&(this.videoState.startTransitionTo("stopped"),this.video.removeAttribute("src"),this.video.load(),this.params.output.position$.next(0),this.params.output.duration$.next(1/0),this.params.output.currentBuffer$.next(void 0),this.params.output.hostname$.next(void 0),this.videoState.setState("stopped"),E(this.params.desiredState.playbackState,"stopped",!0));return}if(this.videoState.getTransition())return;let l=this.params.desiredState.seekState.getState();if(t==="stopped"){this.videoState.startTransitionTo("ready"),this.prepare();return}if(s||n||o){let c=this.videoState.getState();this.videoState.setState("changing_manifest"),this.videoState.startTransitionTo(c);let{currentTime:d}=this.video;this.prepare(),o&&this.params.output.autoVideoTrackLimits$.next(o.to),l.state==="none"&&this.params.desiredState.seekState.setState({state:"requested",position:d*1e3,forcePrecise:!0});return}switch(a?.to!=="paused"&&l.state==="requested"&&this.seek(l.position),t){case"ready":i==="ready"?E(this.params.desiredState.playbackState,"ready"):i==="paused"?(this.videoState.setState("paused"),E(this.params.desiredState.playbackState,"paused")):i==="playing"&&(this.videoState.startTransitionTo("playing"),this.playIfAllowed());return;case"playing":i==="paused"?(this.videoState.startTransitionTo("paused"),this.video.paused?this.videoState.setState("paused"):this.video.pause()):a?.to==="playing"&&E(this.params.desiredState.playbackState,"playing");return;case"paused":i==="playing"?(this.videoState.startTransitionTo("playing"),this.playIfAllowed()):a?.to==="paused"&&E(this.params.desiredState.playbackState,"paused");return;case"changing_manifest":break;default:return bC(t)}};this.textTracksManager=new Fe(e.source.url),this.params=e,this.video=Ie(e.container,e.tuning),this.params.output.element$.next(this.video),this.masterManifest={id:"master",quality:IC.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(ne(this.params.source.url)),this.params.output.autoVideoTrackLimitingAvailable$.next(!0),hn(de(this.params.source.url),this.params.source.url,{manifestRetryInterval:this.params.tuning.manifestRetryInterval,manifestRetryMaxInterval:this.params.tuning.manifestRetryMaxInterval,manifestRetryMaxCount:this.params.tuning.manifestRetryMaxCount}).then(({qualityManifests:t,textTracks:i})=>{this.manifests$.next([this.masterManifest,...t]),this.params.tuning.useNativeHLSTextTracks||this.params.desiredState.internalTextTracks.startTransitionTo(i)},t=>this.params.output.error$.next({id:"ExtractHlsQualities",category:Ul.NETWORK,message:"Error fetching manifest and extracting qualities",thrown:t})),this.subscribe()}selectManifest(){let{autoVideoTrackSwitching:e,videoTrack:t}=this.params.desiredState,i=e.getState(),a=t.getTransition(),s=a?.to?.id??t.getState()?.id??"master",n=this.manifests$.getValue();if(!n.length)return;let o=i?"master":s;return i&&(!a||!a.from)&&t.startTransitionTo(this.masterManifest),n.find(u=>u.id===o)}subscribe(){let{output:e,desiredState:t}=this.params,i=o=>{e.error$.next({id:"HlsProvider",category:Ul.WTF,message:"HlsProvider internal logic error",thrown:o})},a=ke(this.video);this.subscription.add(()=>a.destroy());let s=(o,u)=>this.subscription.add(o.subscribe(u));if(s(a.timeUpdate$,e.position$),s(a.durationChange$,e.duration$),s(a.ended$,e.endedEvent$),s(a.looped$,e.loopedEvent$),s(a.error$,e.error$),s(a.isBuffering$,e.isBuffering$),s(a.currentBuffer$,e.currentBuffer$),s(a.loadedMetadata$,e.firstBytesEvent$),s(a.loadedMetadata$,e.loadedMetadataEvent$),s(a.playing$,e.firstFrameEvent$),s(a.canplay$,e.canplay$),s(a.seeked$,e.seekedEvent$),s(a.inPiP$,e.inPiP$),s(a.inFullscreen$,e.inFullscreen$),s(this.videoState.stateChangeEnded$.pipe(WS(o=>o.to)),this.params.output.playbackState$),this.subscription.add(rt(this.video,t.isLooped,i)),this.subscription.add(xe(this.video,t.volume,a.volumeState$,i)),this.subscription.add(a.volumeState$.subscribe(this.params.output.volume$,i)),this.subscription.add(Ne(this.video,t.playbackRate,a.playbackRateState$,i)),this.textTracksManager.connect(this.video,t,e),this.subscription.add(a.playing$.subscribe(()=>{this.videoState.setState("playing"),E(t.playbackState,"playing")},i)).add(a.pause$.subscribe(()=>{this.videoState.setState("paused"),E(t.playbackState,"paused")},i)).add(a.canplay$.subscribe(()=>{this.videoState.getTransition()?.to==="ready"&&this.videoState.setState("ready"),this.videoState.getState()==="playing"&&this.playIfAllowed()},i).add(a.loadedMetadata$.subscribe(()=>{let o=this.params.desiredState.seekState.getState(),u=this.videoState.getTransition(),l=this.params.desiredState.videoTrack.getTransition(),c=this.params.desiredState.autoVideoTrackSwitching.getTransition();if(l&&vC(l.to)){let h=l.to.id;this.params.desiredState.videoTrack.setState(l.to);let f=this.manifests$.getValue().find(b=>b.id===h);f&&(this.params.output.currentVideoTrack$.next(f),this.params.output.hostname$.next(ne(f.url)))}let d=this.params.desiredState.playbackRate.getState(),p=this.params.output.element$.getValue()?.playbackRate;if(d!==p){let h=this.params.output.element$.getValue();h&&(this.params.desiredState.playbackRate.setState(d),h.playbackRate=d)}c&&this.params.desiredState.autoVideoTrackSwitching.setState(c.to),u&&u.from==="changing_manifest"&&this.videoState.setState(u.to),o.state==="requested"&&this.seek(o.position)},i))),this.subscription.add(this.manifests$.pipe(WS(o=>o.map(({id:u,quality:l,size:c,bandwidth:d,fps:p})=>({id:u,quality:l,size:c,fps:p,bitrate:d})))).subscribe(this.params.output.availableVideoTracks$,i)),!O.device.isIOS||!this.params.tuning.useNativeHLSTextTracks){let{textTracks:o}=this.video;this.subscription.add(YS(Hl(o,"addtrack"),Hl(o,"removetrack"),Hl(o,"change"),zS(["init"])).subscribe(()=>{for(let u=0;u<o.length;u++)o[u].mode="hidden"},i))}let n=YS(t.playbackState.stateChangeStarted$,t.seekState.stateChangeEnded$,t.videoTrack.stateChangeStarted$,t.autoVideoTrackSwitching.stateChangeStarted$,t.autoVideoTrackLimits.stateChangeStarted$,this.videoState.stateChangeEnded$,this.manifests$,zS(["init"])).pipe(gC(0));this.subscription.add(n.subscribe(this.syncPlayback,i))}destroy(){this.subscription.unsubscribe(),this.textTracksManager.destroy(),this.params.output.element$.next(void 0),Ee(this.video)}prepare(){let e=this.selectManifest();if(SC(e))return;let t=this.params.desiredState.autoVideoTrackLimits.getTransition(),i=this.params.desiredState.autoVideoTrackLimits.getState(),a=new URL(e.url);if((t||i)&&e.id===this.masterManifest.id){let{max:s,min:n}=t?.to??i??{};for(let[o,u]of[[s,"mq"],[n,"lq"]]){let l=String(parseFloat(o||""));u&&o&&a.searchParams.set(u,l)}}this.video.setAttribute("src",a.toString()),this.video.load()}playIfAllowed(){we(this.video,()=>{this.params.output.soundProhibitedEvent$.next()}).then(e=>{e||(this.videoState.setState("paused"),E(this.params.desiredState.playbackState,"paused",!0))},e=>this.params.output.error$.next({id:"ForcePlay",message:"play() failed even with workarounds",category:Ul.DOM,thrown:e}))}seek(e){this.params.output.willSeekEvent$.next(),this.video.currentTime=e/1e3}};var JS=M(Ii(),1),jl=M(Ci(),1),ZS=M(Lt(),1);import{assertNever as EC,assertNonNullable as KS,debounce as xC,ErrorCategory as XS,isHigherOrEqual as PC,isLowerOrEqual as kC,isNonNullable as wC,merge as AC,observableFrom as LC,Subscription as RC,map as $C}from"@vkontakte/videoplayer-shared";var La=class{constructor(e){this.subscription=new RC;this.videoState=new C("stopped");this.trackUrls={};this.textTracksManager=new Fe;this.syncPlayback=()=>{let e=this.videoState.getState(),t=this.params.desiredState.playbackState.getState(),i=this.params.desiredState.playbackState.getTransition();if(t==="stopped"){e!=="stopped"&&(this.videoState.startTransitionTo("stopped"),this.video.removeAttribute("src"),this.video.load(),this.params.output.position$.next(0),this.params.output.duration$.next(1/0),this.params.output.currentBuffer$.next(void 0),this.params.output.hostname$.next(void 0),this.videoState.setState("stopped"),E(this.params.desiredState.playbackState,"stopped",!0));return}if(this.videoState.getTransition())return;let s=this.params.desiredState.autoVideoTrackLimits.getTransition(),n=this.params.desiredState.videoTrack.getTransition(),o=this.params.desiredState.seekState.getState();if(s&&e!=="ready"&&!n){this.handleQualityLimitTransition(s.to);return}if(e==="stopped"){this.videoState.startTransitionTo("ready"),this.prepare();return}if(n){let{currentTime:u}=this.video;this.prepare(),o.state==="none"&&this.params.desiredState.seekState.setState({state:"requested",position:u*1e3,forcePrecise:!0});return}switch(i?.to!=="paused"&&o.state==="requested"&&this.seek(o.position),e){case"ready":t==="ready"?E(this.params.desiredState.playbackState,"ready"):t==="paused"?(this.videoState.setState("paused"),E(this.params.desiredState.playbackState,"paused")):t==="playing"&&(this.videoState.startTransitionTo("playing"),this.playIfAllowed());return;case"playing":t==="paused"?(this.videoState.startTransitionTo("paused"),this.video.paused?this.videoState.setState("paused"):this.video.pause()):i?.to==="playing"&&E(this.params.desiredState.playbackState,"playing");return;case"paused":t==="playing"?(this.videoState.startTransitionTo("playing"),this.playIfAllowed()):i?.to==="paused"&&E(this.params.desiredState.playbackState,"paused");return;default:return EC(e)}};this.params=e,this.video=Ie(e.container,e.tuning),this.params.output.element$.next(this.video),(0,JS.default)(this.params.source).reverse().forEach(([t,i],a)=>{let s=a.toString(10);this.trackUrls[s]={track:{quality:t,id:s},url:i}}),this.params.output.isLive$.next(!1),this.params.output.availableVideoTracks$.next((0,jl.default)(this.trackUrls).map(({track:t})=>t)),this.params.output.availableAudioTracks$.next([]),this.params.output.isAudioAvailable$.next(!0),this.params.desiredState.autoVideoTrackSwitching.setState(!1),this.params.output.autoVideoTrackLimitingAvailable$.next(!0),this.subscribe()}subscribe(){let{output:e,desiredState:t}=this.params,i=o=>{e.error$.next({id:"MpegProvider",category:XS.WTF,message:"MpegProvider internal logic error",thrown:o})},a=ke(this.video);this.subscription.add(()=>a.destroy());let s=(o,u)=>this.subscription.add(o.subscribe(u,i));s(a.timeUpdate$,e.position$),s(a.durationChange$,e.duration$),s(a.ended$,e.endedEvent$),s(a.looped$,e.loopedEvent$),s(a.error$,e.error$),s(a.isBuffering$,e.isBuffering$),s(a.currentBuffer$,e.currentBuffer$),s(a.loadedMetadata$,e.firstBytesEvent$),s(a.loadedMetadata$,e.loadedMetadataEvent$),s(a.playing$,e.firstFrameEvent$),s(a.canplay$,e.canplay$),s(a.seeked$,e.seekedEvent$),s(a.inPiP$,e.inPiP$),s(a.inFullscreen$,e.inFullscreen$),s(this.videoState.stateChangeEnded$.pipe($C(o=>o.to)),this.params.output.playbackState$),this.subscription.add(rt(this.video,t.isLooped,i)),this.subscription.add(xe(this.video,t.volume,a.volumeState$,i)),this.subscription.add(a.volumeState$.subscribe(this.params.output.volume$,i)),this.subscription.add(Ne(this.video,t.playbackRate,a.playbackRateState$,i)),s(qe(this.video),e.elementVisible$),this.subscription.add(a.playing$.subscribe(()=>{this.videoState.setState("playing"),E(t.playbackState,"playing")},i)).add(a.pause$.subscribe(()=>{this.videoState.setState("paused"),E(t.playbackState,"paused")},i)).add(a.canplay$.subscribe(()=>{this.videoState.getTransition()?.to==="ready"&&this.videoState.setState("ready");let o=this.params.desiredState.videoTrack.getTransition();if(o&&wC(o.to)){this.params.desiredState.videoTrack.setState(o.to),this.params.output.currentVideoTrack$.next(this.trackUrls[o.to.id].track);let u=this.params.desiredState.playbackRate.getState(),l=this.params.output.element$.getValue()?.playbackRate;if(u!==l){let c=this.params.output.element$.getValue();c&&(this.params.desiredState.playbackRate.setState(u),c.playbackRate=u)}}this.videoState.getState()==="playing"&&this.playIfAllowed()},i)),this.textTracksManager.connect(this.video,t,e);let n=AC(t.playbackState.stateChangeStarted$,t.videoTrack.stateChangeStarted$,t.seekState.stateChangeEnded$,t.autoVideoTrackLimits.stateChangeStarted$,this.videoState.stateChangeEnded$,LC(["init"])).pipe(xC(0));this.subscription.add(n.subscribe(this.syncPlayback,i))}destroy(){this.subscription.unsubscribe(),this.textTracksManager.destroy(),this.trackUrls={},this.params.output.element$.next(void 0),Ee(this.video)}prepare(){let e=this.params.desiredState.videoTrack.getState()?.id;KS(e,"MpegProvider: track is not selected");let{url:t}=this.trackUrls[e];KS(t,`MpegProvider: No url for ${e}`),this.params.tuning.requestQuick&&(t=ma(t)),this.video.setAttribute("src",t),this.video.load(),this.params.output.hostname$.next(ne(t))}playIfAllowed(){we(this.video,()=>{this.params.output.soundProhibitedEvent$.next()}).then(e=>{e||(this.videoState.setState("paused"),E(this.params.desiredState.playbackState,"paused",!0))},e=>this.params.output.error$.next({id:"ForcePlay",message:"play() failed even with workarounds",category:XS.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=l=>{this.params.output.currentVideoTrack$.next(l),this.params.desiredState.videoTrack.startTransitionTo(l)},i=l=>{let c=$t(n,{container:this.video.getBoundingClientRect(),panelSize:this.params.panelSize,estimatedThroughput:this.params.dependencies.throughputEstimator.throughput$.getValue(),tuning:this.params.tuning.autoTrackSelection,forwardBufferHealth:0,limits:l,abrLogger:this.params.dependencies.abrLogger});t(c)},a=this.params.output.currentVideoTrack$.getValue()?.quality,s=!!(e.max||e.min),n=(0,jl.default)(this.trackUrls).map(l=>l.track);if(!a||!s||wr({limits:e,lowestAvailableQuality:(0,ZS.default)(n,-1)?.quality,highestAvailableQuality:n[0].quality})){i();return}let o=e.max?kC(a,e.max):!0,u=e.min?PC(a,e.min):!0;o&&u||i(e)}};import{assertNever as ty,debounce as VC,merge as iy,observableFrom as BC,Subscription as OC,map as ry,ValueSubject as _C,ErrorCategory as Gl,VideoQuality as NC}from"@vkontakte/videoplayer-shared";import{ErrorCategory as MC}from"@vkontakte/videoplayer-shared";var ey=["stun:videostun.mycdn.me:80"],CC=1e3,DC=3,Ql=()=>null,gn=class{constructor(e,t){this.ws=null;this.peerConnection=null;this.serverUrl="";this.streamKey="";this.stream=null;this.signalingType="JOIN";this.retryCount=0;this.externalStartCallback=Ql;this.externalStopCallback=Ql;this.externalErrorCallback=Ql;this.options=this.normalizeOptions(t);let i=e.split("/");this.serverUrl=i.slice(0,i.length-1).join("/"),this.streamKey=i[i.length-1]}onStart(e){try{this.externalStartCallback=e}catch(t){this.handleSystemError(t)}}onStop(e){try{this.externalStopCallback=e}catch(t){this.handleSystemError(t)}}onError(e){try{this.externalErrorCallback=e}catch(t){this.handleSystemError(t)}}connect(){this.connectWS()}disconnect(){try{this.externalStopCallback(),this.closeConnections()}catch(e){this.handleSystemError(e)}}connectWS(){this.ws||(this.ws=new WebSocket(this.serverUrl),this.ws.onopen=this.onSocketOpen.bind(this),this.ws.onmessage=this.onSocketMessage.bind(this),this.ws.onclose=this.onSocketClose.bind(this),this.ws.onerror=this.onSocketError.bind(this))}onSocketOpen(){this.handleLogin()}onSocketClose(e){try{if(!this.ws)return;this.ws=null,e.code>1e3?(this.retryCount++,this.retryCount>this.options.maxRetryNumber?this.handleNetworkError():this.scheduleRetry()):this.externalStopCallback()}catch(t){this.handleRTCError(t)}}onSocketError(e){try{this.externalErrorCallback(new Error(e.toString()))}catch(t){this.handleRTCError(t)}}onSocketMessage(e){try{let t=this.parseMessage(e.data);switch(t.type){case"JOIN":case"CALL_JOIN":this.handleJoinMessage(t);break;case"UPDATE":this.handleUpdateMessage(t);break;case"STATUS":this.handleStatusMessage(t);break}}catch(t){this.handleRTCError(t)}}handleJoinMessage(e){switch(e.inviteType){case"ANSWER":this.handleAnswer(e.sdp);break;case"CANDIDATE":this.handleCandidate(e.candidate);break}}handleStatusMessage(e){switch(e.status){case"UNPUBLISHED":this.handleUnpublished();break}}async handleUpdateMessage(e){try{let t=await this.createOffer();this.peerConnection&&await this.peerConnection.setLocalDescription(t),this.handleAnswer(e.sdp)}catch(t){this.handleRTCError(t)}}async handleLogin(){try{let e={iceServers:[{urls:ey}]};this.peerConnection=new RTCPeerConnection(e),this.peerConnection.ontrack=this.onPeerConnectionStream.bind(this),this.peerConnection.onicecandidate=this.onPeerConnectionIceCandidate.bind(this),this.peerConnection.oniceconnectionstatechange=this.onPeerConnectionIceConnectionStateChange.bind(this);let t=await this.createOffer();await this.peerConnection.setLocalDescription(t),this.send({type:this.signalingType,inviteType:"OFFER",streamKey:this.streamKey,sdp:t.sdp,callSupport:!1})}catch(e){this.handleRTCError(e)}}async handleAnswer(e){try{this.peerConnection&&await this.peerConnection.setRemoteDescription(new RTCSessionDescription({type:"answer",sdp:e}))}catch(t){this.handleRTCError(t)}}async handleCandidate(e){if(e)try{this.peerConnection&&await this.peerConnection.addIceCandidate(e)}catch(t){this.handleRTCError(t)}}handleUnpublished(){try{this.closeConnections(),this.externalStopCallback()}catch(e){this.handleRTCError(e)}}handleSystemError(e){this.options.errorChanel&&this.options.errorChanel.next({id:"webrtc-provider-error",category:MC.WTF,message:e.message})}async onPeerConnectionStream(e){let t=e.streams[0];this.stream&&this.stream.id===t.id||(this.stream=t,this.externalStartCallback(this.stream))}onPeerConnectionIceCandidate(e){e.candidate&&this.send({type:this.signalingType,inviteType:"CANDIDATE",candidate:e.candidate})}onPeerConnectionIceConnectionStateChange(){if(this.peerConnection){let e=this.peerConnection.iceConnectionState;["failed","closed"].indexOf(e)>-1&&(this.retryCount++,this.retryCount>this.options.maxRetryNumber?this.handleNetworkError():(this.closeConnections(),this.scheduleRetry()))}}async createOffer(){let e={offerToReceiveAudio:!0,offerToReceiveVideo:!0,voiceActivityDetection:!1};if(!this.peerConnection)throw new Error("Can not create offer - no peer connection instance ");let t=await this.peerConnection.createOffer(e),i=t.sdp||"";if(!/^a=rtpmap:\d+ H264\/\d+$/m.test(i))throw new Error("No h264 codec support error");return t}handleRTCError(e){try{this.externalErrorCallback(e||new Error("RTC connection error"))}catch(t){this.handleSystemError(t)}}handleNetworkError(){try{this.externalErrorCallback(new Error("Network error"))}catch(e){this.handleSystemError(e)}}send(e){this.ws&&this.ws.send(JSON.stringify(e))}parseMessage(e){try{return JSON.parse(e)}catch{throw new Error("Can not parse socket message")}}closeConnections(){let e=this.ws;e&&(this.ws=null,e.close(1e3)),this.removePeerConnection()}removePeerConnection(){let e=this.peerConnection;e&&(this.peerConnection=null,e.close(),e.ontrack=null,e.onicecandidate=null,e.oniceconnectionstatechange=null,e=null)}scheduleRetry(){this.retryTimeout=setTimeout(this.connectWS.bind(this),CC)}normalizeOptions(e={}){let t={stunServerList:ey,maxRetryNumber:DC,errorChanel:null};return e.stunServerList&&(t.stunServerList=e.stunServerList),e.maxRetryNumber&&e.maxRetryNumber>0&&(t.maxRetryNumber=e.maxRetryNumber),t}};var Ra=class{constructor(e){this.videoState=new C("stopped");this.maxSeekBackTime$=new _C(0);this.syncPlayback=()=>{let e=this.videoState.getState(),t=this.params.desiredState.playbackState.getState(),i=this.params.desiredState.playbackState.getTransition();if(t==="stopped"){e!=="stopped"&&(this.videoState.startTransitionTo("stopped"),this.video.pause(),this.video.srcObject=null,this.params.output.position$.next(0),this.params.output.duration$.next(0),this.params.output.currentBuffer$.next(void 0),this.params.output.hostname$.next(void 0),this.videoState.setState("stopped"),E(this.params.desiredState.playbackState,"stopped",!0));return}if(this.videoState.getTransition())return;let s=this.params.desiredState.videoTrack.getTransition();if(e==="stopped"){this.videoState.startTransitionTo("ready"),this.prepare();return}if(s){this.prepare();return}switch(e){case"ready":t==="paused"?(this.videoState.setState("paused"),E(this.params.desiredState.playbackState,"paused")):t==="playing"&&(this.videoState.startTransitionTo("playing"),this.playIfAllowed());return;case"playing":t==="paused"?(this.videoState.startTransitionTo("paused"),this.video.paused?this.videoState.setState("paused"):this.video.pause()):i?.to==="playing"&&E(this.params.desiredState.playbackState,"playing");return;case"paused":t==="playing"?(this.videoState.startTransitionTo("playing"),this.playIfAllowed()):i?.to==="paused"&&E(this.params.desiredState.playbackState,"paused");return;default:return ty(e)}};this.subscription=new OC,this.params=e,this.log=this.params.dependencies.logger.createComponentLog("WebRTCLiveProvider"),this.video=Ie(e.container,e.tuning),this.liveStreamClient=new gn(this.params.source.url,{maxRetryNumber:this.params.tuning.webrtc.connectionRetryMaxNumber,errorChanel:this.params.output.error$}),this.liveStreamClient.onStart(this.onLiveStreamStart.bind(this)),this.liveStreamClient.onStop(this.onLiveStreamStop.bind(this)),this.liveStreamClient.onError(this.onLiveStreamError.bind(this)),this.params.output.availableTextTracks$.next([]),this.params.desiredState.internalTextTracks.setState([]),this.subscribe()}destroy(){this.subscription.unsubscribe(),this.liveStreamClient.disconnect(),this.params.output.element$.next(void 0),Ee(this.video)}subscribe(){let{output:e,desiredState:t}=this.params,i=n=>{e.error$.next({id:"WebRTCLiveProvider",category:Gl.WTF,message:"WebRTCLiveProvider internal logic error",thrown:n})};this.subscription.add(iy(this.videoState.stateChangeStarted$.pipe(ry(n=>({transition:n,type:"start"}))),this.videoState.stateChangeEnded$.pipe(ry(n=>({transition:n,type:"end"})))).subscribe(({transition:n,type:o})=>{this.log({message:`[videoState change] ${o}: ${JSON.stringify(n)}`})}));let a=ke(this.video);this.subscription.add(()=>a.destroy());let s=(n,o)=>this.subscription.add(n.subscribe(o,i));s(a.timeUpdate$,e.liveTime$),s(a.ended$,e.endedEvent$),s(a.looped$,e.loopedEvent$),s(a.error$,e.error$),s(a.isBuffering$,e.isBuffering$),s(a.currentBuffer$,e.currentBuffer$),s(qe(this.video),this.params.output.elementVisible$),this.subscription.add(a.durationChange$.subscribe(n=>{e.duration$.next(n===1/0?0:n)})).add(a.canplay$.subscribe(()=>{this.videoState.getTransition()?.to==="ready"&&this.videoState.setState("ready")},i)).add(a.pause$.subscribe(()=>{this.videoState.setState("paused")},i)).add(a.playing$.subscribe(()=>{this.videoState.setState("playing")},i)).add(a.error$.subscribe(e.error$)).add(this.maxSeekBackTime$.subscribe(this.params.output.duration$)).add(xe(this.video,t.volume,a.volumeState$,i)).add(a.volumeState$.subscribe(e.volume$,i)).add(this.videoState.stateChangeEnded$.subscribe(n=>{switch(n.to){case"stopped":e.position$.next(0),e.duration$.next(0),t.playbackState.setState("stopped");break;case"ready":break;case"paused":t.playbackState.setState("paused");break;case"playing":t.playbackState.setState("playing");break;default:return ty(n.to)}},i)).add(iy(t.playbackState.stateChangeStarted$,this.videoState.stateChangeEnded$,BC(["init"])).pipe(VC(0)).subscribe(this.syncPlayback.bind(this),i)),this.subscription.add(t.isLooped.stateChangeStarted$.subscribe(()=>t.isLooped.setState(!1),i)),this.subscription.add(t.autoVideoTrackSwitching.stateChangeStarted$.subscribe(()=>t.autoVideoTrackSwitching.setState(!1),i))}onLiveStreamStart(e){this.params.output.element$.next(this.video),this.params.output.duration$.next(0),this.params.output.position$.next(0),this.params.output.isLive$.next(!0),this.params.output.canChangePlaybackSpeed$.next(!1),this.params.output.hostname$.next(ne(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:NC.INVARIANT}),this.video.srcObject=e,E(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.hostname$.next(void 0),this.params.output.endedEvent$.next()}onLiveStreamError(e){this.onLiveStreamStop(),this.params.output.error$.next({id:"WebRTC stream runtime error",category:Gl.EXTERNAL_API,message:e.message,thrown:e})}playIfAllowed(){we(this.video,()=>{this.params.output.soundProhibitedEvent$.next()}).then(e=>{e||(this.videoState.setState("paused"),E(this.params.desiredState.playbackState,"paused",!0))},e=>this.params.output.error$.next({id:"ForcePlay",message:"play() failed even with workarounds",category:Gl.DOM,thrown:e}))}prepare(){this.liveStreamClient.connect()}};var $a=class{constructor(e){this.iterator=e[Symbol.iterator](),this.next()}next(){this.current=this.iterator.next()}getValue(){if(this.current.done)throw new Error("Iterable is completed");return this.current.value}isCompleted(){return!!this.current.done}};import{assertNever as Ma,assertNonNullable as Bt,ErrorCategory as vn,filter as ly,isNonNullable as cy,isNullable as GC,map as WC,merge as YC,once as zC,Subject as ue,Subscription as dy,ValueSubject as D,flattenObject as py}from"@vkontakte/videoplayer-shared";import{Observable as FC,map as ay,Subscription as qC,Subject as UC}from"@vkontakte/videoplayer-shared";var sy=r=>new FC(e=>{let t=new qC,i=r.desiredPlaybackState$.stateChangeStarted$.pipe(ay(({from:l,to:c})=>`${l}-${c}`)),a=r.desiredPlaybackState$.stateChangeEnded$,s=r.providerChanged$.pipe(ay(({type:l})=>l!==void 0)),n=new UC,o=0,u="unknown";return t.add(i.subscribe(l=>{o&&window.clearTimeout(o),u=l,o=window.setTimeout(()=>n.next(l),r.maxTransitionInterval)})),t.add(a.subscribe(()=>{window.clearTimeout(o),u="unknown",o=0})),t.add(s.subscribe(l=>{o&&(window.clearTimeout(o),o=0,l&&(o=window.setTimeout(()=>n.next(u),r.maxTransitionInterval)))})),t.add(n.subscribe(e)),()=>{window.clearTimeout(o),t.unsubscribe()}});import{ErrorCategory as HC,Subscription as jC,combine as QC,filter as oy,once as uy}from"@vkontakte/videoplayer-shared";function ny(){return new(window.AudioContext||window.webkitAudioContext)}var Wi=class r{constructor(e,t,i,a){this.providerOutput=e;this.provider$=t;this.volumeMultiplierError$=i;this.volumeMultiplier=a;this.destroyController=new pe;this.subscriptions=new jC;this.audioContext=null;this.gainNode=null;this.mediaElementSource=null;this.subscriptions.add(this.provider$.pipe(oy(s=>!!s.type),uy()).subscribe(({type:s})=>this.subscribe(s)))}static{this.errorId="VolumeMultiplierManager"}subscribe(e){O.browser.isSafari&&e!=="MPEG"||this.subscriptions.add(QC({video:this.providerOutput.element$,playbackState:this.providerOutput.playbackState$,volume:this.providerOutput.volume$}).pipe(oy(({playbackState:t,video:i,volume:{muted:a,volume:s}})=>t==="playing"&&!!i&&!a&&!!s),uy()).subscribe(({video:t})=>{this.initAudioContextOnce(t).then(i=>{i||this.destroy()}).catch(i=>{this.handleError(i),this.destroy()})}))}static isSupported(){return"AudioContext"in window&&"GainNode"in window&&"MediaElementAudioSourceNode"in window}async initAudioContextOnce(e){let{volumeMultiplier:t}=this,i=ny();this.audioContext=i;let a=i.createGain();if(this.gainNode=a,a.gain.value=t,a.connect(i.destination),i.state==="suspended"&&(await i.resume(),this.destroyController.signal.aborted))return!1;let s=i.createMediaElementSource(e);return this.mediaElementSource=s,s.connect(a),!0}cleanup(){this.mediaElementSource&&(this.mediaElementSource.disconnect(),this.mediaElementSource=null),this.gainNode&&(this.gainNode.disconnect(),this.gainNode=null),this.audioContext&&(this.audioContext.state!=="closed"&&this.audioContext.close(),this.audioContext=null)}destroy(){this.destroyController.abort(),this.subscriptions.unsubscribe(),this.cleanup()}handleError(e){this.volumeMultiplierError$.next({id:r.errorId,category:HC.VIDEO_PIPELINE,message:e?.message??`${r.errorId} exception`,thrown:e})}};var KC={chunkDuration:5e3,maxParallelRequests:5},Ca=class{constructor(e){this.current$=new D({type:void 0});this.providerError$=new ue;this.noAvailableProvidersError$=new ue;this.volumeMultiplierError$=new ue;this.providerOutput={position$:new D(0),duration$:new D(1/0),volume$:new D({muted:!1,volume:1}),availableVideoStreams$:new D([]),currentVideoStream$:new D(void 0),availableVideoTracks$:new D([]),currentVideoTrack$:new D(void 0),availableAudioStreams$:new D([]),currentAudioStream$:new D(void 0),availableAudioTracks$:new D([]),currentVideoSegmentLength$:new D(0),currentAudioSegmentLength$:new D(0),isAudioAvailable$:new D(!0),autoVideoTrackLimitingAvailable$:new D(!1),autoVideoTrackLimits$:new D(void 0),currentBuffer$:new D(void 0),isBuffering$:new D(!0),error$:new ue,fetcherError$:new ue,fetcherRecoverableError$:new ue,warning$:new ue,willSeekEvent$:new ue,soundProhibitedEvent$:new ue,seekedEvent$:new ue,loopedEvent$:new ue,endedEvent$:new ue,firstBytesEvent$:new ue,loadedMetadataEvent$:new ue,firstFrameEvent$:new ue,canplay$:new ue,isLive$:new D(void 0),isLiveEnded$:new D(null),isLowLatency$:new D(!1),canChangePlaybackSpeed$:new D(!0),liveTime$:new D(void 0),liveBufferTime$:new D(void 0),liveLatency$:new D(void 0),severeStallOccurred$:new ue,availableTextTracks$:new D([]),currentTextTrack$:new D(void 0),hostname$:new D(void 0),httpConnectionType$:new D(void 0),httpConnectionReused$:new D(void 0),inPiP$:new D(!1),inFullscreen$:new D(!1),element$:new D(void 0),elementVisible$:new D(!0),availableSources$:new D(void 0),is3DVideo$:new D(!1),playbackState$:new D(""),getCurrentTime$:new D(null)};this.subscription=new dy;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=TS([...ES(this.params.tuning),...IS(this.params.tuning)],this.params.tuning).filter(l=>cy(e.sources[l])),{forceFormat:i,formatsToAvoid:a}=this.params.tuning,s=[];i?s=[i]:a.length?s=[...t.filter(l=>!(0,Wl.default)(a,l)),...t.filter(l=>(0,Wl.default)(a,l))]:s=t,this.log({message:`Selected formats: ${s.join(" > ")}`}),this.tracer.log("Selected formats",py(s)),this.screenFormatsIterator=new $a(s);let n=[...El(!0),...El(!1)];this.chromecastFormatsIterator=new $a(n.filter(l=>cy(e.sources[l]))),this.providerOutput.availableSources$.next(e.sources);let{volumeMultiplier:o=1,tuning:{useVolumeMultiplier:u}}=this.params;u&&o!==1&&Wi.isSupported()&&(this.volumeMultiplierManager=new Wi(this.providerOutput,this.current$,this.volumeMultiplierError$,o))}init(){this.subscription.add(this.initProviderErrorHandling()),this.subscription.add(this.params.dependencies.chromecastInitializer.connection$.subscribe(()=>{this.reinitProvider()}))}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(GC(t)){this.handleNoFormatsError(e);return}let i;try{i=this.createProvider(e,t)}catch(a){this.providerError$.next({id:"ProviderNotConstructed",category:vn.WTF,message:"Failed to create provider",thrown:a})}i?this.current$.next({type:t,provider:i,destination:e}):this.current$.next({type:void 0})}reinitProvider(){this.tracer.log("reinitProvider"),this.destroyProvider(),this.initProvider()}switchToNextProvider(e){this.tracer.log("switchToNextProvider",{destination:e}),this.destroyProvider(),this.failoverIndex=void 0,this.skipFormat(e),this.initProvider()}destroyProvider(){let e=this.current$.getValue().provider;if(!e)return;this.log({message:"destroyProvider"}),this.tracer.log("destroyProvider");let t=this.providerOutput.position$.getValue()*1e3,i=this.params.desiredState.seekState.getState(),a=i.state!=="none";if(this.params.desiredState.seekState.setState({state:"requested",position:a?i.position:t,forcePrecise:a?i.forcePrecise:!1}),e.scene3D){let n=e.scene3D.getCameraRotation();this.params.desiredState.cameraOrientation.setState({x:n.x,y:n.y})}e.destroy();let s=this.providerOutput.isBuffering$;s.getValue()||s.next(!0)}createProvider(e,t){switch(this.log({message:`createProvider: ${e}:${t}`}),this.tracer.log("createProvider",{destination:e,format:t}),e){case"SCREEN":return this.createScreenProvider(t);case"CHROMECAST":return this.createChromecastProvider(t);default:return Ma(e)}}createScreenProvider(e){let{sources:t,container:i,desiredState:a,panelSize:s}=this.params,n=this.providerOutput,o={container:i,source:null,desiredState:a,output:n,dependencies:this.params.dependencies,tuning:this.params.tuning,panelSize:s};switch(e){case"DASH_SEP":case"DASH_WEBM":case"DASH_WEBM_AV1":case"DASH_ONDEMAND":case"DASH_STREAMS":{let u=this.applyFailoverHost(t[e]),l=this.applyFailoverHost(t.HLS_ONDEMAND||t.HLS);return Bt(u),new Ea({...o,source:u,sourceHls:l})}case"DASH_LIVE_CMAF":{let u=this.applyFailoverHost(t[e]);return Bt(u),new xa({...o,source:u})}case"HLS":case"HLS_ONDEMAND":{let u=this.applyFailoverHost(t[e]);return Bt(u),O.video.nativeHlsSupported||!this.params.tuning.useHlsJs?new Aa({...o,source:u}):new ka({...o,source:u})}case"HLS_LIVE":case"HLS_LIVE_CMAF":{let u=this.applyFailoverHost(t[e]);return Bt(u),new wa({...o,source:u,config:{maxPausedTime:this.params.tuning.live.maxPausedTime},format:e})}case"MPEG":{let u=this.applyFailoverHost(t[e]);return Bt(u),new La({...o,source:u})}case"DASH_LIVE":{let u=this.applyFailoverHost(t[e]);return Bt(u),new mg({...o,source:u,config:{...KC,maxPausedTime:this.params.tuning.live.maxPausedTime}})}case"WEB_RTC_LIVE":{let u=this.applyFailoverHost(t[e]);return Bt(u),new Ra({container:i,source:u,desiredState:a,output:n,dependencies:this.params.dependencies,tuning:this.params.tuning})}case"DASH":case"DASH_LIVE_WEBM":throw new Error(`${e} is no longer supported`);default:return Ma(e)}}createChromecastProvider(e){let{sources:t,container:i,desiredState:a,meta:s}=this.params,n=this.providerOutput,o=this.params.dependencies.chromecastInitializer.connection$.getValue();return Bt(o),new Tr({connection:o,meta:s,container:i,source:t,format:e,desiredState:a,output:n,dependencies:this.params.dependencies,tuning:this.params.tuning})}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 Ma(e)}}skipFormat(e){switch(e){case"SCREEN":return this.screenFormatsIterator.next();case"CHROMECAST":return this.chromecastFormatsIterator.next();default:return Ma(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 Ma(e)}}applyFailoverHost(e){if(this.failoverIndex===void 0)return e;let t=this.params.failoverHosts[this.failoverIndex];if(!t)return e;let i=a=>{let s=new URL(a);return s.host=t,s.toString()};if(e===void 0)return e;if("type"in e){if(e.type==="raw")return e;if(e.type==="url")return{...e,url:i(e.url)}}return(0,my.default)((0,hy.default)(e).map(([a,s])=>[a,i(s)]))}initProviderErrorHandling(){let e=new dy,t=!1,i=0;return e.add(YC(this.providerOutput.error$.pipe(ly(a=>!this.params.tuning.ignoreAudioRendererError||!a.message||!/AUDIO_RENDERER_ERROR/ig.test(a.message))),sy({desiredPlaybackState$:this.params.desiredState.playbackState,maxTransitionInterval:this.params.tuning.maxPlaybackTransitionInterval,position$:this.providerOutput.position$,providerChanged$:this.current$}).pipe(WC(a=>({id:`ProviderHangup:${a}`,category:vn.WTF,message:`A ${a} 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 a=this.params.desiredState.playbackState.transitionEnded$.pipe(ly(({to:s})=>s==="playing"),zC()).subscribe(()=>t=!0);e.add(a)})),e.add(this.providerError$.subscribe(a=>{let s=this.current$.getValue().destination,n={error:a,currentDestination:s};if(s==="CHROMECAST")this.destroyProvider(),this.params.dependencies.chromecastInitializer.stopMedia().then(()=>this.switchToNextProvider("SCREEN"),()=>this.params.dependencies.chromecastInitializer.disconnect());else{let o=a.category===vn.NETWORK,u=a.category===vn.FATAL,l=this.params.failoverHosts.length>0&&(this.failoverIndex===void 0||this.failoverIndex<this.params.failoverHosts.length-1),c=i<this.params.tuning.providerErrorLimit&&!u,d=l&&!u&&(o&&t||!c);n={...n,isNetworkError:o,isFatalError:u,haveFailoverHost:l,tryFailover:d,canReinitProvider:c},c?(i++,this.reinitProvider()):d?(this.failoverIndex=this.failoverIndex===void 0?0:this.failoverIndex+1,this.reinitProvider()):(i=0,this.switchToNextProvider(s??"SCREEN"))}this.tracer.error("providerError",py(n))})),e}};import{fromEvent as Sn,once as XC,combine as JC,Subscription as fy,ValueSubject as Yl,map as ZC,filter as eD,isNonNullable as yn,now as Ve,safeStorage as zl}from"@vkontakte/videoplayer-shared";var tD=5e3,by="one_video_throughput",gy="one_video_rtt",Da=window.navigator.connection,vy=()=>{let r=Da?.downlink;if(yn(r)&&r!==10)return r*1e3},Sy=()=>{let r=Da?.rtt;if(yn(r)&&r!==3e3)return r},yy=(r,e,t)=>{let i=t*8,a=i/r;return i/(a+e)},Kl=class r{constructor(e){this.subscription=new fy;this.concurrentDownloads=new Set;this.tuningConfig=e;let t=r.load(by)||(e.useBrowserEstimation?vy():void 0)||tD,i=r.load(gy)??(e.useBrowserEstimation?Sy():void 0)??0;if(this.throughput$=new Yl(t),this.rtt$=new Yl(i),this.rttAdjustedThroughput$=new Yl(yy(t,i,e.rttPenaltyRequestSize)),this.throughput=ai.getSmoothedValue(t,-1,e),this.rtt=ai.getSmoothedValue(i,1,e),e.useBrowserEstimation){let a=()=>{let n=vy();n&&this.throughput.next(n);let o=Sy();yn(o)&&this.rtt.next(o)};Da&&"onchange"in Da&&this.subscription.add(Sn(Da,"change").subscribe(a)),a()}this.subscription.add(this.throughput.smoothed$.subscribe(a=>{zl.set(by,a.toFixed(0))})),this.subscription.add(this.rtt.smoothed$.subscribe(a=>{zl.set(gy,a.toFixed(0))})),this.subscription.add(this.throughput.debounced$.subscribe(this.throughput$)),this.subscription.add(this.rtt.debounced$.subscribe(this.rtt$)),this.subscription.add(JC({throughput:this.throughput.smoothed$,rtt:this.rtt.smoothed$}).pipe(ZC(({throughput:a,rtt:s})=>yy(a,s,e.rttPenaltyRequestSize)),eD(a=>{let s=this.rttAdjustedThroughput$.getValue()||0;return Math.abs(a-s)/s>=e.changeThreshold})).subscribe(this.rttAdjustedThroughput$))}destroy(){this.concurrentDownloads.clear(),this.subscription.unsubscribe()}trackXHR(e){let t=0,i=Ve(),a=new fy;switch(this.subscription.add(a),this.concurrentDownloads.add(e),e.readyState){case 4:break;case 3:case 2:a.add(Sn(e,"progress").pipe(XC()).subscribe(s=>{t=s.loaded,i=Ve()}));break;case 1:case 0:a.add(Sn(e,"loadstart").subscribe(()=>{t=0,i=Ve()}));break}a.add(Sn(e,"loadend").subscribe(s=>{if(e.status===200){let n=s.loaded,o=Ve(),u=n-t,l=o-i;this.addRawSpeed(u,l,1)}this.concurrentDownloads.delete(e),a.unsubscribe()}))}trackStream(e,t=!1){let i=e.getReader();if(!i){e.cancel("Could not get reader");return}let a=0,s=Ve(),n=0,o=Ve(),u=c=>{this.concurrentDownloads.delete(e),i.releaseLock(),e.cancel(`Throughput Estimator error: ${c}`).catch(()=>{})},l=async({done:c,value:d})=>{if(c)!t&&this.addRawSpeed(a,Ve()-s,1),this.concurrentDownloads.delete(e);else if(d){if(t){let p=Ve();if(p-o>this.tuningConfig.lowLatency.continuesByteSequenceInterval||p-s>this.tuningConfig.lowLatency.maxLastEvaluationTimeout){let f=o-s;f&&this.addRawSpeed(n,f,1,t),n=d.byteLength,s=Ve()}else n+=d.byteLength;o=Ve()}else a+=d.byteLength,n+=d.byteLength,n>=this.tuningConfig.streamMinSampleSize&&Ve()-o>=this.tuningConfig.streamMinSampleTime&&(this.addRawSpeed(n,Ve()-o,this.concurrentDownloads.size),n=0,o=Ve());await i?.read().then(l,u)}};this.concurrentDownloads.add(e),i?.read().then(l,u)}addRawSpeed(e,t,i=1,a=!1){if(r.sanityCheck(e,t,a)){let s=e*8/t;this.throughput.next(s*i)}}addRawThroughput(e){this.throughput.next(e)}addRawRtt(e){this.rtt.next(e)}static sanityCheck(e,t,i=!1){let a=e*8/t;return!(!a||!isFinite(a)||a>1e6||a<30||i&&e<1e4||!i&&e<10*1024||!i&&t<=20)}static load(e){let t=zl.get(e);if(yn(t))return parseInt(t,10)??void 0}},Ty=Kl;import{fillWithDefault as iD,VideoQuality as Tn}from"@vkontakte/videoplayer-shared";var Iy={configName:["core"],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:{bitrateFactorAtEmptyBuffer:2.8,bitrateAudioFactorAtEmptyBuffer:10,bitrateFactorAtFullBuffer:2,bitrateAudioFactorAtFullBuffer:7,minVideoAudioRatio:5,minAvailableThroughputAudioRatio:5,usePixelRatio:!0,pixelRatioMultiplier:void 0,pixelRatioLogBase:3,pixelRatioLogCoefficients:[1,0,1],limitByContainer:!0,containerSizeFactor:1.3,lazyQualitySwitch:!0,minBufferToSwitchUp:.4,considerPlaybackRate:!1,trackCooldownIncreaseQuality:15e3,trackCooldownDecreaseQuality:3e3,backgroundVideoQualityLimit:Tn.Q_4320P,activeVideoAreaThreshold:.1,highQualityLimit:Tn.Q_720P,trafficSavingLimit:Tn.Q_480P},droppedFramesChecker:{enabled:!1,percentLimit:.1,checkTime:1e3,countLimit:3,tickCountAfterQualityChange:5,qualityUpWaitingTime:5e3,minQualityBanLimit:Tn.Q_480P},dash:{forwardBufferTarget:6e4,forwardBufferTargetAuto:6e4,forwardBufferTargetManual:5*6e4,forwardBufferTargetPreload:5e3,seekBiasInTheEnd:2e3,maxSegmentDurationLeftToSelectNextSegment:3e3,minSafeBufferThreshold:.5,bufferPruningSafeZone:1e3,segmentRequestSize:1*1024*1024,representationSwitchForwardBufferGap:3e3,crashOnStallTimeout:25e3,crashOnStallTWithoutDataTimeout:5e3,enableSubSegmentBufferFeeding:!0,bufferEmptinessTolerance:100,useFetchPriorityHints:!0,qualityLimitsOnStall:{stallDurationNoDataBeforeQualityDecrease:500,stallDurationToBeCount:100,stallCountBeforeQualityDecrease:3,resetQualityRestrictionTimeout:1e4,ignoreStallsOnSeek:!1},enableBaseUrlSupport:!0,maxSegmentRetryCount:5,sourceOpenTimeout:1e3,rejectOnSourceOpenTimeout:!1},dashCmafLive:{maxActiveLiveOffset:1e4,normalizedTargetMinBufferSize:6e4,normalizedLiveMinBufferSize:5e3,normalizedActualBufferOffset:1e4,offsetCalculationError:3e3,maxLiveDuration:7200,lowLatency:{maxTargetOffset:3e3,maxTargetOffsetDeviation:250,playbackCatchupSpeedup:.05,isActiveOnDefault:!1,bufferEstimator:{emaAlpha:.45,changeThreshold:.05,deviationDepth:20,deviationFactor:.5,extremumInterval:5}}},live:{minBuffer:3e3,minBufferSegments:3,lowLatencyMinBuffer:1e3,lowLatencyMinBufferSegments:1,isLiveCatchUpMode:!1,lowLatencyActiveLiveDelay:3e3,activeLiveDelay:5e3,maxPausedTime:5e3},downloadBackoff:{bufferThreshold:100,start:100,factor:2,max:3*1e3,random:.1},enableWakeLock:!0,enableTelemetryAtStart:!1,forceFormat:void 0,formatsToAvoid:[],disableChromecast:!1,chromecastReceiverId:"07A4434E",useWebmBigRequest:!1,webmCodec:"vp9",androidPreferredFormat:"dash",preferCMAF:!1,preferWebRTC:!1,preferMultiStream:!1,preferHDR:!1,bigRequestMinInitSize:50*1024,bigRequestMinDataSize:1*1024*1024,stripRangeHeader:!0,flushShortLoopedBuffers:!0,insufficientBufferRuleMargin:1e4,seekNearDurationBias:1,dashSeekInSegmentDurationThreshold:3*60*1e3,dashSeekInSegmentAlwaysSeekDelta:1e4,endGapTolerance:300,stallIgnoreThreshold:33,gapWatchdogInterval:50,requestQuick:!1,useHlsJs:!1,useNativeHLSTextTracks:!1,useManagedMediaSource:!0,useNewSwitchTo:!1,useSafariEndlessRequestBugfix:!0,useRefactoredSearchGap:!1,isAudioDisabled:!1,autoplayOnlyInActiveTab:!0,dynamicImportTimeout:5e3,maxPlaybackTransitionInterval:2e4,providerErrorLimit:3,manifestRetryInterval:300,manifestRetryMaxInterval:1e4,manifestRetryMaxCount:10,audioVideoSyncRate:20,webrtc:{connectionRetryMaxNumber:3},spherical:{enabled:!1,fov:{x:135,y:76},rotationSpeed:45,maxYawAngle:175,rotationSpeedCorrection:10,degreeToPixelCorrection:5,speedFadeTime:2e3,speedFadeThreshold:50},useVolumeMultiplier:!1,ignoreAudioRendererError:!1,useEnableSubtitlesParam:!1,useOldMSEDetection:!1,useHlsLiveNewTextManager:!1,exposeInternalsToGlobal:!1,hlsLiveNewTextManagerDownloadThreshold:4e3,disableYandexPiP:!1,asyncResolveClientChecker:!1,autostartOnlyIfVisible:!1},Ey=r=>({...iD(r,Iy),configName:[...r.configName??[],...Iy.configName]});import{assertNonNullable as In,combine as gt,ErrorCategory as En,filter as L,filterChanged as Q,fromEvent as Jl,isNonNullable as wy,isNullable as lD,Logger as cD,map as U,mapTo as Ay,merge as Ot,now as xn,once as _,Subject as G,Subscription as Ly,tap as Zl,ValueSubject as y,isHigher as dD,isInvariantQuality as Ry,flattenObject as _t,throttle as ec,getTraceSubscriptionMethod as $y,Tracer as pD,InternalsExposure as hD}from"@vkontakte/videoplayer-shared";import{merge as rD,map as aD,filter as xy,isNonNullable as sD}from"@vkontakte/videoplayer-shared";var Xl=({seekState:r,position$:e})=>rD(r.stateChangeEnded$.pipe(aD(({to:t})=>t.state==="none"?void 0:(t.position??NaN)/1e3),xy(sD)),e.pipe(xy(()=>r.getState().state==="none")));import{assertNonNullable as nD}from"@vkontakte/videoplayer-shared";var Py=r=>{let e=typeof r.container=="string"?document.getElementById(r.container):r.container;return nD(e,`Wrong container or containerId {${r.container}}`),e};import{filter as oD,once as uD}from"@vkontakte/videoplayer-shared";var ky=(r,e,t,i)=>{r!==void 0&&e.getState()===void 0&&e.getPrevState()===void 0&&t?.getValue().length===0?t.pipe(oD(a=>a.length>0),uD()).subscribe(a=>{a.find(i)&&e.startTransitionTo(r)}):(r===void 0||t?.getValue().find(i))&&e.startTransitionTo(r)};var Pn=class{constructor(e={configName:[]},t=pD.createRootTracer(!1)){this.subscription=new Ly;this.logger=new cD;this.abrLogger=this.logger.createComponentLog("ABR");this.internalsExposure=null;this.isPlaybackStarted=!1;this.hasLiveOffsetByPaused=new y(!1);this.hasLiveOffsetByPausedTimer=0;this.playerInitRequest=0;this.playerInited=new y(!1);this.wasSetStartedQuality=!1;this.desiredState={playbackState:new C("stopped"),seekState:new C({state:"none"}),volume:new C({volume:1,muted:!1}),videoTrack:new C(void 0),videoStream:new C(void 0),audioStream:new C(void 0),autoVideoTrackSwitching:new C(!0),autoVideoTrackLimits:new C({}),isLooped:new C(!1),isLowLatency:new C(!1),playbackRate:new C(1),externalTextTracks:new C([]),internalTextTracks:new C([]),currentTextTrack:new C(void 0),textTrackCuesSettings:new C({}),cameraOrientation:new C({x:0,y:0})};this.info={playbackState$:new y(void 0),position$:new y(0),duration$:new y(1/0),muted$:new y(!1),volume$:new y(1),availableVideoStreams$:new y([]),currentVideoStream$:new y(void 0),availableQualities$:new y([]),availableQualitiesFps$:new y({}),currentQuality$:new y(void 0),isAutoQualityEnabled$:new y(!0),autoQualityLimitingAvailable$:new y(!1),autoQualityLimits$:new y({}),predefinedQualityLimitType$:new y("unknown"),availableAudioStreams$:new y([]),currentAudioStream$:new y(void 0),availableAudioTracks$:new y([]),isAudioAvailable$:new y(!0),currentPlaybackRate$:new y(1),currentBuffer$:new y({start:0,end:0}),isBuffering$:new y(!0),isStalled$:new y(!1),isEnded$:new y(!1),isLooped$:new y(!1),isLive$:new y(void 0),isLiveEnded$:new y(null),canChangePlaybackSpeed$:new y(void 0),atLiveEdge$:new y(void 0),atLiveDurationEdge$:new y(void 0),liveTime$:new y(void 0),liveBufferTime$:new y(void 0),liveLatency$:new y(void 0),currentFormat$:new y(void 0),availableTextTracks$:new y([]),currentTextTrack$:new y(void 0),throughputEstimation$:new y(void 0),rttEstimation$:new y(void 0),videoBitrate$:new y(void 0),hostname$:new y(void 0),httpConnectionType$:new y(void 0),httpConnectionReused$:new y(void 0),surface$:new y("none"),chromecastState$:new y("NOT_AVAILABLE"),chromecastDeviceName$:new y(void 0),intrinsicVideoSize$:new y(void 0),availableSources$:new y(void 0),is3DVideo$:new y(!1),currentVideoSegmentLength$:new y(0),currentAudioSegmentLength$:new y(0)};this.events={inited$:new G,ready$:new G,started$:new G,playing$:new G,paused$:new G,stopped$:new G,willStart$:new G,willResume$:new G,willPause$:new G,willStop$:new G,willDestruct$:new G,watchCoverageRecord$:new G,watchCoverageLive$:new G,managedError$:new G,fatalError$:new G,fetcherRecoverableError$:new G,ended$:new G,looped$:new G,seeked$:new G,willSeek$:new G,autoplaySoundProhibited$:new G,firstBytes$:new G,loadedMetadata$:new G,firstFrame$:new G,canplay$:new G,log$:new G,fetcherError$:new G,severeStallOccured$:new G};this.experimental={element$:new y(void 0),tuningConfigName$:new y([]),enableDebugTelemetry$:new y(!1),dumpTelemetry:_b,getCurrentTime$:new y(null)};if(this.initLogs(),this.tuning=Ey(e),this.tracer=t,this.experimental.tuningConfigName$.next(this.tuning.configName),this.chromecastInitializer=new Ka({receiverApplicationId:e.chromecastReceiverId,isDisabled:e.disableChromecast,dependencies:{logger:this.logger}}),this.throughputEstimator=new Ty(this.tuning.throughputEstimator),e.exposeInternalsToGlobal&&(this.internalsExposure=new hD("CORE"),this.internalsExposure.expose({player:this})),this.initChromecastSubscription(),this.initDesiredStateSubscriptions(),Proxy&&Reflect)return new Proxy(this,{get:(i,a,s)=>{let n=Reflect.get(i,a,s);return typeof n!="function"?n:(...o)=>{try{return n.apply(i,o)}catch(u){let l=o.map(p=>JSON.stringify(p,(h,f)=>{let b=typeof f;return(0,My.default)(["number","string","boolean"],b)?f:f===null?null:`<${b}>`})),c=`Player.${String(a)}`,d=`Exception calling ${c} (${l.join(", ")})`;throw this.events.fatalError$.next({id:c,category:En.WTF,message:d,thrown:u}),u}}}})}initVideo(e){this.config=e,this.internalsExposure?.expose({config:e,logger:this.logger,tuning:this.tuning});let t=()=>{let{container:s,...n}=e;this.tracer.log("initVideo",_t(n)),this.domContainer=Py(e),this.chromecastInitializer.contentId=e.meta?.videoId,this.providerContainer=new Ca({sources:e.sources,meta:e.meta??{},failoverHosts:e.failoverHosts??[],container:this.domContainer,desiredState:this.desiredState,dependencies:{throughputEstimator:this.throughputEstimator,chromecastInitializer:this.chromecastInitializer,tracer:this.tracer,logger:this.logger,abrLogger:this.abrLogger},tuning:this.tuning,volumeMultiplier:e.volumeMultiplier,panelSize:e.panelSize}),this.initProviderContainerSubscription(this.providerContainer),this.initStartingVideoTrack(this.providerContainer),this.initTracerSubscription(),this.providerContainer.init(),this.setLiveLowLatency(this.tuning.dashCmafLive.lowLatency.isActiveOnDefault),this.setMuted(this.tuning.isAudioDisabled),this.initDebugTelemetry(),this.initWakeLock(),this.playerInited.next(!0)},i=()=>{this.tuning.autostartOnlyIfVisible&&window.requestAnimationFrame?this.playerInitRequest=window.requestAnimationFrame(()=>t()):t()},a=()=>{this.tuning.asyncResolveClientChecker?O.isInited$.pipe(L(s=>!!s),_()).subscribe(()=>{console.log("Core SDK async start"),i()}):i()};return this.isNotActiveTabCase()?(this.tracer.log("request play from hidden tab"),Jl(document,"visibilitychange").pipe(_()).subscribe(a)):a(),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()}prepare(){return this.subscription.add(this.playerInited.pipe(L(e=>!!e),_()).subscribe(()=>{let e=this.desiredState.playbackState;this.tracer.log("prepare",{currentPlayBackState:e.getState()}),e.getState()==="stopped"&&e.startTransitionTo("ready")})),this}play(){return this.subscription.add(this.playerInited.pipe(L(e=>!!e),_()).subscribe(()=>{let e=this.desiredState.playbackState;this.tracer.log("play",{currentPlayBackState:e.getState()}),e.getState()!=="playing"&&e.startTransitionTo("playing")})),this}pause(){return this.subscription.add(this.playerInited.pipe(L(e=>!!e),_()).subscribe(()=>{let e=this.desiredState.playbackState;this.tracer.log("pause",{currentPlayBackState:e.getState()}),e.getState()!=="paused"&&e.startTransitionTo("paused")})),this}stop(){return this.subscription.add(this.playerInited.pipe(L(e=>!!e),_()).subscribe(()=>{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.subscription.add(this.playerInited.pipe(L(i=>!!i),_()).subscribe(()=>{let i=this.info.duration$.getValue(),a=this.info.isLive$.getValue(),s=e;e>=i&&!a&&(s=i-this.tuning.seekNearDurationBias),this.tracer.log("seekTime",{duration:i,isLive:a,time:e,calculatedTime:s,forcePrecise:t}),Number.isFinite(s)&&(this.events.willSeek$.next({from:this.getExactTime(),to:s}),this.desiredState.seekState.setState({state:"requested",position:s*1e3,forcePrecise:t}))})),this}seekPercent(e){return this.subscription.add(this.playerInited.pipe(L(t=>!!t),_()).subscribe(()=>{let t=this.info.duration$.getValue();this.tracer.log("seekPercent",{percent:e,duration:t}),isFinite(t)&&this.seekTime(Math.abs(t)*e,!1)})),this}setVolume(e,t){return this.subscription.add(this.playerInited.pipe(L(i=>!!i),_()).subscribe(()=>{let i=this.desiredState.volume,s=i.getTransition()?.to.muted??this.info.muted$.getValue(),n=t??(this.tuning.isAudioDisabled||s);this.tracer.log("setVolume",{volume:e,isAudioDisabled:this.tuning.isAudioDisabled,chromecastState:this.chromecastInitializer.castState$.getValue(),muted:n}),this.chromecastInitializer.castState$.getValue()==="CONNECTED"?this.chromecastInitializer.setVolume(e):i.startTransitionTo({volume:e,muted:n})})),this}setMuted(e){return this.subscription.add(this.playerInited.pipe(L(t=>!!t),_()).subscribe(()=>{let t=this.desiredState.volume,i=this.tuning.isAudioDisabled||e,s=t.getTransition()?.to.volume??this.info.volume$.getValue();this.tracer.log("setMuted",{isMuted:e,nextMuted:i,volume:s,isAudioDisabled:this.tuning.isAudioDisabled,chromecastState:this.chromecastInitializer.castState$.getValue()}),this.chromecastInitializer.castState$.getValue()==="CONNECTED"?this.chromecastInitializer.setMuted(i):t.startTransitionTo({volume:s,muted:i})})),this}setVideoStream(e){return this.subscription.add(this.playerInited.pipe(L(t=>!!t),_()).subscribe(()=>{this.desiredState.videoStream.startTransitionTo(e)})),this}setAudioStream(e){return this.subscription.add(this.playerInited.pipe(L(t=>!!t),_()).subscribe(()=>{this.desiredState.audioStream.startTransitionTo(e)})),this}setQuality(e){return this.subscription.add(this.playerInited.pipe(L(t=>!!t),_()).subscribe(()=>{In(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(L(i=>i.length>0),_()).subscribe(i=>{this.setVideoTrackIdByQuality(i,e)}):this.explicitInitialQuality=e:t.length>0&&this.setVideoTrackIdByQuality(t,e)})),this}setAutoQuality(e){return this.subscription.add(this.playerInited.pipe(L(t=>!!t),_()).subscribe(()=>{this.tracer.log("setAutoQuality",{enable:e}),this.desiredState.autoVideoTrackSwitching.startTransitionTo(e)})),this}setAutoQualityLimits(e){return this.subscription.add(this.playerInited.pipe(L(t=>!!t),_()).subscribe(()=>{this.tracer.log("setAutoQualityLimits",_t(e)),this.desiredState.autoVideoTrackLimits.startTransitionTo(e)})),this}setPredefinedQualityLimits(e){return this.subscription.add(this.playerInited.pipe(L(t=>!!t),_()).subscribe(()=>{if(this.info.predefinedQualityLimitType$.getValue()===e)return this;let{highQualityLimit:t,trafficSavingLimit:i}=this.tuning.autoTrackSelection,a;switch(e){case"high_quality":a={min:t,max:void 0};break;case"traffic_saving":a={max:i,min:void 0};break;default:a={max:void 0,min:void 0}}this.setAutoQualityLimits(a)})),this}setPlaybackRate(e){return this.subscription.add(this.playerInited.pipe(L(t=>!!t),_()).subscribe(()=>{In(this.providerContainer);let t=this.providerContainer?.providerOutput.element$.getValue();this.tracer.log("setPlaybackRate",{playbackRate:e,isVideoElementAvailable:!!t}),t&&(this.desiredState.playbackRate.setState(e),t.playbackRate=e)})),this}setExternalTextTracks(e){return this.subscription.add(this.playerInited.pipe(L(t=>!!t),_()).subscribe(()=>{e.length&&this.tracer.log("setExternalTextTracks",_t(e)),this.desiredState.externalTextTracks.startTransitionTo(e.map(t=>({type:"external",...t})))})),this}selectTextTrack(e){return this.subscription.add(this.playerInited.pipe(L(t=>!!t),_()).subscribe(()=>{ky(e,this.desiredState.currentTextTrack,this.providerContainer?.providerOutput.availableTextTracks$,t=>t.id===e),this.tracer.log("selectTextTrack",{textTrackId:e})})),this}setTextTrackCueSettings(e){return this.subscription.add(this.playerInited.pipe(L(t=>!!t),_()).subscribe(()=>{this.tracer.log("setTextTrackCueSettings",{...e}),this.desiredState.textTrackCuesSettings.startTransitionTo(e)})),this}setLiveLowLatency(e){let t=this.info.isLive$.getValue(),i=this.desiredState.isLowLatency.getState();return!t||i===e?this:(this.tracer.log("live switch to low latency "+e),this.desiredState.isLowLatency.setState(e),this.seekTime(0))}setLooped(e){return this.subscription.add(this.playerInited.pipe(L(t=>!!t),_()).subscribe(()=>{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.subscription.add(this.playerInited.pipe(L(i=>!!i),_()).subscribe(()=>{let i=this.getScene3D();this.tracer.log("startCameraManualRotation",{isScene3DAvailable:!!i,mx:e,my:t}),i&&i.startCameraManualRotation(e,t)})),this}stopCameraManualRotation(e=!1){return this.subscription.add(this.playerInited.pipe(L(t=>!!t),_()).subscribe(()=>{let t=this.getScene3D();this.tracer.log("stopCameraManualRotation",{isScene3DAvailable:!!t,immediate:e}),t&&t.stopCameraManualRotation(e)})),this}moveCameraFocusPX(e,t){return this.subscription.add(this.playerInited.pipe(L(i=>!!i),_()).subscribe(()=>{let i=this.getScene3D();if(this.tracer.log("moveCameraFocusPX",{isScene3DAvailable:!!i,dxpx:e,dypx:t}),i){let a=i.getCameraRotation(),s=i.pixelToDegree({x:e,y:t});this.desiredState.cameraOrientation.setState({x:a.x+s.x,y:a.y+s.y})}})),this}holdCamera(){return this.subscription.add(this.playerInited.pipe(L(e=>e),_()).subscribe(()=>{let e=this.getScene3D();e&&e.holdCamera()})),this}releaseCamera(){return this.subscription.add(this.playerInited.pipe(L(e=>!!e),_()).subscribe(()=>{let e=this.getScene3D();e&&e.releaseCamera()})),this}getExactTime(){if(!this.providerContainer)return 0;let e=this.providerContainer.providerOutput.element$.getValue();if(lD(e))return this.info.position$.getValue();let t=this.desiredState.seekState.getState(),i=t.state==="none"?void 0:t.position;return wy(i)?i/1e3:e.currentTime}getAllLogs(){return this.logger.getAllLogs()}getScene3D(){let e=this.providerContainer?.current$.getValue();if(e?.provider?.scene3D)return e.provider.scene3D}setIntrinsicVideoSize(...e){let t={width:e.reduce((i,{width:a})=>i||a||0,0),height:e.reduce((i,{height:a})=>i||a||0,0)};t.width&&t.height&&this.info.intrinsicVideoSize$.next({width:t.width,height:t.height})}initDesiredStateSubscriptions(){this.subscription.add(Ot(this.desiredState.playbackState.stateChangeStarted$,this.desiredState.playbackState.forceChanged$).pipe(U(e=>e.to)).subscribe(this.info.playbackState$)).add(this.desiredState.isLooped.stateChangeEnded$.pipe(U(e=>e.to)).subscribe(this.info.isLooped$)).add(this.desiredState.playbackRate.stateChangeEnded$.pipe(U(e=>e.to)).subscribe(this.info.currentPlaybackRate$)).add(this.desiredState.autoVideoTrackSwitching.stateChangeEnded$.pipe(U(e=>e.to)).subscribe(this.info.isAutoQualityEnabled$)).add(this.desiredState.autoVideoTrackLimits.stateChangeEnded$.pipe(U(e=>e.to)).subscribe(e=>{this.info.autoQualityLimits$.next(e);let{highQualityLimit:t,trafficSavingLimit:i}=this.tuning.autoTrackSelection;this.info.predefinedQualityLimitType$.next(Du({limits:e,highQualityLimit:t,trafficSavingLimit:i}))})),this.subscription.add(this.desiredState.playbackState.stateChangeStarted$.pipe(L(({from:e})=>e==="stopped"),_()).subscribe(()=>{this.initedAt=xn(),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"paused":this.events.willPause$.next();break;case"playing":this.isPlaybackStarted?this.events.willResume$.next():this.events.willStart$.next();break;case"stopped":this.events.willStop$.next();break;default:}}))}initProviderContainerSubscription(e){this.subscription.add(e.providerOutput.willSeekEvent$.subscribe(()=>{let n=this.desiredState.seekState.getState();this.tracer.log("willSeekEvent",_t(n)),n.state==="requested"?this.desiredState.seekState.setState({...n,state:"applying"}):this.events.managedError$.next({id:`WillSeekIn${n.state}`,category:En.WTF,message:"Received unexpeceted willSeek$"})})).add(e.providerOutput.soundProhibitedEvent$.pipe(_()).subscribe(this.events.autoplaySoundProhibited$)).add(e.providerOutput.severeStallOccurred$.subscribe(this.events.severeStallOccured$)).add(e.providerOutput.seekedEvent$.subscribe(()=>{let n=this.desiredState.seekState.getState();this.tracer.log("seekedEvent",_t(n)),n.state==="applying"&&(this.desiredState.seekState.setState({state:"none"}),this.events.seeked$.next())})).add(e.current$.pipe(U(n=>n.type)).subscribe(this.info.currentFormat$)).add(e.current$.pipe(U(n=>n.destination),Q()).subscribe(()=>this.isPlaybackStarted=!1)).add(e.providerOutput.availableVideoStreams$.subscribe(this.info.availableVideoStreams$)).add(gt({availableVideoTracks:e.providerOutput.availableVideoTracks$,currentVideoStream:e.providerOutput.currentVideoStream$}).pipe(U(({availableVideoTracks:n,currentVideoStream:o})=>n.filter(u=>o?o.id===u.streamId:!0).map(({quality:u})=>u).sort((u,l)=>Ry(u)?1:Ry(l)?-1:dD(l,u)?1:-1))).subscribe(this.info.availableQualities$)).add(e.providerOutput.availableVideoTracks$.subscribe(n=>{let o={};for(let u of n)u.fps&&(o[u.quality]=u.fps);this.info.availableQualitiesFps$.next(o)})).add(e.providerOutput.availableAudioStreams$.subscribe(this.info.availableAudioStreams$)).add(e.providerOutput.currentVideoStream$.subscribe(this.info.currentVideoStream$)).add(e.providerOutput.currentAudioStream$.subscribe(this.info.currentAudioStream$)).add(e.providerOutput.availableAudioTracks$.subscribe(this.info.availableAudioTracks$)).add(e.providerOutput.isAudioAvailable$.pipe(Q()).subscribe(this.info.isAudioAvailable$)).add(e.providerOutput.currentVideoTrack$.pipe(L(n=>wy(n))).subscribe(n=>{this.info.currentQuality$.next(n?.quality),this.info.videoBitrate$.next(n?.bitrate)})).add(e.providerOutput.currentVideoSegmentLength$.pipe(Q((n,o)=>Math.round(n)===Math.round(o))).subscribe(this.info.currentVideoSegmentLength$)).add(e.providerOutput.currentAudioSegmentLength$.pipe(Q((n,o)=>Math.round(n)===Math.round(o))).subscribe(this.info.currentAudioSegmentLength$)).add(e.providerOutput.hostname$.pipe(Q()).subscribe(this.info.hostname$)).add(e.providerOutput.httpConnectionType$.pipe(Q()).subscribe(this.info.httpConnectionType$)).add(e.providerOutput.httpConnectionReused$.pipe(Q()).subscribe(this.info.httpConnectionReused$)).add(e.providerOutput.currentTextTrack$.subscribe(this.info.currentTextTrack$)).add(e.providerOutput.availableTextTracks$.subscribe(this.info.availableTextTracks$)).add(e.providerOutput.autoVideoTrackLimitingAvailable$.subscribe(this.info.autoQualityLimitingAvailable$)).add(e.providerOutput.autoVideoTrackLimits$.subscribe(n=>{this.desiredState.autoVideoTrackLimits.setState(n??{})})).add(e.providerOutput.currentBuffer$.pipe(U(n=>n?{start:n.from,end:n.to}:{start:0,end:0})).subscribe(this.info.currentBuffer$)).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(Zl(n=>n&&this.stop())).subscribe(this.info.isLiveEnded$)).add(e.providerOutput.canChangePlaybackSpeed$.subscribe(this.info.canChangePlaybackSpeed$)).add(e.providerOutput.liveTime$.subscribe(this.info.liveTime$)).add(e.providerOutput.liveBufferTime$.subscribe(this.info.liveBufferTime$)).add(e.providerOutput.liveLatency$.subscribe(this.info.liveLatency$)).add(gt({hasLiveOffsetByPaused:Ot(this.desiredState.playbackState.stateChangeStarted$,this.desiredState.playbackState.forceChanged$).pipe(U(n=>n.to),Q(),U(n=>n==="paused")),isLowLatency:e.providerOutput.isLowLatency$}).subscribe(({hasLiveOffsetByPaused:n,isLowLatency:o})=>{if(window.clearTimeout(this.hasLiveOffsetByPausedTimer),n){this.hasLiveOffsetByPausedTimer=window.setTimeout(()=>{this.hasLiveOffsetByPaused.next(!0)},this.getActiveLiveDelay(o));return}this.hasLiveOffsetByPaused.next(!1)})).add(gt({atLiveEdge:gt({isLive:e.providerOutput.isLive$,isLowLatency:e.providerOutput.isLowLatency$,position:Xl({seekState:this.desiredState.seekState,position$:e.providerOutput.position$})}).pipe(U(({isLive:n,position:o,isLowLatency:u})=>{let l=this.getActiveLiveDelay(u);return n&&Math.abs(o)<l/1e3}),Q(),Zl(n=>n&&this.setPlaybackRate(1))),hasPausedTimeoutCase:this.hasLiveOffsetByPaused}).pipe(U(({atLiveEdge:n,hasPausedTimeoutCase:o})=>n&&!o)).subscribe(this.info.atLiveEdge$)).add(gt({isLive:e.providerOutput.isLive$,position:e.providerOutput.position$,duration:e.providerOutput.duration$}).pipe(U(({isLive:n,position:o,duration:u})=>n&&(Math.abs(u)-Math.abs(o))*1e3<this.tuning.live.activeLiveDelay),Q(),Zl(n=>n&&this.setPlaybackRate(1))).subscribe(this.info.atLiveDurationEdge$)).add(e.providerOutput.volume$.pipe(U(n=>n.muted),Q()).subscribe(this.info.muted$)).add(e.providerOutput.volume$.pipe(U(n=>n.volume),Q()).subscribe(this.info.volume$)).add(Xl({seekState:this.desiredState.seekState,position$:e.providerOutput.position$}).subscribe(this.info.position$)).add(Ot(e.providerOutput.endedEvent$.pipe(Ay(!0)),e.providerOutput.seekedEvent$.pipe(Ay(!1))).pipe(Q()).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(U(n=>({id:n?`No${n}`:"NoProviders",category:En.VIDEO_PIPELINE,message:n?`${n} was forced but failed or not available`:"No suitable providers or all providers failed"}))).subscribe(this.events.fatalError$)).add(e.providerOutput.element$.subscribe(this.experimental.element$)).add(e.providerOutput.getCurrentTime$.subscribe(this.experimental.getCurrentTime$)).add(e.providerOutput.firstBytesEvent$.pipe(_(),U(n=>n??xn()-this.initedAt)).subscribe(this.events.firstBytes$)).add(e.providerOutput.loadedMetadataEvent$.subscribe(this.events.loadedMetadata$)).add(e.providerOutput.firstFrameEvent$.pipe(_(),U(()=>xn()-this.initedAt)).subscribe(this.events.firstFrame$)).add(e.providerOutput.canplay$.pipe(_(),U(()=>xn()-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 y(!1);this.subscription.add(e.providerOutput.seekedEvent$.subscribe(()=>t.next(!1))).add(e.providerOutput.willSeekEvent$.subscribe(()=>t.next(!0)));let i=new y(!0);this.subscription.add(e.current$.subscribe(()=>i.next(!0))).add(this.desiredState.playbackState.stateChangeEnded$.pipe(L(({to:n})=>n==="playing"),_()).subscribe(()=>i.next(!1)));let a=0,s=Ot(e.providerOutput.isBuffering$,t,i).pipe(U(()=>{let n=e.providerOutput.isBuffering$.getValue(),o=t.getValue()||i.getValue();return n&&!o}),Q());this.subscription.add(s.subscribe(n=>{n?a=window.setTimeout(()=>this.info.isStalled$.next(!0),this.tuning.stallIgnoreThreshold):(window.clearTimeout(a),this.info.isStalled$.next(!1))})),this.subscription.add(Ot(e.providerOutput.canplay$,e.providerOutput.firstFrameEvent$,e.providerOutput.firstBytesEvent$).subscribe(()=>{let n=e.providerOutput.element$.getValue();this.setIntrinsicVideoSize({width:n?.videoWidth,height:n?.videoHeight})})).add(e.providerOutput.currentVideoTrack$.subscribe(n=>{let o=e.providerOutput.element$.getValue();this.setIntrinsicVideoSize({width:n?.size?.width,height:n?.size?.height},{width:o?.videoWidth,height:o?.videoHeight})})).add(e.providerOutput.is3DVideo$.subscribe(this.info.is3DVideo$)),this.subscription.add(Ot(e.providerOutput.inPiP$,e.providerOutput.inFullscreen$,e.providerOutput.element$,e.providerOutput.elementVisible$,this.chromecastInitializer.castState$).subscribe(()=>{let n=e.providerOutput.inPiP$.getValue(),o=e.providerOutput.inFullscreen$.getValue(),u=e.providerOutput.element$.getValue(),l=e.providerOutput.elementVisible$.getValue(),c=this.chromecastInitializer.castState$.getValue(),d;c==="CONNECTED"?d="second_screen":u?l?n?d="pip":o?d="fullscreen":d="inline":d="invisible":d="none",this.info.surface$.getValue()!==d&&this.info.surface$.next(d)}))}initChromecastSubscription(){this.subscription.add(this.chromecastInitializer.castState$.subscribe(this.info.chromecastState$)),this.subscription.add(this.chromecastInitializer.connection$.pipe(U(e=>e?.castDevice.friendlyName)).subscribe(this.info.chromecastDeviceName$)),this.subscription.add(this.chromecastInitializer.errorEvent$.subscribe(this.events.managedError$))}initStartingVideoTrack(e){let t=new Ly;this.subscription.add(t),this.subscription.add(e.current$.pipe(Q((i,a)=>i.provider===a.provider)).subscribe(()=>{t.unsubscribe(),t.add(e.providerOutput.availableVideoTracks$.pipe(L(i=>i.length>0),_()).subscribe(i=>{this.setStartingVideoTrack(i)}))}))}setStartingVideoTrack(e){let t;this.wasSetStartedQuality=!0;let i=this.explicitInitialQuality??this.info.currentQuality$.getValue();i&&(t=e.find(({quality:a})=>a===i),t||this.setAutoQuality(!0)),t||(t=$t(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(Ot(this.desiredState.videoTrack.stateChangeStarted$.pipe(U(e=>({transition:e,entity:"quality",type:"start"}))),this.desiredState.videoTrack.stateChangeEnded$.pipe(U(e=>({transition:e,entity:"quality",type:"end"}))),this.desiredState.autoVideoTrackSwitching.stateChangeStarted$.pipe(U(e=>({transition:e,entity:"autoQualityEnabled",type:"start"}))),this.desiredState.autoVideoTrackSwitching.stateChangeEnded$.pipe(U(e=>({transition:e,entity:"autoQualityEnabled",type:"end"}))),this.desiredState.seekState.stateChangeStarted$.pipe(U(e=>({transition:e,entity:"seekState",type:"start"}))),this.desiredState.seekState.stateChangeEnded$.pipe(U(e=>({transition:e,entity:"seekState",type:"end"}))),this.desiredState.playbackState.stateChangeStarted$.pipe(U(e=>({transition:e,entity:"playbackState",type:"start"}))),this.desiredState.playbackState.stateChangeEnded$.pipe(U(e=>({transition:e,entity:"playbackState",type:"end"})))).pipe(U(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;In(this.providerContainer),In(e),Ob(),this.experimental.enableDebugTelemetry$.next(this.tuning.enableTelemetryAtStart),[this.experimental.enableDebugTelemetry$.subscribe(t=>Bb(t)),this.providerContainer.current$.subscribe(({type:t})=>kr("provider",t)),e.duration$.subscribe(t=>kr("duration",t)),e.availableVideoTracks$.pipe(L(t=>!!t.length),_()).subscribe(t=>kr("tracks",t)),this.events.fatalError$.subscribe(new be("fatalError")),this.events.managedError$.subscribe(new be("managedError")),e.position$.subscribe(new be("position")),e.currentVideoTrack$.pipe(U(t=>t?.quality)).subscribe(new be("quality")),this.info.currentBuffer$.subscribe(new be("buffer")),e.isBuffering$.subscribe(new be("isBuffering"))].forEach(t=>this.subscription.add(t)),kr("codecs",O.video.supportedCodecs)}initTracerSubscription(){let e=$y(this.tracer.log.bind(this.tracer)),t=$y(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(Q()).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(gt({currentQuality:this.info.currentQuality$,videoBitrate:this.info.videoBitrate$}).pipe(L(({currentQuality:i,videoBitrate:a})=>!!i&&!!a),Q((i,a)=>i.currentQuality===a.currentQuality)).subscribe(e("currentVideoTrack"))).add(this.info.currentVideoSegmentLength$.pipe(L(i=>i>0),Q()).subscribe(e("currentVideoSegmentLength"))).add(this.info.currentAudioSegmentLength$.pipe(L(i=>i>0),Q()).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(gt({currentBuffer:this.info.currentBuffer$.pipe(L(i=>i.end>0),Q((i,a)=>i.end===a.end&&i.start===a.start)),position:this.info.position$.pipe(Q())}).pipe(ec(1e3)).subscribe(e("currentBufferAndPosition"))).add(this.info.duration$.pipe(Q()).subscribe(e("duration"))).add(this.info.isBuffering$.subscribe(e("isBuffering"))).add(this.info.isLive$.pipe(Q()).subscribe(e("isLive"))).add(this.info.canChangePlaybackSpeed$.pipe(Q()).subscribe(e("canChangePlaybackSpeed"))).add(gt({liveTime:this.info.liveTime$,liveBufferTime:this.info.liveBufferTime$,position:this.info.position$}).pipe(L(({liveTime:i,liveBufferTime:a})=>!!i&&!!a),ec(1e3)).subscribe(e("liveBufferAndPosition"))).add(this.info.atLiveEdge$.pipe(Q(),L(i=>i===!0)).subscribe(e("atLiveEdge"))).add(this.info.atLiveDurationEdge$.pipe(Q(),L(i=>i===!0)).subscribe(e("atLiveDurationEdge"))).add(this.info.muted$.pipe(Q()).subscribe(e("muted"))).add(this.info.volume$.pipe(Q()).subscribe(e("volume"))).add(this.info.isEnded$.pipe(Q(),L(i=>i===!0)).subscribe(e("isEnded"))).add(this.info.availableSources$.subscribe(e("availableSources"))).add(gt({throughputEstimation:this.info.throughputEstimation$,rtt:this.info.rttEstimation$}).pipe(L(({throughputEstimation:i,rtt:a})=>!!i&&!!a),ec(3e3)).subscribe(e("throughputEstimation"))).add(this.info.isStalled$.subscribe(e("isStalled"))).add(this.info.is3DVideo$.pipe(Q(),L(i=>i===!0)).subscribe(e("is3DVideo"))).add(this.info.surface$.subscribe(e("surface"))).add(this.events.ended$.subscribe(e("ended"))).add(this.events.looped$.subscribe(e("looped"))).add(this.events.managedError$.subscribe(t("managedError"))).add(this.events.fatalError$.subscribe(t("fatalError"))).add(this.events.firstBytes$.subscribe(e("firstBytes"))).add(this.events.firstFrame$.subscribe(e("firstFrame"))).add(this.events.canplay$.subscribe(e("canplay")))}initWakeLock(){if(!window.navigator.wakeLock||!this.tuning.enableWakeLock)return;let e,t=()=>{e?.release(),e=void 0},i=async()=>{t(),e=await window.navigator.wakeLock.request("screen").catch(a=>{a instanceof DOMException&&a.name==="NotAllowedError"||this.events.managedError$.next({id:"WakeLock",category:En.DOM,message:String(a)})})};this.subscription.add(Ot(Jl(document,"visibilitychange"),Jl(document,"fullscreenchange"),this.desiredState.playbackState.stateChangeEnded$).subscribe(()=>{let a=document.visibilityState==="visible",s=this.desiredState.playbackState.getState()==="playing",n=!!e&&!e?.released;a&&s?n||i():t()})).add(this.events.willDestruct$.subscribe(t))}setVideoTrackIdByQuality(e,t){let i=e.find(a=>a.quality===t);this.tracer.log("setVideoTrackIdByQuality",_t({quality:t,availableTracks:_t(e),track:_t(i),isAutoQuality:!i})),i?this.desiredState.videoTrack.startTransitionTo(i):this.setAutoQuality(!0)}getActiveLiveDelay(e=!1){return e?this.tuning.live.lowLatencyActiveLiveDelay:this.tuning.live.activeLiveDelay}isNotActiveTabCase(){return document.hidden&&this.tuning.autoplayOnlyInActiveTab&&!Cr()}};import{Subscription as n4,Observable as o4,Subject as u4,ValueSubject as l4,VideoQuality as c4}from"@vkontakte/videoplayer-shared";var d4=`@vkontakte/videoplayer-core@${rc}`;export{Ha as ChromecastState,An as HttpConnectionType,o4 as Observable,Re as PlaybackState,Pn as Player,ja as PredefinedQualityLimits,d4 as SDK_VERSION,u4 as Subject,n4 as Subscription,Ln as Surface,rc as VERSION,l4 as ValueSubject,ut as VideoFormat,c4 as VideoQuality,O as clientChecker,xr as isMobile};