@swarmcloud/hls 2.16.4 → 2.16.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/hls.light.min.js CHANGED
@@ -1 +1 @@
1
- !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.Hls=t():e.Hls=t()}(this,(()=>(()=>{var e={415:e=>{"use strict";var t,r="object"==typeof Reflect?Reflect:null,i=r&&"function"==typeof r.apply?r.apply:function(e,t,r){return Function.prototype.apply.call(e,t,r)};t=r&&"function"==typeof r.ownKeys?r.ownKeys:Object.getOwnPropertySymbols?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:function(e){return Object.getOwnPropertyNames(e)};var s=Number.isNaN||function(e){return e!=e};function n(){n.init.call(this)}e.exports=n,e.exports.once=function(e,t){return new Promise((function(r,i){function s(r){e.removeListener(t,n),i(r)}function n(){"function"==typeof e.removeListener&&e.removeListener("error",s),r([].slice.call(arguments))}p(e,t,n,{once:!0}),"error"!==t&&function(e,t,r){"function"==typeof e.on&&p(e,"error",t,r)}(e,s,{once:!0})}))},n.EventEmitter=n,n.prototype._events=void 0,n.prototype._eventsCount=0,n.prototype._maxListeners=void 0;var a=10;function o(e){if("function"!=typeof e)throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof e)}function l(e){return void 0===e._maxListeners?n.defaultMaxListeners:e._maxListeners}function h(e,t,r,i){var s,n,a,h;if(o(r),void 0===(n=e._events)?(n=e._events=Object.create(null),e._eventsCount=0):(void 0!==n.newListener&&(e.emit("newListener",t,r.listener?r.listener:r),n=e._events),a=n[t]),void 0===a)a=n[t]=r,++e._eventsCount;else if("function"==typeof a?a=n[t]=i?[r,a]:[a,r]:i?a.unshift(r):a.push(r),(s=l(e))>0&&a.length>s&&!a.warned){a.warned=!0;var u=new Error("Possible EventEmitter memory leak detected. "+a.length+" "+String(t)+" listeners added. Use emitter.setMaxListeners() to increase limit");u.name="MaxListenersExceededWarning",u.emitter=e,u.type=t,u.count=a.length,h=u,console&&console.warn&&console.warn(h)}return e}function u(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,0===arguments.length?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function d(e,t,r){var i={fired:!1,wrapFn:void 0,target:e,type:t,listener:r},s=u.bind(i);return s.listener=r,i.wrapFn=s,s}function c(e,t,r){var i=e._events;if(void 0===i)return[];var s=i[t];return void 0===s?[]:"function"==typeof s?r?[s.listener||s]:[s]:r?function(e){for(var t=new Array(e.length),r=0;r<t.length;++r)t[r]=e[r].listener||e[r];return t}(s):g(s,s.length)}function f(e){var t=this._events;if(void 0!==t){var r=t[e];if("function"==typeof r)return 1;if(void 0!==r)return r.length}return 0}function g(e,t){for(var r=new Array(t),i=0;i<t;++i)r[i]=e[i];return r}function p(e,t,r,i){if("function"==typeof e.on)i.once?e.once(t,r):e.on(t,r);else{if("function"!=typeof e.addEventListener)throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof e);e.addEventListener(t,(function s(n){i.once&&e.removeEventListener(t,s),r(n)}))}}Object.defineProperty(n,"defaultMaxListeners",{enumerable:!0,get:function(){return a},set:function(e){if("number"!=typeof e||e<0||s(e))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+e+".");a=e}}),n.init=function(){void 0!==this._events&&this._events!==Object.getPrototypeOf(this)._events||(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0},n.prototype.setMaxListeners=function(e){if("number"!=typeof e||e<0||s(e))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+e+".");return this._maxListeners=e,this},n.prototype.getMaxListeners=function(){return l(this)},n.prototype.emit=function(e){for(var t=[],r=1;r<arguments.length;r++)t.push(arguments[r]);var s="error"===e,n=this._events;if(void 0!==n)s=s&&void 0===n.error;else if(!s)return!1;if(s){var a;if(t.length>0&&(a=t[0]),a instanceof Error)throw a;var o=new Error("Unhandled error."+(a?" ("+a.message+")":""));throw o.context=a,o}var l=n[e];if(void 0===l)return!1;if("function"==typeof l)i(l,this,t);else{var h=l.length,u=g(l,h);for(r=0;r<h;++r)i(u[r],this,t)}return!0},n.prototype.addListener=function(e,t){return h(this,e,t,!1)},n.prototype.on=n.prototype.addListener,n.prototype.prependListener=function(e,t){return h(this,e,t,!0)},n.prototype.once=function(e,t){return o(t),this.on(e,d(this,e,t)),this},n.prototype.prependOnceListener=function(e,t){return o(t),this.prependListener(e,d(this,e,t)),this},n.prototype.removeListener=function(e,t){var r,i,s,n,a;if(o(t),void 0===(i=this._events))return this;if(void 0===(r=i[e]))return this;if(r===t||r.listener===t)0==--this._eventsCount?this._events=Object.create(null):(delete i[e],i.removeListener&&this.emit("removeListener",e,r.listener||t));else if("function"!=typeof r){for(s=-1,n=r.length-1;n>=0;n--)if(r[n]===t||r[n].listener===t){a=r[n].listener,s=n;break}if(s<0)return this;0===s?r.shift():function(e,t){for(;t+1<e.length;t++)e[t]=e[t+1];e.pop()}(r,s),1===r.length&&(i[e]=r[0]),void 0!==i.removeListener&&this.emit("removeListener",e,a||t)}return this},n.prototype.off=n.prototype.removeListener,n.prototype.removeAllListeners=function(e){var t,r,i;if(void 0===(r=this._events))return this;if(void 0===r.removeListener)return 0===arguments.length?(this._events=Object.create(null),this._eventsCount=0):void 0!==r[e]&&(0==--this._eventsCount?this._events=Object.create(null):delete r[e]),this;if(0===arguments.length){var s,n=Object.keys(r);for(i=0;i<n.length;++i)"removeListener"!==(s=n[i])&&this.removeAllListeners(s);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if("function"==typeof(t=r[e]))this.removeListener(e,t);else if(void 0!==t)for(i=t.length-1;i>=0;i--)this.removeListener(e,t[i]);return this},n.prototype.listeners=function(e){return c(this,e,!0)},n.prototype.rawListeners=function(e){return c(this,e,!1)},n.listenerCount=function(e,t){return"function"==typeof e.listenerCount?e.listenerCount(t):f.call(e,t)},n.prototype.listenerCount=f,n.prototype.eventNames=function(){return this._eventsCount>0?t(this._events):[]}},558:function(e){!function(t){var r=/^(?=((?:[a-zA-Z0-9+\-.]+:)?))\1(?=((?:\/\/[^\/?#]*)?))\2(?=((?:(?:[^?#\/]*\/)*[^;?#\/]*)?))\3((?:;[^?#]*)?)(\?[^#]*)?(#[^]*)?$/,i=/^(?=([^\/?#]*))\1([^]*)$/,s=/(?:\/|^)\.(?=\/)/g,n=/(?:\/|^)\.\.\/(?!\.\.\/)[^\/]*(?=\/)/g,a={buildAbsoluteURL:function(e,t,r){if(r=r||{},e=e.trim(),!(t=t.trim())){if(!r.alwaysNormalize)return e;var s=a.parseURL(e);if(!s)throw new Error("Error trying to parse base URL.");return s.path=a.normalizePath(s.path),a.buildURLFromParts(s)}var n=a.parseURL(t);if(!n)throw new Error("Error trying to parse relative URL.");if(n.scheme)return r.alwaysNormalize?(n.path=a.normalizePath(n.path),a.buildURLFromParts(n)):t;var o=a.parseURL(e);if(!o)throw new Error("Error trying to parse base URL.");if(!o.netLoc&&o.path&&"/"!==o.path[0]){var l=i.exec(o.path);o.netLoc=l[1],o.path=l[2]}o.netLoc&&!o.path&&(o.path="/");var h={scheme:o.scheme,netLoc:n.netLoc,path:null,params:n.params,query:n.query,fragment:n.fragment};if(!n.netLoc&&(h.netLoc=o.netLoc,"/"!==n.path[0]))if(n.path){var u=o.path,d=u.substring(0,u.lastIndexOf("/")+1)+n.path;h.path=a.normalizePath(d)}else h.path=o.path,n.params||(h.params=o.params,n.query||(h.query=o.query));return null===h.path&&(h.path=r.alwaysNormalize?a.normalizePath(n.path):n.path),a.buildURLFromParts(h)},parseURL:function(e){var t=r.exec(e);return t?{scheme:t[1]||"",netLoc:t[2]||"",path:t[3]||"",params:t[4]||"",query:t[5]||"",fragment:t[6]||""}:null},normalizePath:function(e){for(e=e.split("").reverse().join("").replace(s,"");e.length!==(e=e.replace(n,"")).length;);return e.split("").reverse().join("")},buildURLFromParts:function(e){return e.scheme+e.netLoc+e.path+e.params+e.query+e.fragment}};e.exports=a}()},917:e=>{!function t(r){var i;i=function(){"use strict";function e(e,t){for(var r=0;r<t.length;r++){var i=t[r];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,c(i.key),i)}}function i(t,r,i){return r&&e(t.prototype,r),i&&e(t,i),Object.defineProperty(t,"prototype",{writable:!1}),t}function s(e,t,r){return(t=c(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function n(){return n=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var i in r)({}).hasOwnProperty.call(r,i)&&(e[i]=r[i])}return e},n.apply(null,arguments)}function a(e){return a=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},a(e)}function o(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,d(e,t)}function l(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(e){}return(l=function(){return!!e})()}function h(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,i)}return r}function u(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?h(Object(r),!0).forEach((function(t){s(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):h(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function d(e,t){return d=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},d(e,t)}function c(e){var t=function(e,t){if("object"!=typeof e||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var i=r.call(e,t);if("object"!=typeof i)return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e,"string");return"symbol"==typeof t?t:t+""}function f(e){var t="function"==typeof Map?new Map:void 0;return f=function(e){if(null===e||!function(e){try{return-1!==Function.toString.call(e).indexOf("[native code]")}catch(t){return"function"==typeof e}}(e))return e;if("function"!=typeof e)throw new TypeError("Super expression must either be null or a function");if(void 0!==t){if(t.has(e))return t.get(e);t.set(e,r)}function r(){return function(e,t,r){if(l())return Reflect.construct.apply(null,arguments);var i=[null];i.push.apply(i,t);var s=new(e.bind.apply(e,i));return r&&d(s,r.prototype),s}(e,arguments,a(this).constructor)}return r.prototype=Object.create(e.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),d(r,e)},f(e)}function g(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var p,m,v={exports:{}},y=(p||(p=1,function(e){var t=Object.prototype.hasOwnProperty,r="~";function i(){}function s(e,t,r){this.fn=e,this.context=t,this.once=r||!1}function n(e,t,i,n,a){if("function"!=typeof i)throw new TypeError("The listener must be a function");var o=new s(i,n||e,a),l=r?r+t:t;return e._events[l]?e._events[l].fn?e._events[l]=[e._events[l],o]:e._events[l].push(o):(e._events[l]=o,e._eventsCount++),e}function a(e,t){0==--e._eventsCount?e._events=new i:delete e._events[t]}function o(){this._events=new i,this._eventsCount=0}Object.create&&(i.prototype=Object.create(null),(new i).__proto__||(r=!1)),o.prototype.eventNames=function(){var e,i,s=[];if(0===this._eventsCount)return s;for(i in e=this._events)t.call(e,i)&&s.push(r?i.slice(1):i);return Object.getOwnPropertySymbols?s.concat(Object.getOwnPropertySymbols(e)):s},o.prototype.listeners=function(e){var t=r?r+e:e,i=this._events[t];if(!i)return[];if(i.fn)return[i.fn];for(var s=0,n=i.length,a=new Array(n);s<n;s++)a[s]=i[s].fn;return a},o.prototype.listenerCount=function(e){var t=r?r+e:e,i=this._events[t];return i?i.fn?1:i.length:0},o.prototype.emit=function(e,t,i,s,n,a){var o=r?r+e:e;if(!this._events[o])return!1;var l,h,u=this._events[o],d=arguments.length;if(u.fn){switch(u.once&&this.removeListener(e,u.fn,void 0,!0),d){case 1:return u.fn.call(u.context),!0;case 2:return u.fn.call(u.context,t),!0;case 3:return u.fn.call(u.context,t,i),!0;case 4:return u.fn.call(u.context,t,i,s),!0;case 5:return u.fn.call(u.context,t,i,s,n),!0;case 6:return u.fn.call(u.context,t,i,s,n,a),!0}for(h=1,l=new Array(d-1);h<d;h++)l[h-1]=arguments[h];u.fn.apply(u.context,l)}else{var c,f=u.length;for(h=0;h<f;h++)switch(u[h].once&&this.removeListener(e,u[h].fn,void 0,!0),d){case 1:u[h].fn.call(u[h].context);break;case 2:u[h].fn.call(u[h].context,t);break;case 3:u[h].fn.call(u[h].context,t,i);break;case 4:u[h].fn.call(u[h].context,t,i,s);break;default:if(!l)for(c=1,l=new Array(d-1);c<d;c++)l[c-1]=arguments[c];u[h].fn.apply(u[h].context,l)}}return!0},o.prototype.on=function(e,t,r){return n(this,e,t,r,!1)},o.prototype.once=function(e,t,r){return n(this,e,t,r,!0)},o.prototype.removeListener=function(e,t,i,s){var n=r?r+e:e;if(!this._events[n])return this;if(!t)return a(this,n),this;var o=this._events[n];if(o.fn)o.fn!==t||s&&!o.once||i&&o.context!==i||a(this,n);else{for(var l=0,h=[],u=o.length;l<u;l++)(o[l].fn!==t||s&&!o[l].once||i&&o[l].context!==i)&&h.push(o[l]);h.length?this._events[n]=1===h.length?h[0]:h:a(this,n)}return this},o.prototype.removeAllListeners=function(e){var t;return e?(t=r?r+e:e,this._events[t]&&a(this,t)):(this._events=new i,this._eventsCount=0),this},o.prototype.off=o.prototype.removeListener,o.prototype.addListener=o.prototype.on,o.prefixed=r,o.EventEmitter=o,e.exports=o}(v)),v.exports),E=g(y),S={exports:{}},T=(m||(m=1,function(e,t){var r,i,s,n,a;r=/^(?=((?:[a-zA-Z0-9+\-.]+:)?))\1(?=((?:\/\/[^\/?#]*)?))\2(?=((?:(?:[^?#\/]*\/)*[^;?#\/]*)?))\3((?:;[^?#]*)?)(\?[^#]*)?(#[^]*)?$/,i=/^(?=([^\/?#]*))\1([^]*)$/,s=/(?:\/|^)\.(?=\/)/g,n=/(?:\/|^)\.\.\/(?!\.\.\/)[^\/]*(?=\/)/g,a={buildAbsoluteURL:function(e,t,r){if(r=r||{},e=e.trim(),!(t=t.trim())){if(!r.alwaysNormalize)return e;var s=a.parseURL(e);if(!s)throw new Error("Error trying to parse base URL.");return s.path=a.normalizePath(s.path),a.buildURLFromParts(s)}var n=a.parseURL(t);if(!n)throw new Error("Error trying to parse relative URL.");if(n.scheme)return r.alwaysNormalize?(n.path=a.normalizePath(n.path),a.buildURLFromParts(n)):t;var o=a.parseURL(e);if(!o)throw new Error("Error trying to parse base URL.");if(!o.netLoc&&o.path&&"/"!==o.path[0]){var l=i.exec(o.path);o.netLoc=l[1],o.path=l[2]}o.netLoc&&!o.path&&(o.path="/");var h={scheme:o.scheme,netLoc:n.netLoc,path:null,params:n.params,query:n.query,fragment:n.fragment};if(!n.netLoc&&(h.netLoc=o.netLoc,"/"!==n.path[0]))if(n.path){var u=o.path,d=u.substring(0,u.lastIndexOf("/")+1)+n.path;h.path=a.normalizePath(d)}else h.path=o.path,n.params||(h.params=o.params,n.query||(h.query=o.query));return null===h.path&&(h.path=r.alwaysNormalize?a.normalizePath(n.path):n.path),a.buildURLFromParts(h)},parseURL:function(e){var t=r.exec(e);return t?{scheme:t[1]||"",netLoc:t[2]||"",path:t[3]||"",params:t[4]||"",query:t[5]||"",fragment:t[6]||""}:null},normalizePath:function(e){for(e=e.split("").reverse().join("").replace(s,"");e.length!==(e=e.replace(n,"")).length;);return e.split("").reverse().join("")},buildURLFromParts:function(e){return e.scheme+e.netLoc+e.path+e.params+e.query+e.fragment}},e.exports=a}(S)),S.exports),_=Number.isFinite||function(e){return"number"==typeof e&&isFinite(e)},L=Number.isSafeInteger||function(e){return"number"==typeof e&&Math.abs(e)<=b},b=Number.MAX_SAFE_INTEGER||9007199254740991,R=function(e){return e.NETWORK_ERROR="networkError",e.MEDIA_ERROR="mediaError",e.KEY_SYSTEM_ERROR="keySystemError",e.MUX_ERROR="muxError",e.OTHER_ERROR="otherError",e}({}),A=function(e){return e.KEY_SYSTEM_NO_KEYS="keySystemNoKeys",e.KEY_SYSTEM_NO_ACCESS="keySystemNoAccess",e.KEY_SYSTEM_NO_SESSION="keySystemNoSession",e.KEY_SYSTEM_NO_CONFIGURED_LICENSE="keySystemNoConfiguredLicense",e.KEY_SYSTEM_LICENSE_REQUEST_FAILED="keySystemLicenseRequestFailed",e.KEY_SYSTEM_SERVER_CERTIFICATE_REQUEST_FAILED="keySystemServerCertificateRequestFailed",e.KEY_SYSTEM_SERVER_CERTIFICATE_UPDATE_FAILED="keySystemServerCertificateUpdateFailed",e.KEY_SYSTEM_SESSION_UPDATE_FAILED="keySystemSessionUpdateFailed",e.KEY_SYSTEM_STATUS_OUTPUT_RESTRICTED="keySystemStatusOutputRestricted",e.KEY_SYSTEM_STATUS_INTERNAL_ERROR="keySystemStatusInternalError",e.KEY_SYSTEM_DESTROY_MEDIA_KEYS_ERROR="keySystemDestroyMediaKeysError",e.KEY_SYSTEM_DESTROY_CLOSE_SESSION_ERROR="keySystemDestroyCloseSessionError",e.KEY_SYSTEM_DESTROY_REMOVE_SESSION_ERROR="keySystemDestroyRemoveSessionError",e.MANIFEST_LOAD_ERROR="manifestLoadError",e.MANIFEST_LOAD_TIMEOUT="manifestLoadTimeOut",e.MANIFEST_PARSING_ERROR="manifestParsingError",e.MANIFEST_INCOMPATIBLE_CODECS_ERROR="manifestIncompatibleCodecsError",e.LEVEL_EMPTY_ERROR="levelEmptyError",e.LEVEL_LOAD_ERROR="levelLoadError",e.LEVEL_LOAD_TIMEOUT="levelLoadTimeOut",e.LEVEL_PARSING_ERROR="levelParsingError",e.LEVEL_SWITCH_ERROR="levelSwitchError",e.AUDIO_TRACK_LOAD_ERROR="audioTrackLoadError",e.AUDIO_TRACK_LOAD_TIMEOUT="audioTrackLoadTimeOut",e.SUBTITLE_LOAD_ERROR="subtitleTrackLoadError",e.SUBTITLE_TRACK_LOAD_TIMEOUT="subtitleTrackLoadTimeOut",e.FRAG_LOAD_ERROR="fragLoadError",e.FRAG_LOAD_TIMEOUT="fragLoadTimeOut",e.FRAG_DECRYPT_ERROR="fragDecryptError",e.FRAG_PARSING_ERROR="fragParsingError",e.FRAG_GAP="fragGap",e.REMUX_ALLOC_ERROR="remuxAllocError",e.KEY_LOAD_ERROR="keyLoadError",e.KEY_LOAD_TIMEOUT="keyLoadTimeOut",e.BUFFER_ADD_CODEC_ERROR="bufferAddCodecError",e.BUFFER_INCOMPATIBLE_CODECS_ERROR="bufferIncompatibleCodecsError",e.BUFFER_APPEND_ERROR="bufferAppendError",e.BUFFER_APPENDING_ERROR="bufferAppendingError",e.BUFFER_STALLED_ERROR="bufferStalledError",e.BUFFER_FULL_ERROR="bufferFullError",e.BUFFER_SEEK_OVER_HOLE="bufferSeekOverHole",e.BUFFER_NUDGE_ON_STALL="bufferNudgeOnStall",e.ASSET_LIST_LOAD_ERROR="assetListLoadError",e.ASSET_LIST_LOAD_TIMEOUT="assetListLoadTimeout",e.ASSET_LIST_PARSING_ERROR="assetListParsingError",e.INTERSTITIAL_ASSET_ITEM_ERROR="interstitialAssetItemError",e.INTERNAL_EXCEPTION="internalException",e.INTERNAL_ABORTED="aborted",e.ATTACH_MEDIA_ERROR="attachMediaError",e.UNKNOWN="unknown",e}({}),P=function(e){return e.MEDIA_ATTACHING="hlsMediaAttaching",e.MEDIA_ATTACHED="hlsMediaAttached",e.MEDIA_DETACHING="hlsMediaDetaching",e.MEDIA_DETACHED="hlsMediaDetached",e.MEDIA_ENDED="hlsMediaEnded",e.STALL_RESOLVED="hlsStallResolved",e.BUFFER_RESET="hlsBufferReset",e.BUFFER_CODECS="hlsBufferCodecs",e.BUFFER_CREATED="hlsBufferCreated",e.BUFFER_APPENDING="hlsBufferAppending",e.BUFFER_APPENDED="hlsBufferAppended",e.BUFFER_EOS="hlsBufferEos",e.BUFFERED_TO_END="hlsBufferedToEnd",e.BUFFER_FLUSHING="hlsBufferFlushing",e.BUFFER_FLUSHED="hlsBufferFlushed",e.MANIFEST_LOADING="hlsManifestLoading",e.MANIFEST_LOADED="hlsManifestLoaded",e.MANIFEST_PARSED="hlsManifestParsed",e.LEVEL_SWITCHING="hlsLevelSwitching",e.LEVEL_SWITCHED="hlsLevelSwitched",e.LEVEL_LOADING="hlsLevelLoading",e.LEVEL_LOADED="hlsLevelLoaded",e.LEVEL_UPDATED="hlsLevelUpdated",e.LEVEL_PTS_UPDATED="hlsLevelPtsUpdated",e.LEVELS_UPDATED="hlsLevelsUpdated",e.AUDIO_TRACKS_UPDATED="hlsAudioTracksUpdated",e.AUDIO_TRACK_SWITCHING="hlsAudioTrackSwitching",e.AUDIO_TRACK_SWITCHED="hlsAudioTrackSwitched",e.AUDIO_TRACK_LOADING="hlsAudioTrackLoading",e.AUDIO_TRACK_LOADED="hlsAudioTrackLoaded",e.AUDIO_TRACK_UPDATED="hlsAudioTrackUpdated",e.SUBTITLE_TRACKS_UPDATED="hlsSubtitleTracksUpdated",e.SUBTITLE_TRACKS_CLEARED="hlsSubtitleTracksCleared",e.SUBTITLE_TRACK_SWITCH="hlsSubtitleTrackSwitch",e.SUBTITLE_TRACK_LOADING="hlsSubtitleTrackLoading",e.SUBTITLE_TRACK_LOADED="hlsSubtitleTrackLoaded",e.SUBTITLE_TRACK_UPDATED="hlsSubtitleTrackUpdated",e.SUBTITLE_FRAG_PROCESSED="hlsSubtitleFragProcessed",e.CUES_PARSED="hlsCuesParsed",e.NON_NATIVE_TEXT_TRACKS_FOUND="hlsNonNativeTextTracksFound",e.INIT_PTS_FOUND="hlsInitPtsFound",e.FRAG_LOADING="hlsFragLoading",e.FRAG_LOAD_EMERGENCY_ABORTED="hlsFragLoadEmergencyAborted",e.FRAG_LOADED="hlsFragLoaded",e.FRAG_DECRYPTED="hlsFragDecrypted",e.FRAG_PARSING_INIT_SEGMENT="hlsFragParsingInitSegment",e.FRAG_PARSING_USERDATA="hlsFragParsingUserdata",e.FRAG_PARSING_METADATA="hlsFragParsingMetadata",e.FRAG_PARSED="hlsFragParsed",e.FRAG_BUFFERED="hlsFragBuffered",e.FRAG_CHANGED="hlsFragChanged",e.FPS_DROP="hlsFpsDrop",e.FPS_DROP_LEVEL_CAPPING="hlsFpsDropLevelCapping",e.MAX_AUTO_LEVEL_UPDATED="hlsMaxAutoLevelUpdated",e.ERROR="hlsError",e.DESTROYING="hlsDestroying",e.KEY_LOADING="hlsKeyLoading",e.KEY_LOADED="hlsKeyLoaded",e.LIVE_BACK_BUFFER_REACHED="hlsLiveBackBufferReached",e.BACK_BUFFER_REACHED="hlsBackBufferReached",e.STEERING_MANIFEST_LOADED="hlsSteeringManifestLoaded",e.ASSET_LIST_LOADING="hlsAssetListLoading",e.ASSET_LIST_LOADED="hlsAssetListLoaded",e.INTERSTITIALS_UPDATED="hlsInterstitialsUpdated",e.INTERSTITIALS_BUFFERED_TO_BOUNDARY="hlsInterstitialsBufferedToBoundary",e.INTERSTITIAL_ASSET_PLAYER_CREATED="hlsInterstitialAssetPlayerCreated",e.INTERSTITIAL_STARTED="hlsInterstitialStarted",e.INTERSTITIAL_ASSET_STARTED="hlsInterstitialAssetStarted",e.INTERSTITIAL_ASSET_ENDED="hlsInterstitialAssetEnded",e.INTERSTITIAL_ASSET_ERROR="hlsInterstitialAssetError",e.INTERSTITIAL_ENDED="hlsInterstitialEnded",e.INTERSTITIALS_PRIMARY_RESUMED="hlsInterstitialsPrimaryResumed",e.PLAYOUT_LIMIT_REACHED="hlsPlayoutLimitReached",e.EVENT_CUE_ENTER="hlsEventCueEnter",e}({}),w="manifest",I="level",D="audioTrack",C="subtitleTrack",k="main",M="audio",O="subtitle",x=function(){function e(e,t,r){void 0===t&&(t=0),void 0===r&&(r=0),this.halfLife=void 0,this.alpha_=void 0,this.estimate_=void 0,this.totalWeight_=void 0,this.halfLife=e,this.alpha_=e?Math.exp(Math.log(.5)/e):0,this.estimate_=t,this.totalWeight_=r}var t=e.prototype;return t.sample=function(e,t){var r=Math.pow(this.alpha_,e);this.estimate_=t*(1-r)+r*this.estimate_,this.totalWeight_+=e},t.getTotalWeight=function(){return this.totalWeight_},t.getEstimate=function(){if(this.alpha_){var e=1-Math.pow(this.alpha_,this.totalWeight_);if(e)return this.estimate_/e}return this.estimate_},e}(),N=function(){function e(e,t,r,i){void 0===i&&(i=100),this.defaultEstimate_=void 0,this.minWeight_=void 0,this.minDelayMs_=void 0,this.slow_=void 0,this.fast_=void 0,this.defaultTTFB_=void 0,this.ttfb_=void 0,this.defaultEstimate_=r,this.minWeight_=.001,this.minDelayMs_=50,this.slow_=new x(e),this.fast_=new x(t),this.defaultTTFB_=i,this.ttfb_=new x(e)}var t=e.prototype;return t.update=function(e,t){var r=this.slow_,i=this.fast_,s=this.ttfb_;r.halfLife!==e&&(this.slow_=new x(e,r.getEstimate(),r.getTotalWeight())),i.halfLife!==t&&(this.fast_=new x(t,i.getEstimate(),i.getTotalWeight())),s.halfLife!==e&&(this.ttfb_=new x(e,s.getEstimate(),s.getTotalWeight()))},t.sample=function(e,t){var r=(e=Math.max(e,this.minDelayMs_))/1e3,i=8*t/r;this.fast_.sample(r,i),this.slow_.sample(r,i)},t.sampleTTFB=function(e){var t=e/1e3,r=Math.sqrt(2)*Math.exp(-Math.pow(t,2)/2);this.ttfb_.sample(r,Math.max(e,5))},t.canEstimate=function(){return this.fast_.getTotalWeight()>=this.minWeight_},t.getEstimate=function(){return this.canEstimate()?Math.min(this.fast_.getEstimate(),this.slow_.getEstimate()):this.defaultEstimate_},t.getEstimateTTFB=function(){return this.ttfb_.getTotalWeight()>=this.minWeight_?this.ttfb_.getEstimate():this.defaultTTFB_},t.destroy=function(){},i(e,[{key:"defaultEstimate",get:function(){return this.defaultEstimate_}}])}(),F=function(e,t){this.trace=void 0,this.debug=void 0,this.log=void 0,this.warn=void 0,this.info=void 0,this.error=void 0;var r="["+e+"]:";this.trace=B,this.debug=t.debug.bind(null,r),this.log=t.log.bind(null,r),this.warn=t.warn.bind(null,r),this.info=t.info.bind(null,r),this.error=t.error.bind(null,r)},B=function(){},U={trace:B,debug:B,log:B,warn:B,info:B,error:B};function G(){return n({},U)}function H(e,t,r){return t[e]?t[e].bind(t):function(e,t){var r=self.console[e];return r?r.bind(self.console,(t?"["+t+"] ":"")+"["+e+"] >"):B}(e,r)}var $=G();function W(e,t,r){var i=G();if("object"==typeof console&&!0===e||"object"==typeof e){var s=["debug","log","info","warn","error"];s.forEach((function(t){i[t]=H(t,e,r)}));try{i.log('Debug logs enabled for "'+t+'" in hls.js version 1.6.12')}catch(e){return G()}s.forEach((function(t){$[t]=H(t,e)}))}else n($,i);return i}var V,q,j=$,z=q?V:(q=1,V=void 0),K=g(z);function Y(e){if(void 0===e&&(e=!0),"undefined"!=typeof self)return(e||!self.MediaSource)&&self.ManagedMediaSource||self.MediaSource||self.WebKitMediaSource}function X(e,t){if(void 0===t&&(t=!1),"undefined"!=typeof TextDecoder){var r=new TextDecoder("utf-8").decode(e);if(t){var i=r.indexOf("\0");return-1!==i?r.substring(0,i):r}return r.replace(/\0/g,"")}for(var s,n,a,o=e.length,l="",h=0;h<o;){if(0===(s=e[h++])&&t)return l;if(0!==s&&3!==s)switch(s>>4){case 0:case 1:case 2:case 3:case 4:case 5:case 6:case 7:l+=String.fromCharCode(s);break;case 12:case 13:n=e[h++],l+=String.fromCharCode((31&s)<<6|63&n);break;case 14:n=e[h++],a=e[h++],l+=String.fromCharCode((15&s)<<12|(63&n)<<6|63&a)}}return l}function Q(e){for(var t="",r=0;r<e.length;r++){var i=e[r].toString(16);i.length<2&&(i="0"+i),t+=i}return t}function J(e){return Uint8Array.from(e.replace(/^0x/,"").replace(/([\da-fA-F]{2}) ?/g,"0x$1 ").replace(/ +$/,"").split(" ")).buffer}var Z=function(){this.aborted=!1,this.loaded=0,this.retry=0,this.total=0,this.chunkCount=0,this.bwEstimate=0,this.loading={start:0,first:0,end:0},this.parsing={start:0,end:0},this.buffering={start:0,first:0,end:0}},ee="audio",te="video",re="audiovideo",ie=function(){function e(e){var t;this._byteRange=null,this._url=null,this._stats=null,this._streams=null,this.base=void 0,this.relurl=void 0,"string"==typeof e&&(e={url:e}),this.base=e,(t=oe(this,"stats"))&&(t.enumerable=!0,Object.defineProperty(this,"stats",t))}var t=e.prototype;return t.setByteRange=function(e,t){var r,i=e.split("@",2);r=1===i.length?(null==t?void 0:t.byteRangeEndOffset)||0:parseInt(i[1]),this._byteRange=[r,parseInt(i[0])+r]},t.clearElementaryStreamInfo=function(){var e=this.elementaryStreams;e[ee]=null,e[te]=null,e[re]=null},i(e,[{key:"baseurl",get:function(){return this.base.url}},{key:"byteRange",get:function(){return null===this._byteRange?[]:this._byteRange}},{key:"byteRangeStartOffset",get:function(){return this.byteRange[0]}},{key:"byteRangeEndOffset",get:function(){return this.byteRange[1]}},{key:"elementaryStreams",get:function(){var e;return null===this._streams&&(this._streams=((e={})[ee]=null,e[te]=null,e[re]=null,e)),this._streams},set:function(e){this._streams=e}},{key:"hasStats",get:function(){return null!==this._stats}},{key:"hasStreams",get:function(){return null!==this._streams}},{key:"stats",get:function(){return null===this._stats&&(this._stats=new Z),this._stats},set:function(e){this._stats=e}},{key:"url",get:function(){return!this._url&&this.baseurl&&this.relurl&&(this._url=T.buildAbsoluteURL(this.baseurl,this.relurl,{alwaysNormalize:!0})),this._url||""},set:function(e){this._url=e}}])}();function se(e){return"initSegment"!==e.sn}var ne=function(e){function t(t,r){var i;return(i=e.call(this,r)||this)._decryptdata=null,i._programDateTime=null,i._ref=null,i._bitrate=void 0,i.rawProgramDateTime=null,i.tagList=[],i.duration=0,i.sn=0,i.levelkeys=void 0,i.type=void 0,i.loader=null,i.keyLoader=null,i.level=-1,i.cc=0,i.startPTS=void 0,i.endPTS=void 0,i.startDTS=void 0,i.endDTS=void 0,i.start=0,i.playlistOffset=0,i.deltaPTS=void 0,i.maxStartPTS=void 0,i.minEndPTS=void 0,i.data=void 0,i.bitrateTest=!1,i.title=null,i.initSegment=null,i.endList=void 0,i.gap=void 0,i.urlId=0,i.type=t,i}o(t,e);var r=t.prototype;return r.addStart=function(e){this.setStart(this.start+e)},r.setStart=function(e){this.start=e,this._ref&&(this._ref.start=e)},r.setDuration=function(e){this.duration=e,this._ref&&(this._ref.duration=e)},r.setKeyFormat=function(e){if(this.levelkeys){var t=this.levelkeys[e];t&&!this._decryptdata&&(this._decryptdata=t.getDecryptData(this.sn))}},r.abortRequests=function(){var e,t;null==(e=this.loader)||e.abort(),null==(t=this.keyLoader)||t.abort()},r.setElementaryStreamInfo=function(e,t,r,i,s,n){void 0===n&&(n=!1);var a=this.elementaryStreams,o=a[e];o?(o.startPTS=Math.min(o.startPTS,t),o.endPTS=Math.max(o.endPTS,r),o.startDTS=Math.min(o.startDTS,i),o.endDTS=Math.max(o.endDTS,s)):a[e]={startPTS:t,endPTS:r,startDTS:i,endDTS:s,partial:n}},i(t,[{key:"byteLength",get:function(){if(this.hasStats){var e=this.stats.total;if(e)return e}if(this.byteRange.length){var t=this.byteRange[0],r=this.byteRange[1];if(_(t)&&_(r))return r-t}return null}},{key:"bitrate",get:function(){return this.byteLength?8*this.byteLength/this.duration:this._bitrate?this._bitrate:null},set:function(e){this._bitrate=e}},{key:"decryptdata",get:function(){if(!this.levelkeys&&!this._decryptdata)return null;if(!this._decryptdata&&this.levelkeys&&!this.levelkeys.NONE){var e=this.levelkeys.identity;if(e)this._decryptdata=e.getDecryptData(this.sn);else{var t=Object.keys(this.levelkeys);if(1===t.length){var r=this._decryptdata=this.levelkeys[t[0]]||null;if(r)return r.getDecryptData(this.sn)}}}return this._decryptdata}},{key:"end",get:function(){return this.start+this.duration}},{key:"endProgramDateTime",get:function(){if(null===this.programDateTime)return null;var e=_(this.duration)?this.duration:0;return this.programDateTime+1e3*e}},{key:"encrypted",get:function(){var e;if(null!=(e=this._decryptdata)&&e.encrypted)return!0;if(this.levelkeys){var t,r=Object.keys(this.levelkeys),i=r.length;if(i>1||1===i&&null!=(t=this.levelkeys[r[0]])&&t.encrypted)return!0}return!1}},{key:"programDateTime",get:function(){return null===this._programDateTime&&this.rawProgramDateTime&&(this.programDateTime=Date.parse(this.rawProgramDateTime)),this._programDateTime},set:function(e){_(e)?this._programDateTime=e:this._programDateTime=this.rawProgramDateTime=null}},{key:"ref",get:function(){return se(this)?(this._ref||(this._ref={base:this.base,start:this.start,duration:this.duration,sn:this.sn,programDateTime:this.programDateTime}),this._ref):null}}])}(ie),ae=function(e){function t(t,r,i,s,n){var a;(a=e.call(this,i)||this).fragOffset=0,a.duration=0,a.gap=!1,a.independent=!1,a.relurl=void 0,a.fragment=void 0,a.index=void 0,a.duration=t.decimalFloatingPoint("DURATION"),a.gap=t.bool("GAP"),a.independent=t.bool("INDEPENDENT"),a.relurl=t.enumeratedString("URI"),a.fragment=r,a.index=s;var o=t.enumeratedString("BYTERANGE");return o&&a.setByteRange(o,n),n&&(a.fragOffset=n.fragOffset+n.duration),a}return o(t,e),i(t,[{key:"start",get:function(){return this.fragment.start+this.fragOffset}},{key:"end",get:function(){return this.start+this.duration}},{key:"loaded",get:function(){var e=this.elementaryStreams;return!!(e.audio||e.video||e.audiovideo)}}])}(ie);function oe(e,t){var r=Object.getPrototypeOf(e);if(r)return Object.getOwnPropertyDescriptor(r,t)||oe(r,t)}var le=Math.pow(2,32)-1,he=[].push,ue={video:1,audio:2,id3:3,text:4};function de(e){return String.fromCharCode.apply(null,e)}function ce(e,t){var r=e[t]<<8|e[t+1];return r<0?65536+r:r}function fe(e,t){var r=pe(e,t);return r<0?4294967296+r:r}function ge(e,t){var r=fe(e,t);return(r*=Math.pow(2,32))+fe(e,t+4)}function pe(e,t){return e[t]<<24|e[t+1]<<16|e[t+2]<<8|e[t+3]}function me(e,t){var r=[];if(!t.length)return r;for(var i=e.byteLength,s=0;s<i;){var n=fe(e,s),a=n>1?s+n:i;if(de(e.subarray(s+4,s+8))===t[0])if(1===t.length)r.push(e.subarray(s+8,a));else{var o=me(e.subarray(s+8,a),t.slice(1));o.length&&he.apply(r,o)}s=a}return r}function ve(e){var t=[],r=e[0],i=8,s=fe(e,i);i+=4;var n=0,a=0;0===r?(n=fe(e,i),a=fe(e,i+4),i+=8):(n=ge(e,i),a=ge(e,i+8),i+=16),i+=2;var o=e.length+a,l=ce(e,i);i+=2;for(var h=0;h<l;h++){var u=i,d=fe(e,u);u+=4;var c=2147483647&d;if(1==(2147483648&d)>>>31)return j.warn("SIDX has hierarchical references (not supported)"),null;var f=fe(e,u);u+=4,t.push({referenceSize:c,subsegmentDuration:f,info:{duration:f/s,start:o,end:o+c-1}}),o+=c,i=u+=4}return{earliestPresentationTime:n,timescale:s,version:r,referencesCount:l,references:t}}function ye(e){for(var t=[],r=me(e,["moov","trak"]),i=0;i<r.length;i++){var s=r[i],n=me(s,["tkhd"])[0];if(n){var a=n[0],o=fe(n,0===a?12:20),l=me(s,["mdia","mdhd"])[0];if(l){var h=fe(l,0===(a=l[0])?12:20),d=me(s,["mdia","hdlr"])[0];if(d){var c=de(d.subarray(8,12)),f={soun:ee,vide:te}[c],g=Ee(me(s,["mdia","minf","stbl","stsd"])[0]);f?(t[o]={timescale:h,type:f,stsd:g},t[f]=u({timescale:h,id:o},g)):t[o]={timescale:h,type:c,stsd:g}}}}}return me(e,["moov","mvex","trex"]).forEach((function(e){var r=fe(e,4),i=t[r];i&&(i.default={duration:fe(e,12),flags:fe(e,20)})})),t}function Ee(e){var t,r=e.subarray(8),i=r.subarray(86),s=de(r.subarray(4,8)),n=s,a="enca"===s||"encv"===s;if(a){var o=me(r,[s])[0];me(o.subarray("enca"===s?28:78),["sinf"]).forEach((function(e){var t=me(e,["schm"])[0];if(t){var r=de(t.subarray(4,8));if("cbcs"===r||"cenc"===r){var i=me(e,["frma"])[0];i&&(n=de(i))}}}))}var l=n;switch(n){case"avc1":case"avc2":case"avc3":case"avc4":var h=me(i,["avcC"])[0];h&&h.length>3&&(n+="."+_e(h[1])+_e(h[2])+_e(h[3]),t=Se("avc1"===l?"dva1":"dvav",i));break;case"mp4a":var u=me(r,[s])[0],d=me(u.subarray(28),["esds"])[0];if(d&&d.length>7){var c=4;if(3!==d[c++])break;c=Te(d,c),c+=2;var f=d[c++];if(128&f&&(c+=2),64&f&&(c+=d[c++]),4!==d[c++])break;c=Te(d,c);var g=d[c++];if(64!==g)break;if(n+="."+_e(g),c+=12,5!==d[c++])break;c=Te(d,c);var p=d[c++],m=(248&p)>>3;31===m&&(m+=1+((7&p)<<3)+((224&d[c])>>5)),n+="."+m}break;case"hvc1":case"hev1":var v=me(i,["hvcC"])[0];if(v&&v.length>12){var y=v[1],E=["","A","B","C"][y>>6],S=31&y,T=fe(v,2),_=(32&y)>>5?"H":"L",L=v[12],b=v.subarray(6,12);n+="."+E+S,n+="."+function(e){for(var t=0,r=0;r<32;r++)t|=(e>>r&1)<<31-r;return t>>>0}(T).toString(16).toUpperCase(),n+="."+_+L;for(var R="",A=b.length;A--;){var P=b[A];(P||R)&&(R="."+P.toString(16).toUpperCase()+R)}n+=R}t=Se("hev1"==l?"dvhe":"dvh1",i);break;case"dvh1":case"dvhe":case"dvav":case"dva1":case"dav1":n=Se(n,i)||n;break;case"vp09":var w=me(i,["vpcC"])[0];if(w&&w.length>6){var I=w[4],D=w[5],C=w[6]>>4&15;n+="."+Le(I)+"."+Le(D)+"."+Le(C)}break;case"av01":var k=me(i,["av1C"])[0];if(k&&k.length>2){var M=k[1]>>>5,O=31&k[1],x=k[2]>>>7?"H":"M",N=(64&k[2])>>6,F=(32&k[2])>>5,B=2===M&&N?F?12:10:N?10:8,U=(16&k[2])>>4,G=(8&k[2])>>3,H=(4&k[2])>>2,$=3&k[2];n+="."+M+"."+Le(O)+x+"."+Le(B)+"."+U+"."+G+H+$+"."+Le(1)+"."+Le(1)+"."+Le(1)+".0",t=Se("dav1",i)}}return{codec:n,encrypted:a,supplemental:t}}function Se(e,t){var r=me(t,["dvvC"]),i=r.length?r[0]:me(t,["dvcC"])[0];if(i){var s=i[2]>>1&127,n=i[2]<<5&32|i[3]>>3&31;return e+"."+Le(s)+"."+Le(n)}}function Te(e,t){for(var r=t+5;128&e[t++]&&t<r;);return t}function _e(e){return("0"+e.toString(16).toUpperCase()).slice(-2)}function Le(e){return(e<10?"0":"")+e}function be(e,t){var r=new Uint8Array(e.length+t.length);return r.set(e),r.set(t,e.length),r}function Re(e,t){var r=[],i=t.samples,s=t.timescale,n=t.id,a=!1;return me(i,["moof"]).map((function(o){var l=o.byteOffset-8;me(o,["traf"]).map((function(o){var h=me(o,["tfdt"]).map((function(e){var t=e[0],r=fe(e,4);return 1===t&&(r*=Math.pow(2,32),r+=fe(e,8)),r/s}))[0];return void 0!==h&&(e=h),me(o,["tfhd"]).map((function(h){var u=fe(h,4),d=16777215&fe(h,0),c=0,f=!!(16&d),g=0,p=!!(32&d),m=8;u===n&&(!!(1&d)&&(m+=8),!!(2&d)&&(m+=4),!!(8&d)&&(c=fe(h,m),m+=4),f&&(g=fe(h,m),m+=4),p&&(m+=4),"video"===t.type&&(a=Ae(t.codec)),me(o,["trun"]).map((function(n){var o=n[0],h=16777215&fe(n,0),u=!!(1&h),d=0,f=!!(4&h),p=!!(256&h),m=0,v=!!(512&h),y=0,E=!!(1024&h),S=!!(2048&h),T=0,_=fe(n,4),L=8;u&&(d=fe(n,L),L+=4),f&&(L+=4);for(var b=d+l,R=0;R<_;R++){if(p?(m=fe(n,L),L+=4):m=c,v?(y=fe(n,L),L+=4):y=g,E&&(L+=4),S&&(T=0===o?fe(n,L):pe(n,L),L+=4),t.type===te)for(var A=0;A<y;){var P=fe(i,b);Pe(a,i[b+=4])&&we(i.subarray(b,b+P),a?2:1,e+T/s,r),b+=P,A+=P+4}e+=m/s}})))}))}))})),r}function Ae(e){if(!e)return!1;var t=e.substring(0,4);return"hvc1"===t||"hev1"===t||"dvh1"===t||"dvhe"===t}function Pe(e,t){if(e){var r=t>>1&63;return 39===r||40===r}return 6==(31&t)}function we(e,t,r,i){var s=Ie(e),n=0;n+=t;for(var a=0,o=0,l=0;n<s.length;){a=0;do{if(n>=s.length)break;a+=l=s[n++]}while(255===l);o=0;do{if(n>=s.length)break;o+=l=s[n++]}while(255===l);var h=s.length-n,u=n;if(o<h)n+=o;else if(o>h){j.error("Malformed SEI payload. "+o+" is too small, only "+h+" bytes left to parse.");break}if(4===a){if(181===s[u++]){var d=ce(s,u);if(u+=2,49===d){var c=fe(s,u);if(u+=4,1195456820===c){var f=s[u++];if(3===f){var g=s[u++],p=64&g,m=p?2+3*(31&g):0,v=new Uint8Array(m);if(p){v[0]=g;for(var y=1;y<m;y++)v[y]=s[u++]}i.push({type:f,payloadType:a,pts:r,bytes:v})}}}}}else if(5===a&&o>16){for(var E=[],S=0;S<16;S++){var T=s[u++].toString(16);E.push(1==T.length?"0"+T:T),3!==S&&5!==S&&7!==S&&9!==S||E.push("-")}for(var _=o-16,L=new Uint8Array(_),b=0;b<_;b++)L[b]=s[u++];i.push({payloadType:a,pts:r,uuid:E.join(""),userData:X(L),userDataBytes:L})}}}function Ie(e){for(var t=e.byteLength,r=[],i=1;i<t-2;)0===e[i]&&0===e[i+1]&&3===e[i+2]?(r.push(i+2),i+=2):i++;if(0===r.length)return e;var s=t-r.length,n=new Uint8Array(s),a=0;for(i=0;i<s;a++,i++)a===r[0]&&(a++,r.shift()),n[i]=e[a];return n}var De=function(){return/\(Windows.+Firefox\//i.test(navigator.userAgent)},Ce={audio:{a3ds:1,"ac-3":.95,"ac-4":1,alac:.9,alaw:1,dra1:1,"dts+":1,"dts-":1,dtsc:1,dtse:1,dtsh:1,"ec-3":.9,enca:1,fLaC:.9,flac:.9,FLAC:.9,g719:1,g726:1,m4ae:1,mha1:1,mha2:1,mhm1:1,mhm2:1,mlpa:1,mp4a:1,"raw ":1,Opus:1,opus:1,samr:1,sawb:1,sawp:1,sevc:1,sqcp:1,ssmv:1,twos:1,ulaw:1},video:{avc1:1,avc2:1,avc3:1,avc4:1,avcp:1,av01:.8,dav1:.8,drac:1,dva1:1,dvav:1,dvh1:.7,dvhe:.7,encv:1,hev1:.75,hvc1:.75,mjp2:1,mp4v:1,mvc1:1,mvc2:1,mvc3:1,mvc4:1,resv:1,rv60:1,s263:1,svc1:1,svc2:1,"vc-1":1,vp08:1,vp09:.9},text:{stpp:1,wvtt:1}};function ke(e,t){var r=Ce[t];return!!r&&!!r[e.slice(0,4)]}function Me(e,t,r){return void 0===r&&(r=!0),!e.split(",").some((function(e){return!Oe(e,t,r)}))}function Oe(e,t,r){var i;void 0===r&&(r=!0);var s=Y(r);return null!=(i=null==s?void 0:s.isTypeSupported(xe(e,t)))&&i}function xe(e,t){return t+"/mp4;codecs="+e}function Ne(e){if(e){var t=e.substring(0,4);return Ce.video[t]}return 2}function Fe(e){var t=De();return e.split(",").reduce((function(e,r){var i=t&&Ae(r)?9:Ce.video[r];return i?(2*i+e)/(e?3:2):(Ce.audio[r]+e)/(e?2:1)}),0)}var Be={},Ue=/flac|opus|mp4a\.40\.34/i;function Ge(e,t){return void 0===t&&(t=!0),e.replace(Ue,(function(e){return function(e,t){if(void 0===t&&(t=!0),Be[e])return Be[e];for(var r={flac:["flac","fLaC","FLAC"],opus:["opus","Opus"],"mp4a.40.34":["mp3"]}[e],i=0;i<r.length;i++){var s;if(Oe(r[i],"audio",t))return Be[e]=r[i],r[i];if("mp3"===r[i]&&null!=(s=Y(t))&&s.isTypeSupported("audio/mpeg"))return""}return e}(e.toLowerCase(),t)}))}function He(e,t){if(e&&(e.length>4||-1!==["ac-3","ec-3","alac","fLaC","Opus"].indexOf(e))&&($e(e,"audio")||$e(e,"video")))return e;if(t){var r=t.split(",");if(r.length>1){if(e)for(var i=r.length;i--;)if(r[i].substring(0,4)===e.substring(0,4))return r[i];return r[0]}}return t||e}function $e(e,t){return ke(e,t)&&Oe(e,t)}function We(e){if(e.startsWith("av01.")){for(var t=e.split("."),r=["0","111","01","01","01","0"],i=t.length;i>4&&i<10;i++)t[i]=r[i-4];return t.join(".")}return e}function Ve(e){var t=Y(e)||{isTypeSupported:function(){return!1}};return{mpeg:t.isTypeSupported("audio/mpeg"),mp3:t.isTypeSupported('audio/mp4; codecs="mp3"'),ac3:!1}}function qe(e){return e.replace(/^.+codecs=["']?([^"']+).*$/,"$1")}var je=["NONE","TYPE-0","TYPE-1",null],ze=["SDR","PQ","HLG"];function Ke(e){var t=e.canSkipUntil,r=e.canSkipDateRanges,i=e.age;return t&&i<t/2?r?"v2":"YES":""}var Ye=function(){function e(e,t,r){this.msn=void 0,this.part=void 0,this.skip=void 0,this.msn=e,this.part=t,this.skip=r}return e.prototype.addDirectives=function(e){var t=new self.URL(e);return void 0!==this.msn&&t.searchParams.set("_HLS_msn",this.msn.toString()),void 0!==this.part&&t.searchParams.set("_HLS_part",this.part.toString()),this.skip&&t.searchParams.set("_HLS_skip",this.skip),t.href},e}(),Xe=function(){function e(e){if(this._attrs=void 0,this.audioCodec=void 0,this.bitrate=void 0,this.codecSet=void 0,this.url=void 0,this.frameRate=void 0,this.height=void 0,this.id=void 0,this.name=void 0,this.supplemental=void 0,this.videoCodec=void 0,this.width=void 0,this.details=void 0,this.fragmentError=0,this.loadError=0,this.loaded=void 0,this.realBitrate=0,this.supportedPromise=void 0,this.supportedResult=void 0,this._avgBitrate=0,this._audioGroups=void 0,this._subtitleGroups=void 0,this._urlId=0,this.url=[e.url],this._attrs=[e.attrs],this.bitrate=e.bitrate,e.details&&(this.details=e.details),this.id=e.id||0,this.name=e.name,this.width=e.width||0,this.height=e.height||0,this.frameRate=e.attrs.optionalFloat("FRAME-RATE",0),this._avgBitrate=e.attrs.decimalInteger("AVERAGE-BANDWIDTH"),this.audioCodec=e.audioCodec,this.videoCodec=e.videoCodec,this.codecSet=[e.videoCodec,e.audioCodec].filter((function(e){return!!e})).map((function(e){return e.substring(0,4)})).join(","),"supplemental"in e){var t;this.supplemental=e.supplemental;var r=null==(t=e.supplemental)?void 0:t.videoCodec;r&&r!==e.videoCodec&&(this.codecSet+=","+r.substring(0,4))}this.addGroupId("audio",e.attrs.AUDIO),this.addGroupId("text",e.attrs.SUBTITLES)}var t=e.prototype;return t.hasAudioGroup=function(e){return Qe(this._audioGroups,e)},t.hasSubtitleGroup=function(e){return Qe(this._subtitleGroups,e)},t.addGroupId=function(e,t){if(t)if("audio"===e){var r=this._audioGroups;r||(r=this._audioGroups=[]),-1===r.indexOf(t)&&r.push(t)}else if("text"===e){var i=this._subtitleGroups;i||(i=this._subtitleGroups=[]),-1===i.indexOf(t)&&i.push(t)}},t.addFallback=function(){},i(e,[{key:"maxBitrate",get:function(){return Math.max(this.realBitrate,this.bitrate)}},{key:"averageBitrate",get:function(){return this._avgBitrate||this.realBitrate||this.bitrate}},{key:"attrs",get:function(){return this._attrs[0]}},{key:"codecs",get:function(){return this.attrs.CODECS||""}},{key:"pathwayId",get:function(){return this.attrs["PATHWAY-ID"]||"."}},{key:"videoRange",get:function(){return this.attrs["VIDEO-RANGE"]||"SDR"}},{key:"score",get:function(){return this.attrs.optionalFloat("SCORE",0)}},{key:"uri",get:function(){return this.url[0]||""}},{key:"audioGroups",get:function(){return this._audioGroups}},{key:"subtitleGroups",get:function(){return this._subtitleGroups}},{key:"urlId",get:function(){return 0},set:function(e){}},{key:"audioGroupIds",get:function(){return this.audioGroups?[this.audioGroupId]:void 0}},{key:"textGroupIds",get:function(){return this.subtitleGroups?[this.textGroupId]:void 0}},{key:"audioGroupId",get:function(){var e;return null==(e=this.audioGroups)?void 0:e[0]}},{key:"textGroupId",get:function(){var e;return null==(e=this.subtitleGroups)?void 0:e[0]}}])}();function Qe(e,t){return!(!t||!e)&&-1!==e.indexOf(t)}var Je=function(e,t){return JSON.stringify(e,function(e){var t=new WeakSet;return function(r,i){if(e&&(i=e(r,i)),"object"==typeof i&&null!==i){if(t.has(i))return;t.add(i)}return i}}(t))};function Ze(e,t){j.log('[abr] start candidates with "'+e+'" ignored because '+t)}function et(e){return e.reduce((function(e,t){var r=e.groups[t.groupId];r||(r=e.groups[t.groupId]={tracks:[],channels:{2:0},hasDefault:!1,hasAutoSelect:!1}),r.tracks.push(t);var i=t.channels||"2";return r.channels[i]=(r.channels[i]||0)+1,r.hasDefault=r.hasDefault||t.default,r.hasAutoSelect=r.hasAutoSelect||t.autoselect,r.hasDefault&&(e.hasDefaultAudio=!0),r.hasAutoSelect&&(e.hasAutoSelectAudio=!0),e}),{hasDefaultAudio:!1,hasAutoSelectAudio:!1,groups:{}})}function tt(e,t){var r;return!!e&&e!==(null==(r=t.loadLevelObj)?void 0:r.uri)}var rt=function(e){function t(t){var r;return(r=e.call(this,"abr",t.logger)||this).hls=void 0,r.lastLevelLoadSec=0,r.lastLoadedFragLevel=-1,r.firstSelection=-1,r._nextAutoLevel=-1,r.nextAutoLevelKey="",r.audioTracksByGroup=null,r.codecTiers=null,r.timer=-1,r.fragCurrent=null,r.partCurrent=null,r.bitrateTestDelay=0,r.rebufferNotice=-1,r.supportedCache={},r.bwEstimator=void 0,r._abandonRulesCheck=function(e){var t,i=r,s=i.fragCurrent,n=i.partCurrent,a=i.hls,o=a.autoLevelEnabled,l=a.media;if(s&&l){var h=performance.now(),u=n?n.stats:s.stats,d=n?n.duration:s.duration,c=h-u.loading.start,f=a.minAutoLevel,g=s.level,p=r._nextAutoLevel;if(u.aborted||u.loaded&&u.loaded===u.total||g<=f)return r.clearTimer(),void(r._nextAutoLevel=-1);if(o){var m=p>-1&&p!==g,v=!!e||m;if(v||!l.paused&&l.playbackRate&&l.readyState){var y=a.mainForwardBufferInfo;if(v||null!==y){var E=r.bwEstimator.getEstimateTTFB(),S=Math.abs(l.playbackRate);if(!(c<=Math.max(E,d/(2*S)*1e3))){var T=y?y.len/S:0,L=u.loading.first?u.loading.first-u.loading.start:-1,b=u.loaded&&L>-1,R=r.getBwEstimate(),A=a.levels,w=A[g],I=Math.max(u.loaded,Math.round(d*(s.bitrate||w.averageBitrate)/8)),D=b?c-L:c;D<1&&b&&(D=Math.min(c,8*u.loaded/R));var C=b?1e3*u.loaded/D:0,k=E/1e3,M=C?(I-u.loaded)/C:8*I/R+k;if(!(M<=T)){var O,x=C?8*C:R,N=!0===(null==(t=(null==e?void 0:e.details)||r.hls.latestLevelDetails)?void 0:t.live),F=r.hls.config.abrBandWidthUpFactor,B=Number.POSITIVE_INFINITY;for(O=g-1;O>f;O--){var U=A[O].maxBitrate,G=!A[O].details||N;if((B=r.getTimeToLoadFrag(k,x,d*U,G))<Math.min(T,d+k))break}if(!(B>=M||B>10*d)){b?r.bwEstimator.sample(c-Math.min(E,L),u.loaded):r.bwEstimator.sampleTTFB(c);var H=A[O].maxBitrate;r.getBwEstimate()*F>H&&r.resetEstimator(H);var $=r.findBestLevel(H,f,O,0,T,1,1);$>-1&&(O=$),r.warn("Fragment "+s.sn+(n?" part "+n.index:"")+" of level "+g+" is loading too slowly;\n Fragment duration: "+s.duration.toFixed(3)+"\n Time to underbuffer: "+T.toFixed(3)+" s\n Estimated load time for current fragment: "+M.toFixed(3)+" s\n Estimated load time for down switch fragment: "+B.toFixed(3)+" s\n TTFB estimate: "+(0|L)+" ms\n Current BW estimate: "+(_(R)?0|R:"Unknown")+" bps\n New BW estimate: "+(0|r.getBwEstimate())+" bps\n Switching to level "+O+" @ "+(0|H)+" bps"),a.nextLoadLevel=a.nextAutoLevel=O,r.clearTimer();var W=function(){if(r.clearTimer(),r.fragCurrent===s&&r.hls.loadLevel===O&&O>0){var e=r.getStarvationDelay();if(r.warn("Aborting inflight request "+(O>0?"and switching down":"")+"\n Fragment duration: "+s.duration.toFixed(3)+" s\n Time to underbuffer: "+e.toFixed(3)+" s"),s.abortRequests(),r.fragCurrent=r.partCurrent=null,O>f){var t=r.findBestLevel(r.hls.levels[f].bitrate,f,O,0,e,1,1);-1===t&&(t=f),r.hls.nextLoadLevel=r.hls.nextAutoLevel=t,r.resetEstimator(r.hls.levels[t].bitrate)}}};m||M>2*B?W():r.timer=self.setInterval(W,1e3*B),a.trigger(P.FRAG_LOAD_EMERGENCY_ABORTED,{frag:s,part:n,stats:u})}}}}}}}},r.hls=t,r.bwEstimator=r.initEstimator(),r.registerListeners(),r}o(t,e);var r=t.prototype;return r.resetEstimator=function(e){e&&(this.log("setting initial bwe to "+e),this.hls.config.abrEwmaDefaultEstimate=e),this.firstSelection=-1,this.bwEstimator=this.initEstimator()},r.initEstimator=function(){var e=this.hls.config;return new N(e.abrEwmaSlowVoD,e.abrEwmaFastVoD,e.abrEwmaDefaultEstimate)},r.registerListeners=function(){var e=this.hls;e.on(P.MANIFEST_LOADING,this.onManifestLoading,this),e.on(P.FRAG_LOADING,this.onFragLoading,this),e.on(P.FRAG_LOADED,this.onFragLoaded,this),e.on(P.FRAG_BUFFERED,this.onFragBuffered,this),e.on(P.LEVEL_SWITCHING,this.onLevelSwitching,this),e.on(P.LEVEL_LOADED,this.onLevelLoaded,this),e.on(P.LEVELS_UPDATED,this.onLevelsUpdated,this),e.on(P.MAX_AUTO_LEVEL_UPDATED,this.onMaxAutoLevelUpdated,this),e.on(P.ERROR,this.onError,this)},r.unregisterListeners=function(){var e=this.hls;e&&(e.off(P.MANIFEST_LOADING,this.onManifestLoading,this),e.off(P.FRAG_LOADING,this.onFragLoading,this),e.off(P.FRAG_LOADED,this.onFragLoaded,this),e.off(P.FRAG_BUFFERED,this.onFragBuffered,this),e.off(P.LEVEL_SWITCHING,this.onLevelSwitching,this),e.off(P.LEVEL_LOADED,this.onLevelLoaded,this),e.off(P.LEVELS_UPDATED,this.onLevelsUpdated,this),e.off(P.MAX_AUTO_LEVEL_UPDATED,this.onMaxAutoLevelUpdated,this),e.off(P.ERROR,this.onError,this))},r.destroy=function(){this.unregisterListeners(),this.clearTimer(),this.hls=this._abandonRulesCheck=this.supportedCache=null,this.fragCurrent=this.partCurrent=null},r.onManifestLoading=function(e,t){this.lastLoadedFragLevel=-1,this.firstSelection=-1,this.lastLevelLoadSec=0,this.supportedCache={},this.fragCurrent=this.partCurrent=null,this.onLevelsUpdated(),this.clearTimer()},r.onLevelsUpdated=function(){this.lastLoadedFragLevel>-1&&this.fragCurrent&&(this.lastLoadedFragLevel=this.fragCurrent.level),this._nextAutoLevel=-1,this.onMaxAutoLevelUpdated(),this.codecTiers=null,this.audioTracksByGroup=null},r.onMaxAutoLevelUpdated=function(){this.firstSelection=-1,this.nextAutoLevelKey=""},r.onFragLoading=function(e,t){var r,i=t.frag;this.ignoreFragment(i)||(i.bitrateTest||(this.fragCurrent=i,this.partCurrent=null!=(r=t.part)?r:null),this.clearTimer(),this.timer=self.setInterval(this._abandonRulesCheck,100))},r.onLevelSwitching=function(e,t){this.clearTimer()},r.onError=function(e,t){if(!t.fatal)switch(t.details){case A.BUFFER_ADD_CODEC_ERROR:case A.BUFFER_APPEND_ERROR:this.lastLoadedFragLevel=-1,this.firstSelection=-1;break;case A.FRAG_LOAD_TIMEOUT:var r=t.frag,i=this.fragCurrent,s=this.partCurrent;if(r&&i&&r.sn===i.sn&&r.level===i.level){var n=performance.now(),a=s?s.stats:r.stats,o=n-a.loading.start,l=a.loading.first?a.loading.first-a.loading.start:-1;if(a.loaded&&l>-1){var h=this.bwEstimator.getEstimateTTFB();this.bwEstimator.sample(o-Math.min(h,l),a.loaded)}else this.bwEstimator.sampleTTFB(o)}}},r.getTimeToLoadFrag=function(e,t,r,i){return e+r/t+(i?e+this.lastLevelLoadSec:0)},r.onLevelLoaded=function(e,t){var r=this.hls.config,i=t.stats.loading,s=i.end-i.first;_(s)&&(this.lastLevelLoadSec=s/1e3),t.details.live?this.bwEstimator.update(r.abrEwmaSlowLive,r.abrEwmaFastLive):this.bwEstimator.update(r.abrEwmaSlowVoD,r.abrEwmaFastVoD),this.timer>-1&&this._abandonRulesCheck(t.levelInfo)},r.onFragLoaded=function(e,t){var r=t.frag,i=t.part,s=i?i.stats:r.stats;if(r.type===k&&this.bwEstimator.sampleTTFB(s.loading.first-s.loading.start),!this.ignoreFragment(r)){if(this.clearTimer(),r.level===this._nextAutoLevel&&(this._nextAutoLevel=-1),this.firstSelection=-1,this.hls.config.abrMaxWithRealBitrate){var n=i?i.duration:r.duration,a=this.hls.levels[r.level],o=(a.loaded?a.loaded.bytes:0)+s.loaded,l=(a.loaded?a.loaded.duration:0)+n;a.loaded={bytes:o,duration:l},a.realBitrate=Math.round(8*o/l)}if(r.bitrateTest){var h={stats:s,frag:r,part:i,id:r.type};this.onFragBuffered(P.FRAG_BUFFERED,h),r.bitrateTest=!1}else this.lastLoadedFragLevel=r.level}},r.onFragBuffered=function(e,t){var r=t.frag,i=t.part,s=null!=i&&i.stats.loaded?i.stats:r.stats;if(!s.aborted&&!this.ignoreFragment(r)){var n=s.parsing.end-s.loading.start-Math.min(s.loading.first-s.loading.start,this.bwEstimator.getEstimateTTFB());this.bwEstimator.sample(n,s.loaded),s.bwEstimate=this.getBwEstimate(),r.bitrateTest?this.bitrateTestDelay=n/1e3:this.bitrateTestDelay=0}},r.ignoreFragment=function(e){return e.type!==k||"initSegment"===e.sn},r.clearTimer=function(){this.timer>-1&&(self.clearInterval(this.timer),this.timer=-1)},r.getAutoLevelKey=function(){return this.getBwEstimate()+"_"+this.getStarvationDelay().toFixed(2)},r.getNextABRAutoLevel=function(){var e=this.fragCurrent,t=this.partCurrent,r=this.hls;if(r.levels.length<=1)return r.loadLevel;var i=r.maxAutoLevel,s=r.config,n=r.minAutoLevel,a=t?t.duration:e?e.duration:0,o=this.getBwEstimate(),l=this.getStarvationDelay(),h=s.abrBandWidthFactor,u=s.abrBandWidthUpFactor;if(l){var d=this.findBestLevel(o,n,i,l,0,h,u);if(d>=0)return this.rebufferNotice=-1,d}var c=a?Math.min(a,s.maxStarvationDelay):s.maxStarvationDelay;if(!l){var f=this.bitrateTestDelay;f&&(c=(a?Math.min(a,s.maxLoadingDelay):s.maxLoadingDelay)-f,this.info("bitrate test took "+Math.round(1e3*f)+"ms, set first fragment max fetchDuration to "+Math.round(1e3*c)+" ms"),h=u=1)}var g=this.findBestLevel(o,n,i,l,c,h,u);if(this.rebufferNotice!==g&&(this.rebufferNotice=g,this.info((l?"rebuffering expected":"buffer is empty")+", optimal quality level "+g)),g>-1)return g;var p=r.levels[n],m=r.loadLevelObj;return m&&(null==p?void 0:p.bitrate)<m.bitrate?n:r.loadLevel},r.getStarvationDelay=function(){var e=this.hls,t=e.media;if(!t)return 1/0;var r=t&&0!==t.playbackRate?Math.abs(t.playbackRate):1,i=e.mainForwardBufferInfo;return(i?i.len:0)/r},r.getBwEstimate=function(){return this.bwEstimator.canEstimate()?this.bwEstimator.getEstimate():this.hls.config.abrEwmaDefaultEstimate},r.findBestLevel=function(e,t,r,i,s,n,a){var o,l=this,h=i+s,u=this.lastLoadedFragLevel,d=-1===u?this.hls.firstLevel:u,c=this.fragCurrent,f=this.partCurrent,g=this.hls,p=g.levels,m=g.allAudioTracks,v=g.loadLevel,y=g.config;if(1===p.length)return 0;var E,S=p[d],T=!(null==(o=this.hls.latestLevelDetails)||!o.live),L=-1===v||-1===u,b="SDR",R=(null==S?void 0:S.frameRate)||0,A=y.audioPreference,P=y.videoPreference,w=(this.audioTracksByGroup||(this.audioTracksByGroup=et(m)),-1);if(L){if(-1!==this.firstSelection)return this.firstSelection;var I=this.codecTiers||(this.codecTiers=function(e,t,r,i){return e.slice(r,i+1).reduce((function(e,t,r){if(!t.codecSet)return e;var i=t.audioGroups,s=e[t.codecSet];s||(e[t.codecSet]=s={minBitrate:1/0,minHeight:1/0,minFramerate:1/0,minIndex:r,maxScore:0,videoRanges:{SDR:0},channels:{2:0},hasDefaultAudio:!i,fragmentError:0}),s.minBitrate=Math.min(s.minBitrate,t.bitrate);var n=Math.min(t.height,t.width);return s.minHeight=Math.min(s.minHeight,n),s.minFramerate=Math.min(s.minFramerate,t.frameRate),s.minIndex=Math.min(s.minIndex,r),s.maxScore=Math.max(s.maxScore,t.score),s.fragmentError+=t.fragmentError,s.videoRanges[t.videoRange]=(s.videoRanges[t.videoRange]||0)+1,e}),{})}(p,0,t,r)),D=function(e,t,r,i,s){for(var n=Object.keys(e),a=null==i?void 0:i.channels,o=null==i?void 0:i.audioCodec,l=null==s?void 0:s.videoCodec,h=a&&2===parseInt(a),u=!1,d=!1,c=1/0,f=1/0,g=1/0,p=1/0,m=0,v=[],y=function(e,t){var r=!1,i=[];if(e&&(r="SDR"!==e,i=[e]),t){var s="SDR"!==(i=t.allowedVideoRanges||ze.slice(0)).join("")&&!t.videoCodec;(r=void 0!==t.preferHDR?t.preferHDR:s&&function(){if("function"==typeof matchMedia){var e=matchMedia("(dynamic-range: high)"),t=matchMedia("bad query");if(e.media!==t.media)return!0===e.matches}return!1}())||(i=["SDR"])}return{preferHDR:r,allowedVideoRanges:i}}(t,s),E=y.preferHDR,S=y.allowedVideoRanges,T=function(){var t=e[n[L]];u||(u=t.channels[2]>0),c=Math.min(c,t.minHeight),f=Math.min(f,t.minFramerate),g=Math.min(g,t.minBitrate),S.filter((function(e){return t.videoRanges[e]>0})).length>0&&(d=!0)},L=n.length;L--;)T();c=_(c)?c:0,f=_(f)?f:0;var b=Math.max(1080,c),R=Math.max(30,f);g=_(g)?g:r,r=Math.max(g,r),d||(t=void 0);var A=n.length>1;return{codecSet:n.reduce((function(t,i){var s=e[i];if(i===t)return t;if(v=d?S.filter((function(e){return s.videoRanges[e]>0})):[],A){if(s.minBitrate>r)return Ze(i,"min bitrate of "+s.minBitrate+" > current estimate of "+r),t;if(!s.hasDefaultAudio)return Ze(i,"no renditions with default or auto-select sound found"),t;if(o&&i.indexOf(o.substring(0,4))%5!=0)return Ze(i,'audio codec preference "'+o+'" not found'),t;if(a&&!h){if(!s.channels[a])return Ze(i,"no renditions with "+a+" channel sound found (channels options: "+Object.keys(s.channels)+")"),t}else if((!o||h)&&u&&0===s.channels[2])return Ze(i,"no renditions with stereo sound found"),t;if(s.minHeight>b)return Ze(i,"min resolution of "+s.minHeight+" > maximum of "+b),t;if(s.minFramerate>R)return Ze(i,"min framerate of "+s.minFramerate+" > maximum of "+R),t;if(!v.some((function(e){return s.videoRanges[e]>0})))return Ze(i,"no variants with VIDEO-RANGE of "+Je(v)+" found"),t;if(l&&i.indexOf(l.substring(0,4))%5!=0)return Ze(i,'video codec preference "'+l+'" not found'),t;if(s.maxScore<m)return Ze(i,"max score of "+s.maxScore+" < selected max of "+m),t}return t&&(Fe(i)>=Fe(t)||s.fragmentError>e[t].fragmentError)?t:(p=s.minIndex,m=s.maxScore,i)}),void 0),videoRanges:v,preferHDR:E,minFramerate:f,minBitrate:g,minIndex:p}}(I,b,e,A,P),C=D.codecSet,k=D.videoRanges,M=D.minFramerate,O=D.minBitrate,x=D.minIndex,N=D.preferHDR;w=x,E=C,b=N?k[k.length-1]:k[0],R=M,e=Math.max(e,O),this.log("picked start tier "+Je(D))}else E=null==S?void 0:S.codecSet,b=null==S?void 0:S.videoRange;for(var F,B=f?f.duration:c?c.duration:0,U=this.bwEstimator.getEstimateTTFB()/1e3,G=[],H=function(){var t,o=p[$],c=$>d;if(!o)return 0;if((E&&o.codecSet!==E||b&&o.videoRange!==b||c&&R>o.frameRate||!c&&R>0&&R<o.frameRate||null!=(t=o.supportedResult)&&null!=(t=t.decodingInfoResults)&&t.some((function(e){return!1===e.smooth})))&&(!L||$!==w))return G.push($),0;var g,m=o.details,y=(f?null==m?void 0:m.partTarget:null==m?void 0:m.averagetargetduration)||B;g=c?a*e:n*e;var S=B&&i>=2*B&&0===s?o.averageBitrate:o.maxBitrate,A=l.getTimeToLoadFrag(U,g,S*y,void 0===m);if(g>=S&&($===u||0===o.loadError&&0===o.fragmentError)&&(A<=U||!_(A)||T&&!l.bitrateTestDelay||A<h)){var P=l.forcedAutoLevel;return $===v||-1!==P&&P===v||(G.length&&l.trace("Skipped level(s) "+G.join(",")+" of "+r+' max with CODECS and VIDEO-RANGE:"'+p[G[0]].codecs+'" '+p[G[0]].videoRange+'; not compatible with "'+E+'" '+b),l.info("switch candidate:"+d+"->"+$+" adjustedbw("+Math.round(g)+")-bitrate="+Math.round(g-S)+" ttfb:"+U.toFixed(1)+" avgDuration:"+y.toFixed(1)+" maxFetchDuration:"+h.toFixed(1)+" fetchDuration:"+A.toFixed(1)+" firstSelection:"+L+" codecSet:"+o.codecSet+" videoRange:"+o.videoRange+" hls.loadLevel:"+v)),L&&(l.firstSelection=$),{v:$}}},$=r;$>=t;$--)if(0!==(F=H())&&F)return F.v;return-1},r.deriveNextAutoLevel=function(e){var t=this.hls,r=t.maxAutoLevel,i=t.minAutoLevel;return Math.min(Math.max(e,i),r)},i(t,[{key:"firstAutoLevel",get:function(){var e=this.hls,t=e.maxAutoLevel,r=e.minAutoLevel,i=this.getBwEstimate(),s=this.hls.config.maxStarvationDelay,n=this.findBestLevel(i,r,t,0,s,1,1);if(n>-1)return n;var a=this.hls.firstLevel,o=Math.min(Math.max(a,r),t);return this.warn("Could not find best starting auto level. Defaulting to first in playlist "+a+" clamped to "+o),o}},{key:"forcedAutoLevel",get:function(){return this.nextAutoLevelKey?-1:this._nextAutoLevel}},{key:"nextAutoLevel",get:function(){var e=this.forcedAutoLevel,t=this.bwEstimator.canEstimate(),r=this.lastLoadedFragLevel>-1;if(!(-1===e||t&&r&&this.nextAutoLevelKey!==this.getAutoLevelKey()))return e;var i=t&&r?this.getNextABRAutoLevel():this.firstAutoLevel;if(-1!==e){var s=this.hls.levels;if(s.length>Math.max(e,i)&&s[e].loadError<=s[i].loadError)return e}return this._nextAutoLevel=i,this.nextAutoLevelKey=this.getAutoLevelKey(),i},set:function(e){var t=this.deriveNextAutoLevel(e);this._nextAutoLevel!==t&&(this.nextAutoLevelKey="",this._nextAutoLevel=t)}}])}(F),it=function(){function e(e){this.tracks=void 0,this.queues={video:[],audio:[],audiovideo:[]},this.tracks=e}var t=e.prototype;return t.destroy=function(){this.tracks=this.queues=null},t.append=function(e,t,r){if(null!==this.queues&&null!==this.tracks){var i=this.queues[t];i.push(e),1!==i.length||r||this.executeNext(t)}},t.appendBlocker=function(e){var t=this;return new Promise((function(r){var i={label:"async-blocker",execute:r,onStart:function(){},onComplete:function(){},onError:function(){}};t.append(i,e)}))},t.prependBlocker=function(e){var t=this;return new Promise((function(r){if(t.queues){var i={label:"async-blocker-prepend",execute:r,onStart:function(){},onComplete:function(){},onError:function(){}};t.queues[e].unshift(i)}}))},t.removeBlockers=function(){null!==this.queues&&[this.queues.video,this.queues.audio,this.queues.audiovideo].forEach((function(e){var t,r=null==(t=e[0])?void 0:t.label;"async-blocker"!==r&&"async-blocker-prepend"!==r||(e[0].execute(),e.splice(0,1))}))},t.unblockAudio=function(e){null!==this.queues&&this.queues.audio[0]===e&&this.shiftAndExecuteNext("audio")},t.executeNext=function(e){if(null!==this.queues&&null!==this.tracks){var t=this.queues[e];if(t.length){var r=t[0];try{r.execute()}catch(t){var i;if(r.onError(t),null===this.queues||null===this.tracks)return;var s=null==(i=this.tracks[e])?void 0:i.buffer;null!=s&&s.updating||this.shiftAndExecuteNext(e)}}}},t.shiftAndExecuteNext=function(e){null!==this.queues&&(this.queues[e].shift(),this.executeNext(e))},t.current=function(e){var t;return(null==(t=this.queues)?void 0:t[e][0])||null},t.toString=function(){var e=this.queues,t=this.tracks;return null===e||null===t?"<destroyed>":"\n"+this.list("video")+"\n"+this.list("audio")+"\n"+this.list("audiovideo")+"}"},t.list=function(e){var t,r;return null!=(t=this.queues)&&t[e]||null!=(r=this.tracks)&&r[e]?e+": ("+this.listSbInfo(e)+") "+this.listOps(e):""},t.listSbInfo=function(e){var t,r=null==(t=this.tracks)?void 0:t[e],i=null==r?void 0:r.buffer;return i?"SourceBuffer"+(i.updating?" updating":"")+(r.ended?" ended":"")+(r.ending?" ending":""):"none"},t.listOps=function(e){var t;return(null==(t=this.queues)?void 0:t[e].map((function(e){return e.label})).join(", "))||""},e}(),st=function(e,t){for(var r=0,i=e.length-1,s=null,n=null;r<=i;){var a=t(n=e[s=(r+i)/2|0]);if(a>0)r=s+1;else{if(!(a<0))return n;i=s-1}}return null};function nt(e,t,r,i,s){void 0===r&&(r=0),void 0===i&&(i=0),void 0===s&&(s=.005);var n=null;if(e){n=t[1+e.sn-t[0].sn]||null;var a=e.endDTS-r;a>0&&a<15e-7&&(r+=15e-7),n&&e.level!==n.level&&n.end<=e.end&&(n=t[2+e.sn-t[0].sn]||null)}else 0===r&&0===t[0].start&&(n=t[0]);if(n&&((!e||e.level===n.level)&&0===at(r,i,n)||function(e,t,r){if(t&&0===t.start&&t.level<e.level&&(t.endPTS||0)>0){var i=t.tagList.reduce((function(e,t){return"INF"===t[0]&&(e+=parseFloat(t[1])),e}),r);return e.start<=i}return!1}(n,e,Math.min(s,i))))return n;var o=st(t,at.bind(null,r,i));return!o||o===e&&n?n:o}function at(e,t,r){if(void 0===e&&(e=0),void 0===t&&(t=0),r.start<=e&&r.start+r.duration>e)return 0;var i=Math.min(t,r.duration+(r.deltaPTS?r.deltaPTS:0));return r.start+r.duration-i<=e?1:r.start-i>e&&r.start?-1:0}function ot(e,t,r){var i=1e3*Math.min(t,r.duration+(r.deltaPTS?r.deltaPTS:0));return(r.endProgramDateTime||0)-i>e}function lt(e){switch(e.details){case A.FRAG_LOAD_TIMEOUT:case A.KEY_LOAD_TIMEOUT:case A.LEVEL_LOAD_TIMEOUT:case A.MANIFEST_LOAD_TIMEOUT:return!0}return!1}function ht(e){return e.details.startsWith("key")}function ut(e){return ht(e)&&!!e.frag&&!e.frag.decryptdata}function dt(e,t){var r=lt(t);return e.default[(r?"timeout":"error")+"Retry"]}function ct(e,t){var r="linear"===e.backoff?1:Math.pow(2,t);return Math.min(r*e.retryDelayMs,e.maxRetryDelayMs)}function ft(e){return u(u({},e),{errorRetry:null,timeoutRetry:null})}function gt(e,t,r,i){if(!e)return!1;var s=null==i?void 0:i.code,n=t<e.maxNumRetry&&(function(e){return pt(e)||!!e&&(e<400||e>499)}(s)||!!r);return e.shouldRetry?e.shouldRetry(e,t,r,i,n):n}function pt(e){return 0===e&&!1===navigator.onLine}var mt=function(e){function t(t){var r;return(r=e.call(this,"error-controller",t.logger)||this).hls=void 0,r.playlistError=0,r.hls=t,r.registerListeners(),r}o(t,e);var r=t.prototype;return r.registerListeners=function(){var e=this.hls;e.on(P.ERROR,this.onError,this),e.on(P.MANIFEST_LOADING,this.onManifestLoading,this),e.on(P.LEVEL_UPDATED,this.onLevelUpdated,this)},r.unregisterListeners=function(){var e=this.hls;e&&(e.off(P.ERROR,this.onError,this),e.off(P.ERROR,this.onErrorOut,this),e.off(P.MANIFEST_LOADING,this.onManifestLoading,this),e.off(P.LEVEL_UPDATED,this.onLevelUpdated,this))},r.destroy=function(){this.unregisterListeners(),this.hls=null},r.startLoad=function(e){},r.stopLoad=function(){this.playlistError=0},r.getVariantLevelIndex=function(e){return(null==e?void 0:e.type)===k?e.level:this.getVariantIndex()},r.getVariantIndex=function(){var e,t=this.hls,r=t.currentLevel;return null!=(e=t.loadLevelObj)&&e.details||-1===r?t.loadLevel:r},r.variantHasKey=function(e,t){if(e){var r;if(null!=(r=e.details)&&r.hasKey(t))return!0;var i=e.audioGroups;if(i)return this.hls.allAudioTracks.filter((function(e){return i.indexOf(e.groupId)>=0})).some((function(e){var r;return null==(r=e.details)?void 0:r.hasKey(t)}))}return!1},r.onManifestLoading=function(){this.playlistError=0},r.onLevelUpdated=function(){this.playlistError=0},r.onError=function(e,t){var r;if(!t.fatal){var i=this.hls,s=t.context;switch(t.details){case A.FRAG_LOAD_ERROR:case A.FRAG_LOAD_TIMEOUT:case A.KEY_LOAD_ERROR:case A.KEY_LOAD_TIMEOUT:return void(t.errorAction=this.getFragRetryOrSwitchAction(t));case A.FRAG_PARSING_ERROR:if(null!=(r=t.frag)&&r.gap)return void(t.errorAction=vt());case A.FRAG_GAP:case A.FRAG_DECRYPT_ERROR:return t.errorAction=this.getFragRetryOrSwitchAction(t),void(t.errorAction.action=2);case A.LEVEL_EMPTY_ERROR:case A.LEVEL_PARSING_ERROR:var n,a=t.parent===k?t.level:i.loadLevel;return void(t.details===A.LEVEL_EMPTY_ERROR&&null!=(n=t.context)&&null!=(n=n.levelDetails)&&n.live?t.errorAction=this.getPlaylistRetryOrSwitchAction(t,a):(t.levelRetry=!1,t.errorAction=this.getLevelSwitchAction(t,a)));case A.LEVEL_LOAD_ERROR:case A.LEVEL_LOAD_TIMEOUT:return void("number"==typeof(null==s?void 0:s.level)&&(t.errorAction=this.getPlaylistRetryOrSwitchAction(t,s.level)));case A.AUDIO_TRACK_LOAD_ERROR:case A.AUDIO_TRACK_LOAD_TIMEOUT:case A.SUBTITLE_LOAD_ERROR:case A.SUBTITLE_TRACK_LOAD_TIMEOUT:if(s){var o=i.loadLevelObj;if(o&&(s.type===D&&o.hasAudioGroup(s.groupId)||s.type===C&&o.hasSubtitleGroup(s.groupId)))return t.errorAction=this.getPlaylistRetryOrSwitchAction(t,i.loadLevel),t.errorAction.action=2,void(t.errorAction.flags=1)}return;case A.KEY_SYSTEM_STATUS_OUTPUT_RESTRICTED:return void(t.errorAction={action:2,flags:2});case A.KEY_SYSTEM_SESSION_UPDATE_FAILED:case A.KEY_SYSTEM_STATUS_INTERNAL_ERROR:case A.KEY_SYSTEM_NO_SESSION:return void(t.errorAction={action:2,flags:4});case A.BUFFER_ADD_CODEC_ERROR:case A.REMUX_ALLOC_ERROR:case A.BUFFER_APPEND_ERROR:var l;return void(t.errorAction||(t.errorAction=this.getLevelSwitchAction(t,null!=(l=t.level)?l:i.loadLevel)));case A.INTERNAL_EXCEPTION:case A.BUFFER_APPENDING_ERROR:case A.BUFFER_FULL_ERROR:case A.LEVEL_SWITCH_ERROR:case A.BUFFER_STALLED_ERROR:case A.BUFFER_SEEK_OVER_HOLE:case A.BUFFER_NUDGE_ON_STALL:return void(t.errorAction=vt())}t.type===R.KEY_SYSTEM_ERROR&&(t.levelRetry=!1,t.errorAction=vt())}},r.getPlaylistRetryOrSwitchAction=function(e,t){var r=dt(this.hls.config.playlistLoadPolicy,e),i=this.playlistError++;if(gt(r,i,lt(e),e.response))return{action:5,flags:0,retryConfig:r,retryCount:i};var s=this.getLevelSwitchAction(e,t);return r&&(s.retryConfig=r,s.retryCount=i),s},r.getFragRetryOrSwitchAction=function(e){var t=this.hls,r=this.getVariantLevelIndex(e.frag),i=t.levels[r],s=t.config,n=s.fragLoadPolicy,a=s.keyLoadPolicy,o=dt(ht(e)?a:n,e),l=t.levels.reduce((function(e,t){return e+t.fragmentError}),0);if(i&&(e.details!==A.FRAG_GAP&&i.fragmentError++,!ut(e)&&gt(o,l,lt(e),e.response)))return{action:5,flags:0,retryConfig:o,retryCount:l};var h=this.getLevelSwitchAction(e,r);return o&&(h.retryConfig=o,h.retryCount=l),h},r.getLevelSwitchAction=function(e,t){var r=this.hls;null==t&&(t=r.loadLevel);var i=this.hls.levels[t];if(i){var s,n,a=e.details;i.loadError++,a===A.BUFFER_APPEND_ERROR&&i.fragmentError++;var o=-1,l=r.levels,h=r.loadLevel,u=r.minAutoLevel,d=r.maxAutoLevel;r.autoLevelEnabled||r.config.preserveManualLevelOnError||(r.loadLevel=-1);for(var c,f=null==(s=e.frag)?void 0:s.type,g=(f===M&&a===A.FRAG_PARSING_ERROR||"audio"===e.sourceBufferName&&(a===A.BUFFER_ADD_CODEC_ERROR||a===A.BUFFER_APPEND_ERROR))&&l.some((function(e){var t=e.audioCodec;return i.audioCodec!==t})),p="video"===e.sourceBufferName&&(a===A.BUFFER_ADD_CODEC_ERROR||a===A.BUFFER_APPEND_ERROR)&&l.some((function(e){var t=e.codecSet,r=e.audioCodec;return i.codecSet!==t&&i.audioCodec===r})),m=null!=(n=e.context)?n:{},v=m.type,y=m.groupId,E=function(){var t=(S+h)%l.length;if(t!==h&&t>=u&&t<=d&&0===l[t].loadError){var r,s,n=l[t];if(a===A.FRAG_GAP&&f===k&&e.frag){var c=l[t].details;if(c){var m=nt(e.frag,c.fragments,e.frag.start);if(null!=m&&m.gap)return 0}}else{if(v===D&&n.hasAudioGroup(y)||v===C&&n.hasSubtitleGroup(y))return 0;if(f===M&&null!=(r=i.audioGroups)&&r.some((function(e){return n.hasAudioGroup(e)}))||f===O&&null!=(s=i.subtitleGroups)&&s.some((function(e){return n.hasSubtitleGroup(e)}))||g&&i.audioCodec===n.audioCodec||p&&i.codecSet===n.codecSet||!g&&i.codecSet!==n.codecSet)return 0}return o=t,1}},S=l.length;S--&&(0===(c=E())||1!==c););if(o>-1&&r.loadLevel!==o)return e.levelRetry=!0,this.playlistError=0,{action:2,flags:0,nextAutoLevel:o}}return{action:2,flags:1}},r.onErrorOut=function(e,t){var r;switch(null==(r=t.errorAction)?void 0:r.action){case 0:break;case 2:this.sendAlternateToPenaltyBox(t),t.errorAction.resolved||t.details===A.FRAG_GAP?/MediaSource readyState: ended/.test(t.error.message)&&(this.warn('MediaSource ended after "'+t.sourceBufferName+'" sourceBuffer append error. Attempting to recover from media error.'),this.hls.recoverMediaError()):t.fatal=!0}t.fatal&&this.hls.stopLoad()},r.sendAlternateToPenaltyBox=function(e){var t=this.hls,r=e.errorAction;if(r){var i=r.flags,s=r.nextAutoLevel;switch(i){case 0:this.switchLevel(e,s);break;case 2:var n=this.getVariantLevelIndex(e.frag),a=t.levels[n],o=null==a?void 0:a.attrs["HDCP-LEVEL"];if(r.hdcpLevel=o,"NONE"===o)this.warn("HDCP policy resticted output with HDCP-LEVEL=NONE");else if(o){t.maxHdcpLevel=je[je.indexOf(o)-1],r.resolved=!0,this.warn('Restricting playback to HDCP-LEVEL of "'+t.maxHdcpLevel+'" or lower');break}case 4:var l=e.decryptdata;if(l){for(var h=this.hls.levels,u=h.length,d=u;d--;){var c,f;this.variantHasKey(h[d],l)&&(this.log("Banned key found in level "+d+" ("+h[d].bitrate+'bps) or audio group "'+(null==(c=h[d].audioGroups)?void 0:c.join(","))+'" ('+(null==(f=e.frag)?void 0:f.type)+" fragment) "+Q(l.keyId||[])),h[d].fragmentError++,h[d].loadError++,this.log("Removing level "+d+" with key error ("+e.error+")"),this.hls.removeLevel(d))}var g=e.frag;if(this.hls.levels.length<u)r.resolved=!0;else if(g&&g.type!==k){var p=g.decryptdata;p&&!l.matches(p)&&(r.resolved=!0)}}}r.resolved||this.switchLevel(e,s)}},r.switchLevel=function(e,t){if(void 0!==t&&e.errorAction&&(this.warn("switching to level "+t+" after "+e.details),this.hls.nextAutoLevel=t,e.errorAction.resolved=!0,this.hls.nextLoadLevel=this.hls.nextAutoLevel,e.details===A.BUFFER_ADD_CODEC_ERROR&&e.mimeType&&"audiovideo"!==e.sourceBufferName))for(var r=qe(e.mimeType),i=this.hls.levels,s=i.length;s--;)i[s][e.sourceBufferName+"Codec"]===r&&(this.log("Removing level "+s+" for "+e.details+' ("'+r+'" not supported)'),this.hls.removeLevel(s))},t}(F);function vt(e){var t={action:0,flags:0};return e&&(t.resolved=!0),t}var yt={length:0,start:function(){return 0},end:function(){return 0}},Et=function(){function e(){}return e.isBuffered=function(t,r){if(t)for(var i=e.getBuffered(t),s=i.length;s--;)if(r>=i.start(s)&&r<=i.end(s))return!0;return!1},e.bufferedRanges=function(t){if(t){var r=e.getBuffered(t);return e.timeRangesToArray(r)}return[]},e.timeRangesToArray=function(e){for(var t=[],r=0;r<e.length;r++)t.push({start:e.start(r),end:e.end(r)});return t},e.bufferInfo=function(t,r,i){if(t){var s=e.bufferedRanges(t);if(s.length)return e.bufferedInfo(s,r,i)}return{len:0,start:r,end:r,bufferedIndex:-1}},e.bufferedInfo=function(e,t,r){t=Math.max(0,t),e.length>1&&e.sort((function(e,t){return e.start-t.start||t.end-e.end}));var i=-1,s=[];if(r)for(var n=0;n<e.length;n++){t>=e[n].start&&t<=e[n].end&&(i=n);var a=s.length;if(a){var o=s[a-1].end;e[n].start-o<r?e[n].end>o&&(s[a-1].end=e[n].end):s.push(e[n])}else s.push(e[n])}else s=e;for(var l,h=0,u=t,d=t,c=0;c<s.length;c++){var f=s[c].start,g=s[c].end;if(-1===i&&t>=f&&t<=g&&(i=c),t+r>=f&&t<g)u=f,h=(d=g)-t;else if(t+r<f){l=f;break}}return{len:h,start:u||0,end:d||0,nextStart:l,buffered:e,bufferedIndex:i}},e.getBuffered=function(e){try{return e.buffered||yt}catch(e){return j.log("failed to get media.buffered",e),yt}},e}(),St=/(avc[1234]|hvc1|hev1|dvh[1e]|vp09|av01)(?:\.[^.,]+)+/,Tt="HlsJsTrackRemovedError",_t=function(e){function t(t){var r;return(r=e.call(this,t)||this).name=Tt,r}return o(t,e),t}(f(Error)),Lt=function(e){function t(t,r){var i,s;return(i=e.call(this,"buffer-controller",t.logger)||this).hls=void 0,i.fragmentTracker=void 0,i.details=null,i._objectUrl=null,i.operationQueue=null,i.bufferCodecEventsTotal=0,i.media=null,i.mediaSource=null,i.lastMpegAudioChunk=null,i.blockedAudioAppend=null,i.lastVideoAppendEnd=0,i.appendSource=void 0,i.transferData=void 0,i.overrides=void 0,i.appendErrors={audio:0,video:0,audiovideo:0},i.tracks={},i.sourceBuffers=[[null,null],[null,null]],i._onEndStreaming=function(e){var t;i.hls&&"open"===(null==(t=i.mediaSource)?void 0:t.readyState)&&i.hls.pauseBuffering()},i._onStartStreaming=function(e){i.hls&&i.hls.resumeBuffering()},i._onMediaSourceOpen=function(e){var t=i,r=t.media,s=t.mediaSource;e&&i.log("Media source opened"),r&&s&&(s.removeEventListener("sourceopen",i._onMediaSourceOpen),r.removeEventListener("emptied",i._onMediaEmptied),i.updateDuration(),i.hls.trigger(P.MEDIA_ATTACHED,{media:r,mediaSource:s}),null!==i.mediaSource&&i.checkPendingTracks())},i._onMediaSourceClose=function(){i.log("Media source closed")},i._onMediaSourceEnded=function(){i.log("Media source ended")},i._onMediaEmptied=function(){var e=i,t=e.mediaSrc,r=e._objectUrl;t!==r&&i.error("Media element src was set while attaching MediaSource ("+r+" > "+t+")")},i.hls=t,i.fragmentTracker=r,i.appendSource=(s=Y(t.config.preferManagedMediaSource),"undefined"!=typeof self&&s===self.ManagedMediaSource),i.initTracks(),i.registerListeners(),i}o(t,e);var r=t.prototype;return r.hasSourceTypes=function(){return Object.keys(this.tracks).length>0},r.destroy=function(){this.unregisterListeners(),this.details=null,this.lastMpegAudioChunk=this.blockedAudioAppend=null,this.transferData=this.overrides=void 0,this.operationQueue&&(this.operationQueue.destroy(),this.operationQueue=null),this.hls=this.fragmentTracker=null,this._onMediaSourceOpen=this._onMediaSourceClose=null,this._onMediaSourceEnded=null,this._onStartStreaming=this._onEndStreaming=null},r.registerListeners=function(){var e=this.hls;e.on(P.MEDIA_ATTACHING,this.onMediaAttaching,this),e.on(P.MEDIA_DETACHING,this.onMediaDetaching,this),e.on(P.MANIFEST_LOADING,this.onManifestLoading,this),e.on(P.MANIFEST_PARSED,this.onManifestParsed,this),e.on(P.BUFFER_RESET,this.onBufferReset,this),e.on(P.BUFFER_APPENDING,this.onBufferAppending,this),e.on(P.BUFFER_CODECS,this.onBufferCodecs,this),e.on(P.BUFFER_EOS,this.onBufferEos,this),e.on(P.BUFFER_FLUSHING,this.onBufferFlushing,this),e.on(P.LEVEL_UPDATED,this.onLevelUpdated,this),e.on(P.FRAG_PARSED,this.onFragParsed,this),e.on(P.FRAG_CHANGED,this.onFragChanged,this),e.on(P.ERROR,this.onError,this)},r.unregisterListeners=function(){var e=this.hls;e.off(P.MEDIA_ATTACHING,this.onMediaAttaching,this),e.off(P.MEDIA_DETACHING,this.onMediaDetaching,this),e.off(P.MANIFEST_LOADING,this.onManifestLoading,this),e.off(P.MANIFEST_PARSED,this.onManifestParsed,this),e.off(P.BUFFER_RESET,this.onBufferReset,this),e.off(P.BUFFER_APPENDING,this.onBufferAppending,this),e.off(P.BUFFER_CODECS,this.onBufferCodecs,this),e.off(P.BUFFER_EOS,this.onBufferEos,this),e.off(P.BUFFER_FLUSHING,this.onBufferFlushing,this),e.off(P.LEVEL_UPDATED,this.onLevelUpdated,this),e.off(P.FRAG_PARSED,this.onFragParsed,this),e.off(P.FRAG_CHANGED,this.onFragChanged,this),e.off(P.ERROR,this.onError,this)},r.transferMedia=function(){var e=this,t=this.media,r=this.mediaSource;if(!t)return null;var i={};if(this.operationQueue){var s=this.isUpdating();s||this.operationQueue.removeBlockers();var a=this.isQueued();(s||a)&&this.warn("Transfering MediaSource with"+(a?" operations in queue":"")+(s?" updating SourceBuffer(s)":"")+" "+this.operationQueue),this.operationQueue.destroy()}var o=this.transferData;return!this.sourceBufferCount&&o&&o.mediaSource===r?n(i,o.tracks):this.sourceBuffers.forEach((function(t){var r=t[0];r&&(i[r]=n({},e.tracks[r]),e.removeBuffer(r)),t[0]=t[1]=null})),{media:t,mediaSource:r,tracks:i}},r.initTracks=function(){this.sourceBuffers=[[null,null],[null,null]],this.tracks={},this.resetQueue(),this.resetAppendErrors(),this.lastMpegAudioChunk=this.blockedAudioAppend=null,this.lastVideoAppendEnd=0},r.onManifestLoading=function(){this.bufferCodecEventsTotal=0,this.details=null},r.onManifestParsed=function(e,t){var r,i=2;(t.audio&&!t.video||!t.altAudio)&&(i=1),this.bufferCodecEventsTotal=i,this.log(i+" bufferCodec event(s) expected."),null!=(r=this.transferData)&&r.mediaSource&&this.sourceBufferCount&&i&&this.bufferCreated()},r.onMediaAttaching=function(e,t){var r=this.media=t.media;this.transferData=this.overrides=void 0;var i=Y(this.appendSource);if(i){var s=!!t.mediaSource;(s||t.overrides)&&(this.transferData=t,this.overrides=t.overrides);var n=this.mediaSource=t.mediaSource||new i;if(this.assignMediaSource(n),s)this._objectUrl=r.src,this.attachTransferred();else{var a=this._objectUrl=self.URL.createObjectURL(n);if(this.appendSource)try{r.removeAttribute("src");var o=self.ManagedMediaSource;r.disableRemotePlayback=r.disableRemotePlayback||o&&n instanceof o,bt(r),function(e,t){var r=self.document.createElement("source");r.type="video/mp4",r.src=t,e.appendChild(r)}(r,a),r.load()}catch(e){r.src=a}else r.src=a}r.addEventListener("emptied",this._onMediaEmptied)}},r.assignMediaSource=function(e){var t,r;this.log(((null==(t=this.transferData)?void 0:t.mediaSource)===e?"transferred":"created")+" media source: "+(null==(r=e.constructor)?void 0:r.name)),e.addEventListener("sourceopen",this._onMediaSourceOpen),e.addEventListener("sourceended",this._onMediaSourceEnded),e.addEventListener("sourceclose",this._onMediaSourceClose),this.appendSource&&(e.addEventListener("startstreaming",this._onStartStreaming),e.addEventListener("endstreaming",this._onEndStreaming))},r.attachTransferred=function(){var e=this,t=this.media,r=this.transferData;if(r&&t){var i=this.tracks,s=r.tracks,n=s?Object.keys(s):null,a=n?n.length:0,o=function(){Promise.resolve().then((function(){e.media&&e.mediaSourceOpenOrEnded&&e._onMediaSourceOpen()}))};if(s&&n&&a){if(!this.tracksReady)return this.hls.config.startFragPrefetch=!0,void this.log("attachTransferred: waiting for SourceBuffer track info");if(this.log("attachTransferred: (bufferCodecEventsTotal "+this.bufferCodecEventsTotal+")\nrequired tracks: "+Je(i,(function(e,t){return"initSegment"===e?void 0:t}))+";\ntransfer tracks: "+Je(s,(function(e,t){return"initSegment"===e?void 0:t}))+"}"),!function(e,t){var r=Object.keys(e),i=Object.keys(t),s=r.length,n=i.length;return!s||!n||s===n&&!r.some((function(e){return-1===i.indexOf(e)}))}(s,i)){r.mediaSource=null,r.tracks=void 0;var l=t.currentTime,h=this.details,u=Math.max(l,(null==h?void 0:h.fragments[0].start)||0);return u-l>1?void this.log("attachTransferred: waiting for playback to reach new tracks start time "+l+" -> "+u):(this.warn('attachTransferred: resetting MediaSource for incompatible tracks ("'+Object.keys(s)+'"->"'+Object.keys(i)+'") start time: '+u+" currentTime: "+l),this.onMediaDetaching(P.MEDIA_DETACHING,{}),this.onMediaAttaching(P.MEDIA_ATTACHING,r),void(t.currentTime=u))}this.transferData=void 0,n.forEach((function(t){var r=t,i=s[r];if(i){var n=i.buffer;if(n){var a=e.fragmentTracker,o=i.id;if(a.hasFragments(o)||a.hasParts(o)){var l=Et.getBuffered(n);a.detectEvictedFragments(r,l,o,null,!0)}var h=Rt(r),u=[r,n];e.sourceBuffers[h]=u,n.updating&&e.operationQueue&&e.operationQueue.prependBlocker(r),e.trackSourceBuffer(r,i)}}})),o(),this.bufferCreated()}else this.log("attachTransferred: MediaSource w/o SourceBuffers"),o()}},r.onMediaDetaching=function(e,t){var r=this,i=!!t.transferMedia;this.transferData=this.overrides=void 0;var s=this.media,n=this.mediaSource,a=this._objectUrl;if(n){if(this.log("media source "+(i?"transferring":"detaching")),i)this.sourceBuffers.forEach((function(e){var t=e[0];t&&r.removeBuffer(t)})),this.resetQueue();else{if(this.mediaSourceOpenOrEnded){var o="open"===n.readyState;try{for(var l=n.sourceBuffers,h=l.length;h--;)o&&l[h].abort(),n.removeSourceBuffer(l[h]);o&&n.endOfStream()}catch(e){this.warn("onMediaDetaching: "+e.message+" while calling endOfStream")}}this.sourceBufferCount&&this.onBufferReset()}n.removeEventListener("sourceopen",this._onMediaSourceOpen),n.removeEventListener("sourceended",this._onMediaSourceEnded),n.removeEventListener("sourceclose",this._onMediaSourceClose),this.appendSource&&(n.removeEventListener("startstreaming",this._onStartStreaming),n.removeEventListener("endstreaming",this._onEndStreaming)),this.mediaSource=null,this._objectUrl=null}s&&(s.removeEventListener("emptied",this._onMediaEmptied),i||(a&&self.URL.revokeObjectURL(a),this.mediaSrc===a?(s.removeAttribute("src"),this.appendSource&&bt(s),s.load()):this.warn("media|source.src was changed by a third party - skip cleanup")),this.media=null),this.hls.trigger(P.MEDIA_DETACHED,t)},r.onBufferReset=function(){var e=this;this.sourceBuffers.forEach((function(t){var r=t[0];r&&e.resetBuffer(r)})),this.initTracks()},r.resetBuffer=function(e){var t,r=null==(t=this.tracks[e])?void 0:t.buffer;if(this.removeBuffer(e),r)try{var i;null!=(i=this.mediaSource)&&i.sourceBuffers.length&&this.mediaSource.removeSourceBuffer(r)}catch(t){this.warn("onBufferReset "+e,t)}delete this.tracks[e]},r.removeBuffer=function(e){this.removeBufferListeners(e),this.sourceBuffers[Rt(e)]=[null,null];var t=this.tracks[e];t&&(t.buffer=void 0)},r.resetQueue=function(){this.operationQueue&&this.operationQueue.destroy(),this.operationQueue=new it(this.tracks)},r.onBufferCodecs=function(e,t){var r,i=this,s=this.tracks,n=Object.keys(t);this.log('BUFFER_CODECS: "'+n+'" (current SB count '+this.sourceBufferCount+")");var a="audiovideo"in t&&(s.audio||s.video)||s.audiovideo&&("audio"in t||"video"in t),o=!a&&this.sourceBufferCount&&this.media&&n.some((function(e){return!s[e]}));a||o?this.warn('Unsupported transition between "'+Object.keys(s)+'" and "'+n+'" SourceBuffers'):(n.forEach((function(e){var r,n,a=t[e],o=a.id,l=a.codec,h=a.levelCodec,u=a.container,d=a.metadata,c=a.supplemental,f=s[e],g=null==(r=i.transferData)||null==(r=r.tracks)?void 0:r[e],p=null!=g&&g.buffer?g:f,m=(null==p?void 0:p.pendingCodec)||(null==p?void 0:p.codec),v=null==p?void 0:p.levelCodec;f||(f=s[e]={buffer:void 0,listeners:[],codec:l,supplemental:c,container:u,levelCodec:h,metadata:d,id:o});var y=He(m,v),E=null==y?void 0:y.replace(St,"$1"),S=He(l,h),T=null==(n=S)?void 0:n.replace(St,"$1");S&&y&&E!==T&&("audio"===e.slice(0,5)&&(S=Ge(S,i.appendSource)),i.log("switching codec "+m+" to "+S),S!==(f.pendingCodec||f.codec)&&(f.pendingCodec=S),f.container=u,i.appendChangeType(e,u,S))})),(this.tracksReady||this.sourceBufferCount)&&(t.tracks=this.sourceBufferTracks),this.sourceBufferCount||(this.bufferCodecEventsTotal>1&&!this.tracks.video&&!t.video&&"main"===(null==(r=t.audio)?void 0:r.id)&&(this.log("Main audio-only"),this.bufferCodecEventsTotal=1),this.mediaSourceOpenOrEnded&&this.checkPendingTracks()))},r.appendChangeType=function(e,t,r){var i=this,s=t+";codecs="+r,n={label:"change-type="+s,execute:function(){var n=i.tracks[e];if(n){var a=n.buffer;null!=a&&a.changeType&&(i.log("changing "+e+" sourceBuffer type to "+s),a.changeType(s),n.codec=r,n.container=t)}i.shiftAndExecuteNext(e)},onStart:function(){},onComplete:function(){},onError:function(t){i.warn("Failed to change "+e+" SourceBuffer type",t)}};this.append(n,e,this.isPending(this.tracks[e]))},r.blockAudio=function(e){var t,r=this,i=e.start,s=i+.05*e.duration;if(!0!==(null==(t=this.fragmentTracker.getAppendedFrag(i,k))?void 0:t.gap)){var n={label:"block-audio",execute:function(){var e,t=r.tracks.video;(r.lastVideoAppendEnd>s||null!=t&&t.buffer&&Et.isBuffered(t.buffer,s)||!0===(null==(e=r.fragmentTracker.getAppendedFrag(s,k))?void 0:e.gap))&&(r.blockedAudioAppend=null,r.shiftAndExecuteNext("audio"))},onStart:function(){},onComplete:function(){},onError:function(e){r.warn("Error executing block-audio operation",e)}};this.blockedAudioAppend={op:n,frag:e},this.append(n,"audio",!0)}},r.unblockAudio=function(){var e=this.blockedAudioAppend,t=this.operationQueue;e&&t&&(this.blockedAudioAppend=null,t.unblockAudio(e.op))},r.onBufferAppending=function(e,t){var r=this,i=this.tracks,s=t.data,n=t.type,a=t.parent,o=t.frag,l=t.part,h=t.chunkMeta,u=t.offset,d=h.buffering[n],c=o.sn,f=o.cc,g=self.performance.now();d.start=g;var p=o.stats.buffering,m=l?l.stats.buffering:null;0===p.start&&(p.start=g),m&&0===m.start&&(m.start=g);var v=i.audio,y=!1;"audio"===n&&"audio/mpeg"===(null==v?void 0:v.container)&&(y=!this.lastMpegAudioChunk||1===h.id||this.lastMpegAudioChunk.sn!==h.sn,this.lastMpegAudioChunk=h);var E=i.video,S=null==E?void 0:E.buffer;if(S&&"initSegment"!==c){var T=l||o,L=this.blockedAudioAppend;if("audio"!==n||"main"===a||this.blockedAudioAppend||E.ending||E.ended){if("video"===n){var b=T.end;if(L){var w=L.frag.start;(b>w||b<this.lastVideoAppendEnd||Et.isBuffered(S,w))&&this.unblockAudio()}this.lastVideoAppendEnd=b}}else{var I=T.start+.05*T.duration,D=S.buffered,C=this.currentOp("video");D.length||C?!C&&!Et.isBuffered(S,I)&&this.lastVideoAppendEnd<I&&this.blockAudio(T):this.blockAudio(T)}}var M=(l||o).start,O={label:"append-"+n,execute:function(){var e;d.executeStart=self.performance.now();var t=null==(e=r.tracks[n])?void 0:e.buffer;t&&(y?r.updateTimestampOffset(t,M,.1,n,c,f):void 0!==u&&_(u)&&r.updateTimestampOffset(t,u,1e-6,n,c,f)),r.appendExecutor(s,n)},onStart:function(){},onComplete:function(){var e=self.performance.now();d.executeEnd=d.end=e,0===p.first&&(p.first=e),m&&0===m.first&&(m.first=e);var t={};r.sourceBuffers.forEach((function(e){var r=e[0],i=e[1];r&&(t[r]=Et.getBuffered(i))})),r.appendErrors[n]=0,"audio"===n||"video"===n?r.appendErrors.audiovideo=0:(r.appendErrors.audio=0,r.appendErrors.video=0),r.hls.trigger(P.BUFFER_APPENDED,{type:n,frag:o,part:l,chunkMeta:h,parent:o.type,timeRanges:t})},onError:function(e){var t,i={type:R.MEDIA_ERROR,parent:o.type,details:A.BUFFER_APPEND_ERROR,sourceBufferName:n,frag:o,part:l,chunkMeta:h,error:e,err:e,fatal:!1},s=null==(t=r.media)?void 0:t.error;if(e.code===DOMException.QUOTA_EXCEEDED_ERR||"QuotaExceededError"==e.name||"quota"in e)i.details=A.BUFFER_FULL_ERROR;else if(e.code===DOMException.INVALID_STATE_ERR&&r.mediaSourceOpenOrEnded&&!s)i.errorAction=vt(!0);else if(e.name===Tt&&0===r.sourceBufferCount)i.errorAction=vt(!0);else{var a=++r.appendErrors[n];r.warn("Failed "+a+"/"+r.hls.config.appendErrorMaxRetry+' times to append segment in "'+n+'" sourceBuffer ('+(s||"no media error")+")"),(a>=r.hls.config.appendErrorMaxRetry||s)&&(i.fatal=!0)}r.hls.trigger(P.ERROR,i)}};this.log('queuing "'+n+'" append sn: '+c+(l?" p: "+l.index:"")+" of "+(o.type===k?"level":"track")+" "+o.level+" cc: "+f),this.append(O,n,this.isPending(this.tracks[n]))},r.getFlushOp=function(e,t,r){var i=this;return this.log('queuing "'+e+'" remove '+t+"-"+r),{label:"remove",execute:function(){i.removeExecutor(e,t,r)},onStart:function(){},onComplete:function(){i.hls.trigger(P.BUFFER_FLUSHED,{type:e})},onError:function(s){i.warn("Failed to remove "+t+"-"+r+' from "'+e+'" SourceBuffer',s)}}},r.onBufferFlushing=function(e,t){var r=this,i=t.type,s=t.startOffset,n=t.endOffset;i?this.append(this.getFlushOp(i,s,n),i):this.sourceBuffers.forEach((function(e){var t=e[0];t&&r.append(r.getFlushOp(t,s,n),t)}))},r.onFragParsed=function(e,t){var r=this,i=t.frag,s=t.part,n=[],a=s?s.elementaryStreams:i.elementaryStreams;a[re]?n.push("audiovideo"):(a[ee]&&n.push("audio"),a[te]&&n.push("video")),0===n.length&&this.warn("Fragments must have at least one ElementaryStreamType set. type: "+i.type+" level: "+i.level+" sn: "+i.sn),this.blockBuffers((function(){var e=self.performance.now();i.stats.buffering.end=e,s&&(s.stats.buffering.end=e);var t=s?s.stats:i.stats;r.hls.trigger(P.FRAG_BUFFERED,{frag:i,part:s,stats:t,id:i.type})}),n).catch((function(e){r.warn("Fragment buffered callback "+e),r.stepOperationQueue(r.sourceBufferTypes)}))},r.onFragChanged=function(e,t){this.trimBuffers()},r.onBufferEos=function(e,t){var r,i=this;this.sourceBuffers.forEach((function(e){var r=e[0];if(r){var s=i.tracks[r];t.type&&t.type!==r||(s.ending=!0,s.ended||(s.ended=!0,i.log(r+" buffer reached EOS")))}}));var s=!1!==(null==(r=this.overrides)?void 0:r.endOfStream);this.sourceBufferCount>0&&!this.sourceBuffers.some((function(e){var t,r=e[0];return r&&!(null!=(t=i.tracks[r])&&t.ended)}))?s?(this.log("Queueing EOS"),this.blockUntilOpen((function(){i.tracksEnded();var e=i.mediaSource;e&&"open"===e.readyState?(i.log("Calling mediaSource.endOfStream()"),e.endOfStream(),i.hls.trigger(P.BUFFERED_TO_END,void 0)):e&&i.log("Could not call mediaSource.endOfStream(). mediaSource.readyState: "+e.readyState)}))):(this.tracksEnded(),this.hls.trigger(P.BUFFERED_TO_END,void 0)):"video"===t.type&&this.unblockAudio()},r.tracksEnded=function(){var e=this;this.sourceBuffers.forEach((function(t){var r=t[0];if(null!==r){var i=e.tracks[r];i&&(i.ending=!1)}}))},r.onLevelUpdated=function(e,t){var r=t.details;r.fragments.length&&(this.details=r,this.updateDuration())},r.updateDuration=function(){var e=this;this.blockUntilOpen((function(){var t=e.getDurationAndRange();t&&e.updateMediaSource(t)}))},r.onError=function(e,t){if(t.details===A.BUFFER_APPEND_ERROR&&t.frag){var r,i=null==(r=t.errorAction)?void 0:r.nextAutoLevel;_(i)&&i!==t.frag.level&&this.resetAppendErrors()}},r.resetAppendErrors=function(){this.appendErrors={audio:0,video:0,audiovideo:0}},r.trimBuffers=function(){var e=this.hls,t=this.details,r=this.media;if(r&&null!==t&&this.sourceBufferCount){var i=e.config,s=r.currentTime,n=t.levelTargetDuration,a=t.live&&null!==i.liveBackBufferLength?i.liveBackBufferLength:i.backBufferLength;if(_(a)&&a>=0){var o=Math.max(a,n),l=Math.floor(s/n)*n-o;this.flushBackBuffer(s,n,l)}var h=i.frontBufferFlushThreshold;if(_(h)&&h>0){var u=Math.max(i.maxBufferLength,h),d=Math.max(u,n),c=Math.floor(s/n)*n+d;this.flushFrontBuffer(s,n,c)}}},r.flushBackBuffer=function(e,t,r){var i=this;this.sourceBuffers.forEach((function(e){var t=e[0],s=e[1];if(s){var n=Et.getBuffered(s);if(n.length>0&&r>n.start(0)){var a;i.hls.trigger(P.BACK_BUFFER_REACHED,{bufferEnd:r});var o=i.tracks[t];if(null!=(a=i.details)&&a.live)i.hls.trigger(P.LIVE_BACK_BUFFER_REACHED,{bufferEnd:r});else if(null!=o&&o.ended)return void i.log("Cannot flush "+t+" back buffer while SourceBuffer is in ended state");i.hls.trigger(P.BUFFER_FLUSHING,{startOffset:0,endOffset:r,type:t})}}}))},r.flushFrontBuffer=function(e,t,r){var i=this;this.sourceBuffers.forEach((function(t){var s=t[0],n=t[1];if(n){var a=Et.getBuffered(n),o=a.length;if(o<2)return;var l=a.start(o-1),h=a.end(o-1);if(r>l||e>=l&&e<=h)return;i.hls.trigger(P.BUFFER_FLUSHING,{startOffset:l,endOffset:1/0,type:s})}}))},r.getDurationAndRange=function(){var e,t=this.details,r=this.mediaSource;if(!t||!this.media||"open"!==(null==r?void 0:r.readyState))return null;var i=t.edge;if(t.live&&this.hls.config.liveDurationInfinity){if(t.fragments.length&&r.setLiveSeekableRange){var s=Math.max(0,t.fragmentStart);return{duration:1/0,start:s,end:Math.max(s,i)}}return{duration:1/0}}var n=null==(e=this.overrides)?void 0:e.duration;if(n)return _(n)?{duration:n}:null;var a=this.media.duration;return i>(_(r.duration)?r.duration:0)&&i>a||!_(a)?{duration:i}:null},r.updateMediaSource=function(e){var t=e.duration,r=e.start,i=e.end,s=this.mediaSource;this.media&&s&&"open"===s.readyState&&(s.duration!==t&&(_(t)&&this.log("Updating MediaSource duration to "+t.toFixed(3)),s.duration=t),void 0!==r&&void 0!==i&&(this.log("MediaSource duration is set to "+s.duration+". Setting seekable range to "+r+"-"+i+"."),s.setLiveSeekableRange(r,i)))},r.checkPendingTracks=function(){var e=this.bufferCodecEventsTotal,t=this.pendingTrackCount,r=this.tracks;if(this.log("checkPendingTracks (pending: "+t+" codec events expected: "+e+") "+Je(r)),this.tracksReady){var i,s=null==(i=this.transferData)?void 0:i.tracks;s&&Object.keys(s).length?this.attachTransferred():this.createSourceBuffers()}},r.bufferCreated=function(){var e=this;if(this.sourceBufferCount){var t={};this.sourceBuffers.forEach((function(r){var i=r[0],s=r[1];if(i){var n=e.tracks[i];t[i]={buffer:s,container:n.container,codec:n.codec,supplemental:n.supplemental,levelCodec:n.levelCodec,id:n.id,metadata:n.metadata}}})),this.hls.trigger(P.BUFFER_CREATED,{tracks:t}),this.log("SourceBuffers created. Running queue: "+this.operationQueue),this.sourceBuffers.forEach((function(t){var r=t[0];e.executeNext(r)}))}else{var r=new Error("could not create source buffer for media codec(s)");this.hls.trigger(P.ERROR,{type:R.MEDIA_ERROR,details:A.BUFFER_INCOMPATIBLE_CODECS_ERROR,fatal:!0,error:r,reason:r.message})}},r.createSourceBuffers=function(){var e=this.tracks,t=this.sourceBuffers,r=this.mediaSource;if(!r)throw new Error("createSourceBuffers called when mediaSource was null");for(var i in e){var s=i,n=e[s];if(this.isPending(n)){var a=this.getTrackCodec(n,s),o=n.container+";codecs="+a;n.codec=a,this.log("creating sourceBuffer("+o+")"+(this.currentOp(s)?" Queued":"")+" "+Je(n));try{var l=r.addSourceBuffer(o),h=Rt(s),u=[s,l];t[h]=u,n.buffer=l}catch(e){var d;return this.error("error while trying to add sourceBuffer: "+e.message),this.shiftAndExecuteNext(s),null==(d=this.operationQueue)||d.removeBlockers(),delete this.tracks[s],void this.hls.trigger(P.ERROR,{type:R.MEDIA_ERROR,details:A.BUFFER_ADD_CODEC_ERROR,fatal:!1,error:e,sourceBufferName:s,mimeType:o,parent:n.id})}this.trackSourceBuffer(s,n)}}this.bufferCreated()},r.getTrackCodec=function(e,t){var r=e.supplemental,i=e.codec;r&&("video"===t||"audiovideo"===t)&&Me(r,"video")&&(i=function(e,t){var r=[];if(e)for(var i=e.split(","),s=0;s<i.length;s++)ke(i[s],"video")||r.push(i[s]);return t&&r.push(t),r.join(",")}(i,r));var s=He(i,e.levelCodec);return s?"audio"===t.slice(0,5)?Ge(s,this.appendSource):s:""},r.trackSourceBuffer=function(e,t){var r=this,i=t.buffer;if(i){var s=this.getTrackCodec(t,e);this.tracks[e]={buffer:i,codec:s,container:t.container,levelCodec:t.levelCodec,supplemental:t.supplemental,metadata:t.metadata,id:t.id,listeners:[]},this.removeBufferListeners(e),this.addBufferListener(e,"updatestart",this.onSBUpdateStart),this.addBufferListener(e,"updateend",this.onSBUpdateEnd),this.addBufferListener(e,"error",this.onSBUpdateError),this.appendSource&&this.addBufferListener(e,"bufferedchange",(function(e,t){var i=t.removedRanges;null!=i&&i.length&&r.hls.trigger(P.BUFFER_FLUSHED,{type:e})}))}},r.onSBUpdateStart=function(e){var t=this.currentOp(e);t&&t.onStart()},r.onSBUpdateEnd=function(e){var t;if("closed"!==(null==(t=this.mediaSource)?void 0:t.readyState)){var r=this.currentOp(e);r&&(r.onComplete(),this.shiftAndExecuteNext(e))}else this.resetBuffer(e)},r.onSBUpdateError=function(e,t){var r,i=new Error(e+" SourceBuffer error. MediaSource readyState: "+(null==(r=this.mediaSource)?void 0:r.readyState));this.error(""+i,t),this.hls.trigger(P.ERROR,{type:R.MEDIA_ERROR,details:A.BUFFER_APPENDING_ERROR,sourceBufferName:e,error:i,fatal:!1});var s=this.currentOp(e);s&&s.onError(i)},r.updateTimestampOffset=function(e,t,r,i,s,n){var a=t-e.timestampOffset;Math.abs(a)>=r&&(this.log("Updating "+i+" SourceBuffer timestampOffset to "+t+" (sn: "+s+" cc: "+n+")"),e.timestampOffset=t)},r.removeExecutor=function(e,t,r){var i=this.media,s=this.mediaSource,n=this.tracks[e],a=null==n?void 0:n.buffer;if(!i||!s||!a)return this.warn("Attempting to remove from the "+e+" SourceBuffer, but it does not exist"),void this.shiftAndExecuteNext(e);var o=_(i.duration)?i.duration:1/0,l=_(s.duration)?s.duration:1/0,h=Math.max(0,t),u=Math.min(r,o,l);u>h&&(!n.ending||n.ended)?(n.ended=!1,this.log("Removing ["+h+","+u+"] from the "+e+" SourceBuffer"),a.remove(h,u)):this.shiftAndExecuteNext(e)},r.appendExecutor=function(e,t){var r=this.tracks[t],i=null==r?void 0:r.buffer;if(!i)throw new _t("Attempting to append to the "+t+" SourceBuffer, but it does not exist");r.ending=!1,r.ended=!1,i.appendBuffer(e)},r.blockUntilOpen=function(e){var t=this;if(this.isUpdating()||this.isQueued())this.blockBuffers(e).catch((function(e){t.warn("SourceBuffer blocked callback "+e),t.stepOperationQueue(t.sourceBufferTypes)}));else try{e()}catch(e){this.warn("Callback run without blocking "+this.operationQueue+" "+e)}},r.isUpdating=function(){return this.sourceBuffers.some((function(e){var t=e[0],r=e[1];return t&&r.updating}))},r.isQueued=function(){var e=this;return this.sourceBuffers.some((function(t){var r=t[0];return r&&!!e.currentOp(r)}))},r.isPending=function(e){return!!e&&!e.buffer},r.blockBuffers=function(e,t){var r=this;if(void 0===t&&(t=this.sourceBufferTypes),!t.length)return this.log("Blocking operation requested, but no SourceBuffers exist"),Promise.resolve().then(e);var i=this.operationQueue,s=t.map((function(e){return r.appendBlocker(e)}));return t.length>1&&!!this.blockedAudioAppend&&this.unblockAudio(),Promise.all(s).then((function(t){i===r.operationQueue&&(e(),r.stepOperationQueue(r.sourceBufferTypes))}))},r.stepOperationQueue=function(e){var t=this;e.forEach((function(e){var r,i=null==(r=t.tracks[e])?void 0:r.buffer;i&&!i.updating&&t.shiftAndExecuteNext(e)}))},r.append=function(e,t,r){this.operationQueue&&this.operationQueue.append(e,t,r)},r.appendBlocker=function(e){if(this.operationQueue)return this.operationQueue.appendBlocker(e)},r.currentOp=function(e){return this.operationQueue?this.operationQueue.current(e):null},r.executeNext=function(e){e&&this.operationQueue&&this.operationQueue.executeNext(e)},r.shiftAndExecuteNext=function(e){this.operationQueue&&this.operationQueue.shiftAndExecuteNext(e)},r.addBufferListener=function(e,t,r){var i=this.tracks[e];if(i){var s=i.buffer;if(s){var n=r.bind(this,e);i.listeners.push({event:t,listener:n}),s.addEventListener(t,n)}}},r.removeBufferListeners=function(e){var t=this.tracks[e];if(t){var r=t.buffer;r&&(t.listeners.forEach((function(e){r.removeEventListener(e.event,e.listener)})),t.listeners.length=0)}},i(t,[{key:"mediaSourceOpenOrEnded",get:function(){var e,t=null==(e=this.mediaSource)?void 0:e.readyState;return"open"===t||"ended"===t}},{key:"sourceBufferTracks",get:function(){var e=this;return Object.keys(this.tracks).reduce((function(t,r){var i=e.tracks[r];return t[r]={id:i.id,container:i.container,codec:i.codec,levelCodec:i.levelCodec},t}),{})}},{key:"bufferedToEnd",get:function(){var e=this;return this.sourceBufferCount>0&&!this.sourceBuffers.some((function(t){var r=t[0];if(r){var i=e.tracks[r];if(i)return!i.ended||i.ending}return!1}))}},{key:"tracksReady",get:function(){var e=this.pendingTrackCount;return e>0&&(e>=this.bufferCodecEventsTotal||this.isPending(this.tracks.audiovideo))}},{key:"mediaSrc",get:function(){var e,t,r=(null==(e=this.media)||null==(t=e.querySelector)?void 0:t.call(e,"source"))||this.media;return null==r?void 0:r.src}},{key:"pendingTrackCount",get:function(){var e=this;return Object.keys(this.tracks).reduce((function(t,r){return t+(e.isPending(e.tracks[r])?1:0)}),0)}},{key:"sourceBufferCount",get:function(){return this.sourceBuffers.reduce((function(e,t){return e+(t[0]?1:0)}),0)}},{key:"sourceBufferTypes",get:function(){return this.sourceBuffers.map((function(e){return e[0]})).filter((function(e){return!!e}))}}])}(F);function bt(e){var t=e.querySelectorAll("source");[].slice.call(t).forEach((function(t){e.removeChild(t)}))}function Rt(e){return"audio"===e?1:0}var At=function(){function e(e){this.hls=void 0,this.autoLevelCapping=void 0,this.firstLevel=void 0,this.media=void 0,this.restrictedLevels=void 0,this.timer=void 0,this.clientRect=void 0,this.streamController=void 0,this.hls=e,this.autoLevelCapping=Number.POSITIVE_INFINITY,this.firstLevel=-1,this.media=null,this.restrictedLevels=[],this.timer=void 0,this.clientRect=null,this.registerListeners()}var t=e.prototype;return t.setStreamController=function(e){this.streamController=e},t.destroy=function(){this.hls&&this.unregisterListener(),this.timer&&this.stopCapping(),this.media=null,this.clientRect=null,this.hls=this.streamController=null},t.registerListeners=function(){var e=this.hls;e.on(P.FPS_DROP_LEVEL_CAPPING,this.onFpsDropLevelCapping,this),e.on(P.MEDIA_ATTACHING,this.onMediaAttaching,this),e.on(P.MANIFEST_PARSED,this.onManifestParsed,this),e.on(P.LEVELS_UPDATED,this.onLevelsUpdated,this),e.on(P.BUFFER_CODECS,this.onBufferCodecs,this),e.on(P.MEDIA_DETACHING,this.onMediaDetaching,this)},t.unregisterListener=function(){var e=this.hls;e.off(P.FPS_DROP_LEVEL_CAPPING,this.onFpsDropLevelCapping,this),e.off(P.MEDIA_ATTACHING,this.onMediaAttaching,this),e.off(P.MANIFEST_PARSED,this.onManifestParsed,this),e.off(P.LEVELS_UPDATED,this.onLevelsUpdated,this),e.off(P.BUFFER_CODECS,this.onBufferCodecs,this),e.off(P.MEDIA_DETACHING,this.onMediaDetaching,this)},t.onFpsDropLevelCapping=function(e,t){var r=this.hls.levels[t.droppedLevel];this.isLevelAllowed(r)&&this.restrictedLevels.push({bitrate:r.bitrate,height:r.height,width:r.width})},t.onMediaAttaching=function(e,t){this.media=t.media instanceof HTMLVideoElement?t.media:null,this.clientRect=null,this.timer&&this.hls.levels.length&&this.detectPlayerSize()},t.onManifestParsed=function(e,t){var r=this.hls;this.restrictedLevels=[],this.firstLevel=t.firstLevel,r.config.capLevelToPlayerSize&&t.video&&this.startCapping()},t.onLevelsUpdated=function(e,t){this.timer&&_(this.autoLevelCapping)&&this.detectPlayerSize()},t.onBufferCodecs=function(e,t){this.hls.config.capLevelToPlayerSize&&t.video&&this.startCapping()},t.onMediaDetaching=function(){this.stopCapping(),this.media=null},t.detectPlayerSize=function(){if(this.media){if(this.mediaHeight<=0||this.mediaWidth<=0)return void(this.clientRect=null);var e=this.hls.levels;if(e.length){var t=this.hls,r=this.getMaxLevel(e.length-1);r!==this.autoLevelCapping&&t.logger.log("Setting autoLevelCapping to "+r+": "+e[r].height+"p@"+e[r].bitrate+" for media "+this.mediaWidth+"x"+this.mediaHeight),t.autoLevelCapping=r,t.autoLevelEnabled&&t.autoLevelCapping>this.autoLevelCapping&&this.streamController&&this.streamController.nextLevelSwitch(),this.autoLevelCapping=t.autoLevelCapping}}},t.getMaxLevel=function(t){var r=this,i=this.hls.levels;if(!i.length)return-1;var s=i.filter((function(e,i){return r.isLevelAllowed(e)&&i<=t}));return this.clientRect=null,e.getMaxLevelByMediaSize(s,this.mediaWidth,this.mediaHeight)},t.startCapping=function(){this.timer||(this.autoLevelCapping=Number.POSITIVE_INFINITY,self.clearInterval(this.timer),this.timer=self.setInterval(this.detectPlayerSize.bind(this),1e3),this.detectPlayerSize())},t.stopCapping=function(){this.restrictedLevels=[],this.firstLevel=-1,this.autoLevelCapping=Number.POSITIVE_INFINITY,this.timer&&(self.clearInterval(this.timer),this.timer=void 0)},t.getDimensions=function(){if(this.clientRect)return this.clientRect;var e=this.media,t={width:0,height:0};if(e){var r=e.getBoundingClientRect();t.width=r.width,t.height=r.height,t.width||t.height||(t.width=r.right-r.left||e.width||0,t.height=r.bottom-r.top||e.height||0)}return this.clientRect=t,t},t.isLevelAllowed=function(e){return!this.restrictedLevels.some((function(t){return e.bitrate===t.bitrate&&e.width===t.width&&e.height===t.height}))},e.getMaxLevelByMediaSize=function(e,t,r){if(null==e||!e.length)return-1;for(var i,s,n=e.length-1,a=Math.max(t,r),o=0;o<e.length;o+=1){var l=e[o];if((l.width>=a||l.height>=a)&&(i=l,!(s=e[o+1])||i.width!==s.width||i.height!==s.height)){n=o;break}}return n},i(e,[{key:"mediaWidth",get:function(){return this.getDimensions().width*this.contentScaleFactor}},{key:"mediaHeight",get:function(){return this.getDimensions().height*this.contentScaleFactor}},{key:"contentScaleFactor",get:function(){var e=1;if(!this.hls.config.ignoreDevicePixelRatio)try{e=self.devicePixelRatio}catch(e){}return Math.min(e,this.hls.config.maxDevicePixelRatio)}}])}(),Pt=/^(\d+)x(\d+)$/,wt=/(.+?)=(".*?"|.*?)(?:,|$)/g,It=function(){function e(t,r){"string"==typeof t&&(t=e.parseAttrList(t,r)),n(this,t)}var t=e.prototype;return t.decimalInteger=function(e){var t=parseInt(this[e],10);return t>Number.MAX_SAFE_INTEGER?1/0:t},t.hexadecimalInteger=function(e){if(this[e]){var t=(this[e]||"0x").slice(2);t=(1&t.length?"0":"")+t;for(var r=new Uint8Array(t.length/2),i=0;i<t.length/2;i++)r[i]=parseInt(t.slice(2*i,2*i+2),16);return r}return null},t.hexadecimalIntegerAsNumber=function(e){var t=parseInt(this[e],16);return t>Number.MAX_SAFE_INTEGER?1/0:t},t.decimalFloatingPoint=function(e){return parseFloat(this[e])},t.optionalFloat=function(e,t){var r=this[e];return r?parseFloat(r):t},t.enumeratedString=function(e){return this[e]},t.enumeratedStringList=function(e,t){var r=this[e];return(r?r.split(/[ ,]+/):[]).reduce((function(e,t){return e[t.toLowerCase()]=!0,e}),t)},t.bool=function(e){return"YES"===this[e]},t.decimalResolution=function(e){var t=Pt.exec(this[e]);if(null!==t)return{width:parseInt(t[1],10),height:parseInt(t[2],10)}},e.parseAttrList=function(e,t){var r,i={};for(wt.lastIndex=0;null!==(r=wt.exec(e));){var s=r[1].trim(),n=r[2],a=0===n.indexOf('"')&&n.lastIndexOf('"')===n.length-1,o=!1;if(a)n=n.slice(1,-1);else switch(s){case"IV":case"SCTE35-CMD":case"SCTE35-IN":case"SCTE35-OUT":o=!0}if(t&&(a||o));else if(!o&&!a)switch(s){case"CLOSED-CAPTIONS":if("NONE"===n)break;case"ALLOWED-CPC":case"CLASS":case"ASSOC-LANGUAGE":case"AUDIO":case"BYTERANGE":case"CHANNELS":case"CHARACTERISTICS":case"CODECS":case"DATA-ID":case"END-DATE":case"GROUP-ID":case"ID":case"IMPORT":case"INSTREAM-ID":case"KEYFORMAT":case"KEYFORMATVERSIONS":case"LANGUAGE":case"NAME":case"PATHWAY-ID":case"QUERYPARAM":case"RECENTLY-REMOVED-DATERANGES":case"SERVER-URI":case"STABLE-RENDITION-ID":case"STABLE-VARIANT-ID":case"START-DATE":case"SUBTITLES":case"SUPPLEMENTAL-CODECS":case"URI":case"VALUE":case"VIDEO":case"X-ASSET-LIST":case"X-ASSET-URI":j.warn(e+": attribute "+s+" is missing quotes")}i[s]=n}return i},i(e,[{key:"clientAttrs",get:function(){return Object.keys(this).filter((function(e){return"X-"===e.substring(0,2)}))}}])}();function Dt(e){return"SCTE35-OUT"===e||"SCTE35-IN"===e||"SCTE35-CMD"===e}var Ct=i((function(e,t,r){var i;if(void 0===r&&(r=0),this.attr=void 0,this.tagAnchor=void 0,this.tagOrder=void 0,this._startDate=void 0,this._endDate=void 0,this._dateAtEnd=void 0,this._cue=void 0,this._badValueForSameId=void 0,this.tagAnchor=(null==t?void 0:t.tagAnchor)||null,this.tagOrder=null!=(i=null==t?void 0:t.tagOrder)?i:r,t){var s=t.attr;for(var a in s)if(Object.prototype.hasOwnProperty.call(e,a)&&e[a]!==s[a]){j.warn('DATERANGE tag attribute: "'+a+'" does not match for tags with ID: "'+e.ID+'"'),this._badValueForSameId=a;break}e=n(new It({}),s,e)}if(this.attr=e,t?(this._startDate=t._startDate,this._cue=t._cue,this._endDate=t._endDate,this._dateAtEnd=t._dateAtEnd):this._startDate=new Date(e["START-DATE"]),"END-DATE"in this.attr){var o=(null==t?void 0:t.endDate)||new Date(this.attr["END-DATE"]);_(o.getTime())&&(this._endDate=o)}}),[{key:"id",get:function(){return this.attr.ID}},{key:"class",get:function(){return this.attr.CLASS}},{key:"cue",get:function(){var e=this._cue;return void 0===e?this._cue=this.attr.enumeratedStringList(this.attr.CUE?"CUE":"X-CUE",{pre:!1,post:!1,once:!1}):e}},{key:"startTime",get:function(){var e=this.tagAnchor;return null===e||null===e.programDateTime?(j.warn('Expected tagAnchor Fragment with PDT set for DateRange "'+this.id+'": '+e),NaN):e.start+(this.startDate.getTime()-e.programDateTime)/1e3}},{key:"startDate",get:function(){return this._startDate}},{key:"endDate",get:function(){var e=this._endDate||this._dateAtEnd;if(e)return e;var t=this.duration;return null!==t?this._dateAtEnd=new Date(this._startDate.getTime()+1e3*t):null}},{key:"duration",get:function(){if("DURATION"in this.attr){var e=this.attr.decimalFloatingPoint("DURATION");if(_(e))return e}else if(this._endDate)return(this._endDate.getTime()-this._startDate.getTime())/1e3;return null}},{key:"plannedDuration",get:function(){return"PLANNED-DURATION"in this.attr?this.attr.decimalFloatingPoint("PLANNED-DURATION"):null}},{key:"endOnNext",get:function(){return this.attr.bool("END-ON-NEXT")}},{key:"isInterstitial",get:function(){return"com.apple.hls.interstitial"===this.class}},{key:"isValid",get:function(){return!!this.id&&!this._badValueForSameId&&_(this.startDate.getTime())&&(null===this.duration||this.duration>=0)&&(!this.endOnNext||!!this.class)&&(!this.attr.CUE||!this.cue.pre&&!this.cue.post||this.cue.pre!==this.cue.post)&&(!this.isInterstitial||"X-ASSET-URI"in this.attr||"X-ASSET-LIST"in this.attr)}}]),kt=function(){function e(e){this.PTSKnown=!1,this.alignedSliding=!1,this.averagetargetduration=void 0,this.endCC=0,this.endSN=0,this.fragments=void 0,this.fragmentHint=void 0,this.partList=null,this.dateRanges=void 0,this.dateRangeTagCount=0,this.live=!0,this.requestScheduled=-1,this.ageHeader=0,this.advancedDateTime=void 0,this.updated=!0,this.advanced=!0,this.misses=0,this.startCC=0,this.startSN=0,this.startTimeOffset=null,this.targetduration=0,this.totalduration=0,this.type=null,this.url=void 0,this.m3u8="",this.version=null,this.canBlockReload=!1,this.canSkipUntil=0,this.canSkipDateRanges=!1,this.skippedSegments=0,this.recentlyRemovedDateranges=void 0,this.partHoldBack=0,this.holdBack=0,this.partTarget=0,this.preloadHint=void 0,this.renditionReports=void 0,this.tuneInGoal=0,this.deltaUpdateFailed=void 0,this.driftStartTime=0,this.driftEndTime=0,this.driftStart=0,this.driftEnd=0,this.encryptedFragments=void 0,this.playlistParsingError=null,this.variableList=null,this.hasVariableRefs=!1,this.appliedTimelineOffset=void 0,this.fragments=[],this.encryptedFragments=[],this.dateRanges={},this.url=e}var t=e.prototype;return t.reloaded=function(e){if(!e)return this.advanced=!0,void(this.updated=!0);var t=this.lastPartSn-e.lastPartSn,r=this.lastPartIndex-e.lastPartIndex;this.updated=this.endSN!==e.endSN||!!r||!!t||!this.live,this.advanced=this.endSN>e.endSN||t>0||0===t&&r>0,this.updated||this.advanced?this.misses=Math.floor(.6*e.misses):this.misses=e.misses+1},t.hasKey=function(e){return this.encryptedFragments.some((function(t){var r=t.decryptdata;return r||(t.setKeyFormat(e.keyFormat),r=t.decryptdata),!!r&&e.matches(r)}))},i(e,[{key:"hasProgramDateTime",get:function(){return!!this.fragments.length&&_(this.fragments[this.fragments.length-1].programDateTime)}},{key:"levelTargetDuration",get:function(){return this.averagetargetduration||this.targetduration||10}},{key:"drift",get:function(){var e=this.driftEndTime-this.driftStartTime;return e>0?1e3*(this.driftEnd-this.driftStart)/e:1}},{key:"edge",get:function(){return this.partEnd||this.fragmentEnd}},{key:"partEnd",get:function(){var e;return null!=(e=this.partList)&&e.length?this.partList[this.partList.length-1].end:this.fragmentEnd}},{key:"fragmentEnd",get:function(){return this.fragments.length?this.fragments[this.fragments.length-1].end:0}},{key:"fragmentStart",get:function(){return this.fragments.length?this.fragments[0].start:0}},{key:"age",get:function(){return this.advancedDateTime?Math.max(Date.now()-this.advancedDateTime,0)/1e3:0}},{key:"lastPartIndex",get:function(){var e;return null!=(e=this.partList)&&e.length?this.partList[this.partList.length-1].index:-1}},{key:"maxPartIndex",get:function(){var e=this.partList;if(e){var t=this.lastPartIndex;if(-1!==t){for(var r=e.length;r--;)if(e[r].index>t)return e[r].index;return t}}return 0}},{key:"lastPartSn",get:function(){var e;return null!=(e=this.partList)&&e.length?this.partList[this.partList.length-1].fragment.sn:this.endSN}},{key:"expired",get:function(){if(this.live&&this.age&&this.misses<3){var e=this.partEnd-this.fragmentStart;return this.age>Math.max(e,this.totalduration)+this.levelTargetDuration}return!1}}])}();function Mt(e,t){return e.length===t.length&&!e.some((function(e,r){return e!==t[r]}))}function Ot(e,t){return!e&&!t||!(!e||!t)&&Mt(e,t)}function xt(e){return"AES-128"===e||"AES-256"===e||"AES-256-CTR"===e}function Nt(e){switch(e){case"AES-128":case"AES-256":return 0;case"AES-256-CTR":return 1;default:throw new Error("invalid full segment method "+e)}}var Ft={},Bt=function(){function e(e,t,r,i,s,n){void 0===i&&(i=[1]),void 0===s&&(s=null),this.uri=void 0,this.method=void 0,this.keyFormat=void 0,this.keyFormatVersions=void 0,this.encrypted=void 0,this.isCommonEncryption=void 0,this.iv=null,this.key=null,this.keyId=null,this.pssh=null,this.method=e,this.uri=t,this.keyFormat=r,this.keyFormatVersions=i,this.iv=s,this.encrypted=!!e&&"NONE"!==e,this.isCommonEncryption=this.encrypted&&!xt(e),null!=n&&n.startsWith("0x")&&(this.keyId=new Uint8Array(J(n)))}e.clearKeyUriToKeyIdMap=function(){Ft={}},e.setKeyIdForUri=function(e,t){Ft[e]=t};var t=e.prototype;return t.matches=function(e){return e.uri===this.uri&&e.method===this.method&&e.encrypted===this.encrypted&&e.keyFormat===this.keyFormat&&Mt(e.keyFormatVersions,this.keyFormatVersions)&&Ot(e.iv,this.iv)&&Ot(e.keyId,this.keyId)},t.isSupported=function(){if(this.method){if(xt(this.method)||"NONE"===this.method)return!0;if("identity"===this.keyFormat)return"SAMPLE-AES"===this.method}return!1},t.getDecryptData=function(t){if(!this.encrypted||!this.uri)return null;if(xt(this.method)){var r=this.iv;return r||("number"!=typeof t&&(j.warn('missing IV for initialization segment with method="'+this.method+'" - compliance issue'),t=0),r=function(e){for(var t=new Uint8Array(16),r=12;r<16;r++)t[r]=e>>8*(15-r)&255;return t}(t)),new e(this.method,this.uri,"identity",this.keyFormatVersions,r)}return this},e}(),Ut=/#EXT-X-STREAM-INF:([^\r\n]*)(?:[\r\n](?:#[^\r\n]*)?)*([^\r\n]+)|#EXT-X-(SESSION-DATA|SESSION-KEY|DEFINE|CONTENT-STEERING|START):([^\r\n]*)[\r\n]+/g,Gt=/#EXT-X-MEDIA:(.*)/g,Ht=/^#EXT(?:INF|-X-TARGETDURATION):/m,$t=new RegExp([/#EXTINF:\s*(\d*(?:\.\d+)?)(?:,(.*)\s+)?/.source,/(?!#) *(\S[^\r\n]*)/.source,/#.*/.source].join("|"),"g"),Wt=new RegExp([/#EXT-X-(PROGRAM-DATE-TIME|BYTERANGE|DATERANGE|DEFINE|KEY|MAP|PART|PART-INF|PLAYLIST-TYPE|PRELOAD-HINT|RENDITION-REPORT|SERVER-CONTROL|SKIP|START):(.+)/.source,/#EXT-X-(BITRATE|DISCONTINUITY-SEQUENCE|MEDIA-SEQUENCE|TARGETDURATION|VERSION): *(\d+)/.source,/#EXT-X-(DISCONTINUITY|ENDLIST|GAP|INDEPENDENT-SEGMENTS)/.source,/(#)([^:]*):(.*)/.source,/(#)(.*)(?:.*)\r?\n?/.source].join("|")),Vt=function(){function e(){}return e.findGroup=function(e,t){for(var r=0;r<e.length;r++){var i=e[r];if(i.id===t)return i}},e.resolve=function(e,t){return T.buildAbsoluteURL(t,e,{alwaysNormalize:!0})},e.isMediaPlaylist=function(e){return Ht.test(e)},e.parseMasterPlaylist=function(t,r){var i,s={contentSteering:null,levels:[],playlistParsingError:null,sessionData:null,sessionKeys:null,startTimeOffset:null,variableList:null,hasVariableRefs:!1},n=[];if(Ut.lastIndex=0,!t.startsWith("#EXTM3U"))return s.playlistParsingError=new Error("no EXTM3U delimiter"),s;for(;null!=(i=Ut.exec(t));)if(i[1]){var a,o=new It(i[1],s),l=i[2],h={attrs:o,bitrate:o.decimalInteger("BANDWIDTH")||o.decimalInteger("AVERAGE-BANDWIDTH"),name:o.NAME,url:e.resolve(l,r)},u=o.decimalResolution("RESOLUTION");u&&(h.width=u.width,h.height=u.height),Yt(o.CODECS,h);var d=o["SUPPLEMENTAL-CODECS"];d&&(h.supplemental={},Yt(d,h.supplemental)),null!=(a=h.unknownCodecs)&&a.length||n.push(h),s.levels.push(h)}else if(i[3]){var c=i[3],f=i[4];switch(c){case"SESSION-DATA":var g=new It(f,s),p=g["DATA-ID"];p&&(null===s.sessionData&&(s.sessionData={}),s.sessionData[p]=g);break;case"SESSION-KEY":var m=zt(f,r,s);m.encrypted&&m.isSupported()?(null===s.sessionKeys&&(s.sessionKeys=[]),s.sessionKeys.push(m)):j.warn('[Keys] Ignoring invalid EXT-X-SESSION-KEY tag: "'+f+'"');break;case"DEFINE":break;case"CONTENT-STEERING":var v=new It(f,s);s.contentSteering={uri:e.resolve(v["SERVER-URI"],r),pathwayId:v["PATHWAY-ID"]||"."};break;case"START":s.startTimeOffset=Kt(f)}}var y=n.length>0&&n.length<s.levels.length;return s.levels=y?n:s.levels,0===s.levels.length&&(s.playlistParsingError=new Error("no levels found in manifest")),s},e.parseMasterPlaylistMedia=function(t,r,i){var s,n={},a=i.levels,o={AUDIO:a.map((function(e){return{id:e.attrs.AUDIO,audioCodec:e.audioCodec}})),SUBTITLES:a.map((function(e){return{id:e.attrs.SUBTITLES,textCodec:e.textCodec}})),"CLOSED-CAPTIONS":[]},l=0;for(Gt.lastIndex=0;null!==(s=Gt.exec(t));){var h=new It(s[1],i),u=h.TYPE;if(u){var d=o[u],c=n[u]||[];n[u]=c;var f=h.LANGUAGE,g=h["ASSOC-LANGUAGE"],p=h.CHANNELS,m=h.CHARACTERISTICS,v=h["INSTREAM-ID"],y={attrs:h,bitrate:0,id:l++,groupId:h["GROUP-ID"]||"",name:h.NAME||f||"",type:u,default:h.bool("DEFAULT"),autoselect:h.bool("AUTOSELECT"),forced:h.bool("FORCED"),lang:f,url:h.URI?e.resolve(h.URI,r):""};if(g&&(y.assocLang=g),p&&(y.channels=p),m&&(y.characteristics=m),v&&(y.instreamId=v),null!=d&&d.length){var E=e.findGroup(d,y.groupId)||d[0];Xt(y,E,"audioCodec"),Xt(y,E,"textCodec")}c.push(y)}}return n},e.parseLevelPlaylist=function(e,t,r,i,s,a){var o,l,h,u,d,c={url:t},f=new kt(t),g=f.fragments,p=[],m=null,v=0,y=0,E=0,S=0,T=0,L=null,b=new ne(i,c),R=-1,A=!1,P=null;if($t.lastIndex=0,f.m3u8=e,f.hasVariableRefs=!1,"#EXTM3U"!==(null==(o=$t.exec(e))?void 0:o[0]))return f.playlistParsingError=new Error("Missing format identifier #EXTM3U"),f;for(;null!==(l=$t.exec(e));){A&&(A=!1,(b=new ne(i,c)).playlistOffset=E,b.setStart(E),b.sn=v,b.cc=S,T&&(b.bitrate=T),b.level=r,m&&(b.initSegment=m,m.rawProgramDateTime&&(b.rawProgramDateTime=m.rawProgramDateTime,m.rawProgramDateTime=null),P&&(b.setByteRange(P),P=null)));var w=l[1];if(w){b.duration=parseFloat(w);var I=(" "+l[2]).slice(1);b.title=I||null,b.tagList.push(I?["INF",w,I]:["INF",w])}else if(l[3]){if(_(b.duration)){b.playlistOffset=E,b.setStart(E),u&&Zt(b,u,f),b.sn=v,b.level=r,b.cc=S,g.push(b);var D=(" "+l[3]).slice(1);b.relurl=D,Qt(b,L,p),L=b,E+=b.duration,v++,y=0,A=!0}}else{if(!(l=l[0].match(Wt))){j.warn("No matches on slow regex match for level playlist!");continue}for(h=1;h<l.length&&void 0===l[h];h++);var C=(" "+l[h]).slice(1),k=(" "+l[h+1]).slice(1),M=l[h+2]?(" "+l[h+2]).slice(1):null;switch(C){case"BYTERANGE":L?b.setByteRange(k,L):b.setByteRange(k);break;case"PROGRAM-DATE-TIME":b.rawProgramDateTime=k,b.tagList.push(["PROGRAM-DATE-TIME",k]),-1===R&&(R=g.length);break;case"PLAYLIST-TYPE":f.type&&er(f,C,l),f.type=k.toUpperCase();break;case"MEDIA-SEQUENCE":0!==f.startSN?er(f,C,l):g.length>0&&tr(f,C,l),v=f.startSN=parseInt(k);break;case"SKIP":f.skippedSegments&&er(f,C,l);var O=new It(k,f),x=O.decimalInteger("SKIPPED-SEGMENTS");if(_(x)){f.skippedSegments+=x;for(var N=x;N--;)g.push(null);v+=x}var F=O.enumeratedString("RECENTLY-REMOVED-DATERANGES");F&&(f.recentlyRemovedDateranges=(f.recentlyRemovedDateranges||[]).concat(F.split("\t")));break;case"TARGETDURATION":0!==f.targetduration&&er(f,C,l),f.targetduration=Math.max(parseInt(k),1);break;case"VERSION":null!==f.version&&er(f,C,l),f.version=parseInt(k);break;case"INDEPENDENT-SEGMENTS":case"DEFINE":break;case"ENDLIST":f.live||er(f,C,l),f.live=!1;break;case"#":(k||M)&&b.tagList.push(M?[k,M]:[k]);break;case"DISCONTINUITY":S++,b.tagList.push(["DIS"]);break;case"GAP":b.gap=!0,b.tagList.push([C]);break;case"BITRATE":b.tagList.push([C,k]),T=1e3*parseInt(k),_(T)?b.bitrate=T:T=0;break;case"DATERANGE":var B=new It(k,f),U=new Ct(B,f.dateRanges[B.ID],f.dateRangeTagCount);f.dateRangeTagCount++,U.isValid||f.skippedSegments?f.dateRanges[U.id]=U:j.warn('Ignoring invalid DATERANGE tag: "'+k+'"'),b.tagList.push(["EXT-X-DATERANGE",k]);break;case"DISCONTINUITY-SEQUENCE":0!==f.startCC?er(f,C,l):g.length>0&&tr(f,C,l),f.startCC=S=parseInt(k);break;case"KEY":var G=zt(k,t,f);if(G.isSupported()){if("NONE"===G.method){u=void 0;break}u||(u={});var H=u[G.keyFormat];null!=H&&H.matches(G)||(H&&(u=n({},u)),u[G.keyFormat]=G)}else j.warn('[Keys] Ignoring unsupported EXT-X-KEY tag: "'+k+'" (light build)');break;case"START":f.startTimeOffset=Kt(k);break;case"MAP":var $=new It(k,f);if(b.duration){var W=new ne(i,c);Jt(W,$,r,u),m=W,b.initSegment=m,m.rawProgramDateTime&&!b.rawProgramDateTime&&(b.rawProgramDateTime=m.rawProgramDateTime)}else{var V=b.byteRangeEndOffset;if(V){var q=b.byteRangeStartOffset;P=V-q+"@"+q}else P=null;Jt(b,$,r,u),m=b,A=!0}m.cc=S;break;case"SERVER-CONTROL":d&&er(f,C,l),d=new It(k),f.canBlockReload=d.bool("CAN-BLOCK-RELOAD"),f.canSkipUntil=d.optionalFloat("CAN-SKIP-UNTIL",0),f.canSkipDateRanges=f.canSkipUntil>0&&d.bool("CAN-SKIP-DATERANGES"),f.partHoldBack=d.optionalFloat("PART-HOLD-BACK",0),f.holdBack=d.optionalFloat("HOLD-BACK",0);break;case"PART-INF":f.partTarget&&er(f,C,l);var z=new It(k);f.partTarget=z.decimalFloatingPoint("PART-TARGET");break;case"PART":var K=f.partList;K||(K=f.partList=[]);var Y=y>0?K[K.length-1]:void 0,X=y++,Q=new It(k,f),J=new ae(Q,b,c,X,Y);K.push(J),b.duration+=J.duration;break;case"PRELOAD-HINT":var Z=new It(k,f);f.preloadHint=Z;break;case"RENDITION-REPORT":var ee=new It(k,f);f.renditionReports=f.renditionReports||[],f.renditionReports.push(ee);break;default:j.warn("line parsed but not handled: "+l)}}}L&&!L.relurl?(g.pop(),E-=L.duration,f.partList&&(f.fragmentHint=L)):f.partList&&(Qt(b,L,p),b.cc=S,f.fragmentHint=b,u&&Zt(b,u,f)),f.targetduration||(f.playlistParsingError=new Error("Missing Target Duration"));var te=g.length,re=g[0],ie=g[te-1];if((E+=f.skippedSegments*f.targetduration)>0&&te&&ie){f.averagetargetduration=E/te;var se=ie.sn;f.endSN="initSegment"!==se?se:0,f.live||(ie.endList=!0),R>0&&(function(e,t){for(var r=e[t],i=t;i--;){var s=e[i];if(!s)return;s.programDateTime=r.programDateTime-1e3*s.duration,r=s}}(g,R),re&&p.unshift(re))}return f.fragmentHint&&(E+=f.fragmentHint.duration),f.totalduration=E,p.length&&f.dateRangeTagCount&&re&&qt(p,f),f.endCC=S,f},e}();function qt(e,t){var r=e.length;if(!r){if(!t.hasProgramDateTime)return;var i=t.fragments[t.fragments.length-1];e.push(i),r++}for(var s=e[r-1],n=t.live?1/0:t.totalduration,a=Object.keys(t.dateRanges),o=a.length;o--;){var l=t.dateRanges[a[o]],h=l.startDate.getTime();l.tagAnchor=s.ref;for(var u=r;u--;){var d;if((null==(d=e[u])?void 0:d.sn)<t.startSN)break;var c=jt(t,h,e,u,n);if(-1!==c){l.tagAnchor=t.fragments[c].ref;break}}}}function jt(e,t,r,i,s){var n=r[i];if(n){var a,o=n.programDateTime;if((t>=o||0===i)&&t<=o+1e3*(((null==(a=r[i+1])?void 0:a.start)||s)-n.start)){var l=r[i].sn-e.startSN;if(l<0)return-1;var h=e.fragments;if(h.length>r.length)for(var u=(r[i+1]||h[h.length-1]).sn-e.startSN;u>l;u--){var d=h[u].programDateTime;if(t>=d&&t<d+1e3*h[u].duration)return u}return l}}return-1}function zt(e,t,r){var i,s,n=new It(e,r),a=null!=(i=n.METHOD)?i:"",o=n.URI,l=n.hexadecimalInteger("IV"),h=n.KEYFORMATVERSIONS,u=null!=(s=n.KEYFORMAT)?s:"identity";o&&n.IV&&!l&&j.error("Invalid IV: "+n.IV);var d=o?Vt.resolve(o,t):"",c=(h||"1").split("/").map(Number).filter(Number.isFinite);return new Bt(a,d,u,c,l,n.KEYID)}function Kt(e){var t=new It(e).decimalFloatingPoint("TIME-OFFSET");return _(t)?t:null}function Yt(e,t){var r=(e||"").split(/[ ,]+/).filter((function(e){return e}));["video","audio","text"].forEach((function(e){var i=r.filter((function(t){return ke(t,e)}));i.length&&(t[e+"Codec"]=i.map((function(e){return e.split("/")[0]})).join(","),r=r.filter((function(e){return-1===i.indexOf(e)})))})),t.unknownCodecs=r}function Xt(e,t,r){var i=t[r];i&&(e[r]=i)}function Qt(e,t,r){e.rawProgramDateTime?r.push(e):null!=t&&t.programDateTime&&(e.programDateTime=t.endProgramDateTime)}function Jt(e,t,r,i){e.relurl=t.URI,t.BYTERANGE&&e.setByteRange(t.BYTERANGE),e.level=r,e.sn="initSegment",i&&(e.levelkeys=i),e.initSegment=null}function Zt(e,t,r){e.levelkeys=t;var i=r.encryptedFragments;i.length&&i[i.length-1].levelkeys===t||!Object.keys(t).some((function(e){return t[e].isCommonEncryption}))||i.push(e)}function er(e,t,r){e.playlistParsingError=new Error("#EXT-X-"+t+" must not appear more than once ("+r[0]+")")}function tr(e,t,r){e.playlistParsingError=new Error("#EXT-X-"+t+" must appear before the first Media Segment ("+r[0]+")")}function rr(e,t){var r=t.startPTS;if(_(r)){var i,s=0;t.sn>e.sn?(s=r-e.start,i=e):(s=e.start-r,i=t),i.duration!==s&&i.setDuration(s)}else t.sn>e.sn?e.cc===t.cc&&e.minEndPTS?t.setStart(e.start+(e.minEndPTS-e.start)):t.setStart(e.start+e.duration):t.setStart(Math.max(e.start-t.duration,0))}function ir(e,t,r,i,s,n,a){i-r<=0&&(a.warn("Fragment should have a positive duration",t),i=r+t.duration,n=s+t.duration);var o=r,l=i,h=t.startPTS,u=t.endPTS;if(_(h)){var d=Math.abs(h-r);e&&d>e.totalduration?a.warn("media timestamps and playlist times differ by "+d+"s for level "+t.level+" "+e.url):_(t.deltaPTS)?t.deltaPTS=Math.max(d,t.deltaPTS):t.deltaPTS=d,o=Math.max(r,h),r=Math.min(r,h),s=void 0!==t.startDTS?Math.min(s,t.startDTS):s,l=Math.min(i,u),i=Math.max(i,u),n=void 0!==t.endDTS?Math.max(n,t.endDTS):n}var c=r-t.start;0!==t.start&&t.setStart(r),t.setDuration(i-t.start),t.startPTS=r,t.maxStartPTS=o,t.startDTS=s,t.endPTS=i,t.minEndPTS=l,t.endDTS=n;var f,g=t.sn;if(!e||g<e.startSN||g>e.endSN)return 0;var p=g-e.startSN,m=e.fragments;for(m[p]=t,f=p;f>0;f--)rr(m[f],m[f-1]);for(f=p;f<m.length-1;f++)rr(m[f],m[f+1]);return e.fragmentHint&&rr(m[m.length-1],e.fragmentHint),e.PTSKnown=e.alignedSliding=!0,c}function sr(e,t,r){if(e!==t){for(var i,s=null,a=e.fragments,o=a.length-1;o>=0;o--){var l=a[o].initSegment;if(l){s=l;break}}e.fragmentHint&&delete e.fragmentHint.endPTS,function(e,t,r){for(var i=t.skippedSegments,s=Math.max(e.startSN,t.startSN)-t.startSN,n=(e.fragmentHint?1:0)+(i?t.endSN:Math.min(e.endSN,t.endSN))-t.startSN,a=t.startSN-e.startSN,o=t.fragmentHint?t.fragments.concat(t.fragmentHint):t.fragments,l=e.fragmentHint?e.fragments.concat(e.fragmentHint):e.fragments,h=s;h<=n;h++){var u=l[a+h],d=o[h];if(i&&!d&&u&&(d=t.fragments[h]=u),u&&d){r(u,d,h,o);var c=u.relurl,f=d.relurl;if(c&&cr(c,f))return void(t.playlistParsingError=nr("media sequence mismatch "+d.sn+":",e,t,0,d));if(u.cc!==d.cc)return void(t.playlistParsingError=nr("discontinuity sequence mismatch ("+u.cc+"!="+d.cc+")",e,t,0,d))}}}(e,t,(function(e,r,n,a){if((!t.startCC||t.skippedSegments)&&r.cc!==e.cc){for(var o=e.cc-r.cc,l=n;l<a.length;l++)a[l].cc+=o;t.endCC=a[a.length-1].cc}_(e.startPTS)&&_(e.endPTS)&&(r.setStart(r.startPTS=e.startPTS),r.startDTS=e.startDTS,r.maxStartPTS=e.maxStartPTS,r.endPTS=e.endPTS,r.endDTS=e.endDTS,r.minEndPTS=e.minEndPTS,r.setDuration(e.endPTS-e.startPTS),r.duration&&(i=r),t.PTSKnown=t.alignedSliding=!0),e.hasStreams&&(r.elementaryStreams=e.elementaryStreams),r.loader=e.loader,e.hasStats&&(r.stats=e.stats),e.initSegment&&(r.initSegment=e.initSegment,s=e.initSegment)}));var h=t.fragments,u=t.fragmentHint?h.concat(t.fragmentHint):h;if(s&&u.forEach((function(e){var t;!e||e.initSegment&&e.initSegment.relurl!==(null==(t=s)?void 0:t.relurl)||(e.initSegment=s)})),t.skippedSegments){if(t.deltaUpdateFailed=h.some((function(e){return!e})),t.deltaUpdateFailed){r.warn("[level-helper] Previous playlist missing segments skipped in delta playlist");for(var d=t.skippedSegments;d--;)h.shift();t.startSN=h[0].sn}else{t.canSkipDateRanges&&(t.dateRanges=function(e,t,r){var i=t.dateRanges,s=t.recentlyRemovedDateranges,a=n({},e);s&&s.forEach((function(e){delete a[e]}));var o=Object.keys(a).length;return o?(Object.keys(i).forEach((function(e){var t=a[e],s=new Ct(i[e].attr,t);s.isValid?(a[e]=s,t||(s.tagOrder+=o)):r.warn('Ignoring invalid Playlist Delta Update DATERANGE tag: "'+Je(i[e].attr)+'"')})),a):i}(e.dateRanges,t,r));var c=e.fragments.filter((function(e){return e.rawProgramDateTime}));if(e.hasProgramDateTime&&!t.hasProgramDateTime)for(var f=1;f<u.length;f++)null===u[f].programDateTime&&Qt(u[f],u[f-1],c);qt(c,t)}t.endCC=h[h.length-1].cc}if(!t.startCC){var g,p=lr(e,t.startSN-1);t.startCC=null!=(g=null==p?void 0:p.cc)?g:h[0].cc}!function(e,t,r){if(e&&t)for(var i=0,s=0,n=e.length;s<=n;s++){var a=e[s],o=t[s+i];a&&o&&a.index===o.index&&a.fragment.sn===o.fragment.sn?r(a,o):i--}}(e.partList,t.partList,(function(e,t){t.elementaryStreams=e.elementaryStreams,t.stats=e.stats})),i?ir(t,i,i.startPTS,i.endPTS,i.startDTS,i.endDTS,r):ar(e,t),h.length&&(t.totalduration=t.edge-h[0].start),t.driftStartTime=e.driftStartTime,t.driftStart=e.driftStart;var m=t.advancedDateTime;if(t.advanced&&m){var v=t.edge;t.driftStart||(t.driftStartTime=m,t.driftStart=v),t.driftEndTime=m,t.driftEnd=v}else t.driftEndTime=e.driftEndTime,t.driftEnd=e.driftEnd,t.advancedDateTime=e.advancedDateTime;-1===t.requestScheduled&&(t.requestScheduled=e.requestScheduled)}}function nr(e,t,r,i,s){return new Error(e+" "+s.url+"\nPlaylist starting @"+t.startSN+"\n"+t.m3u8+"\n\nPlaylist starting @"+r.startSN+"\n"+r.m3u8)}function ar(e,t,r){void 0===r&&(r=!0);var i=t.startSN+t.skippedSegments-e.startSN,s=e.fragments,n=i>=0,a=0;if(n&&i<s.length)a=s[i].start;else if(n&&t.startSN===e.endSN+1)a=e.fragmentEnd;else if(n&&r)a=e.fragmentStart+i*t.levelTargetDuration;else{if(t.skippedSegments||0!==t.fragmentStart)return;a=e.fragmentStart}!function(e,t){if(t){for(var r=e.fragments,i=e.skippedSegments;i<r.length;i++)r[i].addStart(t);e.fragmentHint&&e.fragmentHint.addStart(t)}}(t,a)}function or(e,t){void 0===t&&(t=1/0);var r=1e3*e.targetduration;if(e.updated){var i=e.fragments;if(i.length&&4*r>t){var s=1e3*i[i.length-1].duration;s<r&&(r=s)}}else r/=2;return Math.round(r)}function lr(e,t,r){if(!e)return null;var i=e.fragments[t-e.startSN];return i||((i=e.fragmentHint)&&i.sn===t?i:t<e.startSN&&r&&r.sn===t?r:null)}function hr(e,t,r){return e?ur(e.partList,t,r):null}function ur(e,t,r){if(e)for(var i=e.length;i--;){var s=e[i];if(s.index===r&&s.fragment.sn===t)return s}return null}function dr(e){e.forEach((function(e,t){var r;null==(r=e.details)||r.fragments.forEach((function(e){e.level=t,e.initSegment&&(e.initSegment.level=t)}))}))}function cr(e,t){return!(e===t||!t)&&fr(e)!==fr(t)}function fr(e){return e.replace(/\?[^?]*$/,"")}var gr=function(e){function t(t){var r;return(r=e.call(this,"content-steering",t.logger)||this).hls=void 0,r.loader=null,r.uri=null,r.pathwayId=".",r._pathwayPriority=null,r.timeToLoad=300,r.reloadTimer=-1,r.updated=0,r.started=!1,r.enabled=!0,r.levels=null,r.audioTracks=null,r.subtitleTracks=null,r.penalizedPathways={},r.hls=t,r.registerListeners(),r}o(t,e);var r=t.prototype;return r.registerListeners=function(){var e=this.hls;e.on(P.MANIFEST_LOADING,this.onManifestLoading,this),e.on(P.MANIFEST_LOADED,this.onManifestLoaded,this),e.on(P.MANIFEST_PARSED,this.onManifestParsed,this),e.on(P.ERROR,this.onError,this)},r.unregisterListeners=function(){var e=this.hls;e&&(e.off(P.MANIFEST_LOADING,this.onManifestLoading,this),e.off(P.MANIFEST_LOADED,this.onManifestLoaded,this),e.off(P.MANIFEST_PARSED,this.onManifestParsed,this),e.off(P.ERROR,this.onError,this))},r.pathways=function(){return(this.levels||[]).reduce((function(e,t){return-1===e.indexOf(t.pathwayId)&&e.push(t.pathwayId),e}),[])},r.startLoad=function(){if(this.started=!0,this.clearTimeout(),this.enabled&&this.uri){if(this.updated){var e=1e3*this.timeToLoad-(performance.now()-this.updated);if(e>0)return void this.scheduleRefresh(this.uri,e)}this.loadSteeringManifest(this.uri)}},r.stopLoad=function(){this.started=!1,this.loader&&(this.loader.destroy(),this.loader=null),this.clearTimeout()},r.clearTimeout=function(){-1!==this.reloadTimer&&(self.clearTimeout(this.reloadTimer),this.reloadTimer=-1)},r.destroy=function(){this.unregisterListeners(),this.stopLoad(),this.hls=null,this.levels=this.audioTracks=this.subtitleTracks=null},r.removeLevel=function(e){var t=this.levels;t&&(this.levels=t.filter((function(t){return t!==e})))},r.onManifestLoading=function(){this.stopLoad(),this.enabled=!0,this.timeToLoad=300,this.updated=0,this.uri=null,this.pathwayId=".",this.levels=this.audioTracks=this.subtitleTracks=null},r.onManifestLoaded=function(e,t){var r=t.contentSteering;null!==r&&(this.pathwayId=r.pathwayId,this.uri=r.uri,this.started&&this.startLoad())},r.onManifestParsed=function(e,t){this.audioTracks=t.audioTracks,this.subtitleTracks=t.subtitleTracks},r.onError=function(e,t){var r=t.errorAction;if(2===(null==r?void 0:r.action)&&1===r.flags){var i=this.levels,s=this._pathwayPriority,n=this.pathwayId;if(t.context){var a=t.context,o=a.groupId,l=a.pathwayId,h=a.type;o&&i?n=this.getPathwayForGroupId(o,h,n):l&&(n=l)}n in this.penalizedPathways||(this.penalizedPathways[n]=performance.now()),!s&&i&&(s=this.pathways()),s&&s.length>1&&(this.updatePathwayPriority(s),r.resolved=this.pathwayId!==n),t.details!==A.BUFFER_APPEND_ERROR||t.fatal?r.resolved||this.warn("Could not resolve "+t.details+' ("'+t.error.message+'") with content-steering for Pathway: '+n+" levels: "+(i?i.length:i)+" priorities: "+Je(s)+" penalized: "+Je(this.penalizedPathways)):r.resolved=!0}},r.filterParsedLevels=function(e){this.levels=e;var t=this.getLevelsForPathway(this.pathwayId);if(0===t.length){var r=e[0].pathwayId;this.log("No levels found in Pathway "+this.pathwayId+'. Setting initial Pathway to "'+r+'"'),t=this.getLevelsForPathway(r),this.pathwayId=r}return t.length!==e.length&&this.log("Found "+t.length+"/"+e.length+' levels in Pathway "'+this.pathwayId+'"'),t},r.getLevelsForPathway=function(e){return null===this.levels?[]:this.levels.filter((function(t){return e===t.pathwayId}))},r.updatePathwayPriority=function(e){var t;this._pathwayPriority=e;var r=this.penalizedPathways,i=performance.now();Object.keys(r).forEach((function(e){i-r[e]>3e5&&delete r[e]}));for(var s=0;s<e.length;s++){var n=e[s];if(!(n in r)){if(n===this.pathwayId)return;var a=this.hls.nextLoadLevel,o=this.hls.levels[a];if((t=this.getLevelsForPathway(n)).length>0){this.log('Setting Pathway to "'+n+'"'),this.pathwayId=n,dr(t),this.hls.trigger(P.LEVELS_UPDATED,{levels:t});var l=this.hls.levels[a];o&&l&&this.levels&&(l.attrs["STABLE-VARIANT-ID"]!==o.attrs["STABLE-VARIANT-ID"]&&l.bitrate!==o.bitrate&&this.log("Unstable Pathways change from bitrate "+o.bitrate+" to "+l.bitrate),this.hls.nextLoadLevel=a);break}}}},r.getPathwayForGroupId=function(e,t,r){for(var i=this.getLevelsForPathway(r).concat(this.levels||[]),s=0;s<i.length;s++)if(t===D&&i[s].hasAudioGroup(e)||t===C&&i[s].hasSubtitleGroup(e))return i[s].pathwayId;return r},r.clonePathways=function(e){var t=this,r=this.levels;if(r){var i={},s={};e.forEach((function(e){var n=e.ID,a=e["BASE-ID"],o=e["URI-REPLACEMENT"];if(!r.some((function(e){return e.pathwayId===n}))){var l=t.getLevelsForPathway(a).map((function(e){var t=new It(e.attrs);t["PATHWAY-ID"]=n;var r=t.AUDIO&&t.AUDIO+"_clone_"+n,a=t.SUBTITLES&&t.SUBTITLES+"_clone_"+n;r&&(i[t.AUDIO]=r,t.AUDIO=r),a&&(s[t.SUBTITLES]=a,t.SUBTITLES=a);var l=mr(e.uri,t["STABLE-VARIANT-ID"],"PER-VARIANT-URIS",o),h=new Xe({attrs:t,audioCodec:e.audioCodec,bitrate:e.bitrate,height:e.height,name:e.name,url:l,videoCodec:e.videoCodec,width:e.width});if(e.audioGroups)for(var u=1;u<e.audioGroups.length;u++)h.addGroupId("audio",e.audioGroups[u]+"_clone_"+n);if(e.subtitleGroups)for(var d=1;d<e.subtitleGroups.length;d++)h.addGroupId("text",e.subtitleGroups[d]+"_clone_"+n);return h}));r.push.apply(r,l),pr(t.audioTracks,i,o,n),pr(t.subtitleTracks,s,o,n)}}))}},r.loadSteeringManifest=function(e){var t,r=this,i=this.hls.config,s=i.loader;this.loader&&this.loader.destroy(),this.loader=new s(i);try{t=new self.URL(e)}catch(t){return this.enabled=!1,void this.log("Failed to parse Steering Manifest URI: "+e)}if("data:"!==t.protocol){var n=0|(this.hls.bandwidthEstimate||i.abrEwmaDefaultEstimate);t.searchParams.set("_HLS_pathway",this.pathwayId),t.searchParams.set("_HLS_throughput",""+n)}var a={responseType:"json",url:t.href},o=i.steeringManifestLoadPolicy.default,l=o.errorRetry||o.timeoutRetry||{},h={loadPolicy:o,timeout:o.maxLoadTimeMs,maxRetry:l.maxNumRetry||0,retryDelay:l.retryDelayMs||0,maxRetryDelay:l.maxRetryDelayMs||0},u={onSuccess:function(e,i,s,n){r.log('Loaded steering manifest: "'+t+'"');var a=e.data;if(1===(null==a?void 0:a.VERSION)){r.updated=performance.now(),r.timeToLoad=a.TTL;var o=a["RELOAD-URI"],l=a["PATHWAY-CLONES"],h=a["PATHWAY-PRIORITY"];if(o)try{r.uri=new self.URL(o,t).href}catch(e){return r.enabled=!1,void r.log("Failed to parse Steering Manifest RELOAD-URI: "+o)}r.scheduleRefresh(r.uri||s.url),l&&r.clonePathways(l);var u={steeringManifest:a,url:t.toString()};r.hls.trigger(P.STEERING_MANIFEST_LOADED,u),h&&r.updatePathwayPriority(h)}else r.log("Steering VERSION "+a.VERSION+" not supported!")},onError:function(e,t,i,s){if(r.log("Error loading steering manifest: "+e.code+" "+e.text+" ("+t.url+")"),r.stopLoad(),410===e.code)return r.enabled=!1,void r.log("Steering manifest "+t.url+" no longer available");var n=1e3*r.timeToLoad;if(429!==e.code)r.scheduleRefresh(r.uri||t.url,n);else{var a=r.loader;if("function"==typeof(null==a?void 0:a.getResponseHeader)){var o=a.getResponseHeader("Retry-After");o&&(n=1e3*parseFloat(o))}r.log("Steering manifest "+t.url+" rate limited")}},onTimeout:function(e,t,i){r.log("Timeout loading steering manifest ("+t.url+")"),r.scheduleRefresh(r.uri||t.url)}};this.log("Requesting steering manifest: "+t),this.loader.load(a,h,u)},r.scheduleRefresh=function(e,t){var r=this;void 0===t&&(t=1e3*this.timeToLoad),this.clearTimeout(),this.reloadTimer=self.setTimeout((function(){var t,i=null==(t=r.hls)?void 0:t.media;!i||i.ended?r.scheduleRefresh(e,1e3*r.timeToLoad):r.loadSteeringManifest(e)}),t)},i(t,[{key:"pathwayPriority",get:function(){return this._pathwayPriority},set:function(e){this.updatePathwayPriority(e)}}])}(F);function pr(e,t,r,i){e&&Object.keys(t).forEach((function(s){var a=e.filter((function(e){return e.groupId===s})).map((function(e){var a=n({},e);return a.details=void 0,a.attrs=new It(a.attrs),a.url=a.attrs.URI=mr(e.url,e.attrs["STABLE-RENDITION-ID"],"PER-RENDITION-URIS",r),a.groupId=a.attrs["GROUP-ID"]=t[s],a.attrs["PATHWAY-ID"]=i,a}));e.push.apply(e,a)}))}function mr(e,t,r,i){var s,n=i.HOST,a=i.PARAMS,o=i[r];t&&(s=null==o?void 0:o[t])&&(e=s);var l=new self.URL(e);return n&&!s&&(l.host=n),a&&Object.keys(a).sort().forEach((function(e){e&&l.searchParams.set(e,a[e])})),l.href}var vr=function(){function e(e){this.hls=void 0,this.isVideoPlaybackQualityAvailable=!1,this.timer=void 0,this.media=null,this.lastTime=void 0,this.lastDroppedFrames=0,this.lastDecodedFrames=0,this.streamController=void 0,this.hls=e,this.registerListeners()}var t=e.prototype;return t.setStreamController=function(e){this.streamController=e},t.registerListeners=function(){this.hls.on(P.MEDIA_ATTACHING,this.onMediaAttaching,this),this.hls.on(P.MEDIA_DETACHING,this.onMediaDetaching,this)},t.unregisterListeners=function(){this.hls.off(P.MEDIA_ATTACHING,this.onMediaAttaching,this),this.hls.off(P.MEDIA_DETACHING,this.onMediaDetaching,this)},t.destroy=function(){this.timer&&clearInterval(this.timer),this.unregisterListeners(),this.isVideoPlaybackQualityAvailable=!1,this.media=null},t.onMediaAttaching=function(e,t){var r=this.hls.config;if(r.capLevelOnFPSDrop){var i=t.media instanceof self.HTMLVideoElement?t.media:null;this.media=i,i&&"function"==typeof i.getVideoPlaybackQuality&&(this.isVideoPlaybackQualityAvailable=!0),self.clearInterval(this.timer),this.timer=self.setInterval(this.checkFPSInterval.bind(this),r.fpsDroppedMonitoringPeriod)}},t.onMediaDetaching=function(){this.media=null},t.checkFPS=function(e,t,r){var i=performance.now();if(t){if(this.lastTime){var s=i-this.lastTime,n=r-this.lastDroppedFrames,a=t-this.lastDecodedFrames,o=1e3*n/s,l=this.hls;if(l.trigger(P.FPS_DROP,{currentDropped:n,currentDecoded:a,totalDroppedFrames:r}),o>0&&n>l.config.fpsDroppedMonitoringThreshold*a){var h=l.currentLevel;l.logger.warn("drop FPS ratio greater than max allowed value for currentLevel: "+h),h>0&&(-1===l.autoLevelCapping||l.autoLevelCapping>=h)&&(h-=1,l.trigger(P.FPS_DROP_LEVEL_CAPPING,{level:h,droppedLevel:l.currentLevel}),l.autoLevelCapping=h,this.streamController.nextLevelSwitch())}}this.lastTime=i,this.lastDroppedFrames=r,this.lastDecodedFrames=t}},t.checkFPSInterval=function(){var e=this.media;if(e)if(this.isVideoPlaybackQualityAvailable){var t=e.getVideoPlaybackQuality();this.checkFPS(e,t.totalVideoFrames,t.droppedVideoFrames)}else this.checkFPS(e,e.webkitDecodedFrameCount,e.webkitDroppedFrameCount)},e}(),yr=function(){function e(){this.chunks=[],this.dataLength=0}var t=e.prototype;return t.push=function(e){this.chunks.push(e),this.dataLength+=e.length},t.flush=function(){var e,t=this.chunks,r=this.dataLength;return t.length?(e=1===t.length?t[0]:function(e,t){for(var r=new Uint8Array(t),i=0,s=0;s<e.length;s++){var n=e[s];r.set(n,i),i+=n.length}return r}(t,r),this.reset(),e):new Uint8Array(0)},t.reset=function(){this.chunks.length=0,this.dataLength=0},e}();function Er(e,t){return t+10<=e.length&&51===e[t]&&68===e[t+1]&&73===e[t+2]&&e[t+3]<255&&e[t+4]<255&&e[t+6]<128&&e[t+7]<128&&e[t+8]<128&&e[t+9]<128}function Sr(e,t){return t+10<=e.length&&73===e[t]&&68===e[t+1]&&51===e[t+2]&&e[t+3]<255&&e[t+4]<255&&e[t+6]<128&&e[t+7]<128&&e[t+8]<128&&e[t+9]<128}function Tr(e,t){var r=0;return r=(127&e[t])<<21,r|=(127&e[t+1])<<14,(r|=(127&e[t+2])<<7)|127&e[t+3]}function _r(e,t){for(var r=t,i=0;Sr(e,t);)i+=10,i+=Tr(e,t+6),Er(e,t+10)&&(i+=10),t+=i;if(i>0)return e.subarray(r,r+i)}function Lr(e,t){return 255===e[t]&&240==(246&e[t+1])}function br(e,t){return 1&e[t+1]?7:9}function Rr(e,t){return(3&e[t+3])<<11|e[t+4]<<3|(224&e[t+5])>>>5}function Ar(e,t){return t+1<e.length&&Lr(e,t)}function Pr(e,t){if(Ar(e,t)){var r=br(e,t);if(t+r>=e.length)return!1;var i=Rr(e,t);if(i<=r)return!1;var s=t+i;return s===e.length||Ar(e,s)}return!1}function wr(e,t,r,i,s){if(!e.samplerate){var a=function(e,t,r,i){var s=t[r+2],n=s>>2&15;if(!(n>12)){var a=1+(s>>6&3),o=t[r+3]>>6&3|(1&s)<<2,l="mp4a.40."+a,h=[96e3,88200,64e3,48e3,44100,32e3,24e3,22050,16e3,12e3,11025,8e3,7350][n],u=n;5!==a&&29!==a||(u-=3);var d=[a<<3|(14&u)>>1,(1&u)<<7|o<<3];return j.log("manifest codec:"+i+", parsed codec:"+l+", channels:"+o+", rate:"+h+" (ADTS object type:"+a+" sampling index:"+n+")"),{config:d,samplerate:h,channelCount:o,codec:l,parsedCodec:l,manifestCodec:i}}var c=new Error("invalid ADTS sampling index:"+n);e.emit(P.ERROR,P.ERROR,{type:R.MEDIA_ERROR,details:A.FRAG_PARSING_ERROR,fatal:!0,error:c,reason:c.message})}(t,r,i,s);if(!a)return;n(e,a)}}function Ir(e){return 9216e4/e}function Dr(e,t,r,i,s){var n,a=i+s*Ir(e.samplerate),o=function(e,t){var r=br(e,t);if(t+r<=e.length){var i=Rr(e,t)-r;if(i>0)return{headerLength:r,frameLength:i}}}(t,r);if(o){var l=o.frameLength,h=o.headerLength,u=h+l,d=Math.max(0,r+u-t.length);d?(n=new Uint8Array(u-h)).set(t.subarray(r+h,t.length),0):n=t.subarray(r+h,r+u);var c={unit:n,pts:a};return d||e.samples.push(c),{sample:c,length:u,missing:d}}var f=t.length-r;return(n=new Uint8Array(f)).set(t.subarray(r,t.length),0),{sample:{unit:n,pts:a},length:f,missing:-1}}function Cr(e,t){return Sr(e,t)&&Tr(e,t+6)+10<=e.length-t}function kr(e,t,r){return void 0===t&&(t=0),void 0===r&&(r=1/0),function(e,t,r,i){var s=function(e){return e instanceof ArrayBuffer?e:e.buffer}(e),n=1;"BYTES_PER_ELEMENT"in i&&(n=i.BYTES_PER_ELEMENT);var a,o=(a=e)&&a.buffer instanceof ArrayBuffer&&void 0!==a.byteLength&&void 0!==a.byteOffset?e.byteOffset:0,l=(o+e.byteLength)/n,h=(o+t)/n,u=Math.floor(Math.max(0,Math.min(h,l)));return new i(s,u,Math.floor(Math.min(u+Math.max(r,0),l))-u)}(e,t,r,Uint8Array)}function Mr(e){return"PRIV"===e.type?function(e){if(!(e.size<2)){var t=X(e.data,!0),r=new Uint8Array(e.data.subarray(t.length+1));return{key:e.type,info:t,data:r.buffer}}}(e):"W"===e.type[0]?function(e){if("WXXX"===e.type){if(e.size<2)return;var t=1,r=X(e.data.subarray(t),!0);t+=r.length+1;var i=X(e.data.subarray(t));return{key:e.type,info:r,data:i}}var s=X(e.data);return{key:e.type,info:"",data:s}}(e):"APIC"===e.type?function(e){var t={key:e.type,description:"",data:"",mimeType:null,pictureType:null};if(!(e.size<2))if(3===e.data[0]){var r=e.data.subarray(1).indexOf(0);if(-1!==r){var i=X(kr(e.data,1,r)),s=e.data[2+r],n=e.data.subarray(3+r).indexOf(0);if(-1!==n){var a,o=X(kr(e.data,3+r,n));return a="--\x3e"===i?X(kr(e.data,4+r+n)):function(e){return e instanceof ArrayBuffer?e:0==e.byteOffset&&e.byteLength==e.buffer.byteLength?e.buffer:new Uint8Array(e).buffer}(e.data.subarray(4+r+n)),t.mimeType=i,t.pictureType=s,t.description=o,t.data=a,t}}}else console.log("Ignore frame with unrecognized character encoding")}(e):function(e){if(!(e.size<2)){if("TXXX"===e.type){var t=1,r=X(e.data.subarray(t),!0);t+=r.length+1;var i=X(e.data.subarray(t));return{key:e.type,info:r,data:i}}var s=X(e.data.subarray(1));return{key:e.type,info:"",data:s}}}(e)}function Or(e){var t=String.fromCharCode(e[0],e[1],e[2],e[3]),r=Tr(e,4);return{type:t,size:r,data:e.subarray(10,10+r)}}var xr=10,Nr=10;function Fr(e){for(var t=0,r=[];Sr(e,t);){var i=Tr(e,t+6);e[t+5]>>6&1&&(t+=xr);for(var s=(t+=xr)+i;t+Nr<s;){var n=Or(e.subarray(t)),a=Mr(n);a&&r.push(a),t+=n.size+xr}Er(e,t)&&(t+=xr)}return r}function Br(e){return e&&"PRIV"===e.key&&"com.apple.streaming.transportStreamTimestamp"===e.info}function Ur(e){if(8===e.data.byteLength){var t=new Uint8Array(e.data),r=1&t[3],i=(t[4]<<23)+(t[5]<<15)+(t[6]<<7)+t[7];return i/=45,r&&(i+=47721858.84),Math.round(i)}}function Gr(e){for(var t=Fr(e),r=0;r<t.length;r++){var i=t[r];if(Br(i))return Ur(i)}}var Hr=function(e){return e.audioId3="org.id3",e.dateRange="com.apple.quicktime.HLS",e.emsg="https://aomedia.org/emsg/ID3",e.misbklv="urn:misb:KLV:bin:1910.1",e}({});function $r(e,t){return void 0===e&&(e=""),void 0===t&&(t=9e4),{type:e,id:-1,pid:-1,inputTimeScale:t,sequenceNumber:-1,samples:[],dropped:0}}var Wr=function(){function e(){this._audioTrack=void 0,this._id3Track=void 0,this.frameIndex=0,this.cachedData=null,this.basePTS=null,this.initPTS=null,this.lastPTS=null}var t=e.prototype;return t.resetInitSegment=function(e,t,r,i){this._id3Track={type:"id3",id:3,pid:-1,inputTimeScale:9e4,sequenceNumber:0,samples:[],dropped:0}},t.resetTimeStamp=function(e){this.initPTS=e,this.resetContiguity()},t.resetContiguity=function(){this.basePTS=null,this.lastPTS=null,this.frameIndex=0},t.canParse=function(e,t){return!1},t.appendFrame=function(e,t,r){},t.demux=function(e,t){this.cachedData&&(e=be(this.cachedData,e),this.cachedData=null);var r,i=_r(e,0),s=i?i.length:0,n=this._audioTrack,a=this._id3Track,o=i?Gr(i):void 0,l=e.length;for((null===this.basePTS||0===this.frameIndex&&_(o))&&(this.basePTS=Vr(o,t,this.initPTS),this.lastPTS=this.basePTS),null===this.lastPTS&&(this.lastPTS=this.basePTS),i&&i.length>0&&a.samples.push({pts:this.lastPTS,dts:this.lastPTS,data:i,type:Hr.audioId3,duration:Number.POSITIVE_INFINITY});s<l;){if(this.canParse(e,s)){var h=this.appendFrame(n,e,s);h?(this.frameIndex++,this.lastPTS=h.sample.pts,r=s+=h.length):s=l}else Cr(e,s)?(i=_r(e,s),a.samples.push({pts:this.lastPTS,dts:this.lastPTS,data:i,type:Hr.audioId3,duration:Number.POSITIVE_INFINITY}),r=s+=i.length):s++;if(s===l&&r!==l){var u=e.slice(r);this.cachedData?this.cachedData=be(this.cachedData,u):this.cachedData=u}}return{audioTrack:n,videoTrack:$r(),id3Track:a,textTrack:$r()}},t.demuxSampleAes=function(e,t,r){return Promise.reject(new Error("["+this+"] This demuxer does not support Sample-AES decryption"))},t.flush=function(e){var t=this.cachedData;return t&&(this.cachedData=null,this.demux(t,0)),{audioTrack:this._audioTrack,videoTrack:$r(),id3Track:this._id3Track,textTrack:$r()}},t.destroy=function(){this.cachedData=null,this._audioTrack=this._id3Track=void 0},e}(),Vr=function(e,t,r){return _(e)?90*e:9e4*t+(r?9e4*r.baseTime/r.timescale:0)},qr=null,jr=[32,64,96,128,160,192,224,256,288,320,352,384,416,448,32,48,56,64,80,96,112,128,160,192,224,256,320,384,32,40,48,56,64,80,96,112,128,160,192,224,256,320,32,48,56,64,80,96,112,128,144,160,176,192,224,256,8,16,24,32,40,48,56,64,80,96,112,128,144,160],zr=[44100,48e3,32e3,22050,24e3,16e3,11025,12e3,8e3],Kr=[[0,72,144,12],[0,0,0,0],[0,72,144,12],[0,144,144,12]],Yr=[0,1,1,4];function Xr(e,t,r,i,s){if(!(r+24>t.length)){var n=Qr(t,r);if(n&&r+n.frameLength<=t.length){var a=i+s*(9e4*n.samplesPerFrame/n.sampleRate),o={unit:t.subarray(r,r+n.frameLength),pts:a,dts:a};return e.config=[],e.channelCount=n.channelCount,e.samplerate=n.sampleRate,e.samples.push(o),{sample:o,length:n.frameLength,missing:0}}}}function Qr(e,t){var r=e[t+1]>>3&3,i=e[t+1]>>1&3,s=e[t+2]>>4&15,n=e[t+2]>>2&3;if(1!==r&&0!==s&&15!==s&&3!==n){var a=e[t+2]>>1&1,o=e[t+3]>>6,l=1e3*jr[14*(3===r?3-i:3===i?3:4)+s-1],h=zr[3*(3===r?0:2===r?1:2)+n],u=3===o?1:2,d=Kr[r][i],c=Yr[i],f=8*d*c,g=Math.floor(d*l/h+a)*c;if(null===qr){var p=(navigator.userAgent||"").match(/Chrome\/(\d+)/i);qr=p?parseInt(p[1]):0}return!!qr&&qr<=87&&2===i&&l>=224e3&&0===o&&(e[t+3]=128|e[t+3]),{sampleRate:h,channelCount:u,frameLength:g,samplesPerFrame:f}}}function Jr(e,t){return!(255!==e[t]||224&~e[t+1]||!(6&e[t+1]))}function Zr(e,t){return t+1<e.length&&Jr(e,t)}function ei(e,t){if(t+1<e.length&&Jr(e,t)){var r=Qr(e,t),i=4;null!=r&&r.frameLength&&(i=r.frameLength);var s=t+i;return s===e.length||Zr(e,s)}return!1}var ti=function(e){function t(t,r){var i;return(i=e.call(this)||this).observer=void 0,i.config=void 0,i.observer=t,i.config=r,i}o(t,e);var r=t.prototype;return r.resetInitSegment=function(t,r,i,s){e.prototype.resetInitSegment.call(this,t,r,i,s),this._audioTrack={container:"audio/adts",type:"audio",id:2,pid:-1,sequenceNumber:0,segmentCodec:"aac",samples:[],manifestCodec:r,duration:s,inputTimeScale:9e4,dropped:0}},t.probe=function(e,t){if(!e)return!1;var r=_r(e,0),i=(null==r?void 0:r.length)||0;if(ei(e,i))return!1;for(var s=e.length;i<s;i++)if(Pr(e,i))return t.log("ADTS sync word found !"),!0;return!1},r.canParse=function(e,t){return function(e,t){return function(e,t){return t+5<e.length}(e,t)&&Lr(e,t)&&Rr(e,t)<=e.length-t}(e,t)},r.appendFrame=function(e,t,r){wr(e,this.observer,t,r,e.manifestCodec);var i=Dr(e,t,r,this.basePTS,this.frameIndex);if(i&&0===i.missing)return i},t}(Wr),ri=function(e){function t(){return e.apply(this,arguments)||this}o(t,e);var r=t.prototype;return r.resetInitSegment=function(t,r,i,s){e.prototype.resetInitSegment.call(this,t,r,i,s),this._audioTrack={container:"audio/mpeg",type:"audio",id:2,pid:-1,sequenceNumber:0,segmentCodec:"mp3",samples:[],manifestCodec:r,duration:s,inputTimeScale:9e4,dropped:0}},t.probe=function(e){if(!e)return!1;var t=_r(e,0),r=(null==t?void 0:t.length)||0;if(t&&11===e[r]&&119===e[r+1]&&void 0!==Gr(t)&&function(e,t){var r=0,i=5;t+=i;for(var s=new Uint32Array(1),n=new Uint32Array(1),a=new Uint8Array(1);i>0;){a[0]=e[t];var o=Math.min(i,8),l=8-o;n[0]=4278190080>>>24+l<<l,s[0]=(a[0]&n[0])>>l,r=r?r<<o|s[0]:s[0],t+=1,i-=o}return r}(e,r)<=16)return!1;for(var i=e.length;r<i;r++)if(ei(e,r))return j.log("MPEG Audio sync word found !"),!0;return!1},r.canParse=function(e,t){return function(e,t){return Jr(e,t)&&4<=e.length-t}(e,t)},r.appendFrame=function(e,t,r){if(null!==this.basePTS)return Xr(e,t,r,this.basePTS,this.frameIndex)},t}(Wr),ii=function(){function e(e,t,r){this.subtle=void 0,this.aesIV=void 0,this.aesMode=void 0,this.subtle=e,this.aesIV=t,this.aesMode=r}return e.prototype.decrypt=function(e,t){switch(this.aesMode){case 0:return this.subtle.decrypt({name:"AES-CBC",iv:this.aesIV},t,e);case 1:return this.subtle.decrypt({name:"AES-CTR",counter:this.aesIV,length:64},t,e);default:throw new Error("[AESCrypto] invalid aes mode "+this.aesMode)}},e}(),si=function(){function e(){this.rcon=[0,1,2,4,8,16,32,64,128,27,54],this.subMix=[new Uint32Array(256),new Uint32Array(256),new Uint32Array(256),new Uint32Array(256)],this.invSubMix=[new Uint32Array(256),new Uint32Array(256),new Uint32Array(256),new Uint32Array(256)],this.sBox=new Uint32Array(256),this.invSBox=new Uint32Array(256),this.key=new Uint32Array(0),this.ksRows=0,this.keySize=0,this.keySchedule=void 0,this.invKeySchedule=void 0,this.initTable()}var t=e.prototype;return t.uint8ArrayToUint32Array_=function(e){for(var t=new DataView(e),r=new Uint32Array(4),i=0;i<4;i++)r[i]=t.getUint32(4*i);return r},t.initTable=function(){var e=this.sBox,t=this.invSBox,r=this.subMix,i=r[0],s=r[1],n=r[2],a=r[3],o=this.invSubMix,l=o[0],h=o[1],u=o[2],d=o[3],c=new Uint32Array(256),f=0,g=0,p=0;for(p=0;p<256;p++)c[p]=p<128?p<<1:p<<1^283;for(p=0;p<256;p++){var m=g^g<<1^g<<2^g<<3^g<<4;m=m>>>8^255&m^99,e[f]=m,t[m]=f;var v=c[f],y=c[v],E=c[y],S=257*c[m]^16843008*m;i[f]=S<<24|S>>>8,s[f]=S<<16|S>>>16,n[f]=S<<8|S>>>24,a[f]=S,S=16843009*E^65537*y^257*v^16843008*f,l[m]=S<<24|S>>>8,h[m]=S<<16|S>>>16,u[m]=S<<8|S>>>24,d[m]=S,f?(f=v^c[c[c[E^v]]],g^=c[c[g]]):f=g=1}},t.expandKey=function(e){for(var t=this.uint8ArrayToUint32Array_(e),r=!0,i=0;i<t.length&&r;)r=t[i]===this.key[i],i++;if(!r){this.key=t;var s=this.keySize=t.length;if(4!==s&&6!==s&&8!==s)throw new Error("Invalid aes key size="+s);var n,a,o,l,h=this.ksRows=4*(s+6+1),u=this.keySchedule=new Uint32Array(h),d=this.invKeySchedule=new Uint32Array(h),c=this.sBox,f=this.rcon,g=this.invSubMix,p=g[0],m=g[1],v=g[2],y=g[3];for(n=0;n<h;n++)n<s?o=u[n]=t[n]:(l=o,n%s==0?(l=c[(l=l<<8|l>>>24)>>>24]<<24|c[l>>>16&255]<<16|c[l>>>8&255]<<8|c[255&l],l^=f[n/s|0]<<24):s>6&&n%s==4&&(l=c[l>>>24]<<24|c[l>>>16&255]<<16|c[l>>>8&255]<<8|c[255&l]),u[n]=o=(u[n-s]^l)>>>0);for(a=0;a<h;a++)n=h-a,l=3&a?u[n]:u[n-4],d[a]=a<4||n<=4?l:p[c[l>>>24]]^m[c[l>>>16&255]]^v[c[l>>>8&255]]^y[c[255&l]],d[a]=d[a]>>>0}},t.networkToHostOrderSwap=function(e){return e<<24|(65280&e)<<8|(16711680&e)>>8|e>>>24},t.decrypt=function(e,t,r){for(var i,s,n,a,o,l,h,u,d,c,f,g,p,m,v=this.keySize+6,y=this.invKeySchedule,E=this.invSBox,S=this.invSubMix,T=S[0],_=S[1],L=S[2],b=S[3],R=this.uint8ArrayToUint32Array_(r),A=R[0],P=R[1],w=R[2],I=R[3],D=new Int32Array(e),C=new Int32Array(D.length),k=this.networkToHostOrderSwap;t<D.length;){for(d=k(D[t]),c=k(D[t+1]),f=k(D[t+2]),g=k(D[t+3]),o=d^y[0],l=g^y[1],h=f^y[2],u=c^y[3],p=4,m=1;m<v;m++)i=T[o>>>24]^_[l>>16&255]^L[h>>8&255]^b[255&u]^y[p],s=T[l>>>24]^_[h>>16&255]^L[u>>8&255]^b[255&o]^y[p+1],n=T[h>>>24]^_[u>>16&255]^L[o>>8&255]^b[255&l]^y[p+2],a=T[u>>>24]^_[o>>16&255]^L[l>>8&255]^b[255&h]^y[p+3],o=i,l=s,h=n,u=a,p+=4;i=E[o>>>24]<<24^E[l>>16&255]<<16^E[h>>8&255]<<8^E[255&u]^y[p],s=E[l>>>24]<<24^E[h>>16&255]<<16^E[u>>8&255]<<8^E[255&o]^y[p+1],n=E[h>>>24]<<24^E[u>>16&255]<<16^E[o>>8&255]<<8^E[255&l]^y[p+2],a=E[u>>>24]<<24^E[o>>16&255]<<16^E[l>>8&255]<<8^E[255&h]^y[p+3],C[t]=k(i^A),C[t+1]=k(a^P),C[t+2]=k(n^w),C[t+3]=k(s^I),A=d,P=c,w=f,I=g,t+=4}return C.buffer},e}(),ni=function(){function e(e,t,r){this.subtle=void 0,this.key=void 0,this.aesMode=void 0,this.subtle=e,this.key=t,this.aesMode=r}return e.prototype.expandKey=function(){var e=function(e){switch(e){case 0:return"AES-CBC";case 1:return"AES-CTR";default:throw new Error("[FastAESKey] invalid aes mode "+e)}}(this.aesMode);return this.subtle.importKey("raw",this.key,{name:e},!1,["encrypt","decrypt"])},e}(),ai=function(){function e(e,t){var r=(void 0===t?{}:t).removePKCS7Padding,i=void 0===r||r;if(this.logEnabled=!0,this.removePKCS7Padding=void 0,this.subtle=null,this.softwareDecrypter=null,this.key=null,this.fastAesKey=null,this.remainderData=null,this.currentIV=null,this.currentResult=null,this.useSoftware=void 0,this.enableSoftwareAES=void 0,this.enableSoftwareAES=e.enableSoftwareAES,this.removePKCS7Padding=i,i)try{var s=self.crypto;s&&(this.subtle=s.subtle||s.webkitSubtle)}catch(e){}this.useSoftware=!this.subtle}var t=e.prototype;return t.destroy=function(){this.subtle=null,this.softwareDecrypter=null,this.key=null,this.fastAesKey=null,this.remainderData=null,this.currentIV=null,this.currentResult=null},t.isSync=function(){return this.useSoftware},t.flush=function(){var e=this.currentResult,t=this.remainderData;if(!e||t)return this.reset(),null;var r,i,s,n=new Uint8Array(e);return this.reset(),this.removePKCS7Padding?(s=(i=(r=n).byteLength)&&new DataView(r.buffer).getUint8(i-1))?r.slice(0,i-s):r:n},t.reset=function(){this.currentResult=null,this.currentIV=null,this.remainderData=null,this.softwareDecrypter&&(this.softwareDecrypter=null)},t.decrypt=function(e,t,r,i){var s=this;return this.useSoftware?new Promise((function(n,a){var o=ArrayBuffer.isView(e)?e:new Uint8Array(e);s.softwareDecrypt(o,t,r,i);var l=s.flush();l?n(l.buffer):a(new Error("[softwareDecrypt] Failed to decrypt data"))})):this.webCryptoDecrypt(new Uint8Array(e),t,r,i)},t.softwareDecrypt=function(e,t,r,i){var s=this.currentIV,n=this.currentResult,a=this.remainderData;if(0!==i||16!==t.byteLength)return j.warn("SoftwareDecrypt: can only handle AES-128-CBC"),null;this.logOnce("JS AES decrypt"),a&&(e=be(a,e),this.remainderData=null);var o=this.getValidChunk(e);if(!o.length)return null;s&&(r=s);var l=this.softwareDecrypter;l||(l=this.softwareDecrypter=new si),l.expandKey(t);var h=n;return this.currentResult=l.decrypt(o.buffer,0,r),this.currentIV=o.slice(-16).buffer,h||null},t.webCryptoDecrypt=function(e,t,r,i){var s=this;if(this.key!==t||!this.fastAesKey){if(!this.subtle)return Promise.resolve(this.onWebCryptoError(e,t,r,i));this.key=t,this.fastAesKey=new ni(this.subtle,t,i)}return this.fastAesKey.expandKey().then((function(t){return s.subtle?(s.logOnce("WebCrypto AES decrypt"),new ii(s.subtle,new Uint8Array(r),i).decrypt(e.buffer,t)):Promise.reject(new Error("web crypto not initialized"))})).catch((function(n){return j.warn("[decrypter]: WebCrypto Error, disable WebCrypto API, "+n.name+": "+n.message),s.onWebCryptoError(e,t,r,i)}))},t.onWebCryptoError=function(e,t,r,i){var s=this.enableSoftwareAES;if(s){this.useSoftware=!0,this.logEnabled=!0,this.softwareDecrypt(e,t,r,i);var n=this.flush();if(n)return n.buffer}throw new Error("WebCrypto"+(s?" and softwareDecrypt":"")+": failed to decrypt data")},t.getValidChunk=function(e){var t=e,r=e.length-e.length%16;return r!==e.length&&(t=e.slice(0,r),this.remainderData=e.slice(r)),t},t.logOnce=function(e){this.logEnabled&&(j.log("[decrypter]: "+e),this.logEnabled=!1)},e}(),oi=/\/emsg[-/]ID3/i,li=function(){function e(e,t){this.remainderData=null,this.timeOffset=0,this.config=void 0,this.videoTrack=void 0,this.audioTrack=void 0,this.id3Track=void 0,this.txtTrack=void 0,this.config=t}var t=e.prototype;return t.resetTimeStamp=function(){},t.resetInitSegment=function(e,t,r,i){var s=this.videoTrack=$r("video",1),n=this.audioTrack=$r("audio",1),a=this.txtTrack=$r("text",1);if(this.id3Track=$r("id3",1),this.timeOffset=0,null!=e&&e.byteLength){var o=ye(e);if(o.video){var l=o.video,h=l.id,u=l.timescale,d=l.codec,c=l.supplemental;s.id=h,s.timescale=a.timescale=u,s.codec=d,s.supplemental=c}if(o.audio){var f=o.audio,g=f.id,p=f.timescale,m=f.codec;n.id=g,n.timescale=p,n.codec=m}a.id=ue.text,s.sampleDuration=0,s.duration=n.duration=i}},t.resetContiguity=function(){this.remainderData=null},e.probe=function(e){return function(e){for(var t=e.byteLength,r=0;r<t;){var i=fe(e,r);if(i>8&&109===e[r+4]&&111===e[r+5]&&111===e[r+6]&&102===e[r+7])return!0;r=i>1?r+i:t}return!1}(e)},t.demux=function(e,t){this.timeOffset=t;var r=e,i=this.videoTrack,s=this.txtTrack;if(this.config.progressive){this.remainderData&&(r=be(this.remainderData,e));var n=function(e){var t={valid:null,remainder:null},r=me(e,["moof"]);if(r.length<2)return t.remainder=e,t;var i=r[r.length-1];return t.valid=e.slice(0,i.byteOffset-8),t.remainder=e.slice(i.byteOffset-8),t}(r);this.remainderData=n.remainder,i.samples=n.valid||new Uint8Array}else i.samples=r;var a=this.extractID3Track(i,t);return s.samples=Re(t,i),{videoTrack:i,audioTrack:this.audioTrack,id3Track:a,textTrack:this.txtTrack}},t.flush=function(){var e=this.timeOffset,t=this.videoTrack,r=this.txtTrack;t.samples=this.remainderData||new Uint8Array,this.remainderData=null;var i=this.extractID3Track(t,this.timeOffset);return r.samples=Re(e,t),{videoTrack:t,audioTrack:$r(),id3Track:i,textTrack:$r()}},t.extractID3Track=function(e,t){var r=this,i=this.id3Track;if(e.samples.length){var s=me(e.samples,["emsg"]);s&&s.forEach((function(e){var s=function(e){var t=e[0],r="",i="",s=0,n=0,a=0,o=0,l=0,h=0;if(0===t){for(;"\0"!==de(e.subarray(h,h+1));)r+=de(e.subarray(h,h+1)),h+=1;for(r+=de(e.subarray(h,h+1)),h+=1;"\0"!==de(e.subarray(h,h+1));)i+=de(e.subarray(h,h+1)),h+=1;i+=de(e.subarray(h,h+1)),h+=1,s=fe(e,12),n=fe(e,16),o=fe(e,20),l=fe(e,24),h=28}else if(1===t){s=fe(e,h+=4);var u=fe(e,h+=4),d=fe(e,h+=4);for(h+=4,a=Math.pow(2,32)*u+d,L(a)||(a=Number.MAX_SAFE_INTEGER,j.warn("Presentation time exceeds safe integer limit and wrapped to max safe integer in parsing emsg box")),o=fe(e,h),l=fe(e,h+=4),h+=4;"\0"!==de(e.subarray(h,h+1));)r+=de(e.subarray(h,h+1)),h+=1;for(r+=de(e.subarray(h,h+1)),h+=1;"\0"!==de(e.subarray(h,h+1));)i+=de(e.subarray(h,h+1)),h+=1;i+=de(e.subarray(h,h+1)),h+=1}return{schemeIdUri:r,value:i,timeScale:s,presentationTime:a,presentationTimeDelta:n,eventDuration:o,id:l,payload:e.subarray(h,e.byteLength)}}(e);if(oi.test(s.schemeIdUri)){var n=hi(s,t),a=4294967295===s.eventDuration?Number.POSITIVE_INFINITY:s.eventDuration/s.timeScale;a<=.001&&(a=Number.POSITIVE_INFINITY);var o=s.payload;i.samples.push({data:o,len:o.byteLength,dts:n,pts:n,type:Hr.emsg,duration:a})}else if(r.config.enableEmsgKLVMetadata&&s.schemeIdUri.startsWith("urn:misb:KLV:bin:1910.1")){var l=hi(s,t);i.samples.push({data:s.payload,len:s.payload.byteLength,dts:l,pts:l,type:Hr.misbklv,duration:Number.POSITIVE_INFINITY})}}))}return i},t.demuxSampleAes=function(e,t,r){return Promise.reject(new Error("The MP4 demuxer does not support SAMPLE-AES decryption"))},t.destroy=function(){this.config=null,this.remainderData=null,this.videoTrack=this.audioTrack=this.id3Track=this.txtTrack=void 0},e}();function hi(e,t){return _(e.presentationTime)?e.presentationTime/e.timeScale:t+e.presentationTimeDelta/e.timeScale}var ui=function(){function e(e,t,r){this.keyData=void 0,this.decrypter=void 0,this.keyData=r,this.decrypter=new ai(t,{removePKCS7Padding:!1})}var t=e.prototype;return t.decryptBuffer=function(e){return this.decrypter.decrypt(e,this.keyData.key.buffer,this.keyData.iv.buffer,0)},t.decryptAacSample=function(e,t,r){var i=this,s=e[t].unit;if(!(s.length<=16)){var n=s.subarray(16,s.length-s.length%16),a=n.buffer.slice(n.byteOffset,n.byteOffset+n.length);this.decryptBuffer(a).then((function(n){var a=new Uint8Array(n);s.set(a,16),i.decrypter.isSync()||i.decryptAacSamples(e,t+1,r)})).catch(r)}},t.decryptAacSamples=function(e,t,r){for(;;t++){if(t>=e.length)return void r();if(!(e[t].unit.length<32||(this.decryptAacSample(e,t,r),this.decrypter.isSync())))return}},t.getAvcEncryptedData=function(e){for(var t=16*Math.floor((e.length-48)/160)+16,r=new Int8Array(t),i=0,s=32;s<e.length-16;s+=160,i+=16)r.set(e.subarray(s,s+16),i);return r},t.getAvcDecryptedUnit=function(e,t){for(var r=new Uint8Array(t),i=0,s=32;s<e.length-16;s+=160,i+=16)e.set(r.subarray(i,i+16),s);return e},t.decryptAvcSample=function(e,t,r,i,s){var n=this,a=Ie(s.data),o=this.getAvcEncryptedData(a);this.decryptBuffer(o.buffer).then((function(o){s.data=n.getAvcDecryptedUnit(a,o),n.decrypter.isSync()||n.decryptAvcSamples(e,t,r+1,i)})).catch(i)},t.decryptAvcSamples=function(e,t,r,i){if(e instanceof Uint8Array)throw new Error("Cannot decrypt samples of type Uint8Array");for(;;t++,r=0){if(t>=e.length)return void i();for(var s=e[t].units;!(r>=s.length);r++){var n=s[r];if(!(n.data.length<=48||1!==n.type&&5!==n.type||(this.decryptAvcSample(e,t,r,i,n),this.decrypter.isSync())))return}}},e}(),di=function(){function e(){this.VideoSample=null}var t=e.prototype;return t.createVideoSample=function(e,t,r){return{key:e,frame:!1,pts:t,dts:r,units:[],length:0}},t.getLastNalUnit=function(e){var t,r,i=this.VideoSample;if(i&&0!==i.units.length||(i=e[e.length-1]),null!=(t=i)&&t.units){var s=i.units;r=s[s.length-1]}return r},t.pushAccessUnit=function(e,t){if(e.units.length&&e.frame){if(void 0===e.pts){var r=t.samples,i=r.length;if(!i)return void t.dropped++;var s=r[i-1];e.pts=s.pts,e.dts=s.dts}t.samples.push(e)}},t.parseNALu=function(e,t,r){var i,s,n=t.byteLength,a=e.naluState||0,o=a,l=[],h=0,u=-1,d=0;for(-1===a&&(u=0,d=this.getNALuType(t,0),a=0,h=1);h<n;)if(i=t[h++],a)if(1!==a)if(i)if(1===i){if(s=h-a-1,u>=0){var c={data:t.subarray(u,s),type:d};l.push(c)}else{var f=this.getLastNalUnit(e.samples);f&&(o&&h<=4-o&&f.state&&(f.data=f.data.subarray(0,f.data.byteLength-o)),s>0&&(f.data=be(f.data,t.subarray(0,s)),f.state=0))}h<n?(u=h,d=this.getNALuType(t,h),a=0):a=-1}else a=0;else a=3;else a=i?0:2;else a=i?0:1;if(u>=0&&a>=0){var g={data:t.subarray(u,n),type:d,state:a};l.push(g)}if(0===l.length){var p=this.getLastNalUnit(e.samples);p&&(p.data=be(p.data,t))}return e.naluState=a,l},e}(),ci=function(){function e(e){this.data=void 0,this.bytesAvailable=void 0,this.word=void 0,this.bitsAvailable=void 0,this.data=e,this.bytesAvailable=e.byteLength,this.word=0,this.bitsAvailable=0}var t=e.prototype;return t.loadWord=function(){var e=this.data,t=this.bytesAvailable,r=e.byteLength-t,i=new Uint8Array(4),s=Math.min(4,t);if(0===s)throw new Error("no bytes available");i.set(e.subarray(r,r+s)),this.word=new DataView(i.buffer).getUint32(0),this.bitsAvailable=8*s,this.bytesAvailable-=s},t.skipBits=function(e){var t;e=Math.min(e,8*this.bytesAvailable+this.bitsAvailable),this.bitsAvailable>e?(this.word<<=e,this.bitsAvailable-=e):(e-=this.bitsAvailable,e-=(t=e>>3)<<3,this.bytesAvailable-=t,this.loadWord(),this.word<<=e,this.bitsAvailable-=e)},t.readBits=function(e){var t=Math.min(this.bitsAvailable,e),r=this.word>>>32-t;if(e>32&&j.error("Cannot read more than 32 bits at a time"),this.bitsAvailable-=t,this.bitsAvailable>0)this.word<<=t;else{if(!(this.bytesAvailable>0))throw new Error("no bits available");this.loadWord()}return(t=e-t)>0&&this.bitsAvailable?r<<t|this.readBits(t):r},t.skipLZ=function(){var e;for(e=0;e<this.bitsAvailable;++e)if(this.word&2147483648>>>e)return this.word<<=e,this.bitsAvailable-=e,e;return this.loadWord(),e+this.skipLZ()},t.skipUEG=function(){this.skipBits(1+this.skipLZ())},t.skipEG=function(){this.skipBits(1+this.skipLZ())},t.readUEG=function(){var e=this.skipLZ();return this.readBits(e+1)-1},t.readEG=function(){var e=this.readUEG();return 1&e?1+e>>>1:-1*(e>>>1)},t.readBoolean=function(){return 1===this.readBits(1)},t.readUByte=function(){return this.readBits(8)},t.readUShort=function(){return this.readBits(16)},t.readUInt=function(){return this.readBits(32)},e}(),fi=function(e){function t(){return e.apply(this,arguments)||this}o(t,e);var r=t.prototype;return r.parsePES=function(e,t,r,i){var s,n=this,a=this.parseNALu(e,r.data,i),o=this.VideoSample,l=!1;r.data=null,o&&a.length&&!e.audFound&&(this.pushAccessUnit(o,e),o=this.VideoSample=this.createVideoSample(!1,r.pts,r.dts)),a.forEach((function(i){var a,h;switch(i.type){case 1:var u=!1;s=!0;var d,c=i.data;if(l&&c.length>4){var f=n.readSliceType(c);2!==f&&4!==f&&7!==f&&9!==f||(u=!0)}u&&null!=(d=o)&&d.frame&&!o.key&&(n.pushAccessUnit(o,e),o=n.VideoSample=null),o||(o=n.VideoSample=n.createVideoSample(!0,r.pts,r.dts)),o.frame=!0,o.key=u;break;case 5:s=!0,null!=(a=o)&&a.frame&&!o.key&&(n.pushAccessUnit(o,e),o=n.VideoSample=null),o||(o=n.VideoSample=n.createVideoSample(!0,r.pts,r.dts)),o.key=!0,o.frame=!0;break;case 6:s=!0,we(i.data,1,r.pts,t.samples);break;case 7:var g,p;s=!0,l=!0;var m=i.data,v=n.readSPS(m);if(!e.sps||e.width!==v.width||e.height!==v.height||(null==(g=e.pixelRatio)?void 0:g[0])!==v.pixelRatio[0]||(null==(p=e.pixelRatio)?void 0:p[1])!==v.pixelRatio[1]){e.width=v.width,e.height=v.height,e.pixelRatio=v.pixelRatio,e.sps=[m];for(var y=m.subarray(1,4),E="avc1.",S=0;S<3;S++){var T=y[S].toString(16);T.length<2&&(T="0"+T),E+=T}e.codec=E}break;case 8:s=!0,e.pps=[i.data];break;case 9:s=!0,e.audFound=!0,null!=(h=o)&&h.frame&&(n.pushAccessUnit(o,e),o=null),o||(o=n.VideoSample=n.createVideoSample(!1,r.pts,r.dts));break;case 12:s=!0;break;default:s=!1}o&&s&&o.units.push(i)})),i&&o&&(this.pushAccessUnit(o,e),this.VideoSample=null)},r.getNALuType=function(e,t){return 31&e[t]},r.readSliceType=function(e){var t=new ci(e);return t.readUByte(),t.readUEG(),t.readUEG()},r.skipScalingList=function(e,t){for(var r=8,i=8,s=0;s<e;s++)0!==i&&(i=(r+t.readEG()+256)%256),r=0===i?r:i},r.readSPS=function(e){var t,r,i,s=new ci(e),n=0,a=0,o=0,l=0,h=s.readUByte.bind(s),u=s.readBits.bind(s),d=s.readUEG.bind(s),c=s.readBoolean.bind(s),f=s.skipBits.bind(s),g=s.skipEG.bind(s),p=s.skipUEG.bind(s),m=this.skipScalingList.bind(this);h();var v=h();if(u(5),f(3),h(),p(),100===v||110===v||122===v||244===v||44===v||83===v||86===v||118===v||128===v){var y=d();if(3===y&&f(1),p(),p(),f(1),c())for(r=3!==y?8:12,i=0;i<r;i++)c()&&m(i<6?16:64,s)}p();var E=d();if(0===E)d();else if(1===E)for(f(1),g(),g(),t=d(),i=0;i<t;i++)g();p(),f(1);var S=d(),T=d(),_=u(1);0===_&&f(1),f(1),c()&&(n=d(),a=d(),o=d(),l=d());var L=[1,1];if(c()&&c())switch(h()){case 1:L=[1,1];break;case 2:L=[12,11];break;case 3:L=[10,11];break;case 4:L=[16,11];break;case 5:L=[40,33];break;case 6:L=[24,11];break;case 7:L=[20,11];break;case 8:L=[32,11];break;case 9:L=[80,33];break;case 10:L=[18,11];break;case 11:L=[15,11];break;case 12:L=[64,33];break;case 13:L=[160,99];break;case 14:L=[4,3];break;case 15:L=[3,2];break;case 16:L=[2,1];break;case 255:L=[h()<<8|h(),h()<<8|h()]}return{width:Math.ceil(16*(S+1)-2*n-2*a),height:(2-_)*(T+1)*16-(_?2:4)*(o+l),pixelRatio:L}},t}(di),gi=188,pi=function(){function e(e,t,r,i){this.logger=void 0,this.observer=void 0,this.config=void 0,this.typeSupported=void 0,this.sampleAes=null,this.pmtParsed=!1,this.audioCodec=void 0,this.videoCodec=void 0,this._pmtId=-1,this._videoTrack=void 0,this._audioTrack=void 0,this._id3Track=void 0,this._txtTrack=void 0,this.aacOverFlow=null,this.remainderData=null,this.videoParser=void 0,this.observer=e,this.config=t,this.typeSupported=r,this.logger=i,this.videoParser=null}e.probe=function(t,r){var i=e.syncOffset(t);return i>0&&r.warn("MPEG2-TS detected but first sync word found @ offset "+i),-1!==i},e.syncOffset=function(e){for(var t=e.length,r=Math.min(940,t-gi)+1,i=0;i<r;){for(var s=!1,n=-1,a=0,o=i;o<t;o+=gi){if(71!==e[o]||t-o!==gi&&71!==e[o+gi]){if(a)return-1;break}if(a++,-1===n&&0!==(n=o)&&(r=Math.min(n+18612,e.length-gi)+1),s||(s=0===mi(e,o)),s&&a>1&&(0===n&&a>2||o+gi>r))return n}i++}return-1},e.createTrack=function(e,t){return{container:"video"===e||"audio"===e?"video/mp2t":void 0,type:e,id:ue[e],pid:-1,inputTimeScale:9e4,sequenceNumber:0,samples:[],dropped:0,duration:"audio"===e?t:void 0}};var t=e.prototype;return t.resetInitSegment=function(t,r,i,s){this.pmtParsed=!1,this._pmtId=-1,this._videoTrack=e.createTrack("video"),this._videoTrack.duration=s,this._audioTrack=e.createTrack("audio",s),this._id3Track=e.createTrack("id3"),this._txtTrack=e.createTrack("text"),this._audioTrack.segmentCodec="aac",this.videoParser=null,this.aacOverFlow=null,this.remainderData=null,this.audioCodec=r,this.videoCodec=i},t.resetTimeStamp=function(){},t.resetContiguity=function(){var e=this._audioTrack,t=this._videoTrack,r=this._id3Track;e&&(e.pesData=null),t&&(t.pesData=null),r&&(r.pesData=null),this.aacOverFlow=null,this.remainderData=null},t.demux=function(t,r,i,s){var n;void 0===i&&(i=!1),void 0===s&&(s=!1),i||(this.sampleAes=null);var a=this._videoTrack,o=this._audioTrack,l=this._id3Track,h=this._txtTrack,u=a.pid,d=a.pesData,c=o.pid,f=l.pid,g=o.pesData,p=l.pesData,m=null,v=this.pmtParsed,y=this._pmtId,E=t.length;if(this.remainderData&&(E=(t=be(this.remainderData,t)).length,this.remainderData=null),E<gi&&!s)return this.remainderData=t,{audioTrack:o,videoTrack:a,id3Track:l,textTrack:h};var S=Math.max(0,e.syncOffset(t));(E-=(E-S)%gi)<t.byteLength&&!s&&(this.remainderData=new Uint8Array(t.buffer,E,t.buffer.byteLength-E));for(var T=0,_=S;_<E;_+=gi)if(71===t[_]){var L=!!(64&t[_+1]),b=mi(t,_),R=void 0;if((48&t[_+3])>>4>1){if((R=_+5+t[_+4])===_+gi)continue}else R=_+4;switch(b){case u:L&&(d&&(n=Ti(d,this.logger))&&(this.readyVideoParser(a.segmentCodec),null!==this.videoParser&&this.videoParser.parsePES(a,h,n,!1)),d={data:[],size:0}),d&&(d.data.push(t.subarray(R,_+gi)),d.size+=_+gi-R);break;case c:if(L){if(g&&(n=Ti(g,this.logger)))switch(o.segmentCodec){case"aac":this.parseAACPES(o,n);break;case"mp3":this.parseMPEGPES(o,n)}g={data:[],size:0}}g&&(g.data.push(t.subarray(R,_+gi)),g.size+=_+gi-R);break;case f:L&&(p&&(n=Ti(p,this.logger))&&this.parseID3PES(l,n),p={data:[],size:0}),p&&(p.data.push(t.subarray(R,_+gi)),p.size+=_+gi-R);break;case 0:L&&(R+=t[R]+1),y=this._pmtId=vi(t,R);break;case y:L&&(R+=t[R]+1);var A=yi(t,R,this.typeSupported,i,this.observer,this.logger);(u=A.videoPid)>0&&(a.pid=u,a.segmentCodec=A.segmentVideoCodec),(c=A.audioPid)>0&&(o.pid=c,o.segmentCodec=A.segmentAudioCodec),(f=A.id3Pid)>0&&(l.pid=f),null===m||v||(this.logger.warn("MPEG-TS PMT found at "+_+" after unknown PID '"+m+"'. Backtracking to sync byte @"+S+" to parse all TS packets."),m=null,_=S-188),v=this.pmtParsed=!0;break;case 17:case 8191:break;default:m=b}}else T++;T>0&&Ei(this.observer,new Error("Found "+T+" TS packet/s that do not start with 0x47"),void 0,this.logger),a.pesData=d,o.pesData=g,l.pesData=p;var P={audioTrack:o,videoTrack:a,id3Track:l,textTrack:h};return s&&this.extractRemainingSamples(P),P},t.flush=function(){var e,t=this.remainderData;return this.remainderData=null,e=t?this.demux(t,-1,!1,!0):{videoTrack:this._videoTrack,audioTrack:this._audioTrack,id3Track:this._id3Track,textTrack:this._txtTrack},this.extractRemainingSamples(e),this.sampleAes?this.decrypt(e,this.sampleAes):e},t.extractRemainingSamples=function(e){var t,r=e.audioTrack,i=e.videoTrack,s=e.id3Track,n=e.textTrack,a=i.pesData,o=r.pesData,l=s.pesData;if(a&&(t=Ti(a,this.logger))?(this.readyVideoParser(i.segmentCodec),null!==this.videoParser&&(this.videoParser.parsePES(i,n,t,!0),i.pesData=null)):i.pesData=a,o&&(t=Ti(o,this.logger))){switch(r.segmentCodec){case"aac":this.parseAACPES(r,t);break;case"mp3":this.parseMPEGPES(r,t)}r.pesData=null}else null!=o&&o.size&&this.logger.log("last AAC PES packet truncated,might overlap between fragments"),r.pesData=o;l&&(t=Ti(l,this.logger))?(this.parseID3PES(s,t),s.pesData=null):s.pesData=l},t.demuxSampleAes=function(e,t,r){var i=this.demux(e,r,!0,!this.config.progressive),s=this.sampleAes=new ui(this.observer,this.config,t);return this.decrypt(i,s)},t.readyVideoParser=function(e){null===this.videoParser&&"avc"===e&&(this.videoParser=new fi)},t.decrypt=function(e,t){return new Promise((function(r){var i=e.audioTrack,s=e.videoTrack;i.samples&&"aac"===i.segmentCodec?t.decryptAacSamples(i.samples,0,(function(){s.samples?t.decryptAvcSamples(s.samples,0,0,(function(){r(e)})):r(e)})):s.samples&&t.decryptAvcSamples(s.samples,0,0,(function(){r(e)}))}))},t.destroy=function(){this.observer&&this.observer.removeAllListeners(),this.config=this.logger=this.observer=null,this.aacOverFlow=this.videoParser=this.remainderData=this.sampleAes=null,this._videoTrack=this._audioTrack=this._id3Track=this._txtTrack=void 0},t.parseAACPES=function(e,t){var r,i,s,n=0,a=this.aacOverFlow,o=t.data;if(a){this.aacOverFlow=null;var l=a.missing,h=a.sample.unit.byteLength;if(-1===l)o=be(a.sample.unit,o);else{var u=h-l;a.sample.unit.set(o.subarray(0,l),u),e.samples.push(a.sample),n=a.missing}}for(r=n,i=o.length;r<i-1&&!Ar(o,r);r++);if(r!==n){var d,c=r<i-1;if(d=c?"AAC PES did not start with ADTS header,offset:"+r:"No ADTS header found in AAC PES",Ei(this.observer,new Error(d),c,this.logger),!c)return}if(wr(e,this.observer,o,r,this.audioCodec),void 0!==t.pts)s=t.pts;else{if(!a)return void this.logger.warn("[tsdemuxer]: AAC PES unknown PTS");var f=Ir(e.samplerate);s=a.sample.pts+f}for(var g,p=0;r<i;){if(r+=(g=Dr(e,o,r,s,p)).length,g.missing){this.aacOverFlow=g;break}for(p++;r<i-1&&!Ar(o,r);r++);}},t.parseMPEGPES=function(e,t){var r=t.data,i=r.length,s=0,n=0,a=t.pts;if(void 0!==a)for(;n<i;)if(Zr(r,n)){var o=Xr(e,r,n,a,s);if(!o)break;n+=o.length,s++}else n++;else this.logger.warn("[tsdemuxer]: MPEG PES unknown PTS")},t.parseAC3PES=function(e,t){},t.parseID3PES=function(e,t){if(void 0!==t.pts){var r=n({},t,{type:this._videoTrack?Hr.emsg:Hr.audioId3,duration:Number.POSITIVE_INFINITY});e.samples.push(r)}else this.logger.warn("[tsdemuxer]: ID3 PES unknown PTS")},e}();function mi(e,t){return((31&e[t+1])<<8)+e[t+2]}function vi(e,t){return(31&e[t+10])<<8|e[t+11]}function yi(e,t,r,i,s,n){var a={audioPid:-1,videoPid:-1,id3Pid:-1,segmentVideoCodec:"avc",segmentAudioCodec:"aac"},o=t+3+((15&e[t+1])<<8|e[t+2])-4;for(t+=12+((15&e[t+10])<<8|e[t+11]);t<o;){var l=mi(e,t),h=(15&e[t+3])<<8|e[t+4];switch(e[t]){case 207:if(!i){Si("ADTS AAC",n);break}case 15:-1===a.audioPid&&(a.audioPid=l);break;case 21:-1===a.id3Pid&&(a.id3Pid=l);break;case 219:if(!i){Si("H.264",n);break}case 27:-1===a.videoPid&&(a.videoPid=l);break;case 3:case 4:r.mpeg||r.mp3?-1===a.audioPid&&(a.audioPid=l,a.segmentAudioCodec="mp3"):n.log("MPEG audio found, not supported in this browser");break;case 193:if(!i){Si("AC-3",n);break}case 129:n.warn("AC-3 in M2TS support not included in build");break;case 6:if(-1===a.audioPid&&h>0)for(var u=t+5,d=h;d>2;){106===e[u]&&n.warn("AC-3 in M2TS support not included in build");var c=e[u+1]+2;u+=c,d-=c}break;case 194:case 135:return Ei(s,new Error("Unsupported EC-3 in M2TS found"),void 0,n),a;case 36:return Ei(s,new Error("Unsupported HEVC in M2TS found"),void 0,n),a}t+=h+5}return a}function Ei(e,t,r,i){i.warn("parsing error: "+t.message),e.emit(P.ERROR,P.ERROR,{type:R.MEDIA_ERROR,details:A.FRAG_PARSING_ERROR,fatal:!1,levelRetry:r,error:t,reason:t.message})}function Si(e,t){t.log(e+" with AES-128-CBC encryption found in unencrypted stream")}function Ti(e,t){var r,i,s,n,a,o=0,l=e.data;if(!e||0===e.size)return null;for(;l[0].length<19&&l.length>1;)l[0]=be(l[0],l[1]),l.splice(1,1);if(1===((r=l[0])[0]<<16)+(r[1]<<8)+r[2]){if((i=(r[4]<<8)+r[5])&&i>e.size-6)return null;var h=r[7];192&h&&(n=536870912*(14&r[9])+4194304*(255&r[10])+16384*(254&r[11])+128*(255&r[12])+(254&r[13])/2,64&h?n-(a=536870912*(14&r[14])+4194304*(255&r[15])+16384*(254&r[16])+128*(255&r[17])+(254&r[18])/2)>54e5&&(t.warn(Math.round((n-a)/9e4)+"s delta between PTS and DTS, align them"),n=a):a=n);var u=(s=r[8])+9;if(e.size<=u)return null;e.size-=u;for(var d=new Uint8Array(e.size),c=0,f=l.length;c<f;c++){var g=(r=l[c]).byteLength;if(u){if(u>g){u-=g;continue}r=r.subarray(u),g-=u,u=0}d.set(r,o),o+=g}return i&&(i-=s+3),{data:d,pts:n,dts:a,len:i}}return null}var _i=function(){function e(){}return e.getSilentFrame=function(e,t){if("mp4a.40.2"===e){if(1===t)return new Uint8Array([0,200,0,128,35,128]);if(2===t)return new Uint8Array([33,0,73,144,2,25,0,35,128]);if(3===t)return new Uint8Array([0,200,0,128,32,132,1,38,64,8,100,0,142]);if(4===t)return new Uint8Array([0,200,0,128,32,132,1,38,64,8,100,0,128,44,128,8,2,56]);if(5===t)return new Uint8Array([0,200,0,128,32,132,1,38,64,8,100,0,130,48,4,153,0,33,144,2,56]);if(6===t)return new Uint8Array([0,200,0,128,32,132,1,38,64,8,100,0,130,48,4,153,0,33,144,2,0,178,0,32,8,224])}else{if(1===t)return new Uint8Array([1,64,34,128,163,78,230,128,186,8,0,0,0,28,6,241,193,10,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,94]);if(2===t)return new Uint8Array([1,64,34,128,163,94,230,128,186,8,0,0,0,0,149,0,6,241,161,10,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,94]);if(3===t)return new Uint8Array([1,64,34,128,163,94,230,128,186,8,0,0,0,0,149,0,6,241,161,10,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,94])}},e}(),Li=Math.pow(2,32)-1,bi=function(){function e(){}return e.init=function(){var t;for(t in e.types={avc1:[],avcC:[],hvc1:[],hvcC:[],btrt:[],dinf:[],dref:[],esds:[],ftyp:[],hdlr:[],mdat:[],mdhd:[],mdia:[],mfhd:[],minf:[],moof:[],moov:[],mp4a:[],".mp3":[],dac3:[],"ac-3":[],mvex:[],mvhd:[],pasp:[],sdtp:[],stbl:[],stco:[],stsc:[],stsd:[],stsz:[],stts:[],tfdt:[],tfhd:[],traf:[],trak:[],trun:[],trex:[],tkhd:[],vmhd:[],smhd:[]},e.types)e.types.hasOwnProperty(t)&&(e.types[t]=[t.charCodeAt(0),t.charCodeAt(1),t.charCodeAt(2),t.charCodeAt(3)]);var r=new Uint8Array([0,0,0,0,0,0,0,0,118,105,100,101,0,0,0,0,0,0,0,0,0,0,0,0,86,105,100,101,111,72,97,110,100,108,101,114,0]),i=new Uint8Array([0,0,0,0,0,0,0,0,115,111,117,110,0,0,0,0,0,0,0,0,0,0,0,0,83,111,117,110,100,72,97,110,100,108,101,114,0]);e.HDLR_TYPES={video:r,audio:i};var s=new Uint8Array([0,0,0,0,0,0,0,1,0,0,0,12,117,114,108,32,0,0,0,1]),n=new Uint8Array([0,0,0,0,0,0,0,0]);e.STTS=e.STSC=e.STCO=n,e.STSZ=new Uint8Array([0,0,0,0,0,0,0,0,0,0,0,0]),e.VMHD=new Uint8Array([0,0,0,1,0,0,0,0,0,0,0,0]),e.SMHD=new Uint8Array([0,0,0,0,0,0,0,0]),e.STSD=new Uint8Array([0,0,0,0,0,0,0,1]);var a=new Uint8Array([105,115,111,109]),o=new Uint8Array([97,118,99,49]),l=new Uint8Array([0,0,0,1]);e.FTYP=e.box(e.types.ftyp,a,l,a,o),e.DINF=e.box(e.types.dinf,e.box(e.types.dref,s))},e.box=function(e){for(var t=8,r=arguments.length,i=new Array(r>1?r-1:0),s=1;s<r;s++)i[s-1]=arguments[s];for(var n=i.length,a=n;n--;)t+=i[n].byteLength;var o=new Uint8Array(t);for(o[0]=t>>24&255,o[1]=t>>16&255,o[2]=t>>8&255,o[3]=255&t,o.set(e,4),n=0,t=8;n<a;n++)o.set(i[n],t),t+=i[n].byteLength;return o},e.hdlr=function(t){return e.box(e.types.hdlr,e.HDLR_TYPES[t])},e.mdat=function(t){return e.box(e.types.mdat,t)},e.mdhd=function(t,r){r*=t;var i=Math.floor(r/(Li+1)),s=Math.floor(r%(Li+1));return e.box(e.types.mdhd,new Uint8Array([1,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,3,t>>24&255,t>>16&255,t>>8&255,255&t,i>>24,i>>16&255,i>>8&255,255&i,s>>24,s>>16&255,s>>8&255,255&s,85,196,0,0]))},e.mdia=function(t){return e.box(e.types.mdia,e.mdhd(t.timescale||0,t.duration||0),e.hdlr(t.type),e.minf(t))},e.mfhd=function(t){return e.box(e.types.mfhd,new Uint8Array([0,0,0,0,t>>24,t>>16&255,t>>8&255,255&t]))},e.minf=function(t){return"audio"===t.type?e.box(e.types.minf,e.box(e.types.smhd,e.SMHD),e.DINF,e.stbl(t)):e.box(e.types.minf,e.box(e.types.vmhd,e.VMHD),e.DINF,e.stbl(t))},e.moof=function(t,r,i){return e.box(e.types.moof,e.mfhd(t),e.traf(i,r))},e.moov=function(t){for(var r=t.length,i=[];r--;)i[r]=e.trak(t[r]);return e.box.apply(null,[e.types.moov,e.mvhd(t[0].timescale||0,t[0].duration||0)].concat(i).concat(e.mvex(t)))},e.mvex=function(t){for(var r=t.length,i=[];r--;)i[r]=e.trex(t[r]);return e.box.apply(null,[e.types.mvex].concat(i))},e.mvhd=function(t,r){r*=t;var i=Math.floor(r/(Li+1)),s=Math.floor(r%(Li+1)),n=new Uint8Array([1,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,3,t>>24&255,t>>16&255,t>>8&255,255&t,i>>24,i>>16&255,i>>8&255,255&i,s>>24,s>>16&255,s>>8&255,255&s,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255]);return e.box(e.types.mvhd,n)},e.sdtp=function(t){var r,i,s=t.samples||[],n=new Uint8Array(4+s.length);for(r=0;r<s.length;r++)i=s[r].flags,n[r+4]=i.dependsOn<<4|i.isDependedOn<<2|i.hasRedundancy;return e.box(e.types.sdtp,n)},e.stbl=function(t){return e.box(e.types.stbl,e.stsd(t),e.box(e.types.stts,e.STTS),e.box(e.types.stsc,e.STSC),e.box(e.types.stsz,e.STSZ),e.box(e.types.stco,e.STCO))},e.avc1=function(t){var r,i,s,n=[],a=[];for(r=0;r<t.sps.length;r++)s=(i=t.sps[r]).byteLength,n.push(s>>>8&255),n.push(255&s),n=n.concat(Array.prototype.slice.call(i));for(r=0;r<t.pps.length;r++)s=(i=t.pps[r]).byteLength,a.push(s>>>8&255),a.push(255&s),a=a.concat(Array.prototype.slice.call(i));var o=e.box(e.types.avcC,new Uint8Array([1,n[3],n[4],n[5],255,224|t.sps.length].concat(n).concat([t.pps.length]).concat(a))),l=t.width,h=t.height,u=t.pixelRatio[0],d=t.pixelRatio[1];return e.box(e.types.avc1,new Uint8Array([0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,l>>8&255,255&l,h>>8&255,255&h,0,72,0,0,0,72,0,0,0,0,0,0,0,1,18,100,97,105,108,121,109,111,116,105,111,110,47,104,108,115,46,106,115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,17,17]),o,e.box(e.types.btrt,new Uint8Array([0,28,156,128,0,45,198,192,0,45,198,192])),e.box(e.types.pasp,new Uint8Array([u>>24,u>>16&255,u>>8&255,255&u,d>>24,d>>16&255,d>>8&255,255&d])))},e.esds=function(e){var t=e.config;return new Uint8Array([0,0,0,0,3,25,0,1,0,4,17,64,21,0,0,0,0,0,0,0,0,0,0,0,5,2].concat(t,[6,1,2]))},e.audioStsd=function(e){var t=e.samplerate||0;return new Uint8Array([0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,e.channelCount||0,0,16,0,0,0,0,t>>8&255,255&t,0,0])},e.mp4a=function(t){return e.box(e.types.mp4a,e.audioStsd(t),e.box(e.types.esds,e.esds(t)))},e.mp3=function(t){return e.box(e.types[".mp3"],e.audioStsd(t))},e.ac3=function(t){return e.box(e.types["ac-3"],e.audioStsd(t),e.box(e.types.dac3,t.config))},e.stsd=function(t){var r=t.segmentCodec;if("audio"===t.type){if("aac"===r)return e.box(e.types.stsd,e.STSD,e.mp4a(t));if("mp3"===r&&"mp3"===t.codec)return e.box(e.types.stsd,e.STSD,e.mp3(t))}else{if(!t.pps||!t.sps)throw new Error("video track missing pps or sps");if("avc"===r)return e.box(e.types.stsd,e.STSD,e.avc1(t))}throw new Error("unsupported "+t.type+" segment codec ("+r+"/"+t.codec+")")},e.tkhd=function(t){var r=t.id,i=(t.duration||0)*(t.timescale||0),s=t.width||0,n=t.height||0,a=Math.floor(i/(Li+1)),o=Math.floor(i%(Li+1));return e.box(e.types.tkhd,new Uint8Array([1,0,0,7,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,3,r>>24&255,r>>16&255,r>>8&255,255&r,0,0,0,0,a>>24,a>>16&255,a>>8&255,255&a,o>>24,o>>16&255,o>>8&255,255&o,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,s>>8&255,255&s,0,0,n>>8&255,255&n,0,0]))},e.traf=function(t,r){var i=e.sdtp(t),s=t.id,n=Math.floor(r/(Li+1)),a=Math.floor(r%(Li+1));return e.box(e.types.traf,e.box(e.types.tfhd,new Uint8Array([0,0,0,0,s>>24,s>>16&255,s>>8&255,255&s])),e.box(e.types.tfdt,new Uint8Array([1,0,0,0,n>>24,n>>16&255,n>>8&255,255&n,a>>24,a>>16&255,a>>8&255,255&a])),e.trun(t,i.length+16+20+8+16+8+8),i)},e.trak=function(t){return t.duration=t.duration||4294967295,e.box(e.types.trak,e.tkhd(t),e.mdia(t))},e.trex=function(t){var r=t.id;return e.box(e.types.trex,new Uint8Array([0,0,0,0,r>>24,r>>16&255,r>>8&255,255&r,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1]))},e.trun=function(t,r){var i,s,n,a,o,l,h=t.samples||[],u=h.length,d=12+16*u,c=new Uint8Array(d);for(r+=8+d,c.set(["video"===t.type?1:0,0,15,1,u>>>24&255,u>>>16&255,u>>>8&255,255&u,r>>>24&255,r>>>16&255,r>>>8&255,255&r],0),i=0;i<u;i++)n=(s=h[i]).duration,a=s.size,o=s.flags,l=s.cts,c.set([n>>>24&255,n>>>16&255,n>>>8&255,255&n,a>>>24&255,a>>>16&255,a>>>8&255,255&a,o.isLeading<<2|o.dependsOn,o.isDependedOn<<6|o.hasRedundancy<<4|o.paddingValue<<1|o.isNonSync,61440&o.degradPrio,15&o.degradPrio,l>>>24&255,l>>>16&255,l>>>8&255,255&l],12+16*i);return e.box(e.types.trun,c)},e.initSegment=function(t){e.types||e.init();var r=e.moov(t);return be(e.FTYP,r)},e.hvc1=function(e){return new Uint8Array},e}();function Ri(e,t){return function(e,t,r,i){var s=1e3*e*(1/9e4);return Math.round(s)}(e)}bi.types=void 0,bi.HDLR_TYPES=void 0,bi.STTS=void 0,bi.STSC=void 0,bi.STCO=void 0,bi.STSZ=void 0,bi.VMHD=void 0,bi.SMHD=void 0,bi.STSD=void 0,bi.FTYP=void 0,bi.DINF=void 0;var Ai=null,Pi=null;function wi(e,t,r,i){return{duration:t,size:r,cts:i,flags:{isLeading:0,isDependedOn:0,hasRedundancy:0,degradPrio:0,dependsOn:e?2:1,isNonSync:e?0:1}}}var Ii=function(e){function t(t,r,i,s){var n;if((n=e.call(this,"mp4-remuxer",s)||this).observer=void 0,n.config=void 0,n.typeSupported=void 0,n.ISGenerated=!1,n._initPTS=null,n._initDTS=null,n.nextVideoTs=null,n.nextAudioTs=null,n.videoSampleDuration=null,n.isAudioContiguous=!1,n.isVideoContiguous=!1,n.videoTrackConfig=void 0,n.observer=t,n.config=r,n.typeSupported=i,n.ISGenerated=!1,null===Ai){var a=(navigator.userAgent||"").match(/Chrome\/(\d+)/i);Ai=a?parseInt(a[1]):0}if(null===Pi){var o=navigator.userAgent.match(/Safari\/(\d+)/i);Pi=o?parseInt(o[1]):0}return n}o(t,e);var r=t.prototype;return r.destroy=function(){this.config=this.videoTrackConfig=this._initPTS=this._initDTS=null},r.resetTimeStamp=function(e){this.log("initPTS & initDTS reset"),this._initPTS=this._initDTS=e},r.resetNextTimestamp=function(){this.log("reset next timestamp"),this.isVideoContiguous=!1,this.isAudioContiguous=!1},r.resetInitSegment=function(){this.log("ISGenerated flag reset"),this.ISGenerated=!1,this.videoTrackConfig=void 0},r.getVideoStartPts=function(e){var t=!1,r=e[0].pts,i=e.reduce((function(e,i){var s=i.pts,n=s-e;return n<-4294967296&&(t=!0,n=(s=Di(s,r))-e),n>0?e:s}),r);return t&&this.debug("PTS rollover detected"),i},r.remux=function(e,t,r,i,s,n,a,o){var l,h,u,d,c,f,g=s,p=s,m=e.pid>-1,v=t.pid>-1,y=t.samples.length,E=e.samples.length>0,S=a&&y>0||y>1;if((!m||E)&&(!v||S)||this.ISGenerated||a){if(this.ISGenerated){var T,_,L,b,R=this.videoTrackConfig;(R&&(t.width!==R.width||t.height!==R.height||(null==(T=t.pixelRatio)?void 0:T[0])!==(null==(_=R.pixelRatio)?void 0:_[0])||(null==(L=t.pixelRatio)?void 0:L[1])!==(null==(b=R.pixelRatio)?void 0:b[1]))||!R&&S||null===this.nextAudioTs&&E)&&this.resetInitSegment()}this.ISGenerated||(u=this.generateIS(e,t,s,n));var A,P=this.isVideoContiguous,w=-1;if(S&&(w=function(e){for(var t=0;t<e.length;t++)if(e[t].key)return t;return-1}(t.samples),!P&&this.config.forceKeyFrameOnDiscontinuity))if(f=!0,w>0){this.warn("Dropped "+w+" out of "+y+" video samples due to a missing keyframe");var I=this.getVideoStartPts(t.samples);t.samples=t.samples.slice(w),t.dropped+=w,A=p+=(t.samples[0].pts-I)/t.inputTimeScale}else-1===w&&(this.warn("No keyframe found out of "+y+" video samples"),f=!1);if(this.ISGenerated){if(E&&S){var D=this.getVideoStartPts(t.samples),C=(Di(e.samples[0].pts,D)-D)/t.inputTimeScale;g+=Math.max(0,C),p+=Math.max(0,-C)}if(E){if(e.samplerate||(this.warn("regenerate InitSegment as audio detected"),u=this.generateIS(e,t,s,n)),h=this.remuxAudio(e,g,this.isAudioContiguous,n,v||S||o===M?p:void 0),S){var k=h?h.endPTS-h.startPTS:0;t.inputTimeScale||(this.warn("regenerate InitSegment as video detected"),u=this.generateIS(e,t,s,n)),l=this.remuxVideo(t,p,P,k)}}else S&&(l=this.remuxVideo(t,p,P,0));l&&(l.firstKeyFrame=w,l.independent=-1!==w,l.firstKeyFramePTS=A)}}return this.ISGenerated&&this._initPTS&&this._initDTS&&(r.samples.length&&(c=Ci(r,s,this._initPTS,this._initDTS)),i.samples.length&&(d=ki(i,s,this._initPTS))),{audio:h,video:l,initSegment:u,independent:f,text:d,id3:c}},r.generateIS=function(e,t,r,i){var s,n,a,o=e.samples,l=t.samples,h=this.typeSupported,u={},d=this._initPTS,c=!d||i,f="audio/mp4",g=-1;if(c&&(s=n=1/0),e.config&&o.length){switch(e.timescale=e.samplerate,e.segmentCodec){case"mp3":h.mpeg?(f="audio/mpeg",e.codec=""):h.mp3&&(e.codec="mp3");break;case"ac3":e.codec="ac-3"}u.audio={id:"audio",container:f,codec:e.codec,initSegment:"mp3"===e.segmentCodec&&h.mpeg?new Uint8Array(0):bi.initSegment([e]),metadata:{channelCount:e.channelCount}},c&&(g=e.id,a=e.inputTimeScale,d&&a===d.timescale?c=!1:s=n=o[0].pts-Math.round(a*r))}if(t.sps&&t.pps&&l.length){if(t.timescale=t.inputTimeScale,u.video={id:"main",container:"video/mp4",codec:t.codec,initSegment:bi.initSegment([t]),metadata:{width:t.width,height:t.height}},c)if(g=t.id,a=t.inputTimeScale,d&&a===d.timescale)c=!1;else{var p=this.getVideoStartPts(l),m=Math.round(a*r);n=Math.min(n,Di(l[0].dts,p)-m),s=Math.min(s,p-m)}this.videoTrackConfig={width:t.width,height:t.height,pixelRatio:t.pixelRatio}}if(Object.keys(u).length)return this.ISGenerated=!0,c?(d&&this.warn("Timestamps at playlist time: "+(i?"":"~")+r+" "+s/a+" != initPTS: "+d.baseTime/d.timescale+" ("+d.baseTime+"/"+d.timescale+") trackId: "+d.trackId),this.log("Found initPTS at playlist time: "+r+" offset: "+s/a+" ("+s+"/"+a+") trackId: "+g),this._initPTS={baseTime:s,timescale:a,trackId:g},this._initDTS={baseTime:n,timescale:a,trackId:g}):s=a=void 0,{tracks:u,initPTS:s,timescale:a,trackId:g}},r.remuxVideo=function(e,t,r,i){var s,a,o=e.inputTimeScale,l=e.samples,h=[],u=l.length,d=this._initPTS,c=d.baseTime*o/d.timescale,f=this.nextVideoTs,g=8,p=this.videoSampleDuration,m=Number.POSITIVE_INFINITY,v=Number.NEGATIVE_INFINITY,y=!1;if(!r||null===f){var E=c+t*o,S=l[0].pts-Di(l[0].dts,l[0].pts);Ai&&null!==f&&Math.abs(E-S-(f+c))<15e3?r=!0:f=E-S-c}for(var T=f+c,_=0;_<u;_++){var L=l[_];L.pts=Di(L.pts,T),L.dts=Di(L.dts,T),L.dts<l[_>0?_-1:_].dts&&(y=!0)}y&&l.sort((function(e,t){var r=e.dts-t.dts,i=e.pts-t.pts;return r||i})),s=l[0].dts;var b=l[l.length-1].dts-s,w=b?Math.round(b/(u-1)):p||e.inputTimeScale/30;if(r){var I=s-T,D=I>w,C=I<-1;if((D||C)&&(D?this.warn((e.segmentCodec||"").toUpperCase()+": "+Ri(I)+" ms ("+I+"dts) hole between fragments detected at "+t.toFixed(3)):this.warn((e.segmentCodec||"").toUpperCase()+": "+Ri(-I)+" ms ("+I+"dts) overlapping between fragments detected at "+t.toFixed(3)),!C||T>=l[0].pts||Ai)){s=T;var k=l[0].pts-I;if(D)l[0].dts=s,l[0].pts=k;else for(var M=!0,O=0;O<l.length&&!(l[O].dts>k&&M);O++){var x=l[O].pts;if(l[O].dts-=I,l[O].pts-=I,O<l.length-1){var N=l[O+1].pts;M=N<=l[O].pts==N<=x}}this.log("Video: Initial PTS/DTS adjusted: "+Ri(k)+"/"+Ri(s)+", delta: "+Ri(I)+" ms")}}for(var F=0,B=0,U=s=Math.max(0,s),G=0;G<u;G++){for(var H=l[G],$=H.units,W=$.length,V=0,q=0;q<W;q++)V+=$[q].data.length;B+=V,F+=W,H.length=V,H.dts<U?(H.dts=U,U+=w/4|0||1):U=H.dts,m=Math.min(H.pts,m),v=Math.max(H.pts,v)}a=l[u-1].dts;var j,z=B+4*F+8;try{j=new Uint8Array(z)}catch(e){return void this.observer.emit(P.ERROR,P.ERROR,{type:R.MUX_ERROR,details:A.REMUX_ALLOC_ERROR,fatal:!1,error:e,bytes:z,reason:"fail allocating video mdat "+z})}var K=new DataView(j.buffer);K.setUint32(0,z),j.set(bi.types.mdat,4);for(var Y=!1,X=Number.POSITIVE_INFINITY,Q=Number.POSITIVE_INFINITY,J=Number.NEGATIVE_INFINITY,Z=Number.NEGATIVE_INFINITY,ee=0;ee<u;ee++){for(var te=l[ee],re=te.units,ie=0,se=0,ne=re.length;se<ne;se++){var ae=re[se],oe=ae.data,le=ae.data.byteLength;K.setUint32(g,le),g+=4,j.set(oe,g),g+=le,ie+=4+le}var he=void 0;if(ee<u-1)p=l[ee+1].dts-te.dts,he=l[ee+1].pts-te.pts;else{var ue=this.config,de=ee>0?te.dts-l[ee-1].dts:w;if(he=ee>0?te.pts-l[ee-1].pts:w,ue.stretchShortVideoTrack&&null!==this.nextAudioTs){var ce=Math.floor(ue.maxBufferHole*o),fe=(i?m+i*o:this.nextAudioTs+c)-te.pts;fe>ce?((p=fe-de)<0?p=de:Y=!0,this.log("It is approximately "+fe/90+" ms to the next segment; using duration "+p/90+" ms for the last video frame.")):p=de}else p=de}var ge=Math.round(te.pts-te.dts);X=Math.min(X,p),J=Math.max(J,p),Q=Math.min(Q,he),Z=Math.max(Z,he),h.push(wi(te.key,p,ie,ge))}if(h.length)if(Ai){if(Ai<70){var pe=h[0].flags;pe.dependsOn=2,pe.isNonSync=0}}else if(Pi&&Z-Q<J-X&&w/J<.025&&0===h[0].cts){this.warn("Found irregular gaps in sample duration. Using PTS instead of DTS to determine MP4 sample duration.");for(var me=s,ve=0,ye=h.length;ve<ye;ve++){var Ee=me+h[ve].duration,Se=me+h[ve].cts;if(ve<ye-1){var Te=Ee+h[ve+1].cts;h[ve].duration=Te-Se}else h[ve].duration=ve?h[ve-1].duration:w;h[ve].cts=0,me=Ee}}var _e=a+(p=Y||!p?w:p);this.nextVideoTs=f=_e-c,this.videoSampleDuration=p,this.isVideoContiguous=!0;var Le={data1:bi.moof(e.sequenceNumber++,s,n(e,{samples:h})),data2:j,startPTS:(m-c)/o,endPTS:(v+p-c)/o,startDTS:(s-c)/o,endDTS:f/o,type:"video",hasAudio:!1,hasVideo:!0,nb:h.length,dropped:e.dropped};return e.samples=[],e.dropped=0,Le},r.getSamplesPerFrame=function(e){switch(e.segmentCodec){case"mp3":return 1152;case"ac3":return 1536;default:return 1024}},r.remuxAudio=function(e,t,r,i,s){var a=e.inputTimeScale,o=a/(e.samplerate?e.samplerate:a),l=this.getSamplesPerFrame(e),h=l*o,u=this._initPTS,d="mp3"===e.segmentCodec&&this.typeSupported.mpeg,c=[],f=void 0!==s,g=e.samples,p=d?0:8,m=this.nextAudioTs||-1,v=u.baseTime*a/u.timescale,y=v+t*a;if(this.isAudioContiguous=r=r||g.length&&m>0&&(i&&Math.abs(y-(m+v))<9e3||Math.abs(Di(g[0].pts,y)-(m+v))<20*h),g.forEach((function(e){e.pts=Di(e.pts,y)})),!r||m<0){if(g=g.filter((function(e){return e.pts>=0})),!g.length)return;m=0===s?0:i&&!f?Math.max(0,y-v):g[0].pts-v}if("aac"===e.segmentCodec)for(var E=this.config.maxAudioFramesDrift,S=0,T=m+v;S<g.length;S++){var _=g[S],L=_.pts,b=L-T,w=Math.abs(1e3*b/a);if(b<=-E*h&&f)0===S&&(this.warn("Audio frame @ "+(L/a).toFixed(3)+"s overlaps marker by "+Math.round(1e3*b/a)+" ms."),this.nextAudioTs=m=L-v,T=L);else if(b>=E*h&&w<1e4&&f){var I=Math.round(b/h);for(T=L-I*h;T<0&&I&&h;)I--,T+=h;0===S&&(this.nextAudioTs=m=T-v),this.warn("Injecting "+I+" audio frames @ "+((T-v)/a).toFixed(3)+"s due to "+Math.round(1e3*b/a)+" ms gap.");for(var D=0;D<I;D++){var C=_i.getSilentFrame(e.parsedCodec||e.manifestCodec||e.codec,e.channelCount);C||(this.log("Unable to get silent frame for given audio codec; duplicating last frame instead."),C=_.unit.subarray()),g.splice(S,0,{unit:C,pts:T}),T+=h,S++}}_.pts=T,T+=h}for(var k,M=null,O=null,x=0,N=g.length;N--;)x+=g[N].unit.byteLength;for(var F=0,B=g.length;F<B;F++){var U=g[F],G=U.unit,H=U.pts;if(null!==O)c[F-1].duration=Math.round((H-O)/o);else{if(r&&"aac"===e.segmentCodec&&(H=m+v),M=H,!(x>0))return;x+=p;try{k=new Uint8Array(x)}catch(e){return void this.observer.emit(P.ERROR,P.ERROR,{type:R.MUX_ERROR,details:A.REMUX_ALLOC_ERROR,fatal:!1,error:e,bytes:x,reason:"fail allocating audio mdat "+x})}d||(new DataView(k.buffer).setUint32(0,x),k.set(bi.types.mdat,4))}k.set(G,p);var $=G.byteLength;p+=$,c.push(wi(!0,l,$,0)),O=H}var W=c.length;if(W){var V=c[c.length-1];m=O-v,this.nextAudioTs=m+o*V.duration;var q=d?new Uint8Array(0):bi.moof(e.sequenceNumber++,M/o,n({},e,{samples:c}));e.samples=[];var j=(M-v)/a,z=m/a,K={data1:q,data2:k,startPTS:j,endPTS:z,startDTS:j,endDTS:z,type:"audio",hasAudio:!0,hasVideo:!1,nb:W};return this.isAudioContiguous=!0,K}},t}(F);function Di(e,t){var r;if(null===t)return e;for(r=t<e?-8589934592:8589934592;Math.abs(e-t)>4294967296;)e+=r;return e}function Ci(e,t,r,i){var s=e.samples.length;if(s){for(var n=e.inputTimeScale,a=0;a<s;a++){var o=e.samples[a];o.pts=Di(o.pts-r.baseTime*n/r.timescale,t*n)/n,o.dts=Di(o.dts-i.baseTime*n/i.timescale,t*n)/n}var l=e.samples;return e.samples=[],{samples:l}}}function ki(e,t,r){var i=e.samples.length;if(i){for(var s=e.inputTimeScale,n=0;n<i;n++){var a=e.samples[n];a.pts=Di(a.pts-r.baseTime*s/r.timescale,t*s)/s}e.samples.sort((function(e,t){return e.pts-t.pts}));var o=e.samples;return e.samples=[],{samples:o}}}var Mi,Oi=function(e){function t(t,r,i,s){var n;return(n=e.call(this,"passthrough-remuxer",s)||this).emitInitSegment=!1,n.audioCodec=void 0,n.videoCodec=void 0,n.initData=void 0,n.initPTS=null,n.initTracks=void 0,n.lastEndTime=null,n.isVideoContiguous=!1,n}o(t,e);var r=t.prototype;return r.destroy=function(){},r.resetTimeStamp=function(e){this.lastEndTime=null;var t=this.initPTS;t&&e&&t.baseTime===e.baseTime&&t.timescale===e.timescale||(this.initPTS=e)},r.resetNextTimestamp=function(){this.isVideoContiguous=!1,this.lastEndTime=null},r.resetInitSegment=function(e,t,r,i){this.audioCodec=t,this.videoCodec=r,this.generateInitSegment(e,i),this.emitInitSegment=!0},r.generateInitSegment=function(e,t){var r=this.audioCodec,i=this.videoCodec;if(null==e||!e.byteLength)return this.initTracks=void 0,void(this.initData=void 0);var s=this.initData=ye(e),n=s.audio,a=s.video;if(t)!function(e,t){if(e&&t){var r=t.keyId;r&&t.isCommonEncryption&&me(e,["moov","trak"]).forEach((function(e){var t=me(e,["mdia","minf","stbl","stsd"])[0].subarray(8),i=me(t,["enca"]),s=i.length>0;s||(i=me(t,["encv"])),i.forEach((function(e){me(s?e.subarray(28):e.subarray(78),["sinf"]).forEach((function(e){var t=function(e){var t=me(e,["schm"])[0];if(t){var r=de(t.subarray(4,8));if("cbcs"===r||"cenc"===r)return me(e,["schi","tenc"])[0]}return null}(e);if(t){var i=t.subarray(8,24);i.some((function(e){return 0!==e}))||(j.log("[eme] Patching keyId in 'enc"+(s?"a":"v")+">sinf>>tenc' box: "+Q(i)+" -> "+Q(r)),t.set(r,8))}}))}))}))}}(e,t);else{var o=n||a;null!=o&&o.encrypted&&this.warn('Init segment with encrypted track with has no key ("'+o.codec+'")!')}n&&(r=Ni(n,ee,this)),a&&(i=Ni(a,te,this));var l={};n&&a?l.audiovideo={container:"video/mp4",codec:r+","+i,supplemental:a.supplemental,encrypted:a.encrypted,initSegment:e,id:"main"}:n?l.audio={container:"audio/mp4",codec:r,encrypted:n.encrypted,initSegment:e,id:"audio"}:a?l.video={container:"video/mp4",codec:i,supplemental:a.supplemental,encrypted:a.encrypted,initSegment:e,id:"main"}:this.warn("initSegment does not contain moov or trak boxes."),this.initTracks=l},r.remux=function(e,t,r,i,s,n){var a,o,l=this.initPTS,h=this.lastEndTime,u={audio:void 0,video:void 0,text:i,id3:r,initSegment:void 0};_(h)||(h=this.lastEndTime=s||0);var d=t.samples;if(!d.length)return u;var c={initPTS:void 0,timescale:void 0,trackId:void 0},f=this.initData;if(null!=(a=f)&&a.length||(this.generateInitSegment(d),f=this.initData),null==(o=f)||!o.length)return this.warn("Failed to generate initSegment."),u;this.emitInitSegment&&(c.tracks=this.initTracks,this.emitInitSegment=!1);var g=function(e,t,r){for(var i={},s=me(e,["moof","traf"]),n=0;n<s.length;n++){var a=s[n],o=me(a,["tfhd"])[0],l=fe(o,4),h=t[l];if(h){i[l]||(i[l]={start:NaN,duration:0,sampleCount:0,timescale:h.timescale,type:h.type});var u=i[l],d=me(a,["tfdt"])[0];if(d){var c=d[0],f=fe(d,4);1===c&&(f===le?r.warn("[mp4-demuxer]: Ignoring assumed invalid signed 64-bit track fragment decode time"):(f*=le+1,f+=fe(d,8))),_(f)&&(!_(u.start)||f<u.start)&&(u.start=f)}var g=h.default,p=fe(o,0)|(null==g?void 0:g.flags),m=(null==g?void 0:g.duration)||0;8&p&&(m=fe(o,2&p?12:8));for(var v=me(a,["trun"]),y=u.start||0,E=0,S=m,T=0;T<v.length;T++){var L=v[T],b=fe(L,4),R=u.sampleCount;u.sampleCount+=b;var A=1&L[3],P=4&L[3],w=1&L[2],I=2&L[2],D=4&L[2],C=8&L[2],k=8,M=b;for(A&&(k+=4),P&&b&&(1&L[k+1]||void 0!==u.keyFrameIndex||(u.keyFrameIndex=R),k+=4,w?(S=fe(L,k),k+=4):S=m,I&&(k+=4),C&&(k+=4),y+=S,E+=S,M--);M--;)w?(S=fe(L,k),k+=4):S=m,I&&(k+=4),D&&(1&L[k+1]||void 0===u.keyFrameIndex&&(u.keyFrameIndex=u.sampleCount-(M+1),u.keyFrameStart=y),k+=4),C&&(k+=4),y+=S,E+=S;!E&&m&&(E+=m*b)}u.duration+=E}}if(!Object.keys(i).some((function(e){return i[e].duration}))){for(var O=1/0,x=0,N=me(e,["sidx"]),F=0;F<N.length;F++){var B=ve(N[F]);if(null!=B&&B.references){O=Math.min(O,B.earliestPresentationTime/B.timescale);var U=B.references.reduce((function(e,t){return e+t.info.duration||0}),0);x=Math.max(x,U+B.earliestPresentationTime/B.timescale)}}x&&_(x)&&Object.keys(i).forEach((function(e){i[e].duration||(i[e].duration=x*i[e].timescale-i[e].start)}))}return i}(d,f,this),p=f.audio?g[f.audio.id]:null,m=f.video?g[f.video.id]:null,v=xi(m,1/0),y=xi(p,1/0),E=xi(m,0,!0),S=xi(p,0,!0),T=s,L=0,b=p&&(!m||!l&&y<v||l&&l.trackId===f.audio.id),R=b?p:m;if(R){var A=R.timescale,P=R.start-s*A,w=b?f.audio.id:f.video.id;T=R.start/A,L=b?S-y:E-v,!n&&l||!function(e,t,r,i){if(null===e)return!0;var s=Math.max(i,1),n=t-e.baseTime/e.timescale;return Math.abs(n-r)>s}(l,T,s,L)&&A===l.timescale||(l&&this.warn("Timestamps at playlist time: "+(n?"":"~")+s+" "+P/A+" != initPTS: "+l.baseTime/l.timescale+" ("+l.baseTime+"/"+l.timescale+") trackId: "+l.trackId),this.log("Found initPTS at playlist time: "+s+" offset: "+(T-s)+" ("+P+"/"+A+") trackId: "+w),l=null,c.initPTS=P,c.timescale=A,c.trackId=w)}else this.warn("No audio or video samples found for initPTS at playlist time: "+s);l?(c.initPTS=l.baseTime,c.timescale=l.timescale,c.trackId=l.trackId):(c.timescale&&void 0!==c.trackId&&void 0!==c.initPTS||(this.warn("Could not set initPTS"),c.initPTS=T,c.timescale=1,c.trackId=-1),this.initPTS=l={baseTime:c.initPTS,timescale:c.timescale,trackId:c.trackId});var I=T-l.baseTime/l.timescale,D=I+L;L>0?this.lastEndTime=D:(this.warn("Duration parsed from mp4 should be greater than zero"),this.resetNextTimestamp());var C=!!f.audio,k=!!f.video,M="";C&&(M+="audio"),k&&(M+="video");var O={data1:d,startPTS:I,startDTS:I,endPTS:D,endDTS:D,type:M,hasAudio:C,hasVideo:k,nb:1,dropped:0,encrypted:!!f.audio&&f.audio.encrypted||!!f.video&&f.video.encrypted};u.audio=C&&!k?O:void 0,u.video=k?O:void 0;var x=null==m?void 0:m.sampleCount;if(x){var N=m.keyFrameIndex,F=-1!==N;O.nb=x,O.dropped=0===N||this.isVideoContiguous?0:F?N:x,O.independent=F,O.firstKeyFrame=N,F&&m.keyFrameStart&&(O.firstKeyFramePTS=(m.keyFrameStart-l.baseTime)/l.timescale),this.isVideoContiguous||(u.independent=F),this.isVideoContiguous||(this.isVideoContiguous=F),O.dropped&&this.warn("fmp4 does not start with IDR: firstIDR "+N+"/"+x+" dropped: "+O.dropped+" start: "+(O.firstKeyFramePTS||"NA"))}return u.initSegment=c,u.id3=Ci(r,s,l,l),i.samples.length&&(u.text=ki(i,s,l)),u},t}(F);function xi(e,t,r){return void 0===r&&(r=!1),void 0!==(null==e?void 0:e.start)?(e.start+(r?e.duration:0))/e.timescale:t}function Ni(e,t,r){var i=e.codec;return i&&i.length>4?i:t===ee?"ec-3"===i||"ac-3"===i||"alac"===i?i:"fLaC"===i||"Opus"===i?Ge(i,!1):(r.warn('Unhandled audio codec "'+i+'" in mp4 MAP'),i||"mp4a"):(r.warn('Unhandled video codec "'+i+'" in mp4 MAP'),i||"avc1")}try{Mi=self.performance.now.bind(self.performance)}catch(e){Mi=Date.now}var Fi=[{demux:li,remux:Oi},{demux:pi,remux:Ii},{demux:ti,remux:Ii},{demux:ri,remux:Ii}],Bi=function(){function e(e,t,r,i,s,n){this.asyncResult=!1,this.logger=void 0,this.observer=void 0,this.typeSupported=void 0,this.config=void 0,this.id=void 0,this.demuxer=void 0,this.remuxer=void 0,this.decrypter=void 0,this.probe=void 0,this.decryptionPromise=null,this.transmuxConfig=void 0,this.currentTransmuxState=void 0,this.observer=e,this.typeSupported=t,this.config=r,this.id=s,this.logger=n}var t=e.prototype;return t.configure=function(e){this.transmuxConfig=e,this.decrypter&&this.decrypter.reset()},t.push=function(e,t,r,i){var s=this,n=r.transmuxing;n.executeStart=Mi();var a=new Uint8Array(e),o=this.currentTransmuxState,l=this.transmuxConfig;i&&(this.currentTransmuxState=i);var h=i||o,u=h.contiguous,d=h.discontinuity,c=h.trackSwitch,f=h.accurateTimeOffset,g=h.timeOffset,p=h.initSegmentChange,m=l.audioCodec,v=l.videoCodec,y=l.defaultInitPts,E=l.duration,S=l.initSegmentData,T=function(e,t){var r=null;return e.byteLength>0&&null!=(null==t?void 0:t.key)&&null!==t.iv&&null!=t.method&&(r=t),r}(a,t);if(T&&xt(T.method)){var _=this.getDecrypter(),L=Nt(T.method);if(!_.isSync())return this.asyncResult=!0,this.decryptionPromise=_.webCryptoDecrypt(a,T.key.buffer,T.iv.buffer,L).then((function(e){var t=s.push(e,null,r);return s.decryptionPromise=null,t})),this.decryptionPromise;var b=_.softwareDecrypt(a,T.key.buffer,T.iv.buffer,L);if(r.part>-1){var w=_.flush();b=w?w.buffer:w}if(!b)return n.executeEnd=Mi(),Ui(r);a=new Uint8Array(b)}var I=this.needsProbing(d,c);if(I){var D=this.configureTransmuxer(a);if(D)return this.logger.warn("[transmuxer] "+D.message),this.observer.emit(P.ERROR,P.ERROR,{type:R.MEDIA_ERROR,details:A.FRAG_PARSING_ERROR,fatal:!1,error:D,reason:D.message}),n.executeEnd=Mi(),Ui(r)}(d||c||p||I)&&this.resetInitSegment(S,m,v,E,t),(d||p||I)&&this.resetInitialTimestamp(y),u||this.resetContiguity();var C=this.transmux(a,T,g,f,r);this.asyncResult=Gi(C);var k=this.currentTransmuxState;return k.contiguous=!0,k.discontinuity=!1,k.trackSwitch=!1,n.executeEnd=Mi(),C},t.flush=function(e){var t=this,r=e.transmuxing;r.executeStart=Mi();var i=this.decrypter,s=this.currentTransmuxState,n=this.decryptionPromise;if(n)return this.asyncResult=!0,n.then((function(){return t.flush(e)}));var a=[],o=s.timeOffset;if(i){var l=i.flush();l&&a.push(this.push(l.buffer,null,e))}var h=this.demuxer,u=this.remuxer;if(!h||!u){r.executeEnd=Mi();var d=[Ui(e)];return this.asyncResult?Promise.resolve(d):d}var c=h.flush(o);return Gi(c)?(this.asyncResult=!0,c.then((function(r){return t.flushRemux(a,r,e),a}))):(this.flushRemux(a,c,e),this.asyncResult?Promise.resolve(a):a)},t.flushRemux=function(e,t,r){var i=t.audioTrack,s=t.videoTrack,n=t.id3Track,a=t.textTrack,o=this.currentTransmuxState,l=o.accurateTimeOffset,h=o.timeOffset;this.logger.log("[transmuxer.ts]: Flushed "+this.id+" sn: "+r.sn+(r.part>-1?" part: "+r.part:"")+" of "+(this.id===k?"level":"track")+" "+r.level);var u=this.remuxer.remux(i,s,n,a,h,l,!0,this.id);e.push({remuxResult:u,chunkMeta:r}),r.transmuxing.executeEnd=Mi()},t.resetInitialTimestamp=function(e){var t=this.demuxer,r=this.remuxer;t&&r&&(t.resetTimeStamp(e),r.resetTimeStamp(e))},t.resetContiguity=function(){var e=this.demuxer,t=this.remuxer;e&&t&&(e.resetContiguity(),t.resetNextTimestamp())},t.resetInitSegment=function(e,t,r,i,s){var n=this.demuxer,a=this.remuxer;n&&a&&(n.resetInitSegment(e,t,r,i),a.resetInitSegment(e,t,r,s))},t.destroy=function(){this.demuxer&&(this.demuxer.destroy(),this.demuxer=void 0),this.remuxer&&(this.remuxer.destroy(),this.remuxer=void 0)},t.transmux=function(e,t,r,i,s){return t&&"SAMPLE-AES"===t.method?this.transmuxSampleAes(e,t,r,i,s):this.transmuxUnencrypted(e,r,i,s)},t.transmuxUnencrypted=function(e,t,r,i){var s=this.demuxer.demux(e,t,!1,!this.config.progressive),n=s.audioTrack,a=s.videoTrack,o=s.id3Track,l=s.textTrack;return{remuxResult:this.remuxer.remux(n,a,o,l,t,r,!1,this.id),chunkMeta:i}},t.transmuxSampleAes=function(e,t,r,i,s){var n=this;return this.demuxer.demuxSampleAes(e,t,r).then((function(e){return{remuxResult:n.remuxer.remux(e.audioTrack,e.videoTrack,e.id3Track,e.textTrack,r,i,!1,n.id),chunkMeta:s}}))},t.configureTransmuxer=function(e){for(var t,r=this.config,i=this.observer,s=this.typeSupported,n=0,a=Fi.length;n<a;n++){var o;if(null!=(o=Fi[n].demux)&&o.probe(e,this.logger)){t=Fi[n];break}}if(!t)return new Error("Failed to find demuxer by probing fragment data");var l=this.demuxer,h=this.remuxer,u=t.remux,d=t.demux;h&&h instanceof u||(this.remuxer=new u(i,r,s,this.logger)),l&&l instanceof d||(this.demuxer=new d(i,r,s,this.logger),this.probe=d.probe)},t.needsProbing=function(e,t){return!this.demuxer||!this.remuxer||e||t},t.getDecrypter=function(){var e=this.decrypter;return e||(e=this.decrypter=new ai(this.config)),e},e}(),Ui=function(e){return{remuxResult:{},chunkMeta:e}};function Gi(e){return"then"in e&&e.then instanceof Function}var Hi=function(e,t,r,i,s){this.audioCodec=void 0,this.videoCodec=void 0,this.initSegmentData=void 0,this.duration=void 0,this.defaultInitPts=void 0,this.audioCodec=e,this.videoCodec=t,this.initSegmentData=r,this.duration=i,this.defaultInitPts=s||null},$i=function(e,t,r,i,s,n){this.discontinuity=void 0,this.contiguous=void 0,this.accurateTimeOffset=void 0,this.trackSwitch=void 0,this.timeOffset=void 0,this.initSegmentChange=void 0,this.discontinuity=e,this.contiguous=t,this.accurateTimeOffset=r,this.trackSwitch=i,this.timeOffset=s,this.initSegmentChange=n},Wi=/(\d+)-(\d+)\/(\d+)/,Vi=function(){function e(e){this.fetchSetup=void 0,this.requestTimeout=void 0,this.request=null,this.response=null,this.controller=void 0,this.context=null,this.config=null,this.callbacks=null,this.stats=void 0,this.loader=null,this.fetchSetup=e.fetchSetup||qi,this.controller=new self.AbortController,this.stats=new Z}var t=e.prototype;return t.destroy=function(){this.loader=this.callbacks=this.context=this.config=this.request=null,this.abortInternal(),this.response=null,this.fetchSetup=this.controller=this.stats=null},t.abortInternal=function(){this.controller&&!this.stats.loading.end&&(this.stats.aborted=!0,this.controller.abort())},t.abort=function(){var e;this.abortInternal(),null!=(e=this.callbacks)&&e.onAbort&&this.callbacks.onAbort(this.stats,this.context,this.response)},t.load=function(e,t,r){var i=this,s=this.stats;if(s.loading.start)throw new Error("Loader can only be used once.");s.loading.start=self.performance.now();var a=function(e,t){var r={method:"GET",mode:"cors",credentials:"same-origin",signal:t,headers:new self.Headers(n({},e.headers))};return e.rangeEnd&&r.headers.set("Range","bytes="+e.rangeStart+"-"+String(e.rangeEnd-1)),r}(e,this.controller.signal),o="arraybuffer"===e.responseType,l=o?"byteLength":"length",h=t.loadPolicy,u=h.maxTimeToFirstByteMs,d=h.maxLoadTimeMs;this.context=e,this.config=t,this.callbacks=r,this.request=this.fetchSetup(e,a),self.clearTimeout(this.requestTimeout),t.timeout=u&&_(u)?u:d,this.requestTimeout=self.setTimeout((function(){i.callbacks&&(i.abortInternal(),i.callbacks.onTimeout(s,e,i.response))}),t.timeout),(Gi(this.request)?this.request.then(self.fetch):self.fetch(this.request)).then((function(r){var n;i.response=i.loader=r;var a=Math.max(self.performance.now(),s.loading.start);if(self.clearTimeout(i.requestTimeout),t.timeout=d,i.requestTimeout=self.setTimeout((function(){i.callbacks&&(i.abortInternal(),i.callbacks.onTimeout(s,e,i.response))}),d-(a-s.loading.start)),!r.ok){var l=r.status,h=r.statusText;throw new ji(h||"fetch, bad network response",l,r)}s.loading.first=a,s.total=function(e){var t=e.get("Content-Range");if(t){var r=function(e){var t=Wi.exec(e);if(t)return parseInt(t[2])-parseInt(t[1])+1}(t);if(_(r))return r}var i=e.get("Content-Length");if(i)return parseInt(i)}(r.headers)||s.total;var u=null==(n=i.callbacks)?void 0:n.onProgress;return u&&_(t.highWaterMark)?i.loadProgressively(r,s,e,t.highWaterMark,u):o?r.arrayBuffer():"json"===e.responseType?r.json():r.text()})).then((function(r){var n,a,o=i.response;if(!o)throw new Error("loader destroyed");self.clearTimeout(i.requestTimeout),s.loading.end=Math.max(self.performance.now(),s.loading.first);var h=r[l];h&&(s.loaded=s.total=h);var u={url:o.url,data:r,code:o.status},d=null==(n=i.callbacks)?void 0:n.onProgress;d&&!_(t.highWaterMark)&&d(s,e,r,o),null==(a=i.callbacks)||a.onSuccess(u,s,e,o)})).catch((function(t){var r;if(self.clearTimeout(i.requestTimeout),!s.aborted){var n=t&&t.code||0,a=t?t.message:null;null==(r=i.callbacks)||r.onError({code:n,text:a},e,t?t.details:null,s)}}))},t.getCacheAge=function(){var e=null;if(this.response){var t=this.response.headers.get("age");e=t?parseFloat(t):null}return e},t.getResponseHeader=function(e){return this.response?this.response.headers.get(e):null},t.loadProgressively=function(e,t,r,i,s){void 0===i&&(i=0);var n=new yr,a=e.body.getReader(),o=function(){return a.read().then((function(a){if(a.done)return n.dataLength&&s(t,r,n.flush().buffer,e),Promise.resolve(new ArrayBuffer(0));var l=a.value,h=l.length;return t.loaded+=h,h<i||n.dataLength?(n.push(l),n.dataLength>=i&&s(t,r,n.flush().buffer,e)):s(t,r,l.buffer,e),o()})).catch((function(){return Promise.reject()}))};return o()},e}();function qi(e,t){return new self.Request(e.url,t)}var ji=function(e){function t(t,r,i){var s;return(s=e.call(this,t)||this).code=void 0,s.details=void 0,s.code=r,s.details=i,s}return o(t,e),t}(f(Error)),zi=/^age:\s*[\d.]+\s*$/im,Ki=function(){function e(e){this.xhrSetup=void 0,this.requestTimeout=void 0,this.retryTimeout=void 0,this.retryDelay=void 0,this.config=null,this.callbacks=null,this.context=null,this.loader=null,this.stats=void 0,this.xhrSetup=e&&e.xhrSetup||null,this.stats=new Z,this.retryDelay=0}var t=e.prototype;return t.destroy=function(){this.callbacks=null,this.abortInternal(),this.loader=null,this.config=null,this.context=null,this.xhrSetup=null},t.abortInternal=function(){var e=this.loader;self.clearTimeout(this.requestTimeout),self.clearTimeout(this.retryTimeout),e&&(e.onreadystatechange=null,e.onprogress=null,4!==e.readyState&&(this.stats.aborted=!0,e.abort()))},t.abort=function(){var e;this.abortInternal(),null!=(e=this.callbacks)&&e.onAbort&&this.callbacks.onAbort(this.stats,this.context,this.loader)},t.load=function(e,t,r){if(this.stats.loading.start)throw new Error("Loader can only be used once.");this.stats.loading.start=self.performance.now(),this.context=e,this.config=t,this.callbacks=r,this.loadInternal()},t.loadInternal=function(){var e=this,t=this.config,r=this.context;if(t&&r){var i=this.loader=new self.XMLHttpRequest,s=this.stats;s.loading.first=0,s.loaded=0,s.aborted=!1;var n=this.xhrSetup;n?Promise.resolve().then((function(){if(e.loader===i&&!e.stats.aborted)return n(i,r.url)})).catch((function(t){if(e.loader===i&&!e.stats.aborted)return i.open("GET",r.url,!0),n(i,r.url)})).then((function(){e.loader!==i||e.stats.aborted||e.openAndSendXhr(i,r,t)})).catch((function(t){var n;null==(n=e.callbacks)||n.onError({code:i.status,text:t.message},r,i,s)})):this.openAndSendXhr(i,r,t)}},t.openAndSendXhr=function(e,t,r){e.readyState||e.open("GET",t.url,!0);var i=t.headers,s=r.loadPolicy,n=s.maxTimeToFirstByteMs,a=s.maxLoadTimeMs;if(i)for(var o in i)e.setRequestHeader(o,i[o]);t.rangeEnd&&e.setRequestHeader("Range","bytes="+t.rangeStart+"-"+(t.rangeEnd-1)),e.onreadystatechange=this.readystatechange.bind(this),e.onprogress=this.loadprogress.bind(this),e.responseType=t.responseType,self.clearTimeout(this.requestTimeout),r.timeout=n&&_(n)?n:a,this.requestTimeout=self.setTimeout(this.loadtimeout.bind(this),r.timeout),e.send()},t.readystatechange=function(){var e=this.context,t=this.loader,r=this.stats;if(e&&t){var i=t.readyState,s=this.config;if(!r.aborted&&i>=2&&(0===r.loading.first&&(r.loading.first=Math.max(self.performance.now(),r.loading.start),s.timeout!==s.loadPolicy.maxLoadTimeMs&&(self.clearTimeout(this.requestTimeout),s.timeout=s.loadPolicy.maxLoadTimeMs,this.requestTimeout=self.setTimeout(this.loadtimeout.bind(this),s.loadPolicy.maxLoadTimeMs-(r.loading.first-r.loading.start)))),4===i)){self.clearTimeout(this.requestTimeout),t.onreadystatechange=null,t.onprogress=null;var n=t.status,a="text"===t.responseType?t.responseText:null;if(n>=200&&n<300){var o=null!=a?a:t.response;if(null!=o){var l,h;r.loading.end=Math.max(self.performance.now(),r.loading.first);var u="arraybuffer"===t.responseType?o.byteLength:o.length;r.loaded=r.total=u,r.bwEstimate=8e3*r.total/(r.loading.end-r.loading.first);var d=null==(l=this.callbacks)?void 0:l.onProgress;d&&d(r,e,o,t);var c={url:t.responseURL,data:o,code:n};return void(null==(h=this.callbacks)||h.onSuccess(c,r,e,t))}}var f,g=s.loadPolicy.errorRetry;gt(g,r.retry,!1,{url:e.url,data:void 0,code:n})?this.retry(g):(j.error(n+" while loading "+e.url),null==(f=this.callbacks)||f.onError({code:n,text:t.statusText},e,t,r))}}},t.loadtimeout=function(){if(this.config){var e=this.config.loadPolicy.timeoutRetry;if(gt(e,this.stats.retry,!0))this.retry(e);else{var t;j.warn("timeout while loading "+(null==(t=this.context)?void 0:t.url));var r=this.callbacks;r&&(this.abortInternal(),r.onTimeout(this.stats,this.context,this.loader))}}},t.retry=function(e){var t=this.context,r=this.stats;this.retryDelay=ct(e,r.retry),r.retry++,j.warn((status?"HTTP Status "+status:"Timeout")+" while loading "+(null==t?void 0:t.url)+", retrying "+r.retry+"/"+e.maxNumRetry+" in "+this.retryDelay+"ms"),this.abortInternal(),this.loader=null,self.clearTimeout(this.retryTimeout),this.retryTimeout=self.setTimeout(this.loadInternal.bind(this),this.retryDelay)},t.loadprogress=function(e){var t=this.stats;t.loaded=e.loaded,e.lengthComputable&&(t.total=e.total)},t.getCacheAge=function(){var e=null;if(this.loader&&zi.test(this.loader.getAllResponseHeaders())){var t=this.loader.getResponseHeader("age");e=t?parseFloat(t):null}return e},t.getResponseHeader=function(e){return this.loader&&new RegExp("^"+e+":\\s*[\\d.]+\\s*$","im").test(this.loader.getAllResponseHeaders())?this.loader.getResponseHeader(e):null},e}(),Yi={maxTimeToFirstByteMs:8e3,maxLoadTimeMs:2e4,timeoutRetry:null,errorRetry:null},Xi=u(u({autoStartLoad:!0,startPosition:-1,defaultAudioCodec:void 0,debug:!1,capLevelOnFPSDrop:!1,capLevelToPlayerSize:!1,ignoreDevicePixelRatio:!1,maxDevicePixelRatio:Number.POSITIVE_INFINITY,preferManagedMediaSource:!0,initialLiveManifestSize:1,maxBufferLength:30,backBufferLength:1/0,frontBufferFlushThreshold:1/0,startOnSegmentBoundary:!1,maxBufferSize:6e7,maxFragLookUpTolerance:.25,maxBufferHole:.1,detectStallWithCurrentTimeMs:1250,highBufferWatchdogPeriod:2,nudgeOffset:.1,nudgeMaxRetry:3,nudgeOnVideoHole:!0,liveSyncMode:"edge",liveSyncDurationCount:3,liveSyncOnStallIncrease:1,liveMaxLatencyDurationCount:1/0,liveSyncDuration:void 0,liveMaxLatencyDuration:void 0,maxLiveSyncPlaybackRate:1,liveDurationInfinity:!1,liveBackBufferLength:null,maxMaxBufferLength:600,enableWorker:!0,workerPath:null,enableSoftwareAES:!0,startLevel:void 0,startFragPrefetch:!1,fpsDroppedMonitoringPeriod:5e3,fpsDroppedMonitoringThreshold:.2,appendErrorMaxRetry:3,ignorePlaylistParsingErrors:!1,loader:Ki,fLoader:void 0,pLoader:void 0,xhrSetup:void 0,licenseXhrSetup:void 0,licenseResponseCallback:void 0,abrController:rt,bufferController:Lt,capLevelController:At,errorController:mt,fpsController:vr,stretchShortVideoTrack:!1,maxAudioFramesDrift:1,forceKeyFrameOnDiscontinuity:!0,abrEwmaFastLive:3,abrEwmaSlowLive:9,abrEwmaFastVoD:3,abrEwmaSlowVoD:9,abrEwmaDefaultEstimate:5e5,abrEwmaDefaultEstimateMax:5e6,abrBandWidthFactor:.95,abrBandWidthUpFactor:.7,abrMaxWithRealBitrate:!1,maxStarvationDelay:4,maxLoadingDelay:4,minAutoBitrate:0,emeEnabled:!1,widevineLicenseUrl:void 0,drmSystems:{},drmSystemOptions:{},requestMediaKeySystemAccessFunc:null,requireKeySystemAccessOnStart:!1,testBandwidth:!0,progressive:!1,lowLatencyMode:!0,cmcd:void 0,enableDateRangeMetadataCues:!0,enableEmsgMetadataCues:!0,enableEmsgKLVMetadata:!1,enableID3MetadataCues:!0,enableInterstitialPlayback:!1,interstitialAppendInPlace:!0,interstitialLiveLookAhead:10,useMediaCapabilities:!1,preserveManualLevelOnError:!1,certLoadPolicy:{default:Yi},keyLoadPolicy:{default:{maxTimeToFirstByteMs:8e3,maxLoadTimeMs:2e4,timeoutRetry:{maxNumRetry:1,retryDelayMs:1e3,maxRetryDelayMs:2e4,backoff:"linear"},errorRetry:{maxNumRetry:8,retryDelayMs:1e3,maxRetryDelayMs:2e4,backoff:"linear"}}},manifestLoadPolicy:{default:{maxTimeToFirstByteMs:1/0,maxLoadTimeMs:2e4,timeoutRetry:{maxNumRetry:2,retryDelayMs:0,maxRetryDelayMs:0},errorRetry:{maxNumRetry:1,retryDelayMs:1e3,maxRetryDelayMs:8e3}}},playlistLoadPolicy:{default:{maxTimeToFirstByteMs:1e4,maxLoadTimeMs:2e4,timeoutRetry:{maxNumRetry:2,retryDelayMs:0,maxRetryDelayMs:0},errorRetry:{maxNumRetry:2,retryDelayMs:1e3,maxRetryDelayMs:8e3}}},fragLoadPolicy:{default:{maxTimeToFirstByteMs:1e4,maxLoadTimeMs:12e4,timeoutRetry:{maxNumRetry:4,retryDelayMs:0,maxRetryDelayMs:0},errorRetry:{maxNumRetry:6,retryDelayMs:1e3,maxRetryDelayMs:8e3}}},steeringManifestLoadPolicy:{default:{maxTimeToFirstByteMs:1e4,maxLoadTimeMs:2e4,timeoutRetry:{maxNumRetry:2,retryDelayMs:0,maxRetryDelayMs:0},errorRetry:{maxNumRetry:1,retryDelayMs:1e3,maxRetryDelayMs:8e3}}},interstitialAssetListLoadPolicy:{default:Yi},manifestLoadingTimeOut:1e4,manifestLoadingMaxRetry:1,manifestLoadingRetryDelay:1e3,manifestLoadingMaxRetryTimeout:64e3,levelLoadingTimeOut:1e4,levelLoadingMaxRetry:4,levelLoadingRetryDelay:1e3,levelLoadingMaxRetryTimeout:64e3,fragLoadingTimeOut:2e4,fragLoadingMaxRetry:6,fragLoadingRetryDelay:1e3,fragLoadingMaxRetryTimeout:64e3},{cueHandler:K,enableWebVTT:!1,enableIMSC1:!1,enableCEA708Captions:!1,captionsTextTrack1Label:"English",captionsTextTrack1LanguageCode:"en",captionsTextTrack2Label:"Spanish",captionsTextTrack2LanguageCode:"es",captionsTextTrack3Label:"Unknown CC",captionsTextTrack3LanguageCode:"",captionsTextTrack4Label:"Unknown CC",captionsTextTrack4LanguageCode:"",renderTextTracksNatively:!0}),{},{subtitleStreamController:void 0,subtitleTrackController:void 0,timelineController:void 0,audioStreamController:void 0,audioTrackController:void 0,emeController:void 0,cmcdController:void 0,contentSteeringController:gr,interstitialsController:void 0});function Qi(e){return e&&"object"==typeof e?Array.isArray(e)?e.map(Qi):Object.keys(e).reduce((function(t,r){return t[r]=Qi(e[r]),t}),{}):e}var Ji="NOT_LOADED",Zi="APPENDING",es="PARTIAL",ts="OK",rs=function(){function e(e){this.activePartLists=Object.create(null),this.endListFragments=Object.create(null),this.fragments=Object.create(null),this.timeRanges=Object.create(null),this.bufferPadding=.2,this.hls=void 0,this.hasGaps=!1,this.hls=e,this._registerListeners()}var t=e.prototype;return t._registerListeners=function(){var e=this.hls;e&&(e.on(P.MANIFEST_LOADING,this.onManifestLoading,this),e.on(P.BUFFER_APPENDED,this.onBufferAppended,this),e.on(P.FRAG_BUFFERED,this.onFragBuffered,this),e.on(P.FRAG_LOADED,this.onFragLoaded,this))},t._unregisterListeners=function(){var e=this.hls;e&&(e.off(P.MANIFEST_LOADING,this.onManifestLoading,this),e.off(P.BUFFER_APPENDED,this.onBufferAppended,this),e.off(P.FRAG_BUFFERED,this.onFragBuffered,this),e.off(P.FRAG_LOADED,this.onFragLoaded,this))},t.destroy=function(){this._unregisterListeners(),this.hls=this.fragments=this.activePartLists=this.endListFragments=this.timeRanges=null},t.getAppendedFrag=function(e,t){var r=this.activePartLists[t];if(r)for(var i=r.length;i--;){var s=r[i];if(!s)break;if(s.start<=e&&e<=s.end&&s.loaded)return s}return this.getBufferedFrag(e,t)},t.getBufferedFrag=function(e,t){return this.getFragAtPos(e,t,!0)},t.getFragAtPos=function(e,t,r){for(var i=this.fragments,s=Object.keys(i),n=s.length;n--;){var a=i[s[n]];if((null==a?void 0:a.body.type)===t&&(!r||a.buffered)){var o=a.body;if(o.start<=e&&e<=o.end)return o}}return null},t.detectEvictedFragments=function(e,t,r,i,s){var n=this;this.timeRanges&&(this.timeRanges[e]=t);var a=(null==i?void 0:i.fragment.sn)||-1;Object.keys(this.fragments).forEach((function(i){var o=n.fragments[i];if(o&&!(a>=o.body.sn))if(o.buffered||o.loaded&&!s){var l=o.range[e];l&&(0!==l.time.length?l.time.some((function(e){var r=!n.isTimeBuffered(e.startPTS,e.endPTS,t);return r&&n.removeFragment(o.body),r})):n.removeFragment(o.body))}else o.body.type===r&&n.removeFragment(o.body)}))},t.detectPartialFragments=function(e){var t=this,r=this.timeRanges;if(r&&"initSegment"!==e.frag.sn){var i=e.frag,s=ss(i),n=this.fragments[s];if(!(!n||n.buffered&&i.gap)){var a=!i.relurl;Object.keys(r).forEach((function(s){var o=i.elementaryStreams[s];if(o){var l=r[s],h=a||!0===o.partial;n.range[s]=t.getBufferedTimes(i,e.part,h,l)}})),n.loaded=null,Object.keys(n.range).length?(n.buffered=!0,(n.body.endList=i.endList||n.body.endList)&&(this.endListFragments[n.body.type]=n),is(n)||this.removeParts(i.sn-1,i.type)):this.removeFragment(n.body)}}},t.removeParts=function(e,t){var r=this.activePartLists[t];r&&(this.activePartLists[t]=ns(r,(function(t){return t.fragment.sn>=e})))},t.fragBuffered=function(e,t){var r=ss(e),i=this.fragments[r];!i&&t&&(i=this.fragments[r]={body:e,appendedPTS:null,loaded:null,buffered:!1,range:Object.create(null)},e.gap&&(this.hasGaps=!0)),i&&(i.loaded=null,i.buffered=!0)},t.getBufferedTimes=function(e,t,r,i){for(var s={time:[],partial:r},n=e.start,a=e.end,o=e.minEndPTS||a,l=e.maxStartPTS||n,h=0;h<i.length;h++){var u=i.start(h)-this.bufferPadding,d=i.end(h)+this.bufferPadding;if(l>=u&&o<=d){s.time.push({startPTS:Math.max(n,i.start(h)),endPTS:Math.min(a,i.end(h))});break}if(n<d&&a>u){var c=Math.max(n,i.start(h)),f=Math.min(a,i.end(h));f>c&&(s.partial=!0,s.time.push({startPTS:c,endPTS:f}))}else if(a<=u)break}return s},t.getPartialFragment=function(e){var t,r,i,s=null,n=0,a=this.bufferPadding,o=this.fragments;return Object.keys(o).forEach((function(l){var h=o[l];h&&is(h)&&(r=h.body.start-a,i=h.body.end+a,e>=r&&e<=i&&(t=Math.min(e-r,i-e),n<=t&&(s=h.body,n=t)))})),s},t.isEndListAppended=function(e){var t=this.endListFragments[e];return void 0!==t&&(t.buffered||is(t))},t.getState=function(e){var t=ss(e),r=this.fragments[t];return r?r.buffered?is(r)?es:ts:Zi:Ji},t.isTimeBuffered=function(e,t,r){for(var i,s,n=0;n<r.length;n++){if(i=r.start(n)-this.bufferPadding,s=r.end(n)+this.bufferPadding,e>=i&&t<=s)return!0;if(t<=i)return!1}return!1},t.onManifestLoading=function(){this.removeAllFragments()},t.onFragLoaded=function(e,t){if("initSegment"!==t.frag.sn&&!t.frag.bitrateTest){var r=t.frag,i=t.part?null:t,s=ss(r);this.fragments[s]={body:r,appendedPTS:null,loaded:i,buffered:!1,range:Object.create(null)}}},t.onBufferAppended=function(e,t){var r=t.frag,i=t.part,s=t.timeRanges,n=t.type;if("initSegment"!==r.sn){var a=r.type;if(i){var o=this.activePartLists[a];o||(this.activePartLists[a]=o=[]),o.push(i)}this.timeRanges=s;var l=s[n];this.detectEvictedFragments(n,l,a,i)}},t.onFragBuffered=function(e,t){this.detectPartialFragments(t)},t.hasFragment=function(e){var t=ss(e);return!!this.fragments[t]},t.hasFragments=function(e){var t=this.fragments,r=Object.keys(t);if(!e)return r.length>0;for(var i=r.length;i--;){var s=t[r[i]];if((null==s?void 0:s.body.type)===e)return!0}return!1},t.hasParts=function(e){var t;return!(null==(t=this.activePartLists[e])||!t.length)},t.removeFragmentsInRange=function(e,t,r,i,s){var n=this;i&&!this.hasGaps||Object.keys(this.fragments).forEach((function(a){var o=n.fragments[a];if(o){var l=o.body;l.type!==r||i&&!l.gap||l.start<t&&l.end>e&&(o.buffered||s)&&n.removeFragment(l)}}))},t.removeFragment=function(e){var t=ss(e);e.clearElementaryStreamInfo();var r=this.activePartLists[e.type];if(r){var i=e.sn;this.activePartLists[e.type]=ns(r,(function(e){return e.fragment.sn!==i}))}delete this.fragments[t],e.endList&&delete this.endListFragments[e.type]},t.removeAllFragments=function(){var e;this.fragments=Object.create(null),this.endListFragments=Object.create(null),this.activePartLists=Object.create(null),this.hasGaps=!1;var t=null==(e=this.hls)||null==(e=e.latestLevelDetails)?void 0:e.partList;t&&t.forEach((function(e){return e.clearElementaryStreamInfo()}))},e}();function is(e){var t,r,i;return e.buffered&&!!(e.body.gap||null!=(t=e.range.video)&&t.partial||null!=(r=e.range.audio)&&r.partial||null!=(i=e.range.audiovideo)&&i.partial)}function ss(e){return e.type+"_"+e.level+"_"+e.sn}function ns(e,t){return e.filter((function(e){var r=t(e);return r||e.clearElementaryStreamInfo(),r}))}var as=Math.pow(2,17),os=function(){function e(e){this.config=void 0,this.loader=null,this.partLoadTimeout=-1,this.config=e}var t=e.prototype;return t.destroy=function(){this.loader&&(this.loader.destroy(),this.loader=null)},t.abort=function(){this.loader&&this.loader.abort()},t.load=function(e,t){var r=this,i=e.url;if(!i)return Promise.reject(new us({type:R.NETWORK_ERROR,details:A.FRAG_LOAD_ERROR,fatal:!1,frag:e,error:new Error("Fragment does not have a "+(i?"part list":"url")),networkDetails:null}));this.abort();var s=this.config,n=s.fLoader,a=s.loader;return new Promise((function(o,l){if(r.loader&&r.loader.destroy(),e.gap){if(e.tagList.some((function(e){return"GAP"===e[0]})))return void l(hs(e));e.gap=!1}var h=r.loader=n?new n(s):new a(s),d=ls(e);e.loader=h;var c=ft(s.fragLoadPolicy.default),f={loadPolicy:c,timeout:c.maxLoadTimeMs,maxRetry:0,retryDelay:0,maxRetryDelay:0,highWaterMark:"initSegment"===e.sn?1/0:as};e.stats=h.stats;var g={onSuccess:function(t,i,s,n){r.resetLoader(e,h);var a=t.data;s.resetIV&&e.decryptdata&&(e.decryptdata.iv=new Uint8Array(a.slice(0,16)),a=a.slice(16)),o({frag:e,part:null,payload:a,networkDetails:n})},onError:function(t,s,n,a){r.resetLoader(e,h),l(new us({type:R.NETWORK_ERROR,details:A.FRAG_LOAD_ERROR,fatal:!1,frag:e,response:u({url:i,data:void 0},t),error:new Error("HTTP Error "+t.code+" "+t.text),networkDetails:n,stats:a}))},onAbort:function(t,i,s){r.resetLoader(e,h),l(new us({type:R.NETWORK_ERROR,details:A.INTERNAL_ABORTED,fatal:!1,frag:e,error:new Error("Aborted"),networkDetails:s,stats:t}))},onTimeout:function(t,i,s){r.resetLoader(e,h),l(new us({type:R.NETWORK_ERROR,details:A.FRAG_LOAD_TIMEOUT,fatal:!1,frag:e,error:new Error("Timeout after "+f.timeout+"ms"),networkDetails:s,stats:t}))}};t&&(g.onProgress=function(r,i,s,n){return t({frag:e,part:null,payload:s,networkDetails:n})}),h.load(d,f,g)}))},t.loadPart=function(e,t,r){var i=this;this.abort();var s=this.config,n=s.fLoader,a=s.loader;return new Promise((function(o,l){if(i.loader&&i.loader.destroy(),e.gap||t.gap)l(hs(e,t));else{var h=i.loader=n?new n(s):new a(s),d=ls(e,t);e.loader=h;var c=ft(s.fragLoadPolicy.default),f={loadPolicy:c,timeout:c.maxLoadTimeMs,maxRetry:0,retryDelay:0,maxRetryDelay:0,highWaterMark:as};t.stats=h.stats,h.load(d,f,{onSuccess:function(s,n,a,l){i.resetLoader(e,h),i.updateStatsFromPart(e,t);var u={frag:e,part:t,payload:s.data,networkDetails:l};r(u),o(u)},onError:function(r,s,n,a){i.resetLoader(e,h),l(new us({type:R.NETWORK_ERROR,details:A.FRAG_LOAD_ERROR,fatal:!1,frag:e,part:t,response:u({url:d.url,data:void 0},r),error:new Error("HTTP Error "+r.code+" "+r.text),networkDetails:n,stats:a}))},onAbort:function(r,s,n){e.stats.aborted=t.stats.aborted,i.resetLoader(e,h),l(new us({type:R.NETWORK_ERROR,details:A.INTERNAL_ABORTED,fatal:!1,frag:e,part:t,error:new Error("Aborted"),networkDetails:n,stats:r}))},onTimeout:function(r,s,n){i.resetLoader(e,h),l(new us({type:R.NETWORK_ERROR,details:A.FRAG_LOAD_TIMEOUT,fatal:!1,frag:e,part:t,error:new Error("Timeout after "+f.timeout+"ms"),networkDetails:n,stats:r}))}})}}))},t.updateStatsFromPart=function(e,t){var r=e.stats,i=t.stats,s=i.total;if(r.loaded+=i.loaded,s){var n=Math.round(e.duration/t.duration),a=Math.min(Math.round(r.loaded/s),n),o=(n-a)*Math.round(r.loaded/a);r.total=r.loaded+o}else r.total=Math.max(r.loaded,r.total);var l=r.loading,h=i.loading;l.start?l.first+=h.first-h.start:(l.start=h.start,l.first=h.first),l.end=h.end},t.resetLoader=function(e,t){e.loader=null,this.loader===t&&(self.clearTimeout(this.partLoadTimeout),this.loader=null),t.destroy()},e}();function ls(e,t){void 0===t&&(t=null);var r,i=t||e,s={frag:e,part:t,responseType:"arraybuffer",url:i.url,headers:{},rangeStart:0,rangeEnd:0},n=i.byteRangeStartOffset,a=i.byteRangeEndOffset;if(_(n)&&_(a)){var o,l=n,h=a;if("initSegment"===e.sn&&("AES-128"===(r=null==(o=e.decryptdata)?void 0:o.method)||"AES-256"===r)){var u=a-n;u%16&&(h=a+(16-u%16)),0!==n&&(s.resetIV=!0,l=n-16)}s.rangeStart=l,s.rangeEnd=h}return s}function hs(e,t){var r=new Error("GAP "+(e.gap?"tag":"attribute")+" found"),i={type:R.MEDIA_ERROR,details:A.FRAG_GAP,fatal:!1,frag:e,error:r,networkDetails:null};return t&&(i.part=t),(t||e).stats.aborted=!0,new us(i)}var us=function(e){function t(t){var r;return(r=e.call(this,t.error.message)||this).data=void 0,r.data=t,r}return o(t,e),t}(f(Error)),ds=function(e){function t(t,r){var i;return(i=e.call(this,t,r)||this)._boundTick=void 0,i._tickTimer=null,i._tickInterval=null,i._tickCallCount=0,i._boundTick=i.tick.bind(i),i}o(t,e);var r=t.prototype;return r.destroy=function(){this.onHandlerDestroying(),this.onHandlerDestroyed()},r.onHandlerDestroying=function(){this.clearNextTick(),this.clearInterval()},r.onHandlerDestroyed=function(){},r.hasInterval=function(){return!!this._tickInterval},r.hasNextTick=function(){return!!this._tickTimer},r.setInterval=function(e){return!this._tickInterval&&(this._tickCallCount=0,this._tickInterval=self.setInterval(this._boundTick,e),!0)},r.clearInterval=function(){return!!this._tickInterval&&(self.clearInterval(this._tickInterval),this._tickInterval=null,!0)},r.clearNextTick=function(){return!!this._tickTimer&&(self.clearTimeout(this._tickTimer),this._tickTimer=null,!0)},r.tick=function(){this._tickCallCount++,1===this._tickCallCount&&(this.doTick(),this._tickCallCount>1&&this.tickImmediate(),this._tickCallCount=0)},r.tickImmediate=function(){this.clearNextTick(),this._tickTimer=self.setTimeout(this._boundTick,0)},r.doTick=function(){},t}(F),cs=function(e,t,r,i,s,n){void 0===i&&(i=0),void 0===s&&(s=-1),void 0===n&&(n=!1),this.level=void 0,this.sn=void 0,this.part=void 0,this.id=void 0,this.size=void 0,this.partial=void 0,this.transmuxing={start:0,executeStart:0,executeEnd:0,end:0},this.buffering={audio:{start:0,executeStart:0,executeEnd:0,end:0},video:{start:0,executeStart:0,executeEnd:0,end:0},audiovideo:{start:0,executeStart:0,executeEnd:0,end:0}},this.level=e,this.sn=t,this.id=r,this.size=i,this.part=s,this.partial=n};function fs(e,t){for(var r=0,i=e.length;r<i;r++){var s;if((null==(s=e[r])?void 0:s.cc)===t)return e[r]}return null}function gs(e,t){var r=e.start+t;e.startPTS=r,e.setStart(r),e.endPTS=r+e.duration}function ps(e,t){for(var r=t.fragments,i=0,s=r.length;i<s;i++)gs(r[i],e);t.fragmentHint&&gs(t.fragmentHint,e),t.alignedSliding=!0}function ms(e,t,r){vs(e,t,r),e.addEventListener(t,r)}function vs(e,t,r){e.removeEventListener(t,r)}var ys={STOPPED:"STOPPED",IDLE:"IDLE",KEY_LOADING:"KEY_LOADING",FRAG_LOADING:"FRAG_LOADING",FRAG_LOADING_WAITING_RETRY:"FRAG_LOADING_WAITING_RETRY",PARSING:"PARSING",PARSED:"PARSED",ENDED:"ENDED",ERROR:"ERROR",WAITING_LEVEL:"WAITING_LEVEL"},Es=function(e){function t(t,r,i,s,n){var a;return(a=e.call(this,s,t.logger)||this).hls=void 0,a.fragPrevious=null,a.fragCurrent=null,a.fragmentTracker=void 0,a.transmuxer=null,a._state=ys.STOPPED,a.playlistType=void 0,a.media=null,a.mediaBuffer=null,a.config=void 0,a.bitrateTest=!1,a.lastCurrentTime=0,a.nextLoadPosition=0,a.startPosition=0,a.startTimeOffset=null,a.retryDate=0,a.levels=null,a.fragmentLoader=void 0,a.keyLoader=void 0,a.levelLastLoaded=null,a.startFragRequested=!1,a.decrypter=void 0,a.initPTS=[],a.buffering=!0,a.loadingParts=!1,a.loopSn=void 0,a.onMediaSeeking=function(){var e=a,t=e.config,r=e.fragCurrent,i=e.media,s=e.mediaBuffer,n=e.state,o=i?i.currentTime:0,l=Et.bufferInfo(s||i,o,t.maxBufferHole),h=!l.len;if(a.log("Media seeking to "+(_(o)?o.toFixed(3):o)+", state: "+n+", "+(h?"out of":"in")+" buffer"),a.state===ys.ENDED)a.resetLoadingState();else if(r){var u=t.maxFragLookUpTolerance,d=r.start-u,c=r.start+r.duration+u;if(h||c<l.start||d>l.end){var f=o>c;(o<d||f)&&(f&&r.loader&&(a.log("Cancelling fragment load for seek (sn: "+r.sn+")"),r.abortRequests(),a.resetLoadingState()),a.fragPrevious=null)}}if(i&&(a.fragmentTracker.removeFragmentsInRange(o,1/0,a.playlistType,!0),o>a.lastCurrentTime&&(a.lastCurrentTime=o),!a.loadingParts)){var g=Math.max(l.end,o),p=a.shouldLoadParts(a.getLevelDetails(),g);p&&(a.log("LL-Part loading ON after seeking to "+o.toFixed(2)+" with buffer @"+g.toFixed(2)),a.loadingParts=p)}a.hls.hasEnoughToStart||(a.log("Setting "+(h?"startPosition":"nextLoadPosition")+" to "+o+" for seek without enough to start"),a.nextLoadPosition=o,h&&(a.startPosition=o)),h&&a.state===ys.IDLE&&a.tickImmediate()},a.onMediaEnded=function(){a.log("setting startPosition to 0 because media ended"),a.startPosition=a.lastCurrentTime=0},a.playlistType=n,a.hls=t,a.fragmentLoader=new os(t.config),a.keyLoader=i,a.fragmentTracker=r,a.config=t.config,a.decrypter=new ai(t.config),a}o(t,e);var r=t.prototype;return r.registerListeners=function(){var e=this.hls;e.on(P.MEDIA_ATTACHED,this.onMediaAttached,this),e.on(P.MEDIA_DETACHING,this.onMediaDetaching,this),e.on(P.MANIFEST_LOADING,this.onManifestLoading,this),e.on(P.MANIFEST_LOADED,this.onManifestLoaded,this),e.on(P.ERROR,this.onError,this)},r.unregisterListeners=function(){var e=this.hls;e.off(P.MEDIA_ATTACHED,this.onMediaAttached,this),e.off(P.MEDIA_DETACHING,this.onMediaDetaching,this),e.off(P.MANIFEST_LOADING,this.onManifestLoading,this),e.off(P.MANIFEST_LOADED,this.onManifestLoaded,this),e.off(P.ERROR,this.onError,this)},r.doTick=function(){this.onTickEnd()},r.onTickEnd=function(){},r.startLoad=function(e){},r.stopLoad=function(){if(this.state!==ys.STOPPED){this.fragmentLoader.abort(),this.keyLoader.abort(this.playlistType);var e=this.fragCurrent;null!=e&&e.loader&&(e.abortRequests(),this.fragmentTracker.removeFragment(e)),this.resetTransmuxer(),this.fragCurrent=null,this.fragPrevious=null,this.clearInterval(),this.clearNextTick(),this.state=ys.STOPPED}},r.pauseBuffering=function(){this.buffering=!1},r.resumeBuffering=function(){this.buffering=!0},r._streamEnded=function(e,t){if(t.live||!this.media)return!1;var r=e.end||0,i=this.config.timelineOffset||0;if(r<=i)return!1;var s=e.buffered;this.config.maxBufferHole&&s&&s.length>1&&(e=Et.bufferedInfo(s,e.start,0));var n=e.nextStart;if(n&&n>i&&n<t.edge)return!1;if(this.media.currentTime<e.start)return!1;var a=t.partList;if(null!=a&&a.length){var o=a[a.length-1];return Et.isBuffered(this.media,o.start+o.duration/2)}var l=t.fragments[t.fragments.length-1].type;return this.fragmentTracker.isEndListAppended(l)},r.getLevelDetails=function(){if(this.levels&&null!==this.levelLastLoaded)return this.levelLastLoaded.details},r.onMediaAttached=function(e,t){var r=this.media=this.mediaBuffer=t.media;ms(r,"seeking",this.onMediaSeeking),ms(r,"ended",this.onMediaEnded);var i=this.config;this.levels&&i.autoStartLoad&&this.state===ys.STOPPED&&this.startLoad(i.startPosition)},r.onMediaDetaching=function(e,t){var r=!!t.transferMedia,i=this.media;if(null!==i){if(i.ended&&(this.log("MSE detaching and video ended, reset startPosition"),this.startPosition=this.lastCurrentTime=0),vs(i,"seeking",this.onMediaSeeking),vs(i,"ended",this.onMediaEnded),this.keyLoader&&!r&&this.keyLoader.detach(),this.media=this.mediaBuffer=null,this.loopSn=void 0,r)return this.resetLoadingState(),void this.resetTransmuxer();this.loadingParts=!1,this.fragmentTracker.removeAllFragments(),this.stopLoad()}},r.onManifestLoading=function(){this.initPTS=[],this.levels=this.levelLastLoaded=this.fragCurrent=null,this.lastCurrentTime=this.startPosition=0,this.startFragRequested=!1},r.onError=function(e,t){},r.onManifestLoaded=function(e,t){this.startTimeOffset=t.startTimeOffset},r.onHandlerDestroying=function(){this.stopLoad(),this.transmuxer&&(this.transmuxer.destroy(),this.transmuxer=null),e.prototype.onHandlerDestroying.call(this),this.hls=this.onMediaSeeking=this.onMediaEnded=null},r.onHandlerDestroyed=function(){this.state=ys.STOPPED,this.fragmentLoader&&this.fragmentLoader.destroy(),this.keyLoader&&this.keyLoader.destroy(),this.decrypter&&this.decrypter.destroy(),this.hls=this.log=this.warn=this.decrypter=this.keyLoader=this.fragmentLoader=this.fragmentTracker=null,e.prototype.onHandlerDestroyed.call(this)},r.loadFragment=function(e,t,r){this.startFragRequested=!0,this._loadFragForPlayback(e,t,r)},r._loadFragForPlayback=function(e,t,r){var i=this;this._doFragLoad(e,t,r,(function(e){var t=e.frag;if(i.fragContextChanged(t))return i.warn(t.type+" sn: "+t.sn+(e.part?" part: "+e.part.index:"")+" of "+i.fragInfo(t,!1,e.part)+") was dropped during download."),void i.fragmentTracker.removeFragment(t);t.stats.chunkCount++,i._handleFragmentLoadProgress(e)})).then((function(e){if(e){var t=i.state,r=e.frag;i.fragContextChanged(r)?(t===ys.FRAG_LOADING||!i.fragCurrent&&t===ys.PARSING)&&(i.fragmentTracker.removeFragment(r),i.state=ys.IDLE):("payload"in e&&(i.log("Loaded "+r.type+" sn: "+r.sn+" of "+i.playlistLabel()+" "+r.level),i.hls.trigger(P.FRAG_LOADED,e)),i._handleFragmentLoadComplete(e))}})).catch((function(t){i.state!==ys.STOPPED&&i.state!==ys.ERROR&&(i.warn("Frag error: "+((null==t?void 0:t.message)||t)),i.resetFragmentLoading(e))}))},r.clearTrackerIfNeeded=function(e){var t,r=this.fragmentTracker;if(r.getState(e)===Zi){var i=e.type,s=this.getFwdBufferInfo(this.mediaBuffer,i),n=Math.max(e.duration,s?s.len:this.config.maxBufferLength),a=this.backtrackFragment;(1==(a?e.sn-a.sn:0)||this.reduceMaxBufferLength(n,e.duration))&&r.removeFragment(e)}else 0===(null==(t=this.mediaBuffer)?void 0:t.buffered.length)?r.removeAllFragments():r.hasParts(e.type)&&(r.detectPartialFragments({frag:e,part:null,stats:e.stats,id:e.type}),r.getState(e)===es&&r.removeFragment(e))},r.checkLiveUpdate=function(e){if(e.updated&&!e.live){var t=e.fragments[e.fragments.length-1];this.fragmentTracker.detectPartialFragments({frag:t,part:null,stats:t.stats,id:t.type})}e.fragments[0]||(e.deltaUpdateFailed=!0)},r.waitForLive=function(e){var t=e.details;return(null==t?void 0:t.live)&&"EVENT"!==t.type&&(this.levelLastLoaded!==e||t.expired)},r.flushMainBuffer=function(e,t,r){if(void 0===r&&(r=null),e-t){var i={startOffset:e,endOffset:t,type:r};this.hls.trigger(P.BUFFER_FLUSHING,i)}},r._loadInitSegment=function(e,t){var r=this;this._doFragLoad(e,t).then((function(e){var t=null==e?void 0:e.frag;if(!t||r.fragContextChanged(t)||!r.levels)throw new Error("init load aborted");return e})).then((function(e){var t=r.hls,i=e.frag,s=e.payload,n=i.decryptdata;if(s&&s.byteLength>0&&null!=n&&n.key&&n.iv&&xt(n.method)){var a=self.performance.now();return r.decrypter.decrypt(new Uint8Array(s),n.key.buffer,n.iv.buffer,Nt(n.method)).catch((function(e){throw t.trigger(P.ERROR,{type:R.MEDIA_ERROR,details:A.FRAG_DECRYPT_ERROR,fatal:!1,error:e,reason:e.message,frag:i}),e})).then((function(s){var n=self.performance.now();return t.trigger(P.FRAG_DECRYPTED,{frag:i,payload:s,stats:{tstart:a,tdecrypt:n}}),e.payload=s,r.completeInitSegmentLoad(e)}))}return r.completeInitSegmentLoad(e)})).catch((function(t){r.state!==ys.STOPPED&&r.state!==ys.ERROR&&(r.warn(t),r.resetFragmentLoading(e))}))},r.completeInitSegmentLoad=function(e){if(!this.levels)throw new Error("init load aborted, missing levels");var t=e.frag.stats;this.state!==ys.STOPPED&&(this.state=ys.IDLE),e.frag.data=new Uint8Array(e.payload),t.parsing.start=t.buffering.start=self.performance.now(),t.parsing.end=t.buffering.end=self.performance.now(),this.tick()},r.unhandledEncryptionError=function(e,t){var r,i,s=e.tracks;if(s&&!t.encrypted&&(null!=(r=s.audio)&&r.encrypted||null!=(i=s.video)&&i.encrypted)&&(!this.config.emeEnabled||!this.keyLoader.emeController)){var n=this.media,a=new Error("EME not supported (light build)");return this.warn(a.message),!(!n||n.mediaKeys||(this.hls.trigger(P.ERROR,{type:R.KEY_SYSTEM_ERROR,details:A.KEY_SYSTEM_NO_KEYS,fatal:!0,error:a,frag:t}),this.resetTransmuxer(),0))}return!1},r.fragContextChanged=function(e){var t=this.fragCurrent;return!e||!t||e.sn!==t.sn||e.level!==t.level},r.fragBufferedComplete=function(e,t){var r=this.mediaBuffer?this.mediaBuffer:this.media;if(this.log("Buffered "+e.type+" sn: "+e.sn+(t?" part: "+t.index:"")+" of "+this.fragInfo(e,!1,t)+" > buffer:"+(r?function(e){for(var t="",r=e.length,i=0;i<r;i++)t+="["+e.start(i).toFixed(3)+"-"+e.end(i).toFixed(3)+"]";return t}(Et.getBuffered(r)):"(detached)")+")"),se(e)){var i;if(e.type!==O){var s=e.elementaryStreams;if(!Object.keys(s).some((function(e){return!!s[e]})))return void(this.state=ys.IDLE)}var n=null==(i=this.levels)?void 0:i[e.level];null!=n&&n.fragmentError&&(this.log("Resetting level fragment error count of "+n.fragmentError+" on frag buffered"),n.fragmentError=0)}this.state=ys.IDLE},r._handleFragmentLoadComplete=function(e){var t=this.transmuxer;if(t){var r=e.frag,i=e.part,s=e.partsLoaded,n=!s||0===s.length||s.some((function(e){return!e})),a=new cs(r.level,r.sn,r.stats.chunkCount+1,0,i?i.index:-1,!n);t.flush(a)}},r._handleFragmentLoadProgress=function(e){},r._doFragLoad=function(e,t,r,i){var s,n=this;void 0===r&&(r=null),this.fragCurrent=e;var a=t.details;if(!this.levels||!a)throw new Error("frag load aborted, missing level"+(a?"":" detail")+"s");var o=null;if(!e.encrypted||null!=(s=e.decryptdata)&&s.key)e.encrypted||(o=this.keyLoader.loadClear(e,a.encryptedFragments,this.startFragRequested))&&this.log("[eme] blocking frag load until media-keys acquired");else if(this.log("Loading key for "+e.sn+" of ["+a.startSN+"-"+a.endSN+"], "+this.playlistLabel()+" "+e.level),this.state=ys.KEY_LOADING,this.fragCurrent=e,o=this.keyLoader.load(e).then((function(e){if(!n.fragContextChanged(e.frag))return n.hls.trigger(P.KEY_LOADED,e),n.state===ys.KEY_LOADING&&(n.state=ys.IDLE),e})),this.hls.trigger(P.KEY_LOADING,{frag:e}),null===this.fragCurrent)return this.log("context changed in KEY_LOADING"),Promise.resolve(null);var l,h=this.fragPrevious;if(se(e)&&(!h||e.sn!==h.sn)){var u=this.shouldLoadParts(t.details,e.end);u!==this.loadingParts&&(this.log("LL-Part loading "+(u?"ON":"OFF")+" loading sn "+(null==h?void 0:h.sn)+"->"+e.sn),this.loadingParts=u)}if(r=Math.max(e.start,r||0),this.loadingParts&&se(e)){var d=a.partList;if(d&&i){r>a.fragmentEnd&&a.fragmentHint&&(e=a.fragmentHint);var c=this.getNextPart(d,e,r);if(c>-1){var f,g=d[c];return e=this.fragCurrent=g.fragment,this.log("Loading "+e.type+" sn: "+e.sn+" part: "+g.index+" ("+c+"/"+(d.length-1)+") of "+this.fragInfo(e,!1,g)+") cc: "+e.cc+" ["+a.startSN+"-"+a.endSN+"], target: "+parseFloat(r.toFixed(3))),this.nextLoadPosition=g.start+g.duration,this.state=ys.FRAG_LOADING,f=o?o.then((function(r){return!r||n.fragContextChanged(r.frag)?null:n.doFragPartsLoad(e,g,t,i)})).catch((function(e){return n.handleFragLoadError(e)})):this.doFragPartsLoad(e,g,t,i).catch((function(e){return n.handleFragLoadError(e)})),this.hls.trigger(P.FRAG_LOADING,{frag:e,part:g,targetBufferTime:r}),null===this.fragCurrent?Promise.reject(new Error("frag load aborted, context changed in FRAG_LOADING parts")):f}if(!e.url||this.loadedEndOfParts(d,r))return Promise.resolve(null)}}if(se(e)&&this.loadingParts)this.log("LL-Part loading OFF after next part miss @"+r.toFixed(2)+" Check buffer at sn: "+e.sn+" loaded parts: "+(null==(l=a.partList)?void 0:l.filter((function(e){return e.loaded})).map((function(e){return"["+e.start+"-"+e.end+"]"})))),this.loadingParts=!1;else if(!e.url)return Promise.resolve(null);this.log("Loading "+e.type+" sn: "+e.sn+" of "+this.fragInfo(e,!1)+") cc: "+e.cc+" ["+a.startSN+"-"+a.endSN+"], target: "+parseFloat(r.toFixed(3))),_(e.sn)&&!this.bitrateTest&&(this.nextLoadPosition=e.start+e.duration),this.state=ys.FRAG_LOADING;var p,m=this.config.progressive;return p=m&&o?o.then((function(t){return!t||n.fragContextChanged(t.frag)?null:n.fragmentLoader.load(e,i)})).catch((function(e){return n.handleFragLoadError(e)})):Promise.all([this.fragmentLoader.load(e,m?i:void 0),o]).then((function(e){var t=e[0];return!m&&i&&i(t),t})).catch((function(e){return n.handleFragLoadError(e)})),this.hls.trigger(P.FRAG_LOADING,{frag:e,targetBufferTime:r}),null===this.fragCurrent?Promise.reject(new Error("frag load aborted, context changed in FRAG_LOADING")):p},r.doFragPartsLoad=function(e,t,r,i){var s=this;return new Promise((function(n,a){var o,l=[],h=null==(o=r.details)?void 0:o.partList,u=function(t){s.fragmentLoader.loadPart(e,t,i).then((function(i){l[t.index]=i;var a=i.part;s.hls.trigger(P.FRAG_LOADED,i);var o=hr(r.details,e.sn,t.index+1)||ur(h,e.sn,t.index+1);if(!o)return n({frag:e,part:a,partsLoaded:l});u(o)})).catch(a)};u(t)}))},r.handleFragLoadError=function(e){if("data"in e){var t=e.data;t.frag&&t.details===A.INTERNAL_ABORTED?this.handleFragLoadAborted(t.frag,t.part):t.frag&&t.type===R.KEY_SYSTEM_ERROR?(t.frag.abortRequests(),this.resetStartWhenNotLoaded(),this.resetFragmentLoading(t.frag)):this.hls.trigger(P.ERROR,t)}else this.hls.trigger(P.ERROR,{type:R.OTHER_ERROR,details:A.INTERNAL_EXCEPTION,err:e,error:e,fatal:!0});return null},r._handleTransmuxerFlush=function(e){var t=this.getCurrentContext(e);if(t&&this.state===ys.PARSING){var r=t.frag,i=t.part,s=t.level,n=self.performance.now();r.stats.parsing.end=n,i&&(i.stats.parsing.end=n);var a=this.getLevelDetails(),o=a&&r.sn>a.endSN||this.shouldLoadParts(a,r.end);o!==this.loadingParts&&(this.log("LL-Part loading "+(o?"ON":"OFF")+" after parsing segment ending @"+r.end.toFixed(2)),this.loadingParts=o),this.updateLevelTiming(r,i,s,e.partial)}else this.fragCurrent||this.state===ys.STOPPED||this.state===ys.ERROR||(this.state=ys.IDLE)},r.shouldLoadParts=function(e,t){if(this.config.lowLatencyMode){if(!e)return this.loadingParts;if(e.partList){var r,i,s=e.partList[0];if(s.fragment.type===O)return!1;if(t>=s.end+((null==(r=e.fragmentHint)?void 0:r.duration)||0)&&(this.hls.hasEnoughToStart?(null==(i=this.media)?void 0:i.currentTime)||this.lastCurrentTime:this.getLoadPosition())>s.start-s.fragment.duration)return!0}}return!1},r.getCurrentContext=function(e){var t=this.levels,r=this.fragCurrent,i=e.level,s=e.sn,n=e.part;if(null==t||!t[i])return this.warn("Levels object was unset while buffering fragment "+s+" of "+this.playlistLabel()+" "+i+". The current chunk will not be buffered."),null;var a=t[i],o=a.details,l=n>-1?hr(o,s,n):null,h=l?l.fragment:lr(o,s,r);return h?(r&&r!==h&&(h.stats=r.stats),{frag:h,part:l,level:a}):null},r.bufferFragmentData=function(e,t,r,i,s){if(this.state===ys.PARSING){var n=e.data1,a=e.data2,o=n;if(a&&(o=be(n,a)),o.length){var l=this.initPTS[t.cc],h=l?-l.baseTime/l.timescale:void 0,u={type:e.type,frag:t,part:r,chunkMeta:i,offset:h,parent:t.type,data:o};if(this.hls.trigger(P.BUFFER_APPENDING,u),e.dropped&&e.independent&&!r){if(s)return;this.flushBufferGap(t)}}}},r.flushBufferGap=function(e){var t=this.media;if(t)if(Et.isBuffered(t,t.currentTime)){var r=t.currentTime,i=Et.bufferInfo(t,r,0),s=e.duration,n=Math.min(2*this.config.maxFragLookUpTolerance,.25*s),a=Math.max(Math.min(e.start-n,i.end-n),r+n);e.start-a>n&&this.flushMainBuffer(a,e.start)}else this.flushMainBuffer(0,e.start)},r.getFwdBufferInfo=function(e,t){var r,i=this.getLoadPosition();if(!_(i))return null;var s=this.lastCurrentTime>i||null!=(r=this.media)&&r.paused?0:this.config.maxBufferHole;return this.getFwdBufferInfoAtPos(e,i,t,s)},r.getFwdBufferInfoAtPos=function(e,t,r,i){var s=Et.bufferInfo(e,t,i);if(0===s.len&&void 0!==s.nextStart){var n=this.fragmentTracker.getBufferedFrag(t,r);if(n&&(s.nextStart<=n.end||n.gap)){var a=Math.max(Math.min(s.nextStart,n.end)-t,i);return Et.bufferInfo(e,t,a)}}return s},r.getMaxBufferLength=function(e){var t,r=this.config;return t=e?Math.max(8*r.maxBufferSize/e,r.maxBufferLength):r.maxBufferLength,Math.min(t,r.maxMaxBufferLength)},r.reduceMaxBufferLength=function(e,t){var r=this.config,i=Math.max(Math.min(e-t,r.maxBufferLength),t),s=Math.max(e-3*t,r.maxMaxBufferLength/2,i);return s>=i&&(r.maxMaxBufferLength=s,this.warn("Reduce max buffer length to "+s+"s"),!0)},r.getAppendedFrag=function(e,t){void 0===t&&(t=k);var r=this.fragmentTracker?this.fragmentTracker.getAppendedFrag(e,t):null;return r&&"fragment"in r?r.fragment:r},r.getNextFragment=function(e,t){var r=t.fragments,i=r.length;if(!i)return null;var s=this.config,n=r[0].start,a=s.lowLatencyMode&&!!t.partList,o=null;if(t.live){var l=s.initialLiveManifestSize;if(i<l)return this.warn("Not enough fragments to start playback (have: "+i+", need: "+l+")"),null;if(!t.PTSKnown&&!this.startFragRequested&&-1===this.startPosition||e<n){var h;a&&!this.loadingParts&&(this.log("LL-Part loading ON for initial live fragment"),this.loadingParts=!0),o=this.getInitialLiveFragment(t);var u=this.hls.startPosition,d=this.hls.liveSyncPosition,c=o?(-1!==u&&u>=n?u:d)||o.start:e;this.log("Setting startPosition to "+c+" to match start frag at live edge. mainStart: "+u+" liveSyncPosition: "+d+" frag.start: "+(null==(h=o)?void 0:h.start)),this.startPosition=this.nextLoadPosition=c}}else e<=n&&(o=r[0]);if(!o){var f=this.loadingParts?t.partEnd:t.fragmentEnd;o=this.getFragmentAtPosition(e,f,t)}var g=this.filterReplacedPrimary(o,t);if(!g&&o){var p=o.sn-t.startSN;g=this.filterReplacedPrimary(r[p+1]||null,t)}return this.mapToInitFragWhenRequired(g)},r.isLoopLoading=function(e,t){var r=this.fragmentTracker.getState(e);return(r===ts||r===es&&!!e.gap)&&this.nextLoadPosition>t},r.getNextFragmentLoopLoading=function(e,t,r,i,s){var n=null;if(e.gap&&(n=this.getNextFragment(this.nextLoadPosition,t))&&!n.gap&&r.nextStart){var a=this.getFwdBufferInfoAtPos(this.mediaBuffer?this.mediaBuffer:this.media,r.nextStart,i,0);if(null!==a&&r.len+a.len>=s){var o=n.sn;return this.loopSn!==o&&(this.log('buffer full after gaps in "'+i+'" playlist starting at sn: '+o),this.loopSn=o),null}}return this.loopSn=void 0,n},r.filterReplacedPrimary=function(e,t){return e?(this.config,e):e},r.mapToInitFragWhenRequired=function(e){return null==e||!e.initSegment||e.initSegment.data||this.bitrateTest?e:e.initSegment},r.getNextPart=function(e,t,r){for(var i=-1,s=!1,n=!0,a=0,o=e.length;a<o;a++){var l=e[a];if(n=n&&!l.independent,i>-1&&r<l.start)break;var h=l.loaded;h?i=-1:(s||(l.independent||n)&&l.fragment===t)&&(l.fragment!==t&&this.warn("Need buffer at "+r+" but next unloaded part starts at "+l.start),i=a),s=h}return i},r.loadedEndOfParts=function(e,t){for(var r,i=e.length;i--;){if(!(r=e[i]).loaded)return!1;if(t>r.start)return!0}return!1},r.getInitialLiveFragment=function(e){var t=e.fragments,r=this.fragPrevious,i=null;if(r){if(e.hasProgramDateTime&&(this.log("Live playlist, switching playlist, load frag with same PDT: "+r.programDateTime),i=function(e,t,r){if(null===t||!Array.isArray(e)||!e.length||!_(t))return null;if(t<(e[0].programDateTime||0))return null;if(t>=(e[e.length-1].endProgramDateTime||0))return null;for(var i=0;i<e.length;++i){var s=e[i];if(ot(t,r,s))return s}return null}(t,r.endProgramDateTime,this.config.maxFragLookUpTolerance)),!i){var s=r.sn+1;if(s>=e.startSN&&s<=e.endSN){var n=t[s-e.startSN];r.cc===n.cc&&(i=n,this.log("Live playlist, switching playlist, load frag with next SN: "+i.sn))}i||(i=function(e,t,r){if(e&&e.startCC<=t&&e.endCC>=t){var i,s=e.fragments,n=e.fragmentHint;return n&&(s=s.concat(n)),st(s,(function(e){return e.cc<t?1:e.cc>t?-1:(i=e,e.end<=r?1:e.start>r?-1:0)})),i||null}return null}(e,r.cc,r.end),i&&this.log("Live playlist, switching playlist, load frag with same CC: "+i.sn))}}else{var a=this.hls.liveSyncPosition;null!==a&&(i=this.getFragmentAtPosition(a,this.bitrateTest?e.fragmentEnd:e.edge,e))}return i},r.getFragmentAtPosition=function(e,t,r){var i,s,n=this.config,a=this.fragPrevious,o=r.fragments,l=r.endSN,h=r.fragmentHint,u=n.maxFragLookUpTolerance,d=r.partList,c=!!(this.loadingParts&&null!=d&&d.length&&h);if(c&&!this.bitrateTest&&d[d.length-1].fragment.sn===h.sn&&(o=o.concat(h),l=h.sn),i=e<t?nt(a,o,e,e<this.lastCurrentTime||e>t-u||null!=(s=this.media)&&s.paused||!this.startFragRequested?0:u):o[o.length-1]){var f=i.sn-r.startSN,g=this.fragmentTracker.getState(i);if((g===ts||g===es&&i.gap)&&(a=i),a&&i.sn===a.sn&&(!c||d[0].fragment.sn>i.sn||!r.live)&&i.level===a.level){var p=o[f+1];i=i.sn<l&&this.fragmentTracker.getState(p)!==ts?p:null}}return i},r.alignPlaylists=function(e,t,r){var i=e.fragments.length;if(!i)return this.warn("No fragments in live playlist"),0;var s=e.fragmentStart,n=!t,a=e.alignedSliding&&_(s);if(n||!a&&!s){!function(e,t){e&&(function(e,t){if(function(e,t){return!!(e&&t.startCC<e.endCC&&t.endCC>e.startCC)}(t,e)){var r=Math.min(t.endCC,e.endCC),i=fs(t.fragments,r),s=fs(e.fragments,r);i&&s&&(j.log("Aligning playlist at start of dicontinuity sequence "+r),ps(i.start-s.start,e))}}(t,e),t.alignedSliding||function(e,t){if(e.hasProgramDateTime&&t.hasProgramDateTime){var r,i,s=e.fragments,n=t.fragments;if(s.length&&n.length){var a=Math.min(t.endCC,e.endCC);t.startCC<a&&e.startCC<a&&(r=fs(n,a),i=fs(s,a)),r&&i||(i=fs(s,(r=n[Math.floor(n.length/2)]).cc)||s[Math.floor(s.length/2)]);var o=r.programDateTime,l=i.programDateTime;o&&l&&ps((l-o)/1e3-(i.start-r.start),e)}}}(t,e),t.alignedSliding||t.skippedSegments||ar(e,t,!1))}(r,e);var o=e.fragmentStart;return this.log("Live playlist sliding: "+o.toFixed(2)+" start-sn: "+(t?t.startSN:"na")+"->"+e.startSN+" fragments: "+i),o}return s},r.waitForCdnTuneIn=function(e){return e.live&&e.canBlockReload&&e.partTarget&&e.tuneInGoal>Math.max(e.partHoldBack,3*e.partTarget)},r.setStartPosition=function(e,t){var r=this.startPosition;r<t&&(r=-1);var i=this.timelineOffset;if(-1===r){var s=null!==this.startTimeOffset,n=s?this.startTimeOffset:e.startTimeOffset;null!==n&&_(n)?(r=t+n,n<0&&(r+=e.edge),r=Math.min(Math.max(t,r),t+e.totalduration),this.log("Setting startPosition to "+r+" for start time offset "+n+" found in "+(s?"multivariant":"media")+" playlist"),this.startPosition=r):e.live?(r=this.hls.liveSyncPosition||t,this.log("Setting startPosition to -1 to start at live edge "+r),this.startPosition=-1):(this.log("setting startPosition to 0 by default"),this.startPosition=r=0),this.lastCurrentTime=r+i}this.nextLoadPosition=r+i},r.getLoadPosition=function(){var e,t=this.media,r=0;return null!=(e=this.hls)&&e.hasEnoughToStart&&t?r=t.currentTime:this.nextLoadPosition>=0&&(r=this.nextLoadPosition),r},r.handleFragLoadAborted=function(e,t){this.transmuxer&&e.type===this.playlistType&&se(e)&&e.stats.aborted&&(this.log("Fragment "+e.sn+(t?" part "+t.index:"")+" of "+this.playlistLabel()+" "+e.level+" was aborted"),this.resetFragmentLoading(e))},r.resetFragmentLoading=function(e){this.fragCurrent&&(this.fragContextChanged(e)||this.state===ys.FRAG_LOADING_WAITING_RETRY)||(this.state=ys.IDLE)},r.onFragmentOrKeyLoadError=function(e,t){var r;if(t.chunkMeta&&!t.frag){var i=this.getCurrentContext(t.chunkMeta);i&&(t.frag=i.frag)}var s=t.frag;if(s&&s.type===e&&this.levels)if(this.fragContextChanged(s)){var n;this.warn("Frag load error must match current frag to retry "+s.url+" > "+(null==(n=this.fragCurrent)?void 0:n.url))}else{var a=t.details===A.FRAG_GAP;a&&this.fragmentTracker.fragBuffered(s,!0);var o=t.errorAction;if(o){var l=o.action,h=o.flags,u=o.retryCount,d=void 0===u?0:u,c=o.retryConfig,f=!!c,g=f&&5===l,p=f&&!o.resolved&&1===h,m=null==(r=this.hls.latestLevelDetails)?void 0:r.live;if(!g&&p&&se(s)&&!s.endList&&m&&!ut(t))this.resetFragmentErrors(e),this.treatAsGap(s),o.resolved=!0;else if((g||p)&&d<c.maxNumRetry){var v,y=pt(null==(v=t.response)?void 0:v.code),E=ct(c,d);if(this.resetStartWhenNotLoaded(),this.retryDate=self.performance.now()+E,this.state=ys.FRAG_LOADING_WAITING_RETRY,o.resolved=!0,y)return this.log("Waiting for connection (offline)"),this.retryDate=1/0,void(t.reason="offline");this.warn("Fragment "+s.sn+" of "+e+" "+s.level+" errored with "+t.details+", retrying loading "+(d+1)+"/"+c.maxNumRetry+" in "+E+"ms")}else if(c){if(this.resetFragmentErrors(e),!(d<c.maxNumRetry))return void this.warn(t.details+" reached or exceeded max retry ("+d+")");a||3===l||(o.resolved=!0)}else this.state=2===l?ys.WAITING_LEVEL:ys.ERROR;this.tickImmediate()}else this.state=ys.ERROR}},r.checkRetryDate=function(){var e=self.performance.now(),t=this.retryDate,r=t===1/0;(!t||e>=t||r&&!pt(0))&&(r&&this.log("Connection restored (online)"),this.resetStartWhenNotLoaded(),this.state=ys.IDLE)},r.reduceLengthAndFlushBuffer=function(e){if(this.state===ys.PARSING||this.state===ys.PARSED){var t=e.frag,r=e.parent,i=this.getFwdBufferInfo(this.mediaBuffer,r),s=i&&i.len>.5;s&&this.reduceMaxBufferLength(i.len,(null==t?void 0:t.duration)||10);var n=!s;return n&&this.warn("Buffer full error while media.currentTime ("+this.getLoadPosition()+") is not buffered, flush "+r+" buffer"),t&&(this.fragmentTracker.removeFragment(t),this.nextLoadPosition=t.start),this.resetLoadingState(),n}return!1},r.resetFragmentErrors=function(e){e===M&&(this.fragCurrent=null),this.hls.hasEnoughToStart||(this.startFragRequested=!1),this.state!==ys.STOPPED&&(this.state=ys.IDLE)},r.afterBufferFlushed=function(e,t,r){if(e){var i=Et.getBuffered(e);this.fragmentTracker.detectEvictedFragments(t,i,r),this.state===ys.ENDED&&this.resetLoadingState()}},r.resetLoadingState=function(){this.log("Reset loading state"),this.fragCurrent=null,this.fragPrevious=null,this.state!==ys.STOPPED&&(this.state=ys.IDLE)},r.resetStartWhenNotLoaded=function(){if(!this.hls.hasEnoughToStart){this.startFragRequested=!1;var e=this.levelLastLoaded,t=e?e.details:null;null!=t&&t.live?(this.log("resetting startPosition for live start"),this.startPosition=-1,this.setStartPosition(t,t.fragmentStart),this.resetLoadingState()):this.nextLoadPosition=this.startPosition}},r.resetWhenMissingContext=function(e){this.log("Loading context changed while buffering sn "+e.sn+" of "+this.playlistLabel()+" "+(-1===e.level?"<removed>":e.level)+". This chunk will not be buffered."),this.removeUnbufferedFrags(),this.resetStartWhenNotLoaded(),this.resetLoadingState()},r.removeUnbufferedFrags=function(e){void 0===e&&(e=0),this.fragmentTracker.removeFragmentsInRange(e,1/0,this.playlistType,!1,!0)},r.updateLevelTiming=function(e,t,r,i){var s=this,n=r.details;if(n){var a;if(!Object.keys(e.elementaryStreams).reduce((function(t,a){var o=e.elementaryStreams[a];if(o){var l=o.endPTS-o.startPTS;if(l<=0)return s.warn("Could not parse fragment "+e.sn+" "+a+" duration reliably ("+l+")"),t||!1;var h=i?0:ir(n,e,o.startPTS,o.endPTS,o.startDTS,o.endDTS,s);return s.hls.trigger(P.LEVEL_PTS_UPDATED,{details:n,level:r,drift:h,type:a,frag:e,start:o.startPTS,end:o.endPTS}),!0}return t}),!1)&&(0===r.fragmentError&&this.treatAsGap(e,r),null===(null==(a=this.transmuxer)?void 0:a.error))){var o=new Error("Found no media in fragment "+e.sn+" of "+this.playlistLabel()+" "+e.level+" resetting transmuxer to fallback to playlist timing");if(this.warn(o.message),this.hls.trigger(P.ERROR,{type:R.MEDIA_ERROR,details:A.FRAG_PARSING_ERROR,fatal:!1,error:o,frag:e,reason:"Found no media in msn "+e.sn+" of "+this.playlistLabel()+' "'+r.url+'"'}),!this.hls)return;this.resetTransmuxer()}this.state=ys.PARSED,this.log("Parsed "+e.type+" sn: "+e.sn+(t?" part: "+t.index:"")+" of "+this.fragInfo(e,!1,t)+")"),this.hls.trigger(P.FRAG_PARSED,{frag:e,part:t})}else this.warn("level.details undefined")},r.playlistLabel=function(){return this.playlistType===k?"level":"track"},r.fragInfo=function(e,t,r){var i,s;return void 0===t&&(t=!0),this.playlistLabel()+" "+e.level+" ("+(r?"part":"frag")+":["+(null!=(i=t&&!r?e.startPTS:(r||e).start)?i:NaN).toFixed(3)+"-"+(null!=(s=t&&!r?e.endPTS:(r||e).end)?s:NaN).toFixed(3)+"]"+(r&&"main"===e.type?"INDEPENDENT="+(r.independent?"YES":"NO"):"")},r.treatAsGap=function(e,t){t&&t.fragmentError++,e.gap=!0,this.fragmentTracker.removeFragment(e),this.fragmentTracker.fragBuffered(e,!0)},r.resetTransmuxer=function(){var e;null==(e=this.transmuxer)||e.reset()},r.recoverWorkerError=function(e){"demuxerWorker"===e.event&&(this.fragmentTracker.removeAllFragments(),this.transmuxer&&(this.transmuxer.destroy(),this.transmuxer=null),this.resetStartWhenNotLoaded(),this.resetLoadingState())},i(t,[{key:"startPositionValue",get:function(){var e=this.nextLoadPosition,t=this.startPosition;return-1===t&&e?e:t}},{key:"bufferingEnabled",get:function(){return this.buffering}},{key:"inFlightFrag",get:function(){return{frag:this.fragCurrent,state:this.state}}},{key:"timelineOffset",get:function(){var e,t=this.config.timelineOffset;return t?(null==(e=this.getLevelDetails())?void 0:e.appliedTimelineOffset)||t:0}},{key:"primaryPrefetch",get:function(){return this.config,!1}},{key:"state",get:function(){return this._state},set:function(e){var t=this._state;t!==e&&(this._state=e,this.log(t+"->"+e))}}])}(ds),Ss=function(e){function t(t,r){var i;return(i=e.call(this,"gap-controller",t.logger)||this).hls=void 0,i.fragmentTracker=void 0,i.media=null,i.mediaSource=void 0,i.nudgeRetry=0,i.stallReported=!1,i.stalled=null,i.moved=!1,i.seeking=!1,i.buffered={},i.lastCurrentTime=0,i.ended=0,i.waiting=0,i.onMediaPlaying=function(){i.ended=0,i.waiting=0},i.onMediaWaiting=function(){var e;null!=(e=i.media)&&e.seeking||(i.waiting=self.performance.now(),i.tick())},i.onMediaEnded=function(){var e;i.hls&&(i.ended=(null==(e=i.media)?void 0:e.currentTime)||1,i.hls.trigger(P.MEDIA_ENDED,{stalled:!1}))},i.hls=t,i.fragmentTracker=r,i.registerListeners(),i}o(t,e);var r=t.prototype;return r.registerListeners=function(){var e=this.hls;e&&(e.on(P.MEDIA_ATTACHED,this.onMediaAttached,this),e.on(P.MEDIA_DETACHING,this.onMediaDetaching,this),e.on(P.BUFFER_APPENDED,this.onBufferAppended,this))},r.unregisterListeners=function(){var e=this.hls;e&&(e.off(P.MEDIA_ATTACHED,this.onMediaAttached,this),e.off(P.MEDIA_DETACHING,this.onMediaDetaching,this),e.off(P.BUFFER_APPENDED,this.onBufferAppended,this))},r.destroy=function(){e.prototype.destroy.call(this),this.unregisterListeners(),this.media=this.hls=this.fragmentTracker=null,this.mediaSource=void 0},r.onMediaAttached=function(e,t){this.setInterval(100),this.mediaSource=t.mediaSource;var r=this.media=t.media;ms(r,"playing",this.onMediaPlaying),ms(r,"waiting",this.onMediaWaiting),ms(r,"ended",this.onMediaEnded)},r.onMediaDetaching=function(e,t){this.clearInterval();var r=this.media;r&&(vs(r,"playing",this.onMediaPlaying),vs(r,"waiting",this.onMediaWaiting),vs(r,"ended",this.onMediaEnded),this.media=null),this.mediaSource=void 0},r.onBufferAppended=function(e,t){this.buffered=t.timeRanges},r.tick=function(){var e;if(null!=(e=this.media)&&e.readyState&&this.hasBuffered){var t=this.media.currentTime;this.poll(t,this.lastCurrentTime),this.lastCurrentTime=t}},r.poll=function(e,t){var r,i,s=null==(r=this.hls)?void 0:r.config;if(s){var n=this.media;if(n){var a=n.seeking,o=this.seeking&&!a,l=!this.seeking&&a,h=n.paused&&!a||n.ended||0===n.playbackRate;if(this.seeking=a,e!==t)return t&&(this.ended=0),this.moved=!0,a||(this.nudgeRetry=0,s.nudgeOnVideoHole&&!h&&e>t&&this.nudgeOnVideoHole(e,t)),void(0===this.waiting&&this.stallResolved(e));if(l||o)o&&this.stallResolved(e);else{if(h)return this.nudgeRetry=0,this.stallResolved(e),void(!this.ended&&n.ended&&this.hls&&(this.ended=e||1,this.hls.trigger(P.MEDIA_ENDED,{stalled:!1})));if(Et.getBuffered(n).length){var u=Et.bufferInfo(n,e,0),d=u.nextStart||0,c=this.fragmentTracker;if(a&&c&&this.hls){var f=Ts(this.hls.inFlightFragments,e),g=u.len>2,p=!d||f||d-e>2&&!c.getPartialFragment(e);if(g||p)return;this.moved=!1}var m=null==(i=this.hls)?void 0:i.latestLevelDetails;if(!this.moved&&null!==this.stalled&&c){if(!(u.len>0||d))return;var v=Math.max(d,u.start||0)-e,y=null!=m&&m.live?2*m.targetduration:2,E=Ls(e,c);if(v>0&&(v<=y||E))return void(n.paused||this._trySkipBufferHole(E))}var S=s.detectStallWithCurrentTimeMs,T=self.performance.now(),_=this.waiting,L=this.stalled;if(null===L){if(!(_>0&&T-_<S))return void(this.stalled=T);L=this.stalled=_}var b=T-L;if(!a&&(b>=S||_)&&this.hls){var R;if("ended"===(null==(R=this.mediaSource)?void 0:R.readyState)&&(null==m||!m.live)&&Math.abs(e-((null==m?void 0:m.edge)||0))<1){if(this.ended)return;return this.ended=e||1,void this.hls.trigger(P.MEDIA_ENDED,{stalled:!0})}if(this._reportStall(u),!this.media||!this.hls)return}var A=Et.bufferInfo(n,e,s.maxBufferHole);this._tryFixBufferStall(A,b,e)}else this.nudgeRetry=0}}}},r.stallResolved=function(e){var t=this.stalled;if(t&&this.hls&&(this.stalled=null,this.stallReported)){var r=self.performance.now()-t;this.log("playback not stuck anymore @"+e+", after "+Math.round(r)+"ms"),this.stallReported=!1,this.waiting=0,this.hls.trigger(P.STALL_RESOLVED,{})}},r.nudgeOnVideoHole=function(e,t){var r,i=this.buffered.video;if(this.hls&&this.media&&this.fragmentTracker&&null!=(r=this.buffered.audio)&&r.length&&i&&i.length>1&&e>i.end(0)){var s=Et.bufferedInfo(Et.timeRangesToArray(this.buffered.audio),e,0);if(s.len>1&&t>=s.start){var n=Et.timeRangesToArray(i),a=Et.bufferedInfo(n,t,0).bufferedIndex;if(a>-1&&a<n.length-1){var o=Et.bufferedInfo(n,e,0).bufferedIndex,l=n[a].end,h=n[a+1].start;if((-1===o||o>a)&&h-l<1&&e-l<2){var u=new Error("nudging playhead to flush pipeline after video hole. currentTime: "+e+" hole: "+l+" -> "+h+" buffered index: "+o);this.warn(u.message),this.media.currentTime+=1e-6;var d=Ls(e,this.fragmentTracker);d&&"fragment"in d?d=d.fragment:d||(d=void 0);var c=Et.bufferInfo(this.media,e,0);this.hls.trigger(P.ERROR,{type:R.MEDIA_ERROR,details:A.BUFFER_SEEK_OVER_HOLE,fatal:!1,error:u,reason:u.message,frag:d,buffer:c.len,bufferInfo:c})}}}}},r._tryFixBufferStall=function(e,t,r){var i,s,n=this.fragmentTracker,a=this.media,o=null==(i=this.hls)?void 0:i.config;if(a&&n&&o){var l=null==(s=this.hls)?void 0:s.latestLevelDetails,h=Ls(r,n);if((h||null!=l&&l.live&&r<l.fragmentStart)&&(this._trySkipBufferHole(h)||!this.media))return;var u=e.buffered,d=this.adjacentTraversal(e,r);(u&&u.length>1&&e.len>o.maxBufferHole||e.nextStart&&(e.nextStart-r<o.maxBufferHole||d))&&(t>1e3*o.highBufferWatchdogPeriod||this.waiting)&&(this.warn("Trying to nudge playhead over buffer-hole"),this._tryNudgeBuffer(e))}},r.adjacentTraversal=function(e,t){var r=this.fragmentTracker,i=e.nextStart;if(r&&i){var s=r.getFragAtPos(t,k),n=r.getFragAtPos(i,k);if(s&&n)return n.sn-s.sn<2}return!1},r._reportStall=function(e){var t=this.hls,r=this.media,i=this.stallReported,s=this.stalled;if(!i&&null!==s&&r&&t){this.stallReported=!0;var n=new Error("Playback stalling at @"+r.currentTime+" due to low buffer ("+Je(e)+")");this.warn(n.message),t.trigger(P.ERROR,{type:R.MEDIA_ERROR,details:A.BUFFER_STALLED_ERROR,fatal:!1,error:n,buffer:e.len,bufferInfo:e,stalled:{start:s}})}},r._trySkipBufferHole=function(e){var t,r=this.fragmentTracker,i=this.media,s=null==(t=this.hls)?void 0:t.config;if(!i||!r||!s)return 0;var n=i.currentTime,a=Et.bufferInfo(i,n,0),o=n<a.start?a.start:a.nextStart;if(o&&this.hls){var l=a.len<=s.maxBufferHole,h=a.len>0&&a.len<1&&i.readyState<3,u=o-n;if(u>0&&(l||h)){if(u>s.maxBufferHole){var d=!1;if(0===n){var c=r.getAppendedFrag(0,k);c&&o<c.end&&(d=!0)}if(!d&&e){var f;if(null==(f=this.hls.loadLevelObj)||!f.details)return 0;if(Ts(this.hls.inFlightFragments,o))return 0;for(var g=!1,p=e.end;p<o;){var m=Ls(p,r);if(!m){g=!0;break}p+=m.duration}if(g)return 0}}var v=Math.max(o+.05,n+.1);if(this.warn("skipping hole, adjusting currentTime from "+n+" to "+v),this.moved=!0,i.currentTime=v,null==e||!e.gap){var y=new Error("fragment loaded with buffer holes, seeking from "+n+" to "+v),E={type:R.MEDIA_ERROR,details:A.BUFFER_SEEK_OVER_HOLE,fatal:!1,error:y,reason:y.message,buffer:a.len,bufferInfo:a};e&&("fragment"in e?E.part=e:E.frag=e),this.hls.trigger(P.ERROR,E)}return v}}return 0},r._tryNudgeBuffer=function(e){var t=this.hls,r=this.media,i=this.nudgeRetry,s=null==t?void 0:t.config;if(!r||!s)return 0;var n=r.currentTime;if(this.nudgeRetry++,i<s.nudgeMaxRetry){var a=n+(i+1)*s.nudgeOffset,o=new Error("Nudging 'currentTime' from "+n+" to "+a);this.warn(o.message),r.currentTime=a,t.trigger(P.ERROR,{type:R.MEDIA_ERROR,details:A.BUFFER_NUDGE_ON_STALL,error:o,fatal:!1,buffer:e.len,bufferInfo:e})}else{var l=new Error("Playhead still not moving while enough data buffered @"+n+" after "+s.nudgeMaxRetry+" nudges");this.error(l.message),t.trigger(P.ERROR,{type:R.MEDIA_ERROR,details:A.BUFFER_STALLED_ERROR,error:l,fatal:!0,buffer:e.len,bufferInfo:e})}},i(t,[{key:"hasBuffered",get:function(){return Object.keys(this.buffered).length>0}}])}(ds);function Ts(e,t){var r=_s(e.main);if(r&&r.start<=t)return r;var i=_s(e.audio);return i&&i.start<=t?i:null}function _s(e){if(!e)return null;switch(e.state){case ys.IDLE:case ys.STOPPED:case ys.ENDED:case ys.ERROR:return null}return e.frag}function Ls(e,t){return t.getAppendedFrag(e,k)||t.getPartialFragment(e)}function bs(e,t){var r;try{r=new Event("addtrack")}catch(e){(r=document.createEvent("Event")).initEvent("addtrack",!1,!1)}r.track=e,t.dispatchEvent(r)}function Rs(){if("undefined"!=typeof self)return self.VTTCue||self.TextTrackCue}function As(e,t,r,i,s){var n=new e(t,r,"");try{n.value=i,s&&(n.type=s)}catch(a){n=new e(t,r,Je(s?u({type:s},i):i))}return n}var Ps=function(){var e=Rs();try{e&&new e(0,Number.POSITIVE_INFINITY,"")}catch(e){return Number.MAX_VALUE}return Number.POSITIVE_INFINITY}(),ws=function(){function e(e){var t=this;this.hls=void 0,this.id3Track=null,this.media=null,this.dateRangeCuesAppended={},this.removeCues=!0,this.assetCue=void 0,this.onEventCueEnter=function(){t.hls&&t.hls.trigger(P.EVENT_CUE_ENTER,{})},this.hls=e,this._registerListeners()}var t=e.prototype;return t.destroy=function(){this._unregisterListeners(),this.id3Track=null,this.media=null,this.dateRangeCuesAppended={},this.hls=this.onEventCueEnter=null},t._registerListeners=function(){var e=this.hls;e&&(e.on(P.MEDIA_ATTACHING,this.onMediaAttaching,this),e.on(P.MEDIA_ATTACHED,this.onMediaAttached,this),e.on(P.MEDIA_DETACHING,this.onMediaDetaching,this),e.on(P.MANIFEST_LOADING,this.onManifestLoading,this),e.on(P.FRAG_PARSING_METADATA,this.onFragParsingMetadata,this),e.on(P.BUFFER_FLUSHING,this.onBufferFlushing,this),e.on(P.LEVEL_UPDATED,this.onLevelUpdated,this),e.on(P.LEVEL_PTS_UPDATED,this.onLevelPtsUpdated,this))},t._unregisterListeners=function(){var e=this.hls;e&&(e.off(P.MEDIA_ATTACHING,this.onMediaAttaching,this),e.off(P.MEDIA_ATTACHED,this.onMediaAttached,this),e.off(P.MEDIA_DETACHING,this.onMediaDetaching,this),e.off(P.MANIFEST_LOADING,this.onManifestLoading,this),e.off(P.FRAG_PARSING_METADATA,this.onFragParsingMetadata,this),e.off(P.BUFFER_FLUSHING,this.onBufferFlushing,this),e.off(P.LEVEL_UPDATED,this.onLevelUpdated,this),e.off(P.LEVEL_PTS_UPDATED,this.onLevelPtsUpdated,this))},t.onMediaAttaching=function(e,t){var r;this.media=t.media,!1===(null==(r=t.overrides)?void 0:r.cueRemoval)&&(this.removeCues=!1)},t.onMediaAttached=function(){var e,t=null==(e=this.hls)?void 0:e.latestLevelDetails;t&&this.updateDateRangeCues(t)},t.onMediaDetaching=function(e,t){this.media=null,t.transferMedia||(this.id3Track&&(this.removeCues&&function(e,t){var r=e.mode;if("disabled"===r&&(e.mode="hidden"),e.cues)for(var i=e.cues.length;i--;)t&&e.cues[i].removeEventListener("enter",t),e.removeCue(e.cues[i]);"disabled"===r&&(e.mode=r)}(this.id3Track,this.onEventCueEnter),this.id3Track=null),this.dateRangeCuesAppended={})},t.onManifestLoading=function(){this.dateRangeCuesAppended={}},t.createTrack=function(e){var t=this.getID3Track(e.textTracks);return t.mode="hidden",t},t.getID3Track=function(e){if(this.media){for(var t=0;t<e.length;t++){var r=e[t];if("metadata"===r.kind&&"id3"===r.label)return bs(r,this.media),r}return this.media.addTextTrack("metadata","id3")}},t.onFragParsingMetadata=function(e,t){if(this.media&&this.hls){var r=this.hls.config,i=r.enableEmsgMetadataCues,s=r.enableID3MetadataCues;if(i||s){var n=t.samples;this.id3Track||(this.id3Track=this.createTrack(this.media));var a=Rs();if(a)for(var o=0;o<n.length;o++){var l=n[o].type;if((l!==Hr.emsg||i)&&s){var h=Fr(n[o].data),u=n[o].pts,d=u+n[o].duration;d>Ps&&(d=Ps),d-u<=0&&(d=u+.25);for(var c=0;c<h.length;c++){var f=h[c];if(!Br(f)){this.updateId3CueEnds(u,l);var g=As(a,u,d,f,l);g&&this.id3Track.addCue(g)}}}}}}},t.updateId3CueEnds=function(e,t){var r,i=null==(r=this.id3Track)?void 0:r.cues;if(i)for(var s=i.length;s--;){var n=i[s];n.type===t&&n.startTime<e&&n.endTime===Ps&&(n.endTime=e)}},t.onBufferFlushing=function(e,t){var r=t.startOffset,i=t.endOffset,s=t.type,n=this.id3Track,a=this.hls;if(a){var o=a.config,l=o.enableEmsgMetadataCues,h=o.enableID3MetadataCues;n&&(l||h)&&function(e,t,r,i){var s=e.mode;if("disabled"===s&&(e.mode="hidden"),e.cues&&e.cues.length>0)for(var n=function(e,t,r){var i=[],s=function(e,t){if(t<=e[0].startTime)return 0;var r=e.length-1;if(t>e[r].endTime)return-1;for(var i,s=0,n=r;s<=n;)if(t<e[i=Math.floor((n+s)/2)].startTime)n=i-1;else{if(!(t>e[i].startTime&&s<r))return i;s=i+1}return e[s].startTime-t<t-e[n].startTime?s:n}(e,t);if(s>-1)for(var n=s,a=e.length;n<a;n++){var o=e[n];if(o.startTime>=t&&o.endTime<=r)i.push(o);else if(o.startTime>r)return i}return i}(e.cues,t,r),a=0;a<n.length;a++)i&&!i(n[a])||e.removeCue(n[a]);"disabled"===s&&(e.mode=s)}(n,r,i,"audio"===s?function(e){return e.type===Hr.audioId3&&h}:"video"===s?function(e){return e.type===Hr.emsg&&l}:function(e){return e.type===Hr.audioId3&&h||e.type===Hr.emsg&&l})}},t.onLevelUpdated=function(e,t){var r=t.details;this.updateDateRangeCues(r,!0)},t.onLevelPtsUpdated=function(e,t){Math.abs(t.drift)>.01&&this.updateDateRangeCues(t.details)},t.updateDateRangeCues=function(e,t){var r=this;if(this.hls&&this.media){var i=this.hls.config;i.assetPlayerId,i.timelineOffset;var s=i.enableDateRangeMetadataCues;if(i.interstitialsController,s){var n=Rs();if(e.hasProgramDateTime){var a,o=this.id3Track,l=e.dateRanges,h=Object.keys(l),u=this.dateRangeCuesAppended;if(o&&t)if(null!=(a=o.cues)&&a.length)for(var d=Object.keys(u).filter((function(e){return!h.includes(e)})),c=function(){var e,t=d[f],i=null==(e=u[t])?void 0:e.cues;delete u[t],i&&Object.keys(i).forEach((function(e){var t=i[e];if(t){t.removeEventListener("enter",r.onEventCueEnter);try{o.removeCue(t)}catch(e){}}}))},f=d.length;f--;)c();else u=this.dateRangeCuesAppended={};var g=e.fragments[e.fragments.length-1];if(0!==h.length&&_(null==g?void 0:g.programDateTime)){this.id3Track||(this.id3Track=this.createTrack(this.media));for(var p=function(){var e=h[m],t=l[e],i=t.startTime,s=u[e],a=(null==s?void 0:s.cues)||{},o=(null==s?void 0:s.durationKnown)||!1,d=Ps,c=t.duration;if(t.endDate&&null!==c)d=i+c,o=!0;else if(t.endOnNext&&!o){var f=h.reduce((function(e,r){if(r!==t.id){var i=l[r];if(i.class===t.class&&i.startDate>t.startDate&&(!e||t.startDate<e.startDate))return i}return e}),null);f&&(d=f.startTime,o=!0)}for(var g,p=Object.keys(t.attr),v=0;v<p.length;v++){var y=p[v];if("ID"!==(g=y)&&"CLASS"!==g&&"CUE"!==g&&"START-DATE"!==g&&"DURATION"!==g&&"END-DATE"!==g&&"END-ON-NEXT"!==g){var E=a[y];if(E)!o||null!=s&&s.durationKnown?Math.abs(E.startTime-i)>.01&&(E.startTime=i,E.endTime=d):E.endTime=d;else if(n){var S=t.attr[y];Dt(y)&&(S=J(S));var T=As(n,i,d,{key:y,data:S},Hr.dateRange);T&&(T.id=e,r.id3Track.addCue(T),a[y]=T)}}}u[e]={cues:a,dateRange:t,durationKnown:o}},m=0;m<h.length;m++)p()}}}}},e}(),Is=function(){function e(e){var t=this;this.hls=void 0,this.config=void 0,this.media=null,this.currentTime=0,this.stallCount=0,this._latency=null,this._targetLatencyUpdated=!1,this.onTimeupdate=function(){var e=t.media,r=t.levelDetails;if(e&&r){t.currentTime=e.currentTime;var i=t.computeLatency();if(null!==i){t._latency=i;var s=t.config,n=s.lowLatencyMode,a=s.maxLiveSyncPlaybackRate;if(n&&1!==a&&r.live){var o=t.targetLatency;if(null!==o){var l=i-o;if(l<Math.min(t.maxLatency,o+r.targetduration)&&l>.05&&t.forwardBufferLength>1){var h=Math.min(2,Math.max(1,a)),u=Math.round(2/(1+Math.exp(-.75*l-t.edgeStalled))*20)/20,d=Math.min(h,Math.max(1,u));t.changeMediaPlaybackRate(e,d)}else 1!==e.playbackRate&&0!==e.playbackRate&&t.changeMediaPlaybackRate(e,1)}}}}},this.hls=e,this.config=e.config,this.registerListeners()}var t=e.prototype;return t.destroy=function(){this.unregisterListeners(),this.onMediaDetaching(),this.hls=null},t.registerListeners=function(){var e=this.hls;e&&(e.on(P.MEDIA_ATTACHED,this.onMediaAttached,this),e.on(P.MEDIA_DETACHING,this.onMediaDetaching,this),e.on(P.MANIFEST_LOADING,this.onManifestLoading,this),e.on(P.LEVEL_UPDATED,this.onLevelUpdated,this),e.on(P.ERROR,this.onError,this))},t.unregisterListeners=function(){var e=this.hls;e&&(e.off(P.MEDIA_ATTACHED,this.onMediaAttached,this),e.off(P.MEDIA_DETACHING,this.onMediaDetaching,this),e.off(P.MANIFEST_LOADING,this.onManifestLoading,this),e.off(P.LEVEL_UPDATED,this.onLevelUpdated,this),e.off(P.ERROR,this.onError,this))},t.onMediaAttached=function(e,t){this.media=t.media,this.media.addEventListener("timeupdate",this.onTimeupdate)},t.onMediaDetaching=function(){this.media&&(this.media.removeEventListener("timeupdate",this.onTimeupdate),this.media=null)},t.onManifestLoading=function(){this._latency=null,this.stallCount=0},t.onLevelUpdated=function(e,t){var r=t.details;r.advanced&&this.onTimeupdate(),!r.live&&this.media&&this.media.removeEventListener("timeupdate",this.onTimeupdate)},t.onError=function(e,t){var r;t.details===A.BUFFER_STALLED_ERROR&&(this.stallCount++,this.hls&&null!=(r=this.levelDetails)&&r.live&&this.hls.logger.warn("[latency-controller]: Stall detected, adjusting target latency"))},t.changeMediaPlaybackRate=function(e,t){var r,i;e.playbackRate!==t&&(null==(r=this.hls)||r.logger.debug("[latency-controller]: latency="+this.latency.toFixed(3)+", targetLatency="+(null==(i=this.targetLatency)?void 0:i.toFixed(3))+", forwardBufferLength="+this.forwardBufferLength.toFixed(3)+": adjusting playback rate from "+e.playbackRate+" to "+t),e.playbackRate=t)},t.estimateLiveEdge=function(){var e=this.levelDetails;return null===e?null:e.edge+e.age},t.computeLatency=function(){var e=this.estimateLiveEdge();return null===e?null:e-this.currentTime},i(e,[{key:"levelDetails",get:function(){var e;return(null==(e=this.hls)?void 0:e.latestLevelDetails)||null}},{key:"latency",get:function(){return this._latency||0}},{key:"maxLatency",get:function(){var e=this.config;if(void 0!==e.liveMaxLatencyDuration)return e.liveMaxLatencyDuration;var t=this.levelDetails;return t?e.liveMaxLatencyDurationCount*t.targetduration:0}},{key:"targetLatency",get:function(){var e=this.levelDetails;if(null===e||null===this.hls)return null;var t=e.holdBack,r=e.partHoldBack,i=e.targetduration,s=this.config,n=s.liveSyncDuration,a=s.liveSyncDurationCount,o=s.lowLatencyMode,l=this.hls.userConfig,h=o&&r||t;(this._targetLatencyUpdated||l.liveSyncDuration||l.liveSyncDurationCount||0===h)&&(h=void 0!==n?n:a*i);var u=i;return h+Math.min(this.stallCount*this.config.liveSyncOnStallIncrease,u)},set:function(e){this.stallCount=0,this.config.liveSyncDuration=e,this._targetLatencyUpdated=!0}},{key:"liveSyncPosition",get:function(){var e=this.estimateLiveEdge(),t=this.targetLatency;if(null===e||null===t)return null;var r=this.levelDetails;if(null===r)return null;var i=r.edge,s=e-t-this.edgeStalled,n=i-r.totalduration,a=i-(this.config.lowLatencyMode&&r.partTarget||r.targetduration);return Math.min(Math.max(n,s),a)}},{key:"drift",get:function(){var e=this.levelDetails;return null===e?1:e.drift}},{key:"edgeStalled",get:function(){var e=this.levelDetails;if(null===e)return 0;var t=3*(this.config.lowLatencyMode&&e.partTarget||e.targetduration);return Math.max(e.age-t,0)}},{key:"forwardBufferLength",get:function(){var e=this.media,t=this.levelDetails;if(!e||!t)return 0;var r=e.buffered.length;return(r?e.buffered.end(r-1):t.edge)-this.currentTime}}])}(),Ds=function(e){function t(t,r){var i;return(i=e.call(this,r,t.logger)||this).hls=void 0,i.canLoad=!1,i.timer=-1,i.hls=t,i}o(t,e);var r=t.prototype;return r.destroy=function(){this.clearTimer(),this.hls=this.log=this.warn=null},r.clearTimer=function(){-1!==this.timer&&(self.clearTimeout(this.timer),this.timer=-1)},r.startLoad=function(){this.canLoad=!0,this.loadPlaylist()},r.stopLoad=function(){this.canLoad=!1,this.clearTimer()},r.switchParams=function(e,t,r){var i=null==t?void 0:t.renditionReports;if(i){for(var s=-1,n=0;n<i.length;n++){var a=i[n],o=void 0;try{o=new self.URL(a.URI,t.url).href}catch(e){this.warn("Could not construct new URL for Rendition Report: "+e),o=a.URI||""}if(o===e){s=n;break}o===e.substring(0,o.length)&&(s=n)}if(-1!==s){var l=i[s],h=parseInt(l["LAST-MSN"])||t.lastPartSn,u=parseInt(l["LAST-PART"])||t.lastPartIndex;if(this.hls.config.lowLatencyMode){var d=Math.min(t.age-t.partTarget,t.targetduration);u>=0&&d>t.partTarget&&(u+=1)}var c=r&&Ke(r);return new Ye(h,u>=0?u:void 0,c)}}},r.loadPlaylist=function(e){this.clearTimer()},r.loadingPlaylist=function(e,t){this.clearTimer()},r.shouldLoadPlaylist=function(e){return this.canLoad&&!!e&&!!e.url&&(!e.details||e.details.live)},r.getUrlWithDirectives=function(e,t){if(t)try{return t.addDirectives(e)}catch(e){this.warn("Could not construct new URL with HLS Delivery Directives: "+e)}return e},r.playlistLoaded=function(e,t,r){var i=t.details,s=t.stats,n=self.performance.now(),a=s.loading.first?Math.max(0,n-s.loading.first):0;i.advancedDateTime=Date.now()-a;var o=this.hls.config.timelineOffset;if(o!==i.appliedTimelineOffset){var l=Math.max(o||0,0);i.appliedTimelineOffset=l,i.fragments.forEach((function(e){e.setStart(e.playlistOffset+l)}))}if(i.live||null!=r&&r.live){var h="levelInfo"in t?t.levelInfo:t.track;if(i.reloaded(r),r&&i.fragments.length>0){sr(r,i,this);var u=i.playlistParsingError;if(u){this.warn(u);var d=this.hls;if(!d.config.ignorePlaylistParsingErrors){var c,f=t.networkDetails;return void d.trigger(P.ERROR,{type:R.NETWORK_ERROR,details:A.LEVEL_PARSING_ERROR,fatal:!1,url:i.url,error:u,reason:u.message,level:t.level||void 0,parent:null==(c=i.fragments[0])?void 0:c.type,networkDetails:f,stats:s})}i.playlistParsingError=null}}-1===i.requestScheduled&&(i.requestScheduled=s.loading.start);var g,p=this.hls.mainForwardBufferInfo,m=p?p.end-p.len:0,v=or(i,1e3*(i.edge-m));if(i.requestScheduled+v<n?i.requestScheduled=n:i.requestScheduled+=v,this.log("live playlist "+e+" "+(i.advanced?"REFRESHED "+i.lastPartSn+"-"+i.lastPartIndex:i.updated?"UPDATED":"MISSED")),!this.canLoad||!i.live)return;var y=void 0,E=void 0;if(i.canBlockReload&&i.endSN&&i.advanced){var S=this.hls.config.lowLatencyMode,T=i.lastPartSn,_=i.endSN,L=i.lastPartIndex,b=T===_;-1!==L?b?(y=_+1,E=S?0:L):(y=T,E=S?L+1:i.maxPartIndex):y=_+1;var w=i.age,I=w+i.ageHeader,D=Math.min(I-i.partTarget,1.5*i.targetduration);if(D>0){if(I>3*i.targetduration)this.log("Playlist last advanced "+w.toFixed(2)+"s ago. Omitting segment and part directives."),y=void 0,E=void 0;else if(null!=r&&r.tuneInGoal&&I-i.partTarget>r.tuneInGoal)this.warn("CDN Tune-in goal increased from: "+r.tuneInGoal+" to: "+D+" with playlist age: "+i.age),D=0;else{var C=Math.floor(D/i.targetduration);y+=C,void 0!==E&&(E+=Math.round(D%i.targetduration/i.partTarget)),this.log("CDN Tune-in age: "+i.ageHeader+"s last advanced "+w.toFixed(2)+"s goal: "+D+" skip sn "+C+" to part "+E)}i.tuneInGoal=D}if(g=this.getDeliveryDirectives(i,t.deliveryDirectives,y,E),S||!b)return i.requestScheduled=n,void this.loadingPlaylist(h,g)}else(i.canBlockReload||i.canSkipUntil)&&(g=this.getDeliveryDirectives(i,t.deliveryDirectives,y,E));g&&void 0!==y&&i.canBlockReload&&(i.requestScheduled=s.loading.first+Math.max(v-2*a,v/2)),this.scheduleLoading(h,g,i)}else this.clearTimer()},r.scheduleLoading=function(e,t,r){var i=this,s=r||e.details;if(s){var n=self.performance.now(),a=s.requestScheduled;if(n>=a)this.loadingPlaylist(e,t);else{var o=a-n;this.log("reload live playlist "+(e.name||e.bitrate+"bps")+" in "+Math.round(o)+" ms"),this.clearTimer(),this.timer=self.setTimeout((function(){return i.loadingPlaylist(e,t)}),o)}}else this.loadingPlaylist(e,t)},r.getDeliveryDirectives=function(e,t,r,i){var s=Ke(e);return null!=t&&t.skip&&e.deltaUpdateFailed&&(r=t.msn,i=t.part,s=""),new Ye(r,i,s)},r.checkRetry=function(e){var t=this,r=e.details,i=lt(e),s=e.errorAction,n=s||{},a=n.action,o=n.retryCount,l=void 0===o?0:o,h=n.retryConfig,u=!!s&&!!h&&(5===a||!s.resolved&&2===a);if(u){var d;if(l>=h.maxNumRetry)return!1;if(i&&null!=(d=e.context)&&d.deliveryDirectives)this.warn("Retrying playlist loading "+(l+1)+"/"+h.maxNumRetry+' after "'+r+'" without delivery-directives'),this.loadPlaylist();else{var c=ct(h,l);this.clearTimer(),this.timer=self.setTimeout((function(){return t.loadPlaylist()}),c),this.warn("Retrying playlist loading "+(l+1)+"/"+h.maxNumRetry+' after "'+r+'" in '+c+"ms")}e.levelRetry=!0,s.resolved=!0}return u},t}(F),Cs=function(e){function t(t,r){var i;return(i=e.call(this,t,"level-controller")||this)._levels=[],i._firstLevel=-1,i._maxAutoLevel=-1,i._startLevel=void 0,i.currentLevel=null,i.currentLevelIndex=-1,i.manualLevelIndex=-1,i.steering=void 0,i.onParsedComplete=void 0,i.steering=r,i._registerListeners(),i}o(t,e);var r=t.prototype;return r._registerListeners=function(){var e=this.hls;e.on(P.MANIFEST_LOADING,this.onManifestLoading,this),e.on(P.MANIFEST_LOADED,this.onManifestLoaded,this),e.on(P.LEVEL_LOADED,this.onLevelLoaded,this),e.on(P.LEVELS_UPDATED,this.onLevelsUpdated,this),e.on(P.FRAG_BUFFERED,this.onFragBuffered,this),e.on(P.ERROR,this.onError,this)},r._unregisterListeners=function(){var e=this.hls;e.off(P.MANIFEST_LOADING,this.onManifestLoading,this),e.off(P.MANIFEST_LOADED,this.onManifestLoaded,this),e.off(P.LEVEL_LOADED,this.onLevelLoaded,this),e.off(P.LEVELS_UPDATED,this.onLevelsUpdated,this),e.off(P.FRAG_BUFFERED,this.onFragBuffered,this),e.off(P.ERROR,this.onError,this)},r.destroy=function(){this._unregisterListeners(),this.steering=null,this.resetLevels(),e.prototype.destroy.call(this)},r.stopLoad=function(){this._levels.forEach((function(e){e.loadError=0,e.fragmentError=0})),e.prototype.stopLoad.call(this)},r.resetLevels=function(){this._startLevel=void 0,this.manualLevelIndex=-1,this.currentLevelIndex=-1,this.currentLevel=null,this._levels=[],this._maxAutoLevel=-1},r.onManifestLoading=function(e,t){this.resetLevels()},r.onManifestLoaded=function(e,t){var r=this,i=this.hls.config.preferManagedMediaSource,s=[],n={},a={},o=!1,l=!1,h=!1;t.levels.forEach((function(e){var t=e.attrs,u=e.audioCodec,d=e.videoCodec;u&&(e.audioCodec=u=Ge(u,i)||void 0),d&&(d=e.videoCodec=function(e){for(var t=e.split(","),r=0;r<t.length;r++){var i=t[r].split(".");i.length>2&&"avc1"===i[0]&&(t[r]="avc1."+parseInt(i[1]).toString(16)+("000"+parseInt(i[2]).toString(16)).slice(-4))}return t.join(",")}(d));var c=e.width,f=e.height,g=e.unknownCodecs,p=(null==g?void 0:g.length)||0;if(o||(o=!(!c||!f)),l||(l=!!d),h||(h=!!u),p||u&&!r.isAudioSupported(u)||d&&!r.isVideoSupported(d))r.log('Some or all CODECS not supported "'+t.CODECS+'"');else{var m=t.CODECS,v=t["FRAME-RATE"],y=t["HDCP-LEVEL"],E=t["PATHWAY-ID"],S=t.RESOLUTION,T=t["VIDEO-RANGE"],_=(E||".")+"-"+e.bitrate+"-"+S+"-"+v+"-"+m+"-"+T+"-"+y;if(n[_])if(n[_].uri===e.url||e.attrs["PATHWAY-ID"])n[_].addGroupId("audio",t.AUDIO),n[_].addGroupId("text",t.SUBTITLES);else{var L=a[_]+=1;e.attrs["PATHWAY-ID"]=new Array(L+1).join(".");var b=r.createLevel(e);n[_]=b,s.push(b)}else{var R=r.createLevel(e);n[_]=R,a[_]=1,s.push(R)}}})),this.filterAndSortMediaOptions(s,t,o,l,h)},r.createLevel=function(e){var t=new Xe(e),r=e.supplemental;if(null!=r&&r.videoCodec&&!this.isVideoSupported(r.videoCodec)){var i=new Error('SUPPLEMENTAL-CODECS not supported "'+r.videoCodec+'"');this.log(i.message),t.supportedResult=z.getUnsupportedResult(i,[])}return t},r.isAudioSupported=function(e){return Me(e,"audio",this.hls.config.preferManagedMediaSource)},r.isVideoSupported=function(e){return Me(e,"video",this.hls.config.preferManagedMediaSource)},r.filterAndSortMediaOptions=function(e,t,r,i,s){var n,a=this,o=[],l=[],h=e,u=(null==(n=t.stats)?void 0:n.parsing)||{};if((r||i)&&s&&(h=h.filter((function(e){var t,r=e.videoCodec,i=e.videoRange,s=e.width,n=e.height;return(!!r||!(!s||!n))&&!!(t=i)&&ze.indexOf(t)>-1}))),0===h.length)return Promise.resolve().then((function(){if(a.hls){var e="no level with compatible codecs found in manifest",r=e;t.levels.length&&(r="one or more CODECS in variant not supported: "+Je(t.levels.map((function(e){return e.attrs.CODECS})).filter((function(e,t,r){return r.indexOf(e)===t}))),a.warn(r),e+=" ("+r+")");var i=new Error(e);a.hls.trigger(P.ERROR,{type:R.MEDIA_ERROR,details:A.MANIFEST_INCOMPATIBLE_CODECS_ERROR,fatal:!0,url:t.url,error:i,reason:r})}})),void(u.end=performance.now());t.audioTracks&&ks(o=t.audioTracks.filter((function(e){return!e.audioCodec||a.isAudioSupported(e.audioCodec)}))),t.subtitles&&ks(l=t.subtitles);var d=h.slice(0);h.sort((function(e,t){if(e.attrs["HDCP-LEVEL"]!==t.attrs["HDCP-LEVEL"])return(e.attrs["HDCP-LEVEL"]||"")>(t.attrs["HDCP-LEVEL"]||"")?1:-1;if(r&&e.height!==t.height)return e.height-t.height;if(e.frameRate!==t.frameRate)return e.frameRate-t.frameRate;if(e.videoRange!==t.videoRange)return ze.indexOf(e.videoRange)-ze.indexOf(t.videoRange);if(e.videoCodec!==t.videoCodec){var i=Ne(e.videoCodec),s=Ne(t.videoCodec);if(i!==s)return s-i}if(e.uri===t.uri&&e.codecSet!==t.codecSet){var n=Fe(e.codecSet),a=Fe(t.codecSet);if(n!==a)return a-n}return e.averageBitrate!==t.averageBitrate?e.averageBitrate-t.averageBitrate:0}));var c=d[0];if(this.steering&&(h=this.steering.filterParsedLevels(h)).length!==d.length)for(var f=0;f<d.length;f++)if(d[f].pathwayId===h[0].pathwayId){c=d[f];break}this._levels=h;for(var g=0;g<h.length;g++)if(h[g]===c){var p;this._firstLevel=g;var m=c.bitrate,v=this.hls.bandwidthEstimate;if(this.log("manifest loaded, "+h.length+" level(s) found, first bitrate: "+m),void 0===(null==(p=this.hls.userConfig)?void 0:p.abrEwmaDefaultEstimate)){var y=Math.min(m,this.hls.config.abrEwmaDefaultEstimateMax);y>v&&v===this.hls.abrEwmaDefaultEstimate&&(this.hls.bandwidthEstimate=y)}break}var E=s&&!i,S=this.hls.config,T=!(!S.audioStreamController||!S.audioTrackController),_={levels:h,audioTracks:o,subtitleTracks:l,sessionData:t.sessionData,sessionKeys:t.sessionKeys,firstLevel:this._firstLevel,stats:t.stats,audio:s,video:i,altAudio:T&&!E&&o.some((function(e){return!!e.url}))};u.end=performance.now(),this.hls.trigger(P.MANIFEST_PARSED,_)},r.onError=function(e,t){!t.fatal&&t.context&&t.context.type===I&&t.context.level===this.level&&this.checkRetry(t)},r.onFragBuffered=function(e,t){var r=t.frag;if(void 0!==r&&r.type===k){var i=r.elementaryStreams;if(!Object.keys(i).some((function(e){return!!i[e]})))return;var s=this._levels[r.level];null!=s&&s.loadError&&(this.log("Resetting level error count of "+s.loadError+" on frag buffered"),s.loadError=0)}},r.onLevelLoaded=function(e,t){var r,i,s=t.level,n=t.details,a=t.levelInfo;if(!a)return this.warn("Invalid level index "+s),void(null!=(i=t.deliveryDirectives)&&i.skip&&(n.deltaUpdateFailed=!0));if(a===this.currentLevel||t.withoutMultiVariant){0===a.fragmentError&&(a.loadError=0);var o=a.details;o===t.details&&o.advanced&&(o=void 0),this.playlistLoaded(s,t,o)}else null!=(r=t.deliveryDirectives)&&r.skip&&(n.deltaUpdateFailed=!0)},r.loadPlaylist=function(t){e.prototype.loadPlaylist.call(this),this.shouldLoadPlaylist(this.currentLevel)&&this.scheduleLoading(this.currentLevel,t)},r.loadingPlaylist=function(t,r){e.prototype.loadingPlaylist.call(this,t,r);var i=this.getUrlWithDirectives(t.uri,r),s=this.currentLevelIndex,n=t.attrs["PATHWAY-ID"],a=t.details,o=null==a?void 0:a.age;this.log("Loading level index "+s+(void 0!==(null==r?void 0:r.msn)?" at sn "+r.msn+" part "+r.part:"")+(n?" Pathway "+n:"")+(o&&a.live?" age "+o.toFixed(1)+(a.type&&" "+a.type||""):"")+" "+i),this.hls.trigger(P.LEVEL_LOADING,{url:i,level:s,levelInfo:t,pathwayId:t.attrs["PATHWAY-ID"],id:0,deliveryDirectives:r||null})},r.removeLevel=function(e){var t,r=this;if(1!==this._levels.length){var i=this._levels.filter((function(t,i){return i!==e||(r.steering&&r.steering.removeLevel(t),t===r.currentLevel&&(r.currentLevel=null,r.currentLevelIndex=-1,t.details&&t.details.fragments.forEach((function(e){return e.level=-1}))),!1)}));dr(i),this._levels=i,this.currentLevelIndex>-1&&null!=(t=this.currentLevel)&&t.details&&(this.currentLevelIndex=this.currentLevel.details.fragments[0].level),this.manualLevelIndex>-1&&(this.manualLevelIndex=this.currentLevelIndex);var s=i.length-1;this._firstLevel=Math.min(this._firstLevel,s),this._startLevel&&(this._startLevel=Math.min(this._startLevel,s)),this.hls.trigger(P.LEVELS_UPDATED,{levels:i})}},r.onLevelsUpdated=function(e,t){var r=t.levels;this._levels=r},r.checkMaxAutoUpdated=function(){var e=this.hls,t=e.autoLevelCapping,r=e.maxAutoLevel,i=e.maxHdcpLevel;this._maxAutoLevel!==r&&(this._maxAutoLevel=r,this.hls.trigger(P.MAX_AUTO_LEVEL_UPDATED,{autoLevelCapping:t,levels:this.levels,maxAutoLevel:r,minAutoLevel:this.hls.minAutoLevel,maxHdcpLevel:i}))},i(t,[{key:"levels",get:function(){return 0===this._levels.length?null:this._levels}},{key:"loadLevelObj",get:function(){return this.currentLevel}},{key:"level",get:function(){return this.currentLevelIndex},set:function(e){var t=this._levels;if(0!==t.length){if(e<0||e>=t.length){var r=new Error("invalid level idx"),i=e<0;if(this.hls.trigger(P.ERROR,{type:R.OTHER_ERROR,details:A.LEVEL_SWITCH_ERROR,level:e,fatal:i,error:r,reason:r.message}),i)return;e=Math.min(e,t.length-1)}var s=this.currentLevelIndex,n=this.currentLevel,a=n?n.attrs["PATHWAY-ID"]:void 0,o=t[e],l=o.attrs["PATHWAY-ID"];if(this.currentLevelIndex=e,this.currentLevel=o,s!==e||!n||a!==l){this.log("Switching to level "+e+" ("+(o.height?o.height+"p ":"")+(o.videoRange?o.videoRange+" ":"")+(o.codecSet?o.codecSet+" ":"")+"@"+o.bitrate+")"+(l?" with Pathway "+l:"")+" from level "+s+(a?" with Pathway "+a:""));var h={level:e,attrs:o.attrs,details:o.details,bitrate:o.bitrate,averageBitrate:o.averageBitrate,maxBitrate:o.maxBitrate,realBitrate:o.realBitrate,width:o.width,height:o.height,codecSet:o.codecSet,audioCodec:o.audioCodec,videoCodec:o.videoCodec,audioGroups:o.audioGroups,subtitleGroups:o.subtitleGroups,loaded:o.loaded,loadError:o.loadError,fragmentError:o.fragmentError,name:o.name,id:o.id,uri:o.uri,url:o.url,urlId:0,audioGroupIds:o.audioGroupIds,textGroupIds:o.textGroupIds};this.hls.trigger(P.LEVEL_SWITCHING,h);var u=o.details;if(!u||u.live){var d=this.switchParams(o.uri,null==n?void 0:n.details,u);this.loadPlaylist(d)}}}}},{key:"manualLevel",get:function(){return this.manualLevelIndex},set:function(e){this.manualLevelIndex=e,void 0===this._startLevel&&(this._startLevel=e),-1!==e&&(this.level=e)}},{key:"firstLevel",get:function(){return this._firstLevel},set:function(e){this._firstLevel=e}},{key:"startLevel",get:function(){if(void 0===this._startLevel){var e=this.hls.config.startLevel;return void 0!==e?e:this.hls.firstAutoLevel}return this._startLevel},set:function(e){this._startLevel=e}},{key:"pathways",get:function(){return this.steering?this.steering.pathways():[]}},{key:"pathwayPriority",get:function(){return this.steering?this.steering.pathwayPriority:null},set:function(e){if(this.steering){var t=this.steering.pathways(),r=e.filter((function(e){return-1!==t.indexOf(e)}));if(e.length<1)return void this.warn("pathwayPriority "+e+" should contain at least one pathway from list: "+t);this.steering.pathwayPriority=r}}},{key:"nextLoadLevel",get:function(){return-1!==this.manualLevelIndex?this.manualLevelIndex:this.hls.nextAutoLevel},set:function(e){this.level=e,-1===this.manualLevelIndex&&(this.hls.nextAutoLevel=e)}}])}(Ds);function ks(e){var t={};e.forEach((function(e){var r=e.groupId||"";e.id=t[r]=t[r]||0,t[r]++}))}var Ms=[];function Os(e,t,r){if(!((i=t.remuxResult).audio||i.video||i.text||i.id3||i.initSegment))return!1;var i,s=[],n=t.remuxResult,a=n.audio,o=n.video;return a&&xs(s,a),o&&xs(s,o),e.postMessage({event:"transmuxComplete",data:t,instanceNo:r},s),!0}function xs(e,t){t.data1&&e.push(t.data1.buffer),t.data2&&e.push(t.data2.buffer)}function Ns(e,t,r,i){t.reduce((function(t,r){return Os(e,r,i)||t}),!1)||e.postMessage({event:"transmuxComplete",data:t[0],instanceNo:i}),e.postMessage({event:"flush",data:r,instanceNo:i})}function Fs(e,t,r){self.postMessage({event:e,data:t,instanceNo:r})}void 0!==r&&r&&self.addEventListener("message",(function(e){var t=e.data,r=t.instanceNo;if(void 0!==r){var i=Ms[r];if("reset"===t.cmd&&(delete Ms[t.resetNo],i&&i.destroy(),t.cmd="init"),"init"===t.cmd){var s=JSON.parse(t.config),n=new E;n.on(P.FRAG_DECRYPTED,Fs),n.on(P.ERROR,Fs);var a=W(s.debug,t.id);return function(e,t){var r=function(r){e[r]=function(){var e=Array.prototype.join.call(arguments," ");Fs("workerLog",{logType:r,message:e},t)}};for(var i in e)r(i)}(a,r),Ms[r]=new Bi(n,t.typeSupported,s,"",t.id,a),void Fs("init",null,r)}if(i)switch(t.cmd){case"configure":i.configure(t.config);break;case"demux":var o=i.push(t.data,t.decryptdata,t.chunkMeta,t.state);Gi(o)?o.then((function(e){Os(self,e,r)})).catch((function(e){Fs(P.ERROR,{instanceNo:r,type:R.MEDIA_ERROR,details:A.FRAG_PARSING_ERROR,chunkMeta:t.chunkMeta,fatal:!1,error:e,err:e,reason:"transmuxer-worker push error"},r)})):Os(self,o,r);break;case"flush":var l=t.chunkMeta,h=i.flush(l);Gi(h)?h.then((function(e){Ns(self,e,l,r)})).catch((function(e){Fs(P.ERROR,{type:R.MEDIA_ERROR,details:A.FRAG_PARSING_ERROR,chunkMeta:t.chunkMeta,fatal:!1,error:e,err:e,reason:"transmuxer-worker flush error"},r)})):Ns(self,h,l,r)}}}));var Bs="1.6.12",Us={},Gs=0,Hs=function(){function e(e,r,i,s){var n=this;this.error=null,this.hls=void 0,this.id=void 0,this.instanceNo=Gs++,this.observer=void 0,this.frag=null,this.part=null,this.useWorker=void 0,this.workerContext=null,this.transmuxer=null,this.onTransmuxComplete=void 0,this.onFlush=void 0,this.onWorkerMessage=function(e){var t=e.data,r=n.hls;if(r&&null!=t&&t.event&&t.instanceNo===n.instanceNo)switch(t.event){case"init":var i,s=null==(i=n.workerContext)?void 0:i.objectURL;s&&self.URL.revokeObjectURL(s);break;case"transmuxComplete":n.handleTransmuxComplete(t.data);break;case"flush":n.onFlush(t.data);break;case"workerLog":r.logger[t.data.logType]&&r.logger[t.data.logType](t.data.message);break;default:t.data=t.data||{},t.data.frag=n.frag,t.data.part=n.part,t.data.id=n.id,r.trigger(t.event,t.data)}},this.onWorkerError=function(e){if(n.hls){var t=new Error(e.message+" ("+e.filename+":"+e.lineno+")");n.hls.config.enableWorker=!1,n.hls.logger.warn('Error in "'+n.id+'" Web Worker, fallback to inline'),n.hls.trigger(P.ERROR,{type:R.OTHER_ERROR,details:A.INTERNAL_EXCEPTION,fatal:!1,event:"demuxerWorker",error:t})}};var a=e.config;this.hls=e,this.id=r,this.useWorker=!!a.enableWorker,this.onTransmuxComplete=i,this.onFlush=s;var o=function(e,t){(t=t||{}).frag=n.frag||void 0,e===P.ERROR&&(t.parent=n.id,t.part=n.part,n.error=t.error),n.hls.trigger(e,t)};this.observer=new E,this.observer.on(P.FRAG_DECRYPTED,o),this.observer.on(P.ERROR,o);var l=Ve(a.preferManagedMediaSource);if(this.useWorker&&"undefined"!=typeof Worker){var h=this.hls.logger;a.workerPath;try{a.workerPath?(h.log("loading Web Worker "+a.workerPath+' for "'+r+'"'),this.workerContext=function(e){var t=Us[e];if(t)return t.clientCount++,t;var r=new self.URL(e,self.location.href).href,i={worker:new self.Worker(r),scriptURL:r,clientCount:1};return Us[e]=i,i}(a.workerPath)):(h.log('injecting Web Worker for "'+r+'"'),this.workerContext=function(){var e=Us[Bs];if(e)return e.clientCount++,e;var r=new self.Blob(["var exports={};var module={exports:exports};function define(f){f()};define.amd=true;("+t.toString()+")(true);"],{type:"text/javascript"}),i=self.URL.createObjectURL(r),s={worker:new self.Worker(i),objectURL:i,clientCount:1};return Us[Bs]=s,s}());var u=this.workerContext.worker;u.addEventListener("message",this.onWorkerMessage),u.addEventListener("error",this.onWorkerError),u.postMessage({instanceNo:this.instanceNo,cmd:"init",typeSupported:l,id:r,config:Je(a)})}catch(t){h.warn('Error setting up "'+r+'" Web Worker, fallback to inline',t),this.terminateWorker(),this.error=null,this.transmuxer=new Bi(this.observer,l,a,"",r,e.logger)}}else this.transmuxer=new Bi(this.observer,l,a,"",r,e.logger)}var r=e.prototype;return r.reset=function(){if(this.frag=null,this.part=null,this.workerContext){var e=this.instanceNo;this.instanceNo=Gs++;var t=this.hls.config,r=Ve(t.preferManagedMediaSource);this.workerContext.worker.postMessage({instanceNo:this.instanceNo,cmd:"reset",resetNo:e,typeSupported:r,id:this.id,config:Je(t)})}},r.terminateWorker=function(){if(this.workerContext){var e=this.workerContext.worker;this.workerContext=null,e.removeEventListener("message",this.onWorkerMessage),e.removeEventListener("error",this.onWorkerError),function(e){var t=Us[e||Bs];if(t&&1==t.clientCount--){var r=t.worker,i=t.objectURL;delete Us[e||Bs],i&&self.URL.revokeObjectURL(i),r.terminate()}}(this.hls.config.workerPath)}},r.destroy=function(){if(this.workerContext)this.terminateWorker(),this.onWorkerMessage=this.onWorkerError=null;else{var e=this.transmuxer;e&&(e.destroy(),this.transmuxer=null)}var t=this.observer;t&&t.removeAllListeners(),this.frag=null,this.part=null,this.observer=null,this.hls=null},r.push=function(e,t,r,i,s,n,a,o,l,h){var u,d,c=this;l.transmuxing.start=self.performance.now();var f=this.instanceNo,g=this.transmuxer,p=n?n.start:s.start,m=s.decryptdata,v=this.frag,y=!(v&&s.cc===v.cc),E=!(v&&l.level===v.level),S=v?l.sn-v.sn:-1,T=this.part?l.part-this.part.index:-1,_=0===S&&l.id>1&&l.id===(null==v?void 0:v.stats.chunkCount),L=!E&&(1===S||0===S&&(1===T||_&&T<=0)),b=self.performance.now();(E||S||0===s.stats.parsing.start)&&(s.stats.parsing.start=b),!n||!T&&L||(n.stats.parsing.start=b);var R=!(v&&(null==(u=s.initSegment)?void 0:u.url)===(null==(d=v.initSegment)?void 0:d.url)),A=new $i(y,L,o,E,p,R);if(!L||y||R){this.hls.logger.log("[transmuxer-interface]: Starting new transmux session for "+s.type+" sn: "+l.sn+(l.part>-1?" part: "+l.part:"")+" "+(this.id===k?"level":"track")+": "+l.level+" id: "+l.id+"\n discontinuity: "+y+"\n trackSwitch: "+E+"\n contiguous: "+L+"\n accurateTimeOffset: "+o+"\n timeOffset: "+p+"\n initSegmentChange: "+R);var P=new Hi(r,i,t,a,h);this.configureTransmuxer(P)}if(this.frag=s,this.part=n,this.workerContext)this.workerContext.worker.postMessage({instanceNo:f,cmd:"demux",data:e,decryptdata:m,chunkMeta:l,state:A},e instanceof ArrayBuffer?[e]:[]);else if(g){var w=g.push(e,m,l,A);Gi(w)?w.then((function(e){c.handleTransmuxComplete(e)})).catch((function(e){c.transmuxerError(e,l,"transmuxer-interface push error")})):this.handleTransmuxComplete(w)}},r.flush=function(e){var t=this;e.transmuxing.start=self.performance.now();var r=this.instanceNo,i=this.transmuxer;if(this.workerContext)this.workerContext.worker.postMessage({instanceNo:r,cmd:"flush",chunkMeta:e});else if(i){var s=i.flush(e);Gi(s)?s.then((function(r){t.handleFlushResult(r,e)})).catch((function(r){t.transmuxerError(r,e,"transmuxer-interface flush error")})):this.handleFlushResult(s,e)}},r.transmuxerError=function(e,t,r){this.hls&&(this.error=e,this.hls.trigger(P.ERROR,{type:R.MEDIA_ERROR,details:A.FRAG_PARSING_ERROR,chunkMeta:t,frag:this.frag||void 0,part:this.part||void 0,fatal:!1,error:e,err:e,reason:r}))},r.handleFlushResult=function(e,t){var r=this;e.forEach((function(e){r.handleTransmuxComplete(e)})),this.onFlush(t)},r.configureTransmuxer=function(e){var t=this.instanceNo,r=this.transmuxer;this.workerContext?this.workerContext.worker.postMessage({instanceNo:t,cmd:"configure",config:e}):r&&r.configure(e)},r.handleTransmuxComplete=function(e){e.chunkMeta.transmuxing.end=self.performance.now(),this.onTransmuxComplete(e)},e}();function $s(){return self.SourceBuffer||self.WebKitSourceBuffer}function Ws(){if(!Y())return!1;var e=$s();return!e||e.prototype&&"function"==typeof e.prototype.appendBuffer&&"function"==typeof e.prototype.remove}var Vs=function(e){function t(t,r,i){var s;return(s=e.call(this,t,r,i,"stream-controller",k)||this).audioCodecSwap=!1,s.level=-1,s._forceStartLoad=!1,s._hasEnoughToStart=!1,s.altAudio=0,s.audioOnly=!1,s.fragPlaying=null,s.fragLastKbps=0,s.couldBacktrack=!1,s.backtrackFragment=null,s.audioCodecSwitch=!1,s.videoBuffer=null,s.onMediaPlaying=function(){s.tick()},s.onMediaSeeked=function(){var e=s.media,t=e?e.currentTime:null;if(null!==t&&_(t)&&(s.log("Media seeked to "+t.toFixed(3)),s.getBufferedFrag(t))){var r=s.getFwdBufferInfoAtPos(e,t,k,0);null!==r&&0!==r.len?s.tick():s.warn("Main forward buffer length at "+t+' on "seeked" event '+(r?r.len:"empty")+")")}},s.registerListeners(),s}o(t,e);var r=t.prototype;return r.registerListeners=function(){e.prototype.registerListeners.call(this);var t=this.hls;t.on(P.MANIFEST_PARSED,this.onManifestParsed,this),t.on(P.LEVEL_LOADING,this.onLevelLoading,this),t.on(P.LEVEL_LOADED,this.onLevelLoaded,this),t.on(P.FRAG_LOAD_EMERGENCY_ABORTED,this.onFragLoadEmergencyAborted,this),t.on(P.AUDIO_TRACK_SWITCHING,this.onAudioTrackSwitching,this),t.on(P.AUDIO_TRACK_SWITCHED,this.onAudioTrackSwitched,this),t.on(P.BUFFER_CREATED,this.onBufferCreated,this),t.on(P.BUFFER_FLUSHED,this.onBufferFlushed,this),t.on(P.LEVELS_UPDATED,this.onLevelsUpdated,this),t.on(P.FRAG_BUFFERED,this.onFragBuffered,this)},r.unregisterListeners=function(){e.prototype.unregisterListeners.call(this);var t=this.hls;t.off(P.MANIFEST_PARSED,this.onManifestParsed,this),t.off(P.LEVEL_LOADED,this.onLevelLoaded,this),t.off(P.FRAG_LOAD_EMERGENCY_ABORTED,this.onFragLoadEmergencyAborted,this),t.off(P.AUDIO_TRACK_SWITCHING,this.onAudioTrackSwitching,this),t.off(P.AUDIO_TRACK_SWITCHED,this.onAudioTrackSwitched,this),t.off(P.BUFFER_CREATED,this.onBufferCreated,this),t.off(P.BUFFER_FLUSHED,this.onBufferFlushed,this),t.off(P.LEVELS_UPDATED,this.onLevelsUpdated,this),t.off(P.FRAG_BUFFERED,this.onFragBuffered,this)},r.onHandlerDestroying=function(){this.onMediaPlaying=this.onMediaSeeked=null,this.unregisterListeners(),e.prototype.onHandlerDestroying.call(this)},r.startLoad=function(e,t){if(this.levels){var r=this.lastCurrentTime,i=this.hls;if(this.stopLoad(),this.setInterval(100),this.level=-1,!this.startFragRequested){var s=i.startLevel;-1===s&&(i.config.testBandwidth&&this.levels.length>1?(s=0,this.bitrateTest=!0):s=i.firstAutoLevel),i.nextLoadLevel=s,this.level=i.loadLevel,this._hasEnoughToStart=!!t}r>0&&-1===e&&!t&&(this.log("Override startPosition with lastCurrentTime @"+r.toFixed(3)),e=r),this.state=ys.IDLE,this.nextLoadPosition=this.lastCurrentTime=e+this.timelineOffset,this.startPosition=t?-1:e,this.tick()}else this._forceStartLoad=!0,this.state=ys.STOPPED},r.stopLoad=function(){this._forceStartLoad=!1,e.prototype.stopLoad.call(this)},r.doTick=function(){switch(this.state){case ys.WAITING_LEVEL:var e=this.levels,t=this.level,r=null==e?void 0:e[t],i=null==r?void 0:r.details;if(i&&(!i.live||this.levelLastLoaded===r&&!this.waitForLive(r))){if(this.waitForCdnTuneIn(i))break;this.state=ys.IDLE;break}if(this.hls.nextLoadLevel!==this.level){this.state=ys.IDLE;break}break;case ys.FRAG_LOADING_WAITING_RETRY:this.checkRetryDate()}this.state===ys.IDLE&&this.doTickIdle(),this.onTickEnd()},r.onTickEnd=function(){var t;e.prototype.onTickEnd.call(this),null!=(t=this.media)&&t.readyState&&!1===this.media.seeking&&(this.lastCurrentTime=this.media.currentTime),this.checkFragmentChanged()},r.doTickIdle=function(){var e=this.hls,t=this.levelLastLoaded,r=this.levels,i=this.media;if(null!==t&&(i||this.primaryPrefetch||!this.startFragRequested&&e.config.startFragPrefetch)&&(!this.altAudio||!this.audioOnly)){var s=this.buffering?e.nextLoadLevel:e.loadLevel;if(null!=r&&r[s]){var n=r[s],a=this.getMainFwdBufferInfo();if(null!==a){var o=this.getLevelDetails();if(o&&this._streamEnded(a,o)){var l={};return 2===this.altAudio&&(l.type="video"),this.hls.trigger(P.BUFFER_EOS,l),void(this.state=ys.ENDED)}if(this.buffering){e.loadLevel!==s&&-1===e.manualLevel&&this.log("Adapting to level "+s+" from level "+this.level),this.level=e.nextLoadLevel=s;var h=n.details;if(!h||this.state===ys.WAITING_LEVEL||this.waitForLive(n))return this.level=s,this.state=ys.WAITING_LEVEL,void(this.startFragRequested=!1);var u=a.len,d=this.getMaxBufferLength(n.maxBitrate);if(!(u>=d)){this.backtrackFragment&&this.backtrackFragment.start>a.end&&(this.backtrackFragment=null);var c=this.backtrackFragment?this.backtrackFragment.start:a.end,f=this.getNextFragment(c,h);if(this.couldBacktrack&&!this.fragPrevious&&f&&se(f)&&this.fragmentTracker.getState(f)!==ts){var g,p=(null!=(g=this.backtrackFragment)?g:f).sn-h.startSN,m=h.fragments[p-1];m&&f.cc===m.cc&&(f=m,this.fragmentTracker.removeFragment(m))}else this.backtrackFragment&&a.len&&(this.backtrackFragment=null);if(f&&this.isLoopLoading(f,c)){if(!f.gap){var v=this.audioOnly&&!this.altAudio?ee:te,y=(v===te?this.videoBuffer:this.mediaBuffer)||this.media;y&&this.afterBufferFlushed(y,v,k)}f=this.getNextFragmentLoopLoading(f,h,a,k,d)}f&&(!f.initSegment||f.initSegment.data||this.bitrateTest||(f=f.initSegment),this.loadFragment(f,n,c))}}}}}},r.loadFragment=function(t,r,i){var s=this.fragmentTracker.getState(t);s===Ji||s===es?se(t)?this.bitrateTest?(this.log("Fragment "+t.sn+" of level "+t.level+" is being downloaded to test bitrate and will not be buffered"),this._loadBitrateTestFrag(t,r)):e.prototype.loadFragment.call(this,t,r,i):this._loadInitSegment(t,r):this.clearTrackerIfNeeded(t)},r.getBufferedFrag=function(e){return this.fragmentTracker.getBufferedFrag(e,k)},r.followingBufferedFrag=function(e){return e?this.getBufferedFrag(e.end+.5):null},r.immediateLevelSwitch=function(){this.abortCurrentFrag(),this.flushMainBuffer(0,Number.POSITIVE_INFINITY)},r.nextLevelSwitch=function(){var e=this.levels,t=this.media;if(null!=t&&t.readyState){var r,i=this.getAppendedFrag(t.currentTime);i&&i.start>1&&this.flushMainBuffer(0,i.start-1);var s=this.getLevelDetails();if(null!=s&&s.live){var n=this.getMainFwdBufferInfo();if(!n||n.len<2*s.targetduration)return}if(!t.paused&&e){var a=e[this.hls.nextLoadLevel],o=this.fragLastKbps;r=o&&this.fragCurrent?this.fragCurrent.duration*a.maxBitrate/(1e3*o)+1:0}else r=0;var l=this.getBufferedFrag(t.currentTime+r);if(l){var h=this.followingBufferedFrag(l);if(h){this.abortCurrentFrag();var u=h.maxStartPTS?h.maxStartPTS:h.start,d=h.duration,c=Math.max(l.end,u+Math.min(Math.max(d-this.config.maxFragLookUpTolerance,d*(this.couldBacktrack?.5:.125)),d*(this.couldBacktrack?.75:.25)));this.flushMainBuffer(c,Number.POSITIVE_INFINITY)}}}},r.abortCurrentFrag=function(){var e=this.fragCurrent;switch(this.fragCurrent=null,this.backtrackFragment=null,e&&(e.abortRequests(),this.fragmentTracker.removeFragment(e)),this.state){case ys.KEY_LOADING:case ys.FRAG_LOADING:case ys.FRAG_LOADING_WAITING_RETRY:case ys.PARSING:case ys.PARSED:this.state=ys.IDLE}this.nextLoadPosition=this.getLoadPosition()},r.flushMainBuffer=function(t,r){e.prototype.flushMainBuffer.call(this,t,r,2===this.altAudio?"video":null)},r.onMediaAttached=function(t,r){e.prototype.onMediaAttached.call(this,t,r);var i=r.media;ms(i,"playing",this.onMediaPlaying),ms(i,"seeked",this.onMediaSeeked)},r.onMediaDetaching=function(t,r){var i=this.media;i&&(vs(i,"playing",this.onMediaPlaying),vs(i,"seeked",this.onMediaSeeked)),this.videoBuffer=null,this.fragPlaying=null,e.prototype.onMediaDetaching.call(this,t,r),r.transferMedia||(this._hasEnoughToStart=!1)},r.onManifestLoading=function(){e.prototype.onManifestLoading.call(this),this.log("Trigger BUFFER_RESET"),this.hls.trigger(P.BUFFER_RESET,void 0),this.couldBacktrack=!1,this.fragLastKbps=0,this.fragPlaying=this.backtrackFragment=null,this.altAudio=0,this.audioOnly=!1},r.onManifestParsed=function(e,t){for(var r,i,s=!1,n=!1,a=0;a<t.levels.length;a++){var o=t.levels[a].audioCodec;o&&(s=s||-1!==o.indexOf("mp4a.40.2"),n=n||-1!==o.indexOf("mp4a.40.5"))}this.audioCodecSwitch=s&&n&&!("function"==typeof(null==(i=$s())||null==(r=i.prototype)?void 0:r.changeType)),this.audioCodecSwitch&&this.log("Both AAC/HE-AAC audio found in levels; declaring level codec as HE-AAC"),this.levels=t.levels,this.startFragRequested=!1},r.onLevelLoading=function(e,t){if(this.levels&&this.state===ys.IDLE){var r=t.levelInfo;(!r.details||r.details.live&&(this.levelLastLoaded!==r||r.details.expired)||this.waitForCdnTuneIn(r.details))&&(this.state=ys.WAITING_LEVEL)}},r.onLevelLoaded=function(e,t){var r,i=this.levels,s=this.startFragRequested,n=t.level,a=t.details,o=a.totalduration;if(i){this.log("Level "+n+" loaded ["+a.startSN+","+a.endSN+"]"+(a.lastPartSn?"[part-"+a.lastPartSn+"-"+a.lastPartIndex+"]":"")+", cc ["+a.startCC+", "+a.endCC+"] duration:"+o);var l=t.levelInfo,h=this.fragCurrent;!h||this.state!==ys.FRAG_LOADING&&this.state!==ys.FRAG_LOADING_WAITING_RETRY||h.level!==t.level&&h.loader&&this.abortCurrentFrag();var u=0;if(a.live||null!=(r=l.details)&&r.live){var d;if(this.checkLiveUpdate(a),a.deltaUpdateFailed)return;u=this.alignPlaylists(a,l.details,null==(d=this.levelLastLoaded)?void 0:d.details)}if(l.details=a,this.levelLastLoaded=l,s||this.setStartPosition(a,u),this.hls.trigger(P.LEVEL_UPDATED,{details:a,level:n}),this.state===ys.WAITING_LEVEL){if(this.waitForCdnTuneIn(a))return;this.state=ys.IDLE}s&&a.live&&this.synchronizeToLiveEdge(a),this.tick()}else this.warn("Levels were reset while loading level "+n)},r.synchronizeToLiveEdge=function(e){var t=this.config,r=this.media;if(r){var i=this.hls.liveSyncPosition,s=this.getLoadPosition(),n=e.fragmentStart,a=e.edge,o=s>=n-t.maxFragLookUpTolerance&&s<=a;if(null!==i&&r.duration>i&&(s<i||!o)){var l=void 0!==t.liveMaxLatencyDuration?t.liveMaxLatencyDuration:t.liveMaxLatencyDurationCount*e.targetduration;if((!o&&r.readyState<4||s<a-l)&&(this._hasEnoughToStart||(this.nextLoadPosition=i),r.readyState))if(this.warn("Playback: "+s.toFixed(3)+" is located too far from the end of live sliding playlist: "+a+", reset currentTime to : "+i.toFixed(3)),"buffered"===this.config.liveSyncMode){var h,u=Et.bufferInfo(r,i,0);if(null==(h=u.buffered)||!h.length)return void(r.currentTime=i);if(u.start<=s)return void(r.currentTime=i);var d=Et.bufferedInfo(u.buffered,s,0).nextStart;d&&(r.currentTime=d)}else r.currentTime=i}}},r._handleFragmentLoadProgress=function(e){var t,r=e.frag,i=e.part,s=e.payload,n=this.levels;if(n){var a=n[r.level];if(a){var o=a.details;if(!o)return this.warn("Dropping fragment "+r.sn+" of level "+r.level+" after level details were reset"),void this.fragmentTracker.removeFragment(r);var l=a.videoCodec,h=o.PTSKnown||!o.live,u=null==(t=r.initSegment)?void 0:t.data,d=this._getAudioCodec(a),c=this.transmuxer=this.transmuxer||new Hs(this.hls,k,this._handleTransmuxComplete.bind(this),this._handleTransmuxerFlush.bind(this)),f=i?i.index:-1,g=-1!==f,p=new cs(r.level,r.sn,r.stats.chunkCount,s.byteLength,f,g),m=this.initPTS[r.cc];c.push(s,u,d,l,r,i,o.totalduration,h,p,m)}else this.warn("Level "+r.level+" not found on progress")}else this.warn("Levels were reset while fragment load was in progress. Fragment "+r.sn+" of level "+r.level+" will not be buffered")},r.onAudioTrackSwitching=function(e,t){var r=this,i=this.hls,s=2===this.altAudio;if(tt(t.url,i))this.altAudio=1;else{if(this.mediaBuffer!==this.media){this.log("Switching on main audio, use media.buffered to schedule main fragment loading"),this.mediaBuffer=this.media;var n=this.fragCurrent;n&&(this.log("Switching to main audio track, cancel main fragment load"),n.abortRequests(),this.fragmentTracker.removeFragment(n)),this.resetTransmuxer(),this.resetLoadingState()}else this.audioOnly&&this.resetTransmuxer();if(s)return this.fragmentTracker.removeAllFragments(),i.once(P.BUFFER_FLUSHED,(function(){r.hls&&r.hls.trigger(P.AUDIO_TRACK_SWITCHED,t)})),void i.trigger(P.BUFFER_FLUSHING,{startOffset:0,endOffset:Number.POSITIVE_INFINITY,type:null});i.trigger(P.AUDIO_TRACK_SWITCHED,t)}},r.onAudioTrackSwitched=function(e,t){var r=tt(t.url,this.hls);if(r){var i=this.videoBuffer;i&&this.mediaBuffer!==i&&(this.log("Switching on alternate audio, use video.buffered to schedule main fragment loading"),this.mediaBuffer=i)}this.altAudio=r?2:0,this.tick()},r.onBufferCreated=function(e,t){var r,i,s=t.tracks,n=!1;for(var a in s){var o=s[a];if("main"===o.id){if(i=a,r=o,"video"===a){var l=s[a];l&&(this.videoBuffer=l.buffer)}}else n=!0}n&&r?(this.log("Alternate track found, use "+i+".buffered to schedule main fragment loading"),this.mediaBuffer=r.buffer):this.mediaBuffer=this.media},r.onFragBuffered=function(e,t){var r=t.frag,i=t.part,s=r.type===k;if(s){if(this.fragContextChanged(r))return this.warn("Fragment "+r.sn+(i?" p: "+i.index:"")+" of level "+r.level+" finished buffering, but was aborted. state: "+this.state),void(this.state===ys.PARSED&&(this.state=ys.IDLE));var n=i?i.stats:r.stats;this.fragLastKbps=Math.round(8*n.total/(n.buffering.end-n.loading.first)),se(r)&&(this.fragPrevious=r),this.fragBufferedComplete(r,i)}var a=this.media;a&&(!this._hasEnoughToStart&&Et.getBuffered(a).length&&(this._hasEnoughToStart=!0,this.seekToStartPos()),s&&this.tick())},r.onError=function(e,t){var r;if(t.fatal)this.state=ys.ERROR;else switch(t.details){case A.FRAG_GAP:case A.FRAG_PARSING_ERROR:case A.FRAG_DECRYPT_ERROR:case A.FRAG_LOAD_ERROR:case A.FRAG_LOAD_TIMEOUT:case A.KEY_LOAD_ERROR:case A.KEY_LOAD_TIMEOUT:this.onFragmentOrKeyLoadError(k,t);break;case A.LEVEL_LOAD_ERROR:case A.LEVEL_LOAD_TIMEOUT:case A.LEVEL_PARSING_ERROR:t.levelRetry||this.state!==ys.WAITING_LEVEL||(null==(r=t.context)?void 0:r.type)!==I||(this.state=ys.IDLE);break;case A.BUFFER_ADD_CODEC_ERROR:case A.BUFFER_APPEND_ERROR:if("main"!==t.parent)return;this.reduceLengthAndFlushBuffer(t)&&this.resetLoadingState();break;case A.BUFFER_FULL_ERROR:if("main"!==t.parent)return;this.reduceLengthAndFlushBuffer(t)&&(!this.config.interstitialsController&&this.config.assetPlayerId?this._hasEnoughToStart=!0:this.flushMainBuffer(0,Number.POSITIVE_INFINITY));break;case A.INTERNAL_EXCEPTION:this.recoverWorkerError(t)}},r.onFragLoadEmergencyAborted=function(){this.state=ys.IDLE,this._hasEnoughToStart||(this.startFragRequested=!1,this.nextLoadPosition=this.lastCurrentTime),this.tickImmediate()},r.onBufferFlushed=function(e,t){var r=t.type;if(r!==ee||!this.altAudio){var i=(r===te?this.videoBuffer:this.mediaBuffer)||this.media;i&&(this.afterBufferFlushed(i,r,k),this.tick())}},r.onLevelsUpdated=function(e,t){this.level>-1&&this.fragCurrent&&(this.level=this.fragCurrent.level,-1===this.level&&this.resetWhenMissingContext(this.fragCurrent)),this.levels=t.levels},r.swapAudioCodec=function(){this.audioCodecSwap=!this.audioCodecSwap},r.seekToStartPos=function(){var e=this.media;if(e){var t=e.currentTime,r=this.startPosition;if(r>=0&&t<r){if(e.seeking)return void this.log("could not seek to "+r+", already seeking at "+t);var i=this.timelineOffset;i&&r&&(r+=i);var s=this.getLevelDetails(),n=Et.getBuffered(e),a=n.length?n.start(0):0,o=a-r,l=Math.max(this.config.maxBufferHole,this.config.maxFragLookUpTolerance);(this.config.startOnSegmentBoundary||o>0&&(o<l||this.loadingParts&&o<2*((null==s?void 0:s.partTarget)||0)))&&(this.log("adjusting start position by "+o+" to match buffer start"),r+=o,this.startPosition=r),t<r&&(this.log("seek to target start position "+r+" from current time "+t+" buffer start "+a),e.currentTime=r)}}},r._getAudioCodec=function(e){var t=this.config.defaultAudioCodec||e.audioCodec;return this.audioCodecSwap&&t&&(this.log("Swapping audio codec"),t=-1!==t.indexOf("mp4a.40.5")?"mp4a.40.2":"mp4a.40.5"),t},r._loadBitrateTestFrag=function(e,t){var r=this;e.bitrateTest=!0,this._doFragLoad(e,t).then((function(e){var i=r.hls,s=null==e?void 0:e.frag;if(s&&!r.fragContextChanged(s)){t.fragmentError=0,r.state=ys.IDLE,r.startFragRequested=!1,r.bitrateTest=!1;var n=s.stats;n.parsing.start=n.parsing.end=n.buffering.start=n.buffering.end=self.performance.now(),i.trigger(P.FRAG_LOADED,e),s.bitrateTest=!1}})).catch((function(t){r.state!==ys.STOPPED&&r.state!==ys.ERROR&&(r.warn(t),r.resetFragmentLoading(e))}))},r._handleTransmuxComplete=function(e){var t=this.playlistType,r=this.hls,i=e.remuxResult,s=e.chunkMeta,n=this.getCurrentContext(s);if(n){var a=n.frag,o=n.part,l=n.level,h=i.video,u=i.text,d=i.id3,c=i.initSegment,f=l.details,g=this.altAudio?void 0:i.audio;if(this.fragContextChanged(a))this.fragmentTracker.removeFragment(a);else{if(this.state=ys.PARSING,c){var p=c.tracks;if(p){var m=a.initSegment||a;if(this.unhandledEncryptionError(c,a))return;this._bufferInitSegment(l,p,m,s),r.trigger(P.FRAG_PARSING_INIT_SEGMENT,{frag:m,id:t,tracks:p})}var v=c.initPTS,y=c.timescale,E=this.initPTS[a.cc];if(_(v)&&(!E||E.baseTime!==v||E.timescale!==y)){var S=c.trackId;this.initPTS[a.cc]={baseTime:v,timescale:y,trackId:S},r.trigger(P.INIT_PTS_FOUND,{frag:a,id:t,initPTS:v,timescale:y,trackId:S})}}if(h&&f){g&&"audiovideo"===h.type&&this.logMuxedErr(a);var T=f.fragments[a.sn-1-f.startSN],L=a.sn===f.startSN,b=!T||a.cc>T.cc;if(!1!==i.independent){var R=h.startPTS,A=h.endPTS,w=h.startDTS,I=h.endDTS;if(o)o.elementaryStreams[h.type]={startPTS:R,endPTS:A,startDTS:w,endDTS:I};else if(h.firstKeyFrame&&h.independent&&1===s.id&&!b&&(this.couldBacktrack=!0),h.dropped&&h.independent){var D=this.getMainFwdBufferInfo(),C=(D?D.end:this.getLoadPosition())+this.config.maxBufferHole,k=h.firstKeyFramePTS?h.firstKeyFramePTS:R;if(!L&&C<k-this.config.maxBufferHole&&!b)return void this.backtrack(a);b&&(a.gap=!0),a.setElementaryStreamInfo(h.type,a.start,A,a.start,I,!0)}else L&&R-(f.appliedTimelineOffset||0)>2&&(a.gap=!0);a.setElementaryStreamInfo(h.type,R,A,w,I),this.backtrackFragment&&(this.backtrackFragment=a),this.bufferFragmentData(h,a,o,s,L||b)}else{if(!L&&!b)return void this.backtrack(a);a.gap=!0}}if(g){var M=g.startPTS,O=g.endPTS,x=g.startDTS,N=g.endDTS;o&&(o.elementaryStreams[ee]={startPTS:M,endPTS:O,startDTS:x,endDTS:N}),a.setElementaryStreamInfo(ee,M,O,x,N),this.bufferFragmentData(g,a,o,s)}if(f&&null!=d&&d.samples.length){var F={id:t,frag:a,details:f,samples:d.samples};r.trigger(P.FRAG_PARSING_METADATA,F)}if(f&&u){var B={id:t,frag:a,details:f,samples:u.samples};r.trigger(P.FRAG_PARSING_USERDATA,B)}}}else this.resetWhenMissingContext(s)},r.logMuxedErr=function(e){this.warn((se(e)?"Media":"Init")+" segment with muxed audiovideo where only video expected: "+e.url)},r._bufferInitSegment=function(e,t,r,i){var s=this;if(this.state===ys.PARSING){this.audioOnly=!!t.audio&&!t.video,this.altAudio&&!this.audioOnly&&(delete t.audio,t.audiovideo&&this.logMuxedErr(r));var n=t.audio,a=t.video,o=t.audiovideo;if(n){var l=e.audioCodec,h=He(n.codec,l);"mp4a"===h&&(h="mp4a.40.5");var u=navigator.userAgent.toLowerCase();if(this.audioCodecSwitch){h&&(h=-1!==h.indexOf("mp4a.40.5")?"mp4a.40.2":"mp4a.40.5");var d=n.metadata;d&&"channelCount"in d&&1!==(d.channelCount||1)&&-1===u.indexOf("firefox")&&(h="mp4a.40.5")}h&&-1!==h.indexOf("mp4a.40.5")&&-1!==u.indexOf("android")&&"audio/mpeg"!==n.container&&(h="mp4a.40.2",this.log("Android: force audio codec to "+h)),l&&l!==h&&this.log('Swapping manifest audio codec "'+l+'" for "'+h+'"'),n.levelCodec=h,n.id=k,this.log("Init audio buffer, container:"+n.container+", codecs[selected/level/parsed]=["+(h||"")+"/"+(l||"")+"/"+n.codec+"]"),delete t.audiovideo}if(a){a.levelCodec=e.videoCodec,a.id=k;var c=a.codec;if(4===(null==c?void 0:c.length))switch(c){case"hvc1":case"hev1":a.codec="hvc1.1.6.L120.90";break;case"av01":a.codec="av01.0.04M.08";break;case"avc1":a.codec="avc1.42e01e"}this.log("Init video buffer, container:"+a.container+", codecs[level/parsed]=["+(e.videoCodec||"")+"/"+c+"]"+(a.codec!==c?" parsed-corrected="+a.codec:"")+(a.supplemental?" supplemental="+a.supplemental:"")),delete t.audiovideo}o&&(this.log("Init audiovideo buffer, container:"+o.container+", codecs[level/parsed]=["+e.codecs+"/"+o.codec+"]"),delete t.video,delete t.audio);var f=Object.keys(t);if(f.length){if(this.hls.trigger(P.BUFFER_CODECS,t),!this.hls)return;f.forEach((function(e){var n=t[e].initSegment;null!=n&&n.byteLength&&s.hls.trigger(P.BUFFER_APPENDING,{type:e,data:n,frag:r,part:null,chunkMeta:i,parent:r.type})}))}this.tickImmediate()}},r.getMainFwdBufferInfo=function(){var e=this.mediaBuffer&&2===this.altAudio?this.mediaBuffer:this.media;return this.getFwdBufferInfo(e,k)},r.backtrack=function(e){this.couldBacktrack=!0,this.backtrackFragment=e,this.resetTransmuxer(),this.flushBufferGap(e),this.fragmentTracker.removeFragment(e),this.fragPrevious=null,this.nextLoadPosition=e.start,this.state=ys.IDLE},r.checkFragmentChanged=function(){var e=this.media,t=null;if(e&&e.readyState>1&&!1===e.seeking){var r=e.currentTime;if(Et.isBuffered(e,r)?t=this.getAppendedFrag(r):Et.isBuffered(e,r+.1)&&(t=this.getAppendedFrag(r+.1)),t){this.backtrackFragment=null;var i=this.fragPlaying,s=t.level;i&&t.sn===i.sn&&i.level===s||(this.fragPlaying=t,this.hls.trigger(P.FRAG_CHANGED,{frag:t}),i&&i.level===s||this.hls.trigger(P.LEVEL_SWITCHED,{level:s}))}}},i(t,[{key:"hasEnoughToStart",get:function(){return this._hasEnoughToStart}},{key:"maxBufferLength",get:function(){var e=this.levels,t=this.level,r=null==e?void 0:e[t];return r?this.getMaxBufferLength(r.maxBitrate):this.config.maxBufferLength}},{key:"nextLevel",get:function(){var e=this.nextBufferedFrag;return e?e.level:-1}},{key:"currentFrag",get:function(){var e;if(this.fragPlaying)return this.fragPlaying;var t=(null==(e=this.media)?void 0:e.currentTime)||this.lastCurrentTime;return _(t)?this.getAppendedFrag(t):null}},{key:"currentProgramDateTime",get:function(){var e,t=(null==(e=this.media)?void 0:e.currentTime)||this.lastCurrentTime;if(_(t)){var r=this.getLevelDetails(),i=this.currentFrag||(r?nt(null,r.fragments,t):null);if(i){var s=i.programDateTime;if(null!==s){var n=s+1e3*(t-i.start);return new Date(n)}}}return null}},{key:"currentLevel",get:function(){var e=this.currentFrag;return e?e.level:-1}},{key:"nextBufferedFrag",get:function(){var e=this.currentFrag;return e?this.followingBufferedFrag(e):null}},{key:"forceStartLoad",get:function(){return this._forceStartLoad}}])}(Es),qs=function(e){function t(t,r){var i;return(i=e.call(this,"key-loader",r)||this).config=void 0,i.keyIdToKeyInfo={},i.emeController=null,i.config=t,i}o(t,e);var r=t.prototype;return r.abort=function(e){for(var t in this.keyIdToKeyInfo){var r=this.keyIdToKeyInfo[t].loader;if(r){var i;if(e&&e!==(null==(i=r.context)?void 0:i.frag.type))return;r.abort()}}},r.detach=function(){for(var e in this.keyIdToKeyInfo){var t=this.keyIdToKeyInfo[e];(t.mediaKeySessionContext||t.decryptdata.isCommonEncryption)&&delete this.keyIdToKeyInfo[e]}},r.destroy=function(){for(var e in this.detach(),this.keyIdToKeyInfo){var t=this.keyIdToKeyInfo[e].loader;t&&t.destroy()}this.keyIdToKeyInfo={}},r.createKeyLoadError=function(e,t,r,i,s){return void 0===t&&(t=A.KEY_LOAD_ERROR),new us({type:R.NETWORK_ERROR,details:t,fatal:!1,frag:e,response:s,error:r,networkDetails:i})},r.loadClear=function(e,t,r){return null},r.load=function(e){var t=this;return!e.decryptdata&&e.encrypted&&this.emeController&&this.config.emeEnabled?this.emeController.selectKeySystemFormat(e).then((function(r){return t.loadInternal(e,r)})):this.loadInternal(e)},r.loadInternal=function(e,t){var r,i,s=e.decryptdata;if(!s){var n=new Error(t?"Expected frag.decryptdata to be defined after setting format "+t:"Missing decryption data on fragment in onKeyLoading (emeEnabled with controller: "+(this.emeController&&this.config.emeEnabled)+")");return Promise.reject(this.createKeyLoadError(e,A.KEY_LOAD_ERROR,n))}var a=s.uri;if(!a)return Promise.reject(this.createKeyLoadError(e,A.KEY_LOAD_ERROR,new Error('Invalid key URI: "'+a+'"')));var o=js(s),l=this.keyIdToKeyInfo[o];if(null!=(r=l)&&r.decryptdata.key)return s.key=l.decryptdata.key,Promise.resolve({frag:e,keyInfo:l});if(this.emeController&&null!=(i=l)&&i.keyLoadPromise)switch(this.emeController.getKeyStatus(l.decryptdata)){case"usable":case"usable-in-future":return l.keyLoadPromise.then((function(t){var r=t.keyInfo;return s.key=r.decryptdata.key,{frag:e,keyInfo:r}}))}switch(this.log((this.keyIdToKeyInfo[o]?"Rel":"L")+"oading"+(s.keyId?" keyId: "+Q(s.keyId):"")+" URI: "+s.uri+" from "+e.type+" "+e.level),l=this.keyIdToKeyInfo[o]={decryptdata:s,keyLoadPromise:null,loader:null,mediaKeySessionContext:null},s.method){case"SAMPLE-AES":case"SAMPLE-AES-CENC":case"SAMPLE-AES-CTR":return"identity"===s.keyFormat?this.loadKeyHTTP(l,e):this.loadKeyEME(l,e);case"AES-128":case"AES-256":case"AES-256-CTR":return this.loadKeyHTTP(l,e);default:return Promise.reject(this.createKeyLoadError(e,A.KEY_LOAD_ERROR,new Error('Key supplied with unsupported METHOD: "'+s.method+'"')))}},r.loadKeyEME=function(e,t){var r={frag:t,keyInfo:e};if(this.emeController&&this.config.emeEnabled){var i=this.emeController.loadKey(r);return(e.keyLoadPromise=i.then((function(t){return e.mediaKeySessionContext=t,r}))).catch((function(r){throw e.keyLoadPromise=null,"data"in r&&(r.data.frag=t),r}))}return Promise.resolve(r)},r.loadKeyHTTP=function(e,t){var r=this,i=this.config,s=new(0,i.loader)(i);return t.keyLoader=e.loader=s,e.keyLoadPromise=new Promise((function(n,a){var o={keyInfo:e,frag:t,responseType:"arraybuffer",url:e.decryptdata.uri},l=i.keyLoadPolicy.default,h={loadPolicy:l,timeout:l.maxLoadTimeMs,maxRetry:0,retryDelay:0,maxRetryDelay:0},d={onSuccess:function(e,t,i,s){var o=i.frag,l=i.keyInfo,h=js(l.decryptdata);if(!o.decryptdata||l!==r.keyIdToKeyInfo[h])return a(r.createKeyLoadError(o,A.KEY_LOAD_ERROR,new Error("after key load, decryptdata unset or changed"),s));l.decryptdata.key=o.decryptdata.key=new Uint8Array(e.data),o.keyLoader=null,l.loader=null,n({frag:o,keyInfo:l})},onError:function(e,i,s,n){r.resetLoader(i),a(r.createKeyLoadError(t,A.KEY_LOAD_ERROR,new Error("HTTP Error "+e.code+" loading key "+e.text),s,u({url:o.url,data:void 0},e)))},onTimeout:function(e,i,s){r.resetLoader(i),a(r.createKeyLoadError(t,A.KEY_LOAD_TIMEOUT,new Error("key loading timed out"),s))},onAbort:function(e,i,s){r.resetLoader(i),a(r.createKeyLoadError(t,A.INTERNAL_ABORTED,new Error("key loading aborted"),s))}};s.load(o,h,d)}))},r.resetLoader=function(e){var t=e.frag,r=e.keyInfo,i=e.url,s=r.loader;t.keyLoader===s&&(t.keyLoader=null,r.loader=null);var n=js(r.decryptdata)||i;delete this.keyIdToKeyInfo[n],s&&s.destroy()},t}(F);function js(e){return e.uri}function zs(e){switch(e.type){case D:return M;case C:return O;default:return k}}function Ks(e,t){var r=e.url;return void 0!==r&&0!==r.indexOf("data:")||(r=t.url),r}var Ys=function(){function e(e){this.hls=void 0,this.loaders=Object.create(null),this.variableList=null,this.onManifestLoaded=this.checkAutostartLoad,this.hls=e,this.registerListeners()}var t=e.prototype;return t.startLoad=function(e){},t.stopLoad=function(){this.destroyInternalLoaders()},t.registerListeners=function(){var e=this.hls;e.on(P.MANIFEST_LOADING,this.onManifestLoading,this),e.on(P.LEVEL_LOADING,this.onLevelLoading,this),e.on(P.AUDIO_TRACK_LOADING,this.onAudioTrackLoading,this),e.on(P.SUBTITLE_TRACK_LOADING,this.onSubtitleTrackLoading,this),e.on(P.LEVELS_UPDATED,this.onLevelsUpdated,this)},t.unregisterListeners=function(){var e=this.hls;e.off(P.MANIFEST_LOADING,this.onManifestLoading,this),e.off(P.LEVEL_LOADING,this.onLevelLoading,this),e.off(P.AUDIO_TRACK_LOADING,this.onAudioTrackLoading,this),e.off(P.SUBTITLE_TRACK_LOADING,this.onSubtitleTrackLoading,this),e.off(P.LEVELS_UPDATED,this.onLevelsUpdated,this)},t.createInternalLoader=function(e){var t=this.hls.config,r=t.pLoader,i=t.loader,s=new(r||i)(t);return this.loaders[e.type]=s,s},t.getInternalLoader=function(e){return this.loaders[e.type]},t.resetInternalLoader=function(e){this.loaders[e]&&delete this.loaders[e]},t.destroyInternalLoaders=function(){for(var e in this.loaders){var t=this.loaders[e];t&&t.destroy(),this.resetInternalLoader(e)}},t.destroy=function(){this.variableList=null,this.unregisterListeners(),this.destroyInternalLoaders()},t.onManifestLoading=function(e,t){var r=t.url;this.variableList=null,this.load({id:null,level:0,responseType:"text",type:w,url:r,deliveryDirectives:null,levelOrTrack:null})},t.onLevelLoading=function(e,t){var r=t.id,i=t.level,s=t.pathwayId,n=t.url,a=t.deliveryDirectives,o=t.levelInfo;this.load({id:r,level:i,pathwayId:s,responseType:"text",type:I,url:n,deliveryDirectives:a,levelOrTrack:o})},t.onAudioTrackLoading=function(e,t){var r=t.id,i=t.groupId,s=t.url,n=t.deliveryDirectives,a=t.track;this.load({id:r,groupId:i,level:null,responseType:"text",type:D,url:s,deliveryDirectives:n,levelOrTrack:a})},t.onSubtitleTrackLoading=function(e,t){var r=t.id,i=t.groupId,s=t.url,n=t.deliveryDirectives,a=t.track;this.load({id:r,groupId:i,level:null,responseType:"text",type:C,url:s,deliveryDirectives:n,levelOrTrack:a})},t.onLevelsUpdated=function(e,t){var r=this.loaders[I];if(r){var i=r.context;i&&!t.levels.some((function(e){return e===i.levelOrTrack}))&&(r.abort(),delete this.loaders[I])}},t.load=function(e){var t,r,i,s=this,a=this.hls.config,o=this.getInternalLoader(e);if(o){var l=this.hls.logger,h=o.context;if(h&&h.levelOrTrack===e.levelOrTrack&&(h.url===e.url||h.deliveryDirectives&&!e.deliveryDirectives))return void(h.url===e.url?l.log("[playlist-loader]: ignore "+e.url+" ongoing request"):l.log("[playlist-loader]: ignore "+e.url+" in favor of "+h.url));l.log("[playlist-loader]: aborting previous loader for type: "+e.type),o.abort()}if(r=e.type===w?a.manifestLoadPolicy.default:n({},a.playlistLoadPolicy.default,{timeoutRetry:null,errorRetry:null}),o=this.createInternalLoader(e),_(null==(t=e.deliveryDirectives)?void 0:t.part)&&(e.type===I&&null!==e.level?i=this.hls.levels[e.level].details:e.type===D&&null!==e.id?i=this.hls.audioTracks[e.id].details:e.type===C&&null!==e.id&&(i=this.hls.subtitleTracks[e.id].details),i)){var u=i.partTarget,d=i.targetduration;if(u&&d){var c=1e3*Math.max(3*u,.8*d);r=n({},r,{maxTimeToFirstByteMs:Math.min(c,r.maxTimeToFirstByteMs),maxLoadTimeMs:Math.min(c,r.maxTimeToFirstByteMs)})}}var f=r.errorRetry||r.timeoutRetry||{},g={loadPolicy:r,timeout:r.maxLoadTimeMs,maxRetry:f.maxNumRetry||0,retryDelay:f.retryDelayMs||0,maxRetryDelay:f.maxRetryDelayMs||0},p={onSuccess:function(e,t,r,i){var n=s.getInternalLoader(r);s.resetInternalLoader(r.type);var a=e.data;t.parsing.start=performance.now(),Vt.isMediaPlaylist(a)||r.type!==w?s.handleTrackOrLevelPlaylist(e,t,r,i||null,n):s.handleMasterPlaylist(e,t,r,i)},onError:function(e,t,r,i){s.handleNetworkError(t,r,!1,e,i)},onTimeout:function(e,t,r){s.handleNetworkError(t,r,!0,void 0,e)}};o.load(e,g,p)},t.checkAutostartLoad=function(){if(this.hls){var e=this.hls,t=e.config,r=t.autoStartLoad,i=t.startPosition,s=e.forceStartLoad;(r||s)&&(this.hls.logger.log((r?"auto":"force")+" startLoad with configured startPosition "+i),this.hls.startLoad(i))}},t.handleMasterPlaylist=function(e,t,r,i){var s=this,n=this.hls,a=e.data,o=Ks(e,r),l=Vt.parseMasterPlaylist(a,o);if(l.playlistParsingError)return t.parsing.end=performance.now(),void this.handleManifestParsingError(e,r,l.playlistParsingError,i,t);var h=l.contentSteering,u=l.levels,d=l.sessionData,c=l.sessionKeys,f=l.startTimeOffset,g=l.variableList;this.variableList=g,u.forEach((function(e){var t=e.unknownCodecs;if(t)for(var r=s.hls.config.preferManagedMediaSource,i=e.audioCodec,n=e.videoCodec,a=t.length;a--;){var o=t[a];Me(o,"audio",r)?(e.audioCodec=i=i?i+","+o:o,Ce.audio[i.substring(0,4)]=2,t.splice(a,1)):Me(o,"video",r)&&(e.videoCodec=n=n?n+","+o:o,Ce.video[n.substring(0,4)]=2,t.splice(a,1))}}));var p=Vt.parseMasterPlaylistMedia(a,o,l),m=p.AUDIO,v=void 0===m?[]:m,y=p.SUBTITLES,E=p["CLOSED-CAPTIONS"];v.length&&(v.some((function(e){return!e.url}))||!u[0].audioCodec||u[0].attrs.AUDIO||(this.hls.logger.log("[playlist-loader]: audio codec signaled in quality level, but no embedded audio track signaled, create one"),v.unshift({type:"main",name:"main",groupId:"main",default:!1,autoselect:!1,forced:!1,id:-1,attrs:new It({}),bitrate:0,url:""}))),n.trigger(P.MANIFEST_LOADED,{levels:u,audioTracks:v,subtitles:y,captions:E,contentSteering:h,url:o,stats:t,networkDetails:i,sessionData:d,sessionKeys:c,startTimeOffset:f,variableList:g})},t.handleTrackOrLevelPlaylist=function(e,t,r,i,s){var n=this.hls,a=r.id,o=r.level,l=r.type,h=Ks(e,r),u=_(o)?o:_(a)?a:0,d=zs(r),c=Vt.parseLevelPlaylist(e.data,h,u,d,0,this.variableList);if(l===w){var f={attrs:new It({}),bitrate:0,details:c,name:"",url:h};c.requestScheduled=t.loading.start+or(c,0),n.trigger(P.MANIFEST_LOADED,{levels:[f],audioTracks:[],url:h,stats:t,networkDetails:i,sessionData:null,sessionKeys:null,contentSteering:null,startTimeOffset:null,variableList:null})}t.parsing.end=performance.now(),r.levelDetails=c,this.handlePlaylistLoaded(c,e,t,r,i,s)},t.handleManifestParsingError=function(e,t,r,i,s){this.hls.trigger(P.ERROR,{type:R.NETWORK_ERROR,details:A.MANIFEST_PARSING_ERROR,fatal:t.type===w,url:e.url,err:r,error:r,reason:r.message,response:e,context:t,networkDetails:i,stats:s})},t.handleNetworkError=function(e,t,r,i,s){void 0===r&&(r=!1);var n="A network "+(r?"timeout":"error"+(i?" (status "+i.code+")":""))+" occurred while loading "+e.type;e.type===I?n+=": "+e.level+" id: "+e.id:e.type!==D&&e.type!==C||(n+=" id: "+e.id+' group-id: "'+e.groupId+'"');var a=new Error(n);this.hls.logger.warn("[playlist-loader]: "+n);var o=A.UNKNOWN,l=!1,h=this.getInternalLoader(e);switch(e.type){case w:o=r?A.MANIFEST_LOAD_TIMEOUT:A.MANIFEST_LOAD_ERROR,l=!0;break;case I:o=r?A.LEVEL_LOAD_TIMEOUT:A.LEVEL_LOAD_ERROR,l=!1;break;case D:o=r?A.AUDIO_TRACK_LOAD_TIMEOUT:A.AUDIO_TRACK_LOAD_ERROR,l=!1;break;case C:o=r?A.SUBTITLE_TRACK_LOAD_TIMEOUT:A.SUBTITLE_LOAD_ERROR,l=!1}h&&this.resetInternalLoader(e.type);var d={type:R.NETWORK_ERROR,details:o,fatal:l,url:e.url,loader:h,context:e,error:a,networkDetails:t,stats:s};if(i){var c=(null==t?void 0:t.url)||e.url;d.response=u({url:c,data:void 0},i)}this.hls.trigger(P.ERROR,d)},t.handlePlaylistLoaded=function(e,t,r,i,s,n){var a=this.hls,o=i.type,l=i.level,h=i.levelOrTrack,u=i.id,d=i.groupId,c=i.deliveryDirectives,f=Ks(t,i),g=zs(i),p="number"==typeof i.level&&g===k?l:void 0,m=e.playlistParsingError;if(m){if(this.hls.logger.warn(m+" "+e.url),!a.config.ignorePlaylistParsingErrors)return void a.trigger(P.ERROR,{type:R.NETWORK_ERROR,details:A.LEVEL_PARSING_ERROR,fatal:!1,url:f,error:m,reason:m.message,response:t,context:i,level:p,parent:g,networkDetails:s,stats:r});e.playlistParsingError=null}if(e.fragments.length)switch(e.live&&n&&(n.getCacheAge&&(e.ageHeader=n.getCacheAge()||0),n.getCacheAge&&!isNaN(e.ageHeader)||(e.ageHeader=0)),o){case w:case I:if(p)if(h){if(h!==a.levels[p]){var v=a.levels.indexOf(h);v>-1&&(p=v)}}else p=0;a.trigger(P.LEVEL_LOADED,{details:e,levelInfo:h||a.levels[0],level:p||0,id:u||0,stats:r,networkDetails:s,deliveryDirectives:c,withoutMultiVariant:o===w});break;case D:a.trigger(P.AUDIO_TRACK_LOADED,{details:e,track:h,id:u||0,groupId:d||"",stats:r,networkDetails:s,deliveryDirectives:c});break;case C:a.trigger(P.SUBTITLE_TRACK_LOADED,{details:e,track:h,id:u||0,groupId:d||"",stats:r,networkDetails:s,deliveryDirectives:c})}else{var y=e.playlistParsingError=new Error("No Segments found in Playlist");a.trigger(P.ERROR,{type:R.NETWORK_ERROR,details:A.LEVEL_EMPTY_ERROR,fatal:!1,url:f,error:y,reason:y.message,response:t,context:i,level:p,parent:g,networkDetails:s,stats:r})}},e}(),Xs={supported:!1,smooth:!1,powerEfficient:!1},Qs={supported:!0,configurations:[],decodingInfoResults:[{supported:!0,powerEfficient:!0,smooth:!0}]};function Js(e,t){if(t<=1)return 1;var r=128e3;return"ec-3"===e?r=768e3:"ac-3"===e&&(r=64e4),Math.min(t/2,r)}function Zs(e){return 1e3*Math.ceil(Math.max(.9*e.bitrate,e.averageBitrate)/1e3)||1}var en=function(){function e(t){void 0===t&&(t={}),this.config=void 0,this.userConfig=void 0,this.logger=void 0,this.coreComponents=void 0,this.networkControllers=void 0,this._emitter=new E,this._autoLevelCapping=-1,this._maxHdcpLevel=null,this.abrController=void 0,this.bufferController=void 0,this.capLevelController=void 0,this.latencyController=void 0,this.levelController=void 0,this.streamController=void 0,this.audioStreamController=void 0,this.subtititleStreamController=void 0,this.audioTrackController=void 0,this.subtitleTrackController=void 0,this.interstitialsController=void 0,this.gapController=void 0,this.emeController=void 0,this.cmcdController=void 0,this._media=null,this._url=null,this._sessionId=void 0,this.triggeringException=void 0,this.started=!1;var r=this.logger=W(t.debug||!1,"Hls instance",t.assetPlayerId),i=this.config=function(e,t,r){if((t.liveSyncDurationCount||t.liveMaxLatencyDurationCount)&&(t.liveSyncDuration||t.liveMaxLatencyDuration))throw new Error("Illegal hls.js config: don't mix up liveSyncDurationCount/liveMaxLatencyDurationCount and liveSyncDuration/liveMaxLatencyDuration");if(void 0!==t.liveMaxLatencyDurationCount&&(void 0===t.liveSyncDurationCount||t.liveMaxLatencyDurationCount<=t.liveSyncDurationCount))throw new Error('Illegal hls.js config: "liveMaxLatencyDurationCount" must be greater than "liveSyncDurationCount"');if(void 0!==t.liveMaxLatencyDuration&&(void 0===t.liveSyncDuration||t.liveMaxLatencyDuration<=t.liveSyncDuration))throw new Error('Illegal hls.js config: "liveMaxLatencyDuration" must be greater than "liveSyncDuration"');var i=Qi(e),s=["TimeOut","MaxRetry","RetryDelay","MaxRetryTimeout"];return["manifest","level","frag"].forEach((function(e){var n=("level"===e?"playlist":e)+"LoadPolicy",a=void 0===t[n],o=[];s.forEach((function(r){var s=e+"Loading"+r,l=t[s];if(void 0!==l&&a){o.push(s);var h=i[n].default;switch(t[n]={default:h},r){case"TimeOut":h.maxLoadTimeMs=l,h.maxTimeToFirstByteMs=l;break;case"MaxRetry":h.errorRetry.maxNumRetry=l,h.timeoutRetry.maxNumRetry=l;break;case"RetryDelay":h.errorRetry.retryDelayMs=l,h.timeoutRetry.retryDelayMs=l;break;case"MaxRetryTimeout":h.errorRetry.maxRetryDelayMs=l,h.timeoutRetry.maxRetryDelayMs=l}}})),o.length&&r.warn('hls.js config: "'+o.join('", "')+'" setting(s) are deprecated, use "'+n+'": '+Je(t[n]))})),u(u({},i),t)}(e.DefaultConfig,t,r);this.userConfig=t,i.progressive&&function(e,t){var r=e.loader;r!==Vi&&r!==Ki?(t.log("[config]: Custom loader detected, cannot enable progressive streaming"),e.progressive=!1):function(){if(self.fetch&&self.AbortController&&self.ReadableStream&&self.Request)try{return new self.ReadableStream({}),!0}catch(e){}return!1}()&&(e.loader=Vi,e.progressive=!0,e.enableSoftwareAES=!0,t.log("[config]: Progressive streaming enabled, using FetchLoader"))}(i,r);var s=i.abrController,n=i.bufferController,a=i.capLevelController,o=i.errorController,l=i.fpsController,h=new o(this),d=this.abrController=new s(this),c=new rs(this),f=i.interstitialsController,g=f?this.interstitialsController=new f(this,e):null,p=this.bufferController=new n(this,c),m=this.capLevelController=new a(this),v=new l(this),y=new Ys(this),S=i.contentSteeringController,T=S?new S(this):null,_=this.levelController=new Cs(this,T),L=new ws(this),b=new qs(this.config,this.logger),R=this.streamController=new Vs(this,c,b),A=this.gapController=new Ss(this,c);m.setStreamController(R),v.setStreamController(R);var w=[y,_,R];g&&w.splice(1,0,g),T&&w.splice(1,0,T),this.networkControllers=w;var I=[d,p,A,m,v,L,c];this.audioTrackController=this.createController(i.audioTrackController,w);var D=i.audioStreamController;D&&w.push(this.audioStreamController=new D(this,c,b)),this.subtitleTrackController=this.createController(i.subtitleTrackController,w);var C=i.subtitleStreamController;C&&w.push(this.subtititleStreamController=new C(this,c,b)),this.createController(i.timelineController,I),b.emeController=this.emeController=this.createController(i.emeController,I),this.cmcdController=this.createController(i.cmcdController,I),this.latencyController=this.createController(Is,I),this.coreComponents=I,w.push(h);var k=h.onErrorOut;"function"==typeof k&&this.on(P.ERROR,k,h),this.on(P.MANIFEST_LOADED,y.onManifestLoaded,y)}e.isMSESupported=function(){return Ws()},e.isSupported=function(){return function(){if(!Ws())return!1;var e=Y();return"function"==typeof(null==e?void 0:e.isTypeSupported)&&(["avc1.42E01E,mp4a.40.2","av01.0.01M.08","vp09.00.50.08"].some((function(t){return e.isTypeSupported(xe(t,"video"))}))||["mp4a.40.2","fLaC"].some((function(t){return e.isTypeSupported(xe(t,"audio"))})))}()},e.getMediaSource=function(){return Y()};var t=e.prototype;return t.createController=function(e,t){if(e){var r=new e(this);return t&&t.push(r),r}return null},t.on=function(e,t,r){void 0===r&&(r=this),this._emitter.on(e,t,r)},t.once=function(e,t,r){void 0===r&&(r=this),this._emitter.once(e,t,r)},t.removeAllListeners=function(e){this._emitter.removeAllListeners(e)},t.off=function(e,t,r,i){void 0===r&&(r=this),this._emitter.off(e,t,r,i)},t.listeners=function(e){return this._emitter.listeners(e)},t.emit=function(e,t,r){return this._emitter.emit(e,t,r)},t.trigger=function(e,t){if(this.config.debug)return this.emit(e,e,t);try{return this.emit(e,e,t)}catch(t){if(this.logger.error("An internal error happened while handling event "+e+'. Error message: "'+t.message+'". Here is a stacktrace:',t),!this.triggeringException){this.triggeringException=!0;var r=e===P.ERROR;this.trigger(P.ERROR,{type:R.OTHER_ERROR,details:A.INTERNAL_EXCEPTION,fatal:r,event:e,error:t}),this.triggeringException=!1}}return!1},t.listenerCount=function(e){return this._emitter.listenerCount(e)},t.destroy=function(){this.logger.log("destroy"),this.trigger(P.DESTROYING,void 0),this.detachMedia(),this.removeAllListeners(),this._autoLevelCapping=-1,this._url=null,this.networkControllers.forEach((function(e){return e.destroy()})),this.networkControllers.length=0,this.coreComponents.forEach((function(e){return e.destroy()})),this.coreComponents.length=0;var e=this.config;e.xhrSetup=e.fetchSetup=void 0,this.userConfig=null},t.attachMedia=function(e){if(!e||"media"in e&&!e.media){var t=new Error("attachMedia failed: invalid argument ("+e+")");this.trigger(P.ERROR,{type:R.OTHER_ERROR,details:A.ATTACH_MEDIA_ERROR,fatal:!0,error:t})}else{this.logger.log("attachMedia"),this._media&&(this.logger.warn("media must be detached before attaching"),this.detachMedia());var r="media"in e,i=r?e.media:e,s=r?e:{media:i};this._media=i,this.trigger(P.MEDIA_ATTACHING,s)}},t.detachMedia=function(){this.logger.log("detachMedia"),this.trigger(P.MEDIA_DETACHING,{}),this._media=null},t.transferMedia=function(){this._media=null;var e=this.bufferController.transferMedia();return this.trigger(P.MEDIA_DETACHING,{transferMedia:e}),e},t.loadSource=function(e){this.stopLoad();var t=this.media,r=this._url,i=this._url=T.buildAbsoluteURL(self.location.href,e,{alwaysNormalize:!0});this._autoLevelCapping=-1,this._maxHdcpLevel=null,this.logger.log("loadSource:"+i),t&&r&&(r!==i||this.bufferController.hasSourceTypes())&&(this.detachMedia(),this.attachMedia(t)),this.trigger(P.MANIFEST_LOADING,{url:e})},t.startLoad=function(e,t){void 0===e&&(e=-1),this.logger.log("startLoad("+e+(t?", <skip seek to start>":"")+")"),this.started=!0,this.resumeBuffering();for(var r=0;r<this.networkControllers.length&&(this.networkControllers[r].startLoad(e,t),this.started&&this.networkControllers);r++);},t.stopLoad=function(){this.logger.log("stopLoad"),this.started=!1;for(var e=0;e<this.networkControllers.length&&(this.networkControllers[e].stopLoad(),!this.started&&this.networkControllers);e++);},t.resumeBuffering=function(){this.bufferingEnabled||(this.logger.log("resume buffering"),this.networkControllers.forEach((function(e){e.resumeBuffering&&e.resumeBuffering()})))},t.pauseBuffering=function(){this.bufferingEnabled&&(this.logger.log("pause buffering"),this.networkControllers.forEach((function(e){e.pauseBuffering&&e.pauseBuffering()})))},t.swapAudioCodec=function(){this.logger.log("swapAudioCodec"),this.streamController.swapAudioCodec()},t.recoverMediaError=function(){this.logger.log("recoverMediaError");var e=this._media,t=null==e?void 0:e.currentTime;this.detachMedia(),e&&(this.attachMedia(e),t&&this.startLoad(t))},t.removeLevel=function(e){this.levelController.removeLevel(e)},t.setAudioOption=function(e){var t;return(null==(t=this.audioTrackController)?void 0:t.setAudioOption(e))||null},t.setSubtitleOption=function(e){var t;return(null==(t=this.subtitleTrackController)?void 0:t.setSubtitleOption(e))||null},t.getMediaDecodingInfo=function(e,t){return void 0===t&&(t=this.allAudioTracks),function(e,t,r,i){void 0===i&&(i={});var s=e.videoCodec;if(!s&&!e.audioCodec||!r)return Promise.resolve(Qs);for(var n=[],a=function(e){var t,r=null==(t=e.videoCodec)?void 0:t.split(","),i=Zs(e),s=e.width||640,n=e.height||480,a=e.frameRate||30,o=e.videoRange.toLowerCase();return r?r.map((function(e){var t={contentType:xe(We(e),"video"),width:s,height:n,bitrate:i,framerate:a};return"sdr"!==o&&(t.transferFunction=o),t})):[]}(e),o=a.length,l=function(e,t,r){var i,s=null==(i=e.audioCodec)?void 0:i.split(","),n=Zs(e);return s&&e.audioGroups?e.audioGroups.reduce((function(e,i){var a,o=i?null==(a=t.groups[i])?void 0:a.tracks:null;return o?o.reduce((function(e,t){if(t.groupId===i){var a=parseFloat(t.channels||"");s.forEach((function(t){var i={contentType:xe(t,"audio"),bitrate:r?Js(t,n):n};a&&(i.channels=""+a),e.push(i)}))}return e}),e):e}),[]):[]}(e,t,o>0),h=l.length,u=o||1*h||1;u--;){var d={type:"media-source"};if(o&&(d.video=a[u%o]),h){d.audio=l[u%h];var c=d.audio.bitrate;d.video&&c&&(d.video.bitrate-=c)}n.push(d)}if(s){var f=navigator.userAgent;if(s.split(",").some((function(e){return Ae(e)}))&&De())return Promise.resolve(function(e,t){return{supported:!1,configurations:t,decodingInfoResults:[Xs],error:e}}(new Error("Overriding Windows Firefox HEVC MediaCapabilities result based on user-agent string: ("+f+")"),n))}return Promise.all(n.map((function(e){var t,s,n,a,o=(s="",n=(t=e).audio,(a=t.video)&&(s+=qe(a.contentType)+"_r"+a.height+"x"+a.width+"f"+Math.ceil(a.framerate)+(a.transferFunction||"sd")+"_"+Math.ceil(a.bitrate/1e5)),n&&(s+=(a?"_":"")+qe(n.contentType)+"_c"+n.channels),s);return i[o]||(i[o]=r.decodingInfo(e))}))).then((function(e){return{supported:!e.some((function(e){return!e.supported})),configurations:n,decodingInfoResults:e}})).catch((function(e){return{supported:!1,configurations:n,decodingInfoResults:[],error:e}}))}(e,et(t),navigator.mediaCapabilities)},i(e,[{key:"url",get:function(){return this._url}},{key:"hasEnoughToStart",get:function(){return this.streamController.hasEnoughToStart}},{key:"startPosition",get:function(){return this.streamController.startPositionValue}},{key:"loadingEnabled",get:function(){return this.started}},{key:"bufferingEnabled",get:function(){return this.streamController.bufferingEnabled}},{key:"inFlightFragments",get:function(){var e,t=((e={})[k]=this.streamController.inFlightFrag,e);return this.audioStreamController&&(t[M]=this.audioStreamController.inFlightFrag),this.subtititleStreamController&&(t[O]=this.subtititleStreamController.inFlightFrag),t}},{key:"sessionId",get:function(){var e=this._sessionId;return e||(e=this._sessionId=function(){try{return crypto.randomUUID()}catch(i){try{var e=URL.createObjectURL(new Blob),t=e.toString();return URL.revokeObjectURL(e),t.slice(t.lastIndexOf("/")+1)}catch(e){var r=(new Date).getTime();return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,(function(e){var t=(r+16*Math.random())%16|0;return r=Math.floor(r/16),("x"==e?t:3&t|8).toString(16)}))}}}()),e}},{key:"levels",get:function(){return this.levelController.levels||[]}},{key:"latestLevelDetails",get:function(){return this.streamController.getLevelDetails()||null}},{key:"loadLevelObj",get:function(){return this.levelController.loadLevelObj}},{key:"currentLevel",get:function(){return this.streamController.currentLevel},set:function(e){this.logger.log("set currentLevel:"+e),this.levelController.manualLevel=e,this.streamController.immediateLevelSwitch()}},{key:"nextLevel",get:function(){return this.streamController.nextLevel},set:function(e){this.logger.log("set nextLevel:"+e),this.levelController.manualLevel=e,this.streamController.nextLevelSwitch()}},{key:"loadLevel",get:function(){return this.levelController.level},set:function(e){this.logger.log("set loadLevel:"+e),this.levelController.manualLevel=e}},{key:"nextLoadLevel",get:function(){return this.levelController.nextLoadLevel},set:function(e){this.levelController.nextLoadLevel=e}},{key:"firstLevel",get:function(){return Math.max(this.levelController.firstLevel,this.minAutoLevel)},set:function(e){this.logger.log("set firstLevel:"+e),this.levelController.firstLevel=e}},{key:"startLevel",get:function(){var e=this.levelController.startLevel;return-1===e&&this.abrController.forcedAutoLevel>-1?this.abrController.forcedAutoLevel:e},set:function(e){this.logger.log("set startLevel:"+e),-1!==e&&(e=Math.max(e,this.minAutoLevel)),this.levelController.startLevel=e}},{key:"capLevelToPlayerSize",get:function(){return this.config.capLevelToPlayerSize},set:function(e){var t=!!e;t!==this.config.capLevelToPlayerSize&&(t?this.capLevelController.startCapping():(this.capLevelController.stopCapping(),this.autoLevelCapping=-1,this.streamController.nextLevelSwitch()),this.config.capLevelToPlayerSize=t)}},{key:"autoLevelCapping",get:function(){return this._autoLevelCapping},set:function(e){this._autoLevelCapping!==e&&(this.logger.log("set autoLevelCapping:"+e),this._autoLevelCapping=e,this.levelController.checkMaxAutoUpdated())}},{key:"bandwidthEstimate",get:function(){var e=this.abrController.bwEstimator;return e?e.getEstimate():NaN},set:function(e){this.abrController.resetEstimator(e)}},{key:"abrEwmaDefaultEstimate",get:function(){var e=this.abrController.bwEstimator;return e?e.defaultEstimate:NaN}},{key:"ttfbEstimate",get:function(){var e=this.abrController.bwEstimator;return e?e.getEstimateTTFB():NaN}},{key:"maxHdcpLevel",get:function(){return this._maxHdcpLevel},set:function(e){(function(e){return je.indexOf(e)>-1})(e)&&this._maxHdcpLevel!==e&&(this._maxHdcpLevel=e,this.levelController.checkMaxAutoUpdated())}},{key:"autoLevelEnabled",get:function(){return-1===this.levelController.manualLevel}},{key:"manualLevel",get:function(){return this.levelController.manualLevel}},{key:"minAutoLevel",get:function(){var e=this.levels,t=this.config.minAutoBitrate;if(!e)return 0;for(var r=e.length,i=0;i<r;i++)if(e[i].maxBitrate>=t)return i;return 0}},{key:"maxAutoLevel",get:function(){var e,t=this.levels,r=this.autoLevelCapping,i=this.maxHdcpLevel;if(e=-1===r&&null!=t&&t.length?t.length-1:r,i)for(var s=e;s--;){var n=t[s].attrs["HDCP-LEVEL"];if(n&&n<=i)return s}return e}},{key:"firstAutoLevel",get:function(){return this.abrController.firstAutoLevel}},{key:"nextAutoLevel",get:function(){return this.abrController.nextAutoLevel},set:function(e){this.abrController.nextAutoLevel=e}},{key:"playingDate",get:function(){return this.streamController.currentProgramDateTime}},{key:"mainForwardBufferInfo",get:function(){return this.streamController.getMainFwdBufferInfo()}},{key:"maxBufferLength",get:function(){return this.streamController.maxBufferLength}},{key:"allAudioTracks",get:function(){var e=this.audioTrackController;return e?e.allAudioTracks:[]}},{key:"audioTracks",get:function(){var e=this.audioTrackController;return e?e.audioTracks:[]}},{key:"audioTrack",get:function(){var e=this.audioTrackController;return e?e.audioTrack:-1},set:function(e){var t=this.audioTrackController;t&&(t.audioTrack=e)}},{key:"allSubtitleTracks",get:function(){var e=this.subtitleTrackController;return e?e.allSubtitleTracks:[]}},{key:"subtitleTracks",get:function(){var e=this.subtitleTrackController;return e?e.subtitleTracks:[]}},{key:"subtitleTrack",get:function(){var e=this.subtitleTrackController;return e?e.subtitleTrack:-1},set:function(e){var t=this.subtitleTrackController;t&&(t.subtitleTrack=e)}},{key:"media",get:function(){return this._media}},{key:"subtitleDisplay",get:function(){var e=this.subtitleTrackController;return!!e&&e.subtitleDisplay},set:function(e){var t=this.subtitleTrackController;t&&(t.subtitleDisplay=e)}},{key:"lowLatencyMode",get:function(){return this.config.lowLatencyMode},set:function(e){this.config.lowLatencyMode=e}},{key:"liveSyncPosition",get:function(){return this.latencyController.liveSyncPosition}},{key:"latency",get:function(){return this.latencyController.latency}},{key:"maxLatency",get:function(){return this.latencyController.maxLatency}},{key:"targetLatency",get:function(){return this.latencyController.targetLatency},set:function(e){this.latencyController.targetLatency=e}},{key:"drift",get:function(){return this.latencyController.drift}},{key:"forceStartLoad",get:function(){return this.streamController.forceStartLoad}},{key:"pathways",get:function(){return this.levelController.pathways}},{key:"pathwayPriority",get:function(){return this.levelController.pathwayPriority},set:function(e){this.levelController.pathwayPriority=e}},{key:"bufferedToEnd",get:function(){var e;return!(null==(e=this.bufferController)||!e.bufferedToEnd)}},{key:"interstitialsManager",get:function(){var e;return(null==(e=this.interstitialsController)?void 0:e.interstitialsManager)||null}}],[{key:"version",get:function(){return Bs}},{key:"Events",get:function(){return P}},{key:"MetadataSchema",get:function(){return Hr}},{key:"ErrorTypes",get:function(){return R}},{key:"ErrorDetails",get:function(){return A}},{key:"DefaultConfig",get:function(){return e.defaultConfig?e.defaultConfig:Xi},set:function(t){e.defaultConfig=t}}])}();return en.defaultConfig=void 0,en},e.exports=i()}(!1)},424:(e,t)=>{"use strict";t.h=s;var r=2147483647;function i(e){if(e>r)throw new RangeError('The value "'+e+'" is invalid for option "size"');var t=new Uint8Array(e);return t.__proto__=s.prototype,t}function s(e,t,r){if("number"==typeof e){if("string"==typeof t)throw new TypeError('The "string" argument must be of type string. Received type number');return o(e)}return n(e,t,r)}function n(e,t,r){if("string"==typeof e)return function(e,t){"string"==typeof t&&""!==t||(t="utf8");if(!s.isEncoding(t))throw new TypeError("Unknown encoding: "+t);var r=0|u(e,t),n=i(r),a=n.write(e,t);a!==r&&(n=n.slice(0,a));return n}(e,t);if(ArrayBuffer.isView(e))return l(e);if(null==e)throw TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);if(v(e,ArrayBuffer)||e&&v(e.buffer,ArrayBuffer))return function(e,t,r){if(t<0||e.byteLength<t)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<t+(r||0))throw new RangeError('"length" is outside of buffer bounds');var i;i=void 0===t&&void 0===r?new Uint8Array(e):void 0===r?new Uint8Array(e,t):new Uint8Array(e,t,r);return i.__proto__=s.prototype,i}(e,t,r);if("number"==typeof e)throw new TypeError('The "value" argument must not be of type number. Received type number');var n=e.valueOf&&e.valueOf();if(null!=n&&n!==e)return s.from(n,t,r);var a=function(e){if(s.isBuffer(e)){var t=0|h(e.length),r=i(t);return 0===r.length||e.copy(r,0,0,t),r}if(void 0!==e.length)return"number"!=typeof e.length||y(e.length)?i(0):l(e);if("Buffer"===e.type&&Array.isArray(e.data))return l(e.data)}(e);if(a)return a;if("undefined"!=typeof Symbol&&null!=Symbol.toPrimitive&&"function"==typeof e[Symbol.toPrimitive])return s.from(e[Symbol.toPrimitive]("string"),t,r);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}function a(e){if("number"!=typeof e)throw new TypeError('"size" argument must be of type number');if(e<0)throw new RangeError('The value "'+e+'" is invalid for option "size"')}function o(e){return a(e),i(e<0?0:0|h(e))}function l(e){for(var t=e.length<0?0:0|h(e.length),r=i(t),s=0;s<t;s+=1)r[s]=255&e[s];return r}function h(e){if(e>=r)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+r.toString(16)+" bytes");return 0|e}function u(e,t){if(s.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||v(e,ArrayBuffer))return e.byteLength;if("string"!=typeof e)throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);var r=e.length,i=arguments.length>2&&!0===arguments[2];if(!i&&0===r)return 0;for(var n=!1;;)switch(t){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":return m(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*r;case"hex":return r>>>1;default:if(n)return i?-1:m(e).length;t=(""+t).toLowerCase(),n=!0}}function d(e,t,r,i){r=Number(r)||0;const s=e.length-r;i?(i=Number(i))>s&&(i=s):i=s;const n=t.length;let a;for(i>n/2&&(i=n/2),a=0;a<i;++a){const i=parseInt(t.substr(2*a,2),16);if(y(i))return a;e[r+a]=i}return a}function c(e,t,r,i){return p(m(t,e.length-r),e,r,i)}function f(e,t,r,i){return p(function(e){const t=[];for(let r=0;r<e.length;++r)t.push(255&e.charCodeAt(r));return t}(t),e,r,i)}function g(e,t,r,i){return p(function(e,t){let r,i,s;const n=[];for(let a=0;a<e.length&&!((t-=2)<0);++a)r=e.charCodeAt(a),i=r>>8,s=r%256,n.push(s),n.push(i);return n}(t,e.length-r),e,r,i)}function p(e,t,r,i){let s;for(s=0;s<i&&!(s+r>=t.length||s>=e.length);++s)t[s+r]=e[s];return s}function m(e,t){var r;t=t||1/0;for(var i=e.length,s=null,n=[],a=0;a<i;++a){if((r=e.charCodeAt(a))>55295&&r<57344){if(!s){if(r>56319){(t-=3)>-1&&n.push(239,191,189);continue}if(a+1===i){(t-=3)>-1&&n.push(239,191,189);continue}s=r;continue}if(r<56320){(t-=3)>-1&&n.push(239,191,189),s=r;continue}r=65536+(s-55296<<10|r-56320)}else s&&(t-=3)>-1&&n.push(239,191,189);if(s=null,r<128){if((t-=1)<0)break;n.push(r)}else if(r<2048){if((t-=2)<0)break;n.push(r>>6|192,63&r|128)}else if(r<65536){if((t-=3)<0)break;n.push(r>>12|224,r>>6&63|128,63&r|128)}else{if(!(r<1114112))throw new Error("Invalid code point");if((t-=4)<0)break;n.push(r>>18|240,r>>12&63|128,r>>6&63|128,63&r|128)}}return n}function v(e,t){return e instanceof t||null!=e&&null!=e.constructor&&null!=e.constructor.name&&e.constructor.name===t.name}function y(e){return e!=e}"undefined"!=typeof Symbol&&null!=Symbol.species&&s[Symbol.species]===s&&Object.defineProperty(s,Symbol.species,{value:null,configurable:!0,enumerable:!1,writable:!1}),s.from=function(e,t,r){return n(e,t,r)},s.prototype.__proto__=Uint8Array.prototype,s.__proto__=Uint8Array,s.alloc=function(e,t,r){return function(e,t,r){return a(e),e<=0?i(e):void 0!==t?"string"==typeof r?i(e).fill(t,r):i(e).fill(t):i(e)}(e,t,r)},s.allocUnsafe=function(e){return o(e)},s.isBuffer=function(e){return null!=e&&!0===e._isBuffer&&e!==s.prototype},s.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},s.concat=function(e,t){if(!Array.isArray(e))throw new TypeError('"list" argument must be an Array of Buffers');if(0===e.length)return s.alloc(0);var r;if(void 0===t)for(t=0,r=0;r<e.length;++r)t+=e[r].length;var i=s.allocUnsafe(t),n=0;for(r=0;r<e.length;++r){var a=e[r];if(v(a,Uint8Array)&&(a=s.from(a)),!s.isBuffer(a))throw new TypeError('"list" argument must be an Array of Buffers');a.copy(i,n),n+=a.length}return i},s.byteLength=u,s.prototype._isBuffer=!0,s.prototype.copy=function(e,t,r,i){if(!s.isBuffer(e))throw new TypeError("argument should be a Buffer");if(r||(r=0),i||0===i||(i=this.length),t>=e.length&&(t=e.length),t||(t=0),i>0&&i<r&&(i=r),i===r)return 0;if(0===e.length||0===this.length)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(r<0||r>=this.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),e.length-t<i-r&&(i=e.length-t+r);var n=i-r;if(this===e&&"function"==typeof Uint8Array.prototype.copyWithin)this.copyWithin(t,r,i);else if(this===e&&r<t&&t<i)for(var a=n-1;a>=0;--a)e[a+t]=this[a+r];else Uint8Array.prototype.set.call(e,this.subarray(r,i),t);return n},s.prototype.write=function(e,t,r,i){if(void 0===t)i="utf8",r=this.length,t=0;else if(void 0===r&&"string"==typeof t)i=t,r=this.length,t=0;else{if(!isFinite(t))throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");t>>>=0,isFinite(r)?(r>>>=0,void 0===i&&(i="utf8")):(i=r,r=void 0)}const s=this.length-t;if((void 0===r||r>s)&&(r=s),e.length>0&&(r<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");let n=!1;for(;;)switch(i){case"hex":return d(this,e,t,r);case"utf8":case"utf-8":return c(this,e,t,r);case"ascii":case"latin1":case"binary":return f(this,e,t,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return g(this,e,t,r);default:if(n)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),n=!0}}},832:function(e,t,r){var i;!function(s){"use strict";function n(e,t){var r=(65535&e)+(65535&t);return(e>>16)+(t>>16)+(r>>16)<<16|65535&r}function a(e,t,r,i,s,a){return n((o=n(n(t,e),n(i,a)))<<(l=s)|o>>>32-l,r);var o,l}function o(e,t,r,i,s,n,o){return a(t&r|~t&i,e,t,s,n,o)}function l(e,t,r,i,s,n,o){return a(t&i|r&~i,e,t,s,n,o)}function h(e,t,r,i,s,n,o){return a(t^r^i,e,t,s,n,o)}function u(e,t,r,i,s,n,o){return a(r^(t|~i),e,t,s,n,o)}function d(e,t){var r,i,s,a,d;e[t>>5]|=128<<t%32,e[14+(t+64>>>9<<4)]=t;var c=1732584193,f=-271733879,g=-1732584194,p=271733878;for(r=0;r<e.length;r+=16)i=c,s=f,a=g,d=p,c=o(c,f,g,p,e[r],7,-680876936),p=o(p,c,f,g,e[r+1],12,-389564586),g=o(g,p,c,f,e[r+2],17,606105819),f=o(f,g,p,c,e[r+3],22,-1044525330),c=o(c,f,g,p,e[r+4],7,-176418897),p=o(p,c,f,g,e[r+5],12,1200080426),g=o(g,p,c,f,e[r+6],17,-1473231341),f=o(f,g,p,c,e[r+7],22,-45705983),c=o(c,f,g,p,e[r+8],7,1770035416),p=o(p,c,f,g,e[r+9],12,-1958414417),g=o(g,p,c,f,e[r+10],17,-42063),f=o(f,g,p,c,e[r+11],22,-1990404162),c=o(c,f,g,p,e[r+12],7,1804603682),p=o(p,c,f,g,e[r+13],12,-40341101),g=o(g,p,c,f,e[r+14],17,-1502002290),c=l(c,f=o(f,g,p,c,e[r+15],22,1236535329),g,p,e[r+1],5,-165796510),p=l(p,c,f,g,e[r+6],9,-1069501632),g=l(g,p,c,f,e[r+11],14,643717713),f=l(f,g,p,c,e[r],20,-373897302),c=l(c,f,g,p,e[r+5],5,-701558691),p=l(p,c,f,g,e[r+10],9,38016083),g=l(g,p,c,f,e[r+15],14,-660478335),f=l(f,g,p,c,e[r+4],20,-405537848),c=l(c,f,g,p,e[r+9],5,568446438),p=l(p,c,f,g,e[r+14],9,-1019803690),g=l(g,p,c,f,e[r+3],14,-187363961),f=l(f,g,p,c,e[r+8],20,1163531501),c=l(c,f,g,p,e[r+13],5,-1444681467),p=l(p,c,f,g,e[r+2],9,-51403784),g=l(g,p,c,f,e[r+7],14,1735328473),c=h(c,f=l(f,g,p,c,e[r+12],20,-1926607734),g,p,e[r+5],4,-378558),p=h(p,c,f,g,e[r+8],11,-2022574463),g=h(g,p,c,f,e[r+11],16,1839030562),f=h(f,g,p,c,e[r+14],23,-35309556),c=h(c,f,g,p,e[r+1],4,-1530992060),p=h(p,c,f,g,e[r+4],11,1272893353),g=h(g,p,c,f,e[r+7],16,-155497632),f=h(f,g,p,c,e[r+10],23,-1094730640),c=h(c,f,g,p,e[r+13],4,681279174),p=h(p,c,f,g,e[r],11,-358537222),g=h(g,p,c,f,e[r+3],16,-722521979),f=h(f,g,p,c,e[r+6],23,76029189),c=h(c,f,g,p,e[r+9],4,-640364487),p=h(p,c,f,g,e[r+12],11,-421815835),g=h(g,p,c,f,e[r+15],16,530742520),c=u(c,f=h(f,g,p,c,e[r+2],23,-995338651),g,p,e[r],6,-198630844),p=u(p,c,f,g,e[r+7],10,1126891415),g=u(g,p,c,f,e[r+14],15,-1416354905),f=u(f,g,p,c,e[r+5],21,-57434055),c=u(c,f,g,p,e[r+12],6,1700485571),p=u(p,c,f,g,e[r+3],10,-1894986606),g=u(g,p,c,f,e[r+10],15,-1051523),f=u(f,g,p,c,e[r+1],21,-2054922799),c=u(c,f,g,p,e[r+8],6,1873313359),p=u(p,c,f,g,e[r+15],10,-30611744),g=u(g,p,c,f,e[r+6],15,-1560198380),f=u(f,g,p,c,e[r+13],21,1309151649),c=u(c,f,g,p,e[r+4],6,-145523070),p=u(p,c,f,g,e[r+11],10,-1120210379),g=u(g,p,c,f,e[r+2],15,718787259),f=u(f,g,p,c,e[r+9],21,-343485551),c=n(c,i),f=n(f,s),g=n(g,a),p=n(p,d);return[c,f,g,p]}function c(e){var t,r="",i=32*e.length;for(t=0;t<i;t+=8)r+=String.fromCharCode(e[t>>5]>>>t%32&255);return r}function f(e){var t,r=[];for(r[(e.length>>2)-1]=void 0,t=0;t<r.length;t+=1)r[t]=0;var i=8*e.length;for(t=0;t<i;t+=8)r[t>>5]|=(255&e.charCodeAt(t/8))<<t%32;return r}function g(e){var t,r,i="0123456789abcdef",s="";for(r=0;r<e.length;r+=1)t=e.charCodeAt(r),s+=i.charAt(t>>>4&15)+i.charAt(15&t);return s}function p(e){return unescape(encodeURIComponent(e))}function m(e){return function(e){return c(d(f(e),8*e.length))}(p(e))}function v(e,t){return function(e,t){var r,i,s=f(e),n=[],a=[];for(n[15]=a[15]=void 0,s.length>16&&(s=d(s,8*e.length)),r=0;r<16;r+=1)n[r]=909522486^s[r],a[r]=1549556828^s[r];return i=d(n.concat(f(t)),512+8*t.length),c(d(a.concat(i),640))}(p(e),p(t))}function y(e,t,r){return t?r?v(t,e):g(v(t,e)):r?m(e):g(m(e))}void 0===(i=function(){return y}.call(t,r,t,e))||(e.exports=i)}()},365:e=>{const t={ANDROID_WEB:"android-web",IOS_WEB:"iOS-web",PC_NATIVE:"PC-web",PC_WEB:"PC-web"};var r={getNetType:function(){let e=(new RegExp("nettype\\/(\\w*)").exec(i())||[,""])[1].toLowerCase();if(!e&&navigator.connection){switch(navigator.connection.type){case"ethernet":e="ethernet";break;case"cellular":e="cellular";break;default:e="wifi"}}return e},getPlatform:function(){return r.isAndroid()||r.isAndroidWebView()?t.ANDROID_WEB:r.isIOS()||r.isIpad()||r.isIOSWebView()?t.IOS_WEB:r.isElectron()?t.PC_NATIVE:t.PC_WEB},isX5:function(){return this.isAndroid()&&/\s(TBS|X5Core)\/[\w\.\-]+/i.test(i())},isPC:function(){return!n(s("os "))&&!n(s("android[/ ]"))},isIOS:function(){return n(s("os "))},isIpad:function(){return i().match(/(ipad)/)||"MacIntel"===navigator.platform&&navigator.maxTouchPoints>1},isAndroid:function(){return n(s("android[/ ]"))},isIOSSafari:function(){return this.isIOS()&&this.isSafari()},isIpadSafari:function(){return this.isIpad()&&this.isSafari()},isElectron:function(){return/electron/i.test(i())},isMobile:function(){return r.isAndroid()||r.isIOS()},isSafari:function(){return/^((?!chrome|android).)*safari/i.test(i())},isFirefox:function(){return/firefox/i.test(i())},isChrome:function(){return/chrome/i.test(i())},isLocalHost:function(){return"localhost"===location.hostname},isAndroidWebView:function(){const e=i();return e.indexOf("wv")>-1&&e.indexOf("android")>-1},isIOSWebView:function(){const e=i();return/\b(ipad|iphone|macintosh).*applewebKit(?!.*safari)/i.test(e)},isWebView:function(){return r.isAndroidWebView()||r.isIOSWebView()},device:t,getBrowser:function(){return r.isX5()?"X5":r.isAndroidWebView()?"Android-WebView":r.isIOSWebView()?"iOS-WebView":r.isChrome()?"Chrome":r.isFirefox()?"Firefox":r.isIpadSafari()?"iPad-Safari":r.isIOSSafari()?"iPhone-Safari":r.isSafari()?"Mac-Safari":"Unknown"}};function i(){return navigator.userAgent.toLowerCase()}function s(e){return""+(new RegExp(e+"(\\d+((\\.|_)\\d+)*)").exec(i())||[,0])[1]||void 0}function n(e){return parseFloat((e||"").replace(/\_/g,"."))||0}e.exports=r}},t={};function r(i){var s=t[i];if(void 0!==s)return s.exports;var n=t[i]={exports:{}};return e[i].call(n.exports,n,n.exports,r),n.exports}r.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var i in t)r.o(t,i)&&!r.o(e,i)&&Object.defineProperty(e,i,{enumerable:!0,get:t[i]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t);var i={};return(()=>{"use strict";r.d(i,{default:()=>Mr});const e={DC_SIGNAL:"SIGNAL",DC_SIGNAL_BATCH:"SIGNAL_BATCH",DC_OPEN:"OPEN",DC_REQUEST:"REQUEST",DC_PIECE_NOT_FOUND:"PIECE_NOT_FOUND",DC_PIECE_ABORT:"PIECE_ABORT",DC_PIECE_CANCEL:"PIECE_CANCEL",DC_CLOSE:"CLOSE",DC_DISCONNECT:"DISCONNECT",DC_RESPONSE:"RESPONSE",DC_ERROR:"ERROR",DC_PIECE:"PIECE",DC_PIECE_DATA:"PIECE_DATA",DC_TIMEOUT:"TIMEOUT",DC_PIECE_ACK:"PIECE_ACK",DC_METADATA:"METADATA",DC_PLAT_ANDROID:"ANDROID",DC_PLAT_IOS:"IOS",DC_PLAT_WEB:"WEB",DC_CHOKE:"CHOKE",DC_UNCHOKE:"UNCHOKE",DC_HAVE:"HAVE",DC_HAVE_REVERSE:"HAVE_REVERSE",DC_LOST:"LOST",DC_GET_PEERS:"GET_PEERS",DC_PEERS:"PEERS",DC_STATS:"STATS",DC_PEER_SIGNAL:"PEER_SIGNAL",DC_PLAYLIST:"PLAYLIST",BM_LOST:"lost",BM_ADDED_SEG_:"BM_ADDED_SEG_",BM_ADDED_SN_:"BM_ADDED_SN_",BM_SEG_ADDED:"BM_SEG_ADDED",BM_FATAL_ERROR:"BM_FATAL_ERROR",FRAG_CHANGED:"FRAG_CHANGED",FRAG_LOADED:"FRAG_LOADED",FRAG_LOADING:"FRAG_LOADING",RESTART_P2P:"RESTART_P2P",EXCEPTION:"exception",SYN_OUTPUT:"SYN_OUTPUT",SYN_ERROR:"SYN_ERROR",SYN_PROGRESS:"SYN_PROGRESS",MEDIA_REBUFFER:"MEDIA_REBUFFER"},t={...e,SW_PLAYLIST:"SW_PLAYLIST",SW_GET_PLAYLIST:"SW_GET_PLAYLIST",SW_GET_MEDIA:"SW_GET_MEDIA",SW_DEBUG:"SW_DEBUG",LEVEL_LOADED:"LEVEL_LOADED",MANIFEST_PARSED:"MANIFEST_PARSED"};var s=r(415),n=r.n(s),a=r(424),o=r(558),l=r.n(o);const h="__PROXY_IDENTIFIER__";const u=64e3;function d(){return!0}function c(e){return new URL(location.href).searchParams.get(e)}function f(e,t,r){const i=new URL(e);return i.searchParams.append(t,r),i.href}function g(){return Date.parse(new Date)/1e3}function p(e,t){return parseInt(Math.random()*(t-e+1)+e,10)}function m(e){return new Promise((t=>setTimeout(t,e)))}function v(){if("object"!=typeof self)return null;var e={RTCPeerConnection:self.RTCPeerConnection||self.mozRTCPeerConnection||self.webkitRTCPeerConnection,RTCSessionDescription:self.RTCSessionDescription||self.mozRTCSessionDescription||self.webkitRTCSessionDescription,RTCIceCandidate:self.RTCIceCandidate||self.mozRTCIceCandidate||self.webkitRTCIceCandidate};return e.RTCPeerConnection&&e.RTCPeerConnection.prototype?e:null}function y(e){const t=a.h.from(e),r=new a.h(e.byteLength);return t.copy(r),r}function E(){return location.protocol.startsWith("https")}function S(e,t,r){if(e.size<=t)return;const i=[...e.keys()];do{const t=i.shift();r&&r(e.get(t)),e.delete(t)}while(e.size>t)}function T(e,t){if(e.size<=t)return;const r=[...e.values()];do{e.delete(r.shift())}while(e.size>t)}function _(e){return e instanceof ArrayBuffer&&0!==e.byteLength}function L(e){if(!e)return{};const t=(e=e.substring(6)).split("-");if(2!==t.length)return{};const r=Number(t[0]),i=t[1]?Number(t[1]):-1;return{rangeStart:r,rangeEnd:i>=0?i+1:void 0}}function b(e){return e.split("?")[0]}function R(){let e=new Date,t=e.getHours(),r=e.getMinutes(),i=e.getSeconds(),s=e.getMilliseconds();return`${t.toString().padStart(2,"0")}:${r.toString().padStart(2,"0")}:${i.toString().padStart(2,"0")}.${s}`}function A(e){return e&&"function"==typeof e}function P(e,t,r,i,s,n){e.sendPartialBuffer(r,i,{from:s,incompletes:n})&&(i.length<r.attachments?function(e,t,r){e.addStreamListener(r,t.remotePeerId,((e,r,i,s,n)=>{i?t.sendMsgPieceAbort(s,r,!0):t.uploading&&t.send(s),n&&(t.uploading=!1)}))}(t,e,!!r.reverse):e.uploading=!1)}const w=e=>0===p(0,1)?[null,e]:[e,null];function I(e,t,r){return 1===e.length?t.length>=1&&r.length>=1?t[0].weight>r[0].weight?[t[0],e[0]]:[e[0],r[0]]:t.length>=1?[t[0],e[0]]:r.length>=1?[e[0],r[0]]:w(e[0]):[t.length>=1?t[0]:null,r.length>=1?r[0]:null]}function D(){const e=performance.now();return{trequest:e,tfirst:0,tload:0,aborted:!1,loaded:0,retry:0,total:0,chunkCount:0,bwEstimate:0,loading:{start:e,first:0,end:0},parsing:{start:0,end:0},buffering:{start:0,first:0,end:0}}}async function C(e){if(crypto.subtle)try{const t=await crypto.subtle.digest("SHA-256",e),r=String.fromCharCode.apply(null,new Uint8Array(t));return btoa(r)}catch(e){}}class k{constructor(e,t){this.target=t,this.type=e}}class M extends k{constructor(e,t){super("error",t),this.message=e.message,this.error=e}}class O extends k{constructor(e=1e3,t="",r){super("close",r),this.code=e,this.reason=t,this.wasClean=!0}}const x=()=>{if("undefined"!=typeof WebSocket)return WebSocket},N={maxReconnectionDelay:1e4,minReconnectionDelay:1e3+4e3*Math.random(),minUptime:5e3,reconnectionDelayGrowFactor:1.3,connectionTimeout:4e3,maxRetries:1/0,maxEnqueuedMessages:1/0,startClosed:!1};class F{constructor(e,t,r={}){this._listeners={error:[],message:[],open:[],close:[]},this.onclose=null,this.onerror=null,this.onmessage=null,this.onopen=null,this._messageQueue=[],this._closeCalled=!1,this._connectLock=!1,this._shouldReconnect=!0,this._retryCount=-1,this._binaryType="blob",this._url=e,this._protocols=t,this._options=r,this._options.startClosed&&(this._shouldReconnect=!1),this._connect(),this._handleOpen=this._handleOpen.bind(this),this._handleClose=this._handleClose.bind(this),this._handleMessage=this._handleMessage.bind(this),this._handleError=this._handleError.bind(this)}static get CONNECTING(){return 0}static get OPEN(){return 1}static get CLOSING(){return 2}static get CLOSED(){return 3}get CONNECTING(){return F.CONNECTING}get OPEN(){return F.OPEN}get CLOSING(){return F.CLOSING}get CLOSED(){return F.CLOSED}get readyState(){return this._ws?this._ws.readyState:this._options.startClosed?F.CLOSED:F.CONNECTING}get url(){return this._ws?this._ws.url:""}close(e=1e3,t){this._closeCalled=!0,this._shouldReconnect=!1,this._clearTimeouts(),this._ws&&this._ws.readyState!==this.CLOSED&&this._ws.close(e,t)}reconnect(e,t){this._shouldReconnect=!0,this._closeCalled=!1,this._retryCount=-1,this._ws&&this._ws.readyState!==this.CLOSED?(this._disconnect(e,t),this._connect()):this._connect()}send(e){if(this._ws&&this._ws.readyState===this.OPEN)this._ws.send(e);else{const{maxEnqueuedMessages:t=N.maxEnqueuedMessages}=this._options;this._messageQueue.length<t&&this._messageQueue.push(e)}}addEventListener(e,t){this._listeners[e]&&this._listeners[e].push(t)}dispatchEvent(e){const t=this._listeners[e.type];if(t)for(const r of t)this._callEventListener(e,r);return!0}removeEventListener(e,t){this._listeners[e]&&(this._listeners[e]=this._listeners[e].filter((e=>e!==t)))}_getNextDelay(){const{reconnectionDelayGrowFactor:e=N.reconnectionDelayGrowFactor,minReconnectionDelay:t=N.minReconnectionDelay,maxReconnectionDelay:r=N.maxReconnectionDelay}=this._options;let i=0;return this._retryCount>0&&(i=t*Math.pow(e,this._retryCount-1),i>r&&(i=r)),i}_wait(){return new Promise((e=>{setTimeout(e,this._getNextDelay())}))}_getNextUrl(e){if("string"==typeof e)return Promise.resolve(e);if("function"==typeof e){const t=e();if("string"==typeof t)return Promise.resolve(t);if(t.then)return t}throw Error("Invalid URL")}_connect(){if(this._connectLock||!this._shouldReconnect)return;this._connectLock=!0;const{maxRetries:e=N.maxRetries,connectionTimeout:t=N.connectionTimeout,WebSocket:r=x()}=this._options;if(!(this._retryCount>=e)){if(this._retryCount++,this._removeListeners(),void 0===(i=r)||!i||2!==i.CLOSING)throw Error("No valid WebSocket class provided");var i;this._wait().then((()=>this._getNextUrl(this._url))).then((e=>{this._closeCalled?this._connectLock=!1:(this._ws=this._protocols?new r(e,this._protocols):new r(e),this._ws.binaryType=this._binaryType,this._connectLock=!1,this._addListeners(),this._connectTimeout=setTimeout((()=>this._handleTimeout()),t))})).catch((e=>{this._connectLock=!1,this._handleError(new M(Error(e.message),this))}))}}_handleTimeout(){this._handleError(new M(Error("TIMEOUT"),this))}_disconnect(e=1e3,t){if(this._clearTimeouts(),this._ws){this._removeListeners();try{this._ws.close(e,t),this._handleClose(new O(e,t,this))}catch(e){}}}_acceptOpen(){this._retryCount=0}_callEventListener(e,t){"handleEvent"in t?t.handleEvent(e):t(e)}_handleOpen(e){const{minUptime:t=N.minUptime}=this._options;clearTimeout(this._connectTimeout),this._uptimeTimeout=setTimeout((()=>this._acceptOpen()),t),this._ws.binaryType=this._binaryType,this._messageQueue.forEach((e=>this._ws.send(e))),this._messageQueue=[],this.onopen&&this.onopen(e),this._listeners.open.forEach((t=>this._callEventListener(e,t)))}_handleMessage(e){this.onmessage&&this.onmessage(e),this._listeners.message.forEach((t=>this._callEventListener(e,t)))}_handleError(e){this._disconnect(void 0,"TIMEOUT"===e.message?"timeout":void 0),this.onerror&&this.onerror(e),this._listeners.error.forEach((t=>this._callEventListener(e,t))),this._connect()}_handleClose(e){this._clearTimeouts(),this._shouldReconnect&&this._connect(),this.onclose&&this.onclose(e),this._listeners.close.forEach((t=>this._callEventListener(e,t)))}_removeListeners(){this._ws&&(this._ws.removeEventListener("open",this._handleOpen),this._ws.removeEventListener("close",this._handleClose),this._ws.removeEventListener("message",this._handleMessage),this._ws.removeEventListener("error",this._handleError))}_addListeners(){this._ws&&(this._ws.addEventListener("open",this._handleOpen),this._ws.addEventListener("close",this._handleClose),this._ws.addEventListener("message",this._handleMessage),this._ws.addEventListener("error",this._handleError))}_clearTimeouts(){clearTimeout(this._connectTimeout),clearTimeout(this._uptimeTimeout)}}const B={debug:3,info:4,warn:5,error:6};class U{constructor(e,t,r,i){this.wsAddr=`${e}?app=${t}&id=${r}&v=${i}`,this.destroyed=!1;try{this._ws=this._init()}catch(e){console.error(e)}}_init(){const e={maxRetries:3,minReconnectionDelay:p(5e3,15e3),maxReconnectionDelay:6e5,maxEnqueuedMessages:200};return new F(this.wsAddr,void 0,e)}send(e,t){if(this.destroyed)return;const r=B[e];this._ws.send(JSON.stringify({records:[{level:r,text:`${R()}: ${t}`}]}))}sendBatch(e){const t=[];for(let r of e)t.push({level:B[r.levelKey],text:r.message});this._ws.send(JSON.stringify({records:t}))}destroy(){this._ws&&(this._ws.close(1e3),this._ws=null,this.destroyed=!0)}}const G=e=>{const t=localStorage.getItem(e);try{const e=JSON.parse(t);return e.value?e.value:e}catch(e){return t}},H=(e,t,r)=>{((e,t)=>{"object"==typeof t&&(t=JSON.stringify(t)),localStorage.setItem(e,t)})(e,{value:t,duration:r,startTime:Date.now()})},$={debug:0,info:1,warn:2,error:3,none:4};const W=class{constructor(e){this.logLevel=e,this.onlineDebug=!1,this.logCache=[];try{console.debug=console.log}catch(e){console.debug=console.info}"debug"!==e&&"info"!==e||(this.logLevel="error"),G("SW_DEBUG")&&(this.logLevel="debug"),!0===e?this.logLevel="warn":!1===e?this.logLevel="none":e in $||(this.logLevel="error"),this.resetLogger()}enableDebug(){this.onlineDebug=!0;for(let e in $)this[e]=console[e];this._hookLogFunc(((e,t)=>{this.logUploader&&this.logUploader.send(e,t)}))}enableReport(e){this.reportUrl=e,this._hookLogFunc(((e,t)=>{this.reportUrl?(this.logCache.push({levelKey:e,message:`${R()}: ${t}`}),this.logCache.length>350&&this.logCache.shift()):this.reporter&&this.reporter.send(e,t)}))}report(e,t,r,i,s=5e3){this.reportUrl&&!this.reporter&&(e&&this.logCache.unshift({levelKey:"info",message:e}),this.reporter=new U(this.reportUrl,t,r,i),this.reporter._ws.addEventListener("open",(()=>{this.reportUrl=void 0,this.reporter.sendBatch(this.logCache),setTimeout((()=>{this.reporter.destroy(),this.reporter=null}),s)}),{once:!0}))}_hookLogFunc(e){for(let t in $){const r=this[t];this[t]=i=>{e(t,i),r(i)}}}setUploader(e){this.logUploader=e}resetLogger(){this.onlineDebug=!1;for(let e in $)$[e]<$[this.logLevel]?this[e]=d:this[e]=console[e]}get isDebugLevel(){return $[this.logLevel]<=2||this.onlineDebug}};let V;const q="function"==typeof queueMicrotask?queueMicrotask.bind(globalThis):e=>(V||(V=Promise.resolve())).then(e).catch((e=>setTimeout((()=>{throw e}),0))),j=65536;function z(e){return e.replace(/a=ice-options:trickle\s\n/g,"")}class K extends(n()){constructor(e){super(),this.channelName=e.initiator?e.channelName:null,this.initiator=e.initiator||!1,this.channelConfig=e.channelConfig||K.channelConfig,this.channelNegotiated=this.channelConfig.negotiated,this.config=Object.assign({},K.config,e.config),this.offerOptions=e.offerOptions||{},this.answerOptions=e.answerOptions||{},this.sdpTransform=e.sdpTransform||(e=>e),this.trickle=void 0===e.trickle||e.trickle,this.allowHalfTrickle=void 0!==e.allowHalfTrickle&&e.allowHalfTrickle,this.iceCompleteTimeout=e.iceCompleteTimeout||5e3,this.destroyed=!1,this.destroying=!1,this._connected=!1,this.remoteAddress=void 0,this.remoteFamily=void 0,this.remotePort=void 0,this.localAddress=void 0,this.localFamily=void 0,this.localPort=void 0,this._wrtc=v(),this._pcReady=!1,this._channelReady=!1,this._iceComplete=!1,this._iceCompleteTimer=null,this._channel=null,this._pendingCandidates=[],this._pendingData=[],this._isNegotiating=!1,this._firstNegotiation=!0,this._batchedNegotiation=!1,this._queuedNegotiation=!1,this._senderMap=new Map,this._closingInterval=null,this._chunk=null,this._cb=null,this._interval=null;try{this._pc=new this._wrtc.RTCPeerConnection(this.config)}catch(e){return void q((()=>this.destroy(e)))}this._pc.oniceconnectionstatechange=()=>{this._onIceStateChange()},this._pc.onicegatheringstatechange=()=>{this._onIceStateChange()},this._pc.onconnectionstatechange=()=>{this._onConnectionStateChange()},this._pc.onsignalingstatechange=()=>{this._onSignalingStateChange()},this._pc.onicecandidate=e=>{this._onIceCandidate(e)},this.initiator||this.channelNegotiated?this._setupData({channel:this._pc.createDataChannel(this.channelName,this.channelConfig)}):this._pc.ondatachannel=e=>{this._setupData(e)},this._needsNegotiation()}get bufferSize(){return this._channel&&this._channel.bufferedAmount||0}get connected(){return this._connected&&"open"===this._channel.readyState}signal(e){if(!this.destroyed&&this._pc){if("string"==typeof e)try{e=JSON.parse(e)}catch(t){e={}}if(e.renegotiate&&this.initiator&&this._needsNegotiation(),e.candidate)if(this._pc.remoteDescription&&this._pc.remoteDescription.type)try{this._addIceCandidate(e.candidate)}catch(e){}else this._pendingCandidates.push(e.candidate);e.sdp&&this._pc.setRemoteDescription(new this._wrtc.RTCSessionDescription(e)).then((()=>{this.destroyed||(this._pendingCandidates.forEach((e=>{try{this._addIceCandidate(e)}catch(e){}})),this._pendingCandidates=[],"offer"===this._pc.remoteDescription.type&&this._createAnswer())})).catch((e=>{e.debug=!0,this.destroy(e)})),e.sdp||e.candidate||e.renegotiate||e.transceiverRequest||this.destroy(new Error("signal() called with invalid signal data"))}}_addIceCandidate(e){const t=new this._wrtc.RTCIceCandidate(e);this._pc.addIceCandidate(t).catch((e=>{var r;!t.address||t.address.endsWith(".local")?(r="Ignoring unsupported ICE candidate.",console.warn(r)):(e.debug=!0,this.destroy(e))}))}send(e){if("string"==typeof e){RTCDataChannel.prototype.send.toString().includes("[native code]")&&this._channel.send(e)}else this._channel.send(e)}_needsNegotiation(){this._batchedNegotiation||(this._batchedNegotiation=!0,q((()=>{this._batchedNegotiation=!1,!this.initiator&&this._firstNegotiation||this.negotiate(),this._firstNegotiation=!1})))}negotiate(){this.initiator?this._isNegotiating?this._queuedNegotiation=!0:setTimeout((()=>{this._createOffer()}),0):this._isNegotiating?this._queuedNegotiation=!0:this.emit("signal",{type:"renegotiate",renegotiate:!0}),this._isNegotiating=!0}destroy(e){this._destroy(e)}_destroy(e){this.destroyed||this.destroying||(this.destroying=!0,q((()=>{if(this.destroyed=!0,this.destroying=!1,this._connected=!1,this._pcReady=!1,this._channelReady=!1,this._senderMap=null,clearInterval(this._closingInterval),this._closingInterval=null,clearInterval(this._interval),this._interval=null,this._chunk=null,this._cb=null,this._channel){try{this._channel.close()}catch(e){}this._channel.onmessage=null,this._channel.onopen=null,this._channel.onclose=null,this._channel.onerror=null}if(this._pc){try{this._pc.close()}catch(e){}this._pc.oniceconnectionstatechange=null,this._pc.onicegatheringstatechange=null,this._pc.onsignalingstatechange=null,this._pc.onicecandidate=null,this._pc.ondatachannel=null}this._pc=null,this._channel=null,e&&this.emit("error",e),this.emit("close")})))}_setupData(e){if(!e.channel)return this.destroy(new Error("Data channel event is missing `channel` property"));this._channel=e.channel,this._channel.binaryType="arraybuffer","number"==typeof this._channel.bufferedAmountLowThreshold&&(this._channel.bufferedAmountLowThreshold=j),this.channelName=this._channel.label,this._channel.onmessage=e=>{this._onChannelMessage(e)},this._channel.onbufferedamountlow=()=>{this._onChannelBufferedAmountLow()},this._channel.onopen=()=>{this._onChannelOpen()},this._channel.onclose=()=>{this._onChannelClose()},this._channel.onerror=e=>{e.debug=!0,this.destroy(e)};let t=!1;this._closingInterval=setInterval((()=>{this._channel&&"closing"===this._channel.readyState?(t&&this._onChannelClose(),t=!0):t=!1}),5e3)}get isBufferedAmountHigh(){return this._channel.bufferedAmount>j}write(e,t){if(this.destroyed)return t(new Error("cannot write after peer is destroyed"));if(this._connected){try{this.send(e)}catch(e){return this.destroy(e)}this.isBufferedAmountHigh?this._cb=t:t(null)}else this._chunk=e,this._cb=t}_startIceCompleteTimeout(){this.destroyed||this._iceCompleteTimer||(this._iceCompleteTimer=setTimeout((()=>{this._iceComplete||(this._iceComplete=!0,this.emit("iceTimeout"),this.emit("_iceComplete"))}),this.iceCompleteTimeout))}_createOffer(){this.destroyed||this._pc.createOffer(this.offerOptions).then((e=>{if(this.destroyed)return;this.trickle||this.allowHalfTrickle||(e.sdp=z(e.sdp)),e.sdp=this.sdpTransform(e.sdp);const t=()=>{if(this.destroyed)return;const t=this._pc.localDescription||e;this.emit("signal",{type:t.type,sdp:t.sdp})};this._pc.setLocalDescription(e).then((()=>{this.destroyed||(this.trickle||this._iceComplete?t():this.once("_iceComplete",t))})).catch((e=>{this.destroy(e)}))})).catch((e=>{this.destroy(e)}))}_createAnswer(){this.destroyed||this._pc.createAnswer(this.answerOptions).then((e=>{if(this.destroyed)return;this.trickle||this.allowHalfTrickle||(e.sdp=z(e.sdp)),e.sdp=this.sdpTransform(e.sdp);const t=()=>{if(this.destroyed)return;const t=this._pc.localDescription||e;this.emit("signal",{type:t.type,sdp:t.sdp})};this._pc.setLocalDescription(e).then((()=>{this.destroyed||(this.trickle||this._iceComplete?t():this.once("_iceComplete",t))})).catch((e=>{this.destroy(e)}))})).catch((e=>{this.destroy(e)}))}_onConnectionStateChange(){this.destroyed||"failed"===this._pc.connectionState&&this.destroy(new Error("Connection failed."))}_onIceStateChange(){if(this.destroyed)return;const e=this._pc.iceConnectionState,t=this._pc.iceGatheringState;this.emit("iceStateChange",e,t),"connected"!==e&&"completed"!==e||(this._pcReady=!0,this._maybeReady()),"failed"===e&&this.destroy(new Error("Ice connection failed.")),"closed"===e&&this.destroy(new Error("Ice connection closed."))}getStats(e){const t=e=>("[object Array]"===Object.prototype.toString.call(e.values)&&e.values.forEach((t=>{Object.assign(e,t)})),e);0===this._pc.getStats.length?this._pc.getStats().then((r=>{const i=[];r.forEach((e=>{i.push(t(e))})),e(null,i)}),(t=>e(t))):this._pc.getStats.length>0?this._pc.getStats((r=>{if(this.destroyed)return;const i=[];r.result().forEach((e=>{const r={};e.names().forEach((t=>{r[t]=e.stat(t)})),r.id=e.id,r.type=e.type,r.timestamp=e.timestamp,i.push(t(r))})),e(null,i)}),(t=>e(t))):e(null,[])}_maybeReady(){if(this._connected||this._connecting||!this._pcReady||!this._channelReady)return;this._connecting=!0;const e=()=>{this.destroyed||this.getStats(((t,r)=>{if(this.destroyed)return;t&&(r=[]);const i={},s={},n={};let a=!1;r.forEach((e=>{"remotecandidate"!==e.type&&"remote-candidate"!==e.type||(i[e.id]=e),"localcandidate"!==e.type&&"local-candidate"!==e.type||(s[e.id]=e),"candidatepair"!==e.type&&"candidate-pair"!==e.type||(n[e.id]=e)}));const o=e=>{a=!0;let t=s[e.localCandidateId];t&&(t.ip||t.address)?(this.localAddress=t.ip||t.address,this.localPort=Number(t.port)):t&&t.ipAddress?(this.localAddress=t.ipAddress,this.localPort=Number(t.portNumber)):"string"==typeof e.googLocalAddress&&(t=e.googLocalAddress.split(":"),this.localAddress=t[0],this.localPort=Number(t[1])),this.localAddress&&(this.localFamily=this.localAddress.includes(":")?"IPv6":"IPv4");let r=i[e.remoteCandidateId];r&&(r.ip||r.address)?(this.remoteAddress=r.ip||r.address,this.remotePort=Number(r.port)):r&&r.ipAddress?(this.remoteAddress=r.ipAddress,this.remotePort=Number(r.portNumber)):"string"==typeof e.googRemoteAddress&&(r=e.googRemoteAddress.split(":"),this.remoteAddress=r[0],this.remotePort=Number(r[1])),this.remoteAddress&&(this.remoteFamily=this.remoteAddress.includes(":")?"IPv6":"IPv4")};if(r.forEach((e=>{"transport"===e.type&&e.selectedCandidatePairId&&o(n[e.selectedCandidatePairId]),("googCandidatePair"===e.type&&"true"===e.googActiveConnection||("candidatepair"===e.type||"candidate-pair"===e.type)&&e.selected)&&o(e)})),a||Object.keys(n).length&&!Object.keys(s).length){if(this._connecting=!1,this._connected=!0,this._chunk){try{this.send(this._chunk)}catch(t){return this.destroy(t)}this._chunk=null;const e=this._cb;this._cb=null,e(null)}"number"!=typeof this._channel.bufferedAmountLowThreshold&&(this._interval=setInterval((()=>this._onInterval()),150),this._interval.unref&&this._interval.unref()),this.emit("connect");for(let e of this._pendingData)this.emit("data",e);this._pendingData=[]}else setTimeout(e,100)}))};e()}_onInterval(){!this._cb||!this._channel||this._channel.bufferedAmount>j||this._onChannelBufferedAmountLow()}_onSignalingStateChange(){this.destroyed||("stable"===this._pc.signalingState&&(this._isNegotiating=!1,this._queuedNegotiation?(this._queuedNegotiation=!1,this._needsNegotiation()):this.emit("negotiated")),this.emit("signalingStateChange",this._pc.signalingState))}_onIceCandidate(e){this.destroyed||(e.candidate&&this.trickle?this.emit("signal",{type:"candidate",candidate:{candidate:e.candidate.candidate,sdpMLineIndex:e.candidate.sdpMLineIndex,sdpMid:e.candidate.sdpMid}}):e.candidate||this._iceComplete||(this._iceComplete=!0,this.emit("_iceComplete")),e.candidate&&this._startIceCompleteTimeout())}_onChannelMessage(e){if(this.destroyed)return;let t=e.data;t instanceof ArrayBuffer&&(t=a.h.from(t)),this._connected?this.emit("data",t):this._pendingData.length<10&&this._pendingData.push(t)}_onChannelBufferedAmountLow(){if(this.destroyed||!this._cb)return;const e=this._cb;this._cb=null,e(null)}_onChannelOpen(){this._connected||this.destroyed||(this._channelReady=!0,this._maybeReady())}_onChannelClose(){this.destroyed||this.destroy()}}K.config={iceServers:[{urls:["stun:stun.l.google.com:19302","stun:global.stun.twilio.com:3478"]}],sdpSemantics:"unified-plan"},K.channelConfig={};const Y=K;class X{constructor(e,t,r,i,s=0,n={}){this.sn=e,this.segId=t,this.data=r,this.fromPeerId=i,this.level=s,this.ext=n}get size(){return this.data.byteLength}get isSequential(){return this.sn>=0}}var Q=r(365),J=r.n(Q);class Z extends(n()){static get defaultPacketSize(){return u}static get VERSION(){return"8"}constructor(e,t,r,i,s,n={}){super(),this.channel=e.fetcher.channelId,this.logger=e.logger,this.config=s,this.isInitiator=i,this.options=n,this.intermediator=n.intermediator||null,this.signalMsgs=[],this.assignPeerId(t,r),this.platform="unknown",this.super=!1,this.mobile=!1,this.mobileWeb=!1,this.mobileNet=!1,this.connected=!1,this.msgQueue=[],this.miss=0,this.notifySet=new Set,this.bufArr=[],this.packetSize=u,this.sendReqQueue=[],this.downloading=!1,this.uploading=!1,this.choked=!1,this.streamListeners=[],this.pieceMsg={},this.datasToSend=[],this.bytesUploaded=0,this.dataWriting=!1,this.timeSendRequest=0,this.timeReceivePiece=0,this.timeSendPiece=0,this.weight=0,this.peersConnected=1,this.uploadSpeed=0,this.currentLevel=0,this.currentPos=0,this.useBackupSignal=!1,this.gotPeersTS=0,this.gotAnswer=!1,this.gotOffer=!1,this.gotSignal=!1,this.sentSignal=!1,this.incomingSignal=[],this.webRTCConfig={};const{stuns:a}=this.options;if(a&&a.length>0){const e=[];a.forEach((t=>{this.logger.info(`use stun ${t}`),e.push({urls:t})})),this.webRTCConfig.iceServers=e}this.config.webRTCConfig&&(this.webRTCConfig={...this.config.webRTCConfig,...this.webRTCConfig}),this.playlistMap=new Map,this._initPeerChannel(),this.notFatalClosed=!1,this.startSN=Number.MAX_SAFE_INTEGER,this.endSN=-1,this._loadedBytes=0}assignPeerId(t,r){this.remotePeerId=r,this.channelId=this.isInitiator?`${t}-${r}`:`${r}-${t}`,r&&this._startTimer(),setTimeout((()=>{this.signalMsgs.length>0&&this.emit(e.DC_SIGNAL_BATCH,this.signalMsgs)}),0)}_startTimer(){this.timeJoin=g(),this.dataExchangeTs=this.timeJoin,this.gotStatsTs=this.timeJoin,this.connTimeout=setTimeout((()=>{const{gotSignal:t,sentSignal:r,signalName:i}=this;this.logger.warn(`dc ${this.channelId} connection timeout, gotSignal ${t} sentSignal ${r} signalName ${i}`),this.emit(e.DC_TIMEOUT,{gotSignal:t,sentSignal:r,data:this.signalMsgs})}),this.isInitiator?15e3:12e3)}get isAvailable(){return this.downloadNum<2&&!this.choked}get isAvailableUrgently(){return!this.downloading&&!this.choked}cancelDownload(t,r,i){return!!this.downloading&&(!(this.bufSN>t)&&(!(this.streamListeners.length>0)&&(this.logger.info(`cancel download ${i} to ${this.remotePeerId} remain packets ${this.remainAttachments}`),this.timeReceivePiece=0,this.sendJson({event:e.DC_PIECE_CANCEL,sn:t,level:r,seg_id:i}))))}addStreamListener(e,t,r){this.streamListeners.push({handler:r,peerId:t})}removeStreamListener(e){this.streamListeners=this.streamListeners.filter((t=>t.peerId!==e||(t.handler(void 0,void 0,!0,"aborted by cancel"),!1)))}_initPeerChannel(){const t=new Y({initiator:this.isInitiator,trickle:this.options.trickle||!1,config:this.webRTCConfig});this._datachannel=t,t.on("error",(t=>{let r=!0;(this.connected||this.notFatalClosed)&&(r=!1);let i=t.message;t.debug&&(i=`${i} raw: ${JSON.stringify(this.incomingSignal)}`),this.emit(e.DC_ERROR,r,i)})),t.on("signal",(t=>{t.candidate&&!t.candidate.candidate||(!this.useBackupSignal&&this.signalMsgs.length<10&&this.signalMsgs.push(t),this.sentSignal=!0,this.emit(e.DC_SIGNAL,t))}));t.on("connect",(()=>{for(this.logger.info(`datachannel CONNECTED from ${this.intermediator?"peer":"server "+this.signalName} to ${this.remotePeerId}`),this.connected=!0,this.incomingSignal=[],clearTimeout(this.connTimeout),this.signalMsgs=[],this.emit(e.DC_OPEN);this.msgQueue.length>0;){let e=this.msgQueue.shift();this.emit(e.event,e)}})),t.on("data",(t=>{const{logger:r}=this;if("string"==typeof t){let i;try{i=JSON.parse(t)}catch(e){return void r.error(e)}if(!i)return void r.error("dc received string is null");if(!this.connected)return void this.msgQueue.push(i);let s,n=i.event;switch(s=n!==e.DC_PLAYLIST&&n!==e.DC_PEER_SIGNAL?`string: ${t}`:`event: ${n}`,r.debug(`datachannel receive ${s} from ${this.remotePeerId}`),n){case e.DC_HAVE:if(this.emit(i.event,i),!i.sn)return;this.config.live||(i.sn<this.startSN&&(this.startSN=i.sn),i.sn>this.endSN&&(this.endSN=i.sn));break;case e.DC_PIECE:this.downloading=!0,this.dataExchangeTs=g(),this.timeReceivePiece=performance.now(),this.pieceMsg=i,this._prepareForBinary(i.attachments,i.seg_id,i.sn,i.size),this.emit(i.event,i);break;case e.DC_PIECE_CANCEL:r.info(`send queue ${this.datasToSend.length}, uploading ${this.uploading}`),this.emit(i.event,i),this.sendMsgPieceAbort("transfer canceled",i.seg_id);break;case e.DC_PIECE_NOT_FOUND:this._sendNextReq()||(this.downloading=!1),this.emit(i.event,i);break;case e.DC_REQUEST:this._handleRequestMsg(i);break;case e.DC_PIECE_ACK:this._handlePieceAck(i.seg_id,i.size,i.miss);break;case e.DC_STATS:this._handleStats(i);break;case e.DC_PLAYLIST:this.config.sharePlaylist&&this._handlePlaylist(i);break;case e.DC_METADATA:this._handleMetadata(i);break;case e.DC_PIECE_ABORT:this.downloading&&(this._notifyDownloadListenersAbort("aborted by upstream peer"),this.emit(e.DC_PIECE_ABORT,i)),this.downloading=!1,this.segId=void 0;break;case e.DC_CHOKE:r.info(`choke peer ${this.remotePeerId}`),this.choked=!0;break;case e.DC_UNCHOKE:r.info(`unchoke peer ${this.remotePeerId}`),this.choked=!1;break;case e.DC_CLOSE:this.emit(i.event,i.fatal||!1);break;default:this.emit(i.event,i)}}else{if(!t)return void r.error("datachannel on data is undefined!");if(!this.downloading){const i=`peer ${this.remotePeerId} not downloading, data size ${t.byteLength} pieceMsg ${JSON.stringify(this.pieceMsg)}`;return r.warn(i),void this.emit(e.DC_ERROR,!1,i)}this._handleBinaryMsg(t)}})),t.once("close",(()=>{this.emit(e.DC_CLOSE,!1)})),t.on("iceStateChange",((t,r)=>{this.connected&&"disconnected"===t&&(this.logger.warn(`${this.remotePeerId} disconnected`),this.emit(e.DC_DISCONNECT))}))}sendJson(t){if(!this.remotePeerId)return!1;t.event!==e.DC_PLAYLIST&&t.event!==e.DC_PEER_SIGNAL?this.logger.debug(`dc bufferSize ${this._datachannel.bufferSize} send ${JSON.stringify(t)} to ${this.remotePeerId}`):this.logger.debug(`dc send event ${t.event} to ${this.remotePeerId}`);const r=JSON.stringify(t);return r.length>u?(this.logger.error("string to send is too large"),!1):this.send(r,!1)}send(e,t=!0){return t?(this.datasToSend.push(e),this.dataWriting||this._sendDataSync(),!0):this.sendImmediately(e)}_sendDataSync(){if(!this._datachannel.connected||0===this.datasToSend.length)return void(this.dataWriting=!1);this.dataWriting=!0;const t=this.datasToSend.shift();t?("string"!=typeof t&&(this.bytesUploaded+=t.byteLength),this._datachannel.write(t,(t=>{if(t)return this.dataWriting=!1,void this.emit(e.DC_ERROR,!1,t.message);this._sendDataSync()}))):this.logger.error("sendDataSync data is undefined!")}sendImmediately(t){if(this._datachannel.connected)try{return this._datachannel.send(t),!0}catch(t){const r=`datachannel ${this.channelId} send data failed, close it`;this.emit(e.DC_ERROR,!1,r)}return!1}sendMsgHave(t,r,i={}){const s=i.reverse||void 0;delete i.reverse,this.sendJson({event:s?e.DC_HAVE_REVERSE:e.DC_HAVE,sn:t,seg_id:r,...i})}sendPieceNotFound(t,r,i={}){this.uploading=!1,this.sendJson({event:e.DC_PIECE_NOT_FOUND,seg_id:r||void 0,sn:t,...i})}sendPeers(t){this.sendJson({event:e.DC_PEERS,peers:t})}sendPeersRequest(){this.sendJson({event:e.DC_GET_PEERS})}sendMsgStats(t,r={}){const i={event:e.DC_STATS,total_conns:t,...r};this.sendJson(i)}sendMsgPlaylist(t,r,i){const s=this.playlistMap.get(t);if(s&&s.seq>=i)return;const n={event:e.DC_PLAYLIST,url:t,data:r,seq:i};this.playlistMap.set(t,{data:r,seq:i}),this.sendJson(n)}sendMsgSignal(t,r,i){return this.sendJson({event:e.DC_PEER_SIGNAL,action:"signal",to_peer_id:t,from_peer_id:r,data:i})}sendMsgSignalReject(t,r,i,s=!1){return this.sendJson({event:e.DC_PEER_SIGNAL,action:"reject",to_peer_id:t,from_peer_id:r,reason:i,fatal:s})}sendMetaData(t,r,i,s,n=!1){this.isInitiator&&(this.timeSendRequest=performance.now()),this.sendJson({event:e.DC_METADATA,field:t,platform:e.DC_PLAT_WEB,mobile:!!J().isMobile(),mobile_net:n,channel:this.channel,version:"2.16.4",sequential:r,peers:i,region:s})}sendPartialBuffer(e,t,r={}){if(!this.sendMsgPiece(e,r))return!1;for(let e=0;e<t.length;e++)this.send(t[e]);return!0}sendMsgPiece(e,t={}){if(!this.uploading)return this.logger.info("not uploading, cancel send buffer"),!1;this.datasToSend=[],this.bytesUploaded=0,e.ext||(e.ext={}),e.ext.from&&t.from&&t.from.length<2500&&(t.from=`${e.ext.from}-${t.from}`),t.incompletes&&e.ext.incompletes&&(t.incompletes+=e.ext.incompletes),t=Object.assign({},e.ext,t);const r={...e,ext:t};return this.sendJson(r)}sendBuffer(t,r,i,s={}){const n=s.reverse||void 0;if(delete s.reverse,!i)return void this.logger.error("sendBuffer payload is undefined!");let a=i.byteLength,o=0,l=0;a%this.packetSize==0?l=a/this.packetSize:(l=Math.floor(a/this.packetSize)+1,o=a%this.packetSize);let h={event:e.DC_PIECE,attachments:l,seg_id:r,sn:t,level:s.level,size:a,reverse:n};if(delete s.level,!this.sendMsgPiece(h,s))return;const u=function(e,t,r,i){let s=[];if(i){let n;for(let i=0;i<r-1;i++)n=e.slice(i*t,(i+1)*t),s.push(n);n=e.slice(e.byteLength-i,e.byteLength),s.push(n)}else{let i;for(let n=0;n<r;n++)i=e.slice(n*t,(n+1)*t),s.push(i)}return s}(i,this.packetSize,l,o);this._sendBufferArray(u,n),this.uploading=!1,this.timeSendPiece=performance.now()}get downloadNum(){return this.downloading?this.sendReqQueue.length+1:0}requestDataById(t,r,i=!1,s={}){const n={event:e.DC_REQUEST,seg_id:t,sn:r,...s,urgent:i};this.downloading?(this.logger.info(`${this.remotePeerId} add req ${t} in queue`),i?this.sendReqQueue.unshift(n):this.sendReqQueue.push(n)):this._realRequestData(n)}requestDataBySN(t,r=!1,i={}){const s={event:e.DC_REQUEST,sn:t,...i,urgent:r};this.downloading?(this.logger.info(`add req ${t} in queue`),r?this.sendReqQueue.unshift(s):this.sendReqQueue.push(s)):this._realRequestData(s)}_sendBufferArray(e,t=!1){const r=t?e.reverse():e;for(let e=0;e<r.length;e++)this.send(r[e])}_realRequestData(e){this.sendJson(e),this.timeSendRequest=performance.now(),this.downloading=!0,this._loadedBytes=0}shouldWaitForRemain(e){return 0!==this.bufArrSize&&(0!==this.timeReceivePiece&&this.currentLoadSpeed()>=this.minRequiredSpeed(e))}close(t){t||(this.notFatalClosed=!0),this.emit(e.DC_CLOSE,t)}receiveSignal(e,t){if("answer"===e.type){if(this.gotAnswer||this.gotOffer)return;this.gotAnswer=!0}else if("offer"===e.type){if(this.gotOffer||this.gotAnswer)return;this.gotOffer=!0}this.gotSignal=!0,t&&this.incomingSignal.push(t),e&&this._datachannel.signal(e)}_notifyDownloadListenersAbort(e){for(let t of this.streamListeners){const{handler:r}=t;r(void 0,void 0,!0,e)}this.streamListeners=[]}destroy(t=!0){this.logger.info(`destroy datachannel ${this.channelId}`),clearTimeout(this.chokeTimer),clearTimeout(this.connTimeout),this._notifyDownloadListenersAbort("upstream peer is closed");let r={event:e.DC_CLOSE,fatal:t};this.sendJson(r),this._datachannel.removeAllListeners(),this.removeAllListeners(),this._datachannel.destroy()}_handleBinaryMsg(t){const{attachments:r,reverse:i}=this.pieceMsg;this.listenerCount(e.DC_RESPONSE)>0&&this.bufArr.push(t),this._loadedBytes+=t.byteLength,this.remainAttachments--;let s=i?this.remainAttachments+1:r-this.remainAttachments;const n=0===this.remainAttachments;if(this.emit(e.DC_PIECE_DATA,this.bufSN,this.segId,t,s,n,this.pieceMsg),this.streamListeners.length>0)for(let e of this.streamListeners){const{handler:r}=e;r(this.bufSN,this.segId,!1,t,n)}if(n){if(this.streamListeners=[],this.timeSendRequest>0)if(this.super)this.weight=1;else{const e=this.expectedSize/(performance.now()-this.timeSendRequest);this.weight=this.weight>0?.6*this.weight+.4*e:e}this.sendJson({event:e.DC_PIECE_ACK,seg_id:this.segId,size:this.expectedSize,miss:this.miss||void 0}),this.timeSendRequest=0,this.timeReceivePiece=0,this._sendNextReq()||(this.downloading=!1),this._handleBinaryData(i)}}_sendNextReq(){if(this.sendReqQueue.length>0){const e=this.sendReqQueue.shift();return this.logger.info(`get msg from sendReqQueue ${JSON.stringify(e)}`),this._realRequestData(e),!0}return!1}_handlePlaylist(e){const{url:t,data:r,seq:i}=e;this.playlistMap.set(t,{data:r,seq:i})}getLatestPlaylist(e,t){if(!this.playlistMap.has(e))return null;const r=this.playlistMap.get(e);return r.seq<=t||r.seq>t+2?null:r}_handleMetadata(t){const{logger:r}=this;if(this.isInitiator){const e=performance.now()-this.timeSendRequest;e>0&&(this.weight=1e5/e,r.info(`handle Metadata from ${this.remotePeerId} initial weight ${this.weight}`)),this.timeSendRequest=0}const i=t.channel;if(this.channel!==i){const t=`peer channel ${i} not matched!`;return r.error(t),void this.emit(e.DC_ERROR,!0,t)}if(t.super){r.info(`got super peer ${this.remotePeerId}`),this.super=!0;const{token:i}=this.config;if(i&&t.token!==i)return void this.emit(e.DC_ERROR,!0,`super peer token ${t.token} not matched!`)}t.region&&(this.region=t.region);switch(t.platform){case e.DC_PLAT_ANDROID:this.platform=e.DC_PLAT_ANDROID;break;case e.DC_PLAT_IOS:this.platform=e.DC_PLAT_IOS;break;case e.DC_PLAT_WEB:this.platform=e.DC_PLAT_WEB}if(this.mobile=t.mobile||!1,this.mobileNet=t.mobile_net||!1,this.mobileWeb=this.mobile&&this.platform===e.DC_PLAT_WEB||!1,this.sequential=t.sequential,r.info(`${this.remotePeerId} platform ${this.platform} sequential ${this.sequential}`),t.peers&&(this.peersConnected+=t.peers,r.info(`${this.remotePeerId} now has ${this.peersConnected} peers`)),this.emit(e.DC_METADATA,t),t.field&&!this.config.live&&t.sequential){const{field:e}=t;if(Array.isArray(e))this._handleField(e);else for(let t in e)this._handleField(e[t])}}_handleField(e){e.forEach((e=>{e>=0&&(e<this.startSN&&(this.startSN=e),e>this.endSN&&(this.endSN=e))}))}_handleStats(e){this.gotStatsTs=g();const t=e.total_conns;t>0&&this.peersConnected!==t&&(this.peersConnected=t,this.logger.info(`${this.remotePeerId} now has ${this.peersConnected} peers`)),e.level&&(this.currentLevel=e.level),e.pos&&(this.currentPos=e.pos)}_handleRequestMsg(t){if(this.dataExchangeTs=g(),this.uploading)return this.logger.warn(`${this.remotePeerId} is uploading when receive request`),void this.sendPieceNotFound(t.sn,t.seg_id,{level:t.level});this.uploading=!0,this.emit(e.DC_REQUEST,t)}_handlePieceAck(t,r,i){0!==this.timeSendPiece&&(this.uploadSpeed=Math.round(r/(performance.now()-this.timeSendPiece)*2),this.timeSendPiece=0,this.logger.info(`${this.remotePeerId} uploadSpeed is ${this.uploadSpeed}`)),i>0&&this.logger.warn(`peer ${this.remotePeerId} miss ${i}`),this.bytesUploaded>0&&this.emit(e.DC_PIECE_ACK,{seg_id:t,size:r})}_prepareForBinary(e,t,r,i){this.bufArr=[],this._loadedBytes=0,this.remainAttachments=e,this.segId=t,this.bufSN=r,this.expectedSize=i}_handleBinaryData(t=!1){if(this.listenerCount(e.DC_RESPONSE)>0){t&&this.bufArr.reverse();let r=a.h.concat(this.bufArr);const i=r.byteLength;if(i===this.expectedSize){let t=r.buffer;const i=new X(this.bufSN,this.segId,t,this.remotePeerId,this.pieceMsg.level);this.emit(e.DC_RESPONSE,i,this.weight)}else this.logger.error(`${this.segId} expectedSize ${this.expectedSize} != byteLength ${i}`)}this.bufArr=[]}checkIfNeedChoke(e=!1){const{logger:t}=this,r=performance.now()-this.timeSendRequest;if((e||!(r<1e3))&&(this.miss++,t.info(`${this.remotePeerId} miss ${this.miss}`),this.miss>=3&&!this.choked)){this.choked=!0;const e=30*this.miss;e<=150?(t.warn(`datachannel ${this.channelId} is choked`),this.chokeTimer=setTimeout((()=>{this.choked=!1,t.warn(`datachannel ${this.channelId} is unchoked`)}),1e3*e)):t.warn(`datachannel ${this.channelId} is choked permanently`)}}get bufArrSize(){return this.downloading?this.pieceMsg.attachments-this.remainAttachments:0}loadtimeout(){const{logger:e,pieceMsg:t}=this;return e.warn(`timeout while downloading from ${this.remotePeerId}, ${this.bufArrSize} of ${t.attachments} packets loaded`),this.checkIfNeedChoke(),!0}sendMsgPieceAbort(t,r,i=!1){const s=this.datasToSend.length;if(!i&&!this.uploading&&0===s)return;this.uploading=!1,this.datasToSend=[],this._handlePieceAck(r,this.bytesUploaded,0),this.bytesUploaded=0;const n={event:e.DC_PIECE_ABORT,reason:`${t}, remains ${s}`};return this.sendJson(n)}loadedBytes(){return this._loadedBytes}currentLoadSpeed(){return 0===this.timeReceivePiece?0:this.loadedBytes()/(performance.now()-this.timeReceivePiece)}minRequiredSpeed(e){return(this.pieceMsg.size-this.loadedBytes())/e}}const ee=Z,te={DPlayer:"dplayer",CBPlayer:"cbplayer",jwplayer:"jwplayer",videojs:"videojs",Clappr:"clappr",ckplayer:"ckplayer",MediaElementPlayer:"mediaelement",MediaElement:"mediaelement",TcPlayer:"tcplayer",flowplayer:"flowplayer",Chimee:"chimee",ChimeePlayer:"chimee",HlsJsPlayer:"xgplayer",fluidPlayer:"fluidplayer",OpenPlayer:"openplayer",Plyr:"plyr",Playerjs:"playerjs",Aliplayer:"aliplayer",shaka:"shakaplayer",RadiantMP:"rmp",bitmovin:"bitmovin"};const re={[e.EXCEPTION]:"onException",serverConnected:"onServerConnected",peerId:"getPeerId",p2pDownloaded:"onP2pDownloaded",p2pUploaded:"onP2pUploaded",httpDownloaded:"onHttpDownloaded",bufferStalled:"onBufferStalled",peers:"getPeersInfo"};class ie extends(n()){constructor(e={}){if(super(),this.p2pEnabled=!(!1===e.p2pEnabled||"0"===c("_p2p")),e.tag&&e.tag.length>20)throw new Error("Tag is too long");if(e.appName&&e.appName.length>30)throw new Error("appName is too long");if(e.appId&&e.appId.length>30)throw new Error("appId is too long");if(e.token&&e.token.length>20)throw new Error("Token is too long");this.segmentLoadCount=0,this.rangeTested=!1,this.trackerTried=!1,this.playerName=function(){let e;for(let t in te)if(self[t]){e=te[t];break}return e}()}resumeTracker(){this.tracker&&!this.trackerTried&&!this.tracker.connected&&this.config.p2pEnabled&&(this.tracker.resumeP2P(),this.trackerTried=!0)}onTrackerResume(e){e.report_url&&this.logger.enableReport(e.report_url)}startRangeRequestTimer(){const{config:e,logger:t}=this;let r=0;const i=()=>{this.curTsUri&&function(e,t,r,i=2e3,s=!1){const n=new XMLHttpRequest;let a=e;return s&&(a=f(e,h,!0)),t=t||"bytes=0-0",new Promise(((s,o)=>{n.open("GET",a,!0),n.responseType="arraybuffer",n.timeout=i,n.onreadystatechange=e=>{if(4===n.readyState){const e=n.status;206===e?s(n.response):o(`status ${e} url ${a} range ${t}`)}},n.onerror=e=>{o("request error")},n.ontimeout=e=>{o("timeout")},n.setRequestHeader("Range",t),r&&r(n,e),n.send()}))}(this.curTsUri,void 0,e.xhrSetup).then((()=>{e.httpRangeSupported=!0,clearTimeout(this.rangeRequestTimer)})).catch((s=>{e.httpRangeSupported=!1,t&&t.warn(s),r<3&&(this.rangeRequestTimer=setTimeout(i,6e4)),r++})).finally((()=>{t&&t.info(`http range is${e.httpRangeSupported?"":" not"} supported`)}))};this.rangeRequestTimer=setTimeout(i,0)}initLogger(){const{config:e}=this;e.showSlogan&&console.log(`%cLet the browsers become your unlimitedly scalable CDN!\n%c${self.atob("aHR0cHM6Ly9zd2FybWNsb3VkLm5ldA==")}`,"color: dodgerblue; padding:20px 0; font-size: x-large","font-size: medium; padding-bottom:15px");const t=new W(e.logLevel);return e.logger=this.logger=t,t}getExtraForStats(){return{}}getExtraForPeersRequest(){const e={};return e.num_want=this._getNumWant(),e}_getNumWant(){const{tracker:e}=this;if(!e.scheduler)return;const t=e.scheduler.peersNum;return t>0&&e.maxConnsActive-t>0?e.maxConnsActive-t:void 0}makeChannelId(e,t){if(!e||"string"!=typeof e){const e="token is required while using customized channelId!";throw console.error(e),new Error(e)}return A(t)?(r,i)=>`${e}-${t(r,i)}`:()=>`${e}-${t}`}makeSignalId(){let e="";const{config:t}=this,r=`wss://${self.atob(function(e){let t="c2lnbmFsY2xvdWQuc3dhcm1jbG91ZC5vcmc=";switch(e){case"hk":t="c2lnbmFsLnN3YXJtY2xvdWQub3Jn";break;case"us":t="b3BlbnNpZ25hbC5zd2FybWNsb3VkLm9yZw==";break;case"cn":t="Z3ouc3dhcm1jbG91ZC5uZXQ="}return t}(t.trackerZone))}`;t.signalConfig&&(t.wsSignalerAddr=t.signalConfig);const{wsSignalerAddr:i}=t;if(i){let s;"object"==typeof i?(i.main||(i.main=r),s=i.main):"string"==typeof i&&(s=i,t.wsSignalerAddr={main:s}),s===r&&(s=void 0),s&&!t.wsSignalerAddr.backup&&(e=l().parseURL(s).netLoc.substring(2))}else t.wsSignalerAddr={main:r,byDefault:!0};return e}get commonBrowserInfo(){const e=J().getPlatform(),t=J().getNetType()||"wifi";this.netType=t;const{main:r,backup:i,byDefault:s}=this.config.wsSignalerAddr||{};return{signal:r,custom_signal:!s||void 0,signal2:i,device:e,netType:t,player:this.playerName}}get isMobileNet(){return"wifi"!==this.netType&&"ethernet"!==this.netType}setupWindowListeners(e){const t=["iPad","iPhone"].indexOf(navigator.platform)>=0?"pagehide":"beforeunload",r=()=>{this.fetcher&&this.fetcher.postStatsWithBeacon(),this.p2pEnabled&&this.disableP2P(),self.removeEventListener(t,r)};e?self.removeEventListener(t,r):self.addEventListener(t,r)}destroy(){clearTimeout(this.rangeRequestTimer),this.disableP2P(!0),this.removeAllListeners(),this.setupWindowListeners(!0)}enableP2P(){return this.p2pEnabled?null:(this.logger&&this.logger.info("enable P2P"),this.config.p2pEnabled=this.p2pEnabled=!0,this.browserInfo?(this._init(this.channel,this.browserInfo),this):null)}get version(){return ie.version}static isSupported(){const e=v();return!(!e||void 0===e.RTCPeerConnection.prototype.createDataChannel)}static get TrackerZone(){return{EU:"eu",HK:"hk",USA:"us",CN:"cn"}}determineHttpLoadTime(e,t,r){this.logger&&this.logger.info(`segments in playlist: ${e.length}, targetDuration: ${t} startSN ${r}`);let i=4;return t<=2?i=1.5:t<=3?i=2:t<=4?i=2.5:t<=5?i=3:t<=6&&(i=3.5),i}emitEvent(e,...t){this.emit(e,...t);const r=re[e];r&&A(this.config[r])&&this.config[r](...t)}}ie.version="2.16.4",ie.protocolVersion=ee.VERSION;const se=ie;function ne(){if(!function(){if("object"==typeof self)return self.ManagedMediaSource||self.MediaSource||self.WebKitMediaSource}())return!1;const e=self.SourceBuffer||self.WebKitSourceBuffer;return!e||e.prototype&&"function"==typeof e.prototype.appendBuffer&&"function"==typeof e.prototype.remove}function ae(e,t){let r;if(e&&("string"==typeof e?(r=document.querySelector(e),oe(r)||(r=function(e){const t=document.getElementById(e);if(oe(t))return t;if(!t)return null;const r=t.getElementsByTagName("*");for(let e=0;e<r.length;e++)if(oe(r[e]))return r[e];return null}(e))):e instanceof HTMLMediaElement&&(r=e)),!r){const e=[...document.getElementsByTagName("video"),...document.getElementsByTagName("audio")];1===e.length?r=e[0]:(t&&(r=e.find((e=>e.src===t))),r||(r=e.find((e=>e.currentTime>0))))}return r}function oe(e){if(!e)return null;const t=e.tagName.toLowerCase();return"video"===t||"audio"===t}function le(e,t,r,i=0,s=0){const n=u;let a=i,o=s||r-1;const l=Math.floor(r/n),h=r%n>0?l+1:l;if(e>=0&&(a+=(e+1)*n),t>=0&&t<h){o-=r%n+(h-t-1)*n}return{rangeStart:a,rangeEnd:o+1}}function he(e,t){return`${e}-${t}`}function ue(e,t,r,i){let s=r.split("?")[0];return s.startsWith("http")&&(s=s.split("://")[1]),i?`${s}|${i}`:`${s}`}function de(e,t){return"number"!=typeof t&&(t=Number(t)),`${t}-${e}`}let ce={wsMaxRetries:10,p2pEnabled:!0,signalCompact:!0,wifiOnly:!1,memoryCacheLimit:{pc:419430400,mobile:104857600},dcDownloadTimeout:25,logLevel:"error",webRTCConfig:{},token:void 0,appName:void 0,appId:void 0,prefetchNum:3,showSlogan:!1,trickleICE:!0,announceLocation:"eu",trackerZone:void 0,geoIpPreflight:!0,ICEPreflight:!0,useDiskCache:!0,startFromSegmentOffset:3,getStats:function(e,t,r){},getPeerId:function(e){},getPeersInfo:function(e){}};const fe={...ce,httpLoadTime:0,sharePlaylist:!1,useHttpRange:!0,hlsjsInstance:null,proxyOnly:!1,proxyFirst:!1,p2pBlackList:["vtt","webvtt","key"],live:!0,swFile:"./sw.js",swScope:"./",swAutoRegister:!0,mediaElem:void 0,httpStreamEnabled:!0,diskCacheLimit:{pc:1572864e3,mobile:1048576e3},strictSegmentId:!1,prefetchOnly:!1},ge=1e3;function pe(e){const t=new Promise(((t,r)=>{e.oncomplete=e.onsuccess=()=>t(e.result),e.onabort=e.onerror=()=>r(e.error)})),r=(i=ge,s="indexedDB timeout",new Promise(((e,t)=>setTimeout((()=>{t(s)}),i))));var i,s;return Promise.race([t,r])}const me={};async function ve(e,t,r=!0){const i=me[e]||{};i.promise||(i.promise=new Promise((e=>i.resolve=e)),me[e]=i,Ee(e,t,i.resolve,r));const s=await i.promise;return delete i.promise,s}const ye={};async function Ee(e,t,r,i){if(!ye[e]){const i=indexedDB.open(e);return i.onupgradeneeded=()=>{const e=i.result;t.forEach((t=>{e.createObjectStore(t)}))},void r(ye[e]=await pe(i))}if(i)try{t.forEach((t=>{ye[e].transaction(t)})),r(ye[e])}catch(s){console.error(`Could not open a transaction on "${e}" due to ${s.name} (${s.message}). Trying to reopen the connection...`),delete ye[e],Ee(e,t,r,i)}else r(ye[e])}let Se;function Te(){return Se||(Se=createStore("keyval-store","keyval")),Se}function _e(e,t=Te()){return t("readonly",(t=>pe(t.get(e))))}function Le(e,t,r=Te()){return r("readwrite",(r=>(r.put(t,e),pe(r.transaction))))}function be(e,t=Te()){return t("readwrite",(t=>(t.delete(e),pe(t.transaction))))}function Re(e=Te()){return e("readwrite",(e=>(e.clear(),pe(e.transaction))))}function Ae(e,t){return e.openCursor().onsuccess=function(){this.result&&(t(this.result),this.result.continue())},pe(e.transaction)}const Pe="size";class we extends(n()){constructor(e,t){super(),this.name="SegmentStore",this.logger=t.logger,this.logger.info(`use ${this.name}`),this.engine=e,this.channel=e.channel;const r=e.browserInfo.device;this.isPC=r===J().device.PC_WEB||r===J().device.PC_NATIVE,this.maxBufSize=this.isPC?t.diskCacheLimit.pc:t.diskCacheLimit.mobile,this.overflowed=!1,this.countErrors=0,this.isCleared=!0,this.destroyed=!1}async setupStore(){if(navigator.storage&&navigator.storage.estimate){const e=await navigator.storage.estimate(),t=Math.floor(e.quota-e.usage);t<this.maxBufSize&&(this.maxBufSize=t-104857600)}return new Promise((async(e,t)=>{if(this.isPC&&this.maxBufSize<419430400||!this.isPC&&this.maxBufSize<104857600)return void t("disk storage not enough");const r=this.stores;let i;try{i=function(e,t){let r=ve(e,t);return t.map((i=>(s,n)=>r.then((a=>{try{const e=a.transaction(i,s).objectStore(i);return n(e)}catch(a){r=ve(e,t),r.then((e=>n(e.transaction(i,s).objectStore(i))))}}))))}(this.channel,r)}catch(e){return void t(e)}this._createStores(i),this._initMetaStore().then(e).catch(t)}))}_initMetaStore(){return Le(Pe,0,this.metaStore)}currBufSize(){return new Promise((async(t,r)=>{try{const i=await _e(Pe,this.metaStore);if(isNaN(i))return this.engine.emit(e.BM_FATAL_ERROR),void r("size is NaN");t(i)}catch(e){r(e)}}))}async putSeg(t){if(this.destroyed)return;this.isCleared=!1;const{logger:r}=this;if(_(t.data))return new Promise((i=>{this._addSeg(t).then((t=>{this._onSegPut(t),this.emit(e.BM_SEG_ADDED,t),this.countErrors=0,i()})).catch((e=>{this._handleFataError(),e&&(r.warn(`putSeg ${e}`),("QuotaExceededError"===e.name||e.inner&&"QuotaExceededError"===e.inner.name)&&this.currBufSize().then((e=>{this._trimDisk(e,!0)})).catch((e=>{this.logger.error(`trimDisk ${e}`)}))),i()}))}));r.error(`putSeg ${t.segId} is not buffer`)}_handleFataError(){this.countErrors++,this.countErrors>=3&&(this.engine.emit(e.BM_FATAL_ERROR),this.countErrors=0)}_decreaseBufSize(e){this.currBufSize().then((t=>{t&&Le(Pe,t-e,this.metaStore)})).catch((e=>{this.logger.warn(`decreaseBufSize ${e}`)}))}_increaseBufSize(e){this.destroyed||this.currBufSize().then((t=>{Le(Pe,t+e,this.metaStore),this._trimDisk(t+e)})).catch((e=>{this.logger.warn(`increaseBufSize ${e}`)}))}clear(e=!1){if(!this.isCleared){this.logger.warn("clear segment store");try{this._clearDisk(e)}catch(e){}this.isCleared=!0}}_clearDisk(e){Re(this.segmentsStore),e?this._initMetaStore():Re(this.metaStore),this.overflowed=!1}destroy(){this.clear(),this.removeAllListeners(),this.destroyed=!0}static toSegment(e){const t=new X(e.sn,e.segId,e.data,e.fromPeerId,e.level,e.ext);return t.from=e.from,t}}const Ie=we;const De=class extends Ie{constructor(e,t){super(e,t),this.loadingSN=-1,this.stores=["segments","id2Sn","metadata"]}_createStores(e){this.segmentsStore=e[0],this.id2SnStore=e[1],this.metaStore=e[2]}async hasSegOfId(e){if(!e)return Promise.resolve(!1);let t;try{t=await _e(e,this.id2SnStore)}catch(e){return Promise.resolve(!1)}return new Promise((r=>{void 0!==t?_e(t,this.segmentsStore).then((t=>{t&&t.length>0&&t.some((t=>t.segId===e))?r(!0):r(!1)})).catch((e=>{this.logger.warn(`hasSegOfId ${e}`),r(!1)})):r(!1)}))}async getSegById(e){if(!e)return null;const{logger:t}=this;let r;try{r=await _e(e,this.id2SnStore)}catch(e){return null}return new Promise((i=>{void 0!==r?_e(r,this.segmentsStore).then((r=>{if(this.countErrors=0,r&&r.length>0){const s=r.find((t=>t.segId===e));if(!s)return void i(null);if(!_(s.data))return t.error(`getSegById ${s.sn} is not buffer`),void i(null);i(Ie.toSegment(s))}else i(null)})).catch((e=>{t.warn(`getSegById ${e}`),this._handleFataError(),i(null)})):i(null)}))}getSegIdBySN(e){return new Promise((t=>{_e(e,this.segmentsStore).then((e=>{e&&e.length>0?t(e[0].segId):t(null)})).catch((e=>{this.logger.warn(`getSegIdBySN ${e}`),t(null)}))}))}_addSeg(e){const{segId:t,sn:r,size:i}=e;return Le(t,r,this.id2SnStore),new Promise(((s,n)=>{_e(r,this.segmentsStore).then((async a=>{a?0===a.filter((e=>e.segId===t)).length?(a.push(await this._segmentToCache(e)),Le(r,a,this.segmentsStore).then((()=>{this._increaseBufSize(i),s(e)})).catch((e=>{n(e)}))):s(e):Le(r,[await this._segmentToCache(e)],this.segmentsStore).then((()=>{this._increaseBufSize(i),s(e)})).catch((e=>{n(e)}))})).catch((e=>{n(e)}))}))}async _trimDisk(t,r=!1){if(this.isCleared||this.destroyed)return;let i=this.maxBufSize;const{logger:s}=this;r&&(i=t-104857600,i<0&&(i=0)),t<i||(s.warn(`_trimDisk currentSize ${t} upBound ${i}`),function(e=Te()){return e("readonly",(e=>{if(e.getAllKeys)return pe(e.getAllKeys());const t=[];return Ae(e,(e=>t.push(e.key))).then((()=>t))}))}(this.segmentsStore).then((async r=>{const n=r.sort(((e,t)=>e-t));let a=0;do{if(a++>10){s.warn("too much loops in SegmentStore");break}const r=n.shift();if(void 0===r){s.warn("lastSN not found");continue}if(r>=this.loadingSN){s.warn(`trimDisk failed, loadingSN ${this.loadingSN}`);break}const i=n[0],o=await _e(r,this.segmentsStore);if(!o){s.warn("lastSeg not found");continue}let l=0;o.forEach((e=>{l+=e.data.byteLength})),be(r,this.segmentsStore).then((()=>{this._decreaseBufSize(parseInt(l))})),o.forEach((t=>{be(t.segId,this.id2SnStore),s.info(`pop seg ${t.segId} size ${t.data.byteLength}`),this.emit(e.BM_LOST,{sn:r,segId:t.segId,next:i,level:t.level})})),t-=l,s.info(`pop sn ${r} size ${l} currBufSize ${t}`),this.overflowed||(this.overflowed=!0)}while(t>=i)})))}async _segmentToCache(e){const{ext:t={}}=e;let r=t.hash;r||(r=await C(e.data));const i={data:e.data,level:e.level,segId:e.segId,sn:e.sn,fromPeerId:e.fromPeerId,ext:{}};return r&&(i.ext.hash=r),i}_onSegPut(t){this.emit(`${e.BM_ADDED_SN_}${t.sn}`,t)}_clearDisk(e){try{super._clearDisk(e)}catch(e){}Re(this.id2SnStore).catch((e=>{}))}};class Ce extends(n()){constructor(e,t){super(),this.name="SegmentCache",this.logger=t.logger,this.logger.info(`use ${this.name}`);const r=e.browserInfo.device;if(this.maxBufSize=r===J().device.PC_WEB||r===J().device.PC_NATIVE?t.memoryCacheLimit.pc:t.memoryCacheLimit.mobile,this.isLive=t.live,this.isLive)this.maxBufSize=47185920;else{if(0===this.maxBufSize)throw new Error("cannot use SegmentCache");const e=function(){const{memory:e}=performance;return e?e.jsHeapSizeLimit-e.usedJSHeapSize:-1}();e>=0&&e<this.maxBufSize&&(this.maxBufSize=e-31457280)}this._segPool=new Map,this._currBufSize=0,this.overflowed=!1,this.isCleared=!0,this.destroyed=!1}get currBufSize(){return this._currBufSize}_calSegPoolSize(){let e=0;return this._segPool.forEach((t=>{t.forEach((t=>{e+=t.size}))})),e}async putSeg(e){this.destroyed||(this.isCleared=!1,this._currBufSize>=1.5*this.maxBufSize&&(this._currBufSize=this._calSegPoolSize(),this._currBufSize>=1.5*this.maxBufSize&&(this.clear(),this.overflowed=!1)),_(e.data)?this._addSeg(e):this.logger.error(`putSeg ${e.segId} is not buffer`))}clear(){this.isCleared||(this.logger.warn("clear segment cache"),this._segPool.clear(),this._currBufSize=0,this.isCleared=!0,this.overflowed=!1)}destroy(){this.clear(),this.removeAllListeners(),this.destroyed=!0}}const ke=Ce;const Me=class extends ke{constructor(e,t){super(e,t),this.id2Sn=new Map,this.loadingSN=-1}hasSegOfId(e){return new Promise(((t,r)=>{const i=this.id2Sn.get(e);this._segPool.has(i)?t(this._segPool.get(i).some((t=>t.segId===e))):t(!1)}))}getSegById(e){const t=this.id2Sn.get(e);return new Promise(((r,i)=>{if(!this._segPool.has(t))return void r(null);const s=this._segPool.get(t).find((t=>t.segId===e));r(s||null)}))}getSegIdBySN(e){return new Promise(((t,r)=>{if(this._segPool.has(e)){t(this._segPool.get(e)[0].segId)}else t(null)}))}async _addSeg(t){const{logger:r}=this,{segId:i,sn:s,size:n,ext:a={}}=t;if(this.id2Sn.set(i,s),a.hash||(a.hash=await C(t.data),t.ext=a),this._segPool.has(s)){this._segPool.get(s).push(t)}else this._segPool.set(s,[t]);this._currBufSize+=parseInt(n);const o=this._segPool.size;if(this.emit(`${e.BM_ADDED_SN_}${t.sn}`,t),this.emit(e.BM_SEG_ADDED,t),this._currBufSize<this.maxBufSize||o<=5)return;let l=Array.from(this._segPool.keys());this.isLive||(l=l.sort(((e,t)=>e-t)));let h=0;do{if(h++>10){r.error("too much loops in SegmentCache");break}const t=l.shift();if(void 0===t){r.error("lastSN not found");continue}const i=l[0],s=this._segPool.get(t);if(!s){r.error("lastSeg not found");continue}let n=0;s.forEach((e=>{n+=e.size})),this._currBufSize-=parseInt(n),this._segPool.delete(t),s.forEach((r=>{this.id2Sn.delete(r.segId),this.emit(e.BM_LOST,{sn:t,segId:r.segId,next:i,level:r.level})})),r.info(`pop sn ${t} size ${n} currBufSize ${this._currBufSize}`),this.overflowed||(this.overflowed=!0)}while(this._currBufSize>=this.maxBufSize&&this._segPool.size>5)}clear(){super.clear(),this.id2Sn.clear()}};var Oe=r(832),xe=r.n(Oe);function Ne(e,t){for(const r in t)Object.defineProperty(e,r,{value:t[r],enumerable:!0,configurable:!0});return e}const Fe=function(e,t,r){if(!e||"string"==typeof e)throw new TypeError("Please pass an Error to err-code");r||(r={}),"object"==typeof t&&(r=t,t=void 0),null!=t&&(r.code=t);try{return Ne(e,r)}catch(t){r.message=e.message,r.stack=e.stack;const i=function(){};return i.prototype=Object.create(Object.getPrototypeOf(e)),Ne(new i,r)}};class Be{constructor(){this.p2p=0,this.share=0,this.http=0}recordP2p(e){this.p2p+=e}recordShare(e){this.share+=e}recordHttp(e){this.http+=e}resetTraffic(){this.p2p=0,this.share=0,this.http=0}get healthRatio(){if(0===this.http)return 1e3;let e=Math.round((this.p2p+this.share)/this.http*100);return e<=0&&(e=1),e}}const Ue="SW_GEOIP_KEY",Ge=2592e5,He=432e5,$e="TRACKER_EXPT",We="IPAPI_ERROR",Ve="uY2R",qe="LmNv",je="uYnll",ze="bQ==",Ke="Z3o",Ye=Symbol("httpDownloaded"),Xe=Symbol("p2pDownloaded"),Qe=Symbol("p2pUploaded");class Je extends(n()){constructor(e,t,r,i,s){let n;super(),this.config=e.config;let a=this.config.announceLocation;switch(this.config.trackerZone&&(a=this.config.trackerZone),a){case"hk":n="aGsubWVzaGlmeS5jbG91ZA==";break;case"us":n="dXMubWVzaGlmeS5jbG91ZA==";break;case"cn":n=Ke+Ve+je+qe+ze;break;default:n="ZXUubWVzaGlmeS5jbG91ZA=="}this.engine=e,this.key=t||void 0,Array.isArray(i)&&(i=i[Math.floor(Math.random()*i.length)]),this.baseUrl=i||`https://${self.atob(n)}/v1`,this.channelId=self.btoa(r),this.timestamp=g(),this.health=new Be;const o=l().parseURL(this.baseUrl).netLoc;this.announce=o.replace(/\/\//,""),function(e,t){function r(e,t,r,i,s){return h(r-219,s)}var i,s,n=e();function a(e,t,r,i,s){return h(s- -994,e)}function o(e,t,r,i,s){return h(i-233,t)}function l(e,t,r,i,s){return h(s-305,r)}for(;;)try{if(156690===-parseInt(o(0,246,0,247))/1*(-parseInt(o(0,243,0,248))/2)+-parseInt(o(0,238,0,245))/3+parseInt(a(-1e3,0,0,0,-989))/4*(-parseInt(r(0,0,225,0,216))/5)+-parseInt((i=-180,s=-173,h(s- -181,i)))/6*(parseInt(l(0,0,324,0,324))/7)+-parseInt(a(-991,0,0,0,-990))/8*(parseInt(l(0,0,313,0,307))/9)+-parseInt(l(0,0,310,0,305))/10+-parseInt(a(-968,0,0,0,-974))/11*(-parseInt(r(0,0,226,0,216))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(d);function h(e,t){var r=d();return(h=function(e,t){return r[e-=0]})(e,t)}const u=function(e,t,r,i,s,n){let a=location.hostname;a===h(-922- -923,-915)&&n&&(a=n+"."+a);return 13,xe()(a+"2.16.4"+r+i+s,e).substr(0,8)}(this.timestamp,0,this.announce,this.channelId,s.type,this.key);function d(){var e=["13055AgbnUs","2739cfXSxI","CxYEuy093515".split("").reverse().join(""),"localhost","OCXDId9".split("").reverse().join(""),"yek".split("").reverse().join(""),"QyapiZ8635101".split("").reverse().join(""),"scRrUF02".split("").reverse().join(""),"bNcslL58187".split("").reverse().join(""),"QEbZrW65772".split("").reverse().join(""),"12gYmKGR","emantsoh".split("").reverse().join(""),"dIlennahc".split("").reverse().join(""),"pmatsemit".split("").reverse().join(""),"676614MZdLCs","type","hpNRbU1".split("").reverse().join(""),"133332xoUKrS","announce","lmia","substr"];return(d=function(){return e})()}h(895-878,886),this.native=!(!s.bundle||!window.electron&&!navigator.userAgent.toLowerCase().includes("electron")),this.announceInfo={...s,channel:this.channelId,ts:this.timestamp,version:"2.16.4",v:u,announce:this.announce,k:rt(this.key)},this.announceURL=`${this.baseUrl}/channel`,this.reportFails=0,this.statsRequesting=!1,this.forbidden=!1,this.failConns=0,this.totalHTTPDownloaded=0,this.totalP2PDownloaded=0,this.totalP2PUploaded=0,this[Ye]=0,this[Xe]=0,this[Qe]=0,this.speed=0,this.offline=!1,this.errsBufStalled=0,this.mediaRequests=0,this.errsInternalExpt=0}geoipRequest(){const{logger:e}=this.engine;return new Promise(((t,r)=>{if((e=>{const t=localStorage.getItem(e);try{const e=JSON.parse(t);return!(!e.duration||!e.startTime)&&Date.now()-e.startTime<e.duration}catch(e){return!1}})(Ue)){const r=G(Ue);e.info("found local geo data"),t(r)}else fetch(self.atob("aHR0cHM6Ly9wcm8uaXAtYXBpLmNvbS9qc29uP2ZpZWxkcz0yMTgxODI2JmtleT1YT3BpYW5zUmdZeEdUaG8=")).then((e=>e.json())).then((e=>{if("success"!==e.status){const t=new Error(`preflight status ${e.status}`);throw Fe(t,We)}{const r=e.mobile?He:Ge;H(Ue,e,r),t(e)}})).catch((e=>{r(e)}))}))}btAnnouncePreflight(){const{logger:e}=this.engine;return this.announceInfo.asn?this.btAnnounce():(e.info("preflight ip-api"),Promise.race([this.geoipRequest(),new Promise(((e,t)=>{setTimeout((()=>{t(Fe(new Error("request timeout"),We))}),600)}))]).then((e=>(this._parseGeoResponse(e),this.btAnnounce()))).catch((t=>{if(t.code!==$e){const t=G(Ue);return t&&(e.info("use expired ipData"),this._parseGeoResponse(t)),this.btAnnounce()}throw t})))}_parseGeoResponse(e){const{lat:t,lon:r,isp:i,as:s,mobile:n,countryCode:a,continentCode:o}=e;n&&(this.announceInfo.netType="cellular");const l=s.split(" ")[0].substr(2);this.announceInfo={...this.announceInfo,lat:t,lon:r,isp:i,asn:l,country:a}}btAnnounce(){const{logger:e}=this.engine;return new Promise(((t,r)=>{fetch(this.announceURL,{headers:this._requestHeader,method:"POST",body:JSON.stringify(this.announceInfo)}).then((e=>{if(!e.ok){const t=e.status>=500&&e.status<600;throw Fe(new Error(`server response code is ${e.status}`),$e,{retry:t})}return e.json()})).then((e=>{if(!this.engine)throw Fe(new Error("runtime error"),$e,{retry:!1});const r=e.data;if(r.f&&(this.forbidden=!0),-1===e.ret){const{code:t,msg:r}=e.data;throw Fe(new Error(r),$e,{retry:t>=5e3})}if(r.info&&console.info(`${r.info}`),r.warn&&console.warn(`${r.warn}`),r.min_conns||(r.min_conns=8),(!r.rejected||r.rejected&&r.share_only)&&r.id&&r.report_interval&&r.peers){if(this.peerId=this.id=r.id,r.report_interval<20&&(r.report_interval=20),this.btStats(r.report_interval),this.getPeersURL=`${this.baseUrl}/channel/${this.channelId}/node/${this.peerId}/peers`,this.statsURL=`${this.baseUrl}/channel/${this.channelId}/node/${this.peerId}/stats`,!this.announceInfo.asn&&r.asn){const{country:e,asn:t,mobile:i,isp:s,lat:n,lon:a}=r;this.announceInfo={...this.announceInfo,country:e,asn:t},H(Ue,{countryCode:e,as:`AS${t}`,mobile:i,isp:s,lat:n,lon:a,status:"success"},i?He:Ge)}t(r)}else this.engine&&(this.engine.p2pEnabled=!1)})).catch((t=>{e.error(`btAnnounce error ${t}`);const i=t.code||$e,s=!t.code||t.retry;r(Fe(t,i,{retry:s}))}))}))}btStats(e=10){this.heartbeater=setInterval((()=>{this.postStats()}),1e3*e)}postStatsWithBeacon(){if(this.offline)return;this.offline=!0;let e={off:!0};this.statsRequesting||(e={...e,...this._makeStatsBody()}),this.statsURL&&navigator.sendBeacon&&navigator.sendBeacon(this.statsURL,JSON.stringify(e))}postStats(){const{logger:t}=this.engine;this.statsRequesting=!0,fetch(this.statsURL,{method:"POST",body:JSON.stringify(this._makeStatsBody())}).then((e=>(this.statsRequesting=!1,this.reportFails=0,e.text()))).then((r=>{let i;if(i=r?JSON.parse(r):{ret:0,data:{}},-1===i.ret)clearInterval(this.heartbeater),t.error(`${i.data.msg} code ${i.data.code}`),this.engine.emit(e.RESTART_P2P);else{const{http:e=0,p2p:t=0,share:r=0,failConns:i=0,rebuffers:s=0,requests:n=0,errsInternalExpt:a=0}=this.lastStats||{};this[Ye]>=e&&(this[Ye]-=e),this[Xe]>=t&&(this[Xe]-=t),this[Qe]>=r&&(this[Qe]-=r),this.failConns>=i&&(this.failConns-=i),this.errsBufStalled>=s&&(this.errsBufStalled-=s),this.mediaRequests>=n&&(this.mediaRequests-=n),this.errsInternalExpt>=a&&(this.errsInternalExpt-=a),this.exptMsg&&(this.exptMsg=void 0)}})).catch((e=>{t.error(`btStats error ${e}`),this.statsRequesting=!1,this.reportFails++,this.reportFails>=3&&clearInterval(this.heartbeater)}))}btGetPeers(e,t=!1){const{logger:r}=this.engine,{asn:i,country:s}=this.announceInfo;let n={exclusions:e,asn:i,country:s,ratio:this.health.healthRatio,urgent:t||void 0},a={};return this.engine.getExtraForPeersRequest&&(a=this.engine.getExtraForPeersRequest()),n=Object.assign({},n,a),new Promise(((e,t)=>{this.reportFails>=3?t(new Error("reportFails >= 3")):fetch(this.getPeersURL,{headers:this._requestHeader,method:"POST",body:JSON.stringify(n)}).then((e=>e.json())).then((r=>{-1===r.ret?t(r.data.msg):e(r.data)})).catch((e=>{r.error(`btGetPeers error ${e}`),t(e)})).finally((()=>{this.health.resetTraffic()}))}))}increFailConns(){this.failConns++}increRebuffers(){this.engine.emitEvent("bufferStalled"),this.errsBufStalled++}increMediaRequests(){this.mediaRequests++,this.engine.emit(e.MEDIA_REBUFFER,this.errsBufStalled>=2)}reportFlow(e){const t=Math.round(e/1024);this.engine.emitEvent("httpDownloaded",t),this[Ye]+=t,this.totalHTTPDownloaded+=t,this.health.recordHttp(t),this._emitStats()}reportDCTraffic(e,t){const r=Math.round(e/1024);this[Xe]+=r,this.totalP2PDownloaded+=r,this.health.recordP2p(r),this.speed=Math.round(t),this.engine.emitEvent("p2pDownloaded",r,this.speed),this._emitStats()}reportUploaded(e=0){const t=Math.round(e/1024);this.engine.emitEvent("p2pUploaded",t),this.totalP2PUploaded+=t,this.health.recordShare(t),this[Qe]+=t,this._emitStats()}destroy(){const{logger:e}=this.engine;e.warn("destroy fetcher"),this.removeAllListeners(),clearInterval(this.heartbeater)}_emitStats(){const{totalHTTPDownloaded:e,totalP2PDownloaded:t,totalP2PUploaded:r}=this;this.engine.emit("stats",{totalHTTPDownloaded:e,totalP2PDownloaded:t,totalP2PUploaded:r,p2pDownloadSpeed:this.speed});const{getStats:i}=this.config;A(i)&&i(t,r,e,this.speed)}_makeStatsBody(){const{asn:e,country:t}=this.announceInfo;let r={totalConns:this.engine.tracker.totalConns,failConns:this.failConns,rebuffers:this.errsBufStalled||void 0,requests:this.mediaRequests||void 0,errsInternalExpt:this.errsInternalExpt,http:Math.round(this[Ye])||0,p2p:Math.round(this[Xe])||0,share:Math.round(this[Qe])||0,asn:e,country:t},i={};this.engine.getExtraForStats&&(i=this.engine.getExtraForStats()),r=Object.assign({},r,i),this.lastStats=JSON.parse(JSON.stringify(r)),Object.keys(r).forEach((e=>{0===r[e]&&delete r[e]}));const{logger:s}=this.engine;return s.isDebugLevel&&s.info(`report ${JSON.stringify(r)}`),this.exptMsg&&(r.exptMsg="2.16.4 "+this.exptMsg),r}get _requestHeader(){let e={};return this.native&&(e={...e,"X-SW-Key":rt(this.key),"User-Agent":"electron","X-SW-ID":this.announceInfo.bundle}),e}}const Ze=Je;function et(e,t){const r=tt();return(et=function(e,t){return r[e-=0]})(e,t)}function tt(){const e=["CsLPpZ8932212".split("").reverse().join(""),"htgnel".split("").reverse().join(""),"UZpUzY5895021".split("").reverse().join(""),"yJZuxA9452121".split("").reverse().join(""),"tAedoCrahc".split("").reverse().join(""),"btoa","q#<K@C".split("").reverse().join(""),"1164HyWkyu","4154136SJSwNe","IITNvu6344771".split("").reverse().join(""),"edoCrahCmorf".split("").reverse().join(""),"554Biqadw","oShtCc7412072".split("").reverse().join("")];return(tt=function(){return e})()}function rt(e){if(!e)return;const t=et(-822- -830,-826);let r="".split("").reverse().join("");const i=t.length;for(let s=0;s<e.length;s++){const n=e.charCodeAt(s)^t.charCodeAt(s%i);r+=String.fromCharCode(n)}return self.btoa(r)}!function(e,t){const r=e();function i(e,t,r,i,s){return et(e-92,s)}function s(e,t,r,i,s){return et(s-930,r)}for(;;)try{if(377468===parseInt(s(0,0,944,0,939))/1*(parseInt(s(0,0,936,0,930))/2)+parseInt(s(0,0,929,0,935))/3+parseInt(s(0,0,939,0,941))/4+-parseInt((n=-995,a=-995,et(n- -999,a)))/5+parseInt(i(94,0,0,0,91))/6+-parseInt(i(93,0,0,0,92))/7+-parseInt(i(102,0,0,0,107))/8)break;r.push(r.shift())}catch(e){r.push(r.shift())}var n,a}(tt);class it extends(n()){constructor(e,t){super(),this.logger=e,t.startsWith("wss")?this.addr=t.replace("wss","https"):t.startsWith("ws")&&(this.addr=t.replace("ws","http")),this.connected=!1,this.retryCount=0,this.closed=!1,this.msgQueue=[],this.posting=!1,this.pollingTs=0}start(){this.closed=!1,this._hello((()=>{this._longPolling()}))}_hello(e){fetch(this.addr+"&hello",{method:"POST"}).then((e=>{if(!e.ok)throw new Error("hello response was not ok");return e.json()})).then((t=>{this.connected=!0,e(),this.onopen&&this.onopen(t.ver)})).catch((e=>{this.closed=!0,this.onerror&&this.onerror(e)}))}send(e){this.msgQueue.push(e),this.posting||this._realSend([...this.msgQueue])}_realSend(e){0!==e.length&&(this.posting=!0,this.msgQueue=[],fetch(this.addr,{method:"POST",body:JSON.stringify(e)}).then((()=>{this.posting=!1,this.msgQueue.length>0&&this._realSend([...this.msgQueue])})).catch((e=>{this.logger.error(e),this.posting=!1})))}close(){this.connected&&(this.closed=!0,this.connected=!1,this.abortController&&(this.abortController.abort(),this.abortController=null),this.onclose&&this.onclose())}destroy(){this.close(),this.removeAllListeners()}_longPolling(){if(this.closed)return;this.pollingTs=g(),this.abortController=new AbortController;const e=this.abortController.signal;fetch(this.addr,{signal:e}).then((e=>{if(!e.ok)throw new Error("polling response was not ok");return e.text()})).then((async e=>{e&&this.onmessage&&this.onmessage(JSON.parse(e)),this.retryCount=0;const t=g()-this.pollingTs;JSON.stringify(e)===JSON.stringify(this.lastData)&&t<10&&(this.logger.warn(`wait ${10-t}s for next polling`),await m(1e3*(10-t))),this.lastData=e,this._longPolling()})).catch((e=>{this.connected&&(this.retryCount<=3?(this.retryCount++,this._longPolling()):(this.connected=!1,this.onerror&&this.onerror(e)))}))}}const st=class{constructor(e,t,r,i="main"){this.logger=e,this.config=t,this.wsAddr=r,this.serverVersion=0,this.pingInterval=95e3,this.name=i,this.normalClosed=!1,this.lastSendTs=performance.now(),this.pollingClient=new it(e,r);try{this._ws=this._init()}catch(t){e.error(t),this._startPolling()}}get batchSupported(){return this.serverVersion>=50}_init(){const e={maxRetries:this.config.wsMaxRetries,minReconnectionDelay:p(15e3,6e4),maxReconnectionDelay:6e5,maxEnqueuedMessages:20,connectionTimeout:7e3};let t=new F(this.wsAddr,void 0,e);return t.addEventListener("open",(()=>{this.logger.info(`signal ${this.name} ${this.wsAddr} connection opened`),this.normalClosed=!1,this.pollingClient.connected?this.pollingClient.close():this.onopen&&this.onopen(),this._startPing(this.pingInterval)})),t.push=t.send,t.send=e=>{this.lastSendTs=performance.now();let r=JSON.stringify(e);t.push(r)},t.addEventListener("message",(e=>{let t=e.data;const r=JSON.parse(t),i=r.action;if("pong"!==i){if("ver"!==i)return"close"===i?(this.logger.warn(`server close signal ${this.name} reason ${r.reason}`),void this.close()):void("signals"!==i?this.onmessage&&this.onmessage(r,this.name):this._onSignalBatch(r.data));this.serverVersion=r.ver}else clearTimeout(this.pongTimer)})),t.addEventListener("close",(e=>{this.logger.warn(`signal ${this.name} ${this.wsAddr} closed ${e.code} ${e.reason}`),e.code>=5e3||e.code<4e3?(this.onclose&&this.onclose(),this._stopPing()):this.close()})),t.addEventListener("error",(e=>{this._stopPing(),this.onerror&&this.onerror(e),this._startPolling()})),t}forcePolling(){this.pollingClient.connected||(this.close(),this.pollingClient=new it(this.logger,this.wsAddr),this._startPolling())}_startPolling(){this.pollingClient.connected||(this.logger.info(`${this.name} start polling`),this.pollingClient.start(),this._setupPolling(this.pollingClient))}sendDebug(e,t,r){this._send({action:"debug",details:t,ping:r||void 0,to:e})}sendSignal(e,t){const r={action:"signal",to:e,data:t};this._send(r)}sendSignalBatch(e,t){if(this.batchSupported&&t.length>1)this._send({action:"signals",to:e,data:t});else for(let r of t)this.sendSignal(e,r)}sendReject(e,t,r){if(this.rejectIdCache===e)return;this.rejectIdCache=e;const i={action:"reject",to:e,reason:t,fatal:r};this._send(i)}_send(e){this.pollingClient.connected?this.pollingClient.send(e):this._ws&&this._ws.send(e)}_startPing(e){this.connected&&(this.pingTimer=setTimeout((()=>{const e=95e3-(performance.now()-this.lastSendTs);if(e>=0)return this._startPing(e);const t={action:"ping"};this._ws&&this._ws.push(JSON.stringify(t)),this.pongTimer=setTimeout((()=>{this.logger.warn(`signal ${this.name} wait for pong timeout, reconnect`),this.close(),this.reconnect()}),15e3),this._startPing(this.pingInterval)}),e))}_stopPing(){clearTimeout(this.pingTimer),clearTimeout(this.pongTimer)}close(){this.logger.info(`close signal ${this.name}`),this._stopPing(),(()=>{this._ws&&this._ws.close(1e3)})(),this.pollingClient.close(),this.normalClosed=!0}reconnect(){this._ws&&(this.logger.info(`reconnect signal ${this.name}`),this._ws.reconnect())}destroy(){this.close(),this._ws=null,this.pollingClient.destroy()}get connected(){return!!this.pollingClient.connected||this._connected}get _connected(){return!!this._ws&&this._ws.readyState===F.OPEN}_setupPolling(e){e.onopen=e=>{e&&(this.serverVersion=e),this.logger.info(`${this.name} polling opened`),this.onopen&&this.onopen()},e.onerror=e=>{this._connected||this.onerror&&this.onerror(e)},e.onclose=()=>{this._connected||this.onclose&&this.onclose()},e.onmessage=e=>{if(this.onmessage)for(let t of e)"signals"===t.action?this._onSignalBatch(t.data):this.onmessage(t,this.name)}}_onSignalBatch(e){if(this.onmessage)for(let t of e)t.action||(t.action="signal"),this.onmessage(t,this.name)}},nt=class{constructor(e,t,r,i){this.logger=e,this.config=t,this.mainAddr=r,this.backupAddr=i,this.mainWS=this._init(r),this.backupTimer=setTimeout((()=>{this.destroyed||(this.backupWS=this._init(i,"backup"))}),900),this._connected=!1,this.destroyed=!1,this.normalClosed=!1}_init(e,t){if(!e)return null;let r=new st(this.logger,this.config,e,t);return r.onopen=()=>{this.normalClosed=!1,!this._connected&&this.onopen&&(this._connected=!0,this.onopen())},r.onmessage=e=>{this.onmessage&&this.onmessage(e,r.name)},r.onclose=()=>{this._connected&&!this.connected&&this.onclose&&(this._connected=!1,this.onclose())},r.onerror=e=>{this.onerror&&this.onerror(e)},r}sendSignalBatch(e,t,r){if(r){const i=this._getWSByName(r);i&&i.sendSignalBatch(e,t)}else this.mainConnected?this.mainWS.sendSignalBatch(e,t):this.backupConnected&&this.backupWS.sendSignalBatch(e,t)}sendSignal(e,t,r){this.sendSignalBatch(e,[t],r)}sendReject(e,t,r,i){if(i){const s=this._getWSByName(i);if(s)return void s.sendReject(e,t,r)}this.mainConnected?this.mainWS.sendReject(e,t,r):this.backupConnected?this.backupWS.sendReject(e,t,r):this.logger.warn("no signal available, send reject failed")}sendDebug(e,t,r){this.mainConnected&&this.mainWS.sendDebug(e,t,r)}close(){this.mainWS&&this.mainWS.close(),this.backupWS&&this.backupWS.close(),this.normalClosed=!0}_getWSByName(e){return this.mainWS&&this.mainWS.name===e?this.mainWS:this.backupWS&&this.backupWS.name===e?this.backupWS:null}reconnect(e){this.mainWS&&"backup"!==e&&this.mainWS.reconnect(),this.backupWS&&"main"!==e&&this.backupWS.reconnect()}forcePolling(e){this.mainWS&&"backup"!==e&&this.mainWS.forcePolling(),this.backupWS&&"main"!==e&&this.backupWS.forcePolling()}destroy(){this.close(),clearTimeout(this.backupTimer),this.mainWS=null,this.backupWS=null,this.destroyed=!0}get connected(){return this.mainConnected||this.backupConnected}get mainConnected(){return this.mainWS&&this.mainWS.connected}get backupConnected(){return this.backupWS&&this.backupWS.connected}};const at=function(e,t,r=40){var i=null,s=!1,n=r;return function(r=!1){if(r)return clearTimeout(i),void(s=!1);s||(s=!0,i=setTimeout((function(){e.call(t,n),s=!1,i=null}),1e3*n),n*=1.1)}};class ot{constructor(e,t,r=10){this.engine=e,this.config=t,this.trickle=t.trickleICE,this.poolSize=r,this.pool=[],t.ICEPreflight&&this.reset(),this.trickle=!1}reset(){this.destroy();for(let e=0;e<this.poolSize;e++)this.pool.push(this._createPeer())}_createPeer(){return new ee(this.engine,void 0,void 0,!0,this.config,{trickle:this.trickle})}get available(){return 0!==this.pool.length&&this.pool[0].signalMsgs.length>0}getPeer(){if(0===this.pool.length)return this._createPeer();const e=this.pool.shift();return this.pool.length<5&&this.pool.push(this._createPeer()),e}destroy(){for(let e of this.pool)e.destroy(!0);this.pool=[]}}const lt=class{static CHARSET="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";static BITS_PER_BYTE=8;static BITS_PER_BASE64_CHAR=6;static decode(e){let t=0,r=0,i="";for(const s of e){if("="===s)break;const e=this.CHARSET.indexOf(s);for(t=t<<this.BITS_PER_BASE64_CHAR|e,r+=this.BITS_PER_BASE64_CHAR;r>=this.BITS_PER_BYTE;){r-=this.BITS_PER_BYTE;i+=(t>>r&(1<<this.BITS_PER_BYTE)-1).toString(16).padStart(2,"0").toUpperCase()}}let s="";for(let e=0;e<i.length;e++)s+=i[e],e%2==1&&e!==i.length-1&&(s+=":");return s}},ht="typ host",ut="generation 0",dt="network-cost",ct="rport",ft="0.0.0.0",gt={V:"v=",O:"o=",S:"s=",C:"c=",A:"a=",M:"m=",T:"t="},pt={U:"ice-ufrag:",P:"ice-pwd:",F:"fingerprint:",C:"candidate:",S:"sctp-port:",M:"max-message-size:"},mt={1:"sha-1",2:"sha-224",3:"sha-256",4:"sha-384",5:"sha-512",6:"md5",7:"md2",8:"token"},vt={P:`${ht} ${ut} ${dt} 999`,W:`${ct} 0 ${ut} ${dt} 999`,H:ht,S:"typ srflx",R:ct,A:"raddr",V:ft,F:"ufrag",G:`${ct} 0 ${ut}`,N:dt,E:"network-id",C:"tcptype active",Q:`${ut}`,U:"udp",T:"tcp"},yt={P:"application",U:"UDP/DTLS/SCTP",S:"DTLS/SCTP",D:"webrtc-datachannel"},Et={4:"IP4",6:"IP6"},St={0:ft},Tt=e=>(e.startsWith("C")&&(e="candidate:"+e.slice(1)),e.split(" ").map((e=>(e in vt&&(e=vt[e]),e))).join(" "));function _t(e,t){let r=e.split("~"),i=[];r=r.map((e=>{let t=e.slice(0,1),r=e.slice(1);if(t in gt&&(t=gt[t]),"a="===t){let e=r.slice(0,1);const t=r.slice(1);e in pt&&(e=pt[e],r=e+t)}return t+r})),i.push("v=0"),i.push("s=-"),i.push("t=0 0"),i.push("a=msid-semantic: WMS");let s=0;r.forEach((e=>{if(e.startsWith("o=")){let t=e.slice(2).split(" "),r=[];r.push("-");const s=t.shift();if(s&&r.push(s),0===t.length)r.push("2 IN IP4 127.0.0.1");else{const e=t.shift();if(e&&r.push(e),0===t.length)r.push("IN IP4 127.0.0.1");else{r.push("IN");const e=t.shift();e&&r.push(e);const i=t.shift();i&&r.push(i)}}i.splice(1,0,`o=${r.join(" ")}`)}else{if(e.startsWith("m="))return e=function(e){return e.replace(Lt,(e=>yt[e]))}(e),i.push(e),i.push("a=setup:"+(t?"actpass":"active")),i.push(`a=mid:${s}`),void s++;if(e.startsWith("a=candidate:"))return e=Tt(e),void i.push(e);if(e.startsWith("a=fingerprint:")){let[t,r]=e.slice(14).split(" ");return t in mt&&(t=mt[t]),r=lt.decode(r),void i.push(`a=fingerprint:${t} ${r}`)}if(e.startsWith("c=")){let[t,r]=e.slice(2).split(" ");return t in Et&&(t=Et[t]),r in St&&(r=St[r]),void i.push(`c=IN ${t} ${r}`)}"I"!==e?"Z"!==e?"B"!==e?i.push(e):i.push("a=sendrecv"):i.push("a=ice-options:ice2,trickle"):i.push("a=ice-options:trickle")}}));const n=i.length-1;return i.splice(n,0,`a=group:BUNDLE ${Array.from(Array(s).keys()).join(" ")}`),i.join("\r\n")}const Lt=new RegExp(Object.keys(yt).join("|"),"g");class bt extends(n()){constructor(e,t,r,i){super(),this.engine=e,this.logger=e.logger,this.config=i,this.connected=!1,this.scheduler=r,this.sequential=this.scheduler.sequential,this.DCMap=new Map,this.failedDCMap=new Map,this.notFoundDCSet=new Set;const s=J().isMobile();this.peerPool=new ot(e,i,15),this.signalerWs=null,this.fetcher=t,this.peers=[],this.requestPeersQueue=[],this.minConns=5,this.stuns=[],this.requestMorePeers=at(this._requestMorePeers,this,p(35,45)),this.maxConns=s?15:22,this.maxConnsActive=s?10:13,this.peersIncrement=0,this.gotPeersFromTracker=!1,this.requestPeersWaitCount=0,this.gotSignalFails={main:0,backup:0,limit:5},this.fuseRate=-1,this.overloaded=!1}get totalConns(){return this.scheduler.peersNum+1}resumeP2P(){if(!this.fetcher)return;const{engine:t,config:r,fetcher:i}=this,{btAnnounce:s,btAnnouncePreflight:n}=i,{wsSignalerAddr:a,wifiOnly:o,geoIpPreflight:l}=r;(l?n:s).call(i).then((e=>{const{scheduler:r}=this;if(!r)return;t.peerId=this.peerId=e.id,this.minConns=e.min_conns,r.minConns=this.minConns;const s=e.peers;r.notifyPeersLoaded(s.length),s.length>this.gotSignalFails.limit&&(this.gotSignalFails.limit=s.length),t.netType=i.announceInfo.netType,(e.wifi_only||o)&&t.isMobileNet&&(r.downloadOnly=!0,this.logger.info("downloadOnly mode"));const n=a.main;let l=a.backup;e.signal&&!e.signal2&&(l=void 0),this.signalerWs=this._initSignalerWs(e.signal||n,e.signal2||l,e.token,e.token2),0===s.length?this.requestMorePeers():this.peers=this._filterPeers(s),t.emitEvent("peerId",this.peerId),e.stun&&e.stun.length>0&&(this.stuns=e.stun),e.debug&&(this.logger.enableDebug(),e.log_url&&(this.logUploader=new U(e.log_url,this.fetcher.key||location.hostname,this.peerId,"2.16.4"),this.logger.setUploader(this.logUploader))),t.onTrackerResume&&t.onTrackerResume(e),e.fuse_rate&&(this.fuseRate=e.fuse_rate),e.overload&&(this.overloaded=!0,this.logger.warn("server overloaded, degrade signaling")),this.logger.info(`announce request response ${JSON.stringify(e,null,2)}`),/^.\d{2}/.test(this.peerId)||(this.maxConnsActive=1,this.maxConns=2)})).catch((r=>{if(this.scheduler&&("TRACKER_EXPT"===r.code&&t.emitEvent(e.EXCEPTION,r),this.scheduler.notifyPeersLoaded(0),r.retry)){const e=p(15e3,4e4);this.logger.warn(`announce retry after ${e}ms`),this.announceTimer=setTimeout((()=>{this.resumeP2P()}),e)}}))}stopP2P(){this.fetcher.postStatsWithBeacon(),this.fetcher.destroy(),this.fetcher=null,this.requestMorePeers(!0),this.scheduler.destroy(),this.scheduler=null,this.signalerWs&&(this.signalerWs.destroy(),this.signalerWs=null),this.peers=[];for(let e of this.DCMap.values())e.destroy(!0);this.DCMap.clear(),this.peerPool.destroy(),this.peerPool=null,this.failedDCMap.clear(),this.notFoundDCSet.clear(),this.logUploader&&(this.logUploader.destroy(),this.logUploader=null),this.logger.warn("tracker stop p2p")}destroy(){this.stopP2P(),this.removeAllListeners(),clearTimeout(this.announceTimer),clearTimeout(this.requestPeersTimer);const{config:e}=this;e.getStats=e.getPeerId=e.getPeersInfo=null,this.logger.warn("destroy tracker")}isPeerConnectedOrFailed(e){return!e||(this.DCMap.has(e)||this.failedDCMap.has(e)||e===this.peerId)}_filterPeers(e){const t=[];return e.filter((e=>!this.isPeerConnectedOrFailed(e.id))).forEach((e=>{t.push({id:e.id,intermediator:e.intermediator})})),t}_tryConnectToAllPeers(){const{logger:e}=this;if(0!==this.peers.length)for(this._checkDCMap(),e.info(`try connect to ${this.peers.length} peers, map size ${this.DCMap.size} limit ${this.maxConnsActive} peersNum ${this.scheduler.peersNum}`);this.peers.length>0&&!(this.DCMap.size>=this.maxConnsActive);){let t=this.peers.shift();if(this.isPeerConnectedOrFailed(t.id))continue;const r=t.intermediator;this.signalerWs.connected||r&&this.DCMap.has(r)?(e.debug(`create DataChannel ${t.id} intermediator ${r}`),this._createDatachannel(t.id,!0,r)):e.info(`skip peer ${t.id} without intermediator`)}else e.info("no peers after filter")}_handleSendSignal(e,t){const r=e.remotePeerId;if(e.intermediator){const i=this.DCMap.get(e.intermediator);if(i){let s=!0;for(let e of t)i.sendMsgSignal(r,this.peerId,e)||(s=!1);if(s)return;this.logger.warn(`intermediator ${e.intermediator} relay failed`)}}e.intermediator=void 0,this.signalerWs.sendSignalBatch(r,t,e.signalName)}_setupDC(t){t.on(e.DC_SIGNAL,(e=>{this._handleSendSignal(t,[e])})).on(e.DC_SIGNAL_BATCH,(e=>{this._handleSendSignal(t,e)})).on(e.DC_PEER_SIGNAL,(e=>{const r=e.to_peer_id||e.to,i=e.from_peer_id||e.from,s=e.action;if(r&&i&&s)if(r!==this.peerId){this.logger.info(`relay signal for ${i}`);const n=this.DCMap.get(r);if(n){if("signal"!==s)return void n.sendMsgSignalReject(r,i,e.reason,e.fatal);if(n.sendMsgSignal(r,i,e.data))return}t.sendMsgSignal(i,r)}else"signal"===s?this._handleSignalMsg(i,e,t.remotePeerId):this._handSignalRejected(i,e)})).on(e.DC_GET_PEERS,(()=>{const e=g(),r=this.scheduler.getPeers().filter((e=>e.peersConnected<(e.mobileWeb?15:22)&&!e.super));if(r&&r.length>0){const i=[];r.forEach((r=>{if(r.remotePeerId===t.remotePeerId||r.remotePeerId===this.peerId)return;if(!this.config.live&&(r.currentPos-t.currentPos>600||r.currentPos<t.currentPos))return;e-r.timeJoin>50&&i.push({id:r.remotePeerId,...r.region})})),this.logger.info(`send ${i.length} peers to ${t.remotePeerId}`),t.sendPeers(i)}})).on(e.DC_PEERS,(e=>{const r=e.peers;this.logger.info(`receive ${r.length} peers from ${t.remotePeerId}`),r&&r.length>0&&(r.forEach((e=>{e.intermediator=t.remotePeerId,e.region||(e.region={})})),this.requestPeersQueue.push(...r)),this.requestPeersWaitCount--,this.requestPeersWaitCount<=0&&this._handleRequestedPeers()})).once(e.DC_ERROR,((e,r)=>{this.logger.warn(`datachannel ${t.channelId} failed fatal ${e} ${r}`),this.scheduler&&(this.scheduler.deletePeer(t),this._destroyAndDeletePeer(t.remotePeerId,e),this.fetcher&&(t.connected||e&&this.fetcher.increFailConns(),e&&this.failedDCMap.set(t.remotePeerId,`DC_FAILED ${r}`),this._doSignalFusing(this.scheduler.peersNum),this._doPeersRequest()))})).once(e.DC_TIMEOUT,(({gotSignal:e,sentSignal:r,data:i})=>{const{logger:s,signalerWs:n,gotSignalFails:a}=this,{remotePeerId:o,useBackupSignal:l,isInitiator:h}=t,u=l?"backup":"main";if(e?a[u]=0:(a[u]++,a[u]>=a.limit&&(a[u]=0,s.warn("gotSignalFails many, forcePolling"),n.forcePolling(u))),r&&e&&h&&(this.failedDCMap.set(o,"DC_TIMEOUT"),this.fetcher&&this.fetcher.increFailConns()),!e&&h&&!l&&this._tryBackupSignal(t,o,i))return t._startTimer(),void s.warn(`${o} conn timeout, try backup signal`);this._destroyAndDeletePeer(o,!1),this._doPeersRequest()})).once(e.DC_CLOSE,(e=>{this.logger.info(`datachannel ${t.channelId} closed fatal ${e}`),this.scheduler&&(this.scheduler.deletePeer(t),this._doSignalFusing(this.scheduler.peersNum)),this._destroyAndDeletePeer(t.remotePeerId,e),e&&this.failedDCMap.set(t.remotePeerId,"DC_CLOSE"),this._doPeersRequest()})).once(e.DC_OPEN,(()=>{t.isInitiator&&this.scheduler.handshakePeer(t)})).once(e.DC_METADATA,(e=>{const{scheduler:r}=this;t.isInitiator||r.handshakePeer(t),r.handleMetaData(t,e);const i=this.DCMap.size>=this.maxConnsActive;this.requestMorePeers(i),t.intermediator&&this.peersIncrement++,this._doSignalFusing(r.peersNum)}))}_doPeersRequest(){const e=this.scheduler.peersNum;!this.signalerWs.connected||this.overloaded&&e>this.minConns?this._requestPeersFromPeers(e):this.requestMorePeers(),this._tryConnectToAllPeers()}_doSignalFusing(e){if(this.fuseRate<=0)return;const t=this.signalerWs.connected;t&&e>=this.fuseRate?(this.logger.warn("reach fuseRate, report stats close signaler"),this.totalConns-1>0&&this.fetcher.postStats(),this.signalerWs.close()):!t&&e<=this.minConns&&this.signalerWs.normalClosed&&(this.logger.warn(`low conns ${e}, reconnect signaler`),this.signalerWs.reconnect())}_initSignalerWs(t,r,i,s){const n=(e,t)=>{let r=`${e}?id=${this.peerId}&p=web&v=2.16.4&b=1`;return this.config.signalCompact&&(r=`${r}&c=1`),t&&(r=`${r}&token=${t}`),r};let a,o=n(t,i);if(r&&r!==t){let e=n(r,s);a=new nt(this.logger,this.config,o,e)}else a=new st(this.logger,this.config,o);return a.onopen=()=>{this.connected=!0,this.engine.emitEvent("serverConnected",!0),this._tryConnectToAllPeers()},a.onmessage=(e,t)=>{let r=e.action;const i=e.from_peer_id||e.from;if(i)switch(r){case"signal":this._handleSignalMsg(i,e,null,t);break;case"reject":this._handSignalRejected(i,e);break;default:this.logger.warn(`Signal websocket unknown action ${r}`)}else this.logger.warn("fromPeerId is missed")},a.onclose=()=>{this.connected=!1,this.engine.emitEvent("serverConnected",!1)},a.onerror=t=>{t.message&&this.logger.warn(`signal err: ${t.message}`),t.message&&this.engine.emitEvent(e.EXCEPTION,Fe(t,"SIGNAL_EXPT"))},a}_handSignalRejected(e,t){const r=`signaling ${e} rejected`;this.logger.warn(`${r}, reason ${t.reason}`);const i=this.DCMap.get(e);i&&!i.connected&&(i.destroy(t.fatal),this.DCMap.delete(e)),this.requestMorePeers(),t.fatal&&this.failedDCMap.set(e,r),this._tryConnectToAllPeers()}_tryBackupSignal(e,t,r,i="main"){return!(!(this.signalerWs.backupConnected&&e&&r.length>0&&"main"===i)||e.useBackupSignal)&&(e.useBackupSignal=!0,e.signalName="backup",e.intermediator=void 0,this.signalerWs.sendSignalBatch(t,r,"backup"),!0)}_handleSignalMsg(e,t,r,i){if(!this.scheduler)return;const{logger:s}=this;if(t.data){if(this.failedDCMap.has(e))return void this._sendSignalReject(e,`${e} ${this.failedDCMap.get(e)||"unknown"}`,r,i,!0);this._handleSignal(e,t.data,r,i)}else{const t=this.DCMap.get(e);if(!t)return;if(this._tryBackupSignal(t,e,t.signalMsgs,i))return void this.logger.warn(`${e} not found from main, try backup signal`);if(t.useBackupSignal)return;this._destroyAndDeletePeer(e),s.info(`signaling ${e} not found`);const{scheduler:n}=this;n.waitForPeer&&(n.waitingPeers--,0===n.waitingPeers&&n.notifyPeersLoaded(0)),this.requestMorePeers(),this._tryConnectToAllPeers(),r||this.notFoundDCSet.add(e)}}_handleSignal(e,t,r,i){let s=t;"string"==typeof s?s=(e=>{if("C"===e[0])return{type:"candidate",candidate:{candidate:Tt(e),sdpMLineIndex:0,sdpMid:"0"}};const t=e.slice(1),r="O"===e[0];return{type:r?"offer":"answer",sdp:_t(t,r)}})(s):t=void 0;const n=s.type,{logger:a}=this;let o=this.DCMap.get(e);if(o){if(o.connected)return void a.info("datachannel had connected, signal ignored");if("offer"===n&&o.isInitiator){if(!(this.peerId>e))return void a.warn(`${e} signal type wrong ${n}, ignored`);a.warn(`${e} signal type wrong ${n}, convert to non initiator`),this._destroyAndDeletePeer(e,!1),o=this._createDatachannel(e,!1,r)}}else{if("answer"===n){const t=`${e} type wrong ${n}`;return a.warn(t),this._sendSignalReject(e,t,r,i),void this._destroyAndDeletePeer(e,!1)}if(a.debug(`receive node ${e} connection request`),this.DCMap.size>=this.maxConns){const t=`reach limit ${this.maxConns}`;return a.warn(t),void this._sendSignalReject(e,t,r,i,!0)}o=this._createDatachannel(e,!1,r)}o&&(i&&(o.signalName=i),o.receiveSignal(s,t))}_createDatachannel(e,t,r){if(!this.fetcher)return;let i;if(t&&this.peerPool.available)i=this.peerPool.getPeer(),this.logger.info(`get peer from pool, signal size ${i.signalMsgs.length}`),i.intermediator=r,i.assignPeerId(this.peerId,e);else{let s=this.config.trickleICE;this.overloaded&&(s=!1),i=new ee(this.engine,this.peerId,e,t,this.config,{stuns:this.stuns,intermediator:r,trickle:!r&&s})}return this.DCMap.set(e,i),this._setupDC(i),i}_sendSignalReject(e,t,r,i,s){if(r){const i=this.DCMap.get(r);if(i&&i.sendMsgSignalReject(e,this.peerId,t,s))return}this.signalerWs.sendReject(e,t,s,i)}_requestMorePeers(e){if(!this.fetcher)return;const{logger:t}=this,r=this.scheduler.peersNum;r>=this.maxConnsActive||(t.info(`requestMorePeers after delay ${e}, peersIncrement ${this.peersIncrement}`),r<3||r<this.minConns&&this.peersIncrement<=3&&!this.gotPeersFromTracker?this._requestPeersFromServer(r):this._requestPeersFromPeers(r)||this._requestPeersFromServer(r),this.peersIncrement=0)}_requestPeersFromServer(e){const{logger:t}=this;this.failedDCMap.size>50&&(this.failedDCMap=new Map([...this.failedDCMap].slice(-50))),this.notFoundDCSet.size>20&&(this.notFoundDCSet=new Set([...this.notFoundDCSet].slice(-20))),this.fetcher.btGetPeers([...this.DCMap.keys(),...this.failedDCMap.keys(),...this.notFoundDCSet.keys()],0===e).then((e=>{e&&e.peers&&(t.info(`requestMorePeers resp ${JSON.stringify(e,null,2)}`),this.peers=this._filterPeers(e.peers),this._tryConnectToAllPeers())})).catch((e=>{t.error(`requestMorePeers error ${e}`)})),this.gotPeersFromTracker=!0}_requestPeersFromPeers(e){return!!this.requestPeersTimer||(e>=this.maxConnsActive||(this.requestPeersWaitCount=this.scheduler.requestPeers(),0!==this.requestPeersWaitCount&&(this.gotPeersFromTracker=!1,this.requestPeersTimer=setTimeout((()=>{this.logger.warn("requestPeersTimer timeout"),this._handleRequestedPeers()}),1e4),!0)))}_handleRequestedPeers(){if(clearTimeout(this.requestPeersTimer),this.requestPeersTimer=void 0,this.fetcher){if(this.requestPeersQueue.length>0){const e=function(e,t){const r=[],i=new Set;for(let t of e)i.has(t.id)||(i.add(t.id),r.push(t));const{asn:s,country:n}=t;if(!s||!n||r.length<2)return r;const a=r.filter((e=>!e.asn&&!e.country)),o=r.filter((e=>e.country===n&&e.asn!==s)),l=r.filter((e=>e.asn===s&&e.country===n)),h=r.filter((e=>!a.includes(e)&&!l.includes(e)&&!o.includes(e)));return l.concat(o).concat(a).concat(h)}(this.requestPeersQueue,this.fetcher.announceInfo);this.peers=this._filterPeers(e),this.requestPeersQueue=[]}this._tryConnectToAllPeers()}}_destroyAndDeletePeer(e,t=!0){const r=this.DCMap.get(e);return!!r&&(r.destroy(t),this.DCMap.delete(e),!0)}_checkDCMap(){const e=g();for(let t of this.DCMap.values()){const r=e-t.timeJoin;e-t.timeJoin>30&&!t.connected&&(this.logger.warn(`delete ${t.remotePeerId} not connected for ${r} in DCMap`),this._destroyAndDeletePeer(t.remotePeerId,!1))}}}const Rt=bt;class At extends se{constructor(e={},t=null){if(super(e),e.validateSegment||(e.validateSegment=function(e,t){return!0}),this.hlsjs=t,this.config=Object.assign({useDiskCache:!e.live},fe,e),t){this.HLSEvents=t.constructor.Events;const e=t.constructor.version;this.hlsjsVersion=e,this.config.isHlsV0=e&&"0"===e.split(".")[0]}this.lastLevel=0,this.multiBitrate=!1}setup(){let{token:e,channelId:t}=this.config,r=e=>{const t=l().parseURL(e);return`${t.netLoc.substring(2)+t.path.substring(0,t.path.lastIndexOf("."))}`};t&&(r=this.makeChannelId(e,t));return{channelIdMaker:r,signalId:this.makeSignalId(),browserInfo:{...this.commonBrowserInfo}}}setupElectron(){this.browserInfo.device===Q.device.PC_NATIVE&&(this.browserInfo={...this.browserInfo,app:this.config.appName,bundle:this.config.appId})}getExtraForStats(){const e=super.getExtraForStats();return!this.config.live&&this.media&&(e.pos=Math.round(this.media.currentTime)),this.multiBitrate&&this.currentLevel!==this.lastLevel&&(e.level=this.currentLevel+"",this.lastLevel=this.currentLevel),e}getExtraForPeersRequest(){const e=super.getExtraForPeersRequest();return this.multiBitrate&&(e.level=this.currentLevel+""),e}destroy(){super.destroy()}async initSegmentManager(e){const{logger:r,config:i}=this;if(self.indexedDB&&i.useDiskCache&&!i.live){const e=new De(this,i);try{await e.setupStore(),this.bufMgr=e}catch(e){r.warn(e),this.bufMgr=new Me(this,i)}}else this.bufMgr=new Me(this,i);if(this.bufMgr.maxBufSize<=0)throw new Error("bufMgr state is invalid");"SegmentStore"===this.bufMgr.name&&(this.removeAllListeners(t.BM_FATAL_ERROR),this.once(t.BM_FATAL_ERROR,(()=>{r.warn("SegmentStoreFatalError, switch to SegmentCache"),this.bufMgr.destroy(),this.bufMgr=new Me(this,i),e&&e(this.bufMgr)})))}generateTag(){let e=(0,Q.getBrowser)();return e.includes("iPhone")&&"HlsSwP2pEngine"===this.engineName&&(e=`${e}_p`),this.playerName&&(e=`${e}_${this.playerName}`),e}async _init(e,t,r){const{logger:i,config:s}=this;if(!se.isSupported())throw new Error("webrtc is not supported");await this.initSegmentManager((e=>{if(this.tracker){const{scheduler:t}=this.tracker;t.bufferManager=e,t.bitset.clear()}})),r.live||this.media&&(r.pos=Math.round(this.media.currentTime)),r.tag=void 0===s.tag?this.generateTag():s.tag;let n=new Ze(this,s.token,encodeURIComponent(e),s.announce||"",r);this.fetcher=n,this.tracker=new Rt(this,n,t,s),t.bufferManager=this.bufMgr,this.setupWindowListeners()}_setupSegmentId(){this.config.segmentId||(this.config.segmentId=this.config.strictSegmentId?ue:he)}_onHlsError(e,r){if(!r||!this.hlsjs)return;const{logger:i,tracker:s,config:n}=this;if(!i)return;const a=`${r.type} fatal ${r.fatal} details ${r.details} reason ${r.reason}`;if(r.fatal?i.error(a):i.warn(a),"networkError"===r.type&&"HlsjsP2pEngine"===this.engineName)return;const{player:o}=this.browserInfo,l=`${o||""} hlsjs ${this.hlsjsVersion} ${location.href}`,h=this.hlsjs.constructor.ErrorDetails;switch(r.details){case h.BUFFER_STALLED_ERROR:if("HlsjsP2pEngine"===this.engineName&&this.fetcher&&this.fetcher.increRebuffers(),s&&s.scheduler){const e=s.scheduler;i.warn(`buffered: ${1e3*e.getBufferedDuration()} fragLoading ${e.fragLoading} isCritical ${e.isCritical()}`)}break;case h.INTERNAL_EXCEPTION:if(r.event&&"demuxerWorker"!==r.event){r.error||(r.error={});const e=`${r.error.message} event ${r.event} ${l}`;this.fetcher&&r.fatal&&(this.fetcher.errsInternalExpt++,this.fetcher.exptMsg=e),i.error(`INTERNAL_EXCEPTION event ${r.event} err ${r.error.message}`),this.emitEvent(t.EXCEPTION,Fe(r.error,"HLSJS_EXPT")),i.report(e,r.event,this.peerId,"2.16.4")}break;default:const e=r.details===h.FRAG_PARSING_ERROR;if(r.fatal||e){"mediaError"===r.type&&s&&s.scheduler&&s.scheduler.disconnectLoadingPeer(void 0,this.peerId).then((e=>{e&&s.scheduler.clearCache()}));const e=`${r.type} ${r.details} ${r.err||""} ${l}`;i.report(e,r.details,this.peerId,"2.16.4")}}}}class Pt{constructor(){this.method=null,this.key=null,this.iv=null,this._uri=null}get uri(){return!this._uri&&this.reluri&&(this._uri=o.buildAbsoluteURL(this.baseuri,this.reluri,{alwaysNormalize:!0})),this._uri}}class wt{constructor(){this._url=null,this._byteRange=null,this._decryptdata=null,this.tagList=[],this.programDateTime=null,this.rawProgramDateTime=null,this._elementaryStreams={[wt.ElementaryStreamTypes.AUDIO]:!1,[wt.ElementaryStreamTypes.VIDEO]:!1}}static get ElementaryStreamTypes(){return{AUDIO:"audio",VIDEO:"video"}}get url(){return!this._url&&this.relurl&&(this._url=o.buildAbsoluteURL(this.baseurl,this.relurl,{alwaysNormalize:!0})),this._url}set url(e){this._url=e}get byteRange(){if(!this._byteRange&&!this.rawByteRange)return[];if(this._byteRange)return this._byteRange;let e=[];if(this.rawByteRange){const t=this.rawByteRange.split("@",2);if(1===t.length){const t=this.lastByteRangeEndOffset;e[0]=t||0}else e[0]=parseInt(t[1]);e[1]=parseInt(t[0])+e[0],this._byteRange=e}return e}get byteRangeStartOffset(){return this.byteRange[0]}get byteRangeEndOffset(){return this.byteRange[1]}get decryptdata(){return this._decryptdata||(this._decryptdata=this.fragmentDecryptdataFromLevelkey(this.levelkey,this.sn)),this._decryptdata}get endProgramDateTime(){if(!Number.isFinite(this.programDateTime))return null;let e=Number.isFinite(this.duration)?this.duration:0;return this.programDateTime+1e3*e}get encrypted(){return!(!this.decryptdata||null===this.decryptdata.uri||null!==this.decryptdata.key)}addElementaryStream(e){this._elementaryStreams[e]=!0}hasElementaryStream(e){return!0===this._elementaryStreams[e]}createInitializationVector(e){let t=new Uint8Array(16);for(let r=12;r<16;r++)t[r]=e>>8*(15-r)&255;return t}fragmentDecryptdataFromLevelkey(e,t){let r=e;return e&&e.method&&e.uri&&!e.iv&&(r=new Pt,r.method=e.method,r.baseuri=e.baseuri,r.reluri=e.reluri,r.iv=this.createInitializationVector(t)),r}}class It{constructor(e){this.endCC=0,this.endSN=0,this.fragments=[],this.initSegment=null,this.live=!0,this.needSidxRanges=!1,this.startCC=0,this.startSN=0,this.startTimeOffset=null,this.targetduration=0,this.totalduration=0,this.type=null,this.url=e,this.version=null}get hasProgramDateTime(){return!(!this.fragments[0]||!Number.isFinite(this.fragments[0].programDateTime))}}const Dt=/^(\d+)x(\d+)$/,Ct=/\s*(.+?)\s*=((?:\".*?\")|.*?)(?:,|$)/g;class kt{constructor(e){"string"==typeof e&&(e=kt.parseAttrList(e));for(let t in e)e.hasOwnProperty(t)&&(this[t]=e[t])}decimalInteger(e){const t=parseInt(this[e],10);return t>Number.MAX_SAFE_INTEGER?1/0:t}hexadecimalInteger(e){if(this[e]){let t=(this[e]||"0x").slice(2);t=(1&t.length?"0":"")+t;const r=new Uint8Array(t.length/2);for(let e=0;e<t.length/2;e++)r[e]=parseInt(t.slice(2*e,2*e+2),16);return r}return null}hexadecimalIntegerAsNumber(e){const t=parseInt(this[e],16);return t>Number.MAX_SAFE_INTEGER?1/0:t}decimalFloatingPoint(e){return parseFloat(this[e])}enumeratedString(e){return this[e]}decimalResolution(e){const t=Dt.exec(this[e]);if(null!==t)return{width:parseInt(t[1],10),height:parseInt(t[2],10)}}static parseAttrList(e){let t,r={};for(Ct.lastIndex=0;null!==(t=Ct.exec(e));){let e=t[2],i='"';0===e.indexOf(i)&&e.lastIndexOf(i)===e.length-1&&(e=e.slice(1,-1)),r[t[1]]=e}return r}}const Mt=kt,Ot={audio:{a3ds:!0,"ac-3":!0,"ac-4":!0,alac:!0,alaw:!0,dra1:!0,"dts+":!0,"dts-":!0,dtsc:!0,dtse:!0,dtsh:!0,"ec-3":!0,enca:!0,g719:!0,g726:!0,m4ae:!0,mha1:!0,mha2:!0,mhm1:!0,mhm2:!0,mlpa:!0,mp4a:!0,"raw ":!0,Opus:!0,samr:!0,sawb:!0,sawp:!0,sevc:!0,sqcp:!0,ssmv:!0,twos:!0,ulaw:!0},video:{avc1:!0,avc2:!0,avc3:!0,avc4:!0,avcp:!0,drac:!0,dvav:!0,dvhe:!0,encv:!0,hev1:!0,hvc1:!0,mjp2:!0,mp4v:!0,mvc1:!0,mvc2:!0,mvc3:!0,mvc4:!0,resv:!0,rv60:!0,s263:!0,svc1:!0,svc2:!0,"vc-1":!0,vp08:!0,vp09:!0}};const xt=/#EXT-X-STREAM-INF:([^\n\r]*)[\r\n]+([^\r\n]+)/g,Nt=/#EXT-X-MEDIA:(.*)/g,Ft=new RegExp([/#EXTINF:\s*(\d*(?:\.\d+)?)(?:,(.*)\s+)?/.source,/|(?!#)([\S+ ?]+)/.source,/|#EXT-X-BYTERANGE:*(.+)/.source,/|#EXT-X-PROGRAM-DATE-TIME:(.+)/.source,/|#.*/.source].join(""),"g"),Bt=/(?:(?:#(EXTM3U))|(?:#EXT-X-(PLAYLIST-TYPE):(.+))|(?:#EXT-X-(MEDIA-SEQUENCE): *(\d+))|(?:#EXT-X-(TARGETDURATION): *(\d+))|(?:#EXT-X-(KEY):(.+))|(?:#EXT-X-(START):(.+))|(?:#EXT-X-(ENDLIST))|(?:#EXT-X-(DISCONTINUITY-SEQ)UENCE:(\d+))|(?:#EXT-X-(DIS)CONTINUITY))|(?:#EXT-X-(VERSION):(\d+))|(?:#EXT-X-(MAP):(.+))|(?:(#)([^:]*):(.*))|(?:(#)(.*))(?:.*)\r?\n?/,Ut=/\.(mp4|m4s|m4v|m4a)$/i;class Gt{static findGroup(e,t){if(!e)return null;let r=null;for(let i=0;i<e.length;i++){const s=e[i];s.id===t&&(r=s)}return r}static convertAVC1ToAVCOTI(e){let t,r=e.split(".");return r.length>2?(t=r.shift()+".",t+=parseInt(r.shift()).toString(16),t+=("000"+parseInt(r.shift()).toString(16)).substr(-4)):t=e,t}static resolve(e,t){return o.buildAbsoluteURL(t,e,{alwaysNormalize:!0})}static parseMasterPlaylist(e,t){let r,i=[];function s(e,t){["video","audio"].forEach((r=>{const i=e.filter((e=>function(e,t){const r=Ot[t];return!!r&&!0===r[e.slice(0,4)]}(e,r)));if(i.length){const s=i.filter((e=>0===e.lastIndexOf("avc1",0)||0===e.lastIndexOf("mp4a",0)));t[`${r}Codec`]=s.length>0?s[0]:i[0],e=e.filter((e=>-1===i.indexOf(e)))}})),t.unknownCodecs=e}for(xt.lastIndex=0;null!=(r=xt.exec(e));){const e={},n=e.attrs=new Mt(r[1]);e.url=Gt.resolve(r[2],t);const a=n.decimalResolution("RESOLUTION");a&&(e.width=a.width,e.height=a.height),e.bitrate=n.decimalInteger("AVERAGE-BANDWIDTH")||n.decimalInteger("BANDWIDTH"),e.name=n.NAME,s([].concat((n.CODECS||"").split(/[ ,]+/)),e),e.videoCodec&&-1!==e.videoCodec.indexOf("avc1")&&(e.videoCodec=Gt.convertAVC1ToAVCOTI(e.videoCodec)),i.push(e)}return i}static parseMasterPlaylistMedia(e,t,r,i=[]){let s,n=[],a=0;for(Nt.lastIndex=0;null!==(s=Nt.exec(e));){const e={},o=new Mt(s[1]);if(o.TYPE===r){if(e.groupId=o["GROUP-ID"],e.name=o.NAME,e.type=r,e.default="YES"===o.DEFAULT,e.autoselect="YES"===o.AUTOSELECT,e.forced="YES"===o.FORCED,o.URI&&(e.url=Gt.resolve(o.URI,t)),e.lang=o.LANGUAGE,e.name||(e.name=e.lang),i.length){const t=Gt.findGroup(i,e.groupId);e.audioCodec=t?t.codec:i[0].codec}e.id=a++,n.push(e)}}return n}static parseLevelPlaylist(e,t){let r,i,s=0,n=0,a=new It(t),o=new Pt,l=0,h=null,u=new wt,d=null;for(Ft.lastIndex=0;null!==(r=Ft.exec(e));){const e=r[1];if(e){u.duration=parseFloat(e);const t=(" "+r[2]).slice(1);u.title=t||null,u.tagList.push(t?["INF",e,t]:["INF",e])}else if(r[3]){if(Number.isFinite(u.duration)){const e=s++;u.start=n,u.levelkey=o,u.sn=e,u.cc=l,u.baseurl=t,u.relurl=(" "+r[3]).slice(1),Ht(u,h),a.fragments.push(u),h=u,n+=u.duration,u=new wt}}else if(r[4]){if(u.rawByteRange=(" "+r[4]).slice(1),h){const e=h.byteRangeEndOffset;e&&(u.lastByteRangeEndOffset=e)}}else if(r[5])u.rawProgramDateTime=(" "+r[5]).slice(1),u.tagList.push(["PROGRAM-DATE-TIME",u.rawProgramDateTime]),null===d&&(d=a.fragments.length);else{for(r=r[0].match(Bt),i=1;i<r.length&&void 0===r[i];i++);const e=(" "+r[i+1]).slice(1),n=(" "+r[i+2]).slice(1);switch(r[i]){case"#":u.tagList.push(n?[e,n]:[e]);break;case"PLAYLIST-TYPE":a.type=e.toUpperCase();break;case"MEDIA-SEQUENCE":s=a.startSN=parseInt(e);break;case"TARGETDURATION":a.targetduration=parseFloat(e);break;case"VERSION":a.version=parseInt(e);break;case"EXTM3U":break;case"ENDLIST":a.live=!1;break;case"DIS":l++,u.tagList.push(["DIS"]);break;case"DISCONTINUITY-SEQ":l=parseInt(e);break;case"KEY":var c=new Mt(e),f=c.enumeratedString("METHOD"),g=c.URI,p=c.hexadecimalInteger("IV");f&&(o=new Pt,g&&["AES-128","SAMPLE-AES","SAMPLE-AES-CENC"].indexOf(f)>=0&&(o.method=f,o.baseuri=t,o.reluri=g,o.key=null,o.iv=p));break;case"START":let i=new Mt(e).decimalFloatingPoint("TIME-OFFSET");Number.isFinite(i)&&(a.startTimeOffset=i);break;case"MAP":let h=new Mt(e);u.relurl=h.URI,u.rawByteRange=h.BYTERANGE,u.baseurl=t,u.sn="initSegment",a.initSegment=u,u=new wt,u.rawProgramDateTime=a.initSegment.rawProgramDateTime;break;default:console.warn(`line parsed but not handled: ${r}`)}}}return u=h,u&&!u.relurl&&(a.fragments.pop(),n-=u.duration),a.totalduration=n,a.averagetargetduration=n/a.fragments.length,a.endSN=s-1,a.startCC=a.fragments[0]?a.fragments[0].cc:0,a.endCC=l,!a.initSegment&&a.fragments.length&&a.fragments.every((e=>Ut.test(e.relurl)))&&(console.warn("MP4 fragments found but no init segment (probably no MAP, incomplete M3U8), trying to fetch SIDX"),u=new wt,u.relurl=a.fragments[0].relurl,u.baseurl=t,u.level=id,u.sn="initSegment",a.initSegment=u,a.needSidxRanges=!0),d&&function(e,t){let r=e[t];for(let i=t-1;i>=0;i--){const t=e[i];t.programDateTime=r.programDateTime-1e3*t.duration,r=t}}(a.fragments,d),a}}function Ht(e,t){e.rawProgramDateTime?e.programDateTime=Date.parse(e.rawProgramDateTime):t&&t.programDateTime&&(e.programDateTime=t.endProgramDateTime),Number.isFinite(e.programDateTime)||(e.programDateTime=null,e.rawProgramDateTime=null)}const $t={ANY:0,COMPLETE:1,PARTIAL_FORWARD:2,PARTIAL_REVERSE:3},Wt=(e,t,r,i,s=!1)=>{const[n,a,o]=Vt(e,t,r,i);return s&&n.length>=1?w(n[0]):n.length>=2?[n[0],n[1]]:I(n,a,o)},Vt=(e,t,r,i)=>{const s=[],{COMPLETE:n,PARTIAL_FORWARD:a,PARTIAL_REVERSE:o}=$t;return[n,a,o].forEach((n=>{s.push(qt(e,n,t,r,i))})),s},qt=(e,t,r,i,s)=>e.filter((e=>e.bitset.hasWithId(r,i,s,t)));class jt{constructor(e=!1,t){this.isLive=e,this.levelMap=new Map;for(let e in t){const r=Number(e);if(r<0)continue;const i=new Map;if(t[e])for(let r of t[e])i.set(r,{state:$t.COMPLETE,segId:void 0,size:void 0});this.levelMap.set(r,i)}}totalLevels(){return this.levelMap.size}hasWithId(e,t,r,i=$t.ANY){if(t<0)return!1;const s=this._createOrGetSet(t).get(e);return!!s&&((!r||!s.segId||s.segId===r)&&(i===$t.ANY||s.state===i))}has(e,t,r=$t.ANY){return this.hasWithId(e,t,void 0,r)}hasCompleteOr(e,t,r=$t.COMPLETE){const i=this._createOrGetSet(t).get(e);return!!i&&(i.state===$t.COMPLETE||i.state===r)}getObj(e,t){let r=this._createOrGetSet(t).get(e);return r||(r={}),r}getSegId(e,t){return this.getObj(e,t).segId}getSize(e,t){return this.getObj(e,t).size}getState(e,t){return this.getObj(e,t).state}delete(e,t){return this._createOrGetSet(t).delete(e)}add(e,t,r,i,s){if("number"!=typeof(n=e)||n%1!=0)return;var n;this._createOrGetSet(t).set(e,{state:i,segId:r,size:s}),this.isLive&&this._trimBitset(e)}array(e){const t=this._createOrGetSet(e);return this._keysForStateComplete(t)}allArray(){let e={};return this.levelMap.forEach(((t,r)=>{e[r]=this._keysForStateComplete(t)})),e}clear(){this.levelMap.forEach((e=>{e.clear()}))}size(e){return this._createOrGetSet(e).size}_createOrGetSet(e){"number"!=typeof e&&(e=Number(e));let t=this.levelMap.get(e);return t||(t=new Map,this.levelMap.set(e,t)),t}_trimBitset(e){const t=e-20;t>0&&this.levelMap.forEach((e=>{e.delete(t)}))}_keysForStateComplete(e){const t=[];for(let[r,i]of e)i.state===$t.COMPLETE&&t.push(r);return t}}class zt{constructor(){this.levelMap=new Map}totalLevels(){return this.levelMap.size}has(e,t){return this._createOrGetMap(t).has(e)}delete(e,t){return this._createOrGetMap(t).delete(e)}decre(e,t){const r=this._createOrGetMap(t);if(r.has(e)){let t=r.get(e);1===t?r.delete(e):r.set(e,t-1)}}incre(e,t){const r=this._createOrGetMap(t);if(r.has(e)){let t=r.get(e);r.set(e,t+1)}else r.set(e,1)}clear(){this.levelMap.forEach((e=>{e.clear()}))}size(e){return this._createOrGetMap(e).size}_createOrGetMap(e){"number"!=typeof e&&(e=Number(e));let t=this.levelMap.get(e);return t||(t=new Map,this.levelMap.set(e,t)),t}}const Kt=class{constructor(){this.peerMap=new Map}isEmpty(){return 0===this.peerMap.size}size(){return this.peerMap.size}clear(){this.peerMap.clear()}getPeers(){return[...this.peerMap.values()]}getPeerValues(){return this.peerMap.values()}hasPeer(e){return this.peerMap.has(e)}addPeer(e,t){this.peerMap.set(e,t)}getPeerIds(){return[...this.peerMap.keys()]}removePeer(e){this.peerMap.delete(e)}getPeersOrderByWeight(){const e=this.getAvailablePeers();return e.sort(((e,t)=>0===t.weight?1:0===e.weight?-1:t.weight-e.weight)),e}getPeer(e){return this.peerMap.get(e)}getAvailablePeers(){return this.getPeers().filter((e=>e.isAvailableUrgently))}},Yt=Symbol("shareOnly");class Xt extends(n()){constructor(e,t){super(),this.engine=e,this.config=t,this.logger=e.logger,this.bufMgr=null,this.peerManager=new Kt,this.fragLoading=!1,this._setupEngine&&this._setupEngine(),this.startCheckConnsTimer(),this.dcDownloadTimeout=t.dcDownloadTimeout,this[Yt]=!1,this.downloadOnly=!1,this.loadedPeerNum=0,this.minConns=5}get isMobileNet(){return this.engine.isMobileNet}startCheckConnsTimer(){this.checkConnsTimer=setInterval((()=>{this.logger.info("start check conns");const e=this.getStatsForPeer();let t=this.peersNum;const r=g();this.getPeers().forEach((i=>{t>this.minConns+1&&(r-i.dataExchangeTs>120||r-i.gotStatsTs>=83)?(this.logger.warn(`close dead peer ${i.remotePeerId} level ${i.currentLevel}`),i.close(!1),t--):i.connected&&i.sendMsgStats(t,e)}))}),4e4)}get httpRangeSupported(){return this.config.httpRangeSupported}getStatsForPeer(){return{}}_handlePieceAborted(){}requestPeers(){const e=g();let t=0;for(let r of this.getPeers())r.mobileNet||r.super||(e-r.gotPeersTS<60?this.logger.warn(`${r.remotePeerId} just got peers, ignored`):(r.sendPeersRequest(),r.gotPeersTS=e,t++));return t}chokePeerRequest(t){const r={event:e.DC_CHOKE};t?t.sendJson(r):this._broadcastToPeers(r)}unchokePeerRequest(t){const r={event:e.DC_UNCHOKE};t?t.sendJson(r):this._broadcastToPeers(r)}stopRequestFromPeers(){for(let e of this.getPeers())e.choked=!0}resumeRequestFromPeers(){for(let e of this.getPeers())e.choked=!1}setShareOnly(){this[Yt]=!0}deletePeer(e){e.downloading&&this._handlePieceAborted(e.remotePeerId),this.peerManager.hasPeer(e.remotePeerId)&&this.peerManager.removePeer(e.remotePeerId),this._peersStats(this.peerManager.getPeerIds())}getPeers(){return[...this.peerManager.getPeerValues()]}addPeer(e){const{logger:t}=this;this.peerManager.addPeer(e.remotePeerId,e),this[Yt]&&(e.choked=!0);const r=this.peerManager.getPeerIds();this._peersStats(r);const{asn:i,country:s}=e.region||{};t.info(`add peer ${e.remotePeerId} country ${s||""} asn ${i||""}, now has ${r.length} peers`)}hasPeer(e){return this.peerManager.hasPeer(e)}get hasPeers(){return this.peersNum>0}get peersNum(){return this.peerManager.size()}get hasIdlePeers(){const{logger:e}=this,t=this.getIdlePeer().length;if(e.info(`peers: ${this.peersNum} idle peers: ${t}`),t<this.peersNum){const t=this.peerManager.getPeers(),r=t.filter((e=>e.downloading));e.warn(`downloading: ${r.length} choked: ${t.filter((e=>e.choked)).length}`);for(let t of r)e.warn(`${t.remotePeerId} loading ${t.segId} remains ${t.remainAttachments} total ${t.pieceMsg.attachments}`)}return t>0}getIdlePeer(){return this.peerManager.getAvailablePeers()}set bufferManager(t){this.bufMgr=t,t.on(e.BM_LOST,(({sn:e,segId:t,next:r,level:i})=>{this._broadcastLost(e,t,i),this.onBufferManagerLost(e,t,r,i)})).on(e.BM_SEG_ADDED,(e=>{this.onBufferManagerSegAdded(e)}))}onBufferManagerSegAdded(e){}_broadcastLost(t,r,i,s){this.config.live||this._broadcastToPeers({event:e.DC_LOST,sn:t,seg_id:r||void 0,level:i},s)}destroy(){const{logger:e}=this;this.peersNum>0&&this.peerManager.clear(),this.removeAllListeners(),clearInterval(this.checkConnsTimer),clearTimeout(this.checkTimer),e.warn("destroy BtScheduler")}notifyPeersLoaded(e){}_setupDC(t){const{logger:r}=this;t.on(e.DC_PIECE_ACK,(e=>{e.size&&(this.engine.fetcher.reportUploaded(e.size),r.info(`uploaded ${e.seg_id} size ${e.size} to ${t.remotePeerId}`))})).on(e.DC_PIECE_ABORT,(e=>{r.warn(`peer ${t.remotePeerId} download aborted, reason ${e.reason}`),this._handlePieceAborted(t.remotePeerId),this.config.live&&this.checkPeers&&this.checkPeers()})).on(e.DC_DISCONNECT,(()=>{this.peersNum>=this.minConns&&(this.logger.warn(`close disconnected peer ${t.remotePeerId}`),t.close(!1))}))}_broadcastToPeers(e,t){for(let r of this.getPeers())t&&r===t||r.sendJson(e)}_peersStats(e){this.engine.emitEvent("peers",e);const t=this.engine.config.getPeersInfo;A(t)&&t(e)}startCheckPeersTimer(){this.logger.info("startCheckPeersTimer");const e=()=>{this.checkPeers();const t=1e3*(0===(r=this.loadedPeerNum)?3:.5*r+1.67);var r;this.loadedPeerNum=0,this.checkTimer=setTimeout(e,t)};this.checkTimer=setTimeout(e,15e3)}removeStreamListener(e,t){const r=this.requestingMap.get(e);if(r)return void r.removeStreamListener(t);const i=this.segmentBuilderMap.get(e);i&&i.removeStreamListener(t)}setTargetPeersFromGroup(e,t,r,i){if(e.hasReversePeer){if((r=t.concat(r)).length>0)return this.targetPeers.forwardPeer=r[0],!0}else if(e.hasForwardPeer&&(i=t.concat(i)).length>0)return this.targetPeers.reversePeer=i[0],!0;return t.length>0?(e.hasForwardBuffer?this.targetPeers.reversePeer=t[0]:this.targetPeers.forwardPeer=t[0],!0):(this.targetPeers=I(t,r,i),this.targetPeers.some((e=>!!e)))}}const Qt=Xt;class Jt extends(n()){constructor(){super(),this.internalMap=new Map}has(e){return this.internalMap.has(e)}set(e,t){this.internalMap.set(e,t),S(this.internalMap,13,(e=>{e&&e.destroy()}))}get(e){return this.internalMap.get(e)}delete(e){const t=this.internalMap.get(e);t&&(t.destroy(),this.internalMap.delete(e))}get size(){return this.internalMap.size}clear(){this.internalMap.clear(),this.removeAllListeners()}get activePeers(){let e=0;return[...this.internalMap.values()].forEach((t=>{t.hasForwardPeer&&!t.forwardCanceled&&(e+=1),t.hasReversePeer&&!t.reverseCanceled&&(e+=1)})),e}}const Zt=0,er=1,tr=2,rr=3;class ir extends(n()){constructor(){super(),this.UNSENT=0,this.OPENED=1,this.HEADERS_RECEIVED=2,this.LOADING=3,this.DONE=4,this.timeout=0,this.withCredentials=!1,this.status=0,this.readyState=this.UNSENT,this.headers=new Map,this.responseHeaders=null,this.on("load",(e=>{this.onload&&this.onload(e)})),this.on("abort",(e=>{this.onabort&&this.onabort(e)})),this.on("error",(e=>{this.onerror&&this.onerror(e)})),this.on("loadstart",(e=>{this.onloadstart&&this.onloadstart(e)})),this.on("progress",(e=>{this.onprogress&&this.onprogress(e)})),this.on("timeout",(e=>{this.ontimeout&&this.ontimeout(e)})),this.on("loadend",(e=>{this.onloadend&&this.onloadend(e)})),this.on("readystatechange",(()=>{this.onreadystatechange&&this.onreadystatechange()}))}setRequestHeader(e,t){this.headers.set(e,t)}addEventListener(e,t){this.addListener(e,t)}removeEventListener(e,t){this.removeListener(e,t)}overrideMimeType(){}getAllResponseHeaders(){if(!this.responseHeaders)return null;let e="";return this.responseHeaders.forEach(((t,r)=>{e+=`${r}: ${t}\n`})),e}getResponseHeader(e){return this.responseHeaders?this.responseHeaders.get(e):null}open(){this.readyState=this.OPENED,this.emit("loadstart")}abort(){this.readyState=this.DONE,this.status=0,this.emit("loadend")}send(){}_emitEvent(e){this.emit(e,{type:e,target:this})}}const sr=/(\d+)-(\d+)\/(\d+)/;function nr(){if(self.fetch&&self.AbortController&&self.ReadableStream&&self.Request)try{return new self.ReadableStream({}),!0}catch(e){}return!1}class ar{constructor(e){this.fetchSetup=e.fetchSetup||or,this.xhrSetup=e.xhrSetup,this.controller=new self.AbortController,this.stats=D(),this.packetSize=u,this.fakeXhr=new ir}destroy(){this.loader=this.callbacks=this.context=this.config=this.request=null,this.abortInternal(),this.response=null,this.fetchSetup=this.xhrSetup=this.fakeXhr=this.controller=this.stats=null}abortInternal(){this.controller&&!this.stats.loading.end&&(this.stats.aborted=!0,this.callbacks&&this.callbacks.onUpdate&&this.callbacks.onUpdate(void 0,!1,!0),this.controller.abort())}abort(){this.abortInternal(),this.callbacks&&this.callbacks.onAbort&&this.callbacks.onAbort(this.stats,this.context,this.response)}load(e,t,r){const i=this.stats;i.trequest=i.loading.start;let s=function(e,t){const r={method:"GET",mode:"cors",credentials:"same-origin",signal:t,headers:new self.Headers(Object.assign({},e.headers))};e.rangeEnd&&r.headers.set("Range","bytes="+e.rangeStart+"-"+String(e.rangeEnd-1));return r}(e,this.controller.signal);const n="arraybuffer"===e.responseType,a=n?"byteLength":"length",{maxTimeToFirstByteMs:o,maxLoadTimeMs:l=2e4}=t.loadPolicy||{},h=r.onUpdate,u=r.onBodyStart;this.context=e,this.config=t,this.callbacks=r,this.xhrSetup&&(this.xhrSetup(this.fakeXhr,e.url),s=function(e,t){e.withCredentials&&(t.credentials="include");for(let[r,i]of e.headers)t.headers.set(r,i);return t}(this.fakeXhr,s)),this.request=this.fetchSetup(e,s),clearTimeout(this.requestTimeout),t.timeout=o&&Number.isFinite(o)?o:l,this.requestTimeout=setTimeout((()=>{this.abortInternal(),this.fakeXhr._emitEvent("timeout"),this.fakeXhr._emitEvent("loadend"),r.onTimeout&&r.onTimeout(i,e,this.response)}),this.fakeXhr.timeout||t.timeout);const d="then"in(c=this.request)&&c.then instanceof Function?this.request.then(self.fetch):self.fetch(this.request);var c;const{fakeXhr:f}=this;f.readyState=f.OPENED,f.emit("readystatechange"),f._emitEvent("loadstart"),d.then((s=>{this.response=this.loader=s;const a=Math.max(self.performance.now(),i.loading.start);if(self.clearTimeout(this.requestTimeout),t.timeout=l,this.requestTimeout=self.setTimeout((()=>{this.abortInternal(),r.onTimeout&&r.onTimeout(i,e,this.response)}),l-(a-i.loading.start)),!s.ok){const{status:e,statusText:t}=s;throw new lr(t||"fetch, bad network response",e,s)}i.tfirst=i.loading.first=a,i.total=function(e){const t=e.get("Content-Range");if(t){const e=function(e){const t=sr.exec(e);if(t)return parseInt(t[2])-parseInt(t[1])+1}(t);if(Number.isFinite(e))return e}const r=e.get("Content-Length");if(r)return parseInt(r)}(s.headers)||i.total;let o=0;try{const e=s.headers.get("Content-Range").split("/");2===e.length&&(o=parseInt(e[1],10))}catch(e){}const{fakeXhr:d}=this;return d.readyState=d.HEADERS_RECEIVED,d.responseHeaders=s.headers,d.emit("readystatechange"),h&&"0"!==i.total?(u&&u(i.total,o),this.loadProgressively(s,i,e,h)):(d.emit("progress",new ProgressEvent("progress",{lengthComputable:!1})),n?s.arrayBuffer():"json"===e.responseType?s.json():s.text())})).then((t=>{const{response:s}=this;clearTimeout(this.requestTimeout),i.tload=i.loading.end=Math.max(performance.now(),i.loading.first);const n=t[a];n&&(i.loaded=i.total=n);const o={url:s.url,data:t,code:s.status};r.onProgress&&r.onProgress(i,e,t,s),r.onSuccess&&r.onSuccess(o,i,e,s)})).catch((t=>{if(clearTimeout(this.requestTimeout),i.aborted)return;const s=t&&t.code||0,n=t?t.message:null;r.onError&&r.onError({code:s,text:n},e,t?t.details:null,i)}))}loadProgressively(e,t,r,i){const s=e.body.getReader();let n=0,o=0,l=(0,a.h)(0),h=!1;const d=()=>s.read().then((({value:r,done:s})=>{const{fakeXhr:c}=this;if(c.readyState!==c.LOADING&&(c.readyState=c.LOADING,c.emit("readystatechange")),r&&(n+=r.length),s){if(l.byteLength>0)if(n<=this.packetSize){const e=(0,a.h)(n);l.copy(e,0,o*this.packetSize,l.byteLength),i(e,!0)}else{const e=function(e,t){const r=e.byteLength-t,i=[];let s=t,n=Math.floor(r/u),o=r%u;for(let t=0;t<n;t++){const t=(0,a.h)(u);e.copy(t,0,s,s+u),i.push(t),s+=u}if(o>0){const t=(0,a.h)(o);e.copy(t,0,s,s+o),i.push(t)}return i}(l,o*this.packetSize);for(let t=0;t<e.length;t++)i(e[t],t===e.length-1)}const t=l.buffer,{fakeXhr:r}=this,{status:s,statusText:h,url:d}=e;return r.readyState=r.DONE,r.responseText=s,r.status=h,r.responseURL=d,r.responseType="arraybuffer",r.response=t,r.emit("readystatechange"),r._emitEvent("load"),r._emitEvent("loadend"),Promise.resolve(t)}if(t.loaded+=r.length,c.emit("progress",new ProgressEvent("progress",{lengthComputable:!0,loaded:t.loaded,total:t.total})),this.callbacks.onLoaded&&this.callbacks.onLoaded({total:t.total,loaded:t.loaded,first:!h},this.context),h=!0,l=a.h.concat([l,r]),n>=this.packetSize){n-=this.packetSize;const e=(0,a.h)(this.packetSize);l.copy(e,0,o*this.packetSize,(o+1)*this.packetSize),o++,i(e,!1)}return d()})).catch((()=>(this.fakeXhr._emitEvent("abort"),this.fakeXhr._emitEvent("loadend"),Promise.reject())));return d()}}function or(e,t){return new self.Request(e.url,t)}class lr extends Error{constructor(e,t,r){super(e),this.code=t,this.details=r}}class hr extends(n()){constructor(e,t,r=!1){super(),this.coordinator=e,this.logger=t,this.rangeSupported=r,this.rangeStart=0,this.rangeEnd=0,this.httpLoadTime=2e3,this.proxied=!1,this.forwardPeer=null,this.reversePeer=null,this.bufArr=[],this.forwardBufList=[],this.reverseBufList=[],this.forwardOffset=-1,this.reverseOffset=1e4,this.timeStart=0,this.timeReceivePiece=0,this.destroyed=!1,this.forwardStreamListeners=[],this.reverseStreamListeners=[],this.rangeRequesting=!1,this.waitingRemain=!1,this.httpLoaded=0,this.p2pLoaded=0,this.deadline=0,this.forwardCanceled=!1,this.reverseCanceled=!1,this.firstReceived=!1,this.alreadyOutput=!1,this.pieceMsg={}}get isDownloading(){return this.timeReceivePiece>0}get isAlmostDeadline(){return this.rangeRequesting||this.alreadyOutput}hasPeer(e){return!!e&&(e===this.forwardPeer||e===this.reversePeer)}get streamListeners(){return[...this.reverseStreamListeners,...this.forwardStreamListeners].length}_notifyStreamListenersAbort(){const{sn:e,seg_id:t}=this.pieceMsg,r=[...this.reverseStreamListeners,...this.forwardStreamListeners];for(let i of r){const{handler:r}=i;r(e,t,!0,"aborted by synthesizer")}this._resetStreamListeners()}_resetStreamListeners(){this.reverseStreamListeners.length=0,this.forwardStreamListeners.length=0}_notifyStreamListenersRemain(){if(this.forwardStreamListeners.length>0){for(let e=this.forwardOffset+1;e<this.bufArr.length;e++)this._notifyStreamListeners(!1,this.bufArr[e],e);this.forwardStreamListeners=[]}if(this.reverseStreamListeners.length>0){for(let e=this.reverseOffset-1;e>=0;e--)this._notifyStreamListeners(!0,this.bufArr[e],e);this.reverseStreamListeners=[]}}addStreamListener(e,t,r){(e?this.reverseStreamListeners:this.forwardStreamListeners).push({handler:r,peerId:t})}removeStreamListener(e){const{sn:t,seg_id:r}=this.pieceMsg,i=i=>i.filter((i=>i.peerId!==e||(i.handler(t,r,!0,"aborted by cancel"),!1)));this.forwardStreamListeners=i(this.forwardStreamListeners),this.reverseStreamListeners=i(this.reverseStreamListeners)}setTimeout(e=0,t=!1){this.logger.info(`syn setTimeout ${e}`);let r=performance.now();e<=0?setTimeout((()=>{this._handleTimeout(!1,!1)}),0):(this.firstPieceTimer=setTimeout((()=>{if(this.firstReceived)return;const e=()=>{this.logger.warn(`switch to http, firstReceived ${this.firstReceived}`),this._handleTimeout(!1)};if(this.timeReceivePiece>0){const t=(this.timeReceivePiece-r)/2;t>0?this.firstPieceTimer=setTimeout((()=>{this.firstReceived&&!this._shouldSwitch()||e()}),t):e()}else e()}),e/2),this.deadline=r+e,this._startTimer(e,t))}setExtra(e={}){e.url&&(this.url=e.url),e.rangeStart&&(this.rangeStart=e.rangeStart),e.rangeEnd&&(this.rangeEnd=e.rangeEnd),e.httpLoadTime&&(this.httpLoadTime=e.httpLoadTime),e.proxied&&(this.proxied=!0),e.xhrSetup&&(this.xhrSetup=e.xhrSetup),e.headers&&(this.headers=e.headers),e.segId&&!this.pieceMsg.seg_id&&(this.pieceMsg.seg_id=e.segId)}get hasForwardPeer(){return!!this.forwardPeer}get hasReversePeer(){return!!this.reversePeer}hasPeerId(e){return this.forwardPeer&&this.forwardPeer.remotePeerId===e||this.reversePeer&&this.reversePeer.remotePeerId===e}get isEmpty(){return null===this.forwardPeer&&null===this.reversePeer}get isFull(){return this.forwardPeer&&this.reversePeer}setForwardPeer(e,t){return!this.alreadyOutput&&(!!this._checkPieceSize(t)&&(this.forwardPeer=e,this.reversePeer&&this._print(),this._setupPeer(e,!1,t),!0))}setReversePeer(e,t){return!this.alreadyOutput&&(!!this._checkPieceSize(t)&&(this.reversePeer=e,this.forwardPeer&&this._print(),this._setupPeer(e,!0,t),!0))}setPeer(e,t,r){return t?this.setReversePeer(e,r):this.setForwardPeer(e,r)}deletePeer(e){const t=e===this.reversePeer;this._detachPeer(e),t?this.reversePeer=null:this.forwardPeer=null,(this.isEmpty||this.deadline>0)&&this._handleTimeout(!1,!1)}terminate(){this._handleTimeout(!1,!1)}get hasPartialBuffer(){return this.hasForwardBuffer||this.hasReverseBuffer}get hasForwardBuffer(){return this.forwardOffset>=0}get hasReverseBuffer(){return this.pieceMsg&&this.reverseOffset<this.pieceMsg.attachments}get isForwardBufferFull(){return this.pieceMsg&&this.forwardOffset>=this.pieceMsg.attachments-1}get isReverseBufferFull(){return this.reverseOffset<=0}_cancelP2p(e=!1){const{seg_id:t,sn:r,level:i}=this.pieceMsg;!this.forwardPeer||this.isForwardBufferFull||this.forwardCanceled||(this.forwardPeer.cancelDownload(r,i,t),this.forwardCanceled=!0),e||!this.reversePeer||this.isReverseBufferFull||this.reverseCanceled||(this.reversePeer.cancelDownload(r,i,t),this.reverseCanceled=!0)}detachPeers(){this._detachPeer(this.forwardPeer),this._detachPeer(this.reversePeer)}destroy(){this._notifyStreamListenersAbort(),this.removeAllListeners(),this.destroyed=!0,this._detachPeer(this.forwardPeer),this.forwardPeer=null,this.forwardOffset=-1,this._detachPeer(this.reversePeer),this.reversePeer=null,this.reverseOffset=1e4,this.bufArr=[],this.forwardStreamListeners=[],this.reverseStreamListeners=[],this._abortLoading()}_abortLoading(){clearTimeout(this.timer),clearTimeout(this.firstPieceTimer),this._cancelP2p(),this.httpLoader&&(this.logger.warn("abort syn httpLoader"),this.httpLoader.abort(),this.httpLoader=void 0)}_detachPeer(t){if(!t)return;const r=t===this.reversePeer?this.reverseEvents:this.forwardEvents;r&&r&&t.off(e.DC_PIECE_DATA,r.onPieceData).off(e.DC_PIECE,r.onPiece).off(e.DC_PIECE_NOT_FOUND,r.onPieceNotFound).off(e.DC_PIECE_ABORT,r.onPieceAbort)}_receivePacket(t,r,i,s=!0){const{seg_id:n,sn:o,level:l,size:h,ext:u}=this.pieceMsg,d=r-1;if(this.bufArr[d]?(this.logger.warn(`syn bufArr ${n} already has ${d} size ${i.byteLength}`),this.bufArr[d]=i):(s?this.p2pLoaded+=i.byteLength:this.httpLoaded+=i.byteLength,this.emit(e.SYN_PROGRESS,{total:h,loaded:this.p2pLoaded+this.httpLoaded,first:!this.firstReceived,segId:n,sn:o}),this.firstReceived=!0,this.bufArr[d]=i,t?this.reverseOffset=d:this.forwardOffset=d,this._notifyStreamListeners(t,i,d)),this.forwardOffset!==this.reverseOffset-1)return!0;this.rangeRequesting||(this.forwardPeer&&(this.forwardPeer.miss=0),this.reversePeer&&(this.reversePeer.miss=0)),clearTimeout(this.timer),this._notifyStreamListenersRemain();const c=performance.now()-this.timeStart,f=h/c;let g=a.h.concat(this.bufArr);const p=g.byteLength;if(p===h){if(this.alreadyOutput)return!1;this.alreadyOutput=!0,this._abortLoading();let t=g.buffer;const r=new X(o,n,t,this.getFromPeerId(),l,u);this.emit(e.SYN_OUTPUT,r,{speed:f,time:c,p2p:this.p2pLoaded,http:this.httpLoaded})}else{this.logger.error(`${n} expectedSize ${h} != byteLength ${p} forward ${this.forwardOffset} reverse ${this.reverseOffset}`);for(let e=0;e<this.bufArr.length;e++)this.logger.error(`piece ${e} size ${this.bufArr[e].byteLength}`);this.emit(e.SYN_ERROR,this.pieceMsg,Zt),this._disconnectPeers()}}_disconnectPeers(){[this.forwardPeer,this.reversePeer].forEach((t=>{t&&t.emit(e.DC_ERROR,!0)}))}_checkPieceSize(e){const{size:t,seg_id:r,sn:i}=this.pieceMsg;return!e||!t||e===t||(this.logger.warn(`checkPieceSize ${r||i} size not match ${t} ${e}`),!1)}_setupPeer(t,r,i){const{logger:s}=this;0===this.timeStart&&(this.timeStart=performance.now()),i&&!this.pieceMsg.size&&(this.pieceMsg.size=i);const n=(r,i,n,a,o,l)=>{if(this.destroyed)return;if(!this._validateMsg(r,l.level,i))return void s.error(`onPieceData ${i||r} size ${n.byteLength} not match ${JSON.stringify(this.pieceMsg)} from ${t.remotePeerId}`);if(a<this.pieceMsg.attachments&&n.byteLength!==u)return s.error(`${i} dataSn ${a} size is ${n.byteLength}`),this.emit(e.SYN_ERROR,this.pieceMsg,Zt),void this._disconnectPeers();const{reverse:h}=l;this._receivePacket(h,a,n)&&!this.waitingRemain&&!this.rangeRequesting&&this.deadline>0&&this._shouldSwitch()&&(s.warn("should switch to http"),clearTimeout(this.timer),clearTimeout(this.firstPieceTimer),this._handleTimeout(!1,!1))},a=e=>{if(this.destroyed)return;const{attachments:r,size:i,sn:n,level:a,seg_id:o,ext:l={}}=e;let h=!0;(i<=999||!this._validateMsg(n,a,o))&&(s.warn(`onPiece ${JSON.stringify(e)} not match ${JSON.stringify(this.pieceMsg)}`),h=!1),this._checkPieceSize(i)||(h=!1);const{ext:u}=this.pieceMsg;if(u&&l.hash&&u.hash&&l.hash!==u.hash&&(this.logger.warn(`syn ${o||n} hash not match ${l.hash} ${u.hash}`),h=!1),!h)return t.cancelDownload(n,a,o),void this.deletePeer(t);0===this.bufArr.length?(this.pieceMsg={...this.pieceMsg,seg_id:o,size:i,attachments:r,ext:l},this.reverseOffset=r,this.bufArr=new Array(r),this.timeReceivePiece=performance.now()):!this.pieceMsg.ext.hash&&l.hash&&(this.pieceMsg.ext.hash=l.hash)},o=e=>{this.destroyed||this.deletePeer(t)},l=()=>{this.destroyed||this.deletePeer(t)},h={onPieceData:n,onPiece:a,onPieceNotFound:o,onPieceAbort:l};r?this.reverseEvents=h:this.forwardEvents=h,t.on(e.DC_PIECE_DATA,n).once(e.DC_PIECE,a).once(e.DC_PIECE_NOT_FOUND,o).once(e.DC_PIECE_ABORT,l)}_shouldSwitch(){const e=u,t=this.pieceMsg.size-e*this.loadedPackets;return this.coordinator.shouldSwitchToHttp(t,this.deadline,this.p2pSpeed,e,this.httpLoadTime)}_startTimer(e,t=!0){this.timer=setTimeout(this._handleTimeout.bind(this,t),e)}get loadedPackets(){return this.pieceMsg.attachments-(this.reverseOffset-this.forwardOffset-1)}_handleTimeout(t=!1,r=!0){if(this.destroyed||this.rangeRequesting)return;const{seg_id:i,size:s,attachments:n}=this.pieceMsg;if(!s||0===this.timeReceivePiece)return this.logger.warn(`syn load timeout ${i} url ${this.url}`),void this.emit(e.SYN_ERROR,this.pieceMsg,Zt);if(t&&this.timeReceivePiece>0&&n){this.logger.warn(`syn ${this.loadedPackets} of ${n} packets loaded`);const e=this.httpLoadTime>3e3?3e3:this.httpLoadTime;if(this.shouldWaitForRemain(e))return this.waitingRemain=!0,this.logger.info(`syn wait for remain ${e}`),void this._startTimer(e,!1)}if(r){const e=[this.forwardPeer,this.reversePeer].filter((e=>!!e)).sort(((e,t)=>{const r=e.currentLoadSpeed(),i=t.currentLoadSpeed();return r===i?e.timeSendRequest-t.timeSendRequest:r-i})).shift();e&&e.loadtimeout()}if((this.rangeSupported||!this.hasPartialBuffer)&&this.url)return this._cancelP2p(!0),this._loadRemainBufferByHttp();this._notifyStreamListenersAbort(),this.emit(e.SYN_ERROR,this.pieceMsg,rr)}shouldWaitForRemain(e){return!this.isEmpty&&this.shouldWaitForRemainUrgent(e)}shouldWaitForRemainUrgent(e){if(0===this.timeReceivePiece||e<=0)return!1;const t=this.p2pSpeed,r=this.minRequiredSpeed(e);return this.logger.info(`syn remainTime ${e} speed ${t} required ${r}`),t>=r}minRequiredSpeed(e){let t=0;return[this.forwardPeer,this.reversePeer].forEach((e=>{e&&(t+=e.loadedBytes())})),(this.pieceMsg.size-t)/e}get p2pSpeed(){let e=0;return[this.forwardPeer,this.reversePeer].forEach((t=>{t&&(e+=t.currentLoadSpeed())})),e}getFromPeerId(){const{forwardPeer:e,reversePeer:t}=this;return this.isFull&&e!==t?`${e.remotePeerId}:${t.remotePeerId}`:e?`${e.remotePeerId}`:t?`${t.remotePeerId}`:""}getStreamInfo(e){const t=e?this.reverseBufList:this.forwardBufList;let r,i;return t.length<this.pieceMsg.attachments?(r=this.isFull?"WaitPartialDouble":"WaitPartialSingle",i=1):(r=this.isFull?"SynFullDouble":"SynFullSingle",i=0),{from:r,incompletes:i,bufferList:t}}_loadRemainBufferByHttp(){if(this.rangeRequesting||this.alreadyOutput)return;const{size:t,seg_id:r}=this.pieceMsg,{logger:i}=this,s=this.rangeEnd>0?this.rangeEnd-1:0;let n=this.forwardOffset;const a=performance.now();this.rangeRequesting=!0;let o=le(n,this.reverseOffset,t,this.rangeStart,s);const l=o.rangeEnd-o.rangeStart;i.info(`listeners ${this.streamListeners} continue download ${r} from ${this.url} range: ${o.rangeStart}-${o.rangeEnd}`),this.hasPartialBuffer||(o={});const u=new ar({xhrSetup:this.xhrSetup});this.httpLoader=u;let d={url:this.proxied?f(this.url,h,!0):this.url,...o};let c,g=n+1;const p={onUpdate:(t,r,s)=>{if(!this.destroyed){if(s)return i.warn("httpLoader aborted"),void(this.alreadyOutput||this.emit(e.SYN_ERROR,this.pieceMsg,er));if(r){const e=c/(performance.now()-a);this.coordinator.addHttpSpeed(e),this.httpLoader=void 0}this.bufArr[g]||this._receivePacket(!1,g+1,t,!1),g++}},onBodyStart:(t,s)=>{if(0===s&&i.warn(`range request fileSize ${s}`),this.destroyed)return;const{size:n}=this.pieceMsg;if(c=t,t!==n||0!==s&&s!==n){let r=!1;s>0&&s!==n?(i.error(`onBodyStart fileSize ${s} != ${n}`),r=!0):t!==l&&(i.error(`onBodyStart size ${t} != expectedSize ${l}`),r=!0),r&&"{}"!==JSON.stringify(o)&&this.emit(e.SYN_ERROR,this.pieceMsg,er)}else i.warn(`syn range request ${r} resp whole ts`),g=0},onError:t=>{this.destroyed||(i.error(`httpLoader error ${t.text}`),this.emit(e.SYN_ERROR,this.pieceMsg,er))},onTimeout:()=>{this.destroyed||(i.warn("httpLoader timeout"),this.emit(e.SYN_ERROR,this.pieceMsg,tr))}};u.load(d,{timeout:15e3},p)}_print(){const{seg_id:e,sn:t}=this.pieceMsg;this.logger.info(`syn parallel loading ${e||t}`)}}class ur extends hr{constructor(e,r,i,s,n,a=!1,o){super(e,r,a,o),this.pieceMsg={event:t.DC_PIECE,sn:i,level:s,seg_id:n},o&&this.setExtra(o)}get segId(){return this.pieceMsg.seg_id}_notifyStreamListeners(e,t,r){const{sn:i,seg_id:s,attachments:n}=this.pieceMsg,a=e&&0===r||!e&&r===n-1,o=e?this.reverseStreamListeners:this.forwardStreamListeners;e?this.reverseBufList.push(t):this.forwardBufList.push(t),a&&(this.forwardBufList.push([...this.reverseBufList].reverse()),this.reverseBufList.push([...this.forwardBufList].reverse()));for(let e of o){const{handler:r}=e;r(i,s,!1,t,a)}a&&this._resetStreamListeners()}_validateMsg(e,t,r){return(!this.pieceMsg.seg_id||r===this.pieceMsg.seg_id)&&(e===this.pieceMsg.sn&&t===this.pieceMsg.level)}}class dr{constructor(){this.meanHttpSpeed=0,this.loaderHttpSpeed=0}addHttpSpeed(e){this.meanHttpSpeed=this._cal(this.meanHttpSpeed,e)}addLoaderHttpSpeed(e,t){t&&e&&(this.loaderHttpSpeed=this._cal(this.loaderHttpSpeed,t/e))}getMeanTimeToLoaded(e){return this.loaderHttpSpeed?e/this.loaderHttpSpeed:500}shouldSwitchToHttp(e,t,r,i,s){if(this.meanHttpSpeed<=0)return!1;if(r>=this.meanHttpSpeed)return!1;if(this.meanHttpSpeed*s>=e)return!1;return((s+t-performance.now())*this.meanHttpSpeed-e)/(this.meanHttpSpeed-r)*r<i}_cal(e,t){return.4*e+.6*t}}class cr extends Qt{constructor(e,t){super(e,t),this.prefetchOnly=t.prefetchOnly,this.bitset=new jt(t.live||!1),this.bitCounts=new zt,this.requestingMap=new Jt,this.segmentBuilderMap=new Jt,this.allowP2pLimit=t.httpLoadTime+1.5,this.playlistInfo=new Map,this.gotPlaylist=!1,this.targetPeers={},this.sequential=!0,this.coordinator=new dr,this.loadingSegId="",this.loadingSN=0,this.currPlaySN=0,this.currLostSN=-1,this.nextLostSN=-1,this.config.live?this.maxPrefetchCount=10:(this.maxPrefetchCount=150,this.startCheckPeersTimer())}handshakePeer(e){this._setupDC(e);const{asn:t,country:r}=this.engine.fetcher.announceInfo;e.sendMetaData(this.bitset.allArray(),!0,this.peersNum,{asn:t,country:r},this.isMobileNet)}_receiveDCHave(e,t,r,i){this.bitset.has(e,t)||this.bitCounts.incre(e,t)}_setupDC(e){super._setupDC(e),e.on(t.DC_HAVE,(t=>{if(e.bitset&&t.sn>=0){const{sn:r,level:i,complete:s,seg_id:n,size:a}=t,o=s?$t.COMPLETE:$t.PARTIAL_FORWARD;e.bitset.add(r,i,n,o,a),this._receiveDCHave(r,i,n,e),e.isAvailableUrgently&&this._handleDCHave(e,r,i,n,a,o)}})).on(t.DC_HAVE_REVERSE,(t=>{if(e.bitset&&t.sn>=0){const{sn:r,level:i,seg_id:s,size:n}=t;e.bitset.hasCompleteOr(r,i,$t.PARTIAL_REVERSE)||e.bitset.add(r,i,s,$t.PARTIAL_REVERSE,n),this._receiveDCHave(r,i,s,e),e.isAvailableUrgently&&this._handleDCHave(e,r,i,s,n,$t.PARTIAL_REVERSE)}})).on(t.DC_LOST,(t=>{if(!e.bitset)return;const{sn:r,level:i}=t;e.bitset.has(r,i)&&(e.bitset.delete(r,i),this.bitCounts.decre(r,i))})).on(t.DC_PIECE,(e=>{e.ext&&e.ext.incompletes>=7||this.requestingMap.has(de(e.sn,e.level))&&this.notifyAllPeers(e.sn,e.level,e.seg_id,e.size,e.reverse?$t.PARTIAL_REVERSE:$t.PARTIAL_FORWARD)})).on(t.DC_PIECE_CANCEL,(t=>{const{sn:r,level:i}=t,s=de(r,i);this.removeStreamListener(s,e.remotePeerId)})).on(t.DC_PIECE_NOT_FOUND,(t=>{const{sn:r,level:i}=t;e.bitset.delete(r,i),this.bitCounts.decre(r,i),e.checkIfNeedChoke(!0)})).on(t.DC_DISCONNECT,(()=>{this.cleanRequestingMap(e.remotePeerId)})).on(t.DC_REQUEST,(async t=>{const{logger:r}=this,{sn:i,level:s,reverse:n}=t;let a=t.seg_id;a||(a=await this.bufMgr.getSegIdBySN(i));const o=()=>{this.bitset.delete(i,s),e.sendPieceNotFound(i,a,{level:s}),this._broadcastLost(i,a,s,e)},l=await this.bufMgr.getSegById(a),h=de(i,s),u=this.requestingMap.get(h);let d=!1;u&&u.isDownloading&&(d=!0);const c=this.segmentBuilderMap.get(h);if(l)if(r.info(`found seg ${a} from bufMgr`),l.level===s){let t="SegmentStore"===this.bufMgr.name?"Disk":"Cache";l.ext.from&&l.ext.from.length<2500&&(t=`${l.ext.from}-${t}`),e.sendBuffer(l.sn,l.segId,l.data,{from:t,level:l.level,reverse:n,hash:l.ext.hash})}else o();else if(!n&&c)r.info(`peer request ${i} wait from builder, sent ${c.bufferList.length}`),P(e,c,c.pieceMsg,c.bufferList,c.source,1);else if(d){r.info(`syn had ${u.loadedPackets} packets, wait remain from upstream ${u.getFromPeerId()}`);const t={...u.pieceMsg,reverse:n},{from:i,incompletes:s,bufferList:a}=u.getStreamInfo(n);P(e,u,t,a,i,s)}else o()}))}handleMetaData(e,t){if(t.field){e.bitset=new jt(this.config.live,t.field);for(let e in t.field){const r=Number(e);if(r<0)continue;t.field[r].forEach((e=>{this.bitset.has(e,r)||this.bitCounts.incre(e,r)}))}this.addPeer(e),this.downloadOnly&&this.chokePeerRequest(e)}}peersHas(e,t){return this.bitCounts.has(e,t)}deletePeer(e){if(this.peerManager.hasPeer(e.remotePeerId)&&e.bitset){const t=e.bitset.allArray();for(let e in t){const r=Number(e),i=t[r];i&&i.forEach((e=>{this.bitCounts.decre(e,r)}))}}this.cleanRequestingMap(e.remotePeerId),super.deletePeer(e)}hasAndSetTargetPeer(e,t,r,i){const{logger:s,config:n}=this;let a=1e3*(i-n.httpLoadTime);this.allowP2pLimit=n.httpLoadTime+1.5,s.info(`bufferedDuration ${1e3*i} remainLoadTime ${a} allowP2pLimit ${1e3*this.allowP2pLimit}`);const o=de(e,t),l=this.requestingMap.get(o);if(l){const n=l.segId;if(n&&n!==r)return s.warn(`syn segId ${n} not match ${r}`),this.requestingMap.delete(o),this._searchAvailablePeers(e,t,r,i);if(!l.shouldWaitForRemain(a)){if(s.warn(`syn prefetch timeout at ${e}`),l.prefetchTimeout=!0,l.isFull)return this.httpRangeSupported;const i=this.peerManager.getPeersOrderByWeight();let[n,o,h]=Vt(i,e,t,r);return!!this.setTargetPeersFromGroup(l,n,o,h)||(l.hasReversePeer||l.hasPartialBuffer||a>1e3*(this.allowP2pLimit+1))&&this.httpRangeSupported}return s.info(`prefetch ${e} wait for remain`),!0}return this._searchAvailablePeers(e,t,r,i)}_searchAvailablePeers(e,t,r,i){if(i<=this.allowP2pLimit)return!1;if(!this.hasIdlePeers||!this.peersHas(e,t))return!1;const s=this.peerManager.getPeersOrderByWeight(),[n,a]=Wt(s,e,t,r);return this.targetPeers={forwardPeer:n,reversePeer:a},[n,a].some((e=>!!e))}reportTraffic(e,t,r){const{fetcher:i}=this.engine;i&&(e>0&&i.reportFlow(e),t>0&&i.reportDCTraffic(t,r))}notifyAllPeers(e,t,r,i,s=$t.COMPLETE){if(!r)return void this.logger.error("segId is required");if(this.downloadOnly)return;const{live:n}=this.config;if(this.bitset.has(e,t,s))return;const a=((e,t,r)=>`${e}-${t}-${r}`)(e,t,s);let o;s!==$t.PARTIAL_REVERSE&&(o=s===$t.COMPLETE);const l=this.requestingMap.get(de(e,t));for(let h of this.getPeers())l&&l.hasPeer(h)||h.notifySet.has(a)||h.bitset.hasCompleteOr(e,t,s)||h.uploading||(h.sendMsgHave(e,r,{level:t,reverse:s===$t.PARTIAL_REVERSE,complete:o,size:i}),h.notifySet.add(a),n&&T(h.notifySet,20))}checkPeers(){const{logger:e,config:t,engine:r}=this;if(!this.hasPeers)return;const i=t.live;if(this.fragLoading)return void e.info("loading urgently, skip prefetch");const{currentLevel:s}=r;if(0===this.bitCounts.size(s))return;if(!i&&this.nextLostSN>=0&&this.nextLostSN>=this.currPlaySN-10)return;let n=this.peerManager.getPeersOrderByWeight();if(0===n.length)return;let a=0,{prefetchNum:o,endSN:l,startSN:h}=t;if(!i){const t=this.requestingMap.size,r=this.requestingMap.activePeers;if(r>=o)return void e.warn(`requestingMap size ${t} activePeers ${r}`);o-=r}if(this.getBufferedDuration()<this.allowP2pLimit){if(!i)return;o=1}let u=0,d=this.loadingSN+1;if(this.prefetchOnly&&(d+=2),!i)if(this.loadingSN>=l&&!this.bufMgr.overflowed)d=h;else{const e=Math.min(...n.filter((e=>e.endSN>=d)).map((e=>e?e.startSN:1/0)));if(!isFinite(e))return;d<e&&(d=e)}for(;a<o&&u<this.maxPrefetchCount&&(i||!(d>l))&&!(i&&d>this.loadingSN+2);){if(this.bitset.has(d,s)){d++;continue}const t=de(d,s),r=this.requestingMap.get(t);if(this.bitCounts.has(d,s)){if(r){for(let e of n)if(e.bitset.has(d,s)){const{state:t,segId:i,size:n}=e.bitset.getObj(d,s);if(this._trySetPeerForSyn(r,e,i,d,s,n,t))break}}else{let r=[null,null];if(i)r=Wt(n,d,s,void 0,!0);else for(let e of n)if(e.bitset.has(d,s)){const t=e.bitset.getState(d,s);let i;i=t===$t.COMPLETE?0===p(0,1):t===$t.PARTIAL_REVERSE,r[i?1:0]=e;break}if(r.some((e=>!!e))){const i=new ur(this.coordinator,this.logger,d,s,void 0,this.httpRangeSupported);this._setupSynthesizer(i),this.requestingMap.set(t,i),r.forEach(((t,r)=>{if(t&&a<o){const n=1===r,o=t.bitset.getSize(d,s);i.setPeer(t,n,o)&&(a++,t.requestDataBySN(d,!1,{level:s,reverse:n}),e.info(`request prefetch ${d} level ${s} from peer ${t.remotePeerId} downloadNum ${t.downloadNum} reverse ${n}`))}}))}}n=this.peerManager.getPeersOrderByWeight()}if(u++,d++,0===n.length)break}this.loadedPeerNum=a}onBufferManagerLost(e,t,r,i){this.currLostSN=e,r&&(this.nextLostSN=r),this.bitset.delete(e,i),this.bitCounts.delete(e,i)}onBufferManagerSegAdded(e){const{sn:t,segId:r,level:i,size:s}=e;this.notifyAllPeers(t,i,r,s),this.updateLoaded(t,i,r)}cleanRequestingMap(e){const t=this.peerManager.getPeer(e);if(t)for(let[r,i]of this.requestingMap.internalMap){const s=r.split("-"),n=Number(s[1]),a=Number(s[0]);i.hasPeerId(e)&&(this.logger.info(`delete ${e} in synthesizer`),i.deletePeer(t),this.bitCounts.decre(n,a),t.bitset.delete(n,a))}}updateLoaded(e,t,r){this.bitset.hasCompleteOr(e,t)||(this.bitset.add(e,t,r,$t.COMPLETE),this.bitCounts.delete(e,t),this.requestingMap.delete(de(e,t)),this.config.live&&this.checkPeers())}broadcastPlaylist(e,t){if(!this.config.live)return;const r=function(e){const t=e.split("\n");let r=0,i=0;for(let e of t){const t=/^#EXT-X-MEDIA-SEQUENCE:?(\-?[0-9.]*)?/.exec(e);if(t&&t[1]){r=parseInt(t[1],10);break}}for(let e of t)e.startsWith("#EXTINF")&&i++;return r+i-1}(t);if(!this.isMobileNet)for(let i of this.getPeers())i.sendMsgPlaylist(e,t,r);this.playlistInfo.set(e,{seq:r,data:t})}async getPlaylistFromPeer(e){if(!this.config.live)return null;const{seq:t,data:r}=this.playlistInfo.get(e),i=()=>{for(let r of this.getPeers()){const i=r.getLatestPlaylist(e,t);if(i)return this.playlistInfo.set(e,i),this.gotPlaylist=!0,i}return null};let s=i();return!s&&this.gotPlaylist&&(this.logger.info("getPlaylist wait 240ms"),await m(240),this.gotPlaylist=!1,s=i()),s}getBufferedDuration(){const{config:e}=this;let{media:t,currentSrc:r}=this.engine;if(!t||t.src!==r&&0===t.currentTime){if(this.logger.info("try get video element"),t=ae(this.config.mediaElem,r),!t)return 4;this.engine.media=t}let i=function(e){let t=0,r=e.currentTime,i=e.buffered;for(let e=i.length-1;e>=0;e--)if(r>=i.start(e)&&r<=i.end(e)){t=i.end(e)-r;break}return e.playbackRate&&(t/=e.playbackRate),t>0?t:0}(t);return i}destroy(){super.destroy(),this.requestingMap.clear(),this.segmentBuilderMap.clear(),this.engine.removeAllListeners(t.MEDIA_REBUFFER)}clearCache(){"SegmentStore"===this.bufMgr.name?this.engine.emit(t.BM_FATAL_ERROR):this.bufMgr.clear(),this.bitset.clear()}async _handleSynOutput(e,t,r,i,s,n){if(this.logger.info(`syn output ${e} http ${t} p2p ${r} time ${i}`),!this.config.validateSegment(e,new Uint8Array(s)))return!1;if(n){const t=await C(s);if(t&&t!==n)return this.logger.warn(`${e} computedHash ${t} != hash ${n}`),!1}return!0}_handleSynError(e,t,r,i){const{logger:s,config:n}=this;s.warn(`SYN_ERROR ${t}-${r} code ${i}`),i!==Zt&&e.hasPartialBuffer&&r>this.loadingSN?s.warn(`syn abort ${r} with partial buffer`):this.requestingMap.delete(de(r,t)),n.live&&this.checkPeers()}_notifySynthesizer(e,t,r,i,s,n,a=!0){const o=this.requestingMap.get(de(r,i));o&&this._trySetPeerForSyn(o,e,t,r,i,s,n,a)}_trySetPeerForSyn(e,t,r,i,s,n,a,o=!1){const{logger:l}=this,h=e.segId;if(r&&h&&r!==h)return l.warn(`notifySynthesizer segId ${r} not match ${h}`),!1;if(e.isFull)return!0;if(e.isAlmostDeadline)return!0;if(e.isEmpty){if(e.hasForwardBuffer&&c()){if(e.setReversePeer(t,n))return u(!0,o),!0}else if(e.hasReverseBuffer&&d()&&e.setForwardPeer(t,n))return u(!1,o),!0}else if(!e.hasForwardPeer&&d()){if(e.setForwardPeer(t,n))return u(!1,o),!0}else if(!e.hasReversePeer&&c()&&e.setReversePeer(t,n))return u(!0,o),!0;function u(e,n){n?t.requestDataById(r,i,!0,{level:s,reverse:e}):t.requestDataBySN(i,!1,{level:s,reverse:e})}function d(){return a===$t.PARTIAL_FORWARD||a===$t.COMPLETE}function c(){return a===$t.PARTIAL_REVERSE||a===$t.COMPLETE}return!1}_setupEngine(){this.engine.on(t.MEDIA_REBUFFER,(e=>{const{prefetchOnly:t,live:r}=this.config;t||r||(e&&!this.prefetchOnly&&this.logger.warn("rebuffer reach limit"),this.prefetchOnly=e)}))}getStatsForPeer(){const{currentLevel:e,media:t}=this.engine,r={level:e};if(t&&!this.config.live){const{currentTime:e}=t;r.pos=Math.round(e)}return r}checkSynthesizer(e,t){const r=de(e,t),i=this.requestingMap.get(r);i&&(0===i.streamListeners?(this.logger.info(`destroy syn ${r} without listeners`),this.requestingMap.delete(r)):this.logger.info(`keep syn ${r} with listeners`))}setupSynForLoad(e,t,r,i,s){const{forwardPeer:n,reversePeer:a}=this.targetPeers,o=de(e,t);let l=this.requestingMap.get(o);if(l?l.setExtra(i):(l=new ur(this.coordinator,this.logger,e,t,r,this.httpRangeSupported,i),this._setupSynthesizer(l),this.requestingMap.set(o,l)),l.prefetchTimeout&&s<1e3*this.allowP2pLimit&&!n&&!a)return l.setTimeout(0);s>700&&(n&&l.setForwardPeer(n)&&n.requestDataById(r,e,!0,{level:t}),a&&l.setReversePeer(a)&&a.requestDataById(r,e,!0,{level:t,reverse:!0})),l.setTimeout(l.isEmpty?0:s,!0)}async disconnectLoadingPeer(e,t){let r=e;if(!r){const e=await this.bufMgr.getSegById(this.loadingSegId);e&&e.fromPeerId&&(r=e.fromPeerId)}let i=!1;return r&&(this.logger.warn(`disconnect loading peer ${r}`),r.split(":").forEach((e=>{if(t&&e===t)return;i=!0;const r=this.peerManager.getPeer(e);r&&r.close(!0)}))),i}}class fr{constructor(t,r,i,s){this.bufferList=[],this.streamListeners=[],this.finished=!1,this.packetSize=u,this.attachments=s%this.packetSize==0?s/this.packetSize:Math.floor(s/this.packetSize)+1,this.pieceMsg={event:e.DC_PIECE,attachments:this.attachments,seg_id:i,sn:t,level:r,size:s,reverse:!1},this.sink=(0,a.h)(0),this.source="HttpStream"}receiveBytes(e,t){e.byteLength&&(this.sink=a.h.concat([this.sink,e]),this.bufferList.push(e),t&&(this.finished=!0),this._notifyStreamListeners(e))}getCompleteBuffer(){return this.sink.buffer}destroy(){this.finished||this._notifyStreamListenersAbort()}addStreamListener(e,t,r){this.streamListeners.push({handler:r,peerId:t})}removeStreamListener(e){const{sn:t,seg_id:r}=this.pieceMsg;this.streamListeners=this.streamListeners.filter((i=>i.peerId!==e||(i.handler(t,r,!0,"aborted by cancel"),!1)))}_notifyStreamListenersAbort(){const{sn:e,seg_id:t}=this.pieceMsg;for(let r of this.streamListeners){const{handler:i}=r;i(e,t,!0,"aborted by httpLoader")}this.streamListeners.length=0}_notifyStreamListeners(e){const{sn:t,seg_id:r}=this.pieceMsg;for(let i of this.streamListeners){const{handler:s}=i;s(t,r,!1,e,this.finished)}this.finished&&(this.streamListeners.length=0)}}const gr=/^age:\s*[\d.]+\s*$/im;function pr(e,t,r,i){if(!e)return!1;const s=i&&i.code,n=t<e.maxNumRetry&&(function(e){return 0===e&&!1===navigator.onLine||!!e&&(e<400||e>499)}(s)||!!r);return e.shouldRetry?e.shouldRetry(e,t,r,i,n):n}const mr=class{constructor(e){this.xhrSetup=e&&e.xhrSetup||null,this.stats=D(),this.retryDelay=0,this.config=null,this.callbacks=null,this.context=null,this.loader=null}destroy(){this.callbacks=null,this.abortInternal(),this.loader=null,this.config=null,this.context=null,this.xhrSetup=null}abortInternal(){const e=this.loader;self.clearTimeout(this.requestTimeout),self.clearTimeout(this.retryTimeout),e&&(e.onreadystatechange=null,e.onprogress=null,4!==e.readyState&&(this.stats.aborted=!0,e.abort()))}abort(){this.abortInternal(),this.callbacks&&this.callbacks.onAbort&&this.callbacks.onAbort(this.stats,this.context,this.loader)}load(e,t,r){this.context=e,this.config=t,this.callbacks=r,this.loadInternal()}loadInternal(){const{config:e,context:t}=this;if(!e||!t)return;const r=this.loader=new self.XMLHttpRequest,i=this.stats;i.loading.first=0,i.loaded=0,i.aborted=!1;const s=this.xhrSetup;s?Promise.resolve().then((()=>{if(this.loader===r&&!this.stats.aborted)return s(r,t.url)})).catch((e=>{if(this.loader===r&&!this.stats.aborted)return r.open("GET",t.url,!0),s(r,t.url)})).then((()=>{this.loader!==r||this.stats.aborted||this.openAndSendXhr(r,t,e)})).catch((e=>{this.callbacks.onError({code:r.status,text:e.message},t,r,i)})):this.openAndSendXhr(r,t,e)}openAndSendXhr(e,t,r){e.readyState||e.open("GET",t.url,!0);const i=t.headers,{maxTimeToFirstByteMs:s,maxLoadTimeMs:n}=r.loadPolicy;if(i)for(const t in i)e.setRequestHeader(t,i[t]);t.rangeEnd&&e.setRequestHeader("Range","bytes="+t.rangeStart+"-"+(t.rangeEnd-1)),e.onreadystatechange=this.readystatechange.bind(this),e.onprogress=this.loadprogress.bind(this),e.responseType=t.responseType,self.clearTimeout(this.requestTimeout),r.timeout=s&&Number.isFinite(s)?s:n,this.requestTimeout=self.setTimeout(this.loadtimeout.bind(this),r.timeout),e.send()}readystatechange(){const{context:e,loader:t,stats:r}=this;if(!e||!t)return;const i=t.readyState,s=this.config;if(!r.aborted&&i>=2&&(0===r.loading.first&&(r.tfirst=r.loading.first=Math.max(self.performance.now(),r.loading.start),s.timeout!==s.loadPolicy.maxLoadTimeMs&&(self.clearTimeout(this.requestTimeout),s.timeout=s.loadPolicy.maxLoadTimeMs,this.requestTimeout=self.setTimeout(this.loadtimeout.bind(this),s.loadPolicy.maxLoadTimeMs-(r.loading.first-r.loading.start)))),4===i)){self.clearTimeout(this.requestTimeout),t.onreadystatechange=null,t.onprogress=null;const i=t.status,n="text"===t.responseType?t.responseText:null;if(i>=200&&i<300){const s=n||t.response;if(null!=s){r.tload=r.loading.end=Math.max(self.performance.now(),r.loading.first);const n="arraybuffer"===t.responseType?s.byteLength:s.length;if(r.loaded=r.total=n,r.bwEstimate=8e3*r.total/(r.loading.end-r.loading.first),!this.callbacks)return;const a=this.callbacks.onProgress;if(a&&a(r,e,s,t),!this.callbacks)return;const o={url:t.responseURL,data:s,code:i};return void this.callbacks.onSuccess(o,r,e,t)}}const a=s.loadPolicy.errorRetry;pr(a,r.retry,!1,{url:e.url,data:void 0,code:i})?this.retry(a):this.callbacks.onError({code:i,text:t.statusText},e,t,r)}}loadtimeout(){if(!this.config)return;const e=this.config.loadPolicy.timeoutRetry;if(pr(e,this.stats.retry,!0))this.retry(e);else{const e=this.callbacks;e&&(this.abortInternal(),e.onTimeout(this.stats,this.context,this.loader))}}retry(e){const{context:t,stats:r}=this;this.retryDelay=function(e,t){const r="linear"===e.backoff?1:Math.pow(2,t);return Math.min(r*e.retryDelayMs,e.maxRetryDelayMs)}(e,r.retry),r.retry++,this.abortInternal(),this.loader=null,self.clearTimeout(this.retryTimeout),this.retryTimeout=self.setTimeout(this.loadInternal.bind(this),this.retryDelay)}loadprogress(e){const t=this.stats;t.loaded=e.loaded,e.lengthComputable&&(t.total=e.total)}getCacheAge(){let e=null;if(this.loader&&gr.test(this.loader.getAllResponseHeaders())){const t=this.loader.getResponseHeader("age");e=t?parseFloat(t):null}return e}getResponseHeader(e){return this.loader&&new RegExp(`^${e}:\\s*[\\d.]+\\s*$`,"im").test(this.loader.getAllResponseHeaders())?this.loader.getResponseHeader(e):null}};const vr=class extends cr{constructor(e,t){super(e,t),this.fragloadTimeout=e.hlsjs?10:6.8,this.resolveMap=new Map,this.segmentBypass=A(t.segmentBypass)?t.segmentBypass:()=>!1,!0===t.httpStreamEnabled?this.streamEnabled=nr():this.streamEnabled=!1}async handleGetMediaData(e,r){const{logger:i,engine:s,config:n}=this;let{url:a,range:o}=e;const l=this._getFrag(a,o);if(!l)return i.warn(`cannot get frag ${a}`),r.postMessage({action:t.SW_GET_MEDIA});s.currentLevelIndex=l.level;const{sn:h,level:u}=l,d=this.config.segmentId(String(u),h,a,o);if(s.segmentLoadCount++,this.segmentBypass(a,l.tagList))return i.info(`bypass frag ${a}`),r.postMessage({action:t.SW_GET_MEDIA});if(s.segmentLoadCount<n.startFromSegmentOffset)return this._loadFragByHttp(l,r,d,a,o,1e3*this.fragloadTimeout,!1);const c=d===this.loadingSegId;if(c&&(i.warn(`duplicate request ${d}`),this.prefetchOnly))return r.postMessage({action:t.SW_GET_MEDIA});this.loadingSN=h,s.bufMgr&&(s.bufMgr.loadingSN=h),this.loadingSegId=d;const f=await this.bufMgr.getSegById(d);if(f)return l.loaded=f.size,l.fromPeerId=f.fromPeerId,i.info(`bufMgr found seg sn ${h} segId ${d} size ${l.loaded}`),s.emit(t.FRAG_LOADED,{url:a,sn:h,level:u,segId:d,loaded:l.loaded,duration:l.duration,byP2p:!0,fromPeerId:f.fromPeerId}),this._onFragLoaded(),r.postMessage({action:t.SW_GET_MEDIA,data:{url:a,buffer:f.data}});if(this.fragLoading=!0,this.prefetchOnly)return i.info(`prefetchOnly, skip p2p load ${d}`),this._loadFragByHttp(l,r,d,a,o,1e3*this.fragloadTimeout);let g=this.getBufferedDuration();g>this.fragloadTimeout&&(g=this.fragloadTimeout),i.info(`handleGetMediaData sn ${h} bufferedDuration ${g}`);let p=1e3*(g-this.config.httpLoadTime);p<0?p=0:p>4e3&&(p=4e3);const m=de(h,u);if(this.resolveMap.has(h)||c){let e=this.requestingMap.get(m);if(e||c){e&&this.httpRangeSupported&&(i.warn(`${h} is requesting, terminate syn wait for seg`),e.terminate());let s=setTimeout((()=>{i.info(`notify seg ${h} timeout`),s=-1,r.postMessage({action:t.SW_GET_MEDIA})}),p);this.bufMgr.once(`${t.BM_ADDED_SN_}${h}`,(e=>{s<0||e&&e.level===u&&(clearTimeout(s),i.info(`notify seg ${e.sn}`),r.postMessage({action:t.SW_GET_MEDIA,data:{url:a,buffer:e.data}}))}))}else i.warn(`${h} is requesting, fallback`),r.postMessage({action:t.SW_GET_MEDIA})}else if(this.hasAndSetTargetPeer(h,u,d,g)){await this._loadFragByP2p(l,r,h,d,a,u,o,p)||(i.warn(`p2p timeout switch to http load ${d}`),this._loadFragByHttp(l,r,d,a,o,1e3*this.fragloadTimeout))}else this._loadFragByHttp(l,r,d,a,o,1e3*this.fragloadTimeout)}_loadFragByHttp(e,r,i,s,n,a,o=!0){const{sn:l,level:u}=e,d=de(l,u),c=f(s,h,!0),g={},p=this.streamEnabled&&o?new ar(g):new mr(g);let m={url:c,responseType:"arraybuffer",...L(n)};const v={timeout:a,loadPolicy:{maxTimeToFirstByteMs:8e3,maxLoadTimeMs:2e4}},E={onError:e=>{e.text&&this.logger.warn(e.text),this.fragLoading=!1,r.postMessage({action:t.SW_GET_MEDIA})},onTimeout:()=>{this.logger.warn("http load timeout"),this.fragLoading=!1,r.postMessage({action:t.SW_GET_MEDIA})},onSuccess:async(n,a)=>{this.fragLoading=!1;const{data:o}=n;let h=a.loading.end-a.loading.start;if(this.logger.info(`HTTP loaded ${i} time ${h} speed ${o.byteLength/h}`),!await this.bufMgr.hasSegOfId(i)){const e=y(o).buffer,t=new X(l,i,e,"",u);await this.bufMgr.putSeg(t),this.reportTraffic(o.byteLength,0,0)}this.segmentBuilderMap.delete(d),e.segId=i,e.loaded=o.byteLength,this.engine.emit(t.FRAG_LOADED,{url:s,sn:l,level:u,segId:i,loaded:e.loaded,duration:e.duration,byP2p:!1}),this._onFragLoaded(),r.postMessage({action:t.SW_GET_MEDIA,data:{url:s,buffer:o}})}};if(this.streamEnabled&&o){let e;E.onBodyStart=t=>{!e&&t>0&&(this.notifyAllPeers(l,u,i,t,$t.PARTIAL_FORWARD),e=new fr(l,u,i,t),this.segmentBuilderMap.has(d)||this.segmentBuilderMap.set(d,e))},E.onUpdate=(t,r,s)=>{if(s)return this.logger.warn(`loadFragByHttp ${i} aborted`),void this.segmentBuilderMap.delete(d);e&&e.receiveBytes(t,r)}}p.load(m,v,E)}async _loadFragByP2p(e,r,i,s,n,a,o,l){const{logger:h}=this;h.info(`p2p load sn ${i} segId ${s} level ${a}`);const u=await this.load(i,s,a,n,o,l);if(u&&u.data){const{data:o,fromPeerId:l,size:d}=u;if(h.info(`p2p loaded segId ${s} level ${a} size ${o.byteLength}`),!await this.bufMgr.hasSegOfId(s)){const e=new X(i,s,o,l,a,u.ext);h.info(`bufMgr putSeg ${i} level ${a}`),await this.bufMgr.putSeg(e)}return e.loaded=o.byteLength,e.fromPeerId=l,this.engine.emit(t.FRAG_LOADED,{url:n,sn:i,level:a,segId:s,loaded:e.loaded,duration:e.duration,byP2p:!0,fromPeerId:l}),this._onFragLoaded(),r.postMessage({action:t.SW_GET_MEDIA,data:{url:n,buffer:o,size:d}}),!0}h.warn(`P2P timeout load segId ${s}`);const d=await this.bufMgr.getSegById(s);return!!d&&(this.fragLoading=!1,h.info(`already loaded seg sn ${i} segId ${s}`),r.postMessage({action:t.SW_GET_MEDIA,data:{url:n,buffer:d.data}}),!0)}notifySWMessage(e,r,i){if(e===t.SW_GET_MEDIA)this.engine.fetcher&&this.engine.fetcher.increMediaRequests(),this.handleGetMediaData(r,i);else this.logger.warn(`unknown action ${e}`)}_getFrag(e,t){return t&&(e=`${e}|${t}`),this.fragMap.get(e)}destroy(){super.destroy(),this.logger.warn("destroy HlsSwScheduler")}_onFragLoaded(){if(!this.engine)return;const{media:e,targetDuration:t}=this.engine;!this.config.live&&e&&t&&(this.currPlaySN=Math.ceil(e.currentTime/t))}load(e,t,r,i,s,n){const{logger:a,config:o}=this;let l={...L(s),proxied:!0,url:i,segId:t,httpLoadTime:1e3*o.httpLoadTime};this.setupSynForLoad(e,r,t,l,n);const h=new Promise((i=>{const s={resolve:i,sn:e,level:r,segId:t};this.resolveMap.set(e,s)}));return this.targetPeers={},h}isCritical(){return this.resolveMap.has(this.loadingSN)}_setupSynthesizer(e){e.on(t.SYN_OUTPUT,(async(t,r)=>{const{config:i,logger:s}=this,{segId:n,sn:a,data:o,level:l,ext:h}=t,{speed:u,time:d,http:c,p2p:f}=r,g=this.resolveMap.has(a);g&&(this.fragLoading=!1);const p=await this._handleSynOutput(n,c,f,d,o,h.hash),m=e.getFromPeerId();if(p)if(this.bitset.has(a,l)||this.reportTraffic(c,f,u),g){s.info(`receive criticalSeg seg_id ${n}`);const e=this.resolveMap.get(a);this.resolveMap.delete(a),e.resolve({data:o,fromPeerId:f>0?m:void 0,ext:h})}else this.bitset.has(a,l)||(e.detachPeers(),await this.bufMgr.putSeg(t));else{if(s.error(`segment ${n} validate failed`),g){const e=this.resolveMap.get(a);this.resolveMap.delete(a),e.resolve()}this.requestingMap.delete(de(a,l)),this.disconnectLoadingPeer(m)}})).on(t.SYN_ERROR,((t,r)=>{const{sn:i,level:s}=t;if(this.resolveMap.has(i)){const e=this.resolveMap.get(i);this.resolveMap.delete(i),e.resolve()}this._handleSynError(e,s,i,r)}))}_handleDCHave(e,t,r,i,s,n){this._notifySynthesizer(e,i,t,r,s,n,this.resolveMap.has(t)),this.config.live&&q((()=>{this.checkPeers()}))}},yr="2.13.0";class Er extends At{static get name(){return"HlsSwP2pEngine"}static isServiceWorkerSupported(){return"serviceWorker"in navigator}constructor(e={},r=null){super(e,r),this.swSupported=self.isSecureContext,this.levels=[],this.bypassLevels=[],this.currentLevelIndex=0,this.currentSrc="",this.swVersion="",this.media=ae(this.config.mediaElem),this.workerKeepAliveInterval=null,this.fragMap=new Map,this.engineName=Er.name,Er.isServiceWorkerSupported()||(this.swSupported=!1,console.warn("service worker is not supported")),r&&(r.once("hlsDestroying",(()=>{this.destroy(),this.hlsjs=null})),r.on(this.HLSEvents.ERROR,this._onHlsError.bind(this)));const{channelIdMaker:i,signalId:s,browserInfo:n}=this.setup();if(this.onLevelLoaded=e=>{const{config:r}=this,a=e.live;r.live=a,this.segmentLoadCount=0,this.targetDuration=e.averagetargetduration,this.browserInfo={...n,live:a,abr:this.multiBitrate||void 0,type:"hls_sw"},this.channel=`${i(this.currentSrc)}|${s}[${ee.VERSION}]`,this.setupElectron();const o=this.initLogger();o.info("use HlsSwP2pEngine"),o.info(`engine version: ${se.version} hls-proxy version: ${this.swVersion}`),o.info(`channel ${this.channel}`),a||(r.startSN=e.startSN,r.endSN=e.endSN,o.info(`startSN ${e.startSN} endSN ${e.endSN}`)),this._init(this.channel,this.browserInfo),this.off(t.LEVEL_LOADED,this.onLevelLoaded)},0===this.config.httpLoadTime&&(this.config.live?this.on(t.LEVEL_LOADED,(e=>{const{fragments:t,averagetargetduration:r,startSN:i}=e;this.config.httpLoadTime=this.determineHttpLoadTime(t,r,i)})):this.config.httpLoadTime=3.5),this.on(t.LEVEL_LOADED,this.onLevelLoaded),this.onManifestParsed=(e,r)=>{this.multiBitrate=e.length>1,this.currentSrc=r,this.off(t.MANIFEST_PARSED,this.onManifestParsed)},this.on(t.MANIFEST_PARSED,this.onManifestParsed),this.onFragLoaded=({url:e})=>{this.curTsUri=e;const{config:t}=this;!this.rangeTested&&t.useHttpRange&&(this.startRangeRequestTimer(),this.rangeTested=!0,t.logger&&t.logger.info(JSON.stringify({engine:this.engineName,...this.browserInfo}))),this.segmentLoadCount>=t.startFromSegmentOffset&&this.resumeTracker()},this.on(t.FRAG_LOADED,this.onFragLoaded),this.swSupported){const{serviceWorker:e}=navigator;e.onmessage=e=>{const{action:r,data:i}=e.data;if(!r)return;if(r===t.SW_DEBUG){const{level:e,text:t}=i;return void(this.logger&&this.logger[e](`hls-proxy ${this.swVersion}: ${t}`))}const s=e.ports[0];if(s){if(this.logger&&this.logger.info(`engine onmessage action ${r}`),s.postMessage({action:r,pong:!0}),!this.p2pEnabled||!i)return s.postMessage({action:r});if(r===t.SW_GET_PLAYLIST)this.handleGetPlaylist(i,s);else{if(!this.scheduler)return s.postMessage({action:r});this.scheduler.notifySWMessage(r,i,s)}}else this.logger&&this.logger.error(`sender not found in action ${r}`)}}this.config.swAutoRegister&&this.registerServiceWorker().then((function(e){})).catch((e=>{console.warn("ServiceWorker registration failed ",e)}))}get currentLevel(){return this.currentLevelIndex}watchRebuffering(e){this.offEventRebuffer=function(e,t){let r=null;const i=()=>{r||(r=setTimeout((()=>{t()}),2500))},s=()=>{null!=r&&(clearTimeout(r),r=null)};return e.addEventListener("waiting",i),e.addEventListener("playing",s),()=>{e.removeEventListener("waiting",i),e.removeEventListener("playing",s)}}(e,(()=>{this.fetcher&&this.fetcher.increRebuffers()}))}handlePlaylist(e,r,i=!1){const{config:s,logger:n}=this,{url:a,redirectedUrl:o,text:l,ver:u}=e;return this.swVersion=u,-1===function(e,t){for(var r=e.split("."),i=t.split("."),s=0;s<Math.max(r.length,i.length);s++){var n=parseInt(r[s]||0),a=parseInt(i[s]||0);if(n<a)return-1;if(n>a)return 1}return 0}(u,yr)?(console.warn(`hls-proxy.js version should >= ${yr}`),r.postMessage({action:t.SW_GET_PLAYLIST})):this.bypassLevels.indexOf(b(a))>=0?(console.warn("bypass audio track"),n&&n.warn("bypass audio track"),r.postMessage({action:t.SW_GET_PLAYLIST})):(r.postMessage({action:t.SW_GET_PLAYLIST,data:{active:!0,debug:n&&n.isDebugLevel,text:l,redirectedUrl:o}}),this._parsePlaylist(l,b(a),o,i),void(this.workerKeepAliveInterval||navigator.serviceWorker.getRegistration().then((e=>{const t=()=>e&&e.active&&"activated"===e.active.state;if(!s.live&&t()){const r=new URL(e.scope);this.pathname=r.pathname+h;const i=e=>{clearInterval(this.workerKeepAliveInterval),this.workerKeepAliveInterval=null;const t=`keep alive failed ${e}`;n&&(n.error(t),n.report(t,"SWKeepAlive",this.peerId,"2.16.4"))};this.workerKeepAliveInterval=setInterval((()=>{var e;t()?(e=this.pathname,new Promise(((t,r)=>{fetch(`${e}/keepalive/`).then((e=>{if(e.ok)return e.text();throw new Error("keepalive failed")})).then((e=>{if(""!==e.trim())throw new Error("not valid keepalive response");t()})).catch((e=>{r(e)}))}))).catch((e=>{i(e)})):i("sw not activated`")}),15e3)}}))))}_parsePlaylist(e,r,i,s=!1){const n=r;i&&(r=i);const{config:a,logger:o}=this;if(e.indexOf("#EXTINF:")>0||e.indexOf("#EXT-X-TARGETDURATION:")>0){let i=0;const o=Gt.parseLevelPlaylist(e,r);this.levels.length>0?(i=this.levels.indexOf(b(o.url)),-1===i?(this.restartP2p(),this.currentSrc=n,i=0):this.currentLevelIndex=i):(""!==this.currentSrc&&n!==this.currentSrc&&this.restartP2p(),this.currentSrc=n,this.levels=[b(r)]),this.emit(t.LEVEL_LOADED,o),a.live&&S(this.fragMap,200),o.fragments.forEach((e=>{e.level=i;let t=l().buildAbsoluteURL(e.baseurl,e.relurl,{alwaysNormalize:!0});const r=e.byteRange;2===r.length&&(t=`${t}|bytes=${r[0]}-${r[1]-1}`),this.fragMap.set(t,e)})),!s&&a.sharePlaylist&&this.scheduler&&!this.scheduler.isMobileNet&&this.scheduler.broadcastPlaylist(b(r),e)}else{const i=Gt.parseMasterPlaylist(e,r);""!==this.currentSrc&&this.restartP2p(),i.length>0&&(i.sort(((e,t)=>e.bitrate-t.bitrate)),this.levels=i.map((e=>b(e.url))),["AUDIO","SUBTITLES","CLOSED-CAPTIONS"].forEach((t=>{Gt.parseMasterPlaylistMedia(e,r,t).forEach((e=>{e.url&&this.bypassLevels.push(b(e.url))}))}))),this.emit(t.MANIFEST_PARSED,i,n)}this._setupSegmentId()}async handleGetPlaylist(e,r){const{config:i,logger:s,scheduler:n}=this,{url:a}=e,o=b(a);if(n&&n.playlistInfo.has(o)){const t=await n.getPlaylistFromPeer(o);if(t&&t.data){const{data:i,seq:n}=t;return s&&s.info(`got playlist from peer seq ${n}`),void this.handlePlaylist({text:i,...e},r,!0)}}try{const{text:i,redirectedUrl:n}=await this._loadPlaylistByHttp(a);if(!function(e){return 0===e.indexOf("#EXTM3U")}(i))return s&&s.warn(`not m3u8: ${i}`),r.postMessage({action:t.SW_GET_PLAYLIST});this.handlePlaylist({text:i,redirectedUrl:n,...e},r)}catch(e){r.postMessage({action:t.SW_GET_PLAYLIST})}}async registerServiceWorker(){const{logger:e,config:t}=this;if(!this.swSupported){let e="sw is not supported";return E||(e="https is required when using ServiceWorker",console.warn(e)),Promise.reject(e)}return this.media=ae(t.mediaElem),this.media||e&&e.warn("no video element found"),Pr.registerServiceWorker(t)}async unregisterServiceWorker(){clearInterval(this.workerKeepAliveInterval),this.workerKeepAliveInterval=null;const e="serviceWorker is not registered";return new Promise(((t,r)=>{const{serviceWorker:i}=navigator;i||r(e),i.getRegistration().then((i=>{i?i.unregister().then(t).catch(r):r(e)}))}))}async _init(e,t){const{logger:r,config:i}=this;if(!this.p2pEnabled||"object"!=typeof self)return;this.mediaTimer=setInterval((()=>{const e=()=>this.hlsjs&&this.hlsjs.media;if(this.media){const t=e();t&&this.media!==t&&(this.media=t),clearInterval(this.mediaTimer),this.rubufferTimer=setTimeout((()=>{this.watchRebuffering(this.media)}),15e3)}else this.media=e()||ae(i.mediaElem)}),3e3);let s=new vr(this,i);s.fragMap=this.fragMap;try{await super._init(e,s,t)}catch(e){return void(r&&r.error(e))}s.server=this.fetcher,this.scheduler=s}restartP2p(){this.logger&&this.logger.warn("restart P2P"),this.disableP2P(),this.enableP2P(),this.on(t.LEVEL_LOADED,this.onLevelLoaded),this.on(t.MANIFEST_PARSED,this.onManifestParsed),this.on(t.FRAG_LOADED,this.onFragLoaded)}enableP2P(){return this.p2pEnabled?null:(this.logger&&this.logger.info("enable P2P"),this.config.p2pEnabled=this.p2pEnabled=!0,this)}disableP2P(){this.logger&&this.logger.warn("disable P2P"),clearInterval(this.mediaTimer),clearTimeout(this.rubufferTimer),this.offEventRebuffer&&this.offEventRebuffer(),this.p2pEnabled&&(this.config.p2pEnabled=this.p2pEnabled=!1,this.tracker&&this.tracker instanceof Rt&&(this.tracker.stopP2P(),this.tracker=null,this.fetcher=null,this.bufMgr.destroy(),this.bufMgr=null,this.trackerTried=!1)),this.levels=[],this.currentLevelIndex=0,this.lastLevel=0,this.multiBitrate=!1,this.rangeTested=!1,this.currentSrc="",this.media=void 0,this.config.live=!1,this.removeAllListeners(t.MANIFEST_PARSED),this.removeAllListeners(t.LEVEL_LOADED),this.removeAllListeners(t.FRAG_LOADED),clearInterval(this.workerKeepAliveInterval),this.workerKeepAliveInterval=null}destroy(){this.swSupported&&(navigator.serviceWorker.onmessage=void 0),super.destroy()}async _loadPlaylistByHttp(e){const t=f(e,h,!0),r=await fetch(t);return{text:await r.text(),redirectedUrl:r.redirected?r.url:void 0}}}const Sr=Er;function Tr(e,t,r="main"){return"main"!==r}function _r(e,t,r){let i,s,n;const a=performance.now();n=a,s=r?n-r.getMeanTimeToLoaded(t):a-200,i=s-100,e.trequest=i,e.tfirst=s,e.tload=n,e.loading={first:i,start:s,end:n},e.loaded=t,e.total=t}const Lr=class extends cr{constructor(e,t){super(e,t),this.isHlsjs=!0,this.waitingPeers=0,this.waitingSeg={},this.requestedSet=new Set}updatePlaySN(e){this.currPlaySN=e}load(e,t,r){const{logger:i,config:s}=this;this.context=e;const{rangeStart:n,rangeEnd:a,url:o}=e,l=e.frag,{segId:h,sn:u,level:d}=l;this.callbacks=r,this.criticalSeg={sn:u,level:d,segId:h};let c=e.defaultTimeout-1e3*s.httpLoadTime;const f={rangeStart:Number(n),rangeEnd:Number(a),url:o,httpLoadTime:1e3*s.httpLoadTime,xhrSetup:s.xhrSetup,segId:h,headers:Object.keys(e.headers||{}).length>0?e.headers:void 0};this.setupSynForLoad(u,d,h,f,c),this.targetPeers={}}isCritical(){return!(!this.criticalSeg||this.criticalSeg.segId!==this.loadingSegId)}addPeer(e){super.addPeer(e)}destroy(){super.destroy(),this.logger.warn("destroy HlsjsScheduler")}_setupDC(e){super._setupDC(e)}_setupSynthesizer(e){e.on(t.SYN_OUTPUT,(async(t,r)=>{const{config:i,logger:s}=this,{segId:n,sn:a,data:o,level:l,ext:h}=t,{speed:u,time:d,http:c,p2p:f}=r,g=this.criticalSeg&&this.criticalSeg.segId===n,p=await this._handleSynOutput(n,c,f,d,o,h.hash),m=e.getFromPeerId();if(p)if(this.bitset.has(a,l)||this.reportTraffic(c,f,u),g&&this.callbacks){s.info(`receive criticalSeg seg_id ${n}`),this.criticalSeg=null;const{frag:e}=this.context;f>0&&(e.fromPeerId=m,e.loadByP2P=!0),this.callbacks.onSuccess({data:o,url:this.context.url},{},{...this.context,ext:h}),this.callbacks=void 0}else this.bitset.has(a,l)||(e.detachPeers(),await this.bufMgr.putSeg(t));else s.error(`segment ${n} validate failed`),g&&this.callbacks.onTimeout({},this.context,null),this.requestingMap.delete(de(a,l)),this.disconnectLoadingPeer(m)})).on(t.SYN_ERROR,((t,r)=>{const{sn:i,level:s}=t;this.criticalSeg&&this.criticalSeg.sn===i&&(this.criticalSeg=null,this.callbacks.onTimeout({},this.context,null)),this._handleSynError(e,s,i,r)})).on(t.SYN_PROGRESS,(({total:e,loaded:t,first:r,segId:i})=>{this.criticalSeg&&this.criticalSeg.segId===i&&this.callbacks&&this.callbacks.onLoaded&&this.callbacks.onLoaded({total:e,loaded:t,first:r},this.context)}))}_setupEngine(){super._setupEngine(),this.engine.on(t.FRAG_LOADING,(({sn:e,segId:t,byHttp:r,level:i})=>{this.loadingSN=e,this.loadingSegId=t,this.fragLoading=!0,r&&this.checkSynthesizer(e,i)})).on(t.FRAG_LOADED,(({sn:e,segId:t,byP2p:r,level:i})=>{this.fragLoading=!1,r||this.checkSynthesizer(e,i)})).on(t.FRAG_CHANGED,(({sn:e})=>{this.updatePlaySN(e)}))}_handleDCHave(e,t,r,i,s,n){this._notifySynthesizer(e,i,t,r,s,n,this.criticalSeg&&this.criticalSeg.segId===i),this.config.live&&q((()=>{this.checkPeers()}))}};class br extends At{static get name(){return"HlsjsP2pEngine"}constructor(e,t={}){if(super(t,e),!e)throw new TypeError("hlsjs instance is null");"serviceWorker"in navigator&&this._setupSW(),this.config.xhrSetup=e.config.xhrSetup,this.engineName=br.name,this._onFragLoading=this._onFragLoading.bind(this),this._onFragLoaded=this._onFragLoaded.bind(this),this._onFragChanged=this._onFragChanged.bind(this),this._onHlsError=this._onHlsError.bind(this),this._onLevelUpdated=this._onLevelUpdated.bind(this);const{channelIdMaker:r,signalId:i,browserInfo:s}=this.setup(),n=(t,a)=>{if(!a)return;const{config:o}=this,l=a.details,h=l.live;this._startEngine(this.hlsjs.url,h,s,r,i,l),e.off(this.HLSEvents.LEVEL_LOADED,n)};this._updateHlsEventsHandlers(),e.on(this.HLSEvents.LEVEL_LOADED,n);const a=(e,t)=>{if(!t)return;const{config:r}=this,{fragments:i,averagetargetduration:s,startSN:n}=t.details;r.httpLoadTime=this.determineHttpLoadTime(i,s,n)};0===this.config.httpLoadTime&&(this.config.live?e.on(this.HLSEvents.LEVEL_LOADED,a):this.config.httpLoadTime=3.5);const o=(t,r)=>{this._setupSegmentId();const i=r.levels.length;this.multiBitrate=i>1,e.off(this.HLSEvents.MANIFEST_PARSED,o)};e.on(this.HLSEvents.MANIFEST_PARSED,o),e.on(this.HLSEvents.DESTROYING,(()=>{e.off(this.HLSEvents.LEVEL_LOADED,a),this.destroy()}))}_startEngine(e,t,r,i,s,n={}){const{config:a}=this;a.live=t,this.browserInfo={...r,live:t,abr:this.multiBitrate||void 0,type:"hls"},this.channel=`${i(e)}|${s}[${ee.VERSION}]`,this.setupElectron();const o=this.initLogger();o.info("use HlsjsP2pEngine"),this.logger=o,o.info(`channel ${this.channel}`),t||(a.startSN=n.startSN,a.endSN=n.endSN,o.info(`startSN ${n.startSN} endSN ${n.endSN}`)),this._init(this.channel,this.browserInfo)}async _init(e,t){const{logger:r,config:i}=this;if(!this.p2pEnabled||"object"!=typeof self)return;this.media=this.hlsjs.media,this.media&&(this.currentSrc=this.media.src);const s=new Lr(this,i);try{await super._init(e,s,t)}catch(e){return void r.error(e)}this.hlsjs.config.fLoader=function(e,t,r,i){const s=i.httpStreamEnabled&&nr();return class extends(n()){constructor(n){super(),this.logger=r,this.isHlsV0=i.isHlsV0,this.bufMgr=e.bufMgr,this.httpLoader=s||this.isHlsV0?new ar(n):new mr(n),this.originalLoader=n.loader,this.p2pEnabled=i.p2pEnabled,this.isLive=i.live,this.scheduler=e,this.fetcher=t,this.segmentId=i.segmentId,this.blockTypes=i.p2pBlackList,this.stats=this.httpLoader.stats||D(),this.segmentBypass=A(i.segmentBypass)?i.segmentBypass:()=>!1,this.prefetchOnly=i.prefetchOnly,this.startFromSegmentOffset=i.startFromSegmentOffset}destroy(){this.httpLoader.destroy()}abort(){this.httpLoader.abort()}async load(e,t,r){const{logger:i,scheduler:s}=this,{url:n,frag:a}=e;this.isHlsV0||(a.stats=this.stats);const{level:o,sn:l,type:h,tagList:u}=a;let d=a.segId;if(!d){let t;e.rangeEnd&&(t="bytes="+e.rangeStart+"-"+(e.rangeEnd-1)),d=a.segId=this.segmentId(String(o),l,n,t)}const c=()=>(a.loadByHTTP=!0,new this.originalLoader(t).load(e,t,r));if(!n||!Number.isInteger(l)||Tr(0,this.blockTypes,h)||this.segmentBypass(n,u))return i.info(`HTTP load blockType ${n}`),c();if(this.fetcher.increMediaRequests(),this.isLive&&s.requestedSet.has(d))return i.warn(`HTTP load duplicated ${n}`),c();if(s.engine.segmentLoadCount<this.startFromSegmentOffset)return c();t.maxRetry=2;const f=s.getBufferedDuration(),g=await this.bufMgr.getSegById(d);if(this.p2pEnabled&&g){i.info(`bufMgr found seg sn ${l} segId ${d} level ${o} size ${g.size}`);let t=y(g.data).buffer,n={url:e.url,data:t};return _r(this.stats,g.size,s.coordinator),a.loaded=g.size,a.loadByP2P=!0,a.fromPeerId=g.fromPeerId,void q((()=>{!this.isHlsV0&&r.onProgress&&r.onProgress(this.stats,e,n.data),r.onSuccess(n,this.stats,e)}))}!this.prefetchOnly&&this.p2pEnabled&&s.hasAndSetTargetPeer(l,o,d,f)?this.loadFragByP2p(e,t,r,d,f):(i.info(`fragLoader load ${d} at ${l} level ${o} buffered ${1e3*f}`),this.loadFragByHttp(e,t,r,d))}loadFragByHttp(e,t,r,i){const{logger:n,scheduler:a}=this,{segmentBuilderMap:o}=a,l=e.frag,{sn:h,level:u}=l,d=de(h,u);if(s){let e;r.onUpdate=(t,r,s)=>{if(s)return n.warn(`loadFragByHttp ${i} aborted`),void o.delete(d);e&&e.receiveBytes(t,r)},r.onBodyStart=t=>{!e&&t>0&&(e=new fr(h,u,i,t),o.has(d)||o.set(d,e),a.notifyAllPeers(h,u,i,t,$t.PARTIAL_FORWARD))}}const c=r.onSuccess;r.onSuccess=async(e,t,r)=>{a.coordinator.addLoaderHttpSpeed(t.tload-t.tfirst,t.loaded);const{data:s}=e;let f=t.tload-t.trequest;if(n.info(`HTTP loaded ${i} time ${f} speed ${t.total/f}`),l.loaded=t.total,!await this.bufMgr.hasSegOfId(i)){const e=y(s).buffer,t=new X(h,i,e,this.fetcher.peerId,u);await this.bufMgr.putSeg(t)}o.delete(d),this.fetcher.reportFlow(t.total),c(e,t,r)},e.frag.loadByHTTP=!0,this.httpLoader.load(e,t,r)}loadFragByP2p(t,r,i,s,n){const{logger:a}=this,o=t.frag;let l;l=r.loadPolicy?r.loadPolicy.maxTimeToFirstByteMs:r.timeout,(!l||l>1e3*n)&&(l=1e3*n),t.defaultTimeout=l,this.scheduler.load(t,r,i);const h=i.onSuccess,u=i.onTimeout;i.onTimeout=(e,t)=>{a.warn(`P2P timeout switched to HTTP load ${o.relurl} at ${o.sn}`),i.onSuccess=h,this.loadFragByHttp(t,r,i,s),i.onTimeout=u},i.onSuccess=async(t,r,n)=>{const{data:l}=t;if(_r(r=this.stats,l.byteLength,e.coordinator),!await this.bufMgr.hasSegOfId(s)){const e=y(l).buffer,t=new X(o.sn,s,e,o.fromPeerId||this.fetcher.peerId,o.level,n.ext);await this.bufMgr.putSeg(t)}o.loadByP2P||this.fetcher.reportFlow(r.total),o.loaded=r.loaded,a.info(`${o.loadByP2P?"P2P":"HTTP"} loaded segment id ${s}`),!this.isHlsV0&&i.onProgress&&i.onProgress(r,n,l),h(t,r,n)}}}}(s,this.fetcher,r,i),i.sharePlaylist&&(this.hlsjs.config.pLoader=function(e,t,r){return class extends(n()){constructor(i){super(),this.logger=t,this.xhrLoader=new i.loader(i),this.p2pEnabled=r.p2pEnabled,this.scheduler=e,this.stats=this.xhrLoader.stats||D()}destroy(){this.xhrLoader.destroy()}abort(){this.xhrLoader.abort()}async load(e,t,r){const{logger:i}=this,{url:s}=e,n=b(s),a=r.onSuccess;if(r.onSuccess=(e,t,r)=>{this.scheduler&&!r.loadedByPeer&&this.scheduler.broadcastPlaylist(n,e.data),a(e,t,r)},this.scheduler&&this.scheduler.playlistInfo.has(n)){const t=await this.scheduler.getPlaylistFromPeer(n);if(t&&t.data){const{data:n,seq:a}=t;i.info(`got playlist from peer seq ${a}`),_r(this.stats,n.length);let o={url:s,data:n};return e.loadedByPeer=!0,void q((()=>{r.onSuccess(o,this.stats,e)}))}}this.xhrLoader.load(e,t,r)}}}(s,r,i))}_onFragLoading(e,r){const i=r.frag;let{sn:s,level:n,segId:a}=i;if(!Tr(i.url,this.config.p2pBlackList,i.type)&&Number.isInteger(s)){if(this.logger&&this.logger.info("loading frag "+s),this.bufMgr&&(this.bufMgr.loadingSN=s),!a){let e;i._byteRange&&(e="bytes="+i._byteRange[0]+"-"+i._byteRange[1]);let t=i.url;this._setupSegmentId(),a=i.segId=this.config.segmentId(String(n),i.sn,t,e)}this.emit(t.FRAG_LOADING,{sn:s,segId:a,byHttp:i.loadByHTTP,level:n})}}_onLevelUpdated(e,t){const{details:r}=t,{hlsjs:i,config:s}=this,{targetduration:n,live:a,fragments:o}=r,l=o.length;if(a&&i&&"main"===o[0].type&&!(l<=4)&&(s.isHlsV0||!i.userConfig.liveSyncDuration&&!i.userConfig.liveSyncDurationCount)){const e=l<=9?l-1:l-2;i.config.liveSyncDurationCount!==e&&(i.config.liveSyncDurationCount=e)}}_onFragLoaded(e,r){if(this.segmentLoadCount++,!this.p2pEnabled)return;const{frag:i}=r;this.curTsUri=i.url;const{sn:s,segId:n,loaded:a,duration:o,level:l,fromPeerId:h,loadByP2P:u,url:d}=i,{config:c,logger:f}=this;this.tracker&&this.tracker.scheduler&&(T(this.tracker.scheduler.requestedSet,50),this.tracker.scheduler.requestedSet.add(n)),Tr(i.url,c.p2pBlackList,i.type)||(this.bufMgr&&this.bufMgr.loadingSN>=0&&this.emit(t.FRAG_LOADED,{url:d,sn:s,level:l,segId:n,loaded:a,duration:o,byP2p:!!u,fromPeerId:h}),!this.rangeTested&&c.useHttpRange&&(this.startRangeRequestTimer(),this.rangeTested=!0,f&&f.info(JSON.stringify({engine:this.engineName,hlsjs:this.hlsjsVersion,...this.browserInfo})))),this.segmentLoadCount>=c.startFromSegmentOffset&&this.resumeTracker()}_onFragChanged(e,r){const{frag:i}=r;if(!Tr(i.url,this.config.p2pBlackList,i.type)){this.logger&&this.logger.info("frag changed: "+i.sn);const{sn:e,duration:r}=i;this.emit(t.FRAG_CHANGED,{sn:e,duration:r})}}get currentLevel(){const{currentLevel:e}=this.hlsjs;return e>=0?e:0}disableP2P(){this.logger&&this.logger.warn("disable P2P"),this.p2pEnabled&&(this.p2pEnabled=!1,this.config.p2pEnabled=this.p2pEnabled,this.tracker&&(this.tracker.stopP2P(),this.tracker={},this.fetcher=null,this.bufMgr.destroy(),this.bufMgr=null,this.hlsjs.config.fLoader=this.hlsjs.config.pLoader=this.hlsjs.constructor.DefaultConfig.loader))}_updateHlsEventsHandlers(e=!1){const t=this.hlsjs;if(!t)return;const r=e?"off":"on";t[r](this.HLSEvents.FRAG_LOADING,this._onFragLoading),t[r](this.HLSEvents.FRAG_LOADED,this._onFragLoaded),t[r](this.HLSEvents.FRAG_CHANGED,this._onFragChanged),t[r](this.HLSEvents.ERROR,this._onHlsError),t[r](this.HLSEvents.LEVEL_UPDATED,this._onLevelUpdated)}destroy(){this._updateHlsEventsHandlers(!0),super.destroy()}_setupSW(){const{serviceWorker:e}=navigator;e.onmessage=e=>{const{action:t}=e.data,r=e.ports[0];if(r)return r.postMessage({action:t,pong:!0}),r.postMessage({action:t,data:{bypass:!0}})}}}const Rr=br;class Ar{static get Events(){return t}static get TrackerZone(){return se.TrackerZone}static isSupported(){return se.isSupported()&&(ne()||Sr.isServiceWorkerSupported())}static isServiceWorkerSupported(){return Sr.isServiceWorkerSupported()}static isMSESupported(){return ne()}static getBrowser(){return J().getBrowser()}static get ServiceWorkerEngine(){return Sr}static get HlsjsEngine(){return Rr}static async tryRegisterServiceWorker({swFile:e="./sw.js",swScope:t="./"}={}){return Ar.registerServiceWorker({swFile:e,swScope:t})}static async registerServiceWorker({swFile:e="./sw.js",swScope:t="./",hlsjsInstance:r}={}){const{serviceWorker:i}=navigator;return!i||r?Promise.resolve():i.getRegistration().then((r=>r||Promise.race([i.register(e,{scope:t}).then((e=>function(e){return new Promise(((t,r)=>{const i=e.installing||e.waiting||e.active,s=()=>"activated"===i.state&&(i.removeEventListener("statechange",s),t(e),!0);s()||i.addEventListener("statechange",s)}))}(e))).catch((()=>{Promise.resolve()})),m(300)]))).catch((()=>{Promise.resolve()}))}constructor(e={}){const{hlsjsInstance:t}=e;delete e.hlsjsInstance;const r=()=>{this._realEngine=new Rr(t,e)},i=()=>{this._realEngine=new Sr(e,t)};"1"!==c("_sw")?e.proxyFirst&&t?Sr.isServiceWorkerSupported()?i():r():!e.proxyOnly&&ne()&&t?r():i():i()}get realEngine(){return this._realEngine}get engineName(){return this._realEngine.constructor.name}once(e,t){return this._realEngine.once(e,t)}on(e,t){return this._realEngine.on(e,t)}off(e,t){return this._realEngine.off(e,t)}removeListener(e,t){return this._realEngine.removeListener(e,t)}removeAllListeners(e){return this._realEngine.removeAllListeners(e)}set p2pEnabled(e){this._realEngine.p2pEnabled=e}get p2pEnabled(){return this._realEngine.p2pEnabled}enableP2P(){this._realEngine.enableP2P()}disableP2P(){this._realEngine.disableP2P()}destroy(){this._realEngine.destroy()}async registerServiceWorker(){return A(this._realEngine.registerServiceWorker)?this._realEngine.registerServiceWorker():Promise.reject("Not supported by this engine")}async unregisterServiceWorker(){return A(this._realEngine.unregisterServiceWorker)?this._realEngine.unregisterServiceWorker():Promise.reject("Not supported by this engine")}get version(){return se.version}}Ar.version=se.version,Ar.protocolVersion=ee.VERSION,"object"==typeof self&&(self.P2PEngineHls=Ar);const Pr=Ar;var wr=r(917),Ir=r.n(wr);const Dr={maxBufferLength:12},Cr={maxBufferLength:40};class kr extends(Ir()){static get P2PEvents(){return Pr.Events}static get P2pEngine(){return Pr}constructor(e={}){let t=e.p2pConfig||{};const r=!1===t.live?Cr:Dr;let i=JSON.parse(JSON.stringify(r));i.maxBufferSize=0,i.enableWorker=!1;for(let t in e)"p2pConfig"!==t&&(i[t]=e[t]);super(i),this._restartEvent=()=>{this.restartP2P()},Pr.isSupported()&&(this._p2pEngine=new Pr({...t,hlsjsInstance:this}),this._p2pEngine.on(Pr.Events.RESTART_P2P,this._restartEvent)),this.on(Ir().Events.DESTROYING,(()=>{this._p2pEngine&&(this._p2pEngine.removeListener(Pr.Events.RESTART_P2P,this._restartEvent),this._p2pEngine.hlsjs=null,this._p2pEngine=null)}))}get p2pEngine(){return this._p2pEngine}enableP2P(){this._p2pEngine&&(this._p2pEngine=this._p2pEngine.enableP2P())}disableP2P(){this._p2pEngine&&this._p2pEngine.disableP2P()}restartP2P(){this._p2pEngine&&(this._p2pEngine.disableP2P(),setTimeout((()=>{this.enableP2P()}),2e3),this._p2pEngine.removeListener(Pr.Events.RESTART_P2P,this._restartEvent))}}kr.engineVersion=Pr.version,kr.protocolVersion=Pr.protocolVersion,kr.WEBRTC_SUPPORT=Pr.isSupported();const Mr=kr})(),i=i.default})()));
1
+ !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.Hls=t():e.Hls=t()}(this,(()=>(()=>{var e={415:e=>{"use strict";var t,s="object"==typeof Reflect?Reflect:null,i=s&&"function"==typeof s.apply?s.apply:function(e,t,s){return Function.prototype.apply.call(e,t,s)};t=s&&"function"==typeof s.ownKeys?s.ownKeys:Object.getOwnPropertySymbols?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:function(e){return Object.getOwnPropertyNames(e)};var r=Number.isNaN||function(e){return e!=e};function n(){n.init.call(this)}e.exports=n,e.exports.once=function(e,t){return new Promise((function(s,i){function r(s){e.removeListener(t,n),i(s)}function n(){"function"==typeof e.removeListener&&e.removeListener("error",r),s([].slice.call(arguments))}p(e,t,n,{once:!0}),"error"!==t&&function(e,t,s){"function"==typeof e.on&&p(e,"error",t,s)}(e,r,{once:!0})}))},n.EventEmitter=n,n.prototype._events=void 0,n.prototype._eventsCount=0,n.prototype._maxListeners=void 0;var a=10;function o(e){if("function"!=typeof e)throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof e)}function l(e){return void 0===e._maxListeners?n.defaultMaxListeners:e._maxListeners}function h(e,t,s,i){var r,n,a,h;if(o(s),void 0===(n=e._events)?(n=e._events=Object.create(null),e._eventsCount=0):(void 0!==n.newListener&&(e.emit("newListener",t,s.listener?s.listener:s),n=e._events),a=n[t]),void 0===a)a=n[t]=s,++e._eventsCount;else if("function"==typeof a?a=n[t]=i?[s,a]:[a,s]:i?a.unshift(s):a.push(s),(r=l(e))>0&&a.length>r&&!a.warned){a.warned=!0;var d=new Error("Possible EventEmitter memory leak detected. "+a.length+" "+String(t)+" listeners added. Use emitter.setMaxListeners() to increase limit");d.name="MaxListenersExceededWarning",d.emitter=e,d.type=t,d.count=a.length,h=d,console&&console.warn&&console.warn(h)}return e}function d(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,0===arguments.length?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function c(e,t,s){var i={fired:!1,wrapFn:void 0,target:e,type:t,listener:s},r=d.bind(i);return r.listener=s,i.wrapFn=r,r}function u(e,t,s){var i=e._events;if(void 0===i)return[];var r=i[t];return void 0===r?[]:"function"==typeof r?s?[r.listener||r]:[r]:s?function(e){for(var t=new Array(e.length),s=0;s<t.length;++s)t[s]=e[s].listener||e[s];return t}(r):g(r,r.length)}function f(e){var t=this._events;if(void 0!==t){var s=t[e];if("function"==typeof s)return 1;if(void 0!==s)return s.length}return 0}function g(e,t){for(var s=new Array(t),i=0;i<t;++i)s[i]=e[i];return s}function p(e,t,s,i){if("function"==typeof e.on)i.once?e.once(t,s):e.on(t,s);else{if("function"!=typeof e.addEventListener)throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof e);e.addEventListener(t,(function r(n){i.once&&e.removeEventListener(t,r),s(n)}))}}Object.defineProperty(n,"defaultMaxListeners",{enumerable:!0,get:function(){return a},set:function(e){if("number"!=typeof e||e<0||r(e))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+e+".");a=e}}),n.init=function(){void 0!==this._events&&this._events!==Object.getPrototypeOf(this)._events||(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0},n.prototype.setMaxListeners=function(e){if("number"!=typeof e||e<0||r(e))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+e+".");return this._maxListeners=e,this},n.prototype.getMaxListeners=function(){return l(this)},n.prototype.emit=function(e){for(var t=[],s=1;s<arguments.length;s++)t.push(arguments[s]);var r="error"===e,n=this._events;if(void 0!==n)r=r&&void 0===n.error;else if(!r)return!1;if(r){var a;if(t.length>0&&(a=t[0]),a instanceof Error)throw a;var o=new Error("Unhandled error."+(a?" ("+a.message+")":""));throw o.context=a,o}var l=n[e];if(void 0===l)return!1;if("function"==typeof l)i(l,this,t);else{var h=l.length,d=g(l,h);for(s=0;s<h;++s)i(d[s],this,t)}return!0},n.prototype.addListener=function(e,t){return h(this,e,t,!1)},n.prototype.on=n.prototype.addListener,n.prototype.prependListener=function(e,t){return h(this,e,t,!0)},n.prototype.once=function(e,t){return o(t),this.on(e,c(this,e,t)),this},n.prototype.prependOnceListener=function(e,t){return o(t),this.prependListener(e,c(this,e,t)),this},n.prototype.removeListener=function(e,t){var s,i,r,n,a;if(o(t),void 0===(i=this._events))return this;if(void 0===(s=i[e]))return this;if(s===t||s.listener===t)0==--this._eventsCount?this._events=Object.create(null):(delete i[e],i.removeListener&&this.emit("removeListener",e,s.listener||t));else if("function"!=typeof s){for(r=-1,n=s.length-1;n>=0;n--)if(s[n]===t||s[n].listener===t){a=s[n].listener,r=n;break}if(r<0)return this;0===r?s.shift():function(e,t){for(;t+1<e.length;t++)e[t]=e[t+1];e.pop()}(s,r),1===s.length&&(i[e]=s[0]),void 0!==i.removeListener&&this.emit("removeListener",e,a||t)}return this},n.prototype.off=n.prototype.removeListener,n.prototype.removeAllListeners=function(e){var t,s,i;if(void 0===(s=this._events))return this;if(void 0===s.removeListener)return 0===arguments.length?(this._events=Object.create(null),this._eventsCount=0):void 0!==s[e]&&(0==--this._eventsCount?this._events=Object.create(null):delete s[e]),this;if(0===arguments.length){var r,n=Object.keys(s);for(i=0;i<n.length;++i)"removeListener"!==(r=n[i])&&this.removeAllListeners(r);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if("function"==typeof(t=s[e]))this.removeListener(e,t);else if(void 0!==t)for(i=t.length-1;i>=0;i--)this.removeListener(e,t[i]);return this},n.prototype.listeners=function(e){return u(this,e,!0)},n.prototype.rawListeners=function(e){return u(this,e,!1)},n.listenerCount=function(e,t){return"function"==typeof e.listenerCount?e.listenerCount(t):f.call(e,t)},n.prototype.listenerCount=f,n.prototype.eventNames=function(){return this._eventsCount>0?t(this._events):[]}},558:function(e){!function(t){var s=/^(?=((?:[a-zA-Z0-9+\-.]+:)?))\1(?=((?:\/\/[^\/?#]*)?))\2(?=((?:(?:[^?#\/]*\/)*[^;?#\/]*)?))\3((?:;[^?#]*)?)(\?[^#]*)?(#[^]*)?$/,i=/^(?=([^\/?#]*))\1([^]*)$/,r=/(?:\/|^)\.(?=\/)/g,n=/(?:\/|^)\.\.\/(?!\.\.\/)[^\/]*(?=\/)/g,a={buildAbsoluteURL:function(e,t,s){if(s=s||{},e=e.trim(),!(t=t.trim())){if(!s.alwaysNormalize)return e;var r=a.parseURL(e);if(!r)throw new Error("Error trying to parse base URL.");return r.path=a.normalizePath(r.path),a.buildURLFromParts(r)}var n=a.parseURL(t);if(!n)throw new Error("Error trying to parse relative URL.");if(n.scheme)return s.alwaysNormalize?(n.path=a.normalizePath(n.path),a.buildURLFromParts(n)):t;var o=a.parseURL(e);if(!o)throw new Error("Error trying to parse base URL.");if(!o.netLoc&&o.path&&"/"!==o.path[0]){var l=i.exec(o.path);o.netLoc=l[1],o.path=l[2]}o.netLoc&&!o.path&&(o.path="/");var h={scheme:o.scheme,netLoc:n.netLoc,path:null,params:n.params,query:n.query,fragment:n.fragment};if(!n.netLoc&&(h.netLoc=o.netLoc,"/"!==n.path[0]))if(n.path){var d=o.path,c=d.substring(0,d.lastIndexOf("/")+1)+n.path;h.path=a.normalizePath(c)}else h.path=o.path,n.params||(h.params=o.params,n.query||(h.query=o.query));return null===h.path&&(h.path=s.alwaysNormalize?a.normalizePath(n.path):n.path),a.buildURLFromParts(h)},parseURL:function(e){var t=s.exec(e);return t?{scheme:t[1]||"",netLoc:t[2]||"",path:t[3]||"",params:t[4]||"",query:t[5]||"",fragment:t[6]||""}:null},normalizePath:function(e){for(e=e.split("").reverse().join("").replace(r,"");e.length!==(e=e.replace(n,"")).length;);return e.split("").reverse().join("")},buildURLFromParts:function(e){return e.scheme+e.netLoc+e.path+e.params+e.query+e.fragment}};e.exports=a}()},424:(e,t)=>{"use strict";t.h=r;var s=2147483647;function i(e){if(e>s)throw new RangeError('The value "'+e+'" is invalid for option "size"');var t=new Uint8Array(e);return t.__proto__=r.prototype,t}function r(e,t,s){if("number"==typeof e){if("string"==typeof t)throw new TypeError('The "string" argument must be of type string. Received type number');return o(e)}return n(e,t,s)}function n(e,t,s){if("string"==typeof e)return function(e,t){"string"==typeof t&&""!==t||(t="utf8");if(!r.isEncoding(t))throw new TypeError("Unknown encoding: "+t);var s=0|d(e,t),n=i(s),a=n.write(e,t);a!==s&&(n=n.slice(0,a));return n}(e,t);if(ArrayBuffer.isView(e))return l(e);if(null==e)throw TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);if(v(e,ArrayBuffer)||e&&v(e.buffer,ArrayBuffer))return function(e,t,s){if(t<0||e.byteLength<t)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<t+(s||0))throw new RangeError('"length" is outside of buffer bounds');var i;i=void 0===t&&void 0===s?new Uint8Array(e):void 0===s?new Uint8Array(e,t):new Uint8Array(e,t,s);return i.__proto__=r.prototype,i}(e,t,s);if("number"==typeof e)throw new TypeError('The "value" argument must not be of type number. Received type number');var n=e.valueOf&&e.valueOf();if(null!=n&&n!==e)return r.from(n,t,s);var a=function(e){if(r.isBuffer(e)){var t=0|h(e.length),s=i(t);return 0===s.length||e.copy(s,0,0,t),s}if(void 0!==e.length)return"number"!=typeof e.length||y(e.length)?i(0):l(e);if("Buffer"===e.type&&Array.isArray(e.data))return l(e.data)}(e);if(a)return a;if("undefined"!=typeof Symbol&&null!=Symbol.toPrimitive&&"function"==typeof e[Symbol.toPrimitive])return r.from(e[Symbol.toPrimitive]("string"),t,s);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}function a(e){if("number"!=typeof e)throw new TypeError('"size" argument must be of type number');if(e<0)throw new RangeError('The value "'+e+'" is invalid for option "size"')}function o(e){return a(e),i(e<0?0:0|h(e))}function l(e){for(var t=e.length<0?0:0|h(e.length),s=i(t),r=0;r<t;r+=1)s[r]=255&e[r];return s}function h(e){if(e>=s)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+s.toString(16)+" bytes");return 0|e}function d(e,t){if(r.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||v(e,ArrayBuffer))return e.byteLength;if("string"!=typeof e)throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);var s=e.length,i=arguments.length>2&&!0===arguments[2];if(!i&&0===s)return 0;for(var n=!1;;)switch(t){case"ascii":case"latin1":case"binary":return s;case"utf8":case"utf-8":return m(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*s;case"hex":return s>>>1;default:if(n)return i?-1:m(e).length;t=(""+t).toLowerCase(),n=!0}}function c(e,t,s,i){s=Number(s)||0;const r=e.length-s;i?(i=Number(i))>r&&(i=r):i=r;const n=t.length;let a;for(i>n/2&&(i=n/2),a=0;a<i;++a){const i=parseInt(t.substr(2*a,2),16);if(y(i))return a;e[s+a]=i}return a}function u(e,t,s,i){return p(m(t,e.length-s),e,s,i)}function f(e,t,s,i){return p(function(e){const t=[];for(let s=0;s<e.length;++s)t.push(255&e.charCodeAt(s));return t}(t),e,s,i)}function g(e,t,s,i){return p(function(e,t){let s,i,r;const n=[];for(let a=0;a<e.length&&!((t-=2)<0);++a)s=e.charCodeAt(a),i=s>>8,r=s%256,n.push(r),n.push(i);return n}(t,e.length-s),e,s,i)}function p(e,t,s,i){let r;for(r=0;r<i&&!(r+s>=t.length||r>=e.length);++r)t[r+s]=e[r];return r}function m(e,t){var s;t=t||1/0;for(var i=e.length,r=null,n=[],a=0;a<i;++a){if((s=e.charCodeAt(a))>55295&&s<57344){if(!r){if(s>56319){(t-=3)>-1&&n.push(239,191,189);continue}if(a+1===i){(t-=3)>-1&&n.push(239,191,189);continue}r=s;continue}if(s<56320){(t-=3)>-1&&n.push(239,191,189),r=s;continue}s=65536+(r-55296<<10|s-56320)}else r&&(t-=3)>-1&&n.push(239,191,189);if(r=null,s<128){if((t-=1)<0)break;n.push(s)}else if(s<2048){if((t-=2)<0)break;n.push(s>>6|192,63&s|128)}else if(s<65536){if((t-=3)<0)break;n.push(s>>12|224,s>>6&63|128,63&s|128)}else{if(!(s<1114112))throw new Error("Invalid code point");if((t-=4)<0)break;n.push(s>>18|240,s>>12&63|128,s>>6&63|128,63&s|128)}}return n}function v(e,t){return e instanceof t||null!=e&&null!=e.constructor&&null!=e.constructor.name&&e.constructor.name===t.name}function y(e){return e!=e}"undefined"!=typeof Symbol&&null!=Symbol.species&&r[Symbol.species]===r&&Object.defineProperty(r,Symbol.species,{value:null,configurable:!0,enumerable:!1,writable:!1}),r.from=function(e,t,s){return n(e,t,s)},r.prototype.__proto__=Uint8Array.prototype,r.__proto__=Uint8Array,r.alloc=function(e,t,s){return function(e,t,s){return a(e),e<=0?i(e):void 0!==t?"string"==typeof s?i(e).fill(t,s):i(e).fill(t):i(e)}(e,t,s)},r.allocUnsafe=function(e){return o(e)},r.isBuffer=function(e){return null!=e&&!0===e._isBuffer&&e!==r.prototype},r.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},r.concat=function(e,t){if(!Array.isArray(e))throw new TypeError('"list" argument must be an Array of Buffers');if(0===e.length)return r.alloc(0);var s;if(void 0===t)for(t=0,s=0;s<e.length;++s)t+=e[s].length;var i=r.allocUnsafe(t),n=0;for(s=0;s<e.length;++s){var a=e[s];if(v(a,Uint8Array)&&(a=r.from(a)),!r.isBuffer(a))throw new TypeError('"list" argument must be an Array of Buffers');a.copy(i,n),n+=a.length}return i},r.byteLength=d,r.prototype._isBuffer=!0,r.prototype.copy=function(e,t,s,i){if(!r.isBuffer(e))throw new TypeError("argument should be a Buffer");if(s||(s=0),i||0===i||(i=this.length),t>=e.length&&(t=e.length),t||(t=0),i>0&&i<s&&(i=s),i===s)return 0;if(0===e.length||0===this.length)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(s<0||s>=this.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),e.length-t<i-s&&(i=e.length-t+s);var n=i-s;if(this===e&&"function"==typeof Uint8Array.prototype.copyWithin)this.copyWithin(t,s,i);else if(this===e&&s<t&&t<i)for(var a=n-1;a>=0;--a)e[a+t]=this[a+s];else Uint8Array.prototype.set.call(e,this.subarray(s,i),t);return n},r.prototype.write=function(e,t,s,i){if(void 0===t)i="utf8",s=this.length,t=0;else if(void 0===s&&"string"==typeof t)i=t,s=this.length,t=0;else{if(!isFinite(t))throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");t>>>=0,isFinite(s)?(s>>>=0,void 0===i&&(i="utf8")):(i=s,s=void 0)}const r=this.length-t;if((void 0===s||s>r)&&(s=r),e.length>0&&(s<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");let n=!1;for(;;)switch(i){case"hex":return c(this,e,t,s);case"utf8":case"utf-8":return u(this,e,t,s);case"ascii":case"latin1":case"binary":return f(this,e,t,s);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return g(this,e,t,s);default:if(n)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),n=!0}}},832:function(e,t,s){var i;!function(r){"use strict";function n(e,t){var s=(65535&e)+(65535&t);return(e>>16)+(t>>16)+(s>>16)<<16|65535&s}function a(e,t,s,i,r,a){return n((o=n(n(t,e),n(i,a)))<<(l=r)|o>>>32-l,s);var o,l}function o(e,t,s,i,r,n,o){return a(t&s|~t&i,e,t,r,n,o)}function l(e,t,s,i,r,n,o){return a(t&i|s&~i,e,t,r,n,o)}function h(e,t,s,i,r,n,o){return a(t^s^i,e,t,r,n,o)}function d(e,t,s,i,r,n,o){return a(s^(t|~i),e,t,r,n,o)}function c(e,t){var s,i,r,a,c;e[t>>5]|=128<<t%32,e[14+(t+64>>>9<<4)]=t;var u=1732584193,f=-271733879,g=-1732584194,p=271733878;for(s=0;s<e.length;s+=16)i=u,r=f,a=g,c=p,u=o(u,f,g,p,e[s],7,-680876936),p=o(p,u,f,g,e[s+1],12,-389564586),g=o(g,p,u,f,e[s+2],17,606105819),f=o(f,g,p,u,e[s+3],22,-1044525330),u=o(u,f,g,p,e[s+4],7,-176418897),p=o(p,u,f,g,e[s+5],12,1200080426),g=o(g,p,u,f,e[s+6],17,-1473231341),f=o(f,g,p,u,e[s+7],22,-45705983),u=o(u,f,g,p,e[s+8],7,1770035416),p=o(p,u,f,g,e[s+9],12,-1958414417),g=o(g,p,u,f,e[s+10],17,-42063),f=o(f,g,p,u,e[s+11],22,-1990404162),u=o(u,f,g,p,e[s+12],7,1804603682),p=o(p,u,f,g,e[s+13],12,-40341101),g=o(g,p,u,f,e[s+14],17,-1502002290),u=l(u,f=o(f,g,p,u,e[s+15],22,1236535329),g,p,e[s+1],5,-165796510),p=l(p,u,f,g,e[s+6],9,-1069501632),g=l(g,p,u,f,e[s+11],14,643717713),f=l(f,g,p,u,e[s],20,-373897302),u=l(u,f,g,p,e[s+5],5,-701558691),p=l(p,u,f,g,e[s+10],9,38016083),g=l(g,p,u,f,e[s+15],14,-660478335),f=l(f,g,p,u,e[s+4],20,-405537848),u=l(u,f,g,p,e[s+9],5,568446438),p=l(p,u,f,g,e[s+14],9,-1019803690),g=l(g,p,u,f,e[s+3],14,-187363961),f=l(f,g,p,u,e[s+8],20,1163531501),u=l(u,f,g,p,e[s+13],5,-1444681467),p=l(p,u,f,g,e[s+2],9,-51403784),g=l(g,p,u,f,e[s+7],14,1735328473),u=h(u,f=l(f,g,p,u,e[s+12],20,-1926607734),g,p,e[s+5],4,-378558),p=h(p,u,f,g,e[s+8],11,-2022574463),g=h(g,p,u,f,e[s+11],16,1839030562),f=h(f,g,p,u,e[s+14],23,-35309556),u=h(u,f,g,p,e[s+1],4,-1530992060),p=h(p,u,f,g,e[s+4],11,1272893353),g=h(g,p,u,f,e[s+7],16,-155497632),f=h(f,g,p,u,e[s+10],23,-1094730640),u=h(u,f,g,p,e[s+13],4,681279174),p=h(p,u,f,g,e[s],11,-358537222),g=h(g,p,u,f,e[s+3],16,-722521979),f=h(f,g,p,u,e[s+6],23,76029189),u=h(u,f,g,p,e[s+9],4,-640364487),p=h(p,u,f,g,e[s+12],11,-421815835),g=h(g,p,u,f,e[s+15],16,530742520),u=d(u,f=h(f,g,p,u,e[s+2],23,-995338651),g,p,e[s],6,-198630844),p=d(p,u,f,g,e[s+7],10,1126891415),g=d(g,p,u,f,e[s+14],15,-1416354905),f=d(f,g,p,u,e[s+5],21,-57434055),u=d(u,f,g,p,e[s+12],6,1700485571),p=d(p,u,f,g,e[s+3],10,-1894986606),g=d(g,p,u,f,e[s+10],15,-1051523),f=d(f,g,p,u,e[s+1],21,-2054922799),u=d(u,f,g,p,e[s+8],6,1873313359),p=d(p,u,f,g,e[s+15],10,-30611744),g=d(g,p,u,f,e[s+6],15,-1560198380),f=d(f,g,p,u,e[s+13],21,1309151649),u=d(u,f,g,p,e[s+4],6,-145523070),p=d(p,u,f,g,e[s+11],10,-1120210379),g=d(g,p,u,f,e[s+2],15,718787259),f=d(f,g,p,u,e[s+9],21,-343485551),u=n(u,i),f=n(f,r),g=n(g,a),p=n(p,c);return[u,f,g,p]}function u(e){var t,s="",i=32*e.length;for(t=0;t<i;t+=8)s+=String.fromCharCode(e[t>>5]>>>t%32&255);return s}function f(e){var t,s=[];for(s[(e.length>>2)-1]=void 0,t=0;t<s.length;t+=1)s[t]=0;var i=8*e.length;for(t=0;t<i;t+=8)s[t>>5]|=(255&e.charCodeAt(t/8))<<t%32;return s}function g(e){var t,s,i="0123456789abcdef",r="";for(s=0;s<e.length;s+=1)t=e.charCodeAt(s),r+=i.charAt(t>>>4&15)+i.charAt(15&t);return r}function p(e){return unescape(encodeURIComponent(e))}function m(e){return function(e){return u(c(f(e),8*e.length))}(p(e))}function v(e,t){return function(e,t){var s,i,r=f(e),n=[],a=[];for(n[15]=a[15]=void 0,r.length>16&&(r=c(r,8*e.length)),s=0;s<16;s+=1)n[s]=909522486^r[s],a[s]=1549556828^r[s];return i=c(n.concat(f(t)),512+8*t.length),u(c(a.concat(i),640))}(p(e),p(t))}function y(e,t,s){return t?s?v(t,e):g(v(t,e)):s?m(e):g(m(e))}void 0===(i=function(){return y}.call(t,s,t,e))||(e.exports=i)}()},365:e=>{const t={ANDROID_WEB:"android-web",IOS_WEB:"iOS-web",PC_NATIVE:"PC-web",PC_WEB:"PC-web"};var s={getNetType:function(){let e=(new RegExp("nettype\\/(\\w*)").exec(i())||[,""])[1].toLowerCase();if(!e&&navigator.connection){switch(navigator.connection.type){case"ethernet":e="ethernet";break;case"cellular":e="cellular";break;default:e="wifi"}}return e},getPlatform:function(){return s.isAndroid()||s.isAndroidWebView()?t.ANDROID_WEB:s.isIOS()||s.isIpad()||s.isIOSWebView()?t.IOS_WEB:s.isElectron()?t.PC_NATIVE:t.PC_WEB},isX5:function(){return this.isAndroid()&&/\s(TBS|X5Core)\/[\w\.\-]+/i.test(i())},isPC:function(){return!n(r("os "))&&!n(r("android[/ ]"))},isIOS:function(){return n(r("os "))},isIpad:function(){return i().match(/(ipad)/)||"MacIntel"===navigator.platform&&navigator.maxTouchPoints>1},isAndroid:function(){return n(r("android[/ ]"))},isIOSSafari:function(){return this.isIOS()&&this.isSafari()},isIpadSafari:function(){return this.isIpad()&&this.isSafari()},isElectron:function(){return/electron/i.test(i())},isMobile:function(){return s.isAndroid()||s.isIOS()},isSafari:function(){return/^((?!chrome|android).)*safari/i.test(i())},isFirefox:function(){return/firefox/i.test(i())},isChrome:function(){return/chrome/i.test(i())},isLocalHost:function(){return"localhost"===location.hostname},isAndroidWebView:function(){const e=i();return e.indexOf("wv")>-1&&e.indexOf("android")>-1},isIOSWebView:function(){const e=i();return/\b(ipad|iphone|macintosh).*applewebKit(?!.*safari)/i.test(e)},isWebView:function(){return s.isAndroidWebView()||s.isIOSWebView()},device:t,getBrowser:function(){return s.isX5()?"X5":s.isAndroidWebView()?"Android-WebView":s.isIOSWebView()?"iOS-WebView":s.isChrome()?"Chrome":s.isFirefox()?"Firefox":s.isIpadSafari()?"iPad-Safari":s.isIOSSafari()?"iPhone-Safari":s.isSafari()?"Mac-Safari":"Unknown"}};function i(){return navigator.userAgent.toLowerCase()}function r(e){return""+(new RegExp(e+"(\\d+((\\.|_)\\d+)*)").exec(i())||[,0])[1]||void 0}function n(e){return parseFloat((e||"").replace(/\_/g,"."))||0}e.exports=s}},t={};function s(i){var r=t[i];if(void 0!==r)return r.exports;var n=t[i]={exports:{}};return e[i].call(n.exports,n,n.exports,s),n.exports}s.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return s.d(t,{a:t}),t},s.d=(e,t)=>{for(var i in t)s.o(t,i)&&!s.o(e,i)&&Object.defineProperty(e,i,{enumerable:!0,get:t[i]})},s.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t);var i={};return(()=>{"use strict";s.d(i,{default:()=>Wl});const e={DC_SIGNAL:"SIGNAL",DC_SIGNAL_BATCH:"SIGNAL_BATCH",DC_OPEN:"OPEN",DC_REQUEST:"REQUEST",DC_PIECE_NOT_FOUND:"PIECE_NOT_FOUND",DC_PIECE_ABORT:"PIECE_ABORT",DC_PIECE_CANCEL:"PIECE_CANCEL",DC_CLOSE:"CLOSE",DC_DISCONNECT:"DISCONNECT",DC_RESPONSE:"RESPONSE",DC_ERROR:"ERROR",DC_PIECE:"PIECE",DC_PIECE_DATA:"PIECE_DATA",DC_TIMEOUT:"TIMEOUT",DC_PIECE_ACK:"PIECE_ACK",DC_METADATA:"METADATA",DC_PLAT_ANDROID:"ANDROID",DC_PLAT_IOS:"IOS",DC_PLAT_WEB:"WEB",DC_CHOKE:"CHOKE",DC_UNCHOKE:"UNCHOKE",DC_HAVE:"HAVE",DC_HAVE_REVERSE:"HAVE_REVERSE",DC_LOST:"LOST",DC_GET_PEERS:"GET_PEERS",DC_PEERS:"PEERS",DC_STATS:"STATS",DC_PEER_SIGNAL:"PEER_SIGNAL",DC_PLAYLIST:"PLAYLIST",BM_LOST:"lost",BM_ADDED_SEG_:"BM_ADDED_SEG_",BM_ADDED_SN_:"BM_ADDED_SN_",BM_SEG_ADDED:"BM_SEG_ADDED",BM_FATAL_ERROR:"BM_FATAL_ERROR",FRAG_CHANGED:"FRAG_CHANGED",FRAG_LOADED:"FRAG_LOADED",FRAG_LOADING:"FRAG_LOADING",RESTART_P2P:"RESTART_P2P",EXCEPTION:"exception",SYN_OUTPUT:"SYN_OUTPUT",SYN_ERROR:"SYN_ERROR",SYN_PROGRESS:"SYN_PROGRESS",MEDIA_REBUFFER:"MEDIA_REBUFFER"},t={...e,SW_PLAYLIST:"SW_PLAYLIST",SW_GET_PLAYLIST:"SW_GET_PLAYLIST",SW_GET_MEDIA:"SW_GET_MEDIA",SW_DEBUG:"SW_DEBUG",LEVEL_LOADED:"LEVEL_LOADED",MANIFEST_PARSED:"MANIFEST_PARSED"};var r=s(415),n=s.n(r),a=s(424),o=s(558),l=s.n(o);const h="__PROXY_IDENTIFIER__";const d=64e3;function c(){return!0}function u(e){return new URL(location.href).searchParams.get(e)}function f(e,t,s){const i=new URL(e);return i.searchParams.append(t,s),i.href}function g(){return Math.floor(Date.now()/1e3)}function p(e,t){return parseInt(Math.random()*(t-e+1)+e,10)}function m(e){return new Promise((t=>setTimeout(t,e)))}function v(){if("object"!=typeof self)return null;var e={RTCPeerConnection:self.RTCPeerConnection||self.mozRTCPeerConnection||self.webkitRTCPeerConnection,RTCSessionDescription:self.RTCSessionDescription||self.mozRTCSessionDescription||self.webkitRTCSessionDescription,RTCIceCandidate:self.RTCIceCandidate||self.mozRTCIceCandidate||self.webkitRTCIceCandidate};return e.RTCPeerConnection&&e.RTCPeerConnection.prototype?e:null}function y(e){const t=a.h.from(e),s=new a.h(e.byteLength);return t.copy(s),s}function E(){return location.protocol.startsWith("https")}function S(e,t,s){if(e.size<=t)return;const i=[...e.keys()];do{const t=i.shift();s&&s(e.get(t)),e.delete(t)}while(e.size>t)}function T(e,t){if(e.size<=t)return;const s=[...e.values()];do{e.delete(s.shift())}while(e.size>t)}function _(e){return e instanceof ArrayBuffer&&0!==e.byteLength}function b(e){if(!e)return{};const t=(e=e.substring(6)).split("-");if(2!==t.length)return{};const s=Number(t[0]),i=t[1]?Number(t[1]):-1;return{rangeStart:s,rangeEnd:i>=0?i+1:void 0}}function L(e){return e.split("?")[0]}function R(){let e=new Date,t=e.getHours(),s=e.getMinutes(),i=e.getSeconds(),r=e.getMilliseconds();return`${t.toString().padStart(2,"0")}:${s.toString().padStart(2,"0")}:${i.toString().padStart(2,"0")}.${r}`}function A(e){return e&&"function"==typeof e}function P(e,t,s,i,r,n){e.sendPartialBuffer(s,i,{from:r,incompletes:n})&&(i.length<s.attachments?function(e,t,s){e.addStreamListener(s,t.remotePeerId,((e,s,i,r,n)=>{i?t.sendMsgPieceAbort(r,s,!0):t.uploading&&t.send(r),n&&(t.uploading=!1)}))}(t,e,!!s.reverse):e.uploading=!1)}const w=e=>0===p(0,1)?[null,e]:[e,null];function I(e,t,s){return 1===e.length?t.length>=1&&s.length>=1?t[0].weight>s[0].weight?[t[0],e[0]]:[e[0],s[0]]:t.length>=1?[t[0],e[0]]:s.length>=1?[e[0],s[0]]:w(e[0]):[t.length>=1?t[0]:null,s.length>=1?s[0]:null]}function D(){const e=performance.now();return{trequest:e,tfirst:0,tload:0,aborted:!1,loaded:0,retry:0,total:0,chunkCount:0,bwEstimate:0,loading:{start:e,first:0,end:0},parsing:{start:0,end:0},buffering:{start:0,first:0,end:0}}}async function C(e){if(crypto.subtle)try{const t=await crypto.subtle.digest("SHA-256",e),s=String.fromCharCode.apply(null,new Uint8Array(t));return btoa(s)}catch(e){}}class k{constructor(e,t){this.target=t,this.type=e}}class M extends k{constructor(e,t){super("error",t),this.message=e.message,this.error=e}}class x extends k{constructor(e=1e3,t="",s){super("close",s),this.code=e,this.reason=t,this.wasClean=!0}}const O=()=>{if("undefined"!=typeof WebSocket)return WebSocket},F={maxReconnectionDelay:1e4,minReconnectionDelay:1e3+4e3*Math.random(),minUptime:5e3,reconnectionDelayGrowFactor:1.3,connectionTimeout:4e3,maxRetries:1/0,maxEnqueuedMessages:1/0,startClosed:!1};class N{constructor(e,t,s={}){this._listeners={error:[],message:[],open:[],close:[]},this.onclose=null,this.onerror=null,this.onmessage=null,this.onopen=null,this._messageQueue=[],this._closeCalled=!1,this._connectLock=!1,this._shouldReconnect=!0,this._retryCount=-1,this._binaryType="blob",this._url=e,this._protocols=t,this._options=s,this._options.startClosed&&(this._shouldReconnect=!1),this._connect(),this._handleOpen=this._handleOpen.bind(this),this._handleClose=this._handleClose.bind(this),this._handleMessage=this._handleMessage.bind(this),this._handleError=this._handleError.bind(this)}static get CONNECTING(){return 0}static get OPEN(){return 1}static get CLOSING(){return 2}static get CLOSED(){return 3}get CONNECTING(){return N.CONNECTING}get OPEN(){return N.OPEN}get CLOSING(){return N.CLOSING}get CLOSED(){return N.CLOSED}get readyState(){return this._ws?this._ws.readyState:this._options.startClosed?N.CLOSED:N.CONNECTING}get url(){return this._ws?this._ws.url:""}close(e=1e3,t){this._closeCalled=!0,this._shouldReconnect=!1,this._clearTimeouts(),this._ws&&this._ws.readyState!==this.CLOSED&&this._ws.close(e,t)}reconnect(e,t){this._shouldReconnect=!0,this._closeCalled=!1,this._retryCount=-1,this._ws&&this._ws.readyState!==this.CLOSED?(this._disconnect(e,t),this._connect()):this._connect()}send(e){if(this._ws&&this._ws.readyState===this.OPEN)this._ws.send(e);else{const{maxEnqueuedMessages:t=F.maxEnqueuedMessages}=this._options;this._messageQueue.length<t&&this._messageQueue.push(e)}}addEventListener(e,t){this._listeners[e]&&this._listeners[e].push(t)}dispatchEvent(e){const t=this._listeners[e.type];if(t)for(const s of t)this._callEventListener(e,s);return!0}removeEventListener(e,t){this._listeners[e]&&(this._listeners[e]=this._listeners[e].filter((e=>e!==t)))}_getNextDelay(){const{reconnectionDelayGrowFactor:e=F.reconnectionDelayGrowFactor,minReconnectionDelay:t=F.minReconnectionDelay,maxReconnectionDelay:s=F.maxReconnectionDelay}=this._options;let i=0;return this._retryCount>0&&(i=t*Math.pow(e,this._retryCount-1),i>s&&(i=s)),i}_wait(){return new Promise((e=>{setTimeout(e,this._getNextDelay())}))}_getNextUrl(e){if("string"==typeof e)return Promise.resolve(e);if("function"==typeof e){const t=e();if("string"==typeof t)return Promise.resolve(t);if(t.then)return t}throw Error("Invalid URL")}_connect(){if(this._connectLock||!this._shouldReconnect)return;this._connectLock=!0;const{maxRetries:e=F.maxRetries,connectionTimeout:t=F.connectionTimeout,WebSocket:s=O()}=this._options;if(!(this._retryCount>=e)){if(this._retryCount++,this._removeListeners(),void 0===(i=s)||!i||2!==i.CLOSING)throw Error("No valid WebSocket class provided");var i;this._wait().then((()=>this._getNextUrl(this._url))).then((e=>{this._closeCalled?this._connectLock=!1:(this._ws=this._protocols?new s(e,this._protocols):new s(e),this._ws.binaryType=this._binaryType,this._connectLock=!1,this._addListeners(),this._connectTimeout=setTimeout((()=>this._handleTimeout()),t))})).catch((e=>{this._connectLock=!1,this._handleError(new M(Error(e.message),this))}))}}_handleTimeout(){this._handleError(new M(Error("TIMEOUT"),this))}_disconnect(e=1e3,t){if(this._clearTimeouts(),this._ws){this._removeListeners();try{this._ws.close(e,t),this._handleClose(new x(e,t,this))}catch(e){}}}_acceptOpen(){this._retryCount=0}_callEventListener(e,t){"handleEvent"in t?t.handleEvent(e):t(e)}_handleOpen(e){const{minUptime:t=F.minUptime}=this._options;clearTimeout(this._connectTimeout),this._uptimeTimeout=setTimeout((()=>this._acceptOpen()),t),this._ws.binaryType=this._binaryType,this._messageQueue.forEach((e=>this._ws.send(e))),this._messageQueue=[],this.onopen&&this.onopen(e),this._listeners.open.forEach((t=>this._callEventListener(e,t)))}_handleMessage(e){this.onmessage&&this.onmessage(e),this._listeners.message.forEach((t=>this._callEventListener(e,t)))}_handleError(e){this._disconnect(void 0,"TIMEOUT"===e.message?"timeout":void 0),this.onerror&&this.onerror(e),this._listeners.error.forEach((t=>this._callEventListener(e,t))),this._connect()}_handleClose(e){this._clearTimeouts(),this._shouldReconnect&&this._connect(),this.onclose&&this.onclose(e),this._listeners.close.forEach((t=>this._callEventListener(e,t)))}_removeListeners(){this._ws&&(this._ws.removeEventListener("open",this._handleOpen),this._ws.removeEventListener("close",this._handleClose),this._ws.removeEventListener("message",this._handleMessage),this._ws.removeEventListener("error",this._handleError))}_addListeners(){this._ws&&(this._ws.addEventListener("open",this._handleOpen),this._ws.addEventListener("close",this._handleClose),this._ws.addEventListener("message",this._handleMessage),this._ws.addEventListener("error",this._handleError))}_clearTimeouts(){clearTimeout(this._connectTimeout),clearTimeout(this._uptimeTimeout)}}const $={debug:3,info:4,warn:5,error:6};class B{constructor(e,t,s,i){this.wsAddr=`${e}?app=${t}&id=${s}&v=${i}`,this.destroyed=!1;try{this._ws=this._init()}catch(e){console.error(e)}}_init(){const e={maxRetries:3,minReconnectionDelay:p(5e3,15e3),maxReconnectionDelay:6e5,maxEnqueuedMessages:200};return new N(this.wsAddr,void 0,e)}send(e,t){if(this.destroyed)return;const s=$[e];this._ws.send(JSON.stringify({records:[{level:s,text:`${R()}: ${t}`}]}))}sendBatch(e){const t=[];for(let s of e)t.push({level:$[s.levelKey],text:s.message});this._ws.send(JSON.stringify({records:t}))}destroy(){this._ws&&(this._ws.close(1e3),this._ws=null,this.destroyed=!0)}}const U=e=>{const t=localStorage.getItem(e);try{const e=JSON.parse(t);return e.value?e.value:e}catch(e){return t}},G=(e,t,s)=>{((e,t)=>{"object"==typeof t&&(t=JSON.stringify(t)),localStorage.setItem(e,t)})(e,{value:t,duration:s,startTime:Date.now()})},H={debug:0,info:1,warn:2,error:3,none:4};const V=class{constructor(e){this.logLevel=e,this.onlineDebug=!1,this.logCache=[];try{console.debug=console.log}catch(e){console.debug=console.info}"debug"!==e&&"info"!==e||(this.logLevel="error"),U("SW_DEBUG")&&(this.logLevel="debug"),!0===e?this.logLevel="warn":!1===e?this.logLevel="none":e in H||(this.logLevel="error"),this.resetLogger()}enableDebug(){this.onlineDebug=!0;for(let e in H)this[e]=console[e];this._hookLogFunc(((e,t)=>{this.logUploader&&this.logUploader.send(e,t)}))}enableReport(e){this.reportUrl=e,this._hookLogFunc(((e,t)=>{this.reportUrl?(this.logCache.push({levelKey:e,message:`${R()}: ${t}`}),this.logCache.length>350&&this.logCache.shift()):this.reporter&&this.reporter.send(e,t)}))}report(e,t,s,i,r=5e3){this.reportUrl&&!this.reporter&&(e&&this.logCache.unshift({levelKey:"info",message:e}),this.reporter=new B(this.reportUrl,t,s,i),this.reporter._ws.addEventListener("open",(()=>{this.reportUrl=void 0,this.reporter.sendBatch(this.logCache),setTimeout((()=>{this.reporter.destroy(),this.reporter=null}),r)}),{once:!0}))}_hookLogFunc(e){for(let t in H){const s=this[t];this[t]=i=>{e(t,i),s(i)}}}setUploader(e){this.logUploader=e}resetLogger(){this.onlineDebug=!1;for(let e in H)H[e]<H[this.logLevel]?this[e]=c:this[e]=console[e]}get isDebugLevel(){return H[this.logLevel]<=2||this.onlineDebug}};let W;const q="function"==typeof queueMicrotask?queueMicrotask.bind(globalThis):e=>(W||(W=Promise.resolve())).then(e).catch((e=>setTimeout((()=>{throw e}),0))),j=65536;function z(e){return e.replace(/a=ice-options:trickle\s\n/g,"")}class K extends(n()){constructor(e){super(),this.channelName=e.initiator?e.channelName:null,this.initiator=e.initiator||!1,this.channelConfig=e.channelConfig||K.channelConfig,this.channelNegotiated=this.channelConfig.negotiated,this.config=Object.assign({},K.config,e.config),this.offerOptions=e.offerOptions||{},this.answerOptions=e.answerOptions||{},this.sdpTransform=e.sdpTransform||(e=>e),this.trickle=void 0===e.trickle||e.trickle,this.allowHalfTrickle=void 0!==e.allowHalfTrickle&&e.allowHalfTrickle,this.iceCompleteTimeout=e.iceCompleteTimeout||5e3,this.destroyed=!1,this.destroying=!1,this._connected=!1,this.remoteAddress=void 0,this.remoteFamily=void 0,this.remotePort=void 0,this.localAddress=void 0,this.localFamily=void 0,this.localPort=void 0,this._wrtc=v(),this._pcReady=!1,this._channelReady=!1,this._iceComplete=!1,this._iceCompleteTimer=null,this._channel=null,this._pendingCandidates=[],this._pendingData=[],this._isNegotiating=!1,this._firstNegotiation=!0,this._batchedNegotiation=!1,this._queuedNegotiation=!1,this._senderMap=new Map,this._closingInterval=null,this._chunk=null,this._cb=null,this._interval=null;try{this._pc=new this._wrtc.RTCPeerConnection(this.config)}catch(e){return void q((()=>this.destroy(e)))}this._pc.oniceconnectionstatechange=()=>{this._onIceStateChange()},this._pc.onicegatheringstatechange=()=>{this._onIceStateChange()},this._pc.onconnectionstatechange=()=>{this._onConnectionStateChange()},this._pc.onsignalingstatechange=()=>{this._onSignalingStateChange()},this._pc.onicecandidate=e=>{this._onIceCandidate(e)},this.initiator||this.channelNegotiated?this._setupData({channel:this._pc.createDataChannel(this.channelName,this.channelConfig)}):this._pc.ondatachannel=e=>{this._setupData(e)},this._needsNegotiation()}get bufferSize(){return this._channel&&this._channel.bufferedAmount||0}get connected(){return this._connected&&"open"===this._channel.readyState}signal(e){if(!this.destroyed&&this._pc){if("string"==typeof e)try{e=JSON.parse(e)}catch(t){e={}}if(e.renegotiate&&this.initiator&&this._needsNegotiation(),e.candidate)if(this._pc.remoteDescription&&this._pc.remoteDescription.type)try{this._addIceCandidate(e.candidate)}catch(e){}else this._pendingCandidates.push(e.candidate);e.sdp&&this._pc.setRemoteDescription(new this._wrtc.RTCSessionDescription(e)).then((()=>{this.destroyed||(this._pendingCandidates.forEach((e=>{try{this._addIceCandidate(e)}catch(e){}})),this._pendingCandidates=[],"offer"===this._pc.remoteDescription.type&&this._createAnswer())})).catch((e=>{e.debug=!0,this.destroy(e)})),e.sdp||e.candidate||e.renegotiate||e.transceiverRequest||this.destroy(new Error("signal() called with invalid signal data"))}}_addIceCandidate(e){const t=new this._wrtc.RTCIceCandidate(e);this._pc.addIceCandidate(t).catch((e=>{var s;!t.address||t.address.endsWith(".local")?(s="Ignoring unsupported ICE candidate.",console.warn(s)):(e.debug=!0,this.destroy(e))}))}send(e){if("string"==typeof e){RTCDataChannel.prototype.send.toString().includes("[native code]")&&this._channel.send(e)}else this._channel.send(e)}_needsNegotiation(){this._batchedNegotiation||(this._batchedNegotiation=!0,q((()=>{this._batchedNegotiation=!1,!this.initiator&&this._firstNegotiation||this.negotiate(),this._firstNegotiation=!1})))}negotiate(){this.initiator?this._isNegotiating?this._queuedNegotiation=!0:setTimeout((()=>{this._createOffer()}),0):this._isNegotiating?this._queuedNegotiation=!0:this.emit("signal",{type:"renegotiate",renegotiate:!0}),this._isNegotiating=!0}destroy(e){this._destroy(e)}_destroy(e){this.destroyed||this.destroying||(this.destroying=!0,q((()=>{if(this.destroyed=!0,this.destroying=!1,this._connected=!1,this._pcReady=!1,this._channelReady=!1,this._senderMap=null,clearInterval(this._closingInterval),this._closingInterval=null,clearInterval(this._interval),this._interval=null,this._chunk=null,this._cb=null,this._channel){try{this._channel.close()}catch(e){}this._channel.onmessage=null,this._channel.onopen=null,this._channel.onclose=null,this._channel.onerror=null}if(this._pc){try{this._pc.close()}catch(e){}this._pc.oniceconnectionstatechange=null,this._pc.onicegatheringstatechange=null,this._pc.onsignalingstatechange=null,this._pc.onicecandidate=null,this._pc.ondatachannel=null}this._pc=null,this._channel=null,e&&this.emit("error",e),this.emit("close")})))}_setupData(e){if(!e.channel)return this.destroy(new Error("Data channel event is missing `channel` property"));this._channel=e.channel,this._channel.binaryType="arraybuffer","number"==typeof this._channel.bufferedAmountLowThreshold&&(this._channel.bufferedAmountLowThreshold=j),this.channelName=this._channel.label,this._channel.onmessage=e=>{this._onChannelMessage(e)},this._channel.onbufferedamountlow=()=>{this._onChannelBufferedAmountLow()},this._channel.onopen=()=>{this._onChannelOpen()},this._channel.onclose=()=>{this._onChannelClose()},this._channel.onerror=e=>{e.debug=!0,this.destroy(e)};let t=!1;this._closingInterval=setInterval((()=>{this._channel&&"closing"===this._channel.readyState?(t&&this._onChannelClose(),t=!0):t=!1}),5e3)}get isBufferedAmountHigh(){return this._channel.bufferedAmount>j}write(e,t){if(this.destroyed)return t(new Error("cannot write after peer is destroyed"));if(this._connected){try{this.send(e)}catch(e){return this.destroy(e)}this.isBufferedAmountHigh?this._cb=t:t(null)}else this._chunk=e,this._cb=t}_startIceCompleteTimeout(){this.destroyed||this._iceCompleteTimer||(this._iceCompleteTimer=setTimeout((()=>{this._iceComplete||(this._iceComplete=!0,this.emit("iceTimeout"),this.emit("_iceComplete"))}),this.iceCompleteTimeout))}_createOffer(){this.destroyed||this._pc.createOffer(this.offerOptions).then((e=>{if(this.destroyed)return;this.trickle||this.allowHalfTrickle||(e.sdp=z(e.sdp)),e.sdp=this.sdpTransform(e.sdp);const t=()=>{if(this.destroyed)return;const t=this._pc.localDescription||e;this.emit("signal",{type:t.type,sdp:t.sdp})};this._pc.setLocalDescription(e).then((()=>{this.destroyed||(this.trickle||this._iceComplete?t():this.once("_iceComplete",t))})).catch((e=>{this.destroy(e)}))})).catch((e=>{this.destroy(e)}))}_createAnswer(){this.destroyed||this._pc.createAnswer(this.answerOptions).then((e=>{if(this.destroyed)return;this.trickle||this.allowHalfTrickle||(e.sdp=z(e.sdp)),e.sdp=this.sdpTransform(e.sdp);const t=()=>{if(this.destroyed)return;const t=this._pc.localDescription||e;this.emit("signal",{type:t.type,sdp:t.sdp})};this._pc.setLocalDescription(e).then((()=>{this.destroyed||(this.trickle||this._iceComplete?t():this.once("_iceComplete",t))})).catch((e=>{this.destroy(e)}))})).catch((e=>{this.destroy(e)}))}_onConnectionStateChange(){this.destroyed||"failed"===this._pc.connectionState&&this.destroy(new Error("Connection failed."))}_onIceStateChange(){if(this.destroyed)return;const e=this._pc.iceConnectionState,t=this._pc.iceGatheringState;this.emit("iceStateChange",e,t),"connected"!==e&&"completed"!==e||(this._pcReady=!0,this._maybeReady()),"failed"===e&&this.destroy(new Error("Ice connection failed.")),"closed"===e&&this.destroy(new Error("Ice connection closed."))}getStats(e){const t=e=>("[object Array]"===Object.prototype.toString.call(e.values)&&e.values.forEach((t=>{Object.assign(e,t)})),e);0===this._pc.getStats.length?this._pc.getStats().then((s=>{const i=[];s.forEach((e=>{i.push(t(e))})),e(null,i)}),(t=>e(t))):this._pc.getStats.length>0?this._pc.getStats((s=>{if(this.destroyed)return;const i=[];s.result().forEach((e=>{const s={};e.names().forEach((t=>{s[t]=e.stat(t)})),s.id=e.id,s.type=e.type,s.timestamp=e.timestamp,i.push(t(s))})),e(null,i)}),(t=>e(t))):e(null,[])}_maybeReady(){if(this._connected||this._connecting||!this._pcReady||!this._channelReady)return;this._connecting=!0;const e=()=>{this.destroyed||this.getStats(((t,s)=>{if(this.destroyed)return;t&&(s=[]);const i={},r={},n={};let a=!1;s.forEach((e=>{"remotecandidate"!==e.type&&"remote-candidate"!==e.type||(i[e.id]=e),"localcandidate"!==e.type&&"local-candidate"!==e.type||(r[e.id]=e),"candidatepair"!==e.type&&"candidate-pair"!==e.type||(n[e.id]=e)}));const o=e=>{a=!0;let t=r[e.localCandidateId];t&&(t.ip||t.address)?(this.localAddress=t.ip||t.address,this.localPort=Number(t.port)):t&&t.ipAddress?(this.localAddress=t.ipAddress,this.localPort=Number(t.portNumber)):"string"==typeof e.googLocalAddress&&(t=e.googLocalAddress.split(":"),this.localAddress=t[0],this.localPort=Number(t[1])),this.localAddress&&(this.localFamily=this.localAddress.includes(":")?"IPv6":"IPv4");let s=i[e.remoteCandidateId];s&&(s.ip||s.address)?(this.remoteAddress=s.ip||s.address,this.remotePort=Number(s.port)):s&&s.ipAddress?(this.remoteAddress=s.ipAddress,this.remotePort=Number(s.portNumber)):"string"==typeof e.googRemoteAddress&&(s=e.googRemoteAddress.split(":"),this.remoteAddress=s[0],this.remotePort=Number(s[1])),this.remoteAddress&&(this.remoteFamily=this.remoteAddress.includes(":")?"IPv6":"IPv4")};if(s.forEach((e=>{"transport"===e.type&&e.selectedCandidatePairId&&o(n[e.selectedCandidatePairId]),("googCandidatePair"===e.type&&"true"===e.googActiveConnection||("candidatepair"===e.type||"candidate-pair"===e.type)&&e.selected)&&o(e)})),a||Object.keys(n).length&&!Object.keys(r).length){if(this._connecting=!1,this._connected=!0,this._chunk){try{this.send(this._chunk)}catch(t){return this.destroy(t)}this._chunk=null;const e=this._cb;this._cb=null,e(null)}"number"!=typeof this._channel.bufferedAmountLowThreshold&&(this._interval=setInterval((()=>this._onInterval()),150),this._interval.unref&&this._interval.unref()),this.emit("connect");for(let e of this._pendingData)this.emit("data",e);this._pendingData=[]}else setTimeout(e,100)}))};e()}_onInterval(){!this._cb||!this._channel||this._channel.bufferedAmount>j||this._onChannelBufferedAmountLow()}_onSignalingStateChange(){this.destroyed||("stable"===this._pc.signalingState&&(this._isNegotiating=!1,this._queuedNegotiation?(this._queuedNegotiation=!1,this._needsNegotiation()):this.emit("negotiated")),this.emit("signalingStateChange",this._pc.signalingState))}_onIceCandidate(e){this.destroyed||(e.candidate&&this.trickle?this.emit("signal",{type:"candidate",candidate:{candidate:e.candidate.candidate,sdpMLineIndex:e.candidate.sdpMLineIndex,sdpMid:e.candidate.sdpMid}}):e.candidate||this._iceComplete||(this._iceComplete=!0,this.emit("_iceComplete")),e.candidate&&this._startIceCompleteTimeout())}_onChannelMessage(e){if(this.destroyed)return;let t=e.data;t instanceof ArrayBuffer&&(t=a.h.from(t)),this._connected?this.emit("data",t):this._pendingData.length<10&&this._pendingData.push(t)}_onChannelBufferedAmountLow(){if(this.destroyed||!this._cb)return;const e=this._cb;this._cb=null,e(null)}_onChannelOpen(){this._connected||this.destroyed||(this._channelReady=!0,this._maybeReady())}_onChannelClose(){this.destroyed||this.destroy()}}K.config={iceServers:[{urls:["stun:stun.l.google.com:19302","stun:global.stun.twilio.com:3478"]}],sdpSemantics:"unified-plan"},K.channelConfig={};const Y=K;class X{constructor(e,t,s,i,r=0,n={}){this.sn=e,this.segId=t,this.data=s,this.fromPeerId=i,this.level=r,this.ext=n}get size(){return this.data.byteLength}get isSequential(){return this.sn>=0}}var Q=s(365),J=s.n(Q);class Z extends(n()){static get defaultPacketSize(){return d}static get VERSION(){return"8"}constructor(e,t,s,i,r,n={}){super(),this.channel=e.fetcher.channelId,this.logger=e.logger,this.config=r,this.isInitiator=i,this.options=n,this.intermediator=n.intermediator||null,this.signalMsgs=[],this.assignPeerId(t,s),this.platform="unknown",this.super=!1,this.mobile=!1,this.mobileWeb=!1,this.mobileNet=!1,this.connected=!1,this.msgQueue=[],this.miss=0,this.notifySet=new Set,this.bufArr=[],this.packetSize=d,this.sendReqQueue=[],this.downloading=!1,this.uploading=!1,this.choked=!1,this.streamListeners=[],this.pieceMsg={},this.datasToSend=[],this.bytesUploaded=0,this.dataWriting=!1,this.timeSendRequest=0,this.timeReceivePiece=0,this.timeSendPiece=0,this.weight=0,this.peersConnected=1,this.uploadSpeed=0,this.currentLevel=0,this.currentPos=0,this.useBackupSignal=!1,this.gotPeersTS=0,this.gotAnswer=!1,this.gotOffer=!1,this.gotSignal=!1,this.sentSignal=!1,this.incomingSignal=[],this.webRTCConfig={};const{stuns:a}=this.options;if(a&&a.length>0){const e=[];a.forEach((t=>{this.logger.info(`use stun ${t}`),e.push({urls:t})})),this.webRTCConfig.iceServers=e}this.config.webRTCConfig&&(this.webRTCConfig={...this.config.webRTCConfig,...this.webRTCConfig}),this.playlistMap=new Map,this._initPeerChannel(),this.notFatalClosed=!1,this.startSN=Number.MAX_SAFE_INTEGER,this.endSN=-1,this._loadedBytes=0}assignPeerId(t,s){this.remotePeerId=s,this.channelId=this.isInitiator?`${t}-${s}`:`${s}-${t}`,s&&this._startTimer(),setTimeout((()=>{this.signalMsgs.length>0&&this.emit(e.DC_SIGNAL_BATCH,this.signalMsgs)}),0)}_startTimer(){this.timeJoin=g(),this.dataExchangeTs=this.timeJoin,this.gotStatsTs=this.timeJoin,this.connTimeout=setTimeout((()=>{const{gotSignal:t,sentSignal:s,signalName:i}=this;this.logger.warn(`dc ${this.channelId} connection timeout, gotSignal ${t} sentSignal ${s} signalName ${i}`),this.emit(e.DC_TIMEOUT,{gotSignal:t,sentSignal:s,data:this.signalMsgs})}),this.isInitiator?15e3:12e3)}get isAvailable(){return this.downloadNum<2&&!this.choked}get isAvailableUrgently(){return!this.downloading&&!this.choked}cancelDownload(t,s,i){return!!this.downloading&&(!(this.bufSN>t)&&(!(this.streamListeners.length>0)&&(this.logger.info(`cancel download ${i} to ${this.remotePeerId} remain packets ${this.remainAttachments}`),this.timeReceivePiece=0,this.sendJson({event:e.DC_PIECE_CANCEL,sn:t,level:s,seg_id:i}))))}addStreamListener(e,t,s){this.streamListeners.push({handler:s,peerId:t})}removeStreamListener(e){this.streamListeners=this.streamListeners.filter((t=>t.peerId!==e||(t.handler(void 0,void 0,!0,"aborted by cancel"),!1)))}_initPeerChannel(){const t=new Y({initiator:this.isInitiator,trickle:this.options.trickle||!1,config:this.webRTCConfig});this._datachannel=t,t.on("error",(t=>{let s=!0;(this.connected||this.notFatalClosed)&&(s=!1);let i=t.message;t.debug&&(i=`${i} raw: ${JSON.stringify(this.incomingSignal)}`),this.emit(e.DC_ERROR,s,i)})),t.on("signal",(t=>{t.candidate&&!t.candidate.candidate||(!this.useBackupSignal&&this.signalMsgs.length<10&&this.signalMsgs.push(t),this.sentSignal=!0,this.emit(e.DC_SIGNAL,t))}));t.on("connect",(()=>{for(this.logger.info(`datachannel CONNECTED from ${this.intermediator?"peer":"server "+this.signalName} to ${this.remotePeerId}`),this.connected=!0,this.incomingSignal=[],clearTimeout(this.connTimeout),this.signalMsgs=[],this.emit(e.DC_OPEN);this.msgQueue.length>0;){let e=this.msgQueue.shift();this.emit(e.event,e)}})),t.on("data",(t=>{const{logger:s}=this;if("string"==typeof t){let i;try{i=JSON.parse(t)}catch(e){return void s.error(e)}if(!i)return void s.error("dc received string is null");if(!this.connected)return void this.msgQueue.push(i);let r,n=i.event;switch(r=n!==e.DC_PLAYLIST&&n!==e.DC_PEER_SIGNAL?`string: ${t}`:`event: ${n}`,s.debug(`datachannel receive ${r} from ${this.remotePeerId}`),n){case e.DC_HAVE:if(this.emit(i.event,i),!i.sn)return;this.config.live||(i.sn<this.startSN&&(this.startSN=i.sn),i.sn>this.endSN&&(this.endSN=i.sn));break;case e.DC_PIECE:this.downloading=!0,this.dataExchangeTs=g(),this.timeReceivePiece=performance.now(),this.pieceMsg=i,this._prepareForBinary(i.attachments,i.seg_id,i.sn,i.size),this.emit(i.event,i);break;case e.DC_PIECE_CANCEL:s.info(`send queue ${this.datasToSend.length}, uploading ${this.uploading}`),this.emit(i.event,i),this.sendMsgPieceAbort("transfer canceled",i.seg_id);break;case e.DC_PIECE_NOT_FOUND:this._sendNextReq()||(this.downloading=!1),this.emit(i.event,i);break;case e.DC_REQUEST:this._handleRequestMsg(i);break;case e.DC_PIECE_ACK:this._handlePieceAck(i.seg_id,i.size,i.miss);break;case e.DC_STATS:this._handleStats(i);break;case e.DC_PLAYLIST:this.config.sharePlaylist&&this._handlePlaylist(i);break;case e.DC_METADATA:this._handleMetadata(i);break;case e.DC_PIECE_ABORT:this.downloading&&(this._notifyDownloadListenersAbort("aborted by upstream peer"),this.emit(e.DC_PIECE_ABORT,i)),this.downloading=!1,this.segId=void 0;break;case e.DC_CHOKE:s.info(`choke peer ${this.remotePeerId}`),this.choked=!0;break;case e.DC_UNCHOKE:s.info(`unchoke peer ${this.remotePeerId}`),this.choked=!1;break;case e.DC_CLOSE:this.emit(i.event,i.fatal||!1);break;default:this.emit(i.event,i)}}else{if(!t)return void s.error("datachannel on data is undefined!");if(!this.downloading){const i=`peer ${this.remotePeerId} not downloading, data size ${t.byteLength} pieceMsg ${JSON.stringify(this.pieceMsg)}`;return s.warn(i),void this.emit(e.DC_ERROR,!1,i)}this._handleBinaryMsg(t)}})),t.once("close",(()=>{this.emit(e.DC_CLOSE,!1)})),t.on("iceStateChange",((t,s)=>{this.connected&&"disconnected"===t&&(this.logger.warn(`${this.remotePeerId} disconnected`),this.emit(e.DC_DISCONNECT))}))}sendJson(t){if(!this.remotePeerId)return!1;t.event!==e.DC_PLAYLIST&&t.event!==e.DC_PEER_SIGNAL?this.logger.debug(`dc bufferSize ${this._datachannel.bufferSize} send ${JSON.stringify(t)} to ${this.remotePeerId}`):this.logger.debug(`dc send event ${t.event} to ${this.remotePeerId}`);const s=JSON.stringify(t);return s.length>d?(this.logger.error("string to send is too large"),!1):this.send(s,!1)}send(e,t=!0){return t?(this.datasToSend.push(e),this.dataWriting||this._sendDataSync(),!0):this.sendImmediately(e)}_sendDataSync(){if(!this._datachannel.connected||0===this.datasToSend.length)return void(this.dataWriting=!1);this.dataWriting=!0;const t=this.datasToSend.shift();t?("string"!=typeof t&&(this.bytesUploaded+=t.byteLength),this._datachannel.write(t,(t=>{if(t)return this.dataWriting=!1,void this.emit(e.DC_ERROR,!1,t.message);this._sendDataSync()}))):this.logger.error("sendDataSync data is undefined!")}sendImmediately(t){if(this._datachannel.connected)try{return this._datachannel.send(t),!0}catch(t){const s=`datachannel ${this.channelId} send data failed, close it`;this.emit(e.DC_ERROR,!1,s)}return!1}sendMsgHave(t,s,i={}){const r=i.reverse||void 0;delete i.reverse,this.sendJson({event:r?e.DC_HAVE_REVERSE:e.DC_HAVE,sn:t,seg_id:s,...i})}sendPieceNotFound(t,s,i={}){this.uploading=!1,this.sendJson({event:e.DC_PIECE_NOT_FOUND,seg_id:s||void 0,sn:t,...i})}sendPeers(t){this.sendJson({event:e.DC_PEERS,peers:t})}sendPeersRequest(){this.sendJson({event:e.DC_GET_PEERS})}sendMsgStats(t,s={}){const i={event:e.DC_STATS,total_conns:t,...s};this.sendJson(i)}sendMsgPlaylist(t,s,i){const r=this.playlistMap.get(t);if(r&&r.seq>=i)return;const n={event:e.DC_PLAYLIST,url:t,data:s,seq:i};this.playlistMap.set(t,{data:s,seq:i}),this.sendJson(n)}sendMsgSignal(t,s,i){return this.sendJson({event:e.DC_PEER_SIGNAL,action:"signal",to_peer_id:t,from_peer_id:s,data:i})}sendMsgSignalReject(t,s,i,r=!1){return this.sendJson({event:e.DC_PEER_SIGNAL,action:"reject",to_peer_id:t,from_peer_id:s,reason:i,fatal:r})}sendMetaData(t,s,i,r,n=!1){this.isInitiator&&(this.timeSendRequest=performance.now()),this.sendJson({event:e.DC_METADATA,field:t,platform:e.DC_PLAT_WEB,mobile:!!J().isMobile(),mobile_net:n,channel:this.channel,version:"2.16.10",sequential:s,peers:i,region:r})}sendPartialBuffer(e,t,s={}){if(!this.sendMsgPiece(e,s))return!1;for(let e=0;e<t.length;e++)this.send(t[e]);return!0}sendMsgPiece(e,t={}){if(!this.uploading)return this.logger.info("not uploading, cancel send buffer"),!1;this.datasToSend=[],this.bytesUploaded=0,e.ext||(e.ext={}),e.ext.from&&t.from&&t.from.length<2500&&(t.from=`${e.ext.from}-${t.from}`),t.incompletes&&e.ext.incompletes&&(t.incompletes+=e.ext.incompletes),t=Object.assign({},e.ext,t);const s={...e,ext:t};return this.sendJson(s)}sendBuffer(t,s,i,r={}){const n=r.reverse||void 0;if(delete r.reverse,!i)return void this.logger.error("sendBuffer payload is undefined!");let a=i.byteLength,o=0,l=0;a%this.packetSize==0?l=a/this.packetSize:(l=Math.floor(a/this.packetSize)+1,o=a%this.packetSize);let h={event:e.DC_PIECE,attachments:l,seg_id:s,sn:t,level:r.level,size:a,reverse:n};if(delete r.level,!this.sendMsgPiece(h,r))return;const d=function(e,t,s,i){let r=[];if(i){let n;for(let i=0;i<s-1;i++)n=e.slice(i*t,(i+1)*t),r.push(n);n=e.slice(e.byteLength-i,e.byteLength),r.push(n)}else{let i;for(let n=0;n<s;n++)i=e.slice(n*t,(n+1)*t),r.push(i)}return r}(i,this.packetSize,l,o);this._sendBufferArray(d,n),this.uploading=!1,this.timeSendPiece=performance.now()}get downloadNum(){return this.downloading?this.sendReqQueue.length+1:0}requestDataById(t,s,i=!1,r={}){const n={event:e.DC_REQUEST,seg_id:t,sn:s,...r,urgent:i};this.downloading?(this.logger.info(`${this.remotePeerId} add req ${t} in queue`),i?this.sendReqQueue.unshift(n):this.sendReqQueue.push(n)):this._realRequestData(n)}requestDataBySN(t,s=!1,i={}){const r={event:e.DC_REQUEST,sn:t,...i,urgent:s};this.downloading?(this.logger.info(`add req ${t} in queue`),s?this.sendReqQueue.unshift(r):this.sendReqQueue.push(r)):this._realRequestData(r)}_sendBufferArray(e,t=!1){const s=t?e.reverse():e;for(let e=0;e<s.length;e++)this.send(s[e])}_realRequestData(e){this.sendJson(e),this.timeSendRequest=performance.now(),this.downloading=!0,this._loadedBytes=0}shouldWaitForRemain(e){return 0!==this.bufArrSize&&(0!==this.timeReceivePiece&&this.currentLoadSpeed()>=this.minRequiredSpeed(e))}close(t){t||(this.notFatalClosed=!0),this.emit(e.DC_CLOSE,t)}receiveSignal(e,t){if("answer"===e.type){if(this.gotAnswer||this.gotOffer)return;this.gotAnswer=!0}else if("offer"===e.type){if(this.gotOffer||this.gotAnswer)return;this.gotOffer=!0}this.gotSignal=!0,t&&this.incomingSignal.push(t),e&&this._datachannel.signal(e)}_notifyDownloadListenersAbort(e){for(let t of this.streamListeners){const{handler:s}=t;s(void 0,void 0,!0,e)}this.streamListeners=[]}destroy(t=!0){this.logger.info(`destroy datachannel ${this.channelId}`),clearTimeout(this.chokeTimer),clearTimeout(this.connTimeout),this._notifyDownloadListenersAbort("upstream peer is closed");let s={event:e.DC_CLOSE,fatal:t};this.sendJson(s),this._datachannel.removeAllListeners(),this.removeAllListeners(),this._datachannel.destroy()}_handleBinaryMsg(t){const{attachments:s,reverse:i}=this.pieceMsg;this.listenerCount(e.DC_RESPONSE)>0&&this.bufArr.push(t),this._loadedBytes+=t.byteLength,this.remainAttachments--;let r=i?this.remainAttachments+1:s-this.remainAttachments;const n=0===this.remainAttachments;if(this.emit(e.DC_PIECE_DATA,this.bufSN,this.segId,t,r,n,this.pieceMsg),this.streamListeners.length>0)for(let e of this.streamListeners){const{handler:s}=e;s(this.bufSN,this.segId,!1,t,n)}if(n){if(this.streamListeners=[],this.timeSendRequest>0)if(this.super)this.weight=1;else{const e=this.expectedSize/(performance.now()-this.timeSendRequest);this.weight=this.weight>0?.6*this.weight+.4*e:e}this.sendJson({event:e.DC_PIECE_ACK,seg_id:this.segId,size:this.expectedSize,miss:this.miss||void 0}),this.timeSendRequest=0,this.timeReceivePiece=0,this._sendNextReq()||(this.downloading=!1),this._handleBinaryData(i)}}_sendNextReq(){if(this.sendReqQueue.length>0){const e=this.sendReqQueue.shift();return this.logger.info(`get msg from sendReqQueue ${JSON.stringify(e)}`),this._realRequestData(e),!0}return!1}_handlePlaylist(e){const{url:t,data:s,seq:i}=e;this.playlistMap.set(t,{data:s,seq:i})}getLatestPlaylist(e,t){if(!this.playlistMap.has(e))return null;const s=this.playlistMap.get(e);return s.seq<=t||s.seq>t+2?null:s}_handleMetadata(t){const{logger:s}=this;if(this.isInitiator){const e=performance.now()-this.timeSendRequest;e>0&&(this.weight=1e5/e,s.info(`handle Metadata from ${this.remotePeerId} initial weight ${this.weight}`)),this.timeSendRequest=0}const i=t.channel;if(this.channel!==i){const t=`peer channel ${i} not matched!`;return s.error(t),void this.emit(e.DC_ERROR,!0,t)}if(t.super){s.info(`got super peer ${this.remotePeerId}`),this.super=!0;const{token:i}=this.config;if(i&&t.token!==i)return void this.emit(e.DC_ERROR,!0,`super peer token ${t.token} not matched!`)}t.region&&(this.region=t.region);switch(t.platform){case e.DC_PLAT_ANDROID:this.platform=e.DC_PLAT_ANDROID;break;case e.DC_PLAT_IOS:this.platform=e.DC_PLAT_IOS;break;case e.DC_PLAT_WEB:this.platform=e.DC_PLAT_WEB}if(this.mobile=t.mobile||!1,this.mobileNet=t.mobile_net||!1,this.mobileWeb=this.mobile&&this.platform===e.DC_PLAT_WEB||!1,this.sequential=t.sequential,s.info(`${this.remotePeerId} platform ${this.platform} sequential ${this.sequential}`),t.peers&&(this.peersConnected+=t.peers,s.info(`${this.remotePeerId} now has ${this.peersConnected} peers`)),this.emit(e.DC_METADATA,t),t.field&&!this.config.live&&t.sequential){const{field:e}=t;if(Array.isArray(e))this._handleField(e);else for(let t in e)this._handleField(e[t])}}_handleField(e){e.forEach((e=>{e>=0&&(e<this.startSN&&(this.startSN=e),e>this.endSN&&(this.endSN=e))}))}_handleStats(e){this.gotStatsTs=g();const t=e.total_conns;t>0&&this.peersConnected!==t&&(this.peersConnected=t,this.logger.info(`${this.remotePeerId} now has ${this.peersConnected} peers`)),e.level&&(this.currentLevel=e.level),e.pos&&(this.currentPos=e.pos)}_handleRequestMsg(t){if(this.dataExchangeTs=g(),this.uploading)return this.logger.warn(`${this.remotePeerId} is uploading when receive request`),void this.sendPieceNotFound(t.sn,t.seg_id,{level:t.level});this.uploading=!0,this.emit(e.DC_REQUEST,t)}_handlePieceAck(t,s,i){0!==this.timeSendPiece&&(this.uploadSpeed=Math.round(s/(performance.now()-this.timeSendPiece)*2),this.timeSendPiece=0,this.logger.info(`${this.remotePeerId} uploadSpeed is ${this.uploadSpeed}`)),i>0&&this.logger.warn(`peer ${this.remotePeerId} miss ${i}`),this.bytesUploaded>0&&this.emit(e.DC_PIECE_ACK,{seg_id:t,size:s})}_prepareForBinary(e,t,s,i){this.bufArr=[],this._loadedBytes=0,this.remainAttachments=e,this.segId=t,this.bufSN=s,this.expectedSize=i}_handleBinaryData(t=!1){if(this.listenerCount(e.DC_RESPONSE)>0){t&&this.bufArr.reverse();let s=a.h.concat(this.bufArr);const i=s.byteLength;if(i===this.expectedSize){let t=s.buffer;const i=new X(this.bufSN,this.segId,t,this.remotePeerId,this.pieceMsg.level);this.emit(e.DC_RESPONSE,i,this.weight)}else this.logger.error(`${this.segId} expectedSize ${this.expectedSize} != byteLength ${i}`)}this.bufArr=[]}checkIfNeedChoke(e=!1){const{logger:t}=this,s=performance.now()-this.timeSendRequest;if((e||!(s<1e3))&&(this.miss++,t.info(`${this.remotePeerId} miss ${this.miss}`),this.miss>=3&&!this.choked)){this.choked=!0;const e=30*this.miss;e<=150?(t.warn(`datachannel ${this.channelId} is choked`),this.chokeTimer=setTimeout((()=>{this.choked=!1,t.warn(`datachannel ${this.channelId} is unchoked`)}),1e3*e)):t.warn(`datachannel ${this.channelId} is choked permanently`)}}get bufArrSize(){return this.downloading?this.pieceMsg.attachments-this.remainAttachments:0}loadtimeout(){const{logger:e,pieceMsg:t}=this;return e.warn(`timeout while downloading from ${this.remotePeerId}, ${this.bufArrSize} of ${t.attachments} packets loaded`),this.checkIfNeedChoke(),!0}sendMsgPieceAbort(t,s,i=!1){const r=this.datasToSend.length;if(!i&&!this.uploading&&0===r)return;this.uploading=!1,this.datasToSend=[],this._handlePieceAck(s,this.bytesUploaded,0),this.bytesUploaded=0;const n={event:e.DC_PIECE_ABORT,reason:`${t}, remains ${r}`};return this.sendJson(n)}loadedBytes(){return this._loadedBytes}currentLoadSpeed(){return 0===this.timeReceivePiece?0:this.loadedBytes()/(performance.now()-this.timeReceivePiece)}minRequiredSpeed(e){return(this.pieceMsg.size-this.loadedBytes())/e}}const ee=Z,te={DPlayer:"dplayer",CBPlayer:"cbplayer",jwplayer:"jwplayer",videojs:"videojs",Clappr:"clappr",ckplayer:"ckplayer",MediaElementPlayer:"mediaelement",MediaElement:"mediaelement",TcPlayer:"tcplayer",flowplayer:"flowplayer",Chimee:"chimee",ChimeePlayer:"chimee",HlsJsPlayer:"xgplayer",fluidPlayer:"fluidplayer",OpenPlayer:"openplayer",Plyr:"plyr",Playerjs:"playerjs",Aliplayer:"aliplayer",shaka:"shakaplayer",RadiantMP:"rmp",bitmovin:"bitmovin"};const se={[e.EXCEPTION]:"onException",serverConnected:"onServerConnected",peerId:"getPeerId",p2pDownloaded:"onP2pDownloaded",p2pUploaded:"onP2pUploaded",httpDownloaded:"onHttpDownloaded",bufferStalled:"onBufferStalled",peers:"getPeersInfo"};class ie extends(n()){constructor(e={}){if(super(),this.p2pEnabled=!(!1===e.p2pEnabled||"0"===u("_p2p")),e.tag&&e.tag.length>20)throw new Error("Tag is too long");if(e.appName&&e.appName.length>30)throw new Error("appName is too long");if(e.appId&&e.appId.length>30)throw new Error("appId is too long");if(e.token&&e.token.length>20)throw new Error("Token is too long");this.segmentLoadCount=0,this.rangeTested=!1,this.trackerTried=!1,this.playerName=function(){let e;for(let t in te)if(self[t]){e=te[t];break}return e}()}resumeTracker(){this.tracker&&!this.trackerTried&&!this.tracker.connected&&this.config.p2pEnabled&&(this.tracker.resumeP2P(),this.trackerTried=!0)}onTrackerResume(e){e.report_url&&this.logger.enableReport(e.report_url)}startRangeRequestTimer(){const{config:e,logger:t}=this;let s=0;const i=()=>{this.curTsUri&&function(e,t,s,i=2e3,r=!1){const n=new XMLHttpRequest;let a=e;return r&&(a=f(e,h,!0)),t=t||"bytes=0-0",new Promise(((r,o)=>{n.open("GET",a,!0),n.responseType="arraybuffer",n.timeout=i,n.onreadystatechange=e=>{if(4===n.readyState){const e=n.status;206===e?r(n.response):o(`status ${e} url ${a} range ${t}`)}},n.onerror=e=>{o("request error")},n.ontimeout=e=>{o("timeout")},n.setRequestHeader("Range",t),s&&s(n,e),n.send()}))}(this.curTsUri,void 0,e.xhrSetup).then((()=>{e.httpRangeSupported=!0,clearTimeout(this.rangeRequestTimer)})).catch((r=>{e.httpRangeSupported=!1,t&&t.warn(r),s<3&&(this.rangeRequestTimer=setTimeout(i,6e4)),s++})).finally((()=>{t&&t.info(`http range is${e.httpRangeSupported?"":" not"} supported`)}))};this.rangeRequestTimer=setTimeout(i,0)}initLogger(){const{config:e}=this,t=new V(e.logLevel);return e.logger=this.logger=t,t}getExtraForStats(){return{}}getExtraForPeersRequest(){const e={};return e.num_want=this._getNumWant(),e}_getNumWant(){const{tracker:e}=this;if(!e.scheduler)return;const t=e.scheduler.peersNum;return t>0&&e.maxConnsActive-t>0?e.maxConnsActive-t:void 0}makeChannelId(e,t){if(!e||"string"!=typeof e){const e="token is required while using customized channelId!";throw console.error(e),new Error(e)}return A(t)?(s,i)=>`${e}-${t(s,i)}`:()=>`${e}-${t}`}makeSignalId(){let e="";const{config:t}=this,s=`wss://${self.atob(function(e){let t="c2lnbmFsY2xvdWQuc3dhcm1jbG91ZC5vcmc=";switch(e){case"hk":t="c2lnbmFsLnN3YXJtY2xvdWQub3Jn";break;case"us":t="b3BlbnNpZ25hbC5zd2FybWNsb3VkLm9yZw==";break;case"cn":t="Z3ouc3dhcm1jbG91ZC5uZXQ="}return t}(t.trackerZone))}`;t.signalConfig&&(t.wsSignalerAddr=t.signalConfig);const{wsSignalerAddr:i}=t;if(i){let r;"object"==typeof i?(i.main||(i.main=s),r=i.main):"string"==typeof i&&(r=i,t.wsSignalerAddr={main:r}),r===s&&(r=void 0),r&&!t.wsSignalerAddr.backup&&(e=l().parseURL(r).netLoc.substring(2))}else t.wsSignalerAddr={main:s,byDefault:!0};return e}get commonBrowserInfo(){const e=J().getPlatform(),t=J().getNetType()||"wifi";this.netType=t;const{main:s,backup:i,byDefault:r}=this.config.wsSignalerAddr||{};return{signal:s,custom_signal:!r||void 0,signal2:i,device:e,netType:t,player:this.playerName}}get isMobileNet(){return"wifi"!==this.netType&&"ethernet"!==this.netType}setupWindowListeners(e){const t=["iPad","iPhone"].indexOf(navigator.platform)>=0?"pagehide":"beforeunload",s=()=>{this.fetcher&&this.fetcher.postStatsWithBeacon(),this.p2pEnabled&&this.disableP2P(),self.removeEventListener(t,s)};e?self.removeEventListener(t,s):self.addEventListener(t,s)}destroy(){clearTimeout(this.rangeRequestTimer),this.disableP2P(!0),this.removeAllListeners(),this.setupWindowListeners(!0)}enableP2P(){return this.p2pEnabled?null:(this.logger&&this.logger.info("enable P2P"),this.config.p2pEnabled=this.p2pEnabled=!0,this.browserInfo?(this._init(this.channel,this.browserInfo),this):null)}get version(){return ie.version}static isSupported(){const e=v();return!(!e||void 0===e.RTCPeerConnection.prototype.createDataChannel)}static get TrackerZone(){return{EU:"eu",HK:"hk",USA:"us",CN:"cn"}}determineHttpLoadTime(e,t,s){this.logger&&this.logger.info(`segments in playlist: ${e.length}, targetDuration: ${t} startSN ${s}`);let i=4;return t<=2?i=1.5:t<=3?i=2:t<=4?i=2.5:t<=5?i=3:t<=6&&(i=3.5),i}emitEvent(e,...t){this.emit(e,...t);const s=se[e];s&&A(this.config[s])&&this.config[s](...t)}}ie.version="2.16.10",ie.protocolVersion=ee.VERSION;const re=ie;function ne(){if(!function(){if("object"==typeof self)return self.ManagedMediaSource||self.MediaSource||self.WebKitMediaSource}())return!1;const e=self.SourceBuffer||self.WebKitSourceBuffer;return!e||e.prototype&&"function"==typeof e.prototype.appendBuffer&&"function"==typeof e.prototype.remove}function ae(e,t){let s;if(e&&("string"==typeof e?(s=document.querySelector(e),oe(s)||(s=function(e){const t=document.getElementById(e);if(oe(t))return t;if(!t)return null;const s=t.getElementsByTagName("*");for(let e=0;e<s.length;e++)if(oe(s[e]))return s[e];return null}(e))):e instanceof HTMLMediaElement&&(s=e)),!s){const e=[...document.getElementsByTagName("video"),...document.getElementsByTagName("audio")];1===e.length?s=e[0]:(t&&(s=e.find((e=>e.src===t))),s||(s=e.find((e=>e.currentTime>0))))}return s}function oe(e){if(!e)return null;const t=e.tagName.toLowerCase();return"video"===t||"audio"===t}function le(e,t,s,i=0,r=0){const n=d;let a=i,o=r||s-1;const l=Math.floor(s/n),h=s%n>0?l+1:l;if(e>=0&&(a+=(e+1)*n),t>=0&&t<h){o-=s%n+(h-t-1)*n}return{rangeStart:a,rangeEnd:o+1}}function he(e,t){return`${e}-${t}`}function de(e,t,s,i){let r=s.split("?")[0];return r.startsWith("http")&&(r=r.split("://")[1]),i?`${r}|${i}`:`${r}`}function ce(e,t){return"number"!=typeof t&&(t=Number(t)),`${t}-${e}`}let ue={wsMaxRetries:10,p2pEnabled:!0,signalCompact:!0,wifiOnly:!1,memoryCacheLimit:{pc:419430400,mobile:104857600},dcDownloadTimeout:25,logLevel:"error",webRTCConfig:{},token:void 0,appName:void 0,appId:void 0,prefetchNum:3,trickleICE:!0,announceLocation:"eu",trackerZone:void 0,geoIpPreflight:!0,ICEPreflight:!0,useDiskCache:!0,startFromSegmentOffset:3,getStats:function(e,t,s){},getPeerId:function(e){},getPeersInfo:function(e){}};const fe={...ue,httpLoadTime:0,sharePlaylist:!1,useHttpRange:!0,hlsjsInstance:null,proxyOnly:!1,proxyFirst:!1,p2pBlackList:["vtt","webvtt","key"],live:!0,swFile:"./sw.js",swScope:"./",swAutoRegister:!0,mediaElem:void 0,httpStreamEnabled:!0,diskCacheLimit:{pc:1572864e3,mobile:1048576e3},strictSegmentId:!1,prefetchOnly:!1},ge=1e3;function pe(e){const t=new Promise(((t,s)=>{e.oncomplete=e.onsuccess=()=>t(e.result),e.onabort=e.onerror=()=>s(e.error)})),s=(i=ge,r="indexedDB timeout",new Promise(((e,t)=>setTimeout((()=>{t(r)}),i))));var i,r;return Promise.race([t,s])}const me={};async function ve(e,t,s=!0){const i=me[e]||{};i.promise||(i.promise=new Promise((e=>i.resolve=e)),me[e]=i,Ee(e,t,i.resolve,s));const r=await i.promise;return delete i.promise,r}const ye={};async function Ee(e,t,s,i){if(!ye[e]){const i=indexedDB.open(e);return i.onupgradeneeded=()=>{const e=i.result;t.forEach((t=>{e.createObjectStore(t)}))},void s(ye[e]=await pe(i))}if(i)try{t.forEach((t=>{ye[e].transaction(t)})),s(ye[e])}catch(r){console.error(`Could not open a transaction on "${e}" due to ${r.name} (${r.message}). Trying to reopen the connection...`),delete ye[e],Ee(e,t,s,i)}else s(ye[e])}let Se;function Te(){return Se||(Se=createStore("keyval-store","keyval")),Se}function _e(e,t=Te()){return t("readonly",(t=>pe(t.get(e))))}function be(e,t,s=Te()){return s("readwrite",(s=>(s.put(t,e),pe(s.transaction))))}function Le(e,t=Te()){return t("readwrite",(t=>(t.delete(e),pe(t.transaction))))}function Re(e=Te()){return e("readwrite",(e=>(e.clear(),pe(e.transaction))))}function Ae(e,t){return e.openCursor().onsuccess=function(){this.result&&(t(this.result),this.result.continue())},pe(e.transaction)}const Pe="size";class we extends(n()){constructor(e,t){super(),this.name="SegmentStore",this.logger=t.logger,this.logger.info(`use ${this.name}`),this.engine=e,this.channel=e.channel;const s=e.browserInfo.device;this.isPC=s===J().device.PC_WEB||s===J().device.PC_NATIVE,this.maxBufSize=this.isPC?t.diskCacheLimit.pc:t.diskCacheLimit.mobile,this.overflowed=!1,this.countErrors=0,this.isCleared=!0,this.destroyed=!1}async setupStore(){if(navigator.storage&&navigator.storage.estimate){const e=await navigator.storage.estimate(),t=Math.floor(e.quota-e.usage);t<this.maxBufSize&&(this.maxBufSize=t-104857600)}return new Promise((async(e,t)=>{if(this.isPC&&this.maxBufSize<419430400||!this.isPC&&this.maxBufSize<104857600)return void t("disk storage not enough");const s=this.stores;let i;try{i=function(e,t){let s=ve(e,t);return t.map((i=>(r,n)=>s.then((a=>{try{const e=a.transaction(i,r).objectStore(i);return n(e)}catch(a){s=ve(e,t),s.then((e=>n(e.transaction(i,r).objectStore(i))))}}))))}(this.channel,s)}catch(e){return void t(e)}this._createStores(i),this._initMetaStore().then(e).catch(t)}))}_initMetaStore(){return be(Pe,0,this.metaStore)}currBufSize(){return new Promise((async(t,s)=>{try{const i=await _e(Pe,this.metaStore);if(isNaN(i))return this.engine.emit(e.BM_FATAL_ERROR),void s("size is NaN");t(i)}catch(e){s(e)}}))}async putSeg(t){if(this.destroyed)return;this.isCleared=!1;const{logger:s}=this;if(_(t.data))return new Promise((i=>{this._addSeg(t).then((t=>{this._onSegPut(t),this.emit(e.BM_SEG_ADDED,t),this.countErrors=0,i()})).catch((e=>{this._handleFataError(),e&&(s.warn(`putSeg ${e}`),("QuotaExceededError"===e.name||e.inner&&"QuotaExceededError"===e.inner.name)&&this.currBufSize().then((e=>{this._trimDisk(e,!0)})).catch((e=>{this.logger.error(`trimDisk ${e}`)}))),i()}))}));s.error(`putSeg ${t.segId} is not buffer`)}_handleFataError(){this.countErrors++,this.countErrors>=3&&(this.engine.emit(e.BM_FATAL_ERROR),this.countErrors=0)}_decreaseBufSize(e){this.currBufSize().then((t=>{t&&be(Pe,t-e,this.metaStore)})).catch((e=>{this.logger.warn(`decreaseBufSize ${e}`)}))}_increaseBufSize(e){this.destroyed||this.currBufSize().then((t=>{be(Pe,t+e,this.metaStore),this._trimDisk(t+e)})).catch((e=>{this.logger.warn(`increaseBufSize ${e}`)}))}clear(e=!1){if(!this.isCleared){this.logger.warn("clear segment store");try{this._clearDisk(e)}catch(e){}this.isCleared=!0}}_clearDisk(e){Re(this.segmentsStore),e?this._initMetaStore():Re(this.metaStore),this.overflowed=!1}destroy(){this.clear(),this.removeAllListeners(),this.destroyed=!0}static toSegment(e){const t=new X(e.sn,e.segId,e.data,e.fromPeerId,e.level,e.ext);return t.from=e.from,t}}const Ie=we;const De=class extends Ie{constructor(e,t){super(e,t),this.loadingSN=-1,this.stores=["segments","id2Sn","metadata"]}_createStores(e){this.segmentsStore=e[0],this.id2SnStore=e[1],this.metaStore=e[2]}async hasSegOfId(e){if(!e)return Promise.resolve(!1);let t;try{t=await _e(e,this.id2SnStore)}catch(e){return Promise.resolve(!1)}return new Promise((s=>{void 0!==t?_e(t,this.segmentsStore).then((t=>{t&&t.length>0&&t.some((t=>t.segId===e))?s(!0):s(!1)})).catch((e=>{this.logger.warn(`hasSegOfId ${e}`),s(!1)})):s(!1)}))}async getSegById(e){if(!e)return null;const{logger:t}=this;let s;try{s=await _e(e,this.id2SnStore)}catch(e){return null}return new Promise((i=>{void 0!==s?_e(s,this.segmentsStore).then((s=>{if(this.countErrors=0,s&&s.length>0){const r=s.find((t=>t.segId===e));if(!r)return void i(null);if(!_(r.data))return t.error(`getSegById ${r.sn} is not buffer`),void i(null);i(Ie.toSegment(r))}else i(null)})).catch((e=>{t.warn(`getSegById ${e}`),this._handleFataError(),i(null)})):i(null)}))}getSegIdBySN(e){return new Promise((t=>{_e(e,this.segmentsStore).then((e=>{e&&e.length>0?t(e[0].segId):t(null)})).catch((e=>{this.logger.warn(`getSegIdBySN ${e}`),t(null)}))}))}_addSeg(e){const{segId:t,sn:s,size:i}=e;return be(t,s,this.id2SnStore),new Promise(((r,n)=>{_e(s,this.segmentsStore).then((async a=>{a?0===a.filter((e=>e.segId===t)).length?(a.push(await this._segmentToCache(e)),be(s,a,this.segmentsStore).then((()=>{this._increaseBufSize(i),r(e)})).catch((e=>{n(e)}))):r(e):be(s,[await this._segmentToCache(e)],this.segmentsStore).then((()=>{this._increaseBufSize(i),r(e)})).catch((e=>{n(e)}))})).catch((e=>{n(e)}))}))}async _trimDisk(t,s=!1){if(this.isCleared||this.destroyed)return;let i=this.maxBufSize;const{logger:r}=this;s&&(i=t-104857600,i<0&&(i=0)),t<i||(r.warn(`_trimDisk currentSize ${t} upBound ${i}`),function(e=Te()){return e("readonly",(e=>{if(e.getAllKeys)return pe(e.getAllKeys());const t=[];return Ae(e,(e=>t.push(e.key))).then((()=>t))}))}(this.segmentsStore).then((async s=>{const n=s.sort(((e,t)=>e-t));let a=0;do{if(a++>10){r.warn("too much loops in SegmentStore");break}const s=n.shift();if(void 0===s){r.warn("lastSN not found");continue}if(s>=this.loadingSN){r.warn(`trimDisk failed, loadingSN ${this.loadingSN}`);break}const i=n[0],o=await _e(s,this.segmentsStore);if(!o){r.warn("lastSeg not found");continue}let l=0;o.forEach((e=>{l+=e.data.byteLength})),Le(s,this.segmentsStore).then((()=>{this._decreaseBufSize(parseInt(l))})),o.forEach((t=>{Le(t.segId,this.id2SnStore),r.info(`pop seg ${t.segId} size ${t.data.byteLength}`),this.emit(e.BM_LOST,{sn:s,segId:t.segId,next:i,level:t.level})})),t-=l,r.info(`pop sn ${s} size ${l} currBufSize ${t}`),this.overflowed||(this.overflowed=!0)}while(t>=i)})))}async _segmentToCache(e){const{ext:t={}}=e;let s=t.hash;s||(s=await C(e.data));const i={data:e.data,level:e.level,segId:e.segId,sn:e.sn,fromPeerId:e.fromPeerId,ext:{}};return s&&(i.ext.hash=s),i}_onSegPut(t){this.emit(`${e.BM_ADDED_SN_}${t.sn}`,t)}_clearDisk(e){try{super._clearDisk(e)}catch(e){}Re(this.id2SnStore).catch((e=>{}))}};class Ce extends(n()){constructor(e,t){super(),this.name="SegmentCache",this.logger=t.logger,this.logger.info(`use ${this.name}`);const s=e.browserInfo.device;if(this.maxBufSize=s===J().device.PC_WEB||s===J().device.PC_NATIVE?t.memoryCacheLimit.pc:t.memoryCacheLimit.mobile,this.isLive=t.live,this.isLive)this.maxBufSize=47185920;else{if(0===this.maxBufSize)throw new Error("cannot use SegmentCache");const e=function(){const{memory:e}=performance;return e?e.jsHeapSizeLimit-e.usedJSHeapSize:-1}();e>=0&&e<this.maxBufSize&&(this.maxBufSize=e-31457280)}this._segPool=new Map,this._currBufSize=0,this.overflowed=!1,this.isCleared=!0,this.destroyed=!1}get currBufSize(){return this._currBufSize}_calSegPoolSize(){let e=0;return this._segPool.forEach((t=>{t.forEach((t=>{e+=t.size}))})),e}async putSeg(e){this.destroyed||(this.isCleared=!1,this._currBufSize>=1.5*this.maxBufSize&&(this._currBufSize=this._calSegPoolSize(),this._currBufSize>=1.5*this.maxBufSize&&(this.clear(),this.overflowed=!1)),_(e.data)?this._addSeg(e):this.logger.error(`putSeg ${e.segId} is not buffer`))}clear(){this.isCleared||(this.logger.warn("clear segment cache"),this._segPool.clear(),this._currBufSize=0,this.isCleared=!0,this.overflowed=!1)}destroy(){this.clear(),this.removeAllListeners(),this.destroyed=!0}}const ke=Ce;const Me=class extends ke{constructor(e,t){super(e,t),this.id2Sn=new Map,this.loadingSN=-1}hasSegOfId(e){return new Promise(((t,s)=>{const i=this.id2Sn.get(e);this._segPool.has(i)?t(this._segPool.get(i).some((t=>t.segId===e))):t(!1)}))}getSegById(e){const t=this.id2Sn.get(e);return new Promise(((s,i)=>{if(!this._segPool.has(t))return void s(null);const r=this._segPool.get(t).find((t=>t.segId===e));s(r||null)}))}getSegIdBySN(e){return new Promise(((t,s)=>{if(this._segPool.has(e)){t(this._segPool.get(e)[0].segId)}else t(null)}))}async _addSeg(t){const{logger:s}=this,{segId:i,sn:r,size:n,ext:a={}}=t;if(this.id2Sn.set(i,r),a.hash||(a.hash=await C(t.data),t.ext=a),this._segPool.has(r)){this._segPool.get(r).push(t)}else this._segPool.set(r,[t]);this._currBufSize+=parseInt(n);const o=this._segPool.size;if(this.emit(`${e.BM_ADDED_SN_}${t.sn}`,t),this.emit(e.BM_SEG_ADDED,t),this._currBufSize<this.maxBufSize||o<=5)return;let l=Array.from(this._segPool.keys());this.isLive||(l=l.sort(((e,t)=>e-t)));let h=0;do{if(h++>10){s.error("too much loops in SegmentCache");break}const t=l.shift();if(void 0===t){s.error("lastSN not found");continue}const i=l[0],r=this._segPool.get(t);if(!r){s.error("lastSeg not found");continue}let n=0;r.forEach((e=>{n+=e.size})),this._currBufSize-=parseInt(n),this._segPool.delete(t),r.forEach((s=>{this.id2Sn.delete(s.segId),this.emit(e.BM_LOST,{sn:t,segId:s.segId,next:i,level:s.level})})),s.info(`pop sn ${t} size ${n} currBufSize ${this._currBufSize}`),this.overflowed||(this.overflowed=!0)}while(this._currBufSize>=this.maxBufSize&&this._segPool.size>5)}clear(){super.clear(),this.id2Sn.clear()}};var xe=s(832),Oe=s.n(xe);function Fe(e,t){for(const s in t)Object.defineProperty(e,s,{value:t[s],enumerable:!0,configurable:!0});return e}const Ne=function(e,t,s){if(!e||"string"==typeof e)throw new TypeError("Please pass an Error to err-code");s||(s={}),"object"==typeof t&&(s=t,t=void 0),null!=t&&(s.code=t);try{return Fe(e,s)}catch(t){s.message=e.message,s.stack=e.stack;const i=function(){};return i.prototype=Object.create(Object.getPrototypeOf(e)),Fe(new i,s)}};class $e{constructor(){this.p2p=0,this.share=0,this.http=0}recordP2p(e){this.p2p+=e}recordShare(e){this.share+=e}recordHttp(e){this.http+=e}resetTraffic(){this.p2p=0,this.share=0,this.http=0}get healthRatio(){if(0===this.http)return 1e3;let e=Math.round((this.p2p+this.share)/this.http*100);return e<=0&&(e=1),e}}const Be="undefined"==typeof TextDecoder?null:new TextDecoder("utf-8");class Ue{constructor(e=new Uint8Array(16)){this.buf=ArrayBuffer.isView(e)?e:new Uint8Array(e),this.dataView=new DataView(this.buf.buffer),this.pos=0,this.type=0,this.length=this.buf.length}readFields(e,t,s=this.length){for(;this.pos<s;){const s=this.readVarint(),i=s>>3,r=this.pos;this.type=7&s,e(i,t,this),this.pos===r&&this.skip(s)}return t}readDouble(){const e=this.dataView.getFloat64(this.pos,!0);return this.pos+=8,e}readVarint(e){const t=this.buf;let s,i;return i=t[this.pos++],s=127&i,i<128?s:(i=t[this.pos++],s|=(127&i)<<7,i<128?s:(i=t[this.pos++],s|=(127&i)<<14,i<128?s:(i=t[this.pos++],s|=(127&i)<<21,i<128?s:(i=t[this.pos],s|=(15&i)<<28,function(e,t,s){const i=s.buf;let r,n;if(n=i[s.pos++],r=(112&n)>>4,n<128)return Ge(e,r,t);if(n=i[s.pos++],r|=(127&n)<<3,n<128)return Ge(e,r,t);if(n=i[s.pos++],r|=(127&n)<<10,n<128)return Ge(e,r,t);if(n=i[s.pos++],r|=(127&n)<<17,n<128)return Ge(e,r,t);if(n=i[s.pos++],r|=(127&n)<<24,n<128)return Ge(e,r,t);if(n=i[s.pos++],r|=(1&n)<<31,n<128)return Ge(e,r,t);throw new Error("Expected varint not more than 10 bytes")}(s,e,this)))))}readBoolean(){return Boolean(this.readVarint())}readString(){const e=this.readVarint()+this.pos,t=this.pos;return this.pos=e,e-t>=12&&Be?Be.decode(this.buf.subarray(t,e)):function(e,t,s){let i="",r=t;for(;r<s;){const t=e[r];let n,a,o,l=null,h=t>239?4:t>223?3:t>191?2:1;if(r+h>s)break;1===h?t<128&&(l=t):2===h?(n=e[r+1],128==(192&n)&&(l=(31&t)<<6|63&n,l<=127&&(l=null))):3===h?(n=e[r+1],a=e[r+2],128==(192&n)&&128==(192&a)&&(l=(15&t)<<12|(63&n)<<6|63&a,(l<=2047||l>=55296&&l<=57343)&&(l=null))):4===h&&(n=e[r+1],a=e[r+2],o=e[r+3],128==(192&n)&&128==(192&a)&&128==(192&o)&&(l=(15&t)<<18|(63&n)<<12|(63&a)<<6|63&o,(l<=65535||l>=1114112)&&(l=null))),null===l?(l=65533,h=1):l>65535&&(l-=65536,i+=String.fromCharCode(l>>>10&1023|55296),l=56320|1023&l),i+=String.fromCharCode(l),r+=h}return i}(this.buf,t,e)}skip(e){const t=7&e;if(0===t)for(;this.buf[this.pos++]>127;);else if(2===t)this.pos=this.readVarint()+this.pos;else if(5===t)this.pos+=4;else{if(1!==t)throw new Error(`Unimplemented type: ${t}`);this.pos+=8}}writeTag(e,t){this.writeVarint(e<<3|t)}realloc(e){let t=this.length||16;for(;t<this.pos+e;)t*=2;if(t!==this.length){const e=new Uint8Array(t);e.set(this.buf),this.buf=e,this.dataView=new DataView(e.buffer),this.length=t}}finish(){return this.length=this.pos,this.pos=0,this.buf.subarray(0,this.length)}writeVarint(e){(e=+e||0)>268435455||e<0?function(e,t){let s,i;e>=0?(s=e%4294967296|0,i=e/4294967296|0):(s=~(-e%4294967296),i=~(-e/4294967296),4294967295^s?s=s+1|0:(s=0,i=i+1|0));if(e>=0x10000000000000000||e<-0x10000000000000000)throw new Error("Given varint doesn't fit into 10 bytes");t.realloc(10),function(e,t,s){s.buf[s.pos++]=127&e|128,e>>>=7,s.buf[s.pos++]=127&e|128,e>>>=7,s.buf[s.pos++]=127&e|128,e>>>=7,s.buf[s.pos++]=127&e|128,e>>>=7,s.buf[s.pos]=127&e}(s,0,t),function(e,t){const s=(7&e)<<4;if(t.buf[t.pos++]|=s|((e>>>=3)?128:0),!e)return;if(t.buf[t.pos++]=127&e|((e>>>=7)?128:0),!e)return;if(t.buf[t.pos++]=127&e|((e>>>=7)?128:0),!e)return;if(t.buf[t.pos++]=127&e|((e>>>=7)?128:0),!e)return;if(t.buf[t.pos++]=127&e|((e>>>=7)?128:0),!e)return;t.buf[t.pos++]=127&e}(i,t)}(e,this):(this.realloc(4),this.buf[this.pos++]=127&e|(e>127?128:0),e<=127||(this.buf[this.pos++]=127&(e>>>=7)|(e>127?128:0),e<=127||(this.buf[this.pos++]=127&(e>>>=7)|(e>127?128:0),e<=127||(this.buf[this.pos++]=e>>>7&127))))}writeBoolean(e){this.writeVarint(+e)}writeString(e){e=String(e),this.realloc(4*e.length),this.pos++;const t=this.pos;this.pos=function(e,t,s){for(let i,r,n=0;n<t.length;n++){if(i=t.charCodeAt(n),i>55295&&i<57344){if(!r){i>56319||n+1===t.length?(e[s++]=239,e[s++]=191,e[s++]=189):r=i;continue}if(i<56320){e[s++]=239,e[s++]=191,e[s++]=189,r=i;continue}i=r-55296<<10|i-56320|65536,r=null}else r&&(e[s++]=239,e[s++]=191,e[s++]=189,r=null);i<128?e[s++]=i:(i<2048?e[s++]=i>>6|192:(i<65536?e[s++]=i>>12|224:(e[s++]=i>>18|240,e[s++]=i>>12&63|128),e[s++]=i>>6&63|128),e[s++]=63&i|128)}return s}(this.buf,e,this.pos);const s=this.pos-t;s>=128&&function(e,t,s){const i=t<=16383?1:t<=2097151?2:t<=268435455?3:Math.floor(Math.log(t)/(7*Math.LN2));s.realloc(i);for(let t=s.pos-1;t>=e;t--)s.buf[t+i]=s.buf[t]}(t,s,this),this.pos=t-1,this.writeVarint(s),this.pos+=s}writeDouble(e){this.realloc(8),this.dataView.setFloat64(this.pos,e,!0),this.pos+=8}writeVarintField(e,t){this.writeTag(e,0),this.writeVarint(t)}writeStringField(e,t){this.writeTag(e,2),this.writeString(t)}writeDoubleField(e,t){this.writeTag(e,1),this.writeDouble(t)}writeBooleanField(e,t){this.writeVarintField(e,+t)}}function Ge(e,t,s){return s?4294967296*t+(e>>>0):4294967296*(t>>>0)+(e>>>0)}function He(e,t){return e.readFields(Ve,{},t)}function Ve(e,t,s){1===e?t.id=s.readString():2===e?t.ip=s.readString():3===e?t.country=s.readString():4===e?t.isp=s.readString():6===e?t.conns=s.readVarint(!0):7===e?t.fail_rate=s.readDouble():8===e?t.mobile=s.readBoolean():9===e?t.source=s.readString():10===e?t.score=s.readDouble():11===e?t.lon=s.readDouble():12===e?t.lat=s.readDouble():13===e?t.platform=s.readString():14===e&&(t.super=s.readBoolean())}function We(e,t){e.channel&&t.writeStringField(1,e.channel),e.device&&t.writeStringField(2,e.device),e.live&&t.writeBooleanField(3,e.live),e.tag&&t.writeStringField(4,e.tag),e.ts&&t.writeVarintField(5,e.ts),e.type&&t.writeStringField(6,e.type),e.version&&t.writeStringField(7,e.version),e.netType&&t.writeStringField(8,e.netType),e.app&&t.writeStringField(9,e.app),e.announce&&t.writeStringField(10,e.announce),e.v&&t.writeStringField(11,e.v),e.nat&&t.writeStringField(12,e.nat),e.token&&t.writeStringField(14,e.token),e.k&&t.writeStringField(15,e.k),e.abr&&t.writeBooleanField(16,e.abr),e.lat&&t.writeDoubleField(18,e.lat),e.lon&&t.writeDoubleField(19,e.lon),e.isp&&t.writeStringField(20,e.isp),e.asn&&t.writeStringField(21,e.asn),e.country&&t.writeStringField(22,e.country),e.super&&t.writeBooleanField(23,e.super),e.pos&&t.writeVarintField(25,e.pos),e.signal&&t.writeStringField(26,e.signal),e.signal2&&t.writeStringField(27,e.signal2),e.custom_signal&&t.writeBooleanField(28,e.custom_signal)}function qe(e,t,s){1===e?t.id=s.readString():2===e?t.ip=s.readString():3===e?t.country=s.readString():4===e?t.asn=s.readString():5===e?t.mobile=s.readBoolean():6===e?t.isp=s.readString():8===e?t.total=s.readVarint(!0):9===e?t.score=s.readString():11===e?t.report_interval=s.readVarint(!0):12===e?t.peers.push(He(s,s.readVarint()+s.pos)):13===e?t.info=s.readString():14===e?t.warn=s.readString():15===e?t.rejected=s.readBoolean():16===e?t.min_conns=s.readVarint(!0):17===e?t.wifi_only=s.readBoolean():18===e?t.signal=s.readString():19===e?t.signal2=s.readString():20===e?t.stun.push(s.readString()):21===e?t.log_url=s.readString():22===e?t.report_url=s.readString():23===e?t.debug=s.readBoolean():24===e?t.fuse_rate=s.readVarint(!0):25===e?t.token=s.readString():26===e?t.token2=s.readString():27===e?t.slogan=s.readBoolean():28===e?t.lat=s.readDouble():29===e?t.lon=s.readDouble():30===e&&(t.overload=s.readBoolean())}function je(e,t){if(e.exclusions)for(const s of e.exclusions)t.writeStringField(1,s);e.level&&t.writeStringField(2,e.level),e.num_want&&t.writeVarintField(3,e.num_want),e.asn&&t.writeStringField(4,e.asn),e.country&&t.writeStringField(5,e.country),e.urgent&&t.writeBooleanField(6,e.urgent),e.ratio&&t.writeVarintField(7,e.ratio)}function ze(e,t,s){1===e?t.peers.push(He(s,s.readVarint()+s.pos)):2===e?t.total=s.readVarint(!0):3===e?t.score=s.readString():4===e&&(t.pos=s.readString())}function Ke(e,t){e.p2p&&t.writeVarintField(1,e.p2p),e.http&&t.writeVarintField(2,e.http),e.share&&t.writeVarintField(3,e.share),e.conns&&t.writeVarintField(4,e.conns),e.totalConns&&t.writeVarintField(5,e.totalConns),e.failConns&&t.writeVarintField(6,e.failConns),e.rebuffers&&t.writeVarintField(7,e.rebuffers),e.requests&&t.writeVarintField(8,e.requests),e.pos&&t.writeVarintField(10,e.pos),e.level&&t.writeStringField(11,e.level),e.off&&t.writeBooleanField(12,e.off),e.asn&&t.writeStringField(13,e.asn),e.country&&t.writeStringField(14,e.country)}function Ye(e,t,s){1===e?t.code=s.readVarint(!0):2===e&&(t.msg=s.readString())}function Xe(e,t,s){1===e?t.ret=s.readVarint(!0):2===e?(t.channel_response=function(e,t){return e.readFields(qe,{peers:[],stun:[]},t)}(s,s.readVarint()+s.pos),t.data="channel_response"):3===e?(t.peers_response=function(e,t){return e.readFields(ze,{peers:[]},t)}(s,s.readVarint()+s.pos),t.data="peers_response"):4===e&&(t.err_data=function(e,t){return e.readFields(Ye,{code:0},t)}(s,s.readVarint()+s.pos),t.data="err_data")}const Qe="SW_GEOIP_KEY",Je=2592e5,Ze=432e5,et="TRACKER_EXPT",tt="IPAPI_ERROR",st="uY2R",it="LmNv",rt="uYnll",nt="bQ==",at="Z3o",ot=Symbol("httpDownloaded"),lt=Symbol("p2pDownloaded"),ht=Symbol("p2pUploaded");class dt extends(n()){constructor(e,t,s,i,r){let n;super(),this.config=e.config;let a=this.config.announceLocation;switch(this.config.trackerZone&&(a=this.config.trackerZone),a){case"hk":n="aGsubWVzaGlmeS5jbG91ZA==";break;case"us":n="dXMubWVzaGlmeS5jbG91ZA==";break;case"cn":n=at+st+rt+it+nt;break;default:n="ZXUubWVzaGlmeS5jbG91ZA=="}this.engine=e,this.key=t||void 0,Array.isArray(i)&&(i=i[Math.floor(Math.random()*i.length)]),this.baseUrl=i||`https://${self.atob(n)}/v1`,this.channelId=self.btoa(s),this.timestamp=g(),this.health=new $e;const o=l().parseURL(this.baseUrl).netLoc;this.announce=o.replace(/\/\//,""),function(e,t){function s(e,t,s,i,r){return h(s-219,r)}var i,r,n=e();function a(e,t,s,i,r){return h(r- -994,e)}function o(e,t,s,i,r){return h(i-233,t)}function l(e,t,s,i,r){return h(r-305,s)}for(;;)try{if(156690===-parseInt(o(0,246,0,247))/1*(-parseInt(o(0,243,0,248))/2)+-parseInt(o(0,238,0,245))/3+parseInt(a(-1e3,0,0,0,-989))/4*(-parseInt(s(0,0,225,0,216))/5)+-parseInt((i=-180,r=-173,h(r- -181,i)))/6*(parseInt(l(0,0,324,0,324))/7)+-parseInt(a(-991,0,0,0,-990))/8*(parseInt(l(0,0,313,0,307))/9)+-parseInt(l(0,0,310,0,305))/10+-parseInt(a(-968,0,0,0,-974))/11*(-parseInt(s(0,0,226,0,216))/12))break;n.push(n.shift())}catch(e){n.push(n.shift())}}(c);function h(e,t){var s=c();return(h=function(e,t){return s[e-=0]})(e,t)}const d=function(e,t,s,i,r,n){let a=location.hostname;a===h(-922- -923,-915)&&n&&(a=n+"."+a);return 13,Oe()(a+"2.16.10"+s+i+r,e).substr(0,8)}(this.timestamp,0,this.announce,this.channelId,r.type,this.key);function c(){var e=["13055AgbnUs","2739cfXSxI","CxYEuy093515".split("").reverse().join(""),"localhost","OCXDId9".split("").reverse().join(""),"yek".split("").reverse().join(""),"QyapiZ8635101".split("").reverse().join(""),"scRrUF02".split("").reverse().join(""),"bNcslL58187".split("").reverse().join(""),"QEbZrW65772".split("").reverse().join(""),"12gYmKGR","emantsoh".split("").reverse().join(""),"dIlennahc".split("").reverse().join(""),"pmatsemit".split("").reverse().join(""),"676614MZdLCs","type","hpNRbU1".split("").reverse().join(""),"133332xoUKrS","announce","lmia","substr"];return(c=function(){return e})()}h(895-878,886),this.native=!(!r.bundle||!window.electron&&!navigator.userAgent.toLowerCase().includes("electron")),this.announceInfo={...r,channel:this.channelId,ts:this.timestamp,version:"2.16.10",v:d,announce:this.announce,k:gt(this.key)},this.announceURL=`${this.baseUrl}/channel`,this.reportFails=0,this.statsRequesting=!1,this.reportInterval=30,this.failConns=0,this.totalHTTPDownloaded=0,this.totalP2PDownloaded=0,this.totalP2PUploaded=0,this[ot]=0,this[lt]=0,this[ht]=0,this.speed=0,this.offline=!1,this.errsBufStalled=0,this.mediaRequests=0}geoipRequest(){const{logger:e}=this.engine;return new Promise(((t,s)=>{if((e=>{const t=localStorage.getItem(e);try{const e=JSON.parse(t);return!(!e.duration||!e.startTime)&&Date.now()-e.startTime<e.duration}catch(e){return!1}})(Qe)){const s=U(Qe);e.info("found local geo data"),t(s)}else fetch(self.atob("aHR0cHM6Ly9wcm8uaXAtYXBpLmNvbS9qc29uP2ZpZWxkcz0yMTgxODI2JmtleT1YT3BpYW5zUmdZeEdUaG8=")).then((e=>e.json())).then((e=>{if("success"!==e.status){const t=new Error(`preflight status ${e.status}`);throw Ne(t,tt)}{const s=e.mobile?Ze:Je;G(Qe,e,s),t(e)}})).catch((e=>{s(e)}))}))}btAnnouncePreflight(){const{logger:e}=this.engine;return this.announceInfo.asn?this.btAnnounce():(e.info("preflight ip-api"),Promise.race([this.geoipRequest(),new Promise(((e,t)=>{setTimeout((()=>{t(Ne(new Error("request timeout"),tt))}),600)}))]).then((e=>(this._parseGeoResponse(e),this.btAnnounce()))).catch((t=>{if(t.code!==et){const t=U(Qe);return t&&(e.info("use expired ipData"),this._parseGeoResponse(t)),this.btAnnounce()}throw t})))}_parseGeoResponse(e){const{lat:t,lon:s,isp:i,as:r,mobile:n,countryCode:a,continentCode:o}=e;n&&(this.announceInfo.netType="cellular");const l=r.split(" ")[0].substr(2);this.announceInfo={...this.announceInfo,lat:t,lon:s,isp:i,asn:l,country:a},this.engine.emitEvent("geographicInfo",{country:a,asn:l,mobile:n,isp:i,lat:t,lon:s})}btAnnounce(){const{logger:e}=this.engine;return new Promise(((t,s)=>{pt(this.announceURL,this._requestHeader,this.announceInfo,We,((e,t)=>{if(!e){const e=t>=500&&t<600;throw Ne(new Error(`server response code is ${t}`),et,{retry:e})}}),(e=>{if(!this.engine||!e)return;const s=e.data;if(s.slogan&&console.log(`%cLet the browsers become your unlimitedly scalable CDN!\n%cGet Free Trial \u{1f449} ${self.atob("aHR0cHM6Ly9zd2FybWNsb3VkLm5ldA==")}`,"color: dodgerblue; padding:20px 0; font-size: xx-large","font-size: medium; padding-bottom:15px"),s.info&&console.info(`${s.info}`),s.warn&&console.warn(`${s.warn}`),-1===e.ret){const{code:t,msg:s}=e.data;throw Ne(new Error(s),et,{retry:t>=5e3})}if((!s.rejected||s.rejected&&s.share_only)&&s.id&&s.report_interval){if(this.peerId=this.id=s.id,s.report_interval<20&&(s.report_interval=20),this.reportInterval=s.report_interval,this.btStats(),this.getPeersURL=`${this.baseUrl}/channel/${this.channelId}/node/${this.peerId}/peers`,this.statsURL=`${this.baseUrl}/channel/${this.channelId}/node/${this.peerId}/stats`,!this.announceInfo.asn&&s.asn){const{country:e,asn:t,mobile:i,isp:r,lat:n,lon:a}=s;this.engine.emitEvent("geographicInfo",{country:e,asn:t,mobile:i,isp:r,lat:n,lon:a}),this.announceInfo={...this.announceInfo,country:e,asn:t},G(Qe,{countryCode:e,as:`AS${t}`,mobile:i,isp:r,lat:n,lon:a,status:"success"},i?Ze:Je)}this.engine.emitEvent("serverConnected",!0),t(s)}else this.engine&&(this.engine.p2pEnabled=!1)}),(t=>{e.error(`announce error ${t}`);const i=t.code||et,r=!t.code||t.retry;s(Ne(t,i,{retry:r}))}))}))}btStats(){clearInterval(this.heartbeater),this.heartbeater=setInterval((()=>{this.postStats()}),1e3*this.reportInterval)}postStatsWithBeacon(){if(this.offline)return;this.engine.emitEvent("serverConnected",!1),this.offline=!0;let e={off:!0};this.statsRequesting||(e={...e,...this._makeStatsBody()}),this.statsURL&&navigator.sendBeacon&&navigator.sendBeacon(this.statsURL,mt(e,Ke))}postStats(t){const{logger:s}=this.engine;this.statsRequesting||(t&&this.btStats(),this.statsRequesting=!0,pt(this.statsURL,{},this._makeStatsBody(),Ke,(()=>{this.statsRequesting=!1,this.reportFails=0}),(t=>{if(t||(t={ret:0,data:{}}),-1===t.ret)clearInterval(this.heartbeater),s.error(`${t.data.msg} code ${t.data.code}`),this.engine.emit(e.RESTART_P2P);else{const{http:e=0,p2p:t=0,share:s=0,failConns:i=0,rebuffers:r=0,requests:n=0}=this.lastStats||{};this[ot]>=e&&(this[ot]-=e),this[lt]>=t&&(this[lt]-=t),this[ht]>=s&&(this[ht]-=s),this.failConns>=i&&(this.failConns-=i),this.errsBufStalled>=r&&(this.errsBufStalled-=r),this.mediaRequests>=n&&(this.mediaRequests-=n)}}),(t=>{s.error(`stats error ${t}`),this.statsRequesting=!1,this.reportFails++,this.reportFails>=3&&(clearInterval(this.heartbeater),this.engine.emit(e.RESTART_P2P))})))}btGetPeers(e,t=!1){const{logger:s}=this.engine,{asn:i,country:r}=this.announceInfo;let n={exclusions:e,asn:i,country:r,ratio:this.health.healthRatio,urgent:t||void 0},a={};return this.engine.getExtraForPeersRequest&&(a=this.engine.getExtraForPeersRequest()),n=Object.assign({},n,a),new Promise(((e,t)=>{this.reportFails>=3?t(new Error("reportFails >= 3")):pt(this.getPeersURL,this._requestHeader,n,je,null,(s=>{-1===s.ret?t(s.data.msg):e(s.data)}),(e=>{s.error(`getPeers error ${e}`),t(e)}),(()=>{this.health.resetTraffic()}))}))}increFailConns(){this.failConns++}increRebuffers(){this.engine.emitEvent("bufferStalled"),this.errsBufStalled++}increMediaRequests(){this.mediaRequests++,this.engine.emit(e.MEDIA_REBUFFER,this.errsBufStalled>=2)}reportFlow(e){const t=Math.round(e/1024);this.engine.emitEvent("httpDownloaded",t),this[ot]+=t,this.totalHTTPDownloaded+=t,this.health.recordHttp(t),this._emitStats()}reportDCTraffic(e,t){const s=Math.round(e/1024);this[lt]+=s,this.totalP2PDownloaded+=s,this.health.recordP2p(s),this.speed=Math.round(t),this.engine.emitEvent("p2pDownloaded",s,this.speed),this._emitStats()}reportUploaded(e=0){const t=Math.round(e/1024);this.engine.emitEvent("p2pUploaded",t),this.totalP2PUploaded+=t,this.health.recordShare(t),this[ht]+=t,this._emitStats()}destroy(){const{logger:e}=this.engine;e.warn("destroy fetcher"),this.removeAllListeners(),clearInterval(this.heartbeater)}_emitStats(){const{totalHTTPDownloaded:e,totalP2PDownloaded:t,totalP2PUploaded:s}=this;this.engine.emit("stats",{totalHTTPDownloaded:e,totalP2PDownloaded:t,totalP2PUploaded:s,p2pDownloadSpeed:this.speed});const{getStats:i}=this.config;A(i)&&i(t,s,e,this.speed)}_makeStatsBody(){const{asn:e,country:t}=this.announceInfo;let s={totalConns:this.engine.tracker.totalConns+1,failConns:this.failConns,rebuffers:this.errsBufStalled||void 0,requests:this.mediaRequests||void 0,http:Math.round(this[ot])||0,p2p:Math.round(this[lt])||0,share:Math.round(this[ht])||0,asn:e,country:t},i={};this.engine.getExtraForStats&&(i=this.engine.getExtraForStats()),s=Object.assign({},s,i),this.lastStats=JSON.parse(JSON.stringify(s)),Object.keys(s).forEach((e=>{0===s[e]&&delete s[e]}));const{logger:r}=this.engine;return r.isDebugLevel&&r.info(`report ${JSON.stringify(s)}`),s}get _requestHeader(){let e={};return this.native&&(e={...e,"X-SW-Key":gt(this.key),"User-Agent":"electron","X-SW-ID":this.announceInfo.bundle}),e}}const ct=dt;function ut(e,t){const s=ft();return(ut=function(e,t){return s[e-=0]})(e,t)}function ft(){const e=["CsLPpZ8932212".split("").reverse().join(""),"htgnel".split("").reverse().join(""),"UZpUzY5895021".split("").reverse().join(""),"yJZuxA9452121".split("").reverse().join(""),"tAedoCrahc".split("").reverse().join(""),"btoa","q#<K@C".split("").reverse().join(""),"1164HyWkyu","4154136SJSwNe","IITNvu6344771".split("").reverse().join(""),"edoCrahCmorf".split("").reverse().join(""),"554Biqadw","oShtCc7412072".split("").reverse().join("")];return(ft=function(){return e})()}function gt(e){if(!e)return;const t=ut(-822- -830,-826);let s="".split("").reverse().join("");const i=t.length;for(let r=0;r<e.length;r++){const n=e.charCodeAt(r)^t.charCodeAt(r%i);s+=String.fromCharCode(n)}return self.btoa(s)}function pt(e,t,s,i,r,n,a,o){let l;t={...t},s&&(l=mt(s,i)),fetch(e,{method:"POST",headers:t,body:l}).then((e=>{e.ok?(r&&r(!0),e.arrayBuffer().then((e=>{try{const s=new Ue(e).readFields(Xe,{ret:0},t),i=s[s.data];delete s[s.data],s.data=i,n&&n(s)}catch(t){try{const t=new TextDecoder("utf-8").decode(e);n&&n(JSON.parse(t))}catch(e){n&&n(null)}}var t}))):r&&r(!1,e.status)})).catch((e=>{a&&a(e)})).finally((()=>{o&&o()}))}function mt(e,t){const s=new Ue;t(e,s);return s.finish()}!function(e,t){const s=e();function i(e,t,s,i,r){return ut(e-92,r)}function r(e,t,s,i,r){return ut(r-930,s)}for(;;)try{if(377468===parseInt(r(0,0,944,0,939))/1*(parseInt(r(0,0,936,0,930))/2)+parseInt(r(0,0,929,0,935))/3+parseInt(r(0,0,939,0,941))/4+-parseInt((n=-995,a=-995,ut(n- -999,a)))/5+parseInt(i(94,0,0,0,91))/6+-parseInt(i(93,0,0,0,92))/7+-parseInt(i(102,0,0,0,107))/8)break;s.push(s.shift())}catch(e){s.push(s.shift())}var n,a}(ft);class vt extends(n()){constructor(e,t){super(),this.logger=e,t.startsWith("wss")?this.addr=t.replace("wss","https"):t.startsWith("ws")&&(this.addr=t.replace("ws","http")),this.connected=!1,this.retryCount=0,this.closed=!1,this.msgQueue=[],this.posting=!1,this.pollingTs=0}start(){this.closed=!1,this._hello((()=>{this._longPolling()}))}_hello(e){fetch(this.addr+"&hello",{method:"POST"}).then((e=>{if(!e.ok)throw new Error("hello response was not ok");return e.json()})).then((t=>{this.connected=!0,e(),this.onopen&&this.onopen(t.ver)})).catch((e=>{this.closed=!0,this.onerror&&this.onerror(e)}))}send(e){this.msgQueue.push(e),this.posting||this._realSend([...this.msgQueue])}_realSend(e){0!==e.length&&(this.posting=!0,this.msgQueue=[],fetch(this.addr,{method:"POST",body:JSON.stringify(e)}).then((()=>{this.posting=!1,this.msgQueue.length>0&&this._realSend([...this.msgQueue])})).catch((e=>{this.logger.error(e),this.posting=!1})))}close(){this.connected&&(this.closed=!0,this.connected=!1,this.abortController&&(this.abortController.abort(),this.abortController=null),this.onclose&&this.onclose())}destroy(){this.close(),this.removeAllListeners()}_longPolling(){if(this.closed)return;this.pollingTs=g(),this.abortController=new AbortController;const e=this.abortController.signal;fetch(this.addr,{signal:e}).then((e=>{if(!e.ok)throw new Error("polling response was not ok");return e.text()})).then((async e=>{e&&this.onmessage&&this.onmessage(JSON.parse(e)),this.retryCount=0;const t=g()-this.pollingTs;JSON.stringify(e)===JSON.stringify(this.lastData)&&t<10&&(this.logger.warn(`wait ${10-t}s for next polling`),await m(1e3*(10-t))),this.lastData=e,this._longPolling()})).catch((e=>{this.connected&&(this.retryCount<=3?(this.retryCount++,this._longPolling()):(this.connected=!1,this.onerror&&this.onerror(e)))}))}}const yt=class{constructor(e,t,s,i="main"){this.logger=e,this.config=t,this.wsAddr=s,this.serverVersion=0,this.pingInterval=95e3,this.name=i,this.normalClosed=!1,this.connecting=!0,this.lastSendTs=performance.now(),this.pollingClient=new vt(e,s);try{this._ws=this._init()}catch(t){e.error(t),this._startPolling()}}get batchSupported(){return this.serverVersion>=50}_init(){const e={maxRetries:this.config.wsMaxRetries,minReconnectionDelay:p(15e3,6e4),maxReconnectionDelay:6e5,maxEnqueuedMessages:20,connectionTimeout:7e3};let t=new N(this.wsAddr,void 0,e);return t.addEventListener("open",(()=>{this.logger.info(`signal ${this.name} ${this.wsAddr} connection opened`),this.normalClosed=!1,this.connecting=!1,this.pollingClient.connected?this.pollingClient.close():this.onopen&&this.onopen(),this._startPing(this.pingInterval)})),t.push=t.send,t.send=e=>{this.lastSendTs=performance.now();let s=JSON.stringify(e);t.push(s)},t.addEventListener("message",(e=>{let t=e.data;const s=JSON.parse(t),i=s.action;if("pong"!==i){if("ver"!==i)return"close"===i?(this.logger.warn(`server close signal ${this.name} reason ${s.reason}`),void this.close()):void("signals"!==i?this.onmessage&&this.onmessage(s,this.name):this._onSignalBatch(s.data));this.serverVersion=s.ver}else clearTimeout(this.pongTimer)})),t.addEventListener("close",(e=>{const{code:t,reason:s}=e;this.logger.warn(`signal ${this.name} ${this.wsAddr} closed ${t} ${s}`),t>=5e3||t<4e3?(this.onclose&&this.onclose(),this._stopPing()):this.close(),this.connecting=!1})),t.addEventListener("error",(e=>{this._stopPing(),this.onerror&&this.onerror(e),this._startPolling()})),t}_startPolling(){this.normalClosed||this.pollingClient.connected||(this.logger.info(`${this.name} start polling`),this.pollingClient.start(),this._setupPolling(this.pollingClient))}sendDebug(e,t,s){this._send({action:"debug",details:t,ping:s||void 0,to:e})}sendSignal(e,t){const s={action:"signal",to:e,data:t};this._send(s)}sendSignalBatch(e,t){if(this.batchSupported&&t.length>1)this._send({action:"signals",to:e,data:t});else for(let s of t)this.sendSignal(e,s)}sendReject(e,t,s){if(this.rejectIdCache===e)return;this.rejectIdCache=e;const i={action:"reject",to:e,reason:t,fatal:s};this._send(i)}_send(e){this.pollingClient.connected?this.pollingClient.send(e):this._ws&&this._ws.send(e)}_startPing(e){this.connected&&(this.pingTimer=setTimeout((()=>{const e=95e3-(performance.now()-this.lastSendTs);if(e>=0)return this._startPing(e);const t={action:"ping"};this._ws&&this._ws.push(JSON.stringify(t)),this.pongTimer=setTimeout((()=>{this.logger.warn(`signal ${this.name} wait for pong timeout, reconnect`),this.close(),this.reconnect()}),15e3),this._startPing(this.pingInterval)}),e))}_stopPing(){clearTimeout(this.pingTimer),clearTimeout(this.pongTimer)}close(){this.logger.info(`close signal ${this.name}`),this._stopPing(),(()=>{this._ws&&this._ws.close(1e3)})(),this.pollingClient.close(),this.normalClosed=!0}reconnect(){return!(!this._ws||this.connecting)&&(this.connecting=!0,this.normalClosed=!1,this.logger.info(`reconnect signal ${this.name}`),this._ws.reconnect(),!0)}destroy(){this.close(),this._ws=null,this.pollingClient.destroy()}get connected(){return!!this.pollingClient.connected||this._connected}get _connected(){return!!this._ws&&this._ws.readyState===N.OPEN}_setupPolling(e){e.onopen=e=>{e&&(this.serverVersion=e),this.logger.info(`${this.name} polling opened`),this.connecting=!1,this.onopen&&this.onopen()},e.onerror=e=>{this._connected||this.onerror&&this.onerror(e)},e.onclose=()=>{this._connected||this.onclose&&this.onclose()},e.onmessage=e=>{if(this.onmessage)for(let t of e)"signals"===t.action?this._onSignalBatch(t.data):this.onmessage(t,this.name)}}_onSignalBatch(e){if(this.onmessage)for(let t of e)t.action||(t.action="signal"),this.onmessage(t,this.name)}},Et=class{constructor(e,t,s,i){this.logger=e,this.config=t,this.mainAddr=s,this.backupAddr=i,this.mainWS=this._init(s),this.backupTimer=setTimeout((()=>{this.destroyed||(this.backupWS=this._init(i,"backup"))}),900),this._connected=!1,this.destroyed=!1,this.normalClosed=!1}_init(e,t){if(!e)return null;let s=new yt(this.logger,this.config,e,t);return s.onopen=()=>{this.normalClosed=!1,!this._connected&&this.onopen&&(this._connected=!0,this.onopen())},s.onmessage=e=>{this.onmessage&&this.onmessage(e,s.name)},s.onclose=()=>{this._connected&&!this.connected&&this.onclose&&(this._connected=!1,this.onclose())},s.onerror=e=>{this.onerror&&this.onerror(e)},s}sendSignalBatch(e,t,s){if(s){const i=this._getWSByName(s);i&&i.sendSignalBatch(e,t)}else this.mainConnected?this.mainWS.sendSignalBatch(e,t):this.backupConnected&&this.backupWS.sendSignalBatch(e,t)}sendSignal(e,t,s){this.sendSignalBatch(e,[t],s)}sendReject(e,t,s,i){if(i){const r=this._getWSByName(i);if(r)return void r.sendReject(e,t,s)}this.mainConnected?this.mainWS.sendReject(e,t,s):this.backupConnected?this.backupWS.sendReject(e,t,s):this.logger.warn("no signal available, send reject failed")}sendDebug(e,t,s){this.mainConnected&&this.mainWS.sendDebug(e,t,s)}close(){this.mainWS&&this.mainWS.close(),this.backupWS?this.backupWS.close():this.backupTimer&&clearTimeout(this.backupTimer),this.normalClosed=!0}_getWSByName(e){return this.mainWS&&this.mainWS.name===e?this.mainWS:this.backupWS&&this.backupWS.name===e?this.backupWS:null}reconnect(e){let t=!1;return this.mainWS&&"backup"!==e&&this.mainWS.reconnect()&&(t=!0),this.backupWS&&"main"!==e&&this.backupWS.reconnect()&&(t=!0),t}destroy(){this.close(),clearTimeout(this.backupTimer),this.mainWS=null,this.backupWS=null,this.destroyed=!0}get connected(){return this.mainConnected||this.backupConnected}get mainConnected(){return this.mainWS&&this.mainWS.connected}get backupConnected(){return this.backupWS&&this.backupWS.connected}get connecting(){let e=!1;return this.mainWS&&this.mainWS.connecting&&(e=!0),this.backupWS&&this.backupWS.connecting&&(e=!0),e}};const St=function(e,t,s=40){var i=null,r=!1,n=s;return function(s=!1){if(s)return clearTimeout(i),void(r=!1);r||(r=!0,i=setTimeout((function(){e.call(t,n),r=!1,i=null}),1e3*n),n*=1.1)}};class Tt{constructor(e,t,s=10){this.engine=e,this.config=t,this.trickle=t.trickleICE,this.poolSize=s,this.pool=[],t.ICEPreflight&&this.reset(),this.trickle=!1}reset(){this.destroy();for(let e=0;e<this.poolSize;e++)this.pool.push(this._createPeer())}_createPeer(){return new ee(this.engine,void 0,void 0,!0,this.config,{trickle:this.trickle})}get available(){return 0!==this.pool.length&&this.pool[0].signalMsgs.length>0}getPeer(){if(0===this.pool.length)return this._createPeer();const e=this.pool.shift();return this.pool.length<5&&this.pool.push(this._createPeer()),e}destroy(){for(let e of this.pool)e.destroy(!0);this.pool=[]}}const _t=class{static CHARSET="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";static BITS_PER_BYTE=8;static BITS_PER_BASE64_CHAR=6;static decode(e){let t=0,s=0,i="";for(const r of e){if("="===r)break;const e=this.CHARSET.indexOf(r);for(t=t<<this.BITS_PER_BASE64_CHAR|e,s+=this.BITS_PER_BASE64_CHAR;s>=this.BITS_PER_BYTE;){s-=this.BITS_PER_BYTE;i+=(t>>s&(1<<this.BITS_PER_BYTE)-1).toString(16).padStart(2,"0").toUpperCase()}}let r="";for(let e=0;e<i.length;e++)r+=i[e],e%2==1&&e!==i.length-1&&(r+=":");return r}},bt="typ host",Lt="generation 0",Rt="network-cost",At="rport",Pt="0.0.0.0",wt={V:"v=",O:"o=",S:"s=",C:"c=",A:"a=",M:"m=",T:"t="},It={U:"ice-ufrag:",P:"ice-pwd:",F:"fingerprint:",C:"candidate:",S:"sctp-port:",M:"max-message-size:"},Dt={1:"sha-1",2:"sha-224",3:"sha-256",4:"sha-384",5:"sha-512",6:"md5",7:"md2",8:"token"},Ct={P:`${bt} ${Lt} ${Rt} 999`,W:`${At} 0 ${Lt} ${Rt} 999`,H:bt,S:"typ srflx",R:At,A:"raddr",V:Pt,F:"ufrag",G:`${At} 0 ${Lt}`,N:Rt,E:"network-id",C:"tcptype active",Q:`${Lt}`,U:"udp",T:"tcp"},kt={P:"application",U:"UDP/DTLS/SCTP",S:"DTLS/SCTP",D:"webrtc-datachannel"},Mt={4:"IP4",6:"IP6"},xt={0:Pt},Ot=e=>(e.startsWith("C")&&(e="candidate:"+e.slice(1)),e.split(" ").map((e=>(e in Ct&&(e=Ct[e]),e))).join(" "));function Ft(e,t){let s=e.split("~"),i=[];s=s.map((e=>{let t=e.slice(0,1),s=e.slice(1);if(t in wt&&(t=wt[t]),"a="===t){let e=s.slice(0,1);const t=s.slice(1);e in It&&(e=It[e],s=e+t)}return t+s})),i.push("v=0"),i.push("s=-"),i.push("t=0 0"),i.push("a=msid-semantic: WMS");let r=0;s.forEach((e=>{if(e.startsWith("o=")){let t=e.slice(2).split(" "),s=[];s.push("-");const r=t.shift();if(r&&s.push(r),0===t.length)s.push("2 IN IP4 127.0.0.1");else{const e=t.shift();if(e&&s.push(e),0===t.length)s.push("IN IP4 127.0.0.1");else{s.push("IN");const e=t.shift();e&&s.push(e);const i=t.shift();i&&s.push(i)}}i.splice(1,0,`o=${s.join(" ")}`)}else{if(e.startsWith("m="))return e=function(e){return e.replace(Nt,(e=>kt[e]))}(e),i.push(e),i.push("a=setup:"+(t?"actpass":"active")),i.push(`a=mid:${r}`),void r++;if(e.startsWith("a=candidate:"))return e=Ot(e),void i.push(e);if(e.startsWith("a=fingerprint:")){let[t,s]=e.slice(14).split(" ");return t in Dt&&(t=Dt[t]),s=_t.decode(s),void i.push(`a=fingerprint:${t} ${s}`)}if(e.startsWith("c=")){let[t,s]=e.slice(2).split(" ");return t in Mt&&(t=Mt[t]),s in xt&&(s=xt[s]),void i.push(`c=IN ${t} ${s}`)}"I"!==e?"Z"!==e?"B"!==e?i.push(e):i.push("a=sendrecv"):i.push("a=ice-options:ice2,trickle"):i.push("a=ice-options:trickle")}}));const n=i.length-1;return i.splice(n,0,`a=group:BUNDLE ${Array.from(Array(r).keys()).join(" ")}`),i.join("\r\n")}const Nt=new RegExp(Object.keys(kt).join("|"),"g");class $t extends(n()){constructor(e,t,s,i){super(),this.engine=e,this.logger=e.logger,this.config=i,this.connected=!1,this.scheduler=s,this.sequential=this.scheduler.sequential,this.DCMap=new Map,this.failedDCMap=new Map,this.notFoundDCSet=new Set;const r=J().isMobile();this.peerPool=new Tt(e,i,15),this.signalerWs=null,this.fetcher=t,this.peers=[],this.requestPeersQueue=[],this.minConns=8,this.stuns=[],this.requestMorePeers=St(this._requestMorePeers,this,p(35,45)),this.maxConns=r?15:22,this.maxConnsActive=r?10:13,this.peersIncrement=0,this.gotPeersFromTracker=!1,this.requestPeersWaitCount=0,this.fuseRate=-1,this.overloaded=!1}get totalConns(){return this.scheduler.peersNum}resumeP2P(){if(!this.fetcher)return;const{engine:t,config:s,fetcher:i}=this,{btAnnounce:r,btAnnouncePreflight:n}=i,{wsSignalerAddr:a,wifiOnly:o,geoIpPreflight:l}=s;(l?n:r).call(i).then((e=>{const{scheduler:s}=this;if(!s)return;t.peerId=this.peerId=e.id,e.min_conns&&(this.minConns=e.min_conns),s.minConns=this.minConns;const r=e.peers||[];s.notifyPeersLoaded(r.length),t.netType=i.announceInfo.netType,(e.wifi_only||o)&&t.isMobileNet&&(s.downloadOnly=!0,this.logger.info("downloadOnly mode"));const n=a.main;let l=a.backup;e.signal&&!e.signal2&&(l=void 0),this.signalerWs=this._initSignalerWs(e.signal||n,e.signal2||l,e.token,e.token2),0===r.length?this.requestMorePeers():this.peers=this._filterPeers(r),t.emitEvent("peerId",this.peerId),e.stun&&e.stun.length>0&&(this.stuns=e.stun),e.debug&&(this.logger.enableDebug(),e.log_url&&(this.logUploader=new B(e.log_url,this.fetcher.key||location.hostname,this.peerId,"2.16.10"),this.logger.setUploader(this.logUploader))),t.onTrackerResume&&t.onTrackerResume(e),e.fuse_rate&&(this.maxConnsActive=this.fuseRate=e.fuse_rate,this.maxConns=this.maxConnsActive+(J().isMobile()?3:7)),e.overload&&(this.overloaded=!0,this.logger.warn("server overloaded, degrade signaling")),this.logger.info(`announce request response ${JSON.stringify(e,null,2)}`)})).catch((s=>{if(this.scheduler&&("TRACKER_EXPT"===s.code&&t.emitEvent(e.EXCEPTION,s),this.scheduler.notifyPeersLoaded(0),s.retry)){const e=p(15e3,4e4);this.logger.warn(`announce retry after ${e}ms`),this.announceTimer=setTimeout((()=>{this.resumeP2P()}),e)}}))}stopP2P(){this.fetcher.postStatsWithBeacon(),this.fetcher.destroy(),this.fetcher=null,this.requestMorePeers(!0),this.scheduler.destroy(),this.scheduler=null,this.signalerWs&&(this.signalerWs.destroy(),this.signalerWs=null),this.peers=[];for(let e of this.DCMap.values())e.destroy(!0);this.DCMap.clear(),this.peerPool.destroy(),this.peerPool=null,this.failedDCMap.clear(),this.notFoundDCSet.clear(),this.logUploader&&(this.logUploader.destroy(),this.logUploader=null),this.logger.warn("tracker stop p2p")}destroy(){this.stopP2P(),this.removeAllListeners(),clearTimeout(this.announceTimer),clearTimeout(this.requestPeersTimer);const{config:e}=this;e.getStats=e.getPeerId=e.getPeersInfo=null,this.logger.warn("destroy tracker")}isPeerConnectedOrFailed(e){return!e||(this.DCMap.has(e)||this.failedDCMap.has(e)||e===this.peerId)}_filterPeers(e){const t=[];return e.filter((e=>!this.isPeerConnectedOrFailed(e.id))).forEach((e=>{t.push({id:e.id,intermediator:e.intermediator})})),t}_tryConnectToAllPeers(){const{logger:e}=this;if(0!==this.peers.length)for(this._checkDCMap(),e.info(`try connect to ${this.peers.length} peers, map size ${this.DCMap.size} limit ${this.maxConnsActive} peersNum ${this.scheduler.peersNum}`);this.peers.length>0&&!(this.DCMap.size>=this.maxConnsActive);){let t=this.peers.shift();if(this.isPeerConnectedOrFailed(t.id))continue;const s=t.intermediator;this.signalerWs.connected||s&&this.DCMap.has(s)?(e.debug(`create DataChannel ${t.id} intermediator ${s}`),this._createDatachannel(t.id,!0,s)):e.info(`skip peer ${t.id} without intermediator`)}else e.info("no peers after filter")}_handleSendSignal(e,t){const s=e.remotePeerId;if(e.intermediator){const i=this.DCMap.get(e.intermediator);if(i){let r=!0;for(let e of t)i.sendMsgSignal(s,this.peerId,e)||(r=!1);if(r)return;this.logger.warn(`intermediator ${e.intermediator} relay failed`)}}e.intermediator=void 0,this.signalerWs.sendSignalBatch(s,t,e.signalName)}_setupDC(t){t.on(e.DC_SIGNAL,(e=>{this._handleSendSignal(t,[e])})).on(e.DC_SIGNAL_BATCH,(e=>{this._handleSendSignal(t,e)})).on(e.DC_PEER_SIGNAL,(e=>{const s=e.to_peer_id||e.to,i=e.from_peer_id||e.from,r=e.action;if(s&&i&&r)if(s!==this.peerId){this.logger.info(`relay signal for ${i}`);const n=this.DCMap.get(s);if(n){if("signal"!==r)return void n.sendMsgSignalReject(s,i,e.reason,e.fatal);if(n.sendMsgSignal(s,i,e.data))return}t.sendMsgSignal(i,s)}else"signal"===r?this._handleSignalMsg(i,e,t.remotePeerId):this._handSignalRejected(i,e)})).on(e.DC_GET_PEERS,(()=>{const e=g(),s=this.scheduler.getPeers().filter((e=>e.peersConnected<(e.mobileWeb?15:22)&&!e.super));if(s&&s.length>0){const i=[];s.forEach((s=>{if(s.remotePeerId===t.remotePeerId||s.remotePeerId===this.peerId)return;if(!this.config.live&&(s.currentPos-t.currentPos>600||s.currentPos<t.currentPos))return;e-s.timeJoin>50&&i.push({id:s.remotePeerId,...s.region})})),this.logger.info(`send ${i.length} peers to ${t.remotePeerId}`),t.sendPeers(i)}})).on(e.DC_PEERS,(e=>{const s=e.peers;this.logger.info(`receive ${s.length} peers from ${t.remotePeerId}`),s&&s.length>0&&(s.forEach((e=>{e.intermediator=t.remotePeerId,e.region||(e.region={})})),this.requestPeersQueue.push(...s)),this.requestPeersWaitCount--,this.requestPeersWaitCount<=0&&this._handleRequestedPeers()})).once(e.DC_ERROR,((e,s)=>{this.logger.warn(`datachannel ${t.channelId} failed fatal ${e} ${s}`),this.scheduler&&(this.scheduler.deletePeer(t),this._destroyAndDeletePeer(t.remotePeerId,e),this.fetcher&&(t.connected||e&&this.fetcher.increFailConns(),e&&this.failedDCMap.set(t.remotePeerId,`DC_FAILED ${s}`),this._doSignalFusing(this.scheduler.peersNum),this._doPeersRequest()))})).once(e.DC_TIMEOUT,(({gotSignal:e,sentSignal:s,data:i})=>{const{logger:r}=this,{remotePeerId:n,useBackupSignal:a,isInitiator:o}=t;if(s&&e&&o&&(this.failedDCMap.set(n,"DC_TIMEOUT"),this.fetcher&&this.fetcher.increFailConns()),!e&&o&&!a&&this._tryBackupSignal(t,n,i))return t._startTimer(),void r.warn(`${n} conn timeout, try backup signal`);this._destroyAndDeletePeer(n,!1),this._doPeersRequest()})).once(e.DC_CLOSE,(e=>{this.logger.info(`datachannel ${t.channelId} closed fatal ${e}`),this.scheduler&&(this.scheduler.deletePeer(t),this._doSignalFusing(this.scheduler.peersNum)),this._destroyAndDeletePeer(t.remotePeerId,e),e&&this.failedDCMap.set(t.remotePeerId,"DC_CLOSE"),this._doPeersRequest()})).once(e.DC_OPEN,(()=>{t.isInitiator&&this.scheduler.handshakePeer(t)})).once(e.DC_METADATA,(e=>{const{scheduler:s}=this;t.isInitiator||s.handshakePeer(t),s.handleMetaData(t,e);const i=this.DCMap.size>=this.maxConnsActive;this.requestMorePeers(i),t.intermediator&&this.peersIncrement++,this._doSignalFusing(s.peersNum)}))}_doPeersRequest(){const e=this.scheduler.peersNum;!this.signalerWs.connected||this.overloaded&&e>this.minConns?this._requestPeersFromPeers(e):this.requestMorePeers(),this._tryConnectToAllPeers()}_doSignalFusing(e){if(this.fuseRate<=0)return;const t=this.signalerWs.connected;t&&e>=this.fuseRate?(this.logger.warn("reach fuseRate, close signaler"),this.totalConns>0&&this.fetcher.postStats(!0),this.signalerWs.close()):!t&&e<=this.minConns&&!this.signalerWs.connecting&&this.signalerWs.reconnect()&&(this.logger.warn(`low conns ${e}, reconnect signaler`),this.fetcher.postStats(!0))}_initSignalerWs(t,s,i,r){const n=(e,t)=>{let s=`${e}?id=${this.peerId}&p=web&v=2.16.10&b=1`;return this.config.signalCompact&&(s=`${s}&c=1`),t&&(s=`${s}&token=${t}`),s};let a,o=n(t,i);if(s&&s!==t){let e=n(s,r);a=new Et(this.logger,this.config,o,e)}else a=new yt(this.logger,this.config,o);return a.onopen=()=>{this.connected=!0,this._tryConnectToAllPeers()},a.onmessage=(e,t)=>{let s=e.action;const i=e.from_peer_id||e.from;if(i)switch(s){case"signal":this._handleSignalMsg(i,e,null,t);break;case"reject":this._handSignalRejected(i,e);break;default:this.logger.warn(`Signal websocket unknown action ${s}`)}else this.logger.warn("fromPeerId is missed")},a.onclose=()=>{this.connected=!1},a.onerror=t=>{t.message&&this.logger.warn(`signal err: ${t.message}`),t.message&&this.engine.emitEvent(e.EXCEPTION,Ne(t,"SIGNAL_EXPT"))},a}_handSignalRejected(e,t){const s=`signaling ${e} rejected`;this.logger.warn(`${s}, reason ${t.reason}`);const i=this.DCMap.get(e);i&&!i.connected&&(i.destroy(t.fatal),this.DCMap.delete(e)),this.requestMorePeers(),t.fatal&&this.failedDCMap.set(e,s),this._tryConnectToAllPeers()}_tryBackupSignal(e,t,s,i="main"){return!(!(this.signalerWs.backupConnected&&e&&s.length>0&&"main"===i)||e.useBackupSignal)&&(e.useBackupSignal=!0,e.signalName="backup",e.intermediator=void 0,this.signalerWs.sendSignalBatch(t,s,"backup"),!0)}_handleSignalMsg(e,t,s,i){if(!this.scheduler)return;const{logger:r}=this;if(t.data){if(this.failedDCMap.has(e))return void this._sendSignalReject(e,`${e} ${this.failedDCMap.get(e)||"unknown"}`,s,i,!0);this._handleSignal(e,t.data,s,i)}else{const t=this.DCMap.get(e);if(!t)return;if(this._tryBackupSignal(t,e,t.signalMsgs,i))return void this.logger.warn(`${e} not found from main, try backup signal`);if(t.useBackupSignal)return;this._destroyAndDeletePeer(e),r.info(`signaling ${e} not found`);const{scheduler:n}=this;n.waitForPeer&&(n.waitingPeers--,0===n.waitingPeers&&n.notifyPeersLoaded(0)),this.requestMorePeers(),this._tryConnectToAllPeers(),s||this.notFoundDCSet.add(e)}}_handleSignal(e,t,s,i){let r=t;"string"==typeof r?r=(e=>{if("C"===e[0])return{type:"candidate",candidate:{candidate:Ot(e),sdpMLineIndex:0,sdpMid:"0"}};const t=e.slice(1),s="O"===e[0];return{type:s?"offer":"answer",sdp:Ft(t,s)}})(r):t=void 0;const n=r.type,{logger:a}=this;let o=this.DCMap.get(e);if(o){if(o.connected)return void a.info("datachannel had connected, signal ignored");if("offer"===n&&o.isInitiator){if(!(this.peerId>e))return void a.warn(`${e} signal type wrong ${n}, ignored`);a.warn(`${e} signal type wrong ${n}, convert to non initiator`),this._destroyAndDeletePeer(e,!1),o=this._createDatachannel(e,!1,s)}}else{if("answer"===n){const t=`${e} type wrong ${n}`;return a.warn(t),this._sendSignalReject(e,t,s,i),void this._destroyAndDeletePeer(e,!1)}if(a.debug(`receive node ${e} connection request`),this.DCMap.size>=this.maxConns){const t=`reach limit ${this.maxConns}`;return a.warn(t),void this._sendSignalReject(e,t,s,i,!0)}o=this._createDatachannel(e,!1,s)}o&&(i&&(o.signalName=i),o.receiveSignal(r,t))}_createDatachannel(e,t,s){if(!this.fetcher)return;let i;if(t&&this.peerPool.available)i=this.peerPool.getPeer(),this.logger.info(`get peer from pool, signal size ${i.signalMsgs.length}`),i.intermediator=s,i.assignPeerId(this.peerId,e);else{let r=this.config.trickleICE;this.overloaded&&(r=!1),i=new ee(this.engine,this.peerId,e,t,this.config,{stuns:this.stuns,intermediator:s,trickle:!s&&r})}return this.DCMap.set(e,i),this._setupDC(i),i}_sendSignalReject(e,t,s,i,r){if(s){const i=this.DCMap.get(s);if(i&&i.sendMsgSignalReject(e,this.peerId,t,r))return}this.signalerWs.sendReject(e,t,r,i)}_requestMorePeers(e){if(!this.fetcher)return;const{logger:t}=this,s=this.scheduler.peersNum;s>=this.maxConnsActive||(t.info(`requestMorePeers after delay ${e}, peersIncrement ${this.peersIncrement}`),s<3||s<this.minConns&&this.peersIncrement<=3&&!this.gotPeersFromTracker?this._requestPeersFromServer(s):this._requestPeersFromPeers(s)||this._requestPeersFromServer(s),this.peersIncrement=0)}_requestPeersFromServer(e){const{logger:t}=this;this.failedDCMap.size>50&&(this.failedDCMap=new Map([...this.failedDCMap].slice(-50))),this.notFoundDCSet.size>20&&(this.notFoundDCSet=new Set([...this.notFoundDCSet].slice(-20))),this.fetcher.btGetPeers([...this.DCMap.keys(),...this.failedDCMap.keys(),...this.notFoundDCSet.keys()],0===e).then((e=>{e&&e.peers&&(t.info(`requestMorePeers resp ${JSON.stringify(e,null,2)}`),this.peers=this._filterPeers(e.peers),this._tryConnectToAllPeers())})).catch((e=>{t.error(`requestMorePeers error ${e}`)})),this.gotPeersFromTracker=!0}_requestPeersFromPeers(e){return!!this.requestPeersTimer||(e>=this.maxConnsActive||(this.requestPeersWaitCount=this.scheduler.requestPeers(),0!==this.requestPeersWaitCount&&(this.gotPeersFromTracker=!1,this.requestPeersTimer=setTimeout((()=>{this.logger.warn("requestPeersTimer timeout"),this._handleRequestedPeers()}),1e4),!0)))}_handleRequestedPeers(){if(clearTimeout(this.requestPeersTimer),this.requestPeersTimer=void 0,this.fetcher){if(this.requestPeersQueue.length>0){const e=function(e,t){const s=[],i=new Set;for(let t of e)i.has(t.id)||(i.add(t.id),s.push(t));const{asn:r,country:n}=t;if(!r||!n||s.length<2)return s;const a=s.filter((e=>!e.asn&&!e.country)),o=s.filter((e=>e.country===n&&e.asn!==r)),l=s.filter((e=>e.asn===r&&e.country===n)),h=s.filter((e=>!a.includes(e)&&!l.includes(e)&&!o.includes(e)));return l.concat(o).concat(a).concat(h)}(this.requestPeersQueue,this.fetcher.announceInfo);this.peers=this._filterPeers(e),this.requestPeersQueue=[]}this._tryConnectToAllPeers()}}_destroyAndDeletePeer(e,t=!0){const s=this.DCMap.get(e);return!!s&&(s.destroy(t),this.DCMap.delete(e),!0)}_checkDCMap(){const e=g();for(let t of this.DCMap.values()){const s=e-t.timeJoin;e-t.timeJoin>30&&!t.connected&&(this.logger.warn(`delete ${t.remotePeerId} not connected for ${s} in DCMap`),this._destroyAndDeletePeer(t.remotePeerId,!1))}}}const Bt=$t;class Ut extends re{constructor(e={},t=null){if(super(e),e.validateSegment||(e.validateSegment=function(e,t){return!0}),this.hlsjs=t,this.config=Object.assign({useDiskCache:!e.live},fe,e),t){this.HLSEvents=t.constructor.Events;const e=t.constructor.version;this.hlsjsVersion=e,this.config.isHlsV0=e&&"0"===e.split(".")[0]}this.lastLevel=0,this.multiBitrate=!1}setup(){let{token:e,channelId:t}=this.config,s=e=>{const t=l().parseURL(e);return`${t.netLoc.substring(2)+t.path.substring(0,t.path.lastIndexOf("."))}`};t&&(s=this.makeChannelId(e,t));return{channelIdMaker:s,signalId:this.makeSignalId(),browserInfo:{...this.commonBrowserInfo}}}setupElectron(){this.browserInfo.device===Q.device.PC_NATIVE&&(this.browserInfo={...this.browserInfo,app:this.config.appName,bundle:this.config.appId})}getExtraForStats(){const e=super.getExtraForStats();return!this.config.live&&this.media&&(e.pos=Math.round(this.media.currentTime)),this.multiBitrate&&this.currentLevel!==this.lastLevel&&(e.level=this.currentLevel+"",this.lastLevel=this.currentLevel),e}getExtraForPeersRequest(){const e=super.getExtraForPeersRequest();return this.multiBitrate&&(e.level=this.currentLevel+""),e}destroy(){super.destroy()}async initSegmentManager(e){const{logger:s,config:i}=this;if(self.indexedDB&&i.useDiskCache&&!i.live){const e=new De(this,i);try{await e.setupStore(),this.bufMgr=e}catch(e){s.warn(e),this.bufMgr=new Me(this,i)}}else this.bufMgr=new Me(this,i);if(this.bufMgr.maxBufSize<=0)throw new Error("bufMgr state is invalid");"SegmentStore"===this.bufMgr.name&&(this.removeAllListeners(t.BM_FATAL_ERROR),this.once(t.BM_FATAL_ERROR,(()=>{s.warn("SegmentStoreFatalError, switch to SegmentCache"),this.bufMgr.destroy(),this.bufMgr=new Me(this,i),e&&e(this.bufMgr)})))}generateTag(){let e=(0,Q.getBrowser)();return e.includes("iPhone")&&"HlsSwP2pEngine"===this.engineName&&(e=`${e}_p`),this.playerName&&(e=`${e}_${this.playerName}`),e}async _init(e,t,s){const{logger:i,config:r}=this;if(!re.isSupported())throw new Error("webrtc is not supported");await this.initSegmentManager((e=>{if(this.tracker){const{scheduler:t}=this.tracker;t.bufferManager=e,t.bitset.clear()}})),s.live||this.media&&(s.pos=Math.round(this.media.currentTime)),s.tag=void 0===r.tag?this.generateTag():r.tag;let n=new ct(this,r.token,encodeURIComponent(e),r.announce||"",s);this.fetcher=n,this.tracker=new Bt(this,n,t,r),t.bufferManager=this.bufMgr,this.setupWindowListeners()}_setupSegmentId(){this.config.segmentId||(this.config.segmentId=this.config.strictSegmentId?de:he)}_onHlsError(e,s){if(!s||!this.hlsjs)return;const{logger:i,tracker:r,config:n}=this;if(!i)return;const a=`${s.type} fatal ${s.fatal} details ${s.details} reason ${s.reason}`;if(s.fatal?i.error(a):i.warn(a),"networkError"===s.type&&"HlsjsP2pEngine"===this.engineName)return;const{player:o}=this.browserInfo,l=`${o||""} hlsjs ${this.hlsjsVersion} ${location.href}`,h=this.hlsjs.constructor.ErrorDetails;switch(s.details){case h.BUFFER_STALLED_ERROR:if("HlsjsP2pEngine"===this.engineName&&this.fetcher&&this.fetcher.increRebuffers(),r&&r.scheduler){const e=r.scheduler;i.warn(`buffered: ${1e3*e.getBufferedDuration()} fragLoading ${e.fragLoading} isCritical ${e.isCritical()}`)}break;case h.INTERNAL_EXCEPTION:if(s.event&&"demuxerWorker"!==s.event){s.error||(s.error={});const e=`${s.error.message} event ${s.event} ${l}`;i.error(`INTERNAL_EXCEPTION event ${s.event} err ${s.error.message}`),this.emitEvent(t.EXCEPTION,Ne(s.error,"HLSJS_EXPT")),i.report(e,s.event,this.peerId,"2.16.10")}break;default:const e=s.details===h.FRAG_PARSING_ERROR;if(s.fatal||e){"mediaError"===s.type&&r&&r.scheduler&&r.scheduler.disconnectLoadingPeer(void 0,this.peerId).then((e=>{e&&r.scheduler.clearCache()}));const e=`${s.type} ${s.details} ${s.err||""} ${l}`;i.report(e,s.details,this.peerId,"2.16.10")}}}}class Gt{constructor(){this.method=null,this.key=null,this.iv=null,this._uri=null}get uri(){return!this._uri&&this.reluri&&(this._uri=o.buildAbsoluteURL(this.baseuri,this.reluri,{alwaysNormalize:!0})),this._uri}}class Ht{constructor(){this._url=null,this._byteRange=null,this._decryptdata=null,this.tagList=[],this.programDateTime=null,this.rawProgramDateTime=null,this._elementaryStreams={[Ht.ElementaryStreamTypes.AUDIO]:!1,[Ht.ElementaryStreamTypes.VIDEO]:!1}}static get ElementaryStreamTypes(){return{AUDIO:"audio",VIDEO:"video"}}get url(){return!this._url&&this.relurl&&(this._url=o.buildAbsoluteURL(this.baseurl,this.relurl,{alwaysNormalize:!0})),this._url}set url(e){this._url=e}get byteRange(){if(!this._byteRange&&!this.rawByteRange)return[];if(this._byteRange)return this._byteRange;let e=[];if(this.rawByteRange){const t=this.rawByteRange.split("@",2);if(1===t.length){const t=this.lastByteRangeEndOffset;e[0]=t||0}else e[0]=parseInt(t[1]);e[1]=parseInt(t[0])+e[0],this._byteRange=e}return e}get byteRangeStartOffset(){return this.byteRange[0]}get byteRangeEndOffset(){return this.byteRange[1]}get decryptdata(){return this._decryptdata||(this._decryptdata=this.fragmentDecryptdataFromLevelkey(this.levelkey,this.sn)),this._decryptdata}get endProgramDateTime(){if(!Number.isFinite(this.programDateTime))return null;let e=Number.isFinite(this.duration)?this.duration:0;return this.programDateTime+1e3*e}get encrypted(){return!(!this.decryptdata||null===this.decryptdata.uri||null!==this.decryptdata.key)}addElementaryStream(e){this._elementaryStreams[e]=!0}hasElementaryStream(e){return!0===this._elementaryStreams[e]}createInitializationVector(e){let t=new Uint8Array(16);for(let s=12;s<16;s++)t[s]=e>>8*(15-s)&255;return t}fragmentDecryptdataFromLevelkey(e,t){let s=e;return e&&e.method&&e.uri&&!e.iv&&(s=new Gt,s.method=e.method,s.baseuri=e.baseuri,s.reluri=e.reluri,s.iv=this.createInitializationVector(t)),s}}class Vt{constructor(e){this.endCC=0,this.endSN=0,this.fragments=[],this.initSegment=null,this.live=!0,this.needSidxRanges=!1,this.startCC=0,this.startSN=0,this.startTimeOffset=null,this.targetduration=0,this.totalduration=0,this.type=null,this.url=e,this.version=null}get hasProgramDateTime(){return!(!this.fragments[0]||!Number.isFinite(this.fragments[0].programDateTime))}}const Wt=/^(\d+)x(\d+)$/,qt=/\s*(.+?)\s*=((?:\".*?\")|.*?)(?:,|$)/g;class jt{constructor(e){"string"==typeof e&&(e=jt.parseAttrList(e));for(let t in e)e.hasOwnProperty(t)&&(this[t]=e[t])}decimalInteger(e){const t=parseInt(this[e],10);return t>Number.MAX_SAFE_INTEGER?1/0:t}hexadecimalInteger(e){if(this[e]){let t=(this[e]||"0x").slice(2);t=(1&t.length?"0":"")+t;const s=new Uint8Array(t.length/2);for(let e=0;e<t.length/2;e++)s[e]=parseInt(t.slice(2*e,2*e+2),16);return s}return null}hexadecimalIntegerAsNumber(e){const t=parseInt(this[e],16);return t>Number.MAX_SAFE_INTEGER?1/0:t}decimalFloatingPoint(e){return parseFloat(this[e])}enumeratedString(e){return this[e]}decimalResolution(e){const t=Wt.exec(this[e]);if(null!==t)return{width:parseInt(t[1],10),height:parseInt(t[2],10)}}static parseAttrList(e){let t,s={};for(qt.lastIndex=0;null!==(t=qt.exec(e));){let e=t[2],i='"';0===e.indexOf(i)&&e.lastIndexOf(i)===e.length-1&&(e=e.slice(1,-1)),s[t[1]]=e}return s}}const zt=jt,Kt={audio:{a3ds:!0,"ac-3":!0,"ac-4":!0,alac:!0,alaw:!0,dra1:!0,"dts+":!0,"dts-":!0,dtsc:!0,dtse:!0,dtsh:!0,"ec-3":!0,enca:!0,g719:!0,g726:!0,m4ae:!0,mha1:!0,mha2:!0,mhm1:!0,mhm2:!0,mlpa:!0,mp4a:!0,"raw ":!0,Opus:!0,samr:!0,sawb:!0,sawp:!0,sevc:!0,sqcp:!0,ssmv:!0,twos:!0,ulaw:!0},video:{avc1:!0,avc2:!0,avc3:!0,avc4:!0,avcp:!0,drac:!0,dvav:!0,dvhe:!0,encv:!0,hev1:!0,hvc1:!0,mjp2:!0,mp4v:!0,mvc1:!0,mvc2:!0,mvc3:!0,mvc4:!0,resv:!0,rv60:!0,s263:!0,svc1:!0,svc2:!0,"vc-1":!0,vp08:!0,vp09:!0}};const Yt=/#EXT-X-STREAM-INF:([^\n\r]*)[\r\n]+([^\r\n]+)/g,Xt=/#EXT-X-MEDIA:(.*)/g,Qt=new RegExp([/#EXTINF:\s*(\d*(?:\.\d+)?)(?:,(.*)\s+)?/.source,/|(?!#)([\S+ ?]+)/.source,/|#EXT-X-BYTERANGE:*(.+)/.source,/|#EXT-X-PROGRAM-DATE-TIME:(.+)/.source,/|#.*/.source].join(""),"g"),Jt=/(?:(?:#(EXTM3U))|(?:#EXT-X-(PLAYLIST-TYPE):(.+))|(?:#EXT-X-(MEDIA-SEQUENCE): *(\d+))|(?:#EXT-X-(TARGETDURATION): *(\d+))|(?:#EXT-X-(KEY):(.+))|(?:#EXT-X-(START):(.+))|(?:#EXT-X-(ENDLIST))|(?:#EXT-X-(DISCONTINUITY-SEQ)UENCE:(\d+))|(?:#EXT-X-(DIS)CONTINUITY))|(?:#EXT-X-(VERSION):(\d+))|(?:#EXT-X-(MAP):(.+))|(?:(#)([^:]*):(.*))|(?:(#)(.*))(?:.*)\r?\n?/,Zt=/\.(mp4|m4s|m4v|m4a)$/i;class es{static findGroup(e,t){if(!e)return null;let s=null;for(let i=0;i<e.length;i++){const r=e[i];r.id===t&&(s=r)}return s}static convertAVC1ToAVCOTI(e){let t,s=e.split(".");return s.length>2?(t=s.shift()+".",t+=parseInt(s.shift()).toString(16),t+=("000"+parseInt(s.shift()).toString(16)).substr(-4)):t=e,t}static resolve(e,t){return o.buildAbsoluteURL(t,e,{alwaysNormalize:!0})}static parseMasterPlaylist(e,t){let s,i=[];function r(e,t){["video","audio"].forEach((s=>{const i=e.filter((e=>function(e,t){const s=Kt[t];return!!s&&!0===s[e.slice(0,4)]}(e,s)));if(i.length){const r=i.filter((e=>0===e.lastIndexOf("avc1",0)||0===e.lastIndexOf("mp4a",0)));t[`${s}Codec`]=r.length>0?r[0]:i[0],e=e.filter((e=>-1===i.indexOf(e)))}})),t.unknownCodecs=e}for(Yt.lastIndex=0;null!=(s=Yt.exec(e));){const e={},n=e.attrs=new zt(s[1]);e.url=es.resolve(s[2],t);const a=n.decimalResolution("RESOLUTION");a&&(e.width=a.width,e.height=a.height),e.bitrate=n.decimalInteger("AVERAGE-BANDWIDTH")||n.decimalInteger("BANDWIDTH"),e.name=n.NAME,r([].concat((n.CODECS||"").split(/[ ,]+/)),e),e.videoCodec&&-1!==e.videoCodec.indexOf("avc1")&&(e.videoCodec=es.convertAVC1ToAVCOTI(e.videoCodec)),i.push(e)}return i}static parseMasterPlaylistMedia(e,t,s,i=[]){let r,n=[],a=0;for(Xt.lastIndex=0;null!==(r=Xt.exec(e));){const e={},o=new zt(r[1]);if(o.TYPE===s){if(e.groupId=o["GROUP-ID"],e.name=o.NAME,e.type=s,e.default="YES"===o.DEFAULT,e.autoselect="YES"===o.AUTOSELECT,e.forced="YES"===o.FORCED,o.URI&&(e.url=es.resolve(o.URI,t)),e.lang=o.LANGUAGE,e.name||(e.name=e.lang),i.length){const t=es.findGroup(i,e.groupId);e.audioCodec=t?t.codec:i[0].codec}e.id=a++,n.push(e)}}return n}static parseLevelPlaylist(e,t){let s,i,r=0,n=0,a=new Vt(t),o=new Gt,l=0,h=null,d=new Ht,c=null;for(Qt.lastIndex=0;null!==(s=Qt.exec(e));){const e=s[1];if(e){d.duration=parseFloat(e);const t=(" "+s[2]).slice(1);d.title=t||null,d.tagList.push(t?["INF",e,t]:["INF",e])}else if(s[3]){if(Number.isFinite(d.duration)){const e=r++;d.start=n,d.levelkey=o,d.sn=e,d.cc=l,d.baseurl=t,d.relurl=(" "+s[3]).slice(1),ts(d,h),a.fragments.push(d),h=d,n+=d.duration,d=new Ht}}else if(s[4]){if(d.rawByteRange=(" "+s[4]).slice(1),h){const e=h.byteRangeEndOffset;e&&(d.lastByteRangeEndOffset=e)}}else if(s[5])d.rawProgramDateTime=(" "+s[5]).slice(1),d.tagList.push(["PROGRAM-DATE-TIME",d.rawProgramDateTime]),null===c&&(c=a.fragments.length);else{for(s=s[0].match(Jt),i=1;i<s.length&&void 0===s[i];i++);const e=(" "+s[i+1]).slice(1),n=(" "+s[i+2]).slice(1);switch(s[i]){case"#":d.tagList.push(n?[e,n]:[e]);break;case"PLAYLIST-TYPE":a.type=e.toUpperCase();break;case"MEDIA-SEQUENCE":r=a.startSN=parseInt(e);break;case"TARGETDURATION":a.targetduration=parseFloat(e);break;case"VERSION":a.version=parseInt(e);break;case"EXTM3U":break;case"ENDLIST":a.live=!1;break;case"DIS":l++,d.tagList.push(["DIS"]);break;case"DISCONTINUITY-SEQ":l=parseInt(e);break;case"KEY":var u=new zt(e),f=u.enumeratedString("METHOD"),g=u.URI,p=u.hexadecimalInteger("IV");f&&(o=new Gt,g&&["AES-128","SAMPLE-AES","SAMPLE-AES-CENC"].indexOf(f)>=0&&(o.method=f,o.baseuri=t,o.reluri=g,o.key=null,o.iv=p));break;case"START":let i=new zt(e).decimalFloatingPoint("TIME-OFFSET");Number.isFinite(i)&&(a.startTimeOffset=i);break;case"MAP":let h=new zt(e);d.relurl=h.URI,d.rawByteRange=h.BYTERANGE,d.baseurl=t,d.sn="initSegment",a.initSegment=d,d=new Ht,d.rawProgramDateTime=a.initSegment.rawProgramDateTime;break;default:console.warn(`line parsed but not handled: ${s}`)}}}return d=h,d&&!d.relurl&&(a.fragments.pop(),n-=d.duration),a.totalduration=n,a.averagetargetduration=n/a.fragments.length,a.endSN=r-1,a.startCC=a.fragments[0]?a.fragments[0].cc:0,a.endCC=l,!a.initSegment&&a.fragments.length&&a.fragments.every((e=>Zt.test(e.relurl)))&&(console.warn("MP4 fragments found but no init segment (probably no MAP, incomplete M3U8), trying to fetch SIDX"),d=new Ht,d.relurl=a.fragments[0].relurl,d.baseurl=t,d.level=id,d.sn="initSegment",a.initSegment=d,a.needSidxRanges=!0),c&&function(e,t){let s=e[t];for(let i=t-1;i>=0;i--){const t=e[i];t.programDateTime=s.programDateTime-1e3*t.duration,s=t}}(a.fragments,c),a}}function ts(e,t){e.rawProgramDateTime?e.programDateTime=Date.parse(e.rawProgramDateTime):t&&t.programDateTime&&(e.programDateTime=t.endProgramDateTime),Number.isFinite(e.programDateTime)||(e.programDateTime=null,e.rawProgramDateTime=null)}const ss={ANY:0,COMPLETE:1,PARTIAL_FORWARD:2,PARTIAL_REVERSE:3},is=(e,t,s,i,r=!1)=>{const[n,a,o]=rs(e,t,s,i);return r&&n.length>=1?w(n[0]):n.length>=2?[n[0],n[1]]:I(n,a,o)},rs=(e,t,s,i)=>{const r=[],{COMPLETE:n,PARTIAL_FORWARD:a,PARTIAL_REVERSE:o}=ss;return[n,a,o].forEach((n=>{r.push(ns(e,n,t,s,i))})),r},ns=(e,t,s,i,r)=>e.filter((e=>e.bitset.hasWithId(s,i,r,t)));class as{constructor(e=!1,t){this.isLive=e,this.levelMap=new Map;for(let e in t){const s=Number(e);if(s<0)continue;const i=new Map;if(t[e])for(let s of t[e])i.set(s,{state:ss.COMPLETE,segId:void 0,size:void 0});this.levelMap.set(s,i)}}totalLevels(){return this.levelMap.size}hasWithId(e,t,s,i=ss.ANY){if(t<0)return!1;const r=this._createOrGetSet(t).get(e);return!!r&&((!s||!r.segId||r.segId===s)&&(i===ss.ANY||r.state===i))}has(e,t,s=ss.ANY){return this.hasWithId(e,t,void 0,s)}hasCompleteOr(e,t,s=ss.COMPLETE){const i=this._createOrGetSet(t).get(e);return!!i&&(i.state===ss.COMPLETE||i.state===s)}getObj(e,t){let s=this._createOrGetSet(t).get(e);return s||(s={}),s}getSegId(e,t){return this.getObj(e,t).segId}getSize(e,t){return this.getObj(e,t).size}getState(e,t){return this.getObj(e,t).state}delete(e,t){return this._createOrGetSet(t).delete(e)}add(e,t,s,i,r){if("number"!=typeof(n=e)||n%1!=0)return;var n;this._createOrGetSet(t).set(e,{state:i,segId:s,size:r}),this.isLive&&this._trimBitset(e)}array(e){const t=this._createOrGetSet(e);return this._keysForStateComplete(t)}allArray(){let e={};return this.levelMap.forEach(((t,s)=>{e[s]=this._keysForStateComplete(t)})),e}clear(){this.levelMap.forEach((e=>{e.clear()}))}size(e){return this._createOrGetSet(e).size}_createOrGetSet(e){"number"!=typeof e&&(e=Number(e));let t=this.levelMap.get(e);return t||(t=new Map,this.levelMap.set(e,t)),t}_trimBitset(e){const t=e-20;t>0&&this.levelMap.forEach((e=>{e.delete(t)}))}_keysForStateComplete(e){const t=[];for(let[s,i]of e)i.state===ss.COMPLETE&&t.push(s);return t}}class os{constructor(){this.levelMap=new Map}totalLevels(){return this.levelMap.size}has(e,t){return this._createOrGetMap(t).has(e)}delete(e,t){return this._createOrGetMap(t).delete(e)}decre(e,t){const s=this._createOrGetMap(t);if(s.has(e)){let t=s.get(e);1===t?s.delete(e):s.set(e,t-1)}}incre(e,t){const s=this._createOrGetMap(t);if(s.has(e)){let t=s.get(e);s.set(e,t+1)}else s.set(e,1)}clear(){this.levelMap.forEach((e=>{e.clear()}))}size(e){return this._createOrGetMap(e).size}_createOrGetMap(e){"number"!=typeof e&&(e=Number(e));let t=this.levelMap.get(e);return t||(t=new Map,this.levelMap.set(e,t)),t}}const ls=class{constructor(){this.peerMap=new Map}isEmpty(){return 0===this.peerMap.size}size(){return this.peerMap.size}clear(){this.peerMap.clear()}getPeers(){return[...this.peerMap.values()]}getPeerValues(){return this.peerMap.values()}hasPeer(e){return this.peerMap.has(e)}addPeer(e,t){this.peerMap.set(e,t)}getPeerIds(){return[...this.peerMap.keys()]}removePeer(e){this.peerMap.delete(e)}getPeersOrderByWeight(){const e=this.getAvailablePeers();return e.sort(((e,t)=>0===t.weight?1:0===e.weight?-1:t.weight-e.weight)),e}getPeer(e){return this.peerMap.get(e)}getAvailablePeers(){return this.getPeers().filter((e=>e.isAvailableUrgently))}},hs=Symbol("shareOnly");class ds extends(n()){constructor(e,t){super(),this.engine=e,this.config=t,this.logger=e.logger,this.bufMgr=null,this.peerManager=new ls,this.fragLoading=!1,this._setupEngine&&this._setupEngine(),this.startCheckConnsTimer(),this.dcDownloadTimeout=t.dcDownloadTimeout,this[hs]=!1,this.downloadOnly=!1,this.loadedPeerNum=0,this.minConns=5}get isMobileNet(){return this.engine.isMobileNet}startCheckConnsTimer(){this.checkConnsTimer=setInterval((()=>{this.logger.info("start check conns");const e=this.getStatsForPeer();let t=this.peersNum;const s=g();this.getPeers().forEach((i=>{t>this.minConns+1&&(s-i.dataExchangeTs>120||s-i.gotStatsTs>=83)?(this.logger.warn(`close dead peer ${i.remotePeerId} level ${i.currentLevel}`),i.close(!1),t--):i.connected&&i.sendMsgStats(t,e)}))}),4e4)}get httpRangeSupported(){return this.config.httpRangeSupported}getStatsForPeer(){return{}}_handlePieceAborted(){}requestPeers(){const e=g();let t=0;for(let s of this.getPeers())s.mobileNet||s.super||(e-s.gotPeersTS<60?this.logger.warn(`${s.remotePeerId} just got peers, ignored`):(s.sendPeersRequest(),s.gotPeersTS=e,t++));return t}chokePeerRequest(t){const s={event:e.DC_CHOKE};t?t.sendJson(s):this._broadcastToPeers(s)}unchokePeerRequest(t){const s={event:e.DC_UNCHOKE};t?t.sendJson(s):this._broadcastToPeers(s)}stopRequestFromPeers(){for(let e of this.getPeers())e.choked=!0}resumeRequestFromPeers(){for(let e of this.getPeers())e.choked=!1}setShareOnly(){this[hs]=!0}deletePeer(e){e.downloading&&this._handlePieceAborted(e.remotePeerId),this.peerManager.hasPeer(e.remotePeerId)&&this.peerManager.removePeer(e.remotePeerId),this._peersStats(this.peerManager.getPeerIds())}getPeers(){return[...this.peerManager.getPeerValues()]}addPeer(e){const{logger:t}=this;this.peerManager.addPeer(e.remotePeerId,e),this[hs]&&(e.choked=!0);const s=this.peerManager.getPeerIds();this._peersStats(s);const{asn:i,country:r}=e.region||{};t.info(`add peer ${e.remotePeerId} country ${r||""} asn ${i||""}, now has ${s.length} peers`)}hasPeer(e){return this.peerManager.hasPeer(e)}get hasPeers(){return this.peersNum>0}get peersNum(){return this.peerManager.size()}get hasIdlePeers(){const{logger:e}=this,t=this.getIdlePeer().length;if(e.info(`peers: ${this.peersNum} idle peers: ${t}`),t<this.peersNum){const t=this.peerManager.getPeers(),s=t.filter((e=>e.downloading));e.warn(`downloading: ${s.length} choked: ${t.filter((e=>e.choked)).length}`);for(let t of s)e.warn(`${t.remotePeerId} loading ${t.segId} remains ${t.remainAttachments} total ${t.pieceMsg.attachments}`)}return t>0}getIdlePeer(){return this.peerManager.getAvailablePeers()}set bufferManager(t){this.bufMgr=t,t.on(e.BM_LOST,(({sn:e,segId:t,next:s,level:i})=>{this._broadcastLost(e,t,i),this.onBufferManagerLost(e,t,s,i)})).on(e.BM_SEG_ADDED,(e=>{this.onBufferManagerSegAdded(e)}))}onBufferManagerSegAdded(e){}_broadcastLost(t,s,i,r){this.config.live||this._broadcastToPeers({event:e.DC_LOST,sn:t,seg_id:s||void 0,level:i},r)}destroy(){const{logger:e}=this;this.peersNum>0&&this.peerManager.clear(),this.removeAllListeners(),clearInterval(this.checkConnsTimer),clearTimeout(this.checkTimer),e.warn("destroy BtScheduler")}notifyPeersLoaded(e){}_setupDC(t){const{logger:s}=this;t.on(e.DC_PIECE_ACK,(e=>{e.size&&(this.engine.fetcher.reportUploaded(e.size),s.info(`uploaded ${e.seg_id} size ${e.size} to ${t.remotePeerId}`))})).on(e.DC_PIECE_ABORT,(e=>{s.warn(`peer ${t.remotePeerId} download aborted, reason ${e.reason}`),this._handlePieceAborted(t.remotePeerId),this.config.live&&this.checkPeers&&this.checkPeers()})).on(e.DC_DISCONNECT,(()=>{this.peersNum>=this.minConns&&(this.logger.warn(`close disconnected peer ${t.remotePeerId}`),t.close(!1))}))}_broadcastToPeers(e,t){for(let s of this.getPeers())t&&s===t||s.sendJson(e)}_peersStats(e){this.engine.emitEvent("peers",e);const t=this.engine.config.getPeersInfo;A(t)&&t(e)}startCheckPeersTimer(){this.logger.info("startCheckPeersTimer");const e=()=>{this.checkPeers();const t=1e3*(0===(s=this.loadedPeerNum)?3:.5*s+1.67);var s;this.loadedPeerNum=0,this.checkTimer=setTimeout(e,t)};this.checkTimer=setTimeout(e,15e3)}removeStreamListener(e,t){const s=this.requestingMap.get(e);if(s)return void s.removeStreamListener(t);const i=this.segmentBuilderMap.get(e);i&&i.removeStreamListener(t)}setTargetPeersFromGroup(e,t,s,i){if(e.hasReversePeer){if((s=t.concat(s)).length>0)return this.targetPeers.forwardPeer=s[0],!0}else if(e.hasForwardPeer&&(i=t.concat(i)).length>0)return this.targetPeers.reversePeer=i[0],!0;return t.length>0?(e.hasForwardBuffer?this.targetPeers.reversePeer=t[0]:this.targetPeers.forwardPeer=t[0],!0):(this.targetPeers=I(t,s,i),this.targetPeers.some((e=>!!e)))}}const cs=ds;class us extends(n()){constructor(){super(),this.internalMap=new Map}has(e){return this.internalMap.has(e)}set(e,t){this.internalMap.set(e,t),S(this.internalMap,13,(e=>{e&&e.destroy()}))}get(e){return this.internalMap.get(e)}delete(e){const t=this.internalMap.get(e);t&&(t.destroy(),this.internalMap.delete(e))}get size(){return this.internalMap.size}clear(){this.internalMap.clear(),this.removeAllListeners()}get activePeers(){let e=0;return[...this.internalMap.values()].forEach((t=>{t.hasForwardPeer&&!t.forwardCanceled&&(e+=1),t.hasReversePeer&&!t.reverseCanceled&&(e+=1)})),e}}const fs=0,gs=1,ps=2,ms=3;class vs extends(n()){constructor(){super(),this.UNSENT=0,this.OPENED=1,this.HEADERS_RECEIVED=2,this.LOADING=3,this.DONE=4,this.timeout=0,this.withCredentials=!1,this.status=0,this.readyState=this.UNSENT,this.headers=new Map,this.responseHeaders=null,this.on("load",(e=>{this.onload&&this.onload(e)})),this.on("abort",(e=>{this.onabort&&this.onabort(e)})),this.on("error",(e=>{this.onerror&&this.onerror(e)})),this.on("loadstart",(e=>{this.onloadstart&&this.onloadstart(e)})),this.on("progress",(e=>{this.onprogress&&this.onprogress(e)})),this.on("timeout",(e=>{this.ontimeout&&this.ontimeout(e)})),this.on("loadend",(e=>{this.onloadend&&this.onloadend(e)})),this.on("readystatechange",(()=>{this.onreadystatechange&&this.onreadystatechange()}))}setRequestHeader(e,t){this.headers.set(e,t)}addEventListener(e,t){this.addListener(e,t)}removeEventListener(e,t){this.removeListener(e,t)}overrideMimeType(){}getAllResponseHeaders(){if(!this.responseHeaders)return null;let e="";return this.responseHeaders.forEach(((t,s)=>{e+=`${s}: ${t}\n`})),e}getResponseHeader(e){return this.responseHeaders?this.responseHeaders.get(e):null}open(){this.readyState=this.OPENED,this.emit("loadstart")}abort(){this.readyState=this.DONE,this.status=0,this.emit("loadend")}send(){}_emitEvent(e){this.emit(e,{type:e,target:this})}}const ys=/(\d+)-(\d+)\/(\d+)/;function Es(){if(self.fetch&&self.AbortController&&self.ReadableStream&&self.Request)try{return new self.ReadableStream({}),!0}catch(e){}return!1}class Ss{constructor(e){this.fetchSetup=e.fetchSetup||Ts,this.xhrSetup=e.xhrSetup,this.controller=new self.AbortController,this.stats=D(),this.packetSize=d,this.fakeXhr=new vs}destroy(){this.loader=this.callbacks=this.context=this.config=this.request=null,this.abortInternal(),this.response=null,this.fetchSetup=this.xhrSetup=this.fakeXhr=this.controller=this.stats=null}abortInternal(){this.controller&&!this.stats.loading.end&&(this.stats.aborted=!0,this.callbacks&&this.callbacks.onUpdate&&this.callbacks.onUpdate(void 0,!1,!0),this.controller.abort())}abort(){this.abortInternal(),this.callbacks&&this.callbacks.onAbort&&this.callbacks.onAbort(this.stats,this.context,this.response)}load(e,t,s){const i=this.stats;i.trequest=i.loading.start;let r=function(e,t){const s={method:"GET",mode:"cors",credentials:"same-origin",signal:t,headers:new self.Headers(Object.assign({},e.headers))};e.rangeEnd&&s.headers.set("Range","bytes="+e.rangeStart+"-"+String(e.rangeEnd-1));return s}(e,this.controller.signal);const n="arraybuffer"===e.responseType,a=n?"byteLength":"length",{maxTimeToFirstByteMs:o,maxLoadTimeMs:l=2e4}=t.loadPolicy||{},h=s.onUpdate,d=s.onBodyStart;this.context=e,this.config=t,this.callbacks=s,this.xhrSetup&&(this.xhrSetup(this.fakeXhr,e.url),r=function(e,t){e.withCredentials&&(t.credentials="include");for(let[s,i]of e.headers)t.headers.set(s,i);return t}(this.fakeXhr,r)),this.request=this.fetchSetup(e,r),clearTimeout(this.requestTimeout),t.timeout=o&&Number.isFinite(o)?o:l,this.requestTimeout=setTimeout((()=>{this.abortInternal(),this.fakeXhr._emitEvent("timeout"),this.fakeXhr._emitEvent("loadend"),s.onTimeout&&s.onTimeout(i,e,this.response)}),this.fakeXhr.timeout||t.timeout);const c="then"in(u=this.request)&&u.then instanceof Function?this.request.then(self.fetch):self.fetch(this.request);var u;const{fakeXhr:f}=this;f.readyState=f.OPENED,f.emit("readystatechange"),f._emitEvent("loadstart"),c.then((r=>{this.response=this.loader=r;const a=Math.max(self.performance.now(),i.loading.start);if(self.clearTimeout(this.requestTimeout),t.timeout=l,this.requestTimeout=self.setTimeout((()=>{this.abortInternal(),s.onTimeout&&s.onTimeout(i,e,this.response)}),l-(a-i.loading.start)),!r.ok){const{status:e,statusText:t}=r;throw new _s(t||"fetch, bad network response",e,r)}i.tfirst=i.loading.first=a,i.total=function(e){const t=e.get("Content-Range");if(t){const e=function(e){const t=ys.exec(e);if(t)return parseInt(t[2])-parseInt(t[1])+1}(t);if(Number.isFinite(e))return e}const s=e.get("Content-Length");if(s)return parseInt(s)}(r.headers)||i.total;let o=0;try{const e=r.headers.get("Content-Range").split("/");2===e.length&&(o=parseInt(e[1],10))}catch(e){}const{fakeXhr:c}=this;return c.readyState=c.HEADERS_RECEIVED,c.responseHeaders=r.headers,c.emit("readystatechange"),h&&"0"!==i.total?(d&&d(i.total,o),this.loadProgressively(r,i,e,h)):(c.emit("progress",new ProgressEvent("progress",{lengthComputable:!1})),n?r.arrayBuffer():"json"===e.responseType?r.json():r.text())})).then((t=>{const{response:r}=this;clearTimeout(this.requestTimeout),i.tload=i.loading.end=Math.max(performance.now(),i.loading.first);const n=t[a];n&&(i.loaded=i.total=n);const o={url:r.url,data:t,code:r.status};s.onProgress&&s.onProgress(i,e,t,r),s.onSuccess&&s.onSuccess(o,i,e,r)})).catch((t=>{if(clearTimeout(this.requestTimeout),i.aborted)return;const r=t&&t.code||0,n=t?t.message:null;s.onError&&s.onError({code:r,text:n},e,t?t.details:null,i)}))}loadProgressively(e,t,s,i){const r=e.body.getReader();let n=0,o=0,l=(0,a.h)(0),h=!1;const c=()=>r.read().then((({value:s,done:r})=>{const{fakeXhr:u}=this;if(u.readyState!==u.LOADING&&(u.readyState=u.LOADING,u.emit("readystatechange")),s&&(n+=s.length),r){if(l.byteLength>0)if(n<=this.packetSize){const e=(0,a.h)(n);l.copy(e,0,o*this.packetSize,l.byteLength),i(e,!0)}else{const e=function(e,t){const s=e.byteLength-t,i=[];let r=t,n=Math.floor(s/d),o=s%d;for(let t=0;t<n;t++){const t=(0,a.h)(d);e.copy(t,0,r,r+d),i.push(t),r+=d}if(o>0){const t=(0,a.h)(o);e.copy(t,0,r,r+o),i.push(t)}return i}(l,o*this.packetSize);for(let t=0;t<e.length;t++)i(e[t],t===e.length-1)}const t=l.buffer,{fakeXhr:s}=this,{status:r,statusText:h,url:c}=e;return s.readyState=s.DONE,s.responseText=r,s.status=h,s.responseURL=c,s.responseType="arraybuffer",s.response=t,s.emit("readystatechange"),s._emitEvent("load"),s._emitEvent("loadend"),Promise.resolve(t)}if(t.loaded+=s.length,u.emit("progress",new ProgressEvent("progress",{lengthComputable:!0,loaded:t.loaded,total:t.total})),this.callbacks.onLoaded&&this.callbacks.onLoaded({total:t.total,loaded:t.loaded,first:!h},this.context),h=!0,l=a.h.concat([l,s]),n>=this.packetSize){n-=this.packetSize;const e=(0,a.h)(this.packetSize);l.copy(e,0,o*this.packetSize,(o+1)*this.packetSize),o++,i(e,!1)}return c()})).catch((()=>(this.fakeXhr._emitEvent("abort"),this.fakeXhr._emitEvent("loadend"),Promise.reject())));return c()}}function Ts(e,t){return new self.Request(e.url,t)}class _s extends Error{constructor(e,t,s){super(e),this.code=t,this.details=s}}class bs extends(n()){constructor(e,t,s=!1){super(),this.coordinator=e,this.logger=t,this.rangeSupported=s,this.rangeStart=0,this.rangeEnd=0,this.httpLoadTime=2e3,this.proxied=!1,this.forwardPeer=null,this.reversePeer=null,this.bufArr=[],this.forwardBufList=[],this.reverseBufList=[],this.forwardOffset=-1,this.reverseOffset=1e4,this.timeStart=0,this.timeReceivePiece=0,this.destroyed=!1,this.forwardStreamListeners=[],this.reverseStreamListeners=[],this.rangeRequesting=!1,this.waitingRemain=!1,this.httpLoaded=0,this.p2pLoaded=0,this.deadline=0,this.forwardCanceled=!1,this.reverseCanceled=!1,this.firstReceived=!1,this.alreadyOutput=!1,this.pieceMsg={}}get isDownloading(){return this.timeReceivePiece>0}get isAlmostDeadline(){return this.rangeRequesting||this.alreadyOutput}hasPeer(e){return!!e&&(e===this.forwardPeer||e===this.reversePeer)}get streamListeners(){return[...this.reverseStreamListeners,...this.forwardStreamListeners].length}_notifyStreamListenersAbort(){const{sn:e,seg_id:t}=this.pieceMsg,s=[...this.reverseStreamListeners,...this.forwardStreamListeners];for(let i of s){const{handler:s}=i;s(e,t,!0,"aborted by synthesizer")}this._resetStreamListeners()}_resetStreamListeners(){this.reverseStreamListeners.length=0,this.forwardStreamListeners.length=0}_notifyStreamListenersRemain(){if(this.forwardStreamListeners.length>0){for(let e=this.forwardOffset+1;e<this.bufArr.length;e++)this._notifyStreamListeners(!1,this.bufArr[e],e);this.forwardStreamListeners=[]}if(this.reverseStreamListeners.length>0){for(let e=this.reverseOffset-1;e>=0;e--)this._notifyStreamListeners(!0,this.bufArr[e],e);this.reverseStreamListeners=[]}}addStreamListener(e,t,s){(e?this.reverseStreamListeners:this.forwardStreamListeners).push({handler:s,peerId:t})}removeStreamListener(e){const{sn:t,seg_id:s}=this.pieceMsg,i=i=>i.filter((i=>i.peerId!==e||(i.handler(t,s,!0,"aborted by cancel"),!1)));this.forwardStreamListeners=i(this.forwardStreamListeners),this.reverseStreamListeners=i(this.reverseStreamListeners)}setTimeout(e=0,t=!1){this.logger.info(`syn setTimeout ${e}`);let s=performance.now();e<=0?setTimeout((()=>{this._handleTimeout(!1,!1)}),0):(this.firstPieceTimer=setTimeout((()=>{if(this.firstReceived)return;const e=()=>{this.logger.warn(`switch to http, firstReceived ${this.firstReceived}`),this._handleTimeout(!1)};if(this.timeReceivePiece>0){const t=(this.timeReceivePiece-s)/2;t>0?this.firstPieceTimer=setTimeout((()=>{this.firstReceived&&!this._shouldSwitch()||e()}),t):e()}else e()}),e/2),this.deadline=s+e,this._startTimer(e,t))}setExtra(e={}){e.url&&(this.url=e.url),e.rangeStart&&(this.rangeStart=e.rangeStart),e.rangeEnd&&(this.rangeEnd=e.rangeEnd),e.httpLoadTime&&(this.httpLoadTime=e.httpLoadTime),e.proxied&&(this.proxied=!0),e.xhrSetup&&(this.xhrSetup=e.xhrSetup),e.headers&&(this.headers=e.headers),e.segId&&!this.pieceMsg.seg_id&&(this.pieceMsg.seg_id=e.segId)}get hasForwardPeer(){return!!this.forwardPeer}get hasReversePeer(){return!!this.reversePeer}hasPeerId(e){return this.forwardPeer&&this.forwardPeer.remotePeerId===e||this.reversePeer&&this.reversePeer.remotePeerId===e}get isEmpty(){return null===this.forwardPeer&&null===this.reversePeer}get isFull(){return this.forwardPeer&&this.reversePeer}setForwardPeer(e,t){return!this.alreadyOutput&&(!!this._checkPieceSize(t)&&(this.forwardPeer=e,this.reversePeer&&this._print(),this._setupPeer(e,!1,t),!0))}setReversePeer(e,t){return!this.alreadyOutput&&(!!this._checkPieceSize(t)&&(this.reversePeer=e,this.forwardPeer&&this._print(),this._setupPeer(e,!0,t),!0))}setPeer(e,t,s){return t?this.setReversePeer(e,s):this.setForwardPeer(e,s)}deletePeer(e){const t=e===this.reversePeer;this._detachPeer(e),t?this.reversePeer=null:this.forwardPeer=null,(this.isEmpty||this.deadline>0)&&this._handleTimeout(!1,!1)}terminate(){this._handleTimeout(!1,!1)}get hasPartialBuffer(){return this.hasForwardBuffer||this.hasReverseBuffer}get hasForwardBuffer(){return this.forwardOffset>=0}get hasReverseBuffer(){return this.pieceMsg&&this.reverseOffset<this.pieceMsg.attachments}get isForwardBufferFull(){return this.pieceMsg&&this.forwardOffset>=this.pieceMsg.attachments-1}get isReverseBufferFull(){return this.reverseOffset<=0}_cancelP2p(e=!1){const{seg_id:t,sn:s,level:i}=this.pieceMsg;!this.forwardPeer||this.isForwardBufferFull||this.forwardCanceled||(this.forwardPeer.cancelDownload(s,i,t),this.forwardCanceled=!0),e||!this.reversePeer||this.isReverseBufferFull||this.reverseCanceled||(this.reversePeer.cancelDownload(s,i,t),this.reverseCanceled=!0)}detachPeers(){this._detachPeer(this.forwardPeer),this._detachPeer(this.reversePeer)}destroy(){this._notifyStreamListenersAbort(),this.removeAllListeners(),this.destroyed=!0,this._detachPeer(this.forwardPeer),this.forwardPeer=null,this.forwardOffset=-1,this._detachPeer(this.reversePeer),this.reversePeer=null,this.reverseOffset=1e4,this.bufArr=[],this.forwardStreamListeners=[],this.reverseStreamListeners=[],this._abortLoading()}_abortLoading(){clearTimeout(this.timer),clearTimeout(this.firstPieceTimer),this._cancelP2p(),this.httpLoader&&(this.logger.warn("abort syn httpLoader"),this.httpLoader.abort(),this.httpLoader=void 0)}_detachPeer(t){if(!t)return;const s=t===this.reversePeer?this.reverseEvents:this.forwardEvents;s&&s&&t.off(e.DC_PIECE_DATA,s.onPieceData).off(e.DC_PIECE,s.onPiece).off(e.DC_PIECE_NOT_FOUND,s.onPieceNotFound).off(e.DC_PIECE_ABORT,s.onPieceAbort)}_receivePacket(t,s,i,r=!0){const{seg_id:n,sn:o,level:l,size:h,ext:d}=this.pieceMsg,c=s-1;if(this.bufArr[c]?(this.logger.warn(`syn bufArr ${n} already has ${c} size ${i.byteLength}`),this.bufArr[c]=i):(r?this.p2pLoaded+=i.byteLength:this.httpLoaded+=i.byteLength,this.emit(e.SYN_PROGRESS,{total:h,loaded:this.p2pLoaded+this.httpLoaded,first:!this.firstReceived,segId:n,sn:o}),this.firstReceived=!0,this.bufArr[c]=i,t?this.reverseOffset=c:this.forwardOffset=c,this._notifyStreamListeners(t,i,c)),this.forwardOffset!==this.reverseOffset-1)return!0;this.rangeRequesting||(this.forwardPeer&&(this.forwardPeer.miss=0),this.reversePeer&&(this.reversePeer.miss=0)),clearTimeout(this.timer),this._notifyStreamListenersRemain();const u=performance.now()-this.timeStart,f=h/u;let g=a.h.concat(this.bufArr);const p=g.byteLength;if(p===h){if(this.alreadyOutput)return!1;this.alreadyOutput=!0,this._abortLoading();let t=g.buffer;const s=new X(o,n,t,this.getFromPeerId(),l,d);this.emit(e.SYN_OUTPUT,s,{speed:f,time:u,p2p:this.p2pLoaded,http:this.httpLoaded})}else{this.logger.error(`${n} expectedSize ${h} != byteLength ${p} forward ${this.forwardOffset} reverse ${this.reverseOffset}`);for(let e=0;e<this.bufArr.length;e++)this.logger.error(`piece ${e} size ${this.bufArr[e].byteLength}`);this.emit(e.SYN_ERROR,this.pieceMsg,fs),this._disconnectPeers()}}_disconnectPeers(){[this.forwardPeer,this.reversePeer].forEach((t=>{t&&t.emit(e.DC_ERROR,!0)}))}_checkPieceSize(e){const{size:t,seg_id:s,sn:i}=this.pieceMsg;return!e||!t||e===t||(this.logger.warn(`checkPieceSize ${s||i} size not match ${t} ${e}`),!1)}_setupPeer(t,s,i){const{logger:r}=this;0===this.timeStart&&(this.timeStart=performance.now()),i&&!this.pieceMsg.size&&(this.pieceMsg.size=i);const n=(s,i,n,a,o,l)=>{if(this.destroyed)return;if(!this._validateMsg(s,l.level,i))return void r.error(`onPieceData ${i||s} size ${n.byteLength} not match ${JSON.stringify(this.pieceMsg)} from ${t.remotePeerId}`);if(a<this.pieceMsg.attachments&&n.byteLength!==d)return r.error(`${i} dataSn ${a} size is ${n.byteLength}`),this.emit(e.SYN_ERROR,this.pieceMsg,fs),void this._disconnectPeers();const{reverse:h}=l;this._receivePacket(h,a,n)&&!this.waitingRemain&&!this.rangeRequesting&&this.deadline>0&&this._shouldSwitch()&&(r.warn("should switch to http"),clearTimeout(this.timer),clearTimeout(this.firstPieceTimer),this._handleTimeout(!1,!1))},a=e=>{if(this.destroyed)return;const{attachments:s,size:i,sn:n,level:a,seg_id:o,ext:l={}}=e;let h=!0;(i<=999||!this._validateMsg(n,a,o))&&(r.warn(`onPiece ${JSON.stringify(e)} not match ${JSON.stringify(this.pieceMsg)}`),h=!1),this._checkPieceSize(i)||(h=!1);const{ext:d}=this.pieceMsg;if(d&&l.hash&&d.hash&&l.hash!==d.hash&&(this.logger.warn(`syn ${o||n} hash not match ${l.hash} ${d.hash}`),h=!1),!h)return t.cancelDownload(n,a,o),void this.deletePeer(t);0===this.bufArr.length?(this.pieceMsg={...this.pieceMsg,seg_id:o,size:i,attachments:s,ext:l},this.reverseOffset=s,this.bufArr=new Array(s),this.timeReceivePiece=performance.now()):!this.pieceMsg.ext.hash&&l.hash&&(this.pieceMsg.ext.hash=l.hash)},o=e=>{this.destroyed||this.deletePeer(t)},l=()=>{this.destroyed||this.deletePeer(t)},h={onPieceData:n,onPiece:a,onPieceNotFound:o,onPieceAbort:l};s?this.reverseEvents=h:this.forwardEvents=h,t.on(e.DC_PIECE_DATA,n).once(e.DC_PIECE,a).once(e.DC_PIECE_NOT_FOUND,o).once(e.DC_PIECE_ABORT,l)}_shouldSwitch(){const e=d,t=this.pieceMsg.size-e*this.loadedPackets;return this.coordinator.shouldSwitchToHttp(t,this.deadline,this.p2pSpeed,e,this.httpLoadTime)}_startTimer(e,t=!0){this.timer=setTimeout(this._handleTimeout.bind(this,t),e)}get loadedPackets(){return this.pieceMsg.attachments-(this.reverseOffset-this.forwardOffset-1)}_handleTimeout(t=!1,s=!0){if(this.destroyed||this.rangeRequesting)return;const{seg_id:i,size:r,attachments:n}=this.pieceMsg;if(!r||0===this.timeReceivePiece)return this.logger.warn(`syn load timeout ${i} url ${this.url}`),void this.emit(e.SYN_ERROR,this.pieceMsg,fs);if(t&&this.timeReceivePiece>0&&n){this.logger.warn(`syn ${this.loadedPackets} of ${n} packets loaded`);const e=this.httpLoadTime>3e3?3e3:this.httpLoadTime;if(this.shouldWaitForRemain(e))return this.waitingRemain=!0,this.logger.info(`syn wait for remain ${e}`),void this._startTimer(e,!1)}if(s){const e=[this.forwardPeer,this.reversePeer].filter((e=>!!e)).sort(((e,t)=>{const s=e.currentLoadSpeed(),i=t.currentLoadSpeed();return s===i?e.timeSendRequest-t.timeSendRequest:s-i})).shift();e&&e.loadtimeout()}if((this.rangeSupported||!this.hasPartialBuffer)&&this.url)return this._cancelP2p(!0),this._loadRemainBufferByHttp();this._notifyStreamListenersAbort(),this.emit(e.SYN_ERROR,this.pieceMsg,ms)}shouldWaitForRemain(e){return!this.isEmpty&&this.shouldWaitForRemainUrgent(e)}shouldWaitForRemainUrgent(e){if(0===this.timeReceivePiece||e<=0)return!1;const t=this.p2pSpeed,s=this.minRequiredSpeed(e);return this.logger.info(`syn remainTime ${e} speed ${t} required ${s}`),t>=s}minRequiredSpeed(e){let t=0;return[this.forwardPeer,this.reversePeer].forEach((e=>{e&&(t+=e.loadedBytes())})),(this.pieceMsg.size-t)/e}get p2pSpeed(){let e=0;return[this.forwardPeer,this.reversePeer].forEach((t=>{t&&(e+=t.currentLoadSpeed())})),e}getFromPeerId(){const{forwardPeer:e,reversePeer:t}=this;return this.isFull&&e!==t?`${e.remotePeerId}:${t.remotePeerId}`:e?`${e.remotePeerId}`:t?`${t.remotePeerId}`:""}getStreamInfo(e){const t=e?this.reverseBufList:this.forwardBufList;let s,i;return t.length<this.pieceMsg.attachments?(s=this.isFull?"WaitPartialDouble":"WaitPartialSingle",i=1):(s=this.isFull?"SynFullDouble":"SynFullSingle",i=0),{from:s,incompletes:i,bufferList:t}}_loadRemainBufferByHttp(){if(this.rangeRequesting||this.alreadyOutput)return;const{size:t,seg_id:s}=this.pieceMsg,{logger:i}=this,r=this.rangeEnd>0?this.rangeEnd-1:0;let n=this.forwardOffset;const a=performance.now();this.rangeRequesting=!0;let o=le(n,this.reverseOffset,t,this.rangeStart,r);const l=o.rangeEnd-o.rangeStart;i.info(`listeners ${this.streamListeners} continue download ${s} from ${this.url} range: ${o.rangeStart}-${o.rangeEnd}`),this.hasPartialBuffer||(o={});const d=new Ss({xhrSetup:this.xhrSetup});this.httpLoader=d;let c={url:this.proxied?f(this.url,h,!0):this.url,...o};let u,g=n+1;const p={onUpdate:(t,s,r)=>{if(!this.destroyed){if(r)return i.warn("httpLoader aborted"),void(this.alreadyOutput||this.emit(e.SYN_ERROR,this.pieceMsg,gs));if(s){const e=u/(performance.now()-a);this.coordinator.addHttpSpeed(e),this.httpLoader=void 0}this.bufArr[g]||this._receivePacket(!1,g+1,t,!1),g++}},onBodyStart:(t,r)=>{if(0===r&&i.warn(`range request fileSize ${r}`),this.destroyed)return;const{size:n}=this.pieceMsg;if(u=t,t!==n||0!==r&&r!==n){let s=!1;r>0&&r!==n?(i.error(`onBodyStart fileSize ${r} != ${n}`),s=!0):t!==l&&(i.error(`onBodyStart size ${t} != expectedSize ${l}`),s=!0),s&&"{}"!==JSON.stringify(o)&&this.emit(e.SYN_ERROR,this.pieceMsg,gs)}else i.warn(`syn range request ${s} resp whole ts`),g=0},onError:t=>{this.destroyed||(i.error(`httpLoader error ${t.text}`),this.emit(e.SYN_ERROR,this.pieceMsg,gs))},onTimeout:()=>{this.destroyed||(i.warn("httpLoader timeout"),this.emit(e.SYN_ERROR,this.pieceMsg,ps))}};d.load(c,{timeout:15e3},p)}_print(){const{seg_id:e,sn:t}=this.pieceMsg;this.logger.info(`syn parallel loading ${e||t}`)}}class Ls extends bs{constructor(e,s,i,r,n,a=!1,o){super(e,s,a,o),this.pieceMsg={event:t.DC_PIECE,sn:i,level:r,seg_id:n},o&&this.setExtra(o)}get segId(){return this.pieceMsg.seg_id}_notifyStreamListeners(e,t,s){const{sn:i,seg_id:r,attachments:n}=this.pieceMsg,a=e&&0===s||!e&&s===n-1,o=e?this.reverseStreamListeners:this.forwardStreamListeners;e?this.reverseBufList.push(t):this.forwardBufList.push(t),a&&(this.forwardBufList.push([...this.reverseBufList].reverse()),this.reverseBufList.push([...this.forwardBufList].reverse()));for(let e of o){const{handler:s}=e;s(i,r,!1,t,a)}a&&this._resetStreamListeners()}_validateMsg(e,t,s){return(!this.pieceMsg.seg_id||s===this.pieceMsg.seg_id)&&(e===this.pieceMsg.sn&&t===this.pieceMsg.level)}}class Rs{constructor(){this.meanHttpSpeed=0,this.loaderHttpSpeed=0}addHttpSpeed(e){this.meanHttpSpeed=this._cal(this.meanHttpSpeed,e)}addLoaderHttpSpeed(e,t){t&&e&&(this.loaderHttpSpeed=this._cal(this.loaderHttpSpeed,t/e))}getMeanTimeToLoaded(e){return this.loaderHttpSpeed?e/this.loaderHttpSpeed:500}shouldSwitchToHttp(e,t,s,i,r){if(this.meanHttpSpeed<=0)return!1;if(s>=this.meanHttpSpeed)return!1;if(this.meanHttpSpeed*r>=e)return!1;return((r+t-performance.now())*this.meanHttpSpeed-e)/(this.meanHttpSpeed-s)*s<i}_cal(e,t){return.4*e+.6*t}}class As extends cs{constructor(e,t){super(e,t),this.prefetchOnly=t.prefetchOnly,this.bitset=new as(t.live||!1),this.bitCounts=new os,this.requestingMap=new us,this.segmentBuilderMap=new us,this.allowP2pLimit=t.httpLoadTime+1.5,this.playlistInfo=new Map,this.gotPlaylist=!1,this.targetPeers={},this.sequential=!0,this.coordinator=new Rs,this.loadingSegId="",this.loadingSN=0,this.currPlaySN=0,this.currLostSN=-1,this.nextLostSN=-1,this.config.live?this.maxPrefetchCount=10:(this.maxPrefetchCount=150,this.startCheckPeersTimer())}handshakePeer(e){this._setupDC(e);const{asn:t,country:s}=this.engine.fetcher.announceInfo;e.sendMetaData(this.bitset.allArray(),!0,this.peersNum,{asn:t,country:s},this.isMobileNet)}_receiveDCHave(e,t,s,i){this.bitset.has(e,t)||this.bitCounts.incre(e,t)}_setupDC(e){super._setupDC(e),e.on(t.DC_HAVE,(t=>{if(e.bitset&&t.sn>=0){const{sn:s,level:i,complete:r,seg_id:n,size:a}=t,o=r?ss.COMPLETE:ss.PARTIAL_FORWARD;e.bitset.add(s,i,n,o,a),this._receiveDCHave(s,i,n,e),e.isAvailableUrgently&&this._handleDCHave(e,s,i,n,a,o)}})).on(t.DC_HAVE_REVERSE,(t=>{if(e.bitset&&t.sn>=0){const{sn:s,level:i,seg_id:r,size:n}=t;e.bitset.hasCompleteOr(s,i,ss.PARTIAL_REVERSE)||e.bitset.add(s,i,r,ss.PARTIAL_REVERSE,n),this._receiveDCHave(s,i,r,e),e.isAvailableUrgently&&this._handleDCHave(e,s,i,r,n,ss.PARTIAL_REVERSE)}})).on(t.DC_LOST,(t=>{if(!e.bitset)return;const{sn:s,level:i}=t;e.bitset.has(s,i)&&(e.bitset.delete(s,i),this.bitCounts.decre(s,i))})).on(t.DC_PIECE,(e=>{e.ext&&e.ext.incompletes>=7||this.requestingMap.has(ce(e.sn,e.level))&&this.notifyAllPeers(e.sn,e.level,e.seg_id,e.size,e.reverse?ss.PARTIAL_REVERSE:ss.PARTIAL_FORWARD)})).on(t.DC_PIECE_CANCEL,(t=>{const{sn:s,level:i}=t,r=ce(s,i);this.removeStreamListener(r,e.remotePeerId)})).on(t.DC_PIECE_NOT_FOUND,(t=>{const{sn:s,level:i}=t;e.bitset.delete(s,i),this.bitCounts.decre(s,i),e.checkIfNeedChoke(!0)})).on(t.DC_DISCONNECT,(()=>{this.cleanRequestingMap(e.remotePeerId)})).on(t.DC_REQUEST,(async t=>{const{logger:s}=this,{sn:i,level:r,reverse:n}=t;let a=t.seg_id;a||(a=await this.bufMgr.getSegIdBySN(i));const o=()=>{this.bitset.delete(i,r),e.sendPieceNotFound(i,a,{level:r}),this._broadcastLost(i,a,r,e)},l=await this.bufMgr.getSegById(a),h=ce(i,r),d=this.requestingMap.get(h);let c=!1;d&&d.isDownloading&&(c=!0);const u=this.segmentBuilderMap.get(h);if(l)if(s.info(`found seg ${a} from bufMgr`),l.level===r){let t="SegmentStore"===this.bufMgr.name?"Disk":"Cache";l.ext.from&&l.ext.from.length<2500&&(t=`${l.ext.from}-${t}`),e.sendBuffer(l.sn,l.segId,l.data,{from:t,level:l.level,reverse:n,hash:l.ext.hash})}else o();else if(!n&&u)s.info(`peer request ${i} wait from builder, sent ${u.bufferList.length}`),P(e,u,u.pieceMsg,u.bufferList,u.source,1);else if(c){s.info(`syn had ${d.loadedPackets} packets, wait remain from upstream ${d.getFromPeerId()}`);const t={...d.pieceMsg,reverse:n},{from:i,incompletes:r,bufferList:a}=d.getStreamInfo(n);P(e,d,t,a,i,r)}else o()}))}handleMetaData(e,t){if(t.field){e.bitset=new as(this.config.live,t.field);for(let e in t.field){const s=Number(e);if(s<0)continue;t.field[s].forEach((e=>{this.bitset.has(e,s)||this.bitCounts.incre(e,s)}))}this.addPeer(e),this.downloadOnly&&this.chokePeerRequest(e)}}peersHas(e,t){return this.bitCounts.has(e,t)}deletePeer(e){if(this.peerManager.hasPeer(e.remotePeerId)&&e.bitset){const t=e.bitset.allArray();for(let e in t){const s=Number(e),i=t[s];i&&i.forEach((e=>{this.bitCounts.decre(e,s)}))}}this.cleanRequestingMap(e.remotePeerId),super.deletePeer(e)}hasAndSetTargetPeer(e,t,s,i){const{logger:r,config:n}=this;let a=1e3*(i-n.httpLoadTime);this.allowP2pLimit=n.httpLoadTime+1.5,r.info(`bufferedDuration ${1e3*i} remainLoadTime ${a} allowP2pLimit ${1e3*this.allowP2pLimit}`);const o=ce(e,t),l=this.requestingMap.get(o);if(l){const n=l.segId;if(n&&n!==s)return r.warn(`syn segId ${n} not match ${s}`),this.requestingMap.delete(o),this._searchAvailablePeers(e,t,s,i);if(!l.shouldWaitForRemain(a)){if(r.warn(`syn prefetch timeout at ${e}`),l.prefetchTimeout=!0,l.isFull)return this.httpRangeSupported;const i=this.peerManager.getPeersOrderByWeight();let[n,o,h]=rs(i,e,t,s);return!!this.setTargetPeersFromGroup(l,n,o,h)||(l.hasReversePeer||l.hasPartialBuffer||a>1e3*(this.allowP2pLimit+1))&&this.httpRangeSupported}return r.info(`prefetch ${e} wait for remain`),!0}return this._searchAvailablePeers(e,t,s,i)}_searchAvailablePeers(e,t,s,i){if(i<=this.allowP2pLimit)return!1;if(!this.hasIdlePeers||!this.peersHas(e,t))return!1;const r=this.peerManager.getPeersOrderByWeight(),[n,a]=is(r,e,t,s);return this.targetPeers={forwardPeer:n,reversePeer:a},[n,a].some((e=>!!e))}reportTraffic(e,t,s){const{fetcher:i}=this.engine;i&&(e>0&&i.reportFlow(e),t>0&&i.reportDCTraffic(t,s))}notifyAllPeers(e,t,s,i,r=ss.COMPLETE){if(!s)return void this.logger.error("segId is required");if(this.downloadOnly)return;const{live:n}=this.config;if(this.bitset.has(e,t,r))return;const a=((e,t,s)=>`${e}-${t}-${s}`)(e,t,r);let o;r!==ss.PARTIAL_REVERSE&&(o=r===ss.COMPLETE);const l=this.requestingMap.get(ce(e,t));for(let h of this.getPeers())l&&l.hasPeer(h)||h.notifySet.has(a)||h.bitset.hasCompleteOr(e,t,r)||h.uploading||(h.sendMsgHave(e,s,{level:t,reverse:r===ss.PARTIAL_REVERSE,complete:o,size:i}),h.notifySet.add(a),n&&T(h.notifySet,20))}checkPeers(){const{logger:e,config:t,engine:s}=this;if(!this.hasPeers)return;const i=t.live;if(this.fragLoading)return void e.info("loading urgently, skip prefetch");const{currentLevel:r}=s;if(0===this.bitCounts.size(r))return;if(!i&&this.nextLostSN>=0&&this.nextLostSN>=this.currPlaySN-10)return;let n=this.peerManager.getPeersOrderByWeight();if(0===n.length)return;let a=0,{prefetchNum:o,endSN:l,startSN:h}=t;if(!i){const t=this.requestingMap.size,s=this.requestingMap.activePeers;if(s>=o)return void e.warn(`requestingMap size ${t} activePeers ${s}`);o-=s}if(this.getBufferedDuration()<this.allowP2pLimit){if(!i)return;o=1}let d=0,c=this.loadingSN+1;if(this.prefetchOnly&&(c+=2),!i)if(this.loadingSN>=l&&!this.bufMgr.overflowed)c=h;else{const e=Math.min(...n.filter((e=>e.endSN>=c)).map((e=>e?e.startSN:1/0)));if(!isFinite(e))return;c<e&&(c=e)}for(;a<o&&d<this.maxPrefetchCount&&(i||!(c>l))&&!(i&&c>this.loadingSN+2);){if(this.bitset.has(c,r)){c++;continue}const t=ce(c,r),s=this.requestingMap.get(t);if(this.bitCounts.has(c,r)){if(s){for(let e of n)if(e.bitset.has(c,r)){const{state:t,segId:i,size:n}=e.bitset.getObj(c,r);if(this._trySetPeerForSyn(s,e,i,c,r,n,t))break}}else{let s=[null,null];if(i)s=is(n,c,r,void 0,!0);else for(let e of n)if(e.bitset.has(c,r)){const t=e.bitset.getState(c,r);let i;i=t===ss.COMPLETE?0===p(0,1):t===ss.PARTIAL_REVERSE,s[i?1:0]=e;break}if(s.some((e=>!!e))){const i=new Ls(this.coordinator,this.logger,c,r,void 0,this.httpRangeSupported);this._setupSynthesizer(i),this.requestingMap.set(t,i),s.forEach(((t,s)=>{if(t&&a<o){const n=1===s,o=t.bitset.getSize(c,r);i.setPeer(t,n,o)&&(a++,t.requestDataBySN(c,!1,{level:r,reverse:n}),e.info(`request prefetch ${c} level ${r} from peer ${t.remotePeerId} downloadNum ${t.downloadNum} reverse ${n}`))}}))}}n=this.peerManager.getPeersOrderByWeight()}if(d++,c++,0===n.length)break}this.loadedPeerNum=a}onBufferManagerLost(e,t,s,i){this.currLostSN=e,s&&(this.nextLostSN=s),this.bitset.delete(e,i),this.bitCounts.delete(e,i)}onBufferManagerSegAdded(e){const{sn:t,segId:s,level:i,size:r}=e;this.notifyAllPeers(t,i,s,r),this.updateLoaded(t,i,s)}cleanRequestingMap(e){const t=this.peerManager.getPeer(e);if(t)for(let[s,i]of this.requestingMap.internalMap){const r=s.split("-"),n=Number(r[1]),a=Number(r[0]);i.hasPeerId(e)&&(this.logger.info(`delete ${e} in synthesizer`),i.deletePeer(t),this.bitCounts.decre(n,a),t.bitset.delete(n,a))}}updateLoaded(e,t,s){this.bitset.hasCompleteOr(e,t)||(this.bitset.add(e,t,s,ss.COMPLETE),this.bitCounts.delete(e,t),this.requestingMap.delete(ce(e,t)),this.config.live&&this.checkPeers())}broadcastPlaylist(e,t){if(!this.config.live)return;const s=function(e){const t=e.split("\n");let s=0,i=0;for(let e of t){const t=/^#EXT-X-MEDIA-SEQUENCE:?(\-?[0-9.]*)?/.exec(e);if(t&&t[1]){s=parseInt(t[1],10);break}}for(let e of t)e.startsWith("#EXTINF")&&i++;return s+i-1}(t);if(!this.isMobileNet)for(let i of this.getPeers())i.sendMsgPlaylist(e,t,s);this.playlistInfo.set(e,{seq:s,data:t})}async getPlaylistFromPeer(e){if(!this.config.live)return null;const{seq:t,data:s}=this.playlistInfo.get(e),i=()=>{for(let s of this.getPeers()){const i=s.getLatestPlaylist(e,t);if(i)return this.playlistInfo.set(e,i),this.gotPlaylist=!0,i}return null};let r=i();return!r&&this.gotPlaylist&&(this.logger.info("getPlaylist wait 240ms"),await m(240),this.gotPlaylist=!1,r=i()),r}getBufferedDuration(){const{config:e}=this;let{media:t,currentSrc:s}=this.engine;if(!t||t.src!==s&&0===t.currentTime){if(this.logger.info("try get video element"),t=ae(this.config.mediaElem,s),!t)return 4;this.engine.media=t}let i=function(e){let t=0,s=e.currentTime,i=e.buffered;for(let e=i.length-1;e>=0;e--)if(s>=i.start(e)&&s<=i.end(e)){t=i.end(e)-s;break}return e.playbackRate&&(t/=e.playbackRate),t>0?t:0}(t);return i}destroy(){super.destroy(),this.requestingMap.clear(),this.segmentBuilderMap.clear(),this.engine.removeAllListeners(t.MEDIA_REBUFFER)}clearCache(){"SegmentStore"===this.bufMgr.name?this.engine.emit(t.BM_FATAL_ERROR):this.bufMgr.clear(),this.bitset.clear()}async _handleSynOutput(e,t,s,i,r,n){if(this.logger.info(`syn output ${e} http ${t} p2p ${s} time ${i}`),!this.config.validateSegment(e,new Uint8Array(r)))return!1;if(n){const t=await C(r);if(t&&t!==n)return this.logger.warn(`${e} computedHash ${t} != hash ${n}`),!1}return!0}_handleSynError(e,t,s,i){const{logger:r,config:n}=this;r.warn(`SYN_ERROR ${t}-${s} code ${i}`),i!==fs&&e.hasPartialBuffer&&s>this.loadingSN?r.warn(`syn abort ${s} with partial buffer`):this.requestingMap.delete(ce(s,t)),n.live&&this.checkPeers()}_notifySynthesizer(e,t,s,i,r,n,a=!0){const o=this.requestingMap.get(ce(s,i));o&&this._trySetPeerForSyn(o,e,t,s,i,r,n,a)}_trySetPeerForSyn(e,t,s,i,r,n,a,o=!1){const{logger:l}=this,h=e.segId;if(s&&h&&s!==h)return l.warn(`notifySynthesizer segId ${s} not match ${h}`),!1;if(e.isFull)return!0;if(e.isAlmostDeadline)return!0;if(e.isEmpty){if(e.hasForwardBuffer&&u()){if(e.setReversePeer(t,n))return d(!0,o),!0}else if(e.hasReverseBuffer&&c()&&e.setForwardPeer(t,n))return d(!1,o),!0}else if(!e.hasForwardPeer&&c()){if(e.setForwardPeer(t,n))return d(!1,o),!0}else if(!e.hasReversePeer&&u()&&e.setReversePeer(t,n))return d(!0,o),!0;function d(e,n){n?t.requestDataById(s,i,!0,{level:r,reverse:e}):t.requestDataBySN(i,!1,{level:r,reverse:e})}function c(){return a===ss.PARTIAL_FORWARD||a===ss.COMPLETE}function u(){return a===ss.PARTIAL_REVERSE||a===ss.COMPLETE}return!1}_setupEngine(){this.engine.on(t.MEDIA_REBUFFER,(e=>{const{prefetchOnly:t,live:s}=this.config;t||s||(e&&!this.prefetchOnly&&this.logger.warn("rebuffer reach limit"),this.prefetchOnly=e)}))}getStatsForPeer(){const{currentLevel:e,media:t}=this.engine,s={level:e};if(t&&!this.config.live){const{currentTime:e}=t;s.pos=Math.round(e)}return s}checkSynthesizer(e,t){const s=ce(e,t),i=this.requestingMap.get(s);i&&(0===i.streamListeners?(this.logger.info(`destroy syn ${s} without listeners`),this.requestingMap.delete(s)):this.logger.info(`keep syn ${s} with listeners`))}setupSynForLoad(e,t,s,i,r){const{forwardPeer:n,reversePeer:a}=this.targetPeers,o=ce(e,t);let l=this.requestingMap.get(o);if(l?l.setExtra(i):(l=new Ls(this.coordinator,this.logger,e,t,s,this.httpRangeSupported,i),this._setupSynthesizer(l),this.requestingMap.set(o,l)),l.prefetchTimeout&&r<1e3*this.allowP2pLimit&&!n&&!a)return l.setTimeout(0);r>700&&(n&&l.setForwardPeer(n)&&n.requestDataById(s,e,!0,{level:t}),a&&l.setReversePeer(a)&&a.requestDataById(s,e,!0,{level:t,reverse:!0})),l.setTimeout(l.isEmpty?0:r,!0)}async disconnectLoadingPeer(e,t){let s=e;if(!s){const e=await this.bufMgr.getSegById(this.loadingSegId);e&&e.fromPeerId&&(s=e.fromPeerId)}let i=!1;return s&&(this.logger.warn(`disconnect loading peer ${s}`),s.split(":").forEach((e=>{if(t&&e===t)return;i=!0;const s=this.peerManager.getPeer(e);s&&s.close(!0)}))),i}}class Ps{constructor(t,s,i,r){this.bufferList=[],this.streamListeners=[],this.finished=!1,this.packetSize=d,this.attachments=r%this.packetSize==0?r/this.packetSize:Math.floor(r/this.packetSize)+1,this.pieceMsg={event:e.DC_PIECE,attachments:this.attachments,seg_id:i,sn:t,level:s,size:r,reverse:!1},this.sink=(0,a.h)(0),this.source="HttpStream"}receiveBytes(e,t){e.byteLength&&(this.sink=a.h.concat([this.sink,e]),this.bufferList.push(e),t&&(this.finished=!0),this._notifyStreamListeners(e))}getCompleteBuffer(){return this.sink.buffer}destroy(){this.finished||this._notifyStreamListenersAbort()}addStreamListener(e,t,s){this.streamListeners.push({handler:s,peerId:t})}removeStreamListener(e){const{sn:t,seg_id:s}=this.pieceMsg;this.streamListeners=this.streamListeners.filter((i=>i.peerId!==e||(i.handler(t,s,!0,"aborted by cancel"),!1)))}_notifyStreamListenersAbort(){const{sn:e,seg_id:t}=this.pieceMsg;for(let s of this.streamListeners){const{handler:i}=s;i(e,t,!0,"aborted by httpLoader")}this.streamListeners.length=0}_notifyStreamListeners(e){const{sn:t,seg_id:s}=this.pieceMsg;for(let i of this.streamListeners){const{handler:r}=i;r(t,s,!1,e,this.finished)}this.finished&&(this.streamListeners.length=0)}}const ws=/^age:\s*[\d.]+\s*$/im;function Is(e,t,s,i){if(!e)return!1;const r=i&&i.code,n=t<e.maxNumRetry&&(function(e){return 0===e&&!1===navigator.onLine||!!e&&(e<400||e>499)}(r)||!!s);return e.shouldRetry?e.shouldRetry(e,t,s,i,n):n}const Ds=class{constructor(e){this.xhrSetup=e&&e.xhrSetup||null,this.stats=D(),this.retryDelay=0,this.config=null,this.callbacks=null,this.context=null,this.loader=null}destroy(){this.callbacks=null,this.abortInternal(),this.loader=null,this.config=null,this.context=null,this.xhrSetup=null}abortInternal(){const e=this.loader;self.clearTimeout(this.requestTimeout),self.clearTimeout(this.retryTimeout),e&&(e.onreadystatechange=null,e.onprogress=null,4!==e.readyState&&(this.stats.aborted=!0,e.abort()))}abort(){this.abortInternal(),this.callbacks&&this.callbacks.onAbort&&this.callbacks.onAbort(this.stats,this.context,this.loader)}load(e,t,s){this.context=e,this.config=t,this.callbacks=s,this.loadInternal()}loadInternal(){const{config:e,context:t}=this;if(!e||!t)return;const s=this.loader=new self.XMLHttpRequest,i=this.stats;i.loading.first=0,i.loaded=0,i.aborted=!1;const r=this.xhrSetup;r?Promise.resolve().then((()=>{if(this.loader===s&&!this.stats.aborted)return r(s,t.url)})).catch((e=>{if(this.loader===s&&!this.stats.aborted)return s.open("GET",t.url,!0),r(s,t.url)})).then((()=>{this.loader!==s||this.stats.aborted||this.openAndSendXhr(s,t,e)})).catch((e=>{this.callbacks.onError({code:s.status,text:e.message},t,s,i)})):this.openAndSendXhr(s,t,e)}openAndSendXhr(e,t,s){e.readyState||e.open("GET",t.url,!0);const i=t.headers,{maxTimeToFirstByteMs:r,maxLoadTimeMs:n}=s.loadPolicy;if(i)for(const t in i)e.setRequestHeader(t,i[t]);t.rangeEnd&&e.setRequestHeader("Range","bytes="+t.rangeStart+"-"+(t.rangeEnd-1)),e.onreadystatechange=this.readystatechange.bind(this),e.onprogress=this.loadprogress.bind(this),e.responseType=t.responseType,self.clearTimeout(this.requestTimeout),s.timeout=r&&Number.isFinite(r)?r:n,this.requestTimeout=self.setTimeout(this.loadtimeout.bind(this),s.timeout),e.send()}readystatechange(){const{context:e,loader:t,stats:s}=this;if(!e||!t)return;const i=t.readyState,r=this.config;if(!s.aborted&&i>=2&&(0===s.loading.first&&(s.tfirst=s.loading.first=Math.max(self.performance.now(),s.loading.start),r.timeout!==r.loadPolicy.maxLoadTimeMs&&(self.clearTimeout(this.requestTimeout),r.timeout=r.loadPolicy.maxLoadTimeMs,this.requestTimeout=self.setTimeout(this.loadtimeout.bind(this),r.loadPolicy.maxLoadTimeMs-(s.loading.first-s.loading.start)))),4===i)){self.clearTimeout(this.requestTimeout),t.onreadystatechange=null,t.onprogress=null;const i=t.status,n="text"===t.responseType?t.responseText:null;if(i>=200&&i<300){const r=n||t.response;if(null!=r){s.tload=s.loading.end=Math.max(self.performance.now(),s.loading.first);const n="arraybuffer"===t.responseType?r.byteLength:r.length;if(s.loaded=s.total=n,s.bwEstimate=8e3*s.total/(s.loading.end-s.loading.first),!this.callbacks)return;const a=this.callbacks.onProgress;if(a&&a(s,e,r,t),!this.callbacks)return;const o={url:t.responseURL,data:r,code:i};return void this.callbacks.onSuccess(o,s,e,t)}}const a=r.loadPolicy.errorRetry;Is(a,s.retry,!1,{url:e.url,data:void 0,code:i})?this.retry(a):this.callbacks.onError({code:i,text:t.statusText},e,t,s)}}loadtimeout(){if(!this.config)return;const e=this.config.loadPolicy.timeoutRetry;if(Is(e,this.stats.retry,!0))this.retry(e);else{const e=this.callbacks;e&&(this.abortInternal(),e.onTimeout(this.stats,this.context,this.loader))}}retry(e){const{context:t,stats:s}=this;this.retryDelay=function(e,t){const s="linear"===e.backoff?1:Math.pow(2,t);return Math.min(s*e.retryDelayMs,e.maxRetryDelayMs)}(e,s.retry),s.retry++,this.abortInternal(),this.loader=null,self.clearTimeout(this.retryTimeout),this.retryTimeout=self.setTimeout(this.loadInternal.bind(this),this.retryDelay)}loadprogress(e){const t=this.stats;t.loaded=e.loaded,e.lengthComputable&&(t.total=e.total)}getCacheAge(){let e=null;if(this.loader&&ws.test(this.loader.getAllResponseHeaders())){const t=this.loader.getResponseHeader("age");e=t?parseFloat(t):null}return e}getResponseHeader(e){return this.loader&&new RegExp(`^${e}:\\s*[\\d.]+\\s*$`,"im").test(this.loader.getAllResponseHeaders())?this.loader.getResponseHeader(e):null}};const Cs=class extends As{constructor(e,t){super(e,t),this.fragloadTimeout=e.hlsjs?10:6.8,this.resolveMap=new Map,this.segmentBypass=A(t.segmentBypass)?t.segmentBypass:()=>!1,!0===t.httpStreamEnabled?this.streamEnabled=Es():this.streamEnabled=!1}async handleGetMediaData(e,s){const{logger:i,engine:r,config:n}=this;let{url:a,range:o}=e;const l=this._getFrag(a,o);if(!l)return i.warn(`cannot get frag ${a}`),s.postMessage({action:t.SW_GET_MEDIA});r.currentLevelIndex=l.level;const{sn:h,level:d}=l,c=this.config.segmentId(String(d),h,a,o);if(r.segmentLoadCount++,this.segmentBypass(a,l.tagList))return i.info(`bypass frag ${a}`),s.postMessage({action:t.SW_GET_MEDIA});if(r.segmentLoadCount<n.startFromSegmentOffset)return this._loadFragByHttp(l,s,c,a,o,1e3*this.fragloadTimeout,!1);const u=c===this.loadingSegId;if(u&&(i.warn(`duplicate request ${c}`),this.prefetchOnly))return s.postMessage({action:t.SW_GET_MEDIA});this.loadingSN=h,r.bufMgr&&(r.bufMgr.loadingSN=h),this.loadingSegId=c;const f=await this.bufMgr.getSegById(c);if(f)return l.loaded=f.size,l.fromPeerId=f.fromPeerId,i.info(`bufMgr found seg sn ${h} segId ${c} size ${l.loaded}`),r.emit(t.FRAG_LOADED,{url:a,sn:h,level:d,segId:c,loaded:l.loaded,duration:l.duration,byP2p:!0,fromPeerId:f.fromPeerId}),this._onFragLoaded(),s.postMessage({action:t.SW_GET_MEDIA,data:{url:a,buffer:f.data}});if(this.fragLoading=!0,this.prefetchOnly)return i.info(`prefetchOnly, skip p2p load ${c}`),this._loadFragByHttp(l,s,c,a,o,1e3*this.fragloadTimeout);let g=this.getBufferedDuration();g>this.fragloadTimeout&&(g=this.fragloadTimeout),i.info(`handleGetMediaData sn ${h} bufferedDuration ${g}`);let p=1e3*(g-this.config.httpLoadTime);p<0?p=0:p>4e3&&(p=4e3);const m=ce(h,d);if(this.resolveMap.has(h)||u){let e=this.requestingMap.get(m);if(e||u){e&&this.httpRangeSupported&&(i.warn(`${h} is requesting, terminate syn wait for seg`),e.terminate());let r=setTimeout((()=>{i.info(`notify seg ${h} timeout`),r=-1,s.postMessage({action:t.SW_GET_MEDIA})}),p);this.bufMgr.once(`${t.BM_ADDED_SN_}${h}`,(e=>{r<0||e&&e.level===d&&(clearTimeout(r),i.info(`notify seg ${e.sn}`),s.postMessage({action:t.SW_GET_MEDIA,data:{url:a,buffer:e.data}}))}))}else i.warn(`${h} is requesting, fallback`),s.postMessage({action:t.SW_GET_MEDIA})}else if(this.hasAndSetTargetPeer(h,d,c,g)){await this._loadFragByP2p(l,s,h,c,a,d,o,p)||(i.warn(`p2p timeout switch to http load ${c}`),this._loadFragByHttp(l,s,c,a,o,1e3*this.fragloadTimeout))}else this._loadFragByHttp(l,s,c,a,o,1e3*this.fragloadTimeout)}_loadFragByHttp(e,s,i,r,n,a,o=!0){const{sn:l,level:d}=e,c=ce(l,d),u=f(r,h,!0),g={},p=this.streamEnabled&&o?new Ss(g):new Ds(g);let m={url:u,responseType:"arraybuffer",...b(n)};const v={timeout:a,loadPolicy:{maxTimeToFirstByteMs:8e3,maxLoadTimeMs:2e4}},E={onError:e=>{e.text&&this.logger.warn(e.text),this.fragLoading=!1,s.postMessage({action:t.SW_GET_MEDIA})},onTimeout:()=>{this.logger.warn("http load timeout"),this.fragLoading=!1,s.postMessage({action:t.SW_GET_MEDIA})},onSuccess:async(n,a)=>{this.fragLoading=!1;const{data:o}=n;let h=a.loading.end-a.loading.start;if(this.logger.info(`HTTP loaded ${i} time ${h} speed ${o.byteLength/h}`),!await this.bufMgr.hasSegOfId(i)){const e=y(o).buffer,t=new X(l,i,e,"",d);await this.bufMgr.putSeg(t),this.reportTraffic(o.byteLength,0,0)}this.segmentBuilderMap.delete(c),e.segId=i,e.loaded=o.byteLength,this.engine.emit(t.FRAG_LOADED,{url:r,sn:l,level:d,segId:i,loaded:e.loaded,duration:e.duration,byP2p:!1}),this._onFragLoaded(),s.postMessage({action:t.SW_GET_MEDIA,data:{url:r,buffer:o}})}};if(this.streamEnabled&&o){let e;E.onBodyStart=t=>{!e&&t>0&&(this.notifyAllPeers(l,d,i,t,ss.PARTIAL_FORWARD),e=new Ps(l,d,i,t),this.segmentBuilderMap.has(c)||this.segmentBuilderMap.set(c,e))},E.onUpdate=(t,s,r)=>{if(r)return this.logger.warn(`loadFragByHttp ${i} aborted`),void this.segmentBuilderMap.delete(c);e&&e.receiveBytes(t,s)}}p.load(m,v,E)}async _loadFragByP2p(e,s,i,r,n,a,o,l){const{logger:h}=this;h.info(`p2p load sn ${i} segId ${r} level ${a}`);const d=await this.load(i,r,a,n,o,l);if(d&&d.data){const{data:o,fromPeerId:l,size:c}=d;if(h.info(`p2p loaded segId ${r} level ${a} size ${o.byteLength}`),!await this.bufMgr.hasSegOfId(r)){const e=new X(i,r,o,l,a,d.ext);h.info(`bufMgr putSeg ${i} level ${a}`),await this.bufMgr.putSeg(e)}return e.loaded=o.byteLength,e.fromPeerId=l,this.engine.emit(t.FRAG_LOADED,{url:n,sn:i,level:a,segId:r,loaded:e.loaded,duration:e.duration,byP2p:!0,fromPeerId:l}),this._onFragLoaded(),s.postMessage({action:t.SW_GET_MEDIA,data:{url:n,buffer:o,size:c}}),!0}h.warn(`P2P timeout load segId ${r}`);const c=await this.bufMgr.getSegById(r);return!!c&&(this.fragLoading=!1,h.info(`already loaded seg sn ${i} segId ${r}`),s.postMessage({action:t.SW_GET_MEDIA,data:{url:n,buffer:c.data}}),!0)}notifySWMessage(e,s,i){if(e===t.SW_GET_MEDIA)this.engine.fetcher&&this.engine.fetcher.increMediaRequests(),this.handleGetMediaData(s,i);else this.logger.warn(`unknown action ${e}`)}_getFrag(e,t){return t&&(e=`${e}|${t}`),this.fragMap.get(e)}destroy(){super.destroy(),this.logger.warn("destroy HlsSwScheduler")}_onFragLoaded(){if(!this.engine)return;const{media:e,targetDuration:t}=this.engine;!this.config.live&&e&&t&&(this.currPlaySN=Math.ceil(e.currentTime/t))}load(e,t,s,i,r,n){const{logger:a,config:o}=this;let l={...b(r),proxied:!0,url:i,segId:t,httpLoadTime:1e3*o.httpLoadTime};this.setupSynForLoad(e,s,t,l,n);const h=new Promise((i=>{const r={resolve:i,sn:e,level:s,segId:t};this.resolveMap.set(e,r)}));return this.targetPeers={},h}isCritical(){return this.resolveMap.has(this.loadingSN)}_setupSynthesizer(e){e.on(t.SYN_OUTPUT,(async(t,s)=>{const{config:i,logger:r}=this,{segId:n,sn:a,data:o,level:l,ext:h}=t,{speed:d,time:c,http:u,p2p:f}=s,g=this.resolveMap.has(a);g&&(this.fragLoading=!1);const p=await this._handleSynOutput(n,u,f,c,o,h.hash),m=e.getFromPeerId();if(p)if(this.bitset.has(a,l)||this.reportTraffic(u,f,d),g){r.info(`receive criticalSeg seg_id ${n}`);const e=this.resolveMap.get(a);this.resolveMap.delete(a),e.resolve({data:o,fromPeerId:f>0?m:void 0,ext:h})}else this.bitset.has(a,l)||(e.detachPeers(),await this.bufMgr.putSeg(t));else{if(r.error(`segment ${n} validate failed`),g){const e=this.resolveMap.get(a);this.resolveMap.delete(a),e.resolve()}this.requestingMap.delete(ce(a,l)),this.disconnectLoadingPeer(m)}})).on(t.SYN_ERROR,((t,s)=>{const{sn:i,level:r}=t;if(this.resolveMap.has(i)){const e=this.resolveMap.get(i);this.resolveMap.delete(i),e.resolve()}this._handleSynError(e,r,i,s)}))}_handleDCHave(e,t,s,i,r,n){this._notifySynthesizer(e,i,t,s,r,n,this.resolveMap.has(t)),this.config.live&&q((()=>{this.checkPeers()}))}},ks="2.13.0";class Ms extends Ut{static get name(){return"HlsSwP2pEngine"}static isServiceWorkerSupported(){return"serviceWorker"in navigator}constructor(e={},s=null){super(e,s),this.swSupported=self.isSecureContext,this.levels=[],this.bypassLevels=[],this.currentLevelIndex=0,this.currentSrc="",this.swVersion="",this.media=ae(this.config.mediaElem),this.workerKeepAliveInterval=null,this.fragMap=new Map,this.engineName=Ms.name,Ms.isServiceWorkerSupported()||(this.swSupported=!1,console.warn("service worker is not supported")),s&&(s.once("hlsDestroying",(()=>{this.destroy(),this.hlsjs=null})),s.on(this.HLSEvents.ERROR,this._onHlsError.bind(this)));const{channelIdMaker:i,signalId:r,browserInfo:n}=this.setup();if(this.onLevelLoaded=e=>{const{config:s}=this,a=e.live;s.live=a,this.segmentLoadCount=0,this.targetDuration=e.averagetargetduration,this.browserInfo={...n,live:a,abr:this.multiBitrate||void 0,type:"hls_sw"},this.channel=`${i(this.currentSrc)}|${r}[${ee.VERSION}]`,this.setupElectron();const o=this.initLogger();o.info("use HlsSwP2pEngine"),o.info(`engine version: ${re.version} hls-proxy version: ${this.swVersion}`),o.info(`channel ${this.channel}`),a||(s.startSN=e.startSN,s.endSN=e.endSN,o.info(`startSN ${e.startSN} endSN ${e.endSN}`)),this._init(this.channel,this.browserInfo),this.off(t.LEVEL_LOADED,this.onLevelLoaded)},0===this.config.httpLoadTime&&(this.config.live?this.on(t.LEVEL_LOADED,(e=>{const{fragments:t,averagetargetduration:s,startSN:i}=e;this.config.httpLoadTime=this.determineHttpLoadTime(t,s,i)})):this.config.httpLoadTime=3.5),this.on(t.LEVEL_LOADED,this.onLevelLoaded),this.onManifestParsed=(e,s)=>{this.multiBitrate=e.length>1,this.currentSrc=s,this.off(t.MANIFEST_PARSED,this.onManifestParsed)},this.on(t.MANIFEST_PARSED,this.onManifestParsed),this.onFragLoaded=({url:e})=>{this.curTsUri=e;const{config:t}=this;!this.rangeTested&&t.useHttpRange&&(this.startRangeRequestTimer(),this.rangeTested=!0,t.logger&&t.logger.info(JSON.stringify({engine:this.engineName,...this.browserInfo}))),this.segmentLoadCount>=t.startFromSegmentOffset&&this.resumeTracker()},this.on(t.FRAG_LOADED,this.onFragLoaded),this.swSupported){const{serviceWorker:e}=navigator;e.onmessage=e=>{const{action:s,data:i}=e.data;if(!s)return;if(s===t.SW_DEBUG){const{level:e,text:t}=i;return void(this.logger&&this.logger[e](`hls-proxy ${this.swVersion}: ${t}`))}const r=e.ports[0];if(r){if(this.logger&&this.logger.info(`engine onmessage action ${s}`),r.postMessage({action:s,pong:!0}),!this.p2pEnabled||!i)return r.postMessage({action:s});if(s===t.SW_GET_PLAYLIST)this.handleGetPlaylist(i,r);else{if(!this.scheduler)return r.postMessage({action:s});this.scheduler.notifySWMessage(s,i,r)}}else this.logger&&this.logger.error(`sender not found in action ${s}`)}}this.config.swAutoRegister&&this.registerServiceWorker().then((function(e){})).catch((e=>{console.warn("ServiceWorker registration failed ",e)}))}get currentLevel(){return this.currentLevelIndex}watchRebuffering(e){this.offEventRebuffer=function(e,t){let s=null;const i=()=>{s||(s=setTimeout((()=>{t()}),2500))},r=()=>{null!=s&&(clearTimeout(s),s=null)};return e.addEventListener("waiting",i),e.addEventListener("playing",r),()=>{e.removeEventListener("waiting",i),e.removeEventListener("playing",r)}}(e,(()=>{this.fetcher&&this.fetcher.increRebuffers()}))}handlePlaylist(e,s,i=!1){const{config:r,logger:n}=this,{url:a,redirectedUrl:o,text:l,ver:d}=e;return this.swVersion=d,-1===function(e,t){for(var s=e.split("."),i=t.split("."),r=0;r<Math.max(s.length,i.length);r++){var n=parseInt(s[r]||0),a=parseInt(i[r]||0);if(n<a)return-1;if(n>a)return 1}return 0}(d,ks)?(console.warn(`hls-proxy.js version should >= ${ks}`),s.postMessage({action:t.SW_GET_PLAYLIST})):this.bypassLevels.indexOf(L(a))>=0?(console.warn("bypass audio track"),n&&n.warn("bypass audio track"),s.postMessage({action:t.SW_GET_PLAYLIST})):(s.postMessage({action:t.SW_GET_PLAYLIST,data:{active:!0,debug:n&&n.isDebugLevel,text:l,redirectedUrl:o}}),this._parsePlaylist(l,L(a),o,i),void(this.workerKeepAliveInterval||navigator.serviceWorker.getRegistration().then((e=>{const t=()=>e&&e.active&&"activated"===e.active.state;if(!r.live&&t()){const s=new URL(e.scope);this.pathname=s.pathname+h;const i=e=>{clearInterval(this.workerKeepAliveInterval),this.workerKeepAliveInterval=null;const t=`keep alive failed ${e}`;n&&(n.error(t),n.report(t,"SWKeepAlive",this.peerId,"2.16.10"))};this.workerKeepAliveInterval=setInterval((()=>{var e;t()?(e=this.pathname,new Promise(((t,s)=>{fetch(`${e}/keepalive/`).then((e=>{if(e.ok)return e.text();throw new Error("keepalive failed")})).then((e=>{if(""!==e.trim())throw new Error("not valid keepalive response");t()})).catch((e=>{s(e)}))}))).catch((e=>{i(e)})):i("sw not activated`")}),15e3)}}))))}_parsePlaylist(e,s,i,r=!1){const n=s;i&&(s=i);const{config:a,logger:o}=this;if(e.indexOf("#EXTINF:")>0||e.indexOf("#EXT-X-TARGETDURATION:")>0){let i=0;const o=es.parseLevelPlaylist(e,s);this.levels.length>0?(i=this.levels.indexOf(L(o.url)),-1===i?(this.restartP2p(),this.currentSrc=n,i=0):this.currentLevelIndex=i):(""!==this.currentSrc&&n!==this.currentSrc&&this.restartP2p(),this.currentSrc=n,this.levels=[L(s)]),this.emit(t.LEVEL_LOADED,o),a.live&&S(this.fragMap,200),o.fragments.forEach((e=>{e.level=i;let t=l().buildAbsoluteURL(e.baseurl,e.relurl,{alwaysNormalize:!0});const s=e.byteRange;2===s.length&&(t=`${t}|bytes=${s[0]}-${s[1]-1}`),this.fragMap.set(t,e)})),!r&&a.sharePlaylist&&this.scheduler&&!this.scheduler.isMobileNet&&this.scheduler.broadcastPlaylist(L(s),e)}else{const i=es.parseMasterPlaylist(e,s);""!==this.currentSrc&&this.restartP2p(),i.length>0&&(i.sort(((e,t)=>e.bitrate-t.bitrate)),this.levels=i.map((e=>L(e.url))),["AUDIO","SUBTITLES","CLOSED-CAPTIONS"].forEach((t=>{es.parseMasterPlaylistMedia(e,s,t).forEach((e=>{e.url&&this.bypassLevels.push(L(e.url))}))}))),this.emit(t.MANIFEST_PARSED,i,n)}this._setupSegmentId()}async handleGetPlaylist(e,s){const{config:i,logger:r,scheduler:n}=this,{url:a}=e,o=L(a);if(n&&n.playlistInfo.has(o)){const t=await n.getPlaylistFromPeer(o);if(t&&t.data){const{data:i,seq:n}=t;return r&&r.info(`got playlist from peer seq ${n}`),void this.handlePlaylist({text:i,...e},s,!0)}}try{const{text:i,redirectedUrl:n}=await this._loadPlaylistByHttp(a);if(!function(e){return 0===e.indexOf("#EXTM3U")}(i))return r&&r.warn(`not m3u8: ${i}`),s.postMessage({action:t.SW_GET_PLAYLIST});this.handlePlaylist({text:i,redirectedUrl:n,...e},s)}catch(e){s.postMessage({action:t.SW_GET_PLAYLIST})}}async registerServiceWorker(){const{logger:e,config:t}=this;if(!this.swSupported){let e="sw is not supported";return E||(e="https is required when using ServiceWorker",console.warn(e)),Promise.reject(e)}return this.media=ae(t.mediaElem),this.media||e&&e.warn("no video element found"),Gs.registerServiceWorker(t)}async unregisterServiceWorker(){clearInterval(this.workerKeepAliveInterval),this.workerKeepAliveInterval=null;const e="serviceWorker is not registered";return new Promise(((t,s)=>{const{serviceWorker:i}=navigator;i||s(e),i.getRegistration().then((i=>{i?i.unregister().then(t).catch(s):s(e)}))}))}async _init(e,t){const{logger:s,config:i}=this;if(!this.p2pEnabled||"object"!=typeof self)return;this.mediaTimer=setInterval((()=>{const e=()=>this.hlsjs&&this.hlsjs.media;if(this.media){const t=e();t&&this.media!==t&&(this.media=t),clearInterval(this.mediaTimer),this.rubufferTimer=setTimeout((()=>{this.watchRebuffering(this.media)}),15e3)}else this.media=e()||ae(i.mediaElem)}),3e3);let r=new Cs(this,i);r.fragMap=this.fragMap;try{await super._init(e,r,t)}catch(e){return void(s&&s.error(e))}r.server=this.fetcher,this.scheduler=r}restartP2p(){this.logger&&this.logger.warn("restart P2P"),this.disableP2P(),this.enableP2P(),this.on(t.LEVEL_LOADED,this.onLevelLoaded),this.on(t.MANIFEST_PARSED,this.onManifestParsed),this.on(t.FRAG_LOADED,this.onFragLoaded)}enableP2P(){return this.p2pEnabled?null:(this.logger&&this.logger.info("enable P2P"),this.config.p2pEnabled=this.p2pEnabled=!0,this)}disableP2P(){this.logger&&this.logger.warn("disable P2P"),clearInterval(this.mediaTimer),clearTimeout(this.rubufferTimer),this.offEventRebuffer&&this.offEventRebuffer(),this.p2pEnabled&&(this.config.p2pEnabled=this.p2pEnabled=!1,this.tracker&&this.tracker instanceof Bt&&(this.tracker.stopP2P(),this.tracker=null,this.fetcher=null,this.bufMgr.destroy(),this.bufMgr=null,this.trackerTried=!1)),this.levels=[],this.currentLevelIndex=0,this.lastLevel=0,this.multiBitrate=!1,this.rangeTested=!1,this.currentSrc="",this.media=void 0,this.config.live=!1,this.removeAllListeners(t.MANIFEST_PARSED),this.removeAllListeners(t.LEVEL_LOADED),this.removeAllListeners(t.FRAG_LOADED),clearInterval(this.workerKeepAliveInterval),this.workerKeepAliveInterval=null}destroy(){this.swSupported&&(navigator.serviceWorker.onmessage=void 0),super.destroy()}async _loadPlaylistByHttp(e){const t=f(e,h,!0),s=await fetch(t);return{text:await s.text(),redirectedUrl:s.redirected?s.url:void 0}}}const xs=Ms;function Os(e,t,s="main"){return"main"!==s}function Fs(e,t,s){let i,r,n;const a=performance.now();n=a,r=s?n-s.getMeanTimeToLoaded(t):a-200,i=r-100,e.trequest=i,e.tfirst=r,e.tload=n,e.loading={first:i,start:r,end:n},e.loaded=t,e.total=t}const Ns=class extends As{constructor(e,t){super(e,t),this.isHlsjs=!0,this.waitingPeers=0,this.waitingSeg={},this.requestedSet=new Set}updatePlaySN(e){this.currPlaySN=e}load(e,t,s){const{logger:i,config:r}=this;this.context=e;const{rangeStart:n,rangeEnd:a,url:o}=e,l=e.frag,{segId:h,sn:d,level:c}=l;this.callbacks=s,this.criticalSeg={sn:d,level:c,segId:h};let u=e.defaultTimeout-1e3*r.httpLoadTime;const f={rangeStart:Number(n),rangeEnd:Number(a),url:o,httpLoadTime:1e3*r.httpLoadTime,xhrSetup:r.xhrSetup,segId:h,headers:Object.keys(e.headers||{}).length>0?e.headers:void 0};this.setupSynForLoad(d,c,h,f,u),this.targetPeers={}}isCritical(){return!(!this.criticalSeg||this.criticalSeg.segId!==this.loadingSegId)}addPeer(e){super.addPeer(e)}destroy(){super.destroy(),this.logger.warn("destroy HlsjsScheduler")}_setupDC(e){super._setupDC(e)}_setupSynthesizer(e){e.on(t.SYN_OUTPUT,(async(t,s)=>{const{config:i,logger:r}=this,{segId:n,sn:a,data:o,level:l,ext:h}=t,{speed:d,time:c,http:u,p2p:f}=s,g=this.criticalSeg&&this.criticalSeg.segId===n,p=await this._handleSynOutput(n,u,f,c,o,h.hash),m=e.getFromPeerId();if(p)if(this.bitset.has(a,l)||this.reportTraffic(u,f,d),g&&this.callbacks){r.info(`receive criticalSeg seg_id ${n}`),this.criticalSeg=null;const{frag:e}=this.context;f>0&&(e.fromPeerId=m,e.loadByP2P=!0),this.callbacks.onSuccess({data:o,url:this.context.url},{},{...this.context,ext:h}),this.callbacks=void 0}else this.bitset.has(a,l)||(e.detachPeers(),await this.bufMgr.putSeg(t));else r.error(`segment ${n} validate failed`),g&&this.callbacks.onTimeout({},this.context,null),this.requestingMap.delete(ce(a,l)),this.disconnectLoadingPeer(m)})).on(t.SYN_ERROR,((t,s)=>{const{sn:i,level:r}=t;this.criticalSeg&&this.criticalSeg.sn===i&&(this.criticalSeg=null,this.callbacks.onTimeout({},this.context,null)),this._handleSynError(e,r,i,s)})).on(t.SYN_PROGRESS,(({total:e,loaded:t,first:s,segId:i})=>{this.criticalSeg&&this.criticalSeg.segId===i&&this.callbacks&&this.callbacks.onLoaded&&this.callbacks.onLoaded({total:e,loaded:t,first:s},this.context)}))}_setupEngine(){super._setupEngine(),this.engine.on(t.FRAG_LOADING,(({sn:e,segId:t,byHttp:s,level:i})=>{this.loadingSN=e,this.loadingSegId=t,this.fragLoading=!0,s&&this.checkSynthesizer(e,i)})).on(t.FRAG_LOADED,(({sn:e,segId:t,byP2p:s,level:i})=>{this.fragLoading=!1,s||this.checkSynthesizer(e,i)})).on(t.FRAG_CHANGED,(({sn:e})=>{this.updatePlaySN(e)}))}_handleDCHave(e,t,s,i,r,n){this._notifySynthesizer(e,i,t,s,r,n,this.criticalSeg&&this.criticalSeg.segId===i),this.config.live&&q((()=>{this.checkPeers()}))}};class $s extends Ut{static get name(){return"HlsjsP2pEngine"}constructor(e,t={}){if(super(t,e),!e)throw new TypeError("hlsjs instance is null");"serviceWorker"in navigator&&this._setupSW(),this.config.xhrSetup=e.config.xhrSetup,this.engineName=$s.name,this._onFragLoading=this._onFragLoading.bind(this),this._onFragLoaded=this._onFragLoaded.bind(this),this._onFragChanged=this._onFragChanged.bind(this),this._onHlsError=this._onHlsError.bind(this),this._onLevelUpdated=this._onLevelUpdated.bind(this);const{channelIdMaker:s,signalId:i,browserInfo:r}=this.setup(),n=(t,a)=>{if(!a)return;const{config:o}=this,l=a.details,h=l.live;this._startEngine(this.hlsjs.url,h,r,s,i,l),e.off(this.HLSEvents.LEVEL_LOADED,n)};this._updateHlsEventsHandlers(),e.on(this.HLSEvents.LEVEL_LOADED,n);const a=(e,t)=>{if(!t)return;const{config:s}=this,{fragments:i,averagetargetduration:r,startSN:n}=t.details;s.httpLoadTime=this.determineHttpLoadTime(i,r,n)};0===this.config.httpLoadTime&&(this.config.live?e.on(this.HLSEvents.LEVEL_LOADED,a):this.config.httpLoadTime=3.5);const o=(t,s)=>{this._setupSegmentId();const i=s.levels.length;this.multiBitrate=i>1,e.off(this.HLSEvents.MANIFEST_PARSED,o)};e.on(this.HLSEvents.MANIFEST_PARSED,o),e.on(this.HLSEvents.DESTROYING,(()=>{e.off(this.HLSEvents.LEVEL_LOADED,a),this.destroy()}))}_startEngine(e,t,s,i,r,n={}){const{config:a}=this;a.live=t,this.browserInfo={...s,live:t,abr:this.multiBitrate||void 0,type:"hls"},this.channel=`${i(e)}|${r}[${ee.VERSION}]`,this.setupElectron();const o=this.initLogger();o.info("use HlsjsP2pEngine"),this.logger=o,o.info(`channel ${this.channel}`),t||(a.startSN=n.startSN,a.endSN=n.endSN,o.info(`startSN ${n.startSN} endSN ${n.endSN}`)),this._init(this.channel,this.browserInfo)}async _init(e,t){const{logger:s,config:i}=this;if(!this.p2pEnabled||"object"!=typeof self)return;this.media=this.hlsjs.media,this.media&&(this.currentSrc=this.media.src);const r=new Ns(this,i);try{await super._init(e,r,t)}catch(e){return void s.error(e)}this.hlsjs.config.fLoader=function(e,t,s,i){const r=i.httpStreamEnabled&&Es();return class extends(n()){constructor(n){super(),this.logger=s,this.isHlsV0=i.isHlsV0,this.bufMgr=e.bufMgr,this.httpLoader=r||this.isHlsV0?new Ss(n):new Ds(n),this.originalLoader=n.loader,this.p2pEnabled=i.p2pEnabled,this.isLive=i.live,this.scheduler=e,this.fetcher=t,this.segmentId=i.segmentId,this.blockTypes=i.p2pBlackList,this.stats=this.httpLoader.stats||D(),this.segmentBypass=A(i.segmentBypass)?i.segmentBypass:()=>!1,this.prefetchOnly=i.prefetchOnly,this.startFromSegmentOffset=i.startFromSegmentOffset}destroy(){this.httpLoader.destroy()}abort(){this.httpLoader.abort()}async load(e,t,s){const{logger:i,scheduler:r}=this,{url:n,frag:a}=e;this.isHlsV0||(a.stats=this.stats);const{level:o,sn:l,type:h,tagList:d}=a;let c=a.segId;if(!c){let t;e.rangeEnd&&(t="bytes="+e.rangeStart+"-"+(e.rangeEnd-1)),c=a.segId=this.segmentId(String(o),l,n,t)}const u=()=>(a.loadByHTTP=!0,new this.originalLoader(t).load(e,t,s));if(!n||!Number.isInteger(l)||Os(0,this.blockTypes,h)||this.segmentBypass(n,d))return i.info(`HTTP load blockType ${n}`),u();if(this.fetcher.increMediaRequests(),this.isLive&&r.requestedSet.has(c))return i.warn(`HTTP load duplicated ${n}`),u();if(r.engine.segmentLoadCount<this.startFromSegmentOffset)return u();t.maxRetry=2;const f=r.getBufferedDuration(),g=await this.bufMgr.getSegById(c);if(this.p2pEnabled&&g){i.info(`bufMgr found seg sn ${l} segId ${c} level ${o} size ${g.size}`);let t=y(g.data).buffer,n={url:e.url,data:t};return Fs(this.stats,g.size,r.coordinator),a.loaded=g.size,a.loadByP2P=!0,a.fromPeerId=g.fromPeerId,void q((()=>{!this.isHlsV0&&s.onProgress&&s.onProgress(this.stats,e,n.data),s.onSuccess(n,this.stats,e)}))}!this.prefetchOnly&&this.p2pEnabled&&r.hasAndSetTargetPeer(l,o,c,f)?this.loadFragByP2p(e,t,s,c,f):(i.info(`fragLoader load ${c} at ${l} level ${o} buffered ${1e3*f}`),this.loadFragByHttp(e,t,s,c))}loadFragByHttp(e,t,s,i){const{logger:n,scheduler:a}=this,{segmentBuilderMap:o}=a,l=e.frag,{sn:h,level:d}=l,c=ce(h,d);if(r){let e;s.onUpdate=(t,s,r)=>{if(r)return n.warn(`loadFragByHttp ${i} aborted`),void o.delete(c);e&&e.receiveBytes(t,s)},s.onBodyStart=t=>{!e&&t>0&&(e=new Ps(h,d,i,t),o.has(c)||o.set(c,e),a.notifyAllPeers(h,d,i,t,ss.PARTIAL_FORWARD))}}const u=s.onSuccess;s.onSuccess=async(e,t,s)=>{a.coordinator.addLoaderHttpSpeed(t.tload-t.tfirst,t.loaded);const{data:r}=e;let f=t.tload-t.trequest;if(n.info(`HTTP loaded ${i} time ${f} speed ${t.total/f}`),l.loaded=t.total,!await this.bufMgr.hasSegOfId(i)){const e=y(r).buffer,t=new X(h,i,e,this.fetcher.peerId,d);await this.bufMgr.putSeg(t)}o.delete(c),this.fetcher.reportFlow(t.total),u(e,t,s)},e.frag.loadByHTTP=!0,this.httpLoader.load(e,t,s)}loadFragByP2p(t,s,i,r,n){const{logger:a}=this,o=t.frag;let l;l=s.loadPolicy?s.loadPolicy.maxTimeToFirstByteMs:s.timeout,(!l||l>1e3*n)&&(l=1e3*n),t.defaultTimeout=l,this.scheduler.load(t,s,i);const h=i.onSuccess,d=i.onTimeout;i.onTimeout=(e,t)=>{a.warn(`P2P timeout switched to HTTP load ${o.relurl} at ${o.sn}`),i.onSuccess=h,this.loadFragByHttp(t,s,i,r),i.onTimeout=d},i.onSuccess=async(t,s,n)=>{const{data:l}=t;if(Fs(s=this.stats,l.byteLength,e.coordinator),!await this.bufMgr.hasSegOfId(r)){const e=y(l).buffer,t=new X(o.sn,r,e,o.fromPeerId||this.fetcher.peerId,o.level,n.ext);await this.bufMgr.putSeg(t)}o.loadByP2P||this.fetcher.reportFlow(s.total),o.loaded=s.loaded,a.info(`${o.loadByP2P?"P2P":"HTTP"} loaded segment id ${r}`),!this.isHlsV0&&i.onProgress&&i.onProgress(s,n,l),h(t,s,n)}}}}(r,this.fetcher,s,i),i.sharePlaylist&&(this.hlsjs.config.pLoader=function(e,t,s){return class extends(n()){constructor(i){super(),this.logger=t,this.xhrLoader=new i.loader(i),this.p2pEnabled=s.p2pEnabled,this.scheduler=e,this.stats=this.xhrLoader.stats||D()}destroy(){this.xhrLoader.destroy()}abort(){this.xhrLoader.abort()}async load(e,t,s){const{logger:i}=this,{url:r}=e,n=L(r),a=s.onSuccess;if(s.onSuccess=(e,t,s)=>{this.scheduler&&!s.loadedByPeer&&this.scheduler.broadcastPlaylist(n,e.data),a(e,t,s)},this.scheduler&&this.scheduler.playlistInfo.has(n)){const t=await this.scheduler.getPlaylistFromPeer(n);if(t&&t.data){const{data:n,seq:a}=t;i.info(`got playlist from peer seq ${a}`),Fs(this.stats,n.length);let o={url:r,data:n};return e.loadedByPeer=!0,void q((()=>{s.onSuccess(o,this.stats,e)}))}}this.xhrLoader.load(e,t,s)}}}(r,s,i))}_onFragLoading(e,s){const i=s.frag;let{sn:r,level:n,segId:a}=i;if(!Os(i.url,this.config.p2pBlackList,i.type)&&Number.isInteger(r)){if(this.logger&&this.logger.info("loading frag "+r),this.bufMgr&&(this.bufMgr.loadingSN=r),!a){let e;i._byteRange&&(e="bytes="+i._byteRange[0]+"-"+i._byteRange[1]);let t=i.url;this._setupSegmentId(),a=i.segId=this.config.segmentId(String(n),i.sn,t,e)}this.emit(t.FRAG_LOADING,{sn:r,segId:a,byHttp:i.loadByHTTP,level:n})}}_onLevelUpdated(e,t){const{details:s}=t,{hlsjs:i,config:r}=this,{targetduration:n,live:a,fragments:o}=s,l=o.length;if(a&&i&&"main"===o[0].type&&!(l<=4)&&(r.isHlsV0||!i.userConfig.liveSyncDuration&&!i.userConfig.liveSyncDurationCount)){const e=l<=9?l-1:l-2;i.config.liveSyncDurationCount!==e&&(i.config.liveSyncDurationCount=e)}}_onFragLoaded(e,s){if(this.segmentLoadCount++,!this.p2pEnabled)return;const{frag:i}=s;this.curTsUri=i.url;const{sn:r,segId:n,loaded:a,duration:o,level:l,fromPeerId:h,loadByP2P:d,url:c}=i,{config:u,logger:f}=this;this.tracker&&this.tracker.scheduler&&(T(this.tracker.scheduler.requestedSet,50),this.tracker.scheduler.requestedSet.add(n)),Os(i.url,u.p2pBlackList,i.type)||(this.bufMgr&&this.bufMgr.loadingSN>=0&&this.emit(t.FRAG_LOADED,{url:c,sn:r,level:l,segId:n,loaded:a,duration:o,byP2p:!!d,fromPeerId:h}),!this.rangeTested&&u.useHttpRange&&(this.startRangeRequestTimer(),this.rangeTested=!0,f&&f.info(JSON.stringify({engine:this.engineName,hlsjs:this.hlsjsVersion,...this.browserInfo})))),this.segmentLoadCount>=u.startFromSegmentOffset&&this.resumeTracker()}_onFragChanged(e,s){const{frag:i}=s;if(!Os(i.url,this.config.p2pBlackList,i.type)){this.logger&&this.logger.info("frag changed: "+i.sn);const{sn:e,duration:s}=i;this.emit(t.FRAG_CHANGED,{sn:e,duration:s})}}get currentLevel(){const{currentLevel:e}=this.hlsjs;return e>=0?e:0}disableP2P(){this.logger&&this.logger.warn("disable P2P"),this.p2pEnabled&&(this.p2pEnabled=!1,this.config.p2pEnabled=this.p2pEnabled,this.tracker&&(this.tracker.stopP2P(),this.tracker={},this.fetcher=null,this.bufMgr.destroy(),this.bufMgr=null,this.trackerTried=!1,this.hlsjs.config.fLoader=this.hlsjs.config.pLoader=this.hlsjs.constructor.DefaultConfig.loader))}_updateHlsEventsHandlers(e=!1){const t=this.hlsjs;if(!t)return;const s=e?"off":"on";t[s](this.HLSEvents.FRAG_LOADING,this._onFragLoading),t[s](this.HLSEvents.FRAG_LOADED,this._onFragLoaded),t[s](this.HLSEvents.FRAG_CHANGED,this._onFragChanged),t[s](this.HLSEvents.ERROR,this._onHlsError),t[s](this.HLSEvents.LEVEL_UPDATED,this._onLevelUpdated)}destroy(){this._updateHlsEventsHandlers(!0),super.destroy()}_setupSW(){const{serviceWorker:e}=navigator;e.onmessage=e=>{const{action:t}=e.data,s=e.ports[0];if(s)return s.postMessage({action:t,pong:!0}),s.postMessage({action:t,data:{bypass:!0}})}}}const Bs=$s;class Us{static get Events(){return t}static get TrackerZone(){return re.TrackerZone}static isSupported(){return re.isSupported()&&(ne()||xs.isServiceWorkerSupported())}static isServiceWorkerSupported(){return xs.isServiceWorkerSupported()}static isMSESupported(){return ne()}static getBrowser(){return J().getBrowser()}static get ServiceWorkerEngine(){return xs}static get HlsjsEngine(){return Bs}static async tryRegisterServiceWorker({swFile:e="./sw.js",swScope:t="./"}={}){return Us.registerServiceWorker({swFile:e,swScope:t})}static async registerServiceWorker({swFile:e="./sw.js",swScope:t="./",hlsjsInstance:s}={}){const{serviceWorker:i}=navigator;return!i||s?Promise.resolve():i.getRegistration().then((s=>s||Promise.race([i.register(e,{scope:t}).then((e=>function(e){return new Promise(((t,s)=>{const i=e.installing||e.waiting||e.active,r=()=>"activated"===i.state&&(i.removeEventListener("statechange",r),t(e),!0);r()||i.addEventListener("statechange",r)}))}(e))).catch((()=>{Promise.resolve()})),m(300)]))).catch((()=>{Promise.resolve()}))}constructor(e={}){const{hlsjsInstance:t}=e;delete e.hlsjsInstance;const s=()=>{this._realEngine=new Bs(t,e)},i=()=>{this._realEngine=new xs(e,t)};"1"!==u("_sw")?e.proxyFirst&&t?xs.isServiceWorkerSupported()?i():s():!e.proxyOnly&&ne()&&t?s():i():i()}get realEngine(){return this._realEngine}get engineName(){return this._realEngine.constructor.name}once(e,t){return this._realEngine.once(e,t)}on(e,t){return this._realEngine.on(e,t)}off(e,t){return this._realEngine.off(e,t)}removeListener(e,t){return this._realEngine.removeListener(e,t)}removeAllListeners(e){return this._realEngine.removeAllListeners(e)}set p2pEnabled(e){this._realEngine.p2pEnabled=e}get p2pEnabled(){return this._realEngine.p2pEnabled}enableP2P(){return this._realEngine.enableP2P()}disableP2P(){this._realEngine.disableP2P()}destroy(){this._realEngine.destroy()}async registerServiceWorker(){return A(this._realEngine.registerServiceWorker)?this._realEngine.registerServiceWorker():Promise.reject("Not supported by this engine")}async unregisterServiceWorker(){return A(this._realEngine.unregisterServiceWorker)?this._realEngine.unregisterServiceWorker():Promise.reject("Not supported by this engine")}get version(){return re.version}}Us.version=re.version,Us.protocolVersion=ee.VERSION,"object"==typeof self&&(self.P2PEngineHls=Us);const Gs=Us,Hs=Number.isFinite||function(e){return"number"==typeof e&&isFinite(e)},Vs=Number.isSafeInteger||function(e){return"number"==typeof e&&Math.abs(e)<=Ws},Ws=Number.MAX_SAFE_INTEGER||9007199254740991;let qs=function(e){return e.NETWORK_ERROR="networkError",e.MEDIA_ERROR="mediaError",e.KEY_SYSTEM_ERROR="keySystemError",e.MUX_ERROR="muxError",e.OTHER_ERROR="otherError",e}({}),js=function(e){return e.KEY_SYSTEM_NO_KEYS="keySystemNoKeys",e.KEY_SYSTEM_NO_ACCESS="keySystemNoAccess",e.KEY_SYSTEM_NO_SESSION="keySystemNoSession",e.KEY_SYSTEM_NO_CONFIGURED_LICENSE="keySystemNoConfiguredLicense",e.KEY_SYSTEM_LICENSE_REQUEST_FAILED="keySystemLicenseRequestFailed",e.KEY_SYSTEM_SERVER_CERTIFICATE_REQUEST_FAILED="keySystemServerCertificateRequestFailed",e.KEY_SYSTEM_SERVER_CERTIFICATE_UPDATE_FAILED="keySystemServerCertificateUpdateFailed",e.KEY_SYSTEM_SESSION_UPDATE_FAILED="keySystemSessionUpdateFailed",e.KEY_SYSTEM_STATUS_OUTPUT_RESTRICTED="keySystemStatusOutputRestricted",e.KEY_SYSTEM_STATUS_INTERNAL_ERROR="keySystemStatusInternalError",e.KEY_SYSTEM_DESTROY_MEDIA_KEYS_ERROR="keySystemDestroyMediaKeysError",e.KEY_SYSTEM_DESTROY_CLOSE_SESSION_ERROR="keySystemDestroyCloseSessionError",e.KEY_SYSTEM_DESTROY_REMOVE_SESSION_ERROR="keySystemDestroyRemoveSessionError",e.MANIFEST_LOAD_ERROR="manifestLoadError",e.MANIFEST_LOAD_TIMEOUT="manifestLoadTimeOut",e.MANIFEST_PARSING_ERROR="manifestParsingError",e.MANIFEST_INCOMPATIBLE_CODECS_ERROR="manifestIncompatibleCodecsError",e.LEVEL_EMPTY_ERROR="levelEmptyError",e.LEVEL_LOAD_ERROR="levelLoadError",e.LEVEL_LOAD_TIMEOUT="levelLoadTimeOut",e.LEVEL_PARSING_ERROR="levelParsingError",e.LEVEL_SWITCH_ERROR="levelSwitchError",e.AUDIO_TRACK_LOAD_ERROR="audioTrackLoadError",e.AUDIO_TRACK_LOAD_TIMEOUT="audioTrackLoadTimeOut",e.SUBTITLE_LOAD_ERROR="subtitleTrackLoadError",e.SUBTITLE_TRACK_LOAD_TIMEOUT="subtitleTrackLoadTimeOut",e.FRAG_LOAD_ERROR="fragLoadError",e.FRAG_LOAD_TIMEOUT="fragLoadTimeOut",e.FRAG_DECRYPT_ERROR="fragDecryptError",e.FRAG_PARSING_ERROR="fragParsingError",e.FRAG_GAP="fragGap",e.REMUX_ALLOC_ERROR="remuxAllocError",e.KEY_LOAD_ERROR="keyLoadError",e.KEY_LOAD_TIMEOUT="keyLoadTimeOut",e.BUFFER_ADD_CODEC_ERROR="bufferAddCodecError",e.BUFFER_INCOMPATIBLE_CODECS_ERROR="bufferIncompatibleCodecsError",e.BUFFER_APPEND_ERROR="bufferAppendError",e.BUFFER_APPENDING_ERROR="bufferAppendingError",e.BUFFER_STALLED_ERROR="bufferStalledError",e.BUFFER_FULL_ERROR="bufferFullError",e.BUFFER_SEEK_OVER_HOLE="bufferSeekOverHole",e.BUFFER_NUDGE_ON_STALL="bufferNudgeOnStall",e.ASSET_LIST_LOAD_ERROR="assetListLoadError",e.ASSET_LIST_LOAD_TIMEOUT="assetListLoadTimeout",e.ASSET_LIST_PARSING_ERROR="assetListParsingError",e.INTERSTITIAL_ASSET_ITEM_ERROR="interstitialAssetItemError",e.INTERNAL_EXCEPTION="internalException",e.INTERNAL_ABORTED="aborted",e.ATTACH_MEDIA_ERROR="attachMediaError",e.UNKNOWN="unknown",e}({}),zs=function(e){return e.MEDIA_ATTACHING="hlsMediaAttaching",e.MEDIA_ATTACHED="hlsMediaAttached",e.MEDIA_DETACHING="hlsMediaDetaching",e.MEDIA_DETACHED="hlsMediaDetached",e.MEDIA_ENDED="hlsMediaEnded",e.STALL_RESOLVED="hlsStallResolved",e.BUFFER_RESET="hlsBufferReset",e.BUFFER_CODECS="hlsBufferCodecs",e.BUFFER_CREATED="hlsBufferCreated",e.BUFFER_APPENDING="hlsBufferAppending",e.BUFFER_APPENDED="hlsBufferAppended",e.BUFFER_EOS="hlsBufferEos",e.BUFFERED_TO_END="hlsBufferedToEnd",e.BUFFER_FLUSHING="hlsBufferFlushing",e.BUFFER_FLUSHED="hlsBufferFlushed",e.MANIFEST_LOADING="hlsManifestLoading",e.MANIFEST_LOADED="hlsManifestLoaded",e.MANIFEST_PARSED="hlsManifestParsed",e.LEVEL_SWITCHING="hlsLevelSwitching",e.LEVEL_SWITCHED="hlsLevelSwitched",e.LEVEL_LOADING="hlsLevelLoading",e.LEVEL_LOADED="hlsLevelLoaded",e.LEVEL_UPDATED="hlsLevelUpdated",e.LEVEL_PTS_UPDATED="hlsLevelPtsUpdated",e.LEVELS_UPDATED="hlsLevelsUpdated",e.AUDIO_TRACKS_UPDATED="hlsAudioTracksUpdated",e.AUDIO_TRACK_SWITCHING="hlsAudioTrackSwitching",e.AUDIO_TRACK_SWITCHED="hlsAudioTrackSwitched",e.AUDIO_TRACK_LOADING="hlsAudioTrackLoading",e.AUDIO_TRACK_LOADED="hlsAudioTrackLoaded",e.AUDIO_TRACK_UPDATED="hlsAudioTrackUpdated",e.SUBTITLE_TRACKS_UPDATED="hlsSubtitleTracksUpdated",e.SUBTITLE_TRACKS_CLEARED="hlsSubtitleTracksCleared",e.SUBTITLE_TRACK_SWITCH="hlsSubtitleTrackSwitch",e.SUBTITLE_TRACK_LOADING="hlsSubtitleTrackLoading",e.SUBTITLE_TRACK_LOADED="hlsSubtitleTrackLoaded",e.SUBTITLE_TRACK_UPDATED="hlsSubtitleTrackUpdated",e.SUBTITLE_FRAG_PROCESSED="hlsSubtitleFragProcessed",e.CUES_PARSED="hlsCuesParsed",e.NON_NATIVE_TEXT_TRACKS_FOUND="hlsNonNativeTextTracksFound",e.INIT_PTS_FOUND="hlsInitPtsFound",e.FRAG_LOADING="hlsFragLoading",e.FRAG_LOAD_EMERGENCY_ABORTED="hlsFragLoadEmergencyAborted",e.FRAG_LOADED="hlsFragLoaded",e.FRAG_DECRYPTED="hlsFragDecrypted",e.FRAG_PARSING_INIT_SEGMENT="hlsFragParsingInitSegment",e.FRAG_PARSING_USERDATA="hlsFragParsingUserdata",e.FRAG_PARSING_METADATA="hlsFragParsingMetadata",e.FRAG_PARSED="hlsFragParsed",e.FRAG_BUFFERED="hlsFragBuffered",e.FRAG_CHANGED="hlsFragChanged",e.FPS_DROP="hlsFpsDrop",e.FPS_DROP_LEVEL_CAPPING="hlsFpsDropLevelCapping",e.MAX_AUTO_LEVEL_UPDATED="hlsMaxAutoLevelUpdated",e.ERROR="hlsError",e.DESTROYING="hlsDestroying",e.KEY_LOADING="hlsKeyLoading",e.KEY_LOADED="hlsKeyLoaded",e.LIVE_BACK_BUFFER_REACHED="hlsLiveBackBufferReached",e.BACK_BUFFER_REACHED="hlsBackBufferReached",e.STEERING_MANIFEST_LOADED="hlsSteeringManifestLoaded",e.ASSET_LIST_LOADING="hlsAssetListLoading",e.ASSET_LIST_LOADED="hlsAssetListLoaded",e.INTERSTITIALS_UPDATED="hlsInterstitialsUpdated",e.INTERSTITIALS_BUFFERED_TO_BOUNDARY="hlsInterstitialsBufferedToBoundary",e.INTERSTITIAL_ASSET_PLAYER_CREATED="hlsInterstitialAssetPlayerCreated",e.INTERSTITIAL_STARTED="hlsInterstitialStarted",e.INTERSTITIAL_ASSET_STARTED="hlsInterstitialAssetStarted",e.INTERSTITIAL_ASSET_ENDED="hlsInterstitialAssetEnded",e.INTERSTITIAL_ASSET_ERROR="hlsInterstitialAssetError",e.INTERSTITIAL_ENDED="hlsInterstitialEnded",e.INTERSTITIALS_PRIMARY_RESUMED="hlsInterstitialsPrimaryResumed",e.PLAYOUT_LIMIT_REACHED="hlsPlayoutLimitReached",e.EVENT_CUE_ENTER="hlsEventCueEnter",e}({});var Ks="manifest",Ys="level",Xs="audioTrack",Qs="subtitleTrack",Js="main",Zs="audio",ei="subtitle";class ti{constructor(e,t=0,s=0){this.halfLife=void 0,this.alpha_=void 0,this.estimate_=void 0,this.totalWeight_=void 0,this.halfLife=e,this.alpha_=e?Math.exp(Math.log(.5)/e):0,this.estimate_=t,this.totalWeight_=s}sample(e,t){const s=Math.pow(this.alpha_,e);this.estimate_=t*(1-s)+s*this.estimate_,this.totalWeight_+=e}getTotalWeight(){return this.totalWeight_}getEstimate(){if(this.alpha_){const e=1-Math.pow(this.alpha_,this.totalWeight_);if(e)return this.estimate_/e}return this.estimate_}}class si{constructor(e,t,s,i=100){this.defaultEstimate_=void 0,this.minWeight_=void 0,this.minDelayMs_=void 0,this.slow_=void 0,this.fast_=void 0,this.defaultTTFB_=void 0,this.ttfb_=void 0,this.defaultEstimate_=s,this.minWeight_=.001,this.minDelayMs_=50,this.slow_=new ti(e),this.fast_=new ti(t),this.defaultTTFB_=i,this.ttfb_=new ti(e)}update(e,t){const{slow_:s,fast_:i,ttfb_:r}=this;s.halfLife!==e&&(this.slow_=new ti(e,s.getEstimate(),s.getTotalWeight())),i.halfLife!==t&&(this.fast_=new ti(t,i.getEstimate(),i.getTotalWeight())),r.halfLife!==e&&(this.ttfb_=new ti(e,r.getEstimate(),r.getTotalWeight()))}sample(e,t){const s=(e=Math.max(e,this.minDelayMs_))/1e3,i=8*t/s;this.fast_.sample(s,i),this.slow_.sample(s,i)}sampleTTFB(e){const t=e/1e3,s=Math.sqrt(2)*Math.exp(-Math.pow(t,2)/2);this.ttfb_.sample(s,Math.max(e,5))}canEstimate(){return this.fast_.getTotalWeight()>=this.minWeight_}getEstimate(){return this.canEstimate()?Math.min(this.fast_.getEstimate(),this.slow_.getEstimate()):this.defaultEstimate_}getEstimateTTFB(){return this.ttfb_.getTotalWeight()>=this.minWeight_?this.ttfb_.getEstimate():this.defaultTTFB_}get defaultEstimate(){return this.defaultEstimate_}destroy(){}}function ii(e,t,s){return(t=function(e){var t=function(e,t){if("object"!=typeof e||!e)return e;var s=e[Symbol.toPrimitive];if(void 0!==s){var i=s.call(e,t);if("object"!=typeof i)return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}function ri(){return ri=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var s=arguments[t];for(var i in s)({}).hasOwnProperty.call(s,i)&&(e[i]=s[i])}return e},ri.apply(null,arguments)}function ni(e,t){var s=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),s.push.apply(s,i)}return s}function ai(e){for(var t=1;t<arguments.length;t++){var s=null!=arguments[t]?arguments[t]:{};t%2?ni(Object(s),!0).forEach((function(t){ii(e,t,s[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(s)):ni(Object(s)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(s,t))}))}return e}class oi{constructor(e,t){this.trace=void 0,this.debug=void 0,this.log=void 0,this.warn=void 0,this.info=void 0,this.error=void 0;const s=`[${e}]:`;this.trace=li,this.debug=t.debug.bind(null,s),this.log=t.log.bind(null,s),this.warn=t.warn.bind(null,s),this.info=t.info.bind(null,s),this.error=t.error.bind(null,s)}}const li=function(){},hi={trace:li,debug:li,log:li,warn:li,info:li,error:li};function di(){return ri({},hi)}function ci(e,t,s){return t[e]?t[e].bind(t):function(e,t){const s=self.console[e];return s?s.bind(self.console,`${t?"["+t+"] ":""}[${e}] >`):li}(e,s)}const ui=di();const fi=ui;function gi(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var pi,mi;var vi=mi?pi:(mi=1,pi={}),yi=gi(vi);function Ei(e=!0){if("undefined"==typeof self)return;return(e||!self.MediaSource)&&self.ManagedMediaSource||self.MediaSource||self.WebKitMediaSource}function Si(e,t=!1){if("undefined"!=typeof TextDecoder){const s=new TextDecoder("utf-8").decode(e);if(t){const e=s.indexOf("\0");return-1!==e?s.substring(0,e):s}return s.replace(/\0/g,"")}const s=e.length;let i,r,n,a="",o=0;for(;o<s;){if(i=e[o++],0===i&&t)return a;if(0!==i&&3!==i)switch(i>>4){case 0:case 1:case 2:case 3:case 4:case 5:case 6:case 7:a+=String.fromCharCode(i);break;case 12:case 13:r=e[o++],a+=String.fromCharCode((31&i)<<6|63&r);break;case 14:r=e[o++],n=e[o++],a+=String.fromCharCode((15&i)<<12|(63&r)<<6|63&n)}}return a}function Ti(e){let t="";for(let s=0;s<e.length;s++){let i=e[s].toString(16);i.length<2&&(i="0"+i),t+=i}return t}function _i(e){return Uint8Array.from(e.replace(/^0x/,"").replace(/([\da-fA-F]{2}) ?/g,"0x$1 ").replace(/ +$/,"").split(" ")).buffer}var bi,Li={exports:{}};var Ri=(bi||(bi=1,function(e,t){!function(t){var s=/^(?=((?:[a-zA-Z0-9+\-.]+:)?))\1(?=((?:\/\/[^\/?#]*)?))\2(?=((?:(?:[^?#\/]*\/)*[^;?#\/]*)?))\3((?:;[^?#]*)?)(\?[^#]*)?(#[^]*)?$/,i=/^(?=([^\/?#]*))\1([^]*)$/,r=/(?:\/|^)\.(?=\/)/g,n=/(?:\/|^)\.\.\/(?!\.\.\/)[^\/]*(?=\/)/g,a={buildAbsoluteURL:function(e,t,s){if(s=s||{},e=e.trim(),!(t=t.trim())){if(!s.alwaysNormalize)return e;var r=a.parseURL(e);if(!r)throw new Error("Error trying to parse base URL.");return r.path=a.normalizePath(r.path),a.buildURLFromParts(r)}var n=a.parseURL(t);if(!n)throw new Error("Error trying to parse relative URL.");if(n.scheme)return s.alwaysNormalize?(n.path=a.normalizePath(n.path),a.buildURLFromParts(n)):t;var o=a.parseURL(e);if(!o)throw new Error("Error trying to parse base URL.");if(!o.netLoc&&o.path&&"/"!==o.path[0]){var l=i.exec(o.path);o.netLoc=l[1],o.path=l[2]}o.netLoc&&!o.path&&(o.path="/");var h={scheme:o.scheme,netLoc:n.netLoc,path:null,params:n.params,query:n.query,fragment:n.fragment};if(!n.netLoc&&(h.netLoc=o.netLoc,"/"!==n.path[0]))if(n.path){var d=o.path,c=d.substring(0,d.lastIndexOf("/")+1)+n.path;h.path=a.normalizePath(c)}else h.path=o.path,n.params||(h.params=o.params,n.query||(h.query=o.query));return null===h.path&&(h.path=s.alwaysNormalize?a.normalizePath(n.path):n.path),a.buildURLFromParts(h)},parseURL:function(e){var t=s.exec(e);return t?{scheme:t[1]||"",netLoc:t[2]||"",path:t[3]||"",params:t[4]||"",query:t[5]||"",fragment:t[6]||""}:null},normalizePath:function(e){for(e=e.split("").reverse().join("").replace(r,"");e.length!==(e=e.replace(n,"")).length;);return e.split("").reverse().join("")},buildURLFromParts:function(e){return e.scheme+e.netLoc+e.path+e.params+e.query+e.fragment}};e.exports=a}()}(Li)),Li.exports);class Ai{constructor(){this.aborted=!1,this.loaded=0,this.retry=0,this.total=0,this.chunkCount=0,this.bwEstimate=0,this.loading={start:0,first:0,end:0},this.parsing={start:0,end:0},this.buffering={start:0,first:0,end:0}}}var Pi="audio",wi="video",Ii="audiovideo";class Di{constructor(e){this._byteRange=null,this._url=null,this._stats=null,this._streams=null,this.base=void 0,this.relurl=void 0,"string"==typeof e&&(e={url:e}),this.base=e,function(e,t){const s=xi(e,t);s&&(s.enumerable=!0,Object.defineProperty(e,t,s))}(this,"stats")}setByteRange(e,t){const s=e.split("@",2);let i;i=1===s.length?(null==t?void 0:t.byteRangeEndOffset)||0:parseInt(s[1]),this._byteRange=[i,parseInt(s[0])+i]}get baseurl(){return this.base.url}get byteRange(){return null===this._byteRange?[]:this._byteRange}get byteRangeStartOffset(){return this.byteRange[0]}get byteRangeEndOffset(){return this.byteRange[1]}get elementaryStreams(){return null===this._streams&&(this._streams={[Pi]:null,[wi]:null,[Ii]:null}),this._streams}set elementaryStreams(e){this._streams=e}get hasStats(){return null!==this._stats}get hasStreams(){return null!==this._streams}get stats(){return null===this._stats&&(this._stats=new Ai),this._stats}set stats(e){this._stats=e}get url(){return!this._url&&this.baseurl&&this.relurl&&(this._url=Ri.buildAbsoluteURL(this.baseurl,this.relurl,{alwaysNormalize:!0})),this._url||""}set url(e){this._url=e}clearElementaryStreamInfo(){const{elementaryStreams:e}=this;e[Pi]=null,e[wi]=null,e[Ii]=null}}function Ci(e){return"initSegment"!==e.sn}class ki extends Di{constructor(e,t){super(t),this._decryptdata=null,this._programDateTime=null,this._ref=null,this._bitrate=void 0,this.rawProgramDateTime=null,this.tagList=[],this.duration=0,this.sn=0,this.levelkeys=void 0,this.type=void 0,this.loader=null,this.keyLoader=null,this.level=-1,this.cc=0,this.startPTS=void 0,this.endPTS=void 0,this.startDTS=void 0,this.endDTS=void 0,this.start=0,this.playlistOffset=0,this.deltaPTS=void 0,this.maxStartPTS=void 0,this.minEndPTS=void 0,this.data=void 0,this.bitrateTest=!1,this.title=null,this.initSegment=null,this.endList=void 0,this.gap=void 0,this.urlId=0,this.type=e}get byteLength(){if(this.hasStats){const e=this.stats.total;if(e)return e}if(this.byteRange.length){const e=this.byteRange[0],t=this.byteRange[1];if(Hs(e)&&Hs(t))return t-e}return null}get bitrate(){return this.byteLength?8*this.byteLength/this.duration:this._bitrate?this._bitrate:null}set bitrate(e){this._bitrate=e}get decryptdata(){const{levelkeys:e}=this;if(!e&&!this._decryptdata)return null;if(!this._decryptdata&&this.levelkeys&&!this.levelkeys.NONE){const e=this.levelkeys.identity;if(e)this._decryptdata=e.getDecryptData(this.sn);else{const e=Object.keys(this.levelkeys);if(1===e.length){const t=this._decryptdata=this.levelkeys[e[0]]||null;if(t)return t.getDecryptData(this.sn)}}}return this._decryptdata}get end(){return this.start+this.duration}get endProgramDateTime(){if(null===this.programDateTime)return null;const e=Hs(this.duration)?this.duration:0;return this.programDateTime+1e3*e}get encrypted(){var e;if(null!=(e=this._decryptdata)&&e.encrypted)return!0;if(this.levelkeys){var t;const e=Object.keys(this.levelkeys),s=e.length;if(s>1||1===s&&null!=(t=this.levelkeys[e[0]])&&t.encrypted)return!0}return!1}get programDateTime(){return null===this._programDateTime&&this.rawProgramDateTime&&(this.programDateTime=Date.parse(this.rawProgramDateTime)),this._programDateTime}set programDateTime(e){Hs(e)?this._programDateTime=e:this._programDateTime=this.rawProgramDateTime=null}get ref(){return Ci(this)?(this._ref||(this._ref={base:this.base,start:this.start,duration:this.duration,sn:this.sn,programDateTime:this.programDateTime}),this._ref):null}addStart(e){this.setStart(this.start+e)}setStart(e){this.start=e,this._ref&&(this._ref.start=e)}setDuration(e){this.duration=e,this._ref&&(this._ref.duration=e)}setKeyFormat(e){if(this.levelkeys){const t=this.levelkeys[e];t&&!this._decryptdata&&(this._decryptdata=t.getDecryptData(this.sn))}}abortRequests(){var e,t;null==(e=this.loader)||e.abort(),null==(t=this.keyLoader)||t.abort()}setElementaryStreamInfo(e,t,s,i,r,n=!1){const{elementaryStreams:a}=this,o=a[e];o?(o.startPTS=Math.min(o.startPTS,t),o.endPTS=Math.max(o.endPTS,s),o.startDTS=Math.min(o.startDTS,i),o.endDTS=Math.max(o.endDTS,r)):a[e]={startPTS:t,endPTS:s,startDTS:i,endDTS:r,partial:n}}}class Mi extends Di{constructor(e,t,s,i,r){super(s),this.fragOffset=0,this.duration=0,this.gap=!1,this.independent=!1,this.relurl=void 0,this.fragment=void 0,this.index=void 0,this.duration=e.decimalFloatingPoint("DURATION"),this.gap=e.bool("GAP"),this.independent=e.bool("INDEPENDENT"),this.relurl=e.enumeratedString("URI"),this.fragment=t,this.index=i;const n=e.enumeratedString("BYTERANGE");n&&this.setByteRange(n,r),r&&(this.fragOffset=r.fragOffset+r.duration)}get start(){return this.fragment.start+this.fragOffset}get end(){return this.start+this.duration}get loaded(){const{elementaryStreams:e}=this;return!!(e.audio||e.video||e.audiovideo)}}function xi(e,t){const s=Object.getPrototypeOf(e);if(s){const e=Object.getOwnPropertyDescriptor(s,t);return e||xi(s,t)}}const Oi=Math.pow(2,32)-1,Fi=[].push,Ni={video:1,audio:2,id3:3,text:4};function $i(e){return String.fromCharCode.apply(null,e)}function Bi(e,t){const s=e[t]<<8|e[t+1];return s<0?65536+s:s}function Ui(e,t){const s=Hi(e,t);return s<0?4294967296+s:s}function Gi(e,t){let s=Ui(e,t);return s*=Math.pow(2,32),s+=Ui(e,t+4),s}function Hi(e,t){return e[t]<<24|e[t+1]<<16|e[t+2]<<8|e[t+3]}function Vi(e,t){const s=[];if(!t.length)return s;const i=e.byteLength;for(let r=0;r<i;){const n=Ui(e,r),a=n>1?r+n:i;if($i(e.subarray(r+4,r+8))===t[0])if(1===t.length)s.push(e.subarray(r+8,a));else{const i=Vi(e.subarray(r+8,a),t.slice(1));i.length&&Fi.apply(s,i)}r=a}return s}function Wi(e){const t=[],s=e[0];let i=8;const r=Ui(e,i);i+=4;let n=0,a=0;0===s?(n=Ui(e,i),a=Ui(e,i+4),i+=8):(n=Gi(e,i),a=Gi(e,i+8),i+=16),i+=2;let o=e.length+a;const l=Bi(e,i);i+=2;for(let s=0;s<l;s++){let s=i;const n=Ui(e,s);s+=4;const a=2147483647&n;if(1===(2147483648&n)>>>31)return fi.warn("SIDX has hierarchical references (not supported)"),null;const l=Ui(e,s);s+=4,t.push({referenceSize:a,subsegmentDuration:l,info:{duration:l/r,start:o,end:o+a-1}}),o+=a,s+=4,i=s}return{earliestPresentationTime:n,timescale:r,version:s,referencesCount:l,references:t}}function qi(e){const t=[],s=Vi(e,["moov","trak"]);for(let e=0;e<s.length;e++){const i=s[e],r=Vi(i,["tkhd"])[0];if(r){let e=r[0];const s=Ui(r,0===e?12:20),n=Vi(i,["mdia","mdhd"])[0];if(n){e=n[0];const r=Ui(n,0===e?12:20),a=Vi(i,["mdia","hdlr"])[0];if(a){const e=$i(a.subarray(8,12)),n={soun:Pi,vide:wi}[e],o=ji(Vi(i,["mdia","minf","stbl","stsd"])[0]);n?(t[s]={timescale:r,type:n,stsd:o},t[n]=ai({timescale:r,id:s},o)):t[s]={timescale:r,type:e,stsd:o}}}}}return Vi(e,["moov","mvex","trex"]).forEach((e=>{const s=Ui(e,4),i=t[s];i&&(i.default={duration:Ui(e,12),flags:Ui(e,20)})})),t}function ji(e){const t=e.subarray(8),s=t.subarray(86),i=$i(t.subarray(4,8));let r,n=i;const a="enca"===i||"encv"===i;if(a){const e=Vi(t,[i])[0];Vi(e.subarray("enca"===i?28:78),["sinf"]).forEach((e=>{const t=Vi(e,["schm"])[0];if(t){const s=$i(t.subarray(4,8));if("cbcs"===s||"cenc"===s){const t=Vi(e,["frma"])[0];t&&(n=$i(t))}}}))}const o=n;switch(n){case"avc1":case"avc2":case"avc3":case"avc4":{const e=Vi(s,["avcC"])[0];e&&e.length>3&&(n+="."+Yi(e[1])+Yi(e[2])+Yi(e[3]),r=zi("avc1"===o?"dva1":"dvav",s));break}case"mp4a":{const e=Vi(t,[i])[0],s=Vi(e.subarray(28),["esds"])[0];if(s&&s.length>7){let e=4;if(3!==s[e++])break;e=Ki(s,e),e+=2;const t=s[e++];if(128&t&&(e+=2),64&t&&(e+=s[e++]),4!==s[e++])break;e=Ki(s,e);const i=s[e++];if(64!==i)break;if(n+="."+Yi(i),e+=12,5!==s[e++])break;e=Ki(s,e);const r=s[e++];let a=(248&r)>>3;31===a&&(a+=1+((7&r)<<3)+((224&s[e])>>5)),n+="."+a}break}case"hvc1":case"hev1":{const e=Vi(s,["hvcC"])[0];if(e&&e.length>12){const t=e[1],s=["","A","B","C"][t>>6],i=31&t,r=Ui(e,2),a=(32&t)>>5?"H":"L",o=e[12],l=e.subarray(6,12);n+="."+s+i,n+="."+function(e){let t=0;for(let s=0;s<32;s++)t|=(e>>s&1)<<31-s;return t>>>0}(r).toString(16).toUpperCase(),n+="."+a+o;let h="";for(let e=l.length;e--;){const t=l[e];if(t||h){h="."+t.toString(16).toUpperCase()+h}}n+=h}r=zi("hev1"==o?"dvhe":"dvh1",s);break}case"dvh1":case"dvhe":case"dvav":case"dva1":case"dav1":n=zi(n,s)||n;break;case"vp09":{const e=Vi(s,["vpcC"])[0];if(e&&e.length>6){const t=e[4],s=e[5],i=e[6]>>4&15;n+="."+Xi(t)+"."+Xi(s)+"."+Xi(i)}break}case"av01":{const e=Vi(s,["av1C"])[0];if(e&&e.length>2){const t=e[1]>>>5,i=31&e[1],a=e[2]>>>7?"H":"M",o=(64&e[2])>>6,l=(32&e[2])>>5,h=2===t&&o?l?12:10:o?10:8,d=(16&e[2])>>4,c=(8&e[2])>>3,u=(4&e[2])>>2,f=3&e[2],g=1,p=1,m=1,v=0;n+="."+t+"."+Xi(i)+a+"."+Xi(h)+"."+d+"."+c+u+f+"."+Xi(g)+"."+Xi(p)+"."+Xi(m)+"."+v,r=zi("dav1",s)}break}}return{codec:n,encrypted:a,supplemental:r}}function zi(e,t){const s=Vi(t,["dvvC"]),i=s.length?s[0]:Vi(t,["dvcC"])[0];if(i){const t=i[2]>>1&127,s=i[2]<<5&32|i[3]>>3&31;return e+"."+Xi(t)+"."+Xi(s)}}function Ki(e,t){const s=t+5;for(;128&e[t++]&&t<s;);return t}function Yi(e){return("0"+e.toString(16).toUpperCase()).slice(-2)}function Xi(e){return(e<10?"0":"")+e}function Qi(e,t){if(!e||!t)return;const s=t.keyId;if(s&&t.isCommonEncryption){Vi(e,["moov","trak"]).forEach((e=>{const t=Vi(e,["mdia","minf","stbl","stsd"])[0].subarray(8);let i=Vi(t,["enca"]);const r=i.length>0;r||(i=Vi(t,["encv"])),i.forEach((e=>{Vi(r?e.subarray(28):e.subarray(78),["sinf"]).forEach((e=>{const t=function(e){const t=Vi(e,["schm"])[0];if(t){const s=$i(t.subarray(4,8));if("cbcs"===s||"cenc"===s)return Vi(e,["schi","tenc"])[0]}return null}(e);if(t){const e=t.subarray(8,24);e.some((e=>0!==e))||(fi.log(`[eme] Patching keyId in 'enc${r?"a":"v"}>sinf>>tenc' box: ${Ti(e)} -> ${Ti(s)}`),t.set(s,8))}}))}))}))}}function Ji(e,t){const s=new Uint8Array(e.length+t.length);return s.set(e),s.set(t,e.length),s}function Zi(e,t){const s=[],i=t.samples,r=t.timescale,n=t.id;let a=!1;return Vi(i,["moof"]).map((o=>{const l=o.byteOffset-8;Vi(o,["traf"]).map((o=>{const h=Vi(o,["tfdt"]).map((e=>{const t=e[0];let s=Ui(e,4);return 1===t&&(s*=Math.pow(2,32),s+=Ui(e,8)),s/r}))[0];return void 0!==h&&(e=h),Vi(o,["tfhd"]).map((h=>{const d=Ui(h,4),c=16777215&Ui(h,0);let u=0;const f=!!(16&c);let g=0;const p=!!(32&c);let m=8;d===n&&(!!(1&c)&&(m+=8),!!(2&c)&&(m+=4),!!(8&c)&&(u=Ui(h,m),m+=4),f&&(g=Ui(h,m),m+=4),p&&(m+=4),"video"===t.type&&(a=er(t.codec)),Vi(o,["trun"]).map((n=>{const o=n[0],h=16777215&Ui(n,0),d=!!(1&h);let c=0;const f=!!(4&h),p=!!(256&h);let m=0;const v=!!(512&h);let y=0;const E=!!(1024&h),S=!!(2048&h);let T=0;const _=Ui(n,4);let b=8;d&&(c=Ui(n,b),b+=4),f&&(b+=4);let L=c+l;for(let l=0;l<_;l++){if(p?(m=Ui(n,b),b+=4):m=u,v?(y=Ui(n,b),b+=4):y=g,E&&(b+=4),S&&(T=0===o?Ui(n,b):Hi(n,b),b+=4),t.type===wi){let t=0;for(;t<y;){const n=Ui(i,L);if(L+=4,tr(a,i[L])){sr(i.subarray(L,L+n),a?2:1,e+T/r,s)}L+=n,t+=n+4}}e+=m/r}})))}))}))})),s}function er(e){if(!e)return!1;const t=e.substring(0,4);return"hvc1"===t||"hev1"===t||"dvh1"===t||"dvhe"===t}function tr(e,t){if(e){const e=t>>1&63;return 39===e||40===e}return 6===(31&t)}function sr(e,t,s,i){const r=ir(e);let n=0;n+=t;let a=0,o=0,l=0;for(;n<r.length;){a=0;do{if(n>=r.length)break;l=r[n++],a+=l}while(255===l);o=0;do{if(n>=r.length)break;l=r[n++],o+=l}while(255===l);const e=r.length-n;let t=n;if(o<e)n+=o;else if(o>e){fi.error(`Malformed SEI payload. ${o} is too small, only ${e} bytes left to parse.`);break}if(4===a){if(181===r[t++]){const e=Bi(r,t);if(t+=2,49===e){const e=Ui(r,t);if(t+=4,1195456820===e){const e=r[t++];if(3===e){const n=r[t++],o=64&n,l=o?2+3*(31&n):0,h=new Uint8Array(l);if(o){h[0]=n;for(let e=1;e<l;e++)h[e]=r[t++]}i.push({type:e,payloadType:a,pts:s,bytes:h})}}}}}else if(5===a&&o>16){const e=[];for(let s=0;s<16;s++){const i=r[t++].toString(16);e.push(1==i.length?"0"+i:i),3!==s&&5!==s&&7!==s&&9!==s||e.push("-")}const n=o-16,l=new Uint8Array(n);for(let e=0;e<n;e++)l[e]=r[t++];i.push({payloadType:a,pts:s,uuid:e.join(""),userData:Si(l),userDataBytes:l})}}}function ir(e){const t=e.byteLength,s=[];let i=1;for(;i<t-2;)0===e[i]&&0===e[i+1]&&3===e[i+2]?(s.push(i+2),i+=2):i++;if(0===s.length)return e;const r=t-s.length,n=new Uint8Array(r);let a=0;for(i=0;i<r;a++,i++)a===s[0]&&(a++,s.shift()),n[i]=e[a];return n}const rr=()=>/\(Windows.+Firefox\//i.test(navigator.userAgent),nr={audio:{a3ds:1,"ac-3":.95,"ac-4":1,alac:.9,alaw:1,dra1:1,"dts+":1,"dts-":1,dtsc:1,dtse:1,dtsh:1,"ec-3":.9,enca:1,fLaC:.9,flac:.9,FLAC:.9,g719:1,g726:1,m4ae:1,mha1:1,mha2:1,mhm1:1,mhm2:1,mlpa:1,mp4a:1,"raw ":1,Opus:1,opus:1,samr:1,sawb:1,sawp:1,sevc:1,sqcp:1,ssmv:1,twos:1,ulaw:1},video:{avc1:1,avc2:1,avc3:1,avc4:1,avcp:1,av01:.8,dav1:.8,drac:1,dva1:1,dvav:1,dvh1:.7,dvhe:.7,encv:1,hev1:.75,hvc1:.75,mjp2:1,mp4v:1,mvc1:1,mvc2:1,mvc3:1,mvc4:1,resv:1,rv60:1,s263:1,svc1:1,svc2:1,"vc-1":1,vp08:1,vp09:.9},text:{stpp:1,wvtt:1}};function ar(e,t){const s=nr[t];return!!s&&!!s[e.slice(0,4)]}function or(e,t,s=!0){return!e.split(",").some((e=>!lr(e,t,s)))}function lr(e,t,s=!0){var i;const r=Ei(s);return null!=(i=null==r?void 0:r.isTypeSupported(hr(e,t)))&&i}function hr(e,t){return`${t}/mp4;codecs=${e}`}function dr(e){if(e){const t=e.substring(0,4);return nr.video[t]}return 2}function cr(e){const t=rr();return e.split(",").reduce(((e,s)=>{const i=t&&er(s)?9:nr.video[s];return i?(2*i+e)/(e?3:2):(nr.audio[s]+e)/(e?2:1)}),0)}const ur={};const fr=/flac|opus|mp4a\.40\.34/i;function gr(e,t=!0){return e.replace(fr,(e=>function(e,t=!0){if(ur[e])return ur[e];const s={flac:["flac","fLaC","FLAC"],opus:["opus","Opus"],"mp4a.40.34":["mp3"]}[e];for(let r=0;r<s.length;r++){var i;if(lr(s[r],"audio",t))return ur[e]=s[r],s[r];if("mp3"===s[r]&&null!=(i=Ei(t))&&i.isTypeSupported("audio/mpeg"))return""}return e}(e.toLowerCase(),t)))}function pr(e,t){if(e&&(e.length>4||-1!==["ac-3","ec-3","alac","fLaC","Opus"].indexOf(e))&&(mr(e,"audio")||mr(e,"video")))return e;if(t){const s=t.split(",");if(s.length>1){if(e)for(let t=s.length;t--;)if(s[t].substring(0,4)===e.substring(0,4))return s[t];return s[0]}}return t||e}function mr(e,t){return ar(e,t)&&lr(e,t)}function vr(e){if(e.startsWith("av01.")){const t=e.split("."),s=["0","111","01","01","01","0"];for(let e=t.length;e>4&&e<10;e++)t[e]=s[e-4];return t.join(".")}return e}function yr(e){const t=Ei(e)||{isTypeSupported:()=>!1};return{mpeg:t.isTypeSupported("audio/mpeg"),mp3:t.isTypeSupported('audio/mp4; codecs="mp3"'),ac3:!1}}function Er(e){return e.replace(/^.+codecs=["']?([^"']+).*$/,"$1")}const Sr=["NONE","TYPE-0","TYPE-1",null];const Tr=["SDR","PQ","HLG"];var _r="",br="YES",Lr="v2";function Rr(e){const{canSkipUntil:t,canSkipDateRanges:s,age:i}=e;return t&&i<t/2?s?Lr:br:_r}class Ar{constructor(e,t,s){this.msn=void 0,this.part=void 0,this.skip=void 0,this.msn=e,this.part=t,this.skip=s}addDirectives(e){const t=new self.URL(e);return void 0!==this.msn&&t.searchParams.set("_HLS_msn",this.msn.toString()),void 0!==this.part&&t.searchParams.set("_HLS_part",this.part.toString()),this.skip&&t.searchParams.set("_HLS_skip",this.skip),t.href}}class Pr{constructor(e){if(this._attrs=void 0,this.audioCodec=void 0,this.bitrate=void 0,this.codecSet=void 0,this.url=void 0,this.frameRate=void 0,this.height=void 0,this.id=void 0,this.name=void 0,this.supplemental=void 0,this.videoCodec=void 0,this.width=void 0,this.details=void 0,this.fragmentError=0,this.loadError=0,this.loaded=void 0,this.realBitrate=0,this.supportedPromise=void 0,this.supportedResult=void 0,this._avgBitrate=0,this._audioGroups=void 0,this._subtitleGroups=void 0,this._urlId=0,this.url=[e.url],this._attrs=[e.attrs],this.bitrate=e.bitrate,e.details&&(this.details=e.details),this.id=e.id||0,this.name=e.name,this.width=e.width||0,this.height=e.height||0,this.frameRate=e.attrs.optionalFloat("FRAME-RATE",0),this._avgBitrate=e.attrs.decimalInteger("AVERAGE-BANDWIDTH"),this.audioCodec=e.audioCodec,this.videoCodec=e.videoCodec,this.codecSet=[e.videoCodec,e.audioCodec].filter((e=>!!e)).map((e=>e.substring(0,4))).join(","),"supplemental"in e){var t;this.supplemental=e.supplemental;const s=null==(t=e.supplemental)?void 0:t.videoCodec;s&&s!==e.videoCodec&&(this.codecSet+=`,${s.substring(0,4)}`)}this.addGroupId("audio",e.attrs.AUDIO),this.addGroupId("text",e.attrs.SUBTITLES)}get maxBitrate(){return Math.max(this.realBitrate,this.bitrate)}get averageBitrate(){return this._avgBitrate||this.realBitrate||this.bitrate}get attrs(){return this._attrs[0]}get codecs(){return this.attrs.CODECS||""}get pathwayId(){return this.attrs["PATHWAY-ID"]||"."}get videoRange(){return this.attrs["VIDEO-RANGE"]||"SDR"}get score(){return this.attrs.optionalFloat("SCORE",0)}get uri(){return this.url[0]||""}hasAudioGroup(e){return wr(this._audioGroups,e)}hasSubtitleGroup(e){return wr(this._subtitleGroups,e)}get audioGroups(){return this._audioGroups}get subtitleGroups(){return this._subtitleGroups}addGroupId(e,t){if(t)if("audio"===e){let e=this._audioGroups;e||(e=this._audioGroups=[]),-1===e.indexOf(t)&&e.push(t)}else if("text"===e){let e=this._subtitleGroups;e||(e=this._subtitleGroups=[]),-1===e.indexOf(t)&&e.push(t)}}get urlId(){return 0}set urlId(e){}get audioGroupIds(){return this.audioGroups?[this.audioGroupId]:void 0}get textGroupIds(){return this.subtitleGroups?[this.textGroupId]:void 0}get audioGroupId(){var e;return null==(e=this.audioGroups)?void 0:e[0]}get textGroupId(){var e;return null==(e=this.subtitleGroups)?void 0:e[0]}addFallback(){}}function wr(e,t){return!(!t||!e)&&-1!==e.indexOf(t)}function Ir(e,t){let s=!1,i=[];if(e&&(s="SDR"!==e,i=[e]),t){i=t.allowedVideoRanges||Tr.slice(0);const e="SDR"!==i.join("")&&!t.videoCodec;s=void 0!==t.preferHDR?t.preferHDR:e&&function(){if("function"==typeof matchMedia){const e=matchMedia("(dynamic-range: high)"),t=matchMedia("bad query");if(e.media!==t.media)return!0===e.matches}return!1}(),s||(i=["SDR"])}return{preferHDR:s,allowedVideoRanges:i}}const Dr=(e,t)=>JSON.stringify(e,(e=>{const t=new WeakSet;return(s,i)=>{if(e&&(i=e(s,i)),"object"==typeof i&&null!==i){if(t.has(i))return;t.add(i)}return i}})(t));function Cr(e,t){fi.log(`[abr] start candidates with "${e}" ignored because ${t}`)}function kr(e){return e.reduce(((e,t)=>{let s=e.groups[t.groupId];s||(s=e.groups[t.groupId]={tracks:[],channels:{2:0},hasDefault:!1,hasAutoSelect:!1}),s.tracks.push(t);const i=t.channels||"2";return s.channels[i]=(s.channels[i]||0)+1,s.hasDefault=s.hasDefault||t.default,s.hasAutoSelect=s.hasAutoSelect||t.autoselect,s.hasDefault&&(e.hasDefaultAudio=!0),s.hasAutoSelect&&(e.hasAutoSelectAudio=!0),e}),{hasDefaultAudio:!1,hasAutoSelectAudio:!1,groups:{}})}function Mr(e,t){var s;return!!e&&e!==(null==(s=t.loadLevelObj)?void 0:s.uri)}const xr=function(e,t){let s=0,i=e.length-1,r=null,n=null;for(;s<=i;){r=(s+i)/2|0,n=e[r];const a=t(n);if(a>0)s=r+1;else{if(!(a<0))return n;i=r-1}}return null};function Or(e,t,s=0,i=0,r=.005){let n=null;if(e){n=t[1+e.sn-t[0].sn]||null;const i=e.endDTS-s;i>0&&i<15e-7&&(s+=15e-7),n&&e.level!==n.level&&n.end<=e.end&&(n=t[2+e.sn-t[0].sn]||null)}else 0===s&&0===t[0].start&&(n=t[0]);if(n&&((!e||e.level===n.level)&&0===Fr(s,i,n)||function(e,t,s){if(t&&0===t.start&&t.level<e.level&&(t.endPTS||0)>0){const i=t.tagList.reduce(((e,t)=>("INF"===t[0]&&(e+=parseFloat(t[1])),e)),s);return e.start<=i}return!1}(n,e,Math.min(r,i))))return n;const a=xr(t,Fr.bind(null,s,i));return!a||a===e&&n?n:a}function Fr(e=0,t=0,s){if(s.start<=e&&s.start+s.duration>e)return 0;const i=Math.min(t,s.duration+(s.deltaPTS?s.deltaPTS:0));return s.start+s.duration-i<=e?1:s.start-i>e&&s.start?-1:0}function Nr(e,t,s){const i=1e3*Math.min(t,s.duration+(s.deltaPTS?s.deltaPTS:0));return(s.endProgramDateTime||0)-i>e}function $r(e){switch(e.details){case js.FRAG_LOAD_TIMEOUT:case js.KEY_LOAD_TIMEOUT:case js.LEVEL_LOAD_TIMEOUT:case js.MANIFEST_LOAD_TIMEOUT:return!0}return!1}function Br(e){return e.details.startsWith("key")}function Ur(e){return Br(e)&&!!e.frag&&!e.frag.decryptdata}function Gr(e,t){const s=$r(t);return e.default[(s?"timeout":"error")+"Retry"]}function Hr(e,t){const s="linear"===e.backoff?1:Math.pow(2,t);return Math.min(s*e.retryDelayMs,e.maxRetryDelayMs)}function Vr(e){return ai(ai({},e),{errorRetry:null,timeoutRetry:null})}function Wr(e,t,s,i){if(!e)return!1;const r=null==i?void 0:i.code,n=t<e.maxNumRetry&&(function(e){return qr(e)||!!e&&(e<400||e>499)}(r)||!!s);return e.shouldRetry?e.shouldRetry(e,t,s,i,n):n}function qr(e){return 0===e&&!1===navigator.onLine}var jr=0,zr=2,Kr=3,Yr=5,Xr=0,Qr=1,Jr=2,Zr=4;function en(e){const t={action:jr,flags:Xr};return e&&(t.resolved=!0),t}const tn=/^(\d+)x(\d+)$/,sn=/(.+?)=(".*?"|.*?)(?:,|$)/g;class rn{constructor(e,t){"string"==typeof e&&(e=rn.parseAttrList(e,t)),ri(this,e)}get clientAttrs(){return Object.keys(this).filter((e=>"X-"===e.substring(0,2)))}decimalInteger(e){const t=parseInt(this[e],10);return t>Number.MAX_SAFE_INTEGER?1/0:t}hexadecimalInteger(e){if(this[e]){let t=(this[e]||"0x").slice(2);t=(1&t.length?"0":"")+t;const s=new Uint8Array(t.length/2);for(let e=0;e<t.length/2;e++)s[e]=parseInt(t.slice(2*e,2*e+2),16);return s}return null}hexadecimalIntegerAsNumber(e){const t=parseInt(this[e],16);return t>Number.MAX_SAFE_INTEGER?1/0:t}decimalFloatingPoint(e){return parseFloat(this[e])}optionalFloat(e,t){const s=this[e];return s?parseFloat(s):t}enumeratedString(e){return this[e]}enumeratedStringList(e,t){const s=this[e];return(s?s.split(/[ ,]+/):[]).reduce(((e,t)=>(e[t.toLowerCase()]=!0,e)),t)}bool(e){return"YES"===this[e]}decimalResolution(e){const t=tn.exec(this[e]);if(null!==t)return{width:parseInt(t[1],10),height:parseInt(t[2],10)}}static parseAttrList(e,t){let s;const i={};for(sn.lastIndex=0;null!==(s=sn.exec(e));){const r=s[1].trim();let n=s[2];const a=0===n.indexOf('"')&&n.lastIndexOf('"')===n.length-1;let o=!1;if(a)n=n.slice(1,-1);else switch(r){case"IV":case"SCTE35-CMD":case"SCTE35-IN":case"SCTE35-OUT":o=!0}if(t&&(a||o));else if(!o&&!a)switch(r){case"CLOSED-CAPTIONS":if("NONE"===n)break;case"ALLOWED-CPC":case"CLASS":case"ASSOC-LANGUAGE":case"AUDIO":case"BYTERANGE":case"CHANNELS":case"CHARACTERISTICS":case"CODECS":case"DATA-ID":case"END-DATE":case"GROUP-ID":case"ID":case"IMPORT":case"INSTREAM-ID":case"KEYFORMAT":case"KEYFORMATVERSIONS":case"LANGUAGE":case"NAME":case"PATHWAY-ID":case"QUERYPARAM":case"RECENTLY-REMOVED-DATERANGES":case"SERVER-URI":case"STABLE-RENDITION-ID":case"STABLE-VARIANT-ID":case"START-DATE":case"SUBTITLES":case"SUPPLEMENTAL-CODECS":case"URI":case"VALUE":case"VIDEO":case"X-ASSET-LIST":case"X-ASSET-URI":fi.warn(`${e}: attribute ${r} is missing quotes`)}i[r]=n}return i}}function nn(e){return"SCTE35-OUT"===e||"SCTE35-IN"===e||"SCTE35-CMD"===e}class an{constructor(e,t,s=0){var i;if(this.attr=void 0,this.tagAnchor=void 0,this.tagOrder=void 0,this._startDate=void 0,this._endDate=void 0,this._dateAtEnd=void 0,this._cue=void 0,this._badValueForSameId=void 0,this.tagAnchor=(null==t?void 0:t.tagAnchor)||null,this.tagOrder=null!=(i=null==t?void 0:t.tagOrder)?i:s,t){const s=t.attr;for(const t in s)if(Object.prototype.hasOwnProperty.call(e,t)&&e[t]!==s[t]){fi.warn(`DATERANGE tag attribute: "${t}" does not match for tags with ID: "${e.ID}"`),this._badValueForSameId=t;break}e=ri(new rn({}),s,e)}if(this.attr=e,t?(this._startDate=t._startDate,this._cue=t._cue,this._endDate=t._endDate,this._dateAtEnd=t._dateAtEnd):this._startDate=new Date(e["START-DATE"]),"END-DATE"in this.attr){const e=(null==t?void 0:t.endDate)||new Date(this.attr["END-DATE"]);Hs(e.getTime())&&(this._endDate=e)}}get id(){return this.attr.ID}get class(){return this.attr.CLASS}get cue(){const e=this._cue;return void 0===e?this._cue=this.attr.enumeratedStringList(this.attr.CUE?"CUE":"X-CUE",{pre:!1,post:!1,once:!1}):e}get startTime(){const{tagAnchor:e}=this;return null===e||null===e.programDateTime?(fi.warn(`Expected tagAnchor Fragment with PDT set for DateRange "${this.id}": ${e}`),NaN):e.start+(this.startDate.getTime()-e.programDateTime)/1e3}get startDate(){return this._startDate}get endDate(){const e=this._endDate||this._dateAtEnd;if(e)return e;const t=this.duration;return null!==t?this._dateAtEnd=new Date(this._startDate.getTime()+1e3*t):null}get duration(){if("DURATION"in this.attr){const e=this.attr.decimalFloatingPoint("DURATION");if(Hs(e))return e}else if(this._endDate)return(this._endDate.getTime()-this._startDate.getTime())/1e3;return null}get plannedDuration(){return"PLANNED-DURATION"in this.attr?this.attr.decimalFloatingPoint("PLANNED-DURATION"):null}get endOnNext(){return this.attr.bool("END-ON-NEXT")}get isInterstitial(){return"com.apple.hls.interstitial"===this.class}get isValid(){return!!this.id&&!this._badValueForSameId&&Hs(this.startDate.getTime())&&(null===this.duration||this.duration>=0)&&(!this.endOnNext||!!this.class)&&(!this.attr.CUE||!this.cue.pre&&!this.cue.post||this.cue.pre!==this.cue.post)&&(!this.isInterstitial||"X-ASSET-URI"in this.attr||"X-ASSET-LIST"in this.attr)}}class on{constructor(e){this.PTSKnown=!1,this.alignedSliding=!1,this.averagetargetduration=void 0,this.endCC=0,this.endSN=0,this.fragments=void 0,this.fragmentHint=void 0,this.partList=null,this.dateRanges=void 0,this.dateRangeTagCount=0,this.live=!0,this.requestScheduled=-1,this.ageHeader=0,this.advancedDateTime=void 0,this.updated=!0,this.advanced=!0,this.misses=0,this.startCC=0,this.startSN=0,this.startTimeOffset=null,this.targetduration=0,this.totalduration=0,this.type=null,this.url=void 0,this.m3u8="",this.version=null,this.canBlockReload=!1,this.canSkipUntil=0,this.canSkipDateRanges=!1,this.skippedSegments=0,this.recentlyRemovedDateranges=void 0,this.partHoldBack=0,this.holdBack=0,this.partTarget=0,this.preloadHint=void 0,this.renditionReports=void 0,this.tuneInGoal=0,this.deltaUpdateFailed=void 0,this.driftStartTime=0,this.driftEndTime=0,this.driftStart=0,this.driftEnd=0,this.encryptedFragments=void 0,this.playlistParsingError=null,this.variableList=null,this.hasVariableRefs=!1,this.appliedTimelineOffset=void 0,this.fragments=[],this.encryptedFragments=[],this.dateRanges={},this.url=e}reloaded(e){if(!e)return this.advanced=!0,void(this.updated=!0);const t=this.lastPartSn-e.lastPartSn,s=this.lastPartIndex-e.lastPartIndex;this.updated=this.endSN!==e.endSN||!!s||!!t||!this.live,this.advanced=this.endSN>e.endSN||t>0||0===t&&s>0,this.updated||this.advanced?this.misses=Math.floor(.6*e.misses):this.misses=e.misses+1}hasKey(e){return this.encryptedFragments.some((t=>{let s=t.decryptdata;return s||(t.setKeyFormat(e.keyFormat),s=t.decryptdata),!!s&&e.matches(s)}))}get hasProgramDateTime(){return!!this.fragments.length&&Hs(this.fragments[this.fragments.length-1].programDateTime)}get levelTargetDuration(){return this.averagetargetduration||this.targetduration||10}get drift(){const e=this.driftEndTime-this.driftStartTime;if(e>0){return 1e3*(this.driftEnd-this.driftStart)/e}return 1}get edge(){return this.partEnd||this.fragmentEnd}get partEnd(){var e;return null!=(e=this.partList)&&e.length?this.partList[this.partList.length-1].end:this.fragmentEnd}get fragmentEnd(){return this.fragments.length?this.fragments[this.fragments.length-1].end:0}get fragmentStart(){return this.fragments.length?this.fragments[0].start:0}get age(){return this.advancedDateTime?Math.max(Date.now()-this.advancedDateTime,0)/1e3:0}get lastPartIndex(){var e;return null!=(e=this.partList)&&e.length?this.partList[this.partList.length-1].index:-1}get maxPartIndex(){const e=this.partList;if(e){const t=this.lastPartIndex;if(-1!==t){for(let s=e.length;s--;)if(e[s].index>t)return e[s].index;return t}}return 0}get lastPartSn(){var e;return null!=(e=this.partList)&&e.length?this.partList[this.partList.length-1].fragment.sn:this.endSN}get expired(){if(this.live&&this.age&&this.misses<3){const e=this.partEnd-this.fragmentStart;return this.age>Math.max(e,this.totalduration)+this.levelTargetDuration}return!1}}function ln(e,t){return e.length===t.length&&!e.some(((e,s)=>e!==t[s]))}function hn(e,t){return!e&&!t||!(!e||!t)&&ln(e,t)}var dn=0,cn=1;function un(e){return"AES-128"===e||"AES-256"===e||"AES-256-CTR"===e}function fn(e){switch(e){case"AES-128":case"AES-256":return dn;case"AES-256-CTR":return cn;default:throw new Error(`invalid full segment method ${e}`)}}let gn={};class pn{static clearKeyUriToKeyIdMap(){gn={}}static setKeyIdForUri(e,t){gn[e]=t}constructor(e,t,s,i=[1],r=null,n){this.uri=void 0,this.method=void 0,this.keyFormat=void 0,this.keyFormatVersions=void 0,this.encrypted=void 0,this.isCommonEncryption=void 0,this.iv=null,this.key=null,this.keyId=null,this.pssh=null,this.method=e,this.uri=t,this.keyFormat=s,this.keyFormatVersions=i,this.iv=r,this.encrypted=!!e&&"NONE"!==e,this.isCommonEncryption=this.encrypted&&!un(e),null!=n&&n.startsWith("0x")&&(this.keyId=new Uint8Array(_i(n)))}matches(e){return e.uri===this.uri&&e.method===this.method&&e.encrypted===this.encrypted&&e.keyFormat===this.keyFormat&&ln(e.keyFormatVersions,this.keyFormatVersions)&&hn(e.iv,this.iv)&&hn(e.keyId,this.keyId)}isSupported(){if(this.method){if(un(this.method)||"NONE"===this.method)return!0;if("identity"===this.keyFormat)return"SAMPLE-AES"===this.method}return!1}getDecryptData(e){if(!this.encrypted||!this.uri)return null;if(un(this.method)){let t=this.iv;t||("number"!=typeof e&&(fi.warn(`missing IV for initialization segment with method="${this.method}" - compliance issue`),e=0),t=function(e){const t=new Uint8Array(16);for(let s=12;s<16;s++)t[s]=e>>8*(15-s)&255;return t}(e));return new pn(this.method,this.uri,"identity",this.keyFormatVersions,t)}return this}}const mn=/#EXT-X-STREAM-INF:([^\r\n]*)(?:[\r\n](?:#[^\r\n]*)?)*([^\r\n]+)|#EXT-X-(SESSION-DATA|SESSION-KEY|DEFINE|CONTENT-STEERING|START):([^\r\n]*)[\r\n]+/g,vn=/#EXT-X-MEDIA:(.*)/g,yn=/^#EXT(?:INF|-X-TARGETDURATION):/m,En=new RegExp([/#EXTINF:\s*(\d*(?:\.\d+)?)(?:,(.*)\s+)?/.source,/(?!#) *(\S[^\r\n]*)/.source,/#.*/.source].join("|"),"g"),Sn=new RegExp([/#EXT-X-(PROGRAM-DATE-TIME|BYTERANGE|DATERANGE|DEFINE|KEY|MAP|PART|PART-INF|PLAYLIST-TYPE|PRELOAD-HINT|RENDITION-REPORT|SERVER-CONTROL|SKIP|START):(.+)/.source,/#EXT-X-(BITRATE|DISCONTINUITY-SEQUENCE|MEDIA-SEQUENCE|TARGETDURATION|VERSION): *(\d+)/.source,/#EXT-X-(DISCONTINUITY|ENDLIST|GAP|INDEPENDENT-SEGMENTS)/.source,/(#)([^:]*):(.*)/.source,/(#)(.*)(?:.*)\r?\n?/.source].join("|"));class Tn{static findGroup(e,t){for(let s=0;s<e.length;s++){const i=e[s];if(i.id===t)return i}}static resolve(e,t){return Ri.buildAbsoluteURL(t,e,{alwaysNormalize:!0})}static isMediaPlaylist(e){return yn.test(e)}static parseMasterPlaylist(e,t){const s={contentSteering:null,levels:[],playlistParsingError:null,sessionData:null,sessionKeys:null,startTimeOffset:null,variableList:null,hasVariableRefs:!1},i=[];if(mn.lastIndex=0,!e.startsWith("#EXTM3U"))return s.playlistParsingError=new Error("no EXTM3U delimiter"),s;let r;for(;null!=(r=mn.exec(e));)if(r[1]){var n;const e=new rn(r[1],s),a=r[2],o={attrs:e,bitrate:e.decimalInteger("BANDWIDTH")||e.decimalInteger("AVERAGE-BANDWIDTH"),name:e.NAME,url:Tn.resolve(a,t)},l=e.decimalResolution("RESOLUTION");l&&(o.width=l.width,o.height=l.height),An(e.CODECS,o);const h=e["SUPPLEMENTAL-CODECS"];h&&(o.supplemental={},An(h,o.supplemental)),null!=(n=o.unknownCodecs)&&n.length||i.push(o),s.levels.push(o)}else if(r[3]){const e=r[3],i=r[4];switch(e){case"SESSION-DATA":{const e=new rn(i,s),t=e["DATA-ID"];t&&(null===s.sessionData&&(s.sessionData={}),s.sessionData[t]=e);break}case"SESSION-KEY":{const e=Ln(i,t,s);e.encrypted&&e.isSupported()?(null===s.sessionKeys&&(s.sessionKeys=[]),s.sessionKeys.push(e)):fi.warn(`[Keys] Ignoring invalid EXT-X-SESSION-KEY tag: "${i}"`);break}case"DEFINE":break;case"CONTENT-STEERING":{const e=new rn(i,s);s.contentSteering={uri:Tn.resolve(e["SERVER-URI"],t),pathwayId:e["PATHWAY-ID"]||"."};break}case"START":s.startTimeOffset=Rn(i)}}const a=i.length>0&&i.length<s.levels.length;return s.levels=a?i:s.levels,0===s.levels.length&&(s.playlistParsingError=new Error("no levels found in manifest")),s}static parseMasterPlaylistMedia(e,t,s){let i;const r={},n=s.levels,a={AUDIO:n.map((e=>({id:e.attrs.AUDIO,audioCodec:e.audioCodec}))),SUBTITLES:n.map((e=>({id:e.attrs.SUBTITLES,textCodec:e.textCodec}))),"CLOSED-CAPTIONS":[]};let o=0;for(vn.lastIndex=0;null!==(i=vn.exec(e));){const e=new rn(i[1],s),n=e.TYPE;if(n){const s=a[n],i=r[n]||[];r[n]=i;const l=e.LANGUAGE,h=e["ASSOC-LANGUAGE"],d=e.CHANNELS,c=e.CHARACTERISTICS,u=e["INSTREAM-ID"],f={attrs:e,bitrate:0,id:o++,groupId:e["GROUP-ID"]||"",name:e.NAME||l||"",type:n,default:e.bool("DEFAULT"),autoselect:e.bool("AUTOSELECT"),forced:e.bool("FORCED"),lang:l,url:e.URI?Tn.resolve(e.URI,t):""};if(h&&(f.assocLang=h),d&&(f.channels=d),c&&(f.characteristics=c),u&&(f.instreamId=u),null!=s&&s.length){const e=Tn.findGroup(s,f.groupId)||s[0];Pn(f,e,"audioCodec"),Pn(f,e,"textCodec")}i.push(f)}}return r}static parseLevelPlaylist(e,t,s,i,r,n){var a;const o={url:t},l=new on(t),h=l.fragments,d=[];let c,u,f,g,p=null,m=0,v=0,y=0,E=0,S=0,T=null,_=new ki(i,o),b=-1,L=!1,R=null;if(En.lastIndex=0,l.m3u8=e,l.hasVariableRefs=!1,"#EXTM3U"!==(null==(a=En.exec(e))?void 0:a[0]))return l.playlistParsingError=new Error("Missing format identifier #EXTM3U"),l;for(;null!==(c=En.exec(e));){L&&(L=!1,_=new ki(i,o),_.playlistOffset=y,_.setStart(y),_.sn=m,_.cc=E,S&&(_.bitrate=S),_.level=s,p&&(_.initSegment=p,p.rawProgramDateTime&&(_.rawProgramDateTime=p.rawProgramDateTime,p.rawProgramDateTime=null),R&&(_.setByteRange(R),R=null)));const e=c[1];if(e){_.duration=parseFloat(e);const t=(" "+c[2]).slice(1);_.title=t||null,_.tagList.push(t?["INF",e,t]:["INF",e])}else if(c[3]){if(Hs(_.duration)){_.playlistOffset=y,_.setStart(y),f&&Dn(_,f,l),_.sn=m,_.level=s,_.cc=E,h.push(_);const e=(" "+c[3]).slice(1);_.relurl=e,wn(_,T,d),T=_,y+=_.duration,m++,v=0,L=!0}}else{if(c=c[0].match(Sn),!c){fi.warn("No matches on slow regex match for level playlist!");continue}for(u=1;u<c.length&&void 0===c[u];u++);const e=(" "+c[u]).slice(1),r=(" "+c[u+1]).slice(1),n=c[u+2]?(" "+c[u+2]).slice(1):null;switch(e){case"BYTERANGE":T?_.setByteRange(r,T):_.setByteRange(r);break;case"PROGRAM-DATE-TIME":_.rawProgramDateTime=r,_.tagList.push(["PROGRAM-DATE-TIME",r]),-1===b&&(b=h.length);break;case"PLAYLIST-TYPE":l.type&&Cn(l,e,c),l.type=r.toUpperCase();break;case"MEDIA-SEQUENCE":0!==l.startSN?Cn(l,e,c):h.length>0&&kn(l,e,c),m=l.startSN=parseInt(r);break;case"SKIP":{l.skippedSegments&&Cn(l,e,c);const t=new rn(r,l),s=t.decimalInteger("SKIPPED-SEGMENTS");if(Hs(s)){l.skippedSegments+=s;for(let e=s;e--;)h.push(null);m+=s}const i=t.enumeratedString("RECENTLY-REMOVED-DATERANGES");i&&(l.recentlyRemovedDateranges=(l.recentlyRemovedDateranges||[]).concat(i.split("\t")));break}case"TARGETDURATION":0!==l.targetduration&&Cn(l,e,c),l.targetduration=Math.max(parseInt(r),1);break;case"VERSION":null!==l.version&&Cn(l,e,c),l.version=parseInt(r);break;case"INDEPENDENT-SEGMENTS":case"DEFINE":break;case"ENDLIST":l.live||Cn(l,e,c),l.live=!1;break;case"#":(r||n)&&_.tagList.push(n?[r,n]:[r]);break;case"DISCONTINUITY":E++,_.tagList.push(["DIS"]);break;case"GAP":_.gap=!0,_.tagList.push([e]);break;case"BITRATE":_.tagList.push([e,r]),S=1e3*parseInt(r),Hs(S)?_.bitrate=S:S=0;break;case"DATERANGE":{const e=new rn(r,l),t=new an(e,l.dateRanges[e.ID],l.dateRangeTagCount);l.dateRangeTagCount++,t.isValid||l.skippedSegments?l.dateRanges[t.id]=t:fi.warn(`Ignoring invalid DATERANGE tag: "${r}"`),_.tagList.push(["EXT-X-DATERANGE",r]);break}case"DISCONTINUITY-SEQUENCE":0!==l.startCC?Cn(l,e,c):h.length>0&&kn(l,e,c),l.startCC=E=parseInt(r);break;case"KEY":{const e=Ln(r,t,l);if(e.isSupported()){if("NONE"===e.method){f=void 0;break}f||(f={});const t=f[e.keyFormat];null!=t&&t.matches(e)||(t&&(f=ri({},f)),f[e.keyFormat]=e)}else fi.warn(`[Keys] Ignoring unsupported EXT-X-KEY tag: "${r}" (light build)`);break}case"START":l.startTimeOffset=Rn(r);break;case"MAP":{const e=new rn(r,l);if(_.duration){const t=new ki(i,o);In(t,e,s,f),p=t,_.initSegment=p,p.rawProgramDateTime&&!_.rawProgramDateTime&&(_.rawProgramDateTime=p.rawProgramDateTime)}else{const t=_.byteRangeEndOffset;if(t){const e=_.byteRangeStartOffset;R=`${t-e}@${e}`}else R=null;In(_,e,s,f),p=_,L=!0}p.cc=E;break}case"SERVER-CONTROL":g&&Cn(l,e,c),g=new rn(r),l.canBlockReload=g.bool("CAN-BLOCK-RELOAD"),l.canSkipUntil=g.optionalFloat("CAN-SKIP-UNTIL",0),l.canSkipDateRanges=l.canSkipUntil>0&&g.bool("CAN-SKIP-DATERANGES"),l.partHoldBack=g.optionalFloat("PART-HOLD-BACK",0),l.holdBack=g.optionalFloat("HOLD-BACK",0);break;case"PART-INF":{l.partTarget&&Cn(l,e,c);const t=new rn(r);l.partTarget=t.decimalFloatingPoint("PART-TARGET");break}case"PART":{let e=l.partList;e||(e=l.partList=[]);const t=v>0?e[e.length-1]:void 0,s=v++,i=new rn(r,l),n=new Mi(i,_,o,s,t);e.push(n),_.duration+=n.duration;break}case"PRELOAD-HINT":{const e=new rn(r,l);l.preloadHint=e;break}case"RENDITION-REPORT":{const e=new rn(r,l);l.renditionReports=l.renditionReports||[],l.renditionReports.push(e);break}default:fi.warn(`line parsed but not handled: ${c}`)}}}T&&!T.relurl?(h.pop(),y-=T.duration,l.partList&&(l.fragmentHint=T)):l.partList&&(wn(_,T,d),_.cc=E,l.fragmentHint=_,f&&Dn(_,f,l)),l.targetduration||(l.playlistParsingError=new Error("Missing Target Duration"));const A=h.length,P=h[0],w=h[A-1];if(y+=l.skippedSegments*l.targetduration,y>0&&A&&w){l.averagetargetduration=y/A;const e=w.sn;l.endSN="initSegment"!==e?e:0,l.live||(w.endList=!0),b>0&&(!function(e,t){let s=e[t];for(let i=t;i--;){const t=e[i];if(!t)return;t.programDateTime=s.programDateTime-1e3*t.duration,s=t}}(h,b),P&&d.unshift(P))}return l.fragmentHint&&(y+=l.fragmentHint.duration),l.totalduration=y,d.length&&l.dateRangeTagCount&&P&&_n(d,l),l.endCC=E,l}}function _n(e,t){let s=e.length;if(!s){if(!t.hasProgramDateTime)return;{const i=t.fragments[t.fragments.length-1];e.push(i),s++}}const i=e[s-1],r=t.live?1/0:t.totalduration,n=Object.keys(t.dateRanges);for(let o=n.length;o--;){const l=t.dateRanges[n[o]],h=l.startDate.getTime();l.tagAnchor=i.ref;for(let i=s;i--;){var a;if((null==(a=e[i])?void 0:a.sn)<t.startSN)break;const s=bn(t,h,e,i,r);if(-1!==s){l.tagAnchor=t.fragments[s].ref;break}}}}function bn(e,t,s,i,r){const n=s[i];if(n){const o=n.programDateTime;if(t>=o||0===i){var a;if(t<=o+1e3*(((null==(a=s[i+1])?void 0:a.start)||r)-n.start)){const r=s[i].sn-e.startSN;if(r<0)return-1;const n=e.fragments;if(n.length>s.length){for(let a=(s[i+1]||n[n.length-1]).sn-e.startSN;a>r;a--){const e=n[a].programDateTime;if(t>=e&&t<e+1e3*n[a].duration)return a}}return r}}}return-1}function Ln(e,t,s){var i,r;const n=new rn(e,s),a=null!=(i=n.METHOD)?i:"",o=n.URI,l=n.hexadecimalInteger("IV"),h=n.KEYFORMATVERSIONS,d=null!=(r=n.KEYFORMAT)?r:"identity";o&&n.IV&&!l&&fi.error(`Invalid IV: ${n.IV}`);const c=o?Tn.resolve(o,t):"",u=(h||"1").split("/").map(Number).filter(Number.isFinite);return new pn(a,c,d,u,l,n.KEYID)}function Rn(e){const t=new rn(e).decimalFloatingPoint("TIME-OFFSET");return Hs(t)?t:null}function An(e,t){let s=(e||"").split(/[ ,]+/).filter((e=>e));["video","audio","text"].forEach((e=>{const i=s.filter((t=>ar(t,e)));i.length&&(t[`${e}Codec`]=i.map((e=>e.split("/")[0])).join(","),s=s.filter((e=>-1===i.indexOf(e))))})),t.unknownCodecs=s}function Pn(e,t,s){const i=t[s];i&&(e[s]=i)}function wn(e,t,s){e.rawProgramDateTime?s.push(e):null!=t&&t.programDateTime&&(e.programDateTime=t.endProgramDateTime)}function In(e,t,s,i){e.relurl=t.URI,t.BYTERANGE&&e.setByteRange(t.BYTERANGE),e.level=s,e.sn="initSegment",i&&(e.levelkeys=i),e.initSegment=null}function Dn(e,t,s){e.levelkeys=t;const{encryptedFragments:i}=s;i.length&&i[i.length-1].levelkeys===t||!Object.keys(t).some((e=>t[e].isCommonEncryption))||i.push(e)}function Cn(e,t,s){e.playlistParsingError=new Error(`#EXT-X-${t} must not appear more than once (${s[0]})`)}function kn(e,t,s){e.playlistParsingError=new Error(`#EXT-X-${t} must appear before the first Media Segment (${s[0]})`)}function Mn(e,t){const s=t.startPTS;if(Hs(s)){let i,r=0;t.sn>e.sn?(r=s-e.start,i=e):(r=e.start-s,i=t),i.duration!==r&&i.setDuration(r)}else if(t.sn>e.sn){e.cc===t.cc&&e.minEndPTS?t.setStart(e.start+(e.minEndPTS-e.start)):t.setStart(e.start+e.duration)}else t.setStart(Math.max(e.start-t.duration,0))}function xn(e,t,s,i,r,n,a){i-s<=0&&(a.warn("Fragment should have a positive duration",t),i=s+t.duration,n=r+t.duration);let o=s,l=i;const h=t.startPTS,d=t.endPTS;if(Hs(h)){const c=Math.abs(h-s);e&&c>e.totalduration?a.warn(`media timestamps and playlist times differ by ${c}s for level ${t.level} ${e.url}`):Hs(t.deltaPTS)?t.deltaPTS=Math.max(c,t.deltaPTS):t.deltaPTS=c,o=Math.max(s,h),s=Math.min(s,h),r=void 0!==t.startDTS?Math.min(r,t.startDTS):r,l=Math.min(i,d),i=Math.max(i,d),n=void 0!==t.endDTS?Math.max(n,t.endDTS):n}const c=s-t.start;0!==t.start&&t.setStart(s),t.setDuration(i-t.start),t.startPTS=s,t.maxStartPTS=o,t.startDTS=r,t.endPTS=i,t.minEndPTS=l,t.endDTS=n;const u=t.sn;if(!e||u<e.startSN||u>e.endSN)return 0;let f;const g=u-e.startSN,p=e.fragments;for(p[g]=t,f=g;f>0;f--)Mn(p[f],p[f-1]);for(f=g;f<p.length-1;f++)Mn(p[f],p[f+1]);return e.fragmentHint&&Mn(p[p.length-1],e.fragmentHint),e.PTSKnown=e.alignedSliding=!0,c}function On(e,t,s){if(e===t)return;let i=null;const r=e.fragments;for(let e=r.length-1;e>=0;e--){const t=r[e].initSegment;if(t){i=t;break}}let n;e.fragmentHint&&delete e.fragmentHint.endPTS,function(e,t,s){const i=t.skippedSegments,r=Math.max(e.startSN,t.startSN)-t.startSN,n=(e.fragmentHint?1:0)+(i?t.endSN:Math.min(e.endSN,t.endSN))-t.startSN,a=t.startSN-e.startSN,o=t.fragmentHint?t.fragments.concat(t.fragmentHint):t.fragments,l=e.fragmentHint?e.fragments.concat(e.fragmentHint):e.fragments;for(let h=r;h<=n;h++){const r=l[a+h];let n=o[h];if(i&&!n&&r&&(n=t.fragments[h]=r),r&&n){s(r,n,h,o);const i=r.relurl,a=n.relurl;if(i&&Vn(i,a))return void(t.playlistParsingError=Fn(`media sequence mismatch ${n.sn}:`,e,t,r,n));if(r.cc!==n.cc)return void(t.playlistParsingError=Fn(`discontinuity sequence mismatch (${r.cc}!=${n.cc})`,e,t,r,n))}}}(e,t,((e,s,r,a)=>{if((!t.startCC||t.skippedSegments)&&s.cc!==e.cc){const i=e.cc-s.cc;for(let e=r;e<a.length;e++)a[e].cc+=i;t.endCC=a[a.length-1].cc}Hs(e.startPTS)&&Hs(e.endPTS)&&(s.setStart(s.startPTS=e.startPTS),s.startDTS=e.startDTS,s.maxStartPTS=e.maxStartPTS,s.endPTS=e.endPTS,s.endDTS=e.endDTS,s.minEndPTS=e.minEndPTS,s.setDuration(e.endPTS-e.startPTS),s.duration&&(n=s),t.PTSKnown=t.alignedSliding=!0),e.hasStreams&&(s.elementaryStreams=e.elementaryStreams),s.loader=e.loader,e.hasStats&&(s.stats=e.stats),e.initSegment&&(s.initSegment=e.initSegment,i=e.initSegment)}));const a=t.fragments,o=t.fragmentHint?a.concat(t.fragmentHint):a;if(i&&o.forEach((e=>{var t;!e||e.initSegment&&e.initSegment.relurl!==(null==(t=i)?void 0:t.relurl)||(e.initSegment=i)})),t.skippedSegments){if(t.deltaUpdateFailed=a.some((e=>!e)),t.deltaUpdateFailed){s.warn("[level-helper] Previous playlist missing segments skipped in delta playlist");for(let e=t.skippedSegments;e--;)a.shift();t.startSN=a[0].sn}else{t.canSkipDateRanges&&(t.dateRanges=function(e,t,s){const{dateRanges:i,recentlyRemovedDateranges:r}=t,n=ri({},e);r&&r.forEach((e=>{delete n[e]}));const a=Object.keys(n).length;if(!a)return i;return Object.keys(i).forEach((e=>{const t=n[e],r=new an(i[e].attr,t);r.isValid?(n[e]=r,t||(r.tagOrder+=a)):s.warn(`Ignoring invalid Playlist Delta Update DATERANGE tag: "${Dr(i[e].attr)}"`)})),n}(e.dateRanges,t,s));const i=e.fragments.filter((e=>e.rawProgramDateTime));if(e.hasProgramDateTime&&!t.hasProgramDateTime)for(let e=1;e<o.length;e++)null===o[e].programDateTime&&wn(o[e],o[e-1],i);_n(i,t)}t.endCC=a[a.length-1].cc}if(!t.startCC){var l;const s=Bn(e,t.startSN-1);t.startCC=null!=(l=null==s?void 0:s.cc)?l:a[0].cc}!function(e,t,s){if(e&&t){let i=0;for(let r=0,n=e.length;r<=n;r++){const n=e[r],a=t[r+i];n&&a&&n.index===a.index&&n.fragment.sn===a.fragment.sn?s(n,a):i--}}}(e.partList,t.partList,((e,t)=>{t.elementaryStreams=e.elementaryStreams,t.stats=e.stats})),n?xn(t,n,n.startPTS,n.endPTS,n.startDTS,n.endDTS,s):Nn(e,t),a.length&&(t.totalduration=t.edge-a[0].start),t.driftStartTime=e.driftStartTime,t.driftStart=e.driftStart;const h=t.advancedDateTime;if(t.advanced&&h){const e=t.edge;t.driftStart||(t.driftStartTime=h,t.driftStart=e),t.driftEndTime=h,t.driftEnd=e}else t.driftEndTime=e.driftEndTime,t.driftEnd=e.driftEnd,t.advancedDateTime=e.advancedDateTime;-1===t.requestScheduled&&(t.requestScheduled=e.requestScheduled)}function Fn(e,t,s,i,r){return new Error(`${e} ${r.url}\nPlaylist starting @${t.startSN}\n${t.m3u8}\n\nPlaylist starting @${s.startSN}\n${s.m3u8}`)}function Nn(e,t,s=!0){const i=t.startSN+t.skippedSegments-e.startSN,r=e.fragments,n=i>=0;let a=0;if(n&&i<r.length)a=r[i].start;else if(n&&t.startSN===e.endSN+1)a=e.fragmentEnd;else if(n&&s)a=e.fragmentStart+i*t.levelTargetDuration;else{if(t.skippedSegments||0!==t.fragmentStart)return;a=e.fragmentStart}!function(e,t){if(t){const s=e.fragments;for(let i=e.skippedSegments;i<s.length;i++)s[i].addStart(t);e.fragmentHint&&e.fragmentHint.addStart(t)}}(t,a)}function $n(e,t=1/0){let s=1e3*e.targetduration;if(e.updated){const i=e.fragments,r=4;if(i.length&&s*r>t){const e=1e3*i[i.length-1].duration;e<s&&(s=e)}}else s/=2;return Math.round(s)}function Bn(e,t,s){if(!e)return null;let i=e.fragments[t-e.startSN];return i||(i=e.fragmentHint,i&&i.sn===t?i:t<e.startSN&&s&&s.sn===t?s:null)}function Un(e,t,s){return e?Gn(e.partList,t,s):null}function Gn(e,t,s){if(e)for(let i=e.length;i--;){const r=e[i];if(r.index===s&&r.fragment.sn===t)return r}return null}function Hn(e){e.forEach(((e,t)=>{var s;null==(s=e.details)||s.fragments.forEach((e=>{e.level=t,e.initSegment&&(e.initSegment.level=t)}))}))}function Vn(e,t){return!(e===t||!t)&&Wn(e)!==Wn(t)}function Wn(e){return e.replace(/\?[^?]*$/,"")}class qn extends oi{constructor(e,t){super(t,e.logger),this.hls=void 0,this.canLoad=!1,this.timer=-1,this.hls=e}destroy(){this.clearTimer(),this.hls=this.log=this.warn=null}clearTimer(){-1!==this.timer&&(self.clearTimeout(this.timer),this.timer=-1)}startLoad(){this.canLoad=!0,this.loadPlaylist()}stopLoad(){this.canLoad=!1,this.clearTimer()}switchParams(e,t,s){const i=null==t?void 0:t.renditionReports;if(i){let r=-1;for(let s=0;s<i.length;s++){const n=i[s];let a;try{a=new self.URL(n.URI,t.url).href}catch(e){this.warn(`Could not construct new URL for Rendition Report: ${e}`),a=n.URI||""}if(a===e){r=s;break}a===e.substring(0,a.length)&&(r=s)}if(-1!==r){const e=i[r],n=parseInt(e["LAST-MSN"])||t.lastPartSn;let a=parseInt(e["LAST-PART"])||t.lastPartIndex;if(this.hls.config.lowLatencyMode){const e=Math.min(t.age-t.partTarget,t.targetduration);a>=0&&e>t.partTarget&&(a+=1)}const o=s&&Rr(s);return new Ar(n,a>=0?a:void 0,o)}}}loadPlaylist(e){this.clearTimer()}loadingPlaylist(e,t){this.clearTimer()}shouldLoadPlaylist(e){return this.canLoad&&!!e&&!!e.url&&(!e.details||e.details.live)}getUrlWithDirectives(e,t){if(t)try{return t.addDirectives(e)}catch(e){this.warn(`Could not construct new URL with HLS Delivery Directives: ${e}`)}return e}playlistLoaded(e,t,s){const{details:i,stats:r}=t,n=self.performance.now(),a=r.loading.first?Math.max(0,n-r.loading.first):0;i.advancedDateTime=Date.now()-a;const o=this.hls.config.timelineOffset;if(o!==i.appliedTimelineOffset){const e=Math.max(o||0,0);i.appliedTimelineOffset=e,i.fragments.forEach((t=>{t.setStart(t.playlistOffset+e)}))}if(i.live||null!=s&&s.live){const o="levelInfo"in t?t.levelInfo:t.track;if(i.reloaded(s),s&&i.fragments.length>0){On(s,i,this);const e=i.playlistParsingError;if(e){this.warn(e);const s=this.hls;if(!s.config.ignorePlaylistParsingErrors){var l;const{networkDetails:n}=t;return void s.trigger(zs.ERROR,{type:qs.NETWORK_ERROR,details:js.LEVEL_PARSING_ERROR,fatal:!1,url:i.url,error:e,reason:e.message,level:t.level||void 0,parent:null==(l=i.fragments[0])?void 0:l.type,networkDetails:n,stats:r})}i.playlistParsingError=null}}-1===i.requestScheduled&&(i.requestScheduled=r.loading.start);const h=this.hls.mainForwardBufferInfo,d=h?h.end-h.len:0,c=$n(i,1e3*(i.edge-d));if(i.requestScheduled+c<n?i.requestScheduled=n:i.requestScheduled+=c,this.log(`live playlist ${e} ${i.advanced?"REFRESHED "+i.lastPartSn+"-"+i.lastPartIndex:i.updated?"UPDATED":"MISSED"}`),!this.canLoad||!i.live)return;let u,f,g;if(i.canBlockReload&&i.endSN&&i.advanced){const e=this.hls.config.lowLatencyMode,r=i.lastPartSn,a=i.endSN,l=i.lastPartIndex,h=r===a;-1!==l?h?(f=a+1,g=e?0:l):(f=r,g=e?l+1:i.maxPartIndex):f=a+1;const d=i.age,c=d+i.ageHeader;let p=Math.min(c-i.partTarget,1.5*i.targetduration);if(p>0){if(c>3*i.targetduration)this.log(`Playlist last advanced ${d.toFixed(2)}s ago. Omitting segment and part directives.`),f=void 0,g=void 0;else if(null!=s&&s.tuneInGoal&&c-i.partTarget>s.tuneInGoal)this.warn(`CDN Tune-in goal increased from: ${s.tuneInGoal} to: ${p} with playlist age: ${i.age}`),p=0;else{const e=Math.floor(p/i.targetduration);if(f+=e,void 0!==g){g+=Math.round(p%i.targetduration/i.partTarget)}this.log(`CDN Tune-in age: ${i.ageHeader}s last advanced ${d.toFixed(2)}s goal: ${p} skip sn ${e} to part ${g}`)}i.tuneInGoal=p}if(u=this.getDeliveryDirectives(i,t.deliveryDirectives,f,g),e||!h)return i.requestScheduled=n,void this.loadingPlaylist(o,u)}else(i.canBlockReload||i.canSkipUntil)&&(u=this.getDeliveryDirectives(i,t.deliveryDirectives,f,g));u&&void 0!==f&&i.canBlockReload&&(i.requestScheduled=r.loading.first+Math.max(c-2*a,c/2)),this.scheduleLoading(o,u,i)}else this.clearTimer()}scheduleLoading(e,t,s){const i=s||e.details;if(!i)return void this.loadingPlaylist(e,t);const r=self.performance.now(),n=i.requestScheduled;if(r>=n)return void this.loadingPlaylist(e,t);const a=n-r;this.log(`reload live playlist ${e.name||e.bitrate+"bps"} in ${Math.round(a)} ms`),this.clearTimer(),this.timer=self.setTimeout((()=>this.loadingPlaylist(e,t)),a)}getDeliveryDirectives(e,t,s,i){let r=Rr(e);return null!=t&&t.skip&&e.deltaUpdateFailed&&(s=t.msn,i=t.part,r=_r),new Ar(s,i,r)}checkRetry(e){const t=e.details,s=$r(e),i=e.errorAction,{action:r,retryCount:n=0,retryConfig:a}=i||{},o=!!i&&!!a&&(r===Yr||!i.resolved&&r===zr);if(o){var l;if(n>=a.maxNumRetry)return!1;if(s&&null!=(l=e.context)&&l.deliveryDirectives)this.warn(`Retrying playlist loading ${n+1}/${a.maxNumRetry} after "${t}" without delivery-directives`),this.loadPlaylist();else{const e=Hr(a,n);this.clearTimer(),this.timer=self.setTimeout((()=>this.loadPlaylist()),e),this.warn(`Retrying playlist loading ${n+1}/${a.maxNumRetry} after "${t}" in ${e}ms`)}e.levelRetry=!0,i.resolved=!0}return o}}var jn="NOT_LOADED",zn="APPENDING",Kn="PARTIAL",Yn="OK";class Xn{constructor(e){this.activePartLists=Object.create(null),this.endListFragments=Object.create(null),this.fragments=Object.create(null),this.timeRanges=Object.create(null),this.bufferPadding=.2,this.hls=void 0,this.hasGaps=!1,this.hls=e,this._registerListeners()}_registerListeners(){const{hls:e}=this;e&&(e.on(zs.MANIFEST_LOADING,this.onManifestLoading,this),e.on(zs.BUFFER_APPENDED,this.onBufferAppended,this),e.on(zs.FRAG_BUFFERED,this.onFragBuffered,this),e.on(zs.FRAG_LOADED,this.onFragLoaded,this))}_unregisterListeners(){const{hls:e}=this;e&&(e.off(zs.MANIFEST_LOADING,this.onManifestLoading,this),e.off(zs.BUFFER_APPENDED,this.onBufferAppended,this),e.off(zs.FRAG_BUFFERED,this.onFragBuffered,this),e.off(zs.FRAG_LOADED,this.onFragLoaded,this))}destroy(){this._unregisterListeners(),this.hls=this.fragments=this.activePartLists=this.endListFragments=this.timeRanges=null}getAppendedFrag(e,t){const s=this.activePartLists[t];if(s)for(let t=s.length;t--;){const i=s[t];if(!i)break;if(i.start<=e&&e<=i.end&&i.loaded)return i}return this.getBufferedFrag(e,t)}getBufferedFrag(e,t){return this.getFragAtPos(e,t,!0)}getFragAtPos(e,t,s){const{fragments:i}=this,r=Object.keys(i);for(let n=r.length;n--;){const a=i[r[n]];if((null==a?void 0:a.body.type)===t&&(!s||a.buffered)){const t=a.body;if(t.start<=e&&e<=t.end)return t}}return null}detectEvictedFragments(e,t,s,i,r){this.timeRanges&&(this.timeRanges[e]=t);const n=(null==i?void 0:i.fragment.sn)||-1;Object.keys(this.fragments).forEach((i=>{const a=this.fragments[i];if(!a)return;if(n>=a.body.sn)return;if(!a.buffered&&(!a.loaded||r))return void(a.body.type===s&&this.removeFragment(a.body));const o=a.range[e];o&&(0!==o.time.length?o.time.some((e=>{const s=!this.isTimeBuffered(e.startPTS,e.endPTS,t);return s&&this.removeFragment(a.body),s})):this.removeFragment(a.body))}))}detectPartialFragments(e){const t=this.timeRanges;if(!t||"initSegment"===e.frag.sn)return;const s=e.frag,i=Jn(s),r=this.fragments[i];if(!r||r.buffered&&s.gap)return;const n=!s.relurl;if(Object.keys(t).forEach((i=>{const a=s.elementaryStreams[i];if(!a)return;const o=t[i],l=n||!0===a.partial;r.range[i]=this.getBufferedTimes(s,e.part,l,o)})),r.loaded=null,Object.keys(r.range).length){r.buffered=!0;(r.body.endList=s.endList||r.body.endList)&&(this.endListFragments[r.body.type]=r),Qn(r)||this.removeParts(s.sn-1,s.type)}else this.removeFragment(r.body)}removeParts(e,t){const s=this.activePartLists[t];s&&(this.activePartLists[t]=Zn(s,(t=>t.fragment.sn>=e)))}fragBuffered(e,t){const s=Jn(e);let i=this.fragments[s];!i&&t&&(i=this.fragments[s]={body:e,appendedPTS:null,loaded:null,buffered:!1,range:Object.create(null)},e.gap&&(this.hasGaps=!0)),i&&(i.loaded=null,i.buffered=!0)}getBufferedTimes(e,t,s,i){const r={time:[],partial:s},n=e.start,a=e.end,o=e.minEndPTS||a,l=e.maxStartPTS||n;for(let e=0;e<i.length;e++){const t=i.start(e)-this.bufferPadding,s=i.end(e)+this.bufferPadding;if(l>=t&&o<=s){r.time.push({startPTS:Math.max(n,i.start(e)),endPTS:Math.min(a,i.end(e))});break}if(n<s&&a>t){const t=Math.max(n,i.start(e)),s=Math.min(a,i.end(e));s>t&&(r.partial=!0,r.time.push({startPTS:t,endPTS:s}))}else if(a<=t)break}return r}getPartialFragment(e){let t,s,i,r=null,n=0;const{bufferPadding:a,fragments:o}=this;return Object.keys(o).forEach((l=>{const h=o[l];h&&Qn(h)&&(s=h.body.start-a,i=h.body.end+a,e>=s&&e<=i&&(t=Math.min(e-s,i-e),n<=t&&(r=h.body,n=t)))})),r}isEndListAppended(e){const t=this.endListFragments[e];return void 0!==t&&(t.buffered||Qn(t))}getState(e){const t=Jn(e),s=this.fragments[t];return s?s.buffered?Qn(s)?Kn:Yn:zn:jn}isTimeBuffered(e,t,s){let i,r;for(let n=0;n<s.length;n++){if(i=s.start(n)-this.bufferPadding,r=s.end(n)+this.bufferPadding,e>=i&&t<=r)return!0;if(t<=i)return!1}return!1}onManifestLoading(){this.removeAllFragments()}onFragLoaded(e,t){if("initSegment"===t.frag.sn||t.frag.bitrateTest)return;const s=t.frag,i=t.part?null:t,r=Jn(s);this.fragments[r]={body:s,appendedPTS:null,loaded:i,buffered:!1,range:Object.create(null)}}onBufferAppended(e,t){const{frag:s,part:i,timeRanges:r,type:n}=t;if("initSegment"===s.sn)return;const a=s.type;if(i){let e=this.activePartLists[a];e||(this.activePartLists[a]=e=[]),e.push(i)}this.timeRanges=r;const o=r[n];this.detectEvictedFragments(n,o,a,i)}onFragBuffered(e,t){this.detectPartialFragments(t)}hasFragment(e){const t=Jn(e);return!!this.fragments[t]}hasFragments(e){const{fragments:t}=this,s=Object.keys(t);if(!e)return s.length>0;for(let i=s.length;i--;){const r=t[s[i]];if((null==r?void 0:r.body.type)===e)return!0}return!1}hasParts(e){var t;return!(null==(t=this.activePartLists[e])||!t.length)}removeFragmentsInRange(e,t,s,i,r){i&&!this.hasGaps||Object.keys(this.fragments).forEach((n=>{const a=this.fragments[n];if(!a)return;const o=a.body;o.type!==s||i&&!o.gap||o.start<t&&o.end>e&&(a.buffered||r)&&this.removeFragment(o)}))}removeFragment(e){const t=Jn(e);e.clearElementaryStreamInfo();const s=this.activePartLists[e.type];if(s){const t=e.sn;this.activePartLists[e.type]=Zn(s,(e=>e.fragment.sn!==t))}delete this.fragments[t],e.endList&&delete this.endListFragments[e.type]}removeAllFragments(){var e;this.fragments=Object.create(null),this.endListFragments=Object.create(null),this.activePartLists=Object.create(null),this.hasGaps=!1;const t=null==(e=this.hls)||null==(e=e.latestLevelDetails)?void 0:e.partList;t&&t.forEach((e=>e.clearElementaryStreamInfo()))}}function Qn(e){var t,s,i;return e.buffered&&!!(e.body.gap||null!=(t=e.range.video)&&t.partial||null!=(s=e.range.audio)&&s.partial||null!=(i=e.range.audiovideo)&&i.partial)}function Jn(e){return`${e.type}_${e.level}_${e.sn}`}function Zn(e,t){return e.filter((e=>{const s=t(e);return s||e.clearElementaryStreamInfo(),s}))}class ea{constructor(e,t,s){this.subtle=void 0,this.aesIV=void 0,this.aesMode=void 0,this.subtle=e,this.aesIV=t,this.aesMode=s}decrypt(e,t){switch(this.aesMode){case dn:return this.subtle.decrypt({name:"AES-CBC",iv:this.aesIV},t,e);case cn:return this.subtle.decrypt({name:"AES-CTR",counter:this.aesIV,length:64},t,e);default:throw new Error(`[AESCrypto] invalid aes mode ${this.aesMode}`)}}}class ta{constructor(){this.rcon=[0,1,2,4,8,16,32,64,128,27,54],this.subMix=[new Uint32Array(256),new Uint32Array(256),new Uint32Array(256),new Uint32Array(256)],this.invSubMix=[new Uint32Array(256),new Uint32Array(256),new Uint32Array(256),new Uint32Array(256)],this.sBox=new Uint32Array(256),this.invSBox=new Uint32Array(256),this.key=new Uint32Array(0),this.ksRows=0,this.keySize=0,this.keySchedule=void 0,this.invKeySchedule=void 0,this.initTable()}uint8ArrayToUint32Array_(e){const t=new DataView(e),s=new Uint32Array(4);for(let e=0;e<4;e++)s[e]=t.getUint32(4*e);return s}initTable(){const e=this.sBox,t=this.invSBox,s=this.subMix,i=s[0],r=s[1],n=s[2],a=s[3],o=this.invSubMix,l=o[0],h=o[1],d=o[2],c=o[3],u=new Uint32Array(256);let f=0,g=0,p=0;for(p=0;p<256;p++)u[p]=p<128?p<<1:p<<1^283;for(p=0;p<256;p++){let s=g^g<<1^g<<2^g<<3^g<<4;s=s>>>8^255&s^99,e[f]=s,t[s]=f;const o=u[f],p=u[o],m=u[p];let v=257*u[s]^16843008*s;i[f]=v<<24|v>>>8,r[f]=v<<16|v>>>16,n[f]=v<<8|v>>>24,a[f]=v,v=16843009*m^65537*p^257*o^16843008*f,l[s]=v<<24|v>>>8,h[s]=v<<16|v>>>16,d[s]=v<<8|v>>>24,c[s]=v,f?(f=o^u[u[u[m^o]]],g^=u[u[g]]):f=g=1}}expandKey(e){const t=this.uint8ArrayToUint32Array_(e);let s=!0,i=0;for(;i<t.length&&s;)s=t[i]===this.key[i],i++;if(s)return;this.key=t;const r=this.keySize=t.length;if(4!==r&&6!==r&&8!==r)throw new Error("Invalid aes key size="+r);const n=this.ksRows=4*(r+6+1);let a,o;const l=this.keySchedule=new Uint32Array(n),h=this.invKeySchedule=new Uint32Array(n),d=this.sBox,c=this.rcon,u=this.invSubMix,f=u[0],g=u[1],p=u[2],m=u[3];let v,y;for(a=0;a<n;a++)a<r?v=l[a]=t[a]:(y=v,a%r==0?(y=y<<8|y>>>24,y=d[y>>>24]<<24|d[y>>>16&255]<<16|d[y>>>8&255]<<8|d[255&y],y^=c[a/r|0]<<24):r>6&&a%r==4&&(y=d[y>>>24]<<24|d[y>>>16&255]<<16|d[y>>>8&255]<<8|d[255&y]),l[a]=v=(l[a-r]^y)>>>0);for(o=0;o<n;o++)a=n-o,y=3&o?l[a]:l[a-4],h[o]=o<4||a<=4?y:f[d[y>>>24]]^g[d[y>>>16&255]]^p[d[y>>>8&255]]^m[d[255&y]],h[o]=h[o]>>>0}networkToHostOrderSwap(e){return e<<24|(65280&e)<<8|(16711680&e)>>8|e>>>24}decrypt(e,t,s){const i=this.keySize+6,r=this.invKeySchedule,n=this.invSBox,a=this.invSubMix,o=a[0],l=a[1],h=a[2],d=a[3],c=this.uint8ArrayToUint32Array_(s);let u=c[0],f=c[1],g=c[2],p=c[3];const m=new Int32Array(e),v=new Int32Array(m.length);let y,E,S,T,_,b,L,R,A,P,w,I,D,C;const k=this.networkToHostOrderSwap;for(;t<m.length;){for(A=k(m[t]),P=k(m[t+1]),w=k(m[t+2]),I=k(m[t+3]),_=A^r[0],b=I^r[1],L=w^r[2],R=P^r[3],D=4,C=1;C<i;C++)y=o[_>>>24]^l[b>>16&255]^h[L>>8&255]^d[255&R]^r[D],E=o[b>>>24]^l[L>>16&255]^h[R>>8&255]^d[255&_]^r[D+1],S=o[L>>>24]^l[R>>16&255]^h[_>>8&255]^d[255&b]^r[D+2],T=o[R>>>24]^l[_>>16&255]^h[b>>8&255]^d[255&L]^r[D+3],_=y,b=E,L=S,R=T,D+=4;y=n[_>>>24]<<24^n[b>>16&255]<<16^n[L>>8&255]<<8^n[255&R]^r[D],E=n[b>>>24]<<24^n[L>>16&255]<<16^n[R>>8&255]<<8^n[255&_]^r[D+1],S=n[L>>>24]<<24^n[R>>16&255]<<16^n[_>>8&255]<<8^n[255&b]^r[D+2],T=n[R>>>24]<<24^n[_>>16&255]<<16^n[b>>8&255]<<8^n[255&L]^r[D+3],v[t]=k(y^u),v[t+1]=k(T^f),v[t+2]=k(S^g),v[t+3]=k(E^p),u=A,f=P,g=w,p=I,t+=4}return v.buffer}}class sa{constructor(e,t,s){this.subtle=void 0,this.key=void 0,this.aesMode=void 0,this.subtle=e,this.key=t,this.aesMode=s}expandKey(){const e=function(e){switch(e){case dn:return"AES-CBC";case cn:return"AES-CTR";default:throw new Error(`[FastAESKey] invalid aes mode ${e}`)}}(this.aesMode);return this.subtle.importKey("raw",this.key,{name:e},!1,["encrypt","decrypt"])}}class ia{constructor(e,{removePKCS7Padding:t=!0}={}){if(this.logEnabled=!0,this.removePKCS7Padding=void 0,this.subtle=null,this.softwareDecrypter=null,this.key=null,this.fastAesKey=null,this.remainderData=null,this.currentIV=null,this.currentResult=null,this.useSoftware=void 0,this.enableSoftwareAES=void 0,this.enableSoftwareAES=e.enableSoftwareAES,this.removePKCS7Padding=t,t)try{const e=self.crypto;e&&(this.subtle=e.subtle||e.webkitSubtle)}catch(e){}this.useSoftware=!this.subtle}destroy(){this.subtle=null,this.softwareDecrypter=null,this.key=null,this.fastAesKey=null,this.remainderData=null,this.currentIV=null,this.currentResult=null}isSync(){return this.useSoftware}flush(){const{currentResult:e,remainderData:t}=this;if(!e||t)return this.reset(),null;const s=new Uint8Array(e);return this.reset(),this.removePKCS7Padding?function(e){const t=e.byteLength,s=t&&new DataView(e.buffer).getUint8(t-1);return s?e.slice(0,t-s):e}(s):s}reset(){this.currentResult=null,this.currentIV=null,this.remainderData=null,this.softwareDecrypter&&(this.softwareDecrypter=null)}decrypt(e,t,s,i){return this.useSoftware?new Promise(((r,n)=>{const a=ArrayBuffer.isView(e)?e:new Uint8Array(e);this.softwareDecrypt(a,t,s,i);const o=this.flush();o?r(o.buffer):n(new Error("[softwareDecrypt] Failed to decrypt data"))})):this.webCryptoDecrypt(new Uint8Array(e),t,s,i)}softwareDecrypt(e,t,s,i){const{currentIV:r,currentResult:n,remainderData:a}=this;if(i!==dn||16!==t.byteLength)return fi.warn("SoftwareDecrypt: can only handle AES-128-CBC"),null;this.logOnce("JS AES decrypt"),a&&(e=Ji(a,e),this.remainderData=null);const o=this.getValidChunk(e);if(!o.length)return null;r&&(s=r);let l=this.softwareDecrypter;l||(l=this.softwareDecrypter=new ta),l.expandKey(t);const h=n;return this.currentResult=l.decrypt(o.buffer,0,s),this.currentIV=o.slice(-16).buffer,h||null}webCryptoDecrypt(e,t,s,i){if(this.key!==t||!this.fastAesKey){if(!this.subtle)return Promise.resolve(this.onWebCryptoError(e,t,s,i));this.key=t,this.fastAesKey=new sa(this.subtle,t,i)}return this.fastAesKey.expandKey().then((t=>{if(!this.subtle)return Promise.reject(new Error("web crypto not initialized"));this.logOnce("WebCrypto AES decrypt");return new ea(this.subtle,new Uint8Array(s),i).decrypt(e.buffer,t)})).catch((r=>(fi.warn(`[decrypter]: WebCrypto Error, disable WebCrypto API, ${r.name}: ${r.message}`),this.onWebCryptoError(e,t,s,i))))}onWebCryptoError(e,t,s,i){const r=this.enableSoftwareAES;if(r){this.useSoftware=!0,this.logEnabled=!0,this.softwareDecrypt(e,t,s,i);const r=this.flush();if(r)return r.buffer}throw new Error("WebCrypto"+(r?" and softwareDecrypt":"")+": failed to decrypt data")}getValidChunk(e){let t=e;const s=e.length-e.length%16;return s!==e.length&&(t=e.slice(0,s),this.remainderData=e.slice(s)),t}logOnce(e){this.logEnabled&&(fi.log(`[decrypter]: ${e}`),this.logEnabled=!1)}}const ra=Math.pow(2,17);class na{constructor(e){this.config=void 0,this.loader=null,this.partLoadTimeout=-1,this.config=e}destroy(){this.loader&&(this.loader.destroy(),this.loader=null)}abort(){this.loader&&this.loader.abort()}load(e,t){const s=e.url;if(!s)return Promise.reject(new la({type:qs.NETWORK_ERROR,details:js.FRAG_LOAD_ERROR,fatal:!1,frag:e,error:new Error("Fragment does not have a "+(s?"part list":"url")),networkDetails:null}));this.abort();const i=this.config,r=i.fLoader,n=i.loader;return new Promise(((a,o)=>{if(this.loader&&this.loader.destroy(),e.gap){if(e.tagList.some((e=>"GAP"===e[0])))return void o(oa(e));e.gap=!1}const l=this.loader=r?new r(i):new n(i),h=aa(e);e.loader=l;const d=Vr(i.fragLoadPolicy.default),c={loadPolicy:d,timeout:d.maxLoadTimeMs,maxRetry:0,retryDelay:0,maxRetryDelay:0,highWaterMark:"initSegment"===e.sn?1/0:ra};e.stats=l.stats;const u={onSuccess:(t,s,i,r)=>{this.resetLoader(e,l);let n=t.data;i.resetIV&&e.decryptdata&&(e.decryptdata.iv=new Uint8Array(n.slice(0,16)),n=n.slice(16)),a({frag:e,part:null,payload:n,networkDetails:r})},onError:(t,i,r,n)=>{this.resetLoader(e,l),o(new la({type:qs.NETWORK_ERROR,details:js.FRAG_LOAD_ERROR,fatal:!1,frag:e,response:ai({url:s,data:void 0},t),error:new Error(`HTTP Error ${t.code} ${t.text}`),networkDetails:r,stats:n}))},onAbort:(t,s,i)=>{this.resetLoader(e,l),o(new la({type:qs.NETWORK_ERROR,details:js.INTERNAL_ABORTED,fatal:!1,frag:e,error:new Error("Aborted"),networkDetails:i,stats:t}))},onTimeout:(t,s,i)=>{this.resetLoader(e,l),o(new la({type:qs.NETWORK_ERROR,details:js.FRAG_LOAD_TIMEOUT,fatal:!1,frag:e,error:new Error(`Timeout after ${c.timeout}ms`),networkDetails:i,stats:t}))}};t&&(u.onProgress=(s,i,r,n)=>t({frag:e,part:null,payload:r,networkDetails:n})),l.load(h,c,u)}))}loadPart(e,t,s){this.abort();const i=this.config,r=i.fLoader,n=i.loader;return new Promise(((a,o)=>{if(this.loader&&this.loader.destroy(),e.gap||t.gap)return void o(oa(e,t));const l=this.loader=r?new r(i):new n(i),h=aa(e,t);e.loader=l;const d=Vr(i.fragLoadPolicy.default),c={loadPolicy:d,timeout:d.maxLoadTimeMs,maxRetry:0,retryDelay:0,maxRetryDelay:0,highWaterMark:ra};t.stats=l.stats,l.load(h,c,{onSuccess:(i,r,n,o)=>{this.resetLoader(e,l),this.updateStatsFromPart(e,t);const h={frag:e,part:t,payload:i.data,networkDetails:o};s(h),a(h)},onError:(s,i,r,n)=>{this.resetLoader(e,l),o(new la({type:qs.NETWORK_ERROR,details:js.FRAG_LOAD_ERROR,fatal:!1,frag:e,part:t,response:ai({url:h.url,data:void 0},s),error:new Error(`HTTP Error ${s.code} ${s.text}`),networkDetails:r,stats:n}))},onAbort:(s,i,r)=>{e.stats.aborted=t.stats.aborted,this.resetLoader(e,l),o(new la({type:qs.NETWORK_ERROR,details:js.INTERNAL_ABORTED,fatal:!1,frag:e,part:t,error:new Error("Aborted"),networkDetails:r,stats:s}))},onTimeout:(s,i,r)=>{this.resetLoader(e,l),o(new la({type:qs.NETWORK_ERROR,details:js.FRAG_LOAD_TIMEOUT,fatal:!1,frag:e,part:t,error:new Error(`Timeout after ${c.timeout}ms`),networkDetails:r,stats:s}))}})}))}updateStatsFromPart(e,t){const s=e.stats,i=t.stats,r=i.total;if(s.loaded+=i.loaded,r){const i=Math.round(e.duration/t.duration),n=Math.min(Math.round(s.loaded/r),i),a=(i-n)*Math.round(s.loaded/n);s.total=s.loaded+a}else s.total=Math.max(s.loaded,s.total);const n=s.loading,a=i.loading;n.start?n.first+=a.first-a.start:(n.start=a.start,n.first=a.first),n.end=a.end}resetLoader(e,t){e.loader=null,this.loader===t&&(self.clearTimeout(this.partLoadTimeout),this.loader=null),t.destroy()}}function aa(e,t=null){const s=t||e,i={frag:e,part:t,responseType:"arraybuffer",url:s.url,headers:{},rangeStart:0,rangeEnd:0},r=s.byteRangeStartOffset,n=s.byteRangeEndOffset;if(Hs(r)&&Hs(n)){var a;let t=r,s=n;if("initSegment"===e.sn&&("AES-128"===(o=null==(a=e.decryptdata)?void 0:a.method)||"AES-256"===o)){const e=n-r;e%16&&(s=n+(16-e%16)),0!==r&&(i.resetIV=!0,t=r-16)}i.rangeStart=t,i.rangeEnd=s}var o;return i}function oa(e,t){const s=new Error(`GAP ${e.gap?"tag":"attribute"} found`),i={type:qs.MEDIA_ERROR,details:js.FRAG_GAP,fatal:!1,frag:e,error:s,networkDetails:null};return t&&(i.part=t),(t||e).stats.aborted=!0,new la(i)}class la extends Error{constructor(e){super(e.error.message),this.data=void 0,this.data=e}}class ha extends oi{constructor(e,t){super(e,t),this._boundTick=void 0,this._tickTimer=null,this._tickInterval=null,this._tickCallCount=0,this._boundTick=this.tick.bind(this)}destroy(){this.onHandlerDestroying(),this.onHandlerDestroyed()}onHandlerDestroying(){this.clearNextTick(),this.clearInterval()}onHandlerDestroyed(){}hasInterval(){return!!this._tickInterval}hasNextTick(){return!!this._tickTimer}setInterval(e){return!this._tickInterval&&(this._tickCallCount=0,this._tickInterval=self.setInterval(this._boundTick,e),!0)}clearInterval(){return!!this._tickInterval&&(self.clearInterval(this._tickInterval),this._tickInterval=null,!0)}clearNextTick(){return!!this._tickTimer&&(self.clearTimeout(this._tickTimer),this._tickTimer=null,!0)}tick(){this._tickCallCount++,1===this._tickCallCount&&(this.doTick(),this._tickCallCount>1&&this.tickImmediate(),this._tickCallCount=0)}tickImmediate(){this.clearNextTick(),this._tickTimer=self.setTimeout(this._boundTick,0)}doTick(){}}class da{constructor(e,t,s,i=0,r=-1,n=!1){this.level=void 0,this.sn=void 0,this.part=void 0,this.id=void 0,this.size=void 0,this.partial=void 0,this.transmuxing={start:0,executeStart:0,executeEnd:0,end:0},this.buffering={audio:{start:0,executeStart:0,executeEnd:0,end:0},video:{start:0,executeStart:0,executeEnd:0,end:0},audiovideo:{start:0,executeStart:0,executeEnd:0,end:0}},this.level=e,this.sn=t,this.id=s,this.size=i,this.part=r,this.partial=n}}const ca={length:0,start:()=>0,end:()=>0};class ua{static isBuffered(e,t){if(e){const s=ua.getBuffered(e);for(let e=s.length;e--;)if(t>=s.start(e)&&t<=s.end(e))return!0}return!1}static bufferedRanges(e){if(e){const t=ua.getBuffered(e);return ua.timeRangesToArray(t)}return[]}static timeRangesToArray(e){const t=[];for(let s=0;s<e.length;s++)t.push({start:e.start(s),end:e.end(s)});return t}static bufferInfo(e,t,s){if(e){const i=ua.bufferedRanges(e);if(i.length)return ua.bufferedInfo(i,t,s)}return{len:0,start:t,end:t,bufferedIndex:-1}}static bufferedInfo(e,t,s){t=Math.max(0,t),e.length>1&&e.sort(((e,t)=>e.start-t.start||t.end-e.end));let i=-1,r=[];if(s)for(let n=0;n<e.length;n++){t>=e[n].start&&t<=e[n].end&&(i=n);const a=r.length;if(a){const t=r[a-1].end;e[n].start-t<s?e[n].end>t&&(r[a-1].end=e[n].end):r.push(e[n])}else r.push(e[n])}else r=e;let n,a=0,o=t,l=t;for(let e=0;e<r.length;e++){const h=r[e].start,d=r[e].end;if(-1===i&&t>=h&&t<=d&&(i=e),t+s>=h&&t<d)o=h,l=d,a=l-t;else if(t+s<h){n=h;break}}return{len:a,start:o||0,end:l||0,nextStart:n,buffered:e,bufferedIndex:i}}static getBuffered(e){try{return e.buffered||ca}catch(e){return fi.log("failed to get media.buffered",e),ca}}}function fa(e,t){for(let i=0,r=e.length;i<r;i++){var s;if((null==(s=e[i])?void 0:s.cc)===t)return e[i]}return null}function ga(e,t){const s=e.start+t;e.startPTS=s,e.setStart(s),e.endPTS=s+e.duration}function pa(e,t){const s=t.fragments;for(let t=0,i=s.length;t<i;t++)ga(s[t],e);t.fragmentHint&&ga(t.fragmentHint,e),t.alignedSliding=!0}function ma(e,t){e&&(!function(e,t){if(!function(e,t){return!!(e&&t.startCC<e.endCC&&t.endCC>e.startCC)}(t,e))return;const s=Math.min(t.endCC,e.endCC),i=fa(t.fragments,s),r=fa(e.fragments,s);if(!i||!r)return;fi.log(`Aligning playlist at start of dicontinuity sequence ${s}`);pa(i.start-r.start,e)}(t,e),t.alignedSliding||function(e,t){if(!e.hasProgramDateTime||!t.hasProgramDateTime)return;const s=e.fragments,i=t.fragments;if(!s.length||!i.length)return;let r,n;const a=Math.min(t.endCC,e.endCC);t.startCC<a&&e.startCC<a&&(r=fa(i,a),n=fa(s,a));r&&n||(r=i[Math.floor(i.length/2)],n=fa(s,r.cc)||s[Math.floor(s.length/2)]);const o=r.programDateTime,l=n.programDateTime;if(!o||!l)return;pa((l-o)/1e3-(n.start-r.start),e)}(t,e),t.alignedSliding||t.skippedSegments||Nn(e,t,!1))}function va(e,t,s){ya(e,t,s),e.addEventListener(t,s)}function ya(e,t,s){e.removeEventListener(t,s)}const Ea=function(e){let t="";const s=e.length;for(let i=0;i<s;i++)t+=`[${e.start(i).toFixed(3)}-${e.end(i).toFixed(3)}]`;return t},Sa={STOPPED:"STOPPED",IDLE:"IDLE",KEY_LOADING:"KEY_LOADING",FRAG_LOADING:"FRAG_LOADING",FRAG_LOADING_WAITING_RETRY:"FRAG_LOADING_WAITING_RETRY",PARSING:"PARSING",PARSED:"PARSED",ENDED:"ENDED",ERROR:"ERROR",WAITING_LEVEL:"WAITING_LEVEL"};class Ta extends ha{constructor(e,t,s,i,r){super(i,e.logger),this.hls=void 0,this.fragPrevious=null,this.fragCurrent=null,this.fragmentTracker=void 0,this.transmuxer=null,this._state=Sa.STOPPED,this.playlistType=void 0,this.media=null,this.mediaBuffer=null,this.config=void 0,this.bitrateTest=!1,this.lastCurrentTime=0,this.nextLoadPosition=0,this.startPosition=0,this.startTimeOffset=null,this.retryDate=0,this.levels=null,this.fragmentLoader=void 0,this.keyLoader=void 0,this.levelLastLoaded=null,this.startFragRequested=!1,this.decrypter=void 0,this.initPTS=[],this.buffering=!0,this.loadingParts=!1,this.loopSn=void 0,this.onMediaSeeking=()=>{const{config:e,fragCurrent:t,media:s,mediaBuffer:i,state:r}=this,n=s?s.currentTime:0,a=ua.bufferInfo(i||s,n,e.maxBufferHole),o=!a.len;if(this.log(`Media seeking to ${Hs(n)?n.toFixed(3):n}, state: ${r}, ${o?"out of":"in"} buffer`),this.state===Sa.ENDED)this.resetLoadingState();else if(t){const s=e.maxFragLookUpTolerance,i=t.start-s,r=t.start+t.duration+s;if(o||r<a.start||i>a.end){const e=n>r;(n<i||e)&&(e&&t.loader&&(this.log(`Cancelling fragment load for seek (sn: ${t.sn})`),t.abortRequests(),this.resetLoadingState()),this.fragPrevious=null)}}if(s){this.fragmentTracker.removeFragmentsInRange(n,1/0,this.playlistType,!0);if(n>this.lastCurrentTime&&(this.lastCurrentTime=n),!this.loadingParts){const e=Math.max(a.end,n),t=this.shouldLoadParts(this.getLevelDetails(),e);t&&(this.log(`LL-Part loading ON after seeking to ${n.toFixed(2)} with buffer @${e.toFixed(2)}`),this.loadingParts=t)}}this.hls.hasEnoughToStart||(this.log(`Setting ${o?"startPosition":"nextLoadPosition"} to ${n} for seek without enough to start`),this.nextLoadPosition=n,o&&(this.startPosition=n)),o&&this.state===Sa.IDLE&&this.tickImmediate()},this.onMediaEnded=()=>{this.log("setting startPosition to 0 because media ended"),this.startPosition=this.lastCurrentTime=0},this.playlistType=r,this.hls=e,this.fragmentLoader=new na(e.config),this.keyLoader=s,this.fragmentTracker=t,this.config=e.config,this.decrypter=new ia(e.config)}registerListeners(){const{hls:e}=this;e.on(zs.MEDIA_ATTACHED,this.onMediaAttached,this),e.on(zs.MEDIA_DETACHING,this.onMediaDetaching,this),e.on(zs.MANIFEST_LOADING,this.onManifestLoading,this),e.on(zs.MANIFEST_LOADED,this.onManifestLoaded,this),e.on(zs.ERROR,this.onError,this)}unregisterListeners(){const{hls:e}=this;e.off(zs.MEDIA_ATTACHED,this.onMediaAttached,this),e.off(zs.MEDIA_DETACHING,this.onMediaDetaching,this),e.off(zs.MANIFEST_LOADING,this.onManifestLoading,this),e.off(zs.MANIFEST_LOADED,this.onManifestLoaded,this),e.off(zs.ERROR,this.onError,this)}doTick(){this.onTickEnd()}onTickEnd(){}startLoad(e){}stopLoad(){if(this.state===Sa.STOPPED)return;this.fragmentLoader.abort(),this.keyLoader.abort(this.playlistType);const e=this.fragCurrent;null!=e&&e.loader&&(e.abortRequests(),this.fragmentTracker.removeFragment(e)),this.resetTransmuxer(),this.fragCurrent=null,this.fragPrevious=null,this.clearInterval(),this.clearNextTick(),this.state=Sa.STOPPED}get startPositionValue(){const{nextLoadPosition:e,startPosition:t}=this;return-1===t&&e?e:t}get bufferingEnabled(){return this.buffering}pauseBuffering(){this.buffering=!1}resumeBuffering(){this.buffering=!0}get inFlightFrag(){return{frag:this.fragCurrent,state:this.state}}_streamEnded(e,t){if(t.live||!this.media)return!1;const s=e.end||0,i=this.config.timelineOffset||0;if(s<=i)return!1;const r=e.buffered;this.config.maxBufferHole&&r&&r.length>1&&(e=ua.bufferedInfo(r,e.start,0));const n=e.nextStart;if(n&&n>i&&n<t.edge)return!1;if(this.media.currentTime<e.start)return!1;const a=t.partList;if(null!=a&&a.length){const e=a[a.length-1];return ua.isBuffered(this.media,e.start+e.duration/2)}const o=t.fragments[t.fragments.length-1].type;return this.fragmentTracker.isEndListAppended(o)}getLevelDetails(){if(this.levels&&null!==this.levelLastLoaded)return this.levelLastLoaded.details}get timelineOffset(){const e=this.config.timelineOffset;var t;return e?(null==(t=this.getLevelDetails())?void 0:t.appliedTimelineOffset)||e:0}onMediaAttached(e,t){const s=this.media=this.mediaBuffer=t.media;va(s,"seeking",this.onMediaSeeking),va(s,"ended",this.onMediaEnded);const i=this.config;this.levels&&i.autoStartLoad&&this.state===Sa.STOPPED&&this.startLoad(i.startPosition)}onMediaDetaching(e,t){const s=!!t.transferMedia,i=this.media;if(null!==i){if(i.ended&&(this.log("MSE detaching and video ended, reset startPosition"),this.startPosition=this.lastCurrentTime=0),ya(i,"seeking",this.onMediaSeeking),ya(i,"ended",this.onMediaEnded),this.keyLoader&&!s&&this.keyLoader.detach(),this.media=this.mediaBuffer=null,this.loopSn=void 0,s)return this.resetLoadingState(),void this.resetTransmuxer();this.loadingParts=!1,this.fragmentTracker.removeAllFragments(),this.stopLoad()}}onManifestLoading(){this.initPTS=[],this.levels=this.levelLastLoaded=this.fragCurrent=null,this.lastCurrentTime=this.startPosition=0,this.startFragRequested=!1}onError(e,t){}onManifestLoaded(e,t){this.startTimeOffset=t.startTimeOffset}onHandlerDestroying(){this.stopLoad(),this.transmuxer&&(this.transmuxer.destroy(),this.transmuxer=null),super.onHandlerDestroying(),this.hls=this.onMediaSeeking=this.onMediaEnded=null}onHandlerDestroyed(){this.state=Sa.STOPPED,this.fragmentLoader&&this.fragmentLoader.destroy(),this.keyLoader&&this.keyLoader.destroy(),this.decrypter&&this.decrypter.destroy(),this.hls=this.log=this.warn=this.decrypter=this.keyLoader=this.fragmentLoader=this.fragmentTracker=null,super.onHandlerDestroyed()}loadFragment(e,t,s){this.startFragRequested=!0,this._loadFragForPlayback(e,t,s)}_loadFragForPlayback(e,t,s){this._doFragLoad(e,t,s,(e=>{const t=e.frag;if(this.fragContextChanged(t))return this.warn(`${t.type} sn: ${t.sn}${e.part?" part: "+e.part.index:""} of ${this.fragInfo(t,!1,e.part)}) was dropped during download.`),void this.fragmentTracker.removeFragment(t);t.stats.chunkCount++,this._handleFragmentLoadProgress(e)})).then((e=>{if(!e)return;const t=this.state,s=e.frag;this.fragContextChanged(s)?(t===Sa.FRAG_LOADING||!this.fragCurrent&&t===Sa.PARSING)&&(this.fragmentTracker.removeFragment(s),this.state=Sa.IDLE):("payload"in e&&(this.log(`Loaded ${s.type} sn: ${s.sn} of ${this.playlistLabel()} ${s.level}`),this.hls.trigger(zs.FRAG_LOADED,e)),this._handleFragmentLoadComplete(e))})).catch((t=>{this.state!==Sa.STOPPED&&this.state!==Sa.ERROR&&(this.warn(`Frag error: ${(null==t?void 0:t.message)||t}`),this.resetFragmentLoading(e))}))}clearTrackerIfNeeded(e){var t;const{fragmentTracker:s}=this;if(s.getState(e)===zn){const t=e.type,i=this.getFwdBufferInfo(this.mediaBuffer,t),r=Math.max(e.duration,i?i.len:this.config.maxBufferLength),n=this.backtrackFragment;(1===(n?e.sn-n.sn:0)||this.reduceMaxBufferLength(r,e.duration))&&s.removeFragment(e)}else 0===(null==(t=this.mediaBuffer)?void 0:t.buffered.length)?s.removeAllFragments():s.hasParts(e.type)&&(s.detectPartialFragments({frag:e,part:null,stats:e.stats,id:e.type}),s.getState(e)===Kn&&s.removeFragment(e))}checkLiveUpdate(e){if(e.updated&&!e.live){const t=e.fragments[e.fragments.length-1];this.fragmentTracker.detectPartialFragments({frag:t,part:null,stats:t.stats,id:t.type})}e.fragments[0]||(e.deltaUpdateFailed=!0)}waitForLive(e){const t=e.details;return(null==t?void 0:t.live)&&"EVENT"!==t.type&&(this.levelLastLoaded!==e||t.expired)}flushMainBuffer(e,t,s=null){if(!(e-t))return;const i={startOffset:e,endOffset:t,type:s};this.hls.trigger(zs.BUFFER_FLUSHING,i)}_loadInitSegment(e,t){this._doFragLoad(e,t).then((e=>{const t=null==e?void 0:e.frag;if(!t||this.fragContextChanged(t)||!this.levels)throw new Error("init load aborted");return e})).then((e=>{const{hls:t}=this,{frag:s,payload:i}=e,r=s.decryptdata;if(i&&i.byteLength>0&&null!=r&&r.key&&r.iv&&un(r.method)){const n=self.performance.now();return this.decrypter.decrypt(new Uint8Array(i),r.key.buffer,r.iv.buffer,fn(r.method)).catch((e=>{throw t.trigger(zs.ERROR,{type:qs.MEDIA_ERROR,details:js.FRAG_DECRYPT_ERROR,fatal:!1,error:e,reason:e.message,frag:s}),e})).then((i=>{const r=self.performance.now();return t.trigger(zs.FRAG_DECRYPTED,{frag:s,payload:i,stats:{tstart:n,tdecrypt:r}}),e.payload=i,this.completeInitSegmentLoad(e)}))}return this.completeInitSegmentLoad(e)})).catch((t=>{this.state!==Sa.STOPPED&&this.state!==Sa.ERROR&&(this.warn(t),this.resetFragmentLoading(e))}))}completeInitSegmentLoad(e){const{levels:t}=this;if(!t)throw new Error("init load aborted, missing levels");const s=e.frag.stats;this.state!==Sa.STOPPED&&(this.state=Sa.IDLE),e.frag.data=new Uint8Array(e.payload),s.parsing.start=s.buffering.start=self.performance.now(),s.parsing.end=s.buffering.end=self.performance.now(),this.tick()}unhandledEncryptionError(e,t){var s,i;const r=e.tracks;if(r&&!t.encrypted&&(null!=(s=r.audio)&&s.encrypted||null!=(i=r.video)&&i.encrypted)&&(!this.config.emeEnabled||!this.keyLoader.emeController)){const e=this.media,s=new Error("EME not supported (light build)");return this.warn(s.message),!e||e.mediaKeys?!1:(this.hls.trigger(zs.ERROR,{type:qs.KEY_SYSTEM_ERROR,details:js.KEY_SYSTEM_NO_KEYS,fatal:!0,error:s,frag:t}),this.resetTransmuxer(),!0)}return!1}fragContextChanged(e){const{fragCurrent:t}=this;return!e||!t||e.sn!==t.sn||e.level!==t.level}fragBufferedComplete(e,t){const s=this.mediaBuffer?this.mediaBuffer:this.media;if(this.log(`Buffered ${e.type} sn: ${e.sn}${t?" part: "+t.index:""} of ${this.fragInfo(e,!1,t)} > buffer:${s?Ea(ua.getBuffered(s)):"(detached)"})`),Ci(e)){var i;if(e.type!==ei){const t=e.elementaryStreams;if(!Object.keys(t).some((e=>!!t[e])))return void(this.state=Sa.IDLE)}const t=null==(i=this.levels)?void 0:i[e.level];null!=t&&t.fragmentError&&(this.log(`Resetting level fragment error count of ${t.fragmentError} on frag buffered`),t.fragmentError=0)}this.state=Sa.IDLE}_handleFragmentLoadComplete(e){const{transmuxer:t}=this;if(!t)return;const{frag:s,part:i,partsLoaded:r}=e,n=!r||0===r.length||r.some((e=>!e)),a=new da(s.level,s.sn,s.stats.chunkCount+1,0,i?i.index:-1,!n);t.flush(a)}_handleFragmentLoadProgress(e){}_doFragLoad(e,t,s=null,i){var r;this.fragCurrent=e;const n=t.details;if(!this.levels||!n)throw new Error(`frag load aborted, missing level${n?"":" detail"}s`);let a=null;if(!e.encrypted||null!=(r=e.decryptdata)&&r.key)e.encrypted||(a=this.keyLoader.loadClear(e,n.encryptedFragments,this.startFragRequested),a&&this.log("[eme] blocking frag load until media-keys acquired"));else if(this.log(`Loading key for ${e.sn} of [${n.startSN}-${n.endSN}], ${this.playlistLabel()} ${e.level}`),this.state=Sa.KEY_LOADING,this.fragCurrent=e,a=this.keyLoader.load(e).then((e=>{if(!this.fragContextChanged(e.frag))return this.hls.trigger(zs.KEY_LOADED,e),this.state===Sa.KEY_LOADING&&(this.state=Sa.IDLE),e})),this.hls.trigger(zs.KEY_LOADING,{frag:e}),null===this.fragCurrent)return this.log("context changed in KEY_LOADING"),Promise.resolve(null);const o=this.fragPrevious;if(Ci(e)&&(!o||e.sn!==o.sn)){const s=this.shouldLoadParts(t.details,e.end);s!==this.loadingParts&&(this.log(`LL-Part loading ${s?"ON":"OFF"} loading sn ${null==o?void 0:o.sn}->${e.sn}`),this.loadingParts=s)}if(s=Math.max(e.start,s||0),this.loadingParts&&Ci(e)){const r=n.partList;if(r&&i){s>n.fragmentEnd&&n.fragmentHint&&(e=n.fragmentHint);const o=this.getNextPart(r,e,s);if(o>-1){const l=r[o];let h;return e=this.fragCurrent=l.fragment,this.log(`Loading ${e.type} sn: ${e.sn} part: ${l.index} (${o}/${r.length-1}) of ${this.fragInfo(e,!1,l)}) cc: ${e.cc} [${n.startSN}-${n.endSN}], target: ${parseFloat(s.toFixed(3))}`),this.nextLoadPosition=l.start+l.duration,this.state=Sa.FRAG_LOADING,h=a?a.then((s=>!s||this.fragContextChanged(s.frag)?null:this.doFragPartsLoad(e,l,t,i))).catch((e=>this.handleFragLoadError(e))):this.doFragPartsLoad(e,l,t,i).catch((e=>this.handleFragLoadError(e))),this.hls.trigger(zs.FRAG_LOADING,{frag:e,part:l,targetBufferTime:s}),null===this.fragCurrent?Promise.reject(new Error("frag load aborted, context changed in FRAG_LOADING parts")):h}if(!e.url||this.loadedEndOfParts(r,s))return Promise.resolve(null)}}var l;if(Ci(e)&&this.loadingParts)this.log(`LL-Part loading OFF after next part miss @${s.toFixed(2)} Check buffer at sn: ${e.sn} loaded parts: ${null==(l=n.partList)?void 0:l.filter((e=>e.loaded)).map((e=>`[${e.start}-${e.end}]`))}`),this.loadingParts=!1;else if(!e.url)return Promise.resolve(null);this.log(`Loading ${e.type} sn: ${e.sn} of ${this.fragInfo(e,!1)}) cc: ${e.cc} ${"["+n.startSN+"-"+n.endSN+"]"}, target: ${parseFloat(s.toFixed(3))}`),Hs(e.sn)&&!this.bitrateTest&&(this.nextLoadPosition=e.start+e.duration),this.state=Sa.FRAG_LOADING;const h=this.config.progressive;let d;return d=h&&a?a.then((t=>!t||this.fragContextChanged(t.frag)?null:this.fragmentLoader.load(e,i))).catch((e=>this.handleFragLoadError(e))):Promise.all([this.fragmentLoader.load(e,h?i:void 0),a]).then((([e])=>(!h&&i&&i(e),e))).catch((e=>this.handleFragLoadError(e))),this.hls.trigger(zs.FRAG_LOADING,{frag:e,targetBufferTime:s}),null===this.fragCurrent?Promise.reject(new Error("frag load aborted, context changed in FRAG_LOADING")):d}doFragPartsLoad(e,t,s,i){return new Promise(((r,n)=>{var a;const o=[],l=null==(a=s.details)?void 0:a.partList,h=t=>{this.fragmentLoader.loadPart(e,t,i).then((i=>{o[t.index]=i;const n=i.part;this.hls.trigger(zs.FRAG_LOADED,i);const a=Un(s.details,e.sn,t.index+1)||Gn(l,e.sn,t.index+1);if(!a)return r({frag:e,part:n,partsLoaded:o});h(a)})).catch(n)};h(t)}))}handleFragLoadError(e){if("data"in e){const t=e.data;t.frag&&t.details===js.INTERNAL_ABORTED?this.handleFragLoadAborted(t.frag,t.part):t.frag&&t.type===qs.KEY_SYSTEM_ERROR?(t.frag.abortRequests(),this.resetStartWhenNotLoaded(),this.resetFragmentLoading(t.frag)):this.hls.trigger(zs.ERROR,t)}else this.hls.trigger(zs.ERROR,{type:qs.OTHER_ERROR,details:js.INTERNAL_EXCEPTION,err:e,error:e,fatal:!0});return null}_handleTransmuxerFlush(e){const t=this.getCurrentContext(e);if(!t||this.state!==Sa.PARSING)return void(this.fragCurrent||this.state===Sa.STOPPED||this.state===Sa.ERROR||(this.state=Sa.IDLE));const{frag:s,part:i,level:r}=t,n=self.performance.now();s.stats.parsing.end=n,i&&(i.stats.parsing.end=n);const a=this.getLevelDetails(),o=a&&s.sn>a.endSN||this.shouldLoadParts(a,s.end);o!==this.loadingParts&&(this.log(`LL-Part loading ${o?"ON":"OFF"} after parsing segment ending @${s.end.toFixed(2)}`),this.loadingParts=o),this.updateLevelTiming(s,i,r,e.partial)}shouldLoadParts(e,t){if(this.config.lowLatencyMode){if(!e)return this.loadingParts;if(e.partList){var s;const r=e.partList[0];if(r.fragment.type===ei)return!1;if(t>=r.end+((null==(s=e.fragmentHint)?void 0:s.duration)||0)){var i;if((this.hls.hasEnoughToStart?(null==(i=this.media)?void 0:i.currentTime)||this.lastCurrentTime:this.getLoadPosition())>r.start-r.fragment.duration)return!0}}}return!1}getCurrentContext(e){const{levels:t,fragCurrent:s}=this,{level:i,sn:r,part:n}=e;if(null==t||!t[i])return this.warn(`Levels object was unset while buffering fragment ${r} of ${this.playlistLabel()} ${i}. The current chunk will not be buffered.`),null;const a=t[i],o=a.details,l=n>-1?Un(o,r,n):null,h=l?l.fragment:Bn(o,r,s);return h?(s&&s!==h&&(h.stats=s.stats),{frag:h,part:l,level:a}):null}bufferFragmentData(e,t,s,i,r){if(this.state!==Sa.PARSING)return;const{data1:n,data2:a}=e;let o=n;if(a&&(o=Ji(n,a)),!o.length)return;const l=this.initPTS[t.cc],h=l?-l.baseTime/l.timescale:void 0,d={type:e.type,frag:t,part:s,chunkMeta:i,offset:h,parent:t.type,data:o};if(this.hls.trigger(zs.BUFFER_APPENDING,d),e.dropped&&e.independent&&!s){if(r)return;this.flushBufferGap(t)}}flushBufferGap(e){const t=this.media;if(!t)return;if(!ua.isBuffered(t,t.currentTime))return void this.flushMainBuffer(0,e.start);const s=t.currentTime,i=ua.bufferInfo(t,s,0),r=e.duration,n=Math.min(2*this.config.maxFragLookUpTolerance,.25*r),a=Math.max(Math.min(e.start-n,i.end-n),s+n);e.start-a>n&&this.flushMainBuffer(a,e.start)}getFwdBufferInfo(e,t){var s;const i=this.getLoadPosition();if(!Hs(i))return null;const r=this.lastCurrentTime>i||null!=(s=this.media)&&s.paused?0:this.config.maxBufferHole;return this.getFwdBufferInfoAtPos(e,i,t,r)}getFwdBufferInfoAtPos(e,t,s,i){const r=ua.bufferInfo(e,t,i);if(0===r.len&&void 0!==r.nextStart){const n=this.fragmentTracker.getBufferedFrag(t,s);if(n&&(r.nextStart<=n.end||n.gap)){const s=Math.max(Math.min(r.nextStart,n.end)-t,i);return ua.bufferInfo(e,t,s)}}return r}getMaxBufferLength(e){const{config:t}=this;let s;return s=e?Math.max(8*t.maxBufferSize/e,t.maxBufferLength):t.maxBufferLength,Math.min(s,t.maxMaxBufferLength)}reduceMaxBufferLength(e,t){const s=this.config,i=Math.max(Math.min(e-t,s.maxBufferLength),t),r=Math.max(e-3*t,s.maxMaxBufferLength/2,i);return r>=i&&(s.maxMaxBufferLength=r,this.warn(`Reduce max buffer length to ${r}s`),!0)}getAppendedFrag(e,t=Js){const s=this.fragmentTracker?this.fragmentTracker.getAppendedFrag(e,t):null;return s&&"fragment"in s?s.fragment:s}getNextFragment(e,t){const s=t.fragments,i=s.length;if(!i)return null;const{config:r}=this,n=s[0].start,a=r.lowLatencyMode&&!!t.partList;let o=null;if(t.live){const s=r.initialLiveManifestSize;if(i<s)return this.warn(`Not enough fragments to start playback (have: ${i}, need: ${s})`),null;if(!t.PTSKnown&&!this.startFragRequested&&-1===this.startPosition||e<n){var l;a&&!this.loadingParts&&(this.log("LL-Part loading ON for initial live fragment"),this.loadingParts=!0),o=this.getInitialLiveFragment(t);const s=this.hls.startPosition,i=this.hls.liveSyncPosition,r=o?(-1!==s&&s>=n?s:i)||o.start:e;this.log(`Setting startPosition to ${r} to match start frag at live edge. mainStart: ${s} liveSyncPosition: ${i} frag.start: ${null==(l=o)?void 0:l.start}`),this.startPosition=this.nextLoadPosition=r}}else e<=n&&(o=s[0]);if(!o){const s=this.loadingParts?t.partEnd:t.fragmentEnd;o=this.getFragmentAtPosition(e,s,t)}let h=this.filterReplacedPrimary(o,t);if(!h&&o){const e=o.sn-t.startSN;h=this.filterReplacedPrimary(s[e+1]||null,t)}return this.mapToInitFragWhenRequired(h)}isLoopLoading(e,t){const s=this.fragmentTracker.getState(e);return(s===Yn||s===Kn&&!!e.gap)&&this.nextLoadPosition>t}getNextFragmentLoopLoading(e,t,s,i,r){let n=null;if(e.gap&&(n=this.getNextFragment(this.nextLoadPosition,t),n&&!n.gap&&s.nextStart)){const e=this.getFwdBufferInfoAtPos(this.mediaBuffer?this.mediaBuffer:this.media,s.nextStart,i,0);if(null!==e&&s.len+e.len>=r){const e=n.sn;return this.loopSn!==e&&(this.log(`buffer full after gaps in "${i}" playlist starting at sn: ${e}`),this.loopSn=e),null}}return this.loopSn=void 0,n}get primaryPrefetch(){return this.config,!1}filterReplacedPrimary(e,t){return e?(this.config,e):e}mapToInitFragWhenRequired(e){return null==e||!e.initSegment||e.initSegment.data||this.bitrateTest?e:e.initSegment}getNextPart(e,t,s){let i=-1,r=!1,n=!0;for(let a=0,o=e.length;a<o;a++){const o=e[a];if(n=n&&!o.independent,i>-1&&s<o.start)break;const l=o.loaded;l?i=-1:(r||(o.independent||n)&&o.fragment===t)&&(o.fragment!==t&&this.warn(`Need buffer at ${s} but next unloaded part starts at ${o.start}`),i=a),r=l}return i}loadedEndOfParts(e,t){let s;for(let i=e.length;i--;){if(s=e[i],!s.loaded)return!1;if(t>s.start)return!0}return!1}getInitialLiveFragment(e){const t=e.fragments,s=this.fragPrevious;let i=null;if(s){if(e.hasProgramDateTime&&(this.log(`Live playlist, switching playlist, load frag with same PDT: ${s.programDateTime}`),i=function(e,t,s){if(null===t||!Array.isArray(e)||!e.length||!Hs(t))return null;if(t<(e[0].programDateTime||0))return null;if(t>=(e[e.length-1].endProgramDateTime||0))return null;for(let i=0;i<e.length;++i){const r=e[i];if(Nr(t,s,r))return r}return null}(t,s.endProgramDateTime,this.config.maxFragLookUpTolerance)),!i){const r=s.sn+1;if(r>=e.startSN&&r<=e.endSN){const n=t[r-e.startSN];s.cc===n.cc&&(i=n,this.log(`Live playlist, switching playlist, load frag with next SN: ${i.sn}`))}i||(i=function(e,t,s){if(e&&e.startCC<=t&&e.endCC>=t){let i=e.fragments;const{fragmentHint:r}=e;let n;return r&&(i=i.concat(r)),xr(i,(e=>e.cc<t?1:e.cc>t?-1:(n=e,e.end<=s?1:e.start>s?-1:0))),n||null}return null}(e,s.cc,s.end),i&&this.log(`Live playlist, switching playlist, load frag with same CC: ${i.sn}`))}}else{const t=this.hls.liveSyncPosition;null!==t&&(i=this.getFragmentAtPosition(t,this.bitrateTest?e.fragmentEnd:e.edge,e))}return i}getFragmentAtPosition(e,t,s){const{config:i}=this;let{fragPrevious:r}=this,{fragments:n,endSN:a}=s;const{fragmentHint:o}=s,{maxFragLookUpTolerance:l}=i,h=s.partList,d=!!(this.loadingParts&&null!=h&&h.length&&o);let c;if(d&&!this.bitrateTest&&h[h.length-1].fragment.sn===o.sn&&(n=n.concat(o),a=o.sn),e<t){var u;c=Or(r,n,e,e<this.lastCurrentTime||e>t-l||null!=(u=this.media)&&u.paused||!this.startFragRequested?0:l)}else c=n[n.length-1];if(c){const e=c.sn-s.startSN,t=this.fragmentTracker.getState(c);if((t===Yn||t===Kn&&c.gap)&&(r=c),r&&c.sn===r.sn&&(!d||h[0].fragment.sn>c.sn||!s.live)){if(c.level===r.level){const t=n[e+1];c=c.sn<a&&this.fragmentTracker.getState(t)!==Yn?t:null}}}return c}alignPlaylists(e,t,s){const i=e.fragments.length;if(!i)return this.warn("No fragments in live playlist"),0;const r=e.fragmentStart,n=!t,a=e.alignedSliding&&Hs(r);if(n||!a&&!r){ma(s,e);const r=e.fragmentStart;return this.log(`Live playlist sliding: ${r.toFixed(2)} start-sn: ${t?t.startSN:"na"}->${e.startSN} fragments: ${i}`),r}return r}waitForCdnTuneIn(e){return e.live&&e.canBlockReload&&e.partTarget&&e.tuneInGoal>Math.max(e.partHoldBack,3*e.partTarget)}setStartPosition(e,t){let s=this.startPosition;s<t&&(s=-1);const i=this.timelineOffset;if(-1===s){const r=null!==this.startTimeOffset,n=r?this.startTimeOffset:e.startTimeOffset;null!==n&&Hs(n)?(s=t+n,n<0&&(s+=e.edge),s=Math.min(Math.max(t,s),t+e.totalduration),this.log(`Setting startPosition to ${s} for start time offset ${n} found in ${r?"multivariant":"media"} playlist`),this.startPosition=s):e.live?(s=this.hls.liveSyncPosition||t,this.log(`Setting startPosition to -1 to start at live edge ${s}`),this.startPosition=-1):(this.log("setting startPosition to 0 by default"),this.startPosition=s=0),this.lastCurrentTime=s+i}this.nextLoadPosition=s+i}getLoadPosition(){var e;const{media:t}=this;let s=0;return null!=(e=this.hls)&&e.hasEnoughToStart&&t?s=t.currentTime:this.nextLoadPosition>=0&&(s=this.nextLoadPosition),s}handleFragLoadAborted(e,t){this.transmuxer&&e.type===this.playlistType&&Ci(e)&&e.stats.aborted&&(this.log(`Fragment ${e.sn}${t?" part "+t.index:""} of ${this.playlistLabel()} ${e.level} was aborted`),this.resetFragmentLoading(e))}resetFragmentLoading(e){this.fragCurrent&&(this.fragContextChanged(e)||this.state===Sa.FRAG_LOADING_WAITING_RETRY)||(this.state=Sa.IDLE)}onFragmentOrKeyLoadError(e,t){var s;if(t.chunkMeta&&!t.frag){const e=this.getCurrentContext(t.chunkMeta);e&&(t.frag=e.frag)}const i=t.frag;if(!i||i.type!==e||!this.levels)return;var r;if(this.fragContextChanged(i))return void this.warn(`Frag load error must match current frag to retry ${i.url} > ${null==(r=this.fragCurrent)?void 0:r.url}`);const n=t.details===js.FRAG_GAP;n&&this.fragmentTracker.fragBuffered(i,!0);const a=t.errorAction;if(!a)return void(this.state=Sa.ERROR);const{action:o,flags:l,retryCount:h=0,retryConfig:d}=a,c=!!d,u=c&&o===Yr,f=c&&!a.resolved&&l===Qr,g=null==(s=this.hls.latestLevelDetails)?void 0:s.live;if(!u&&f&&Ci(i)&&!i.endList&&g&&!Ur(t))this.resetFragmentErrors(e),this.treatAsGap(i),a.resolved=!0;else if((u||f)&&h<d.maxNumRetry){var p;const s=qr(null==(p=t.response)?void 0:p.code),r=Hr(d,h);if(this.resetStartWhenNotLoaded(),this.retryDate=self.performance.now()+r,this.state=Sa.FRAG_LOADING_WAITING_RETRY,a.resolved=!0,s)return this.log("Waiting for connection (offline)"),this.retryDate=1/0,void(t.reason="offline");this.warn(`Fragment ${i.sn} of ${e} ${i.level} errored with ${t.details}, retrying loading ${h+1}/${d.maxNumRetry} in ${r}ms`)}else if(d){if(this.resetFragmentErrors(e),!(h<d.maxNumRetry))return void this.warn(`${t.details} reached or exceeded max retry (${h})`);n||o===Kr||(a.resolved=!0)}else this.state=o===zr?Sa.WAITING_LEVEL:Sa.ERROR;this.tickImmediate()}checkRetryDate(){const e=self.performance.now(),t=this.retryDate,s=t===1/0;(!t||e>=t||s&&!qr(0))&&(s&&this.log("Connection restored (online)"),this.resetStartWhenNotLoaded(),this.state=Sa.IDLE)}reduceLengthAndFlushBuffer(e){if(this.state===Sa.PARSING||this.state===Sa.PARSED){const t=e.frag,s=e.parent,i=this.getFwdBufferInfo(this.mediaBuffer,s),r=i&&i.len>.5;r&&this.reduceMaxBufferLength(i.len,(null==t?void 0:t.duration)||10);const n=!r;return n&&this.warn(`Buffer full error while media.currentTime (${this.getLoadPosition()}) is not buffered, flush ${s} buffer`),t&&(this.fragmentTracker.removeFragment(t),this.nextLoadPosition=t.start),this.resetLoadingState(),n}return!1}resetFragmentErrors(e){e===Zs&&(this.fragCurrent=null),this.hls.hasEnoughToStart||(this.startFragRequested=!1),this.state!==Sa.STOPPED&&(this.state=Sa.IDLE)}afterBufferFlushed(e,t,s){if(!e)return;const i=ua.getBuffered(e);this.fragmentTracker.detectEvictedFragments(t,i,s),this.state===Sa.ENDED&&this.resetLoadingState()}resetLoadingState(){this.log("Reset loading state"),this.fragCurrent=null,this.fragPrevious=null,this.state!==Sa.STOPPED&&(this.state=Sa.IDLE)}resetStartWhenNotLoaded(){if(!this.hls.hasEnoughToStart){this.startFragRequested=!1;const e=this.levelLastLoaded,t=e?e.details:null;null!=t&&t.live?(this.log("resetting startPosition for live start"),this.startPosition=-1,this.setStartPosition(t,t.fragmentStart),this.resetLoadingState()):this.nextLoadPosition=this.startPosition}}resetWhenMissingContext(e){this.log(`Loading context changed while buffering sn ${e.sn} of ${this.playlistLabel()} ${-1===e.level?"<removed>":e.level}. This chunk will not be buffered.`),this.removeUnbufferedFrags(),this.resetStartWhenNotLoaded(),this.resetLoadingState()}removeUnbufferedFrags(e=0){this.fragmentTracker.removeFragmentsInRange(e,1/0,this.playlistType,!1,!0)}updateLevelTiming(e,t,s,i){const r=s.details;if(!r)return void this.warn("level.details undefined");var n;if(!Object.keys(e.elementaryStreams).reduce(((t,n)=>{const a=e.elementaryStreams[n];if(a){const o=a.endPTS-a.startPTS;if(o<=0)return this.warn(`Could not parse fragment ${e.sn} ${n} duration reliably (${o})`),t||!1;const l=i?0:xn(r,e,a.startPTS,a.endPTS,a.startDTS,a.endDTS,this);return this.hls.trigger(zs.LEVEL_PTS_UPDATED,{details:r,level:s,drift:l,type:n,frag:e,start:a.startPTS,end:a.endPTS}),!0}return t}),!1)&&(0===s.fragmentError&&this.treatAsGap(e,s),null===(null==(n=this.transmuxer)?void 0:n.error))){const t=new Error(`Found no media in fragment ${e.sn} of ${this.playlistLabel()} ${e.level} resetting transmuxer to fallback to playlist timing`);if(this.warn(t.message),this.hls.trigger(zs.ERROR,{type:qs.MEDIA_ERROR,details:js.FRAG_PARSING_ERROR,fatal:!1,error:t,frag:e,reason:`Found no media in msn ${e.sn} of ${this.playlistLabel()} "${s.url}"`}),!this.hls)return;this.resetTransmuxer()}this.state=Sa.PARSED,this.log(`Parsed ${e.type} sn: ${e.sn}${t?" part: "+t.index:""} of ${this.fragInfo(e,!1,t)})`),this.hls.trigger(zs.FRAG_PARSED,{frag:e,part:t})}playlistLabel(){return this.playlistType===Js?"level":"track"}fragInfo(e,t=!0,s){var i,r;return`${this.playlistLabel()} ${e.level} (${s?"part":"frag"}:[${(null!=(i=t&&!s?e.startPTS:(s||e).start)?i:NaN).toFixed(3)}-${(null!=(r=t&&!s?e.endPTS:(s||e).end)?r:NaN).toFixed(3)}]${s&&"main"===e.type?"INDEPENDENT="+(s.independent?"YES":"NO"):""}`}treatAsGap(e,t){t&&t.fragmentError++,e.gap=!0,this.fragmentTracker.removeFragment(e),this.fragmentTracker.fragBuffered(e,!0)}resetTransmuxer(){var e;null==(e=this.transmuxer)||e.reset()}recoverWorkerError(e){"demuxerWorker"===e.event&&(this.fragmentTracker.removeAllFragments(),this.transmuxer&&(this.transmuxer.destroy(),this.transmuxer=null),this.resetStartWhenNotLoaded(),this.resetLoadingState())}set state(e){const t=this._state;t!==e&&(this._state=e,this.log(`${t}->${e}`))}get state(){return this._state}}class _a{constructor(e){this.tracks=void 0,this.queues={video:[],audio:[],audiovideo:[]},this.tracks=e}destroy(){this.tracks=this.queues=null}append(e,t,s){if(null===this.queues||null===this.tracks)return;const i=this.queues[t];i.push(e),1!==i.length||s||this.executeNext(t)}appendBlocker(e){return new Promise((t=>{const s={label:"async-blocker",execute:t,onStart:()=>{},onComplete:()=>{},onError:()=>{}};this.append(s,e)}))}prependBlocker(e){return new Promise((t=>{if(this.queues){const s={label:"async-blocker-prepend",execute:t,onStart:()=>{},onComplete:()=>{},onError:()=>{}};this.queues[e].unshift(s)}}))}removeBlockers(){null!==this.queues&&[this.queues.video,this.queues.audio,this.queues.audiovideo].forEach((e=>{var t;const s=null==(t=e[0])?void 0:t.label;"async-blocker"!==s&&"async-blocker-prepend"!==s||(e[0].execute(),e.splice(0,1))}))}unblockAudio(e){if(null===this.queues)return;this.queues.audio[0]===e&&this.shiftAndExecuteNext("audio")}executeNext(e){if(null===this.queues||null===this.tracks)return;const t=this.queues[e];if(t.length){const i=t[0];try{i.execute()}catch(t){var s;if(i.onError(t),null===this.queues||null===this.tracks)return;const r=null==(s=this.tracks[e])?void 0:s.buffer;null!=r&&r.updating||this.shiftAndExecuteNext(e)}}}shiftAndExecuteNext(e){null!==this.queues&&(this.queues[e].shift(),this.executeNext(e))}current(e){var t;return(null==(t=this.queues)?void 0:t[e][0])||null}toString(){const{queues:e,tracks:t}=this;return null===e||null===t?"<destroyed>":`\n${this.list("video")}\n${this.list("audio")}\n${this.list("audiovideo")}}`}list(e){var t,s;return null!=(t=this.queues)&&t[e]||null!=(s=this.tracks)&&s[e]?`${e}: (${this.listSbInfo(e)}) ${this.listOps(e)}`:""}listSbInfo(e){var t;const s=null==(t=this.tracks)?void 0:t[e],i=null==s?void 0:s.buffer;return i?`SourceBuffer${i.updating?" updating":""}${s.ended?" ended":""}${s.ending?" ending":""}`:"none"}listOps(e){var t;return(null==(t=this.queues)?void 0:t[e].map((e=>e.label)).join(", "))||""}}const ba=/(avc[1234]|hvc1|hev1|dvh[1e]|vp09|av01)(?:\.[^.,]+)+/,La="HlsJsTrackRemovedError";class Ra extends Error{constructor(e){super(e),this.name=La}}function Aa(e){const t=e.querySelectorAll("source");[].slice.call(t).forEach((t=>{e.removeChild(t)}))}function Pa(e){return"audio"===e?1:0}class wa{constructor(e){this.hls=void 0,this.autoLevelCapping=void 0,this.firstLevel=void 0,this.media=void 0,this.restrictedLevels=void 0,this.timer=void 0,this.clientRect=void 0,this.streamController=void 0,this.hls=e,this.autoLevelCapping=Number.POSITIVE_INFINITY,this.firstLevel=-1,this.media=null,this.restrictedLevels=[],this.timer=void 0,this.clientRect=null,this.registerListeners()}setStreamController(e){this.streamController=e}destroy(){this.hls&&this.unregisterListener(),this.timer&&this.stopCapping(),this.media=null,this.clientRect=null,this.hls=this.streamController=null}registerListeners(){const{hls:e}=this;e.on(zs.FPS_DROP_LEVEL_CAPPING,this.onFpsDropLevelCapping,this),e.on(zs.MEDIA_ATTACHING,this.onMediaAttaching,this),e.on(zs.MANIFEST_PARSED,this.onManifestParsed,this),e.on(zs.LEVELS_UPDATED,this.onLevelsUpdated,this),e.on(zs.BUFFER_CODECS,this.onBufferCodecs,this),e.on(zs.MEDIA_DETACHING,this.onMediaDetaching,this)}unregisterListener(){const{hls:e}=this;e.off(zs.FPS_DROP_LEVEL_CAPPING,this.onFpsDropLevelCapping,this),e.off(zs.MEDIA_ATTACHING,this.onMediaAttaching,this),e.off(zs.MANIFEST_PARSED,this.onManifestParsed,this),e.off(zs.LEVELS_UPDATED,this.onLevelsUpdated,this),e.off(zs.BUFFER_CODECS,this.onBufferCodecs,this),e.off(zs.MEDIA_DETACHING,this.onMediaDetaching,this)}onFpsDropLevelCapping(e,t){const s=this.hls.levels[t.droppedLevel];this.isLevelAllowed(s)&&this.restrictedLevels.push({bitrate:s.bitrate,height:s.height,width:s.width})}onMediaAttaching(e,t){this.media=t.media instanceof HTMLVideoElement?t.media:null,this.clientRect=null,this.timer&&this.hls.levels.length&&this.detectPlayerSize()}onManifestParsed(e,t){const s=this.hls;this.restrictedLevels=[],this.firstLevel=t.firstLevel,s.config.capLevelToPlayerSize&&t.video&&this.startCapping()}onLevelsUpdated(e,t){this.timer&&Hs(this.autoLevelCapping)&&this.detectPlayerSize()}onBufferCodecs(e,t){this.hls.config.capLevelToPlayerSize&&t.video&&this.startCapping()}onMediaDetaching(){this.stopCapping(),this.media=null}detectPlayerSize(){if(this.media){if(this.mediaHeight<=0||this.mediaWidth<=0)return void(this.clientRect=null);const e=this.hls.levels;if(e.length){const t=this.hls,s=this.getMaxLevel(e.length-1);s!==this.autoLevelCapping&&t.logger.log(`Setting autoLevelCapping to ${s}: ${e[s].height}p@${e[s].bitrate} for media ${this.mediaWidth}x${this.mediaHeight}`),t.autoLevelCapping=s,t.autoLevelEnabled&&t.autoLevelCapping>this.autoLevelCapping&&this.streamController&&this.streamController.nextLevelSwitch(),this.autoLevelCapping=t.autoLevelCapping}}}getMaxLevel(e){const t=this.hls.levels;if(!t.length)return-1;const s=t.filter(((t,s)=>this.isLevelAllowed(t)&&s<=e));return this.clientRect=null,wa.getMaxLevelByMediaSize(s,this.mediaWidth,this.mediaHeight)}startCapping(){this.timer||(this.autoLevelCapping=Number.POSITIVE_INFINITY,self.clearInterval(this.timer),this.timer=self.setInterval(this.detectPlayerSize.bind(this),1e3),this.detectPlayerSize())}stopCapping(){this.restrictedLevels=[],this.firstLevel=-1,this.autoLevelCapping=Number.POSITIVE_INFINITY,this.timer&&(self.clearInterval(this.timer),this.timer=void 0)}getDimensions(){if(this.clientRect)return this.clientRect;const e=this.media,t={width:0,height:0};if(e){const s=e.getBoundingClientRect();t.width=s.width,t.height=s.height,t.width||t.height||(t.width=s.right-s.left||e.width||0,t.height=s.bottom-s.top||e.height||0)}return this.clientRect=t,t}get mediaWidth(){return this.getDimensions().width*this.contentScaleFactor}get mediaHeight(){return this.getDimensions().height*this.contentScaleFactor}get contentScaleFactor(){let e=1;if(!this.hls.config.ignoreDevicePixelRatio)try{e=self.devicePixelRatio}catch(e){}return Math.min(e,this.hls.config.maxDevicePixelRatio)}isLevelAllowed(e){return!this.restrictedLevels.some((t=>e.bitrate===t.bitrate&&e.width===t.width&&e.height===t.height))}static getMaxLevelByMediaSize(e,t,s){if(null==e||!e.length)return-1;let i=e.length-1;const r=Math.max(t,s);for(let t=0;t<e.length;t+=1){const s=e[t];if((s.width>=r||s.height>=r)&&(n=s,!(a=e[t+1])||n.width!==a.width||n.height!==a.height)){i=t;break}}var n,a;return i}}function Ia(e,t,s,i){e&&Object.keys(t).forEach((r=>{const n=e.filter((e=>e.groupId===r)).map((e=>{const n=ri({},e);return n.details=void 0,n.attrs=new rn(n.attrs),n.url=n.attrs.URI=Da(e.url,e.attrs["STABLE-RENDITION-ID"],"PER-RENDITION-URIS",s),n.groupId=n.attrs["GROUP-ID"]=t[r],n.attrs["PATHWAY-ID"]=i,n}));e.push(...n)}))}function Da(e,t,s,i){const{HOST:r,PARAMS:n,[s]:a}=i;let o;t&&(o=null==a?void 0:a[t],o&&(e=o));const l=new self.URL(e);return r&&!o&&(l.host=r),n&&Object.keys(n).sort().forEach((e=>{e&&l.searchParams.set(e,n[e])})),l.href}var Ca,ka={exports:{}};var Ma=(Ca||(Ca=1,function(e){var t=Object.prototype.hasOwnProperty,s="~";function i(){}function r(e,t,s){this.fn=e,this.context=t,this.once=s||!1}function n(e,t,i,n,a){if("function"!=typeof i)throw new TypeError("The listener must be a function");var o=new r(i,n||e,a),l=s?s+t:t;return e._events[l]?e._events[l].fn?e._events[l]=[e._events[l],o]:e._events[l].push(o):(e._events[l]=o,e._eventsCount++),e}function a(e,t){0==--e._eventsCount?e._events=new i:delete e._events[t]}function o(){this._events=new i,this._eventsCount=0}Object.create&&(i.prototype=Object.create(null),(new i).__proto__||(s=!1)),o.prototype.eventNames=function(){var e,i,r=[];if(0===this._eventsCount)return r;for(i in e=this._events)t.call(e,i)&&r.push(s?i.slice(1):i);return Object.getOwnPropertySymbols?r.concat(Object.getOwnPropertySymbols(e)):r},o.prototype.listeners=function(e){var t=s?s+e:e,i=this._events[t];if(!i)return[];if(i.fn)return[i.fn];for(var r=0,n=i.length,a=new Array(n);r<n;r++)a[r]=i[r].fn;return a},o.prototype.listenerCount=function(e){var t=s?s+e:e,i=this._events[t];return i?i.fn?1:i.length:0},o.prototype.emit=function(e,t,i,r,n,a){var o=s?s+e:e;if(!this._events[o])return!1;var l,h,d=this._events[o],c=arguments.length;if(d.fn){switch(d.once&&this.removeListener(e,d.fn,void 0,!0),c){case 1:return d.fn.call(d.context),!0;case 2:return d.fn.call(d.context,t),!0;case 3:return d.fn.call(d.context,t,i),!0;case 4:return d.fn.call(d.context,t,i,r),!0;case 5:return d.fn.call(d.context,t,i,r,n),!0;case 6:return d.fn.call(d.context,t,i,r,n,a),!0}for(h=1,l=new Array(c-1);h<c;h++)l[h-1]=arguments[h];d.fn.apply(d.context,l)}else{var u,f=d.length;for(h=0;h<f;h++)switch(d[h].once&&this.removeListener(e,d[h].fn,void 0,!0),c){case 1:d[h].fn.call(d[h].context);break;case 2:d[h].fn.call(d[h].context,t);break;case 3:d[h].fn.call(d[h].context,t,i);break;case 4:d[h].fn.call(d[h].context,t,i,r);break;default:if(!l)for(u=1,l=new Array(c-1);u<c;u++)l[u-1]=arguments[u];d[h].fn.apply(d[h].context,l)}}return!0},o.prototype.on=function(e,t,s){return n(this,e,t,s,!1)},o.prototype.once=function(e,t,s){return n(this,e,t,s,!0)},o.prototype.removeListener=function(e,t,i,r){var n=s?s+e:e;if(!this._events[n])return this;if(!t)return a(this,n),this;var o=this._events[n];if(o.fn)o.fn!==t||r&&!o.once||i&&o.context!==i||a(this,n);else{for(var l=0,h=[],d=o.length;l<d;l++)(o[l].fn!==t||r&&!o[l].once||i&&o[l].context!==i)&&h.push(o[l]);h.length?this._events[n]=1===h.length?h[0]:h:a(this,n)}return this},o.prototype.removeAllListeners=function(e){var t;return e?(t=s?s+e:e,this._events[t]&&a(this,t)):(this._events=new i,this._eventsCount=0),this},o.prototype.off=o.prototype.removeListener,o.prototype.addListener=o.prototype.on,o.prefixed=s,o.EventEmitter=o,e.exports=o}(ka)),ka.exports),xa=gi(Ma);class Oa{constructor(){this.chunks=[],this.dataLength=0}push(e){this.chunks.push(e),this.dataLength+=e.length}flush(){const{chunks:e,dataLength:t}=this;let s;return e.length?(s=1===e.length?e[0]:function(e,t){const s=new Uint8Array(t);let i=0;for(let t=0;t<e.length;t++){const r=e[t];s.set(r,i),i+=r.length}return s}(e,t),this.reset(),s):new Uint8Array(0)}reset(){this.chunks.length=0,this.dataLength=0}}function Fa(e,t){return t+10<=e.length&&51===e[t]&&68===e[t+1]&&73===e[t+2]&&e[t+3]<255&&e[t+4]<255&&e[t+6]<128&&e[t+7]<128&&e[t+8]<128&&e[t+9]<128}function Na(e,t){return t+10<=e.length&&73===e[t]&&68===e[t+1]&&51===e[t+2]&&e[t+3]<255&&e[t+4]<255&&e[t+6]<128&&e[t+7]<128&&e[t+8]<128&&e[t+9]<128}function $a(e,t){let s=0;return s=(127&e[t])<<21,s|=(127&e[t+1])<<14,s|=(127&e[t+2])<<7,s|=127&e[t+3],s}function Ba(e,t){const s=t;let i=0;for(;Na(e,t);){i+=10;i+=$a(e,t+6),Fa(e,t+10)&&(i+=10),t+=i}if(i>0)return e.subarray(s,s+i)}function Ua(e,t){return 255===e[t]&&240==(246&e[t+1])}function Ga(e,t){return 1&e[t+1]?7:9}function Ha(e,t){return(3&e[t+3])<<11|e[t+4]<<3|(224&e[t+5])>>>5}function Va(e,t){return t+1<e.length&&Ua(e,t)}function Wa(e,t){if(Va(e,t)){const s=Ga(e,t);if(t+s>=e.length)return!1;const i=Ha(e,t);if(i<=s)return!1;const r=t+i;return r===e.length||Va(e,r)}return!1}function qa(e,t,s,i,r){if(!e.samplerate){const n=function(e,t,s,i){const r=t[s+2],n=r>>2&15;if(n>12){const t=new Error(`invalid ADTS sampling index:${n}`);return void e.emit(zs.ERROR,zs.ERROR,{type:qs.MEDIA_ERROR,details:js.FRAG_PARSING_ERROR,fatal:!0,error:t,reason:t.message})}const a=1+(r>>6&3),o=t[s+3]>>6&3|(1&r)<<2,l="mp4a.40."+a,h=[96e3,88200,64e3,48e3,44100,32e3,24e3,22050,16e3,12e3,11025,8e3,7350][n];let d=n;5!==a&&29!==a||(d-=3);const c=[a<<3|(14&d)>>1,(1&d)<<7|o<<3];return fi.log(`manifest codec:${i}, parsed codec:${l}, channels:${o}, rate:${h} (ADTS object type:${a} sampling index:${n})`),{config:c,samplerate:h,channelCount:o,codec:l,parsedCodec:l,manifestCodec:i}}(t,s,i,r);if(!n)return;ri(e,n)}}function ja(e){return 9216e4/e}function za(e,t,s,i,r){const n=i+r*ja(e.samplerate),a=function(e,t){const s=Ga(e,t);if(t+s<=e.length){const i=Ha(e,t)-s;if(i>0)return{headerLength:s,frameLength:i}}}(t,s);let o;if(a){const{frameLength:i,headerLength:r}=a,l=r+i,h=Math.max(0,s+l-t.length);h?(o=new Uint8Array(l-r),o.set(t.subarray(s+r,t.length),0)):o=t.subarray(s+r,s+l);const d={unit:o,pts:n};return h||e.samples.push(d),{sample:d,length:l,missing:h}}const l=t.length-s;o=new Uint8Array(l),o.set(t.subarray(s,t.length),0);return{sample:{unit:o,pts:n},length:l,missing:-1}}function Ka(e,t){return Na(e,t)&&$a(e,t+6)+10<=e.length-t}function Ya(e,t=0,s=1/0){return function(e,t,s,i){const r=function(e){return e instanceof ArrayBuffer?e:e.buffer}(e);let n=1;"BYTES_PER_ELEMENT"in i&&(n=i.BYTES_PER_ELEMENT);const a=(c=e,c&&c.buffer instanceof ArrayBuffer&&void 0!==c.byteLength&&void 0!==c.byteOffset?e.byteOffset:0),o=(a+e.byteLength)/n,l=(a+t)/n,h=Math.floor(Math.max(0,Math.min(l,o))),d=Math.floor(Math.min(h+Math.max(s,0),o));var c;return new i(r,h,d-h)}(e,t,s,Uint8Array)}function Xa(e){const t={key:e.type,description:"",data:"",mimeType:null,pictureType:null};if(e.size<2)return;if(3!==e.data[0])return void console.log("Ignore frame with unrecognized character encoding");const s=e.data.subarray(1).indexOf(0);if(-1===s)return;const i=Si(Ya(e.data,1,s)),r=e.data[2+s],n=e.data.subarray(3+s).indexOf(0);if(-1===n)return;const a=Si(Ya(e.data,3+s,n));let o;return o="--\x3e"===i?Si(Ya(e.data,4+s+n)):function(e){return e instanceof ArrayBuffer?e:0==e.byteOffset&&e.byteLength==e.buffer.byteLength?e.buffer:new Uint8Array(e).buffer}(e.data.subarray(4+s+n)),t.mimeType=i,t.pictureType=r,t.description=a,t.data=o,t}function Qa(e){return"PRIV"===e.type?function(e){if(e.size<2)return;const t=Si(e.data,!0),s=new Uint8Array(e.data.subarray(t.length+1));return{key:e.type,info:t,data:s.buffer}}(e):"W"===e.type[0]?function(e){if("WXXX"===e.type){if(e.size<2)return;let t=1;const s=Si(e.data.subarray(t),!0);t+=s.length+1;const i=Si(e.data.subarray(t));return{key:e.type,info:s,data:i}}const t=Si(e.data);return{key:e.type,info:"",data:t}}(e):"APIC"===e.type?Xa(e):function(e){if(e.size<2)return;if("TXXX"===e.type){let t=1;const s=Si(e.data.subarray(t),!0);t+=s.length+1;const i=Si(e.data.subarray(t));return{key:e.type,info:s,data:i}}const t=Si(e.data.subarray(1));return{key:e.type,info:"",data:t}}(e)}function Ja(e){const t=String.fromCharCode(e[0],e[1],e[2],e[3]),s=$a(e,4);return{type:t,size:s,data:e.subarray(10,10+s)}}const Za=10,eo=10;function to(e){let t=0;const s=[];for(;Na(e,t);){const i=$a(e,t+6);e[t+5]>>6&1&&(t+=Za),t+=Za;const r=t+i;for(;t+eo<r;){const i=Ja(e.subarray(t)),r=Qa(i);r&&s.push(r),t+=i.size+Za}Fa(e,t)&&(t+=Za)}return s}function so(e){return e&&"PRIV"===e.key&&"com.apple.streaming.transportStreamTimestamp"===e.info}function io(e){if(8===e.data.byteLength){const t=new Uint8Array(e.data),s=1&t[3];let i=(t[4]<<23)+(t[5]<<15)+(t[6]<<7)+t[7];return i/=45,s&&(i+=47721858.84),Math.round(i)}}function ro(e){const t=to(e);for(let e=0;e<t.length;e++){const s=t[e];if(so(s))return io(s)}}let no=function(e){return e.audioId3="org.id3",e.dateRange="com.apple.quicktime.HLS",e.emsg="https://aomedia.org/emsg/ID3",e.misbklv="urn:misb:KLV:bin:1910.1",e}({});function ao(e="",t=9e4){return{type:e,id:-1,pid:-1,inputTimeScale:t,sequenceNumber:-1,samples:[],dropped:0}}class oo{constructor(){this._audioTrack=void 0,this._id3Track=void 0,this.frameIndex=0,this.cachedData=null,this.basePTS=null,this.initPTS=null,this.lastPTS=null}resetInitSegment(e,t,s,i){this._id3Track={type:"id3",id:3,pid:-1,inputTimeScale:9e4,sequenceNumber:0,samples:[],dropped:0}}resetTimeStamp(e){this.initPTS=e,this.resetContiguity()}resetContiguity(){this.basePTS=null,this.lastPTS=null,this.frameIndex=0}canParse(e,t){return!1}appendFrame(e,t,s){}demux(e,t){this.cachedData&&(e=Ji(this.cachedData,e),this.cachedData=null);let s,i=Ba(e,0),r=i?i.length:0;const n=this._audioTrack,a=this._id3Track,o=i?ro(i):void 0,l=e.length;for((null===this.basePTS||0===this.frameIndex&&Hs(o))&&(this.basePTS=lo(o,t,this.initPTS),this.lastPTS=this.basePTS),null===this.lastPTS&&(this.lastPTS=this.basePTS),i&&i.length>0&&a.samples.push({pts:this.lastPTS,dts:this.lastPTS,data:i,type:no.audioId3,duration:Number.POSITIVE_INFINITY});r<l;){if(this.canParse(e,r)){const t=this.appendFrame(n,e,r);t?(this.frameIndex++,this.lastPTS=t.sample.pts,r+=t.length,s=r):r=l}else Ka(e,r)?(i=Ba(e,r),a.samples.push({pts:this.lastPTS,dts:this.lastPTS,data:i,type:no.audioId3,duration:Number.POSITIVE_INFINITY}),r+=i.length,s=r):r++;if(r===l&&s!==l){const t=e.slice(s);this.cachedData?this.cachedData=Ji(this.cachedData,t):this.cachedData=t}}return{audioTrack:n,videoTrack:ao(),id3Track:a,textTrack:ao()}}demuxSampleAes(e,t,s){return Promise.reject(new Error(`[${this}] This demuxer does not support Sample-AES decryption`))}flush(e){const t=this.cachedData;return t&&(this.cachedData=null,this.demux(t,0)),{audioTrack:this._audioTrack,videoTrack:ao(),id3Track:this._id3Track,textTrack:ao()}}destroy(){this.cachedData=null,this._audioTrack=this._id3Track=void 0}}const lo=(e,t,s)=>{if(Hs(e))return 90*e;return 9e4*t+(s?9e4*s.baseTime/s.timescale:0)};let ho=null;const co=[32,64,96,128,160,192,224,256,288,320,352,384,416,448,32,48,56,64,80,96,112,128,160,192,224,256,320,384,32,40,48,56,64,80,96,112,128,160,192,224,256,320,32,48,56,64,80,96,112,128,144,160,176,192,224,256,8,16,24,32,40,48,56,64,80,96,112,128,144,160],uo=[44100,48e3,32e3,22050,24e3,16e3,11025,12e3,8e3],fo=[[0,72,144,12],[0,0,0,0],[0,72,144,12],[0,144,144,12]],go=[0,1,1,4];function po(e,t,s,i,r){if(s+24>t.length)return;const n=mo(t,s);if(n&&s+n.frameLength<=t.length){const a=i+r*(9e4*n.samplesPerFrame/n.sampleRate),o={unit:t.subarray(s,s+n.frameLength),pts:a,dts:a};return e.config=[],e.channelCount=n.channelCount,e.samplerate=n.sampleRate,e.samples.push(o),{sample:o,length:n.frameLength,missing:0}}}function mo(e,t){const s=e[t+1]>>3&3,i=e[t+1]>>1&3,r=e[t+2]>>4&15,n=e[t+2]>>2&3;if(1!==s&&0!==r&&15!==r&&3!==n){const a=e[t+2]>>1&1,o=e[t+3]>>6,l=1e3*co[14*(3===s?3-i:3===i?3:4)+r-1],h=uo[3*(3===s?0:2===s?1:2)+n],d=3===o?1:2,c=fo[s][i],u=go[i],f=8*c*u,g=Math.floor(c*l/h+a)*u;if(null===ho){const e=(navigator.userAgent||"").match(/Chrome\/(\d+)/i);ho=e?parseInt(e[1]):0}return!!ho&&ho<=87&&2===i&&l>=224e3&&0===o&&(e[t+3]=128|e[t+3]),{sampleRate:h,channelCount:d,frameLength:g,samplesPerFrame:f}}}function vo(e,t){return!(255!==e[t]||224&~e[t+1]||!(6&e[t+1]))}function yo(e,t){return t+1<e.length&&vo(e,t)}function Eo(e,t){if(t+1<e.length&&vo(e,t)){const s=4,i=mo(e,t);let r=s;null!=i&&i.frameLength&&(r=i.frameLength);const n=t+r;return n===e.length||yo(e,n)}return!1}const So=/\/emsg[-/]ID3/i;function To(e,t){return Hs(e.presentationTime)?e.presentationTime/e.timeScale:t+e.presentationTimeDelta/e.timeScale}class _o{constructor(e,t,s){this.keyData=void 0,this.decrypter=void 0,this.keyData=s,this.decrypter=new ia(t,{removePKCS7Padding:!1})}decryptBuffer(e){return this.decrypter.decrypt(e,this.keyData.key.buffer,this.keyData.iv.buffer,dn)}decryptAacSample(e,t,s){const i=e[t].unit;if(i.length<=16)return;const r=i.subarray(16,i.length-i.length%16),n=r.buffer.slice(r.byteOffset,r.byteOffset+r.length);this.decryptBuffer(n).then((r=>{const n=new Uint8Array(r);i.set(n,16),this.decrypter.isSync()||this.decryptAacSamples(e,t+1,s)})).catch(s)}decryptAacSamples(e,t,s){for(;;t++){if(t>=e.length)return void s();if(!(e[t].unit.length<32)&&(this.decryptAacSample(e,t,s),!this.decrypter.isSync()))return}}getAvcEncryptedData(e){const t=16*Math.floor((e.length-48)/160)+16,s=new Int8Array(t);let i=0;for(let t=32;t<e.length-16;t+=160,i+=16)s.set(e.subarray(t,t+16),i);return s}getAvcDecryptedUnit(e,t){const s=new Uint8Array(t);let i=0;for(let t=32;t<e.length-16;t+=160,i+=16)e.set(s.subarray(i,i+16),t);return e}decryptAvcSample(e,t,s,i,r){const n=ir(r.data),a=this.getAvcEncryptedData(n);this.decryptBuffer(a.buffer).then((a=>{r.data=this.getAvcDecryptedUnit(n,a),this.decrypter.isSync()||this.decryptAvcSamples(e,t,s+1,i)})).catch(i)}decryptAvcSamples(e,t,s,i){if(e instanceof Uint8Array)throw new Error("Cannot decrypt samples of type Uint8Array");for(;;t++,s=0){if(t>=e.length)return void i();const r=e[t].units;for(;!(s>=r.length);s++){const n=r[s];if(!(n.data.length<=48||1!==n.type&&5!==n.type||(this.decryptAvcSample(e,t,s,i,n),this.decrypter.isSync())))return}}}}class bo{constructor(){this.VideoSample=null}createVideoSample(e,t,s){return{key:e,frame:!1,pts:t,dts:s,units:[],length:0}}getLastNalUnit(e){var t;let s,i=this.VideoSample;if(i&&0!==i.units.length||(i=e[e.length-1]),null!=(t=i)&&t.units){const e=i.units;s=e[e.length-1]}return s}pushAccessUnit(e,t){if(e.units.length&&e.frame){if(void 0===e.pts){const s=t.samples,i=s.length;if(!i)return void t.dropped++;{const t=s[i-1];e.pts=t.pts,e.dts=t.dts}}t.samples.push(e)}}parseNALu(e,t,s){const i=t.byteLength;let r=e.naluState||0;const n=r,a=[];let o,l,h,d=0,c=-1,u=0;for(-1===r&&(c=0,u=this.getNALuType(t,0),r=0,d=1);d<i;)if(o=t[d++],r)if(1!==r)if(o)if(1===o){if(l=d-r-1,c>=0){const e={data:t.subarray(c,l),type:u};a.push(e)}else{const s=this.getLastNalUnit(e.samples);s&&(n&&d<=4-n&&s.state&&(s.data=s.data.subarray(0,s.data.byteLength-n)),l>0&&(s.data=Ji(s.data,t.subarray(0,l)),s.state=0))}d<i?(h=this.getNALuType(t,d),c=d,u=h,r=0):r=-1}else r=0;else r=3;else r=o?0:2;else r=o?0:1;if(c>=0&&r>=0){const e={data:t.subarray(c,i),type:u,state:r};a.push(e)}if(0===a.length){const s=this.getLastNalUnit(e.samples);s&&(s.data=Ji(s.data,t))}return e.naluState=r,a}}class Lo{constructor(e){this.data=void 0,this.bytesAvailable=void 0,this.word=void 0,this.bitsAvailable=void 0,this.data=e,this.bytesAvailable=e.byteLength,this.word=0,this.bitsAvailable=0}loadWord(){const e=this.data,t=this.bytesAvailable,s=e.byteLength-t,i=new Uint8Array(4),r=Math.min(4,t);if(0===r)throw new Error("no bytes available");i.set(e.subarray(s,s+r)),this.word=new DataView(i.buffer).getUint32(0),this.bitsAvailable=8*r,this.bytesAvailable-=r}skipBits(e){let t;e=Math.min(e,8*this.bytesAvailable+this.bitsAvailable),this.bitsAvailable>e?(this.word<<=e,this.bitsAvailable-=e):(t=(e-=this.bitsAvailable)>>3,e-=t<<3,this.bytesAvailable-=t,this.loadWord(),this.word<<=e,this.bitsAvailable-=e)}readBits(e){let t=Math.min(this.bitsAvailable,e);const s=this.word>>>32-t;if(e>32&&fi.error("Cannot read more than 32 bits at a time"),this.bitsAvailable-=t,this.bitsAvailable>0)this.word<<=t;else{if(!(this.bytesAvailable>0))throw new Error("no bits available");this.loadWord()}return t=e-t,t>0&&this.bitsAvailable?s<<t|this.readBits(t):s}skipLZ(){let e;for(e=0;e<this.bitsAvailable;++e)if(this.word&2147483648>>>e)return this.word<<=e,this.bitsAvailable-=e,e;return this.loadWord(),e+this.skipLZ()}skipUEG(){this.skipBits(1+this.skipLZ())}skipEG(){this.skipBits(1+this.skipLZ())}readUEG(){const e=this.skipLZ();return this.readBits(e+1)-1}readEG(){const e=this.readUEG();return 1&e?1+e>>>1:-1*(e>>>1)}readBoolean(){return 1===this.readBits(1)}readUByte(){return this.readBits(8)}readUShort(){return this.readBits(16)}readUInt(){return this.readBits(32)}}class Ro extends bo{parsePES(e,t,s,i){const r=this.parseNALu(e,s.data,i);let n,a=this.VideoSample,o=!1;s.data=null,a&&r.length&&!e.audFound&&(this.pushAccessUnit(a,e),a=this.VideoSample=this.createVideoSample(!1,s.pts,s.dts)),r.forEach((i=>{var r,l;switch(i.type){case 1:{let t=!1;n=!0;const r=i.data;if(o&&r.length>4){const e=this.readSliceType(r);2!==e&&4!==e&&7!==e&&9!==e||(t=!0)}var h;if(t)null!=(h=a)&&h.frame&&!a.key&&(this.pushAccessUnit(a,e),a=this.VideoSample=null);a||(a=this.VideoSample=this.createVideoSample(!0,s.pts,s.dts)),a.frame=!0,a.key=t;break}case 5:n=!0,null!=(r=a)&&r.frame&&!a.key&&(this.pushAccessUnit(a,e),a=this.VideoSample=null),a||(a=this.VideoSample=this.createVideoSample(!0,s.pts,s.dts)),a.key=!0,a.frame=!0;break;case 6:n=!0,sr(i.data,1,s.pts,t.samples);break;case 7:{var d,c;n=!0,o=!0;const t=i.data,s=this.readSPS(t);if(!e.sps||e.width!==s.width||e.height!==s.height||(null==(d=e.pixelRatio)?void 0:d[0])!==s.pixelRatio[0]||(null==(c=e.pixelRatio)?void 0:c[1])!==s.pixelRatio[1]){e.width=s.width,e.height=s.height,e.pixelRatio=s.pixelRatio,e.sps=[t];const i=t.subarray(1,4);let r="avc1.";for(let e=0;e<3;e++){let t=i[e].toString(16);t.length<2&&(t="0"+t),r+=t}e.codec=r}break}case 8:n=!0,e.pps=[i.data];break;case 9:n=!0,e.audFound=!0,null!=(l=a)&&l.frame&&(this.pushAccessUnit(a,e),a=null),a||(a=this.VideoSample=this.createVideoSample(!1,s.pts,s.dts));break;case 12:n=!0;break;default:n=!1}if(a&&n){a.units.push(i)}})),i&&a&&(this.pushAccessUnit(a,e),this.VideoSample=null)}getNALuType(e,t){return 31&e[t]}readSliceType(e){const t=new Lo(e);return t.readUByte(),t.readUEG(),t.readUEG()}skipScalingList(e,t){let s,i=8,r=8;for(let n=0;n<e;n++)0!==r&&(s=t.readEG(),r=(i+s+256)%256),i=0===r?i:r}readSPS(e){const t=new Lo(e);let s,i,r,n=0,a=0,o=0,l=0;const h=t.readUByte.bind(t),d=t.readBits.bind(t),c=t.readUEG.bind(t),u=t.readBoolean.bind(t),f=t.skipBits.bind(t),g=t.skipEG.bind(t),p=t.skipUEG.bind(t),m=this.skipScalingList.bind(this);h();const v=h();if(d(5),f(3),h(),p(),100===v||110===v||122===v||244===v||44===v||83===v||86===v||118===v||128===v){const e=c();if(3===e&&f(1),p(),p(),f(1),u())for(i=3!==e?8:12,r=0;r<i;r++)u()&&m(r<6?16:64,t)}p();const y=c();if(0===y)c();else if(1===y)for(f(1),g(),g(),s=c(),r=0;r<s;r++)g();p(),f(1);const E=c(),S=c(),T=d(1);0===T&&f(1),f(1),u()&&(n=c(),a=c(),o=c(),l=c());let _=[1,1];if(u()&&u()){switch(h()){case 1:_=[1,1];break;case 2:_=[12,11];break;case 3:_=[10,11];break;case 4:_=[16,11];break;case 5:_=[40,33];break;case 6:_=[24,11];break;case 7:_=[20,11];break;case 8:_=[32,11];break;case 9:_=[80,33];break;case 10:_=[18,11];break;case 11:_=[15,11];break;case 12:_=[64,33];break;case 13:_=[160,99];break;case 14:_=[4,3];break;case 15:_=[3,2];break;case 16:_=[2,1];break;case 255:_=[h()<<8|h(),h()<<8|h()]}}return{width:Math.ceil(16*(E+1)-2*n-2*a),height:(2-T)*(S+1)*16-(T?2:4)*(o+l),pixelRatio:_}}}const Ao=188;class Po{constructor(e,t,s,i){this.logger=void 0,this.observer=void 0,this.config=void 0,this.typeSupported=void 0,this.sampleAes=null,this.pmtParsed=!1,this.audioCodec=void 0,this.videoCodec=void 0,this._pmtId=-1,this._videoTrack=void 0,this._audioTrack=void 0,this._id3Track=void 0,this._txtTrack=void 0,this.aacOverFlow=null,this.remainderData=null,this.videoParser=void 0,this.observer=e,this.config=t,this.typeSupported=s,this.logger=i,this.videoParser=null}static probe(e,t){const s=Po.syncOffset(e);return s>0&&t.warn(`MPEG2-TS detected but first sync word found @ offset ${s}`),-1!==s}static syncOffset(e){const t=e.length;let s=Math.min(940,t-Ao)+1,i=0;for(;i<s;){let r=!1,n=-1,a=0;for(let o=i;o<t;o+=Ao){if(71!==e[o]||t-o!==Ao&&71!==e[o+Ao]){if(a)return-1;break}if(a++,-1===n&&(n=o,0!==n&&(s=Math.min(n+18612,e.length-Ao)+1)),r||(r=0===wo(e,o)),r&&a>1&&(0===n&&a>2||o+Ao>s))return n}i++}return-1}static createTrack(e,t){return{container:"video"===e||"audio"===e?"video/mp2t":void 0,type:e,id:Ni[e],pid:-1,inputTimeScale:9e4,sequenceNumber:0,samples:[],dropped:0,duration:"audio"===e?t:void 0}}resetInitSegment(e,t,s,i){this.pmtParsed=!1,this._pmtId=-1,this._videoTrack=Po.createTrack("video"),this._videoTrack.duration=i,this._audioTrack=Po.createTrack("audio",i),this._id3Track=Po.createTrack("id3"),this._txtTrack=Po.createTrack("text"),this._audioTrack.segmentCodec="aac",this.videoParser=null,this.aacOverFlow=null,this.remainderData=null,this.audioCodec=t,this.videoCodec=s}resetTimeStamp(){}resetContiguity(){const{_audioTrack:e,_videoTrack:t,_id3Track:s}=this;e&&(e.pesData=null),t&&(t.pesData=null),s&&(s.pesData=null),this.aacOverFlow=null,this.remainderData=null}demux(e,t,s=!1,i=!1){let r;s||(this.sampleAes=null);const n=this._videoTrack,a=this._audioTrack,o=this._id3Track,l=this._txtTrack;let h=n.pid,d=n.pesData,c=a.pid,u=o.pid,f=a.pesData,g=o.pesData,p=null,m=this.pmtParsed,v=this._pmtId,y=e.length;if(this.remainderData&&(y=(e=Ji(this.remainderData,e)).length,this.remainderData=null),y<Ao&&!i)return this.remainderData=e,{audioTrack:a,videoTrack:n,id3Track:o,textTrack:l};const E=Math.max(0,Po.syncOffset(e));y-=(y-E)%Ao,y<e.byteLength&&!i&&(this.remainderData=new Uint8Array(e.buffer,y,e.buffer.byteLength-y));let S=0;for(let t=E;t<y;t+=Ao)if(71===e[t]){const i=!!(64&e[t+1]),y=wo(e,t);let S;if((48&e[t+3])>>4>1){if(S=t+5+e[t+4],S===t+Ao)continue}else S=t+4;switch(y){case h:i&&(d&&(r=Mo(d,this.logger))&&(this.readyVideoParser(n.segmentCodec),null!==this.videoParser&&this.videoParser.parsePES(n,l,r,!1)),d={data:[],size:0}),d&&(d.data.push(e.subarray(S,t+Ao)),d.size+=t+Ao-S);break;case c:if(i){if(f&&(r=Mo(f,this.logger)))switch(a.segmentCodec){case"aac":this.parseAACPES(a,r);break;case"mp3":this.parseMPEGPES(a,r)}f={data:[],size:0}}f&&(f.data.push(e.subarray(S,t+Ao)),f.size+=t+Ao-S);break;case u:i&&(g&&(r=Mo(g,this.logger))&&this.parseID3PES(o,r),g={data:[],size:0}),g&&(g.data.push(e.subarray(S,t+Ao)),g.size+=t+Ao-S);break;case 0:i&&(S+=e[S]+1),v=this._pmtId=Io(e,S);break;case v:{i&&(S+=e[S]+1);const r=Do(e,S,this.typeSupported,s,this.observer,this.logger);h=r.videoPid,h>0&&(n.pid=h,n.segmentCodec=r.segmentVideoCodec),c=r.audioPid,c>0&&(a.pid=c,a.segmentCodec=r.segmentAudioCodec),u=r.id3Pid,u>0&&(o.pid=u),null===p||m||(this.logger.warn(`MPEG-TS PMT found at ${t} after unknown PID '${p}'. Backtracking to sync byte @${E} to parse all TS packets.`),p=null,t=E-188),m=this.pmtParsed=!0;break}case 17:case 8191:break;default:p=y}}else S++;S>0&&Co(this.observer,new Error(`Found ${S} TS packet/s that do not start with 0x47`),void 0,this.logger),n.pesData=d,a.pesData=f,o.pesData=g;const T={audioTrack:a,videoTrack:n,id3Track:o,textTrack:l};return i&&this.extractRemainingSamples(T),T}flush(){const{remainderData:e}=this;let t;return this.remainderData=null,t=e?this.demux(e,-1,!1,!0):{videoTrack:this._videoTrack,audioTrack:this._audioTrack,id3Track:this._id3Track,textTrack:this._txtTrack},this.extractRemainingSamples(t),this.sampleAes?this.decrypt(t,this.sampleAes):t}extractRemainingSamples(e){const{audioTrack:t,videoTrack:s,id3Track:i,textTrack:r}=e,n=s.pesData,a=t.pesData,o=i.pesData;let l;if(n&&(l=Mo(n,this.logger))?(this.readyVideoParser(s.segmentCodec),null!==this.videoParser&&(this.videoParser.parsePES(s,r,l,!0),s.pesData=null)):s.pesData=n,a&&(l=Mo(a,this.logger))){switch(t.segmentCodec){case"aac":this.parseAACPES(t,l);break;case"mp3":this.parseMPEGPES(t,l)}t.pesData=null}else null!=a&&a.size&&this.logger.log("last AAC PES packet truncated,might overlap between fragments"),t.pesData=a;o&&(l=Mo(o,this.logger))?(this.parseID3PES(i,l),i.pesData=null):i.pesData=o}demuxSampleAes(e,t,s){const i=this.demux(e,s,!0,!this.config.progressive),r=this.sampleAes=new _o(this.observer,this.config,t);return this.decrypt(i,r)}readyVideoParser(e){null===this.videoParser&&"avc"===e&&(this.videoParser=new Ro)}decrypt(e,t){return new Promise((s=>{const{audioTrack:i,videoTrack:r}=e;i.samples&&"aac"===i.segmentCodec?t.decryptAacSamples(i.samples,0,(()=>{r.samples?t.decryptAvcSamples(r.samples,0,0,(()=>{s(e)})):s(e)})):r.samples&&t.decryptAvcSamples(r.samples,0,0,(()=>{s(e)}))}))}destroy(){this.observer&&this.observer.removeAllListeners(),this.config=this.logger=this.observer=null,this.aacOverFlow=this.videoParser=this.remainderData=this.sampleAes=null,this._videoTrack=this._audioTrack=this._id3Track=this._txtTrack=void 0}parseAACPES(e,t){let s=0;const i=this.aacOverFlow;let r,n,a,o=t.data;if(i){this.aacOverFlow=null;const t=i.missing,r=i.sample.unit.byteLength;if(-1===t)o=Ji(i.sample.unit,o);else{const n=r-t;i.sample.unit.set(o.subarray(0,t),n),e.samples.push(i.sample),s=i.missing}}for(r=s,n=o.length;r<n-1&&!Va(o,r);r++);if(r!==s){let e;const t=r<n-1;if(e=t?`AAC PES did not start with ADTS header,offset:${r}`:"No ADTS header found in AAC PES",Co(this.observer,new Error(e),t,this.logger),!t)return}if(qa(e,this.observer,o,r,this.audioCodec),void 0!==t.pts)a=t.pts;else{if(!i)return void this.logger.warn("[tsdemuxer]: AAC PES unknown PTS");{const t=ja(e.samplerate);a=i.sample.pts+t}}let l,h=0;for(;r<n;){if(l=za(e,o,r,a,h),r+=l.length,l.missing){this.aacOverFlow=l;break}for(h++;r<n-1&&!Va(o,r);r++);}}parseMPEGPES(e,t){const s=t.data,i=s.length;let r=0,n=0;const a=t.pts;if(void 0!==a)for(;n<i;)if(yo(s,n)){const t=po(e,s,n,a,r);if(!t)break;n+=t.length,r++}else n++;else this.logger.warn("[tsdemuxer]: MPEG PES unknown PTS")}parseAC3PES(e,t){}parseID3PES(e,t){if(void 0===t.pts)return void this.logger.warn("[tsdemuxer]: ID3 PES unknown PTS");const s=ri({},t,{type:this._videoTrack?no.emsg:no.audioId3,duration:Number.POSITIVE_INFINITY});e.samples.push(s)}}function wo(e,t){return((31&e[t+1])<<8)+e[t+2]}function Io(e,t){return(31&e[t+10])<<8|e[t+11]}function Do(e,t,s,i,r,n){const a={audioPid:-1,videoPid:-1,id3Pid:-1,segmentVideoCodec:"avc",segmentAudioCodec:"aac"},o=t+3+((15&e[t+1])<<8|e[t+2])-4;for(t+=12+((15&e[t+10])<<8|e[t+11]);t<o;){const o=wo(e,t),l=(15&e[t+3])<<8|e[t+4];switch(e[t]){case 207:if(!i){ko("ADTS AAC",n);break}case 15:-1===a.audioPid&&(a.audioPid=o);break;case 21:-1===a.id3Pid&&(a.id3Pid=o);break;case 219:if(!i){ko("H.264",n);break}case 27:-1===a.videoPid&&(a.videoPid=o);break;case 3:case 4:s.mpeg||s.mp3?-1===a.audioPid&&(a.audioPid=o,a.segmentAudioCodec="mp3"):n.log("MPEG audio found, not supported in this browser");break;case 193:if(!i){ko("AC-3",n);break}case 129:n.warn("AC-3 in M2TS support not included in build");break;case 6:if(-1===a.audioPid&&l>0){let s=t+5,i=l;for(;i>2;){if(106===e[s])n.warn("AC-3 in M2TS support not included in build");const t=e[s+1]+2;s+=t,i-=t}}break;case 194:case 135:return Co(r,new Error("Unsupported EC-3 in M2TS found"),void 0,n),a;case 36:return Co(r,new Error("Unsupported HEVC in M2TS found"),void 0,n),a}t+=l+5}return a}function Co(e,t,s,i){i.warn(`parsing error: ${t.message}`),e.emit(zs.ERROR,zs.ERROR,{type:qs.MEDIA_ERROR,details:js.FRAG_PARSING_ERROR,fatal:!1,levelRetry:s,error:t,reason:t.message})}function ko(e,t){t.log(`${e} with AES-128-CBC encryption found in unencrypted stream`)}function Mo(e,t){let s,i,r,n,a,o=0;const l=e.data;if(!e||0===e.size)return null;for(;l[0].length<19&&l.length>1;)l[0]=Ji(l[0],l[1]),l.splice(1,1);s=l[0];if(1===(s[0]<<16)+(s[1]<<8)+s[2]){if(i=(s[4]<<8)+s[5],i&&i>e.size-6)return null;const h=s[7];192&h&&(n=536870912*(14&s[9])+4194304*(255&s[10])+16384*(254&s[11])+128*(255&s[12])+(254&s[13])/2,64&h?(a=536870912*(14&s[14])+4194304*(255&s[15])+16384*(254&s[16])+128*(255&s[17])+(254&s[18])/2,n-a>54e5&&(t.warn(`${Math.round((n-a)/9e4)}s delta between PTS and DTS, align them`),n=a)):a=n),r=s[8];let d=r+9;if(e.size<=d)return null;e.size-=d;const c=new Uint8Array(e.size);for(let e=0,t=l.length;e<t;e++){s=l[e];let t=s.byteLength;if(d){if(d>t){d-=t;continue}s=s.subarray(d),t-=d,d=0}c.set(s,o),o+=t}return i&&(i-=r+3),{data:c,pts:n,dts:a,len:i}}return null}class xo{static getSilentFrame(e,t){if("mp4a.40.2"===e){if(1===t)return new Uint8Array([0,200,0,128,35,128]);if(2===t)return new Uint8Array([33,0,73,144,2,25,0,35,128]);if(3===t)return new Uint8Array([0,200,0,128,32,132,1,38,64,8,100,0,142]);if(4===t)return new Uint8Array([0,200,0,128,32,132,1,38,64,8,100,0,128,44,128,8,2,56]);if(5===t)return new Uint8Array([0,200,0,128,32,132,1,38,64,8,100,0,130,48,4,153,0,33,144,2,56]);if(6===t)return new Uint8Array([0,200,0,128,32,132,1,38,64,8,100,0,130,48,4,153,0,33,144,2,0,178,0,32,8,224])}else{if(1===t)return new Uint8Array([1,64,34,128,163,78,230,128,186,8,0,0,0,28,6,241,193,10,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,94]);if(2===t)return new Uint8Array([1,64,34,128,163,94,230,128,186,8,0,0,0,0,149,0,6,241,161,10,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,94]);if(3===t)return new Uint8Array([1,64,34,128,163,94,230,128,186,8,0,0,0,0,149,0,6,241,161,10,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,90,94])}}}const Oo=Math.pow(2,32)-1;class Fo{static init(){let e;for(e in Fo.types={avc1:[],avcC:[],hvc1:[],hvcC:[],btrt:[],dinf:[],dref:[],esds:[],ftyp:[],hdlr:[],mdat:[],mdhd:[],mdia:[],mfhd:[],minf:[],moof:[],moov:[],mp4a:[],".mp3":[],dac3:[],"ac-3":[],mvex:[],mvhd:[],pasp:[],sdtp:[],stbl:[],stco:[],stsc:[],stsd:[],stsz:[],stts:[],tfdt:[],tfhd:[],traf:[],trak:[],trun:[],trex:[],tkhd:[],vmhd:[],smhd:[]},Fo.types)Fo.types.hasOwnProperty(e)&&(Fo.types[e]=[e.charCodeAt(0),e.charCodeAt(1),e.charCodeAt(2),e.charCodeAt(3)]);const t=new Uint8Array([0,0,0,0,0,0,0,0,118,105,100,101,0,0,0,0,0,0,0,0,0,0,0,0,86,105,100,101,111,72,97,110,100,108,101,114,0]),s=new Uint8Array([0,0,0,0,0,0,0,0,115,111,117,110,0,0,0,0,0,0,0,0,0,0,0,0,83,111,117,110,100,72,97,110,100,108,101,114,0]);Fo.HDLR_TYPES={video:t,audio:s};const i=new Uint8Array([0,0,0,0,0,0,0,1,0,0,0,12,117,114,108,32,0,0,0,1]),r=new Uint8Array([0,0,0,0,0,0,0,0]);Fo.STTS=Fo.STSC=Fo.STCO=r,Fo.STSZ=new Uint8Array([0,0,0,0,0,0,0,0,0,0,0,0]),Fo.VMHD=new Uint8Array([0,0,0,1,0,0,0,0,0,0,0,0]),Fo.SMHD=new Uint8Array([0,0,0,0,0,0,0,0]),Fo.STSD=new Uint8Array([0,0,0,0,0,0,0,1]);const n=new Uint8Array([105,115,111,109]),a=new Uint8Array([97,118,99,49]),o=new Uint8Array([0,0,0,1]);Fo.FTYP=Fo.box(Fo.types.ftyp,n,o,n,a),Fo.DINF=Fo.box(Fo.types.dinf,Fo.box(Fo.types.dref,i))}static box(e,...t){let s=8,i=t.length;const r=i;for(;i--;)s+=t[i].byteLength;const n=new Uint8Array(s);for(n[0]=s>>24&255,n[1]=s>>16&255,n[2]=s>>8&255,n[3]=255&s,n.set(e,4),i=0,s=8;i<r;i++)n.set(t[i],s),s+=t[i].byteLength;return n}static hdlr(e){return Fo.box(Fo.types.hdlr,Fo.HDLR_TYPES[e])}static mdat(e){return Fo.box(Fo.types.mdat,e)}static mdhd(e,t){t*=e;const s=Math.floor(t/(Oo+1)),i=Math.floor(t%(Oo+1));return Fo.box(Fo.types.mdhd,new Uint8Array([1,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,3,e>>24&255,e>>16&255,e>>8&255,255&e,s>>24,s>>16&255,s>>8&255,255&s,i>>24,i>>16&255,i>>8&255,255&i,85,196,0,0]))}static mdia(e){return Fo.box(Fo.types.mdia,Fo.mdhd(e.timescale||0,e.duration||0),Fo.hdlr(e.type),Fo.minf(e))}static mfhd(e){return Fo.box(Fo.types.mfhd,new Uint8Array([0,0,0,0,e>>24,e>>16&255,e>>8&255,255&e]))}static minf(e){return"audio"===e.type?Fo.box(Fo.types.minf,Fo.box(Fo.types.smhd,Fo.SMHD),Fo.DINF,Fo.stbl(e)):Fo.box(Fo.types.minf,Fo.box(Fo.types.vmhd,Fo.VMHD),Fo.DINF,Fo.stbl(e))}static moof(e,t,s){return Fo.box(Fo.types.moof,Fo.mfhd(e),Fo.traf(s,t))}static moov(e){let t=e.length;const s=[];for(;t--;)s[t]=Fo.trak(e[t]);return Fo.box.apply(null,[Fo.types.moov,Fo.mvhd(e[0].timescale||0,e[0].duration||0)].concat(s).concat(Fo.mvex(e)))}static mvex(e){let t=e.length;const s=[];for(;t--;)s[t]=Fo.trex(e[t]);return Fo.box.apply(null,[Fo.types.mvex,...s])}static mvhd(e,t){t*=e;const s=Math.floor(t/(Oo+1)),i=Math.floor(t%(Oo+1)),r=new Uint8Array([1,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,3,e>>24&255,e>>16&255,e>>8&255,255&e,s>>24,s>>16&255,s>>8&255,255&s,i>>24,i>>16&255,i>>8&255,255&i,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,255,255,255]);return Fo.box(Fo.types.mvhd,r)}static sdtp(e){const t=e.samples||[],s=new Uint8Array(4+t.length);let i,r;for(i=0;i<t.length;i++)r=t[i].flags,s[i+4]=r.dependsOn<<4|r.isDependedOn<<2|r.hasRedundancy;return Fo.box(Fo.types.sdtp,s)}static stbl(e){return Fo.box(Fo.types.stbl,Fo.stsd(e),Fo.box(Fo.types.stts,Fo.STTS),Fo.box(Fo.types.stsc,Fo.STSC),Fo.box(Fo.types.stsz,Fo.STSZ),Fo.box(Fo.types.stco,Fo.STCO))}static avc1(e){let t,s,i,r=[],n=[];for(t=0;t<e.sps.length;t++)s=e.sps[t],i=s.byteLength,r.push(i>>>8&255),r.push(255&i),r=r.concat(Array.prototype.slice.call(s));for(t=0;t<e.pps.length;t++)s=e.pps[t],i=s.byteLength,n.push(i>>>8&255),n.push(255&i),n=n.concat(Array.prototype.slice.call(s));const a=Fo.box(Fo.types.avcC,new Uint8Array([1,r[3],r[4],r[5],255,224|e.sps.length].concat(r).concat([e.pps.length]).concat(n))),o=e.width,l=e.height,h=e.pixelRatio[0],d=e.pixelRatio[1];return Fo.box(Fo.types.avc1,new Uint8Array([0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,o>>8&255,255&o,l>>8&255,255&l,0,72,0,0,0,72,0,0,0,0,0,0,0,1,18,100,97,105,108,121,109,111,116,105,111,110,47,104,108,115,46,106,115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,17,17]),a,Fo.box(Fo.types.btrt,new Uint8Array([0,28,156,128,0,45,198,192,0,45,198,192])),Fo.box(Fo.types.pasp,new Uint8Array([h>>24,h>>16&255,h>>8&255,255&h,d>>24,d>>16&255,d>>8&255,255&d])))}static esds(e){const t=e.config;return new Uint8Array([0,0,0,0,3,25,0,1,0,4,17,64,21,0,0,0,0,0,0,0,0,0,0,0,5,2,...t,6,1,2])}static audioStsd(e){const t=e.samplerate||0;return new Uint8Array([0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,e.channelCount||0,0,16,0,0,0,0,t>>8&255,255&t,0,0])}static mp4a(e){return Fo.box(Fo.types.mp4a,Fo.audioStsd(e),Fo.box(Fo.types.esds,Fo.esds(e)))}static mp3(e){return Fo.box(Fo.types[".mp3"],Fo.audioStsd(e))}static ac3(e){return Fo.box(Fo.types["ac-3"],Fo.audioStsd(e),Fo.box(Fo.types.dac3,e.config))}static stsd(e){const{segmentCodec:t}=e;if("audio"===e.type){if("aac"===t)return Fo.box(Fo.types.stsd,Fo.STSD,Fo.mp4a(e));if("mp3"===t&&"mp3"===e.codec)return Fo.box(Fo.types.stsd,Fo.STSD,Fo.mp3(e))}else{if(!e.pps||!e.sps)throw new Error("video track missing pps or sps");if("avc"===t)return Fo.box(Fo.types.stsd,Fo.STSD,Fo.avc1(e))}throw new Error(`unsupported ${e.type} segment codec (${t}/${e.codec})`)}static tkhd(e){const t=e.id,s=(e.duration||0)*(e.timescale||0),i=e.width||0,r=e.height||0,n=Math.floor(s/(Oo+1)),a=Math.floor(s%(Oo+1));return Fo.box(Fo.types.tkhd,new Uint8Array([1,0,0,7,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,3,t>>24&255,t>>16&255,t>>8&255,255&t,0,0,0,0,n>>24,n>>16&255,n>>8&255,255&n,a>>24,a>>16&255,a>>8&255,255&a,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,i>>8&255,255&i,0,0,r>>8&255,255&r,0,0]))}static traf(e,t){const s=Fo.sdtp(e),i=e.id,r=Math.floor(t/(Oo+1)),n=Math.floor(t%(Oo+1));return Fo.box(Fo.types.traf,Fo.box(Fo.types.tfhd,new Uint8Array([0,0,0,0,i>>24,i>>16&255,i>>8&255,255&i])),Fo.box(Fo.types.tfdt,new Uint8Array([1,0,0,0,r>>24,r>>16&255,r>>8&255,255&r,n>>24,n>>16&255,n>>8&255,255&n])),Fo.trun(e,s.length+16+20+8+16+8+8),s)}static trak(e){return e.duration=e.duration||4294967295,Fo.box(Fo.types.trak,Fo.tkhd(e),Fo.mdia(e))}static trex(e){const t=e.id;return Fo.box(Fo.types.trex,new Uint8Array([0,0,0,0,t>>24,t>>16&255,t>>8&255,255&t,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,1]))}static trun(e,t){const s=e.samples||[],i=s.length,r=12+16*i,n=new Uint8Array(r);let a,o,l,h,d,c;for(t+=8+r,n.set(["video"===e.type?1:0,0,15,1,i>>>24&255,i>>>16&255,i>>>8&255,255&i,t>>>24&255,t>>>16&255,t>>>8&255,255&t],0),a=0;a<i;a++)o=s[a],l=o.duration,h=o.size,d=o.flags,c=o.cts,n.set([l>>>24&255,l>>>16&255,l>>>8&255,255&l,h>>>24&255,h>>>16&255,h>>>8&255,255&h,d.isLeading<<2|d.dependsOn,d.isDependedOn<<6|d.hasRedundancy<<4|d.paddingValue<<1|d.isNonSync,61440&d.degradPrio,15&d.degradPrio,c>>>24&255,c>>>16&255,c>>>8&255,255&c],12+16*a);return Fo.box(Fo.types.trun,n)}static initSegment(e){Fo.types||Fo.init();const t=Fo.moov(e);return Ji(Fo.FTYP,t)}static hvc1(e){return new Uint8Array}}Fo.types=void 0,Fo.HDLR_TYPES=void 0,Fo.STTS=void 0,Fo.STSC=void 0,Fo.STCO=void 0,Fo.STSZ=void 0,Fo.VMHD=void 0,Fo.SMHD=void 0,Fo.STSD=void 0,Fo.FTYP=void 0,Fo.DINF=void 0;function No(e,t=!1){return function(e,t,s=1,i=!1){const r=e*t*s;return i?Math.round(r):r}(e,1e3,1/9e4,t)}let $o,Bo=null,Uo=null;function Go(e,t,s,i){return{duration:t,size:s,cts:i,flags:{isLeading:0,isDependedOn:0,hasRedundancy:0,degradPrio:0,dependsOn:e?2:1,isNonSync:e?0:1}}}class Ho extends oi{constructor(e,t,s,i){if(super("mp4-remuxer",i),this.observer=void 0,this.config=void 0,this.typeSupported=void 0,this.ISGenerated=!1,this._initPTS=null,this._initDTS=null,this.nextVideoTs=null,this.nextAudioTs=null,this.videoSampleDuration=null,this.isAudioContiguous=!1,this.isVideoContiguous=!1,this.videoTrackConfig=void 0,this.observer=e,this.config=t,this.typeSupported=s,this.ISGenerated=!1,null===Bo){const e=(navigator.userAgent||"").match(/Chrome\/(\d+)/i);Bo=e?parseInt(e[1]):0}if(null===Uo){const e=navigator.userAgent.match(/Safari\/(\d+)/i);Uo=e?parseInt(e[1]):0}}destroy(){this.config=this.videoTrackConfig=this._initPTS=this._initDTS=null}resetTimeStamp(e){this.log("initPTS & initDTS reset"),this._initPTS=this._initDTS=e}resetNextTimestamp(){this.log("reset next timestamp"),this.isVideoContiguous=!1,this.isAudioContiguous=!1}resetInitSegment(){this.log("ISGenerated flag reset"),this.ISGenerated=!1,this.videoTrackConfig=void 0}getVideoStartPts(e){let t=!1;const s=e[0].pts,i=e.reduce(((e,i)=>{let r=i.pts,n=r-e;return n<-4294967296&&(t=!0,r=Vo(r,s),n=r-e),n>0?e:r}),s);return t&&this.debug("PTS rollover detected"),i}remux(e,t,s,i,r,n,a,o){let l,h,d,c,u,f,g=r,p=r;const m=e.pid>-1,v=t.pid>-1,y=t.samples.length,E=e.samples.length>0,S=a&&y>0||y>1;if((!m||E)&&(!v||S)||this.ISGenerated||a){if(this.ISGenerated){var T,_,b,L;const e=this.videoTrackConfig;(e&&(t.width!==e.width||t.height!==e.height||(null==(T=t.pixelRatio)?void 0:T[0])!==(null==(_=e.pixelRatio)?void 0:_[0])||(null==(b=t.pixelRatio)?void 0:b[1])!==(null==(L=e.pixelRatio)?void 0:L[1]))||!e&&S||null===this.nextAudioTs&&E)&&this.resetInitSegment()}this.ISGenerated||(d=this.generateIS(e,t,r,n));const s=this.isVideoContiguous;let i,a=-1;if(S&&(a=function(e){for(let t=0;t<e.length;t++)if(e[t].key)return t;return-1}(t.samples),!s&&this.config.forceKeyFrameOnDiscontinuity))if(f=!0,a>0){this.warn(`Dropped ${a} out of ${y} video samples due to a missing keyframe`);const e=this.getVideoStartPts(t.samples);t.samples=t.samples.slice(a),t.dropped+=a,p+=(t.samples[0].pts-e)/t.inputTimeScale,i=p}else-1===a&&(this.warn(`No keyframe found out of ${y} video samples`),f=!1);if(this.ISGenerated){if(E&&S){const s=this.getVideoStartPts(t.samples),i=(Vo(e.samples[0].pts,s)-s)/t.inputTimeScale;g+=Math.max(0,i),p+=Math.max(0,-i)}if(E){if(e.samplerate||(this.warn("regenerate InitSegment as audio detected"),d=this.generateIS(e,t,r,n)),h=this.remuxAudio(e,g,this.isAudioContiguous,n,v||S||o===Zs?p:void 0),S){const i=h?h.endPTS-h.startPTS:0;t.inputTimeScale||(this.warn("regenerate InitSegment as video detected"),d=this.generateIS(e,t,r,n)),l=this.remuxVideo(t,p,s,i)}}else S&&(l=this.remuxVideo(t,p,s,0));l&&(l.firstKeyFrame=a,l.independent=-1!==a,l.firstKeyFramePTS=i)}}return this.ISGenerated&&this._initPTS&&this._initDTS&&(s.samples.length&&(u=Wo(s,r,this._initPTS,this._initDTS)),i.samples.length&&(c=qo(i,r,this._initPTS))),{audio:h,video:l,initSegment:d,independent:f,text:c,id3:u}}generateIS(e,t,s,i){const r=e.samples,n=t.samples,a=this.typeSupported,o={},l=this._initPTS;let h,d,c,u=!l||i,f="audio/mp4",g=-1;if(u&&(h=d=1/0),e.config&&r.length){switch(e.timescale=e.samplerate,e.segmentCodec){case"mp3":a.mpeg?(f="audio/mpeg",e.codec=""):a.mp3&&(e.codec="mp3");break;case"ac3":e.codec="ac-3"}o.audio={id:"audio",container:f,codec:e.codec,initSegment:"mp3"===e.segmentCodec&&a.mpeg?new Uint8Array(0):Fo.initSegment([e]),metadata:{channelCount:e.channelCount}},u&&(g=e.id,c=e.inputTimeScale,l&&c===l.timescale?u=!1:h=d=r[0].pts-Math.round(c*s))}if(t.sps&&t.pps&&n.length){if(t.timescale=t.inputTimeScale,o.video={id:"main",container:"video/mp4",codec:t.codec,initSegment:Fo.initSegment([t]),metadata:{width:t.width,height:t.height}},u)if(g=t.id,c=t.inputTimeScale,l&&c===l.timescale)u=!1;else{const e=this.getVideoStartPts(n),t=Math.round(c*s);d=Math.min(d,Vo(n[0].dts,e)-t),h=Math.min(h,e-t)}this.videoTrackConfig={width:t.width,height:t.height,pixelRatio:t.pixelRatio}}if(Object.keys(o).length)return this.ISGenerated=!0,u?(l&&this.warn(`Timestamps at playlist time: ${i?"":"~"}${s} ${h/c} != initPTS: ${l.baseTime/l.timescale} (${l.baseTime}/${l.timescale}) trackId: ${l.trackId}`),this.log(`Found initPTS at playlist time: ${s} offset: ${h/c} (${h}/${c}) trackId: ${g}`),this._initPTS={baseTime:h,timescale:c,trackId:g},this._initDTS={baseTime:d,timescale:c,trackId:g}):h=c=void 0,{tracks:o,initPTS:h,timescale:c,trackId:g}}remuxVideo(e,t,s,i){const r=e.inputTimeScale,n=e.samples,a=[],o=n.length,l=this._initPTS,h=l.baseTime*r/l.timescale;let d,c,u=this.nextVideoTs,f=8,g=this.videoSampleDuration,p=Number.POSITIVE_INFINITY,m=Number.NEGATIVE_INFINITY,v=!1;if(!s||null===u){const e=h+t*r,i=n[0].pts-Vo(n[0].dts,n[0].pts);Bo&&null!==u&&Math.abs(e-i-(u+h))<15e3?s=!0:u=e-i-h}const y=u+h;for(let e=0;e<o;e++){const t=n[e];t.pts=Vo(t.pts,y),t.dts=Vo(t.dts,y),t.dts<n[e>0?e-1:e].dts&&(v=!0)}v&&n.sort((function(e,t){const s=e.dts-t.dts,i=e.pts-t.pts;return s||i})),d=n[0].dts,c=n[n.length-1].dts;const E=c-d,S=E?Math.round(E/(o-1)):g||e.inputTimeScale/30;if(s){const s=d-y,i=s>S,r=s<-1;if((i||r)&&(i?this.warn(`${(e.segmentCodec||"").toUpperCase()}: ${No(s,!0)} ms (${s}dts) hole between fragments detected at ${t.toFixed(3)}`):this.warn(`${(e.segmentCodec||"").toUpperCase()}: ${No(-s,!0)} ms (${s}dts) overlapping between fragments detected at ${t.toFixed(3)}`),!r||y>=n[0].pts||Bo)){d=y;const e=n[0].pts-s;if(i)n[0].dts=d,n[0].pts=e;else{let t=!0;for(let i=0;i<n.length&&!(n[i].dts>e&&t);i++){const e=n[i].pts;if(n[i].dts-=s,n[i].pts-=s,i<n.length-1){const s=n[i+1].pts;t=s<=n[i].pts==s<=e}}}this.log(`Video: Initial PTS/DTS adjusted: ${No(e,!0)}/${No(d,!0)}, delta: ${No(s,!0)} ms`)}}d=Math.max(0,d);let T=0,_=0,b=d;for(let e=0;e<o;e++){const t=n[e],s=t.units,i=s.length;let r=0;for(let e=0;e<i;e++)r+=s[e].data.length;_+=r,T+=i,t.length=r,t.dts<b?(t.dts=b,b+=S/4|0||1):b=t.dts,p=Math.min(t.pts,p),m=Math.max(t.pts,m)}c=n[o-1].dts;const L=_+4*T+8;let R;try{R=new Uint8Array(L)}catch(e){return void this.observer.emit(zs.ERROR,zs.ERROR,{type:qs.MUX_ERROR,details:js.REMUX_ALLOC_ERROR,fatal:!1,error:e,bytes:L,reason:`fail allocating video mdat ${L}`})}const A=new DataView(R.buffer);A.setUint32(0,L),R.set(Fo.types.mdat,4);let P=!1,w=Number.POSITIVE_INFINITY,I=Number.POSITIVE_INFINITY,D=Number.NEGATIVE_INFINITY,C=Number.NEGATIVE_INFINITY;for(let e=0;e<o;e++){const t=n[e],s=t.units;let l,d=0;for(let e=0,t=s.length;e<t;e++){const t=s[e],i=t.data,r=t.data.byteLength;A.setUint32(f,r),f+=4,R.set(i,f),f+=r,d+=4+r}if(e<o-1)g=n[e+1].dts-t.dts,l=n[e+1].pts-t.pts;else{const s=this.config,a=e>0?t.dts-n[e-1].dts:S;if(l=e>0?t.pts-n[e-1].pts:S,s.stretchShortVideoTrack&&null!==this.nextAudioTs){const e=Math.floor(s.maxBufferHole*r),n=(i?p+i*r:this.nextAudioTs+h)-t.pts;n>e?(g=n-a,g<0?g=a:P=!0,this.log(`It is approximately ${n/90} ms to the next segment; using duration ${g/90} ms for the last video frame.`)):g=a}else g=a}const c=Math.round(t.pts-t.dts);w=Math.min(w,g),D=Math.max(D,g),I=Math.min(I,l),C=Math.max(C,l),a.push(Go(t.key,g,d,c))}if(a.length)if(Bo){if(Bo<70){const e=a[0].flags;e.dependsOn=2,e.isNonSync=0}}else if(Uo&&C-I<D-w&&S/D<.025&&0===a[0].cts){this.warn("Found irregular gaps in sample duration. Using PTS instead of DTS to determine MP4 sample duration.");let e=d;for(let t=0,s=a.length;t<s;t++){const i=e+a[t].duration,r=e+a[t].cts;if(t<s-1){const e=i+a[t+1].cts;a[t].duration=e-r}else a[t].duration=t?a[t-1].duration:S;a[t].cts=0,e=i}}g=P||!g?S:g;const k=c+g;this.nextVideoTs=u=k-h,this.videoSampleDuration=g,this.isVideoContiguous=!0;const M={data1:Fo.moof(e.sequenceNumber++,d,ri(e,{samples:a})),data2:R,startPTS:(p-h)/r,endPTS:(m+g-h)/r,startDTS:(d-h)/r,endDTS:u/r,type:"video",hasAudio:!1,hasVideo:!0,nb:a.length,dropped:e.dropped};return e.samples=[],e.dropped=0,M}getSamplesPerFrame(e){switch(e.segmentCodec){case"mp3":return 1152;case"ac3":return 1536;default:return 1024}}remuxAudio(e,t,s,i,r){const n=e.inputTimeScale,a=n/(e.samplerate?e.samplerate:n),o=this.getSamplesPerFrame(e),l=o*a,h=this._initPTS,d="mp3"===e.segmentCodec&&this.typeSupported.mpeg,c=[],u=void 0!==r;let f=e.samples,g=d?0:8,p=this.nextAudioTs||-1;const m=h.baseTime*n/h.timescale,v=m+t*n;if(this.isAudioContiguous=s=s||f.length&&p>0&&(i&&Math.abs(v-(p+m))<9e3||Math.abs(Vo(f[0].pts,v)-(p+m))<20*l),f.forEach((function(e){e.pts=Vo(e.pts,v)})),!s||p<0){if(f=f.filter((e=>e.pts>=0)),!f.length)return;p=0===r?0:i&&!u?Math.max(0,v-m):f[0].pts-m}if("aac"===e.segmentCodec){const t=this.config.maxAudioFramesDrift;for(let s=0,i=p+m;s<f.length;s++){const r=f[s],a=r.pts,o=a-i,h=Math.abs(1e3*o/n);if(o<=-t*l&&u)0===s&&(this.warn(`Audio frame @ ${(a/n).toFixed(3)}s overlaps marker by ${Math.round(1e3*o/n)} ms.`),this.nextAudioTs=p=a-m,i=a);else if(o>=t*l&&h<1e4&&u){let t=Math.round(o/l);for(i=a-t*l;i<0&&t&&l;)t--,i+=l;0===s&&(this.nextAudioTs=p=i-m),this.warn(`Injecting ${t} audio frames @ ${((i-m)/n).toFixed(3)}s due to ${Math.round(1e3*o/n)} ms gap.`);for(let n=0;n<t;n++){let t=xo.getSilentFrame(e.parsedCodec||e.manifestCodec||e.codec,e.channelCount);t||(this.log("Unable to get silent frame for given audio codec; duplicating last frame instead."),t=r.unit.subarray()),f.splice(s,0,{unit:t,pts:i}),i+=l,s++}}r.pts=i,i+=l}}let y,E=null,S=null,T=0,_=f.length;for(;_--;)T+=f[_].unit.byteLength;for(let t=0,i=f.length;t<i;t++){const i=f[t],r=i.unit;let n=i.pts;if(null!==S){c[t-1].duration=Math.round((n-S)/a)}else{if(s&&"aac"===e.segmentCodec&&(n=p+m),E=n,!(T>0))return;T+=g;try{y=new Uint8Array(T)}catch(e){return void this.observer.emit(zs.ERROR,zs.ERROR,{type:qs.MUX_ERROR,details:js.REMUX_ALLOC_ERROR,fatal:!1,error:e,bytes:T,reason:`fail allocating audio mdat ${T}`})}if(!d){new DataView(y.buffer).setUint32(0,T),y.set(Fo.types.mdat,4)}}y.set(r,g);const l=r.byteLength;g+=l,c.push(Go(!0,o,l,0)),S=n}const b=c.length;if(!b)return;const L=c[c.length-1];p=S-m,this.nextAudioTs=p+a*L.duration;const R=d?new Uint8Array(0):Fo.moof(e.sequenceNumber++,E/a,ri({},e,{samples:c}));e.samples=[];const A=(E-m)/n,P=p/n,w={data1:R,data2:y,startPTS:A,endPTS:P,startDTS:A,endDTS:P,type:"audio",hasAudio:!0,hasVideo:!1,nb:b};return this.isAudioContiguous=!0,w}}function Vo(e,t){let s;if(null===t)return e;for(s=t<e?-8589934592:8589934592;Math.abs(e-t)>4294967296;)e+=s;return e}function Wo(e,t,s,i){const r=e.samples.length;if(!r)return;const n=e.inputTimeScale;for(let a=0;a<r;a++){const r=e.samples[a];r.pts=Vo(r.pts-s.baseTime*n/s.timescale,t*n)/n,r.dts=Vo(r.dts-i.baseTime*n/i.timescale,t*n)/n}const a=e.samples;return e.samples=[],{samples:a}}function qo(e,t,s){const i=e.samples.length;if(!i)return;const r=e.inputTimeScale;for(let n=0;n<i;n++){const i=e.samples[n];i.pts=Vo(i.pts-s.baseTime*r/s.timescale,t*r)/r}e.samples.sort(((e,t)=>e.pts-t.pts));const n=e.samples;return e.samples=[],{samples:n}}function jo(e,t,s=!1){return void 0!==(null==e?void 0:e.start)?(e.start+(s?e.duration:0))/e.timescale:t}function zo(e,t,s){const i=e.codec;if(i&&i.length>4)return i;if(t===Pi){if("ec-3"===i||"ac-3"===i||"alac"===i)return i;if("fLaC"===i||"Opus"===i){return gr(i,!1)}return s.warn(`Unhandled audio codec "${i}" in mp4 MAP`),i||"mp4a"}return s.warn(`Unhandled video codec "${i}" in mp4 MAP`),i||"avc1"}try{$o=self.performance.now.bind(self.performance)}catch(e){$o=Date.now}const Ko=[{demux:class{constructor(e,t){this.remainderData=null,this.timeOffset=0,this.config=void 0,this.videoTrack=void 0,this.audioTrack=void 0,this.id3Track=void 0,this.txtTrack=void 0,this.config=t}resetTimeStamp(){}resetInitSegment(e,t,s,i){const r=this.videoTrack=ao("video",1),n=this.audioTrack=ao("audio",1),a=this.txtTrack=ao("text",1);if(this.id3Track=ao("id3",1),this.timeOffset=0,null==e||!e.byteLength)return;const o=qi(e);if(o.video){const{id:e,timescale:t,codec:s,supplemental:i}=o.video;r.id=e,r.timescale=a.timescale=t,r.codec=s,r.supplemental=i}if(o.audio){const{id:e,timescale:t,codec:s}=o.audio;n.id=e,n.timescale=t,n.codec=s}a.id=Ni.text,r.sampleDuration=0,r.duration=n.duration=i}resetContiguity(){this.remainderData=null}static probe(e){return function(e){const t=e.byteLength;for(let s=0;s<t;){const i=Ui(e,s);if(i>8&&109===e[s+4]&&111===e[s+5]&&111===e[s+6]&&102===e[s+7])return!0;s=i>1?s+i:t}return!1}(e)}demux(e,t){this.timeOffset=t;let s=e;const i=this.videoTrack,r=this.txtTrack;if(this.config.progressive){this.remainderData&&(s=Ji(this.remainderData,e));const t=function(e){const t={valid:null,remainder:null},s=Vi(e,["moof"]);if(s.length<2)return t.remainder=e,t;const i=s[s.length-1];return t.valid=e.slice(0,i.byteOffset-8),t.remainder=e.slice(i.byteOffset-8),t}(s);this.remainderData=t.remainder,i.samples=t.valid||new Uint8Array}else i.samples=s;const n=this.extractID3Track(i,t);return r.samples=Zi(t,i),{videoTrack:i,audioTrack:this.audioTrack,id3Track:n,textTrack:this.txtTrack}}flush(){const e=this.timeOffset,t=this.videoTrack,s=this.txtTrack;t.samples=this.remainderData||new Uint8Array,this.remainderData=null;const i=this.extractID3Track(t,this.timeOffset);return s.samples=Zi(e,t),{videoTrack:t,audioTrack:ao(),id3Track:i,textTrack:ao()}}extractID3Track(e,t){const s=this.id3Track;if(e.samples.length){const i=Vi(e.samples,["emsg"]);i&&i.forEach((e=>{const i=function(e){const t=e[0];let s="",i="",r=0,n=0,a=0,o=0,l=0,h=0;if(0===t){for(;"\0"!==$i(e.subarray(h,h+1));)s+=$i(e.subarray(h,h+1)),h+=1;for(s+=$i(e.subarray(h,h+1)),h+=1;"\0"!==$i(e.subarray(h,h+1));)i+=$i(e.subarray(h,h+1)),h+=1;i+=$i(e.subarray(h,h+1)),h+=1,r=Ui(e,12),n=Ui(e,16),o=Ui(e,20),l=Ui(e,24),h=28}else if(1===t){h+=4,r=Ui(e,h),h+=4;const t=Ui(e,h);h+=4;const n=Ui(e,h);for(h+=4,a=2**32*t+n,Vs(a)||(a=Number.MAX_SAFE_INTEGER,fi.warn("Presentation time exceeds safe integer limit and wrapped to max safe integer in parsing emsg box")),o=Ui(e,h),h+=4,l=Ui(e,h),h+=4;"\0"!==$i(e.subarray(h,h+1));)s+=$i(e.subarray(h,h+1)),h+=1;for(s+=$i(e.subarray(h,h+1)),h+=1;"\0"!==$i(e.subarray(h,h+1));)i+=$i(e.subarray(h,h+1)),h+=1;i+=$i(e.subarray(h,h+1)),h+=1}return{schemeIdUri:s,value:i,timeScale:r,presentationTime:a,presentationTimeDelta:n,eventDuration:o,id:l,payload:e.subarray(h,e.byteLength)}}(e);if(So.test(i.schemeIdUri)){const e=To(i,t);let r=4294967295===i.eventDuration?Number.POSITIVE_INFINITY:i.eventDuration/i.timeScale;r<=.001&&(r=Number.POSITIVE_INFINITY);const n=i.payload;s.samples.push({data:n,len:n.byteLength,dts:e,pts:e,type:no.emsg,duration:r})}else if(this.config.enableEmsgKLVMetadata&&i.schemeIdUri.startsWith("urn:misb:KLV:bin:1910.1")){const e=To(i,t);s.samples.push({data:i.payload,len:i.payload.byteLength,dts:e,pts:e,type:no.misbklv,duration:Number.POSITIVE_INFINITY})}}))}return s}demuxSampleAes(e,t,s){return Promise.reject(new Error("The MP4 demuxer does not support SAMPLE-AES decryption"))}destroy(){this.config=null,this.remainderData=null,this.videoTrack=this.audioTrack=this.id3Track=this.txtTrack=void 0}},remux:class extends oi{constructor(e,t,s,i){super("passthrough-remuxer",i),this.emitInitSegment=!1,this.audioCodec=void 0,this.videoCodec=void 0,this.initData=void 0,this.initPTS=null,this.initTracks=void 0,this.lastEndTime=null,this.isVideoContiguous=!1}destroy(){}resetTimeStamp(e){this.lastEndTime=null;const t=this.initPTS;t&&e&&t.baseTime===e.baseTime&&t.timescale===e.timescale||(this.initPTS=e)}resetNextTimestamp(){this.isVideoContiguous=!1,this.lastEndTime=null}resetInitSegment(e,t,s,i){this.audioCodec=t,this.videoCodec=s,this.generateInitSegment(e,i),this.emitInitSegment=!0}generateInitSegment(e,t){let{audioCodec:s,videoCodec:i}=this;if(null==e||!e.byteLength)return this.initTracks=void 0,void(this.initData=void 0);const{audio:r,video:n}=this.initData=qi(e);if(t)Qi(e,t);else{const e=r||n;null!=e&&e.encrypted&&this.warn(`Init segment with encrypted track with has no key ("${e.codec}")!`)}r&&(s=zo(r,Pi,this)),n&&(i=zo(n,wi,this));const a={};r&&n?a.audiovideo={container:"video/mp4",codec:s+","+i,supplemental:n.supplemental,encrypted:n.encrypted,initSegment:e,id:"main"}:r?a.audio={container:"audio/mp4",codec:s,encrypted:r.encrypted,initSegment:e,id:"audio"}:n?a.video={container:"video/mp4",codec:i,supplemental:n.supplemental,encrypted:n.encrypted,initSegment:e,id:"main"}:this.warn("initSegment does not contain moov or trak boxes."),this.initTracks=a}remux(e,t,s,i,r,n){var a,o;let{initPTS:l,lastEndTime:h}=this;const d={audio:void 0,video:void 0,text:i,id3:s,initSegment:void 0};Hs(h)||(h=this.lastEndTime=r||0);const c=t.samples;if(!c.length)return d;const u={initPTS:void 0,timescale:void 0,trackId:void 0};let f=this.initData;if(null!=(a=f)&&a.length||(this.generateInitSegment(c),f=this.initData),null==(o=f)||!o.length)return this.warn("Failed to generate initSegment."),d;this.emitInitSegment&&(u.tracks=this.initTracks,this.emitInitSegment=!1);const g=function(e,t,s){const i={},r=Vi(e,["moof","traf"]);for(let e=0;e<r.length;e++){const n=r[e],a=Vi(n,["tfhd"])[0],o=Ui(a,4),l=t[o];if(!l)continue;i[o]||(i[o]={start:NaN,duration:0,sampleCount:0,timescale:l.timescale,type:l.type});const h=i[o],d=Vi(n,["tfdt"])[0];if(d){const e=d[0];let t=Ui(d,4);1===e&&(t===Oi?s.warn("[mp4-demuxer]: Ignoring assumed invalid signed 64-bit track fragment decode time"):(t*=Oi+1,t+=Ui(d,8))),Hs(t)&&(!Hs(h.start)||t<h.start)&&(h.start=t)}const c=l.default,u=Ui(a,0)|(null==c?void 0:c.flags);let f=(null==c?void 0:c.duration)||0;8&u&&(f=Ui(a,2&u?12:8));const g=Vi(n,["trun"]);let p=h.start||0,m=0,v=f;for(let e=0;e<g.length;e++){const t=g[e],s=Ui(t,4),i=h.sampleCount;h.sampleCount+=s;const r=1&t[3],n=4&t[3],a=1&t[2],o=2&t[2],l=4&t[2],d=8&t[2];let c=8,u=s;for(r&&(c+=4),n&&s&&(1&t[c+1]||void 0!==h.keyFrameIndex||(h.keyFrameIndex=i),c+=4,a?(v=Ui(t,c),c+=4):v=f,o&&(c+=4),d&&(c+=4),p+=v,m+=v,u--);u--;)a?(v=Ui(t,c),c+=4):v=f,o&&(c+=4),l&&(1&t[c+1]||void 0===h.keyFrameIndex&&(h.keyFrameIndex=h.sampleCount-(u+1),h.keyFrameStart=p),c+=4),d&&(c+=4),p+=v,m+=v;!m&&f&&(m+=f*s)}h.duration+=m}if(!Object.keys(i).some((e=>i[e].duration))){let t=1/0,s=0;const r=Vi(e,["sidx"]);for(let e=0;e<r.length;e++){const i=Wi(r[e]);if(null!=i&&i.references){t=Math.min(t,i.earliestPresentationTime/i.timescale);const e=i.references.reduce(((e,t)=>e+t.info.duration||0),0);s=Math.max(s,e+i.earliestPresentationTime/i.timescale)}}s&&Hs(s)&&Object.keys(i).forEach((e=>{i[e].duration||(i[e].duration=s*i[e].timescale-i[e].start)}))}return i}(c,f,this),p=f.audio?g[f.audio.id]:null,m=f.video?g[f.video.id]:null,v=jo(m,1/0),y=jo(p,1/0),E=jo(m,0,!0),S=jo(p,0,!0);let T=r,_=0;const b=p&&(!m||!l&&y<v||l&&l.trackId===f.audio.id),L=b?p:m;if(L){const e=L.timescale,t=L.start-r*e,s=b?f.audio.id:f.video.id;T=L.start/e,_=b?S-y:E-v,!n&&l||!function(e,t,s,i){if(null===e)return!0;const r=Math.max(i,1),n=t-e.baseTime/e.timescale;return Math.abs(n-s)>r}(l,T,r,_)&&e===l.timescale||(l&&this.warn(`Timestamps at playlist time: ${n?"":"~"}${r} ${t/e} != initPTS: ${l.baseTime/l.timescale} (${l.baseTime}/${l.timescale}) trackId: ${l.trackId}`),this.log(`Found initPTS at playlist time: ${r} offset: ${T-r} (${t}/${e}) trackId: ${s}`),l=null,u.initPTS=t,u.timescale=e,u.trackId=s)}else this.warn(`No audio or video samples found for initPTS at playlist time: ${r}`);l?(u.initPTS=l.baseTime,u.timescale=l.timescale,u.trackId=l.trackId):(u.timescale&&void 0!==u.trackId&&void 0!==u.initPTS||(this.warn("Could not set initPTS"),u.initPTS=T,u.timescale=1,u.trackId=-1),this.initPTS=l={baseTime:u.initPTS,timescale:u.timescale,trackId:u.trackId});const R=T-l.baseTime/l.timescale,A=R+_;_>0?this.lastEndTime=A:(this.warn("Duration parsed from mp4 should be greater than zero"),this.resetNextTimestamp());const P=!!f.audio,w=!!f.video;let I="";P&&(I+="audio"),w&&(I+="video");const D={data1:c,startPTS:R,startDTS:R,endPTS:A,endDTS:A,type:I,hasAudio:P,hasVideo:w,nb:1,dropped:0,encrypted:!!f.audio&&f.audio.encrypted||!!f.video&&f.video.encrypted};d.audio=P&&!w?D:void 0,d.video=w?D:void 0;const C=null==m?void 0:m.sampleCount;if(C){const e=m.keyFrameIndex,t=-1!==e;D.nb=C,D.dropped=0===e||this.isVideoContiguous?0:t?e:C,D.independent=t,D.firstKeyFrame=e,t&&m.keyFrameStart&&(D.firstKeyFramePTS=(m.keyFrameStart-l.baseTime)/l.timescale),this.isVideoContiguous||(d.independent=t),this.isVideoContiguous||(this.isVideoContiguous=t),D.dropped&&this.warn(`fmp4 does not start with IDR: firstIDR ${e}/${C} dropped: ${D.dropped} start: ${D.firstKeyFramePTS||"NA"}`)}return d.initSegment=u,d.id3=Wo(s,r,l,l),i.samples.length&&(d.text=qo(i,r,l)),d}}},{demux:Po,remux:Ho},{demux:class extends oo{constructor(e,t){super(),this.observer=void 0,this.config=void 0,this.observer=e,this.config=t}resetInitSegment(e,t,s,i){super.resetInitSegment(e,t,s,i),this._audioTrack={container:"audio/adts",type:"audio",id:2,pid:-1,sequenceNumber:0,segmentCodec:"aac",samples:[],manifestCodec:t,duration:i,inputTimeScale:9e4,dropped:0}}static probe(e,t){if(!e)return!1;const s=Ba(e,0);let i=(null==s?void 0:s.length)||0;if(Eo(e,i))return!1;for(let s=e.length;i<s;i++)if(Wa(e,i))return t.log("ADTS sync word found !"),!0;return!1}canParse(e,t){return function(e,t){return function(e,t){return t+5<e.length}(e,t)&&Ua(e,t)&&Ha(e,t)<=e.length-t}(e,t)}appendFrame(e,t,s){qa(e,this.observer,t,s,e.manifestCodec);const i=za(e,t,s,this.basePTS,this.frameIndex);if(i&&0===i.missing)return i}},remux:Ho},{demux:class extends oo{resetInitSegment(e,t,s,i){super.resetInitSegment(e,t,s,i),this._audioTrack={container:"audio/mpeg",type:"audio",id:2,pid:-1,sequenceNumber:0,segmentCodec:"mp3",samples:[],manifestCodec:t,duration:i,inputTimeScale:9e4,dropped:0}}static probe(e){if(!e)return!1;const t=Ba(e,0);let s=(null==t?void 0:t.length)||0;if(t&&11===e[s]&&119===e[s+1]&&void 0!==ro(t)&&((e,t)=>{let s=0,i=5;t+=i;const r=new Uint32Array(1),n=new Uint32Array(1),a=new Uint8Array(1);for(;i>0;){a[0]=e[t];const o=Math.min(i,8),l=8-o;n[0]=4278190080>>>24+l<<l,r[0]=(a[0]&n[0])>>l,s=s?s<<o|r[0]:r[0],t+=1,i-=o}return s})(e,s)<=16)return!1;for(let t=e.length;s<t;s++)if(Eo(e,s))return fi.log("MPEG Audio sync word found !"),!0;return!1}canParse(e,t){return function(e,t){return vo(e,t)&&4<=e.length-t}(e,t)}appendFrame(e,t,s){if(null!==this.basePTS)return po(e,t,s,this.basePTS,this.frameIndex)}},remux:Ho}];class Yo{constructor(e,t,s,i,r,n){this.asyncResult=!1,this.logger=void 0,this.observer=void 0,this.typeSupported=void 0,this.config=void 0,this.id=void 0,this.demuxer=void 0,this.remuxer=void 0,this.decrypter=void 0,this.probe=void 0,this.decryptionPromise=null,this.transmuxConfig=void 0,this.currentTransmuxState=void 0,this.observer=e,this.typeSupported=t,this.config=s,this.id=r,this.logger=n}configure(e){this.transmuxConfig=e,this.decrypter&&this.decrypter.reset()}push(e,t,s,i){const r=s.transmuxing;r.executeStart=$o();let n=new Uint8Array(e);const{currentTransmuxState:a,transmuxConfig:o}=this;i&&(this.currentTransmuxState=i);const{contiguous:l,discontinuity:h,trackSwitch:d,accurateTimeOffset:c,timeOffset:u,initSegmentChange:f}=i||a,{audioCodec:g,videoCodec:p,defaultInitPts:m,duration:v,initSegmentData:y}=o,E=function(e,t){let s=null;e.byteLength>0&&null!=(null==t?void 0:t.key)&&null!==t.iv&&null!=t.method&&(s=t);return s}(n,t);if(E&&un(E.method)){const e=this.getDecrypter(),t=fn(E.method);if(!e.isSync())return this.asyncResult=!0,this.decryptionPromise=e.webCryptoDecrypt(n,E.key.buffer,E.iv.buffer,t).then((e=>{const t=this.push(e,null,s);return this.decryptionPromise=null,t})),this.decryptionPromise;{let i=e.softwareDecrypt(n,E.key.buffer,E.iv.buffer,t);if(s.part>-1){const t=e.flush();i=t?t.buffer:t}if(!i)return r.executeEnd=$o(),Xo(s);n=new Uint8Array(i)}}const S=this.needsProbing(h,d);if(S){const e=this.configureTransmuxer(n);if(e)return this.logger.warn(`[transmuxer] ${e.message}`),this.observer.emit(zs.ERROR,zs.ERROR,{type:qs.MEDIA_ERROR,details:js.FRAG_PARSING_ERROR,fatal:!1,error:e,reason:e.message}),r.executeEnd=$o(),Xo(s)}(h||d||f||S)&&this.resetInitSegment(y,g,p,v,t),(h||f||S)&&this.resetInitialTimestamp(m),l||this.resetContiguity();const T=this.transmux(n,E,u,c,s);this.asyncResult=Qo(T);const _=this.currentTransmuxState;return _.contiguous=!0,_.discontinuity=!1,_.trackSwitch=!1,r.executeEnd=$o(),T}flush(e){const t=e.transmuxing;t.executeStart=$o();const{decrypter:s,currentTransmuxState:i,decryptionPromise:r}=this;if(r)return this.asyncResult=!0,r.then((()=>this.flush(e)));const n=[],{timeOffset:a}=i;if(s){const t=s.flush();t&&n.push(this.push(t.buffer,null,e))}const{demuxer:o,remuxer:l}=this;if(!o||!l){t.executeEnd=$o();const s=[Xo(e)];return this.asyncResult?Promise.resolve(s):s}const h=o.flush(a);return Qo(h)?(this.asyncResult=!0,h.then((t=>(this.flushRemux(n,t,e),n)))):(this.flushRemux(n,h,e),this.asyncResult?Promise.resolve(n):n)}flushRemux(e,t,s){const{audioTrack:i,videoTrack:r,id3Track:n,textTrack:a}=t,{accurateTimeOffset:o,timeOffset:l}=this.currentTransmuxState;this.logger.log(`[transmuxer.ts]: Flushed ${this.id} sn: ${s.sn}${s.part>-1?" part: "+s.part:""} of ${this.id===Js?"level":"track"} ${s.level}`);const h=this.remuxer.remux(i,r,n,a,l,o,!0,this.id);e.push({remuxResult:h,chunkMeta:s}),s.transmuxing.executeEnd=$o()}resetInitialTimestamp(e){const{demuxer:t,remuxer:s}=this;t&&s&&(t.resetTimeStamp(e),s.resetTimeStamp(e))}resetContiguity(){const{demuxer:e,remuxer:t}=this;e&&t&&(e.resetContiguity(),t.resetNextTimestamp())}resetInitSegment(e,t,s,i,r){const{demuxer:n,remuxer:a}=this;n&&a&&(n.resetInitSegment(e,t,s,i),a.resetInitSegment(e,t,s,r))}destroy(){this.demuxer&&(this.demuxer.destroy(),this.demuxer=void 0),this.remuxer&&(this.remuxer.destroy(),this.remuxer=void 0)}transmux(e,t,s,i,r){let n;return n=t&&"SAMPLE-AES"===t.method?this.transmuxSampleAes(e,t,s,i,r):this.transmuxUnencrypted(e,s,i,r),n}transmuxUnencrypted(e,t,s,i){const{audioTrack:r,videoTrack:n,id3Track:a,textTrack:o}=this.demuxer.demux(e,t,!1,!this.config.progressive);return{remuxResult:this.remuxer.remux(r,n,a,o,t,s,!1,this.id),chunkMeta:i}}transmuxSampleAes(e,t,s,i,r){return this.demuxer.demuxSampleAes(e,t,s).then((e=>({remuxResult:this.remuxer.remux(e.audioTrack,e.videoTrack,e.id3Track,e.textTrack,s,i,!1,this.id),chunkMeta:r})))}configureTransmuxer(e){const{config:t,observer:s,typeSupported:i}=this;let r;for(let t=0,s=Ko.length;t<s;t++){var n;if(null!=(n=Ko[t].demux)&&n.probe(e,this.logger)){r=Ko[t];break}}if(!r)return new Error("Failed to find demuxer by probing fragment data");const a=this.demuxer,o=this.remuxer,l=r.remux,h=r.demux;o&&o instanceof l||(this.remuxer=new l(s,t,i,this.logger)),a&&a instanceof h||(this.demuxer=new h(s,t,i,this.logger),this.probe=h.probe)}needsProbing(e,t){return!this.demuxer||!this.remuxer||e||t}getDecrypter(){let e=this.decrypter;return e||(e=this.decrypter=new ia(this.config)),e}}const Xo=e=>({remuxResult:{},chunkMeta:e});function Qo(e){return"then"in e&&e.then instanceof Function}class Jo{constructor(e,t,s,i,r){this.audioCodec=void 0,this.videoCodec=void 0,this.initSegmentData=void 0,this.duration=void 0,this.defaultInitPts=void 0,this.audioCodec=e,this.videoCodec=t,this.initSegmentData=s,this.duration=i,this.defaultInitPts=r||null}}class Zo{constructor(e,t,s,i,r,n){this.discontinuity=void 0,this.contiguous=void 0,this.accurateTimeOffset=void 0,this.trackSwitch=void 0,this.timeOffset=void 0,this.initSegmentChange=void 0,this.discontinuity=e,this.contiguous=t,this.accurateTimeOffset=s,this.trackSwitch=i,this.timeOffset=r,this.initSegmentChange=n}}const el=/(\d+)-(\d+)\/(\d+)/;class tl{constructor(e){this.fetchSetup=void 0,this.requestTimeout=void 0,this.request=null,this.response=null,this.controller=void 0,this.context=null,this.config=null,this.callbacks=null,this.stats=void 0,this.loader=null,this.fetchSetup=e.fetchSetup||sl,this.controller=new self.AbortController,this.stats=new Ai}destroy(){this.loader=this.callbacks=this.context=this.config=this.request=null,this.abortInternal(),this.response=null,this.fetchSetup=this.controller=this.stats=null}abortInternal(){this.controller&&!this.stats.loading.end&&(this.stats.aborted=!0,this.controller.abort())}abort(){var e;this.abortInternal(),null!=(e=this.callbacks)&&e.onAbort&&this.callbacks.onAbort(this.stats,this.context,this.response)}load(e,t,s){const i=this.stats;if(i.loading.start)throw new Error("Loader can only be used once.");i.loading.start=self.performance.now();const r=function(e,t){const s={method:"GET",mode:"cors",credentials:"same-origin",signal:t,headers:new self.Headers(ri({},e.headers))};e.rangeEnd&&s.headers.set("Range","bytes="+e.rangeStart+"-"+String(e.rangeEnd-1));return s}(e,this.controller.signal),n="arraybuffer"===e.responseType,a=n?"byteLength":"length",{maxTimeToFirstByteMs:o,maxLoadTimeMs:l}=t.loadPolicy;this.context=e,this.config=t,this.callbacks=s,this.request=this.fetchSetup(e,r),self.clearTimeout(this.requestTimeout),t.timeout=o&&Hs(o)?o:l,this.requestTimeout=self.setTimeout((()=>{this.callbacks&&(this.abortInternal(),this.callbacks.onTimeout(i,e,this.response))}),t.timeout);(Qo(this.request)?this.request.then(self.fetch):self.fetch(this.request)).then((s=>{var r;this.response=this.loader=s;const a=Math.max(self.performance.now(),i.loading.start);if(self.clearTimeout(this.requestTimeout),t.timeout=l,this.requestTimeout=self.setTimeout((()=>{this.callbacks&&(this.abortInternal(),this.callbacks.onTimeout(i,e,this.response))}),l-(a-i.loading.start)),!s.ok){const{status:e,statusText:t}=s;throw new il(t||"fetch, bad network response",e,s)}i.loading.first=a,i.total=function(e){const t=e.get("Content-Range");if(t){const e=function(e){const t=el.exec(e);if(t)return parseInt(t[2])-parseInt(t[1])+1}(t);if(Hs(e))return e}const s=e.get("Content-Length");if(s)return parseInt(s)}(s.headers)||i.total;const o=null==(r=this.callbacks)?void 0:r.onProgress;return o&&Hs(t.highWaterMark)?this.loadProgressively(s,i,e,t.highWaterMark,o):n?s.arrayBuffer():"json"===e.responseType?s.json():s.text()})).then((s=>{var r,n;const o=this.response;if(!o)throw new Error("loader destroyed");self.clearTimeout(this.requestTimeout),i.loading.end=Math.max(self.performance.now(),i.loading.first);const l=s[a];l&&(i.loaded=i.total=l);const h={url:o.url,data:s,code:o.status},d=null==(r=this.callbacks)?void 0:r.onProgress;d&&!Hs(t.highWaterMark)&&d(i,e,s,o),null==(n=this.callbacks)||n.onSuccess(h,i,e,o)})).catch((t=>{var s;if(self.clearTimeout(this.requestTimeout),i.aborted)return;const r=t&&t.code||0,n=t?t.message:null;null==(s=this.callbacks)||s.onError({code:r,text:n},e,t?t.details:null,i)}))}getCacheAge(){let e=null;if(this.response){const t=this.response.headers.get("age");e=t?parseFloat(t):null}return e}getResponseHeader(e){return this.response?this.response.headers.get(e):null}loadProgressively(e,t,s,i=0,r){const n=new Oa,a=e.body.getReader(),o=()=>a.read().then((a=>{if(a.done)return n.dataLength&&r(t,s,n.flush().buffer,e),Promise.resolve(new ArrayBuffer(0));const l=a.value,h=l.length;return t.loaded+=h,h<i||n.dataLength?(n.push(l),n.dataLength>=i&&r(t,s,n.flush().buffer,e)):r(t,s,l.buffer,e),o()})).catch((()=>Promise.reject()));return o()}}function sl(e,t){return new self.Request(e.url,t)}class il extends Error{constructor(e,t,s){super(e),this.code=void 0,this.details=void 0,this.code=t,this.details=s}}const rl=/^age:\s*[\d.]+\s*$/im;class nl{constructor(e){this.xhrSetup=void 0,this.requestTimeout=void 0,this.retryTimeout=void 0,this.retryDelay=void 0,this.config=null,this.callbacks=null,this.context=null,this.loader=null,this.stats=void 0,this.xhrSetup=e&&e.xhrSetup||null,this.stats=new Ai,this.retryDelay=0}destroy(){this.callbacks=null,this.abortInternal(),this.loader=null,this.config=null,this.context=null,this.xhrSetup=null}abortInternal(){const e=this.loader;self.clearTimeout(this.requestTimeout),self.clearTimeout(this.retryTimeout),e&&(e.onreadystatechange=null,e.onprogress=null,4!==e.readyState&&(this.stats.aborted=!0,e.abort()))}abort(){var e;this.abortInternal(),null!=(e=this.callbacks)&&e.onAbort&&this.callbacks.onAbort(this.stats,this.context,this.loader)}load(e,t,s){if(this.stats.loading.start)throw new Error("Loader can only be used once.");this.stats.loading.start=self.performance.now(),this.context=e,this.config=t,this.callbacks=s,this.loadInternal()}loadInternal(){const{config:e,context:t}=this;if(!e||!t)return;const s=this.loader=new self.XMLHttpRequest,i=this.stats;i.loading.first=0,i.loaded=0,i.aborted=!1;const r=this.xhrSetup;r?Promise.resolve().then((()=>{if(this.loader===s&&!this.stats.aborted)return r(s,t.url)})).catch((e=>{if(this.loader===s&&!this.stats.aborted)return s.open("GET",t.url,!0),r(s,t.url)})).then((()=>{this.loader!==s||this.stats.aborted||this.openAndSendXhr(s,t,e)})).catch((e=>{var r;null==(r=this.callbacks)||r.onError({code:s.status,text:e.message},t,s,i)})):this.openAndSendXhr(s,t,e)}openAndSendXhr(e,t,s){e.readyState||e.open("GET",t.url,!0);const i=t.headers,{maxTimeToFirstByteMs:r,maxLoadTimeMs:n}=s.loadPolicy;if(i)for(const t in i)e.setRequestHeader(t,i[t]);t.rangeEnd&&e.setRequestHeader("Range","bytes="+t.rangeStart+"-"+(t.rangeEnd-1)),e.onreadystatechange=this.readystatechange.bind(this),e.onprogress=this.loadprogress.bind(this),e.responseType=t.responseType,self.clearTimeout(this.requestTimeout),s.timeout=r&&Hs(r)?r:n,this.requestTimeout=self.setTimeout(this.loadtimeout.bind(this),s.timeout),e.send()}readystatechange(){const{context:e,loader:t,stats:s}=this;if(!e||!t)return;const i=t.readyState,r=this.config;if(!s.aborted&&i>=2&&(0===s.loading.first&&(s.loading.first=Math.max(self.performance.now(),s.loading.start),r.timeout!==r.loadPolicy.maxLoadTimeMs&&(self.clearTimeout(this.requestTimeout),r.timeout=r.loadPolicy.maxLoadTimeMs,this.requestTimeout=self.setTimeout(this.loadtimeout.bind(this),r.loadPolicy.maxLoadTimeMs-(s.loading.first-s.loading.start)))),4===i)){self.clearTimeout(this.requestTimeout),t.onreadystatechange=null,t.onprogress=null;const i=t.status,l="text"===t.responseType?t.responseText:null;if(i>=200&&i<300){const r=null!=l?l:t.response;if(null!=r){var n,a;s.loading.end=Math.max(self.performance.now(),s.loading.first);const o="arraybuffer"===t.responseType?r.byteLength:r.length;s.loaded=s.total=o,s.bwEstimate=8e3*s.total/(s.loading.end-s.loading.first);const l=null==(n=this.callbacks)?void 0:n.onProgress;l&&l(s,e,r,t);const h={url:t.responseURL,data:r,code:i};return void(null==(a=this.callbacks)||a.onSuccess(h,s,e,t))}}const h=r.loadPolicy.errorRetry;var o;if(Wr(h,s.retry,!1,{url:e.url,data:void 0,code:i}))this.retry(h);else fi.error(`${i} while loading ${e.url}`),null==(o=this.callbacks)||o.onError({code:i,text:t.statusText},e,t,s)}}loadtimeout(){if(!this.config)return;const e=this.config.loadPolicy.timeoutRetry;if(Wr(e,this.stats.retry,!0))this.retry(e);else{var t;fi.warn(`timeout while loading ${null==(t=this.context)?void 0:t.url}`);const e=this.callbacks;e&&(this.abortInternal(),e.onTimeout(this.stats,this.context,this.loader))}}retry(e){const{context:t,stats:s}=this;this.retryDelay=Hr(e,s.retry),s.retry++,fi.warn(`${status?"HTTP Status "+status:"Timeout"} while loading ${null==t?void 0:t.url}, retrying ${s.retry}/${e.maxNumRetry} in ${this.retryDelay}ms`),this.abortInternal(),this.loader=null,self.clearTimeout(this.retryTimeout),this.retryTimeout=self.setTimeout(this.loadInternal.bind(this),this.retryDelay)}loadprogress(e){const t=this.stats;t.loaded=e.loaded,e.lengthComputable&&(t.total=e.total)}getCacheAge(){let e=null;if(this.loader&&rl.test(this.loader.getAllResponseHeaders())){const t=this.loader.getResponseHeader("age");e=t?parseFloat(t):null}return e}getResponseHeader(e){return this.loader&&new RegExp(`^${e}:\\s*[\\d.]+\\s*$`,"im").test(this.loader.getAllResponseHeaders())?this.loader.getResponseHeader(e):null}}const al={maxTimeToFirstByteMs:8e3,maxLoadTimeMs:2e4,timeoutRetry:null,errorRetry:null},ol=ai(ai({autoStartLoad:!0,startPosition:-1,defaultAudioCodec:void 0,debug:!1,capLevelOnFPSDrop:!1,capLevelToPlayerSize:!1,ignoreDevicePixelRatio:!1,maxDevicePixelRatio:Number.POSITIVE_INFINITY,preferManagedMediaSource:!0,initialLiveManifestSize:1,maxBufferLength:30,backBufferLength:1/0,frontBufferFlushThreshold:1/0,startOnSegmentBoundary:!1,maxBufferSize:6e7,maxFragLookUpTolerance:.25,maxBufferHole:.1,detectStallWithCurrentTimeMs:1250,highBufferWatchdogPeriod:2,nudgeOffset:.1,nudgeMaxRetry:3,nudgeOnVideoHole:!0,liveSyncMode:"edge",liveSyncDurationCount:3,liveSyncOnStallIncrease:1,liveMaxLatencyDurationCount:1/0,liveSyncDuration:void 0,liveMaxLatencyDuration:void 0,maxLiveSyncPlaybackRate:1,liveDurationInfinity:!1,liveBackBufferLength:null,maxMaxBufferLength:600,enableWorker:!0,workerPath:null,enableSoftwareAES:!0,startLevel:void 0,startFragPrefetch:!1,fpsDroppedMonitoringPeriod:5e3,fpsDroppedMonitoringThreshold:.2,appendErrorMaxRetry:3,ignorePlaylistParsingErrors:!1,loader:nl,fLoader:void 0,pLoader:void 0,xhrSetup:void 0,licenseXhrSetup:void 0,licenseResponseCallback:void 0,abrController:class extends oi{constructor(e){super("abr",e.logger),this.hls=void 0,this.lastLevelLoadSec=0,this.lastLoadedFragLevel=-1,this.firstSelection=-1,this._nextAutoLevel=-1,this.nextAutoLevelKey="",this.audioTracksByGroup=null,this.codecTiers=null,this.timer=-1,this.fragCurrent=null,this.partCurrent=null,this.bitrateTestDelay=0,this.rebufferNotice=-1,this.supportedCache={},this.bwEstimator=void 0,this._abandonRulesCheck=e=>{var t;const{fragCurrent:s,partCurrent:i,hls:r}=this,{autoLevelEnabled:n,media:a}=r;if(!s||!a)return;const o=performance.now(),l=i?i.stats:s.stats,h=i?i.duration:s.duration,d=o-l.loading.start,c=r.minAutoLevel,u=s.level,f=this._nextAutoLevel;if(l.aborted||l.loaded&&l.loaded===l.total||u<=c)return this.clearTimer(),void(this._nextAutoLevel=-1);if(!n)return;const g=f>-1&&f!==u,p=!!e||g;if(!p&&(a.paused||!a.playbackRate||!a.readyState))return;const m=r.mainForwardBufferInfo;if(!p&&null===m)return;const v=this.bwEstimator.getEstimateTTFB(),y=Math.abs(a.playbackRate);if(d<=Math.max(v,h/(2*y)*1e3))return;const E=m?m.len/y:0,S=l.loading.first?l.loading.first-l.loading.start:-1,T=l.loaded&&S>-1,_=this.getBwEstimate(),b=r.levels,L=b[u],R=Math.max(l.loaded,Math.round(h*(s.bitrate||L.averageBitrate)/8));let A=T?d-S:d;A<1&&T&&(A=Math.min(d,8*l.loaded/_));const P=T?1e3*l.loaded/A:0,w=v/1e3,I=P?(R-l.loaded)/P:8*R/_+w;if(I<=E)return;const D=P?8*P:_,C=!0===(null==(t=(null==e?void 0:e.details)||this.hls.latestLevelDetails)?void 0:t.live),k=this.hls.config.abrBandWidthUpFactor;let M,x=Number.POSITIVE_INFINITY;for(M=u-1;M>c;M--){const e=b[M].maxBitrate,t=!b[M].details||C;if(x=this.getTimeToLoadFrag(w,D,h*e,t),x<Math.min(E,h+w))break}if(x>=I)return;if(x>10*h)return;T?this.bwEstimator.sample(d-Math.min(v,S),l.loaded):this.bwEstimator.sampleTTFB(d);const O=b[M].maxBitrate;this.getBwEstimate()*k>O&&this.resetEstimator(O);const F=this.findBestLevel(O,c,M,0,E,1,1);F>-1&&(M=F),this.warn(`Fragment ${s.sn}${i?" part "+i.index:""} of level ${u} is loading too slowly;\n Fragment duration: ${s.duration.toFixed(3)}\n Time to underbuffer: ${E.toFixed(3)} s\n Estimated load time for current fragment: ${I.toFixed(3)} s\n Estimated load time for down switch fragment: ${x.toFixed(3)} s\n TTFB estimate: ${0|S} ms\n Current BW estimate: ${Hs(_)?0|_:"Unknown"} bps\n New BW estimate: ${0|this.getBwEstimate()} bps\n Switching to level ${M} @ ${0|O} bps`),r.nextLoadLevel=r.nextAutoLevel=M,this.clearTimer();const N=()=>{if(this.clearTimer(),this.fragCurrent===s&&this.hls.loadLevel===M&&M>0){const e=this.getStarvationDelay();if(this.warn(`Aborting inflight request ${M>0?"and switching down":""}\n Fragment duration: ${s.duration.toFixed(3)} s\n Time to underbuffer: ${e.toFixed(3)} s`),s.abortRequests(),this.fragCurrent=this.partCurrent=null,M>c){let t=this.findBestLevel(this.hls.levels[c].bitrate,c,M,0,e,1,1);-1===t&&(t=c),this.hls.nextLoadLevel=this.hls.nextAutoLevel=t,this.resetEstimator(this.hls.levels[t].bitrate)}}};g||I>2*x?N():this.timer=self.setInterval(N,1e3*x),r.trigger(zs.FRAG_LOAD_EMERGENCY_ABORTED,{frag:s,part:i,stats:l})},this.hls=e,this.bwEstimator=this.initEstimator(),this.registerListeners()}resetEstimator(e){e&&(this.log(`setting initial bwe to ${e}`),this.hls.config.abrEwmaDefaultEstimate=e),this.firstSelection=-1,this.bwEstimator=this.initEstimator()}initEstimator(){const e=this.hls.config;return new si(e.abrEwmaSlowVoD,e.abrEwmaFastVoD,e.abrEwmaDefaultEstimate)}registerListeners(){const{hls:e}=this;e.on(zs.MANIFEST_LOADING,this.onManifestLoading,this),e.on(zs.FRAG_LOADING,this.onFragLoading,this),e.on(zs.FRAG_LOADED,this.onFragLoaded,this),e.on(zs.FRAG_BUFFERED,this.onFragBuffered,this),e.on(zs.LEVEL_SWITCHING,this.onLevelSwitching,this),e.on(zs.LEVEL_LOADED,this.onLevelLoaded,this),e.on(zs.LEVELS_UPDATED,this.onLevelsUpdated,this),e.on(zs.MAX_AUTO_LEVEL_UPDATED,this.onMaxAutoLevelUpdated,this),e.on(zs.ERROR,this.onError,this)}unregisterListeners(){const{hls:e}=this;e&&(e.off(zs.MANIFEST_LOADING,this.onManifestLoading,this),e.off(zs.FRAG_LOADING,this.onFragLoading,this),e.off(zs.FRAG_LOADED,this.onFragLoaded,this),e.off(zs.FRAG_BUFFERED,this.onFragBuffered,this),e.off(zs.LEVEL_SWITCHING,this.onLevelSwitching,this),e.off(zs.LEVEL_LOADED,this.onLevelLoaded,this),e.off(zs.LEVELS_UPDATED,this.onLevelsUpdated,this),e.off(zs.MAX_AUTO_LEVEL_UPDATED,this.onMaxAutoLevelUpdated,this),e.off(zs.ERROR,this.onError,this))}destroy(){this.unregisterListeners(),this.clearTimer(),this.hls=this._abandonRulesCheck=this.supportedCache=null,this.fragCurrent=this.partCurrent=null}onManifestLoading(e,t){this.lastLoadedFragLevel=-1,this.firstSelection=-1,this.lastLevelLoadSec=0,this.supportedCache={},this.fragCurrent=this.partCurrent=null,this.onLevelsUpdated(),this.clearTimer()}onLevelsUpdated(){this.lastLoadedFragLevel>-1&&this.fragCurrent&&(this.lastLoadedFragLevel=this.fragCurrent.level),this._nextAutoLevel=-1,this.onMaxAutoLevelUpdated(),this.codecTiers=null,this.audioTracksByGroup=null}onMaxAutoLevelUpdated(){this.firstSelection=-1,this.nextAutoLevelKey=""}onFragLoading(e,t){const s=t.frag;if(!this.ignoreFragment(s)){var i;if(!s.bitrateTest)this.fragCurrent=s,this.partCurrent=null!=(i=t.part)?i:null;this.clearTimer(),this.timer=self.setInterval(this._abandonRulesCheck,100)}}onLevelSwitching(e,t){this.clearTimer()}onError(e,t){if(!t.fatal)switch(t.details){case js.BUFFER_ADD_CODEC_ERROR:case js.BUFFER_APPEND_ERROR:this.lastLoadedFragLevel=-1,this.firstSelection=-1;break;case js.FRAG_LOAD_TIMEOUT:{const e=t.frag,{fragCurrent:s,partCurrent:i}=this;if(e&&s&&e.sn===s.sn&&e.level===s.level){const t=performance.now(),s=i?i.stats:e.stats,r=t-s.loading.start,n=s.loading.first?s.loading.first-s.loading.start:-1;if(s.loaded&&n>-1){const e=this.bwEstimator.getEstimateTTFB();this.bwEstimator.sample(r-Math.min(e,n),s.loaded)}else this.bwEstimator.sampleTTFB(r)}break}}}getTimeToLoadFrag(e,t,s,i){return e+s/t+(i?e+this.lastLevelLoadSec:0)}onLevelLoaded(e,t){const s=this.hls.config,{loading:i}=t.stats,r=i.end-i.first;Hs(r)&&(this.lastLevelLoadSec=r/1e3),t.details.live?this.bwEstimator.update(s.abrEwmaSlowLive,s.abrEwmaFastLive):this.bwEstimator.update(s.abrEwmaSlowVoD,s.abrEwmaFastVoD),this.timer>-1&&this._abandonRulesCheck(t.levelInfo)}onFragLoaded(e,{frag:t,part:s}){const i=s?s.stats:t.stats;if(t.type===Js&&this.bwEstimator.sampleTTFB(i.loading.first-i.loading.start),!this.ignoreFragment(t)){if(this.clearTimer(),t.level===this._nextAutoLevel&&(this._nextAutoLevel=-1),this.firstSelection=-1,this.hls.config.abrMaxWithRealBitrate){const e=s?s.duration:t.duration,r=this.hls.levels[t.level],n=(r.loaded?r.loaded.bytes:0)+i.loaded,a=(r.loaded?r.loaded.duration:0)+e;r.loaded={bytes:n,duration:a},r.realBitrate=Math.round(8*n/a)}if(t.bitrateTest){const e={stats:i,frag:t,part:s,id:t.type};this.onFragBuffered(zs.FRAG_BUFFERED,e),t.bitrateTest=!1}else this.lastLoadedFragLevel=t.level}}onFragBuffered(e,t){const{frag:s,part:i}=t,r=null!=i&&i.stats.loaded?i.stats:s.stats;if(r.aborted)return;if(this.ignoreFragment(s))return;const n=r.parsing.end-r.loading.start-Math.min(r.loading.first-r.loading.start,this.bwEstimator.getEstimateTTFB());this.bwEstimator.sample(n,r.loaded),r.bwEstimate=this.getBwEstimate(),s.bitrateTest?this.bitrateTestDelay=n/1e3:this.bitrateTestDelay=0}ignoreFragment(e){return e.type!==Js||"initSegment"===e.sn}clearTimer(){this.timer>-1&&(self.clearInterval(this.timer),this.timer=-1)}get firstAutoLevel(){const{maxAutoLevel:e,minAutoLevel:t}=this.hls,s=this.getBwEstimate(),i=this.hls.config.maxStarvationDelay,r=this.findBestLevel(s,t,e,0,i,1,1);if(r>-1)return r;const n=this.hls.firstLevel,a=Math.min(Math.max(n,t),e);return this.warn(`Could not find best starting auto level. Defaulting to first in playlist ${n} clamped to ${a}`),a}get forcedAutoLevel(){return this.nextAutoLevelKey?-1:this._nextAutoLevel}get nextAutoLevel(){const e=this.forcedAutoLevel,t=this.bwEstimator.canEstimate(),s=this.lastLoadedFragLevel>-1;if(!(-1===e||t&&s&&this.nextAutoLevelKey!==this.getAutoLevelKey()))return e;const i=t&&s?this.getNextABRAutoLevel():this.firstAutoLevel;if(-1!==e){const t=this.hls.levels;if(t.length>Math.max(e,i)&&t[e].loadError<=t[i].loadError)return e}return this._nextAutoLevel=i,this.nextAutoLevelKey=this.getAutoLevelKey(),i}getAutoLevelKey(){return`${this.getBwEstimate()}_${this.getStarvationDelay().toFixed(2)}`}getNextABRAutoLevel(){const{fragCurrent:e,partCurrent:t,hls:s}=this;if(s.levels.length<=1)return s.loadLevel;const{maxAutoLevel:i,config:r,minAutoLevel:n}=s,a=t?t.duration:e?e.duration:0,o=this.getBwEstimate(),l=this.getStarvationDelay();let h=r.abrBandWidthFactor,d=r.abrBandWidthUpFactor;if(l){const e=this.findBestLevel(o,n,i,l,0,h,d);if(e>=0)return this.rebufferNotice=-1,e}let c=a?Math.min(a,r.maxStarvationDelay):r.maxStarvationDelay;if(!l){const e=this.bitrateTestDelay;if(e){c=(a?Math.min(a,r.maxLoadingDelay):r.maxLoadingDelay)-e,this.info(`bitrate test took ${Math.round(1e3*e)}ms, set first fragment max fetchDuration to ${Math.round(1e3*c)} ms`),h=d=1}}const u=this.findBestLevel(o,n,i,l,c,h,d);if(this.rebufferNotice!==u&&(this.rebufferNotice=u,this.info(`${l?"rebuffering expected":"buffer is empty"}, optimal quality level ${u}`)),u>-1)return u;const f=s.levels[n],g=s.loadLevelObj;return g&&(null==f?void 0:f.bitrate)<g.bitrate?n:s.loadLevel}getStarvationDelay(){const e=this.hls,t=e.media;if(!t)return 1/0;const s=t&&0!==t.playbackRate?Math.abs(t.playbackRate):1,i=e.mainForwardBufferInfo;return(i?i.len:0)/s}getBwEstimate(){return this.bwEstimator.canEstimate()?this.bwEstimator.getEstimate():this.hls.config.abrEwmaDefaultEstimate}findBestLevel(e,t,s,i,r,n,a){var o;const l=i+r,h=this.lastLoadedFragLevel,d=-1===h?this.hls.firstLevel:h,{fragCurrent:c,partCurrent:u}=this,{levels:f,allAudioTracks:g,loadLevel:p,config:m}=this.hls;if(1===f.length)return 0;const v=f[d],y=!(null==(o=this.hls.latestLevelDetails)||!o.live),E=-1===p||-1===h;let S,T="SDR",_=(null==v?void 0:v.frameRate)||0;const{audioPreference:b,videoPreference:L}=m;this.audioTracksByGroup||(this.audioTracksByGroup=kr(g));let R=-1;if(E){if(-1!==this.firstSelection)return this.firstSelection;const i=this.codecTiers||(this.codecTiers=function(e,t,s,i){return e.slice(s,i+1).reduce(((e,t,s)=>{if(!t.codecSet)return e;const i=t.audioGroups;let r=e[t.codecSet];r||(e[t.codecSet]=r={minBitrate:1/0,minHeight:1/0,minFramerate:1/0,minIndex:s,maxScore:0,videoRanges:{SDR:0},channels:{2:0},hasDefaultAudio:!i,fragmentError:0}),r.minBitrate=Math.min(r.minBitrate,t.bitrate);const n=Math.min(t.height,t.width);return r.minHeight=Math.min(r.minHeight,n),r.minFramerate=Math.min(r.minFramerate,t.frameRate),r.minIndex=Math.min(r.minIndex,s),r.maxScore=Math.max(r.maxScore,t.score),r.fragmentError+=t.fragmentError,r.videoRanges[t.videoRange]=(r.videoRanges[t.videoRange]||0)+1,e}),{})}(f,0,t,s)),r=function(e,t,s,i,r){const n=Object.keys(e),a=null==i?void 0:i.channels,o=null==i?void 0:i.audioCodec,l=null==r?void 0:r.videoCodec,h=a&&2===parseInt(a);let d=!1,c=!1,u=1/0,f=1/0,g=1/0,p=1/0,m=0,v=[];const{preferHDR:y,allowedVideoRanges:E}=Ir(t,r);for(let t=n.length;t--;){const s=e[n[t]];d||(d=s.channels[2]>0),u=Math.min(u,s.minHeight),f=Math.min(f,s.minFramerate),g=Math.min(g,s.minBitrate),E.filter((e=>s.videoRanges[e]>0)).length>0&&(c=!0)}u=Hs(u)?u:0,f=Hs(f)?f:0;const S=Math.max(1080,u),T=Math.max(30,f);g=Hs(g)?g:s,s=Math.max(g,s),c||(t=void 0);const _=n.length>1;return{codecSet:n.reduce(((t,i)=>{const r=e[i];if(i===t)return t;if(v=c?E.filter((e=>r.videoRanges[e]>0)):[],_){if(r.minBitrate>s)return Cr(i,`min bitrate of ${r.minBitrate} > current estimate of ${s}`),t;if(!r.hasDefaultAudio)return Cr(i,"no renditions with default or auto-select sound found"),t;if(o&&i.indexOf(o.substring(0,4))%5!=0)return Cr(i,`audio codec preference "${o}" not found`),t;if(a&&!h){if(!r.channels[a])return Cr(i,`no renditions with ${a} channel sound found (channels options: ${Object.keys(r.channels)})`),t}else if((!o||h)&&d&&0===r.channels[2])return Cr(i,"no renditions with stereo sound found"),t;if(r.minHeight>S)return Cr(i,`min resolution of ${r.minHeight} > maximum of ${S}`),t;if(r.minFramerate>T)return Cr(i,`min framerate of ${r.minFramerate} > maximum of ${T}`),t;if(!v.some((e=>r.videoRanges[e]>0)))return Cr(i,`no variants with VIDEO-RANGE of ${Dr(v)} found`),t;if(l&&i.indexOf(l.substring(0,4))%5!=0)return Cr(i,`video codec preference "${l}" not found`),t;if(r.maxScore<m)return Cr(i,`max score of ${r.maxScore} < selected max of ${m}`),t}return t&&(cr(i)>=cr(t)||r.fragmentError>e[t].fragmentError)?t:(p=r.minIndex,m=r.maxScore,i)}),void 0),videoRanges:v,preferHDR:y,minFramerate:f,minBitrate:g,minIndex:p}}(i,T,e,b,L),{codecSet:n,videoRanges:a,minFramerate:o,minBitrate:l,minIndex:h,preferHDR:d}=r;R=h,S=n,T=d?a[a.length-1]:a[0],_=o,e=Math.max(e,l),this.log(`picked start tier ${Dr(r)}`)}else S=null==v?void 0:v.codecSet,T=null==v?void 0:v.videoRange;const A=u?u.duration:c?c.duration:0,P=this.bwEstimator.getEstimateTTFB()/1e3,w=[];for(let o=s;o>=t;o--){var I;const t=f[o],c=o>d;if(!t)continue;if((S&&t.codecSet!==S||T&&t.videoRange!==T||c&&_>t.frameRate||!c&&_>0&&_<t.frameRate||null!=(I=t.supportedResult)&&null!=(I=I.decodingInfoResults)&&I.some((e=>!1===e.smooth)))&&(!E||o!==R)){w.push(o);continue}const g=t.details,m=(u?null==g?void 0:g.partTarget:null==g?void 0:g.averagetargetduration)||A;let v;v=c?a*e:n*e;const b=A&&i>=2*A&&0===r?t.averageBitrate:t.maxBitrate,L=this.getTimeToLoadFrag(P,v,b*m,void 0===g);if(v>=b&&(o===h||0===t.loadError&&0===t.fragmentError)&&(L<=P||!Hs(L)||y&&!this.bitrateTestDelay||L<l)){const e=this.forcedAutoLevel;return o===p||-1!==e&&e===p||(w.length&&this.trace(`Skipped level(s) ${w.join(",")} of ${s} max with CODECS and VIDEO-RANGE:"${f[w[0]].codecs}" ${f[w[0]].videoRange}; not compatible with "${S}" ${T}`),this.info(`switch candidate:${d}->${o} adjustedbw(${Math.round(v)})-bitrate=${Math.round(v-b)} ttfb:${P.toFixed(1)} avgDuration:${m.toFixed(1)} maxFetchDuration:${l.toFixed(1)} fetchDuration:${L.toFixed(1)} firstSelection:${E} codecSet:${t.codecSet} videoRange:${t.videoRange} hls.loadLevel:${p}`)),E&&(this.firstSelection=o),o}}return-1}set nextAutoLevel(e){const t=this.deriveNextAutoLevel(e);this._nextAutoLevel!==t&&(this.nextAutoLevelKey="",this._nextAutoLevel=t)}deriveNextAutoLevel(e){const{maxAutoLevel:t,minAutoLevel:s}=this.hls;return Math.min(Math.max(e,s),t)}},bufferController:class extends oi{constructor(e,t){var s;super("buffer-controller",e.logger),this.hls=void 0,this.fragmentTracker=void 0,this.details=null,this._objectUrl=null,this.operationQueue=null,this.bufferCodecEventsTotal=0,this.media=null,this.mediaSource=null,this.lastMpegAudioChunk=null,this.blockedAudioAppend=null,this.lastVideoAppendEnd=0,this.appendSource=void 0,this.transferData=void 0,this.overrides=void 0,this.appendErrors={audio:0,video:0,audiovideo:0},this.tracks={},this.sourceBuffers=[[null,null],[null,null]],this._onEndStreaming=e=>{var t;this.hls&&"open"===(null==(t=this.mediaSource)?void 0:t.readyState)&&this.hls.pauseBuffering()},this._onStartStreaming=e=>{this.hls&&this.hls.resumeBuffering()},this._onMediaSourceOpen=e=>{const{media:t,mediaSource:s}=this;e&&this.log("Media source opened"),t&&s&&(s.removeEventListener("sourceopen",this._onMediaSourceOpen),t.removeEventListener("emptied",this._onMediaEmptied),this.updateDuration(),this.hls.trigger(zs.MEDIA_ATTACHED,{media:t,mediaSource:s}),null!==this.mediaSource&&this.checkPendingTracks())},this._onMediaSourceClose=()=>{this.log("Media source closed")},this._onMediaSourceEnded=()=>{this.log("Media source ended")},this._onMediaEmptied=()=>{const{mediaSrc:e,_objectUrl:t}=this;e!==t&&this.error(`Media element src was set while attaching MediaSource (${t} > ${e})`)},this.hls=e,this.fragmentTracker=t,this.appendSource=(s=Ei(e.config.preferManagedMediaSource),"undefined"!=typeof self&&s===self.ManagedMediaSource),this.initTracks(),this.registerListeners()}hasSourceTypes(){return Object.keys(this.tracks).length>0}destroy(){this.unregisterListeners(),this.details=null,this.lastMpegAudioChunk=this.blockedAudioAppend=null,this.transferData=this.overrides=void 0,this.operationQueue&&(this.operationQueue.destroy(),this.operationQueue=null),this.hls=this.fragmentTracker=null,this._onMediaSourceOpen=this._onMediaSourceClose=null,this._onMediaSourceEnded=null,this._onStartStreaming=this._onEndStreaming=null}registerListeners(){const{hls:e}=this;e.on(zs.MEDIA_ATTACHING,this.onMediaAttaching,this),e.on(zs.MEDIA_DETACHING,this.onMediaDetaching,this),e.on(zs.MANIFEST_LOADING,this.onManifestLoading,this),e.on(zs.MANIFEST_PARSED,this.onManifestParsed,this),e.on(zs.BUFFER_RESET,this.onBufferReset,this),e.on(zs.BUFFER_APPENDING,this.onBufferAppending,this),e.on(zs.BUFFER_CODECS,this.onBufferCodecs,this),e.on(zs.BUFFER_EOS,this.onBufferEos,this),e.on(zs.BUFFER_FLUSHING,this.onBufferFlushing,this),e.on(zs.LEVEL_UPDATED,this.onLevelUpdated,this),e.on(zs.FRAG_PARSED,this.onFragParsed,this),e.on(zs.FRAG_CHANGED,this.onFragChanged,this),e.on(zs.ERROR,this.onError,this)}unregisterListeners(){const{hls:e}=this;e.off(zs.MEDIA_ATTACHING,this.onMediaAttaching,this),e.off(zs.MEDIA_DETACHING,this.onMediaDetaching,this),e.off(zs.MANIFEST_LOADING,this.onManifestLoading,this),e.off(zs.MANIFEST_PARSED,this.onManifestParsed,this),e.off(zs.BUFFER_RESET,this.onBufferReset,this),e.off(zs.BUFFER_APPENDING,this.onBufferAppending,this),e.off(zs.BUFFER_CODECS,this.onBufferCodecs,this),e.off(zs.BUFFER_EOS,this.onBufferEos,this),e.off(zs.BUFFER_FLUSHING,this.onBufferFlushing,this),e.off(zs.LEVEL_UPDATED,this.onLevelUpdated,this),e.off(zs.FRAG_PARSED,this.onFragParsed,this),e.off(zs.FRAG_CHANGED,this.onFragChanged,this),e.off(zs.ERROR,this.onError,this)}transferMedia(){const{media:e,mediaSource:t}=this;if(!e)return null;const s={};if(this.operationQueue){const e=this.isUpdating();e||this.operationQueue.removeBlockers();const t=this.isQueued();(e||t)&&this.warn(`Transfering MediaSource with${t?" operations in queue":""}${e?" updating SourceBuffer(s)":""} ${this.operationQueue}`),this.operationQueue.destroy()}const i=this.transferData;return!this.sourceBufferCount&&i&&i.mediaSource===t?ri(s,i.tracks):this.sourceBuffers.forEach((e=>{const[t]=e;t&&(s[t]=ri({},this.tracks[t]),this.removeBuffer(t)),e[0]=e[1]=null})),{media:e,mediaSource:t,tracks:s}}initTracks(){this.sourceBuffers=[[null,null],[null,null]],this.tracks={},this.resetQueue(),this.resetAppendErrors(),this.lastMpegAudioChunk=this.blockedAudioAppend=null,this.lastVideoAppendEnd=0}onManifestLoading(){this.bufferCodecEventsTotal=0,this.details=null}onManifestParsed(e,t){var s;let i=2;(t.audio&&!t.video||!t.altAudio)&&(i=1),this.bufferCodecEventsTotal=i,this.log(`${i} bufferCodec event(s) expected.`),null!=(s=this.transferData)&&s.mediaSource&&this.sourceBufferCount&&i&&this.bufferCreated()}onMediaAttaching(e,t){const s=this.media=t.media;this.transferData=this.overrides=void 0;const i=Ei(this.appendSource);if(i){const e=!!t.mediaSource;(e||t.overrides)&&(this.transferData=t,this.overrides=t.overrides);const r=this.mediaSource=t.mediaSource||new i;if(this.assignMediaSource(r),e)this._objectUrl=s.src,this.attachTransferred();else{const e=this._objectUrl=self.URL.createObjectURL(r);if(this.appendSource)try{s.removeAttribute("src");const t=self.ManagedMediaSource;s.disableRemotePlayback=s.disableRemotePlayback||t&&r instanceof t,Aa(s),function(e,t){const s=self.document.createElement("source");s.type="video/mp4",s.src=t,e.appendChild(s)}(s,e),s.load()}catch(t){s.src=e}else s.src=e}s.addEventListener("emptied",this._onMediaEmptied)}}assignMediaSource(e){var t,s;this.log(`${(null==(t=this.transferData)?void 0:t.mediaSource)===e?"transferred":"created"} media source: ${null==(s=e.constructor)?void 0:s.name}`),e.addEventListener("sourceopen",this._onMediaSourceOpen),e.addEventListener("sourceended",this._onMediaSourceEnded),e.addEventListener("sourceclose",this._onMediaSourceClose),this.appendSource&&(e.addEventListener("startstreaming",this._onStartStreaming),e.addEventListener("endstreaming",this._onEndStreaming))}attachTransferred(){const e=this.media,t=this.transferData;if(!t||!e)return;const s=this.tracks,i=t.tracks,r=i?Object.keys(i):null,n=r?r.length:0,a=()=>{Promise.resolve().then((()=>{this.media&&this.mediaSourceOpenOrEnded&&this._onMediaSourceOpen()}))};if(i&&r&&n){if(!this.tracksReady)return this.hls.config.startFragPrefetch=!0,void this.log("attachTransferred: waiting for SourceBuffer track info");if(this.log(`attachTransferred: (bufferCodecEventsTotal ${this.bufferCodecEventsTotal})\nrequired tracks: ${Dr(s,((e,t)=>"initSegment"===e?void 0:t))};\ntransfer tracks: ${Dr(i,((e,t)=>"initSegment"===e?void 0:t))}}`),!function(e,t){const s=Object.keys(e),i=Object.keys(t),r=s.length,n=i.length;return!r||!n||r===n&&!s.some((e=>-1===i.indexOf(e)))}(i,s)){t.mediaSource=null,t.tracks=void 0;const r=e.currentTime,n=this.details,a=Math.max(r,(null==n?void 0:n.fragments[0].start)||0);return a-r>1?void this.log(`attachTransferred: waiting for playback to reach new tracks start time ${r} -> ${a}`):(this.warn(`attachTransferred: resetting MediaSource for incompatible tracks ("${Object.keys(i)}"->"${Object.keys(s)}") start time: ${a} currentTime: ${r}`),this.onMediaDetaching(zs.MEDIA_DETACHING,{}),this.onMediaAttaching(zs.MEDIA_ATTACHING,t),void(e.currentTime=a))}this.transferData=void 0,r.forEach((e=>{const t=e,s=i[t];if(s){const e=s.buffer;if(e){const i=this.fragmentTracker,r=s.id;if(i.hasFragments(r)||i.hasParts(r)){const s=ua.getBuffered(e);i.detectEvictedFragments(t,s,r,null,!0)}const n=Pa(t),a=[t,e];this.sourceBuffers[n]=a,e.updating&&this.operationQueue&&this.operationQueue.prependBlocker(t),this.trackSourceBuffer(t,s)}}})),a(),this.bufferCreated()}else this.log("attachTransferred: MediaSource w/o SourceBuffers"),a()}get mediaSourceOpenOrEnded(){var e;const t=null==(e=this.mediaSource)?void 0:e.readyState;return"open"===t||"ended"===t}onMediaDetaching(e,t){const s=!!t.transferMedia;this.transferData=this.overrides=void 0;const{media:i,mediaSource:r,_objectUrl:n}=this;if(r){if(this.log("media source "+(s?"transferring":"detaching")),s)this.sourceBuffers.forEach((([e])=>{e&&this.removeBuffer(e)})),this.resetQueue();else{if(this.mediaSourceOpenOrEnded){const e="open"===r.readyState;try{const t=r.sourceBuffers;for(let s=t.length;s--;)e&&t[s].abort(),r.removeSourceBuffer(t[s]);e&&r.endOfStream()}catch(e){this.warn(`onMediaDetaching: ${e.message} while calling endOfStream`)}}this.sourceBufferCount&&this.onBufferReset()}r.removeEventListener("sourceopen",this._onMediaSourceOpen),r.removeEventListener("sourceended",this._onMediaSourceEnded),r.removeEventListener("sourceclose",this._onMediaSourceClose),this.appendSource&&(r.removeEventListener("startstreaming",this._onStartStreaming),r.removeEventListener("endstreaming",this._onEndStreaming)),this.mediaSource=null,this._objectUrl=null}i&&(i.removeEventListener("emptied",this._onMediaEmptied),s||(n&&self.URL.revokeObjectURL(n),this.mediaSrc===n?(i.removeAttribute("src"),this.appendSource&&Aa(i),i.load()):this.warn("media|source.src was changed by a third party - skip cleanup")),this.media=null),this.hls.trigger(zs.MEDIA_DETACHED,t)}onBufferReset(){this.sourceBuffers.forEach((([e])=>{e&&this.resetBuffer(e)})),this.initTracks()}resetBuffer(e){var t;const s=null==(t=this.tracks[e])?void 0:t.buffer;if(this.removeBuffer(e),s)try{var i;null!=(i=this.mediaSource)&&i.sourceBuffers.length&&this.mediaSource.removeSourceBuffer(s)}catch(t){this.warn(`onBufferReset ${e}`,t)}delete this.tracks[e]}removeBuffer(e){this.removeBufferListeners(e),this.sourceBuffers[Pa(e)]=[null,null];const t=this.tracks[e];t&&(t.buffer=void 0)}resetQueue(){this.operationQueue&&this.operationQueue.destroy(),this.operationQueue=new _a(this.tracks)}onBufferCodecs(e,t){var s;const i=this.tracks,r=Object.keys(t);this.log(`BUFFER_CODECS: "${r}" (current SB count ${this.sourceBufferCount})`);const n="audiovideo"in t&&(i.audio||i.video)||i.audiovideo&&("audio"in t||"video"in t),a=!n&&this.sourceBufferCount&&this.media&&r.some((e=>!i[e]));n||a?this.warn(`Unsupported transition between "${Object.keys(i)}" and "${r}" SourceBuffers`):(r.forEach((e=>{var s,r;const n=t[e],{id:a,codec:o,levelCodec:l,container:h,metadata:d,supplemental:c}=n;let u=i[e];const f=null==(s=this.transferData)||null==(s=s.tracks)?void 0:s[e],g=null!=f&&f.buffer?f:u,p=(null==g?void 0:g.pendingCodec)||(null==g?void 0:g.codec),m=null==g?void 0:g.levelCodec;u||(u=i[e]={buffer:void 0,listeners:[],codec:o,supplemental:c,container:h,levelCodec:l,metadata:d,id:a});const v=pr(p,m),y=null==v?void 0:v.replace(ba,"$1");let E=pr(o,l);const S=null==(r=E)?void 0:r.replace(ba,"$1");E&&v&&y!==S&&("audio"===e.slice(0,5)&&(E=gr(E,this.appendSource)),this.log(`switching codec ${p} to ${E}`),E!==(u.pendingCodec||u.codec)&&(u.pendingCodec=E),u.container=h,this.appendChangeType(e,h,E))})),(this.tracksReady||this.sourceBufferCount)&&(t.tracks=this.sourceBufferTracks),this.sourceBufferCount||(this.bufferCodecEventsTotal>1&&!this.tracks.video&&!t.video&&"main"===(null==(s=t.audio)?void 0:s.id)&&(this.log("Main audio-only"),this.bufferCodecEventsTotal=1),this.mediaSourceOpenOrEnded&&this.checkPendingTracks()))}get sourceBufferTracks(){return Object.keys(this.tracks).reduce(((e,t)=>{const s=this.tracks[t];return e[t]={id:s.id,container:s.container,codec:s.codec,levelCodec:s.levelCodec},e}),{})}appendChangeType(e,t,s){const i=`${t};codecs=${s}`,r={label:`change-type=${i}`,execute:()=>{const r=this.tracks[e];if(r){const n=r.buffer;null!=n&&n.changeType&&(this.log(`changing ${e} sourceBuffer type to ${i}`),n.changeType(i),r.codec=s,r.container=t)}this.shiftAndExecuteNext(e)},onStart:()=>{},onComplete:()=>{},onError:t=>{this.warn(`Failed to change ${e} SourceBuffer type`,t)}};this.append(r,e,this.isPending(this.tracks[e]))}blockAudio(e){var t;const s=e.start,i=s+.05*e.duration;if(!0===(null==(t=this.fragmentTracker.getAppendedFrag(s,Js))?void 0:t.gap))return;const r={label:"block-audio",execute:()=>{var e;const t=this.tracks.video;(this.lastVideoAppendEnd>i||null!=t&&t.buffer&&ua.isBuffered(t.buffer,i)||!0===(null==(e=this.fragmentTracker.getAppendedFrag(i,Js))?void 0:e.gap))&&(this.blockedAudioAppend=null,this.shiftAndExecuteNext("audio"))},onStart:()=>{},onComplete:()=>{},onError:e=>{this.warn("Error executing block-audio operation",e)}};this.blockedAudioAppend={op:r,frag:e},this.append(r,"audio",!0)}unblockAudio(){const{blockedAudioAppend:e,operationQueue:t}=this;e&&t&&(this.blockedAudioAppend=null,t.unblockAudio(e.op))}onBufferAppending(e,t){const{tracks:s}=this,{data:i,type:r,parent:n,frag:a,part:o,chunkMeta:l,offset:h}=t,d=l.buffering[r],{sn:c,cc:u}=a,f=self.performance.now();d.start=f;const g=a.stats.buffering,p=o?o.stats.buffering:null;0===g.start&&(g.start=f),p&&0===p.start&&(p.start=f);const m=s.audio;let v=!1;"audio"===r&&"audio/mpeg"===(null==m?void 0:m.container)&&(v=!this.lastMpegAudioChunk||1===l.id||this.lastMpegAudioChunk.sn!==l.sn,this.lastMpegAudioChunk=l);const y=s.video,E=null==y?void 0:y.buffer;if(E&&"initSegment"!==c){const e=o||a,t=this.blockedAudioAppend;if("audio"!==r||"main"===n||this.blockedAudioAppend||y.ending||y.ended){if("video"===r){const s=e.end;if(t){const e=t.frag.start;(s>e||s<this.lastVideoAppendEnd||ua.isBuffered(E,e))&&this.unblockAudio()}this.lastVideoAppendEnd=s}}else{const t=e.start+.05*e.duration,s=E.buffered,i=this.currentOp("video");s.length||i?!i&&!ua.isBuffered(E,t)&&this.lastVideoAppendEnd<t&&this.blockAudio(e):this.blockAudio(e)}}const S=(o||a).start,T={label:`append-${r}`,execute:()=>{var e;d.executeStart=self.performance.now();const t=null==(e=this.tracks[r])?void 0:e.buffer;t&&(v?this.updateTimestampOffset(t,S,.1,r,c,u):void 0!==h&&Hs(h)&&this.updateTimestampOffset(t,h,1e-6,r,c,u)),this.appendExecutor(i,r)},onStart:()=>{},onComplete:()=>{const e=self.performance.now();d.executeEnd=d.end=e,0===g.first&&(g.first=e),p&&0===p.first&&(p.first=e);const t={};this.sourceBuffers.forEach((([e,s])=>{e&&(t[e]=ua.getBuffered(s))})),this.appendErrors[r]=0,"audio"===r||"video"===r?this.appendErrors.audiovideo=0:(this.appendErrors.audio=0,this.appendErrors.video=0),this.hls.trigger(zs.BUFFER_APPENDED,{type:r,frag:a,part:o,chunkMeta:l,parent:a.type,timeRanges:t})},onError:e=>{var t;const s={type:qs.MEDIA_ERROR,parent:a.type,details:js.BUFFER_APPEND_ERROR,sourceBufferName:r,frag:a,part:o,chunkMeta:l,error:e,err:e,fatal:!1},i=null==(t=this.media)?void 0:t.error;if(e.code===DOMException.QUOTA_EXCEEDED_ERR||"QuotaExceededError"==e.name||"quota"in e)s.details=js.BUFFER_FULL_ERROR;else if(e.code===DOMException.INVALID_STATE_ERR&&this.mediaSourceOpenOrEnded&&!i)s.errorAction=en(!0);else if(e.name===La&&0===this.sourceBufferCount)s.errorAction=en(!0);else{const e=++this.appendErrors[r];this.warn(`Failed ${e}/${this.hls.config.appendErrorMaxRetry} times to append segment in "${r}" sourceBuffer (${i||"no media error"})`),(e>=this.hls.config.appendErrorMaxRetry||i)&&(s.fatal=!0)}this.hls.trigger(zs.ERROR,s)}};this.log(`queuing "${r}" append sn: ${c}${o?" p: "+o.index:""} of ${a.type===Js?"level":"track"} ${a.level} cc: ${u}`),this.append(T,r,this.isPending(this.tracks[r]))}getFlushOp(e,t,s){return this.log(`queuing "${e}" remove ${t}-${s}`),{label:"remove",execute:()=>{this.removeExecutor(e,t,s)},onStart:()=>{},onComplete:()=>{this.hls.trigger(zs.BUFFER_FLUSHED,{type:e})},onError:i=>{this.warn(`Failed to remove ${t}-${s} from "${e}" SourceBuffer`,i)}}}onBufferFlushing(e,t){const{type:s,startOffset:i,endOffset:r}=t;s?this.append(this.getFlushOp(s,i,r),s):this.sourceBuffers.forEach((([e])=>{e&&this.append(this.getFlushOp(e,i,r),e)}))}onFragParsed(e,t){const{frag:s,part:i}=t,r=[],n=i?i.elementaryStreams:s.elementaryStreams;n[Ii]?r.push("audiovideo"):(n[Pi]&&r.push("audio"),n[wi]&&r.push("video"));0===r.length&&this.warn(`Fragments must have at least one ElementaryStreamType set. type: ${s.type} level: ${s.level} sn: ${s.sn}`),this.blockBuffers((()=>{const e=self.performance.now();s.stats.buffering.end=e,i&&(i.stats.buffering.end=e);const t=i?i.stats:s.stats;this.hls.trigger(zs.FRAG_BUFFERED,{frag:s,part:i,stats:t,id:s.type})}),r).catch((e=>{this.warn(`Fragment buffered callback ${e}`),this.stepOperationQueue(this.sourceBufferTypes)}))}onFragChanged(e,t){this.trimBuffers()}get bufferedToEnd(){return this.sourceBufferCount>0&&!this.sourceBuffers.some((([e])=>{if(e){const t=this.tracks[e];if(t)return!t.ended||t.ending}return!1}))}onBufferEos(e,t){var s;this.sourceBuffers.forEach((([e])=>{if(e){const s=this.tracks[e];t.type&&t.type!==e||(s.ending=!0,s.ended||(s.ended=!0,this.log(`${e} buffer reached EOS`)))}}));const i=!1!==(null==(s=this.overrides)?void 0:s.endOfStream);this.sourceBufferCount>0&&!this.sourceBuffers.some((([e])=>{var t;return e&&!(null!=(t=this.tracks[e])&&t.ended)}))?i?(this.log("Queueing EOS"),this.blockUntilOpen((()=>{this.tracksEnded();const{mediaSource:e}=this;e&&"open"===e.readyState?(this.log("Calling mediaSource.endOfStream()"),e.endOfStream(),this.hls.trigger(zs.BUFFERED_TO_END,void 0)):e&&this.log(`Could not call mediaSource.endOfStream(). mediaSource.readyState: ${e.readyState}`)}))):(this.tracksEnded(),this.hls.trigger(zs.BUFFERED_TO_END,void 0)):"video"===t.type&&this.unblockAudio()}tracksEnded(){this.sourceBuffers.forEach((([e])=>{if(null!==e){const t=this.tracks[e];t&&(t.ending=!1)}}))}onLevelUpdated(e,{details:t}){t.fragments.length&&(this.details=t,this.updateDuration())}updateDuration(){this.blockUntilOpen((()=>{const e=this.getDurationAndRange();e&&this.updateMediaSource(e)}))}onError(e,t){if(t.details===js.BUFFER_APPEND_ERROR&&t.frag){var s;const e=null==(s=t.errorAction)?void 0:s.nextAutoLevel;Hs(e)&&e!==t.frag.level&&this.resetAppendErrors()}}resetAppendErrors(){this.appendErrors={audio:0,video:0,audiovideo:0}}trimBuffers(){const{hls:e,details:t,media:s}=this;if(!s||null===t)return;if(!this.sourceBufferCount)return;const i=e.config,r=s.currentTime,n=t.levelTargetDuration,a=t.live&&null!==i.liveBackBufferLength?i.liveBackBufferLength:i.backBufferLength;if(Hs(a)&&a>=0){const e=Math.max(a,n),t=Math.floor(r/n)*n-e;this.flushBackBuffer(r,n,t)}const o=i.frontBufferFlushThreshold;if(Hs(o)&&o>0){const e=Math.max(i.maxBufferLength,o),t=Math.max(e,n),s=Math.floor(r/n)*n+t;this.flushFrontBuffer(r,n,s)}}flushBackBuffer(e,t,s){this.sourceBuffers.forEach((([e,t])=>{if(t){const r=ua.getBuffered(t);if(r.length>0&&s>r.start(0)){var i;this.hls.trigger(zs.BACK_BUFFER_REACHED,{bufferEnd:s});const t=this.tracks[e];if(null!=(i=this.details)&&i.live)this.hls.trigger(zs.LIVE_BACK_BUFFER_REACHED,{bufferEnd:s});else if(null!=t&&t.ended)return void this.log(`Cannot flush ${e} back buffer while SourceBuffer is in ended state`);this.hls.trigger(zs.BUFFER_FLUSHING,{startOffset:0,endOffset:s,type:e})}}}))}flushFrontBuffer(e,t,s){this.sourceBuffers.forEach((([t,i])=>{if(i){const r=ua.getBuffered(i),n=r.length;if(n<2)return;const a=r.start(n-1),o=r.end(n-1);if(s>a||e>=a&&e<=o)return;this.hls.trigger(zs.BUFFER_FLUSHING,{startOffset:a,endOffset:1/0,type:t})}}))}getDurationAndRange(){var e;const{details:t,mediaSource:s}=this;if(!t||!this.media||"open"!==(null==s?void 0:s.readyState))return null;const i=t.edge;if(t.live&&this.hls.config.liveDurationInfinity){if(t.fragments.length&&s.setLiveSeekableRange){const e=Math.max(0,t.fragmentStart);return{duration:1/0,start:e,end:Math.max(e,i)}}return{duration:1/0}}const r=null==(e=this.overrides)?void 0:e.duration;if(r)return Hs(r)?{duration:r}:null;const n=this.media.duration;return i>(Hs(s.duration)?s.duration:0)&&i>n||!Hs(n)?{duration:i}:null}updateMediaSource({duration:e,start:t,end:s}){const i=this.mediaSource;this.media&&i&&"open"===i.readyState&&(i.duration!==e&&(Hs(e)&&this.log(`Updating MediaSource duration to ${e.toFixed(3)}`),i.duration=e),void 0!==t&&void 0!==s&&(this.log(`MediaSource duration is set to ${i.duration}. Setting seekable range to ${t}-${s}.`),i.setLiveSeekableRange(t,s)))}get tracksReady(){const e=this.pendingTrackCount;return e>0&&(e>=this.bufferCodecEventsTotal||this.isPending(this.tracks.audiovideo))}checkPendingTracks(){const{bufferCodecEventsTotal:e,pendingTrackCount:t,tracks:s}=this;if(this.log(`checkPendingTracks (pending: ${t} codec events expected: ${e}) ${Dr(s)}`),this.tracksReady){var i;const e=null==(i=this.transferData)?void 0:i.tracks;e&&Object.keys(e).length?this.attachTransferred():this.createSourceBuffers()}}bufferCreated(){if(this.sourceBufferCount){const e={};this.sourceBuffers.forEach((([t,s])=>{if(t){const i=this.tracks[t];e[t]={buffer:s,container:i.container,codec:i.codec,supplemental:i.supplemental,levelCodec:i.levelCodec,id:i.id,metadata:i.metadata}}})),this.hls.trigger(zs.BUFFER_CREATED,{tracks:e}),this.log(`SourceBuffers created. Running queue: ${this.operationQueue}`),this.sourceBuffers.forEach((([e])=>{this.executeNext(e)}))}else{const e=new Error("could not create source buffer for media codec(s)");this.hls.trigger(zs.ERROR,{type:qs.MEDIA_ERROR,details:js.BUFFER_INCOMPATIBLE_CODECS_ERROR,fatal:!0,error:e,reason:e.message})}}createSourceBuffers(){const{tracks:e,sourceBuffers:t,mediaSource:s}=this;if(!s)throw new Error("createSourceBuffers called when mediaSource was null");for(const r in e){const n=r,a=e[n];if(this.isPending(a)){const e=this.getTrackCodec(a,n),r=`${a.container};codecs=${e}`;a.codec=e,this.log(`creating sourceBuffer(${r})${this.currentOp(n)?" Queued":""} ${Dr(a)}`);try{const e=s.addSourceBuffer(r),i=Pa(n),o=[n,e];t[i]=o,a.buffer=e}catch(e){var i;return this.error(`error while trying to add sourceBuffer: ${e.message}`),this.shiftAndExecuteNext(n),null==(i=this.operationQueue)||i.removeBlockers(),delete this.tracks[n],void this.hls.trigger(zs.ERROR,{type:qs.MEDIA_ERROR,details:js.BUFFER_ADD_CODEC_ERROR,fatal:!1,error:e,sourceBufferName:n,mimeType:r,parent:a.id})}this.trackSourceBuffer(n,a)}}this.bufferCreated()}getTrackCodec(e,t){const s=e.supplemental;let i=e.codec;s&&("video"===t||"audiovideo"===t)&&or(s,"video")&&(i=function(e,t){const s=[];if(e){const t=e.split(",");for(let e=0;e<t.length;e++)ar(t[e],"video")||s.push(t[e])}return t&&s.push(t),s.join(",")}(i,s));const r=pr(i,e.levelCodec);return r?"audio"===t.slice(0,5)?gr(r,this.appendSource):r:""}trackSourceBuffer(e,t){const s=t.buffer;if(!s)return;const i=this.getTrackCodec(t,e);this.tracks[e]={buffer:s,codec:i,container:t.container,levelCodec:t.levelCodec,supplemental:t.supplemental,metadata:t.metadata,id:t.id,listeners:[]},this.removeBufferListeners(e),this.addBufferListener(e,"updatestart",this.onSBUpdateStart),this.addBufferListener(e,"updateend",this.onSBUpdateEnd),this.addBufferListener(e,"error",this.onSBUpdateError),this.appendSource&&this.addBufferListener(e,"bufferedchange",((e,t)=>{const s=t.removedRanges;null!=s&&s.length&&this.hls.trigger(zs.BUFFER_FLUSHED,{type:e})}))}get mediaSrc(){var e,t;const s=(null==(e=this.media)||null==(t=e.querySelector)?void 0:t.call(e,"source"))||this.media;return null==s?void 0:s.src}onSBUpdateStart(e){const t=this.currentOp(e);t&&t.onStart()}onSBUpdateEnd(e){var t;if("closed"===(null==(t=this.mediaSource)?void 0:t.readyState))return void this.resetBuffer(e);const s=this.currentOp(e);s&&(s.onComplete(),this.shiftAndExecuteNext(e))}onSBUpdateError(e,t){var s;const i=new Error(`${e} SourceBuffer error. MediaSource readyState: ${null==(s=this.mediaSource)?void 0:s.readyState}`);this.error(`${i}`,t),this.hls.trigger(zs.ERROR,{type:qs.MEDIA_ERROR,details:js.BUFFER_APPENDING_ERROR,sourceBufferName:e,error:i,fatal:!1});const r=this.currentOp(e);r&&r.onError(i)}updateTimestampOffset(e,t,s,i,r,n){const a=t-e.timestampOffset;Math.abs(a)>=s&&(this.log(`Updating ${i} SourceBuffer timestampOffset to ${t} (sn: ${r} cc: ${n})`),e.timestampOffset=t)}removeExecutor(e,t,s){const{media:i,mediaSource:r}=this,n=this.tracks[e],a=null==n?void 0:n.buffer;if(!i||!r||!a)return this.warn(`Attempting to remove from the ${e} SourceBuffer, but it does not exist`),void this.shiftAndExecuteNext(e);const o=Hs(i.duration)?i.duration:1/0,l=Hs(r.duration)?r.duration:1/0,h=Math.max(0,t),d=Math.min(s,o,l);d>h&&(!n.ending||n.ended)?(n.ended=!1,this.log(`Removing [${h},${d}] from the ${e} SourceBuffer`),a.remove(h,d)):this.shiftAndExecuteNext(e)}appendExecutor(e,t){const s=this.tracks[t],i=null==s?void 0:s.buffer;if(!i)throw new Ra(`Attempting to append to the ${t} SourceBuffer, but it does not exist`);s.ending=!1,s.ended=!1,i.appendBuffer(e)}blockUntilOpen(e){if(this.isUpdating()||this.isQueued())this.blockBuffers(e).catch((e=>{this.warn(`SourceBuffer blocked callback ${e}`),this.stepOperationQueue(this.sourceBufferTypes)}));else try{e()}catch(e){this.warn(`Callback run without blocking ${this.operationQueue} ${e}`)}}isUpdating(){return this.sourceBuffers.some((([e,t])=>e&&t.updating))}isQueued(){return this.sourceBuffers.some((([e])=>e&&!!this.currentOp(e)))}isPending(e){return!!e&&!e.buffer}blockBuffers(e,t=this.sourceBufferTypes){if(!t.length)return this.log("Blocking operation requested, but no SourceBuffers exist"),Promise.resolve().then(e);const{operationQueue:s}=this,i=t.map((e=>this.appendBlocker(e)));return t.length>1&&!!this.blockedAudioAppend&&this.unblockAudio(),Promise.all(i).then((t=>{s===this.operationQueue&&(e(),this.stepOperationQueue(this.sourceBufferTypes))}))}stepOperationQueue(e){e.forEach((e=>{var t;const s=null==(t=this.tracks[e])?void 0:t.buffer;s&&!s.updating&&this.shiftAndExecuteNext(e)}))}append(e,t,s){this.operationQueue&&this.operationQueue.append(e,t,s)}appendBlocker(e){if(this.operationQueue)return this.operationQueue.appendBlocker(e)}currentOp(e){return this.operationQueue?this.operationQueue.current(e):null}executeNext(e){e&&this.operationQueue&&this.operationQueue.executeNext(e)}shiftAndExecuteNext(e){this.operationQueue&&this.operationQueue.shiftAndExecuteNext(e)}get pendingTrackCount(){return Object.keys(this.tracks).reduce(((e,t)=>e+(this.isPending(this.tracks[t])?1:0)),0)}get sourceBufferCount(){return this.sourceBuffers.reduce(((e,[t])=>e+(t?1:0)),0)}get sourceBufferTypes(){return this.sourceBuffers.map((([e])=>e)).filter((e=>!!e))}addBufferListener(e,t,s){const i=this.tracks[e];if(!i)return;const r=i.buffer;if(!r)return;const n=s.bind(this,e);i.listeners.push({event:t,listener:n}),r.addEventListener(t,n)}removeBufferListeners(e){const t=this.tracks[e];if(!t)return;const s=t.buffer;s&&(t.listeners.forEach((e=>{s.removeEventListener(e.event,e.listener)})),t.listeners.length=0)}},capLevelController:wa,errorController:class extends oi{constructor(e){super("error-controller",e.logger),this.hls=void 0,this.playlistError=0,this.hls=e,this.registerListeners()}registerListeners(){const e=this.hls;e.on(zs.ERROR,this.onError,this),e.on(zs.MANIFEST_LOADING,this.onManifestLoading,this),e.on(zs.LEVEL_UPDATED,this.onLevelUpdated,this)}unregisterListeners(){const e=this.hls;e&&(e.off(zs.ERROR,this.onError,this),e.off(zs.ERROR,this.onErrorOut,this),e.off(zs.MANIFEST_LOADING,this.onManifestLoading,this),e.off(zs.LEVEL_UPDATED,this.onLevelUpdated,this))}destroy(){this.unregisterListeners(),this.hls=null}startLoad(e){}stopLoad(){this.playlistError=0}getVariantLevelIndex(e){return(null==e?void 0:e.type)===Js?e.level:this.getVariantIndex()}getVariantIndex(){var e;const t=this.hls,s=t.currentLevel;return null!=(e=t.loadLevelObj)&&e.details||-1===s?t.loadLevel:s}variantHasKey(e,t){if(e){var s;if(null!=(s=e.details)&&s.hasKey(t))return!0;const i=e.audioGroups;if(i){return this.hls.allAudioTracks.filter((e=>i.indexOf(e.groupId)>=0)).some((e=>{var s;return null==(s=e.details)?void 0:s.hasKey(t)}))}}return!1}onManifestLoading(){this.playlistError=0}onLevelUpdated(){this.playlistError=0}onError(e,t){var s;if(t.fatal)return;const i=this.hls,r=t.context;switch(t.details){case js.FRAG_LOAD_ERROR:case js.FRAG_LOAD_TIMEOUT:case js.KEY_LOAD_ERROR:case js.KEY_LOAD_TIMEOUT:return void(t.errorAction=this.getFragRetryOrSwitchAction(t));case js.FRAG_PARSING_ERROR:if(null!=(s=t.frag)&&s.gap)return void(t.errorAction=en());case js.FRAG_GAP:case js.FRAG_DECRYPT_ERROR:return t.errorAction=this.getFragRetryOrSwitchAction(t),void(t.errorAction.action=zr);case js.LEVEL_EMPTY_ERROR:case js.LEVEL_PARSING_ERROR:{var n;const e=t.parent===Js?t.level:i.loadLevel;t.details===js.LEVEL_EMPTY_ERROR&&null!=(n=t.context)&&null!=(n=n.levelDetails)&&n.live?t.errorAction=this.getPlaylistRetryOrSwitchAction(t,e):(t.levelRetry=!1,t.errorAction=this.getLevelSwitchAction(t,e))}return;case js.LEVEL_LOAD_ERROR:case js.LEVEL_LOAD_TIMEOUT:return void("number"==typeof(null==r?void 0:r.level)&&(t.errorAction=this.getPlaylistRetryOrSwitchAction(t,r.level)));case js.AUDIO_TRACK_LOAD_ERROR:case js.AUDIO_TRACK_LOAD_TIMEOUT:case js.SUBTITLE_LOAD_ERROR:case js.SUBTITLE_TRACK_LOAD_TIMEOUT:if(r){const e=i.loadLevelObj;if(e&&(r.type===Xs&&e.hasAudioGroup(r.groupId)||r.type===Qs&&e.hasSubtitleGroup(r.groupId)))return t.errorAction=this.getPlaylistRetryOrSwitchAction(t,i.loadLevel),t.errorAction.action=zr,void(t.errorAction.flags=Qr)}return;case js.KEY_SYSTEM_STATUS_OUTPUT_RESTRICTED:return void(t.errorAction={action:zr,flags:Jr});case js.KEY_SYSTEM_SESSION_UPDATE_FAILED:case js.KEY_SYSTEM_STATUS_INTERNAL_ERROR:case js.KEY_SYSTEM_NO_SESSION:return void(t.errorAction={action:zr,flags:Zr});case js.BUFFER_ADD_CODEC_ERROR:case js.REMUX_ALLOC_ERROR:case js.BUFFER_APPEND_ERROR:var a;if(!t.errorAction)t.errorAction=this.getLevelSwitchAction(t,null!=(a=t.level)?a:i.loadLevel);return;case js.INTERNAL_EXCEPTION:case js.BUFFER_APPENDING_ERROR:case js.BUFFER_FULL_ERROR:case js.LEVEL_SWITCH_ERROR:case js.BUFFER_STALLED_ERROR:case js.BUFFER_SEEK_OVER_HOLE:case js.BUFFER_NUDGE_ON_STALL:return void(t.errorAction=en())}t.type===qs.KEY_SYSTEM_ERROR&&(t.levelRetry=!1,t.errorAction=en())}getPlaylistRetryOrSwitchAction(e,t){const s=Gr(this.hls.config.playlistLoadPolicy,e),i=this.playlistError++;if(Wr(s,i,$r(e),e.response))return{action:Yr,flags:Xr,retryConfig:s,retryCount:i};const r=this.getLevelSwitchAction(e,t);return s&&(r.retryConfig=s,r.retryCount=i),r}getFragRetryOrSwitchAction(e){const t=this.hls,s=this.getVariantLevelIndex(e.frag),i=t.levels[s],{fragLoadPolicy:r,keyLoadPolicy:n}=t.config,a=Gr(Br(e)?n:r,e),o=t.levels.reduce(((e,t)=>e+t.fragmentError),0);if(i&&(e.details!==js.FRAG_GAP&&i.fragmentError++,!Ur(e))){if(Wr(a,o,$r(e),e.response))return{action:Yr,flags:Xr,retryConfig:a,retryCount:o}}const l=this.getLevelSwitchAction(e,s);return a&&(l.retryConfig=a,l.retryCount=o),l}getLevelSwitchAction(e,t){const s=this.hls;null==t&&(t=s.loadLevel);const i=this.hls.levels[t];if(i){var r,n;const t=e.details;i.loadError++,t===js.BUFFER_APPEND_ERROR&&i.fragmentError++;let l=-1;const{levels:h,loadLevel:d,minAutoLevel:c,maxAutoLevel:u}=s;s.autoLevelEnabled||s.config.preserveManualLevelOnError||(s.loadLevel=-1);const f=null==(r=e.frag)?void 0:r.type,g=(f===Zs&&t===js.FRAG_PARSING_ERROR||"audio"===e.sourceBufferName&&(t===js.BUFFER_ADD_CODEC_ERROR||t===js.BUFFER_APPEND_ERROR))&&h.some((({audioCodec:e})=>i.audioCodec!==e)),p="video"===e.sourceBufferName&&(t===js.BUFFER_ADD_CODEC_ERROR||t===js.BUFFER_APPEND_ERROR)&&h.some((({codecSet:e,audioCodec:t})=>i.codecSet!==e&&i.audioCodec===t)),{type:m,groupId:v}=null!=(n=e.context)?n:{};for(let s=h.length;s--;){const r=(s+d)%h.length;if(r!==d&&r>=c&&r<=u&&0===h[r].loadError){var a,o;const s=h[r];if(t===js.FRAG_GAP&&f===Js&&e.frag){const t=h[r].details;if(t){const s=Or(e.frag,t.fragments,e.frag.start);if(null!=s&&s.gap)continue}}else{if(m===Xs&&s.hasAudioGroup(v)||m===Qs&&s.hasSubtitleGroup(v))continue;if(f===Zs&&null!=(a=i.audioGroups)&&a.some((e=>s.hasAudioGroup(e)))||f===ei&&null!=(o=i.subtitleGroups)&&o.some((e=>s.hasSubtitleGroup(e)))||g&&i.audioCodec===s.audioCodec||p&&i.codecSet===s.codecSet||!g&&i.codecSet!==s.codecSet)continue}l=r;break}}if(l>-1&&s.loadLevel!==l)return e.levelRetry=!0,this.playlistError=0,{action:zr,flags:Xr,nextAutoLevel:l}}return{action:zr,flags:Qr}}onErrorOut(e,t){var s;switch(null==(s=t.errorAction)?void 0:s.action){case jr:break;case zr:this.sendAlternateToPenaltyBox(t),t.errorAction.resolved||t.details===js.FRAG_GAP?/MediaSource readyState: ended/.test(t.error.message)&&(this.warn(`MediaSource ended after "${t.sourceBufferName}" sourceBuffer append error. Attempting to recover from media error.`),this.hls.recoverMediaError()):t.fatal=!0}t.fatal&&this.hls.stopLoad()}sendAlternateToPenaltyBox(e){const t=this.hls,s=e.errorAction;if(!s)return;const{flags:i}=s,r=s.nextAutoLevel;switch(i){case Xr:this.switchLevel(e,r);break;case Jr:{const i=this.getVariantLevelIndex(e.frag),r=t.levels[i],n=null==r?void 0:r.attrs["HDCP-LEVEL"];if(s.hdcpLevel=n,"NONE"===n)this.warn("HDCP policy resticted output with HDCP-LEVEL=NONE");else if(n){t.maxHdcpLevel=Sr[Sr.indexOf(n)-1],s.resolved=!0,this.warn(`Restricting playback to HDCP-LEVEL of "${t.maxHdcpLevel}" or lower`);break}}case Zr:{const t=e.decryptdata;if(t){const i=this.hls.levels,r=i.length;for(let s=r;s--;){var n,a;if(this.variantHasKey(i[s],t))this.log(`Banned key found in level ${s} (${i[s].bitrate}bps) or audio group "${null==(n=i[s].audioGroups)?void 0:n.join(",")}" (${null==(a=e.frag)?void 0:a.type} fragment) ${Ti(t.keyId||[])}`),i[s].fragmentError++,i[s].loadError++,this.log(`Removing level ${s} with key error (${e.error})`),this.hls.removeLevel(s)}const o=e.frag;if(this.hls.levels.length<r)s.resolved=!0;else if(o&&o.type!==Js){const e=o.decryptdata;e&&!t.matches(e)&&(s.resolved=!0)}}break}}s.resolved||this.switchLevel(e,r)}switchLevel(e,t){if(void 0!==t&&e.errorAction&&(this.warn(`switching to level ${t} after ${e.details}`),this.hls.nextAutoLevel=t,e.errorAction.resolved=!0,this.hls.nextLoadLevel=this.hls.nextAutoLevel,e.details===js.BUFFER_ADD_CODEC_ERROR&&e.mimeType&&"audiovideo"!==e.sourceBufferName)){const t=Er(e.mimeType),s=this.hls.levels;for(let i=s.length;i--;)s[i][`${e.sourceBufferName}Codec`]===t&&(this.log(`Removing level ${i} for ${e.details} ("${t}" not supported)`),this.hls.removeLevel(i))}}},fpsController:class{constructor(e){this.hls=void 0,this.isVideoPlaybackQualityAvailable=!1,this.timer=void 0,this.media=null,this.lastTime=void 0,this.lastDroppedFrames=0,this.lastDecodedFrames=0,this.streamController=void 0,this.hls=e,this.registerListeners()}setStreamController(e){this.streamController=e}registerListeners(){this.hls.on(zs.MEDIA_ATTACHING,this.onMediaAttaching,this),this.hls.on(zs.MEDIA_DETACHING,this.onMediaDetaching,this)}unregisterListeners(){this.hls.off(zs.MEDIA_ATTACHING,this.onMediaAttaching,this),this.hls.off(zs.MEDIA_DETACHING,this.onMediaDetaching,this)}destroy(){this.timer&&clearInterval(this.timer),this.unregisterListeners(),this.isVideoPlaybackQualityAvailable=!1,this.media=null}onMediaAttaching(e,t){const s=this.hls.config;if(s.capLevelOnFPSDrop){const e=t.media instanceof self.HTMLVideoElement?t.media:null;this.media=e,e&&"function"==typeof e.getVideoPlaybackQuality&&(this.isVideoPlaybackQualityAvailable=!0),self.clearInterval(this.timer),this.timer=self.setInterval(this.checkFPSInterval.bind(this),s.fpsDroppedMonitoringPeriod)}}onMediaDetaching(){this.media=null}checkFPS(e,t,s){const i=performance.now();if(t){if(this.lastTime){const e=i-this.lastTime,r=s-this.lastDroppedFrames,n=t-this.lastDecodedFrames,a=1e3*r/e,o=this.hls;if(o.trigger(zs.FPS_DROP,{currentDropped:r,currentDecoded:n,totalDroppedFrames:s}),a>0&&r>o.config.fpsDroppedMonitoringThreshold*n){let e=o.currentLevel;o.logger.warn("drop FPS ratio greater than max allowed value for currentLevel: "+e),e>0&&(-1===o.autoLevelCapping||o.autoLevelCapping>=e)&&(e-=1,o.trigger(zs.FPS_DROP_LEVEL_CAPPING,{level:e,droppedLevel:o.currentLevel}),o.autoLevelCapping=e,this.streamController.nextLevelSwitch())}}this.lastTime=i,this.lastDroppedFrames=s,this.lastDecodedFrames=t}}checkFPSInterval(){const e=this.media;if(e)if(this.isVideoPlaybackQualityAvailable){const t=e.getVideoPlaybackQuality();this.checkFPS(e,t.totalVideoFrames,t.droppedVideoFrames)}else this.checkFPS(e,e.webkitDecodedFrameCount,e.webkitDroppedFrameCount)}},stretchShortVideoTrack:!1,maxAudioFramesDrift:1,forceKeyFrameOnDiscontinuity:!0,abrEwmaFastLive:3,abrEwmaSlowLive:9,abrEwmaFastVoD:3,abrEwmaSlowVoD:9,abrEwmaDefaultEstimate:5e5,abrEwmaDefaultEstimateMax:5e6,abrBandWidthFactor:.95,abrBandWidthUpFactor:.7,abrMaxWithRealBitrate:!1,maxStarvationDelay:4,maxLoadingDelay:4,minAutoBitrate:0,emeEnabled:!1,widevineLicenseUrl:void 0,drmSystems:{},drmSystemOptions:{},requestMediaKeySystemAccessFunc:null,requireKeySystemAccessOnStart:!1,testBandwidth:!0,progressive:!1,lowLatencyMode:!0,cmcd:void 0,enableDateRangeMetadataCues:!0,enableEmsgMetadataCues:!0,enableEmsgKLVMetadata:!1,enableID3MetadataCues:!0,enableInterstitialPlayback:!1,interstitialAppendInPlace:!0,interstitialLiveLookAhead:10,useMediaCapabilities:!1,preserveManualLevelOnError:!1,certLoadPolicy:{default:al},keyLoadPolicy:{default:{maxTimeToFirstByteMs:8e3,maxLoadTimeMs:2e4,timeoutRetry:{maxNumRetry:1,retryDelayMs:1e3,maxRetryDelayMs:2e4,backoff:"linear"},errorRetry:{maxNumRetry:8,retryDelayMs:1e3,maxRetryDelayMs:2e4,backoff:"linear"}}},manifestLoadPolicy:{default:{maxTimeToFirstByteMs:1/0,maxLoadTimeMs:2e4,timeoutRetry:{maxNumRetry:2,retryDelayMs:0,maxRetryDelayMs:0},errorRetry:{maxNumRetry:1,retryDelayMs:1e3,maxRetryDelayMs:8e3}}},playlistLoadPolicy:{default:{maxTimeToFirstByteMs:1e4,maxLoadTimeMs:2e4,timeoutRetry:{maxNumRetry:2,retryDelayMs:0,maxRetryDelayMs:0},errorRetry:{maxNumRetry:2,retryDelayMs:1e3,maxRetryDelayMs:8e3}}},fragLoadPolicy:{default:{maxTimeToFirstByteMs:1e4,maxLoadTimeMs:12e4,timeoutRetry:{maxNumRetry:4,retryDelayMs:0,maxRetryDelayMs:0},errorRetry:{maxNumRetry:6,retryDelayMs:1e3,maxRetryDelayMs:8e3}}},steeringManifestLoadPolicy:{default:{maxTimeToFirstByteMs:1e4,maxLoadTimeMs:2e4,timeoutRetry:{maxNumRetry:2,retryDelayMs:0,maxRetryDelayMs:0},errorRetry:{maxNumRetry:1,retryDelayMs:1e3,maxRetryDelayMs:8e3}}},interstitialAssetListLoadPolicy:{default:al},manifestLoadingTimeOut:1e4,manifestLoadingMaxRetry:1,manifestLoadingRetryDelay:1e3,manifestLoadingMaxRetryTimeout:64e3,levelLoadingTimeOut:1e4,levelLoadingMaxRetry:4,levelLoadingRetryDelay:1e3,levelLoadingMaxRetryTimeout:64e3,fragLoadingTimeOut:2e4,fragLoadingMaxRetry:6,fragLoadingRetryDelay:1e3,fragLoadingMaxRetryTimeout:64e3},{cueHandler:yi,enableWebVTT:!1,enableIMSC1:!1,enableCEA708Captions:!1,captionsTextTrack1Label:"English",captionsTextTrack1LanguageCode:"en",captionsTextTrack2Label:"Spanish",captionsTextTrack2LanguageCode:"es",captionsTextTrack3Label:"Unknown CC",captionsTextTrack3LanguageCode:"",captionsTextTrack4Label:"Unknown CC",captionsTextTrack4LanguageCode:"",renderTextTracksNatively:!0}),{},{subtitleStreamController:void 0,subtitleTrackController:void 0,timelineController:void 0,audioStreamController:void 0,audioTrackController:void 0,emeController:void 0,cmcdController:void 0,contentSteeringController:class extends oi{constructor(e){super("content-steering",e.logger),this.hls=void 0,this.loader=null,this.uri=null,this.pathwayId=".",this._pathwayPriority=null,this.timeToLoad=300,this.reloadTimer=-1,this.updated=0,this.started=!1,this.enabled=!0,this.levels=null,this.audioTracks=null,this.subtitleTracks=null,this.penalizedPathways={},this.hls=e,this.registerListeners()}registerListeners(){const e=this.hls;e.on(zs.MANIFEST_LOADING,this.onManifestLoading,this),e.on(zs.MANIFEST_LOADED,this.onManifestLoaded,this),e.on(zs.MANIFEST_PARSED,this.onManifestParsed,this),e.on(zs.ERROR,this.onError,this)}unregisterListeners(){const e=this.hls;e&&(e.off(zs.MANIFEST_LOADING,this.onManifestLoading,this),e.off(zs.MANIFEST_LOADED,this.onManifestLoaded,this),e.off(zs.MANIFEST_PARSED,this.onManifestParsed,this),e.off(zs.ERROR,this.onError,this))}pathways(){return(this.levels||[]).reduce(((e,t)=>(-1===e.indexOf(t.pathwayId)&&e.push(t.pathwayId),e)),[])}get pathwayPriority(){return this._pathwayPriority}set pathwayPriority(e){this.updatePathwayPriority(e)}startLoad(){if(this.started=!0,this.clearTimeout(),this.enabled&&this.uri){if(this.updated){const e=1e3*this.timeToLoad-(performance.now()-this.updated);if(e>0)return void this.scheduleRefresh(this.uri,e)}this.loadSteeringManifest(this.uri)}}stopLoad(){this.started=!1,this.loader&&(this.loader.destroy(),this.loader=null),this.clearTimeout()}clearTimeout(){-1!==this.reloadTimer&&(self.clearTimeout(this.reloadTimer),this.reloadTimer=-1)}destroy(){this.unregisterListeners(),this.stopLoad(),this.hls=null,this.levels=this.audioTracks=this.subtitleTracks=null}removeLevel(e){const t=this.levels;t&&(this.levels=t.filter((t=>t!==e)))}onManifestLoading(){this.stopLoad(),this.enabled=!0,this.timeToLoad=300,this.updated=0,this.uri=null,this.pathwayId=".",this.levels=this.audioTracks=this.subtitleTracks=null}onManifestLoaded(e,t){const{contentSteering:s}=t;null!==s&&(this.pathwayId=s.pathwayId,this.uri=s.uri,this.started&&this.startLoad())}onManifestParsed(e,t){this.audioTracks=t.audioTracks,this.subtitleTracks=t.subtitleTracks}onError(e,t){const{errorAction:s}=t;if((null==s?void 0:s.action)===zr&&s.flags===Qr){const e=this.levels;let i=this._pathwayPriority,r=this.pathwayId;if(t.context){const{groupId:s,pathwayId:i,type:n}=t.context;s&&e?r=this.getPathwayForGroupId(s,n,r):i&&(r=i)}r in this.penalizedPathways||(this.penalizedPathways[r]=performance.now()),!i&&e&&(i=this.pathways()),i&&i.length>1&&(this.updatePathwayPriority(i),s.resolved=this.pathwayId!==r),t.details!==js.BUFFER_APPEND_ERROR||t.fatal?s.resolved||this.warn(`Could not resolve ${t.details} ("${t.error.message}") with content-steering for Pathway: ${r} levels: ${e?e.length:e} priorities: ${Dr(i)} penalized: ${Dr(this.penalizedPathways)}`):s.resolved=!0}}filterParsedLevels(e){this.levels=e;let t=this.getLevelsForPathway(this.pathwayId);if(0===t.length){const s=e[0].pathwayId;this.log(`No levels found in Pathway ${this.pathwayId}. Setting initial Pathway to "${s}"`),t=this.getLevelsForPathway(s),this.pathwayId=s}return t.length!==e.length&&this.log(`Found ${t.length}/${e.length} levels in Pathway "${this.pathwayId}"`),t}getLevelsForPathway(e){return null===this.levels?[]:this.levels.filter((t=>e===t.pathwayId))}updatePathwayPriority(e){let t;this._pathwayPriority=e;const s=this.penalizedPathways,i=performance.now();Object.keys(s).forEach((e=>{i-s[e]>3e5&&delete s[e]}));for(let i=0;i<e.length;i++){const r=e[i];if(r in s)continue;if(r===this.pathwayId)return;const n=this.hls.nextLoadLevel,a=this.hls.levels[n];if(t=this.getLevelsForPathway(r),t.length>0){this.log(`Setting Pathway to "${r}"`),this.pathwayId=r,Hn(t),this.hls.trigger(zs.LEVELS_UPDATED,{levels:t});const e=this.hls.levels[n];a&&e&&this.levels&&(e.attrs["STABLE-VARIANT-ID"]!==a.attrs["STABLE-VARIANT-ID"]&&e.bitrate!==a.bitrate&&this.log(`Unstable Pathways change from bitrate ${a.bitrate} to ${e.bitrate}`),this.hls.nextLoadLevel=n);break}}}getPathwayForGroupId(e,t,s){const i=this.getLevelsForPathway(s).concat(this.levels||[]);for(let s=0;s<i.length;s++)if(t===Xs&&i[s].hasAudioGroup(e)||t===Qs&&i[s].hasSubtitleGroup(e))return i[s].pathwayId;return s}clonePathways(e){const t=this.levels;if(!t)return;const s={},i={};e.forEach((e=>{const{ID:r,"BASE-ID":n,"URI-REPLACEMENT":a}=e;if(t.some((e=>e.pathwayId===r)))return;const o=this.getLevelsForPathway(n).map((e=>{const t=new rn(e.attrs);t["PATHWAY-ID"]=r;const n=t.AUDIO&&`${t.AUDIO}_clone_${r}`,o=t.SUBTITLES&&`${t.SUBTITLES}_clone_${r}`;n&&(s[t.AUDIO]=n,t.AUDIO=n),o&&(i[t.SUBTITLES]=o,t.SUBTITLES=o);const l=Da(e.uri,t["STABLE-VARIANT-ID"],"PER-VARIANT-URIS",a),h=new Pr({attrs:t,audioCodec:e.audioCodec,bitrate:e.bitrate,height:e.height,name:e.name,url:l,videoCodec:e.videoCodec,width:e.width});if(e.audioGroups)for(let t=1;t<e.audioGroups.length;t++)h.addGroupId("audio",`${e.audioGroups[t]}_clone_${r}`);if(e.subtitleGroups)for(let t=1;t<e.subtitleGroups.length;t++)h.addGroupId("text",`${e.subtitleGroups[t]}_clone_${r}`);return h}));t.push(...o),Ia(this.audioTracks,s,a,r),Ia(this.subtitleTracks,i,a,r)}))}loadSteeringManifest(e){const t=this.hls.config,s=t.loader;let i;this.loader&&this.loader.destroy(),this.loader=new s(t);try{i=new self.URL(e)}catch(t){return this.enabled=!1,void this.log(`Failed to parse Steering Manifest URI: ${e}`)}if("data:"!==i.protocol){const e=0|(this.hls.bandwidthEstimate||t.abrEwmaDefaultEstimate);i.searchParams.set("_HLS_pathway",this.pathwayId),i.searchParams.set("_HLS_throughput",""+e)}const r={responseType:"json",url:i.href},n=t.steeringManifestLoadPolicy.default,a=n.errorRetry||n.timeoutRetry||{},o={loadPolicy:n,timeout:n.maxLoadTimeMs,maxRetry:a.maxNumRetry||0,retryDelay:a.retryDelayMs||0,maxRetryDelay:a.maxRetryDelayMs||0},l={onSuccess:(e,t,s,r)=>{this.log(`Loaded steering manifest: "${i}"`);const n=e.data;if(1!==(null==n?void 0:n.VERSION))return void this.log(`Steering VERSION ${n.VERSION} not supported!`);this.updated=performance.now(),this.timeToLoad=n.TTL;const{"RELOAD-URI":a,"PATHWAY-CLONES":o,"PATHWAY-PRIORITY":l}=n;if(a)try{this.uri=new self.URL(a,i).href}catch(e){return this.enabled=!1,void this.log(`Failed to parse Steering Manifest RELOAD-URI: ${a}`)}this.scheduleRefresh(this.uri||s.url),o&&this.clonePathways(o);const h={steeringManifest:n,url:i.toString()};this.hls.trigger(zs.STEERING_MANIFEST_LOADED,h),l&&this.updatePathwayPriority(l)},onError:(e,t,s,i)=>{if(this.log(`Error loading steering manifest: ${e.code} ${e.text} (${t.url})`),this.stopLoad(),410===e.code)return this.enabled=!1,void this.log(`Steering manifest ${t.url} no longer available`);let r=1e3*this.timeToLoad;if(429!==e.code)this.scheduleRefresh(this.uri||t.url,r);else{const e=this.loader;if("function"==typeof(null==e?void 0:e.getResponseHeader)){const t=e.getResponseHeader("Retry-After");t&&(r=1e3*parseFloat(t))}this.log(`Steering manifest ${t.url} rate limited`)}},onTimeout:(e,t,s)=>{this.log(`Timeout loading steering manifest (${t.url})`),this.scheduleRefresh(this.uri||t.url)}};this.log(`Requesting steering manifest: ${i}`),this.loader.load(r,o,l)}scheduleRefresh(e,t=1e3*this.timeToLoad){this.clearTimeout(),this.reloadTimer=self.setTimeout((()=>{var t;const s=null==(t=this.hls)?void 0:t.media;!s||s.ended?this.scheduleRefresh(e,1e3*this.timeToLoad):this.loadSteeringManifest(e)}),t)}},interstitialsController:void 0});function ll(e){return e&&"object"==typeof e?Array.isArray(e)?e.map(ll):Object.keys(e).reduce(((t,s)=>(t[s]=ll(e[s]),t)),{}):e}function hl(e,t){const s=e.loader;if(s!==tl&&s!==nl)t.log("[config]: Custom loader detected, cannot enable progressive streaming"),e.progressive=!1;else{(function(){if(self.fetch&&self.AbortController&&self.ReadableStream&&self.Request)try{return new self.ReadableStream({}),!0}catch(e){}return!1})()&&(e.loader=tl,e.progressive=!0,e.enableSoftwareAES=!0,t.log("[config]: Progressive streaming enabled, using FetchLoader"))}}class dl extends ha{constructor(e,t){super("gap-controller",e.logger),this.hls=void 0,this.fragmentTracker=void 0,this.media=null,this.mediaSource=void 0,this.nudgeRetry=0,this.stallReported=!1,this.stalled=null,this.moved=!1,this.seeking=!1,this.buffered={},this.lastCurrentTime=0,this.ended=0,this.waiting=0,this.onMediaPlaying=()=>{this.ended=0,this.waiting=0},this.onMediaWaiting=()=>{var e;null!=(e=this.media)&&e.seeking||(this.waiting=self.performance.now(),this.tick())},this.onMediaEnded=()=>{var e;this.hls&&(this.ended=(null==(e=this.media)?void 0:e.currentTime)||1,this.hls.trigger(zs.MEDIA_ENDED,{stalled:!1}))},this.hls=e,this.fragmentTracker=t,this.registerListeners()}registerListeners(){const{hls:e}=this;e&&(e.on(zs.MEDIA_ATTACHED,this.onMediaAttached,this),e.on(zs.MEDIA_DETACHING,this.onMediaDetaching,this),e.on(zs.BUFFER_APPENDED,this.onBufferAppended,this))}unregisterListeners(){const{hls:e}=this;e&&(e.off(zs.MEDIA_ATTACHED,this.onMediaAttached,this),e.off(zs.MEDIA_DETACHING,this.onMediaDetaching,this),e.off(zs.BUFFER_APPENDED,this.onBufferAppended,this))}destroy(){super.destroy(),this.unregisterListeners(),this.media=this.hls=this.fragmentTracker=null,this.mediaSource=void 0}onMediaAttached(e,t){this.setInterval(100),this.mediaSource=t.mediaSource;const s=this.media=t.media;va(s,"playing",this.onMediaPlaying),va(s,"waiting",this.onMediaWaiting),va(s,"ended",this.onMediaEnded)}onMediaDetaching(e,t){this.clearInterval();const{media:s}=this;s&&(ya(s,"playing",this.onMediaPlaying),ya(s,"waiting",this.onMediaWaiting),ya(s,"ended",this.onMediaEnded),this.media=null),this.mediaSource=void 0}onBufferAppended(e,t){this.buffered=t.timeRanges}get hasBuffered(){return Object.keys(this.buffered).length>0}tick(){var e;if(null==(e=this.media)||!e.readyState||!this.hasBuffered)return;const t=this.media.currentTime;this.poll(t,this.lastCurrentTime),this.lastCurrentTime=t}poll(e,t){var s,i;const r=null==(s=this.hls)?void 0:s.config;if(!r)return;const n=this.media;if(!n)return;const{seeking:a}=n,o=this.seeking&&!a,l=!this.seeking&&a,h=n.paused&&!a||n.ended||0===n.playbackRate;if(this.seeking=a,e!==t)return t&&(this.ended=0),this.moved=!0,a||(this.nudgeRetry=0,r.nudgeOnVideoHole&&!h&&e>t&&this.nudgeOnVideoHole(e,t)),void(0===this.waiting&&this.stallResolved(e));if(l||o)return void(o&&this.stallResolved(e));if(h)return this.nudgeRetry=0,this.stallResolved(e),void(!this.ended&&n.ended&&this.hls&&(this.ended=e||1,this.hls.trigger(zs.MEDIA_ENDED,{stalled:!1})));if(!ua.getBuffered(n).length)return void(this.nudgeRetry=0);const d=ua.bufferInfo(n,e,0),c=d.nextStart||0,u=this.fragmentTracker;if(a&&u&&this.hls){const t=cl(this.hls.inFlightFragments,e),s=d.len>2,i=!c||t||c-e>2&&!u.getPartialFragment(e);if(s||i)return;this.moved=!1}const f=null==(i=this.hls)?void 0:i.latestLevelDetails;if(!this.moved&&null!==this.stalled&&u){if(!(d.len>0)&&!c)return;const t=Math.max(c,d.start||0)-e,s=!(null==f||!f.live)?2*f.targetduration:2,i=fl(e,u);if(t>0&&(t<=s||i))return void(n.paused||this._trySkipBufferHole(i))}const g=r.detectStallWithCurrentTimeMs,p=self.performance.now(),m=this.waiting;let v=this.stalled;if(null===v){if(!(m>0&&p-m<g))return void(this.stalled=p);v=this.stalled=m}const y=p-v;if(!a&&(y>=g||m)&&this.hls){var E;if("ended"===(null==(E=this.mediaSource)?void 0:E.readyState)&&(null==f||!f.live)&&Math.abs(e-((null==f?void 0:f.edge)||0))<1){if(this.ended)return;return this.ended=e||1,void this.hls.trigger(zs.MEDIA_ENDED,{stalled:!0})}if(this._reportStall(d),!this.media||!this.hls)return}const S=ua.bufferInfo(n,e,r.maxBufferHole);this._tryFixBufferStall(S,y,e)}stallResolved(e){const t=this.stalled;if(t&&this.hls&&(this.stalled=null,this.stallReported)){const s=self.performance.now()-t;this.log(`playback not stuck anymore @${e}, after ${Math.round(s)}ms`),this.stallReported=!1,this.waiting=0,this.hls.trigger(zs.STALL_RESOLVED,{})}}nudgeOnVideoHole(e,t){var s;const i=this.buffered.video;if(this.hls&&this.media&&this.fragmentTracker&&null!=(s=this.buffered.audio)&&s.length&&i&&i.length>1&&e>i.end(0)){const s=ua.bufferedInfo(ua.timeRangesToArray(this.buffered.audio),e,0);if(s.len>1&&t>=s.start){const s=ua.timeRangesToArray(i),r=ua.bufferedInfo(s,t,0).bufferedIndex;if(r>-1&&r<s.length-1){const t=ua.bufferedInfo(s,e,0).bufferedIndex,i=s[r].end,n=s[r+1].start;if((-1===t||t>r)&&n-i<1&&e-i<2){const s=new Error(`nudging playhead to flush pipeline after video hole. currentTime: ${e} hole: ${i} -> ${n} buffered index: ${t}`);this.warn(s.message),this.media.currentTime+=1e-6;let r=fl(e,this.fragmentTracker);r&&"fragment"in r?r=r.fragment:r||(r=void 0);const a=ua.bufferInfo(this.media,e,0);this.hls.trigger(zs.ERROR,{type:qs.MEDIA_ERROR,details:js.BUFFER_SEEK_OVER_HOLE,fatal:!1,error:s,reason:s.message,frag:r,buffer:a.len,bufferInfo:a})}}}}}_tryFixBufferStall(e,t,s){var i,r;const{fragmentTracker:n,media:a}=this,o=null==(i=this.hls)?void 0:i.config;if(!a||!n||!o)return;const l=null==(r=this.hls)?void 0:r.latestLevelDetails,h=fl(s,n);if(h||null!=l&&l.live&&s<l.fragmentStart){if(this._trySkipBufferHole(h)||!this.media)return}const d=e.buffered,c=this.adjacentTraversal(e,s);(d&&d.length>1&&e.len>o.maxBufferHole||e.nextStart&&(e.nextStart-s<o.maxBufferHole||c))&&(t>1e3*o.highBufferWatchdogPeriod||this.waiting)&&(this.warn("Trying to nudge playhead over buffer-hole"),this._tryNudgeBuffer(e))}adjacentTraversal(e,t){const s=this.fragmentTracker,i=e.nextStart;if(s&&i){const e=s.getFragAtPos(t,Js),r=s.getFragAtPos(i,Js);if(e&&r)return r.sn-e.sn<2}return!1}_reportStall(e){const{hls:t,media:s,stallReported:i,stalled:r}=this;if(!i&&null!==r&&s&&t){this.stallReported=!0;const i=new Error(`Playback stalling at @${s.currentTime} due to low buffer (${Dr(e)})`);this.warn(i.message),t.trigger(zs.ERROR,{type:qs.MEDIA_ERROR,details:js.BUFFER_STALLED_ERROR,fatal:!1,error:i,buffer:e.len,bufferInfo:e,stalled:{start:r}})}}_trySkipBufferHole(e){var t;const{fragmentTracker:s,media:i}=this,r=null==(t=this.hls)?void 0:t.config;if(!i||!s||!r)return 0;const n=i.currentTime,a=ua.bufferInfo(i,n,0),o=n<a.start?a.start:a.nextStart;if(o&&this.hls){const t=a.len<=r.maxBufferHole,h=a.len>0&&a.len<1&&i.readyState<3,d=o-n;if(d>0&&(t||h)){if(d>r.maxBufferHole){let t=!1;if(0===n){const e=s.getAppendedFrag(0,Js);e&&o<e.end&&(t=!0)}if(!t&&e){var l;if(null==(l=this.hls.loadLevelObj)||!l.details)return 0;if(cl(this.hls.inFlightFragments,o))return 0;let t=!1,i=e.end;for(;i<o;){const e=fl(i,s);if(!e){t=!0;break}i+=e.duration}if(t)return 0}}const t=Math.max(o+.05,n+.1);if(this.warn(`skipping hole, adjusting currentTime from ${n} to ${t}`),this.moved=!0,i.currentTime=t,null==e||!e.gap){const s=new Error(`fragment loaded with buffer holes, seeking from ${n} to ${t}`),i={type:qs.MEDIA_ERROR,details:js.BUFFER_SEEK_OVER_HOLE,fatal:!1,error:s,reason:s.message,buffer:a.len,bufferInfo:a};e&&("fragment"in e?i.part=e:i.frag=e),this.hls.trigger(zs.ERROR,i)}return t}}return 0}_tryNudgeBuffer(e){const{hls:t,media:s,nudgeRetry:i}=this,r=null==t?void 0:t.config;if(!s||!r)return 0;const n=s.currentTime;if(this.nudgeRetry++,i<r.nudgeMaxRetry){const a=n+(i+1)*r.nudgeOffset,o=new Error(`Nudging 'currentTime' from ${n} to ${a}`);this.warn(o.message),s.currentTime=a,t.trigger(zs.ERROR,{type:qs.MEDIA_ERROR,details:js.BUFFER_NUDGE_ON_STALL,error:o,fatal:!1,buffer:e.len,bufferInfo:e})}else{const s=new Error(`Playhead still not moving while enough data buffered @${n} after ${r.nudgeMaxRetry} nudges`);this.error(s.message),t.trigger(zs.ERROR,{type:qs.MEDIA_ERROR,details:js.BUFFER_STALLED_ERROR,error:s,fatal:!0,buffer:e.len,bufferInfo:e})}}}function cl(e,t){const s=ul(e.main);if(s&&s.start<=t)return s;const i=ul(e.audio);return i&&i.start<=t?i:null}function ul(e){if(!e)return null;switch(e.state){case Sa.IDLE:case Sa.STOPPED:case Sa.ENDED:case Sa.ERROR:return null}return e.frag}function fl(e,t){return t.getAppendedFrag(e,Js)||t.getPartialFragment(e)}function gl(e,t){let s;try{s=new Event("addtrack")}catch(e){s=document.createEvent("Event"),s.initEvent("addtrack",!1,!1)}s.track=e,t.dispatchEvent(s)}function pl(e,t,s,i){const r=e.mode;if("disabled"===r&&(e.mode="hidden"),e.cues&&e.cues.length>0){const r=function(e,t,s){const i=[],r=function(e,t){if(t<=e[0].startTime)return 0;const s=e.length-1;if(t>e[s].endTime)return-1;let i,r=0,n=s;for(;r<=n;)if(i=Math.floor((n+r)/2),t<e[i].startTime)n=i-1;else{if(!(t>e[i].startTime&&r<s))return i;r=i+1}return e[r].startTime-t<t-e[n].startTime?r:n}(e,t);if(r>-1)for(let n=r,a=e.length;n<a;n++){const r=e[n];if(r.startTime>=t&&r.endTime<=s)i.push(r);else if(r.startTime>s)return i}return i}(e.cues,t,s);for(let t=0;t<r.length;t++)i&&!i(r[t])||e.removeCue(r[t])}"disabled"===r&&(e.mode=r)}function ml(){if("undefined"!=typeof self)return self.VTTCue||self.TextTrackCue}function vl(e,t,s,i,r){let n=new e(t,s,"");try{n.value=i,r&&(n.type=r)}catch(a){n=new e(t,s,Dr(r?ai({type:r},i):i))}return n}const yl=(()=>{const e=ml();try{e&&new e(0,Number.POSITIVE_INFINITY,"")}catch(e){return Number.MAX_VALUE}return Number.POSITIVE_INFINITY})();class El{constructor(e){this.hls=void 0,this.id3Track=null,this.media=null,this.dateRangeCuesAppended={},this.removeCues=!0,this.assetCue=void 0,this.onEventCueEnter=()=>{this.hls&&this.hls.trigger(zs.EVENT_CUE_ENTER,{})},this.hls=e,this._registerListeners()}destroy(){this._unregisterListeners(),this.id3Track=null,this.media=null,this.dateRangeCuesAppended={},this.hls=this.onEventCueEnter=null}_registerListeners(){const{hls:e}=this;e&&(e.on(zs.MEDIA_ATTACHING,this.onMediaAttaching,this),e.on(zs.MEDIA_ATTACHED,this.onMediaAttached,this),e.on(zs.MEDIA_DETACHING,this.onMediaDetaching,this),e.on(zs.MANIFEST_LOADING,this.onManifestLoading,this),e.on(zs.FRAG_PARSING_METADATA,this.onFragParsingMetadata,this),e.on(zs.BUFFER_FLUSHING,this.onBufferFlushing,this),e.on(zs.LEVEL_UPDATED,this.onLevelUpdated,this),e.on(zs.LEVEL_PTS_UPDATED,this.onLevelPtsUpdated,this))}_unregisterListeners(){const{hls:e}=this;e&&(e.off(zs.MEDIA_ATTACHING,this.onMediaAttaching,this),e.off(zs.MEDIA_ATTACHED,this.onMediaAttached,this),e.off(zs.MEDIA_DETACHING,this.onMediaDetaching,this),e.off(zs.MANIFEST_LOADING,this.onManifestLoading,this),e.off(zs.FRAG_PARSING_METADATA,this.onFragParsingMetadata,this),e.off(zs.BUFFER_FLUSHING,this.onBufferFlushing,this),e.off(zs.LEVEL_UPDATED,this.onLevelUpdated,this),e.off(zs.LEVEL_PTS_UPDATED,this.onLevelPtsUpdated,this))}onMediaAttaching(e,t){var s;this.media=t.media,!1===(null==(s=t.overrides)?void 0:s.cueRemoval)&&(this.removeCues=!1)}onMediaAttached(){var e;const t=null==(e=this.hls)?void 0:e.latestLevelDetails;t&&this.updateDateRangeCues(t)}onMediaDetaching(e,t){this.media=null;!!t.transferMedia||(this.id3Track&&(this.removeCues&&function(e,t){const s=e.mode;if("disabled"===s&&(e.mode="hidden"),e.cues)for(let s=e.cues.length;s--;)t&&e.cues[s].removeEventListener("enter",t),e.removeCue(e.cues[s]);"disabled"===s&&(e.mode=s)}(this.id3Track,this.onEventCueEnter),this.id3Track=null),this.dateRangeCuesAppended={})}onManifestLoading(){this.dateRangeCuesAppended={}}createTrack(e){const t=this.getID3Track(e.textTracks);return t.mode="hidden",t}getID3Track(e){if(this.media){for(let t=0;t<e.length;t++){const s=e[t];if("metadata"===s.kind&&"id3"===s.label)return gl(s,this.media),s}return this.media.addTextTrack("metadata","id3")}}onFragParsingMetadata(e,t){if(!this.media||!this.hls)return;const{enableEmsgMetadataCues:s,enableID3MetadataCues:i}=this.hls.config;if(!s&&!i)return;const{samples:r}=t;this.id3Track||(this.id3Track=this.createTrack(this.media));const n=ml();if(n)for(let e=0;e<r.length;e++){const t=r[e].type;if(t===no.emsg&&!s||!i)continue;const a=to(r[e].data),o=r[e].pts;let l=o+r[e].duration;l>yl&&(l=yl);l-o<=0&&(l=o+.25);for(let e=0;e<a.length;e++){const s=a[e];if(!so(s)){this.updateId3CueEnds(o,t);const e=vl(n,o,l,s,t);e&&this.id3Track.addCue(e)}}}}updateId3CueEnds(e,t){var s;const i=null==(s=this.id3Track)?void 0:s.cues;if(i)for(let s=i.length;s--;){const r=i[s];r.type===t&&r.startTime<e&&r.endTime===yl&&(r.endTime=e)}}onBufferFlushing(e,{startOffset:t,endOffset:s,type:i}){const{id3Track:r,hls:n}=this;if(!n)return;const{config:{enableEmsgMetadataCues:a,enableID3MetadataCues:o}}=n;if(r&&(a||o)){let e;e="audio"===i?e=>e.type===no.audioId3&&o:"video"===i?e=>e.type===no.emsg&&a:e=>e.type===no.audioId3&&o||e.type===no.emsg&&a,pl(r,t,s,e)}}onLevelUpdated(e,{details:t}){this.updateDateRangeCues(t,!0)}onLevelPtsUpdated(e,t){Math.abs(t.drift)>.01&&this.updateDateRangeCues(t.details)}updateDateRangeCues(e,t){if(!this.hls||!this.media)return;const{assetPlayerId:s,timelineOffset:i,enableDateRangeMetadataCues:r,interstitialsController:n}=this.hls.config;if(!r)return;const a=ml();if(!e.hasProgramDateTime)return;const{id3Track:o}=this,{dateRanges:l}=e,h=Object.keys(l);let d=this.dateRangeCuesAppended;var c;if(o&&t)if(null!=(c=o.cues)&&c.length){const e=Object.keys(d).filter((e=>!h.includes(e)));for(let t=e.length;t--;){var u;const s=e[t],i=null==(u=d[s])?void 0:u.cues;delete d[s],i&&Object.keys(i).forEach((e=>{const t=i[e];if(t){t.removeEventListener("enter",this.onEventCueEnter);try{o.removeCue(t)}catch(e){}}}))}}else d=this.dateRangeCuesAppended={};const f=e.fragments[e.fragments.length-1];if(0!==h.length&&Hs(null==f?void 0:f.programDateTime)){this.id3Track||(this.id3Track=this.createTrack(this.media));for(let e=0;e<h.length;e++){const t=h[e],s=l[t],i=s.startTime,r=d[t],n=(null==r?void 0:r.cues)||{};let o=(null==r?void 0:r.durationKnown)||!1,c=yl;const{duration:u,endDate:f}=s;if(f&&null!==u)c=i+u,o=!0;else if(s.endOnNext&&!o){const e=h.reduce(((e,t)=>{if(t!==s.id){const i=l[t];if(i.class===s.class&&i.startDate>s.startDate&&(!e||s.startDate<e.startDate))return i}return e}),null);e&&(c=e.startTime,o=!0)}const p=Object.keys(s.attr);for(let e=0;e<p.length;e++){const l=p[e];if("ID"===(g=l)||"CLASS"===g||"CUE"===g||"START-DATE"===g||"DURATION"===g||"END-DATE"===g||"END-ON-NEXT"===g)continue;const h=n[l];if(h)!o||null!=r&&r.durationKnown?Math.abs(h.startTime-i)>.01&&(h.startTime=i,h.endTime=c):h.endTime=c;else if(a){let e=s.attr[l];nn(l)&&(e=_i(e));const r=vl(a,i,c,{key:l,data:e},no.dateRange);r&&(r.id=t,this.id3Track.addCue(r),n[l]=r)}}d[t]={cues:n,dateRange:s,durationKnown:o}}var g}}}class Sl{constructor(e){this.hls=void 0,this.config=void 0,this.media=null,this.currentTime=0,this.stallCount=0,this._latency=null,this._targetLatencyUpdated=!1,this.onTimeupdate=()=>{const{media:e}=this,t=this.levelDetails;if(!e||!t)return;this.currentTime=e.currentTime;const s=this.computeLatency();if(null===s)return;this._latency=s;const{lowLatencyMode:i,maxLiveSyncPlaybackRate:r}=this.config;if(!i||1===r||!t.live)return;const n=this.targetLatency;if(null===n)return;const a=s-n;if(a<Math.min(this.maxLatency,n+t.targetduration)&&a>.05&&this.forwardBufferLength>1){const t=Math.min(2,Math.max(1,r)),s=Math.round(2/(1+Math.exp(-.75*a-this.edgeStalled))*20)/20,i=Math.min(t,Math.max(1,s));this.changeMediaPlaybackRate(e,i)}else 1!==e.playbackRate&&0!==e.playbackRate&&this.changeMediaPlaybackRate(e,1)},this.hls=e,this.config=e.config,this.registerListeners()}get levelDetails(){var e;return(null==(e=this.hls)?void 0:e.latestLevelDetails)||null}get latency(){return this._latency||0}get maxLatency(){const{config:e}=this;if(void 0!==e.liveMaxLatencyDuration)return e.liveMaxLatencyDuration;const t=this.levelDetails;return t?e.liveMaxLatencyDurationCount*t.targetduration:0}get targetLatency(){const e=this.levelDetails;if(null===e||null===this.hls)return null;const{holdBack:t,partHoldBack:s,targetduration:i}=e,{liveSyncDuration:r,liveSyncDurationCount:n,lowLatencyMode:a}=this.config,o=this.hls.userConfig;let l=a&&s||t;(this._targetLatencyUpdated||o.liveSyncDuration||o.liveSyncDurationCount||0===l)&&(l=void 0!==r?r:n*i);const h=i;return l+Math.min(this.stallCount*this.config.liveSyncOnStallIncrease,h)}set targetLatency(e){this.stallCount=0,this.config.liveSyncDuration=e,this._targetLatencyUpdated=!0}get liveSyncPosition(){const e=this.estimateLiveEdge(),t=this.targetLatency;if(null===e||null===t)return null;const s=this.levelDetails;if(null===s)return null;const i=s.edge,r=e-t-this.edgeStalled,n=i-s.totalduration,a=i-(this.config.lowLatencyMode&&s.partTarget||s.targetduration);return Math.min(Math.max(n,r),a)}get drift(){const e=this.levelDetails;return null===e?1:e.drift}get edgeStalled(){const e=this.levelDetails;if(null===e)return 0;const t=3*(this.config.lowLatencyMode&&e.partTarget||e.targetduration);return Math.max(e.age-t,0)}get forwardBufferLength(){const{media:e}=this,t=this.levelDetails;if(!e||!t)return 0;const s=e.buffered.length;return(s?e.buffered.end(s-1):t.edge)-this.currentTime}destroy(){this.unregisterListeners(),this.onMediaDetaching(),this.hls=null}registerListeners(){const{hls:e}=this;e&&(e.on(zs.MEDIA_ATTACHED,this.onMediaAttached,this),e.on(zs.MEDIA_DETACHING,this.onMediaDetaching,this),e.on(zs.MANIFEST_LOADING,this.onManifestLoading,this),e.on(zs.LEVEL_UPDATED,this.onLevelUpdated,this),e.on(zs.ERROR,this.onError,this))}unregisterListeners(){const{hls:e}=this;e&&(e.off(zs.MEDIA_ATTACHED,this.onMediaAttached,this),e.off(zs.MEDIA_DETACHING,this.onMediaDetaching,this),e.off(zs.MANIFEST_LOADING,this.onManifestLoading,this),e.off(zs.LEVEL_UPDATED,this.onLevelUpdated,this),e.off(zs.ERROR,this.onError,this))}onMediaAttached(e,t){this.media=t.media,this.media.addEventListener("timeupdate",this.onTimeupdate)}onMediaDetaching(){this.media&&(this.media.removeEventListener("timeupdate",this.onTimeupdate),this.media=null)}onManifestLoading(){this._latency=null,this.stallCount=0}onLevelUpdated(e,{details:t}){t.advanced&&this.onTimeupdate(),!t.live&&this.media&&this.media.removeEventListener("timeupdate",this.onTimeupdate)}onError(e,t){var s;t.details===js.BUFFER_STALLED_ERROR&&(this.stallCount++,this.hls&&null!=(s=this.levelDetails)&&s.live&&this.hls.logger.warn("[latency-controller]: Stall detected, adjusting target latency"))}changeMediaPlaybackRate(e,t){var s,i;e.playbackRate!==t&&(null==(s=this.hls)||s.logger.debug(`[latency-controller]: latency=${this.latency.toFixed(3)}, targetLatency=${null==(i=this.targetLatency)?void 0:i.toFixed(3)}, forwardBufferLength=${this.forwardBufferLength.toFixed(3)}: adjusting playback rate from ${e.playbackRate} to ${t}`),e.playbackRate=t)}estimateLiveEdge(){const e=this.levelDetails;return null===e?null:e.edge+e.age}computeLatency(){const e=this.estimateLiveEdge();return null===e?null:e-this.currentTime}}class Tl extends qn{constructor(e,t){super(e,"level-controller"),this._levels=[],this._firstLevel=-1,this._maxAutoLevel=-1,this._startLevel=void 0,this.currentLevel=null,this.currentLevelIndex=-1,this.manualLevelIndex=-1,this.steering=void 0,this.onParsedComplete=void 0,this.steering=t,this._registerListeners()}_registerListeners(){const{hls:e}=this;e.on(zs.MANIFEST_LOADING,this.onManifestLoading,this),e.on(zs.MANIFEST_LOADED,this.onManifestLoaded,this),e.on(zs.LEVEL_LOADED,this.onLevelLoaded,this),e.on(zs.LEVELS_UPDATED,this.onLevelsUpdated,this),e.on(zs.FRAG_BUFFERED,this.onFragBuffered,this),e.on(zs.ERROR,this.onError,this)}_unregisterListeners(){const{hls:e}=this;e.off(zs.MANIFEST_LOADING,this.onManifestLoading,this),e.off(zs.MANIFEST_LOADED,this.onManifestLoaded,this),e.off(zs.LEVEL_LOADED,this.onLevelLoaded,this),e.off(zs.LEVELS_UPDATED,this.onLevelsUpdated,this),e.off(zs.FRAG_BUFFERED,this.onFragBuffered,this),e.off(zs.ERROR,this.onError,this)}destroy(){this._unregisterListeners(),this.steering=null,this.resetLevels(),super.destroy()}stopLoad(){this._levels.forEach((e=>{e.loadError=0,e.fragmentError=0})),super.stopLoad()}resetLevels(){this._startLevel=void 0,this.manualLevelIndex=-1,this.currentLevelIndex=-1,this.currentLevel=null,this._levels=[],this._maxAutoLevel=-1}onManifestLoading(e,t){this.resetLevels()}onManifestLoaded(e,t){const s=this.hls.config.preferManagedMediaSource,i=[],r={},n={};let a=!1,o=!1,l=!1;t.levels.forEach((e=>{const t=e.attrs;let{audioCodec:h,videoCodec:d}=e;h&&(e.audioCodec=h=gr(h,s)||void 0),d&&(d=e.videoCodec=function(e){const t=e.split(",");for(let e=0;e<t.length;e++){const s=t[e].split(".");s.length>2&&"avc1"===s[0]&&(t[e]=`avc1.${parseInt(s[1]).toString(16)}${("000"+parseInt(s[2]).toString(16)).slice(-4)}`)}return t.join(",")}(d));const{width:c,height:u,unknownCodecs:f}=e,g=(null==f?void 0:f.length)||0;if(a||(a=!(!c||!u)),o||(o=!!d),l||(l=!!h),g||h&&!this.isAudioSupported(h)||d&&!this.isVideoSupported(d))return void this.log(`Some or all CODECS not supported "${t.CODECS}"`);const{CODECS:p,"FRAME-RATE":m,"HDCP-LEVEL":v,"PATHWAY-ID":y,RESOLUTION:E,"VIDEO-RANGE":S}=t,T=`${`${y||"."}-`}${e.bitrate}-${E}-${m}-${p}-${S}-${v}`;if(r[T])if(r[T].uri===e.url||e.attrs["PATHWAY-ID"])r[T].addGroupId("audio",t.AUDIO),r[T].addGroupId("text",t.SUBTITLES);else{const t=n[T]+=1;e.attrs["PATHWAY-ID"]=new Array(t+1).join(".");const s=this.createLevel(e);r[T]=s,i.push(s)}else{const t=this.createLevel(e);r[T]=t,n[T]=1,i.push(t)}})),this.filterAndSortMediaOptions(i,t,a,o,l)}createLevel(e){const t=new Pr(e),s=e.supplemental;if(null!=s&&s.videoCodec&&!this.isVideoSupported(s.videoCodec)){const e=new Error(`SUPPLEMENTAL-CODECS not supported "${s.videoCodec}"`);this.log(e.message),t.supportedResult=vi.getUnsupportedResult(e,[])}return t}isAudioSupported(e){return or(e,"audio",this.hls.config.preferManagedMediaSource)}isVideoSupported(e){return or(e,"video",this.hls.config.preferManagedMediaSource)}filterAndSortMediaOptions(e,t,s,i,r){var n;let a=[],o=[],l=e;const h=(null==(n=t.stats)?void 0:n.parsing)||{};if((s||i)&&r&&(l=l.filter((({videoCodec:e,videoRange:t,width:s,height:i})=>{return(!!e||!(!s||!i))&&(!!(r=t)&&Tr.indexOf(r)>-1);var r}))),0===l.length)return Promise.resolve().then((()=>{if(this.hls){let e="no level with compatible codecs found in manifest",s=e;t.levels.length&&(s=`one or more CODECS in variant not supported: ${Dr(t.levels.map((e=>e.attrs.CODECS)).filter(((e,t,s)=>s.indexOf(e)===t)))}`,this.warn(s),e+=` (${s})`);const i=new Error(e);this.hls.trigger(zs.ERROR,{type:qs.MEDIA_ERROR,details:js.MANIFEST_INCOMPATIBLE_CODECS_ERROR,fatal:!0,url:t.url,error:i,reason:s})}})),void(h.end=performance.now());t.audioTracks&&(a=t.audioTracks.filter((e=>!e.audioCodec||this.isAudioSupported(e.audioCodec))),_l(a)),t.subtitles&&(o=t.subtitles,_l(o));const d=l.slice(0);l.sort(((e,t)=>{if(e.attrs["HDCP-LEVEL"]!==t.attrs["HDCP-LEVEL"])return(e.attrs["HDCP-LEVEL"]||"")>(t.attrs["HDCP-LEVEL"]||"")?1:-1;if(s&&e.height!==t.height)return e.height-t.height;if(e.frameRate!==t.frameRate)return e.frameRate-t.frameRate;if(e.videoRange!==t.videoRange)return Tr.indexOf(e.videoRange)-Tr.indexOf(t.videoRange);if(e.videoCodec!==t.videoCodec){const s=dr(e.videoCodec),i=dr(t.videoCodec);if(s!==i)return i-s}if(e.uri===t.uri&&e.codecSet!==t.codecSet){const s=cr(e.codecSet),i=cr(t.codecSet);if(s!==i)return i-s}return e.averageBitrate!==t.averageBitrate?e.averageBitrate-t.averageBitrate:0}));let c=d[0];if(this.steering&&(l=this.steering.filterParsedLevels(l),l.length!==d.length))for(let e=0;e<d.length;e++)if(d[e].pathwayId===l[0].pathwayId){c=d[e];break}this._levels=l;for(let e=0;e<l.length;e++)if(l[e]===c){var u;this._firstLevel=e;const t=c.bitrate,s=this.hls.bandwidthEstimate;if(this.log(`manifest loaded, ${l.length} level(s) found, first bitrate: ${t}`),void 0===(null==(u=this.hls.userConfig)?void 0:u.abrEwmaDefaultEstimate)){const e=Math.min(t,this.hls.config.abrEwmaDefaultEstimateMax);e>s&&s===this.hls.abrEwmaDefaultEstimate&&(this.hls.bandwidthEstimate=e)}break}const f=r&&!i,g=this.hls.config,p=!(!g.audioStreamController||!g.audioTrackController),m={levels:l,audioTracks:a,subtitleTracks:o,sessionData:t.sessionData,sessionKeys:t.sessionKeys,firstLevel:this._firstLevel,stats:t.stats,audio:r,video:i,altAudio:p&&!f&&a.some((e=>!!e.url))};h.end=performance.now(),this.hls.trigger(zs.MANIFEST_PARSED,m)}get levels(){return 0===this._levels.length?null:this._levels}get loadLevelObj(){return this.currentLevel}get level(){return this.currentLevelIndex}set level(e){const t=this._levels;if(0===t.length)return;if(e<0||e>=t.length){const s=new Error("invalid level idx"),i=e<0;if(this.hls.trigger(zs.ERROR,{type:qs.OTHER_ERROR,details:js.LEVEL_SWITCH_ERROR,level:e,fatal:i,error:s,reason:s.message}),i)return;e=Math.min(e,t.length-1)}const s=this.currentLevelIndex,i=this.currentLevel,r=i?i.attrs["PATHWAY-ID"]:void 0,n=t[e],a=n.attrs["PATHWAY-ID"];if(this.currentLevelIndex=e,this.currentLevel=n,s===e&&i&&r===a)return;this.log(`Switching to level ${e} (${n.height?n.height+"p ":""}${n.videoRange?n.videoRange+" ":""}${n.codecSet?n.codecSet+" ":""}@${n.bitrate})${a?" with Pathway "+a:""} from level ${s}${r?" with Pathway "+r:""}`);const o={level:e,attrs:n.attrs,details:n.details,bitrate:n.bitrate,averageBitrate:n.averageBitrate,maxBitrate:n.maxBitrate,realBitrate:n.realBitrate,width:n.width,height:n.height,codecSet:n.codecSet,audioCodec:n.audioCodec,videoCodec:n.videoCodec,audioGroups:n.audioGroups,subtitleGroups:n.subtitleGroups,loaded:n.loaded,loadError:n.loadError,fragmentError:n.fragmentError,name:n.name,id:n.id,uri:n.uri,url:n.url,urlId:0,audioGroupIds:n.audioGroupIds,textGroupIds:n.textGroupIds};this.hls.trigger(zs.LEVEL_SWITCHING,o);const l=n.details;if(!l||l.live){const e=this.switchParams(n.uri,null==i?void 0:i.details,l);this.loadPlaylist(e)}}get manualLevel(){return this.manualLevelIndex}set manualLevel(e){this.manualLevelIndex=e,void 0===this._startLevel&&(this._startLevel=e),-1!==e&&(this.level=e)}get firstLevel(){return this._firstLevel}set firstLevel(e){this._firstLevel=e}get startLevel(){if(void 0===this._startLevel){const e=this.hls.config.startLevel;return void 0!==e?e:this.hls.firstAutoLevel}return this._startLevel}set startLevel(e){this._startLevel=e}get pathways(){return this.steering?this.steering.pathways():[]}get pathwayPriority(){return this.steering?this.steering.pathwayPriority:null}set pathwayPriority(e){if(this.steering){const t=this.steering.pathways(),s=e.filter((e=>-1!==t.indexOf(e)));if(e.length<1)return void this.warn(`pathwayPriority ${e} should contain at least one pathway from list: ${t}`);this.steering.pathwayPriority=s}}onError(e,t){!t.fatal&&t.context&&t.context.type===Ys&&t.context.level===this.level&&this.checkRetry(t)}onFragBuffered(e,{frag:t}){if(void 0!==t&&t.type===Js){const e=t.elementaryStreams;if(!Object.keys(e).some((t=>!!e[t])))return;const s=this._levels[t.level];null!=s&&s.loadError&&(this.log(`Resetting level error count of ${s.loadError} on frag buffered`),s.loadError=0)}}onLevelLoaded(e,t){var s;const{level:i,details:r}=t,n=t.levelInfo;var a;if(!n)return this.warn(`Invalid level index ${i}`),void(null!=(a=t.deliveryDirectives)&&a.skip&&(r.deltaUpdateFailed=!0));if(n===this.currentLevel||t.withoutMultiVariant){0===n.fragmentError&&(n.loadError=0);let e=n.details;e===t.details&&e.advanced&&(e=void 0),this.playlistLoaded(i,t,e)}else null!=(s=t.deliveryDirectives)&&s.skip&&(r.deltaUpdateFailed=!0)}loadPlaylist(e){super.loadPlaylist(),this.shouldLoadPlaylist(this.currentLevel)&&this.scheduleLoading(this.currentLevel,e)}loadingPlaylist(e,t){super.loadingPlaylist(e,t);const s=this.getUrlWithDirectives(e.uri,t),i=this.currentLevelIndex,r=e.attrs["PATHWAY-ID"],n=e.details,a=null==n?void 0:n.age;this.log(`Loading level index ${i}${void 0!==(null==t?void 0:t.msn)?" at sn "+t.msn+" part "+t.part:""}${r?" Pathway "+r:""}${a&&n.live?" age "+a.toFixed(1)+(n.type?" "+n.type||0:""):""} ${s}`),this.hls.trigger(zs.LEVEL_LOADING,{url:s,level:i,levelInfo:e,pathwayId:e.attrs["PATHWAY-ID"],id:0,deliveryDirectives:t||null})}get nextLoadLevel(){return-1!==this.manualLevelIndex?this.manualLevelIndex:this.hls.nextAutoLevel}set nextLoadLevel(e){this.level=e,-1===this.manualLevelIndex&&(this.hls.nextAutoLevel=e)}removeLevel(e){var t;if(1===this._levels.length)return;const s=this._levels.filter(((t,s)=>s!==e||(this.steering&&this.steering.removeLevel(t),t===this.currentLevel&&(this.currentLevel=null,this.currentLevelIndex=-1,t.details&&t.details.fragments.forEach((e=>e.level=-1))),!1)));Hn(s),this._levels=s,this.currentLevelIndex>-1&&null!=(t=this.currentLevel)&&t.details&&(this.currentLevelIndex=this.currentLevel.details.fragments[0].level),this.manualLevelIndex>-1&&(this.manualLevelIndex=this.currentLevelIndex);const i=s.length-1;this._firstLevel=Math.min(this._firstLevel,i),this._startLevel&&(this._startLevel=Math.min(this._startLevel,i)),this.hls.trigger(zs.LEVELS_UPDATED,{levels:s})}onLevelsUpdated(e,{levels:t}){this._levels=t}checkMaxAutoUpdated(){const{autoLevelCapping:e,maxAutoLevel:t,maxHdcpLevel:s}=this.hls;this._maxAutoLevel!==t&&(this._maxAutoLevel=t,this.hls.trigger(zs.MAX_AUTO_LEVEL_UPDATED,{autoLevelCapping:e,levels:this.levels,maxAutoLevel:t,minAutoLevel:this.hls.minAutoLevel,maxHdcpLevel:s}))}}function _l(e){const t={};e.forEach((e=>{const s=e.groupId||"";e.id=t[s]=t[s]||0,t[s]++}))}const bl="1.6.12",Ll={};let Rl=0;class Al{constructor(e,t,s,i){this.error=null,this.hls=void 0,this.id=void 0,this.instanceNo=Rl++,this.observer=void 0,this.frag=null,this.part=null,this.useWorker=void 0,this.workerContext=null,this.transmuxer=null,this.onTransmuxComplete=void 0,this.onFlush=void 0,this.onWorkerMessage=e=>{const t=e.data,s=this.hls;if(s&&null!=t&&t.event&&t.instanceNo===this.instanceNo)switch(t.event){case"init":{var i;const e=null==(i=this.workerContext)?void 0:i.objectURL;e&&self.URL.revokeObjectURL(e);break}case"transmuxComplete":this.handleTransmuxComplete(t.data);break;case"flush":this.onFlush(t.data);break;case"workerLog":s.logger[t.data.logType]&&s.logger[t.data.logType](t.data.message);break;default:t.data=t.data||{},t.data.frag=this.frag,t.data.part=this.part,t.data.id=this.id,s.trigger(t.event,t.data)}},this.onWorkerError=e=>{if(!this.hls)return;const t=new Error(`${e.message} (${e.filename}:${e.lineno})`);this.hls.config.enableWorker=!1,this.hls.logger.warn(`Error in "${this.id}" Web Worker, fallback to inline`),this.hls.trigger(zs.ERROR,{type:qs.OTHER_ERROR,details:js.INTERNAL_EXCEPTION,fatal:!1,event:"demuxerWorker",error:t})};const r=e.config;this.hls=e,this.id=t,this.useWorker=!!r.enableWorker,this.onTransmuxComplete=s,this.onFlush=i;const n=(e,t)=>{(t=t||{}).frag=this.frag||void 0,e===zs.ERROR&&(t.parent=this.id,t.part=this.part,this.error=t.error),this.hls.trigger(e,t)};this.observer=new xa,this.observer.on(zs.FRAG_DECRYPTED,n),this.observer.on(zs.ERROR,n);const a=yr(r.preferManagedMediaSource);if(this.useWorker&&"undefined"!=typeof Worker){const s=this.hls.logger;if(r.workerPath||"function"==typeof __HLS_WORKER_BUNDLE__){try{r.workerPath?(s.log(`loading Web Worker ${r.workerPath} for "${t}"`),this.workerContext=function(e){const t=Ll[e];if(t)return t.clientCount++,t;const s=new self.URL(e,self.location.href).href,i={worker:new self.Worker(s),scriptURL:s,clientCount:1};return Ll[e]=i,i}(r.workerPath)):(s.log(`injecting Web Worker for "${t}"`),this.workerContext=function(){const e=Ll[bl];if(e)return e.clientCount++,e;const t=new self.Blob([`var exports={};var module={exports:exports};function define(f){f()};define.amd=true;(${__HLS_WORKER_BUNDLE__.toString()})(true);`],{type:"text/javascript"}),s=self.URL.createObjectURL(t),i={worker:new self.Worker(s),objectURL:s,clientCount:1};return Ll[bl]=i,i}());const{worker:e}=this.workerContext;e.addEventListener("message",this.onWorkerMessage),e.addEventListener("error",this.onWorkerError),e.postMessage({instanceNo:this.instanceNo,cmd:"init",typeSupported:a,id:t,config:Dr(r)})}catch(i){s.warn(`Error setting up "${t}" Web Worker, fallback to inline`,i),this.terminateWorker(),this.error=null,this.transmuxer=new Yo(this.observer,a,r,"",t,e.logger)}return}}this.transmuxer=new Yo(this.observer,a,r,"",t,e.logger)}reset(){if(this.frag=null,this.part=null,this.workerContext){const e=this.instanceNo;this.instanceNo=Rl++;const t=this.hls.config,s=yr(t.preferManagedMediaSource);this.workerContext.worker.postMessage({instanceNo:this.instanceNo,cmd:"reset",resetNo:e,typeSupported:s,id:this.id,config:Dr(t)})}}terminateWorker(){if(this.workerContext){const{worker:e}=this.workerContext;this.workerContext=null,e.removeEventListener("message",this.onWorkerMessage),e.removeEventListener("error",this.onWorkerError),function(e){const t=Ll[e||bl];if(t&&1==t.clientCount--){const{worker:s,objectURL:i}=t;delete Ll[e||bl],i&&self.URL.revokeObjectURL(i),s.terminate()}}(this.hls.config.workerPath)}}destroy(){if(this.workerContext)this.terminateWorker(),this.onWorkerMessage=this.onWorkerError=null;else{const e=this.transmuxer;e&&(e.destroy(),this.transmuxer=null)}const e=this.observer;e&&e.removeAllListeners(),this.frag=null,this.part=null,this.observer=null,this.hls=null}push(e,t,s,i,r,n,a,o,l,h){var d,c;l.transmuxing.start=self.performance.now();const{instanceNo:u,transmuxer:f}=this,g=n?n.start:r.start,p=r.decryptdata,m=this.frag,v=!(m&&r.cc===m.cc),y=!(m&&l.level===m.level),E=m?l.sn-m.sn:-1,S=this.part?l.part-this.part.index:-1,T=0===E&&l.id>1&&l.id===(null==m?void 0:m.stats.chunkCount),_=!y&&(1===E||0===E&&(1===S||T&&S<=0)),b=self.performance.now();(y||E||0===r.stats.parsing.start)&&(r.stats.parsing.start=b),!n||!S&&_||(n.stats.parsing.start=b);const L=!(m&&(null==(d=r.initSegment)?void 0:d.url)===(null==(c=m.initSegment)?void 0:c.url)),R=new Zo(v,_,o,y,g,L);if(!_||v||L){this.hls.logger.log(`[transmuxer-interface]: Starting new transmux session for ${r.type} sn: ${l.sn}${l.part>-1?" part: "+l.part:""} ${this.id===Js?"level":"track"}: ${l.level} id: ${l.id}\n discontinuity: ${v}\n trackSwitch: ${y}\n contiguous: ${_}\n accurateTimeOffset: ${o}\n timeOffset: ${g}\n initSegmentChange: ${L}`);const e=new Jo(s,i,t,a,h);this.configureTransmuxer(e)}if(this.frag=r,this.part=n,this.workerContext)this.workerContext.worker.postMessage({instanceNo:u,cmd:"demux",data:e,decryptdata:p,chunkMeta:l,state:R},e instanceof ArrayBuffer?[e]:[]);else if(f){const t=f.push(e,p,l,R);Qo(t)?t.then((e=>{this.handleTransmuxComplete(e)})).catch((e=>{this.transmuxerError(e,l,"transmuxer-interface push error")})):this.handleTransmuxComplete(t)}}flush(e){e.transmuxing.start=self.performance.now();const{instanceNo:t,transmuxer:s}=this;if(this.workerContext)this.workerContext.worker.postMessage({instanceNo:t,cmd:"flush",chunkMeta:e});else if(s){const t=s.flush(e);Qo(t)?t.then((t=>{this.handleFlushResult(t,e)})).catch((t=>{this.transmuxerError(t,e,"transmuxer-interface flush error")})):this.handleFlushResult(t,e)}}transmuxerError(e,t,s){this.hls&&(this.error=e,this.hls.trigger(zs.ERROR,{type:qs.MEDIA_ERROR,details:js.FRAG_PARSING_ERROR,chunkMeta:t,frag:this.frag||void 0,part:this.part||void 0,fatal:!1,error:e,err:e,reason:s}))}handleFlushResult(e,t){e.forEach((e=>{this.handleTransmuxComplete(e)})),this.onFlush(t)}configureTransmuxer(e){const{instanceNo:t,transmuxer:s}=this;this.workerContext?this.workerContext.worker.postMessage({instanceNo:t,cmd:"configure",config:e}):s&&s.configure(e)}handleTransmuxComplete(e){e.chunkMeta.transmuxing.end=self.performance.now(),this.onTransmuxComplete(e)}}function Pl(){return self.SourceBuffer||self.WebKitSourceBuffer}function wl(){if(!Ei())return!1;const e=Pl();return!e||e.prototype&&"function"==typeof e.prototype.appendBuffer&&"function"==typeof e.prototype.remove}class Il extends Ta{constructor(e,t,s){super(e,t,s,"stream-controller",Js),this.audioCodecSwap=!1,this.level=-1,this._forceStartLoad=!1,this._hasEnoughToStart=!1,this.altAudio=0,this.audioOnly=!1,this.fragPlaying=null,this.fragLastKbps=0,this.couldBacktrack=!1,this.backtrackFragment=null,this.audioCodecSwitch=!1,this.videoBuffer=null,this.onMediaPlaying=()=>{this.tick()},this.onMediaSeeked=()=>{const e=this.media,t=e?e.currentTime:null;if(null===t||!Hs(t))return;if(this.log(`Media seeked to ${t.toFixed(3)}`),!this.getBufferedFrag(t))return;const s=this.getFwdBufferInfoAtPos(e,t,Js,0);null!==s&&0!==s.len?this.tick():this.warn(`Main forward buffer length at ${t} on "seeked" event ${s?s.len:"empty"})`)},this.registerListeners()}registerListeners(){super.registerListeners();const{hls:e}=this;e.on(zs.MANIFEST_PARSED,this.onManifestParsed,this),e.on(zs.LEVEL_LOADING,this.onLevelLoading,this),e.on(zs.LEVEL_LOADED,this.onLevelLoaded,this),e.on(zs.FRAG_LOAD_EMERGENCY_ABORTED,this.onFragLoadEmergencyAborted,this),e.on(zs.AUDIO_TRACK_SWITCHING,this.onAudioTrackSwitching,this),e.on(zs.AUDIO_TRACK_SWITCHED,this.onAudioTrackSwitched,this),e.on(zs.BUFFER_CREATED,this.onBufferCreated,this),e.on(zs.BUFFER_FLUSHED,this.onBufferFlushed,this),e.on(zs.LEVELS_UPDATED,this.onLevelsUpdated,this),e.on(zs.FRAG_BUFFERED,this.onFragBuffered,this)}unregisterListeners(){super.unregisterListeners();const{hls:e}=this;e.off(zs.MANIFEST_PARSED,this.onManifestParsed,this),e.off(zs.LEVEL_LOADED,this.onLevelLoaded,this),e.off(zs.FRAG_LOAD_EMERGENCY_ABORTED,this.onFragLoadEmergencyAborted,this),e.off(zs.AUDIO_TRACK_SWITCHING,this.onAudioTrackSwitching,this),e.off(zs.AUDIO_TRACK_SWITCHED,this.onAudioTrackSwitched,this),e.off(zs.BUFFER_CREATED,this.onBufferCreated,this),e.off(zs.BUFFER_FLUSHED,this.onBufferFlushed,this),e.off(zs.LEVELS_UPDATED,this.onLevelsUpdated,this),e.off(zs.FRAG_BUFFERED,this.onFragBuffered,this)}onHandlerDestroying(){this.onMediaPlaying=this.onMediaSeeked=null,this.unregisterListeners(),super.onHandlerDestroying()}startLoad(e,t){if(this.levels){const{lastCurrentTime:s,hls:i}=this;if(this.stopLoad(),this.setInterval(100),this.level=-1,!this.startFragRequested){let e=i.startLevel;-1===e&&(i.config.testBandwidth&&this.levels.length>1?(e=0,this.bitrateTest=!0):e=i.firstAutoLevel),i.nextLoadLevel=e,this.level=i.loadLevel,this._hasEnoughToStart=!!t}s>0&&-1===e&&!t&&(this.log(`Override startPosition with lastCurrentTime @${s.toFixed(3)}`),e=s),this.state=Sa.IDLE,this.nextLoadPosition=this.lastCurrentTime=e+this.timelineOffset,this.startPosition=t?-1:e,this.tick()}else this._forceStartLoad=!0,this.state=Sa.STOPPED}stopLoad(){this._forceStartLoad=!1,super.stopLoad()}doTick(){switch(this.state){case Sa.WAITING_LEVEL:{const{levels:e,level:t}=this,s=null==e?void 0:e[t],i=null==s?void 0:s.details;if(i&&(!i.live||this.levelLastLoaded===s&&!this.waitForLive(s))){if(this.waitForCdnTuneIn(i))break;this.state=Sa.IDLE;break}if(this.hls.nextLoadLevel!==this.level){this.state=Sa.IDLE;break}break}case Sa.FRAG_LOADING_WAITING_RETRY:this.checkRetryDate()}this.state===Sa.IDLE&&this.doTickIdle(),this.onTickEnd()}onTickEnd(){var e;super.onTickEnd(),null!=(e=this.media)&&e.readyState&&!1===this.media.seeking&&(this.lastCurrentTime=this.media.currentTime),this.checkFragmentChanged()}doTickIdle(){const{hls:e,levelLastLoaded:t,levels:s,media:i}=this;if(null===t||!i&&!this.primaryPrefetch&&(this.startFragRequested||!e.config.startFragPrefetch))return;if(this.altAudio&&this.audioOnly)return;const r=this.buffering?e.nextLoadLevel:e.loadLevel;if(null==s||!s[r])return;const n=s[r],a=this.getMainFwdBufferInfo();if(null===a)return;const o=this.getLevelDetails();if(o&&this._streamEnded(a,o)){const e={};return 2===this.altAudio&&(e.type="video"),this.hls.trigger(zs.BUFFER_EOS,e),void(this.state=Sa.ENDED)}if(!this.buffering)return;e.loadLevel!==r&&-1===e.manualLevel&&this.log(`Adapting to level ${r} from level ${this.level}`),this.level=e.nextLoadLevel=r;const l=n.details;if(!l||this.state===Sa.WAITING_LEVEL||this.waitForLive(n))return this.level=r,this.state=Sa.WAITING_LEVEL,void(this.startFragRequested=!1);const h=a.len,d=this.getMaxBufferLength(n.maxBitrate);if(h>=d)return;this.backtrackFragment&&this.backtrackFragment.start>a.end&&(this.backtrackFragment=null);const c=this.backtrackFragment?this.backtrackFragment.start:a.end;let u=this.getNextFragment(c,l);if(this.couldBacktrack&&!this.fragPrevious&&u&&Ci(u)&&this.fragmentTracker.getState(u)!==Yn){var f;const e=(null!=(f=this.backtrackFragment)?f:u).sn-l.startSN,t=l.fragments[e-1];t&&u.cc===t.cc&&(u=t,this.fragmentTracker.removeFragment(t))}else this.backtrackFragment&&a.len&&(this.backtrackFragment=null);if(u&&this.isLoopLoading(u,c)){if(!u.gap){const e=this.audioOnly&&!this.altAudio?Pi:wi,t=(e===wi?this.videoBuffer:this.mediaBuffer)||this.media;t&&this.afterBufferFlushed(t,e,Js)}u=this.getNextFragmentLoopLoading(u,l,a,Js,d)}u&&(!u.initSegment||u.initSegment.data||this.bitrateTest||(u=u.initSegment),this.loadFragment(u,n,c))}loadFragment(e,t,s){const i=this.fragmentTracker.getState(e);i===jn||i===Kn?Ci(e)?this.bitrateTest?(this.log(`Fragment ${e.sn} of level ${e.level} is being downloaded to test bitrate and will not be buffered`),this._loadBitrateTestFrag(e,t)):super.loadFragment(e,t,s):this._loadInitSegment(e,t):this.clearTrackerIfNeeded(e)}getBufferedFrag(e){return this.fragmentTracker.getBufferedFrag(e,Js)}followingBufferedFrag(e){return e?this.getBufferedFrag(e.end+.5):null}immediateLevelSwitch(){this.abortCurrentFrag(),this.flushMainBuffer(0,Number.POSITIVE_INFINITY)}nextLevelSwitch(){const{levels:e,media:t}=this;if(null!=t&&t.readyState){let s;const i=this.getAppendedFrag(t.currentTime);i&&i.start>1&&this.flushMainBuffer(0,i.start-1);const r=this.getLevelDetails();if(null!=r&&r.live){const e=this.getMainFwdBufferInfo();if(!e||e.len<2*r.targetduration)return}if(!t.paused&&e){const t=e[this.hls.nextLoadLevel],i=this.fragLastKbps;s=i&&this.fragCurrent?this.fragCurrent.duration*t.maxBitrate/(1e3*i)+1:0}else s=0;const n=this.getBufferedFrag(t.currentTime+s);if(n){const e=this.followingBufferedFrag(n);if(e){this.abortCurrentFrag();const t=e.maxStartPTS?e.maxStartPTS:e.start,s=e.duration,i=Math.max(n.end,t+Math.min(Math.max(s-this.config.maxFragLookUpTolerance,s*(this.couldBacktrack?.5:.125)),s*(this.couldBacktrack?.75:.25)));this.flushMainBuffer(i,Number.POSITIVE_INFINITY)}}}}abortCurrentFrag(){const e=this.fragCurrent;switch(this.fragCurrent=null,this.backtrackFragment=null,e&&(e.abortRequests(),this.fragmentTracker.removeFragment(e)),this.state){case Sa.KEY_LOADING:case Sa.FRAG_LOADING:case Sa.FRAG_LOADING_WAITING_RETRY:case Sa.PARSING:case Sa.PARSED:this.state=Sa.IDLE}this.nextLoadPosition=this.getLoadPosition()}flushMainBuffer(e,t){super.flushMainBuffer(e,t,2===this.altAudio?"video":null)}onMediaAttached(e,t){super.onMediaAttached(e,t);const s=t.media;va(s,"playing",this.onMediaPlaying),va(s,"seeked",this.onMediaSeeked)}onMediaDetaching(e,t){const{media:s}=this;s&&(ya(s,"playing",this.onMediaPlaying),ya(s,"seeked",this.onMediaSeeked)),this.videoBuffer=null,this.fragPlaying=null,super.onMediaDetaching(e,t);!!t.transferMedia||(this._hasEnoughToStart=!1)}onManifestLoading(){super.onManifestLoading(),this.log("Trigger BUFFER_RESET"),this.hls.trigger(zs.BUFFER_RESET,void 0),this.couldBacktrack=!1,this.fragLastKbps=0,this.fragPlaying=this.backtrackFragment=null,this.altAudio=0,this.audioOnly=!1}onManifestParsed(e,t){let s=!1,i=!1;for(let e=0;e<t.levels.length;e++){const r=t.levels[e].audioCodec;r&&(s=s||-1!==r.indexOf("mp4a.40.2"),i=i||-1!==r.indexOf("mp4a.40.5"))}this.audioCodecSwitch=s&&i&&!function(){var e;const t=Pl();return"function"==typeof(null==t||null==(e=t.prototype)?void 0:e.changeType)}(),this.audioCodecSwitch&&this.log("Both AAC/HE-AAC audio found in levels; declaring level codec as HE-AAC"),this.levels=t.levels,this.startFragRequested=!1}onLevelLoading(e,t){const{levels:s}=this;if(!s||this.state!==Sa.IDLE)return;const i=t.levelInfo;(!i.details||i.details.live&&(this.levelLastLoaded!==i||i.details.expired)||this.waitForCdnTuneIn(i.details))&&(this.state=Sa.WAITING_LEVEL)}onLevelLoaded(e,t){var s;const{levels:i,startFragRequested:r}=this,n=t.level,a=t.details,o=a.totalduration;if(!i)return void this.warn(`Levels were reset while loading level ${n}`);this.log(`Level ${n} loaded [${a.startSN},${a.endSN}]${a.lastPartSn?`[part-${a.lastPartSn}-${a.lastPartIndex}]`:""}, cc [${a.startCC}, ${a.endCC}] duration:${o}`);const l=t.levelInfo,h=this.fragCurrent;!h||this.state!==Sa.FRAG_LOADING&&this.state!==Sa.FRAG_LOADING_WAITING_RETRY||h.level!==t.level&&h.loader&&this.abortCurrentFrag();let d=0;if(a.live||null!=(s=l.details)&&s.live){var c;if(this.checkLiveUpdate(a),a.deltaUpdateFailed)return;d=this.alignPlaylists(a,l.details,null==(c=this.levelLastLoaded)?void 0:c.details)}if(l.details=a,this.levelLastLoaded=l,r||this.setStartPosition(a,d),this.hls.trigger(zs.LEVEL_UPDATED,{details:a,level:n}),this.state===Sa.WAITING_LEVEL){if(this.waitForCdnTuneIn(a))return;this.state=Sa.IDLE}r&&a.live&&this.synchronizeToLiveEdge(a),this.tick()}synchronizeToLiveEdge(e){const{config:t,media:s}=this;if(!s)return;const i=this.hls.liveSyncPosition,r=this.getLoadPosition(),n=e.fragmentStart,a=e.edge,o=r>=n-t.maxFragLookUpTolerance&&r<=a;if(null!==i&&s.duration>i&&(r<i||!o)){const n=void 0!==t.liveMaxLatencyDuration?t.liveMaxLatencyDuration:t.liveMaxLatencyDurationCount*e.targetduration;if((!o&&s.readyState<4||r<a-n)&&(this._hasEnoughToStart||(this.nextLoadPosition=i),s.readyState))if(this.warn(`Playback: ${r.toFixed(3)} is located too far from the end of live sliding playlist: ${a}, reset currentTime to : ${i.toFixed(3)}`),"buffered"===this.config.liveSyncMode){var l;const e=ua.bufferInfo(s,i,0);if(null==(l=e.buffered)||!l.length)return void(s.currentTime=i);if(e.start<=r)return void(s.currentTime=i);const{nextStart:t}=ua.bufferedInfo(e.buffered,r,0);t&&(s.currentTime=t)}else s.currentTime=i}}_handleFragmentLoadProgress(e){var t;const s=e.frag,{part:i,payload:r}=e,{levels:n}=this;if(!n)return void this.warn(`Levels were reset while fragment load was in progress. Fragment ${s.sn} of level ${s.level} will not be buffered`);const a=n[s.level];if(!a)return void this.warn(`Level ${s.level} not found on progress`);const o=a.details;if(!o)return this.warn(`Dropping fragment ${s.sn} of level ${s.level} after level details were reset`),void this.fragmentTracker.removeFragment(s);const l=a.videoCodec,h=o.PTSKnown||!o.live,d=null==(t=s.initSegment)?void 0:t.data,c=this._getAudioCodec(a),u=this.transmuxer=this.transmuxer||new Al(this.hls,Js,this._handleTransmuxComplete.bind(this),this._handleTransmuxerFlush.bind(this)),f=i?i.index:-1,g=-1!==f,p=new da(s.level,s.sn,s.stats.chunkCount,r.byteLength,f,g),m=this.initPTS[s.cc];u.push(r,d,c,l,s,i,o.totalduration,h,p,m)}onAudioTrackSwitching(e,t){const s=this.hls,i=2===this.altAudio;if(Mr(t.url,s))this.altAudio=1;else{if(this.mediaBuffer!==this.media){this.log("Switching on main audio, use media.buffered to schedule main fragment loading"),this.mediaBuffer=this.media;const e=this.fragCurrent;e&&(this.log("Switching to main audio track, cancel main fragment load"),e.abortRequests(),this.fragmentTracker.removeFragment(e)),this.resetTransmuxer(),this.resetLoadingState()}else this.audioOnly&&this.resetTransmuxer();if(i)return this.fragmentTracker.removeAllFragments(),s.once(zs.BUFFER_FLUSHED,(()=>{this.hls&&this.hls.trigger(zs.AUDIO_TRACK_SWITCHED,t)})),void s.trigger(zs.BUFFER_FLUSHING,{startOffset:0,endOffset:Number.POSITIVE_INFINITY,type:null});s.trigger(zs.AUDIO_TRACK_SWITCHED,t)}}onAudioTrackSwitched(e,t){const s=Mr(t.url,this.hls);if(s){const e=this.videoBuffer;e&&this.mediaBuffer!==e&&(this.log("Switching on alternate audio, use video.buffered to schedule main fragment loading"),this.mediaBuffer=e)}this.altAudio=s?2:0,this.tick()}onBufferCreated(e,t){const s=t.tracks;let i,r,n=!1;for(const e in s){const t=s[e];if("main"===t.id){if(r=e,i=t,"video"===e){const t=s[e];t&&(this.videoBuffer=t.buffer)}}else n=!0}n&&i?(this.log(`Alternate track found, use ${r}.buffered to schedule main fragment loading`),this.mediaBuffer=i.buffer):this.mediaBuffer=this.media}onFragBuffered(e,t){const{frag:s,part:i}=t,r=s.type===Js;if(r){if(this.fragContextChanged(s))return this.warn(`Fragment ${s.sn}${i?" p: "+i.index:""} of level ${s.level} finished buffering, but was aborted. state: ${this.state}`),void(this.state===Sa.PARSED&&(this.state=Sa.IDLE));const e=i?i.stats:s.stats;this.fragLastKbps=Math.round(8*e.total/(e.buffering.end-e.loading.first)),Ci(s)&&(this.fragPrevious=s),this.fragBufferedComplete(s,i)}const n=this.media;n&&(!this._hasEnoughToStart&&ua.getBuffered(n).length&&(this._hasEnoughToStart=!0,this.seekToStartPos()),r&&this.tick())}get hasEnoughToStart(){return this._hasEnoughToStart}onError(e,t){var s;if(t.fatal)this.state=Sa.ERROR;else switch(t.details){case js.FRAG_GAP:case js.FRAG_PARSING_ERROR:case js.FRAG_DECRYPT_ERROR:case js.FRAG_LOAD_ERROR:case js.FRAG_LOAD_TIMEOUT:case js.KEY_LOAD_ERROR:case js.KEY_LOAD_TIMEOUT:this.onFragmentOrKeyLoadError(Js,t);break;case js.LEVEL_LOAD_ERROR:case js.LEVEL_LOAD_TIMEOUT:case js.LEVEL_PARSING_ERROR:t.levelRetry||this.state!==Sa.WAITING_LEVEL||(null==(s=t.context)?void 0:s.type)!==Ys||(this.state=Sa.IDLE);break;case js.BUFFER_ADD_CODEC_ERROR:case js.BUFFER_APPEND_ERROR:if("main"!==t.parent)return;this.reduceLengthAndFlushBuffer(t)&&this.resetLoadingState();break;case js.BUFFER_FULL_ERROR:if("main"!==t.parent)return;if(this.reduceLengthAndFlushBuffer(t)){!this.config.interstitialsController&&this.config.assetPlayerId?this._hasEnoughToStart=!0:this.flushMainBuffer(0,Number.POSITIVE_INFINITY)}break;case js.INTERNAL_EXCEPTION:this.recoverWorkerError(t)}}onFragLoadEmergencyAborted(){this.state=Sa.IDLE,this._hasEnoughToStart||(this.startFragRequested=!1,this.nextLoadPosition=this.lastCurrentTime),this.tickImmediate()}onBufferFlushed(e,{type:t}){if(t!==Pi||!this.altAudio){const e=(t===wi?this.videoBuffer:this.mediaBuffer)||this.media;e&&(this.afterBufferFlushed(e,t,Js),this.tick())}}onLevelsUpdated(e,t){this.level>-1&&this.fragCurrent&&(this.level=this.fragCurrent.level,-1===this.level&&this.resetWhenMissingContext(this.fragCurrent)),this.levels=t.levels}swapAudioCodec(){this.audioCodecSwap=!this.audioCodecSwap}seekToStartPos(){const{media:e}=this;if(!e)return;const t=e.currentTime;let s=this.startPosition;if(s>=0&&t<s){if(e.seeking)return void this.log(`could not seek to ${s}, already seeking at ${t}`);const i=this.timelineOffset;i&&s&&(s+=i);const r=this.getLevelDetails(),n=ua.getBuffered(e),a=n.length?n.start(0):0,o=a-s,l=Math.max(this.config.maxBufferHole,this.config.maxFragLookUpTolerance);(this.config.startOnSegmentBoundary||o>0&&(o<l||this.loadingParts&&o<2*((null==r?void 0:r.partTarget)||0)))&&(this.log(`adjusting start position by ${o} to match buffer start`),s+=o,this.startPosition=s),t<s&&(this.log(`seek to target start position ${s} from current time ${t} buffer start ${a}`),e.currentTime=s)}}_getAudioCodec(e){let t=this.config.defaultAudioCodec||e.audioCodec;return this.audioCodecSwap&&t&&(this.log("Swapping audio codec"),t=-1!==t.indexOf("mp4a.40.5")?"mp4a.40.2":"mp4a.40.5"),t}_loadBitrateTestFrag(e,t){e.bitrateTest=!0,this._doFragLoad(e,t).then((e=>{const{hls:s}=this,i=null==e?void 0:e.frag;if(!i||this.fragContextChanged(i))return;t.fragmentError=0,this.state=Sa.IDLE,this.startFragRequested=!1,this.bitrateTest=!1;const r=i.stats;r.parsing.start=r.parsing.end=r.buffering.start=r.buffering.end=self.performance.now(),s.trigger(zs.FRAG_LOADED,e),i.bitrateTest=!1})).catch((t=>{this.state!==Sa.STOPPED&&this.state!==Sa.ERROR&&(this.warn(t),this.resetFragmentLoading(e))}))}_handleTransmuxComplete(e){const t=this.playlistType,{hls:s}=this,{remuxResult:i,chunkMeta:r}=e,n=this.getCurrentContext(r);if(!n)return void this.resetWhenMissingContext(r);const{frag:a,part:o,level:l}=n,{video:h,text:d,id3:c,initSegment:u}=i,{details:f}=l,g=this.altAudio?void 0:i.audio;if(this.fragContextChanged(a))this.fragmentTracker.removeFragment(a);else{if(this.state=Sa.PARSING,u){const e=u.tracks;if(e){const i=a.initSegment||a;if(this.unhandledEncryptionError(u,a))return;this._bufferInitSegment(l,e,i,r),s.trigger(zs.FRAG_PARSING_INIT_SEGMENT,{frag:i,id:t,tracks:e})}const i=u.initPTS,n=u.timescale,o=this.initPTS[a.cc];if(Hs(i)&&(!o||o.baseTime!==i||o.timescale!==n)){const e=u.trackId;this.initPTS[a.cc]={baseTime:i,timescale:n,trackId:e},s.trigger(zs.INIT_PTS_FOUND,{frag:a,id:t,initPTS:i,timescale:n,trackId:e})}}if(h&&f){g&&"audiovideo"===h.type&&this.logMuxedErr(a);const e=f.fragments[a.sn-1-f.startSN],t=a.sn===f.startSN,s=!e||a.cc>e.cc;if(!1!==i.independent){const{startPTS:e,endPTS:i,startDTS:n,endDTS:l}=h;if(o)o.elementaryStreams[h.type]={startPTS:e,endPTS:i,startDTS:n,endDTS:l};else if(h.firstKeyFrame&&h.independent&&1===r.id&&!s&&(this.couldBacktrack=!0),h.dropped&&h.independent){const r=this.getMainFwdBufferInfo(),n=(r?r.end:this.getLoadPosition())+this.config.maxBufferHole,o=h.firstKeyFramePTS?h.firstKeyFramePTS:e;if(!t&&n<o-this.config.maxBufferHole&&!s)return void this.backtrack(a);s&&(a.gap=!0),a.setElementaryStreamInfo(h.type,a.start,i,a.start,l,!0)}else t&&e-(f.appliedTimelineOffset||0)>2&&(a.gap=!0);a.setElementaryStreamInfo(h.type,e,i,n,l),this.backtrackFragment&&(this.backtrackFragment=a),this.bufferFragmentData(h,a,o,r,t||s)}else{if(!t&&!s)return void this.backtrack(a);a.gap=!0}}if(g){const{startPTS:e,endPTS:t,startDTS:s,endDTS:i}=g;o&&(o.elementaryStreams[Pi]={startPTS:e,endPTS:t,startDTS:s,endDTS:i}),a.setElementaryStreamInfo(Pi,e,t,s,i),this.bufferFragmentData(g,a,o,r)}if(f&&null!=c&&c.samples.length){const e={id:t,frag:a,details:f,samples:c.samples};s.trigger(zs.FRAG_PARSING_METADATA,e)}if(f&&d){const e={id:t,frag:a,details:f,samples:d.samples};s.trigger(zs.FRAG_PARSING_USERDATA,e)}}}logMuxedErr(e){this.warn(`${Ci(e)?"Media":"Init"} segment with muxed audiovideo where only video expected: ${e.url}`)}_bufferInitSegment(e,t,s,i){if(this.state!==Sa.PARSING)return;this.audioOnly=!!t.audio&&!t.video,this.altAudio&&!this.audioOnly&&(delete t.audio,t.audiovideo&&this.logMuxedErr(s));const{audio:r,video:n,audiovideo:a}=t;if(r){const s=e.audioCodec;let i=pr(r.codec,s);"mp4a"===i&&(i="mp4a.40.5");const n=navigator.userAgent.toLowerCase();if(this.audioCodecSwitch){i&&(i=-1!==i.indexOf("mp4a.40.5")?"mp4a.40.2":"mp4a.40.5");const e=r.metadata;e&&"channelCount"in e&&1!==(e.channelCount||1)&&-1===n.indexOf("firefox")&&(i="mp4a.40.5")}i&&-1!==i.indexOf("mp4a.40.5")&&-1!==n.indexOf("android")&&"audio/mpeg"!==r.container&&(i="mp4a.40.2",this.log(`Android: force audio codec to ${i}`)),s&&s!==i&&this.log(`Swapping manifest audio codec "${s}" for "${i}"`),r.levelCodec=i,r.id=Js,this.log(`Init audio buffer, container:${r.container}, codecs[selected/level/parsed]=[${i||""}/${s||""}/${r.codec}]`),delete t.audiovideo}if(n){n.levelCodec=e.videoCodec,n.id=Js;const s=n.codec;if(4===(null==s?void 0:s.length))switch(s){case"hvc1":case"hev1":n.codec="hvc1.1.6.L120.90";break;case"av01":n.codec="av01.0.04M.08";break;case"avc1":n.codec="avc1.42e01e"}this.log(`Init video buffer, container:${n.container}, codecs[level/parsed]=[${e.videoCodec||""}/${s}]${n.codec!==s?" parsed-corrected="+n.codec:""}${n.supplemental?" supplemental="+n.supplemental:""}`),delete t.audiovideo}a&&(this.log(`Init audiovideo buffer, container:${a.container}, codecs[level/parsed]=[${e.codecs}/${a.codec}]`),delete t.video,delete t.audio);const o=Object.keys(t);if(o.length){if(this.hls.trigger(zs.BUFFER_CODECS,t),!this.hls)return;o.forEach((e=>{const r=t[e].initSegment;null!=r&&r.byteLength&&this.hls.trigger(zs.BUFFER_APPENDING,{type:e,data:r,frag:s,part:null,chunkMeta:i,parent:s.type})}))}this.tickImmediate()}getMainFwdBufferInfo(){const e=this.mediaBuffer&&2===this.altAudio?this.mediaBuffer:this.media;return this.getFwdBufferInfo(e,Js)}get maxBufferLength(){const{levels:e,level:t}=this,s=null==e?void 0:e[t];return s?this.getMaxBufferLength(s.maxBitrate):this.config.maxBufferLength}backtrack(e){this.couldBacktrack=!0,this.backtrackFragment=e,this.resetTransmuxer(),this.flushBufferGap(e),this.fragmentTracker.removeFragment(e),this.fragPrevious=null,this.nextLoadPosition=e.start,this.state=Sa.IDLE}checkFragmentChanged(){const e=this.media;let t=null;if(e&&e.readyState>1&&!1===e.seeking){const s=e.currentTime;if(ua.isBuffered(e,s)?t=this.getAppendedFrag(s):ua.isBuffered(e,s+.1)&&(t=this.getAppendedFrag(s+.1)),t){this.backtrackFragment=null;const e=this.fragPlaying,s=t.level;e&&t.sn===e.sn&&e.level===s||(this.fragPlaying=t,this.hls.trigger(zs.FRAG_CHANGED,{frag:t}),e&&e.level===s||this.hls.trigger(zs.LEVEL_SWITCHED,{level:s}))}}}get nextLevel(){const e=this.nextBufferedFrag;return e?e.level:-1}get currentFrag(){var e;if(this.fragPlaying)return this.fragPlaying;const t=(null==(e=this.media)?void 0:e.currentTime)||this.lastCurrentTime;return Hs(t)?this.getAppendedFrag(t):null}get currentProgramDateTime(){var e;const t=(null==(e=this.media)?void 0:e.currentTime)||this.lastCurrentTime;if(Hs(t)){const e=this.getLevelDetails(),s=this.currentFrag||(e?Or(null,e.fragments,t):null);if(s){const e=s.programDateTime;if(null!==e){const i=e+1e3*(t-s.start);return new Date(i)}}}return null}get currentLevel(){const e=this.currentFrag;return e?e.level:-1}get nextBufferedFrag(){const e=this.currentFrag;return e?this.followingBufferedFrag(e):null}get forceStartLoad(){return this._forceStartLoad}}class Dl extends oi{constructor(e,t){super("key-loader",t),this.config=void 0,this.keyIdToKeyInfo={},this.emeController=null,this.config=e}abort(e){for(const s in this.keyIdToKeyInfo){const i=this.keyIdToKeyInfo[s].loader;if(i){var t;if(e&&e!==(null==(t=i.context)?void 0:t.frag.type))return;i.abort()}}}detach(){for(const e in this.keyIdToKeyInfo){const t=this.keyIdToKeyInfo[e];(t.mediaKeySessionContext||t.decryptdata.isCommonEncryption)&&delete this.keyIdToKeyInfo[e]}}destroy(){this.detach();for(const e in this.keyIdToKeyInfo){const t=this.keyIdToKeyInfo[e].loader;t&&t.destroy()}this.keyIdToKeyInfo={}}createKeyLoadError(e,t=js.KEY_LOAD_ERROR,s,i,r){return new la({type:qs.NETWORK_ERROR,details:t,fatal:!1,frag:e,response:r,error:s,networkDetails:i})}loadClear(e,t,s){return null}load(e){return!e.decryptdata&&e.encrypted&&this.emeController&&this.config.emeEnabled?this.emeController.selectKeySystemFormat(e).then((t=>this.loadInternal(e,t))):this.loadInternal(e)}loadInternal(e,t){var s,i;const r=e.decryptdata;if(!r){const s=new Error(t?`Expected frag.decryptdata to be defined after setting format ${t}`:`Missing decryption data on fragment in onKeyLoading (emeEnabled with controller: ${this.emeController&&this.config.emeEnabled})`);return Promise.reject(this.createKeyLoadError(e,js.KEY_LOAD_ERROR,s))}const n=r.uri;if(!n)return Promise.reject(this.createKeyLoadError(e,js.KEY_LOAD_ERROR,new Error(`Invalid key URI: "${n}"`)));const a=Cl(r);let o=this.keyIdToKeyInfo[a];if(null!=(s=o)&&s.decryptdata.key)return r.key=o.decryptdata.key,Promise.resolve({frag:e,keyInfo:o});if(this.emeController&&null!=(i=o)&&i.keyLoadPromise){switch(this.emeController.getKeyStatus(o.decryptdata)){case"usable":case"usable-in-future":return o.keyLoadPromise.then((t=>{const{keyInfo:s}=t;return r.key=s.decryptdata.key,{frag:e,keyInfo:s}}))}}switch(this.log(`${this.keyIdToKeyInfo[a]?"Rel":"L"}oading${r.keyId?" keyId: "+Ti(r.keyId):""} URI: ${r.uri} from ${e.type} ${e.level}`),o=this.keyIdToKeyInfo[a]={decryptdata:r,keyLoadPromise:null,loader:null,mediaKeySessionContext:null},r.method){case"SAMPLE-AES":case"SAMPLE-AES-CENC":case"SAMPLE-AES-CTR":return"identity"===r.keyFormat?this.loadKeyHTTP(o,e):this.loadKeyEME(o,e);case"AES-128":case"AES-256":case"AES-256-CTR":return this.loadKeyHTTP(o,e);default:return Promise.reject(this.createKeyLoadError(e,js.KEY_LOAD_ERROR,new Error(`Key supplied with unsupported METHOD: "${r.method}"`)))}}loadKeyEME(e,t){const s={frag:t,keyInfo:e};if(this.emeController&&this.config.emeEnabled){const i=this.emeController.loadKey(s);return(e.keyLoadPromise=i.then((t=>(e.mediaKeySessionContext=t,s)))).catch((s=>{throw e.keyLoadPromise=null,"data"in s&&(s.data.frag=t),s}))}return Promise.resolve(s)}loadKeyHTTP(e,t){const s=this.config,i=new(0,s.loader)(s);return t.keyLoader=e.loader=i,e.keyLoadPromise=new Promise(((r,n)=>{const a={keyInfo:e,frag:t,responseType:"arraybuffer",url:e.decryptdata.uri},o=s.keyLoadPolicy.default,l={loadPolicy:o,timeout:o.maxLoadTimeMs,maxRetry:0,retryDelay:0,maxRetryDelay:0},h={onSuccess:(e,t,s,i)=>{const{frag:a,keyInfo:o}=s,l=Cl(o.decryptdata);if(!a.decryptdata||o!==this.keyIdToKeyInfo[l])return n(this.createKeyLoadError(a,js.KEY_LOAD_ERROR,new Error("after key load, decryptdata unset or changed"),i));o.decryptdata.key=a.decryptdata.key=new Uint8Array(e.data),a.keyLoader=null,o.loader=null,r({frag:a,keyInfo:o})},onError:(e,s,i,r)=>{this.resetLoader(s),n(this.createKeyLoadError(t,js.KEY_LOAD_ERROR,new Error(`HTTP Error ${e.code} loading key ${e.text}`),i,ai({url:a.url,data:void 0},e)))},onTimeout:(e,s,i)=>{this.resetLoader(s),n(this.createKeyLoadError(t,js.KEY_LOAD_TIMEOUT,new Error("key loading timed out"),i))},onAbort:(e,s,i)=>{this.resetLoader(s),n(this.createKeyLoadError(t,js.INTERNAL_ABORTED,new Error("key loading aborted"),i))}};i.load(a,l,h)}))}resetLoader(e){const{frag:t,keyInfo:s,url:i}=e,r=s.loader;t.keyLoader===r&&(t.keyLoader=null,s.loader=null);const n=Cl(s.decryptdata)||i;delete this.keyIdToKeyInfo[n],r&&r.destroy()}}function Cl(e){return e.uri}function kl(e){const{type:t}=e;switch(t){case Xs:return Zs;case Qs:return ei;default:return Js}}function Ml(e,t){let s=e.url;return void 0!==s&&0!==s.indexOf("data:")||(s=t.url),s}class xl{constructor(e){this.hls=void 0,this.loaders=Object.create(null),this.variableList=null,this.onManifestLoaded=this.checkAutostartLoad,this.hls=e,this.registerListeners()}startLoad(e){}stopLoad(){this.destroyInternalLoaders()}registerListeners(){const{hls:e}=this;e.on(zs.MANIFEST_LOADING,this.onManifestLoading,this),e.on(zs.LEVEL_LOADING,this.onLevelLoading,this),e.on(zs.AUDIO_TRACK_LOADING,this.onAudioTrackLoading,this),e.on(zs.SUBTITLE_TRACK_LOADING,this.onSubtitleTrackLoading,this),e.on(zs.LEVELS_UPDATED,this.onLevelsUpdated,this)}unregisterListeners(){const{hls:e}=this;e.off(zs.MANIFEST_LOADING,this.onManifestLoading,this),e.off(zs.LEVEL_LOADING,this.onLevelLoading,this),e.off(zs.AUDIO_TRACK_LOADING,this.onAudioTrackLoading,this),e.off(zs.SUBTITLE_TRACK_LOADING,this.onSubtitleTrackLoading,this),e.off(zs.LEVELS_UPDATED,this.onLevelsUpdated,this)}createInternalLoader(e){const t=this.hls.config,s=t.pLoader,i=t.loader,r=new(s||i)(t);return this.loaders[e.type]=r,r}getInternalLoader(e){return this.loaders[e.type]}resetInternalLoader(e){this.loaders[e]&&delete this.loaders[e]}destroyInternalLoaders(){for(const e in this.loaders){const t=this.loaders[e];t&&t.destroy(),this.resetInternalLoader(e)}}destroy(){this.variableList=null,this.unregisterListeners(),this.destroyInternalLoaders()}onManifestLoading(e,t){const{url:s}=t;this.variableList=null,this.load({id:null,level:0,responseType:"text",type:Ks,url:s,deliveryDirectives:null,levelOrTrack:null})}onLevelLoading(e,t){const{id:s,level:i,pathwayId:r,url:n,deliveryDirectives:a,levelInfo:o}=t;this.load({id:s,level:i,pathwayId:r,responseType:"text",type:Ys,url:n,deliveryDirectives:a,levelOrTrack:o})}onAudioTrackLoading(e,t){const{id:s,groupId:i,url:r,deliveryDirectives:n,track:a}=t;this.load({id:s,groupId:i,level:null,responseType:"text",type:Xs,url:r,deliveryDirectives:n,levelOrTrack:a})}onSubtitleTrackLoading(e,t){const{id:s,groupId:i,url:r,deliveryDirectives:n,track:a}=t;this.load({id:s,groupId:i,level:null,responseType:"text",type:Qs,url:r,deliveryDirectives:n,levelOrTrack:a})}onLevelsUpdated(e,t){const s=this.loaders[Ys];if(s){const e=s.context;e&&!t.levels.some((t=>t===e.levelOrTrack))&&(s.abort(),delete this.loaders[Ys])}}load(e){var t;const s=this.hls.config;let i,r=this.getInternalLoader(e);if(r){const t=this.hls.logger,s=r.context;if(s&&s.levelOrTrack===e.levelOrTrack&&(s.url===e.url||s.deliveryDirectives&&!e.deliveryDirectives))return void(s.url===e.url?t.log(`[playlist-loader]: ignore ${e.url} ongoing request`):t.log(`[playlist-loader]: ignore ${e.url} in favor of ${s.url}`));t.log(`[playlist-loader]: aborting previous loader for type: ${e.type}`),r.abort()}if(i=e.type===Ks?s.manifestLoadPolicy.default:ri({},s.playlistLoadPolicy.default,{timeoutRetry:null,errorRetry:null}),r=this.createInternalLoader(e),Hs(null==(t=e.deliveryDirectives)?void 0:t.part)){let t;if(e.type===Ys&&null!==e.level?t=this.hls.levels[e.level].details:e.type===Xs&&null!==e.id?t=this.hls.audioTracks[e.id].details:e.type===Qs&&null!==e.id&&(t=this.hls.subtitleTracks[e.id].details),t){const e=t.partTarget,s=t.targetduration;if(e&&s){const t=1e3*Math.max(3*e,.8*s);i=ri({},i,{maxTimeToFirstByteMs:Math.min(t,i.maxTimeToFirstByteMs),maxLoadTimeMs:Math.min(t,i.maxTimeToFirstByteMs)})}}}const n=i.errorRetry||i.timeoutRetry||{},a={loadPolicy:i,timeout:i.maxLoadTimeMs,maxRetry:n.maxNumRetry||0,retryDelay:n.retryDelayMs||0,maxRetryDelay:n.maxRetryDelayMs||0},o={onSuccess:(e,t,s,i)=>{const r=this.getInternalLoader(s);this.resetInternalLoader(s.type);const n=e.data;t.parsing.start=performance.now(),Tn.isMediaPlaylist(n)||s.type!==Ks?this.handleTrackOrLevelPlaylist(e,t,s,i||null,r):this.handleMasterPlaylist(e,t,s,i)},onError:(e,t,s,i)=>{this.handleNetworkError(t,s,!1,e,i)},onTimeout:(e,t,s)=>{this.handleNetworkError(t,s,!0,void 0,e)}};r.load(e,a,o)}checkAutostartLoad(){if(!this.hls)return;const{config:{autoStartLoad:e,startPosition:t},forceStartLoad:s}=this.hls;(e||s)&&(this.hls.logger.log(`${e?"auto":"force"} startLoad with configured startPosition ${t}`),this.hls.startLoad(t))}handleMasterPlaylist(e,t,s,i){const r=this.hls,n=e.data,a=Ml(e,s),o=Tn.parseMasterPlaylist(n,a);if(o.playlistParsingError)return t.parsing.end=performance.now(),void this.handleManifestParsingError(e,s,o.playlistParsingError,i,t);const{contentSteering:l,levels:h,sessionData:d,sessionKeys:c,startTimeOffset:u,variableList:f}=o;this.variableList=f,h.forEach((e=>{const{unknownCodecs:t}=e;if(t){const{preferManagedMediaSource:s}=this.hls.config;let{audioCodec:i,videoCodec:r}=e;for(let n=t.length;n--;){const a=t[n];or(a,"audio",s)?(e.audioCodec=i=i?`${i},${a}`:a,nr.audio[i.substring(0,4)]=2,t.splice(n,1)):or(a,"video",s)&&(e.videoCodec=r=r?`${r},${a}`:a,nr.video[r.substring(0,4)]=2,t.splice(n,1))}}}));const{AUDIO:g=[],SUBTITLES:p,"CLOSED-CAPTIONS":m}=Tn.parseMasterPlaylistMedia(n,a,o);if(g.length){g.some((e=>!e.url))||!h[0].audioCodec||h[0].attrs.AUDIO||(this.hls.logger.log("[playlist-loader]: audio codec signaled in quality level, but no embedded audio track signaled, create one"),g.unshift({type:"main",name:"main",groupId:"main",default:!1,autoselect:!1,forced:!1,id:-1,attrs:new rn({}),bitrate:0,url:""}))}r.trigger(zs.MANIFEST_LOADED,{levels:h,audioTracks:g,subtitles:p,captions:m,contentSteering:l,url:a,stats:t,networkDetails:i,sessionData:d,sessionKeys:c,startTimeOffset:u,variableList:f})}handleTrackOrLevelPlaylist(e,t,s,i,r){const n=this.hls,{id:a,level:o,type:l}=s,h=Ml(e,s),d=Hs(o)?o:Hs(a)?a:0,c=kl(s),u=Tn.parseLevelPlaylist(e.data,h,d,c,0,this.variableList);if(l===Ks){const e={attrs:new rn({}),bitrate:0,details:u,name:"",url:h};u.requestScheduled=t.loading.start+$n(u,0),n.trigger(zs.MANIFEST_LOADED,{levels:[e],audioTracks:[],url:h,stats:t,networkDetails:i,sessionData:null,sessionKeys:null,contentSteering:null,startTimeOffset:null,variableList:null})}t.parsing.end=performance.now(),s.levelDetails=u,this.handlePlaylistLoaded(u,e,t,s,i,r)}handleManifestParsingError(e,t,s,i,r){this.hls.trigger(zs.ERROR,{type:qs.NETWORK_ERROR,details:js.MANIFEST_PARSING_ERROR,fatal:t.type===Ks,url:e.url,err:s,error:s,reason:s.message,response:e,context:t,networkDetails:i,stats:r})}handleNetworkError(e,t,s=!1,i,r){let n=`A network ${s?"timeout":"error"+(i?" (status "+i.code+")":"")} occurred while loading ${e.type}`;e.type===Ys?n+=`: ${e.level} id: ${e.id}`:e.type!==Xs&&e.type!==Qs||(n+=` id: ${e.id} group-id: "${e.groupId}"`);const a=new Error(n);this.hls.logger.warn(`[playlist-loader]: ${n}`);let o=js.UNKNOWN,l=!1;const h=this.getInternalLoader(e);switch(e.type){case Ks:o=s?js.MANIFEST_LOAD_TIMEOUT:js.MANIFEST_LOAD_ERROR,l=!0;break;case Ys:o=s?js.LEVEL_LOAD_TIMEOUT:js.LEVEL_LOAD_ERROR,l=!1;break;case Xs:o=s?js.AUDIO_TRACK_LOAD_TIMEOUT:js.AUDIO_TRACK_LOAD_ERROR,l=!1;break;case Qs:o=s?js.SUBTITLE_TRACK_LOAD_TIMEOUT:js.SUBTITLE_LOAD_ERROR,l=!1}h&&this.resetInternalLoader(e.type);const d={type:qs.NETWORK_ERROR,details:o,fatal:l,url:e.url,loader:h,context:e,error:a,networkDetails:t,stats:r};if(i){const s=(null==t?void 0:t.url)||e.url;d.response=ai({url:s,data:void 0},i)}this.hls.trigger(zs.ERROR,d)}handlePlaylistLoaded(e,t,s,i,r,n){const a=this.hls,{type:o,level:l,levelOrTrack:h,id:d,groupId:c,deliveryDirectives:u}=i,f=Ml(t,i),g=kl(i);let p="number"==typeof i.level&&g===Js?l:void 0;const m=e.playlistParsingError;if(m){if(this.hls.logger.warn(`${m} ${e.url}`),!a.config.ignorePlaylistParsingErrors)return void a.trigger(zs.ERROR,{type:qs.NETWORK_ERROR,details:js.LEVEL_PARSING_ERROR,fatal:!1,url:f,error:m,reason:m.message,response:t,context:i,level:p,parent:g,networkDetails:r,stats:s});e.playlistParsingError=null}if(e.fragments.length)switch(e.live&&n&&(n.getCacheAge&&(e.ageHeader=n.getCacheAge()||0),n.getCacheAge&&!isNaN(e.ageHeader)||(e.ageHeader=0)),o){case Ks:case Ys:if(p)if(h){if(h!==a.levels[p]){const e=a.levels.indexOf(h);e>-1&&(p=e)}}else p=0;a.trigger(zs.LEVEL_LOADED,{details:e,levelInfo:h||a.levels[0],level:p||0,id:d||0,stats:s,networkDetails:r,deliveryDirectives:u,withoutMultiVariant:o===Ks});break;case Xs:a.trigger(zs.AUDIO_TRACK_LOADED,{details:e,track:h,id:d||0,groupId:c||"",stats:s,networkDetails:r,deliveryDirectives:u});break;case Qs:a.trigger(zs.SUBTITLE_TRACK_LOADED,{details:e,track:h,id:d||0,groupId:c||"",stats:s,networkDetails:r,deliveryDirectives:u})}else{const n=e.playlistParsingError=new Error("No Segments found in Playlist");a.trigger(zs.ERROR,{type:qs.NETWORK_ERROR,details:js.LEVEL_EMPTY_ERROR,fatal:!1,url:f,error:n,reason:n.message,response:t,context:i,level:p,parent:g,networkDetails:r,stats:s})}}}const Ol={supported:!1,smooth:!1,powerEfficient:!1},Fl={supported:!0,configurations:[],decodingInfoResults:[{supported:!0,powerEfficient:!0,smooth:!0}]};function Nl(e,t,s,i={}){const r=e.videoCodec;if(!r&&!e.audioCodec||!s)return Promise.resolve(Fl);const n=[],a=function(e){var t;const s=null==(t=e.videoCodec)?void 0:t.split(","),i=Bl(e),r=e.width||640,n=e.height||480,a=e.frameRate||30,o=e.videoRange.toLowerCase();return s?s.map((e=>{const t={contentType:hr(vr(e),"video"),width:r,height:n,bitrate:i,framerate:a};return"sdr"!==o&&(t.transferFunction=o),t})):[]}(e),o=a.length,l=function(e,t,s){var i;const r=null==(i=e.audioCodec)?void 0:i.split(","),n=Bl(e);if(r&&e.audioGroups)return e.audioGroups.reduce(((e,i)=>{var a;const o=i?null==(a=t.groups[i])?void 0:a.tracks:null;return o?o.reduce(((e,t)=>{if(t.groupId===i){const i=parseFloat(t.channels||"");r.forEach((t=>{const r={contentType:hr(t,"audio"),bitrate:s?$l(t,n):n};i&&(r.channels=""+i),e.push(r)}))}return e}),e):e}),[]);return[]}(e,t,o>0),h=l.length;for(let e=o||1*h||1;e--;){const t={type:"media-source"};if(o&&(t.video=a[e%o]),h){t.audio=l[e%h];const s=t.audio.bitrate;t.video&&s&&(t.video.bitrate-=s)}n.push(t)}if(r){const e=navigator.userAgent;if(r.split(",").some((e=>er(e)))&&rr())return Promise.resolve(function(e,t){return{supported:!1,configurations:t,decodingInfoResults:[Ol],error:e}}(new Error(`Overriding Windows Firefox HEVC MediaCapabilities result based on user-agent string: (${e})`),n))}return Promise.all(n.map((e=>{const t=function(e){let t="";const{audio:s,video:i}=e;if(i){t+=`${Er(i.contentType)}_r${i.height}x${i.width}f${Math.ceil(i.framerate)}${i.transferFunction||"sd"}_${Math.ceil(i.bitrate/1e5)}`}if(s){t+=`${i?"_":""}${Er(s.contentType)}_c${s.channels}`}return t}(e);return i[t]||(i[t]=s.decodingInfo(e))}))).then((e=>({supported:!e.some((e=>!e.supported)),configurations:n,decodingInfoResults:e}))).catch((e=>({supported:!1,configurations:n,decodingInfoResults:[],error:e})))}function $l(e,t){if(t<=1)return 1;let s=128e3;return"ec-3"===e?s=768e3:"ac-3"===e&&(s=64e4),Math.min(t/2,s)}function Bl(e){return 1e3*Math.ceil(Math.max(.9*e.bitrate,e.averageBitrate)/1e3)||1}class Ul{static get version(){return bl}static isMSESupported(){return wl()}static isSupported(){return function(){if(!wl())return!1;const e=Ei();return"function"==typeof(null==e?void 0:e.isTypeSupported)&&(["avc1.42E01E,mp4a.40.2","av01.0.01M.08","vp09.00.50.08"].some((t=>e.isTypeSupported(hr(t,"video"))))||["mp4a.40.2","fLaC"].some((t=>e.isTypeSupported(hr(t,"audio")))))}()}static getMediaSource(){return Ei()}static get Events(){return zs}static get MetadataSchema(){return no}static get ErrorTypes(){return qs}static get ErrorDetails(){return js}static get DefaultConfig(){return Ul.defaultConfig?Ul.defaultConfig:ol}static set DefaultConfig(e){Ul.defaultConfig=e}constructor(e={}){this.config=void 0,this.userConfig=void 0,this.logger=void 0,this.coreComponents=void 0,this.networkControllers=void 0,this._emitter=new xa,this._autoLevelCapping=-1,this._maxHdcpLevel=null,this.abrController=void 0,this.bufferController=void 0,this.capLevelController=void 0,this.latencyController=void 0,this.levelController=void 0,this.streamController=void 0,this.audioStreamController=void 0,this.subtititleStreamController=void 0,this.audioTrackController=void 0,this.subtitleTrackController=void 0,this.interstitialsController=void 0,this.gapController=void 0,this.emeController=void 0,this.cmcdController=void 0,this._media=null,this._url=null,this._sessionId=void 0,this.triggeringException=void 0,this.started=!1;const t=this.logger=function(e,t,s){const i=di();if("object"==typeof console&&!0===e||"object"==typeof e){const r=["debug","log","info","warn","error"];r.forEach((t=>{i[t]=ci(t,e,s)}));try{i.log(`Debug logs enabled for "${t}" in hls.js version 1.6.12`)}catch(e){return di()}r.forEach((t=>{ui[t]=ci(t,e)}))}else ri(ui,i);return i}(e.debug||!1,"Hls instance",e.assetPlayerId),s=this.config=function(e,t,s){if((t.liveSyncDurationCount||t.liveMaxLatencyDurationCount)&&(t.liveSyncDuration||t.liveMaxLatencyDuration))throw new Error("Illegal hls.js config: don't mix up liveSyncDurationCount/liveMaxLatencyDurationCount and liveSyncDuration/liveMaxLatencyDuration");if(void 0!==t.liveMaxLatencyDurationCount&&(void 0===t.liveSyncDurationCount||t.liveMaxLatencyDurationCount<=t.liveSyncDurationCount))throw new Error('Illegal hls.js config: "liveMaxLatencyDurationCount" must be greater than "liveSyncDurationCount"');if(void 0!==t.liveMaxLatencyDuration&&(void 0===t.liveSyncDuration||t.liveMaxLatencyDuration<=t.liveSyncDuration))throw new Error('Illegal hls.js config: "liveMaxLatencyDuration" must be greater than "liveSyncDuration"');const i=ll(e),r=["TimeOut","MaxRetry","RetryDelay","MaxRetryTimeout"];return["manifest","level","frag"].forEach((e=>{const n=`${"level"===e?"playlist":e}LoadPolicy`,a=void 0===t[n],o=[];r.forEach((s=>{const r=`${e}Loading${s}`,l=t[r];if(void 0!==l&&a){o.push(r);const e=i[n].default;switch(t[n]={default:e},s){case"TimeOut":e.maxLoadTimeMs=l,e.maxTimeToFirstByteMs=l;break;case"MaxRetry":e.errorRetry.maxNumRetry=l,e.timeoutRetry.maxNumRetry=l;break;case"RetryDelay":e.errorRetry.retryDelayMs=l,e.timeoutRetry.retryDelayMs=l;break;case"MaxRetryTimeout":e.errorRetry.maxRetryDelayMs=l,e.timeoutRetry.maxRetryDelayMs=l}}})),o.length&&s.warn(`hls.js config: "${o.join('", "')}" setting(s) are deprecated, use "${n}": ${Dr(t[n])}`)})),ai(ai({},i),t)}(Ul.DefaultConfig,e,t);this.userConfig=e,s.progressive&&hl(s,t);const{abrController:i,bufferController:r,capLevelController:n,errorController:a,fpsController:o}=s,l=new a(this),h=this.abrController=new i(this),d=new Xn(this),c=s.interstitialsController,u=c?this.interstitialsController=new c(this,Ul):null,f=this.bufferController=new r(this,d),g=this.capLevelController=new n(this),p=new o(this),m=new xl(this),v=s.contentSteeringController,y=v?new v(this):null,E=this.levelController=new Tl(this,y),S=new El(this),T=new Dl(this.config,this.logger),_=this.streamController=new Il(this,d,T),b=this.gapController=new dl(this,d);g.setStreamController(_),p.setStreamController(_);const L=[m,E,_];u&&L.splice(1,0,u),y&&L.splice(1,0,y),this.networkControllers=L;const R=[h,f,b,g,p,S,d];this.audioTrackController=this.createController(s.audioTrackController,L);const A=s.audioStreamController;A&&L.push(this.audioStreamController=new A(this,d,T)),this.subtitleTrackController=this.createController(s.subtitleTrackController,L);const P=s.subtitleStreamController;P&&L.push(this.subtititleStreamController=new P(this,d,T)),this.createController(s.timelineController,R),T.emeController=this.emeController=this.createController(s.emeController,R),this.cmcdController=this.createController(s.cmcdController,R),this.latencyController=this.createController(Sl,R),this.coreComponents=R,L.push(l);const w=l.onErrorOut;"function"==typeof w&&this.on(zs.ERROR,w,l),this.on(zs.MANIFEST_LOADED,m.onManifestLoaded,m)}createController(e,t){if(e){const s=new e(this);return t&&t.push(s),s}return null}on(e,t,s=this){this._emitter.on(e,t,s)}once(e,t,s=this){this._emitter.once(e,t,s)}removeAllListeners(e){this._emitter.removeAllListeners(e)}off(e,t,s=this,i){this._emitter.off(e,t,s,i)}listeners(e){return this._emitter.listeners(e)}emit(e,t,s){return this._emitter.emit(e,t,s)}trigger(e,t){if(this.config.debug)return this.emit(e,e,t);try{return this.emit(e,e,t)}catch(t){if(this.logger.error("An internal error happened while handling event "+e+'. Error message: "'+t.message+'". Here is a stacktrace:',t),!this.triggeringException){this.triggeringException=!0;const s=e===zs.ERROR;this.trigger(zs.ERROR,{type:qs.OTHER_ERROR,details:js.INTERNAL_EXCEPTION,fatal:s,event:e,error:t}),this.triggeringException=!1}}return!1}listenerCount(e){return this._emitter.listenerCount(e)}destroy(){this.logger.log("destroy"),this.trigger(zs.DESTROYING,void 0),this.detachMedia(),this.removeAllListeners(),this._autoLevelCapping=-1,this._url=null,this.networkControllers.forEach((e=>e.destroy())),this.networkControllers.length=0,this.coreComponents.forEach((e=>e.destroy())),this.coreComponents.length=0;const e=this.config;e.xhrSetup=e.fetchSetup=void 0,this.userConfig=null}attachMedia(e){if(!e||"media"in e&&!e.media){const t=new Error(`attachMedia failed: invalid argument (${e})`);return void this.trigger(zs.ERROR,{type:qs.OTHER_ERROR,details:js.ATTACH_MEDIA_ERROR,fatal:!0,error:t})}this.logger.log("attachMedia"),this._media&&(this.logger.warn("media must be detached before attaching"),this.detachMedia());const t="media"in e,s=t?e.media:e,i=t?e:{media:s};this._media=s,this.trigger(zs.MEDIA_ATTACHING,i)}detachMedia(){this.logger.log("detachMedia"),this.trigger(zs.MEDIA_DETACHING,{}),this._media=null}transferMedia(){this._media=null;const e=this.bufferController.transferMedia();return this.trigger(zs.MEDIA_DETACHING,{transferMedia:e}),e}loadSource(e){this.stopLoad();const t=this.media,s=this._url,i=this._url=Ri.buildAbsoluteURL(self.location.href,e,{alwaysNormalize:!0});this._autoLevelCapping=-1,this._maxHdcpLevel=null,this.logger.log(`loadSource:${i}`),t&&s&&(s!==i||this.bufferController.hasSourceTypes())&&(this.detachMedia(),this.attachMedia(t)),this.trigger(zs.MANIFEST_LOADING,{url:e})}get url(){return this._url}get hasEnoughToStart(){return this.streamController.hasEnoughToStart}get startPosition(){return this.streamController.startPositionValue}startLoad(e=-1,t){this.logger.log(`startLoad(${e+(t?", <skip seek to start>":"")})`),this.started=!0,this.resumeBuffering();for(let s=0;s<this.networkControllers.length&&(this.networkControllers[s].startLoad(e,t),this.started&&this.networkControllers);s++);}stopLoad(){this.logger.log("stopLoad"),this.started=!1;for(let e=0;e<this.networkControllers.length&&(this.networkControllers[e].stopLoad(),!this.started&&this.networkControllers);e++);}get loadingEnabled(){return this.started}get bufferingEnabled(){return this.streamController.bufferingEnabled}resumeBuffering(){this.bufferingEnabled||(this.logger.log("resume buffering"),this.networkControllers.forEach((e=>{e.resumeBuffering&&e.resumeBuffering()})))}pauseBuffering(){this.bufferingEnabled&&(this.logger.log("pause buffering"),this.networkControllers.forEach((e=>{e.pauseBuffering&&e.pauseBuffering()})))}get inFlightFragments(){const e={[Js]:this.streamController.inFlightFrag};return this.audioStreamController&&(e[Zs]=this.audioStreamController.inFlightFrag),this.subtititleStreamController&&(e[ei]=this.subtititleStreamController.inFlightFrag),e}swapAudioCodec(){this.logger.log("swapAudioCodec"),this.streamController.swapAudioCodec()}recoverMediaError(){this.logger.log("recoverMediaError");const e=this._media,t=null==e?void 0:e.currentTime;this.detachMedia(),e&&(this.attachMedia(e),t&&this.startLoad(t))}removeLevel(e){this.levelController.removeLevel(e)}get sessionId(){let e=this._sessionId;return e||(e=this._sessionId=function(){try{return crypto.randomUUID()}catch(e){try{const e=URL.createObjectURL(new Blob),t=e.toString();return URL.revokeObjectURL(e),t.slice(t.lastIndexOf("/")+1)}catch(e){let t=(new Date).getTime();return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,(e=>{const s=(t+16*Math.random())%16|0;return t=Math.floor(t/16),("x"==e?s:3&s|8).toString(16)}))}}}()),e}get levels(){const e=this.levelController.levels;return e||[]}get latestLevelDetails(){return this.streamController.getLevelDetails()||null}get loadLevelObj(){return this.levelController.loadLevelObj}get currentLevel(){return this.streamController.currentLevel}set currentLevel(e){this.logger.log(`set currentLevel:${e}`),this.levelController.manualLevel=e,this.streamController.immediateLevelSwitch()}get nextLevel(){return this.streamController.nextLevel}set nextLevel(e){this.logger.log(`set nextLevel:${e}`),this.levelController.manualLevel=e,this.streamController.nextLevelSwitch()}get loadLevel(){return this.levelController.level}set loadLevel(e){this.logger.log(`set loadLevel:${e}`),this.levelController.manualLevel=e}get nextLoadLevel(){return this.levelController.nextLoadLevel}set nextLoadLevel(e){this.levelController.nextLoadLevel=e}get firstLevel(){return Math.max(this.levelController.firstLevel,this.minAutoLevel)}set firstLevel(e){this.logger.log(`set firstLevel:${e}`),this.levelController.firstLevel=e}get startLevel(){const e=this.levelController.startLevel;return-1===e&&this.abrController.forcedAutoLevel>-1?this.abrController.forcedAutoLevel:e}set startLevel(e){this.logger.log(`set startLevel:${e}`),-1!==e&&(e=Math.max(e,this.minAutoLevel)),this.levelController.startLevel=e}get capLevelToPlayerSize(){return this.config.capLevelToPlayerSize}set capLevelToPlayerSize(e){const t=!!e;t!==this.config.capLevelToPlayerSize&&(t?this.capLevelController.startCapping():(this.capLevelController.stopCapping(),this.autoLevelCapping=-1,this.streamController.nextLevelSwitch()),this.config.capLevelToPlayerSize=t)}get autoLevelCapping(){return this._autoLevelCapping}get bandwidthEstimate(){const{bwEstimator:e}=this.abrController;return e?e.getEstimate():NaN}set bandwidthEstimate(e){this.abrController.resetEstimator(e)}get abrEwmaDefaultEstimate(){const{bwEstimator:e}=this.abrController;return e?e.defaultEstimate:NaN}get ttfbEstimate(){const{bwEstimator:e}=this.abrController;return e?e.getEstimateTTFB():NaN}set autoLevelCapping(e){this._autoLevelCapping!==e&&(this.logger.log(`set autoLevelCapping:${e}`),this._autoLevelCapping=e,this.levelController.checkMaxAutoUpdated())}get maxHdcpLevel(){return this._maxHdcpLevel}set maxHdcpLevel(e){(function(e){return Sr.indexOf(e)>-1})(e)&&this._maxHdcpLevel!==e&&(this._maxHdcpLevel=e,this.levelController.checkMaxAutoUpdated())}get autoLevelEnabled(){return-1===this.levelController.manualLevel}get manualLevel(){return this.levelController.manualLevel}get minAutoLevel(){const{levels:e,config:{minAutoBitrate:t}}=this;if(!e)return 0;const s=e.length;for(let i=0;i<s;i++)if(e[i].maxBitrate>=t)return i;return 0}get maxAutoLevel(){const{levels:e,autoLevelCapping:t,maxHdcpLevel:s}=this;let i;if(i=-1===t&&null!=e&&e.length?e.length-1:t,s)for(let t=i;t--;){const i=e[t].attrs["HDCP-LEVEL"];if(i&&i<=s)return t}return i}get firstAutoLevel(){return this.abrController.firstAutoLevel}get nextAutoLevel(){return this.abrController.nextAutoLevel}set nextAutoLevel(e){this.abrController.nextAutoLevel=e}get playingDate(){return this.streamController.currentProgramDateTime}get mainForwardBufferInfo(){return this.streamController.getMainFwdBufferInfo()}get maxBufferLength(){return this.streamController.maxBufferLength}setAudioOption(e){var t;return(null==(t=this.audioTrackController)?void 0:t.setAudioOption(e))||null}setSubtitleOption(e){var t;return(null==(t=this.subtitleTrackController)?void 0:t.setSubtitleOption(e))||null}get allAudioTracks(){const e=this.audioTrackController;return e?e.allAudioTracks:[]}get audioTracks(){const e=this.audioTrackController;return e?e.audioTracks:[]}get audioTrack(){const e=this.audioTrackController;return e?e.audioTrack:-1}set audioTrack(e){const t=this.audioTrackController;t&&(t.audioTrack=e)}get allSubtitleTracks(){const e=this.subtitleTrackController;return e?e.allSubtitleTracks:[]}get subtitleTracks(){const e=this.subtitleTrackController;return e?e.subtitleTracks:[]}get subtitleTrack(){const e=this.subtitleTrackController;return e?e.subtitleTrack:-1}get media(){return this._media}set subtitleTrack(e){const t=this.subtitleTrackController;t&&(t.subtitleTrack=e)}get subtitleDisplay(){const e=this.subtitleTrackController;return!!e&&e.subtitleDisplay}set subtitleDisplay(e){const t=this.subtitleTrackController;t&&(t.subtitleDisplay=e)}get lowLatencyMode(){return this.config.lowLatencyMode}set lowLatencyMode(e){this.config.lowLatencyMode=e}get liveSyncPosition(){return this.latencyController.liveSyncPosition}get latency(){return this.latencyController.latency}get maxLatency(){return this.latencyController.maxLatency}get targetLatency(){return this.latencyController.targetLatency}set targetLatency(e){this.latencyController.targetLatency=e}get drift(){return this.latencyController.drift}get forceStartLoad(){return this.streamController.forceStartLoad}get pathways(){return this.levelController.pathways}get pathwayPriority(){return this.levelController.pathwayPriority}set pathwayPriority(e){this.levelController.pathwayPriority=e}get bufferedToEnd(){var e;return!(null==(e=this.bufferController)||!e.bufferedToEnd)}get interstitialsManager(){var e;return(null==(e=this.interstitialsController)?void 0:e.interstitialsManager)||null}getMediaDecodingInfo(e,t=this.allAudioTracks){return Nl(e,kr(t),navigator.mediaCapabilities)}}Ul.defaultConfig=void 0;vi.KeySystemFormats,vi.KeySystems,vi.SubtitleStreamController,vi.TimelineController,vi.requestMediaKeySystemAccess;const Gl={maxBufferLength:12},Hl={maxBufferLength:40};class Vl extends Ul{static get P2PEvents(){return Gs.Events}static get P2pEngine(){return Gs}constructor(e={}){let t=e.p2pConfig||{};const s=!1===t.live?Hl:Gl;let i=JSON.parse(JSON.stringify(s));i.maxBufferSize=0;for(let t in e)"p2pConfig"!==t&&(i[t]=e[t]);super(i),this._restartEvent=()=>{this.restartP2P()},Gs.isSupported()&&(this._p2pEngine=new Gs({...t,hlsjsInstance:this}),this._p2pEngine.on(Gs.Events.RESTART_P2P,this._restartEvent)),this.on(Ul.Events.DESTROYING,(()=>{this._p2pEngine&&(this._p2pEngine.removeListener(Gs.Events.RESTART_P2P,this._restartEvent),this._p2pEngine.hlsjs=null,this._p2pEngine=null)}))}get p2pEngine(){return this._p2pEngine}enableP2P(){this._p2pEngine&&(this._p2pEngine=this._p2pEngine.enableP2P())}disableP2P(){this._p2pEngine&&this._p2pEngine.disableP2P()}restartP2P(){this._p2pEngine&&(this._p2pEngine.disableP2P(),setTimeout((()=>{this.enableP2P()}),2e3),this._p2pEngine.removeAllListeners(Gs.Events.RESTART_P2P),this._p2pEngine.once(Gs.Events.RESTART_P2P,(()=>{this.disableP2P()})))}}Vl.engineVersion=Gs.version,Vl.protocolVersion=Gs.protocolVersion,Vl.WEBRTC_SUPPORT=Gs.isSupported();const Wl=Vl})(),i=i.default})()));