@swarmcloud/hls 2.12.6 → 2.12.7

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 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 u(e,t,r){var i={fired:!1,wrapFn:void 0,target:e,type:t,listener:r},s=d.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,d=g(l,h);for(r=0;r<h;++r)i(d[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,u(this,e,t)),this},n.prototype.prependOnceListener=function(e,t){return o(t),this.prependListener(e,u(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 d=o.path,u=d.substring(0,d.lastIndexOf("/")+1)+n.path;h.path=a.normalizePath(u)}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){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 i(t){for(var r=1;r<arguments.length;r++){var i=null!=arguments[r]?arguments[r]:{};r%2?e(Object(i),!0).forEach((function(e){var r,n,a;r=t,n=e,a=i[e],(n=s(n))in r?Object.defineProperty(r,n,{value:a,enumerable:!0,configurable:!0,writable:!0}):r[n]=a})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(i)):e(Object(i)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(i,e))}))}return t}function s(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,"string");if("object"!=typeof i)return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:String(t)}function n(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,s(i.key),i)}}function a(e,t,r){return t&&n(e.prototype,t),r&&n(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(e[i]=r[i])}return e},o.apply(this,arguments)}function l(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,d(e,t)}function h(e){return h=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},h(e)}function d(e,t){return d=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},d(e,t)}function u(e,t,r){return u=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}()?Reflect.construct.bind():function(e,t,r){var i=[null];i.push.apply(i,t);var s=new(Function.bind.apply(e,i));return r&&d(s,r.prototype),s},u.apply(null,arguments)}function c(e){var t="function"==typeof Map?new Map:void 0;return c=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 u(e,arguments,h(this).constructor)}return r.prototype=Object.create(e.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),d(r,e)},c(e)}function f(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var g={exports:{}};!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 d=o.path,u=d.substring(0,d.lastIndexOf("/")+1)+n.path;h.path=a.normalizePath(u)}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}(g);var p=g.exports,m=Number.isFinite||function(e){return"number"==typeof e&&isFinite(e)},v=Number.isSafeInteger||function(e){return"number"==typeof e&&Math.abs(e)<=y},y=Number.MAX_SAFE_INTEGER||9007199254740991,E=function(e){return e.MEDIA_ATTACHING="hlsMediaAttaching",e.MEDIA_ATTACHED="hlsMediaAttached",e.MEDIA_DETACHING="hlsMediaDetaching",e.MEDIA_DETACHED="hlsMediaDetached",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.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.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_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}({}),S=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}({}),T=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.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.INTERNAL_EXCEPTION="internalException",e.INTERNAL_ABORTED="aborted",e.UNKNOWN="unknown",e}({}),_=function(){},L={trace:_,debug:_,log:_,warn:_,info:_,error:_},b=L;function R(e,t){if("object"==typeof console&&!0===e||"object"==typeof e){!function(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),i=1;i<t;i++)r[i-1]=arguments[i];r.forEach((function(t){b[t]=e[t]?e[t].bind(e):function(e){var t=self.console[e];return t?t.bind(self.console,"["+e+"] >"):_}(t)}))}(e,"debug","log","info","warn","error");try{b.log('Debug logs enabled for "'+t+'" in hls.js version 1.5.13')}catch(e){b=L}}else b=L}var P=b,w=/^(\d+)x(\d+)$/,A=/(.+?)=(".*?"|.*?)(?:,|$)/g,I=function(){function e(t){"string"==typeof t&&(t=e.parseAttrList(t)),o(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.bool=function(e){return"YES"===this[e]},t.decimalResolution=function(e){var t=w.exec(this[e]);if(null!==t)return{width:parseInt(t[1],10),height:parseInt(t[2],10)}},e.parseAttrList=function(e){var t,r={};for(A.lastIndex=0;null!==(t=A.exec(e));){var i=t[2];0===i.indexOf('"')&&i.lastIndexOf('"')===i.length-1&&(i=i.slice(1,-1)),r[t[1].trim()]=i}return r},a(e,[{key:"clientAttrs",get:function(){return Object.keys(this).filter((function(e){return"X-"===e.substring(0,2)}))}}]),e}();function C(e){return"SCTE35-OUT"===e||"SCTE35-IN"===e}var D=function(){function e(e,t){if(this.attr=void 0,this._startDate=void 0,this._endDate=void 0,this._badValueForSameId=void 0,t){var r=t.attr;for(var i in r)if(Object.prototype.hasOwnProperty.call(e,i)&&e[i]!==r[i]){P.warn('DATERANGE tag attribute: "'+i+'" does not match for tags with ID: "'+e.ID+'"'),this._badValueForSameId=i;break}e=o(new I({}),r,e)}if(this.attr=e,this._startDate=new Date(e["START-DATE"]),"END-DATE"in this.attr){var s=new Date(this.attr["END-DATE"]);m(s.getTime())&&(this._endDate=s)}}return a(e,[{key:"id",get:function(){return this.attr.ID}},{key:"class",get:function(){return this.attr.CLASS}},{key:"startDate",get:function(){return this._startDate}},{key:"endDate",get:function(){if(this._endDate)return this._endDate;var e=this.duration;return null!==e?new Date(this._startDate.getTime()+1e3*e):null}},{key:"duration",get:function(){if("DURATION"in this.attr){var e=this.attr.decimalFloatingPoint("DURATION");if(m(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:"isValid",get:function(){return!!this.id&&!this._badValueForSameId&&m(this.startDate.getTime())&&(null===this.duration||this.duration>=0)&&(!this.endOnNext||!!this.class)}}]),e}(),k=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}},x="audio",M="video",O="audiovideo",F=function(){function e(e){var t;this._byteRange=null,this._url=null,this.baseurl=void 0,this.relurl=void 0,this.elementaryStreams=((t={})[x]=null,t[M]=null,t[O]=null,t),this.baseurl=e}return e.prototype.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]},a(e,[{key:"byteRange",get:function(){return this._byteRange?this._byteRange:[]}},{key:"byteRangeStartOffset",get:function(){return this.byteRange[0]}},{key:"byteRangeEndOffset",get:function(){return this.byteRange[1]}},{key:"url",get:function(){return!this._url&&this.baseurl&&this.relurl&&(this._url=p.buildAbsoluteURL(this.baseurl,this.relurl,{alwaysNormalize:!0})),this._url||""},set:function(e){this._url=e}}]),e}(),N=function(e){function t(t,r){var i;return(i=e.call(this,r)||this)._decryptdata=null,i.rawProgramDateTime=null,i.programDateTime=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.deltaPTS=void 0,i.maxStartPTS=void 0,i.minEndPTS=void 0,i.stats=new k,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}l(t,e);var r=t.prototype;return 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}},r.clearElementaryStreamInfo=function(){var e=this.elementaryStreams;e[x]=null,e[M]=null,e[O]=null},a(t,[{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)return this._decryptdata=this.levelkeys[t[0]].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;if(!m(this.programDateTime))return null;var e=m(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=Object.keys(this.levelkeys),r=t.length;if(r>1||1===r&&this.levelkeys[t[0]].encrypted)return!0}return!1}}]),t}(F),B=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.stats=new k,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 l(t,e),a(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)}}]),t}(F),U=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.live=!0,this.ageHeader=0,this.advancedDateTime=void 0,this.updated=!0,this.advanced=!0,this.availabilityDelay=void 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.fragments=[],this.encryptedFragments=[],this.dateRanges={},this.url=e}return e.prototype.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,this.availabilityDelay=e.availabilityDelay},a(e,[{key:"hasProgramDateTime",get:function(){return!!this.fragments.length&&m(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(){var e;return null!=(e=this.fragments)&&e.length?this.fragments[this.fragments.length-1].end: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:"lastPartSn",get:function(){var e;return null!=(e=this.partList)&&e.length?this.partList[this.partList.length-1].fragment.sn:this.endSN}}]),e}(),G=f(void 0);function H(e,t,r){return Uint8Array.prototype.slice?e.slice(t,r):new Uint8Array(Array.prototype.slice.call(e,t,r))}var $,W=function(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},q=function(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},V=function(e,t){for(var r=t,i=0;W(e,t);)i+=10,i+=j(e,t+6),q(e,t+10)&&(i+=10),t+=i;if(i>0)return e.subarray(r,r+i)},j=function(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]},z=function(e,t){return W(e,t)&&j(e,t+6)+10<=e.length-t},K=function(e){for(var t=J(e),r=0;r<t.length;r++){var i=t[r];if(Y(i))return re(i)}},Y=function(e){return e&&"PRIV"===e.key&&"com.apple.streaming.transportStreamTimestamp"===e.info},X=function(e){var t=String.fromCharCode(e[0],e[1],e[2],e[3]),r=j(e,4);return{type:t,size:r,data:e.subarray(10,10+r)}},J=function(e){for(var t=0,r=[];W(e,t);){for(var i=j(e,t+6),s=(t+=10)+i;t+8<s;){var n=X(e.subarray(t)),a=Q(n);a&&r.push(a),t+=n.size+10}q(e,t)&&(t+=10)}return r},Q=function(e){return"PRIV"===e.type?Z(e):"W"===e.type[0]?te(e):ee(e)},Z=function(e){if(!(e.size<2)){var t=ie(e.data,!0),r=new Uint8Array(e.data.subarray(t.length+1));return{key:e.type,info:t,data:r.buffer}}},ee=function(e){if(!(e.size<2)){if("TXXX"===e.type){var t=1,r=ie(e.data.subarray(t),!0);t+=r.length+1;var i=ie(e.data.subarray(t));return{key:e.type,info:r,data:i}}var s=ie(e.data.subarray(1));return{key:e.type,data:s}}},te=function(e){if("WXXX"===e.type){if(e.size<2)return;var t=1,r=ie(e.data.subarray(t),!0);t+=r.length+1;var i=ie(e.data.subarray(t));return{key:e.type,info:r,data:i}}var s=ie(e.data);return{key:e.type,data:s}},re=function(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)}},ie=function(e,t){void 0===t&&(t=!1);var r=function(){if(!navigator.userAgent.includes("PlayStation 4"))return $||void 0===self.TextDecoder||($=new self.TextDecoder("utf-8")),$}();if(r){var i=r.decode(e);if(t){var s=i.indexOf("\0");return-1!==s?i.substring(0,s):i}return i.replace(/\0/g,"")}for(var n,a,o,l=e.length,h="",d=0;d<l;){if(0===(n=e[d++])&&t)return h;if(0!==n&&3!==n)switch(n>>4){case 0:case 1:case 2:case 3:case 4:case 5:case 6:case 7:h+=String.fromCharCode(n);break;case 12:case 13:a=e[d++],h+=String.fromCharCode((31&n)<<6|63&a);break;case 14:a=e[d++],o=e[d++],h+=String.fromCharCode((15&n)<<12|(63&a)<<6|63&o)}}return h};var se=function(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},ne=Math.pow(2,32)-1,ae=[].push,oe={video:1,audio:2,id3:3,text:4};function le(e){return String.fromCharCode.apply(null,e)}function he(e,t){var r=e[t]<<8|e[t+1];return r<0?65536+r:r}function de(e,t){var r=ce(e,t);return r<0?4294967296+r:r}function ue(e,t){var r=de(e,t);return(r*=Math.pow(2,32))+de(e,t+4)}function ce(e,t){return e[t]<<24|e[t+1]<<16|e[t+2]<<8|e[t+3]}function fe(e,t,r){e[t]=r>>24,e[t+1]=r>>16&255,e[t+2]=r>>8&255,e[t+3]=255&r}function ge(e,t){var r=[];if(!t.length)return r;for(var i=e.byteLength,s=0;s<i;){var n=de(e,s),a=n>1?s+n:i;if(le(e.subarray(s+4,s+8))===t[0])if(1===t.length)r.push(e.subarray(s+8,a));else{var o=ge(e.subarray(s+8,a),t.slice(1));o.length&&ae.apply(r,o)}s=a}return r}function pe(e){var t=[],r=e[0],i=8,s=de(e,i);i+=4;var n=0,a=0;0===r?(n=de(e,i),a=de(e,i+4),i+=8):(n=ue(e,i),a=ue(e,i+8),i+=16),i+=2;var o=e.length+a,l=he(e,i);i+=2;for(var h=0;h<l;h++){var d=i,u=de(e,d);d+=4;var c=2147483647&u;if(1==(2147483648&u)>>>31)return P.warn("SIDX has hierarchical references (not supported)"),null;var f=de(e,d);d+=4,t.push({referenceSize:c,subsegmentDuration:f,info:{duration:f/s,start:o,end:o+c-1}}),o+=c,i=d+=4}return{earliestPresentationTime:n,timescale:s,version:r,referencesCount:l,references:t}}function me(e){for(var t=[],r=ge(e,["moov","trak"]),s=0;s<r.length;s++){var n=r[s],a=ge(n,["tkhd"])[0];if(a){var o=a[0],l=de(a,0===o?12:20),h=ge(n,["mdia","mdhd"])[0];if(h){var d=de(h,0===(o=h[0])?12:20),u=ge(n,["mdia","hdlr"])[0];if(u){var c=le(u.subarray(8,12)),f={soun:x,vide:M}[c];if(f){var g=ve(ge(n,["mdia","minf","stbl","stsd"])[0]);t[l]={timescale:d,type:f},t[f]=i({timescale:d,id:l},g)}}}}}return ge(e,["moov","mvex","trex"]).forEach((function(e){var r=de(e,4),i=t[r];i&&(i.default={duration:de(e,12),flags:de(e,20)})})),t}function ve(e){var t=e.subarray(8),r=t.subarray(86),i=le(t.subarray(4,8)),s=i,n="enca"===i||"encv"===i;if(n){var a=ge(t,[i])[0];ge(a.subarray("enca"===i?28:78),["sinf"]).forEach((function(e){var t=ge(e,["schm"])[0];if(t){var r=le(t.subarray(4,8));if("cbcs"===r||"cenc"===r){var i=ge(e,["frma"])[0];i&&(s=le(i))}}}))}switch(s){case"avc1":case"avc2":case"avc3":case"avc4":var o=ge(r,["avcC"])[0];s+="."+Ee(o[1])+Ee(o[2])+Ee(o[3]);break;case"mp4a":var l=ge(t,[i])[0],h=ge(l.subarray(28),["esds"])[0];if(h&&h.length>12){var d=4;if(3!==h[d++])break;d=ye(h,d),d+=2;var u=h[d++];if(128&u&&(d+=2),64&u&&(d+=h[d++]),4!==h[d++])break;d=ye(h,d);var c=h[d++];if(64!==c)break;if(s+="."+Ee(c),d+=12,5!==h[d++])break;d=ye(h,d);var f=h[d++],g=(248&f)>>3;31===g&&(g+=1+((7&f)<<3)+((224&h[d])>>5)),s+="."+g}break;case"hvc1":case"hev1":var p=ge(r,["hvcC"])[0],m=p[1],v=["","A","B","C"][m>>6],y=31&m,E=de(p,2),S=(32&m)>>5?"H":"L",T=p[12],_=p.subarray(6,12);s+="."+v+y,s+="."+E.toString(16).toUpperCase(),s+="."+S+T;for(var L="",b=_.length;b--;){var R=_[b];(R||L)&&(L="."+R.toString(16).toUpperCase()+L)}s+=L;break;case"dvh1":case"dvhe":var P=ge(r,["dvcC"])[0],w=P[2]>>1&127,A=P[2]<<5&32|P[3]>>3&31;s+="."+Se(w)+"."+Se(A);break;case"vp09":var I=ge(r,["vpcC"])[0],C=I[4],D=I[5],k=I[6]>>4&15;s+="."+Se(C)+"."+Se(D)+"."+Se(k);break;case"av01":var x=ge(r,["av1C"])[0],M=x[1]>>>5,O=31&x[1],F=x[2]>>>7?"H":"M",N=(64&x[2])>>6,B=(32&x[2])>>5,U=2===M&&N?B?12:10:N?10:8,G=(16&x[2])>>4,H=(8&x[2])>>3,$=(4&x[2])>>2,W=3&x[2];s+="."+M+"."+Se(O)+F+"."+Se(U)+"."+G+"."+H+$+W+"."+Se(1)+"."+Se(1)+"."+Se(1)+".0"}return{codec:s,encrypted:n}}function ye(e,t){for(var r=t+5;128&e[t++]&&t<r;);return t}function Ee(e){return("0"+e.toString(16).toUpperCase()).slice(-2)}function Se(e){return(e<10?"0":"")+e}function Te(e){var t=de(e,0),r=8;1&t&&(r+=4),4&t&&(r+=4);for(var i=0,s=de(e,4),n=0;n<s;n++)256&t&&(i+=de(e,r),r+=4),512&t&&(r+=4),1024&t&&(r+=4),2048&t&&(r+=4);return i}function _e(e,t){var r=new Uint8Array(e.length+t.length);return r.set(e),r.set(t,e.length),r}function Le(e,t){var r=[],i=t.samples,s=t.timescale,n=t.id,a=!1;return ge(i,["moof"]).map((function(o){var l=o.byteOffset-8;ge(o,["traf"]).map((function(o){var h=ge(o,["tfdt"]).map((function(e){var t=e[0],r=de(e,4);return 1===t&&(r*=Math.pow(2,32),r+=de(e,8)),r/s}))[0];return void 0!==h&&(e=h),ge(o,["tfhd"]).map((function(h){var d=de(h,4),u=16777215&de(h,0),c=0,f=!!(16&u),g=0,p=!!(32&u),m=8;d===n&&(!!(1&u)&&(m+=8),!!(2&u)&&(m+=4),!!(8&u)&&(c=de(h,m),m+=4),f&&(g=de(h,m),m+=4),p&&(m+=4),"video"===t.type&&(a=function(e){if(!e)return!1;var t=e.indexOf("."),r=t<0?e:e.substring(0,t);return"hvc1"===r||"hev1"===r||"dvh1"===r||"dvhe"===r}(t.codec)),ge(o,["trun"]).map((function(n){var o=n[0],h=16777215&de(n,0),d=!!(1&h),u=0,f=!!(4&h),p=!!(256&h),m=0,v=!!(512&h),y=0,E=!!(1024&h),S=!!(2048&h),T=0,_=de(n,4),L=8;d&&(u=de(n,L),L+=4),f&&(L+=4);for(var b=u+l,R=0;R<_;R++){if(p?(m=de(n,L),L+=4):m=c,v?(y=de(n,L),L+=4):y=g,E&&(L+=4),S&&(T=0===o?de(n,L):ce(n,L),L+=4),t.type===M)for(var P=0;P<y;){var w=de(i,b);be(a,i[b+=4])&&Re(i.subarray(b,b+w),a?2:1,e+T/s,r),b+=w,P+=w+4}e+=m/s}})))}))}))})),r}function be(e,t){if(e){var r=t>>1&63;return 39===r||40===r}return 6==(31&t)}function Re(e,t,r,i){var s=Pe(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,d=n;if(o<h)n+=o;else if(o>h){P.error("Malformed SEI payload. "+o+" is too small, only "+h+" bytes left to parse.");break}if(4===a){if(181===s[d++]){var u=he(s,d);if(d+=2,49===u){var c=de(s,d);if(d+=4,1195456820===c){var f=s[d++];if(3===f){var g=s[d++],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[d++]}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[d++].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[d++];i.push({payloadType:a,pts:r,uuid:E.join(""),userData:ie(L),userDataBytes:L})}}}function Pe(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 we=function(){function e(e,t,r,i,s){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&&"AES-128"!==e}e.clearKeyUriToKeyIdMap=function(){};var t=e.prototype;return t.isSupported=function(){if(this.method){if("AES-128"===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("AES-128"===this.method&&this.uri&&!this.iv){"number"!=typeof t&&("AES-128"!==this.method||this.iv||P.warn('missing IV for initialization segment with method="'+this.method+'" - compliance issue'),t=0);var r=function(e){for(var t=new Uint8Array(16),r=12;r<16;r++)t[r]=e>>8*(15-r)&255;return t}(t);return new e(this.method,this.uri,"identity",this.keyFormatVersions,r)}return this},e}();function Ae(e){if(void 0===e&&(e=!0),"undefined"!=typeof self)return(e||!self.MediaSource)&&self.ManagedMediaSource||self.MediaSource||self.WebKitMediaSource}var Ie={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,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 Ce(e,t,r){return void 0===r&&(r=!0),!e.split(",").some((function(e){return!De(e,t,r)}))}function De(e,t,r){var i;void 0===r&&(r=!0);var s=Ae(r);return null!=(i=null==s?void 0:s.isTypeSupported(ke(e,t)))&&i}function ke(e,t){return t+'/mp4;codecs="'+e+'"'}function xe(e){if(e){var t=e.substring(0,4);return Ie.video[t]}return 2}function Me(e){return e.split(",").reduce((function(e,t){var r=Ie.video[t];return r?(2*r+e)/(e?3:2):(Ie.audio[t]+e)/(e?2:1)}),0)}var Oe={},Fe=/flac|opus/i;function Ne(e,t){return void 0===t&&(t=!0),e.replace(Fe,(function(e){return function(e,t){if(void 0===t&&(t=!0),Oe[e])return Oe[e];for(var r={flac:["flac","fLaC","FLAC"],opus:["opus","Opus"]}[e],i=0;i<r.length;i++)if(De(r[i],"audio",t))return Oe[e]=r[i],r[i];return e}(e.toLowerCase(),t)}))}function Be(e,t){return e&&"mp4a"!==e?e:t?t.split(",")[0]:t}var Ue=/#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,Ge=/#EXT-X-MEDIA:(.*)/g,He=/^#EXT(?:INF|-X-TARGETDURATION):/m,$e=new RegExp([/#EXTINF:\s*(\d*(?:\.\d+)?)(?:,(.*)\s+)?/.source,/(?!#) *(\S[^\r\n]*)/.source,/#EXT-X-BYTERANGE:*(.+)/.source,/#EXT-X-PROGRAM-DATE-TIME:(.+)/.source,/#.*/.source].join("|"),"g"),We=new RegExp([/#(EXTM3U)/.source,/#EXT-X-(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("|")),qe=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 p.buildAbsoluteURL(t,e,{alwaysNormalize:!0})},e.isMediaPlaylist=function(e){return He.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=[];for(Ue.lastIndex=0;null!=(i=Ue.exec(t));)if(i[1]){var a,o=new I(i[1]),l=i[2],h={attrs:o,bitrate:o.decimalInteger("BANDWIDTH")||o.decimalInteger("AVERAGE-BANDWIDTH"),name:o.NAME,url:e.resolve(l,r)},d=o.decimalResolution("RESOLUTION");d&&(h.width=d.width,h.height=d.height),ze(o.CODECS,h),null!=(a=h.unknownCodecs)&&a.length||n.push(h),s.levels.push(h)}else if(i[3]){var u=i[3],c=i[4];switch(u){case"SESSION-DATA":var f=new I(c),g=f["DATA-ID"];g&&(null===s.sessionData&&(s.sessionData={}),s.sessionData[g]=f);break;case"SESSION-KEY":var p=Ve(c,r);p.encrypted&&p.isSupported()?(null===s.sessionKeys&&(s.sessionKeys=[]),s.sessionKeys.push(p)):P.warn('[Keys] Ignoring invalid EXT-X-SESSION-KEY tag: "'+c+'"');break;case"DEFINE":break;case"CONTENT-STEERING":var m=new I(c);s.contentSteering={uri:e.resolve(m["SERVER-URI"],r),pathwayId:m["PATHWAY-ID"]||"."};break;case"START":s.startTimeOffset=je(c)}}var v=n.length>0&&n.length<s.levels.length;return s.levels=v?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(Ge.lastIndex=0;null!==(s=Ge.exec(t));){var h=new I(s[1]),d=h.TYPE;if(d){var u=o[d],c=n[d]||[];n[d]=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:d,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!=u&&u.length){var E=e.findGroup(u,y.groupId)||u[0];Ke(y,E,"audioCodec"),Ke(y,E,"textCodec")}c.push(y)}}return n},e.parseLevelPlaylist=function(e,t,r,i,s,n){var a,l,h,d=new U(t),u=d.fragments,c=null,f=0,g=0,p=0,v=0,y=null,E=new N(i,t),S=-1,T=!1,_=null;for($e.lastIndex=0,d.m3u8=e,d.hasVariableRefs=!1;null!==(a=$e.exec(e));){T&&(T=!1,(E=new N(i,t)).start=p,E.sn=f,E.cc=v,E.level=r,c&&(E.initSegment=c,E.rawProgramDateTime=c.rawProgramDateTime,c.rawProgramDateTime=null,_&&(E.setByteRange(_),_=null)));var L=a[1];if(L){E.duration=parseFloat(L);var b=(" "+a[2]).slice(1);E.title=b||null,E.tagList.push(b?["INF",L,b]:["INF",L])}else if(a[3]){if(m(E.duration)){E.start=p,h&&Je(E,h,d),E.sn=f,E.level=r,E.cc=v,u.push(E);var R=(" "+a[3]).slice(1);E.relurl=R,Ye(E,y),y=E,p+=E.duration,f++,g=0,T=!0}}else if(a[4]){var w=(" "+a[4]).slice(1);y?E.setByteRange(w,y):E.setByteRange(w)}else if(a[5])E.rawProgramDateTime=(" "+a[5]).slice(1),E.tagList.push(["PROGRAM-DATE-TIME",E.rawProgramDateTime]),-1===S&&(S=u.length);else{if(!(a=a[0].match(We))){P.warn("No matches on slow regex match for level playlist!");continue}for(l=1;l<a.length&&void 0===a[l];l++);var A=(" "+a[l]).slice(1),C=(" "+a[l+1]).slice(1),k=a[l+2]?(" "+a[l+2]).slice(1):"";switch(A){case"PLAYLIST-TYPE":d.type=C.toUpperCase();break;case"MEDIA-SEQUENCE":f=d.startSN=parseInt(C);break;case"SKIP":var x=new I(C),M=x.decimalInteger("SKIPPED-SEGMENTS");if(m(M)){d.skippedSegments=M;for(var O=M;O--;)u.unshift(null);f+=M}var F=x.enumeratedString("RECENTLY-REMOVED-DATERANGES");F&&(d.recentlyRemovedDateranges=F.split("\t"));break;case"TARGETDURATION":d.targetduration=Math.max(parseInt(C),1);break;case"VERSION":d.version=parseInt(C);break;case"INDEPENDENT-SEGMENTS":case"EXTM3U":case"DEFINE":break;case"ENDLIST":d.live=!1;break;case"#":(C||k)&&E.tagList.push(k?[C,k]:[C]);break;case"DISCONTINUITY":v++,E.tagList.push(["DIS"]);break;case"GAP":E.gap=!0,E.tagList.push([A]);break;case"BITRATE":E.tagList.push([A,C]);break;case"DATERANGE":var G=new I(C),H=new D(G,d.dateRanges[G.ID]);H.isValid||d.skippedSegments?d.dateRanges[H.id]=H:P.warn('Ignoring invalid DATERANGE tag: "'+C+'"'),E.tagList.push(["EXT-X-DATERANGE",C]);break;case"DISCONTINUITY-SEQUENCE":v=parseInt(C);break;case"KEY":var $=Ve(C,t);if($.isSupported()){if("NONE"===$.method){h=void 0;break}h||(h={}),h[$.keyFormat]&&(h=o({},h)),h[$.keyFormat]=$}else P.warn('[Keys] Ignoring invalid EXT-X-KEY tag: "'+C+'"');break;case"START":d.startTimeOffset=je(C);break;case"MAP":var W=new I(C);if(E.duration){var q=new N(i,t);Xe(q,W,r,h),c=q,E.initSegment=c,c.rawProgramDateTime&&!E.rawProgramDateTime&&(E.rawProgramDateTime=c.rawProgramDateTime)}else{var V=E.byteRangeEndOffset;if(V){var j=E.byteRangeStartOffset;_=V-j+"@"+j}else _=null;Xe(E,W,r,h),c=E,T=!0}break;case"SERVER-CONTROL":var z=new I(C);d.canBlockReload=z.bool("CAN-BLOCK-RELOAD"),d.canSkipUntil=z.optionalFloat("CAN-SKIP-UNTIL",0),d.canSkipDateRanges=d.canSkipUntil>0&&z.bool("CAN-SKIP-DATERANGES"),d.partHoldBack=z.optionalFloat("PART-HOLD-BACK",0),d.holdBack=z.optionalFloat("HOLD-BACK",0);break;case"PART-INF":var K=new I(C);d.partTarget=K.decimalFloatingPoint("PART-TARGET");break;case"PART":var Y=d.partList;Y||(Y=d.partList=[]);var X=g>0?Y[Y.length-1]:void 0,J=g++,Q=new I(C),Z=new B(Q,E,t,J,X);Y.push(Z),E.duration+=Z.duration;break;case"PRELOAD-HINT":var ee=new I(C);d.preloadHint=ee;break;case"RENDITION-REPORT":var te=new I(C);d.renditionReports=d.renditionReports||[],d.renditionReports.push(te);break;default:P.warn("line parsed but not handled: "+a)}}}y&&!y.relurl?(u.pop(),p-=y.duration,d.partList&&(d.fragmentHint=y)):d.partList&&(Ye(E,y),E.cc=v,d.fragmentHint=E,h&&Je(E,h,d));var re=u.length,ie=u[0],se=u[re-1];if((p+=d.skippedSegments*d.targetduration)>0&&re&&se){d.averagetargetduration=p/re;var ne=se.sn;d.endSN="initSegment"!==ne?ne:0,d.live||(se.endList=!0),ie&&(d.startCC=ie.cc)}else d.endSN=0,d.startCC=0;return d.fragmentHint&&(p+=d.fragmentHint.duration),d.totalduration=p,d.endCC=v,S>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}}(u,S),d},e}();function Ve(e,t,r){var i,s,n=new I(e),a=null!=(i=n.METHOD)?i:"",o=n.URI,l=n.hexadecimalInteger("IV"),h=n.KEYFORMATVERSIONS,d=null!=(s=n.KEYFORMAT)?s:"identity";o&&n.IV&&!l&&P.error("Invalid IV: "+n.IV);var u=o?qe.resolve(o,t):"",c=(h||"1").split("/").map(Number).filter(Number.isFinite);return new we(a,u,d,c,l)}function je(e){var t=new I(e).decimalFloatingPoint("TIME-OFFSET");return m(t)?t:null}function ze(e,t){var r=(e||"").split(/[ ,]+/).filter((function(e){return e}));["video","audio","text"].forEach((function(e){var i=r.filter((function(t){return function(e,t){var r=Ie[t];return!!r&&!!r[e.slice(0,4)]}(t,e)}));i.length&&(t[e+"Codec"]=i.join(","),r=r.filter((function(e){return-1===i.indexOf(e)})))})),t.unknownCodecs=r}function Ke(e,t,r){var i=t[r];i&&(e[r]=i)}function Ye(e,t){e.rawProgramDateTime?e.programDateTime=Date.parse(e.rawProgramDateTime):null!=t&&t.programDateTime&&(e.programDateTime=t.endProgramDateTime),m(e.programDateTime)||(e.programDateTime=null,e.rawProgramDateTime=null)}function Xe(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 Je(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)}var Qe="manifest",Ze="level",et="audioTrack",tt="subtitleTrack",rt="main",it="audio",st="subtitle";function nt(e){switch(e.type){case et:return it;case tt:return st;default:return rt}}function at(e,t){var r=e.url;return void 0!==r&&0!==r.indexOf("data:")||(r=t.url),r}var ot=function(){function e(e){this.hls=void 0,this.loaders=Object.create(null),this.variableList=null,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(E.MANIFEST_LOADING,this.onManifestLoading,this),e.on(E.LEVEL_LOADING,this.onLevelLoading,this),e.on(E.AUDIO_TRACK_LOADING,this.onAudioTrackLoading,this),e.on(E.SUBTITLE_TRACK_LOADING,this.onSubtitleTrackLoading,this)},t.unregisterListeners=function(){var e=this.hls;e.off(E.MANIFEST_LOADING,this.onManifestLoading,this),e.off(E.LEVEL_LOADING,this.onLevelLoading,this),e.off(E.AUDIO_TRACK_LOADING,this.onAudioTrackLoading,this),e.off(E.SUBTITLE_TRACK_LOADING,this.onSubtitleTrackLoading,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:Qe,url:r,deliveryDirectives:null})},t.onLevelLoading=function(e,t){var r=t.id,i=t.level,s=t.pathwayId,n=t.url,a=t.deliveryDirectives;this.load({id:r,level:i,pathwayId:s,responseType:"text",type:Ze,url:n,deliveryDirectives:a})},t.onAudioTrackLoading=function(e,t){var r=t.id,i=t.groupId,s=t.url,n=t.deliveryDirectives;this.load({id:r,groupId:i,level:null,responseType:"text",type:et,url:s,deliveryDirectives:n})},t.onSubtitleTrackLoading=function(e,t){var r=t.id,i=t.groupId,s=t.url,n=t.deliveryDirectives;this.load({id:r,groupId:i,level:null,responseType:"text",type:tt,url:s,deliveryDirectives:n})},t.load=function(e){var t,r,i,s=this,n=this.hls.config,a=this.getInternalLoader(e);if(a){var l=a.context;if(l&&l.url===e.url&&l.level===e.level)return void P.trace("[playlist-loader]: playlist request ongoing");P.log("[playlist-loader]: aborting previous loader for type: "+e.type),a.abort()}if(r=e.type===Qe?n.manifestLoadPolicy.default:o({},n.playlistLoadPolicy.default,{timeoutRetry:null,errorRetry:null}),a=this.createInternalLoader(e),m(null==(t=e.deliveryDirectives)?void 0:t.part)&&(e.type===Ze&&null!==e.level?i=this.hls.levels[e.level].details:e.type===et&&null!==e.id?i=this.hls.audioTracks[e.id].details:e.type===tt&&null!==e.id&&(i=this.hls.subtitleTracks[e.id].details),i)){var h=i.partTarget,d=i.targetduration;if(h&&d){var u=1e3*Math.max(3*h,.8*d);r=o({},r,{maxTimeToFirstByteMs:Math.min(u,r.maxTimeToFirstByteMs),maxLoadTimeMs:Math.min(u,r.maxTimeToFirstByteMs)})}}var c=r.errorRetry||r.timeoutRetry||{},f={loadPolicy:r,timeout:r.maxLoadTimeMs,maxRetry:c.maxNumRetry||0,retryDelay:c.retryDelayMs||0,maxRetryDelay:c.maxRetryDelayMs||0},g={onSuccess:function(e,t,r,i){var n=s.getInternalLoader(r);s.resetInternalLoader(r.type);var a=e.data;0===a.indexOf("#EXTM3U")?(t.parsing.start=performance.now(),qe.isMediaPlaylist(a)?s.handleTrackOrLevelPlaylist(e,t,r,i||null,n):s.handleMasterPlaylist(e,t,r,i)):s.handleManifestParsingError(e,r,new Error("no EXTM3U delimiter"),i||null,t)},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)}};a.load(e,f,g)},t.handleMasterPlaylist=function(e,t,r,i){var s=this.hls,n=e.data,a=at(e,r),o=qe.parseMasterPlaylist(n,a);if(o.playlistParsingError)this.handleManifestParsingError(e,r,o.playlistParsingError,i,t);else{var l=o.contentSteering,h=o.levels,d=o.sessionData,u=o.sessionKeys,c=o.startTimeOffset,f=o.variableList;this.variableList=f;var g=qe.parseMasterPlaylistMedia(n,a,o),p=g.AUDIO,m=void 0===p?[]:p,v=g.SUBTITLES,y=g["CLOSED-CAPTIONS"];m.length&&(m.some((function(e){return!e.url}))||!h[0].audioCodec||h[0].attrs.AUDIO||(P.log("[playlist-loader]: audio codec signaled in quality level, but no embedded audio track signaled, create one"),m.unshift({type:"main",name:"main",groupId:"main",default:!1,autoselect:!1,forced:!1,id:-1,attrs:new I({}),bitrate:0,url:""}))),s.trigger(E.MANIFEST_LOADED,{levels:h,audioTracks:m,subtitles:v,captions:y,contentSteering:l,url:a,stats:t,networkDetails:i,sessionData:d,sessionKeys:u,startTimeOffset:c,variableList:f})}},t.handleTrackOrLevelPlaylist=function(e,t,r,i,s){var n=this.hls,a=r.id,o=r.level,l=r.type,h=at(e,r),d=m(o)?o:m(a)?a:0,u=nt(r),c=qe.parseLevelPlaylist(e.data,h,d,u,0,this.variableList);if(l===Qe){var f={attrs:new I({}),bitrate:0,details:c,name:"",url:h};n.trigger(E.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(E.ERROR,{type:S.NETWORK_ERROR,details:T.MANIFEST_PARSING_ERROR,fatal:t.type===Qe,url:e.url,err:r,error:r,reason:r.message,response:e,context:t,networkDetails:i,stats:s})},t.handleNetworkError=function(e,t,r,s,n){void 0===r&&(r=!1);var a="A network "+(r?"timeout":"error"+(s?" (status "+s.code+")":""))+" occurred while loading "+e.type;e.type===Ze?a+=": "+e.level+" id: "+e.id:e.type!==et&&e.type!==tt||(a+=" id: "+e.id+' group-id: "'+e.groupId+'"');var o=new Error(a);P.warn("[playlist-loader]: "+a);var l=T.UNKNOWN,h=!1,d=this.getInternalLoader(e);switch(e.type){case Qe:l=r?T.MANIFEST_LOAD_TIMEOUT:T.MANIFEST_LOAD_ERROR,h=!0;break;case Ze:l=r?T.LEVEL_LOAD_TIMEOUT:T.LEVEL_LOAD_ERROR,h=!1;break;case et:l=r?T.AUDIO_TRACK_LOAD_TIMEOUT:T.AUDIO_TRACK_LOAD_ERROR,h=!1;break;case tt:l=r?T.SUBTITLE_TRACK_LOAD_TIMEOUT:T.SUBTITLE_LOAD_ERROR,h=!1}d&&this.resetInternalLoader(e.type);var u={type:S.NETWORK_ERROR,details:l,fatal:h,url:e.url,loader:d,context:e,error:o,networkDetails:t,stats:n};if(s){var c=(null==t?void 0:t.url)||e.url;u.response=i({url:c,data:void 0},s)}this.hls.trigger(E.ERROR,u)},t.handlePlaylistLoaded=function(e,t,r,i,s,n){var a=this.hls,o=i.type,l=i.level,h=i.id,d=i.groupId,u=i.deliveryDirectives,c=at(t,i),f=nt(i),g="number"==typeof i.level&&f===rt?l:void 0;if(e.fragments.length){e.targetduration||(e.playlistParsingError=new Error("Missing Target Duration"));var p=e.playlistParsingError;if(p)a.trigger(E.ERROR,{type:S.NETWORK_ERROR,details:T.LEVEL_PARSING_ERROR,fatal:!1,url:c,error:p,reason:p.message,response:t,context:i,level:g,parent:f,networkDetails:s,stats:r});else switch(e.live&&n&&(n.getCacheAge&&(e.ageHeader=n.getCacheAge()||0),n.getCacheAge&&!isNaN(e.ageHeader)||(e.ageHeader=0)),o){case Qe:case Ze:a.trigger(E.LEVEL_LOADED,{details:e,level:g||0,id:h||0,stats:r,networkDetails:s,deliveryDirectives:u});break;case et:a.trigger(E.AUDIO_TRACK_LOADED,{details:e,id:h||0,groupId:d||"",stats:r,networkDetails:s,deliveryDirectives:u});break;case tt:a.trigger(E.SUBTITLE_TRACK_LOADED,{details:e,id:h||0,groupId:d||"",stats:r,networkDetails:s,deliveryDirectives:u})}}else{var m=new Error("No Segments found in Playlist");a.trigger(E.ERROR,{type:S.NETWORK_ERROR,details:T.LEVEL_EMPTY_ERROR,fatal:!1,url:c,error:m,reason:m.message,response:t,context:i,level:g,parent:f,networkDetails:s,stats:r})}},e}();function lt(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)}var ht="org.id3",dt="https://aomedia.org/emsg/ID3";function ut(){if("undefined"!=typeof self)return self.VTTCue||self.TextTrackCue}function ct(e,t,r,s,n){var a=new e(t,r,"");try{a.value=s,n&&(a.type=n)}catch(o){a=new e(t,r,JSON.stringify(n?i({type:n},s):s))}return a}var ft=function(){var e=ut();try{e&&new e(0,Number.POSITIVE_INFINITY,"")}catch(e){return Number.MAX_VALUE}return Number.POSITIVE_INFINITY}();function gt(e,t){return e.getTime()/1e3-t}var pt=function(){function e(e){this.hls=void 0,this.id3Track=null,this.media=null,this.dateRangeCuesAppended={},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=null},t._registerListeners=function(){var e=this.hls;e.on(E.MEDIA_ATTACHED,this.onMediaAttached,this),e.on(E.MEDIA_DETACHING,this.onMediaDetaching,this),e.on(E.MANIFEST_LOADING,this.onManifestLoading,this),e.on(E.FRAG_PARSING_METADATA,this.onFragParsingMetadata,this),e.on(E.BUFFER_FLUSHING,this.onBufferFlushing,this),e.on(E.LEVEL_UPDATED,this.onLevelUpdated,this)},t._unregisterListeners=function(){var e=this.hls;e.off(E.MEDIA_ATTACHED,this.onMediaAttached,this),e.off(E.MEDIA_DETACHING,this.onMediaDetaching,this),e.off(E.MANIFEST_LOADING,this.onManifestLoading,this),e.off(E.FRAG_PARSING_METADATA,this.onFragParsingMetadata,this),e.off(E.BUFFER_FLUSHING,this.onBufferFlushing,this),e.off(E.LEVEL_UPDATED,this.onLevelUpdated,this)},t.onMediaAttached=function(e,t){this.media=t.media},t.onMediaDetaching=function(){this.id3Track&&(function(e){var t=e.mode;if("disabled"===t&&(e.mode="hidden"),e.cues)for(var r=e.cues.length;r--;)e.removeCue(e.cues[r]);"disabled"===t&&(e.mode=t)}(this.id3Track),this.id3Track=null,this.media=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 lt(r,this.media),r}return this.media.addTextTrack("metadata","id3")}},t.onFragParsingMetadata=function(e,t){if(this.media){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=ut();if(a)for(var o=0;o<n.length;o++){var l=n[o].type;if((l!==dt||i)&&s){var h=J(n[o].data);if(h){var d=n[o].pts,u=d+n[o].duration;u>ft&&(u=ft),u-d<=0&&(u=d+.25);for(var c=0;c<h.length;c++){var f=h[c];if(!Y(f)){this.updateId3CueEnds(d,l);var g=ct(a,d,u,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===ft&&(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=0,s=r;i<=s;){var n=Math.floor((s+i)/2);if(t<e[n].startTime)s=n-1;else{if(!(t>e[n].startTime&&i<r))return n;i=n+1}}return e[i].startTime-t<t-e[s].startTime?i:s}(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===ht&&h}:"video"===s?function(e){return e.type===dt&&l}:function(e){return e.type===ht&&h||e.type===dt&&l})}},t.onLevelUpdated=function(e,t){var r=this,i=t.details;if(this.media&&i.hasProgramDateTime&&this.hls.config.enableDateRangeMetadataCues){var s=this.dateRangeCuesAppended,n=this.id3Track,a=i.dateRanges,o=Object.keys(a);if(n)for(var l=Object.keys(s).filter((function(e){return!o.includes(e)})),h=function(){var e=l[d];Object.keys(s[e].cues).forEach((function(t){n.removeCue(s[e].cues[t])})),delete s[e]},d=l.length;d--;)h();var u=i.fragments[i.fragments.length-1];if(0!==o.length&&m(null==u?void 0:u.programDateTime)){this.id3Track||(this.id3Track=this.createTrack(this.media));for(var c=u.programDateTime/1e3-u.start,f=ut(),g=function(){var e=o[p],t=a[e],i=gt(t.startDate,c),n=s[e],l=(null==n?void 0:n.cues)||{},h=(null==n?void 0:n.durationKnown)||!1,d=ft,u=t.endDate;if(u)d=gt(u,c),h=!0;else if(t.endOnNext&&!h){var g=o.reduce((function(e,r){if(r!==t.id){var i=a[r];if(i.class===t.class&&i.startDate>t.startDate&&(!e||t.startDate<e.startDate))return i}return e}),null);g&&(d=gt(g.startDate,c),h=!0)}for(var m,v,y=Object.keys(t.attr),E=0;E<y.length;E++){var S=y[E];if("ID"!==(v=S)&&"CLASS"!==v&&"START-DATE"!==v&&"DURATION"!==v&&"END-DATE"!==v&&"END-ON-NEXT"!==v){var T=l[S];if(T)h&&!n.durationKnown&&(T.endTime=d);else if(f){var _=t.attr[S];C(S)&&(m=_,_=Uint8Array.from(m.replace(/^0x/,"").replace(/([\da-fA-F]{2}) ?/g,"0x$1 ").replace(/ +$/,"").split(" ")).buffer);var L=ct(f,i,d,{key:S,data:_},"com.apple.quicktime.HLS");L&&(L.id=e,r.id3Track.addCue(L),l[S]=L)}}}s[e]={cues:l,dateRange:t,durationKnown:h}},p=0;p<o.length;p++)g()}}},e}(),mt=function(){function e(e){var t=this;this.hls=void 0,this.config=void 0,this.media=null,this.levelDetails=null,this.currentTime=0,this.stallCount=0,this._latency=null,this.timeupdateHandler=function(){return t.timeupdate()},this.hls=e,this.config=e.config,this.registerListeners()}var t=e.prototype;return t.destroy=function(){this.unregisterListeners(),this.onMediaDetaching(),this.levelDetails=null,this.hls=this.timeupdateHandler=null},t.registerListeners=function(){this.hls.on(E.MEDIA_ATTACHED,this.onMediaAttached,this),this.hls.on(E.MEDIA_DETACHING,this.onMediaDetaching,this),this.hls.on(E.MANIFEST_LOADING,this.onManifestLoading,this),this.hls.on(E.LEVEL_UPDATED,this.onLevelUpdated,this),this.hls.on(E.ERROR,this.onError,this)},t.unregisterListeners=function(){this.hls.off(E.MEDIA_ATTACHED,this.onMediaAttached,this),this.hls.off(E.MEDIA_DETACHING,this.onMediaDetaching,this),this.hls.off(E.MANIFEST_LOADING,this.onManifestLoading,this),this.hls.off(E.LEVEL_UPDATED,this.onLevelUpdated,this),this.hls.off(E.ERROR,this.onError,this)},t.onMediaAttached=function(e,t){this.media=t.media,this.media.addEventListener("timeupdate",this.timeupdateHandler)},t.onMediaDetaching=function(){this.media&&(this.media.removeEventListener("timeupdate",this.timeupdateHandler),this.media=null)},t.onManifestLoading=function(){this.levelDetails=null,this._latency=null,this.stallCount=0},t.onLevelUpdated=function(e,t){var r=t.details;this.levelDetails=r,r.advanced&&this.timeupdate(),!r.live&&this.media&&this.media.removeEventListener("timeupdate",this.timeupdateHandler)},t.onError=function(e,t){var r;t.details===T.BUFFER_STALLED_ERROR&&(this.stallCount++,null!=(r=this.levelDetails)&&r.live&&P.warn("[playback-rate-controller]: Stall detected, adjusting target latency"))},t.timeupdate=function(){var e=this.media,t=this.levelDetails;if(e&&t){this.currentTime=e.currentTime;var r=this.computeLatency();if(null!==r){this._latency=r;var i=this.config,s=i.lowLatencyMode,n=i.maxLiveSyncPlaybackRate;if(s&&1!==n&&t.live){var a=this.targetLatency;if(null!==a){var o=r-a;if(o<Math.min(this.maxLatency,a+t.targetduration)&&o>.05&&this.forwardBufferLength>1){var l=Math.min(2,Math.max(1,n)),h=Math.round(2/(1+Math.exp(-.75*o-this.edgeStalled))*20)/20;e.playbackRate=Math.min(l,Math.max(1,h))}else 1!==e.playbackRate&&0!==e.playbackRate&&(e.playbackRate=1)}}}}},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},a(e,[{key:"latency",get:function(){return this._latency||0}},{key:"maxLatency",get:function(){var e=this.config,t=this.levelDetails;return void 0!==e.liveMaxLatencyDuration?e.liveMaxLatencyDuration:t?e.liveMaxLatencyDurationCount*t.targetduration:0}},{key:"targetLatency",get:function(){var e=this.levelDetails;if(null===e)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;(l.liveSyncDuration||l.liveSyncDurationCount||0===h)&&(h=void 0!==n?n:a*i);var d=i;return h+Math.min(1*this.stallCount,d)}},{key:"liveSyncPosition",get:function(){var e=this.estimateLiveEdge(),t=this.targetLatency,r=this.levelDetails;if(null===e||null===t||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}}]),e}(),vt=["NONE","TYPE-0","TYPE-1",null],yt=["SDR","PQ","HLG"];function Et(e){var t=e.canSkipUntil,r=e.canSkipDateRanges,i=e.age;return t&&i<t/2?r?"v2":"YES":""}var St=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}(),Tt=function(){function e(e){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.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(","),this.addGroupId("audio",e.attrs.AUDIO),this.addGroupId("text",e.attrs.SUBTITLES)}var t=e.prototype;return t.hasAudioGroup=function(e){return _t(this._audioGroups,e)},t.hasSubtitleGroup=function(e){return _t(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(){},a(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]}}]),e}();function _t(e,t){return!(!t||!e)&&-1!==e.indexOf(t)}function Lt(e,t){var r=t.startPTS;if(m(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.duration=s)}else t.sn>e.sn?e.cc===t.cc&&e.minEndPTS?t.start=e.start+(e.minEndPTS-e.start):t.start=e.start+e.duration:t.start=Math.max(e.start-t.duration,0)}function bt(e,t,r,i,s,n){i-r<=0&&(P.warn("Fragment should have a positive duration",t),i=r+t.duration,n=s+t.duration);var a=r,o=i,l=t.startPTS,h=t.endPTS;if(m(l)){var d=Math.abs(l-r);m(t.deltaPTS)?t.deltaPTS=Math.max(d,t.deltaPTS):t.deltaPTS=d,a=Math.max(r,l),r=Math.min(r,l),s=Math.min(s,t.startDTS),o=Math.min(i,h),i=Math.max(i,h),n=Math.max(n,t.endDTS)}var u=r-t.start;0!==t.start&&(t.start=r),t.duration=i-t.start,t.startPTS=r,t.maxStartPTS=a,t.startDTS=s,t.endPTS=i,t.minEndPTS=o,t.endDTS=n;var c,f=t.sn;if(!e||f<e.startSN||f>e.endSN)return 0;var g=f-e.startSN,p=e.fragments;for(p[g]=t,c=g;c>0;c--)Lt(p[c],p[c-1]);for(c=g;c<p.length-1;c++)Lt(p[c],p[c+1]);return e.fragmentHint&&Lt(p[p.length-1],e.fragmentHint),e.PTSKnown=e.alignedSliding=!0,u}function Rt(e,t){for(var r=null,i=e.fragments,s=i.length-1;s>=0;s--){var n=i[s].initSegment;if(n){r=n;break}}e.fragmentHint&&delete e.fragmentHint.endPTS;var a,l,h,d,u,c=0;if(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 d=l[a+h],u=o[h];i&&!u&&h<i&&(u=t.fragments[h]=d),d&&u&&r(d,u)}}(e,t,(function(e,i){e.relurl&&(c=e.cc-i.cc),m(e.startPTS)&&m(e.endPTS)&&(i.start=i.startPTS=e.startPTS,i.startDTS=e.startDTS,i.maxStartPTS=e.maxStartPTS,i.endPTS=e.endPTS,i.endDTS=e.endDTS,i.minEndPTS=e.minEndPTS,i.duration=e.endPTS-e.startPTS,i.duration&&(a=i),t.PTSKnown=t.alignedSliding=!0),i.elementaryStreams=e.elementaryStreams,i.loader=e.loader,i.stats=e.stats,e.initSegment&&(i.initSegment=e.initSegment,r=e.initSegment)})),r&&(t.fragmentHint?t.fragments.concat(t.fragmentHint):t.fragments).forEach((function(e){var t;!e||e.initSegment&&e.initSegment.relurl!==(null==(t=r)?void 0:t.relurl)||(e.initSegment=r)})),t.skippedSegments)if(t.deltaUpdateFailed=t.fragments.some((function(e){return!e})),t.deltaUpdateFailed){P.warn("[level-helper] Previous playlist missing segments skipped in delta playlist");for(var f=t.skippedSegments;f--;)t.fragments.shift();t.startSN=t.fragments[0].sn,t.startCC=t.fragments[0].cc}else t.canSkipDateRanges&&(t.dateRanges=(l=e.dateRanges,h=t.dateRanges,d=t.recentlyRemovedDateranges,u=o({},l),d&&d.forEach((function(e){delete u[e]})),Object.keys(h).forEach((function(e){var t=new D(h[e].attr,u[e]);t.isValid?u[e]=t:P.warn('Ignoring invalid Playlist Delta Update DATERANGE tag: "'+JSON.stringify(h[e].attr)+'"')})),u));var g=t.fragments;if(c){P.warn("discontinuity sliding from playlist, take drift into account");for(var p=0;p<g.length;p++)g[p].cc+=c}t.skippedSegments&&(t.startCC=t.fragments[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})),a?bt(t,a,a.startPTS,a.endPTS,a.startDTS,a.endDTS):Pt(e,t),g.length&&(t.totalduration=t.edge-g[0].start),t.driftStartTime=e.driftStartTime,t.driftStart=e.driftStart;var v=t.advancedDateTime;if(t.advanced&&v){var y=t.edge;t.driftStart||(t.driftStartTime=v,t.driftStart=y),t.driftEndTime=v,t.driftEnd=y}else t.driftEndTime=e.driftEndTime,t.driftEnd=e.driftEnd,t.advancedDateTime=e.advancedDateTime}function Pt(e,t){var r=t.startSN+t.skippedSegments-e.startSN,i=e.fragments;r<0||r>=i.length||function(e,t){if(t){for(var r=e.fragments,i=e.skippedSegments;i<r.length;i++)r[i].start+=t;e.fragmentHint&&(e.fragmentHint.start+=t)}}(t,i[r].start)}function wt(e,t,r){var i;return null!=e&&e.details?At(null==(i=e.details)?void 0:i.partList,t,r):null}function At(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 It(e){e.forEach((function(e,t){var r=e.details;null!=r&&r.fragments&&r.fragments.forEach((function(e){e.level=t}))}))}function Ct(e){switch(e.details){case T.FRAG_LOAD_TIMEOUT:case T.KEY_LOAD_TIMEOUT:case T.LEVEL_LOAD_TIMEOUT:case T.MANIFEST_LOAD_TIMEOUT:return!0}return!1}function Dt(e,t){var r=Ct(t);return e.default[(r?"timeout":"error")+"Retry"]}function kt(e,t){var r="linear"===e.backoff?1:Math.pow(2,t);return Math.min(r*e.retryDelayMs,e.maxRetryDelayMs)}function xt(e){return i(i({},e),{errorRetry:null,timeoutRetry:null})}function Mt(e,t,r,i){if(!e)return!1;var s=null==i?void 0: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}var Ot=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 Ft(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[e.sn-t[0].sn+1]||null;var a=e.endDTS-r;a>0&&a<15e-7&&(r+=15e-7)}else 0===r&&0===t[0].start&&(n=t[0]);if(n&&((!e||e.level===n.level)&&0===Nt(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=Ot(t,Nt.bind(null,r,i));return!o||o===e&&n?n:o}function Nt(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 Bt(e,t,r){var i=1e3*Math.min(t,r.duration+(r.deltaPTS?r.deltaPTS:0));return(r.endProgramDateTime||0)-i>e}var Ut=function(){function e(e){this.hls=void 0,this.playlistError=0,this.penalizedRenditions={},this.log=void 0,this.warn=void 0,this.error=void 0,this.hls=e,this.log=P.log.bind(P,"[info]:"),this.warn=P.warn.bind(P,"[warning]:"),this.error=P.error.bind(P,"[error]:"),this.registerListeners()}var t=e.prototype;return t.registerListeners=function(){var e=this.hls;e.on(E.ERROR,this.onError,this),e.on(E.MANIFEST_LOADING,this.onManifestLoading,this),e.on(E.LEVEL_UPDATED,this.onLevelUpdated,this)},t.unregisterListeners=function(){var e=this.hls;e&&(e.off(E.ERROR,this.onError,this),e.off(E.ERROR,this.onErrorOut,this),e.off(E.MANIFEST_LOADING,this.onManifestLoading,this),e.off(E.LEVEL_UPDATED,this.onLevelUpdated,this))},t.destroy=function(){this.unregisterListeners(),this.hls=null,this.penalizedRenditions={}},t.startLoad=function(e){},t.stopLoad=function(){this.playlistError=0},t.getVariantLevelIndex=function(e){return(null==e?void 0:e.type)===rt?e.level:this.hls.loadLevel},t.onManifestLoading=function(){this.playlistError=0,this.penalizedRenditions={}},t.onLevelUpdated=function(){this.playlistError=0},t.onError=function(e,t){var r,i;if(!t.fatal){var s=this.hls,n=t.context;switch(t.details){case T.FRAG_LOAD_ERROR:case T.FRAG_LOAD_TIMEOUT:case T.KEY_LOAD_ERROR:case T.KEY_LOAD_TIMEOUT:return void(t.errorAction=this.getFragRetryOrSwitchAction(t));case T.FRAG_PARSING_ERROR:if(null!=(r=t.frag)&&r.gap)return void(t.errorAction={action:0,flags:0});case T.FRAG_GAP:case T.FRAG_DECRYPT_ERROR:return t.errorAction=this.getFragRetryOrSwitchAction(t),void(t.errorAction.action=2);case T.LEVEL_EMPTY_ERROR:case T.LEVEL_PARSING_ERROR:var a,o,l=t.parent===rt?t.level:s.loadLevel;return void(t.details===T.LEVEL_EMPTY_ERROR&&null!=(a=t.context)&&null!=(o=a.levelDetails)&&o.live?t.errorAction=this.getPlaylistRetryOrSwitchAction(t,l):(t.levelRetry=!1,t.errorAction=this.getLevelSwitchAction(t,l)));case T.LEVEL_LOAD_ERROR:case T.LEVEL_LOAD_TIMEOUT:return void("number"==typeof(null==n?void 0:n.level)&&(t.errorAction=this.getPlaylistRetryOrSwitchAction(t,n.level)));case T.AUDIO_TRACK_LOAD_ERROR:case T.AUDIO_TRACK_LOAD_TIMEOUT:case T.SUBTITLE_LOAD_ERROR:case T.SUBTITLE_TRACK_LOAD_TIMEOUT:if(n){var h=s.levels[s.loadLevel];if(h&&(n.type===et&&h.hasAudioGroup(n.groupId)||n.type===tt&&h.hasSubtitleGroup(n.groupId)))return t.errorAction=this.getPlaylistRetryOrSwitchAction(t,s.loadLevel),t.errorAction.action=2,void(t.errorAction.flags=1)}return;case T.KEY_SYSTEM_STATUS_OUTPUT_RESTRICTED:var d=s.levels[s.loadLevel],u=null==d?void 0:d.attrs["HDCP-LEVEL"];return void(u?t.errorAction={action:2,flags:2,hdcpLevel:u}:this.keySystemError(t));case T.BUFFER_ADD_CODEC_ERROR:case T.REMUX_ALLOC_ERROR:case T.BUFFER_APPEND_ERROR:return void(t.errorAction=this.getLevelSwitchAction(t,null!=(i=t.level)?i:s.loadLevel));case T.INTERNAL_EXCEPTION:case T.BUFFER_APPENDING_ERROR:case T.BUFFER_FULL_ERROR:case T.LEVEL_SWITCH_ERROR:case T.BUFFER_STALLED_ERROR:case T.BUFFER_SEEK_OVER_HOLE:case T.BUFFER_NUDGE_ON_STALL:return void(t.errorAction={action:0,flags:0})}t.type===S.KEY_SYSTEM_ERROR&&this.keySystemError(t)}},t.keySystemError=function(e){var t=this.getVariantLevelIndex(e.frag);e.levelRetry=!1,e.errorAction=this.getLevelSwitchAction(e,t)},t.getPlaylistRetryOrSwitchAction=function(e,t){var r=Dt(this.hls.config.playlistLoadPolicy,e),i=this.playlistError++;if(Mt(r,i,Ct(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},t.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(e.details.startsWith("key")?a:n,e),l=t.levels.reduce((function(e,t){return e+t.fragmentError}),0);if(i&&(e.details!==T.FRAG_GAP&&i.fragmentError++,Mt(o,l,Ct(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},t.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===T.BUFFER_APPEND_ERROR&&i.fragmentError++;var o=-1,l=r.levels,h=r.loadLevel,d=r.minAutoLevel,u=r.maxAutoLevel;r.autoLevelEnabled||(r.loadLevel=-1);for(var c,f=null==(s=e.frag)?void 0:s.type,g=(f===it&&a===T.FRAG_PARSING_ERROR||"audio"===e.sourceBufferName&&(a===T.BUFFER_ADD_CODEC_ERROR||a===T.BUFFER_APPEND_ERROR))&&l.some((function(e){var t=e.audioCodec;return i.audioCodec!==t})),p="video"===e.sourceBufferName&&(a===T.BUFFER_ADD_CODEC_ERROR||a===T.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>=d&&t<=u&&0===l[t].loadError){var r,s,n=l[t];if(a===T.FRAG_GAP&&f===rt&&e.frag){var c=l[t].details;if(c){var m=Ft(e.frag,c.fragments,e.frag.start);if(null!=m&&m.gap)return 0}}else{if(v===et&&n.hasAudioGroup(y)||v===tt&&n.hasSubtitleGroup(y))return 0;if(f===it&&null!=(r=i.audioGroups)&&r.some((function(e){return n.hasAudioGroup(e)}))||f===st&&null!=(s=i.subtitleGroups)&&s.some((function(e){return n.hasSubtitleGroup(e)}))||g&&i.audioCodec===n.audioCodec||!g&&i.audioCodec!==n.audioCodec||p&&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}},t.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===T.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()},t.sendAlternateToPenaltyBox=function(e){var t=this.hls,r=e.errorAction;if(r){var i=r.flags,s=r.hdcpLevel,n=r.nextAutoLevel;switch(i){case 0:this.switchLevel(e,n);break;case 2:s&&(t.maxHdcpLevel=vt[vt.indexOf(s)-1],r.resolved=!0),this.warn('Restricting playback to HDCP-LEVEL of "'+t.maxHdcpLevel+'" or lower')}r.resolved||this.switchLevel(e,n)}},t.switchLevel=function(e,t){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}(),Gt=function(){function e(e,t){this.hls=void 0,this.timer=-1,this.requestScheduled=-1,this.canLoad=!1,this.log=void 0,this.warn=void 0,this.log=P.log.bind(P,t+":"),this.warn=P.warn.bind(P,t+":"),this.hls=e}var t=e.prototype;return t.destroy=function(){this.clearTimer(),this.hls=this.log=this.warn=null},t.clearTimer=function(){-1!==this.timer&&(self.clearTimeout(this.timer),this.timer=-1)},t.startLoad=function(){this.canLoad=!0,this.requestScheduled=-1,this.loadPlaylist()},t.stopLoad=function(){this.canLoad=!1,this.clearTimer()},t.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){P.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"])||(null==t?void 0:t.lastPartSn),d=parseInt(l["LAST-PART"])||(null==t?void 0:t.lastPartIndex);if(this.hls.config.lowLatencyMode){var u=Math.min(t.age-t.partTarget,t.targetduration);d>=0&&u>t.partTarget&&(d+=1)}var c=r&&Et(r);return new St(h,d>=0?d:void 0,c)}}},t.loadPlaylist=function(e){-1===this.requestScheduled&&(this.requestScheduled=self.performance.now())},t.shouldLoadPlaylist=function(e){return this.canLoad&&!!e&&!!e.url&&(!e.details||e.details.live)},t.shouldReloadPlaylist=function(e){return-1===this.timer&&-1===this.requestScheduled&&this.shouldLoadPlaylist(e)},t.playlistLoaded=function(e,t,r){var i=this,s=t.details,n=t.stats,a=self.performance.now(),o=n.loading.first?Math.max(0,a-n.loading.first):0;if(s.advancedDateTime=Date.now()-o,s.live||null!=r&&r.live){if(s.reloaded(r),r&&this.log("live playlist "+e+" "+(s.advanced?"REFRESHED "+s.lastPartSn+"-"+s.lastPartIndex:s.updated?"UPDATED":"MISSED")),r&&s.fragments.length>0&&Rt(r,s),!this.canLoad||!s.live)return;var l,h=void 0,d=void 0;if(s.canBlockReload&&s.endSN&&s.advanced){var u=this.hls.config.lowLatencyMode,c=s.lastPartSn,f=s.endSN,g=s.lastPartIndex,p=c===f;-1!==g?(h=p?f+1:c,d=p?u?0:g:g+1):h=f+1;var m=s.age,v=m+s.ageHeader,y=Math.min(v-s.partTarget,1.5*s.targetduration);if(y>0){if(r&&y>r.tuneInGoal)this.warn("CDN Tune-in goal increased from: "+r.tuneInGoal+" to: "+y+" with playlist age: "+s.age),y=0;else{var E=Math.floor(y/s.targetduration);h+=E,void 0!==d&&(d+=Math.round(y%s.targetduration/s.partTarget)),this.log("CDN Tune-in age: "+s.ageHeader+"s last advanced "+m.toFixed(2)+"s goal: "+y+" skip sn "+E+" to part "+d)}s.tuneInGoal=y}if(l=this.getDeliveryDirectives(s,t.deliveryDirectives,h,d),u||!p)return void this.loadPlaylist(l)}else(s.canBlockReload||s.canSkipUntil)&&(l=this.getDeliveryDirectives(s,t.deliveryDirectives,h,d));var S=this.hls.mainForwardBufferInfo,T=S?S.end-S.len:0,_=function(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)}(s,1e3*(s.edge-T));s.updated&&a>this.requestScheduled+_&&(this.requestScheduled=n.loading.start),void 0!==h&&s.canBlockReload?this.requestScheduled=n.loading.first+_-(1e3*s.partTarget||1e3):-1===this.requestScheduled||this.requestScheduled+_<a?this.requestScheduled=a:this.requestScheduled-a<=0&&(this.requestScheduled+=_);var L=this.requestScheduled-a;L=Math.max(0,L),this.log("reload live playlist "+e+" in "+Math.round(L)+" ms"),this.timer=self.setTimeout((function(){return i.loadPlaylist(l)}),L)}else this.clearTimer()},t.getDeliveryDirectives=function(e,t,r,i){var s=Et(e);return null!=t&&t.skip&&e.deltaUpdateFailed&&(r=t.msn,i=t.part,s=""),new St(r,i,s)},t.checkRetry=function(e){var t=this,r=e.details,i=Ct(e),s=e.errorAction,n=s||{},a=n.action,o=n.retryCount,l=void 0===o?0:o,h=n.retryConfig,d=!!s&&!!h&&(5===a||!s.resolved&&2===a);if(d){var u;if(this.requestScheduled=-1,l>=h.maxNumRetry)return!1;if(i&&null!=(u=e.context)&&u.deliveryDirectives)this.warn("Retrying playlist loading "+(l+1)+"/"+h.maxNumRetry+' after "'+r+'" without delivery-directives'),this.loadPlaylist();else{var c=kt(h,l);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 d},e}(),Ht=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}(),$t=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 Ht(e),this.fast_=new Ht(t),this.defaultTTFB_=i,this.ttfb_=new Ht(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 Ht(e,r.getEstimate(),r.getTotalWeight())),i.halfLife!==t&&(this.fast_=new Ht(t,i.getEstimate(),i.getTotalWeight())),s.halfLife!==e&&(this.ttfb_=new Ht(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(){},e}();function Wt(e,t){P.log('[abr] start candidates with "'+e+'" ignored because '+t)}var qt=function(){function e(e){var t=this;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.bwEstimator=void 0,this._abandonRulesCheck=function(){var e=t.fragCurrent,r=t.partCurrent,i=t.hls,s=i.autoLevelEnabled,n=i.media;if(e&&n){var a=performance.now(),o=r?r.stats:e.stats,l=r?r.duration:e.duration,h=a-o.loading.start,d=i.minAutoLevel;if(o.aborted||o.loaded&&o.loaded===o.total||e.level<=d)return t.clearTimer(),void(t._nextAutoLevel=-1);if(s&&!n.paused&&n.playbackRate&&n.readyState){var u=i.mainForwardBufferInfo;if(null!==u){var c=t.bwEstimator.getEstimateTTFB(),f=Math.abs(n.playbackRate);if(!(h<=Math.max(c,l/(2*f)*1e3))){var g=u.len/f,p=o.loading.first?o.loading.first-o.loading.start:-1,v=o.loaded&&p>-1,y=t.getBwEstimate(),S=i.levels,T=S[e.level],_=o.total||Math.max(o.loaded,Math.round(l*T.averageBitrate/8)),L=v?h-p:h;L<1&&v&&(L=Math.min(h,8*o.loaded/y));var b=v?1e3*o.loaded/L:0,R=b?(_-o.loaded)/b:8*_/y+c/1e3;if(!(R<=g)){var w,A=b?8*b:y,I=Number.POSITIVE_INFINITY;for(w=e.level-1;w>d;w--){var C=S[w].maxBitrate;if((I=t.getTimeToLoadFrag(c/1e3,A,l*C,!S[w].details))<g)break}if(!(I>=R||I>10*l)){i.nextLoadLevel=i.nextAutoLevel=w,v?t.bwEstimator.sample(h-Math.min(c,p),o.loaded):t.bwEstimator.sampleTTFB(h);var D=S[w].maxBitrate;t.getBwEstimate()*t.hls.config.abrBandWidthUpFactor>D&&t.resetEstimator(D),t.clearTimer(),P.warn("[abr] Fragment "+e.sn+(r?" part "+r.index:"")+" of level "+e.level+" is loading too slowly;\n Time to underbuffer: "+g.toFixed(3)+" s\n Estimated load time for current fragment: "+R.toFixed(3)+" s\n Estimated load time for down switch fragment: "+I.toFixed(3)+" s\n TTFB estimate: "+(0|p)+" ms\n Current BW estimate: "+(m(y)?0|y:"Unknown")+" bps\n New BW estimate: "+(0|t.getBwEstimate())+" bps\n Switching to level "+w+" @ "+(0|D)+" bps"),i.trigger(E.FRAG_LOAD_EMERGENCY_ABORTED,{frag:e,part:r,stats:o})}}}}}}},this.hls=e,this.bwEstimator=this.initEstimator(),this.registerListeners()}var t=e.prototype;return t.resetEstimator=function(e){e&&(P.log("setting initial bwe to "+e),this.hls.config.abrEwmaDefaultEstimate=e),this.firstSelection=-1,this.bwEstimator=this.initEstimator()},t.initEstimator=function(){var e=this.hls.config;return new $t(e.abrEwmaSlowVoD,e.abrEwmaFastVoD,e.abrEwmaDefaultEstimate)},t.registerListeners=function(){var e=this.hls;e.on(E.MANIFEST_LOADING,this.onManifestLoading,this),e.on(E.FRAG_LOADING,this.onFragLoading,this),e.on(E.FRAG_LOADED,this.onFragLoaded,this),e.on(E.FRAG_BUFFERED,this.onFragBuffered,this),e.on(E.LEVEL_SWITCHING,this.onLevelSwitching,this),e.on(E.LEVEL_LOADED,this.onLevelLoaded,this),e.on(E.LEVELS_UPDATED,this.onLevelsUpdated,this),e.on(E.MAX_AUTO_LEVEL_UPDATED,this.onMaxAutoLevelUpdated,this),e.on(E.ERROR,this.onError,this)},t.unregisterListeners=function(){var e=this.hls;e&&(e.off(E.MANIFEST_LOADING,this.onManifestLoading,this),e.off(E.FRAG_LOADING,this.onFragLoading,this),e.off(E.FRAG_LOADED,this.onFragLoaded,this),e.off(E.FRAG_BUFFERED,this.onFragBuffered,this),e.off(E.LEVEL_SWITCHING,this.onLevelSwitching,this),e.off(E.LEVEL_LOADED,this.onLevelLoaded,this),e.off(E.LEVELS_UPDATED,this.onLevelsUpdated,this),e.off(E.MAX_AUTO_LEVEL_UPDATED,this.onMaxAutoLevelUpdated,this),e.off(E.ERROR,this.onError,this))},t.destroy=function(){this.unregisterListeners(),this.clearTimer(),this.hls=this._abandonRulesCheck=null,this.fragCurrent=this.partCurrent=null},t.onManifestLoading=function(e,t){this.lastLoadedFragLevel=-1,this.firstSelection=-1,this.lastLevelLoadSec=0,this.fragCurrent=this.partCurrent=null,this.onLevelsUpdated(),this.clearTimer()},t.onLevelsUpdated=function(){this.lastLoadedFragLevel>-1&&this.fragCurrent&&(this.lastLoadedFragLevel=this.fragCurrent.level),this._nextAutoLevel=-1,this.onMaxAutoLevelUpdated(),this.codecTiers=null,this.audioTracksByGroup=null},t.onMaxAutoLevelUpdated=function(){this.firstSelection=-1,this.nextAutoLevelKey=""},t.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))},t.onLevelSwitching=function(e,t){this.clearTimer()},t.onError=function(e,t){if(!t.fatal)switch(t.details){case T.BUFFER_ADD_CODEC_ERROR:case T.BUFFER_APPEND_ERROR:this.lastLoadedFragLevel=-1,this.firstSelection=-1;break;case T.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)}}},t.getTimeToLoadFrag=function(e,t,r,i){return e+r/t+(i?this.lastLevelLoadSec:0)},t.onLevelLoaded=function(e,t){var r=this.hls.config,i=t.stats.loading,s=i.end-i.start;m(s)&&(this.lastLevelLoadSec=s/1e3),t.details.live?this.bwEstimator.update(r.abrEwmaSlowLive,r.abrEwmaFastLive):this.bwEstimator.update(r.abrEwmaSlowVoD,r.abrEwmaFastVoD)},t.onFragLoaded=function(e,t){var r=t.frag,i=t.part,s=i?i.stats:r.stats;if(r.type===rt&&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(E.FRAG_BUFFERED,h),r.bitrateTest=!1}else this.lastLoadedFragLevel=r.level}},t.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}},t.ignoreFragment=function(e){return e.type!==rt||"initSegment"===e.sn},t.clearTimer=function(){this.timer>-1&&(self.clearInterval(this.timer),this.timer=-1)},t.getAutoLevelKey=function(){return this.getBwEstimate()+"_"+this.getStarvationDelay().toFixed(2)},t.getNextABRAutoLevel=function(){var e=this.fragCurrent,t=this.partCurrent,r=this.hls,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,d=s.abrBandWidthUpFactor;if(l){var u=this.findBestLevel(o,n,i,l,0,h,d);if(u>=0)return u}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,P.info("[abr] bitrate test took "+Math.round(1e3*f)+"ms, set first fragment max fetchDuration to "+Math.round(1e3*c)+" ms"),h=d=1)}var g=this.findBestLevel(o,n,i,l,c,h,d);if(P.info("[abr] "+(l?"rebuffering expected":"buffer is empty")+", optimal quality level "+g),g>-1)return g;var p=r.levels[n],m=r.levels[r.loadLevel];return(null==p?void 0:p.bitrate)<(null==m?void 0:m.bitrate)?n:r.loadLevel},t.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},t.getBwEstimate=function(){return this.bwEstimator.canEstimate()?this.bwEstimator.getEstimate():this.hls.config.abrEwmaDefaultEstimate},t.findBestLevel=function(e,t,r,i,s,n,a){var o,l=this,h=i+s,d=this.lastLoadedFragLevel,u=-1===d?this.hls.firstLevel:d,c=this.fragCurrent,f=this.partCurrent,g=this.hls,p=g.levels,v=g.allAudioTracks,y=g.loadLevel,E=g.config;if(1===p.length)return 0;var S,T=p[u],_=!(null==T||null==(o=T.details)||!o.live),L=-1===y||-1===d,b="SDR",R=(null==T?void 0:T.frameRate)||0,w=E.audioPreference,A=E.videoPreference;if(this.audioTracksByGroup||(this.audioTracksByGroup=function(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:{}})}(v)),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){if(!t.codecSet)return e;var r=t.audioGroups,i=e[t.codecSet];i||(e[t.codecSet]=i={minBitrate:1/0,minHeight:1/0,minFramerate:1/0,maxScore:0,videoRanges:{SDR:0},channels:{2:0},hasDefaultAudio:!r,fragmentError:0}),i.minBitrate=Math.min(i.minBitrate,t.bitrate);var s=Math.min(t.height,t.width);return i.minHeight=Math.min(i.minHeight,s),i.minFramerate=Math.min(i.minFramerate,t.frameRate),i.maxScore=Math.max(i.maxScore,t.score),i.fragmentError+=t.fragmentError,i.videoRanges[t.videoRange]=(i.videoRanges[t.videoRange]||0)+1,e}),{})}(p,0,t,r)),C=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=a&&2===parseInt(a),h=!0,d=!1,u=1/0,c=1/0,f=1/0,g=0,p=[],v=function(e,t){var r=!1,i=[];return e&&(r="SDR"!==e,i=[e]),t&&(i=t.allowedVideoRanges||yt.slice(0),i=(r=void 0!==t.preferHDR?t.preferHDR: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.filter((function(e){return"SDR"!==e})):["SDR"]),{preferHDR:r,allowedVideoRanges:i}}(t,s),y=v.preferHDR,E=v.allowedVideoRanges,S=function(){var t=e[n[T]];h=t.channels[2]>0,u=Math.min(u,t.minHeight),c=Math.min(c,t.minFramerate),f=Math.min(f,t.minBitrate);var r=E.filter((function(e){return t.videoRanges[e]>0}));r.length>0&&(d=!0,p=r)},T=n.length;T--;)S();u=m(u)?u:0,c=m(c)?c:0;var _=Math.max(1080,u),L=Math.max(30,c);return f=m(f)?f:r,r=Math.max(f,r),d||(t=void 0,p=[]),{codecSet:n.reduce((function(t,i){var s=e[i];if(i===t)return t;if(s.minBitrate>r)return Wt(i,"min bitrate of "+s.minBitrate+" > current estimate of "+r),t;if(!s.hasDefaultAudio)return Wt(i,"no renditions with default or auto-select sound found"),t;if(o&&i.indexOf(o.substring(0,4))%5!=0)return Wt(i,'audio codec preference "'+o+'" not found'),t;if(a&&!l){if(!s.channels[a])return Wt(i,"no renditions with "+a+" channel sound found (channels options: "+Object.keys(s.channels)+")"),t}else if((!o||l)&&h&&0===s.channels[2])return Wt(i,"no renditions with stereo sound found"),t;return s.minHeight>_?(Wt(i,"min resolution of "+s.minHeight+" > maximum of "+_),t):s.minFramerate>L?(Wt(i,"min framerate of "+s.minFramerate+" > maximum of "+L),t):p.some((function(e){return s.videoRanges[e]>0}))?s.maxScore<g?(Wt(i,"max score of "+s.maxScore+" < selected max of "+g),t):t&&(Me(i)>=Me(t)||s.fragmentError>e[t].fragmentError)?t:(g=s.maxScore,i):(Wt(i,"no variants with VIDEO-RANGE of "+JSON.stringify(p)+" found"),t)}),void 0),videoRanges:p,preferHDR:y,minFramerate:c,minBitrate:f}}(I,b,e,w,A),D=C.codecSet,k=C.videoRanges,x=C.minFramerate,M=C.minBitrate,O=C.preferHDR;S=D,b=O?k[k.length-1]:k[0],R=x,e=Math.max(e,M),P.log("[abr] picked start tier "+JSON.stringify(C))}else S=null==T?void 0:T.codecSet,b=null==T?void 0:T.videoRange;for(var F,N=f?f.duration:c?c.duration:0,B=this.bwEstimator.getEstimateTTFB()/1e3,U=[],G=function(){var t,o=p[H],c=H>u;if(!o)return 0;if(S&&o.codecSet!==S||b&&o.videoRange!==b||c&&R>o.frameRate||!c&&R>0&&R<o.frameRate||o.supportedResult&&(null==(t=o.supportedResult.decodingInfoResults)||!t[0].smooth))return U.push(H),0;var g,v=o.details,E=(f?null==v?void 0:v.partTarget:null==v?void 0:v.averagetargetduration)||N;g=c?a*e:n*e;var w=N&&i>=2*N&&0===s?p[H].averageBitrate:p[H].maxBitrate,A=l.getTimeToLoadFrag(B,g,w*E,void 0===v);if(g>=w&&(H===d||0===o.loadError&&0===o.fragmentError)&&(A<=B||!m(A)||_&&!l.bitrateTestDelay||A<h)){var I=l.forcedAutoLevel;return H===y||-1!==I&&I===y||(U.length&&P.trace("[abr] Skipped level(s) "+U.join(",")+" of "+r+' max with CODECS and VIDEO-RANGE:"'+p[U[0]].codecs+'" '+p[U[0]].videoRange+'; not compatible with "'+T.codecs+'" '+b),P.info("[abr] switch candidate:"+u+"->"+H+" adjustedbw("+Math.round(g)+")-bitrate="+Math.round(g-w)+" ttfb:"+B.toFixed(1)+" avgDuration:"+E.toFixed(1)+" maxFetchDuration:"+h.toFixed(1)+" fetchDuration:"+A.toFixed(1)+" firstSelection:"+L+" codecSet:"+S+" videoRange:"+b+" hls.loadLevel:"+y)),L&&(l.firstSelection=H),{v:H}}},H=r;H>=t;H--)if(0!==(F=G())&&F)return F.v;return-1},a(e,[{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 P.warn("[abr] 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.hls,r=t.maxAutoLevel,i=t.minAutoLevel,s=Math.min(Math.max(e,i),r);this._nextAutoLevel!==s&&(this.nextAutoLevelKey="",this._nextAutoLevel=s)}}]),e}(),Vt={length:0,start:function(){return 0},end:function(){return 0}},jt=function(){function e(){}return e.isBuffered=function(t,r){try{if(t)for(var i=e.getBuffered(t),s=0;s<i.length;s++)if(r>=i.start(s)&&r<=i.end(s))return!0}catch(e){}return!1},e.bufferInfo=function(t,r,i){try{if(t){var s,n=e.getBuffered(t),a=[];for(s=0;s<n.length;s++)a.push({start:n.start(s),end:n.end(s)});return this.bufferedInfo(a,r,i)}}catch(e){}return{len:0,start:r,end:r,nextStart:void 0}},e.bufferedInfo=function(e,t,r){t=Math.max(0,t),e.sort((function(e,t){return e.start-t.start||t.end-e.end}));var i=[];if(r)for(var s=0;s<e.length;s++){var n=i.length;if(n){var a=i[n-1].end;e[s].start-a<r?e[s].end>a&&(i[n-1].end=e[s].end):i.push(e[s])}else i.push(e[s])}else i=e;for(var o,l=0,h=t,d=t,u=0;u<i.length;u++){var c=i[u].start,f=i[u].end;if(t+r>=c&&t<f)h=c,l=(d=f)-t;else if(t+r<c){o=c;break}}return{len:l,start:h||0,end:d||0,nextStart:o}},e.getBuffered=function(e){try{return e.buffered}catch(e){return P.log("failed to get media.buffered",e),Vt}},e}(),zt=function(){function e(e){this.buffers=void 0,this.queues={video:[],audio:[],audiovideo:[]},this.buffers=e}var t=e.prototype;return t.append=function(e,t,r){var i=this.queues[t];i.push(e),1!==i.length||r||this.executeNext(t)},t.insertAbort=function(e,t){this.queues[t].unshift(e),this.executeNext(t)},t.appendBlocker=function(e){var t,r=new Promise((function(e){t=e})),i={execute:t,onStart:function(){},onComplete:function(){},onError:function(){}};return this.append(i,e),r},t.executeNext=function(e){var t=this.queues[e];if(t.length){var r=t[0];try{r.execute()}catch(t){P.warn('[buffer-operation-queue]: Exception executing "'+e+'" SourceBuffer operation: '+t),r.onError(t);var i=this.buffers[e];null!=i&&i.updating||this.shiftAndExecuteNext(e)}}},t.shiftAndExecuteNext=function(e){this.queues[e].shift(),this.executeNext(e)},t.current=function(e){return this.queues[e][0]},e}(),Kt=/(avc[1234]|hvc1|hev1|dvh[1e]|vp09|av01)(?:\.[^.,]+)+/,Yt=function(){function e(e){var t=this;this.details=null,this._objectUrl=null,this.operationQueue=void 0,this.listeners=void 0,this.hls=void 0,this.bufferCodecEventsExpected=0,this._bufferCodecEventsTotal=0,this.media=null,this.mediaSource=null,this.lastMpegAudioChunk=null,this.appendSource=void 0,this.appendErrors={audio:0,video:0,audiovideo:0},this.tracks={},this.pendingTracks={},this.sourceBuffer=void 0,this.log=void 0,this.warn=void 0,this.error=void 0,this._onEndStreaming=function(e){t.hls&&t.hls.pauseBuffering()},this._onStartStreaming=function(e){t.hls&&t.hls.resumeBuffering()},this._onMediaSourceOpen=function(){var e=t.media,r=t.mediaSource;t.log("Media source opened"),e&&(e.removeEventListener("emptied",t._onMediaEmptied),t.updateMediaElementDuration(),t.hls.trigger(E.MEDIA_ATTACHED,{media:e,mediaSource:r})),r&&r.removeEventListener("sourceopen",t._onMediaSourceOpen),t.checkPendingTracks()},this._onMediaSourceClose=function(){t.log("Media source closed")},this._onMediaSourceEnded=function(){t.log("Media source ended")},this._onMediaEmptied=function(){var e=t.mediaSrc,r=t._objectUrl;e!==r&&P.error("Media element src was set while attaching MediaSource ("+r+" > "+e+")")},this.hls=e;var r,i="[buffer-controller]";this.appendSource=(r=Ae(e.config.preferManagedMediaSource),"undefined"!=typeof self&&r===self.ManagedMediaSource),this.log=P.log.bind(P,i),this.warn=P.warn.bind(P,i),this.error=P.error.bind(P,i),this._initSourceBuffer(),this.registerListeners()}var t=e.prototype;return t.hasSourceTypes=function(){return this.getSourceBufferTypes().length>0||Object.keys(this.pendingTracks).length>0},t.destroy=function(){this.unregisterListeners(),this.details=null,this.lastMpegAudioChunk=null,this.hls=null},t.registerListeners=function(){var e=this.hls;e.on(E.MEDIA_ATTACHING,this.onMediaAttaching,this),e.on(E.MEDIA_DETACHING,this.onMediaDetaching,this),e.on(E.MANIFEST_LOADING,this.onManifestLoading,this),e.on(E.MANIFEST_PARSED,this.onManifestParsed,this),e.on(E.BUFFER_RESET,this.onBufferReset,this),e.on(E.BUFFER_APPENDING,this.onBufferAppending,this),e.on(E.BUFFER_CODECS,this.onBufferCodecs,this),e.on(E.BUFFER_EOS,this.onBufferEos,this),e.on(E.BUFFER_FLUSHING,this.onBufferFlushing,this),e.on(E.LEVEL_UPDATED,this.onLevelUpdated,this),e.on(E.FRAG_PARSED,this.onFragParsed,this),e.on(E.FRAG_CHANGED,this.onFragChanged,this)},t.unregisterListeners=function(){var e=this.hls;e.off(E.MEDIA_ATTACHING,this.onMediaAttaching,this),e.off(E.MEDIA_DETACHING,this.onMediaDetaching,this),e.off(E.MANIFEST_LOADING,this.onManifestLoading,this),e.off(E.MANIFEST_PARSED,this.onManifestParsed,this),e.off(E.BUFFER_RESET,this.onBufferReset,this),e.off(E.BUFFER_APPENDING,this.onBufferAppending,this),e.off(E.BUFFER_CODECS,this.onBufferCodecs,this),e.off(E.BUFFER_EOS,this.onBufferEos,this),e.off(E.BUFFER_FLUSHING,this.onBufferFlushing,this),e.off(E.LEVEL_UPDATED,this.onLevelUpdated,this),e.off(E.FRAG_PARSED,this.onFragParsed,this),e.off(E.FRAG_CHANGED,this.onFragChanged,this)},t._initSourceBuffer=function(){this.sourceBuffer={},this.operationQueue=new zt(this.sourceBuffer),this.listeners={audio:[],video:[],audiovideo:[]},this.appendErrors={audio:0,video:0,audiovideo:0},this.lastMpegAudioChunk=null},t.onManifestLoading=function(){this.bufferCodecEventsExpected=this._bufferCodecEventsTotal=0,this.details=null},t.onManifestParsed=function(e,t){t.audio&&!t.video||t.altAudio,this.bufferCodecEventsExpected=this._bufferCodecEventsTotal=1,this.log(this.bufferCodecEventsExpected+" bufferCodec event(s) expected")},t.onMediaAttaching=function(e,t){var r=this.media=t.media,i=Ae(this.appendSource);if(r&&i){var s,n=this.mediaSource=new i;this.log("created media source: "+(null==(s=n.constructor)?void 0:s.name)),n.addEventListener("sourceopen",this._onMediaSourceOpen),n.addEventListener("sourceended",this._onMediaSourceEnded),n.addEventListener("sourceclose",this._onMediaSourceClose),this.appendSource&&(n.addEventListener("startstreaming",this._onStartStreaming),n.addEventListener("endstreaming",this._onEndStreaming));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,Xt(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)}},t.onMediaDetaching=function(){var e=this.media,t=this.mediaSource,r=this._objectUrl;if(t){if(this.log("media source detaching"),"open"===t.readyState)try{t.endOfStream()}catch(e){this.warn("onMediaDetaching: "+e.message+" while calling endOfStream")}this.onBufferReset(),t.removeEventListener("sourceopen",this._onMediaSourceOpen),t.removeEventListener("sourceended",this._onMediaSourceEnded),t.removeEventListener("sourceclose",this._onMediaSourceClose),this.appendSource&&(t.removeEventListener("startstreaming",this._onStartStreaming),t.removeEventListener("endstreaming",this._onEndStreaming)),e&&(e.removeEventListener("emptied",this._onMediaEmptied),r&&self.URL.revokeObjectURL(r),this.mediaSrc===r?(e.removeAttribute("src"),this.appendSource&&Xt(e),e.load()):this.warn("media|source.src was changed by a third party - skip cleanup")),this.mediaSource=null,this.media=null,this._objectUrl=null,this.bufferCodecEventsExpected=this._bufferCodecEventsTotal,this.pendingTracks={},this.tracks={}}this.hls.trigger(E.MEDIA_DETACHED,void 0)},t.onBufferReset=function(){var e=this;this.getSourceBufferTypes().forEach((function(t){e.resetBuffer(t)})),this._initSourceBuffer()},t.resetBuffer=function(e){var t=this.sourceBuffer[e];try{var r;t&&(this.removeBufferListeners(e),this.sourceBuffer[e]=void 0,null!=(r=this.mediaSource)&&r.sourceBuffers.length&&this.mediaSource.removeSourceBuffer(t))}catch(t){this.warn("onBufferReset "+e,t)}},t.onBufferCodecs=function(e,t){var r=this,i=this.getSourceBufferTypes().length,s=Object.keys(t);if(s.forEach((function(e){if(i){var s=r.tracks[e];if(s&&"function"==typeof s.buffer.changeType){var n,a=t[e],o=a.id,l=a.codec,h=a.levelCodec,d=a.container,u=a.metadata,c=Be(s.codec,s.levelCodec),f=null==c?void 0:c.replace(Kt,"$1"),g=Be(l,h),p=null==(n=g)?void 0:n.replace(Kt,"$1");if(g&&f!==p){"audio"===e.slice(0,5)&&(g=Ne(g,r.appendSource));var m=d+";codecs="+g;r.appendChangeType(e,m),r.log("switching codec "+c+" to "+g),r.tracks[e]={buffer:s.buffer,codec:l,container:d,levelCodec:h,metadata:u,id:o}}}}else r.pendingTracks[e]=t[e]})),!i){var n=Math.max(this.bufferCodecEventsExpected-1,0);this.bufferCodecEventsExpected!==n&&(this.log(n+" bufferCodec event(s) expected "+s.join(",")),this.bufferCodecEventsExpected=n),this.mediaSource&&"open"===this.mediaSource.readyState&&this.checkPendingTracks()}},t.appendChangeType=function(e,t){var r=this,i=this.operationQueue,s={execute:function(){var s=r.sourceBuffer[e];s&&(r.log("changing "+e+" sourceBuffer type to "+t),s.changeType(t)),i.shiftAndExecuteNext(e)},onStart:function(){},onComplete:function(){},onError:function(t){r.warn("Failed to change "+e+" SourceBuffer type",t)}};i.append(s,e,!!this.pendingTracks[e])},t.onBufferAppending=function(e,t){var r=this,i=this.hls,s=this.operationQueue,n=this.tracks,a=t.data,o=t.type,l=t.frag,h=t.part,d=t.chunkMeta,u=d.buffering[o],c=self.performance.now();u.start=c;var f=l.stats.buffering,g=h?h.stats.buffering:null;0===f.start&&(f.start=c),g&&0===g.start&&(g.start=c);var p=n.audio,m=!1;"audio"===o&&"audio/mpeg"===(null==p?void 0:p.container)&&(m=!this.lastMpegAudioChunk||1===d.id||this.lastMpegAudioChunk.sn!==d.sn,this.lastMpegAudioChunk=d);var v=l.start,y={execute:function(){if(u.executeStart=self.performance.now(),m){var e=r.sourceBuffer[o];if(e){var t=v-e.timestampOffset;Math.abs(t)>=.1&&(r.log("Updating audio SourceBuffer timestampOffset to "+v+" (delta: "+t+") sn: "+l.sn+")"),e.timestampOffset=v)}}r.appendExecutor(a,o)},onStart:function(){},onComplete:function(){var e=self.performance.now();u.executeEnd=u.end=e,0===f.first&&(f.first=e),g&&0===g.first&&(g.first=e);var t=r.sourceBuffer,i={};for(var s in t)i[s]=jt.getBuffered(t[s]);r.appendErrors[o]=0,"audio"===o||"video"===o?r.appendErrors.audiovideo=0:(r.appendErrors.audio=0,r.appendErrors.video=0),r.hls.trigger(E.BUFFER_APPENDED,{type:o,frag:l,part:h,chunkMeta:d,parent:l.type,timeRanges:i})},onError:function(e){var t={type:S.MEDIA_ERROR,parent:l.type,details:T.BUFFER_APPEND_ERROR,sourceBufferName:o,frag:l,part:h,chunkMeta:d,error:e,err:e,fatal:!1};if(e.code===DOMException.QUOTA_EXCEEDED_ERR)t.details=T.BUFFER_FULL_ERROR;else{var s=++r.appendErrors[o];t.details=T.BUFFER_APPEND_ERROR,r.warn("Failed "+s+"/"+i.config.appendErrorMaxRetry+' times to append segment in "'+o+'" sourceBuffer'),s>=i.config.appendErrorMaxRetry&&(t.fatal=!0)}i.trigger(E.ERROR,t)}};s.append(y,o,!!this.pendingTracks[o])},t.onBufferFlushing=function(e,t){var r=this,i=this.operationQueue,s=function(e){return{execute:r.removeExecutor.bind(r,e,t.startOffset,t.endOffset),onStart:function(){},onComplete:function(){r.hls.trigger(E.BUFFER_FLUSHED,{type:e})},onError:function(t){r.warn("Failed to remove from "+e+" SourceBuffer",t)}}};t.type?i.append(s(t.type),t.type):this.getSourceBufferTypes().forEach((function(e){i.append(s(e),e)}))},t.onFragParsed=function(e,t){var r=this,i=t.frag,s=t.part,n=[],a=s?s.elementaryStreams:i.elementaryStreams;a[O]?n.push("audiovideo"):(a[x]&&n.push("audio"),a[M]&&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(E.FRAG_BUFFERED,{frag:i,part:s,stats:t,id:i.type})}),n)},t.onFragChanged=function(e,t){this.trimBuffers()},t.onBufferEos=function(e,t){var r=this;this.getSourceBufferTypes().reduce((function(e,i){var s=r.sourceBuffer[i];return!s||t.type&&t.type!==i||(s.ending=!0,s.ended||(s.ended=!0,r.log(i+" sourceBuffer now EOS"))),e&&!(s&&!s.ended)}),!0)&&(this.log("Queueing mediaSource.endOfStream()"),this.blockBuffers((function(){r.getSourceBufferTypes().forEach((function(e){var t=r.sourceBuffer[e];t&&(t.ending=!1)}));var e=r.mediaSource;e&&"open"===e.readyState?(r.log("Calling mediaSource.endOfStream()"),e.endOfStream()):e&&r.log("Could not call mediaSource.endOfStream(). mediaSource.readyState: "+e.readyState)})))},t.onLevelUpdated=function(e,t){var r=t.details;r.fragments.length&&(this.details=r,this.getSourceBufferTypes().length?this.blockBuffers(this.updateMediaElementDuration.bind(this)):this.updateMediaElementDuration())},t.trimBuffers=function(){var e=this.hls,t=this.details,r=this.media;if(r&&null!==t&&this.getSourceBufferTypes().length){var i=e.config,s=r.currentTime,n=t.levelTargetDuration,a=t.live&&null!==i.liveBackBufferLength?i.liveBackBufferLength:i.backBufferLength;if(m(a)&&a>0){var o=Math.max(a,n),l=Math.floor(s/n)*n-o;this.flushBackBuffer(s,n,l)}if(m(i.frontBufferFlushThreshold)&&i.frontBufferFlushThreshold>0){var h=Math.max(i.maxBufferLength,i.frontBufferFlushThreshold),d=Math.max(h,n),u=Math.floor(s/n)*n+d;this.flushFrontBuffer(s,n,u)}}},t.flushBackBuffer=function(e,t,r){var i=this,s=this.details,n=this.sourceBuffer;this.getSourceBufferTypes().forEach((function(a){var o=n[a];if(o){var l=jt.getBuffered(o);if(l.length>0&&r>l.start(0)){if(i.hls.trigger(E.BACK_BUFFER_REACHED,{bufferEnd:r}),null!=s&&s.live)i.hls.trigger(E.LIVE_BACK_BUFFER_REACHED,{bufferEnd:r});else if(o.ended&&l.end(l.length-1)-e<2*t)return void i.log("Cannot flush "+a+" back buffer while SourceBuffer is in ended state");i.hls.trigger(E.BUFFER_FLUSHING,{startOffset:0,endOffset:r,type:a})}}}))},t.flushFrontBuffer=function(e,t,r){var i=this,s=this.sourceBuffer;this.getSourceBufferTypes().forEach((function(n){var a=s[n];if(a){var o=jt.getBuffered(a),l=o.length;if(l<2)return;var h=o.start(l-1),d=o.end(l-1);if(r>h||e>=h&&e<=d)return;if(a.ended&&e-d<2*t)return void i.log("Cannot flush "+n+" front buffer while SourceBuffer is in ended state");i.hls.trigger(E.BUFFER_FLUSHING,{startOffset:h,endOffset:1/0,type:n})}}))},t.updateMediaElementDuration=function(){if(this.details&&this.media&&this.mediaSource&&"open"===this.mediaSource.readyState){var e=this.details,t=this.hls,r=this.media,i=this.mediaSource,s=e.fragments[0].start+e.totalduration,n=r.duration,a=m(i.duration)?i.duration:0;e.live&&t.config.liveDurationInfinity?(i.duration=1/0,this.updateSeekableRange(e)):(s>a&&s>n||!m(n))&&(this.log("Updating Media Source duration to "+s.toFixed(3)),i.duration=s)}},t.updateSeekableRange=function(e){var t=this.mediaSource,r=e.fragments;if(r.length&&e.live&&null!=t&&t.setLiveSeekableRange){var i=Math.max(0,r[0].start),s=Math.max(i,i+e.totalduration);this.log("Media Source duration is set to "+t.duration+". Setting seekable range to "+i+"-"+s+"."),t.setLiveSeekableRange(i,s)}},t.checkPendingTracks=function(){var e=this.bufferCodecEventsExpected,t=this.operationQueue,r=this.pendingTracks,i=Object.keys(r).length;if(i&&(!e||2===i||"audiovideo"in r)){this.createSourceBuffers(r),this.pendingTracks={};var s=this.getSourceBufferTypes();if(s.length)this.hls.trigger(E.BUFFER_CREATED,{tracks:this.tracks}),s.forEach((function(e){t.executeNext(e)}));else{var n=new Error("could not create source buffer for media codec(s)");this.hls.trigger(E.ERROR,{type:S.MEDIA_ERROR,details:T.BUFFER_INCOMPATIBLE_CODECS_ERROR,fatal:!0,error:n,reason:n.message})}}},t.createSourceBuffers=function(e){var t=this,r=this.sourceBuffer,i=this.mediaSource;if(!i)throw Error("createSourceBuffers called when mediaSource was null");var s=function(s){if(!r[s]){var n,a=e[s];if(!a)throw Error("source buffer exists for track "+s+", however track does not");var o=-1===(null==(n=a.levelCodec)?void 0:n.indexOf(","))?a.levelCodec:a.codec;o&&"audio"===s.slice(0,5)&&(o=Ne(o,t.appendSource));var l=a.container+";codecs="+o;t.log("creating sourceBuffer("+l+")");try{var h=r[s]=i.addSourceBuffer(l),d=s;t.addBufferListener(d,"updatestart",t._onSBUpdateStart),t.addBufferListener(d,"updateend",t._onSBUpdateEnd),t.addBufferListener(d,"error",t._onSBUpdateError),t.appendSource&&t.addBufferListener(d,"bufferedchange",(function(e,r){var i=r.removedRanges;null!=i&&i.length&&t.hls.trigger(E.BUFFER_FLUSHED,{type:s})})),t.tracks[s]={buffer:h,codec:o,container:a.container,levelCodec:a.levelCodec,metadata:a.metadata,id:a.id}}catch(e){t.error("error while trying to add sourceBuffer: "+e.message),t.hls.trigger(E.ERROR,{type:S.MEDIA_ERROR,details:T.BUFFER_ADD_CODEC_ERROR,fatal:!1,error:e,sourceBufferName:s,mimeType:l})}}};for(var n in e)s(n)},t._onSBUpdateStart=function(e){this.operationQueue.current(e).onStart()},t._onSBUpdateEnd=function(e){var t;if("closed"!==(null==(t=this.mediaSource)?void 0:t.readyState)){var r=this.operationQueue;r.current(e).onComplete(),r.shiftAndExecuteNext(e)}else this.resetBuffer(e)},t._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(E.ERROR,{type:S.MEDIA_ERROR,details:T.BUFFER_APPENDING_ERROR,sourceBufferName:e,error:i,fatal:!1});var s=this.operationQueue.current(e);s&&s.onError(i)},t.removeExecutor=function(e,t,r){var i=this.media,s=this.mediaSource,n=this.operationQueue,a=this.sourceBuffer[e];if(!i||!s||!a)return this.warn("Attempting to remove from the "+e+" SourceBuffer, but it does not exist"),void n.shiftAndExecuteNext(e);var o=m(i.duration)?i.duration:1/0,l=m(s.duration)?s.duration:1/0,h=Math.max(0,t),d=Math.min(r,o,l);d>h&&(!a.ending||a.ended)?(a.ended=!1,this.log("Removing ["+h+","+d+"] from the "+e+" SourceBuffer"),a.remove(h,d)):n.shiftAndExecuteNext(e)},t.appendExecutor=function(e,t){var r=this.sourceBuffer[t];if(r)r.ended=!1,r.appendBuffer(e);else if(!this.pendingTracks[t])throw new Error("Attempting to append to the "+t+" SourceBuffer, but it does not exist")},t.blockBuffers=function(e,t){var r=this;if(void 0===t&&(t=this.getSourceBufferTypes()),!t.length)return this.log("Blocking operation requested, but no SourceBuffers exist"),void Promise.resolve().then(e);var i=this.operationQueue,s=t.map((function(e){return i.appendBlocker(e)}));Promise.all(s).then((function(){e(),t.forEach((function(e){var t=r.sourceBuffer[e];null!=t&&t.updating||i.shiftAndExecuteNext(e)}))}))},t.getSourceBufferTypes=function(){return Object.keys(this.sourceBuffer)},t.addBufferListener=function(e,t,r){var i=this.sourceBuffer[e];if(i){var s=r.bind(this,e);this.listeners[e].push({event:t,listener:s}),i.addEventListener(t,s)}},t.removeBufferListeners=function(e){var t=this.sourceBuffer[e];t&&this.listeners[e].forEach((function(e){t.removeEventListener(e.event,e.listener)}))},a(e,[{key:"mediaSrc",get:function(){var e,t=(null==(e=this.media)?void 0:e.firstChild)||this.media;return null==t?void 0:t.src}}]),e}();function Xt(e){var t=e.querySelectorAll("source");[].slice.call(t).forEach((function(t){e.removeChild(t)}))}var Jt=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(E.FPS_DROP_LEVEL_CAPPING,this.onFpsDropLevelCapping,this),e.on(E.MEDIA_ATTACHING,this.onMediaAttaching,this),e.on(E.MANIFEST_PARSED,this.onManifestParsed,this),e.on(E.LEVELS_UPDATED,this.onLevelsUpdated,this),e.on(E.BUFFER_CODECS,this.onBufferCodecs,this),e.on(E.MEDIA_DETACHING,this.onMediaDetaching,this)},t.unregisterListener=function(){var e=this.hls;e.off(E.FPS_DROP_LEVEL_CAPPING,this.onFpsDropLevelCapping,this),e.off(E.MEDIA_ATTACHING,this.onMediaAttaching,this),e.off(E.MANIFEST_PARSED,this.onManifestParsed,this),e.off(E.LEVELS_UPDATED,this.onLevelsUpdated,this),e.off(E.BUFFER_CODECS,this.onBufferCodecs,this),e.off(E.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&&m(this.autoLevelCapping)&&this.detectPlayerSize()},t.onBufferCodecs=function(e,t){this.hls.config.capLevelToPlayerSize&&t.video&&this.startCapping()},t.onMediaDetaching=function(){this.stopCapping()},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&&P.log("Setting autoLevelCapping to "+r+": "+e[r].height+"p@"+e[r].bitrate+" for media "+this.mediaWidth+"x"+this.mediaHeight),t.autoLevelCapping=r,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},a(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 e}}]),e}(),Qt=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(E.MEDIA_ATTACHING,this.onMediaAttaching,this)},t.unregisterListeners=function(){this.hls.off(E.MEDIA_ATTACHING,this.onMediaAttaching,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.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(E.FPS_DROP,{currentDropped:n,currentDecoded:a,totalDroppedFrames:r}),o>0&&n>l.config.fpsDroppedMonitoringThreshold*a){var h=l.currentLevel;P.warn("drop FPS ratio greater than max allowed value for currentLevel: "+h),h>0&&(-1===l.autoLevelCapping||l.autoLevelCapping>=h)&&(h-=1,l.trigger(E.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}(),Zt=function(){function e(e){this.hls=void 0,this.log=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.log=P.log.bind(P,"[content-steering]:"),this.registerListeners()}var t=e.prototype;return t.registerListeners=function(){var e=this.hls;e.on(E.MANIFEST_LOADING,this.onManifestLoading,this),e.on(E.MANIFEST_LOADED,this.onManifestLoaded,this),e.on(E.MANIFEST_PARSED,this.onManifestParsed,this),e.on(E.ERROR,this.onError,this)},t.unregisterListeners=function(){var e=this.hls;e&&(e.off(E.MANIFEST_LOADING,this.onManifestLoading,this),e.off(E.MANIFEST_LOADED,this.onManifestLoaded,this),e.off(E.MANIFEST_PARSED,this.onManifestParsed,this),e.off(E.ERROR,this.onError,this))},t.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)}},t.stopLoad=function(){this.started=!1,this.loader&&(this.loader.destroy(),this.loader=null),this.clearTimeout()},t.clearTimeout=function(){-1!==this.reloadTimer&&(self.clearTimeout(this.reloadTimer),this.reloadTimer=-1)},t.destroy=function(){this.unregisterListeners(),this.stopLoad(),this.hls=null,this.levels=this.audioTracks=this.subtitleTracks=null},t.removeLevel=function(e){var t=this.levels;t&&(this.levels=t.filter((function(t){return t!==e})))},t.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},t.onManifestLoaded=function(e,t){var r=t.contentSteering;null!==r&&(this.pathwayId=r.pathwayId,this.uri=r.uri,this.started&&this.startLoad())},t.onManifestParsed=function(e,t){this.audioTracks=t.audioTracks,this.subtitleTracks=t.subtitleTracks},t.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=i.reduce((function(e,t){return-1===e.indexOf(t.pathwayId)&&e.push(t.pathwayId),e}),[])),s&&s.length>1&&(this.updatePathwayPriority(s),r.resolved=this.pathwayId!==n),r.resolved||P.warn("Could not resolve "+t.details+' ("'+t.error.message+'") with content-steering for Pathway: '+n+" levels: "+(i?i.length:i)+" priorities: "+JSON.stringify(s)+" penalized: "+JSON.stringify(this.penalizedPathways))}},t.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):e},t.getLevelsForPathway=function(e){return null===this.levels?[]:this.levels.filter((function(t){return e===t.pathwayId}))},t.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,It(t),this.hls.trigger(E.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}}}},t.getPathwayForGroupId=function(e,t,r){for(var i=this.getLevelsForPathway(r).concat(this.levels||[]),s=0;s<i.length;s++)if(t===et&&i[s].hasAudioGroup(e)||t===tt&&i[s].hasSubtitleGroup(e))return i[s].pathwayId;return r},t.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 I(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=tr(e.uri,t["STABLE-VARIANT-ID"],"PER-VARIANT-URIS",o),h=new Tt({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 d=1;d<e.audioGroups.length;d++)h.addGroupId("audio",e.audioGroups[d]+"_clone_"+n);if(e.subtitleGroups)for(var u=1;u<e.subtitleGroups.length;u++)h.addGroupId("text",e.subtitleGroups[u]+"_clone_"+n);return h}));r.push.apply(r,l),er(t.audioTracks,i,o,n),er(t.subtitleTracks,s,o,n)}}))}},t.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},d={onSuccess:function(e,i,s,n){r.log('Loaded steering manifest: "'+t+'"');var a=e.data;if(1===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 d={steeringManifest:a,url:t.toString()};r.hls.trigger(E.STEERING_MANIFEST_LOADED,d),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,d)},t.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)},e}();function er(e,t,r,i){e&&Object.keys(t).forEach((function(s){var n=e.filter((function(e){return e.groupId===s})).map((function(e){var n=o({},e);return n.details=void 0,n.attrs=new I(n.attrs),n.url=n.attrs.URI=tr(e.url,e.attrs["STABLE-RENDITION-ID"],"PER-RENDITION-URIS",r),n.groupId=n.attrs["GROUP-ID"]=t[s],n.attrs["PATHWAY-ID"]=i,n}));e.push.apply(e,n)}))}function tr(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 rr=/^age:\s*[\d.]+\s*$/im,ir=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 k,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){e.callbacks.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&&m(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;if(n>=200&&n<300&&(a&&t.response||null!==t.responseText)){r.loading.end=Math.max(self.performance.now(),r.loading.first);var o=a?t.response:t.responseText,l="arraybuffer"===t.responseType?o.byteLength:o.length;if(r.loaded=r.total=l,r.bwEstimate=8e3*r.total/(r.loading.end-r.loading.first),!this.callbacks)return;var h=this.callbacks.onProgress;if(h&&h(r,e,o,t),!this.callbacks)return;var d={url:t.responseURL,data:o,code:n};this.callbacks.onSuccess(d,r,e,t)}else{var u=s.loadPolicy.errorRetry;Mt(u,r.retry,!1,{url:e.url,data:void 0,code:n})?this.retry(u):(P.error(n+" while loading "+e.url),this.callbacks.onError({code:n,text:t.statusText},e,t,r))}}}},t.loadtimeout=function(){if(this.config){var e=this.config.loadPolicy.timeoutRetry;if(Mt(e,this.stats.retry,!0))this.retry(e);else{var t;P.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=kt(e,r.retry),r.retry++,P.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&&rr.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}(),sr=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}(),nr=/(\d+)-(\d+)\/(\d+)/,ar=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||or,this.controller=new self.AbortController,this.stats=new k}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 n=function(e,t){var r={method:"GET",mode:"cors",credentials:"same-origin",signal:t,headers:new self.Headers(o({},e.headers))};return e.rangeEnd&&r.headers.set("Range","bytes="+e.rangeStart+"-"+String(e.rangeEnd-1)),r}(e,this.controller.signal),a=r.onProgress,l="arraybuffer"===e.responseType,h=l?"byteLength":"length",d=t.loadPolicy,u=d.maxTimeToFirstByteMs,c=d.maxLoadTimeMs;this.context=e,this.config=t,this.callbacks=r,this.request=this.fetchSetup(e,n),self.clearTimeout(this.requestTimeout),t.timeout=u&&m(u)?u:c,this.requestTimeout=self.setTimeout((function(){i.abortInternal(),r.onTimeout(s,e,i.response)}),t.timeout),self.fetch(this.request).then((function(n){i.response=i.loader=n;var o=Math.max(self.performance.now(),s.loading.start);if(self.clearTimeout(i.requestTimeout),t.timeout=c,i.requestTimeout=self.setTimeout((function(){i.abortInternal(),r.onTimeout(s,e,i.response)}),c-(o-s.loading.start)),!n.ok){var h=n.status,d=n.statusText;throw new hr(d||"fetch, bad network response",h,n)}return s.loading.first=o,s.total=function(e){var t=e.get("Content-Range");if(t){var r=function(e){var t=nr.exec(e);if(t)return parseInt(t[2])-parseInt(t[1])+1}(t);if(m(r))return r}var i=e.get("Content-Length");if(i)return parseInt(i)}(n.headers)||s.total,a&&m(t.highWaterMark)?i.loadProgressively(n,s,e,t.highWaterMark,a):l?n.arrayBuffer():"json"===e.responseType?n.json():n.text()})).then((function(n){var 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 l=n[h];l&&(s.loaded=s.total=l);var d={url:o.url,data:n,code:o.status};a&&!m(t.highWaterMark)&&a(s,e,n,o),r.onSuccess(d,s,e,o)})).catch((function(t){if(self.clearTimeout(i.requestTimeout),!s.aborted){var n=t&&t.code||0,a=t?t.message:null;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 sr,a=e.body.getReader();return function o(){return a.read().then((function(a){if(a.done)return n.dataLength&&s(t,r,n.flush(),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(),e)):s(t,r,l,e),o()})).catch((function(){return Promise.reject()}))}()},e}();function or(e,t){return new self.Request(e.url,t)}var lr,hr=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 l(t,e),t}(c(Error)),dr=i(i({autoStartLoad:!0,startPosition:-1,defaultAudioCodec:void 0,debug:!1,capLevelOnFPSDrop:!1,capLevelToPlayerSize:!1,ignoreDevicePixelRatio:!1,preferManagedMediaSource:!0,initialLiveManifestSize:1,maxBufferLength:30,backBufferLength:1/0,frontBufferFlushThreshold:1/0,maxBufferSize:6e7,maxBufferHole:.1,highBufferWatchdogPeriod:2,nudgeOffset:.1,nudgeMaxRetry:3,maxFragLookUpTolerance:.25,liveSyncDurationCount:3,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,loader:ir,fLoader:void 0,pLoader:void 0,xhrSetup:void 0,licenseXhrSetup:void 0,licenseResponseCallback:void 0,abrController:qt,bufferController:Yt,capLevelController:Jt,errorController:Ut,fpsController:Qt,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,testBandwidth:!0,progressive:!1,lowLatencyMode:!0,cmcd:void 0,enableDateRangeMetadataCues:!0,enableEmsgMetadataCues:!0,enableID3MetadataCues:!0,useMediaCapabilities:!1,certLoadPolicy:{default:{maxTimeToFirstByteMs:8e3,maxLoadTimeMs:2e4,timeoutRetry:null,errorRetry:null}},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}}},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:G,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:Zt});function ur(e){return e&&"object"==typeof e?Array.isArray(e)?e.map(ur):Object.keys(e).reduce((function(t,r){return t[r]=ur(e[r]),t}),{}):e}var cr=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}l(t,e);var r=t.prototype;return r._registerListeners=function(){var e=this.hls;e.on(E.MANIFEST_LOADING,this.onManifestLoading,this),e.on(E.MANIFEST_LOADED,this.onManifestLoaded,this),e.on(E.LEVEL_LOADED,this.onLevelLoaded,this),e.on(E.LEVELS_UPDATED,this.onLevelsUpdated,this),e.on(E.FRAG_BUFFERED,this.onFragBuffered,this),e.on(E.ERROR,this.onError,this)},r._unregisterListeners=function(){var e=this.hls;e.off(E.MANIFEST_LOADING,this.onManifestLoading,this),e.off(E.MANIFEST_LOADED,this.onManifestLoaded,this),e.off(E.LEVEL_LOADED,this.onLevelLoaded,this),e.off(E.LEVELS_UPDATED,this.onLevelsUpdated,this),e.off(E.FRAG_BUFFERED,this.onFragBuffered,this),e.off(E.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.hls.config.preferManagedMediaSource,i=[],s={},n={},a=!1,o=!1,l=!1;t.levels.forEach((function(e){var t,h,d=e.attrs,u=e.audioCodec,c=e.videoCodec;-1!==(null==(t=u)?void 0:t.indexOf("mp4a.40.34"))&&(lr||(lr=/chrome|firefox/i.test(navigator.userAgent)),lr&&(e.audioCodec=u=void 0)),u&&(e.audioCodec=u=Ne(u,r)),0===(null==(h=c)?void 0:h.indexOf("avc1"))&&(c=e.videoCodec=function(e){for(var t=e.split(","),r=0;r<t.length;r++){var i=t[r].split(".");if(i.length>2){var s=i.shift()+".";s+=parseInt(i.shift()).toString(16),s+=("000"+parseInt(i.shift()).toString(16)).slice(-4),t[r]=s}}return t.join(",")}(c));var f=e.width,g=e.height,p=e.unknownCodecs;if(a||(a=!(!f||!g)),o||(o=!!c),l||(l=!!u),!(null!=p&&p.length||u&&!Ce(u,"audio",r)||c&&!Ce(c,"video",r))){var m=d.CODECS,v=d["FRAME-RATE"],y=d["HDCP-LEVEL"],E=d["PATHWAY-ID"],S=d.RESOLUTION,T=d["VIDEO-RANGE"],_=(E||".")+"-"+e.bitrate+"-"+S+"-"+v+"-"+m+"-"+T+"-"+y;if(s[_])if(s[_].uri===e.url||e.attrs["PATHWAY-ID"])s[_].addGroupId("audio",d.AUDIO),s[_].addGroupId("text",d.SUBTITLES);else{var L=n[_]+=1;e.attrs["PATHWAY-ID"]=new Array(L+1).join(".");var b=new Tt(e);s[_]=b,i.push(b)}else{var R=new Tt(e);s[_]=R,n[_]=1,i.push(R)}}})),this.filterAndSortMediaOptions(i,t,a,o,l)},r.filterAndSortMediaOptions=function(e,t,r,i,s){var n=this,a=[],o=[],l=e;if((r||i)&&s&&(l=l.filter((function(e){var t,r=e.videoCodec,i=e.videoRange,s=e.width,n=e.height;return(!!r||!(!s||!n))&&!!(t=i)&&yt.indexOf(t)>-1}))),0!==l.length){if(t.audioTracks){var h=this.hls.config.preferManagedMediaSource;fr(a=t.audioTracks.filter((function(e){return!e.audioCodec||Ce(e.audioCodec,"audio",h)})))}t.subtitles&&fr(o=t.subtitles);var d=l.slice(0);l.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 yt.indexOf(e.videoRange)-yt.indexOf(t.videoRange);if(e.videoCodec!==t.videoCodec){var i=xe(e.videoCodec),s=xe(t.videoCodec);if(i!==s)return s-i}if(e.uri===t.uri&&e.codecSet!==t.codecSet){var n=Me(e.codecSet),a=Me(t.codecSet);if(n!==a)return a-n}return e.averageBitrate!==t.averageBitrate?e.averageBitrate-t.averageBitrate:0}));var u=d[0];if(this.steering&&(l=this.steering.filterParsedLevels(l)).length!==d.length)for(var c=0;c<d.length;c++)if(d[c].pathwayId===l[0].pathwayId){u=d[c];break}this._levels=l;for(var f=0;f<l.length;f++)if(l[f]===u){var g;this._firstLevel=f;var p=u.bitrate,m=this.hls.bandwidthEstimate;if(this.log("manifest loaded, "+l.length+" level(s) found, first bitrate: "+p),void 0===(null==(g=this.hls.userConfig)?void 0:g.abrEwmaDefaultEstimate)){var v=Math.min(p,this.hls.config.abrEwmaDefaultEstimateMax);v>m&&m===dr.abrEwmaDefaultEstimate&&(this.hls.bandwidthEstimate=v)}break}var y=s&&!i,_={levels:l,audioTracks:a,subtitleTracks:o,sessionData:t.sessionData,sessionKeys:t.sessionKeys,firstLevel:this._firstLevel,stats:t.stats,audio:s,video:i,altAudio:!y&&a.some((function(e){return!!e.url}))};this.hls.trigger(E.MANIFEST_PARSED,_),(this.hls.config.autoStartLoad||this.hls.forceStartLoad)&&this.hls.startLoad(this.hls.config.startPosition)}else Promise.resolve().then((function(){if(n.hls){t.levels.length&&n.warn("One or more CODECS in variant not supported: "+JSON.stringify(t.levels[0].attrs));var e=new Error("no level with compatible codecs found in manifest");n.hls.trigger(E.ERROR,{type:S.MEDIA_ERROR,details:T.MANIFEST_INCOMPATIBLE_CODECS_ERROR,fatal:!0,url:t.url,error:e,reason:e.message})}}))},r.onError=function(e,t){!t.fatal&&t.context&&t.context.type===Ze&&t.context.level===this.level&&this.checkRetry(t)},r.onFragBuffered=function(e,t){var r=t.frag;if(void 0!==r&&r.type===rt){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=this._levels[s];if(!a)return this.warn("Invalid level index "+s),void(null!=(i=t.deliveryDirectives)&&i.skip&&(n.deltaUpdateFailed=!0));s===this.currentLevelIndex?(0===a.fragmentError&&(a.loadError=0),this.playlistLoaded(s,t,a.details)):null!=(r=t.deliveryDirectives)&&r.skip&&(n.deltaUpdateFailed=!0)},r.loadPlaylist=function(t){e.prototype.loadPlaylist.call(this);var r=this.currentLevelIndex,i=this.currentLevel;if(i&&this.shouldLoadPlaylist(i)){var s=i.uri;if(t)try{s=t.addDirectives(s)}catch(e){this.warn("Could not construct new URL with HLS Delivery Directives: "+e)}var n=i.attrs["PATHWAY-ID"];this.log("Loading level index "+r+(void 0!==(null==t?void 0:t.msn)?" at sn "+t.msn+" part "+t.part:"")+" with"+(n?" Pathway "+n:"")+" "+s),this.clearTimer(),this.hls.trigger(E.LEVEL_LOADING,{url:s,level:r,pathwayId:i.attrs["PATHWAY-ID"],id:0,deliveryDirectives:t||null})}},r.removeLevel=function(e){var t,r=this,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)}));It(i),this._levels=i,this.currentLevelIndex>-1&&null!=(t=this.currentLevel)&&t.details&&(this.currentLevelIndex=this.currentLevel.details.fragments[0].level),this.hls.trigger(E.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(E.MAX_AUTO_LEVEL_UPDATED,{autoLevelCapping:t,levels:this.levels,maxAutoLevel:r,minAutoLevel:this.hls.minAutoLevel,maxHdcpLevel:i}))},a(t,[{key:"levels",get:function(){return 0===this._levels.length?null:this._levels}},{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(E.ERROR,{type:S.OTHER_ERROR,details:T.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||!o.details||!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(E.LEVEL_SWITCHING,h);var d=o.details;if(!d||d.live){var u=this.switchParams(o.uri,null==n?void 0:n.details,d);this.loadPlaylist(u)}}}}},{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:"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)}}]),t}(Gt);function fr(e){var t={};e.forEach((function(e){var r=e.groupId||"";e.id=t[r]=t[r]||0,t[r]++}))}var gr="NOT_LOADED",pr="APPENDING",mr="PARTIAL",vr="OK",yr=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.on(E.BUFFER_APPENDED,this.onBufferAppended,this),e.on(E.FRAG_BUFFERED,this.onFragBuffered,this),e.on(E.FRAG_LOADED,this.onFragLoaded,this)},t._unregisterListeners=function(){var e=this.hls;e.off(E.BUFFER_APPENDED,this.onBufferAppended,this),e.off(E.FRAG_BUFFERED,this.onFragBuffered,this),e.off(E.FRAG_LOADED,this.onFragLoaded,this)},t.destroy=function(){this._unregisterListeners(),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;var n=s.end;if(s.start<=e&&null!==n&&e<=n)return s}return this.getBufferedFrag(e,t)},t.getBufferedFrag=function(e,t){for(var r=this.fragments,i=Object.keys(r),s=i.length;s--;){var n=r[i[s]];if((null==n?void 0:n.body.type)===t&&n.buffered){var a=n.body;if(a.start<=e&&e<=a.end)return a}}return null},t.detectEvictedFragments=function(e,t,r,i){var s=this;this.timeRanges&&(this.timeRanges[e]=t);var n=(null==i?void 0:i.fragment.sn)||-1;Object.keys(this.fragments).forEach((function(i){var a=s.fragments[i];if(a&&!(n>=a.body.sn))if(a.buffered||a.loaded){var o=a.range[e];o&&o.time.some((function(e){var r=!s.isTimeBuffered(e.startPTS,e.endPTS,t);return r&&s.removeFragment(a.body),r}))}else a.body.type===r&&s.removeFragment(a.body)}))},t.detectPartialFragments=function(e){var t=this,r=this.timeRanges,i=e.frag,s=e.part;if(r&&"initSegment"!==i.sn){var n=Sr(i),a=this.fragments[n];if(!(!a||a.buffered&&i.gap)){var o=!i.relurl;Object.keys(r).forEach((function(e){var n=i.elementaryStreams[e];if(n){var l=r[e],h=o||!0===n.partial;a.range[e]=t.getBufferedTimes(i,s,h,l)}})),a.loaded=null,Object.keys(a.range).length?(a.buffered=!0,(a.body.endList=i.endList||a.body.endList)&&(this.endListFragments[a.body.type]=a),Er(a)||this.removeParts(i.sn-1,i.type)):this.removeFragment(a.body)}}},t.removeParts=function(e,t){var r=this.activePartLists[t];r&&(this.activePartLists[t]=r.filter((function(t){return t.fragment.sn>=e})))},t.fragBuffered=function(e,t){var r=Sr(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 d=i.start(h)-this.bufferPadding,u=i.end(h)+this.bufferPadding;if(l>=d&&o<=u){s.time.push({startPTS:Math.max(n,i.start(h)),endPTS:Math.min(a,i.end(h))});break}if(n<u&&a>d){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<=d)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&&Er(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||Er(t))},t.getState=function(e){var t=Sr(e),r=this.fragments[t];return r?r.buffered?Er(r)?mr:vr:pr:gr},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.onFragLoaded=function(e,t){var r=t.frag,i=t.part;if("initSegment"!==r.sn&&!r.bitrateTest){var s=i?null:t,n=Sr(r);this.fragments[n]={body:r,appendedPTS:null,loaded:s,buffered:!1,range:Object.create(null)}}},t.onBufferAppended=function(e,t){var r=this,i=t.frag,s=t.part,n=t.timeRanges;if("initSegment"!==i.sn){var a=i.type;if(s){var o=this.activePartLists[a];o||(this.activePartLists[a]=o=[]),o.push(s)}this.timeRanges=n,Object.keys(n).forEach((function(e){var t=n[e];r.detectEvictedFragments(e,t,a,s)}))}},t.onFragBuffered=function(e,t){this.detectPartialFragments(t)},t.hasFragment=function(e){var t=Sr(e);return!!this.fragments[t]},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=Sr(e);e.stats.loaded=0,e.clearElementaryStreamInfo();var r=this.activePartLists[e.type];if(r){var i=e.sn;this.activePartLists[e.type]=r.filter((function(e){return e.fragment.sn!==i}))}delete this.fragments[t],e.endList&&delete this.endListFragments[e.type]},t.removeAllFragments=function(){this.fragments=Object.create(null),this.endListFragments=Object.create(null),this.activePartLists=Object.create(null),this.hasGaps=!1},e}();function Er(e){var t,r,i;return e.buffered&&(e.body.gap||(null==(t=e.range.video)?void 0:t.partial)||(null==(r=e.range.audio)?void 0:r.partial)||(null==(i=e.range.audiovideo)?void 0:i.partial))}function Sr(e){return e.type+"_"+e.level+"_"+e.sn}var Tr=Math.pow(2,17),_r=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,s=e.url;if(!s)return Promise.reject(new Rr({type:S.NETWORK_ERROR,details:T.FRAG_LOAD_ERROR,fatal:!1,frag:e,error:new Error("Fragment does not have a "+(s?"part list":"url")),networkDetails:null}));this.abort();var n=this.config,a=n.fLoader,o=n.loader;return new Promise((function(l,h){if(r.loader&&r.loader.destroy(),e.gap){if(e.tagList.some((function(e){return"GAP"===e[0]})))return void h(br(e));e.gap=!1}var d=r.loader=e.loader=a?new a(n):new o(n),u=Lr(e),c=xt(n.fragLoadPolicy.default),f={loadPolicy:c,timeout:c.maxLoadTimeMs,maxRetry:0,retryDelay:0,maxRetryDelay:0,highWaterMark:"initSegment"===e.sn?1/0:Tr};e.stats=d.stats,d.load(u,f,{onSuccess:function(t,i,s,n){r.resetLoader(e,d);var a=t.data;s.resetIV&&e.decryptdata&&(e.decryptdata.iv=new Uint8Array(a.slice(0,16)),a=a.slice(16)),l({frag:e,part:null,payload:a,networkDetails:n})},onError:function(t,n,a,o){r.resetLoader(e,d),h(new Rr({type:S.NETWORK_ERROR,details:T.FRAG_LOAD_ERROR,fatal:!1,frag:e,response:i({url:s,data:void 0},t),error:new Error("HTTP Error "+t.code+" "+t.text),networkDetails:a,stats:o}))},onAbort:function(t,i,s){r.resetLoader(e,d),h(new Rr({type:S.NETWORK_ERROR,details:T.INTERNAL_ABORTED,fatal:!1,frag:e,error:new Error("Aborted"),networkDetails:s,stats:t}))},onTimeout:function(t,i,s){r.resetLoader(e,d),h(new Rr({type:S.NETWORK_ERROR,details:T.FRAG_LOAD_TIMEOUT,fatal:!1,frag:e,error:new Error("Timeout after "+f.timeout+"ms"),networkDetails:s,stats:t}))},onProgress:function(r,i,s,n){t&&t({frag:e,part:null,payload:s,networkDetails:n})}})}))},t.loadPart=function(e,t,r){var s=this;this.abort();var n=this.config,a=n.fLoader,o=n.loader;return new Promise((function(l,h){if(s.loader&&s.loader.destroy(),e.gap||t.gap)h(br(e,t));else{var d=s.loader=e.loader=a?new a(n):new o(n),u=Lr(e,t),c=xt(n.fragLoadPolicy.default),f={loadPolicy:c,timeout:c.maxLoadTimeMs,maxRetry:0,retryDelay:0,maxRetryDelay:0,highWaterMark:Tr};t.stats=d.stats,d.load(u,f,{onSuccess:function(i,n,a,o){s.resetLoader(e,d),s.updateStatsFromPart(e,t);var h={frag:e,part:t,payload:i.data,networkDetails:o};r(h),l(h)},onError:function(r,n,a,o){s.resetLoader(e,d),h(new Rr({type:S.NETWORK_ERROR,details:T.FRAG_LOAD_ERROR,fatal:!1,frag:e,part:t,response:i({url:u.url,data:void 0},r),error:new Error("HTTP Error "+r.code+" "+r.text),networkDetails:a,stats:o}))},onAbort:function(r,i,n){e.stats.aborted=t.stats.aborted,s.resetLoader(e,d),h(new Rr({type:S.NETWORK_ERROR,details:T.INTERNAL_ABORTED,fatal:!1,frag:e,part:t,error:new Error("Aborted"),networkDetails:n,stats:r}))},onTimeout:function(r,i,n){s.resetLoader(e,d),h(new Rr({type:S.NETWORK_ERROR,details:T.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 Lr(e,t){void 0===t&&(t=null);var r=t||e,i={frag:e,part:t,responseType:"arraybuffer",url:r.url,headers:{},rangeStart:0,rangeEnd:0},s=r.byteRangeStartOffset,n=r.byteRangeEndOffset;if(m(s)&&m(n)){var a,o=s,l=n;if("initSegment"===e.sn&&"AES-128"===(null==(a=e.decryptdata)?void 0:a.method)){var h=n-s;h%16&&(l=n+(16-h%16)),0!==s&&(i.resetIV=!0,o=s-16)}i.rangeStart=o,i.rangeEnd=l}return i}function br(e,t){var r=new Error("GAP "+(e.gap?"tag":"attribute")+" found"),i={type:S.MEDIA_ERROR,details:T.FRAG_GAP,fatal:!1,frag:e,error:r,networkDetails:null};return t&&(i.part=t),(t||e).stats.aborted=!0,new Rr(i)}var Rr=function(e){function t(t){var r;return(r=e.call(this,t.error.message)||this).data=void 0,r.data=t,r}return l(t,e),t}(c(Error)),Pr=function(){function e(e){this.config=void 0,this.keyUriToKeyInfo={},this.emeController=null,this.config=e}var t=e.prototype;return t.abort=function(e){for(var t in this.keyUriToKeyInfo){var r=this.keyUriToKeyInfo[t].loader;if(r){var i;if(e&&e!==(null==(i=r.context)?void 0:i.frag.type))return;r.abort()}}},t.detach=function(){for(var e in this.keyUriToKeyInfo){var t=this.keyUriToKeyInfo[e];(t.mediaKeySessionContext||t.decryptdata.isCommonEncryption)&&delete this.keyUriToKeyInfo[e]}},t.destroy=function(){for(var e in this.detach(),this.keyUriToKeyInfo){var t=this.keyUriToKeyInfo[e].loader;t&&t.destroy()}this.keyUriToKeyInfo={}},t.createKeyLoadError=function(e,t,r,i,s){return void 0===t&&(t=T.KEY_LOAD_ERROR),new Rr({type:S.NETWORK_ERROR,details:t,fatal:!1,frag:e,response:s,error:r,networkDetails:i})},t.loadClear=function(e,t){var r=this;if(this.emeController&&this.config.emeEnabled)for(var i=e.sn,s=e.cc,n=function(){var e=t[a];if(s<=e.cc&&("initSegment"===i||"initSegment"===e.sn||i<e.sn))return r.emeController.selectKeySystemFormat(e).then((function(t){e.setKeyFormat(t)})),1},a=0;a<t.length&&!n();a++);},t.load=function(e){var t=this;return!e.decryptdata&&e.encrypted&&this.emeController?this.emeController.selectKeySystemFormat(e).then((function(r){return t.loadInternal(e,r)})):this.loadInternal(e)},t.loadInternal=function(e,t){var r,i;t&&e.setKeyFormat(t);var 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");return Promise.reject(this.createKeyLoadError(e,T.KEY_LOAD_ERROR,n))}var a=s.uri;if(!a)return Promise.reject(this.createKeyLoadError(e,T.KEY_LOAD_ERROR,new Error('Invalid key URI: "'+a+'"')));var o,l=this.keyUriToKeyInfo[a];if(null!=(r=l)&&r.decryptdata.key)return s.key=l.decryptdata.key,Promise.resolve({frag:e,keyInfo:l});if(null!=(i=l)&&i.keyLoadPromise)switch(null==(o=l.mediaKeySessionContext)?void 0:o.keyStatus){case void 0:case"status-pending":case"usable":case"usable-in-future":return l.keyLoadPromise.then((function(t){return s.key=t.keyInfo.decryptdata.key,{frag:e,keyInfo:l}}))}switch(l=this.keyUriToKeyInfo[a]={decryptdata:s,keyLoadPromise:null,loader:null,mediaKeySessionContext:null},s.method){case"ISO-23001-7":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":return this.loadKeyHTTP(l,e);default:return Promise.reject(this.createKeyLoadError(e,T.KEY_LOAD_ERROR,new Error('Key supplied with unsupported METHOD: "'+s.method+'"')))}},t.loadKeyEME=function(e,t){var r={frag:t,keyInfo:e};if(this.emeController&&this.config.emeEnabled){var i=this.emeController.loadKey(r);if(i)return(e.keyLoadPromise=i.then((function(t){return e.mediaKeySessionContext=t,r}))).catch((function(t){throw e.keyLoadPromise=null,t}))}return Promise.resolve(r)},t.loadKeyHTTP=function(e,t){var r=this,s=this.config,n=new(0,s.loader)(s);return t.keyLoader=e.loader=n,e.keyLoadPromise=new Promise((function(a,o){var l={keyInfo:e,frag:t,responseType:"arraybuffer",url:e.decryptdata.uri},h=s.keyLoadPolicy.default,d={loadPolicy:h,timeout:h.maxLoadTimeMs,maxRetry:0,retryDelay:0,maxRetryDelay:0},u={onSuccess:function(e,t,i,s){var n=i.frag,l=i.keyInfo,h=i.url;if(!n.decryptdata||l!==r.keyUriToKeyInfo[h])return o(r.createKeyLoadError(n,T.KEY_LOAD_ERROR,new Error("after key load, decryptdata unset or changed"),s));l.decryptdata.key=n.decryptdata.key=new Uint8Array(e.data),n.keyLoader=null,l.loader=null,a({frag:n,keyInfo:l})},onError:function(e,s,n,a){r.resetLoader(s),o(r.createKeyLoadError(t,T.KEY_LOAD_ERROR,new Error("HTTP Error "+e.code+" loading key "+e.text),n,i({url:l.url,data:void 0},e)))},onTimeout:function(e,i,s){r.resetLoader(i),o(r.createKeyLoadError(t,T.KEY_LOAD_TIMEOUT,new Error("key loading timed out"),s))},onAbort:function(e,i,s){r.resetLoader(i),o(r.createKeyLoadError(t,T.INTERNAL_ABORTED,new Error("key loading aborted"),s))}};n.load(l,d,u)}))},t.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),delete this.keyUriToKeyInfo[i],s&&s.destroy()},e}(),wr=function(){function e(){this._boundTick=void 0,this._tickTimer=null,this._tickInterval=null,this._tickCallCount=0,this._boundTick=this.tick.bind(this)}var t=e.prototype;return t.destroy=function(){this.onHandlerDestroying(),this.onHandlerDestroyed()},t.onHandlerDestroying=function(){this.clearNextTick(),this.clearInterval()},t.onHandlerDestroyed=function(){},t.hasInterval=function(){return!!this._tickInterval},t.hasNextTick=function(){return!!this._tickTimer},t.setInterval=function(e){return!this._tickInterval&&(this._tickCallCount=0,this._tickInterval=self.setInterval(this._boundTick,e),!0)},t.clearInterval=function(){return!!this._tickInterval&&(self.clearInterval(this._tickInterval),this._tickInterval=null,!0)},t.clearNextTick=function(){return!!this._tickTimer&&(self.clearTimeout(this._tickTimer),this._tickTimer=null,!0)},t.tick=function(){this._tickCallCount++,1===this._tickCallCount&&(this.doTick(),this._tickCallCount>1&&this.tickImmediate(),this._tickCallCount=0)},t.tickImmediate=function(){this.clearNextTick(),this._tickTimer=self.setTimeout(this._boundTick,0)},t.doTick=function(){},e}(),Ar=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 Ir(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 Cr(e,t){if(e){var r=e.start+t;e.start=e.startPTS=r,e.endPTS=r+e.duration}}function Dr(e,t){for(var r=t.fragments,i=0,s=r.length;i<s;i++)Cr(r[i],e);t.fragmentHint&&Cr(t.fragmentHint,e),t.alignedSliding=!0}var kr=function(){function e(e,t){this.subtle=void 0,this.aesIV=void 0,this.subtle=e,this.aesIV=t}return e.prototype.decrypt=function(e,t){return this.subtle.decrypt({name:"AES-CBC",iv:this.aesIV},t,e)},e}(),xr=function(){function e(e,t){this.subtle=void 0,this.key=void 0,this.subtle=e,this.key=t}return e.prototype.expandKey=function(){return this.subtle.importKey("raw",this.key,{name:"AES-CBC"},!1,["encrypt","decrypt"])},e}(),Mr=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],d=o[2],u=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,d[m]=S<<8|S>>>24,u[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),d=this.keySchedule=new Uint32Array(h),u=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=d[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]),d[n]=o=(d[n-s]^l)>>>0);for(a=0;a<h;a++)n=h-a,l=3&a?d[n]:d[n-4],u[a]=a<4||n<=4?l:p[c[l>>>24]]^m[c[l>>>16&255]]^v[c[l>>>8&255]]^y[c[255&l]],u[a]=u[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,d,u,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),P=R[0],w=R[1],A=R[2],I=R[3],C=new Int32Array(e),D=new Int32Array(C.length),k=this.networkToHostOrderSwap;t<C.length;){for(u=k(C[t]),c=k(C[t+1]),f=k(C[t+2]),g=k(C[t+3]),o=u^y[0],l=g^y[1],h=f^y[2],d=c^y[3],p=4,m=1;m<v;m++)i=T[o>>>24]^_[l>>16&255]^L[h>>8&255]^b[255&d]^y[p],s=T[l>>>24]^_[h>>16&255]^L[d>>8&255]^b[255&o]^y[p+1],n=T[h>>>24]^_[d>>16&255]^L[o>>8&255]^b[255&l]^y[p+2],a=T[d>>>24]^_[o>>16&255]^L[l>>8&255]^b[255&h]^y[p+3],o=i,l=s,h=n,d=a,p+=4;i=E[o>>>24]<<24^E[l>>16&255]<<16^E[h>>8&255]<<8^E[255&d]^y[p],s=E[l>>>24]<<24^E[h>>16&255]<<16^E[d>>8&255]<<8^E[255&o]^y[p+1],n=E[h>>>24]<<24^E[d>>16&255]<<16^E[o>>8&255]<<8^E[255&l]^y[p+2],a=E[d>>>24]<<24^E[o>>16&255]<<16^E[l>>8&255]<<8^E[255&h]^y[p+3],D[t]=k(i^P),D[t+1]=k(a^w),D[t+2]=k(n^A),D[t+3]=k(s^I),P=u,w=c,A=f,I=g,t+=4}return D.buffer},e}(),Or=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.useSoftware=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))?H(r,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){var i=this;return this.useSoftware?new Promise((function(s,n){i.softwareDecrypt(new Uint8Array(e),t,r);var a=i.flush();a?s(a.buffer):n(new Error("[softwareDecrypt] Failed to decrypt data"))})):this.webCryptoDecrypt(new Uint8Array(e),t,r)},t.softwareDecrypt=function(e,t,r){var i=this.currentIV,s=this.currentResult,n=this.remainderData;this.logOnce("JS AES decrypt"),n&&(e=_e(n,e),this.remainderData=null);var a=this.getValidChunk(e);if(!a.length)return null;i&&(r=i);var o=this.softwareDecrypter;o||(o=this.softwareDecrypter=new Mr),o.expandKey(t);var l=s;return this.currentResult=o.decrypt(a.buffer,0,r),this.currentIV=H(a,-16).buffer,l||null},t.webCryptoDecrypt=function(e,t,r){var i=this;if(this.key!==t||!this.fastAesKey){if(!this.subtle)return Promise.resolve(this.onWebCryptoError(e,t,r));this.key=t,this.fastAesKey=new xr(this.subtle,t)}return this.fastAesKey.expandKey().then((function(t){return i.subtle?(i.logOnce("WebCrypto AES decrypt"),new kr(i.subtle,new Uint8Array(r)).decrypt(e.buffer,t)):Promise.reject(new Error("web crypto not initialized"))})).catch((function(s){return P.warn("[decrypter]: WebCrypto Error, disable WebCrypto API, "+s.name+": "+s.message),i.onWebCryptoError(e,t,r)}))},t.onWebCryptoError=function(e,t,r){this.useSoftware=!0,this.logEnabled=!0,this.softwareDecrypt(e,t,r);var i=this.flush();if(i)return i.buffer;throw new Error("WebCrypto and softwareDecrypt: failed to decrypt data")},t.getValidChunk=function(e){var t=e,r=e.length-e.length%16;return r!==e.length&&(t=H(e,0,r),this.remainderData=H(e,r)),t},t.logOnce=function(e){this.logEnabled&&(P.log("[decrypter]: "+e),this.logEnabled=!1)},e}(),Fr="STOPPED",Nr="IDLE",Br="KEY_LOADING",Ur="FRAG_LOADING",Gr="FRAG_LOADING_WAITING_RETRY",Hr="PARSING",$r="PARSED",Wr="ENDED",qr="ERROR",Vr="WAITING_LEVEL",jr=function(e){function t(t,r,i,s,n){var a;return(a=e.call(this)||this).hls=void 0,a.fragPrevious=null,a.fragCurrent=null,a.fragmentTracker=void 0,a.transmuxer=null,a._state=Fr,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.loadedmetadata=!1,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.onvseeking=null,a.onvended=null,a.logPrefix="",a.log=void 0,a.warn=void 0,a.playlistType=n,a.logPrefix=s,a.log=P.log.bind(P,s+":"),a.warn=P.warn.bind(P,s+":"),a.hls=t,a.fragmentLoader=new _r(t.config),a.keyLoader=i,a.fragmentTracker=r,a.config=t.config,a.decrypter=new Or(t.config),t.on(E.MANIFEST_LOADED,a.onManifestLoaded,function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(a)),a}l(t,e);var r=t.prototype;return r.doTick=function(){this.onTickEnd()},r.onTickEnd=function(){},r.startLoad=function(e){},r.stopLoad=function(){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=Fr},r._streamEnded=function(e,t){if(t.live||e.nextStart||!e.end||!this.media)return!1;var r=t.partList;if(null!=r&&r.length){var i=r[r.length-1];return jt.isBuffered(this.media,i.start+i.duration/2)}var s=t.fragments[t.fragments.length-1].type;return this.fragmentTracker.isEndListAppended(s)},r.getLevelDetails=function(){var e;if(this.levels&&null!==this.levelLastLoaded)return null==(e=this.levelLastLoaded)?void 0:e.details},r.onMediaAttached=function(e,t){var r=this.media=this.mediaBuffer=t.media;this.onvseeking=this.onMediaSeeking.bind(this),this.onvended=this.onMediaEnded.bind(this),r.addEventListener("seeking",this.onvseeking),r.addEventListener("ended",this.onvended);var i=this.config;this.levels&&i.autoStartLoad&&this.state===Fr&&this.startLoad(i.startPosition)},r.onMediaDetaching=function(){var e=this.media;null!=e&&e.ended&&(this.log("MSE detaching and video ended, reset startPosition"),this.startPosition=this.lastCurrentTime=0),e&&this.onvseeking&&this.onvended&&(e.removeEventListener("seeking",this.onvseeking),e.removeEventListener("ended",this.onvended),this.onvseeking=this.onvended=null),this.keyLoader&&this.keyLoader.detach(),this.media=this.mediaBuffer=null,this.loadedmetadata=!1,this.fragmentTracker.removeAllFragments(),this.stopLoad()},r.onMediaSeeking=function(){var e=this.config,t=this.fragCurrent,r=this.media,i=this.mediaBuffer,s=this.state,n=r?r.currentTime:0,a=jt.bufferInfo(i||r,n,e.maxBufferHole);if(this.log("media seeking to "+(m(n)?n.toFixed(3):n)+", state: "+s),this.state===Wr)this.resetLoadingState();else if(t){var o=e.maxFragLookUpTolerance,l=t.start-o,h=t.start+t.duration+o;if(!a.len||h<a.start||l>a.end){var d=n>h;(n<l||d)&&(d&&t.loader&&(this.log("seeking outside of buffer while fragment load in progress, cancel fragment load"),t.abortRequests(),this.resetLoadingState()),this.fragPrevious=null)}}r&&(this.fragmentTracker.removeFragmentsInRange(n,1/0,this.playlistType,!0),this.lastCurrentTime=n),this.loadedmetadata||a.len||(this.nextLoadPosition=this.startPosition=n),this.tickImmediate()},r.onMediaEnded=function(){this.startPosition=this.lastCurrentTime=0},r.onManifestLoaded=function(e,t){this.startTimeOffset=t.startTimeOffset,this.initPTS=[]},r.onHandlerDestroying=function(){this.hls.off(E.MANIFEST_LOADED,this.onManifestLoaded,this),this.stopLoad(),e.prototype.onHandlerDestroying.call(this),this.hls=null},r.onHandlerDestroyed=function(){this.state=Fr,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._loadFragForPlayback(e,t,r)},r._loadFragForPlayback=function(e,t,r){var i=this;this._doFragLoad(e,t,r,(function(t){if(i.fragContextChanged(e))return i.warn("Fragment "+e.sn+(t.part?" p: "+t.part.index:"")+" of level "+e.level+" was dropped during download."),void i.fragmentTracker.removeFragment(e);e.stats.chunkCount++,i._handleFragmentLoadProgress(t)})).then((function(t){if(t){var r=i.state;i.fragContextChanged(e)?(r===Ur||!i.fragCurrent&&r===Hr)&&(i.fragmentTracker.removeFragment(e),i.state=Nr):("payload"in t&&(i.log("Loaded fragment "+e.sn+" of level "+e.level),i.hls.trigger(E.FRAG_LOADED,t)),i._handleFragmentLoadComplete(t))}})).catch((function(t){i.state!==Fr&&i.state!==qr&&(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)===pr){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)===mr&&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.flushMainBuffer=function(e,t,r){if(void 0===r&&(r=null),e-t){var i={startOffset:e,endOffset:t,type:r};this.hls.trigger(E.BUFFER_FLUSHING,i)}},r._loadInitSegment=function(e,t){var r=this;this._doFragLoad(e,t).then((function(t){if(!t||r.fragContextChanged(e)||!r.levels)throw new Error("init load aborted");return t})).then((function(t){var i=r.hls,s=t.payload,n=e.decryptdata;if(s&&s.byteLength>0&&null!=n&&n.key&&n.iv&&"AES-128"===n.method){var a=self.performance.now();return r.decrypter.decrypt(new Uint8Array(s),n.key.buffer,n.iv.buffer).catch((function(t){throw i.trigger(E.ERROR,{type:S.MEDIA_ERROR,details:T.FRAG_DECRYPT_ERROR,fatal:!1,error:t,reason:t.message,frag:e}),t})).then((function(s){var n=self.performance.now();return i.trigger(E.FRAG_DECRYPTED,{frag:e,payload:s,stats:{tstart:a,tdecrypt:n}}),t.payload=s,r.completeInitSegmentLoad(t)}))}return r.completeInitSegmentLoad(t)})).catch((function(t){r.state!==Fr&&r.state!==qr&&(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=Nr,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.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,i,s,n,a=this.mediaBuffer?this.mediaBuffer:this.media;if(this.log("Buffered "+e.type+" sn: "+e.sn+(t?" part: "+t.index:"")+" of "+(this.playlistType===rt?"level":"track")+" "+e.level+" (frag:["+(null!=(r=e.startPTS)?r:NaN).toFixed(3)+"-"+(null!=(i=e.endPTS)?i:NaN).toFixed(3)+"] > buffer:"+(a?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}(jt.getBuffered(a)):"(detached)")+")"),"initSegment"!==e.sn){var o;if(e.type!==st){var l=e.elementaryStreams;if(!Object.keys(l).some((function(e){return!!l[e]})))return void(this.state=Nr)}var h=null==(o=this.levels)?void 0:o[e.level];null!=h&&h.fragmentError&&(this.log("Resetting level fragment error count of "+h.fragmentError+" on frag buffered"),h.fragmentError=0)}this.state=Nr,a&&(!this.loadedmetadata&&e.type==rt&&a.buffered.length&&(null==(s=this.fragCurrent)?void 0:s.sn)===(null==(n=this.fragPrevious)?void 0:n.sn)&&(this.loadedmetadata=!0,this.seekToStartPos()),this.tick())},r.seekToStartPos=function(){},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 Ar(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);var a=null==t?void 0: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&&a.encryptedFragments.length&&this.keyLoader.loadClear(e,a.encryptedFragments):(this.log("Loading key for "+e.sn+" of ["+a.startSN+"-"+a.endSN+"], "+("[stream-controller]"===this.logPrefix?"level":"track")+" "+e.level),this.state=Br,this.fragCurrent=e,o=this.keyLoader.load(e).then((function(e){if(!n.fragContextChanged(e.frag))return n.hls.trigger(E.KEY_LOADED,e),n.state===Br&&(n.state=Nr),e})),this.hls.trigger(E.KEY_LOADING,{frag:e}),null===this.fragCurrent&&(o=Promise.reject(new Error("frag load aborted, context changed in KEY_LOADING")))),r=Math.max(e.start,r||0),this.config.lowLatencyMode&&"initSegment"!==e.sn){var l=a.partList;if(l&&i){r>e.end&&a.fragmentHint&&(e=a.fragmentHint);var h=this.getNextPart(l,e,r);if(h>-1){var d,u=l[h];return this.log("Loading part sn: "+e.sn+" p: "+u.index+" cc: "+e.cc+" of playlist ["+a.startSN+"-"+a.endSN+"] parts [0-"+h+"-"+(l.length-1)+"] "+("[stream-controller]"===this.logPrefix?"level":"track")+": "+e.level+", target: "+parseFloat(r.toFixed(3))),this.nextLoadPosition=u.start+u.duration,this.state=Ur,d=o?o.then((function(r){return!r||n.fragContextChanged(r.frag)?null:n.doFragPartsLoad(e,u,t,i)})).catch((function(e){return n.handleFragLoadError(e)})):this.doFragPartsLoad(e,u,t,i).catch((function(e){return n.handleFragLoadError(e)})),this.hls.trigger(E.FRAG_LOADING,{frag:e,part:u,targetBufferTime:r}),null===this.fragCurrent?Promise.reject(new Error("frag load aborted, context changed in FRAG_LOADING parts")):d}if(!e.url||this.loadedEndOfParts(l,r))return Promise.resolve(null)}}this.log("Loading fragment "+e.sn+" cc: "+e.cc+" "+(a?"of ["+a.startSN+"-"+a.endSN+"] ":"")+("[stream-controller]"===this.logPrefix?"level":"track")+": "+e.level+", target: "+parseFloat(r.toFixed(3))),m(e.sn)&&!this.bitrateTest&&(this.nextLoadPosition=e.start+e.duration),this.state=Ur;var c,f=this.config.progressive;return c=f&&o?o.then((function(t){return!t||n.fragContextChanged(null==t?void 0:t.frag)?null:n.fragmentLoader.load(e,i)})).catch((function(e){return n.handleFragLoadError(e)})):Promise.all([this.fragmentLoader.load(e,f?i:void 0),o]).then((function(e){var t=e[0];return!f&&t&&i&&i(t),t})).catch((function(e){return n.handleFragLoadError(e)})),this.hls.trigger(E.FRAG_LOADING,{frag:e,targetBufferTime:r}),null===this.fragCurrent?Promise.reject(new Error("frag load aborted, context changed in FRAG_LOADING")):c},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;!function t(o){s.fragmentLoader.loadPart(e,o,i).then((function(i){l[o.index]=i;var a=i.part;s.hls.trigger(E.FRAG_LOADED,i);var d=wt(r,e.sn,o.index+1)||At(h,e.sn,o.index+1);if(!d)return n({frag:e,part:a,partsLoaded:l});t(d)})).catch(a)}(t)}))},r.handleFragLoadError=function(e){if("data"in e){var t=e.data;e.data&&t.details===T.INTERNAL_ABORTED?this.handleFragLoadAborted(t.frag,t.part):this.hls.trigger(E.ERROR,t)}else this.hls.trigger(E.ERROR,{type:S.OTHER_ERROR,details:T.INTERNAL_EXCEPTION,err:e,error:e,fatal:!0});return null},r._handleTransmuxerFlush=function(e){var t=this.getCurrentContext(e);if(t&&this.state===Hr){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),this.updateLevelTiming(r,i,s,e.partial)}else this.fragCurrent||this.state===Fr||this.state===qr||(this.state=Nr)},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 level "+i+". The current chunk will not be buffered."),null;var a=t[i],o=n>-1?wt(a,s,n):null,l=o?o.fragment:function(e,t,r){if(null==e||!e.details)return null;var i=e.details,s=i.fragments[t-i.startSN];return s||((s=i.fragmentHint)&&s.sn===t?s:t<i.startSN&&r&&r.sn===t?r:null)}(a,s,r);return l?(r&&r!==l&&(l.stats=r.stats),{frag:l,part:o,level:a}):null},r.bufferFragmentData=function(e,t,r,i,s){var n;if(e&&this.state===Hr){var a=e.data1,o=e.data2,l=a;if(a&&o&&(l=_e(a,o)),null!=(n=l)&&n.length){var h={type:e.type,frag:t,part:r,chunkMeta:i,parent:t.type,data:l};if(this.hls.trigger(E.BUFFER_APPENDING,h),e.dropped&&e.independent&&!r){if(s)return;this.flushBufferGap(t)}}}},r.flushBufferGap=function(e){var t=this.media;if(t)if(jt.isBuffered(t,t.currentTime)){var r=t.currentTime,i=jt.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=this.getLoadPosition();return m(r)?this.getFwdBufferInfoAtPos(e,r,t):null},r.getFwdBufferInfoAtPos=function(e,t,r){var i=this.config.maxBufferHole,s=jt.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)return jt.bufferInfo(e,t,Math.max(s.nextStart,i))}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){var r=this.fragmentTracker.getAppendedFrag(e,rt);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,n=this.config,a=r[0].start;if(t.live){var o=n.initialLiveManifestSize;if(i<o)return this.warn("Not enough fragments to start playback (have: "+i+", need: "+o+")"),null;(!t.PTSKnown&&!this.startFragRequested&&-1===this.startPosition||e<a)&&(s=this.getInitialLiveFragment(t,r),this.startPosition=this.nextLoadPosition=s?this.hls.liveSyncPosition||s.start:e)}else e<=a&&(s=r[0]);if(!s){var l=n.lowLatencyMode?t.partEnd:t.fragmentEnd;s=this.getFragmentAtPosition(e,l,t)}return this.mapToInitFragWhenRequired(s)},r.isLoopLoading=function(e,t){var r=this.fragmentTracker.getState(e);return(r===vr||r===mr&&!!e.gap)&&this.nextLoadPosition>t},r.getNextFragmentLoopLoading=function(e,t,r,i,s){var n=e.gap,a=this.getNextFragment(this.nextLoadPosition,t);if(null===a)return a;if(e=a,n&&e&&!e.gap&&r.nextStart){var o=this.getFwdBufferInfoAtPos(this.mediaBuffer?this.mediaBuffer:this.media,r.nextStart,i);if(null!==o&&r.len+o.len>=s)return this.log('buffer full after gaps in "'+i+'" playlist starting at sn: '+e.sn),null}return e},r.mapToInitFragWhenRequired=function(e){return null==e||!e.initSegment||null!=e&&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&&(i=a),s=h}return i},r.loadedEndOfParts=function(e,t){var r=e[e.length-1];return r&&t>r.start&&r.loaded},r.getInitialLiveFragment=function(e,t){var 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||!m(t))return null;if(t<(e[0].programDateTime||0))return null;if(t>=(e[e.length-1].endProgramDateTime||0))return null;r=r||0;for(var i=0;i<e.length;++i){var s=e[i];if(Bt(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){return Ot(e,(function(e){return e.cc<t?1:e.cc>t?-1:0}))}(t,r.cc),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=this.config,n=this.fragPrevious,a=r.fragments,o=r.endSN,l=r.fragmentHint,h=s.maxFragLookUpTolerance,d=r.partList,u=!!(s.lowLatencyMode&&null!=d&&d.length&&l);if(u&&l&&!this.bitrateTest&&(a=a.concat(l),o=l.sn),i=e<t?Ft(n,a,e,e>t-h?0:h):a[a.length-1]){var c=i.sn-r.startSN,f=this.fragmentTracker.getState(i);if((f===vr||f===mr&&i.gap)&&(n=i),n&&i.sn===n.sn&&(!u||d[0].fragment.sn>i.sn)&&n&&i.level===n.level){var g=a[c+1];i=i.sn<o&&this.fragmentTracker.getState(g)!==vr?g:null}}return i},r.synchronizeToLiveEdge=function(e){var t=this.config,r=this.media;if(r){var i=this.hls.liveSyncPosition,s=r.currentTime,n=e.fragments[0].start,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;(!o&&r.readyState<4||s<a-l)&&(this.loadedmetadata||(this.nextLoadPosition=i),r.readyState&&(this.warn("Playback: "+s.toFixed(3)+" is located too far from the end of live sliding playlist: "+a+", reset currentTime to : "+i.toFixed(3)),r.currentTime=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.fragments[0].start,n=!t,a=e.alignedSliding&&m(s);if(n||!a&&!s){var o=this.fragPrevious;!function(e,t,r){t&&(function(e,t,r){if(function(e,t,r){return!(!t||!(r.endCC>r.startCC||e&&e.cc<r.startCC))}(e,r,t)){var i=function(e,t){var r=e.fragments,i=t.fragments;if(i.length&&r.length){var s=Ir(r,i[0].cc);if(s&&(!s||s.startPTS))return s;P.log("No frag in previous level to align on")}else P.log("No fragments to align")}(r,t);i&&m(i.start)&&(P.log("Adjusting PTS using last level due to CC increase within current level "+t.url),Dr(i.start,t))}}(e,r,t),!r.alignedSliding&&t&&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=Ir(n,a),i=Ir(s,a)),r&&i||(i=Ir(s,(r=n[Math.floor(n.length/2)]).cc)||s[Math.floor(s.length/2)]);var o=r.programDateTime,l=i.programDateTime;o&&l&&Dr((l-o)/1e3-(i.start-r.start),e)}}}(r,t),r.alignedSliding||!t||r.skippedSegments||Pt(t,r))}(o,r,e);var l=e.fragments[0].start;return this.log("Live playlist sliding: "+l.toFixed(2)+" start-sn: "+(t?t.startSN:"na")+"->"+e.startSN+" prev-sn: "+(o?o.sn:"na")+" fragments: "+i),l}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;if(r<t&&(r=-1),-1===r||-1===this.lastCurrentTime){var i=null!==this.startTimeOffset,s=i?this.startTimeOffset:e.startTimeOffset;null!==s&&m(s)?(r=t+s,s<0&&(r+=e.totalduration),r=Math.min(Math.max(t,r),t+e.totalduration),this.log("Start time offset "+s+" found in "+(i?"multivariant":"media")+" playlist, adjust startPosition to "+r),this.startPosition=r):e.live?r=this.hls.liveSyncPosition||t:this.startPosition=r=0,this.lastCurrentTime=r}this.nextLoadPosition=r},r.getLoadPosition=function(){var e=this.media,t=0;return this.loadedmetadata&&e?t=e.currentTime:this.nextLoadPosition&&(t=this.nextLoadPosition),t},r.handleFragLoadAborted=function(e,t){this.transmuxer&&"initSegment"!==e.sn&&e.stats.aborted&&(this.warn("Fragment "+e.sn+(t?" part "+t.index:"")+" of level "+e.level+" was aborted"),this.resetFragmentLoading(e))},r.resetFragmentLoading=function(e){this.fragCurrent&&(this.fragContextChanged(e)||this.state===Gr)||(this.state=Nr)},r.onFragmentOrKeyLoadError=function(e,t){if(t.chunkMeta&&!t.frag){var r=this.getCurrentContext(t.chunkMeta);r&&(t.frag=r.frag)}var i=t.frag;if(i&&i.type===e&&this.levels)if(this.fragContextChanged(i)){var s;this.warn("Frag load error must match current frag to retry "+i.url+" > "+(null==(s=this.fragCurrent)?void 0:s.url))}else{var n=t.details===T.FRAG_GAP;n&&this.fragmentTracker.fragBuffered(i,!0);var a=t.errorAction,o=a||{},l=o.action,h=o.retryCount,d=void 0===h?0:h,u=o.retryConfig;if(a&&5===l&&u){this.resetStartWhenNotLoaded(this.levelLastLoaded);var c=kt(u,d);this.warn("Fragment "+i.sn+" of "+e+" "+i.level+" errored with "+t.details+", retrying loading "+(d+1)+"/"+u.maxNumRetry+" in "+c+"ms"),a.resolved=!0,this.retryDate=self.performance.now()+c,this.state=Gr}else if(u&&a){if(this.resetFragmentErrors(e),!(d<u.maxNumRetry))return void P.warn(t.details+" reached or exceeded max retry ("+d+")");n||3===l||(a.resolved=!0)}else 2===(null==a?void 0:a.action)?this.state=Vr:this.state=qr;this.tickImmediate()}},r.reduceLengthAndFlushBuffer=function(e){if(this.state===Hr||this.state===$r){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 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===it&&(this.fragCurrent=null),this.loadedmetadata||(this.startFragRequested=!1),this.state!==Fr&&(this.state=Nr)},r.afterBufferFlushed=function(e,t,r){if(e){var i=jt.getBuffered(e);this.fragmentTracker.detectEvictedFragments(t,i,r),this.state===Wr&&this.resetLoadingState()}},r.resetLoadingState=function(){this.log("Reset loading state"),this.fragCurrent=null,this.fragPrevious=null,this.state=Nr},r.resetStartWhenNotLoaded=function(e){if(!this.loadedmetadata){this.startFragRequested=!1;var t=e?e.details:null;null!=t&&t.live?(this.startPosition=-1,this.setStartPosition(t,0),this.resetLoadingState()):this.nextLoadPosition=this.startPosition}},r.resetWhenMissingContext=function(e){this.warn("The loading context changed while buffering fragment "+e.sn+" of level "+e.level+". This chunk will not be buffered."),this.removeUnbufferedFrags(),this.resetStartWhenNotLoaded(this.levelLastLoaded),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,n=this,a=r.details;if(a){if(!Object.keys(e.elementaryStreams).reduce((function(t,s){var o=e.elementaryStreams[s];if(o){var l=o.endPTS-o.startPTS;if(l<=0)return n.warn("Could not parse fragment "+e.sn+" "+s+" duration reliably ("+l+")"),t||!1;var h=i?0:bt(a,e,o.startPTS,o.endPTS,o.startDTS,o.endDTS);return n.hls.trigger(E.LEVEL_PTS_UPDATED,{details:a,level:r,drift:h,type:s,frag:e,start:o.startPTS,end:o.endPTS}),!0}return t}),!1)&&null===(null==(s=this.transmuxer)?void 0:s.error)){var o=new Error("Found no media in fragment "+e.sn+" of level "+e.level+" resetting transmuxer to fallback to playlist timing");if(0===r.fragmentError&&(r.fragmentError++,e.gap=!0,this.fragmentTracker.removeFragment(e),this.fragmentTracker.fragBuffered(e,!0)),this.warn(o.message),this.hls.trigger(E.ERROR,{type:S.MEDIA_ERROR,details:T.FRAG_PARSING_ERROR,fatal:!1,error:o,frag:e,reason:"Found no media in msn "+e.sn+' of level "'+r.url+'"'}),!this.hls)return;this.resetTransmuxer()}this.state=$r,this.hls.trigger(E.FRAG_PARSED,{frag:e,part:t})}else this.warn("level.details undefined")},r.resetTransmuxer=function(){this.transmuxer&&(this.transmuxer.destroy(),this.transmuxer=null)},r.recoverWorkerError=function(e){"demuxerWorker"===e.event&&(this.fragmentTracker.removeAllFragments(),this.resetTransmuxer(),this.resetStartWhenNotLoaded(this.levelLastLoaded),this.resetLoadingState())},a(t,[{key:"state",get:function(){return this._state},set:function(e){var t=this._state;t!==e&&(this._state=e,this.log(t+"->"+e))}}]),t}(wr);function zr(){return self.SourceBuffer||self.WebKitSourceBuffer}function Kr(){if(!Ae())return!1;var e=zr();return!e||e.prototype&&"function"==typeof e.prototype.appendBuffer&&"function"==typeof e.prototype.remove}function Yr(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 Xr=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=_e(this.cachedData,e),this.cachedData=null);var r,i=V(e,0),s=i?i.length:0,n=this._audioTrack,a=this._id3Track,o=i?K(i):void 0,l=e.length;for((null===this.basePTS||0===this.frameIndex&&m(o))&&(this.basePTS=Jr(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:ht,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 z(e,s)?(i=V(e,s),a.samples.push({pts:this.lastPTS,dts:this.lastPTS,data:i,type:ht,duration:Number.POSITIVE_INFINITY}),r=s+=i.length):s++;if(s===l&&r!==l){var d=H(e,r);this.cachedData?this.cachedData=_e(this.cachedData,d):this.cachedData=d}}return{audioTrack:n,videoTrack:Yr(),id3Track:a,textTrack:Yr()}},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:Yr(),id3Track:this._id3Track,textTrack:Yr()}},t.destroy=function(){},e}(),Jr=function(e,t,r){return m(e)?90*e:9e4*t+(r?9e4*r.baseTime/r.timescale:0)};function Qr(e,t){return 255===e[t]&&240==(246&e[t+1])}function Zr(e,t){return 1&e[t+1]?7:9}function ei(e,t){return(3&e[t+3])<<11|e[t+4]<<3|(224&e[t+5])>>>5}function ti(e,t){return t+1<e.length&&Qr(e,t)}function ri(e,t){if(ti(e,t)){var r=Zr(e,t);if(t+r>=e.length)return!1;var i=ei(e,t);if(i<=r)return!1;var s=t+i;return s===e.length||ti(e,s)}return!1}function ii(e,t,r,i,s){if(!e.samplerate){var n=function(e,t,r,i){var s,n,a,o,l=navigator.userAgent.toLowerCase(),h=i,d=[96e3,88200,64e3,48e3,44100,32e3,24e3,22050,16e3,12e3,11025,8e3,7350];s=1+((192&t[r+2])>>>6);var u=(60&t[r+2])>>>2;if(!(u>d.length-1))return a=(1&t[r+2])<<2,a|=(192&t[r+3])>>>6,P.log("manifest codec:"+i+", ADTS type:"+s+", samplingIndex:"+u),/firefox/i.test(l)?u>=6?(s=5,o=new Array(4),n=u-3):(s=2,o=new Array(2),n=u):-1!==l.indexOf("android")?(s=2,o=new Array(2),n=u):(s=5,o=new Array(4),i&&(-1!==i.indexOf("mp4a.40.29")||-1!==i.indexOf("mp4a.40.5"))||!i&&u>=6?n=u-3:((i&&-1!==i.indexOf("mp4a.40.2")&&(u>=6&&1===a||/vivaldi/i.test(l))||!i&&1===a)&&(s=2,o=new Array(2)),n=u)),o[0]=s<<3,o[0]|=(14&u)>>1,o[1]|=(1&u)<<7,o[1]|=a<<3,5===s&&(o[1]|=(14&n)>>1,o[2]=(1&n)<<7,o[2]|=8,o[3]=0),{config:o,samplerate:d[u],channelCount:a,codec:"mp4a.40."+s,manifestCodec:h};var c=new Error("invalid ADTS sampling index:"+u);e.emit(E.ERROR,E.ERROR,{type:S.MEDIA_ERROR,details:T.FRAG_PARSING_ERROR,fatal:!0,error:c,reason:c.message})}(t,r,i,s);if(!n)return;e.config=n.config,e.samplerate=n.samplerate,e.channelCount=n.channelCount,e.codec=n.codec,e.manifestCodec=n.manifestCodec,P.log("parsed codec:"+e.codec+", rate:"+n.samplerate+", channels:"+n.channelCount)}}function si(e){return 9216e4/e}function ni(e,t,r,i,s){var n,a=i+s*si(e.samplerate),o=function(e,t){var r=Zr(e,t);if(t+r<=e.length){var i=ei(e,t)-r;if(i>0)return{headerLength:r,frameLength:i}}}(t,r);if(o){var l=o.frameLength,h=o.headerLength,d=h+l,u=Math.max(0,r+d-t.length);u?(n=new Uint8Array(d-h)).set(t.subarray(r+h,t.length),0):n=t.subarray(r+h,r+d);var c={unit:n,pts:a};return u||e.samples.push(c),{sample:c,length:d,missing:u}}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}}var ai=null,oi=[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],li=[44100,48e3,32e3,22050,24e3,16e3,11025,12e3,8e3],hi=[[0,72,144,12],[0,0,0,0],[0,72,144,12],[0,144,144,12]],di=[0,1,1,4];function ui(e,t,r,i,s){if(!(r+24>t.length)){var n=ci(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 ci(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*oi[14*(3===r?3-i:3===i?3:4)+s-1],h=li[3*(3===r?0:2===r?1:2)+n],d=3===o?1:2,u=hi[r][i],c=di[i],f=8*u*c,g=Math.floor(u*l/h+a)*c;if(null===ai){var p=(navigator.userAgent||"").match(/Chrome\/(\d+)/i);ai=p?parseInt(p[1]):0}return!!ai&&ai<=87&&2===i&&l>=224e3&&0===o&&(e[t+3]=128|e[t+3]),{sampleRate:h,channelCount:d,frameLength:g,samplesPerFrame:f}}}function fi(e,t){return!(255!==e[t]||224&~e[t+1]||!(6&e[t+1]))}function gi(e,t){return t+1<e.length&&fi(e,t)}function pi(e,t){if(t+1<e.length&&fi(e,t)){var r=ci(e,t),i=4;null!=r&&r.frameLength&&(i=r.frameLength);var s=t+i;return s===e.length||gi(e,s)}return!1}var mi=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}l(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){if(!e)return!1;var t=V(e,0),r=(null==t?void 0:t.length)||0;if(pi(e,r))return!1;for(var i=e.length;r<i;r++)if(ri(e,r))return P.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)&&Qr(e,t)&&ei(e,t)<=e.length-t}(e,t)},r.appendFrame=function(e,t,r){ii(e,this.observer,t,r,e.manifestCodec);var i=ni(e,t,r,this.basePTS,this.frameIndex);if(i&&0===i.missing)return i},t}(Xr),vi=/\/emsg[-/]ID3/i,yi=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=Yr("video",1),n=this.audioTrack=Yr("audio",1),a=this.txtTrack=Yr("text",1);if(this.id3Track=Yr("id3",1),this.timeOffset=0,null!=e&&e.byteLength){var o=me(e);if(o.video){var l=o.video,h=l.id,d=l.timescale,u=l.codec;s.id=h,s.timescale=a.timescale=d,s.codec=u}if(o.audio){var c=o.audio,f=c.id,g=c.timescale,p=c.codec;n.id=f,n.timescale=g,n.codec=p}a.id=oe.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=de(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=_e(this.remainderData,e));var n=function(e){var t={valid:null,remainder:null},r=ge(e,["moof"]);if(r.length<2)return t.remainder=e,t;var i=r[r.length-1];return t.valid=H(e,0,i.byteOffset-8),t.remainder=H(e,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=Le(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=Le(e,t),{videoTrack:t,audioTrack:Yr(),id3Track:i,textTrack:Yr()}},t.extractID3Track=function(e,t){var r=this.id3Track;if(e.samples.length){var i=ge(e.samples,["emsg"]);i&&i.forEach((function(e){var i=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"!==le(e.subarray(h,h+1));)r+=le(e.subarray(h,h+1)),h+=1;for(r+=le(e.subarray(h,h+1)),h+=1;"\0"!==le(e.subarray(h,h+1));)i+=le(e.subarray(h,h+1)),h+=1;i+=le(e.subarray(h,h+1)),h+=1,s=de(e,12),n=de(e,16),o=de(e,20),l=de(e,24),h=28}else if(1===t){s=de(e,h+=4);var d=de(e,h+=4),u=de(e,h+=4);for(h+=4,a=Math.pow(2,32)*d+u,v(a)||(a=Number.MAX_SAFE_INTEGER,P.warn("Presentation time exceeds safe integer limit and wrapped to max safe integer in parsing emsg box")),o=de(e,h),l=de(e,h+=4),h+=4;"\0"!==le(e.subarray(h,h+1));)r+=le(e.subarray(h,h+1)),h+=1;for(r+=le(e.subarray(h,h+1)),h+=1;"\0"!==le(e.subarray(h,h+1));)i+=le(e.subarray(h,h+1)),h+=1;i+=le(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(vi.test(i.schemeIdUri)){var s=m(i.presentationTime)?i.presentationTime/i.timeScale:t+i.presentationTimeDelta/i.timeScale,n=4294967295===i.eventDuration?Number.POSITIVE_INFINITY:i.eventDuration/i.timeScale;n<=.001&&(n=Number.POSITIVE_INFINITY);var a=i.payload;r.samples.push({data:a,len:a.byteLength,dts:s,pts:s,type:dt,duration:n})}}))}return r},t.demuxSampleAes=function(e,t,r){return Promise.reject(new Error("The MP4 demuxer does not support SAMPLE-AES decryption"))},t.destroy=function(){},e}(),Ei=function(){function e(){this.VideoSample=null}var t=e.prototype;return t.createVideoSample=function(e,t,r,i){return{key:e,frame:!1,pts:t,dts:r,units:[],debug:i,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)}e.debug.length&&P.log(e.pts+"/"+e.dts+":"+e.debug)},e}(),Si=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&&P.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)},t.skipScalingList=function(e){for(var t=8,r=8,i=0;i<e;i++)0!==r&&(r=(t+this.readEG()+256)%256),t=0===r?t:r},t.readSPS=function(){var e,t,r,i=0,s=0,n=0,a=0,o=this.readUByte.bind(this),l=this.readBits.bind(this),h=this.readUEG.bind(this),d=this.readBoolean.bind(this),u=this.skipBits.bind(this),c=this.skipEG.bind(this),f=this.skipUEG.bind(this),g=this.skipScalingList.bind(this);o();var p=o();if(l(5),u(3),o(),f(),100===p||110===p||122===p||244===p||44===p||83===p||86===p||118===p||128===p){var m=h();if(3===m&&u(1),f(),f(),u(1),d())for(t=3!==m?8:12,r=0;r<t;r++)d()&&g(r<6?16:64)}f();var v=h();if(0===v)h();else if(1===v)for(u(1),c(),c(),e=h(),r=0;r<e;r++)c();f(),u(1);var y=h(),E=h(),S=l(1);0===S&&u(1),u(1),d()&&(i=h(),s=h(),n=h(),a=h());var T=[1,1];if(d()&&d())switch(o()){case 1:T=[1,1];break;case 2:T=[12,11];break;case 3:T=[10,11];break;case 4:T=[16,11];break;case 5:T=[40,33];break;case 6:T=[24,11];break;case 7:T=[20,11];break;case 8:T=[32,11];break;case 9:T=[80,33];break;case 10:T=[18,11];break;case 11:T=[15,11];break;case 12:T=[64,33];break;case 13:T=[160,99];break;case 14:T=[4,3];break;case 15:T=[3,2];break;case 16:T=[2,1];break;case 255:T=[o()<<8|o(),o()<<8|o()]}return{width:Math.ceil(16*(y+1)-2*i-2*s),height:(2-S)*(E+1)*16-(S?2:4)*(n+a),pixelRatio:T}},t.readSliceType=function(){return this.readUByte(),this.readUEG(),this.readUEG()},e}(),Ti=function(e){function t(){return e.apply(this,arguments)||this}l(t,e);var r=t.prototype;return r.parseAVCPES=function(e,t,r,i,s){var n,a=this,o=this.parseAVCNALu(e,r.data),l=this.VideoSample,h=!1;r.data=null,l&&o.length&&!e.audFound&&(this.pushAccessUnit(l,e),l=this.VideoSample=this.createVideoSample(!1,r.pts,r.dts,"")),o.forEach((function(i){var o;switch(i.type){case 1:var d=!1;n=!0;var u,c=i.data;if(h&&c.length>4){var f=new Si(c).readSliceType();2!==f&&4!==f&&7!==f&&9!==f||(d=!0)}d&&null!=(u=l)&&u.frame&&!l.key&&(a.pushAccessUnit(l,e),l=a.VideoSample=null),l||(l=a.VideoSample=a.createVideoSample(!0,r.pts,r.dts,"")),l.frame=!0,l.key=d;break;case 5:n=!0,null!=(o=l)&&o.frame&&!l.key&&(a.pushAccessUnit(l,e),l=a.VideoSample=null),l||(l=a.VideoSample=a.createVideoSample(!0,r.pts,r.dts,"")),l.key=!0,l.frame=!0;break;case 6:n=!0,Re(i.data,1,r.pts,t.samples);break;case 7:var g,p;n=!0,h=!0;var m=i.data,v=new Si(m).readSPS();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],e.duration=s;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:n=!0,e.pps=[i.data];break;case 9:n=!0,e.audFound=!0,l&&a.pushAccessUnit(l,e),l=a.VideoSample=a.createVideoSample(!1,r.pts,r.dts,"");break;case 12:n=!0;break;default:n=!1,l&&(l.debug+="unknown NAL "+i.type+" ")}l&&n&&l.units.push(i)})),i&&l&&(this.pushAccessUnit(l,e),this.VideoSample=null)},r.parseAVCNALu=function(e,t){var r,i,s=t.byteLength,n=e.naluState||0,a=n,o=[],l=0,h=-1,d=0;for(-1===n&&(h=0,d=31&t[0],n=0,l=1);l<s;)if(r=t[l++],n)if(1!==n)if(r)if(1===r){if(i=l-n-1,h>=0){var u={data:t.subarray(h,i),type:d};o.push(u)}else{var c=this.getLastNalUnit(e.samples);c&&(a&&l<=4-a&&c.state&&(c.data=c.data.subarray(0,c.data.byteLength-a)),i>0&&(c.data=_e(c.data,t.subarray(0,i)),c.state=0))}l<s?(h=l,d=31&t[l],n=0):n=-1}else n=0;else n=3;else n=r?0:2;else n=r?0:1;if(h>=0&&n>=0){var f={data:t.subarray(h,s),type:d,state:n};o.push(f)}if(0===o.length){var g=this.getLastNalUnit(e.samples);g&&(g.data=_e(g.data,t))}return e.naluState=n,o},t}(Ei),_i=function(){function e(e,t,r){this.keyData=void 0,this.decrypter=void 0,this.keyData=r,this.decrypter=new Or(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)},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)}))}},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=Pe(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)}))},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}(),Li=188,bi=function(){function e(e,t,r){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._duration=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.videoParser=new Ti}e.probe=function(t){var r=e.syncOffset(t);return r>0&&P.warn("MPEG2-TS detected but first sync word found @ offset "+r),-1!==r},e.syncOffset=function(e){for(var t=e.length,r=Math.min(940,t-Li)+1,i=0;i<r;){for(var s=!1,n=-1,a=0,o=i;o<t;o+=Li){if(71!==e[o]||t-o!==Li&&71!==e[o+Li]){if(a)return-1;break}if(a++,-1===n&&0!==(n=o)&&(r=Math.min(n+18612,e.length-Li)+1),s||(s=0===Ri(e,o)),s&&a>1&&(0===n&&a>2||o+Li>r))return n}i++}return-1},e.createTrack=function(e,t){return{container:"video"===e||"audio"===e?"video/mp2t":void 0,type:e,id:oe[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._audioTrack=e.createTrack("audio",s),this._id3Track=e.createTrack("id3"),this._txtTrack=e.createTrack("text"),this._audioTrack.segmentCodec="aac",this.aacOverFlow=null,this.remainderData=null,this.audioCodec=r,this.videoCodec=i,this._duration=s},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,d=a.pid,u=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=_e(this.remainderData,t)).length,this.remainderData=null),E<Li&&!s)return this.remainderData=t,{audioTrack:o,videoTrack:a,id3Track:l,textTrack:h};var S=Math.max(0,e.syncOffset(t));(E-=(E-S)%Li)<t.byteLength&&!s&&(this.remainderData=new Uint8Array(t.buffer,E,t.buffer.byteLength-E));for(var T=0,_=S;_<E;_+=Li)if(71===t[_]){var L=!!(64&t[_+1]),b=Ri(t,_),R=void 0;if((48&t[_+3])>>4>1){if((R=_+5+t[_+4])===_+Li)continue}else R=_+4;switch(b){case d:L&&(u&&(n=Ci(u))&&this.videoParser.parseAVCPES(a,h,n,!1,this._duration),u={data:[],size:0}),u&&(u.data.push(t.subarray(R,_+Li)),u.size+=_+Li-R);break;case c:if(L){if(g&&(n=Ci(g)))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,_+Li)),g.size+=_+Li-R);break;case f:L&&(p&&(n=Ci(p))&&this.parseID3PES(l,n),p={data:[],size:0}),p&&(p.data.push(t.subarray(R,_+Li)),p.size+=_+Li-R);break;case 0:L&&(R+=t[R]+1),y=this._pmtId=Pi(t,R);break;case y:L&&(R+=t[R]+1);var w=wi(t,R,this.typeSupported,i,this.observer);(d=w.videoPid)>0&&(a.pid=d,a.segmentCodec=w.segmentVideoCodec),(c=w.audioPid)>0&&(o.pid=c,o.segmentCodec=w.segmentAudioCodec),(f=w.id3Pid)>0&&(l.pid=f),null===m||v||(P.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&&Ai(this.observer,new Error("Found "+T+" TS packet/s that do not start with 0x47")),a.pesData=u,o.pesData=g,l.pesData=p;var A={audioTrack:o,videoTrack:a,id3Track:l,textTrack:h};return s&&this.extractRemainingSamples(A),A},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=Ci(a))?(this.videoParser.parseAVCPES(i,n,t,!0,this._duration),i.pesData=null):i.pesData=a,o&&(t=Ci(o))){switch(r.segmentCodec){case"aac":this.parseAACPES(r,t);break;case"mp3":this.parseMPEGPES(r,t)}r.pesData=null}else null!=o&&o.size&&P.log("last AAC PES packet truncated,might overlap between fragments"),r.pesData=o;l&&(t=Ci(l))?(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 _i(this.observer,this.config,t);return this.decrypt(i,s)},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._duration=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=_e(a.sample.unit,o);else{var d=h-l;a.sample.unit.set(o.subarray(0,l),d),e.samples.push(a.sample),n=a.missing}}for(r=n,i=o.length;r<i-1&&!ti(o,r);r++);if(r!==n){var u,c=r<i-1;if(u=c?"AAC PES did not start with ADTS header,offset:"+r:"No ADTS header found in AAC PES",Ai(this.observer,new Error(u),c),!c)return}if(ii(e,this.observer,o,r,this.audioCodec),void 0!==t.pts)s=t.pts;else{if(!a)return void P.warn("[tsdemuxer]: AAC PES unknown PTS");var f=si(e.samplerate);s=a.sample.pts+f}for(var g,p=0;r<i;){if(r+=(g=ni(e,o,r,s,p)).length,g.missing){this.aacOverFlow=g;break}for(p++;r<i-1&&!ti(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(gi(r,n)){var o=ui(e,r,n,a,s);if(!o)break;n+=o.length,s++}else n++;else P.warn("[tsdemuxer]: MPEG PES unknown PTS")},t.parseAC3PES=function(e,t){},t.parseID3PES=function(e,t){if(void 0!==t.pts){var r=o({},t,{type:this._videoTrack?dt:ht,duration:Number.POSITIVE_INFINITY});e.samples.push(r)}else P.warn("[tsdemuxer]: ID3 PES unknown PTS")},e}();function Ri(e,t){return((31&e[t+1])<<8)+e[t+2]}function Pi(e,t){return(31&e[t+10])<<8|e[t+11]}function wi(e,t,r,i,s){var n={audioPid:-1,videoPid:-1,id3Pid:-1,segmentVideoCodec:"avc",segmentAudioCodec:"aac"},a=t+3+((15&e[t+1])<<8|e[t+2])-4;for(t+=12+((15&e[t+10])<<8|e[t+11]);t<a;){var o=Ri(e,t),l=(15&e[t+3])<<8|e[t+4];switch(e[t]){case 207:if(!i){Ii("ADTS AAC");break}case 15:-1===n.audioPid&&(n.audioPid=o);break;case 21:-1===n.id3Pid&&(n.id3Pid=o);break;case 219:if(!i){Ii("H.264");break}case 27:-1===n.videoPid&&(n.videoPid=o,n.segmentVideoCodec="avc");break;case 3:case 4:r.mpeg||r.mp3?-1===n.audioPid&&(n.audioPid=o,n.segmentAudioCodec="mp3"):P.log("MPEG audio found, not supported in this browser");break;case 193:if(!i){Ii("AC-3");break}case 129:P.warn("AC-3 in M2TS support not included in build");break;case 6:if(-1===n.audioPid&&l>0)for(var h=t+5,d=l;d>2;){106===e[h]&&P.warn("AC-3 in M2TS support not included in build");var u=e[h+1]+2;h+=u,d-=u}break;case 194:case 135:return Ai(s,new Error("Unsupported EC-3 in M2TS found")),n;case 36:return Ai(s,new Error("Unsupported HEVC in M2TS found")),n}t+=l+5}return n}function Ai(e,t,r){P.warn("parsing error: "+t.message),e.emit(E.ERROR,E.ERROR,{type:S.MEDIA_ERROR,details:T.FRAG_PARSING_ERROR,fatal:!1,levelRetry:r,error:t,reason:t.message})}function Ii(e){P.log(e+" with AES-128-CBC encryption found in unencrypted stream")}function Ci(e){var t,r,i,s,n,a=0,o=e.data;if(!e||0===e.size)return null;for(;o[0].length<19&&o.length>1;)o[0]=_e(o[0],o[1]),o.splice(1,1);if(1===((t=o[0])[0]<<16)+(t[1]<<8)+t[2]){if((r=(t[4]<<8)+t[5])&&r>e.size-6)return null;var l=t[7];192&l&&(s=536870912*(14&t[9])+4194304*(255&t[10])+16384*(254&t[11])+128*(255&t[12])+(254&t[13])/2,64&l?s-(n=536870912*(14&t[14])+4194304*(255&t[15])+16384*(254&t[16])+128*(255&t[17])+(254&t[18])/2)>54e5&&(P.warn(Math.round((s-n)/9e4)+"s delta between PTS and DTS, align them"),s=n):n=s);var h=(i=t[8])+9;if(e.size<=h)return null;e.size-=h;for(var d=new Uint8Array(e.size),u=0,c=o.length;u<c;u++){var f=(t=o[u]).byteLength;if(h){if(h>f){h-=f;continue}t=t.subarray(h),f-=h,h=0}d.set(t,a),a+=f}return r&&(r-=i+3),{data:d,pts:s,dts:n,len:r}}return null}var Di=function(e){function t(){return e.apply(this,arguments)||this}l(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=V(e,0),r=(null==t?void 0:t.length)||0;if(t&&11===e[r]&&119===e[r+1]&&void 0!==K(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(pi(e,r))return P.log("MPEG Audio sync word found !"),!0;return!1},r.canParse=function(e,t){return function(e,t){return fi(e,t)&&4<=e.length-t}(e,t)},r.appendFrame=function(e,t,r){if(null!==this.basePTS)return ui(e,t,r,this.basePTS,this.frameIndex)},t}(Xr),ki=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}(),xi=Math.pow(2,32)-1,Mi=function(){function e(){}return e.init=function(){var t;for(t in e.types={avc1:[],avcC:[],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/(xi+1)),s=Math.floor(r%(xi+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,t.duration),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,t[0].duration)].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/(xi+1)),s=Math.floor(r%(xi+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,d=t.pixelRatio[0],u=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([d>>24,d>>16&255,d>>8&255,255&d,u>>24,u>>16&255,u>>8&255,255&u])))},e.esds=function(e){var t=e.config.length;return new Uint8Array([0,0,0,0,3,23+t,0,1,0,4,15+t,64,21,0,0,0,0,0,0,0,0,0,0,0,5].concat([t]).concat(e.config).concat([6,1,2]))},e.audioStsd=function(e){var t=e.samplerate;return new Uint8Array([0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,e.channelCount,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){return"audio"===t.type?"mp3"===t.segmentCodec&&"mp3"===t.codec?e.box(e.types.stsd,e.STSD,e.mp3(t)):"ac3"===t.segmentCodec?e.box(e.types.stsd,e.STSD,e.ac3(t)):e.box(e.types.stsd,e.STSD,e.mp4a(t)):e.box(e.types.stsd,e.STSD,e.avc1(t))},e.tkhd=function(t){var r=t.id,i=t.duration*t.timescale,s=t.width,n=t.height,a=Math.floor(i/(xi+1)),o=Math.floor(i%(xi+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/(xi+1)),a=Math.floor(r%(xi+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||[],d=h.length,u=12+16*d,c=new Uint8Array(u);for(r+=8+u,c.set(["video"===t.type?1:0,0,15,1,d>>>24&255,d>>>16&255,d>>>8&255,255&d,r>>>24&255,r>>>16&255,r>>>8&255,255&r],0),i=0;i<d;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 _e(e.FTYP,r)},e}();function Oi(e,t){return void 0===t&&(t=!1),function(e,t,r,i){void 0===r&&(r=1),void 0===i&&(i=!1);var s=1e3*e*r;return i?Math.round(s):s}(e,0,1/9e4,t)}Mi.types=void 0,Mi.HDLR_TYPES=void 0,Mi.STTS=void 0,Mi.STSC=void 0,Mi.STCO=void 0,Mi.STSZ=void 0,Mi.VMHD=void 0,Mi.SMHD=void 0,Mi.STSD=void 0,Mi.FTYP=void 0,Mi.DINF=void 0;var Fi=null,Ni=null,Bi=function(){function e(e,t,r,i){if(this.observer=void 0,this.config=void 0,this.typeSupported=void 0,this.ISGenerated=!1,this._initPTS=null,this._initDTS=null,this.nextAvcDts=null,this.nextAudioPts=null,this.videoSampleDuration=null,this.isAudioContiguous=!1,this.isVideoContiguous=!1,this.videoTrackConfig=void 0,this.observer=e,this.config=t,this.typeSupported=r,this.ISGenerated=!1,null===Fi){var s=(navigator.userAgent||"").match(/Chrome\/(\d+)/i);Fi=s?parseInt(s[1]):0}if(null===Ni){var n=navigator.userAgent.match(/Safari\/(\d+)/i);Ni=n?parseInt(n[1]):0}}var t=e.prototype;return t.destroy=function(){this.config=this.videoTrackConfig=this._initPTS=this._initDTS=null},t.resetTimeStamp=function(e){P.log("[mp4-remuxer]: initPTS & initDTS reset"),this._initPTS=this._initDTS=e},t.resetNextTimestamp=function(){P.log("[mp4-remuxer]: reset next timestamp"),this.isVideoContiguous=!1,this.isAudioContiguous=!1},t.resetInitSegment=function(){P.log("[mp4-remuxer]: ISGenerated flag reset"),this.ISGenerated=!1,this.videoTrackConfig=void 0},t.getVideoStartPts=function(e){var t=!1,r=e.reduce((function(e,r){var i=r.pts-e;return i<-4294967296?(t=!0,Ui(e,r.pts)):i>0?e:r.pts}),e[0].pts);return t&&P.debug("PTS rollover detected"),r},t.remux=function(e,t,r,i,s,n,a,o){var l,h,d,u,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])||this.resetInitSegment()}else d=this.generateIS(e,t,s,n);var w,A=this.isVideoContiguous,I=-1;if(S&&(I=function(e){for(var t=0;t<e.length;t++)if(e[t].key)return t;return-1}(t.samples),!A&&this.config.forceKeyFrameOnDiscontinuity))if(f=!0,I>0){P.warn("[mp4-remuxer]: Dropped "+I+" out of "+y+" video samples due to a missing keyframe");var C=this.getVideoStartPts(t.samples);t.samples=t.samples.slice(I),t.dropped+=I,w=p+=(t.samples[0].pts-C)/t.inputTimeScale}else-1===I&&(P.warn("[mp4-remuxer]: No keyframe found out of "+y+" video samples"),f=!1);if(this.ISGenerated){if(E&&S){var D=this.getVideoStartPts(t.samples),k=(Ui(e.samples[0].pts,D)-D)/t.inputTimeScale;g+=Math.max(0,k),p+=Math.max(0,-k)}if(E){if(e.samplerate||(P.warn("[mp4-remuxer]: regenerate InitSegment as audio detected"),d=this.generateIS(e,t,s,n)),h=this.remuxAudio(e,g,this.isAudioContiguous,n,v||S||o===it?p:void 0),S){var x=h?h.endPTS-h.startPTS:0;t.inputTimeScale||(P.warn("[mp4-remuxer]: regenerate InitSegment as video detected"),d=this.generateIS(e,t,s,n)),l=this.remuxVideo(t,p,A,x)}}else S&&(l=this.remuxVideo(t,p,A,0));l&&(l.firstKeyFrame=I,l.independent=-1!==I,l.firstKeyFramePTS=w)}}return this.ISGenerated&&this._initPTS&&this._initDTS&&(r.samples.length&&(c=Gi(r,s,this._initPTS,this._initDTS)),i.samples.length&&(u=Hi(i,s,this._initPTS))),{audio:h,video:l,initSegment:d,independent:f,text:u,id3:c}},t.generateIS=function(e,t,r,i){var s,n,a,o=e.samples,l=t.samples,h=this.typeSupported,d={},u=this._initPTS,c=!u||i,f="audio/mp4";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"}d.audio={id:"audio",container:f,codec:e.codec,initSegment:"mp3"===e.segmentCodec&&h.mpeg?new Uint8Array(0):Mi.initSegment([e]),metadata:{channelCount:e.channelCount}},c&&(a=e.inputTimeScale,u&&a===u.timescale?c=!1:s=n=o[0].pts-Math.round(a*r))}if(t.sps&&t.pps&&l.length){if(t.timescale=t.inputTimeScale,d.video={id:"main",container:"video/mp4",codec:t.codec,initSegment:Mi.initSegment([t]),metadata:{width:t.width,height:t.height}},c)if(a=t.inputTimeScale,u&&a===u.timescale)c=!1;else{var g=this.getVideoStartPts(l),p=Math.round(a*r);n=Math.min(n,Ui(l[0].dts,g)-p),s=Math.min(s,g-p)}this.videoTrackConfig={width:t.width,height:t.height,pixelRatio:t.pixelRatio}}if(Object.keys(d).length)return this.ISGenerated=!0,c?(this._initPTS={baseTime:s,timescale:a},this._initDTS={baseTime:n,timescale:a}):s=a=void 0,{tracks:d,initPTS:s,timescale:a}},t.remuxVideo=function(e,t,r,i){var s,n,a=e.inputTimeScale,l=e.samples,h=[],d=l.length,u=this._initPTS,c=this.nextAvcDts,f=8,g=this.videoSampleDuration,p=Number.POSITIVE_INFINITY,m=Number.NEGATIVE_INFINITY,v=!1;if(!r||null===c){var y=t*a,_=l[0].pts-Ui(l[0].dts,l[0].pts);Fi&&null!==c&&Math.abs(y-_-c)<15e3?r=!0:c=y-_}for(var L=u.baseTime*a/u.timescale,b=0;b<d;b++){var R=l[b];R.pts=Ui(R.pts-L,c),R.dts=Ui(R.dts-L,c),R.dts<l[b>0?b-1:b].dts&&(v=!0)}v&&l.sort((function(e,t){var r=e.dts-t.dts,i=e.pts-t.pts;return r||i})),s=l[0].dts;var w=l[l.length-1].dts-s,A=w?Math.round(w/(d-1)):g||e.inputTimeScale/30;if(r){var I=s-c,C=I>A,D=I<-1;if((C||D)&&(C?P.warn("AVC: "+Oi(I,!0)+" ms ("+I+"dts) hole between fragments detected at "+t.toFixed(3)):P.warn("AVC: "+Oi(-I,!0)+" ms ("+I+"dts) overlapping between fragments detected at "+t.toFixed(3)),!D||c>=l[0].pts||Fi)){s=c;var k=l[0].pts-I;if(C)l[0].dts=s,l[0].pts=k;else for(var x=0;x<l.length&&!(l[x].dts>k);x++)l[x].dts-=I,l[x].pts-=I;P.log("Video: Initial PTS/DTS adjusted: "+Oi(k,!0)+"/"+Oi(s,!0)+", delta: "+Oi(I,!0)+" ms")}}for(var M=0,O=0,F=s=Math.max(0,s),N=0;N<d;N++){for(var B=l[N],U=B.units,G=U.length,H=0,$=0;$<G;$++)H+=U[$].data.length;O+=H,M+=G,B.length=H,B.dts<F?(B.dts=F,F+=A/4|0||1):F=B.dts,p=Math.min(B.pts,p),m=Math.max(B.pts,m)}n=l[d-1].dts;var W,q=O+4*M+8;try{W=new Uint8Array(q)}catch(e){return void this.observer.emit(E.ERROR,E.ERROR,{type:S.MUX_ERROR,details:T.REMUX_ALLOC_ERROR,fatal:!1,error:e,bytes:q,reason:"fail allocating video mdat "+q})}var V=new DataView(W.buffer);V.setUint32(0,q),W.set(Mi.types.mdat,4);for(var j=!1,z=Number.POSITIVE_INFINITY,K=Number.POSITIVE_INFINITY,Y=Number.NEGATIVE_INFINITY,X=Number.NEGATIVE_INFINITY,J=0;J<d;J++){for(var Q=l[J],Z=Q.units,ee=0,te=0,re=Z.length;te<re;te++){var ie=Z[te],se=ie.data,ne=ie.data.byteLength;V.setUint32(f,ne),f+=4,W.set(se,f),f+=ne,ee+=4+ne}var ae=void 0;if(J<d-1)g=l[J+1].dts-Q.dts,ae=l[J+1].pts-Q.pts;else{var oe=this.config,le=J>0?Q.dts-l[J-1].dts:A;if(ae=J>0?Q.pts-l[J-1].pts:A,oe.stretchShortVideoTrack&&null!==this.nextAudioPts){var he=Math.floor(oe.maxBufferHole*a),de=(i?p+i*a:this.nextAudioPts)-Q.pts;de>he?((g=de-le)<0?g=le:j=!0,P.log("[mp4-remuxer]: It is approximately "+de/90+" ms to the next segment; using duration "+g/90+" ms for the last video frame.")):g=le}else g=le}var ue=Math.round(Q.pts-Q.dts);z=Math.min(z,g),Y=Math.max(Y,g),K=Math.min(K,ae),X=Math.max(X,ae),h.push(new $i(Q.key,g,ee,ue))}if(h.length)if(Fi){if(Fi<70){var ce=h[0].flags;ce.dependsOn=2,ce.isNonSync=0}}else if(Ni&&X-K<Y-z&&A/Y<.025&&0===h[0].cts){P.warn("Found irregular gaps in sample duration. Using PTS instead of DTS to determine MP4 sample duration.");for(var fe=s,ge=0,pe=h.length;ge<pe;ge++){var me=fe+h[ge].duration,ve=fe+h[ge].cts;if(ge<pe-1){var ye=me+h[ge+1].cts;h[ge].duration=ye-ve}else h[ge].duration=ge?h[ge-1].duration:A;h[ge].cts=0,fe=me}}g=j||!g?A:g,this.nextAvcDts=c=n+g,this.videoSampleDuration=g,this.isVideoContiguous=!0;var Ee={data1:Mi.moof(e.sequenceNumber++,s,o({},e,{samples:h})),data2:W,startPTS:p/a,endPTS:(m+g)/a,startDTS:s/a,endDTS:c/a,type:"video",hasAudio:!1,hasVideo:!0,nb:h.length,dropped:e.dropped};return e.samples=[],e.dropped=0,Ee},t.getSamplesPerFrame=function(e){switch(e.segmentCodec){case"mp3":return 1152;case"ac3":return 1536;default:return 1024}},t.remuxAudio=function(e,t,r,i,s){var n=e.inputTimeScale,a=n/(e.samplerate?e.samplerate:n),l=this.getSamplesPerFrame(e),h=l*a,d=this._initPTS,u="mp3"===e.segmentCodec&&this.typeSupported.mpeg,c=[],f=void 0!==s,g=e.samples,p=u?0:8,m=this.nextAudioPts||-1,v=t*n,y=d.baseTime*n/d.timescale;if(this.isAudioContiguous=r=r||g.length&&m>0&&(i&&Math.abs(v-m)<9e3||Math.abs(Ui(g[0].pts-y,v)-m)<20*h),g.forEach((function(e){e.pts=Ui(e.pts-y,v)})),!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,v):g[0].pts}if("aac"===e.segmentCodec)for(var _=this.config.maxAudioFramesDrift,L=0,b=m;L<g.length;L++){var R=g[L],w=R.pts,A=w-b,I=Math.abs(1e3*A/n);if(A<=-_*h&&f)0===L&&(P.warn("Audio frame @ "+(w/n).toFixed(3)+"s overlaps nextAudioPts by "+Math.round(1e3*A/n)+" ms."),this.nextAudioPts=m=b=w);else if(A>=_*h&&I<1e4&&f){var C=Math.round(A/h);(b=w-C*h)<0&&(C--,b+=h),0===L&&(this.nextAudioPts=m=b),P.warn("[mp4-remuxer]: Injecting "+C+" audio frame @ "+(b/n).toFixed(3)+"s due to "+Math.round(1e3*A/n)+" ms gap.");for(var D=0;D<C;D++){var k=Math.max(b,0),x=ki.getSilentFrame(e.manifestCodec||e.codec,e.channelCount);x||(P.log("[mp4-remuxer]: Unable to get silent frame for given audio codec; duplicating last frame instead."),x=R.unit.subarray()),g.splice(L,0,{unit:x,pts:k}),b+=h,L++}}R.pts=b,b+=h}for(var M,O=null,F=null,N=0,B=g.length;B--;)N+=g[B].unit.byteLength;for(var U=0,G=g.length;U<G;U++){var H=g[U],$=H.unit,W=H.pts;if(null!==F)c[U-1].duration=Math.round((W-F)/a);else{if(r&&"aac"===e.segmentCodec&&(W=m),O=W,!(N>0))return;N+=p;try{M=new Uint8Array(N)}catch(e){return void this.observer.emit(E.ERROR,E.ERROR,{type:S.MUX_ERROR,details:T.REMUX_ALLOC_ERROR,fatal:!1,error:e,bytes:N,reason:"fail allocating audio mdat "+N})}u||(new DataView(M.buffer).setUint32(0,N),M.set(Mi.types.mdat,4))}M.set($,p);var q=$.byteLength;p+=q,c.push(new $i(!0,l,q,0)),F=W}var V=c.length;if(V){var j=c[c.length-1];this.nextAudioPts=m=F+a*j.duration;var z=u?new Uint8Array(0):Mi.moof(e.sequenceNumber++,O/a,o({},e,{samples:c}));e.samples=[];var K=O/n,Y=m/n,X={data1:z,data2:M,startPTS:K,endPTS:Y,startDTS:K,endDTS:Y,type:"audio",hasAudio:!0,hasVideo:!1,nb:V};return this.isAudioContiguous=!0,X}},t.remuxEmptyAudio=function(e,t,r,i){var s=e.inputTimeScale,n=s/(e.samplerate?e.samplerate:s),a=this.nextAudioPts,o=this._initDTS,l=9e4*o.baseTime/o.timescale,h=(null!==a?a:i.startDTS*s)+l,d=i.endDTS*s+l,u=1024*n,c=Math.ceil((d-h)/u),f=ki.getSilentFrame(e.manifestCodec||e.codec,e.channelCount);if(P.warn("[mp4-remuxer]: remux empty Audio"),f){for(var g=[],p=0;p<c;p++){var m=h+p*u;g.push({unit:f,pts:m,dts:m})}return e.samples=g,this.remuxAudio(e,t,r,!1)}P.trace("[mp4-remuxer]: Unable to remuxEmptyAudio since we were unable to get a silent frame for given audio codec")},e}();function Ui(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 Gi(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=Ui(o.pts-r.baseTime*n/r.timescale,t*n)/n,o.dts=Ui(o.dts-i.baseTime*n/i.timescale,t*n)/n}var l=e.samples;return e.samples=[],{samples:l}}}function Hi(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=Ui(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 $i=function(e,t,r,i){this.size=void 0,this.duration=void 0,this.cts=void 0,this.flags=void 0,this.duration=t,this.size=r,this.cts=i,this.flags={isLeading:0,isDependedOn:0,hasRedundancy:0,degradPrio:0,dependsOn:e?2:1,isNonSync:e?0:1}},Wi=function(){function e(){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}var t=e.prototype;return t.destroy=function(){},t.resetTimeStamp=function(e){this.initPTS=e,this.lastEndTime=null},t.resetNextTimestamp=function(){this.lastEndTime=null},t.resetInitSegment=function(e,t,r,i){this.audioCodec=t,this.videoCodec=r,this.generateInitSegment(function(e,t){if(!e||!t)return e;var r=t.keyId;return r&&t.isCommonEncryption&&ge(e,["moov","trak"]).forEach((function(e){var t=ge(e,["mdia","minf","stbl","stsd"])[0].subarray(8),i=ge(t,["enca"]),s=i.length>0;s||(i=ge(t,["encv"])),i.forEach((function(e){ge(s?e.subarray(28):e.subarray(78),["sinf"]).forEach((function(e){var t=function(e){var t=ge(e,["schm"])[0];if(t){var r=le(t.subarray(4,8));if("cbcs"===r||"cenc"===r)return ge(e,["schi","tenc"])[0]}return P.error("[eme] missing 'schm' box"),null}(e);if(t){var i=t.subarray(8,24);i.some((function(e){return 0!==e}))||(P.log("[eme] Patching keyId in 'enc"+(s?"a":"v")+">sinf>>tenc' box: "+se(i)+" -> "+se(r)),t.set(r,8))}}))}))})),e}(e,i)),this.emitInitSegment=!0},t.generateInitSegment=function(e){var t=this.audioCodec,r=this.videoCodec;if(null==e||!e.byteLength)return this.initTracks=void 0,void(this.initData=void 0);var i=this.initData=me(e);i.audio&&(t=qi(i.audio,x)),i.video&&(r=qi(i.video,M));var s={};i.audio&&i.video?s.audiovideo={container:"video/mp4",codec:t+","+r,initSegment:e,id:"main"}:i.audio?s.audio={container:"audio/mp4",codec:t,initSegment:e,id:"audio"}:i.video?s.video={container:"video/mp4",codec:r,initSegment:e,id:"main"}:P.warn("[passthrough-remuxer.ts]: initSegment does not contain moov or trak boxes."),this.initTracks=s},t.remux=function(e,t,r,i,s,n){var a,o,l=this.initPTS,h=this.lastEndTime,d={audio:void 0,video:void 0,text:i,id3:r,initSegment:void 0};m(h)||(h=this.lastEndTime=s||0);var u=t.samples;if(null==u||!u.length)return d;var c={initPTS:void 0,timescale:1},f=this.initData;if(null!=(a=f)&&a.length||(this.generateInitSegment(u),f=this.initData),null==(o=f)||!o.length)return P.warn("[passthrough-remuxer.ts]: Failed to generate initSegment."),d;this.emitInitSegment&&(c.tracks=this.initTracks,this.emitInitSegment=!1);var g=function(e,t){for(var r=0,i=0,s=0,n=ge(e,["moof","traf"]),a=0;a<n.length;a++){var o=n[a],l=ge(o,["tfhd"])[0],h=t[de(l,4)];if(h){var d=h.default,u=de(l,0)|(null==d?void 0:d.flags),c=null==d?void 0:d.duration;8&u&&(c=de(l,2&u?12:8));for(var f=h.timescale||9e4,g=ge(o,["trun"]),p=0;p<g.length;p++)!(r=Te(g[p]))&&c&&(r=c*de(g[p],4)),h.type===M?i+=r/f:h.type===x&&(s+=r/f)}}if(0===i&&0===s){for(var v=1/0,y=0,E=0,S=ge(e,["sidx"]),T=0;T<S.length;T++){var _=pe(S[T]);if(null!=_&&_.references){v=Math.min(v,_.earliestPresentationTime/_.timescale);var L=_.references.reduce((function(e,t){return e+t.info.duration||0}),0);E=(y=Math.max(y,L+_.earliestPresentationTime/_.timescale))-v}}if(E&&m(E))return E}return i||s}(u,f),p=function(e,t){return ge(t,["moof","traf"]).reduce((function(t,r){var i=ge(r,["tfdt"])[0],s=i[0],n=ge(r,["tfhd"]).reduce((function(t,r){var n=de(r,4),a=e[n];if(a){var o=de(i,4);if(1===s){if(o===ne)return P.warn("[mp4-demuxer]: Ignoring assumed invalid signed 64-bit track fragment decode time"),t;o*=ne+1,o+=de(i,8)}var l=o/(a.timescale||9e4);if(m(l)&&(null===t||l<t))return l}return t}),null);return null!==n&&m(n)&&(null===t||n<t)?n:t}),null)}(f,u),v=null===p?s:p;(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,v,s,g)||c.timescale!==l.timescale&&n)&&(c.initPTS=v-s,l&&1===l.timescale&&P.warn("Adjusting initPTS by "+(c.initPTS-l.baseTime)),this.initPTS=l={baseTime:c.initPTS,timescale:1});var y=e?v-l.baseTime/l.timescale:h,E=y+g;!function(e,t,r){ge(t,["moof","traf"]).forEach((function(t){ge(t,["tfhd"]).forEach((function(i){var s=de(i,4),n=e[s];if(n){var a=n.timescale||9e4;ge(t,["tfdt"]).forEach((function(e){var t=e[0],i=r*a;if(i){var s=de(e,4);if(0===t)s-=i,fe(e,4,s=Math.max(s,0));else{s*=Math.pow(2,32),s+=de(e,8),s-=i,s=Math.max(s,0);var n=Math.floor(s/(ne+1)),o=Math.floor(s%(ne+1));fe(e,4,n),fe(e,8,o)}}}))}}))}))}(f,u,l.baseTime/l.timescale),g>0?this.lastEndTime=E:(P.warn("Duration parsed from mp4 should be greater than zero"),this.resetNextTimestamp());var S=!!f.audio,T=!!f.video,_="";S&&(_+="audio"),T&&(_+="video");var L={data1:u,startPTS:y,startDTS:y,endPTS:E,endDTS:E,type:_,hasAudio:S,hasVideo:T,nb:1,dropped:0};return d.audio="audio"===L.type?L:void 0,d.video="audio"!==L.type?L:void 0,d.initSegment=c,d.id3=Gi(r,s,l,l),i.samples.length&&(d.text=Hi(i,s,l)),d},e}();function qi(e,t){var r=null==e?void 0:e.codec;if(r&&r.length>4)return r;if(t===x){if("ec-3"===r||"ac-3"===r||"alac"===r)return r;if("fLaC"===r||"Opus"===r)return Ne(r,!1);var i="mp4a.40.5";return P.info('Parsed audio codec "'+r+'" or audio object type not handled. Using "'+i+'"'),i}return P.warn('Unhandled video codec "'+r+'"'),"hvc1"===r||"hev1"===r?"hvc1.1.6.L120.90":"av01"===r?"av01.0.04M.08":"avc1.42e01e"}var Vi,ji="undefined"!=typeof self?self:void 0;try{Vi=self.performance.now.bind(self.performance)}catch(e){P.debug("Unable to use Performance API on this environment"),Vi=null==ji?void 0:ji.Date.now}var zi=[{demux:yi,remux:Wi},{demux:bi,remux:Bi},{demux:mi,remux:Bi},{demux:Di,remux:Bi}],Ki=function(){function e(e,t,r,i,s){this.async=!1,this.observer=void 0,this.typeSupported=void 0,this.config=void 0,this.vendor=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.vendor=i,this.id=s}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=Vi();var a=new Uint8Array(e),o=this.currentTransmuxState,l=this.transmuxConfig;i&&(this.currentTransmuxState=i);var h=i||o,d=h.contiguous,u=h.discontinuity,c=h.trackSwitch,f=h.accurateTimeOffset,g=h.timeOffset,p=h.initSegmentChange,m=l.audioCodec,v=l.videoCodec,y=l.defaultInitPts,_=l.duration,L=l.initSegmentData,b=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(b&&"AES-128"===b.method){var R=this.getDecrypter();if(!R.isSync())return this.decryptionPromise=R.webCryptoDecrypt(a,b.key.buffer,b.iv.buffer).then((function(e){var t=s.push(e,null,r);return s.decryptionPromise=null,t})),this.decryptionPromise;var w=R.softwareDecrypt(a,b.key.buffer,b.iv.buffer);if(r.part>-1&&(w=R.flush()),!w)return n.executeEnd=Vi(),Yi(r);a=new Uint8Array(w)}var A=this.needsProbing(u,c);if(A){var I=this.configureTransmuxer(a);if(I)return P.warn("[transmuxer] "+I.message),this.observer.emit(E.ERROR,E.ERROR,{type:S.MEDIA_ERROR,details:T.FRAG_PARSING_ERROR,fatal:!1,error:I,reason:I.message}),n.executeEnd=Vi(),Yi(r)}(u||c||p||A)&&this.resetInitSegment(L,m,v,_,t),(u||p||A)&&this.resetInitialTimestamp(y),d||this.resetContiguity();var C=this.transmux(a,b,g,f,r),D=this.currentTransmuxState;return D.contiguous=!0,D.discontinuity=!1,D.trackSwitch=!1,n.executeEnd=Vi(),C},t.flush=function(e){var t=this,r=e.transmuxing;r.executeStart=Vi();var i=this.decrypter,s=this.currentTransmuxState,n=this.decryptionPromise;if(n)return n.then((function(){return t.flush(e)}));var a=[],o=s.timeOffset;if(i){var l=i.flush();l&&a.push(this.push(l,null,e))}var h=this.demuxer,d=this.remuxer;if(!h||!d)return r.executeEnd=Vi(),[Yi(e)];var u=h.flush(o);return Xi(u)?u.then((function(r){return t.flushRemux(a,r,e),a})):(this.flushRemux(a,u,e),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;P.log("[transmuxer.ts]: Flushed fragment "+r.sn+(r.part>-1?" p: "+r.part:"")+" of level "+r.level);var d=this.remuxer.remux(i,s,n,a,h,l,!0,this.id);e.push({remuxResult:d,chunkMeta:r}),r.transmuxing.executeEnd=Vi()},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=this.vendor,a=0,o=zi.length;a<o;a++){var l;if(null!=(l=zi[a].demux)&&l.probe(e)){t=zi[a];break}}if(!t)return new Error("Failed to find demuxer by probing fragment data");var h=this.demuxer,d=this.remuxer,u=t.remux,c=t.demux;d&&d instanceof u||(this.remuxer=new u(i,r,s,n)),h&&h instanceof c||(this.demuxer=new c(i,r,s),this.probe=c.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 Or(this.config)),e},e}(),Yi=function(e){return{remuxResult:{},chunkMeta:e}};function Xi(e){return"then"in e&&e.then instanceof Function}var Ji=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},Qi=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},Zi={exports:{}};!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,d=this._events[o],u=arguments.length;if(d.fn){switch(d.once&&this.removeListener(e,d.fn,void 0,!0),u){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,s),!0;case 5:return d.fn.call(d.context,t,i,s,n),!0;case 6:return d.fn.call(d.context,t,i,s,n,a),!0}for(h=1,l=new Array(u-1);h<u;h++)l[h-1]=arguments[h];d.fn.apply(d.context,l)}else{var c,f=d.length;for(h=0;h<f;h++)switch(d[h].once&&this.removeListener(e,d[h].fn,void 0,!0),u){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,s);break;default:if(!l)for(c=1,l=new Array(u-1);c<u;c++)l[c-1]=arguments[c];d[h].fn.apply(d[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=[],d=o.length;l<d;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}(Zi);var es=f(Zi.exports);function ts(e,t){if(!((r=t.remuxResult).audio||r.video||r.text||r.id3||r.initSegment))return!1;var r,i=[],s=t.remuxResult,n=s.audio,a=s.video;return n&&rs(i,n),a&&rs(i,a),e.postMessage({event:"transmuxComplete",data:t},i),!0}function rs(e,t){t.data1&&e.push(t.data1.buffer),t.data2&&e.push(t.data2.buffer)}function is(e,t,r){t.reduce((function(t,r){return ts(e,r)||t}),!1)||e.postMessage({event:"transmuxComplete",data:t[0]}),e.postMessage({event:"flush",data:r})}void 0!==r&&r&&function(e){var t=new es,r=function(t,r){e.postMessage({event:t,data:r})};t.on(E.FRAG_DECRYPTED,r),t.on(E.ERROR,r);e.addEventListener("message",(function(i){var s=i.data;switch(s.cmd){case"init":var n=JSON.parse(s.config);e.transmuxer=new Ki(t,s.typeSupported,n,"",s.id),R(n.debug,s.id),function(){var e=function(e){P[e]=function(t){r("workerLog",{logType:e,message:t})}};for(var t in P)e(t)}(),r("init",null);break;case"configure":e.transmuxer.configure(s.config);break;case"demux":var a=e.transmuxer.push(s.data,s.decryptdata,s.chunkMeta,s.state);Xi(a)?(e.transmuxer.async=!0,a.then((function(t){ts(e,t)})).catch((function(e){r(E.ERROR,{type:S.MEDIA_ERROR,details:T.FRAG_PARSING_ERROR,chunkMeta:s.chunkMeta,fatal:!1,error:e,err:e,reason:"transmuxer-worker push error"})}))):(e.transmuxer.async=!1,ts(e,a));break;case"flush":var o=s.chunkMeta,l=e.transmuxer.flush(o);Xi(l)||e.transmuxer.async?(Xi(l)||(l=Promise.resolve(l)),l.then((function(t){is(e,t,o)})).catch((function(e){r(E.ERROR,{type:S.MEDIA_ERROR,details:T.FRAG_PARSING_ERROR,chunkMeta:s.chunkMeta,fatal:!1,error:e,err:e,reason:"transmuxer-worker flush error"})}))):is(e,l,o)}}))}(self);var ss=function(){function e(e,r,i,s){var n=this;this.error=null,this.hls=void 0,this.id=void 0,this.observer=void 0,this.frag=null,this.part=null,this.useWorker=void 0,this.workerContext=null,this.onwmsg=void 0,this.transmuxer=null,this.onTransmuxComplete=void 0,this.onFlush=void 0;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,t.id=n.id,e===E.ERROR&&(n.error=t.error),n.hls.trigger(e,t)};this.observer=new es,this.observer.on(E.FRAG_DECRYPTED,o),this.observer.on(E.ERROR,o);var l,h,d,u,c=Ae(a.preferManagedMediaSource)||{isTypeSupported:function(){return!1}},f={mpeg:c.isTypeSupported("audio/mpeg"),mp3:c.isTypeSupported('audio/mp4; codecs="mp3"'),ac3:!1};if(!this.useWorker||"undefined"==typeof Worker||(a.workerPath,0))this.transmuxer=new Ki(this.observer,f,a,"",r);else try{a.workerPath?(P.log("loading Web Worker "+a.workerPath+' for "'+r+'"'),this.workerContext=(d=a.workerPath,u=new self.URL(d,self.location.href).href,{worker:new self.Worker(u),scriptURL:u})):(P.log('injecting Web Worker for "'+r+'"'),this.workerContext=(l=new self.Blob(["var exports={};var module={exports:exports};function define(f){f()};define.amd=true;("+t.toString()+")(true);"],{type:"text/javascript"}),h=self.URL.createObjectURL(l),{worker:new self.Worker(h),objectURL:h})),this.onwmsg=function(e){return n.onWorkerMessage(e)};var g=this.workerContext.worker;g.addEventListener("message",this.onwmsg),g.onerror=function(e){var t=new Error(e.message+" ("+e.filename+":"+e.lineno+")");a.enableWorker=!1,P.warn('Error in "'+r+'" Web Worker, fallback to inline'),n.hls.trigger(E.ERROR,{type:S.OTHER_ERROR,details:T.INTERNAL_EXCEPTION,fatal:!1,event:"demuxerWorker",error:t})},g.postMessage({cmd:"init",typeSupported:f,vendor:"",id:r,config:JSON.stringify(a)})}catch(e){P.warn('Error setting up "'+r+'" Web Worker, fallback to inline',e),this.resetWorker(),this.error=null,this.transmuxer=new Ki(this.observer,f,a,"",r)}}var r=e.prototype;return r.resetWorker=function(){if(this.workerContext){var e=this.workerContext,t=e.worker,r=e.objectURL;r&&self.URL.revokeObjectURL(r),t.removeEventListener("message",this.onwmsg),t.onerror=null,t.terminate(),this.workerContext=null}},r.destroy=function(){if(this.workerContext)this.resetWorker(),this.onwmsg=void 0;else{var e=this.transmuxer;e&&(e.destroy(),this.transmuxer=null)}var t=this.observer;t&&t.removeAllListeners(),this.frag=null,this.observer=null,this.hls=null},r.push=function(e,t,r,i,s,n,a,o,l,h){var d,u,c=this;l.transmuxing.start=self.performance.now();var f=this.transmuxer,g=n?n.start:s.start,p=s.decryptdata,m=this.frag,v=!(m&&s.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)),L=self.performance.now();(y||E||0===s.stats.parsing.start)&&(s.stats.parsing.start=L),!n||!S&&_||(n.stats.parsing.start=L);var b=!(m&&(null==(d=s.initSegment)?void 0:d.url)===(null==(u=m.initSegment)?void 0:u.url)),R=new Qi(v,_,o,y,g,b);if(!_||v||b){P.log("[transmuxer-interface, "+s.type+"]: Starting new transmux session for sn: "+l.sn+" p: "+l.part+" level: "+l.level+" id: "+l.id+"\n discontinuity: "+v+"\n trackSwitch: "+y+"\n contiguous: "+_+"\n accurateTimeOffset: "+o+"\n timeOffset: "+g+"\n initSegmentChange: "+b);var w=new Ji(r,i,t,a,h);this.configureTransmuxer(w)}if(this.frag=s,this.part=n,this.workerContext)this.workerContext.worker.postMessage({cmd:"demux",data:e,decryptdata:p,chunkMeta:l,state:R},e instanceof ArrayBuffer?[e]:[]);else if(f){var A=f.push(e,p,l,R);Xi(A)?(f.async=!0,A.then((function(e){c.handleTransmuxComplete(e)})).catch((function(e){c.transmuxerError(e,l,"transmuxer-interface push error")}))):(f.async=!1,this.handleTransmuxComplete(A))}},r.flush=function(e){var t=this;e.transmuxing.start=self.performance.now();var r=this.transmuxer;if(this.workerContext)this.workerContext.worker.postMessage({cmd:"flush",chunkMeta:e});else if(r){var i=r.flush(e);Xi(i)||r.async?(Xi(i)||(i=Promise.resolve(i)),i.then((function(r){t.handleFlushResult(r,e)})).catch((function(r){t.transmuxerError(r,e,"transmuxer-interface flush error")}))):this.handleFlushResult(i,e)}},r.transmuxerError=function(e,t,r){this.hls&&(this.error=e,this.hls.trigger(E.ERROR,{type:S.MEDIA_ERROR,details:T.FRAG_PARSING_ERROR,chunkMeta:t,frag:this.frag||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.onWorkerMessage=function(e){var t=e.data;if(null!=t&&t.event){var r=this.hls;if(this.hls)switch(t.event){case"init":var i,s=null==(i=this.workerContext)?void 0:i.objectURL;s&&self.URL.revokeObjectURL(s);break;case"transmuxComplete":this.handleTransmuxComplete(t.data);break;case"flush":this.onFlush(t.data);break;case"workerLog":P[t.data.logType]&&P[t.data.logType](t.data.message);break;default:t.data=t.data||{},t.data.frag=this.frag,t.data.id=this.id,r.trigger(t.event,t.data)}}else P.warn("worker message received with no "+(t?"event name":"data"))},r.configureTransmuxer=function(e){var t=this.transmuxer;this.workerContext?this.workerContext.worker.postMessage({cmd:"configure",config:e}):t&&t.configure(e)},r.handleTransmuxComplete=function(e){e.chunkMeta.transmuxing.end=self.performance.now(),this.onTransmuxComplete(e)},e}(),ns=function(){function e(e,t,r,i){this.config=void 0,this.media=null,this.fragmentTracker=void 0,this.hls=void 0,this.nudgeRetry=0,this.stallReported=!1,this.stalled=null,this.moved=!1,this.seeking=!1,this.config=e,this.media=t,this.fragmentTracker=r,this.hls=i}var t=e.prototype;return t.destroy=function(){this.media=null,this.hls=this.fragmentTracker=null},t.poll=function(e,t){var r=this.config,i=this.media,s=this.stalled;if(null!==i){var n=i.currentTime,a=i.seeking,o=this.seeking&&!a,l=!this.seeking&&a;if(this.seeking=a,n===e)if(l||o)this.stalled=null;else if(i.paused&&!a||i.ended||0===i.playbackRate||!jt.getBuffered(i).length)this.nudgeRetry=0;else{var h=jt.bufferInfo(i,n,0),d=h.nextStart||0;if(a){var u=h.len>2,c=!d||t&&t.start<=n||d-n>2&&!this.fragmentTracker.getPartialFragment(n);if(u||c)return;this.moved=!1}if(!this.moved&&null!==this.stalled){var f;if(!(h.len>0||d))return;var g=Math.max(d,h.start||0)-n,p=this.hls.levels?this.hls.levels[this.hls.currentLevel]:null,m=(null==p||null==(f=p.details)?void 0:f.live)?2*p.details.targetduration:2,v=this.fragmentTracker.getPartialFragment(n);if(g>0&&(g<=m||v))return void(i.paused||this._trySkipBufferHole(v))}var y=self.performance.now();if(null!==s){var E=y-s;if(a||!(E>=250)||(this._reportStall(h),this.media)){var S=jt.bufferInfo(i,n,r.maxBufferHole);this._tryFixBufferStall(S,E)}}else this.stalled=y}else if(this.moved=!0,a||(this.nudgeRetry=0),null!==s){if(this.stallReported){var T=self.performance.now()-s;P.warn("playback not stuck anymore @"+n+", after "+Math.round(T)+"ms"),this.stallReported=!1}this.stalled=null}}},t._tryFixBufferStall=function(e,t){var r=this.config,i=this.fragmentTracker,s=this.media;if(null!==s){var n=s.currentTime,a=i.getPartialFragment(n);if(a&&(this._trySkipBufferHole(a)||!this.media))return;(e.len>r.maxBufferHole||e.nextStart&&e.nextStart-n<r.maxBufferHole)&&t>1e3*r.highBufferWatchdogPeriod&&(P.warn("Trying to nudge playhead over buffer-hole"),this.stalled=null,this._tryNudgeBuffer())}},t._reportStall=function(e){var t=this.hls,r=this.media;if(!this.stallReported&&r){this.stallReported=!0;var i=new Error("Playback stalling at @"+r.currentTime+" due to low buffer ("+JSON.stringify(e)+")");P.warn(i.message),t.trigger(E.ERROR,{type:S.MEDIA_ERROR,details:T.BUFFER_STALLED_ERROR,fatal:!1,error:i,buffer:e.len})}},t._trySkipBufferHole=function(e){var t=this.config,r=this.hls,i=this.media;if(null===i)return 0;var s=i.currentTime,n=jt.bufferInfo(i,s,0),a=s<n.start?n.start:n.nextStart;if(a){var o=n.len<=t.maxBufferHole,l=n.len>0&&n.len<1&&i.readyState<3,h=a-s;if(h>0&&(o||l)){if(h>t.maxBufferHole){var d=this.fragmentTracker,u=!1;if(0===s){var c=d.getAppendedFrag(0,rt);c&&a<c.end&&(u=!0)}if(!u){var f=e||d.getAppendedFrag(s,rt);if(f){for(var g=!1,p=f.end;p<a;){var m=d.getPartialFragment(p);if(!m){g=!0;break}p+=m.duration}if(g)return 0}}}var v=Math.max(a+.05,s+.1);if(P.warn("skipping hole, adjusting currentTime from "+s+" to "+v),this.moved=!0,this.stalled=null,i.currentTime=v,e&&!e.gap){var y=new Error("fragment loaded with buffer holes, seeking from "+s+" to "+v);r.trigger(E.ERROR,{type:S.MEDIA_ERROR,details:T.BUFFER_SEEK_OVER_HOLE,fatal:!1,error:y,reason:y.message,frag:e})}return v}}return 0},t._tryNudgeBuffer=function(){var e=this.config,t=this.hls,r=this.media,i=this.nudgeRetry;if(null!==r){var s=r.currentTime;if(this.nudgeRetry++,i<e.nudgeMaxRetry){var n=s+(i+1)*e.nudgeOffset,a=new Error("Nudging 'currentTime' from "+s+" to "+n);P.warn(a.message),r.currentTime=n,t.trigger(E.ERROR,{type:S.MEDIA_ERROR,details:T.BUFFER_NUDGE_ON_STALL,error:a,fatal:!1})}else{var o=new Error("Playhead still not moving while enough data buffered @"+s+" after "+e.nudgeMaxRetry+" nudges");P.error(o.message),t.trigger(E.ERROR,{type:S.MEDIA_ERROR,details:T.BUFFER_STALLED_ERROR,error:o,fatal:!0})}}},e}(),as=function(e){function t(t,r,i){var s;return(s=e.call(this,t,r,i,"[stream-controller]",rt)||this).audioCodecSwap=!1,s.gapController=null,s.level=-1,s._forceStartLoad=!1,s.altAudio=!1,s.audioOnly=!1,s.fragPlaying=null,s.onvplaying=null,s.onvseeked=null,s.fragLastKbps=0,s.couldBacktrack=!1,s.backtrackFragment=null,s.audioCodecSwitch=!1,s.videoBuffer=null,s._registerListeners(),s}l(t,e);var r=t.prototype;return r._registerListeners=function(){var e=this.hls;e.on(E.MEDIA_ATTACHED,this.onMediaAttached,this),e.on(E.MEDIA_DETACHING,this.onMediaDetaching,this),e.on(E.MANIFEST_LOADING,this.onManifestLoading,this),e.on(E.MANIFEST_PARSED,this.onManifestParsed,this),e.on(E.LEVEL_LOADING,this.onLevelLoading,this),e.on(E.LEVEL_LOADED,this.onLevelLoaded,this),e.on(E.FRAG_LOAD_EMERGENCY_ABORTED,this.onFragLoadEmergencyAborted,this),e.on(E.ERROR,this.onError,this),e.on(E.AUDIO_TRACK_SWITCHING,this.onAudioTrackSwitching,this),e.on(E.AUDIO_TRACK_SWITCHED,this.onAudioTrackSwitched,this),e.on(E.BUFFER_CREATED,this.onBufferCreated,this),e.on(E.BUFFER_FLUSHED,this.onBufferFlushed,this),e.on(E.LEVELS_UPDATED,this.onLevelsUpdated,this),e.on(E.FRAG_BUFFERED,this.onFragBuffered,this)},r._unregisterListeners=function(){var e=this.hls;e.off(E.MEDIA_ATTACHED,this.onMediaAttached,this),e.off(E.MEDIA_DETACHING,this.onMediaDetaching,this),e.off(E.MANIFEST_LOADING,this.onManifestLoading,this),e.off(E.MANIFEST_PARSED,this.onManifestParsed,this),e.off(E.LEVEL_LOADED,this.onLevelLoaded,this),e.off(E.FRAG_LOAD_EMERGENCY_ABORTED,this.onFragLoadEmergencyAborted,this),e.off(E.ERROR,this.onError,this),e.off(E.AUDIO_TRACK_SWITCHING,this.onAudioTrackSwitching,this),e.off(E.AUDIO_TRACK_SWITCHED,this.onAudioTrackSwitched,this),e.off(E.BUFFER_CREATED,this.onBufferCreated,this),e.off(E.BUFFER_FLUSHED,this.onBufferFlushed,this),e.off(E.LEVELS_UPDATED,this.onLevelsUpdated,this),e.off(E.FRAG_BUFFERED,this.onFragBuffered,this)},r.onHandlerDestroying=function(){this._unregisterListeners(),e.prototype.onHandlerDestroying.call(this)},r.startLoad=function(e){if(this.levels){var t=this.lastCurrentTime,r=this.hls;if(this.stopLoad(),this.setInterval(100),this.level=-1,!this.startFragRequested){var i=r.startLevel;-1===i&&(r.config.testBandwidth&&this.levels.length>1?(i=0,this.bitrateTest=!0):i=r.firstAutoLevel),r.nextLoadLevel=i,this.level=r.loadLevel,this.loadedmetadata=!1}t>0&&-1===e&&(this.log("Override startPosition with lastCurrentTime @"+t.toFixed(3)),e=t),this.state=Nr,this.nextLoadPosition=this.startPosition=this.lastCurrentTime=e,this.tick()}else this._forceStartLoad=!0,this.state=Fr},r.stopLoad=function(){this._forceStartLoad=!1,e.prototype.stopLoad.call(this)},r.doTick=function(){switch(this.state){case Vr: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)){if(this.waitForCdnTuneIn(i))break;this.state=Nr;break}if(this.hls.nextLoadLevel!==this.level){this.state=Nr;break}break;case Gr:var s,n=self.performance.now(),a=this.retryDate;if(!a||n>=a||null!=(s=this.media)&&s.seeking){var o=this.levels,l=this.level,h=null==o?void 0:o[l];this.resetStartWhenNotLoaded(h||null),this.state=Nr}}this.state===Nr&&this.doTickIdle(),this.onTickEnd()},r.onTickEnd=function(){e.prototype.onTickEnd.call(this),this.checkBuffer(),this.checkFragmentChanged()},r.doTickIdle=function(){var e=this.hls,t=this.levelLastLoaded,r=this.levels,i=this.media;if(null!==t&&(i||!this.startFragRequested&&e.config.startFragPrefetch)&&(!this.altAudio||!this.audioOnly)){var s=e.nextLoadLevel;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 this.altAudio&&(l.type="video"),this.hls.trigger(E.BUFFER_EOS,l),void(this.state=Wr)}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===Vr||h.live&&this.levelLastLoaded!==n)return this.level=s,void(this.state=Vr);var d=a.len,u=this.getMaxBufferLength(n.maxBitrate);if(!(d>=u)){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&&"initSegment"!==f.sn&&this.fragmentTracker.getState(f)!==vr){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?x:M,y=(v===M?this.videoBuffer:this.mediaBuffer)||this.media;y&&this.afterBufferFlushed(y,v,rt)}f=this.getNextFragmentLoopLoading(f,h,a,rt,u)}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);this.fragCurrent=t,s===gr||s===mr?"initSegment"===t.sn?this._loadInitSegment(t,r):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)):(this.startFragRequested=!0,e.prototype.loadFragment.call(this,t,r,i)):this.clearTrackerIfNeeded(t)},r.getBufferedFrag=function(e){return this.fragmentTracker.getBufferedFrag(e,rt)},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 d=h.maxStartPTS?h.maxStartPTS:h.start,u=h.duration,c=Math.max(l.end,d+Math.min(Math.max(u-this.config.maxFragLookUpTolerance,u*(this.couldBacktrack?.5:.125)),u*(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 Br:case Ur:case Gr:case Hr:case $r:this.state=Nr}this.nextLoadPosition=this.getLoadPosition()},r.flushMainBuffer=function(t,r){e.prototype.flushMainBuffer.call(this,t,r,this.altAudio?"video":null)},r.onMediaAttached=function(t,r){e.prototype.onMediaAttached.call(this,t,r);var i=r.media;this.onvplaying=this.onMediaPlaying.bind(this),this.onvseeked=this.onMediaSeeked.bind(this),i.addEventListener("playing",this.onvplaying),i.addEventListener("seeked",this.onvseeked),this.gapController=new ns(this.config,i,this.fragmentTracker,this.hls)},r.onMediaDetaching=function(){var t=this.media;t&&this.onvplaying&&this.onvseeked&&(t.removeEventListener("playing",this.onvplaying),t.removeEventListener("seeked",this.onvseeked),this.onvplaying=this.onvseeked=null,this.videoBuffer=null),this.fragPlaying=null,this.gapController&&(this.gapController.destroy(),this.gapController=null),e.prototype.onMediaDetaching.call(this)},r.onMediaPlaying=function(){this.tick()},r.onMediaSeeked=function(){var e=this.media,t=e?e.currentTime:null;m(t)&&this.log("Media seeked to "+t.toFixed(3));var r=this.getMainFwdBufferInfo();null!==r&&0!==r.len?this.tick():this.warn('Main forward buffer length on "seeked" event '+(r?r.len:"empty")+")")},r.onManifestLoading=function(){this.log("Trigger BUFFER_RESET"),this.hls.trigger(E.BUFFER_RESET,void 0),this.fragmentTracker.removeAllFragments(),this.couldBacktrack=!1,this.startPosition=this.lastCurrentTime=this.fragLastKbps=0,this.levels=this.fragPlaying=this.backtrackFragment=this.levelLastLoaded=null,this.altAudio=this.audioOnly=this.startFragRequested=!1},r.onManifestParsed=function(e,t){var r,i,s=!1,n=!1;t.levels.forEach((function(e){var t=e.audioCodec;t&&(s=s||-1!==t.indexOf("mp4a.40.2"),n=n||-1!==t.indexOf("mp4a.40.5"))})),this.audioCodecSwitch=s&&n&&!("function"==typeof(null==(i=zr())||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){var r=this.levels;if(r&&this.state===Nr){var i=r[t.level];(!i.details||i.details.live&&this.levelLastLoaded!==i||this.waitForCdnTuneIn(i.details))&&(this.state=Vr)}},r.onLevelLoaded=function(e,t){var r,i=this.levels,s=t.level,n=t.details,a=n.totalduration;if(i){this.log("Level "+s+" loaded ["+n.startSN+","+n.endSN+"]"+(n.lastPartSn?"[part-"+n.lastPartSn+"-"+n.lastPartIndex+"]":"")+", cc ["+n.startCC+", "+n.endCC+"] duration:"+a);var o=i[s],l=this.fragCurrent;!l||this.state!==Ur&&this.state!==Gr||l.level!==t.level&&l.loader&&this.abortCurrentFrag();var h=0;if(n.live||null!=(r=o.details)&&r.live){var d;if(this.checkLiveUpdate(n),n.deltaUpdateFailed)return;h=this.alignPlaylists(n,o.details,null==(d=this.levelLastLoaded)?void 0:d.details)}if(o.details=n,this.levelLastLoaded=o,this.hls.trigger(E.LEVEL_UPDATED,{details:n,level:s}),this.state===Vr){if(this.waitForCdnTuneIn(n))return;this.state=Nr}this.startFragRequested?n.live&&this.synchronizeToLiveEdge(n):this.setStartPosition(n,h),this.tick()}else this.warn("Levels were reset while loading level "+s)},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],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,d=null==(t=r.initSegment)?void 0:t.data,u=this._getAudioCodec(a),c=this.transmuxer=this.transmuxer||new ss(this.hls,rt,this._handleTransmuxComplete.bind(this),this._handleTransmuxerFlush.bind(this)),f=i?i.index:-1,g=-1!==f,p=new Ar(r.level,r.sn,r.stats.chunkCount,s.byteLength,f,g),m=this.initPTS[r.cc];c.push(s,d,u,l,r,i,o.totalduration,h,p,m)}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.altAudio;if(!t.url){if(this.mediaBuffer!==this.media){this.log("Switching on main audio, use media.buffered to schedule main fragment loading"),this.mediaBuffer=this.media;var i=this.fragCurrent;i&&(this.log("Switching to main audio track, cancel main fragment load"),i.abortRequests(),this.fragmentTracker.removeFragment(i)),this.resetTransmuxer(),this.resetLoadingState()}else this.audioOnly&&this.resetTransmuxer();var s=this.hls;r&&(s.trigger(E.BUFFER_FLUSHING,{startOffset:0,endOffset:Number.POSITIVE_INFINITY,type:null}),this.fragmentTracker.removeAllFragments()),s.trigger(E.AUDIO_TRACK_SWITCHED,t)}},r.onAudioTrackSwitched=function(e,t){var r=t.id,i=!!this.hls.audioTracks[r].url;if(i){var s=this.videoBuffer;s&&this.mediaBuffer!==s&&(this.log("Switching on alternate audio, use video.buffered to schedule main fragment loading"),this.mediaBuffer=s)}this.altAudio=i,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;if(!r||r.type===rt){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===$r&&(this.state=Nr));var s=i?i.stats:r.stats;this.fragLastKbps=Math.round(8*s.total/(s.buffering.end-s.loading.first)),"initSegment"!==r.sn&&(this.fragPrevious=r),this.fragBufferedComplete(r,i)}},r.onError=function(e,t){var r;if(t.fatal)this.state=qr;else switch(t.details){case T.FRAG_GAP:case T.FRAG_PARSING_ERROR:case T.FRAG_DECRYPT_ERROR:case T.FRAG_LOAD_ERROR:case T.FRAG_LOAD_TIMEOUT:case T.KEY_LOAD_ERROR:case T.KEY_LOAD_TIMEOUT:this.onFragmentOrKeyLoadError(rt,t);break;case T.LEVEL_LOAD_ERROR:case T.LEVEL_LOAD_TIMEOUT:case T.LEVEL_PARSING_ERROR:t.levelRetry||this.state!==Vr||(null==(r=t.context)?void 0:r.type)!==Ze||(this.state=Nr);break;case T.BUFFER_APPEND_ERROR:case T.BUFFER_FULL_ERROR:if(!t.parent||"main"!==t.parent)return;if(t.details===T.BUFFER_APPEND_ERROR)return void this.resetLoadingState();this.reduceLengthAndFlushBuffer(t)&&this.flushMainBuffer(0,Number.POSITIVE_INFINITY);break;case T.INTERNAL_EXCEPTION:this.recoverWorkerError(t)}},r.checkBuffer=function(){var e=this.media,t=this.gapController;if(e&&t&&e.readyState){if(this.loadedmetadata||!jt.getBuffered(e).length){var r=this.state!==Nr?this.fragCurrent:null;t.poll(this.lastCurrentTime,r)}this.lastCurrentTime=e.currentTime}},r.onFragLoadEmergencyAborted=function(){this.state=Nr,this.loadedmetadata||(this.startFragRequested=!1,this.nextLoadPosition=this.startPosition),this.tickImmediate()},r.onBufferFlushed=function(e,t){var r=t.type;if(r!==x||this.audioOnly&&!this.altAudio){var i=(r===M?this.videoBuffer:this.mediaBuffer)||this.media;this.afterBufferFlushed(i,r,rt),this.tick()}},r.onLevelsUpdated=function(e,t){this.level>-1&&this.fragCurrent&&(this.level=this.fragCurrent.level),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=jt.getBuffered(e),s=(i.length?i.start(0):0)-r;s>0&&(s<this.config.maxBufferHole||s<this.config.maxFragLookUpTolerance)&&(this.log("adjusting start position by "+s+" to match buffer start"),r+=s,this.startPosition=r),this.log("seek to target start position "+r+" from current time "+t),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(i){var s=r.hls;if(i&&!r.fragContextChanged(e)){t.fragmentError=0,r.state=Nr,r.startFragRequested=!1,r.bitrateTest=!1;var n=e.stats;n.parsing.start=n.parsing.end=n.buffering.start=n.buffering.end=self.performance.now(),s.trigger(E.FRAG_LOADED,i),e.bitrateTest=!1}}))},r._handleTransmuxComplete=function(e){var t,r="main",i=this.hls,s=e.remuxResult,n=e.chunkMeta,a=this.getCurrentContext(n);if(a){var o=a.frag,l=a.part,h=a.level,d=s.video,u=s.text,c=s.id3,f=s.initSegment,g=h.details,p=this.altAudio?void 0:s.audio;if(this.fragContextChanged(o))this.fragmentTracker.removeFragment(o);else{if(this.state=Hr,f){if(null!=f&&f.tracks){var v=o.initSegment||o;this._bufferInitSegment(h,f.tracks,v,n),i.trigger(E.FRAG_PARSING_INIT_SEGMENT,{frag:v,id:r,tracks:f.tracks})}var y=f.initPTS,S=f.timescale;m(y)&&(this.initPTS[o.cc]={baseTime:y,timescale:S},i.trigger(E.INIT_PTS_FOUND,{frag:o,id:r,initPTS:y,timescale:S}))}if(d&&g&&"initSegment"!==o.sn){var T=g.fragments[o.sn-1-g.startSN],_=o.sn===g.startSN,L=!T||o.cc>T.cc;if(!1!==s.independent){var b=d.startPTS,R=d.endPTS,P=d.startDTS,w=d.endDTS;if(l)l.elementaryStreams[d.type]={startPTS:b,endPTS:R,startDTS:P,endDTS:w};else if(d.firstKeyFrame&&d.independent&&1===n.id&&!L&&(this.couldBacktrack=!0),d.dropped&&d.independent){var A=this.getMainFwdBufferInfo(),I=(A?A.end:this.getLoadPosition())+this.config.maxBufferHole,C=d.firstKeyFramePTS?d.firstKeyFramePTS:b;if(!_&&I<C-this.config.maxBufferHole&&!L)return void this.backtrack(o);L&&(o.gap=!0),o.setElementaryStreamInfo(d.type,o.start,R,o.start,w,!0)}else _&&b>2&&(o.gap=!0);o.setElementaryStreamInfo(d.type,b,R,P,w),this.backtrackFragment&&(this.backtrackFragment=o),this.bufferFragmentData(d,o,l,n,_||L)}else{if(!_&&!L)return void this.backtrack(o);o.gap=!0}}if(p){var D=p.startPTS,k=p.endPTS,M=p.startDTS,O=p.endDTS;l&&(l.elementaryStreams[x]={startPTS:D,endPTS:k,startDTS:M,endDTS:O}),o.setElementaryStreamInfo(x,D,k,M,O),this.bufferFragmentData(p,o,l,n)}if(g&&null!=c&&null!=(t=c.samples)&&t.length){var F={id:r,frag:o,details:g,samples:c.samples};i.trigger(E.FRAG_PARSING_METADATA,F)}if(g&&u){var N={id:r,frag:o,details:g,samples:u.samples};i.trigger(E.FRAG_PARSING_USERDATA,N)}}}else this.resetWhenMissingContext(n)},r._bufferInitSegment=function(e,t,r,i){var s=this;if(this.state===Hr){this.audioOnly=!!t.audio&&!t.video,this.altAudio&&!this.audioOnly&&delete t.audio;var n=t.audio,a=t.video,o=t.audiovideo;if(n){var l=e.audioCodec,h=navigator.userAgent.toLowerCase();if(this.audioCodecSwitch){l&&(l=-1!==l.indexOf("mp4a.40.5")?"mp4a.40.2":"mp4a.40.5");var d=n.metadata;d&&"channelCount"in d&&1!==(d.channelCount||1)&&-1===h.indexOf("firefox")&&(l="mp4a.40.5")}l&&-1!==l.indexOf("mp4a.40.5")&&-1!==h.indexOf("android")&&"audio/mpeg"!==n.container&&(l="mp4a.40.2",this.log("Android: force audio codec to "+l)),e.audioCodec&&e.audioCodec!==l&&this.log('Swapping manifest audio codec "'+e.audioCodec+'" for "'+l+'"'),n.levelCodec=l,n.id="main",this.log("Init audio buffer, container:"+n.container+", codecs[selected/level/parsed]=["+(l||"")+"/"+(e.audioCodec||"")+"/"+n.codec+"]")}a&&(a.levelCodec=e.videoCodec,a.id="main",this.log("Init video buffer, container:"+a.container+", codecs[level/parsed]=["+(e.videoCodec||"")+"/"+a.codec+"]")),o&&this.log("Init audiovideo buffer, container:"+o.container+", codecs[level/parsed]=["+e.codecs+"/"+o.codec+"]"),this.hls.trigger(E.BUFFER_CODECS,t),Object.keys(t).forEach((function(e){var n=t[e].initSegment;null!=n&&n.byteLength&&s.hls.trigger(E.BUFFER_APPENDING,{type:e,data:n,frag:r,part:null,chunkMeta:i,parent:r.type})})),this.tickImmediate()}},r.getMainFwdBufferInfo=function(){return this.getFwdBufferInfo(this.mediaBuffer?this.mediaBuffer:this.media,rt)},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=Nr},r.checkFragmentChanged=function(){var e=this.media,t=null;if(e&&e.readyState>1&&!1===e.seeking){var r=e.currentTime;if(jt.isBuffered(e,r)?t=this.getAppendedFrag(r):jt.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(E.FRAG_CHANGED,{frag:t}),i&&i.level===s||this.hls.trigger(E.LEVEL_SWITCHED,{level:s}))}}},a(t,[{key:"nextLevel",get:function(){var e=this.nextBufferedFrag;return e?e.level:-1}},{key:"currentFrag",get:function(){var e=this.media;return e?this.fragPlaying||this.getAppendedFrag(e.currentTime):null}},{key:"currentProgramDateTime",get:function(){var e=this.media;if(e){var t=e.currentTime,r=this.currentFrag;if(r&&m(t)&&m(r.programDateTime)){var i=r.programDateTime+1e3*(t-r.start);return new Date(i)}}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}}]),t}(jr),os=function(){function e(t){void 0===t&&(t={}),this.config=void 0,this.userConfig=void 0,this.coreComponents=void 0,this.networkControllers=void 0,this.started=!1,this._emitter=new es,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.audioTrackController=void 0,this.subtitleTrackController=void 0,this.emeController=void 0,this.cmcdController=void 0,this._media=null,this.url=null,this.triggeringException=void 0,R(t.debug||!1,"Hls instance");var r=this.config=function(e,t){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 r=ur(e),s=["TimeOut","MaxRetry","RetryDelay","MaxRetryTimeout"];return["manifest","level","frag"].forEach((function(e){var i=("level"===e?"playlist":e)+"LoadPolicy",n=void 0===t[i],a=[];s.forEach((function(s){var o=e+"Loading"+s,l=t[o];if(void 0!==l&&n){a.push(o);var h=r[i].default;switch(t[i]={default:h},s){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}}})),a.length&&P.warn('hls.js config: "'+a.join('", "')+'" setting(s) are deprecated, use "'+i+'": '+JSON.stringify(t[i]))})),i(i({},r),t)}(e.DefaultConfig,t);this.userConfig=t,r.progressive&&function(e){var t=e.loader;t!==ar&&t!==ir?(P.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=ar,e.progressive=!0,e.enableSoftwareAES=!0,P.log("[config]: Progressive streaming enabled, using FetchLoader"))}(r);var s=r.abrController,n=r.bufferController,a=r.capLevelController,o=r.errorController,l=r.fpsController,h=new o(this),d=this.abrController=new s(this),u=this.bufferController=new n(this),c=this.capLevelController=new a(this),f=new l(this),g=new ot(this),p=new pt(this),m=r.contentSteeringController,v=m?new m(this):null,y=this.levelController=new cr(this,v),S=new yr(this),T=new Pr(this.config),_=this.streamController=new as(this,S,T);c.setStreamController(_),f.setStreamController(_);var L=[g,y,_];v&&L.splice(1,0,v),this.networkControllers=L;var b=[d,u,c,f,p,S];this.audioTrackController=this.createController(r.audioTrackController,L);var w=r.audioStreamController;w&&L.push(new w(this,S,T)),this.subtitleTrackController=this.createController(r.subtitleTrackController,L);var A=r.subtitleStreamController;A&&L.push(new A(this,S,T)),this.createController(r.timelineController,b),T.emeController=this.emeController=this.createController(r.emeController,b),this.cmcdController=this.createController(r.cmcdController,b),this.latencyController=this.createController(mt,b),this.coreComponents=b,L.push(h);var I=h.onErrorOut;"function"==typeof I&&this.on(E.ERROR,I,h)}e.isMSESupported=function(){return Kr()},e.isSupported=function(){return function(){if(!Kr())return!1;var e=Ae();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(ke(t,"video"))}))||["mp4a.40.2","fLaC"].some((function(t){return e.isTypeSupported(ke(t,"audio"))})))}()},e.getMediaSource=function(){return Ae()};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(P.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===E.ERROR;this.trigger(E.ERROR,{type:S.OTHER_ERROR,details:T.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(){P.log("destroy"),this.trigger(E.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){P.log("attachMedia"),this._media=e,this.trigger(E.MEDIA_ATTACHING,{media:e})},t.detachMedia=function(){P.log("detachMedia"),this.trigger(E.MEDIA_DETACHING,void 0),this._media=null},t.loadSource=function(e){this.stopLoad();var t=this.media,r=this.url,i=this.url=p.buildAbsoluteURL(self.location.href,e,{alwaysNormalize:!0});this._autoLevelCapping=-1,this._maxHdcpLevel=null,P.log("loadSource:"+i),t&&r&&(r!==i||this.bufferController.hasSourceTypes())&&(this.detachMedia(),this.attachMedia(t)),this.trigger(E.MANIFEST_LOADING,{url:e})},t.startLoad=function(e){void 0===e&&(e=-1),P.log("startLoad("+e+")"),this.started=!0,this.networkControllers.forEach((function(t){t.startLoad(e)}))},t.stopLoad=function(){P.log("stopLoad"),this.started=!1,this.networkControllers.forEach((function(e){e.stopLoad()}))},t.resumeBuffering=function(){this.started&&this.networkControllers.forEach((function(e){"fragmentLoader"in e&&e.startLoad(-1)}))},t.pauseBuffering=function(){this.networkControllers.forEach((function(e){"fragmentLoader"in e&&e.stopLoad()}))},t.swapAudioCodec=function(){P.log("swapAudioCodec"),this.streamController.swapAudioCodec()},t.recoverMediaError=function(){P.log("recoverMediaError");var e=this._media;this.detachMedia(),e&&this.attachMedia(e)},t.removeLevel=function(e){this.levelController.removeLevel(e)},t.setAudioOption=function(e){var t;return null==(t=this.audioTrackController)?void 0:t.setAudioOption(e)},t.setSubtitleOption=function(e){var t;return null==(t=this.subtitleTrackController)||t.setSubtitleOption(e),null},a(e,[{key:"levels",get:function(){return this.levelController.levels||[]}},{key:"currentLevel",get:function(){return this.streamController.currentLevel},set:function(e){P.log("set currentLevel:"+e),this.levelController.manualLevel=e,this.streamController.immediateLevelSwitch()}},{key:"nextLevel",get:function(){return this.streamController.nextLevel},set:function(e){P.log("set nextLevel:"+e),this.levelController.manualLevel=e,this.streamController.nextLevelSwitch()}},{key:"loadLevel",get:function(){return this.levelController.level},set:function(e){P.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){P.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){P.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&&(P.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:"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 vt.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:"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}},{key:"drift",get:function(){return this.latencyController.drift}},{key:"forceStartLoad",get:function(){return this.streamController.forceStartLoad}}],[{key:"version",get:function(){return"1.5.13"}},{key:"Events",get:function(){return E}},{key:"ErrorTypes",get:function(){return S}},{key:"ErrorDetails",get:function(){return T}},{key:"DefaultConfig",get:function(){return e.defaultConfig?e.defaultConfig:dr},set:function(t){e.defaultConfig=t}}]),e}();return os.defaultConfig=void 0,os},e.exports=i()}(!1)},43:(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|d(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 d(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 u(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=d,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 u(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}}},333:e=>{"use strict";function t(e,t){for(const r in t)Object.defineProperty(e,r,{value:t[r],enumerable:!0,configurable:!0});return e}e.exports=function(e,r,i){if(!e||"string"==typeof e)throw new TypeError("Please pass an Error to err-code");i||(i={}),"object"==typeof r&&(i=r,r=void 0),null!=r&&(i.code=r);try{return t(e,i)}catch(r){i.message=e.message,i.stack=e.stack;const s=function(){};return s.prototype=Object.create(Object.getPrototypeOf(e)),t(new s,i)}}},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 d(e,t,r,i,s,n,o){return a(r^(t|~i),e,t,s,n,o)}function u(e,t){var r,i,s,a,u;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,u=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=d(c,f=h(f,g,p,c,e[r+2],23,-995338651),g,p,e[r],6,-198630844),p=d(p,c,f,g,e[r+7],10,1126891415),g=d(g,p,c,f,e[r+14],15,-1416354905),f=d(f,g,p,c,e[r+5],21,-57434055),c=d(c,f,g,p,e[r+12],6,1700485571),p=d(p,c,f,g,e[r+3],10,-1894986606),g=d(g,p,c,f,e[r+10],15,-1051523),f=d(f,g,p,c,e[r+1],21,-2054922799),c=d(c,f,g,p,e[r+8],6,1873313359),p=d(p,c,f,g,e[r+15],10,-30611744),g=d(g,p,c,f,e[r+6],15,-1560198380),f=d(f,g,p,c,e[r+13],21,1309151649),c=d(c,f,g,p,e[r+4],6,-145523070),p=d(p,c,f,g,e[r+11],10,-1120210379),g=d(g,p,c,f,e[r+2],15,718787259),f=d(f,g,p,c,e[r+9],21,-343485551),c=n(c,i),f=n(f,s),g=n(g,a),p=n(p,u);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(u(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=u(s,8*e.length)),r=0;r<16;r+=1)n[r]=909522486^s[r],a[r]=1549556828^s[r];return i=u(n.concat(f(t)),512+8*t.length),c(u(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},363:e=>{let t;e.exports="function"==typeof queueMicrotask?queueMicrotask.bind(globalThis):e=>(t||(t=Promise.resolve())).then(e).catch((e=>setTimeout((()=>{throw e}),0)))}},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:()=>Er});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,SCH_WAIT_PEER:"SCH_WAIT_PEER",SW_PLAYLIST:"SW_PLAYLIST",SW_GET_PLAYLIST:"SW_GET_PLAYLIST",SW_GET_MEDIA:"SW_GET_MEDIA",LEVEL_LOADED:"LEVEL_LOADED",MANIFEST_PARSED:"MANIFEST_PARSED"};var s=r(415),n=r.n(s),a=r(43),o=r(558),l=r.n(o);const h="__PROXY_IDENTIFIER__";const d=64e3;function u(){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("undefined"==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 P(e){return e&&"function"==typeof e}function w(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 A=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]]:A(e[0]):[t.length>=1?t[0]:null,r.length>=1?r[0]:null]}function C(){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}}}class D{constructor(e,t){this.target=t,this.type=e}}class k extends D{constructor(e,t){super("error",t),this.message=e.message,this.error=e}}class x extends D{constructor(e=1e3,t="",r){super("close",r),this.code=e,this.reason=t,this.wasClean=!0}}const M=()=>{if("undefined"!=typeof WebSocket)return WebSocket},O={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=O.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=O.reconnectionDelayGrowFactor,minReconnectionDelay:t=O.minReconnectionDelay,maxReconnectionDelay:r=O.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=O.maxRetries,connectionTimeout:t=O.connectionTimeout,WebSocket:r=M()}=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 k(Error(e.message),this))}))}}_handleTimeout(){this._handleError(new k(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=O.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 N={debug:3,info:4,warn:5,error:6};class B{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=N[e];this._ws.send(JSON.stringify({records:[{level:r,text:`${R()}: ${t}`}]}))}sendBatch(e){const t=[];for(let r of e)t.push({level:N[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 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,r)=>{((e,t)=>{"object"==typeof t&&(t=JSON.stringify(t)),localStorage.setItem(e,t)})(e,{value:t,duration:r,startTime:Date.now()})},H={debug:0,info:1,warn:2,error:3,none:4};const $=class{constructor(e){this.logLevel=e,this.onlineDebug=!1,this.logCache=[];try{console.debug=console.log}catch(e){}"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>250&&this.logCache.shift()):this.reporter&&this.reporter.send(e,t)}))}report(e,t,r,i,s=5e3){e&&this.logCache.unshift({levelKey:"info",message:e}),this.reporter=new B(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 H){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 H)H[e]<H[this.logLevel]?this[e]=u:this[e]=console[e]}get isDebugLevel(){return H[this.logLevel]<=2||this.onlineDebug}};var W=r(363),q=r.n(W);const V=65536;function j(e){return e.replace(/a=ice-options:trickle\s\n/g,"")}class z extends(n()){constructor(e){super(),this.channelName=e.initiator?e.channelName:null,this.initiator=e.initiator||!1,this.channelConfig=e.channelConfig||z.channelConfig,this.channelNegotiated=this.channelConfig.negotiated,this.config=Object.assign({},z.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=e.wrtc&&"object"==typeof e.wrtc?e.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=>{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)):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=V),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=>{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>V}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=j(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=j(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>V||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()}}z.config={iceServers:[{urls:["stun:stun.l.google.com:19302","stun:global.stun.twilio.com:3478"]}],sdpSemantics:"unified-plan"},z.channelConfig={};const K=z;class Y{constructor(e,t,r,i,s=0,n=void 0){this.sn=e,this.segId=t,this.data=r,this.fromPeerId=i,this.level=s||0,this.ext=n}static fromSegment(e){const t=new Y(e.sn,e.segId,e.data,e.fromPeerId,e.level,e.ext);return t.from=e.from,t}get size(){return this.data.byteLength}get isSequential(){return this.sn>=0}}var X=r(365),J=r.n(X);class Q extends(n()){static get defaultPacketSize(){return d}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=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.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.timeJoin=g(),this.dataExchangeTs=this.timeJoin,this.gotStatsTs=this.timeJoin,this._startTimer()),setTimeout((()=>{this.signalMsgs.length>0&&this.emit(e.DC_SIGNAL_BATCH,this.signalMsgs)}),0)}_startTimer(){this.connTimeout=setTimeout((()=>{this.logger.warn(`dc ${this.channelId} connection timeout`),this.emit(e.DC_TIMEOUT)}),15e3)}get isAvailable(){return this.downloadNum<2&&!this.choked}get isAvailableUrgently(){return!this.downloading&&!this.choked}cancelDownload(t,r,i){return!(!i||!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 K({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),this.emit(e.DC_ERROR,r)})),t.on("signal",(t=>{!this.useBackupSignal&&this.signalMsgs.length<10&&this.signalMsgs.push(t),this.emit(e.DC_SIGNAL,t)}));t.on("connect",(()=>{for(this.logger.info(`datachannel CONNECTED from ${this.intermediator?"peer":"server"} to ${this.remotePeerId}`),this.connected=!0,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=JSON.parse(t);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;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)return void r.warn(`peer ${this.remotePeerId} not downloading, data size ${t.byteLength} pieceMsg ${JSON.stringify(this.pieceMsg)}`);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>d?(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,this.logger.warn(t.message),void this.emit(e.DC_ERROR,!1);this._sendDataSync()}))):this.logger.error("sendDataSync data is undefined!")}sendImmediately(t){if(this._datachannel.connected)try{return this._datachannel.send(t),!0}catch(t){this.logger.warn(`datachannel ${this.channelId} send data failed, close it`),this.emit(e.DC_ERROR,!1)}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.12.6",sequential:r,peers:i,region:s})}sendPartialBuffer(e,t,r={}){this.sendMsgPiece(e,r);for(let e=0;e<t.length;e++)this.send(t[e])}sendMsgPiece(e,t={}){if(!this.uploading)return;this.datasToSend=[],this.bytesUploaded=0,e.ext||(e.ext={}),e.ext.from&&t.from&&(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};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};delete s.level,this.sendMsgPiece(h,s);const d=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(d,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}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){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)return r.error(`peer channel ${i} not matched!`),void this.emit(e.DC_ERROR,!0);if(t.super){r.info(`got super peer ${this.remotePeerId}`),this.super=!0;const{token:i}=this.config;if(i&&t.token!==i)return r.warn(`super peer token ${t.token} not matched!`),void this.emit(e.DC_ERROR,!0)}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 Y(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){if(!i&&!this.uploading&&0===this.datasToSend.length)return;this.uploading=!1,this.datasToSend=[],this._handlePieceAck(r,this.bytesUploaded,0),this.bytesUploaded=0;const s={event:e.DC_PIECE_ABORT,reason:t};return this.sendJson(s)}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 Z=Q,ee={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 te="nllL",re="d3NzJ",ie="==",se="TNBLy9z",ne="aWduY",ae="mNvbQ",oe="WwuY2RuY",le={[e.EXCEPTION]:"onException",serverConnected:"onServerConnected",peerId:"getPeerId",p2pDownloaded:"onP2pDownloaded",p2pUploaded:"onP2pUploaded",httpDownloaded:"onHttpDownloaded",bufferStalled:"onBufferStalled",peers:"getPeersInfo"};class he 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.playerName=function(){let e;for(let t in ee)if(self[t]){e=ee[t];break}return e}()}startRangeRequestTimer(){const{config:e,logger:t}=this,r=()=>{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||200===e&&t?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((i=>{e.httpRangeSupported=!1,t.warn(i),this.rangeRequestTimer=setTimeout(r,6e4)})).finally((()=>{t.info(`http range is${e.httpRangeSupported?"":" not"} supported`)}))};this.rangeRequestTimer=setTimeout(r,0)}initLogger(){const{config:e}=this;e.showSlogan&&"en"==("zh-CN"===(navigator.language||navigator.userLanguage)?"cn":"en")&&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 $(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 P(t)?(r,i)=>`${e}-${t(r,i)}`:()=>`${e}-${t}`}makeSignalId(){let e="";const{config:t}=this,r=decodeURIComponent(self.atob(re+se+ne+oe+te+ae+ie));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:s?void 0:r,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 he.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=3.5;return t<=2?i=1:t<=3?i=1.5:t<=4?i=2:t<=6?i=2.5:t<=8&&(i=3),i}emitEvent(e,...t){this.emit(e,...t);const r=le[e];r&&P(this.config[r])&&this.config[r](...t)}}he.version="2.12.6",he.protocolVersion=Z.VERSION;const de=he;function ue(){if(!function(){if("undefined"!=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 ce(e,t){let r;if(e&&("string"==typeof e?(r=document.querySelector(e),fe(r)||(r=function(e){const t=document.getElementById(e);if(fe(t))return t;const r=t.getElementsByTagName("*");for(let e=0;e<r.length;e++)if(fe(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 fe(e){if(!e)return null;const t=e.tagName.toLowerCase();return"video"===t||"audio"===t}function ge(e,t,r,i=0,s=0){const n=d;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 pe(e,t){return`${e}-${t}`}function me(e,t,r,i){let s=r.split("?")[0];return s.startsWith("http")&&(s=s.split("://")[1]),i?`${s}|${i}`:`${s}`}function ve(e,t){return"number"!=typeof t&&(t=Number(t)),`${t}-${e}`}let ye={wsMaxRetries:10,p2pEnabled:!0,wifiOnly:!1,memoryCacheLimit:{pc:419430400,mobile:104857600},dcDownloadTimeout:25,logLevel:"error",webRTCConfig:{},token:void 0,appName:void 0,appId:void 0,prefetchNum:4,showSlogan:!0,trickleICE:!0,announceLocation:"eu",trackerZone:void 0,geoIpPreflight:!0,ICEPreflight:!0,useDiskCache:!0,startFromSegmentOffset:0,getStats:function(e,t,r){},getPeerId:function(e){},getPeersInfo:function(e){}};const Ee={...ye,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},waitForPeer:!1,waitForPeerTimeout:4,strictSegmentId:!1,prefetchOnly:!1},Se="store not init",Te=1e3;function _e(e){const t=new Promise(((t,r)=>{e.oncomplete=e.onsuccess=()=>t(e.result),e.onabort=e.onerror=()=>r(e.error)})),r=(i=Te,s="indexedDB timeout",new Promise(((e,t)=>setTimeout((()=>{t(s)}),i))));var i,s;return Promise.race([t,r])}function Le(e,t){return t?t("readonly",(t=>_e(t.get(e)))):Promise.reject(Se)}function be(e,t,r){return r?r("readwrite",(r=>(r.put(t,e),_e(r.transaction)))):Promise.reject(Se)}function Re(e,t){return t?t("readwrite",(t=>(t.delete(e),_e(t.transaction)))):Promise.reject(Se)}function Pe(e){return e?e("readwrite",(e=>(e.clear(),_e(e.transaction)))):Promise.reject(Se)}function we(e,t){return e.openCursor().onsuccess=function(){this.result&&(t(this.result),this.result.continue())},_e(e.transaction)}const Ae="size";class Ie 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){const r=indexedDB.open(e);r.onupgradeneeded=()=>{const e=r.result;t.forEach((t=>{e.createObjectStore(t)}))};const i=_e(r);return t.map((e=>(t,r)=>i.then((i=>r(i.transaction(e,t).objectStore(e))))))}(this.channel,r)}catch(e){return void t(e)}this._createStores(i),this._initMetaStore().then(e).catch(t)}))}_initMetaStore(){return be(Ae,0,this.metaStore)}currBufSize(){return new Promise((async(e,t)=>{try{const r=await Le(Ae,this.metaStore);if(isNaN(r))return void t("size is NaN");e(r)}catch(e){t(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),i()})).catch((t=>{this._handleFataError(),t&&(r.warn(`putSeg ${t}`),("QuotaExceededError"===t.name||t.inner&&"QuotaExceededError"===t.inner.name)&&this.currBufSize().then((e=>{this._trimDisk(e,!0)})).catch((t=>{this.logger.error(`putSeg ${t}`),this.engine.emit(e.BM_FATAL_ERROR)}))),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&&be(Ae,t-e,this.metaStore)})).catch((e=>{this.logger.warn(`decreaseBufSize ${e}`)}))}_increaseBufSize(t){this.destroyed||this.currBufSize().then((e=>{be(Ae,e+t,this.metaStore),this._trimDisk(e+t)})).catch((t=>{this.logger.warn(`increaseBufSize ${t}`),this.engine.emit(e.BM_FATAL_ERROR)}))}clear(e=!1){if(!this.isCleared){this.logger.warn("clear segment store");try{this._clearDisk(e)}catch(e){}this.isCleared=!0}}_clearDisk(e){Pe(this.segmentsStore),e?this._initMetaStore():Pe(this.metaStore),this.overflowed=!1}destroy(){this.clear(),this.removeAllListeners(),this.destroyed=!0}}const Ce=Ie;const De=class extends Ce{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 Le(e,this.id2SnStore)}catch(e){return Promise.resolve(!1)}return new Promise((r=>{void 0!==t?Le(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 Le(e,this.id2SnStore)}catch(e){return null}return new Promise((i=>{void 0!==r?Le(r,this.segmentsStore).then((r=>{if(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(Y.fromSegment(s))}else i(null)})).catch((e=>{t.warn(`getSegById ${e}`),this._handleFataError(),i(null)})):i(null)}))}getSegIdBySN(e){return new Promise((t=>{Le(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 be(t,r,this.id2SnStore),new Promise(((s,n)=>{Le(r,this.segmentsStore).then((a=>{a?0===a.filter((e=>e.segId===t)).length?(a.push(this._segmentToCache(e)),be(r,a,this.segmentsStore).then((()=>{this._increaseBufSize(i),s(e)})).catch((e=>{n(e)}))):s(e):be(r,[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;var n;(r&&(i=t-104857600,i<0&&(i=0)),t<i)||(s.warn(`_trimDisk currentSize ${t} upBound ${i}`),(n=this.segmentsStore,n?n("readonly",(e=>{if(e.getAllKeys)return _e(e.getAllKeys());const t=[];return we(e,(e=>t.push(e.key))).then((()=>t))})):Promise.reject(Se)).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 Le(r,this.segmentsStore);if(!o){s.warn("lastSeg not found");continue}let l=0;o.forEach((e=>{l+=e.data.byteLength})),Re(r,this.segmentsStore).then((()=>{this._decreaseBufSize(parseInt(l))})),o.forEach((t=>{Re(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)})))}_segmentToCache(e){return{data:e.data,level:e.level,segId:e.segId,sn:e.sn}}_onSegPut(t){this.emit(`${e.BM_ADDED_SN_}${t.sn}`,t)}_clearDisk(e){try{super._clearDisk(e)}catch(e){}Pe(this.id2SnStore).catch((e=>{}))}};class ke 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 xe=ke;const Me=class extends xe{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);r(this._segPool.get(t).find((t=>t.segId===e)))}))}getSegIdBySN(e){return new Promise(((t,r)=>{if(this._segPool.has(e)){t(this._segPool.get(e)[0].segId)}else t(null)}))}_addSeg(t){const{logger:r}=this,{segId:i,sn:s,size:n}=t;if(this.id2Sn.set(i,s),this._segPool.has(s)){this._segPool.get(s).push(t)}else this._segPool.set(s,[t]);this._currBufSize+=parseInt(n);const a=this._segPool.size;if(this.emit(`${e.BM_ADDED_SN_}${t.sn}`,t),this.emit(e.BM_SEG_ADDED,t),this._currBufSize<this.maxBufSize||a<=5)return;let o=Array.from(this._segPool.keys());this.isLive||(o=o.sort(((e,t)=>e-t)));let l=0;do{if(l++>10){r.error("too much loops in SegmentCache");break}const t=o.shift();if(void 0===t){r.error("lastSN not found");continue}const i=o[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),Fe=r.n(Oe),Ne=r(333),Be=r.n(Ne);class Ue{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 Ge="SW_GEOIP_KEY",He=2592e5,$e=432e5,We="TRACKER_EXPT",qe="IPAPI_ERROR",Ve="ZXU",je="uY2R",ze="LmNv",Ke="uYnll",Ye="bQ==",Xe="Z3o",Je="aGsuc3d",Qe="hcm1j",Ze="bG91ZC",et="5uZXQ=",tt=Symbol("httpDownloaded"),rt=Symbol("p2pDownloaded"),it=Symbol("p2pUploaded");class st 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=Je+Qe+Ze+et;break;case"us":n="dXMuaGR0dmNsb3VkLmNvbQ==";break;case"cn":n=Xe+je+Ke+ze+Ye;break;default:n=Ve+je+Ke+ze+Ye}this.engine=e,this.key=t||void 0,this.baseUrl=i||`https://${self.atob(n)}/v1`,this.channelId=self.btoa(r),this.timestamp=g(),this.health=new Ue;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())}}(u);function h(e,t){var r=u();return(h=function(e,t){return r[e-=0]})(e,t)}const d=function(e,t,r,i,s,n){let a=location.hostname;a===h(-922- -923,-915)&&n&&(a=n+"."+a);return 13,Fe()(a+"2.12.6"+r+i+s,e).substr(0,8)}(this.timestamp,0,this.announce,this.channelId,s.type,this.key);function u(){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(u=function(){return e})()}h(895-878,886),this.native=!!s.bundle,this.announceInfo={...s,channel:this.channelId,ts:this.timestamp,version:"2.12.6",v:d,announce:this.announce,k:lt(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[tt]=0,this[rt]=0,this[it]=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}})(Ge)){const r=U(Ge);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 Be()(t,qe)}{const r=e.mobile?$e:He;G(Ge,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(Be()(new Error("request timeout"),qe))}),600)}))]).then((e=>(this._parseGeoResponse(e),this.btAnnounce()))).catch((t=>{if(t.code!==We){const t=U(Ge);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 Be()(new Error(`server response code is ${e.status}`),We,{retry:t})}return e.json()})).then((e=>{if(!this.engine)throw Be()(new Error("runtime error"),We,{retry:!1});const r=e.data;if(r.f&&(this.forbidden=!0),-1===e.ret){const{code:t,msg:r}=e.data;throw Be()(new Error(r),We,{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},G(Ge,{countryCode:e,as:`AS${t}`,mobile:i,isp:s,lat:n,lon:a,status:"success"},i?$e:He)}t(r)}else this.engine&&(this.engine.p2pEnabled=!1)})).catch((t=>{e.error(`btAnnounce error ${t}`);const i=t.code||We,s=!t.code||t.retry;r(Be()(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[tt]>=e&&(this[tt]-=e),this[rt]>=t&&(this[rt]-=t),this[it]>=r&&(this[it]-=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[tt]+=t,this.totalHTTPDownloaded+=t,this.health.recordHttp(t),this._emitStats()}reportDCTraffic(e,t){const r=Math.round(e/1024);this[rt]+=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[it]+=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;P(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[tt])||0,p2p:Math.round(this[rt])||0,share:Math.round(this[it])||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.12.6 "+this.exptMsg),r}get _requestHeader(){let e={};return this.native&&(e={...e,"X-SW-Key":lt(this.key),"User-Agent":"electron","X-SW-ID":this.announceInfo.bundle}),e}}const nt=st;function at(e,t){const r=ot();return(at=function(e,t){return r[e-=0]})(e,t)}function ot(){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(ot=function(){return e})()}function lt(e){if(!e)return;const t=at(-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 at(e-92,s)}function s(e,t,r,i,s){return at(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,at(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}(ot);class ht 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}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.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((e=>{e&&this.onmessage&&this.onmessage(JSON.parse(e)),this.retryCount=0,this._longPolling()})).catch((e=>{this.connected&&(this.retryCount<=3?(this.retryCount++,this._longPolling()):(this.connected=!1,this.onerror&&this.onerror(e)))}))}}const dt=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 ht(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(1e4,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(this.onmessage&&this.onmessage(r,this.name));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}_startPolling(){this.pollingClient.connected||(this.logger.info("start polling"),this.pollingClient.start(),this._setupPolling(this.pollingClient))}sendSignal(e,t){const r={action:"signal",to_peer_id:e,data:t};this._send(r)}sendSignalBatch(e,t){if(this.batchSupported&&t.length>1)this._send({action:"signals",to_peer_id:e,data:t});else for(let r of t)this.sendSignal(e,r)}sendReject(e,t,r){const i={action:"reject",to_peer_id: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.serverVersion>=22&&this._waitForPong(),this._startPing(this.pingInterval)}),e))}_waitForPong(){this.pongTimer=setTimeout((()=>{this.logger.warn(`signal ${this.name} wait for pong timeout, reconnect`),this.close(),this.reconnect()}),15e3)}_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("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)this.onmessage(t,this.name)}}},ut=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 dt(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")}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(){this.mainWS&&this.mainWS.reconnect(),this.backupWS&&this.backupWS.reconnect()}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 ct=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 ft{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 Z(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=[]}}class gt 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.failedDCSet=new Set,this.notFoundDCSet=new Set;const s=J().isMobile();this.peerPool=new ft(e,i,15),this.signalerWs=null,this.fetcher=t,this.peers=[],this.requestPeersQueue=[],this.minConns=5,this.stuns=[],this.requestMorePeers=ct(this._requestMorePeers,this),this.maxConns=s?15:22,this.maxConnsActive=s?10:13,this.peersIncrement=0,this.gotPeersFromTracker=!1,this.requestPeersWaitCount=0,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),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;function h(e,t){var r=d();return(h=function(e,t){return r[e-=0]})(e,t)}function d(){var e=["IHmzPt4745802".split("").reverse().join(""),"fqbpvJ65672".split("").reverse().join(""),"peerId","evitcAsnnoCxam".split("").reverse().join(""),"0r^EeI@*KS".split("").reverse().join(""),"yGChQi82100203".split("").reverse().join(""),"dIlennahc".split("").reverse().join(""),"qrZmAF0973735".split("").reverse().join(""),"qNTzkD6562665".split("").reverse().join(""),"timestamp","HaovMZ5303011".split("").reverse().join(""),"blnwIB1433257".split("").reverse().join(""),"39zAjEpC","substring"];return(d=function(){return e})()}var u,c;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 B(e.log_url,this.fetcher.key||location.hostname,this.peerId,"2.12.6"),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)}`),function(e,t){function r(e,t,r,i,s){return h(t- -94,s)}var i=e();function s(e,t,r,i,s){return h(t-586,r)}function n(e,t,r,i,s){return h(i-742,s)}for(;;)try{if(595581===-parseInt(r(0,-83,0,0,-88))/1+-parseInt(s(0,587,588))/2+parseInt(s(0,599,592))/3*(-parseInt(s(0,588,591))/4)+parseInt(r(0,-86,0,0,-83))/5+-parseInt(n(0,0,0,751,751))/6+-parseInt(n(0,0,0,754,760))/7+parseInt(h(403-397,399))/8)break;i.push(i.shift())}catch(e){i.push(i.shift())}}(d),e.v!==Fe()(i.channelId+this.peerId+i.timestamp+(u=701,c=702,h(u-696,c)),"2.12.6").substring(0,8)&&(this.maxConnsActive=1)})).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.failedDCSet.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")}_filterPeers(e){const t=[],r=[...this.DCMap.keys(),...this.failedDCSet.keys(),this.peerId];return e.filter((e=>!r.includes(e.id))).forEach((e=>{t.push({id:e.id,intermediator:e.intermediator})})),t}_tryConnectToAllPeers(){const{logger:e}=this;if(0!==this.peers.length)for(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();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,i=e.from_peer_id,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=>{this.logger.info(`datachannel ${t.channelId} failed fatal ${e}`),this.scheduler&&(this.scheduler.deletePeer(t),this._destroyAndDeletePeer(t.remotePeerId,e),this.fetcher&&(t.connected||e&&this.fetcher.increFailConns(),e&&this.failedDCSet.add(t.remotePeerId),this._doSignalFusing(this.scheduler.peersNum),this._doPeersRequest()))})).once(e.DC_TIMEOUT,(()=>{t.intermediator||(this.failedDCSet.add(t.remotePeerId),this.fetcher&&this.fetcher.increFailConns()),this._destroyAndDeletePeer(t.remotePeerId,!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.failedDCSet.add(t.remotePeerId),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.12.6`;return t&&(r=`${r}&token=${t}`),r};let a,o=n(t,i);if(r&&r!==t){let e=n(r,s);a=new ut(this.logger,this.config,o,e)}else a=new dt(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,Be()(t,"SIGNAL_EXPT"))},a}_handSignalRejected(e,t){this.logger.warn(`signaling ${e} rejected, reason ${t.reason}`);const r=this.DCMap.get(e);r&&!r.connected&&(r.destroy(t.fatal),this.DCMap.delete(e)),this.requestMorePeers(),t.fatal&&this.failedDCSet.add(e),this._tryConnectToAllPeers()}_handleSignalMsg(e,t,r,i){if(!this.scheduler)return;const{logger:s}=this;if(t.data){if(this.failedDCSet.has(e))return void this._sendSignalReject(e,`${e} blocked`,r,i,!0);this._handleSignal(e,t.data,r,i)}else{const t=this.DCMap.get(e);if(!t)return;if(this.signalerWs.backupConnected&&t&&t.signalMsgs.length>0&&"main"===i&&!t.useBackupSignal)return t.useBackupSignal=!0,t.signalName="backup",s.warn(`${e} not found from main, try backup signal`),t.intermediator=void 0,void this.signalerWs.sendSignalBatch(e,t.signalMsgs,"backup");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){const s=t.type,{logger:n}=this;let a=this.DCMap.get(e);if(a){if(a.connected)return void n.info("datachannel had connected, signal ignored");if("offer"===s){if(!(this.peerId>e))return void n.warn(`signal type wrong ${s}, ignored`);this._destroyAndDeletePeer(e,!1),n.warn(`signal type wrong ${s}, convert to non initiator`),a=this._createDatachannel(e,!1,r)}}else{if("answer"===s){const t=`type wrong ${s}`;return n.warn(t),this._sendSignalReject(e,t,r,i),void this._destroyAndDeletePeer(e,!1)}if(n.debug(`receive node ${e} connection request`),this.DCMap.size>=this.maxConns){const t=`reach limit ${this.maxConns}`;return n.warn(t),void this._sendSignalReject(e,t,r,i)}a=this._createDatachannel(e,!1,r)}a&&(i&&(a.signalName=i),a.receiveSignal(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 Z(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||this.peersIncrement<=3&&!this.gotPeersFromTracker?this._requestPeersFromServer(r):this._requestPeersFromPeers(r)||this._requestPeersFromServer(r),this.peersIncrement=0)}_requestPeersFromServer(e){const{logger:t}=this;this.failedDCSet.size>50&&(this.failedDCSet=new Set([...this.failedDCSet].slice(-50))),this.notFoundDCSet.size>20&&(this.notFoundDCSet=new Set([...this.notFoundDCSet].slice(-20))),this.fetcher.btGetPeers([...this.DCMap.keys(),...this.failedDCSet.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)}}const pt=gt;class mt extends de{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},Ee,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===X.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,(()=>{const t="SegmentStoreFatalError";r.warn(`${t}, switch to SegmentCache`),this.bufMgr.destroy(),this.bufMgr=new Me(this,i),e&&e(this.bufMgr),r&&r.reportUrl&&r.report(JSON.stringify(this.browserInfo),t,this.peerId,"2.12.6",5e4)})))}generateTag(){let e=(0,X.getBrowser)();return e.includes("iPhone")&&"HlsSwP2pEngine"===this.engineName&&(e=`${e}_p`),this.playerName&&(e=`${e}_${this.playerName}`),e}onTrackerResume(e){e.report_url&&this.logger.enableReport(e.report_url)}async _init(e,t,r){const{logger:i,config:s}=this;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 nt(this,s.token,encodeURIComponent(e),s.announce||"",r);this.fetcher=n,this.tracker=new pt(this,n,t,s),t.bufferManager=this.bufMgr,this.setupWindowListeners()}_setupSegmentId(){this.config.segmentId||(this.config.segmentId=this.config.strictSegmentId?me:pe)}_onHlsError(e,r){if(!r||!this.hlsjs)return;const{logger:i,tracker:s}=this;if(!i)return;const n=`${r.type} details ${r.details} reason ${r.reason}`;if(r.fatal?i.error(n):i.warn(n),"networkError"===r.type)return;const{player:a}=this.browserInfo,o=`${a||""} hlsjs ${this.hlsjsVersion} ${location.href}`,l=this.hlsjs.constructor.ErrorDetails;switch(r.details){case l.BUFFER_STALLED_ERROR:"HlsjsP2pEngine"===this.engineName&&this.fetcher&&this.fetcher.increRebuffers(),s&&s.scheduler&&i.warn("buffered: "+1e3*s.scheduler.getBufferedDuration());break;case l.INTERNAL_EXCEPTION:if(r.event&&"demuxerWorker"!==r.event){r.error||(r.error={});const e=`${r.error.message} event ${r.event} ${o}`;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,Be()(r.error,"HLSJS_EXPT")),i&&i.reportUrl&&i.report(e,r.event,this.peerId,"2.12.6")}break;default:if(r.fatal||r.details===l.FRAG_PARSING_ERROR){const e=`${r.type} ${r.details} ${r.err||""} ${o}`;i&&i.reportUrl&&i.report(e,r.details,this.peerId,"2.12.6"),"mediaError"===r.type&&this.tracker&&this.tracker.scheduler&&this.tracker.scheduler.clearCache()}}}}class vt{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 yt{constructor(){this._url=null,this._byteRange=null,this._decryptdata=null,this.tagList=[],this.programDateTime=null,this.rawProgramDateTime=null,this._elementaryStreams={[yt.ElementaryStreamTypes.AUDIO]:!1,[yt.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 vt,r.method=e.method,r.baseuri=e.baseuri,r.reluri=e.reluri,r.iv=this.createInitializationVector(t)),r}}class Et{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 St=/^(\d+)x(\d+)$/,Tt=/\s*(.+?)\s*=((?:\".*?\")|.*?)(?:,|$)/g;class _t{constructor(e){"string"==typeof e&&(e=_t.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=St.exec(this[e]);if(null!==t)return{width:parseInt(t[1],10),height:parseInt(t[2],10)}}static parseAttrList(e){let t,r={};for(Tt.lastIndex=0;null!==(t=Tt.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 Lt=_t,bt={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 Rt=/#EXT-X-STREAM-INF:([^\n\r]*)[\r\n]+([^\r\n]+)/g,Pt=/#EXT-X-MEDIA:(.*)/g,wt=new RegExp([/#EXTINF:\s*(\d*(?:\.\d+)?)(?:,(.*)\s+)?/.source,/|(?!#)([\S+ ?]+)/.source,/|#EXT-X-BYTERANGE:*(.+)/.source,/|#EXT-X-PROGRAM-DATE-TIME:(.+)/.source,/|#.*/.source].join(""),"g"),At=/(?:(?:#(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?/,It=/\.(mp4|m4s|m4v|m4a)$/i;class Ct{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=bt[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(Rt.lastIndex=0;null!=(r=Rt.exec(e));){const e={},n=e.attrs=new Lt(r[1]);e.url=Ct.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=Ct.convertAVC1ToAVCOTI(e.videoCodec)),i.push(e)}return i}static parseMasterPlaylistMedia(e,t,r,i=[]){let s,n=[],a=0;for(Pt.lastIndex=0;null!==(s=Pt.exec(e));){const e={},o=new Lt(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=Ct.resolve(o.URI,t)),e.lang=o.LANGUAGE,e.name||(e.name=e.lang),i.length){const t=Ct.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 Et(t),o=new vt,l=0,h=null,d=new yt,u=null;for(wt.lastIndex=0;null!==(r=wt.exec(e));){const e=r[1];if(e){d.duration=parseFloat(e);const t=(" "+r[2]).slice(1);d.title=t||null,d.tagList.push(t?["INF",e,t]:["INF",e])}else if(r[3]){if(Number.isFinite(d.duration)){const e=s++;d.start=n,d.levelkey=o,d.sn=e,d.cc=l,d.baseurl=t,d.relurl=(" "+r[3]).slice(1),Dt(d,h),a.fragments.push(d),h=d,n+=d.duration,d=new yt}}else if(r[4]){if(d.rawByteRange=(" "+r[4]).slice(1),h){const e=h.byteRangeEndOffset;e&&(d.lastByteRangeEndOffset=e)}}else if(r[5])d.rawProgramDateTime=(" "+r[5]).slice(1),d.tagList.push(["PROGRAM-DATE-TIME",d.rawProgramDateTime]),null===u&&(u=a.fragments.length);else{for(r=r[0].match(At),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"#":d.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++,d.tagList.push(["DIS"]);break;case"DISCONTINUITY-SEQ":l=parseInt(e);break;case"KEY":var c=new Lt(e),f=c.enumeratedString("METHOD"),g=c.URI,p=c.hexadecimalInteger("IV");f&&(o=new vt,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 Lt(e).decimalFloatingPoint("TIME-OFFSET");Number.isFinite(i)&&(a.startTimeOffset=i);break;case"MAP":let h=new Lt(e);d.relurl=h.URI,d.rawByteRange=h.BYTERANGE,d.baseurl=t,d.sn="initSegment",a.initSegment=d,d=new yt,d.rawProgramDateTime=a.initSegment.rawProgramDateTime;break;default:console.warn(`line parsed but not handled: ${r}`)}}}return d=h,d&&!d.relurl&&(a.fragments.pop(),n-=d.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=>It.test(e.relurl)))&&(console.warn("MP4 fragments found but no init segment (probably no MAP, incomplete M3U8), trying to fetch SIDX"),d=new yt,d.relurl=a.fragments[0].relurl,d.baseurl=t,d.level=id,d.sn="initSegment",a.initSegment=d,a.needSidxRanges=!0),u&&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,u),a}}function Dt(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 kt={ANY:0,COMPLETE:1,PARTIAL_FORWARD:2,PARTIAL_REVERSE:3},xt=(e,t,r,i,s=!1)=>{const[n,a,o]=Mt(e,t,r,i);return s&&n.length>=1?A(n[0]):n.length>=2?[n[0],n[1]]:I(n,a,o)},Mt=(e,t,r,i)=>{const s=[],{COMPLETE:n,PARTIAL_FORWARD:a,PARTIAL_REVERSE:o}=kt;return[n,a,o].forEach((n=>{s.push(Ot(e,n,t,r,i))})),s},Ot=(e,t,r,i,s)=>e.filter((e=>e.bitset.hasWithId(r,i,s,t)));class Ft{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:kt.COMPLETE,segId:void 0});this.levelMap.set(r,i)}}totalLevels(){return this.levelMap.size}hasWithId(e,t,r,i=kt.ANY){if(t<0)return!1;const s=this._createOrGetSet(t).get(e);return!!s&&((!r||!s.segId||s.segId===r)&&(i===kt.ANY||s.state===i))}has(e,t,r=kt.ANY){return this.hasWithId(e,t,void 0,r)}hasCompleteOr(e,t,r=kt.COMPLETE){const i=this._createOrGetSet(t).get(e);return!!i&&(i.state===kt.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}getState(e,t){return this.getObj(e,t).state}delete(e,t){return this._createOrGetSet(t).delete(e)}add(e,t,r,i){if("number"!=typeof(s=e)||s%1!=0)return;var s;this._createOrGetSet(t).set(e,{state:i,segId: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,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===kt.COMPLETE&&t.push(r);return t}}class Nt{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 Bt=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))}},Ut=Symbol("shareOnly");class Gt extends(n()){constructor(e,t){super(),this.engine=e,this.config=t,this.logger=e.logger,this.bufMgr=null,this.peerManager=new Bt,this.fragLoading=!1,this._setupEngine&&this._setupEngine(),this.startCheckConnsTimer(),this.dcDownloadTimeout=t.dcDownloadTimeout,this[Ut]=!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[Ut]=!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[Ut]&&(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;P(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 Ht=Gt;class $t 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()}}const Wt=0,qt=1,Vt=2,jt=3;class zt 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})}}function Kt(){if(self.fetch&&self.AbortController&&self.ReadableStream&&self.Request)try{return new self.ReadableStream({}),!0}catch(e){}return!1}class Yt{constructor(e){this.fetchSetup=e.fetchSetup||Xt,this.xhrSetup=e.xhrSetup,function(e){try{new e}catch(e){return!1}return!0}(self.AbortController)&&(this.controller=new self.AbortController),this.stats=C(),this.packetSize=d,this.fakeXhr=new zt}destroy(){this.loader=this.callbacks=null,this.abortInternal()}abortInternal(){const e=this.response;e&&e.ok||(this.stats.aborted=!0,this.callbacks&&this.callbacks.onUpdate&&this.callbacks.onUpdate(void 0,!1,!0),this.controller&&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=performance.now();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?this.controller.signal:void 0);const n="arraybuffer"===e.responseType,a=n?"byteLength":"length",o=r.onUpdate,l=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),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{fakeXhr:h}=this;h.readyState=h.OPENED,h.emit("readystatechange"),h._emitEvent("loadstart"),fetch(this.request).then((t=>{if(this.response=this.loader=t,!t.ok){const{status:e,statusText:i}=t,s=i||"fetch, bad network response";throw r.onError&&r.onError({text:s}),new Jt(s,e,t)}i.tfirst=i.loading.first=Math.max(performance.now(),i.loading.start),i.total=parseInt(t.headers.get("Content-Length")||"0");let s=0;try{const e=t.headers.get("Content-Range").split("/");2===e.length&&(s=parseInt(e[1],10))}catch(e){}const{fakeXhr:a}=this;return a.readyState=a.HEADERS_RECEIVED,a.responseHeaders=t.headers,a.emit("readystatechange"),o&&"0"!==i.total?(l&&l(i.total,s),this.loadProgressively(t,i,e,o)):(a.emit("progress",new ProgressEvent("progress",{lengthComputable:!1})),n?t.arrayBuffer():t.text())})).then((t=>{const{response:s}=this;clearTimeout(this.requestTimeout),i.tload=i.loading.end=Math.max(performance.now(),i.loading.first),i.loaded=i.total=t[a];const n={url:s.url,data:t};r.onProgress&&r.onProgress(i,e,t,s),r.onSuccess&&r.onSuccess(n,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)}))}loadProgressively(e,t,r,i){const s=e.body.getReader();let n=0,o=0,l=(0,a.h)(0),h=!1;const u=()=>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/d),o=r%d;for(let t=0;t<n;t++){const t=(0,a.h)(d);e.copy(t,0,s,s+d),i.push(t),s+=d}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:u}=e;return r.readyState=r.DONE,r.responseText=s,r.status=h,r.responseURL=u,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 u()})).catch((()=>(this.fakeXhr._emitEvent("abort"),this.fakeXhr._emitEvent("loadend"),Promise.reject())));return u()}}function Xt(e,t){return new self.Request(e.url,t)}class Jt extends Error{constructor(e,t,r){super(e),this.code=t,this.details=r}}class Qt 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}get isDownloading(){return this.timeReceivePiece>0}get isAlmostDeadline(){if(this.rangeRequesting)return!0;if(this.isEmpty)return!1;if(0===this.deadline)return!0;const e=this.deadline-performance.now();return e<=0||(this.p2pSpeed>3*this.minRequiredSpeed(e)||e<500)}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){this.forwardPeer=e,this.reversePeer&&this._print(),this._setupPeer(e,!1)}setReversePeer(e){this.reversePeer=e,this.forwardPeer&&this._print(),this._setupPeer(e,!0)}setPeer(e,t){t?this.setReversePeer(e):this.setForwardPeer(e)}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(){clearTimeout(this.timer),clearTimeout(this.firstPieceTimer),this._notifyStreamListenersAbort(),this._cancelP2p(),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.httpLoader&&(this.logger.warn("abort syn httpLoader"),this.httpLoader.abort())}_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,attachments:d}=this.pieceMsg,u=r-1;if(this.bufArr[u]?(this.logger.warn(`syn bufArr ${n} already has ${u} size ${i.byteLength}`),this.bufArr[u]=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[u]=i,t?this.reverseOffset=u:this.forwardOffset=u,this._notifyStreamListeners(t,i,u)),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=h/(performance.now()-this.timeStart);let f=a.h.concat(this.bufArr);const g=f.byteLength;if(g===h){let t=f.buffer;const r=new Y(o,n,t,this.getFromPeerId(),l,this.pieceMsg.ext);this.emit(e.SYN_OUTPUT,r,{speed:c,p2p:this.p2pLoaded,http:this.httpLoaded})}else{this.logger.error(`${n} expectedSize ${h} != byteLength ${g} 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,Wt),this._disconnectPeers()}}_disconnectPeers(){[this.forwardPeer,this.reversePeer].forEach((t=>{t&&t.emit(e.DC_ERROR,!0)}))}_setupPeer(t,r){const{logger:i}=this;0===this.timeStart&&(this.timeStart=performance.now());const s=(r,s,n,a,o,l)=>{if(this.destroyed)return;if(!this._validateMsg(r,l.level,s))return void i.error(`onPieceData ${s||r} not match ${JSON.stringify(this.pieceMsg)} from ${t.remotePeerId}`);if(a<this.pieceMsg.attachments&&n.byteLength!==d)return i.error(`${s} dataSn ${a} size is ${n.byteLength}`),this.emit(e.SYN_ERROR,this.pieceMsg,Wt),void this._disconnectPeers();const{reverse:h}=l;this._receivePacket(h,a,n)&&!this.waitingRemain&&!this.rangeRequesting&&this.deadline>0&&this._shouldSwitch()&&(i.warn("should switch to http"),clearTimeout(this.timer),clearTimeout(this.firstPieceTimer),this._handleTimeout(!1,!1))},n=e=>{if(this.destroyed)return;const{attachments:r,size:s,sn:n,level:a,seg_id:o,ext:l}=e;return s&&this._validateMsg(n,a,o)?this.pieceMsg.size&&s!==this.pieceMsg.size?(i.warn(`onPiece ${o} size not match`),t.cancelDownload(n,a,o),void this.deletePeer(t)):void(0===this.bufArr.length&&(this.pieceMsg={...this.pieceMsg,seg_id:o,size:s,attachments:r,ext:l},this.reverseOffset=r,this.bufArr=new Array(r),this.timeReceivePiece=performance.now())):(i.warn(`onPiece ${JSON.stringify(e)} not match ${JSON.stringify(this.pieceMsg)}`),t.cancelDownload(n,a,o),void this.deletePeer(t))},a=e=>{this.destroyed||this.deletePeer(t)},o=()=>{this.destroyed||this.deletePeer(t)},l={onPieceData:s,onPiece:n,onPieceNotFound:a,onPieceAbort:o};r?this.reverseEvents=l:this.forwardEvents=l,t.on(e.DC_PIECE_DATA,s).once(e.DC_PIECE,n).once(e.DC_PIECE_NOT_FOUND,a).once(e.DC_PIECE_ABORT,o)}_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,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,Wt);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.url&&(this.hasPartialBuffer||this.hasReversePeer))return this._cancelP2p(!0),this._loadRemainBufferByHttp();this._notifyStreamListenersAbort(),this.emit(e.SYN_ERROR,this.pieceMsg,jt)}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)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=ge(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 d=new Yt({xhrSetup:this.xhrSetup});this.httpLoader=d;let u={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.emit(e.SYN_ERROR,this.pieceMsg,qt);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&&this.emit(e.SYN_ERROR,this.pieceMsg,qt)}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,qt))},onTimeout:()=>{this.destroyed||(i.warn("httpLoader timeout"),this.emit(e.SYN_ERROR,this.pieceMsg,Vt))}};d.load(u,{timeout:15e3},p)}_print(){const{seg_id:e,sn:t}=this.pieceMsg;this.logger.info(`syn parallel loading ${e||t}`)}}class Zt extends Qt{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 er{constructor(){this.meanHttpSpeed=0}addHttpSpeed(e){this.meanHttpSpeed=.4*this.meanHttpSpeed+.6*e}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}}class tr extends Ht{constructor(e,t){super(e,t),this.prefetchOnly=t.prefetchOnly,this.bitset=new Ft(t.live||!1),this.bitCounts=new Nt,this.requestingMap=new $t,this.segmentBuilderMap=new $t,this.allowP2pLimit=t.httpLoadTime+1.5,this.playlistInfo=new Map,this.gotPlaylist=!1,this.targetPeers={},this.sequential=!0,this.coordinator=new er,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}=t,a=s?kt.COMPLETE:kt.PARTIAL_FORWARD;e.bitset.add(r,i,n,a),this._receiveDCHave(r,i,n,e),e.isAvailableUrgently&&this._handleDCHave(e,r,i,n,a)}})).on(t.DC_HAVE_REVERSE,(t=>{if(e.bitset&&t.sn>=0){const{sn:r,level:i,seg_id:s}=t;e.bitset.hasCompleteOr(r,i,kt.PARTIAL_REVERSE)||e.bitset.add(r,i,s,kt.PARTIAL_REVERSE),this._receiveDCHave(r,i,s,e),e.isAvailableUrgently&&this._handleDCHave(e,r,i,s,kt.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.notifyAllPeers(e.sn,e.level,e.seg_id,e.reverse?kt.PARTIAL_REVERSE:kt.PARTIAL_FORWARD)})).on(t.DC_PIECE_CANCEL,(t=>{const{sn:r,level:i}=t,s=ve(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=ve(i,s),d=this.requestingMap.get(h);let u=!1;d&&d.isDownloading&&(u=!0);const c=this.segmentBuilderMap.get(h);if(l)if(r.info(`found seg ${a} from bufMgr`),l.level===s){let t="Cache";l.ext&&l.ext.from&&(t=`${l.ext.from}->${t}`),e.sendBuffer(l.sn,l.segId,l.data,{from:t,level:l.level,reverse:n})}else o();else if(!n&&c)r.info(`peer request ${i} wait from builder, sent ${c.bufferList.length}`),w(e,c,c.pieceMsg,c.bufferList,c.source,1);else if(u){r.info(`syn had ${d.loadedPackets} packets, wait remain from upstream ${d.getFromPeerId()}`);const t={...d.pieceMsg,reverse:n},{from:i,incompletes:s,bufferList:a}=d.getStreamInfo(n);w(e,d,t,a,i,s)}else o()}))}handleMetaData(e,t){if(t.field){e.bitset=new Ft(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=ve(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]=Mt(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]=xt(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=kt.COMPLETE){if(!r)return void this.logger.error("segId is required");if(this.downloadOnly)return;const{live:s}=this.config;if(this.bitset.has(e,t,i))return;const n=((e,t,r)=>`${e}-${t}-${r}`)(e,t,i);let a;i!==kt.PARTIAL_REVERSE&&(a=i===kt.COMPLETE);const o=this.requestingMap.get(ve(e,t));for(let l of this.getPeers())o&&o.hasPeer(l)||l.notifySet.has(n)||l.bitset.hasCompleteOr(e,t,i)||l.uploading||(l.sendMsgHave(e,r,{level:t,reverse:i===kt.PARTIAL_REVERSE,complete:a}),l.notifySet.add(n),s&&T(l.notifySet,20))}checkPeers(){const{logger:e,config:t,engine:r}=this,i=this.requestingMap.size;if(i>5&&(e.warn(`requestingMap size ${i}`),i>9))return;if(!this.hasPeers)return;const s=t.live;if(this.fragLoading&&!s)return void e.warn("loading urgently, skip prefetch");const{currentLevel:n}=r;if(0===this.bitCounts.size(n))return;if(!s&&this.nextLostSN>=0&&this.nextLostSN>=this.currPlaySN-10)return;let a=this.peerManager.getPeersOrderByWeight();if(0===a.length)return;let o=0,{prefetchNum:l,endSN:h,startSN:d}=t;if(s&&(l=3),this.getBufferedDuration()<this.allowP2pLimit){if(!s)return;l=1}let u=0,c=this.loadingSN+1;if(this.prefetchOnly&&c++,!s)if(this.loadingSN>=h&&!this.bufMgr.overflowed)c=d;else{const e=Math.min(...a.filter((e=>e.endSN>=c)).map((e=>e?e.startSN:1/0)));if(!isFinite(e))return;c<e&&(c=e)}for(;o<l&&u<this.maxPrefetchCount&&(s||!(c>h))&&!(s&&c>this.loadingSN+2);){if(this.bitset.has(c,n)){c++;continue}const t=ve(c,n);if(this.bitCounts.has(c,n)&&!this.requestingMap.has(t)){let r=[null,null];if(s)r=xt(a,c,n,void 0,!0);else for(let e of a)if(e.bitset.has(c,n)){const t=e.bitset.getState(c,n);let i;i=t===kt.COMPLETE?0===p(0,1):t===kt.PARTIAL_REVERSE,r[i?1:0]=e;break}if(r.some((e=>!!e))){const i=new Zt(this.coordinator,this.logger,c,n,void 0,this.httpRangeSupported);this._setupSynthesizer(i),this.requestingMap.set(t,i),r.forEach(((t,r)=>{if(t&&o<l){o++;const s=1===r;i.setPeer(t,s),t.requestDataBySN(c,!1,{level:n,reverse:s}),e.info(`request prefetch ${c} level ${n} from peer ${t.remotePeerId} downloadNum ${t.downloadNum} reverse ${s}`)}})),a=this.peerManager.getPeersOrderByWeight()}}if(u++,c++,0===a.length)break}this.loadedPeerNum=o}onBufferManagerLost(e,t,r,i){this.currLostSN=e,r&&(this.nextLostSN=r),this.bitset.delete(e,i),this.bitCounts.delete(e,i)}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,kt.COMPLETE),this.bitCounts.delete(e,t))}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;if(this.waitForPeer)return e.waitForPeerTimeout+e.httpLoadTime;let{media:t,currentSrc:r}=this.engine;if(!t||t.src!==r&&0===t.currentTime){if(this.logger.info("try get video element"),t=ce(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()}_handleSynOutput(e,t,r,i){this.logger.info(`syn output ${e} http ${t} p2p ${r}`)}_handleSynError(e,t,r,i){const{logger:s,config:n}=this;s.warn(`SYN_ERROR ${t}-${r} code ${i}`),i!==Wt&&e.hasPartialBuffer&&r>this.loadingSN?s.warn(`syn abort ${r} with partial buffer`):this.requestingMap.delete(ve(r,t)),n.live&&this.checkPeers()}_notifySynthesizer(e,t,r,i,s,n=!0){const{logger:a}=this,o=this.requestingMap.get(ve(r,i));if(!o)return;const l=o.segId;function h(s,n){n?e.requestDataById(t,r,!0,{level:i,reverse:s}):e.requestDataBySN(r,!1,{level:i,reverse:s})}function d(){return s===kt.PARTIAL_FORWARD||s===kt.COMPLETE}function u(){return s===kt.PARTIAL_REVERSE||s===kt.COMPLETE}t&&l&&t!==l?a.warn(`notifySynthesizer segId ${t} not match ${l}`):o.isFull||!this.prefetchOnly&&o.isAlmostDeadline||(o.isEmpty?o.hasForwardBuffer&&u()?(o.setReversePeer(e),h(!0,n)):o.hasReverseBuffer&&d()&&(o.setForwardPeer(e),h(!1,n)):!o.hasForwardPeer&&d()?(o.setForwardPeer(e),h(!1,n)):!o.hasReversePeer&&u()&&(o.setReversePeer(e),h(!0,n)))}_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=ve(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=ve(e,t);let l=this.requestingMap.get(o);if(l?l.setExtra(i):(l=new Zt(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);let h=!1;s>700&&(n&&(l.setForwardPeer(n),n.requestDataById(r,e,!0,{level:t}),h=!0),a&&(l.setReversePeer(a),a.requestDataById(r,e,!0,{level:t,reverse:!0}),h=!0)),l.setTimeout(l.isEmpty?0:s,h)}}class rr{constructor(t,r,i,s){this.bufferList=[],this.streamListeners=[],this.finished=!1,this.packetSize=d,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 ir=class extends tr{constructor(e,t){super(e,t),this.fragloadTimeout=e.hlsjs?10:6.8,this.resolveMap=new Map,this.segmentBypass=P(t.segmentBypass)?t.segmentBypass:()=>!1,!0===this.config.httpStreamEnabled?this.streamEnabled=Kt():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});if(s.segmentLoadCount++,this.segmentBypass(a,l.tagList)||s.segmentLoadCount<n.startFromSegmentOffset)return i.info(`bypass frag ${a}`),r.postMessage({action:t.SW_GET_MEDIA});s.currentLevelIndex=l.level;const{sn:h,level:d}=l,u=this.config.segmentId(String(d),h,a,o),c=u===this.loadingSegId;if(c&&(i.warn(`duplicate request ${u}`),this.prefetchOnly))return r.postMessage({action:t.SW_GET_MEDIA});this.loadingSN=h,s.bufMgr&&(s.bufMgr.loadingSN=h),this.loadingSegId=u;const f=await this.bufMgr.getSegById(u);if(f)return i.info(`bufMgr found seg sn ${h} segId ${u}`),l.loaded=f.data.byteLength,l.fromPeerId=f.fromPeerId,s.emit(t.FRAG_LOADED,{url:a,sn:h,level:d,segId:u,loaded:l.loaded,duration:l.duration,byP2p:!0,fromPeerId:f.fromPeerId}),this._onFragLoaded(a,l),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 ${u}`),this._loadFragByHttp(l,r,h,u,a,d,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=ve(h,d);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===d&&(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,d,u,g)){await this._loadFragByP2p(l,r,h,u,a,d,o,p)||(i.warn(`p2p timeout switch to http load ${u}`),this._loadFragByHttp(l,r,h,u,a,d,o,1e3*this.fragloadTimeout))}else this._loadFragByHttp(l,r,h,u,a,d,o,1e3*this.fragloadTimeout)}_loadFragByHttp(e,r,i,s,n,a,o,l){const d=ve(i,a),u=f(n,h,!0),c=new Yt({});let g={url:u,...L(o)};const p={timeout:l},m={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(o,l)=>{this.fragLoading=!1,this.notifyAllPeers(i,a,s);const{data:h}=o;let u=l.tload-l.trequest;if(this.logger.info(`HTTP loaded ${s} time ${u} speed ${h.byteLength/u}`),!await this.bufMgr.hasSegOfId(s)){const e=y(h).buffer,t=new Y(i,s,e,"",a);await this.bufMgr.putSeg(t),this.reportTraffic(h.byteLength,0,0)}this.segmentBuilderMap.delete(d),e.segId=s,e.loaded=h.byteLength,this.engine.emit(t.FRAG_LOADED,{url:n,sn:i,level:a,segId:s,loaded:e.loaded,duration:e.duration,byP2p:!1}),this._onFragLoaded(n,e),r.postMessage({action:t.SW_GET_MEDIA,data:{url:n,buffer:h}})}};if(this.streamEnabled){let e;m.onBodyStart=t=>{!e&&t>0&&(this.isMobileNet||this.notifyAllPeers(i,a,s,kt.PARTIAL_FORWARD),e=new rr(i,a,s,t),this.segmentBuilderMap.has(d)||this.segmentBuilderMap.set(d,e))},m.onUpdate=(t,r,i)=>{if(i)return this.logger.warn(`loadFragByHttp ${s} aborted`),void this.segmentBuilderMap.delete(d);e&&e.receiveBytes(t,r)}}c.load(g,p,m)}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 d=await this.load(i,s,a,n,o,l);if(d&&d.data){const{data:o,fromPeerId:l,size:u}=d;if(h.info(`p2p loaded segId ${s} level ${a} size ${o.byteLength}`),!await this.bufMgr.hasSegOfId(s)){const e=new Y(i,s,o,l,a);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(n,e),r.postMessage({action:t.SW_GET_MEDIA,data:{url:n,buffer:o,size:u}}),!0}h.warn(`P2P timeout load segId ${s}`);const u=await this.bufMgr.getSegById(s);return!!u&&(this.fragLoading=!1,h.info(`already loaded seg sn ${i} segId ${s}`),r.postMessage({action:t.SW_GET_MEDIA,data:{url:n,buffer:u.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(e,t){if(this.updateLoaded(t.sn,t.level,t.segId),!this.engine)return;const{media:r,targetDuration:i}=this.engine;!this.config.live&&r&&i&&(this.currPlaySN=Math.ceil(r.currentTime/i))}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}_setupSynthesizer(e){e.on(t.SYN_OUTPUT,(async(t,r)=>{const{config:i,logger:s}=this,{segId:n,sn:a,data:o,level:l}=t,{speed:h,http:d,p2p:u,underused:c}=r;this._handleSynOutput(n,d,u,c);const f=this.resolveMap.has(a);f&&(this.fragLoading=!1);if(i.validateSegment(n,new Uint8Array(o))){this.notifyAllPeers(a,l,n),this.bitset.has(a,l)||this.reportTraffic(d,u,h);const r=e.getFromPeerId();if(f){s.info(`receive criticalSeg seg_id ${n}`);const e=this.resolveMap.get(a);this.resolveMap.delete(a),e.resolve({data:o,fromPeerId:r})}else this.bitset.has(a,l)||(e.detachPeers(),await this.bufMgr.putSeg(t),this.updateLoaded(a,l,n))}else if(s.error(`segment ${n} validate failed`),f){const e=this.resolveMap.get(a);this.resolveMap.delete(a),e.resolve()}this.requestingMap.delete(ve(a,l)),i.live&&this.checkPeers()})).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){this._notifySynthesizer(e,i,t,r,s,this.resolveMap.has(t)),this.config.live&&q()((()=>{this.checkPeers()}))}},sr="2.7.10";class nr extends mt{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=ce(this.config.mediaElem),this.workerKeepAliveInterval=null,this.fragMap=new Map,this.engineName=nr.name,nr.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.targetDuration=e.averagetargetduration,this.browserInfo={...n,live:a,abr:this.multiBitrate||void 0,type:"hls_sw"},this.channel=`${i(this.currentSrc)}|${s}[${Z.VERSION}]`,this.setupElectron();const o=this.initLogger();o.info("use HlsSwP2pEngine"),o.info(`engine version: ${de.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.info(JSON.stringify({engine:this.engineName,...this.browserInfo})))},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;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});switch(r){case t.SW_PLAYLIST:this.handlePlaylist(i,s);break;case t.SW_GET_PLAYLIST:this.handleGetPlaylist(i,s);break;default: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){const{config:i,logger:s}=this,{url:n,redirectedUrl:a,text:o,ver:l}=e;return this.swVersion=l,-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}(l,sr)?(console.warn(`hls-proxy.js version should >= ${sr}`),r.postMessage({action:t.SW_PLAYLIST})):this.bypassLevels.indexOf(b(n))>=0?(s&&s.warn("bypass audio track"),r.postMessage({action:t.SW_PLAYLIST})):(r.postMessage({action:t.SW_PLAYLIST,data:{active:!0,debug:s&&s.isDebugLevel,sharePlaylist:!!i.sharePlaylist}}),this._parsePlaylist(o,b(n),a),void(this.workerKeepAliveInterval||navigator.serviceWorker.getRegistration().then((e=>{const t=()=>e&&e.active&&"activated"===e.active.state;if(!i.live&&t()){const r=new URL(e.scope);this.pathname=r.pathname+h;const i=()=>{clearInterval(this.workerKeepAliveInterval),this.workerKeepAliveInterval=null};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=>{console.error(e),i()})):i()}),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=Ct.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=Ct.parseMasterPlaylist(e,r);if(""!==this.currentSrc&&this.restartP2p(),i.length>0){i.sort(((e,t)=>e.bitrate-t.bitrate)),this.levels=i.map((e=>b(e.url)));let t=[];["AUDIO","SUBTITLES","CLOSED-CAPTIONS"].forEach((i=>{const s=Ct.parseMasterPlaylistMedia(e,r,i);"AUDIO"===i&&(t=s),s.forEach((e=>{e.url&&this.bypassLevels.push(b(e.url))}))})),t.length>0&&(a.segmentId!==pe&&a.segmentId||(a.segmentId=me))}this.emit(t.MANIFEST_PARSED,i,n)}this._setupSegmentId()}async handleGetPlaylist(e,r){const{config:i,logger:s}=this;if(!s)return r.postMessage({action:t.SW_GET_PLAYLIST});const{scheduler:n}=this;if(!n)return void s.warn("scheduler not found");const{url:a}=e,o=b(a);if(n.playlistInfo.has(o)){const e=await n.getPlaylistFromPeer(o);if(e&&e.data){const{data:i,seq:n}=e;return s.info(`got playlist from peer seq ${n}`),r.postMessage({action:t.SW_GET_PLAYLIST,data:{text:i}}),void this._parsePlaylist(i,b(a),void 0,!0)}}return 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=ce(t.mediaElem),this.media||e&&e.warn("no video element found"),fr.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||"undefined"==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()||ce(i.mediaElem)}),3e3);let s=new ir(this,i);s.fragMap=this.fragMap;try{await super._init(e,s,t)}catch(e){return void r.error(e)}s.server=this.fetcher,this.scheduler=s,this.p2pEnabled&&!this.tracker.connected&&this.tracker.resumeP2P()}restartP2p(){this.logger&&this.logger.warn("restart P2P"),this.disableP2P(),this.enableP2P(),this.config.strictSegmentId||this.config.segmentId!==me||(this.logger&&this.logger.warn("reset hlsSegmentIdGenerator"),this.config.segmentId=null),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 pt&&(this.tracker.stopP2P(),this.tracker={},this.fetcher=null,this.bufMgr.destroy(),this.bufMgr=null)),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),clearInterval(this.workerKeepAliveInterval),this.workerKeepAliveInterval=null}destroy(){this.swSupported&&(navigator.serviceWorker.onmessage=void 0),super.destroy()}}const ar=nr;function or(e,t,r="main"){return"main"!==r&&"audio"!==r}function lr(e,t){let r,i,s,n,a;const o=performance.now();r=o-300,i=o-200,s=o,e.trequest=r,e.tfirst=i,e.tload=s,e.loading={first:r,start:i,end:s},n=a=t,e.loaded=n,e.total=a}const hr=class extends tr{constructor(e,t){super(e,t),this.isHlsjs=!0,this.waitForPeer=t.waitForPeer||!1,this.waitForPeerTimeout=t.waitForPeerTimeout,this.waitingPeers=0,this.waitingSeg={},this.requestedSet=new Set}startWaitPeerTimer(){this.waitForPeer&&(this.waitForPeerTimer=setTimeout((()=>{this.waitForPeer&&(this.waitForPeer=!1,this.emit(t.SCH_WAIT_PEER))}),1e3*(this.waitForPeerTimeout+0)))}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:d,level:u}=l;this.callbacks=r,this.stats=C(),this.criticalSeg={sn:d,level:u,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(d,u,h,f,c),this.targetPeers={}}waitPeerNotifier(){return new Promise((e=>{this.waitForPeer||e(),setTimeout(e,1e3*this.waitForPeerTimeout),this.once(t.SCH_WAIT_PEER,e)}))}addPeer(e){if(super.addPeer(e),this.waitForPeer){const{level:r,sn:i}=this.waitingSeg,s=e.remotePeerId;e.bitset.has(i,r)&&i>0?(this.logger.info(`found initial seg ${r}-${i} from peer ${s}`),this.emit(t.SCH_WAIT_PEER)):this.waitingPeers===this.peersNum&&this.emit(t.SCH_WAIT_PEER)}}notifyPeersLoaded(e){this.logger.info(`notifyPeersLoaded ${e}`),this.waitForPeer&&(0===e?(this.waitForPeer=!1,this.emit(t.SCH_WAIT_PEER)):this.waitingPeers=e)}destroy(){super.destroy(),this.logger.warn("destroy HlsjsScheduler"),clearTimeout(this.waitForPeerTimer)}_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}=t,{speed:h,http:d,p2p:u,underused:c}=r;this._handleSynOutput(n,d,u,c);const f=this.criticalSeg&&this.criticalSeg.segId===n;if(i.validateSegment(n,new Uint8Array(o))){this.notifyAllPeers(a,l,n),this.bitset.has(a,l)||this.reportTraffic(d,u,h);const r=e.getFromPeerId();if(f){s.info(`receive criticalSeg seg_id ${n}`);let{stats:e}=this;e.tload=e.loading.end=performance.now(),e.loaded=e.total=o.byteLength,this.criticalSeg=null;const{frag:t}=this.context;t.fromPeerId=r,t.loadByP2P=!0,this.callbacks.onSuccess({data:o,url:this.context.url},e,this.context),this.callbacks=void 0}else this.bitset.has(a,l)||(e.detachPeers(),await this.bufMgr.putSeg(t),this.updateLoaded(a,l,n))}else s.error(`segment ${n} validate failed`),f&&this.callbacks.onTimeout(this.stats,this.context,null);this.requestingMap.delete(ve(a,l)),i.live&&this.checkPeers()})).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.stats,this.context,null)),this._handleSynError(e,s,i,r)})).on(t.SYN_PROGRESS,(({total:e,loaded:t,first:r,segId:i})=>{let{stats:s}=this;r&&s&&(s.tfirst=s.loading.first=Math.max(s.trequest,performance.now()));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),this.updateLoaded(e,i,t)})).on(t.FRAG_CHANGED,(({sn:e})=>{this.updatePlaySN(e)}))}_handleDCHave(e,t,r,i,s){this._notifySynthesizer(e,i,t,r,s,this.criticalSeg&&this.criticalSeg.segId===i),this.config.live&&q()((()=>{this.checkPeers()}))}};class dr extends mt{static get name(){return"HlsjsP2pEngine"}constructor(e,t={}){if(super(t,e),!e)throw new TypeError("hlsjs instance is null");this.config.xhrSetup=e.config.xhrSetup,this.engineName=dr.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();this.config.waitForPeer&&this.config.sourceUrl?(this.config.trickleICE=!0,this.config.httpRangeSupported=!0,this._startEngine(this.config.sourceUrl,this.config.live,s,r,i)):this.config.waitForPeer=!1;const n=(t,a)=>{if(!a)return;const{config:o}=this,l=a.details,h=l.live;o.waitForPeer?(this.tracker&&this.tracker.scheduler&&this.tracker.scheduler.startWaitPeerTimer(),this.logger.info("waitForPeer mode")):this._startEngine(this.hlsjs.url,h,s,r,i,l),e.off(this.HLSEvents.LEVEL_LOADED,n)};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)=>{const{config:i}=this;r.audioTracks&&r.audioTracks.length>0&&(i.strictSegmentId||i.segmentId||(i.segmentId=me)),this._setupSegmentId();const s=r.levels.length;this.multiBitrate=s>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}[${Z.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.eventListened=!1,this._init(this.channel,this.browserInfo)}async _init(e,t){const{logger:r,config:i}=this;if(!this.p2pEnabled||"undefined"==typeof self)return;this.media=this.hlsjs.media,this.media&&(this.currentSrc=this.media.src);const s=new hr(this,i);this.eventListened||(this._updateHlsEventsHandlers(),this.eventListened=!0);try{await super._init(e,s,t)}catch(e){return void r.error(e)}this.hlsjs.config.fLoader=function(e,t,r,i){return class extends(n()){constructor(s){super(),this.logger=r,this.isHlsV0=i.isHlsV0,this.bufMgr=e.bufMgr,this.streamEnabled=i.httpStreamEnabled&&Kt(),this.httpLoader=this.streamEnabled?new Yt(s):new s.loader(s),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||C(),this.enableWorker=s.enableWorker,this.segmentBypass=P(i.segmentBypass)?i.segmentBypass:()=>!1,this.prefetchOnly=i.prefetchOnly,this.startFromSegmentOffset=i.startFromSegmentOffset,e.engine.segmentLoadCount++,this.segmentLoadCount=e.engine.segmentLoadCount}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);let o=e.frag.segId;if(!o){let t;e.rangeEnd&&(t="bytes="+e.rangeStart+"-"+(e.rangeEnd-1)),o=e.frag.segId=this.segmentId(String(a.level),a.sn,a.url,t)}const l=()=>(e.frag.loadByHTTP=!0,this.httpLoader.load(e,t,r));if(!a.url||or(a.url,this.blockTypes,a.type)||this.segmentBypass(a.url,a.tagList))return i.info(`HTTP load blockType ${a.url}`),l();if(this.fetcher.increMediaRequests(),this.isLive&&s.requestedSet.has(o))return i.warn(`HTTP load duplicated ${a.url}`),l();if(this.segmentLoadCount<this.startFromSegmentOffset)return l();t.maxRetry=2;const h=s.getBufferedDuration(),d=await this.bufMgr.getSegById(o);if(this.p2pEnabled&&d){i.info(`bufMgr found seg sn ${a.sn} segId ${o} level ${a.level}`);let t=y(d.data).buffer,s={url:e.url,data:t};return lr(this.stats,d.size),a.loaded=d.size,a.loadByP2P=!0,e.frag.fromPeerId=d.fromPeerId,void q()((()=>{!this.isHlsV0&&r.onProgress&&r.onProgress(this.stats,e,s.data),r.onSuccess(s,this.stats,e)}))}!this.prefetchOnly&&this.p2pEnabled&&s.hasAndSetTargetPeer(a.sn,a.level,a.segId,h)||!this.prefetchOnly&&s.waitForPeer&&(i.warn("waitPeerNotifier start"),s.waitingSeg={sn:a.sn,level:a.level},await s.waitPeerNotifier(),i.warn("waitPeerNotifier end"),s.waitingSeg={},this.p2pEnabled&&s.hasAndSetTargetPeer(a.sn,a.level,a.segId,h))?this.loadFragByP2p(e,t,r,o,h):(i.info(`fragLoader load ${o} at ${a.sn} level ${a.level} buffered ${1e3*h}`),this.loadFragByHttp(e,t,r,o))}loadFragByHttp(e,t,r,i){const{logger:s,scheduler:n}=this,{segmentBuilderMap:a}=n,o=e.frag,{sn:l,level:h}=o,d=ve(l,h);if(this.streamEnabled){let e;r.onUpdate=(t,r,n)=>{if(n)return s.warn(`loadFragByHttp ${i} aborted`),void a.delete(d);e&&e.receiveBytes(t,r)},r.onBodyStart=t=>{!e&&t>0&&(e=new rr(l,h,i,t),a.has(d)||a.set(d,e),n.isMobileNet||n.notifyAllPeers(l,h,i,kt.PARTIAL_FORWARD))}}const u=r.onSuccess;r.onSuccess=async(e,t,r)=>{const{data:o}=e;let c=t.tload-t.trequest;if(s.info(`HTTP loaded ${i} time ${c} speed ${o.byteLength/c}`),!await this.bufMgr.hasSegOfId(i)){const e=y(o).buffer,t=new Y(l,i,e,this.fetcher.peerId,h);await this.bufMgr.putSeg(t)}a.delete(d),this.fetcher.reportFlow(t.total),n.notifyAllPeers(l,h,i),u(e,t,r)};const c=r.onProgress;r.onProgress=(e,t,r)=>{o.loaded=e.total,c(e,t,r&&this.enableWorker?y(r).buffer:r)},e.frag.loadByHTTP=!0,this.httpLoader.load(e,t,r)}loadFragByP2p(e,t,r,i,s){const{logger:n}=this,a=e.frag;let o;o=t.loadPolicy?t.loadPolicy.maxTimeToFirstByteMs:t.timeout,(!o||o>1e3*s)&&(o=1e3*s),e.defaultTimeout=o,this.scheduler.load(e,t,r);const l=r.onSuccess,h=r.onTimeout;r.onTimeout=(e,s)=>{n.warn(`P2P timeout switched to HTTP load ${a.relurl} at ${a.sn}`),r.onSuccess=l,this.loadFragByHttp(s,t,r,i),r.onTimeout=h},r.onSuccess=async(e,t,s)=>{if(!await this.bufMgr.hasSegOfId(i)){const t=y(e.data).buffer,r=new Y(a.sn,i,t,a.fromPeerId||this.fetcher.peerId,a.level);await this.bufMgr.putSeg(r)}a.loadByP2P||this.fetcher.reportFlow(t.total),a.loaded=t.loaded,n.info(`${a.loadByP2P?"P2P":"HTTP"} loaded segment id ${i}`),!this.isHlsV0&&r.onProgress&&r.onProgress(t,s,e.data),l(e,t,s)}}}}(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||C()}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}`),lr(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)),this.trackerTried=!1,this.trackerTried||this.tracker.connected||!i.p2pEnabled||(this.tracker.resumeP2P(),this.trackerTried=!0)}_onFragLoading(e,r){const i=r.frag;let{sn:s,level:n,segId:a}=i;if(!or(i.url,this.config.p2pBlackList,i.type)){if(this.logger.debug("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;if(!r.live)return;const n=r.fragments.length,a=n-1;i&&i.config.liveSyncDurationCount!==a&&"main"===r.fragments[0].type&&n>4&&(s.isHlsV0||!i.userConfig.liveSyncDuration&&!i.userConfig.liveSyncDurationCount)&&(this.logger.info(`set liveSyncDurationCount ${a}`),i.config.liveSyncDurationCount=a)}_onFragLoaded(e,r){if(!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:d,url:u}=i,{config:c,logger:f}=this;this.tracker&&this.tracker.scheduler&&(T(this.tracker.scheduler.requestedSet,50),this.tracker.scheduler.requestedSet.add(n)),or(i.url,c.p2pBlackList,i.type)||(this.bufMgr&&this.bufMgr.loadingSN>=0&&this.emit(t.FRAG_LOADED,{url:u,sn:s,level:l,segId:n,loaded:a,duration:o,byP2p:!!d,fromPeerId:h}),!this.rangeTested&&c.useHttpRange&&(this.startRangeRequestTimer(),this.rangeTested=!0,f.info(JSON.stringify({engine:this.engineName,hlsjs:this.hlsjsVersion,...this.browserInfo}))))}_onFragChanged(e,r){const{frag:i}=r;if(!or(i.url,this.config.p2pBlackList,i.type)){this.logger.debug("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()}}const ur=dr;class cr{static get Events(){return t}static get TrackerZone(){return de.TrackerZone}static isSupported(){return de.isSupported()&&(ue()||ar.isServiceWorkerSupported())}static isServiceWorkerSupported(){return ar.isServiceWorkerSupported()}static isMSESupported(){return ue()}static getBrowser(){return J().getBrowser()}static get ServiceWorkerEngine(){return ar}static get HlsjsEngine(){return ur}static async tryRegisterServiceWorker({swFile:e="./sw.js",swScope:t="./"}={}){return cr.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))),m(300)]))).catch((()=>{Promise.resolve()}))}constructor(e={}){const{hlsjsInstance:t}=e;delete e.hlsjsInstance;const r=()=>{this._realEngine=new ur(t,e)},i=()=>{this._realEngine=new ar(e,t)};"1"!==c("_sw")?e.proxyFirst&&t?ar.isServiceWorkerSupported()?i():r():!e.proxyOnly&&ue()&&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 P(this._realEngine.registerServiceWorker)?this._realEngine.registerServiceWorker():Promise.reject("Not supported by this engine")}async unregisterServiceWorker(){return P(this._realEngine.unregisterServiceWorker)?this._realEngine.unregisterServiceWorker():Promise.reject("Not supported by this engine")}get version(){return de.version}}cr.version=de.version,cr.protocolVersion=Z.VERSION,"undefined"!=typeof self&&(self.P2PEngineHls=cr);const fr=cr;var gr=r(917),pr=r.n(gr);const mr={maxBufferLength:12},vr={maxBufferLength:40};class yr extends(pr()){static get P2PEvents(){return fr.Events}static get P2pEngine(){return fr}constructor(e={}){let t=e.p2pConfig||{};const r=!1===t.live?vr:mr;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()},fr.isSupported()&&(this._p2pEngine=new fr({...t,hlsjsInstance:this}),this._p2pEngine.on(fr.Events.RESTART_P2P,this._restartEvent)),this.on(pr().Events.DESTROYING,(()=>{this._p2pEngine&&(this._p2pEngine.removeListener(fr.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(fr.Events.RESTART_P2P,this._restartEvent))}}yr.engineVersion=fr.version,yr.protocolVersion=fr.protocolVersion,yr.WEBRTC_SUPPORT=fr.isSupported();const Er=yr})(),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,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 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 u(e,t,r){var i={fired:!1,wrapFn:void 0,target:e,type:t,listener:r},s=d.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,d=g(l,h);for(r=0;r<h;++r)i(d[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,u(this,e,t)),this},n.prototype.prependOnceListener=function(e,t){return o(t),this.prependListener(e,u(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 d=o.path,u=d.substring(0,d.lastIndexOf("/")+1)+n.path;h.path=a.normalizePath(u)}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){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 i(t){for(var r=1;r<arguments.length;r++){var i=null!=arguments[r]?arguments[r]:{};r%2?e(Object(i),!0).forEach((function(e){var r,n,a;r=t,n=e,a=i[e],(n=s(n))in r?Object.defineProperty(r,n,{value:a,enumerable:!0,configurable:!0,writable:!0}):r[n]=a})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(i)):e(Object(i)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(i,e))}))}return t}function s(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,"string");if("object"!=typeof i)return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:String(t)}function n(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,s(i.key),i)}}function a(e,t,r){return t&&n(e.prototype,t),r&&n(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(e[i]=r[i])}return e},o.apply(this,arguments)}function l(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,d(e,t)}function h(e){return h=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},h(e)}function d(e,t){return d=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},d(e,t)}function u(e,t,r){return u=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}()?Reflect.construct.bind():function(e,t,r){var i=[null];i.push.apply(i,t);var s=new(Function.bind.apply(e,i));return r&&d(s,r.prototype),s},u.apply(null,arguments)}function c(e){var t="function"==typeof Map?new Map:void 0;return c=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 u(e,arguments,h(this).constructor)}return r.prototype=Object.create(e.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),d(r,e)},c(e)}function f(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var g={exports:{}};!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 d=o.path,u=d.substring(0,d.lastIndexOf("/")+1)+n.path;h.path=a.normalizePath(u)}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}(g);var p=g.exports,m=Number.isFinite||function(e){return"number"==typeof e&&isFinite(e)},v=Number.isSafeInteger||function(e){return"number"==typeof e&&Math.abs(e)<=y},y=Number.MAX_SAFE_INTEGER||9007199254740991,E=function(e){return e.MEDIA_ATTACHING="hlsMediaAttaching",e.MEDIA_ATTACHED="hlsMediaAttached",e.MEDIA_DETACHING="hlsMediaDetaching",e.MEDIA_DETACHED="hlsMediaDetached",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.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.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_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}({}),S=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}({}),T=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.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.INTERNAL_EXCEPTION="internalException",e.INTERNAL_ABORTED="aborted",e.UNKNOWN="unknown",e}({}),_=function(){},L={trace:_,debug:_,log:_,warn:_,info:_,error:_},b=L;function R(e,t){if("object"==typeof console&&!0===e||"object"==typeof e){!function(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),i=1;i<t;i++)r[i-1]=arguments[i];r.forEach((function(t){b[t]=e[t]?e[t].bind(e):function(e){var t=self.console[e];return t?t.bind(self.console,"["+e+"] >"):_}(t)}))}(e,"debug","log","info","warn","error");try{b.log('Debug logs enabled for "'+t+'" in hls.js version 1.5.13')}catch(e){b=L}}else b=L}var P=b,w=/^(\d+)x(\d+)$/,A=/(.+?)=(".*?"|.*?)(?:,|$)/g,C=function(){function e(t){"string"==typeof t&&(t=e.parseAttrList(t)),o(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.bool=function(e){return"YES"===this[e]},t.decimalResolution=function(e){var t=w.exec(this[e]);if(null!==t)return{width:parseInt(t[1],10),height:parseInt(t[2],10)}},e.parseAttrList=function(e){var t,r={};for(A.lastIndex=0;null!==(t=A.exec(e));){var i=t[2];0===i.indexOf('"')&&i.lastIndexOf('"')===i.length-1&&(i=i.slice(1,-1)),r[t[1].trim()]=i}return r},a(e,[{key:"clientAttrs",get:function(){return Object.keys(this).filter((function(e){return"X-"===e.substring(0,2)}))}}]),e}();function D(e){return"SCTE35-OUT"===e||"SCTE35-IN"===e}var I=function(){function e(e,t){if(this.attr=void 0,this._startDate=void 0,this._endDate=void 0,this._badValueForSameId=void 0,t){var r=t.attr;for(var i in r)if(Object.prototype.hasOwnProperty.call(e,i)&&e[i]!==r[i]){P.warn('DATERANGE tag attribute: "'+i+'" does not match for tags with ID: "'+e.ID+'"'),this._badValueForSameId=i;break}e=o(new C({}),r,e)}if(this.attr=e,this._startDate=new Date(e["START-DATE"]),"END-DATE"in this.attr){var s=new Date(this.attr["END-DATE"]);m(s.getTime())&&(this._endDate=s)}}return a(e,[{key:"id",get:function(){return this.attr.ID}},{key:"class",get:function(){return this.attr.CLASS}},{key:"startDate",get:function(){return this._startDate}},{key:"endDate",get:function(){if(this._endDate)return this._endDate;var e=this.duration;return null!==e?new Date(this._startDate.getTime()+1e3*e):null}},{key:"duration",get:function(){if("DURATION"in this.attr){var e=this.attr.decimalFloatingPoint("DURATION");if(m(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:"isValid",get:function(){return!!this.id&&!this._badValueForSameId&&m(this.startDate.getTime())&&(null===this.duration||this.duration>=0)&&(!this.endOnNext||!!this.class)}}]),e}(),k=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}},x="audio",M="video",O="audiovideo",F=function(){function e(e){var t;this._byteRange=null,this._url=null,this.baseurl=void 0,this.relurl=void 0,this.elementaryStreams=((t={})[x]=null,t[M]=null,t[O]=null,t),this.baseurl=e}return e.prototype.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]},a(e,[{key:"byteRange",get:function(){return this._byteRange?this._byteRange:[]}},{key:"byteRangeStartOffset",get:function(){return this.byteRange[0]}},{key:"byteRangeEndOffset",get:function(){return this.byteRange[1]}},{key:"url",get:function(){return!this._url&&this.baseurl&&this.relurl&&(this._url=p.buildAbsoluteURL(this.baseurl,this.relurl,{alwaysNormalize:!0})),this._url||""},set:function(e){this._url=e}}]),e}(),N=function(e){function t(t,r){var i;return(i=e.call(this,r)||this)._decryptdata=null,i.rawProgramDateTime=null,i.programDateTime=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.deltaPTS=void 0,i.maxStartPTS=void 0,i.minEndPTS=void 0,i.stats=new k,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}l(t,e);var r=t.prototype;return 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}},r.clearElementaryStreamInfo=function(){var e=this.elementaryStreams;e[x]=null,e[M]=null,e[O]=null},a(t,[{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)return this._decryptdata=this.levelkeys[t[0]].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;if(!m(this.programDateTime))return null;var e=m(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=Object.keys(this.levelkeys),r=t.length;if(r>1||1===r&&this.levelkeys[t[0]].encrypted)return!0}return!1}}]),t}(F),B=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.stats=new k,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 l(t,e),a(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)}}]),t}(F),U=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.live=!0,this.ageHeader=0,this.advancedDateTime=void 0,this.updated=!0,this.advanced=!0,this.availabilityDelay=void 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.fragments=[],this.encryptedFragments=[],this.dateRanges={},this.url=e}return e.prototype.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,this.availabilityDelay=e.availabilityDelay},a(e,[{key:"hasProgramDateTime",get:function(){return!!this.fragments.length&&m(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(){var e;return null!=(e=this.fragments)&&e.length?this.fragments[this.fragments.length-1].end: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:"lastPartSn",get:function(){var e;return null!=(e=this.partList)&&e.length?this.partList[this.partList.length-1].fragment.sn:this.endSN}}]),e}(),G=f(void 0);function H(e,t,r){return Uint8Array.prototype.slice?e.slice(t,r):new Uint8Array(Array.prototype.slice.call(e,t,r))}var $,W=function(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},q=function(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},V=function(e,t){for(var r=t,i=0;W(e,t);)i+=10,i+=j(e,t+6),q(e,t+10)&&(i+=10),t+=i;if(i>0)return e.subarray(r,r+i)},j=function(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]},z=function(e,t){return W(e,t)&&j(e,t+6)+10<=e.length-t},K=function(e){for(var t=J(e),r=0;r<t.length;r++){var i=t[r];if(Y(i))return re(i)}},Y=function(e){return e&&"PRIV"===e.key&&"com.apple.streaming.transportStreamTimestamp"===e.info},X=function(e){var t=String.fromCharCode(e[0],e[1],e[2],e[3]),r=j(e,4);return{type:t,size:r,data:e.subarray(10,10+r)}},J=function(e){for(var t=0,r=[];W(e,t);){for(var i=j(e,t+6),s=(t+=10)+i;t+8<s;){var n=X(e.subarray(t)),a=Q(n);a&&r.push(a),t+=n.size+10}q(e,t)&&(t+=10)}return r},Q=function(e){return"PRIV"===e.type?Z(e):"W"===e.type[0]?te(e):ee(e)},Z=function(e){if(!(e.size<2)){var t=ie(e.data,!0),r=new Uint8Array(e.data.subarray(t.length+1));return{key:e.type,info:t,data:r.buffer}}},ee=function(e){if(!(e.size<2)){if("TXXX"===e.type){var t=1,r=ie(e.data.subarray(t),!0);t+=r.length+1;var i=ie(e.data.subarray(t));return{key:e.type,info:r,data:i}}var s=ie(e.data.subarray(1));return{key:e.type,data:s}}},te=function(e){if("WXXX"===e.type){if(e.size<2)return;var t=1,r=ie(e.data.subarray(t),!0);t+=r.length+1;var i=ie(e.data.subarray(t));return{key:e.type,info:r,data:i}}var s=ie(e.data);return{key:e.type,data:s}},re=function(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)}},ie=function(e,t){void 0===t&&(t=!1);var r=function(){if(!navigator.userAgent.includes("PlayStation 4"))return $||void 0===self.TextDecoder||($=new self.TextDecoder("utf-8")),$}();if(r){var i=r.decode(e);if(t){var s=i.indexOf("\0");return-1!==s?i.substring(0,s):i}return i.replace(/\0/g,"")}for(var n,a,o,l=e.length,h="",d=0;d<l;){if(0===(n=e[d++])&&t)return h;if(0!==n&&3!==n)switch(n>>4){case 0:case 1:case 2:case 3:case 4:case 5:case 6:case 7:h+=String.fromCharCode(n);break;case 12:case 13:a=e[d++],h+=String.fromCharCode((31&n)<<6|63&a);break;case 14:a=e[d++],o=e[d++],h+=String.fromCharCode((15&n)<<12|(63&a)<<6|63&o)}}return h};var se=function(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},ne=Math.pow(2,32)-1,ae=[].push,oe={video:1,audio:2,id3:3,text:4};function le(e){return String.fromCharCode.apply(null,e)}function he(e,t){var r=e[t]<<8|e[t+1];return r<0?65536+r:r}function de(e,t){var r=ce(e,t);return r<0?4294967296+r:r}function ue(e,t){var r=de(e,t);return(r*=Math.pow(2,32))+de(e,t+4)}function ce(e,t){return e[t]<<24|e[t+1]<<16|e[t+2]<<8|e[t+3]}function fe(e,t,r){e[t]=r>>24,e[t+1]=r>>16&255,e[t+2]=r>>8&255,e[t+3]=255&r}function ge(e,t){var r=[];if(!t.length)return r;for(var i=e.byteLength,s=0;s<i;){var n=de(e,s),a=n>1?s+n:i;if(le(e.subarray(s+4,s+8))===t[0])if(1===t.length)r.push(e.subarray(s+8,a));else{var o=ge(e.subarray(s+8,a),t.slice(1));o.length&&ae.apply(r,o)}s=a}return r}function pe(e){var t=[],r=e[0],i=8,s=de(e,i);i+=4;var n=0,a=0;0===r?(n=de(e,i),a=de(e,i+4),i+=8):(n=ue(e,i),a=ue(e,i+8),i+=16),i+=2;var o=e.length+a,l=he(e,i);i+=2;for(var h=0;h<l;h++){var d=i,u=de(e,d);d+=4;var c=2147483647&u;if(1==(2147483648&u)>>>31)return P.warn("SIDX has hierarchical references (not supported)"),null;var f=de(e,d);d+=4,t.push({referenceSize:c,subsegmentDuration:f,info:{duration:f/s,start:o,end:o+c-1}}),o+=c,i=d+=4}return{earliestPresentationTime:n,timescale:s,version:r,referencesCount:l,references:t}}function me(e){for(var t=[],r=ge(e,["moov","trak"]),s=0;s<r.length;s++){var n=r[s],a=ge(n,["tkhd"])[0];if(a){var o=a[0],l=de(a,0===o?12:20),h=ge(n,["mdia","mdhd"])[0];if(h){var d=de(h,0===(o=h[0])?12:20),u=ge(n,["mdia","hdlr"])[0];if(u){var c=le(u.subarray(8,12)),f={soun:x,vide:M}[c];if(f){var g=ve(ge(n,["mdia","minf","stbl","stsd"])[0]);t[l]={timescale:d,type:f},t[f]=i({timescale:d,id:l},g)}}}}}return ge(e,["moov","mvex","trex"]).forEach((function(e){var r=de(e,4),i=t[r];i&&(i.default={duration:de(e,12),flags:de(e,20)})})),t}function ve(e){var t=e.subarray(8),r=t.subarray(86),i=le(t.subarray(4,8)),s=i,n="enca"===i||"encv"===i;if(n){var a=ge(t,[i])[0];ge(a.subarray("enca"===i?28:78),["sinf"]).forEach((function(e){var t=ge(e,["schm"])[0];if(t){var r=le(t.subarray(4,8));if("cbcs"===r||"cenc"===r){var i=ge(e,["frma"])[0];i&&(s=le(i))}}}))}switch(s){case"avc1":case"avc2":case"avc3":case"avc4":var o=ge(r,["avcC"])[0];s+="."+Ee(o[1])+Ee(o[2])+Ee(o[3]);break;case"mp4a":var l=ge(t,[i])[0],h=ge(l.subarray(28),["esds"])[0];if(h&&h.length>12){var d=4;if(3!==h[d++])break;d=ye(h,d),d+=2;var u=h[d++];if(128&u&&(d+=2),64&u&&(d+=h[d++]),4!==h[d++])break;d=ye(h,d);var c=h[d++];if(64!==c)break;if(s+="."+Ee(c),d+=12,5!==h[d++])break;d=ye(h,d);var f=h[d++],g=(248&f)>>3;31===g&&(g+=1+((7&f)<<3)+((224&h[d])>>5)),s+="."+g}break;case"hvc1":case"hev1":var p=ge(r,["hvcC"])[0],m=p[1],v=["","A","B","C"][m>>6],y=31&m,E=de(p,2),S=(32&m)>>5?"H":"L",T=p[12],_=p.subarray(6,12);s+="."+v+y,s+="."+E.toString(16).toUpperCase(),s+="."+S+T;for(var L="",b=_.length;b--;){var R=_[b];(R||L)&&(L="."+R.toString(16).toUpperCase()+L)}s+=L;break;case"dvh1":case"dvhe":var P=ge(r,["dvcC"])[0],w=P[2]>>1&127,A=P[2]<<5&32|P[3]>>3&31;s+="."+Se(w)+"."+Se(A);break;case"vp09":var C=ge(r,["vpcC"])[0],D=C[4],I=C[5],k=C[6]>>4&15;s+="."+Se(D)+"."+Se(I)+"."+Se(k);break;case"av01":var x=ge(r,["av1C"])[0],M=x[1]>>>5,O=31&x[1],F=x[2]>>>7?"H":"M",N=(64&x[2])>>6,B=(32&x[2])>>5,U=2===M&&N?B?12:10:N?10:8,G=(16&x[2])>>4,H=(8&x[2])>>3,$=(4&x[2])>>2,W=3&x[2];s+="."+M+"."+Se(O)+F+"."+Se(U)+"."+G+"."+H+$+W+"."+Se(1)+"."+Se(1)+"."+Se(1)+".0"}return{codec:s,encrypted:n}}function ye(e,t){for(var r=t+5;128&e[t++]&&t<r;);return t}function Ee(e){return("0"+e.toString(16).toUpperCase()).slice(-2)}function Se(e){return(e<10?"0":"")+e}function Te(e){var t=de(e,0),r=8;1&t&&(r+=4),4&t&&(r+=4);for(var i=0,s=de(e,4),n=0;n<s;n++)256&t&&(i+=de(e,r),r+=4),512&t&&(r+=4),1024&t&&(r+=4),2048&t&&(r+=4);return i}function _e(e,t){var r=new Uint8Array(e.length+t.length);return r.set(e),r.set(t,e.length),r}function Le(e,t){var r=[],i=t.samples,s=t.timescale,n=t.id,a=!1;return ge(i,["moof"]).map((function(o){var l=o.byteOffset-8;ge(o,["traf"]).map((function(o){var h=ge(o,["tfdt"]).map((function(e){var t=e[0],r=de(e,4);return 1===t&&(r*=Math.pow(2,32),r+=de(e,8)),r/s}))[0];return void 0!==h&&(e=h),ge(o,["tfhd"]).map((function(h){var d=de(h,4),u=16777215&de(h,0),c=0,f=!!(16&u),g=0,p=!!(32&u),m=8;d===n&&(!!(1&u)&&(m+=8),!!(2&u)&&(m+=4),!!(8&u)&&(c=de(h,m),m+=4),f&&(g=de(h,m),m+=4),p&&(m+=4),"video"===t.type&&(a=function(e){if(!e)return!1;var t=e.indexOf("."),r=t<0?e:e.substring(0,t);return"hvc1"===r||"hev1"===r||"dvh1"===r||"dvhe"===r}(t.codec)),ge(o,["trun"]).map((function(n){var o=n[0],h=16777215&de(n,0),d=!!(1&h),u=0,f=!!(4&h),p=!!(256&h),m=0,v=!!(512&h),y=0,E=!!(1024&h),S=!!(2048&h),T=0,_=de(n,4),L=8;d&&(u=de(n,L),L+=4),f&&(L+=4);for(var b=u+l,R=0;R<_;R++){if(p?(m=de(n,L),L+=4):m=c,v?(y=de(n,L),L+=4):y=g,E&&(L+=4),S&&(T=0===o?de(n,L):ce(n,L),L+=4),t.type===M)for(var P=0;P<y;){var w=de(i,b);be(a,i[b+=4])&&Re(i.subarray(b,b+w),a?2:1,e+T/s,r),b+=w,P+=w+4}e+=m/s}})))}))}))})),r}function be(e,t){if(e){var r=t>>1&63;return 39===r||40===r}return 6==(31&t)}function Re(e,t,r,i){var s=Pe(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,d=n;if(o<h)n+=o;else if(o>h){P.error("Malformed SEI payload. "+o+" is too small, only "+h+" bytes left to parse.");break}if(4===a){if(181===s[d++]){var u=he(s,d);if(d+=2,49===u){var c=de(s,d);if(d+=4,1195456820===c){var f=s[d++];if(3===f){var g=s[d++],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[d++]}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[d++].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[d++];i.push({payloadType:a,pts:r,uuid:E.join(""),userData:ie(L),userDataBytes:L})}}}function Pe(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 we=function(){function e(e,t,r,i,s){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&&"AES-128"!==e}e.clearKeyUriToKeyIdMap=function(){};var t=e.prototype;return t.isSupported=function(){if(this.method){if("AES-128"===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("AES-128"===this.method&&this.uri&&!this.iv){"number"!=typeof t&&("AES-128"!==this.method||this.iv||P.warn('missing IV for initialization segment with method="'+this.method+'" - compliance issue'),t=0);var r=function(e){for(var t=new Uint8Array(16),r=12;r<16;r++)t[r]=e>>8*(15-r)&255;return t}(t);return new e(this.method,this.uri,"identity",this.keyFormatVersions,r)}return this},e}();function Ae(e){if(void 0===e&&(e=!0),"undefined"!=typeof self)return(e||!self.MediaSource)&&self.ManagedMediaSource||self.MediaSource||self.WebKitMediaSource}var 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,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 De(e,t,r){return void 0===r&&(r=!0),!e.split(",").some((function(e){return!Ie(e,t,r)}))}function Ie(e,t,r){var i;void 0===r&&(r=!0);var s=Ae(r);return null!=(i=null==s?void 0:s.isTypeSupported(ke(e,t)))&&i}function ke(e,t){return t+'/mp4;codecs="'+e+'"'}function xe(e){if(e){var t=e.substring(0,4);return Ce.video[t]}return 2}function Me(e){return e.split(",").reduce((function(e,t){var r=Ce.video[t];return r?(2*r+e)/(e?3:2):(Ce.audio[t]+e)/(e?2:1)}),0)}var Oe={},Fe=/flac|opus/i;function Ne(e,t){return void 0===t&&(t=!0),e.replace(Fe,(function(e){return function(e,t){if(void 0===t&&(t=!0),Oe[e])return Oe[e];for(var r={flac:["flac","fLaC","FLAC"],opus:["opus","Opus"]}[e],i=0;i<r.length;i++)if(Ie(r[i],"audio",t))return Oe[e]=r[i],r[i];return e}(e.toLowerCase(),t)}))}function Be(e,t){return e&&"mp4a"!==e?e:t?t.split(",")[0]:t}var Ue=/#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,Ge=/#EXT-X-MEDIA:(.*)/g,He=/^#EXT(?:INF|-X-TARGETDURATION):/m,$e=new RegExp([/#EXTINF:\s*(\d*(?:\.\d+)?)(?:,(.*)\s+)?/.source,/(?!#) *(\S[^\r\n]*)/.source,/#EXT-X-BYTERANGE:*(.+)/.source,/#EXT-X-PROGRAM-DATE-TIME:(.+)/.source,/#.*/.source].join("|"),"g"),We=new RegExp([/#(EXTM3U)/.source,/#EXT-X-(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("|")),qe=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 p.buildAbsoluteURL(t,e,{alwaysNormalize:!0})},e.isMediaPlaylist=function(e){return He.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=[];for(Ue.lastIndex=0;null!=(i=Ue.exec(t));)if(i[1]){var a,o=new C(i[1]),l=i[2],h={attrs:o,bitrate:o.decimalInteger("BANDWIDTH")||o.decimalInteger("AVERAGE-BANDWIDTH"),name:o.NAME,url:e.resolve(l,r)},d=o.decimalResolution("RESOLUTION");d&&(h.width=d.width,h.height=d.height),ze(o.CODECS,h),null!=(a=h.unknownCodecs)&&a.length||n.push(h),s.levels.push(h)}else if(i[3]){var u=i[3],c=i[4];switch(u){case"SESSION-DATA":var f=new C(c),g=f["DATA-ID"];g&&(null===s.sessionData&&(s.sessionData={}),s.sessionData[g]=f);break;case"SESSION-KEY":var p=Ve(c,r);p.encrypted&&p.isSupported()?(null===s.sessionKeys&&(s.sessionKeys=[]),s.sessionKeys.push(p)):P.warn('[Keys] Ignoring invalid EXT-X-SESSION-KEY tag: "'+c+'"');break;case"DEFINE":break;case"CONTENT-STEERING":var m=new C(c);s.contentSteering={uri:e.resolve(m["SERVER-URI"],r),pathwayId:m["PATHWAY-ID"]||"."};break;case"START":s.startTimeOffset=je(c)}}var v=n.length>0&&n.length<s.levels.length;return s.levels=v?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(Ge.lastIndex=0;null!==(s=Ge.exec(t));){var h=new C(s[1]),d=h.TYPE;if(d){var u=o[d],c=n[d]||[];n[d]=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:d,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!=u&&u.length){var E=e.findGroup(u,y.groupId)||u[0];Ke(y,E,"audioCodec"),Ke(y,E,"textCodec")}c.push(y)}}return n},e.parseLevelPlaylist=function(e,t,r,i,s,n){var a,l,h,d=new U(t),u=d.fragments,c=null,f=0,g=0,p=0,v=0,y=null,E=new N(i,t),S=-1,T=!1,_=null;for($e.lastIndex=0,d.m3u8=e,d.hasVariableRefs=!1;null!==(a=$e.exec(e));){T&&(T=!1,(E=new N(i,t)).start=p,E.sn=f,E.cc=v,E.level=r,c&&(E.initSegment=c,E.rawProgramDateTime=c.rawProgramDateTime,c.rawProgramDateTime=null,_&&(E.setByteRange(_),_=null)));var L=a[1];if(L){E.duration=parseFloat(L);var b=(" "+a[2]).slice(1);E.title=b||null,E.tagList.push(b?["INF",L,b]:["INF",L])}else if(a[3]){if(m(E.duration)){E.start=p,h&&Je(E,h,d),E.sn=f,E.level=r,E.cc=v,u.push(E);var R=(" "+a[3]).slice(1);E.relurl=R,Ye(E,y),y=E,p+=E.duration,f++,g=0,T=!0}}else if(a[4]){var w=(" "+a[4]).slice(1);y?E.setByteRange(w,y):E.setByteRange(w)}else if(a[5])E.rawProgramDateTime=(" "+a[5]).slice(1),E.tagList.push(["PROGRAM-DATE-TIME",E.rawProgramDateTime]),-1===S&&(S=u.length);else{if(!(a=a[0].match(We))){P.warn("No matches on slow regex match for level playlist!");continue}for(l=1;l<a.length&&void 0===a[l];l++);var A=(" "+a[l]).slice(1),D=(" "+a[l+1]).slice(1),k=a[l+2]?(" "+a[l+2]).slice(1):"";switch(A){case"PLAYLIST-TYPE":d.type=D.toUpperCase();break;case"MEDIA-SEQUENCE":f=d.startSN=parseInt(D);break;case"SKIP":var x=new C(D),M=x.decimalInteger("SKIPPED-SEGMENTS");if(m(M)){d.skippedSegments=M;for(var O=M;O--;)u.unshift(null);f+=M}var F=x.enumeratedString("RECENTLY-REMOVED-DATERANGES");F&&(d.recentlyRemovedDateranges=F.split("\t"));break;case"TARGETDURATION":d.targetduration=Math.max(parseInt(D),1);break;case"VERSION":d.version=parseInt(D);break;case"INDEPENDENT-SEGMENTS":case"EXTM3U":case"DEFINE":break;case"ENDLIST":d.live=!1;break;case"#":(D||k)&&E.tagList.push(k?[D,k]:[D]);break;case"DISCONTINUITY":v++,E.tagList.push(["DIS"]);break;case"GAP":E.gap=!0,E.tagList.push([A]);break;case"BITRATE":E.tagList.push([A,D]);break;case"DATERANGE":var G=new C(D),H=new I(G,d.dateRanges[G.ID]);H.isValid||d.skippedSegments?d.dateRanges[H.id]=H:P.warn('Ignoring invalid DATERANGE tag: "'+D+'"'),E.tagList.push(["EXT-X-DATERANGE",D]);break;case"DISCONTINUITY-SEQUENCE":v=parseInt(D);break;case"KEY":var $=Ve(D,t);if($.isSupported()){if("NONE"===$.method){h=void 0;break}h||(h={}),h[$.keyFormat]&&(h=o({},h)),h[$.keyFormat]=$}else P.warn('[Keys] Ignoring invalid EXT-X-KEY tag: "'+D+'"');break;case"START":d.startTimeOffset=je(D);break;case"MAP":var W=new C(D);if(E.duration){var q=new N(i,t);Xe(q,W,r,h),c=q,E.initSegment=c,c.rawProgramDateTime&&!E.rawProgramDateTime&&(E.rawProgramDateTime=c.rawProgramDateTime)}else{var V=E.byteRangeEndOffset;if(V){var j=E.byteRangeStartOffset;_=V-j+"@"+j}else _=null;Xe(E,W,r,h),c=E,T=!0}break;case"SERVER-CONTROL":var z=new C(D);d.canBlockReload=z.bool("CAN-BLOCK-RELOAD"),d.canSkipUntil=z.optionalFloat("CAN-SKIP-UNTIL",0),d.canSkipDateRanges=d.canSkipUntil>0&&z.bool("CAN-SKIP-DATERANGES"),d.partHoldBack=z.optionalFloat("PART-HOLD-BACK",0),d.holdBack=z.optionalFloat("HOLD-BACK",0);break;case"PART-INF":var K=new C(D);d.partTarget=K.decimalFloatingPoint("PART-TARGET");break;case"PART":var Y=d.partList;Y||(Y=d.partList=[]);var X=g>0?Y[Y.length-1]:void 0,J=g++,Q=new C(D),Z=new B(Q,E,t,J,X);Y.push(Z),E.duration+=Z.duration;break;case"PRELOAD-HINT":var ee=new C(D);d.preloadHint=ee;break;case"RENDITION-REPORT":var te=new C(D);d.renditionReports=d.renditionReports||[],d.renditionReports.push(te);break;default:P.warn("line parsed but not handled: "+a)}}}y&&!y.relurl?(u.pop(),p-=y.duration,d.partList&&(d.fragmentHint=y)):d.partList&&(Ye(E,y),E.cc=v,d.fragmentHint=E,h&&Je(E,h,d));var re=u.length,ie=u[0],se=u[re-1];if((p+=d.skippedSegments*d.targetduration)>0&&re&&se){d.averagetargetduration=p/re;var ne=se.sn;d.endSN="initSegment"!==ne?ne:0,d.live||(se.endList=!0),ie&&(d.startCC=ie.cc)}else d.endSN=0,d.startCC=0;return d.fragmentHint&&(p+=d.fragmentHint.duration),d.totalduration=p,d.endCC=v,S>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}}(u,S),d},e}();function Ve(e,t,r){var i,s,n=new C(e),a=null!=(i=n.METHOD)?i:"",o=n.URI,l=n.hexadecimalInteger("IV"),h=n.KEYFORMATVERSIONS,d=null!=(s=n.KEYFORMAT)?s:"identity";o&&n.IV&&!l&&P.error("Invalid IV: "+n.IV);var u=o?qe.resolve(o,t):"",c=(h||"1").split("/").map(Number).filter(Number.isFinite);return new we(a,u,d,c,l)}function je(e){var t=new C(e).decimalFloatingPoint("TIME-OFFSET");return m(t)?t:null}function ze(e,t){var r=(e||"").split(/[ ,]+/).filter((function(e){return e}));["video","audio","text"].forEach((function(e){var i=r.filter((function(t){return function(e,t){var r=Ce[t];return!!r&&!!r[e.slice(0,4)]}(t,e)}));i.length&&(t[e+"Codec"]=i.join(","),r=r.filter((function(e){return-1===i.indexOf(e)})))})),t.unknownCodecs=r}function Ke(e,t,r){var i=t[r];i&&(e[r]=i)}function Ye(e,t){e.rawProgramDateTime?e.programDateTime=Date.parse(e.rawProgramDateTime):null!=t&&t.programDateTime&&(e.programDateTime=t.endProgramDateTime),m(e.programDateTime)||(e.programDateTime=null,e.rawProgramDateTime=null)}function Xe(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 Je(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)}var Qe="manifest",Ze="level",et="audioTrack",tt="subtitleTrack",rt="main",it="audio",st="subtitle";function nt(e){switch(e.type){case et:return it;case tt:return st;default:return rt}}function at(e,t){var r=e.url;return void 0!==r&&0!==r.indexOf("data:")||(r=t.url),r}var ot=function(){function e(e){this.hls=void 0,this.loaders=Object.create(null),this.variableList=null,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(E.MANIFEST_LOADING,this.onManifestLoading,this),e.on(E.LEVEL_LOADING,this.onLevelLoading,this),e.on(E.AUDIO_TRACK_LOADING,this.onAudioTrackLoading,this),e.on(E.SUBTITLE_TRACK_LOADING,this.onSubtitleTrackLoading,this)},t.unregisterListeners=function(){var e=this.hls;e.off(E.MANIFEST_LOADING,this.onManifestLoading,this),e.off(E.LEVEL_LOADING,this.onLevelLoading,this),e.off(E.AUDIO_TRACK_LOADING,this.onAudioTrackLoading,this),e.off(E.SUBTITLE_TRACK_LOADING,this.onSubtitleTrackLoading,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:Qe,url:r,deliveryDirectives:null})},t.onLevelLoading=function(e,t){var r=t.id,i=t.level,s=t.pathwayId,n=t.url,a=t.deliveryDirectives;this.load({id:r,level:i,pathwayId:s,responseType:"text",type:Ze,url:n,deliveryDirectives:a})},t.onAudioTrackLoading=function(e,t){var r=t.id,i=t.groupId,s=t.url,n=t.deliveryDirectives;this.load({id:r,groupId:i,level:null,responseType:"text",type:et,url:s,deliveryDirectives:n})},t.onSubtitleTrackLoading=function(e,t){var r=t.id,i=t.groupId,s=t.url,n=t.deliveryDirectives;this.load({id:r,groupId:i,level:null,responseType:"text",type:tt,url:s,deliveryDirectives:n})},t.load=function(e){var t,r,i,s=this,n=this.hls.config,a=this.getInternalLoader(e);if(a){var l=a.context;if(l&&l.url===e.url&&l.level===e.level)return void P.trace("[playlist-loader]: playlist request ongoing");P.log("[playlist-loader]: aborting previous loader for type: "+e.type),a.abort()}if(r=e.type===Qe?n.manifestLoadPolicy.default:o({},n.playlistLoadPolicy.default,{timeoutRetry:null,errorRetry:null}),a=this.createInternalLoader(e),m(null==(t=e.deliveryDirectives)?void 0:t.part)&&(e.type===Ze&&null!==e.level?i=this.hls.levels[e.level].details:e.type===et&&null!==e.id?i=this.hls.audioTracks[e.id].details:e.type===tt&&null!==e.id&&(i=this.hls.subtitleTracks[e.id].details),i)){var h=i.partTarget,d=i.targetduration;if(h&&d){var u=1e3*Math.max(3*h,.8*d);r=o({},r,{maxTimeToFirstByteMs:Math.min(u,r.maxTimeToFirstByteMs),maxLoadTimeMs:Math.min(u,r.maxTimeToFirstByteMs)})}}var c=r.errorRetry||r.timeoutRetry||{},f={loadPolicy:r,timeout:r.maxLoadTimeMs,maxRetry:c.maxNumRetry||0,retryDelay:c.retryDelayMs||0,maxRetryDelay:c.maxRetryDelayMs||0},g={onSuccess:function(e,t,r,i){var n=s.getInternalLoader(r);s.resetInternalLoader(r.type);var a=e.data;0===a.indexOf("#EXTM3U")?(t.parsing.start=performance.now(),qe.isMediaPlaylist(a)?s.handleTrackOrLevelPlaylist(e,t,r,i||null,n):s.handleMasterPlaylist(e,t,r,i)):s.handleManifestParsingError(e,r,new Error("no EXTM3U delimiter"),i||null,t)},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)}};a.load(e,f,g)},t.handleMasterPlaylist=function(e,t,r,i){var s=this.hls,n=e.data,a=at(e,r),o=qe.parseMasterPlaylist(n,a);if(o.playlistParsingError)this.handleManifestParsingError(e,r,o.playlistParsingError,i,t);else{var l=o.contentSteering,h=o.levels,d=o.sessionData,u=o.sessionKeys,c=o.startTimeOffset,f=o.variableList;this.variableList=f;var g=qe.parseMasterPlaylistMedia(n,a,o),p=g.AUDIO,m=void 0===p?[]:p,v=g.SUBTITLES,y=g["CLOSED-CAPTIONS"];m.length&&(m.some((function(e){return!e.url}))||!h[0].audioCodec||h[0].attrs.AUDIO||(P.log("[playlist-loader]: audio codec signaled in quality level, but no embedded audio track signaled, create one"),m.unshift({type:"main",name:"main",groupId:"main",default:!1,autoselect:!1,forced:!1,id:-1,attrs:new C({}),bitrate:0,url:""}))),s.trigger(E.MANIFEST_LOADED,{levels:h,audioTracks:m,subtitles:v,captions:y,contentSteering:l,url:a,stats:t,networkDetails:i,sessionData:d,sessionKeys:u,startTimeOffset:c,variableList:f})}},t.handleTrackOrLevelPlaylist=function(e,t,r,i,s){var n=this.hls,a=r.id,o=r.level,l=r.type,h=at(e,r),d=m(o)?o:m(a)?a:0,u=nt(r),c=qe.parseLevelPlaylist(e.data,h,d,u,0,this.variableList);if(l===Qe){var f={attrs:new C({}),bitrate:0,details:c,name:"",url:h};n.trigger(E.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(E.ERROR,{type:S.NETWORK_ERROR,details:T.MANIFEST_PARSING_ERROR,fatal:t.type===Qe,url:e.url,err:r,error:r,reason:r.message,response:e,context:t,networkDetails:i,stats:s})},t.handleNetworkError=function(e,t,r,s,n){void 0===r&&(r=!1);var a="A network "+(r?"timeout":"error"+(s?" (status "+s.code+")":""))+" occurred while loading "+e.type;e.type===Ze?a+=": "+e.level+" id: "+e.id:e.type!==et&&e.type!==tt||(a+=" id: "+e.id+' group-id: "'+e.groupId+'"');var o=new Error(a);P.warn("[playlist-loader]: "+a);var l=T.UNKNOWN,h=!1,d=this.getInternalLoader(e);switch(e.type){case Qe:l=r?T.MANIFEST_LOAD_TIMEOUT:T.MANIFEST_LOAD_ERROR,h=!0;break;case Ze:l=r?T.LEVEL_LOAD_TIMEOUT:T.LEVEL_LOAD_ERROR,h=!1;break;case et:l=r?T.AUDIO_TRACK_LOAD_TIMEOUT:T.AUDIO_TRACK_LOAD_ERROR,h=!1;break;case tt:l=r?T.SUBTITLE_TRACK_LOAD_TIMEOUT:T.SUBTITLE_LOAD_ERROR,h=!1}d&&this.resetInternalLoader(e.type);var u={type:S.NETWORK_ERROR,details:l,fatal:h,url:e.url,loader:d,context:e,error:o,networkDetails:t,stats:n};if(s){var c=(null==t?void 0:t.url)||e.url;u.response=i({url:c,data:void 0},s)}this.hls.trigger(E.ERROR,u)},t.handlePlaylistLoaded=function(e,t,r,i,s,n){var a=this.hls,o=i.type,l=i.level,h=i.id,d=i.groupId,u=i.deliveryDirectives,c=at(t,i),f=nt(i),g="number"==typeof i.level&&f===rt?l:void 0;if(e.fragments.length){e.targetduration||(e.playlistParsingError=new Error("Missing Target Duration"));var p=e.playlistParsingError;if(p)a.trigger(E.ERROR,{type:S.NETWORK_ERROR,details:T.LEVEL_PARSING_ERROR,fatal:!1,url:c,error:p,reason:p.message,response:t,context:i,level:g,parent:f,networkDetails:s,stats:r});else switch(e.live&&n&&(n.getCacheAge&&(e.ageHeader=n.getCacheAge()||0),n.getCacheAge&&!isNaN(e.ageHeader)||(e.ageHeader=0)),o){case Qe:case Ze:a.trigger(E.LEVEL_LOADED,{details:e,level:g||0,id:h||0,stats:r,networkDetails:s,deliveryDirectives:u});break;case et:a.trigger(E.AUDIO_TRACK_LOADED,{details:e,id:h||0,groupId:d||"",stats:r,networkDetails:s,deliveryDirectives:u});break;case tt:a.trigger(E.SUBTITLE_TRACK_LOADED,{details:e,id:h||0,groupId:d||"",stats:r,networkDetails:s,deliveryDirectives:u})}}else{var m=new Error("No Segments found in Playlist");a.trigger(E.ERROR,{type:S.NETWORK_ERROR,details:T.LEVEL_EMPTY_ERROR,fatal:!1,url:c,error:m,reason:m.message,response:t,context:i,level:g,parent:f,networkDetails:s,stats:r})}},e}();function lt(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)}var ht="org.id3",dt="https://aomedia.org/emsg/ID3";function ut(){if("undefined"!=typeof self)return self.VTTCue||self.TextTrackCue}function ct(e,t,r,s,n){var a=new e(t,r,"");try{a.value=s,n&&(a.type=n)}catch(o){a=new e(t,r,JSON.stringify(n?i({type:n},s):s))}return a}var ft=function(){var e=ut();try{e&&new e(0,Number.POSITIVE_INFINITY,"")}catch(e){return Number.MAX_VALUE}return Number.POSITIVE_INFINITY}();function gt(e,t){return e.getTime()/1e3-t}var pt=function(){function e(e){this.hls=void 0,this.id3Track=null,this.media=null,this.dateRangeCuesAppended={},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=null},t._registerListeners=function(){var e=this.hls;e.on(E.MEDIA_ATTACHED,this.onMediaAttached,this),e.on(E.MEDIA_DETACHING,this.onMediaDetaching,this),e.on(E.MANIFEST_LOADING,this.onManifestLoading,this),e.on(E.FRAG_PARSING_METADATA,this.onFragParsingMetadata,this),e.on(E.BUFFER_FLUSHING,this.onBufferFlushing,this),e.on(E.LEVEL_UPDATED,this.onLevelUpdated,this)},t._unregisterListeners=function(){var e=this.hls;e.off(E.MEDIA_ATTACHED,this.onMediaAttached,this),e.off(E.MEDIA_DETACHING,this.onMediaDetaching,this),e.off(E.MANIFEST_LOADING,this.onManifestLoading,this),e.off(E.FRAG_PARSING_METADATA,this.onFragParsingMetadata,this),e.off(E.BUFFER_FLUSHING,this.onBufferFlushing,this),e.off(E.LEVEL_UPDATED,this.onLevelUpdated,this)},t.onMediaAttached=function(e,t){this.media=t.media},t.onMediaDetaching=function(){this.id3Track&&(function(e){var t=e.mode;if("disabled"===t&&(e.mode="hidden"),e.cues)for(var r=e.cues.length;r--;)e.removeCue(e.cues[r]);"disabled"===t&&(e.mode=t)}(this.id3Track),this.id3Track=null,this.media=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 lt(r,this.media),r}return this.media.addTextTrack("metadata","id3")}},t.onFragParsingMetadata=function(e,t){if(this.media){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=ut();if(a)for(var o=0;o<n.length;o++){var l=n[o].type;if((l!==dt||i)&&s){var h=J(n[o].data);if(h){var d=n[o].pts,u=d+n[o].duration;u>ft&&(u=ft),u-d<=0&&(u=d+.25);for(var c=0;c<h.length;c++){var f=h[c];if(!Y(f)){this.updateId3CueEnds(d,l);var g=ct(a,d,u,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===ft&&(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=0,s=r;i<=s;){var n=Math.floor((s+i)/2);if(t<e[n].startTime)s=n-1;else{if(!(t>e[n].startTime&&i<r))return n;i=n+1}}return e[i].startTime-t<t-e[s].startTime?i:s}(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===ht&&h}:"video"===s?function(e){return e.type===dt&&l}:function(e){return e.type===ht&&h||e.type===dt&&l})}},t.onLevelUpdated=function(e,t){var r=this,i=t.details;if(this.media&&i.hasProgramDateTime&&this.hls.config.enableDateRangeMetadataCues){var s=this.dateRangeCuesAppended,n=this.id3Track,a=i.dateRanges,o=Object.keys(a);if(n)for(var l=Object.keys(s).filter((function(e){return!o.includes(e)})),h=function(){var e=l[d];Object.keys(s[e].cues).forEach((function(t){n.removeCue(s[e].cues[t])})),delete s[e]},d=l.length;d--;)h();var u=i.fragments[i.fragments.length-1];if(0!==o.length&&m(null==u?void 0:u.programDateTime)){this.id3Track||(this.id3Track=this.createTrack(this.media));for(var c=u.programDateTime/1e3-u.start,f=ut(),g=function(){var e=o[p],t=a[e],i=gt(t.startDate,c),n=s[e],l=(null==n?void 0:n.cues)||{},h=(null==n?void 0:n.durationKnown)||!1,d=ft,u=t.endDate;if(u)d=gt(u,c),h=!0;else if(t.endOnNext&&!h){var g=o.reduce((function(e,r){if(r!==t.id){var i=a[r];if(i.class===t.class&&i.startDate>t.startDate&&(!e||t.startDate<e.startDate))return i}return e}),null);g&&(d=gt(g.startDate,c),h=!0)}for(var m,v,y=Object.keys(t.attr),E=0;E<y.length;E++){var S=y[E];if("ID"!==(v=S)&&"CLASS"!==v&&"START-DATE"!==v&&"DURATION"!==v&&"END-DATE"!==v&&"END-ON-NEXT"!==v){var T=l[S];if(T)h&&!n.durationKnown&&(T.endTime=d);else if(f){var _=t.attr[S];D(S)&&(m=_,_=Uint8Array.from(m.replace(/^0x/,"").replace(/([\da-fA-F]{2}) ?/g,"0x$1 ").replace(/ +$/,"").split(" ")).buffer);var L=ct(f,i,d,{key:S,data:_},"com.apple.quicktime.HLS");L&&(L.id=e,r.id3Track.addCue(L),l[S]=L)}}}s[e]={cues:l,dateRange:t,durationKnown:h}},p=0;p<o.length;p++)g()}}},e}(),mt=function(){function e(e){var t=this;this.hls=void 0,this.config=void 0,this.media=null,this.levelDetails=null,this.currentTime=0,this.stallCount=0,this._latency=null,this.timeupdateHandler=function(){return t.timeupdate()},this.hls=e,this.config=e.config,this.registerListeners()}var t=e.prototype;return t.destroy=function(){this.unregisterListeners(),this.onMediaDetaching(),this.levelDetails=null,this.hls=this.timeupdateHandler=null},t.registerListeners=function(){this.hls.on(E.MEDIA_ATTACHED,this.onMediaAttached,this),this.hls.on(E.MEDIA_DETACHING,this.onMediaDetaching,this),this.hls.on(E.MANIFEST_LOADING,this.onManifestLoading,this),this.hls.on(E.LEVEL_UPDATED,this.onLevelUpdated,this),this.hls.on(E.ERROR,this.onError,this)},t.unregisterListeners=function(){this.hls.off(E.MEDIA_ATTACHED,this.onMediaAttached,this),this.hls.off(E.MEDIA_DETACHING,this.onMediaDetaching,this),this.hls.off(E.MANIFEST_LOADING,this.onManifestLoading,this),this.hls.off(E.LEVEL_UPDATED,this.onLevelUpdated,this),this.hls.off(E.ERROR,this.onError,this)},t.onMediaAttached=function(e,t){this.media=t.media,this.media.addEventListener("timeupdate",this.timeupdateHandler)},t.onMediaDetaching=function(){this.media&&(this.media.removeEventListener("timeupdate",this.timeupdateHandler),this.media=null)},t.onManifestLoading=function(){this.levelDetails=null,this._latency=null,this.stallCount=0},t.onLevelUpdated=function(e,t){var r=t.details;this.levelDetails=r,r.advanced&&this.timeupdate(),!r.live&&this.media&&this.media.removeEventListener("timeupdate",this.timeupdateHandler)},t.onError=function(e,t){var r;t.details===T.BUFFER_STALLED_ERROR&&(this.stallCount++,null!=(r=this.levelDetails)&&r.live&&P.warn("[playback-rate-controller]: Stall detected, adjusting target latency"))},t.timeupdate=function(){var e=this.media,t=this.levelDetails;if(e&&t){this.currentTime=e.currentTime;var r=this.computeLatency();if(null!==r){this._latency=r;var i=this.config,s=i.lowLatencyMode,n=i.maxLiveSyncPlaybackRate;if(s&&1!==n&&t.live){var a=this.targetLatency;if(null!==a){var o=r-a;if(o<Math.min(this.maxLatency,a+t.targetduration)&&o>.05&&this.forwardBufferLength>1){var l=Math.min(2,Math.max(1,n)),h=Math.round(2/(1+Math.exp(-.75*o-this.edgeStalled))*20)/20;e.playbackRate=Math.min(l,Math.max(1,h))}else 1!==e.playbackRate&&0!==e.playbackRate&&(e.playbackRate=1)}}}}},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},a(e,[{key:"latency",get:function(){return this._latency||0}},{key:"maxLatency",get:function(){var e=this.config,t=this.levelDetails;return void 0!==e.liveMaxLatencyDuration?e.liveMaxLatencyDuration:t?e.liveMaxLatencyDurationCount*t.targetduration:0}},{key:"targetLatency",get:function(){var e=this.levelDetails;if(null===e)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;(l.liveSyncDuration||l.liveSyncDurationCount||0===h)&&(h=void 0!==n?n:a*i);var d=i;return h+Math.min(1*this.stallCount,d)}},{key:"liveSyncPosition",get:function(){var e=this.estimateLiveEdge(),t=this.targetLatency,r=this.levelDetails;if(null===e||null===t||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}}]),e}(),vt=["NONE","TYPE-0","TYPE-1",null],yt=["SDR","PQ","HLG"];function Et(e){var t=e.canSkipUntil,r=e.canSkipDateRanges,i=e.age;return t&&i<t/2?r?"v2":"YES":""}var St=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}(),Tt=function(){function e(e){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.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(","),this.addGroupId("audio",e.attrs.AUDIO),this.addGroupId("text",e.attrs.SUBTITLES)}var t=e.prototype;return t.hasAudioGroup=function(e){return _t(this._audioGroups,e)},t.hasSubtitleGroup=function(e){return _t(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(){},a(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]}}]),e}();function _t(e,t){return!(!t||!e)&&-1!==e.indexOf(t)}function Lt(e,t){var r=t.startPTS;if(m(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.duration=s)}else t.sn>e.sn?e.cc===t.cc&&e.minEndPTS?t.start=e.start+(e.minEndPTS-e.start):t.start=e.start+e.duration:t.start=Math.max(e.start-t.duration,0)}function bt(e,t,r,i,s,n){i-r<=0&&(P.warn("Fragment should have a positive duration",t),i=r+t.duration,n=s+t.duration);var a=r,o=i,l=t.startPTS,h=t.endPTS;if(m(l)){var d=Math.abs(l-r);m(t.deltaPTS)?t.deltaPTS=Math.max(d,t.deltaPTS):t.deltaPTS=d,a=Math.max(r,l),r=Math.min(r,l),s=Math.min(s,t.startDTS),o=Math.min(i,h),i=Math.max(i,h),n=Math.max(n,t.endDTS)}var u=r-t.start;0!==t.start&&(t.start=r),t.duration=i-t.start,t.startPTS=r,t.maxStartPTS=a,t.startDTS=s,t.endPTS=i,t.minEndPTS=o,t.endDTS=n;var c,f=t.sn;if(!e||f<e.startSN||f>e.endSN)return 0;var g=f-e.startSN,p=e.fragments;for(p[g]=t,c=g;c>0;c--)Lt(p[c],p[c-1]);for(c=g;c<p.length-1;c++)Lt(p[c],p[c+1]);return e.fragmentHint&&Lt(p[p.length-1],e.fragmentHint),e.PTSKnown=e.alignedSliding=!0,u}function Rt(e,t){for(var r=null,i=e.fragments,s=i.length-1;s>=0;s--){var n=i[s].initSegment;if(n){r=n;break}}e.fragmentHint&&delete e.fragmentHint.endPTS;var a,l,h,d,u,c=0;if(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 d=l[a+h],u=o[h];i&&!u&&h<i&&(u=t.fragments[h]=d),d&&u&&r(d,u)}}(e,t,(function(e,i){e.relurl&&(c=e.cc-i.cc),m(e.startPTS)&&m(e.endPTS)&&(i.start=i.startPTS=e.startPTS,i.startDTS=e.startDTS,i.maxStartPTS=e.maxStartPTS,i.endPTS=e.endPTS,i.endDTS=e.endDTS,i.minEndPTS=e.minEndPTS,i.duration=e.endPTS-e.startPTS,i.duration&&(a=i),t.PTSKnown=t.alignedSliding=!0),i.elementaryStreams=e.elementaryStreams,i.loader=e.loader,i.stats=e.stats,e.initSegment&&(i.initSegment=e.initSegment,r=e.initSegment)})),r&&(t.fragmentHint?t.fragments.concat(t.fragmentHint):t.fragments).forEach((function(e){var t;!e||e.initSegment&&e.initSegment.relurl!==(null==(t=r)?void 0:t.relurl)||(e.initSegment=r)})),t.skippedSegments)if(t.deltaUpdateFailed=t.fragments.some((function(e){return!e})),t.deltaUpdateFailed){P.warn("[level-helper] Previous playlist missing segments skipped in delta playlist");for(var f=t.skippedSegments;f--;)t.fragments.shift();t.startSN=t.fragments[0].sn,t.startCC=t.fragments[0].cc}else t.canSkipDateRanges&&(t.dateRanges=(l=e.dateRanges,h=t.dateRanges,d=t.recentlyRemovedDateranges,u=o({},l),d&&d.forEach((function(e){delete u[e]})),Object.keys(h).forEach((function(e){var t=new I(h[e].attr,u[e]);t.isValid?u[e]=t:P.warn('Ignoring invalid Playlist Delta Update DATERANGE tag: "'+JSON.stringify(h[e].attr)+'"')})),u));var g=t.fragments;if(c){P.warn("discontinuity sliding from playlist, take drift into account");for(var p=0;p<g.length;p++)g[p].cc+=c}t.skippedSegments&&(t.startCC=t.fragments[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})),a?bt(t,a,a.startPTS,a.endPTS,a.startDTS,a.endDTS):Pt(e,t),g.length&&(t.totalduration=t.edge-g[0].start),t.driftStartTime=e.driftStartTime,t.driftStart=e.driftStart;var v=t.advancedDateTime;if(t.advanced&&v){var y=t.edge;t.driftStart||(t.driftStartTime=v,t.driftStart=y),t.driftEndTime=v,t.driftEnd=y}else t.driftEndTime=e.driftEndTime,t.driftEnd=e.driftEnd,t.advancedDateTime=e.advancedDateTime}function Pt(e,t){var r=t.startSN+t.skippedSegments-e.startSN,i=e.fragments;r<0||r>=i.length||function(e,t){if(t){for(var r=e.fragments,i=e.skippedSegments;i<r.length;i++)r[i].start+=t;e.fragmentHint&&(e.fragmentHint.start+=t)}}(t,i[r].start)}function wt(e,t,r){var i;return null!=e&&e.details?At(null==(i=e.details)?void 0:i.partList,t,r):null}function At(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 Ct(e){e.forEach((function(e,t){var r=e.details;null!=r&&r.fragments&&r.fragments.forEach((function(e){e.level=t}))}))}function Dt(e){switch(e.details){case T.FRAG_LOAD_TIMEOUT:case T.KEY_LOAD_TIMEOUT:case T.LEVEL_LOAD_TIMEOUT:case T.MANIFEST_LOAD_TIMEOUT:return!0}return!1}function It(e,t){var r=Dt(t);return e.default[(r?"timeout":"error")+"Retry"]}function kt(e,t){var r="linear"===e.backoff?1:Math.pow(2,t);return Math.min(r*e.retryDelayMs,e.maxRetryDelayMs)}function xt(e){return i(i({},e),{errorRetry:null,timeoutRetry:null})}function Mt(e,t,r,i){if(!e)return!1;var s=null==i?void 0: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}var Ot=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 Ft(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[e.sn-t[0].sn+1]||null;var a=e.endDTS-r;a>0&&a<15e-7&&(r+=15e-7)}else 0===r&&0===t[0].start&&(n=t[0]);if(n&&((!e||e.level===n.level)&&0===Nt(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=Ot(t,Nt.bind(null,r,i));return!o||o===e&&n?n:o}function Nt(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 Bt(e,t,r){var i=1e3*Math.min(t,r.duration+(r.deltaPTS?r.deltaPTS:0));return(r.endProgramDateTime||0)-i>e}var Ut=function(){function e(e){this.hls=void 0,this.playlistError=0,this.penalizedRenditions={},this.log=void 0,this.warn=void 0,this.error=void 0,this.hls=e,this.log=P.log.bind(P,"[info]:"),this.warn=P.warn.bind(P,"[warning]:"),this.error=P.error.bind(P,"[error]:"),this.registerListeners()}var t=e.prototype;return t.registerListeners=function(){var e=this.hls;e.on(E.ERROR,this.onError,this),e.on(E.MANIFEST_LOADING,this.onManifestLoading,this),e.on(E.LEVEL_UPDATED,this.onLevelUpdated,this)},t.unregisterListeners=function(){var e=this.hls;e&&(e.off(E.ERROR,this.onError,this),e.off(E.ERROR,this.onErrorOut,this),e.off(E.MANIFEST_LOADING,this.onManifestLoading,this),e.off(E.LEVEL_UPDATED,this.onLevelUpdated,this))},t.destroy=function(){this.unregisterListeners(),this.hls=null,this.penalizedRenditions={}},t.startLoad=function(e){},t.stopLoad=function(){this.playlistError=0},t.getVariantLevelIndex=function(e){return(null==e?void 0:e.type)===rt?e.level:this.hls.loadLevel},t.onManifestLoading=function(){this.playlistError=0,this.penalizedRenditions={}},t.onLevelUpdated=function(){this.playlistError=0},t.onError=function(e,t){var r,i;if(!t.fatal){var s=this.hls,n=t.context;switch(t.details){case T.FRAG_LOAD_ERROR:case T.FRAG_LOAD_TIMEOUT:case T.KEY_LOAD_ERROR:case T.KEY_LOAD_TIMEOUT:return void(t.errorAction=this.getFragRetryOrSwitchAction(t));case T.FRAG_PARSING_ERROR:if(null!=(r=t.frag)&&r.gap)return void(t.errorAction={action:0,flags:0});case T.FRAG_GAP:case T.FRAG_DECRYPT_ERROR:return t.errorAction=this.getFragRetryOrSwitchAction(t),void(t.errorAction.action=2);case T.LEVEL_EMPTY_ERROR:case T.LEVEL_PARSING_ERROR:var a,o,l=t.parent===rt?t.level:s.loadLevel;return void(t.details===T.LEVEL_EMPTY_ERROR&&null!=(a=t.context)&&null!=(o=a.levelDetails)&&o.live?t.errorAction=this.getPlaylistRetryOrSwitchAction(t,l):(t.levelRetry=!1,t.errorAction=this.getLevelSwitchAction(t,l)));case T.LEVEL_LOAD_ERROR:case T.LEVEL_LOAD_TIMEOUT:return void("number"==typeof(null==n?void 0:n.level)&&(t.errorAction=this.getPlaylistRetryOrSwitchAction(t,n.level)));case T.AUDIO_TRACK_LOAD_ERROR:case T.AUDIO_TRACK_LOAD_TIMEOUT:case T.SUBTITLE_LOAD_ERROR:case T.SUBTITLE_TRACK_LOAD_TIMEOUT:if(n){var h=s.levels[s.loadLevel];if(h&&(n.type===et&&h.hasAudioGroup(n.groupId)||n.type===tt&&h.hasSubtitleGroup(n.groupId)))return t.errorAction=this.getPlaylistRetryOrSwitchAction(t,s.loadLevel),t.errorAction.action=2,void(t.errorAction.flags=1)}return;case T.KEY_SYSTEM_STATUS_OUTPUT_RESTRICTED:var d=s.levels[s.loadLevel],u=null==d?void 0:d.attrs["HDCP-LEVEL"];return void(u?t.errorAction={action:2,flags:2,hdcpLevel:u}:this.keySystemError(t));case T.BUFFER_ADD_CODEC_ERROR:case T.REMUX_ALLOC_ERROR:case T.BUFFER_APPEND_ERROR:return void(t.errorAction=this.getLevelSwitchAction(t,null!=(i=t.level)?i:s.loadLevel));case T.INTERNAL_EXCEPTION:case T.BUFFER_APPENDING_ERROR:case T.BUFFER_FULL_ERROR:case T.LEVEL_SWITCH_ERROR:case T.BUFFER_STALLED_ERROR:case T.BUFFER_SEEK_OVER_HOLE:case T.BUFFER_NUDGE_ON_STALL:return void(t.errorAction={action:0,flags:0})}t.type===S.KEY_SYSTEM_ERROR&&this.keySystemError(t)}},t.keySystemError=function(e){var t=this.getVariantLevelIndex(e.frag);e.levelRetry=!1,e.errorAction=this.getLevelSwitchAction(e,t)},t.getPlaylistRetryOrSwitchAction=function(e,t){var r=It(this.hls.config.playlistLoadPolicy,e),i=this.playlistError++;if(Mt(r,i,Dt(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},t.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=It(e.details.startsWith("key")?a:n,e),l=t.levels.reduce((function(e,t){return e+t.fragmentError}),0);if(i&&(e.details!==T.FRAG_GAP&&i.fragmentError++,Mt(o,l,Dt(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},t.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===T.BUFFER_APPEND_ERROR&&i.fragmentError++;var o=-1,l=r.levels,h=r.loadLevel,d=r.minAutoLevel,u=r.maxAutoLevel;r.autoLevelEnabled||(r.loadLevel=-1);for(var c,f=null==(s=e.frag)?void 0:s.type,g=(f===it&&a===T.FRAG_PARSING_ERROR||"audio"===e.sourceBufferName&&(a===T.BUFFER_ADD_CODEC_ERROR||a===T.BUFFER_APPEND_ERROR))&&l.some((function(e){var t=e.audioCodec;return i.audioCodec!==t})),p="video"===e.sourceBufferName&&(a===T.BUFFER_ADD_CODEC_ERROR||a===T.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>=d&&t<=u&&0===l[t].loadError){var r,s,n=l[t];if(a===T.FRAG_GAP&&f===rt&&e.frag){var c=l[t].details;if(c){var m=Ft(e.frag,c.fragments,e.frag.start);if(null!=m&&m.gap)return 0}}else{if(v===et&&n.hasAudioGroup(y)||v===tt&&n.hasSubtitleGroup(y))return 0;if(f===it&&null!=(r=i.audioGroups)&&r.some((function(e){return n.hasAudioGroup(e)}))||f===st&&null!=(s=i.subtitleGroups)&&s.some((function(e){return n.hasSubtitleGroup(e)}))||g&&i.audioCodec===n.audioCodec||!g&&i.audioCodec!==n.audioCodec||p&&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}},t.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===T.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()},t.sendAlternateToPenaltyBox=function(e){var t=this.hls,r=e.errorAction;if(r){var i=r.flags,s=r.hdcpLevel,n=r.nextAutoLevel;switch(i){case 0:this.switchLevel(e,n);break;case 2:s&&(t.maxHdcpLevel=vt[vt.indexOf(s)-1],r.resolved=!0),this.warn('Restricting playback to HDCP-LEVEL of "'+t.maxHdcpLevel+'" or lower')}r.resolved||this.switchLevel(e,n)}},t.switchLevel=function(e,t){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}(),Gt=function(){function e(e,t){this.hls=void 0,this.timer=-1,this.requestScheduled=-1,this.canLoad=!1,this.log=void 0,this.warn=void 0,this.log=P.log.bind(P,t+":"),this.warn=P.warn.bind(P,t+":"),this.hls=e}var t=e.prototype;return t.destroy=function(){this.clearTimer(),this.hls=this.log=this.warn=null},t.clearTimer=function(){-1!==this.timer&&(self.clearTimeout(this.timer),this.timer=-1)},t.startLoad=function(){this.canLoad=!0,this.requestScheduled=-1,this.loadPlaylist()},t.stopLoad=function(){this.canLoad=!1,this.clearTimer()},t.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){P.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"])||(null==t?void 0:t.lastPartSn),d=parseInt(l["LAST-PART"])||(null==t?void 0:t.lastPartIndex);if(this.hls.config.lowLatencyMode){var u=Math.min(t.age-t.partTarget,t.targetduration);d>=0&&u>t.partTarget&&(d+=1)}var c=r&&Et(r);return new St(h,d>=0?d:void 0,c)}}},t.loadPlaylist=function(e){-1===this.requestScheduled&&(this.requestScheduled=self.performance.now())},t.shouldLoadPlaylist=function(e){return this.canLoad&&!!e&&!!e.url&&(!e.details||e.details.live)},t.shouldReloadPlaylist=function(e){return-1===this.timer&&-1===this.requestScheduled&&this.shouldLoadPlaylist(e)},t.playlistLoaded=function(e,t,r){var i=this,s=t.details,n=t.stats,a=self.performance.now(),o=n.loading.first?Math.max(0,a-n.loading.first):0;if(s.advancedDateTime=Date.now()-o,s.live||null!=r&&r.live){if(s.reloaded(r),r&&this.log("live playlist "+e+" "+(s.advanced?"REFRESHED "+s.lastPartSn+"-"+s.lastPartIndex:s.updated?"UPDATED":"MISSED")),r&&s.fragments.length>0&&Rt(r,s),!this.canLoad||!s.live)return;var l,h=void 0,d=void 0;if(s.canBlockReload&&s.endSN&&s.advanced){var u=this.hls.config.lowLatencyMode,c=s.lastPartSn,f=s.endSN,g=s.lastPartIndex,p=c===f;-1!==g?(h=p?f+1:c,d=p?u?0:g:g+1):h=f+1;var m=s.age,v=m+s.ageHeader,y=Math.min(v-s.partTarget,1.5*s.targetduration);if(y>0){if(r&&y>r.tuneInGoal)this.warn("CDN Tune-in goal increased from: "+r.tuneInGoal+" to: "+y+" with playlist age: "+s.age),y=0;else{var E=Math.floor(y/s.targetduration);h+=E,void 0!==d&&(d+=Math.round(y%s.targetduration/s.partTarget)),this.log("CDN Tune-in age: "+s.ageHeader+"s last advanced "+m.toFixed(2)+"s goal: "+y+" skip sn "+E+" to part "+d)}s.tuneInGoal=y}if(l=this.getDeliveryDirectives(s,t.deliveryDirectives,h,d),u||!p)return void this.loadPlaylist(l)}else(s.canBlockReload||s.canSkipUntil)&&(l=this.getDeliveryDirectives(s,t.deliveryDirectives,h,d));var S=this.hls.mainForwardBufferInfo,T=S?S.end-S.len:0,_=function(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)}(s,1e3*(s.edge-T));s.updated&&a>this.requestScheduled+_&&(this.requestScheduled=n.loading.start),void 0!==h&&s.canBlockReload?this.requestScheduled=n.loading.first+_-(1e3*s.partTarget||1e3):-1===this.requestScheduled||this.requestScheduled+_<a?this.requestScheduled=a:this.requestScheduled-a<=0&&(this.requestScheduled+=_);var L=this.requestScheduled-a;L=Math.max(0,L),this.log("reload live playlist "+e+" in "+Math.round(L)+" ms"),this.timer=self.setTimeout((function(){return i.loadPlaylist(l)}),L)}else this.clearTimer()},t.getDeliveryDirectives=function(e,t,r,i){var s=Et(e);return null!=t&&t.skip&&e.deltaUpdateFailed&&(r=t.msn,i=t.part,s=""),new St(r,i,s)},t.checkRetry=function(e){var t=this,r=e.details,i=Dt(e),s=e.errorAction,n=s||{},a=n.action,o=n.retryCount,l=void 0===o?0:o,h=n.retryConfig,d=!!s&&!!h&&(5===a||!s.resolved&&2===a);if(d){var u;if(this.requestScheduled=-1,l>=h.maxNumRetry)return!1;if(i&&null!=(u=e.context)&&u.deliveryDirectives)this.warn("Retrying playlist loading "+(l+1)+"/"+h.maxNumRetry+' after "'+r+'" without delivery-directives'),this.loadPlaylist();else{var c=kt(h,l);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 d},e}(),Ht=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}(),$t=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 Ht(e),this.fast_=new Ht(t),this.defaultTTFB_=i,this.ttfb_=new Ht(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 Ht(e,r.getEstimate(),r.getTotalWeight())),i.halfLife!==t&&(this.fast_=new Ht(t,i.getEstimate(),i.getTotalWeight())),s.halfLife!==e&&(this.ttfb_=new Ht(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(){},e}();function Wt(e,t){P.log('[abr] start candidates with "'+e+'" ignored because '+t)}var qt=function(){function e(e){var t=this;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.bwEstimator=void 0,this._abandonRulesCheck=function(){var e=t.fragCurrent,r=t.partCurrent,i=t.hls,s=i.autoLevelEnabled,n=i.media;if(e&&n){var a=performance.now(),o=r?r.stats:e.stats,l=r?r.duration:e.duration,h=a-o.loading.start,d=i.minAutoLevel;if(o.aborted||o.loaded&&o.loaded===o.total||e.level<=d)return t.clearTimer(),void(t._nextAutoLevel=-1);if(s&&!n.paused&&n.playbackRate&&n.readyState){var u=i.mainForwardBufferInfo;if(null!==u){var c=t.bwEstimator.getEstimateTTFB(),f=Math.abs(n.playbackRate);if(!(h<=Math.max(c,l/(2*f)*1e3))){var g=u.len/f,p=o.loading.first?o.loading.first-o.loading.start:-1,v=o.loaded&&p>-1,y=t.getBwEstimate(),S=i.levels,T=S[e.level],_=o.total||Math.max(o.loaded,Math.round(l*T.averageBitrate/8)),L=v?h-p:h;L<1&&v&&(L=Math.min(h,8*o.loaded/y));var b=v?1e3*o.loaded/L:0,R=b?(_-o.loaded)/b:8*_/y+c/1e3;if(!(R<=g)){var w,A=b?8*b:y,C=Number.POSITIVE_INFINITY;for(w=e.level-1;w>d;w--){var D=S[w].maxBitrate;if((C=t.getTimeToLoadFrag(c/1e3,A,l*D,!S[w].details))<g)break}if(!(C>=R||C>10*l)){i.nextLoadLevel=i.nextAutoLevel=w,v?t.bwEstimator.sample(h-Math.min(c,p),o.loaded):t.bwEstimator.sampleTTFB(h);var I=S[w].maxBitrate;t.getBwEstimate()*t.hls.config.abrBandWidthUpFactor>I&&t.resetEstimator(I),t.clearTimer(),P.warn("[abr] Fragment "+e.sn+(r?" part "+r.index:"")+" of level "+e.level+" is loading too slowly;\n Time to underbuffer: "+g.toFixed(3)+" s\n Estimated load time for current fragment: "+R.toFixed(3)+" s\n Estimated load time for down switch fragment: "+C.toFixed(3)+" s\n TTFB estimate: "+(0|p)+" ms\n Current BW estimate: "+(m(y)?0|y:"Unknown")+" bps\n New BW estimate: "+(0|t.getBwEstimate())+" bps\n Switching to level "+w+" @ "+(0|I)+" bps"),i.trigger(E.FRAG_LOAD_EMERGENCY_ABORTED,{frag:e,part:r,stats:o})}}}}}}},this.hls=e,this.bwEstimator=this.initEstimator(),this.registerListeners()}var t=e.prototype;return t.resetEstimator=function(e){e&&(P.log("setting initial bwe to "+e),this.hls.config.abrEwmaDefaultEstimate=e),this.firstSelection=-1,this.bwEstimator=this.initEstimator()},t.initEstimator=function(){var e=this.hls.config;return new $t(e.abrEwmaSlowVoD,e.abrEwmaFastVoD,e.abrEwmaDefaultEstimate)},t.registerListeners=function(){var e=this.hls;e.on(E.MANIFEST_LOADING,this.onManifestLoading,this),e.on(E.FRAG_LOADING,this.onFragLoading,this),e.on(E.FRAG_LOADED,this.onFragLoaded,this),e.on(E.FRAG_BUFFERED,this.onFragBuffered,this),e.on(E.LEVEL_SWITCHING,this.onLevelSwitching,this),e.on(E.LEVEL_LOADED,this.onLevelLoaded,this),e.on(E.LEVELS_UPDATED,this.onLevelsUpdated,this),e.on(E.MAX_AUTO_LEVEL_UPDATED,this.onMaxAutoLevelUpdated,this),e.on(E.ERROR,this.onError,this)},t.unregisterListeners=function(){var e=this.hls;e&&(e.off(E.MANIFEST_LOADING,this.onManifestLoading,this),e.off(E.FRAG_LOADING,this.onFragLoading,this),e.off(E.FRAG_LOADED,this.onFragLoaded,this),e.off(E.FRAG_BUFFERED,this.onFragBuffered,this),e.off(E.LEVEL_SWITCHING,this.onLevelSwitching,this),e.off(E.LEVEL_LOADED,this.onLevelLoaded,this),e.off(E.LEVELS_UPDATED,this.onLevelsUpdated,this),e.off(E.MAX_AUTO_LEVEL_UPDATED,this.onMaxAutoLevelUpdated,this),e.off(E.ERROR,this.onError,this))},t.destroy=function(){this.unregisterListeners(),this.clearTimer(),this.hls=this._abandonRulesCheck=null,this.fragCurrent=this.partCurrent=null},t.onManifestLoading=function(e,t){this.lastLoadedFragLevel=-1,this.firstSelection=-1,this.lastLevelLoadSec=0,this.fragCurrent=this.partCurrent=null,this.onLevelsUpdated(),this.clearTimer()},t.onLevelsUpdated=function(){this.lastLoadedFragLevel>-1&&this.fragCurrent&&(this.lastLoadedFragLevel=this.fragCurrent.level),this._nextAutoLevel=-1,this.onMaxAutoLevelUpdated(),this.codecTiers=null,this.audioTracksByGroup=null},t.onMaxAutoLevelUpdated=function(){this.firstSelection=-1,this.nextAutoLevelKey=""},t.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))},t.onLevelSwitching=function(e,t){this.clearTimer()},t.onError=function(e,t){if(!t.fatal)switch(t.details){case T.BUFFER_ADD_CODEC_ERROR:case T.BUFFER_APPEND_ERROR:this.lastLoadedFragLevel=-1,this.firstSelection=-1;break;case T.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)}}},t.getTimeToLoadFrag=function(e,t,r,i){return e+r/t+(i?this.lastLevelLoadSec:0)},t.onLevelLoaded=function(e,t){var r=this.hls.config,i=t.stats.loading,s=i.end-i.start;m(s)&&(this.lastLevelLoadSec=s/1e3),t.details.live?this.bwEstimator.update(r.abrEwmaSlowLive,r.abrEwmaFastLive):this.bwEstimator.update(r.abrEwmaSlowVoD,r.abrEwmaFastVoD)},t.onFragLoaded=function(e,t){var r=t.frag,i=t.part,s=i?i.stats:r.stats;if(r.type===rt&&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(E.FRAG_BUFFERED,h),r.bitrateTest=!1}else this.lastLoadedFragLevel=r.level}},t.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}},t.ignoreFragment=function(e){return e.type!==rt||"initSegment"===e.sn},t.clearTimer=function(){this.timer>-1&&(self.clearInterval(this.timer),this.timer=-1)},t.getAutoLevelKey=function(){return this.getBwEstimate()+"_"+this.getStarvationDelay().toFixed(2)},t.getNextABRAutoLevel=function(){var e=this.fragCurrent,t=this.partCurrent,r=this.hls,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,d=s.abrBandWidthUpFactor;if(l){var u=this.findBestLevel(o,n,i,l,0,h,d);if(u>=0)return u}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,P.info("[abr] bitrate test took "+Math.round(1e3*f)+"ms, set first fragment max fetchDuration to "+Math.round(1e3*c)+" ms"),h=d=1)}var g=this.findBestLevel(o,n,i,l,c,h,d);if(P.info("[abr] "+(l?"rebuffering expected":"buffer is empty")+", optimal quality level "+g),g>-1)return g;var p=r.levels[n],m=r.levels[r.loadLevel];return(null==p?void 0:p.bitrate)<(null==m?void 0:m.bitrate)?n:r.loadLevel},t.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},t.getBwEstimate=function(){return this.bwEstimator.canEstimate()?this.bwEstimator.getEstimate():this.hls.config.abrEwmaDefaultEstimate},t.findBestLevel=function(e,t,r,i,s,n,a){var o,l=this,h=i+s,d=this.lastLoadedFragLevel,u=-1===d?this.hls.firstLevel:d,c=this.fragCurrent,f=this.partCurrent,g=this.hls,p=g.levels,v=g.allAudioTracks,y=g.loadLevel,E=g.config;if(1===p.length)return 0;var S,T=p[u],_=!(null==T||null==(o=T.details)||!o.live),L=-1===y||-1===d,b="SDR",R=(null==T?void 0:T.frameRate)||0,w=E.audioPreference,A=E.videoPreference;if(this.audioTracksByGroup||(this.audioTracksByGroup=function(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:{}})}(v)),L){if(-1!==this.firstSelection)return this.firstSelection;var C=this.codecTiers||(this.codecTiers=function(e,t,r,i){return e.slice(r,i+1).reduce((function(e,t){if(!t.codecSet)return e;var r=t.audioGroups,i=e[t.codecSet];i||(e[t.codecSet]=i={minBitrate:1/0,minHeight:1/0,minFramerate:1/0,maxScore:0,videoRanges:{SDR:0},channels:{2:0},hasDefaultAudio:!r,fragmentError:0}),i.minBitrate=Math.min(i.minBitrate,t.bitrate);var s=Math.min(t.height,t.width);return i.minHeight=Math.min(i.minHeight,s),i.minFramerate=Math.min(i.minFramerate,t.frameRate),i.maxScore=Math.max(i.maxScore,t.score),i.fragmentError+=t.fragmentError,i.videoRanges[t.videoRange]=(i.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=a&&2===parseInt(a),h=!0,d=!1,u=1/0,c=1/0,f=1/0,g=0,p=[],v=function(e,t){var r=!1,i=[];return e&&(r="SDR"!==e,i=[e]),t&&(i=t.allowedVideoRanges||yt.slice(0),i=(r=void 0!==t.preferHDR?t.preferHDR: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.filter((function(e){return"SDR"!==e})):["SDR"]),{preferHDR:r,allowedVideoRanges:i}}(t,s),y=v.preferHDR,E=v.allowedVideoRanges,S=function(){var t=e[n[T]];h=t.channels[2]>0,u=Math.min(u,t.minHeight),c=Math.min(c,t.minFramerate),f=Math.min(f,t.minBitrate);var r=E.filter((function(e){return t.videoRanges[e]>0}));r.length>0&&(d=!0,p=r)},T=n.length;T--;)S();u=m(u)?u:0,c=m(c)?c:0;var _=Math.max(1080,u),L=Math.max(30,c);return f=m(f)?f:r,r=Math.max(f,r),d||(t=void 0,p=[]),{codecSet:n.reduce((function(t,i){var s=e[i];if(i===t)return t;if(s.minBitrate>r)return Wt(i,"min bitrate of "+s.minBitrate+" > current estimate of "+r),t;if(!s.hasDefaultAudio)return Wt(i,"no renditions with default or auto-select sound found"),t;if(o&&i.indexOf(o.substring(0,4))%5!=0)return Wt(i,'audio codec preference "'+o+'" not found'),t;if(a&&!l){if(!s.channels[a])return Wt(i,"no renditions with "+a+" channel sound found (channels options: "+Object.keys(s.channels)+")"),t}else if((!o||l)&&h&&0===s.channels[2])return Wt(i,"no renditions with stereo sound found"),t;return s.minHeight>_?(Wt(i,"min resolution of "+s.minHeight+" > maximum of "+_),t):s.minFramerate>L?(Wt(i,"min framerate of "+s.minFramerate+" > maximum of "+L),t):p.some((function(e){return s.videoRanges[e]>0}))?s.maxScore<g?(Wt(i,"max score of "+s.maxScore+" < selected max of "+g),t):t&&(Me(i)>=Me(t)||s.fragmentError>e[t].fragmentError)?t:(g=s.maxScore,i):(Wt(i,"no variants with VIDEO-RANGE of "+JSON.stringify(p)+" found"),t)}),void 0),videoRanges:p,preferHDR:y,minFramerate:c,minBitrate:f}}(C,b,e,w,A),I=D.codecSet,k=D.videoRanges,x=D.minFramerate,M=D.minBitrate,O=D.preferHDR;S=I,b=O?k[k.length-1]:k[0],R=x,e=Math.max(e,M),P.log("[abr] picked start tier "+JSON.stringify(D))}else S=null==T?void 0:T.codecSet,b=null==T?void 0:T.videoRange;for(var F,N=f?f.duration:c?c.duration:0,B=this.bwEstimator.getEstimateTTFB()/1e3,U=[],G=function(){var t,o=p[H],c=H>u;if(!o)return 0;if(S&&o.codecSet!==S||b&&o.videoRange!==b||c&&R>o.frameRate||!c&&R>0&&R<o.frameRate||o.supportedResult&&(null==(t=o.supportedResult.decodingInfoResults)||!t[0].smooth))return U.push(H),0;var g,v=o.details,E=(f?null==v?void 0:v.partTarget:null==v?void 0:v.averagetargetduration)||N;g=c?a*e:n*e;var w=N&&i>=2*N&&0===s?p[H].averageBitrate:p[H].maxBitrate,A=l.getTimeToLoadFrag(B,g,w*E,void 0===v);if(g>=w&&(H===d||0===o.loadError&&0===o.fragmentError)&&(A<=B||!m(A)||_&&!l.bitrateTestDelay||A<h)){var C=l.forcedAutoLevel;return H===y||-1!==C&&C===y||(U.length&&P.trace("[abr] Skipped level(s) "+U.join(",")+" of "+r+' max with CODECS and VIDEO-RANGE:"'+p[U[0]].codecs+'" '+p[U[0]].videoRange+'; not compatible with "'+T.codecs+'" '+b),P.info("[abr] switch candidate:"+u+"->"+H+" adjustedbw("+Math.round(g)+")-bitrate="+Math.round(g-w)+" ttfb:"+B.toFixed(1)+" avgDuration:"+E.toFixed(1)+" maxFetchDuration:"+h.toFixed(1)+" fetchDuration:"+A.toFixed(1)+" firstSelection:"+L+" codecSet:"+S+" videoRange:"+b+" hls.loadLevel:"+y)),L&&(l.firstSelection=H),{v:H}}},H=r;H>=t;H--)if(0!==(F=G())&&F)return F.v;return-1},a(e,[{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 P.warn("[abr] 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.hls,r=t.maxAutoLevel,i=t.minAutoLevel,s=Math.min(Math.max(e,i),r);this._nextAutoLevel!==s&&(this.nextAutoLevelKey="",this._nextAutoLevel=s)}}]),e}(),Vt={length:0,start:function(){return 0},end:function(){return 0}},jt=function(){function e(){}return e.isBuffered=function(t,r){try{if(t)for(var i=e.getBuffered(t),s=0;s<i.length;s++)if(r>=i.start(s)&&r<=i.end(s))return!0}catch(e){}return!1},e.bufferInfo=function(t,r,i){try{if(t){var s,n=e.getBuffered(t),a=[];for(s=0;s<n.length;s++)a.push({start:n.start(s),end:n.end(s)});return this.bufferedInfo(a,r,i)}}catch(e){}return{len:0,start:r,end:r,nextStart:void 0}},e.bufferedInfo=function(e,t,r){t=Math.max(0,t),e.sort((function(e,t){return e.start-t.start||t.end-e.end}));var i=[];if(r)for(var s=0;s<e.length;s++){var n=i.length;if(n){var a=i[n-1].end;e[s].start-a<r?e[s].end>a&&(i[n-1].end=e[s].end):i.push(e[s])}else i.push(e[s])}else i=e;for(var o,l=0,h=t,d=t,u=0;u<i.length;u++){var c=i[u].start,f=i[u].end;if(t+r>=c&&t<f)h=c,l=(d=f)-t;else if(t+r<c){o=c;break}}return{len:l,start:h||0,end:d||0,nextStart:o}},e.getBuffered=function(e){try{return e.buffered}catch(e){return P.log("failed to get media.buffered",e),Vt}},e}(),zt=function(){function e(e){this.buffers=void 0,this.queues={video:[],audio:[],audiovideo:[]},this.buffers=e}var t=e.prototype;return t.append=function(e,t,r){var i=this.queues[t];i.push(e),1!==i.length||r||this.executeNext(t)},t.insertAbort=function(e,t){this.queues[t].unshift(e),this.executeNext(t)},t.appendBlocker=function(e){var t,r=new Promise((function(e){t=e})),i={execute:t,onStart:function(){},onComplete:function(){},onError:function(){}};return this.append(i,e),r},t.executeNext=function(e){var t=this.queues[e];if(t.length){var r=t[0];try{r.execute()}catch(t){P.warn('[buffer-operation-queue]: Exception executing "'+e+'" SourceBuffer operation: '+t),r.onError(t);var i=this.buffers[e];null!=i&&i.updating||this.shiftAndExecuteNext(e)}}},t.shiftAndExecuteNext=function(e){this.queues[e].shift(),this.executeNext(e)},t.current=function(e){return this.queues[e][0]},e}(),Kt=/(avc[1234]|hvc1|hev1|dvh[1e]|vp09|av01)(?:\.[^.,]+)+/,Yt=function(){function e(e){var t=this;this.details=null,this._objectUrl=null,this.operationQueue=void 0,this.listeners=void 0,this.hls=void 0,this.bufferCodecEventsExpected=0,this._bufferCodecEventsTotal=0,this.media=null,this.mediaSource=null,this.lastMpegAudioChunk=null,this.appendSource=void 0,this.appendErrors={audio:0,video:0,audiovideo:0},this.tracks={},this.pendingTracks={},this.sourceBuffer=void 0,this.log=void 0,this.warn=void 0,this.error=void 0,this._onEndStreaming=function(e){t.hls&&t.hls.pauseBuffering()},this._onStartStreaming=function(e){t.hls&&t.hls.resumeBuffering()},this._onMediaSourceOpen=function(){var e=t.media,r=t.mediaSource;t.log("Media source opened"),e&&(e.removeEventListener("emptied",t._onMediaEmptied),t.updateMediaElementDuration(),t.hls.trigger(E.MEDIA_ATTACHED,{media:e,mediaSource:r})),r&&r.removeEventListener("sourceopen",t._onMediaSourceOpen),t.checkPendingTracks()},this._onMediaSourceClose=function(){t.log("Media source closed")},this._onMediaSourceEnded=function(){t.log("Media source ended")},this._onMediaEmptied=function(){var e=t.mediaSrc,r=t._objectUrl;e!==r&&P.error("Media element src was set while attaching MediaSource ("+r+" > "+e+")")},this.hls=e;var r,i="[buffer-controller]";this.appendSource=(r=Ae(e.config.preferManagedMediaSource),"undefined"!=typeof self&&r===self.ManagedMediaSource),this.log=P.log.bind(P,i),this.warn=P.warn.bind(P,i),this.error=P.error.bind(P,i),this._initSourceBuffer(),this.registerListeners()}var t=e.prototype;return t.hasSourceTypes=function(){return this.getSourceBufferTypes().length>0||Object.keys(this.pendingTracks).length>0},t.destroy=function(){this.unregisterListeners(),this.details=null,this.lastMpegAudioChunk=null,this.hls=null},t.registerListeners=function(){var e=this.hls;e.on(E.MEDIA_ATTACHING,this.onMediaAttaching,this),e.on(E.MEDIA_DETACHING,this.onMediaDetaching,this),e.on(E.MANIFEST_LOADING,this.onManifestLoading,this),e.on(E.MANIFEST_PARSED,this.onManifestParsed,this),e.on(E.BUFFER_RESET,this.onBufferReset,this),e.on(E.BUFFER_APPENDING,this.onBufferAppending,this),e.on(E.BUFFER_CODECS,this.onBufferCodecs,this),e.on(E.BUFFER_EOS,this.onBufferEos,this),e.on(E.BUFFER_FLUSHING,this.onBufferFlushing,this),e.on(E.LEVEL_UPDATED,this.onLevelUpdated,this),e.on(E.FRAG_PARSED,this.onFragParsed,this),e.on(E.FRAG_CHANGED,this.onFragChanged,this)},t.unregisterListeners=function(){var e=this.hls;e.off(E.MEDIA_ATTACHING,this.onMediaAttaching,this),e.off(E.MEDIA_DETACHING,this.onMediaDetaching,this),e.off(E.MANIFEST_LOADING,this.onManifestLoading,this),e.off(E.MANIFEST_PARSED,this.onManifestParsed,this),e.off(E.BUFFER_RESET,this.onBufferReset,this),e.off(E.BUFFER_APPENDING,this.onBufferAppending,this),e.off(E.BUFFER_CODECS,this.onBufferCodecs,this),e.off(E.BUFFER_EOS,this.onBufferEos,this),e.off(E.BUFFER_FLUSHING,this.onBufferFlushing,this),e.off(E.LEVEL_UPDATED,this.onLevelUpdated,this),e.off(E.FRAG_PARSED,this.onFragParsed,this),e.off(E.FRAG_CHANGED,this.onFragChanged,this)},t._initSourceBuffer=function(){this.sourceBuffer={},this.operationQueue=new zt(this.sourceBuffer),this.listeners={audio:[],video:[],audiovideo:[]},this.appendErrors={audio:0,video:0,audiovideo:0},this.lastMpegAudioChunk=null},t.onManifestLoading=function(){this.bufferCodecEventsExpected=this._bufferCodecEventsTotal=0,this.details=null},t.onManifestParsed=function(e,t){t.audio&&!t.video||t.altAudio,this.bufferCodecEventsExpected=this._bufferCodecEventsTotal=1,this.log(this.bufferCodecEventsExpected+" bufferCodec event(s) expected")},t.onMediaAttaching=function(e,t){var r=this.media=t.media,i=Ae(this.appendSource);if(r&&i){var s,n=this.mediaSource=new i;this.log("created media source: "+(null==(s=n.constructor)?void 0:s.name)),n.addEventListener("sourceopen",this._onMediaSourceOpen),n.addEventListener("sourceended",this._onMediaSourceEnded),n.addEventListener("sourceclose",this._onMediaSourceClose),this.appendSource&&(n.addEventListener("startstreaming",this._onStartStreaming),n.addEventListener("endstreaming",this._onEndStreaming));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,Xt(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)}},t.onMediaDetaching=function(){var e=this.media,t=this.mediaSource,r=this._objectUrl;if(t){if(this.log("media source detaching"),"open"===t.readyState)try{t.endOfStream()}catch(e){this.warn("onMediaDetaching: "+e.message+" while calling endOfStream")}this.onBufferReset(),t.removeEventListener("sourceopen",this._onMediaSourceOpen),t.removeEventListener("sourceended",this._onMediaSourceEnded),t.removeEventListener("sourceclose",this._onMediaSourceClose),this.appendSource&&(t.removeEventListener("startstreaming",this._onStartStreaming),t.removeEventListener("endstreaming",this._onEndStreaming)),e&&(e.removeEventListener("emptied",this._onMediaEmptied),r&&self.URL.revokeObjectURL(r),this.mediaSrc===r?(e.removeAttribute("src"),this.appendSource&&Xt(e),e.load()):this.warn("media|source.src was changed by a third party - skip cleanup")),this.mediaSource=null,this.media=null,this._objectUrl=null,this.bufferCodecEventsExpected=this._bufferCodecEventsTotal,this.pendingTracks={},this.tracks={}}this.hls.trigger(E.MEDIA_DETACHED,void 0)},t.onBufferReset=function(){var e=this;this.getSourceBufferTypes().forEach((function(t){e.resetBuffer(t)})),this._initSourceBuffer()},t.resetBuffer=function(e){var t=this.sourceBuffer[e];try{var r;t&&(this.removeBufferListeners(e),this.sourceBuffer[e]=void 0,null!=(r=this.mediaSource)&&r.sourceBuffers.length&&this.mediaSource.removeSourceBuffer(t))}catch(t){this.warn("onBufferReset "+e,t)}},t.onBufferCodecs=function(e,t){var r=this,i=this.getSourceBufferTypes().length,s=Object.keys(t);if(s.forEach((function(e){if(i){var s=r.tracks[e];if(s&&"function"==typeof s.buffer.changeType){var n,a=t[e],o=a.id,l=a.codec,h=a.levelCodec,d=a.container,u=a.metadata,c=Be(s.codec,s.levelCodec),f=null==c?void 0:c.replace(Kt,"$1"),g=Be(l,h),p=null==(n=g)?void 0:n.replace(Kt,"$1");if(g&&f!==p){"audio"===e.slice(0,5)&&(g=Ne(g,r.appendSource));var m=d+";codecs="+g;r.appendChangeType(e,m),r.log("switching codec "+c+" to "+g),r.tracks[e]={buffer:s.buffer,codec:l,container:d,levelCodec:h,metadata:u,id:o}}}}else r.pendingTracks[e]=t[e]})),!i){var n=Math.max(this.bufferCodecEventsExpected-1,0);this.bufferCodecEventsExpected!==n&&(this.log(n+" bufferCodec event(s) expected "+s.join(",")),this.bufferCodecEventsExpected=n),this.mediaSource&&"open"===this.mediaSource.readyState&&this.checkPendingTracks()}},t.appendChangeType=function(e,t){var r=this,i=this.operationQueue,s={execute:function(){var s=r.sourceBuffer[e];s&&(r.log("changing "+e+" sourceBuffer type to "+t),s.changeType(t)),i.shiftAndExecuteNext(e)},onStart:function(){},onComplete:function(){},onError:function(t){r.warn("Failed to change "+e+" SourceBuffer type",t)}};i.append(s,e,!!this.pendingTracks[e])},t.onBufferAppending=function(e,t){var r=this,i=this.hls,s=this.operationQueue,n=this.tracks,a=t.data,o=t.type,l=t.frag,h=t.part,d=t.chunkMeta,u=d.buffering[o],c=self.performance.now();u.start=c;var f=l.stats.buffering,g=h?h.stats.buffering:null;0===f.start&&(f.start=c),g&&0===g.start&&(g.start=c);var p=n.audio,m=!1;"audio"===o&&"audio/mpeg"===(null==p?void 0:p.container)&&(m=!this.lastMpegAudioChunk||1===d.id||this.lastMpegAudioChunk.sn!==d.sn,this.lastMpegAudioChunk=d);var v=l.start,y={execute:function(){if(u.executeStart=self.performance.now(),m){var e=r.sourceBuffer[o];if(e){var t=v-e.timestampOffset;Math.abs(t)>=.1&&(r.log("Updating audio SourceBuffer timestampOffset to "+v+" (delta: "+t+") sn: "+l.sn+")"),e.timestampOffset=v)}}r.appendExecutor(a,o)},onStart:function(){},onComplete:function(){var e=self.performance.now();u.executeEnd=u.end=e,0===f.first&&(f.first=e),g&&0===g.first&&(g.first=e);var t=r.sourceBuffer,i={};for(var s in t)i[s]=jt.getBuffered(t[s]);r.appendErrors[o]=0,"audio"===o||"video"===o?r.appendErrors.audiovideo=0:(r.appendErrors.audio=0,r.appendErrors.video=0),r.hls.trigger(E.BUFFER_APPENDED,{type:o,frag:l,part:h,chunkMeta:d,parent:l.type,timeRanges:i})},onError:function(e){var t={type:S.MEDIA_ERROR,parent:l.type,details:T.BUFFER_APPEND_ERROR,sourceBufferName:o,frag:l,part:h,chunkMeta:d,error:e,err:e,fatal:!1};if(e.code===DOMException.QUOTA_EXCEEDED_ERR)t.details=T.BUFFER_FULL_ERROR;else{var s=++r.appendErrors[o];t.details=T.BUFFER_APPEND_ERROR,r.warn("Failed "+s+"/"+i.config.appendErrorMaxRetry+' times to append segment in "'+o+'" sourceBuffer'),s>=i.config.appendErrorMaxRetry&&(t.fatal=!0)}i.trigger(E.ERROR,t)}};s.append(y,o,!!this.pendingTracks[o])},t.onBufferFlushing=function(e,t){var r=this,i=this.operationQueue,s=function(e){return{execute:r.removeExecutor.bind(r,e,t.startOffset,t.endOffset),onStart:function(){},onComplete:function(){r.hls.trigger(E.BUFFER_FLUSHED,{type:e})},onError:function(t){r.warn("Failed to remove from "+e+" SourceBuffer",t)}}};t.type?i.append(s(t.type),t.type):this.getSourceBufferTypes().forEach((function(e){i.append(s(e),e)}))},t.onFragParsed=function(e,t){var r=this,i=t.frag,s=t.part,n=[],a=s?s.elementaryStreams:i.elementaryStreams;a[O]?n.push("audiovideo"):(a[x]&&n.push("audio"),a[M]&&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(E.FRAG_BUFFERED,{frag:i,part:s,stats:t,id:i.type})}),n)},t.onFragChanged=function(e,t){this.trimBuffers()},t.onBufferEos=function(e,t){var r=this;this.getSourceBufferTypes().reduce((function(e,i){var s=r.sourceBuffer[i];return!s||t.type&&t.type!==i||(s.ending=!0,s.ended||(s.ended=!0,r.log(i+" sourceBuffer now EOS"))),e&&!(s&&!s.ended)}),!0)&&(this.log("Queueing mediaSource.endOfStream()"),this.blockBuffers((function(){r.getSourceBufferTypes().forEach((function(e){var t=r.sourceBuffer[e];t&&(t.ending=!1)}));var e=r.mediaSource;e&&"open"===e.readyState?(r.log("Calling mediaSource.endOfStream()"),e.endOfStream()):e&&r.log("Could not call mediaSource.endOfStream(). mediaSource.readyState: "+e.readyState)})))},t.onLevelUpdated=function(e,t){var r=t.details;r.fragments.length&&(this.details=r,this.getSourceBufferTypes().length?this.blockBuffers(this.updateMediaElementDuration.bind(this)):this.updateMediaElementDuration())},t.trimBuffers=function(){var e=this.hls,t=this.details,r=this.media;if(r&&null!==t&&this.getSourceBufferTypes().length){var i=e.config,s=r.currentTime,n=t.levelTargetDuration,a=t.live&&null!==i.liveBackBufferLength?i.liveBackBufferLength:i.backBufferLength;if(m(a)&&a>0){var o=Math.max(a,n),l=Math.floor(s/n)*n-o;this.flushBackBuffer(s,n,l)}if(m(i.frontBufferFlushThreshold)&&i.frontBufferFlushThreshold>0){var h=Math.max(i.maxBufferLength,i.frontBufferFlushThreshold),d=Math.max(h,n),u=Math.floor(s/n)*n+d;this.flushFrontBuffer(s,n,u)}}},t.flushBackBuffer=function(e,t,r){var i=this,s=this.details,n=this.sourceBuffer;this.getSourceBufferTypes().forEach((function(a){var o=n[a];if(o){var l=jt.getBuffered(o);if(l.length>0&&r>l.start(0)){if(i.hls.trigger(E.BACK_BUFFER_REACHED,{bufferEnd:r}),null!=s&&s.live)i.hls.trigger(E.LIVE_BACK_BUFFER_REACHED,{bufferEnd:r});else if(o.ended&&l.end(l.length-1)-e<2*t)return void i.log("Cannot flush "+a+" back buffer while SourceBuffer is in ended state");i.hls.trigger(E.BUFFER_FLUSHING,{startOffset:0,endOffset:r,type:a})}}}))},t.flushFrontBuffer=function(e,t,r){var i=this,s=this.sourceBuffer;this.getSourceBufferTypes().forEach((function(n){var a=s[n];if(a){var o=jt.getBuffered(a),l=o.length;if(l<2)return;var h=o.start(l-1),d=o.end(l-1);if(r>h||e>=h&&e<=d)return;if(a.ended&&e-d<2*t)return void i.log("Cannot flush "+n+" front buffer while SourceBuffer is in ended state");i.hls.trigger(E.BUFFER_FLUSHING,{startOffset:h,endOffset:1/0,type:n})}}))},t.updateMediaElementDuration=function(){if(this.details&&this.media&&this.mediaSource&&"open"===this.mediaSource.readyState){var e=this.details,t=this.hls,r=this.media,i=this.mediaSource,s=e.fragments[0].start+e.totalduration,n=r.duration,a=m(i.duration)?i.duration:0;e.live&&t.config.liveDurationInfinity?(i.duration=1/0,this.updateSeekableRange(e)):(s>a&&s>n||!m(n))&&(this.log("Updating Media Source duration to "+s.toFixed(3)),i.duration=s)}},t.updateSeekableRange=function(e){var t=this.mediaSource,r=e.fragments;if(r.length&&e.live&&null!=t&&t.setLiveSeekableRange){var i=Math.max(0,r[0].start),s=Math.max(i,i+e.totalduration);this.log("Media Source duration is set to "+t.duration+". Setting seekable range to "+i+"-"+s+"."),t.setLiveSeekableRange(i,s)}},t.checkPendingTracks=function(){var e=this.bufferCodecEventsExpected,t=this.operationQueue,r=this.pendingTracks,i=Object.keys(r).length;if(i&&(!e||2===i||"audiovideo"in r)){this.createSourceBuffers(r),this.pendingTracks={};var s=this.getSourceBufferTypes();if(s.length)this.hls.trigger(E.BUFFER_CREATED,{tracks:this.tracks}),s.forEach((function(e){t.executeNext(e)}));else{var n=new Error("could not create source buffer for media codec(s)");this.hls.trigger(E.ERROR,{type:S.MEDIA_ERROR,details:T.BUFFER_INCOMPATIBLE_CODECS_ERROR,fatal:!0,error:n,reason:n.message})}}},t.createSourceBuffers=function(e){var t=this,r=this.sourceBuffer,i=this.mediaSource;if(!i)throw Error("createSourceBuffers called when mediaSource was null");var s=function(s){if(!r[s]){var n,a=e[s];if(!a)throw Error("source buffer exists for track "+s+", however track does not");var o=-1===(null==(n=a.levelCodec)?void 0:n.indexOf(","))?a.levelCodec:a.codec;o&&"audio"===s.slice(0,5)&&(o=Ne(o,t.appendSource));var l=a.container+";codecs="+o;t.log("creating sourceBuffer("+l+")");try{var h=r[s]=i.addSourceBuffer(l),d=s;t.addBufferListener(d,"updatestart",t._onSBUpdateStart),t.addBufferListener(d,"updateend",t._onSBUpdateEnd),t.addBufferListener(d,"error",t._onSBUpdateError),t.appendSource&&t.addBufferListener(d,"bufferedchange",(function(e,r){var i=r.removedRanges;null!=i&&i.length&&t.hls.trigger(E.BUFFER_FLUSHED,{type:s})})),t.tracks[s]={buffer:h,codec:o,container:a.container,levelCodec:a.levelCodec,metadata:a.metadata,id:a.id}}catch(e){t.error("error while trying to add sourceBuffer: "+e.message),t.hls.trigger(E.ERROR,{type:S.MEDIA_ERROR,details:T.BUFFER_ADD_CODEC_ERROR,fatal:!1,error:e,sourceBufferName:s,mimeType:l})}}};for(var n in e)s(n)},t._onSBUpdateStart=function(e){this.operationQueue.current(e).onStart()},t._onSBUpdateEnd=function(e){var t;if("closed"!==(null==(t=this.mediaSource)?void 0:t.readyState)){var r=this.operationQueue;r.current(e).onComplete(),r.shiftAndExecuteNext(e)}else this.resetBuffer(e)},t._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(E.ERROR,{type:S.MEDIA_ERROR,details:T.BUFFER_APPENDING_ERROR,sourceBufferName:e,error:i,fatal:!1});var s=this.operationQueue.current(e);s&&s.onError(i)},t.removeExecutor=function(e,t,r){var i=this.media,s=this.mediaSource,n=this.operationQueue,a=this.sourceBuffer[e];if(!i||!s||!a)return this.warn("Attempting to remove from the "+e+" SourceBuffer, but it does not exist"),void n.shiftAndExecuteNext(e);var o=m(i.duration)?i.duration:1/0,l=m(s.duration)?s.duration:1/0,h=Math.max(0,t),d=Math.min(r,o,l);d>h&&(!a.ending||a.ended)?(a.ended=!1,this.log("Removing ["+h+","+d+"] from the "+e+" SourceBuffer"),a.remove(h,d)):n.shiftAndExecuteNext(e)},t.appendExecutor=function(e,t){var r=this.sourceBuffer[t];if(r)r.ended=!1,r.appendBuffer(e);else if(!this.pendingTracks[t])throw new Error("Attempting to append to the "+t+" SourceBuffer, but it does not exist")},t.blockBuffers=function(e,t){var r=this;if(void 0===t&&(t=this.getSourceBufferTypes()),!t.length)return this.log("Blocking operation requested, but no SourceBuffers exist"),void Promise.resolve().then(e);var i=this.operationQueue,s=t.map((function(e){return i.appendBlocker(e)}));Promise.all(s).then((function(){e(),t.forEach((function(e){var t=r.sourceBuffer[e];null!=t&&t.updating||i.shiftAndExecuteNext(e)}))}))},t.getSourceBufferTypes=function(){return Object.keys(this.sourceBuffer)},t.addBufferListener=function(e,t,r){var i=this.sourceBuffer[e];if(i){var s=r.bind(this,e);this.listeners[e].push({event:t,listener:s}),i.addEventListener(t,s)}},t.removeBufferListeners=function(e){var t=this.sourceBuffer[e];t&&this.listeners[e].forEach((function(e){t.removeEventListener(e.event,e.listener)}))},a(e,[{key:"mediaSrc",get:function(){var e,t=(null==(e=this.media)?void 0:e.firstChild)||this.media;return null==t?void 0:t.src}}]),e}();function Xt(e){var t=e.querySelectorAll("source");[].slice.call(t).forEach((function(t){e.removeChild(t)}))}var Jt=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(E.FPS_DROP_LEVEL_CAPPING,this.onFpsDropLevelCapping,this),e.on(E.MEDIA_ATTACHING,this.onMediaAttaching,this),e.on(E.MANIFEST_PARSED,this.onManifestParsed,this),e.on(E.LEVELS_UPDATED,this.onLevelsUpdated,this),e.on(E.BUFFER_CODECS,this.onBufferCodecs,this),e.on(E.MEDIA_DETACHING,this.onMediaDetaching,this)},t.unregisterListener=function(){var e=this.hls;e.off(E.FPS_DROP_LEVEL_CAPPING,this.onFpsDropLevelCapping,this),e.off(E.MEDIA_ATTACHING,this.onMediaAttaching,this),e.off(E.MANIFEST_PARSED,this.onManifestParsed,this),e.off(E.LEVELS_UPDATED,this.onLevelsUpdated,this),e.off(E.BUFFER_CODECS,this.onBufferCodecs,this),e.off(E.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&&m(this.autoLevelCapping)&&this.detectPlayerSize()},t.onBufferCodecs=function(e,t){this.hls.config.capLevelToPlayerSize&&t.video&&this.startCapping()},t.onMediaDetaching=function(){this.stopCapping()},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&&P.log("Setting autoLevelCapping to "+r+": "+e[r].height+"p@"+e[r].bitrate+" for media "+this.mediaWidth+"x"+this.mediaHeight),t.autoLevelCapping=r,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},a(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 e}}]),e}(),Qt=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(E.MEDIA_ATTACHING,this.onMediaAttaching,this)},t.unregisterListeners=function(){this.hls.off(E.MEDIA_ATTACHING,this.onMediaAttaching,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.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(E.FPS_DROP,{currentDropped:n,currentDecoded:a,totalDroppedFrames:r}),o>0&&n>l.config.fpsDroppedMonitoringThreshold*a){var h=l.currentLevel;P.warn("drop FPS ratio greater than max allowed value for currentLevel: "+h),h>0&&(-1===l.autoLevelCapping||l.autoLevelCapping>=h)&&(h-=1,l.trigger(E.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}(),Zt=function(){function e(e){this.hls=void 0,this.log=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.log=P.log.bind(P,"[content-steering]:"),this.registerListeners()}var t=e.prototype;return t.registerListeners=function(){var e=this.hls;e.on(E.MANIFEST_LOADING,this.onManifestLoading,this),e.on(E.MANIFEST_LOADED,this.onManifestLoaded,this),e.on(E.MANIFEST_PARSED,this.onManifestParsed,this),e.on(E.ERROR,this.onError,this)},t.unregisterListeners=function(){var e=this.hls;e&&(e.off(E.MANIFEST_LOADING,this.onManifestLoading,this),e.off(E.MANIFEST_LOADED,this.onManifestLoaded,this),e.off(E.MANIFEST_PARSED,this.onManifestParsed,this),e.off(E.ERROR,this.onError,this))},t.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)}},t.stopLoad=function(){this.started=!1,this.loader&&(this.loader.destroy(),this.loader=null),this.clearTimeout()},t.clearTimeout=function(){-1!==this.reloadTimer&&(self.clearTimeout(this.reloadTimer),this.reloadTimer=-1)},t.destroy=function(){this.unregisterListeners(),this.stopLoad(),this.hls=null,this.levels=this.audioTracks=this.subtitleTracks=null},t.removeLevel=function(e){var t=this.levels;t&&(this.levels=t.filter((function(t){return t!==e})))},t.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},t.onManifestLoaded=function(e,t){var r=t.contentSteering;null!==r&&(this.pathwayId=r.pathwayId,this.uri=r.uri,this.started&&this.startLoad())},t.onManifestParsed=function(e,t){this.audioTracks=t.audioTracks,this.subtitleTracks=t.subtitleTracks},t.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=i.reduce((function(e,t){return-1===e.indexOf(t.pathwayId)&&e.push(t.pathwayId),e}),[])),s&&s.length>1&&(this.updatePathwayPriority(s),r.resolved=this.pathwayId!==n),r.resolved||P.warn("Could not resolve "+t.details+' ("'+t.error.message+'") with content-steering for Pathway: '+n+" levels: "+(i?i.length:i)+" priorities: "+JSON.stringify(s)+" penalized: "+JSON.stringify(this.penalizedPathways))}},t.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):e},t.getLevelsForPathway=function(e){return null===this.levels?[]:this.levels.filter((function(t){return e===t.pathwayId}))},t.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,Ct(t),this.hls.trigger(E.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}}}},t.getPathwayForGroupId=function(e,t,r){for(var i=this.getLevelsForPathway(r).concat(this.levels||[]),s=0;s<i.length;s++)if(t===et&&i[s].hasAudioGroup(e)||t===tt&&i[s].hasSubtitleGroup(e))return i[s].pathwayId;return r},t.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 C(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=tr(e.uri,t["STABLE-VARIANT-ID"],"PER-VARIANT-URIS",o),h=new Tt({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 d=1;d<e.audioGroups.length;d++)h.addGroupId("audio",e.audioGroups[d]+"_clone_"+n);if(e.subtitleGroups)for(var u=1;u<e.subtitleGroups.length;u++)h.addGroupId("text",e.subtitleGroups[u]+"_clone_"+n);return h}));r.push.apply(r,l),er(t.audioTracks,i,o,n),er(t.subtitleTracks,s,o,n)}}))}},t.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},d={onSuccess:function(e,i,s,n){r.log('Loaded steering manifest: "'+t+'"');var a=e.data;if(1===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 d={steeringManifest:a,url:t.toString()};r.hls.trigger(E.STEERING_MANIFEST_LOADED,d),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,d)},t.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)},e}();function er(e,t,r,i){e&&Object.keys(t).forEach((function(s){var n=e.filter((function(e){return e.groupId===s})).map((function(e){var n=o({},e);return n.details=void 0,n.attrs=new C(n.attrs),n.url=n.attrs.URI=tr(e.url,e.attrs["STABLE-RENDITION-ID"],"PER-RENDITION-URIS",r),n.groupId=n.attrs["GROUP-ID"]=t[s],n.attrs["PATHWAY-ID"]=i,n}));e.push.apply(e,n)}))}function tr(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 rr=/^age:\s*[\d.]+\s*$/im,ir=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 k,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){e.callbacks.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&&m(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;if(n>=200&&n<300&&(a&&t.response||null!==t.responseText)){r.loading.end=Math.max(self.performance.now(),r.loading.first);var o=a?t.response:t.responseText,l="arraybuffer"===t.responseType?o.byteLength:o.length;if(r.loaded=r.total=l,r.bwEstimate=8e3*r.total/(r.loading.end-r.loading.first),!this.callbacks)return;var h=this.callbacks.onProgress;if(h&&h(r,e,o,t),!this.callbacks)return;var d={url:t.responseURL,data:o,code:n};this.callbacks.onSuccess(d,r,e,t)}else{var u=s.loadPolicy.errorRetry;Mt(u,r.retry,!1,{url:e.url,data:void 0,code:n})?this.retry(u):(P.error(n+" while loading "+e.url),this.callbacks.onError({code:n,text:t.statusText},e,t,r))}}}},t.loadtimeout=function(){if(this.config){var e=this.config.loadPolicy.timeoutRetry;if(Mt(e,this.stats.retry,!0))this.retry(e);else{var t;P.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=kt(e,r.retry),r.retry++,P.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&&rr.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}(),sr=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}(),nr=/(\d+)-(\d+)\/(\d+)/,ar=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||or,this.controller=new self.AbortController,this.stats=new k}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 n=function(e,t){var r={method:"GET",mode:"cors",credentials:"same-origin",signal:t,headers:new self.Headers(o({},e.headers))};return e.rangeEnd&&r.headers.set("Range","bytes="+e.rangeStart+"-"+String(e.rangeEnd-1)),r}(e,this.controller.signal),a=r.onProgress,l="arraybuffer"===e.responseType,h=l?"byteLength":"length",d=t.loadPolicy,u=d.maxTimeToFirstByteMs,c=d.maxLoadTimeMs;this.context=e,this.config=t,this.callbacks=r,this.request=this.fetchSetup(e,n),self.clearTimeout(this.requestTimeout),t.timeout=u&&m(u)?u:c,this.requestTimeout=self.setTimeout((function(){i.abortInternal(),r.onTimeout(s,e,i.response)}),t.timeout),self.fetch(this.request).then((function(n){i.response=i.loader=n;var o=Math.max(self.performance.now(),s.loading.start);if(self.clearTimeout(i.requestTimeout),t.timeout=c,i.requestTimeout=self.setTimeout((function(){i.abortInternal(),r.onTimeout(s,e,i.response)}),c-(o-s.loading.start)),!n.ok){var h=n.status,d=n.statusText;throw new hr(d||"fetch, bad network response",h,n)}return s.loading.first=o,s.total=function(e){var t=e.get("Content-Range");if(t){var r=function(e){var t=nr.exec(e);if(t)return parseInt(t[2])-parseInt(t[1])+1}(t);if(m(r))return r}var i=e.get("Content-Length");if(i)return parseInt(i)}(n.headers)||s.total,a&&m(t.highWaterMark)?i.loadProgressively(n,s,e,t.highWaterMark,a):l?n.arrayBuffer():"json"===e.responseType?n.json():n.text()})).then((function(n){var 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 l=n[h];l&&(s.loaded=s.total=l);var d={url:o.url,data:n,code:o.status};a&&!m(t.highWaterMark)&&a(s,e,n,o),r.onSuccess(d,s,e,o)})).catch((function(t){if(self.clearTimeout(i.requestTimeout),!s.aborted){var n=t&&t.code||0,a=t?t.message:null;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 sr,a=e.body.getReader();return function o(){return a.read().then((function(a){if(a.done)return n.dataLength&&s(t,r,n.flush(),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(),e)):s(t,r,l,e),o()})).catch((function(){return Promise.reject()}))}()},e}();function or(e,t){return new self.Request(e.url,t)}var lr,hr=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 l(t,e),t}(c(Error)),dr=i(i({autoStartLoad:!0,startPosition:-1,defaultAudioCodec:void 0,debug:!1,capLevelOnFPSDrop:!1,capLevelToPlayerSize:!1,ignoreDevicePixelRatio:!1,preferManagedMediaSource:!0,initialLiveManifestSize:1,maxBufferLength:30,backBufferLength:1/0,frontBufferFlushThreshold:1/0,maxBufferSize:6e7,maxBufferHole:.1,highBufferWatchdogPeriod:2,nudgeOffset:.1,nudgeMaxRetry:3,maxFragLookUpTolerance:.25,liveSyncDurationCount:3,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,loader:ir,fLoader:void 0,pLoader:void 0,xhrSetup:void 0,licenseXhrSetup:void 0,licenseResponseCallback:void 0,abrController:qt,bufferController:Yt,capLevelController:Jt,errorController:Ut,fpsController:Qt,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,testBandwidth:!0,progressive:!1,lowLatencyMode:!0,cmcd:void 0,enableDateRangeMetadataCues:!0,enableEmsgMetadataCues:!0,enableID3MetadataCues:!0,useMediaCapabilities:!1,certLoadPolicy:{default:{maxTimeToFirstByteMs:8e3,maxLoadTimeMs:2e4,timeoutRetry:null,errorRetry:null}},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}}},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:G,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:Zt});function ur(e){return e&&"object"==typeof e?Array.isArray(e)?e.map(ur):Object.keys(e).reduce((function(t,r){return t[r]=ur(e[r]),t}),{}):e}var cr=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}l(t,e);var r=t.prototype;return r._registerListeners=function(){var e=this.hls;e.on(E.MANIFEST_LOADING,this.onManifestLoading,this),e.on(E.MANIFEST_LOADED,this.onManifestLoaded,this),e.on(E.LEVEL_LOADED,this.onLevelLoaded,this),e.on(E.LEVELS_UPDATED,this.onLevelsUpdated,this),e.on(E.FRAG_BUFFERED,this.onFragBuffered,this),e.on(E.ERROR,this.onError,this)},r._unregisterListeners=function(){var e=this.hls;e.off(E.MANIFEST_LOADING,this.onManifestLoading,this),e.off(E.MANIFEST_LOADED,this.onManifestLoaded,this),e.off(E.LEVEL_LOADED,this.onLevelLoaded,this),e.off(E.LEVELS_UPDATED,this.onLevelsUpdated,this),e.off(E.FRAG_BUFFERED,this.onFragBuffered,this),e.off(E.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.hls.config.preferManagedMediaSource,i=[],s={},n={},a=!1,o=!1,l=!1;t.levels.forEach((function(e){var t,h,d=e.attrs,u=e.audioCodec,c=e.videoCodec;-1!==(null==(t=u)?void 0:t.indexOf("mp4a.40.34"))&&(lr||(lr=/chrome|firefox/i.test(navigator.userAgent)),lr&&(e.audioCodec=u=void 0)),u&&(e.audioCodec=u=Ne(u,r)),0===(null==(h=c)?void 0:h.indexOf("avc1"))&&(c=e.videoCodec=function(e){for(var t=e.split(","),r=0;r<t.length;r++){var i=t[r].split(".");if(i.length>2){var s=i.shift()+".";s+=parseInt(i.shift()).toString(16),s+=("000"+parseInt(i.shift()).toString(16)).slice(-4),t[r]=s}}return t.join(",")}(c));var f=e.width,g=e.height,p=e.unknownCodecs;if(a||(a=!(!f||!g)),o||(o=!!c),l||(l=!!u),!(null!=p&&p.length||u&&!De(u,"audio",r)||c&&!De(c,"video",r))){var m=d.CODECS,v=d["FRAME-RATE"],y=d["HDCP-LEVEL"],E=d["PATHWAY-ID"],S=d.RESOLUTION,T=d["VIDEO-RANGE"],_=(E||".")+"-"+e.bitrate+"-"+S+"-"+v+"-"+m+"-"+T+"-"+y;if(s[_])if(s[_].uri===e.url||e.attrs["PATHWAY-ID"])s[_].addGroupId("audio",d.AUDIO),s[_].addGroupId("text",d.SUBTITLES);else{var L=n[_]+=1;e.attrs["PATHWAY-ID"]=new Array(L+1).join(".");var b=new Tt(e);s[_]=b,i.push(b)}else{var R=new Tt(e);s[_]=R,n[_]=1,i.push(R)}}})),this.filterAndSortMediaOptions(i,t,a,o,l)},r.filterAndSortMediaOptions=function(e,t,r,i,s){var n=this,a=[],o=[],l=e;if((r||i)&&s&&(l=l.filter((function(e){var t,r=e.videoCodec,i=e.videoRange,s=e.width,n=e.height;return(!!r||!(!s||!n))&&!!(t=i)&&yt.indexOf(t)>-1}))),0!==l.length){if(t.audioTracks){var h=this.hls.config.preferManagedMediaSource;fr(a=t.audioTracks.filter((function(e){return!e.audioCodec||De(e.audioCodec,"audio",h)})))}t.subtitles&&fr(o=t.subtitles);var d=l.slice(0);l.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 yt.indexOf(e.videoRange)-yt.indexOf(t.videoRange);if(e.videoCodec!==t.videoCodec){var i=xe(e.videoCodec),s=xe(t.videoCodec);if(i!==s)return s-i}if(e.uri===t.uri&&e.codecSet!==t.codecSet){var n=Me(e.codecSet),a=Me(t.codecSet);if(n!==a)return a-n}return e.averageBitrate!==t.averageBitrate?e.averageBitrate-t.averageBitrate:0}));var u=d[0];if(this.steering&&(l=this.steering.filterParsedLevels(l)).length!==d.length)for(var c=0;c<d.length;c++)if(d[c].pathwayId===l[0].pathwayId){u=d[c];break}this._levels=l;for(var f=0;f<l.length;f++)if(l[f]===u){var g;this._firstLevel=f;var p=u.bitrate,m=this.hls.bandwidthEstimate;if(this.log("manifest loaded, "+l.length+" level(s) found, first bitrate: "+p),void 0===(null==(g=this.hls.userConfig)?void 0:g.abrEwmaDefaultEstimate)){var v=Math.min(p,this.hls.config.abrEwmaDefaultEstimateMax);v>m&&m===dr.abrEwmaDefaultEstimate&&(this.hls.bandwidthEstimate=v)}break}var y=s&&!i,_={levels:l,audioTracks:a,subtitleTracks:o,sessionData:t.sessionData,sessionKeys:t.sessionKeys,firstLevel:this._firstLevel,stats:t.stats,audio:s,video:i,altAudio:!y&&a.some((function(e){return!!e.url}))};this.hls.trigger(E.MANIFEST_PARSED,_),(this.hls.config.autoStartLoad||this.hls.forceStartLoad)&&this.hls.startLoad(this.hls.config.startPosition)}else Promise.resolve().then((function(){if(n.hls){t.levels.length&&n.warn("One or more CODECS in variant not supported: "+JSON.stringify(t.levels[0].attrs));var e=new Error("no level with compatible codecs found in manifest");n.hls.trigger(E.ERROR,{type:S.MEDIA_ERROR,details:T.MANIFEST_INCOMPATIBLE_CODECS_ERROR,fatal:!0,url:t.url,error:e,reason:e.message})}}))},r.onError=function(e,t){!t.fatal&&t.context&&t.context.type===Ze&&t.context.level===this.level&&this.checkRetry(t)},r.onFragBuffered=function(e,t){var r=t.frag;if(void 0!==r&&r.type===rt){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=this._levels[s];if(!a)return this.warn("Invalid level index "+s),void(null!=(i=t.deliveryDirectives)&&i.skip&&(n.deltaUpdateFailed=!0));s===this.currentLevelIndex?(0===a.fragmentError&&(a.loadError=0),this.playlistLoaded(s,t,a.details)):null!=(r=t.deliveryDirectives)&&r.skip&&(n.deltaUpdateFailed=!0)},r.loadPlaylist=function(t){e.prototype.loadPlaylist.call(this);var r=this.currentLevelIndex,i=this.currentLevel;if(i&&this.shouldLoadPlaylist(i)){var s=i.uri;if(t)try{s=t.addDirectives(s)}catch(e){this.warn("Could not construct new URL with HLS Delivery Directives: "+e)}var n=i.attrs["PATHWAY-ID"];this.log("Loading level index "+r+(void 0!==(null==t?void 0:t.msn)?" at sn "+t.msn+" part "+t.part:"")+" with"+(n?" Pathway "+n:"")+" "+s),this.clearTimer(),this.hls.trigger(E.LEVEL_LOADING,{url:s,level:r,pathwayId:i.attrs["PATHWAY-ID"],id:0,deliveryDirectives:t||null})}},r.removeLevel=function(e){var t,r=this,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)}));Ct(i),this._levels=i,this.currentLevelIndex>-1&&null!=(t=this.currentLevel)&&t.details&&(this.currentLevelIndex=this.currentLevel.details.fragments[0].level),this.hls.trigger(E.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(E.MAX_AUTO_LEVEL_UPDATED,{autoLevelCapping:t,levels:this.levels,maxAutoLevel:r,minAutoLevel:this.hls.minAutoLevel,maxHdcpLevel:i}))},a(t,[{key:"levels",get:function(){return 0===this._levels.length?null:this._levels}},{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(E.ERROR,{type:S.OTHER_ERROR,details:T.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||!o.details||!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(E.LEVEL_SWITCHING,h);var d=o.details;if(!d||d.live){var u=this.switchParams(o.uri,null==n?void 0:n.details,d);this.loadPlaylist(u)}}}}},{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:"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)}}]),t}(Gt);function fr(e){var t={};e.forEach((function(e){var r=e.groupId||"";e.id=t[r]=t[r]||0,t[r]++}))}var gr="NOT_LOADED",pr="APPENDING",mr="PARTIAL",vr="OK",yr=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.on(E.BUFFER_APPENDED,this.onBufferAppended,this),e.on(E.FRAG_BUFFERED,this.onFragBuffered,this),e.on(E.FRAG_LOADED,this.onFragLoaded,this)},t._unregisterListeners=function(){var e=this.hls;e.off(E.BUFFER_APPENDED,this.onBufferAppended,this),e.off(E.FRAG_BUFFERED,this.onFragBuffered,this),e.off(E.FRAG_LOADED,this.onFragLoaded,this)},t.destroy=function(){this._unregisterListeners(),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;var n=s.end;if(s.start<=e&&null!==n&&e<=n)return s}return this.getBufferedFrag(e,t)},t.getBufferedFrag=function(e,t){for(var r=this.fragments,i=Object.keys(r),s=i.length;s--;){var n=r[i[s]];if((null==n?void 0:n.body.type)===t&&n.buffered){var a=n.body;if(a.start<=e&&e<=a.end)return a}}return null},t.detectEvictedFragments=function(e,t,r,i){var s=this;this.timeRanges&&(this.timeRanges[e]=t);var n=(null==i?void 0:i.fragment.sn)||-1;Object.keys(this.fragments).forEach((function(i){var a=s.fragments[i];if(a&&!(n>=a.body.sn))if(a.buffered||a.loaded){var o=a.range[e];o&&o.time.some((function(e){var r=!s.isTimeBuffered(e.startPTS,e.endPTS,t);return r&&s.removeFragment(a.body),r}))}else a.body.type===r&&s.removeFragment(a.body)}))},t.detectPartialFragments=function(e){var t=this,r=this.timeRanges,i=e.frag,s=e.part;if(r&&"initSegment"!==i.sn){var n=Sr(i),a=this.fragments[n];if(!(!a||a.buffered&&i.gap)){var o=!i.relurl;Object.keys(r).forEach((function(e){var n=i.elementaryStreams[e];if(n){var l=r[e],h=o||!0===n.partial;a.range[e]=t.getBufferedTimes(i,s,h,l)}})),a.loaded=null,Object.keys(a.range).length?(a.buffered=!0,(a.body.endList=i.endList||a.body.endList)&&(this.endListFragments[a.body.type]=a),Er(a)||this.removeParts(i.sn-1,i.type)):this.removeFragment(a.body)}}},t.removeParts=function(e,t){var r=this.activePartLists[t];r&&(this.activePartLists[t]=r.filter((function(t){return t.fragment.sn>=e})))},t.fragBuffered=function(e,t){var r=Sr(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 d=i.start(h)-this.bufferPadding,u=i.end(h)+this.bufferPadding;if(l>=d&&o<=u){s.time.push({startPTS:Math.max(n,i.start(h)),endPTS:Math.min(a,i.end(h))});break}if(n<u&&a>d){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<=d)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&&Er(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||Er(t))},t.getState=function(e){var t=Sr(e),r=this.fragments[t];return r?r.buffered?Er(r)?mr:vr:pr:gr},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.onFragLoaded=function(e,t){var r=t.frag,i=t.part;if("initSegment"!==r.sn&&!r.bitrateTest){var s=i?null:t,n=Sr(r);this.fragments[n]={body:r,appendedPTS:null,loaded:s,buffered:!1,range:Object.create(null)}}},t.onBufferAppended=function(e,t){var r=this,i=t.frag,s=t.part,n=t.timeRanges;if("initSegment"!==i.sn){var a=i.type;if(s){var o=this.activePartLists[a];o||(this.activePartLists[a]=o=[]),o.push(s)}this.timeRanges=n,Object.keys(n).forEach((function(e){var t=n[e];r.detectEvictedFragments(e,t,a,s)}))}},t.onFragBuffered=function(e,t){this.detectPartialFragments(t)},t.hasFragment=function(e){var t=Sr(e);return!!this.fragments[t]},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=Sr(e);e.stats.loaded=0,e.clearElementaryStreamInfo();var r=this.activePartLists[e.type];if(r){var i=e.sn;this.activePartLists[e.type]=r.filter((function(e){return e.fragment.sn!==i}))}delete this.fragments[t],e.endList&&delete this.endListFragments[e.type]},t.removeAllFragments=function(){this.fragments=Object.create(null),this.endListFragments=Object.create(null),this.activePartLists=Object.create(null),this.hasGaps=!1},e}();function Er(e){var t,r,i;return e.buffered&&(e.body.gap||(null==(t=e.range.video)?void 0:t.partial)||(null==(r=e.range.audio)?void 0:r.partial)||(null==(i=e.range.audiovideo)?void 0:i.partial))}function Sr(e){return e.type+"_"+e.level+"_"+e.sn}var Tr=Math.pow(2,17),_r=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,s=e.url;if(!s)return Promise.reject(new Rr({type:S.NETWORK_ERROR,details:T.FRAG_LOAD_ERROR,fatal:!1,frag:e,error:new Error("Fragment does not have a "+(s?"part list":"url")),networkDetails:null}));this.abort();var n=this.config,a=n.fLoader,o=n.loader;return new Promise((function(l,h){if(r.loader&&r.loader.destroy(),e.gap){if(e.tagList.some((function(e){return"GAP"===e[0]})))return void h(br(e));e.gap=!1}var d=r.loader=e.loader=a?new a(n):new o(n),u=Lr(e),c=xt(n.fragLoadPolicy.default),f={loadPolicy:c,timeout:c.maxLoadTimeMs,maxRetry:0,retryDelay:0,maxRetryDelay:0,highWaterMark:"initSegment"===e.sn?1/0:Tr};e.stats=d.stats,d.load(u,f,{onSuccess:function(t,i,s,n){r.resetLoader(e,d);var a=t.data;s.resetIV&&e.decryptdata&&(e.decryptdata.iv=new Uint8Array(a.slice(0,16)),a=a.slice(16)),l({frag:e,part:null,payload:a,networkDetails:n})},onError:function(t,n,a,o){r.resetLoader(e,d),h(new Rr({type:S.NETWORK_ERROR,details:T.FRAG_LOAD_ERROR,fatal:!1,frag:e,response:i({url:s,data:void 0},t),error:new Error("HTTP Error "+t.code+" "+t.text),networkDetails:a,stats:o}))},onAbort:function(t,i,s){r.resetLoader(e,d),h(new Rr({type:S.NETWORK_ERROR,details:T.INTERNAL_ABORTED,fatal:!1,frag:e,error:new Error("Aborted"),networkDetails:s,stats:t}))},onTimeout:function(t,i,s){r.resetLoader(e,d),h(new Rr({type:S.NETWORK_ERROR,details:T.FRAG_LOAD_TIMEOUT,fatal:!1,frag:e,error:new Error("Timeout after "+f.timeout+"ms"),networkDetails:s,stats:t}))},onProgress:function(r,i,s,n){t&&t({frag:e,part:null,payload:s,networkDetails:n})}})}))},t.loadPart=function(e,t,r){var s=this;this.abort();var n=this.config,a=n.fLoader,o=n.loader;return new Promise((function(l,h){if(s.loader&&s.loader.destroy(),e.gap||t.gap)h(br(e,t));else{var d=s.loader=e.loader=a?new a(n):new o(n),u=Lr(e,t),c=xt(n.fragLoadPolicy.default),f={loadPolicy:c,timeout:c.maxLoadTimeMs,maxRetry:0,retryDelay:0,maxRetryDelay:0,highWaterMark:Tr};t.stats=d.stats,d.load(u,f,{onSuccess:function(i,n,a,o){s.resetLoader(e,d),s.updateStatsFromPart(e,t);var h={frag:e,part:t,payload:i.data,networkDetails:o};r(h),l(h)},onError:function(r,n,a,o){s.resetLoader(e,d),h(new Rr({type:S.NETWORK_ERROR,details:T.FRAG_LOAD_ERROR,fatal:!1,frag:e,part:t,response:i({url:u.url,data:void 0},r),error:new Error("HTTP Error "+r.code+" "+r.text),networkDetails:a,stats:o}))},onAbort:function(r,i,n){e.stats.aborted=t.stats.aborted,s.resetLoader(e,d),h(new Rr({type:S.NETWORK_ERROR,details:T.INTERNAL_ABORTED,fatal:!1,frag:e,part:t,error:new Error("Aborted"),networkDetails:n,stats:r}))},onTimeout:function(r,i,n){s.resetLoader(e,d),h(new Rr({type:S.NETWORK_ERROR,details:T.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 Lr(e,t){void 0===t&&(t=null);var r=t||e,i={frag:e,part:t,responseType:"arraybuffer",url:r.url,headers:{},rangeStart:0,rangeEnd:0},s=r.byteRangeStartOffset,n=r.byteRangeEndOffset;if(m(s)&&m(n)){var a,o=s,l=n;if("initSegment"===e.sn&&"AES-128"===(null==(a=e.decryptdata)?void 0:a.method)){var h=n-s;h%16&&(l=n+(16-h%16)),0!==s&&(i.resetIV=!0,o=s-16)}i.rangeStart=o,i.rangeEnd=l}return i}function br(e,t){var r=new Error("GAP "+(e.gap?"tag":"attribute")+" found"),i={type:S.MEDIA_ERROR,details:T.FRAG_GAP,fatal:!1,frag:e,error:r,networkDetails:null};return t&&(i.part=t),(t||e).stats.aborted=!0,new Rr(i)}var Rr=function(e){function t(t){var r;return(r=e.call(this,t.error.message)||this).data=void 0,r.data=t,r}return l(t,e),t}(c(Error)),Pr=function(){function e(e){this.config=void 0,this.keyUriToKeyInfo={},this.emeController=null,this.config=e}var t=e.prototype;return t.abort=function(e){for(var t in this.keyUriToKeyInfo){var r=this.keyUriToKeyInfo[t].loader;if(r){var i;if(e&&e!==(null==(i=r.context)?void 0:i.frag.type))return;r.abort()}}},t.detach=function(){for(var e in this.keyUriToKeyInfo){var t=this.keyUriToKeyInfo[e];(t.mediaKeySessionContext||t.decryptdata.isCommonEncryption)&&delete this.keyUriToKeyInfo[e]}},t.destroy=function(){for(var e in this.detach(),this.keyUriToKeyInfo){var t=this.keyUriToKeyInfo[e].loader;t&&t.destroy()}this.keyUriToKeyInfo={}},t.createKeyLoadError=function(e,t,r,i,s){return void 0===t&&(t=T.KEY_LOAD_ERROR),new Rr({type:S.NETWORK_ERROR,details:t,fatal:!1,frag:e,response:s,error:r,networkDetails:i})},t.loadClear=function(e,t){var r=this;if(this.emeController&&this.config.emeEnabled)for(var i=e.sn,s=e.cc,n=function(){var e=t[a];if(s<=e.cc&&("initSegment"===i||"initSegment"===e.sn||i<e.sn))return r.emeController.selectKeySystemFormat(e).then((function(t){e.setKeyFormat(t)})),1},a=0;a<t.length&&!n();a++);},t.load=function(e){var t=this;return!e.decryptdata&&e.encrypted&&this.emeController?this.emeController.selectKeySystemFormat(e).then((function(r){return t.loadInternal(e,r)})):this.loadInternal(e)},t.loadInternal=function(e,t){var r,i;t&&e.setKeyFormat(t);var 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");return Promise.reject(this.createKeyLoadError(e,T.KEY_LOAD_ERROR,n))}var a=s.uri;if(!a)return Promise.reject(this.createKeyLoadError(e,T.KEY_LOAD_ERROR,new Error('Invalid key URI: "'+a+'"')));var o,l=this.keyUriToKeyInfo[a];if(null!=(r=l)&&r.decryptdata.key)return s.key=l.decryptdata.key,Promise.resolve({frag:e,keyInfo:l});if(null!=(i=l)&&i.keyLoadPromise)switch(null==(o=l.mediaKeySessionContext)?void 0:o.keyStatus){case void 0:case"status-pending":case"usable":case"usable-in-future":return l.keyLoadPromise.then((function(t){return s.key=t.keyInfo.decryptdata.key,{frag:e,keyInfo:l}}))}switch(l=this.keyUriToKeyInfo[a]={decryptdata:s,keyLoadPromise:null,loader:null,mediaKeySessionContext:null},s.method){case"ISO-23001-7":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":return this.loadKeyHTTP(l,e);default:return Promise.reject(this.createKeyLoadError(e,T.KEY_LOAD_ERROR,new Error('Key supplied with unsupported METHOD: "'+s.method+'"')))}},t.loadKeyEME=function(e,t){var r={frag:t,keyInfo:e};if(this.emeController&&this.config.emeEnabled){var i=this.emeController.loadKey(r);if(i)return(e.keyLoadPromise=i.then((function(t){return e.mediaKeySessionContext=t,r}))).catch((function(t){throw e.keyLoadPromise=null,t}))}return Promise.resolve(r)},t.loadKeyHTTP=function(e,t){var r=this,s=this.config,n=new(0,s.loader)(s);return t.keyLoader=e.loader=n,e.keyLoadPromise=new Promise((function(a,o){var l={keyInfo:e,frag:t,responseType:"arraybuffer",url:e.decryptdata.uri},h=s.keyLoadPolicy.default,d={loadPolicy:h,timeout:h.maxLoadTimeMs,maxRetry:0,retryDelay:0,maxRetryDelay:0},u={onSuccess:function(e,t,i,s){var n=i.frag,l=i.keyInfo,h=i.url;if(!n.decryptdata||l!==r.keyUriToKeyInfo[h])return o(r.createKeyLoadError(n,T.KEY_LOAD_ERROR,new Error("after key load, decryptdata unset or changed"),s));l.decryptdata.key=n.decryptdata.key=new Uint8Array(e.data),n.keyLoader=null,l.loader=null,a({frag:n,keyInfo:l})},onError:function(e,s,n,a){r.resetLoader(s),o(r.createKeyLoadError(t,T.KEY_LOAD_ERROR,new Error("HTTP Error "+e.code+" loading key "+e.text),n,i({url:l.url,data:void 0},e)))},onTimeout:function(e,i,s){r.resetLoader(i),o(r.createKeyLoadError(t,T.KEY_LOAD_TIMEOUT,new Error("key loading timed out"),s))},onAbort:function(e,i,s){r.resetLoader(i),o(r.createKeyLoadError(t,T.INTERNAL_ABORTED,new Error("key loading aborted"),s))}};n.load(l,d,u)}))},t.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),delete this.keyUriToKeyInfo[i],s&&s.destroy()},e}(),wr=function(){function e(){this._boundTick=void 0,this._tickTimer=null,this._tickInterval=null,this._tickCallCount=0,this._boundTick=this.tick.bind(this)}var t=e.prototype;return t.destroy=function(){this.onHandlerDestroying(),this.onHandlerDestroyed()},t.onHandlerDestroying=function(){this.clearNextTick(),this.clearInterval()},t.onHandlerDestroyed=function(){},t.hasInterval=function(){return!!this._tickInterval},t.hasNextTick=function(){return!!this._tickTimer},t.setInterval=function(e){return!this._tickInterval&&(this._tickCallCount=0,this._tickInterval=self.setInterval(this._boundTick,e),!0)},t.clearInterval=function(){return!!this._tickInterval&&(self.clearInterval(this._tickInterval),this._tickInterval=null,!0)},t.clearNextTick=function(){return!!this._tickTimer&&(self.clearTimeout(this._tickTimer),this._tickTimer=null,!0)},t.tick=function(){this._tickCallCount++,1===this._tickCallCount&&(this.doTick(),this._tickCallCount>1&&this.tickImmediate(),this._tickCallCount=0)},t.tickImmediate=function(){this.clearNextTick(),this._tickTimer=self.setTimeout(this._boundTick,0)},t.doTick=function(){},e}(),Ar=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 Cr(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 Dr(e,t){if(e){var r=e.start+t;e.start=e.startPTS=r,e.endPTS=r+e.duration}}function Ir(e,t){for(var r=t.fragments,i=0,s=r.length;i<s;i++)Dr(r[i],e);t.fragmentHint&&Dr(t.fragmentHint,e),t.alignedSliding=!0}var kr=function(){function e(e,t){this.subtle=void 0,this.aesIV=void 0,this.subtle=e,this.aesIV=t}return e.prototype.decrypt=function(e,t){return this.subtle.decrypt({name:"AES-CBC",iv:this.aesIV},t,e)},e}(),xr=function(){function e(e,t){this.subtle=void 0,this.key=void 0,this.subtle=e,this.key=t}return e.prototype.expandKey=function(){return this.subtle.importKey("raw",this.key,{name:"AES-CBC"},!1,["encrypt","decrypt"])},e}(),Mr=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],d=o[2],u=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,d[m]=S<<8|S>>>24,u[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),d=this.keySchedule=new Uint32Array(h),u=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=d[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]),d[n]=o=(d[n-s]^l)>>>0);for(a=0;a<h;a++)n=h-a,l=3&a?d[n]:d[n-4],u[a]=a<4||n<=4?l:p[c[l>>>24]]^m[c[l>>>16&255]]^v[c[l>>>8&255]]^y[c[255&l]],u[a]=u[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,d,u,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),P=R[0],w=R[1],A=R[2],C=R[3],D=new Int32Array(e),I=new Int32Array(D.length),k=this.networkToHostOrderSwap;t<D.length;){for(u=k(D[t]),c=k(D[t+1]),f=k(D[t+2]),g=k(D[t+3]),o=u^y[0],l=g^y[1],h=f^y[2],d=c^y[3],p=4,m=1;m<v;m++)i=T[o>>>24]^_[l>>16&255]^L[h>>8&255]^b[255&d]^y[p],s=T[l>>>24]^_[h>>16&255]^L[d>>8&255]^b[255&o]^y[p+1],n=T[h>>>24]^_[d>>16&255]^L[o>>8&255]^b[255&l]^y[p+2],a=T[d>>>24]^_[o>>16&255]^L[l>>8&255]^b[255&h]^y[p+3],o=i,l=s,h=n,d=a,p+=4;i=E[o>>>24]<<24^E[l>>16&255]<<16^E[h>>8&255]<<8^E[255&d]^y[p],s=E[l>>>24]<<24^E[h>>16&255]<<16^E[d>>8&255]<<8^E[255&o]^y[p+1],n=E[h>>>24]<<24^E[d>>16&255]<<16^E[o>>8&255]<<8^E[255&l]^y[p+2],a=E[d>>>24]<<24^E[o>>16&255]<<16^E[l>>8&255]<<8^E[255&h]^y[p+3],I[t]=k(i^P),I[t+1]=k(a^w),I[t+2]=k(n^A),I[t+3]=k(s^C),P=u,w=c,A=f,C=g,t+=4}return I.buffer},e}(),Or=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.useSoftware=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))?H(r,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){var i=this;return this.useSoftware?new Promise((function(s,n){i.softwareDecrypt(new Uint8Array(e),t,r);var a=i.flush();a?s(a.buffer):n(new Error("[softwareDecrypt] Failed to decrypt data"))})):this.webCryptoDecrypt(new Uint8Array(e),t,r)},t.softwareDecrypt=function(e,t,r){var i=this.currentIV,s=this.currentResult,n=this.remainderData;this.logOnce("JS AES decrypt"),n&&(e=_e(n,e),this.remainderData=null);var a=this.getValidChunk(e);if(!a.length)return null;i&&(r=i);var o=this.softwareDecrypter;o||(o=this.softwareDecrypter=new Mr),o.expandKey(t);var l=s;return this.currentResult=o.decrypt(a.buffer,0,r),this.currentIV=H(a,-16).buffer,l||null},t.webCryptoDecrypt=function(e,t,r){var i=this;if(this.key!==t||!this.fastAesKey){if(!this.subtle)return Promise.resolve(this.onWebCryptoError(e,t,r));this.key=t,this.fastAesKey=new xr(this.subtle,t)}return this.fastAesKey.expandKey().then((function(t){return i.subtle?(i.logOnce("WebCrypto AES decrypt"),new kr(i.subtle,new Uint8Array(r)).decrypt(e.buffer,t)):Promise.reject(new Error("web crypto not initialized"))})).catch((function(s){return P.warn("[decrypter]: WebCrypto Error, disable WebCrypto API, "+s.name+": "+s.message),i.onWebCryptoError(e,t,r)}))},t.onWebCryptoError=function(e,t,r){this.useSoftware=!0,this.logEnabled=!0,this.softwareDecrypt(e,t,r);var i=this.flush();if(i)return i.buffer;throw new Error("WebCrypto and softwareDecrypt: failed to decrypt data")},t.getValidChunk=function(e){var t=e,r=e.length-e.length%16;return r!==e.length&&(t=H(e,0,r),this.remainderData=H(e,r)),t},t.logOnce=function(e){this.logEnabled&&(P.log("[decrypter]: "+e),this.logEnabled=!1)},e}(),Fr="STOPPED",Nr="IDLE",Br="KEY_LOADING",Ur="FRAG_LOADING",Gr="FRAG_LOADING_WAITING_RETRY",Hr="PARSING",$r="PARSED",Wr="ENDED",qr="ERROR",Vr="WAITING_LEVEL",jr=function(e){function t(t,r,i,s,n){var a;return(a=e.call(this)||this).hls=void 0,a.fragPrevious=null,a.fragCurrent=null,a.fragmentTracker=void 0,a.transmuxer=null,a._state=Fr,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.loadedmetadata=!1,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.onvseeking=null,a.onvended=null,a.logPrefix="",a.log=void 0,a.warn=void 0,a.playlistType=n,a.logPrefix=s,a.log=P.log.bind(P,s+":"),a.warn=P.warn.bind(P,s+":"),a.hls=t,a.fragmentLoader=new _r(t.config),a.keyLoader=i,a.fragmentTracker=r,a.config=t.config,a.decrypter=new Or(t.config),t.on(E.MANIFEST_LOADED,a.onManifestLoaded,function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(a)),a}l(t,e);var r=t.prototype;return r.doTick=function(){this.onTickEnd()},r.onTickEnd=function(){},r.startLoad=function(e){},r.stopLoad=function(){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=Fr},r._streamEnded=function(e,t){if(t.live||e.nextStart||!e.end||!this.media)return!1;var r=t.partList;if(null!=r&&r.length){var i=r[r.length-1];return jt.isBuffered(this.media,i.start+i.duration/2)}var s=t.fragments[t.fragments.length-1].type;return this.fragmentTracker.isEndListAppended(s)},r.getLevelDetails=function(){var e;if(this.levels&&null!==this.levelLastLoaded)return null==(e=this.levelLastLoaded)?void 0:e.details},r.onMediaAttached=function(e,t){var r=this.media=this.mediaBuffer=t.media;this.onvseeking=this.onMediaSeeking.bind(this),this.onvended=this.onMediaEnded.bind(this),r.addEventListener("seeking",this.onvseeking),r.addEventListener("ended",this.onvended);var i=this.config;this.levels&&i.autoStartLoad&&this.state===Fr&&this.startLoad(i.startPosition)},r.onMediaDetaching=function(){var e=this.media;null!=e&&e.ended&&(this.log("MSE detaching and video ended, reset startPosition"),this.startPosition=this.lastCurrentTime=0),e&&this.onvseeking&&this.onvended&&(e.removeEventListener("seeking",this.onvseeking),e.removeEventListener("ended",this.onvended),this.onvseeking=this.onvended=null),this.keyLoader&&this.keyLoader.detach(),this.media=this.mediaBuffer=null,this.loadedmetadata=!1,this.fragmentTracker.removeAllFragments(),this.stopLoad()},r.onMediaSeeking=function(){var e=this.config,t=this.fragCurrent,r=this.media,i=this.mediaBuffer,s=this.state,n=r?r.currentTime:0,a=jt.bufferInfo(i||r,n,e.maxBufferHole);if(this.log("media seeking to "+(m(n)?n.toFixed(3):n)+", state: "+s),this.state===Wr)this.resetLoadingState();else if(t){var o=e.maxFragLookUpTolerance,l=t.start-o,h=t.start+t.duration+o;if(!a.len||h<a.start||l>a.end){var d=n>h;(n<l||d)&&(d&&t.loader&&(this.log("seeking outside of buffer while fragment load in progress, cancel fragment load"),t.abortRequests(),this.resetLoadingState()),this.fragPrevious=null)}}r&&(this.fragmentTracker.removeFragmentsInRange(n,1/0,this.playlistType,!0),this.lastCurrentTime=n),this.loadedmetadata||a.len||(this.nextLoadPosition=this.startPosition=n),this.tickImmediate()},r.onMediaEnded=function(){this.startPosition=this.lastCurrentTime=0},r.onManifestLoaded=function(e,t){this.startTimeOffset=t.startTimeOffset,this.initPTS=[]},r.onHandlerDestroying=function(){this.hls.off(E.MANIFEST_LOADED,this.onManifestLoaded,this),this.stopLoad(),e.prototype.onHandlerDestroying.call(this),this.hls=null},r.onHandlerDestroyed=function(){this.state=Fr,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._loadFragForPlayback(e,t,r)},r._loadFragForPlayback=function(e,t,r){var i=this;this._doFragLoad(e,t,r,(function(t){if(i.fragContextChanged(e))return i.warn("Fragment "+e.sn+(t.part?" p: "+t.part.index:"")+" of level "+e.level+" was dropped during download."),void i.fragmentTracker.removeFragment(e);e.stats.chunkCount++,i._handleFragmentLoadProgress(t)})).then((function(t){if(t){var r=i.state;i.fragContextChanged(e)?(r===Ur||!i.fragCurrent&&r===Hr)&&(i.fragmentTracker.removeFragment(e),i.state=Nr):("payload"in t&&(i.log("Loaded fragment "+e.sn+" of level "+e.level),i.hls.trigger(E.FRAG_LOADED,t)),i._handleFragmentLoadComplete(t))}})).catch((function(t){i.state!==Fr&&i.state!==qr&&(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)===pr){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)===mr&&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.flushMainBuffer=function(e,t,r){if(void 0===r&&(r=null),e-t){var i={startOffset:e,endOffset:t,type:r};this.hls.trigger(E.BUFFER_FLUSHING,i)}},r._loadInitSegment=function(e,t){var r=this;this._doFragLoad(e,t).then((function(t){if(!t||r.fragContextChanged(e)||!r.levels)throw new Error("init load aborted");return t})).then((function(t){var i=r.hls,s=t.payload,n=e.decryptdata;if(s&&s.byteLength>0&&null!=n&&n.key&&n.iv&&"AES-128"===n.method){var a=self.performance.now();return r.decrypter.decrypt(new Uint8Array(s),n.key.buffer,n.iv.buffer).catch((function(t){throw i.trigger(E.ERROR,{type:S.MEDIA_ERROR,details:T.FRAG_DECRYPT_ERROR,fatal:!1,error:t,reason:t.message,frag:e}),t})).then((function(s){var n=self.performance.now();return i.trigger(E.FRAG_DECRYPTED,{frag:e,payload:s,stats:{tstart:a,tdecrypt:n}}),t.payload=s,r.completeInitSegmentLoad(t)}))}return r.completeInitSegmentLoad(t)})).catch((function(t){r.state!==Fr&&r.state!==qr&&(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=Nr,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.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,i,s,n,a=this.mediaBuffer?this.mediaBuffer:this.media;if(this.log("Buffered "+e.type+" sn: "+e.sn+(t?" part: "+t.index:"")+" of "+(this.playlistType===rt?"level":"track")+" "+e.level+" (frag:["+(null!=(r=e.startPTS)?r:NaN).toFixed(3)+"-"+(null!=(i=e.endPTS)?i:NaN).toFixed(3)+"] > buffer:"+(a?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}(jt.getBuffered(a)):"(detached)")+")"),"initSegment"!==e.sn){var o;if(e.type!==st){var l=e.elementaryStreams;if(!Object.keys(l).some((function(e){return!!l[e]})))return void(this.state=Nr)}var h=null==(o=this.levels)?void 0:o[e.level];null!=h&&h.fragmentError&&(this.log("Resetting level fragment error count of "+h.fragmentError+" on frag buffered"),h.fragmentError=0)}this.state=Nr,a&&(!this.loadedmetadata&&e.type==rt&&a.buffered.length&&(null==(s=this.fragCurrent)?void 0:s.sn)===(null==(n=this.fragPrevious)?void 0:n.sn)&&(this.loadedmetadata=!0,this.seekToStartPos()),this.tick())},r.seekToStartPos=function(){},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 Ar(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);var a=null==t?void 0: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&&a.encryptedFragments.length&&this.keyLoader.loadClear(e,a.encryptedFragments):(this.log("Loading key for "+e.sn+" of ["+a.startSN+"-"+a.endSN+"], "+("[stream-controller]"===this.logPrefix?"level":"track")+" "+e.level),this.state=Br,this.fragCurrent=e,o=this.keyLoader.load(e).then((function(e){if(!n.fragContextChanged(e.frag))return n.hls.trigger(E.KEY_LOADED,e),n.state===Br&&(n.state=Nr),e})),this.hls.trigger(E.KEY_LOADING,{frag:e}),null===this.fragCurrent&&(o=Promise.reject(new Error("frag load aborted, context changed in KEY_LOADING")))),r=Math.max(e.start,r||0),this.config.lowLatencyMode&&"initSegment"!==e.sn){var l=a.partList;if(l&&i){r>e.end&&a.fragmentHint&&(e=a.fragmentHint);var h=this.getNextPart(l,e,r);if(h>-1){var d,u=l[h];return this.log("Loading part sn: "+e.sn+" p: "+u.index+" cc: "+e.cc+" of playlist ["+a.startSN+"-"+a.endSN+"] parts [0-"+h+"-"+(l.length-1)+"] "+("[stream-controller]"===this.logPrefix?"level":"track")+": "+e.level+", target: "+parseFloat(r.toFixed(3))),this.nextLoadPosition=u.start+u.duration,this.state=Ur,d=o?o.then((function(r){return!r||n.fragContextChanged(r.frag)?null:n.doFragPartsLoad(e,u,t,i)})).catch((function(e){return n.handleFragLoadError(e)})):this.doFragPartsLoad(e,u,t,i).catch((function(e){return n.handleFragLoadError(e)})),this.hls.trigger(E.FRAG_LOADING,{frag:e,part:u,targetBufferTime:r}),null===this.fragCurrent?Promise.reject(new Error("frag load aborted, context changed in FRAG_LOADING parts")):d}if(!e.url||this.loadedEndOfParts(l,r))return Promise.resolve(null)}}this.log("Loading fragment "+e.sn+" cc: "+e.cc+" "+(a?"of ["+a.startSN+"-"+a.endSN+"] ":"")+("[stream-controller]"===this.logPrefix?"level":"track")+": "+e.level+", target: "+parseFloat(r.toFixed(3))),m(e.sn)&&!this.bitrateTest&&(this.nextLoadPosition=e.start+e.duration),this.state=Ur;var c,f=this.config.progressive;return c=f&&o?o.then((function(t){return!t||n.fragContextChanged(null==t?void 0:t.frag)?null:n.fragmentLoader.load(e,i)})).catch((function(e){return n.handleFragLoadError(e)})):Promise.all([this.fragmentLoader.load(e,f?i:void 0),o]).then((function(e){var t=e[0];return!f&&t&&i&&i(t),t})).catch((function(e){return n.handleFragLoadError(e)})),this.hls.trigger(E.FRAG_LOADING,{frag:e,targetBufferTime:r}),null===this.fragCurrent?Promise.reject(new Error("frag load aborted, context changed in FRAG_LOADING")):c},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;!function t(o){s.fragmentLoader.loadPart(e,o,i).then((function(i){l[o.index]=i;var a=i.part;s.hls.trigger(E.FRAG_LOADED,i);var d=wt(r,e.sn,o.index+1)||At(h,e.sn,o.index+1);if(!d)return n({frag:e,part:a,partsLoaded:l});t(d)})).catch(a)}(t)}))},r.handleFragLoadError=function(e){if("data"in e){var t=e.data;e.data&&t.details===T.INTERNAL_ABORTED?this.handleFragLoadAborted(t.frag,t.part):this.hls.trigger(E.ERROR,t)}else this.hls.trigger(E.ERROR,{type:S.OTHER_ERROR,details:T.INTERNAL_EXCEPTION,err:e,error:e,fatal:!0});return null},r._handleTransmuxerFlush=function(e){var t=this.getCurrentContext(e);if(t&&this.state===Hr){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),this.updateLevelTiming(r,i,s,e.partial)}else this.fragCurrent||this.state===Fr||this.state===qr||(this.state=Nr)},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 level "+i+". The current chunk will not be buffered."),null;var a=t[i],o=n>-1?wt(a,s,n):null,l=o?o.fragment:function(e,t,r){if(null==e||!e.details)return null;var i=e.details,s=i.fragments[t-i.startSN];return s||((s=i.fragmentHint)&&s.sn===t?s:t<i.startSN&&r&&r.sn===t?r:null)}(a,s,r);return l?(r&&r!==l&&(l.stats=r.stats),{frag:l,part:o,level:a}):null},r.bufferFragmentData=function(e,t,r,i,s){var n;if(e&&this.state===Hr){var a=e.data1,o=e.data2,l=a;if(a&&o&&(l=_e(a,o)),null!=(n=l)&&n.length){var h={type:e.type,frag:t,part:r,chunkMeta:i,parent:t.type,data:l};if(this.hls.trigger(E.BUFFER_APPENDING,h),e.dropped&&e.independent&&!r){if(s)return;this.flushBufferGap(t)}}}},r.flushBufferGap=function(e){var t=this.media;if(t)if(jt.isBuffered(t,t.currentTime)){var r=t.currentTime,i=jt.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=this.getLoadPosition();return m(r)?this.getFwdBufferInfoAtPos(e,r,t):null},r.getFwdBufferInfoAtPos=function(e,t,r){var i=this.config.maxBufferHole,s=jt.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)return jt.bufferInfo(e,t,Math.max(s.nextStart,i))}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){var r=this.fragmentTracker.getAppendedFrag(e,rt);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,n=this.config,a=r[0].start;if(t.live){var o=n.initialLiveManifestSize;if(i<o)return this.warn("Not enough fragments to start playback (have: "+i+", need: "+o+")"),null;(!t.PTSKnown&&!this.startFragRequested&&-1===this.startPosition||e<a)&&(s=this.getInitialLiveFragment(t,r),this.startPosition=this.nextLoadPosition=s?this.hls.liveSyncPosition||s.start:e)}else e<=a&&(s=r[0]);if(!s){var l=n.lowLatencyMode?t.partEnd:t.fragmentEnd;s=this.getFragmentAtPosition(e,l,t)}return this.mapToInitFragWhenRequired(s)},r.isLoopLoading=function(e,t){var r=this.fragmentTracker.getState(e);return(r===vr||r===mr&&!!e.gap)&&this.nextLoadPosition>t},r.getNextFragmentLoopLoading=function(e,t,r,i,s){var n=e.gap,a=this.getNextFragment(this.nextLoadPosition,t);if(null===a)return a;if(e=a,n&&e&&!e.gap&&r.nextStart){var o=this.getFwdBufferInfoAtPos(this.mediaBuffer?this.mediaBuffer:this.media,r.nextStart,i);if(null!==o&&r.len+o.len>=s)return this.log('buffer full after gaps in "'+i+'" playlist starting at sn: '+e.sn),null}return e},r.mapToInitFragWhenRequired=function(e){return null==e||!e.initSegment||null!=e&&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&&(i=a),s=h}return i},r.loadedEndOfParts=function(e,t){var r=e[e.length-1];return r&&t>r.start&&r.loaded},r.getInitialLiveFragment=function(e,t){var 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||!m(t))return null;if(t<(e[0].programDateTime||0))return null;if(t>=(e[e.length-1].endProgramDateTime||0))return null;r=r||0;for(var i=0;i<e.length;++i){var s=e[i];if(Bt(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){return Ot(e,(function(e){return e.cc<t?1:e.cc>t?-1:0}))}(t,r.cc),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=this.config,n=this.fragPrevious,a=r.fragments,o=r.endSN,l=r.fragmentHint,h=s.maxFragLookUpTolerance,d=r.partList,u=!!(s.lowLatencyMode&&null!=d&&d.length&&l);if(u&&l&&!this.bitrateTest&&(a=a.concat(l),o=l.sn),i=e<t?Ft(n,a,e,e>t-h?0:h):a[a.length-1]){var c=i.sn-r.startSN,f=this.fragmentTracker.getState(i);if((f===vr||f===mr&&i.gap)&&(n=i),n&&i.sn===n.sn&&(!u||d[0].fragment.sn>i.sn)&&n&&i.level===n.level){var g=a[c+1];i=i.sn<o&&this.fragmentTracker.getState(g)!==vr?g:null}}return i},r.synchronizeToLiveEdge=function(e){var t=this.config,r=this.media;if(r){var i=this.hls.liveSyncPosition,s=r.currentTime,n=e.fragments[0].start,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;(!o&&r.readyState<4||s<a-l)&&(this.loadedmetadata||(this.nextLoadPosition=i),r.readyState&&(this.warn("Playback: "+s.toFixed(3)+" is located too far from the end of live sliding playlist: "+a+", reset currentTime to : "+i.toFixed(3)),r.currentTime=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.fragments[0].start,n=!t,a=e.alignedSliding&&m(s);if(n||!a&&!s){var o=this.fragPrevious;!function(e,t,r){t&&(function(e,t,r){if(function(e,t,r){return!(!t||!(r.endCC>r.startCC||e&&e.cc<r.startCC))}(e,r,t)){var i=function(e,t){var r=e.fragments,i=t.fragments;if(i.length&&r.length){var s=Cr(r,i[0].cc);if(s&&(!s||s.startPTS))return s;P.log("No frag in previous level to align on")}else P.log("No fragments to align")}(r,t);i&&m(i.start)&&(P.log("Adjusting PTS using last level due to CC increase within current level "+t.url),Ir(i.start,t))}}(e,r,t),!r.alignedSliding&&t&&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=Cr(n,a),i=Cr(s,a)),r&&i||(i=Cr(s,(r=n[Math.floor(n.length/2)]).cc)||s[Math.floor(s.length/2)]);var o=r.programDateTime,l=i.programDateTime;o&&l&&Ir((l-o)/1e3-(i.start-r.start),e)}}}(r,t),r.alignedSliding||!t||r.skippedSegments||Pt(t,r))}(o,r,e);var l=e.fragments[0].start;return this.log("Live playlist sliding: "+l.toFixed(2)+" start-sn: "+(t?t.startSN:"na")+"->"+e.startSN+" prev-sn: "+(o?o.sn:"na")+" fragments: "+i),l}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;if(r<t&&(r=-1),-1===r||-1===this.lastCurrentTime){var i=null!==this.startTimeOffset,s=i?this.startTimeOffset:e.startTimeOffset;null!==s&&m(s)?(r=t+s,s<0&&(r+=e.totalduration),r=Math.min(Math.max(t,r),t+e.totalduration),this.log("Start time offset "+s+" found in "+(i?"multivariant":"media")+" playlist, adjust startPosition to "+r),this.startPosition=r):e.live?r=this.hls.liveSyncPosition||t:this.startPosition=r=0,this.lastCurrentTime=r}this.nextLoadPosition=r},r.getLoadPosition=function(){var e=this.media,t=0;return this.loadedmetadata&&e?t=e.currentTime:this.nextLoadPosition&&(t=this.nextLoadPosition),t},r.handleFragLoadAborted=function(e,t){this.transmuxer&&"initSegment"!==e.sn&&e.stats.aborted&&(this.warn("Fragment "+e.sn+(t?" part "+t.index:"")+" of level "+e.level+" was aborted"),this.resetFragmentLoading(e))},r.resetFragmentLoading=function(e){this.fragCurrent&&(this.fragContextChanged(e)||this.state===Gr)||(this.state=Nr)},r.onFragmentOrKeyLoadError=function(e,t){if(t.chunkMeta&&!t.frag){var r=this.getCurrentContext(t.chunkMeta);r&&(t.frag=r.frag)}var i=t.frag;if(i&&i.type===e&&this.levels)if(this.fragContextChanged(i)){var s;this.warn("Frag load error must match current frag to retry "+i.url+" > "+(null==(s=this.fragCurrent)?void 0:s.url))}else{var n=t.details===T.FRAG_GAP;n&&this.fragmentTracker.fragBuffered(i,!0);var a=t.errorAction,o=a||{},l=o.action,h=o.retryCount,d=void 0===h?0:h,u=o.retryConfig;if(a&&5===l&&u){this.resetStartWhenNotLoaded(this.levelLastLoaded);var c=kt(u,d);this.warn("Fragment "+i.sn+" of "+e+" "+i.level+" errored with "+t.details+", retrying loading "+(d+1)+"/"+u.maxNumRetry+" in "+c+"ms"),a.resolved=!0,this.retryDate=self.performance.now()+c,this.state=Gr}else if(u&&a){if(this.resetFragmentErrors(e),!(d<u.maxNumRetry))return void P.warn(t.details+" reached or exceeded max retry ("+d+")");n||3===l||(a.resolved=!0)}else 2===(null==a?void 0:a.action)?this.state=Vr:this.state=qr;this.tickImmediate()}},r.reduceLengthAndFlushBuffer=function(e){if(this.state===Hr||this.state===$r){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 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===it&&(this.fragCurrent=null),this.loadedmetadata||(this.startFragRequested=!1),this.state!==Fr&&(this.state=Nr)},r.afterBufferFlushed=function(e,t,r){if(e){var i=jt.getBuffered(e);this.fragmentTracker.detectEvictedFragments(t,i,r),this.state===Wr&&this.resetLoadingState()}},r.resetLoadingState=function(){this.log("Reset loading state"),this.fragCurrent=null,this.fragPrevious=null,this.state=Nr},r.resetStartWhenNotLoaded=function(e){if(!this.loadedmetadata){this.startFragRequested=!1;var t=e?e.details:null;null!=t&&t.live?(this.startPosition=-1,this.setStartPosition(t,0),this.resetLoadingState()):this.nextLoadPosition=this.startPosition}},r.resetWhenMissingContext=function(e){this.warn("The loading context changed while buffering fragment "+e.sn+" of level "+e.level+". This chunk will not be buffered."),this.removeUnbufferedFrags(),this.resetStartWhenNotLoaded(this.levelLastLoaded),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,n=this,a=r.details;if(a){if(!Object.keys(e.elementaryStreams).reduce((function(t,s){var o=e.elementaryStreams[s];if(o){var l=o.endPTS-o.startPTS;if(l<=0)return n.warn("Could not parse fragment "+e.sn+" "+s+" duration reliably ("+l+")"),t||!1;var h=i?0:bt(a,e,o.startPTS,o.endPTS,o.startDTS,o.endDTS);return n.hls.trigger(E.LEVEL_PTS_UPDATED,{details:a,level:r,drift:h,type:s,frag:e,start:o.startPTS,end:o.endPTS}),!0}return t}),!1)&&null===(null==(s=this.transmuxer)?void 0:s.error)){var o=new Error("Found no media in fragment "+e.sn+" of level "+e.level+" resetting transmuxer to fallback to playlist timing");if(0===r.fragmentError&&(r.fragmentError++,e.gap=!0,this.fragmentTracker.removeFragment(e),this.fragmentTracker.fragBuffered(e,!0)),this.warn(o.message),this.hls.trigger(E.ERROR,{type:S.MEDIA_ERROR,details:T.FRAG_PARSING_ERROR,fatal:!1,error:o,frag:e,reason:"Found no media in msn "+e.sn+' of level "'+r.url+'"'}),!this.hls)return;this.resetTransmuxer()}this.state=$r,this.hls.trigger(E.FRAG_PARSED,{frag:e,part:t})}else this.warn("level.details undefined")},r.resetTransmuxer=function(){this.transmuxer&&(this.transmuxer.destroy(),this.transmuxer=null)},r.recoverWorkerError=function(e){"demuxerWorker"===e.event&&(this.fragmentTracker.removeAllFragments(),this.resetTransmuxer(),this.resetStartWhenNotLoaded(this.levelLastLoaded),this.resetLoadingState())},a(t,[{key:"state",get:function(){return this._state},set:function(e){var t=this._state;t!==e&&(this._state=e,this.log(t+"->"+e))}}]),t}(wr);function zr(){return self.SourceBuffer||self.WebKitSourceBuffer}function Kr(){if(!Ae())return!1;var e=zr();return!e||e.prototype&&"function"==typeof e.prototype.appendBuffer&&"function"==typeof e.prototype.remove}function Yr(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 Xr=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=_e(this.cachedData,e),this.cachedData=null);var r,i=V(e,0),s=i?i.length:0,n=this._audioTrack,a=this._id3Track,o=i?K(i):void 0,l=e.length;for((null===this.basePTS||0===this.frameIndex&&m(o))&&(this.basePTS=Jr(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:ht,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 z(e,s)?(i=V(e,s),a.samples.push({pts:this.lastPTS,dts:this.lastPTS,data:i,type:ht,duration:Number.POSITIVE_INFINITY}),r=s+=i.length):s++;if(s===l&&r!==l){var d=H(e,r);this.cachedData?this.cachedData=_e(this.cachedData,d):this.cachedData=d}}return{audioTrack:n,videoTrack:Yr(),id3Track:a,textTrack:Yr()}},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:Yr(),id3Track:this._id3Track,textTrack:Yr()}},t.destroy=function(){},e}(),Jr=function(e,t,r){return m(e)?90*e:9e4*t+(r?9e4*r.baseTime/r.timescale:0)};function Qr(e,t){return 255===e[t]&&240==(246&e[t+1])}function Zr(e,t){return 1&e[t+1]?7:9}function ei(e,t){return(3&e[t+3])<<11|e[t+4]<<3|(224&e[t+5])>>>5}function ti(e,t){return t+1<e.length&&Qr(e,t)}function ri(e,t){if(ti(e,t)){var r=Zr(e,t);if(t+r>=e.length)return!1;var i=ei(e,t);if(i<=r)return!1;var s=t+i;return s===e.length||ti(e,s)}return!1}function ii(e,t,r,i,s){if(!e.samplerate){var n=function(e,t,r,i){var s,n,a,o,l=navigator.userAgent.toLowerCase(),h=i,d=[96e3,88200,64e3,48e3,44100,32e3,24e3,22050,16e3,12e3,11025,8e3,7350];s=1+((192&t[r+2])>>>6);var u=(60&t[r+2])>>>2;if(!(u>d.length-1))return a=(1&t[r+2])<<2,a|=(192&t[r+3])>>>6,P.log("manifest codec:"+i+", ADTS type:"+s+", samplingIndex:"+u),/firefox/i.test(l)?u>=6?(s=5,o=new Array(4),n=u-3):(s=2,o=new Array(2),n=u):-1!==l.indexOf("android")?(s=2,o=new Array(2),n=u):(s=5,o=new Array(4),i&&(-1!==i.indexOf("mp4a.40.29")||-1!==i.indexOf("mp4a.40.5"))||!i&&u>=6?n=u-3:((i&&-1!==i.indexOf("mp4a.40.2")&&(u>=6&&1===a||/vivaldi/i.test(l))||!i&&1===a)&&(s=2,o=new Array(2)),n=u)),o[0]=s<<3,o[0]|=(14&u)>>1,o[1]|=(1&u)<<7,o[1]|=a<<3,5===s&&(o[1]|=(14&n)>>1,o[2]=(1&n)<<7,o[2]|=8,o[3]=0),{config:o,samplerate:d[u],channelCount:a,codec:"mp4a.40."+s,manifestCodec:h};var c=new Error("invalid ADTS sampling index:"+u);e.emit(E.ERROR,E.ERROR,{type:S.MEDIA_ERROR,details:T.FRAG_PARSING_ERROR,fatal:!0,error:c,reason:c.message})}(t,r,i,s);if(!n)return;e.config=n.config,e.samplerate=n.samplerate,e.channelCount=n.channelCount,e.codec=n.codec,e.manifestCodec=n.manifestCodec,P.log("parsed codec:"+e.codec+", rate:"+n.samplerate+", channels:"+n.channelCount)}}function si(e){return 9216e4/e}function ni(e,t,r,i,s){var n,a=i+s*si(e.samplerate),o=function(e,t){var r=Zr(e,t);if(t+r<=e.length){var i=ei(e,t)-r;if(i>0)return{headerLength:r,frameLength:i}}}(t,r);if(o){var l=o.frameLength,h=o.headerLength,d=h+l,u=Math.max(0,r+d-t.length);u?(n=new Uint8Array(d-h)).set(t.subarray(r+h,t.length),0):n=t.subarray(r+h,r+d);var c={unit:n,pts:a};return u||e.samples.push(c),{sample:c,length:d,missing:u}}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}}var ai=null,oi=[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],li=[44100,48e3,32e3,22050,24e3,16e3,11025,12e3,8e3],hi=[[0,72,144,12],[0,0,0,0],[0,72,144,12],[0,144,144,12]],di=[0,1,1,4];function ui(e,t,r,i,s){if(!(r+24>t.length)){var n=ci(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 ci(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*oi[14*(3===r?3-i:3===i?3:4)+s-1],h=li[3*(3===r?0:2===r?1:2)+n],d=3===o?1:2,u=hi[r][i],c=di[i],f=8*u*c,g=Math.floor(u*l/h+a)*c;if(null===ai){var p=(navigator.userAgent||"").match(/Chrome\/(\d+)/i);ai=p?parseInt(p[1]):0}return!!ai&&ai<=87&&2===i&&l>=224e3&&0===o&&(e[t+3]=128|e[t+3]),{sampleRate:h,channelCount:d,frameLength:g,samplesPerFrame:f}}}function fi(e,t){return!(255!==e[t]||224&~e[t+1]||!(6&e[t+1]))}function gi(e,t){return t+1<e.length&&fi(e,t)}function pi(e,t){if(t+1<e.length&&fi(e,t)){var r=ci(e,t),i=4;null!=r&&r.frameLength&&(i=r.frameLength);var s=t+i;return s===e.length||gi(e,s)}return!1}var mi=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}l(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){if(!e)return!1;var t=V(e,0),r=(null==t?void 0:t.length)||0;if(pi(e,r))return!1;for(var i=e.length;r<i;r++)if(ri(e,r))return P.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)&&Qr(e,t)&&ei(e,t)<=e.length-t}(e,t)},r.appendFrame=function(e,t,r){ii(e,this.observer,t,r,e.manifestCodec);var i=ni(e,t,r,this.basePTS,this.frameIndex);if(i&&0===i.missing)return i},t}(Xr),vi=/\/emsg[-/]ID3/i,yi=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=Yr("video",1),n=this.audioTrack=Yr("audio",1),a=this.txtTrack=Yr("text",1);if(this.id3Track=Yr("id3",1),this.timeOffset=0,null!=e&&e.byteLength){var o=me(e);if(o.video){var l=o.video,h=l.id,d=l.timescale,u=l.codec;s.id=h,s.timescale=a.timescale=d,s.codec=u}if(o.audio){var c=o.audio,f=c.id,g=c.timescale,p=c.codec;n.id=f,n.timescale=g,n.codec=p}a.id=oe.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=de(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=_e(this.remainderData,e));var n=function(e){var t={valid:null,remainder:null},r=ge(e,["moof"]);if(r.length<2)return t.remainder=e,t;var i=r[r.length-1];return t.valid=H(e,0,i.byteOffset-8),t.remainder=H(e,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=Le(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=Le(e,t),{videoTrack:t,audioTrack:Yr(),id3Track:i,textTrack:Yr()}},t.extractID3Track=function(e,t){var r=this.id3Track;if(e.samples.length){var i=ge(e.samples,["emsg"]);i&&i.forEach((function(e){var i=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"!==le(e.subarray(h,h+1));)r+=le(e.subarray(h,h+1)),h+=1;for(r+=le(e.subarray(h,h+1)),h+=1;"\0"!==le(e.subarray(h,h+1));)i+=le(e.subarray(h,h+1)),h+=1;i+=le(e.subarray(h,h+1)),h+=1,s=de(e,12),n=de(e,16),o=de(e,20),l=de(e,24),h=28}else if(1===t){s=de(e,h+=4);var d=de(e,h+=4),u=de(e,h+=4);for(h+=4,a=Math.pow(2,32)*d+u,v(a)||(a=Number.MAX_SAFE_INTEGER,P.warn("Presentation time exceeds safe integer limit and wrapped to max safe integer in parsing emsg box")),o=de(e,h),l=de(e,h+=4),h+=4;"\0"!==le(e.subarray(h,h+1));)r+=le(e.subarray(h,h+1)),h+=1;for(r+=le(e.subarray(h,h+1)),h+=1;"\0"!==le(e.subarray(h,h+1));)i+=le(e.subarray(h,h+1)),h+=1;i+=le(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(vi.test(i.schemeIdUri)){var s=m(i.presentationTime)?i.presentationTime/i.timeScale:t+i.presentationTimeDelta/i.timeScale,n=4294967295===i.eventDuration?Number.POSITIVE_INFINITY:i.eventDuration/i.timeScale;n<=.001&&(n=Number.POSITIVE_INFINITY);var a=i.payload;r.samples.push({data:a,len:a.byteLength,dts:s,pts:s,type:dt,duration:n})}}))}return r},t.demuxSampleAes=function(e,t,r){return Promise.reject(new Error("The MP4 demuxer does not support SAMPLE-AES decryption"))},t.destroy=function(){},e}(),Ei=function(){function e(){this.VideoSample=null}var t=e.prototype;return t.createVideoSample=function(e,t,r,i){return{key:e,frame:!1,pts:t,dts:r,units:[],debug:i,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)}e.debug.length&&P.log(e.pts+"/"+e.dts+":"+e.debug)},e}(),Si=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&&P.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)},t.skipScalingList=function(e){for(var t=8,r=8,i=0;i<e;i++)0!==r&&(r=(t+this.readEG()+256)%256),t=0===r?t:r},t.readSPS=function(){var e,t,r,i=0,s=0,n=0,a=0,o=this.readUByte.bind(this),l=this.readBits.bind(this),h=this.readUEG.bind(this),d=this.readBoolean.bind(this),u=this.skipBits.bind(this),c=this.skipEG.bind(this),f=this.skipUEG.bind(this),g=this.skipScalingList.bind(this);o();var p=o();if(l(5),u(3),o(),f(),100===p||110===p||122===p||244===p||44===p||83===p||86===p||118===p||128===p){var m=h();if(3===m&&u(1),f(),f(),u(1),d())for(t=3!==m?8:12,r=0;r<t;r++)d()&&g(r<6?16:64)}f();var v=h();if(0===v)h();else if(1===v)for(u(1),c(),c(),e=h(),r=0;r<e;r++)c();f(),u(1);var y=h(),E=h(),S=l(1);0===S&&u(1),u(1),d()&&(i=h(),s=h(),n=h(),a=h());var T=[1,1];if(d()&&d())switch(o()){case 1:T=[1,1];break;case 2:T=[12,11];break;case 3:T=[10,11];break;case 4:T=[16,11];break;case 5:T=[40,33];break;case 6:T=[24,11];break;case 7:T=[20,11];break;case 8:T=[32,11];break;case 9:T=[80,33];break;case 10:T=[18,11];break;case 11:T=[15,11];break;case 12:T=[64,33];break;case 13:T=[160,99];break;case 14:T=[4,3];break;case 15:T=[3,2];break;case 16:T=[2,1];break;case 255:T=[o()<<8|o(),o()<<8|o()]}return{width:Math.ceil(16*(y+1)-2*i-2*s),height:(2-S)*(E+1)*16-(S?2:4)*(n+a),pixelRatio:T}},t.readSliceType=function(){return this.readUByte(),this.readUEG(),this.readUEG()},e}(),Ti=function(e){function t(){return e.apply(this,arguments)||this}l(t,e);var r=t.prototype;return r.parseAVCPES=function(e,t,r,i,s){var n,a=this,o=this.parseAVCNALu(e,r.data),l=this.VideoSample,h=!1;r.data=null,l&&o.length&&!e.audFound&&(this.pushAccessUnit(l,e),l=this.VideoSample=this.createVideoSample(!1,r.pts,r.dts,"")),o.forEach((function(i){var o;switch(i.type){case 1:var d=!1;n=!0;var u,c=i.data;if(h&&c.length>4){var f=new Si(c).readSliceType();2!==f&&4!==f&&7!==f&&9!==f||(d=!0)}d&&null!=(u=l)&&u.frame&&!l.key&&(a.pushAccessUnit(l,e),l=a.VideoSample=null),l||(l=a.VideoSample=a.createVideoSample(!0,r.pts,r.dts,"")),l.frame=!0,l.key=d;break;case 5:n=!0,null!=(o=l)&&o.frame&&!l.key&&(a.pushAccessUnit(l,e),l=a.VideoSample=null),l||(l=a.VideoSample=a.createVideoSample(!0,r.pts,r.dts,"")),l.key=!0,l.frame=!0;break;case 6:n=!0,Re(i.data,1,r.pts,t.samples);break;case 7:var g,p;n=!0,h=!0;var m=i.data,v=new Si(m).readSPS();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],e.duration=s;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:n=!0,e.pps=[i.data];break;case 9:n=!0,e.audFound=!0,l&&a.pushAccessUnit(l,e),l=a.VideoSample=a.createVideoSample(!1,r.pts,r.dts,"");break;case 12:n=!0;break;default:n=!1,l&&(l.debug+="unknown NAL "+i.type+" ")}l&&n&&l.units.push(i)})),i&&l&&(this.pushAccessUnit(l,e),this.VideoSample=null)},r.parseAVCNALu=function(e,t){var r,i,s=t.byteLength,n=e.naluState||0,a=n,o=[],l=0,h=-1,d=0;for(-1===n&&(h=0,d=31&t[0],n=0,l=1);l<s;)if(r=t[l++],n)if(1!==n)if(r)if(1===r){if(i=l-n-1,h>=0){var u={data:t.subarray(h,i),type:d};o.push(u)}else{var c=this.getLastNalUnit(e.samples);c&&(a&&l<=4-a&&c.state&&(c.data=c.data.subarray(0,c.data.byteLength-a)),i>0&&(c.data=_e(c.data,t.subarray(0,i)),c.state=0))}l<s?(h=l,d=31&t[l],n=0):n=-1}else n=0;else n=3;else n=r?0:2;else n=r?0:1;if(h>=0&&n>=0){var f={data:t.subarray(h,s),type:d,state:n};o.push(f)}if(0===o.length){var g=this.getLastNalUnit(e.samples);g&&(g.data=_e(g.data,t))}return e.naluState=n,o},t}(Ei),_i=function(){function e(e,t,r){this.keyData=void 0,this.decrypter=void 0,this.keyData=r,this.decrypter=new Or(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)},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)}))}},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=Pe(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)}))},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}(),Li=188,bi=function(){function e(e,t,r){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._duration=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.videoParser=new Ti}e.probe=function(t){var r=e.syncOffset(t);return r>0&&P.warn("MPEG2-TS detected but first sync word found @ offset "+r),-1!==r},e.syncOffset=function(e){for(var t=e.length,r=Math.min(940,t-Li)+1,i=0;i<r;){for(var s=!1,n=-1,a=0,o=i;o<t;o+=Li){if(71!==e[o]||t-o!==Li&&71!==e[o+Li]){if(a)return-1;break}if(a++,-1===n&&0!==(n=o)&&(r=Math.min(n+18612,e.length-Li)+1),s||(s=0===Ri(e,o)),s&&a>1&&(0===n&&a>2||o+Li>r))return n}i++}return-1},e.createTrack=function(e,t){return{container:"video"===e||"audio"===e?"video/mp2t":void 0,type:e,id:oe[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._audioTrack=e.createTrack("audio",s),this._id3Track=e.createTrack("id3"),this._txtTrack=e.createTrack("text"),this._audioTrack.segmentCodec="aac",this.aacOverFlow=null,this.remainderData=null,this.audioCodec=r,this.videoCodec=i,this._duration=s},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,d=a.pid,u=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=_e(this.remainderData,t)).length,this.remainderData=null),E<Li&&!s)return this.remainderData=t,{audioTrack:o,videoTrack:a,id3Track:l,textTrack:h};var S=Math.max(0,e.syncOffset(t));(E-=(E-S)%Li)<t.byteLength&&!s&&(this.remainderData=new Uint8Array(t.buffer,E,t.buffer.byteLength-E));for(var T=0,_=S;_<E;_+=Li)if(71===t[_]){var L=!!(64&t[_+1]),b=Ri(t,_),R=void 0;if((48&t[_+3])>>4>1){if((R=_+5+t[_+4])===_+Li)continue}else R=_+4;switch(b){case d:L&&(u&&(n=Di(u))&&this.videoParser.parseAVCPES(a,h,n,!1,this._duration),u={data:[],size:0}),u&&(u.data.push(t.subarray(R,_+Li)),u.size+=_+Li-R);break;case c:if(L){if(g&&(n=Di(g)))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,_+Li)),g.size+=_+Li-R);break;case f:L&&(p&&(n=Di(p))&&this.parseID3PES(l,n),p={data:[],size:0}),p&&(p.data.push(t.subarray(R,_+Li)),p.size+=_+Li-R);break;case 0:L&&(R+=t[R]+1),y=this._pmtId=Pi(t,R);break;case y:L&&(R+=t[R]+1);var w=wi(t,R,this.typeSupported,i,this.observer);(d=w.videoPid)>0&&(a.pid=d,a.segmentCodec=w.segmentVideoCodec),(c=w.audioPid)>0&&(o.pid=c,o.segmentCodec=w.segmentAudioCodec),(f=w.id3Pid)>0&&(l.pid=f),null===m||v||(P.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&&Ai(this.observer,new Error("Found "+T+" TS packet/s that do not start with 0x47")),a.pesData=u,o.pesData=g,l.pesData=p;var A={audioTrack:o,videoTrack:a,id3Track:l,textTrack:h};return s&&this.extractRemainingSamples(A),A},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=Di(a))?(this.videoParser.parseAVCPES(i,n,t,!0,this._duration),i.pesData=null):i.pesData=a,o&&(t=Di(o))){switch(r.segmentCodec){case"aac":this.parseAACPES(r,t);break;case"mp3":this.parseMPEGPES(r,t)}r.pesData=null}else null!=o&&o.size&&P.log("last AAC PES packet truncated,might overlap between fragments"),r.pesData=o;l&&(t=Di(l))?(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 _i(this.observer,this.config,t);return this.decrypt(i,s)},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._duration=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=_e(a.sample.unit,o);else{var d=h-l;a.sample.unit.set(o.subarray(0,l),d),e.samples.push(a.sample),n=a.missing}}for(r=n,i=o.length;r<i-1&&!ti(o,r);r++);if(r!==n){var u,c=r<i-1;if(u=c?"AAC PES did not start with ADTS header,offset:"+r:"No ADTS header found in AAC PES",Ai(this.observer,new Error(u),c),!c)return}if(ii(e,this.observer,o,r,this.audioCodec),void 0!==t.pts)s=t.pts;else{if(!a)return void P.warn("[tsdemuxer]: AAC PES unknown PTS");var f=si(e.samplerate);s=a.sample.pts+f}for(var g,p=0;r<i;){if(r+=(g=ni(e,o,r,s,p)).length,g.missing){this.aacOverFlow=g;break}for(p++;r<i-1&&!ti(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(gi(r,n)){var o=ui(e,r,n,a,s);if(!o)break;n+=o.length,s++}else n++;else P.warn("[tsdemuxer]: MPEG PES unknown PTS")},t.parseAC3PES=function(e,t){},t.parseID3PES=function(e,t){if(void 0!==t.pts){var r=o({},t,{type:this._videoTrack?dt:ht,duration:Number.POSITIVE_INFINITY});e.samples.push(r)}else P.warn("[tsdemuxer]: ID3 PES unknown PTS")},e}();function Ri(e,t){return((31&e[t+1])<<8)+e[t+2]}function Pi(e,t){return(31&e[t+10])<<8|e[t+11]}function wi(e,t,r,i,s){var n={audioPid:-1,videoPid:-1,id3Pid:-1,segmentVideoCodec:"avc",segmentAudioCodec:"aac"},a=t+3+((15&e[t+1])<<8|e[t+2])-4;for(t+=12+((15&e[t+10])<<8|e[t+11]);t<a;){var o=Ri(e,t),l=(15&e[t+3])<<8|e[t+4];switch(e[t]){case 207:if(!i){Ci("ADTS AAC");break}case 15:-1===n.audioPid&&(n.audioPid=o);break;case 21:-1===n.id3Pid&&(n.id3Pid=o);break;case 219:if(!i){Ci("H.264");break}case 27:-1===n.videoPid&&(n.videoPid=o,n.segmentVideoCodec="avc");break;case 3:case 4:r.mpeg||r.mp3?-1===n.audioPid&&(n.audioPid=o,n.segmentAudioCodec="mp3"):P.log("MPEG audio found, not supported in this browser");break;case 193:if(!i){Ci("AC-3");break}case 129:P.warn("AC-3 in M2TS support not included in build");break;case 6:if(-1===n.audioPid&&l>0)for(var h=t+5,d=l;d>2;){106===e[h]&&P.warn("AC-3 in M2TS support not included in build");var u=e[h+1]+2;h+=u,d-=u}break;case 194:case 135:return Ai(s,new Error("Unsupported EC-3 in M2TS found")),n;case 36:return Ai(s,new Error("Unsupported HEVC in M2TS found")),n}t+=l+5}return n}function Ai(e,t,r){P.warn("parsing error: "+t.message),e.emit(E.ERROR,E.ERROR,{type:S.MEDIA_ERROR,details:T.FRAG_PARSING_ERROR,fatal:!1,levelRetry:r,error:t,reason:t.message})}function Ci(e){P.log(e+" with AES-128-CBC encryption found in unencrypted stream")}function Di(e){var t,r,i,s,n,a=0,o=e.data;if(!e||0===e.size)return null;for(;o[0].length<19&&o.length>1;)o[0]=_e(o[0],o[1]),o.splice(1,1);if(1===((t=o[0])[0]<<16)+(t[1]<<8)+t[2]){if((r=(t[4]<<8)+t[5])&&r>e.size-6)return null;var l=t[7];192&l&&(s=536870912*(14&t[9])+4194304*(255&t[10])+16384*(254&t[11])+128*(255&t[12])+(254&t[13])/2,64&l?s-(n=536870912*(14&t[14])+4194304*(255&t[15])+16384*(254&t[16])+128*(255&t[17])+(254&t[18])/2)>54e5&&(P.warn(Math.round((s-n)/9e4)+"s delta between PTS and DTS, align them"),s=n):n=s);var h=(i=t[8])+9;if(e.size<=h)return null;e.size-=h;for(var d=new Uint8Array(e.size),u=0,c=o.length;u<c;u++){var f=(t=o[u]).byteLength;if(h){if(h>f){h-=f;continue}t=t.subarray(h),f-=h,h=0}d.set(t,a),a+=f}return r&&(r-=i+3),{data:d,pts:s,dts:n,len:r}}return null}var Ii=function(e){function t(){return e.apply(this,arguments)||this}l(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=V(e,0),r=(null==t?void 0:t.length)||0;if(t&&11===e[r]&&119===e[r+1]&&void 0!==K(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(pi(e,r))return P.log("MPEG Audio sync word found !"),!0;return!1},r.canParse=function(e,t){return function(e,t){return fi(e,t)&&4<=e.length-t}(e,t)},r.appendFrame=function(e,t,r){if(null!==this.basePTS)return ui(e,t,r,this.basePTS,this.frameIndex)},t}(Xr),ki=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}(),xi=Math.pow(2,32)-1,Mi=function(){function e(){}return e.init=function(){var t;for(t in e.types={avc1:[],avcC:[],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/(xi+1)),s=Math.floor(r%(xi+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,t.duration),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,t[0].duration)].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/(xi+1)),s=Math.floor(r%(xi+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,d=t.pixelRatio[0],u=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([d>>24,d>>16&255,d>>8&255,255&d,u>>24,u>>16&255,u>>8&255,255&u])))},e.esds=function(e){var t=e.config.length;return new Uint8Array([0,0,0,0,3,23+t,0,1,0,4,15+t,64,21,0,0,0,0,0,0,0,0,0,0,0,5].concat([t]).concat(e.config).concat([6,1,2]))},e.audioStsd=function(e){var t=e.samplerate;return new Uint8Array([0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,e.channelCount,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){return"audio"===t.type?"mp3"===t.segmentCodec&&"mp3"===t.codec?e.box(e.types.stsd,e.STSD,e.mp3(t)):"ac3"===t.segmentCodec?e.box(e.types.stsd,e.STSD,e.ac3(t)):e.box(e.types.stsd,e.STSD,e.mp4a(t)):e.box(e.types.stsd,e.STSD,e.avc1(t))},e.tkhd=function(t){var r=t.id,i=t.duration*t.timescale,s=t.width,n=t.height,a=Math.floor(i/(xi+1)),o=Math.floor(i%(xi+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/(xi+1)),a=Math.floor(r%(xi+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||[],d=h.length,u=12+16*d,c=new Uint8Array(u);for(r+=8+u,c.set(["video"===t.type?1:0,0,15,1,d>>>24&255,d>>>16&255,d>>>8&255,255&d,r>>>24&255,r>>>16&255,r>>>8&255,255&r],0),i=0;i<d;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 _e(e.FTYP,r)},e}();function Oi(e,t){return void 0===t&&(t=!1),function(e,t,r,i){void 0===r&&(r=1),void 0===i&&(i=!1);var s=1e3*e*r;return i?Math.round(s):s}(e,0,1/9e4,t)}Mi.types=void 0,Mi.HDLR_TYPES=void 0,Mi.STTS=void 0,Mi.STSC=void 0,Mi.STCO=void 0,Mi.STSZ=void 0,Mi.VMHD=void 0,Mi.SMHD=void 0,Mi.STSD=void 0,Mi.FTYP=void 0,Mi.DINF=void 0;var Fi=null,Ni=null,Bi=function(){function e(e,t,r,i){if(this.observer=void 0,this.config=void 0,this.typeSupported=void 0,this.ISGenerated=!1,this._initPTS=null,this._initDTS=null,this.nextAvcDts=null,this.nextAudioPts=null,this.videoSampleDuration=null,this.isAudioContiguous=!1,this.isVideoContiguous=!1,this.videoTrackConfig=void 0,this.observer=e,this.config=t,this.typeSupported=r,this.ISGenerated=!1,null===Fi){var s=(navigator.userAgent||"").match(/Chrome\/(\d+)/i);Fi=s?parseInt(s[1]):0}if(null===Ni){var n=navigator.userAgent.match(/Safari\/(\d+)/i);Ni=n?parseInt(n[1]):0}}var t=e.prototype;return t.destroy=function(){this.config=this.videoTrackConfig=this._initPTS=this._initDTS=null},t.resetTimeStamp=function(e){P.log("[mp4-remuxer]: initPTS & initDTS reset"),this._initPTS=this._initDTS=e},t.resetNextTimestamp=function(){P.log("[mp4-remuxer]: reset next timestamp"),this.isVideoContiguous=!1,this.isAudioContiguous=!1},t.resetInitSegment=function(){P.log("[mp4-remuxer]: ISGenerated flag reset"),this.ISGenerated=!1,this.videoTrackConfig=void 0},t.getVideoStartPts=function(e){var t=!1,r=e.reduce((function(e,r){var i=r.pts-e;return i<-4294967296?(t=!0,Ui(e,r.pts)):i>0?e:r.pts}),e[0].pts);return t&&P.debug("PTS rollover detected"),r},t.remux=function(e,t,r,i,s,n,a,o){var l,h,d,u,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])||this.resetInitSegment()}else d=this.generateIS(e,t,s,n);var w,A=this.isVideoContiguous,C=-1;if(S&&(C=function(e){for(var t=0;t<e.length;t++)if(e[t].key)return t;return-1}(t.samples),!A&&this.config.forceKeyFrameOnDiscontinuity))if(f=!0,C>0){P.warn("[mp4-remuxer]: Dropped "+C+" out of "+y+" video samples due to a missing keyframe");var D=this.getVideoStartPts(t.samples);t.samples=t.samples.slice(C),t.dropped+=C,w=p+=(t.samples[0].pts-D)/t.inputTimeScale}else-1===C&&(P.warn("[mp4-remuxer]: No keyframe found out of "+y+" video samples"),f=!1);if(this.ISGenerated){if(E&&S){var I=this.getVideoStartPts(t.samples),k=(Ui(e.samples[0].pts,I)-I)/t.inputTimeScale;g+=Math.max(0,k),p+=Math.max(0,-k)}if(E){if(e.samplerate||(P.warn("[mp4-remuxer]: regenerate InitSegment as audio detected"),d=this.generateIS(e,t,s,n)),h=this.remuxAudio(e,g,this.isAudioContiguous,n,v||S||o===it?p:void 0),S){var x=h?h.endPTS-h.startPTS:0;t.inputTimeScale||(P.warn("[mp4-remuxer]: regenerate InitSegment as video detected"),d=this.generateIS(e,t,s,n)),l=this.remuxVideo(t,p,A,x)}}else S&&(l=this.remuxVideo(t,p,A,0));l&&(l.firstKeyFrame=C,l.independent=-1!==C,l.firstKeyFramePTS=w)}}return this.ISGenerated&&this._initPTS&&this._initDTS&&(r.samples.length&&(c=Gi(r,s,this._initPTS,this._initDTS)),i.samples.length&&(u=Hi(i,s,this._initPTS))),{audio:h,video:l,initSegment:d,independent:f,text:u,id3:c}},t.generateIS=function(e,t,r,i){var s,n,a,o=e.samples,l=t.samples,h=this.typeSupported,d={},u=this._initPTS,c=!u||i,f="audio/mp4";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"}d.audio={id:"audio",container:f,codec:e.codec,initSegment:"mp3"===e.segmentCodec&&h.mpeg?new Uint8Array(0):Mi.initSegment([e]),metadata:{channelCount:e.channelCount}},c&&(a=e.inputTimeScale,u&&a===u.timescale?c=!1:s=n=o[0].pts-Math.round(a*r))}if(t.sps&&t.pps&&l.length){if(t.timescale=t.inputTimeScale,d.video={id:"main",container:"video/mp4",codec:t.codec,initSegment:Mi.initSegment([t]),metadata:{width:t.width,height:t.height}},c)if(a=t.inputTimeScale,u&&a===u.timescale)c=!1;else{var g=this.getVideoStartPts(l),p=Math.round(a*r);n=Math.min(n,Ui(l[0].dts,g)-p),s=Math.min(s,g-p)}this.videoTrackConfig={width:t.width,height:t.height,pixelRatio:t.pixelRatio}}if(Object.keys(d).length)return this.ISGenerated=!0,c?(this._initPTS={baseTime:s,timescale:a},this._initDTS={baseTime:n,timescale:a}):s=a=void 0,{tracks:d,initPTS:s,timescale:a}},t.remuxVideo=function(e,t,r,i){var s,n,a=e.inputTimeScale,l=e.samples,h=[],d=l.length,u=this._initPTS,c=this.nextAvcDts,f=8,g=this.videoSampleDuration,p=Number.POSITIVE_INFINITY,m=Number.NEGATIVE_INFINITY,v=!1;if(!r||null===c){var y=t*a,_=l[0].pts-Ui(l[0].dts,l[0].pts);Fi&&null!==c&&Math.abs(y-_-c)<15e3?r=!0:c=y-_}for(var L=u.baseTime*a/u.timescale,b=0;b<d;b++){var R=l[b];R.pts=Ui(R.pts-L,c),R.dts=Ui(R.dts-L,c),R.dts<l[b>0?b-1:b].dts&&(v=!0)}v&&l.sort((function(e,t){var r=e.dts-t.dts,i=e.pts-t.pts;return r||i})),s=l[0].dts;var w=l[l.length-1].dts-s,A=w?Math.round(w/(d-1)):g||e.inputTimeScale/30;if(r){var C=s-c,D=C>A,I=C<-1;if((D||I)&&(D?P.warn("AVC: "+Oi(C,!0)+" ms ("+C+"dts) hole between fragments detected at "+t.toFixed(3)):P.warn("AVC: "+Oi(-C,!0)+" ms ("+C+"dts) overlapping between fragments detected at "+t.toFixed(3)),!I||c>=l[0].pts||Fi)){s=c;var k=l[0].pts-C;if(D)l[0].dts=s,l[0].pts=k;else for(var x=0;x<l.length&&!(l[x].dts>k);x++)l[x].dts-=C,l[x].pts-=C;P.log("Video: Initial PTS/DTS adjusted: "+Oi(k,!0)+"/"+Oi(s,!0)+", delta: "+Oi(C,!0)+" ms")}}for(var M=0,O=0,F=s=Math.max(0,s),N=0;N<d;N++){for(var B=l[N],U=B.units,G=U.length,H=0,$=0;$<G;$++)H+=U[$].data.length;O+=H,M+=G,B.length=H,B.dts<F?(B.dts=F,F+=A/4|0||1):F=B.dts,p=Math.min(B.pts,p),m=Math.max(B.pts,m)}n=l[d-1].dts;var W,q=O+4*M+8;try{W=new Uint8Array(q)}catch(e){return void this.observer.emit(E.ERROR,E.ERROR,{type:S.MUX_ERROR,details:T.REMUX_ALLOC_ERROR,fatal:!1,error:e,bytes:q,reason:"fail allocating video mdat "+q})}var V=new DataView(W.buffer);V.setUint32(0,q),W.set(Mi.types.mdat,4);for(var j=!1,z=Number.POSITIVE_INFINITY,K=Number.POSITIVE_INFINITY,Y=Number.NEGATIVE_INFINITY,X=Number.NEGATIVE_INFINITY,J=0;J<d;J++){for(var Q=l[J],Z=Q.units,ee=0,te=0,re=Z.length;te<re;te++){var ie=Z[te],se=ie.data,ne=ie.data.byteLength;V.setUint32(f,ne),f+=4,W.set(se,f),f+=ne,ee+=4+ne}var ae=void 0;if(J<d-1)g=l[J+1].dts-Q.dts,ae=l[J+1].pts-Q.pts;else{var oe=this.config,le=J>0?Q.dts-l[J-1].dts:A;if(ae=J>0?Q.pts-l[J-1].pts:A,oe.stretchShortVideoTrack&&null!==this.nextAudioPts){var he=Math.floor(oe.maxBufferHole*a),de=(i?p+i*a:this.nextAudioPts)-Q.pts;de>he?((g=de-le)<0?g=le:j=!0,P.log("[mp4-remuxer]: It is approximately "+de/90+" ms to the next segment; using duration "+g/90+" ms for the last video frame.")):g=le}else g=le}var ue=Math.round(Q.pts-Q.dts);z=Math.min(z,g),Y=Math.max(Y,g),K=Math.min(K,ae),X=Math.max(X,ae),h.push(new $i(Q.key,g,ee,ue))}if(h.length)if(Fi){if(Fi<70){var ce=h[0].flags;ce.dependsOn=2,ce.isNonSync=0}}else if(Ni&&X-K<Y-z&&A/Y<.025&&0===h[0].cts){P.warn("Found irregular gaps in sample duration. Using PTS instead of DTS to determine MP4 sample duration.");for(var fe=s,ge=0,pe=h.length;ge<pe;ge++){var me=fe+h[ge].duration,ve=fe+h[ge].cts;if(ge<pe-1){var ye=me+h[ge+1].cts;h[ge].duration=ye-ve}else h[ge].duration=ge?h[ge-1].duration:A;h[ge].cts=0,fe=me}}g=j||!g?A:g,this.nextAvcDts=c=n+g,this.videoSampleDuration=g,this.isVideoContiguous=!0;var Ee={data1:Mi.moof(e.sequenceNumber++,s,o({},e,{samples:h})),data2:W,startPTS:p/a,endPTS:(m+g)/a,startDTS:s/a,endDTS:c/a,type:"video",hasAudio:!1,hasVideo:!0,nb:h.length,dropped:e.dropped};return e.samples=[],e.dropped=0,Ee},t.getSamplesPerFrame=function(e){switch(e.segmentCodec){case"mp3":return 1152;case"ac3":return 1536;default:return 1024}},t.remuxAudio=function(e,t,r,i,s){var n=e.inputTimeScale,a=n/(e.samplerate?e.samplerate:n),l=this.getSamplesPerFrame(e),h=l*a,d=this._initPTS,u="mp3"===e.segmentCodec&&this.typeSupported.mpeg,c=[],f=void 0!==s,g=e.samples,p=u?0:8,m=this.nextAudioPts||-1,v=t*n,y=d.baseTime*n/d.timescale;if(this.isAudioContiguous=r=r||g.length&&m>0&&(i&&Math.abs(v-m)<9e3||Math.abs(Ui(g[0].pts-y,v)-m)<20*h),g.forEach((function(e){e.pts=Ui(e.pts-y,v)})),!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,v):g[0].pts}if("aac"===e.segmentCodec)for(var _=this.config.maxAudioFramesDrift,L=0,b=m;L<g.length;L++){var R=g[L],w=R.pts,A=w-b,C=Math.abs(1e3*A/n);if(A<=-_*h&&f)0===L&&(P.warn("Audio frame @ "+(w/n).toFixed(3)+"s overlaps nextAudioPts by "+Math.round(1e3*A/n)+" ms."),this.nextAudioPts=m=b=w);else if(A>=_*h&&C<1e4&&f){var D=Math.round(A/h);(b=w-D*h)<0&&(D--,b+=h),0===L&&(this.nextAudioPts=m=b),P.warn("[mp4-remuxer]: Injecting "+D+" audio frame @ "+(b/n).toFixed(3)+"s due to "+Math.round(1e3*A/n)+" ms gap.");for(var I=0;I<D;I++){var k=Math.max(b,0),x=ki.getSilentFrame(e.manifestCodec||e.codec,e.channelCount);x||(P.log("[mp4-remuxer]: Unable to get silent frame for given audio codec; duplicating last frame instead."),x=R.unit.subarray()),g.splice(L,0,{unit:x,pts:k}),b+=h,L++}}R.pts=b,b+=h}for(var M,O=null,F=null,N=0,B=g.length;B--;)N+=g[B].unit.byteLength;for(var U=0,G=g.length;U<G;U++){var H=g[U],$=H.unit,W=H.pts;if(null!==F)c[U-1].duration=Math.round((W-F)/a);else{if(r&&"aac"===e.segmentCodec&&(W=m),O=W,!(N>0))return;N+=p;try{M=new Uint8Array(N)}catch(e){return void this.observer.emit(E.ERROR,E.ERROR,{type:S.MUX_ERROR,details:T.REMUX_ALLOC_ERROR,fatal:!1,error:e,bytes:N,reason:"fail allocating audio mdat "+N})}u||(new DataView(M.buffer).setUint32(0,N),M.set(Mi.types.mdat,4))}M.set($,p);var q=$.byteLength;p+=q,c.push(new $i(!0,l,q,0)),F=W}var V=c.length;if(V){var j=c[c.length-1];this.nextAudioPts=m=F+a*j.duration;var z=u?new Uint8Array(0):Mi.moof(e.sequenceNumber++,O/a,o({},e,{samples:c}));e.samples=[];var K=O/n,Y=m/n,X={data1:z,data2:M,startPTS:K,endPTS:Y,startDTS:K,endDTS:Y,type:"audio",hasAudio:!0,hasVideo:!1,nb:V};return this.isAudioContiguous=!0,X}},t.remuxEmptyAudio=function(e,t,r,i){var s=e.inputTimeScale,n=s/(e.samplerate?e.samplerate:s),a=this.nextAudioPts,o=this._initDTS,l=9e4*o.baseTime/o.timescale,h=(null!==a?a:i.startDTS*s)+l,d=i.endDTS*s+l,u=1024*n,c=Math.ceil((d-h)/u),f=ki.getSilentFrame(e.manifestCodec||e.codec,e.channelCount);if(P.warn("[mp4-remuxer]: remux empty Audio"),f){for(var g=[],p=0;p<c;p++){var m=h+p*u;g.push({unit:f,pts:m,dts:m})}return e.samples=g,this.remuxAudio(e,t,r,!1)}P.trace("[mp4-remuxer]: Unable to remuxEmptyAudio since we were unable to get a silent frame for given audio codec")},e}();function Ui(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 Gi(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=Ui(o.pts-r.baseTime*n/r.timescale,t*n)/n,o.dts=Ui(o.dts-i.baseTime*n/i.timescale,t*n)/n}var l=e.samples;return e.samples=[],{samples:l}}}function Hi(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=Ui(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 $i=function(e,t,r,i){this.size=void 0,this.duration=void 0,this.cts=void 0,this.flags=void 0,this.duration=t,this.size=r,this.cts=i,this.flags={isLeading:0,isDependedOn:0,hasRedundancy:0,degradPrio:0,dependsOn:e?2:1,isNonSync:e?0:1}},Wi=function(){function e(){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}var t=e.prototype;return t.destroy=function(){},t.resetTimeStamp=function(e){this.initPTS=e,this.lastEndTime=null},t.resetNextTimestamp=function(){this.lastEndTime=null},t.resetInitSegment=function(e,t,r,i){this.audioCodec=t,this.videoCodec=r,this.generateInitSegment(function(e,t){if(!e||!t)return e;var r=t.keyId;return r&&t.isCommonEncryption&&ge(e,["moov","trak"]).forEach((function(e){var t=ge(e,["mdia","minf","stbl","stsd"])[0].subarray(8),i=ge(t,["enca"]),s=i.length>0;s||(i=ge(t,["encv"])),i.forEach((function(e){ge(s?e.subarray(28):e.subarray(78),["sinf"]).forEach((function(e){var t=function(e){var t=ge(e,["schm"])[0];if(t){var r=le(t.subarray(4,8));if("cbcs"===r||"cenc"===r)return ge(e,["schi","tenc"])[0]}return P.error("[eme] missing 'schm' box"),null}(e);if(t){var i=t.subarray(8,24);i.some((function(e){return 0!==e}))||(P.log("[eme] Patching keyId in 'enc"+(s?"a":"v")+">sinf>>tenc' box: "+se(i)+" -> "+se(r)),t.set(r,8))}}))}))})),e}(e,i)),this.emitInitSegment=!0},t.generateInitSegment=function(e){var t=this.audioCodec,r=this.videoCodec;if(null==e||!e.byteLength)return this.initTracks=void 0,void(this.initData=void 0);var i=this.initData=me(e);i.audio&&(t=qi(i.audio,x)),i.video&&(r=qi(i.video,M));var s={};i.audio&&i.video?s.audiovideo={container:"video/mp4",codec:t+","+r,initSegment:e,id:"main"}:i.audio?s.audio={container:"audio/mp4",codec:t,initSegment:e,id:"audio"}:i.video?s.video={container:"video/mp4",codec:r,initSegment:e,id:"main"}:P.warn("[passthrough-remuxer.ts]: initSegment does not contain moov or trak boxes."),this.initTracks=s},t.remux=function(e,t,r,i,s,n){var a,o,l=this.initPTS,h=this.lastEndTime,d={audio:void 0,video:void 0,text:i,id3:r,initSegment:void 0};m(h)||(h=this.lastEndTime=s||0);var u=t.samples;if(null==u||!u.length)return d;var c={initPTS:void 0,timescale:1},f=this.initData;if(null!=(a=f)&&a.length||(this.generateInitSegment(u),f=this.initData),null==(o=f)||!o.length)return P.warn("[passthrough-remuxer.ts]: Failed to generate initSegment."),d;this.emitInitSegment&&(c.tracks=this.initTracks,this.emitInitSegment=!1);var g=function(e,t){for(var r=0,i=0,s=0,n=ge(e,["moof","traf"]),a=0;a<n.length;a++){var o=n[a],l=ge(o,["tfhd"])[0],h=t[de(l,4)];if(h){var d=h.default,u=de(l,0)|(null==d?void 0:d.flags),c=null==d?void 0:d.duration;8&u&&(c=de(l,2&u?12:8));for(var f=h.timescale||9e4,g=ge(o,["trun"]),p=0;p<g.length;p++)!(r=Te(g[p]))&&c&&(r=c*de(g[p],4)),h.type===M?i+=r/f:h.type===x&&(s+=r/f)}}if(0===i&&0===s){for(var v=1/0,y=0,E=0,S=ge(e,["sidx"]),T=0;T<S.length;T++){var _=pe(S[T]);if(null!=_&&_.references){v=Math.min(v,_.earliestPresentationTime/_.timescale);var L=_.references.reduce((function(e,t){return e+t.info.duration||0}),0);E=(y=Math.max(y,L+_.earliestPresentationTime/_.timescale))-v}}if(E&&m(E))return E}return i||s}(u,f),p=function(e,t){return ge(t,["moof","traf"]).reduce((function(t,r){var i=ge(r,["tfdt"])[0],s=i[0],n=ge(r,["tfhd"]).reduce((function(t,r){var n=de(r,4),a=e[n];if(a){var o=de(i,4);if(1===s){if(o===ne)return P.warn("[mp4-demuxer]: Ignoring assumed invalid signed 64-bit track fragment decode time"),t;o*=ne+1,o+=de(i,8)}var l=o/(a.timescale||9e4);if(m(l)&&(null===t||l<t))return l}return t}),null);return null!==n&&m(n)&&(null===t||n<t)?n:t}),null)}(f,u),v=null===p?s:p;(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,v,s,g)||c.timescale!==l.timescale&&n)&&(c.initPTS=v-s,l&&1===l.timescale&&P.warn("Adjusting initPTS by "+(c.initPTS-l.baseTime)),this.initPTS=l={baseTime:c.initPTS,timescale:1});var y=e?v-l.baseTime/l.timescale:h,E=y+g;!function(e,t,r){ge(t,["moof","traf"]).forEach((function(t){ge(t,["tfhd"]).forEach((function(i){var s=de(i,4),n=e[s];if(n){var a=n.timescale||9e4;ge(t,["tfdt"]).forEach((function(e){var t=e[0],i=r*a;if(i){var s=de(e,4);if(0===t)s-=i,fe(e,4,s=Math.max(s,0));else{s*=Math.pow(2,32),s+=de(e,8),s-=i,s=Math.max(s,0);var n=Math.floor(s/(ne+1)),o=Math.floor(s%(ne+1));fe(e,4,n),fe(e,8,o)}}}))}}))}))}(f,u,l.baseTime/l.timescale),g>0?this.lastEndTime=E:(P.warn("Duration parsed from mp4 should be greater than zero"),this.resetNextTimestamp());var S=!!f.audio,T=!!f.video,_="";S&&(_+="audio"),T&&(_+="video");var L={data1:u,startPTS:y,startDTS:y,endPTS:E,endDTS:E,type:_,hasAudio:S,hasVideo:T,nb:1,dropped:0};return d.audio="audio"===L.type?L:void 0,d.video="audio"!==L.type?L:void 0,d.initSegment=c,d.id3=Gi(r,s,l,l),i.samples.length&&(d.text=Hi(i,s,l)),d},e}();function qi(e,t){var r=null==e?void 0:e.codec;if(r&&r.length>4)return r;if(t===x){if("ec-3"===r||"ac-3"===r||"alac"===r)return r;if("fLaC"===r||"Opus"===r)return Ne(r,!1);var i="mp4a.40.5";return P.info('Parsed audio codec "'+r+'" or audio object type not handled. Using "'+i+'"'),i}return P.warn('Unhandled video codec "'+r+'"'),"hvc1"===r||"hev1"===r?"hvc1.1.6.L120.90":"av01"===r?"av01.0.04M.08":"avc1.42e01e"}var Vi,ji="undefined"!=typeof self?self:void 0;try{Vi=self.performance.now.bind(self.performance)}catch(e){P.debug("Unable to use Performance API on this environment"),Vi=null==ji?void 0:ji.Date.now}var zi=[{demux:yi,remux:Wi},{demux:bi,remux:Bi},{demux:mi,remux:Bi},{demux:Ii,remux:Bi}],Ki=function(){function e(e,t,r,i,s){this.async=!1,this.observer=void 0,this.typeSupported=void 0,this.config=void 0,this.vendor=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.vendor=i,this.id=s}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=Vi();var a=new Uint8Array(e),o=this.currentTransmuxState,l=this.transmuxConfig;i&&(this.currentTransmuxState=i);var h=i||o,d=h.contiguous,u=h.discontinuity,c=h.trackSwitch,f=h.accurateTimeOffset,g=h.timeOffset,p=h.initSegmentChange,m=l.audioCodec,v=l.videoCodec,y=l.defaultInitPts,_=l.duration,L=l.initSegmentData,b=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(b&&"AES-128"===b.method){var R=this.getDecrypter();if(!R.isSync())return this.decryptionPromise=R.webCryptoDecrypt(a,b.key.buffer,b.iv.buffer).then((function(e){var t=s.push(e,null,r);return s.decryptionPromise=null,t})),this.decryptionPromise;var w=R.softwareDecrypt(a,b.key.buffer,b.iv.buffer);if(r.part>-1&&(w=R.flush()),!w)return n.executeEnd=Vi(),Yi(r);a=new Uint8Array(w)}var A=this.needsProbing(u,c);if(A){var C=this.configureTransmuxer(a);if(C)return P.warn("[transmuxer] "+C.message),this.observer.emit(E.ERROR,E.ERROR,{type:S.MEDIA_ERROR,details:T.FRAG_PARSING_ERROR,fatal:!1,error:C,reason:C.message}),n.executeEnd=Vi(),Yi(r)}(u||c||p||A)&&this.resetInitSegment(L,m,v,_,t),(u||p||A)&&this.resetInitialTimestamp(y),d||this.resetContiguity();var D=this.transmux(a,b,g,f,r),I=this.currentTransmuxState;return I.contiguous=!0,I.discontinuity=!1,I.trackSwitch=!1,n.executeEnd=Vi(),D},t.flush=function(e){var t=this,r=e.transmuxing;r.executeStart=Vi();var i=this.decrypter,s=this.currentTransmuxState,n=this.decryptionPromise;if(n)return n.then((function(){return t.flush(e)}));var a=[],o=s.timeOffset;if(i){var l=i.flush();l&&a.push(this.push(l,null,e))}var h=this.demuxer,d=this.remuxer;if(!h||!d)return r.executeEnd=Vi(),[Yi(e)];var u=h.flush(o);return Xi(u)?u.then((function(r){return t.flushRemux(a,r,e),a})):(this.flushRemux(a,u,e),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;P.log("[transmuxer.ts]: Flushed fragment "+r.sn+(r.part>-1?" p: "+r.part:"")+" of level "+r.level);var d=this.remuxer.remux(i,s,n,a,h,l,!0,this.id);e.push({remuxResult:d,chunkMeta:r}),r.transmuxing.executeEnd=Vi()},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=this.vendor,a=0,o=zi.length;a<o;a++){var l;if(null!=(l=zi[a].demux)&&l.probe(e)){t=zi[a];break}}if(!t)return new Error("Failed to find demuxer by probing fragment data");var h=this.demuxer,d=this.remuxer,u=t.remux,c=t.demux;d&&d instanceof u||(this.remuxer=new u(i,r,s,n)),h&&h instanceof c||(this.demuxer=new c(i,r,s),this.probe=c.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 Or(this.config)),e},e}(),Yi=function(e){return{remuxResult:{},chunkMeta:e}};function Xi(e){return"then"in e&&e.then instanceof Function}var Ji=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},Qi=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},Zi={exports:{}};!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,d=this._events[o],u=arguments.length;if(d.fn){switch(d.once&&this.removeListener(e,d.fn,void 0,!0),u){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,s),!0;case 5:return d.fn.call(d.context,t,i,s,n),!0;case 6:return d.fn.call(d.context,t,i,s,n,a),!0}for(h=1,l=new Array(u-1);h<u;h++)l[h-1]=arguments[h];d.fn.apply(d.context,l)}else{var c,f=d.length;for(h=0;h<f;h++)switch(d[h].once&&this.removeListener(e,d[h].fn,void 0,!0),u){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,s);break;default:if(!l)for(c=1,l=new Array(u-1);c<u;c++)l[c-1]=arguments[c];d[h].fn.apply(d[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=[],d=o.length;l<d;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}(Zi);var es=f(Zi.exports);function ts(e,t){if(!((r=t.remuxResult).audio||r.video||r.text||r.id3||r.initSegment))return!1;var r,i=[],s=t.remuxResult,n=s.audio,a=s.video;return n&&rs(i,n),a&&rs(i,a),e.postMessage({event:"transmuxComplete",data:t},i),!0}function rs(e,t){t.data1&&e.push(t.data1.buffer),t.data2&&e.push(t.data2.buffer)}function is(e,t,r){t.reduce((function(t,r){return ts(e,r)||t}),!1)||e.postMessage({event:"transmuxComplete",data:t[0]}),e.postMessage({event:"flush",data:r})}void 0!==r&&r&&function(e){var t=new es,r=function(t,r){e.postMessage({event:t,data:r})};t.on(E.FRAG_DECRYPTED,r),t.on(E.ERROR,r);e.addEventListener("message",(function(i){var s=i.data;switch(s.cmd){case"init":var n=JSON.parse(s.config);e.transmuxer=new Ki(t,s.typeSupported,n,"",s.id),R(n.debug,s.id),function(){var e=function(e){P[e]=function(t){r("workerLog",{logType:e,message:t})}};for(var t in P)e(t)}(),r("init",null);break;case"configure":e.transmuxer.configure(s.config);break;case"demux":var a=e.transmuxer.push(s.data,s.decryptdata,s.chunkMeta,s.state);Xi(a)?(e.transmuxer.async=!0,a.then((function(t){ts(e,t)})).catch((function(e){r(E.ERROR,{type:S.MEDIA_ERROR,details:T.FRAG_PARSING_ERROR,chunkMeta:s.chunkMeta,fatal:!1,error:e,err:e,reason:"transmuxer-worker push error"})}))):(e.transmuxer.async=!1,ts(e,a));break;case"flush":var o=s.chunkMeta,l=e.transmuxer.flush(o);Xi(l)||e.transmuxer.async?(Xi(l)||(l=Promise.resolve(l)),l.then((function(t){is(e,t,o)})).catch((function(e){r(E.ERROR,{type:S.MEDIA_ERROR,details:T.FRAG_PARSING_ERROR,chunkMeta:s.chunkMeta,fatal:!1,error:e,err:e,reason:"transmuxer-worker flush error"})}))):is(e,l,o)}}))}(self);var ss=function(){function e(e,r,i,s){var n=this;this.error=null,this.hls=void 0,this.id=void 0,this.observer=void 0,this.frag=null,this.part=null,this.useWorker=void 0,this.workerContext=null,this.onwmsg=void 0,this.transmuxer=null,this.onTransmuxComplete=void 0,this.onFlush=void 0;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,t.id=n.id,e===E.ERROR&&(n.error=t.error),n.hls.trigger(e,t)};this.observer=new es,this.observer.on(E.FRAG_DECRYPTED,o),this.observer.on(E.ERROR,o);var l,h,d,u,c=Ae(a.preferManagedMediaSource)||{isTypeSupported:function(){return!1}},f={mpeg:c.isTypeSupported("audio/mpeg"),mp3:c.isTypeSupported('audio/mp4; codecs="mp3"'),ac3:!1};if(!this.useWorker||"undefined"==typeof Worker||(a.workerPath,0))this.transmuxer=new Ki(this.observer,f,a,"",r);else try{a.workerPath?(P.log("loading Web Worker "+a.workerPath+' for "'+r+'"'),this.workerContext=(d=a.workerPath,u=new self.URL(d,self.location.href).href,{worker:new self.Worker(u),scriptURL:u})):(P.log('injecting Web Worker for "'+r+'"'),this.workerContext=(l=new self.Blob(["var exports={};var module={exports:exports};function define(f){f()};define.amd=true;("+t.toString()+")(true);"],{type:"text/javascript"}),h=self.URL.createObjectURL(l),{worker:new self.Worker(h),objectURL:h})),this.onwmsg=function(e){return n.onWorkerMessage(e)};var g=this.workerContext.worker;g.addEventListener("message",this.onwmsg),g.onerror=function(e){var t=new Error(e.message+" ("+e.filename+":"+e.lineno+")");a.enableWorker=!1,P.warn('Error in "'+r+'" Web Worker, fallback to inline'),n.hls.trigger(E.ERROR,{type:S.OTHER_ERROR,details:T.INTERNAL_EXCEPTION,fatal:!1,event:"demuxerWorker",error:t})},g.postMessage({cmd:"init",typeSupported:f,vendor:"",id:r,config:JSON.stringify(a)})}catch(e){P.warn('Error setting up "'+r+'" Web Worker, fallback to inline',e),this.resetWorker(),this.error=null,this.transmuxer=new Ki(this.observer,f,a,"",r)}}var r=e.prototype;return r.resetWorker=function(){if(this.workerContext){var e=this.workerContext,t=e.worker,r=e.objectURL;r&&self.URL.revokeObjectURL(r),t.removeEventListener("message",this.onwmsg),t.onerror=null,t.terminate(),this.workerContext=null}},r.destroy=function(){if(this.workerContext)this.resetWorker(),this.onwmsg=void 0;else{var e=this.transmuxer;e&&(e.destroy(),this.transmuxer=null)}var t=this.observer;t&&t.removeAllListeners(),this.frag=null,this.observer=null,this.hls=null},r.push=function(e,t,r,i,s,n,a,o,l,h){var d,u,c=this;l.transmuxing.start=self.performance.now();var f=this.transmuxer,g=n?n.start:s.start,p=s.decryptdata,m=this.frag,v=!(m&&s.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)),L=self.performance.now();(y||E||0===s.stats.parsing.start)&&(s.stats.parsing.start=L),!n||!S&&_||(n.stats.parsing.start=L);var b=!(m&&(null==(d=s.initSegment)?void 0:d.url)===(null==(u=m.initSegment)?void 0:u.url)),R=new Qi(v,_,o,y,g,b);if(!_||v||b){P.log("[transmuxer-interface, "+s.type+"]: Starting new transmux session for sn: "+l.sn+" p: "+l.part+" level: "+l.level+" id: "+l.id+"\n discontinuity: "+v+"\n trackSwitch: "+y+"\n contiguous: "+_+"\n accurateTimeOffset: "+o+"\n timeOffset: "+g+"\n initSegmentChange: "+b);var w=new Ji(r,i,t,a,h);this.configureTransmuxer(w)}if(this.frag=s,this.part=n,this.workerContext)this.workerContext.worker.postMessage({cmd:"demux",data:e,decryptdata:p,chunkMeta:l,state:R},e instanceof ArrayBuffer?[e]:[]);else if(f){var A=f.push(e,p,l,R);Xi(A)?(f.async=!0,A.then((function(e){c.handleTransmuxComplete(e)})).catch((function(e){c.transmuxerError(e,l,"transmuxer-interface push error")}))):(f.async=!1,this.handleTransmuxComplete(A))}},r.flush=function(e){var t=this;e.transmuxing.start=self.performance.now();var r=this.transmuxer;if(this.workerContext)this.workerContext.worker.postMessage({cmd:"flush",chunkMeta:e});else if(r){var i=r.flush(e);Xi(i)||r.async?(Xi(i)||(i=Promise.resolve(i)),i.then((function(r){t.handleFlushResult(r,e)})).catch((function(r){t.transmuxerError(r,e,"transmuxer-interface flush error")}))):this.handleFlushResult(i,e)}},r.transmuxerError=function(e,t,r){this.hls&&(this.error=e,this.hls.trigger(E.ERROR,{type:S.MEDIA_ERROR,details:T.FRAG_PARSING_ERROR,chunkMeta:t,frag:this.frag||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.onWorkerMessage=function(e){var t=e.data;if(null!=t&&t.event){var r=this.hls;if(this.hls)switch(t.event){case"init":var i,s=null==(i=this.workerContext)?void 0:i.objectURL;s&&self.URL.revokeObjectURL(s);break;case"transmuxComplete":this.handleTransmuxComplete(t.data);break;case"flush":this.onFlush(t.data);break;case"workerLog":P[t.data.logType]&&P[t.data.logType](t.data.message);break;default:t.data=t.data||{},t.data.frag=this.frag,t.data.id=this.id,r.trigger(t.event,t.data)}}else P.warn("worker message received with no "+(t?"event name":"data"))},r.configureTransmuxer=function(e){var t=this.transmuxer;this.workerContext?this.workerContext.worker.postMessage({cmd:"configure",config:e}):t&&t.configure(e)},r.handleTransmuxComplete=function(e){e.chunkMeta.transmuxing.end=self.performance.now(),this.onTransmuxComplete(e)},e}(),ns=function(){function e(e,t,r,i){this.config=void 0,this.media=null,this.fragmentTracker=void 0,this.hls=void 0,this.nudgeRetry=0,this.stallReported=!1,this.stalled=null,this.moved=!1,this.seeking=!1,this.config=e,this.media=t,this.fragmentTracker=r,this.hls=i}var t=e.prototype;return t.destroy=function(){this.media=null,this.hls=this.fragmentTracker=null},t.poll=function(e,t){var r=this.config,i=this.media,s=this.stalled;if(null!==i){var n=i.currentTime,a=i.seeking,o=this.seeking&&!a,l=!this.seeking&&a;if(this.seeking=a,n===e)if(l||o)this.stalled=null;else if(i.paused&&!a||i.ended||0===i.playbackRate||!jt.getBuffered(i).length)this.nudgeRetry=0;else{var h=jt.bufferInfo(i,n,0),d=h.nextStart||0;if(a){var u=h.len>2,c=!d||t&&t.start<=n||d-n>2&&!this.fragmentTracker.getPartialFragment(n);if(u||c)return;this.moved=!1}if(!this.moved&&null!==this.stalled){var f;if(!(h.len>0||d))return;var g=Math.max(d,h.start||0)-n,p=this.hls.levels?this.hls.levels[this.hls.currentLevel]:null,m=(null==p||null==(f=p.details)?void 0:f.live)?2*p.details.targetduration:2,v=this.fragmentTracker.getPartialFragment(n);if(g>0&&(g<=m||v))return void(i.paused||this._trySkipBufferHole(v))}var y=self.performance.now();if(null!==s){var E=y-s;if(a||!(E>=250)||(this._reportStall(h),this.media)){var S=jt.bufferInfo(i,n,r.maxBufferHole);this._tryFixBufferStall(S,E)}}else this.stalled=y}else if(this.moved=!0,a||(this.nudgeRetry=0),null!==s){if(this.stallReported){var T=self.performance.now()-s;P.warn("playback not stuck anymore @"+n+", after "+Math.round(T)+"ms"),this.stallReported=!1}this.stalled=null}}},t._tryFixBufferStall=function(e,t){var r=this.config,i=this.fragmentTracker,s=this.media;if(null!==s){var n=s.currentTime,a=i.getPartialFragment(n);if(a&&(this._trySkipBufferHole(a)||!this.media))return;(e.len>r.maxBufferHole||e.nextStart&&e.nextStart-n<r.maxBufferHole)&&t>1e3*r.highBufferWatchdogPeriod&&(P.warn("Trying to nudge playhead over buffer-hole"),this.stalled=null,this._tryNudgeBuffer())}},t._reportStall=function(e){var t=this.hls,r=this.media;if(!this.stallReported&&r){this.stallReported=!0;var i=new Error("Playback stalling at @"+r.currentTime+" due to low buffer ("+JSON.stringify(e)+")");P.warn(i.message),t.trigger(E.ERROR,{type:S.MEDIA_ERROR,details:T.BUFFER_STALLED_ERROR,fatal:!1,error:i,buffer:e.len})}},t._trySkipBufferHole=function(e){var t=this.config,r=this.hls,i=this.media;if(null===i)return 0;var s=i.currentTime,n=jt.bufferInfo(i,s,0),a=s<n.start?n.start:n.nextStart;if(a){var o=n.len<=t.maxBufferHole,l=n.len>0&&n.len<1&&i.readyState<3,h=a-s;if(h>0&&(o||l)){if(h>t.maxBufferHole){var d=this.fragmentTracker,u=!1;if(0===s){var c=d.getAppendedFrag(0,rt);c&&a<c.end&&(u=!0)}if(!u){var f=e||d.getAppendedFrag(s,rt);if(f){for(var g=!1,p=f.end;p<a;){var m=d.getPartialFragment(p);if(!m){g=!0;break}p+=m.duration}if(g)return 0}}}var v=Math.max(a+.05,s+.1);if(P.warn("skipping hole, adjusting currentTime from "+s+" to "+v),this.moved=!0,this.stalled=null,i.currentTime=v,e&&!e.gap){var y=new Error("fragment loaded with buffer holes, seeking from "+s+" to "+v);r.trigger(E.ERROR,{type:S.MEDIA_ERROR,details:T.BUFFER_SEEK_OVER_HOLE,fatal:!1,error:y,reason:y.message,frag:e})}return v}}return 0},t._tryNudgeBuffer=function(){var e=this.config,t=this.hls,r=this.media,i=this.nudgeRetry;if(null!==r){var s=r.currentTime;if(this.nudgeRetry++,i<e.nudgeMaxRetry){var n=s+(i+1)*e.nudgeOffset,a=new Error("Nudging 'currentTime' from "+s+" to "+n);P.warn(a.message),r.currentTime=n,t.trigger(E.ERROR,{type:S.MEDIA_ERROR,details:T.BUFFER_NUDGE_ON_STALL,error:a,fatal:!1})}else{var o=new Error("Playhead still not moving while enough data buffered @"+s+" after "+e.nudgeMaxRetry+" nudges");P.error(o.message),t.trigger(E.ERROR,{type:S.MEDIA_ERROR,details:T.BUFFER_STALLED_ERROR,error:o,fatal:!0})}}},e}(),as=function(e){function t(t,r,i){var s;return(s=e.call(this,t,r,i,"[stream-controller]",rt)||this).audioCodecSwap=!1,s.gapController=null,s.level=-1,s._forceStartLoad=!1,s.altAudio=!1,s.audioOnly=!1,s.fragPlaying=null,s.onvplaying=null,s.onvseeked=null,s.fragLastKbps=0,s.couldBacktrack=!1,s.backtrackFragment=null,s.audioCodecSwitch=!1,s.videoBuffer=null,s._registerListeners(),s}l(t,e);var r=t.prototype;return r._registerListeners=function(){var e=this.hls;e.on(E.MEDIA_ATTACHED,this.onMediaAttached,this),e.on(E.MEDIA_DETACHING,this.onMediaDetaching,this),e.on(E.MANIFEST_LOADING,this.onManifestLoading,this),e.on(E.MANIFEST_PARSED,this.onManifestParsed,this),e.on(E.LEVEL_LOADING,this.onLevelLoading,this),e.on(E.LEVEL_LOADED,this.onLevelLoaded,this),e.on(E.FRAG_LOAD_EMERGENCY_ABORTED,this.onFragLoadEmergencyAborted,this),e.on(E.ERROR,this.onError,this),e.on(E.AUDIO_TRACK_SWITCHING,this.onAudioTrackSwitching,this),e.on(E.AUDIO_TRACK_SWITCHED,this.onAudioTrackSwitched,this),e.on(E.BUFFER_CREATED,this.onBufferCreated,this),e.on(E.BUFFER_FLUSHED,this.onBufferFlushed,this),e.on(E.LEVELS_UPDATED,this.onLevelsUpdated,this),e.on(E.FRAG_BUFFERED,this.onFragBuffered,this)},r._unregisterListeners=function(){var e=this.hls;e.off(E.MEDIA_ATTACHED,this.onMediaAttached,this),e.off(E.MEDIA_DETACHING,this.onMediaDetaching,this),e.off(E.MANIFEST_LOADING,this.onManifestLoading,this),e.off(E.MANIFEST_PARSED,this.onManifestParsed,this),e.off(E.LEVEL_LOADED,this.onLevelLoaded,this),e.off(E.FRAG_LOAD_EMERGENCY_ABORTED,this.onFragLoadEmergencyAborted,this),e.off(E.ERROR,this.onError,this),e.off(E.AUDIO_TRACK_SWITCHING,this.onAudioTrackSwitching,this),e.off(E.AUDIO_TRACK_SWITCHED,this.onAudioTrackSwitched,this),e.off(E.BUFFER_CREATED,this.onBufferCreated,this),e.off(E.BUFFER_FLUSHED,this.onBufferFlushed,this),e.off(E.LEVELS_UPDATED,this.onLevelsUpdated,this),e.off(E.FRAG_BUFFERED,this.onFragBuffered,this)},r.onHandlerDestroying=function(){this._unregisterListeners(),e.prototype.onHandlerDestroying.call(this)},r.startLoad=function(e){if(this.levels){var t=this.lastCurrentTime,r=this.hls;if(this.stopLoad(),this.setInterval(100),this.level=-1,!this.startFragRequested){var i=r.startLevel;-1===i&&(r.config.testBandwidth&&this.levels.length>1?(i=0,this.bitrateTest=!0):i=r.firstAutoLevel),r.nextLoadLevel=i,this.level=r.loadLevel,this.loadedmetadata=!1}t>0&&-1===e&&(this.log("Override startPosition with lastCurrentTime @"+t.toFixed(3)),e=t),this.state=Nr,this.nextLoadPosition=this.startPosition=this.lastCurrentTime=e,this.tick()}else this._forceStartLoad=!0,this.state=Fr},r.stopLoad=function(){this._forceStartLoad=!1,e.prototype.stopLoad.call(this)},r.doTick=function(){switch(this.state){case Vr: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)){if(this.waitForCdnTuneIn(i))break;this.state=Nr;break}if(this.hls.nextLoadLevel!==this.level){this.state=Nr;break}break;case Gr:var s,n=self.performance.now(),a=this.retryDate;if(!a||n>=a||null!=(s=this.media)&&s.seeking){var o=this.levels,l=this.level,h=null==o?void 0:o[l];this.resetStartWhenNotLoaded(h||null),this.state=Nr}}this.state===Nr&&this.doTickIdle(),this.onTickEnd()},r.onTickEnd=function(){e.prototype.onTickEnd.call(this),this.checkBuffer(),this.checkFragmentChanged()},r.doTickIdle=function(){var e=this.hls,t=this.levelLastLoaded,r=this.levels,i=this.media;if(null!==t&&(i||!this.startFragRequested&&e.config.startFragPrefetch)&&(!this.altAudio||!this.audioOnly)){var s=e.nextLoadLevel;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 this.altAudio&&(l.type="video"),this.hls.trigger(E.BUFFER_EOS,l),void(this.state=Wr)}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===Vr||h.live&&this.levelLastLoaded!==n)return this.level=s,void(this.state=Vr);var d=a.len,u=this.getMaxBufferLength(n.maxBitrate);if(!(d>=u)){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&&"initSegment"!==f.sn&&this.fragmentTracker.getState(f)!==vr){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?x:M,y=(v===M?this.videoBuffer:this.mediaBuffer)||this.media;y&&this.afterBufferFlushed(y,v,rt)}f=this.getNextFragmentLoopLoading(f,h,a,rt,u)}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);this.fragCurrent=t,s===gr||s===mr?"initSegment"===t.sn?this._loadInitSegment(t,r):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)):(this.startFragRequested=!0,e.prototype.loadFragment.call(this,t,r,i)):this.clearTrackerIfNeeded(t)},r.getBufferedFrag=function(e){return this.fragmentTracker.getBufferedFrag(e,rt)},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 d=h.maxStartPTS?h.maxStartPTS:h.start,u=h.duration,c=Math.max(l.end,d+Math.min(Math.max(u-this.config.maxFragLookUpTolerance,u*(this.couldBacktrack?.5:.125)),u*(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 Br:case Ur:case Gr:case Hr:case $r:this.state=Nr}this.nextLoadPosition=this.getLoadPosition()},r.flushMainBuffer=function(t,r){e.prototype.flushMainBuffer.call(this,t,r,this.altAudio?"video":null)},r.onMediaAttached=function(t,r){e.prototype.onMediaAttached.call(this,t,r);var i=r.media;this.onvplaying=this.onMediaPlaying.bind(this),this.onvseeked=this.onMediaSeeked.bind(this),i.addEventListener("playing",this.onvplaying),i.addEventListener("seeked",this.onvseeked),this.gapController=new ns(this.config,i,this.fragmentTracker,this.hls)},r.onMediaDetaching=function(){var t=this.media;t&&this.onvplaying&&this.onvseeked&&(t.removeEventListener("playing",this.onvplaying),t.removeEventListener("seeked",this.onvseeked),this.onvplaying=this.onvseeked=null,this.videoBuffer=null),this.fragPlaying=null,this.gapController&&(this.gapController.destroy(),this.gapController=null),e.prototype.onMediaDetaching.call(this)},r.onMediaPlaying=function(){this.tick()},r.onMediaSeeked=function(){var e=this.media,t=e?e.currentTime:null;m(t)&&this.log("Media seeked to "+t.toFixed(3));var r=this.getMainFwdBufferInfo();null!==r&&0!==r.len?this.tick():this.warn('Main forward buffer length on "seeked" event '+(r?r.len:"empty")+")")},r.onManifestLoading=function(){this.log("Trigger BUFFER_RESET"),this.hls.trigger(E.BUFFER_RESET,void 0),this.fragmentTracker.removeAllFragments(),this.couldBacktrack=!1,this.startPosition=this.lastCurrentTime=this.fragLastKbps=0,this.levels=this.fragPlaying=this.backtrackFragment=this.levelLastLoaded=null,this.altAudio=this.audioOnly=this.startFragRequested=!1},r.onManifestParsed=function(e,t){var r,i,s=!1,n=!1;t.levels.forEach((function(e){var t=e.audioCodec;t&&(s=s||-1!==t.indexOf("mp4a.40.2"),n=n||-1!==t.indexOf("mp4a.40.5"))})),this.audioCodecSwitch=s&&n&&!("function"==typeof(null==(i=zr())||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){var r=this.levels;if(r&&this.state===Nr){var i=r[t.level];(!i.details||i.details.live&&this.levelLastLoaded!==i||this.waitForCdnTuneIn(i.details))&&(this.state=Vr)}},r.onLevelLoaded=function(e,t){var r,i=this.levels,s=t.level,n=t.details,a=n.totalduration;if(i){this.log("Level "+s+" loaded ["+n.startSN+","+n.endSN+"]"+(n.lastPartSn?"[part-"+n.lastPartSn+"-"+n.lastPartIndex+"]":"")+", cc ["+n.startCC+", "+n.endCC+"] duration:"+a);var o=i[s],l=this.fragCurrent;!l||this.state!==Ur&&this.state!==Gr||l.level!==t.level&&l.loader&&this.abortCurrentFrag();var h=0;if(n.live||null!=(r=o.details)&&r.live){var d;if(this.checkLiveUpdate(n),n.deltaUpdateFailed)return;h=this.alignPlaylists(n,o.details,null==(d=this.levelLastLoaded)?void 0:d.details)}if(o.details=n,this.levelLastLoaded=o,this.hls.trigger(E.LEVEL_UPDATED,{details:n,level:s}),this.state===Vr){if(this.waitForCdnTuneIn(n))return;this.state=Nr}this.startFragRequested?n.live&&this.synchronizeToLiveEdge(n):this.setStartPosition(n,h),this.tick()}else this.warn("Levels were reset while loading level "+s)},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],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,d=null==(t=r.initSegment)?void 0:t.data,u=this._getAudioCodec(a),c=this.transmuxer=this.transmuxer||new ss(this.hls,rt,this._handleTransmuxComplete.bind(this),this._handleTransmuxerFlush.bind(this)),f=i?i.index:-1,g=-1!==f,p=new Ar(r.level,r.sn,r.stats.chunkCount,s.byteLength,f,g),m=this.initPTS[r.cc];c.push(s,d,u,l,r,i,o.totalduration,h,p,m)}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.altAudio;if(!t.url){if(this.mediaBuffer!==this.media){this.log("Switching on main audio, use media.buffered to schedule main fragment loading"),this.mediaBuffer=this.media;var i=this.fragCurrent;i&&(this.log("Switching to main audio track, cancel main fragment load"),i.abortRequests(),this.fragmentTracker.removeFragment(i)),this.resetTransmuxer(),this.resetLoadingState()}else this.audioOnly&&this.resetTransmuxer();var s=this.hls;r&&(s.trigger(E.BUFFER_FLUSHING,{startOffset:0,endOffset:Number.POSITIVE_INFINITY,type:null}),this.fragmentTracker.removeAllFragments()),s.trigger(E.AUDIO_TRACK_SWITCHED,t)}},r.onAudioTrackSwitched=function(e,t){var r=t.id,i=!!this.hls.audioTracks[r].url;if(i){var s=this.videoBuffer;s&&this.mediaBuffer!==s&&(this.log("Switching on alternate audio, use video.buffered to schedule main fragment loading"),this.mediaBuffer=s)}this.altAudio=i,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;if(!r||r.type===rt){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===$r&&(this.state=Nr));var s=i?i.stats:r.stats;this.fragLastKbps=Math.round(8*s.total/(s.buffering.end-s.loading.first)),"initSegment"!==r.sn&&(this.fragPrevious=r),this.fragBufferedComplete(r,i)}},r.onError=function(e,t){var r;if(t.fatal)this.state=qr;else switch(t.details){case T.FRAG_GAP:case T.FRAG_PARSING_ERROR:case T.FRAG_DECRYPT_ERROR:case T.FRAG_LOAD_ERROR:case T.FRAG_LOAD_TIMEOUT:case T.KEY_LOAD_ERROR:case T.KEY_LOAD_TIMEOUT:this.onFragmentOrKeyLoadError(rt,t);break;case T.LEVEL_LOAD_ERROR:case T.LEVEL_LOAD_TIMEOUT:case T.LEVEL_PARSING_ERROR:t.levelRetry||this.state!==Vr||(null==(r=t.context)?void 0:r.type)!==Ze||(this.state=Nr);break;case T.BUFFER_APPEND_ERROR:case T.BUFFER_FULL_ERROR:if(!t.parent||"main"!==t.parent)return;if(t.details===T.BUFFER_APPEND_ERROR)return void this.resetLoadingState();this.reduceLengthAndFlushBuffer(t)&&this.flushMainBuffer(0,Number.POSITIVE_INFINITY);break;case T.INTERNAL_EXCEPTION:this.recoverWorkerError(t)}},r.checkBuffer=function(){var e=this.media,t=this.gapController;if(e&&t&&e.readyState){if(this.loadedmetadata||!jt.getBuffered(e).length){var r=this.state!==Nr?this.fragCurrent:null;t.poll(this.lastCurrentTime,r)}this.lastCurrentTime=e.currentTime}},r.onFragLoadEmergencyAborted=function(){this.state=Nr,this.loadedmetadata||(this.startFragRequested=!1,this.nextLoadPosition=this.startPosition),this.tickImmediate()},r.onBufferFlushed=function(e,t){var r=t.type;if(r!==x||this.audioOnly&&!this.altAudio){var i=(r===M?this.videoBuffer:this.mediaBuffer)||this.media;this.afterBufferFlushed(i,r,rt),this.tick()}},r.onLevelsUpdated=function(e,t){this.level>-1&&this.fragCurrent&&(this.level=this.fragCurrent.level),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=jt.getBuffered(e),s=(i.length?i.start(0):0)-r;s>0&&(s<this.config.maxBufferHole||s<this.config.maxFragLookUpTolerance)&&(this.log("adjusting start position by "+s+" to match buffer start"),r+=s,this.startPosition=r),this.log("seek to target start position "+r+" from current time "+t),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(i){var s=r.hls;if(i&&!r.fragContextChanged(e)){t.fragmentError=0,r.state=Nr,r.startFragRequested=!1,r.bitrateTest=!1;var n=e.stats;n.parsing.start=n.parsing.end=n.buffering.start=n.buffering.end=self.performance.now(),s.trigger(E.FRAG_LOADED,i),e.bitrateTest=!1}}))},r._handleTransmuxComplete=function(e){var t,r="main",i=this.hls,s=e.remuxResult,n=e.chunkMeta,a=this.getCurrentContext(n);if(a){var o=a.frag,l=a.part,h=a.level,d=s.video,u=s.text,c=s.id3,f=s.initSegment,g=h.details,p=this.altAudio?void 0:s.audio;if(this.fragContextChanged(o))this.fragmentTracker.removeFragment(o);else{if(this.state=Hr,f){if(null!=f&&f.tracks){var v=o.initSegment||o;this._bufferInitSegment(h,f.tracks,v,n),i.trigger(E.FRAG_PARSING_INIT_SEGMENT,{frag:v,id:r,tracks:f.tracks})}var y=f.initPTS,S=f.timescale;m(y)&&(this.initPTS[o.cc]={baseTime:y,timescale:S},i.trigger(E.INIT_PTS_FOUND,{frag:o,id:r,initPTS:y,timescale:S}))}if(d&&g&&"initSegment"!==o.sn){var T=g.fragments[o.sn-1-g.startSN],_=o.sn===g.startSN,L=!T||o.cc>T.cc;if(!1!==s.independent){var b=d.startPTS,R=d.endPTS,P=d.startDTS,w=d.endDTS;if(l)l.elementaryStreams[d.type]={startPTS:b,endPTS:R,startDTS:P,endDTS:w};else if(d.firstKeyFrame&&d.independent&&1===n.id&&!L&&(this.couldBacktrack=!0),d.dropped&&d.independent){var A=this.getMainFwdBufferInfo(),C=(A?A.end:this.getLoadPosition())+this.config.maxBufferHole,D=d.firstKeyFramePTS?d.firstKeyFramePTS:b;if(!_&&C<D-this.config.maxBufferHole&&!L)return void this.backtrack(o);L&&(o.gap=!0),o.setElementaryStreamInfo(d.type,o.start,R,o.start,w,!0)}else _&&b>2&&(o.gap=!0);o.setElementaryStreamInfo(d.type,b,R,P,w),this.backtrackFragment&&(this.backtrackFragment=o),this.bufferFragmentData(d,o,l,n,_||L)}else{if(!_&&!L)return void this.backtrack(o);o.gap=!0}}if(p){var I=p.startPTS,k=p.endPTS,M=p.startDTS,O=p.endDTS;l&&(l.elementaryStreams[x]={startPTS:I,endPTS:k,startDTS:M,endDTS:O}),o.setElementaryStreamInfo(x,I,k,M,O),this.bufferFragmentData(p,o,l,n)}if(g&&null!=c&&null!=(t=c.samples)&&t.length){var F={id:r,frag:o,details:g,samples:c.samples};i.trigger(E.FRAG_PARSING_METADATA,F)}if(g&&u){var N={id:r,frag:o,details:g,samples:u.samples};i.trigger(E.FRAG_PARSING_USERDATA,N)}}}else this.resetWhenMissingContext(n)},r._bufferInitSegment=function(e,t,r,i){var s=this;if(this.state===Hr){this.audioOnly=!!t.audio&&!t.video,this.altAudio&&!this.audioOnly&&delete t.audio;var n=t.audio,a=t.video,o=t.audiovideo;if(n){var l=e.audioCodec,h=navigator.userAgent.toLowerCase();if(this.audioCodecSwitch){l&&(l=-1!==l.indexOf("mp4a.40.5")?"mp4a.40.2":"mp4a.40.5");var d=n.metadata;d&&"channelCount"in d&&1!==(d.channelCount||1)&&-1===h.indexOf("firefox")&&(l="mp4a.40.5")}l&&-1!==l.indexOf("mp4a.40.5")&&-1!==h.indexOf("android")&&"audio/mpeg"!==n.container&&(l="mp4a.40.2",this.log("Android: force audio codec to "+l)),e.audioCodec&&e.audioCodec!==l&&this.log('Swapping manifest audio codec "'+e.audioCodec+'" for "'+l+'"'),n.levelCodec=l,n.id="main",this.log("Init audio buffer, container:"+n.container+", codecs[selected/level/parsed]=["+(l||"")+"/"+(e.audioCodec||"")+"/"+n.codec+"]")}a&&(a.levelCodec=e.videoCodec,a.id="main",this.log("Init video buffer, container:"+a.container+", codecs[level/parsed]=["+(e.videoCodec||"")+"/"+a.codec+"]")),o&&this.log("Init audiovideo buffer, container:"+o.container+", codecs[level/parsed]=["+e.codecs+"/"+o.codec+"]"),this.hls.trigger(E.BUFFER_CODECS,t),Object.keys(t).forEach((function(e){var n=t[e].initSegment;null!=n&&n.byteLength&&s.hls.trigger(E.BUFFER_APPENDING,{type:e,data:n,frag:r,part:null,chunkMeta:i,parent:r.type})})),this.tickImmediate()}},r.getMainFwdBufferInfo=function(){return this.getFwdBufferInfo(this.mediaBuffer?this.mediaBuffer:this.media,rt)},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=Nr},r.checkFragmentChanged=function(){var e=this.media,t=null;if(e&&e.readyState>1&&!1===e.seeking){var r=e.currentTime;if(jt.isBuffered(e,r)?t=this.getAppendedFrag(r):jt.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(E.FRAG_CHANGED,{frag:t}),i&&i.level===s||this.hls.trigger(E.LEVEL_SWITCHED,{level:s}))}}},a(t,[{key:"nextLevel",get:function(){var e=this.nextBufferedFrag;return e?e.level:-1}},{key:"currentFrag",get:function(){var e=this.media;return e?this.fragPlaying||this.getAppendedFrag(e.currentTime):null}},{key:"currentProgramDateTime",get:function(){var e=this.media;if(e){var t=e.currentTime,r=this.currentFrag;if(r&&m(t)&&m(r.programDateTime)){var i=r.programDateTime+1e3*(t-r.start);return new Date(i)}}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}}]),t}(jr),os=function(){function e(t){void 0===t&&(t={}),this.config=void 0,this.userConfig=void 0,this.coreComponents=void 0,this.networkControllers=void 0,this.started=!1,this._emitter=new es,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.audioTrackController=void 0,this.subtitleTrackController=void 0,this.emeController=void 0,this.cmcdController=void 0,this._media=null,this.url=null,this.triggeringException=void 0,R(t.debug||!1,"Hls instance");var r=this.config=function(e,t){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 r=ur(e),s=["TimeOut","MaxRetry","RetryDelay","MaxRetryTimeout"];return["manifest","level","frag"].forEach((function(e){var i=("level"===e?"playlist":e)+"LoadPolicy",n=void 0===t[i],a=[];s.forEach((function(s){var o=e+"Loading"+s,l=t[o];if(void 0!==l&&n){a.push(o);var h=r[i].default;switch(t[i]={default:h},s){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}}})),a.length&&P.warn('hls.js config: "'+a.join('", "')+'" setting(s) are deprecated, use "'+i+'": '+JSON.stringify(t[i]))})),i(i({},r),t)}(e.DefaultConfig,t);this.userConfig=t,r.progressive&&function(e){var t=e.loader;t!==ar&&t!==ir?(P.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=ar,e.progressive=!0,e.enableSoftwareAES=!0,P.log("[config]: Progressive streaming enabled, using FetchLoader"))}(r);var s=r.abrController,n=r.bufferController,a=r.capLevelController,o=r.errorController,l=r.fpsController,h=new o(this),d=this.abrController=new s(this),u=this.bufferController=new n(this),c=this.capLevelController=new a(this),f=new l(this),g=new ot(this),p=new pt(this),m=r.contentSteeringController,v=m?new m(this):null,y=this.levelController=new cr(this,v),S=new yr(this),T=new Pr(this.config),_=this.streamController=new as(this,S,T);c.setStreamController(_),f.setStreamController(_);var L=[g,y,_];v&&L.splice(1,0,v),this.networkControllers=L;var b=[d,u,c,f,p,S];this.audioTrackController=this.createController(r.audioTrackController,L);var w=r.audioStreamController;w&&L.push(new w(this,S,T)),this.subtitleTrackController=this.createController(r.subtitleTrackController,L);var A=r.subtitleStreamController;A&&L.push(new A(this,S,T)),this.createController(r.timelineController,b),T.emeController=this.emeController=this.createController(r.emeController,b),this.cmcdController=this.createController(r.cmcdController,b),this.latencyController=this.createController(mt,b),this.coreComponents=b,L.push(h);var C=h.onErrorOut;"function"==typeof C&&this.on(E.ERROR,C,h)}e.isMSESupported=function(){return Kr()},e.isSupported=function(){return function(){if(!Kr())return!1;var e=Ae();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(ke(t,"video"))}))||["mp4a.40.2","fLaC"].some((function(t){return e.isTypeSupported(ke(t,"audio"))})))}()},e.getMediaSource=function(){return Ae()};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(P.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===E.ERROR;this.trigger(E.ERROR,{type:S.OTHER_ERROR,details:T.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(){P.log("destroy"),this.trigger(E.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){P.log("attachMedia"),this._media=e,this.trigger(E.MEDIA_ATTACHING,{media:e})},t.detachMedia=function(){P.log("detachMedia"),this.trigger(E.MEDIA_DETACHING,void 0),this._media=null},t.loadSource=function(e){this.stopLoad();var t=this.media,r=this.url,i=this.url=p.buildAbsoluteURL(self.location.href,e,{alwaysNormalize:!0});this._autoLevelCapping=-1,this._maxHdcpLevel=null,P.log("loadSource:"+i),t&&r&&(r!==i||this.bufferController.hasSourceTypes())&&(this.detachMedia(),this.attachMedia(t)),this.trigger(E.MANIFEST_LOADING,{url:e})},t.startLoad=function(e){void 0===e&&(e=-1),P.log("startLoad("+e+")"),this.started=!0,this.networkControllers.forEach((function(t){t.startLoad(e)}))},t.stopLoad=function(){P.log("stopLoad"),this.started=!1,this.networkControllers.forEach((function(e){e.stopLoad()}))},t.resumeBuffering=function(){this.started&&this.networkControllers.forEach((function(e){"fragmentLoader"in e&&e.startLoad(-1)}))},t.pauseBuffering=function(){this.networkControllers.forEach((function(e){"fragmentLoader"in e&&e.stopLoad()}))},t.swapAudioCodec=function(){P.log("swapAudioCodec"),this.streamController.swapAudioCodec()},t.recoverMediaError=function(){P.log("recoverMediaError");var e=this._media;this.detachMedia(),e&&this.attachMedia(e)},t.removeLevel=function(e){this.levelController.removeLevel(e)},t.setAudioOption=function(e){var t;return null==(t=this.audioTrackController)?void 0:t.setAudioOption(e)},t.setSubtitleOption=function(e){var t;return null==(t=this.subtitleTrackController)||t.setSubtitleOption(e),null},a(e,[{key:"levels",get:function(){return this.levelController.levels||[]}},{key:"currentLevel",get:function(){return this.streamController.currentLevel},set:function(e){P.log("set currentLevel:"+e),this.levelController.manualLevel=e,this.streamController.immediateLevelSwitch()}},{key:"nextLevel",get:function(){return this.streamController.nextLevel},set:function(e){P.log("set nextLevel:"+e),this.levelController.manualLevel=e,this.streamController.nextLevelSwitch()}},{key:"loadLevel",get:function(){return this.levelController.level},set:function(e){P.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){P.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){P.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&&(P.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:"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 vt.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:"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}},{key:"drift",get:function(){return this.latencyController.drift}},{key:"forceStartLoad",get:function(){return this.streamController.forceStartLoad}}],[{key:"version",get:function(){return"1.5.13"}},{key:"Events",get:function(){return E}},{key:"ErrorTypes",get:function(){return S}},{key:"ErrorDetails",get:function(){return T}},{key:"DefaultConfig",get:function(){return e.defaultConfig?e.defaultConfig:dr},set:function(t){e.defaultConfig=t}}]),e}();return os.defaultConfig=void 0,os},e.exports=i()}(!1)},43:(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|d(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 d(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 u(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=d,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 u(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}}},333:e=>{"use strict";function t(e,t){for(const r in t)Object.defineProperty(e,r,{value:t[r],enumerable:!0,configurable:!0});return e}e.exports=function(e,r,i){if(!e||"string"==typeof e)throw new TypeError("Please pass an Error to err-code");i||(i={}),"object"==typeof r&&(i=r,r=void 0),null!=r&&(i.code=r);try{return t(e,i)}catch(r){i.message=e.message,i.stack=e.stack;const s=function(){};return s.prototype=Object.create(Object.getPrototypeOf(e)),t(new s,i)}}},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 d(e,t,r,i,s,n,o){return a(r^(t|~i),e,t,s,n,o)}function u(e,t){var r,i,s,a,u;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,u=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=d(c,f=h(f,g,p,c,e[r+2],23,-995338651),g,p,e[r],6,-198630844),p=d(p,c,f,g,e[r+7],10,1126891415),g=d(g,p,c,f,e[r+14],15,-1416354905),f=d(f,g,p,c,e[r+5],21,-57434055),c=d(c,f,g,p,e[r+12],6,1700485571),p=d(p,c,f,g,e[r+3],10,-1894986606),g=d(g,p,c,f,e[r+10],15,-1051523),f=d(f,g,p,c,e[r+1],21,-2054922799),c=d(c,f,g,p,e[r+8],6,1873313359),p=d(p,c,f,g,e[r+15],10,-30611744),g=d(g,p,c,f,e[r+6],15,-1560198380),f=d(f,g,p,c,e[r+13],21,1309151649),c=d(c,f,g,p,e[r+4],6,-145523070),p=d(p,c,f,g,e[r+11],10,-1120210379),g=d(g,p,c,f,e[r+2],15,718787259),f=d(f,g,p,c,e[r+9],21,-343485551),c=n(c,i),f=n(f,s),g=n(g,a),p=n(p,u);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(u(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=u(s,8*e.length)),r=0;r<16;r+=1)n[r]=909522486^s[r],a[r]=1549556828^s[r];return i=u(n.concat(f(t)),512+8*t.length),c(u(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},363:e=>{let t;e.exports="function"==typeof queueMicrotask?queueMicrotask.bind(globalThis):e=>(t||(t=Promise.resolve())).then(e).catch((e=>setTimeout((()=>{throw e}),0)))}},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:()=>Er});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,SCH_WAIT_PEER:"SCH_WAIT_PEER",SW_PLAYLIST:"SW_PLAYLIST",SW_GET_PLAYLIST:"SW_GET_PLAYLIST",SW_GET_MEDIA:"SW_GET_MEDIA",LEVEL_LOADED:"LEVEL_LOADED",MANIFEST_PARSED:"MANIFEST_PARSED"};var s=r(415),n=r.n(s),a=r(43),o=r(558),l=r.n(o);const h="__PROXY_IDENTIFIER__";const d=64e3;function u(){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("undefined"==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 P(e){return e&&"function"==typeof e}function w(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 A=e=>0===p(0,1)?[null,e]:[e,null];function C(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]]:A(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}}}class I{constructor(e,t){this.target=t,this.type=e}}class k extends I{constructor(e,t){super("error",t),this.message=e.message,this.error=e}}class x extends I{constructor(e=1e3,t="",r){super("close",r),this.code=e,this.reason=t,this.wasClean=!0}}const M=()=>{if("undefined"!=typeof WebSocket)return WebSocket},O={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=O.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=O.reconnectionDelayGrowFactor,minReconnectionDelay:t=O.minReconnectionDelay,maxReconnectionDelay:r=O.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=O.maxRetries,connectionTimeout:t=O.connectionTimeout,WebSocket:r=M()}=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 k(Error(e.message),this))}))}}_handleTimeout(){this._handleError(new k(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=O.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 N={debug:3,info:4,warn:5,error:6};class B{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=N[e];this._ws.send(JSON.stringify({records:[{level:r,text:`${R()}: ${t}`}]}))}sendBatch(e){const t=[];for(let r of e)t.push({level:N[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 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,r)=>{((e,t)=>{"object"==typeof t&&(t=JSON.stringify(t)),localStorage.setItem(e,t)})(e,{value:t,duration:r,startTime:Date.now()})},H={debug:0,info:1,warn:2,error:3,none:4};const $=class{constructor(e){this.logLevel=e,this.onlineDebug=!1,this.logCache=[];try{console.debug=console.log}catch(e){}"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>250&&this.logCache.shift()):this.reporter&&this.reporter.send(e,t)}))}report(e,t,r,i,s=5e3){e&&this.logCache.unshift({levelKey:"info",message:e}),this.reporter=new B(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 H){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 H)H[e]<H[this.logLevel]?this[e]=u:this[e]=console[e]}get isDebugLevel(){return H[this.logLevel]<=2||this.onlineDebug}};var W=r(363),q=r.n(W);const V=65536;function j(e){return e.replace(/a=ice-options:trickle\s\n/g,"")}class z extends(n()){constructor(e){super(),this.channelName=e.initiator?e.channelName:null,this.initiator=e.initiator||!1,this.channelConfig=e.channelConfig||z.channelConfig,this.channelNegotiated=this.channelConfig.negotiated,this.config=Object.assign({},z.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=e.wrtc&&"object"==typeof e.wrtc?e.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=>{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)):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=V),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=>{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>V}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=j(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=j(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>V||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()}}z.config={iceServers:[{urls:["stun:stun.l.google.com:19302","stun:global.stun.twilio.com:3478"]}],sdpSemantics:"unified-plan"},z.channelConfig={};const K=z;class Y{constructor(e,t,r,i,s=0,n=void 0){this.sn=e,this.segId=t,this.data=r,this.fromPeerId=i,this.level=s||0,this.ext=n}static fromSegment(e){const t=new Y(e.sn,e.segId,e.data,e.fromPeerId,e.level,e.ext);return t.from=e.from,t}get size(){return this.data.byteLength}get isSequential(){return this.sn>=0}}var X=r(365),J=r.n(X);class Q extends(n()){static get defaultPacketSize(){return d}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=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.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.timeJoin=g(),this.dataExchangeTs=this.timeJoin,this.gotStatsTs=this.timeJoin,this._startTimer()),setTimeout((()=>{this.signalMsgs.length>0&&this.emit(e.DC_SIGNAL_BATCH,this.signalMsgs)}),0)}_startTimer(){this.connTimeout=setTimeout((()=>{this.logger.warn(`dc ${this.channelId} connection timeout`),this.emit(e.DC_TIMEOUT)}),15e3)}get isAvailable(){return this.downloadNum<2&&!this.choked}get isAvailableUrgently(){return!this.downloading&&!this.choked}cancelDownload(t,r,i){return!(!i||!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 K({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),this.emit(e.DC_ERROR,r)})),t.on("signal",(t=>{!this.useBackupSignal&&this.signalMsgs.length<10&&this.signalMsgs.push(t),this.emit(e.DC_SIGNAL,t)}));t.on("connect",(()=>{for(this.logger.info(`datachannel CONNECTED from ${this.intermediator?"peer":"server"} to ${this.remotePeerId}`),this.connected=!0,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=JSON.parse(t);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;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)return void r.warn(`peer ${this.remotePeerId} not downloading, data size ${t.byteLength} pieceMsg ${JSON.stringify(this.pieceMsg)}`);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>d?(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,this.logger.warn(t.message),void this.emit(e.DC_ERROR,!1);this._sendDataSync()}))):this.logger.error("sendDataSync data is undefined!")}sendImmediately(t){if(this._datachannel.connected)try{return this._datachannel.send(t),!0}catch(t){this.logger.warn(`datachannel ${this.channelId} send data failed, close it`),this.emit(e.DC_ERROR,!1)}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.12.7",sequential:r,peers:i,region:s})}sendPartialBuffer(e,t,r={}){this.sendMsgPiece(e,r);for(let e=0;e<t.length;e++)this.send(t[e])}sendMsgPiece(e,t={}){if(!this.uploading)return;this.datasToSend=[],this.bytesUploaded=0,e.ext||(e.ext={}),e.ext.from&&t.from&&(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};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};delete s.level,this.sendMsgPiece(h,s);const d=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(d,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}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){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)return r.error(`peer channel ${i} not matched!`),void this.emit(e.DC_ERROR,!0);if(t.super){r.info(`got super peer ${this.remotePeerId}`),this.super=!0;const{token:i}=this.config;if(i&&t.token!==i)return r.warn(`super peer token ${t.token} not matched!`),void this.emit(e.DC_ERROR,!0)}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 Y(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){if(!i&&!this.uploading&&0===this.datasToSend.length)return;this.uploading=!1,this.datasToSend=[],this._handlePieceAck(r,this.bytesUploaded,0),this.bytesUploaded=0;const s={event:e.DC_PIECE_ABORT,reason:t};return this.sendJson(s)}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 Z=Q,ee={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 te="nllL",re="d3NzJ",ie="==",se="TNBLy9z",ne="aWduY",ae="mNvbQ",oe="WwuY2RuY",le={[e.EXCEPTION]:"onException",serverConnected:"onServerConnected",peerId:"getPeerId",p2pDownloaded:"onP2pDownloaded",p2pUploaded:"onP2pUploaded",httpDownloaded:"onHttpDownloaded",bufferStalled:"onBufferStalled",peers:"getPeersInfo"};class he 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.playerName=function(){let e;for(let t in ee)if(self[t]){e=ee[t];break}return e}()}startRangeRequestTimer(){const{config:e,logger:t}=this,r=()=>{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||200===e&&t?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((i=>{e.httpRangeSupported=!1,t.warn(i),this.rangeRequestTimer=setTimeout(r,6e4)})).finally((()=>{t.info(`http range is${e.httpRangeSupported?"":" not"} supported`)}))};this.rangeRequestTimer=setTimeout(r,0)}initLogger(){const{config:e}=this;e.showSlogan&&"en"==("zh-CN"===(navigator.language||navigator.userLanguage)?"cn":"en")&&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 $(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 P(t)?(r,i)=>`${e}-${t(r,i)}`:()=>`${e}-${t}`}makeSignalId(){let e="";const{config:t}=this,r=decodeURIComponent(self.atob(re+se+ne+oe+te+ae+ie));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:s?void 0:r,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 he.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=3.5;return t<=2?i=1:t<=3?i=1.5:t<=4?i=2:t<=6?i=2.5:t<=8&&(i=3),i}emitEvent(e,...t){this.emit(e,...t);const r=le[e];r&&P(this.config[r])&&this.config[r](...t)}}he.version="2.12.7",he.protocolVersion=Z.VERSION;const de=he;function ue(){if(!function(){if("undefined"!=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 ce(e,t){let r;if(e&&("string"==typeof e?(r=document.querySelector(e),fe(r)||(r=function(e){const t=document.getElementById(e);if(fe(t))return t;const r=t.getElementsByTagName("*");for(let e=0;e<r.length;e++)if(fe(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 fe(e){if(!e)return null;const t=e.tagName.toLowerCase();return"video"===t||"audio"===t}function ge(e,t,r,i=0,s=0){const n=d;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 pe(e,t){return`${e}-${t}`}function me(e,t,r,i){let s=r.split("?")[0];return s.startsWith("http")&&(s=s.split("://")[1]),i?`${s}|${i}`:`${s}`}function ve(e,t){return"number"!=typeof t&&(t=Number(t)),`${t}-${e}`}let ye={wsMaxRetries:10,p2pEnabled:!0,wifiOnly:!1,memoryCacheLimit:{pc:419430400,mobile:104857600},dcDownloadTimeout:25,logLevel:"error",webRTCConfig:{},token:void 0,appName:void 0,appId:void 0,prefetchNum:4,showSlogan:!0,trickleICE:!0,announceLocation:"eu",trackerZone:void 0,geoIpPreflight:!0,ICEPreflight:!0,useDiskCache:!0,startFromSegmentOffset:0,getStats:function(e,t,r){},getPeerId:function(e){},getPeersInfo:function(e){}};const Ee={...ye,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},waitForPeer:!1,waitForPeerTimeout:4,strictSegmentId:!1,prefetchOnly:!1},Se="store not init",Te=1e3;function _e(e){const t=new Promise(((t,r)=>{e.oncomplete=e.onsuccess=()=>t(e.result),e.onabort=e.onerror=()=>r(e.error)})),r=(i=Te,s="indexedDB timeout",new Promise(((e,t)=>setTimeout((()=>{t(s)}),i))));var i,s;return Promise.race([t,r])}function Le(e,t){return t?t("readonly",(t=>_e(t.get(e)))):Promise.reject(Se)}function be(e,t,r){return r?r("readwrite",(r=>(r.put(t,e),_e(r.transaction)))):Promise.reject(Se)}function Re(e,t){return t?t("readwrite",(t=>(t.delete(e),_e(t.transaction)))):Promise.reject(Se)}function Pe(e){return e?e("readwrite",(e=>(e.clear(),_e(e.transaction)))):Promise.reject(Se)}function we(e,t){return e.openCursor().onsuccess=function(){this.result&&(t(this.result),this.result.continue())},_e(e.transaction)}const Ae="size";class Ce 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){const r=indexedDB.open(e);r.onupgradeneeded=()=>{const e=r.result;t.forEach((t=>{e.createObjectStore(t)}))};const i=_e(r);return t.map((e=>(t,r)=>i.then((i=>r(i.transaction(e,t).objectStore(e))))))}(this.channel,r)}catch(e){return void t(e)}this._createStores(i),this._initMetaStore().then(e).catch(t)}))}_initMetaStore(){return be(Ae,0,this.metaStore)}currBufSize(){return new Promise((async(e,t)=>{try{const r=await Le(Ae,this.metaStore);if(isNaN(r))return void t("size is NaN");e(r)}catch(e){t(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),i()})).catch((t=>{this._handleFataError(),t&&(r.warn(`putSeg ${t}`),("QuotaExceededError"===t.name||t.inner&&"QuotaExceededError"===t.inner.name)&&this.currBufSize().then((e=>{this._trimDisk(e,!0)})).catch((t=>{this.logger.error(`putSeg ${t}`),this.engine.emit(e.BM_FATAL_ERROR)}))),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&&be(Ae,t-e,this.metaStore)})).catch((e=>{this.logger.warn(`decreaseBufSize ${e}`)}))}_increaseBufSize(t){this.destroyed||this.currBufSize().then((e=>{be(Ae,e+t,this.metaStore),this._trimDisk(e+t)})).catch((t=>{this.logger.warn(`increaseBufSize ${t}`),this.engine.emit(e.BM_FATAL_ERROR)}))}clear(e=!1){if(!this.isCleared){this.logger.warn("clear segment store");try{this._clearDisk(e)}catch(e){}this.isCleared=!0}}_clearDisk(e){Pe(this.segmentsStore),e?this._initMetaStore():Pe(this.metaStore),this.overflowed=!1}destroy(){this.clear(),this.removeAllListeners(),this.destroyed=!0}}const De=Ce;const Ie=class extends De{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 Le(e,this.id2SnStore)}catch(e){return Promise.resolve(!1)}return new Promise((r=>{void 0!==t?Le(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 Le(e,this.id2SnStore)}catch(e){return null}return new Promise((i=>{void 0!==r?Le(r,this.segmentsStore).then((r=>{if(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(Y.fromSegment(s))}else i(null)})).catch((e=>{t.warn(`getSegById ${e}`),this._handleFataError(),i(null)})):i(null)}))}getSegIdBySN(e){return new Promise((t=>{Le(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 be(t,r,this.id2SnStore),new Promise(((s,n)=>{Le(r,this.segmentsStore).then((a=>{a?0===a.filter((e=>e.segId===t)).length?(a.push(this._segmentToCache(e)),be(r,a,this.segmentsStore).then((()=>{this._increaseBufSize(i),s(e)})).catch((e=>{n(e)}))):s(e):be(r,[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;var n;(r&&(i=t-104857600,i<0&&(i=0)),t<i)||(s.warn(`_trimDisk currentSize ${t} upBound ${i}`),(n=this.segmentsStore,n?n("readonly",(e=>{if(e.getAllKeys)return _e(e.getAllKeys());const t=[];return we(e,(e=>t.push(e.key))).then((()=>t))})):Promise.reject(Se)).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 Le(r,this.segmentsStore);if(!o){s.warn("lastSeg not found");continue}let l=0;o.forEach((e=>{l+=e.data.byteLength})),Re(r,this.segmentsStore).then((()=>{this._decreaseBufSize(parseInt(l))})),o.forEach((t=>{Re(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)})))}_segmentToCache(e){return{data:e.data,level:e.level,segId:e.segId,sn:e.sn}}_onSegPut(t){this.emit(`${e.BM_ADDED_SN_}${t.sn}`,t)}_clearDisk(e){try{super._clearDisk(e)}catch(e){}Pe(this.id2SnStore).catch((e=>{}))}};class ke 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 xe=ke;const Me=class extends xe{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);r(this._segPool.get(t).find((t=>t.segId===e)))}))}getSegIdBySN(e){return new Promise(((t,r)=>{if(this._segPool.has(e)){t(this._segPool.get(e)[0].segId)}else t(null)}))}_addSeg(t){const{logger:r}=this,{segId:i,sn:s,size:n}=t;if(this.id2Sn.set(i,s),this._segPool.has(s)){this._segPool.get(s).push(t)}else this._segPool.set(s,[t]);this._currBufSize+=parseInt(n);const a=this._segPool.size;if(this.emit(`${e.BM_ADDED_SN_}${t.sn}`,t),this.emit(e.BM_SEG_ADDED,t),this._currBufSize<this.maxBufSize||a<=5)return;let o=Array.from(this._segPool.keys());this.isLive||(o=o.sort(((e,t)=>e-t)));let l=0;do{if(l++>10){r.error("too much loops in SegmentCache");break}const t=o.shift();if(void 0===t){r.error("lastSN not found");continue}const i=o[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),Fe=r.n(Oe),Ne=r(333),Be=r.n(Ne);class Ue{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 Ge="SW_GEOIP_KEY",He=2592e5,$e=432e5,We="TRACKER_EXPT",qe="IPAPI_ERROR",Ve="ZXU",je="uY2R",ze="LmNv",Ke="uYnll",Ye="bQ==",Xe="Z3o",Je="aGsuc3d",Qe="hcm1j",Ze="bG91ZC",et="5uZXQ=",tt=Symbol("httpDownloaded"),rt=Symbol("p2pDownloaded"),it=Symbol("p2pUploaded");class st 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=Je+Qe+Ze+et;break;case"us":n="dXMuaGR0dmNsb3VkLmNvbQ==";break;case"cn":n=Xe+je+Ke+ze+Ye;break;default:n=Ve+je+Ke+ze+Ye}this.engine=e,this.key=t||void 0,this.baseUrl=i||`https://${self.atob(n)}/v1`,this.channelId=self.btoa(r),this.timestamp=g(),this.health=new Ue;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())}}(u);function h(e,t){var r=u();return(h=function(e,t){return r[e-=0]})(e,t)}const d=function(e,t,r,i,s,n){let a=location.hostname;a===h(-922- -923,-915)&&n&&(a=n+"."+a);return 13,Fe()(a+"2.12.7"+r+i+s,e).substr(0,8)}(this.timestamp,0,this.announce,this.channelId,s.type,this.key);function u(){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(u=function(){return e})()}h(895-878,886),this.native=!!s.bundle,this.announceInfo={...s,channel:this.channelId,ts:this.timestamp,version:"2.12.7",v:d,announce:this.announce,k:lt(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[tt]=0,this[rt]=0,this[it]=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}})(Ge)){const r=U(Ge);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 Be()(t,qe)}{const r=e.mobile?$e:He;G(Ge,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(Be()(new Error("request timeout"),qe))}),600)}))]).then((e=>(this._parseGeoResponse(e),this.btAnnounce()))).catch((t=>{if(t.code!==We){const t=U(Ge);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 Be()(new Error(`server response code is ${e.status}`),We,{retry:t})}return e.json()})).then((e=>{if(!this.engine)throw Be()(new Error("runtime error"),We,{retry:!1});const r=e.data;if(r.f&&(this.forbidden=!0),-1===e.ret){const{code:t,msg:r}=e.data;throw Be()(new Error(r),We,{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},G(Ge,{countryCode:e,as:`AS${t}`,mobile:i,isp:s,lat:n,lon:a,status:"success"},i?$e:He)}t(r)}else this.engine&&(this.engine.p2pEnabled=!1)})).catch((t=>{e.error(`btAnnounce error ${t}`);const i=t.code||We,s=!t.code||t.retry;r(Be()(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[tt]>=e&&(this[tt]-=e),this[rt]>=t&&(this[rt]-=t),this[it]>=r&&(this[it]-=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[tt]+=t,this.totalHTTPDownloaded+=t,this.health.recordHttp(t),this._emitStats()}reportDCTraffic(e,t){const r=Math.round(e/1024);this[rt]+=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[it]+=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;P(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[tt])||0,p2p:Math.round(this[rt])||0,share:Math.round(this[it])||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.12.7 "+this.exptMsg),r}get _requestHeader(){let e={};return this.native&&(e={...e,"X-SW-Key":lt(this.key),"User-Agent":"electron","X-SW-ID":this.announceInfo.bundle}),e}}const nt=st;function at(e,t){const r=ot();return(at=function(e,t){return r[e-=0]})(e,t)}function ot(){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(ot=function(){return e})()}function lt(e){if(!e)return;const t=at(-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 at(e-92,s)}function s(e,t,r,i,s){return at(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,at(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}(ot);class ht 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}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.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((e=>{e&&this.onmessage&&this.onmessage(JSON.parse(e)),this.retryCount=0,this._longPolling()})).catch((e=>{this.connected&&(this.retryCount<=3?(this.retryCount++,this._longPolling()):(this.connected=!1,this.onerror&&this.onerror(e)))}))}}const dt=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 ht(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(1e4,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(this.onmessage&&this.onmessage(r,this.name));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}_startPolling(){this.pollingClient.connected||(this.logger.info("start polling"),this.pollingClient.start(),this._setupPolling(this.pollingClient))}sendSignal(e,t){const r={action:"signal",to_peer_id:e,data:t};this._send(r)}sendSignalBatch(e,t){if(this.batchSupported&&t.length>1)this._send({action:"signals",to_peer_id:e,data:t});else for(let r of t)this.sendSignal(e,r)}sendReject(e,t,r){const i={action:"reject",to_peer_id: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.serverVersion>=22&&this._waitForPong(),this._startPing(this.pingInterval)}),e))}_waitForPong(){this.pongTimer=setTimeout((()=>{this.logger.warn(`signal ${this.name} wait for pong timeout, reconnect`),this.close(),this.reconnect()}),15e3)}_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("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)this.onmessage(t,this.name)}}},ut=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 dt(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")}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(){this.mainWS&&this.mainWS.reconnect(),this.backupWS&&this.backupWS.reconnect()}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 ct=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 ft{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 Z(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=[]}}class gt 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.failedDCSet=new Set,this.notFoundDCSet=new Set;const s=J().isMobile();this.peerPool=new ft(e,i,15),this.signalerWs=null,this.fetcher=t,this.peers=[],this.requestPeersQueue=[],this.minConns=5,this.stuns=[],this.requestMorePeers=ct(this._requestMorePeers,this),this.maxConns=s?15:22,this.maxConnsActive=s?10:13,this.peersIncrement=0,this.gotPeersFromTracker=!1,this.requestPeersWaitCount=0,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),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;function h(e,t){var r=d();return(h=function(e,t){return r[e-=0]})(e,t)}function d(){var e=["IHmzPt4745802".split("").reverse().join(""),"fqbpvJ65672".split("").reverse().join(""),"peerId","evitcAsnnoCxam".split("").reverse().join(""),"0r^EeI@*KS".split("").reverse().join(""),"yGChQi82100203".split("").reverse().join(""),"dIlennahc".split("").reverse().join(""),"qrZmAF0973735".split("").reverse().join(""),"qNTzkD6562665".split("").reverse().join(""),"timestamp","HaovMZ5303011".split("").reverse().join(""),"blnwIB1433257".split("").reverse().join(""),"39zAjEpC","substring"];return(d=function(){return e})()}var u,c;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 B(e.log_url,this.fetcher.key||location.hostname,this.peerId,"2.12.7"),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)}`),function(e,t){function r(e,t,r,i,s){return h(t- -94,s)}var i=e();function s(e,t,r,i,s){return h(t-586,r)}function n(e,t,r,i,s){return h(i-742,s)}for(;;)try{if(595581===-parseInt(r(0,-83,0,0,-88))/1+-parseInt(s(0,587,588))/2+parseInt(s(0,599,592))/3*(-parseInt(s(0,588,591))/4)+parseInt(r(0,-86,0,0,-83))/5+-parseInt(n(0,0,0,751,751))/6+-parseInt(n(0,0,0,754,760))/7+parseInt(h(403-397,399))/8)break;i.push(i.shift())}catch(e){i.push(i.shift())}}(d),e.v!==Fe()(i.channelId+this.peerId+i.timestamp+(u=701,c=702,h(u-696,c)),"2.12.7").substring(0,8)&&(this.maxConnsActive=1)})).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.failedDCSet.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")}_filterPeers(e){const t=[],r=[...this.DCMap.keys(),...this.failedDCSet.keys(),this.peerId];return e.filter((e=>!r.includes(e.id))).forEach((e=>{t.push({id:e.id,intermediator:e.intermediator})})),t}_tryConnectToAllPeers(){const{logger:e}=this;if(0!==this.peers.length)for(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();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,i=e.from_peer_id,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=>{this.logger.info(`datachannel ${t.channelId} failed fatal ${e}`),this.scheduler&&(this.scheduler.deletePeer(t),this._destroyAndDeletePeer(t.remotePeerId,e),this.fetcher&&(t.connected||e&&this.fetcher.increFailConns(),e&&this.failedDCSet.add(t.remotePeerId),this._doSignalFusing(this.scheduler.peersNum),this._doPeersRequest()))})).once(e.DC_TIMEOUT,(()=>{t.intermediator||(this.failedDCSet.add(t.remotePeerId),this.fetcher&&this.fetcher.increFailConns()),this._destroyAndDeletePeer(t.remotePeerId,!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.failedDCSet.add(t.remotePeerId),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.12.7`;return t&&(r=`${r}&token=${t}`),r};let a,o=n(t,i);if(r&&r!==t){let e=n(r,s);a=new ut(this.logger,this.config,o,e)}else a=new dt(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,Be()(t,"SIGNAL_EXPT"))},a}_handSignalRejected(e,t){this.logger.warn(`signaling ${e} rejected, reason ${t.reason}`);const r=this.DCMap.get(e);r&&!r.connected&&(r.destroy(t.fatal),this.DCMap.delete(e)),this.requestMorePeers(),t.fatal&&this.failedDCSet.add(e),this._tryConnectToAllPeers()}_handleSignalMsg(e,t,r,i){if(!this.scheduler)return;const{logger:s}=this;if(t.data){if(this.failedDCSet.has(e))return void this._sendSignalReject(e,`${e} blocked`,r,i,!0);this._handleSignal(e,t.data,r,i)}else{const t=this.DCMap.get(e);if(!t)return;if(this.signalerWs.backupConnected&&t&&t.signalMsgs.length>0&&"main"===i&&!t.useBackupSignal)return t.useBackupSignal=!0,t.signalName="backup",s.warn(`${e} not found from main, try backup signal`),t.intermediator=void 0,void this.signalerWs.sendSignalBatch(e,t.signalMsgs,"backup");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){const s=t.type,{logger:n}=this;let a=this.DCMap.get(e);if(a){if(a.connected)return void n.info("datachannel had connected, signal ignored");if("offer"===s){if(!(this.peerId>e))return void n.warn(`signal type wrong ${s}, ignored`);this._destroyAndDeletePeer(e,!1),n.warn(`signal type wrong ${s}, convert to non initiator`),a=this._createDatachannel(e,!1,r)}}else{if("answer"===s){const t=`type wrong ${s}`;return n.warn(t),this._sendSignalReject(e,t,r,i),void this._destroyAndDeletePeer(e,!1)}if(n.debug(`receive node ${e} connection request`),this.DCMap.size>=this.maxConns){const t=`reach limit ${this.maxConns}`;return n.warn(t),void this._sendSignalReject(e,t,r,i)}a=this._createDatachannel(e,!1,r)}a&&(i&&(a.signalName=i),a.receiveSignal(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 Z(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||this.peersIncrement<=3&&!this.gotPeersFromTracker?this._requestPeersFromServer(r):this._requestPeersFromPeers(r)||this._requestPeersFromServer(r),this.peersIncrement=0)}_requestPeersFromServer(e){const{logger:t}=this;this.failedDCSet.size>50&&(this.failedDCSet=new Set([...this.failedDCSet].slice(-50))),this.notFoundDCSet.size>20&&(this.notFoundDCSet=new Set([...this.notFoundDCSet].slice(-20))),this.fetcher.btGetPeers([...this.DCMap.keys(),...this.failedDCSet.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)}}const pt=gt;class mt extends de{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},Ee,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===X.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 Ie(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,(()=>{const t="SegmentStoreFatalError";r.warn(`${t}, switch to SegmentCache`),this.bufMgr.destroy(),this.bufMgr=new Me(this,i),e&&e(this.bufMgr),r&&r.reportUrl&&r.report(JSON.stringify(this.browserInfo),t,this.peerId,"2.12.7",5e4)})))}generateTag(){let e=(0,X.getBrowser)();return e.includes("iPhone")&&"HlsSwP2pEngine"===this.engineName&&(e=`${e}_p`),this.playerName&&(e=`${e}_${this.playerName}`),e}onTrackerResume(e){e.report_url&&this.logger.enableReport(e.report_url)}async _init(e,t,r){const{logger:i,config:s}=this;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 nt(this,s.token,encodeURIComponent(e),s.announce||"",r);this.fetcher=n,this.tracker=new pt(this,n,t,s),t.bufferManager=this.bufMgr,this.setupWindowListeners()}_setupSegmentId(){this.config.segmentId||(this.config.segmentId=this.config.strictSegmentId?me:pe)}_onHlsError(e,r){if(!r||!this.hlsjs)return;const{logger:i,tracker:s}=this;if(!i)return;const n=`${r.type} details ${r.details} reason ${r.reason}`;if(r.fatal?i.error(n):i.warn(n),"networkError"===r.type)return;const{player:a}=this.browserInfo,o=`${a||""} hlsjs ${this.hlsjsVersion} ${location.href}`,l=this.hlsjs.constructor.ErrorDetails;switch(r.details){case l.BUFFER_STALLED_ERROR:"HlsjsP2pEngine"===this.engineName&&this.fetcher&&this.fetcher.increRebuffers(),s&&s.scheduler&&i.warn("buffered: "+1e3*s.scheduler.getBufferedDuration());break;case l.INTERNAL_EXCEPTION:if(r.event&&"demuxerWorker"!==r.event){r.error||(r.error={});const e=`${r.error.message} event ${r.event} ${o}`;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,Be()(r.error,"HLSJS_EXPT")),i&&i.reportUrl&&i.report(e,r.event,this.peerId,"2.12.7")}break;default:if(r.fatal||r.details===l.FRAG_PARSING_ERROR){const e=`${r.type} ${r.details} ${r.err||""} ${o}`;i&&i.reportUrl&&i.report(e,r.details,this.peerId,"2.12.7"),"mediaError"===r.type&&this.tracker&&this.tracker.scheduler&&this.tracker.scheduler.clearCache()}}}}class vt{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 yt{constructor(){this._url=null,this._byteRange=null,this._decryptdata=null,this.tagList=[],this.programDateTime=null,this.rawProgramDateTime=null,this._elementaryStreams={[yt.ElementaryStreamTypes.AUDIO]:!1,[yt.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 vt,r.method=e.method,r.baseuri=e.baseuri,r.reluri=e.reluri,r.iv=this.createInitializationVector(t)),r}}class Et{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 St=/^(\d+)x(\d+)$/,Tt=/\s*(.+?)\s*=((?:\".*?\")|.*?)(?:,|$)/g;class _t{constructor(e){"string"==typeof e&&(e=_t.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=St.exec(this[e]);if(null!==t)return{width:parseInt(t[1],10),height:parseInt(t[2],10)}}static parseAttrList(e){let t,r={};for(Tt.lastIndex=0;null!==(t=Tt.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 Lt=_t,bt={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 Rt=/#EXT-X-STREAM-INF:([^\n\r]*)[\r\n]+([^\r\n]+)/g,Pt=/#EXT-X-MEDIA:(.*)/g,wt=new RegExp([/#EXTINF:\s*(\d*(?:\.\d+)?)(?:,(.*)\s+)?/.source,/|(?!#)([\S+ ?]+)/.source,/|#EXT-X-BYTERANGE:*(.+)/.source,/|#EXT-X-PROGRAM-DATE-TIME:(.+)/.source,/|#.*/.source].join(""),"g"),At=/(?:(?:#(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?/,Ct=/\.(mp4|m4s|m4v|m4a)$/i;class Dt{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=bt[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(Rt.lastIndex=0;null!=(r=Rt.exec(e));){const e={},n=e.attrs=new Lt(r[1]);e.url=Dt.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=Dt.convertAVC1ToAVCOTI(e.videoCodec)),i.push(e)}return i}static parseMasterPlaylistMedia(e,t,r,i=[]){let s,n=[],a=0;for(Pt.lastIndex=0;null!==(s=Pt.exec(e));){const e={},o=new Lt(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=Dt.resolve(o.URI,t)),e.lang=o.LANGUAGE,e.name||(e.name=e.lang),i.length){const t=Dt.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 Et(t),o=new vt,l=0,h=null,d=new yt,u=null;for(wt.lastIndex=0;null!==(r=wt.exec(e));){const e=r[1];if(e){d.duration=parseFloat(e);const t=(" "+r[2]).slice(1);d.title=t||null,d.tagList.push(t?["INF",e,t]:["INF",e])}else if(r[3]){if(Number.isFinite(d.duration)){const e=s++;d.start=n,d.levelkey=o,d.sn=e,d.cc=l,d.baseurl=t,d.relurl=(" "+r[3]).slice(1),It(d,h),a.fragments.push(d),h=d,n+=d.duration,d=new yt}}else if(r[4]){if(d.rawByteRange=(" "+r[4]).slice(1),h){const e=h.byteRangeEndOffset;e&&(d.lastByteRangeEndOffset=e)}}else if(r[5])d.rawProgramDateTime=(" "+r[5]).slice(1),d.tagList.push(["PROGRAM-DATE-TIME",d.rawProgramDateTime]),null===u&&(u=a.fragments.length);else{for(r=r[0].match(At),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"#":d.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++,d.tagList.push(["DIS"]);break;case"DISCONTINUITY-SEQ":l=parseInt(e);break;case"KEY":var c=new Lt(e),f=c.enumeratedString("METHOD"),g=c.URI,p=c.hexadecimalInteger("IV");f&&(o=new vt,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 Lt(e).decimalFloatingPoint("TIME-OFFSET");Number.isFinite(i)&&(a.startTimeOffset=i);break;case"MAP":let h=new Lt(e);d.relurl=h.URI,d.rawByteRange=h.BYTERANGE,d.baseurl=t,d.sn="initSegment",a.initSegment=d,d=new yt,d.rawProgramDateTime=a.initSegment.rawProgramDateTime;break;default:console.warn(`line parsed but not handled: ${r}`)}}}return d=h,d&&!d.relurl&&(a.fragments.pop(),n-=d.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=>Ct.test(e.relurl)))&&(console.warn("MP4 fragments found but no init segment (probably no MAP, incomplete M3U8), trying to fetch SIDX"),d=new yt,d.relurl=a.fragments[0].relurl,d.baseurl=t,d.level=id,d.sn="initSegment",a.initSegment=d,a.needSidxRanges=!0),u&&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,u),a}}function It(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 kt={ANY:0,COMPLETE:1,PARTIAL_FORWARD:2,PARTIAL_REVERSE:3},xt=(e,t,r,i,s=!1)=>{const[n,a,o]=Mt(e,t,r,i);return s&&n.length>=1?A(n[0]):n.length>=2?[n[0],n[1]]:C(n,a,o)},Mt=(e,t,r,i)=>{const s=[],{COMPLETE:n,PARTIAL_FORWARD:a,PARTIAL_REVERSE:o}=kt;return[n,a,o].forEach((n=>{s.push(Ot(e,n,t,r,i))})),s},Ot=(e,t,r,i,s)=>e.filter((e=>e.bitset.hasWithId(r,i,s,t)));class Ft{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:kt.COMPLETE,segId:void 0});this.levelMap.set(r,i)}}totalLevels(){return this.levelMap.size}hasWithId(e,t,r,i=kt.ANY){if(t<0)return!1;const s=this._createOrGetSet(t).get(e);return!!s&&((!r||!s.segId||s.segId===r)&&(i===kt.ANY||s.state===i))}has(e,t,r=kt.ANY){return this.hasWithId(e,t,void 0,r)}hasCompleteOr(e,t,r=kt.COMPLETE){const i=this._createOrGetSet(t).get(e);return!!i&&(i.state===kt.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}getState(e,t){return this.getObj(e,t).state}delete(e,t){return this._createOrGetSet(t).delete(e)}add(e,t,r,i){if("number"!=typeof(s=e)||s%1!=0)return;var s;this._createOrGetSet(t).set(e,{state:i,segId: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,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===kt.COMPLETE&&t.push(r);return t}}class Nt{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 Bt=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))}},Ut=Symbol("shareOnly");class Gt extends(n()){constructor(e,t){super(),this.engine=e,this.config=t,this.logger=e.logger,this.bufMgr=null,this.peerManager=new Bt,this.fragLoading=!1,this._setupEngine&&this._setupEngine(),this.startCheckConnsTimer(),this.dcDownloadTimeout=t.dcDownloadTimeout,this[Ut]=!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[Ut]=!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[Ut]&&(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;P(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=C(t,r,i),this.targetPeers.some((e=>!!e)))}}const Ht=Gt;class $t 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()}}const Wt=0,qt=1,Vt=2,jt=3;class zt 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})}}function Kt(){if(self.fetch&&self.AbortController&&self.ReadableStream&&self.Request)try{return new self.ReadableStream({}),!0}catch(e){}return!1}class Yt{constructor(e){this.fetchSetup=e.fetchSetup||Xt,this.xhrSetup=e.xhrSetup,function(e){try{new e}catch(e){return!1}return!0}(self.AbortController)&&(this.controller=new self.AbortController),this.stats=D(),this.packetSize=d,this.fakeXhr=new zt}destroy(){this.loader=this.callbacks=null,this.abortInternal()}abortInternal(){const e=this.response;e&&e.ok||(this.stats.aborted=!0,this.callbacks&&this.callbacks.onUpdate&&this.callbacks.onUpdate(void 0,!1,!0),this.controller&&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=performance.now();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?this.controller.signal:void 0);const n="arraybuffer"===e.responseType,a=n?"byteLength":"length",o=r.onUpdate,l=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),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{fakeXhr:h}=this;h.readyState=h.OPENED,h.emit("readystatechange"),h._emitEvent("loadstart"),fetch(this.request).then((t=>{if(this.response=this.loader=t,!t.ok){const{status:e,statusText:i}=t,s=i||"fetch, bad network response";throw r.onError&&r.onError({text:s}),new Jt(s,e,t)}i.tfirst=i.loading.first=Math.max(performance.now(),i.loading.start),i.total=parseInt(t.headers.get("Content-Length")||"0");let s=0;try{const e=t.headers.get("Content-Range").split("/");2===e.length&&(s=parseInt(e[1],10))}catch(e){}const{fakeXhr:a}=this;return a.readyState=a.HEADERS_RECEIVED,a.responseHeaders=t.headers,a.emit("readystatechange"),o&&"0"!==i.total?(l&&l(i.total,s),this.loadProgressively(t,i,e,o)):(a.emit("progress",new ProgressEvent("progress",{lengthComputable:!1})),n?t.arrayBuffer():t.text())})).then((t=>{const{response:s}=this;clearTimeout(this.requestTimeout),i.tload=i.loading.end=Math.max(performance.now(),i.loading.first),i.loaded=i.total=t[a];const n={url:s.url,data:t};r.onProgress&&r.onProgress(i,e,t,s),r.onSuccess&&r.onSuccess(n,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)}))}loadProgressively(e,t,r,i){const s=e.body.getReader();let n=0,o=0,l=(0,a.h)(0),h=!1;const u=()=>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/d),o=r%d;for(let t=0;t<n;t++){const t=(0,a.h)(d);e.copy(t,0,s,s+d),i.push(t),s+=d}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:u}=e;return r.readyState=r.DONE,r.responseText=s,r.status=h,r.responseURL=u,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 u()})).catch((()=>(this.fakeXhr._emitEvent("abort"),this.fakeXhr._emitEvent("loadend"),Promise.reject())));return u()}}function Xt(e,t){return new self.Request(e.url,t)}class Jt extends Error{constructor(e,t,r){super(e),this.code=t,this.details=r}}class Qt 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}get isDownloading(){return this.timeReceivePiece>0}get isAlmostDeadline(){if(this.rangeRequesting)return!0;if(this.isEmpty)return!1;if(0===this.deadline)return!0;const e=this.deadline-performance.now();return e<=0||(this.p2pSpeed>3*this.minRequiredSpeed(e)||e<500)}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){this.forwardPeer=e,this.reversePeer&&this._print(),this._setupPeer(e,!1)}setReversePeer(e){this.reversePeer=e,this.forwardPeer&&this._print(),this._setupPeer(e,!0)}setPeer(e,t){t?this.setReversePeer(e):this.setForwardPeer(e)}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(){clearTimeout(this.timer),clearTimeout(this.firstPieceTimer),this._notifyStreamListenersAbort(),this._cancelP2p(),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.httpLoader&&(this.logger.warn("abort syn httpLoader"),this.httpLoader.abort())}_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,attachments:d}=this.pieceMsg,u=r-1;if(this.bufArr[u]?(this.logger.warn(`syn bufArr ${n} already has ${u} size ${i.byteLength}`),this.bufArr[u]=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[u]=i,t?this.reverseOffset=u:this.forwardOffset=u,this._notifyStreamListeners(t,i,u)),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=h/(performance.now()-this.timeStart);let f=a.h.concat(this.bufArr);const g=f.byteLength;if(g===h){let t=f.buffer;const r=new Y(o,n,t,this.getFromPeerId(),l,this.pieceMsg.ext);this.emit(e.SYN_OUTPUT,r,{speed:c,p2p:this.p2pLoaded,http:this.httpLoaded})}else{this.logger.error(`${n} expectedSize ${h} != byteLength ${g} 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,Wt),this._disconnectPeers()}}_disconnectPeers(){[this.forwardPeer,this.reversePeer].forEach((t=>{t&&t.emit(e.DC_ERROR,!0)}))}_setupPeer(t,r){const{logger:i}=this;0===this.timeStart&&(this.timeStart=performance.now());const s=(r,s,n,a,o,l)=>{if(this.destroyed)return;if(!this._validateMsg(r,l.level,s))return void i.error(`onPieceData ${s||r} not match ${JSON.stringify(this.pieceMsg)} from ${t.remotePeerId}`);if(a<this.pieceMsg.attachments&&n.byteLength!==d)return i.error(`${s} dataSn ${a} size is ${n.byteLength}`),this.emit(e.SYN_ERROR,this.pieceMsg,Wt),void this._disconnectPeers();const{reverse:h}=l;this._receivePacket(h,a,n)&&!this.waitingRemain&&!this.rangeRequesting&&this.deadline>0&&this._shouldSwitch()&&(i.warn("should switch to http"),clearTimeout(this.timer),clearTimeout(this.firstPieceTimer),this._handleTimeout(!1,!1))},n=e=>{if(this.destroyed)return;const{attachments:r,size:s,sn:n,level:a,seg_id:o,ext:l}=e;return s&&this._validateMsg(n,a,o)?this.pieceMsg.size&&s!==this.pieceMsg.size?(i.warn(`onPiece ${o} size not match`),t.cancelDownload(n,a,o),void this.deletePeer(t)):void(0===this.bufArr.length&&(this.pieceMsg={...this.pieceMsg,seg_id:o,size:s,attachments:r,ext:l},this.reverseOffset=r,this.bufArr=new Array(r),this.timeReceivePiece=performance.now())):(i.warn(`onPiece ${JSON.stringify(e)} not match ${JSON.stringify(this.pieceMsg)}`),t.cancelDownload(n,a,o),void this.deletePeer(t))},a=e=>{this.destroyed||this.deletePeer(t)},o=()=>{this.destroyed||this.deletePeer(t)},l={onPieceData:s,onPiece:n,onPieceNotFound:a,onPieceAbort:o};r?this.reverseEvents=l:this.forwardEvents=l,t.on(e.DC_PIECE_DATA,s).once(e.DC_PIECE,n).once(e.DC_PIECE_NOT_FOUND,a).once(e.DC_PIECE_ABORT,o)}_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,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,Wt);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.url&&(this.hasPartialBuffer||this.hasReversePeer))return this._cancelP2p(!0),this._loadRemainBufferByHttp();this._notifyStreamListenersAbort(),this.emit(e.SYN_ERROR,this.pieceMsg,jt)}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)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=ge(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 d=new Yt({xhrSetup:this.xhrSetup});this.httpLoader=d;let u={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.emit(e.SYN_ERROR,this.pieceMsg,qt);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&&this.emit(e.SYN_ERROR,this.pieceMsg,qt)}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,qt))},onTimeout:()=>{this.destroyed||(i.warn("httpLoader timeout"),this.emit(e.SYN_ERROR,this.pieceMsg,Vt))}};d.load(u,{timeout:15e3},p)}_print(){const{seg_id:e,sn:t}=this.pieceMsg;this.logger.info(`syn parallel loading ${e||t}`)}}class Zt extends Qt{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 er{constructor(){this.meanHttpSpeed=0}addHttpSpeed(e){this.meanHttpSpeed=.4*this.meanHttpSpeed+.6*e}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}}class tr extends Ht{constructor(e,t){super(e,t),this.prefetchOnly=t.prefetchOnly,this.bitset=new Ft(t.live||!1),this.bitCounts=new Nt,this.requestingMap=new $t,this.segmentBuilderMap=new $t,this.allowP2pLimit=t.httpLoadTime+1.5,this.playlistInfo=new Map,this.gotPlaylist=!1,this.targetPeers={},this.sequential=!0,this.coordinator=new er,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}=t,a=s?kt.COMPLETE:kt.PARTIAL_FORWARD;e.bitset.add(r,i,n,a),this._receiveDCHave(r,i,n,e),e.isAvailableUrgently&&this._handleDCHave(e,r,i,n,a)}})).on(t.DC_HAVE_REVERSE,(t=>{if(e.bitset&&t.sn>=0){const{sn:r,level:i,seg_id:s}=t;e.bitset.hasCompleteOr(r,i,kt.PARTIAL_REVERSE)||e.bitset.add(r,i,s,kt.PARTIAL_REVERSE),this._receiveDCHave(r,i,s,e),e.isAvailableUrgently&&this._handleDCHave(e,r,i,s,kt.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.notifyAllPeers(e.sn,e.level,e.seg_id,e.reverse?kt.PARTIAL_REVERSE:kt.PARTIAL_FORWARD)})).on(t.DC_PIECE_CANCEL,(t=>{const{sn:r,level:i}=t,s=ve(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=ve(i,s),d=this.requestingMap.get(h);let u=!1;d&&d.isDownloading&&(u=!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&&l.ext.from&&(t=`${l.ext.from}->${t}`),e.sendBuffer(l.sn,l.segId,l.data,{from:t,level:l.level,reverse:n})}else o();else if(!n&&c)r.info(`peer request ${i} wait from builder, sent ${c.bufferList.length}`),w(e,c,c.pieceMsg,c.bufferList,c.source,1);else if(u){r.info(`syn had ${d.loadedPackets} packets, wait remain from upstream ${d.getFromPeerId()}`);const t={...d.pieceMsg,reverse:n},{from:i,incompletes:s,bufferList:a}=d.getStreamInfo(n);w(e,d,t,a,i,s)}else o()}))}handleMetaData(e,t){if(t.field){e.bitset=new Ft(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=ve(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]=Mt(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]=xt(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=kt.COMPLETE){if(!r)return void this.logger.error("segId is required");if(this.downloadOnly)return;const{live:s}=this.config;if(this.bitset.has(e,t,i))return;const n=((e,t,r)=>`${e}-${t}-${r}`)(e,t,i);let a;i!==kt.PARTIAL_REVERSE&&(a=i===kt.COMPLETE);const o=this.requestingMap.get(ve(e,t));for(let l of this.getPeers())o&&o.hasPeer(l)||l.notifySet.has(n)||l.bitset.hasCompleteOr(e,t,i)||l.uploading||(l.sendMsgHave(e,r,{level:t,reverse:i===kt.PARTIAL_REVERSE,complete:a}),l.notifySet.add(n),s&&T(l.notifySet,20))}checkPeers(){const{logger:e,config:t,engine:r}=this,i=this.requestingMap.size;if(i>5&&(e.warn(`requestingMap size ${i}`),i>9))return;if(!this.hasPeers)return;const s=t.live;if(this.fragLoading&&!s)return void e.warn("loading urgently, skip prefetch");const{currentLevel:n}=r;if(0===this.bitCounts.size(n))return;if(!s&&this.nextLostSN>=0&&this.nextLostSN>=this.currPlaySN-10)return;let a=this.peerManager.getPeersOrderByWeight();if(0===a.length)return;let o=0,{prefetchNum:l,endSN:h,startSN:d}=t;if(s&&(l=3),this.getBufferedDuration()<this.allowP2pLimit){if(!s)return;l=1}let u=0,c=this.loadingSN+1;if(this.prefetchOnly&&c++,!s)if(this.loadingSN>=h&&!this.bufMgr.overflowed)c=d;else{const e=Math.min(...a.filter((e=>e.endSN>=c)).map((e=>e?e.startSN:1/0)));if(!isFinite(e))return;c<e&&(c=e)}for(;o<l&&u<this.maxPrefetchCount&&(s||!(c>h))&&!(s&&c>this.loadingSN+2);){if(this.bitset.has(c,n)){c++;continue}const t=ve(c,n);if(this.bitCounts.has(c,n)&&!this.requestingMap.has(t)){let r=[null,null];if(s)r=xt(a,c,n,void 0,!0);else for(let e of a)if(e.bitset.has(c,n)){const t=e.bitset.getState(c,n);let i;i=t===kt.COMPLETE?0===p(0,1):t===kt.PARTIAL_REVERSE,r[i?1:0]=e;break}if(r.some((e=>!!e))){const i=new Zt(this.coordinator,this.logger,c,n,void 0,this.httpRangeSupported);this._setupSynthesizer(i),this.requestingMap.set(t,i),r.forEach(((t,r)=>{if(t&&o<l){o++;const s=1===r;i.setPeer(t,s),t.requestDataBySN(c,!1,{level:n,reverse:s}),e.info(`request prefetch ${c} level ${n} from peer ${t.remotePeerId} downloadNum ${t.downloadNum} reverse ${s}`)}})),a=this.peerManager.getPeersOrderByWeight()}}if(u++,c++,0===a.length)break}this.loadedPeerNum=o}onBufferManagerLost(e,t,r,i){this.currLostSN=e,r&&(this.nextLostSN=r),this.bitset.delete(e,i),this.bitCounts.delete(e,i)}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,kt.COMPLETE),this.bitCounts.delete(e,t))}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;if(this.waitForPeer)return e.waitForPeerTimeout+e.httpLoadTime;let{media:t,currentSrc:r}=this.engine;if(!t||t.src!==r&&0===t.currentTime){if(this.logger.info("try get video element"),t=ce(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()}_handleSynOutput(e,t,r,i){this.logger.info(`syn output ${e} http ${t} p2p ${r}`)}_handleSynError(e,t,r,i){const{logger:s,config:n}=this;s.warn(`SYN_ERROR ${t}-${r} code ${i}`),i!==Wt&&e.hasPartialBuffer&&r>this.loadingSN?s.warn(`syn abort ${r} with partial buffer`):this.requestingMap.delete(ve(r,t)),n.live&&this.checkPeers()}_notifySynthesizer(e,t,r,i,s,n=!0){const{logger:a}=this,o=this.requestingMap.get(ve(r,i));if(!o)return;const l=o.segId;function h(s,n){n?e.requestDataById(t,r,!0,{level:i,reverse:s}):e.requestDataBySN(r,!1,{level:i,reverse:s})}function d(){return s===kt.PARTIAL_FORWARD||s===kt.COMPLETE}function u(){return s===kt.PARTIAL_REVERSE||s===kt.COMPLETE}t&&l&&t!==l?a.warn(`notifySynthesizer segId ${t} not match ${l}`):o.isFull||!this.prefetchOnly&&o.isAlmostDeadline||(o.isEmpty?o.hasForwardBuffer&&u()?(o.setReversePeer(e),h(!0,n)):o.hasReverseBuffer&&d()&&(o.setForwardPeer(e),h(!1,n)):!o.hasForwardPeer&&d()?(o.setForwardPeer(e),h(!1,n)):!o.hasReversePeer&&u()&&(o.setReversePeer(e),h(!0,n)))}_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=ve(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=ve(e,t);let l=this.requestingMap.get(o);if(l?l.setExtra(i):(l=new Zt(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);let h=!1;s>700&&(n&&(l.setForwardPeer(n),n.requestDataById(r,e,!0,{level:t}),h=!0),a&&(l.setReversePeer(a),a.requestDataById(r,e,!0,{level:t,reverse:!0}),h=!0)),l.setTimeout(l.isEmpty?0:s,h)}}class rr{constructor(t,r,i,s){this.bufferList=[],this.streamListeners=[],this.finished=!1,this.packetSize=d,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 ir=class extends tr{constructor(e,t){super(e,t),this.fragloadTimeout=e.hlsjs?10:6.8,this.resolveMap=new Map,this.segmentBypass=P(t.segmentBypass)?t.segmentBypass:()=>!1,!0===this.config.httpStreamEnabled?this.streamEnabled=Kt():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});if(s.segmentLoadCount++,this.segmentBypass(a,l.tagList)||s.segmentLoadCount<n.startFromSegmentOffset)return i.info(`bypass frag ${a}`),r.postMessage({action:t.SW_GET_MEDIA});s.currentLevelIndex=l.level;const{sn:h,level:d}=l,u=this.config.segmentId(String(d),h,a,o),c=u===this.loadingSegId;if(c&&(i.warn(`duplicate request ${u}`),this.prefetchOnly))return r.postMessage({action:t.SW_GET_MEDIA});this.loadingSN=h,s.bufMgr&&(s.bufMgr.loadingSN=h),this.loadingSegId=u;const f=await this.bufMgr.getSegById(u);if(f)return i.info(`bufMgr found seg sn ${h} segId ${u}`),l.loaded=f.data.byteLength,l.fromPeerId=f.fromPeerId,s.emit(t.FRAG_LOADED,{url:a,sn:h,level:d,segId:u,loaded:l.loaded,duration:l.duration,byP2p:!0,fromPeerId:f.fromPeerId}),this._onFragLoaded(a,l),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 ${u}`),this._loadFragByHttp(l,r,h,u,a,d,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=ve(h,d);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===d&&(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,d,u,g)){await this._loadFragByP2p(l,r,h,u,a,d,o,p)||(i.warn(`p2p timeout switch to http load ${u}`),this._loadFragByHttp(l,r,h,u,a,d,o,1e3*this.fragloadTimeout))}else this._loadFragByHttp(l,r,h,u,a,d,o,1e3*this.fragloadTimeout)}_loadFragByHttp(e,r,i,s,n,a,o,l){const d=ve(i,a),u=f(n,h,!0),c=new Yt({});let g={url:u,...L(o)};const p={timeout:l},m={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(o,l)=>{this.fragLoading=!1,this.notifyAllPeers(i,a,s);const{data:h}=o;let u=l.tload-l.trequest;if(this.logger.info(`HTTP loaded ${s} time ${u} speed ${h.byteLength/u}`),!await this.bufMgr.hasSegOfId(s)){const e=y(h).buffer,t=new Y(i,s,e,"",a);await this.bufMgr.putSeg(t),this.reportTraffic(h.byteLength,0,0)}this.segmentBuilderMap.delete(d),e.segId=s,e.loaded=h.byteLength,this.engine.emit(t.FRAG_LOADED,{url:n,sn:i,level:a,segId:s,loaded:e.loaded,duration:e.duration,byP2p:!1}),this._onFragLoaded(n,e),r.postMessage({action:t.SW_GET_MEDIA,data:{url:n,buffer:h}})}};if(this.streamEnabled){let e;m.onBodyStart=t=>{!e&&t>0&&(this.isMobileNet||this.notifyAllPeers(i,a,s,kt.PARTIAL_FORWARD),e=new rr(i,a,s,t),this.segmentBuilderMap.has(d)||this.segmentBuilderMap.set(d,e))},m.onUpdate=(t,r,i)=>{if(i)return this.logger.warn(`loadFragByHttp ${s} aborted`),void this.segmentBuilderMap.delete(d);e&&e.receiveBytes(t,r)}}c.load(g,p,m)}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 d=await this.load(i,s,a,n,o,l);if(d&&d.data){const{data:o,fromPeerId:l,size:u}=d;if(h.info(`p2p loaded segId ${s} level ${a} size ${o.byteLength}`),!await this.bufMgr.hasSegOfId(s)){const e=new Y(i,s,o,l,a);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(n,e),r.postMessage({action:t.SW_GET_MEDIA,data:{url:n,buffer:o,size:u}}),!0}h.warn(`P2P timeout load segId ${s}`);const u=await this.bufMgr.getSegById(s);return!!u&&(this.fragLoading=!1,h.info(`already loaded seg sn ${i} segId ${s}`),r.postMessage({action:t.SW_GET_MEDIA,data:{url:n,buffer:u.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(e,t){if(this.updateLoaded(t.sn,t.level,t.segId),!this.engine)return;const{media:r,targetDuration:i}=this.engine;!this.config.live&&r&&i&&(this.currPlaySN=Math.ceil(r.currentTime/i))}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}_setupSynthesizer(e){e.on(t.SYN_OUTPUT,(async(t,r)=>{const{config:i,logger:s}=this,{segId:n,sn:a,data:o,level:l}=t,{speed:h,http:d,p2p:u,underused:c}=r;this._handleSynOutput(n,d,u,c);const f=this.resolveMap.has(a);f&&(this.fragLoading=!1);if(i.validateSegment(n,new Uint8Array(o))){this.notifyAllPeers(a,l,n),this.bitset.has(a,l)||this.reportTraffic(d,u,h);const r=e.getFromPeerId();if(f){s.info(`receive criticalSeg seg_id ${n}`);const e=this.resolveMap.get(a);this.resolveMap.delete(a),e.resolve({data:o,fromPeerId:r})}else this.bitset.has(a,l)||(e.detachPeers(),await this.bufMgr.putSeg(t),this.updateLoaded(a,l,n))}else if(s.error(`segment ${n} validate failed`),f){const e=this.resolveMap.get(a);this.resolveMap.delete(a),e.resolve()}this.requestingMap.delete(ve(a,l)),i.live&&this.checkPeers()})).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){this._notifySynthesizer(e,i,t,r,s,this.resolveMap.has(t)),this.config.live&&q()((()=>{this.checkPeers()}))}},sr="2.7.10";class nr extends mt{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=ce(this.config.mediaElem),this.workerKeepAliveInterval=null,this.fragMap=new Map,this.engineName=nr.name,nr.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.targetDuration=e.averagetargetduration,this.browserInfo={...n,live:a,abr:this.multiBitrate||void 0,type:"hls_sw"},this.channel=`${i(this.currentSrc)}|${s}[${Z.VERSION}]`,this.setupElectron();const o=this.initLogger();o.info("use HlsSwP2pEngine"),o.info(`engine version: ${de.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.info(JSON.stringify({engine:this.engineName,...this.browserInfo})))},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;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});switch(r){case t.SW_PLAYLIST:this.handlePlaylist(i,s);break;case t.SW_GET_PLAYLIST:this.handleGetPlaylist(i,s);break;default: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){const{config:i,logger:s}=this,{url:n,redirectedUrl:a,text:o,ver:l}=e;return this.swVersion=l,-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}(l,sr)?(console.warn(`hls-proxy.js version should >= ${sr}`),r.postMessage({action:t.SW_PLAYLIST})):this.bypassLevels.indexOf(b(n))>=0?(s&&s.warn("bypass audio track"),r.postMessage({action:t.SW_PLAYLIST})):(r.postMessage({action:t.SW_PLAYLIST,data:{active:!0,debug:s&&s.isDebugLevel,sharePlaylist:!!i.sharePlaylist}}),this._parsePlaylist(o,b(n),a),void(this.workerKeepAliveInterval||navigator.serviceWorker.getRegistration().then((e=>{const t=()=>e&&e.active&&"activated"===e.active.state;if(!i.live&&t()){const r=new URL(e.scope);this.pathname=r.pathname+h;const i=()=>{clearInterval(this.workerKeepAliveInterval),this.workerKeepAliveInterval=null};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=>{console.error(e),i()})):i()}),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=Dt.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=Dt.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=>{Dt.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}=this;if(!s)return r.postMessage({action:t.SW_GET_PLAYLIST});const{scheduler:n}=this;if(!n)return void s.warn("scheduler not found");const{url:a}=e,o=b(a);if(n.playlistInfo.has(o)){const e=await n.getPlaylistFromPeer(o);if(e&&e.data){const{data:i,seq:n}=e;return s.info(`got playlist from peer seq ${n}`),r.postMessage({action:t.SW_GET_PLAYLIST,data:{text:i}}),void this._parsePlaylist(i,b(a),void 0,!0)}}return 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=ce(t.mediaElem),this.media||e&&e.warn("no video element found"),fr.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||"undefined"==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()||ce(i.mediaElem)}),3e3);let s=new ir(this,i);s.fragMap=this.fragMap;try{await super._init(e,s,t)}catch(e){return void r.error(e)}s.server=this.fetcher,this.scheduler=s,this.p2pEnabled&&!this.tracker.connected&&this.tracker.resumeP2P()}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 pt&&(this.tracker.stopP2P(),this.tracker={},this.fetcher=null,this.bufMgr.destroy(),this.bufMgr=null)),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),clearInterval(this.workerKeepAliveInterval),this.workerKeepAliveInterval=null}destroy(){this.swSupported&&(navigator.serviceWorker.onmessage=void 0),super.destroy()}}const ar=nr;function or(e,t,r="main"){return"main"!==r}function lr(e,t){let r,i,s,n,a;const o=performance.now();r=o-300,i=o-200,s=o,e.trequest=r,e.tfirst=i,e.tload=s,e.loading={first:r,start:i,end:s},n=a=t,e.loaded=n,e.total=a}const hr=class extends tr{constructor(e,t){super(e,t),this.isHlsjs=!0,this.waitForPeer=t.waitForPeer||!1,this.waitForPeerTimeout=t.waitForPeerTimeout,this.waitingPeers=0,this.waitingSeg={},this.requestedSet=new Set}startWaitPeerTimer(){this.waitForPeer&&(this.waitForPeerTimer=setTimeout((()=>{this.waitForPeer&&(this.waitForPeer=!1,this.emit(t.SCH_WAIT_PEER))}),1e3*(this.waitForPeerTimeout+0)))}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:d,level:u}=l;this.callbacks=r,this.stats=D(),this.criticalSeg={sn:d,level:u,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(d,u,h,f,c),this.targetPeers={}}waitPeerNotifier(){return new Promise((e=>{this.waitForPeer||e(),setTimeout(e,1e3*this.waitForPeerTimeout),this.once(t.SCH_WAIT_PEER,e)}))}addPeer(e){if(super.addPeer(e),this.waitForPeer){const{level:r,sn:i}=this.waitingSeg,s=e.remotePeerId;e.bitset.has(i,r)&&i>0?(this.logger.info(`found initial seg ${r}-${i} from peer ${s}`),this.emit(t.SCH_WAIT_PEER)):this.waitingPeers===this.peersNum&&this.emit(t.SCH_WAIT_PEER)}}notifyPeersLoaded(e){this.logger.info(`notifyPeersLoaded ${e}`),this.waitForPeer&&(0===e?(this.waitForPeer=!1,this.emit(t.SCH_WAIT_PEER)):this.waitingPeers=e)}destroy(){super.destroy(),this.logger.warn("destroy HlsjsScheduler"),clearTimeout(this.waitForPeerTimer)}_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}=t,{speed:h,http:d,p2p:u,underused:c}=r;this._handleSynOutput(n,d,u,c);const f=this.criticalSeg&&this.criticalSeg.segId===n;if(i.validateSegment(n,new Uint8Array(o))){this.notifyAllPeers(a,l,n),this.bitset.has(a,l)||this.reportTraffic(d,u,h);const r=e.getFromPeerId();if(f){s.info(`receive criticalSeg seg_id ${n}`);let{stats:e}=this;e.tload=e.loading.end=performance.now(),e.loaded=e.total=o.byteLength,this.criticalSeg=null;const{frag:t}=this.context;t.fromPeerId=r,t.loadByP2P=!0,this.callbacks.onSuccess({data:o,url:this.context.url},e,this.context),this.callbacks=void 0}else this.bitset.has(a,l)||(e.detachPeers(),await this.bufMgr.putSeg(t),this.updateLoaded(a,l,n))}else s.error(`segment ${n} validate failed`),f&&this.callbacks.onTimeout(this.stats,this.context,null);this.requestingMap.delete(ve(a,l)),i.live&&this.checkPeers()})).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.stats,this.context,null)),this._handleSynError(e,s,i,r)})).on(t.SYN_PROGRESS,(({total:e,loaded:t,first:r,segId:i})=>{let{stats:s}=this;r&&s&&(s.tfirst=s.loading.first=Math.max(s.trequest,performance.now()));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),this.updateLoaded(e,i,t)})).on(t.FRAG_CHANGED,(({sn:e})=>{this.updatePlaySN(e)}))}_handleDCHave(e,t,r,i,s){this._notifySynthesizer(e,i,t,r,s,this.criticalSeg&&this.criticalSeg.segId===i),this.config.live&&q()((()=>{this.checkPeers()}))}};class dr extends mt{static get name(){return"HlsjsP2pEngine"}constructor(e,t={}){if(super(t,e),!e)throw new TypeError("hlsjs instance is null");this.config.xhrSetup=e.config.xhrSetup,this.engineName=dr.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();this.config.waitForPeer&&this.config.sourceUrl?(this.config.trickleICE=!0,this.config.httpRangeSupported=!0,this._startEngine(this.config.sourceUrl,this.config.live,s,r,i)):this.config.waitForPeer=!1;const n=(t,a)=>{if(!a)return;const{config:o}=this,l=a.details,h=l.live;o.waitForPeer?(this.tracker&&this.tracker.scheduler&&this.tracker.scheduler.startWaitPeerTimer(),this.logger.info("waitForPeer mode")):this._startEngine(this.hlsjs.url,h,s,r,i,l),e.off(this.HLSEvents.LEVEL_LOADED,n)};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}[${Z.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.eventListened=!1,this._init(this.channel,this.browserInfo)}async _init(e,t){const{logger:r,config:i}=this;if(!this.p2pEnabled||"undefined"==typeof self)return;this.media=this.hlsjs.media,this.media&&(this.currentSrc=this.media.src);const s=new hr(this,i);this.eventListened||(this._updateHlsEventsHandlers(),this.eventListened=!0);try{await super._init(e,s,t)}catch(e){return void r.error(e)}this.hlsjs.config.fLoader=function(e,t,r,i){return class extends(n()){constructor(s){super(),this.logger=r,this.isHlsV0=i.isHlsV0,this.bufMgr=e.bufMgr,this.streamEnabled=i.httpStreamEnabled&&Kt(),this.httpLoader=this.streamEnabled?new Yt(s):new s.loader(s),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.enableWorker=s.enableWorker,this.segmentBypass=P(i.segmentBypass)?i.segmentBypass:()=>!1,this.prefetchOnly=i.prefetchOnly,this.startFromSegmentOffset=i.startFromSegmentOffset,e.engine.segmentLoadCount++,this.segmentLoadCount=e.engine.segmentLoadCount}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);let o=e.frag.segId;if(!o){let t;e.rangeEnd&&(t="bytes="+e.rangeStart+"-"+(e.rangeEnd-1)),o=e.frag.segId=this.segmentId(String(a.level),a.sn,a.url,t)}const l=()=>(e.frag.loadByHTTP=!0,this.httpLoader.load(e,t,r));if(!a.url||or(a.url,this.blockTypes,a.type)||this.segmentBypass(a.url,a.tagList))return i.info(`HTTP load blockType ${a.url}`),l();if(this.fetcher.increMediaRequests(),this.isLive&&s.requestedSet.has(o))return i.warn(`HTTP load duplicated ${a.url}`),l();if(this.segmentLoadCount<this.startFromSegmentOffset)return l();t.maxRetry=2;const h=s.getBufferedDuration(),d=await this.bufMgr.getSegById(o);if(this.p2pEnabled&&d){i.info(`bufMgr found seg sn ${a.sn} segId ${o} level ${a.level}`);let t=y(d.data).buffer,s={url:e.url,data:t};return lr(this.stats,d.size),a.loaded=d.size,a.loadByP2P=!0,e.frag.fromPeerId=d.fromPeerId,void q()((()=>{!this.isHlsV0&&r.onProgress&&r.onProgress(this.stats,e,s.data),r.onSuccess(s,this.stats,e)}))}!this.prefetchOnly&&this.p2pEnabled&&s.hasAndSetTargetPeer(a.sn,a.level,a.segId,h)||!this.prefetchOnly&&s.waitForPeer&&(i.warn("waitPeerNotifier start"),s.waitingSeg={sn:a.sn,level:a.level},await s.waitPeerNotifier(),i.warn("waitPeerNotifier end"),s.waitingSeg={},this.p2pEnabled&&s.hasAndSetTargetPeer(a.sn,a.level,a.segId,h))?this.loadFragByP2p(e,t,r,o,h):(i.info(`fragLoader load ${o} at ${a.sn} level ${a.level} buffered ${1e3*h}`),this.loadFragByHttp(e,t,r,o))}loadFragByHttp(e,t,r,i){const{logger:s,scheduler:n}=this,{segmentBuilderMap:a}=n,o=e.frag,{sn:l,level:h}=o,d=ve(l,h);if(this.streamEnabled){let e;r.onUpdate=(t,r,n)=>{if(n)return s.warn(`loadFragByHttp ${i} aborted`),void a.delete(d);e&&e.receiveBytes(t,r)},r.onBodyStart=t=>{!e&&t>0&&(e=new rr(l,h,i,t),a.has(d)||a.set(d,e),n.isMobileNet||n.notifyAllPeers(l,h,i,kt.PARTIAL_FORWARD))}}const u=r.onSuccess;r.onSuccess=async(e,t,r)=>{const{data:o}=e;let c=t.tload-t.trequest;if(s.info(`HTTP loaded ${i} time ${c} speed ${o.byteLength/c}`),!await this.bufMgr.hasSegOfId(i)){const e=y(o).buffer,t=new Y(l,i,e,this.fetcher.peerId,h);await this.bufMgr.putSeg(t)}a.delete(d),this.fetcher.reportFlow(t.total),n.notifyAllPeers(l,h,i),u(e,t,r)};const c=r.onProgress;r.onProgress=(e,t,r)=>{o.loaded=e.total,c(e,t,r&&this.enableWorker?y(r).buffer:r)},e.frag.loadByHTTP=!0,this.httpLoader.load(e,t,r)}loadFragByP2p(e,t,r,i,s){const{logger:n}=this,a=e.frag;let o;o=t.loadPolicy?t.loadPolicy.maxTimeToFirstByteMs:t.timeout,(!o||o>1e3*s)&&(o=1e3*s),e.defaultTimeout=o,this.scheduler.load(e,t,r);const l=r.onSuccess,h=r.onTimeout;r.onTimeout=(e,s)=>{n.warn(`P2P timeout switched to HTTP load ${a.relurl} at ${a.sn}`),r.onSuccess=l,this.loadFragByHttp(s,t,r,i),r.onTimeout=h},r.onSuccess=async(e,t,s)=>{if(!await this.bufMgr.hasSegOfId(i)){const t=y(e.data).buffer,r=new Y(a.sn,i,t,a.fromPeerId||this.fetcher.peerId,a.level);await this.bufMgr.putSeg(r)}a.loadByP2P||this.fetcher.reportFlow(t.total),a.loaded=t.loaded,n.info(`${a.loadByP2P?"P2P":"HTTP"} loaded segment id ${i}`),!this.isHlsV0&&r.onProgress&&r.onProgress(t,s,e.data),l(e,t,s)}}}}(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}`),lr(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)),this.trackerTried=!1,this.trackerTried||this.tracker.connected||!i.p2pEnabled||(this.tracker.resumeP2P(),this.trackerTried=!0)}_onFragLoading(e,r){const i=r.frag;let{sn:s,level:n,segId:a}=i;if(!or(i.url,this.config.p2pBlackList,i.type)){if(this.logger.debug("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;if(!r.live)return;const n=r.fragments.length,a=n-1;i&&i.config.liveSyncDurationCount!==a&&"main"===r.fragments[0].type&&n>4&&(s.isHlsV0||!i.userConfig.liveSyncDuration&&!i.userConfig.liveSyncDurationCount)&&(this.logger.info(`set liveSyncDurationCount ${a}`),i.config.liveSyncDurationCount=a)}_onFragLoaded(e,r){if(!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:d,url:u}=i,{config:c,logger:f}=this;this.tracker&&this.tracker.scheduler&&(T(this.tracker.scheduler.requestedSet,50),this.tracker.scheduler.requestedSet.add(n)),or(i.url,c.p2pBlackList,i.type)||(this.bufMgr&&this.bufMgr.loadingSN>=0&&this.emit(t.FRAG_LOADED,{url:u,sn:s,level:l,segId:n,loaded:a,duration:o,byP2p:!!d,fromPeerId:h}),!this.rangeTested&&c.useHttpRange&&(this.startRangeRequestTimer(),this.rangeTested=!0,f.info(JSON.stringify({engine:this.engineName,hlsjs:this.hlsjsVersion,...this.browserInfo}))))}_onFragChanged(e,r){const{frag:i}=r;if(!or(i.url,this.config.p2pBlackList,i.type)){this.logger.debug("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()}}const ur=dr;class cr{static get Events(){return t}static get TrackerZone(){return de.TrackerZone}static isSupported(){return de.isSupported()&&(ue()||ar.isServiceWorkerSupported())}static isServiceWorkerSupported(){return ar.isServiceWorkerSupported()}static isMSESupported(){return ue()}static getBrowser(){return J().getBrowser()}static get ServiceWorkerEngine(){return ar}static get HlsjsEngine(){return ur}static async tryRegisterServiceWorker({swFile:e="./sw.js",swScope:t="./"}={}){return cr.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))),m(300)]))).catch((()=>{Promise.resolve()}))}constructor(e={}){const{hlsjsInstance:t}=e;delete e.hlsjsInstance;const r=()=>{this._realEngine=new ur(t,e)},i=()=>{this._realEngine=new ar(e,t)};"1"!==c("_sw")?e.proxyFirst&&t?ar.isServiceWorkerSupported()?i():r():!e.proxyOnly&&ue()&&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 P(this._realEngine.registerServiceWorker)?this._realEngine.registerServiceWorker():Promise.reject("Not supported by this engine")}async unregisterServiceWorker(){return P(this._realEngine.unregisterServiceWorker)?this._realEngine.unregisterServiceWorker():Promise.reject("Not supported by this engine")}get version(){return de.version}}cr.version=de.version,cr.protocolVersion=Z.VERSION,"undefined"!=typeof self&&(self.P2PEngineHls=cr);const fr=cr;var gr=r(917),pr=r.n(gr);const mr={maxBufferLength:12},vr={maxBufferLength:40};class yr extends(pr()){static get P2PEvents(){return fr.Events}static get P2pEngine(){return fr}constructor(e={}){let t=e.p2pConfig||{};const r=!1===t.live?vr:mr;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()},fr.isSupported()&&(this._p2pEngine=new fr({...t,hlsjsInstance:this}),this._p2pEngine.on(fr.Events.RESTART_P2P,this._restartEvent)),this.on(pr().Events.DESTROYING,(()=>{this._p2pEngine&&(this._p2pEngine.removeListener(fr.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(fr.Events.RESTART_P2P,this._restartEvent))}}yr.engineVersion=fr.version,yr.protocolVersion=fr.protocolVersion,yr.WEBRTC_SUPPORT=fr.isSupported();const Er=yr})(),i=i.default})()));