@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/es2024.cjs.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
- "use strict";var Sy=Object.create;var Qr=Object.defineProperty;var qc=Object.getOwnPropertyDescriptor;var vy=Object.getOwnPropertyNames;var yy=Object.getPrototypeOf,Ty=Object.prototype.hasOwnProperty;var b=(a,e)=>()=>(e||a((e={exports:{}}).exports,e),e.exports),Iy=(a,e)=>{for(var t in e)Qr(a,t,{get:e[t],enumerable:!0})},jc=(a,e,t,i)=>{if(e&&typeof e=="object"||typeof e=="function")for(let r of vy(e))!Ty.call(a,r)&&r!==t&&Qr(a,r,{get:()=>e[r],enumerable:!(i=qc(e,r))||i.enumerable});return a};var q=(a,e,t)=>(t=a!=null?Sy(yy(a)):{},jc(e||!a||!a.__esModule?Qr(t,"default",{value:a,enumerable:!0}):t,a)),xy=a=>jc(Qr({},"__esModule",{value:!0}),a),be=(a,e,t,i)=>{for(var r=i>1?void 0:i?qc(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&&Qr(e,t,r),r};var Oe=b((Uo,Hc)=>{"use strict";var Xr=function(a){return a&&a.Math===Math&&a};Hc.exports=Xr(typeof globalThis=="object"&&globalThis)||Xr(typeof window=="object"&&window)||Xr(typeof self=="object"&&self)||Xr(typeof global=="object"&&global)||Xr(typeof Uo=="object"&&Uo)||function(){return this}()||Function("return this")()});var Ke=b((xM,zc)=>{"use strict";zc.exports=function(a){try{return!!a()}catch{return!0}}});var Jr=b((EM,Wc)=>{"use strict";var Ey=Ke();Wc.exports=!Ey(function(){var a=function(){}.bind();return typeof a!="function"||a.hasOwnProperty("prototype")})});var qo=b((wM,Kc)=>{"use strict";var wy=Jr(),Yc=Function.prototype,Gc=Yc.apply,Qc=Yc.call;Kc.exports=typeof Reflect=="object"&&Reflect.apply||(wy?Qc.bind(Gc):function(){return Qc.apply(Gc,arguments)})});var Ge=b((PM,Zc)=>{"use strict";var Xc=Jr(),Jc=Function.prototype,jo=Jc.call,Py=Xc&&Jc.bind.bind(jo,jo);Zc.exports=Xc?Py:function(a){return function(){return jo.apply(a,arguments)}}});var qi=b((kM,td)=>{"use strict";var ed=Ge(),ky=ed({}.toString),Ay=ed("".slice);td.exports=function(a){return Ay(ky(a),8,-1)}});var Ho=b((AM,id)=>{"use strict";var Ry=qi(),Ly=Ge();id.exports=function(a){if(Ry(a)==="Function")return Ly(a)}});var Be=b((RM,rd)=>{"use strict";var zo=typeof document=="object"&&document.all;rd.exports=typeof zo>"u"&&zo!==void 0?function(a){return typeof a=="function"||a===zo}:function(a){return typeof a=="function"}});var Pt=b((LM,ad)=>{"use strict";var My=Ke();ad.exports=!My(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!==7})});var kt=b((MM,sd)=>{"use strict";var $y=Jr(),an=Function.prototype.call;sd.exports=$y?an.bind(an):function(){return an.apply(an,arguments)}});var Wo=b(ud=>{"use strict";var nd={}.propertyIsEnumerable,od=Object.getOwnPropertyDescriptor,By=od&&!nd.call({1:2},1);ud.f=By?function(e){var t=od(this,e);return!!t&&t.enumerable}:nd});var Zr=b((BM,ld)=>{"use strict";ld.exports=function(a,e){return{enumerable:!(a&1),configurable:!(a&2),writable:!(a&4),value:e}}});var dd=b((DM,cd)=>{"use strict";var Dy=Ge(),Cy=Ke(),Vy=qi(),Go=Object,Oy=Dy("".split);cd.exports=Cy(function(){return!Go("z").propertyIsEnumerable(0)})?function(a){return Vy(a)==="String"?Oy(a,""):Go(a)}:Go});var lr=b((CM,pd)=>{"use strict";pd.exports=function(a){return a==null}});var ki=b((VM,hd)=>{"use strict";var _y=lr(),Fy=TypeError;hd.exports=function(a){if(_y(a))throw new Fy("Can't call method on "+a);return a}});var ji=b((OM,fd)=>{"use strict";var Ny=dd(),Uy=ki();fd.exports=function(a){return Ny(Uy(a))}});var At=b((_M,md)=>{"use strict";var qy=Be();md.exports=function(a){return typeof a=="object"?a!==null:qy(a)}});var cr=b((FM,bd)=>{"use strict";bd.exports={}});var hi=b((NM,Sd)=>{"use strict";var Qo=cr(),Yo=Oe(),jy=Be(),gd=function(a){return jy(a)?a:void 0};Sd.exports=function(a,e){return arguments.length<2?gd(Qo[a])||gd(Yo[a]):Qo[a]&&Qo[a][e]||Yo[a]&&Yo[a][e]}});var ea=b((UM,vd)=>{"use strict";var Hy=Ge();vd.exports=Hy({}.isPrototypeOf)});var Hi=b((qM,Id)=>{"use strict";var zy=Oe(),yd=zy.navigator,Td=yd&&yd.userAgent;Id.exports=Td?String(Td):""});var Xo=b((jM,Ad)=>{"use strict";var kd=Oe(),Ko=Hi(),xd=kd.process,Ed=kd.Deno,wd=xd&&xd.versions||Ed&&Ed.version,Pd=wd&&wd.v8,Ut,sn;Pd&&(Ut=Pd.split("."),sn=Ut[0]>0&&Ut[0]<4?1:+(Ut[0]+Ut[1]));!sn&&Ko&&(Ut=Ko.match(/Edge\/(\d+)/),(!Ut||Ut[1]>=74)&&(Ut=Ko.match(/Chrome\/(\d+)/),Ut&&(sn=+Ut[1])));Ad.exports=sn});var Jo=b((HM,Ld)=>{"use strict";var Rd=Xo(),Wy=Ke(),Gy=Oe(),Qy=Gy.String;Ld.exports=!!Object.getOwnPropertySymbols&&!Wy(function(){var a=Symbol("symbol detection");return!Qy(a)||!(Object(a)instanceof Symbol)||!Symbol.sham&&Rd&&Rd<41})});var Zo=b((zM,Md)=>{"use strict";var Yy=Jo();Md.exports=Yy&&!Symbol.sham&&typeof Symbol.iterator=="symbol"});var eu=b((WM,$d)=>{"use strict";var Ky=hi(),Xy=Be(),Jy=ea(),Zy=Zo(),eT=Object;$d.exports=Zy?function(a){return typeof a=="symbol"}:function(a){var e=Ky("Symbol");return Xy(e)&&Jy(e.prototype,eT(a))}});var ta=b((GM,Bd)=>{"use strict";var tT=String;Bd.exports=function(a){try{return tT(a)}catch{return"Object"}}});var Kt=b((QM,Dd)=>{"use strict";var iT=Be(),rT=ta(),aT=TypeError;Dd.exports=function(a){if(iT(a))return a;throw new aT(rT(a)+" is not a function")}});var ia=b((YM,Cd)=>{"use strict";var sT=Kt(),nT=lr();Cd.exports=function(a,e){var t=a[e];return nT(t)?void 0:sT(t)}});var Od=b((KM,Vd)=>{"use strict";var tu=kt(),iu=Be(),ru=At(),oT=TypeError;Vd.exports=function(a,e){var t,i;if(e==="string"&&iu(t=a.toString)&&!ru(i=tu(t,a))||iu(t=a.valueOf)&&!ru(i=tu(t,a))||e!=="string"&&iu(t=a.toString)&&!ru(i=tu(t,a)))return i;throw new oT("Can't convert object to primitive value")}});var qt=b((XM,_d)=>{"use strict";_d.exports=!0});var Ud=b((JM,Nd)=>{"use strict";var Fd=Oe(),uT=Object.defineProperty;Nd.exports=function(a,e){try{uT(Fd,a,{value:e,configurable:!0,writable:!0})}catch{Fd[a]=e}return e}});var ra=b((ZM,Hd)=>{"use strict";var lT=qt(),cT=Oe(),dT=Ud(),qd="__core-js_shared__",jd=Hd.exports=cT[qd]||dT(qd,{});(jd.versions||(jd.versions=[])).push({version:"3.38.0",mode:lT?"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 au=b((e$,Wd)=>{"use strict";var zd=ra();Wd.exports=function(a,e){return zd[a]||(zd[a]=e||{})}});var dr=b((t$,Gd)=>{"use strict";var pT=ki(),hT=Object;Gd.exports=function(a){return hT(pT(a))}});var jt=b((i$,Qd)=>{"use strict";var fT=Ge(),mT=dr(),bT=fT({}.hasOwnProperty);Qd.exports=Object.hasOwn||function(e,t){return bT(mT(e),t)}});var su=b((r$,Yd)=>{"use strict";var gT=Ge(),ST=0,vT=Math.random(),yT=gT(1 .toString);Yd.exports=function(a){return"Symbol("+(a===void 0?"":a)+")_"+yT(++ST+vT,36)}});var Xe=b((a$,Xd)=>{"use strict";var TT=Oe(),IT=au(),Kd=jt(),xT=su(),ET=Jo(),wT=Zo(),pr=TT.Symbol,nu=IT("wks"),PT=wT?pr.for||pr:pr&&pr.withoutSetter||xT;Xd.exports=function(a){return Kd(nu,a)||(nu[a]=ET&&Kd(pr,a)?pr[a]:PT("Symbol."+a)),nu[a]}});var tp=b((s$,ep)=>{"use strict";var kT=kt(),Jd=At(),Zd=eu(),AT=ia(),RT=Od(),LT=Xe(),MT=TypeError,$T=LT("toPrimitive");ep.exports=function(a,e){if(!Jd(a)||Zd(a))return a;var t=AT(a,$T),i;if(t){if(e===void 0&&(e="default"),i=kT(t,a,e),!Jd(i)||Zd(i))return i;throw new MT("Can't convert object to primitive value")}return e===void 0&&(e="number"),RT(a,e)}});var ou=b((n$,ip)=>{"use strict";var BT=tp(),DT=eu();ip.exports=function(a){var e=BT(a,"string");return DT(e)?e:e+""}});var nn=b((o$,ap)=>{"use strict";var CT=Oe(),rp=At(),uu=CT.document,VT=rp(uu)&&rp(uu.createElement);ap.exports=function(a){return VT?uu.createElement(a):{}}});var lu=b((u$,sp)=>{"use strict";var OT=Pt(),_T=Ke(),FT=nn();sp.exports=!OT&&!_T(function(){return Object.defineProperty(FT("div"),"a",{get:function(){return 7}}).a!==7})});var up=b(op=>{"use strict";var NT=Pt(),UT=kt(),qT=Wo(),jT=Zr(),HT=ji(),zT=ou(),WT=jt(),GT=lu(),np=Object.getOwnPropertyDescriptor;op.f=NT?np:function(e,t){if(e=HT(e),t=zT(t),GT)try{return np(e,t)}catch{}if(WT(e,t))return jT(!UT(qT.f,e,t),e[t])}});var cu=b((c$,lp)=>{"use strict";var QT=Ke(),YT=Be(),KT=/#|\.prototype\./,aa=function(a,e){var t=JT[XT(a)];return t===eI?!0:t===ZT?!1:YT(e)?QT(e):!!e},XT=aa.normalize=function(a){return String(a).replace(KT,".").toLowerCase()},JT=aa.data={},ZT=aa.NATIVE="N",eI=aa.POLYFILL="P";lp.exports=aa});var hr=b((d$,dp)=>{"use strict";var cp=Ho(),tI=Kt(),iI=Jr(),rI=cp(cp.bind);dp.exports=function(a,e){return tI(a),e===void 0?a:iI?rI(a,e):function(){return a.apply(e,arguments)}}});var du=b((p$,pp)=>{"use strict";var aI=Pt(),sI=Ke();pp.exports=aI&&sI(function(){return Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype!==42})});var Xt=b((h$,hp)=>{"use strict";var nI=At(),oI=String,uI=TypeError;hp.exports=function(a){if(nI(a))return a;throw new uI(oI(a)+" is not an object")}});var zi=b(mp=>{"use strict";var lI=Pt(),cI=lu(),dI=du(),on=Xt(),fp=ou(),pI=TypeError,pu=Object.defineProperty,hI=Object.getOwnPropertyDescriptor,hu="enumerable",fu="configurable",mu="writable";mp.f=lI?dI?function(e,t,i){if(on(e),t=fp(t),on(i),typeof e=="function"&&t==="prototype"&&"value"in i&&mu in i&&!i[mu]){var r=hI(e,t);r&&r[mu]&&(e[t]=i.value,i={configurable:fu in i?i[fu]:r[fu],enumerable:hu in i?i[hu]:r[hu],writable:!1})}return pu(e,t,i)}:pu:function(e,t,i){if(on(e),t=fp(t),on(i),cI)try{return pu(e,t,i)}catch{}if("get"in i||"set"in i)throw new pI("Accessors not supported");return"value"in i&&(e[t]=i.value),e}});var fr=b((m$,bp)=>{"use strict";var fI=Pt(),mI=zi(),bI=Zr();bp.exports=fI?function(a,e,t){return mI.f(a,e,bI(1,t))}:function(a,e,t){return a[e]=t,a}});var Ne=b((b$,Sp)=>{"use strict";var sa=Oe(),gI=qo(),SI=Ho(),vI=Be(),yI=up().f,TI=cu(),mr=cr(),II=hr(),br=fr(),gp=jt();ra();var xI=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 gI(a,this,arguments)};return e.prototype=a.prototype,e};Sp.exports=function(a,e){var t=a.target,i=a.global,r=a.stat,s=a.proto,n=i?sa:r?sa[t]:sa[t]&&sa[t].prototype,o=i?mr:mr[t]||br(mr,t,{})[t],u=o.prototype,l,c,p,d,h,f,g,y,T;for(d in e)l=TI(i?d:t+(r?".":"#")+d,a.forced),c=!l&&n&&gp(n,d),f=o[d],c&&(a.dontCallGetSet?(T=yI(n,d),g=T&&T.value):g=n[d]),h=c&&g?g:e[d],!(!l&&!s&&typeof f==typeof h)&&(a.bind&&c?y=II(h,sa):a.wrap&&c?y=xI(h):s&&vI(h)?y=SI(h):y=h,(a.sham||h&&h.sham||f&&f.sham)&&br(y,"sham",!0),br(o,d,y),s&&(p=t+"Prototype",gp(mr,p)||br(mr,p,{}),br(mr[p],d,h),a.real&&u&&(l||!u[d])&&br(u,d,h)))}});var yp=b((g$,vp)=>{"use strict";var EI=Math.ceil,wI=Math.floor;vp.exports=Math.trunc||function(e){var t=+e;return(t>0?wI:EI)(t)}});var na=b((S$,Tp)=>{"use strict";var PI=yp();Tp.exports=function(a){var e=+a;return e!==e||e===0?0:PI(e)}});var xp=b((v$,Ip)=>{"use strict";var kI=na(),AI=Math.max,RI=Math.min;Ip.exports=function(a,e){var t=kI(a);return t<0?AI(t+e,0):RI(t,e)}});var bu=b((y$,Ep)=>{"use strict";var LI=na(),MI=Math.min;Ep.exports=function(a){var e=LI(a);return e>0?MI(e,9007199254740991):0}});var gr=b((T$,wp)=>{"use strict";var $I=bu();wp.exports=function(a){return $I(a.length)}});var gu=b((I$,kp)=>{"use strict";var BI=ji(),DI=xp(),CI=gr(),Pp=function(a){return function(e,t,i){var r=BI(e),s=CI(r);if(s===0)return!a&&-1;var n=DI(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}};kp.exports={includes:Pp(!0),indexOf:Pp(!1)}});var oa=b((x$,Ap)=>{"use strict";Ap.exports=function(){}});var Rp=b(()=>{"use strict";var VI=Ne(),OI=gu().includes,_I=Ke(),FI=oa(),NI=_I(function(){return!Array(1).includes()});VI({target:"Array",proto:!0,forced:NI},{includes:function(e){return OI(this,e,arguments.length>1?arguments[1]:void 0)}});FI("includes")});var Ai=b((P$,Lp)=>{"use strict";var UI=hi();Lp.exports=UI});var $p=b((k$,Mp)=>{"use strict";Rp();var qI=Ai();Mp.exports=qI("Array","includes")});var Dp=b((A$,Bp)=>{"use strict";var jI=$p();Bp.exports=jI});var Rt=b((R$,Cp)=>{"use strict";var HI=Dp();Cp.exports=HI});var ln=b((N$,_p)=>{"use strict";var WI=au(),GI=su(),Op=WI("keys");_p.exports=function(a){return Op[a]||(Op[a]=GI(a))}});var Np=b((U$,Fp)=>{"use strict";var QI=Ke();Fp.exports=!QI(function(){function a(){}return a.prototype.constructor=null,Object.getPrototypeOf(new a)!==a.prototype})});var cn=b((q$,qp)=>{"use strict";var YI=jt(),KI=Be(),XI=dr(),JI=ln(),ZI=Np(),Up=JI("IE_PROTO"),Su=Object,ex=Su.prototype;qp.exports=ZI?Su.getPrototypeOf:function(a){var e=XI(a);if(YI(e,Up))return e[Up];var t=e.constructor;return KI(t)&&e instanceof t?t.prototype:e instanceof Su?ex:null}});var dn=b((j$,jp)=>{"use strict";jp.exports={}});var Wp=b((H$,zp)=>{"use strict";var tx=Ge(),vu=jt(),ix=ji(),rx=gu().indexOf,ax=dn(),Hp=tx([].push);zp.exports=function(a,e){var t=ix(a),i=0,r=[],s;for(s in t)!vu(ax,s)&&vu(t,s)&&Hp(r,s);for(;e.length>i;)vu(t,s=e[i++])&&(~rx(r,s)||Hp(r,s));return r}});var yu=b((z$,Gp)=>{"use strict";Gp.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]});var Tu=b((W$,Qp)=>{"use strict";var sx=Wp(),nx=yu();Qp.exports=Object.keys||function(e){return sx(e,nx)}});var Iu=b((G$,Zp)=>{"use strict";var Kp=Pt(),ox=Ke(),Xp=Ge(),ux=cn(),lx=Tu(),cx=ji(),dx=Wo().f,Jp=Xp(dx),px=Xp([].push),hx=Kp&&ox(function(){var a=Object.create(null);return a[2]=2,!Jp(a,2)}),Yp=function(a){return function(e){for(var t=cx(e),i=lx(t),r=hx&&ux(t)===null,s=i.length,n=0,o=[],u;s>n;)u=i[n++],(!Kp||(r?u in t:Jp(t,u)))&&px(o,a?[u,t[u]]:t[u]);return o}};Zp.exports={entries:Yp(!0),values:Yp(!1)}});var eh=b(()=>{"use strict";var fx=Ne(),mx=Iu().entries;fx({target:"Object",stat:!0},{entries:function(e){return mx(e)}})});var ih=b((K$,th)=>{"use strict";eh();var bx=cr();th.exports=bx.Object.entries});var ah=b((X$,rh)=>{"use strict";var gx=ih();rh.exports=gx});var Wi=b((J$,sh)=>{"use strict";var Sx=ah();sh.exports=Sx});var Gi=b((Z$,nh)=>{"use strict";nh.exports={}});var lh=b((eB,uh)=>{"use strict";var vx=Oe(),yx=Be(),oh=vx.WeakMap;uh.exports=yx(oh)&&/native code/.test(String(oh))});var Pu=b((tB,ph)=>{"use strict";var Tx=lh(),dh=Oe(),Ix=At(),xx=fr(),xu=jt(),Eu=ra(),Ex=ln(),wx=dn(),ch="Object already initialized",wu=dh.TypeError,Px=dh.WeakMap,pn,ua,hn,kx=function(a){return hn(a)?ua(a):pn(a,{})},Ax=function(a){return function(e){var t;if(!Ix(e)||(t=ua(e)).type!==a)throw new wu("Incompatible receiver, "+a+" required");return t}};Tx||Eu.state?(Ht=Eu.state||(Eu.state=new Px),Ht.get=Ht.get,Ht.has=Ht.has,Ht.set=Ht.set,pn=function(a,e){if(Ht.has(a))throw new wu(ch);return e.facade=a,Ht.set(a,e),e},ua=function(a){return Ht.get(a)||{}},hn=function(a){return Ht.has(a)}):(Qi=Ex("state"),wx[Qi]=!0,pn=function(a,e){if(xu(a,Qi))throw new wu(ch);return e.facade=a,xx(a,Qi,e),e},ua=function(a){return xu(a,Qi)?a[Qi]:{}},hn=function(a){return xu(a,Qi)});var Ht,Qi;ph.exports={set:pn,get:ua,has:hn,enforce:kx,getterFor:Ax}});var Ru=b((iB,fh)=>{"use strict";var ku=Pt(),Rx=jt(),hh=Function.prototype,Lx=ku&&Object.getOwnPropertyDescriptor,Au=Rx(hh,"name"),Mx=Au&&function(){}.name==="something",$x=Au&&(!ku||ku&&Lx(hh,"name").configurable);fh.exports={EXISTS:Au,PROPER:Mx,CONFIGURABLE:$x}});var bh=b(mh=>{"use strict";var Bx=Pt(),Dx=du(),Cx=zi(),Vx=Xt(),Ox=ji(),_x=Tu();mh.f=Bx&&!Dx?Object.defineProperties:function(e,t){Vx(e);for(var i=Ox(t),r=_x(t),s=r.length,n=0,o;s>n;)Cx.f(e,o=r[n++],i[o]);return e}});var Lu=b((aB,gh)=>{"use strict";var Fx=hi();gh.exports=Fx("document","documentElement")});var Du=b((sB,Eh)=>{"use strict";var Nx=Xt(),Ux=bh(),Sh=yu(),qx=dn(),jx=Lu(),Hx=nn(),zx=ln(),vh=">",yh="<",$u="prototype",Bu="script",Ih=zx("IE_PROTO"),Mu=function(){},xh=function(a){return yh+Bu+vh+a+yh+"/"+Bu+vh},Th=function(a){a.write(xh("")),a.close();var e=a.parentWindow.Object;return a=null,e},Wx=function(){var a=Hx("iframe"),e="java"+Bu+":",t;return a.style.display="none",jx.appendChild(a),a.src=String(e),t=a.contentWindow.document,t.open(),t.write(xh("document.F=Object")),t.close(),t.F},fn,mn=function(){try{fn=new ActiveXObject("htmlfile")}catch{}mn=typeof document<"u"?document.domain&&fn?Th(fn):Wx():Th(fn);for(var a=Sh.length;a--;)delete mn[$u][Sh[a]];return mn()};qx[Ih]=!0;Eh.exports=Object.create||function(e,t){var i;return e!==null?(Mu[$u]=Nx(e),i=new Mu,Mu[$u]=null,i[Ih]=e):i=mn(),t===void 0?i:Ux.f(i,t)}});var Sr=b((nB,wh)=>{"use strict";var Gx=fr();wh.exports=function(a,e,t,i){return i&&i.enumerable?a[e]=t:Gx(a,e,t),a}});var _u=b((oB,Ah)=>{"use strict";var Qx=Ke(),Yx=Be(),Kx=At(),Xx=Du(),Ph=cn(),Jx=Sr(),Zx=Xe(),eE=qt(),Ou=Zx("iterator"),kh=!1,fi,Cu,Vu;[].keys&&(Vu=[].keys(),"next"in Vu?(Cu=Ph(Ph(Vu)),Cu!==Object.prototype&&(fi=Cu)):kh=!0);var tE=!Kx(fi)||Qx(function(){var a={};return fi[Ou].call(a)!==a});tE?fi={}:eE&&(fi=Xx(fi));Yx(fi[Ou])||Jx(fi,Ou,function(){return this});Ah.exports={IteratorPrototype:fi,BUGGY_SAFARI_ITERATORS:kh}});var bn=b((uB,Lh)=>{"use strict";var iE=Xe(),rE=iE("toStringTag"),Rh={};Rh[rE]="z";Lh.exports=String(Rh)==="[object z]"});var la=b((lB,Mh)=>{"use strict";var aE=bn(),sE=Be(),gn=qi(),nE=Xe(),oE=nE("toStringTag"),uE=Object,lE=gn(function(){return arguments}())==="Arguments",cE=function(a,e){try{return a[e]}catch{}};Mh.exports=aE?gn:function(a){var e,t,i;return a===void 0?"Undefined":a===null?"Null":typeof(t=cE(e=uE(a),oE))=="string"?t:lE?gn(e):(i=gn(e))==="Object"&&sE(e.callee)?"Arguments":i}});var Bh=b((cB,$h)=>{"use strict";var dE=bn(),pE=la();$h.exports=dE?{}.toString:function(){return"[object "+pE(this)+"]"}});var ca=b((dB,Ch)=>{"use strict";var hE=bn(),fE=zi().f,mE=fr(),bE=jt(),gE=Bh(),SE=Xe(),Dh=SE("toStringTag");Ch.exports=function(a,e,t,i){var r=t?a:a&&a.prototype;r&&(bE(r,Dh)||fE(r,Dh,{configurable:!0,value:e}),i&&!hE&&mE(r,"toString",gE))}});var Oh=b((pB,Vh)=>{"use strict";var vE=_u().IteratorPrototype,yE=Du(),TE=Zr(),IE=ca(),xE=Gi(),EE=function(){return this};Vh.exports=function(a,e,t,i){var r=e+" Iterator";return a.prototype=yE(vE,{next:TE(+!i,t)}),IE(a,r,!1,!0),xE[r]=EE,a}});var Fh=b((hB,_h)=>{"use strict";var wE=Ge(),PE=Kt();_h.exports=function(a,e,t){try{return wE(PE(Object.getOwnPropertyDescriptor(a,e)[t]))}catch{}}});var Uh=b((fB,Nh)=>{"use strict";var kE=At();Nh.exports=function(a){return kE(a)||a===null}});var jh=b((mB,qh)=>{"use strict";var AE=Uh(),RE=String,LE=TypeError;qh.exports=function(a){if(AE(a))return a;throw new LE("Can't set "+RE(a)+" as a prototype")}});var Fu=b((bB,Hh)=>{"use strict";var ME=Fh(),$E=At(),BE=ki(),DE=jh();Hh.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var a=!1,e={},t;try{t=ME(Object.prototype,"__proto__","set"),t(e,[]),a=e instanceof Array}catch{}return function(r,s){return BE(r),DE(s),$E(r)&&(a?t(r,s):r.__proto__=s),r}}():void 0)});var tf=b((gB,ef)=>{"use strict";var CE=Ne(),VE=kt(),Sn=qt(),Jh=Ru(),OE=Be(),_E=Oh(),zh=cn(),Wh=Fu(),FE=ca(),NE=fr(),Nu=Sr(),UE=Xe(),Gh=Gi(),Zh=_u(),qE=Jh.PROPER,jE=Jh.CONFIGURABLE,Qh=Zh.IteratorPrototype,vn=Zh.BUGGY_SAFARI_ITERATORS,da=UE("iterator"),Yh="keys",pa="values",Kh="entries",Xh=function(){return this};ef.exports=function(a,e,t,i,r,s,n){_E(t,e,i);var o=function(T){if(T===r&&d)return d;if(!vn&&T&&T in c)return c[T];switch(T){case Yh:return function(){return new t(this,T)};case pa:return function(){return new t(this,T)};case Kh:return function(){return new t(this,T)}}return function(){return new t(this)}},u=e+" Iterator",l=!1,c=a.prototype,p=c[da]||c["@@iterator"]||r&&c[r],d=!vn&&p||o(r),h=e==="Array"&&c.entries||p,f,g,y;if(h&&(f=zh(h.call(new a)),f!==Object.prototype&&f.next&&(!Sn&&zh(f)!==Qh&&(Wh?Wh(f,Qh):OE(f[da])||Nu(f,da,Xh)),FE(f,u,!0,!0),Sn&&(Gh[u]=Xh))),qE&&r===pa&&p&&p.name!==pa&&(!Sn&&jE?NE(c,"name",pa):(l=!0,d=function(){return VE(p,this)})),r)if(g={values:o(pa),keys:s?d:o(Yh),entries:o(Kh)},n)for(y in g)(vn||l||!(y in c))&&Nu(c,y,g[y]);else CE({target:e,proto:!0,forced:vn||l},g);return(!Sn||n)&&c[da]!==d&&Nu(c,da,d,{name:r}),Gh[e]=d,g}});var af=b((SB,rf)=>{"use strict";rf.exports=function(a,e){return{value:a,done:e}}});var qu=b((vB,lf)=>{"use strict";var HE=ji(),Uu=oa(),sf=Gi(),of=Pu(),zE=zi().f,WE=tf(),yn=af(),GE=qt(),QE=Pt(),uf="Array Iterator",YE=of.set,KE=of.getterFor(uf);lf.exports=WE(Array,"Array",function(a,e){YE(this,{type:uf,target:HE(a),index:0,kind:e})},function(){var a=KE(this),e=a.target,t=a.index++;if(!e||t>=e.length)return a.target=void 0,yn(void 0,!0);switch(a.kind){case"keys":return yn(t,!1);case"values":return yn(e[t],!1)}return yn([t,e[t]],!1)},"values");var nf=sf.Arguments=sf.Array;Uu("keys");Uu("values");Uu("entries");if(!GE&&QE&&nf.name!=="values")try{zE(nf,"name",{value:"values"})}catch{}});var df=b((yB,cf)=>{"use strict";var XE=Xe(),JE=Gi(),ZE=XE("iterator"),ew=Array.prototype;cf.exports=function(a){return a!==void 0&&(JE.Array===a||ew[ZE]===a)}});var ju=b((TB,hf)=>{"use strict";var tw=la(),pf=ia(),iw=lr(),rw=Gi(),aw=Xe(),sw=aw("iterator");hf.exports=function(a){if(!iw(a))return pf(a,sw)||pf(a,"@@iterator")||rw[tw(a)]}});var mf=b((IB,ff)=>{"use strict";var nw=kt(),ow=Kt(),uw=Xt(),lw=ta(),cw=ju(),dw=TypeError;ff.exports=function(a,e){var t=arguments.length<2?cw(a):e;if(ow(t))return uw(nw(t,a));throw new dw(lw(a)+" is not iterable")}});var Sf=b((xB,gf)=>{"use strict";var pw=kt(),bf=Xt(),hw=ia();gf.exports=function(a,e,t){var i,r;bf(a);try{if(i=hw(a,"return"),!i){if(e==="throw")throw t;return t}i=pw(i,a)}catch(s){r=!0,i=s}if(e==="throw")throw t;if(r)throw i;return bf(i),t}});var In=b((EB,If)=>{"use strict";var fw=hr(),mw=kt(),bw=Xt(),gw=ta(),Sw=df(),vw=gr(),vf=ea(),yw=mf(),Tw=ju(),yf=Sf(),Iw=TypeError,Tn=function(a,e){this.stopped=a,this.result=e},Tf=Tn.prototype;If.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=fw(e,i),l,c,p,d,h,f,g,y=function(k){return l&&yf(l,"normal",k),new Tn(!0,k)},T=function(k){return r?(bw(k),o?u(k[0],k[1],y):u(k[0],k[1])):o?u(k,y):u(k)};if(s)l=a.iterator;else if(n)l=a;else{if(c=Tw(a),!c)throw new Iw(gw(a)+" is not iterable");if(Sw(c)){for(p=0,d=vw(a);d>p;p++)if(h=T(a[p]),h&&vf(Tf,h))return h;return new Tn(!1)}l=yw(a,c)}for(f=s?a.next:l.next;!(g=mw(f,l)).done;){try{h=T(g.value)}catch(k){yf(l,"throw",k)}if(typeof h=="object"&&h&&vf(Tf,h))return h}return new Tn(!1)}});var Ef=b((wB,xf)=>{"use strict";var xw=Pt(),Ew=zi(),ww=Zr();xf.exports=function(a,e,t){xw?Ew.f(a,e,ww(0,t)):a[e]=t}});var wf=b(()=>{"use strict";var Pw=Ne(),kw=In(),Aw=Ef();Pw({target:"Object",stat:!0},{fromEntries:function(e){var t={};return kw(e,function(i,r){Aw(t,i,r)},{AS_ENTRIES:!0}),t}})});var kf=b((AB,Pf)=>{"use strict";qu();wf();var Rw=cr();Pf.exports=Rw.Object.fromEntries});var Rf=b((RB,Af)=>{"use strict";Af.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 Mf=b(()=>{"use strict";qu();var Lw=Rf(),Mw=Oe(),$w=ca(),Lf=Gi();for(xn in Lw)$w(Mw[xn],xn),Lf[xn]=Lf.Array;var xn});var Bf=b(($B,$f)=>{"use strict";var Bw=kf();Mf();$f.exports=Bw});var Hu=b((BB,Df)=>{"use strict";var Dw=Bf();Df.exports=Dw});var Cf=b(()=>{"use strict"});var zu=b((VB,Vf)=>{"use strict";var ha=Oe(),Cw=Hi(),Vw=qi(),En=function(a){return Cw.slice(0,a.length)===a};Vf.exports=function(){return En("Bun/")?"BUN":En("Cloudflare-Workers")?"CLOUDFLARE":En("Deno/")?"DENO":En("Node.js/")?"NODE":ha.Bun&&typeof Bun.version=="string"?"BUN":ha.Deno&&typeof Deno.version=="object"?"DENO":Vw(ha.process)==="process"?"NODE":ha.window&&ha.document?"BROWSER":"REST"}()});var wn=b((OB,Of)=>{"use strict";var Ow=zu();Of.exports=Ow==="NODE"});var Ff=b((_B,_f)=>{"use strict";var _w=zi();_f.exports=function(a,e,t){return _w.f(a,e,t)}});var qf=b((FB,Uf)=>{"use strict";var Fw=hi(),Nw=Ff(),Uw=Xe(),qw=Pt(),Nf=Uw("species");Uf.exports=function(a){var e=Fw(a);qw&&e&&!e[Nf]&&Nw(e,Nf,{configurable:!0,get:function(){return this}})}});var Hf=b((NB,jf)=>{"use strict";var jw=ea(),Hw=TypeError;jf.exports=function(a,e){if(jw(e,a))return a;throw new Hw("Incorrect invocation")}});var Gu=b((UB,zf)=>{"use strict";var zw=Ge(),Ww=Be(),Wu=ra(),Gw=zw(Function.toString);Ww(Wu.inspectSource)||(Wu.inspectSource=function(a){return Gw(a)});zf.exports=Wu.inspectSource});var Yu=b((qB,Kf)=>{"use strict";var Qw=Ge(),Yw=Ke(),Wf=Be(),Kw=la(),Xw=hi(),Jw=Gu(),Gf=function(){},Qf=Xw("Reflect","construct"),Qu=/^\s*(?:class|function)\b/,Zw=Qw(Qu.exec),eP=!Qu.test(Gf),fa=function(e){if(!Wf(e))return!1;try{return Qf(Gf,[],e),!0}catch{return!1}},Yf=function(e){if(!Wf(e))return!1;switch(Kw(e)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return eP||!!Zw(Qu,Jw(e))}catch{return!0}};Yf.sham=!0;Kf.exports=!Qf||Yw(function(){var a;return fa(fa.call)||!fa(Object)||!fa(function(){a=!0})||a})?Yf:fa});var Jf=b((jB,Xf)=>{"use strict";var tP=Yu(),iP=ta(),rP=TypeError;Xf.exports=function(a){if(tP(a))return a;throw new rP(iP(a)+" is not a constructor")}});var Ku=b((HB,em)=>{"use strict";var Zf=Xt(),aP=Jf(),sP=lr(),nP=Xe(),oP=nP("species");em.exports=function(a,e){var t=Zf(a).constructor,i;return t===void 0||sP(i=Zf(t)[oP])?e:aP(i)}});var im=b((zB,tm)=>{"use strict";var uP=Ge();tm.exports=uP([].slice)});var am=b((WB,rm)=>{"use strict";var lP=TypeError;rm.exports=function(a,e){if(a<e)throw new lP("Not enough arguments");return a}});var Xu=b((GB,sm)=>{"use strict";var cP=Hi();sm.exports=/(?:ipad|iphone|ipod).*applewebkit/i.test(cP)});var nl=b((QB,fm)=>{"use strict";var Lt=Oe(),dP=qo(),pP=hr(),nm=Be(),hP=jt(),hm=Ke(),om=Lu(),fP=im(),um=nn(),mP=am(),bP=Xu(),gP=wn(),rl=Lt.setImmediate,al=Lt.clearImmediate,SP=Lt.process,Ju=Lt.Dispatch,vP=Lt.Function,lm=Lt.MessageChannel,yP=Lt.String,Zu=0,ma={},cm="onreadystatechange",ba,Yi,el,tl;hm(function(){ba=Lt.location});var sl=function(a){if(hP(ma,a)){var e=ma[a];delete ma[a],e()}},il=function(a){return function(){sl(a)}},dm=function(a){sl(a.data)},pm=function(a){Lt.postMessage(yP(a),ba.protocol+"//"+ba.host)};(!rl||!al)&&(rl=function(e){mP(arguments.length,1);var t=nm(e)?e:vP(e),i=fP(arguments,1);return ma[++Zu]=function(){dP(t,void 0,i)},Yi(Zu),Zu},al=function(e){delete ma[e]},gP?Yi=function(a){SP.nextTick(il(a))}:Ju&&Ju.now?Yi=function(a){Ju.now(il(a))}:lm&&!bP?(el=new lm,tl=el.port2,el.port1.onmessage=dm,Yi=pP(tl.postMessage,tl)):Lt.addEventListener&&nm(Lt.postMessage)&&!Lt.importScripts&&ba&&ba.protocol!=="file:"&&!hm(pm)?(Yi=pm,Lt.addEventListener("message",dm,!1)):cm in um("script")?Yi=function(a){om.appendChild(um("script"))[cm]=function(){om.removeChild(this),sl(a)}}:Yi=function(a){setTimeout(il(a),0)});fm.exports={set:rl,clear:al}});var gm=b((YB,bm)=>{"use strict";var mm=Oe(),TP=Pt(),IP=Object.getOwnPropertyDescriptor;bm.exports=function(a){if(!TP)return mm[a];var e=IP(mm,a);return e&&e.value}});var ol=b((KB,vm)=>{"use strict";var Sm=function(){this.head=null,this.tail=null};Sm.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}}};vm.exports=Sm});var Tm=b((XB,ym)=>{"use strict";var xP=Hi();ym.exports=/ipad|iphone|ipod/i.test(xP)&&typeof Pebble<"u"});var xm=b((JB,Im)=>{"use strict";var EP=Hi();Im.exports=/web0s(?!.*chrome)/i.test(EP)});var Lm=b((ZB,Rm)=>{"use strict";var yr=Oe(),wP=gm(),Em=hr(),ul=nl().set,PP=ol(),kP=Xu(),AP=Tm(),RP=xm(),ll=wn(),wm=yr.MutationObserver||yr.WebKitMutationObserver,Pm=yr.document,km=yr.process,Pn=yr.Promise,pl=wP("queueMicrotask"),vr,cl,dl,kn,Am;pl||(ga=new PP,Sa=function(){var a,e;for(ll&&(a=km.domain)&&a.exit();e=ga.get();)try{e()}catch(t){throw ga.head&&vr(),t}a&&a.enter()},!kP&&!ll&&!RP&&wm&&Pm?(cl=!0,dl=Pm.createTextNode(""),new wm(Sa).observe(dl,{characterData:!0}),vr=function(){dl.data=cl=!cl}):!AP&&Pn&&Pn.resolve?(kn=Pn.resolve(void 0),kn.constructor=Pn,Am=Em(kn.then,kn),vr=function(){Am(Sa)}):ll?vr=function(){km.nextTick(Sa)}:(ul=Em(ul,yr),vr=function(){ul(Sa)}),pl=function(a){ga.head||vr(),ga.add(a)});var ga,Sa;Rm.exports=pl});var $m=b((eD,Mm)=>{"use strict";Mm.exports=function(a,e){try{arguments.length===1?console.error(a):console.error(a,e)}catch{}}});var An=b((tD,Bm)=>{"use strict";Bm.exports=function(a){try{return{error:!1,value:a()}}catch(e){return{error:!0,value:e}}}});var Ki=b((iD,Dm)=>{"use strict";var LP=Oe();Dm.exports=LP.Promise});var Tr=b((rD,_m)=>{"use strict";var MP=Oe(),va=Ki(),$P=Be(),BP=cu(),DP=Gu(),CP=Xe(),Cm=zu(),VP=qt(),hl=Xo(),Vm=va&&va.prototype,OP=CP("species"),fl=!1,Om=$P(MP.PromiseRejectionEvent),_P=BP("Promise",function(){var a=DP(va),e=a!==String(va);if(!e&&hl===66||VP&&!(Vm.catch&&Vm.finally))return!0;if(!hl||hl<51||!/native code/.test(a)){var t=new va(function(s){s(1)}),i=function(s){s(function(){},function(){})},r=t.constructor={};if(r[OP]=i,fl=t.then(function(){})instanceof i,!fl)return!0}return!e&&(Cm==="BROWSER"||Cm==="DENO")&&!Om});_m.exports={CONSTRUCTOR:_P,REJECTION_EVENT:Om,SUBCLASSING:fl}});var Ir=b((aD,Nm)=>{"use strict";var Fm=Kt(),FP=TypeError,NP=function(a){var e,t;this.promise=new a(function(i,r){if(e!==void 0||t!==void 0)throw new FP("Bad Promise constructor");e=i,t=r}),this.resolve=Fm(e),this.reject=Fm(t)};Nm.exports.f=function(a){return new NP(a)}});var sb=b(()=>{"use strict";var UP=Ne(),qP=qt(),$n=wn(),Ri=Oe(),Pr=kt(),Um=Sr(),qm=Fu(),jP=ca(),HP=qf(),zP=Kt(),Mn=Be(),WP=At(),GP=Hf(),QP=Ku(),Gm=nl().set,vl=Lm(),YP=$m(),KP=An(),XP=ol(),Qm=Pu(),Bn=Ki(),yl=Tr(),Ym=Ir(),Dn="Promise",Km=yl.CONSTRUCTOR,JP=yl.REJECTION_EVENT,ZP=yl.SUBCLASSING,ml=Qm.getterFor(Dn),ek=Qm.set,xr=Bn&&Bn.prototype,Xi=Bn,Rn=xr,Xm=Ri.TypeError,bl=Ri.document,Tl=Ri.process,gl=Ym.f,tk=gl,ik=!!(bl&&bl.createEvent&&Ri.dispatchEvent),Jm="unhandledrejection",rk="rejectionhandled",jm=0,Zm=1,ak=2,Il=1,eb=2,Ln,Hm,sk,zm,tb=function(a){var e;return WP(a)&&Mn(e=a.then)?e:!1},ib=function(a,e){var t=e.value,i=e.state===Zm,r=i?a.ok:a.fail,s=a.resolve,n=a.reject,o=a.domain,u,l,c;try{r?(i||(e.rejection===eb&&ok(e),e.rejection=Il),r===!0?u=t:(o&&o.enter(),u=r(t),o&&(o.exit(),c=!0)),u===a.promise?n(new Xm("Promise-chain cycle")):(l=tb(u))?Pr(l,u,s,n):s(u)):n(t)}catch(p){o&&!c&&o.exit(),n(p)}},rb=function(a,e){a.notified||(a.notified=!0,vl(function(){for(var t=a.reactions,i;i=t.get();)ib(i,a);a.notified=!1,e&&!a.rejection&&nk(a)}))},ab=function(a,e,t){var i,r;ik?(i=bl.createEvent("Event"),i.promise=e,i.reason=t,i.initEvent(a,!1,!0),Ri.dispatchEvent(i)):i={promise:e,reason:t},!JP&&(r=Ri["on"+a])?r(i):a===Jm&&YP("Unhandled promise rejection",t)},nk=function(a){Pr(Gm,Ri,function(){var e=a.facade,t=a.value,i=Wm(a),r;if(i&&(r=KP(function(){$n?Tl.emit("unhandledRejection",t,e):ab(Jm,e,t)}),a.rejection=$n||Wm(a)?eb:Il,r.error))throw r.value})},Wm=function(a){return a.rejection!==Il&&!a.parent},ok=function(a){Pr(Gm,Ri,function(){var e=a.facade;$n?Tl.emit("rejectionHandled",e):ab(rk,e,a.value)})},Er=function(a,e,t){return function(i){a(e,i,t)}},wr=function(a,e,t){a.done||(a.done=!0,t&&(a=t),a.value=e,a.state=ak,rb(a,!0))},Sl=function(a,e,t){if(!a.done){a.done=!0,t&&(a=t);try{if(a.facade===e)throw new Xm("Promise can't be resolved itself");var i=tb(e);i?vl(function(){var r={done:!1};try{Pr(i,e,Er(Sl,r,a),Er(wr,r,a))}catch(s){wr(r,s,a)}}):(a.value=e,a.state=Zm,rb(a,!1))}catch(r){wr({done:!1},r,a)}}};if(Km&&(Xi=function(e){GP(this,Rn),zP(e),Pr(Ln,this);var t=ml(this);try{e(Er(Sl,t),Er(wr,t))}catch(i){wr(t,i)}},Rn=Xi.prototype,Ln=function(e){ek(this,{type:Dn,done:!1,notified:!1,parent:!1,reactions:new XP,rejection:!1,state:jm,value:void 0})},Ln.prototype=Um(Rn,"then",function(e,t){var i=ml(this),r=gl(QP(this,Xi));return i.parent=!0,r.ok=Mn(e)?e:!0,r.fail=Mn(t)&&t,r.domain=$n?Tl.domain:void 0,i.state===jm?i.reactions.add(r):vl(function(){ib(r,i)}),r.promise}),Hm=function(){var a=new Ln,e=ml(a);this.promise=a,this.resolve=Er(Sl,e),this.reject=Er(wr,e)},Ym.f=gl=function(a){return a===Xi||a===sk?new Hm(a):tk(a)},!qP&&Mn(Bn)&&xr!==Object.prototype)){zm=xr.then,ZP||Um(xr,"then",function(e,t){var i=this;return new Xi(function(r,s){Pr(zm,i,r,s)}).then(e,t)},{unsafe:!0});try{delete xr.constructor}catch{}qm&&qm(xr,Rn)}UP({global:!0,constructor:!0,wrap:!0,forced:Km},{Promise:Xi});jP(Xi,Dn,!1,!0);HP(Dn)});var cb=b((oD,lb)=>{"use strict";var uk=Xe(),ob=uk("iterator"),ub=!1;try{nb=0,xl={next:function(){return{done:!!nb++}},return:function(){ub=!0}},xl[ob]=function(){return this},Array.from(xl,function(){throw 2})}catch{}var nb,xl;lb.exports=function(a,e){try{if(!e&&!ub)return!1}catch{return!1}var t=!1;try{var i={};i[ob]=function(){return{next:function(){return{done:t=!0}}}},a(i)}catch{}return t}});var El=b((uD,db)=>{"use strict";var lk=Ki(),ck=cb(),dk=Tr().CONSTRUCTOR;db.exports=dk||!ck(function(a){lk.all(a).then(void 0,function(){})})});var pb=b(()=>{"use strict";var pk=Ne(),hk=kt(),fk=Kt(),mk=Ir(),bk=An(),gk=In(),Sk=El();pk({target:"Promise",stat:!0,forced:Sk},{all:function(e){var t=this,i=mk.f(t),r=i.resolve,s=i.reject,n=bk(function(){var o=fk(t.resolve),u=[],l=0,c=1;gk(e,function(p){var d=l++,h=!1;c++,hk(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 fb=b(()=>{"use strict";var vk=Ne(),yk=qt(),Tk=Tr().CONSTRUCTOR,Pl=Ki(),Ik=hi(),xk=Be(),Ek=Sr(),hb=Pl&&Pl.prototype;vk({target:"Promise",proto:!0,forced:Tk,real:!0},{catch:function(a){return this.then(void 0,a)}});!yk&&xk(Pl)&&(wl=Ik("Promise").prototype.catch,hb.catch!==wl&&Ek(hb,"catch",wl,{unsafe:!0}));var wl});var mb=b(()=>{"use strict";var wk=Ne(),Pk=kt(),kk=Kt(),Ak=Ir(),Rk=An(),Lk=In(),Mk=El();wk({target:"Promise",stat:!0,forced:Mk},{race:function(e){var t=this,i=Ak.f(t),r=i.reject,s=Rk(function(){var n=kk(t.resolve);Lk(e,function(o){Pk(n,t,o).then(i.resolve,r)})});return s.error&&r(s.value),i.promise}})});var bb=b(()=>{"use strict";var $k=Ne(),Bk=Ir(),Dk=Tr().CONSTRUCTOR;$k({target:"Promise",stat:!0,forced:Dk},{reject:function(e){var t=Bk.f(this),i=t.reject;return i(e),t.promise}})});var kl=b((gD,gb)=>{"use strict";var Ck=Xt(),Vk=At(),Ok=Ir();gb.exports=function(a,e){if(Ck(a),Vk(e)&&e.constructor===a)return e;var t=Ok.f(a),i=t.resolve;return i(e),t.promise}});var yb=b(()=>{"use strict";var _k=Ne(),Fk=hi(),Sb=qt(),Nk=Ki(),vb=Tr().CONSTRUCTOR,Uk=kl(),qk=Fk("Promise"),jk=Sb&&!vb;_k({target:"Promise",stat:!0,forced:Sb||vb},{resolve:function(e){return Uk(jk&&this===qk?Nk:this,e)}})});var Tb=b(()=>{"use strict";sb();pb();fb();mb();bb();yb()});var wb=b(()=>{"use strict";var Hk=Ne(),zk=qt(),Cn=Ki(),Wk=Ke(),xb=hi(),Eb=Be(),Gk=Ku(),Ib=kl(),Qk=Sr(),Rl=Cn&&Cn.prototype,Yk=!!Cn&&Wk(function(){Rl.finally.call({then:function(){}},function(){})});Hk({target:"Promise",proto:!0,real:!0,forced:Yk},{finally:function(a){var e=Gk(this,xb("Promise")),t=Eb(a);return this.then(t?function(i){return Ib(e,a()).then(function(){return i})}:a,t?function(i){return Ib(e,a()).then(function(){throw i})}:a)}});!zk&&Eb(Cn)&&(Al=xb("Promise").prototype.finally,Rl.finally!==Al&&Qk(Rl,"finally",Al,{unsafe:!0}));var Al});var kb=b((ED,Pb)=>{"use strict";Cf();Tb();wb();var Kk=Ai();Pb.exports=Kk("Promise","finally")});var Rb=b((wD,Ab)=>{"use strict";var Xk=kb();Ab.exports=Xk});var ya=b((PD,Lb)=>{"use strict";var Jk=Rb();Lb.exports=Jk});var Ob=b(()=>{"use strict";var rA=Ne(),aA=Iu().values;rA({target:"Object",stat:!0},{values:function(e){return aA(e)}})});var Fb=b((r0,_b)=>{"use strict";Ob();var sA=cr();_b.exports=sA.Object.values});var Ub=b((a0,Nb)=>{"use strict";var nA=Fb();Nb.exports=nA});var Ji=b((s0,qb)=>{"use strict";var oA=Ub();qb.exports=oA});var Zb=b(()=>{"use strict";var gA=Ne(),SA=dr(),vA=gr(),yA=na(),TA=oa();gA({target:"Array",proto:!0},{at:function(e){var t=SA(this),i=vA(t),r=yA(e),s=r>=0?r:i+r;return s<0||s>=i?void 0:t[s]}});TA("at")});var tg=b((lC,eg)=>{"use strict";Zb();var IA=Ai();eg.exports=IA("Array","at")});var rg=b((cC,ig)=>{"use strict";var xA=tg();ig.exports=xA});var zt=b((dC,ag)=>{"use strict";var EA=rg();ag.exports=EA});var Ql=b((FV,Pg)=>{"use strict";var DA=qi();Pg.exports=Array.isArray||function(e){return DA(e)==="Array"}});var Ag=b((NV,kg)=>{"use strict";var CA=TypeError,VA=9007199254740991;kg.exports=function(a){if(a>VA)throw CA("Maximum allowed index exceeded");return a}});var Mg=b((UV,Lg)=>{"use strict";var OA=Ql(),_A=gr(),FA=Ag(),NA=hr(),Rg=function(a,e,t,i,r,s,n,o){for(var u=r,l=0,c=n?NA(n,o):!1,p,d;l<i;)l in t&&(p=c?c(t[l],l,e):t[l],s>0&&OA(p)?(d=_A(p),u=Rg(a,e,p,d,u,s-1)-1):(FA(u+1),a[u]=p),u++),l++;return u};Lg.exports=Rg});var Cg=b((qV,Dg)=>{"use strict";var $g=Ql(),UA=Yu(),qA=At(),jA=Xe(),HA=jA("species"),Bg=Array;Dg.exports=function(a){var e;return $g(a)&&(e=a.constructor,UA(e)&&(e===Bg||$g(e.prototype))?e=void 0:qA(e)&&(e=e[HA],e===null&&(e=void 0))),e===void 0?Bg:e}});var Og=b((jV,Vg)=>{"use strict";var zA=Cg();Vg.exports=function(a,e){return new(zA(a))(e===0?0:e)}});var _g=b(()=>{"use strict";var WA=Ne(),GA=Mg(),QA=Kt(),YA=dr(),KA=gr(),XA=Og();WA({target:"Array",proto:!0},{flatMap:function(e){var t=YA(this),i=KA(t),r;return QA(e),r=XA(t,0),r.length=GA(r,t,t,i,0,1,e,arguments.length>1?arguments[1]:void 0),r}})});var Fg=b(()=>{"use strict";var JA=oa();JA("flatMap")});var Ug=b((QV,Ng)=>{"use strict";_g();Fg();var ZA=Ai();Ng.exports=ZA("Array","flatMap")});var jg=b((YV,qg)=>{"use strict";var eR=Ug();qg.exports=eR});var $a=b((KV,Hg)=>{"use strict";var tR=jg();Hg.exports=tR});var Ba=b((XV,zg)=>{"use strict";var iR=la(),rR=String;zg.exports=function(a){if(iR(a)==="Symbol")throw new TypeError("Cannot convert a Symbol value to a string");return rR(a)}});var Yl=b((JV,Wg)=>{"use strict";Wg.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 Yg=b((ZV,Qg)=>{"use strict";var aR=Ge(),sR=ki(),nR=Ba(),Xl=Yl(),Gg=aR("".replace),oR=RegExp("^["+Xl+"]+"),uR=RegExp("(^|[^"+Xl+"])["+Xl+"]+$"),Kl=function(a){return function(e){var t=nR(sR(e));return a&1&&(t=Gg(t,oR,"")),a&2&&(t=Gg(t,uR,"$1")),t}};Qg.exports={start:Kl(1),end:Kl(2),trim:Kl(3)}});var Zg=b((eO,Jg)=>{"use strict";var lR=Ru().PROPER,cR=Ke(),Kg=Yl(),Xg="\u200B\x85\u180E";Jg.exports=function(a){return cR(function(){return!!Kg[a]()||Xg[a]()!==Xg||lR&&Kg[a].name!==a})}});var Jl=b((tO,eS)=>{"use strict";var dR=Yg().start,pR=Zg();eS.exports=pR("trimStart")?function(){return dR(this)}:"".trimStart});var iS=b(()=>{"use strict";var hR=Ne(),tS=Jl();hR({target:"String",proto:!0,name:"trimStart",forced:"".trimLeft!==tS},{trimLeft:tS})});var aS=b(()=>{"use strict";iS();var fR=Ne(),rS=Jl();fR({target:"String",proto:!0,name:"trimStart",forced:"".trimStart!==rS},{trimStart:rS})});var nS=b((nO,sS)=>{"use strict";aS();var mR=Ai();sS.exports=mR("String","trimLeft")});var uS=b((oO,oS)=>{"use strict";var bR=nS();oS.exports=bR});var cS=b((uO,lS)=>{"use strict";var gR=uS();lS.exports=gR});var xS=b(()=>{"use strict"});var ES=b(()=>{"use strict"});var PS=b((_F,wS)=>{"use strict";var OR=At(),_R=qi(),FR=Xe(),NR=FR("match");wS.exports=function(a){var e;return OR(a)&&((e=a[NR])!==void 0?!!e:_R(a)==="RegExp")}});var AS=b((FF,kS)=>{"use strict";var UR=Xt();kS.exports=function(){var a=UR(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 MS=b((NF,LS)=>{"use strict";var qR=kt(),jR=jt(),HR=ea(),zR=AS(),RS=RegExp.prototype;LS.exports=function(a){var e=a.flags;return e===void 0&&!("flags"in RS)&&!jR(a,"flags")&&HR(RS,a)?qR(zR,a):e}});var BS=b((UF,$S)=>{"use strict";var rc=Ge(),WR=dr(),GR=Math.floor,tc=rc("".charAt),QR=rc("".replace),ic=rc("".slice),YR=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,KR=/\$([$&'`]|\d{1,2})/g;$S.exports=function(a,e,t,i,r,s){var n=t+a.length,o=i.length,u=KR;return r!==void 0&&(r=WR(r),u=YR),QR(s,u,function(l,c){var p;switch(tc(c,0)){case"$":return"$";case"&":return a;case"`":return ic(e,0,t);case"'":return ic(e,n);case"<":p=r[ic(c,1,-1)];break;default:var d=+c;if(d===0)return l;if(d>o){var h=GR(d/10);return h===0?l:h<=o?i[h-1]===void 0?tc(c,1):i[h-1]+tc(c,1):l}p=i[d-1]}return p===void 0?"":p})}});var VS=b(()=>{"use strict";var XR=Ne(),JR=kt(),sc=Ge(),DS=ki(),ZR=Be(),eL=lr(),tL=PS(),_r=Ba(),iL=ia(),rL=MS(),aL=BS(),sL=Xe(),nL=qt(),oL=sL("replace"),uL=TypeError,ac=sc("".indexOf),lL=sc("".replace),CS=sc("".slice),cL=Math.max;XR({target:"String",proto:!0},{replaceAll:function(e,t){var i=DS(this),r,s,n,o,u,l,c,p,d,h,f=0,g="";if(!eL(e)){if(r=tL(e),r&&(s=_r(DS(rL(e))),!~ac(s,"g")))throw new uL("`.replaceAll` does not allow non-global regexes");if(n=iL(e,oL),n)return JR(n,e,i,t);if(nL&&r)return lL(_r(i),e,t)}for(o=_r(i),u=_r(e),l=ZR(t),l||(t=_r(t)),c=u.length,p=cL(1,c),d=ac(o,u);d!==-1;)h=l?_r(t(u,d,o)):aL(u,o,d,[],void 0,t),g+=CS(o,f,d)+h,f=d+c,d=d+p>o.length?-1:ac(o,u,d+p);return f<o.length&&(g+=CS(o,f)),g}})});var _S=b((HF,OS)=>{"use strict";xS();ES();VS();var dL=Ai();OS.exports=dL("String","replaceAll")});var NS=b((zF,FS)=>{"use strict";var pL=_S();FS.exports=pL});var nc=b((WF,US)=>{"use strict";var hL=NS();US.exports=hL});var jS=b((GF,qS)=>{"use strict";var fL=na(),mL=Ba(),bL=ki(),gL=RangeError;qS.exports=function(e){var t=mL(bL(this)),i="",r=fL(e);if(r<0||r===1/0)throw new gL("Wrong number of repetitions");for(;r>0;(r>>>=1)&&(t+=t))r&1&&(i+=t);return i}});var QS=b((QF,GS)=>{"use strict";var WS=Ge(),SL=bu(),HS=Ba(),vL=jS(),yL=ki(),TL=WS(vL),IL=WS("".slice),xL=Math.ceil,zS=function(a){return function(e,t,i){var r=HS(yL(e)),s=SL(t),n=r.length,o=i===void 0?" ":HS(i),u,l;return s<=n||o===""?r:(u=s-n,l=TL(o,xL(u/o.length)),l.length>u&&(l=IL(l,0,u)),a?r+l:l+r)}};GS.exports={start:zS(!1),end:zS(!0)}});var KS=b((YF,YS)=>{"use strict";var EL=Hi();YS.exports=/Version\/10(?:\.\d+){1,2}(?: [\w./]+)?(?: Mobile\/\w+)? Safari\//.test(EL)});var XS=b(()=>{"use strict";var wL=Ne(),PL=QS().start,kL=KS();wL({target:"String",proto:!0,forced:kL},{padStart:function(e){return PL(this,e,arguments.length>1?arguments[1]:void 0)}})});var ZS=b((JF,JS)=>{"use strict";XS();var AL=Ai();JS.exports=AL("String","padStart")});var tv=b((ZF,ev)=>{"use strict";var RL=ZS();ev.exports=RL});var oc=b((eN,iv)=>{"use strict";var LL=tv();iv.exports=LL});var vM={};Iy(vM,{ChromecastState:()=>Yr,HttpConnectionType:()=>tn,Observable:()=>ai.Observable,PlaybackState:()=>ut,Player:()=>en,PredefinedQualityLimits:()=>Kr,SDK_VERSION:()=>SM,Subject:()=>ai.Subject,Subscription:()=>ai.Subscription,Surface:()=>rn,VERSION:()=>No,ValueSubject:()=>ai.ValueSubject,VideoFormat:()=>Yt,VideoQuality:()=>ai.VideoQuality,clientChecker:()=>Y,isMobile:()=>kr});module.exports=xy(vM);var No="2.0.131-dev.6210de2e.0";var ut=(r=>(r.STOPPED="stopped",r.READY="ready",r.PLAYING="playing",r.PAUSED="paused",r))(ut||{}),Yt=(x=>(x.MPEG="MPEG",x.DASH="DASH",x.DASH_SEP="DASH_SEP",x.DASH_SEP_VK="DASH_SEP",x.DASH_WEBM="DASH_WEBM",x.DASH_WEBM_AV1="DASH_WEBM_AV1",x.DASH_STREAMS="DASH_STREAMS",x.DASH_WEBM_VK="DASH_WEBM",x.DASH_ONDEMAND="DASH_ONDEMAND",x.DASH_ONDEMAND_VK="DASH_ONDEMAND",x.DASH_LIVE="DASH_LIVE",x.DASH_LIVE_CMAF="DASH_LIVE_CMAF",x.DASH_LIVE_WEBM="DASH_LIVE_WEBM",x.HLS="HLS",x.HLS_ONDEMAND="HLS_ONDEMAND",x.HLS_JS="HLS",x.HLS_LIVE="HLS_LIVE",x.HLS_LIVE_CMAF="HLS_LIVE_CMAF",x.WEB_RTC_LIVE="WEB_RTC_LIVE",x))(Yt||{});var Yr=(r=>(r.NOT_AVAILABLE="NOT_AVAILABLE",r.AVAILABLE="AVAILABLE",r.CONNECTING="CONNECTING",r.CONNECTED="CONNECTED",r))(Yr||{}),tn=(i=>(i.HTTP1="http1",i.HTTP2="http2",i.QUIC="quic",i))(tn||{});var rn=(n=>(n.NONE="none",n.INLINE="inline",n.FULLSCREEN="fullscreen",n.SECOND_SCREEN="second_screen",n.PIP="pip",n.INVISIBLE="invisible",n))(rn||{}),Kr=(i=>(i.TRAFFIC_SAVING="traffic_saving",i.HIGH_QUALITY="high_quality",i.UNKNOWN="unknown",i))(Kr||{});var gy=q(Rt(),1);var ie=require("@vkontakte/videoplayer-shared/es2024");var Vp=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 un=class{constructor(e){this.connection$=new ie.ValueSubject(void 0);this.castState$=new ie.ValueSubject("NOT_AVAILABLE");this.errorEvent$=new ie.Subject;this.realCastState$=new ie.ValueSubject("NOT_AVAILABLE");this.subscription=new ie.Subscription;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=(0,ie.isNonNullable)(window.chrome?.cast),r=!!window.__onGCastApiAvailable;i?this.initializeCastApi():(window.__onGCastApiAvailable=s=>{delete window.__onGCastApiAvailable,s&&!this.isDestroyed&&this.initializeCastApi()},r||Vp("https://www.gstatic.com/cv/js/sender/v1/cast_sender.js?loadCastFramework=1").catch(()=>this.errorEvent$.next({id:"ChromecastLoading",category:ie.ErrorCategory.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(){(0,ie.isNonNullable)(this.connection$.getValue())?this.disconnect():this.connect()}setVolume(e){let t=this.connection$.getValue();(0,ie.isNullable)(t)||(t.remotePlayer.volumeLevel=e,t.remotePlayerController.setVolumeLevel())}setMuted(e){let t=this.connection$.getValue();(0,ie.isNullable)(t)||e!==t.remotePlayer.isMuted&&t.remotePlayerController.muteOrUnmute()}destroy(){this.isDestroyed=!0,this.subscription.unsubscribe()}initListeners(){let e=new cast.framework.RemotePlayer,t=new cast.framework.RemotePlayerController(e),i=cast.framework.CastContext.getInstance();this.subscription.add((0,ie.fromEvent)(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(0,ie.assertNever)(r.sessionState)}})).add((0,ie.merge)((0,ie.fromEvent)(i,cast.framework.CastContextEventType.CAST_STATE_CHANGED).pipe((0,ie.tap)(r=>{this.log({message:`[cast.framework.RemotePlayerEventType.CAST_STATE_CHANGED]: ${JSON.stringify(r)}`})}),(0,ie.map)(r=>r.castState)),(0,ie.observableFrom)([i.getCastState()])).pipe((0,ie.filterChanged)(),(0,ie.map)(zI),(0,ie.tap)(r=>{this.log({message:`realCastState$: ${r}`})})).subscribe(this.realCastState$)).add(this.realCastState$.subscribe(r=>{let s=r==="CONNECTED",n=(0,ie.isNonNullable)(this.connection$.getValue());if(s&&!n){let o=i.getCurrentSession();(0,ie.assertNonNullable)(o);let u=o.getCastDevice(),l=o.getMediaSession()?.media?.contentId;((0,ie.isNullable)(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"?(0,ie.isNonNullable)(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:ie.ErrorCategory.EXTERNAL_API,message:"[initializeCastApi] failed",thrown:r})}}},zI=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(0,ie.assertNever)(a)}};var Fc=q(Rt(),1),ay=q(Wi(),1),sy=q(Hu(),1);var Db=q(ya(),1);var Ll=require("@vkontakte/videoplayer-shared/es2024");var De=(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:(0,Ll.assertNever)(t)}return a},Li=(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:(0,Ll.assertNever)(e)}};var C=(a,e,t=!1)=>{let i=a.getTransition();(t||!i||i.to===e)&&a.setState(e)};var Jt=require("@vkontakte/videoplayer-shared/es2024"),X=class{constructor(e){this.transitionStarted$=new Jt.Subject;this.transitionEnded$=new Jt.Subject;this.transitionUpdated$=new Jt.Subject;this.forceChanged$=new Jt.Subject;this.stateChangeStarted$=(0,Jt.merge)(this.transitionStarted$,this.transitionUpdated$);this.stateChangeEnded$=(0,Jt.merge)(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||(0,Jt.isNonNullable)(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}};var Mb=require("@vkontakte/videoplayer-shared/es2024"),$b=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(0,Mb.assertNever)(a)}};var j=require("@vkontakte/videoplayer-shared/es2024");var Zk=5,eA=5,tA=500,Bb=7e3,Ta=class{constructor(e){this.subscription=new j.Subscription;this.loadMediaTimeoutSubscription=new j.Subscription;this.videoState=new X("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:(0,j.assertNever)(e)}break}case"playing":{switch(e){case"playing":break;case"paused":this.videoState.startTransitionTo("playing"),this.params.connection.remotePlayerController.playOrPause();break;case"ready":this.videoState.startTransitionTo("playing"),this.params.connection.remotePlayerController.playOrPause();break;case"stopped":this.videoState.startTransitionTo("ready"),this.prepare();break;default:(0,j.assertNever)(e)}break}case"paused":{switch(e){case"playing":this.videoState.startTransitionTo("paused"),this.params.connection.remotePlayerController.playOrPause();break;case"paused":break;case"ready":this.videoState.startTransitionTo("paused"),this.videoState.setState("paused");break;case"stopped":this.videoState.startTransitionTo("ready"),this.prepare();break;default:(0,j.assertNever)(e)}break}default:(0,j.assertNever)(i)}}};this.params=e,this.log=this.params.dependencies.logger.createComponentLog("ChromecastProvider"),this.log({message:`constructor, format: ${e.format}`}),this.params.output.isLive$.next($b(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 j.Subscription;this.subscription.add(e),this.subscription.add((0,j.merge)(this.videoState.stateChangeStarted$.pipe((0,j.map)(r=>`stateChangeStarted$ ${JSON.stringify(r)}`)),this.videoState.stateChangeEnded$.pipe((0,j.map)(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 j.Subject;e.add(r.pipe((0,j.debounce)(tA)).subscribe(()=>{this.params.output.seekedEvent$.next()}));let s=NaN;e.add((0,j.fromEvent)(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)>Zk)&&r.next(o),s=o})),e.add((0,j.fromEvent)(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.DURATION_CHANGED).subscribe(n=>{this.logRemoteEvent(n),this.params.output.duration$.next(n.value)}))}t((0,j.fromEvent)(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.IS_MEDIA_LOADED_CHANGED),r=>{this.logRemoteEvent(r),r.value?this.handleRemoteReady():(this.handleRemoteStop(),e.unsubscribe())}),t((0,j.fromEvent)(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.IS_PAUSED_CHANGED),r=>{this.logRemoteEvent(r),r.value?this.handleRemotePause():this.handleRemotePlay()}),t((0,j.fromEvent)(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<eA&&this.params.output.endedEvent$.next(),this.handleRemoteStop(),C(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:(0,j.assertNever)(n)}}),t((0,j.fromEvent)(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.VOLUME_LEVEL_CHANGED),r=>{this.logRemoteEvent(r),this.handleRemoteVolumeChange({volume:r.value})}),t((0,j.fromEvent)(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.IS_MUTED_CHANGED),r=>{this.logRemoteEvent(r),this.handleRemoteVolumeChange({muted:r.value})});let i=(0,j.merge)(this.params.desiredState.playbackState.stateChangeStarted$,this.params.desiredState.seekState.stateChangeEnded$,this.videoState.stateChangeEnded$,(0,j.observableFrom)(["init"])).pipe((0,j.debounce)(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"),C(this.params.desiredState.playbackState,"paused")):(this.videoState.setState("playing"),C(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"),C(this.params.desiredState.playbackState,"paused"))}handleRemotePlay(){let e=this.videoState.getState();(this.videoState.getTransition()?.to==="playing"||e==="paused")&&(this.videoState.setState("playing"),C(this.params.desiredState.playbackState,"playing"))}handleRemoteReady(){this.videoState.getTransition()?.to==="ready"&&this.videoState.setState("ready"),this.params.desiredState.playbackState.getTransition()?.to==="ready"&&C(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];(0,j.assertNonNullable)(l);let c=(0,j.getHighestQuality)(Object.keys(l));(0,j.assertNonNullable)(c);let p=l[c];(0,j.assertNonNullable)(p),i=p,r="video/mp4",s=chrome.cast.media.StreamType.BUFFERED;break}case"HLS":case"HLS_ONDEMAND":{let l=t[e];(0,j.assertNonNullable)(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];(0,j.assertNonNullable)(l),i=l.url,r="application/dash+xml",s=chrome.cast.media.StreamType.BUFFERED;break}case"DASH_LIVE_CMAF":{let l=t[e];(0,j.assertNonNullable)(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];(0,j.assertNonNullable)(l),i=De(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:j.ErrorCategory.VIDEO_PIPELINE,message:l,thrown:c}),c}case"DASH":case"DASH_LIVE_WEBM":throw new Error(`${e} is no longer supported`);default:return(0,j.assertNever)(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(0,j.isNonNullable)(o)&&(n.metadata.title=o),(0,j.isNonNullable)(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((0,j.timeout)(Bb).subscribe(()=>s(`timeout(${Bb})`)))});(0,Db.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:j.ErrorCategory.VIDEO_PIPELINE,message:s,thrown:r})}),()=>{this.loadMediaTimeoutSubscription.unsubscribe()})}logRemoteEvent(e){this.log({message:`[remoteEvent] ${JSON.stringify(e)}`})}};var Wl=q(Rt(),1);var Dl=require("@vkontakte/videoplayer-shared/es2024");var Cb=require("@vkontakte/videoplayer-shared/es2024"),Vb=a=>{try{a.pause(),a.playbackRate=0,(0,Cb.clearVideoElement)(a),a.remove()}catch(e){console.error(e)}};var Vn=require("@vkontakte/videoplayer-shared/es2024"),Ml=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)}},$l=window.WeakMap?new WeakMap:new Ml,Bl=window.WeakMap?new WeakMap:new Map,iA=(a,e=20)=>{let t=0;return(0,Vn.fromEvent)(a,"ratechange").subscribe(i=>{t++,t>=e&&(a.currentTime=a.currentTime,t=0)})},Je=(a,{audioVideoSyncRate:e,disableYandexPiP:t})=>{let i=a.querySelector("video"),r=!!i;i?(0,Dl.clearVideoElement)(i):(i=document.createElement("video"),a.appendChild(i)),$l.set(i,r);let s=new Vn.Subscription;return s.add(iA(i,e)),Bl.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},Ze=a=>{Bl.get(a)?.unsubscribe(),Bl.delete(a);let t=$l.get(a);$l.delete(a),t?(0,Dl.clearVideoElement)(a):Vb(a)};var Cl=q(Ji(),1),H=require("@vkontakte/videoplayer-shared/es2024");var Mi=require("@vkontakte/videoplayer-shared/es2024"),On=(a,e,t,{equal:i=(n,o)=>n===o,changed$:r,onError:s}={})=>{let n=a.getState(),o=e(),u=(0,Mi.isNullable)(r),l=new Mi.Subscription;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},Dt=(a,e,t)=>On(e,()=>a.loop,i=>{(0,Mi.isNonNullable)(i)&&(a.loop=i)},{onError:t}),et=(a,e,t,i)=>On(e,()=>({muted:a.muted,volume:a.volume}),r=>{(0,Mi.isNonNullable)(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}),ht=(a,e,t,i)=>On(e,()=>a.playbackRate,r=>{(0,Mi.isNonNullable)(r)&&(a.playbackRate=r)},{changed$:t,onError:i}),$i=On;var uA=a=>["__",a.language,a.label].join("|"),lA=(a,e)=>{if(a.id===e)return!0;let[t,i,r]=e.split("|");return a.language===i&&a.label===r},Vl=class a{constructor(e){this.available$=new H.Subject;this.current$=new H.ValueSubject(void 0);this.error$=new H.Subject;this.subscription=new H.Subscription;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:H.ErrorCategory.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($i(t.internalTextTracks,()=>(0,Cl.default)(this.internalTracks),s=>{(0,H.isNonNullable)(s)&&this.setInternal(s)},{equal:(s,n)=>(0,H.isNonNullable)(s)&&(0,H.isNonNullable)(n)&&s.length===n.length&&s.every(({id:o},u)=>o===n[u].id),changed$:this.available$.pipe((0,H.map)(s=>s.filter(({type:n})=>n==="internal"))),onError:r})),this.subscription.add($i(t.externalTextTracks,()=>(0,Cl.default)(this.externalTracks),s=>{(0,H.isNonNullable)(s)&&this.setExternal(s)},{equal:(s,n)=>(0,H.isNonNullable)(s)&&(0,H.isNonNullable)(n)&&s.length===n.length&&s.every(({id:o},u)=>o===n[u].id),changed$:this.available$.pipe((0,H.map)(s=>s.filter(({type:n})=>n==="external"))),onError:r})),this.subscription.add($i(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($i(t.textTrackCuesSettings,()=>({}),()=>{if(this.video)for(let s of this.htmlTextTracksAsArray())this.applyCueSettings(s.cues),this.applyCueSettings(s.activeCues)}))}subscribe(){(0,H.assertNonNullable)(this.video);let{textTracks:e}=this.video;this.subscription.add((0,H.fromEvent)(e,"addtrack").subscribe(()=>{let i=this.current$.getValue();i&&this.select(i)})),this.subscription.add((0,H.merge)((0,H.fromEvent)(e,"addtrack"),(0,H.fromEvent)(e,"removetrack"),(0,H.observableFrom)(["init"])).pipe((0,H.map)(()=>this.htmlTextTracksAsArray().map(i=>this.htmlTextTrackToITextTrack(i))),(0,H.filterChanged)((i,r)=>i.length===r.length&&i.every(({id:s},n)=>s===r[n].id))).subscribe(this.available$)),this.subscription.add((0,H.merge)((0,H.fromEvent)(e,"change"),(0,H.observableFrom)(["init"])).pipe((0,H.map)(()=>this.htmlTextTracksAsArray().find(({mode:i})=>i==="showing")),(0,H.map)(i=>i&&this.htmlTextTrackToITextTrack(i).id),(0,H.filterChanged)()).subscribe(this.current$));let t=i=>this.applyCueSettings(i.target?.activeCues??null);this.subscription.add((0,H.fromEvent)(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((0,H.fromEvent)(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;(0,H.isNonNullable)(t.align)&&(r.align=t.align),(0,H.isNonNullable)(t.position)&&(r.position=t.position),(0,H.isNonNullable)(t.size)&&(r.size=t.size),(0,H.isNonNullable)(t.line)&&(r.line=t.line)}}htmlTextTracksAsArray(e=!1){(0,H.assertNonNullable)(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:uA(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){(0,H.assertNonNullable)(this.video);for(let t of this.htmlTextTracksAsArray(!0))t.mode="showing";for(let t of this.htmlTextTracksAsArray(!0))((0,H.isNullable)(e)||!lA(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){(0,H.assertNonNullable)(this.video);let t=document.createElement("track");this.baseURL?t.setAttribute("src",new URL(e.url,this.baseURL).toString()):t.setAttribute("src",e.url),t.setAttribute("id",e.id),e.label&&t.setAttribute("label",e.label),e.language&&t.setAttribute("srclang",e.language),e.type==="external"?this.externalTracks.set(e.id,e):e.type==="internal"&&this.internalTracks.set(e.id,e),this.video.appendChild(t)}detach(e){(0,H.assertNonNullable)(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)}},ft=Vl;var Zi=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 jb=a=>{let e=a;for(;!(e instanceof Document)&&!(e instanceof ShadowRoot)&&e!==null;)e=e?.parentNode;return e??void 0},Ol=a=>{let e=jb(a);return!!(e&&e.fullscreenElement&&e.fullscreenElement===a)},Hb=a=>{let e=jb(a);return!!(e&&e.pictureInPictureElement&&e.pictureInPictureElement===a)};var _=require("@vkontakte/videoplayer-shared/es2024");var cA=3,zb=(a,e,t=cA)=>{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 _n=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 Wb=q(Rt(),1);var kr=()=>/Mobile|mini|Fennec|Android|iP(ad|od|hone)/.test(navigator.appVersion??navigator.userAgent)||navigator?.userAgentData?.mobile;var Fn=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,Wb.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=kr()}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 Nn=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 Mt=()=>window.ManagedMediaSource||window.MediaSource,Ar=()=>!!(window.ManagedMediaSource&&window.ManagedSourceBuffer?.prototype?.appendBuffer),Gb=()=>!!(window.MediaSource&&window.SourceBuffer?.prototype?.appendBuffer),Un=()=>window.ManagedMediaSource?new ManagedMediaSource:new MediaSource;var dA=document.createElement("video"),pA='video/mp4; codecs="avc1.42000a,mp4a.40.2"',hA='video/mp4; codecs="hev1.1.6.L93.B0"',Qb='video/webm; codecs="vp09.00.10.08"',Yb='video/webm; codecs="av01.0.00M.08"',fA='audio/mp4; codecs="mp4a.40.2"',mA='audio/webm; codecs="opus"',Kb,bA=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:Yb}}),window.navigator.mediaCapabilities.decodingInfo({...a,video:{...a.video,contentType:Qb}})]);Kb={DASH_WEBM_AV1:e,DASH_WEBM:t}};bA().catch(a=>{console.log(dA),console.error(a)});var qn=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:Ar(),mse:Gb(),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=!!Mt()?.isTypeSupported?.(pA),t=!!Mt()?.isTypeSupported?.(hA),i=!!Mt()?.isTypeSupported?.(fA);this._codecs={h264:e,h265:t,vp9:!!Mt()?.isTypeSupported?.(Qb),av1:!!Mt()?.isTypeSupported?.(Yb),aac:i,opus:!!Mt()?.isTypeSupported?.(mA),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 Xb="audio/mpeg",jn=class{supportMp3(){return this._codecs.mp3&&this._containers.mpeg}detect(){this._audio=document.createElement("audio");try{this._containers={mpeg:!!this._audio.canPlayType?.(Xb)},this._codecs={mp3:!!Mt()?.isTypeSupported?.(Xb)}}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}};var Jb=require("@vkontakte/videoplayer-shared/es2024"),_l=class{constructor(){this.isInited$=new Jb.ValueSubject(!1);this._displayChecker=new Nn,this._deviceChecker=new Fn(this._displayChecker),this._browserChecker=new _n,this._videoChecker=new qn(this._deviceChecker,this._browserChecker),this._audioChecker=new jn,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)}},Y=new _l;var tt=a=>{let e=I=>(0,_.fromEvent)(a,I).pipe((0,_.mapTo)(void 0)),t=new _.Subscription,i=()=>t.unsubscribe(),s=(0,_.merge)(...["waiting","pause","canplay","play","canplaythrough","playing","seeking","seeked","ended"].map(I=>(0,_.fromEvent)(a,I))).pipe((0,_.map)(I=>I.type==="ended"?a.readyState<2:a.readyState<3),(0,_.filterChanged)()),n=(0,_.merge)((0,_.fromEvent)(a,"progress"),(0,_.fromEvent)(a,"timeupdate")).pipe((0,_.map)(()=>zb(a.buffered,a.currentTime))),o=Y.browser.isSafari?(0,_.combine)({play:e("play").pipe((0,_.once)()),playing:e("playing")}).pipe((0,_.mapTo)(void 0)):e("playing"),u=(0,_.fromEvent)(a,"volumechange").pipe((0,_.map)(()=>({muted:a.muted,volume:a.volume}))),l=(0,_.fromEvent)(a,"ratechange").pipe((0,_.map)(()=>a.playbackRate)),c=(0,_.fromEvent)(a,"error").pipe((0,_.filter)(()=>!!(a.error||a.played.length)),(0,_.map)(()=>{let I=a.error;return{id:I?`MediaError#${I.code}`:"HtmlVideoError",category:_.ErrorCategory.VIDEO_PIPELINE,message:I?I.message:"Error event from HTML video element",thrown:a.error??void 0}})),p=(0,_.fromEvent)(a,"timeupdate").pipe((0,_.map)(()=>a.currentTime)),d=new _.Subject,h=.3,f;t.add(p.subscribe(I=>{a.loop&&(0,_.isNonNullable)(f)&&(0,_.isNonNullable)(I)&&f>=a.duration-h&&I<=h&&d.next(f),f=I}));let g=e("pause").pipe((0,_.filter)(()=>!a.error&&f!==a.duration)),y=(0,_.fromEvent)(a,"enterpictureinpicture"),T=(0,_.fromEvent)(a,"leavepictureinpicture"),k=new _.ValueSubject(Hb(a));t.add(y.subscribe(()=>k.next(!0))),t.add(T.subscribe(()=>k.next(!1)));let x=new _.ValueSubject(Ol(a)),M=(0,_.fromEvent)(a,"fullscreenchange");t.add(M.pipe((0,_.map)(()=>Ol(a))).subscribe(x));let $=.1,F=1e3,G=(0,_.fromEvent)(a,"timeupdate").pipe((0,_.filter)(I=>a.duration-a.currentTime<$)),B=(0,_.merge)(G.pipe((0,_.filter)(I=>!a.loop)),(0,_.fromEvent)(a,"ended")).pipe((0,_.throttle)(F),(0,_.mapTo)(void 0)),D=G.pipe((0,_.filter)(I=>a.loop));return{playing$:o,pause$:g,canplay$:e("canplay"),ended$:B,looped$:d,loopExpected$:D,error$:c,seeked$:e("seeked"),seeking$:e("seeking"),progress$:e("progress"),loadStart$:e("loadstart"),loadedMetadata$:e("loadedmetadata"),loadedData$:e("loadeddata"),timeUpdate$:p,durationChange$:(0,_.fromEvent)(a,"durationchange").pipe((0,_.map)(()=>a.duration)),isBuffering$:s,currentBuffer$:n,volumeState$:u,playbackRateState$:l,inPiP$:k,inFullscreen$:x,enterPip$:y,leavePip$:T,destroy:i}};var mi=require("@vkontakte/videoplayer-shared/es2024"),ei=a=>{switch(a){case"mobile":return mi.VideoQuality.Q_144P;case"lowest":return mi.VideoQuality.Q_240P;case"low":return mi.VideoQuality.Q_360P;case"sd":case"medium":return mi.VideoQuality.Q_480P;case"hd":case"high":return mi.VideoQuality.Q_720P;case"fullhd":case"full":return mi.VideoQuality.Q_1080P;case"quadhd":case"quad":return mi.VideoQuality.Q_1440P;case"ultrahd":case"ultra":return mi.VideoQuality.Q_2160P}};var ct=q(zt(),1),Ul=q(Rt(),1),er=q(Wi(),1),L=require("@vkontakte/videoplayer-shared/es2024");var Fl=!1,bi={},sg=a=>{Fl=a},ng=()=>{bi={}},og=a=>{a(bi)},Ia=(a,e)=>{Fl&&(bi.meta=bi.meta??{},bi.meta[a]=e)},lt=class{constructor(e){this.name=e}next(e){if(!Fl)return;bi.series=bi.series??{};let t=bi.series[this.name]??[];t.push([Date.now(),e]),bi.series[this.name]=t}};var Ue=require("@vkontakte/videoplayer-shared/es2024");function Nl(a,e,t){return!a.max&&a.min===e?"high_quality":!a.min&&a.max===t?"traffic_saving":"unknown"}function Hn(a,e,t){return!!a&&Nl(a,e,t)==="high_quality"}function Rr(a,e,t){return(0,Ue.isNullable)(a)||(0,Ue.isNonNullable)(a.min)&&(0,Ue.isNonNullable)(a.max)&&(0,Ue.isLower)(a.max,a.min)||(0,Ue.isNonNullable)(a.min)&&e&&(0,Ue.isHigher)(a.min,e)||(0,Ue.isNonNullable)(a.max)&&t&&(0,Ue.isLower)(a.max,t)}function ug({limits:a,highestAvailableHeight:e,lowestAvailableHeight:t}){return Rr({max:a?.max?(0,Ue.videoHeightToQuality)(a.max):void 0,min:a?.min?(0,Ue.videoHeightToQuality)(a.min):void 0},e?(0,Ue.videoHeightToQuality)(e):void 0,t?(0,Ue.videoHeightToQuality)(t):void 0)}var hg=new lt("best_bitrate"),Wn=(a,e,t)=>(e-t)*Math.pow(2,-10*a)+t;var Lr=a=>(e,t)=>a*(Number(e.bitrate)-Number(t.bitrate)),Bi=class{constructor(){this.history={}}recordSelection(e){this.history[e.id]=(0,L.now)()}recordSwitch(e){this.last=e}clear(){this.last=void 0,this.history={}}},Gn='Assertion "ABR Tracks is empty array" failed',zn=new WeakMap,lg=new WeakMap,cg=new WeakMap,xa=(a,e,t,i)=>{let r=[...e].sort(Lr(1)),s=[...t].sort(Lr(1)),n=s.filter(u=>(0,L.isNonNullable)(u.bitrate)&&(0,L.isNonNullable)(a.bitrate)?a.bitrate/u.bitrate>i:!0),o=(0,ct.default)(s,Math.round(s.length*r.indexOf(a)/(r.length+1)))??(0,ct.default)(s,-1);return o&&(0,Ul.default)(n,o)?o:n.length?(0,ct.default)(n,-1):(0,ct.default)(s,0)},Ea=(a,e,t,i)=>{let r=zn.get(e);r||(r=[...e].sort(Lr(1)),zn.set(e,r));let s=zn.get(t);s||(s=[...t].sort(Lr(1)),zn.set(t,s));let n=cg.get(a);n||(n=s.filter(u=>(0,L.isNonNullable)(u.bitrate)&&(0,L.isNonNullable)(a.bitrate)?a.bitrate/u.bitrate>i:!0),cg.set(a,n));let o=(0,ct.default)(s,Math.round(s.length*r.indexOf(a)/(r.length+1)))??(0,ct.default)(s,-1);return o&&(0,Ul.default)(n,o)?o:n.length?(0,ct.default)(n,-1):(0,ct.default)(s,0)},dg=a=>"quality"in a,Qn=(a,e,t,i)=>{let r=(0,L.isNonNullable)(i?.last?.bitrate)&&(0,L.isNonNullable)(t?.bitrate)&&i.last.bitrate<t.bitrate?a.trackCooldownIncreaseQuality:a.trackCooldownDecreaseQuality,s=t&&i&&i.history[t.id]&&(0,L.now)()-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=dg(n)?"video":"audio",u=dg(n)?n.quality:n.bitrate;return e({message:`
6
+ "use strict";var gv=Object.create;var Ba=Object.defineProperty;var vv=Object.getOwnPropertyDescriptor;var Sv=Object.getOwnPropertyNames;var yv=Object.getPrototypeOf,Tv=Object.prototype.hasOwnProperty;var f=(r,e)=>()=>(e||r((e={exports:{}}).exports,e),e.exports),Iv=(r,e)=>{for(var t in e)Ba(r,t,{get:e[t],enumerable:!0})},Zu=(r,e,t,i)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of Sv(e))!Tv.call(r,a)&&a!==t&&Ba(r,a,{get:()=>e[a],enumerable:!(i=vv(e,a))||i.enumerable});return r};var U=(r,e,t)=>(t=r!=null?gv(yv(r)):{},Zu(e||!r||!r.__esModule?Ba(t,"default",{value:r,enumerable:!0}):t,r)),Ev=r=>Zu(Ba({},"__esModule",{value:!0}),r);var de=f((an,el)=>{"use strict";var ir=function(r){return r&&r.Math===Math&&r};el.exports=ir(typeof globalThis=="object"&&globalThis)||ir(typeof window=="object"&&window)||ir(typeof self=="object"&&self)||ir(typeof global=="object"&&global)||ir(typeof an=="object"&&an)||function(){return this}()||Function("return this")()});var Ie=f((iL,tl)=>{"use strict";tl.exports=function(r){try{return!!r()}catch{return!0}}});var rr=f((rL,il)=>{"use strict";var xv=Ie();il.exports=!xv(function(){var r=function(){}.bind();return typeof r!="function"||r.hasOwnProperty("prototype")})});var sn=f((aL,nl)=>{"use strict";var Pv=rr(),sl=Function.prototype,rl=sl.apply,al=sl.call;nl.exports=typeof Reflect=="object"&&Reflect.apply||(Pv?al.bind(rl):function(){return al.apply(rl,arguments)})});var Se=f((sL,ll)=>{"use strict";var ol=rr(),ul=Function.prototype,nn=ul.call,kv=ol&&ul.bind.bind(nn,nn);ll.exports=ol?kv:function(r){return function(){return nn.apply(r,arguments)}}});var Jt=f((nL,dl)=>{"use strict";var cl=Se(),wv=cl({}.toString),Av=cl("".slice);dl.exports=function(r){return Av(wv(r),8,-1)}});var on=f((oL,pl)=>{"use strict";var Lv=Jt(),Rv=Se();pl.exports=function(r){if(Lv(r)==="Function")return Rv(r)}});var le=f((uL,hl)=>{"use strict";var un=typeof document=="object"&&document.all;hl.exports=typeof un>"u"&&un!==void 0?function(r){return typeof r=="function"||r===un}:function(r){return typeof r=="function"}});var qe=f((lL,ml)=>{"use strict";var $v=Ie();ml.exports=!$v(function(){return Object.defineProperty({},1,{get:function(){return 7}})[1]!==7})});var Ue=f((cL,fl)=>{"use strict";var Mv=rr(),Na=Function.prototype.call;fl.exports=Mv?Na.bind(Na):function(){return Na.apply(Na,arguments)}});var ln=f(vl=>{"use strict";var bl={}.propertyIsEnumerable,gl=Object.getOwnPropertyDescriptor,Cv=gl&&!bl.call({1:2},1);vl.f=Cv?function(e){var t=gl(this,e);return!!t&&t.enumerable}:bl});var ar=f((pL,Sl)=>{"use strict";Sl.exports=function(r,e){return{enumerable:!(r&1),configurable:!(r&2),writable:!(r&4),value:e}}});var Tl=f((hL,yl)=>{"use strict";var Dv=Se(),Vv=Ie(),Bv=Jt(),cn=Object,Ov=Dv("".split);yl.exports=Vv(function(){return!cn("z").propertyIsEnumerable(0)})?function(r){return Bv(r)==="String"?Ov(r,""):cn(r)}:cn});var yi=f((mL,Il)=>{"use strict";Il.exports=function(r){return r==null}});var Bt=f((fL,El)=>{"use strict";var _v=yi(),Nv=TypeError;El.exports=function(r){if(_v(r))throw new Nv("Can't call method on "+r);return r}});var Zt=f((bL,xl)=>{"use strict";var Fv=Tl(),qv=Bt();xl.exports=function(r){return Fv(qv(r))}});var He=f((gL,Pl)=>{"use strict";var Uv=le();Pl.exports=function(r){return typeof r=="object"?r!==null:Uv(r)}});var Ti=f((vL,kl)=>{"use strict";kl.exports={}});var It=f((SL,Al)=>{"use strict";var dn=Ti(),pn=de(),Hv=le(),wl=function(r){return Hv(r)?r:void 0};Al.exports=function(r,e){return arguments.length<2?wl(dn[r])||wl(pn[r]):dn[r]&&dn[r][e]||pn[r]&&pn[r][e]}});var sr=f((yL,Ll)=>{"use strict";var jv=Se();Ll.exports=jv({}.isPrototypeOf)});var ei=f((TL,Ml)=>{"use strict";var Qv=de(),Rl=Qv.navigator,$l=Rl&&Rl.userAgent;Ml.exports=$l?String($l):""});var mn=f((IL,_l)=>{"use strict";var Ol=de(),hn=ei(),Cl=Ol.process,Dl=Ol.Deno,Vl=Cl&&Cl.versions||Dl&&Dl.version,Bl=Vl&&Vl.v8,it,Fa;Bl&&(it=Bl.split("."),Fa=it[0]>0&&it[0]<4?1:+(it[0]+it[1]));!Fa&&hn&&(it=hn.match(/Edge\/(\d+)/),(!it||it[1]>=74)&&(it=hn.match(/Chrome\/(\d+)/),it&&(Fa=+it[1])));_l.exports=Fa});var fn=f((EL,Fl)=>{"use strict";var Nl=mn(),Gv=Ie(),Wv=de(),Yv=Wv.String;Fl.exports=!!Object.getOwnPropertySymbols&&!Gv(function(){var r=Symbol("symbol detection");return!Yv(r)||!(Object(r)instanceof Symbol)||!Symbol.sham&&Nl&&Nl<41})});var bn=f((xL,ql)=>{"use strict";var zv=fn();ql.exports=zv&&!Symbol.sham&&typeof Symbol.iterator=="symbol"});var gn=f((PL,Ul)=>{"use strict";var Kv=It(),Xv=le(),Jv=sr(),Zv=bn(),eS=Object;Ul.exports=Zv?function(r){return typeof r=="symbol"}:function(r){var e=Kv("Symbol");return Xv(e)&&Jv(e.prototype,eS(r))}});var nr=f((kL,Hl)=>{"use strict";var tS=String;Hl.exports=function(r){try{return tS(r)}catch{return"Object"}}});var mt=f((wL,jl)=>{"use strict";var iS=le(),rS=nr(),aS=TypeError;jl.exports=function(r){if(iS(r))return r;throw new aS(rS(r)+" is not a function")}});var or=f((AL,Ql)=>{"use strict";var sS=mt(),nS=yi();Ql.exports=function(r,e){var t=r[e];return nS(t)?void 0:sS(t)}});var Wl=f((LL,Gl)=>{"use strict";var vn=Ue(),Sn=le(),yn=He(),oS=TypeError;Gl.exports=function(r,e){var t,i;if(e==="string"&&Sn(t=r.toString)&&!yn(i=vn(t,r))||Sn(t=r.valueOf)&&!yn(i=vn(t,r))||e!=="string"&&Sn(t=r.toString)&&!yn(i=vn(t,r)))return i;throw new oS("Can't convert object to primitive value")}});var rt=f((RL,Yl)=>{"use strict";Yl.exports=!0});var Xl=f(($L,Kl)=>{"use strict";var zl=de(),uS=Object.defineProperty;Kl.exports=function(r,e){try{uS(zl,r,{value:e,configurable:!0,writable:!0})}catch{zl[r]=e}return e}});var ur=f((ML,ec)=>{"use strict";var lS=rt(),cS=de(),dS=Xl(),Jl="__core-js_shared__",Zl=ec.exports=cS[Jl]||dS(Jl,{});(Zl.versions||(Zl.versions=[])).push({version:"3.38.0",mode:lS?"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 Tn=f((CL,ic)=>{"use strict";var tc=ur();ic.exports=function(r,e){return tc[r]||(tc[r]=e||{})}});var Ii=f((DL,rc)=>{"use strict";var pS=Bt(),hS=Object;rc.exports=function(r){return hS(pS(r))}});var at=f((VL,ac)=>{"use strict";var mS=Se(),fS=Ii(),bS=mS({}.hasOwnProperty);ac.exports=Object.hasOwn||function(e,t){return bS(fS(e),t)}});var In=f((BL,sc)=>{"use strict";var gS=Se(),vS=0,SS=Math.random(),yS=gS(1 .toString);sc.exports=function(r){return"Symbol("+(r===void 0?"":r)+")_"+yS(++vS+SS,36)}});var Ee=f((OL,oc)=>{"use strict";var TS=de(),IS=Tn(),nc=at(),ES=In(),xS=fn(),PS=bn(),Ei=TS.Symbol,En=IS("wks"),kS=PS?Ei.for||Ei:Ei&&Ei.withoutSetter||ES;oc.exports=function(r){return nc(En,r)||(En[r]=xS&&nc(Ei,r)?Ei[r]:kS("Symbol."+r)),En[r]}});var dc=f((_L,cc)=>{"use strict";var wS=Ue(),uc=He(),lc=gn(),AS=or(),LS=Wl(),RS=Ee(),$S=TypeError,MS=RS("toPrimitive");cc.exports=function(r,e){if(!uc(r)||lc(r))return r;var t=AS(r,MS),i;if(t){if(e===void 0&&(e="default"),i=wS(t,r,e),!uc(i)||lc(i))return i;throw new $S("Can't convert object to primitive value")}return e===void 0&&(e="number"),LS(r,e)}});var xn=f((NL,pc)=>{"use strict";var CS=dc(),DS=gn();pc.exports=function(r){var e=CS(r,"string");return DS(e)?e:e+""}});var qa=f((FL,mc)=>{"use strict";var VS=de(),hc=He(),Pn=VS.document,BS=hc(Pn)&&hc(Pn.createElement);mc.exports=function(r){return BS?Pn.createElement(r):{}}});var kn=f((qL,fc)=>{"use strict";var OS=qe(),_S=Ie(),NS=qa();fc.exports=!OS&&!_S(function(){return Object.defineProperty(NS("div"),"a",{get:function(){return 7}}).a!==7})});var vc=f(gc=>{"use strict";var FS=qe(),qS=Ue(),US=ln(),HS=ar(),jS=Zt(),QS=xn(),GS=at(),WS=kn(),bc=Object.getOwnPropertyDescriptor;gc.f=FS?bc:function(e,t){if(e=jS(e),t=QS(t),WS)try{return bc(e,t)}catch{}if(GS(e,t))return HS(!qS(US.f,e,t),e[t])}});var wn=f((HL,Sc)=>{"use strict";var YS=Ie(),zS=le(),KS=/#|\.prototype\./,lr=function(r,e){var t=JS[XS(r)];return t===ey?!0:t===ZS?!1:zS(e)?YS(e):!!e},XS=lr.normalize=function(r){return String(r).replace(KS,".").toLowerCase()},JS=lr.data={},ZS=lr.NATIVE="N",ey=lr.POLYFILL="P";Sc.exports=lr});var xi=f((jL,Tc)=>{"use strict";var yc=on(),ty=mt(),iy=rr(),ry=yc(yc.bind);Tc.exports=function(r,e){return ty(r),e===void 0?r:iy?ry(r,e):function(){return r.apply(e,arguments)}}});var An=f((QL,Ic)=>{"use strict";var ay=qe(),sy=Ie();Ic.exports=ay&&sy(function(){return Object.defineProperty(function(){},"prototype",{value:42,writable:!1}).prototype!==42})});var ft=f((GL,Ec)=>{"use strict";var ny=He(),oy=String,uy=TypeError;Ec.exports=function(r){if(ny(r))return r;throw new uy(oy(r)+" is not an object")}});var ti=f(Pc=>{"use strict";var ly=qe(),cy=kn(),dy=An(),Ua=ft(),xc=xn(),py=TypeError,Ln=Object.defineProperty,hy=Object.getOwnPropertyDescriptor,Rn="enumerable",$n="configurable",Mn="writable";Pc.f=ly?dy?function(e,t,i){if(Ua(e),t=xc(t),Ua(i),typeof e=="function"&&t==="prototype"&&"value"in i&&Mn in i&&!i[Mn]){var a=hy(e,t);a&&a[Mn]&&(e[t]=i.value,i={configurable:$n in i?i[$n]:a[$n],enumerable:Rn in i?i[Rn]:a[Rn],writable:!1})}return Ln(e,t,i)}:Ln:function(e,t,i){if(Ua(e),t=xc(t),Ua(i),cy)try{return Ln(e,t,i)}catch{}if("get"in i||"set"in i)throw new py("Accessors not supported");return"value"in i&&(e[t]=i.value),e}});var Pi=f((YL,kc)=>{"use strict";var my=qe(),fy=ti(),by=ar();kc.exports=my?function(r,e,t){return fy.f(r,e,by(1,t))}:function(r,e,t){return r[e]=t,r}});var me=f((zL,Ac)=>{"use strict";var cr=de(),gy=sn(),vy=on(),Sy=le(),yy=vc().f,Ty=wn(),ki=Ti(),Iy=xi(),wi=Pi(),wc=at();ur();var Ey=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 gy(r,this,arguments)};return e.prototype=r.prototype,e};Ac.exports=function(r,e){var t=r.target,i=r.global,a=r.stat,s=r.proto,n=i?cr:a?cr[t]:cr[t]&&cr[t].prototype,o=i?ki:ki[t]||wi(ki,t,{})[t],u=o.prototype,l,d,p,h,m,b,v,T,I;for(h in e)l=Ty(i?h:t+(a?".":"#")+h,r.forced),d=!l&&n&&wc(n,h),b=o[h],d&&(r.dontCallGetSet?(I=yy(n,h),v=I&&I.value):v=n[h]),m=d&&v?v:e[h],!(!l&&!s&&typeof b==typeof m)&&(r.bind&&d?T=Iy(m,cr):r.wrap&&d?T=Ey(m):s&&Sy(m)?T=vy(m):T=m,(r.sham||m&&m.sham||b&&b.sham)&&wi(T,"sham",!0),wi(o,h,T),s&&(p=t+"Prototype",wc(ki,p)||wi(ki,p,{}),wi(ki[p],h,m),r.real&&u&&(l||!u[h])&&wi(u,h,m)))}});var Rc=f((KL,Lc)=>{"use strict";var xy=Math.ceil,Py=Math.floor;Lc.exports=Math.trunc||function(e){var t=+e;return(t>0?Py:xy)(t)}});var dr=f((XL,$c)=>{"use strict";var ky=Rc();$c.exports=function(r){var e=+r;return e!==e||e===0?0:ky(e)}});var Cc=f((JL,Mc)=>{"use strict";var wy=dr(),Ay=Math.max,Ly=Math.min;Mc.exports=function(r,e){var t=wy(r);return t<0?Ay(t+e,0):Ly(t,e)}});var Cn=f((ZL,Dc)=>{"use strict";var Ry=dr(),$y=Math.min;Dc.exports=function(r){var e=Ry(r);return e>0?$y(e,9007199254740991):0}});var Ai=f((eR,Vc)=>{"use strict";var My=Cn();Vc.exports=function(r){return My(r.length)}});var Dn=f((tR,Oc)=>{"use strict";var Cy=Zt(),Dy=Cc(),Vy=Ai(),Bc=function(r){return function(e,t,i){var a=Cy(e),s=Vy(a);if(s===0)return!r&&-1;var n=Dy(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}};Oc.exports={includes:Bc(!0),indexOf:Bc(!1)}});var pr=f((iR,_c)=>{"use strict";_c.exports=function(){}});var Nc=f(()=>{"use strict";var By=me(),Oy=Dn().includes,_y=Ie(),Ny=pr(),Fy=_y(function(){return!Array(1).includes()});By({target:"Array",proto:!0,forced:Fy},{includes:function(e){return Oy(this,e,arguments.length>1?arguments[1]:void 0)}});Ny("includes")});var Ot=f((sR,Fc)=>{"use strict";var qy=It();Fc.exports=qy});var Uc=f((nR,qc)=>{"use strict";Nc();var Uy=Ot();qc.exports=Uy("Array","includes")});var jc=f((oR,Hc)=>{"use strict";var Hy=Uc();Hc.exports=Hy});var ze=f((uR,Qc)=>{"use strict";var jy=jc();Qc.exports=jy});var ja=f((SR,Yc)=>{"use strict";var Gy=Tn(),Wy=In(),Wc=Gy("keys");Yc.exports=function(r){return Wc[r]||(Wc[r]=Wy(r))}});var Kc=f((yR,zc)=>{"use strict";var Yy=Ie();zc.exports=!Yy(function(){function r(){}return r.prototype.constructor=null,Object.getPrototypeOf(new r)!==r.prototype})});var Qa=f((TR,Jc)=>{"use strict";var zy=at(),Ky=le(),Xy=Ii(),Jy=ja(),Zy=Kc(),Xc=Jy("IE_PROTO"),Vn=Object,eT=Vn.prototype;Jc.exports=Zy?Vn.getPrototypeOf:function(r){var e=Xy(r);if(zy(e,Xc))return e[Xc];var t=e.constructor;return Ky(t)&&e instanceof t?t.prototype:e instanceof Vn?eT:null}});var Ga=f((IR,Zc)=>{"use strict";Zc.exports={}});var id=f((ER,td)=>{"use strict";var tT=Se(),Bn=at(),iT=Zt(),rT=Dn().indexOf,aT=Ga(),ed=tT([].push);td.exports=function(r,e){var t=iT(r),i=0,a=[],s;for(s in t)!Bn(aT,s)&&Bn(t,s)&&ed(a,s);for(;e.length>i;)Bn(t,s=e[i++])&&(~rT(a,s)||ed(a,s));return a}});var On=f((xR,rd)=>{"use strict";rd.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]});var _n=f((PR,ad)=>{"use strict";var sT=id(),nT=On();ad.exports=Object.keys||function(e){return sT(e,nT)}});var Nn=f((kR,ld)=>{"use strict";var nd=qe(),oT=Ie(),od=Se(),uT=Qa(),lT=_n(),cT=Zt(),dT=ln().f,ud=od(dT),pT=od([].push),hT=nd&&oT(function(){var r=Object.create(null);return r[2]=2,!ud(r,2)}),sd=function(r){return function(e){for(var t=cT(e),i=lT(t),a=hT&&uT(t)===null,s=i.length,n=0,o=[],u;s>n;)u=i[n++],(!nd||(a?u in t:ud(t,u)))&&pT(o,r?[u,t[u]]:t[u]);return o}};ld.exports={entries:sd(!0),values:sd(!1)}});var cd=f(()=>{"use strict";var mT=me(),fT=Nn().entries;mT({target:"Object",stat:!0},{entries:function(e){return fT(e)}})});var pd=f((LR,dd)=>{"use strict";cd();var bT=Ti();dd.exports=bT.Object.entries});var md=f((RR,hd)=>{"use strict";var gT=pd();hd.exports=gT});var Li=f(($R,fd)=>{"use strict";var vT=md();fd.exports=vT});var ii=f((MR,bd)=>{"use strict";bd.exports={}});var Sd=f((CR,vd)=>{"use strict";var ST=de(),yT=le(),gd=ST.WeakMap;vd.exports=yT(gd)&&/native code/.test(String(gd))});var Hn=f((DR,Id)=>{"use strict";var TT=Sd(),Td=de(),IT=He(),ET=Pi(),Fn=at(),qn=ur(),xT=ja(),PT=Ga(),yd="Object already initialized",Un=Td.TypeError,kT=Td.WeakMap,Wa,hr,Ya,wT=function(r){return Ya(r)?hr(r):Wa(r,{})},AT=function(r){return function(e){var t;if(!IT(e)||(t=hr(e)).type!==r)throw new Un("Incompatible receiver, "+r+" required");return t}};TT||qn.state?(st=qn.state||(qn.state=new kT),st.get=st.get,st.has=st.has,st.set=st.set,Wa=function(r,e){if(st.has(r))throw new Un(yd);return e.facade=r,st.set(r,e),e},hr=function(r){return st.get(r)||{}},Ya=function(r){return st.has(r)}):(ri=xT("state"),PT[ri]=!0,Wa=function(r,e){if(Fn(r,ri))throw new Un(yd);return e.facade=r,ET(r,ri,e),e},hr=function(r){return Fn(r,ri)?r[ri]:{}},Ya=function(r){return Fn(r,ri)});var st,ri;Id.exports={set:Wa,get:hr,has:Ya,enforce:wT,getterFor:AT}});var Gn=f((VR,xd)=>{"use strict";var jn=qe(),LT=at(),Ed=Function.prototype,RT=jn&&Object.getOwnPropertyDescriptor,Qn=LT(Ed,"name"),$T=Qn&&function(){}.name==="something",MT=Qn&&(!jn||jn&&RT(Ed,"name").configurable);xd.exports={EXISTS:Qn,PROPER:$T,CONFIGURABLE:MT}});var kd=f(Pd=>{"use strict";var CT=qe(),DT=An(),VT=ti(),BT=ft(),OT=Zt(),_T=_n();Pd.f=CT&&!DT?Object.defineProperties:function(e,t){BT(e);for(var i=OT(t),a=_T(t),s=a.length,n=0,o;s>n;)VT.f(e,o=a[n++],i[o]);return e}});var Wn=f((OR,wd)=>{"use strict";var NT=It();wd.exports=NT("document","documentElement")});var Xn=f((_R,Dd)=>{"use strict";var FT=ft(),qT=kd(),Ad=On(),UT=Ga(),HT=Wn(),jT=qa(),QT=ja(),Ld=">",Rd="<",zn="prototype",Kn="script",Md=QT("IE_PROTO"),Yn=function(){},Cd=function(r){return Rd+Kn+Ld+r+Rd+"/"+Kn+Ld},$d=function(r){r.write(Cd("")),r.close();var e=r.parentWindow.Object;return r=null,e},GT=function(){var r=jT("iframe"),e="java"+Kn+":",t;return r.style.display="none",HT.appendChild(r),r.src=String(e),t=r.contentWindow.document,t.open(),t.write(Cd("document.F=Object")),t.close(),t.F},za,Ka=function(){try{za=new ActiveXObject("htmlfile")}catch{}Ka=typeof document<"u"?document.domain&&za?$d(za):GT():$d(za);for(var r=Ad.length;r--;)delete Ka[zn][Ad[r]];return Ka()};UT[Md]=!0;Dd.exports=Object.create||function(e,t){var i;return e!==null?(Yn[zn]=FT(e),i=new Yn,Yn[zn]=null,i[Md]=e):i=Ka(),t===void 0?i:qT.f(i,t)}});var Ri=f((NR,Vd)=>{"use strict";var WT=Pi();Vd.exports=function(r,e,t,i){return i&&i.enumerable?r[e]=t:WT(r,e,t),r}});var to=f((FR,_d)=>{"use strict";var YT=Ie(),zT=le(),KT=He(),XT=Xn(),Bd=Qa(),JT=Ri(),ZT=Ee(),eI=rt(),eo=ZT("iterator"),Od=!1,Et,Jn,Zn;[].keys&&(Zn=[].keys(),"next"in Zn?(Jn=Bd(Bd(Zn)),Jn!==Object.prototype&&(Et=Jn)):Od=!0);var tI=!KT(Et)||YT(function(){var r={};return Et[eo].call(r)!==r});tI?Et={}:eI&&(Et=XT(Et));zT(Et[eo])||JT(Et,eo,function(){return this});_d.exports={IteratorPrototype:Et,BUGGY_SAFARI_ITERATORS:Od}});var Xa=f((qR,Fd)=>{"use strict";var iI=Ee(),rI=iI("toStringTag"),Nd={};Nd[rI]="z";Fd.exports=String(Nd)==="[object z]"});var mr=f((UR,qd)=>{"use strict";var aI=Xa(),sI=le(),Ja=Jt(),nI=Ee(),oI=nI("toStringTag"),uI=Object,lI=Ja(function(){return arguments}())==="Arguments",cI=function(r,e){try{return r[e]}catch{}};qd.exports=aI?Ja:function(r){var e,t,i;return r===void 0?"Undefined":r===null?"Null":typeof(t=cI(e=uI(r),oI))=="string"?t:lI?Ja(e):(i=Ja(e))==="Object"&&sI(e.callee)?"Arguments":i}});var Hd=f((HR,Ud)=>{"use strict";var dI=Xa(),pI=mr();Ud.exports=dI?{}.toString:function(){return"[object "+pI(this)+"]"}});var fr=f((jR,Qd)=>{"use strict";var hI=Xa(),mI=ti().f,fI=Pi(),bI=at(),gI=Hd(),vI=Ee(),jd=vI("toStringTag");Qd.exports=function(r,e,t,i){var a=t?r:r&&r.prototype;a&&(bI(a,jd)||mI(a,jd,{configurable:!0,value:e}),i&&!hI&&fI(a,"toString",gI))}});var Wd=f((QR,Gd)=>{"use strict";var SI=to().IteratorPrototype,yI=Xn(),TI=ar(),II=fr(),EI=ii(),xI=function(){return this};Gd.exports=function(r,e,t,i){var a=e+" Iterator";return r.prototype=yI(SI,{next:TI(+!i,t)}),II(r,a,!1,!0),EI[a]=xI,r}});var zd=f((GR,Yd)=>{"use strict";var PI=Se(),kI=mt();Yd.exports=function(r,e,t){try{return PI(kI(Object.getOwnPropertyDescriptor(r,e)[t]))}catch{}}});var Xd=f((WR,Kd)=>{"use strict";var wI=He();Kd.exports=function(r){return wI(r)||r===null}});var Zd=f((YR,Jd)=>{"use strict";var AI=Xd(),LI=String,RI=TypeError;Jd.exports=function(r){if(AI(r))return r;throw new RI("Can't set "+LI(r)+" as a prototype")}});var io=f((zR,ep)=>{"use strict";var $I=zd(),MI=He(),CI=Bt(),DI=Zd();ep.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var r=!1,e={},t;try{t=$I(Object.prototype,"__proto__","set"),t(e,[]),r=e instanceof Array}catch{}return function(a,s){return CI(a),DI(s),MI(a)&&(r?t(a,s):a.__proto__=s),a}}():void 0)});var dp=f((KR,cp)=>{"use strict";var VI=me(),BI=Ue(),Za=rt(),up=Gn(),OI=le(),_I=Wd(),tp=Qa(),ip=io(),NI=fr(),FI=Pi(),ro=Ri(),qI=Ee(),rp=ii(),lp=to(),UI=up.PROPER,HI=up.CONFIGURABLE,ap=lp.IteratorPrototype,es=lp.BUGGY_SAFARI_ITERATORS,br=qI("iterator"),sp="keys",gr="values",np="entries",op=function(){return this};cp.exports=function(r,e,t,i,a,s,n){_I(t,e,i);var o=function(I){if(I===a&&h)return h;if(!es&&I&&I in d)return d[I];switch(I){case sp:return function(){return new t(this,I)};case gr:return function(){return new t(this,I)};case np:return function(){return new t(this,I)}}return function(){return new t(this)}},u=e+" Iterator",l=!1,d=r.prototype,p=d[br]||d["@@iterator"]||a&&d[a],h=!es&&p||o(a),m=e==="Array"&&d.entries||p,b,v,T;if(m&&(b=tp(m.call(new r)),b!==Object.prototype&&b.next&&(!Za&&tp(b)!==ap&&(ip?ip(b,ap):OI(b[br])||ro(b,br,op)),NI(b,u,!0,!0),Za&&(rp[u]=op))),UI&&a===gr&&p&&p.name!==gr&&(!Za&&HI?FI(d,"name",gr):(l=!0,h=function(){return BI(p,this)})),a)if(v={values:o(gr),keys:s?h:o(sp),entries:o(np)},n)for(T in v)(es||l||!(T in d))&&ro(d,T,v[T]);else VI({target:e,proto:!0,forced:es||l},v);return(!Za||n)&&d[br]!==h&&ro(d,br,h,{name:a}),rp[e]=h,v}});var hp=f((XR,pp)=>{"use strict";pp.exports=function(r,e){return{value:r,done:e}}});var so=f((JR,vp)=>{"use strict";var jI=Zt(),ao=pr(),mp=ii(),bp=Hn(),QI=ti().f,GI=dp(),ts=hp(),WI=rt(),YI=qe(),gp="Array Iterator",zI=bp.set,KI=bp.getterFor(gp);vp.exports=GI(Array,"Array",function(r,e){zI(this,{type:gp,target:jI(r),index:0,kind:e})},function(){var r=KI(this),e=r.target,t=r.index++;if(!e||t>=e.length)return r.target=void 0,ts(void 0,!0);switch(r.kind){case"keys":return ts(t,!1);case"values":return ts(e[t],!1)}return ts([t,e[t]],!1)},"values");var fp=mp.Arguments=mp.Array;ao("keys");ao("values");ao("entries");if(!WI&&YI&&fp.name!=="values")try{QI(fp,"name",{value:"values"})}catch{}});var yp=f((ZR,Sp)=>{"use strict";var XI=Ee(),JI=ii(),ZI=XI("iterator"),eE=Array.prototype;Sp.exports=function(r){return r!==void 0&&(JI.Array===r||eE[ZI]===r)}});var no=f((e$,Ip)=>{"use strict";var tE=mr(),Tp=or(),iE=yi(),rE=ii(),aE=Ee(),sE=aE("iterator");Ip.exports=function(r){if(!iE(r))return Tp(r,sE)||Tp(r,"@@iterator")||rE[tE(r)]}});var xp=f((t$,Ep)=>{"use strict";var nE=Ue(),oE=mt(),uE=ft(),lE=nr(),cE=no(),dE=TypeError;Ep.exports=function(r,e){var t=arguments.length<2?cE(r):e;if(oE(t))return uE(nE(t,r));throw new dE(lE(r)+" is not iterable")}});var wp=f((i$,kp)=>{"use strict";var pE=Ue(),Pp=ft(),hE=or();kp.exports=function(r,e,t){var i,a;Pp(r);try{if(i=hE(r,"return"),!i){if(e==="throw")throw t;return t}i=pE(i,r)}catch(s){a=!0,i=s}if(e==="throw")throw t;if(a)throw i;return Pp(i),t}});var rs=f((r$,$p)=>{"use strict";var mE=xi(),fE=Ue(),bE=ft(),gE=nr(),vE=yp(),SE=Ai(),Ap=sr(),yE=xp(),TE=no(),Lp=wp(),IE=TypeError,is=function(r,e){this.stopped=r,this.result=e},Rp=is.prototype;$p.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=mE(e,i),l,d,p,h,m,b,v,T=function(A){return l&&Lp(l,"normal",A),new is(!0,A)},I=function(A){return a?(bE(A),o?u(A[0],A[1],T):u(A[0],A[1])):o?u(A,T):u(A)};if(s)l=r.iterator;else if(n)l=r;else{if(d=TE(r),!d)throw new IE(gE(r)+" is not iterable");if(vE(d)){for(p=0,h=SE(r);h>p;p++)if(m=I(r[p]),m&&Ap(Rp,m))return m;return new is(!1)}l=yE(r,d)}for(b=s?r.next:l.next;!(v=fE(b,l)).done;){try{m=I(v.value)}catch(A){Lp(l,"throw",A)}if(typeof m=="object"&&m&&Ap(Rp,m))return m}return new is(!1)}});var Cp=f((a$,Mp)=>{"use strict";var EE=qe(),xE=ti(),PE=ar();Mp.exports=function(r,e,t){EE?xE.f(r,e,PE(0,t)):r[e]=t}});var Dp=f(()=>{"use strict";var kE=me(),wE=rs(),AE=Cp();kE({target:"Object",stat:!0},{fromEntries:function(e){var t={};return wE(e,function(i,a){AE(t,i,a)},{AS_ENTRIES:!0}),t}})});var Bp=f((o$,Vp)=>{"use strict";so();Dp();var LE=Ti();Vp.exports=LE.Object.fromEntries});var _p=f((u$,Op)=>{"use strict";Op.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 Fp=f(()=>{"use strict";so();var RE=_p(),$E=de(),ME=fr(),Np=ii();for(as in RE)ME($E[as],as),Np[as]=Np.Array;var as});var Up=f((d$,qp)=>{"use strict";var CE=Bp();Fp();qp.exports=CE});var oo=f((p$,Hp)=>{"use strict";var DE=Up();Hp.exports=DE});var jp=f(()=>{"use strict"});var uo=f((f$,Qp)=>{"use strict";var vr=de(),VE=ei(),BE=Jt(),ss=function(r){return VE.slice(0,r.length)===r};Qp.exports=function(){return ss("Bun/")?"BUN":ss("Cloudflare-Workers")?"CLOUDFLARE":ss("Deno/")?"DENO":ss("Node.js/")?"NODE":vr.Bun&&typeof Bun.version=="string"?"BUN":vr.Deno&&typeof Deno.version=="object"?"DENO":BE(vr.process)==="process"?"NODE":vr.window&&vr.document?"BROWSER":"REST"}()});var ns=f((b$,Gp)=>{"use strict";var OE=uo();Gp.exports=OE==="NODE"});var Yp=f((g$,Wp)=>{"use strict";var _E=ti();Wp.exports=function(r,e,t){return _E.f(r,e,t)}});var Xp=f((v$,Kp)=>{"use strict";var NE=It(),FE=Yp(),qE=Ee(),UE=qe(),zp=qE("species");Kp.exports=function(r){var e=NE(r);UE&&e&&!e[zp]&&FE(e,zp,{configurable:!0,get:function(){return this}})}});var Zp=f((S$,Jp)=>{"use strict";var HE=sr(),jE=TypeError;Jp.exports=function(r,e){if(HE(e,r))return r;throw new jE("Incorrect invocation")}});var co=f((y$,eh)=>{"use strict";var QE=Se(),GE=le(),lo=ur(),WE=QE(Function.toString);GE(lo.inspectSource)||(lo.inspectSource=function(r){return WE(r)});eh.exports=lo.inspectSource});var ho=f((T$,sh)=>{"use strict";var YE=Se(),zE=Ie(),th=le(),KE=mr(),XE=It(),JE=co(),ih=function(){},rh=XE("Reflect","construct"),po=/^\s*(?:class|function)\b/,ZE=YE(po.exec),ex=!po.test(ih),Sr=function(e){if(!th(e))return!1;try{return rh(ih,[],e),!0}catch{return!1}},ah=function(e){if(!th(e))return!1;switch(KE(e)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return ex||!!ZE(po,JE(e))}catch{return!0}};ah.sham=!0;sh.exports=!rh||zE(function(){var r;return Sr(Sr.call)||!Sr(Object)||!Sr(function(){r=!0})||r})?ah:Sr});var oh=f((I$,nh)=>{"use strict";var tx=ho(),ix=nr(),rx=TypeError;nh.exports=function(r){if(tx(r))return r;throw new rx(ix(r)+" is not a constructor")}});var mo=f((E$,lh)=>{"use strict";var uh=ft(),ax=oh(),sx=yi(),nx=Ee(),ox=nx("species");lh.exports=function(r,e){var t=uh(r).constructor,i;return t===void 0||sx(i=uh(t)[ox])?e:ax(i)}});var dh=f((x$,ch)=>{"use strict";var ux=Se();ch.exports=ux([].slice)});var hh=f((P$,ph)=>{"use strict";var lx=TypeError;ph.exports=function(r,e){if(r<e)throw new lx("Not enough arguments");return r}});var fo=f((k$,mh)=>{"use strict";var cx=ei();mh.exports=/(?:ipad|iphone|ipod).*applewebkit/i.test(cx)});var xo=f((w$,Eh)=>{"use strict";var je=de(),dx=sn(),px=xi(),fh=le(),hx=at(),Ih=Ie(),bh=Wn(),mx=dh(),gh=qa(),fx=hh(),bx=fo(),gx=ns(),To=je.setImmediate,Io=je.clearImmediate,vx=je.process,bo=je.Dispatch,Sx=je.Function,vh=je.MessageChannel,yx=je.String,go=0,yr={},Sh="onreadystatechange",Tr,ai,vo,So;Ih(function(){Tr=je.location});var Eo=function(r){if(hx(yr,r)){var e=yr[r];delete yr[r],e()}},yo=function(r){return function(){Eo(r)}},yh=function(r){Eo(r.data)},Th=function(r){je.postMessage(yx(r),Tr.protocol+"//"+Tr.host)};(!To||!Io)&&(To=function(e){fx(arguments.length,1);var t=fh(e)?e:Sx(e),i=mx(arguments,1);return yr[++go]=function(){dx(t,void 0,i)},ai(go),go},Io=function(e){delete yr[e]},gx?ai=function(r){vx.nextTick(yo(r))}:bo&&bo.now?ai=function(r){bo.now(yo(r))}:vh&&!bx?(vo=new vh,So=vo.port2,vo.port1.onmessage=yh,ai=px(So.postMessage,So)):je.addEventListener&&fh(je.postMessage)&&!je.importScripts&&Tr&&Tr.protocol!=="file:"&&!Ih(Th)?(ai=Th,je.addEventListener("message",yh,!1)):Sh in gh("script")?ai=function(r){bh.appendChild(gh("script"))[Sh]=function(){bh.removeChild(this),Eo(r)}}:ai=function(r){setTimeout(yo(r),0)});Eh.exports={set:To,clear:Io}});var kh=f((A$,Ph)=>{"use strict";var xh=de(),Tx=qe(),Ix=Object.getOwnPropertyDescriptor;Ph.exports=function(r){if(!Tx)return xh[r];var e=Ix(xh,r);return e&&e.value}});var Po=f((L$,Ah)=>{"use strict";var wh=function(){this.head=null,this.tail=null};wh.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}}};Ah.exports=wh});var Rh=f((R$,Lh)=>{"use strict";var Ex=ei();Lh.exports=/ipad|iphone|ipod/i.test(Ex)&&typeof Pebble<"u"});var Mh=f(($$,$h)=>{"use strict";var xx=ei();$h.exports=/web0s(?!.*chrome)/i.test(xx)});var Nh=f((M$,_h)=>{"use strict";var Mi=de(),Px=kh(),Ch=xi(),ko=xo().set,kx=Po(),wx=fo(),Ax=Rh(),Lx=Mh(),wo=ns(),Dh=Mi.MutationObserver||Mi.WebKitMutationObserver,Vh=Mi.document,Bh=Mi.process,os=Mi.Promise,Ro=Px("queueMicrotask"),$i,Ao,Lo,us,Oh;Ro||(Ir=new kx,Er=function(){var r,e;for(wo&&(r=Bh.domain)&&r.exit();e=Ir.get();)try{e()}catch(t){throw Ir.head&&$i(),t}r&&r.enter()},!wx&&!wo&&!Lx&&Dh&&Vh?(Ao=!0,Lo=Vh.createTextNode(""),new Dh(Er).observe(Lo,{characterData:!0}),$i=function(){Lo.data=Ao=!Ao}):!Ax&&os&&os.resolve?(us=os.resolve(void 0),us.constructor=os,Oh=Ch(us.then,us),$i=function(){Oh(Er)}):wo?$i=function(){Bh.nextTick(Er)}:(ko=Ch(ko,Mi),$i=function(){ko(Er)}),Ro=function(r){Ir.head||$i(),Ir.add(r)});var Ir,Er;_h.exports=Ro});var qh=f((C$,Fh)=>{"use strict";Fh.exports=function(r,e){try{arguments.length===1?console.error(r):console.error(r,e)}catch{}}});var ls=f((D$,Uh)=>{"use strict";Uh.exports=function(r){try{return{error:!1,value:r()}}catch(e){return{error:!0,value:e}}}});var si=f((V$,Hh)=>{"use strict";var Rx=de();Hh.exports=Rx.Promise});var Ci=f((B$,Wh)=>{"use strict";var $x=de(),xr=si(),Mx=le(),Cx=wn(),Dx=co(),Vx=Ee(),jh=uo(),Bx=rt(),$o=mn(),Qh=xr&&xr.prototype,Ox=Vx("species"),Mo=!1,Gh=Mx($x.PromiseRejectionEvent),_x=Cx("Promise",function(){var r=Dx(xr),e=r!==String(xr);if(!e&&$o===66||Bx&&!(Qh.catch&&Qh.finally))return!0;if(!$o||$o<51||!/native code/.test(r)){var t=new xr(function(s){s(1)}),i=function(s){s(function(){},function(){})},a=t.constructor={};if(a[Ox]=i,Mo=t.then(function(){})instanceof i,!Mo)return!0}return!e&&(jh==="BROWSER"||jh==="DENO")&&!Gh});Wh.exports={CONSTRUCTOR:_x,REJECTION_EVENT:Gh,SUBCLASSING:Mo}});var Di=f((O$,zh)=>{"use strict";var Yh=mt(),Nx=TypeError,Fx=function(r){var e,t;this.promise=new r(function(i,a){if(e!==void 0||t!==void 0)throw new Nx("Bad Promise constructor");e=i,t=a}),this.resolve=Yh(e),this.reject=Yh(t)};zh.exports.f=function(r){return new Fx(r)}});var mm=f(()=>{"use strict";var qx=me(),Ux=rt(),hs=ns(),_t=de(),_i=Ue(),Kh=Ri(),Xh=io(),Hx=fr(),jx=Xp(),Qx=mt(),ps=le(),Gx=He(),Wx=Zp(),Yx=mo(),im=xo().set,Oo=Nh(),zx=qh(),Kx=ls(),Xx=Po(),rm=Hn(),ms=si(),_o=Ci(),am=Di(),fs="Promise",sm=_o.CONSTRUCTOR,Jx=_o.REJECTION_EVENT,Zx=_o.SUBCLASSING,Co=rm.getterFor(fs),eP=rm.set,Vi=ms&&ms.prototype,ni=ms,cs=Vi,nm=_t.TypeError,Do=_t.document,No=_t.process,Vo=am.f,tP=Vo,iP=!!(Do&&Do.createEvent&&_t.dispatchEvent),om="unhandledrejection",rP="rejectionhandled",Jh=0,um=1,aP=2,Fo=1,lm=2,ds,Zh,sP,em,cm=function(r){var e;return Gx(r)&&ps(e=r.then)?e:!1},dm=function(r,e){var t=e.value,i=e.state===um,a=i?r.ok:r.fail,s=r.resolve,n=r.reject,o=r.domain,u,l,d;try{a?(i||(e.rejection===lm&&oP(e),e.rejection=Fo),a===!0?u=t:(o&&o.enter(),u=a(t),o&&(o.exit(),d=!0)),u===r.promise?n(new nm("Promise-chain cycle")):(l=cm(u))?_i(l,u,s,n):s(u)):n(t)}catch(p){o&&!d&&o.exit(),n(p)}},pm=function(r,e){r.notified||(r.notified=!0,Oo(function(){for(var t=r.reactions,i;i=t.get();)dm(i,r);r.notified=!1,e&&!r.rejection&&nP(r)}))},hm=function(r,e,t){var i,a;iP?(i=Do.createEvent("Event"),i.promise=e,i.reason=t,i.initEvent(r,!1,!0),_t.dispatchEvent(i)):i={promise:e,reason:t},!Jx&&(a=_t["on"+r])?a(i):r===om&&zx("Unhandled promise rejection",t)},nP=function(r){_i(im,_t,function(){var e=r.facade,t=r.value,i=tm(r),a;if(i&&(a=Kx(function(){hs?No.emit("unhandledRejection",t,e):hm(om,e,t)}),r.rejection=hs||tm(r)?lm:Fo,a.error))throw a.value})},tm=function(r){return r.rejection!==Fo&&!r.parent},oP=function(r){_i(im,_t,function(){var e=r.facade;hs?No.emit("rejectionHandled",e):hm(rP,e,r.value)})},Bi=function(r,e,t){return function(i){r(e,i,t)}},Oi=function(r,e,t){r.done||(r.done=!0,t&&(r=t),r.value=e,r.state=aP,pm(r,!0))},Bo=function(r,e,t){if(!r.done){r.done=!0,t&&(r=t);try{if(r.facade===e)throw new nm("Promise can't be resolved itself");var i=cm(e);i?Oo(function(){var a={done:!1};try{_i(i,e,Bi(Bo,a,r),Bi(Oi,a,r))}catch(s){Oi(a,s,r)}}):(r.value=e,r.state=um,pm(r,!1))}catch(a){Oi({done:!1},a,r)}}};if(sm&&(ni=function(e){Wx(this,cs),Qx(e),_i(ds,this);var t=Co(this);try{e(Bi(Bo,t),Bi(Oi,t))}catch(i){Oi(t,i)}},cs=ni.prototype,ds=function(e){eP(this,{type:fs,done:!1,notified:!1,parent:!1,reactions:new Xx,rejection:!1,state:Jh,value:void 0})},ds.prototype=Kh(cs,"then",function(e,t){var i=Co(this),a=Vo(Yx(this,ni));return i.parent=!0,a.ok=ps(e)?e:!0,a.fail=ps(t)&&t,a.domain=hs?No.domain:void 0,i.state===Jh?i.reactions.add(a):Oo(function(){dm(a,i)}),a.promise}),Zh=function(){var r=new ds,e=Co(r);this.promise=r,this.resolve=Bi(Bo,e),this.reject=Bi(Oi,e)},am.f=Vo=function(r){return r===ni||r===sP?new Zh(r):tP(r)},!Ux&&ps(ms)&&Vi!==Object.prototype)){em=Vi.then,Zx||Kh(Vi,"then",function(e,t){var i=this;return new ni(function(a,s){_i(em,i,a,s)}).then(e,t)},{unsafe:!0});try{delete Vi.constructor}catch{}Xh&&Xh(Vi,cs)}qx({global:!0,constructor:!0,wrap:!0,forced:sm},{Promise:ni});Hx(ni,fs,!1,!0);jx(fs)});var Sm=f((F$,vm)=>{"use strict";var uP=Ee(),bm=uP("iterator"),gm=!1;try{fm=0,qo={next:function(){return{done:!!fm++}},return:function(){gm=!0}},qo[bm]=function(){return this},Array.from(qo,function(){throw 2})}catch{}var fm,qo;vm.exports=function(r,e){try{if(!e&&!gm)return!1}catch{return!1}var t=!1;try{var i={};i[bm]=function(){return{next:function(){return{done:t=!0}}}},r(i)}catch{}return t}});var Uo=f((q$,ym)=>{"use strict";var lP=si(),cP=Sm(),dP=Ci().CONSTRUCTOR;ym.exports=dP||!cP(function(r){lP.all(r).then(void 0,function(){})})});var Tm=f(()=>{"use strict";var pP=me(),hP=Ue(),mP=mt(),fP=Di(),bP=ls(),gP=rs(),vP=Uo();pP({target:"Promise",stat:!0,forced:vP},{all:function(e){var t=this,i=fP.f(t),a=i.resolve,s=i.reject,n=bP(function(){var o=mP(t.resolve),u=[],l=0,d=1;gP(e,function(p){var h=l++,m=!1;d++,hP(o,t,p).then(function(b){m||(m=!0,u[h]=b,--d||a(u))},s)}),--d||a(u)});return n.error&&s(n.value),i.promise}})});var Em=f(()=>{"use strict";var SP=me(),yP=rt(),TP=Ci().CONSTRUCTOR,jo=si(),IP=It(),EP=le(),xP=Ri(),Im=jo&&jo.prototype;SP({target:"Promise",proto:!0,forced:TP,real:!0},{catch:function(r){return this.then(void 0,r)}});!yP&&EP(jo)&&(Ho=IP("Promise").prototype.catch,Im.catch!==Ho&&xP(Im,"catch",Ho,{unsafe:!0}));var Ho});var xm=f(()=>{"use strict";var PP=me(),kP=Ue(),wP=mt(),AP=Di(),LP=ls(),RP=rs(),$P=Uo();PP({target:"Promise",stat:!0,forced:$P},{race:function(e){var t=this,i=AP.f(t),a=i.reject,s=LP(function(){var n=wP(t.resolve);RP(e,function(o){kP(n,t,o).then(i.resolve,a)})});return s.error&&a(s.value),i.promise}})});var Pm=f(()=>{"use strict";var MP=me(),CP=Di(),DP=Ci().CONSTRUCTOR;MP({target:"Promise",stat:!0,forced:DP},{reject:function(e){var t=CP.f(this),i=t.reject;return i(e),t.promise}})});var Qo=f((K$,km)=>{"use strict";var VP=ft(),BP=He(),OP=Di();km.exports=function(r,e){if(VP(r),BP(e)&&e.constructor===r)return e;var t=OP.f(r),i=t.resolve;return i(e),t.promise}});var Lm=f(()=>{"use strict";var _P=me(),NP=It(),wm=rt(),FP=si(),Am=Ci().CONSTRUCTOR,qP=Qo(),UP=NP("Promise"),HP=wm&&!Am;_P({target:"Promise",stat:!0,forced:wm||Am},{resolve:function(e){return qP(HP&&this===UP?FP:this,e)}})});var Rm=f(()=>{"use strict";mm();Tm();Em();xm();Pm();Lm()});var Dm=f(()=>{"use strict";var jP=me(),QP=rt(),bs=si(),GP=Ie(),Mm=It(),Cm=le(),WP=mo(),$m=Qo(),YP=Ri(),Wo=bs&&bs.prototype,zP=!!bs&&GP(function(){Wo.finally.call({then:function(){}},function(){})});jP({target:"Promise",proto:!0,real:!0,forced:zP},{finally:function(r){var e=WP(this,Mm("Promise")),t=Cm(r);return this.then(t?function(i){return $m(e,r()).then(function(){return i})}:r,t?function(i){return $m(e,r()).then(function(){throw i})}:r)}});!QP&&Cm(bs)&&(Go=Mm("Promise").prototype.finally,Wo.finally!==Go&&YP(Wo,"finally",Go,{unsafe:!0}));var Go});var Bm=f((rM,Vm)=>{"use strict";jp();Rm();Dm();var KP=Ot();Vm.exports=KP("Promise","finally")});var _m=f((aM,Om)=>{"use strict";var XP=Bm();Om.exports=XP});var gs=f((sM,Nm)=>{"use strict";var JP=_m();Nm.exports=JP});var Gm=f(()=>{"use strict";var rk=me(),ak=Nn().values;rk({target:"Object",stat:!0},{values:function(e){return ak(e)}})});var Ym=f((BM,Wm)=>{"use strict";Gm();var sk=Ti();Wm.exports=sk.Object.values});var Km=f((OM,zm)=>{"use strict";var nk=Ym();zm.exports=nk});var Ni=f((_M,Xm)=>{"use strict";var ok=Km();Xm.exports=ok});var cf=f(()=>{"use strict";var gk=me(),vk=Ii(),Sk=Ai(),yk=dr(),Tk=pr();gk({target:"Array",proto:!0},{at:function(e){var t=vk(this),i=Sk(t),a=yk(e),s=a>=0?a:i+a;return s<0||s>=i?void 0:t[s]}});Tk("at")});var pf=f((UC,df)=>{"use strict";cf();var Ik=Ot();df.exports=Ik("Array","at")});var mf=f((HC,hf)=>{"use strict";var Ek=pf();hf.exports=Ek});var Ut=f((jC,ff)=>{"use strict";var xk=mf();ff.exports=xk});var hu=f((v0,Of)=>{"use strict";var Bk=Jt();Of.exports=Array.isArray||function(e){return Bk(e)==="Array"}});var Nf=f((S0,_f)=>{"use strict";var Ok=TypeError,_k=9007199254740991;_f.exports=function(r){if(r>_k)throw Ok("Maximum allowed index exceeded");return r}});var Uf=f((y0,qf)=>{"use strict";var Nk=hu(),Fk=Ai(),qk=Nf(),Uk=xi(),Ff=function(r,e,t,i,a,s,n,o){for(var u=a,l=0,d=n?Uk(n,o):!1,p,h;l<i;)l in t&&(p=d?d(t[l],l,e):t[l],s>0&&Nk(p)?(h=Fk(p),u=Ff(r,e,p,h,u,s-1)-1):(qk(u+1),r[u]=p),u++),l++;return u};qf.exports=Ff});var Gf=f((T0,Qf)=>{"use strict";var Hf=hu(),Hk=ho(),jk=He(),Qk=Ee(),Gk=Qk("species"),jf=Array;Qf.exports=function(r){var e;return Hf(r)&&(e=r.constructor,Hk(e)&&(e===jf||Hf(e.prototype))?e=void 0:jk(e)&&(e=e[Gk],e===null&&(e=void 0))),e===void 0?jf:e}});var Yf=f((I0,Wf)=>{"use strict";var Wk=Gf();Wf.exports=function(r,e){return new(Wk(r))(e===0?0:e)}});var zf=f(()=>{"use strict";var Yk=me(),zk=Uf(),Kk=mt(),Xk=Ii(),Jk=Ai(),Zk=Yf();Yk({target:"Array",proto:!0},{flatMap:function(e){var t=Xk(this),i=Jk(t),a;return Kk(e),a=Zk(t,0),a.length=zk(a,t,t,i,0,1,e,arguments.length>1?arguments[1]:void 0),a}})});var Kf=f(()=>{"use strict";var ew=pr();ew("flatMap")});var Jf=f((w0,Xf)=>{"use strict";zf();Kf();var tw=Ot();Xf.exports=tw("Array","flatMap")});var eb=f((A0,Zf)=>{"use strict";var iw=Jf();Zf.exports=iw});var mu=f((L0,tb)=>{"use strict";var rw=eb();tb.exports=rw});var Br=f((R0,ib)=>{"use strict";var aw=mr(),sw=String;ib.exports=function(r){if(aw(r)==="Symbol")throw new TypeError("Cannot convert a Symbol value to a string");return sw(r)}});var fu=f(($0,rb)=>{"use strict";rb.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 nb=f((M0,sb)=>{"use strict";var nw=Se(),ow=Bt(),uw=Br(),gu=fu(),ab=nw("".replace),lw=RegExp("^["+gu+"]+"),cw=RegExp("(^|[^"+gu+"])["+gu+"]+$"),bu=function(r){return function(e){var t=uw(ow(e));return r&1&&(t=ab(t,lw,"")),r&2&&(t=ab(t,cw,"$1")),t}};sb.exports={start:bu(1),end:bu(2),trim:bu(3)}});var cb=f((C0,lb)=>{"use strict";var dw=Gn().PROPER,pw=Ie(),ob=fu(),ub="\u200B\x85\u180E";lb.exports=function(r){return pw(function(){return!!ob[r]()||ub[r]()!==ub||dw&&ob[r].name!==r})}});var vu=f((D0,db)=>{"use strict";var hw=nb().start,mw=cb();db.exports=mw("trimStart")?function(){return hw(this)}:"".trimStart});var hb=f(()=>{"use strict";var fw=me(),pb=vu();fw({target:"String",proto:!0,name:"trimStart",forced:"".trimLeft!==pb},{trimLeft:pb})});var fb=f(()=>{"use strict";hb();var bw=me(),mb=vu();bw({target:"String",proto:!0,name:"trimStart",forced:"".trimStart!==mb},{trimStart:mb})});var gb=f((N0,bb)=>{"use strict";fb();var gw=Ot();bb.exports=gw("String","trimLeft")});var Sb=f((F0,vb)=>{"use strict";var vw=gb();vb.exports=vw});var Tb=f((q0,yb)=>{"use strict";var Sw=Sb();yb.exports=Sw});var Vb=f(()=>{"use strict"});var Bb=f(()=>{"use strict"});var _b=f((gO,Ob)=>{"use strict";var Nw=He(),Fw=Jt(),qw=Ee(),Uw=qw("match");Ob.exports=function(r){var e;return Nw(r)&&((e=r[Uw])!==void 0?!!e:Fw(r)==="RegExp")}});var Fb=f((vO,Nb)=>{"use strict";var Hw=ft();Nb.exports=function(){var r=Hw(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 Hb=f((SO,Ub)=>{"use strict";var jw=Ue(),Qw=at(),Gw=sr(),Ww=Fb(),qb=RegExp.prototype;Ub.exports=function(r){var e=r.flags;return e===void 0&&!("flags"in qb)&&!Qw(r,"flags")&&Gw(qb,r)?jw(Ww,r):e}});var Qb=f((yO,jb)=>{"use strict";var Pu=Se(),Yw=Ii(),zw=Math.floor,Eu=Pu("".charAt),Kw=Pu("".replace),xu=Pu("".slice),Xw=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,Jw=/\$([$&'`]|\d{1,2})/g;jb.exports=function(r,e,t,i,a,s){var n=t+r.length,o=i.length,u=Jw;return a!==void 0&&(a=Yw(a),u=Xw),Kw(s,u,function(l,d){var p;switch(Eu(d,0)){case"$":return"$";case"&":return r;case"`":return xu(e,0,t);case"'":return xu(e,n);case"<":p=a[xu(d,1,-1)];break;default:var h=+d;if(h===0)return l;if(h>o){var m=zw(h/10);return m===0?l:m<=o?i[m-1]===void 0?Eu(d,1):i[m-1]+Eu(d,1):l}p=i[h-1]}return p===void 0?"":p})}});var Yb=f(()=>{"use strict";var Zw=me(),eA=Ue(),wu=Se(),Gb=Bt(),tA=le(),iA=yi(),rA=_b(),Gi=Br(),aA=or(),sA=Hb(),nA=Qb(),oA=Ee(),uA=rt(),lA=oA("replace"),cA=TypeError,ku=wu("".indexOf),dA=wu("".replace),Wb=wu("".slice),pA=Math.max;Zw({target:"String",proto:!0},{replaceAll:function(e,t){var i=Gb(this),a,s,n,o,u,l,d,p,h,m,b=0,v="";if(!iA(e)){if(a=rA(e),a&&(s=Gi(Gb(sA(e))),!~ku(s,"g")))throw new cA("`.replaceAll` does not allow non-global regexes");if(n=aA(e,lA),n)return eA(n,e,i,t);if(uA&&a)return dA(Gi(i),e,t)}for(o=Gi(i),u=Gi(e),l=tA(t),l||(t=Gi(t)),d=u.length,p=pA(1,d),h=ku(o,u);h!==-1;)m=l?Gi(t(u,h,o)):nA(u,o,h,[],void 0,t),v+=Wb(o,b,h)+m,b=h+d,h=h+p>o.length?-1:ku(o,u,h+p);return b<o.length&&(v+=Wb(o,b)),v}})});var Kb=f((EO,zb)=>{"use strict";Vb();Bb();Yb();var hA=Ot();zb.exports=hA("String","replaceAll")});var Jb=f((xO,Xb)=>{"use strict";var mA=Kb();Xb.exports=mA});var eg=f((PO,Zb)=>{"use strict";var fA=Jb();Zb.exports=fA});var ig=f((kO,tg)=>{"use strict";var bA=dr(),gA=Br(),vA=Bt(),SA=RangeError;tg.exports=function(e){var t=gA(vA(this)),i="",a=bA(e);if(a<0||a===1/0)throw new SA("Wrong number of repetitions");for(;a>0;(a>>>=1)&&(t+=t))a&1&&(i+=t);return i}});var og=f((wO,ng)=>{"use strict";var sg=Se(),yA=Cn(),rg=Br(),TA=ig(),IA=Bt(),EA=sg(TA),xA=sg("".slice),PA=Math.ceil,ag=function(r){return function(e,t,i){var a=rg(IA(e)),s=yA(t),n=a.length,o=i===void 0?" ":rg(i),u,l;return s<=n||o===""?a:(u=s-n,l=EA(o,PA(u/o.length)),l.length>u&&(l=xA(l,0,u)),r?a+l:l+a)}};ng.exports={start:ag(!1),end:ag(!0)}});var lg=f((AO,ug)=>{"use strict";var kA=ei();ug.exports=/Version\/10(?:\.\d+){1,2}(?: [\w./]+)?(?: Mobile\/\w+)? Safari\//.test(kA)});var cg=f(()=>{"use strict";var wA=me(),AA=og().start,LA=lg();wA({target:"String",proto:!0,forced:LA},{padStart:function(e){return AA(this,e,arguments.length>1?arguments[1]:void 0)}})});var pg=f(($O,dg)=>{"use strict";cg();var RA=Ot();dg.exports=RA("String","padStart")});var mg=f((MO,hg)=>{"use strict";var $A=pg();hg.exports=$A});var bg=f((CO,fg)=>{"use strict";var MA=mg();fg.exports=MA});var JA={};Iv(JA,{ChromecastState:()=>er,HttpConnectionType:()=>Oa,Observable:()=>yt.Observable,PlaybackState:()=>Ce,Player:()=>wa,PredefinedQualityLimits:()=>tr,SDK_VERSION:()=>XA,Subject:()=>yt.Subject,Subscription:()=>yt.Subscription,Surface:()=>_a,VERSION:()=>rn,ValueSubject:()=>yt.ValueSubject,VideoFormat:()=>ht,VideoQuality:()=>yt.VideoQuality,clientChecker:()=>z,isMobile:()=>Fi});module.exports=Ev(JA);var rn="2.0.131-dev.85f5d8d6.0";var Ce=(a=>(a.STOPPED="stopped",a.READY="ready",a.PLAYING="playing",a.PAUSED="paused",a))(Ce||{}),ht=(P=>(P.MPEG="MPEG",P.DASH="DASH",P.DASH_SEP="DASH_SEP",P.DASH_SEP_VK="DASH_SEP",P.DASH_WEBM="DASH_WEBM",P.DASH_WEBM_AV1="DASH_WEBM_AV1",P.DASH_STREAMS="DASH_STREAMS",P.DASH_WEBM_VK="DASH_WEBM",P.DASH_ONDEMAND="DASH_ONDEMAND",P.DASH_ONDEMAND_VK="DASH_ONDEMAND",P.DASH_LIVE="DASH_LIVE",P.DASH_LIVE_CMAF="DASH_LIVE_CMAF",P.DASH_LIVE_WEBM="DASH_LIVE_WEBM",P.HLS="HLS",P.HLS_ONDEMAND="HLS_ONDEMAND",P.HLS_JS="HLS",P.HLS_LIVE="HLS_LIVE",P.HLS_LIVE_CMAF="HLS_LIVE_CMAF",P.WEB_RTC_LIVE="WEB_RTC_LIVE",P))(ht||{});var er=(a=>(a.NOT_AVAILABLE="NOT_AVAILABLE",a.AVAILABLE="AVAILABLE",a.CONNECTING="CONNECTING",a.CONNECTED="CONNECTED",a))(er||{}),Oa=(i=>(i.HTTP1="http1",i.HTTP2="http2",i.QUIC="quic",i))(Oa||{});var _a=(n=>(n.NONE="none",n.INLINE="inline",n.FULLSCREEN="fullscreen",n.SECOND_SCREEN="second_screen",n.PIP="pip",n.INVISIBLE="invisible",n))(_a||{}),tr=(i=>(i.TRAFFIC_SAVING="traffic_saving",i.HIGH_QUALITY="high_quality",i.UNKNOWN="unknown",i))(tr||{});var pv=U(ze(),1);var F=require("@vkontakte/videoplayer-shared/es2024");var Gc=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 Ha=class{constructor(e){this.connection$=new F.ValueSubject(void 0);this.castState$=new F.ValueSubject("NOT_AVAILABLE");this.errorEvent$=new F.Subject;this.realCastState$=new F.ValueSubject("NOT_AVAILABLE");this.subscription=new F.Subscription;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=(0,F.isNonNullable)(window.chrome?.cast),a=!!window.__onGCastApiAvailable;i?this.initializeCastApi():(window.__onGCastApiAvailable=s=>{delete window.__onGCastApiAvailable,s&&!this.isDestroyed&&this.initializeCastApi()},a||Gc("https://www.gstatic.com/cv/js/sender/v1/cast_sender.js?loadCastFramework=1").catch(()=>this.errorEvent$.next({id:"ChromecastLoading",category:F.ErrorCategory.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(){(0,F.isNonNullable)(this.connection$.getValue())?this.disconnect():this.connect()}setVolume(e){let t=this.connection$.getValue();(0,F.isNullable)(t)||(t.remotePlayer.volumeLevel=e,t.remotePlayerController.setVolumeLevel())}setMuted(e){let t=this.connection$.getValue();(0,F.isNullable)(t)||e!==t.remotePlayer.isMuted&&t.remotePlayerController.muteOrUnmute()}destroy(){this.isDestroyed=!0,this.subscription.unsubscribe()}initListeners(){let e=new cast.framework.RemotePlayer,t=new cast.framework.RemotePlayerController(e),i=cast.framework.CastContext.getInstance();this.subscription.add((0,F.fromEvent)(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(0,F.assertNever)(a.sessionState)}})).add((0,F.merge)((0,F.fromEvent)(i,cast.framework.CastContextEventType.CAST_STATE_CHANGED).pipe((0,F.tap)(a=>{this.log({message:`[cast.framework.RemotePlayerEventType.CAST_STATE_CHANGED]: ${JSON.stringify(a)}`})}),(0,F.map)(a=>a.castState)),(0,F.observableFrom)([i.getCastState()])).pipe((0,F.filterChanged)(),(0,F.map)(Qy),(0,F.tap)(a=>{this.log({message:`realCastState$: ${a}`})})).subscribe(this.realCastState$)).add(this.realCastState$.subscribe(a=>{let s=a==="CONNECTED",n=(0,F.isNonNullable)(this.connection$.getValue());if(s&&!n){let o=i.getCurrentSession();(0,F.assertNonNullable)(o);let u=o.getCastDevice(),l=o.getMediaSession()?.media?.contentId;((0,F.isNullable)(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"?(0,F.isNonNullable)(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:F.ErrorCategory.EXTERNAL_API,message:"[initializeCastApi] failed",thrown:a})}}},Qy=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(0,F.assertNever)(r)}};var zu=U(ze(),1),Zg=U(Li(),1),ev=U(oo(),1);var Hm=U(gs(),1);var Yo=require("@vkontakte/videoplayer-shared/es2024");var xe=(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:(0,Yo.assertNever)(t)}return r},vs=(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:(0,Yo.assertNever)(e)}};var w=(r,e,t=!1)=>{let i=r.getTransition();(t||!i||i.to===e)&&r.setState(e)};var bt=require("@vkontakte/videoplayer-shared/es2024"),j=class{constructor(e){this.transitionStarted$=new bt.Subject;this.transitionEnded$=new bt.Subject;this.transitionUpdated$=new bt.Subject;this.forceChanged$=new bt.Subject;this.stateChangeStarted$=(0,bt.merge)(this.transitionStarted$,this.transitionUpdated$);this.stateChangeEnded$=(0,bt.merge)(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||(0,bt.isNonNullable)(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}};var Fm=require("@vkontakte/videoplayer-shared/es2024"),qm=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(0,Fm.assertNever)(r)}};var L=require("@vkontakte/videoplayer-shared/es2024");var ZP=5,ek=5,tk=500,Um=7e3,Pr=class{constructor(e){this.subscription=new L.Subscription;this.loadMediaTimeoutSubscription=new L.Subscription;this.videoState=new j("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:(0,L.assertNever)(e)}break}case"playing":{switch(e){case"playing":break;case"paused":this.videoState.startTransitionTo("playing"),this.params.connection.remotePlayerController.playOrPause();break;case"ready":this.videoState.startTransitionTo("playing"),this.params.connection.remotePlayerController.playOrPause();break;case"stopped":this.videoState.startTransitionTo("ready"),this.prepare();break;default:(0,L.assertNever)(e)}break}case"paused":{switch(e){case"playing":this.videoState.startTransitionTo("paused"),this.params.connection.remotePlayerController.playOrPause();break;case"paused":break;case"ready":this.videoState.startTransitionTo("paused"),this.videoState.setState("paused");break;case"stopped":this.videoState.startTransitionTo("ready"),this.prepare();break;default:(0,L.assertNever)(e)}break}default:(0,L.assertNever)(i)}}};this.params=e,this.log=this.params.dependencies.logger.createComponentLog("ChromecastProvider"),this.log({message:`constructor, format: ${e.format}`}),this.params.output.isLive$.next(qm(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 L.Subscription;this.subscription.add(e),this.subscription.add((0,L.merge)(this.videoState.stateChangeStarted$.pipe((0,L.map)(a=>`stateChangeStarted$ ${JSON.stringify(a)}`)),this.videoState.stateChangeEnded$.pipe((0,L.map)(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 L.Subject;e.add(a.pipe((0,L.debounce)(tk)).subscribe(()=>{this.params.output.seekedEvent$.next()}));let s=NaN;e.add((0,L.fromEvent)(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)>ZP)&&a.next(o),s=o})),e.add((0,L.fromEvent)(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.DURATION_CHANGED).subscribe(n=>{this.logRemoteEvent(n),this.params.output.duration$.next(n.value)}))}t((0,L.fromEvent)(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.IS_MEDIA_LOADED_CHANGED),a=>{this.logRemoteEvent(a),a.value?this.handleRemoteReady():(this.handleRemoteStop(),e.unsubscribe())}),t((0,L.fromEvent)(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.IS_PAUSED_CHANGED),a=>{this.logRemoteEvent(a),a.value?this.handleRemotePause():this.handleRemotePlay()}),t((0,L.fromEvent)(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<ek&&this.params.output.endedEvent$.next(),this.handleRemoteStop(),w(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:(0,L.assertNever)(n)}}),t((0,L.fromEvent)(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.VOLUME_LEVEL_CHANGED),a=>{this.logRemoteEvent(a),this.handleRemoteVolumeChange({volume:a.value})}),t((0,L.fromEvent)(this.params.connection.remotePlayerController,cast.framework.RemotePlayerEventType.IS_MUTED_CHANGED),a=>{this.logRemoteEvent(a),this.handleRemoteVolumeChange({muted:a.value})});let i=(0,L.merge)(this.params.desiredState.playbackState.stateChangeStarted$,this.params.desiredState.seekState.stateChangeEnded$,this.videoState.stateChangeEnded$,(0,L.observableFrom)(["init"])).pipe((0,L.debounce)(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"),w(this.params.desiredState.playbackState,"paused")):(this.videoState.setState("playing"),w(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"),w(this.params.desiredState.playbackState,"paused"))}handleRemotePlay(){let e=this.videoState.getState();(this.videoState.getTransition()?.to==="playing"||e==="paused")&&(this.videoState.setState("playing"),w(this.params.desiredState.playbackState,"playing"))}handleRemoteReady(){this.videoState.getTransition()?.to==="ready"&&this.videoState.setState("ready"),this.params.desiredState.playbackState.getTransition()?.to==="ready"&&w(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];(0,L.assertNonNullable)(l);let d=(0,L.getHighestQuality)(Object.keys(l));(0,L.assertNonNullable)(d);let p=l[d];(0,L.assertNonNullable)(p),i=p,a="video/mp4",s=chrome.cast.media.StreamType.BUFFERED;break}case"HLS":case"HLS_ONDEMAND":{let l=t[e];(0,L.assertNonNullable)(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];(0,L.assertNonNullable)(l),i=l.url,a="application/dash+xml",s=chrome.cast.media.StreamType.BUFFERED;break}case"DASH_LIVE_CMAF":{let l=t[e];(0,L.assertNonNullable)(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];(0,L.assertNonNullable)(l),i=xe(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",d=new Error(l);throw this.params.output.error$.next({id:"ChromecastProvider.createMediaInfo()",category:L.ErrorCategory.VIDEO_PIPELINE,message:l,thrown:d}),d}case"DASH":case"DASH_LIVE_WEBM":throw new Error(`${e} is no longer supported`);default:return(0,L.assertNever)(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(0,L.isNonNullable)(o)&&(n.metadata.title=o),(0,L.isNonNullable)(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((0,L.timeout)(Um).subscribe(()=>s(`timeout(${Um})`)))});(0,Hm.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:L.ErrorCategory.VIDEO_PIPELINE,message:s,thrown:a})}),()=>{this.loadMediaTimeoutSubscription.unsubscribe()})}logRemoteEvent(e){this.log({message:`[remoteEvent] ${JSON.stringify(e)}`})}};var du=U(ze(),1);var Jo=require("@vkontakte/videoplayer-shared/es2024");var jm=require("@vkontakte/videoplayer-shared/es2024"),Qm=r=>{try{r.pause(),r.playbackRate=0,(0,jm.clearVideoElement)(r),r.remove()}catch(e){console.error(e)}};var Ss=require("@vkontakte/videoplayer-shared/es2024"),zo=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)}},Ko=window.WeakMap?new WeakMap:new zo,Xo=window.WeakMap?new WeakMap:new Map,ik=(r,e=20)=>{let t=0;return(0,Ss.fromEvent)(r,"ratechange").subscribe(i=>{t++,t>=e&&(r.currentTime=r.currentTime,t=0)})},De=(r,{audioVideoSyncRate:e,disableYandexPiP:t})=>{let i=r.querySelector("video"),a=!!i;i?(0,Jo.clearVideoElement)(i):(i=document.createElement("video"),r.appendChild(i)),Ko.set(i,a);let s=new Ss.Subscription;return s.add(ik(i,e)),Xo.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=r=>{Xo.get(r)?.unsubscribe(),Xo.delete(r);let t=Ko.get(r);Ko.delete(r),t?(0,Jo.clearVideoElement)(r):Qm(r)};var Zo=U(Ni(),1),R=require("@vkontakte/videoplayer-shared/es2024");var Nt=require("@vkontakte/videoplayer-shared/es2024"),ys=(r,e,t,{equal:i=(n,o)=>n===o,changed$:a,onError:s}={})=>{let n=r.getState(),o=e(),u=(0,Nt.isNullable)(a),l=new Nt.Subscription;return a&&l.add(a.subscribe(d=>{let p=r.getState();i(d,p)&&r.setState(d)},s)),i(o,n)||(t(n),u&&r.setState(n)),l.add(r.stateChangeStarted$.subscribe(d=>{t(d.to),u&&r.setState(d.to)},s)),l},gt=(r,e,t)=>ys(e,()=>r.loop,i=>{(0,Nt.isNonNullable)(i)&&(r.loop=i)},{onError:t}),Be=(r,e,t,i)=>ys(e,()=>({muted:r.muted,volume:r.volume}),a=>{(0,Nt.isNonNullable)(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}),Ke=(r,e,t,i)=>ys(e,()=>r.playbackRate,a=>{(0,Nt.isNonNullable)(a)&&(r.playbackRate=a)},{changed$:t,onError:i}),Ft=ys;var uk=r=>["__",r.language,r.label].join("|"),lk=(r,e)=>{if(r.id===e)return!0;let[t,i,a]=e.split("|");return r.language===i&&r.label===a},eu=class r{constructor(e){this.available$=new R.Subject;this.current$=new R.ValueSubject(void 0);this.error$=new R.Subject;this.subscription=new R.Subscription;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:R.ErrorCategory.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(Ft(t.internalTextTracks,()=>(0,Zo.default)(this.internalTracks),s=>{(0,R.isNonNullable)(s)&&this.setInternal(s)},{equal:(s,n)=>(0,R.isNonNullable)(s)&&(0,R.isNonNullable)(n)&&s.length===n.length&&s.every(({id:o},u)=>o===n[u].id),changed$:this.available$.pipe((0,R.map)(s=>s.filter(({type:n})=>n==="internal"))),onError:a})),this.subscription.add(Ft(t.externalTextTracks,()=>(0,Zo.default)(this.externalTracks),s=>{(0,R.isNonNullable)(s)&&this.setExternal(s)},{equal:(s,n)=>(0,R.isNonNullable)(s)&&(0,R.isNonNullable)(n)&&s.length===n.length&&s.every(({id:o},u)=>o===n[u].id),changed$:this.available$.pipe((0,R.map)(s=>s.filter(({type:n})=>n==="external"))),onError:a})),this.subscription.add(Ft(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(Ft(t.textTrackCuesSettings,()=>({}),()=>{if(this.video)for(let s of this.htmlTextTracksAsArray())this.applyCueSettings(s.cues),this.applyCueSettings(s.activeCues)}))}subscribe(){(0,R.assertNonNullable)(this.video);let{textTracks:e}=this.video;this.subscription.add((0,R.fromEvent)(e,"addtrack").subscribe(()=>{let i=this.current$.getValue();i&&this.select(i)})),this.subscription.add((0,R.merge)((0,R.fromEvent)(e,"addtrack"),(0,R.fromEvent)(e,"removetrack"),(0,R.observableFrom)(["init"])).pipe((0,R.map)(()=>this.htmlTextTracksAsArray().map(i=>this.htmlTextTrackToITextTrack(i))),(0,R.filterChanged)((i,a)=>i.length===a.length&&i.every(({id:s},n)=>s===a[n].id))).subscribe(this.available$)),this.subscription.add((0,R.merge)((0,R.fromEvent)(e,"change"),(0,R.observableFrom)(["init"])).pipe((0,R.map)(()=>this.htmlTextTracksAsArray().find(({mode:i})=>i==="showing")),(0,R.map)(i=>i&&this.htmlTextTrackToITextTrack(i).id),(0,R.filterChanged)()).subscribe(this.current$));let t=i=>this.applyCueSettings(i.target?.activeCues??null);this.subscription.add((0,R.fromEvent)(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((0,R.fromEvent)(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;(0,R.isNonNullable)(t.align)&&(a.align=t.align),(0,R.isNonNullable)(t.position)&&(a.position=t.position),(0,R.isNonNullable)(t.size)&&(a.size=t.size),(0,R.isNonNullable)(t.line)&&(a.line=t.line)}}htmlTextTracksAsArray(e=!1){(0,R.assertNonNullable)(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:uk(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){(0,R.assertNonNullable)(this.video);for(let t of this.htmlTextTracksAsArray(!0))t.mode="showing";for(let t of this.htmlTextTracksAsArray(!0))((0,R.isNullable)(e)||!lk(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){(0,R.assertNonNullable)(this.video);let t=document.createElement("track");this.baseURL?t.setAttribute("src",new URL(e.url,this.baseURL).toString()):t.setAttribute("src",e.url),t.setAttribute("id",e.id),e.label&&t.setAttribute("label",e.label),e.language&&t.setAttribute("srclang",e.language),e.type==="external"?this.externalTracks.set(e.id,e):e.type==="internal"&&this.internalTracks.set(e.id,e),this.video.appendChild(t)}detach(e){(0,R.assertNonNullable)(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)}},Xe=eu;var oi=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 Jm=r=>{let e=r;for(;!(e instanceof Document)&&!(e instanceof ShadowRoot)&&e!==null;)e=e?.parentNode;return e??void 0},tu=r=>{let e=Jm(r);return!!(e&&e.fullscreenElement&&e.fullscreenElement===r)},Zm=r=>{let e=Jm(r);return!!(e&&e.pictureInPictureElement&&e.pictureInPictureElement===r)};var x=require("@vkontakte/videoplayer-shared/es2024");var ck=3,ef=(r,e,t=ck)=>{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 Ts=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 tf=U(ze(),1);var Fi=()=>/Mobile|mini|Fennec|Android|iP(ad|od|hone)/.test(navigator.appVersion??navigator.userAgent)||navigator?.userAgentData?.mobile;var Is=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,tf.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=Fi()}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 Es=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 nt=()=>window.ManagedMediaSource||window.MediaSource,xs=()=>!!(window.ManagedMediaSource&&window.ManagedSourceBuffer?.prototype?.appendBuffer),rf=()=>!!(window.MediaSource&&window.SourceBuffer?.prototype?.appendBuffer),af=()=>window.ManagedMediaSource?new ManagedMediaSource:new MediaSource;var dk=document.createElement("video"),pk='video/mp4; codecs="avc1.42000a,mp4a.40.2"',hk='video/mp4; codecs="hev1.1.6.L93.B0"',sf='video/webm; codecs="vp09.00.10.08"',nf='video/webm; codecs="av01.0.00M.08"',mk='audio/mp4; codecs="mp4a.40.2"',fk='audio/webm; codecs="opus"',of,bk=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:nf}}),window.navigator.mediaCapabilities.decodingInfo({...r,video:{...r.video,contentType:sf}})]);of={DASH_WEBM_AV1:e,DASH_WEBM:t}};bk().catch(r=>{console.log(dk),console.error(r)});var Ps=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 of}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:xs(),mse:rf(),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=!!nt()?.isTypeSupported?.(pk),t=!!nt()?.isTypeSupported?.(hk),i=!!nt()?.isTypeSupported?.(mk);this._codecs={h264:e,h265:t,vp9:!!nt()?.isTypeSupported?.(sf),av1:!!nt()?.isTypeSupported?.(nf),aac:i,opus:!!nt()?.isTypeSupported?.(fk),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 uf="audio/mpeg",ks=class{supportMp3(){return this._codecs.mp3&&this._containers.mpeg}detect(){this._audio=document.createElement("audio");try{this._containers={mpeg:!!this._audio.canPlayType?.(uf)},this._codecs={mp3:!!nt()?.isTypeSupported?.(uf)}}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}};var lf=require("@vkontakte/videoplayer-shared/es2024"),iu=class{constructor(){this.isInited$=new lf.ValueSubject(!1);this._displayChecker=new Es,this._deviceChecker=new Is(this._displayChecker),this._browserChecker=new Ts,this._videoChecker=new Ps(this._deviceChecker,this._browserChecker),this._audioChecker=new ks,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)}},z=new iu;var Oe=r=>{let e=E=>(0,x.fromEvent)(r,E).pipe((0,x.mapTo)(void 0)),t=new x.Subscription,i=()=>t.unsubscribe(),s=(0,x.merge)(...["waiting","pause","canplay","play","canplaythrough","playing","seeking","seeked","ended"].map(E=>(0,x.fromEvent)(r,E))).pipe((0,x.map)(E=>E.type==="ended"?r.readyState<2:r.readyState<3),(0,x.filterChanged)()),n=(0,x.merge)((0,x.fromEvent)(r,"progress"),(0,x.fromEvent)(r,"timeupdate")).pipe((0,x.map)(()=>ef(r.buffered,r.currentTime))),o=z.browser.isSafari?(0,x.combine)({play:e("play").pipe((0,x.once)()),playing:e("playing")}).pipe((0,x.mapTo)(void 0)):e("playing"),u=(0,x.fromEvent)(r,"volumechange").pipe((0,x.map)(()=>({muted:r.muted,volume:r.volume}))),l=(0,x.fromEvent)(r,"ratechange").pipe((0,x.map)(()=>r.playbackRate)),d=(0,x.fromEvent)(r,"error").pipe((0,x.filter)(()=>!!(r.error||r.played.length)),(0,x.map)(()=>{let E=r.error;return{id:E?`MediaError#${E.code}`:"HtmlVideoError",category:x.ErrorCategory.VIDEO_PIPELINE,message:E?E.message:"Error event from HTML video element",thrown:r.error??void 0}})),p=(0,x.fromEvent)(r,"timeupdate").pipe((0,x.map)(()=>r.currentTime)),h=new x.Subject,m=.3,b;t.add(p.subscribe(E=>{r.loop&&(0,x.isNonNullable)(b)&&(0,x.isNonNullable)(E)&&b>=r.duration-m&&E<=m&&h.next(b),b=E}));let v=e("pause").pipe((0,x.filter)(()=>!r.error&&b!==r.duration)),T=(0,x.fromEvent)(r,"enterpictureinpicture"),I=(0,x.fromEvent)(r,"leavepictureinpicture"),A=new x.ValueSubject(Zm(r));t.add(T.subscribe(()=>A.next(!0))),t.add(I.subscribe(()=>A.next(!1)));let P=new x.ValueSubject(tu(r)),$=(0,x.fromEvent)(r,"fullscreenchange");t.add($.pipe((0,x.map)(()=>tu(r))).subscribe(P));let k=.1,W=1e3,Y=(0,x.fromEvent)(r,"timeupdate").pipe((0,x.filter)(E=>r.duration-r.currentTime<k)),X=(0,x.merge)(Y.pipe((0,x.filter)(E=>!r.loop)),(0,x.fromEvent)(r,"ended")).pipe((0,x.throttle)(W),(0,x.mapTo)(void 0)),K=Y.pipe((0,x.filter)(E=>r.loop));return{playing$:o,pause$:v,canplay$:e("canplay"),ended$:X,looped$:h,loopExpected$:K,error$:d,seeked$:e("seeked"),seeking$:e("seeking"),progress$:e("progress"),loadStart$:e("loadstart"),loadedMetadata$:e("loadedmetadata"),loadedData$:e("loadeddata"),timeUpdate$:p,durationChange$:(0,x.fromEvent)(r,"durationchange").pipe((0,x.map)(()=>r.duration)),isBuffering$:s,currentBuffer$:n,volumeState$:u,playbackRateState$:l,inPiP$:A,inFullscreen$:P,enterPip$:T,leavePip$:I,destroy:i}};var Pt=require("@vkontakte/videoplayer-shared/es2024"),qt=r=>{switch(r){case"mobile":return Pt.VideoQuality.Q_144P;case"lowest":return Pt.VideoQuality.Q_240P;case"low":return Pt.VideoQuality.Q_360P;case"sd":case"medium":return Pt.VideoQuality.Q_480P;case"hd":case"high":return Pt.VideoQuality.Q_720P;case"fullhd":case"full":return Pt.VideoQuality.Q_1080P;case"quadhd":case"quad":return Pt.VideoQuality.Q_1440P;case"ultrahd":case"ultra":return Pt.VideoQuality.Q_2160P}};var Ht=U(Ut(),1),Tf=U(ze(),1),ws=U(Li(),1),B=require("@vkontakte/videoplayer-shared/es2024");var ru=!1,kt={},bf=r=>{ru=r},gf=()=>{kt={}},vf=r=>{r(kt)},kr=(r,e)=>{ru&&(kt.meta=kt.meta??{},kt.meta[r]=e)},Ae=class{constructor(e){this.name=e}next(e){if(!ru)return;kt.series=kt.series??{};let t=kt.series[this.name]??[];t.push([Date.now(),e]),kt.series[this.name]=t}};var fe=require("@vkontakte/videoplayer-shared/es2024");function au({limits:r,highQualityLimit:e,trafficSavingLimit:t}){return!r.max&&r.min===e?"high_quality":!r.min&&r.max===t?"traffic_saving":"unknown"}function su({limits:r,highQualityLimit:e,trafficSavingLimit:t}){return!!r&&au({limits:r,highQualityLimit:e,trafficSavingLimit:t})==="high_quality"}function wr({limits:r,highestAvailableQuality:e,lowestAvailableQuality:t}){return(0,fe.isNullable)(r)||(0,fe.isNonNullable)(r.min)&&(0,fe.isNonNullable)(r.max)&&(0,fe.isLower)(r.max,r.min)||(0,fe.isNonNullable)(r.min)&&e&&(0,fe.isHigher)(r.min,e)||(0,fe.isNonNullable)(r.max)&&t&&(0,fe.isLower)(r.max,t)}function Sf({limits:r,highestAvailableHeight:e,lowestAvailableHeight:t}){return wr({limits:{max:r?.max?(0,fe.videoHeightToQuality)(r.max):void 0,min:r?.min?(0,fe.videoHeightToQuality)(r.min):void 0},highestAvailableQuality:e?(0,fe.videoHeightToQuality)(e):void 0,lowestAvailableQuality:t?(0,fe.videoHeightToQuality)(t):void 0})}var Pk=new Ae("best_bitrate"),If=(r,e,t)=>(e-t)*Math.pow(2,-10*r)+t;var nu=r=>(e,t)=>r*(Number(e.bitrate)-Number(t.bitrate)),Ar=class{constructor(){this.history={}}recordSelection(e){this.history[e.id]=(0,B.now)()}recordSwitch(e){this.last=e}clear(){this.last=void 0,this.history={}}},Ef='Assertion "ABR Tracks is empty array" failed',As=(r,e,t,i)=>{let a=[...e].sort(nu(1)),s=[...t].sort(nu(1)),n=s.filter(u=>(0,B.isNonNullable)(u.bitrate)&&(0,B.isNonNullable)(r.bitrate)?r.bitrate/u.bitrate>i:!0),o=(0,Ht.default)(s,Math.round(s.length*a.indexOf(r)/(a.length+1)))??(0,Ht.default)(s,-1);return o&&(0,Tf.default)(n,o)?o:n.length?(0,Ht.default)(n,-1):(0,Ht.default)(s,0)},yf=r=>"quality"in r,xf=(r,e,t,i)=>{let a=(0,B.isNonNullable)(i?.last?.bitrate)&&(0,B.isNonNullable)(t?.bitrate)&&i.last.bitrate<t.bitrate?r.trackCooldownIncreaseQuality:r.trackCooldownDecreaseQuality,s=t&&i&&i.history[t.id]&&(0,B.now)()-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=yf(n)?"video":"audio",u=yf(n)?n.quality:n.bitrate;return e({message:`
8
8
  [last ${o} selected] ${u}
9
- `}),n}return i?.recordSwitch(t),t},wA=(a,e)=>Math.log(e)/Math.log(a),fg=({tuning:a,container:e,limits:t,panelSize:i})=>{let r=a.containerSizeFactor;if(i)return{containerSizeLimit:i,containerSizeFactor:r};if(a.usePixelRatio&&Y.display.pixelRatio){let s=Y.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=wA(n,o*s+u)+l;Number.isFinite(c)&&(r*=c)}}return Hn(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}},pg=new WeakMap,ti=(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:g})=>{(0,L.assertNotEmptyArray)(a,Gn);let{containerSizeFactor:y,containerSizeLimit:T}=fg({container:e,tuning:i,limits:r,panelSize:g}),k=i.considerPlaybackRate&&(0,L.isNonNullable)(o)?o:1,x=pg.get(a);x||(x=a.filter(R=>!(0,L.isInvariantQuality)(R.quality)).sort((R,V)=>(0,L.isHigher)(R.quality,V.quality)?-1:1),pg.set(a,x));let M=(0,ct.default)(x,-1)?.quality,$=(0,ct.default)(x,0)?.quality,F=Rr(r,$,M),G=k*Wn(n??.5,i.bitrateFactorAtEmptyBuffer,i.bitrateFactorAtFullBuffer),B={},D=null;for(let R of x){let V=!0;if(T)if(R.size)V=R.size.width<=T.width&&R.size.height<=T.height;else{let O=T&&(0,L.videoSizeToQuality)(T);V=O?(0,L.isLowerOrEqual)(R.quality,O):!0}if(!V){B[R.quality]="FitsContainer";continue}let ve=h||t,N=(0,L.isNonNullable)(ve)&&isFinite(ve)&&(0,L.isNonNullable)(R.bitrate)?ve-s>=R.bitrate*G:!0,ae=Hn(r,i.highQualityLimit,i.trafficSavingLimit)&&r?.min===R.quality;if(!N&&!ae){B[R.quality]="FitsThroughput";continue}if(i.lazyQualitySwitch&&(0,L.isNonNullable)(i.minBufferToSwitchUp)&&u&&!(0,L.isInvariantQuality)(u.quality)&&(n??0)<i.minBufferToSwitchUp&&(0,L.isHigher)(R.quality,u.quality)){B[R.quality]="Buffer";continue}if(!!p&&(0,L.isHigherOrEqual)(R.quality,p)&&!ae){B[R.quality]="DroppedFramesLimit";continue}if(!!d&&(0,L.isHigherOrEqual)(R.quality,d)&&!ae){B[R.quality]="StallsLimit";continue}let Ee=F||((0,L.isNullable)(r?.max)||(0,L.isLowerOrEqual)(R.quality,r.max))&&((0,L.isNullable)(r?.min)||(0,L.isHigherOrEqual)(R.quality,r.min)),pe=(0,L.isNonNullable)(c)&&!c?(0,L.isLowerOrEqual)(R.quality,i.backgroundVideoQualityLimit):!0;if(!Ee||!pe){B[R.quality]="FitsQualityLimits";continue}D||(D=R)}D&&D.bitrate&&hg.next(D.bitrate);let I=D??(0,ct.default)(x,-1)??a[0],z=l?.last,A=Qn(i,f,I,l);return(0,L.isNonNullable)(l)&&A.quality!==z?.quality&&f({message:`
9
+ `}),n}return i?.recordSwitch(t),t},kk=(r,e)=>Math.log(e)/Math.log(r),wk=({tuning:r,container:e,limits:t,panelSize:i})=>{let a=r.containerSizeFactor;if(i)return{containerSizeLimit:i,containerSizeFactor:a};if(r.usePixelRatio&&z.display.pixelRatio){let s=z.display.pixelRatio;if(r.pixelRatioMultiplier)a*=r.pixelRatioMultiplier*(s-1)+1;else{let n=r.pixelRatioLogBase,[o=0,u=0,l=0]=r.pixelRatioLogCoefficients,d=kk(n,o*s+u)+l;Number.isFinite(d)&&(a*=d)}}return su({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}},jt=(r,{container:e,estimatedThroughput:t,tuning:i,limits:a,reserve:s=0,forwardBufferHealth:n,playbackRate:o,current:u,history:l,visible:d,droppedVideoMaxQualityLimit:p,stallsVideoMaxQualityLimit:h,stallsPredictedThroughput:m,abrLogger:b,panelSize:v})=>{(0,B.assertNotEmptyArray)(r,Ef);let{containerSizeFactor:T,containerSizeLimit:I}=wk({container:e,tuning:i,limits:a,panelSize:v}),A=i.considerPlaybackRate&&(0,B.isNonNullable)(o)?o:1,P=r.filter(D=>!(0,B.isInvariantQuality)(D.quality)).sort((D,be)=>(0,B.isHigher)(D.quality,be.quality)?-1:1),$=(0,Ht.default)(P,-1)?.quality,k=(0,Ht.default)(P,0)?.quality,W=wr({limits:a,lowestAvailableQuality:$,highestAvailableQuality:k}),Y=A*If(n??.5,i.bitrateFactorAtEmptyBuffer,i.bitrateFactorAtFullBuffer),X={},E=P.filter(D=>{let be=!0;if(I)if(D.size)be=D.size.width<=I.width&&D.size.height<=I.height;else{let H=I&&(0,B.videoSizeToQuality)(I);be=H?(0,B.isLowerOrEqual)(D.quality,H):!0}if(!be)return X[D.quality]="FitsContainer",!1;let M=m||t,Z=(0,B.isNonNullable)(M)&&isFinite(M)&&(0,B.isNonNullable)(D.bitrate)?M-s>=D.bitrate*Y:!0,re=su({highQualityLimit:i.highQualityLimit,trafficSavingLimit:i.trafficSavingLimit,limits:a})&&a?.min===D.quality;if(!Z&&!re)return X[D.quality]="FitsThroughput",!1;if(i.lazyQualitySwitch&&(0,B.isNonNullable)(i.minBufferToSwitchUp)&&u&&!(0,B.isInvariantQuality)(u.quality)&&(n??0)<i.minBufferToSwitchUp&&(0,B.isHigher)(D.quality,u.quality))return X[D.quality]="Buffer",!1;if(!!p&&(0,B.isHigherOrEqual)(D.quality,p)&&!re)return X[D.quality]="DroppedFramesLimit",!1;if(!!h&&(0,B.isHigherOrEqual)(D.quality,h)&&!re)return X[D.quality]="StallsLimit",!1;let $e=W||((0,B.isNullable)(a?.max)||(0,B.isLowerOrEqual)(D.quality,a.max))&&((0,B.isNullable)(a?.min)||(0,B.isHigherOrEqual)(D.quality,a.min)),ee=(0,B.isNonNullable)(d)&&!d?(0,B.isLowerOrEqual)(D.quality,i.backgroundVideoQualityLimit):!0;return!$e||!ee?(X[D.quality]="FitsQualityLimits",!1):!0})[0];E&&E.bitrate&&Pk.next(E.bitrate);let q=E??(0,Ht.default)(P,-1)??r[0],C=l?.last,ie=xf(i,b,q,l);return(0,B.isNonNullable)(l)&&ie.quality!==C?.quality&&b({message:`
10
10
  [VIDEO TRACKS ABR]
11
11
  [available video tracks]
12
- ${a.map(R=>`{ id: ${R.id}, quality: ${R.quality}, bitrate: ${R.bitrate}, size: ${R.size?.width}:${R.size?.height} }`).join(`
12
+ ${r.map(D=>`{ id: ${D.id}, quality: ${D.quality}, bitrate: ${D.bitrate}, size: ${D.size?.width}:${D.size?.height} }`).join(`
13
13
  `)}
14
14
 
15
15
  [tuning]
16
- ${(0,er.default)(i??{}).map(([R,V])=>`${R}: ${V}`).join(`
16
+ ${(0,ws.default)(i??{}).map(([D,be])=>`${D}: ${be}`).join(`
17
17
  `)}
18
18
 
19
19
  [limit params]
20
- containerSizeFactor: ${y},
21
- containerSizeLimit: ${T?.width??0} x ${T?.height??0},
20
+ containerSizeFactor: ${T},
21
+ containerSizeLimit: ${I?.width??0} x ${I?.height??0},
22
22
  estimatedThroughput: ${t},
23
- stallsPredictedThroughput: ${h},
23
+ stallsPredictedThroughput: ${m},
24
24
  reserve: ${s},
25
25
  playbackRate: ${o},
26
- playbackRateFactor: ${k},
26
+ playbackRateFactor: ${A},
27
27
  forwardBufferHealth: ${n},
28
- bitrateFactor: ${G},
28
+ bitrateFactor: ${Y},
29
29
  minBufferToSwitchUp: ${i.minBufferToSwitchUp},
30
30
  droppedVideoMaxQualityLimit: ${p},
31
- stallsVideoMaxQualityLimit: ${d},
32
- limitsAreInvalid: ${F},
33
- maxQualityLimit: ${r?.max},
34
- minQualityLimit: ${r?.min},
31
+ stallsVideoMaxQualityLimit: ${h},
32
+ limitsAreInvalid: ${W},
33
+ maxQualityLimit: ${a?.max},
34
+ minQualityLimit: ${a?.min},
35
35
 
36
36
  [limited video tracks]
37
- ${(0,er.default)(B).map(([R,V])=>`${R}: ${V}`).join(`
37
+ ${(0,ws.default)(X).map(([D,be])=>`${D}: ${be}`).join(`
38
38
  `)||"All tracks are available"}
39
39
 
40
- [best video track] ${D?.quality}
41
- [selected video track] ${A?.quality}
42
- `}),A},Yn=(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:g})=>{(0,L.assertNotEmptyArray)(a,Gn);let{containerSizeFactor:y,containerSizeLimit:T}=fg({container:e,tuning:i,limits:r,panelSize:g}),k=i.considerPlaybackRate&&(0,L.isNonNullable)(o)?o:1,x=a.filter(V=>!(0,L.isInvariantQuality)(V.quality)).sort((V,ve)=>(0,L.isHigher)(V.quality,ve.quality)?-1:1),M=(0,ct.default)(x,-1)?.quality,$=(0,ct.default)(x,0)?.quality,F=Rr(r,M,$),G=k*Wn(n??.5,i.bitrateFactorAtEmptyBuffer,i.bitrateFactorAtFullBuffer),B={},I=x.filter(V=>{let ve=!0;if(T)if(V.size)ve=V.size.width<=T.width&&V.size.height<=T.height;else{let W=T&&(0,L.videoSizeToQuality)(T);ve=W?(0,L.isLowerOrEqual)(V.quality,W):!0}if(!ve)return B[V.quality]="FitsContainer",!1;let N=h||t,ae=(0,L.isNonNullable)(N)&&isFinite(N)&&(0,L.isNonNullable)(V.bitrate)?N-s>=V.bitrate*G:!0,de=Hn(r,i.highQualityLimit,i.trafficSavingLimit)&&r?.min===V.quality;if(!ae&&!de)return B[V.quality]="FitsThroughput",!1;if(i.lazyQualitySwitch&&(0,L.isNonNullable)(i.minBufferToSwitchUp)&&u&&!(0,L.isInvariantQuality)(u.quality)&&(n??0)<i.minBufferToSwitchUp&&(0,L.isHigher)(V.quality,u.quality))return B[V.quality]="Buffer",!1;if(!!p&&(0,L.isHigherOrEqual)(V.quality,p)&&!de)return B[V.quality]="DroppedFramesLimit",!1;if(!!d&&(0,L.isHigherOrEqual)(V.quality,d)&&!de)return B[V.quality]="StallsLimit",!1;let pe=F||((0,L.isNullable)(r?.max)||(0,L.isLowerOrEqual)(V.quality,r.max))&&((0,L.isNullable)(r?.min)||(0,L.isHigherOrEqual)(V.quality,r.min)),O=(0,L.isNonNullable)(c)&&!c?(0,L.isLowerOrEqual)(V.quality,i.backgroundVideoQualityLimit):!0;return!pe||!O?(B[V.quality]="FitsQualityLimits",!1):!0})[0];I&&I.bitrate&&hg.next(I.bitrate);let z=I??(0,ct.default)(x,-1)??a[0],A=l?.last,R=Qn(i,f,z,l);return(0,L.isNonNullable)(l)&&R.quality!==A?.quality&&f({message:`
43
- [VIDEO TRACKS ABR]
44
- [available video tracks]
45
- ${a.map(V=>`{ id: ${V.id}, quality: ${V.quality}, bitrate: ${V.bitrate}, size: ${V.size?.width}:${V.size?.height} }`).join(`
46
- `)}
47
-
48
- [tuning]
49
- ${(0,er.default)(i??{}).map(([V,ve])=>`${V}: ${ve}`).join(`
50
- `)}
51
-
52
- [limit params]
53
- containerSizeFactor: ${y},
54
- containerSizeLimit: ${T?.width??0} x ${T?.height??0},
55
- estimatedThroughput: ${t},
56
- stallsPredictedThroughput: ${h},
57
- reserve: ${s},
58
- playbackRate: ${o},
59
- playbackRateFactor: ${k},
60
- forwardBufferHealth: ${n},
61
- bitrateFactor: ${G},
62
- minBufferToSwitchUp: ${i.minBufferToSwitchUp},
63
- droppedVideoMaxQualityLimit: ${p},
64
- stallsVideoMaxQualityLimit: ${d},
65
- limitsAreInvalid: ${F},
66
- maxQualityLimit: ${r?.max},
67
- minQualityLimit: ${r?.min},
68
-
69
- [limited video tracks]
70
- ${(0,er.default)(B).map(([V,ve])=>`${V}: ${ve}`).join(`
71
- `)||"All tracks are available"}
72
-
73
- [best video track] ${I?.quality}
74
- [selected video track] ${R?.quality}
75
- `}),R},Kn=(a,e,t,{estimatedThroughput:i,tuning:r,playbackRate:s,forwardBufferHealth:n,history:o,abrLogger:u,stallsPredictedThroughput:l})=>{(0,L.assertNotEmptyArray)(t,Gn);let c=r.considerPlaybackRate&&(0,L.isNonNullable)(s)?s:1,p=[...t].sort(Lr(-1)),d=a.bitrate;(0,L.assertNonNullable)(d);let h=c*Wn(n??.5,r.bitrateAudioFactorAtEmptyBuffer,r.bitrateAudioFactorAtFullBuffer),f,g=xa(a,e,t,r.minVideoAudioRatio),y=l||i;(0,L.isNonNullable)(y)&&isFinite(y)&&(f=p.find(x=>(0,L.isNonNullable)(x.bitrate)&&(0,L.isNonNullable)(g?.bitrate)?y-d>=x.bitrate*h&&x.bitrate>=g.bitrate:!1)),f||(f=g);let T=o?.last,k=f&&Qn(r,u,f,o);return(0,L.isNonNullable)(o)&&k?.bitrate!==T?.bitrate&&u({message:`
40
+ [best video track] ${E?.quality}
41
+ [selected video track] ${ie?.quality}
42
+ `}),ie},Pf=(r,e,t,{estimatedThroughput:i,tuning:a,playbackRate:s,forwardBufferHealth:n,history:o,abrLogger:u,stallsPredictedThroughput:l})=>{(0,B.assertNotEmptyArray)(t,Ef);let d=a.considerPlaybackRate&&(0,B.isNonNullable)(s)?s:1,p=[...t].sort(nu(-1)),h=r.bitrate;(0,B.assertNonNullable)(h);let m=d*If(n??.5,a.bitrateAudioFactorAtEmptyBuffer,a.bitrateAudioFactorAtFullBuffer),b,v=As(r,e,t,a.minVideoAudioRatio),T=l||i;(0,B.isNonNullable)(T)&&isFinite(T)&&(b=p.find(P=>(0,B.isNonNullable)(P.bitrate)&&(0,B.isNonNullable)(v?.bitrate)?T-h>=P.bitrate*m&&P.bitrate>=v.bitrate:!1)),b||(b=v);let I=o?.last,A=b&&xf(a,u,b,o);return(0,B.isNonNullable)(o)&&A?.bitrate!==I?.bitrate&&u({message:`
76
43
  [AUDIO TRACKS ABR]
77
44
  [available audio tracks]
78
- ${t.map(x=>`{ id: ${x.id}, bitrate: ${x.bitrate} }`).join(`
45
+ ${t.map(P=>`{ id: ${P.id}, bitrate: ${P.bitrate} }`).join(`
79
46
  `)}
80
47
 
81
48
  [tuning]
82
- ${(0,er.default)(r??{}).map(([x,M])=>`${x}: ${M}`).join(`
49
+ ${(0,ws.default)(a??{}).map(([P,$])=>`${P}: ${$}`).join(`
83
50
  `)}
84
51
 
85
52
  [limit params]
86
53
  estimatedThroughput: ${i},
87
54
  stallsPredictedThroughput: ${l},
88
- reserve: ${d},
55
+ reserve: ${h},
89
56
  playbackRate: ${s},
90
- playbackRateFactor: ${c},
57
+ playbackRateFactor: ${d},
91
58
  forwardBufferHealth: ${n},
92
- bitrateFactor: ${h},
93
- minBufferToSwitchUp: ${r.minBufferToSwitchUp},
59
+ bitrateFactor: ${m},
60
+ minBufferToSwitchUp: ${a.minBufferToSwitchUp},
94
61
 
95
- [selected audio track] ${k?.id}
96
- `}),k},Xn=(a,e,t,{estimatedThroughput:i,tuning:r,playbackRate:s,forwardBufferHealth:n,history:o,abrLogger:u,stallsPredictedThroughput:l})=>{(0,L.assertNotEmptyArray)(t,Gn);let c=r.considerPlaybackRate&&(0,L.isNonNullable)(s)?s:1,p=lg.get(t);p||(p=[...t].sort(Lr(-1)),lg.set(t,p));let d=a.bitrate;(0,L.assertNonNullable)(d);let h=c*Wn(n??.5,r.bitrateAudioFactorAtEmptyBuffer,r.bitrateAudioFactorAtFullBuffer),f,g=Ea(a,e,t,r.minVideoAudioRatio),y=l||i;(0,L.isNonNullable)(y)&&isFinite(y)&&(f=p.find(x=>(0,L.isNonNullable)(x.bitrate)&&(0,L.isNonNullable)(g?.bitrate)?y-d>=x.bitrate*h&&x.bitrate>=g.bitrate:!1)),f||(f=g);let T=o?.last,k=f&&Qn(r,u,f,o);return(0,L.isNonNullable)(o)&&k?.bitrate!==T?.bitrate&&u({message:`
97
- [AUDIO TRACKS ABR]
98
- [available audio tracks]
99
- ${t.map(x=>`{ id: ${x.id}, bitrate: ${x.bitrate} }`).join(`
100
- `)}
101
-
102
- [tuning]
103
- ${(0,er.default)(r??{}).map(([x,M])=>`${x}: ${M}`).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] ${k?.id}
117
- `}),k};var qe=a=>new URL(a).hostname;var Q=require("@vkontakte/videoplayer-shared/es2024");var yg=q(zt(),1);var bg=q(Rt(),1),mg=a=>{if(a instanceof DOMException&&(0,bg.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"))},it=async(a,e)=>{let t=a.muted;try{await a.play()}catch(i){if(!mg(i))return!1;if(e&&e(),t)return console.warn(i),!1;a.muted=!0;try{await a.play()}catch(r){return mg(r)&&(a.muted=!1,console.warn(r)),!1}}return!0};var $t=require("@vkontakte/videoplayer-shared/es2024");var gg=q(Ji(),1),ii=require("@vkontakte/videoplayer-shared/es2024");function Qe(){return(0,ii.now)()}function ql(a){return Qe()-a}function jl(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 Sg(a,e,t){let i=(...r)=>{t.apply(null,r),a.removeEventListener(e,i)};a.addEventListener(e,i)}function Mr(a,e,t,i){let r=window.XMLHttpRequest,s,n,o,u=!1,l=0,c,p,d=!1,h="arraybuffer",f=7e3,g=2e3,y=()=>{if(u)return;(0,ii.assertNonNullable)(c);let A=ql(c),R;if(A<g){R=g-A,setTimeout(y,R);return}g*=2,g>f&&(g=f),n&&n.abort(),n=new r,F()},T=A=>(s=A,z),k=A=>(p=A,z),x=()=>(h="json",z),M=()=>{if(!u){if(--l>=0){y(),i&&i();return}u=!0,p&&p(),t&&t()}},$=A=>(d=A,z),F=()=>{c=Qe(),n=new r,n.open("get",a);let A=0,R,V=0,ve=()=>((0,ii.assertNonNullable)(c),Math.max(c,Math.max(R||0,V||0)));if(s&&n.addEventListener("progress",N=>{let ae=Qe();s.updateChunk&&N.loaded>A&&(s.updateChunk(ve(),N.loaded-A),A=N.loaded,R=ae)}),o&&(n.timeout=o,n.addEventListener("timeout",()=>M())),n.addEventListener("load",()=>{if(u)return;(0,ii.assertNonNullable)(n);let N=n.status;if(N>=200&&N<300){let{response:ae,responseType:de}=n,xe=ae?.byteLength;if(typeof xe=="number"&&s){let Ce=xe-A;Ce&&s.updateChunk&&s.updateChunk(ve(),Ce)}de==="json"&&(!ae||!(0,gg.default)(ae).length)?M():(p&&p(),e(ae))}else M()}),n.addEventListener("error",()=>{M()}),d){let N=()=>{(0,ii.assertNonNullable)(n),n.readyState===XMLHttpRequest.HEADERS_RECEIVED&&(V=Qe(),n.removeEventListener("readystatechange",N))};n.addEventListener("readystatechange",N)}return n.responseType=h,n.send(),z},z={withBitrateReporting:T,withParallel:$,withJSONResponse:x,withRetryCount:A=>(l=A,z),withRetryInterval:(A,R)=>((0,ii.isNonNullable)(A)&&(g=A),(0,ii.isNonNullable)(R)&&(f=R),z),withTimeout:A=>(o=A,z),withFinally:k,send:F,abort:()=>{n&&(n.abort(),n=void 0),u=!0,p&&p()}};return z}var wa=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 vg=q(Ji(),1);var Pa=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=Qe(),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=Qe()-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=Mr(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=Qe()}_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=Qe();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,vg.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}};var Tg=require("@vkontakte/videoplayer-shared/es2024");var Jn=1e4,Hl=3;var kA=6e4,AA=10,RA=1,LA=500,ka=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 Tg.Subject,this.chunkRateEstimator=new wa(this.params.logger),this._initVideo()}attachSource(e){this.manifestUrl=e,this.urlResolver=jl(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=jl(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*(Y.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||{};!ug({limits:this.autoQualityLimits,highestAvailableHeight:this.manifest[0].video.height,lowestAvailableHeight:(0,yg.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||(0,$t.isNonNullable)(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=()=>{Sg(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 Pa(Hl,Jn,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 M=s&&(!c||c===this.rep);return M||t("Not running!"),M},d=(M,$,F)=>{u&&u.abort(),u=Mr(this.urlResolver.resolve(M,!1),$,F,()=>this._retryCallback()).withTimeout(Jn).withBitrateReporting(this.bitrateSwitcher).withRetryCount(Hl).withFinally(()=>{u=null}).send()},h=(M,$,F)=>{(0,$t.assertNonNullable)(this.filesFetcher),o?.abort(),o=this.filesFetcher.requestData(this.urlResolver.resolve(M,!1),$,F,()=>this._retryCallback()).withFinally(()=>{o=null}).send()},f=M=>{let $=i.playbackRate;i.playbackRate!==M&&(t(`Playback rate switch: ${$}=>${M}`),i.playbackRate=M)},g=M=>{this.lowLatency=M,t(`lowLatency changed to ${M}`),y()},y=()=>{if(!this.lowLatency&&!this.params.config.isLiveCatchUpMode)f(1);else{let M=this._getBufferSizeSec();if(this.bufferStates.length<5){f(1);return}let F=Qe()-1e4,G=0;for(let D=0;D<this.bufferStates.length;D++){let I=this.bufferStates[D];M=Math.min(M,I.buf),I.ts<F&&G++}this.bufferStates.splice(0,G),t(`update playback rate; minBuffer=${M} drop=${G} jitter=${this.sourceJitter}`);let B=M-RA;this.sourceJitter>=0?B-=this.sourceJitter/2:this.sourceJitter-=1,B>3?f(1.15):B>1?f(1.1):B>.3?f(1.05):f(1)}},T=M=>{let $,F=()=>$&&$.start?$.start.length:0,G=N=>$.start[N]/1e3,B=N=>$.dur[N]/1e3,D=N=>$.fragIndex+N,I=(N,ae)=>({chunkIdx:D(N),startTS:G(N),dur:B(N),discontinuity:ae}),z=()=>{let N=0;if($&&$.dur){let ae=this.lowLatency?this.params.config.lowLatencyMinBuffer:this.params.config.minBuffer,de=this.lowLatency?this.params.config.lowLatencyMinBufferSegments:this.params.config.minBufferSegments,xe=ae;this.sourceJitter>1&&(xe+=this.sourceJitter-1);let Ce=$.dur.length-1;for(;Ce>=0&&(xe-=$.dur[Ce],!(xe<=0));--Ce);N=Math.min(Ce,$.dur.length-1-de),N=Math.max(N,0)}return I(N,!0)},A=N=>{let ae=F();if(!(ae<=0)){if((0,$t.isNonNullable)(N)){for(let de=0;de<ae;de++)if(G(de)>N)return I(de)}return z()}},R=N=>{let ae=F(),de=N?N.chunkIdx+1:0,xe=de-$.fragIndex;if(!(ae<=0)){if(!N||xe<0||xe-ae>AA)return t(`Resync: offset=${xe} bChunks=${ae} chunk=`+JSON.stringify(N)),z();if(!(xe>=ae))return I(de-$.fragIndex,!1)}},V=(N,ae,de)=>{l&&l.abort(),l=Mr(this.urlResolver.resolve(N,!0,this.lowLatency),ae,de,()=>this._retryCallback()).withTimeout(Jn).withRetryCount(Hl).withFinally(()=>{l=null}).withJSONResponse().send()};return{seek:(N,ae)=>{V(M,de=>{if(!p())return;$=de;let xe=!!$.lowLatency;xe!==this.lowLatency&&g(xe);let Ce=0;for(let Ee=0;Ee<$.dur.length;++Ee)Ce+=$.dur[Ee];Ce>0&&((0,$t.assertNonNullable)(this.filesFetcher),this.filesFetcher.optimizeForSegDuration(Ce/$.dur.length)),r({name:"index",zeroTime:$.zeroTime,shiftDuration:$.shiftDuration}),this.sourceJitter=$.hasOwnProperty("jitter")?Math.min(10,Math.max(.01,$.jitter/1e3)):1,N(A(ae))},()=>this._handleNetworkError())},nextChunk:R}},k=()=>{s=!1,o&&o.abort(),u&&u.abort(),l&&l.abort(),(0,$t.assertNonNullable)(this.filesFetcher),this.filesFetcher.abortAll()};return c={start:M=>{let{videoElement:$,logger:F}=this.params,G=T(e.jidxUrl),B,D,I,z,A=0,R,V,ve,N=()=>{R&&(clearTimeout(R),R=void 0);let W=Math.max(LA,1e3*(this._getBufferSizeSec()-this.sourceJitter-5)),He=A+W,Ve=Qe(),fe=Math.min(1e4,He-Ve);A=Ve;let _e=()=>{l||p()&&G.seek(()=>{p()&&(A=Qe(),ae(),N())})};fe>0?R=window.setTimeout(()=>{this.paused?N():_e()},fe):_e()},ae=()=>{let W;for(;W=G.nextChunk(z);)z=W,pe(W);let He=G.nextChunk(I);if(He){if(I&&He.discontinuity){F("Detected discontinuity; restarting playback"),this.paused?N():(k(),this._initPlayerWith(e));return}Ee(He)}else N()},de=(W,He)=>{if(!p()||!this.sourceBuffer)return;let Ve,fe,_e,St=at=>{window.setTimeout(()=>{p()&&de(W,He)},at)};if(this.sourceBuffer.updating)F("Source buffer is updating; delaying appendBuffer"),St(100);else{let at=Qe(),Re=$.currentTime;!this.paused&&$.buffered.length>1&&V===Re&&at-ve>500&&(F("Stall suspected; trying to fix"),this._fixupStall()),V!==Re&&(V=Re,ve=at);let vt=this._getBufferSizeSec();if(vt>30)F(`Buffered ${vt} seconds; delaying appendBuffer`),St(2e3);else try{this.sourceBuffer.appendBuffer(W),this.videoPlayStarted?(this.bufferStates.push({ts:at,buf:vt}),y(),this.bufferStates.length>200&&this.bufferStates.shift()):this.shouldPlay()&&(this.videoPlayStarted=!0,this._playVideoElement()),He&&He()}catch(je){if(je.name==="QuotaExceededError")F("QuotaExceededError; delaying appendBuffer"),_e=this.sourceBuffer.buffered.length,_e!==0&&(Ve=this.sourceBuffer.buffered.start(0),fe=Re,fe-Ve>4&&this.sourceBuffer.remove(Ve,fe-3)),St(1e3);else throw je}}},xe=()=>{D&&B&&(F([`Appending chunk, sz=${D.byteLength}:`,JSON.stringify(I)]),de(D,function(){D=null,ae()}))},Ce=W=>e.fragUrlTemplate.replace("%%id%%",W.chunkIdx),Ee=W=>{p()&&h(Ce(W),(He,Ve)=>{if(p()){if(Ve/=1e3,D=He,I=W,n=W.startTS,Ve){let fe=Math.min(10,W.dur/Ve);this.downloadRate=this.downloadRate?(1-.3)*this.downloadRate+.3*fe:fe}xe()}},()=>this._handleNetworkError())},pe=W=>{p()&&((0,$t.assertNonNullable)(this.filesFetcher),this.filesFetcher.prefetch(this.urlResolver.resolve(Ce(W),!1)))},O=W=>{p()&&(e.cachedHeader=W,de(W,()=>{B=!0,xe()}))};s=!0,G.seek(W=>{if(p()){if(A=Qe(),!W){N();return}z=W,!(0,$t.isNullable)(M)||W.startTS>M?Ee(W):(I=W,ae())}},M),e.cachedHeader?O(e.cachedHeader):d(e.headerUrl,O,()=>this._handleNetworkError())},stop:k,getTimestampSec:()=>n},c}_switchToQuality(e){let{logger:t,playerCallback:i}=this.params,r;e.bitrate!==this.bitrate&&(this.rep&&(r=this.rep.getTimestampSec(),(0,$t.isNonNullable)(r)&&(r+=.1),this.rep.stop()),this.currentManifestEntry=e,this.rep=this._representation(e),t(`switch to quality: codecs=${e.codecs}; headerUrl=${e.headerUrl}; bitrate=${e.bitrate}`),this.bitrate=e.bitrate,(0,$t.assertNonNullable)(this.bitrateSwitcher),this.bitrateSwitcher.notifySwitch(this.bitrate),this.rep.start(r),i({name:"qualitySwitch",quality:e}))}_qualityAvailable(e){return(0,$t.isNonNullable)(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=Qe();if(this.chunkRateEstimator.addInterval(d,f,h)){let y=this.chunkRateEstimator.getBitRate();return t({name:"bandwidth",size:h,duration:f-d,speed:y}),!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&&ql(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=Qe();p<o&&(n=d),o=p}}}_fetchManifest(e,t,i){this.manifestRequest=Mr(this.urlResolver.resolve(e,!0),t,i,()=>this._retryCallback()).withJSONResponse().withTimeout(Jn).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;it(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))},kA))}_initManifest(){this._fetchManifest(this.manifestUrl,e=>{this.destroyed||(this._handleManifestUpdate(e),this._refetchManifest(this.manifestUrl))},()=>this._handleNetworkError())}};var Ig=q(Wi(),1),Le=require("@vkontakte/videoplayer-shared/es2024"),zl=class{constructor(){this.onDroopedVideoFramesLimit$=new Le.Subject;this.subscription=new Le.Subscription;this.playing=!1;this.tracks=[];this.forceChecker$=new Le.Subject;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&&!(0,Le.isInvariantQuality)(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&&(0,Le.isHigher)(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((0,Le.fromEvent)(this.video,"resize").subscribe(this.handleChangeVideoQuality));let e=(0,Le.interval)(this.droppedFramesChecker.checkTime).pipe((0,Le.filter)(()=>this.playing),(0,Le.filter)(()=>{let r=!!this.isForceCheckCounter;return r&&(this.isForceCheckCounter-=1),!r})),t=this.forceChecker$.pipe((0,Le.debounce)(this.droppedFramesChecker.checkTime)),i=(0,Le.merge)(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,Ig.default)(this.limitCounts).filter(([,i])=>i>=this.droppedFramesChecker.countLimit).sort(([i],[r])=>(0,Le.isLower)(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}},$r=zl;var Zn=require("@vkontakte/videoplayer-shared/es2024"),xg=require("@vkontakte/videoplayer-shared/es2024");var Aa=()=>!!window.documentPictureInPicture?.window||!!document.pictureInPictureElement;var MA=(a,e)=>new Zn.Observable(t=>{if(!window.IntersectionObserver)return;let i={root:null},r=new IntersectionObserver((n,o)=>{n.forEach(u=>t.next(u.isIntersecting||Aa()))},{...i,...e});r.observe(a);let s=(0,xg.fromEvent)(document,"visibilitychange").pipe((0,Zn.map)(n=>!document.hidden||Aa())).subscribe(n=>t.next(n));return()=>{r.unobserve(a),s.unsubscribe()}}),mt=MA;var $A=["paused","playing","ready"],BA=["paused","playing","ready"],Ra=class{constructor(e){this.subscription=new Q.Subscription;this.videoState=new X("stopped");this.representations$=new Q.ValueSubject([]);this.droppedFramesManager=new $r;this.maxSeekBackTime$=new Q.ValueSubject(1/0);this.zeroTime$=new Q.ValueSubject(void 0);this.liveOffset=new Zi;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:Q.ErrorCategory.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=ei(r.name)??(0,Q.videoSizeToQuality)(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),(0,Q.isNonNullable)(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,Wl.default)(BA,e)&&(n||o)){this.prepare();return}if(r?.to!=="paused"&&s.state==="requested"&&(0,Wl.default)($A,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=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(De(this.params.source.url,u))}return;default:return(0,Q.assertNever)(e)}};this.textTracksManager=new ft(e.source.url),this.params=e,this.log=this.params.dependencies.logger.createComponentLog("DashLiveProvider");let t=r=>{e.output.error$.next({id:"DashLiveProvider",category:Q.ErrorCategory.WTF,message:"DashLiveProvider internal logic error",thrown:r})};this.subscription.add((0,Q.merge)(this.videoState.stateChangeStarted$.pipe((0,Q.map)(r=>({transition:r,type:"start"}))),this.videoState.stateChangeEnded$.pipe((0,Q.map)(r=>({transition:r,type:"end"})))).subscribe(({transition:r,type:s})=>{this.log({message:`[videoState change] ${s}: ${JSON.stringify(r)}`})})),this.video=Je(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(qe(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=tt(this.video);this.subscription.add(()=>i.destroy()),this.subscription.add(this.representations$.pipe((0,Q.map)(r=>r.map(({track:s})=>s)),(0,Q.filter)(r=>!!r.length),(0,Q.once)()).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((0,Q.filterChanged)(),(0,Q.map)(r=>-r/1e3)).subscribe(this.params.output.duration$)).add((0,Q.combine)({zeroTime:this.zeroTime$.pipe((0,Q.filter)(Q.isNonNullable)),position:i.timeUpdate$}).subscribe(({zeroTime:r,position:s})=>this.params.output.liveTime$.next(r+s*1e3),t)).add(Dt(this.video,this.params.desiredState.isLooped,t)).add(et(this.video,this.params.desiredState.volume,i.volumeState$,t)).add(i.volumeState$.subscribe(this.params.output.volume$,t)).add(ht(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(mt(this.video).subscribe(this.params.output.elementVisible$)).add(this.params.desiredState.autoVideoTrackLimits.stateChangeStarted$.subscribe(({to:{max:r,min:s}})=>{this.dash.setAutoQualityLimits({max:r&&(0,Q.videoQualityToHeight)(r),min:s&&(0,Q.videoQualityToHeight)(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(0,Q.assertNever)(r.to)}},t)).add((0,Q.merge)(e.desiredState.playbackState.stateChangeStarted$,e.desiredState.seekState.stateChangeEnded$,e.desiredState.videoTrack.stateChangeStarted$,e.desiredState.autoVideoTrackSwitching.stateChangeStarted$,this.videoState.stateChangeEnded$,this.droppedFramesManager.onDroopedVideoFramesLimit$,(0,Q.observableFrom)(["init"])).pipe((0,Q.debounce)(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),Ze(this.video)}createLiveDashPlayer(){let e=new ka({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&&(0,Q.isNonNullable)(t)?t:ti(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;(0,Q.assertNonNullable)(l,"Representations missing"),this.dash.startPlay(l,i)}}setVideoTrack(e){let t=this.representations$.getValue().find(({track:i})=>i.id===e.id)?.representation;(0,Q.assertNonNullable)(t,`No such representation ${e.id}`),this.dash.switchByName(t.name),this.params.desiredState.videoTrack.setState(e)}setAutoQuality(e){this.dash.setAutoQualityEnabled(e),this.params.desiredState.autoVideoTrackSwitching.setState(e)}seek(e){this.log({message:`[seek] position: ${e}`}),this.params.output.willSeekEvent$.next();let t=this.params.desiredState.playbackState.getState(),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(De(this.params.source.url,n)),r&&this.dash.pause(),this.liveOffset.resetTo(n,r)}};var Eg=Ra;var wv=q(Rt(),1);var Ye=(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)};var te=require("@vkontakte/videoplayer-shared/es2024");var eo=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}},Br=class extends eo{constructor(){super(),this.listeners||eo.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)}},La=class{constructor(){Object.defineProperty(this,"signal",{value:new Br,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&&(La.prototype[Symbol.toStringTag]="AbortController",Br.prototype[Symbol.toStringTag]="AbortSignal");function to(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 Gl(a){typeof a=="function"&&(a={fetch:a});let{fetch:e,Request:t=e.Request,AbortController:i,__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL:r=!1}=a;if(!to({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 Ma=to({fetch:window.fetch,Request:window.Request,AbortController:window.AbortController}),wg=Ma?Gl({fetch:window.fetch,Request:window.Request,AbortController:window.AbortController}):void 0,Ct=Ma?wg.fetch:window.fetch,VV=Ma?wg.Request:window.Request,he=Ma?La:window.AbortController,OV=Ma?Br:window.AbortSignal;var yc=q($a(),1);var dS=q(cS(),1),Dr=require("@vkontakte/videoplayer-shared/es2024"),io=a=>{if(!a)return{id:"EmptyResponse",category:Dr.ErrorCategory.PARSER,message:"Empty response"};if(a.length<=2&&a.match(/^\d+$/))return{id:`UVError#${a}`,category:Dr.ErrorCategory.NETWORK,message:`UV Error ${a}`};let e=(0,dS.default)(a).substring(0,100).toLowerCase();if(e.startsWith("<!doctype")||e.startsWith("<html>")||e.startsWith("<body>")||e.startsWith("<head>"))return{id:"UnexpectedHTML",category:Dr.ErrorCategory.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:Dr.ErrorCategory.PARSER,message:"XML parsing error"}:{id:"XMLParserLogicError",category:Dr.ErrorCategory.PARSER,message:"Response is valid XML, but parser failed"}};var rt=(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};var v=require("@vkontakte/videoplayer-shared/es2024");var ao=q(Rt(),1),Nr=q(zt(),1),so=q($a(),1);var SR=(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)},vR=a=>window.clearTimeout(a),pS=a=>typeof a=="function"&&a?.toString().endsWith("{ [native code] }"),hS=!pS(window.requestIdleCallback)||!pS(window.cancelIdleCallback),Cr=hS?SR:window.requestIdleCallback,ri=hS?vR:window.cancelIdleCallback;var mv=q(ya(),1);var Di=require("@vkontakte/videoplayer-shared/es2024");var yR=18,fS=!1;try{fS=Y.browser.isSafari&&!!Y.browser.safariVersion&&Y.browser.safariVersion<=yR}catch(a){console.error(a)}var Zl=class{constructor(e){this.bufferFull$=new Di.Subject;this.error$=new Di.Subject;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:Di.ErrorCategory.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)};fS&&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:Di.ErrorCategory.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:(0,Di.assertNever)(t)}}},mS=Zl;var Vr=a=>{let e=0;for(let t=0;t<a.length;t++)e+=a.end(t)-a.start(t);return e*1e3};var w=require("@vkontakte/videoplayer-shared/es2024");var oe=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 Or=class extends oe{};var Da=class extends oe{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 Ca=class extends oe{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 Va=class extends oe{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var ye=class extends oe{constructor(e,t){super(e,t);let i=this.readUint32();this.version=i>>>24,this.flags=i&16777215}};var Oa=class extends ye{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 _a=class extends oe{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var Fa=class extends oe{constructor(e,t){super(e,t),this.data=this.content}};var tr=class extends ye{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 Na=class extends oe{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var Ua=class extends oe{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var qa=class extends ye{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 ye{constructor(e,t){super(e,t),this.poseYawDegrees=this.readUint32(),this.posePitchDegrees=this.readUint32(),this.poseRollDegrees=this.readUint32()}};var Ha=class extends ye{constructor(e,t){super(e,t),this.projectionBoundsTop=this.readUint32(),this.projectionBoundsBottom=this.readUint32(),this.projectionBoundsLeft=this.readUint32(),this.projectionBoundsRight=this.readUint32()}};var za=class extends oe{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var Wa=class extends ye{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 Ga=class extends oe{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var Qa=class extends oe{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var Ya=class extends ye{constructor(e,t){super(e,t),this.sequenceNumber=this.readUint32()}};var Ka=class extends oe{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var Xa=class extends ye{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 Ja=class extends ye{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 Za=class extends ye{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 es=class extends oe{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var ts=class extends ye{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 is=class extends oe{constructor(e,t){super(e,t),this.children=this.scanForBoxes(new DataView(this.content.buffer,this.content.byteOffset+78,this.content.byteLength-78))}};var IR={ftyp:Ca,moov:Va,mvhd:Oa,moof:_a,mdat:Fa,sidx:tr,trak:Na,mdia:za,mfhd:Ya,tkhd:Wa,traf:Ka,tfhd:Xa,tfdt:Ja,trun:Za,minf:Ga,sv3d:Ua,st3d:qa,prhd:ja,proj:Qa,equi:Ha,uuid:Da,stbl:es,stsd:ts,avc1:is,unknown:Or},gi=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=IR[e];return i?new i(t,new a):new Or(t,new a)}};var Ci=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 ER=new TextDecoder("ascii"),wR=a=>ER.decode(new DataView(a.buffer,a.byteOffset+4,4))==="ftyp",PR=a=>{let e=new tr(a,new gi),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})},kR=(a,e)=>{let i=new gi().parse(a),r=new Ci(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)},AR=a=>{let t=new gi().parse(a),i=new Ci(t),r={},s=i.findAll("uuid");return s.length?s[s.length-1]:r},RR=a=>{let t=new gi().parse(a);return new Ci(t).find("sidx")?.timescale},LR=(a,e)=>{let i=new gi().parse(a),s=new Ci(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},MR=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 gi().parse(a),r=new Ci(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},bS={validateData:wR,parseInit:MR,getIndexRange:()=>{},parseSegments:PR,parseFeedableSegmentChunk:kR,getChunkEndTime:LR,getServerLatencyTimestamps:AR,getTimescaleFromIndex:RR};var as=q(Rt(),1),Si=require("@vkontakte/videoplayer-shared/es2024");var SS=require("@vkontakte/videoplayer-shared/es2024");var gS={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"}},vS=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=rs(a,t),r=i in gS,s=r?gS[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=rs(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}},rs=(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},Wt=(a,e)=>{switch(e){case"int":return a.getInt8(0);case"uint":return rs(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:(0,SS.assertNever)(e)}},ir=(a,e)=>{let t=0;for(;t<a.byteLength;){let i=new DataView(a.buffer,a.byteOffset+t),r=vS(i);if(!e(r))return;r.type==="master"&&ir(r.value,e),t=r.value.byteOffset-a.byteOffset+r.valueSize}},yS=a=>{if(a.getUint32(0)!==440786851)return!1;let e,t,i,r=vS(a);return ir(r.value,({tag:s,type:n,value:o})=>(s===17143?e=Wt(o,n):s===17026?t=Wt(o,n):s===17029&&(i=Wt(o,n)),!0)),(e===void 0||e<=1)&&t!==void 0&&t==="webm"&&(i===void 0||i<=2)};var TS=[357149030,290298740,374648427,174,224,30320,30321,30322,272869232,524531317,475249515,423732329,307544935],$R=[231,22612,22743,167,171,163,160,175],BR=a=>{let e,t,i,r,s=!1,n=!1,o=!1,u,l,c=!1,p=0;return ir(a,({tag:d,type:h,value:f,valueSize:g})=>{if(d===21419){let y=Wt(f,h);l=rs(y)}else d!==21420&&(l=void 0);return d===408125543?(e=f.byteOffset,t=f.byteOffset+g):d===357149030?s=!0:d===290298740?n=!0:d===2807729?i=Wt(f,h):d===17545?r=Wt(f,h):d===21420&&l===475249515?u=Wt(f,h):d===374648427?ir(f,({tag:y,type:T,value:k})=>y===30321?(c=Wt(k,T)===1,!1):!0):s&&n&&(0,as.default)(TS,d)&&(o=!0),!o}),(0,Si.assertNonNullable)(e,"Failed to parse webm Segment start"),(0,Si.assertNonNullable)(t,"Failed to parse webm Segment end"),(0,Si.assertNonNullable)(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}}}},DR=a=>{if((0,Si.isNullable)(a.cuesSeekPosition))return;let e=a.segmentStart+a.cuesSeekPosition,t=1024*1024;return{from:e,to:e+t}},CR=(a,e)=>{let t=!1,i=!1,r=o=>(0,Si.isNonNullable)(o.time)&&(0,Si.isNonNullable)(o.position),s=[],n;return ir(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=Wt(l,u));break;case 183:break;case 241:n&&(n.position=Wt(l,u));break;default:t&&(0,as.default)(TS,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}}})},VR=a=>{let e=0,t=!1;try{ir(a,i=>i.tag===524531317?i.tagSize<=a.byteLength?(e=i.tagSize,!1):(e+=i.tagHeaderSize,!0):(0,as.default)($R,i.tag)?(e+i.tagSize<=a.byteLength&&(e+=i.tagSize,t||=(0,as.default)([163,160,175],i.tag)),!0):!1)}catch{}return e>0&&e<=a.byteLength&&t?new DataView(a.buffer,a.byteOffset,e):null},IS={validateData:yS,parseInit:BR,getIndexRange:DR,parseSegments:CR,parseFeedableSegmentChunk:VR};var ss=a=>{let e=/^(.+)\/([^;]+)(?:;.*)?$/.exec(a);if(e){let[,t,i]=e;if(t==="audio"||t==="video")switch(i){case"webm":return IS;case"mp4":return bS}}throw new ReferenceError(`Unsupported mime type ${a}`)};var hc=q(nc(),1),dv=q(Wi(),1),pv=q(oc(),1),hv=q(zt(),1),fc=q(Ji(),1);var rv=q(Rt(),1),Fr=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,rv.default)(["6E","7A","F4"],o)}}return!1};var os=require("@vkontakte/videoplayer-shared/es2024");var ro=a=>{if(a.includes("/")){let e=a.split("/");return parseInt(e[0])/parseInt(e[1])}else return parseFloat(a)};var av=a=>{try{let e=ML(),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 ML(){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] ${A?.id}
63
+ `}),A};var ye=r=>new URL(r).hostname;var V=require("@vkontakte/videoplayer-shared/es2024");var $f=U(Ut(),1);var wf=U(ze(),1),kf=r=>{if(r instanceof DOMException&&(0,wf.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"))},_e=async(r,e)=>{let t=r.muted;try{await r.play()}catch(i){if(!kf(i))return!1;if(e&&e(),t)return console.warn(i),!1;r.muted=!0;try{await r.play()}catch(a){return kf(a)&&(r.muted=!1,console.warn(a)),!1}}return!0};var Qe=require("@vkontakte/videoplayer-shared/es2024");var Af=U(Ni(),1),vt=require("@vkontakte/videoplayer-shared/es2024");function Te(){return(0,vt.now)()}function ou(r){return Te()-r}function uu(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 Lf(r,e,t){let i=(...a)=>{t.apply(null,a),r.removeEventListener(e,i)};r.addEventListener(e,i)}function qi(r,e,t,i){let a=window.XMLHttpRequest,s,n,o,u=!1,l=0,d,p,h=!1,m="arraybuffer",b=7e3,v=2e3,T=()=>{if(u)return;(0,vt.assertNonNullable)(d);let C=ou(d),ie;if(C<v){ie=v-C,setTimeout(T,ie);return}v*=2,v>b&&(v=b),n&&n.abort(),n=new a,W()},I=C=>(s=C,q),A=C=>(p=C,q),P=()=>(m="json",q),$=()=>{if(!u){if(--l>=0){T(),i&&i();return}u=!0,p&&p(),t&&t()}},k=C=>(h=C,q),W=()=>{d=Te(),n=new a,n.open("get",r);let C=0,ie,D=0,be=()=>((0,vt.assertNonNullable)(d),Math.max(d,Math.max(ie||0,D||0)));if(s&&n.addEventListener("progress",M=>{let Z=Te();s.updateChunk&&M.loaded>C&&(s.updateChunk(be(),M.loaded-C),C=M.loaded,ie=Z)}),o&&(n.timeout=o,n.addEventListener("timeout",()=>$())),n.addEventListener("load",()=>{if(u)return;(0,vt.assertNonNullable)(n);let M=n.status;if(M>=200&&M<300){let{response:Z,responseType:re}=n,ce=Z?.byteLength;if(typeof ce=="number"&&s){let ge=ce-C;ge&&s.updateChunk&&s.updateChunk(be(),ge)}re==="json"&&(!Z||!(0,Af.default)(Z).length)?$():(p&&p(),e(Z))}else $()}),n.addEventListener("error",()=>{$()}),h){let M=()=>{(0,vt.assertNonNullable)(n),n.readyState===XMLHttpRequest.HEADERS_RECEIVED&&(D=Te(),n.removeEventListener("readystatechange",M))};n.addEventListener("readystatechange",M)}return n.responseType=m,n.send(),q},q={withBitrateReporting:I,withParallel:k,withJSONResponse:P,withRetryCount:C=>(l=C,q),withRetryInterval:(C,ie)=>((0,vt.isNonNullable)(C)&&(v=C),(0,vt.isNonNullable)(ie)&&(b=ie),q),withTimeout:C=>(o=C,q),withFinally:A,send:W,abort:()=>{n&&(n.abort(),n=void 0),u=!0,p&&p()}};return q}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 Rf=U(Ni(),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=Te(),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=Te()-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=qi(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=Te()}_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=Te();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,Rf.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}};var Mf=require("@vkontakte/videoplayer-shared/es2024");var Ls=1e4,lu=3;var Lk=6e4,Rk=10,$k=1,Mk=500,$r=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 Mf.Subject,this.chunkRateEstimator=new Lr(this.params.logger),this._initVideo()}attachSource(e){this.manifestUrl=e,this.urlResolver=uu(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=uu(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*(z.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||{};!Sf({limits:this.autoQualityLimits,highestAvailableHeight:this.manifest[0].video.height,lowestAvailableHeight:(0,$f.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||(0,Qe.isNonNullable)(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=()=>{Lf(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(lu,Ls,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,d=!1,p=()=>{let $=s&&(!d||d===this.rep);return $||t("Not running!"),$},h=($,k,W)=>{u&&u.abort(),u=qi(this.urlResolver.resolve($,!1),k,W,()=>this._retryCallback()).withTimeout(Ls).withBitrateReporting(this.bitrateSwitcher).withRetryCount(lu).withFinally(()=>{u=null}).send()},m=($,k,W)=>{(0,Qe.assertNonNullable)(this.filesFetcher),o?.abort(),o=this.filesFetcher.requestData(this.urlResolver.resolve($,!1),k,W,()=>this._retryCallback()).withFinally(()=>{o=null}).send()},b=$=>{let k=i.playbackRate;i.playbackRate!==$&&(t(`Playback rate switch: ${k}=>${$}`),i.playbackRate=$)},v=$=>{this.lowLatency=$,t(`lowLatency changed to ${$}`),T()},T=()=>{if(!this.lowLatency&&!this.params.config.isLiveCatchUpMode)b(1);else{let $=this._getBufferSizeSec();if(this.bufferStates.length<5){b(1);return}let W=Te()-1e4,Y=0;for(let K=0;K<this.bufferStates.length;K++){let E=this.bufferStates[K];$=Math.min($,E.buf),E.ts<W&&Y++}this.bufferStates.splice(0,Y),t(`update playback rate; minBuffer=${$} drop=${Y} jitter=${this.sourceJitter}`);let X=$-$k;this.sourceJitter>=0?X-=this.sourceJitter/2:this.sourceJitter-=1,X>3?b(1.15):X>1?b(1.1):X>.3?b(1.05):b(1)}},I=$=>{let k,W=()=>k&&k.start?k.start.length:0,Y=M=>k.start[M]/1e3,X=M=>k.dur[M]/1e3,K=M=>k.fragIndex+M,E=(M,Z)=>({chunkIdx:K(M),startTS:Y(M),dur:X(M),discontinuity:Z}),q=()=>{let M=0;if(k&&k.dur){let Z=this.lowLatency?this.params.config.lowLatencyMinBuffer:this.params.config.minBuffer,re=this.lowLatency?this.params.config.lowLatencyMinBufferSegments:this.params.config.minBufferSegments,ce=Z;this.sourceJitter>1&&(ce+=this.sourceJitter-1);let ge=k.dur.length-1;for(;ge>=0&&(ce-=k.dur[ge],!(ce<=0));--ge);M=Math.min(ge,k.dur.length-1-re),M=Math.max(M,0)}return E(M,!0)},C=M=>{let Z=W();if(!(Z<=0)){if((0,Qe.isNonNullable)(M)){for(let re=0;re<Z;re++)if(Y(re)>M)return E(re)}return q()}},ie=M=>{let Z=W(),re=M?M.chunkIdx+1:0,ce=re-k.fragIndex;if(!(Z<=0)){if(!M||ce<0||ce-Z>Rk)return t(`Resync: offset=${ce} bChunks=${Z} chunk=`+JSON.stringify(M)),q();if(!(ce>=Z))return E(re-k.fragIndex,!1)}},D=(M,Z,re)=>{l&&l.abort(),l=qi(this.urlResolver.resolve(M,!0,this.lowLatency),Z,re,()=>this._retryCallback()).withTimeout(Ls).withRetryCount(lu).withFinally(()=>{l=null}).withJSONResponse().send()};return{seek:(M,Z)=>{D($,re=>{if(!p())return;k=re;let ce=!!k.lowLatency;ce!==this.lowLatency&&v(ce);let ge=0;for(let Re=0;Re<k.dur.length;++Re)ge+=k.dur[Re];ge>0&&((0,Qe.assertNonNullable)(this.filesFetcher),this.filesFetcher.optimizeForSegDuration(ge/k.dur.length)),a({name:"index",zeroTime:k.zeroTime,shiftDuration:k.shiftDuration}),this.sourceJitter=k.hasOwnProperty("jitter")?Math.min(10,Math.max(.01,k.jitter/1e3)):1,M(C(Z))},()=>this._handleNetworkError())},nextChunk:ie}},A=()=>{s=!1,o&&o.abort(),u&&u.abort(),l&&l.abort(),(0,Qe.assertNonNullable)(this.filesFetcher),this.filesFetcher.abortAll()};return d={start:$=>{let{videoElement:k,logger:W}=this.params,Y=I(e.jidxUrl),X,K,E,q,C=0,ie,D,be,M=()=>{ie&&(clearTimeout(ie),ie=void 0);let H=Math.max(Mk,1e3*(this._getBufferSizeSec()-this.sourceJitter-5)),Me=C+H,ke=Te(),ve=Math.min(1e4,Me-ke);C=ke;let We=()=>{l||p()&&Y.seek(()=>{p()&&(C=Te(),Z(),M())})};ve>0?ie=window.setTimeout(()=>{this.paused?M():We()},ve):We()},Z=()=>{let H;for(;H=Y.nextChunk(q);)q=H,$e(H);let Me=Y.nextChunk(E);if(Me){if(E&&Me.discontinuity){W("Detected discontinuity; restarting playback"),this.paused?M():(A(),this._initPlayerWith(e));return}Re(Me)}else M()},re=(H,Me)=>{if(!p()||!this.sourceBuffer)return;let ke,ve,We,Mt=lt=>{window.setTimeout(()=>{p()&&re(H,Me)},lt)};if(this.sourceBuffer.updating)W("Source buffer is updating; delaying appendBuffer"),Mt(100);else{let lt=Te(),Fe=k.currentTime;!this.paused&&k.buffered.length>1&&D===Fe&&lt-be>500&&(W("Stall suspected; trying to fix"),this._fixupStall()),D!==Fe&&(D=Fe,be=lt);let Ct=this._getBufferSizeSec();if(Ct>30)W(`Buffered ${Ct} seconds; delaying appendBuffer`),Mt(2e3);else try{this.sourceBuffer.appendBuffer(H),this.videoPlayStarted?(this.bufferStates.push({ts:lt,buf:Ct}),T(),this.bufferStates.length>200&&this.bufferStates.shift()):this.shouldPlay()&&(this.videoPlayStarted=!0,this._playVideoElement()),Me&&Me()}catch(ct){if(ct.name==="QuotaExceededError")W("QuotaExceededError; delaying appendBuffer"),We=this.sourceBuffer.buffered.length,We!==0&&(ke=this.sourceBuffer.buffered.start(0),ve=Fe,ve-ke>4&&this.sourceBuffer.remove(ke,ve-3)),Mt(1e3);else throw ct}}},ce=()=>{K&&X&&(W([`Appending chunk, sz=${K.byteLength}:`,JSON.stringify(E)]),re(K,function(){K=null,Z()}))},ge=H=>e.fragUrlTemplate.replace("%%id%%",H.chunkIdx),Re=H=>{p()&&m(ge(H),(Me,ke)=>{if(p()){if(ke/=1e3,K=Me,E=H,n=H.startTS,ke){let ve=Math.min(10,H.dur/ke);this.downloadRate=this.downloadRate?(1-.3)*this.downloadRate+.3*ve:ve}ce()}},()=>this._handleNetworkError())},$e=H=>{p()&&((0,Qe.assertNonNullable)(this.filesFetcher),this.filesFetcher.prefetch(this.urlResolver.resolve(ge(H),!1)))},ee=H=>{p()&&(e.cachedHeader=H,re(H,()=>{X=!0,ce()}))};s=!0,Y.seek(H=>{if(p()){if(C=Te(),!H){M();return}q=H,!(0,Qe.isNullable)($)||H.startTS>$?Re(H):(E=H,Z())}},$),e.cachedHeader?ee(e.cachedHeader):h(e.headerUrl,ee,()=>this._handleNetworkError())},stop:A,getTimestampSec:()=>n},d}_switchToQuality(e){let{logger:t,playerCallback:i}=this.params,a;e.bitrate!==this.bitrate&&(this.rep&&(a=this.rep.getTimestampSec(),(0,Qe.isNonNullable)(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,(0,Qe.assertNonNullable)(this.bitrateSwitcher),this.bitrateSwitcher.notifySwitch(this.bitrate),this.rep.start(a),i({name:"qualitySwitch",quality:e}))}_qualityAvailable(e){return(0,Qe.isNonNullable)(this.manifest.find(t=>t.name===e))}_initBitrateSwitcher(){let{logger:e,playerCallback:t}=this.params,i=p=>{if(!this.autoQuality)return;let h,m,b;if(this.currentManifestEntry&&this._qualityAvailable(this.currentManifestEntry.name)&&p<this.bitrate&&(m=this._getBufferSizeSec(),b=p/this.bitrate,m>10&&b>.8||m>15&&b>.5||m>20&&b>.3)){e(`Not switching: buffer=${Math.floor(m)}; bitrate=${this.bitrate}; newRate=${Math.floor(p)}`);return}h=this._selectQuality(p),h?this._switchToQuality(h):e(`Could not find quality by bitrate ${p}`)},s={updateChunk:(h,m)=>{let b=Te();if(this.chunkRateEstimator.addInterval(h,b,m)){let T=this.chunkRateEstimator.getBitRate();return t({name:"bandwidth",size:m,duration:b-h,speed:T}),!0}},get:()=>{let h=this.chunkRateEstimator.getBitRate();return h?h*.85:0}},n=-1/0,o,u=!0,l=()=>{let p=s.get();if(p&&o&&this.autoQuality){if(u&&p>o&&ou(n)<3e4)return;i(p)}u=this.autoQuality};return{updateChunk:(p,h)=>{let m=s.updateChunk(p,h);return m&&l(),m},notifySwitch:p=>{let h=Te();p<o&&(n=h),o=p}}}_fetchManifest(e,t,i){this.manifestRequest=qi(this.urlResolver.resolve(e,!0),t,i,()=>this._retryCallback()).withJSONResponse().withTimeout(Ls).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;_e(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))},Lk))}_initManifest(){this._fetchManifest(this.manifestUrl,e=>{this.destroyed||(this._handleManifestUpdate(e),this._refetchManifest(this.manifestUrl))},()=>this._handleNetworkError())}};var Cf=U(Li(),1),ue=require("@vkontakte/videoplayer-shared/es2024"),cu=class{constructor(){this.onDroopedVideoFramesLimit$=new ue.Subject;this.subscription=new ue.Subscription;this.playing=!1;this.tracks=[];this.forceChecker$=new ue.Subject;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&&!(0,ue.isInvariantQuality)(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&&(0,ue.isHigher)(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((0,ue.fromEvent)(this.video,"resize").subscribe(this.handleChangeVideoQuality));let e=(0,ue.interval)(this.droppedFramesChecker.checkTime).pipe((0,ue.filter)(()=>this.playing),(0,ue.filter)(()=>{let a=!!this.isForceCheckCounter;return a&&(this.isForceCheckCounter-=1),!a})),t=this.forceChecker$.pipe((0,ue.debounce)(this.droppedFramesChecker.checkTime)),i=(0,ue.merge)(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,Cf.default)(this.limitCounts).filter(([,i])=>i>=this.droppedFramesChecker.countLimit).sort(([i],[a])=>(0,ue.isLower)(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}},Rs=cu;var $s=require("@vkontakte/videoplayer-shared/es2024"),Df=require("@vkontakte/videoplayer-shared/es2024");var Mr=()=>!!window.documentPictureInPicture?.window||!!document.pictureInPictureElement;var Ck=(r,e)=>new $s.Observable(t=>{if(!window.IntersectionObserver)return;let i={root:null},a=new IntersectionObserver((n,o)=>{n.forEach(u=>t.next(u.isIntersecting||Mr()))},{...i,...e});a.observe(r);let s=(0,Df.fromEvent)(document,"visibilitychange").pipe((0,$s.map)(n=>!document.hidden||Mr())).subscribe(n=>t.next(n));return()=>{a.unobserve(r),s.unsubscribe()}}),Je=Ck;var Dk=["paused","playing","ready"],Vk=["paused","playing","ready"],Cr=class{constructor(e){this.subscription=new V.Subscription;this.videoState=new j("stopped");this.representations$=new V.ValueSubject([]);this.droppedFramesManager=new Rs;this.maxSeekBackTime$=new V.ValueSubject(1/0);this.zeroTime$=new V.ValueSubject(void 0);this.liveOffset=new oi;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:V.ErrorCategory.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=qt(a.name)??(0,V.videoSizeToQuality)(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),(0,V.isNonNullable)(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,du.default)(Vk,e)&&(n||o)){this.prepare();return}if(a?.to!=="paused"&&s.state==="requested"&&(0,du.default)(Dk,e)){this.seek(s.position-this.liveOffset.getTotalPausedTime());return}switch(e){case"stopped":this.videoState.startTransitionTo("manifest_ready"),this.dash.attachSource(xe(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(xe(this.params.source.url,u))}return;default:return(0,V.assertNever)(e)}};this.textTracksManager=new Xe(e.source.url),this.params=e,this.log=this.params.dependencies.logger.createComponentLog("DashLiveProvider");let t=a=>{e.output.error$.next({id:"DashLiveProvider",category:V.ErrorCategory.WTF,message:"DashLiveProvider internal logic error",thrown:a})};this.subscription.add((0,V.merge)(this.videoState.stateChangeStarted$.pipe((0,V.map)(a=>({transition:a,type:"start"}))),this.videoState.stateChangeEnded$.pipe((0,V.map)(a=>({transition:a,type:"end"})))).subscribe(({transition:a,type:s})=>{this.log({message:`[videoState change] ${s}: ${JSON.stringify(a)}`})})),this.video=De(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(ye(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=Oe(this.video);this.subscription.add(()=>i.destroy()),this.subscription.add(this.representations$.pipe((0,V.map)(a=>a.map(({track:s})=>s)),(0,V.filter)(a=>!!a.length),(0,V.once)()).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((0,V.filterChanged)(),(0,V.map)(a=>-a/1e3)).subscribe(this.params.output.duration$)).add((0,V.combine)({zeroTime:this.zeroTime$.pipe((0,V.filter)(V.isNonNullable)),position:i.timeUpdate$}).subscribe(({zeroTime:a,position:s})=>this.params.output.liveTime$.next(a+s*1e3),t)).add(gt(this.video,this.params.desiredState.isLooped,t)).add(Be(this.video,this.params.desiredState.volume,i.volumeState$,t)).add(i.volumeState$.subscribe(this.params.output.volume$,t)).add(Ke(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(Je(this.video).subscribe(this.params.output.elementVisible$)).add(this.params.desiredState.autoVideoTrackLimits.stateChangeStarted$.subscribe(({to:{max:a,min:s}})=>{this.dash.setAutoQualityLimits({max:a&&(0,V.videoQualityToHeight)(a),min:s&&(0,V.videoQualityToHeight)(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(0,V.assertNever)(a.to)}},t)).add((0,V.merge)(e.desiredState.playbackState.stateChangeStarted$,e.desiredState.seekState.stateChangeEnded$,e.desiredState.videoTrack.stateChangeStarted$,e.desiredState.autoVideoTrackSwitching.stateChangeStarted$,this.videoState.stateChangeEnded$,this.droppedFramesManager.onDroopedVideoFramesLimit$,(0,V.observableFrom)(["init"])).pipe((0,V.debounce)(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 $r({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&&(0,V.isNonNullable)(t)?t:jt(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:d})=>d.id===s)?.representation;(0,V.assertNonNullable)(l,"Representations missing"),this.dash.startPlay(l,i)}}setVideoTrack(e){let t=this.representations$.getValue().find(({track:i})=>i.id===e.id)?.representation;(0,V.assertNonNullable)(t,`No such representation ${e.id}`),this.dash.switchByName(t.name),this.params.desiredState.videoTrack.setState(e)}setAutoQuality(e){this.dash.setAutoQualityEnabled(e),this.params.desiredState.autoVideoTrackSwitching.setState(e)}seek(e){this.log({message:`[seek] position: ${e}`}),this.params.output.willSeekEvent$.next();let t=this.params.desiredState.playbackState.getState(),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(xe(this.params.source.url,n)),a&&this.dash.pause(),this.liveOffset.resetTo(n,a)}};var Vf=Cr;var Hg=U(ze(),1);var Ui=(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)};var N=require("@vkontakte/videoplayer-shared/es2024");var Ms=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}},Hi=class extends Ms{constructor(){super(),this.listeners||Ms.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)}},Dr=class{constructor(){Object.defineProperty(this,"signal",{value:new Hi,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&&(Dr.prototype[Symbol.toStringTag]="AbortController",Hi.prototype[Symbol.toStringTag]="AbortSignal");function Cs(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 pu(r){typeof r=="function"&&(r={fetch:r});let{fetch:e,Request:t=e.Request,AbortController:i,__FORCE_INSTALL_ABORTCONTROLLER_POLYFILL:a=!1}=r;if(!Cs({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,d){let p;d&&d.signal&&(p=d.signal,delete d.signal);let h=new t(l,d);return p&&Object.defineProperty(h,"signal",{writable:!1,enumerable:!1,configurable:!0,value:p}),h},s.prototype=t.prototype);let n=e;return{fetch:(u,l)=>{let d=s&&s.prototype.isPrototypeOf(u)?u.signal:l?l.signal:void 0;if(d){let p;try{p=new DOMException("Aborted","AbortError")}catch{p=new Error("Aborted"),p.name="AbortError"}if(d.aborted)return Promise.reject(p);let h=new Promise((m,b)=>{d.addEventListener("abort",()=>b(p),{once:!0})});return l&&l.signal&&delete l.signal,Promise.race([h,n(u,l)])}return n(u,l)},Request:s}}var Vr=Cs({fetch:window.fetch,Request:window.Request,AbortController:window.AbortController}),Bf=Vr?pu({fetch:window.fetch,Request:window.Request,AbortController:window.AbortController}):void 0,St=Vr?Bf.fetch:window.fetch,f0=Vr?Bf.Request:window.Request,Pe=Vr?Dr:window.AbortController,b0=Vr?Hi:window.AbortSignal;var Uu=U(mu(),1);var Ib=U(Tb(),1),ji=require("@vkontakte/videoplayer-shared/es2024"),Eb=r=>{if(!r)return{id:"EmptyResponse",category:ji.ErrorCategory.PARSER,message:"Empty response"};if(r.length<=2&&r.match(/^\d+$/))return{id:`UVError#${r}`,category:ji.ErrorCategory.NETWORK,message:`UV Error ${r}`};let e=(0,Ib.default)(r).substring(0,100).toLowerCase();if(e.startsWith("<!doctype")||e.startsWith("<html>")||e.startsWith("<body>")||e.startsWith("<head>"))return{id:"UnexpectedHTML",category:ji.ErrorCategory.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:ji.ErrorCategory.PARSER,message:"XML parsing error"}:{id:"XMLParserLogicError",category:ji.ErrorCategory.PARSER,message:"Response is valid XML, but parser failed"}};var Qt=(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};var g=require("@vkontakte/videoplayer-shared/es2024");var Ds=U(ze(),1),Wi=U(Ut(),1),Vs=U(mu(),1);var yw=(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)},Tw=r=>window.clearTimeout(r),xb=r=>typeof r=="function"&&r?.toString().endsWith("{ [native code] }"),Pb=!xb(window.requestIdleCallback)||!xb(window.cancelIdleCallback),Su=Pb?yw:window.requestIdleCallback,Or=Pb?Tw:window.cancelIdleCallback;var $g=U(gs(),1);var Gt=require("@vkontakte/videoplayer-shared/es2024");var Iw=18,kb=!1;try{kb=z.browser.isSafari&&!!z.browser.safariVersion&&z.browser.safariVersion<=Iw}catch(r){console.error(r)}var yu=class{constructor(e){this.bufferFull$=new Gt.Subject;this.error$=new Gt.Subject;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:Gt.ErrorCategory.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)};kb&&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:Gt.ErrorCategory.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:(0,Gt.assertNever)(t)}}},wb=yu;var Tu=r=>{let e=0;for(let t=0;t<r.length;t++)e+=r.end(t)-r.start(t);return e*1e3};var y=require("@vkontakte/videoplayer-shared/es2024");var J=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 Qi=class extends J{};var _r=class extends J{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 Nr=class extends J{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 Fr=class extends J{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var se=class extends J{constructor(e,t){super(e,t);let i=this.readUint32();this.version=i>>>24,this.flags=i&16777215}};var qr=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 Ur=class extends J{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var Hr=class extends J{constructor(e,t){super(e,t),this.data=this.content}};var ui=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 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 jr=class extends J{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var Qr=class extends J{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var Gr=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 Wr=class extends se{constructor(e,t){super(e,t),this.poseYawDegrees=this.readUint32(),this.posePitchDegrees=this.readUint32(),this.poseRollDegrees=this.readUint32()}};var Yr=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 zr=class extends J{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var Kr=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 Xr=class extends J{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var Jr=class extends J{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var Zr=class extends se{constructor(e,t){super(e,t),this.sequenceNumber=this.readUint32()}};var ea=class extends J{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var ta=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 ia=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 ra=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 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 aa=class extends J{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var sa=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 na=class extends J{constructor(e,t){super(e,t),this.children=this.scanForBoxes(new DataView(this.content.buffer,this.content.byteOffset+78,this.content.byteLength-78))}};var xw={ftyp:Nr,moov:Fr,mvhd:qr,moof:Ur,mdat:Hr,sidx:ui,trak:jr,mdia:zr,mfhd:Zr,tkhd:Kr,traf:ea,tfhd:ta,tfdt:ia,trun:ra,minf:Xr,sv3d:Qr,st3d:Gr,prhd:Wr,proj:Jr,equi:Yr,uuid:_r,stbl:aa,stsd:sa,avc1:na,unknown:Qi},wt=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=xw[e];return i?new i(t,new r):new Qi(t,new r)}};var Wt=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 kw=new TextDecoder("ascii"),ww=r=>kw.decode(new DataView(r.buffer,r.byteOffset+4,4))==="ftyp",Aw=r=>{let e=new ui(r,new wt),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})},Lw=(r,e)=>{let i=new wt().parse(r),a=new Wt(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,p=u.source.byteOffset-o.source.byteOffset+u.size;return new DataView(r.buffer,l,p)},Rw=r=>{let t=new wt().parse(r),i=new Wt(t),a={},s=i.findAll("uuid");return s.length?s[s.length-1]:a},$w=r=>{let t=new wt().parse(r);return new Wt(t).find("sidx")?.timescale},Mw=(r,e)=>{let i=new wt().parse(r),s=new Wt(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,h)=>p+h,0):l=n.defaultSampleDuration*u.sampleCount,(Number(o.baseMediaDecodeTime)+l)/e*1e3},Cw=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 wt().parse(r),a=new Wt(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},Ab={validateData:ww,parseInit:Cw,getIndexRange:()=>{},parseSegments:Aw,parseFeedableSegmentChunk:Lw,getChunkEndTime:Mw,getServerLatencyTimestamps:Rw,getTimescaleFromIndex:$w};var ua=U(ze(),1),At=require("@vkontakte/videoplayer-shared/es2024");var Rb=require("@vkontakte/videoplayer-shared/es2024");var Lb={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"}},$b=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=oa(r,t),a=i in Lb,s=a?Lb[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,d=oa(u),p=l*2**((o-1)*8)+d,h=t+o,m;return h+p>r.byteLength?m=new DataView(r.buffer,r.byteOffset+h):m=new DataView(r.buffer,r.byteOffset+h,p),{tag:a?i:"0x"+i.toString(16).toUpperCase(),type:s,tagHeaderSize:h,tagSize:h+p,value:m,valueSize:p}},oa=(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},ot=(r,e)=>{switch(e){case"int":return r.getInt8(0);case"uint":return oa(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:(0,Rb.assertNever)(e)}},li=(r,e)=>{let t=0;for(;t<r.byteLength;){let i=new DataView(r.buffer,r.byteOffset+t),a=$b(i);if(!e(a))return;a.type==="master"&&li(a.value,e),t=a.value.byteOffset-r.byteOffset+a.valueSize}},Mb=r=>{if(r.getUint32(0)!==440786851)return!1;let e,t,i,a=$b(r);return li(a.value,({tag:s,type:n,value:o})=>(s===17143?e=ot(o,n):s===17026?t=ot(o,n):s===17029&&(i=ot(o,n)),!0)),(e===void 0||e<=1)&&t!==void 0&&t==="webm"&&(i===void 0||i<=2)};var Cb=[357149030,290298740,374648427,174,224,30320,30321,30322,272869232,524531317,475249515,423732329,307544935],Dw=[231,22612,22743,167,171,163,160,175],Vw=r=>{let e,t,i,a,s=!1,n=!1,o=!1,u,l,d=!1,p=0;return li(r,({tag:h,type:m,value:b,valueSize:v})=>{if(h===21419){let T=ot(b,m);l=oa(T)}else h!==21420&&(l=void 0);return h===408125543?(e=b.byteOffset,t=b.byteOffset+v):h===357149030?s=!0:h===290298740?n=!0:h===2807729?i=ot(b,m):h===17545?a=ot(b,m):h===21420&&l===475249515?u=ot(b,m):h===374648427?li(b,({tag:T,type:I,value:A})=>T===30321?(d=ot(A,I)===1,!1):!0):s&&n&&(0,ua.default)(Cb,h)&&(o=!0),!o}),(0,At.assertNonNullable)(e,"Failed to parse webm Segment start"),(0,At.assertNonNullable)(t,"Failed to parse webm Segment end"),(0,At.assertNonNullable)(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:d,stereoMode:p,projectionType:1,projectionData:{pose:{yaw:0,pitch:0,roll:0},bounds:{top:0,bottom:0,left:0,right:0}}}},Bw=r=>{if((0,At.isNullable)(r.cuesSeekPosition))return;let e=r.segmentStart+r.cuesSeekPosition,t=1024*1024;return{from:e,to:e+t}},Ow=(r,e)=>{let t=!1,i=!1,a=o=>(0,At.isNonNullable)(o.time)&&(0,At.isNonNullable)(o.position),s=[],n;return li(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=ot(l,u));break;case 183:break;case 241:n&&(n.position=ot(l,u));break;default:t&&(0,ua.default)(Cb,o)&&(i=!0)}return!(t&&i)}),n&&a(n)&&s.push(n),s.map((o,u)=>{let{time:l,position:d}=o,p=s[u+1];return{status:"none",time:{from:l,to:p?p.time:e.segmentDuration},byte:{from:e.segmentStart+d,to:p?e.segmentStart+p.position-1:e.segmentEnd-1}}})},_w=r=>{let e=0,t=!1;try{li(r,i=>i.tag===524531317?i.tagSize<=r.byteLength?(e=i.tagSize,!1):(e+=i.tagHeaderSize,!0):(0,ua.default)(Dw,i.tag)?(e+i.tagSize<=r.byteLength&&(e+=i.tagSize,t||=(0,ua.default)([163,160,175],i.tag)),!0):!1)}catch{}return e>0&&e<=r.byteLength&&t?new DataView(r.buffer,r.byteOffset,e):null},Db={validateData:Mb,parseInit:Vw,getIndexRange:Bw,parseSegments:Ow,parseFeedableSegmentChunk:_w};var la=r=>{let e=/^(.+)\/([^;]+)(?:;.*)?$/.exec(r);if(e){let[,t,i]=e;if(t==="audio"||t==="video")switch(i){case"webm":return Db;case"mp4":return Ab}}throw new ReferenceError(`Unsupported mime type ${r}`)};var Du=U(eg(),1),kg=U(Li(),1),wg=U(bg(),1),Ag=U(Ut(),1),Vu=U(Ni(),1);var gg=U(ze(),1),Au=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,gg.default)(["6E","7A","F4"],o)}}return!1};var da=require("@vkontakte/videoplayer-shared/es2024");var vg=r=>{if(r.includes("/")){let e=r.split("/");return parseInt(e[0])/parseInt(e[1])}else return parseFloat(r)};var Sg=r=>{try{let e=CA(),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 CA(){let r="(?<extlang>(?:[a-z]{3}(?:-[a-z]{3}){0,2}))",e="x(?:-[a-z0-9]{1,8})+",d=`^(?:(?<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 lc=q(zt(),1);var sv=require("@vkontakte/videoplayer-shared/es2024"),nv=({id:a,width:e,height:t,bitrate:i,fps:r,quality:s,streamId:n})=>{let o=(s?ei(s):void 0)??(0,sv.videoSizeToQuality)({width:e,height:t});return o&&{id:a,quality:o,bitrate:i,size:{width:e,height:t},fps:r,streamId:n}},ov=({id:a,bitrate:e})=>({id:a,bitrate:e}),uv=({language:a,label:e},{id:t,url:i,isAuto:r})=>({id:t,url:i,isAuto:r,type:"internal",language:a,label:e}),lv=({language:a,label:e,id:t,url:i,isAuto:r})=>({id:t,url:i,isAuto:r,type:"internal",language:a,label:e}),cc=({id:a,language:e,label:t,codecs:i,isDefault:r})=>({id:a,language:e,label:t,codec:(0,lc.default)(i.split("."),0),isDefault:r}),dc=({id:a,language:e,label:t,hdr:i,codecs:r})=>({id:a,language:e,hdr:i,label:t,codec:(0,lc.default)(r.split("."),0)}),pc=a=>"url"in a,dt=a=>a.type==="template",ns=a=>a instanceof DOMException&&(a.name==="AbortError"||a.code===20);var cv=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},vi=(a,e)=>{let t=a;t=(0,hc.default)(t,"$$","$");let i={RepresentationID:e.representationId,Number:e.segmentNumber,Bandwidth:e.bandwidth,Time:e.segmentTime};for(let[r,s]of(0,dv.default)(i)){let n=new RegExp(`\\$${r}(?:%0(\\d+)d)?\\$`,"g");t=(0,hc.default)(t,n,(o,u)=>(0,os.isNullable)(s)?o:(0,os.isNullable)(u)?s:(0,pv.default)(s,parseInt(u,10),"0"))}return t},fv=(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(D=>D.textContent?.trim()??""),o=(0,hv.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,g=p?.getElementsByTagName("vk:XPlaybackDuration")[0].textContent,y;u&&(y={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 T,k=s.getAttribute("mediaPresentationDuration"),x=[...s.getElementsByTagName("Period")],M=x.reduce((D,I)=>({...D,[I.id]:I.children}),{}),$=x.reduce((D,I)=>({...D,[I.id]:I.getAttribute("duration")}),{});k?T=cv(k):(0,fc.default)($).filter(D=>D).length&&!u?T=(0,fc.default)($).reduce((D,I)=>D+(cv(I)??0),0):g&&(T=parseInt(g,10));let F=0,G=s.getAttribute("profiles")?.split(",")??[];for(let D of x.map(I=>I.id))for(let I of M[D]){let z=I.getAttribute("id")??"id"+(F++).toString(10),A=I.getAttribute("mimeType")??"",R=I.getAttribute("codecs")??"",V=I.getAttribute("contentType")??A?.split("/")[0],ve=I.getAttribute("profiles")?.split(",")??[],N=av(I.getAttribute("lang")??"")??{},ae=I.querySelector("Label")?.textContent?.trim()??void 0,de=I.querySelectorAll("Representation"),xe=I.querySelector("SegmentTemplate"),Ce=I.querySelector("Role")?.getAttribute("value")??void 0,Ee=V,pe={id:z,language:N.language,isDefault:Ce==="main",label:ae,codecs:R,hdr:Ee==="video"&&Fr(R),mime:A,representations:[]};for(let O of de){let W=O.getAttribute("lang")??void 0,He=ae??I.getAttribute("label")??O.getAttribute("label")??void 0,Ve=O.querySelector("BaseURL")?.textContent?.trim()??"",fe=new URL(Ve||o,e).toString(),_e=O.getAttribute("mimeType")??A,St=O.getAttribute("codecs")??R??"",at;if(V==="text"){let Re=O.getAttribute("id")||"",vt=N.privateuse?.includes("x-auto")||Re.includes("_auto"),je=O.querySelector("SegmentTemplate");if(je){let Ot={representationId:O.getAttribute("id")??void 0,bandwidth:O.getAttribute("bandwidth")??void 0},si=parseInt(O.getAttribute("bandwidth")??"",10)/1e3,ni=parseInt(je.getAttribute("startNumber")??"",10)??1,yt=parseInt(je.getAttribute("timescale")??"",10),Ni=je.querySelectorAll("SegmentTimeline S")??[],Tt=je.getAttribute("media");if(!Tt)continue;let oi=[],ui=0,li="",It=0,_t=ni,le=0;for(let we of Ni){let st=parseInt(we.getAttribute("d")??"",10),me=parseInt(we.getAttribute("r")??"",10)||0,ze=parseInt(we.getAttribute("t")??"",10);le=Number.isFinite(ze)?ze:le;let nt=st/yt*1e3,xt=le/yt*1e3;for(let Me=0;Me<me+1;Me++){let We=vi(Tt,{...Ot,segmentNumber:_t.toString(10),segmentTime:(le+Me*st).toString(10)}),Et=(xt??0)+Me*nt,Nt=Et+nt;_t++,oi.push({time:{from:Et,to:Nt},url:We})}le+=(me+1)*st,ui+=(me+1)*nt}It=le/yt*1e3,li=vi(Tt,{...Ot,segmentNumber:_t.toString(10),segmentTime:le.toString(10)});let Ft={time:{from:It,to:1/0},url:li},Fe={type:"template",baseUrl:fe,segmentTemplateUrl:Tt,initUrl:"",totalSegmentsDurationMs:ui,segments:oi,nextSegmentBeyondManifest:Ft,timescale:yt};at={id:Re,kind:"text",segmentReference:Fe,profiles:[],duration:T,bitrate:si,mime:"",codecs:"",width:0,height:0,isAuto:vt}}else at={id:Re,isAuto:vt,kind:"text",url:fe}}else{let Re=O.getAttribute("contentType")??_e?.split("/")[0]??V,vt=I.getAttribute("profiles")?.split(",")??[],je=parseInt(O.getAttribute("width")??"",10),Ot=parseInt(O.getAttribute("height")??"",10),si=parseInt(O.getAttribute("bandwidth")??"",10)/1e3,ni=O.getAttribute("frameRate")??"",yt=O.getAttribute("quality")??void 0,Ni=ni?ro(ni):void 0,Tt=O.getAttribute("id")??"id"+(F++).toString(10),oi=Re==="video"?`${Ot}p`:Re==="audio"?`${si}Kbps`:St,ui=`${Tt}@${oi}`,li=[...G,...ve,...vt],It,_t=O.querySelector("SegmentBase"),le=O.querySelector("SegmentTemplate")??xe;if(_t){let Fe=O.querySelector("SegmentBase Initialization")?.getAttribute("range")??"",[we,st]=Fe.split("-").map(We=>parseInt(We,10)),me={from:we,to:st},ze=O.querySelector("SegmentBase")?.getAttribute("indexRange"),[nt,xt]=ze?ze.split("-").map(We=>parseInt(We,10)):[],Me=ze?{from:nt,to:xt}:void 0;It={type:"byteRange",url:fe,initRange:me,indexRange:Me}}else if(le){let Fe={representationId:O.getAttribute("id")??void 0,bandwidth:O.getAttribute("bandwidth")??void 0},we=parseInt(le.getAttribute("timescale")??"",10),st=le.getAttribute("initialization")??"",me=le.getAttribute("media"),ze=parseInt(le.getAttribute("startNumber")??"",10)??1,nt=vi(st,Fe);if(!me)throw new ReferenceError("No media attribute in SegmentTemplate");let xt=le.querySelectorAll("SegmentTimeline S")??[],Me=[],We=0,Et="",Nt=0;if(xt.length){let ci=ze,Pe=0;for(let wt of xt){let $e=parseInt(wt.getAttribute("d")??"",10),ot=parseInt(wt.getAttribute("r")??"",10)||0,di=parseInt(wt.getAttribute("t")??"",10);Pe=Number.isFinite(di)?di:Pe;let Ui=$e/we*1e3,Oo=Pe/we*1e3;for(let pi=0;pi<ot+1;pi++){let _o=vi(me,{...Fe,segmentNumber:ci.toString(10),segmentTime:(Pe+pi*$e).toString(10)}),Gr=(Oo??0)+pi*Ui,Fo=Gr+Ui;ci++,Me.push({time:{from:Gr,to:Fo},url:_o})}Pe+=(ot+1)*$e,We+=(ot+1)*Ui}Nt=Pe/we*1e3,Et=vi(me,{...Fe,segmentNumber:ci.toString(10),segmentTime:Pe.toString(10)})}else if((0,os.isNonNullable)(T)){let Pe=parseInt(le.getAttribute("duration")??"",10)/we*1e3,wt=Math.ceil(T/Pe),$e=0;for(let ot=1;ot<wt;ot++){let di=vi(me,{...Fe,segmentNumber:ot.toString(10),segmentTime:$e.toString(10)});Me.push({time:{from:$e,to:$e+Pe},url:di}),$e+=Pe}Nt=$e,Et=vi(me,{...Fe,segmentNumber:wt.toString(10),segmentTime:$e.toString(10)})}let Vo={time:{from:Nt,to:1/0},url:Et};It={type:"template",baseUrl:fe,segmentTemplateUrl:me,initUrl:nt,totalSegmentsDurationMs:We,segments:Me,nextSegmentBeyondManifest:Vo,timescale:we}}else throw new ReferenceError("Unknown MPD segment referencing type");if(!Re||!_e)continue;let Ft={video:"video",audio:"audio",text:"text"}[Re];if(!Ft)continue;Ee||=Ft,at={id:ui,kind:Ft,segmentReference:It,profiles:li,duration:T,bitrate:si,mime:_e,codecs:St,width:je,height:Ot,fps:Ni,quality:yt}}pe.language||=W,pe.label||=He,pe.mime||=_e,pe.codecs||=St,pe.hdr||=Ee==="video"&&Fr(St),pe.representations.push(at)}if(Ee){let O=r[Ee].find(W=>W.id===pe.id);if(O&&pe.representations.every(W=>dt(W.segmentReference)))for(let W of O.representations){let Ve=pe.representations.find(_e=>_e.id===W.id)?.segmentReference,fe=W.segmentReference;fe.segments.push(...Ve.segments),fe.nextSegmentBeyondManifest=Ve.nextSegmentBeyondManifest}else r[Ee].push(pe)}}return{duration:T,streams:r,baseUrls:n,live:y}};var bc=require("@vkontakte/videoplayer-shared/es2024"),ee=(a,e)=>(0,bc.isNonNullable)(a)&&(0,bc.isNonNullable)(e)&&a.readyState==="open"&&$L(a,e);function $L(a,e){for(let t=0;t<a.activeSourceBuffers.length;++t)if(a.activeSourceBuffers[t]===e)return!0;return!1}var us=class{constructor(e,t,i,{fetcher:r,tuning:s,getCurrentPosition:n,isActiveLowLatency:o,compatibilityMode:u=!1,manifest:l}){this.currentLiveSegmentServerLatency$=new w.ValueSubject(0);this.currentLowLatencySegmentLength$=new w.ValueSubject(0);this.currentSegmentLength$=new w.ValueSubject(0);this.onLastSegment$=new w.ValueSubject(!1);this.fullyBuffered$=new w.ValueSubject(!1);this.playingRepresentation$=new w.ValueSubject(void 0);this.playingRepresentationInit$=new w.ValueSubject(void 0);this.error$=new w.Subject;this.gaps=[];this.subscription=new w.Subscription;this.allInitsLoaded=!1;this.activeSegments=new Set;this.downloadAbortController=new he;this.switchAbortController=new he;this.destroyAbortController=new he;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=(0,w.abortable)(this.destroyAbortController.signal,async function*(e){let t=this.representations.get(e);(0,w.assertNonNullable)(t,`Cannot find representation ${e}`),this.playingRepresentationId=e,this.downloadingRepresentationId=e,this.sourceBuffer=this.mediaSource.addSourceBuffer(`${t.mime}; codecs="${t.codecs}"`),this.sourceBufferTaskQueue=new mS(this.sourceBuffer),this.subscription.add((0,w.fromEvent)(this.sourceBuffer,"updateend").subscribe(()=>{this.checkEjectedSegments(),this.maintain()},n=>{let o,u=this.mediaSource.readyState;u!=="open"&&(o={id:`SegmentEjection_source_${u}`,category:w.ErrorCategory.VIDEO_PIPELINE,message:"Error when trying to clear segments ejected by browser",thrown:n}),o??={id:"SegmentEjection",category:w.ErrorCategory.VIDEO_PIPELINE,message:"Error when trying to clear segments ejected by browser",thrown:n},this.error$.next(o)})),this.subscription.add((0,w.fromEvent)(this.sourceBuffer,"error").subscribe(()=>this.error$.next({id:"SourceBuffer",category:w.ErrorCategory.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,Vr(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);(0,w.assertNonNullable)(i,"No init buffer for starting representation"),(0,w.assertNonNullable)(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=(0,w.abortable)(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);(0,w.assertNonNullable)(i,`No such representation ${e}`);let r=this.segments.get(e),s=this.initData.get(e);if((0,w.isNullable)(s)||(0,w.isNullable)(r)?yield this.loadInit(i,"high",!1):s instanceof Promise&&(yield s),r=this.segments.get(e),(0,w.assertNonNullable)(r,"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();(0,w.isNonNullable)(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=(0,w.abortable)(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);(0,w.assertNonNullable)(i,`No such representation ${e}`);let r=this.segments.get(e),s=this.initData.get(e);if((0,w.isNullable)(s)||(0,w.isNullable)(r)?yield this.loadInit(i,"high",!1):s instanceof Promise&&(yield s),r=this.segments.get(e),(0,w.assertNonNullable)(r,"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();(0,w.isNonNullable)(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=(0,w.abortable)(this.destroyAbortController.signal,async function*(e){let t=(0,so.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||!dt(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);(0,w.assertNonNullable)(r);let s=this.segments.get(i);(0,w.assertNonNullable)(s,"No segments for starting representation");let n=this.initData.get(i);if((0,w.assertNonNullable)(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){!ee(this.mediaSource,this.sourceBuffer)||e===this.downloadingRepresentationId||e===this.switchingToRepresentationId||(this.switchAbortController.abort(),this.switchAbortController=new he,(0,w.abortable)(this.switchAbortController.signal,async function*(i,r=!1){this.switchingToRepresentationId=i;let s=this.representations.get(i);(0,w.assertNonNullable)(s,`No such representation ${i}`);let n=this.segments.get(i),o=this.initData.get(i);if((0,w.isNullable)(o)||(0,w.isNullable)(n)?yield this.loadInit(s,"high",!1):o instanceof Promise&&(yield o),n=this.segments.get(i),(0,w.assertNonNullable)(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),r)this.switchingToRepresentationId=void 0,this.downloadingRepresentationId=i,yield this.dropBuffer();else{let u=this.getCurrentPosition();(0,w.isNonNullable)(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(){!(0,w.isNullable)(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 he,this.abortBuffer()}maintain(e=this.getCurrentPosition()){if((0,w.isNullable)(e)||(0,w.isNullable)(this.downloadingRepresentationId)||(0,w.isNullable)(this.playingRepresentationId)||(0,w.isNullable)(this.sourceBuffer)||!ee(this.mediaSource,this.sourceBuffer)||(0,w.isNonNullable)(this.switchingToRepresentationId)||this.isSeekingLive)return;let t=this.representations.get(this.downloadingRepresentationId),i=this.segments.get(this.downloadingRepresentationId);if((0,w.assertNonNullable)(t,`No such representation ${this.downloadingRepresentationId}`),!i)return;let r=i.find(c=>e>=c.time.from&&e<c.time.to);(0,w.isNonNullable)(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)&&Vr(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,ao.default)(u,r))c="high";else{let p=(0,Nr.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,Nr.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;(0,w.isNonNullable)(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,so.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,so.default)(e?.streams[this.kind],i=>i.representations)??[];if(![...this.segments.values()].every(i=>!i.length))for(let i of t){if(!i||!dt(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,Nr.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;(0,w.assertNonNullable)(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(!dt(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=vi(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&&ri&&ri(this.gapDetectionIdleCallback),this.initLoadIdleCallback&&ri&&ri(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 g=d<=i&&h>=i,y=d>i||g||f===0&&i===0,T=Math.min(this.forwardBufferTarget,this.bufferLimit),k=this.preloadOnly&&d<=i+T||h<=i+T;return(p==="none"||p==="partially_ejected"&&y&&k&&this.sourceBuffer&&ee(this.mediaSource,this.sourceBuffer)&&!(rt(this.sourceBuffer.buffered,d)&&rt(this.sourceBuffer.buffered,h)))&&y&&k});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"){dt(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(0,w.abortable)(o,async function*(){let c=(0,w.getExponentialDelay)(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=(0,w.now)(),!c)return;let p=new DataView(c),d=ss(t.mime);if(!isFinite(r.segment.time.to)){let g=t.segmentReference.timescale;r.segment.time.to=d.getChunkEndTime(p,g)}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]),ns(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())dt(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(0,w.abortable)(n,async function*(){let u=(0,w.getExponentialDelay)(this.failedDownloads,this.tuning.downloadBackoff);yield new Promise(l=>{this.loadByteRangeSegmentsTimeoutId=window.setTimeout(l,u),(0,w.fromEvent)(window,"online").pipe((0,w.once)()).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=(0,w.now)(),this.failedDownloads=0}catch(u){this.abortActiveSegments(e),ns(u)||(this.failedDownloads++,this.updateRepresentationsBaseUrlIfNeeded())}}prepareByteRangeFetchSegmentParams(e,t){if(dt(t.segmentReference))throw new Error("Representation is not byte range type");let i=t.segmentReference.url,r={from:(0,Nr.default)(e,0).byte.from,to:(0,Nr.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=(0,w.now)(),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:w.ErrorCategory.VIDEO_PIPELINE,message:"Error when feeding segments",thrown:l})}}}}prepareTemplateFetchSegmentParams(e,t){if(!dt(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=(0,w.now)();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:w.ErrorCategory.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,ao.default)(e,t.segment)&&this.abortSegment(t.segment)}async onSomeTemplateDataLoaded({dataView:e,representationId:t,loaded:i,onSegmentAppendFailed:r,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){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=ss(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||!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,p=l.byte.to-i,d=p-c+1,h=c<r,f=p<=r;if(!h)continue;let g=ss(o.mime);if(l.status==="downloading"&&f){l.status="downloaded";let y=new DataView(e.buffer,e.byteOffset+c,d);await this.sourceBufferTaskQueue.append(y,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 y=new DataView(e.buffer,e.byteOffset+c+u.feedingBytes,u.loadedBytes-u.feedingBytes),T=u.loadedBytes===d?y:g.parseFeedableSegmentChunk(y);T?.byteLength&&(l.status="partially_fed",u.feedingBytes+=T.byteLength,await this.sourceBufferTaskQueue.append(T,s)&&!s.aborted?(u.fedBytes+=T.byteLength,u.fedBytes===d&&this.onSegmentFullyAppended(u,t)):await n())}}}onSegmentFullyAppended(e,t){if(!((0,w.isNullable)(this.sourceBuffer)||!ee(this.mediaSource,this.sourceBuffer))){!this.isLive&&Y.browser.isSafari&&this.tuning.useSafariEndlessRequestBugfix&&(rt(this.sourceBuffer.buffered,e.segment.time.from,100)&&rt(this.sourceBuffer.buffered,e.segment.time.to,100)||this.error$.next({id:"EmptyAppendBuffer",category:w.ErrorCategory.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",pc(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=Cr(()=>(0,mv.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?(0,w.abortable)(this.destroyAbortController.signal,async function*(){let o=(0,w.getExponentialDelay)(this.failedDownloads,this.tuning.downloadBackoff);yield new Promise(u=>setTimeout(u,o))}.bind(this))():Promise.resolve()).then(()=>this.fetcher.fetchRepresentation(e.segmentReference,ss(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&&dt(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:w.ErrorCategory.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||(0,w.isNullable)(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=pc(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,ao.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||!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||(0,w.isNullable)(e)?0:Ye(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(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||!ee(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=Cr(()=>{try{this.detectGaps(e,t)}catch(i){this.error$.next({id:"GapDetection",category:w.ErrorCategory.WTF,message:"detectGaps threw",thrown:i})}finally{this.gapDetectionIdleCallback=null}})}}checkEjectedSegments(){if((0,w.isNullable)(this.sourceBuffer)||!ee(this.mediaSource,this.sourceBuffer)||(0,w.isNullable)(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:w.ErrorCategory.VIDEO_PIPELINE,thrown:e,message:"Something went wrong"})}};var Vi=a=>{let e=new URL(a);return e.searchParams.set("quic","1"),e.toString()};var no=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}};var J=require("@vkontakte/videoplayer-shared/es2024");var oo=a=>{let e=new URL(a);return e.searchParams.set("enable-subtitles","yes"),e.toString()};var lo=class{constructor({throughputEstimator:e,requestQuic:t,tracer:i,compatibilityMode:r=!1,useEnableSubtitlesParam:s=!1}){this.lastConnectionType$=new J.ValueSubject(void 0);this.lastConnectionReused$=new J.ValueSubject(void 0);this.lastRequestFirstBytes$=new J.ValueSubject(void 0);this.recoverableError$=new J.Subject;this.error$=new J.Subject;this.abortAllController=new he;this.subscription=new J.Subscription;this.fetchManifest=(0,J.abortable)(this.abortAllController.signal,async function*(e){let t=this.tracer.createComponentTracer("FetchManifest"),i=e;this.requestQuic&&(i=Vi(i)),!this.compatibilityMode&&this.useEnableSubtitlesParam&&(i=oo(i));let r=yield this.doFetch(i,{signal:this.abortAllController.signal}).catch(uo);return r?(t.log("success",(0,J.flattenObject)({url:i,message:"Request successfully executed"})),t.end(),this.onHeadersReceived(r.headers),r.text()):(t.error("error",(0,J.flattenObject)({url:i,message:"No data in request manifest"})),t.end(),null)}.bind(this));this.fetch=(0,J.abortable)(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 z=new URL(l,location.href);z.searchParams.append("bytes",`${i.from}-${i.to}`),l=z.toString();break}default:(0,J.assertNever)(t)}this.requestQuic&&(l=Vi(l));let d=this.abortAllController.signal,h;if(n){let z=new he;if(h=(0,J.merge)((0,J.fromEvent)(this.abortAllController.signal,"abort"),(0,J.fromEvent)(n,"abort")).subscribe(()=>{try{z.abort()}catch(A){uo(A)}}),this.subscription.add(h),this.abortAllController.signal.aborted||n.aborted)try{z.abort()}catch(A){uo(A)}d=z.signal}let f=(0,J.now)();p.log("startRequest",(0,J.flattenObject)({url:l,priority:s,rangeMethod:t,range:i,isLowLatency:u,requestStartedAt:f}));let g=yield this.doFetch(l,{priority:s,headers:c,signal:d}),y=(0,J.now)();if(!g)return p.error("error",{message:"No response in request"}),p.end(),h?.unsubscribe(),null;if(this.throughputEstimator?.addRawRtt(y-f),!g.ok||!g.body){h?.unsubscribe();let z=`Fetch error ${g.status}: ${g.statusText}`;return p.error("error",{message:z}),p.end(),Promise.reject(new Error(`Fetch error ${g.status}: ${g.statusText}`))}if(this.onHeadersReceived(g.headers),!r&&!o){h?.unsubscribe();let z=(0,J.now)(),A={requestStartedAt:f,requestEndedAt:z,duration:z-f};return p.log("endRequest",(0,J.flattenObject)(A)),p.end(),g.arrayBuffer()}let[T,k]=g.body.tee(),x=T.getReader();o&&this.throughputEstimator?.trackStream(k,u);let M=0,$=new Uint8Array(0),F=!1,G=z=>{h?.unsubscribe(),F=!0,uo(z)},B=(0,J.abortable)(d,async function*({done:z,value:A}){if(M===0&&this.lastRequestFirstBytes$.next((0,J.now)()-f),d.aborted){h?.unsubscribe();return}if(!z&&A){let R=new Uint8Array($.length+A.length);R.set($),R.set(A,$.length),$=R,M+=A.byteLength,r?.(new DataView($.buffer),M),yield x?.read().then(B,G)}}.bind(this));yield x?.read().then(B,G),h?.unsubscribe();let D=(0,J.now)(),I={failed:F,requestStartedAt:f,requestEndedAt:D,duration:D-f};return F?(p.error("endRequest",(0,J.flattenObject)(I)),p.end(),null):(p.log("endRequest",(0,J.flattenObject)(I)),p.end(),$.buffer)}.bind(this));this.fetchByteRangeRepresentation=(0,J.abortable)(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 g;if(u)g=new DataView(p,f.from-n,f.to-f.from+1);else{let T=yield this.fetch(e.url,{range:f,priority:i,measureThroughput:!1});if(!T)return null;g=new DataView(T)}let y=t.parseSegments(g,h,f);return{init:h,dataView:new DataView(p),segments:y}}.bind(this));this.fetchTemplateRepresentation=(0,J.abortable)(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}=no(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:(0,J.assertNever)(r)}}destroy(){this.abortAllController.abort(),this.subscription.unsubscribe(),this.tracer.end()}async doFetch(e,t){let i=await Ct(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:J.ErrorCategory.FATAL});break;case 8:this.recoverableError$.next({id:"VideoDataLinkBlockedForFloodError",message:"Url blocked for flood",category:J.ErrorCategory.FATAL});break;case 18:this.recoverableError$.next({id:"VideoDataLinkIllegalIpChangeError",message:"Client IP has changed",category:J.ErrorCategory.FATAL});break;case 21:this.recoverableError$.next({id:"VideoDataLinkIllegalHostChangeError",message:"Request HOST has changed",category:J.ErrorCategory.FATAL});break;default:this.error$.next({id:"GeneralVideoDataFetchError",message:`Generic video data fetch error (${s})`,category:J.ErrorCategory.FATAL})}}},uo=a=>{if(!ns(a))throw a};var yi=(a,e,t)=>t*e+(1-t)*a,gc=(a,e)=>a.reduce((t,i)=>t+i,0)/e,bv=(a,e,t,i)=>{let r=0,s=t,n=gc(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};var ls=require("@vkontakte/videoplayer-shared/es2024"),Oi=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 ls.ValueSubject(e.initial),this.debounced$=new ls.ValueSubject(e.initial);let t=e.label??"value"+Math.random().toString(16).substring(2,6);this.rawSeries$=new lt(`raw_${t}`),this.smoothedSeries$=new lt(`smoothed_${t}`),this.reportedSeries$=new lt(`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)&&((0,ls.isNullable)(this.prevReported)||Math.abs(this.smoothed-this.prevReported)/this.prevReported>=this.params.changeThreshold)&&(this.prevReported=this.smoothed,this.debounced$.next(this.smoothed),this.reportedSeries$.next(this.smoothed))}};var co=class extends Oi{constructor(e){super(e),this.slow=this.fast=e.initial}updateSmoothedValue(e){this.slow=yi(this.slow,e,this.params.emaAlphaSlow),this.fast=yi(this.fast,e,this.params.emaAlphaFast);let t=this.params.fastDirection>0?Math.max:Math.min;this.smoothed=t(this.slow,this.fast)}};var po=class extends Oi{constructor(e){super(e),this.emaSmoothed=e.initial}updateSmoothedValue(e){let t=gc(this.pastMeasures,this.takenMeasures);this.emaSmoothed=yi(this.emaSmoothed,e,this.params.emaAlpha);let i=bv(this.pastMeasures,this.takenMeasures,this.measuresCursor-1,this.params.basisTrendChangeCount);this.smoothed=i?this.emaSmoothed:t}};var ho=class extends Oi{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?yi(this.smoothed,t,this.params.emaAlpha):t}};var Ti=class{static getSmoothedValue(e,t,i){return i.type==="TwoEma"?new co({initial:e,emaAlphaSlow:i.emaAlphaSlow,emaAlphaFast:i.emaAlphaFast,changeThreshold:i.changeThreshold,fastDirection:t,deviationDepth:i.deviationDepth,deviationFactor:i.deviationFactor,label:"throughput"}):new po({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 ho({initial:e,label:"liveEdgeDelay",...t})}};var Ur=(a,e)=>{a&&a.playbackRate!==e&&(a.playbackRate=e)};var fo=require("@vkontakte/videoplayer-shared/es2024");var cs=class a{constructor(e,t){this.currentRepresentation$=new fo.ValueSubject(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(!(0,fo.isNullable)(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&&dt(t.segmentReference))}};var bo=q(zt(),1);var ds=require("@vkontakte/videoplayer-shared/es2024");var gv=(a,{useHlsJs:e,useManagedMediaSource:t,useOldMSEDetection:i})=>{let{containers:r,protocols:s,codecs:n,nativeHlsSupported:o}=Y.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(0,ds.assertNever)(c)}})},mo=a=>{let{webmDecodingInfo:e}=Y.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:(0,ds.assertNever)(a)}return[t,i]},Sv=({webmCodec:a,androidPreferredFormat:e,preferMultiStream:t})=>{let i=[...t?["DASH_STREAMS"]:[],...mo(a),"DASH_SEP","DASH_ONDEMAND",...t?[]:["DASH_STREAMS"]],r=[...t?["DASH_STREAMS"]:[],"DASH_SEP","DASH_ONDEMAND",...t?[]:["DASH_STREAMS"]];if(Y.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",...mo(a),"HLS","HLS_ONDEMAND"];case"dash_any_webm":return[...mo(a),"MPEG",...r,"HLS","HLS_ONDEMAND"];case"dash_sep":return["DASH_SEP","MPEG",...mo(a),...r,"HLS","HLS_ONDEMAND"];default:(0,ds.assertNever)(e)}return Y.video.nativeHlsSupported?[...i,"HLS","HLS_ONDEMAND","MPEG"]:[...i,"HLS","HLS_ONDEMAND","MPEG"]},vv=({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=Y.device.isMac&&Y.browser.isSafari;if(Y.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:(0,ds.assertNever)(a)}else Y.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"]},Sc=a=>a?["HLS_LIVE","HLS_LIVE_CMAF","DASH_LIVE_CMAF"]:["DASH_WEBM","DASH_WEBM_AV1","DASH_SEP","DASH_ONDEMAND","HLS","HLS_ONDEMAND","MPEG"],go=a=>{if(a.size===0)return;if(a.size===1){let t=a.values().next();return(0,bo.default)(t.value.split("."),0)}for(let t of a){let i=(0,bo.default)(t.split("."),0);if(i==="opus"||i==="vp09"||i==="av01")return i}let e=a.values().next();return(0,bo.default)(e.value.split("."),0)};var OL=["timeupdate","progress","play","seeked","stalled","waiting"],_L=["timeupdate","progress","loadeddata","playing","seeked"];var So=class{constructor(e){this.element=null;this.manifestUrlString="";this.source=null;this.manifest=null;this.subscription=new v.Subscription;this.representationSubscription=new v.Subscription;this.state$=new X("none");this.currentVideoRepresentation$=new v.ValueSubject(void 0);this.currentVideoRepresentationInit$=new v.ValueSubject(void 0);this.currentAudioRepresentation$=new v.ValueSubject(void 0);this.currentVideoSegmentLength$=new v.ValueSubject(0);this.currentAudioSegmentLength$=new v.ValueSubject(0);this.error$=new v.Subject;this.lastConnectionType$=new v.ValueSubject(void 0);this.lastConnectionReused$=new v.ValueSubject(void 0);this.lastRequestFirstBytes$=new v.ValueSubject(void 0);this.currentLiveTextRepresentation$=new v.ValueSubject(null);this.isLive$=new v.ValueSubject(!1);this.isActiveLive$=new v.ValueSubject(!1);this.isLowLatency$=new v.ValueSubject(!1);this.liveDuration$=new v.ValueSubject(0);this.liveSeekableDuration$=new v.ValueSubject(0);this.liveAvailabilityStartTime$=new v.ValueSubject(0);this.liveStreamStatus$=new v.ValueSubject(void 0);this.bufferLength$=new v.ValueSubject(0);this.liveLatency$=new v.ValueSubject(void 0);this.liveLoadBufferLength$=new v.ValueSubject(0);this.livePositionFromPlayer$=new v.ValueSubject(0);this.currentStallDuration$=new v.ValueSubject(0);this.videoLastDataObtainedTimestamp$=new v.ValueSubject(0);this.fetcherRecoverableError$=new v.Subject;this.fetcherError$=new v.Subject;this.liveStreamEndTimestamp=0;this.isUpdatingLive=!1;this.isJumpGapAfterSeekLive=!1;this.forceEnded$=new v.Subject;this.gapWatchdogActive=!1;this.destroyController=new he;this.initManifest=(0,v.abortable)(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:v.ErrorCategory.PARSER,message:"No playable video representations"})}.bind(this));this.updateManifest=(0,v.abortable)(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:v.ErrorCategory.NETWORK,message:"Failed to load manifest",thrown:n})});if(!e)return null;let t=null;try{t=fv(e??"",this.manifestUrlString)}catch(n){let o=io(e)??{id:"ManifestParsing",category:v.ErrorCategory.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)&&Mt()?.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=go(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);Y.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",(0,v.flattenObject)(s)),s}.bind(this));this.initRepresentations=(0,v.abortable)(this.destroyController.signal,async function*(e,t,i){this.tracer.log("initRepresentationsStart",(0,v.flattenObject)({initialVideo:e,initialAudio:t,sourceHls:i})),(0,v.assertNonNullable)(this.manifest),(0,v.assertNonNullable)(this.element),this.representationSubscription.unsubscribe(),this.state$.startTransitionTo("representations_ready");let r=d=>{this.representationSubscription.add((0,v.fromEvent)(d,"error").pipe((0,v.filter)(h=>!!this.element?.played.length)).subscribe(h=>{this.error$.next({id:"VideoSource",category:v.ErrorCategory.VIDEO_PIPELINE,message:"Unexpected video source error",thrown:h})}))};this.source=this.tuning.useManagedMediaSource?Un():new MediaSource;let s=document.createElement("source");if(r(s),s.src=URL.createObjectURL(this.source),this.element.appendChild(s),this.tuning.useManagedMediaSource&&Ar())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 us("video",this.source,o,n),this.bufferManagers=[this.videoBufferManager],(0,v.isNonNullable)(t)){let d=this.manifest.streams.audio.reduce((h,f)=>[...h,...f.representations],[]);this.audioBufferManager=new us("audio",this.source,d,n),this.bufferManagers.push(this.audioBufferManager)}cs.isSupported(this.manifest.streams.text)&&!this.isLowLatency$.getValue()&&(this.liveTextManager=new cs(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((0,v.merge)(..._L.map(d=>(0,v.fromEvent)(this.element,d))).pipe((0,v.map)(d=>this.element?Ye(this.element.buffered,this.element.currentTime*1e3):0),(0,v.filterChanged)(),(0,v.tap)(d=>{d>this.tuning.dash.bufferEmptinessTolerance&&u()})).subscribe(this.bufferLength$)),this.representationSubscription.add((0,v.merge)((0,v.fromEvent)(this.element,"ended"),this.forceEnded$).subscribe(()=>{u()})),this.isLive$.getValue()){this.subscription.add(this.liveDuration$.pipe((0,v.filterChanged)()).subscribe(h=>this.liveStreamEndTimestamp=(0,v.now)())),this.subscription.add((0,v.fromEvent)(this.element,"pause").subscribe(()=>{this.livePauseWatchdogSubscription=(0,v.interval)(1e3).subscribe(h=>{let f=Li(this.manifestUrlString,2);this.manifestUrlString=De(this.manifestUrlString,f+1e3,2),this.liveStreamStatus$.getValue()==="active"&&this.updateManifest()}),this.subscription.add(this.livePauseWatchdogSubscription)})).add((0,v.fromEvent)(this.element,"play").subscribe(h=>this.livePauseWatchdogSubscription?.unsubscribe())),this.representationSubscription.add((0,v.combine)({isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe((0,v.map)(({isActiveLive:h,isLowLatency:f})=>h&&f),(0,v.filterChanged)()).subscribe(h=>{this.isManualDecreasePlaybackInLive()||Ur(this.element,1)})),this.representationSubscription.add((0,v.combine)({bufferLength:this.bufferLength$,isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe((0,v.filter)(({bufferLength:h,isActiveLive:f,isLowLatency:g})=>f&&g&&!!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((0,v.combine)({isLive:this.isLive$,rtt:this.throughputEstimator.rtt$,bufferLength:this.bufferLength$,segmentServerLatency:this.videoBufferManager.currentLiveSegmentServerLatency$}).pipe((0,v.filter)(({isLive:h})=>h),(0,v.filterChanged)((h,f)=>f.bufferLength<h.bufferLength),(0,v.map)(({rtt:h,bufferLength:f,segmentServerLatency:g})=>{let y=Li(this.manifestUrlString,2);return(h/2+f+g+y)/1e3})).subscribe(this.liveLatency$)),this.representationSubscription.add((0,v.combine)({liveBuffer:this.liveBuffer.smoothed$,isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).subscribe(({liveBuffer:h,isActiveLive:f,isLowLatency:g})=>{if(!g||!f)return;let y=this.tuning.dashCmafLive.lowLatency.maxTargetOffset,T=this.tuning.dashCmafLive.lowLatency.maxTargetOffsetDeviation,k=this.tuning.dashCmafLive.lowLatency.playbackCatchupSpeedup,x=h-y;if(this.isManualDecreasePlaybackInLive())return;let M=1;Math.abs(x)>T&&(M=1+Math.sign(x)*k),Ur(this.element,M)})),this.representationSubscription.add(this.bufferLength$.subscribe(h=>{let f=0;if(h){let g=(this.element?.currentTime??0)*1e3;f=Math.min(...this.bufferManagers.map(T=>T.getLiveSegmentsToLoadState(this.manifest)?.to??g))-g}this.liveLoadBufferLength$.getValue()!==f&&this.liveLoadBufferLength$.next(f)}));let d=0;this.representationSubscription.add((0,v.combine)({liveLoadBufferLength:this.liveLoadBufferLength$,bufferLength:this.bufferLength$}).pipe((0,v.throttle)(1e3)).subscribe(async({liveLoadBufferLength:h,bufferLength:f})=>{if(!this.element||this.isUpdatingLive)return;let g=this.element.playbackRate,y=Li(this.manifestUrlString,2),T=Math.abs(this.livePositionFromPlayer$.getValue())*1e3,k=Math.min(T,this.tuning.dashCmafLive.normalizedTargetMinBufferSize*g),x=this.tuning.dashCmafLive.normalizedActualBufferOffset*g,M=this.tuning.dashCmafLive.normalizedLiveMinBufferSize*g,$=isFinite(h)?h:f,F=this.isActiveLive$.getValue()&&this.isLowLatency$.getValue(),G=T<=this.tuning.live.activeLiveDelay;this.isActiveLive$.next(G);let B="none";if(F?B="active_low_latency":this.isLowLatency$.getValue()&&G?(this.bufferManagers.forEach(D=>D.proceedLowLatencyLive()),B="active_low_latency"):y!==0&&$<k?B="live_forward_buffering":$<k+M&&(B="live_with_target_offset"),isFinite(h)&&(d=h>d?h:d),B==="live_forward_buffering"||B==="live_with_target_offset"){let D=d-(k+x),I=this.normolizeLiveOffset(Math.trunc(y+D/g)),z=Math.abs(I-y),A=0;!h||z<=this.tuning.dashCmafLive.offsetCalculationError?A=y:I>0&&z>this.tuning.dashCmafLive.offsetCalculationError&&(A=I),this.manifestUrlString=De(this.manifestUrlString,A,2)}(B==="live_with_target_offset"||B==="live_forward_buffering")&&(d=0,await this.updateLive())},h=>{this.error$.next({id:"updateLive",category:v.ErrorCategory.VIDEO_PIPELINE,thrown:h,message:"Failed to update live with subscription"})}))}let l=(0,v.merge)(...this.bufferManagers.map(d=>d.fullyBuffered$)).pipe((0,v.map)(()=>this.bufferManagers.every(d=>d.fullyBuffered$.getValue()))),c=(0,v.merge)(...this.bufferManagers.map(d=>d.onLastSegment$)).pipe((0,v.map)(()=>this.bufferManagers.some(d=>d.onLastSegment$.getValue()))),p=(0,v.combine)({allBuffersFull:l,someBufferEnded:c}).pipe((0,v.filterChanged)(),(0,v.map)(({allBuffersFull:d,someBufferEnded:h})=>d&&h),(0,v.filter)(d=>d));if(this.representationSubscription.add((0,v.merge)(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:v.ErrorCategory.VIDEO_PIPELINE,message:"Failed to end MediaSource stream",thrown:d})}})),this.representationSubscription.add((0,v.merge)(...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,yc.default)((0,yc.default)([...this.manifest.streams.audio,...this.manifest.streams.video],h=>h.representations),h=>{let f=[];return h.duration&&f.push(h.duration),dt(h.segmentReference)&&h.segmentReference.totalSegmentsDurationMs&&f.push(h.segmentReference.totalSegmentsDurationMs),f})];this.source.duration=Math.max(...d)/1e3}this.audioBufferManager&&(0,v.isNonNullable)(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=(0,v.interval)(this.tuning.gapWatchdogInterval).subscribe(()=>this.jumpGap(),t=>{this.error$.next({id:"GapWatchdog",category:v.ErrorCategory.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 lo({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=Ti.getLiveBufferSmoothedValue(this.tuning.dashCmafLive.lowLatency.maxTargetOffset,{...e.tuning.dashCmafLive.lowLatency.bufferEstimator}),this.initTracerSubscription()}async seekLive(e){(0,v.assertNonNullable)(this.element);let t=this.liveStreamStatus$.getValue()!=="active"?(0,v.now)()-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(){(0,v.assertNonNullable)(this.element),this.state$.setState("running"),this.subscription.add((0,v.merge)(...OL.map(e=>(0,v.fromEvent)(this.element,e)),(0,v.fromEvent)(window,"online")).subscribe(()=>this.tick(),e=>{this.error$.next({id:"DashVKPlayer",category:v.ErrorCategory.WTF,message:"Internal logic error",thrown:e})})),this.subscription.add((0,v.fromEvent)(this.element,"progress").subscribe(()=>{this.element&&this.element.readyState===2&&!this.element.seeking&&(this.element.currentTime=this.element.currentTime)})),this.subscription.add((0,v.fromEvent)(this.element,"waiting").subscribe(()=>{this.element&&this.element.readyState===2&&!this.element.seeking&&rt(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=(0,v.now)(),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:v.ErrorCategory.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",(0,v.flattenObject)(i))};this.stallWatchdogSubscription?.unsubscribe(),this.stallWatchdogSubscription=(0,v.interval)(50).subscribe(e,t=>{this.error$.next({id:"StallWatchdogCallback",category:v.ErrorCategory.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){(0,v.assertNonNullable)(this.element),(0,v.assertNonNullable)(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),rt(this.element.buffered,i)||await Promise.all([this.videoBufferManager.abort(),this.audioBufferManager?.abort()]),!((0,v.isNullable)(this.element)||(0,v.isNullable)(this.videoBufferManager))&&(this.videoBufferManager.maintain(i),this.audioBufferManager?.maintain(i),this.element.currentTime=i/1e3,this.tracer.log("seek",(0,v.flattenObject)({requestedPosition:e,forcePrecise:t,position:i})))}warmUpMediaSourceIfNeeded(e=this.element?.currentTime){(0,v.isNonNullable)(this.element)&&(0,v.isNonNullable)(this.source)&&(0,v.isNonNullable)(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=(0,v.getTraceSubscriptionMethod)(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",(0,v.flattenObject)(i)))}}};var vo=class{constructor(e,t){this.fov=e,this.orientation=t}};var yo=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 Iv=`attribute vec2 a_vertex;
70
+ `})|(?<privateuse2>${e}))$`.replace(/[\s\t\n]/g,"");return new RegExp(d,"i")}var Ru=U(Ut(),1);var yg=require("@vkontakte/videoplayer-shared/es2024"),Tg=({id:r,width:e,height:t,bitrate:i,fps:a,quality:s,streamId:n})=>{let o=(s?qt(s):void 0)??(0,yg.videoSizeToQuality)({width:e,height:t});return o&&{id:r,quality:o,bitrate:i,size:{width:e,height:t},fps:a,streamId:n}},Ig=({id:r,bitrate:e})=>({id:r,bitrate:e}),Eg=({language:r,label:e},{id:t,url:i,isAuto:a})=>({id:t,url:i,isAuto:a,type:"internal",language:r,label:e}),xg=({language:r,label:e,id:t,url:i,isAuto:a})=>({id:t,url:i,isAuto:a,type:"internal",language:r,label:e}),$u=({id:r,language:e,label:t,codecs:i,isDefault:a})=>({id:r,language:e,label:t,codec:(0,Ru.default)(i.split("."),0),isDefault:a}),Mu=({id:r,language:e,label:t,hdr:i,codecs:a})=>({id:r,language:e,hdr:i,label:t,codec:(0,Ru.default)(a.split("."),0)}),Cu=r=>"url"in r,Le=r=>r.type==="template",ca=r=>r instanceof DOMException&&(r.name==="AbortError"||r.code===20);var Pg=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},Lt=(r,e)=>{let t=r;t=(0,Du.default)(t,"$$","$");let i={RepresentationID:e.representationId,Number:e.segmentNumber,Bandwidth:e.bandwidth,Time:e.segmentTime};for(let[a,s]of(0,kg.default)(i)){let n=new RegExp(`\\$${a}(?:%0(\\d+)d)?\\$`,"g");t=(0,Du.default)(t,n,(o,u)=>(0,da.isNullable)(s)?o:(0,da.isNullable)(u)?s:(0,wg.default)(s,parseInt(u,10),"0"))}return t},Lg=(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(K=>K.textContent?.trim()??""),o=(0,Ag.default)(n,0)??"",u=s.getAttribute("type")==="dynamic",l=s.getAttribute("availabilityStartTime"),d=s.getAttribute("publishTime"),p=s.getElementsByTagName("vk:Attrs")[0],h=p?.getElementsByTagName("vk:XLatestSegmentPublishTime")[0].textContent,m=p?.getElementsByTagName("vk:XStreamIsLive")[0].textContent,b=p?.getElementsByTagName("vk:XStreamIsUnpublished")[0].textContent,v=p?.getElementsByTagName("vk:XPlaybackDuration")[0].textContent,T;u&&(T={availabilityStartTime:l?new Date(l).getTime():0,publishTime:d?new Date(d).getTime():0,latestSegmentPublishTime:h?new Date(h).getTime():0,streamIsAlive:m==="yes",streamIsUnpublished:b==="yes"});let I,A=s.getAttribute("mediaPresentationDuration"),P=[...s.getElementsByTagName("Period")],$=P.reduce((K,E)=>({...K,[E.id]:E.children}),{}),k=P.reduce((K,E)=>({...K,[E.id]:E.getAttribute("duration")}),{});A?I=Pg(A):(0,Vu.default)(k).filter(K=>K).length&&!u?I=(0,Vu.default)(k).reduce((K,E)=>K+(Pg(E)??0),0):v&&(I=parseInt(v,10));let W=0,Y=s.getAttribute("profiles")?.split(",")??[];for(let K of P.map(E=>E.id))for(let E of $[K]){let q=E.getAttribute("id")??"id"+(W++).toString(10),C=E.getAttribute("mimeType")??"",ie=E.getAttribute("codecs")??"",D=E.getAttribute("contentType")??C?.split("/")[0],be=E.getAttribute("profiles")?.split(",")??[],M=Sg(E.getAttribute("lang")??"")??{},Z=E.querySelector("Label")?.textContent?.trim()??void 0,re=E.querySelectorAll("Representation"),ce=E.querySelector("SegmentTemplate"),ge=E.querySelector("Role")?.getAttribute("value")??void 0,Re=D,$e={id:q,language:M.language,isDefault:ge==="main",label:Z,codecs:ie,hdr:Re==="video"&&Au(ie),mime:C,representations:[]};for(let ee of re){let H=ee.getAttribute("lang")??void 0,Me=Z??E.getAttribute("label")??ee.getAttribute("label")??void 0,ke=ee.querySelector("BaseURL")?.textContent?.trim()??"",ve=new URL(ke||o,e).toString(),We=ee.getAttribute("mimeType")??C,Mt=ee.getAttribute("codecs")??ie??"",lt;if(D==="text"){let Fe=ee.getAttribute("id")||"",Ct=M.privateuse?.includes("x-auto")||Fe.includes("_auto"),ct=ee.querySelector("SegmentTemplate");if(ct){let Ki={representationId:ee.getAttribute("id")??void 0,bandwidth:ee.getAttribute("bandwidth")??void 0},Aa=parseInt(ee.getAttribute("bandwidth")??"",10)/1e3,La=parseInt(ct.getAttribute("startNumber")??"",10)??1,mi=parseInt(ct.getAttribute("timescale")??"",10),en=ct.querySelectorAll("SegmentTimeline S")??[],fi=ct.getAttribute("media");if(!fi)continue;let Ra=[],$a=0,Ma="",bi=0,Xi=La,we=0;for(let et of en){let zt=parseInt(et.getAttribute("d")??"",10),Ye=parseInt(et.getAttribute("r")??"",10)||0,Dt=parseInt(et.getAttribute("t")??"",10);we=Number.isFinite(Dt)?Dt:we;let Kt=zt/mi*1e3,gi=we/mi*1e3;for(let dt=0;dt<Ye+1;dt++){let Vt=Lt(fi,{...Ki,segmentNumber:Xi.toString(10),segmentTime:(we+dt*zt).toString(10)}),vi=(gi??0)+dt*Kt,Zi=vi+Kt;Xi++,Ra.push({time:{from:vi,to:Zi},url:Vt})}we+=(Ye+1)*zt,$a+=(Ye+1)*Kt}bi=we/mi*1e3,Ma=Lt(fi,{...Ki,segmentNumber:Xi.toString(10),segmentTime:we.toString(10)});let Ji={time:{from:bi,to:1/0},url:Ma},Tt={type:"template",baseUrl:ve,segmentTemplateUrl:fi,initUrl:"",totalSegmentsDurationMs:$a,segments:Ra,nextSegmentBeyondManifest:Ji,timescale:mi};lt={id:Fe,kind:"text",segmentReference:Tt,profiles:[],duration:I,bitrate:Aa,mime:"",codecs:"",width:0,height:0,isAuto:Ct}}else lt={id:Fe,isAuto:Ct,kind:"text",url:ve}}else{let Fe=ee.getAttribute("contentType")??We?.split("/")[0]??D,Ct=E.getAttribute("profiles")?.split(",")??[],ct=parseInt(ee.getAttribute("width")??"",10),Ki=parseInt(ee.getAttribute("height")??"",10),Aa=parseInt(ee.getAttribute("bandwidth")??"",10)/1e3,La=ee.getAttribute("frameRate")??"",mi=ee.getAttribute("quality")??void 0,en=La?vg(La):void 0,fi=ee.getAttribute("id")??"id"+(W++).toString(10),Ra=Fe==="video"?`${Ki}p`:Fe==="audio"?`${Aa}Kbps`:Mt,$a=`${fi}@${Ra}`,Ma=[...Y,...be,...Ct],bi,Xi=ee.querySelector("SegmentBase"),we=ee.querySelector("SegmentTemplate")??ce;if(Xi){let Tt=ee.querySelector("SegmentBase Initialization")?.getAttribute("range")??"",[et,zt]=Tt.split("-").map(Vt=>parseInt(Vt,10)),Ye={from:et,to:zt},Dt=ee.querySelector("SegmentBase")?.getAttribute("indexRange"),[Kt,gi]=Dt?Dt.split("-").map(Vt=>parseInt(Vt,10)):[],dt=Dt?{from:Kt,to:gi}:void 0;bi={type:"byteRange",url:ve,initRange:Ye,indexRange:dt}}else if(we){let Tt={representationId:ee.getAttribute("id")??void 0,bandwidth:ee.getAttribute("bandwidth")??void 0},et=parseInt(we.getAttribute("timescale")??"",10),zt=we.getAttribute("initialization")??"",Ye=we.getAttribute("media"),Dt=parseInt(we.getAttribute("startNumber")??"",10)??1,Kt=Lt(zt,Tt);if(!Ye)throw new ReferenceError("No media attribute in SegmentTemplate");let gi=we.querySelectorAll("SegmentTimeline S")??[],dt=[],Vt=0,vi="",Zi=0;if(gi.length){let Ca=Dt,tt=0;for(let Si of gi){let pt=parseInt(Si.getAttribute("d")??"",10),Xt=parseInt(Si.getAttribute("r")??"",10)||0,Da=parseInt(Si.getAttribute("t")??"",10);tt=Number.isFinite(Da)?Da:tt;let tn=pt/et*1e3,mv=tt/et*1e3;for(let Va=0;Va<Xt+1;Va++){let fv=Lt(Ye,{...Tt,segmentNumber:Ca.toString(10),segmentTime:(tt+Va*pt).toString(10)}),Ju=(mv??0)+Va*tn,bv=Ju+tn;Ca++,dt.push({time:{from:Ju,to:bv},url:fv})}tt+=(Xt+1)*pt,Vt+=(Xt+1)*tn}Zi=tt/et*1e3,vi=Lt(Ye,{...Tt,segmentNumber:Ca.toString(10),segmentTime:tt.toString(10)})}else if((0,da.isNonNullable)(I)){let tt=parseInt(we.getAttribute("duration")??"",10)/et*1e3,Si=Math.ceil(I/tt),pt=0;for(let Xt=1;Xt<Si;Xt++){let Da=Lt(Ye,{...Tt,segmentNumber:Xt.toString(10),segmentTime:pt.toString(10)});dt.push({time:{from:pt,to:pt+tt},url:Da}),pt+=tt}Zi=pt,vi=Lt(Ye,{...Tt,segmentNumber:Si.toString(10),segmentTime:pt.toString(10)})}let hv={time:{from:Zi,to:1/0},url:vi};bi={type:"template",baseUrl:ve,segmentTemplateUrl:Ye,initUrl:Kt,totalSegmentsDurationMs:Vt,segments:dt,nextSegmentBeyondManifest:hv,timescale:et}}else throw new ReferenceError("Unknown MPD segment referencing type");if(!Fe||!We)continue;let Ji={video:"video",audio:"audio",text:"text"}[Fe];if(!Ji)continue;Re||=Ji,lt={id:$a,kind:Ji,segmentReference:bi,profiles:Ma,duration:I,bitrate:Aa,mime:We,codecs:Mt,width:ct,height:Ki,fps:en,quality:mi}}$e.language||=H,$e.label||=Me,$e.mime||=We,$e.codecs||=Mt,$e.hdr||=Re==="video"&&Au(Mt),$e.representations.push(lt)}if(Re){let ee=a[Re].find(H=>H.id===$e.id);if(ee&&$e.representations.every(H=>Le(H.segmentReference)))for(let H of ee.representations){let ke=$e.representations.find(We=>We.id===H.id)?.segmentReference,ve=H.segmentReference;ve.segments.push(...ke.segments),ve.nextSegmentBeyondManifest=ke.nextSegmentBeyondManifest}else a[Re].push($e)}}return{duration:I,streams:a,baseUrls:n,live:T}};var Rg=U(ze(),1),Ou=require("@vkontakte/videoplayer-shared/es2024"),pe=(r,e)=>(0,Ou.isNonNullable)(r)&&(0,Ou.isNonNullable)(e)&&r.readyState==="open"&&(0,Rg.default)([...r.activeSourceBuffers],e);var pa=class{constructor(e,t,i,{fetcher:a,tuning:s,getCurrentPosition:n,isActiveLowLatency:o,compatibilityMode:u=!1,manifest:l}){this.currentLiveSegmentServerLatency$=new y.ValueSubject(0);this.currentLowLatencySegmentLength$=new y.ValueSubject(0);this.currentSegmentLength$=new y.ValueSubject(0);this.onLastSegment$=new y.ValueSubject(!1);this.fullyBuffered$=new y.ValueSubject(!1);this.playingRepresentation$=new y.ValueSubject(void 0);this.playingRepresentationInit$=new y.ValueSubject(void 0);this.error$=new y.Subject;this.gaps=[];this.subscription=new y.Subscription;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=(0,y.abortable)(this.destroyAbortController.signal,async function*(e){let t=this.representations.get(e);(0,y.assertNonNullable)(t,`Cannot find representation ${e}`),this.playingRepresentationId=e,this.downloadingRepresentationId=e,this.sourceBuffer=this.mediaSource.addSourceBuffer(`${t.mime}; codecs="${t.codecs}"`),this.sourceBufferTaskQueue=new wb(this.sourceBuffer),this.subscription.add((0,y.fromEvent)(this.sourceBuffer,"updateend").subscribe(()=>{this.checkEjectedSegments(),this.maintain()},n=>{let o,u=this.mediaSource.readyState;u!=="open"&&(o={id:`SegmentEjection_source_${u}`,category:y.ErrorCategory.VIDEO_PIPELINE,message:"Error when trying to clear segments ejected by browser",thrown:n}),o??={id:"SegmentEjection",category:y.ErrorCategory.VIDEO_PIPELINE,message:"Error when trying to clear segments ejected by browser",thrown:n},this.error$.next(o)})),this.subscription.add((0,y.fromEvent)(this.sourceBuffer,"error").subscribe(()=>this.error$.next({id:"SourceBuffer",category:y.ErrorCategory.VIDEO_PIPELINE,message:"SourceBuffer Error event fired"}))),this.subscription.add(this.sourceBufferTaskQueue.bufferFull$.subscribe(n=>{let o=this.getCurrentPosition();if(!this.sourceBuffer||!o||!pe(this.mediaSource,this.sourceBuffer))return;let u=Math.min(this.bufferLimit,Tu(this.sourceBuffer.buffered)*.8);this.bufferLimit=u;let l=this.getForwardBufferDuration(o),d=Math.min(this.forwardBufferTarget,this.bufferLimit)*this.tuning.dash.minSafeBufferThreshold;this.pruneBuffer(o,n*2,l<d).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),a=this.segments.get(t.id),s=this.parsedInitData.get(t.id);(0,y.assertNonNullable)(i,"No init buffer for starting representation"),(0,y.assertNonNullable)(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=(0,y.abortable)(this.destroyAbortController.signal,async function*(e,t=!1){if(!pe(this.mediaSource,this.sourceBuffer)||e===this.downloadingRepresentationId||e===this.switchingToRepresentationId)return;this.switchingToRepresentationId=e;let i=this.representations.get(e);(0,y.assertNonNullable)(i,`No such representation ${e}`);let a=this.segments.get(e),s=this.initData.get(e);if((0,y.isNullable)(s)||(0,y.isNullable)(a)?yield this.loadInit(i,"high",!1):s instanceof Promise&&(yield s),a=this.segments.get(e),(0,y.assertNonNullable)(a,"No segments for starting representation"),s=this.initData.get(e),!(!s||!(s instanceof ArrayBuffer)||!this.sourceBuffer||!pe(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();(0,y.isNonNullable)(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=(0,y.abortable)(this.destroyAbortController.signal,async function*(e,t=!1){if(!pe(this.mediaSource,this.sourceBuffer)||e===this.downloadingRepresentationId||e===this.switchingToRepresentationId)return;this.switchingToRepresentationId=e;let i=this.representations.get(e);(0,y.assertNonNullable)(i,`No such representation ${e}`);let a=this.segments.get(e),s=this.initData.get(e);if((0,y.isNullable)(s)||(0,y.isNullable)(a)?yield this.loadInit(i,"high",!1):s instanceof Promise&&(yield s),a=this.segments.get(e),(0,y.assertNonNullable)(a,"No segments for starting representation"),s=this.initData.get(e),!(!s||!(s instanceof ArrayBuffer)||!this.sourceBuffer||!pe(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();(0,y.isNonNullable)(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=(0,y.abortable)(this.destroyAbortController.signal,async function*(e){let t=(0,Vs.default)(e,u=>u.representations)??[];if(this.isSeekingLive=!0,!this.downloadingRepresentationId||!t)return;for(let u of this.representations.keys()){let l=t.find(h=>h.id===u);l&&this.representations.set(u,l);let d=this.representations.get(u);if(!d||!Le(d.segmentReference))return;let p=this.getActualLiveStartingSegments(d.segmentReference);this.segments.set(d.id,p)}let i=this.switchingToRepresentationId??this.downloadingRepresentationId,a=this.representations.get(i);(0,y.assertNonNullable)(a);let s=this.segments.get(i);(0,y.assertNonNullable)(s,"No segments for starting representation");let n=this.initData.get(i);if((0,y.assertNonNullable)(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(d=>[d.id,null])),this.segments=new Map,this.parsedInitData=new Map,this.representations=new Map(i.map(d=>[d.id,d])),this.kind=e,this.mediaSource=t,this.sourceBuffer=null}switchToWithPreviousAbort(e,t=!1){!pe(this.mediaSource,this.sourceBuffer)||e===this.downloadingRepresentationId||e===this.switchingToRepresentationId||(this.switchAbortController.abort(),this.switchAbortController=new Pe,(0,y.abortable)(this.switchAbortController.signal,async function*(i,a=!1){this.switchingToRepresentationId=i;let s=this.representations.get(i);(0,y.assertNonNullable)(s,`No such representation ${i}`);let n=this.segments.get(i),o=this.initData.get(i);if((0,y.isNullable)(o)||(0,y.isNullable)(n)?yield this.loadInit(s,"high",!1):o instanceof Promise&&(yield o),n=this.segments.get(i),(0,y.assertNonNullable)(n,"No segments for starting representation"),o=this.initData.get(i),!(!(o instanceof ArrayBuffer)||!this.sourceBuffer||!pe(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();(0,y.isNonNullable)(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(){!(0,y.isNullable)(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((0,y.isNullable)(e)||(0,y.isNullable)(this.downloadingRepresentationId)||(0,y.isNullable)(this.playingRepresentationId)||(0,y.isNullable)(this.sourceBuffer)||!pe(this.mediaSource,this.sourceBuffer)||(0,y.isNonNullable)(this.switchingToRepresentationId)||this.isSeekingLive)return;let t=this.representations.get(this.downloadingRepresentationId),i=this.segments.get(this.downloadingRepresentationId);if((0,y.assertNonNullable)(t,`No such representation ${this.downloadingRepresentationId}`),!i)return;let a=i.find(d=>e>=d.time.from&&e<d.time.to);(0,y.isNonNullable)(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 d=this.getForwardBufferDuration(e),p=a?a.time.to+n:-1/0;a&&a.time.to-e<this.tuning.dash.maxSegmentDurationLeftToSelectNextSegment&&d>=a.time.to-e+n&&(s=p)}if(isFinite(this.bufferLimit)&&Tu(this.sourceBuffer.buffered)>=this.bufferLimit){let d=this.getForwardBufferDuration(e),p=Math.min(this.forwardBufferTarget,this.bufferLimit)*this.tuning.dash.minSafeBufferThreshold;this.pruneBuffer(e,1/0,d<p).catch(h=>{this.handleAsyncError(h,"pruneBuffer")});return}let u=[];if(!this.activeSegments.size&&(u=this.selectForwardBufferSegments(i,t.segmentReference.type,s),u.length)){let d="auto";if(this.tuning.dash.useFetchPriorityHints&&a)if((0,Ds.default)(u,a))d="high";else{let p=(0,Wi.default)(u,0);p&&p.time.from-a.time.to>=this.forwardBufferTarget/2&&(d="low")}this.loadSegments(u,t,d).catch(p=>{this.handleAsyncError(p,"loadSegments")})}(!this.preloadOnly&&!this.allInitsLoaded&&a&&a.status==="fed"&&!u.length&&this.getForwardBufferDuration(e)>3e3||this.isActiveLowLatency())&&this.loadNextInit();let l=(0,Wi.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;(0,y.isNonNullable)(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,Vs.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,Vs.default)(e?.streams[this.kind],i=>i.representations)??[];if(![...this.segments.values()].every(i=>!i.length))for(let i of t){if(!i||!Le(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,Wi.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;(0,y.assertNonNullable)(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(!Le(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=Lt(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&&Or&&Or(this.gapDetectionIdleCallback),this.initLoadIdleCallback&&Or&&Or(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:p,time:{from:h,to:m}},b)=>{let v=h<=i&&m>=i,T=h>i||v||b===0&&i===0,I=Math.min(this.forwardBufferTarget,this.bufferLimit),A=this.preloadOnly&&h<=i+I||m<=i+I;return(p==="none"||p==="partially_ejected"&&T&&A&&this.sourceBuffer&&pe(this.mediaSource,this.sourceBuffer)&&!(Qt(this.sourceBuffer.buffered,h)&&Qt(this.sourceBuffer.buffered,m)))&&T&&A});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,d=this.preloadOnly?this.forwardBufferTarget:0;for(let p=a;p<s.length&&(n<=l||o<=d);p++){let h=s[p];if(n+=h.byte.to+1-h.byte.from,o+=h.time.to+1-h.time.from,h.status==="none"||h.status==="partially_ejected")u.push(h);else break}return u}async loadSegments(e,t,i="auto"){Le(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(0,y.abortable)(o,async function*(){let d=(0,y.getExponentialDelay)(this.failedDownloads,this.tuning.downloadBackoff);yield new Promise(p=>setTimeout(p,d))}.bind(this))(),o.aborted&&this.abortActiveSegments([e]));try{let d=await this.fetcher.fetch(n,{range:s,signal:o,onProgress:u,priority:i,isLowLatency:this.isActiveLowLatency()});if(this.lastDataObtainedTimestampMs=(0,y.now)(),!d)return;let p=new DataView(d),h=la(t.mime);if(!isFinite(a.segment.time.to)){let v=t.segmentReference.timescale;a.segment.time.to=h.getChunkEndTime(p,v)}u&&a.feedingBytes&&l?await Promise.all(l):await this.sourceBufferTaskQueue.append(p,o);let{serverDataReceivedTimestamp:m,serverDataPreparedTime:b}=h.getServerLatencyTimestamps(p);m&&b&&this.currentLiveSegmentServerLatency$.next(b-m),a.segment.status="downloaded",this.onSegmentFullyAppended(a,t.id),this.failedDownloads=0}catch(d){this.abortActiveSegments([e]),ca(d)||(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())Le(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(0,y.abortable)(n,async function*(){let u=(0,y.getExponentialDelay)(this.failedDownloads,this.tuning.downloadBackoff);yield new Promise(l=>{this.loadByteRangeSegmentsTimeoutId=window.setTimeout(l,u),(0,y.fromEvent)(window,"online").pipe((0,y.once)()).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=(0,y.now)(),this.failedDownloads=0}catch(u){this.abortActiveSegments(e),ca(u)||(this.failedDownloads++,this.updateRepresentationsBaseUrlIfNeeded())}}prepareByteRangeFetchSegmentParams(e,t){if(Le(t.segmentReference))throw new Error("Representation is not byte range type");let i=t.segmentReference.url,a={from:(0,Wi.default)(e,0).byte.from,to:(0,Wi.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=(0,y.now)(),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:y.ErrorCategory.VIDEO_PIPELINE,message:"Error when feeding segments",thrown:l})}}}}prepareTemplateFetchSegmentParams(e,t){if(!Le(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,d)=>{if(!s.aborted)try{this.lastDataObtainedTimestampMs=(0,y.now)();let p=this.onSomeTemplateDataLoaded({dataView:l,loaded:d,signal:s,onSegmentAppendFailed:()=>this.abort(),representationId:t.id});n.push(p)}catch(p){this.error$.next({id:"SegmentFeeding",category:y.ErrorCategory.VIDEO_PIPELINE,message:"Error when feeding segments",thrown:p})}}:void 0;return{url:a,signal:s,onProgress:u,onProgressTasks:n}}abortActiveSegments(e){for(let t of this.activeSegments)(0,Ds.default)(e,t.segment)&&this.abortSegment(t.segment)}async onSomeTemplateDataLoaded({dataView:e,representationId:t,loaded:i,onSegmentAppendFailed:a,signal:s}){if(!this.activeSegments.size||!pe(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),d=la(n.mime).parseFeedableSegmentChunk(l,this.isLive);d?.byteLength&&(u.status="partially_fed",o.feedingBytes+=d.byteLength,await this.sourceBufferTaskQueue.append(d),o.fedBytes+=d.byteLength)}}}}async onSomeByteRangesDataLoaded({dataView:e,representationId:t,globalFrom:i,loaded:a,signal:s,onSegmentAppendFailed:n}){if(!this.activeSegments.size||!pe(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 d=l.byte.from-i,p=l.byte.to-i,h=p-d+1,m=d<a,b=p<=a;if(!m)continue;let v=la(o.mime);if(l.status==="downloading"&&b){l.status="downloaded";let T=new DataView(e.buffer,e.byteOffset+d,h);await this.sourceBufferTaskQueue.append(T,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(h,a-d),u.loadedBytes>u.feedingBytes)){let T=new DataView(e.buffer,e.byteOffset+d+u.feedingBytes,u.loadedBytes-u.feedingBytes),I=u.loadedBytes===h?T:v.parseFeedableSegmentChunk(T);I?.byteLength&&(l.status="partially_fed",u.feedingBytes+=I.byteLength,await this.sourceBufferTaskQueue.append(I,s)&&!s.aborted?(u.fedBytes+=I.byteLength,u.fedBytes===h&&this.onSegmentFullyAppended(u,t)):await n())}}}onSegmentFullyAppended(e,t){if(!((0,y.isNullable)(this.sourceBuffer)||!pe(this.mediaSource,this.sourceBuffer))){!this.isLive&&z.browser.isSafari&&this.tuning.useSafariEndlessRequestBugfix&&(Qt(this.sourceBuffer.buffered,e.segment.time.from,100)&&Qt(this.sourceBuffer.buffered,e.segment.time.to,100)||this.error$.next({id:"EmptyAppendBuffer",category:y.ErrorCategory.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",Cu(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=Su(()=>(0,$g.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?(0,y.abortable)(this.destroyAbortController.signal,async function*(){let o=(0,y.getExponentialDelay)(this.failedDownloads,this.tuning.downloadBackoff);yield new Promise(u=>setTimeout(u,o))}.bind(this))():Promise.resolve()).then(()=>this.fetcher.fetchRepresentation(e.segmentReference,la(e.mime),a)).then(async o=>{if(!o)return;let{init:u,dataView:l,segments:d}=o,p=l.buffer.slice(l.byteOffset,l.byteOffset+l.byteLength);this.initData.set(e.id,p);let h=d;this.isLive&&Le(e.segmentReference)&&(h=this.getActualLiveStartingSegments(e.segmentReference)),(!this.isLive||!this.segments.has(e.id))&&this.segments.set(e.id,h),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:y.ErrorCategory.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||!pe(this.mediaSource,this.sourceBuffer)||!this.playingRepresentationId||(0,y.isNullable)(e))return!1;let a=[],s=0,n=u=>{u.sort((d,p)=>d.from-p.from);let l=[u[0]];for(let d=1;d<u.length;d++){let{from:p,to:h}=u[d],m=l[l.length-1];m.to>=p?m.to=Math.max(m.to,h):l.push(u[d])}return l},o=u=>{if(s>=t)return a;a.push({...u.time}),a=n(a);let l=Cu(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 d=l.time.to<=e-this.tuning.dash.bufferPruningSafeZone,p=l.time.from>=e+Math.min(this.forwardBufferTarget,this.bufferLimit);(d||p)&&l.status==="fed"&&o(l)}for(let u=0;u<this.sourceBuffer.buffered.length;u++){let l=this.sourceBuffer.buffered.start(u)*1e3,d=this.sourceBuffer.buffered.end(u)*1e3,p=0;for(let h of this.segments.values())for(let m of h)(0,Ds.default)(["none","partially_ejected"],m.status)&&Math.round(m.time.from)<=Math.round(l)&&Math.round(m.time.to)>=Math.round(d)&&p++;if(p===this.segments.size){let h={time:{from:l,to:d},url:"",status:"none"};o(h)}}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 d of l)d.time.from>=e+u&&d.status==="fed"&&o(d)}return a.length?(await Promise.all(a.map(l=>this.sourceBufferTaskQueue.remove(l.from,l.to)))).reduce((l,d)=>l||d,!1):!1}async abortBuffer(){if(!this.sourceBuffer||!pe(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||!pe(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||!pe(this.mediaSource,this.sourceBuffer)||!this.sourceBuffer.buffered.length||(0,y.isNullable)(e)?0:Ui(this.sourceBuffer.buffered,e)}detectGaps(e,t){if(!(!this.sourceBuffer||!pe(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||!pe(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=Su(()=>{try{this.detectGaps(e,t)}catch(i){this.error$.next({id:"GapDetection",category:y.ErrorCategory.WTF,message:"detectGaps threw",thrown:i})}finally{this.gapDetectionIdleCallback=null}})}}checkEjectedSegments(){if((0,y.isNullable)(this.sourceBuffer)||!pe(this.mediaSource,this.sourceBuffer)||(0,y.isNullable)(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(d=>d.from-t<=n&&d.to+t>=o),l=e.filter(d=>n>=d.from&&n<d.to-t||o>d.from+t&&o<=d.to);u||(l.length===1?a.status="partially_ejected":this.gaps.some(d=>d.from===a.time.from||d.to===a.time.to)?a.status="partially_ejected":a.status="none")}}handleAsyncError(e,t){this.error$.next({id:t,category:y.ErrorCategory.VIDEO_PIPELINE,thrown:e,message:"Something went wrong"})}};var ha=r=>{let e=new URL(r);return e.searchParams.set("quic","1"),e.toString()};var Mg=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}};var _=require("@vkontakte/videoplayer-shared/es2024");var Cg=r=>{let e=new URL(r);return e.searchParams.set("enable-subtitles","yes"),e.toString()};var Os=class{constructor({throughputEstimator:e,requestQuic:t,tracer:i,compatibilityMode:a=!1,useEnableSubtitlesParam:s=!1}){this.lastConnectionType$=new _.ValueSubject(void 0);this.lastConnectionReused$=new _.ValueSubject(void 0);this.lastRequestFirstBytes$=new _.ValueSubject(void 0);this.recoverableError$=new _.Subject;this.error$=new _.Subject;this.abortAllController=new Pe;this.subscription=new _.Subscription;this.fetchManifest=(0,_.abortable)(this.abortAllController.signal,async function*(e){let t=this.tracer.createComponentTracer("FetchManifest"),i=e;this.requestQuic&&(i=ha(i)),!this.compatibilityMode&&this.useEnableSubtitlesParam&&(i=Cg(i));let a=yield this.doFetch(i,{signal:this.abortAllController.signal}).catch(Bs);return a?(t.log("success",(0,_.flattenObject)({url:i,message:"Request successfully executed"})),t.end(),this.onHeadersReceived(a.headers),a.text()):(t.error("error",(0,_.flattenObject)({url:i,message:"No data in request manifest"})),t.end(),null)}.bind(this));this.fetch=(0,_.abortable)(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,d=new Headers,p=this.tracer.createComponentTracer("Fetch");if(i)switch(t){case 0:{d.append("Range",`bytes=${i.from}-${i.to}`);break}case 1:{let q=new URL(l,location.href);q.searchParams.append("bytes",`${i.from}-${i.to}`),l=q.toString();break}default:(0,_.assertNever)(t)}this.requestQuic&&(l=ha(l));let h=this.abortAllController.signal,m;if(n){let q=new Pe;if(m=(0,_.merge)((0,_.fromEvent)(this.abortAllController.signal,"abort"),(0,_.fromEvent)(n,"abort")).subscribe(()=>{try{q.abort()}catch(C){Bs(C)}}),this.subscription.add(m),this.abortAllController.signal.aborted||n.aborted)try{q.abort()}catch(C){Bs(C)}h=q.signal}let b=(0,_.now)();p.log("startRequest",(0,_.flattenObject)({url:l,priority:s,rangeMethod:t,range:i,isLowLatency:u,requestStartedAt:b}));let v=yield this.doFetch(l,{priority:s,headers:d,signal:h}),T=(0,_.now)();if(!v)return p.error("error",{message:"No response in request"}),p.end(),m?.unsubscribe(),null;if(this.throughputEstimator?.addRawRtt(T-b),!v.ok||!v.body){m?.unsubscribe();let q=`Fetch error ${v.status}: ${v.statusText}`;return p.error("error",{message:q}),p.end(),Promise.reject(new Error(`Fetch error ${v.status}: ${v.statusText}`))}if(this.onHeadersReceived(v.headers),!a&&!o){m?.unsubscribe();let q=(0,_.now)(),C={requestStartedAt:b,requestEndedAt:q,duration:q-b};return p.log("endRequest",(0,_.flattenObject)(C)),p.end(),v.arrayBuffer()}let[I,A]=v.body.tee(),P=I.getReader();o&&this.throughputEstimator?.trackStream(A,u);let $=0,k=new Uint8Array(0),W=!1,Y=q=>{m?.unsubscribe(),W=!0,Bs(q)},X=(0,_.abortable)(h,async function*({done:q,value:C}){if($===0&&this.lastRequestFirstBytes$.next((0,_.now)()-b),h.aborted){m?.unsubscribe();return}if(!q&&C){let ie=new Uint8Array(k.length+C.length);ie.set(k),ie.set(C,k.length),k=ie,$+=C.byteLength,a?.(new DataView(k.buffer),$),yield P?.read().then(X,Y)}}.bind(this));yield P?.read().then(X,Y),m?.unsubscribe();let K=(0,_.now)(),E={failed:W,requestStartedAt:b,requestEndedAt:K,duration:K-b};return W?(p.error("endRequest",(0,_.flattenObject)(E)),p.end(),null):(p.log("endRequest",(0,_.flattenObject)(E)),p.end(),k.buffer)}.bind(this));this.fetchByteRangeRepresentation=(0,_.abortable)(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,d;e.indexRange&&(l=e.indexRange.from,d=e.indexRange.to,u=s+1===l,u&&(n=Math.min(l,a),o=Math.max(d,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 h=new DataView(p,a-n,s-n+1);if(!t.validateData(h))throw new Error("Invalid media file");let m=t.parseInit(h),b=e.indexRange??t.getIndexRange(m);if(!b)throw new ReferenceError("No way to load representation index");let v;if(u)v=new DataView(p,b.from-n,b.to-b.from+1);else{let I=yield this.fetch(e.url,{range:b,priority:i,measureThroughput:!1});if(!I)return null;v=new DataView(I)}let T=t.parseSegments(v,m,b);return{init:m,dataView:new DataView(p),segments:T}}.bind(this));this.fetchTemplateRepresentation=(0,_.abortable)(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}=Mg(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:(0,_.assertNever)(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:_.ErrorCategory.FATAL});break;case 8:this.recoverableError$.next({id:"VideoDataLinkBlockedForFloodError",message:"Url blocked for flood",category:_.ErrorCategory.FATAL});break;case 18:this.recoverableError$.next({id:"VideoDataLinkIllegalIpChangeError",message:"Client IP has changed",category:_.ErrorCategory.FATAL});break;case 21:this.recoverableError$.next({id:"VideoDataLinkIllegalHostChangeError",message:"Request HOST has changed",category:_.ErrorCategory.FATAL});break;default:this.error$.next({id:"GeneralVideoDataFetchError",message:`Generic video data fetch error (${s})`,category:_.ErrorCategory.FATAL})}}},Bs=r=>{if(!ca(r))throw r};var ci=(r,e,t)=>t*e+(1-t)*r,_u=(r,e)=>r.reduce((t,i)=>t+i,0)/e,Dg=(r,e,t,i)=>{let a=0,s=t,n=_u(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};var ma=require("@vkontakte/videoplayer-shared/es2024"),Yt=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 ma.ValueSubject(e.initial),this.debounced$=new ma.ValueSubject(e.initial);let t=e.label??"value"+Math.random().toString(16).substring(2,6);this.rawSeries$=new Ae(`raw_${t}`),this.smoothedSeries$=new Ae(`smoothed_${t}`),this.reportedSeries$=new Ae(`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)&&((0,ma.isNullable)(this.prevReported)||Math.abs(this.smoothed-this.prevReported)/this.prevReported>=this.params.changeThreshold)&&(this.prevReported=this.smoothed,this.debounced$.next(this.smoothed),this.reportedSeries$.next(this.smoothed))}};var _s=class extends Yt{constructor(e){super(e),this.slow=this.fast=e.initial}updateSmoothedValue(e){this.slow=ci(this.slow,e,this.params.emaAlphaSlow),this.fast=ci(this.fast,e,this.params.emaAlphaFast);let t=this.params.fastDirection>0?Math.max:Math.min;this.smoothed=t(this.slow,this.fast)}};var Ns=class extends Yt{constructor(e){super(e),this.emaSmoothed=e.initial}updateSmoothedValue(e){let t=_u(this.pastMeasures,this.takenMeasures);this.emaSmoothed=ci(this.emaSmoothed,e,this.params.emaAlpha);let i=Dg(this.pastMeasures,this.takenMeasures,this.measuresCursor-1,this.params.basisTrendChangeCount);this.smoothed=i?this.emaSmoothed:t}};var Fs=class extends Yt{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?ci(this.smoothed,t,this.params.emaAlpha):t}};var di=class{static getSmoothedValue(e,t,i){return i.type==="TwoEma"?new _s({initial:e,emaAlphaSlow:i.emaAlphaSlow,emaAlphaFast:i.emaAlphaFast,changeThreshold:i.changeThreshold,fastDirection:t,deviationDepth:i.deviationDepth,deviationFactor:i.deviationFactor,label:"throughput"}):new Ns({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 Fs({initial:e,label:"liveEdgeDelay",...t})}};var Nu=(r,e)=>{r&&r.playbackRate!==e&&(r.playbackRate=e)};var qs=require("@vkontakte/videoplayer-shared/es2024");var fa=class r{constructor(e,t){this.currentRepresentation$=new qs.ValueSubject(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(!(0,qs.isNullable)(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&&Le(t.segmentReference))}};var Hs=U(Ut(),1);var ba=require("@vkontakte/videoplayer-shared/es2024");var Vg=(r,{useHlsJs:e,useManagedMediaSource:t,useOldMSEDetection:i})=>{let{containers:a,protocols:s,codecs:n,nativeHlsSupported:o}=z.video,u=(n.h264||n.h265)&&n.aac,l=s.mse&&(!i||!!window.MediaStreamTrack)||s.mms&&t;return r.filter(d=>{switch(d){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(0,ba.assertNever)(d)}})},Us=r=>{let{webmDecodingInfo:e}=z.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:(0,ba.assertNever)(r)}return[t,i]},Bg=({webmCodec:r,androidPreferredFormat:e,preferMultiStream:t})=>{let i=[...t?["DASH_STREAMS"]:[],...Us(r),"DASH_SEP","DASH_ONDEMAND",...t?[]:["DASH_STREAMS"]],a=[...t?["DASH_STREAMS"]:[],"DASH_SEP","DASH_ONDEMAND",...t?[]:["DASH_STREAMS"]];if(z.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",...Us(r),"HLS","HLS_ONDEMAND"];case"dash_any_webm":return[...Us(r),"MPEG",...a,"HLS","HLS_ONDEMAND"];case"dash_sep":return["DASH_SEP","MPEG",...Us(r),...a,"HLS","HLS_ONDEMAND"];default:(0,ba.assertNever)(e)}return z.video.nativeHlsSupported?[...i,"HLS","HLS_ONDEMAND","MPEG"]:[...i,"HLS","HLS_ONDEMAND","MPEG"]},Og=({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=z.device.isMac&&z.browser.isSafari;if(z.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:(0,ba.assertNever)(r)}else z.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"]},Fu=r=>r?["HLS_LIVE","HLS_LIVE_CMAF","DASH_LIVE_CMAF"]:["DASH_WEBM","DASH_WEBM_AV1","DASH_SEP","DASH_ONDEMAND","HLS","HLS_ONDEMAND","MPEG"],_g=r=>{if(r.size===0)return;if(r.size===1){let t=r.values().next();return(0,Hs.default)(t.value.split("."),0)}for(let t of r){let i=(0,Hs.default)(t.split("."),0);if(i==="opus"||i==="vp09"||i==="av01")return i}let e=r.values().next();return(0,Hs.default)(e.value.split("."),0)};var NA=["timeupdate","progress","play","seeked","stalled","waiting"],FA=["timeupdate","progress","loadeddata","playing","seeked"];var js=class{constructor(e){this.element=null;this.manifestUrlString="";this.source=null;this.manifest=null;this.subscription=new g.Subscription;this.representationSubscription=new g.Subscription;this.state$=new j("none");this.currentVideoRepresentation$=new g.ValueSubject(void 0);this.currentVideoRepresentationInit$=new g.ValueSubject(void 0);this.currentAudioRepresentation$=new g.ValueSubject(void 0);this.currentVideoSegmentLength$=new g.ValueSubject(0);this.currentAudioSegmentLength$=new g.ValueSubject(0);this.error$=new g.Subject;this.lastConnectionType$=new g.ValueSubject(void 0);this.lastConnectionReused$=new g.ValueSubject(void 0);this.lastRequestFirstBytes$=new g.ValueSubject(void 0);this.currentLiveTextRepresentation$=new g.ValueSubject(null);this.isLive$=new g.ValueSubject(!1);this.isActiveLive$=new g.ValueSubject(!1);this.isLowLatency$=new g.ValueSubject(!1);this.liveDuration$=new g.ValueSubject(0);this.liveSeekableDuration$=new g.ValueSubject(0);this.liveAvailabilityStartTime$=new g.ValueSubject(0);this.liveStreamStatus$=new g.ValueSubject(void 0);this.bufferLength$=new g.ValueSubject(0);this.liveLatency$=new g.ValueSubject(void 0);this.liveLoadBufferLength$=new g.ValueSubject(0);this.livePositionFromPlayer$=new g.ValueSubject(0);this.currentStallDuration$=new g.ValueSubject(0);this.videoLastDataObtainedTimestamp$=new g.ValueSubject(0);this.fetcherRecoverableError$=new g.Subject;this.fetcherError$=new g.Subject;this.liveStreamEndTimestamp=0;this.isUpdatingLive=!1;this.isJumpGapAfterSeekLive=!1;this.forceEnded$=new g.Subject;this.gapWatchdogActive=!1;this.destroyController=new Pe;this.initManifest=(0,g.abortable)(this.destroyController.signal,async function*(e,t,i){this.tracer.log("initManifest"),this.element=e,this.manifestUrlString=xe(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:g.ErrorCategory.PARSER,message:"No playable video representations"})}.bind(this));this.updateManifest=(0,g.abortable)(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:g.ErrorCategory.NETWORK,message:"Failed to load manifest",thrown:n})});if(!e)return null;let t=null;try{t=Lg(e??"",this.manifestUrlString)}catch(n){let o=Eb(e)??{id:"ManifestParsing",category:g.ErrorCategory.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)&&nt()?.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,d=(t.duration??0)/1e3;this.liveSeekableDuration$.next(-1*d),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 a={text:t.streams.text,video:[],audio:[]};for(let n of["video","audio"]){let u=t.streams[n].filter(({mime:p,codecs:h})=>i(n,p,h)),l=new Set(u.map(({codecs:p})=>p)),d=_g(l);if(d&&(a[n]=u.filter(({codecs:p})=>p.startsWith(d))),n==="video"){let p=this.tuning.preferHDR,h=a.video.some(b=>b.hdr),m=a.video.some(b=>!b.hdr);z.display.isHDR&&p&&h?a.video=a.video.filter(b=>b.hdr):m&&(a.video=a.video.filter(b=>!b.hdr))}}let s={...t,streams:a};return this.tracer.log("updateManifestEnd",(0,g.flattenObject)(s)),s}.bind(this));this.initRepresentations=(0,g.abortable)(this.destroyController.signal,async function*(e,t,i){this.tracer.log("initRepresentationsStart",(0,g.flattenObject)({initialVideo:e,initialAudio:t,sourceHls:i})),(0,g.assertNonNullable)(this.manifest),(0,g.assertNonNullable)(this.element),this.representationSubscription.unsubscribe(),this.state$.startTransitionTo("representations_ready");let a=h=>{this.representationSubscription.add((0,g.fromEvent)(h,"error").pipe((0,g.filter)(m=>!!this.element?.played.length)).subscribe(m=>{this.error$.next({id:"VideoSource",category:g.ErrorCategory.VIDEO_PIPELINE,message:"Unexpected video source error",thrown:m})}))};this.source=this.tuning.useManagedMediaSource?af():new MediaSource;let s=document.createElement("source");if(a(s),s.src=URL.createObjectURL(this.source),this.element.appendChild(s),this.tuning.useManagedMediaSource&&xs())if(i){let h=document.createElement("source");a(h),h.type="application/x-mpegurl",h.src=i.url,this.element.appendChild(h)}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((h,m)=>[...h,...m.representations],[]);if(this.videoBufferManager=new pa("video",this.source,o,n),this.bufferManagers=[this.videoBufferManager],(0,g.isNonNullable)(t)){let h=this.manifest.streams.audio.reduce((m,b)=>[...m,...b.representations],[]);this.audioBufferManager=new pa("audio",this.source,h,n),this.bufferManagers.push(this.audioBufferManager)}fa.isSupported(this.manifest.streams.text)&&!this.isLowLatency$.getValue()&&(this.liveTextManager=new fa(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((0,g.merge)(...FA.map(h=>(0,g.fromEvent)(this.element,h))).pipe((0,g.map)(h=>this.element?Ui(this.element.buffered,this.element.currentTime*1e3):0),(0,g.filterChanged)(),(0,g.tap)(h=>{h>this.tuning.dash.bufferEmptinessTolerance&&u()})).subscribe(this.bufferLength$)),this.representationSubscription.add((0,g.merge)((0,g.fromEvent)(this.element,"ended"),this.forceEnded$).subscribe(()=>{u()})),this.isLive$.getValue()){this.subscription.add(this.liveDuration$.pipe((0,g.filterChanged)()).subscribe(m=>this.liveStreamEndTimestamp=(0,g.now)())),this.subscription.add((0,g.fromEvent)(this.element,"pause").subscribe(()=>{this.livePauseWatchdogSubscription=(0,g.interval)(1e3).subscribe(m=>{let b=vs(this.manifestUrlString,2);this.manifestUrlString=xe(this.manifestUrlString,b+1e3,2),this.liveStreamStatus$.getValue()==="active"&&this.updateManifest()}),this.subscription.add(this.livePauseWatchdogSubscription)})).add((0,g.fromEvent)(this.element,"play").subscribe(m=>this.livePauseWatchdogSubscription?.unsubscribe())),this.representationSubscription.add((0,g.combine)({isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe((0,g.map)(({isActiveLive:m,isLowLatency:b})=>m&&b),(0,g.filterChanged)()).subscribe(m=>{this.isManualDecreasePlaybackInLive()||Nu(this.element,1)})),this.representationSubscription.add((0,g.combine)({bufferLength:this.bufferLength$,isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe((0,g.filter)(({bufferLength:m,isActiveLive:b,isLowLatency:v})=>b&&v&&!!m)).subscribe(({bufferLength:m})=>this.liveBuffer.next(m))),this.representationSubscription.add(this.videoBufferManager.currentLowLatencySegmentLength$.subscribe(m=>{if(!this.isActiveLive$.getValue()&&!this.isLowLatency$.getValue()&&!m)return;let b=this.liveSeekableDuration$.getValue()-m/1e3;this.liveSeekableDuration$.next(Math.max(b,-1*this.tuning.dashCmafLive.maxLiveDuration)),this.liveDuration$.next(this.liveDuration$.getValue()+m/1e3)})),this.representationSubscription.add((0,g.combine)({isLive:this.isLive$,rtt:this.throughputEstimator.rtt$,bufferLength:this.bufferLength$,segmentServerLatency:this.videoBufferManager.currentLiveSegmentServerLatency$}).pipe((0,g.filter)(({isLive:m})=>m),(0,g.filterChanged)((m,b)=>b.bufferLength<m.bufferLength),(0,g.map)(({rtt:m,bufferLength:b,segmentServerLatency:v})=>{let T=vs(this.manifestUrlString,2);return(m/2+b+v+T)/1e3})).subscribe(this.liveLatency$)),this.representationSubscription.add((0,g.combine)({liveBuffer:this.liveBuffer.smoothed$,isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).subscribe(({liveBuffer:m,isActiveLive:b,isLowLatency:v})=>{if(!v||!b)return;let T=this.tuning.dashCmafLive.lowLatency.maxTargetOffset,I=this.tuning.dashCmafLive.lowLatency.maxTargetOffsetDeviation,A=this.tuning.dashCmafLive.lowLatency.playbackCatchupSpeedup,P=m-T;if(this.isManualDecreasePlaybackInLive())return;let $=1;Math.abs(P)>I&&($=1+Math.sign(P)*A),Nu(this.element,$)})),this.representationSubscription.add(this.bufferLength$.subscribe(m=>{let b=0;if(m){let v=(this.element?.currentTime??0)*1e3;b=Math.min(...this.bufferManagers.map(I=>I.getLiveSegmentsToLoadState(this.manifest)?.to??v))-v}this.liveLoadBufferLength$.getValue()!==b&&this.liveLoadBufferLength$.next(b)}));let h=0;this.representationSubscription.add((0,g.combine)({liveLoadBufferLength:this.liveLoadBufferLength$,bufferLength:this.bufferLength$}).pipe((0,g.throttle)(1e3)).subscribe(async({liveLoadBufferLength:m,bufferLength:b})=>{if(!this.element||this.isUpdatingLive)return;let v=this.element.playbackRate,T=vs(this.manifestUrlString,2),I=Math.abs(this.livePositionFromPlayer$.getValue())*1e3,A=Math.min(I,this.tuning.dashCmafLive.normalizedTargetMinBufferSize*v),P=this.tuning.dashCmafLive.normalizedActualBufferOffset*v,$=this.tuning.dashCmafLive.normalizedLiveMinBufferSize*v,k=isFinite(m)?m:b,W=this.isActiveLive$.getValue()&&this.isLowLatency$.getValue(),Y=I<=this.tuning.live.activeLiveDelay;this.isActiveLive$.next(Y);let X="none";if(W?X="active_low_latency":this.isLowLatency$.getValue()&&Y?(this.bufferManagers.forEach(K=>K.proceedLowLatencyLive()),X="active_low_latency"):T!==0&&k<A?X="live_forward_buffering":k<A+$&&(X="live_with_target_offset"),isFinite(m)&&(h=m>h?m:h),X==="live_forward_buffering"||X==="live_with_target_offset"){let K=h-(A+P),E=this.normolizeLiveOffset(Math.trunc(T+K/v)),q=Math.abs(E-T),C=0;!m||q<=this.tuning.dashCmafLive.offsetCalculationError?C=T:E>0&&q>this.tuning.dashCmafLive.offsetCalculationError&&(C=E),this.manifestUrlString=xe(this.manifestUrlString,C,2)}(X==="live_with_target_offset"||X==="live_forward_buffering")&&(h=0,await this.updateLive())},m=>{this.error$.next({id:"updateLive",category:g.ErrorCategory.VIDEO_PIPELINE,thrown:m,message:"Failed to update live with subscription"})}))}let l=(0,g.merge)(...this.bufferManagers.map(h=>h.fullyBuffered$)).pipe((0,g.map)(()=>this.bufferManagers.every(h=>h.fullyBuffered$.getValue()))),d=(0,g.merge)(...this.bufferManagers.map(h=>h.onLastSegment$)).pipe((0,g.map)(()=>this.bufferManagers.some(h=>h.onLastSegment$.getValue()))),p=(0,g.combine)({allBuffersFull:l,someBufferEnded:d}).pipe((0,g.filterChanged)(),(0,g.map)(({allBuffersFull:h,someBufferEnded:m})=>h&&m),(0,g.filter)(h=>h));if(this.representationSubscription.add((0,g.merge)(this.forceEnded$,p).subscribe(()=>{if(this.source&&this.source.readyState==="open"&&Array.from(this.source.sourceBuffers).every(h=>!h.updating))try{this.source?.endOfStream()}catch(h){this.error$.next({id:"EndOfStream",category:g.ErrorCategory.VIDEO_PIPELINE,message:"Failed to end MediaSource stream",thrown:h})}})),this.representationSubscription.add((0,g.merge)(...this.bufferManagers.map(h=>h.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 h=this.tuning.dash.sourceOpenTimeout>=0;yield new Promise((m,b)=>{h&&(this.timeoutSourceOpenId=setTimeout(()=>{if(this.source?.readyState==="open"){m();return}this.tuning.dash.rejectOnSourceOpenTimeout?b(new Error("Timeout reject when wait sourceopen event")):m()},this.tuning.dash.sourceOpenTimeout)),this.source?.addEventListener("sourceopen",()=>{this.timeoutSourceOpenId&&clearTimeout(this.timeoutSourceOpenId),m()},{once:!0})})}if(!this.isLive$.getValue()){let h=[this.manifest.duration??0,...(0,Uu.default)((0,Uu.default)([...this.manifest.streams.audio,...this.manifest.streams.video],m=>m.representations),m=>{let b=[];return m.duration&&b.push(m.duration),Le(m.segmentReference)&&m.segmentReference.totalSegmentsDurationMs&&b.push(m.segmentReference.totalSegmentsDurationMs),b})];this.source.duration=Math.max(...h)/1e3}this.audioBufferManager&&(0,g.isNonNullable)(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=(0,g.interval)(this.tuning.gapWatchdogInterval).subscribe(()=>this.jumpGap(),t=>{this.error$.next({id:"GapWatchdog",category:g.ErrorCategory.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 Os({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=di.getLiveBufferSmoothedValue(this.tuning.dashCmafLive.lowLatency.maxTargetOffset,{...e.tuning.dashCmafLive.lowLatency.bufferEstimator}),this.initTracerSubscription()}async seekLive(e){(0,g.assertNonNullable)(this.element);let t=this.liveStreamStatus$.getValue()!=="active"?(0,g.now)()-this.liveStreamEndTimestamp:0,i=this.normolizeLiveOffset(e+t);this.isActiveLive$.next(i===0),this.manifestUrlString=xe(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(){(0,g.assertNonNullable)(this.element),this.state$.setState("running"),this.subscription.add((0,g.merge)(...NA.map(e=>(0,g.fromEvent)(this.element,e)),(0,g.fromEvent)(window,"online")).subscribe(()=>this.tick(),e=>{this.error$.next({id:"DashVKPlayer",category:g.ErrorCategory.WTF,message:"Internal logic error",thrown:e})})),this.subscription.add((0,g.fromEvent)(this.element,"progress").subscribe(()=>{this.element&&this.element.readyState===2&&!this.element.seeking&&(this.element.currentTime=this.element.currentTime)})),this.subscription.add((0,g.fromEvent)(this.element,"waiting").subscribe(()=>{this.element&&this.element.readyState===2&&!this.element.seeking&&Qt(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=(0,g.now)(),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,d=u<s&&a-n>this.tuning.dash.crashOnStallTWithoutDataTimeout,p=this.audioBufferManager&&l<s&&a-o>this.tuning.dash.crashOnStallTWithoutDataTimeout;if((d||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 h=this.normolizeLiveOffset(-1*this.livePositionFromPlayer$.getValue()*1e3);this.seekLive(h).catch(m=>{this.error$.next({id:"stallIntervalCallback",category:g.ErrorCategory.VIDEO_PIPELINE,message:"stallIntervalCallback failed",thrown:m})}),i.liveLastOffset=h}else{let h=this.element.currentTime*1e3;this.videoBufferManager?.maintain(h),this.audioBufferManager?.maintain(h),i.position=h}this.tracer.log("stallIntervalCallback",(0,g.flattenObject)(i))};this.stallWatchdogSubscription?.unsubscribe(),this.stallWatchdogSubscription=(0,g.interval)(50).subscribe(e,t=>{this.error$.next({id:"StallWatchdogCallback",category:g.ErrorCategory.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){(0,g.assertNonNullable)(this.element),(0,g.assertNonNullable)(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),Qt(this.element.buffered,i)||await Promise.all([this.videoBufferManager.abort(),this.audioBufferManager?.abort()]),!((0,g.isNullable)(this.element)||(0,g.isNullable)(this.videoBufferManager))&&(this.videoBufferManager.maintain(i),this.audioBufferManager?.maintain(i),this.element.currentTime=i/1e3,this.tracer.log("seek",(0,g.flattenObject)({requestedPosition:e,forcePrecise:t,position:i})))}warmUpMediaSourceIfNeeded(e=this.element?.currentTime){(0,g.isNonNullable)(this.element)&&(0,g.isNonNullable)(this.source)&&(0,g.isNonNullable)(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=(0,g.getTraceSubscriptionMethod)(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",(0,g.flattenObject)(i)))}}};var Qs=class{constructor(e,t){this.fov=e,this.orientation=t}};var Gs=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 Fg=`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 xv=`#ifdef GL_ES
81
+ `;var qg=`#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 qr=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 vo(this.params.fov,this.params.orientation),this.cameraRotationManager=new yo(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(Iv,this.gl.VERTEX_SHADER),i=this.createShader(xv,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}};var ke=require("@vkontakte/videoplayer-shared/es2024");var To="stalls_manager_metrics",Ev="stalls_manager_abr_params",Tc=class{constructor(){this.isSeeked$=new ke.ValueSubject(!1);this.isBuffering$=new ke.ValueSubject(!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 ke.Subscription;this.severeStallOccurred$=new ke.ValueSubject(!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(Ev)}}set lastVideoTrackSelected(e){this.lastUniqueVideoTrackSelected?.id!==e.id&&(this.lastUniqueVideoTrackSelected=e,this.lastUniqueVideoTrackSelectedTimestamp=(0,ke.now)(),this.currentStallsCount=0)}destroy(){window.clearTimeout(this.qualityRestrictionTimer),this.subscription.unsubscribe(),this.currentStallDuration$.getValue()!==0&&this.updateStallData();let e=((0,ke.now)()-this.providerStartWatchingTimestamp-this.sumStallsDuration)/1e3,t=this.sumStallsDuration;this.addStallInfoToHistory(e,t),this.updateStoredAbrParams()}updateStoredAbrParams(){let e=[],t=this.getStoredData(To,"[]");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(To,[]),this.setStoredData(Ev,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(ke.safeStorage.get(e)??t)}setStoredData(e,t){ke.safeStorage.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(To,"[]"),r=t/e,s=i.length?yi(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(To,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((0,ke.once)()).subscribe(t=>this.providerStartWatchingTimestamp=(0,ke.now)())),this.subscription.add(this.currentStallDuration$.pipe((0,ke.filterChanged)()).subscribe(t=>{let{stallDurationNoDataBeforeQualityDecrease:i,stallCountBeforeQualityDecrease:r,resetQualityRestrictionTimeout:s,ignoreStallsOnSeek:n}=this.tuning;if((0,ke.isNullable)(this.lastUniqueVideoTrackSelected)||n&&this.isSeeked$.getValue())return;let o=this.rtt$.getValue(),u=this.throughput$.getValue(),l=this.videoLastDataObtainedTimestamp$.getValue(),c=(0,ke.now)(),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,(0,ke.isNonNullable)(this.lastUniqueVideoTrackSelected.bitrate)&&u>this.lastUniqueVideoTrackSelected.bitrate&&(this.predictedThroughputWithoutData=this.lastUniqueVideoTrackSelected.bitrate)),!t&&(0,ke.now)()-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}))}},Io=Tc;var bt=require("@vkontakte/videoplayer-shared/es2024"),xo=class{constructor(){this.subscription=new bt.Subscription;this.pipSize$=new bt.ValueSubject(void 0);this.videoSize$=new bt.ValueSubject(void 0);this.elementSize$=new bt.ValueSubject(void 0);this.pictureInPictureWindowRemoveEventListener=bt.noop}connect({observableVideo:e,video:t}){let i=r=>{let s=r.target;this.pipSize$.next({width:s.width,height:s.height})};this.subscription.add((0,bt.observeElementSize)(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((0,bt.combine)({videoSize:this.videoSize$,pipSize:this.pipSize$,inPip:e.inPiP$}).pipe((0,bt.map)(({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 rr=class{constructor(e){this.subscription=new te.Subscription;this.videoState=new X("stopped");this.droppedFramesManager=new $r;this.stallsManager=new Io;this.elementSizeManager=new xo;this.videoTracksMap=new Map;this.audioTracksMap=new Map;this.textTracksMap=new Map;this.videoStreamsMap=new Map;this.audioStreamsMap=new Map;this.videoTrackSwitchHistory=new Bi;this.audioTrackSwitchHistory=new Bi;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"),C(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"),C(this.params.desiredState.playbackState,"paused")):t==="playing"?(this.videoState.startTransitionTo("playing"),this.playIfAllowed()):i?.to==="ready"&&C(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"&&C(this.params.desiredState.playbackState,"playing");return;case"paused":t==="playing"?(this.videoState.startTransitionTo("playing"),this.playIfAllowed()):i?.to==="paused"&&C(this.params.desiredState.playbackState,"paused");return;default:return(0,te.assertNever)(e)}}};this.init3DScene=e=>{if(this.scene3D)return;this.scene3D=new qr(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 ft(e.source.url),this.params=e,this.video=Je(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(qe(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 So({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=tt(this.video);this.subscription.add(()=>i.destroy());let r=this.constructor.name,s=o=>{e.error$.next({id:r,category:te.ErrorCategory.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((0,te.filter)(l=>!!l.length),(0,te.once)()).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((0,te.map)(l=>l.to.state!=="none"),(0,te.filterChanged)());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((0,te.filter)(te.isNonNullable),(0,te.once)()),e.firstBytesEvent$),s(this.stallsManager.severeStallOccurred$,e.severeStallOccurred$),s(this.videoState.stateChangeEnded$.pipe((0,te.map)(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(Dt(this.video,t.isLooped,r)),this.subscription.add(et(this.video,t.volume,i.volumeState$,r)),this.subscription.add(i.volumeState$.subscribe(this.params.output.volume$,r)),this.subscription.add(ht(this.video,t.playbackRate,i.playbackRateState$,r)),this.elementSizeManager.connect({video:this.video,observableVideo:i}),s(mt(this.video,{threshold:this.params.tuning.autoTrackSelection.activeVideoAreaThreshold}),e.elementVisible$),this.subscription.add(i.playing$.subscribe(()=>{this.videoState.setState("playing"),C(t.playbackState,"playing"),this.scene3D&&this.scene3D.play()},r)).add(i.pause$.subscribe(()=>{this.videoState.setState("paused"),C(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((0,te.assertNonNullable)(c,"Manifest not loaded or empty"),!this.params.tuning.isAudioDisabled){let d=[];for(let h of c.audio){d.push(cc(h));let f=[];for(let g of h.representations){let y=ov(g);f.push(y),this.audioTracksMap.set(y,{stream:h,representation:g})}this.audioStreamsMap.set(h,f)}this.params.output.availableAudioStreams$.next(d)}let p=[];for(let d of c.video){p.push(dc(d));let h=[];for(let f of d.representations){let g=nv({...f,streamId:d.id});g&&(h.push(g),this.videoTracksMap.set(g,{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=uv(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((0,te.merge)(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$,(0,te.fromEvent)(this.video,"progress")).pipe((0,te.filter)(()=>this.videoTracksMap.size>0)).subscribe(async()=>{let l=this.player.state$.getState(),c=this.player.state$.getTransition();if(!(0,wv.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(y=>this.videoTracksMap.get(y)?.representation.id===d.id);(0,te.isNonNullable)(f)&&(this.stallsManager.lastVideoTrackSelected=f);let g=this.params.desiredState.autoVideoTrackLimits.getTransition();if(g&&this.params.output.autoVideoTrackLimits$.next(g.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 y=!!t.audioStream.getTransition();await this.player.switchRepresentation("audio",h.id,y)}},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((0,te.filterChanged)()).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(dc(d))},r)),this.subscription.add(this.player.currentAudioRepresentation$.pipe((0,te.filterChanged)()).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(cc(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((0,te.map)(({to:l})=>l==="ready"),(0,te.filterChanged)());this.subscription.add((0,te.merge)(o,t.autoVideoTrackSwitching.stateChangeStarted$,this.player.state$.stateChangeEnded$,(0,te.observableFrom)(["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((0,te.merge)(o,this.player.state$.stateChangeEnded$,(0,te.observableFrom)(["init"])).subscribe(()=>this.player.setPreloadOnly(t.playbackState.getState()==="ready")));let u=(0,te.merge)(t.playbackState.stateChangeStarted$,t.videoTrack.stateChangeStarted$,t.seekState.stateChangeEnded$,this.videoState.stateChangeEnded$,(0,te.observableFrom)(["init"])).pipe((0,te.debounce)(0));this.subscription.add(u.subscribe(this.syncPlayback,r))}selectVideoAudioRepresentations(){if(this.player.isStreamEnded)return;let e=this.params.tuning.useNewAutoSelectVideoTrack?Ea:xa,t=this.params.tuning.useNewAutoSelectVideoTrack?Xn:Kn,i=this.params.tuning.useNewAutoSelectVideoTrack?ti:Yn,{desiredState:r,output:s}=this.params,n=r.autoVideoTrackSwitching.getState(),o=r.videoTrack.getState()?.id,l=[...this.videoTracksMap.keys()].find(({id:I})=>I===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:I})=>I===p.id),h=d&&this.videoStreamsMap.get(d);if(!h)return;let f=Ye(this.video.buffered,this.video.currentTime*1e3),g;this.player.isActiveLive$.getValue()?g=this.player.isLowLatency$.getValue()?this.params.tuning.dashCmafLive.lowLatency.maxTargetOffset:this.params.tuning.dashCmafLive.normalizedLiveMinBufferSize:this.player.isLive$.getValue()?g=this.params.tuning.dashCmafLive.normalizedTargetMinBufferSize:g=n?this.params.tuning.dash.forwardBufferTargetAuto:this.params.tuning.dash.forwardBufferTargetManual;let y=(this.video.duration*1e3||1/0)-this.video.currentTime*1e3,T=Math.min(f/Math.min(g,y||1/0),1),k=r.audioStream.getState()??(this.audioStreamsMap.size===1?this.audioStreamsMap.keys().next().value:void 0),x=[...this.audioStreamsMap.keys()].find(({id:I})=>I===k?.id)??this.audioStreamsMap.keys().next().value,M=0;if(x){if(l&&!n){let I=e(l,h,this.audioStreamsMap.get(x)??[],this.params.tuning.autoTrackSelection.minVideoAudioRatio);M=Math.max(M,I?.bitrate??-1/0)}if(c){let I=e(c,h,this.audioStreamsMap.get(x)??[],this.params.tuning.autoTrackSelection.minVideoAudioRatio);M=Math.max(M,I?.bitrate??-1/0)}}let $=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:M,forwardBufferHealth:T,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}),F=n?$??l:l??$,G=x&&t(F,h,this.audioStreamsMap.get(x)??[],{estimatedThroughput:this.params.dependencies.throughputEstimator.rttAdjustedThroughput$.getValue(),stallsPredictedThroughput:this.stallsManager.predictedThroughput,tuning:this.stallsManager.abrTuningParams,forwardBufferHealth:T,history:this.audioTrackSwitchHistory,playbackRate:this.video.playbackRate,abrLogger:this.params.dependencies.abrLogger}),B=this.videoTracksMap.get(F)?.representation,D=G&&this.audioTracksMap.get(G)?.representation;if(B&&D)return[B,D];if(B&&!D&&this.audioTracksMap.size===0)return[B,void 0]}prepare(e=0){this.player.initManifest(this.video,this.params.source.url,e)}playIfAllowed(){it(this.video,()=>{this.params.output.soundProhibitedEvent$.next()}).then(e=>{e||(this.videoState.setState("paused"),C(this.params.desiredState.playbackState,"paused",!0))},e=>this.params.output.error$.next({id:"ForcePlay",message:"play() failed even with workarounds",category:te.ErrorCategory.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),Ze(this.video),this.tracer.end()}};var ps=class extends rr{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)}};var ge=require("@vkontakte/videoplayer-shared/es2024");var hs=class extends rr{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 ge.ValueSubject(1);s(i.playbackRateState$,n),this.subscription.add(this.params.output.position$.subscribe(this.player.livePositionFromPlayer$)).add(r.isLowLatency.stateChangeEnded$.pipe((0,ge.map)(o=>o.to)).subscribe(this.player.isLowLatency$)).add((0,ge.combine)({liveBufferTime:t.liveBufferTime$,liveAvailabilityStartTime:this.player.liveAvailabilityStartTime$}).pipe((0,ge.map)(({liveBufferTime:o,liveAvailabilityStartTime:u})=>o&&u?o+u:void 0)).subscribe(t.liveTime$)).add(this.player.liveStreamStatus$.pipe((0,ge.filter)(o=>(0,ge.isNonNullable)(o))).subscribe(o=>t.isLiveEnded$.next(o!=="active"&&t.position$.getValue()===0))).add((0,ge.combine)({liveDuration:this.player.liveDuration$,liveStreamStatus:this.player.liveStreamStatus$,playbackRate:(0,ge.merge)(i.playbackRateState$,new ge.ValueSubject(1))}).pipe((0,ge.filter)(({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||(0,ge.isNullable)(l)||(e=o-l)})).add((0,ge.combine)({time:t.liveBufferTime$,liveDuration:this.player.liveDuration$,playbackRate:(0,ge.merge)(i.playbackRateState$,new ge.ValueSubject(1))}).pipe((0,ge.filterChanged)((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||(0,ge.isNullable)(o)||(0,ge.isNullable)(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=lv(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 re=require("@vkontakte/videoplayer-shared/es2024");var Bc=q($a(),1);var S=require("@vkontakte/videoplayer-shared/es2024");var Eo=q(Rt(),1),Hr=q(zt(),1),wo=q($a(),1);var Gv=q(ya(),1);var _i=require("@vkontakte/videoplayer-shared/es2024");var qL=18,Pv=!1;try{Pv=Y.browser.isSafari&&!!Y.browser.safariVersion&&Y.browser.safariVersion<=qL}catch(a){console.error(a)}var Ic=class{constructor(e){this.bufferFull$=new _i.Subject;this.error$=new _i.Subject;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:_i.ErrorCategory.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)};Pv&&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:_i.ErrorCategory.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:(0,_i.assertNever)(t)}}},kv=Ic;var P=require("@vkontakte/videoplayer-shared/es2024");var ue=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 jr=class extends ue{};var fs=class extends ue{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 ms=class extends ue{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 bs=class extends ue{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var Te=class extends ue{constructor(e,t){super(e,t);let i=this.readUint32();this.version=i>>>24,this.flags=i&16777215}};var gs=class extends Te{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 Ss=class extends ue{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var vs=class extends ue{constructor(e,t){super(e,t),this.data=this.content}};var ar=class extends Te{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 ys=class extends ue{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var Ts=class extends ue{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var Is=class extends Te{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 xs=class extends Te{constructor(e,t){super(e,t),this.poseYawDegrees=this.readUint32(),this.posePitchDegrees=this.readUint32(),this.poseRollDegrees=this.readUint32()}};var Es=class extends Te{constructor(e,t){super(e,t),this.projectionBoundsTop=this.readUint32(),this.projectionBoundsBottom=this.readUint32(),this.projectionBoundsLeft=this.readUint32(),this.projectionBoundsRight=this.readUint32()}};var ws=class extends ue{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var Ps=class extends Te{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 ks=class extends ue{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var As=class extends ue{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var Rs=class extends Te{constructor(e,t){super(e,t),this.sequenceNumber=this.readUint32()}};var Ls=class extends ue{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var Ms=class extends Te{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 $s=class extends Te{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 Bs=class extends Te{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 Ds=class extends ue{constructor(e,t){super(e,t),this.children=this.scanForBoxes(this.content)}};var Cs=class extends Te{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 Vs=class extends ue{constructor(e,t){super(e,t),this.children=this.scanForBoxes(new DataView(this.content.buffer,this.content.byteOffset+78,this.content.byteLength-78))}};var HL={ftyp:ms,moov:bs,mvhd:gs,moof:Ss,mdat:vs,sidx:ar,trak:ys,mdia:ws,mfhd:Rs,tkhd:Ps,traf:Ls,tfhd:Ms,tfdt:$s,trun:Bs,minf:ks,sv3d:Ts,st3d:Is,prhd:xs,proj:As,equi:Es,uuid:fs,stbl:Ds,stsd:Cs,avc1:Vs,unknown:jr},Ii=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=HL[e];return i?new i(t,new a):new jr(t,new a)}};var Fi=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 WL=new TextDecoder("ascii"),GL=a=>WL.decode(new DataView(a.buffer,a.byteOffset+4,4))==="ftyp",QL=a=>{let e=new ar(a,new Ii),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})},YL=(a,e)=>{let i=new Ii().parse(a),r=new Fi(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)},KL=a=>{let t=new Ii().parse(a),i=new Fi(t),r={},s=i.findAll("uuid");return s.length?s[s.length-1]:r},XL=a=>{let t=new Ii().parse(a);return new Fi(t).find("sidx")?.timescale},JL=(a,e)=>{let i=new Ii().parse(a),s=new Fi(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},ZL=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 Ii().parse(a),r=new Fi(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},Av={validateData:GL,parseInit:ZL,getIndexRange:()=>{},parseSegments:QL,parseFeedableSegmentChunk:YL,getChunkEndTime:JL,getServerLatencyTimestamps:KL,getTimescaleFromIndex:XL};var _s=q(Rt(),1),xi=require("@vkontakte/videoplayer-shared/es2024");var Lv=require("@vkontakte/videoplayer-shared/es2024");var Rv={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"}},Mv=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=Os(a,t),r=i in Rv,s=r?Rv[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=Os(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}},Os=(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},Gt=(a,e)=>{switch(e){case"int":return a.getInt8(0);case"uint":return Os(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:(0,Lv.assertNever)(e)}},sr=(a,e)=>{let t=0;for(;t<a.byteLength;){let i=new DataView(a.buffer,a.byteOffset+t),r=Mv(i);if(!e(r))return;r.type==="master"&&sr(r.value,e),t=r.value.byteOffset-a.byteOffset+r.valueSize}},$v=a=>{if(a.getUint32(0)!==440786851)return!1;let e,t,i,r=Mv(a);return sr(r.value,({tag:s,type:n,value:o})=>(s===17143?e=Gt(o,n):s===17026?t=Gt(o,n):s===17029&&(i=Gt(o,n)),!0)),(e===void 0||e<=1)&&t!==void 0&&t==="webm"&&(i===void 0||i<=2)};var Bv=[357149030,290298740,374648427,174,224,30320,30321,30322,272869232,524531317,475249515,423732329,307544935],eM=[231,22612,22743,167,171,163,160,175],tM=a=>{let e,t,i,r,s=!1,n=!1,o=!1,u,l,c=!1,p=0;return sr(a,({tag:d,type:h,value:f,valueSize:g})=>{if(d===21419){let y=Gt(f,h);l=Os(y)}else d!==21420&&(l=void 0);return d===408125543?(e=f.byteOffset,t=f.byteOffset+g):d===357149030?s=!0:d===290298740?n=!0:d===2807729?i=Gt(f,h):d===17545?r=Gt(f,h):d===21420&&l===475249515?u=Gt(f,h):d===374648427?sr(f,({tag:y,type:T,value:k})=>y===30321?(c=Gt(k,T)===1,!1):!0):s&&n&&(0,_s.default)(Bv,d)&&(o=!0),!o}),(0,xi.assertNonNullable)(e,"Failed to parse webm Segment start"),(0,xi.assertNonNullable)(t,"Failed to parse webm Segment end"),(0,xi.assertNonNullable)(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}}}},iM=a=>{if((0,xi.isNullable)(a.cuesSeekPosition))return;let e=a.segmentStart+a.cuesSeekPosition,t=1024*1024;return{from:e,to:e+t}},rM=(a,e)=>{let t=!1,i=!1,r=o=>(0,xi.isNonNullable)(o.time)&&(0,xi.isNonNullable)(o.position),s=[],n;return sr(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=Gt(l,u));break;case 183:break;case 241:n&&(n.position=Gt(l,u));break;default:t&&(0,_s.default)(Bv,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}}})},aM=a=>{let e=0,t=!1;try{sr(a,i=>i.tag===524531317?i.tagSize<=a.byteLength?(e=i.tagSize,!1):(e+=i.tagHeaderSize,!0):(0,_s.default)(eM,i.tag)?(e+i.tagSize<=a.byteLength&&(e+=i.tagSize,t||=(0,_s.default)([163,160,175],i.tag)),!0):!1)}catch{}return e>0&&e<=a.byteLength&&t?new DataView(a.buffer,a.byteOffset,e):null},Dv={validateData:$v,parseInit:tM,getIndexRange:iM,parseSegments:rM,parseFeedableSegmentChunk:aM};var Fs=a=>{let e=/^(.+)\/([^;]+)(?:;.*)?$/.exec(a);if(e){let[,t,i]=e;if(t==="audio"||t==="video")switch(i){case"webm":return Dv;case"mp4":return Av}}throw new ReferenceError(`Unsupported mime type ${a}`)};var Rc=q(nc(),1),jv=q(Wi(),1),Hv=q(oc(),1),zv=q(zt(),1),Lc=q(Ji(),1);var Us=require("@vkontakte/videoplayer-shared/es2024");var Cv=a=>{try{let e=sM(),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 sM(){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 wc=q(zt(),1);var Vv=require("@vkontakte/videoplayer-shared/es2024"),Ov=({id:a,width:e,height:t,bitrate:i,fps:r,quality:s,streamId:n})=>{let o=(s?ei(s):void 0)??(0,Vv.videoSizeToQuality)({width:e,height:t});return o&&{id:a,quality:o,bitrate:i,size:{width:e,height:t},fps:r,streamId:n}},_v=({id:a,bitrate:e})=>({id:a,bitrate:e}),Fv=({language:a,label:e},{id:t,url:i,isAuto:r})=>({id:t,url:i,isAuto:r,type:"internal",language:a,label:e}),Nv=({language:a,label:e,id:t,url:i,isAuto:r})=>({id:t,url:i,isAuto:r,type:"internal",language:a,label:e}),Pc=({id:a,language:e,label:t,codecs:i,isDefault:r})=>({id:a,language:e,label:t,codec:(0,wc.default)(i.split("."),0),isDefault:r}),kc=({id:a,language:e,label:t,hdr:i,codecs:r})=>({id:a,language:e,hdr:i,label:t,codec:(0,wc.default)(r.split("."),0)}),Ac=a=>"url"in a,pt=a=>a.type==="template",Ns=a=>a instanceof DOMException&&(a.name==="AbortError"||a.code===20);var Uv=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},nr=(a,e)=>{for(let t of a)if(e(t))return t;return null};var qv=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},Ei=(a,e)=>{let t=a;t=(0,Rc.default)(t,"$$","$");let i={RepresentationID:e.representationId,Number:e.segmentNumber,Bandwidth:e.bandwidth,Time:e.segmentTime};for(let[r,s]of(0,jv.default)(i)){let n=new RegExp(`\\$${r}(?:%0(\\d+)d)?\\$`,"g");t=(0,Rc.default)(t,n,(o,u)=>(0,Us.isNullable)(s)?o:(0,Us.isNullable)(u)?s:(0,Hv.default)(s,parseInt(u,10),"0"))}return t},Wv=(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(D=>D.textContent?.trim()??""),o=(0,zv.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,g=p?.getElementsByTagName("vk:XPlaybackDuration")[0].textContent,y;u&&(y={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 T,k=s.getAttribute("mediaPresentationDuration"),x=[...s.getElementsByTagName("Period")],M=x.reduce((D,I)=>({...D,[I.id]:I.children}),{}),$=x.reduce((D,I)=>({...D,[I.id]:I.getAttribute("duration")}),{});k?T=qv(k):(0,Lc.default)($).filter(D=>D).length&&!u?T=(0,Lc.default)($).reduce((D,I)=>D+(qv(I)??0),0):g&&(T=parseInt(g,10));let F=0,G=s.getAttribute("profiles")?.split(",")??[];for(let D of x.map(I=>I.id))for(let I of M[D]){let z=I.getAttribute("id")??"id"+(F++).toString(10),A=I.getAttribute("mimeType")??"",R=I.getAttribute("codecs")??"",V=I.getAttribute("contentType")??A?.split("/")[0],ve=I.getAttribute("profiles")?.split(",")??[],N=Cv(I.getAttribute("lang")??"")??{},ae=I.querySelector("Label")?.textContent?.trim()??void 0,de=I.querySelectorAll("Representation"),xe=I.querySelector("SegmentTemplate"),Ce=I.querySelector("Role")?.getAttribute("value")??void 0,Ee=V,pe={id:z,language:N.language,isDefault:Ce==="main",label:ae,codecs:R,hdr:Ee==="video"&&Fr(R),mime:A,representations:[]};for(let O of de){let W=O.getAttribute("lang")??void 0,He=ae??I.getAttribute("label")??O.getAttribute("label")??void 0,Ve=O.querySelector("BaseURL")?.textContent?.trim()??"",fe=new URL(Ve||o,e).toString(),_e=O.getAttribute("mimeType")??A,St=O.getAttribute("codecs")??R??"",at;if(V==="text"){let Re=O.getAttribute("id")||"",vt=N.privateuse?.includes("x-auto")||Re.includes("_auto"),je=O.querySelector("SegmentTemplate");if(je){let Ot={representationId:O.getAttribute("id")??void 0,bandwidth:O.getAttribute("bandwidth")??void 0},si=parseInt(O.getAttribute("bandwidth")??"",10)/1e3,ni=parseInt(je.getAttribute("startNumber")??"",10)??1,yt=parseInt(je.getAttribute("timescale")??"",10),Ni=je.querySelectorAll("SegmentTimeline S")??[],Tt=je.getAttribute("media");if(!Tt)continue;let oi=[],ui=0,li="",It=0,_t=ni,le=0;for(let we of Ni){let st=parseInt(we.getAttribute("d")??"",10),me=parseInt(we.getAttribute("r")??"",10)||0,ze=parseInt(we.getAttribute("t")??"",10);le=Number.isFinite(ze)?ze:le;let nt=st/yt*1e3,xt=le/yt*1e3;for(let Me=0;Me<me+1;Me++){let We=Ei(Tt,{...Ot,segmentNumber:_t.toString(10),segmentTime:(le+Me*st).toString(10)}),Et=(xt??0)+Me*nt,Nt=Et+nt;_t++,oi.push({time:{from:Et,to:Nt},url:We})}le+=(me+1)*st,ui+=(me+1)*nt}It=le/yt*1e3,li=Ei(Tt,{...Ot,segmentNumber:_t.toString(10),segmentTime:le.toString(10)});let Ft={time:{from:It,to:1/0},url:li},Fe={type:"template",baseUrl:fe,segmentTemplateUrl:Tt,initUrl:"",totalSegmentsDurationMs:ui,segments:oi,nextSegmentBeyondManifest:Ft,timescale:yt};at={id:Re,kind:"text",segmentReference:Fe,profiles:[],duration:T,bitrate:si,mime:"",codecs:"",width:0,height:0,isAuto:vt}}else at={id:Re,isAuto:vt,kind:"text",url:fe}}else{let Re=O.getAttribute("contentType")??_e?.split("/")[0]??V,vt=I.getAttribute("profiles")?.split(",")??[],je=parseInt(O.getAttribute("width")??"",10),Ot=parseInt(O.getAttribute("height")??"",10),si=parseInt(O.getAttribute("bandwidth")??"",10)/1e3,ni=O.getAttribute("frameRate")??"",yt=O.getAttribute("quality")??void 0,Ni=ni?ro(ni):void 0,Tt=O.getAttribute("id")??"id"+(F++).toString(10),oi=Re==="video"?`${Ot}p`:Re==="audio"?`${si}Kbps`:St,ui=`${Tt}@${oi}`,li=[...G,...ve,...vt],It,_t=O.querySelector("SegmentBase"),le=O.querySelector("SegmentTemplate")??xe;if(_t){let Fe=O.querySelector("SegmentBase Initialization")?.getAttribute("range")??"",[we,st]=Fe.split("-").map(We=>parseInt(We,10)),me={from:we,to:st},ze=O.querySelector("SegmentBase")?.getAttribute("indexRange"),[nt,xt]=ze?ze.split("-").map(We=>parseInt(We,10)):[],Me=ze?{from:nt,to:xt}:void 0;It={type:"byteRange",url:fe,initRange:me,indexRange:Me}}else if(le){let Fe={representationId:O.getAttribute("id")??void 0,bandwidth:O.getAttribute("bandwidth")??void 0},we=parseInt(le.getAttribute("timescale")??"",10),st=le.getAttribute("initialization")??"",me=le.getAttribute("media"),ze=parseInt(le.getAttribute("startNumber")??"",10)??1,nt=Ei(st,Fe);if(!me)throw new ReferenceError("No media attribute in SegmentTemplate");let xt=le.querySelectorAll("SegmentTimeline S")??[],Me=[],We=0,Et="",Nt=0;if(xt.length){let ci=ze,Pe=0;for(let wt of xt){let $e=parseInt(wt.getAttribute("d")??"",10),ot=parseInt(wt.getAttribute("r")??"",10)||0,di=parseInt(wt.getAttribute("t")??"",10);Pe=Number.isFinite(di)?di:Pe;let Ui=$e/we*1e3,Oo=Pe/we*1e3;for(let pi=0;pi<ot+1;pi++){let _o=Ei(me,{...Fe,segmentNumber:ci.toString(10),segmentTime:(Pe+pi*$e).toString(10)}),Gr=(Oo??0)+pi*Ui,Fo=Gr+Ui;ci++,Me.push({time:{from:Gr,to:Fo},url:_o})}Pe+=(ot+1)*$e,We+=(ot+1)*Ui}Nt=Pe/we*1e3,Et=Ei(me,{...Fe,segmentNumber:ci.toString(10),segmentTime:Pe.toString(10)})}else if((0,Us.isNonNullable)(T)){let Pe=parseInt(le.getAttribute("duration")??"",10)/we*1e3,wt=Math.ceil(T/Pe),$e=0;for(let ot=1;ot<wt;ot++){let di=Ei(me,{...Fe,segmentNumber:ot.toString(10),segmentTime:$e.toString(10)});Me.push({time:{from:$e,to:$e+Pe},url:di}),$e+=Pe}Nt=$e,Et=Ei(me,{...Fe,segmentNumber:wt.toString(10),segmentTime:$e.toString(10)})}let Vo={time:{from:Nt,to:1/0},url:Et};It={type:"template",baseUrl:fe,segmentTemplateUrl:me,initUrl:nt,totalSegmentsDurationMs:We,segments:Me,nextSegmentBeyondManifest:Vo,timescale:we}}else throw new ReferenceError("Unknown MPD segment referencing type");if(!Re||!_e)continue;let Ft={video:"video",audio:"audio",text:"text"}[Re];if(!Ft)continue;Ee||=Ft,at={id:ui,kind:Ft,segmentReference:It,profiles:li,duration:T,bitrate:si,mime:_e,codecs:St,width:je,height:Ot,fps:Ni,quality:yt}}pe.language||=W,pe.label||=He,pe.mime||=_e,pe.codecs||=St,pe.hdr||=Ee==="video"&&Fr(St),pe.representations.push(at)}if(Ee){let O=r[Ee].find(W=>W.id===pe.id);if(O&&pe.representations.every(W=>pt(W.segmentReference)))for(let W of O.representations){let Ve=pe.representations.find(_e=>_e.id===W.id)?.segmentReference,fe=W.segmentReference;fe.segments.push(...Ve.segments),fe.nextSegmentBeyondManifest=Ve.nextSegmentBeyondManifest}else r[Ee].push(pe)}}return{duration:T,streams:r,baseUrls:n,live:y}};var qs=class{constructor(e,t,i,{fetcher:r,tuning:s,getCurrentPosition:n,isActiveLowLatency:o,compatibilityMode:u=!1,manifest:l}){this.currentLiveSegmentServerLatency$=new P.ValueSubject(0);this.currentLowLatencySegmentLength$=new P.ValueSubject(0);this.currentSegmentLength$=new P.ValueSubject(0);this.onLastSegment$=new P.ValueSubject(!1);this.fullyBuffered$=new P.ValueSubject(!1);this.playingRepresentation$=new P.ValueSubject(void 0);this.playingRepresentationInit$=new P.ValueSubject(void 0);this.error$=new P.Subject;this.gaps=[];this.subscription=new P.Subscription;this.allInitsLoaded=!1;this.activeSegments=new Set;this.downloadAbortController=new he;this.switchAbortController=new he;this.destroyAbortController=new he;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=(0,P.abortable)(this.destroyAbortController.signal,async function*(e){let t=this.representations.get(e);(0,P.assertNonNullable)(t,`Cannot find representation ${e}`),this.playingRepresentationId=e,this.downloadingRepresentationId=e,this.sourceBuffer=this.mediaSource.addSourceBuffer(`${t.mime}; codecs="${t.codecs}"`),this.sourceBufferTaskQueue=new kv(this.sourceBuffer),this.subscription.add((0,P.fromEvent)(this.sourceBuffer,"updateend").subscribe(()=>{this.checkEjectedSegments(),this.maintain()},n=>{let o,u=this.mediaSource.readyState;u!=="open"&&(o={id:`SegmentEjection_source_${u}`,category:P.ErrorCategory.VIDEO_PIPELINE,message:"Error when trying to clear segments ejected by browser",thrown:n}),o??={id:"SegmentEjection",category:P.ErrorCategory.VIDEO_PIPELINE,message:"Error when trying to clear segments ejected by browser",thrown:n},this.error$.next(o)})),this.subscription.add((0,P.fromEvent)(this.sourceBuffer,"error").subscribe(()=>this.error$.next({id:"SourceBuffer",category:P.ErrorCategory.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,Vr(this.sourceBuffer.buffered)*.8);this.bufferLimit=u;let l=Ye(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);(0,P.assertNonNullable)(i,"No init buffer for starting representation"),(0,P.assertNonNullable)(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=(0,P.abortable)(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);(0,P.assertNonNullable)(i,`No such representation ${e}`);let r=this.segments.get(e),s=this.initData.get(e);if((0,P.isNullable)(s)||(0,P.isNullable)(r)?yield this.loadInit(i,"high",!1):s instanceof Promise&&(yield s),r=this.segments.get(e),(0,P.assertNonNullable)(r,"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();(0,P.isNonNullable)(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=(0,P.abortable)(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);(0,P.assertNonNullable)(i,`No such representation ${e}`);let r=this.segments.get(e),s=this.initData.get(e);if((0,P.isNullable)(s)||(0,P.isNullable)(r)?yield this.loadInit(i,"high",!1):s instanceof Promise&&(yield s),r=this.segments.get(e),(0,P.assertNonNullable)(r,"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();(0,P.isNonNullable)(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=(0,P.abortable)(this.destroyAbortController.signal,async function*(e){let t=(0,wo.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||!pt(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);(0,P.assertNonNullable)(r);let s=this.segments.get(i);(0,P.assertNonNullable)(s,"No segments for starting representation");let n=this.initData.get(i);if((0,P.assertNonNullable)(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){!ee(this.mediaSource,this.sourceBuffer)||e===this.downloadingRepresentationId||e===this.switchingToRepresentationId||(this.switchAbortController.abort(),this.switchAbortController=new he,(0,P.abortable)(this.switchAbortController.signal,async function*(i,r=!1){this.switchingToRepresentationId=i;let s=this.representations.get(i);(0,P.assertNonNullable)(s,`No such representation ${i}`);let n=this.segments.get(i),o=this.initData.get(i);if((0,P.isNullable)(o)||(0,P.isNullable)(n)?yield this.loadInit(s,"high",!1):o instanceof Promise&&(yield o),n=this.segments.get(i),(0,P.assertNonNullable)(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),r)this.switchingToRepresentationId=void 0,this.downloadingRepresentationId=i,yield this.dropBuffer();else{let u=this.getCurrentPosition();(0,P.isNonNullable)(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(){!(0,P.isNullable)(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 he,this.abortBuffer()}maintain(e=this.getCurrentPosition()){if((0,P.isNullable)(e)||(0,P.isNullable)(this.downloadingRepresentationId)||(0,P.isNullable)(this.playingRepresentationId)||(0,P.isNullable)(this.sourceBuffer)||!ee(this.mediaSource,this.sourceBuffer)||(0,P.isNonNullable)(this.switchingToRepresentationId)||this.isSeekingLive)return;let t=this.representations.get(this.downloadingRepresentationId),i=this.segments.get(this.downloadingRepresentationId);if((0,P.assertNonNullable)(t,`No such representation ${this.downloadingRepresentationId}`),!i)return;let r=i.find(c=>e>=c.time.from&&e<c.time.to);(0,P.isNonNullable)(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=Ye(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)&&Vr(this.sourceBuffer.buffered)>=this.bufferLimit){let c=Ye(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,Eo.default)(u,r))c="high";else{let p=(0,Hr.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&&Ye(this.sourceBuffer.buffered,e)>3e3||this.isActiveLowLatency())&&this.loadNextInit();let l=(0,Hr.default)(i,-1);!this.isLive&&l&&(this.fullyBuffered$.next(l.time.to-e-Ye(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;(0,P.isNonNullable)(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,wo.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,wo.default)(e?.streams[this.kind],i=>i.representations)??[];if(![...this.segments.values()].every(i=>!i.length))for(let i of t){if(!i||!pt(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,Hr.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;(0,P.assertNonNullable)(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(!pt(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=Ei(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&&ri&&ri(this.gapDetectionIdleCallback),this.initLoadIdleCallback&&ri&&ri(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 g=d<=i&&h>=i,y=d>i||g||f===0&&i===0,T=Math.min(this.forwardBufferTarget,this.bufferLimit),k=this.preloadOnly&&d<=i+T||h<=i+T;return(p==="none"||p==="partially_ejected"&&y&&k&&this.sourceBuffer&&ee(this.mediaSource,this.sourceBuffer)&&!(rt(this.sourceBuffer.buffered,d)&&rt(this.sourceBuffer.buffered,h)))&&y&&k});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"){pt(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(0,P.abortable)(o,async function*(){let c=(0,P.getExponentialDelay)(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=(0,P.now)(),!c)return;let p=new DataView(c),d=Fs(t.mime);if(!isFinite(r.segment.time.to)){let g=t.segmentReference.timescale;r.segment.time.to=d.getChunkEndTime(p,g)}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]),Ns(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())pt(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(0,P.abortable)(n,async function*(){let u=(0,P.getExponentialDelay)(this.failedDownloads,this.tuning.downloadBackoff);yield new Promise(l=>{this.loadByteRangeSegmentsTimeoutId=window.setTimeout(l,u),(0,P.fromEvent)(window,"online").pipe((0,P.once)()).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=(0,P.now)(),this.failedDownloads=0}catch(u){this.abortActiveSegments(e),Ns(u)||(this.failedDownloads++,this.updateRepresentationsBaseUrlIfNeeded())}}prepareByteRangeFetchSegmentParams(e,t){if(pt(t.segmentReference))throw new Error("Representation is not byte range type");let i=t.segmentReference.url,r={from:(0,Hr.default)(e,0).byte.from,to:(0,Hr.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=(0,P.now)(),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:P.ErrorCategory.VIDEO_PIPELINE,message:"Error when feeding segments",thrown:l})}}}}prepareTemplateFetchSegmentParams(e,t){if(!pt(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=(0,P.now)();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:P.ErrorCategory.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,Eo.default)(e,t.segment)&&this.abortSegment(t.segment)}async onSomeTemplateDataLoaded({dataView:e,representationId:t,loaded:i,onSegmentAppendFailed:r,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){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||!ee(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 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),y=u.loadedBytes===d?g:Fs(o.mime).parseFeedableSegmentChunk(g);y?.byteLength&&(l.status="partially_fed",u.feedingBytes+=y.byteLength,await this.sourceBufferTaskQueue.append(y,s)&&!s.aborted?(u.fedBytes+=y.byteLength,u.fedBytes===d&&this.onSegmentFullyAppended(u,t)):await n())}}}}onSegmentFullyAppended(e,t){if(!((0,P.isNullable)(this.sourceBuffer)||!ee(this.mediaSource,this.sourceBuffer))){!this.isLive&&Y.browser.isSafari&&this.tuning.useSafariEndlessRequestBugfix&&(rt(this.sourceBuffer.buffered,e.segment.time.from,100)&&rt(this.sourceBuffer.buffered,e.segment.time.to,100)||this.error$.next({id:"EmptyAppendBuffer",category:P.ErrorCategory.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",Ac(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=Cr(()=>(0,Gv.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?(0,P.abortable)(this.destroyAbortController.signal,async function*(){let o=(0,P.getExponentialDelay)(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(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&&pt(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:P.ErrorCategory.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||(0,P.isNullable)(e))return!1;let r=[],s=0,n=o=>{if(s>=t)return;r.push({...o.time});let u=Ac(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,Eo.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=Uv(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||!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)}}getBufferedTo(){return!this.sourceBuffer||!ee(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||!ee(this.mediaSource,this.sourceBuffer)||!this.sourceBuffer.buffered.length||(0,P.isNullable)(e)?0:Ye(this.sourceBuffer.buffered,e)}detectGaps(e,t){if(!this.sourceBuffer||!ee(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||!ee(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=Cr(()=>{try{this.detectGaps(e,t)}catch(i){this.error$.next({id:"GapDetection",category:P.ErrorCategory.WTF,message:"detectGaps threw",thrown:i})}finally{this.gapDetectionIdleCallback=null}})}}checkEjectedSegments(){if((0,P.isNullable)(this.sourceBuffer)||!ee(this.mediaSource,this.sourceBuffer)||(0,P.isNullable)(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:P.ErrorCategory.VIDEO_PIPELINE,thrown:e,message:"Something went wrong"})}};var Z=require("@vkontakte/videoplayer-shared/es2024");var ko=class{constructor({throughputEstimator:e,requestQuic:t,tracer:i,compatibilityMode:r=!1,useEnableSubtitlesParam:s=!1}){this.lastConnectionType$=new Z.ValueSubject(void 0);this.lastConnectionReused$=new Z.ValueSubject(void 0);this.lastRequestFirstBytes$=new Z.ValueSubject(void 0);this.recoverableError$=new Z.Subject;this.error$=new Z.Subject;this.abortAllController=new he;this.subscription=new Z.SubscriptionRemovable;this.fetchManifest=(0,Z.abortable)(this.abortAllController.signal,async function*(e){let t=this.tracer.createComponentTracer("FetchManifest"),i=e;this.requestQuic&&(i=Vi(i)),!this.compatibilityMode&&this.useEnableSubtitlesParam&&(i=oo(i));let r=yield this.doFetch(i,{signal:this.abortAllController.signal}).catch(Po);return r?(t.log("success",(0,Z.flattenObject)({url:i,message:"Request successfully executed"})),t.end(),this.onHeadersReceived(r.headers),r.text()):(t.error("error",(0,Z.flattenObject)({url:i,message:"No data in request manifest"})),t.end(),null)}.bind(this));this.fetch=(0,Z.abortable)(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 A=new URL(l,location.href);A.searchParams.append("bytes",`${i.from}-${i.to}`),l=A.toString();break}default:(0,Z.assertNever)(t)}this.requestQuic&&(l=Vi(l));let d=this.abortAllController.signal,h;if(n){let A=new he;if(h=(0,Z.merge)((0,Z.fromEvent)(this.abortAllController.signal,"abort"),(0,Z.fromEvent)(n,"abort")).subscribe(()=>{try{A.abort()}catch(R){Po(R)}}),this.abortAllController.signal.aborted||n.aborted)try{A.abort()}catch(R){Po(R)}d=A.signal}let f=(0,Z.now)();p.log("startRequest",(0,Z.flattenObject)({url:l,priority:s,rangeMethod:t,range:i,isLowLatency:u,requestStartedAt:f}));let g=yield this.doFetch(l,{priority:s,headers:c,signal:d}),y=(0,Z.now)();if(!g)return p.error("error",{message:"No response in request"}),p.end(),this.unsubscribeAbortSubscription(h),null;if(this.throughputEstimator?.addRawRtt(y-f),!g.ok||!g.body){this.unsubscribeAbortSubscription(h);let A=`Fetch error ${g.status}: ${g.statusText}`;return p.error("error",{message:A}),p.end(),Promise.reject(new Error(`Fetch error ${g.status}: ${g.statusText}`))}if(this.onHeadersReceived(g.headers),!r&&!o){this.unsubscribeAbortSubscription(h);let A=(0,Z.now)(),R={requestStartedAt:f,requestEndedAt:A,duration:A-f};return p.log("endRequest",(0,Z.flattenObject)(R)),p.end(),g.arrayBuffer()}let T=g.body;if(o){let A;[T,A]=g.body.tee(),this.throughputEstimator?.trackStream(A,u)}let k=T.getReader(),x,M=parseInt(g.headers.get("content-length")??"",10);Number.isFinite(M)&&(x=M),!x&&i&&(x=i.to-i.from+1);let $=0,F=x?new Uint8Array(x):new Uint8Array(0),G=!1,B=A=>{this.unsubscribeAbortSubscription(h),G=!0,Po(A)},D=(0,Z.abortable)(d,async function*({done:A,value:R}){if($===0&&this.lastRequestFirstBytes$.next((0,Z.now)()-f),d.aborted){this.unsubscribeAbortSubscription(h);return}if(!A&&R){if(x)F.set(R,$),$+=R.byteLength;else{let V=new Uint8Array(F.length+R.length);V.set(F),V.set(R,F.length),F=V,$+=R.byteLength}r?.(new DataView(F.buffer),$),yield k?.read().then(D,B)}}.bind(this));yield k?.read().then(D,B),this.unsubscribeAbortSubscription(h);let I=(0,Z.now)(),z={failed:G,requestStartedAt:f,requestEndedAt:I,duration:I-f};return G?(p.error("endRequest",(0,Z.flattenObject)(z)),p.end(),null):(p.log("endRequest",(0,Z.flattenObject)(z)),p.end(),F.buffer)}.bind(this));this.fetchByteRangeRepresentation=(0,Z.abortable)(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 g;if(u)g=new DataView(p,f.from-n,f.to-f.from+1);else{let T=yield this.fetch(e.url,{range:f,priority:i,measureThroughput:!1});if(!T)return null;g=new DataView(T)}let y=t.parseSegments(g,h,f);return{init:h,dataView:new DataView(p),segments:y}}.bind(this));this.fetchTemplateRepresentation=(0,Z.abortable)(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}=no(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:(0,Z.assertNever)(r)}}destroy(){this.abortAllController.abort(),this.tracer.end(),this.subscription.unsubscribe()}async doFetch(e,t){let i=await Ct(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:Z.ErrorCategory.FATAL});break;case 8:this.recoverableError$.next({id:"VideoDataLinkBlockedForFloodError",message:"Url blocked for flood",category:Z.ErrorCategory.FATAL});break;case 18:this.recoverableError$.next({id:"VideoDataLinkIllegalIpChangeError",message:"Client IP has changed",category:Z.ErrorCategory.FATAL});break;case 21:this.recoverableError$.next({id:"VideoDataLinkIllegalHostChangeError",message:"Request HOST has changed",category:Z.ErrorCategory.FATAL});break;default:this.error$.next({id:"GeneralVideoDataFetchError",message:`Generic video data fetch error (${s})`,category:Z.ErrorCategory.FATAL})}}unsubscribeAbortSubscription(e){e&&(e.unsubscribe(),this.subscription.remove(e))}},Po=a=>{if(!Ns(a))throw a};var Ao=require("@vkontakte/videoplayer-shared/es2024");var js=class a{constructor(e,t){this.currentRepresentation$=new Ao.ValueSubject(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(!(0,Ao.isNullable)(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&&pt(t.segmentReference))}};var uM=["timeupdate","progress","play","seeked","stalled","waiting"],lM=["timeupdate","progress","loadeddata","playing","seeked"];var Ro=class{constructor(e){this.element=null;this.manifestUrlString="";this.source=null;this.manifest=null;this.subscription=new S.Subscription;this.representationSubscription=new S.Subscription;this.state$=new X("none");this.currentVideoRepresentation$=new S.ValueSubject(void 0);this.currentVideoRepresentationInit$=new S.ValueSubject(void 0);this.currentAudioRepresentation$=new S.ValueSubject(void 0);this.currentVideoSegmentLength$=new S.ValueSubject(0);this.currentAudioSegmentLength$=new S.ValueSubject(0);this.error$=new S.Subject;this.lastConnectionType$=new S.ValueSubject(void 0);this.lastConnectionReused$=new S.ValueSubject(void 0);this.lastRequestFirstBytes$=new S.ValueSubject(void 0);this.currentLiveTextRepresentation$=new S.ValueSubject(null);this.isLive$=new S.ValueSubject(!1);this.isActiveLive$=new S.ValueSubject(!1);this.isLowLatency$=new S.ValueSubject(!1);this.liveDuration$=new S.ValueSubject(0);this.liveSeekableDuration$=new S.ValueSubject(0);this.liveAvailabilityStartTime$=new S.ValueSubject(0);this.liveStreamStatus$=new S.ValueSubject(void 0);this.bufferLength$=new S.ValueSubject(0);this.liveLatency$=new S.ValueSubject(void 0);this.liveLoadBufferLength$=new S.ValueSubject(0);this.livePositionFromPlayer$=new S.ValueSubject(0);this.currentStallDuration$=new S.ValueSubject(0);this.videoLastDataObtainedTimestamp$=new S.ValueSubject(0);this.fetcherRecoverableError$=new S.Subject;this.fetcherError$=new S.Subject;this.liveStreamEndTimestamp=0;this.isUpdatingLive=!1;this.isJumpGapAfterSeekLive=!1;this.forceEnded$=new S.Subject;this.gapWatchdogActive=!1;this.destroyController=new he;this.initManifest=(0,S.abortable)(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:S.ErrorCategory.PARSER,message:"No playable video representations"})}.bind(this));this.updateManifest=(0,S.abortable)(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:S.ErrorCategory.NETWORK,message:"Failed to load manifest",thrown:n})});if(!e)return null;let t=null;try{t=Wv(e??"",this.manifestUrlString)}catch(n){let o=io(e)??{id:"ManifestParsing",category:S.ErrorCategory.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)&&Mt()?.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=go(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);Y.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",(0,S.flattenObject)(s)),s}.bind(this));this.initRepresentations=(0,S.abortable)(this.destroyController.signal,async function*(e,t,i){this.tracer.log("initRepresentationsStart",(0,S.flattenObject)({initialVideo:e,initialAudio:t,sourceHls:i})),(0,S.assertNonNullable)(this.manifest),(0,S.assertNonNullable)(this.element),this.representationSubscription.unsubscribe(),this.representationSubscription=new S.Subscription,this.state$.startTransitionTo("representations_ready");let r=d=>{this.representationSubscription.add((0,S.fromEvent)(d,"error").pipe((0,S.filter)(h=>!!this.element?.played.length)).subscribe(h=>{this.error$.next({id:"VideoSource",category:S.ErrorCategory.VIDEO_PIPELINE,message:"Unexpected video source error",thrown:h})}))};this.source=this.tuning.useManagedMediaSource?Un():new MediaSource;let s=document.createElement("source");if(r(s),s.src=URL.createObjectURL(this.source),this.element.appendChild(s),this.tuning.useManagedMediaSource&&Ar())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 qs("video",this.source,o,n),this.bufferManagers=[this.videoBufferManager],(0,S.isNonNullable)(t)){let d=this.manifest.streams.audio.reduce((h,f)=>[...h,...f.representations],[]);this.audioBufferManager=new qs("audio",this.source,d,n),this.bufferManagers.push(this.audioBufferManager)}js.isSupported(this.manifest.streams.text)&&!this.isLowLatency$.getValue()&&(this.liveTextManager=new js(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((0,S.merge)(...lM.map(d=>(0,S.fromEvent)(this.element,d))).pipe((0,S.map)(d=>this.element?Ye(this.element.buffered,this.element.currentTime*1e3):0),(0,S.filterChanged)(),(0,S.tap)(d=>{d>this.tuning.dash.bufferEmptinessTolerance&&u()})).subscribe(this.bufferLength$)),this.representationSubscription.add((0,S.merge)((0,S.fromEvent)(this.element,"ended"),this.forceEnded$).subscribe(()=>{u()})),this.isLive$.getValue()){this.subscription.add(this.liveDuration$.pipe((0,S.filterChanged)()).subscribe(h=>this.liveStreamEndTimestamp=(0,S.now)())),this.subscription.add((0,S.fromEvent)(this.element,"pause").subscribe(()=>{this.livePauseWatchdogSubscription=(0,S.interval)(1e3).subscribe(h=>{let f=Li(this.manifestUrlString,2);this.manifestUrlString=De(this.manifestUrlString,f+1e3,2),this.liveStreamStatus$.getValue()==="active"&&this.updateManifest()}),this.subscription.add(this.livePauseWatchdogSubscription)})).add((0,S.fromEvent)(this.element,"play").subscribe(h=>this.livePauseWatchdogSubscription?.unsubscribe())),this.representationSubscription.add((0,S.combine)({isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe((0,S.map)(({isActiveLive:h,isLowLatency:f})=>h&&f),(0,S.filterChanged)()).subscribe(h=>{this.isManualDecreasePlaybackInLive()||Ur(this.element,1)})),this.representationSubscription.add((0,S.combine)({bufferLength:this.bufferLength$,isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).pipe((0,S.filter)(({bufferLength:h,isActiveLive:f,isLowLatency:g})=>f&&g&&!!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((0,S.combine)({isLive:this.isLive$,rtt:this.throughputEstimator.rtt$,bufferLength:this.bufferLength$,segmentServerLatency:this.videoBufferManager.currentLiveSegmentServerLatency$}).pipe((0,S.filter)(({isLive:h})=>h),(0,S.filterChanged)((h,f)=>f.bufferLength<h.bufferLength),(0,S.map)(({rtt:h,bufferLength:f,segmentServerLatency:g})=>{let y=Li(this.manifestUrlString,2);return(h/2+f+g+y)/1e3})).subscribe(this.liveLatency$)),this.representationSubscription.add((0,S.combine)({liveBuffer:this.liveBuffer.smoothed$,isActiveLive:this.isActiveLive$,isLowLatency:this.isLowLatency$}).subscribe(({liveBuffer:h,isActiveLive:f,isLowLatency:g})=>{if(!g||!f)return;let y=this.tuning.dashCmafLive.lowLatency.maxTargetOffset,T=this.tuning.dashCmafLive.lowLatency.maxTargetOffsetDeviation,k=this.tuning.dashCmafLive.lowLatency.playbackCatchupSpeedup,x=h-y;if(this.isManualDecreasePlaybackInLive())return;let M=1;Math.abs(x)>T&&(M=1+Math.sign(x)*k),Ur(this.element,M)})),this.representationSubscription.add(this.bufferLength$.subscribe(h=>{let f=0;if(h){let g=(this.element?.currentTime??0)*1e3;f=Math.min(...this.bufferManagers.map(T=>T.getLiveSegmentsToLoadState(this.manifest)?.to??g))-g}this.liveLoadBufferLength$.getValue()!==f&&this.liveLoadBufferLength$.next(f)}));let d=0;this.representationSubscription.add((0,S.combine)({liveLoadBufferLength:this.liveLoadBufferLength$,bufferLength:this.bufferLength$}).pipe((0,S.throttle)(1e3)).subscribe(async({liveLoadBufferLength:h,bufferLength:f})=>{if(!this.element||this.isUpdatingLive)return;let g=this.element.playbackRate,y=Li(this.manifestUrlString,2),T=Math.abs(this.livePositionFromPlayer$.getValue())*1e3,k=Math.min(T,this.tuning.dashCmafLive.normalizedTargetMinBufferSize*g),x=this.tuning.dashCmafLive.normalizedActualBufferOffset*g,M=this.tuning.dashCmafLive.normalizedLiveMinBufferSize*g,$=isFinite(h)?h:f,F=this.isActiveLive$.getValue()&&this.isLowLatency$.getValue(),G=T<=this.tuning.live.activeLiveDelay;this.isActiveLive$.next(G);let B="none";if(F?B="active_low_latency":this.isLowLatency$.getValue()&&G?(this.bufferManagers.forEach(D=>D.proceedLowLatencyLive()),B="active_low_latency"):y!==0&&$<k?B="live_forward_buffering":$<k+M&&(B="live_with_target_offset"),isFinite(h)&&(d=h>d?h:d),B==="live_forward_buffering"||B==="live_with_target_offset"){let D=d-(k+x),I=this.normolizeLiveOffset(Math.trunc(y+D/g)),z=Math.abs(I-y),A=0;!h||z<=this.tuning.dashCmafLive.offsetCalculationError?A=y:I>0&&z>this.tuning.dashCmafLive.offsetCalculationError&&(A=I),this.manifestUrlString=De(this.manifestUrlString,A,2)}(B==="live_with_target_offset"||B==="live_forward_buffering")&&(d=0,await this.updateLive())},h=>{this.error$.next({id:"updateLive",category:S.ErrorCategory.VIDEO_PIPELINE,thrown:h,message:"Failed to update live with subscription"})}))}let l=(0,S.merge)(...this.bufferManagers.map(d=>d.fullyBuffered$)).pipe((0,S.map)(()=>this.bufferManagers.every(d=>d.fullyBuffered$.getValue()))),c=(0,S.merge)(...this.bufferManagers.map(d=>d.onLastSegment$)).pipe((0,S.map)(()=>this.bufferManagers.some(d=>d.onLastSegment$.getValue()))),p=(0,S.combine)({allBuffersFull:l,someBufferEnded:c}).pipe((0,S.filterChanged)(),(0,S.map)(({allBuffersFull:d,someBufferEnded:h})=>d&&h),(0,S.filter)(d=>d));if(this.representationSubscription.add((0,S.merge)(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:S.ErrorCategory.VIDEO_PIPELINE,message:"Failed to end MediaSource stream",thrown:d})}})),this.representationSubscription.add((0,S.merge)(...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,Bc.default)((0,Bc.default)([...this.manifest.streams.audio,...this.manifest.streams.video],h=>h.representations),h=>{let f=[];return h.duration&&f.push(h.duration),pt(h.segmentReference)&&h.segmentReference.totalSegmentsDurationMs&&f.push(h.segmentReference.totalSegmentsDurationMs),f})];this.source.duration=Math.max(...d)/1e3}this.audioBufferManager&&(0,S.isNonNullable)(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=(0,S.interval)(this.tuning.gapWatchdogInterval).subscribe(()=>this.jumpGap(),t=>{this.error$.next({id:"GapWatchdog",category:S.ErrorCategory.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 ko({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=Ti.getLiveBufferSmoothedValue(this.tuning.dashCmafLive.lowLatency.maxTargetOffset,{...e.tuning.dashCmafLive.lowLatency.bufferEstimator}),this.initTracerSubscription()}async seekLive(e){(0,S.assertNonNullable)(this.element);let t=this.liveStreamStatus$.getValue()!=="active"?(0,S.now)()-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(){(0,S.assertNonNullable)(this.element),this.state$.setState("running"),this.subscription.add((0,S.merge)(...uM.map(e=>(0,S.fromEvent)(this.element,e)),(0,S.fromEvent)(window,"online")).subscribe(()=>this.tick(),e=>{this.error$.next({id:"DashVKPlayer",category:S.ErrorCategory.WTF,message:"Internal logic error",thrown:e})})),this.subscription.add((0,S.fromEvent)(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((0,S.fromEvent)(this.element,"waiting").subscribe(()=>{this.element&&this.element.readyState===HTMLMediaElement.HAVE_CURRENT_DATA&&!this.element.seeking&&rt(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=(0,S.now)(),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:S.ErrorCategory.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",(0,S.flattenObject)(i))};this.stallWatchdogSubscription?.unsubscribe(),this.stallWatchdogSubscription=(0,S.interval)(50).subscribe(e,t=>{this.error$.next({id:"StallWatchdogCallback",category:S.ErrorCategory.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){(0,S.assertNonNullable)(this.element),(0,S.assertNonNullable)(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),rt(this.element.buffered,i)||await Promise.all([this.videoBufferManager.abort(),this.audioBufferManager?.abort()]),!((0,S.isNullable)(this.element)||(0,S.isNullable)(this.videoBufferManager))&&(this.videoBufferManager.maintain(i),this.audioBufferManager?.maintain(i),this.element.currentTime=i/1e3,this.tracer.log("seek",(0,S.flattenObject)({requestedPosition:e,forcePrecise:t,position:i})))}warmUpMediaSourceIfNeeded(e=this.element?.currentTime){(0,S.isNonNullable)(this.element)&&(0,S.isNonNullable)(this.source)&&(0,S.isNonNullable)(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=(0,S.getTraceSubscriptionMethod)(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",(0,S.flattenObject)({isJumpGapAfterSeekLive:this.isJumpGapAfterSeekLive,isActiveLowLatency:t,initialCurrentTime:this.element.currentTime,jumpTo:n,resultCurrentTime:this.element.currentTime})))}}};var gt=require("@vkontakte/videoplayer-shared/es2024"),Lo=class{constructor(){this.subscription=new gt.Subscription;this.pipSize$=new gt.ValueSubject(void 0);this.videoSize$=new gt.ValueSubject(void 0);this.elementSize$=new gt.ValueSubject(void 0);this.pictureInPictureWindowRemoveEventListener=gt.noop}connect({observableVideo:e,video:t}){let i=r=>{let s=r.target;this.pipSize$.next({width:s.width,height:s.height})};this.subscription.add((0,gt.observeElementSize)(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((0,gt.combine)({videoSize:this.videoSize$,pipSize:this.pipSize$,inPip:e.inPiP$}).pipe((0,gt.map)(({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 or=class{constructor(e){this.subscription=new re.Subscription;this.videoState=new X("stopped");this.droppedFramesManager=new $r;this.stallsManager=new Io;this.elementSizeManager=new Lo;this.videoTracksMap=new Map;this.audioTracksMap=new Map;this.textTracksMap=new Map;this.videoStreamsMap=new Map;this.audioStreamsMap=new Map;this.videoTrackSwitchHistory=new Bi;this.audioTrackSwitchHistory=new Bi;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"),C(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"),C(this.params.desiredState.playbackState,"paused")):t==="playing"?(this.videoState.startTransitionTo("playing"),this.playIfAllowed()):i?.to==="ready"&&C(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"&&C(this.params.desiredState.playbackState,"playing");return;case"paused":t==="playing"?(this.videoState.startTransitionTo("playing"),this.playIfAllowed()):i?.to==="paused"&&C(this.params.desiredState.playbackState,"paused");return;default:return(0,re.assertNever)(e)}}};this.init3DScene=e=>{if(this.scene3D)return;this.scene3D=new qr(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 ft(e.source.url),this.params=e,this.video=Je(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(qe(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 Ro({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=tt(this.video);this.subscription.add(()=>i.destroy());let r=this.constructor.name,s=o=>{e.error$.next({id:r,category:re.ErrorCategory.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((0,re.filter)(l=>!!l.length),(0,re.once)()).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((0,re.map)(l=>l.to.state!=="none"),(0,re.filterChanged)());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((0,re.filter)(re.isNonNullable),(0,re.once)()),e.firstBytesEvent$),s(this.stallsManager.severeStallOccurred$,e.severeStallOccurred$),s(this.videoState.stateChangeEnded$.pipe((0,re.map)(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(Dt(this.video,t.isLooped,r)),this.subscription.add(et(this.video,t.volume,i.volumeState$,r)),this.subscription.add(i.volumeState$.subscribe(this.params.output.volume$,r)),this.subscription.add(ht(this.video,t.playbackRate,i.playbackRateState$,r)),this.elementSizeManager.connect({video:this.video,observableVideo:i}),s(mt(this.video,{threshold:this.params.tuning.autoTrackSelection.activeVideoAreaThreshold}),e.elementVisible$),this.subscription.add(i.playing$.subscribe(()=>{this.videoState.setState("playing"),C(t.playbackState,"playing"),this.scene3D&&this.scene3D.play()},r)).add(i.pause$.subscribe(()=>{this.videoState.setState("paused"),C(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((0,re.assertNonNullable)(c,"Manifest not loaded or empty"),!this.params.tuning.isAudioDisabled){let d=[];for(let h of c.audio){d.push(Pc(h));let f=[];for(let g of h.representations){let y=_v(g);f.push(y),this.audioTracksMap.set(y,{stream:h,representation:g})}this.audioStreamsMap.set(h,f)}this.params.output.availableAudioStreams$.next(d)}let p=[];for(let d of c.video){p.push(kc(d));let h=[];for(let f of d.representations){let g=Ov({...f,streamId:d.id});g&&(h.push(g),this.videoTracksMap.set(g,{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=Fv(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((0,re.merge)(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$,(0,re.fromEvent)(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=nr(this.videoTracksMap.keys(),g=>this.videoTracksMap.get(g)?.representation.id===p.id);(0,re.isNonNullable)(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 g=!!t.audioStream.getTransition();await this.player.switchRepresentation("audio",d.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((0,re.filterChanged)()).subscribe(l=>{let c=nr(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(kc(d))},r)),this.subscription.add(this.player.currentAudioRepresentation$.pipe((0,re.filterChanged)()).subscribe(l=>{let c=nr(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(Pc(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((0,re.map)(({to:l})=>l==="ready"),(0,re.filterChanged)());this.subscription.add((0,re.merge)(o,t.autoVideoTrackSwitching.stateChangeStarted$,this.player.state$.stateChangeEnded$,(0,re.observableFrom)(["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((0,re.merge)(o,this.player.state$.stateChangeEnded$,(0,re.observableFrom)(["init"])).subscribe(()=>this.player.setPreloadOnly(t.playbackState.getState()==="ready")));let u=(0,re.merge)(t.playbackState.stateChangeStarted$,t.videoTrack.stateChangeStarted$,t.seekState.stateChangeEnded$,this.videoState.stateChangeEnded$,(0,re.observableFrom)(["init"])).pipe((0,re.debounce)(0));this.subscription.add(u.subscribe(this.syncPlayback,r))}selectVideoAudioRepresentations(){if(this.player.isStreamEnded)return;let e=this.params.tuning.useNewAutoSelectVideoTrack?Ea:xa,t=this.params.tuning.useNewAutoSelectVideoTrack?Xn:Kn,i=this.params.tuning.useNewAutoSelectVideoTrack?ti:Yn,{desiredState:r,output:s}=this.params,n=r.autoVideoTrackSwitching.getState(),o=r.videoTrack.getState()?.id,u=nr(this.videoTracksMap.keys(),B=>B.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=nr(this.videoStreamsMap.keys(),B=>B.id===c.id),d=p&&this.videoStreamsMap.get(p);if(!d)return;let h=Ye(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 g=(this.video.duration*1e3||1/0)-this.video.currentTime*1e3,y=Math.min(h/Math.min(f,g||1/0),1),T=r.audioStream.getState()??(this.audioStreamsMap.size===1?this.audioStreamsMap.keys().next().value:void 0),k=T?.id&&nr(this.audioStreamsMap.keys(),B=>B.id===T.id)||this.audioStreamsMap.keys().next().value,x=0;if(k){if(u&&!n){let B=e(u,d,this.audioStreamsMap.get(k)??[],this.params.tuning.autoTrackSelection.minVideoAudioRatio);x=Math.max(x,B?.bitrate??-1/0)}if(l){let B=e(l,d,this.audioStreamsMap.get(k)??[],this.params.tuning.autoTrackSelection.minVideoAudioRatio);x=Math.max(x,B?.bitrate??-1/0)}}let M=u;(n||!M)&&(M=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:x,forwardBufferHealth:y,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 $=k&&t(M,d,this.audioStreamsMap.get(k)??[],{estimatedThroughput:this.params.dependencies.throughputEstimator.rttAdjustedThroughput$.getValue(),stallsPredictedThroughput:this.stallsManager.predictedThroughput,tuning:this.stallsManager.abrTuningParams,forwardBufferHealth:y,history:this.audioTrackSwitchHistory,playbackRate:this.video.playbackRate,abrLogger:this.params.dependencies.abrLogger}),F=this.videoTracksMap.get(M)?.representation,G=$&&this.audioTracksMap.get($)?.representation;F&&G?(this.selectedRepresentations.video=F,this.selectedRepresentations.audio=G):F&&!G&&this.audioTracksMap.size===0&&(this.selectedRepresentations.video=F,this.selectedRepresentations.audio=null)}prepare(e=0){this.player.initManifest(this.video,this.params.source.url,e)}playIfAllowed(){it(this.video,()=>{this.params.output.soundProhibitedEvent$.next()}).then(e=>{e||(this.videoState.setState("paused"),C(this.params.desiredState.playbackState,"paused",!0))},e=>this.params.output.error$.next({id:"ForcePlay",message:"play() failed even with workarounds",category:re.ErrorCategory.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),Ze(this.video),this.tracer.end()}};var Hs=class extends or{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)}};var Se=require("@vkontakte/videoplayer-shared/es2024");var zs=class extends or{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 Se.ValueSubject(1);s(i.playbackRateState$,n),this.subscription.add(this.params.output.position$.subscribe(this.player.livePositionFromPlayer$)).add(r.isLowLatency.stateChangeEnded$.pipe((0,Se.map)(o=>o.to)).subscribe(this.player.isLowLatency$)).add((0,Se.combine)({liveBufferTime:t.liveBufferTime$,liveAvailabilityStartTime:this.player.liveAvailabilityStartTime$}).pipe((0,Se.map)(({liveBufferTime:o,liveAvailabilityStartTime:u})=>o&&u?o+u:void 0)).subscribe(t.liveTime$)).add(this.player.liveStreamStatus$.pipe((0,Se.filter)(o=>(0,Se.isNonNullable)(o))).subscribe(o=>t.isLiveEnded$.next(o!=="active"&&t.position$.getValue()===0))).add((0,Se.combine)({liveDuration:this.player.liveDuration$,liveStreamStatus:this.player.liveStreamStatus$,playbackRate:(0,Se.merge)(i.playbackRateState$,new Se.ValueSubject(1))}).pipe((0,Se.filter)(({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||(0,Se.isNullable)(l)||(e=o-l)})).add((0,Se.combine)({time:t.liveBufferTime$,liveDuration:this.player.liveDuration$,playbackRate:(0,Se.merge)(i.playbackRateState$,new Se.ValueSubject(1))}).pipe((0,Se.filterChanged)((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||(0,Se.isNullable)(o)||(0,Se.isNullable)(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=Nv(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 Yv=q(ya(),1);var ne=require("@vkontakte/videoplayer-shared/es2024"),Qt={};var zr=(a,e)=>new ne.Observable(t=>{let i=(r,s)=>t.next(s);return a.on(e,i),()=>a.off(e,i)}),Ws=class{constructor(e){this.subscription=new ne.Subscription;this.videoState=new X("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:(0,ne.assertNever)(e)}break;case"ready":switch(e){case"stopped":this.prepare();break;case"ready":case"playing":case"paused":break;default:(0,ne.assertNever)(e)}break;case"playing":switch(e){case"playing":break;case"stopped":this.prepare();break;case"ready":case"paused":this.playIfAllowed();break;default:(0,ne.assertNever)(e)}break;case"paused":switch(e){case"paused":break;case"stopped":this.prepare();break;case"ready":this.videoState.setState("paused"),C(this.params.desiredState.playbackState,"paused");break;case"playing":this.pause();break;default:(0,ne.assertNever)(e)}break;default:(0,ne.assertNever)(t)}};this.textTracksManager=new ft(e.source.url),this.video=Je(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(qe(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),Ze(this.video)}loadHlsJs(){let e=!1,t=r=>{e||this.params.output.error$.next({id:r==="timeout"?"HlsJsTimeout":"HlsJsLoadError",category:ne.ErrorCategory.NETWORK,message:"Failed to load Hls.js",thrown:r}),e=!0},i=window.setTimeout(()=>t("timeout"),this.params.tuning.dynamicImportTimeout);(0,Yv.default)(import("hls.js").then(r=>{e||(Qt.Hls=r.default,Qt.Events=r.default.Events,this.init())},t),()=>{window.clearTimeout(i),e=!0})}init(){(0,ne.assertNonNullable)(Qt.Hls,"hls.js not loaded"),this.hls=new Qt.Hls({fragLoadingMaxRetry:5,levelLoadingMaxRetry:2,manifestLoadingMaxRetry:2,fragLoadingMaxRetryTimeout:16e3,manifestLoadingMaxRetryTimeout:2e3,levelLoadingMaxRetryTimeout:2e3}),this.subscribe(),this.videoState.setState("stopped")}subscribe(){(0,ne.assertNonNullable)(Qt.Events,"hls.js not loaded");let{desiredState:e,output:t}=this.params,i=l=>{t.error$.next({id:"HlsJsProvider",category:ne.ErrorCategory.WTF,message:"HlsJsProvider internal logic error",thrown:l})},r=tt(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(Dt(this.video,e.isLooped,i)),this.subscription.add(et(this.video,e.volume,r.volumeState$,i)),this.subscription.add(r.volumeState$.subscribe(this.params.output.volume$)),this.subscription.add(ht(this.video,e.playbackRate,r.playbackRateState$,i)),s(mt(this.video),t.elementVisible$),s(this.videoState.stateChangeEnded$.pipe((0,ne.map)(l=>l.to)),this.params.output.playbackState$),this.subscription.add(zr(this.hls,Qt.Events.ERROR).subscribe(l=>{l.fatal&&t.error$.next({id:["HlsJsFatal",l.type,l.details].join("_"),category:ne.ErrorCategory.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"),C(e.playbackState,"playing")},i)).add(r.pause$.subscribe(()=>{this.videoState.setState("paused"),C(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(zr(this.hls,Qt.Events.MANIFEST_PARSED).pipe((0,ne.map)(({levels:l})=>l.reduce((c,p)=>{let d=p.name||p.height.toString(10),{width:h,height:f}=p,g=ei(p.attrs.QUALITY??"")??(0,ne.videoSizeToQuality)({width:h,height:f});if(!g)return c;let y=p.attrs["FRAME-RATE"]?parseFloat(p.attrs["FRAME-RATE"]):void 0,T={id:d.toString(),quality:g,bitrate:p.bitrate/1e3,size:{width:h,height:f},fps:y};return this.trackLevels.set(d,{track:T,level:p}),c.push(T),c},[]))),t.availableVideoTracks$),s(zr(this.hls,Qt.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(zr(this.hls,Qt.Events.LEVEL_LOADING).pipe((0,ne.map)(({url:l})=>qe(l))),t.hostname$),s(zr(this.hls,Qt.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($i(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=zr(this.hls,Qt.Events.LEVEL_SWITCHED).pipe((0,ne.map)(({level:l})=>n(this.hls.levels[l])));o.pipe((0,ne.filter)(ne.isNonNullable)).subscribe(t.currentVideoTrack$,i),this.subscription.add($i(e.videoTrack,()=>n(this.hls.levels[this.hls.currentLevel]),l=>{if((0,ne.isNullable)(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=(0,ne.merge)(e.playbackState.stateChangeStarted$,e.videoTrack.stateChangeStarted$,e.seekState.stateChangeEnded$,this.videoState.stateChangeEnded$,(0,ne.observableFrom)(["init"])).pipe((0,ne.debounce)(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 it(this.video,()=>{this.params.output.soundProhibitedEvent$.next()}).catch(t=>this.params.output.error$.next({id:"ForcePlay",message:"play() failed even with workarounds",category:ne.ErrorCategory.DOM,thrown:t}))||(this.videoState.setState("paused"),C(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"),C(this.params.desiredState.playbackState,"stopped",!0)}};var Kv="X-Playback-Duration",Dc=async a=>{let e=await Ct(a),t=await e.text(),i=/#EXT-X-VK-PLAYBACK-DURATION:(\d+)/m.exec(t)?.[1];return i?parseInt(i,10):e.headers.has(Kv)?parseInt(e.headers.get(Kv),10):void 0};var se=require("@vkontakte/videoplayer-shared/es2024");var Vc=q(Hu(),1);var Mo=require("@vkontakte/videoplayer-shared/es2024");var dM=a=>{let e=null;if(a.QUALITY&&(e=ei(a.QUALITY)),!e&&a.RESOLUTION){let[t,i]=a.RESOLUTION.split("x").map(r=>parseInt(r,10));e=(0,Mo.videoSizeToQuality)({width:t,height:i})}return e??null},pM=(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,Vc.default)(o[1].split(",").map(y=>y.split("="))),c=l.QUALITY??`stream-${l.BANDWIDTH}`,p=dM(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[y,T]=l.RESOLUTION.split("x").map(k=>parseInt(k,10));y&&T&&(f={width:y,height:T})}let g=new URL(t[++s],e).toString();p&&i.push({id:c,quality:p,url:g,bandwidth:d,size:f,fps:h})}if(u){let l=(0,Vc.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}},hM=a=>new Promise(e=>{setTimeout(()=>{e()},a)}),Cc=0,Xv=async(a,e=a,t,i)=>{let s=await(await Ct(a,i)).text();Cc+=1;try{let{qualityManifests:n,textTracks:o}=pM(s,e);return{qualityManifests:n,textTracks:o}}catch{if(Cc<=t.manifestRetryMaxCount)return await hM((0,Mo.getExponentialDelay)(Cc-1,{start:t.manifestRetryInterval,max:t.manifestRetryMaxInterval})),Xv(a,e,t)}return{qualityManifests:[],textTracks:[]}},$o=Xv;var Bt=require("@vkontakte/videoplayer-shared/es2024");var Bo=class{constructor(e,t,i,r,s){this.subscription=new Bt.Subscription;this.abortControllers={destroy:new he,nextManifest:null};this.prepareUrl=void 0;this.currentTextTrackData=null;this.availableTextTracks$=new Bt.ValueSubject(null);this.getCurrentTime$=new Bt.ValueSubject(null);this.error$=new Bt.Subject;this.params={fetchManifestData:i,sourceUrl:r,downloadThreshold:s},this.subscription.add(e.pipe((0,Bt.throttle)(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 Ct(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((0,Bt.isNonNullable)(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 he;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:Bt.ErrorCategory.WTF,thrown:t,message:e})}};var Gs=class{constructor(e){this.subscription=new se.Subscription;this.videoState=new X("stopped");this.textTracksManager=null;this.liveTextManager=null;this.manifests$=new se.ValueSubject([]);this.liveOffset=new Zi;this.manifestStartTime$=new se.ValueSubject(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"),C(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"?C(this.params.desiredState.playbackState,"ready"):i==="paused"?(this.videoState.setState("paused"),this.liveOffset.pause(),C(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"&&C(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"&&(C(this.params.desiredState.playbackState,"paused"),this.liveOffset.pause());return;case"changing_manifest":break;default:return(0,se.assertNever)(t)}};this.params=e,this.video=Je(e.container,e.tuning),this.params.output.element$.next(this.video),this.masterManifest={id:"master",quality:se.VideoQuality.INVARIANT,url:this.params.source.url};let t=(i,r)=>$o(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 Bo(this.params.output.liveTime$,this.video,t,this.params.source.url,this.params.tuning.hlsLiveNewTextManagerDownloadThreshold):this.textTracksManager=new ft(e.source.url),t(this.generateLiveUrl()).then(({qualityManifests:i,textTracks:r})=>{i.length===0&&this.params.output.error$.next({id:"HlsLiveProviderInternal:empty_manifest",category:se.ErrorCategory.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:se.ErrorCategory.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(qe(this.params.source.url)),this.params.output.availableTextTracks$.next([]),this.params.desiredState.internalTextTracks.setState([]),this.maxSeekBackTime$=new se.ValueSubject(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:se.ErrorCategory.WTF,message:"HlsLiveProvider internal logic error",thrown:o})},r=tt(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(et(this.video,t.volume,r.volumeState$,i)),this.subscription.add(r.volumeState$.subscribe(this.params.output.volume$,i)),this.subscription.add(ht(this.video,t.playbackRate,r.playbackRateState$,i)),s(mt(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"),C(t.playbackState,"playing")},i)).add(r.pause$.subscribe(()=>{this.videoState.setState("paused"),C(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((0,se.filterChanged)(),(0,se.map)(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&&(0,se.isNonNullable)(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(qe(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((0,se.combine)({startTime:this.manifestStartTime$.pipe((0,se.filter)(se.isNonNullable)),currentTime:r.timeUpdate$}).subscribe(({startTime:o,currentTime:u})=>this.params.output.liveTime$.next(o+u*1e3),i)),this.subscription.add(this.manifests$.pipe((0,se.map)(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=(0,se.merge)(t.playbackState.stateChangeStarted$,t.seekState.stateChangeEnded$,t.videoTrack.stateChangeStarted$,t.autoVideoTrackSwitching.stateChangeStarted$,t.autoVideoTrackLimits.stateChangeStarted$,this.videoState.stateChangeEnded$,this.manifests$,(0,se.observableFrom)(["init"])).pipe((0,se.debounce)(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),Ze(this.video)}prepare(){let e=this.selectManifest();if((0,se.isNullable)(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=De(r.toString(),this.liveOffset.getTotalOffset(),s);this.liveTextManager?.prepare(n),this.video.setAttribute("src",n),this.video.load(),Dc(n).then(o=>{if(!(0,se.isNullable)(o))this.maxSeekBackTime$.next(o);else{let u=this.params.source.maxSeekBackTime??this.maxSeekBackTime$.getValue();((0,se.isNullable)(u)||!isFinite(u))&&Ct(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();Dc(p).then(d=>{(0,se.isNullable)(d)||this.maxSeekBackTime$.next(d)})}}).catch(()=>{})}})}playIfAllowed(){it(this.video,()=>{this.params.output.soundProhibitedEvent$.next()}).then(e=>{e||(this.videoState.setState("paused"),this.liveOffset.pause(),C(this.params.desiredState.playbackState,"paused",!0))},e=>this.params.output.error$.next({id:"ForcePlay",message:"play() failed even with workarounds",category:se.ErrorCategory.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}};var ce=require("@vkontakte/videoplayer-shared/es2024");var Qs=class{constructor(e){this.subscription=new ce.Subscription;this.videoState=new X("stopped");this.manifests$=new ce.ValueSubject([]);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"),C(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"?C(this.params.desiredState.playbackState,"ready"):i==="paused"?(this.videoState.setState("paused"),C(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"&&C(this.params.desiredState.playbackState,"playing");return;case"paused":i==="playing"?(this.videoState.startTransitionTo("playing"),this.playIfAllowed()):r?.to==="paused"&&C(this.params.desiredState.playbackState,"paused");return;case"changing_manifest":break;default:return(0,ce.assertNever)(t)}};this.textTracksManager=new ft(e.source.url),this.params=e,this.video=Je(e.container,e.tuning),this.params.output.element$.next(this.video),this.masterManifest={id:"master",quality:ce.VideoQuality.INVARIANT,url:this.params.source.url},this.params.output.isLive$.next(!1),this.params.output.availableVideoTracks$.next([]),this.params.output.availableAudioTracks$.next([]),this.params.output.isAudioAvailable$.next(!0),this.params.output.hostname$.next(qe(this.params.source.url)),this.params.output.autoVideoTrackLimitingAvailable$.next(!0),$o(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:ce.ErrorCategory.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:ce.ErrorCategory.WTF,message:"HlsProvider internal logic error",thrown:o})},r=tt(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((0,ce.map)(o=>o.to)),this.params.output.playbackState$),this.subscription.add(Dt(this.video,t.isLooped,i)),this.subscription.add(et(this.video,t.volume,r.volumeState$,i)),this.subscription.add(r.volumeState$.subscribe(this.params.output.volume$,i)),this.subscription.add(ht(this.video,t.playbackRate,r.playbackRateState$,i)),this.textTracksManager.connect(this.video,t,e),this.subscription.add(r.playing$.subscribe(()=>{this.videoState.setState("playing"),C(t.playbackState,"playing")},i)).add(r.pause$.subscribe(()=>{this.videoState.setState("paused"),C(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&&(0,ce.isNonNullable)(l.to)){let h=l.to.id;this.params.desiredState.videoTrack.setState(l.to);let f=this.manifests$.getValue().find(g=>g.id===h);f&&(this.params.output.currentVideoTrack$.next(f),this.params.output.hostname$.next(qe(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((0,ce.map)(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)),!Y.device.isIOS||!this.params.tuning.useNativeHLSTextTracks){let{textTracks:o}=this.video;this.subscription.add((0,ce.merge)((0,ce.fromEvent)(o,"addtrack"),(0,ce.fromEvent)(o,"removetrack"),(0,ce.fromEvent)(o,"change"),(0,ce.observableFrom)(["init"])).subscribe(()=>{for(let u=0;u<o.length;u++)o[u].mode="hidden"},i))}let n=(0,ce.merge)(t.playbackState.stateChangeStarted$,t.seekState.stateChangeEnded$,t.videoTrack.stateChangeStarted$,t.autoVideoTrackSwitching.stateChangeStarted$,t.autoVideoTrackLimits.stateChangeStarted$,this.videoState.stateChangeEnded$,this.manifests$,(0,ce.observableFrom)(["init"])).pipe((0,ce.debounce)(0));this.subscription.add(n.subscribe(this.syncPlayback,i))}destroy(){this.subscription.unsubscribe(),this.textTracksManager.destroy(),this.params.output.element$.next(void 0),Ze(this.video)}prepare(){let e=this.selectManifest();if((0,ce.isNullable)(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(){it(this.video,()=>{this.params.output.soundProhibitedEvent$.next()}).then(e=>{e||(this.videoState.setState("paused"),C(this.params.desiredState.playbackState,"paused",!0))},e=>this.params.output.error$.next({id:"ForcePlay",message:"play() failed even with workarounds",category:ce.ErrorCategory.DOM,thrown:e}))}seek(e){this.params.output.willSeekEvent$.next(),this.video.currentTime=e/1e3}};var Jv=q(Wi(),1),Oc=q(Ji(),1),Zv=q(zt(),1);var Ie=require("@vkontakte/videoplayer-shared/es2024");var Ys=class{constructor(e){this.subscription=new Ie.Subscription;this.videoState=new X("stopped");this.trackUrls={};this.textTracksManager=new ft;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"),C(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"?C(this.params.desiredState.playbackState,"ready"):t==="paused"?(this.videoState.setState("paused"),C(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"&&C(this.params.desiredState.playbackState,"playing");return;case"paused":t==="playing"?(this.videoState.startTransitionTo("playing"),this.playIfAllowed()):i?.to==="paused"&&C(this.params.desiredState.playbackState,"paused");return;default:return(0,Ie.assertNever)(e)}};this.params=e,this.video=Je(e.container,e.tuning),this.params.output.element$.next(this.video),(0,Jv.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,Oc.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:Ie.ErrorCategory.WTF,message:"MpegProvider internal logic error",thrown:o})},r=tt(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((0,Ie.map)(o=>o.to)),this.params.output.playbackState$),this.subscription.add(Dt(this.video,t.isLooped,i)),this.subscription.add(et(this.video,t.volume,r.volumeState$,i)),this.subscription.add(r.volumeState$.subscribe(this.params.output.volume$,i)),this.subscription.add(ht(this.video,t.playbackRate,r.playbackRateState$,i)),s(mt(this.video),e.elementVisible$),this.subscription.add(r.playing$.subscribe(()=>{this.videoState.setState("playing"),C(t.playbackState,"playing")},i)).add(r.pause$.subscribe(()=>{this.videoState.setState("paused"),C(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&&(0,Ie.isNonNullable)(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=(0,Ie.merge)(t.playbackState.stateChangeStarted$,t.videoTrack.stateChangeStarted$,t.seekState.stateChangeEnded$,t.autoVideoTrackLimits.stateChangeStarted$,this.videoState.stateChangeEnded$,(0,Ie.observableFrom)(["init"])).pipe((0,Ie.debounce)(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),Ze(this.video)}prepare(){let e=this.params.desiredState.videoTrack.getState()?.id;(0,Ie.assertNonNullable)(e,"MpegProvider: track is not selected");let{url:t}=this.trackUrls[e];(0,Ie.assertNonNullable)(t,`MpegProvider: No url for ${e}`),this.params.tuning.requestQuick&&(t=Vi(t)),this.video.setAttribute("src",t),this.video.load(),this.params.output.hostname$.next(qe(t))}playIfAllowed(){it(this.video,()=>{this.params.output.soundProhibitedEvent$.next()}).then(e=>{e||(this.videoState.setState("paused"),C(this.params.desiredState.playbackState,"paused",!0))},e=>this.params.output.error$.next({id:"ForcePlay",message:"play() failed even with workarounds",category:Ie.ErrorCategory.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=ti(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,Oc.default)(this.trackUrls).map(l=>l.track);if(!r||!s||Rr(e,n[0].quality,(0,Zv.default)(n,-1)?.quality)){i();return}let o=e.max?(0,Ie.isLowerOrEqual)(r,e.max):!0,u=e.min?(0,Ie.isHigherOrEqual)(r,e.min):!0;o&&u||i(e)}};var Ae=require("@vkontakte/videoplayer-shared/es2024");var ty=require("@vkontakte/videoplayer-shared/es2024"),ey=["stun:videostun.mycdn.me:80"],fM=1e3,mM=3,_c=()=>null,Do=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=_c;this.externalStopCallback=_c;this.externalErrorCallback=_c;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:ty.ErrorCategory.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),fM)}normalizeOptions(e={}){let t={stunServerList:ey,maxRetryNumber:mM,errorChanel:null};return e.stunServerList&&(t.stunServerList=e.stunServerList),e.maxRetryNumber&&e.maxRetryNumber>0&&(t.maxRetryNumber=e.maxRetryNumber),t}};var Ks=class{constructor(e){this.videoState=new X("stopped");this.maxSeekBackTime$=new Ae.ValueSubject(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"),C(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"),C(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"&&C(this.params.desiredState.playbackState,"playing");return;case"paused":t==="playing"?(this.videoState.startTransitionTo("playing"),this.playIfAllowed()):i?.to==="paused"&&C(this.params.desiredState.playbackState,"paused");return;default:return(0,Ae.assertNever)(e)}};this.subscription=new Ae.Subscription,this.params=e,this.log=this.params.dependencies.logger.createComponentLog("WebRTCLiveProvider"),this.video=Je(e.container,e.tuning),this.liveStreamClient=new Do(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),Ze(this.video)}subscribe(){let{output:e,desiredState:t}=this.params,i=n=>{e.error$.next({id:"WebRTCLiveProvider",category:Ae.ErrorCategory.WTF,message:"WebRTCLiveProvider internal logic error",thrown:n})};this.subscription.add((0,Ae.merge)(this.videoState.stateChangeStarted$.pipe((0,Ae.map)(n=>({transition:n,type:"start"}))),this.videoState.stateChangeEnded$.pipe((0,Ae.map)(n=>({transition:n,type:"end"})))).subscribe(({transition:n,type:o})=>{this.log({message:`[videoState change] ${o}: ${JSON.stringify(n)}`})}));let r=tt(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(mt(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(et(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(0,Ae.assertNever)(n.to)}},i)).add((0,Ae.merge)(t.playbackState.stateChangeStarted$,this.videoState.stateChangeEnded$,(0,Ae.observableFrom)(["init"])).pipe((0,Ae.debounce)(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(qe(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:Ae.VideoQuality.INVARIANT}),this.video.srcObject=e,C(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:Ae.ErrorCategory.EXTERNAL_API,message:e.message,thrown:e})}playIfAllowed(){it(this.video,()=>{this.params.output.soundProhibitedEvent$.next()}).then(e=>{e||(this.videoState.setState("paused"),C(this.params.desiredState.playbackState,"paused",!0))},e=>this.params.output.error$.next({id:"ForcePlay",message:"play() failed even with workarounds",category:Ae.ErrorCategory.DOM,thrown:e}))}prepare(){this.liveStreamClient.connect()}};var Xs=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}};var E=require("@vkontakte/videoplayer-shared/es2024");var wi=require("@vkontakte/videoplayer-shared/es2024"),iy=a=>new wi.Observable(e=>{let t=new wi.Subscription,i=a.desiredPlaybackState$.stateChangeStarted$.pipe((0,wi.map)(({from:l,to:c})=>`${l}-${c}`)),r=a.desiredPlaybackState$.stateChangeEnded$,s=a.providerChanged$.pipe((0,wi.map)(({type:l})=>l!==void 0)),n=new wi.Subject,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()}});var Vt=require("@vkontakte/videoplayer-shared/es2024");function ry(){return new(window.AudioContext||window.webkitAudioContext)}var Wr=class a{constructor(e,t,i,r){this.providerOutput=e;this.provider$=t;this.volumeMultiplierError$=i;this.volumeMultiplier=r;this.destroyController=new he;this.subscriptions=new Vt.Subscription;this.audioContext=null;this.gainNode=null;this.mediaElementSource=null;this.subscriptions.add(this.provider$.pipe((0,Vt.filter)(s=>!!s.type),(0,Vt.once)()).subscribe(({type:s})=>this.subscribe(s)))}static{this.errorId="VolumeMultiplierManager"}subscribe(e){Y.browser.isSafari&&e!=="MPEG"||this.subscriptions.add((0,Vt.combine)({video:this.providerOutput.element$,playbackState:this.providerOutput.playbackState$,volume:this.providerOutput.volume$}).pipe((0,Vt.filter)(({playbackState:t,video:i,volume:{muted:r,volume:s}})=>t==="playing"&&!!i&&!r&&!!s),(0,Vt.once)()).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=ry();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:Vt.ErrorCategory.VIDEO_PIPELINE,message:e?.message??`${a.errorId} exception`,thrown:e})}};var bM={chunkDuration:5e3,maxParallelRequests:5},Js=class{constructor(e){this.current$=new E.ValueSubject({type:void 0});this.providerError$=new E.Subject;this.noAvailableProvidersError$=new E.Subject;this.volumeMultiplierError$=new E.Subject;this.providerOutput={position$:new E.ValueSubject(0),duration$:new E.ValueSubject(1/0),volume$:new E.ValueSubject({muted:!1,volume:1}),availableVideoStreams$:new E.ValueSubject([]),currentVideoStream$:new E.ValueSubject(void 0),availableVideoTracks$:new E.ValueSubject([]),currentVideoTrack$:new E.ValueSubject(void 0),availableAudioStreams$:new E.ValueSubject([]),currentAudioStream$:new E.ValueSubject(void 0),availableAudioTracks$:new E.ValueSubject([]),currentVideoSegmentLength$:new E.ValueSubject(0),currentAudioSegmentLength$:new E.ValueSubject(0),isAudioAvailable$:new E.ValueSubject(!0),autoVideoTrackLimitingAvailable$:new E.ValueSubject(!1),autoVideoTrackLimits$:new E.ValueSubject(void 0),currentBuffer$:new E.ValueSubject(void 0),isBuffering$:new E.ValueSubject(!0),error$:new E.Subject,fetcherError$:new E.Subject,fetcherRecoverableError$:new E.Subject,warning$:new E.Subject,willSeekEvent$:new E.Subject,soundProhibitedEvent$:new E.Subject,seekedEvent$:new E.Subject,loopedEvent$:new E.Subject,endedEvent$:new E.Subject,firstBytesEvent$:new E.Subject,loadedMetadataEvent$:new E.Subject,firstFrameEvent$:new E.Subject,canplay$:new E.Subject,isLive$:new E.ValueSubject(void 0),isLiveEnded$:new E.ValueSubject(null),isLowLatency$:new E.ValueSubject(!1),canChangePlaybackSpeed$:new E.ValueSubject(!0),liveTime$:new E.ValueSubject(void 0),liveBufferTime$:new E.ValueSubject(void 0),liveLatency$:new E.ValueSubject(void 0),severeStallOccurred$:new E.Subject,availableTextTracks$:new E.ValueSubject([]),currentTextTrack$:new E.ValueSubject(void 0),hostname$:new E.ValueSubject(void 0),httpConnectionType$:new E.ValueSubject(void 0),httpConnectionReused$:new E.ValueSubject(void 0),inPiP$:new E.ValueSubject(!1),inFullscreen$:new E.ValueSubject(!1),element$:new E.ValueSubject(void 0),elementVisible$:new E.ValueSubject(!0),availableSources$:new E.ValueSubject(void 0),is3DVideo$:new E.ValueSubject(!1),playbackState$:new E.ValueSubject(""),getCurrentTime$:new E.ValueSubject(null)};this.subscription=new E.Subscription;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=gv([...vv(this.params.tuning),...Sv(this.params.tuning)],this.params.tuning).filter(l=>(0,E.isNonNullable)(e.sources[l])),{forceFormat:i,formatsToAvoid:r}=this.params.tuning,s=[];i?s=[i]:r.length?s=[...t.filter(l=>!(0,Fc.default)(r,l)),...t.filter(l=>(0,Fc.default)(r,l))]:s=t,this.log({message:`Selected formats: ${s.join(" > ")}`}),this.tracer.log("Selected formats",(0,E.flattenObject)(s)),this.screenFormatsIterator=new Xs(s);let n=[...Sc(!0),...Sc(!1)];this.chromecastFormatsIterator=new Xs(n.filter(l=>(0,E.isNonNullable)(e.sources[l]))),this.providerOutput.availableSources$.next(e.sources);let{volumeMultiplier:o=1,tuning:{useVolumeMultiplier:u}}=this.params;u&&o!==1&&Wr.isSupported()&&(this.volumeMultiplierManager=new Wr(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((0,E.isNullable)(t)){this.handleNoFormatsError(e);return}let i;try{i=this.createProvider(e,t)}catch(r){this.providerError$.next({id:"ProviderNotConstructed",category:E.ErrorCategory.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(0,E.assertNever)(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(0,E.assertNonNullable)(u),this.params.tuning.useNewDashProvider?new Hs({...o,source:u,sourceHls:l}):new ps({...o,source:u,sourceHls:l})}case"DASH_LIVE_CMAF":{let u=this.applyFailoverHost(t[e]);return(0,E.assertNonNullable)(u),this.params.tuning.useNewDashProvider?new zs({...o,source:u}):new hs({...o,source:u})}case"HLS":case"HLS_ONDEMAND":{let u=this.applyFailoverHost(t[e]);return(0,E.assertNonNullable)(u),Y.video.nativeHlsSupported||!this.params.tuning.useHlsJs?new Qs({...o,source:u}):new Ws({...o,source:u})}case"HLS_LIVE":case"HLS_LIVE_CMAF":{let u=this.applyFailoverHost(t[e]);return(0,E.assertNonNullable)(u),new Gs({...o,source:u,config:{maxPausedTime:this.params.tuning.live.maxPausedTime},format:e})}case"MPEG":{let u=this.applyFailoverHost(t[e]);return(0,E.assertNonNullable)(u),new Ys({...o,source:u})}case"DASH_LIVE":{let u=this.applyFailoverHost(t[e]);return(0,E.assertNonNullable)(u),new Eg({...o,source:u,config:{...bM,maxPausedTime:this.params.tuning.live.maxPausedTime}})}case"WEB_RTC_LIVE":{let u=this.applyFailoverHost(t[e]);return(0,E.assertNonNullable)(u),new Ks({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(0,E.assertNever)(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(0,E.assertNonNullable)(o),new Ta({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(0,E.assertNever)(e)}}skipFormat(e){switch(e){case"SCREEN":return this.screenFormatsIterator.next();case"CHROMECAST":return this.chromecastFormatsIterator.next();default:return(0,E.assertNever)(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(0,E.assertNever)(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,sy.default)((0,ay.default)(e).map(([r,s])=>[r,i(s)]))}initProviderErrorHandling(){let e=new E.Subscription,t=!1,i=0;return e.add((0,E.merge)(this.providerOutput.error$.pipe((0,E.filter)(r=>!this.params.tuning.ignoreAudioRendererError||!r.message||!/AUDIO_RENDERER_ERROR/ig.test(r.message))),iy({desiredPlaybackState$:this.params.desiredState.playbackState,maxTransitionInterval:this.params.tuning.maxPlaybackTransitionInterval,position$:this.providerOutput.position$,providerChanged$:this.current$}).pipe((0,E.map)(r=>({id:`ProviderHangup:${r}`,category:E.ErrorCategory.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((0,E.filter)(({to:s})=>s==="playing"),(0,E.once)()).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===E.ErrorCategory.NETWORK,u=r.category===E.ErrorCategory.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",(0,E.flattenObject)(n))})),e}};var K=require("@vkontakte/videoplayer-shared/es2024");var gM=5e3,ny="one_video_throughput",oy="one_video_rtt",Zs=window.navigator.connection,uy=()=>{let a=Zs?.downlink;if((0,K.isNonNullable)(a)&&a!==10)return a*1e3},ly=()=>{let a=Zs?.rtt;if((0,K.isNonNullable)(a)&&a!==3e3)return a},cy=(a,e,t)=>{let i=t*8,r=i/a;return i/(r+e)},Nc=class a{constructor(e){this.subscription=new K.Subscription;this.concurrentDownloads=new Set;this.tuningConfig=e;let t=a.load(ny)||(e.useBrowserEstimation?uy():void 0)||gM,i=a.load(oy)??(e.useBrowserEstimation?ly():void 0)??0;if(this.throughput$=new K.ValueSubject(t),this.rtt$=new K.ValueSubject(i),this.rttAdjustedThroughput$=new K.ValueSubject(cy(t,i,e.rttPenaltyRequestSize)),this.throughput=Ti.getSmoothedValue(t,-1,e),this.rtt=Ti.getSmoothedValue(i,1,e),e.useBrowserEstimation){let r=()=>{let n=uy();n&&this.throughput.next(n);let o=ly();(0,K.isNonNullable)(o)&&this.rtt.next(o)};Zs&&"onchange"in Zs&&this.subscription.add((0,K.fromEvent)(Zs,"change").subscribe(r)),r()}this.subscription.add(this.throughput.smoothed$.subscribe(r=>{K.safeStorage.set(ny,r.toFixed(0))})),this.subscription.add(this.rtt.smoothed$.subscribe(r=>{K.safeStorage.set(oy,r.toFixed(0))})),this.subscription.add(this.throughput.debounced$.subscribe(this.throughput$)),this.subscription.add(this.rtt.debounced$.subscribe(this.rtt$)),this.subscription.add((0,K.combine)({throughput:this.throughput.smoothed$,rtt:this.rtt.smoothed$}).pipe((0,K.map)(({throughput:r,rtt:s})=>cy(r,s,e.rttPenaltyRequestSize)),(0,K.filter)(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=(0,K.now)(),r=new K.Subscription;switch(this.subscription.add(r),this.concurrentDownloads.add(e),e.readyState){case 4:break;case 3:case 2:r.add((0,K.fromEvent)(e,"progress").pipe((0,K.once)()).subscribe(s=>{t=s.loaded,i=(0,K.now)()}));break;case 1:case 0:r.add((0,K.fromEvent)(e,"loadstart").subscribe(()=>{t=0,i=(0,K.now)()}));break}r.add((0,K.fromEvent)(e,"loadend").subscribe(s=>{if(e.status===200){let n=s.loaded,o=(0,K.now)(),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=(0,K.now)(),n=0,o=(0,K.now)(),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,(0,K.now)()-s,1),this.concurrentDownloads.delete(e);else if(p){if(t){let d=(0,K.now)();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=(0,K.now)()}else n+=p.byteLength;o=(0,K.now)()}else r+=p.byteLength,n+=p.byteLength,n>=this.tuningConfig.streamMinSampleSize&&(0,K.now)()-o>=this.tuningConfig.streamMinSampleTime&&(this.addRawSpeed(n,(0,K.now)()-o,this.concurrentDownloads.size),n=0,o=(0,K.now)());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=K.safeStorage.get(e);if((0,K.isNonNullable)(t))return parseInt(t,10)??void 0}},dy=Nc;var ur=require("@vkontakte/videoplayer-shared/es2024"),py={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:ur.VideoQuality.Q_4320P,activeVideoAreaThreshold:.1,highQualityLimit:ur.VideoQuality.Q_720P,trafficSavingLimit:ur.VideoQuality.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:ur.VideoQuality.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},hy=a=>({...(0,ur.fillWithDefault)(a,py),configName:[...a.configName??[],...py.configName]});var m=require("@vkontakte/videoplayer-shared/es2024");var Pi=require("@vkontakte/videoplayer-shared/es2024"),Uc=({seekState:a,position$:e})=>(0,Pi.merge)(a.stateChangeEnded$.pipe((0,Pi.map)(({to:t})=>t.state==="none"?void 0:(t.position??NaN)/1e3),(0,Pi.filter)(Pi.isNonNullable)),e.pipe((0,Pi.filter)(()=>a.getState().state==="none")));var fy=require("@vkontakte/videoplayer-shared/es2024"),my=a=>{let e=typeof a.container=="string"?document.getElementById(a.container):a.container;return(0,fy.assertNonNullable)(e,`Wrong container or containerId {${a.container}}`),e};var Co=require("@vkontakte/videoplayer-shared/es2024"),by=(a,e,t,i)=>{a!==void 0&&e.getState()===void 0&&e.getPrevState()===void 0&&t?.getValue().length===0?t.pipe((0,Co.filter)(r=>r.length>0),(0,Co.once)()).subscribe(r=>{r.find(i)&&e.startTransitionTo(a)}):(a===void 0||t?.getValue().find(i))&&e.startTransitionTo(a)};var U=class U{constructor(e={configName:[]},t=m.Tracer.createRootTracer(!1)){this.subscription=new m.Subscription;this.logger=new m.Logger;this.abrLogger=this.logger.createComponentLog("ABR");this.internalsExposure=null;this.isPlaybackStarted=!1;this.hasLiveOffsetByPaused=new m.ValueSubject(!1);this.hasLiveOffsetByPausedTimer=0;this.playerInitRequest=0;this.playerInited=new m.ValueSubject(!1);this.wasSetStartedQuality=!1;this.desiredState={playbackState:new X("stopped"),seekState:new X({state:"none"}),volume:new X({volume:1,muted:!1}),videoTrack:new X(void 0),videoStream:new X(void 0),audioStream:new X(void 0),autoVideoTrackSwitching:new X(!0),autoVideoTrackLimits:new X({}),isLooped:new X(!1),isLowLatency:new X(!1),playbackRate:new X(1),externalTextTracks:new X([]),internalTextTracks:new X([]),currentTextTrack:new X(void 0),textTrackCuesSettings:new X({}),cameraOrientation:new X({x:0,y:0})};this.info={playbackState$:new m.ValueSubject(void 0),position$:new m.ValueSubject(0),duration$:new m.ValueSubject(1/0),muted$:new m.ValueSubject(!1),volume$:new m.ValueSubject(1),availableVideoStreams$:new m.ValueSubject([]),currentVideoStream$:new m.ValueSubject(void 0),availableQualities$:new m.ValueSubject([]),availableQualitiesFps$:new m.ValueSubject({}),currentQuality$:new m.ValueSubject(void 0),isAutoQualityEnabled$:new m.ValueSubject(!0),autoQualityLimitingAvailable$:new m.ValueSubject(!1),autoQualityLimits$:new m.ValueSubject({}),predefinedQualityLimitType$:new m.ValueSubject("unknown"),availableAudioStreams$:new m.ValueSubject([]),currentAudioStream$:new m.ValueSubject(void 0),availableAudioTracks$:new m.ValueSubject([]),isAudioAvailable$:new m.ValueSubject(!0),currentPlaybackRate$:new m.ValueSubject(1),currentBuffer$:new m.ValueSubject({start:0,end:0}),isBuffering$:new m.ValueSubject(!0),isStalled$:new m.ValueSubject(!1),isEnded$:new m.ValueSubject(!1),isLooped$:new m.ValueSubject(!1),isLive$:new m.ValueSubject(void 0),isLiveEnded$:new m.ValueSubject(null),canChangePlaybackSpeed$:new m.ValueSubject(void 0),atLiveEdge$:new m.ValueSubject(void 0),atLiveDurationEdge$:new m.ValueSubject(void 0),liveTime$:new m.ValueSubject(void 0),liveBufferTime$:new m.ValueSubject(void 0),liveLatency$:new m.ValueSubject(void 0),currentFormat$:new m.ValueSubject(void 0),availableTextTracks$:new m.ValueSubject([]),currentTextTrack$:new m.ValueSubject(void 0),throughputEstimation$:new m.ValueSubject(void 0),rttEstimation$:new m.ValueSubject(void 0),videoBitrate$:new m.ValueSubject(void 0),hostname$:new m.ValueSubject(void 0),httpConnectionType$:new m.ValueSubject(void 0),httpConnectionReused$:new m.ValueSubject(void 0),surface$:new m.ValueSubject("none"),chromecastState$:new m.ValueSubject("NOT_AVAILABLE"),chromecastDeviceName$:new m.ValueSubject(void 0),intrinsicVideoSize$:new m.ValueSubject(void 0),availableSources$:new m.ValueSubject(void 0),is3DVideo$:new m.ValueSubject(!1),currentVideoSegmentLength$:new m.ValueSubject(0),currentAudioSegmentLength$:new m.ValueSubject(0)};this.events={inited$:new m.Subject,ready$:new m.Subject,started$:new m.Subject,playing$:new m.Subject,paused$:new m.Subject,stopped$:new m.Subject,willStart$:new m.Subject,willResume$:new m.Subject,willPause$:new m.Subject,willStop$:new m.Subject,willDestruct$:new m.Subject,watchCoverageRecord$:new m.Subject,watchCoverageLive$:new m.Subject,managedError$:new m.Subject,fatalError$:new m.Subject,fetcherRecoverableError$:new m.Subject,ended$:new m.Subject,looped$:new m.Subject,seeked$:new m.Subject,willSeek$:new m.Subject,autoplaySoundProhibited$:new m.Subject,firstBytes$:new m.Subject,loadedMetadata$:new m.Subject,firstFrame$:new m.Subject,canplay$:new m.Subject,log$:new m.Subject,fetcherError$:new m.Subject,severeStallOccured$:new m.Subject};this.experimental={element$:new m.ValueSubject(void 0),tuningConfigName$:new m.ValueSubject([]),enableDebugTelemetry$:new m.ValueSubject(!1),dumpTelemetry:og,getCurrentTime$:new m.ValueSubject(null)};if(this.initLogs(),this.tuning=hy(e),this.tracer=t,this.experimental.tuningConfigName$.next(this.tuning.configName),this.chromecastInitializer=new un({receiverApplicationId:e.chromecastReceiverId,isDisabled:e.disableChromecast,dependencies:{logger:this.logger}}),this.throughputEstimator=new dy(this.tuning.throughputEstimator),e.exposeInternalsToGlobal&&(this.internalsExposure=new m.InternalsExposure("CORE"),this.internalsExposure.expose({player:this})),this.initChromecastSubscription(),this.initDesiredStateSubscriptions(),Proxy&&Reflect)return U.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((0,m.filter)(o=>!!o),(0,m.once)()).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,gy.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:m.ErrorCategory.WTF,message:c,thrown:o}),o}}}})}createProviderContainer(e){this.providerContainer=new Js({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",(0,m.flattenObject)(n)),this.domContainer=my(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?Y.isInited$.pipe((0,m.filter)(s=>!!s),(0,m.once)()).subscribe(()=>{console.log("Core SDK async start"),i()}):i()};return this.isNotActiveTabCase()?(this.tracer.log("request play from hidden tab"),(0,m.fromEvent)(document,"visibilitychange").pipe((0,m.once)()).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){(0,m.assertNonNullable)(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((0,m.filter)(i=>i.length>0),(0,m.once)()).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",(0,m.flattenObject)(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){(0,m.assertNonNullable)(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",(0,m.flattenObject)(e)),this.desiredState.externalTextTracks.startTransitionTo(e.map(t=>({type:"external",...t}))),this}selectTextTrack(e){return by(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((0,m.isNullable)(e))return this.info.position$.getValue();let t=this.desiredState.seekState.getState(),i=t.state==="none"?void 0:t.position;return(0,m.isNonNullable)(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((0,m.merge)(this.desiredState.playbackState.stateChangeStarted$,this.desiredState.playbackState.forceChanged$).pipe((0,m.map)(e=>e.to)).subscribe(this.info.playbackState$)).add(this.desiredState.isLooped.stateChangeEnded$.pipe((0,m.map)(e=>e.to)).subscribe(this.info.isLooped$)).add(this.desiredState.playbackRate.stateChangeEnded$.pipe((0,m.map)(e=>e.to)).subscribe(this.info.currentPlaybackRate$)).add(this.desiredState.autoVideoTrackSwitching.stateChangeEnded$.pipe((0,m.map)(e=>e.to)).subscribe(this.info.isAutoQualityEnabled$)).add(this.desiredState.autoVideoTrackLimits.stateChangeEnded$.pipe((0,m.map)(e=>e.to)).subscribe(e=>{this.info.autoQualityLimits$.next(e);let{highQualityLimit:t,trafficSavingLimit:i}=this.tuning.autoTrackSelection;this.info.predefinedQualityLimitType$.next(Nl(e,t,i))})),this.subscription.add(this.desiredState.playbackState.stateChangeStarted$.pipe((0,m.filter)(({from:e})=>e==="stopped"),(0,m.once)()).subscribe(()=>{this.initedAt=(0,m.now)(),this.events.inited$.next()})).add(this.desiredState.playbackState.stateChangeEnded$.subscribe(e=>{switch(e.to){case"ready":this.events.ready$.next();break;case"playing":this.isPlaybackStarted||this.events.started$.next(),this.isPlaybackStarted=!0,this.events.playing$.next();break;case"paused":this.events.paused$.next();break;case"stopped":this.events.stopped$.next()}})).add(this.desiredState.playbackState.stateChangeStarted$.subscribe(e=>{switch(e.to){case"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",(0,m.flattenObject)(n)),n.state==="requested"?this.desiredState.seekState.setState({...n,state:"applying"}):this.events.managedError$.next({id:`WillSeekIn${n.state}`,category:m.ErrorCategory.WTF,message:"Received unexpeceted willSeek$"})})).add(e.providerOutput.soundProhibitedEvent$.pipe((0,m.once)()).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",(0,m.flattenObject)(n)),n.state==="applying"&&(this.desiredState.seekState.setState({state:"none"}),this.events.seeked$.next())})).add(e.current$.pipe((0,m.map)(n=>n.type)).subscribe(this.info.currentFormat$)).add(e.current$.pipe((0,m.map)(n=>n.destination),(0,m.filterChanged)()).subscribe(()=>this.isPlaybackStarted=!1)).add(e.providerOutput.availableVideoStreams$.subscribe(this.info.availableVideoStreams$)).add((0,m.combine)({availableVideoTracks:e.providerOutput.availableVideoTracks$,currentVideoStream:e.providerOutput.currentVideoStream$}).pipe((0,m.map)(({availableVideoTracks:n,currentVideoStream:o})=>n.filter(u=>o?o.id===u.streamId:!0).map(({quality:u})=>u).sort((u,l)=>(0,m.isInvariantQuality)(u)?1:(0,m.isInvariantQuality)(l)?-1:(0,m.isHigher)(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((0,m.filterChanged)()).subscribe(this.info.isAudioAvailable$)).add(e.providerOutput.currentVideoTrack$.pipe((0,m.filter)(n=>(0,m.isNonNullable)(n))).subscribe(n=>{this.info.currentQuality$.next(n?.quality),this.info.videoBitrate$.next(n?.bitrate)})).add(e.providerOutput.currentVideoSegmentLength$.pipe((0,m.filterChanged)((n,o)=>Math.round(n)===Math.round(o))).subscribe(this.info.currentVideoSegmentLength$)).add(e.providerOutput.currentAudioSegmentLength$.pipe((0,m.filterChanged)((n,o)=>Math.round(n)===Math.round(o))).subscribe(this.info.currentAudioSegmentLength$)).add(e.providerOutput.hostname$.pipe((0,m.filterChanged)()).subscribe(this.info.hostname$)).add(e.providerOutput.httpConnectionType$.pipe((0,m.filterChanged)()).subscribe(this.info.httpConnectionType$)).add(e.providerOutput.httpConnectionReused$.pipe((0,m.filterChanged)()).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((0,m.map)(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((0,m.tap)(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((0,m.combine)({hasLiveOffsetByPaused:(0,m.merge)(this.desiredState.playbackState.stateChangeStarted$,this.desiredState.playbackState.forceChanged$).pipe((0,m.map)(n=>n.to),(0,m.filterChanged)(),(0,m.map)(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((0,m.combine)({atLiveEdge:(0,m.combine)({isLive:e.providerOutput.isLive$,isLowLatency:e.providerOutput.isLowLatency$,position:Uc({seekState:this.desiredState.seekState,position$:e.providerOutput.position$})}).pipe((0,m.map)(({isLive:n,position:o,isLowLatency:u})=>{let l=this.getActiveLiveDelay(u);return n&&Math.abs(o)<l/1e3}),(0,m.filterChanged)(),(0,m.tap)(n=>n&&this.setPlaybackRate(1))),hasPausedTimeoutCase:this.hasLiveOffsetByPaused}).pipe((0,m.map)(({atLiveEdge:n,hasPausedTimeoutCase:o})=>n&&!o)).subscribe(this.info.atLiveEdge$)).add((0,m.combine)({isLive:e.providerOutput.isLive$,position:e.providerOutput.position$,duration:e.providerOutput.duration$}).pipe((0,m.map)(({isLive:n,position:o,duration:u})=>n&&(Math.abs(u)-Math.abs(o))*1e3<this.tuning.live.activeLiveDelay),(0,m.filterChanged)(),(0,m.tap)(n=>n&&this.setPlaybackRate(1))).subscribe(this.info.atLiveDurationEdge$)).add(e.providerOutput.volume$.pipe((0,m.map)(n=>n.muted),(0,m.filterChanged)()).subscribe(this.info.muted$)).add(e.providerOutput.volume$.pipe((0,m.map)(n=>n.volume),(0,m.filterChanged)()).subscribe(this.info.volume$)).add(Uc({seekState:this.desiredState.seekState,position$:e.providerOutput.position$}).subscribe(this.info.position$)).add((0,m.merge)(e.providerOutput.endedEvent$.pipe((0,m.mapTo)(!0)),e.providerOutput.seekedEvent$.pipe((0,m.mapTo)(!1))).pipe((0,m.filterChanged)()).subscribe(this.info.isEnded$)).add(e.providerOutput.endedEvent$.subscribe(this.events.ended$)).add(e.providerOutput.loopedEvent$.subscribe(this.events.looped$)).add(e.providerError$.subscribe(this.events.managedError$)).add(e.providerOutput.fetcherRecoverableError$.subscribe(this.events.fetcherRecoverableError$)).add(e.providerOutput.fetcherError$.subscribe(this.events.fatalError$)).add(e.volumeMultiplierError$.subscribe(this.events.managedError$)).add(e.noAvailableProvidersError$.pipe((0,m.map)(n=>({id:n?`No${n}`:"NoProviders",category:m.ErrorCategory.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((0,m.once)(),(0,m.map)(n=>n??(0,m.now)()-this.initedAt)).subscribe(this.events.firstBytes$)).add(e.providerOutput.loadedMetadataEvent$.subscribe(this.events.loadedMetadata$)).add(e.providerOutput.firstFrameEvent$.pipe((0,m.once)(),(0,m.map)(()=>(0,m.now)()-this.initedAt)).subscribe(this.events.firstFrame$)).add(e.providerOutput.canplay$.pipe((0,m.once)(),(0,m.map)(()=>(0,m.now)()-this.initedAt)).subscribe(this.events.canplay$)).add(this.throughputEstimator.throughput$.subscribe(this.info.throughputEstimation$)).add(this.throughputEstimator.rtt$.subscribe(this.info.rttEstimation$)).add(e.providerOutput.availableSources$.subscribe(this.info.availableSources$));let t=new m.ValueSubject(!1);this.subscription.add(e.providerOutput.seekedEvent$.subscribe(()=>t.next(!1))).add(e.providerOutput.willSeekEvent$.subscribe(()=>t.next(!0)));let i=new m.ValueSubject(!0);this.subscription.add(e.current$.subscribe(()=>i.next(!0))).add(this.desiredState.playbackState.stateChangeEnded$.pipe((0,m.filter)(({to:n})=>n==="playing"),(0,m.once)()).subscribe(()=>i.next(!1)));let r=0,s=(0,m.merge)(e.providerOutput.isBuffering$,t,i).pipe((0,m.map)(()=>{let n=e.providerOutput.isBuffering$.getValue(),o=t.getValue()||i.getValue();return n&&!o}),(0,m.filterChanged)());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((0,m.merge)(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((0,m.merge)(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((0,m.map)(e=>e?.castDevice.friendlyName)).subscribe(this.info.chromecastDeviceName$)),this.subscription.add(this.chromecastInitializer.errorEvent$.subscribe(this.events.managedError$))}initStartingVideoTrack(e){let t=new m.Subscription;this.subscription.add(t),this.subscription.add(e.current$.pipe((0,m.filterChanged)((i,r)=>i.provider===r.provider)).subscribe(()=>{t.unsubscribe(),t.add(e.providerOutput.availableVideoTracks$.pipe((0,m.filter)(i=>i.length>0),(0,m.once)()).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=ti(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((0,m.merge)(this.desiredState.videoTrack.stateChangeStarted$.pipe((0,m.map)(e=>({transition:e,entity:"quality",type:"start"}))),this.desiredState.videoTrack.stateChangeEnded$.pipe((0,m.map)(e=>({transition:e,entity:"quality",type:"end"}))),this.desiredState.autoVideoTrackSwitching.stateChangeStarted$.pipe((0,m.map)(e=>({transition:e,entity:"autoQualityEnabled",type:"start"}))),this.desiredState.autoVideoTrackSwitching.stateChangeEnded$.pipe((0,m.map)(e=>({transition:e,entity:"autoQualityEnabled",type:"end"}))),this.desiredState.seekState.stateChangeStarted$.pipe((0,m.map)(e=>({transition:e,entity:"seekState",type:"start"}))),this.desiredState.seekState.stateChangeEnded$.pipe((0,m.map)(e=>({transition:e,entity:"seekState",type:"end"}))),this.desiredState.playbackState.stateChangeStarted$.pipe((0,m.map)(e=>({transition:e,entity:"playbackState",type:"start"}))),this.desiredState.playbackState.stateChangeEnded$.pipe((0,m.map)(e=>({transition:e,entity:"playbackState",type:"end"})))).pipe((0,m.map)(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(){ng(),this.experimental.enableDebugTelemetry$.next(this.tuning.enableTelemetryAtStart),[this.experimental.enableDebugTelemetry$.subscribe(e=>sg(e)),this.events.fatalError$.subscribe(new lt("fatalError")),this.events.managedError$.subscribe(new lt("managedError")),this.info.currentBuffer$.subscribe(new lt("buffer"))].forEach(e=>this.subscription.add(e)),Ia("codecs",Y.video.supportedCodecs)}initProviderDebugTelemetry(){let e=this.providerContainer?.providerOutput;(0,m.assertNonNullable)(this.providerContainer),(0,m.assertNonNullable)(e),[this.providerContainer.current$.subscribe(({type:t})=>Ia("provider",t)),e.duration$.subscribe(t=>Ia("duration",t)),e.availableVideoTracks$.pipe((0,m.filter)(t=>!!t.length),(0,m.once)()).subscribe(t=>Ia("tracks",t)),e.position$.subscribe(new lt("position")),e.currentVideoTrack$.pipe((0,m.map)(t=>t?.quality)).subscribe(new lt("quality")),e.isBuffering$.subscribe(new lt("isBuffering"))].forEach(t=>this.subscription.add(t))}initTracerSubscription(){let e=(0,m.getTraceSubscriptionMethod)(this.tracer.log.bind(this.tracer)),t=(0,m.getTraceSubscriptionMethod)(this.tracer.error.bind(this.tracer));this.subscription.add(this.info.playbackState$.subscribe(e("playbackState"))).add(this.info.isLooped$.subscribe(e("isLooped"))).add(this.info.currentPlaybackRate$.pipe((0,m.filterChanged)()).subscribe(e("currentPlaybackRate"))).add(this.info.isAutoQualityEnabled$.subscribe(e("isAutoQualityEnabled"))).add(this.info.autoQualityLimits$.subscribe(e("autoQualityLimits"))).add(this.info.currentFormat$.subscribe(e("currentFormat"))).add(this.info.availableQualities$.subscribe(e("availableQualities"))).add(this.info.availableQualitiesFps$.subscribe(e("availableQualitiesFps"))).add(this.info.availableAudioTracks$.subscribe(e("availableAudioTracks"))).add(this.info.isAudioAvailable$.subscribe(e("isAudioAvailable"))).add((0,m.combine)({currentQuality:this.info.currentQuality$,videoBitrate:this.info.videoBitrate$}).pipe((0,m.filter)(({currentQuality:i,videoBitrate:r})=>!!i&&!!r),(0,m.filterChanged)((i,r)=>i.currentQuality===r.currentQuality)).subscribe(e("currentVideoTrack"))).add(this.info.currentVideoSegmentLength$.pipe((0,m.filter)(i=>i>0),(0,m.filterChanged)()).subscribe(e("currentVideoSegmentLength"))).add(this.info.currentAudioSegmentLength$.pipe((0,m.filter)(i=>i>0),(0,m.filterChanged)()).subscribe(e("currentAudioSegmentLength"))).add(this.info.hostname$.subscribe(e("hostname"))).add(this.info.currentTextTrack$.subscribe(e("currentTextTrack"))).add(this.info.availableTextTracks$.subscribe(e("availableTextTracks"))).add(this.info.autoQualityLimitingAvailable$.subscribe(e("autoQualityLimitingAvailable"))).add((0,m.combine)({currentBuffer:this.info.currentBuffer$.pipe((0,m.filter)(i=>i.end>0),(0,m.filterChanged)((i,r)=>i.end===r.end&&i.start===r.start)),position:this.info.position$.pipe((0,m.filterChanged)())}).pipe((0,m.throttle)(1e3)).subscribe(e("currentBufferAndPosition"))).add(this.info.duration$.pipe((0,m.filterChanged)()).subscribe(e("duration"))).add(this.info.isBuffering$.subscribe(e("isBuffering"))).add(this.info.isLive$.pipe((0,m.filterChanged)()).subscribe(e("isLive"))).add(this.info.canChangePlaybackSpeed$.pipe((0,m.filterChanged)()).subscribe(e("canChangePlaybackSpeed"))).add((0,m.combine)({liveTime:this.info.liveTime$,liveBufferTime:this.info.liveBufferTime$,position:this.info.position$}).pipe((0,m.filter)(({liveTime:i,liveBufferTime:r})=>!!i&&!!r),(0,m.throttle)(1e3)).subscribe(e("liveBufferAndPosition"))).add(this.info.atLiveEdge$.pipe((0,m.filterChanged)(),(0,m.filter)(i=>i===!0)).subscribe(e("atLiveEdge"))).add(this.info.atLiveDurationEdge$.pipe((0,m.filterChanged)(),(0,m.filter)(i=>i===!0)).subscribe(e("atLiveDurationEdge"))).add(this.info.muted$.pipe((0,m.filterChanged)()).subscribe(e("muted"))).add(this.info.volume$.pipe((0,m.filterChanged)()).subscribe(e("volume"))).add(this.info.isEnded$.pipe((0,m.filterChanged)(),(0,m.filter)(i=>i===!0)).subscribe(e("isEnded"))).add(this.info.availableSources$.subscribe(e("availableSources"))).add((0,m.combine)({throughputEstimation:this.info.throughputEstimation$,rtt:this.info.rttEstimation$}).pipe((0,m.filter)(({throughputEstimation:i,rtt:r})=>!!i&&!!r),(0,m.throttle)(3e3)).subscribe(e("throughputEstimation"))).add(this.info.isStalled$.subscribe(e("isStalled"))).add(this.info.is3DVideo$.pipe((0,m.filterChanged)(),(0,m.filter)(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:m.ErrorCategory.DOM,message:String(r)})})};this.subscription.add((0,m.merge)((0,m.fromEvent)(document,"visibilitychange"),(0,m.fromEvent)(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",(0,m.flattenObject)({quality:t,availableTracks:(0,m.flattenObject)(e),track:(0,m.flattenObject)(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&&!Aa()}};be([U.withWaitInit(!0)],U.prototype,"prepare",1),be([U.withWaitInit(!0)],U.prototype,"play",1),be([U.withWaitInit(!1)],U.prototype,"pause",1),be([U.withWaitInit(!1)],U.prototype,"stop",1),be([U.withWaitInit(!1)],U.prototype,"seekTime",1),be([U.withWaitInit(!1)],U.prototype,"seekPercent",1),be([U.withWaitInit(!1)],U.prototype,"setVolume",1),be([U.withWaitInit(!1)],U.prototype,"setMuted",1),be([U.withWaitInit(!0)],U.prototype,"setVideoStream",1),be([U.withWaitInit(!0)],U.prototype,"setAudioStream",1),be([U.withWaitInit(!0)],U.prototype,"setQuality",1),be([U.withWaitInit(!1)],U.prototype,"setAutoQuality",1),be([U.withWaitInit(!1)],U.prototype,"setAutoQualityLimits",1),be([U.withWaitInit(!1)],U.prototype,"setPredefinedQualityLimits",1),be([U.withWaitInit(!0)],U.prototype,"setPlaybackRate",1),be([U.withWaitInit(!1)],U.prototype,"setExternalTextTracks",1),be([U.withWaitInit(!1)],U.prototype,"selectTextTrack",1),be([U.withWaitInit(!1)],U.prototype,"setTextTrackCueSettings",1),be([U.withWaitInit(!1)],U.prototype,"setLooped",1),be([U.withWaitInit(!1)],U.prototype,"startCameraManualRotation",1),be([U.withWaitInit(!1)],U.prototype,"stopCameraManualRotation",1),be([U.withWaitInit(!1)],U.prototype,"moveCameraFocusPX",1),be([U.withWaitInit(!1)],U.prototype,"holdCamera",1),be([U.withWaitInit(!1)],U.prototype,"releaseCamera",1);var en=U;var ai=require("@vkontakte/videoplayer-shared/es2024"),SM=`@vkontakte/videoplayer-core@${No}`;
124
+ `;var Ws=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 Qs(this.params.fov,this.params.orientation),this.cameraRotationManager=new Gs(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(Fg,this.gl.VERTEX_SHADER),i=this.createShader(qg,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,d=t+a,p=e-i,h=t+a;return[s,n,o,u,l,d,p,h]}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}};var he=require("@vkontakte/videoplayer-shared/es2024"),Hu=class{constructor(){this.isSeeked$=new he.ValueSubject(!1);this.isBuffering$=new he.ValueSubject(!1);this.currentStallsCount=0;this.maxQualityLimit=void 0;this.lastUniqueVideoTrackSelectedTimestamp=0;this.predictedThroughputWithoutData=0;this.subscription=new he.Subscription;this.severeStallOccurred$=new he.ValueSubject(!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((0,he.combine)({isBuffering:this.isBuffering$,isSeeked:this.isSeeked$}).pipe((0,he.debounce)(this.qualityLimitsOnStall.stallDurationToBeCount),(0,he.filter)(({isBuffering:t,isSeeked:i})=>t&&!i)).subscribe(t=>{this.currentStallsCount++})),this.subscription.add((0,he.combine)({currentStallDuration:this.currentStallDuration$}).subscribe(({currentStallDuration:t})=>{let{stallDurationNoDataBeforeQualityDecrease:i,stallCountBeforeQualityDecrease:a,resetQualityRestrictionTimeout:s,ignoreStallsOnSeek:n}=this.qualityLimitsOnStall;if((0,he.isNullable)(this.lastUniqueVideoTrackSelected)||n&&this.isSeeked$.getValue())return;let o=this.rtt$.getValue(),u=this.throughput$.getValue(),l=this.videoLastDataObtainedTimestamp$.getValue(),d=(0,he.now)(),p=a&&this.currentStallsCount>=a,h=i&&d-this.lastUniqueVideoTrackSelectedTimestamp>=i+o&&d-l>=i+o&&t>=i;(p||h)&&(this.severeStallOccurred$.next(!0),window.clearTimeout(this.qualityRestrictionTimer),this.maxQualityLimit=this.lastUniqueVideoTrackSelected.quality,(0,he.isNonNullable)(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=(0,he.now)(),this.currentStallsCount=0)}destroy(){window.clearTimeout(this.qualityRestrictionTimer),this.subscription.unsubscribe()}},Ug=Hu;var Ne=require("@vkontakte/videoplayer-shared/es2024"),Ys=class{constructor(){this.subscription=new Ne.Subscription;this.pipSize$=new Ne.ValueSubject(void 0);this.videoSize$=new Ne.ValueSubject(void 0);this.elementSize$=new Ne.ValueSubject(void 0);this.pictureInPictureWindowRemoveEventListener=Ne.noop}connect({observableVideo:e,video:t}){let i=a=>{let s=a.target;this.pipSize$.next({width:s.width,height:s.height})};this.subscription.add((0,Ne.observeElementSize)(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((0,Ne.combine)({videoSize:this.videoSize$,pipSize:this.pipSize$,inPip:e.inPiP$}).pipe((0,Ne.map)(({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 pi=class{constructor(e){this.subscription=new N.Subscription;this.videoState=new j("stopped");this.droppedFramesManager=new Rs;this.stallsManager=new Ug;this.elementSizeManager=new Ys;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"),w(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"),w(this.params.desiredState.playbackState,"paused")):t==="playing"?(this.videoState.startTransitionTo("playing"),this.playIfAllowed()):i?.to==="ready"&&w(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"&&w(this.params.desiredState.playbackState,"playing");return;case"paused":t==="playing"?(this.videoState.startTransitionTo("playing"),this.playIfAllowed()):i?.to==="paused"&&w(this.params.desiredState.playbackState,"paused");return;default:return(0,N.assertNever)(e)}}};this.init3DScene=e=>{if(this.scene3D)return;this.scene3D=new Ws(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 Xe(e.source.url),this.params=e,this.video=De(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(ye(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 js({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=Oe(this.video);this.subscription.add(()=>i.destroy());let a=this.constructor.name,s=o=>{e.error$.next({id:a,category:N.ErrorCategory.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((0,N.filter)(l=>!!l.length),(0,N.once)()).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((0,N.map)(l=>l.to.state!=="none"),(0,N.filterChanged)());this.stallsManager.connect({isSeeked$:n,currentStallDuration$:this.player.currentStallDuration$.pipe((0,N.filterChanged)()),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((0,N.filter)(N.isNonNullable),(0,N.once)()),e.firstBytesEvent$),s(this.stallsManager.severeStallOccurred$,e.severeStallOccurred$),s(this.videoState.stateChangeEnded$.pipe((0,N.map)(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(gt(this.video,t.isLooped,a)),this.subscription.add(Be(this.video,t.volume,i.volumeState$,a)),this.subscription.add(i.volumeState$.subscribe(this.params.output.volume$,a)),this.subscription.add(Ke(this.video,t.playbackRate,i.playbackRateState$,a)),this.elementSizeManager.connect({video:this.video,observableVideo:i}),s(Je(this.video,{threshold:this.params.tuning.autoTrackSelection.activeVideoAreaThreshold}),e.elementVisible$),this.subscription.add(i.playing$.subscribe(()=>{this.videoState.setState("playing"),w(t.playbackState,"playing"),this.scene3D&&this.scene3D.play()},a)).add(i.pause$.subscribe(()=>{this.videoState.setState("paused"),w(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 d=this.player.getStreams();if((0,N.assertNonNullable)(d,"Manifest not loaded or empty"),!this.params.tuning.isAudioDisabled){let h=[];for(let m of d.audio){h.push($u(m));let b=[];for(let v of m.representations){let T=Ig(v);b.push(T),this.audioTracksMap.set(T,{stream:m,representation:v})}this.audioStreamsMap.set(m,b)}this.params.output.availableAudioStreams$.next(h)}let p=[];for(let h of d.video){p.push(Mu(h));let m=[];for(let b of h.representations){let v=Tg({...b,streamId:h.id});v&&(m.push(v),this.videoTracksMap.set(v,{stream:h,representation:b}))}this.videoStreamsMap.set(h,m)}this.params.output.availableVideoStreams$.next(p);for(let h of d.text)for(let m of h.representations){let b=Eg(h,m);this.textTracksMap.set(b,{stream:h,representation:m})}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((0,N.merge)(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$,(0,N.fromEvent)(this.video,"progress")).pipe((0,N.filter)(()=>this.videoTracksMap.size>0)).subscribe(async()=>{let l=this.player.state$.getState(),d=this.player.state$.getTransition();if(!(0,Hg.default)(["manifest_ready","running"],l)||d)return;t.autoVideoTrackSwitching.getTransition()&&t.autoVideoTrackSwitching.setState(t.autoVideoTrackSwitching.getState());let p=this.selectVideoAudioRepresentations();if(!p)return;let[h,m]=p,b=[...this.videoTracksMap.keys()].find(T=>this.videoTracksMap.get(T)?.representation.id===h.id);(0,N.isNonNullable)(b)&&(this.stallsManager.lastVideoTrackSelected=b);let v=this.params.desiredState.autoVideoTrackLimits.getTransition();if(v&&this.params.output.autoVideoTrackLimits$.next(v.to),l==="manifest_ready")await this.player.initRepresentations(h.id,m?.id,this.params.sourceHls);else if(await this.player.switchRepresentation("video",h.id),m){let T=!!t.audioStream.getTransition();await this.player.switchRepresentation("audio",m.id,T)}},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((0,N.filterChanged)()).subscribe(l=>{let d=[...this.videoTracksMap.entries()].find(([,{representation:b}])=>b.id===l);if(!d){e.currentVideoTrack$.next(void 0),e.currentVideoStream$.next(void 0);return}let[p,{stream:h}]=d,m=this.params.desiredState.videoStream.getTransition();m&&m.to&&m.to.id===h.id&&this.params.desiredState.videoStream.setState(m.to),e.currentVideoTrack$.next(p),e.currentVideoStream$.next(Mu(h))},a)),this.subscription.add(this.player.currentAudioRepresentation$.pipe((0,N.filterChanged)()).subscribe(l=>{let d=[...this.audioTracksMap.entries()].find(([,{representation:b}])=>b.id===l);if(!d){e.currentAudioStream$.next(void 0);return}let[p,{stream:h}]=d,m=this.params.desiredState.audioStream.getTransition();m&&m.to&&m.to.id===h.id&&this.params.desiredState.audioStream.setState(m.to),e.currentAudioStream$.next($u(h))},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(d){e.warning$.next({id:"DashProvider",message:`DashProvider could not initialize 3D-scene: ${d}`})}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((0,N.map)(({to:l})=>l==="ready"),(0,N.filterChanged)());this.subscription.add((0,N.merge)(o,t.autoVideoTrackSwitching.stateChangeStarted$,this.player.state$.stateChangeEnded$,(0,N.observableFrom)(["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((0,N.merge)(o,this.player.state$.stateChangeEnded$,(0,N.observableFrom)(["init"])).subscribe(()=>this.player.setPreloadOnly(t.playbackState.getState()==="ready")));let u=(0,N.merge)(t.playbackState.stateChangeStarted$,t.videoTrack.stateChangeStarted$,t.seekState.stateChangeEnded$,this.videoState.stateChangeEnded$,(0,N.observableFrom)(["init"])).pipe((0,N.debounce)(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:Y})=>Y===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:Y})=>Y===u.id),d=l&&this.videoStreamsMap.get(l);if(!d)return;let p=Ui(this.video.buffered,this.video.currentTime*1e3),h;this.player.isActiveLive$.getValue()?h=this.player.isLowLatency$.getValue()?this.params.tuning.dashCmafLive.lowLatency.maxTargetOffset:this.params.tuning.dashCmafLive.normalizedLiveMinBufferSize:this.player.isLive$.getValue()?h=this.params.tuning.dashCmafLive.normalizedTargetMinBufferSize:h=i?this.params.tuning.dash.forwardBufferTargetAuto:this.params.tuning.dash.forwardBufferTargetManual;let m=(this.video.duration*1e3||1/0)-this.video.currentTime*1e3,b=Math.min(p/Math.min(h,m||1/0),1),v=e.audioStream.getState()??(this.audioStreamsMap.size===1?this.audioStreamsMap.keys().next().value:void 0),T=[...this.audioStreamsMap.keys()].find(({id:Y})=>Y===v?.id)??this.audioStreamsMap.keys().next().value,I=0;if(T){if(n&&!i){let Y=As(n,d,this.audioStreamsMap.get(T)??[],this.params.tuning.autoTrackSelection.minVideoAudioRatio);I=Math.max(I,Y?.bitrate??-1/0)}if(o){let Y=As(o,d,this.audioStreamsMap.get(T)??[],this.params.tuning.autoTrackSelection.minVideoAudioRatio);I=Math.max(I,Y?.bitrate??-1/0)}}let A=jt(d,{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:I,forwardBufferHealth:b,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}),P=i?A??n:n??A,$=T&&Pf(P,d,this.audioStreamsMap.get(T)??[],{estimatedThroughput:this.params.dependencies.throughputEstimator.rttAdjustedThroughput$.getValue(),stallsPredictedThroughput:this.stallsManager.predictedThroughput,tuning:this.params.tuning.autoTrackSelection,forwardBufferHealth:b,history:this.audioTrackSwitchHistory,playbackRate:this.video.playbackRate,abrLogger:this.params.dependencies.abrLogger}),k=this.videoTracksMap.get(P)?.representation,W=$&&this.audioTracksMap.get($)?.representation;if(k&&W)return[k,W];if(k&&!W&&this.audioTracksMap.size===0)return[k,void 0]}prepare(e=0){this.player.initManifest(this.video,this.params.source.url,e)}playIfAllowed(){_e(this.video,()=>{this.params.output.soundProhibitedEvent$.next()}).then(e=>{e||(this.videoState.setState("paused"),w(this.params.desiredState.playbackState,"paused",!0))},e=>this.params.output.error$.next({id:"ForcePlay",message:"play() failed even with workarounds",category:N.ErrorCategory.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 ga=class extends pi{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)}};var ae=require("@vkontakte/videoplayer-shared/es2024");var va=class extends pi{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 ae.ValueSubject(1);s(i.playbackRateState$,n),this.subscription.add(this.params.output.position$.subscribe(this.player.livePositionFromPlayer$)).add(a.isLowLatency.stateChangeEnded$.pipe((0,ae.map)(o=>o.to)).subscribe(this.player.isLowLatency$)).add((0,ae.combine)({liveBufferTime:t.liveBufferTime$,liveAvailabilityStartTime:this.player.liveAvailabilityStartTime$}).pipe((0,ae.map)(({liveBufferTime:o,liveAvailabilityStartTime:u})=>o&&u?o+u:void 0)).subscribe(t.liveTime$)).add(this.player.liveStreamStatus$.pipe((0,ae.filter)(o=>(0,ae.isNonNullable)(o))).subscribe(o=>t.isLiveEnded$.next(o!=="active"&&t.position$.getValue()===0))).add((0,ae.combine)({liveDuration:this.player.liveDuration$,liveStreamStatus:this.player.liveStreamStatus$,playbackRate:(0,ae.merge)(i.playbackRateState$,new ae.ValueSubject(1))}).pipe((0,ae.filter)(({liveStreamStatus:o,liveDuration:u})=>o==="active"&&!!u)).subscribe(({liveDuration:o,playbackRate:u})=>{let l=t.liveBufferTime$.getValue(),d=t.position$.getValue(),{playbackCatchupSpeedup:p}=this.params.tuning.dashCmafLive.lowLatency;d||u<1-p||this.video.paused||(0,ae.isNullable)(l)||(e=o-l)})).add((0,ae.combine)({time:t.liveBufferTime$,liveDuration:this.player.liveDuration$,playbackRate:(0,ae.merge)(i.playbackRateState$,new ae.ValueSubject(1))}).pipe((0,ae.filterChanged)((o,u)=>this.player.liveStreamStatus$.getValue()==="active"?o.liveDuration===u.liveDuration:o.time===u.time)).subscribe(({time:o,liveDuration:u,playbackRate:l})=>{let d=t.position$.getValue(),{playbackCatchupSpeedup:p}=this.params.tuning.dashCmafLive.lowLatency;if(!d&&!this.video.paused&&l>=1-p||(0,ae.isNullable)(o)||(0,ae.isNullable)(u))return;let h=-1*(u-o-e);t.position$.next(Math.min(h,0))})).add(this.player.currentLiveTextRepresentation$.subscribe(o=>{if(o){let u=xg(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 jg=U(gs(),1);var G=require("@vkontakte/videoplayer-shared/es2024"),ut={};var Yi=(r,e)=>new G.Observable(t=>{let i=(a,s)=>t.next(s);return r.on(e,i),()=>r.off(e,i)}),Sa=class{constructor(e){this.subscription=new G.Subscription;this.videoState=new j("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:(0,G.assertNever)(e)}break;case"ready":switch(e){case"stopped":this.prepare();break;case"ready":case"playing":case"paused":break;default:(0,G.assertNever)(e)}break;case"playing":switch(e){case"playing":break;case"stopped":this.prepare();break;case"ready":case"paused":this.playIfAllowed();break;default:(0,G.assertNever)(e)}break;case"paused":switch(e){case"paused":break;case"stopped":this.prepare();break;case"ready":this.videoState.setState("paused"),w(this.params.desiredState.playbackState,"paused");break;case"playing":this.pause();break;default:(0,G.assertNever)(e)}break;default:(0,G.assertNever)(t)}};this.textTracksManager=new Xe(e.source.url),this.video=De(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(ye(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=a=>{e||this.params.output.error$.next({id:a==="timeout"?"HlsJsTimeout":"HlsJsLoadError",category:G.ErrorCategory.NETWORK,message:"Failed to load Hls.js",thrown:a}),e=!0},i=window.setTimeout(()=>t("timeout"),this.params.tuning.dynamicImportTimeout);(0,jg.default)(import("hls.js").then(a=>{e||(ut.Hls=a.default,ut.Events=a.default.Events,this.init())},t),()=>{window.clearTimeout(i),e=!0})}init(){(0,G.assertNonNullable)(ut.Hls,"hls.js not loaded"),this.hls=new ut.Hls({fragLoadingMaxRetry:5,levelLoadingMaxRetry:2,manifestLoadingMaxRetry:2,fragLoadingMaxRetryTimeout:16e3,manifestLoadingMaxRetryTimeout:2e3,levelLoadingMaxRetryTimeout:2e3}),this.subscribe(),this.videoState.setState("stopped")}subscribe(){(0,G.assertNonNullable)(ut.Events,"hls.js not loaded");let{desiredState:e,output:t}=this.params,i=l=>{t.error$.next({id:"HlsJsProvider",category:G.ErrorCategory.WTF,message:"HlsJsProvider internal logic error",thrown:l})},a=Oe(this.video);this.subscription.add(()=>a.destroy());let s=(l,d)=>this.subscription.add(l.subscribe(d,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(gt(this.video,e.isLooped,i)),this.subscription.add(Be(this.video,e.volume,a.volumeState$,i)),this.subscription.add(a.volumeState$.subscribe(this.params.output.volume$)),this.subscription.add(Ke(this.video,e.playbackRate,a.playbackRateState$,i)),s(Je(this.video),t.elementVisible$),s(this.videoState.stateChangeEnded$.pipe((0,G.map)(l=>l.to)),this.params.output.playbackState$),this.subscription.add(Yi(this.hls,ut.Events.ERROR).subscribe(l=>{l.fatal&&t.error$.next({id:["HlsJsFatal",l.type,l.details].join("_"),category:G.ErrorCategory.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"),w(e.playbackState,"playing")},i)).add(a.pause$.subscribe(()=>{this.videoState.setState("paused"),w(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(Yi(this.hls,ut.Events.MANIFEST_PARSED).pipe((0,G.map)(({levels:l})=>l.reduce((d,p)=>{let h=p.name||p.height.toString(10),{width:m,height:b}=p,v=qt(p.attrs.QUALITY??"")??(0,G.videoSizeToQuality)({width:m,height:b});if(!v)return d;let T=p.attrs["FRAME-RATE"]?parseFloat(p.attrs["FRAME-RATE"]):void 0,I={id:h.toString(),quality:v,bitrate:p.bitrate/1e3,size:{width:m,height:b},fps:T};return this.trackLevels.set(h,{track:I,level:p}),d.push(I),d},[]))),t.availableVideoTracks$),s(Yi(this.hls,ut.Events.MANIFEST_PARSED),l=>{if(l.subtitleTracks.length>0){let d=[];for(let p of l.subtitleTracks){let h=p.name,m=p.attrs.URI||"",b=p.lang;d.push({id:h,url:m,language:b,type:"internal"})}e.internalTextTracks.startTransitionTo(d)}}),s(Yi(this.hls,ut.Events.LEVEL_LOADING).pipe((0,G.map)(({url:l})=>ye(l))),t.hostname$),s(Yi(this.hls,ut.Events.FRAG_CHANGED),l=>{let{video:d,audio:p}=l.frag.elementaryStreams;t.currentVideoSegmentLength$.next(((d?.endPTS??0)-(d?.startPTS??0))*1e3),t.currentAudioSegmentLength$.next(((p?.endPTS??0)-(p?.startPTS??0))*1e3)}),this.subscription.add(Ft(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:d})=>d===l)?.track,o=Yi(this.hls,ut.Events.LEVEL_SWITCHED).pipe((0,G.map)(({level:l})=>n(this.hls.levels[l])));o.pipe((0,G.filter)(G.isNonNullable)).subscribe(t.currentVideoTrack$,i),this.subscription.add(Ft(e.videoTrack,()=>n(this.hls.levels[this.hls.currentLevel]),l=>{if((0,G.isNullable)(l))return;let d=this.trackLevels.get(l.id)?.level;if(!d)return;let p=this.hls.levels.indexOf(d),h=this.hls.currentLevel,m=this.hls.levels[h];!m||d.bitrate>m.bitrate?this.hls.nextLevel=p:(this.hls.loadLevel=p,this.hls.loadLevel=p)},{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=(0,G.merge)(e.playbackState.stateChangeStarted$,e.videoTrack.stateChangeStarted$,e.seekState.stateChangeEnded$,this.videoState.stateChangeEnded$,(0,G.observableFrom)(["init"])).pipe((0,G.debounce)(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 _e(this.video,()=>{this.params.output.soundProhibitedEvent$.next()}).catch(t=>this.params.output.error$.next({id:"ForcePlay",message:"play() failed even with workarounds",category:G.ErrorCategory.DOM,thrown:t}))||(this.videoState.setState("paused"),w(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"),w(this.params.desiredState.playbackState,"stopped",!0)}};var Qg="X-Playback-Duration",ju=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(Qg)?parseInt(e.headers.get(Qg),10):void 0};var Q=require("@vkontakte/videoplayer-shared/es2024");var Gu=U(oo(),1);var zs=require("@vkontakte/videoplayer-shared/es2024");var jA=r=>{let e=null;if(r.QUALITY&&(e=qt(r.QUALITY)),!e&&r.RESOLUTION){let[t,i]=r.RESOLUTION.split("x").map(a=>parseInt(a,10));e=(0,zs.videoSizeToQuality)({width:t,height:i})}return e??null},QA=(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,Gu.default)(o[1].split(",").map(T=>T.split("="))),d=l.QUALITY??`stream-${l.BANDWIDTH}`,p=jA(l),h;l.BANDWIDTH&&(h=parseInt(l.BANDWIDTH,10)/1e3||void 0),!h&&l["AVERAGE-BANDWIDTH"]&&(h=parseInt(l["AVERAGE-BANDWIDTH"],10)/1e3||void 0);let m=l["FRAME-RATE"]?parseFloat(l["FRAME-RATE"]):void 0,b;if(l.RESOLUTION){let[T,I]=l.RESOLUTION.split("x").map(A=>parseInt(A,10));T&&I&&(b={width:T,height:I})}let v=new URL(t[++s],e).toString();p&&i.push({id:d,quality:p,url:v,bandwidth:h,size:b,fps:m})}if(u){let l=(0,Gu.default)(u[1].split(",").map(m=>{let b=m.indexOf("=");return[m.substring(0,b),m.substring(b+1)]}).map(([m,b])=>[m,b.replace(/^"|"$/g,"")])),d=l.URI?.replace(/playlist$/,"subtitles.vtt"),p=l.LANGUAGE,h=l.NAME;d&&p&&a.push({type:"internal",id:p,label:h,language:p,url:d,isAuto:!1})}}}if(!i.length)throw new Error("Empty manifest");return{qualityManifests:i,textTracks:a}},GA=r=>new Promise(e=>{setTimeout(()=>{e()},r)}),Qu=0,Gg=async(r,e=r,t,i)=>{let s=await(await St(r,i)).text();Qu+=1;try{let{qualityManifests:n,textTracks:o}=QA(s,e);return{qualityManifests:n,textTracks:o}}catch{if(Qu<=t.manifestRetryMaxCount)return await GA((0,zs.getExponentialDelay)(Qu-1,{start:t.manifestRetryInterval,max:t.manifestRetryMaxInterval})),Gg(r,e,t)}return{qualityManifests:[],textTracks:[]}},Ks=Gg;var Ge=require("@vkontakte/videoplayer-shared/es2024");var Xs=class{constructor(e,t,i,a,s){this.subscription=new Ge.Subscription;this.abortControllers={destroy:new Pe,nextManifest:null};this.prepareUrl=void 0;this.currentTextTrackData=null;this.availableTextTracks$=new Ge.ValueSubject(null);this.getCurrentTime$=new Ge.ValueSubject(null);this.error$=new Ge.Subject;this.params={fetchManifestData:i,sourceUrl:a,downloadThreshold:s},this.subscription.add(e.pipe((0,Ge.throttle)(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(),d=Number(this.extractPlaylistRowValue("#EXTINF:",o))*1e3;if(i.segments.push({time:{from:s,to:s+d},url:l}),s=s+d,!i.segmentStartTime){let p=new Date(i.vkStartTime).valueOf(),h=new Date(i.programDateTime).valueOf();i.segmentStartTime=h-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((0,Ge.isNonNullable)(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:Ge.ErrorCategory.WTF,thrown:t,message:e})}};var ya=class{constructor(e){this.subscription=new Q.Subscription;this.videoState=new j("stopped");this.textTracksManager=null;this.liveTextManager=null;this.manifests$=new Q.ValueSubject([]);this.liveOffset=new oi;this.manifestStartTime$=new Q.ValueSubject(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"),w(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 d=this.videoState.getState();this.videoState.setState("changing_manifest"),this.videoState.startTransitionTo(d),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"?w(this.params.desiredState.playbackState,"ready"):i==="paused"?(this.videoState.setState("paused"),this.liveOffset.pause(),w(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"&&w(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 d=this.liveOffset.getTotalOffset();d>=this.maxSeekBackTime$.getValue()&&(d=0,this.liveOffset.resetTo(d)),this.liveOffset.resume(),this.params.output.position$.next(-d/1e3),this.prepare()}else a?.to==="paused"&&(w(this.params.desiredState.playbackState,"paused"),this.liveOffset.pause());return;case"changing_manifest":break;default:return(0,Q.assertNever)(t)}};this.params=e,this.video=De(e.container,e.tuning),this.params.output.element$.next(this.video),this.masterManifest={id:"master",quality:Q.VideoQuality.INVARIANT,url:this.params.source.url};let t=(i,a)=>Ks(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 Xs(this.params.output.liveTime$,this.video,t,this.params.source.url,this.params.tuning.hlsLiveNewTextManagerDownloadThreshold):this.textTracksManager=new Xe(e.source.url),t(this.generateLiveUrl()).then(({qualityManifests:i,textTracks:a})=>{i.length===0&&this.params.output.error$.next({id:"HlsLiveProviderInternal:empty_manifest",category:Q.ErrorCategory.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:Q.ErrorCategory.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(ye(this.params.source.url)),this.params.output.availableTextTracks$.next([]),this.params.desiredState.internalTextTracks.setState([]),this.maxSeekBackTime$=new Q.ValueSubject(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:Q.ErrorCategory.WTF,message:"HlsLiveProvider internal logic error",thrown:o})},a=Oe(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(Be(this.video,t.volume,a.volumeState$,i)),this.subscription.add(a.volumeState$.subscribe(this.params.output.volume$,i)),this.subscription.add(Ke(this.video,t.playbackRate,a.playbackRateState$,i)),s(Je(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"),w(t.playbackState,"playing")},i)).add(a.pause$.subscribe(()=>{this.videoState.setState("paused"),w(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((0,Q.filterChanged)(),(0,Q.map)(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(),d=this.params.desiredState.autoVideoTrackSwitching.getTransition();if(l&&(0,Q.isNonNullable)(l.to)){let p=l.to.id;this.params.desiredState.videoTrack.setState(l.to);let h=this.manifests$.getValue().find(m=>m.id===p);h&&(this.params.output.currentVideoTrack$.next(h),this.params.output.hostname$.next(ye(h.url)))}d&&this.params.desiredState.autoVideoTrackSwitching.setState(d.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((0,Q.combine)({startTime:this.manifestStartTime$.pipe((0,Q.filter)(Q.isNonNullable)),currentTime:a.timeUpdate$}).subscribe(({startTime:o,currentTime:u})=>this.params.output.liveTime$.next(o+u*1e3),i)),this.subscription.add(this.manifests$.pipe((0,Q.map)(o=>o.map(({id:u,quality:l,size:d,bandwidth:p,fps:h})=>({id:u,quality:l,size:d,fps:h,bitrate:p})))).subscribe(this.params.output.availableVideoTracks$,i));let n=(0,Q.merge)(t.playbackState.stateChangeStarted$,t.seekState.stateChangeEnded$,t.videoTrack.stateChangeStarted$,t.autoVideoTrackSwitching.stateChangeStarted$,t.autoVideoTrackLimits.stateChangeStarted$,this.videoState.stateChangeEnded$,this.manifests$,(0,Q.observableFrom)(["init"])).pipe((0,Q.debounce)(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((0,Q.isNullable)(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,d]of[[o,"mq"],[u,"lq"]]){let p=String(parseFloat(l||""));d&&l&&a.searchParams.set(d,p)}}let s=this.params.format==="HLS_LIVE_CMAF"?2:0,n=xe(a.toString(),this.liveOffset.getTotalOffset(),s);this.liveTextManager?.prepare(n),this.video.setAttribute("src",n),this.video.load(),ju(n).then(o=>{if(!(0,Q.isNullable)(o))this.maxSeekBackTime$.next(o);else{let u=this.params.source.maxSeekBackTime??this.maxSeekBackTime$.getValue();((0,Q.isNullable)(u)||!isFinite(u))&&St(n).then(l=>l.text()).then(l=>{let d=/#EXT-X-STREAM-INF[^\n]+\n(.+)/m.exec(l)?.[1];if(d){let p=new URL(d,n).toString();ju(p).then(h=>{(0,Q.isNullable)(h)||this.maxSeekBackTime$.next(h)})}}).catch(()=>{})}})}playIfAllowed(){_e(this.video,()=>{this.params.output.soundProhibitedEvent$.next()}).then(e=>{e||(this.videoState.setState("paused"),this.liveOffset.pause(),w(this.params.desiredState.playbackState,"paused",!0))},e=>this.params.output.error$.next({id:"ForcePlay",message:"play() failed even with workarounds",category:Q.ErrorCategory.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=xe(this.params.source.url);if(this.params.tuning.useHlsLiveNewTextManager){let t=new URL(e);t.searchParams.set("enable-subtitles","yes"),e=t.toString()}return e}};var te=require("@vkontakte/videoplayer-shared/es2024");var Ta=class{constructor(e){this.subscription=new te.Subscription;this.videoState=new j("stopped");this.manifests$=new te.ValueSubject([]);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"),w(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 d=this.videoState.getState();this.videoState.setState("changing_manifest"),this.videoState.startTransitionTo(d);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(a?.to!=="paused"&&l.state==="requested"&&this.seek(l.position),t){case"ready":i==="ready"?w(this.params.desiredState.playbackState,"ready"):i==="paused"?(this.videoState.setState("paused"),w(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"&&w(this.params.desiredState.playbackState,"playing");return;case"paused":i==="playing"?(this.videoState.startTransitionTo("playing"),this.playIfAllowed()):a?.to==="paused"&&w(this.params.desiredState.playbackState,"paused");return;case"changing_manifest":break;default:return(0,te.assertNever)(t)}};this.textTracksManager=new Xe(e.source.url),this.params=e,this.video=De(e.container,e.tuning),this.params.output.element$.next(this.video),this.masterManifest={id:"master",quality:te.VideoQuality.INVARIANT,url:this.params.source.url},this.params.output.isLive$.next(!1),this.params.output.availableVideoTracks$.next([]),this.params.output.availableAudioTracks$.next([]),this.params.output.isAudioAvailable$.next(!0),this.params.output.hostname$.next(ye(this.params.source.url)),this.params.output.autoVideoTrackLimitingAvailable$.next(!0),Ks(xe(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:te.ErrorCategory.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:te.ErrorCategory.WTF,message:"HlsProvider internal logic error",thrown:o})},a=Oe(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((0,te.map)(o=>o.to)),this.params.output.playbackState$),this.subscription.add(gt(this.video,t.isLooped,i)),this.subscription.add(Be(this.video,t.volume,a.volumeState$,i)),this.subscription.add(a.volumeState$.subscribe(this.params.output.volume$,i)),this.subscription.add(Ke(this.video,t.playbackRate,a.playbackRateState$,i)),this.textTracksManager.connect(this.video,t,e),this.subscription.add(a.playing$.subscribe(()=>{this.videoState.setState("playing"),w(t.playbackState,"playing")},i)).add(a.pause$.subscribe(()=>{this.videoState.setState("paused"),w(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(),d=this.params.desiredState.autoVideoTrackSwitching.getTransition();if(l&&(0,te.isNonNullable)(l.to)){let m=l.to.id;this.params.desiredState.videoTrack.setState(l.to);let b=this.manifests$.getValue().find(v=>v.id===m);b&&(this.params.output.currentVideoTrack$.next(b),this.params.output.hostname$.next(ye(b.url)))}let p=this.params.desiredState.playbackRate.getState(),h=this.params.output.element$.getValue()?.playbackRate;if(p!==h){let m=this.params.output.element$.getValue();m&&(this.params.desiredState.playbackRate.setState(p),m.playbackRate=p)}d&&this.params.desiredState.autoVideoTrackSwitching.setState(d.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((0,te.map)(o=>o.map(({id:u,quality:l,size:d,bandwidth:p,fps:h})=>({id:u,quality:l,size:d,fps:h,bitrate:p})))).subscribe(this.params.output.availableVideoTracks$,i)),!z.device.isIOS||!this.params.tuning.useNativeHLSTextTracks){let{textTracks:o}=this.video;this.subscription.add((0,te.merge)((0,te.fromEvent)(o,"addtrack"),(0,te.fromEvent)(o,"removetrack"),(0,te.fromEvent)(o,"change"),(0,te.observableFrom)(["init"])).subscribe(()=>{for(let u=0;u<o.length;u++)o[u].mode="hidden"},i))}let n=(0,te.merge)(t.playbackState.stateChangeStarted$,t.seekState.stateChangeEnded$,t.videoTrack.stateChangeStarted$,t.autoVideoTrackSwitching.stateChangeStarted$,t.autoVideoTrackLimits.stateChangeStarted$,this.videoState.stateChangeEnded$,this.manifests$,(0,te.observableFrom)(["init"])).pipe((0,te.debounce)(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((0,te.isNullable)(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(){_e(this.video,()=>{this.params.output.soundProhibitedEvent$.next()}).then(e=>{e||(this.videoState.setState("paused"),w(this.params.desiredState.playbackState,"paused",!0))},e=>this.params.output.error$.next({id:"ForcePlay",message:"play() failed even with workarounds",category:te.ErrorCategory.DOM,thrown:e}))}seek(e){this.params.output.willSeekEvent$.next(),this.video.currentTime=e/1e3}};var Wg=U(Li(),1),Wu=U(Ni(),1),Yg=U(Ut(),1);var ne=require("@vkontakte/videoplayer-shared/es2024");var Ia=class{constructor(e){this.subscription=new ne.Subscription;this.videoState=new j("stopped");this.trackUrls={};this.textTracksManager=new Xe;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"),w(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"?w(this.params.desiredState.playbackState,"ready"):t==="paused"?(this.videoState.setState("paused"),w(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"&&w(this.params.desiredState.playbackState,"playing");return;case"paused":t==="playing"?(this.videoState.startTransitionTo("playing"),this.playIfAllowed()):i?.to==="paused"&&w(this.params.desiredState.playbackState,"paused");return;default:return(0,ne.assertNever)(e)}};this.params=e,this.video=De(e.container,e.tuning),this.params.output.element$.next(this.video),(0,Wg.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,Wu.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:ne.ErrorCategory.WTF,message:"MpegProvider internal logic error",thrown:o})},a=Oe(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((0,ne.map)(o=>o.to)),this.params.output.playbackState$),this.subscription.add(gt(this.video,t.isLooped,i)),this.subscription.add(Be(this.video,t.volume,a.volumeState$,i)),this.subscription.add(a.volumeState$.subscribe(this.params.output.volume$,i)),this.subscription.add(Ke(this.video,t.playbackRate,a.playbackRateState$,i)),s(Je(this.video),e.elementVisible$),this.subscription.add(a.playing$.subscribe(()=>{this.videoState.setState("playing"),w(t.playbackState,"playing")},i)).add(a.pause$.subscribe(()=>{this.videoState.setState("paused"),w(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&&(0,ne.isNonNullable)(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 d=this.params.output.element$.getValue();d&&(this.params.desiredState.playbackRate.setState(u),d.playbackRate=u)}}this.videoState.getState()==="playing"&&this.playIfAllowed()},i)),this.textTracksManager.connect(this.video,t,e);let n=(0,ne.merge)(t.playbackState.stateChangeStarted$,t.videoTrack.stateChangeStarted$,t.seekState.stateChangeEnded$,t.autoVideoTrackLimits.stateChangeStarted$,this.videoState.stateChangeEnded$,(0,ne.observableFrom)(["init"])).pipe((0,ne.debounce)(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;(0,ne.assertNonNullable)(e,"MpegProvider: track is not selected");let{url:t}=this.trackUrls[e];(0,ne.assertNonNullable)(t,`MpegProvider: No url for ${e}`),this.params.tuning.requestQuick&&(t=ha(t)),this.video.setAttribute("src",t),this.video.load(),this.params.output.hostname$.next(ye(t))}playIfAllowed(){_e(this.video,()=>{this.params.output.soundProhibitedEvent$.next()}).then(e=>{e||(this.videoState.setState("paused"),w(this.params.desiredState.playbackState,"paused",!0))},e=>this.params.output.error$.next({id:"ForcePlay",message:"play() failed even with workarounds",category:ne.ErrorCategory.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 d=jt(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(d)},a=this.params.output.currentVideoTrack$.getValue()?.quality,s=!!(e.max||e.min),n=(0,Wu.default)(this.trackUrls).map(l=>l.track);if(!a||!s||wr({limits:e,lowestAvailableQuality:(0,Yg.default)(n,-1)?.quality,highestAvailableQuality:n[0].quality})){i();return}let o=e.max?(0,ne.isLowerOrEqual)(a,e.max):!0,u=e.min?(0,ne.isHigherOrEqual)(a,e.min):!0;o&&u||i(e)}};var oe=require("@vkontakte/videoplayer-shared/es2024");var Kg=require("@vkontakte/videoplayer-shared/es2024"),zg=["stun:videostun.mycdn.me:80"],WA=1e3,YA=3,Yu=()=>null,Js=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=Yu;this.externalStopCallback=Yu;this.externalErrorCallback=Yu;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:zg}]};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:Kg.ErrorCategory.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),WA)}normalizeOptions(e={}){let t={stunServerList:zg,maxRetryNumber:YA,errorChanel:null};return e.stunServerList&&(t.stunServerList=e.stunServerList),e.maxRetryNumber&&e.maxRetryNumber>0&&(t.maxRetryNumber=e.maxRetryNumber),t}};var Ea=class{constructor(e){this.videoState=new j("stopped");this.maxSeekBackTime$=new oe.ValueSubject(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"),w(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"),w(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"&&w(this.params.desiredState.playbackState,"playing");return;case"paused":t==="playing"?(this.videoState.startTransitionTo("playing"),this.playIfAllowed()):i?.to==="paused"&&w(this.params.desiredState.playbackState,"paused");return;default:return(0,oe.assertNever)(e)}};this.subscription=new oe.Subscription,this.params=e,this.log=this.params.dependencies.logger.createComponentLog("WebRTCLiveProvider"),this.video=De(e.container,e.tuning),this.liveStreamClient=new Js(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:oe.ErrorCategory.WTF,message:"WebRTCLiveProvider internal logic error",thrown:n})};this.subscription.add((0,oe.merge)(this.videoState.stateChangeStarted$.pipe((0,oe.map)(n=>({transition:n,type:"start"}))),this.videoState.stateChangeEnded$.pipe((0,oe.map)(n=>({transition:n,type:"end"})))).subscribe(({transition:n,type:o})=>{this.log({message:`[videoState change] ${o}: ${JSON.stringify(n)}`})}));let a=Oe(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(Je(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(Be(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(0,oe.assertNever)(n.to)}},i)).add((0,oe.merge)(t.playbackState.stateChangeStarted$,this.videoState.stateChangeEnded$,(0,oe.observableFrom)(["init"])).pipe((0,oe.debounce)(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(ye(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:oe.VideoQuality.INVARIANT}),this.video.srcObject=e,w(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:oe.ErrorCategory.EXTERNAL_API,message:e.message,thrown:e})}playIfAllowed(){_e(this.video,()=>{this.params.output.soundProhibitedEvent$.next()}).then(e=>{e||(this.videoState.setState("paused"),w(this.params.desiredState.playbackState,"paused",!0))},e=>this.params.output.error$.next({id:"ForcePlay",message:"play() failed even with workarounds",category:oe.ErrorCategory.DOM,thrown:e}))}prepare(){this.liveStreamClient.connect()}};var xa=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}};var S=require("@vkontakte/videoplayer-shared/es2024");var Rt=require("@vkontakte/videoplayer-shared/es2024"),Xg=r=>new Rt.Observable(e=>{let t=new Rt.Subscription,i=r.desiredPlaybackState$.stateChangeStarted$.pipe((0,Rt.map)(({from:l,to:d})=>`${l}-${d}`)),a=r.desiredPlaybackState$.stateChangeEnded$,s=r.providerChanged$.pipe((0,Rt.map)(({type:l})=>l!==void 0)),n=new Rt.Subject,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()}});var Ze=require("@vkontakte/videoplayer-shared/es2024");function Jg(){return new(window.AudioContext||window.webkitAudioContext)}var zi=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 Ze.Subscription;this.audioContext=null;this.gainNode=null;this.mediaElementSource=null;this.subscriptions.add(this.provider$.pipe((0,Ze.filter)(s=>!!s.type),(0,Ze.once)()).subscribe(({type:s})=>this.subscribe(s)))}static{this.errorId="VolumeMultiplierManager"}subscribe(e){z.browser.isSafari&&e!=="MPEG"||this.subscriptions.add((0,Ze.combine)({video:this.providerOutput.element$,playbackState:this.providerOutput.playbackState$,volume:this.providerOutput.volume$}).pipe((0,Ze.filter)(({playbackState:t,video:i,volume:{muted:a,volume:s}})=>t==="playing"&&!!i&&!a&&!!s),(0,Ze.once)()).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=Jg();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:Ze.ErrorCategory.VIDEO_PIPELINE,message:e?.message??`${r.errorId} exception`,thrown:e})}};var zA={chunkDuration:5e3,maxParallelRequests:5},Pa=class{constructor(e){this.current$=new S.ValueSubject({type:void 0});this.providerError$=new S.Subject;this.noAvailableProvidersError$=new S.Subject;this.volumeMultiplierError$=new S.Subject;this.providerOutput={position$:new S.ValueSubject(0),duration$:new S.ValueSubject(1/0),volume$:new S.ValueSubject({muted:!1,volume:1}),availableVideoStreams$:new S.ValueSubject([]),currentVideoStream$:new S.ValueSubject(void 0),availableVideoTracks$:new S.ValueSubject([]),currentVideoTrack$:new S.ValueSubject(void 0),availableAudioStreams$:new S.ValueSubject([]),currentAudioStream$:new S.ValueSubject(void 0),availableAudioTracks$:new S.ValueSubject([]),currentVideoSegmentLength$:new S.ValueSubject(0),currentAudioSegmentLength$:new S.ValueSubject(0),isAudioAvailable$:new S.ValueSubject(!0),autoVideoTrackLimitingAvailable$:new S.ValueSubject(!1),autoVideoTrackLimits$:new S.ValueSubject(void 0),currentBuffer$:new S.ValueSubject(void 0),isBuffering$:new S.ValueSubject(!0),error$:new S.Subject,fetcherError$:new S.Subject,fetcherRecoverableError$:new S.Subject,warning$:new S.Subject,willSeekEvent$:new S.Subject,soundProhibitedEvent$:new S.Subject,seekedEvent$:new S.Subject,loopedEvent$:new S.Subject,endedEvent$:new S.Subject,firstBytesEvent$:new S.Subject,loadedMetadataEvent$:new S.Subject,firstFrameEvent$:new S.Subject,canplay$:new S.Subject,isLive$:new S.ValueSubject(void 0),isLiveEnded$:new S.ValueSubject(null),isLowLatency$:new S.ValueSubject(!1),canChangePlaybackSpeed$:new S.ValueSubject(!0),liveTime$:new S.ValueSubject(void 0),liveBufferTime$:new S.ValueSubject(void 0),liveLatency$:new S.ValueSubject(void 0),severeStallOccurred$:new S.Subject,availableTextTracks$:new S.ValueSubject([]),currentTextTrack$:new S.ValueSubject(void 0),hostname$:new S.ValueSubject(void 0),httpConnectionType$:new S.ValueSubject(void 0),httpConnectionReused$:new S.ValueSubject(void 0),inPiP$:new S.ValueSubject(!1),inFullscreen$:new S.ValueSubject(!1),element$:new S.ValueSubject(void 0),elementVisible$:new S.ValueSubject(!0),availableSources$:new S.ValueSubject(void 0),is3DVideo$:new S.ValueSubject(!1),playbackState$:new S.ValueSubject(""),getCurrentTime$:new S.ValueSubject(null)};this.subscription=new S.Subscription;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=Vg([...Og(this.params.tuning),...Bg(this.params.tuning)],this.params.tuning).filter(l=>(0,S.isNonNullable)(e.sources[l])),{forceFormat:i,formatsToAvoid:a}=this.params.tuning,s=[];i?s=[i]:a.length?s=[...t.filter(l=>!(0,zu.default)(a,l)),...t.filter(l=>(0,zu.default)(a,l))]:s=t,this.log({message:`Selected formats: ${s.join(" > ")}`}),this.tracer.log("Selected formats",(0,S.flattenObject)(s)),this.screenFormatsIterator=new xa(s);let n=[...Fu(!0),...Fu(!1)];this.chromecastFormatsIterator=new xa(n.filter(l=>(0,S.isNonNullable)(e.sources[l]))),this.providerOutput.availableSources$.next(e.sources);let{volumeMultiplier:o=1,tuning:{useVolumeMultiplier:u}}=this.params;u&&o!==1&&zi.isSupported()&&(this.volumeMultiplierManager=new zi(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((0,S.isNullable)(t)){this.handleNoFormatsError(e);return}let i;try{i=this.createProvider(e,t)}catch(a){this.providerError$.next({id:"ProviderNotConstructed",category:S.ErrorCategory.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(0,S.assertNever)(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(0,S.assertNonNullable)(u),new ga({...o,source:u,sourceHls:l})}case"DASH_LIVE_CMAF":{let u=this.applyFailoverHost(t[e]);return(0,S.assertNonNullable)(u),new va({...o,source:u})}case"HLS":case"HLS_ONDEMAND":{let u=this.applyFailoverHost(t[e]);return(0,S.assertNonNullable)(u),z.video.nativeHlsSupported||!this.params.tuning.useHlsJs?new Ta({...o,source:u}):new Sa({...o,source:u})}case"HLS_LIVE":case"HLS_LIVE_CMAF":{let u=this.applyFailoverHost(t[e]);return(0,S.assertNonNullable)(u),new ya({...o,source:u,config:{maxPausedTime:this.params.tuning.live.maxPausedTime},format:e})}case"MPEG":{let u=this.applyFailoverHost(t[e]);return(0,S.assertNonNullable)(u),new Ia({...o,source:u})}case"DASH_LIVE":{let u=this.applyFailoverHost(t[e]);return(0,S.assertNonNullable)(u),new Vf({...o,source:u,config:{...zA,maxPausedTime:this.params.tuning.live.maxPausedTime}})}case"WEB_RTC_LIVE":{let u=this.applyFailoverHost(t[e]);return(0,S.assertNonNullable)(u),new Ea({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(0,S.assertNever)(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(0,S.assertNonNullable)(o),new Pr({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(0,S.assertNever)(e)}}skipFormat(e){switch(e){case"SCREEN":return this.screenFormatsIterator.next();case"CHROMECAST":return this.chromecastFormatsIterator.next();default:return(0,S.assertNever)(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(0,S.assertNever)(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,ev.default)((0,Zg.default)(e).map(([a,s])=>[a,i(s)]))}initProviderErrorHandling(){let e=new S.Subscription,t=!1,i=0;return e.add((0,S.merge)(this.providerOutput.error$.pipe((0,S.filter)(a=>!this.params.tuning.ignoreAudioRendererError||!a.message||!/AUDIO_RENDERER_ERROR/ig.test(a.message))),Xg({desiredPlaybackState$:this.params.desiredState.playbackState,maxTransitionInterval:this.params.tuning.maxPlaybackTransitionInterval,position$:this.providerOutput.position$,providerChanged$:this.current$}).pipe((0,S.map)(a=>({id:`ProviderHangup:${a}`,category:S.ErrorCategory.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((0,S.filter)(({to:s})=>s==="playing"),(0,S.once)()).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===S.ErrorCategory.NETWORK,u=a.category===S.ErrorCategory.FATAL,l=this.params.failoverHosts.length>0&&(this.failoverIndex===void 0||this.failoverIndex<this.params.failoverHosts.length-1),d=i<this.params.tuning.providerErrorLimit&&!u,p=l&&!u&&(o&&t||!d);n={...n,isNetworkError:o,isFatalError:u,haveFailoverHost:l,tryFailover:p,canReinitProvider:d},d?(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",(0,S.flattenObject)(n))})),e}};var O=require("@vkontakte/videoplayer-shared/es2024");var KA=5e3,tv="one_video_throughput",iv="one_video_rtt",ka=window.navigator.connection,rv=()=>{let r=ka?.downlink;if((0,O.isNonNullable)(r)&&r!==10)return r*1e3},av=()=>{let r=ka?.rtt;if((0,O.isNonNullable)(r)&&r!==3e3)return r},sv=(r,e,t)=>{let i=t*8,a=i/r;return i/(a+e)},Ku=class r{constructor(e){this.subscription=new O.Subscription;this.concurrentDownloads=new Set;this.tuningConfig=e;let t=r.load(tv)||(e.useBrowserEstimation?rv():void 0)||KA,i=r.load(iv)??(e.useBrowserEstimation?av():void 0)??0;if(this.throughput$=new O.ValueSubject(t),this.rtt$=new O.ValueSubject(i),this.rttAdjustedThroughput$=new O.ValueSubject(sv(t,i,e.rttPenaltyRequestSize)),this.throughput=di.getSmoothedValue(t,-1,e),this.rtt=di.getSmoothedValue(i,1,e),e.useBrowserEstimation){let a=()=>{let n=rv();n&&this.throughput.next(n);let o=av();(0,O.isNonNullable)(o)&&this.rtt.next(o)};ka&&"onchange"in ka&&this.subscription.add((0,O.fromEvent)(ka,"change").subscribe(a)),a()}this.subscription.add(this.throughput.smoothed$.subscribe(a=>{O.safeStorage.set(tv,a.toFixed(0))})),this.subscription.add(this.rtt.smoothed$.subscribe(a=>{O.safeStorage.set(iv,a.toFixed(0))})),this.subscription.add(this.throughput.debounced$.subscribe(this.throughput$)),this.subscription.add(this.rtt.debounced$.subscribe(this.rtt$)),this.subscription.add((0,O.combine)({throughput:this.throughput.smoothed$,rtt:this.rtt.smoothed$}).pipe((0,O.map)(({throughput:a,rtt:s})=>sv(a,s,e.rttPenaltyRequestSize)),(0,O.filter)(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=(0,O.now)(),a=new O.Subscription;switch(this.subscription.add(a),this.concurrentDownloads.add(e),e.readyState){case 4:break;case 3:case 2:a.add((0,O.fromEvent)(e,"progress").pipe((0,O.once)()).subscribe(s=>{t=s.loaded,i=(0,O.now)()}));break;case 1:case 0:a.add((0,O.fromEvent)(e,"loadstart").subscribe(()=>{t=0,i=(0,O.now)()}));break}a.add((0,O.fromEvent)(e,"loadend").subscribe(s=>{if(e.status===200){let n=s.loaded,o=(0,O.now)(),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=(0,O.now)(),n=0,o=(0,O.now)(),u=d=>{this.concurrentDownloads.delete(e),i.releaseLock(),e.cancel(`Throughput Estimator error: ${d}`).catch(()=>{})},l=async({done:d,value:p})=>{if(d)!t&&this.addRawSpeed(a,(0,O.now)()-s,1),this.concurrentDownloads.delete(e);else if(p){if(t){let h=(0,O.now)();if(h-o>this.tuningConfig.lowLatency.continuesByteSequenceInterval||h-s>this.tuningConfig.lowLatency.maxLastEvaluationTimeout){let b=o-s;b&&this.addRawSpeed(n,b,1,t),n=p.byteLength,s=(0,O.now)()}else n+=p.byteLength;o=(0,O.now)()}else a+=p.byteLength,n+=p.byteLength,n>=this.tuningConfig.streamMinSampleSize&&(0,O.now)()-o>=this.tuningConfig.streamMinSampleTime&&(this.addRawSpeed(n,(0,O.now)()-o,this.concurrentDownloads.size),n=0,o=(0,O.now)());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=O.safeStorage.get(e);if((0,O.isNonNullable)(t))return parseInt(t,10)??void 0}},nv=Ku;var hi=require("@vkontakte/videoplayer-shared/es2024"),ov={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:hi.VideoQuality.Q_4320P,activeVideoAreaThreshold:.1,highQualityLimit:hi.VideoQuality.Q_720P,trafficSavingLimit:hi.VideoQuality.Q_480P},droppedFramesChecker:{enabled:!1,percentLimit:.1,checkTime:1e3,countLimit:3,tickCountAfterQualityChange:5,qualityUpWaitingTime:5e3,minQualityBanLimit:hi.VideoQuality.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},uv=r=>({...(0,hi.fillWithDefault)(r,ov),configName:[...r.configName??[],...ov.configName]});var c=require("@vkontakte/videoplayer-shared/es2024");var $t=require("@vkontakte/videoplayer-shared/es2024"),Xu=({seekState:r,position$:e})=>(0,$t.merge)(r.stateChangeEnded$.pipe((0,$t.map)(({to:t})=>t.state==="none"?void 0:(t.position??NaN)/1e3),(0,$t.filter)($t.isNonNullable)),e.pipe((0,$t.filter)(()=>r.getState().state==="none")));var lv=require("@vkontakte/videoplayer-shared/es2024"),cv=r=>{let e=typeof r.container=="string"?document.getElementById(r.container):r.container;return(0,lv.assertNonNullable)(e,`Wrong container or containerId {${r.container}}`),e};var Zs=require("@vkontakte/videoplayer-shared/es2024"),dv=(r,e,t,i)=>{r!==void 0&&e.getState()===void 0&&e.getPrevState()===void 0&&t?.getValue().length===0?t.pipe((0,Zs.filter)(a=>a.length>0),(0,Zs.once)()).subscribe(a=>{a.find(i)&&e.startTransitionTo(r)}):(r===void 0||t?.getValue().find(i))&&e.startTransitionTo(r)};var wa=class{constructor(e={configName:[]},t=c.Tracer.createRootTracer(!1)){this.subscription=new c.Subscription;this.logger=new c.Logger;this.abrLogger=this.logger.createComponentLog("ABR");this.internalsExposure=null;this.isPlaybackStarted=!1;this.hasLiveOffsetByPaused=new c.ValueSubject(!1);this.hasLiveOffsetByPausedTimer=0;this.playerInitRequest=0;this.playerInited=new c.ValueSubject(!1);this.wasSetStartedQuality=!1;this.desiredState={playbackState:new j("stopped"),seekState:new j({state:"none"}),volume:new j({volume:1,muted:!1}),videoTrack:new j(void 0),videoStream:new j(void 0),audioStream:new j(void 0),autoVideoTrackSwitching:new j(!0),autoVideoTrackLimits:new j({}),isLooped:new j(!1),isLowLatency:new j(!1),playbackRate:new j(1),externalTextTracks:new j([]),internalTextTracks:new j([]),currentTextTrack:new j(void 0),textTrackCuesSettings:new j({}),cameraOrientation:new j({x:0,y:0})};this.info={playbackState$:new c.ValueSubject(void 0),position$:new c.ValueSubject(0),duration$:new c.ValueSubject(1/0),muted$:new c.ValueSubject(!1),volume$:new c.ValueSubject(1),availableVideoStreams$:new c.ValueSubject([]),currentVideoStream$:new c.ValueSubject(void 0),availableQualities$:new c.ValueSubject([]),availableQualitiesFps$:new c.ValueSubject({}),currentQuality$:new c.ValueSubject(void 0),isAutoQualityEnabled$:new c.ValueSubject(!0),autoQualityLimitingAvailable$:new c.ValueSubject(!1),autoQualityLimits$:new c.ValueSubject({}),predefinedQualityLimitType$:new c.ValueSubject("unknown"),availableAudioStreams$:new c.ValueSubject([]),currentAudioStream$:new c.ValueSubject(void 0),availableAudioTracks$:new c.ValueSubject([]),isAudioAvailable$:new c.ValueSubject(!0),currentPlaybackRate$:new c.ValueSubject(1),currentBuffer$:new c.ValueSubject({start:0,end:0}),isBuffering$:new c.ValueSubject(!0),isStalled$:new c.ValueSubject(!1),isEnded$:new c.ValueSubject(!1),isLooped$:new c.ValueSubject(!1),isLive$:new c.ValueSubject(void 0),isLiveEnded$:new c.ValueSubject(null),canChangePlaybackSpeed$:new c.ValueSubject(void 0),atLiveEdge$:new c.ValueSubject(void 0),atLiveDurationEdge$:new c.ValueSubject(void 0),liveTime$:new c.ValueSubject(void 0),liveBufferTime$:new c.ValueSubject(void 0),liveLatency$:new c.ValueSubject(void 0),currentFormat$:new c.ValueSubject(void 0),availableTextTracks$:new c.ValueSubject([]),currentTextTrack$:new c.ValueSubject(void 0),throughputEstimation$:new c.ValueSubject(void 0),rttEstimation$:new c.ValueSubject(void 0),videoBitrate$:new c.ValueSubject(void 0),hostname$:new c.ValueSubject(void 0),httpConnectionType$:new c.ValueSubject(void 0),httpConnectionReused$:new c.ValueSubject(void 0),surface$:new c.ValueSubject("none"),chromecastState$:new c.ValueSubject("NOT_AVAILABLE"),chromecastDeviceName$:new c.ValueSubject(void 0),intrinsicVideoSize$:new c.ValueSubject(void 0),availableSources$:new c.ValueSubject(void 0),is3DVideo$:new c.ValueSubject(!1),currentVideoSegmentLength$:new c.ValueSubject(0),currentAudioSegmentLength$:new c.ValueSubject(0)};this.events={inited$:new c.Subject,ready$:new c.Subject,started$:new c.Subject,playing$:new c.Subject,paused$:new c.Subject,stopped$:new c.Subject,willStart$:new c.Subject,willResume$:new c.Subject,willPause$:new c.Subject,willStop$:new c.Subject,willDestruct$:new c.Subject,watchCoverageRecord$:new c.Subject,watchCoverageLive$:new c.Subject,managedError$:new c.Subject,fatalError$:new c.Subject,fetcherRecoverableError$:new c.Subject,ended$:new c.Subject,looped$:new c.Subject,seeked$:new c.Subject,willSeek$:new c.Subject,autoplaySoundProhibited$:new c.Subject,firstBytes$:new c.Subject,loadedMetadata$:new c.Subject,firstFrame$:new c.Subject,canplay$:new c.Subject,log$:new c.Subject,fetcherError$:new c.Subject,severeStallOccured$:new c.Subject};this.experimental={element$:new c.ValueSubject(void 0),tuningConfigName$:new c.ValueSubject([]),enableDebugTelemetry$:new c.ValueSubject(!1),dumpTelemetry:vf,getCurrentTime$:new c.ValueSubject(null)};if(this.initLogs(),this.tuning=uv(e),this.tracer=t,this.experimental.tuningConfigName$.next(this.tuning.configName),this.chromecastInitializer=new Ha({receiverApplicationId:e.chromecastReceiverId,isDisabled:e.disableChromecast,dependencies:{logger:this.logger}}),this.throughputEstimator=new nv(this.tuning.throughputEstimator),e.exposeInternalsToGlobal&&(this.internalsExposure=new c.InternalsExposure("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(h=>JSON.stringify(h,(m,b)=>{let v=typeof b;return(0,pv.default)(["number","string","boolean"],v)?b:b===null?null:`<${v}>`})),d=`Player.${String(a)}`,p=`Exception calling ${d} (${l.join(", ")})`;throw this.events.fatalError$.next({id:d,category:c.ErrorCategory.WTF,message:p,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",(0,c.flattenObject)(n)),this.domContainer=cv(e),this.chromecastInitializer.contentId=e.meta?.videoId,this.providerContainer=new Pa({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?z.isInited$.pipe((0,c.filter)(s=>!!s),(0,c.once)()).subscribe(()=>{console.log("Core SDK async start"),i()}):i()};return this.isNotActiveTabCase()?(this.tracer.log("request play from hidden tab"),(0,c.fromEvent)(document,"visibilitychange").pipe((0,c.once)()).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((0,c.filter)(e=>!!e),(0,c.once)()).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((0,c.filter)(e=>!!e),(0,c.once)()).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((0,c.filter)(e=>!!e),(0,c.once)()).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((0,c.filter)(e=>!!e),(0,c.once)()).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((0,c.filter)(i=>!!i),(0,c.once)()).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((0,c.filter)(t=>!!t),(0,c.once)()).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((0,c.filter)(i=>!!i),(0,c.once)()).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((0,c.filter)(t=>!!t),(0,c.once)()).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((0,c.filter)(t=>!!t),(0,c.once)()).subscribe(()=>{this.desiredState.videoStream.startTransitionTo(e)})),this}setAudioStream(e){return this.subscription.add(this.playerInited.pipe((0,c.filter)(t=>!!t),(0,c.once)()).subscribe(()=>{this.desiredState.audioStream.startTransitionTo(e)})),this}setQuality(e){return this.subscription.add(this.playerInited.pipe((0,c.filter)(t=>!!t),(0,c.once)()).subscribe(()=>{(0,c.assertNonNullable)(this.providerContainer);let t=this.providerContainer.providerOutput.availableVideoTracks$.getValue();this.tracer.log("setQuality",{isDelayed:t.length===0,quality:e}),this.desiredState.videoTrack.getState()===void 0&&this.desiredState.videoTrack.getPrevState()===void 0&&t.length===0?this.wasSetStartedQuality?this.providerContainer.providerOutput.availableVideoTracks$.pipe((0,c.filter)(i=>i.length>0),(0,c.once)()).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((0,c.filter)(t=>!!t),(0,c.once)()).subscribe(()=>{this.tracer.log("setAutoQuality",{enable:e}),this.desiredState.autoVideoTrackSwitching.startTransitionTo(e)})),this}setAutoQualityLimits(e){return this.subscription.add(this.playerInited.pipe((0,c.filter)(t=>!!t),(0,c.once)()).subscribe(()=>{this.tracer.log("setAutoQualityLimits",(0,c.flattenObject)(e)),this.desiredState.autoVideoTrackLimits.startTransitionTo(e)})),this}setPredefinedQualityLimits(e){return this.subscription.add(this.playerInited.pipe((0,c.filter)(t=>!!t),(0,c.once)()).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((0,c.filter)(t=>!!t),(0,c.once)()).subscribe(()=>{(0,c.assertNonNullable)(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((0,c.filter)(t=>!!t),(0,c.once)()).subscribe(()=>{e.length&&this.tracer.log("setExternalTextTracks",(0,c.flattenObject)(e)),this.desiredState.externalTextTracks.startTransitionTo(e.map(t=>({type:"external",...t})))})),this}selectTextTrack(e){return this.subscription.add(this.playerInited.pipe((0,c.filter)(t=>!!t),(0,c.once)()).subscribe(()=>{dv(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((0,c.filter)(t=>!!t),(0,c.once)()).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((0,c.filter)(t=>!!t),(0,c.once)()).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((0,c.filter)(i=>!!i),(0,c.once)()).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((0,c.filter)(t=>!!t),(0,c.once)()).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((0,c.filter)(i=>!!i),(0,c.once)()).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((0,c.filter)(e=>e),(0,c.once)()).subscribe(()=>{let e=this.getScene3D();e&&e.holdCamera()})),this}releaseCamera(){return this.subscription.add(this.playerInited.pipe((0,c.filter)(e=>!!e),(0,c.once)()).subscribe(()=>{let e=this.getScene3D();e&&e.releaseCamera()})),this}getExactTime(){if(!this.providerContainer)return 0;let e=this.providerContainer.providerOutput.element$.getValue();if((0,c.isNullable)(e))return this.info.position$.getValue();let t=this.desiredState.seekState.getState(),i=t.state==="none"?void 0:t.position;return(0,c.isNonNullable)(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((0,c.merge)(this.desiredState.playbackState.stateChangeStarted$,this.desiredState.playbackState.forceChanged$).pipe((0,c.map)(e=>e.to)).subscribe(this.info.playbackState$)).add(this.desiredState.isLooped.stateChangeEnded$.pipe((0,c.map)(e=>e.to)).subscribe(this.info.isLooped$)).add(this.desiredState.playbackRate.stateChangeEnded$.pipe((0,c.map)(e=>e.to)).subscribe(this.info.currentPlaybackRate$)).add(this.desiredState.autoVideoTrackSwitching.stateChangeEnded$.pipe((0,c.map)(e=>e.to)).subscribe(this.info.isAutoQualityEnabled$)).add(this.desiredState.autoVideoTrackLimits.stateChangeEnded$.pipe((0,c.map)(e=>e.to)).subscribe(e=>{this.info.autoQualityLimits$.next(e);let{highQualityLimit:t,trafficSavingLimit:i}=this.tuning.autoTrackSelection;this.info.predefinedQualityLimitType$.next(au({limits:e,highQualityLimit:t,trafficSavingLimit:i}))})),this.subscription.add(this.desiredState.playbackState.stateChangeStarted$.pipe((0,c.filter)(({from:e})=>e==="stopped"),(0,c.once)()).subscribe(()=>{this.initedAt=(0,c.now)(),this.events.inited$.next()})).add(this.desiredState.playbackState.stateChangeEnded$.subscribe(e=>{switch(e.to){case"ready":this.events.ready$.next();break;case"playing":this.isPlaybackStarted||this.events.started$.next(),this.isPlaybackStarted=!0,this.events.playing$.next();break;case"paused":this.events.paused$.next();break;case"stopped":this.events.stopped$.next()}})).add(this.desiredState.playbackState.stateChangeStarted$.subscribe(e=>{switch(e.to){case"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",(0,c.flattenObject)(n)),n.state==="requested"?this.desiredState.seekState.setState({...n,state:"applying"}):this.events.managedError$.next({id:`WillSeekIn${n.state}`,category:c.ErrorCategory.WTF,message:"Received unexpeceted willSeek$"})})).add(e.providerOutput.soundProhibitedEvent$.pipe((0,c.once)()).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",(0,c.flattenObject)(n)),n.state==="applying"&&(this.desiredState.seekState.setState({state:"none"}),this.events.seeked$.next())})).add(e.current$.pipe((0,c.map)(n=>n.type)).subscribe(this.info.currentFormat$)).add(e.current$.pipe((0,c.map)(n=>n.destination),(0,c.filterChanged)()).subscribe(()=>this.isPlaybackStarted=!1)).add(e.providerOutput.availableVideoStreams$.subscribe(this.info.availableVideoStreams$)).add((0,c.combine)({availableVideoTracks:e.providerOutput.availableVideoTracks$,currentVideoStream:e.providerOutput.currentVideoStream$}).pipe((0,c.map)(({availableVideoTracks:n,currentVideoStream:o})=>n.filter(u=>o?o.id===u.streamId:!0).map(({quality:u})=>u).sort((u,l)=>(0,c.isInvariantQuality)(u)?1:(0,c.isInvariantQuality)(l)?-1:(0,c.isHigher)(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((0,c.filterChanged)()).subscribe(this.info.isAudioAvailable$)).add(e.providerOutput.currentVideoTrack$.pipe((0,c.filter)(n=>(0,c.isNonNullable)(n))).subscribe(n=>{this.info.currentQuality$.next(n?.quality),this.info.videoBitrate$.next(n?.bitrate)})).add(e.providerOutput.currentVideoSegmentLength$.pipe((0,c.filterChanged)((n,o)=>Math.round(n)===Math.round(o))).subscribe(this.info.currentVideoSegmentLength$)).add(e.providerOutput.currentAudioSegmentLength$.pipe((0,c.filterChanged)((n,o)=>Math.round(n)===Math.round(o))).subscribe(this.info.currentAudioSegmentLength$)).add(e.providerOutput.hostname$.pipe((0,c.filterChanged)()).subscribe(this.info.hostname$)).add(e.providerOutput.httpConnectionType$.pipe((0,c.filterChanged)()).subscribe(this.info.httpConnectionType$)).add(e.providerOutput.httpConnectionReused$.pipe((0,c.filterChanged)()).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((0,c.map)(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((0,c.tap)(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((0,c.combine)({hasLiveOffsetByPaused:(0,c.merge)(this.desiredState.playbackState.stateChangeStarted$,this.desiredState.playbackState.forceChanged$).pipe((0,c.map)(n=>n.to),(0,c.filterChanged)(),(0,c.map)(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((0,c.combine)({atLiveEdge:(0,c.combine)({isLive:e.providerOutput.isLive$,isLowLatency:e.providerOutput.isLowLatency$,position:Xu({seekState:this.desiredState.seekState,position$:e.providerOutput.position$})}).pipe((0,c.map)(({isLive:n,position:o,isLowLatency:u})=>{let l=this.getActiveLiveDelay(u);return n&&Math.abs(o)<l/1e3}),(0,c.filterChanged)(),(0,c.tap)(n=>n&&this.setPlaybackRate(1))),hasPausedTimeoutCase:this.hasLiveOffsetByPaused}).pipe((0,c.map)(({atLiveEdge:n,hasPausedTimeoutCase:o})=>n&&!o)).subscribe(this.info.atLiveEdge$)).add((0,c.combine)({isLive:e.providerOutput.isLive$,position:e.providerOutput.position$,duration:e.providerOutput.duration$}).pipe((0,c.map)(({isLive:n,position:o,duration:u})=>n&&(Math.abs(u)-Math.abs(o))*1e3<this.tuning.live.activeLiveDelay),(0,c.filterChanged)(),(0,c.tap)(n=>n&&this.setPlaybackRate(1))).subscribe(this.info.atLiveDurationEdge$)).add(e.providerOutput.volume$.pipe((0,c.map)(n=>n.muted),(0,c.filterChanged)()).subscribe(this.info.muted$)).add(e.providerOutput.volume$.pipe((0,c.map)(n=>n.volume),(0,c.filterChanged)()).subscribe(this.info.volume$)).add(Xu({seekState:this.desiredState.seekState,position$:e.providerOutput.position$}).subscribe(this.info.position$)).add((0,c.merge)(e.providerOutput.endedEvent$.pipe((0,c.mapTo)(!0)),e.providerOutput.seekedEvent$.pipe((0,c.mapTo)(!1))).pipe((0,c.filterChanged)()).subscribe(this.info.isEnded$)).add(e.providerOutput.endedEvent$.subscribe(this.events.ended$)).add(e.providerOutput.loopedEvent$.subscribe(this.events.looped$)).add(e.providerError$.subscribe(this.events.managedError$)).add(e.providerOutput.fetcherRecoverableError$.subscribe(this.events.fetcherRecoverableError$)).add(e.providerOutput.fetcherError$.subscribe(this.events.fatalError$)).add(e.volumeMultiplierError$.subscribe(this.events.managedError$)).add(e.noAvailableProvidersError$.pipe((0,c.map)(n=>({id:n?`No${n}`:"NoProviders",category:c.ErrorCategory.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((0,c.once)(),(0,c.map)(n=>n??(0,c.now)()-this.initedAt)).subscribe(this.events.firstBytes$)).add(e.providerOutput.loadedMetadataEvent$.subscribe(this.events.loadedMetadata$)).add(e.providerOutput.firstFrameEvent$.pipe((0,c.once)(),(0,c.map)(()=>(0,c.now)()-this.initedAt)).subscribe(this.events.firstFrame$)).add(e.providerOutput.canplay$.pipe((0,c.once)(),(0,c.map)(()=>(0,c.now)()-this.initedAt)).subscribe(this.events.canplay$)).add(this.throughputEstimator.throughput$.subscribe(this.info.throughputEstimation$)).add(this.throughputEstimator.rtt$.subscribe(this.info.rttEstimation$)).add(e.providerOutput.availableSources$.subscribe(this.info.availableSources$));let t=new c.ValueSubject(!1);this.subscription.add(e.providerOutput.seekedEvent$.subscribe(()=>t.next(!1))).add(e.providerOutput.willSeekEvent$.subscribe(()=>t.next(!0)));let i=new c.ValueSubject(!0);this.subscription.add(e.current$.subscribe(()=>i.next(!0))).add(this.desiredState.playbackState.stateChangeEnded$.pipe((0,c.filter)(({to:n})=>n==="playing"),(0,c.once)()).subscribe(()=>i.next(!1)));let a=0,s=(0,c.merge)(e.providerOutput.isBuffering$,t,i).pipe((0,c.map)(()=>{let n=e.providerOutput.isBuffering$.getValue(),o=t.getValue()||i.getValue();return n&&!o}),(0,c.filterChanged)());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((0,c.merge)(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((0,c.merge)(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(),d=this.chromecastInitializer.castState$.getValue(),p;d==="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((0,c.map)(e=>e?.castDevice.friendlyName)).subscribe(this.info.chromecastDeviceName$)),this.subscription.add(this.chromecastInitializer.errorEvent$.subscribe(this.events.managedError$))}initStartingVideoTrack(e){let t=new c.Subscription;this.subscription.add(t),this.subscription.add(e.current$.pipe((0,c.filterChanged)((i,a)=>i.provider===a.provider)).subscribe(()=>{t.unsubscribe(),t.add(e.providerOutput.availableVideoTracks$.pipe((0,c.filter)(i=>i.length>0),(0,c.once)()).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=jt(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((0,c.merge)(this.desiredState.videoTrack.stateChangeStarted$.pipe((0,c.map)(e=>({transition:e,entity:"quality",type:"start"}))),this.desiredState.videoTrack.stateChangeEnded$.pipe((0,c.map)(e=>({transition:e,entity:"quality",type:"end"}))),this.desiredState.autoVideoTrackSwitching.stateChangeStarted$.pipe((0,c.map)(e=>({transition:e,entity:"autoQualityEnabled",type:"start"}))),this.desiredState.autoVideoTrackSwitching.stateChangeEnded$.pipe((0,c.map)(e=>({transition:e,entity:"autoQualityEnabled",type:"end"}))),this.desiredState.seekState.stateChangeStarted$.pipe((0,c.map)(e=>({transition:e,entity:"seekState",type:"start"}))),this.desiredState.seekState.stateChangeEnded$.pipe((0,c.map)(e=>({transition:e,entity:"seekState",type:"end"}))),this.desiredState.playbackState.stateChangeStarted$.pipe((0,c.map)(e=>({transition:e,entity:"playbackState",type:"start"}))),this.desiredState.playbackState.stateChangeEnded$.pipe((0,c.map)(e=>({transition:e,entity:"playbackState",type:"end"})))).pipe((0,c.map)(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;(0,c.assertNonNullable)(this.providerContainer),(0,c.assertNonNullable)(e),gf(),this.experimental.enableDebugTelemetry$.next(this.tuning.enableTelemetryAtStart),[this.experimental.enableDebugTelemetry$.subscribe(t=>bf(t)),this.providerContainer.current$.subscribe(({type:t})=>kr("provider",t)),e.duration$.subscribe(t=>kr("duration",t)),e.availableVideoTracks$.pipe((0,c.filter)(t=>!!t.length),(0,c.once)()).subscribe(t=>kr("tracks",t)),this.events.fatalError$.subscribe(new Ae("fatalError")),this.events.managedError$.subscribe(new Ae("managedError")),e.position$.subscribe(new Ae("position")),e.currentVideoTrack$.pipe((0,c.map)(t=>t?.quality)).subscribe(new Ae("quality")),this.info.currentBuffer$.subscribe(new Ae("buffer")),e.isBuffering$.subscribe(new Ae("isBuffering"))].forEach(t=>this.subscription.add(t)),kr("codecs",z.video.supportedCodecs)}initTracerSubscription(){let e=(0,c.getTraceSubscriptionMethod)(this.tracer.log.bind(this.tracer)),t=(0,c.getTraceSubscriptionMethod)(this.tracer.error.bind(this.tracer));this.subscription.add(this.info.playbackState$.subscribe(e("playbackState"))).add(this.info.isLooped$.subscribe(e("isLooped"))).add(this.info.currentPlaybackRate$.pipe((0,c.filterChanged)()).subscribe(e("currentPlaybackRate"))).add(this.info.isAutoQualityEnabled$.subscribe(e("isAutoQualityEnabled"))).add(this.info.autoQualityLimits$.subscribe(e("autoQualityLimits"))).add(this.info.currentFormat$.subscribe(e("currentFormat"))).add(this.info.availableQualities$.subscribe(e("availableQualities"))).add(this.info.availableQualitiesFps$.subscribe(e("availableQualitiesFps"))).add(this.info.availableAudioTracks$.subscribe(e("availableAudioTracks"))).add(this.info.isAudioAvailable$.subscribe(e("isAudioAvailable"))).add((0,c.combine)({currentQuality:this.info.currentQuality$,videoBitrate:this.info.videoBitrate$}).pipe((0,c.filter)(({currentQuality:i,videoBitrate:a})=>!!i&&!!a),(0,c.filterChanged)((i,a)=>i.currentQuality===a.currentQuality)).subscribe(e("currentVideoTrack"))).add(this.info.currentVideoSegmentLength$.pipe((0,c.filter)(i=>i>0),(0,c.filterChanged)()).subscribe(e("currentVideoSegmentLength"))).add(this.info.currentAudioSegmentLength$.pipe((0,c.filter)(i=>i>0),(0,c.filterChanged)()).subscribe(e("currentAudioSegmentLength"))).add(this.info.hostname$.subscribe(e("hostname"))).add(this.info.currentTextTrack$.subscribe(e("currentTextTrack"))).add(this.info.availableTextTracks$.subscribe(e("availableTextTracks"))).add(this.info.autoQualityLimitingAvailable$.subscribe(e("autoQualityLimitingAvailable"))).add((0,c.combine)({currentBuffer:this.info.currentBuffer$.pipe((0,c.filter)(i=>i.end>0),(0,c.filterChanged)((i,a)=>i.end===a.end&&i.start===a.start)),position:this.info.position$.pipe((0,c.filterChanged)())}).pipe((0,c.throttle)(1e3)).subscribe(e("currentBufferAndPosition"))).add(this.info.duration$.pipe((0,c.filterChanged)()).subscribe(e("duration"))).add(this.info.isBuffering$.subscribe(e("isBuffering"))).add(this.info.isLive$.pipe((0,c.filterChanged)()).subscribe(e("isLive"))).add(this.info.canChangePlaybackSpeed$.pipe((0,c.filterChanged)()).subscribe(e("canChangePlaybackSpeed"))).add((0,c.combine)({liveTime:this.info.liveTime$,liveBufferTime:this.info.liveBufferTime$,position:this.info.position$}).pipe((0,c.filter)(({liveTime:i,liveBufferTime:a})=>!!i&&!!a),(0,c.throttle)(1e3)).subscribe(e("liveBufferAndPosition"))).add(this.info.atLiveEdge$.pipe((0,c.filterChanged)(),(0,c.filter)(i=>i===!0)).subscribe(e("atLiveEdge"))).add(this.info.atLiveDurationEdge$.pipe((0,c.filterChanged)(),(0,c.filter)(i=>i===!0)).subscribe(e("atLiveDurationEdge"))).add(this.info.muted$.pipe((0,c.filterChanged)()).subscribe(e("muted"))).add(this.info.volume$.pipe((0,c.filterChanged)()).subscribe(e("volume"))).add(this.info.isEnded$.pipe((0,c.filterChanged)(),(0,c.filter)(i=>i===!0)).subscribe(e("isEnded"))).add(this.info.availableSources$.subscribe(e("availableSources"))).add((0,c.combine)({throughputEstimation:this.info.throughputEstimation$,rtt:this.info.rttEstimation$}).pipe((0,c.filter)(({throughputEstimation:i,rtt:a})=>!!i&&!!a),(0,c.throttle)(3e3)).subscribe(e("throughputEstimation"))).add(this.info.isStalled$.subscribe(e("isStalled"))).add(this.info.is3DVideo$.pipe((0,c.filterChanged)(),(0,c.filter)(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:c.ErrorCategory.DOM,message:String(a)})})};this.subscription.add((0,c.merge)((0,c.fromEvent)(document,"visibilitychange"),(0,c.fromEvent)(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",(0,c.flattenObject)({quality:t,availableTracks:(0,c.flattenObject)(e),track:(0,c.flattenObject)(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&&!Mr()}};var yt=require("@vkontakte/videoplayer-shared/es2024"),XA=`@vkontakte/videoplayer-core@${rn}`;