index-43a4a5ce-1720699367816.js 642 KB

12
  1. import{r as ref,d as defineComponent,e as reactive,q as onMounted,f as createVNode,F as Fragment,A as watch,U as computed,S as nextTick,b7 as commonjsGlobal,b8 as getDefaultExportFromCjs,b as useMessage,aO as toRefs,T as onUnmounted,k as createTextVNode,dY as exitFullscreen,c as useUserStore,G as iframeDislableKeyboard,a as useRoute,u as useRouter,w as NImage,j as NButton,E as NSpin,al as toRef,l as NModal,m as modalClickMask}from"./index-b48b51d2-1720699367816.js";import{N as NSlider}from"./Slider-e8b4d094-1720699367816.js";import{v as vaildMusicScoreUrl}from"./urlUtils-72ef455d-1720699367816.js";import{T as TheEmpty}from"./index-a2dc20f3-1720699367816.js";import{P as PlayLoading,T as TheNoticeBar,i as icon_pause,a as icon_play,b as icon_arrow,c as PlayItem}from"./index-96385afb-1720699367816.js";import{i as icon_default}from"./icon_default-d1bcaf5f-1720699367816.js";import{i as iconT$3,a as iconAddT$3,b as iconPlusT$3}from"./icon-plus-t-35f4cdeb-1720699367816.js";import{e as api_knowledgeWiki_detail,d as api_lessonCoursewareKnowledgeDetail}from"./api-b5ee56f7-1720699367816.js";import{i as iconPan$1}from"./icon-pan-16e35a82-1720699367816.js";import{g as getGuidance,s as setGuidance}from"./api-53c4c1b8-1720699367816.js";const teaching={1:"人教版",2:"声部训练",3:"小曲目",4:"考级曲目"},instrument={1:"坚笛",2:"排萧",3:"口风琴",4:"陶笛",5:"葫芦丝"},resourceType={MUSIC:"乐谱",IMG:"图片",SONG:"音频",VIDEO:"视频",PPT:"PPT"},evaluateDifficult={BEGINNER:"入门级",ADVANCED:"进阶级",PERFORMER:"大师级"},trainingStatus={UNSUBMITTED:"未提交",SUBMITTED:"不合格",TARGET:"合格"},gradeToCN={1:"一年级",2:"二年级",3:"三年级",4:"四年级",5:"五年级",6:"六年级",7:"七年级",8:"八年级",9:"九年级"},dragBom="_dragBom_1rlbe_1",box="_box_1rlbe_9",guide="_guide_1rlbe_19",hideGuide="_hideGuide_1rlbe_35",guideBg="_guideBg_1rlbe_38",guideDone="_guideDone_1rlbe_46",guideTop="_guideTop_1rlbe_57",guideLeft="_guideLeft_1rlbe_65",guideRight="_guideRight_1rlbe_74",styles$9={dragBom,box,guide,hideGuide,guideBg,guideDone,guideTop,guideLeft,guideRight},guidanceShow=ref(!1);let guideInfoData={};async function getGuidanceShow(){var r;try{const t=await getGuidance({guideTag:"guideInfo"});if(t.code===200)if(t.data){const e=JSON.parse((r=t.data)==null?void 0:r.guideValue)||null;e&&(guideInfoData=e,guidanceShow.value=!e.teacherDrag)}else guidanceShow.value=!0}catch(t){console.log(t)}}function setGuidanceShow(){try{setGuidance({guideTag:"guideInfo",guideValue:JSON.stringify(Object.assign(guideInfoData,{teacherDrag:!0}))}),guidanceShow.value=!1}catch(r){console.log(r)}}const Dragbom=defineComponent({name:"dragBom",setup(){const r=reactive({guidePos:"bottom"}),t=ref(!1),e=()=>{var h,p,g;const n=document.documentElement.clientHeight||document.body.clientHeight;document.documentElement.clientWidth||document.body.clientWidth;const s=((h=document.querySelector(".bom_guide"))==null?void 0:h.clientHeight)||0,a=((p=document.querySelector(".bom_guide"))==null?void 0:p.clientWidth)||0,l=(g=document.querySelector(".bom_drag"))==null?void 0:g.getBoundingClientRect(),u=(l==null?void 0:l.top)||0,d=(l==null?void 0:l.left)||0;n-u>s?r.guidePos="bottom":r.guidePos=d>a?"left":"right"};return onMounted(()=>{if(guidanceShow.value){const n=setTimeout(()=>{clearTimeout(n),e(),t.value=!0},300)}}),()=>createVNode(Fragment,null,[createVNode("div",{class:[styles$9.dragBom,"bom_drag"]},[createVNode("div",{class:styles$9.box},null),createVNode("div",{class:styles$9.box},null)]),guidanceShow.value&&createVNode("div",{onClick:setGuidanceShow,class:[styles$9.guide,r.guidePos==="left"&&styles$9.guideLeft,r.guidePos==="right"&&styles$9.guideRight,!t.value&&styles$9.hideGuide,"bom_guide"]},[createVNode("div",{class:styles$9.guideBg},null),createVNode("div",{class:styles$9.guideDone,onClick:n=>{n.stopPropagation(),setGuidanceShow()}},null)])])}});function useDrag(r,t,e,n){const s=ref({top:-1,left:-1}),a=n+t;watch(e,()=>{e.value?(u(),window.addEventListener("resize",d),nextTick(()=>{const h=document.querySelector(".".concat(t));h&&r.map(p=>{const g=document.querySelector(".".concat(p));g&&(g.style.cursor="move",drag(g,h,s))})})):(window.removeEventListener("resize",d),setCachePos(a,s.value))});const l=computed(()=>s.value.left===-1&&s.value.top===-1?{}:{position:"fixed",left:"".concat(s.value.left,"px"),top:"".concat(s.value.top,"px")});function u(){const h=getCachePos(a);h&&(s.value=h,nextTick(()=>{const p=setTimeout(()=>{clearTimeout(p),d()},300)}))}function d(){if(s.value.left===-1&&s.value.top===-1)return;const h=document.querySelector(".".concat(t));if(!h)return;const p=h.getBoundingClientRect(),g=document.documentElement.clientWidth,m=document.documentElement.clientHeight,{top:y,left:_}=s.value,E=g-p.width,w=m-p.height;let A=_,O=y;const j=0,P=0;A=A<j?j:A>E?E:A,O=O<P?P:O>w?w:O,s.value={top:O,left:A}}return{pos:s,styleDrag:l}}function drag(r,t,e){function n(s){const a=isTouchEvent(s),l=a?s.touches[0]:s,u=t.getBoundingClientRect(),d=l.clientX,h=l.clientY,p=document.documentElement.clientWidth,g=document.documentElement.clientHeight,m=p-u.width,y=g-u.height,_=0,E=0;function w(O){const j=isTouchEvent(O)?O.touches[0]:O;let P=u.left+(j.clientX-d),I=u.top+(j.clientY-h);P=P<_?_:P>m?m:P,I=I<E?E:I>y?y:I,e.value={top:I,left:P}}function A(){document.removeEventListener(a?"touchmove":"mousemove",w),document.removeEventListener(a?"touchend":"mouseup",A)}document.addEventListener(a?"touchmove":"mousemove",w),document.addEventListener(a?"touchend":"mouseup",A)}r.addEventListener("mousedown",n),r.addEventListener("touchstart",n)}function isTouchEvent(r){return window.TouchEvent&&r instanceof window.TouchEvent}const localStorageName="dragCachePos";function getCachePos(r){const t=localStorage.getItem(localStorageName);if(t)try{return JSON.parse(t)[r]}catch(e){return null}return null}function setCachePos(r,t){const e=localStorage.getItem(localStorageName);let n={};if(e)try{n=JSON.parse(e)}catch(s){}n[r]=t,localStorage.setItem(localStorageName,JSON.stringify(n))}var tcplayer_v4_9_1_min={exports:{}};(function(module,exports){(function(r,t){module.exports=t()})(commonjsGlobal,function(){function unwrapExports(r){return r&&r.__esModule&&Object.prototype.hasOwnProperty.call(r,"default")?r.default:r}function createCommonjsModule(r,t){return t={exports:{}},r(t,t.exports),t.exports}function each(r,t){keys(r).forEach(function(e){return t(r[e],e)})}function reduce(r,t){var e=arguments.length>2&&arguments[2]!==void 0?arguments[2]:0;return keys(r).reduce(function(n,s){return t(n,r[s],s)},e)}function assign(r){for(var t=arguments.length,e=Array(t>1?t-1:0),n=1;n<t;n++)e[n-1]=arguments[n];return Object.assign?Object.assign.apply(Object,[r].concat(e)):(e.forEach(function(s){s&&each(s,function(a,l){r[l]=a})}),r)}function isObject$1(r){return!!r&&(r===void 0?"undefined":_typeof(r))==="object"}function isPlain(r){return isObject$1(r)&&toString.call(r)==="[object Object]"&&r.constructor===Object}function isFunction(r){return typeof r=="function"&&typeof r.nodeType!="number"}function clean(r){return r.replace(/\n\r?\s*/g,"")}function computedStyle(r,t){if(!r||!t)return"";if(typeof window_1.getComputedStyle=="function"){var e=window_1.getComputedStyle(r);return e?e[t]:""}return r.currentStyle[t]||""}function isNonBlankString(r){return typeof r=="string"&&/\S/.test(r)}function throwIfWhitespace(r){if(/\s/.test(r))throw new Error("class has illegal whitespace characters")}function classRegExp(r){return new RegExp("(^|\\s)"+r+"($|\\s)")}function isReal(){return document_1===window_1.document&&typeof document_1.createElement<"u"}function isEl(r){return isObject$1(r)&&r.nodeType===1}function isInFrame(){try{return window_1.parent!==window_1.self}catch(r){return!0}}function createQuerier(r){return function(t,e){if(!isNonBlankString(t))return document_1[r](null);isNonBlankString(e)&&(e=document_1.querySelector(e));var n=isEl(e)?e:document_1;return n[r]&&n[r](t)}}function createEl(){var r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"div",t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},e=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},n=arguments[3],s=document_1.createElement(r);return Object.getOwnPropertyNames(t).forEach(function(a){var l=t[a];a.indexOf("aria-")!==-1||a==="role"||a==="type"?(log$2.warn(tsml(_templateObject,a,l)),s.setAttribute(a,l)):a==="textContent"?textContent(s,l):s[a]=l}),Object.getOwnPropertyNames(e).forEach(function(a){s.setAttribute(a,e[a])}),n&&appendContent(s,n),s}function textContent(r,t){return typeof r.textContent>"u"?r.innerText=t:r.textContent=t,r}function prependTo(r,t){t.firstChild?t.insertBefore(r,t.firstChild):t.appendChild(r)}function hasClass(r,t){return throwIfWhitespace(t),r.classList?r.classList.contains(t):classRegExp(t).test(r.className)}function addClass(r,t){return r.classList?r.classList.add(t):hasClass(r,t)||(r.className=(r.className+" "+t).trim()),r}function removeClass(r,t){return r.classList?r.classList.remove(t):(throwIfWhitespace(t),r.className=r.className.split(/\s+/).filter(function(e){return e!==t}).join(" ")),r}function toggleClass(r,t,e){var n=hasClass(r,t);if(typeof e=="function"&&(e=e(r,t)),typeof e!="boolean"&&(e=!n),e!==n)return e?addClass(r,t):removeClass(r,t),r}function setAttributes(r,t){Object.getOwnPropertyNames(t).forEach(function(e){var n=t[e];n==null||n===!1?r.removeAttribute(e):r.setAttribute(e,n===!0?"":n)})}function getAttributes(r){var t={};if(r&&r.attributes&&r.attributes.length>0)for(var e=r.attributes,n=e.length-1;n>=0;n--){var s=e[n].name,a=e[n].value;typeof r[s]!="boolean"&&",autoplay,controls,playsinline,loop,muted,default,defaultMuted,".indexOf(","+s+",")===-1||(a=a!==null),t[s]=a}return t}function getAttribute(r,t){return r.getAttribute(t)}function setAttribute(r,t,e){r.setAttribute(t,e)}function removeAttribute(r,t){r.removeAttribute(t)}function blockTextSelection(){document_1.body.focus(),document_1.onselectstart=function(){return!1}}function unblockTextSelection(){document_1.onselectstart=function(){return!0}}function getBoundingClientRect(r){if(r&&r.getBoundingClientRect&&r.parentNode){var t=r.getBoundingClientRect(),e={};return["bottom","height","left","right","top","width"].forEach(function(n){t[n]!==void 0&&(e[n]=t[n])}),e.height||(e.height=parseFloat(computedStyle(r,"height"))),e.width||(e.width=parseFloat(computedStyle(r,"width"))),e}}function findPosition(r){var t=void 0;if(r.getBoundingClientRect&&r.parentNode&&(t=r.getBoundingClientRect()),!t)return{left:0,top:0};var e=document_1.documentElement,n=document_1.body,s=e.clientLeft||n.clientLeft||0,a=window_1.pageXOffset||n.scrollLeft,l=t.left+a-s,u=e.clientTop||n.clientTop||0,d=window_1.pageYOffset||n.scrollTop,h=t.top+d-u;return{left:Math.round(l),top:Math.round(h)}}function getPointerPosition(r,t,e){var n={},s=findPosition(r),a=r.offsetWidth,l=r.offsetHeight,u=s.top,d=s.left,h=t.pageY,p=t.pageX;if(t.changedTouches&&(p=t.changedTouches[0].pageX,h=t.changedTouches[0].pageY),e){var g=[h,p];p=g[0],h=g[1]}return n.y=Math.max(0,Math.min(1,(u-h+l)/l)),n.x=Math.max(0,Math.min(1,(p-d)/a)),n}function isTextNode(r){return isObject$1(r)&&r.nodeType===3}function emptyEl(r){for(;r.firstChild;)r.removeChild(r.firstChild);return r}function normalizeContent(r){return typeof r=="function"&&(r=r()),(Array.isArray(r)?r:[r]).map(function(t){return typeof t=="function"&&(t=t()),isEl(t)||isTextNode(t)?t:typeof t=="string"&&/\S/.test(t)?document_1.createTextNode(t):void 0}).filter(function(t){return t})}function appendContent(r,t){return normalizeContent(t).forEach(function(e){return r.appendChild(e)}),r}function insertContent(r,t){return appendContent(emptyEl(r),t)}function isSingleLeftClick(r){return r.button===void 0&&r.buttons===void 0||r.button===0&&r.buttons===void 0||IE_VERSION===9||r.button===0&&r.buttons===1}function newGUID(){return _guid++}function getData(r){var t=r[elIdAttr];return t||(t=r[elIdAttr]=newGUID()),elData[t]||(elData[t]={}),elData[t]}function hasData(r){var t=r[elIdAttr];return!!t&&!!Object.getOwnPropertyNames(elData[t]).length}function removeData(r){var t=r[elIdAttr];if(t){delete elData[t];try{delete r[elIdAttr]}catch(e){r.removeAttribute?r.removeAttribute(elIdAttr):r[elIdAttr]=null}}}function _cleanUpEvents(r,t){var e=getData(r);e.handlers[t].length===0&&(delete e.handlers[t],r.removeEventListener?r.removeEventListener(t,e.dispatcher,!1):r.detachEvent&&r.detachEvent("on"+t,e.dispatcher)),Object.getOwnPropertyNames(e.handlers).length<=0&&(delete e.handlers,delete e.dispatcher,delete e.disabled),Object.getOwnPropertyNames(e).length===0&&removeData(r)}function _handleMultipleEvents(r,t,e,n){e.forEach(function(s){r(t,s,n)})}function fixEvent(r){function t(){return!0}function e(){return!1}if(!r||!r.isPropagationStopped){var n=r||window_1.event;r={};for(var s in n)s!=="layerX"&&s!=="layerY"&&s!=="keyLocation"&&s!=="webkitMovementX"&&s!=="webkitMovementY"&&(s==="returnValue"&&n.preventDefault||(r[s]=n[s]));if(r.target||(r.target=r.srcElement||document_1),r.relatedTarget||(r.relatedTarget=r.fromElement===r.target?r.toElement:r.fromElement),r.preventDefault=function(){n.preventDefault&&n.preventDefault(),r.returnValue=!1,n.returnValue=!1,r.defaultPrevented=!0},r.defaultPrevented=!1,r.stopPropagation=function(){n.stopPropagation&&n.stopPropagation(),r.cancelBubble=!0,n.cancelBubble=!0,r.isPropagationStopped=t},r.isPropagationStopped=e,r.stopImmediatePropagation=function(){n.stopImmediatePropagation&&n.stopImmediatePropagation(),r.isImmediatePropagationStopped=t,r.stopPropagation()},r.isImmediatePropagationStopped=e,r.clientX!==null&&r.clientX!==void 0){var a=document_1.documentElement,l=document_1.body;r.pageX=r.clientX+(a&&a.scrollLeft||l&&l.scrollLeft||0)-(a&&a.clientLeft||l&&l.clientLeft||0),r.pageY=r.clientY+(a&&a.scrollTop||l&&l.scrollTop||0)-(a&&a.clientTop||l&&l.clientTop||0)}r.which=r.charCode||r.keyCode,r.button!==null&&r.button!==void 0&&(r.button=1&r.button?0:4&r.button?1:2&r.button?2:0)}return r}function on(r,t,e){if(Array.isArray(t))return _handleMultipleEvents(on,r,t,e);var n=getData(r);if(n.handlers||(n.handlers={}),n.handlers[t]||(n.handlers[t]=[]),e.guid||(e.guid=newGUID()),n.handlers[t].push(e),n.dispatcher||(n.disabled=!1,n.dispatcher=function(a,l){if(!n.disabled){a=fixEvent(a);var u=n.handlers[a.type];if(u)for(var d=u.slice(0),h=0,p=d.length;h<p&&(!a.isImmediatePropagationStopped||!a.isImmediatePropagationStopped());h++)try{d[h].call(r,a,l)}catch(g){log$2.error(g)}}}),n.handlers[t].length===1)if(r.addEventListener){var s=!1;_supportsPassive&&passiveEvents.indexOf(t)>-1&&(s={passive:!0}),r.addEventListener(t,n.dispatcher,s)}else r.attachEvent&&r.attachEvent("on"+t,n.dispatcher)}function off(r,t,e){if(hasData(r)){var n=getData(r);if(n.handlers){if(Array.isArray(t))return _handleMultipleEvents(off,r,t,e);var s=function(d,h){n.handlers[h]=[],_cleanUpEvents(d,h)};if(t!==void 0){var a=n.handlers[t];if(a){if(!e)return void s(r,t);if(e.guid)for(var l=0;l<a.length;l++)a[l].guid===e.guid&&a.splice(l--,1);_cleanUpEvents(r,t)}}else for(var u in n.handlers)Object.prototype.hasOwnProperty.call(n.handlers||{},u)&&s(r,u)}}}function trigger(r,t,e){var n=hasData(r)?getData(r):{},s=r.parentNode||r.ownerDocument;if(typeof t=="string"&&(t={type:t,target:r}),t=fixEvent(t),n.dispatcher&&n.dispatcher.call(r,t,e),s&&!t.isPropagationStopped()&&t.bubbles===!0)trigger.call(null,s,t,e);else if(!s&&!t.defaultPrevented){var a=getData(t.target);t.target[t.type]&&(a.disabled=!0,typeof t.target[t.type]=="function"&&t.target[t.type](),a.disabled=!1)}return!t.defaultPrevented}function one(r,t,e){if(Array.isArray(t))return _handleMultipleEvents(one,r,t,e);var n=function s(){off(r,t,s),e.apply(this,arguments)};n.guid=e.guid=e.guid||newGUID(),on(r,t,n)}function autoSetupTimeout(r,t){t&&(videojs$2=t),window_1.setTimeout(autoSetup,r)}function evented(r){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},e=t.eventBusKey;if(e){if(!r[e].nodeName)throw new Error('The eventBusKey "'+e+'" does not refer to an element.');r.eventBusEl_=r[e]}else r.eventBusEl_=createEl("span",{className:"vjs-event-bus"});return assign(r,EventedMixin),r.on("dispose",function(){r.off(),window_1.setTimeout(function(){r.eventBusEl_=null},0)}),r}function stateful(r,t){return assign(r,StatefulMixin),r.state=assign({},r.state,t),typeof r.handleStateChanged=="function"&&isEvented(r)&&r.on("statechanged",r.handleStateChanged),r}function toTitleCase(r){return typeof r!="string"?r:r.charAt(0).toUpperCase()+r.slice(1)}function titleCaseEquals(r,t){return toTitleCase(r)===toTitleCase(t)}function mergeOptions(){for(var r={},t=arguments.length,e=Array(t),n=0;n<t;n++)e[n]=arguments[n];return e.forEach(function(s){s&&each(s,function(a,l){if(!isPlain(a))return void(r[l]=a);isPlain(r[l])||(r[l]={}),r[l]=mergeOptions(r[l],a)})}),r}function extend(){var r,t,e,n,s,a,l=arguments[0]||{},u=1,d=arguments.length,h=!1;for(typeof l=="boolean"&&(h=l,l=arguments[u]||{},u++),(l===void 0?"undefined":_typeof(l))==="object"||isFunction(l)||(l={}),u===d&&(l=this,u--);u<d;u++)if((r=arguments[u])!=null)for(t in r)e=l[t],n=r[t],l!==n&&(h&&n&&(isPlain(n)||(s=Array.isArray(n)))?(s?(s=!1,a=e&&Array.isArray(e)?e:[]):a=e&&isPlain(e)?e:{},l[t]=extend(h,a,n)):n!==void 0&&(l[t]=n));return l}function getRawTag(r){var t=hasOwnProperty.call(r,symToStringTag$1),e=r[symToStringTag$1];try{r[symToStringTag$1]=void 0;var n=!0}catch(a){}var s=nativeObjectToString.call(r);return n&&(t?r[symToStringTag$1]=e:delete r[symToStringTag$1]),s}function objectToString(r){return nativeObjectToString$1.call(r)}function baseGetTag(r){return r==null?r===void 0?undefinedTag:nullTag:symToStringTag&&symToStringTag in Object(r)?_getRawTag(r):_objectToString(r)}function isObjectLike(r){return r!=null&&typeof r=="object"}function isSymbol(r){return typeof r=="symbol"||isObjectLike_1(r)&&_baseGetTag(r)==symbolTag}function isKey(r,t){if(isArray_1(r))return!1;var e=typeof r;return!(e!="number"&&e!="symbol"&&e!="boolean"&&r!=null&&!isSymbol_1(r))||reIsPlainProp.test(r)||!reIsDeepProp.test(r)||t!=null&&r in Object(t)}function isObject$2(r){var t=typeof r;return r!=null&&(t=="object"||t=="function")}function isFunction$1(r){if(!isObject_1(r))return!1;var t=_baseGetTag(r);return t==funcTag||t==genTag||t==asyncTag||t==proxyTag}function isMasked(r){return!!maskSrcKey&&maskSrcKey in r}function toSource(r){if(r!=null){try{return funcToString$1.call(r)}catch(t){}try{return r+""}catch(t){}}return""}function baseIsNative(r){return!(!isObject_1(r)||_isMasked(r))&&(isFunction_1(r)?reIsNative:reIsHostCtor).test(_toSource(r))}function getValue(r,t){return r==null?void 0:r[t]}function getNative(r,t){var e=_getValue(r,t);return _baseIsNative(e)?e:void 0}function hashClear(){this.__data__=_nativeCreate?_nativeCreate(null):{},this.size=0}function hashDelete(r){var t=this.has(r)&&delete this.__data__[r];return this.size-=t?1:0,t}function hashGet(r){var t=this.__data__;if(_nativeCreate){var e=t[r];return e===HASH_UNDEFINED?void 0:e}return hasOwnProperty$2.call(t,r)?t[r]:void 0}function hashHas(r){var t=this.__data__;return _nativeCreate?t[r]!==void 0:hasOwnProperty$3.call(t,r)}function hashSet(r,t){var e=this.__data__;return this.size+=this.has(r)?0:1,e[r]=_nativeCreate&&t===void 0?HASH_UNDEFINED$1:t,this}function Hash(r){var t=-1,e=r==null?0:r.length;for(this.clear();++t<e;){var n=r[t];this.set(n[0],n[1])}}function listCacheClear(){this.__data__=[],this.size=0}function eq(r,t){return r===t||r!==r&&t!==t}function assocIndexOf(r,t){for(var e=r.length;e--;)if(eq_1(r[e][0],t))return e;return-1}function listCacheDelete(r){var t=this.__data__,e=_assocIndexOf(t,r);return!(e<0)&&(e==t.length-1?t.pop():splice.call(t,e,1),--this.size,!0)}function listCacheGet(r){var t=this.__data__,e=_assocIndexOf(t,r);return e<0?void 0:t[e][1]}function listCacheHas(r){return _assocIndexOf(this.__data__,r)>-1}function listCacheSet(r,t){var e=this.__data__,n=_assocIndexOf(e,r);return n<0?(++this.size,e.push([r,t])):e[n][1]=t,this}function ListCache(r){var t=-1,e=r==null?0:r.length;for(this.clear();++t<e;){var n=r[t];this.set(n[0],n[1])}}function mapCacheClear(){this.size=0,this.__data__={hash:new _Hash,map:new(_Map||_ListCache),string:new _Hash}}function isKeyable(r){var t=typeof r;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?r!=="__proto__":r===null}function getMapData(r,t){var e=r.__data__;return _isKeyable(t)?e[typeof t=="string"?"string":"hash"]:e.map}function mapCacheDelete(r){var t=_getMapData(this,r).delete(r);return this.size-=t?1:0,t}function mapCacheGet(r){return _getMapData(this,r).get(r)}function mapCacheHas(r){return _getMapData(this,r).has(r)}function mapCacheSet(r,t){var e=_getMapData(this,r),n=e.size;return e.set(r,t),this.size+=e.size==n?0:1,this}function MapCache(r){var t=-1,e=r==null?0:r.length;for(this.clear();++t<e;){var n=r[t];this.set(n[0],n[1])}}function memoize(r,t){if(typeof r!="function"||t!=null&&typeof t!="function")throw new TypeError(FUNC_ERROR_TEXT);var e=function(){var n=arguments,s=t?t.apply(this,n):n[0],a=e.cache;if(a.has(s))return a.get(s);var l=r.apply(this,n);return e.cache=a.set(s,l)||a,l};return e.cache=new(memoize.Cache||_MapCache),e}function memoizeCapped(r){var t=memoize_1(r,function(n){return e.size===MAX_MEMOIZE_SIZE&&e.clear(),n}),e=t.cache;return t}function arrayMap(r,t){for(var e=-1,n=r==null?0:r.length,s=Array(n);++e<n;)s[e]=t(r[e],e,r);return s}function baseToString(r){if(typeof r=="string")return r;if(isArray_1(r))return _arrayMap(r,baseToString)+"";if(isSymbol_1(r))return symbolToString?symbolToString.call(r):"";var t=r+"";return t=="0"&&1/r==-INFINITY?"-0":t}function toString$1(r){return r==null?"":_baseToString(r)}function castPath(r,t){return isArray_1(r)?r:_isKey(r,t)?[r]:_stringToPath(toString_1(r))}function toKey(r){if(typeof r=="string"||isSymbol_1(r))return r;var t=r+"";return t=="0"&&1/r==-INFINITY$1?"-0":t}function baseGet(r,t){t=_castPath(t,r);for(var e=0,n=t.length;r!=null&&e<n;)r=r[_toKey(t[e++])];return e&&e==n?r:void 0}function get$1(r,t,e){var n=r==null?void 0:_baseGet(r,t);return n===void 0?e:n}function getParams(r,t){var e=t.split("?")[1];if(e){var n=new RegExp("(^|&)"+r+"=([^&]*)(&|$)","i"),s=e.match(n);return s!=null?decodeURIComponent(s[2]):null}}function guid(){function r(){return(65536*(1+Math.random())|0).toString(16).substring(1)}return r()+r()+"-"+r()+"-"+r()+"-"+r()+"-"+r()+r()+r()}function unifyProtocol(r){r=r.replace(/^(http|https):/,"");var t=window.location.protocol;return t!="http:"&&t!="https:"&&(t="https:"),r=t+r}function convertProtocol(r){var t=[];if(r.indexOf(".sdp")>-1)r=r.replace(".sdp",".flv"),t.push(r.replace(".sdp",".m3u8"));else{var e=r.replace("webrtc://","https://").replace("?",".flv?");e.indexOf("?")===-1&&e.indexOf(".flv")===-1&&(e+=".flv"),hlsSrc=r.replace("webrtc://","https://").replace("?",".m3u8?"),hlsSrc.indexOf("?")===-1&&hlsSrc.indexOf(".m3u8")===-1&&(hlsSrc+=".m3u8"),t.push(hlsSrc)}return t}function replaceHost(r,t){var e=/^http(s)?:\/\/(.*?)\//,n=r.match(e);return r.replace(n[2],t)}function getViewportSize(){var r=document,t=r.documentElement,e=r.body;return{width:t&&t.clientWidth||e&&e.offsetWidth||window.innerWidth||0,height:t&&t.clientHeight||e&&e.offsetHeight||window.innerHeight||0}}function getTimeStamp(){return new Date().getTime()}function getTimeStampBySecond(){return Date.parse(new Date)/1e3}function loadCssText(r,t){var e=document.getElementById(r);if(e)e.innerHTML=t;else{var n=document.createElement("style");n.id=r,n.type="text/css",n.appendChild(document.createTextNode(t)),document.getElementsByTagName("head")[0].appendChild(n)}}function releaseCssText(r){var t=document.getElementById(r);t&&t.remove()}function loadScript(r,t,e){var n=arguments.length>3&&arguments[3]!==void 0&&arguments[3],s=document.createElement("script");if(s.onload=s.onreadystatechange=function(){this.readyState&&this.readyState!=="loaded"&&this.readyState!=="complete"||(typeof t=="function"&&t(),s.onload=s.onreadystatechange=null,s.parentNode&&!n&&s.parentNode.removeChild(s))},e){for(var a in e)if(e.hasOwnProperty(a)){var l=e[a];l===null?s.removeAttribute(l):s.setAttribute(a,l)}}s.src=r,document.getElementsByTagName("head")[0].appendChild(s)}function serializeParams(r){var t=[],e=function(n,s){s=typeof s=="function"?s():s,s=s===null||s===void 0?"":s,t[t.length]=encodeURIComponent(n)+"="+encodeURIComponent(s)};return function n(s,a){var l=void 0,u=void 0,d=void 0;if(s)if(Array.isArray(a))for(l=0,u=a.length;l<u;l++)n(s+"["+(_typeof(a[l])==="object"&&a[l]?l:"")+"]",a[l]);else if(String(a)==="[object Object]")for(d in a)n(s+"["+d+"]",a[d]);else e(s,a);else if(Array.isArray(a))for(l=0,u=a.length;l<u;l++)e(a[l].name,a[l].value);else for(d in a)n(d,a[d]);return t}("",r).join("&")}function encodeHTML(r){return r.length?String(r).replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/\"/g,"&quot;").replace(/\'/g,"&#39;").replace(/\//g,"&#x2F;"):""}function isWebrtcUrl(r){return/webrtc:\/\//.test(r)||/\.sdp/.test(r)}function getperformance(){return window.performance||window.msPerformance||window.webkitPerformance||{}}function arrangeWebrtcSource(r,t){var e=getParams("tabr_bitrates",r),n=getParams("tabr_start_bitrate",r),s=getParams("tabr_control",r)==="auto";r=r.replace("&tabr_control=auto","");var a=[],l=[];if(e&&n){if(l=e.split(",").map(function(p){var g,m=t.webrtcConfig.abrLabels[p]||p;return a.push(m),g={},g[m]=[{src:r.replace("tabr_start_bitrate="+n,"tabr_start_bitrate="+p)}],g}),s){var u;l.push((u={},u[t.webrtcConfig.abrLabels.auto||"AUTO"]=[{src:r+"&tabr_control=auto"}],u)),a.push(t.webrtcConfig.abrLabels.auto||"AUTO")}var d={};l.forEach(function(p){for(var g in p)d[g]=p[g]}),t.showOrder=a,t.defaultRes=s?t.webrtcConfig.abrLabels.auto||"AUTO":t.webrtcConfig.abrLabels[n]||n||a[0];var h={};a.forEach(function(p){h[p]=t.webrtcConfig.abrLabels[p]||p}),t.labels=h,t.label=h,t.sources=[],t.multiResolution={sources:d}}}function rangeCheck(r,t,e){if(typeof t!="number"||t<0||t>e)throw new Error("Failed to execute '"+r+"' on 'TimeRanges': The index provided ("+t+") is non-numeric or out of bounds (0-"+e+").")}function getRange(r,t,e,n){return rangeCheck(r,n,e.length-1),e[n][t]}function createTimeRangesObj(r){return r===void 0||r.length===0?{length:0,start:function(){throw new Error("This TimeRanges object is empty")},end:function(){throw new Error("This TimeRanges object is empty")}}:{length:r.length,start:getRange.bind(null,"start",0,r),end:getRange.bind(null,"end",1,r)}}function createTimeRanges(r,t){return Array.isArray(r)?createTimeRangesObj(r):r===void 0||t===void 0?createTimeRangesObj():createTimeRangesObj([[r,t]])}function bufferedPercent(r,t){var e=0,n=void 0,s=void 0;if(!t)return 0;r&&r.length||(r=createTimeRanges(0,0));for(var a=0;a<r.length;a++)n=r.start(a),s=r.end(a),s>t&&(s=t),e+=s-n;return e/t}function MediaError(r){if(r instanceof MediaError)return r;typeof r=="number"?this.code=r:typeof r=="string"?this.message=r:isObject$1(r)&&(typeof r.code=="number"&&(this.code=r.code),assign(this,r)),this.message||(this.message=MediaError.defaultMessages[this.code]||"")}function SafeParseTuple(r,t){var e,n=null;try{e=JSON.parse(r,t)}catch(s){n=s}return[n,e]}function isPromise(r){return r!==void 0&&typeof r.then=="function"}function silencePromise(r){isPromise(r)&&r.then(null,function(t){})}function isFunction$3(r){if(!r)return!1;var t=toString$3.call(r);return t==="[object Function]"||typeof r=="function"&&t!=="[object RegExp]"||typeof window<"u"&&(r===window.setTimeout||r===window.alert||r===window.confirm||r===window.prompt)}function extend$1(){for(var r={},t=0;t<arguments.length;t++){var e=arguments[t];for(var n in e)hasOwnProperty$4.call(e,n)&&(r[n]=e[n])}return r}function forEachArray(r,t){for(var e=0;e<r.length;e++)t(r[e])}function isEmpty(r){for(var t in r)if(r.hasOwnProperty(t))return!1;return!0}function initParams(r,t,e){var n=r;return isFunction_1$2(t)?(e=t,typeof r=="string"&&(n={uri:r})):n=immutable(t,{uri:r}),n.callback=e,n}function createXHR(r,t,e){return t=initParams(r,t,e),_createXHR(t)}function _createXHR(r){function t(){u.readyState===4&&setTimeout(s,0)}function e(){var O=void 0;if(O=u.response?u.response:u.responseText||getXml(u),w)try{O=JSON.parse(O)}catch(j){}return O}function n(O){return clearTimeout(p),O instanceof Error||(O=new Error(""+(O||"Unknown XMLHttpRequest Error"))),O.statusCode=0,l(O,A)}function s(){if(!h){var O;clearTimeout(p),O=r.useXDR&&u.status===void 0?200:u.status===1223?204:u.status;var j=A,P=null;return O!==0?(j={body:e(),statusCode:O,method:m,headers:{},url:g,rawRequest:u},u.getAllResponseHeaders&&(j.headers=parseHeaders(u.getAllResponseHeaders()))):P=new Error("Internal XMLHttpRequest Error"),l(P,j,j.body)}}if(typeof r.callback>"u")throw new Error("callback argument missing");var a=!1,l=function(O,j,P){a||(a=!0,r.callback(O,j,P))},u=r.xhr||null;u||(u=r.cors||r.useXDR?new createXHR.XDomainRequest:new createXHR.XMLHttpRequest);var d,h,p,g=u.url=r.uri||r.url,m=u.method=r.method||"GET",y=r.body||r.data,_=u.headers=r.headers||{},E=!!r.sync,w=!1,A={body:void 0,headers:{},statusCode:0,method:m,url:g,rawRequest:u};if("json"in r&&r.json!==!1&&(w=!0,_.accept||_.Accept||(_.Accept="application/json"),m!=="GET"&&m!=="HEAD"&&(_["content-type"]||_["Content-Type"]||(_["Content-Type"]="application/json"),y=JSON.stringify(r.json===!0?y:r.json))),u.onreadystatechange=t,u.onload=s,u.onerror=n,u.onprogress=function(){},u.onabort=function(){h=!0},u.ontimeout=n,u.open(m,g,!E,r.username,r.password),E||(u.withCredentials=!!r.withCredentials),!E&&r.timeout>0&&(p=setTimeout(function(){if(!h){h=!0,u.abort("timeout");var O=new Error("XMLHttpRequest timeout");O.code="ETIMEDOUT",n(O)}},r.timeout)),u.setRequestHeader)for(d in _)_.hasOwnProperty(d)&&u.setRequestHeader(d,_[d]);else if(r.headers&&!isEmpty(r.headers))throw new Error("Headers cannot be set on an XDomainRequest object");return"responseType"in r&&(u.responseType=r.responseType),"beforeSend"in r&&typeof r.beforeSend=="function"&&r.beforeSend(u),u.send(y||null),u}function getXml(r){if(r.responseType==="document")return r.responseXML;var t=r.responseXML&&r.responseXML.documentElement.nodeName==="parsererror";return r.responseType!==""||t?null:r.responseXML}function noop(){}function ParsingError(r,t){this.name="ParsingError",this.code=r.code,this.message=t||r.message}function parseTimeStamp(r){function t(n,s,a,l){return 3600*(0|n)+60*(0|s)+(0|a)+(0|l)/1e3}var e=r.match(/^(\d+):(\d{2})(:\d{2})?\.(\d{3})/);return e?e[3]?t(e[1],e[2],e[3].replace(":",""),e[4]):e[1]>59?t(e[1],e[2],0,e[4]):t(0,e[1],e[2],e[4]):null}function Settings(){this.values=_objCreate(null)}function parseOptions(r,t,e,n){var s=n?r.split(n):[r];for(var a in s)if(typeof s[a]=="string"){var l=s[a].split(e);if(l.length===2){var u=l[0],d=l[1];t(u,d)}}}function parseCue(r,t,e){function n(){var l=parseTimeStamp(r);if(l===null)throw new ParsingError(ParsingError.Errors.BadTimeStamp,"Malformed timestamp: "+a);return r=r.replace(/^[^\sa-zA-Z-]+/,""),l}function s(){r=r.replace(/^\s+/,"")}var a=r;if(s(),t.startTime=n(),s(),r.substr(0,3)!=="-->")throw new ParsingError(ParsingError.Errors.BadTimeStamp,"Malformed time stamp (time stamps must be separated by '-->'): "+a);r=r.substr(3),s(),t.endTime=n(),s(),function(l,u){var d=new Settings;parseOptions(l,function(h,p){switch(h){case"region":for(var g=e.length-1;g>=0;g--)if(e[g].id===p){d.set(h,e[g].region);break}break;case"vertical":d.alt(h,p,["rl","lr"]);break;case"line":var m=p.split(","),y=m[0];d.integer(h,y),d.percent(h,y)&&d.set("snapToLines",!1),d.alt(h,y,["auto"]),m.length===2&&d.alt("lineAlign",m[1],["start","middle","end"]);break;case"position":m=p.split(","),d.percent(h,m[0]),m.length===2&&d.alt("positionAlign",m[1],["start","middle","end"]);break;case"size":d.percent(h,p);break;case"align":d.alt(h,p,["start","middle","end","left","right"])}},/:/,/\s/),u.region=d.get("region",null),u.vertical=d.get("vertical",""),u.line=d.get("line","auto"),u.lineAlign=d.get("lineAlign","start"),u.snapToLines=d.get("snapToLines",!0),u.size=d.get("size",100),u.align=d.get("align","middle"),u.position=d.get("position",{start:0,left:0,middle:50,end:100,right:100},u.align),u.positionAlign=d.get("positionAlign",{start:"start",left:"start",middle:"middle",end:"end",right:"end"},u.align)}(r,t)}function parseContent(r,t){function e(p){return ESCAPE[p]}for(var n,s=r.document.createElement("div"),a=s,l=[];(n=function(){if(!t)return null;var p=t.match(/^([^<]*)(<[^>]+>?)?/);return function(g){return t=t.substr(g.length),g}(p[1]?p[1]:p[2])}())!==null;)if(n[0]!=="<")a.appendChild(r.document.createTextNode(function(p){for(;h=p.match(/&(amp|lt|gt|lrm|rlm|nbsp);/);)p=p.replace(h[0],e);return p}(n)));else{if(n[1]==="/"){l.length&&l[l.length-1]===n.substr(2).replace(">","")&&(l.pop(),a=a.parentNode);continue}var u,d=parseTimeStamp(n.substr(1,n.length-2));if(d){u=r.document.createProcessingInstruction("timestamp",d),a.appendChild(u);continue}var h=n.match(/^<([^.\s\/0-9>]+)(\.[^\s\\>]+)?([^>\\]+)?(\\?)>?$/);if(!h||!(u=function(p,g){var m=TAG_NAME[p];if(!m)return null;var y=r.document.createElement(m);y.localName=m;var _=TAG_ANNOTATION[p];return _&&g&&(y[_]=g.trim()),y}(h[1],h[3]))||!function(p,g){return!NEEDS_PARENT[g.localName]||NEEDS_PARENT[g.localName]===p.localName}(a,u))continue;h[2]&&(u.className=h[2].substr(1).replace("."," ")),l.push(h[1]),a.appendChild(u),a=u}return s}function isStrongRTLChar(r){for(var t=0;t<strongRTLRanges.length;t++){var e=strongRTLRanges[t];if(r>=e[0]&&r<=e[1])return!0}return!1}function determineBidi(r){function t(u,d){for(var h=d.childNodes.length-1;h>=0;h--)u.push(d.childNodes[h])}function e(u){if(!u||!u.length)return null;var d=u.pop(),h=d.textContent||d.innerText;if(h){var p=h.match(/^.*(\n|\r)/);return p?(u.length=0,p[0]):h}return d.tagName==="ruby"?e(u):d.childNodes?(t(u,d),e(u)):void 0}var n,s=[],a="";if(!r||!r.childNodes)return"ltr";for(t(s,r);a=e(s);)for(var l=0;l<a.length;l++)if(n=a.charCodeAt(l),isStrongRTLChar(n))return"rtl";return"ltr"}function computeLinePos(r){if(typeof r.line=="number"&&(r.snapToLines||r.line>=0&&r.line<=100))return r.line;if(!r.track||!r.track.textTrackList||!r.track.textTrackList.mediaElement)return-1;for(var t=r.track,e=t.textTrackList,n=0,s=0;s<e.length&&e[s]!==t;s++)e[s].mode==="showing"&&n++;return-1*++n}function StyleBox(){}function CueStyleBox(r,t,e){var n=/MSIE\s8\.0/.test(navigator.userAgent),s="rgba(255, 255, 255, 1)",a="rgba(0, 0, 0, 0.8)";n&&(s="rgb(255, 255, 255)",a="rgb(0, 0, 0)"),StyleBox.call(this),this.cue=t,this.cueDiv=parseContent(r,t.text);var l={color:s,backgroundColor:a,position:"relative",left:0,right:0,top:0,bottom:0,display:"inline"};n||(l.writingMode=t.vertical===""?"horizontal-tb":t.vertical==="lr"?"vertical-lr":"vertical-rl",l.unicodeBidi="plaintext"),this.applyStyles(l,this.cueDiv),this.div=r.document.createElement("div"),l={textAlign:t.align==="middle"?"center":t.align,font:e.font,whiteSpace:"pre-line",position:"absolute"},n||(l.direction=determineBidi(this.cueDiv),l.writingMode=t.vertical===""?"horizontal-tb":t.vertical==="lr"?"vertical-lr":"vertical-rl".stylesunicodeBidi="plaintext"),this.applyStyles(l),this.div.appendChild(this.cueDiv);var u=0;switch(t.positionAlign){case"start":u=t.position;break;case"middle":u=t.position-t.size/2;break;case"end":u=t.position-t.size}t.vertical===""?this.applyStyles({left:this.formatStyle(u,"%"),width:this.formatStyle(t.size,"%")}):this.applyStyles({top:this.formatStyle(u,"%"),height:this.formatStyle(t.size,"%")}),this.move=function(d){this.applyStyles({top:this.formatStyle(d.top,"px"),bottom:this.formatStyle(d.bottom,"px"),left:this.formatStyle(d.left,"px"),right:this.formatStyle(d.right,"px"),height:this.formatStyle(d.height,"px"),width:this.formatStyle(d.width,"px")})}}function BoxPosition(r){var t,e,n,s,a=/MSIE\s8\.0/.test(navigator.userAgent);if(r.div){e=r.div.offsetHeight,n=r.div.offsetWidth,s=r.div.offsetTop;var l=(l=r.div.childNodes)&&(l=l[0])&&l.getClientRects&&l.getClientRects();r=r.div.getBoundingClientRect(),t=l?Math.max(l[0]&&l[0].height||0,r.height/l.length):0}this.left=r.left,this.right=r.right,this.top=r.top||s,this.height=r.height||e,this.bottom=r.bottom||s+(r.height||e),this.width=r.width||n,this.lineHeight=t!==void 0?t:r.lineHeight,a&&!this.lineHeight&&(this.lineHeight=13)}function moveBoxToLinePosition(r,t,e,n){var s=new BoxPosition(t),a=t.cue,l=computeLinePos(a),u=[];if(a.snapToLines){var d;switch(a.vertical){case"":u=["+y","-y"],d="height";break;case"rl":u=["+x","-x"],d="width";break;case"lr":u=["-x","+x"],d="width"}var h=s.lineHeight,p=h*Math.round(l),g=e[d]+h,m=u[0];Math.abs(p)>g&&(p=p<0?-1:1,p*=Math.ceil(g/h)*h),l<0&&(p+=a.vertical===""?e.height:e.width,u=u.reverse()),s.move(m,p)}else{var y=s.lineHeight/e.height*100;switch(a.lineAlign){case"middle":l-=y/2;break;case"end":l-=y}switch(a.vertical){case"":t.applyStyles({top:t.formatStyle(l,"%")});break;case"rl":t.applyStyles({left:t.formatStyle(l,"%")});break;case"lr":t.applyStyles({right:t.formatStyle(l,"%")})}u=["+y","-x","+x","-y"],s=new BoxPosition(t)}var _=function(E,w){for(var A,O=new BoxPosition(E),j=1,P=0;P<w.length;P++){for(;E.overlapsOppositeAxis(e,w[P])||E.within(e)&&E.overlapsAny(n);)E.move(w[P]);if(E.within(e))return E;var I=E.intersectPercentage(e);j>I&&(A=new BoxPosition(E),j=I),E=new BoxPosition(O)}return A||O}(s,u);t.move(_.toCSSCompatValues(e))}function WebVTT$1(){}function findDirectionSetting(r){return typeof r=="string"&&!!directionSetting[r.toLowerCase()]&&r.toLowerCase()}function findAlignSetting(r){return typeof r=="string"&&!!alignSetting[r.toLowerCase()]&&r.toLowerCase()}function extend$2(r){for(var t=1;t<arguments.length;t++){var e=arguments[t];for(var n in e)r[n]=e[n]}return r}function VTTCue(r,t,e){var n=this,s=/MSIE\s8\.0/.test(navigator.userAgent),a={};s?n=document.createElement("custom"):a.enumerable=!0,n.hasBeenReset=!1;var l="",u=!1,d=r,h=t,p=e,g=null,m="",y=!0,_="auto",E="start",w=50,A="middle",O=50,j="middle";if(Object.defineProperty(n,"id",extend$2({},a,{get:function(){return l},set:function(P){l=""+P}})),Object.defineProperty(n,"pauseOnExit",extend$2({},a,{get:function(){return u},set:function(P){u=!!P}})),Object.defineProperty(n,"startTime",extend$2({},a,{get:function(){return d},set:function(P){if(typeof P!="number")throw new TypeError("Start time must be set to a number.");d=P,this.hasBeenReset=!0}})),Object.defineProperty(n,"endTime",extend$2({},a,{get:function(){return h},set:function(P){if(typeof P!="number")throw new TypeError("End time must be set to a number.");h=P,this.hasBeenReset=!0}})),Object.defineProperty(n,"text",extend$2({},a,{get:function(){return p},set:function(P){p=""+P,this.hasBeenReset=!0}})),Object.defineProperty(n,"region",extend$2({},a,{get:function(){return g},set:function(P){g=P,this.hasBeenReset=!0}})),Object.defineProperty(n,"vertical",extend$2({},a,{get:function(){return m},set:function(P){var I=findDirectionSetting(P);if(I===!1)throw new SyntaxError("An invalid or illegal string was specified.");m=I,this.hasBeenReset=!0}})),Object.defineProperty(n,"snapToLines",extend$2({},a,{get:function(){return y},set:function(P){y=!!P,this.hasBeenReset=!0}})),Object.defineProperty(n,"line",extend$2({},a,{get:function(){return _},set:function(P){if(typeof P!="number"&&P!==autoKeyword)throw new SyntaxError("An invalid number or illegal string was specified.");_=P,this.hasBeenReset=!0}})),Object.defineProperty(n,"lineAlign",extend$2({},a,{get:function(){return E},set:function(P){var I=findAlignSetting(P);if(!I)throw new SyntaxError("An invalid or illegal string was specified.");E=I,this.hasBeenReset=!0}})),Object.defineProperty(n,"position",extend$2({},a,{get:function(){return w},set:function(P){if(P<0||P>100)throw new Error("Position must be between 0 and 100.");w=P,this.hasBeenReset=!0}})),Object.defineProperty(n,"positionAlign",extend$2({},a,{get:function(){return A},set:function(P){var I=findAlignSetting(P);if(!I)throw new SyntaxError("An invalid or illegal string was specified.");A=I,this.hasBeenReset=!0}})),Object.defineProperty(n,"size",extend$2({},a,{get:function(){return O},set:function(P){if(P<0||P>100)throw new Error("Size must be between 0 and 100.");O=P,this.hasBeenReset=!0}})),Object.defineProperty(n,"align",extend$2({},a,{get:function(){return j},set:function(P){var I=findAlignSetting(P);if(!I)throw new SyntaxError("An invalid or illegal string was specified.");j=I,this.hasBeenReset=!0}})),n.displayState=void 0,s)return n}function findScrollSetting(r){return typeof r=="string"&&!!scrollSetting[r.toLowerCase()]&&r.toLowerCase()}function isValidPercentValue(r){return typeof r=="number"&&r>=0&&r<=100}function VTTRegion(){var r=100,t=3,e=0,n=100,s=0,a=100,l="";Object.defineProperties(this,{width:{enumerable:!0,get:function(){return r},set:function(u){if(!isValidPercentValue(u))throw new Error("Width must be between 0 and 100.");r=u}},lines:{enumerable:!0,get:function(){return t},set:function(u){if(typeof u!="number")throw new TypeError("Lines must be set to a number.");t=u}},regionAnchorY:{enumerable:!0,get:function(){return n},set:function(u){if(!isValidPercentValue(u))throw new Error("RegionAnchorX must be between 0 and 100.");n=u}},regionAnchorX:{enumerable:!0,get:function(){return e},set:function(u){if(!isValidPercentValue(u))throw new Error("RegionAnchorY must be between 0 and 100.");e=u}},viewportAnchorY:{enumerable:!0,get:function(){return a},set:function(u){if(!isValidPercentValue(u))throw new Error("ViewportAnchorY must be between 0 and 100.");a=u}},viewportAnchorX:{enumerable:!0,get:function(){return s},set:function(u){if(!isValidPercentValue(u))throw new Error("ViewportAnchorX must be between 0 and 100.");s=u}},scroll:{enumerable:!0,get:function(){return l},set:function(u){var d=findScrollSetting(u);if(d===!1)throw new SyntaxError("An invalid or illegal string was specified.");l=d}}})}function createTrackHelper(r,t,e,n){var s=arguments.length>4&&arguments[4]!==void 0?arguments[4]:{},a=r.textTracks();s.kind=t,e&&(s.label=e),n&&(s.language=n),s.tech=r;var l=new ALL.text.TrackClass(s);return a.addTrack(l),l}function use(r,t){middlewares[r]=middlewares[r]||[],middlewares[r].push(t)}function setSource(r,t,e){r.setTimeout(function(){return setSourceHelper(t,middlewares[t.type],e,r)},1)}function setTech(r,t){r.forEach(function(e){return e.setTech&&e.setTech(t)})}function get$3(r,t,e){return r.reduceRight(middlewareIterator(e),t[e]())}function set$1(r,t,e,n){return t[e](r.reduce(middlewareIterator(e),n))}function middlewareIterator(r){return function(t,e){return e[r]?e[r](t):t}}function setSourceHelper(){var r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],e=arguments[2],n=arguments[3],s=arguments.length>4&&arguments[4]!==void 0?arguments[4]:[],a=arguments.length>5&&arguments[5]!==void 0&&arguments[5],l=t[0],u=t.slice(1);if(typeof l=="string")setSourceHelper(r,middlewares[l],e,n,s,a);else if(l){var d=l(n);d.setSource(assign({},r),function(h,p){if(h)return setSourceHelper(r,u,e,n,s,a);s.push(d),setSourceHelper(p,r.type===p.type?u:middlewares[p.type],e,n,s,a)})}else u.length?setSourceHelper(r,u,e,n,s,a):a?e(r,s):setSourceHelper(r,middlewares["*"],e,n,s,!0)}function constructColor(r,t){return"rgba("+parseInt(r[1]+r[1],16)+","+parseInt(r[2]+r[2],16)+","+parseInt(r[3]+r[3],16)+","+t+")"}function tryUpdateStyle(r,t,e){try{r.style[t]=e}catch(n){return}}function formatTime(r){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:r;r=r<0?0:r;var e=Math.floor(r%60),n=Math.floor(r/60%60),s=Math.floor(r/3600),a=Math.floor(t/60%60),l=Math.floor(t/3600);return(isNaN(r)||r===1/0)&&(s=n=e="-"),s=s>0||l>0?s+":":"",n=((s||a>=10)&&n<10?"0"+n:n)+":",e=e<10?"0"+e:e,s+n+e}function formatDate(r,t){if(!r)return"";var e=new Date(r),n=e.getFullYear(),s=e.getMonth()+1,a=e.getDate(),l=e.getHours(),u=e.getMinutes();return e.getSeconds(),n+"/"+s+"/"+a+" "+l+":"+(u<10?"0"+u:u)}function parseOptionValue(r,t){if(t&&(r=t(r)),r&&r!=="none")return r}function getSelectedOptionValue(r,t){return parseOptionValue(r.options[r.options.selectedIndex].value,t)}function setSelectedOption(r,t,e){if(t){for(var n=0;n<r.options.length;n++)if(parseOptionValue(r.options[n].value,e)===t){r.selectedIndex=n;break}}}function videojs(r,t,e){var n=void 0;if(typeof r=="string"){var s=videojs.getPlayers();if(r.indexOf("#")===0&&(r=r.slice(1)),s[r])return t&&log$2.warn('Player "'+r+'" is already initialised. Options will not be applied.'),e&&s[r].ready(e),s[r];n=$("#"+r)}else n=r;if(!n||!n.nodeName)throw new TypeError("The element or ID supplied is not valid. (videojs)");if(n.player||Player.players[n.playerId])return n.player||Player.players[n.playerId];isEl(n)&&!document_1.body.contains(n)&&log$2.warn("The element supplied is not included in the DOM"),t=t||{},videojs.hooks("beforesetup").forEach(function(u){var d=u(n,mergeOptions(t));if(!isObject$1(d)||Array.isArray(d))return void log$2.error("please return an object in beforesetup hooks");t=mergeOptions(t,d)});var a=Component.getComponent("Player"),l=new a(n,t,e);return videojs.hooks("setup").forEach(function(u){return u(l)}),l}function toObject(r){if(r==null)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(r)}function shouldUseNative(){try{if(!Object.assign)return!1;var r=new String("abc");if(r[5]="de",Object.getOwnPropertyNames(r)[0]==="5")return!1;for(var t={},e=0;e<10;e++)t["_"+String.fromCharCode(e)]=e;if(Object.getOwnPropertyNames(t).map(function(s){return t[s]}).join("")!=="0123456789")return!1;var n={};return"abcdefghijklmnopqrst".split("").forEach(function(s){n[s]=s}),Object.keys(Object.assign({},n)).join("")==="abcdefghijklmnopqrst"}catch(s){return!1}}function decodeComponents(r,t){try{return decodeURIComponent(r.join(""))}catch(s){}if(r.length===1)return r;t=t||1;var e=r.slice(0,t),n=r.slice(t);return Array.prototype.concat.call([],decodeComponents(e),decodeComponents(n))}function decode(r){try{return decodeURIComponent(r)}catch(n){for(var t=r.match(singleMatcher),e=1;e<t.length;e++)r=decodeComponents(t,e).join(""),t=r.match(singleMatcher);return r}}function customDecodeURIComponent(r){for(var t={"%FE%FF":"��","%FF%FE":"��"},e=multiMatcher.exec(r);e;){try{t[e[0]]=decodeURIComponent(e[0])}catch(u){var n=decode(e[0]);n!==e[0]&&(t[e[0]]=n)}e=multiMatcher.exec(r)}t["%C2"]="�";for(var s=Object.keys(t),a=0;a<s.length;a++){var l=s[a];r=r.replace(new RegExp(l,"g"),t[l])}return r}function encoderForArrayFormat(r){switch(r.arrayFormat){case"index":return function(t,e,n){return e===null?[encode(t,r),"[",n,"]"].join(""):[encode(t,r),"[",encode(n,r),"]=",encode(e,r)].join("")};case"bracket":return function(t,e){return e===null?encode(t,r):[encode(t,r),"[]=",encode(e,r)].join("")};default:return function(t,e){return e===null?encode(t,r):[encode(t,r),"=",encode(e,r)].join("")}}}function parserForArrayFormat(r){var t;switch(r.arrayFormat){case"index":return function(e,n,s){if(t=/\[(\d*)\]$/.exec(e),e=e.replace(/\[\d*\]$/,""),!t)return void(s[e]=n);s[e]===void 0&&(s[e]={}),s[e][t[1]]=n};case"bracket":return function(e,n,s){return t=/(\[\])$/.exec(e),e=e.replace(/\[\]$/,""),t?s[e]===void 0?void(s[e]=[n]):void(s[e]=[].concat(s[e],n)):void(s[e]=n)};default:return function(e,n,s){if(s[e]===void 0)return void(s[e]=n);s[e]=[].concat(s[e],n)}}}function encode(r,t){return t.encode?t.strict?strictUriEncode(r):encodeURIComponent(r):r}function keysSorter(r){return Array.isArray(r)?r.sort():typeof r=="object"?keysSorter(Object.keys(r)).sort(function(t,e){return Number(t)-Number(e)}).map(function(t){return r[t]}):r}function extract(r){var t=r.indexOf("?");return t===-1?"":r.slice(t+1)}function parse(r,t){t=objectAssign({arrayFormat:"none"},t);var e=parserForArrayFormat(t),n=Object.create(null);return typeof r!="string"?n:(r=r.trim().replace(/^[?#&]/,""))?(r.split("&").forEach(function(s){var a=s.replace(/\+/g," ").split("="),l=a.shift(),u=a.length>0?a.join("="):void 0;u=u===void 0?null:decodeUriComponent(u),e(decodeUriComponent(l),u,n)}),Object.keys(n).sort().reduce(function(s,a){var l=n[a];return l&&typeof l=="object"&&!Array.isArray(l)?s[a]=keysSorter(l):s[a]=l,s},Object.create(null))):n}function jsonp(r,t,e){function n(){h.parentNode&&h.parentNode.removeChild(h),window[u]="",p&&clearTimeout(p)}function s(){window[u]&&n()}typeof t=="function"&&(e=t,t={}),t||(t={});var a,l=t.prefix||"__jp",u=t.name||l+count++,d=t.funcKey||"callback";a=_typeof(t.param)=="object"?queryString.stringify(t.param):t.param;var h,p,g=t.timeout!=null?t.timeout:6e3,m=encodeURIComponent,y=document.getElementsByTagName("script")[0]||document.head;return g&&(p=setTimeout(function(){n(),e&&e(new Error("Timeout"))},g)),window[u]=function(_){n(),e&&e(null,_)},r+=(~r.indexOf("?")?"&":"?")+a+"&"+d+"="+m(u),r=r.replace("?&","?"),h=document.createElement("script"),h.setAttribute("src",r),h.setAttribute("async",!0),h.onload=function(_){},h.onreadystatechange=function(){this.readyState==="loaded"&&window[u]&&(n(),e&&e(new Error("ServerError")))},h.onerror=function(_){n(),e&&e(new Error("ServerError"))},y.parentNode.insertBefore(h,y),s}function mountHlsProvider(r){if(videojs.browser.IS_IOS&&videojs.browser.IS_MQQ||videojs.browser.IS_UC)return!1;if(videojs.browser.IS_ENABLED_MSE||videojs.browser.IS_SIMULATOR||r)try{var t=videojs.getTech&&videojs.getTech("Html5");t&&t.registerSourceHandler(HlsSourceHandler,0)}catch(e){}}function handlePlaybackMetadataLoaded(r,t){function e(h){return"dash-audio-"+h}function n(h,p){return h.find(function(g){return e(g.index)===p.id})}var s=r.dash.mediaPlayer,a=s.getTracksFor("audio"),l=r.audioTracks();l.length&&t.clearTracks(["audio"]);var u=s.getCurrentTrackFor("audio");a.forEach(function(h){var p=h.lang;h.roles&&h.roles.length&&(p+=" ("+h.roles.join(", ")+")"),l.addTrack(new videojs.AudioTrack({enabled:h===u,id:e(h.index),kind:h.kind||"main",label:p,language:h.lang}))});var d=function(){for(var h=0;h<l.length;h++){var p=l[h];if(p.enabled){var g=n(a,p);s.setCurrentTrack(g)}}};l.addEventListener("change",d),r.dash.mediaPlayer.on(window.dashjs.MediaPlayer.events.STREAM_TEARDOWN_COMPLETE,function(){l.removeEventListener("change",d)})}function setupAudioTracks(r,t){r.dash.mediaPlayer.on(window.dashjs.MediaPlayer.events.PLAYBACK_METADATA_LOADED,handlePlaybackMetadataLoaded.bind(null,r,t))}function find(r,t){for(var e=0;e<r.length;e++)if(t(r[e]))return r[e]}function attachDashTextTracksToVideojs(r,t,e){function n(){for(var l=r.dash.mediaPlayer,u=r.textTracks(),d=-1,h=0;h<u.length;h+=1)(function(p){var g=u[p];if(g.mode==="showing"){var m=find(s,function(_){return _.textTrack===g}),y=m?m.dashTrack:null;y&&(d=e.indexOf(y))}})(h);d!==l.getCurrentTextTrackIndex()&&l.setTextTrack(d)}var s=[],a=e.map(function(l){return{dashTrack:l,trackConfig:{label:l.lang,language:l.lang,srclang:l.lang,kind:l.kind}}}).map(function(l){var u=l.trackConfig,d=l.dashTrack,h=r.addRemoteTextTrack(u,!1);return s.push({textTrack:h.track,dashTrack:d}),h});return r.textTracks().on("change",n),r.dash.mediaPlayer.on(window_1.dashjs.MediaPlayer.events.STREAM_TEARDOWN_COMPLETE,function(){r.textTracks().off("change",n)}),n(),a}function setupTextTracks(r,t,e){function n(){a.forEach(r.removeRemoteTextTrack.bind(r)),a=[]}function s(u){var d=(u.index,u.tracks);l.off(window_1.dashjs.MediaPlayer.events.TEXT_TRACKS_ADDED,s),n(),d.length&&(a=attachDashTextTracksToVideojs(r,t,d))}window_1.VTTCue&&!/\[native code\]/.test(window_1.VTTCue.toString())&&(window_1.VTTCue=!1);var a=[];if(t.featuresNativeTextTracks)return void videojs.log.error("You must pass {html: {nativeCaptions: false}} in the videojs constructor to use text tracks in videojs-contrib-dash");var l=r.dash.mediaPlayer;l.on(window_1.dashjs.MediaPlayer.events.TEXT_TRACKS_ADDED,s),l.on(window_1.dashjs.MediaPlayer.events.CAN_PLAY,function(){l.off(window_1.dashjs.MediaPlayer.events.TEXT_TRACKS_ADDED,s)})}function mountDashProvider(r){(window_1.MediaSource||r)&&videojs.getTech("Html5").registerSourceHandler(videojs.DashSourceHandler(),0)}function getTemplate(){var r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0,t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"fill",e=r,n="draw-"+t;return['<svg height="100%" width="100%" viewBox="0 0 484 348">\n <path class="'+n+'" transform="translate(4 4)" d="M383,124C350-42,122.3-40.5,90.6,123.5c-110.4,18.5-131,185,.6,216.5H381.6C519.7,310.7,494.1,137.8,383,124Z"/>\n <path transform="translate(4 4)" d="M200.4,110.2c-9.4-5.8-19.6,2.7-19.4,11.7V256.2c0,8,10.4,16.7,19.4,10.8,2.2-1.4,111.8-65.9,114-67.3,7.4-4,10.1-15.8,0-22.2Z" style="fill:#fff ;"/>\n </svg>','<svg height="100%" width="100%" viewBox="0 0 476 340">\n <path class="'+n+'" d="M383,124C350-42,122.3-40.5,90.6,123.5c-110.4,18.5-131,185,.6,216.5H381.6C519.7,310.7,494.1,137.8,383,124Z"/>\n <path d="M200.4,110.2c-9.4-5.8-19.6,2.7-19.4,11.7V256.2c0,8,10.4,16.7,19.4,10.8,2.2-1.4,111.8-65.9,114-67.3,7.4-4,10.1-15.8,0-22.2Z" style="fill:#fff ;"/>\n </svg>','<svg height="100%" width="100%" viewBox="0 14 96 68">\n <path class="'+n+'" d="M96,44.3v7.3c-0.1,7.7-1,15.5-1,15.5s-0.9,6.6-3.8,9.5c-3.6,3.8-7.7,3.8-9.6,4c-13.4,1-33.5,0.9-33.5,0.9 c-0.8,0-25-0.2-32.5-0.9c-2.1-0.4-6.9-0.3-10.6-4.1c-2.9-2.9-3.8-9.5-3.8-9.5s-1-7.7-1.1-15.5v-7.3c0.2-7.8,1.1-15.5,1.1-15.5 s0.9-6.6,3.8-9.5c3.6-3.8,7.7-3.8,9.6-4.1c13.4-1,33.5-0.9,33.5-0.9s20.1-0.1,33.5,0.9c1.9,0.2,5.9,0.2,9.6,4.1 c2.9,2.9,3.8,9.5,3.8,9.5S95.9,36.6,96,44.3z M38.3,61.4L64,47.9L38.3,34.4V61.4z"/>\n <polygon points="64,47.9 38.3,61.4 38.3,34.4" fill="#fff"/>\n </svg>'][e]}function trimmedEndIndex(r){for(var t=r.length;t--&&reWhitespace.test(r.charAt(t)););return t}function baseTrim(r){return r&&r.slice(0,_trimmedEndIndex(r)+1).replace(reTrimStart,"")}function toNumber(r){if(typeof r=="number")return r;if(isSymbol_1(r))return NAN;if(isObject_1(r)){var t=typeof r.valueOf=="function"?r.valueOf():r;r=isObject_1(t)?t+"":t}if(typeof r!="string")return r===0?r:+r;r=_baseTrim(r);var e=reIsBinary.test(r);return e||reIsOctal.test(r)?freeParseInt(r.slice(2),e?2:8):reIsBadHex.test(r)?NAN:+r}function debounce(r,t,e){function n(f){var b=m,S=y;return m=y=void 0,O=f,E=r.apply(S,b)}function s(f){return O=f,w=setTimeout(u,t),j?n(f):E}function a(f){var b=f-A,S=f-O,k=t-b;return P?nativeMin(k,_-S):k}function l(f){var b=f-A,S=f-O;return A===void 0||b>=t||b<0||P&&S>=_}function u(){var f=now_1();if(l(f))return d(f);w=setTimeout(u,a(f))}function d(f){return w=void 0,I&&m?n(f):(m=y=void 0,E)}function h(){w!==void 0&&clearTimeout(w),O=0,m=A=y=w=void 0}function p(){return w===void 0?E:d(now_1())}function g(){var f=now_1(),b=l(f);if(m=arguments,y=this,A=f,b){if(w===void 0)return s(A);if(P)return clearTimeout(w),w=setTimeout(u,t),n(A)}return w===void 0&&(w=setTimeout(u,t)),E}var m,y,_,E,w,A,O=0,j=!1,P=!1,I=!0;if(typeof r!="function")throw new TypeError(FUNC_ERROR_TEXT$2);return t=toNumber_1(t)||0,isObject_1(e)&&(j=!!e.leading,P="maxWait"in e,_=P?nativeMax(toNumber_1(e.maxWait)||0,t):_,I="trailing"in e?!!e.trailing:I),g.cancel=h,g.flush=p,g}function throttle$1(r,t,e){var n=!0,s=!0;if(typeof r!="function")throw new TypeError(FUNC_ERROR_TEXT$1);return isObject_1(e)&&(n="leading"in e?!!e.leading:n,s="trailing"in e?!!e.trailing:s),debounce_1(r,t,{leading:n,maxWait:t,trailing:s})}function mountFlvProvider(r){if(videojs.browser.IS_IOS&&videojs.browser.IS_MQQ)return!1;if(!videojs.browser.IS_TBS&&!videojs.browser.IS_MQQB&&(!IS_IOS||!videojs.browser.IS_SAFARI)&&!videojs.browser.IE_VERSION||r)try{var t=videojs.getTech&&videojs.getTech("Html5");t&&t.registerSourceHandler(FlvSourceHandler,0)}catch(e){}}function mountWebRTCProvider(r){if(!videojs.browser.isWebRTCSupported())return!1;try{var t=videojs.getTech&&videojs.getTech("Html5");t&&t.registerSourceHandler(sourceHandler,0)}catch(e){}}function FlashRtmpDecorator(r){return r.streamingFormats={"rtmp/mp4":"MP4","rtmp/flv":"FLV"},r.streamFromParts=function(t,e){return t+"&"+e},r.streamToParts=function(t){var e={connection:"",stream:""};if(!t)return e;var n=t.search(/&(?!\w+=)/),s=void 0;return n!==-1?s=n+1:(n=s=t.lastIndexOf("/")+1)===0&&(n=s=t.length),e.connection=t.substring(0,n),e.stream=t.substring(s,t.length),e},r.isStreamingType=function(t){return t in r.streamingFormats},r.RTMP_RE=/^rtmp[set]?:\/\//i,r.isStreamingSrc=function(t){return r.RTMP_RE.test(t)},r.rtmpSourceHandler={},r.rtmpSourceHandler.canPlayType=function(t){return r.isStreamingType(t)?"maybe":""},r.rtmpSourceHandler.canHandleSource=function(t,e){var n=r.rtmpSourceHandler.canPlayType(t.type);return n||(r.isStreamingSrc(t.src)?"maybe":"")},r.rtmpSourceHandler.handleSource=function(t,e,n){var s=r.streamToParts(t.src);e.setRtmpConnection(s.connection),e.setRtmpStream(s.stream)},r.registerSourceHandler(r.rtmpSourceHandler),r}function _createSetter(r){var t=r.charAt(0).toUpperCase()+r.slice(1);_api["set"+t]=function(e){return this.el_.vjs_setProperty(r,e)}}function _createGetter(r){_api[r]=function(){return this.el_.vjs_getProperty(r)}}function TCPlayer(r,t,e){var n=void 0,s=new Date().getTime(),a=videojs.dom;if(typeof r=="string")n=document.querySelector("#"+r);else{if(!r||!r.nodeName)throw new TypeError("The ID or element supplied is not valid.");n=r}if(n.nodeName.toLowerCase()!="video"&&n.nodeName.toLowerCase()!="audio")throw new TypeError("The element type must be <video>.");a.hasClass(n,"tcplayer")||a.addClass(n,"tcplayer"),a.hasClass(n,"video-js")||a.addClass(n,"video-js"),videojs.browser.IE_VERSION&&(n.style.width||n.offsetWidth&&n.offsetWidth!==300)&&(window_1.VIDEOJS_NO_DYNAMIC_STYLE=!0);var l={controls:!0,language:"zh-CN",playbackRates:[.5,1,1.25,1.5,2],controlBar:{volumePanel:{inline:n.nodeName.toLowerCase()!="video"},fullscreenToggle:n.nodeName.toLowerCase()=="video",QualitySwitcherMenuButton:!0},plugins:{Skin:"",QualitySwitcher:{},MultiResolution:{},Errors:{},Reporter:{},ContextMenu:{},LevelSwitch:{},VttThumbnail:{},PlayerMetrics:{}},webrtcConfig:{enableAbr:!0,abrLabels:{}}};t=videojs.mergeOptions(l,t),t.webrtcConfig.enableAbr&&(isWebrtcUrl(t.sources)&&t.sources&&typeof t.sources=="string"&&arrangeWebrtcSource(t.sources,t),t.sources&&Array.isArray(t.sources)&&t.sources[0]&&t.sources[0].src&&isWebrtcUrl(t.sources[0].src)&&arrangeWebrtcSource(t.sources[0].src,t)),log("player initializing",t),videojs.getComponent("player").prototype.options_.children.splice(1,0,"logoImage");var u=videojs(r,t,e);return u.PlayerMetrics(t).setTimingData({initStart:s}),log("player initialized",t),u}var version="4.9.1",commonjsGlobal$1=typeof window<"u"?window:typeof commonjsGlobal<"u"?commonjsGlobal:typeof self<"u"?self:{},win;win=typeof window<"u"?window:commonjsGlobal$1!==void 0?commonjsGlobal$1:typeof self<"u"?self:{};var window_1=win,empty={},empty$1=(Object.freeze||Object)({default:empty}),minDoc=empty$1&&empty||empty$1,topLevel=commonjsGlobal$1!==void 0?commonjsGlobal$1:typeof window<"u"?window:{},doccy;typeof document<"u"?doccy=document:(doccy=topLevel["__GLOBAL_DOCUMENT_CACHE@4"])||(doccy=topLevel["__GLOBAL_DOCUMENT_CACHE@4"]=minDoc);var document_1=doccy,USER_AGENT=window_1.navigator&&window_1.navigator.userAgent||"",VENDOR=window_1.navigator&&window_1.navigator.vendor||"",webkitVersionMap=/AppleWebKit\/([\d.]+)/i.exec(USER_AGENT),appleWebkitVersion=webkitVersionMap?parseFloat(webkitVersionMap.pop()):null,IS_IPAD=/iPad/i.test(USER_AGENT),IS_IPHONE=/iPhone/i.test(USER_AGENT)&&!IS_IPAD,IS_IPOD=/iPod/i.test(USER_AGENT),IS_IOS=IS_IPHONE||IS_IPAD||IS_IPOD,IOS_VERSION=function(){var r=USER_AGENT.match(/OS (\d+)_/i);return r&&r[1]?r[1]:null}(),IOS_VERSION_ARRAY=function(){var r=USER_AGENT.match(/OS (\d+)_(\d+)_?(\d+)?/i);return r&&[parseInt(r[1],10),parseInt(r[2],10),parseInt(r[3]||"0",10)]||[]}(),IS_ANDROID=/Android/i.test(USER_AGENT),ANDROID_VERSION=function(){var r=USER_AGENT.match(/Android (\d+)(?:\.(\d+))?(?:\.(\d+))*/i);if(!r)return null;var t=r[1]&&parseFloat(r[1]),e=r[2]&&parseFloat(r[2]);return t&&e?parseFloat(r[1]+"."+r[2]):t||null}(),IS_TBS=/TBS\/\d+/i.test(USER_AGENT),TBS_VERSION=function(){var r=USER_AGENT.match(/TBS\/(\d+)/i);if(r&&r[1])return r[1]}(),IS_MQQB=!IS_TBS&&/MQQBrowser\/\d+/i.test(USER_AGENT),IS_QQB=!IS_TBS&&/ QQBrowser\/\d+/i.test(USER_AGENT),IS_PC_WECHAT=/windowswechat/i.test(USER_AGENT),IS_WECHAT=/(micromessenger|webbrowser)/i.test(USER_AGENT),IS_MQQ=/ QQ\/\d+/i.test(USER_AGENT)||/MQQBrowser\/\d+/i.test(USER_AGENT),IS_OLD_ANDROID=IS_ANDROID&&/webkit/i.test(USER_AGENT)&&ANDROID_VERSION<2.3,IS_NATIVE_ANDROID=IS_ANDROID&&ANDROID_VERSION<5&&appleWebkitVersion<537,IS_FIREFOX=/Firefox/i.test(USER_AGENT),IS_EDGE=/Edge/i.test(USER_AGENT),IS_EDG=/Edg/i.test(USER_AGENT),IS_EDGA=/EdgA/i.test(USER_AGENT),EDG_VERSION=IS_EDG&&function(){var r=USER_AGENT.match(/Edg\/(\d+)/);return r&&r[1]?parseFloat(r[1]):null}(),EDGA_VERSION=IS_EDGA&&function(){var r=USER_AGENT.match(/EdgA\/(\d+)/);return r&&r[1]?parseFloat(r[1]):null}(),IS_CHROME=function(){return!(IS_EDGE||!/Chrome/i.test(USER_AGENT))||!(!/Safari/i.test(USER_AGENT)||!/CriOS/i.test(USER_AGENT))}()&&!IS_WECHAT&&!IS_MQQB&&!IS_QQB,CHROME_VERSION=function(){var r=USER_AGENT.match(/Chrome\/(\d+)/),t=USER_AGENT.match(/CriOS\/(\d+)/);return r&&r[1]?parseFloat(r[1]):t&&t[1]?parseFloat(t[1]):null}(),IS_IE8=/MSIE\s8\.0/.test(USER_AGENT),IE_VERSION=function(){var r=/MSIE\s(\d+)\.\d/.exec(USER_AGENT),t=r&&parseFloat(r[1]);return!t&&/Trident\/7.0/i.test(USER_AGENT)&&/rv:11.0/.test(USER_AGENT)&&(t=11),t}(),IS_SAFARI=/Safari/i.test(USER_AGENT)&&!IS_CHROME&&!IS_ANDROID&&!IS_EDGE&&!IS_MQQB&&!IS_QQB&&!IS_PC_WECHAT,IS_ANY_SAFARI=IS_SAFARI||IS_IOS,IS_SIMULATOR=IS_SAFARI&&VENDOR==="Google Inc.",IS_UC=/UCBrowser\/(\d+)\./i.test(USER_AGENT),IS_QUARK=/Quark\/(\d+)\./i.test(USER_AGENT),TOUCH_ENABLED=isReal()&&("ontouchstart"in window_1||window_1.DocumentTouch&&window_1.document instanceof window_1.DocumentTouch),BACKGROUND_SIZE_SUPPORTED=isReal()&&"backgroundSize"in window_1.document.createElement("video").style,IS_WIN=/Windows/i.test(USER_AGENT),IS_MAC=/MAC OS X/i.test(USER_AGENT),WIN_VER=function(){return RegExp.$1}(),MAC_VER=function(){return RegExp.$1}(),QQ_VER=function(){return RegExp.$1}(),EDGE_VER=function(){return RegExp.$1}(),SAFARI_VER=function(){return RegExp.$1}(),FIREFOX_VER=function(){return RegExp.$1}(),CHROME_VER=function(){return RegExp.$1}(),IS_HUAWEI=/HUAWEI|honor|HMA/i.test(USER_AGENT),IS_XIAOMI=/HM|RedMi|Mi/i.test(USER_AGENT)&&!IS_HUAWEI,IS_OPPO=/OPPO/i.test(USER_AGENT),IS_VIVO=/VIVO/i.test(USER_AGENT),IS_SX=/GT-|SM-|SCH-/i.test(USER_AGENT),IS_ONE=/ONE/i.test(USER_AGENT),IS_CP=/Coolpad/i.test(USER_AGENT),IS_ZX=/ZTE/i.test(USER_AGENT),isWebRTCAPISupported=function(){return["RTCPeerConnection","webkitRTCPeerConnection","RTCIceGatherer"].filter(function(r){return r in window_1}).length>0},isWebRTCSupported=function(){return!IS_UC&&!IS_EDGE&&!(IS_EDG&&EDG_VERSION<80&&IS_EDGA&&EDGA_VERSION<80)&&!(IS_FIREFOX&&FIREFOX_VER<56)&&!(!IS_TBS&&IS_SAFARI&&IS_IOS&&(IOS_VERSION_ARRAY.length===0||IOS_VERSION_ARRAY[0]<11||IOS_VERSION_ARRAY[0]===11&&IOS_VERSION_ARRAY[1]<1||IOS_VERSION_ARRAY[0]===11&&IOS_VERSION_ARRAY[1]===1&&IOS_VERSION_ARRAY[2]<2))&&!IS_QUARK&&isWebRTCAPISupported()},IS_ENABLED_MSE=function(){var r=window_1.MediaSource=window_1.MediaSource||window_1.WebKitMediaSource,t=window_1.SourceBuffer=window_1.SourceBuffer||window_1.WebKitSourceBuffer,e=r&&typeof r.isTypeSupported=="function"&&r.isTypeSupported('video/mp4; codecs="avc1.42E01E,mp4a.40.2"'),n=!t||t.prototype&&typeof t.prototype.appendBuffer=="function"&&typeof t.prototype.remove=="function";return IS_IOS?void 0:e&&n}(),browser=(Object.freeze||Object)({USER_AGENT,IS_IPAD,IS_IPHONE,IS_IPOD,IS_IOS,IOS_VERSION,IOS_VERSION_ARRAY,IS_ANDROID,ANDROID_VERSION,IS_TBS,TBS_VERSION,IS_MQQB,IS_QQB,IS_PC_WECHAT,IS_WECHAT,IS_MQQ,IS_OLD_ANDROID,IS_NATIVE_ANDROID,IS_FIREFOX,IS_EDGE,IS_EDG,IS_EDGA,EDG_VERSION,EDGA_VERSION,IS_CHROME,CHROME_VERSION,IS_IE8,IE_VERSION,IS_SAFARI,IS_ANY_SAFARI,IS_SIMULATOR,IS_UC,IS_QUARK,TOUCH_ENABLED,BACKGROUND_SIZE_SUPPORTED,IS_WIN,IS_MAC,WIN_VER,MAC_VER,QQ_VER,EDGE_VER,SAFARI_VER,FIREFOX_VER,CHROME_VER,IS_HUAWEI,IS_XIAOMI,IS_OPPO,IS_VIVO,IS_SX,IS_ONE,IS_CP,IS_ZX,isWebRTCAPISupported,isWebRTCSupported,IS_ENABLED_MSE}),_typeof=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(r){return typeof r}:function(r){return r&&typeof Symbol=="function"&&r.constructor===Symbol&&r!==Symbol.prototype?"symbol":typeof r},classCallCheck=function(r,t){if(!(r instanceof t))throw new TypeError("Cannot call a class as a function")},createClass=function(){function r(t,e){for(var n=0;n<e.length;n++){var s=e[n];s.enumerable=s.enumerable||!1,s.configurable=!0,"value"in s&&(s.writable=!0),Object.defineProperty(t,s.key,s)}}return function(t,e,n){return e&&r(t.prototype,e),n&&r(t,n),t}}(),inherits=function(r,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof t);r.prototype=Object.create(t&&t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(r,t):r.__proto__=t)},possibleConstructorReturn=function(r,t){if(!r)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||typeof t!="object"&&typeof t!="function"?r:t},taggedTemplateLiteralLoose=function(r,t){return r.raw=t,r},toString=Object.prototype.toString,keys=function(r){return isObject$1(r)?Object.keys(r):[]},log$1=void 0,level="info",history=[],logByType=function(r,t){var e=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!!IE_VERSION&&IE_VERSION<11,n=log$1.levels[level],s=new RegExp("^("+n+")$");if(r!=="log"&&t.unshift(r.toUpperCase()+":"),history&&history.push([].concat(t)),(log$1.enableLog||r!="log")&&(t.unshift("TCPlayer:"),window_1.console)){var a=window_1.console[r];a||r!=="debug"||(a=window_1.console.info||window_1.console.log),a&&n&&s.test(r)&&(e&&(t=t.map(function(l){if(isObject$1(l)||Array.isArray(l))try{return JSON.stringify(l)}catch(u){return String(l)}return String(l)}).join(" ")),a.apply?a[Array.isArray(t)?"apply":"call"](window_1.console,t):a(t))}};log$1=function(){for(var r=arguments.length,t=Array(r),e=0;e<r;e++)t[e]=arguments[e];logByType("log",t)},log$1.levels={all:"debug|log|warn|error",off:"",debug:"debug|log|warn|error",info:"log|warn|error",warn:"warn|error",error:"error",DEFAULT:level},log$1.level=function(r){if(typeof r=="string"){if(!log$1.levels.hasOwnProperty(r))throw new Error('"'+r+'" in not a valid log level');level=r}return level},log$1.history=function(){return history?[].concat(history):[]},log$1.history.clear=function(){history&&(history.length=0)},log$1.history.disable=function(){history!==null&&(history.length=0,history=null)},log$1.history.enable=function(){history===null&&(history=[])},log$1.enableLog=!1,log$1.error=function(){for(var r=arguments.length,t=Array(r),e=0;e<r;e++)t[e]=arguments[e];return logByType("error",t)},log$1.warn=function(){for(var r=arguments.length,t=Array(r),e=0;e<r;e++)t[e]=arguments[e];return logByType("warn",t)},log$1.debug=function(){for(var r=arguments.length,t=Array(r),e=0;e<r;e++)t[e]=arguments[e];return logByType("debug",t)};var log$2=log$1,tsml=function(r){for(var t="",e=0;e<arguments.length;e++)t+=clean(r[e])+(arguments[e+1]||"");return t},_templateObject=taggedTemplateLiteralLoose(["Setting attributes in the second argument of createEl()\n has been deprecated. Use the third argument instead.\n createEl(type, properties, attributes). Attempting to set "," to ","."],["Setting attributes in the second argument of createEl()\n has been deprecated. Use the third argument instead.\n createEl(type, properties, attributes). Attempting to set "," to ","."]),$=createQuerier("querySelector"),$$=createQuerier("querySelectorAll"),Dom=(Object.freeze||Object)({isReal,isEl,isInFrame,createEl,textContent,prependTo,hasClass,addClass,removeClass,toggleClass,setAttributes,getAttributes,getAttribute,setAttribute,removeAttribute,blockTextSelection,unblockTextSelection,getBoundingClientRect,findPosition,getPointerPosition,isTextNode,emptyEl,normalizeContent,appendContent,insertContent,isSingleLeftClick,$,$$}),_guid=1,elData={},elIdAttr="vdata"+new Date().getTime(),_supportsPassive=!1;(function(){try{var r=Object.defineProperty({},"passive",{get:function(){_supportsPassive=!0}});window_1.addEventListener("test",null,r),window_1.removeEventListener("test",null,r)}catch(t){}})();var passiveEvents=["touchstart","touchmove"],Events=(Object.freeze||Object)({fixEvent,on,off,trigger,one}),_windowLoaded=!1,videojs$2=void 0,autoSetup=function(){if(isReal()){var r=document_1.getElementsByTagName("video"),t=document_1.getElementsByTagName("audio"),e=document_1.getElementsByTagName("video-js"),n=[];if(r&&r.length>0)for(var s=0,a=r.length;s<a;s++)n.push(r[s]);if(t&&t.length>0)for(var l=0,u=t.length;l<u;l++)n.push(t[l]);if(e&&e.length>0)for(var d=0,h=e.length;d<h;d++)n.push(e[d]);if(n&&n.length>0)for(var p=0,g=n.length;p<g;p++){var m=n[p];if(!m||!m.getAttribute){autoSetupTimeout(1);break}if(m.player===void 0){var y=m.getAttribute("data-setup");y!==null&&videojs$2(m)}}else _windowLoaded||autoSetupTimeout(1)}};isReal()&&document_1.readyState==="complete"?_windowLoaded=!0:one(window_1,"load",function(){_windowLoaded=!0});var createStyleElement=function(r){var t=document_1.createElement("style");return t.className=r,t},setTextContent=function(r,t){r.styleSheet?r.styleSheet.cssText=t:r.textContent=t},bind=function(r,t,e){t.guid||(t.guid=newGUID());var n=function(){return t.apply(r,arguments)};return n.guid=e?e+"_"+t.guid:t.guid,n},throttle=function(r,t){var e=Date.now();return function(){var n=Date.now();n-e>=t&&(r.apply(void 0,arguments),e=n)}},EventTarget=function(){};EventTarget.prototype.allowedEvents_={},EventTarget.prototype.on=function(r,t){var e=this.addEventListener;this.addEventListener=function(){},on(this,r,t),this.addEventListener=e},EventTarget.prototype.addEventListener=EventTarget.prototype.on,EventTarget.prototype.off=function(r,t){off(this,r,t)},EventTarget.prototype.removeEventListener=EventTarget.prototype.off,EventTarget.prototype.one=function(r,t){var e=this.addEventListener;this.addEventListener=function(){},one(this,r,t),this.addEventListener=e},EventTarget.prototype.trigger=function(r){var t=r.type||r;typeof r=="string"&&(r={type:t}),r=fixEvent(r),this.allowedEvents_[t]&&this["on"+t]&&this["on"+t](r),trigger(this,r)},EventTarget.prototype.dispatchEvent=EventTarget.prototype.trigger;var isEvented=function(r){return r instanceof EventTarget||!!r.eventBusEl_&&["on","one","off","trigger"].every(function(t){return typeof r[t]=="function"})},isValidEventType=function(r){return typeof r=="string"&&/\S/.test(r)||Array.isArray(r)&&!!r.length},validateTarget=function(r){if(!r.nodeName&&!isEvented(r))throw new Error("Invalid target; must be a DOM node or evented object.")},validateEventType=function(r){if(!isValidEventType(r))throw new Error("Invalid event type; must be a non-empty string or array.")},validateListener=function(r){if(typeof r!="function")throw new Error("Invalid listener; must be a function.")},normalizeListenArgs=function(r,t){var e=t.length<3||t[0]===r||t[0]===r.eventBusEl_,n=void 0,s=void 0,a=void 0;return e?(n=r.eventBusEl_,t.length>=3&&t.shift(),s=t[0],a=t[1]):(n=t[0],s=t[1],a=t[2]),validateTarget(n),validateEventType(s),validateListener(a),a=bind(r,a),{isTargetingSelf:e,target:n,type:s,listener:a}},listen=function(r,t,e,n){validateTarget(r),r.nodeName?Events[t](r,e,n):r[t](e,n)},EventedMixin={on:function(){for(var r=this,t=arguments.length,e=Array(t),n=0;n<t;n++)e[n]=arguments[n];var s=normalizeListenArgs(this,e),a=s.isTargetingSelf,l=s.target,u=s.type,d=s.listener;if(u==="fullscreenchange"?listen(l,"on",u,function(){setTimeout(function(){d()},200)}):listen(l,"on",u,d),!a){var h=function(){return r.off(l,u,d)};h.guid=d.guid;var p=function(){return r.off("dispose",h)};p.guid=d.guid,listen(this,"on","dispose",h),listen(l,"on","dispose",p)}},one:function(){for(var r=this,t=arguments.length,e=Array(t),n=0;n<t;n++)e[n]=arguments[n];var s=normalizeListenArgs(this,e),a=s.isTargetingSelf,l=s.target,u=s.type,d=s.listener;if(a)listen(l,"one",u,d);else{var h=function p(){for(var g=arguments.length,m=Array(g),y=0;y<g;y++)m[y]=arguments[y];r.off(l,u,p),d.apply(null,m)};h.guid=d.guid,listen(l,"one",u,h)}},off:function(r,t,e){if(!r||isValidEventType(r))isValidEventType(t)?off(this.eventBusEl_,t,e):off(this.eventBusEl_,r,t);else{var n=r,s=t;validateTarget(n),validateEventType(s),validateListener(e),e=bind(this,e),this.off("dispose",e),n.nodeName?(off(n,s,e),off(n,"dispose",e)):isEvented(n)&&(n.off(s,e),n.off("dispose",e))}},trigger:function(r,t){return trigger(this.eventBusEl_,r,t)}},StatefulMixin={state:{},setState:function(r){var t=this;typeof r=="function"&&(r=r());var e=void 0;return each(r,function(n,s){t.state[s]!==n&&(e=e||{},e[s]={from:t.state[s],to:n}),t.state[s]=n}),e&&isEvented(this)&&this.trigger({changes:e,type:"statechanged"}),e}},isArray=Array.isArray,isArray_1=isArray,freeGlobal=typeof commonjsGlobal$1=="object"&&commonjsGlobal$1&&commonjsGlobal$1.Object===Object&&commonjsGlobal$1,_freeGlobal=freeGlobal,freeSelf=typeof self=="object"&&self&&self.Object===Object&&self,root=_freeGlobal||freeSelf||Function("return this")(),_root=root,Symbol$1=_root.Symbol,_Symbol=Symbol$1,objectProto=Object.prototype,hasOwnProperty=objectProto.hasOwnProperty,nativeObjectToString=objectProto.toString,symToStringTag$1=_Symbol?_Symbol.toStringTag:void 0,_getRawTag=getRawTag,objectProto$1=Object.prototype,nativeObjectToString$1=objectProto$1.toString,_objectToString=objectToString,nullTag="[object Null]",undefinedTag="[object Undefined]",symToStringTag=_Symbol?_Symbol.toStringTag:void 0,_baseGetTag=baseGetTag,isObjectLike_1=isObjectLike,symbolTag="[object Symbol]",isSymbol_1=isSymbol,reIsDeepProp=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,reIsPlainProp=/^\w*$/,_isKey=isKey,isObject_1=isObject$2,asyncTag="[object AsyncFunction]",funcTag="[object Function]",genTag="[object GeneratorFunction]",proxyTag="[object Proxy]",isFunction_1=isFunction$1,coreJsData=_root["__core-js_shared__"],_coreJsData=coreJsData,maskSrcKey=function(){var r=/[^.]+$/.exec(_coreJsData&&_coreJsData.keys&&_coreJsData.keys.IE_PROTO||"");return r?"Symbol(src)_1."+r:""}(),_isMasked=isMasked,funcProto$1=Function.prototype,funcToString$1=funcProto$1.toString,_toSource=toSource,reRegExpChar=/[\\^$.*+?()[\]{}|]/g,reIsHostCtor=/^\[object .+?Constructor\]$/,funcProto=Function.prototype,objectProto$2=Object.prototype,funcToString=funcProto.toString,hasOwnProperty$1=objectProto$2.hasOwnProperty,reIsNative=RegExp("^"+funcToString.call(hasOwnProperty$1).replace(reRegExpChar,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),_baseIsNative=baseIsNative,_getValue=getValue,_getNative=getNative,nativeCreate=_getNative(Object,"create"),_nativeCreate=nativeCreate,_hashClear=hashClear,_hashDelete=hashDelete,HASH_UNDEFINED="__lodash_hash_undefined__",objectProto$3=Object.prototype,hasOwnProperty$2=objectProto$3.hasOwnProperty,_hashGet=hashGet,objectProto$4=Object.prototype,hasOwnProperty$3=objectProto$4.hasOwnProperty,_hashHas=hashHas,HASH_UNDEFINED$1="__lodash_hash_undefined__",_hashSet=hashSet;Hash.prototype.clear=_hashClear,Hash.prototype.delete=_hashDelete,Hash.prototype.get=_hashGet,Hash.prototype.has=_hashHas,Hash.prototype.set=_hashSet;var _Hash=Hash,_listCacheClear=listCacheClear,eq_1=eq,_assocIndexOf=assocIndexOf,arrayProto=Array.prototype,splice=arrayProto.splice,_listCacheDelete=listCacheDelete,_listCacheGet=listCacheGet,_listCacheHas=listCacheHas,_listCacheSet=listCacheSet;ListCache.prototype.clear=_listCacheClear,ListCache.prototype.delete=_listCacheDelete,ListCache.prototype.get=_listCacheGet,ListCache.prototype.has=_listCacheHas,ListCache.prototype.set=_listCacheSet;var _ListCache=ListCache,Map=_getNative(_root,"Map"),_Map=Map,_mapCacheClear=mapCacheClear,_isKeyable=isKeyable,_getMapData=getMapData,_mapCacheDelete=mapCacheDelete,_mapCacheGet=mapCacheGet,_mapCacheHas=mapCacheHas,_mapCacheSet=mapCacheSet;MapCache.prototype.clear=_mapCacheClear,MapCache.prototype.delete=_mapCacheDelete,MapCache.prototype.get=_mapCacheGet,MapCache.prototype.has=_mapCacheHas,MapCache.prototype.set=_mapCacheSet;var _MapCache=MapCache,FUNC_ERROR_TEXT="Expected a function";memoize.Cache=_MapCache;var memoize_1=memoize,MAX_MEMOIZE_SIZE=500,_memoizeCapped=memoizeCapped,rePropName=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,reEscapeChar=/\\(\\)?/g,stringToPath=_memoizeCapped(function(r){var t=[];return r.charCodeAt(0)===46&&t.push(""),r.replace(rePropName,function(e,n,s,a){t.push(s?a.replace(reEscapeChar,"$1"):n||e)}),t}),_stringToPath=stringToPath,_arrayMap=arrayMap,INFINITY=1/0,symbolProto=_Symbol?_Symbol.prototype:void 0,symbolToString=symbolProto?symbolProto.toString:void 0,_baseToString=baseToString,toString_1=toString$1,_castPath=castPath,INFINITY$1=1/0,_toKey=toKey,_baseGet=baseGet,get_1=get$1,Component=function(){function r(t,e,n){if(classCallCheck(this,r),!t&&this.play?this.player_=t=this:this.player_=t,this.options_=extend(!0,{},this.options_),e=this.options_=mergeOptions(this.options_,e),this.id_=e.id||e.el&&e.el.id,!this.id_){var s=t&&t.id&&t.id()||"no_player";this.id_=s+"_component_"+newGUID()}this.name_=e.name||null,e.el?this.el_=e.el:e.createEl!==!1&&(this.el_=this.createEl()),e.evented!==!1&&evented(this,{eventBusKey:this.el_?"el_":null}),stateful(this,this.constructor.defaultState),this.children_=[],this.childIndex_={},this.childNameIndex_={},e.initChildren!==!1&&this.initChildren(),this.ready(n),e.reportTouchActivity!==!1&&this.enableTouchActivity()}return r.prototype.dispose=function(){if(this.trigger({type:"dispose",bubbles:!1}),this.children_)for(var t=this.children_.length-1;t>=0;t--)this.children_[t].dispose&&this.children_[t].dispose();this.children_=null,this.childIndex_=null,this.childNameIndex_=null,this.el_&&(this.el_.parentNode&&this.el_.parentNode.removeChild(this.el_),removeData(this.el_),this.el_=null),this.player_=null},r.prototype.player=function(){return this.player_},r.prototype.options=function(t){return log$2.warn("this.options() has been deprecated and will be moved to the constructor in 6.0"),t?(this.options_=mergeOptions(this.options_,t),this.options_):this.options_},r.prototype.el=function(){return this.el_},r.prototype.createEl=function(t,e,n){return createEl(t,e,n)},r.prototype.localize=function(t,e){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:t,s=this.player_.language&&this.player_.language(),a=this.player_.languages&&this.player_.languages(),l=a&&a[s],u=s&&s.split("-")[0],d=a&&a[u],h=n;return l&&l[t]?h=l[t]:d&&d[t]&&(h=d[t]),e&&(h=h.replace(/\{(\d+)\}/g,function(p,g){var m=e[g-1],y=m;return m===void 0&&(y=p),y})),h},r.prototype.contentEl=function(){return this.contentEl_||this.el_},r.prototype.id=function(){return this.id_},r.prototype.name=function(){return this.name_},r.prototype.children=function(){return this.children_},r.prototype.getChildById=function(t){return this.childIndex_[t]},r.prototype.getChild=function(t){if(t)return t=toTitleCase(t),this.childNameIndex_[t]},r.prototype.addChild=function(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:this.children_.length,s=void 0,a=void 0;if(typeof t=="string"){a=toTitleCase(t);var l=e.componentClass||a;e.name=a;var u=r.getComponent(l);if(!u)throw new Error("Component "+l+" does not exist");if(typeof u!="function")return null;s=new u(this.player_||this,e)}else s=t;if(this.children_.splice(n,0,s),typeof s.id=="function"&&(this.childIndex_[s.id()]=s),a=a||s.name&&toTitleCase(s.name()),a&&(this.childNameIndex_[a]=s),typeof s.el=="function"&&s.el()){var d=this.contentEl().children,h=d[n]||null;this.contentEl().insertBefore(s.el(),h)}return s},r.prototype.removeChild=function(t){if(typeof t=="string"&&(t=this.getChild(t)),t&&this.children_){for(var e=!1,n=this.children_.length-1;n>=0;n--)if(this.children_[n]===t){e=!0,this.children_.splice(n,1);break}if(e){this.childIndex_[t.id()]=null,this.childNameIndex_[t.name()]=null;var s=t.el();s&&s.parentNode===this.contentEl()&&this.contentEl().removeChild(t.el())}}},r.prototype.initChildren=function(){var t=this,e=this.options_.children;if(e){var n=this.options_,s=function(u){var d=u.name,h=u.opts;if(n[d]!==void 0&&(h=n[d]),h!==!1){h===!0&&(h={}),h.playerOptions=t.options_.playerOptions;var p=t.addChild(d,h);p&&(t[d]=p)}},a=void 0,l=r.getComponent("Tech");a=Array.isArray(e)?e:Object.keys(e),a.concat(Object.keys(this.options_).filter(function(u){return!a.some(function(d){return typeof d=="string"?u===d:u===d.name})})).map(function(u){var d=void 0,h=void 0;return typeof u=="string"?(d=u,h=e[d]||t.options_[d]||{}):(d=u.name,h=u),{name:d,opts:h}}).filter(function(u){var d=r.getComponent(u.opts.componentClass||toTitleCase(u.name));return d&&!l.isTech(d)}).forEach(s)}},r.prototype.buildCSSClass=function(){return""},r.prototype.ready=function(t){var e=arguments.length>1&&arguments[1]!==void 0&&arguments[1];if(t)return this.isReady_?void(e?t.call(this):this.setTimeout(t,1)):(this.readyQueue_=this.readyQueue_||[],void this.readyQueue_.push(t))},r.prototype.triggerReady=function(){this.isReady_=!0,this.setTimeout(function(){var t=this.readyQueue_;this.readyQueue_=[],t&&t.length>0&&t.forEach(function(e){e.call(this)},this),this.trigger("ready")},1)},r.prototype.$=function(t,e){return $(t,e||this.contentEl())},r.prototype.$$=function(t,e){return $$(t,e||this.contentEl())},r.prototype.hasClass=function(t){return hasClass(this.el_,t)},r.prototype.addClass=function(t){addClass(this.el_,t)},r.prototype.removeClass=function(t){if(removeClass(this.el_,t),t==="vjs-lock-showing"&&(IS_IOS||IS_ANDROID)){var e=document.getElementsByClassName("vjs-subs-caps-button"),n=get_1(e,"[0].children[1]");n&&(n.className="vjs-menu")}},r.prototype.toggleClass=function(t,e){toggleClass(this.el_,t,e)},r.prototype.show=function(){this.removeClass("vjs-hidden")},r.prototype.hide=function(){this.addClass("vjs-hidden")},r.prototype.lockShowing=function(){this.addClass("vjs-lock-showing")},r.prototype.unlockShowing=function(){this.removeClass("vjs-lock-showing")},r.prototype.getAttribute=function(t){return getAttribute(this.el_,t)},r.prototype.setAttribute=function(t,e){setAttribute(this.el_,t,e)},r.prototype.removeAttribute=function(t){removeAttribute(this.el_,t)},r.prototype.width=function(t,e){return this.dimension("width",t,e)},r.prototype.height=function(t,e){return this.dimension("height",t,e)},r.prototype.dimensions=function(t,e){this.width(t,!0),this.height(e)},r.prototype.dimension=function(t,e,n){if(e!==void 0)return e!==null&&e===e||(e=0),(""+e).indexOf("%")!==-1||(""+e).indexOf("px")!==-1?this.el_.style[t]=e:this.el_.style[t]=e==="auto"?"":e+"px",void(n||this.trigger("componentresize"));if(!this.el_)return 0;var s=this.el_.style[t],a=s.indexOf("px");return parseInt(a!==-1?s.slice(0,a):this.el_["offset"+toTitleCase(t)],10)},r.prototype.currentDimension=function(t){var e=0;if(t!=="width"&&t!=="height")throw new Error("currentDimension only accepts width or height value");if(typeof window_1.getComputedStyle=="function"){var n=window_1.getComputedStyle(this.el_);e=n.getPropertyValue(t)||n[t]}if((e=parseFloat(e))===0){var s="offset"+toTitleCase(t);e=this.el_[s]}return e},r.prototype.currentDimensions=function(){return{width:this.currentDimension("width"),height:this.currentDimension("height")}},r.prototype.currentWidth=function(){return this.currentDimension("width")},r.prototype.currentHeight=function(){return this.currentDimension("height")},r.prototype.focus=function(){this.el_.focus()},r.prototype.blur=function(){this.el_.blur()},r.prototype.emitTapEvents=function(){var t=0,e=null,n=void 0;this.on("touchstart",function(a){a.touches.length===1&&(e={pageX:a.touches[0].pageX,pageY:a.touches[0].pageY},t=new Date().getTime(),n=!0)}),this.on("touchmove",function(a){if(a.touches.length>1)n=!1;else if(e){var l=a.touches[0].pageX-e.pageX,u=a.touches[0].pageY-e.pageY,d=Math.sqrt(l*l+u*u);d>10&&(n=!1)}});var s=function(){n=!1};this.on("touchleave",s),this.on("touchcancel",s),this.on("touchend",function(a){e=null,n===!0&&new Date().getTime()-t<200&&(a.preventDefault(),this.trigger("tap"))})},r.prototype.enableTouchActivity=function(){if(this.player()&&this.player().reportUserActivity){var t=bind(this.player(),this.player().reportUserActivity),e=void 0;this.on("touchstart",function(){t(),this.clearInterval(e),e=this.setInterval(t,250)});var n=function(s){t(),this.clearInterval(e)};this.on("touchmove",t),this.on("touchend",n),this.on("touchcancel",n)}},r.prototype.setTimeout=function(t,e){var n=this;t=bind(this,t);var s=window_1.setTimeout(t,e),a=function(){return n.clearTimeout(s)};return a.guid="vjs-timeout-"+s,this.on("dispose",a),s},r.prototype.clearTimeout=function(t){window_1.clearTimeout(t);var e=function(){};return e.guid="vjs-timeout-"+t,this.off("dispose",e),t},r.prototype.setInterval=function(t,e){var n=this;t=bind(this,t);var s=window_1.setInterval(t,e),a=function(){return n.clearInterval(s)};return a.guid="vjs-interval-"+s,this.on("dispose",a),s},r.prototype.clearInterval=function(t){window_1.clearInterval(t);var e=function(){};return e.guid="vjs-interval-"+t,this.off("dispose",e),t},r.prototype.requestAnimationFrame=function(t){var e=this;if(this.supportsRaf_){t=bind(this,t);var n=window_1.requestAnimationFrame(t),s=function(){return e.cancelAnimationFrame(n)};return s.guid="vjs-raf-"+n,this.on("dispose",s),n}return this.setTimeout(t,1e3/60)},r.prototype.cancelAnimationFrame=function(t){if(this.supportsRaf_){window_1.cancelAnimationFrame(t);var e=function(){};return e.guid="vjs-raf-"+t,this.off("dispose",e),t}return this.clearTimeout(t)},r.registerComponent=function(t,e){if(typeof t!="string"||!t)throw new Error('Illegal component name, "'+t+'"; must be a non-empty string.');var n=r.getComponent("Tech"),s=n&&n.isTech(e),a=r===e||r.prototype.isPrototypeOf(e.prototype);if(s||!a){var l=void 0;throw l=s?"techs must be registered using Tech.registerTech()":"must be a Component subclass",new Error('Illegal component, "'+t+'"; '+l+".")}t=toTitleCase(t),r.components_||(r.components_={});var u=r.getComponent("Player");if(t==="Player"&&u&&u.players){var d=u.players,h=Object.keys(d);if(d&&h.length>0&&h.map(function(p){return d[p]}).every(Boolean))throw new Error("Can not register Player component after player has been created.")}return r.components_[t]=e,e},r.getComponent=function(t){if(t)return t=toTitleCase(t),r.components_&&r.components_[t]?r.components_[t]:void 0},r}();Component.prototype.supportsRaf_=typeof window_1.requestAnimationFrame=="function"&&typeof window_1.cancelAnimationFrame=="function",Component.registerComponent("Component",Component);for(var EXT_MIME={m3u8:"application/x-mpegURL",flv:"video/flv",mp4:"video/mp4",webm:"video/webm",rtmp:"rtmp/flv",mpd:"application/dash+xml",mp3:"audio/mpeg",m4a:"audio/mp4"},SERVER_PATH="//playvideo.qcloud.com",SERVER_PATH_V3="//playvideo.qcloud.com",SERVER_PATH_V4="//playvideo.qcloud.com",SERVER_PATH_BACKUP="//bkplayvideo.qcloud.com",LICENSE_PATH="https://drm.vod2.myqcloud.com/getlicense/v1",HLS_PATH="https://web.sdk.qcloud.com/player/tcplayer/release/v"+version+"/libs/hls.min.1.1.7.js",FLV_PATH="https://web.sdk.qcloud.com/player/tcplayer/release/v"+version+"/libs/flv.min.1.6.4.js",WEBRTC_PATH="https://web.sdk.qcloud.com/player/tcplayer/release/v"+version+"/libs/TXLivePlayer-1.3.4.min.js",DASH_PATH="https://web.sdk.qcloud.com/player/tcplayer/release/v"+version+"/libs/dash.all.min.v3.1.3.js",XP2P_HLS_PATH="https://web.sdk.qcloud.com/player/tcplayer/release/v"+version+"/libs/hlsp2p.min.1.6.28.js",XP2P_FLV_PATH="https://web.sdk.qcloud.com/player/tcplayer/release/v"+version+"/libs/qvbp2p_common.min.1.8.29.js",parseUrl=function(r){var t=["protocol","hostname","port","pathname","search","hash","host"],e=document_1.createElement("a");e.href=r;var n=e.host===""&&e.protocol!=="file:",s=void 0;n&&(s=document_1.createElement("div"),s.innerHTML='<a href="'+r+'"></a>',e=s.firstChild,s.setAttribute("style","display:none; position:absolute;"),document_1.body.appendChild(s));for(var a={},l=0;l<t.length;l++)a[t[l]]=e[t[l]];return a.protocol==="http:"&&(a.host=a.host.replace(/:80$/,"")),a.protocol==="https:"&&(a.host=a.host.replace(/:443$/,"")),a.protocol||(a.protocol=window_1.location.protocol),n&&document_1.body.removeChild(s),a},getAbsoluteURL=function(r){if(!r.match(/^https?:\/\//)){var t=document_1.createElement("div");t.innerHTML='<a href="'+r+'">x</a>',r=t.firstChild.href}return r},getFileExtension=function(r){if(typeof r=="string"){var t=/^(\/?)([\s\S]*?)((?:\.{1,2}|[^\/]+?)(\.([^\.\/\?]+)))(?:[\/]*|[\?].*)$/i,e=t.exec(r);if(e)return e.pop().toLowerCase()}return""},isCrossOrigin=function(r){var t=window_1.location,e=parseUrl(r);return(e.protocol===":"?t.protocol:e.protocol)+e.host!==t.protocol+t.host},Url=(Object.freeze||Object)({parseUrl,getAbsoluteURL,getFileExtension,isCrossOrigin}),FullscreenApi={},apiMap=[["requestFullscreen","exitFullscreen","fullscreenElement","fullscreenEnabled","fullscreenchange","fullscreenerror"],["webkitRequestFullscreen","webkitExitFullscreen","webkitFullscreenElement","webkitFullscreenEnabled","webkitfullscreenchange","webkitfullscreenerror"],["webkitRequestFullScreen","webkitCancelFullScreen","webkitCurrentFullScreenElement","webkitCancelFullScreen","webkitfullscreenchange","webkitfullscreenerror"],["mozRequestFullScreen","mozCancelFullScreen","mozFullScreenElement","mozFullScreenEnabled","mozfullscreenchange","mozfullscreenerror"],["msRequestFullscreen","msExitFullscreen","msFullscreenElement","msFullscreenEnabled","MSFullscreenChange","MSFullscreenError"]],specApi=apiMap[0],browserApi=void 0,prefixedAPI=!1,i$1=0;i$1<apiMap.length;i$1++)if(apiMap[i$1][1]in document_1){browserApi=apiMap[i$1];break}if(browserApi){for(var _i=0;_i<browserApi.length;_i++)FullscreenApi[specApi[_i]]=browserApi[_i];prefixedAPI=browserApi[0]===specApi[0]}MediaError.prototype.code=0,MediaError.prototype.message="",MediaError.prototype.status=null,MediaError.errorTypes=["MEDIA_ERR_CUSTOM","MEDIA_ERR_ABORTED","MEDIA_ERR_NETWORK","MEDIA_ERR_DECODE","MEDIA_ERR_SRC_NOT_SUPPORTED","MEDIA_ERR_ENCRYPTED"],MediaError.defaultMessages={1:"You aborted the media playback",2:"A network error caused the media download to fail part-way.",3:"The media playback was aborted due to a corruption problem or because the media used features your browser did not support.",4:"The media could not be loaded, either because the server or network failed or because the format is not supported.",5:"The media is encrypted and we do not have the keys to decrypt it."};for(var errNum=0;errNum<MediaError.errorTypes.length;errNum++)MediaError[MediaError.errorTypes[errNum]]=errNum,MediaError.prototype[MediaError.errorTypes[errNum]]=errNum;var tuple=SafeParseTuple,trackToJson_=function(r){return["kind","label","language","id","inBandMetadataTrackDispatchType","mode","src"].reduce(function(t,e,n){return r[e]&&(t[e]=r[e]),t},{cues:r.cues&&Array.prototype.map.call(r.cues,function(t){return{startTime:t.startTime,endTime:t.endTime,text:t.text,id:t.id}})})},textTracksToJson=function(r){var t=r.$$("track"),e=Array.prototype.map.call(t,function(n){return n.track});return Array.prototype.map.call(t,function(n){var s=trackToJson_(n.track);return n.src&&(s.src=n.src),s}).concat(Array.prototype.filter.call(r.textTracks(),function(n){return e.indexOf(n)===-1}).map(trackToJson_))},jsonToTextTracks=function(r,t){return r.forEach(function(e){var n=t.addRemoteTextTrack(e).track;!e.src&&e.cues&&e.cues.forEach(function(s){return n.addCue(s)})}),t.textTracks()},textTrackConverter={textTracksToJson,jsonToTextTracks,trackToJson_},MODAL_CLASS_NAME="vjs-modal-dialog",ESC=27,ModalDialog=function(r){function t(e,n){classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e,n));return s.opened_=s.hasBeenOpened_=s.hasBeenFilled_=!1,s.closeable(!s.options_.uncloseable),s.content(s.options_.content),s.contentEl_=createEl("div",{className:MODAL_CLASS_NAME+"-content"},{role:"document"}),s.descEl_=createEl("p",{className:MODAL_CLASS_NAME+"-description vjs-control-text",id:s.el().getAttribute("aria-describedby")}),textContent(s.descEl_,s.description()),s.el_.appendChild(s.descEl_),s.el_.appendChild(s.contentEl_),s}return inherits(t,r),t.prototype.createEl=function(){return r.prototype.createEl.call(this,"div",{className:this.buildCSSClass(),tabIndex:-1},{"aria-describedby":this.id()+"_description","aria-hidden":"true","aria-label":this.label(),role:"dialog"})},t.prototype.dispose=function(){this.contentEl_=null,this.descEl_=null,this.previouslyActiveEl_=null,r.prototype.dispose.call(this)},t.prototype.buildCSSClass=function(){return MODAL_CLASS_NAME+" vjs-hidden "+r.prototype.buildCSSClass.call(this)},t.prototype.handleKeyPress=function(e){e.which===ESC&&this.closeable()&&this.close()},t.prototype.label=function(){return this.localize(this.options_.label||"Modal Window")},t.prototype.description=function(){var e=this.options_.description||this.localize("This is a modal window.");return this.closeable()&&(e+=" "+this.localize("This modal can be closed by pressing the Escape key or activating the close button.")),e},t.prototype.open=function(){if(!this.opened_){var e=this.player();this.trigger("beforemodalopen"),this.opened_=!0,(this.options_.fillAlways||!this.hasBeenOpened_&&!this.hasBeenFilled_)&&this.fill(),this.wasPlaying_=!e.paused(),this.options_.pauseOnOpen&&this.wasPlaying_&&e.pause(),this.closeable()&&this.on(this.el_.ownerDocument,"keydown",bind(this,this.handleKeyPress)),this.hadControls_=e.controls(),e.controls(!1),this.show(),this.conditionalFocus_(),this.el().setAttribute("aria-hidden","false"),this.trigger("modalopen"),this.hasBeenOpened_=!0}},t.prototype.opened=function(e){return typeof e=="boolean"&&this[e?"open":"close"](),this.opened_},t.prototype.close=function(){if(this.opened_){var e=this.player();this.trigger("beforemodalclose"),this.opened_=!1,this.wasPlaying_&&this.options_.pauseOnOpen&&e.play(),this.closeable()&&this.off(this.el_.ownerDocument,"keydown",bind(this,this.handleKeyPress)),this.hadControls_&&e.controls(!0),this.hide(),this.el().setAttribute("aria-hidden","true"),this.trigger("modalclose"),this.conditionalBlur_(),this.options_.temporary&&this.dispose()}},t.prototype.closeable=function(e){if(typeof e=="boolean"){var n=this.closeable_=!!e,s=this.getChild("closeButton");if(n&&!s){var a=this.contentEl_;this.contentEl_=this.el_,s=this.addChild("closeButton",{controlText:"Close Modal Dialog"}),this.contentEl_=a,this.on(s,"close",this.close)}!n&&s&&(this.off(s,"close",this.close),this.removeChild(s),s.dispose())}return this.closeable_},t.prototype.fill=function(){this.fillWith(this.content())},t.prototype.fillWith=function(e){var n=this.contentEl(),s=n.parentNode,a=n.nextSibling;this.trigger("beforemodalfill"),this.hasBeenFilled_=!0,s.removeChild(n),this.empty(),insertContent(n,e),this.trigger("modalfill"),a?s.insertBefore(n,a):s.appendChild(n);var l=this.getChild("closeButton");l&&s.appendChild(l.el_)},t.prototype.empty=function(){this.trigger("beforemodalempty"),emptyEl(this.contentEl()),this.trigger("modalempty")},t.prototype.content=function(e){return e!==void 0&&(this.content_=e),this.content_},t.prototype.conditionalFocus_=function(){var e=document_1.activeElement,n=this.player_.el_;this.previouslyActiveEl_=null,(n.contains(e)||n===e)&&(this.previouslyActiveEl_=e,this.focus(),this.on(document_1,"keydown",this.handleKeyDown))},t.prototype.conditionalBlur_=function(){this.previouslyActiveEl_&&(this.previouslyActiveEl_.focus(),this.previouslyActiveEl_=null),this.off(document_1,"keydown",this.handleKeyDown)},t.prototype.handleKeyDown=function(e){if(e.which===9){for(var n=this.focusableEls_(),s=this.el_.querySelector(":focus"),a=void 0,l=0;l<n.length;l++)if(s===n[l]){a=l;break}document_1.activeElement===this.el_&&(a=0),e.shiftKey&&a===0?(n[n.length-1].focus(),e.preventDefault()):e.shiftKey||a!==n.length-1||(n[0].focus(),e.preventDefault())}},t.prototype.focusableEls_=function(){var e=this.el_.querySelectorAll("*");return Array.prototype.filter.call(e,function(n){return(n instanceof window_1.HTMLAnchorElement||n instanceof window_1.HTMLAreaElement)&&n.hasAttribute("href")||(n instanceof window_1.HTMLInputElement||n instanceof window_1.HTMLSelectElement||n instanceof window_1.HTMLTextAreaElement||n instanceof window_1.HTMLButtonElement)&&!n.hasAttribute("disabled")||n instanceof window_1.HTMLIFrameElement||n instanceof window_1.HTMLObjectElement||n instanceof window_1.HTMLEmbedElement||n.hasAttribute("tabindex")&&n.getAttribute("tabindex")!==-1||n.hasAttribute("contenteditable")})},t}(Component);ModalDialog.prototype.options_={pauseOnOpen:!0,temporary:!0},Component.registerComponent("ModalDialog",ModalDialog);var TrackList=function(r){function t(){var e,n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],s=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;classCallCheck(this,t);var a=possibleConstructorReturn(this,r.call(this));if(!s&&(s=a,IS_IE8)){s=document_1.createElement("custom");for(var l in t.prototype)l!=="constructor"&&(s[l]=t.prototype[l])}s.tracks_=[],Object.defineProperty(s,"length",{get:function(){return this.tracks_.length}});for(var u=0;u<n.length;u++)s.addTrack(n[u]);return e=s,possibleConstructorReturn(a,e)}return inherits(t,r),t.prototype.addTrack=function(e){var n=this.tracks_.length;""+n in this||Object.defineProperty(this,n,{get:function(){return this.tracks_[n]}}),this.tracks_.indexOf(e)===-1&&(this.tracks_.push(e),this.trigger({track:e,type:"addtrack"}))},t.prototype.removeTrack=function(e){for(var n=void 0,s=0,a=this.length;s<a;s++)if(this[s]===e){n=this[s],n.off&&n.off(),this.tracks_.splice(s,1);break}n&&this.trigger({track:n,type:"removetrack"})},t.prototype.getTrackById=function(e){for(var n=null,s=0,a=this.length;s<a;s++){var l=this[s];if(l.id===e){n=l;break}}return n},t}(EventTarget);TrackList.prototype.allowedEvents_={change:"change",addtrack:"addtrack",removetrack:"removetrack"};for(var event$1 in TrackList.prototype.allowedEvents_)TrackList.prototype["on"+event$1]=null;var disableOthers=function(r,t){for(var e=0;e<r.length;e++)Object.keys(r[e]).length&&t.id!==r[e].id&&(r[e].enabled=!1)},AudioTrackList=function(r){function t(){var e,n,s=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[];classCallCheck(this,t);for(var a=void 0,l=s.length-1;l>=0;l--)if(s[l].enabled){disableOthers(s,s[l]);break}if(IS_IE8){a=document_1.createElement("custom");for(var u in TrackList.prototype)u!=="constructor"&&(a[u]=TrackList.prototype[u]);for(var d in t.prototype)d!=="constructor"&&(a[d]=t.prototype[d])}return a=e=possibleConstructorReturn(this,r.call(this,s,a)),a.changing_=!1,n=a,possibleConstructorReturn(e,n)}return inherits(t,r),t.prototype.addTrack=function(e){var n=this;e.enabled&&disableOthers(this,e),r.prototype.addTrack.call(this,e),e.addEventListener&&e.addEventListener("enabledchange",function(){n.changing_||(n.changing_=!0,disableOthers(n,e),n.changing_=!1,n.trigger("change"))})},t}(TrackList),disableOthers$1=function(r,t){for(var e=0;e<r.length;e++)Object.keys(r[e]).length&&t.id!==r[e].id&&(r[e].selected=!1)},VideoTrackList=function(r){function t(){var e,n,s=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[];classCallCheck(this,t);for(var a=void 0,l=s.length-1;l>=0;l--)if(s[l].selected){disableOthers$1(s,s[l]);break}if(IS_IE8){a=document_1.createElement("custom");for(var u in TrackList.prototype)u!=="constructor"&&(a[u]=TrackList.prototype[u]);for(var d in t.prototype)d!=="constructor"&&(a[d]=t.prototype[d])}return a=e=possibleConstructorReturn(this,r.call(this,s,a)),a.changing_=!1,Object.defineProperty(a,"selectedIndex",{get:function(){for(var h=0;h<this.length;h++)if(this[h].selected)return h;return-1},set:function(){}}),n=a,possibleConstructorReturn(e,n)}return inherits(t,r),t.prototype.addTrack=function(e){var n=this;e.selected&&disableOthers$1(this,e),r.prototype.addTrack.call(this,e),e.addEventListener&&e.addEventListener("selectedchange",function(){n.changing_||(n.changing_=!0,disableOthers$1(n,e),n.changing_=!1,n.trigger("change"))})},t}(TrackList),TextTrackList=function(r){function t(){var e,n,s=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[];classCallCheck(this,t);var a=void 0;if(IS_IE8){a=document_1.createElement("custom");for(var l in TrackList.prototype)l!=="constructor"&&(a[l]=TrackList.prototype[l]);for(var u in t.prototype)u!=="constructor"&&(a[u]=t.prototype[u])}return a=e=possibleConstructorReturn(this,r.call(this,s,a)),n=a,possibleConstructorReturn(e,n)}return inherits(t,r),t.prototype.addTrack=function(e){return!(e.mode==="disabled"&&!e.label)&&!(e.kind==="captions"&&!e.label)&&!(IS_IOS&&e.kind==="subtitles"&&!window.textTrackCleared_)&&(r.prototype.addTrack.call(this,e),e.addEventListener("modechange",bind(this,function(){this.trigger("change")})),void(["metadata","chapters"].indexOf(e.kind)===-1&&e.addEventListener("modechange",bind(this,function(){this.trigger("selectedlanguagechange")}))))},t}(TrackList),HtmlTrackElementList=function(){function r(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[];classCallCheck(this,r);var e=this;if(IS_IE8){e=document_1.createElement("custom");for(var n in r.prototype)n!=="constructor"&&(e[n]=r.prototype[n])}e.trackElements_=[],Object.defineProperty(e,"length",{get:function(){return this.trackElements_.length}});for(var s=0,a=t.length;s<a;s++)e.addTrackElement_(t[s]);if(IS_IE8)return e}return r.prototype.addTrackElement_=function(t){var e=this.trackElements_.length;""+e in this||Object.defineProperty(this,e,{get:function(){return this.trackElements_[e]}}),this.trackElements_.indexOf(t)===-1&&this.trackElements_.push(t)},r.prototype.getTrackElementByTrack_=function(t){for(var e=void 0,n=0,s=this.trackElements_.length;n<s;n++)if(t===this.trackElements_[n].track){e=this.trackElements_[n];break}return e},r.prototype.removeTrackElement_=function(t){for(var e=0,n=this.trackElements_.length;e<n;e++)if(t===this.trackElements_[e]){this.trackElements_.splice(e,1);break}},r}(),TextTrackCueList=function(){function r(t){classCallCheck(this,r);var e=this;if(IS_IE8){e=document_1.createElement("custom");for(var n in r.prototype)n!=="constructor"&&(e[n]=r.prototype[n])}if(r.prototype.setCues_.call(e,t),Object.defineProperty(e,"length",{get:function(){return this.length_}}),IS_IE8)return e}return r.prototype.setCues_=function(t){var e=this.length||0,n=0,s=t.length;this.cues_=t,this.length_=t.length;var a=function(l){""+l in this||Object.defineProperty(this,""+l,{get:function(){return this.cues_[l]}})};if(e<s)for(n=e;n<s;n++)a.call(this,n)},r.prototype.getCueById=function(t){for(var e=null,n=0,s=this.length;n<s;n++){var a=this[n];if(a.id===t){e=a;break}}return e},r}(),VideoTrackKind={alternative:"alternative",captions:"captions",main:"main",sign:"sign",subtitles:"subtitles",commentary:"commentary"},AudioTrackKind={alternative:"alternative",descriptions:"descriptions",main:"main","main-desc":"main-desc",translation:"translation",commentary:"commentary"},TextTrackKind={subtitles:"subtitles",captions:"captions",descriptions:"descriptions",chapters:"chapters",metadata:"metadata"},TextTrackMode={disabled:"disabled",hidden:"hidden",showing:"showing"},Track=function(r){function t(){var e,n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this)),a=s;if(IS_IE8){a=document_1.createElement("custom");for(var l in t.prototype)l!=="constructor"&&(a[l]=t.prototype[l])}var u={id:n.id||(n.id===0?0:"vjs_track_"+newGUID()),kind:n.kind||"",label:n.label||"",language:n.language||""};for(var d in u)(function(h){Object.defineProperty(a,h,{get:function(){return u[h]},set:function(){}})})(d);return e=a,possibleConstructorReturn(s,e)}return inherits(t,r),t}(EventTarget),isFunction_1$2=isFunction$3,toString$3=Object.prototype.toString,trim=function(r){return r.replace(/^\s+|\s+$/g,"")},isArray$2=function(r){return Object.prototype.toString.call(r)==="[object Array]"},parseHeaders=function(r){if(!r)return{};for(var t={},e=trim(r).split("\n"),n=0;n<e.length;n++){var s=e[n],a=s.indexOf(":"),l=trim(s.slice(0,a)).toLowerCase(),u=trim(s.slice(a+1));typeof t[l]>"u"?t[l]=u:isArray$2(t[l])?t[l].push(u):t[l]=[t[l],u]}return t},immutable=extend$1,hasOwnProperty$4=Object.prototype.hasOwnProperty,xhr=createXHR;createXHR.XMLHttpRequest=window_1.XMLHttpRequest||noop,createXHR.XDomainRequest="withCredentials"in new createXHR.XMLHttpRequest?createXHR.XMLHttpRequest:window_1.XDomainRequest,forEachArray(["get","put","post","patch","head","delete"],function(r){createXHR[r==="delete"?"del":r]=function(t,e,n){return e=initParams(t,e,n),e.method=r.toUpperCase(),_createXHR(e)}});var parseCues=function(r,t){var e=new window_1.WebVTT.Parser(window_1,window_1.vttjs,window_1.WebVTT.StringDecoder()),n=[];e.oncue=function(s){t.addCue(s)},e.onparsingerror=function(s){n.push(s)},e.onflush=function(){t.trigger({type:"loadeddata",target:t})},e.parse(r),n.length>0&&(window_1.console&&window_1.console.groupCollapsed&&window_1.console.groupCollapsed("Text Track parsing errors for "+t.src),n.forEach(function(s){return log$2.error(s)}),window_1.console&&window_1.console.groupEnd&&window_1.console.groupEnd()),e.flush()},loadTrack=function(r,t){var e={uri:r},n=isCrossOrigin(r);n&&(e.cors=n),xhr(e,bind(this,function(s,a,l){if(s)return log$2.error(s,a);if(t.loaded_=!0,typeof window_1.WebVTT!="function"){if(t.tech_){var u=function(){return parseCues(l,t)};t.tech_.on("vttjsloaded",u),t.tech_.on("vttjserror",function(){log$2.error("vttjs failed to load, stopping trying to process "+t.src),t.tech_.off("vttjsloaded",u)})}}else parseCues(l,t)}))},TextTrack=function(r){function t(){var e,n,s=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};if(classCallCheck(this,t),!s.tech)throw new Error("A tech was not provided.");var a=mergeOptions(s,{kind:TextTrackKind[s.kind]||s.kind||"subtitles",language:s.language||s.srclang||""}),l=TextTrackMode[a.mode]||"disabled",u=a.default;a.kind!=="metadata"&&a.kind!=="chapters"||(l="hidden");var d=e=possibleConstructorReturn(this,r.call(this,a));if(d.tech_=a.tech,IS_IE8)for(var h in t.prototype)h!=="constructor"&&(d[h]=t.prototype[h]);d.cues_=[],d.activeCues_=[];var p=new TextTrackCueList(d.cues_),g=new TextTrackCueList(d.activeCues_),m=!1,y=bind(d,function(){this.activeCues,m&&(this.trigger("cuechange"),m=!1)});return l!=="disabled"&&d.tech_.ready(function(){d.tech_.on("timeupdate",y)},!0),Object.defineProperty(d,"default",{get:function(){return u},set:function(){}}),Object.defineProperty(d,"mode",{get:function(){return l},set:function(_){var E=this;TextTrackMode[_]&&(l=_,l==="showing"&&this.tech_.ready(function(){E.tech_.on("timeupdate",y)},!0),this.trigger("modechange"))}}),Object.defineProperty(d,"cues",{get:function(){return this.loaded_?p:null},set:function(){}}),Object.defineProperty(d,"activeCues",{get:function(){if(!this.loaded_)return null;if(this.cues.length===0)return g;for(var _=this.tech_.currentTime(),E=[],w=0,A=this.cues.length;w<A;w++){var O=this.cues[w];(O.startTime<=_&&O.endTime>=_||O.startTime===O.endTime&&O.startTime<=_&&O.startTime+.5>=_)&&E.push(O)}if(m=!1,E.length!==this.activeCues_.length)m=!0;else for(var j=0;j<E.length;j++)this.activeCues_.indexOf(E[j])===-1&&(m=!0);return this.activeCues_=E,g.setCues_(this.activeCues_),g},set:function(){}}),a.src?(d.src=a.src,loadTrack(a.src,d)):d.loaded_=!0,n=d,possibleConstructorReturn(e,n)}return inherits(t,r),t.prototype.addCue=function(e){var n=e;if(window_1.vttjs&&!(e instanceof window_1.vttjs.VTTCue)){n=new window_1.vttjs.VTTCue(e.startTime,e.endTime,e.text);for(var s in e)s in n||(n[s]=e[s]);n.id=e.id,n.originalCue_=e}for(var a=this.tech_.textTracks(),l=0;l<a.length;l++)a[l]!==this&&a[l].removeCue(n);this.cues_.push(n),this.cues.setCues_(this.cues_)},t.prototype.removeCue=function(e){for(var n=this.cues_.length;n--;){var s=this.cues_[n];if(s===e||s.originalCue_&&s.originalCue_===e){this.cues_.splice(n,1),this.cues.setCues_(this.cues_);break}}},t}(Track);TextTrack.prototype.allowedEvents_={cuechange:"cuechange"};var AudioTrack=function(r){function t(){var e,n,s=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};classCallCheck(this,t);var a=mergeOptions(s,{kind:AudioTrackKind[s.kind]||""}),l=e=possibleConstructorReturn(this,r.call(this,a)),u=!1;if(IS_IE8)for(var d in t.prototype)d!=="constructor"&&(l[d]=t.prototype[d]);return Object.defineProperty(l,"enabled",{get:function(){return u},set:function(h){typeof h=="boolean"&&h!==u&&(u=h,this.trigger("enabledchange"))}}),a.enabled&&(l.enabled=a.enabled),l.loaded_=!0,n=l,possibleConstructorReturn(e,n)}return inherits(t,r),t}(Track),VideoTrack=function(r){function t(){var e,n,s=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};classCallCheck(this,t);var a=mergeOptions(s,{kind:VideoTrackKind[s.kind]||""}),l=e=possibleConstructorReturn(this,r.call(this,a)),u=!1;if(IS_IE8)for(var d in t.prototype)d!=="constructor"&&(l[d]=t.prototype[d]);return Object.defineProperty(l,"selected",{get:function(){return u},set:function(h){typeof h=="boolean"&&h!==u&&(u=h,this.trigger("selectedchange"))}}),a.selected&&(l.selected=a.selected),n=l,possibleConstructorReturn(e,n)}return inherits(t,r),t}(Track),NONE=0,LOADING=1,LOADED=2,ERROR=3,HTMLTrackElement=function(r){function t(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};classCallCheck(this,t);var n=possibleConstructorReturn(this,r.call(this)),s=void 0,a=n;if(IS_IE8){a=document_1.createElement("custom");for(var l in t.prototype)l!=="constructor"&&(a[l]=t.prototype[l])}var u=new TextTrack(e);if(a.kind=u.kind,a.src=u.src,a.srclang=u.language,a.label=u.label,a.default=u.default,Object.defineProperty(a,"readyState",{get:function(){return s}}),Object.defineProperty(a,"track",{get:function(){return u}}),s=NONE,u.addEventListener("loadeddata",function(){s=LOADED,a.trigger({type:"load",target:a})}),IS_IE8){var d;return d=a,possibleConstructorReturn(n,d)}return n}return inherits(t,r),t}(EventTarget);HTMLTrackElement.prototype.allowedEvents_={load:"load"},HTMLTrackElement.NONE=NONE,HTMLTrackElement.LOADING=LOADING,HTMLTrackElement.LOADED=LOADED,HTMLTrackElement.ERROR=ERROR;var NORMAL={audio:{ListClass:AudioTrackList,TrackClass:AudioTrack,capitalName:"Audio"},video:{ListClass:VideoTrackList,TrackClass:VideoTrack,capitalName:"Video"},text:{ListClass:TextTrackList,TrackClass:TextTrack,capitalName:"Text"}};Object.keys(NORMAL).forEach(function(r){NORMAL[r].getterName=r+"Tracks",NORMAL[r].privateName=r+"Tracks_"});var REMOTE={remoteText:{ListClass:TextTrackList,TrackClass:TextTrack,capitalName:"RemoteText",getterName:"remoteTextTracks",privateName:"remoteTextTracks_"},remoteTextEl:{ListClass:HtmlTrackElementList,TrackClass:HTMLTrackElement,capitalName:"RemoteTextTrackEls",getterName:"remoteTextTrackEls",privateName:"remoteTextTrackEls_"}},ALL=mergeOptions(NORMAL,REMOTE);REMOTE.names=Object.keys(REMOTE),NORMAL.names=Object.keys(NORMAL),ALL.names=[].concat(REMOTE.names).concat(NORMAL.names);var _objCreate=Object.create||function(){function r(){}return function(t){if(arguments.length!==1)throw new Error("Object.create shim only accepts one parameter.");return r.prototype=t,new r}}();ParsingError.prototype=_objCreate(Error.prototype),ParsingError.prototype.constructor=ParsingError,ParsingError.Errors={BadSignature:{code:0,message:"Malformed WebVTT signature."},BadTimeStamp:{code:1,message:"Malformed time stamp."}},Settings.prototype={set:function(r,t){this.get(r)||t===""||(this.values[r]=t)},get:function(r,t,e){return e?this.has(r)?this.values[r]:t[e]:this.has(r)?this.values[r]:t},has:function(r){return r in this.values},alt:function(r,t,e){for(var n=0;n<e.length;++n)if(t===e[n]){this.set(r,t);break}},integer:function(r,t){/^-?\d+$/.test(t)&&this.set(r,parseInt(t,10))},percent:function(r,t){return!!(t.match(/^([\d]{1,3})(\.[\d]*)?%$/)&&(t=parseFloat(t))>=0&&t<=100)&&(this.set(r,t),!0)}};var ESCAPE={"&amp;":"&","&lt;":"<","&gt;":">","&lrm;":"‎","&rlm;":"‏","&nbsp;":" "},TAG_NAME={c:"span",i:"i",b:"b",u:"u",ruby:"ruby",rt:"rt",v:"span",lang:"span"},TAG_ANNOTATION={v:"title",lang:"lang"},NEEDS_PARENT={rt:"ruby"},strongRTLRanges=[[1470,1470],[1472,1472],[1475,1475],[1478,1478],[1488,1514],[1520,1524],[1544,1544],[1547,1547],[1549,1549],[1563,1563],[1566,1610],[1645,1647],[1649,1749],[1765,1766],[1774,1775],[1786,1805],[1807,1808],[1810,1839],[1869,1957],[1969,1969],[1984,2026],[2036,2037],[2042,2042],[2048,2069],[2074,2074],[2084,2084],[2088,2088],[2096,2110],[2112,2136],[2142,2142],[2208,2208],[2210,2220],[8207,8207],[64285,64285],[64287,64296],[64298,64310],[64312,64316],[64318,64318],[64320,64321],[64323,64324],[64326,64449],[64467,64829],[64848,64911],[64914,64967],[65008,65020],[65136,65140],[65142,65276],[67584,67589],[67592,67592],[67594,67637],[67639,67640],[67644,67644],[67647,67669],[67671,67679],[67840,67867],[67872,67897],[67903,67903],[67968,68023],[68030,68031],[68096,68096],[68112,68115],[68117,68119],[68121,68147],[68160,68167],[68176,68184],[68192,68223],[68352,68405],[68416,68437],[68440,68466],[68472,68479],[68608,68680],[126464,126467],[126469,126495],[126497,126498],[126500,126500],[126503,126503],[126505,126514],[126516,126519],[126521,126521],[126523,126523],[126530,126530],[126535,126535],[126537,126537],[126539,126539],[126541,126543],[126545,126546],[126548,126548],[126551,126551],[126553,126553],[126555,126555],[126557,126557],[126559,126559],[126561,126562],[126564,126564],[126567,126570],[126572,126578],[126580,126583],[126585,126588],[126590,126590],[126592,126601],[126603,126619],[126625,126627],[126629,126633],[126635,126651],[1114109,1114109]];StyleBox.prototype.applyStyles=function(r,t){t=t||this.div;for(var e in r)r.hasOwnProperty(e)&&(t.style[e]=r[e])},StyleBox.prototype.formatStyle=function(r,t){return r===0?0:r+t},CueStyleBox.prototype=_objCreate(StyleBox.prototype),CueStyleBox.prototype.constructor=CueStyleBox,BoxPosition.prototype.move=function(r,t){switch(t=t!==void 0?t:this.lineHeight,r){case"+x":this.left+=t,this.right+=t;break;case"-x":this.left-=t,this.right-=t;break;case"+y":this.top+=t,this.bottom+=t;break;case"-y":this.top-=t,this.bottom-=t}},BoxPosition.prototype.overlaps=function(r){return this.left<r.right&&this.right>r.left&&this.top<r.bottom&&this.bottom>r.top},BoxPosition.prototype.overlapsAny=function(r){for(var t=0;t<r.length;t++)if(this.overlaps(r[t]))return!0;return!1},BoxPosition.prototype.within=function(r){return this.top>=r.top&&this.bottom<=r.bottom&&this.left>=r.left&&this.right<=r.right},BoxPosition.prototype.overlapsOppositeAxis=function(r,t){switch(t){case"+x":return this.left<r.left;case"-x":return this.right>r.right;case"+y":return this.top<r.top;case"-y":return this.bottom>r.bottom}},BoxPosition.prototype.intersectPercentage=function(r){return Math.max(0,Math.min(this.right,r.right)-Math.max(this.left,r.left))*Math.max(0,Math.min(this.bottom,r.bottom)-Math.max(this.top,r.top))/(this.height*this.width)},BoxPosition.prototype.toCSSCompatValues=function(r){return{top:this.top-r.top,bottom:r.bottom-this.bottom,left:this.left-r.left,right:r.right-this.right,height:this.height,width:this.width}},BoxPosition.getSimpleBoxPosition=function(r){var t=r.div?r.div.offsetHeight:r.tagName?r.offsetHeight:0,e=r.div?r.div.offsetWidth:r.tagName?r.offsetWidth:0,n=r.div?r.div.offsetTop:r.tagName?r.offsetTop:0;return r=r.div?r.div.getBoundingClientRect():r.tagName?r.getBoundingClientRect():r,{left:r.left,right:r.right,top:r.top||n,height:r.height||t,bottom:r.bottom||n+(r.height||t),width:r.width||e}},WebVTT$1.StringDecoder=function(){return{decode:function(r){if(!r)return"";if(typeof r!="string")throw new Error("Error - expected string data.");return decodeURIComponent(encodeURIComponent(r))}}},WebVTT$1.convertCueToDOMTree=function(r,t){return r&&t?parseContent(r,t):null},WebVTT$1.processCues=function(r,t,e){if(!r||!t||!e)return null;for(;e.firstChild;)e.removeChild(e.firstChild);var n=r.document.createElement("div");if(n.style.position="absolute",n.style.left="0",n.style.right="0",n.style.top="0",n.style.bottom="0",n.style.margin="1.5%",e.appendChild(n),function(h){for(var p=0;p<h.length;p++)if(h[p].hasBeenReset||!h[p].displayState)return!0;return!1}(t)){var s=[],a=BoxPosition.getSimpleBoxPosition(n),l=Math.round(.05*a.height*100)/100,u={font:l+"px sans-serif"};(function(){for(var h,p,g=0;g<t.length;g++)p=t[g],h=new CueStyleBox(r,p,u),n.appendChild(h.div),moveBoxToLinePosition(r,h,a,s),p.displayState=h.div,s.push(BoxPosition.getSimpleBoxPosition(h))})()}else for(var d=0;d<t.length;d++)n.appendChild(t[d].displayState)},WebVTT$1.Parser=function(r,t,e){e||(e=t,t={}),t||(t={}),this.window=r,this.vttjs=t,this.state="INITIAL",this.buffer="",this.decoder=e||new TextDecoder("utf8"),this.regionList=[]},WebVTT$1.Parser.prototype={reportOrThrowError:function(r){if(!(r instanceof ParsingError))throw r;this.onparsingerror&&this.onparsingerror(r)},parse:function(r){function t(){for(var h=s.buffer,p=0;p<h.length&&h[p]!=="\r"&&h[p]!=="\n";)++p;var g=h.substr(0,p);return h[p]==="\r"&&++p,h[p]==="\n"&&++p,s.buffer=h.substr(p),g}function e(h){var p=new Settings;if(parseOptions(h,function(m,y){switch(m){case"id":p.set(m,y);break;case"width":p.percent(m,y);break;case"lines":p.integer(m,y);break;case"regionanchor":case"viewportanchor":var _=y.split(",");if(_.length!==2)break;var E=new Settings;if(E.percent("x",_[0]),E.percent("y",_[1]),!E.has("x")||!E.has("y"))break;p.set(m+"X",E.get("x")),p.set(m+"Y",E.get("y"));break;case"scroll":p.alt(m,y,["up"])}},/=/,/\s/),p.has("id")){var g=new(s.vttjs.VTTRegion||s.window.VTTRegion);g.width=p.get("width",100),g.lines=p.get("lines",3),g.regionAnchorX=p.get("regionanchorX",0),g.regionAnchorY=p.get("regionanchorY",100),g.viewportAnchorX=p.get("viewportanchorX",0),g.viewportAnchorY=p.get("viewportanchorY",100),g.scroll=p.get("scroll",""),s.onregion&&s.onregion(g),s.regionList.push({id:p.get("id"),region:g})}}function n(h){var p=new Settings;parseOptions(h,function(g,m){switch(g){case"MPEGT":p.integer(g+"S",m);break;case"LOCA":p.set(g+"L",parseTimeStamp(m))}},/[^\d]:/,/,/),s.ontimestampmap&&s.ontimestampmap({MPEGTS:p.get("MPEGTS"),LOCAL:p.get("LOCAL")})}var s=this;r&&(s.buffer+=s.decoder.decode(r,{stream:!0}));try{var a;if(s.state==="INITIAL"){if(!/\r\n|\n/.test(s.buffer))return this;a=t();var l=a.match(/^WEBVTT([ \t].*)?$/);if(!l||!l[0])throw new ParsingError(ParsingError.Errors.BadSignature);s.state="HEADER"}for(var u=!1;s.buffer;){if(!/\r\n|\n/.test(s.buffer))return this;switch(u?u=!1:a=t(),s.state){case"HEADER":/:/.test(a)?function(h){h.match(/X-TIMESTAMP-MAP/)?parseOptions(h,function(p,g){switch(p){case"X-TIMESTAMP-MAP":n(g)}},/=/):parseOptions(h,function(p,g){switch(p){case"Region":e(g)}},/:/)}(a):a||(s.state="ID");continue;case"NOTE":a||(s.state="ID");continue;case"ID":if(/^NOTE($|[ \t])/.test(a)){s.state="NOTE";break}if(!a)continue;if(s.cue=new(s.vttjs.VTTCue||s.window.VTTCue)(0,0,""),s.state="CUE",a.indexOf("-->")===-1){s.cue.id=a;continue}case"CUE":try{parseCue(a,s.cue,s.regionList)}catch(h){s.reportOrThrowError(h),s.cue=null,s.state="BADCUE";continue}s.state="CUETEXT";continue;case"CUETEXT":var d=a.indexOf("-->")!==-1;if(!a||d&&(u=!0)){s.oncue&&s.oncue(s.cue),s.cue=null,s.state="ID";continue}s.cue.text&&(s.cue.text+="\n"),s.cue.text+=a;continue;case"BADCUE":a||(s.state="ID");continue}}}catch(h){s.reportOrThrowError(h),s.state==="CUETEXT"&&s.cue&&s.oncue&&s.oncue(s.cue),s.cue=null,s.state=s.state==="INITIAL"?"BADWEBVTT":"BADCUE"}return this},flush:function(){var r=this;try{if(r.buffer+=r.decoder.decode(),(r.cue||r.state==="HEADER")&&(r.buffer+="\n\n",r.parse()),r.state==="INITIAL")throw new ParsingError(ParsingError.Errors.BadSignature)}catch(t){r.reportOrThrowError(t)}return r.onflush&&r.onflush(),this}};var vtt$1=WebVTT$1,autoKeyword="auto",directionSetting={"":!0,lr:!0,rl:!0},alignSetting={start:!0,middle:!0,end:!0,left:!0,right:!0};VTTCue.prototype.getCueAsHTML=function(){return WebVTT.convertCueToDOMTree(window,this.text)};var vttcue=VTTCue,scrollSetting={"":!0,up:!0},vttregion=VTTRegion,browserIndex=createCommonjsModule(function(r){var t=r.exports={WebVTT:vtt$1,VTTCue:vttcue,VTTRegion:vttregion};window_1.vttjs=t,window_1.WebVTT=t.WebVTT;var e=t.VTTCue,n=t.VTTRegion,s=window_1.VTTCue,a=window_1.VTTRegion;t.shim=function(){window_1.VTTCue=e,window_1.VTTRegion=n},t.restore=function(){window_1.VTTCue=s,window_1.VTTRegion=a},window_1.VTTCue||t.shim()}),Tech=function(r){function t(e){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},s=arguments.length>2&&arguments[2]!==void 0?arguments[2]:function(){};classCallCheck(this,t),n.reportTouchActivity=!1;var a=possibleConstructorReturn(this,r.call(this,e,n,s));return a.hasStarted_=!1,a.on("playing",function(){this.hasStarted_=!0}),a.on("loadstart",function(){this.hasStarted_=!1}),ALL.names.forEach(function(l){var u=ALL[l];n&&n[u.getterName]&&(a[u.privateName]=n[u.getterName])}),a.featuresProgressEvents||a.manualProgressOn(),a.featuresTimeupdateEvents||a.manualTimeUpdatesOn(),["Text","Audio","Video"].forEach(function(l){n["native"+l+"Tracks"]===!1&&(a["featuresNative"+l+"Tracks"]=!1)}),n.nativeCaptions===!1||n.nativeTextTracks===!1?a.featuresNativeTextTracks=!1:n.nativeCaptions!==!0&&n.nativeTextTracks!==!0||(a.featuresNativeTextTracks=!0),a.featuresNativeTextTracks=!1,a.featuresNativeTextTracks||a.emulateTextTracks(),a.autoRemoteTextTracks_=new ALL.text.ListClass,a.initTrackListeners(),n.nativeControlsForTouch||a.emitTapEvents(),a.constructor&&(a.name_=a.constructor.name||"Unknown Tech"),a}return inherits(t,r),t.prototype.manualProgressOn=function(){this.on("durationchange",this.onDurationChange),this.manualProgress=!0,this.one("ready",this.trackProgress)},t.prototype.manualProgressOff=function(){this.manualProgress=!1,this.stopTrackingProgress(),this.off("durationchange",this.onDurationChange)},t.prototype.trackProgress=function(e){this.stopTrackingProgress(),this.progressInterval=this.setInterval(bind(this,function(){var n=this.bufferedPercent();this.bufferedPercent_!==n&&this.trigger("progress"),this.bufferedPercent_=n,n===1&&this.stopTrackingProgress()}),500)},t.prototype.onDurationChange=function(e){this.duration_=this.duration()},t.prototype.buffered=function(){return createTimeRanges(0,0)},t.prototype.bufferedPercent=function(){return bufferedPercent(this.buffered(),this.duration_)},t.prototype.stopTrackingProgress=function(){this.clearInterval(this.progressInterval)},t.prototype.manualTimeUpdatesOn=function(){this.manualTimeUpdates=!0,this.on("play",this.trackCurrentTime),this.on("pause",this.stopTrackingCurrentTime)},t.prototype.manualTimeUpdatesOff=function(){this.manualTimeUpdates=!1,this.stopTrackingCurrentTime(),this.off("play",this.trackCurrentTime),this.off("pause",this.stopTrackingCurrentTime)},t.prototype.trackCurrentTime=function(){this.currentTimeInterval&&this.stopTrackingCurrentTime(),this.currentTimeInterval=this.setInterval(function(){this.trigger({type:"timeupdate",target:this,manuallyTriggered:!0})},250)},t.prototype.stopTrackingCurrentTime=function(){this.clearInterval(this.currentTimeInterval),this.trigger({type:"timeupdate",target:this,manuallyTriggered:!0})},t.prototype.dispose=function(){this.clearTracks(NORMAL.names),this.manualProgress&&this.manualProgressOff(),this.manualTimeUpdates&&this.manualTimeUpdatesOff(),r.prototype.dispose.call(this)},t.prototype.clearTracks=function(e){var n=this;e=[].concat(e),e.forEach(function(s){for(var a=n[s+"Tracks"]()||[],l=a.length;l--;){var u=a[l];s==="text"&&n.removeRemoteTextTrack(u),a.removeTrack(u)}})},t.prototype.cleanupAutoTextTracks=function(){for(var e=this.autoRemoteTextTracks_||[],n=e.length;n--;){var s=e[n];this.removeRemoteTextTrack(s)}},t.prototype.reset=function(){},t.prototype.error=function(e){return e!==void 0&&(this.error_=new MediaError(e),this.trigger("error")),this.error_},t.prototype.played=function(){return this.hasStarted_?createTimeRanges(0,0):createTimeRanges()},t.prototype.setCurrentTime=function(){this.manualTimeUpdates&&this.trigger({type:"timeupdate",target:this,manuallyTriggered:!0})},t.prototype.initTrackListeners=function(){var e=this;NORMAL.names.forEach(function(n){var s=NORMAL[n],a=function(){e.trigger(n+"trackchange")},l=e[s.getterName]();l.addEventListener("removetrack",a),l.addEventListener("addtrack",a),e.on("dispose",function(){l.removeEventListener("removetrack",a),l.removeEventListener("addtrack",a)})})},t.prototype.addWebVttScript_=function(){var e=this;if(!window_1.WebVTT)if(document_1.body.contains(this.el())){if(!this.options_["vtt.js"]&&isPlain(browserIndex)&&Object.keys(browserIndex).length>0)return void this.trigger("vttjsloaded");var n=document_1.createElement("script");n.src=this.options_["vtt.js"]||"https://vjs.zencdn.net/vttjs/0.12.4/vtt.min.js",n.onload=function(){e.trigger("vttjsloaded")},n.onerror=function(){e.trigger("vttjserror")},this.on("dispose",function(){n.onload=null,n.onerror=null}),window_1.WebVTT=!0,this.el().parentNode.appendChild(n)}else this.ready(this.addWebVttScript_)},t.prototype.emulateTextTracks=function(){var e=this,n=this.textTracks(),s=this.remoteTextTracks(),a=function(h){return n.addTrack(h.track)},l=function(h){return n.removeTrack(h.track)};s.on("addtrack",a),s.on("removetrack",l),this.addWebVttScript_();var u=function(){return e.trigger("texttrackchange")},d=function(){u();for(var h=0;h<n.length;h++){var p=n[h];p.removeEventListener("cuechange",u),p.mode==="showing"&&p.addEventListener("cuechange",u)}};d(),n.addEventListener("change",d),n.addEventListener("addtrack",d),n.addEventListener("removetrack",d),this.on("dispose",function(){s.off("addtrack",a),s.off("removetrack",l),n.removeEventListener("change",d),n.removeEventListener("addtrack",d),n.removeEventListener("removetrack",d);for(var h=0;h<n.length;h++)n[h].removeEventListener("cuechange",u)})},t.prototype.addTextTrack=function(e,n,s){if(!e)throw new Error("TextTrack kind is required but was not provided");return createTrackHelper(this,e,n,s)},t.prototype.createRemoteTextTrack=function(e){var n=mergeOptions(e,{tech:this});return new REMOTE.remoteTextEl.TrackClass(n)},t.prototype.addRemoteTextTrack=function(){var e=this,n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},s=arguments[1],a=this.createRemoteTextTrack(n);return s!==!0&&s!==!1&&(log$2.warn('Calling addRemoteTextTrack without explicitly setting the "manualCleanup" parameter to `true` is deprecated and default to `false` in future version of video.js'),s=!0),this.remoteTextTrackEls().addTrackElement_(a),this.remoteTextTracks().addTrack(a.track),s!==!0&&this.ready(function(){return e.autoRemoteTextTracks_.addTrack(a.track)}),a},t.prototype.addAudioTrack=function(){var e=this,n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},s=arguments[1],a=mergeOptions(n,{tech:this}),l=new NORMAL.audio.TrackClass(a);return this.audioTracks_.addTrack(l),s!==!0&&this.ready(function(){return e.audioTracks_.addTrack(l)}),l},t.prototype.removeRemoteTextTrack=function(e){var n=this.remoteTextTrackEls().getTrackElementByTrack_(e);this.remoteTextTrackEls().removeTrackElement_(n),this.remoteTextTracks().removeTrack(e),this.autoRemoteTextTracks_.removeTrack(e)},t.prototype.getVideoPlaybackQuality=function(){return{}},t.prototype.setPoster=function(){},t.prototype.playsinline=function(){},t.prototype.setPlaysinline=function(){},t.prototype.canPlayType=function(){return""},t.canPlayType=function(){return""},t.canPlaySource=function(e,n){return t.canPlayType(e.type)},t.isTech=function(e){return e.prototype instanceof t||e instanceof t||e===t},t.registerTech=function(e,n){if(t.techs_||(t.techs_={}),!t.isTech(n))throw new Error("Tech "+e+" must be a Tech");if(!t.canPlayType)throw new Error("Techs must have a static canPlayType method on them");if(!t.canPlaySource)throw new Error("Techs must have a static canPlaySource method on them");return e=toTitleCase(e),t.techs_[e]=n,e!=="Tech"&&t.defaultTechOrder_.push(e),n},t.getTech=function(e){if(e)return e=toTitleCase(e),t.techs_&&t.techs_[e]?t.techs_[e]:window_1&&window_1.videojs&&window_1.videojs[e]?(log$2.warn("The "+e+" tech was added to the videojs object when it should be registered using videojs.registerTech(name, tech)"),window_1.videojs[e]):void 0},t}(Component);ALL.names.forEach(function(r){var t=ALL[r];Tech.prototype[t.getterName]=function(){return this[t.privateName]=this[t.privateName]||new t.ListClass,this[t.privateName]}}),Tech.prototype.featuresVolumeControl=!0,Tech.prototype.featuresMuteControl=!0,Tech.prototype.featuresFullscreenResize=!1,Tech.prototype.featuresPlaybackRate=!1,Tech.prototype.featuresProgressEvents=!1,Tech.prototype.featuresTimeupdateEvents=!1,Tech.prototype.featuresNativeTextTracks=!1,Tech.withSourceHandlers=function(r){r.registerSourceHandler=function(t,e){var n=r.sourceHandlers;n||(n=r.sourceHandlers=[]),e===void 0&&(e=n.length),n.splice(e,0,t)},r.canPlayType=function(t){for(var e=r.sourceHandlers||[],n=void 0,s=0;s<e.length;s++)if(n=e[s].canPlayType(t))return n;return""},r.selectSourceHandler=function(t,e){for(var n=r.sourceHandlers||[],s=0;s<n.length;s++)if(n[s].canHandleSource(t,e))return n[s];return null},r.canPlaySource=function(t,e){var n=r.selectSourceHandler(t,e);return n?n.canHandleSource(t,e):""},["seekable","duration"].forEach(function(t){var e=this[t];typeof e=="function"&&(this[t]=function(){return this.sourceHandler_&&this.sourceHandler_[t]?this.sourceHandler_[t].apply(this.sourceHandler_,arguments):e.apply(this,arguments)})},r.prototype),r.prototype.setSource=function(t){var e=r.selectSourceHandler(t,this.options_);e||(r.nativeSourceHandler?e=r.nativeSourceHandler:log$2.error("No source hander found for the current source.")),this.disposeSourceHandler(),this.off("dispose",this.disposeSourceHandler),e!==r.nativeSourceHandler&&(this.currentSource_=t),this.sourceHandler_=e.handleSource(t,this,this.options_),this.on("dispose",this.disposeSourceHandler)},r.prototype.disposeSourceHandler=function(){this.currentSource_&&(this.clearTracks(["audio","video"]),this.currentSource_=null),this.cleanupAutoTextTracks(),this.sourceHandler_&&(this.sourceHandler_.dispose&&this.sourceHandler_.dispose(),this.sourceHandler_=null)}},Component.registerComponent("Tech",Tech),Tech.registerTech("Tech",Tech),Tech.defaultTechOrder_=[];var middlewares={},allowedGetters={buffered:1,currentTime:1,duration:1,seekable:1,played:1},allowedSetters={setCurrentTime:1},MimetypesKind={opus:"video/ogg",ogv:"video/ogg",mp4:"video/mp4",mov:"video/mp4",m4v:"video/mp4",mkv:"video/x-matroska",m4a:"audio/mp4",mp3:"audio/mpeg",aac:"audio/aac",caf:"audio/x-caf",flac:"audio/flac",oga:"audio/ogg",wav:"audio/wav",m3u8:"application/x-mpegURL",jpg:"image/jpeg",jpeg:"image/jpeg",gif:"image/gif",png:"image/png",svg:"image/svg+xml",webp:"image/webp"},getMimetype=function(){var r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"",t=getFileExtension(r);return MimetypesKind[t.toLowerCase()]||""},filterSource=function r(t){if(Array.isArray(t)){var e=[];t.forEach(function(n){n=r(n),Array.isArray(n)?e=e.concat(n):isObject$1(n)&&e.push(n)}),t=e}else t=typeof t=="string"&&t.trim()?[fixSource({src:t})]:isObject$1(t)&&typeof t.src=="string"&&t.src&&t.src.trim()?[fixSource(t)]:[];return t},fixSource=function(r){if(!r.type){var t=getMimetype(r.src);t&&(r.type=t)}return r},enc=createCommonjsModule(function(module,exports){(function(r,t){module.exports=t()})(self,function(){return function(){function __webpack_require__(r){var t=__webpack_module_cache__[r];if(t!==void 0)return t.exports;var e=__webpack_module_cache__[r]={exports:{}};return __webpack_modules__[r](e,e.exports,__webpack_require__),e.exports}var __webpack_modules__={"./node_modules/@tencent/js-armor-loader/dist/runtime.js":function node_modulesTencentJsArmorLoaderDistRuntimeJs(module){function T(r,t,e,n,s,a,l,u){function d(){return(function(w,A,O){return new(Function.bind.apply(w,A))}).apply(null,arguments)}var h,p=!n,g=(r=+r,t=t||[0],n=n||[[this],[{}]],s=s||{},[]),m=null;Function.prototype.bind||(h=[].slice,Function.prototype.bind=function(w){if(typeof this!="function")throw new TypeError("bind101");var A=h.call(arguments,1),O=A.length,j=this,P=function(){},I=function(){return A.length=O,A.push.apply(A,arguments),j.apply(P.prototype.isPrototypeOf(this)?this:w,A)};return this.prototype&&(P.prototype=this.prototype),I.prototype=new P,I});for(var y=[function(){n[n.length-2]=n[n.length-2]%n.pop()},function(){n.push(t[r++])},function(){for(var w=t[r++],A=[],O=t[r++],j=t[r++],P=[],I=0;I<O;I++)A[t[r++]]=n[t[r++]];for(I=0;I<j;I++)P[I]=t[r++];n.push(function f(){var b=A.slice(0);b[0]=[this],b[1]=[arguments],b[2]=[f];for(var S=0;S<P.length&&S<arguments.length;S++)0<P[S]&&(b[P[S]]=[arguments[S]]);return T(w,t,e,b,s)})},function(){n[n.length-1]=e[n[n.length-1]]},function(){n.push(~n.pop())},function(){n.push([e,n.pop()])},function(){n[n.length-1]+=String.fromCharCode(t[r++])},function(){n[n.length-2]=n[n.length-2]*n.pop()},function(){n.push(null)},function(){m=null},function(){var w=n.pop();n.push([n[n.pop()][0],w])},function(){var w=n.pop();s[w]||(e[w]=e[w](),s[w]=1),n.push(e[w])},function(){n[n.length-2]=n[n.length-2]>=n.pop()},function(){throw n[n.length-1]},function(){n.push(n[n.length-1])},function(){n[n.length-2]=n[n.length-2]==n.pop()},function(){return!0},function(){var w,A=[];for(w in n.pop())A.push(w);n.push(A)},function(){n.push(_typeof(n.pop()))},function(){n.pop()},function(){n[n[n.length-2][0]][0]=n[n.length-1]},function(){var w=n.pop();s[w]||(e[w]=e[w](),s[w]=1),n.push([e,w])},function(){var A=t[r++],w=A?n.slice(-A):[],A=(n.length-=A,w.unshift(null),n.pop());n.push(d(A[0][A[1]],w))},function(){n[n.length-1].length?n.push(n[n.length-1].shift(),!0):n.push(void 0,!1)},function(){var w=t[r++],A=n[n.length-2-w];n[n.length-2-w]=n.pop(),n.push(A)},function(){var w=n[n.length-2];w[0][w[1]]=n[n.length-1]},function(){n[n[n.length-1][0]]=n[n[n.length-1][0]]===void 0?[]:n[n[n.length-1][0]]},function(){n[n.length-2]=n[n.length-2]|n.pop()},function(){n[n.length-2]=n[n.length-2]in n.pop()},function(){n.push(n[t[r++]][0])},function(){n.length-=t[r++]},function(){n[n.length-2]=n[n.length-2]>>>n.pop()},function(){n.push([n.pop(),n.pop()].reverse())},function(){n.push(!0)},function(){var w=t[r++];n[w]=n[w]===void 0?[]:n[w]},function(){n[n.length-2]=n[n.length-2]===n.pop()},function(){var w=t[r++],A=w?n.slice(-w):[];n.length-=w,A.unshift(null),n.push(d(n.pop(),A))},function(){n.push(n[n.pop()[0]][0])},function(){var A=t[r++],w=A?n.slice(-A):[],A=(n.length-=A,n.pop());n.push(A[0][A[1]].apply(A[0],w))},function(){n[n.length-2]=n[n.length-2]/n.pop()},function(){g.pop()},function(){n.push(void 0)},function(){var w=n.pop();n.push(delete w[0][w[1]])},function(){n[n.length-2]=n[n.length-2]<n.pop()},function(){n[n.length-2]=n[n.length-2]<=n.pop()},function(){r=t[r++]},function(){},function(){n[n.length-2]=n[n.length-2]<<n.pop()},function(){n[n.length-2]=n[n.length-2]>n.pop()},function(){return!!m},function(){n[n.length-2]=n[n.length-2]^n.pop()},function(){n[n.length-2]=n[n.length-2]instanceof n.pop()},function(){n[n.length-2]=n[n.length-2]>>n.pop()},function(){n[n.length-2]=n[n.length-2]+n.pop()},function(){n.push(!1)},function(){var w=t[r++],A=w?n.slice(-w):[];n.length-=w,n.push(n.pop().apply(e,A))},function(){n[n.length-2]=n[n.length-2]-n.pop()},function(){n.push(!n.pop())},function(){var w=n.pop(),A=n.pop();n.push([A[0][A[1]],w])},function(){var w=n.pop();n.push(w[0][w[1]])},function(){for(var w=n.pop(),A=t[r++],O=[],j=t[r++],P=t[r++],I=[],f=0;f<j;f++)O[t[r++]]=n[t[r++]];for(f=0;f<P;f++)I[f]=t[r++];var b=function S(){var k=O.slice(0);k[0]=[this],k[1]=[arguments],k[2]=[S];for(var x=0;x<I.length&&x<arguments.length;x++)0<I[x]&&(k[I[x]]=[arguments[x]]);return T(A,t,e,k,s)};b.toString=function(){return w},n.push(b)},function(){g.push([t[r++],n.length,t[r++]])},function(){n.push([t[r++]])},function(){n.push("")},function(){var w=t[r++];n[n.length-1]&&(r=w)},function(){n[n.length-2]=n[n.length-2]&n.pop()},function(){var w=n[n.length-2],A=Object.getOwnPropertyDescriptor(w[0],w[1])||{configurable:!0,enumerable:!0};A.get=n[n.length-1],Object.defineProperty(w[0],w[1],A)},function(){var w=n[n.length-2],A=Object.getOwnPropertyDescriptor(w[0],w[1])||{configurable:!0,enumerable:!0};A.set=n[n.length-1],Object.defineProperty(w[0],w[1],A)},function(){n[n.length-1]=t[r++]},function(){n.length=t[r++]}];;)try{for(var _=!1;!_;)_=y[t[r++]]();if(m)throw m;return p?(n.pop(),n.slice(3+T.v)):n.pop()}catch(w){var E=g.pop();if(E===void 0)throw w;m=w,r=E[0],n.length=E[1],E[2]&&(n[E[2]][0]=m)}}function arrayIndexOf(r,t,e){if(typeof Array.prototype.indexOf=="function")return Array.prototype.indexOf.call(r,t,e);var n,s=o.length;if(s===0)return-1;var a=0|e;if(a>=s)return-1;for(n=Math.max(a>=0?a:s-Math.abs(a),0);n<s;n++)if(n in o&&o[n]===t)return n;return-1}function base64Decode(r){for(var t,e,n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".split(""),s=String(r).replace(/[=]+$/,""),a=0,l=0,u="";e=s.charAt(l++);~e&&(t=a%4?64*t+e:e,a++%4)?u+=String.fromCharCode(255&t>>(-2*a&6)):0)e=arrayIndexOf(n,e);return u}T.v=0,module.exports.r=function(symbols){for(var result=[],i=0;i<symbols.length;i++)try{result.push(eval(symbols[i]))}catch(r){result.push(void 0)}return result},module.exports.d=function(r){function t(){for(;d===l;)s.push(u),d++,l=n.shift(),u=n.shift()}if(typeof r[1]!="object")return r;for(var e=r[0],n=r[1],s=[],a=base64Decode(e),l=n.shift(),u=n.shift(),d=0,h=0;h<a.length;h++){var p=a.charAt(h).charCodeAt(0);t(),s.push(p),d++}return t(),s},module.exports.g=function(r){return r.shift()[0]},module.exports.v=T},"./utils.js":function(r,t,e){function n(p,g,m){var y=arguments.length>3&&arguments[3]!==void 0&&arguments[3],_=document.createElement("script");if(_.onload=_.onreadystatechange=function(){this.readyState&&this.readyState!=="loaded"&&this.readyState!=="complete"||(typeof g=="function"&&g(),_.onload=_.onreadystatechange=null,_.parentNode&&!y&&_.parentNode.removeChild(_))},m){for(var E in m)if(m.hasOwnProperty(E)){var w=m[E];w===null?_.removeAttribute(w):_.setAttribute(E,w)}}_.src=p,document.getElementsByTagName("head")[0].appendChild(_)}function s(){for(var p="",g=["0","1","2","3","4","5","6","7","8","9","a","b","c","d","e","f"],m=0;m<32;m++)p+=g[a(0,15)];return p}function a(p,g){return Math.floor(Math.random()*(g-p+1)+p)}function l(p){return h.g(h.v(0,h.d(["RQQiAiIDLRZFCiICIgMiBCIFIgYiByIIIgkBAAsSPwZzBnQGcgZpBm4GZyM5QDQTLTcmEykQPgMBAQskABQTEz4EARkUExM+BQF7FBMTPgYBABQTEz4GJQEAFT8GbAZlBm4GZwZ0Bmg6Oww5QHMTLegmEz4HAQAVPwZjBmgGYQZyBkMGbwZkBmUGQQZ0Oh0GJgEUExM+Bx0HAQEHHQUyFBMTPgc+Bz8GdAZvBlMGdAZyBmkGbgZnCh0EJgEUExM+Az8GcAZ1BnMGaAodByYBEz4GDiUOGAEYAAEBNRQTRAAYABsTLVZFPggBAhU/BmYGcgZvBm0GQwZoBmEGcgZDBm8GZAZlOh0EAWE1JgEUExM+CT4DPwZqBm8GaQZuCh0IJgEUExMdCRA+AwIJAAAUExMpEA==",[7,297]]),[function(){return p===void 0?void 0:p},function(){return typeof Array>"u"?void 0:Array},function(){return typeof String>"u"?void 0:String}])).call(this)}function u(p){return h.g(h.v(0,h.d(["RQQiAiIDLRhFDCICIgMiBCIFIgYiByIIIgkiCiILAQALEj8GcwZ0BnIGaQZuBmcjOUA4Ey07PBMpED4DAQELJAAUExM+BAEBCyQAFBMTPgUBGRQTEz4GAXsUExM+BwECFT8GZgZyBm8GbQZDBmgGYQZyBkMGbwZkBmU6HQUBYTUmARQTEz4DAQAVPwZzBnAGbAZpBnQ6HQcmARQTEz4IAQAUExM+CCU+Az8GbAZlBm4GZwZ0BmgKOww5QMETLS0TPgkBAxU+Ax0ICjsdBSYCFBMTPgkdCQEBBx0GMhQTEz4KAQIVPwZmBnIGbwZtBkMGaAZhBnIGQwZvBmQGZTodCSYBFBMTPgQ/BnAGdQZzBmgKHQomARM+CA4lDhgBGAABATUUE0QAGAAbEy2lAj4LPgQ/BmoGbwZpBm4KPyYBFBMTHQsQPgMCCQAAFBMTKRA=",[7,326,191,303]]),[function(){return p===void 0?void 0:p},function(){return typeof Array>"u"?void 0:Array},function(){return typeof String>"u"?void 0:String},function(){return typeof parseInt>"u"?void 0:parseInt}])).call(this)}function d(p,g){if(!g)return!1;var m=new RegExp("^"+g.replace("*",".*")+"$","i");return g.toLowerCase().replace("*.","")===p||m.test(p)}var h=e("./node_modules/@tencent/js-armor-loader/dist/runtime.js");Object.defineProperty(t,"__esModule",{value:!0}),t.decrypto=u,t.encrypto=l,t.genOverlay=s,t.getRandomInt=a,t.isDomainMatchingWildcard=d,t.loadScript=n},"./utils/aes.js":function(r,t,e){function n(G){return parseInt(G)===G}function s(G){if(!n(G.length))return!1;for(var Q=0;Q<G.length;Q++)if(!n(G[Q])||G[Q]<0||G[Q]>255)return!1;return!0}function a(G,Q){if(G.buffer&&G.name==="Uint8Array")return Q&&(G=G.slice?G.slice():Array.prototype.slice.call(G)),G;if(Array.isArray(G)){if(!s(G))throw new Error("Array contains invalid value: "+G);return new Uint8Array(G)}if(n(G.length)&&s(G))return new Uint8Array(G);throw new Error("unsupported array-like object")}function l(G){return new Uint8Array(G)}function u(G,Q,X,Y,V){Y==null&&V==null||(G=G.slice?G.slice(Y,V):Array.prototype.slice.call(G,Y,V)),Q.set(G,X)}function d(G){for(var Q=[],X=0;X<G.length;X+=4)Q.push(G[X]<<24|G[X+1]<<16|G[X+2]<<8|G[X+3]);return Q}function h(G){G=a(G,!0);var Q=16-G.length%16,X=l(G.length+Q);u(G,X);for(var Y=G.length;Y<X.length;Y++)X[Y]=Q;return X}function p(G){if(G=a(G,!0),G.length<16)throw new Error("PKCS#7 invalid length");var Q=G[G.length-1];if(Q>16)throw new Error("PKCS#7 padding byte out of range");for(var X=G.length-Q,Y=0;Y<Q;Y++)if(G[X+Y]!==Q)throw new Error("PKCS#7 invalid padding byte");var V=l(X);return u(G,V,0,0,X),V}e.r(t),e.d(t,{default:function(){return le}});var g=function(){function G(X){var Y=[],V=0;for(X=encodeURI(X);V<X.length;){var ee=X.charCodeAt(V++);ee===37?(Y.push(parseInt(X.substr(V,2),16)),V+=2):Y.push(ee)}return a(Y)}function Q(X){for(var Y=[],V=0;V<X.length;){var ee=X[V];ee<128?(Y.push(String.fromCharCode(ee)),V++):ee>191&&ee<224?(Y.push(String.fromCharCode((31&ee)<<6|63&X[V+1])),V+=2):(Y.push(String.fromCharCode((15&ee)<<12|(63&X[V+1])<<6|63&X[V+2])),V+=3)}return Y.join("")}return{toBytes:G,fromBytes:Q}}(),m=function(){function G(Y){for(var V=[],ee=0;ee<Y.length;ee+=2)V.push(parseInt(Y.substr(ee,2),16));return V}function Q(Y){for(var V=[],ee=0;ee<Y.length;ee++){var oe=Y[ee];V.push(X[(240&oe)>>4]+X[15&oe])}return V.join("")}var X="0123456789abcdef";return{toBytes:G,fromBytes:Q}}(),y={16:10,24:12,32:14},_=[1,2,4,8,16,32,64,128,27,54,108,216,171,77,154,47,94,188,99,198,151,53,106,212,179,125,250,239,197,145],E=[99,124,119,123,242,107,111,197,48,1,103,43,254,215,171,118,202,130,201,125,250,89,71,240,173,212,162,175,156,164,114,192,183,253,147,38,54,63,247,204,52,165,229,241,113,216,49,21,4,199,35,195,24,150,5,154,7,18,128,226,235,39,178,117,9,131,44,26,27,110,90,160,82,59,214,179,41,227,47,132,83,209,0,237,32,252,177,91,106,203,190,57,74,76,88,207,208,239,170,251,67,77,51,133,69,249,2,127,80,60,159,168,81,163,64,143,146,157,56,245,188,182,218,33,16,255,243,210,205,12,19,236,95,151,68,23,196,167,126,61,100,93,25,115,96,129,79,220,34,42,144,136,70,238,184,20,222,94,11,219,224,50,58,10,73,6,36,92,194,211,172,98,145,149,228,121,231,200,55,109,141,213,78,169,108,86,244,234,101,122,174,8,186,120,37,46,28,166,180,198,232,221,116,31,75,189,139,138,112,62,181,102,72,3,246,14,97,53,87,185,134,193,29,158,225,248,152,17,105,217,142,148,155,30,135,233,206,85,40,223,140,161,137,13,191,230,66,104,65,153,45,15,176,84,187,22],w=[82,9,106,213,48,54,165,56,191,64,163,158,129,243,215,251,124,227,57,130,155,47,255,135,52,142,67,68,196,222,233,203,84,123,148,50,166,194,35,61,238,76,149,11,66,250,195,78,8,46,161,102,40,217,36,178,118,91,162,73,109,139,209,37,114,248,246,100,134,104,152,22,212,164,92,204,93,101,182,146,108,112,72,80,253,237,185,218,94,21,70,87,167,141,157,132,144,216,171,0,140,188,211,10,247,228,88,5,184,179,69,6,208,44,30,143,202,63,15,2,193,175,189,3,1,19,138,107,58,145,17,65,79,103,220,234,151,242,207,206,240,180,230,115,150,172,116,34,231,173,53,133,226,249,55,232,28,117,223,110,71,241,26,113,29,41,197,137,111,183,98,14,170,24,190,27,252,86,62,75,198,210,121,32,154,219,192,254,120,205,90,244,31,221,168,51,136,7,199,49,177,18,16,89,39,128,236,95,96,81,127,169,25,181,74,13,45,229,122,159,147,201,156,239,160,224,59,77,174,42,245,176,200,235,187,60,131,83,153,97,23,43,4,126,186,119,214,38,225,105,20,99,85,33,12,125],A=[3328402341,4168907908,4000806809,4135287693,4294111757,3597364157,3731845041,2445657428,1613770832,33620227,3462883241,1445669757,3892248089,3050821474,1303096294,3967186586,2412431941,528646813,2311702848,4202528135,4026202645,2992200171,2387036105,4226871307,1101901292,3017069671,1604494077,1169141738,597466303,1403299063,3832705686,2613100635,1974974402,3791519004,1033081774,1277568618,1815492186,2118074177,4126668546,2211236943,1748251740,1369810420,3521504564,4193382664,3799085459,2883115123,1647391059,706024767,134480908,2512897874,1176707941,2646852446,806885416,932615841,168101135,798661301,235341577,605164086,461406363,3756188221,3454790438,1311188841,2142417613,3933566367,302582043,495158174,1479289972,874125870,907746093,3698224818,3025820398,1537253627,2756858614,1983593293,3084310113,2108928974,1378429307,3722699582,1580150641,327451799,2790478837,3117535592,0,3253595436,1075847264,3825007647,2041688520,3059440621,3563743934,2378943302,1740553945,1916352843,2487896798,2555137236,2958579944,2244988746,3151024235,3320835882,1336584933,3992714006,2252555205,2588757463,1714631509,293963156,2319795663,3925473552,67240454,4269768577,2689618160,2017213508,631218106,1269344483,2723238387,1571005438,2151694528,93294474,1066570413,563977660,1882732616,4059428100,1673313503,2008463041,2950355573,1109467491,537923632,3858759450,4260623118,3218264685,2177748300,403442708,638784309,3287084079,3193921505,899127202,2286175436,773265209,2479146071,1437050866,4236148354,2050833735,3362022572,3126681063,840505643,3866325909,3227541664,427917720,2655997905,2749160575,1143087718,1412049534,999329963,193497219,2353415882,3354324521,1807268051,672404540,2816401017,3160301282,369822493,2916866934,3688947771,1681011286,1949973070,336202270,2454276571,201721354,1210328172,3093060836,2680341085,3184776046,1135389935,3294782118,965841320,831886756,3554993207,4068047243,3588745010,2345191491,1849112409,3664604599,26054028,2983581028,2622377682,1235855840,3630984372,2891339514,4092916743,3488279077,3395642799,4101667470,1202630377,268961816,1874508501,4034427016,1243948399,1546530418,941366308,1470539505,1941222599,2546386513,3421038627,2715671932,3899946140,1042226977,2521517021,1639824860,227249030,260737669,3765465232,2084453954,1907733956,3429263018,2420656344,100860677,4160157185,470683154,3261161891,1781871967,2924959737,1773779408,394692241,2579611992,974986535,664706745,3655459128,3958962195,731420851,571543859,3530123707,2849626480,126783113,865375399,765172662,1008606754,361203602,3387549984,2278477385,2857719295,1344809080,2782912378,59542671,1503764984,160008576,437062935,1707065306,3622233649,2218934982,3496503480,2185314755,697932208,1512910199,504303377,2075177163,2824099068,1841019862,739644986],O=[2781242211,2230877308,2582542199,2381740923,234877682,3184946027,2984144751,1418839493,1348481072,50462977,2848876391,2102799147,434634494,1656084439,3863849899,2599188086,1167051466,2636087938,1082771913,2281340285,368048890,3954334041,3381544775,201060592,3963727277,1739838676,4250903202,3930435503,3206782108,4149453988,2531553906,1536934080,3262494647,484572669,2923271059,1783375398,1517041206,1098792767,49674231,1334037708,1550332980,4098991525,886171109,150598129,2481090929,1940642008,1398944049,1059722517,201851908,1385547719,1699095331,1587397571,674240536,2704774806,252314885,3039795866,151914247,908333586,2602270848,1038082786,651029483,1766729511,3447698098,2682942837,454166793,2652734339,1951935532,775166490,758520603,3000790638,4004797018,4217086112,4137964114,1299594043,1639438038,3464344499,2068982057,1054729187,1901997871,2534638724,4121318227,1757008337,0,750906861,1614815264,535035132,3363418545,3988151131,3201591914,1183697867,3647454910,1265776953,3734260298,3566750796,3903871064,1250283471,1807470800,717615087,3847203498,384695291,3313910595,3617213773,1432761139,2484176261,3481945413,283769337,100925954,2180939647,4037038160,1148730428,3123027871,3813386408,4087501137,4267549603,3229630528,2315620239,2906624658,3156319645,1215313976,82966005,3747855548,3245848246,1974459098,1665278241,807407632,451280895,251524083,1841287890,1283575245,337120268,891687699,801369324,3787349855,2721421207,3431482436,959321879,1469301956,4065699751,2197585534,1199193405,2898814052,3887750493,724703513,2514908019,2696962144,2551808385,3516813135,2141445340,1715741218,2119445034,2872807568,2198571144,3398190662,700968686,3547052216,1009259540,2041044702,3803995742,487983883,1991105499,1004265696,1449407026,1316239930,504629770,3683797321,168560134,1816667172,3837287516,1570751170,1857934291,4014189740,2797888098,2822345105,2754712981,936633572,2347923833,852879335,1133234376,1500395319,3084545389,2348912013,1689376213,3533459022,3762923945,3034082412,4205598294,133428468,634383082,2949277029,2398386810,3913789102,403703816,3580869306,2297460856,1867130149,1918643758,607656988,4049053350,3346248884,1368901318,600565992,2090982877,2632479860,557719327,3717614411,3697393085,2249034635,2232388234,2430627952,1115438654,3295786421,2865522278,3633334344,84280067,33027830,303828494,2747425121,1600795957,4188952407,3496589753,2434238086,1486471617,658119965,3106381470,953803233,334231800,3005978776,857870609,3151128937,1890179545,2298973838,2805175444,3056442267,574365214,2450884487,550103529,1233637070,4289353045,2018519080,2057691103,2399374476,4166623649,2148108681,387583245,3664101311,836232934,3330556482,3100665960,3280093505,2955516313,2002398509,287182607,3413881008,4238890068,3597515707,975967766],j=[1671808611,2089089148,2006576759,2072901243,4061003762,1807603307,1873927791,3310653893,810573872,16974337,1739181671,729634347,4263110654,3613570519,2883997099,1989864566,3393556426,2191335298,3376449993,2106063485,4195741690,1508618841,1204391495,4027317232,2917941677,3563566036,2734514082,2951366063,2629772188,2767672228,1922491506,3227229120,3082974647,4246528509,2477669779,644500518,911895606,1061256767,4144166391,3427763148,878471220,2784252325,3845444069,4043897329,1905517169,3631459288,827548209,356461077,67897348,3344078279,593839651,3277757891,405286936,2527147926,84871685,2595565466,118033927,305538066,2157648768,3795705826,3945188843,661212711,2999812018,1973414517,152769033,2208177539,745822252,439235610,455947803,1857215598,1525593178,2700827552,1391895634,994932283,3596728278,3016654259,695947817,3812548067,795958831,2224493444,1408607827,3513301457,0,3979133421,543178784,4229948412,2982705585,1542305371,1790891114,3410398667,3201918910,961245753,1256100938,1289001036,1491644504,3477767631,3496721360,4012557807,2867154858,4212583931,1137018435,1305975373,861234739,2241073541,1171229253,4178635257,33948674,2139225727,1357946960,1011120188,2679776671,2833468328,1374921297,2751356323,1086357568,2408187279,2460827538,2646352285,944271416,4110742005,3168756668,3066132406,3665145818,560153121,271589392,4279952895,4077846003,3530407890,3444343245,202643468,322250259,3962553324,1608629855,2543990167,1154254916,389623319,3294073796,2817676711,2122513534,1028094525,1689045092,1575467613,422261273,1939203699,1621147744,2174228865,1339137615,3699352540,577127458,712922154,2427141008,2290289544,1187679302,3995715566,3100863416,339486740,3732514782,1591917662,186455563,3681988059,3762019296,844522546,978220090,169743370,1239126601,101321734,611076132,1558493276,3260915650,3547250131,2901361580,1655096418,2443721105,2510565781,3828863972,2039214713,3878868455,3359869896,928607799,1840765549,2374762893,3580146133,1322425422,2850048425,1823791212,1459268694,4094161908,3928346602,1706019429,2056189050,2934523822,135794696,3134549946,2022240376,628050469,779246638,472135708,2800834470,3032970164,3327236038,3894660072,3715932637,1956440180,522272287,1272813131,3185336765,2340818315,2323976074,1888542832,1044544574,3049550261,1722469478,1222152264,50660867,4127324150,236067854,1638122081,895445557,1475980887,3117443513,2257655686,3243809217,489110045,2662934430,3778599393,4162055160,2561878936,288563729,1773916777,3648039385,2391345038,2493985684,2612407707,505560094,2274497927,3911240169,3460925390,1442818645,678973480,3749357023,2358182796,2717407649,2306869641,219617805,3218761151,3862026214,1120306242,1756942440,1103331905,2578459033,762796589,252780047,2966125488,1425844308,3151392187,372911126],P=[1667474886,2088535288,2004326894,2071694838,4075949567,1802223062,1869591006,3318043793,808472672,16843522,1734846926,724270422,4278065639,3621216949,2880169549,1987484396,3402253711,2189597983,3385409673,2105378810,4210693615,1499065266,1195886990,4042263547,2913856577,3570689971,2728590687,2947541573,2627518243,2762274643,1920112356,3233831835,3082273397,4261223649,2475929149,640051788,909531756,1061110142,4160160501,3435941763,875846760,2779116625,3857003729,4059105529,1903268834,3638064043,825316194,353713962,67374088,3351728789,589522246,3284360861,404236336,2526454071,84217610,2593830191,117901582,303183396,2155911963,3806477791,3958056653,656894286,2998062463,1970642922,151591698,2206440989,741110872,437923380,454765878,1852748508,1515908788,2694904667,1381168804,993742198,3604373943,3014905469,690584402,3823320797,791638366,2223281939,1398011302,3520161977,0,3991743681,538992704,4244381667,2981218425,1532751286,1785380564,3419096717,3200178535,960056178,1246420628,1280103576,1482221744,3486468741,3503319995,4025428677,2863326543,4227536621,1128514950,1296947098,859002214,2240123921,1162203018,4193849577,33687044,2139062782,1347481760,1010582648,2678045221,2829640523,1364325282,2745433693,1077985408,2408548869,2459086143,2644360225,943212656,4126475505,3166494563,3065430391,3671750063,555836226,269496352,4294908645,4092792573,3537006015,3452783745,202118168,320025894,3974901699,1600119230,2543297077,1145359496,387397934,3301201811,2812801621,2122220284,1027426170,1684319432,1566435258,421079858,1936954854,1616945344,2172753945,1330631070,3705438115,572679748,707427924,2425400123,2290647819,1179044492,4008585671,3099120491,336870440,3739122087,1583276732,185277718,3688593069,3772791771,842159716,976899700,168435220,1229577106,101059084,606366792,1549591736,3267517855,3553849021,2897014595,1650632388,2442242105,2509612081,3840161747,2038008818,3890688725,3368567691,926374254,1835907034,2374863873,3587531953,1313788572,2846482505,1819063512,1448540844,4109633523,3941213647,1701162954,2054852340,2930698567,134748176,3132806511,2021165296,623210314,774795868,471606328,2795958615,3031746419,3334885783,3907527627,3722280097,1953799400,522133822,1263263126,3183336545,2341176845,2324333839,1886425312,1044267644,3048588401,1718004428,1212733584,50529542,4143317495,235803164,1633788866,892690282,1465383342,3115962473,2256965911,3250673817,488449850,2661202215,3789633753,4177007595,2560144171,286339874,1768537042,3654906025,2391705863,2492770099,2610673197,505291324,2273808917,3924369609,3469625735,1431699370,673740880,3755965093,2358021891,2711746649,2307489801,218961690,3217021541,3873845719,1111672452,1751693520,1094828930,2576986153,757954394,252645662,2964376443,1414855848,3149649517,370555436],I=[1374988112,2118214995,437757123,975658646,1001089995,530400753,2902087851,1273168787,540080725,2910219766,2295101073,4110568485,1340463100,3307916247,641025152,3043140495,3736164937,632953703,1172967064,1576976609,3274667266,2169303058,2370213795,1809054150,59727847,361929877,3211623147,2505202138,3569255213,1484005843,1239443753,2395588676,1975683434,4102977912,2572697195,666464733,3202437046,4035489047,3374361702,2110667444,1675577880,3843699074,2538681184,1649639237,2976151520,3144396420,4269907996,4178062228,1883793496,2403728665,2497604743,1383856311,2876494627,1917518562,3810496343,1716890410,3001755655,800440835,2261089178,3543599269,807962610,599762354,33778362,3977675356,2328828971,2809771154,4077384432,1315562145,1708848333,101039829,3509871135,3299278474,875451293,2733856160,92987698,2767645557,193195065,1080094634,1584504582,3178106961,1042385657,2531067453,3711829422,1306967366,2438237621,1908694277,67556463,1615861247,429456164,3602770327,2302690252,1742315127,2968011453,126454664,3877198648,2043211483,2709260871,2084704233,4169408201,0,159417987,841739592,504459436,1817866830,4245618683,260388950,1034867998,908933415,168810852,1750902305,2606453969,607530554,202008497,2472011535,3035535058,463180190,2160117071,1641816226,1517767529,470948374,3801332234,3231722213,1008918595,303765277,235474187,4069246893,766945465,337553864,1475418501,2943682380,4003061179,2743034109,4144047775,1551037884,1147550661,1543208500,2336434550,3408119516,3069049960,3102011747,3610369226,1113818384,328671808,2227573024,2236228733,3535486456,2935566865,3341394285,496906059,3702665459,226906860,2009195472,733156972,2842737049,294930682,1206477858,2835123396,2700099354,1451044056,573804783,2269728455,3644379585,2362090238,2564033334,2801107407,2776292904,3669462566,1068351396,742039012,1350078989,1784663195,1417561698,4136440770,2430122216,775550814,2193862645,2673705150,1775276924,1876241833,3475313331,3366754619,270040487,3902563182,3678124923,3441850377,1851332852,3969562369,2203032232,3868552805,2868897406,566021896,4011190502,3135740889,1248802510,3936291284,699432150,832877231,708780849,3332740144,899835584,1951317047,4236429990,3767586992,866637845,4043610186,1106041591,2144161806,395441711,1984812685,1139781709,3433712980,3835036895,2664543715,1282050075,3240894392,1181045119,2640243204,25965917,4203181171,4211818798,3009879386,2463879762,3910161971,1842759443,2597806476,933301370,1509430414,3943906441,3467192302,3076639029,3776767469,2051518780,2631065433,1441952575,404016761,1942435775,1408749034,1610459739,3745345300,2017778566,3400528769,3110650942,941896748,3265478751,371049330,3168937228,675039627,4279080257,967311729,135050206,3635733660,1683407248,2076935265,3576870512,1215061108,3501741890],f=[1347548327,1400783205,3273267108,2520393566,3409685355,4045380933,2880240216,2471224067,1428173050,4138563181,2441661558,636813900,4233094615,3620022987,2149987652,2411029155,1239331162,1730525723,2554718734,3781033664,46346101,310463728,2743944855,3328955385,3875770207,2501218972,3955191162,3667219033,768917123,3545789473,692707433,1150208456,1786102409,2029293177,1805211710,3710368113,3065962831,401639597,1724457132,3028143674,409198410,2196052529,1620529459,1164071807,3769721975,2226875310,486441376,2499348523,1483753576,428819965,2274680428,3075636216,598438867,3799141122,1474502543,711349675,129166120,53458370,2592523643,2782082824,4063242375,2988687269,3120694122,1559041666,730517276,2460449204,4042459122,2706270690,3446004468,3573941694,533804130,2328143614,2637442643,2695033685,839224033,1973745387,957055980,2856345839,106852767,1371368976,4181598602,1033297158,2933734917,1179510461,3046200461,91341917,1862534868,4284502037,605657339,2547432937,3431546947,2003294622,3182487618,2282195339,954669403,3682191598,1201765386,3917234703,3388507166,0,2198438022,1211247597,2887651696,1315723890,4227665663,1443857720,507358933,657861945,1678381017,560487590,3516619604,975451694,2970356327,261314535,3535072918,2652609425,1333838021,2724322336,1767536459,370938394,182621114,3854606378,1128014560,487725847,185469197,2918353863,3106780840,3356761769,2237133081,1286567175,3152976349,4255350624,2683765030,3160175349,3309594171,878443390,1988838185,3704300486,1756818940,1673061617,3403100636,272786309,1075025698,545572369,2105887268,4174560061,296679730,1841768865,1260232239,4091327024,3960309330,3497509347,1814803222,2578018489,4195456072,575138148,3299409036,446754879,3629546796,4011996048,3347532110,3252238545,4270639778,915985419,3483825537,681933534,651868046,2755636671,3828103837,223377554,2607439820,1649704518,3270937875,3901806776,1580087799,4118987695,3198115200,2087309459,2842678573,3016697106,1003007129,2802849917,1860738147,2077965243,164439672,4100872472,32283319,2827177882,1709610350,2125135846,136428751,3874428392,3652904859,3460984630,3572145929,3593056380,2939266226,824852259,818324884,3224740454,930369212,2801566410,2967507152,355706840,1257309336,4148292826,243256656,790073846,2373340630,1296297904,1422699085,3756299780,3818836405,457992840,3099667487,2135319889,77422314,1560382517,1945798516,788204353,1521706781,1385356242,870912086,325965383,2358957921,2050466060,2388260884,2313884476,4006521127,901210569,3990953189,1014646705,1503449823,1062597235,2031621326,3212035895,3931371469,1533017514,350174575,2256028891,2177544179,1052338372,741876788,1606591296,1914052035,213705253,2334669897,1107234197,1899603969,3725069491,2631447780,2422494913,1635502980,1893020342,1950903388,1120974935],b=[2807058932,1699970625,2764249623,1586903591,1808481195,1173430173,1487645946,59984867,4199882800,1844882806,1989249228,1277555970,3623636965,3419915562,1149249077,2744104290,1514790577,459744698,244860394,3235995134,1963115311,4027744588,2544078150,4190530515,1608975247,2627016082,2062270317,1507497298,2200818878,567498868,1764313568,3359936201,2305455554,2037970062,1047239e3,1910319033,1337376481,2904027272,2892417312,984907214,1243112415,830661914,861968209,2135253587,2011214180,2927934315,2686254721,731183368,1750626376,4246310725,1820824798,4172763771,3542330227,48394827,2404901663,2871682645,671593195,3254988725,2073724613,145085239,2280796200,2779915199,1790575107,2187128086,472615631,3029510009,4075877127,3802222185,4107101658,3201631749,1646252340,4270507174,1402811438,1436590835,3778151818,3950355702,3963161475,4020912224,2667994737,273792366,2331590177,104699613,95345982,3175501286,2377486676,1560637892,3564045318,369057872,4213447064,3919042237,1137477952,2658625497,1119727848,2340947849,1530455833,4007360968,172466556,266959938,516552836,0,2256734592,3980931627,1890328081,1917742170,4294704398,945164165,3575528878,958871085,3647212047,2787207260,1423022939,775562294,1739656202,3876557655,2530391278,2443058075,3310321856,547512796,1265195639,437656594,3121275539,719700128,3762502690,387781147,218828297,3350065803,2830708150,2848461854,428169201,122466165,3720081049,1627235199,648017665,4122762354,1002783846,2117360635,695634755,3336358691,4234721005,4049844452,3704280881,2232435299,574624663,287343814,612205898,1039717051,840019705,2708326185,793451934,821288114,1391201670,3822090177,376187827,3113855344,1224348052,1679968233,2361698556,1058709744,752375421,2431590963,1321699145,3519142200,2734591178,188127444,2177869557,3727205754,2384911031,3215212461,2648976442,2450346104,3432737375,1180849278,331544205,3102249176,4150144569,2952102595,2159976285,2474404304,766078933,313773861,2570832044,2108100632,1668212892,3145456443,2013908262,418672217,3070356634,2594734927,1852171925,3867060991,3473416636,3907448597,2614737639,919489135,164948639,2094410160,2997825956,590424639,2486224549,1723872674,3157750862,3399941250,3501252752,3625268135,2555048196,3673637356,1343127501,4130281361,3599595085,2957853679,1297403050,81781910,3051593425,2283490410,532201772,1367295589,3926170974,895287692,1953757831,1093597963,492483431,3528626907,1446242576,1192455638,1636604631,209336225,344873464,1015671571,669961897,3375740769,3857572124,2973530695,3747192018,1933530610,3464042516,935293895,3454686199,2858115069,1863638845,3683022916,4085369519,3292445032,875313188,1080017571,3279033885,621591778,1233856572,2504130317,24197544,3017672716,3835484340,3247465558,2220981195,3060847922,1551124588,1463996600],S=[4104605777,1097159550,396673818,660510266,2875968315,2638606623,4200115116,3808662347,821712160,1986918061,3430322568,38544885,3856137295,718002117,893681702,1654886325,2975484382,3122358053,3926825029,4274053469,796197571,1290801793,1184342925,3556361835,2405426947,2459735317,1836772287,1381620373,3196267988,1948373848,3764988233,3385345166,3263785589,2390325492,1480485785,3111247143,3780097726,2293045232,548169417,3459953789,3746175075,439452389,1362321559,1400849762,1685577905,1806599355,2174754046,137073913,1214797936,1174215055,3731654548,2079897426,1943217067,1258480242,529487843,1437280870,3945269170,3049390895,3313212038,923313619,679998e3,3215307299,57326082,377642221,3474729866,2041877159,133361907,1776460110,3673476453,96392454,878845905,2801699524,777231668,4082475170,2330014213,4142626212,2213296395,1626319424,1906247262,1846563261,562755902,3708173718,1040559837,3871163981,1418573201,3294430577,114585348,1343618912,2566595609,3186202582,1078185097,3651041127,3896688048,2307622919,425408743,3371096953,2081048481,1108339068,2216610296,0,2156299017,736970802,292596766,1517440620,251657213,2235061775,2933202493,758720310,265905162,1554391400,1532285339,908999204,174567692,1474760595,4002861748,2610011675,3234156416,3693126241,2001430874,303699484,2478443234,2687165888,585122620,454499602,151849742,2345119218,3064510765,514443284,4044981591,1963412655,2581445614,2137062819,19308535,1928707164,1715193156,4219352155,1126790795,600235211,3992742070,3841024952,836553431,1669664834,2535604243,3323011204,1243905413,3141400786,4180808110,698445255,2653899549,2989552604,2253581325,3252932727,3004591147,1891211689,2487810577,3915653703,4237083816,4030667424,2100090966,865136418,1229899655,953270745,3399679628,3557504664,4118925222,2061379749,3079546586,2915017791,983426092,2022837584,1607244650,2118541908,2366882550,3635996816,972512814,3283088770,1568718495,3499326569,3576539503,621982671,2895723464,410887952,2623762152,1002142683,645401037,1494807662,2595684844,1335535747,2507040230,4293295786,3167684641,367585007,3885750714,1865862730,2668221674,2960971305,2763173681,1059270954,2777952454,2724642869,1320957812,2194319100,2429595872,2815956275,77089521,3973773121,3444575871,2448830231,1305906550,4021308739,2857194700,2516901860,3518358430,1787304780,740276417,1699839814,1592394909,2352307457,2272556026,188821243,1729977011,3687994002,274084841,3594982253,3613494426,2701949495,4162096729,322734571,2837966542,1640576439,484830689,1202797690,3537852828,4067639125,349075736,3342319475,4157467219,4255800159,1030690015,1155237496,2951971274,1757691577,607398968,2738905026,499347990,3794078908,1011452712,227885567,2818666809,213114376,3034881240,1455525988,3414450555,850817237,1817998408,3092726480],k=[0,235474187,470948374,303765277,941896748,908933415,607530554,708780849,1883793496,2118214995,1817866830,1649639237,1215061108,1181045119,1417561698,1517767529,3767586992,4003061179,4236429990,4069246893,3635733660,3602770327,3299278474,3400528769,2430122216,2664543715,2362090238,2193862645,2835123396,2801107407,3035535058,3135740889,3678124923,3576870512,3341394285,3374361702,3810496343,3977675356,4279080257,4043610186,2876494627,2776292904,3076639029,3110650942,2472011535,2640243204,2403728665,2169303058,1001089995,899835584,666464733,699432150,59727847,226906860,530400753,294930682,1273168787,1172967064,1475418501,1509430414,1942435775,2110667444,1876241833,1641816226,2910219766,2743034109,2976151520,3211623147,2505202138,2606453969,2302690252,2269728455,3711829422,3543599269,3240894392,3475313331,3843699074,3943906441,4178062228,4144047775,1306967366,1139781709,1374988112,1610459739,1975683434,2076935265,1775276924,1742315127,1034867998,866637845,566021896,800440835,92987698,193195065,429456164,395441711,1984812685,2017778566,1784663195,1683407248,1315562145,1080094634,1383856311,1551037884,101039829,135050206,437757123,337553864,1042385657,807962610,573804783,742039012,2531067453,2564033334,2328828971,2227573024,2935566865,2700099354,3001755655,3168937228,3868552805,3902563182,4203181171,4102977912,3736164937,3501741890,3265478751,3433712980,1106041591,1340463100,1576976609,1408749034,2043211483,2009195472,1708848333,1809054150,832877231,1068351396,766945465,599762354,159417987,126454664,361929877,463180190,2709260871,2943682380,3178106961,3009879386,2572697195,2538681184,2236228733,2336434550,3509871135,3745345300,3441850377,3274667266,3910161971,3877198648,4110568485,4211818798,2597806476,2497604743,2261089178,2295101073,2733856160,2902087851,3202437046,2968011453,3936291284,3835036895,4136440770,4169408201,3535486456,3702665459,3467192302,3231722213,2051518780,1951317047,1716890410,1750902305,1113818384,1282050075,1584504582,1350078989,168810852,67556463,371049330,404016761,841739592,1008918595,775550814,540080725,3969562369,3801332234,4035489047,4269907996,3569255213,3669462566,3366754619,3332740144,2631065433,2463879762,2160117071,2395588676,2767645557,2868897406,3102011747,3069049960,202008497,33778362,270040487,504459436,875451293,975658646,675039627,641025152,2084704233,1917518562,1615861247,1851332852,1147550661,1248802510,1484005843,1451044056,933301370,967311729,733156972,632953703,260388950,25965917,328671808,496906059,1206477858,1239443753,1543208500,1441952575,2144161806,1908694277,1675577880,1842759443,3610369226,3644379585,3408119516,3307916247,4011190502,3776767469,4077384432,4245618683,2809771154,2842737049,3144396420,3043140495,2673705150,2438237621,2203032232,2370213795],x=[0,185469197,370938394,487725847,741876788,657861945,975451694,824852259,1483753576,1400783205,1315723890,1164071807,1950903388,2135319889,1649704518,1767536459,2967507152,3152976349,2801566410,2918353863,2631447780,2547432937,2328143614,2177544179,3901806776,3818836405,4270639778,4118987695,3299409036,3483825537,3535072918,3652904859,2077965243,1893020342,1841768865,1724457132,1474502543,1559041666,1107234197,1257309336,598438867,681933534,901210569,1052338372,261314535,77422314,428819965,310463728,3409685355,3224740454,3710368113,3593056380,3875770207,3960309330,4045380933,4195456072,2471224067,2554718734,2237133081,2388260884,3212035895,3028143674,2842678573,2724322336,4138563181,4255350624,3769721975,3955191162,3667219033,3516619604,3431546947,3347532110,2933734917,2782082824,3099667487,3016697106,2196052529,2313884476,2499348523,2683765030,1179510461,1296297904,1347548327,1533017514,1786102409,1635502980,2087309459,2003294622,507358933,355706840,136428751,53458370,839224033,957055980,605657339,790073846,2373340630,2256028891,2607439820,2422494913,2706270690,2856345839,3075636216,3160175349,3573941694,3725069491,3273267108,3356761769,4181598602,4063242375,4011996048,3828103837,1033297158,915985419,730517276,545572369,296679730,446754879,129166120,213705253,1709610350,1860738147,1945798516,2029293177,1239331162,1120974935,1606591296,1422699085,4148292826,4233094615,3781033664,3931371469,3682191598,3497509347,3446004468,3328955385,2939266226,2755636671,3106780840,2988687269,2198438022,2282195339,2501218972,2652609425,1201765386,1286567175,1371368976,1521706781,1805211710,1620529459,2105887268,1988838185,533804130,350174575,164439672,46346101,870912086,954669403,636813900,788204353,2358957921,2274680428,2592523643,2441661558,2695033685,2880240216,3065962831,3182487618,3572145929,3756299780,3270937875,3388507166,4174560061,4091327024,4006521127,3854606378,1014646705,930369212,711349675,560487590,272786309,457992840,106852767,223377554,1678381017,1862534868,1914052035,2031621326,1211247597,1128014560,1580087799,1428173050,32283319,182621114,401639597,486441376,768917123,651868046,1003007129,818324884,1503449823,1385356242,1333838021,1150208456,1973745387,2125135846,1673061617,1756818940,2970356327,3120694122,2802849917,2887651696,2637442643,2520393566,2334669897,2149987652,3917234703,3799141122,4284502037,4100872472,3309594171,3460984630,3545789473,3629546796,2050466060,1899603969,1814803222,1730525723,1443857720,1560382517,1075025698,1260232239,575138148,692707433,878443390,1062597235,243256656,91341917,409198410,325965383,3403100636,3252238545,3704300486,3620022987,3874428392,3990953189,4042459122,4227665663,2460449204,2578018489,2226875310,2411029155,3198115200,3046200461,2827177882,2743944855],N=[0,218828297,437656594,387781147,875313188,958871085,775562294,590424639,1750626376,1699970625,1917742170,2135253587,1551124588,1367295589,1180849278,1265195639,3501252752,3720081049,3399941250,3350065803,3835484340,3919042237,4270507174,4085369519,3102249176,3051593425,2734591178,2952102595,2361698556,2177869557,2530391278,2614737639,3145456443,3060847922,2708326185,2892417312,2404901663,2187128086,2504130317,2555048196,3542330227,3727205754,3375740769,3292445032,3876557655,3926170974,4246310725,4027744588,1808481195,1723872674,1910319033,2094410160,1608975247,1391201670,1173430173,1224348052,59984867,244860394,428169201,344873464,935293895,984907214,766078933,547512796,1844882806,1627235199,2011214180,2062270317,1507497298,1423022939,1137477952,1321699145,95345982,145085239,532201772,313773861,830661914,1015671571,731183368,648017665,3175501286,2957853679,2807058932,2858115069,2305455554,2220981195,2474404304,2658625497,3575528878,3625268135,3473416636,3254988725,3778151818,3963161475,4213447064,4130281361,3599595085,3683022916,3432737375,3247465558,3802222185,4020912224,4172763771,4122762354,3201631749,3017672716,2764249623,2848461854,2331590177,2280796200,2431590963,2648976442,104699613,188127444,472615631,287343814,840019705,1058709744,671593195,621591778,1852171925,1668212892,1953757831,2037970062,1514790577,1463996600,1080017571,1297403050,3673637356,3623636965,3235995134,3454686199,4007360968,3822090177,4107101658,4190530515,2997825956,3215212461,2830708150,2779915199,2256734592,2340947849,2627016082,2443058075,172466556,122466165,273792366,492483431,1047239e3,861968209,612205898,695634755,1646252340,1863638845,2013908262,1963115311,1446242576,1530455833,1277555970,1093597963,1636604631,1820824798,2073724613,1989249228,1436590835,1487645946,1337376481,1119727848,164948639,81781910,331544205,516552836,1039717051,821288114,669961897,719700128,2973530695,3157750862,2871682645,2787207260,2232435299,2283490410,2667994737,2450346104,3647212047,3564045318,3279033885,3464042516,3980931627,3762502690,4150144569,4199882800,3070356634,3121275539,2904027272,2686254721,2200818878,2384911031,2570832044,2486224549,3747192018,3528626907,3310321856,3359936201,3950355702,3867060991,4049844452,4234721005,1739656202,1790575107,2108100632,1890328081,1402811438,1586903591,1233856572,1149249077,266959938,48394827,369057872,418672217,1002783846,919489135,567498868,752375421,209336225,24197544,376187827,459744698,945164165,895287692,574624663,793451934,1679968233,1764313568,2117360635,1933530610,1343127501,1560637892,1243112415,1192455638,3704280881,3519142200,3336358691,3419915562,3907448597,3857572124,4075877127,4294704398,3029510009,3113855344,2927934315,2744104290,2159976285,2377486676,2594734927,2544078150],L=[0,151849742,303699484,454499602,607398968,758720310,908999204,1059270954,1214797936,1097159550,1517440620,1400849762,1817998408,1699839814,2118541908,2001430874,2429595872,2581445614,2194319100,2345119218,3034881240,3186202582,2801699524,2951971274,3635996816,3518358430,3399679628,3283088770,4237083816,4118925222,4002861748,3885750714,1002142683,850817237,698445255,548169417,529487843,377642221,227885567,77089521,1943217067,2061379749,1640576439,1757691577,1474760595,1592394909,1174215055,1290801793,2875968315,2724642869,3111247143,2960971305,2405426947,2253581325,2638606623,2487810577,3808662347,3926825029,4044981591,4162096729,3342319475,3459953789,3576539503,3693126241,1986918061,2137062819,1685577905,1836772287,1381620373,1532285339,1078185097,1229899655,1040559837,923313619,740276417,621982671,439452389,322734571,137073913,19308535,3871163981,4021308739,4104605777,4255800159,3263785589,3414450555,3499326569,3651041127,2933202493,2815956275,3167684641,3049390895,2330014213,2213296395,2566595609,2448830231,1305906550,1155237496,1607244650,1455525988,1776460110,1626319424,2079897426,1928707164,96392454,213114376,396673818,514443284,562755902,679998e3,865136418,983426092,3708173718,3557504664,3474729866,3323011204,4180808110,4030667424,3945269170,3794078908,2507040230,2623762152,2272556026,2390325492,2975484382,3092726480,2738905026,2857194700,3973773121,3856137295,4274053469,4157467219,3371096953,3252932727,3673476453,3556361835,2763173681,2915017791,3064510765,3215307299,2156299017,2307622919,2459735317,2610011675,2081048481,1963412655,1846563261,1729977011,1480485785,1362321559,1243905413,1126790795,878845905,1030690015,645401037,796197571,274084841,425408743,38544885,188821243,3613494426,3731654548,3313212038,3430322568,4082475170,4200115116,3780097726,3896688048,2668221674,2516901860,2366882550,2216610296,3141400786,2989552604,2837966542,2687165888,1202797690,1320957812,1437280870,1554391400,1669664834,1787304780,1906247262,2022837584,265905162,114585348,499347990,349075736,736970802,585122620,972512814,821712160,2595684844,2478443234,2293045232,2174754046,3196267988,3079546586,2895723464,2777952454,3537852828,3687994002,3234156416,3385345166,4142626212,4293295786,3841024952,3992742070,174567692,57326082,410887952,292596766,777231668,660510266,1011452712,893681702,1108339068,1258480242,1343618912,1494807662,1715193156,1865862730,1948373848,2100090966,2701949495,2818666809,3004591147,3122358053,2235061775,2352307457,2535604243,2653899549,3915653703,3764988233,4219352155,4067639125,3444575871,3294430577,3746175075,3594982253,836553431,953270745,600235211,718002117,367585007,484830689,133361907,251657213,2041877159,1891211689,1806599355,1654886325,1568718495,1418573201,1335535747,1184342925],U=function G(Q){if(!(this instanceof G))throw Error("AES must be instanitated with `new`");Object.defineProperty(this,"key",{value:a(Q,!0)}),this._prepare()};U.prototype._prepare=function(){var G=y[this.key.length];if(G==null)throw new Error("invalid key size (must be 16, 24 or 32 bytes)");this._Ke=[],this._Kd=[];for(var Q=0;Q<=G;Q++)this._Ke.push([0,0,0,0]),this._Kd.push([0,0,0,0]);for(var X,Y=4*(G+1),V=this.key.length/4,ee=d(this.key),Q=0;Q<V;Q++)X=Q>>2,this._Ke[X][Q%4]=ee[Q],this._Kd[G-X][Q%4]=ee[Q];for(var oe,pe=0,Se=V;Se<Y;){if(oe=ee[V-1],ee[0]^=E[oe>>16&255]<<24^E[oe>>8&255]<<16^E[255&oe]<<8^E[oe>>24&255]^_[pe]<<24,pe+=1,V!=8)for(var Q=1;Q<V;Q++)ee[Q]^=ee[Q-1];else{for(var Q=1;Q<V/2;Q++)ee[Q]^=ee[Q-1];oe=ee[V/2-1],ee[V/2]^=E[255&oe]^E[oe>>8&255]<<8^E[oe>>16&255]<<16^E[oe>>24&255]<<24;for(var Q=V/2+1;Q<V;Q++)ee[Q]^=ee[Q-1]}for(var _e,Ee,Q=0;Q<V&&Se<Y;)_e=Se>>2,Ee=Se%4,this._Ke[_e][Ee]=ee[Q],this._Kd[G-_e][Ee]=ee[Q++],Se++}for(var _e=1;_e<G;_e++)for(var Ee=0;Ee<4;Ee++)oe=this._Kd[_e][Ee],this._Kd[_e][Ee]=k[oe>>24&255]^x[oe>>16&255]^N[oe>>8&255]^L[255&oe]},U.prototype.encrypt=function(G){if(G.length!=16)throw new Error("invalid plaintext size (must be 16 bytes)");for(var Q=this._Ke.length-1,X=[0,0,0,0],Y=d(G),V=0;V<4;V++)Y[V]^=this._Ke[0][V];for(var ee=1;ee<Q;ee++){for(var V=0;V<4;V++)X[V]=A[Y[V]>>24&255]^O[Y[(V+1)%4]>>16&255]^j[Y[(V+2)%4]>>8&255]^P[255&Y[(V+3)%4]]^this._Ke[ee][V];Y=X.slice()}for(var oe,pe=l(16),V=0;V<4;V++)oe=this._Ke[Q][V],pe[4*V]=255&(E[Y[V]>>24&255]^oe>>24),pe[4*V+1]=255&(E[Y[(V+1)%4]>>16&255]^oe>>16),pe[4*V+2]=255&(E[Y[(V+2)%4]>>8&255]^oe>>8),pe[4*V+3]=255&(E[255&Y[(V+3)%4]]^oe);return pe},U.prototype.decrypt=function(G){if(G.length!=16)throw new Error("invalid ciphertext size (must be 16 bytes)");for(var Q=this._Kd.length-1,X=[0,0,0,0],Y=d(G),V=0;V<4;V++)Y[V]^=this._Kd[0][V];for(var ee=1;ee<Q;ee++){for(var V=0;V<4;V++)X[V]=I[Y[V]>>24&255]^f[Y[(V+3)%4]>>16&255]^b[Y[(V+2)%4]>>8&255]^S[255&Y[(V+1)%4]]^this._Kd[ee][V];Y=X.slice()}for(var oe,pe=l(16),V=0;V<4;V++)oe=this._Kd[Q][V],pe[4*V]=255&(w[Y[V]>>24&255]^oe>>24),pe[4*V+1]=255&(w[Y[(V+3)%4]>>16&255]^oe>>16),pe[4*V+2]=255&(w[Y[(V+2)%4]>>8&255]^oe>>8),pe[4*V+3]=255&(w[255&Y[(V+1)%4]]^oe);return pe};var ne=function G(Q,X){if(!(this instanceof G))throw Error("AES must be instanitated with `new`");if(this.description="Cipher Block Chaining",this.name="cbc",X){if(X.length!=16)throw new Error("invalid initialation vector size (must be 16 bytes)")}else X=l(16);this._lastCipherblock=a(X,!0),this._aes=new U(Q)};ne.prototype.encrypt=function(G){if(G=a(G),G.length%16!=0)throw new Error("invalid plaintext size (must be multiple of 16 bytes)");for(var Q=l(G.length),X=l(16),Y=0;Y<G.length;Y+=16){u(G,X,0,Y,Y+16);for(var V=0;V<16;V++)X[V]^=this._lastCipherblock[V];this._lastCipherblock=this._aes.encrypt(X),u(this._lastCipherblock,Q,Y)}return Q},ne.prototype.decrypt=function(G){if(G=a(G),G.length%16!=0)throw new Error("invalid ciphertext size (must be multiple of 16 bytes)");for(var Q=l(G.length),X=l(16),Y=0;Y<G.length;Y+=16){u(G,X,0,Y,Y+16),X=this._aes.decrypt(X);for(var V=0;V<16;V++)Q[Y+V]=X[V]^this._lastCipherblock[V];u(G,this._lastCipherblock,0,Y,Y+16)}return Q};var ae=function G(Q){if(!(this instanceof G))throw Error("Counter must be instanitated with `new`");Q===0||Q||(Q=1),typeof Q=="number"?(this._counter=l(16),this.setValue(Q)):this.setBytes(Q)};ae.prototype.setValue=function(G){if(typeof G!="number"||parseInt(G)!=G)throw new Error("invalid counter value (must be an integer)");if(G>Number.MAX_SAFE_INTEGER)throw new Error("integer value out of safe range");for(var Q=15;Q>=0;--Q)this._counter[Q]=G%256,G=parseInt(G/256)},ae.prototype.setBytes=function(G){if(G=a(G,!0),G.length!=16)throw new Error("invalid counter bytes size (must be 16 bytes)");this._counter=G},ae.prototype.increment=function(){for(var G=15;G>=0;G--){if(this._counter[G]!==255){this._counter[G]++;break}this._counter[G]=0}};var ve={AES:U,Counter:ae,modeOfOperation:{cbc:ne},utils:{hex:m,utf8:g},padding:{pkcs7:{pad:h,strip:p}},_arrayTest:{coerceArray:a,createArray:l,copyArray:u}},le=ve},"./utils/index.js":function(r,t,e){e.r(t),e.d(t,{isVisible:function(){return n}});var n=function(s){if(!s)return!1;var a=window.getComputedStyle(s),l=a.getPropertyValue("display"),u=a.getPropertyValue("visibility"),d=a.getPropertyValue("opacity");return l!=="none"&&u!=="hidden"&&d!=="0"}},"./node_modules/charenc/charenc.js":function(r){var t={utf8:{stringToBytes:function(e){return t.bin.stringToBytes(unescape(encodeURIComponent(e)))},bytesToString:function(e){return decodeURIComponent(escape(t.bin.bytesToString(e)))}},bin:{stringToBytes:function(e){for(var n=[],s=0;s<e.length;s++)n.push(255&e.charCodeAt(s));return n},bytesToString:function(e){for(var n=[],s=0;s<e.length;s++)n.push(String.fromCharCode(e[s]));return n.join("")}}};r.exports=t},"./node_modules/crypt/crypt.js":function(r){(function(){var t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",e={rotl:function(n,s){return n<<s|n>>>32-s},rotr:function(n,s){return n<<32-s|n>>>s},endian:function(n){if(n.constructor==Number)return 16711935&e.rotl(n,8)|4278255360&e.rotl(n,24);for(var s=0;s<n.length;s++)n[s]=e.endian(n[s]);return n},randomBytes:function(n){for(var s=[];n>0;n--)s.push(Math.floor(256*Math.random()));return s},bytesToWords:function(n){for(var s=[],a=0,l=0;a<n.length;a++,l+=8)s[l>>>5]|=n[a]<<24-l%32;return s},wordsToBytes:function(n){for(var s=[],a=0;a<32*n.length;a+=8)s.push(n[a>>>5]>>>24-a%32&255);return s},bytesToHex:function(n){for(var s=[],a=0;a<n.length;a++)s.push((n[a]>>>4).toString(16)),s.push((15&n[a]).toString(16));return s.join("")},hexToBytes:function(n){for(var s=[],a=0;a<n.length;a+=2)s.push(parseInt(n.substr(a,2),16));return s},bytesToBase64:function(n){for(var s=[],a=0;a<n.length;a+=3)for(var l=n[a]<<16|n[a+1]<<8|n[a+2],u=0;u<4;u++)8*a+6*u<=8*n.length?s.push(t.charAt(l>>>6*(3-u)&63)):s.push("=");return s.join("")},base64ToBytes:function(n){n=n.replace(/[^A-Z0-9+\/]/gi,"");for(var s=[],a=0,l=0;a<n.length;l=++a%4)l!=0&&s.push((t.indexOf(n.charAt(a-1))&Math.pow(2,-2*l+8)-1)<<2*l|t.indexOf(n.charAt(a))>>>6-2*l);return s}};r.exports=e})()},"./node_modules/is-buffer/index.js":function(r){function t(n){return!!n.constructor&&typeof n.constructor.isBuffer=="function"&&n.constructor.isBuffer(n)}function e(n){return typeof n.readFloatLE=="function"&&typeof n.slice=="function"&&t(n.slice(0,0))}r.exports=function(n){return n!=null&&(t(n)||e(n)||!!n._isBuffer)}},"./node_modules/jsencrypt/lib/JSEncrypt.js":function(r,t,e){e.r(t),e.d(t,{JSEncrypt:function(){return u}});var n,s=e("./node_modules/jsencrypt/lib/lib/jsbn/base64.js"),a=e("./node_modules/jsencrypt/lib/JSEncryptRSAKey.js"),l=typeof process<"u"?(n=process.env)===null||n===void 0?void 0:n.npm_package_version:void 0,u=function(){function d(h){h===void 0&&(h={}),h=h||{},this.default_key_size=h.default_key_size?parseInt(h.default_key_size,10):1024,this.default_public_exponent=h.default_public_exponent||"010001",this.log=h.log||!1,this.key=null}return d.prototype.setKey=function(h){this.log&&this.key,this.key=new a.JSEncryptRSAKey(h)},d.prototype.setPrivateKey=function(h){this.setKey(h)},d.prototype.setPublicKey=function(h){this.setKey(h)},d.prototype.decrypt=function(h){try{return this.getKey().decrypt((0,s.b64tohex)(h))}catch(p){return!1}},d.prototype.encrypt=function(h){try{return(0,s.hex2b64)(this.getKey().encrypt(h))}catch(p){return!1}},d.prototype.sign=function(h,p,g){try{return(0,s.hex2b64)(this.getKey().sign(h,p,g))}catch(m){return!1}},d.prototype.verify=function(h,p,g){try{return this.getKey().verify(h,(0,s.b64tohex)(p),g)}catch(m){return!1}},d.prototype.getKey=function(h){if(!this.key){if(this.key=new a.JSEncryptRSAKey,h&&{}.toString.call(h)==="[object Function]")return void this.key.generateAsync(this.default_key_size,this.default_public_exponent,h);this.key.generate(this.default_key_size,this.default_public_exponent)}return this.key},d.prototype.getPrivateKey=function(){return this.getKey().getPrivateKey()},d.prototype.getPrivateKeyB64=function(){return this.getKey().getPrivateBaseKeyB64()},d.prototype.getPublicKey=function(){return this.getKey().getPublicKey()},d.prototype.getPublicKeyB64=function(){return this.getKey().getPublicBaseKeyB64()},d.version=l,d}()},"./node_modules/jsencrypt/lib/JSEncryptRSAKey.js":function(r,t,e){e.r(t),e.d(t,{JSEncryptRSAKey:function(){return g}});var n=e("./node_modules/jsencrypt/lib/lib/jsbn/base64.js"),s=e("./node_modules/jsencrypt/lib/lib/asn1js/hex.js"),a=e("./node_modules/jsencrypt/lib/lib/asn1js/base64.js"),l=e("./node_modules/jsencrypt/lib/lib/asn1js/asn1.js"),u=e("./node_modules/jsencrypt/lib/lib/jsbn/rsa.js"),d=e("./node_modules/jsencrypt/lib/lib/jsbn/jsbn.js"),h=e("./node_modules/jsencrypt/lib/lib/jsrsasign/asn1-1.0.js"),p=function(){var m=function(y,_){return(m=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(E,w){E.__proto__=w}||function(E,w){for(var A in w)Object.prototype.hasOwnProperty.call(w,A)&&(E[A]=w[A])})(y,_)};return function(y,_){function E(){this.constructor=y}if(typeof _!="function"&&_!==null)throw new TypeError("Class extends value "+String(_)+" is not a constructor or null");m(y,_),y.prototype=_===null?Object.create(_):(E.prototype=_.prototype,new E)}}(),g=function(m){function y(_){var E=m.call(this)||this;return _&&(typeof _=="string"?E.parseKey(_):(y.hasPrivateKeyProperty(_)||y.hasPublicKeyProperty(_))&&E.parsePropertiesFrom(_)),E}return p(y,m),y.prototype.parseKey=function(_){try{var E=0,w=0,A=/^\s*(?:[0-9A-Fa-f][0-9A-Fa-f]\s*)+$/,O=A.test(_)?s.Hex.decode(_):a.Base64.unarmor(_),j=l.ASN1.decode(O);if(j.sub.length===3&&(j=j.sub[2].sub[0]),j.sub.length===9){E=j.sub[1].getHexStringValue(),this.n=(0,d.parseBigInt)(E,16),w=j.sub[2].getHexStringValue(),this.e=parseInt(w,16);var P=j.sub[3].getHexStringValue();this.d=(0,d.parseBigInt)(P,16);var I=j.sub[4].getHexStringValue();this.p=(0,d.parseBigInt)(I,16);var f=j.sub[5].getHexStringValue();this.q=(0,d.parseBigInt)(f,16);var b=j.sub[6].getHexStringValue();this.dmp1=(0,d.parseBigInt)(b,16);var S=j.sub[7].getHexStringValue();this.dmq1=(0,d.parseBigInt)(S,16);var k=j.sub[8].getHexStringValue();this.coeff=(0,d.parseBigInt)(k,16)}else{if(j.sub.length!==2)return!1;if(j.sub[0].sub){var x=j.sub[1],N=x.sub[0];E=N.sub[0].getHexStringValue(),this.n=(0,d.parseBigInt)(E,16),w=N.sub[1].getHexStringValue(),this.e=parseInt(w,16)}else E=j.sub[0].getHexStringValue(),this.n=(0,d.parseBigInt)(E,16),w=j.sub[1].getHexStringValue(),this.e=parseInt(w,16)}return!0}catch(L){return!1}},y.prototype.getPrivateBaseKey=function(){var _={array:[new h.KJUR.asn1.DERInteger({int:0}),new h.KJUR.asn1.DERInteger({bigint:this.n}),new h.KJUR.asn1.DERInteger({int:this.e}),new h.KJUR.asn1.DERInteger({bigint:this.d}),new h.KJUR.asn1.DERInteger({bigint:this.p}),new h.KJUR.asn1.DERInteger({bigint:this.q}),new h.KJUR.asn1.DERInteger({bigint:this.dmp1}),new h.KJUR.asn1.DERInteger({bigint:this.dmq1}),new h.KJUR.asn1.DERInteger({bigint:this.coeff})]};return new h.KJUR.asn1.DERSequence(_).getEncodedHex()},y.prototype.getPrivateBaseKeyB64=function(){return(0,n.hex2b64)(this.getPrivateBaseKey())},y.prototype.getPublicBaseKey=function(){var _=new h.KJUR.asn1.DERSequence({array:[new h.KJUR.asn1.DERObjectIdentifier({oid:"1.2.840.113549.1.1.1"}),new h.KJUR.asn1.DERNull]}),E=new h.KJUR.asn1.DERSequence({array:[new h.KJUR.asn1.DERInteger({bigint:this.n}),new h.KJUR.asn1.DERInteger({int:this.e})]}),w=new h.KJUR.asn1.DERBitString({hex:"00"+E.getEncodedHex()});return new h.KJUR.asn1.DERSequence({array:[_,w]}).getEncodedHex()},y.prototype.getPublicBaseKeyB64=function(){return(0,n.hex2b64)(this.getPublicBaseKey())},y.wordwrap=function(_,E){if(E=E||64,!_)return _;var w="(.{1,"+E+"})( +|$\n?)|(.{1,"+E+"})";return _.match(RegExp(w,"g")).join("\n")},y.prototype.getPrivateKey=function(){var _="-----BEGIN RSA PRIVATE KEY-----\n";return _+=y.wordwrap(this.getPrivateBaseKeyB64())+"\n",_+="-----END RSA PRIVATE KEY-----"},y.prototype.getPublicKey=function(){var _="-----BEGIN PUBLIC KEY-----\n";return _+=y.wordwrap(this.getPublicBaseKeyB64())+"\n",_+="-----END PUBLIC KEY-----"},y.hasPublicKeyProperty=function(_){return _=_||{},_.hasOwnProperty("n")&&_.hasOwnProperty("e")},y.hasPrivateKeyProperty=function(_){return _=_||{},_.hasOwnProperty("n")&&_.hasOwnProperty("e")&&_.hasOwnProperty("d")&&_.hasOwnProperty("p")&&_.hasOwnProperty("q")&&_.hasOwnProperty("dmp1")&&_.hasOwnProperty("dmq1")&&_.hasOwnProperty("coeff")},y.prototype.parsePropertiesFrom=function(_){this.n=_.n,this.e=_.e,_.hasOwnProperty("d")&&(this.d=_.d,this.p=_.p,this.q=_.q,this.dmp1=_.dmp1,this.dmq1=_.dmq1,this.coeff=_.coeff)},y}(u.RSAKey)},"./node_modules/jsencrypt/lib/index.js":function(r,t,e){e.r(t),e.d(t,{JSEncrypt:function(){return n.JSEncrypt},default:function(){return s}});var n=e("./node_modules/jsencrypt/lib/JSEncrypt.js"),s=n.JSEncrypt},"./node_modules/jsencrypt/lib/lib/asn1js/asn1.js":function(r,t,e){function n(g,m){return g.length>m&&(g=g.substring(0,m)+a),g}e.r(t),e.d(t,{ASN1:function(){return h},ASN1Tag:function(){return p},Stream:function(){return d}});var s=e("./node_modules/jsencrypt/lib/lib/asn1js/int10.js"),a="…",l=/^(\d\d)(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])([01]\d|2[0-3])(?:([0-5]\d)(?:([0-5]\d)(?:[.,](\d{1,3}))?)?)?(Z|[-+](?:[0]\d|1[0-2])([0-5]\d)?)?$/,u=/^(\d\d\d\d)(0[1-9]|1[0-2])(0[1-9]|[12]\d|3[01])([01]\d|2[0-3])(?:([0-5]\d)(?:([0-5]\d)(?:[.,](\d{1,3}))?)?)?(Z|[-+](?:[0]\d|1[0-2])([0-5]\d)?)?$/,d=function(){function g(m,y){this.hexDigits="0123456789ABCDEF",m instanceof g?(this.enc=m.enc,this.pos=m.pos):(this.enc=m,this.pos=y)}return g.prototype.get=function(m){if(m===void 0&&(m=this.pos++),m>=this.enc.length)throw new Error("Requesting byte offset ".concat(m," on a stream of length ").concat(this.enc.length));return typeof this.enc=="string"?this.enc.charCodeAt(m):this.enc[m]},g.prototype.hexByte=function(m){return this.hexDigits.charAt(m>>4&15)+this.hexDigits.charAt(15&m)},g.prototype.hexDump=function(m,y,_){for(var E="",w=m;w<y;++w)if(E+=this.hexByte(this.get(w)),_!==!0)switch(15&w){case 7:E+=" ";break;case 15:E+="\n";break;default:E+=" "}return E},g.prototype.isASCII=function(m,y){for(var _=m;_<y;++_){var E=this.get(_);if(E<32||E>176)return!1}return!0},g.prototype.parseStringISO=function(m,y){for(var _="",E=m;E<y;++E)_+=String.fromCharCode(this.get(E));return _},g.prototype.parseStringUTF=function(m,y){for(var _="",E=m;E<y;){var w=this.get(E++);_+=w<128?String.fromCharCode(w):w>191&&w<224?String.fromCharCode((31&w)<<6|63&this.get(E++)):String.fromCharCode((15&w)<<12|(63&this.get(E++))<<6|63&this.get(E++))}return _},g.prototype.parseStringBMP=function(m,y){for(var _,E,w="",A=m;A<y;)_=this.get(A++),E=this.get(A++),w+=String.fromCharCode(_<<8|E);return w},g.prototype.parseTime=function(m,y,_){var E=this.parseStringISO(m,y),w=(_?l:u).exec(E);return w?(_&&(w[1]=+w[1],w[1]+=+w[1]<70?2e3:1900),E=w[1]+"-"+w[2]+"-"+w[3]+" "+w[4],w[5]&&(E+=":"+w[5],w[6]&&(E+=":"+w[6],w[7]&&(E+="."+w[7]))),w[8]&&(E+=" UTC",w[8]!="Z"&&(E+=w[8],w[9]&&(E+=":"+w[9]))),E):"Unrecognized time: "+E},g.prototype.parseInteger=function(m,y){for(var _,E=this.get(m),w=E>127,A=w?255:0,O="";E==A&&++m<y;)E=this.get(m);if((_=y-m)===0)return w?-1:0;if(_>4){for(O=E,_<<=3;!(128&(+O^A));)O=+O<<1,--_;O="("+_+" bit)\n"}w&&(E-=256);for(var j=new s.Int10(E),P=m+1;P<y;++P)j.mulAdd(256,this.get(P));return O+j.toString()},g.prototype.parseBitString=function(m,y,_){for(var E=this.get(m),w=(y-m-1<<3)-E,A="("+w+" bit)\n",O="",j=m+1;j<y;++j){for(var P=this.get(j),I=j==y-1?E:0,f=7;f>=I;--f)O+=P>>f&1?"1":"0";if(O.length>_)return A+n(O,_)}return A+O},g.prototype.parseOctetString=function(m,y,_){if(this.isASCII(m,y))return n(this.parseStringISO(m,y),_);var E=y-m,w="("+E+" byte)\n";_/=2,E>_&&(y=m+_);for(var A=m;A<y;++A)w+=this.hexByte(this.get(A));return E>_&&(w+=a),w},g.prototype.parseOID=function(m,y,_){for(var E="",w=new s.Int10,A=0,O=m;O<y;++O){var j=this.get(O);if(w.mulAdd(128,127&j),A+=7,!(128&j)){if(E==="")if((w=w.simplify())instanceof s.Int10)w.sub(80),E="2."+w.toString();else{var P=w<80?w<40?0:1:2;E=P+"."+(w-40*P)}else E+="."+w.toString();if(E.length>_)return n(E,_);w=new s.Int10,A=0}}return A>0&&(E+=".incomplete"),E},g}(),h=function(){function g(m,y,_,E,w){if(!(E instanceof p))throw new Error("Invalid tag value.");this.stream=m,this.header=y,this.length=_,this.tag=E,this.sub=w}return g.prototype.typeName=function(){switch(this.tag.tagClass){case 0:switch(this.tag.tagNumber){case 0:return"EOC";case 1:return"BOOLEAN";case 2:return"INTEGER";case 3:return"BIT_STRING";case 4:return"OCTET_STRING";case 5:return"NULL";case 6:return"OBJECT_IDENTIFIER";case 7:return"ObjectDescriptor";case 8:return"EXTERNAL";case 9:return"REAL";case 10:return"ENUMERATED";case 11:return"EMBEDDED_PDV";case 12:return"UTF8String";case 16:return"SEQUENCE";case 17:return"SET";case 18:return"NumericString";case 19:return"PrintableString";case 20:return"TeletexString";case 21:return"VideotexString";case 22:return"IA5String";case 23:return"UTCTime";case 24:return"GeneralizedTime";case 25:return"GraphicString";case 26:return"VisibleString";case 27:return"GeneralString";case 28:return"UniversalString";case 30:return"BMPString"}return"Universal_"+this.tag.tagNumber.toString();case 1:return"Application_"+this.tag.tagNumber.toString();case 2:return"["+this.tag.tagNumber.toString()+"]";case 3:return"Private_"+this.tag.tagNumber.toString()}},g.prototype.content=function(m){if(this.tag===void 0)return null;m===void 0&&(m=1/0);var y=this.posContent(),_=Math.abs(this.length);if(!this.tag.isUniversal())return this.sub!==null?"("+this.sub.length+" elem)":this.stream.parseOctetString(y,y+_,m);switch(this.tag.tagNumber){case 1:return this.stream.get(y)===0?"false":"true";case 2:return this.stream.parseInteger(y,y+_);case 3:return this.sub?"("+this.sub.length+" elem)":this.stream.parseBitString(y,y+_,m);case 4:return this.sub?"("+this.sub.length+" elem)":this.stream.parseOctetString(y,y+_,m);case 6:return this.stream.parseOID(y,y+_,m);case 16:case 17:return this.sub!==null?"("+this.sub.length+" elem)":"(no elem)";case 12:return n(this.stream.parseStringUTF(y,y+_),m);case 18:case 19:case 20:case 21:case 22:case 26:return n(this.stream.parseStringISO(y,y+_),m);case 30:return n(this.stream.parseStringBMP(y,y+_),m);case 23:case 24:return this.stream.parseTime(y,y+_,this.tag.tagNumber==23)}return null},g.prototype.toString=function(){return this.typeName()+"@"+this.stream.pos+"[header:"+this.header+",length:"+this.length+",sub:"+(this.sub===null?"null":this.sub.length)+"]"},g.prototype.toPrettyString=function(m){m===void 0&&(m="");var y=m+this.typeName()+" @"+this.stream.pos;if(this.length>=0&&(y+="+"),y+=this.length,this.tag.tagConstructed?y+=" (constructed)":!this.tag.isUniversal()||this.tag.tagNumber!=3&&this.tag.tagNumber!=4||this.sub===null||(y+=" (encapsulates)"),y+="\n",this.sub!==null){m+=" ";for(var _=0,E=this.sub.length;_<E;++_)y+=this.sub[_].toPrettyString(m)}return y},g.prototype.posStart=function(){return this.stream.pos},g.prototype.posContent=function(){return this.stream.pos+this.header},g.prototype.posEnd=function(){return this.stream.pos+this.header+Math.abs(this.length)},g.prototype.toHexString=function(){return this.stream.hexDump(this.posStart(),this.posEnd(),!0)},g.decodeLength=function(m){var y=m.get(),_=127&y;if(_==y)return _;if(_>6)throw new Error("Length over 48 bits not supported at position "+(m.pos-1));if(_===0)return null;y=0;for(var E=0;E<_;++E)y=256*y+m.get();return y},g.prototype.getHexStringValue=function(){var m=this.toHexString(),y=2*this.header,_=2*this.length;return m.substr(y,_)},g.decode=function(m){var y;y=m instanceof d?m:new d(m,0);var _=new d(y),E=new p(y),w=g.decodeLength(y),A=y.pos,O=A-_.pos,j=null,P=function(){var f=[];if(w!==null){for(var b=A+w;y.pos<b;)f[f.length]=g.decode(y);if(y.pos!=b)throw new Error("Content size is not correct for container starting at offset "+A)}else try{for(;;){var S=g.decode(y);if(S.tag.isEOC())break;f[f.length]=S}w=A-y.pos}catch(k){throw new Error("Exception while decoding undefined length content: "+k)}return f};if(E.tagConstructed)j=P();else if(E.isUniversal()&&(E.tagNumber==3||E.tagNumber==4))try{if(E.tagNumber==3&&y.get()!=0)throw new Error("BIT STRINGs with unused bits cannot encapsulate.");j=P();for(var I=0;I<j.length;++I)if(j[I].tag.isEOC())throw new Error("EOC is not supposed to be actual content.")}catch(f){j=null}if(j===null){if(w===null)throw new Error("We can't skip over an invalid tag with undefined length at offset "+A);y.pos=A+Math.abs(w)}return new g(_,O,w,E,j)},g}(),p=function(){function g(m){var y=m.get();if(this.tagClass=y>>6,this.tagConstructed=(32&y)!=0,this.tagNumber=31&y,this.tagNumber==31){var _=new s.Int10;do y=m.get(),_.mulAdd(128,127&y);while(128&y);this.tagNumber=_.simplify()}}return g.prototype.isUniversal=function(){return this.tagClass===0},g.prototype.isEOC=function(){return this.tagClass===0&&this.tagNumber===0},g}()},"./node_modules/jsencrypt/lib/lib/asn1js/base64.js":function(r,t,e){e.r(t),e.d(t,{Base64:function(){return s}});var n,s={decode:function(a){var l;if(n===void 0){var u="= \f\n\r  \u2028\u2029";for(n=Object.create(null),l=0;l<64;++l)n["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(l)]=l;for(n["-"]=62,n._=63,l=0;l<u.length;++l)n[u.charAt(l)]=-1}var d=[],h=0,p=0;for(l=0;l<a.length;++l){var g=a.charAt(l);if(g=="=")break;if((g=n[g])!=-1){if(g===void 0)throw new Error("Illegal character at offset "+l);h|=g,++p>=4?(d[d.length]=h>>16,d[d.length]=h>>8&255,d[d.length]=255&h,h=0,p=0):h<<=6}}switch(p){case 1:throw new Error("Base64 encoding incomplete: at least 2 bits missing");case 2:d[d.length]=h>>10;break;case 3:d[d.length]=h>>16,d[d.length]=h>>8&255}return d},re:/-----BEGIN [^-]+-----([A-Za-z0-9+\/=\s]+)-----END [^-]+-----|begin-base64[^\n]+\n([A-Za-z0-9+\/=\s]+)====/,unarmor:function(a){var l=s.re.exec(a);if(l)if(l[1])a=l[1];else{if(!l[2])throw new Error("RegExp out of sync");a=l[2]}return s.decode(a)}}},"./node_modules/jsencrypt/lib/lib/asn1js/hex.js":function(r,t,e){e.r(t),e.d(t,{Hex:function(){return s}});var n,s={decode:function(a){var l;if(n===void 0){var u="0123456789ABCDEF",d=" \f\n\r  \u2028\u2029";for(n={},l=0;l<16;++l)n[u.charAt(l)]=l;for(u=u.toLowerCase(),l=10;l<16;++l)n[u.charAt(l)]=l;for(l=0;l<d.length;++l)n[d.charAt(l)]=-1}var h=[],p=0,g=0;for(l=0;l<a.length;++l){var m=a.charAt(l);if(m=="=")break;if((m=n[m])!=-1){if(m===void 0)throw new Error("Illegal character at offset "+l);p|=m,++g>=2?(h[h.length]=p,p=0,g=0):p<<=4}}if(g)throw new Error("Hex encoding incomplete: 4 bits missing");return h}}},"./node_modules/jsencrypt/lib/lib/asn1js/int10.js":function(r,t,e){e.r(t),e.d(t,{Int10:function(){return n}});var n=function(){function s(a){this.buf=[+a||0]}return s.prototype.mulAdd=function(a,l){var u,d,h=this.buf,p=h.length;for(u=0;u<p;++u)d=h[u]*a+l,d<1e13?l=0:(l=0|d/1e13,d-=1e13*l),h[u]=d;l>0&&(h[u]=l)},s.prototype.sub=function(a){var l,u,d=this.buf,h=d.length;for(l=0;l<h;++l)u=d[l]-a,u<0?(u+=1e13,a=1):a=0,d[l]=u;for(;d[d.length-1]===0;)d.pop()},s.prototype.toString=function(a){if((a||10)!=10)throw new Error("only base 10 is supported");for(var l=this.buf,u=l[l.length-1].toString(),d=l.length-2;d>=0;--d)u+=(1e13+l[d]).toString().substring(1);return u},s.prototype.valueOf=function(){for(var a=this.buf,l=0,u=a.length-1;u>=0;--u)l=1e13*l+a[u];return l},s.prototype.simplify=function(){var a=this.buf;return a.length==1?a[0]:this},s}()},"./node_modules/jsencrypt/lib/lib/jsbn/base64.js":function(r,t,e){function n(h){var p,g,m="";for(p=0;p+3<=h.length;p+=3)g=parseInt(h.substring(p,p+3),16),m+=u.charAt(g>>6)+u.charAt(63&g);for(p+1==h.length?(g=parseInt(h.substring(p,p+1),16),m+=u.charAt(g<<2)):p+2==h.length&&(g=parseInt(h.substring(p,p+2),16),m+=u.charAt(g>>2)+u.charAt((3&g)<<4));(3&m.length)>0;)m+=d;return m}function s(h){var p,g="",m=0,y=0;for(p=0;p<h.length&&h.charAt(p)!=d;++p){var _=u.indexOf(h.charAt(p));_<0||(m==0?(g+=(0,l.int2char)(_>>2),y=3&_,m=1):m==1?(g+=(0,l.int2char)(y<<2|_>>4),y=15&_,m=2):m==2?(g+=(0,l.int2char)(y),g+=(0,l.int2char)(_>>2),y=3&_,m=3):(g+=(0,l.int2char)(y<<2|_>>4),g+=(0,l.int2char)(15&_),m=0))}return m==1&&(g+=(0,l.int2char)(y<<2)),g}function a(h){var p,g=s(h),m=[];for(p=0;2*p<g.length;++p)m[p]=parseInt(g.substring(2*p,2*p+2),16);return m}e.r(t),e.d(t,{b64toBA:function(){return a},b64tohex:function(){return s},hex2b64:function(){return n}});var l=e("./node_modules/jsencrypt/lib/lib/jsbn/util.js"),u="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",d="="},"./node_modules/jsencrypt/lib/lib/jsbn/jsbn.js":function(r,t,e){function n(){return new m(null)}function s(I,f){return new m(I,f)}function a(I,f){var b=P[I.charCodeAt(f)];return b==null?-1:b}function l(I){var f=n();return f.fromInt(I),f}function u(I){var f,b=1;return(f=I>>>16)!=0&&(I=f,b+=16),(f=I>>8)!=0&&(I=f,b+=8),(f=I>>4)!=0&&(I=f,b+=4),(f=I>>2)!=0&&(I=f,b+=2),(f=I>>1)!=0&&(I=f,b+=1),b}e.r(t),e.d(t,{BigInteger:function(){return m},intAt:function(){return a},nbi:function(){return n},nbits:function(){return u},nbv:function(){return l},parseBigInt:function(){return s}});var d,h=e("./node_modules/jsencrypt/lib/lib/jsbn/util.js"),p=[2,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,97,101,103,107,109,113,127,131,137,139,149,151,157,163,167,173,179,181,191,193,197,199,211,223,227,229,233,239,241,251,257,263,269,271,277,281,283,293,307,311,313,317,331,337,347,349,353,359,367,373,379,383,389,397,401,409,419,421,431,433,439,443,449,457,461,463,467,479,487,491,499,503,509,521,523,541,547,557,563,569,571,577,587,593,599,601,607,613,617,619,631,641,643,647,653,659,661,673,677,683,691,701,709,719,727,733,739,743,751,757,761,769,773,787,797,809,811,821,823,827,829,839,853,857,859,863,877,881,883,887,907,911,919,929,937,941,947,953,967,971,977,983,991,997],g=(1<<26)/p[p.length-1],m=function(){function I(f,b,S){f!=null&&(typeof f=="number"?this.fromNumber(f,b,S):b==null&&typeof f!="string"?this.fromString(f,256):this.fromString(f,b))}return I.prototype.toString=function(f){if(this.s<0)return"-"+this.negate().toString(f);var b;if(f==16)b=4;else if(f==8)b=3;else if(f==2)b=1;else if(f==32)b=5;else{if(f!=4)return this.toRadix(f);b=2}var S,k=(1<<b)-1,x=!1,N="",L=this.t,U=this.DB-L*this.DB%b;if(L-- >0)for(U<this.DB&&(S=this[L]>>U)>0&&(x=!0,N=(0,h.int2char)(S));L>=0;)U<b?(S=(this[L]&(1<<U)-1)<<b-U,S|=this[--L]>>(U+=this.DB-b)):(S=this[L]>>(U-=b)&k,U<=0&&(U+=this.DB,--L)),S>0&&(x=!0),x&&(N+=(0,h.int2char)(S));return x?N:"0"},I.prototype.negate=function(){var f=n();return I.ZERO.subTo(this,f),f},I.prototype.abs=function(){return this.s<0?this.negate():this},I.prototype.compareTo=function(f){var b=this.s-f.s;if(b!=0)return b;var S=this.t;if((b=S-f.t)!=0)return this.s<0?-b:b;for(;--S>=0;)if((b=this[S]-f[S])!=0)return b;return 0},I.prototype.bitLength=function(){return this.t<=0?0:this.DB*(this.t-1)+u(this[this.t-1]^this.s&this.DM)},I.prototype.mod=function(f){var b=n();return this.abs().divRemTo(f,null,b),this.s<0&&b.compareTo(I.ZERO)>0&&f.subTo(b,b),b},I.prototype.modPowInt=function(f,b){var S;return S=f<256||b.isEven()?new _(b):new E(b),this.exp(f,S)},I.prototype.clone=function(){var f=n();return this.copyTo(f),f},I.prototype.intValue=function(){if(this.s<0){if(this.t==1)return this[0]-this.DV;if(this.t==0)return-1}else{if(this.t==1)return this[0];if(this.t==0)return 0}return(this[1]&(1<<32-this.DB)-1)<<this.DB|this[0]},I.prototype.byteValue=function(){return this.t==0?this.s:this[0]<<24>>24},I.prototype.shortValue=function(){return this.t==0?this.s:this[0]<<16>>16},I.prototype.signum=function(){return this.s<0?-1:this.t<=0||this.t==1&&this[0]<=0?0:1},I.prototype.toByteArray=function(){var f=this.t,b=[];b[0]=this.s;var S,k=this.DB-f*this.DB%8,x=0;if(f-- >0)for(k<this.DB&&(S=this[f]>>k)!=(this.s&this.DM)>>k&&(b[x++]=S|this.s<<this.DB-k);f>=0;)k<8?(S=(this[f]&(1<<k)-1)<<8-k,S|=this[--f]>>(k+=this.DB-8)):(S=this[f]>>(k-=8)&255,k<=0&&(k+=this.DB,--f)),128&S&&(S|=-256),x==0&&(128&this.s)!=(128&S)&&++x,(x>0||S!=this.s)&&(b[x++]=S);return b},I.prototype.equals=function(f){return this.compareTo(f)==0},I.prototype.min=function(f){return this.compareTo(f)<0?this:f},I.prototype.max=function(f){return this.compareTo(f)>0?this:f},I.prototype.and=function(f){var b=n();return this.bitwiseTo(f,h.op_and,b),b},I.prototype.or=function(f){var b=n();return this.bitwiseTo(f,h.op_or,b),b},I.prototype.xor=function(f){var b=n();return this.bitwiseTo(f,h.op_xor,b),b},I.prototype.andNot=function(f){var b=n();return this.bitwiseTo(f,h.op_andnot,b),b},I.prototype.not=function(){for(var f=n(),b=0;b<this.t;++b)f[b]=this.DM&~this[b];return f.t=this.t,f.s=~this.s,f},I.prototype.shiftLeft=function(f){var b=n();return f<0?this.rShiftTo(-f,b):this.lShiftTo(f,b),b},I.prototype.shiftRight=function(f){var b=n();return f<0?this.lShiftTo(-f,b):this.rShiftTo(f,b),b},I.prototype.getLowestSetBit=function(){for(var f=0;f<this.t;++f)if(this[f]!=0)return f*this.DB+(0,h.lbit)(this[f]);return this.s<0?this.t*this.DB:-1},I.prototype.bitCount=function(){for(var f=0,b=this.s&this.DM,S=0;S<this.t;++S)f+=(0,h.cbit)(this[S]^b);return f},I.prototype.testBit=function(f){var b=Math.floor(f/this.DB);return b>=this.t?this.s!=0:(this[b]&1<<f%this.DB)!=0},I.prototype.setBit=function(f){return this.changeBit(f,h.op_or)},I.prototype.clearBit=function(f){return this.changeBit(f,h.op_andnot)},I.prototype.flipBit=function(f){return this.changeBit(f,h.op_xor)},I.prototype.add=function(f){var b=n();return this.addTo(f,b),b},I.prototype.subtract=function(f){var b=n();return this.subTo(f,b),b},I.prototype.multiply=function(f){var b=n();return this.multiplyTo(f,b),b},I.prototype.divide=function(f){var b=n();return this.divRemTo(f,b,null),b},I.prototype.remainder=function(f){var b=n();return this.divRemTo(f,null,b),b},I.prototype.divideAndRemainder=function(f){var b=n(),S=n();return this.divRemTo(f,b,S),[b,S]},I.prototype.modPow=function(f,b){var S,k,x=f.bitLength(),N=l(1);if(x<=0)return N;S=x<18?1:x<48?3:x<144?4:x<768?5:6,k=x<8?new _(b):b.isEven()?new w(b):new E(b);var L=[],U=3,ne=S-1,ae=(1<<S)-1;if(L[1]=k.convert(this),S>1){var ve=n();for(k.sqrTo(L[1],ve);U<=ae;)L[U]=n(),k.mulTo(ve,L[U-2],L[U]),U+=2}var le,G,Q=f.t-1,X=!0,Y=n();for(x=u(f[Q])-1;Q>=0;){for(x>=ne?le=f[Q]>>x-ne&ae:(le=(f[Q]&(1<<x+1)-1)<<ne-x,Q>0&&(le|=f[Q-1]>>this.DB+x-ne)),U=S;!(1&le);)le>>=1,--U;if((x-=U)<0&&(x+=this.DB,--Q),X)L[le].copyTo(N),X=!1;else{for(;U>1;)k.sqrTo(N,Y),k.sqrTo(Y,N),U-=2;U>0?k.sqrTo(N,Y):(G=N,N=Y,Y=G),k.mulTo(Y,L[le],N)}for(;Q>=0&&!(f[Q]&1<<x);)k.sqrTo(N,Y),G=N,N=Y,Y=G,--x<0&&(x=this.DB-1,--Q)}return k.revert(N)},I.prototype.modInverse=function(f){var b=f.isEven();if(this.isEven()&&b||f.signum()==0)return I.ZERO;for(var S=f.clone(),k=this.clone(),x=l(1),N=l(0),L=l(0),U=l(1);S.signum()!=0;){for(;S.isEven();)S.rShiftTo(1,S),b?(x.isEven()&&N.isEven()||(x.addTo(this,x),N.subTo(f,N)),x.rShiftTo(1,x)):N.isEven()||N.subTo(f,N),N.rShiftTo(1,N);for(;k.isEven();)k.rShiftTo(1,k),b?(L.isEven()&&U.isEven()||(L.addTo(this,L),U.subTo(f,U)),L.rShiftTo(1,L)):U.isEven()||U.subTo(f,U),U.rShiftTo(1,U);S.compareTo(k)>=0?(S.subTo(k,S),b&&x.subTo(L,x),N.subTo(U,N)):(k.subTo(S,k),b&&L.subTo(x,L),U.subTo(N,U))}return k.compareTo(I.ONE)!=0?I.ZERO:U.compareTo(f)>=0?U.subtract(f):U.signum()<0?(U.addTo(f,U),U.signum()<0?U.add(f):U):U},I.prototype.pow=function(f){return this.exp(f,new y)},I.prototype.gcd=function(f){var b=this.s<0?this.negate():this.clone(),S=f.s<0?f.negate():f.clone();if(b.compareTo(S)<0){var k=b;b=S,S=k}var x=b.getLowestSetBit(),N=S.getLowestSetBit();if(N<0)return b;for(x<N&&(N=x),N>0&&(b.rShiftTo(N,b),S.rShiftTo(N,S));b.signum()>0;)(x=b.getLowestSetBit())>0&&b.rShiftTo(x,b),(x=S.getLowestSetBit())>0&&S.rShiftTo(x,S),b.compareTo(S)>=0?(b.subTo(S,b),b.rShiftTo(1,b)):(S.subTo(b,S),S.rShiftTo(1,S));return N>0&&S.lShiftTo(N,S),S},I.prototype.isProbablePrime=function(f){var b,S=this.abs();if(S.t==1&&S[0]<=p[p.length-1]){for(b=0;b<p.length;++b)if(S[0]==p[b])return!0;return!1}if(S.isEven())return!1;for(b=1;b<p.length;){for(var k=p[b],x=b+1;x<p.length&&k<g;)k*=p[x++];for(k=S.modInt(k);b<x;)if(k%p[b++]==0)return!1}return S.millerRabin(f)},I.prototype.copyTo=function(f){for(var b=this.t-1;b>=0;--b)f[b]=this[b];f.t=this.t,f.s=this.s},I.prototype.fromInt=function(f){this.t=1,this.s=f<0?-1:0,f>0?this[0]=f:f<-1?this[0]=f+this.DV:this.t=0},I.prototype.fromString=function(f,b){var S;if(b==16)S=4;else if(b==8)S=3;else if(b==256)S=8;else if(b==2)S=1;else if(b==32)S=5;else{if(b!=4)return void this.fromRadix(f,b);S=2}this.t=0,this.s=0;for(var k=f.length,x=!1,N=0;--k>=0;){var L=S==8?255&+f[k]:a(f,k);L<0?f.charAt(k)=="-"&&(x=!0):(x=!1,N==0?this[this.t++]=L:N+S>this.DB?(this[this.t-1]|=(L&(1<<this.DB-N)-1)<<N,this[this.t++]=L>>this.DB-N):this[this.t-1]|=L<<N,(N+=S)>=this.DB&&(N-=this.DB))}S==8&&128&+f[0]&&(this.s=-1,N>0&&(this[this.t-1]|=(1<<this.DB-N)-1<<N)),this.clamp(),x&&I.ZERO.subTo(this,this)},I.prototype.clamp=function(){for(var f=this.s&this.DM;this.t>0&&this[this.t-1]==f;)--this.t},I.prototype.dlShiftTo=function(f,b){var S;for(S=this.t-1;S>=0;--S)b[S+f]=this[S];for(S=f-1;S>=0;--S)b[S]=0;b.t=this.t+f,b.s=this.s},I.prototype.drShiftTo=function(f,b){for(var S=f;S<this.t;++S)b[S-f]=this[S];b.t=Math.max(this.t-f,0),b.s=this.s},I.prototype.lShiftTo=function(f,b){for(var S=f%this.DB,k=this.DB-S,x=(1<<k)-1,N=Math.floor(f/this.DB),L=this.s<<S&this.DM,U=this.t-1;U>=0;--U)b[U+N+1]=this[U]>>k|L,L=(this[U]&x)<<S;for(var U=N-1;U>=0;--U)b[U]=0;b[N]=L,b.t=this.t+N+1,b.s=this.s,b.clamp()},I.prototype.rShiftTo=function(f,b){b.s=this.s;var S=Math.floor(f/this.DB);if(S>=this.t)return void(b.t=0);var k=f%this.DB,x=this.DB-k,N=(1<<k)-1;b[0]=this[S]>>k;for(var L=S+1;L<this.t;++L)b[L-S-1]|=(this[L]&N)<<x,b[L-S]=this[L]>>k;k>0&&(b[this.t-S-1]|=(this.s&N)<<x),b.t=this.t-S,b.clamp()},I.prototype.subTo=function(f,b){for(var S=0,k=0,x=Math.min(f.t,this.t);S<x;)k+=this[S]-f[S],b[S++]=k&this.DM,k>>=this.DB;if(f.t<this.t){for(k-=f.s;S<this.t;)k+=this[S],b[S++]=k&this.DM,k>>=this.DB;k+=this.s}else{for(k+=this.s;S<f.t;)k-=f[S],b[S++]=k&this.DM,k>>=this.DB;k-=f.s}b.s=k<0?-1:0,k<-1?b[S++]=this.DV+k:k>0&&(b[S++]=k),b.t=S,b.clamp()},I.prototype.multiplyTo=function(f,b){var S=this.abs(),k=f.abs(),x=S.t;for(b.t=x+k.t;--x>=0;)b[x]=0;for(x=0;x<k.t;++x)b[x+S.t]=S.am(0,k[x],b,x,0,S.t);b.s=0,b.clamp(),this.s!=f.s&&I.ZERO.subTo(b,b)},I.prototype.squareTo=function(f){for(var b=this.abs(),S=f.t=2*b.t;--S>=0;)f[S]=0;for(S=0;S<b.t-1;++S){var k=b.am(S,b[S],f,2*S,0,1);(f[S+b.t]+=b.am(S+1,2*b[S],f,2*S+1,k,b.t-S-1))>=b.DV&&(f[S+b.t]-=b.DV,f[S+b.t+1]=1)}f.t>0&&(f[f.t-1]+=b.am(S,b[S],f,2*S,0,1)),f.s=0,f.clamp()},I.prototype.divRemTo=function(f,b,S){var k=f.abs();if(!(k.t<=0)){var x=this.abs();if(x.t<k.t)return b!=null&&b.fromInt(0),void(S!=null&&this.copyTo(S));S==null&&(S=n());var N=n(),L=this.s,U=f.s,ne=this.DB-u(k[k.t-1]);ne>0?(k.lShiftTo(ne,N),x.lShiftTo(ne,S)):(k.copyTo(N),x.copyTo(S));var ae=N.t,ve=N[ae-1];if(ve!=0){var le=ve*(1<<this.F1)+(ae>1?N[ae-2]>>this.F2:0),G=this.FV/le,Q=(1<<this.F1)/le,X=1<<this.F2,Y=S.t,V=Y-ae,ee=b==null?n():b;for(N.dlShiftTo(V,ee),S.compareTo(ee)>=0&&(S[S.t++]=1,S.subTo(ee,S)),I.ONE.dlShiftTo(ae,ee),ee.subTo(N,N);N.t<ae;)N[N.t++]=0;for(;--V>=0;){var oe=S[--Y]==ve?this.DM:Math.floor(S[Y]*G+(S[Y-1]+X)*Q);if((S[Y]+=N.am(0,oe,S,V,0,ae))<oe)for(N.dlShiftTo(V,ee),S.subTo(ee,S);S[Y]<--oe;)S.subTo(ee,S)}b!=null&&(S.drShiftTo(ae,b),L!=U&&I.ZERO.subTo(b,b)),S.t=ae,S.clamp(),ne>0&&S.rShiftTo(ne,S),L<0&&I.ZERO.subTo(S,S)}}},I.prototype.invDigit=function(){if(this.t<1)return 0;var f=this[0];if(!(1&f))return 0;var b=3&f;return b=b*(2-(15&f)*b)&15,b=b*(2-(255&f)*b)&255,b=b*(2-((65535&f)*b&65535))&65535,b=b*(2-f*b%this.DV)%this.DV,b>0?this.DV-b:-b},I.prototype.isEven=function(){return(this.t>0?1&this[0]:this.s)==0},I.prototype.exp=function(f,b){if(f>4294967295||f<1)return I.ONE;var S=n(),k=n(),x=b.convert(this),N=u(f)-1;for(x.copyTo(S);--N>=0;)if(b.sqrTo(S,k),(f&1<<N)>0)b.mulTo(k,x,S);else{var L=S;S=k,k=L}return b.revert(S)},I.prototype.chunkSize=function(f){return Math.floor(Math.LN2*this.DB/Math.log(f))},I.prototype.toRadix=function(f){if(f==null&&(f=10),this.signum()==0||f<2||f>36)return"0";var b=this.chunkSize(f),S=Math.pow(f,b),k=l(S),x=n(),N=n(),L="";for(this.divRemTo(k,x,N);x.signum()>0;)L=(S+N.intValue()).toString(f).substr(1)+L,x.divRemTo(k,x,N);return N.intValue().toString(f)+L},I.prototype.fromRadix=function(f,b){this.fromInt(0),b==null&&(b=10);for(var S=this.chunkSize(b),k=Math.pow(b,S),x=!1,N=0,L=0,U=0;U<f.length;++U){var ne=a(f,U);ne<0?f.charAt(U)=="-"&&this.signum()==0&&(x=!0):(L=b*L+ne,++N>=S&&(this.dMultiply(k),this.dAddOffset(L,0),N=0,L=0))}N>0&&(this.dMultiply(Math.pow(b,N)),this.dAddOffset(L,0)),x&&I.ZERO.subTo(this,this)},I.prototype.fromNumber=function(f,b,S){if(typeof b=="number")if(f<2)this.fromInt(1);else for(this.fromNumber(f,S),this.testBit(f-1)||this.bitwiseTo(I.ONE.shiftLeft(f-1),h.op_or,this),this.isEven()&&this.dAddOffset(1,0);!this.isProbablePrime(b);)this.dAddOffset(2,0),this.bitLength()>f&&this.subTo(I.ONE.shiftLeft(f-1),this);else{var k=[],x=7&f;k.length=1+(f>>3),b.nextBytes(k),x>0?k[0]&=(1<<x)-1:k[0]=0,this.fromString(k,256)}},I.prototype.bitwiseTo=function(f,b,S){var k,x,N=Math.min(f.t,this.t);for(k=0;k<N;++k)S[k]=b(this[k],f[k]);if(f.t<this.t){for(x=f.s&this.DM,k=N;k<this.t;++k)S[k]=b(this[k],x);S.t=this.t}else{for(x=this.s&this.DM,k=N;k<f.t;++k)S[k]=b(x,f[k]);S.t=f.t}S.s=b(this.s,f.s),S.clamp()},I.prototype.changeBit=function(f,b){var S=I.ONE.shiftLeft(f);return this.bitwiseTo(S,b,S),S},I.prototype.addTo=function(f,b){for(var S=0,k=0,x=Math.min(f.t,this.t);S<x;)k+=this[S]+f[S],b[S++]=k&this.DM,k>>=this.DB;if(f.t<this.t){for(k+=f.s;S<this.t;)k+=this[S],b[S++]=k&this.DM,k>>=this.DB;k+=this.s}else{for(k+=this.s;S<f.t;)k+=f[S],b[S++]=k&this.DM,k>>=this.DB;k+=f.s}b.s=k<0?-1:0,k>0?b[S++]=k:k<-1&&(b[S++]=this.DV+k),b.t=S,b.clamp()},I.prototype.dMultiply=function(f){this[this.t]=this.am(0,f-1,this,0,0,this.t),++this.t,this.clamp()},I.prototype.dAddOffset=function(f,b){if(f!=0){for(;this.t<=b;)this[this.t++]=0;for(this[b]+=f;this[b]>=this.DV;)this[b]-=this.DV,++b>=this.t&&(this[this.t++]=0),++this[b]}},I.prototype.multiplyLowerTo=function(f,b,S){var k=Math.min(this.t+f.t,b);for(S.s=0,S.t=k;k>0;)S[--k]=0;for(var x=S.t-this.t;k<x;++k)S[k+this.t]=this.am(0,f[k],S,k,0,this.t);for(var x=Math.min(f.t,b);k<x;++k)this.am(0,f[k],S,k,0,b-k);S.clamp()},I.prototype.multiplyUpperTo=function(f,b,S){--b;var k=S.t=this.t+f.t-b;for(S.s=0;--k>=0;)S[k]=0;for(k=Math.max(b-this.t,0);k<f.t;++k)S[this.t+k-b]=this.am(b-k,f[k],S,0,0,this.t+k-b);S.clamp(),S.drShiftTo(1,S)},I.prototype.modInt=function(f){if(f<=0)return 0;var b=this.DV%f,S=this.s<0?f-1:0;if(this.t>0)if(b==0)S=this[0]%f;else for(var k=this.t-1;k>=0;--k)S=(b*S+this[k])%f;return S},I.prototype.millerRabin=function(f){var b=this.subtract(I.ONE),S=b.getLowestSetBit();if(S<=0)return!1;var k=b.shiftRight(S);(f=f+1>>1)>p.length&&(f=p.length);for(var x=n(),N=0;N<f;++N){x.fromInt(p[Math.floor(Math.random()*p.length)]);var L=x.modPow(k,this);if(L.compareTo(I.ONE)!=0&&L.compareTo(b)!=0){for(var U=1;U++<S&&L.compareTo(b)!=0;)if(L=L.modPowInt(2,this),L.compareTo(I.ONE)==0)return!1;if(L.compareTo(b)!=0)return!1}}return!0},I.prototype.square=function(){var f=n();return this.squareTo(f),f},I.prototype.gcda=function(f,b){var S=this.s<0?this.negate():this.clone(),k=f.s<0?f.negate():f.clone();if(S.compareTo(k)<0){var x=S;S=k,k=x}var N=S.getLowestSetBit(),L=k.getLowestSetBit();if(L<0)return void b(S);N<L&&(L=N),L>0&&(S.rShiftTo(L,S),k.rShiftTo(L,k));var U=function ne(){(N=S.getLowestSetBit())>0&&S.rShiftTo(N,S),(N=k.getLowestSetBit())>0&&k.rShiftTo(N,k),S.compareTo(k)>=0?(S.subTo(k,S),S.rShiftTo(1,S)):(k.subTo(S,k),k.rShiftTo(1,k)),S.signum()>0?setTimeout(ne,0):(L>0&&k.lShiftTo(L,k),setTimeout(function(){b(k)},0))};setTimeout(U,10)},I.prototype.fromNumberAsync=function(f,b,S,k){if(typeof b=="number")if(f<2)this.fromInt(1);else{this.fromNumber(f,S),this.testBit(f-1)||this.bitwiseTo(I.ONE.shiftLeft(f-1),h.op_or,this),this.isEven()&&this.dAddOffset(1,0);var x=this,N=function ne(){x.dAddOffset(2,0),x.bitLength()>f&&x.subTo(I.ONE.shiftLeft(f-1),x),x.isProbablePrime(b)?setTimeout(function(){k()},0):setTimeout(ne,0)};setTimeout(N,0)}else{var L=[],U=7&f;L.length=1+(f>>3),b.nextBytes(L),U>0?L[0]&=(1<<U)-1:L[0]=0,this.fromString(L,256)}},I}(),y=function(){function I(){}return I.prototype.convert=function(f){return f},I.prototype.revert=function(f){return f},I.prototype.mulTo=function(f,b,S){f.multiplyTo(b,S)},I.prototype.sqrTo=function(f,b){f.squareTo(b)},I}(),_=function(){function I(f){this.m=f}return I.prototype.convert=function(f){return f.s<0||f.compareTo(this.m)>=0?f.mod(this.m):f},I.prototype.revert=function(f){return f},I.prototype.reduce=function(f){f.divRemTo(this.m,null,f)},I.prototype.mulTo=function(f,b,S){f.multiplyTo(b,S),this.reduce(S)},I.prototype.sqrTo=function(f,b){f.squareTo(b),this.reduce(b)},I}(),E=function(){function I(f){this.m=f,this.mp=f.invDigit(),this.mpl=32767&this.mp,this.mph=this.mp>>15,this.um=(1<<f.DB-15)-1,this.mt2=2*f.t}return I.prototype.convert=function(f){var b=n();return f.abs().dlShiftTo(this.m.t,b),b.divRemTo(this.m,null,b),f.s<0&&b.compareTo(m.ZERO)>0&&this.m.subTo(b,b),b},I.prototype.revert=function(f){var b=n();return f.copyTo(b),this.reduce(b),b},I.prototype.reduce=function(f){for(;f.t<=this.mt2;)f[f.t++]=0;for(var b=0;b<this.m.t;++b){var S=32767&f[b],k=S*this.mpl+((S*this.mph+(f[b]>>15)*this.mpl&this.um)<<15)&f.DM;for(S=b+this.m.t,f[S]+=this.m.am(0,k,f,b,0,this.m.t);f[S]>=f.DV;)f[S]-=f.DV,f[++S]++}f.clamp(),f.drShiftTo(this.m.t,f),f.compareTo(this.m)>=0&&f.subTo(this.m,f)},I.prototype.mulTo=function(f,b,S){f.multiplyTo(b,S),this.reduce(S)},I.prototype.sqrTo=function(f,b){f.squareTo(b),this.reduce(b)},I}(),w=function(){function I(f){this.m=f,this.r2=n(),this.q3=n(),m.ONE.dlShiftTo(2*f.t,this.r2),this.mu=this.r2.divide(f)}return I.prototype.convert=function(f){if(f.s<0||f.t>2*this.m.t)return f.mod(this.m);if(f.compareTo(this.m)<0)return f;var b=n();return f.copyTo(b),this.reduce(b),b},I.prototype.revert=function(f){return f},I.prototype.reduce=function(f){for(f.drShiftTo(this.m.t-1,this.r2),f.t>this.m.t+1&&(f.t=this.m.t+1,f.clamp()),this.mu.multiplyUpperTo(this.r2,this.m.t+1,this.q3),this.m.multiplyLowerTo(this.q3,this.m.t+1,this.r2);f.compareTo(this.r2)<0;)f.dAddOffset(1,this.m.t+1);for(f.subTo(this.r2,f);f.compareTo(this.m)>=0;)f.subTo(this.m,f)},I.prototype.mulTo=function(f,b,S){f.multiplyTo(b,S),this.reduce(S)},I.prototype.sqrTo=function(f,b){f.squareTo(b),this.reduce(b)},I}(),A=typeof navigator<"u";A&&navigator.appName=="Microsoft Internet Explorer"?(m.prototype.am=function(I,f,b,S,k,x){for(var N=32767&f,L=f>>15;--x>=0;){var U=32767&this[I],ne=this[I++]>>15,ae=L*U+ne*N;U=N*U+((32767&ae)<<15)+b[S]+(1073741823&k),k=(U>>>30)+(ae>>>15)+L*ne+(k>>>30),b[S++]=1073741823&U}return k},d=30):A&&navigator.appName!="Netscape"?(m.prototype.am=function(I,f,b,S,k,x){for(;--x>=0;){var N=f*this[I++]+b[S]+k;k=Math.floor(N/67108864),b[S++]=67108863&N}return k},d=26):(m.prototype.am=function(I,f,b,S,k,x){for(var N=16383&f,L=f>>14;--x>=0;){var U=16383&this[I],ne=this[I++]>>14,ae=L*U+ne*N;U=N*U+((16383&ae)<<14)+b[S]+k,k=(U>>28)+(ae>>14)+L*ne,b[S++]=268435455&U}return k},d=28),m.prototype.DB=d,m.prototype.DM=(1<<d)-1,m.prototype.DV=1<<d,m.prototype.FV=Math.pow(2,52),m.prototype.F1=52-d,m.prototype.F2=2*d-52;var O,j,P=[];for(O="0".charCodeAt(0),j=0;j<=9;++j)P[O++]=j;for(O="a".charCodeAt(0),j=10;j<36;++j)P[O++]=j;for(O="A".charCodeAt(0),j=10;j<36;++j)P[O++]=j;m.ZERO=l(0),m.ONE=l(1)},"./node_modules/jsencrypt/lib/lib/jsbn/prng4.js":function(r,t,e){function n(){return new s}e.r(t),e.d(t,{Arcfour:function(){return s},prng_newstate:function(){return n},rng_psize:function(){return a}});var s=function(){function l(){this.i=0,this.j=0,this.S=[]}return l.prototype.init=function(u){var d,h,p;for(d=0;d<256;++d)this.S[d]=d;for(h=0,d=0;d<256;++d)h=h+this.S[d]+u[d%u.length]&255,p=this.S[d],this.S[d]=this.S[h],this.S[h]=p;this.i=0,this.j=0},l.prototype.next=function(){var u;return this.i=this.i+1&255,this.j=this.j+this.S[this.i]&255,u=this.S[this.i],this.S[this.i]=this.S[this.j],this.S[this.j]=u,this.S[u+this.S[this.i]&255]},l}(),a=256},"./node_modules/jsencrypt/lib/lib/jsbn/rng.js":function(r,t,e){function n(){if(s==null){for(s=(0,l.prng_newstate)();a<l.rng_psize;){var y=Math.floor(65536*Math.random());u[a++]=255&y}for(s.init(u),a=0;a<u.length;++a)u[a]=0;a=0}return s.next()}e.r(t),e.d(t,{SecureRandom:function(){return m}});var s,a,l=e("./node_modules/jsencrypt/lib/lib/jsbn/prng4.js"),u=null;if(u==null){u=[],a=0;var d=void 0;if(typeof window<"u"&&window.crypto&&window.crypto.getRandomValues){var h=new Uint32Array(256);for(window.crypto.getRandomValues(h),d=0;d<h.length;++d)u[a++]=255&h[d]}var p=0,g=function y(_){if((p=p||0)>=256||a>=l.rng_psize)return void(window.removeEventListener?window.removeEventListener("mousemove",y,!1):window.detachEvent&&window.detachEvent("onmousemove",y));try{var E=_.x+_.y;u[a++]=255&E,p+=1}catch(w){}};typeof window<"u"&&(window.addEventListener?window.addEventListener("mousemove",g,!1):window.attachEvent&&window.attachEvent("onmousemove",g))}var m=function(){function y(){}return y.prototype.nextBytes=function(_){for(var E=0;E<_.length;++E)_[E]=n()},y}()},"./node_modules/jsencrypt/lib/lib/jsbn/rsa.js":function(r,t,e){function n(m,y){if(y<m.length+22)return null;for(var _=y-m.length-6,E="",w=0;w<_;w+=2)E+="ff";var A="0001"+E+"00"+m;return(0,d.parseBigInt)(A,16)}function s(m,y){if(y<m.length+11)return null;for(var _=[],E=m.length-1;E>=0&&y>0;){var w=m.charCodeAt(E--);w<128?_[--y]=w:w>127&&w<2048?(_[--y]=63&w|128,_[--y]=w>>6|192):(_[--y]=63&w|128,_[--y]=w>>6&63|128,_[--y]=w>>12|224)}_[--y]=0;for(var A=new h.SecureRandom,O=[];y>2;){for(O[0]=0;O[0]==0;)A.nextBytes(O);_[--y]=O[0]}return _[--y]=2,_[--y]=0,new d.BigInteger(_)}function a(m,y){for(var _=m.toByteArray(),E=0;E<_.length&&_[E]==0;)++E;if(_.length-E!=y-1||_[E]!=2)return null;for(++E;_[E]!=0;)if(++E>=_.length)return null;for(var w="";++E<_.length;){var A=255&_[E];A<128?w+=String.fromCharCode(A):A>191&&A<224?(w+=String.fromCharCode((31&A)<<6|63&_[E+1]),++E):(w+=String.fromCharCode((15&A)<<12|(63&_[E+1])<<6|63&_[E+2]),E+=2)}return w}function l(m){return g[m]||""}function u(m){for(var y in g)if(g.hasOwnProperty(y)){var _=g[y],E=_.length;if(m.substr(0,E)==_)return m.substr(E)}return m}e.r(t),e.d(t,{RSAKey:function(){return p}});var d=e("./node_modules/jsencrypt/lib/lib/jsbn/jsbn.js"),h=e("./node_modules/jsencrypt/lib/lib/jsbn/rng.js"),p=function(){function m(){this.n=null,this.e=0,this.d=null,this.p=null,this.q=null,this.dmp1=null,this.dmq1=null,this.coeff=null}return m.prototype.doPublic=function(y){return y.modPowInt(this.e,this.n)},m.prototype.doPrivate=function(y){if(this.p==null||this.q==null)return y.modPow(this.d,this.n);for(var _=y.mod(this.p).modPow(this.dmp1,this.p),E=y.mod(this.q).modPow(this.dmq1,this.q);_.compareTo(E)<0;)_=_.add(this.p);return _.subtract(E).multiply(this.coeff).mod(this.p).multiply(this.q).add(E)},m.prototype.setPublic=function(y,_){y!=null&&_!=null&&y.length>0&&_.length>0&&(this.n=(0,d.parseBigInt)(y,16),this.e=parseInt(_,16))},m.prototype.encrypt=function(y){var _=this.n.bitLength()+7>>3,E=s(y,_);if(E==null)return null;var w=this.doPublic(E);if(w==null)return null;for(var A=w.toString(16),O=A.length,j=0;j<2*_-O;j++)A="0"+A;return A},m.prototype.setPrivate=function(y,_,E){y!=null&&_!=null&&y.length>0&&_.length>0&&(this.n=(0,d.parseBigInt)(y,16),this.e=parseInt(_,16),this.d=(0,d.parseBigInt)(E,16))},m.prototype.setPrivateEx=function(y,_,E,w,A,O,j,P){y!=null&&_!=null&&y.length>0&&_.length>0&&(this.n=(0,d.parseBigInt)(y,16),this.e=parseInt(_,16),this.d=(0,d.parseBigInt)(E,16),this.p=(0,d.parseBigInt)(w,16),this.q=(0,d.parseBigInt)(A,16),this.dmp1=(0,d.parseBigInt)(O,16),this.dmq1=(0,d.parseBigInt)(j,16),this.coeff=(0,d.parseBigInt)(P,16))},m.prototype.generate=function(y,_){var E=new h.SecureRandom,w=y>>1;this.e=parseInt(_,16);for(var A=new d.BigInteger(_,16);;){for(;this.p=new d.BigInteger(y-w,1,E),this.p.subtract(d.BigInteger.ONE).gcd(A).compareTo(d.BigInteger.ONE)!=0||!this.p.isProbablePrime(10););for(;this.q=new d.BigInteger(w,1,E),this.q.subtract(d.BigInteger.ONE).gcd(A).compareTo(d.BigInteger.ONE)!=0||!this.q.isProbablePrime(10););if(this.p.compareTo(this.q)<=0){var O=this.p;this.p=this.q,this.q=O}var j=this.p.subtract(d.BigInteger.ONE),P=this.q.subtract(d.BigInteger.ONE),I=j.multiply(P);if(I.gcd(A).compareTo(d.BigInteger.ONE)==0){this.n=this.p.multiply(this.q),this.d=A.modInverse(I),this.dmp1=this.d.mod(j),this.dmq1=this.d.mod(P),this.coeff=this.q.modInverse(this.p);break}}},m.prototype.decrypt=function(y){var _=(0,d.parseBigInt)(y,16),E=this.doPrivate(_);return E==null?null:a(E,this.n.bitLength()+7>>3)},m.prototype.generateAsync=function(y,_,E){var w=new h.SecureRandom,A=y>>1;this.e=parseInt(_,16);var O=new d.BigInteger(_,16),j=this,P=function I(){var f=function(){if(j.p.compareTo(j.q)<=0){var k=j.p;j.p=j.q,j.q=k}var x=j.p.subtract(d.BigInteger.ONE),N=j.q.subtract(d.BigInteger.ONE),L=x.multiply(N);L.gcd(O).compareTo(d.BigInteger.ONE)==0?(j.n=j.p.multiply(j.q),j.d=O.modInverse(L),j.dmp1=j.d.mod(x),j.dmq1=j.d.mod(N),j.coeff=j.q.modInverse(j.p),setTimeout(function(){E()},0)):setTimeout(I,0)},b=function k(){j.q=(0,d.nbi)(),j.q.fromNumberAsync(A,1,w,function(){j.q.subtract(d.BigInteger.ONE).gcda(O,function(x){x.compareTo(d.BigInteger.ONE)==0&&j.q.isProbablePrime(10)?setTimeout(f,0):setTimeout(k,0)})})},S=function k(){j.p=(0,d.nbi)(),j.p.fromNumberAsync(y-A,1,w,function(){j.p.subtract(d.BigInteger.ONE).gcda(O,function(x){x.compareTo(d.BigInteger.ONE)==0&&j.p.isProbablePrime(10)?setTimeout(b,0):setTimeout(k,0)})})};setTimeout(S,0)};setTimeout(P,0)},m.prototype.sign=function(y,_,E){var w=l(E),A=w+_(y).toString(),O=n(A,this.n.bitLength()/4);if(O==null)return null;var j=this.doPrivate(O);if(j==null)return null;var P=j.toString(16);return 1&P.length?"0"+P:P},m.prototype.verify=function(y,_,E){var w=(0,d.parseBigInt)(_,16),A=this.doPublic(w);return A==null?null:u(A.toString(16).replace(/^1f+00/,""))==E(y).toString()},m}(),g={md2:"3020300c06082a864886f70d020205000410",md5:"3020300c06082a864886f70d020505000410",sha1:"3021300906052b0e03021a05000414",sha224:"302d300d06096086480165030402040500041c",sha256:"3031300d060960864801650304020105000420",sha384:"3041300d060960864801650304020205000430",sha512:"3051300d060960864801650304020305000440",ripemd160:"3021300906052b2403020105000414"}},"./node_modules/jsencrypt/lib/lib/jsbn/util.js":function(r,t,e){function n(g){return p.charAt(g)}function s(g,m){return g&m}function a(g,m){return g|m}function l(g,m){return g^m}function u(g,m){return g&~m}function d(g){if(g==0)return-1;var m=0;return!(65535&g)&&(g>>=16,m+=16),!(255&g)&&(g>>=8,m+=8),!(15&g)&&(g>>=4,m+=4),!(3&g)&&(g>>=2,m+=2),!(1&g)&&++m,m}function h(g){for(var m=0;g!=0;)g&=g-1,++m;return m}e.r(t),e.d(t,{cbit:function(){return h},int2char:function(){return n},lbit:function(){return d},op_and:function(){return s},op_andnot:function(){return u},op_or:function(){return a},op_xor:function(){return l}});var p="0123456789abcdefghijklmnopqrstuvwxyz"},"./node_modules/jsencrypt/lib/lib/jsrsasign/asn1-1.0.js":function(r,t,e){e.r(t),e.d(t,{KJUR:function(){return a}});var n=e("./node_modules/jsencrypt/lib/lib/jsbn/jsbn.js"),s=e("./node_modules/jsencrypt/lib/lib/jsrsasign/yahoo.js"),a={};typeof a.asn1<"u"&&a.asn1||(a.asn1={}),a.asn1.ASN1Util=new function(){this.integerToByteHex=function(l){var u=l.toString(16);return u.length%2==1&&(u="0"+u),u},this.bigIntToMinTwosComplementsHex=function(l){var u=l.toString(16);if(u.substr(0,1)!="-")u.length%2==1?u="0"+u:u.match(/^[0-7]/)||(u="00"+u);else{var d=u.substr(1),h=d.length;h%2==1?h+=1:u.match(/^[0-7]/)||(h+=2);for(var p="",g=0;g<h;g++)p+="f";u=new n.BigInteger(p,16).xor(l).add(n.BigInteger.ONE).toString(16).replace(/^-/,"")}return u},this.getPEMStringFromHex=function(l,u){return hextopem(l,u)},this.newObject=function(l){var u=a,d=u.asn1,h=d.DERBoolean,p=d.DERInteger,g=d.DERBitString,m=d.DEROctetString,y=d.DERNull,_=d.DERObjectIdentifier,E=d.DEREnumerated,w=d.DERUTF8String,A=d.DERNumericString,O=d.DERPrintableString,j=d.DERTeletexString,P=d.DERIA5String,I=d.DERUTCTime,f=d.DERGeneralizedTime,b=d.DERSequence,S=d.DERSet,k=d.DERTaggedObject,x=d.ASN1Util.newObject,N=Object.keys(l);if(N.length!=1)throw"key of param shall be only one.";var L=N[0];if(":bool:int:bitstr:octstr:null:oid:enum:utf8str:numstr:prnstr:telstr:ia5str:utctime:gentime:seq:set:tag:".indexOf(":"+L+":")==-1)throw"undefined key: "+L;if(L=="bool")return new h(l[L]);if(L=="int")return new p(l[L]);if(L=="bitstr")return new g(l[L]);if(L=="octstr")return new m(l[L]);if(L=="null")return new y(l[L]);if(L=="oid")return new _(l[L]);if(L=="enum")return new E(l[L]);if(L=="utf8str")return new w(l[L]);if(L=="numstr")return new A(l[L]);if(L=="prnstr")return new O(l[L]);if(L=="telstr")return new j(l[L]);if(L=="ia5str")return new P(l[L]);if(L=="utctime")return new I(l[L]);if(L=="gentime")return new f(l[L]);if(L=="seq"){for(var U=l[L],ne=[],ae=0;ae<U.length;ae++){var ve=x(U[ae]);ne.push(ve)}return new b({array:ne})}if(L=="set"){for(var U=l[L],ne=[],ae=0;ae<U.length;ae++){var ve=x(U[ae]);ne.push(ve)}return new S({array:ne})}if(L=="tag"){var le=l[L];if(Object.prototype.toString.call(le)==="[object Array]"&&le.length==3){var G=x(le[2]);return new k({tag:le[0],explicit:le[1],obj:G})}var Q={};if(le.explicit!==void 0&&(Q.explicit=le.explicit),le.tag!==void 0&&(Q.tag=le.tag),le.obj===void 0)throw"obj shall be specified for 'tag'.";return Q.obj=x(le.obj),new k(Q)}},this.jsonToASN1HEX=function(l){return this.newObject(l).getEncodedHex()}},a.asn1.ASN1Util.oidHexToInt=function(l){for(var p="",u=parseInt(l.substr(0,2),16),d=Math.floor(u/40),h=u%40,p=d+"."+h,g="",m=2;m<l.length;m+=2){var y=parseInt(l.substr(m,2),16),_=("00000000"+y.toString(2)).slice(-8);g+=_.substr(1,7),_.substr(0,1)=="0"&&(p=p+"."+new n.BigInteger(g,2).toString(10),g="")}return p},a.asn1.ASN1Util.oidIntToHex=function(l){var u=function(m){var y=m.toString(16);return y.length==1&&(y="0"+y),y};if(!l.match(/^[0-9.]+$/))throw"malformed oid string: "+l;var d="",h=l.split("."),p=40*parseInt(h[0])+parseInt(h[1]);d+=u(p),h.splice(0,2);for(var g=0;g<h.length;g++)d+=function(m){var y="",_=new n.BigInteger(m,10),E=_.toString(2),w=7-E.length%7;w==7&&(w=0);for(var A="",O=0;O<w;O++)A+="0";E=A+E;for(var O=0;O<E.length-1;O+=7){var j=E.substr(O,7);O!=E.length-7&&(j="1"+j),y+=u(parseInt(j,2))}return y}(h[g]);return d},a.asn1.ASN1Object=function(){this.getLengthHexFromValue=function(){if(typeof this.hV>"u"||this.hV==null)throw"this.hV is null or undefined.";if(this.hV.length%2==1)throw"value hex must be even length: n=0,v="+this.hV;var l=this.hV.length/2,u=l.toString(16);if(u.length%2==1&&(u="0"+u),l<128)return u;var d=u.length/2;if(d>15)throw"ASN.1 length too long to represent by 8x: n = "+l.toString(16);return(128+d).toString(16)+u},this.getEncodedHex=function(){return(this.hTLV==null||this.isModified)&&(this.hV=this.getFreshValueHex(),this.hL=this.getLengthHexFromValue(),this.hTLV=this.hT+this.hL+this.hV,this.isModified=!1),this.hTLV},this.getValueHex=function(){return this.getEncodedHex(),this.hV},this.getFreshValueHex=function(){return""}},a.asn1.DERAbstractString=function(l){a.asn1.DERAbstractString.superclass.constructor.call(this),this.getString=function(){return this.s},this.setString=function(u){this.hTLV=null,this.isModified=!0,this.s=u,this.hV=stohex(this.s)},this.setStringHex=function(u){this.hTLV=null,this.isModified=!0,this.s=null,this.hV=u},this.getFreshValueHex=function(){return this.hV},l!==void 0&&(typeof l=="string"?this.setString(l):typeof l.str<"u"?this.setString(l.str):typeof l.hex<"u"&&this.setStringHex(l.hex))},s.YAHOO.lang.extend(a.asn1.DERAbstractString,a.asn1.ASN1Object),a.asn1.DERAbstractTime=function(l){a.asn1.DERAbstractTime.superclass.constructor.call(this),this.localDateToUTC=function(u){return utc=u.getTime()+6e4*u.getTimezoneOffset(),new Date(utc)},this.formatDate=function(u,d,h){var p=this.zeroPadding,g=this.localDateToUTC(u),m=String(g.getFullYear());d=="utc"&&(m=m.substr(2,2));var y=p(String(g.getMonth()+1),2),_=p(String(g.getDate()),2),E=p(String(g.getHours()),2),w=p(String(g.getMinutes()),2),A=p(String(g.getSeconds()),2),O=m+y+_+E+w+A;if(h===!0){var j=g.getMilliseconds();if(j!=0){var P=p(String(j),3);P=P.replace(/[0]+$/,""),O=O+"."+P}}return O+"Z"},this.zeroPadding=function(u,d){return u.length>=d?u:new Array(d-u.length+1).join("0")+u},this.getString=function(){return this.s},this.setString=function(u){this.hTLV=null,this.isModified=!0,this.s=u,this.hV=stohex(u)},this.setByDateValue=function(u,d,h,p,g,m){var y=new Date(Date.UTC(u,d-1,h,p,g,m,0));this.setByDate(y)},this.getFreshValueHex=function(){return this.hV}},s.YAHOO.lang.extend(a.asn1.DERAbstractTime,a.asn1.ASN1Object),a.asn1.DERAbstractStructured=function(l){a.asn1.DERAbstractString.superclass.constructor.call(this),this.setByASN1ObjectArray=function(u){this.hTLV=null,this.isModified=!0,this.asn1Array=u},this.appendASN1Object=function(u){this.hTLV=null,this.isModified=!0,this.asn1Array.push(u)},this.asn1Array=new Array,l!==void 0&&typeof l.array<"u"&&(this.asn1Array=l.array)},s.YAHOO.lang.extend(a.asn1.DERAbstractStructured,a.asn1.ASN1Object),a.asn1.DERBoolean=function(){a.asn1.DERBoolean.superclass.constructor.call(this),this.hT="01",this.hTLV="0101ff"},s.YAHOO.lang.extend(a.asn1.DERBoolean,a.asn1.ASN1Object),a.asn1.DERInteger=function(l){a.asn1.DERInteger.superclass.constructor.call(this),this.hT="02",this.setByBigInteger=function(u){this.hTLV=null,this.isModified=!0,this.hV=a.asn1.ASN1Util.bigIntToMinTwosComplementsHex(u)},this.setByInteger=function(u){var d=new n.BigInteger(String(u),10);this.setByBigInteger(d)},this.setValueHex=function(u){this.hV=u},this.getFreshValueHex=function(){return this.hV},l!==void 0&&(typeof l.bigint<"u"?this.setByBigInteger(l.bigint):typeof l.int<"u"?this.setByInteger(l.int):typeof l=="number"?this.setByInteger(l):typeof l.hex<"u"&&this.setValueHex(l.hex))},s.YAHOO.lang.extend(a.asn1.DERInteger,a.asn1.ASN1Object),a.asn1.DERBitString=function(l){if(l!==void 0&&typeof l.obj<"u"){var u=a.asn1.ASN1Util.newObject(l.obj);l.hex="00"+u.getEncodedHex()}a.asn1.DERBitString.superclass.constructor.call(this),this.hT="03",this.setHexValueIncludingUnusedBits=function(d){this.hTLV=null,this.isModified=!0,this.hV=d},this.setUnusedBitsAndHexValue=function(d,h){if(d<0||7<d)throw"unused bits shall be from 0 to 7: u = "+d;var p="0"+d;this.hTLV=null,this.isModified=!0,this.hV=p+h},this.setByBinaryString=function(d){d=d.replace(/0+$/,"");var h=8-d.length%8;h==8&&(h=0);for(var p=0;p<=h;p++)d+="0";for(var g="",p=0;p<d.length-1;p+=8){var m=d.substr(p,8),y=parseInt(m,2).toString(16);y.length==1&&(y="0"+y),g+=y}this.hTLV=null,this.isModified=!0,this.hV="0"+h+g},this.setByBooleanArray=function(d){for(var h="",p=0;p<d.length;p++)d[p]==1?h+="1":h+="0";this.setByBinaryString(h)},this.newFalseArray=function(d){for(var h=new Array(d),p=0;p<d;p++)h[p]=!1;return h},this.getFreshValueHex=function(){return this.hV},l!==void 0&&(typeof l=="string"&&l.toLowerCase().match(/^[0-9a-f]+$/)?this.setHexValueIncludingUnusedBits(l):typeof l.hex<"u"?this.setHexValueIncludingUnusedBits(l.hex):typeof l.bin<"u"?this.setByBinaryString(l.bin):typeof l.array<"u"&&this.setByBooleanArray(l.array))},s.YAHOO.lang.extend(a.asn1.DERBitString,a.asn1.ASN1Object),a.asn1.DEROctetString=function(l){if(l!==void 0&&typeof l.obj<"u"){var u=a.asn1.ASN1Util.newObject(l.obj);l.hex=u.getEncodedHex()}a.asn1.DEROctetString.superclass.constructor.call(this,l),this.hT="04"},s.YAHOO.lang.extend(a.asn1.DEROctetString,a.asn1.DERAbstractString),a.asn1.DERNull=function(){a.asn1.DERNull.superclass.constructor.call(this),this.hT="05",this.hTLV="0500"},s.YAHOO.lang.extend(a.asn1.DERNull,a.asn1.ASN1Object),a.asn1.DERObjectIdentifier=function(l){var u=function(h){var p=h.toString(16);return p.length==1&&(p="0"+p),p},d=function(h){var p="",g=new n.BigInteger(h,10),m=g.toString(2),y=7-m.length%7;y==7&&(y=0);for(var _="",E=0;E<y;E++)_+="0";m=_+m;for(var E=0;E<m.length-1;E+=7){var w=m.substr(E,7);E!=m.length-7&&(w="1"+w),p+=u(parseInt(w,2))}return p};a.asn1.DERObjectIdentifier.superclass.constructor.call(this),this.hT="06",this.setValueHex=function(h){this.hTLV=null,this.isModified=!0,this.s=null,this.hV=h},this.setValueOidString=function(h){if(!h.match(/^[0-9.]+$/))throw"malformed oid string: "+h;var p="",g=h.split("."),m=40*parseInt(g[0])+parseInt(g[1]);p+=u(m),g.splice(0,2);for(var y=0;y<g.length;y++)p+=d(g[y]);this.hTLV=null,this.isModified=!0,this.s=null,this.hV=p},this.setValueName=function(h){var p=a.asn1.x509.OID.name2oid(h);if(p==="")throw"DERObjectIdentifier oidName undefined: "+h;this.setValueOidString(p)},this.getFreshValueHex=function(){return this.hV},l!==void 0&&(typeof l=="string"?l.match(/^[0-2].[0-9.]+$/)?this.setValueOidString(l):this.setValueName(l):l.oid!==void 0?this.setValueOidString(l.oid):l.hex!==void 0?this.setValueHex(l.hex):l.name!==void 0&&this.setValueName(l.name))},s.YAHOO.lang.extend(a.asn1.DERObjectIdentifier,a.asn1.ASN1Object),a.asn1.DEREnumerated=function(l){a.asn1.DEREnumerated.superclass.constructor.call(this),this.hT="0a",this.setByBigInteger=function(u){this.hTLV=null,this.isModified=!0,this.hV=a.asn1.ASN1Util.bigIntToMinTwosComplementsHex(u)},this.setByInteger=function(u){var d=new n.BigInteger(String(u),10);this.setByBigInteger(d)},this.setValueHex=function(u){this.hV=u},this.getFreshValueHex=function(){return this.hV},l!==void 0&&(typeof l.int<"u"?this.setByInteger(l.int):typeof l=="number"?this.setByInteger(l):typeof l.hex<"u"&&this.setValueHex(l.hex))},s.YAHOO.lang.extend(a.asn1.DEREnumerated,a.asn1.ASN1Object),a.asn1.DERUTF8String=function(l){a.asn1.DERUTF8String.superclass.constructor.call(this,l),this.hT="0c"},s.YAHOO.lang.extend(a.asn1.DERUTF8String,a.asn1.DERAbstractString),a.asn1.DERNumericString=function(l){a.asn1.DERNumericString.superclass.constructor.call(this,l),this.hT="12"},s.YAHOO.lang.extend(a.asn1.DERNumericString,a.asn1.DERAbstractString),a.asn1.DERPrintableString=function(l){a.asn1.DERPrintableString.superclass.constructor.call(this,l),this.hT="13"},s.YAHOO.lang.extend(a.asn1.DERPrintableString,a.asn1.DERAbstractString),a.asn1.DERTeletexString=function(l){a.asn1.DERTeletexString.superclass.constructor.call(this,l),this.hT="14"},s.YAHOO.lang.extend(a.asn1.DERTeletexString,a.asn1.DERAbstractString),a.asn1.DERIA5String=function(l){a.asn1.DERIA5String.superclass.constructor.call(this,l),this.hT="16"},s.YAHOO.lang.extend(a.asn1.DERIA5String,a.asn1.DERAbstractString),a.asn1.DERUTCTime=function(l){a.asn1.DERUTCTime.superclass.constructor.call(this,l),this.hT="17",this.setByDate=function(u){this.hTLV=null,this.isModified=!0,this.date=u,this.s=this.formatDate(this.date,"utc"),this.hV=stohex(this.s)},this.getFreshValueHex=function(){return typeof this.date>"u"&&typeof this.s>"u"&&(this.date=new Date,this.s=this.formatDate(this.date,"utc"),this.hV=stohex(this.s)),this.hV},l!==void 0&&(l.str!==void 0?this.setString(l.str):typeof l=="string"&&l.match(/^[0-9]{12}Z$/)?this.setString(l):l.hex!==void 0?this.setStringHex(l.hex):l.date!==void 0&&this.setByDate(l.date))},s.YAHOO.lang.extend(a.asn1.DERUTCTime,a.asn1.DERAbstractTime),a.asn1.DERGeneralizedTime=function(l){a.asn1.DERGeneralizedTime.superclass.constructor.call(this,l),this.hT="18",this.withMillis=!1,this.setByDate=function(u){this.hTLV=null,this.isModified=!0,this.date=u,this.s=this.formatDate(this.date,"gen",this.withMillis),this.hV=stohex(this.s)},this.getFreshValueHex=function(){return this.date===void 0&&this.s===void 0&&(this.date=new Date,this.s=this.formatDate(this.date,"gen",this.withMillis),this.hV=stohex(this.s)),this.hV},l!==void 0&&(l.str!==void 0?this.setString(l.str):typeof l=="string"&&l.match(/^[0-9]{14}Z$/)?this.setString(l):l.hex!==void 0?this.setStringHex(l.hex):l.date!==void 0&&this.setByDate(l.date),l.millis===!0&&(this.withMillis=!0))},s.YAHOO.lang.extend(a.asn1.DERGeneralizedTime,a.asn1.DERAbstractTime),a.asn1.DERSequence=function(l){a.asn1.DERSequence.superclass.constructor.call(this,l),this.hT="30",this.getFreshValueHex=function(){for(var u="",d=0;d<this.asn1Array.length;d++)u+=this.asn1Array[d].getEncodedHex();return this.hV=u,this.hV}},s.YAHOO.lang.extend(a.asn1.DERSequence,a.asn1.DERAbstractStructured),a.asn1.DERSet=function(l){a.asn1.DERSet.superclass.constructor.call(this,l),this.hT="31",this.sortFlag=!0,this.getFreshValueHex=function(){for(var u=new Array,d=0;d<this.asn1Array.length;d++){var h=this.asn1Array[d];u.push(h.getEncodedHex())}return this.sortFlag==1&&u.sort(),this.hV=u.join(""),this.hV},l!==void 0&&typeof l.sortflag<"u"&&l.sortflag==0&&(this.sortFlag=!1)},s.YAHOO.lang.extend(a.asn1.DERSet,a.asn1.DERAbstractStructured),a.asn1.DERTaggedObject=function(l){a.asn1.DERTaggedObject.superclass.constructor.call(this),this.hT="a0",this.hV="",this.isExplicit=!0,this.asn1Object=null,this.setASN1Object=function(u,d,h){this.hT=d,this.isExplicit=u,this.asn1Object=h,this.isExplicit?(this.hV=this.asn1Object.getEncodedHex(),this.hTLV=null,this.isModified=!0):(this.hV=null,this.hTLV=h.getEncodedHex(),this.hTLV=this.hTLV.replace(/^../,d),this.isModified=!1)},this.getFreshValueHex=function(){return this.hV},l!==void 0&&(typeof l.tag<"u"&&(this.hT=l.tag),typeof l.explicit<"u"&&(this.isExplicit=l.explicit),typeof l.obj<"u"&&(this.asn1Object=l.obj,this.setASN1Object(this.isExplicit,this.hT,this.asn1Object)))},s.YAHOO.lang.extend(a.asn1.DERTaggedObject,a.asn1.ASN1Object)},"./node_modules/jsencrypt/lib/lib/jsrsasign/yahoo.js":function(r,t,e){e.r(t),e.d(t,{YAHOO:function(){return n}});var n={};n.lang={extend:function(s,a,l){if(!a||!s)throw new Error("YAHOO.lang.extend failed, please check that all dependencies are included.");var u=function(){};if(u.prototype=a.prototype,s.prototype=new u,s.prototype.constructor=s,s.superclass=a.prototype,a.prototype.constructor==Object.prototype.constructor&&(a.prototype.constructor=a),l){var d;for(d in l)s.prototype[d]=l[d];var h=function(){},p=["toString","valueOf"];try{/MSIE/.test(navigator.userAgent)&&(h=function(g,m){for(d=0;d<p.length;d+=1){var y=p[d],_=m[y];typeof _=="function"&&_!=Object.prototype[y]&&(g[y]=_)}})}catch(g){}h(s.prototype,l)}}}},"./node_modules/md5/md5.js":function(r,t,e){(function(){var n=e("./node_modules/crypt/crypt.js"),s=e("./node_modules/charenc/charenc.js").utf8,a=e("./node_modules/is-buffer/index.js"),l=e("./node_modules/charenc/charenc.js").bin,u=function d(h,p){h.constructor==String?h=p&&p.encoding==="binary"?l.stringToBytes(h):s.stringToBytes(h):a(h)?h=Array.prototype.slice.call(h,0):Array.isArray(h)||h.constructor===Uint8Array||(h=h.toString());for(var g=n.bytesToWords(h),m=8*h.length,y=1732584193,_=-271733879,E=-1732584194,w=271733878,A=0;A<g.length;A++)g[A]=16711935&(g[A]<<8|g[A]>>>24)|4278255360&(g[A]<<24|g[A]>>>8);g[m>>>5]|=128<<m%32,g[14+(m+64>>>9<<4)]=m;for(var O=d._ff,j=d._gg,P=d._hh,I=d._ii,A=0;A<g.length;A+=16){var f=y,b=_,S=E,k=w;y=O(y,_,E,w,g[A+0],7,-680876936),w=O(w,y,_,E,g[A+1],12,-389564586),E=O(E,w,y,_,g[A+2],17,606105819),_=O(_,E,w,y,g[A+3],22,-1044525330),y=O(y,_,E,w,g[A+4],7,-176418897),w=O(w,y,_,E,g[A+5],12,1200080426),E=O(E,w,y,_,g[A+6],17,-1473231341),_=O(_,E,w,y,g[A+7],22,-45705983),y=O(y,_,E,w,g[A+8],7,1770035416),w=O(w,y,_,E,g[A+9],12,-1958414417),E=O(E,w,y,_,g[A+10],17,-42063),_=O(_,E,w,y,g[A+11],22,-1990404162),y=O(y,_,E,w,g[A+12],7,1804603682),w=O(w,y,_,E,g[A+13],12,-40341101),E=O(E,w,y,_,g[A+14],17,-1502002290),_=O(_,E,w,y,g[A+15],22,1236535329),y=j(y,_,E,w,g[A+1],5,-165796510),w=j(w,y,_,E,g[A+6],9,-1069501632),E=j(E,w,y,_,g[A+11],14,643717713),_=j(_,E,w,y,g[A+0],20,-373897302),y=j(y,_,E,w,g[A+5],5,-701558691),w=j(w,y,_,E,g[A+10],9,38016083),E=j(E,w,y,_,g[A+15],14,-660478335),_=j(_,E,w,y,g[A+4],20,-405537848),y=j(y,_,E,w,g[A+9],5,568446438),w=j(w,y,_,E,g[A+14],9,-1019803690),E=j(E,w,y,_,g[A+3],14,-187363961),_=j(_,E,w,y,g[A+8],20,1163531501),y=j(y,_,E,w,g[A+13],5,-1444681467),w=j(w,y,_,E,g[A+2],9,-51403784),E=j(E,w,y,_,g[A+7],14,1735328473),_=j(_,E,w,y,g[A+12],20,-1926607734),y=P(y,_,E,w,g[A+5],4,-378558),w=P(w,y,_,E,g[A+8],11,-2022574463),E=P(E,w,y,_,g[A+11],16,1839030562),_=P(_,E,w,y,g[A+14],23,-35309556),y=P(y,_,E,w,g[A+1],4,-1530992060),w=P(w,y,_,E,g[A+4],11,1272893353),E=P(E,w,y,_,g[A+7],16,-155497632),_=P(_,E,w,y,g[A+10],23,-1094730640),y=P(y,_,E,w,g[A+13],4,681279174),w=P(w,y,_,E,g[A+0],11,-358537222),E=P(E,w,y,_,g[A+3],16,-722521979),_=P(_,E,w,y,g[A+6],23,76029189),y=P(y,_,E,w,g[A+9],4,-640364487),w=P(w,y,_,E,g[A+12],11,-421815835),E=P(E,w,y,_,g[A+15],16,530742520),_=P(_,E,w,y,g[A+2],23,-995338651),y=I(y,_,E,w,g[A+0],6,-198630844),w=I(w,y,_,E,g[A+7],10,1126891415),E=I(E,w,y,_,g[A+14],15,-1416354905),_=I(_,E,w,y,g[A+5],21,-57434055),y=I(y,_,E,w,g[A+12],6,1700485571),w=I(w,y,_,E,g[A+3],10,-1894986606),E=I(E,w,y,_,g[A+10],15,-1051523),_=I(_,E,w,y,g[A+1],21,-2054922799),y=I(y,_,E,w,g[A+8],6,1873313359),w=I(w,y,_,E,g[A+15],10,-30611744),E=I(E,w,y,_,g[A+6],15,-1560198380),_=I(_,E,w,y,g[A+13],21,1309151649),y=I(y,_,E,w,g[A+4],6,-145523070),w=I(w,y,_,E,g[A+11],10,-1120210379),E=I(E,w,y,_,g[A+2],15,718787259),_=I(_,E,w,y,g[A+9],21,-343485551),y=y+f>>>0,_=_+b>>>0,E=E+S>>>0,w=w+k>>>0}return n.endian([y,_,E,w])};u._ff=function(d,h,p,g,m,y,_){var E=d+(h&p|~h&g)+(m>>>0)+_;return(E<<y|E>>>32-y)+h},u._gg=function(d,h,p,g,m,y,_){var E=d+(h&g|p&~g)+(m>>>0)+_;return(E<<y|E>>>32-y)+h},u._hh=function(d,h,p,g,m,y,_){var E=d+(h^p^g)+(m>>>0)+_;return(E<<y|E>>>32-y)+h},u._ii=function(d,h,p,g,m,y,_){var E=d+(p^(h|~g))+(m>>>0)+_;return(E<<y|E>>>32-y)+h},u._blocksize=16,u._digestsize=16,r.exports=function(d,h){if(d==null)throw new Error("Illegal argument "+d);var p=n.wordsToBytes(u(d,h));return h&&h.asBytes?p:h&&h.asString?l.bytesToString(p):n.bytesToHex(p)}})()},"./node_modules/axios/dist/browser/axios.cjs":function(r,t,e){function n(v,C){return function(){return v.apply(C,arguments)}}function s(v){return v!==null&&!J(v)&&v.constructor!==null&&!J(v.constructor)&&he(v.constructor.isBuffer)&&v.constructor.isBuffer(v)}function a(v){return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?ArrayBuffer.isView(v):v&&v.buffer&&de(v.buffer)}function l(v,C){var B=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},R=B.allOwnKeys,M=R!==void 0&&R;if(v!=null){var D=void 0,F=void 0;if((v===void 0?"undefined":_typeof(v))!=="object"&&(v=[v]),re(v))for(D=0,F=v.length;D<F;D++)C.call(null,v[D],D,v);else{var W=M?Object.getOwnPropertyNames(v):Object.keys(v),te=W.length,q=void 0;for(D=0;D<te;D++)q=W[D],C.call(null,v[q],q,v)}}}function u(v,C){C=C.toLowerCase();for(var B=Object.keys(v),R=B.length,M=void 0;R-- >0;)if(M=B[R],C===M.toLowerCase())return M;return null}function d(){for(var v=ze(this)&&this||{},C=v.caseless,B={},R=function(F,W){var te=C&&u(B,W)||W;Ce(B[te])&&Ce(F)?B[te]=d(B[te],F):Ce(F)?B[te]=d({},F):re(F)?B[te]=F.slice():B[te]=F},M=0,D=arguments.length;M<D;M++)arguments[M]&&l(arguments[M],R);return B}function h(v){return!!(v&&he(v.append)&&v[Symbol.toStringTag]==="FormData"&&v[Symbol.iterator])}function p(v,C,B,R,M){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=v,this.name="AxiosError",C&&(this.code=C),B&&(this.config=B),R&&(this.request=R),M&&(this.response=M)}function g(v){return Z.isPlainObject(v)||Z.isArray(v)}function m(v){return Z.endsWith(v,"[]")?v.slice(0,-2):v}function y(v,C,B){return v?v.concat(C).map(function(R,M){return R=m(R),!B&&M?"["+R+"]":R}).join(B?".":""):C}function _(v){return Z.isArray(v)&&!v.some(g)}function E(v,C,B){function R(se){if(se===null)return"";if(Z.isDate(se))return se.toISOString();if(!ue&&Z.isBlob(se))throw new p("Blob is not supported. Use a Buffer instead.");return Z.isArrayBuffer(se)||Z.isTypedArray(se)?ue&&typeof Blob=="function"?new Blob([se]):Buffer.from(se):se}function M(se,ce,Te){var Ae=se;if(se&&!Te&&(se===void 0?"undefined":_typeof(se))==="object"){if(Z.endsWith(ce,"{}"))ce=F?ce:ce.slice(0,-2),se=JSON.stringify(se);else if(Z.isArray(se)&&_(se)||(Z.isFileList(se)||Z.endsWith(ce,"[]"))&&(Ae=Z.toArray(se)))return ce=m(ce),Ae.forEach(function(ge,en){!(Z.isUndefined(ge)||ge===null)&&C.append(q===!0?y([ce],en,te):q===null?ce:ce+"[]",R(ge))}),!1}return!!g(se)||(C.append(y(Te,ce,te),R(se)),!1)}function D(se,ce){if(!Z.isUndefined(se)){if(fe.indexOf(se)!==-1)throw Error("Circular reference detected in "+ce.join("."));fe.push(se),Z.forEach(se,function(Te,Ae){(!(Z.isUndefined(Te)||Te===null)&&W.call(C,Te,Z.isString(Ae)?Ae.trim():Ae,ce,Be))===!0&&D(Te,ce?ce.concat(Ae):[Ae])}),fe.pop()}}if(!Z.isObject(v))throw new TypeError("target must be an object");C=C||new FormData,B=Z.toFlatObject(B,{metaTokens:!0,dots:!1,indexes:!1},!1,function(se,ce){return!Z.isUndefined(ce[se])});var F=B.metaTokens,W=B.visitor||M,te=B.dots,q=B.indexes,ie=B.Blob||typeof Blob<"u"&&Blob,ue=ie&&Z.isSpecCompliantForm(C);if(!Z.isFunction(W))throw new TypeError("visitor must be a function");var fe=[],Be=Object.assign(Ot,{defaultVisitor:M,convertValue:R,isVisitable:g});if(!Z.isObject(v))throw new TypeError("data must be an object");return D(v),C}function w(v){var C={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(v).replace(/[!'()~]|%20|%00/g,function(B){return C[B]})}function A(v,C){this._pairs=[],v&&E(v,this,C)}function O(v){return encodeURIComponent(v).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function j(v,C,B){if(!C)return v;var R=B&&B.encode||O,M=B&&B.serialize,D=void 0;if(D=M?M(C,B):Z.isURLSearchParams(C)?C.toString():new A(C,B).toString(R)){var F=v.indexOf("#");F!==-1&&(v=v.slice(0,F)),v+=(v.indexOf("?")===-1?"?":"&")+D}return v}function P(v,C){return E(v,new Re.classes.URLSearchParams,Object.assign({visitor:function(B,R,M,D){return Re.isNode&&Z.isBuffer(B)?(this.append(R,B.toString("base64")),!1):D.defaultVisitor.apply(this,arguments)}},C))}function I(v){return Z.matchAll(/\w+|\[(\w*)]/g,v).map(function(C){return C[0]==="[]"?"":C[1]||C[0]})}function f(v){var C={},B=Object.keys(v),R=void 0,M=B.length,D=void 0;for(R=0;R<M;R++)D=B[R],C[D]=v[D];return C}function b(v){function C(R,M,D,F){var W=R[F++],te=Number.isFinite(+W),q=F>=R.length;return W=!W&&Z.isArray(D)?D.length:W,q?(Z.hasOwnProp(D,W)?D[W]=[D[W],M]:D[W]=M,!te):(D[W]&&Z.isObject(D[W])||(D[W]=[]),C(R,M,D[W],F)&&Z.isArray(D[W])&&(D[W]=f(D[W])),!te)}if(Z.isFormData(v)&&Z.isFunction(v.entries)){var B={};return Z.forEachEntry(v,function(R,M){C(I(R),M,B,0)}),B}return null}function S(v,C,B){if(Z.isString(v))try{return(C||JSON.parse)(v),Z.trim(v)}catch(R){if(R.name!=="SyntaxError")throw R}return(B||JSON.stringify)(v)}function k(v){return v&&String(v).trim().toLowerCase()}function x(v){return v===!1||v==null?v:Z.isArray(v)?v.map(x):String(v)}function N(v){for(var C=Object.create(null),B=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g,R=void 0;R=B.exec(v);)C[R[1]]=R[2];return C}function L(v,C,B,R,M){return Z.isFunction(R)?R.call(this,C,B):(M&&(C=B),Z.isString(C)?Z.isString(R)?C.indexOf(R)!==-1:Z.isRegExp(R)?R.test(C):void 0:void 0)}function U(v){return v.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,function(C,B,R){return B.toUpperCase()+R})}function ne(v,C){var B=Z.toCamelCase(" "+C);["get","set","has"].forEach(function(R){Object.defineProperty(v,R+B,{value:function(M,D,F){return this[R].call(this,C,M,D,F)},configurable:!0})})}function ae(v,C){var B=this||Ue,R=C||B,M=Pe.from(R.headers),D=R.data;return Z.forEach(v,function(F){D=F.call(B,D,M.normalize(),C?C.status:void 0)}),M.normalize(),D}function ve(v){return!(!v||!v.__CANCEL__)}function le(v,C,B){p.call(this,v==null?"canceled":v,p.ERR_CANCELED,C,B),this.name="CanceledError"}function G(v,C,B){var R=B.config.validateStatus;B.status&&R&&!R(B.status)?C(new p("Request failed with status code "+B.status,[p.ERR_BAD_REQUEST,p.ERR_BAD_RESPONSE][Math.floor(B.status/100)-4],B.config,B.request,B)):v(B)}function Q(v){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(v)}function X(v,C){return C?v.replace(/\/+$/,"")+"/"+C.replace(/^\/+/,""):v}function Y(v,C){return v&&!Q(C)?X(v,C):C}function V(v){var C=/^([-+\w]{1,25})(:?\/\/|:)/.exec(v);return C&&C[1]||""}function ee(v,C){v=v||10;var B=new Array(v),R=new Array(v),M=0,D=0,F=void 0;return C=C!==void 0?C:1e3,function(W){var te=Date.now(),q=R[D];F||(F=te),B[M]=W,R[M]=te;for(var ie=D,ue=0;ie!==M;)ue+=B[ie++],ie%=v;if(M=(M+1)%v,M===D&&(D=(D+1)%v),!(te-F<C)){var fe=q&&te-q;return fe?Math.round(1e3*ue/fe):void 0}}}function oe(v,C){var B=0,R=ee(50,250);return function(M){var D=M.loaded,F=M.lengthComputable?M.total:void 0,W=D-B,te=R(W),q=D<=F;B=D;var ie={loaded:D,total:F,progress:F?D/F:void 0,bytes:W,rate:te||void 0,estimated:te&&F&&q?(F-D)/te:void 0,event:M};ie[C?"download":"upload"]=!0,v(ie)}}function pe(v){if(v.cancelToken&&v.cancelToken.throwIfRequested(),v.signal&&v.signal.aborted)throw new le(null,v)}function Se(v){return pe(v),v.headers=Pe.from(v.headers),v.data=ae.call(v,v.transformRequest),["post","put","patch"].indexOf(v.method)!==-1&&v.headers.setContentType("application/x-www-form-urlencoded",!1),Kt.getAdapter(v.adapter||Ue.adapter)(v).then(function(C){return pe(v),C.data=ae.call(v,v.transformResponse,C),C.headers=Pe.from(C.headers),C},function(C){return ve(C)||(pe(v),C&&C.response&&(C.response.data=ae.call(v,v.transformResponse,C.response),C.response.headers=Pe.from(C.response.headers))),Promise.reject(C)})}function _e(v,C){function B(q,ie,ue){return Z.isPlainObject(q)&&Z.isPlainObject(ie)?Z.merge.call({caseless:ue},q,ie):Z.isPlainObject(ie)?Z.merge({},ie):Z.isArray(ie)?ie.slice():ie}function R(q,ie,ue){return Z.isUndefined(ie)?Z.isUndefined(q)?void 0:B(void 0,q,ue):B(q,ie,ue)}function M(q,ie){if(!Z.isUndefined(ie))return B(void 0,ie)}function D(q,ie){return Z.isUndefined(ie)?Z.isUndefined(q)?void 0:B(void 0,q):B(void 0,ie)}function F(q,ie,ue){return ue in C?B(q,ie):ue in v?B(void 0,q):void 0}C=C||{};var W={},te={url:M,method:M,data:M,baseURL:D,transformRequest:D,transformResponse:D,paramsSerializer:D,timeout:D,timeoutMessage:D,withCredentials:D,adapter:D,responseType:D,xsrfCookieName:D,xsrfHeaderName:D,onUploadProgress:D,onDownloadProgress:D,decompress:D,maxContentLength:D,maxBodyLength:D,beforeRedirect:D,transport:D,httpAgent:D,httpsAgent:D,cancelToken:D,socketPath:D,responseEncoding:D,validateStatus:F,headers:function(q,ie){return R(it(q),it(ie),!0)}};return Z.forEach(Object.keys(Object.assign({},v,C)),function(q){var ie=te[q]||R,ue=ie(v[q],C[q],q);Z.isUndefined(ue)&&ie!==F||(W[q]=ue)}),W}function Ee(v,C,B){if((v===void 0?"undefined":_typeof(v))!=="object")throw new p("options must be an object",p.ERR_BAD_OPTION_VALUE);for(var R=Object.keys(v),M=R.length;M-- >0;){var D=R[M],F=C[D];if(F){var W=v[D],te=W===void 0||F(W,D,v);if(te!==!0)throw new p("option "+D+" must be "+te,p.ERR_BAD_OPTION_VALUE)}else if(B!==!0)throw new p("Unknown option "+D,p.ERR_BAD_OPTION)}}function we(v){return function(C){return v.apply(null,C)}}function Me(v){return Z.isObject(v)&&v.isAxiosError===!0}function xe(v){var C=new Ve(v),B=n(Ve.prototype.request,C);return Z.extend(B,Ve.prototype,C,{allOwnKeys:!0}),Z.extend(B,C,null,{allOwnKeys:!0}),B.create=function(R){return xe(_e(v,R))},B}var Oe=Object.prototype.toString,Ie=Object.getPrototypeOf,z=function(v){return function(C){var B=Oe.call(C);return v[B]||(v[B]=B.slice(8,-1).toLowerCase())}}(Object.create(null)),H=function(v){return v=v.toLowerCase(),function(C){return z(C)===v}},K=function(v){return function(C){return(C===void 0?"undefined":_typeof(C))===v}},re=Array.isArray,J=K("undefined"),de=H("ArrayBuffer"),me=K("string"),he=K("function"),be=K("number"),ke=function(v){return v!==null&&(v===void 0?"undefined":_typeof(v))==="object"},je=function(v){return v===!0||v===!1},Ce=function(v){if(z(v)!=="object")return!1;var C=Ie(v);return!(C!==null&&C!==Object.prototype&&Object.getPrototypeOf(C)!==null||Symbol.toStringTag in v||Symbol.iterator in v)},at=H("Date"),lt=H("File"),ct=H("Blob"),ut=H("FileList"),dt=function(v){return ke(v)&&he(v.pipe)},ht=function(v){var C=void 0;return v&&(typeof FormData=="function"&&v instanceof FormData||he(v.append)&&((C=z(v))==="formdata"||C==="object"&&he(v.toString)&&v.toString()==="[object FormData]"))},pt=H("URLSearchParams"),ft=function(v){return v.trim?v.trim():v.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"")},Ye=function(){return typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:e.g}(),ze=function(v){return!J(v)&&v!==Ye},gt=function(v,C,B){var R=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{},M=R.allOwnKeys;return l(C,function(D,F){B&&he(D)?v[F]=n(D,B):v[F]=D},{allOwnKeys:M}),v},mt=function(v){return v.charCodeAt(0)===65279&&(v=v.slice(1)),v},yt=function(v,C,B,R){v.prototype=Object.create(C.prototype,R),v.prototype.constructor=v,Object.defineProperty(v,"super",{value:C.prototype}),B&&Object.assign(v.prototype,B)},vt=function(v,C,B,R){var M=void 0,D=void 0,F=void 0,W={};if(C=C||{},v==null)return C;do{for(M=Object.getOwnPropertyNames(v),D=M.length;D-- >0;)F=M[D],R&&!R(F,v,C)||W[F]||(C[F]=v[F],W[F]=!0);v=B!==!1&&Ie(v)}while(v&&(!B||B(v,C))&&v!==Object.prototype);return C},_t=function(v,C,B){v=String(v),(B===void 0||B>v.length)&&(B=v.length),B-=C.length;var R=v.indexOf(C,B);return R!==-1&&R===B},bt=function(v){if(!v)return null;if(re(v))return v;var C=v.length;if(!be(C))return null;for(var B=new Array(C);C-- >0;)B[C]=v[C];return B},Tt=function(v){return function(C){return v&&C instanceof v}}(typeof Uint8Array<"u"&&Ie(Uint8Array)),Et=function(v,C){for(var B=v&&v[Symbol.iterator],R=B.call(v),M=void 0;(M=R.next())&&!M.done;){var D=M.value;C.call(v,D[0],D[1])}},St=function(v,C){for(var B=void 0,R=[];(B=v.exec(C))!==null;)R.push(B);return R},wt=H("HTMLFormElement"),Ct=function(v){return v.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(C,B,R){return B.toUpperCase()+R})},qe=function(v){var C=v.hasOwnProperty;return function(B,R){return C.call(B,R)}}(Object.prototype),At=H("RegExp"),Ke=function(v,C){var B=Object.getOwnPropertyDescriptors(v),R={};l(B,function(M,D){C(M,D,v)!==!1&&(R[D]=M)}),Object.defineProperties(v,R)},kt=function(v){Ke(v,function(C,B){if(he(v)&&["arguments","caller","callee"].indexOf(B)!==-1)return!1;var R=v[B];if(he(R)){if(C.enumerable=!1,"writable"in C)return void(C.writable=!1);C.set||(C.set=function(){throw Error("Can not rewrite read-only method '"+B+"'")})}})},Bt=function(v,C){var B={},R=function(M){M.forEach(function(D){B[D]=!0})};return R(re(v)?v:String(v).split(C)),B},It=function(){},Rt=function(v,C){return v=+v,Number.isFinite(v)?v:C},Fe="abcdefghijklmnopqrstuvwxyz",We={DIGIT:"0123456789",ALPHA:Fe,ALPHA_DIGIT:Fe+Fe.toUpperCase()+"0123456789"},Pt=function(){for(var v=arguments.length>0&&arguments[0]!==void 0?arguments[0]:16,C=arguments.length>1&&arguments[1]!==void 0?arguments[1]:We.ALPHA_DIGIT,B="",R=C.length;v--;)B+=C[Math.random()*R|0];return B},Dt=function(v){var C=new Array(10);return function B(R,M){if(ke(R)){if(C.indexOf(R)>=0)return;if(!("toJSON"in R)){C[M]=R;var D=re(R)?[]:{};return l(R,function(F,W){var te=B(F,M+1);!J(te)&&(D[W]=te)}),C[M]=void 0,D}}return R}(v,0)},jt=H("AsyncFunction"),xt=function(v){return v&&(ke(v)||he(v))&&he(v.then)&&he(v.catch)},Z={isArray:re,isArrayBuffer:de,isBuffer:s,isFormData:ht,isArrayBufferView:a,isString:me,isNumber:be,isBoolean:je,isObject:ke,isPlainObject:Ce,isUndefined:J,isDate:at,isFile:lt,isBlob:ct,isRegExp:At,isFunction:he,isStream:dt,isURLSearchParams:pt,isTypedArray:Tt,isFileList:ut,forEach:l,merge:d,extend:gt,trim:ft,stripBOM:mt,inherits:yt,toFlatObject:vt,kindOf:z,kindOfTest:H,endsWith:_t,toArray:bt,forEachEntry:Et,matchAll:St,isHTMLForm:wt,hasOwnProperty:qe,hasOwnProp:qe,reduceDescriptors:Ke,freezeMethods:kt,toObjectSet:Bt,toCamelCase:Ct,noop:It,toFiniteNumber:Rt,findKey:u,global:Ye,isContextDefined:ze,ALPHABET:We,generateString:Pt,isSpecCompliantForm:h,toJSONObject:Dt,isAsyncFn:jt,isThenable:xt};Z.inherits(p,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:Z.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});var Xe=p.prototype,Je={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(function(v){Je[v]={value:v}}),Object.defineProperties(p,Je),Object.defineProperty(Xe,"isAxiosError",{value:!0}),p.from=function(v,C,B,R,M,D){var F=Object.create(Xe);return Z.toFlatObject(v,F,function(W){return W!==Error.prototype},function(W){return W!=="isAxiosError"}),p.call(F,v.message,C,B,R,M),F.cause=v,F.name=v.name,D&&Object.assign(F,D),F};var Ot=Z.toFlatObject(Z,{},null,function(v){return/^is[A-Z]/.test(v)}),et=A.prototype;et.append=function(v,C){this._pairs.push([v,C])},et.toString=function(v){var C=v?function(B){return v.call(this,B,w)}:w;return this._pairs.map(function(B){return C(B[0])+"="+C(B[1])},"").join("&")};var Mt=function(){function v(){classCallCheck(this,v),this.handlers=[]}return v.prototype.use=function(C,B,R){return this.handlers.push({fulfilled:C,rejected:B,synchronous:!!R&&R.synchronous,runWhen:R?R.runWhen:null}),this.handlers.length-1},v.prototype.eject=function(C){this.handlers[C]&&(this.handlers[C]=null)},v.prototype.clear=function(){this.handlers&&(this.handlers=[])},v.prototype.forEach=function(C){Z.forEach(this.handlers,function(B){B!==null&&C(B)})},v}(),tt=Mt,nt={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},Nt=typeof URLSearchParams<"u"?URLSearchParams:A,Lt=typeof FormData<"u"?FormData:null,Gt=typeof Blob<"u"?Blob:null,Zt=function(){var v=void 0;return(typeof navigator>"u"||(v=navigator.product)!=="ReactNative"&&v!=="NativeScript"&&v!=="NS")&&typeof window<"u"&&typeof document<"u"}(),Vt=function(){return typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function"}(),Re={isBrowser:!0,classes:{URLSearchParams:Nt,FormData:Lt,Blob:Gt},isStandardBrowserEnv:Zt,isStandardBrowserWebWorkerEnv:Vt,protocols:["http","https","file","blob","url","data"]},Ft={"Content-Type":void 0},Ne={transitional:nt,adapter:["xhr","http"],transformRequest:[function(v,C){var B=C.getContentType()||"",R=B.indexOf("application/json")>-1,M=Z.isObject(v);if(M&&Z.isHTMLForm(v)&&(v=new FormData(v)),Z.isFormData(v))return R&&R?JSON.stringify(b(v)):v;if(Z.isArrayBuffer(v)||Z.isBuffer(v)||Z.isStream(v)||Z.isFile(v)||Z.isBlob(v))return v;if(Z.isArrayBufferView(v))return v.buffer;if(Z.isURLSearchParams(v))return C.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),v.toString();var D=void 0;if(M){if(B.indexOf("application/x-www-form-urlencoded")>-1)return P(v,this.formSerializer).toString();if((D=Z.isFileList(v))||B.indexOf("multipart/form-data")>-1){var F=this.env&&this.env.FormData;return E(D?{"files[]":v}:v,F&&new F,this.formSerializer)}}return M||R?(C.setContentType("application/json",!1),S(v)):v}],transformResponse:[function(v){var C=this.transitional||Ne.transitional,B=C&&C.forcedJSONParsing,R=this.responseType==="json";if(v&&Z.isString(v)&&(B&&!this.responseType||R)){var M=C&&C.silentJSONParsing,D=!M&&R;try{return JSON.parse(v)}catch(F){if(D)throw F.name==="SyntaxError"?p.from(F,p.ERR_BAD_RESPONSE,this,null,this.response):F}}return v}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:Re.classes.FormData,Blob:Re.classes.Blob},validateStatus:function(v){return v>=200&&v<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};Z.forEach(["delete","get","head"],function(v){Ne.headers[v]={}}),Z.forEach(["post","put","patch"],function(v){Ne.headers[v]=Z.merge(Ft)});var Ue=Ne,Ut=Z.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),Qt=function(v){var C={},B=void 0,R=void 0,M=void 0;return v&&v.split("\n").forEach(function(D){M=D.indexOf(":"),B=D.substring(0,M).trim().toLowerCase(),R=D.substring(M+1).trim(),!B||C[B]&&Ut[B]||(B==="set-cookie"?C[B]?C[B].push(R):C[B]=[R]:C[B]=C[B]?C[B]+", "+R:R)}),C},rt=Symbol("internals"),Ht=function(v){return/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(v.trim())},Le=function(){function v(C){classCallCheck(this,v),C&&this.set(C)}return v.prototype.set=function(C,B,R){function M(W,te,q){var ie=k(te);if(!ie)throw new Error("header name must be a non-empty string");var ue=Z.findKey(D,ie);(!ue||D[ue]===void 0||q===!0||q===void 0&&D[ue]!==!1)&&(D[ue||te]=x(W))}var D=this,F=function(W,te){return Z.forEach(W,function(q,ie){return M(q,ie,te)})};return Z.isPlainObject(C)||C instanceof this.constructor?F(C,B):Z.isString(C)&&(C=C.trim())&&!Ht(C)?F(Qt(C),B):C!=null&&M(B,C,R),this},v.prototype.get=function(C,B){if(C=k(C)){var R=Z.findKey(this,C);if(R){var M=this[R];if(!B)return M;if(B===!0)return N(M);if(Z.isFunction(B))return B.call(this,M,R);if(Z.isRegExp(B))return B.exec(M);throw new TypeError("parser must be boolean|regexp|function")}}},v.prototype.has=function(C,B){if(C=k(C)){var R=Z.findKey(this,C);return!(!R||this[R]===void 0||B&&!L(this,this[R],R,B))}return!1},v.prototype.delete=function(C,B){function R(F){if(F=k(F)){var W=Z.findKey(M,F);!W||B&&!L(M,M[W],W,B)||(delete M[W],D=!0)}}var M=this,D=!1;return Z.isArray(C)?C.forEach(R):R(C),D},v.prototype.clear=function(C){for(var B=Object.keys(this),R=B.length,M=!1;R--;){var D=B[R];C&&!L(this,this[D],D,C,!0)||(delete this[D],M=!0)}return M},v.prototype.normalize=function(C){var B=this,R={};return Z.forEach(this,function(M,D){var F=Z.findKey(R,D);if(F)return B[F]=x(M),void delete B[D];var W=C?U(D):String(D).trim();W!==D&&delete B[D],B[W]=x(M),R[W]=!0}),this},v.prototype.concat=function(){for(var C,B=arguments.length,R=Array(B),M=0;M<B;M++)R[M]=arguments[M];return(C=this.constructor).concat.apply(C,[this].concat(R))},v.prototype.toJSON=function(C){var B=Object.create(null);return Z.forEach(this,function(R,M){R!=null&&R!==!1&&(B[M]=C&&Z.isArray(R)?R.join(", "):R)}),B},v.prototype[Symbol.iterator]=function(){return Object.entries(this.toJSON())[Symbol.iterator]()},v.prototype.toString=function(){return Object.entries(this.toJSON()).map(function(C){return C[0]+": "+C[1]}).join("\n")},v.from=function(C){return C instanceof this?C:new this(C)},v.concat=function(C){for(var B=new this(C),R=arguments.length,M=Array(R>1?R-1:0),D=1;D<R;D++)M[D-1]=arguments[D];return M.forEach(function(F){return B.set(F)}),B},v.accessor=function(C){function B(F){var W=k(F);M[W]||(ne(D,F),M[W]=!0)}var R=this[rt]=this[rt]={accessors:{}},M=R.accessors,D=this.prototype;return Z.isArray(C)?C.forEach(B):B(C),this},createClass(v,[{key:Symbol.toStringTag,get:function(){return"AxiosHeaders"}}]),v}();Le.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),Z.freezeMethods(Le.prototype),Z.freezeMethods(Le);var Pe=Le;Z.inherits(le,p,{__CANCEL__:!0});var $t=Re.isStandardBrowserEnv?function(){return{write:function(v,C,B,R,M,D){var F=[];F.push(v+"="+encodeURIComponent(C)),Z.isNumber(B)&&F.push("expires="+new Date(B).toGMTString()),Z.isString(R)&&F.push("path="+R),Z.isString(M)&&F.push("domain="+M),D===!0&&F.push("secure"),document.cookie=F.join("; ")},read:function(v){var C=document.cookie.match(new RegExp("(^|;\\s*)("+v+")=([^;]*)"));return C?decodeURIComponent(C[3]):null},remove:function(v){this.write(v,"",Date.now()-864e5)}}}():function(){return{write:function(){},read:function(){return null},remove:function(){}}}(),Yt=Re.isStandardBrowserEnv?function(){function v(M){var D=M;return C&&(B.setAttribute("href",D),D=B.href),B.setAttribute("href",D),{href:B.href,protocol:B.protocol?B.protocol.replace(/:$/,""):"",host:B.host,search:B.search?B.search.replace(/^\?/,""):"",hash:B.hash?B.hash.replace(/^#/,""):"",hostname:B.hostname,port:B.port,pathname:B.pathname.charAt(0)==="/"?B.pathname:"/"+B.pathname}}var C=/(msie|trident)/i.test(navigator.userAgent),B=document.createElement("a"),R=void 0;return R=v(window.location.href),function(M){var D=Z.isString(M)?v(M):M;return D.protocol===R.protocol&&D.host===R.host}}():function(){return function(){return!0}}(),zt=typeof XMLHttpRequest<"u",qt=zt&&function(v){return new Promise(function(C,B){function R(){v.cancelToken&&v.cancelToken.unsubscribe(te),v.signal&&v.signal.removeEventListener("abort",te)}function M(){if(q){var ce=Pe.from("getAllResponseHeaders"in q&&q.getAllResponseHeaders()),Te=W&&W!=="text"&&W!=="json"?q.response:q.responseText,Ae={data:Te,status:q.status,statusText:q.statusText,headers:ce,config:v,request:q};G(function(ge){C(ge),R()},function(ge){B(ge),R()},Ae),q=null}}var D=v.data,F=Pe.from(v.headers).normalize(),W=v.responseType,te=void 0;Z.isFormData(D)&&(Re.isStandardBrowserEnv||Re.isStandardBrowserWebWorkerEnv?F.setContentType(!1):F.setContentType("multipart/form-data;",!1));var q=new XMLHttpRequest;if(v.auth){var ie=v.auth.username||"",ue=v.auth.password?unescape(encodeURIComponent(v.auth.password)):"";F.set("Authorization","Basic "+btoa(ie+":"+ue))}var fe=Y(v.baseURL,v.url);if(q.open(v.method.toUpperCase(),j(fe,v.params,v.paramsSerializer),!0),q.timeout=v.timeout,"onloadend"in q?q.onloadend=M:q.onreadystatechange=function(){q&&q.readyState===4&&(q.status!==0||q.responseURL&&q.responseURL.indexOf("file:")===0)&&setTimeout(M)},q.onabort=function(){q&&(B(new p("Request aborted",p.ECONNABORTED,v,q)),q=null)},q.onerror=function(){B(new p("Network Error",p.ERR_NETWORK,v,q)),q=null},q.ontimeout=function(){var ce=v.timeout?"timeout of "+v.timeout+"ms exceeded":"timeout exceeded",Te=v.transitional||nt;v.timeoutErrorMessage&&(ce=v.timeoutErrorMessage),B(new p(ce,Te.clarifyTimeoutError?p.ETIMEDOUT:p.ECONNABORTED,v,q)),q=null},Re.isStandardBrowserEnv){var Be=(v.withCredentials||Yt(fe))&&v.xsrfCookieName&&$t.read(v.xsrfCookieName);Be&&F.set(v.xsrfHeaderName,Be)}D===void 0&&F.setContentType(null),"setRequestHeader"in q&&Z.forEach(F.toJSON(),function(ce,Te){q.setRequestHeader(Te,ce)}),Z.isUndefined(v.withCredentials)||(q.withCredentials=!!v.withCredentials),W&&W!=="json"&&(q.responseType=v.responseType),typeof v.onDownloadProgress=="function"&&q.addEventListener("progress",oe(v.onDownloadProgress,!0)),typeof v.onUploadProgress=="function"&&q.upload&&q.upload.addEventListener("progress",oe(v.onUploadProgress)),(v.cancelToken||v.signal)&&(te=function(ce){q&&(B(!ce||ce.type?new le(null,v,q):ce),q.abort(),q=null)},v.cancelToken&&v.cancelToken.subscribe(te),v.signal&&(v.signal.aborted?te():v.signal.addEventListener("abort",te)));var se=V(fe);if(se&&Re.protocols.indexOf(se)===-1)return void B(new p("Unsupported protocol "+se+":",p.ERR_BAD_REQUEST,v));q.send(D||null)})},Ge={http:null,xhr:qt};Z.forEach(Ge,function(v,C){if(v){try{Object.defineProperty(v,"name",{value:C})}catch(B){}Object.defineProperty(v,"adapterName",{value:C})}});var Kt={getAdapter:function(v){v=Z.isArray(v)?v:[v];for(var C=v,B=C.length,R=void 0,M=void 0,D=0;D<B&&(R=v[D],!(M=Z.isString(R)?Ge[R.toLowerCase()]:R));D++);if(!M)throw M===!1?new p("Adapter "+R+" is not supported by the environment","ERR_NOT_SUPPORT"):new Error(Z.hasOwnProp(Ge,R)?"Adapter '"+R+"' is not available in the build":"Unknown adapter '"+R+"'");if(!Z.isFunction(M))throw new TypeError("adapter is not a function");return M},adapters:Ge},it=function(v){return v instanceof Pe?v.toJSON():v},ot="1.4.0",Qe={};["object","boolean","number","function","string","symbol"].forEach(function(v,C){Qe[v]=function(B){return(B===void 0?"undefined":_typeof(B))===v||"a"+(C<1?"n ":" ")+v}});var st={};Qe.transitional=function(v,C,B){function R(M,D){return"[Axios v"+ot+"] Transitional option '"+M+"'"+D+(B?". "+B:"")}return function(M,D,F){if(v===!1)throw new p(R(D," has been removed"+(C?" in "+C:"")),p.ERR_DEPRECATED);return C&&!st[D]&&(st[D]=!0),!v||v(M,D,F)}};var He={assertOptions:Ee,validators:Qe},De=He.validators,Ze=function(){function v(C){classCallCheck(this,v),this.defaults=C,this.interceptors={request:new tt,response:new tt}}return v.prototype.request=function(C,B){typeof C=="string"?(B=B||{},B.url=C):B=C||{},B=_e(this.defaults,B);var R=B,M=R.transitional,D=R.paramsSerializer,F=R.headers;M!==void 0&&He.assertOptions(M,{silentJSONParsing:De.transitional(De.boolean),forcedJSONParsing:De.transitional(De.boolean),clarifyTimeoutError:De.transitional(De.boolean)},!1),D!=null&&(Z.isFunction(D)?B.paramsSerializer={serialize:D}:He.assertOptions(D,{encode:De.function,serialize:De.function},!0)),B.method=(B.method||this.defaults.method||"get").toLowerCase();var W=void 0;W=F&&Z.merge(F.common,F[B.method]),W&&Z.forEach(["delete","get","head","post","put","patch","common"],function(ge){delete F[ge]}),B.headers=Pe.concat(W,F);var te=[],q=!0;this.interceptors.request.forEach(function(ge){typeof ge.runWhen=="function"&&ge.runWhen(B)===!1||(q=q&&ge.synchronous,te.unshift(ge.fulfilled,ge.rejected))});var ie=[];this.interceptors.response.forEach(function(ge){ie.push(ge.fulfilled,ge.rejected)});var ue=void 0,fe=0,Be=void 0;if(!q){var se=[Se.bind(this),void 0];for(se.unshift.apply(se,te),se.push.apply(se,ie),Be=se.length,ue=Promise.resolve(B);fe<Be;)ue=ue.then(se[fe++],se[fe++]);return ue}Be=te.length;var ce=B;for(fe=0;fe<Be;){var Te=te[fe++],Ae=te[fe++];try{ce=Te(ce)}catch(ge){Ae.call(this,ge);break}}try{ue=Se.call(this,ce)}catch(ge){return Promise.reject(ge)}for(fe=0,Be=ie.length;fe<Be;)ue=ue.then(ie[fe++],ie[fe++]);return ue},v.prototype.getUri=function(C){return C=_e(this.defaults,C),j(Y(C.baseURL,C.url),C.params,C.paramsSerializer)},v}();Z.forEach(["delete","get","head","options"],function(v){Ze.prototype[v]=function(C,B){return this.request(_e(B||{},{method:v,url:C,data:(B||{}).data}))}}),Z.forEach(["post","put","patch"],function(v){function C(B){return function(R,M,D){return this.request(_e(D||{},{method:v,headers:B?{"Content-Type":"multipart/form-data"}:{},url:R,data:M}))}}Ze.prototype[v]=C(),Ze.prototype[v+"Form"]=C(!0)});var Ve=Ze,Wt=function(){function v(C){if(classCallCheck(this,v),typeof C!="function")throw new TypeError("executor must be a function.");var B=void 0;this.promise=new Promise(function(M){B=M});var R=this;this.promise.then(function(M){if(R._listeners){for(var D=R._listeners.length;D-- >0;)R._listeners[D](M);R._listeners=null}}),this.promise.then=function(M){var D=void 0,F=new Promise(function(W){R.subscribe(W),D=W}).then(M);return F.cancel=function(){R.unsubscribe(D)},F},C(function(M,D,F){R.reason||(R.reason=new le(M,D,F),B(R.reason))})}return v.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},v.prototype.subscribe=function(C){if(this.reason)return void C(this.reason);this._listeners?this._listeners.push(C):this._listeners=[C]},v.prototype.unsubscribe=function(C){if(this._listeners){var B=this._listeners.indexOf(C);B!==-1&&this._listeners.splice(B,1)}},v.source=function(){var C=void 0;return{token:new v(function(B){C=B}),cancel:C}},v}(),Xt=Wt,$e={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries($e).forEach(function(v){var C=v[0],B=v[1];$e[B]=C});var Jt=$e,ye=xe(Ue);ye.Axios=Ve,ye.CanceledError=le,ye.CancelToken=Xt,ye.isCancel=ve,ye.VERSION=ot,ye.toFormData=E,ye.AxiosError=p,ye.Cancel=ye.CanceledError,ye.all=function(v){return Promise.all(v)},ye.spread=we,ye.isAxiosError=Me,ye.mergeConfig=_e,ye.AxiosHeaders=Pe,ye.formToJSON=function(v){return b(Z.isHTMLForm(v)?new FormData(v):v)},ye.HttpStatusCode=Jt,ye.default=ye,r.exports=ye}},__webpack_module_cache__={};(function(){__webpack_require__.d=function(r,t){for(var e in t)__webpack_require__.o(t,e)&&!__webpack_require__.o(r,e)&&Object.defineProperty(r,e,{enumerable:!0,get:t[e]})}})(),function(){__webpack_require__.g=function(){if((typeof globalThis>"u"?"undefined":_typeof(globalThis))==="object")return globalThis;try{return this||new Function("return this")()}catch(r){if((typeof window>"u"?"undefined":_typeof(window))==="object")return window}}()}(),function(){__webpack_require__.o=function(r,t){return Object.prototype.hasOwnProperty.call(r,t)}}(),function(){__webpack_require__.r=function(r){typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(r,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(r,"__esModule",{value:!0})}}();var __webpack_exports__={};return function(){function r(f){return f&&f.__esModule?f:{default:f}}function t(f){"@babel/helpers - typeof";return(t=typeof Symbol=="function"&&_typeof(Symbol.iterator)=="symbol"?function(b){return b===void 0?"undefined":_typeof(b)}:function(b){return b&&typeof Symbol=="function"&&b.constructor===Symbol&&b!==Symbol.prototype?"symbol":b===void 0?"undefined":_typeof(b)})(f)}function e(){function f(z,H,K){return Object.defineProperty(z,H,{value:K,enumerable:!0,configurable:!0,writable:!0}),z[H]}function b(z,H,K,re){var J=H&&H.prototype instanceof k?H:k,de=Object.create(J.prototype),me=new G(re||[]);return oe(de,"_invoke",{value:ne(z,K,me)}),de}function S(z,H,K){try{return{type:"normal",arg:z.call(H,K)}}catch(re){return{type:"throw",arg:re}}}function k(){}function x(){}function N(){}function L(z){["next","throw","return"].forEach(function(H){f(z,H,function(K){return this._invoke(H,K)})})}function U(z,H){function K(J,de,me,he){var be=S(z[J],z,de);if(be.type!=="throw"){var ke=be.arg,je=ke.value;return je&&t(je)=="object"&&ee.call(je,"__await")?H.resolve(je.__await).then(function(Ce){K("next",Ce,me,he)},function(Ce){K("throw",Ce,me,he)}):H.resolve(je).then(function(Ce){ke.value=Ce,me(ke)},function(Ce){return K("throw",Ce,me,he)})}he(be.arg)}var re;oe(this,"_invoke",{value:function(J,de){function me(){return new H(function(he,be){K(J,de,he,be)})}return re=re?re.then(me,me):me()}})}function ne(z,H,K){var re="suspendedStart";return function(J,de){if(re==="executing")throw new Error("Generator is already running");if(re==="completed"){if(J==="throw")throw de;return X()}for(K.method=J,K.arg=de;;){var me=K.delegate;if(me){var he=ae(me,K);if(he){if(he===we)continue;return he}}if(K.method==="next")K.sent=K._sent=K.arg;else if(K.method==="throw"){if(re==="suspendedStart")throw re="completed",K.arg;K.dispatchException(K.arg)}else K.method==="return"&&K.abrupt("return",K.arg);re="executing";var be=S(z,H,K);if(be.type==="normal"){if(re=K.done?"completed":"suspendedYield",be.arg===we)continue;return{value:be.arg,done:K.done}}be.type==="throw"&&(re="completed",K.method="throw",K.arg=be.arg)}}}function ae(z,H){var K=H.method,re=z.iterator[K];if(re===void 0)return H.delegate=null,K==="throw"&&z.iterator.return&&(H.method="return",H.arg=void 0,ae(z,H),H.method==="throw")||K!=="return"&&(H.method="throw",H.arg=new TypeError("The iterator does not provide a '"+K+"' method")),we;var J=S(re,z.iterator,H.arg);if(J.type==="throw")return H.method="throw",H.arg=J.arg,H.delegate=null,we;var de=J.arg;return de?de.done?(H[z.resultName]=de.value,H.next=z.nextLoc,H.method!=="return"&&(H.method="next",H.arg=void 0),H.delegate=null,we):de:(H.method="throw",H.arg=new TypeError("iterator result is not an object"),H.delegate=null,we)}function ve(z){var H={tryLoc:z[0]};1 in z&&(H.catchLoc=z[1]),2 in z&&(H.finallyLoc=z[2],H.afterLoc=z[3]),this.tryEntries.push(H)}function le(z){var H=z.completion||{};H.type="normal",delete H.arg,z.completion=H}function G(z){this.tryEntries=[{tryLoc:"root"}],z.forEach(ve,this),this.reset(!0)}function Q(z){if(z){var H=z[Se];if(H)return H.call(z);if(typeof z.next=="function")return z;if(!isNaN(z.length)){var K=-1,re=function J(){for(;++K<z.length;)if(ee.call(z,K))return J.value=z[K],J.done=!1,J;return J.value=void 0,J.done=!0,J};return re.next=re}}return{next:X}}function X(){return{value:void 0,done:!0}}e=function(){return Y};var Y={},V=Object.prototype,ee=V.hasOwnProperty,oe=Object.defineProperty||function(z,H,K){z[H]=K.value},pe=typeof Symbol=="function"?Symbol:{},Se=pe.iterator||"@@iterator",_e=pe.asyncIterator||"@@asyncIterator",Ee=pe.toStringTag||"@@toStringTag";try{f({},"")}catch(z){f=function(H,K,re){return H[K]=re}}Y.wrap=b;var we={},Me={};f(Me,Se,function(){return this});var xe=Object.getPrototypeOf,Oe=xe&&xe(xe(Q([])));Oe&&Oe!==V&&ee.call(Oe,Se)&&(Me=Oe);var Ie=N.prototype=k.prototype=Object.create(Me);return x.prototype=N,oe(Ie,"constructor",{value:N,configurable:!0}),oe(N,"constructor",{value:x,configurable:!0}),x.displayName=f(N,Ee,"GeneratorFunction"),Y.isGeneratorFunction=function(z){var H=typeof z=="function"&&z.constructor;return!!H&&(H===x||(H.displayName||H.name)==="GeneratorFunction")},Y.mark=function(z){return Object.setPrototypeOf?Object.setPrototypeOf(z,N):(z.__proto__=N,f(z,Ee,"GeneratorFunction")),z.prototype=Object.create(Ie),z},Y.awrap=function(z){return{__await:z}},L(U.prototype),f(U.prototype,_e,function(){return this}),Y.AsyncIterator=U,Y.async=function(z,H,K,re,J){J===void 0&&(J=Promise);var de=new U(b(z,H,K,re),J);return Y.isGeneratorFunction(H)?de:de.next().then(function(me){return me.done?me.value:de.next()})},L(Ie),f(Ie,Ee,"Generator"),f(Ie,Se,function(){return this}),f(Ie,"toString",function(){return"[object Generator]"}),Y.keys=function(z){var H=Object(z),K=[];for(var re in H)K.push(re);return K.reverse(),function J(){for(;K.length;){var de=K.pop();if(de in H)return J.value=de,J.done=!1,J}return J.done=!0,J}},Y.values=Q,G.prototype={constructor:G,reset:function(z){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(le),!z)for(var H in this)H.charAt(0)==="t"&&ee.call(this,H)&&!isNaN(+H.slice(1))&&(this[H]=void 0)},stop:function(){this.done=!0;var z=this.tryEntries[0].completion;if(z.type==="throw")throw z.arg;return this.rval},dispatchException:function(z){function H(be,ke){return de.type="throw",de.arg=z,K.next=be,ke&&(K.method="next",K.arg=void 0),!!ke}if(this.done)throw z;for(var K=this,re=this.tryEntries.length-1;re>=0;--re){var J=this.tryEntries[re],de=J.completion;if(J.tryLoc==="root")return H("end");if(J.tryLoc<=this.prev){var me=ee.call(J,"catchLoc"),he=ee.call(J,"finallyLoc");if(me&&he){if(this.prev<J.catchLoc)return H(J.catchLoc,!0);if(this.prev<J.finallyLoc)return H(J.finallyLoc)}else if(me){if(this.prev<J.catchLoc)return H(J.catchLoc,!0)}else{if(!he)throw new Error("try statement without catch or finally");if(this.prev<J.finallyLoc)return H(J.finallyLoc)}}}},abrupt:function(z,H){for(var K=this.tryEntries.length-1;K>=0;--K){var re=this.tryEntries[K];if(re.tryLoc<=this.prev&&ee.call(re,"finallyLoc")&&this.prev<re.finallyLoc){var J=re;break}}J&&(z==="break"||z==="continue")&&J.tryLoc<=H&&H<=J.finallyLoc&&(J=null);var de=J?J.completion:{};return de.type=z,de.arg=H,J?(this.method="next",this.next=J.finallyLoc,we):this.complete(de)},complete:function(z,H){if(z.type==="throw")throw z.arg;return z.type==="break"||z.type==="continue"?this.next=z.arg:z.type==="return"?(this.rval=this.arg=z.arg,this.method="return",this.next="end"):z.type==="normal"&&H&&(this.next=H),we},finish:function(z){for(var H=this.tryEntries.length-1;H>=0;--H){var K=this.tryEntries[H];if(K.finallyLoc===z)return this.complete(K.completion,K.afterLoc),le(K),we}},catch:function(z){for(var H=this.tryEntries.length-1;H>=0;--H){var K=this.tryEntries[H];if(K.tryLoc===z){var re=K.completion;if(re.type==="throw"){var J=re.arg;le(K)}return J}}throw new Error("illegal catch attempt")},delegateYield:function(z,H,K){return this.delegate={iterator:Q(z),resultName:H,nextLoc:K},this.method==="next"&&(this.arg=void 0),we}},Y}function n(f,b,S,k,x,N,L){try{var U=f[N](L),ne=U.value}catch(ae){return void S(ae)}U.done?b(ne):Promise.resolve(ne).then(k,x)}function s(f){return function(){var b=this,S=arguments;return new Promise(function(k,x){function N(ne){n(U,k,x,N,L,"next",ne)}function L(ne){n(U,k,x,N,L,"throw",ne)}var U=f.apply(b,S);N(void 0)})}}function a(f,b){if(!(f instanceof b))throw new TypeError("Cannot call a class as a function")}function l(f,b){for(var S=0;S<b.length;S++){var k=b[S];k.enumerable=k.enumerable||!1,k.configurable=!0,"value"in k&&(k.writable=!0),Object.defineProperty(f,h(k.key),k)}}function u(f,b,S){return b&&l(f.prototype,b),S&&l(f,S),Object.defineProperty(f,"prototype",{writable:!1}),f}function d(f,b,S){return b=h(b),b in f?Object.defineProperty(f,b,{value:S,enumerable:!0,configurable:!0,writable:!0}):f[b]=S,f}function h(f){var b=p(f,"string");return t(b)==="symbol"?b:String(b)}function p(f,b){if(t(f)!=="object"||f===null)return f;var S=f[Symbol.toPrimitive];if(S!==void 0){var k=S.call(f,b||"default");if(t(k)!=="object")return k;throw new TypeError("@@toPrimitive must return a primitive value.")}return(b==="string"?String:Number)(f)}var g=__webpack_exports__,m=__webpack_require__("./node_modules/@tencent/js-armor-loader/dist/runtime.js");Object.defineProperty(g,"__esModule",{value:!0}),g.default=void 0;var y=r(__webpack_require__("./node_modules/jsencrypt/lib/index.js")),_=__webpack_require__("./utils.js"),E=__webpack_require__("./utils/index.js"),w=r(__webpack_require__("./utils/aes.js")),A=r(__webpack_require__("./node_modules/md5/md5.js")),O=r(__webpack_require__("./node_modules/axios/dist/browser/axios.cjs")),j={VR:"https://tcplayer.vcube.tencent.com/release/tcplayer-vr-plugin.1.0.0.js",SafeCheck:"https://web.sdk.qcloud.com/player/tcplayer/release/v5.0.0/plugins/tcplayer-safe-check-plugin.1.0.0.js",Crypto:"https://web.sdk.qcloud.com/player/tcplayer/release/v5.0.0/libs/tcpcrypto.1.0.0.js"},P=function(){function f(){var b=this;a(this,f),d(this,"handleWatermarkElementAdd",function(S){return m.g(m.v(0,m.d(["RQQiAiIDLUBFAyICAQAVPwZvBnAGdAZpBm8GbgZzOj8GawZlBmUGcDo7OUBURAEVPwZhBmQGZAZHBmgGbwZzBnQGTQZhBnIGazoBAAsmARMtIhMBABU/BnAGbAZhBnkGZQZyOj8GJDo/Bi4GdAZjBnAGLQZkBnkGbgZhBm0GaQZjBi0GdwZhBnQGZQZyBm0GYQZyBmsGLQZjBm8GbgZ0BmEGaQZuBmUGciYBOUBEABU/BnAGbAZhBnkGZQZyOj8GJDo/Bi4GdAZjBnAGLQZkBnkGbgZhBm0GaQZjBi0GdwZhBnQGZQZyBm0GYQZyBmsGLQZjBm8GbgZ0BmUGbgZ0JgE5QBMtQBMBABU/BmMGbwZuBnQGYQZpBm4GZQZyBkUGbAZlBm0GZQZuBnQ6PwZhBnAGcAZlBm4GZAZDBmgGaQZsBmQ6AQAVPwZtBmEGcgZrBkMGbwZuBnQGZQZuBnQGRQZsBmUGbQZlBm4GdDo7JgETLRgTAQAVPwZwBmwGYQZ5BmUGcjo/BmUGbDomAEAtLRMBABU/BnAGbAZhBnkGZQZyOj8GZQZsOiYAPwZhBnAGcAZlBm4GZAZDBmgGaQZsBmQgAQAVPwZjBm8GbgZ0BmEGaQZuBmUGcgZFBmwGZQZtBmUGbgZ0OjsmARMpED4DAgkAABQTEykQ",[7,501,82,499,175,377,262,267,265,499,375,499,404,408,406,498]]),[function(){return S===void 0?void 0:S},function(){return b===void 0?void 0:b}])).call(this)}),d(this,"addGhostMark",function(S){var k=b;S.waterMarkWillAdd||(S.waterMarkWillAdd=!0,setTimeout(function(){S.player&&S.player.el()&&S.player.el().appendChild(S.containerElement),S.waterMarkWillAdd=!1,S.isFirstShow=!1,S.watermarkCheckTimer=setInterval(function(){var x=document.getElementsByClassName("tcp-dynamic-watermark-container")[0];(0,E.isVisible)(x)&&(0,E.isVisible)(x.firstChild)||(k.unloadTechAndTriggerError(62,S),clearInterval(S.watermarkCheckTimer))},1e3)},1e3*(S.isFirstShow?S.ghostCycle.firstShow:S.ghostCycle.ghostOff)))}),d(this,"removeWaterMark",function(S){S.options.keep&&(S.waterMarkWillRemove||(S.waterMarkWillRemove=!0,setTimeout(function(){clearInterval(S.watermarkCheckTimer),S.player&&S.player.el()&&player.el().removeChild(S.containerElement),S.waterMarkWillRemove=!1},1e3*S.ghostCycle.ghostOn)))})}return u(f,[{key:"initPlugins",value:function(b,S,k){return m.g(m.v(0,m.d(["RQQiAiIDLQFFBiICIgMiBCIFPgMdABQTEz4APwZwBmwGYQZ5BmUGcgoBAAsZExM+BC0iRQkiAiIDIgQiBSIGIgciCD4EPgM/BnUGcgZsCjsUExM+BT4DPwZwBmwGdQZnBmkGbgZOBmEGbQZlCjsUExMdBDlAey1/PBMdBTlAhRMttQITAQEVPwZ3BmEGcgZuOj8GbgZvBiAGcAZsBnUGZwZpBm4GIAZpBm4GZgZvJgETNhABABUdBTo7QMITLcUGEzYQPgYtQEUFIgIiAwECFT8GcgZlBmcGaQZzBnQGZQZyBlAGbAZ1BmcGaQZuOh0EAQMVPwZUBmMGcAZsBmEGeQZlBnI/BmMGbwZuBmMGYQZ0IB0EPwZQBmwGdQZnBmkGbiYCOjsmAhM+AwEAFT8GZQZsBl86PwZnBmUGdAZFBmwGZQZtBmUGbgZ0BnMGQgZ5BlQGYQZnBk4GYQZtBmU6PwZ2BmkGZAZlBm8mAQEAIDsUExMdA0AtIhM+Az8GcwZ0BnkGbAZlCj8GdgZpBnMGaQZiBmkGbAZpBnQGeTo/BmgGaQZkBmQGZQZuGRgAExMBABU/Bm8Gbjo/BmMGYQZuBnAGbAZhBnktN0UEIgIBABUdAzodAwEAFT8GbwZwBnQGaQZvBm4GcwZfOj8GcAZsBnUGZwZpBm4GczodAzo7JgITKRACAQADBCYCEykQAsoBAAQFFBMTPgctFkUEIgIBAhU/BnIGZQZnBmkGcwZ0BmUGcgZQBmwGdQZnBmkGbjodAwEDFT8GVAZjBnAGbAZhBnkGZQZyPwZjBm8GbgZjBmEGdCAdAz8GUAZsBnUGZwZpBm4mAjo7JgJEABUdAzodAwEAFT8GbwZwBnQGaQZvBm4GcwZfOj8GcAZsBnUGZwZpBm4GczodAzo7JgITKRACAQADBRQTEz4ILRhFBiICHQM/BlYGUiNAEx0ENwATLT0THQU3ABMpEAIDAAMFBAcFBhQTRAMVPwZUBmMGcAZsBmEGeQZlBnI/BmMGbwZuBmMGYQZ0IB0FPwZQBmwGdQZnBmkGbiYCOjtAEx0EOUAtNxMdBUATLR4TPgQBBBUdBTo7FBMTAQBEBRU/BmwGbwZhBmQGUwZjBnIGaQZwBnQ6Ox0ELR5FBCICHQM3ABMpEAIBAAMINwITLQETHQg3ABMpEAI1AAEDFBNEBhU/BmsGZQZ5BnM6AQcLJgE/BmYGbwZyBkUGYQZjBmggLT5FBSICIgM+AB0DCjsSPwZmBnUGbgZjBnQGaQZvBm4jQEQGFT8GawZlBnkGczoBBAsmAT8GaQZuBmMGbAZ1BmQGZQZzIB0DJgFARAgVPwZwBmwGdQZnBmkGbgYgBiI/BmMGbwZuBmMGYQZ0IB0DPwYiBiAGZAZvBmUGcwYgBm4GbwZ0BiAGZQZ4BmkGcwZ0JgIWAQ0tLRMdBAEGCyQADj8GcAZsBnUGZwZpBm4GTgZhBm0GZSAdAxkTEzcBEy0eEz4AHQMKAQcVHQM6OyYBEykQAgEBBAQDAQALJgITPgUdABQTRAAVPwZyBmUGYQZkBnk6LRhFBSICAQAVPwZ0BmUGYwZoBl86PwZyBmUGYQZkBnk6LQFFBSICAQAVPwZvBnAGdAZpBm8GbgZzBl86PwZsBmkGYwZlBm4GcwZlBlUGcgZsOjs5QBMtPhM+Az8GdQZuBmwGbwZhBmQGVAZlBmMGaAZBBm4GZAZUBnIGaQZnBmcGZQZyBkUGcgZyBm8Gcgo/BjUGNSYBEzYQAQMVPwZ0BmMGcAZjBnIGeQZwBnQGbzo7QEQARAUVPwZsBm8GYQZkBlMGYwZyBmkGcAZ0OjsBBBU/BkMGcgZ5BnAGdAZvOjstQEUEIgI+Az8GYwZoBmUGYwZrBkwGaQZjBmUGbgZzBmUKAQALAQcLJgITKRACAQADBDcCEy0GEz4EPwZjBmgGZQZjBmsGTAZpBmMGZQZuBnMGZQoBAAsBBwsmAhMpEAICAAMDBAQmARMpEAICAAMDBAUmARMpED4DAgkAABQTEykQ",[7,1544,51,901,200,532,377,381,379,435,461,521,522,463,544,694,695,546,706,739,721,731,729,737,740,708,805,893,811,815,813,818,819,824,822,837,868,881,882,870,891,899,943,1157,977,1139,1019,1097,1095,1155,1137,1155,1158,945,1192,1531,1226,1518,1278,1283,1281,1348,1373,1478,1421,1466,1467,1423,1476,1516,1519,1228,1532,1194]]),[function(){return k===void 0?void 0:k},function(){return typeof console>"u"?void 0:console},function(){return S===void 0?void 0:S},function(){return typeof window>"u"?void 0:window},function(){return j===void 0?void 0:j},function(){return _===void 0?void 0:_},function(){return typeof Object>"u"?void 0:Object},function(){return b===void 0?void 0:b},function(){return typeof Error>"u"?void 0:Error}])).call(this)}},{key:"unloadTechAndTriggerError",value:function(b,S){return m.g(m.v(0,m.d(["RQQiAiIDLQFFBCICIgM+Az4APwZwBmwGYQZ5BmUGcgo7QDZEABU/BnAGbAZhBnkGZQZyOjsUExM+Az8GbAZpBmMGZQZuBnMGZQZDBmgGZQZjBmsGRgZhBmkGbAZlBmQKIRkTEz4DPwZlBnIGcgZvBnIKAQELJAAOPwZjBm8GZAZlIAECCxkTEyYBEz4DPwZ1Bm4GbAZvBmEGZAohJgETPgM/BmMGaAZpBmwGZAZyBmUGbgZfCgEAOj8GbgZvBmQGZQZOBmEGbQZlOjs/BlYGSQZEBkUGTyNA3hMtJBM+Az8GYwZoBmkGbAZkBnIGZQZuBl8KAQA6PwZyBmUGbQZvBnYGZTomABM2ED4DAgkAABQTEykQ",[7,267,220,265]]),[function(){return S===void 0?void 0:S},function(){return typeof Object>"u"?void 0:Object},function(){return b===void 0?void 0:b}])).call(this)}},{key:"checkLicense",value:function(){function b(k,x){return S.apply(this,arguments)}var S=s(e().mark(function k(x,N){return m.g(m.v(0,m.d(["RQQiAiIDLRZFGiICIgMiBCIFIgYiByIIIgkiCiILIgwiDSIOIg8iECIRIhIiEyIUIhUiFiIXIhgiGQEAFSYAPwZ3BnIGYQZwIC0iRRsiAiIDPgM/BnAGcgZlBnYKPgM/Bm4GZQZ4BnQKOxkYABMOAQAjQHoTLf09ExM+BAEBFT8GbwZwBnQGaQZvBm4GcwZfOj8GbAZpBmMGZQZuBnMGZQZVBnIGbDo7FBMTPgUBAgskABQTEz4DPwZwBnIGZQZ2CgECGRMTPgM/Bm4GZQZ4BnQKAQUZGAATRAMVPwZkBmUGZgZhBnUGbAZ0Oj8GZwZlBnQ6HQQmARAtGA4BBSNAEy0BExM+Bj4DPwZzBmUGbgZ0CjsUExM+BR0GCCNAEx0GKSNAEz4GPwZkBmEGdAZhCjstJBMpFBMTHQU5QBMtLRM+AD8GdQZuBmwGbwZhBmQGVAZlBmMGaAZBBm4GZAZUBnIGaQZnBmcGZQZyBkUGcgZyBm8Gcgo/BjUGNiYBEz4DPwZuBmUGeAZ0CgENGRMTLVMGLT0OAQojQBMtNxMTPgM/BnAGcgZlBnYKAQoZExM+Az8GdAYwCj4DPwZjBmEGdAZjBmgKAQImARkTEz4APwZ1Bm4GbAZvBmEGZAZUBmUGYwZoBkEGbgZkBlQGcgZpBmcGZwZlBnIGRQZyBnIGbwZyCj8GNQY2JgETLQEOAQ0jQBMtGBMTPgcBBBU/BnQGYwZwBmMGcgZ5BnAGdAZvOjsUExM+CD4HPwZBBmUGcwZkBmUGYwZyBnkGcAZ0CjsUExM+CT4HPwZTBmkGZwZuBkQGZQZjBnIGeQZwBnQKOxQTEz4KPgc/BmcGZQZuBksGZQZ5CjsUExM+Cz8GYwY0BjkGZgZhBjEGYwY2BjgGNwY0BjMGbgZjBjcGdwYxBjgGNAYzBmMGOAZiBjUGNgYyBjgGbAZwBmIGMQY3FBMTPgw/Bi0GLQYtBi0GLQZCBkUGRwZJBk4GIAZQBlUGQgZMBkkGQwYgBksGRQZZBi0GLQYtBi0GLQZNBkkGSQZCBkkGagZBBk4GQgZnBmsGcQZoBmsGaQZHBjkGdwYwBkIGQQZRBkUGRgZBBkEGTwZDBkEGUQY4BkEGTQZJBkkGQgZDBmcGSwZDBkEGUQZFBkEGcQY0BnQGZQZxBmsGVwYvBlQGVQZyBnUGVQY4BjkGRQZsBk4GVgZkBksGcgZwBlMGTAYrBkgGQwZJBlQGcgZ1BnkGYgY2BkIGUwY5Bm0GVwY2Bk0GNAZtBnEGbQZ4BkQGaAZhBnoGRAZtBlEGZwZNBksGTgZmBnMGQQYwBmQGMgZrBngGRgZ1BmMGQwZzBlgGVAZ5BmUGcwZGBk4GYQZqBmEGaQZzBmsGcgZBBnoGVgZKBnAGTgZHBk8GNwY1BmIGUQZGBmEGcAY0BmoGWQZ6BkoGWQZzBmsGSQZ1BmEGcwY2BmYGZwZJBlMGNwZ6BlMGbQZHBlgGZwZSBmMGcAY2BmkGMAZaBkIGSAYzBnAGawZWBkMGWAZjBmcGZgZMBmYGcwZWBkMGTwYrBnMGTgYwBjEGagZGBmgGRgZnBk8GQwYwBkwGWQYyBmYGMQZwBkoGKwYzBmoGcQZrBnQGQQZsBk0GSQZ4BnkGOAZRBjkGdAY3BlgGdwZ3BkwGNQYvBm4GOAYvBlMGbAZlBmQGcAY3BlQGdwZ1BlIGZAZuBmwGMgZPBlAGbAYzBnkGYwZDBlQGUgZrBlgGdAZPBkkGbwZSBk4GQgY5BnYGZwZkBjkGWAZvBm8GVAZLBmkGRQZkBkMGWAZDBjcGVwY5BnIGeQZ2BnQGdwZDBmkGQQZCBjgGMgZ2BkUGZgZIBlcGWAZYBmcGegZoBnMGUAZDBjEGMwZVBlIGdQZGBnkGMQZKBnEGYgZXBkoGdAZUBkMGQwZjBmYGcwZDBlYGeAZ1BkIGcAZsBmgGVgZKBkEGUQY3BkoGcwZGBjUGUwZNBm4GdAZkBkoGRAZrBnAGNwZyBkoGTAZoBnAGcgZnBnMGYQZpBm0GMgZDBlIGagZjBlYGcwZlBk4GbQZ3BjkGNwZiBncGSQZEBkEGUQZBBkIGLQYtBi0GLQYtBkUGTgZEBiAGUAZVBkIGTAZJBkMGIAZLBkUGWQYtBi0GLQYtBi0UExM+Az8GcAZyBmUGdgoBEBkTEz4NHQo+BT8GYQZwBnAGSQZkCjsdCzcCFBMTPg4BBRU/BnAGYQZyBnMGZTodCD4FPwZlBm4GYwZyBnkGcAZ0BmUGZAZMBmkGYwZlBm4GcwZlBlcGZQZiCjsdDTcCJgEUExM+Dx0JPgU/BmUGbgZjBnIGeQZwBnQGZQZkBkwGaQZjBmUGbgZzBmUGVwZlBmIKOz4FPwZzBmkGZwZuBmEGdAZ1BnIGZQZXBmUGYgo7HQw3AxQTEz4DPwZuBmUGeAZ0CgEZGRMTLVNALUQOARYjQBMtPRMTPgM/BnAGcgZlBnYKARYZExM+Az8GdAYxCj4DPwZjBmEGdAZjBmgKARAmARkTEz4DPwZhBmIGcgZ1BnAGdAo/BnIGZQZ0BnUGcgZuPgA/BnUGbgZsBm8GYQZkBlQGZQZjBmgGQQZuBmQGVAZyBmkGZwZnBmUGcgZFBnIGcgZvBnIKPwY1BjAmASYCEC08DgEZI0ATLQITEwEBFT8GdAZyBmkGZwZnBmUGcjoBAgskAA4/BnQGeQZwBmUgPwZsBmkGYwZlBm4GcwZlBnAGYQZyBnMGZQZkGRMTDj8GZAZhBnQGYSABAgskAA4/BnAGYQZyBnMGZQZkBkwGaQZjBmUGbgZzBmUgHQ4ZExMOPwZ2BmUGcgZpBmYGeSAdDxkTExkTEyYBEx0PQBMtPBM+Az8GbgZlBngGdAoBHBkTEy1TPT4DPwZhBmIGcgZ1BnAGdAo/BnIGZQZ0BnUGcgZuPgA/BnUGbgZsBm8GYQZkBlQGZQZjBmgGQQZuBmQGVAZyBmkGZwZnBmUGcgZFBnIGcgZvBnIKPwY1BjAmASYCEC0dDgEcI0ATLQYTEz4QAQAUExM+EQEAFBMTLUUOAR4jQBMtBhMTPhElPg4/BncGZQZiBkQGYQZ0BmEKPwZsBmUGbgZnBnQGaDo7DDk5QBMtAhM+Az8GbgZlBngGdAoBTBkTEy1TGD4SPg4/BncGZQZiBkQGYQZ0BmEKHRE6OxQTEz4TPhI/BmYGZQZhBnQGdQZyBmUKOxQYABNEAhU/BmsGZQZ5BnM6AQYLJgE/BmkGbgZjBmwGdQZkBmUGcyA/BlYGUiYBQEQCFT8GawZlBnkGczoBBgsmAT8GaQZuBmMGbAZ1BmQGZQZzID8GUwZhBmYGZQZDBmgGZQZjBmsmAUAtRBMdEwEjOTlAEy08Ez4DPwZuBmUGeAZ0CgEkGRMTLVMBPhABNhQTEz4DPwZhBmIGcgZ1BnAGdAo/BmMGbwZuBnQGaQZuBnUGZQFJJgIQLT0OASQjQBMtRRMTPhQBBBU/BmwGbwZjBmEGdAZpBm8Gbjo/BmgGbwZzBnQ6PwZzBnAGbAZpBnQ6PwY6JgEBACA7FBMTPhUBBxU/BnUGcwZlBnIGQQZnBmUGbgZ0Oj8GbQZhBnQGYwZoOgEICz8GQQZwBnAGbAZlBlcGZQZiBksGaQZ0Bi4GKgZFBmwGZQZjBnQGcgZvBm4GLgYqPzcCJgE5ORQTEz4WAQQVPwZsBm8GYwZhBnQGaQZvBm46PwZwBnIGbwZ0Bm8GYwZvBmw6Oz8GZgZpBmwGZQY6IxQTEx0VQC0CEx0WQBMtBhM+FAEBFT8GbwZwBnQGaQZvBm4GcwZfOj8GZAZvBm0GYQZpBm46O0BEBBU/BmwGbwZjBmEGdAZpBm8Gbjo/BmgGbwZzBnQ6PwZzBnAGbAZpBnQ6PwY6JgEBACA7FBMTPhQ/BmkGbgZkBmUGeAZPBmYKPwZsBm8GYwZhBmwGaAZvBnMGdCYBAQABATgwQBM+FD8GaQZuBmQGZQZ4Bk8GZgo/BjEGMgY3Bi4GMAYuBjAGLgYxJgEBAAEBODA5QBMtRBM+Az8GbgZlBngGdAoBKxkTEy1TIj4DPwZuBmUGeAZ0CgE9GRMTLVMmLQYOASsjQBMtRBMTPhMlASM5QBMtRRM+Az8GbgZlBngGdAoBOhkTEy1TPD4XNhQTEz4YAQAUExMtRA4BLiNAEy0CExM+GCU+Ej8GZAZvBm0GYQZpBm4GTAZpBnMGdAo/BmwGZQZuBmcGdAZoOjsMOTlAEy1FEz4DPwZuBmUGeAZ0CgE1GRMTLVMiAQBECRU/BmkGcwZEBm8GbQZhBmkGbgZNBmEGdAZjBmgGaQZuBmcGVwZpBmwGZAZjBmEGcgZkOjsdFD4SPwZkBm8GbQZhBmkGbgZMBmkGcwZ0Ch0YOjs3AjlAEy1FEz4DPwZuBmUGeAZ0CgEyGRMTLVMCPhchFBMTPgM/BmEGYgZyBnUGcAZ0Cj8GYgZyBmUGYQZrATUmAhAtFg4BMiNAEy0GExM+GA4lDhgBGAABATUUE0QAGAAbEz4DPwZuBmUGeAZ0CgEuGRMTLVM9LUAOATUjQBMtNxMTPhclQBMtHhM+Az8GbgZlBngGdAoBOBkTEy1TRD4QATQUExM+Az8GYQZiBnIGdQZwBnQKPwZjBm8GbgZ0BmkGbgZ1BmUBSSYCEC03DgE4I0ATLSYTEz4DPwZuBmUGeAZ0CgE9GRMTLVNELRgOATojQBMtNxMTPhI/BmQGbwZtBmEGaQZuBkwGaQZzBnQKPwZpBm4GYwZsBnUGZAZlBnM6HRQmAUATLRYTPgM/Bm4GZQZ4BnQKAT0ZExMtUyQ+EAE0FBMTPgM/BmEGYgZyBnUGcAZ0Cj8GYwZvBm4GdAZpBm4GdQZlAUkmAhAtPA4BPSNAEy0kExM+GQEKFRYAPwZnBmUGdAZUBmkGbQZlICYAFBMTHRlALRgTAQsVHRkmAT8GbAZlBm4GZwZ0BmggOwEKI0ATLQITPhkdGT8GMAYwBjA1AQA4FBMTPhklQC0iEz4SPwZzBnQGYQZyBnQGVAZpBm0GZQo7AQA4HRkwQBM+Ej8GZQZuBmQGVAZpBm0GZQo7AQA4HRkMOTlAEy0tEz4DPwZuBmUGeAZ0CgFCGRMTLVMdPhABMxQTEz4DPwZhBmIGcgZ1BnAGdAo/BmMGbwZuBnQGaQZuBnUGZQFJJgIQLS0OAUIjQBMtPRMTPhoBDBU/BmcGZQZ0BkkGdAZlBm06PwZ0BmMGcAZsBmEGeQZlBnIGLQZ0BmkGbQZlBnMGdAZhBm0GcCYBAQA4FBMTHRpALRgTHRkdGgw5OUATLQITPgM/Bm4GZQZ4BnQKAUYZExMtUz0+EAE1FBMTPgM/BmEGYgZyBnUGcAZ0Cj8GYwZvBm4GdAZpBm4GdQZlAUkmAhAtRA4BRiNAEy1AExMBDBU/BnMGZQZ0BkkGdAZlBm06PwZ0BmMGcAZsBmEGeQZlBnIGLQZ0BmkGbQZlBnMGdAZhBm0GcB0ZJgITPhABABQTEz4DPwZhBmIGcgZ1BnAGdAo/BmIGcgZlBmEGawFMJgIQLR4OAUkjQBMtIhMTPhEOJQ4YARgAAQE1FBNEABgAGxM+Az8GbgZlBngGdAoBHhkTEy1TGC0tDgFMI0ATLS0TEz4QJQEAIzlAEy0mEz4APwZ1Bm4GbAZvBmEGZAZUBmUGYwZoBkEGbgZkBlQGcgZpBmcGZwZlBnIGRQZyBnIGbwZyCh0QJgETLUUOAU0jQBMtRRMTLRgOPwZlBm4GZCNAEy1TARMTPgM/BnMGdAZvBnAKJgAQLVMkLVM+KRACTRcBBAMFBAYFBwYIBwkICgkLCgwLDQwODQ8OEA8REBIRExIUExUUFhUXFhgXGRgaGQMBDQsdAAEOCyQADgEAIAEOCyQADgEAIAECGRMTDgEBIAEKGRMTGRMTDgEBIAEOCyQADgEAIAEQGRMTDgEBIAEWGRMTGRMTJgQQPgMCCQAAFBMTKRA=",[7,4565,75,4441,251,265,258,263,261,415,290,296,297,315,313,317,324,329,327,392,413,427,420,425,423,538,536,550,543,548,546,1843,1841,1855,1848,1853,1851,1997,1995,2009,2002,2007,2005,2275,2153,2158,2156,2179,2273,2287,2280,2285,2283,2304,2302,2316,2309,2314,2312,2624,2356,2361,2359,2382,2478,2536,2537,2541,2539,2548,2545,10000001,2550,2555,2553,2576,2622,2636,2629,2634,2632,3103,2850,2854,2852,2857,2858,2863,2861,2959,2903,2956,3005,3052,3054,3059,3057,3080,3101,3115,3108,3113,3111,3165,3119,10000001,3123,3128,3126,3149,3163,3177,3170,3175,3173,3406,3223,3228,3226,3249,3339,3344,3342,3365,3404,3418,3411,3416,3414,3461,3459,3473,3466,3471,3469,3551,3477,3482,3480,3503,3549,3563,3556,3561,3559,3586,3584,3598,3591,3596,3594,3719,3645,3650,3648,3671,3717,3731,3724,3729,3727,3960,3762,3766,3764,3792,3793,3798,3796,3817,3821,3825,3823,3884,3856,3884,3886,3891,3889,3912,3958,3972,3965,3970,3968,4128,4041,4045,4043,4052,4054,4059,4057,4080,4126,4140,4133,4138,4136,4243,4241,4255,4248,4253,4251,4298,4296,4310,4303,4308,4306,4386,4318,4323,4321,4418,4384,4418,4391,4396,4394,4401,4399,4418,4411,4416]]),[function(){return e===void 0?void 0:e},function(){return x===void 0?void 0:x},function(){return typeof Object>"u"?void 0:Object},function(){return O===void 0?void 0:O},function(){return typeof window>"u"?void 0:window},function(){return typeof JSON>"u"?void 0:JSON},function(){return N===void 0?void 0:N},function(){return typeof navigator>"u"?void 0:navigator},function(){return typeof RegExp>"u"?void 0:RegExp},function(){return _===void 0?void 0:_},function(){return typeof Date>"u"?void 0:Date},function(){return typeof String>"u"?void 0:String},function(){return typeof localStorage>"u"?void 0:localStorage},function(){return k===void 0?void 0:k},function(){return typeof Array>"u"?void 0:Array}])).call(this)}));return b}()},{key:"base64ToHex",value:function(b){for(var S=atob(b),k="",x=0;x<S.length;x++){var N=S.charCodeAt(x).toString(16);k+=N.length===2?N:"0"+N}return k}},{key:"checkEnvironment",value:function(){return!(!Hls||!Hls.isSupported())}},{key:"generatePlayCgiUrl",value:function(b,S,k){return m.g(m.v(0,m.d(["RQQiAiIDLSRFCSICIgMiBCIFIgYiByIIPgMBAEQAFT8GZwZlBm4GTwZ2BmUGcgZsBmEGeTo7NwAUExM+BAEARAAVPwZnBmUGbgZPBnYGZQZyBmwGYQZ5Ojs3ABQTEz4FAQEVPwZkBmUGZgZhBnUGbAZ0OhYAFBMTPgY/Bk0GSQZHBmYGTQZBBjAGRwZDBlMGcQZHBlMGSQZiBjMGRAZRBkUGQgZBBlEGVQZBBkEGNAZHBk4GQQZEBkMGQgZpBlEGSwZCBmcGUQZDBjMGcAZEBkEGNwZHBlQGeAZPBnYGTgZiBlgGUgZHBk0GaQY5BlEGUwZJBnoGUQZFBkkGKwZFBk0GRAYxBkgGYwZVBlAGSgZTBlEGUwZGBnUGUgZrBloGawZXBm8GNAZWBlEGRQZDBnUGUAZSBmcGLwZ4BlYGagZxBncGWAYxBnkGVQZyBkgGVQZ2BkcGUQZKBnMGQgZ3BlQGUwYvBjYGTAZJBmMGUQZpBlMGdwZZBnMGTwZxBmYGKwY4BlQGVwZ4BkcGUQZPBkoGeQZXBjQGNgZnBlAGUAZRBlYGegZUBmoGTgZUBmkGVQZvBnEGNAYzBjUGUQZCBjAGdgYxBjEGbAZOBngGdgZLBlcGQgZRBkkGWgZMBm0GYQZjBlUGWgYyBnIGMQZBBlAGdAZhBjcGaQYvBk0GWQY0BkwGeAY5BlgGbAZaBlYGTQZaBk4GVQZkBlUGeQZ3BkkGRAZBBlEGQQZCFBMTPgU/BnMGZQZ0BlAGdQZiBmwGaQZjBksGZQZ5Ch0GJgETPgc+AD8GYgZhBnMGZQY2BjQGVAZvBkgGZQZ4Cj4FPwZlBm4GYwZyBnkGcAZ0Ch0DJgEmARQTEz4IPgA/BmIGYQZzBmUGNgY0BlQGbwZIBmUGeAo+BT8GZQZuBmMGcgZ5BnAGdAodBCYBJgEUE0QCFQ47PwYmBmMGaQZwBmgGZQZyBmUGZAZPBnYGZQZyBmwGYQZ5BksGZQZ5Bj0/BmMGbwZuBmMGYQZ0IB0HPwYmBmMGaQZwBmgGZQZyBmUGZAZPBnYGZQZyBmwGYQZ5BkkGdgY9JgI/BmMGbwZuBmMGYQZ0IB0IPwYmBmsGZQZ5BkkGZAY9BjEmAjUZGAATRAMVPwZJBlMGXwZTBkkGTQZVBkwGQQZUBk8GUjo7OUAtARMBAxU/BkkGUwZfBkUGTgZBBkIGTAZFBkQGXwZNBlMGRTo7QC0tEwEDFT8GSQZTBl8GVAZCBlM6OzlALTcTAQMVPwZJBlMGXwZNBlEGUQZCOjs5QC0WEwEDFT8GSQZFBl8GVgZFBlIGUwZJBk8GTjo7QC1EEwEDFT8GSQZFBl8GVgZFBlIGUwZJBk8GTjo7AQsMOTk5QEQEC0ATLTcTAQIVDjs/BiYGbQZzBmUGPQZvBmYGZjUZGAATRAIVDjs/BiYGcQZzBmkGZwZuBj0BAEQFFT8GZAZlBmYGYQZ1BmwGdDo7PwZvBnYGZQZyBmwGYQZ5BksGZQZ5Bj0/BmMGbwZuBmMGYQZ0IB0DPwYmBm8GdgZlBnIGbAZhBnkGSQZ2Bj0mAj8GYwZvBm4GYwZhBnQgHQQ/BiYGbQZzBmUGPQZvBmYGZiYCNwE1NRkTEz4APwZvBnYGZQZyBmwGYQZ5BksGZQZ5CgEARAAVPwZlBm4GYwZyBnkGcAZ0Bm86Ox0DNwEZExM+AD8GbwZ2BmUGcgZsBmEGeQZJBnYKAQBEABU/BmUGbgZjBnIGeQZwBnQGbzo7HQQ3ARkYABNEAgsQPgMCCQAAFBMTKRA=",[7,1337,876,880,878,1037,916,920,918,940,941,945,943,967,968,972,970,1036,1e3,1004,1002,1035,1038,1042,1043,1048,1046,1224]]),[function(){return _===void 0?void 0:_},function(){return y===void 0?void 0:y},function(){return b===void 0?void 0:b},function(){return S===void 0?void 0:S},function(){return k===void 0?void 0:k},function(){return A===void 0?void 0:A}])).call(this)}},{key:"generateKey",value:function(b){var S,k=new Uint8Array(b);if(this.overlayKey&&this.overlayIv){for(var x=[],N=[],L=0;L<16;L++){var U=this.overlayKey.substring(2*L,2*L+2),ne=this.overlayIv.substring(2*L,2*L+2);x.push(parseInt(U,16)),N.push(parseInt(ne,16))}S=new w.default.modeOfOperation.cbc(x,N).decrypt(k)}return S||k}},{key:"calculateGhost",value:function(b){var S,k=b/4;S=k<=15?b/2:k<=450?b/4:450;var x=S/4,N=S-x;return{firstShow:localStorage.getItem("ghostWatermarkFirstShow")||Math.random()*N+.01,ghostOn:x,ghostOff:N}}}]),f}(),I=P;g.default=I}(),__webpack_exports__=__webpack_exports__.default}()})}),Enc=unwrapExports(enc),MediaLoader=function(r){function t(e,n,s){classCallCheck(this,t);var a=mergeOptions({createEl:!1},n),l=possibleConstructorReturn(this,r.call(this,e,a,s));if(n.playerOptions.sources&&n.playerOptions.sources.length!==0)e.src(n.playerOptions.sources);else for(var u=0,d=n.playerOptions.techOrder;u<d.length;u++){var h=toTitleCase(d[u]),p=Tech.getTech(h);if(h||(p=Component.getComponent(h)),p&&p.isSupported()){e.loadTech_(h);break}}return l}return inherits(t,r),t}(Component);Component.registerComponent("MediaLoader",MediaLoader);var ClickableComponent=function(r){function t(e,n){classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e,n));return s.emitTapEvents(),s.enable(),s}return inherits(t,r),t.prototype.createEl=function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"div",n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},s=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};n=assign({innerHTML:'<span aria-hidden="true" class="vjs-icon-placeholder"></span>',className:this.buildCSSClass(),tabIndex:0},n),e==="button"&&log$2.error("Creating a ClickableComponent with an HTML element of "+e+" is not supported; use a Button instead."),s=assign({role:"button","aria-live":"polite"},s),this.tabIndex_=n.tabIndex;var a=r.prototype.createEl.call(this,e,n,s);return this.createControlTextEl(a),a},t.prototype.dispose=function(){this.controlTextEl_=null,r.prototype.dispose.call(this)},t.prototype.createControlTextEl=function(e){return this.controlTextEl_=createEl("span",{className:"vjs-control-text"}),e&&e.appendChild(this.controlTextEl_),this.controlText(this.controlText_,e),this.controlTextEl_},t.prototype.controlText=function(e){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:this.el();if(e===void 0)return this.controlText_||"Need Text";var s=this.localize(e);this.controlText_=e,textContent(this.controlTextEl_,s),this.nonIconControl||n.setAttribute("title",s)},t.prototype.buildCSSClass=function(){return"vjs-control vjs-button "+r.prototype.buildCSSClass.call(this)},t.prototype.enable=function(){this.enabled_||(this.enabled_=!0,this.removeClass("vjs-disabled"),this.el_.setAttribute("aria-disabled","false"),typeof this.tabIndex_<"u"&&this.el_.setAttribute("tabIndex",this.tabIndex_),this.on(["tap","click"],this.handleClick),this.on("focus",this.handleFocus),this.on("blur",this.handleBlur))},t.prototype.disable=function(){this.enabled_=!1,this.addClass("vjs-disabled"),this.el_.setAttribute("aria-disabled","true"),typeof this.tabIndex_<"u"&&this.el_.removeAttribute("tabIndex"),this.off(["tap","click"],this.handleClick),this.off("focus",this.handleFocus),this.off("blur",this.handleBlur)},t.prototype.handleClick=function(e){},t.prototype.handleFocus=function(e){on(document_1,"keydown",bind(this,this.handleKeyPress))},t.prototype.handleKeyPress=function(e){e.which===32||e.which===13?(e.preventDefault(),this.trigger("click")):r.prototype.handleKeyPress&&r.prototype.handleKeyPress.call(this,e)},t.prototype.handleBlur=function(e){off(document_1,"keydown",bind(this,this.handleKeyPress))},t}(Component);Component.registerComponent("ClickableComponent",ClickableComponent);var PosterImage=function(r){function t(e,n){classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e,n));return s.update(),e.on("posterchange",bind(s,s.update)),s}return inherits(t,r),t.prototype.dispose=function(){this.player().off("posterchange",this.update),r.prototype.dispose.call(this)},t.prototype.createEl=function(){var e=createEl("div",{className:"vjs-poster",tabIndex:-1});if(!BACKGROUND_SIZE_SUPPORTED){this.fallbackImg_=createEl("img");var n=this.player().height()||parseInt(this.player().el().style.height);this.player().width()||parseInt(this.player().el().style.width),this.fallbackImg_.onload=function(){this.width,this.height>n&&(this.style.maxHeight=n+"px",this.style.width="auto")};var s=createEl("div"),a=createEl("span");a.appendChild(this.fallbackImg_),s.appendChild(a),e.appendChild(s)}return e},t.prototype.update=function(e){var n=this.player().poster();this.setSrc(n),n?this.show():this.hide()},t.prototype.setSrc=function(e){if(this.fallbackImg_)this.fallbackImg_.src=e;else{var n="";e&&(n='url("'+e+'")'),this.el_.style.backgroundImage=n}},t.prototype.handleClick=function(e){this.player_.controls()&&(this.player_.paused()?this.player_.play():this.player_.pause())},t}(ClickableComponent);Component.registerComponent("PosterImage",PosterImage);var darkGray="#222",lightGray="#ccc",fontMap={monospace:"monospace",sansSerif:"sans-serif",serif:"serif",monospaceSansSerif:'"Andale Mono", "Lucida Console", monospace',monospaceSerif:'"Courier New", monospace',proportionalSansSerif:"sans-serif",proportionalSerif:"serif",casual:'"Comic Sans MS", Impact, fantasy',script:'"Monotype Corsiva", cursive',smallcaps:'"Andale Mono", "Lucida Console", monospace, sans-serif'},TextTrackDisplay=function(r){function t(e,n,s){classCallCheck(this,t);var a=possibleConstructorReturn(this,r.call(this,e,n,s));return e.on("loadstart",bind(a,a.toggleDisplay)),e.on("texttrackchange",bind(a,a.updateDisplay)),e.on("loadstart",bind(a,a.preselectTrack)),e.ready(bind(a,function(){if(e.tech_&&e.tech_.featuresNativeTextTracks)return void this.hide();e.on("fullscreenchange",bind(this,this.updateDisplay));for(var l=this.options_.playerOptions.tracks||[],u=0;u<l.length;u++)this.player_.addRemoteTextTrack(l[u],!0);this.preselectTrack()})),a}return inherits(t,r),t.prototype.preselectTrack=function(){for(var e={captions:1,subtitles:1},n=this.player_.textTracks(),s=this.player_.cache_.selectedLanguage,a=void 0,l=void 0,u=void 0,d=0;d<n.length;d++){var h=n[d];s&&s.enabled&&s.language===h.language?h.kind===s.kind?u=h:u||(u=h):s&&!s.enabled?(u=null,a=null,l=null):h.default&&(h.kind!=="descriptions"||a?h.kind in e&&!l&&(l=h):a=h)}u?u.mode="showing":l?l.mode="showing":a&&(a.mode="showing")},t.prototype.toggleDisplay=function(){this.player_.tech_&&this.player_.tech_.featuresNativeTextTracks?this.hide():this.show()},t.prototype.createEl=function(){return r.prototype.createEl.call(this,"div",{className:"vjs-text-track-display"},{"aria-live":"off","aria-atomic":"true"})},t.prototype.clearDisplay=function(){typeof window_1.WebVTT=="function"&&window_1.WebVTT.processCues(window_1,[],this.el_)},t.prototype.updateDisplay=function(){var e=this.player_.textTracks();this.clearDisplay();for(var n=null,s=null,a=e.length;a--;){var l=e[a];l.mode==="showing"&&(l.kind==="descriptions"?n=l:s=l)}s?(this.getAttribute("aria-live")!=="off"&&this.setAttribute("aria-live","off"),this.updateForTrack(s)):n&&(this.getAttribute("aria-live")!=="assertive"&&this.setAttribute("aria-live","assertive"),this.updateForTrack(n))},t.prototype.updateForTrack=function(e){if(typeof window_1.WebVTT=="function"&&e.activeCues){for(var n=this.player_.textTrackSettings.getValues(),s=[],a=0;a<e.activeCues.length;a++)s.push(e.activeCues[a]);window_1.WebVTT.processCues(window_1,s,this.el_);for(var l=s.length;l--;){var u=s[l];if(u){var d=u.displayState;if(n.color&&(d.firstChild.style.color=n.color),n.textOpacity&&tryUpdateStyle(d.firstChild,"color",constructColor(n.color||"#fff",n.textOpacity)),n.backgroundColor&&(d.firstChild.style.backgroundColor=n.backgroundColor),n.backgroundOpacity&&tryUpdateStyle(d.firstChild,"backgroundColor",constructColor(n.backgroundColor||"#000",n.backgroundOpacity)),n.windowColor&&(n.windowOpacity?tryUpdateStyle(d,"backgroundColor",constructColor(n.windowColor,n.windowOpacity)):d.style.backgroundColor=n.windowColor),n.edgeStyle&&(n.edgeStyle==="dropshadow"?d.firstChild.style.textShadow="2px 2px 3px "+darkGray+", 2px 2px 4px "+darkGray+", 2px 2px 5px "+darkGray:n.edgeStyle==="raised"?d.firstChild.style.textShadow="1px 1px "+darkGray+", 2px 2px "+darkGray+", 3px 3px "+darkGray:n.edgeStyle==="depressed"?d.firstChild.style.textShadow="1px 1px "+lightGray+", 0 1px "+lightGray+", -1px -1px "+darkGray+", 0 -1px "+darkGray:n.edgeStyle==="uniform"&&(d.firstChild.style.textShadow="0 0 4px "+darkGray+", 0 0 4px "+darkGray+", 0 0 4px "+darkGray+", 0 0 4px "+darkGray)),n.fontPercent&&n.fontPercent!==1){var h=window_1.parseFloat(d.style.fontSize);d.style.fontSize=h*n.fontPercent+"px",d.style.height="auto",d.style.top="auto",d.style.bottom="2px"}n.fontFamily&&n.fontFamily!=="default"&&(n.fontFamily==="small-caps"?d.firstChild.style.fontVariant="small-caps":d.firstChild.style.fontFamily=fontMap[n.fontFamily])}}}},t}(Component);Component.registerComponent("TextTrackDisplay",TextTrackDisplay);var LoadingSpinner=function(r){function t(){return classCallCheck(this,t),possibleConstructorReturn(this,r.apply(this,arguments))}return inherits(t,r),t.prototype.createEl=function(){return r.prototype.createEl.call(this,"div",{className:"vjs-loading-spinner",dir:"ltr"})},t}(Component);Component.registerComponent("LoadingSpinner",LoadingSpinner);var Button=function(r){function t(){return classCallCheck(this,t),possibleConstructorReturn(this,r.apply(this,arguments))}return inherits(t,r),t.prototype.createEl=function(e){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},s=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};e="button",n=assign({innerHTML:'<span aria-hidden="true" class="vjs-icon-placeholder"></span>',className:this.buildCSSClass()},n),s=assign({type:"button","aria-live":"polite"},s);var a=Component.prototype.createEl.call(this,e,n,s);return this.createControlTextEl(a),a},t.prototype.addChild=function(e){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},s=this.constructor.name;return log$2.warn("Adding an actionable (user controllable) child to a Button ("+s+") is not supported; use a ClickableComponent instead."),Component.prototype.addChild.call(this,e,n)},t.prototype.enable=function(){r.prototype.enable.call(this),this.el_.removeAttribute("disabled")},t.prototype.disable=function(){r.prototype.disable.call(this),this.el_.setAttribute("disabled","disabled")},t.prototype.handleKeyPress=function(e){e.which!==32&&e.which!==13&&r.prototype.handleKeyPress.call(this,e)},t}(ClickableComponent);Component.registerComponent("Button",Button);var BigPlayButton=function(r){function t(e,n){classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e,n));return s.mouseused_=!1,s.on("mousedown",s.handleMouseDown),s}return inherits(t,r),t.prototype.buildCSSClass=function(){return"vjs-big-play-button"},t.prototype.handleClick=function(e){var n=this.player_.play();if(!(this.mouseused_&&e.clientX&&e.clientY)){var s=this.player_.getChild("controlBar"),a=s&&s.getChild("playToggle");if(!a)return void this.player_.focus();var l=function(){return a.focus()};isPromise(n)?n.then(l,function(){}):this.setTimeout(l,1)}},t.prototype.handleKeyPress=function(e){this.mouseused_=!1,r.prototype.handleKeyPress.call(this,e)},t.prototype.handleMouseDown=function(e){this.mouseused_=!0},t}(Button);BigPlayButton.prototype.controlText_="Play Video",Component.registerComponent("BigPlayButton",BigPlayButton);var CloseButton=function(r){function t(e,n){classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e,n));return s.controlText(n&&n.controlText||s.localize("Close")),s}return inherits(t,r),t.prototype.buildCSSClass=function(){return"vjs-close-button "+r.prototype.buildCSSClass.call(this)},t.prototype.handleClick=function(e){this.trigger({type:"close",bubbles:!1})},t}(Button);Component.registerComponent("CloseButton",CloseButton);var PlayToggle=function(r){function t(e,n){classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e,n));return s.on(e,"play",s.handlePlay),s.on(e,"pause",s.handlePause),s.on(e,"ended",s.handleEnded),s}return inherits(t,r),t.prototype.buildCSSClass=function(){return"vjs-play-control "+r.prototype.buildCSSClass.call(this)},t.prototype.handleClick=function(e){this.player_.paused()?this.player_.play():this.player_.pause()},t.prototype.handleSeeked=function(e){this.removeClass("vjs-ended"),this.player_.paused()?this.handlePause(e):this.handlePlay(e)},t.prototype.handlePlay=function(e){this.removeClass("vjs-ended"),this.removeClass("vjs-paused"),this.addClass("vjs-playing"),this.controlText("Pause")},t.prototype.handlePause=function(e){this.removeClass("vjs-playing"),this.addClass("vjs-paused"),this.controlText("Play")},t.prototype.handleEnded=function(e){this.removeClass("vjs-playing"),this.addClass("vjs-ended"),this.controlText("Replay"),this.one(this.player_,"seeked",this.handleSeeked)},t}(Button);PlayToggle.prototype.controlText_="Play",Component.registerComponent("PlayToggle",PlayToggle);var TimeDisplay=function(r){function t(e,n){classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e,n));return s.throttledUpdateContent=throttle(bind(s,s.updateContent),25),s.on(e,"timeupdate",s.throttledUpdateContent),s}return inherits(t,r),t.prototype.createEl=function(e){var n=this.buildCSSClass(),s=r.prototype.createEl.call(this,"div",{className:n+" vjs-time-control vjs-control"});return this.contentEl_=createEl("div",{className:n+"-display"},{"aria-live":"off"},createEl("span",{className:"vjs-control-text",textContent:this.localize(this.controlText_)})),this.name&&this.name()==="PDTDisplay"?this.updatePDTTextNode_():this.updateTextNode_(),s.appendChild(this.contentEl_),s},t.prototype.dispose=function(){this.contentEl_=null,this.textNode_=null,r.prototype.dispose.call(this)},t.prototype.updateTextNode_=function(e){if(this.contentEl_){for(;this.contentEl_.firstChild;)this.contentEl_.removeChild(this.contentEl_.firstChild);var n=this.formattedTime_||"0:00";this.textNode_=document_1.createTextNode(n),this.contentEl_.appendChild(this.textNode_)}},t.prototype.updatePDTTextNode_=function(){if(this.contentEl_){for(;this.contentEl_.firstChild;)this.contentEl_.removeChild(this.contentEl_.firstChild);var e=this.formattedPDTTime_||"";this.textNode_=document_1.createTextNode(e),this.contentEl_.appendChild(this.textNode_)}},t.prototype.formatTime_=function(e){return formatTime(e)},t.prototype.formatPDTTime_=function(e){return formatDate(e)},t.prototype.updateFormattedTime_=function(e){var n=this.formatTime_(e);n!==this.formattedTime_&&(this.formattedTime_=n,this.requestAnimationFrame(this.updateTextNode_))},t.prototype.updatePDTTime_=function(e){var n=this.formatPDTTime_(e);n!==this.formattedPDTTime_&&(this.formattedPDTTime_=n,this.requestAnimationFrame(this.updatePDTTextNode_))},t.prototype.updateContent=function(e){},t}(Component);TimeDisplay.prototype.controlText_="Time",Component.registerComponent("TimeDisplay",TimeDisplay);var CurrentTimeDisplay=function(r){function t(e,n){classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e,n));return s.on(e,"ended",s.handleEnded),s}return inherits(t,r),t.prototype.buildCSSClass=function(){return"vjs-current-time"},t.prototype.updateContent=function(e){var n=this.player_.scrubbing()?this.player_.getCache().currentTime:this.player_.currentTime();this.updateFormattedTime_(n)},t.prototype.handleEnded=function(e){this.player_.duration()&&this.updateFormattedTime_(this.player_.duration())},t}(TimeDisplay);CurrentTimeDisplay.prototype.controlText_="Current Time",Component.registerComponent("CurrentTimeDisplay",CurrentTimeDisplay);var DurationDisplay=function(r){function t(e,n){classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e,n));return s.on(e,"durationchange",s.updateContent),s.on(e,"loadedmetadata",s.throttledUpdateContent),s}return inherits(t,r),t.prototype.buildCSSClass=function(){return"vjs-duration"},t.prototype.updateContent=function(e){var n=this.player_.duration();n&&this.duration_!==n&&(this.duration_=n,this.updateFormattedTime_(n))},t}(TimeDisplay);DurationDisplay.prototype.controlText_="Duration Time",Component.registerComponent("DurationDisplay",DurationDisplay);var PDTDisplay=function(r){function t(e,n){classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e,n));return e.plugins&&e.plugins.pdt&&(s.on(e,"durationchange",s.throttledUpdateContent),s.initPlayingDate()),s}return inherits(t,r),t.prototype.buildCSSClass=function(){return"vjs-pdt-time"},t.prototype.updateContent=function(e){if(this.player_.duration()){if(!this.player_.plugins||!this.player_.plugins.pdt)return!1;var n=this.player_.currentPDT();n&&this.updatePDTTime_(n)}},t.prototype.initPlayingDate=function(){var e=this;this.timer&&this.clearInterval(this.timer),this.timer=this.setInterval(function(){var n=e.player_.currentPDT();n&&(e.player_.trigger({type:"firstpdt",data:n}),e.clearInterval(e.timer))},100)},t}(TimeDisplay);PDTDisplay.prototype.controlText_="PDT Time",Component.registerComponent("PDTDisplay",PDTDisplay);var TimeDivider=function(r){function t(){return classCallCheck(this,t),possibleConstructorReturn(this,r.apply(this,arguments))}return inherits(t,r),t.prototype.createEl=function(){return r.prototype.createEl.call(this,"div",{className:"vjs-time-control vjs-time-divider",innerHTML:"<div><span>/</span></div>"})},t}(Component);Component.registerComponent("TimeDivider",TimeDivider);var RemainingTimeDisplay=function(r){function t(e,n){classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e,n));return s.on(e,"durationchange",s.throttledUpdateContent),s.on(e,"ended",s.handleEnded),s}return inherits(t,r),t.prototype.buildCSSClass=function(){return"vjs-remaining-time"},t.prototype.formatTime_=function(e){return"-"+r.prototype.formatTime_.call(this,e)},t.prototype.updateContent=function(e){this.player_.duration()&&(this.player_.remainingTimeDisplay?this.updateFormattedTime_(this.player_.remainingTimeDisplay()):this.updateFormattedTime_(this.player_.remainingTime()))},t.prototype.handleEnded=function(e){this.player_.duration()&&this.updateFormattedTime_(0)},t}(TimeDisplay);RemainingTimeDisplay.prototype.controlText_="Remaining Time",Component.registerComponent("RemainingTimeDisplay",RemainingTimeDisplay);var LiveDisplay=function(r){function t(e,n){classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e,n));return s.isLoadedMetaData=!1,s.hide(),s.on(s.player(),"durationchange",s.onDurationChange),s.on(s.player(),"loadedmetadata",s.onLoadMetadata),e.on("loadnewvideo",videojs.bind(s,s.resetStatus)),s}return inherits(t,r),t.prototype.createEl=function(){var e=r.prototype.createEl.call(this,"div",{className:"vjs-live-control vjs-control"});return this.contentEl_=createEl("div",{className:"vjs-live-display",innerHTML:'<span class="vjs-control-text">'+this.localize("Stream Type")+"</span>"+this.localize("LIVE")},{"aria-live":"off"}),e.appendChild(this.contentEl_),e},t.prototype.dispose=function(){this.contentEl_=null,r.prototype.dispose.call(this)},t.prototype.resetStatus=function(){this.setStatus(!1)},t.prototype.onDurationChange=function(){this.isLoadedMetaData&&this.update()},t.prototype.onLoadMetadata=function(){this.setStatus(!0),this.update()},t.prototype.setStatus=function(e){this.isLoadedMetaData=e},t.prototype.update=function(){this.player().duration()===1/0?this.show():this.hide()},t}(Component);Component.registerComponent("LiveDisplay",LiveDisplay);var DvrButton=function(r){function t(e,n){classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e,n));s.hide();var a=e.cache_.src&&e.cache_.src.indexOf("tsEventmode=on")>-1;return s.mode=a?"dvr":"live",s.on(s.player(),"loadedmetadata",s.onLoadMetadata),s}return inherits(t,r),t.prototype.createEl=function(){var e=r.prototype.createEl.call(this,"div",{className:"vjs-dvr-control vjs-control"},{style:"line-height: 3em; cursor: pointer"});return this.contentEl_=createEl("div",{className:"vjs-dvr-button-display",innerHTML:this.mode==="dvr"?""+this.localize("返回直播"):""+this.localize("直播回看")},{"aria-live":"off"}),e.appendChild(this.contentEl_),e},t.prototype.handleClick=function(){var e=document.getElementsByClassName("vjs-dvr-button-display")[0];if(this.mode==="live"){e&&(e.innerHTML=""+this.localize("返回直播"));var n=get_1(this,"player_.options_.plugins.Dvr.shiftURL");n&&(this.mode="dvr",this.player_.src(n))}else{e&&(e.innerHTML=""+this.localize("直播回看"));var s=get_1(this,"player_.options_.plugins.Dvr.liveURL");s&&(this.mode="live",this.player_.src(s))}},t.prototype.onLoadMetadata=function(){get_1(this,"player_.options_.plugins.Dvr.dvrButton")?this.show():this.hide()},t}(Button);Component.registerComponent("DvrButton",DvrButton);var Slider=function(r){function t(e,n){classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e,n));return s.bar=s.getChild(s.options_.barName),s.vertical(!!s.options_.vertical),s.enable(),s}return inherits(t,r),t.prototype.enabled=function(){return this.enabled_},t.prototype.enable=function(){this.enabled()||(this.on("mousedown",this.handleMouseDown),this.on("touchstart",this.handleMouseDown),this.on("focus",this.handleFocus),this.on("blur",this.handleBlur),this.on("click",this.handleClick),this.on(this.player_,"controlsvisible",this.update),this.playerEvent&&this.on(this.player_,this.playerEvent,this.update),this.removeClass("disabled"),this.setAttribute("tabindex",0),this.enabled_=!0)},t.prototype.disable=function(){if(this.enabled()){var e=this.bar.el_.ownerDocument;this.off("mousedown",this.handleMouseDown),this.off("touchstart",this.handleMouseDown),this.off("focus",this.handleFocus),this.off("blur",this.handleBlur),this.off("click",this.handleClick),this.off(this.player_,"controlsvisible",this.update),this.off(e,"mousemove",this.handleMouseMove),this.off(e,"mouseup",this.handleMouseUp),this.off(e,"touchmove",this.handleMouseMove),this.off(e,"touchend",this.handleMouseUp),this.removeAttribute("tabindex"),this.addClass("disabled"),this.playerEvent&&this.off(this.player_,this.playerEvent,this.update),this.enabled_=!1}},t.prototype.createEl=function(e){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},s=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};return n.className=n.className+" vjs-slider",n=assign({tabIndex:0},n),s=assign({role:"slider","aria-valuenow":0,"aria-valuemin":0,"aria-valuemax":100,tabIndex:0},s),r.prototype.createEl.call(this,e,n,s)},t.prototype.handleMouseDown=function(e){var n=this.bar.el_.ownerDocument;e.preventDefault(),blockTextSelection(),this.addClass("vjs-sliding"),this.trigger("slideractive"),this.on(n,"mousemove",this.handleMouseMove),this.on(n,"mouseup",this.handleMouseUp),this.on(n,"touchmove",this.handleMouseMove),this.on(n,"touchend",this.handleMouseUp),this.handleMouseMove(e)},t.prototype.handleMouseMove=function(e){},t.prototype.handleMouseUp=function(){var e=this.bar.el_.ownerDocument;unblockTextSelection(),this.removeClass("vjs-sliding"),this.trigger("sliderinactive"),this.off(e,"mousemove",this.handleMouseMove),this.off(e,"mouseup",this.handleMouseUp),this.off(e,"touchmove",this.handleMouseMove),this.off(e,"touchend",this.handleMouseUp),this.update()},t.prototype.update=function(){if(this.el_){var e=this.getPercent(),n=this.bar;if(n){(typeof e!="number"||e!==e||e<0||e===1/0)&&(e=0);var s=(100*e).toFixed(2)+"%",a=n.el().style;return this.vertical()?a.height=s:a.width=s,e}}},t.prototype.calculateDistance=function(e,n){var s=getPointerPosition(this.el_,e,n);return this.vertical()?s.y:s.x},t.prototype.handleFocus=function(){this.on(this.bar.el_.ownerDocument,"keydown",this.handleKeyPress)},t.prototype.handleKeyPress=function(e){e.which===37||e.which===40?(e.preventDefault(),this.stepBack()):e.which!==38&&e.which!==39||(e.preventDefault(),this.stepForward())},t.prototype.handleBlur=function(){this.off(this.bar.el_.ownerDocument,"keydown",this.handleKeyPress)},t.prototype.handleClick=function(e){e.stopImmediatePropagation(),e.preventDefault()},t.prototype.vertical=function(e){if(e===void 0)return this.vertical_||!1;this.vertical_=!!e,this.vertical_?this.addClass("vjs-slider-vertical"):this.addClass("vjs-slider-horizontal")},t}(Component);Component.registerComponent("Slider",Slider);var LoadProgressBar=function(r){function t(e,n){classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e,n));return s.partEls_=[],s.on(e,"progress",s.update),s}return inherits(t,r),t.prototype.createEl=function(){return r.prototype.createEl.call(this,"div",{className:"vjs-load-progress",innerHTML:'<span class="vjs-control-text"><span>'+this.localize("Loaded")+"</span>: 0%</span>"})},t.prototype.dispose=function(){this.partEls_=null,r.prototype.dispose.call(this)},t.prototype.update=function(e){var n=this.player_.buffered(),s=this.player_.duration(),a=this.player_.bufferedEnd(),l=this.partEls_,u=function(y,_){var E=y/_||0;return 100*(E>=1?1:E)+"%"};this.el_.style.width=u(a,s);for(var d=0;d<n.length;d++){var h=n.start(d),p=n.end(d),g=l[d];g||(g=this.el_.appendChild(createEl()),l[d]=g),g.style.left=u(h,a),g.style.width=u(p-h,a)}for(var m=l.length;m>n.length;m--)this.el_.removeChild(l[m-1]);l.length=n.length},t}(Component);Component.registerComponent("LoadProgressBar",LoadProgressBar);var TimeTooltip=function(r){function t(){return classCallCheck(this,t),possibleConstructorReturn(this,r.apply(this,arguments))}return inherits(t,r),t.prototype.createEl=function(){return r.prototype.createEl.call(this,"div",{className:"vjs-time-tooltip"})},t.prototype.update=function(e,n,s,a){var l=getBoundingClientRect(this.el_),u=getBoundingClientRect(this.player_.el()),d=e.width*n;if(u&&l){var h=e.left-u.left+d,p=e.width-d+(u.right-e.right),g=l.width/2;h<g?g+=g-h:p<g&&(g=p),g<0?g=0:g>l.width&&(g=l.width),this.el_.style.right="-"+g+"px",this.player_.plugins&&this.player_.plugins.pdt||(a="");var m=a?s+'<div style="white-space: nowrap;margin-top:5px">'+a+"</div>":s;this.el_.innerHTML=m}},t}(Component);Component.registerComponent("TimeTooltip",TimeTooltip);var PlayProgressBar=function(r){function t(){return classCallCheck(this,t),possibleConstructorReturn(this,r.apply(this,arguments))}return inherits(t,r),t.prototype.createEl=function(){return r.prototype.createEl.call(this,"div",{className:"vjs-play-progress vjs-slider-bar",innerHTML:'<span class="vjs-control-text"><span>'+this.localize("Progress")+"</span>: 0%</span>"})},t.prototype.update=function(e,n){var s=this;this.rafId_&&this.cancelAnimationFrame(this.rafId_),this.rafId_=this.requestAnimationFrame(function(){var a=s.player_.scrubbing()?s.player_.getCache().currentTime:s.player_.currentTime(),l=formatDate(s.player_.currentPDT()),u=formatTime(a,s.player_.duration()),d=s.getChild("timeTooltip");d&&d.update(e,n,u,l)})},t}(Component);PlayProgressBar.prototype.options_={children:[]},IE_VERSION&&!(IE_VERSION>8)||IS_IOS||IS_ANDROID||PlayProgressBar.prototype.options_.children.push("timeTooltip"),Component.registerComponent("PlayProgressBar",PlayProgressBar);var MouseTimeDisplay=function(r){function t(e,n){classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e,n));return s.update=throttle(bind(s,s.update),25),s}return inherits(t,r),t.prototype.createEl=function(){return r.prototype.createEl.call(this,"div",{className:"vjs-mouse-display"})},t.prototype.update=function(e,n){var s=this;this.rafId_&&this.cancelAnimationFrame(this.rafId_),this.rafId_=this.requestAnimationFrame(function(){var a=s.player_.duration(),l=formatTime(n*a,a),u=s.player_.scrubbing()?s.player_.getCache().currentTime:s.player_.currentTime(),d=n*a-u,h=s.player_.currentPDT(),p=h&&formatDate(h+1e3*d);s.el_.style.left=e.width*n+"px",s.getChild("timeTooltip").update(e,n,l,p)})},t}(Component);MouseTimeDisplay.prototype.options_={children:["timeTooltip"]},Component.registerComponent("MouseTimeDisplay",MouseTimeDisplay);var STEP_SECONDS=5,UPDATE_REFRESH_INTERVAL=30,SeekBar=function(r){function t(e,n){classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e,n));return s.update=throttle(bind(s,s.update),UPDATE_REFRESH_INTERVAL),s.on(e,"timeupdate",s.update),s.on(e,"ended",s.handleEnded),s.updateInterval=null,s.on(e,["playing"],function(){s.clearInterval(s.updateInterval),s.updateInterval=s.setInterval(function(){s.requestAnimationFrame(function(){s.update()})},UPDATE_REFRESH_INTERVAL)}),s.on(e,["ended","pause","waiting"],function(){s.clearInterval(s.updateInterval)}),s.on(e,["timeupdate","ended"],s.update),s}return inherits(t,r),t.prototype.createEl=function(){return r.prototype.createEl.call(this,"div",{className:"vjs-progress-holder"},{"aria-label":this.localize("Progress Bar")})},t.prototype.update_=function(e,n){var s=this.player_.duration();this.el_.setAttribute("aria-valuenow",(100*n).toFixed(2)),this.el_.setAttribute("aria-valuetext",this.localize("progress bar timing: currentTime={1} duration={2}",[formatTime(e,s),formatTime(s,s)],"{1} of {2}")),this.bar.update(getBoundingClientRect(this.el_),n)},t.prototype.update=function(e){var n=r.prototype.update.call(this);return this.update_(this.getCurrentTime_(),n),n},t.prototype.getCurrentTime_=function(){return this.player_.scrubbing()?this.player_.getCache().currentTime:this.player_.currentTime()},t.prototype.handleEnded=function(e){this.update_(this.player_.duration(),1)},t.prototype.getPercent=function(){var e=this.getCurrentTime_()/this.player_.duration();return e>=1?1:e},t.prototype.handleMouseDown=function(e){isSingleLeftClick(e)&&(this.player_.trigger("beforeseek"),this.player_.scrubbing(!0),this.videoWasPlaying=!this.player_.paused(),this.player_.pause(),r.prototype.handleMouseDown.call(this,e))},t.prototype.handleMouseMove=function(e){if(isSingleLeftClick(e)){var n=this.calculateDistance(e,!!this.player_.screenRotated)*this.player_.duration();n===this.player_.duration()&&(n-=.1),this.player_.currentTime(n)}},t.prototype.enable=function(){r.prototype.enable.call(this);var e=this.getChild("mouseTimeDisplay");e&&e.show()},t.prototype.disable=function(){r.prototype.disable.call(this);var e=this.getChild("mouseTimeDisplay");e&&e.hide()},t.prototype.handleMouseUp=function(e){r.prototype.handleMouseUp.call(this,e),this.player_.scrubbing(!1),this.player_.trigger({type:"timeupdate",target:this,manuallyTriggered:!0}),this.videoWasPlaying&&silencePromise(this.player_.play())},t.prototype.stepForward=function(){this.player_.currentTime(this.player_.currentTime()+STEP_SECONDS)},t.prototype.stepBack=function(){this.player_.currentTime(this.player_.currentTime()-STEP_SECONDS)},t.prototype.handleAction=function(e){this.player_.paused()?this.player_.play():this.player_.pause()},t.prototype.handleKeyPress=function(e){e.which===32||e.which===13?(e.preventDefault(),this.handleAction(e)):r.prototype.handleKeyPress&&r.prototype.handleKeyPress.call(this,e)},t}(Slider);SeekBar.prototype.options_={children:["loadProgressBar","playProgressBar"],barName:"playProgressBar"},IE_VERSION&&!(IE_VERSION>8)||IS_IOS||IS_ANDROID||SeekBar.prototype.options_.children.splice(1,0,"mouseTimeDisplay"),SeekBar.prototype.playerEvent="timeupdate",Component.registerComponent("SeekBar",SeekBar);var ProgressControl=function(r){function t(e,n){classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e,n));return s.handleMouseMove=throttle(bind(s,s.handleMouseMove),25),s.throttledHandleMouseSeek=throttle(bind(s,s.handleMouseSeek),25),s.enable(),s}return inherits(t,r),t.prototype.createEl=function(){return r.prototype.createEl.call(this,"div",{className:"vjs-progress-control vjs-control"})},t.prototype.handleMouseMove=function(e){var n=this.getChild("seekBar"),s=n.getChild("mouseTimeDisplay"),a=n.el(),l=getBoundingClientRect(a),u=getPointerPosition(a,e,!!this.player_.screenRotated).x;u>1?u=1:u<0&&(u=0),s&&s.update(l,u)},t.prototype.handleMouseSeek=function(e){this.getChild("seekBar").handleMouseMove(e)},t.prototype.enabled=function(){return this.enabled_},t.prototype.disable=function(){this.children().forEach(function(e){return e.disable&&e.disable()}),this.enabled()&&(this.off(["mousedown","touchstart"],this.handleMouseDown),this.off(this.el_,"mousemove",this.handleMouseMove),this.handleMouseUp(),this.addClass("disabled"),this.enabled_=!1)},t.prototype.enable=function(){this.children().forEach(function(e){return e.enable&&e.enable()}),this.enabled()||(this.on(["mousedown","touchstart"],this.handleMouseDown),this.on(this.el_,"mousemove",this.handleMouseMove),this.removeClass("disabled"),this.enabled_=!0)},t.prototype.handleMouseDown=function(e){var n=this.el_.ownerDocument;this.on(n,"mousemove",this.throttledHandleMouseSeek),this.on(n,"touchmove",this.throttledHandleMouseSeek),this.on(n,"mouseup",this.handleMouseUp),this.on(n,"touchend",this.handleMouseUp)},t.prototype.handleMouseUp=function(e){var n=this.el_.ownerDocument;this.off(n,"mousemove",this.throttledHandleMouseSeek),this.off(n,"touchmove",this.throttledHandleMouseSeek),this.off(n,"mouseup",this.handleMouseUp),this.off(n,"touchend",this.handleMouseUp)},t}(Component);ProgressControl.prototype.options_={children:["seekBar"]},Component.registerComponent("ProgressControl",ProgressControl);var FullscreenToggle=function(r){function t(e,n){classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e,n));return s.on(e,"fullscreenchange",s.handleFullscreenChange),s}return inherits(t,r),t.prototype.buildCSSClass=function(){return"vjs-fullscreen-control "+r.prototype.buildCSSClass.call(this)},t.prototype.handleFullscreenChange=function(e){this.player_.isFullscreen()?this.controlText("Non-Fullscreen"):this.controlText("Fullscreen")},t.prototype.handleClick=function(e){this.player_.isFullscreen()?this.player_.exitFullscreen():this.player_.requestFullscreen()},t}(Button);FullscreenToggle.prototype.controlText_="Fullscreen",Component.registerComponent("FullscreenToggle",FullscreenToggle);var FullscreenRotate=function(r){function t(e,n){classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e,n));return s.screenRotated=!1,s}return inherits(t,r),t.prototype.createEl=function(){var e=r.prototype.createEl.call(this,"button",{className:"vjs-rotatescreen-control vjs-control"});return this.contentEl_=createEl("div",{innerHTML:'<svg style="width: 24px;height: 24px;margin-top:7px" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 40 40" fill="none">\n <g clip-path="url(#clip0)">\n <path transform="scale(1.5 1.5)" d="M11.6665 9.16663H4.1665C2.78579 9.16663 1.6665 10.2859 1.6665 11.6666V15.8333C1.6665 17.214 2.78579 18.3333 4.1665 18.3333H11.6665C13.0472 18.3333 14.1665 17.214 14.1665 15.8333V11.6666C14.1665 10.2859 13.0472 9.16663 11.6665 9.16663Z" fill="white"></path>\n <path transform="scale(1.5 1.5)" fill-rule="evenodd" clip-rule="evenodd" d="M3.88148 4.06298C3.75371 4.21005 3.67667 4.40231 3.67749 4.61242C3.67847 4.87253 3.79852 5.10435 3.98581 5.25646L6.99111 8.05895C7.32771 8.37283 7.85502 8.35443 8.16891 8.01782C8.48279 7.68122 8.46437 7.15391 8.12778 6.84003L6.62061 5.43457L9.8198 5.4224C9.82848 5.42239 9.8372 5.42221 9.84591 5.4219C10.9714 5.38233 12.0885 5.6285 13.0931 6.13744C14.0976 6.64635 14.957 7.40148 15.5908 8.33234C16.2246 9.2632 16.6122 10.3394 16.7177 11.4606C16.823 12.5819 16.6427 13.7115 16.1934 14.7442C16.0098 15.1661 16.203 15.6571 16.6251 15.8408C17.0471 16.0243 17.5381 15.8311 17.7216 15.4091C18.2833 14.1183 18.5087 12.7063 18.3771 11.3047C18.2453 9.90318 17.7607 8.55792 16.9684 7.39433C16.1761 6.23073 15.1021 5.28683 13.8463 4.65065C12.5946 4.01651 11.203 3.70872 9.80072 3.75583L6.43415 3.76862L7.96326 2.12885C8.27715 1.79225 8.25872 1.26494 7.92213 0.951061C7.58553 0.63718 7.05822 0.655585 6.74433 0.99219L3.90268 4.0395C3.89545 4.04724 3.88841 4.05509 3.88154 4.06303L3.88148 4.06298Z" fill="white"></path>\n </g>\n <defs>\n <clipPath id="clip0">\n <rect width="40" height="40" fill="white"></rect>\n </clipPath>\n </defs>\n </svg>'}),e.appendChild(this.contentEl_),e},t.prototype.handleClick=function(e){this.screenRotated?(this.player_.exitRotatescreen(),this.screenRotated=!1):(this.player_.requestRotatescreen(),this.screenRotated=!0)},t}(Button);FullscreenRotate.prototype.controlText_="Rotate",Component.registerComponent("FullscreenRotate",FullscreenRotate);var checkVolumeSupport=function(r,t){!t.tech_||t.tech_.featuresVolumeControl||t.tech_.featuresMuteControl?t.tech_&&t.tech_.featuresVolumeControl&&r.addClass("enable-volume-control"):r.addClass("vjs-hidden"),r.on(t,"loadstart",function(){t.tech_.featuresVolumeControl||t.tech_.featuresMuteControl?t.tech_.featuresVolumeControl&&(r.removeClass("vjs-hidden"),r.addClass("enable-volume-control")):r.addClass("vjs-hidden")})},VolumeLevel=function(r){function t(){return classCallCheck(this,t),possibleConstructorReturn(this,r.apply(this,arguments))}return inherits(t,r),t.prototype.createEl=function(){return r.prototype.createEl.call(this,"div",{className:"vjs-volume-level",innerHTML:'<span class="vjs-control-text"></span>'})},t}(Component);Component.registerComponent("VolumeLevel",VolumeLevel);var VolumeBar=function(r){function t(e,n){classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e,n));return s.on("slideractive",s.updateLastVolume_),s.on(e,"volumechange",s.updateARIAAttributes),e.ready(function(){return s.updateARIAAttributes()}),s}return inherits(t,r),t.prototype.createEl=function(){return r.prototype.createEl.call(this,"div",{className:"vjs-volume-bar vjs-slider-bar"},{"aria-label":this.localize("Volume Level"),"aria-live":"polite"})},t.prototype.handleMouseDown=function(e){isSingleLeftClick(e)&&r.prototype.handleMouseDown.call(this,e)},t.prototype.handleMouseMove=function(e){isSingleLeftClick(e)&&(this.checkMuted(),this.player_.volume(this.calculateDistance(e)))},t.prototype.checkMuted=function(){this.player_.muted()&&this.player_.muted(!1)},t.prototype.getPercent=function(){return this.player_.muted()?0:this.player_.volume()},t.prototype.stepForward=function(){this.checkMuted(),this.player_.volume(this.player_.volume()+.1)},t.prototype.stepBack=function(){this.checkMuted(),this.player_.volume(this.player_.volume()-.1)},t.prototype.updateARIAAttributes=function(e){var n=this.player_.muted()?0:this.volumeAsPercentage_();this.el_.setAttribute("aria-valuenow",n),this.el_.setAttribute("aria-valuetext",n+"%")},t.prototype.volumeAsPercentage_=function(){return Math.round(100*this.player_.volume())},t.prototype.updateLastVolume_=function(){var e=this,n=this.player_.volume();this.one("sliderinactive",function(){e.player_.volume()===0&&e.player_.lastVolume_(n)})},t}(Slider);VolumeBar.prototype.options_={children:["volumeLevel"],barName:"volumeLevel"},VolumeBar.prototype.playerEvent="volumechange",Component.registerComponent("VolumeBar",VolumeBar);var VolumeControl=function(r){function t(e){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};classCallCheck(this,t),n.vertical=n.vertical||!1,(typeof n.volumeBar>"u"||isPlain(n.volumeBar))&&(n.volumeBar=n.volumeBar||{},n.volumeBar.vertical=n.vertical);var s=possibleConstructorReturn(this,r.call(this,e,n));return checkVolumeSupport(s,e),s.throttledHandleMouseMove=throttle(bind(s,s.handleMouseMove),25),s.on("mousedown",s.handleMouseDown),s.on("touchstart",s.handleMouseDown),s.on(s.volumeBar,["focus","slideractive"],function(){s.volumeBar.addClass("vjs-slider-active"),s.addClass("vjs-slider-active"),s.trigger("slideractive")}),s.on(s.volumeBar,["blur","sliderinactive"],function(){s.volumeBar.removeClass("vjs-slider-active"),s.removeClass("vjs-slider-active"),s.trigger("sliderinactive")}),s}return inherits(t,r),t.prototype.createEl=function(){var e="vjs-volume-horizontal";return this.options_.vertical&&(e="vjs-volume-vertical"),r.prototype.createEl.call(this,"div",{className:"vjs-volume-control vjs-control "+e})},t.prototype.handleMouseDown=function(e){var n=this.el_.ownerDocument;this.on(n,"mousemove",this.throttledHandleMouseMove),this.on(n,"touchmove",this.throttledHandleMouseMove),this.on(n,"mouseup",this.handleMouseUp),this.on(n,"touchend",this.handleMouseUp)},t.prototype.handleMouseUp=function(e){var n=this.el_.ownerDocument;this.off(n,"mousemove",this.throttledHandleMouseMove),this.off(n,"touchmove",this.throttledHandleMouseMove),this.off(n,"mouseup",this.handleMouseUp),this.off(n,"touchend",this.handleMouseUp)},t.prototype.handleMouseMove=function(e){this.volumeBar.handleMouseMove(e)},t}(Component);VolumeControl.prototype.options_={children:["volumeBar"]},Component.registerComponent("VolumeControl",VolumeControl);var MuteToggle=function(r){function t(e,n){classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e,n));return checkVolumeSupport(s,e),s.on(e,["loadstart","volumechange"],s.update),s}return inherits(t,r),t.prototype.buildCSSClass=function(){return"vjs-mute-control "+r.prototype.buildCSSClass.call(this)},t.prototype.handleClick=function(e){var n=this.player_.volume(),s=this.player_.lastVolume_();if(n===0){var a=s<.1?.1:s;this.player_.volume(a),this.player_.muted(!1)}else this.player_.muted(!this.player_.muted())},t.prototype.update=function(e){this.updateIcon_(),this.updateControlText_()},t.prototype.updateIcon_=function(){var e=this.player_.volume(),n=3;e===0||this.player_.muted()?n=0:e<.33?n=1:e<.67&&(n=2);for(var s=0;s<4;s++)removeClass(this.el_,"vjs-vol-"+s);addClass(this.el_,"vjs-vol-"+n)},t.prototype.updateControlText_=function(){var e=this.player_.muted()||this.player_.volume()===0,n=e?"Unmute":"Mute";this.controlText()!==n&&this.controlText(n)},t}(Button);MuteToggle.prototype.controlText_="Mute",Component.registerComponent("MuteToggle",MuteToggle);var VolumePanel=function(r){function t(e){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};classCallCheck(this,t),typeof n.inline<"u"?n.inline=n.inline:n.inline=!0,(typeof n.volumeControl>"u"||isPlain(n.volumeControl))&&(n.volumeControl=n.volumeControl||{},n.volumeControl.vertical=!n.inline);var s=possibleConstructorReturn(this,r.call(this,e,n));return checkVolumeSupport(s,e),s.on(s.volumeControl,["slideractive"],s.sliderActive_),s.on(s.muteToggle,"focus",s.sliderActive_),s.on(s.volumeControl,["sliderinactive"],s.sliderInactive_),s.on(s.muteToggle,"blur",s.sliderInactive_),s}return inherits(t,r),t.prototype.sliderActive_=function(){IS_ANDROID||IS_IOS||this.addClass("vjs-slider-active")},t.prototype.sliderInactive_=function(){IS_ANDROID||IS_IOS||this.removeClass("vjs-slider-active")},t.prototype.createEl=function(){var e="vjs-volume-panel-horizontal";return this.options_.inline||(e="vjs-volume-panel-vertical"),r.prototype.createEl.call(this,"div",{className:"vjs-volume-panel vjs-control "+e})},t}(Component);VolumePanel.prototype.options_={children:["muteToggle","volumeControl"]},Component.registerComponent("VolumePanel",VolumePanel);var Menu=function(r){function t(e,n){classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e,n));return n&&(s.menuButton_=n.menuButton),s.focusedChild_=-1,s.on("keydown",s.handleKeyPress),s}return inherits(t,r),t.prototype.addItem=function(e){this.addChild(e),e.on("click",bind(this,function(n){this.menuButton_&&(this.menuButton_.unpressButton(),e.name()!=="CaptionSettingsMenuItem"&&this.menuButton_.focus())}))},t.prototype.createEl=function(){var e=this.options_.contentElType||"ul";this.contentEl_=createEl(e,{className:"vjs-menu-content"}),this.contentEl_.setAttribute("role","menu");var n=r.prototype.createEl.call(this,"div",{append:this.contentEl_,className:"vjs-menu"});return n.appendChild(this.contentEl_),on(n,"click",function(s){s.preventDefault(),s.stopImmediatePropagation()}),n},t.prototype.dispose=function(){this.contentEl_=null,r.prototype.dispose.call(this)},t.prototype.handleKeyPress=function(e){e.which===37||e.which===40?(e.preventDefault(),this.stepForward()):e.which!==38&&e.which!==39||(e.preventDefault(),this.stepBack())},t.prototype.stepForward=function(){var e=0;this.focusedChild_!==void 0&&(e=this.focusedChild_+1),this.focus(e)},t.prototype.stepBack=function(){var e=0;this.focusedChild_!==void 0&&(e=this.focusedChild_-1),this.focus(e)},t.prototype.focus=function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0,n=this.children().slice();n.length&&n[0].className&&/vjs-menu-title/.test(n[0].className)&&n.shift(),n.length>0&&(e<0?e=0:e>=n.length&&(e=n.length-1),this.focusedChild_=e,n[e].el_.focus())},t}(Component);Component.registerComponent("Menu",Menu);var MenuButton=function(r){function t(e){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e,n));s.menuButton_=new Button(e,n),s.menuButton_.controlText(s.controlText_),s.menuButton_.el_.setAttribute("aria-haspopup","true");var a=Button.prototype.buildCSSClass();return s.menuButton_.el_.className=s.buildCSSClass()+" "+a,s.menuButton_.removeClass("vjs-control"),s.addChild(s.menuButton_),s.update(),s.enabled_=!0,s.on(s.menuButton_,"tap",s.handleClick),s.on(s.menuButton_,"click",s.handleClick),s.on(s.menuButton_,"focus",s.handleFocus),s.on(s.menuButton_,"blur",s.handleBlur),s.on("keydown",s.handleSubmenuKeyPress),s}return inherits(t,r),t.prototype.update=function(){var e=this.createMenu();this.menu&&(this.menu.dispose(),this.removeChild(this.menu)),this.menu=e,this.addChild(e),this.buttonPressed_=!1,this.menuButton_.el_.setAttribute("aria-expanded","false"),this.items&&this.items.length<=this.hideThreshold_?this.hide():this.show()},t.prototype.createMenu=function(){var e=new Menu(this.player_,{menuButton:this});if(this.hideThreshold_=0,this.options_.title){var n=createEl("li",{className:"vjs-menu-title",innerHTML:toTitleCase(this.options_.title),tabIndex:-1});this.hideThreshold_+=1,e.children_.unshift(n),prependTo(n,e.contentEl())}if(this.items=this.createItems(),this.items)for(var s=0;s<this.items.length;s++)e.addItem(this.items[s]);return e},t.prototype.createItems=function(){},t.prototype.createEl=function(){return r.prototype.createEl.call(this,"div",{className:this.buildWrapperCSSClass()},{})},t.prototype.buildWrapperCSSClass=function(){var e="vjs-menu-button";return this.options_.inline===!0?e+="-inline":e+="-popup","vjs-menu-button "+e+" "+Button.prototype.buildCSSClass()+" "+r.prototype.buildCSSClass.call(this)},t.prototype.buildCSSClass=function(){var e="vjs-menu-button";return this.options_.inline===!0?e+="-inline":e+="-popup","vjs-menu-button "+e+" "+r.prototype.buildCSSClass.call(this)},t.prototype.controlText=function(e){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:this.menuButton_.el();return this.menuButton_.controlText(e,n)},t.prototype.handleClick=function(e){this.one(this.menu.contentEl(),"mouseleave",bind(this,function(n){this.unpressButton(),this.el_.blur()})),(IS_IOS||IS_ANDROID)&&this.name_==="SubsCapsButton"&&(this.menu.el_.className==="vjs-menu"?this.buttonPressed_=!1:this.buttonPressed_=!0),this.buttonPressed_?this.unpressButton():this.pressButton()},t.prototype.focus=function(){this.menuButton_.focus()},t.prototype.blur=function(){this.menuButton_.blur()},t.prototype.handleFocus=function(){on(document_1,"keydown",bind(this,this.handleKeyPress))},t.prototype.handleBlur=function(){off(document_1,"keydown",bind(this,this.handleKeyPress))},t.prototype.handleKeyPress=function(e){e.which===27||e.which===9?(this.buttonPressed_&&this.unpressButton(),e.which!==9&&(e.preventDefault(),this.menuButton_.el_.focus())):e.which!==38&&e.which!==40||this.buttonPressed_||(this.pressButton(),e.preventDefault())},t.prototype.handleSubmenuKeyPress=function(e){e.which!==27&&e.which!==9||(this.buttonPressed_&&this.unpressButton(),e.which!==9&&(e.preventDefault(),this.menuButton_.el_.focus()))},t.prototype.pressButton=function(){if(this.enabled_){if(this.buttonPressed_=!0,this.menu.lockShowing(),this.menuButton_.el_.setAttribute("aria-expanded","true"),IS_IOS&&isInFrame())return;this.menu.focus()}},t.prototype.unpressButton=function(){this.enabled_&&(this.buttonPressed_=!1,this.menu.unlockShowing(),this.menuButton_.el_.setAttribute("aria-expanded","false"))},t.prototype.disable=function(){this.unpressButton(),this.enabled_=!1,this.addClass("vjs-disabled"),this.menuButton_.disable()},t.prototype.enable=function(){this.enabled_=!0,this.removeClass("vjs-disabled"),this.menuButton_.enable()},t}(Component);Component.registerComponent("MenuButton",MenuButton);var TrackButton=function(r){function t(e,n){classCallCheck(this,t);var s=n.tracks,a=possibleConstructorReturn(this,r.call(this,e,n));if(a.items.length<=1&&a.hide(),!s)return possibleConstructorReturn(a);var l=bind(a,a.update);return s.addEventListener("removetrack",l),s.addEventListener("addtrack",l),a.player_.on("ready",l),a.player_.on("dispose",function(){s.removeEventListener("removetrack",l),s.removeEventListener("addtrack",l)}),a}return inherits(t,r),t}(MenuButton);Component.registerComponent("TrackButton",TrackButton);var MenuItem=function(r){function t(e,n){classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e,n));return s.selectable=n.selectable,s.selected(n.selected),s.selectable?s.el_.setAttribute("role","menuitemcheckbox"):s.el_.setAttribute("role","menuitem"),s}return inherits(t,r),t.prototype.createEl=function(e,n,s){return this.nonIconControl=!0,r.prototype.createEl.call(this,"li",assign({className:"vjs-menu-item",innerHTML:'<span class="vjs-menu-item-text">'+this.localize(this.options_.label)+"</span>",tabIndex:-1},n),s)},t.prototype.handleClick=function(e){this.selected(!0)},t.prototype.selected=function(e){this.selectable&&(e?(this.addClass("vjs-selected"),this.el_.setAttribute("aria-checked","true"),this.controlText(", selected")):(this.removeClass("vjs-selected"),this.el_.setAttribute("aria-checked","false"),this.controlText("")))},t}(ClickableComponent);Component.registerComponent("MenuItem",MenuItem);var TextTrackMenuItem=function(r){function t(e,n){classCallCheck(this,t);var s=n.track,a=e.textTracks();n.label=s.label||s.language||"Unknown",n.selected=s.mode==="showing";var l=possibleConstructorReturn(this,r.call(this,e,n));l.track=s;var u=function(){for(var p=arguments.length,g=Array(p),m=0;m<p;m++)g[m]=arguments[m];l.handleTracksChange.apply(l,g)},d=function(){for(var p=arguments.length,g=Array(p),m=0;m<p;m++)g[m]=arguments[m];l.handleSelectedLanguageChange.apply(l,g)};if(e.on(["loadstart","texttrackchange"],u),a.addEventListener("change",u),a.addEventListener("selectedlanguagechange",d),l.on("dispose",function(){e.off(["loadstart","texttrackchange"],u),a.removeEventListener("change",u),a.removeEventListener("selectedlanguagechange",d)}),a.onchange===void 0){var h=void 0;l.on(["tap","click"],function(){if(_typeof(window_1.Event)!=="object")try{h=new window_1.Event("change")}catch(p){}h||(h=document_1.createEvent("Event"),h.initEvent("change",!0,!0)),a.dispatchEvent(h)})}return l.handleTracksChange(),l}return inherits(t,r),t.prototype.handleClick=function(e){var n=this.track.kind,s=this.track.kinds,a=this.player_.textTracks();if(s||(s=[n]),r.prototype.handleClick.call(this,e),a)for(var l=0;l<a.length;l++){var u=a[l];u===this.track&&s.indexOf(u.kind)>-1?u.mode!=="showing"&&(u.mode="showing"):u.mode!=="disabled"&&(u.mode="disabled")}},t.prototype.handleTracksChange=function(e){this.selected(this.track.mode==="showing")},t.prototype.handleSelectedLanguageChange=function(e){if(this.track.mode==="showing"){var n=this.player_.cache_.selectedLanguage;if(n&&n.enabled&&n.language===this.track.language&&n.kind!==this.track.kind)return;this.player_.cache_.selectedLanguage={enabled:!0,language:this.track.language,kind:this.track.kind}}},t.prototype.dispose=function(){this.track=null,r.prototype.dispose.call(this)},t}(MenuItem);Component.registerComponent("TextTrackMenuItem",TextTrackMenuItem);var OffTextTrackMenuItem=function(r){function t(e,n){return classCallCheck(this,t),n.track={player:e,kind:n.kind,kinds:n.kinds,default:!1,mode:"disabled"},n.kinds||(n.kinds=[n.kind]),n.label?n.track.label=n.label:n.track.label=n.kinds.join(" and ")+" off",n.selectable=!0,possibleConstructorReturn(this,r.call(this,e,n))}return inherits(t,r),t.prototype.handleTracksChange=function(e){for(var n=this.player().textTracks(),s=!0,a=0,l=n.length;a<l;a++){var u=n[a];if(this.options_.kinds.indexOf(u.kind)>-1&&u.mode==="showing"){s=!1;break}}if(this.selected(s),IS_IOS||IS_ANDROID){var d=document.getElementsByClassName("vjs-subs-caps-button"),h=get_1(d,"[0].children[1]");h&&(h.className="vjs-menu")}},t.prototype.handleSelectedLanguageChange=function(e){for(var n=this.player().textTracks(),s=!0,a=0,l=n.length;a<l;a++){var u=n[a];if(["captions","descriptions","subtitles"].indexOf(u.kind)>-1&&u.mode==="showing"){s=!1;break}}s&&(this.player_.cache_.selectedLanguage={enabled:!1})},t}(TextTrackMenuItem);Component.registerComponent("OffTextTrackMenuItem",OffTextTrackMenuItem);var TextTrackButton=function(r){function t(e){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return classCallCheck(this,t),n.tracks=e.textTracks(),possibleConstructorReturn(this,r.call(this,e,n))}return inherits(t,r),t.prototype.createItems=function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:TextTrackMenuItem,s=void 0;this.label_&&(s=this.label_+" off"),e.push(new OffTextTrackMenuItem(this.player_,{kinds:this.kinds_,kind:this.kind_,label:s})),this.hideThreshold_+=1;var a=this.player_.textTracks();Array.isArray(this.kinds_)||(this.kinds_=[this.kind_]);for(var l=0;l<a.length;l++){var u=a[l];if(this.kinds_.indexOf(u.kind)>-1){var d=new n(this.player_,{track:u,selectable:!0});d.addClass("vjs-"+u.kind+"-menu-item"),e.push(d)}}return e},t}(TrackButton);Component.registerComponent("TextTrackButton",TextTrackButton);var ChaptersTrackMenuItem=function(r){function t(e,n){classCallCheck(this,t);var s=n.track,a=n.cue,l=e.currentTime();n.selectable=!0,n.label=a.text,n.selected=a.startTime<=l&&l<a.endTime;var u=possibleConstructorReturn(this,r.call(this,e,n));return u.track=s,u.cue=a,s.addEventListener("cuechange",bind(u,u.update)),u}return inherits(t,r),t.prototype.handleClick=function(e){r.prototype.handleClick.call(this),this.player_.currentTime(this.cue.startTime),this.update(this.cue.startTime)},t.prototype.update=function(e){var n=this.cue,s=this.player_.currentTime();this.selected(n.startTime<=s&&s<n.endTime)},t}(MenuItem);Component.registerComponent("ChaptersTrackMenuItem",ChaptersTrackMenuItem);var ChaptersButton=function(r){function t(e,n,s){return classCallCheck(this,t),possibleConstructorReturn(this,r.call(this,e,n,s))}return inherits(t,r),t.prototype.buildCSSClass=function(){return"vjs-chapters-button "+r.prototype.buildCSSClass.call(this)},t.prototype.buildWrapperCSSClass=function(){return"vjs-chapters-button "+r.prototype.buildWrapperCSSClass.call(this)},t.prototype.update=function(e){this.track_&&(!e||e.type!=="addtrack"&&e.type!=="removetrack")||this.setTrack(this.findChaptersTrack()),r.prototype.update.call(this)},t.prototype.setTrack=function(e){if(this.track_!==e){if(this.updateHandler_||(this.updateHandler_=this.update.bind(this)),this.track_){var n=this.player_.remoteTextTrackEls().getTrackElementByTrack_(this.track_);n&&n.removeEventListener("load",this.updateHandler_),this.track_=null}if(this.track_=e,this.track_){this.track_.mode="hidden";var s=this.player_.remoteTextTrackEls().getTrackElementByTrack_(this.track_);s&&s.addEventListener("load",this.updateHandler_)}}},t.prototype.findChaptersTrack=function(){for(var e=this.player_.textTracks()||[],n=e.length-1;n>=0;n--){var s=e[n];if(s.kind===this.kind_)return s}},t.prototype.getMenuCaption=function(){return this.track_&&this.track_.label?this.track_.label:this.localize(toTitleCase(this.kind_))},t.prototype.createMenu=function(){return this.options_.title=this.getMenuCaption(),r.prototype.createMenu.call(this)},t.prototype.createItems=function(){var e=[];if(!this.track_)return e;var n=this.track_.cues;if(!n)return e;for(var s=0,a=n.length;s<a;s++){var l=n[s],u=new ChaptersTrackMenuItem(this.player_,{track:this.track_,cue:l});e.push(u)}return e},t}(TextTrackButton);ChaptersButton.prototype.kind_="chapters",ChaptersButton.prototype.controlText_="Chapters",Component.registerComponent("ChaptersButton",ChaptersButton);var DescriptionsButton=function(r){function t(e,n,s){classCallCheck(this,t);var a=possibleConstructorReturn(this,r.call(this,e,n,s)),l=e.textTracks(),u=bind(a,a.handleTracksChange);return l.addEventListener("change",u),a.on("dispose",function(){l.removeEventListener("change",u)}),a}return inherits(t,r),t.prototype.handleTracksChange=function(e){for(var n=this.player().textTracks(),s=!1,a=0,l=n.length;a<l;a++){var u=n[a];if(u.kind!==this.kind_&&u.mode==="showing"){s=!0;break}}s?this.disable():this.enable()},t.prototype.buildCSSClass=function(){return"vjs-descriptions-button "+r.prototype.buildCSSClass.call(this)},t.prototype.buildWrapperCSSClass=function(){return"vjs-descriptions-button "+r.prototype.buildWrapperCSSClass.call(this)},t}(TextTrackButton);DescriptionsButton.prototype.kind_="descriptions",DescriptionsButton.prototype.controlText_="Descriptions",Component.registerComponent("DescriptionsButton",DescriptionsButton);var SubtitlesButton=function(r){function t(e,n,s){return classCallCheck(this,t),possibleConstructorReturn(this,r.call(this,e,n,s))}return inherits(t,r),t.prototype.buildCSSClass=function(){return"vjs-subtitles-button "+r.prototype.buildCSSClass.call(this)},t.prototype.buildWrapperCSSClass=function(){return"vjs-subtitles-button "+r.prototype.buildWrapperCSSClass.call(this)},t}(TextTrackButton);SubtitlesButton.prototype.kind_="subtitles",SubtitlesButton.prototype.controlText_="Subtitles",Component.registerComponent("SubtitlesButton",SubtitlesButton);var CaptionSettingsMenuItem=function(r){function t(e,n){classCallCheck(this,t),n.track={player:e,kind:n.kind,label:n.kind+" settings",selectable:!1,default:!1,mode:"disabled"},n.selectable=!1,n.name="CaptionSettingsMenuItem";var s=possibleConstructorReturn(this,r.call(this,e,n));return s.addClass("vjs-texttrack-settings"),s.controlText(", opens "+n.kind+" settings dialog"),s}return inherits(t,r),t.prototype.handleClick=function(e){this.player().getChild("textTrackSettings").open()},t}(TextTrackMenuItem);Component.registerComponent("CaptionSettingsMenuItem",CaptionSettingsMenuItem);var CaptionsButton=function(r){function t(e,n,s){return classCallCheck(this,t),possibleConstructorReturn(this,r.call(this,e,n,s))}return inherits(t,r),t.prototype.buildCSSClass=function(){return"vjs-captions-button "+r.prototype.buildCSSClass.call(this)},t.prototype.buildWrapperCSSClass=function(){return"vjs-captions-button "+r.prototype.buildWrapperCSSClass.call(this)},t.prototype.createItems=function(){var e=[];return this.player().tech_&&this.player().tech_.featuresNativeTextTracks||(e.push(new CaptionSettingsMenuItem(this.player_,{kind:this.kind_})),this.hideThreshold_+=1),r.prototype.createItems.call(this,e)},t}(TextTrackButton);CaptionsButton.prototype.kind_="captions",CaptionsButton.prototype.controlText_="Captions",Component.registerComponent("CaptionsButton",CaptionsButton);var SubsCapsMenuItem=function(r){function t(){return classCallCheck(this,t),possibleConstructorReturn(this,r.apply(this,arguments))}return inherits(t,r),t.prototype.createEl=function(e,n,s){var a='<span class="vjs-menu-item-text">'+this.localize(this.options_.label);return this.options_.track.kind==="captions"&&(a+='\n <span aria-hidden="true" class="vjs-icon-placeholder"></span>\n <span class="vjs-control-text"> '+this.localize("Captions")+"</span>\n "),a+="</span>",r.prototype.createEl.call(this,e,assign({innerHTML:a},n),s)},t}(TextTrackMenuItem);Component.registerComponent("SubsCapsMenuItem",SubsCapsMenuItem);var SubsCapsButton=function(r){function t(e){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e,n));return s.label_="subtitles",["en","en-us","en-ca","fr-ca"].indexOf(s.player_.language_)>-1&&(s.label_="captions"),s.menuButton_.controlText(toTitleCase(s.label_)),s}return inherits(t,r),t.prototype.buildCSSClass=function(){return"vjs-subs-caps-button "+r.prototype.buildCSSClass.call(this)},t.prototype.buildWrapperCSSClass=function(){return"vjs-subs-caps-button "+r.prototype.buildWrapperCSSClass.call(this)},t.prototype.createItems=function(){var e=[];return this.player().tech_&&this.player().tech_.featuresNativeTextTracks||IS_IOS||IS_ANDROID||(e.push(new CaptionSettingsMenuItem(this.player_,{kind:this.label_})),this.hideThreshold_+=1),e=r.prototype.createItems.call(this,e,SubsCapsMenuItem)},t}(TextTrackButton);SubsCapsButton.prototype.kinds_=["captions","subtitles"],SubsCapsButton.prototype.controlText_="Subtitles",Component.registerComponent("SubsCapsButton",SubsCapsButton);var AudioTrackMenuItem=function(r){function t(e,n){classCallCheck(this,t);var s=n.track,a=e.audioTracks();n.label=s.label||s.language||"Unknown",n.selected=s.enabled;var l=possibleConstructorReturn(this,r.call(this,e,n));l.track=s;var u=function(){for(var d=arguments.length,h=Array(d),p=0;p<d;p++)h[p]=arguments[p];l.handleTracksChange.apply(l,h)};return l.changeHandler=u,a.addEventListener("change",u),a.addEventListener("enabledchange",u),l.on("dispose",function(){a.removeEventListener("change",u),a.removeEventListener("enabledchange",u)}),l}return inherits(t,r),t.prototype.handleClick=function(e){var n=this.player_.audioTracks();r.prototype.handleClick.call(this,e),this.player_.tech_.hlsProvider.hls.audioTrack=this.track.id;for(var s=0;s<n.length;s++){var a=n[s];a.enabled=a===this.track}},t.prototype.handleTracksChange=function(e){this.selected(this.track.enabled)},t}(MenuItem);Component.registerComponent("AudioTrackMenuItem",AudioTrackMenuItem);var AudioTrackButton=function(r){function t(e){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return classCallCheck(this,t),n.tracks=e.audioTracks(),possibleConstructorReturn(this,r.call(this,e,n))}return inherits(t,r),t.prototype.buildCSSClass=function(){return"vjs-audio-button "+r.prototype.buildCSSClass.call(this)},t.prototype.buildWrapperCSSClass=function(){return"vjs-audio-button "+r.prototype.buildWrapperCSSClass.call(this)},t.prototype.createItems=function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[];this.hideThreshold_=1;for(var n=this.player_.audioTracks(),s=0;s<n.length;s++){var a=n[s];e.push(new AudioTrackMenuItem(this.player_,{track:a,selectable:!0}))}return e},t}(TrackButton);AudioTrackButton.prototype.controlText_="Audio Track",Component.registerComponent("AudioTrackButton",AudioTrackButton);var PlaybackRateMenuItem=function(r){function t(e,n){classCallCheck(this,t);var s=n.rate,a=parseFloat(s,10);n.label=s,n.selected=a===1,n.selectable=!0;var l=possibleConstructorReturn(this,r.call(this,e,n));return l.label=s,l.rate=a,l.on(e,"ratechange",l.update),l}return inherits(t,r),t.prototype.handleClick=function(e){r.prototype.handleClick.call(this),this.player().playbackRate(this.rate)},t.prototype.update=function(e){this.selected(this.player().playbackRate()===this.rate)},t}(MenuItem);PlaybackRateMenuItem.prototype.contentElType="button",Component.registerComponent("PlaybackRateMenuItem",PlaybackRateMenuItem);var PlaybackRateMenuButton=function(r){function t(e,n){classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e,n));return s.updateVisibility(),s.updateLabel(),s.on(e,"loadstart",s.updateVisibility),s.on(e,"ratechange",s.updateLabel),s}return inherits(t,r),t.prototype.createEl=function(){var e=r.prototype.createEl.call(this);return this.labelEl_=createEl("div",{className:"vjs-playback-rate-value",innerHTML:"1x"}),e.appendChild(this.labelEl_),e},t.prototype.dispose=function(){this.labelEl_=null,r.prototype.dispose.call(this)},t.prototype.buildCSSClass=function(){return"vjs-playback-rate "+r.prototype.buildCSSClass.call(this)},t.prototype.buildWrapperCSSClass=function(){return"vjs-playback-rate "+r.prototype.buildWrapperCSSClass.call(this)},t.prototype.createMenu=function(){var e=new Menu(this.player()),n=this.playbackRates();if(n)for(var s=n.length-1;s>=0;s--)e.addChild(new PlaybackRateMenuItem(this.player(),{rate:n[s]+"x"}));return e},t.prototype.updateARIAAttributes=function(){this.el().setAttribute("aria-valuenow",this.player().playbackRate())},t.prototype.handleClick=function(e){for(var n=this.player().playbackRate(),s=this.playbackRates(),a=s[0],l=0;l<s.length;l++)if(s[l]>n){a=s[l];break}this.player().playbackRate(a)},t.prototype.playbackRates=function(){return this.options_.playbackRates||this.options_.playerOptions&&this.options_.playerOptions.playbackRates},t.prototype.playbackRateSupported=function(){return this.player().tech_&&this.player().tech_.featuresPlaybackRate&&this.playbackRates()&&this.playbackRates().length>0},t.prototype.updateVisibility=function(e){this.playbackRateSupported()?this.removeClass("vjs-hidden"):this.addClass("vjs-hidden")},t.prototype.updateLabel=function(e){var n=this.player().playbackRate();if(n===1.1)return!1;this.playbackRateSupported()&&(this.labelEl_.innerHTML=n+"x")},t}(MenuButton);PlaybackRateMenuButton.prototype.controlText_="Playback Rate",Component.registerComponent("PlaybackRateMenuButton",PlaybackRateMenuButton);var Spacer=function(r){function t(){return classCallCheck(this,t),possibleConstructorReturn(this,r.apply(this,arguments))}return inherits(t,r),t.prototype.buildCSSClass=function(){return"vjs-spacer "+r.prototype.buildCSSClass.call(this)},t.prototype.createEl=function(){return r.prototype.createEl.call(this,"div",{className:this.buildCSSClass()})},t}(Component);Component.registerComponent("Spacer",Spacer);var CustomControlSpacer=function(r){function t(){return classCallCheck(this,t),possibleConstructorReturn(this,r.apply(this,arguments))}return inherits(t,r),t.prototype.buildCSSClass=function(){return"vjs-custom-control-spacer "+r.prototype.buildCSSClass.call(this)},t.prototype.createEl=function(){var e=r.prototype.createEl.call(this,{className:this.buildCSSClass()});return e.innerHTML=" ",e},t}(Spacer);Component.registerComponent("CustomControlSpacer",CustomControlSpacer);var ControlBar=function(r){function t(){return classCallCheck(this,t),possibleConstructorReturn(this,r.apply(this,arguments))}return inherits(t,r),t.prototype.createEl=function(){return r.prototype.createEl.call(this,"div",{className:"vjs-control-bar",dir:"ltr"},{role:"group"})},t}(Component);ControlBar.prototype.options_={children:["playToggle","volumePanel","currentTimeDisplay","timeDivider","durationDisplay","PDTDisplay","progressControl","liveDisplay","remainingTimeDisplay","customControlSpacer","dvrButton","playbackRateMenuButton","chaptersButton","descriptionsButton","audioTrackButton","subsCapsButton","fullscreenToggle"]},Component.registerComponent("ControlBar",ControlBar);var ErrorDisplay=function(r){function t(e,n){classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e,n));return s.on(e,"error",s.open),s}return inherits(t,r),t.prototype.buildCSSClass=function(){return"vjs-error-display "+r.prototype.buildCSSClass.call(this)},t.prototype.content=function(){var e=this.player().error();return e?this.localize(e.message):""},t}(ModalDialog);ErrorDisplay.prototype.options_=mergeOptions(ModalDialog.prototype.options_,{pauseOnOpen:!1,fillAlways:!0,temporary:!1,uncloseable:!0}),Component.registerComponent("ErrorDisplay",ErrorDisplay);var LOCAL_STORAGE_KEY="vjs-text-track-settings",COLOR_BLACK=["#000","Black"],COLOR_BLUE=["#00F","Blue"],COLOR_CYAN=["#0FF","Cyan"],COLOR_GREEN=["#0F0","Green"],COLOR_MAGENTA=["#F0F","Magenta"],COLOR_RED=["#F00","Red"],COLOR_WHITE=["#FFF","White"],COLOR_YELLOW=["#FF0","Yellow"],OPACITY_OPAQUE=["1","Opaque"],OPACITY_SEMI=["0.5","Semi-Transparent"],OPACITY_TRANS=["0","Transparent"],selectConfigs={backgroundColor:{selector:".vjs-bg-color > select",id:"captions-background-color-%s",label:"Color",options:[COLOR_BLACK,COLOR_WHITE,COLOR_RED,COLOR_GREEN,COLOR_BLUE,COLOR_YELLOW,COLOR_MAGENTA,COLOR_CYAN]},backgroundOpacity:{selector:".vjs-bg-opacity > select",id:"captions-background-opacity-%s",label:"Transparency",options:[OPACITY_SEMI,OPACITY_OPAQUE,OPACITY_TRANS]},color:{selector:".vjs-fg-color > select",id:"captions-foreground-color-%s",label:"Color",options:[COLOR_WHITE,COLOR_BLACK,COLOR_RED,COLOR_GREEN,COLOR_BLUE,COLOR_YELLOW,COLOR_MAGENTA,COLOR_CYAN]},edgeStyle:{selector:".vjs-edge-style > select",id:"%s",label:"Text Edge Style",options:[["none","None"],["raised","Raised"],["depressed","Depressed"],["uniform","Uniform"],["dropshadow","Dropshadow"]]},fontFamily:{selector:".vjs-font-family > select",id:"captions-font-family-%s",label:"Font Family",options:[["proportionalSansSerif","Proportional Sans-Serif"],["monospaceSansSerif","Monospace Sans-Serif"],["proportionalSerif","Proportional Serif"],["monospaceSerif","Monospace Serif"],["casual","Casual"],["script","Script"],["small-caps","Small Caps"]]},fontPercent:{selector:".vjs-font-percent > select",id:"captions-font-size-%s",label:"Font Size",options:[["0.50","50%"],["0.75","75%"],["1.00","100%"],["1.25","125%"],["1.50","150%"],["1.75","175%"],["2.00","200%"],["3.00","300%"],["4.00","400%"]],default:2,parser:function(r){return r==="1.00"?null:Number(r)}},textOpacity:{selector:".vjs-text-opacity > select",id:"captions-foreground-opacity-%s",label:"Transparency",options:[OPACITY_OPAQUE,OPACITY_SEMI]},windowColor:{selector:".vjs-window-color > select",id:"captions-window-color-%s",label:"Color"},windowOpacity:{selector:".vjs-window-opacity > select",id:"captions-window-opacity-%s",label:"Transparency",options:[OPACITY_TRANS,OPACITY_SEMI,OPACITY_OPAQUE]}};selectConfigs.windowColor.options=selectConfigs.backgroundColor.options;var TextTrackSettings=function(r){function t(e,n){classCallCheck(this,t),n.temporary=!1;var s=possibleConstructorReturn(this,r.call(this,e,n));return s.updateDisplay=bind(s,s.updateDisplay),s.fill(),s.hasBeenOpened_=s.hasBeenFilled_=!0,s.endDialog=createEl("p",{className:"vjs-control-text",textContent:s.localize("End of dialog window.")}),s.el().appendChild(s.endDialog),s.setDefaults(),n.persistTextTrackSettings===void 0&&(s.options_.persistTextTrackSettings=s.options_.playerOptions.persistTextTrackSettings),s.on(s.$(".vjs-done-button"),"click",function(){s.saveSettings(),s.close()}),s.on(s.$(".vjs-default-button"),"click",function(){s.setDefaults(),s.updateDisplay()}),each(selectConfigs,function(a){s.on(s.$(a.selector),"change",s.updateDisplay)}),s.options_.persistTextTrackSettings&&s.restoreSettings(),s}return inherits(t,r),t.prototype.dispose=function(){this.endDialog=null,r.prototype.dispose.call(this)},t.prototype.createElSelect_=function(e){var n=this,s=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"",a=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"label",l=selectConfigs[e],u=l.id.replace("%s",this.id_);return["<"+a+' id="'+u+'" class="'+(a==="label"?"vjs-label":"")+'">',this.localize(l.label),"</"+a+">",'<select aria-labelledby="'+(s!==""?s+" ":"")+u+'">'].concat(l.options.map(function(d){var h=u+"-"+d[1];return['<option id="'+h+'" value="'+d[0]+'" ','aria-labelledby="'+(s!==""?s+" ":"")+u+" "+h+'">',n.localize(d[1]),"</option>"].join("")})).concat("</select>").join("")},t.prototype.createElFgColor_=function(){var e="captions-text-legend-"+this.id_;return['<fieldset class="vjs-fg-color vjs-track-setting">','<legend id="'+e+'">',this.localize("Text"),"</legend>",this.createElSelect_("color",e),'<span class="vjs-text-opacity vjs-opacity">',this.createElSelect_("textOpacity",e),"</span>","</fieldset>"].join("")},t.prototype.createElBgColor_=function(){var e="captions-background-"+this.id_;return['<fieldset class="vjs-bg-color vjs-track-setting">','<legend id="'+e+'">',this.localize("Background"),"</legend>",this.createElSelect_("backgroundColor",e),'<span class="vjs-bg-opacity vjs-opacity">',this.createElSelect_("backgroundOpacity",e),"</span>","</fieldset>"].join("")},t.prototype.createElWinColor_=function(){var e="captions-window-"+this.id_;return['<fieldset class="vjs-window-color vjs-track-setting">','<legend id="'+e+'">',this.localize("Window"),"</legend>",this.createElSelect_("windowColor",e),'<span class="vjs-window-opacity vjs-opacity">',this.createElSelect_("windowOpacity",e),"</span>","</fieldset>"].join("")},t.prototype.createElColors_=function(){return createEl("div",{className:"vjs-track-settings-colors",innerHTML:[this.createElFgColor_(),this.createElBgColor_(),this.createElWinColor_()].join("")})},t.prototype.createElFont_=function(){return createEl("div",{className:'vjs-track-settings-font">',innerHTML:['<fieldset class="vjs-font-percent vjs-track-setting">',this.createElSelect_("fontPercent","","legend"),"</fieldset>",'<fieldset class="vjs-edge-style vjs-track-setting">',this.createElSelect_("edgeStyle","","legend"),"</fieldset>",'<fieldset class="vjs-font-family vjs-track-setting">',this.createElSelect_("fontFamily","","legend"),"</fieldset>"].join("")})},t.prototype.createElControls_=function(){var e=this.localize("restore all settings to the default values");return createEl("div",{className:"vjs-track-settings-controls",innerHTML:['<button class="vjs-default-button" title="'+e+'">',this.localize("Reset"),'<span class="vjs-control-text"> '+e+"</span>","</button>",'<button class="vjs-done-button">'+this.localize("Done")+"</button>"].join("")})},t.prototype.content=function(){return[this.createElColors_(),this.createElFont_(),this.createElControls_()]},t.prototype.label=function(){return this.localize("Caption Settings Dialog")},t.prototype.description=function(){return this.localize("Beginning of dialog window. Escape will cancel and close the window.")},t.prototype.buildCSSClass=function(){return r.prototype.buildCSSClass.call(this)+" vjs-text-track-settings"},t.prototype.getValues=function(){var e=this;return reduce(selectConfigs,function(n,s,a){var l=getSelectedOptionValue(e.$(s.selector),s.parser);return l!==void 0&&(n[a]=l),n},{})},t.prototype.setValues=function(e){var n=this;each(selectConfigs,function(s,a){setSelectedOption(n.$(s.selector),e[a],s.parser)})},t.prototype.setDefaults=function(){var e=this;each(selectConfigs,function(n){var s=n.hasOwnProperty("default")?n.default:0;e.$(n.selector).selectedIndex=s})},t.prototype.restoreSettings=function(){var e=void 0;try{e=JSON.parse(window_1.localStorage.getItem(LOCAL_STORAGE_KEY))}catch(n){log$2.warn(n)}e&&this.setValues(e)},t.prototype.saveSettings=function(){if(this.options_.persistTextTrackSettings){var e=this.getValues();try{Object.keys(e).length?window_1.localStorage.setItem(LOCAL_STORAGE_KEY,JSON.stringify(e)):window_1.localStorage.removeItem(LOCAL_STORAGE_KEY)}catch(n){log$2.warn(n)}}},t.prototype.updateDisplay=function(){var e=this.player_.getChild("textTrackDisplay");e&&e.updateDisplay()},t.prototype.conditionalBlur_=function(){this.previouslyActiveEl_=null,this.off(document_1,"keydown",this.handleKeyDown);var e=this.player_.controlBar,n=e&&e.subsCapsButton,s=e&&e.captionsButton;n?n.focus():s&&s.focus()},t}(ModalDialog);Component.registerComponent("TextTrackSettings",TextTrackSettings);var _templateObject$2=taggedTemplateLiteralLoose(["Text Tracks are being loaded from another origin but the crossorigin attribute isn't used.\n This may prevent text tracks from loading."],["Text Tracks are being loaded from another origin but the crossorigin attribute isn't used.\n This may prevent text tracks from loading."]),Html5=function(r){function t(e,n,s){classCallCheck(this,t);var a=possibleConstructorReturn(this,r.call(this,e,n,s)),l=n.source,u=!1;if(l&&(a.el_.currentSrc!==l.src||n.tag&&n.tag.initNetworkState_===3)?a.setSource(l):a.handleLateInit_(a.el_),a.el_.hasChildNodes()){for(var d=a.el_.childNodes,h=d.length,p=[];h--;){var g=d[h];g.nodeName.toLowerCase()==="track"&&(a.featuresNativeTextTracks?(a.remoteTextTrackEls().addTrackElement_(g),a.remoteTextTracks().addTrack(g.track),a.textTracks().addTrack(g.track),u||a.el_.hasAttribute("crossorigin")||!isCrossOrigin(g.src)||(u=!0)):p.push(g))}for(var m=0;m<p.length;m++)a.el_.removeChild(p[m])}return a.proxyNativeTracks_(),a.featuresNativeTextTracks&&u&&log$2.warn(tsml(_templateObject$2)),a.restoreMetadataTracksInIOSNativePlayer_(),(TOUCH_ENABLED||IS_IPHONE||IS_NATIVE_ANDROID)&&n.nativeControlsForTouch===!0&&a.setControls(!0),a.proxyWebkitFullscreen_(),a.triggerReady(),a}return inherits(t,r),t.prototype.dispose=function(){t.disposeMediaElement(this.el_),this.options_=null,r.prototype.dispose.call(this)},t.prototype.restoreMetadataTracksInIOSNativePlayer_=function(){var e=this.textTracks(),n=void 0,s=function(){n=[];for(var l=0;l<e.length;l++){var u=e[l];u.kind==="metadata"&&n.push({track:u,storedMode:u.mode})}};s(),e.addEventListener("change",s),this.on("dispose",function(){return e.removeEventListener("change",s)});var a=function l(){for(var u=0;u<n.length;u++){var d=n[u];d.track.mode==="disabled"&&d.track.mode!==d.storedMode&&(d.track.mode=d.storedMode)}e.removeEventListener("change",l)};this.on("webkitbeginfullscreen",function(){e.removeEventListener("change",s),e.removeEventListener("change",a),e.addEventListener("change",a)}),this.on("webkitendfullscreen",function(){e.removeEventListener("change",s),e.addEventListener("change",s),e.removeEventListener("change",a)})},t.prototype.proxyNativeTracks_=function(){var e=this;NORMAL.names.forEach(function(n){var s=NORMAL[n],a=e.el()[s.getterName],l=e[s.getterName]();if(e["featuresNative"+s.capitalName+"Tracks"]&&a&&a.addEventListener){var u={change:function(h){l.trigger({type:"change",target:l,currentTarget:l,srcElement:l})},addtrack:function(h){l.addTrack(h.track)},removetrack:function(h){l.removeTrack(h.track)}},d=function(){for(var h=[],p=0;p<l.length;p++){for(var g=!1,m=0;m<a.length;m++)if(a[m]===l[p]){g=!0;break}g||h.push(l[p])}for(;h.length;)l.removeTrack(h.shift())};Object.keys(u).forEach(function(h){var p=u[h];a.addEventListener(h,p),e.on("dispose",function(g){return a.removeEventListener(h,p)})}),e.on("loadstart",d),e.on("dispose",function(h){return e.off("loadstart",d)})}})},t.prototype.createEl=function(){var e=this.options_.tag;if(!e||!this.options_.playerElIngest&&!this.movingMediaElementInDOM){if(e){var n=e.cloneNode(!0);e.parentNode&&e.parentNode.insertBefore(n,e),t.disposeMediaElement(e),e=n}else{e=document_1.createElement("video");var s=this.options_.tag&&getAttributes(this.options_.tag),a=mergeOptions({},s);TOUCH_ENABLED&&this.options_.nativeControlsForTouch===!0||delete a.controls,setAttributes(e,assign(a,{id:this.options_.techId,class:"vjs-tech"}))}e.playerId=this.options_.playerId}typeof this.options_.preload<"u"&&setAttribute(e,"preload",this.options_.preload);for(var l=["loop","muted","playsinline","autoplay"],u=0;u<l.length;u++){var d=l[u],h=this.options_[d];h!==void 0&&(h?setAttribute(e,d,d):removeAttribute(e,d),e[d]=h)}return e},t.prototype.handleLateInit_=function(e){if(e.networkState!==0&&e.networkState!==3){if(e.readyState===0){var n=!1,s=function(){n=!0};this.on("loadstart",s);var a=function(){n||this.trigger("loadstart")};return this.on("loadedmetadata",a),void this.ready(function(){this.off("loadstart",s),this.off("loadedmetadata",a),n||this.trigger("loadstart")})}var l=["loadstart"];l.push("loadedmetadata"),e.readyState>=2&&l.push("loadeddata"),e.readyState>=3&&l.push("canplay"),e.readyState>=4&&l.push("canplaythrough"),this.ready(function(){l.forEach(function(u){this.trigger(u)},this)})}},t.prototype.setCurrentTime=function(e){try{this.el_.currentTime=e}catch(n){log$2(n,"Video is not ready. (Video.js)")}},t.prototype.duration=function(){var e=this;if(this.el_.duration===1/0&&IS_ANDROID&&IS_CHROME&&this.el_.currentTime===0){var n=function s(){e.el_.currentTime>0&&(e.el_.duration===1/0&&e.trigger("durationchange"),e.off("timeupdate",s))};return this.on("timeupdate",n),NaN}return this.el_.duration||NaN},t.prototype.width=function(){return this.el_.offsetWidth},t.prototype.height=function(){return this.el_.offsetHeight},t.prototype.proxyWebkitFullscreen_=function(){var e=this;if("webkitDisplayingFullscreen"in this.el_){var n=function(){this.trigger("fullscreenchange",{isFullscreen:!1})},s=function(){"webkitPresentationMode"in this.el_&&this.el_.webkitPresentationMode!=="picture-in-picture"&&(this.one("webkitendfullscreen",n),this.trigger("fullscreenchange",{isFullscreen:!0}))};this.on("webkitbeginfullscreen",s),this.on("dispose",function(){e.off("webkitbeginfullscreen",s),e.off("webkitendfullscreen",n)})}},t.prototype.supportsFullScreen=function(){if(typeof this.el_.webkitEnterFullScreen=="function"){var e=window_1.navigator&&window_1.navigator.userAgent||"";if(/Android/.test(e)||!/Chrome|Mac OS X 10.5/.test(e))return!0}return!1},t.prototype.enterFullScreen=function(){var e=this.el_;e.paused&&e.networkState<=e.HAVE_METADATA?(this.el_.play(),this.setTimeout(function(){e.pause(),e.webkitEnterFullScreen()},0)):e.webkitEnterFullScreen()},t.prototype.exitFullScreen=function(){this.el_.webkitExitFullScreen()},t.prototype.src=function(e){if(e===void 0)return this.el_.src;this.setSrc(e)},t.prototype.reset=function(){t.resetMediaElement(this.el_)},t.prototype.currentSrc=function(){return this.currentSource_?this.currentSource_.src:this.el_.currentSrc},t.prototype.setControls=function(e){this.el_.controls=!!e},t.prototype.addTextTrack=function(e,n,s){return this.featuresNativeTextTracks?this.el_.addTextTrack(e,n,s):r.prototype.addTextTrack.call(this,e,n,s)},t.prototype.createRemoteTextTrack=function(e){if(!this.featuresNativeTextTracks)return r.prototype.createRemoteTextTrack.call(this,e);var n=document_1.createElement("track");return e.kind&&(n.kind=e.kind),e.label&&(n.label=e.label),(e.language||e.srclang)&&(n.srclang=e.language||e.srclang),e.default&&(n.default=e.default),e.id&&(n.id=e.id),e.src&&(n.src=e.src),n},t.prototype.addRemoteTextTrack=function(e,n){var s=r.prototype.addRemoteTextTrack.call(this,e,n);return this.featuresNativeTextTracks&&this.el().appendChild(s),s},t.prototype.removeRemoteTextTrack=function(e){if(r.prototype.removeRemoteTextTrack.call(this,e),this.featuresNativeTextTracks)for(var n=this.$$("track"),s=n.length;s--;)e!==n[s]&&e!==n[s].track||this.el().removeChild(n[s])},t.prototype.getVideoPlaybackQuality=function(){if(typeof this.el().getVideoPlaybackQuality=="function")return this.el().getVideoPlaybackQuality();var e={};return typeof this.el().webkitDroppedFrameCount<"u"&&typeof this.el().webkitDecodedFrameCount<"u"&&(e.droppedVideoFrames=this.el().webkitDroppedFrameCount,e.totalVideoFrames=this.el().webkitDecodedFrameCount),window_1.performance&&typeof window_1.performance.now=="function"?e.creationTime=window_1.performance.now():window_1.performance&&window_1.performance.timing&&typeof window_1.performance.timing.navigationStart=="number"&&(e.creationTime=window_1.Date.now()-window_1.performance.timing.navigationStart),e},t}(Tech);if(isReal()){Html5.TEST_VID=document_1.createElement("video");var track=document_1.createElement("track");track.kind="captions",track.srclang="en",track.label="English",Html5.TEST_VID.appendChild(track)}Html5.isSupported=function(){try{Html5.TEST_VID.volume=.5}catch(r){return!1}return!(!Html5.TEST_VID||!Html5.TEST_VID.canPlayType)},Html5.canPlayType=function(r){return Html5.TEST_VID.canPlayType(r)},Html5.canPlaySource=function(r,t){return Html5.canPlayType(r.type)},Html5.canControlVolume=function(){try{var r=Html5.TEST_VID.volume;return Html5.TEST_VID.volume=r/2+.1,r!==Html5.TEST_VID.volume}catch(t){return!1}},Html5.canControlMute=function(){try{var r=Html5.TEST_VID.muted;return Html5.TEST_VID.muted=!0,r!==Html5.TEST_VID.muted}catch(t){return!1}},Html5.canControlPlaybackRate=function(){if(IS_ANDROID&&IS_CHROME&&CHROME_VERSION<58)return!1;try{var r=Html5.TEST_VID.playbackRate;return Html5.TEST_VID.playbackRate=r/2+.1,r!==Html5.TEST_VID.playbackRate}catch(t){return!1}},Html5.supportsNativeTextTracks=function(){return IS_ANY_SAFARI},Html5.supportsNativeVideoTracks=function(){return!(!Html5.TEST_VID||!Html5.TEST_VID.videoTracks)},Html5.supportsNativeAudioTracks=function(){return!(!Html5.TEST_VID||!Html5.TEST_VID.audioTracks)},Html5.Events=["loadstart","suspend","abort","error","emptied","stalled","loadedmetadata","loadeddata","canplay","canplaythrough","playing","waiting","seeking","seeked","ended","durationchange","timeupdate","progress","play","pause","ratechange","resize","volumechange"],Html5.prototype.featuresVolumeControl=Html5.canControlVolume(),Html5.prototype.featuresMuteControl=Html5.canControlMute(),Html5.prototype.featuresPlaybackRate=Html5.canControlPlaybackRate(),Html5.prototype.movingMediaElementInDOM=!IS_IOS,Html5.prototype.featuresFullscreenResize=!0,Html5.prototype.featuresProgressEvents=!0,Html5.prototype.featuresTimeupdateEvents=!0,Html5.prototype.featuresNativeTextTracks=Html5.supportsNativeTextTracks(),Html5.prototype.featuresNativeVideoTracks=Html5.supportsNativeVideoTracks(),Html5.prototype.featuresNativeAudioTracks=Html5.supportsNativeAudioTracks();var canPlayType=Html5.TEST_VID&&Html5.TEST_VID.constructor.prototype.canPlayType,mpegurlRE=/^application\/(?:x-|vnd\.apple\.)mpegurl/i,mp4RE=/^video\/mp4/i;Html5.patchCanPlayType=function(){ANDROID_VERSION>=4&&!IS_FIREFOX?Html5.TEST_VID.constructor.prototype.canPlayType=function(r){return r&&mpegurlRE.test(r)?"maybe":canPlayType.call(this,r)}:IS_OLD_ANDROID&&(Html5.TEST_VID.constructor.prototype.canPlayType=function(r){return r&&mp4RE.test(r)?"maybe":canPlayType.call(this,r)})},Html5.unpatchCanPlayType=function(){var r=Html5.TEST_VID.constructor.prototype.canPlayType;return Html5.TEST_VID.constructor.prototype.canPlayType=canPlayType,r},Html5.patchCanPlayType(),Html5.disposeMediaElement=function(r){if(r){for(r.parentNode&&r.parentNode.removeChild(r);r.hasChildNodes();)r.removeChild(r.firstChild);r.removeAttribute("src"),typeof r.load=="function"&&function(){try{r.load()}catch(t){}}()}},Html5.resetMediaElement=function(r){if(r){for(var t=r.querySelectorAll("source"),e=t.length;e--;)r.removeChild(t[e]);r.removeAttribute("src"),typeof r.load=="function"&&function(){try{r.load()}catch(n){}}()}},["muted","defaultMuted","autoplay","controls","loop","playsinline"].forEach(function(r){Html5.prototype[r]=function(){return this.el_[r]||this.el_.hasAttribute(r)}}),["muted","defaultMuted","autoplay","loop","playsinline"].forEach(function(r){Html5.prototype["set"+toTitleCase(r)]=function(t){this.el_[r]=t,t?this.el_.setAttribute(r,r):this.el_.removeAttribute(r)}}),["paused","currentTime","buffered","volume","poster","preload","error","seeking","seekable","ended","playbackRate","defaultPlaybackRate","played","networkState","readyState","videoWidth","videoHeight"].forEach(function(r){Html5.prototype[r]=function(){return this.el_[r]}}),["volume","src","poster","preload","playbackRate","defaultPlaybackRate"].forEach(function(r){Html5.prototype["set"+toTitleCase(r)]=function(t){r==="src"&&this.player_&&this.player_.trigger&&this.player_.trigger({type:"debug",data:{message:"debug === 播放地址直传 video: "+t}}),this.el_[r]=t}}),["pause","load","play"].forEach(function(r){Html5.prototype[r]=function(){return this.el_[r]()}}),Tech.withSourceHandlers(Html5),Html5.nativeSourceHandler={},Html5.nativeSourceHandler.canPlayType=function(r){setTimeout(function(){},2e3);try{return r==="video/m3u8"?"maybe":Html5.TEST_VID.canPlayType(r)}catch(t){return""}},Html5.nativeSourceHandler.canHandleSource=function(r,t){if(r.type)return Html5.nativeSourceHandler.canPlayType(r.type);if(r.src){var e=getFileExtension(r.src);return Html5.nativeSourceHandler.canPlayType("video/"+e)}return""},Html5.nativeSourceHandler.handleSource=function(r,t,e){t.setSrc(r.src)},Html5.nativeSourceHandler.dispose=function(){},Html5.registerSourceHandler(Html5.nativeSourceHandler),Tech.registerTech("Html5",Html5);var _templateObject$1=taggedTemplateLiteralLoose(["\n Using the tech directly can be dangerous. I hope you know what you're doing.\n See https://github.com/videojs/video.js/issues/2617 for more info.\n "],["\n Using the tech directly can be dangerous. I hope you know what you're doing.\n See https://github.com/videojs/video.js/issues/2617 for more info.\n "]),preventScroll=function(r){r.preventDefault()},TECH_EVENTS_RETRIGGER=["progress","abort","suspend","emptied","stalled","loadedmetadata","loadeddata","timeupdate","ratechange","resize","volumechange","texttrackchange"],Player=function(r){function t(e,n,s){if(classCallCheck(this,t),e.id=e.id||"vjs_video_"+newGUID(),n=assign(t.getTagSettings(e),n),n.initChildren=!1,n.createEl=!1,n.evented=!1,n.reportTouchActivity=!1,!n.language)if(typeof e.closest=="function"){var a=e.closest("[lang]");a&&a.getAttribute&&(n.language=a.getAttribute("lang"))}else for(var l=e;l&&l.nodeType===1;){if(getAttributes(l).hasOwnProperty("lang")){n.language=l.getAttribute("lang");break}l=l.parentNode}var u=possibleConstructorReturn(this,r.call(this,null,n,s));if(u.isReady_=!1,u.hasStarted_=!1,u.userActive_=!1,!u.options_||!u.options_.techOrder||!u.options_.techOrder.length)throw new Error("No techOrder specified. Did you overwrite videojs.options instead of just changing the properties you want to override?");if(u.tag=e,u.tagAttributes=e&&getAttributes(e),u.language(u.options_.language),n.languages){var d={};Object.getOwnPropertyNames(n.languages).forEach(function(g){d[g.toLowerCase()]=n.languages[g]}),u.languages_=d}else u.languages_=t.prototype.options_.languages;u.cache_={},u.poster_=n.poster||"",u.controls_=!!n.controls,u.cache_.lastVolume=1,e.controls=!1,e.removeAttribute("controls"),n.controlBar&&n.controlBar.fullscreenRotate&&(u.conW=window_1.innerWidth||document_1.documentElement.clientWidth||document_1.body.clientWidth,u.conH=window_1.innerHeight||document_1.documentElement.clientHeight||document_1.body.clientHeight,u.currentDirection="portrait",u.lastDirection="portrait",u.recordDirection()),u.scrubbing_=!1,u.textTrackCleared_=!1,u.el_=u.createEl(),evented(u,{eventBusKey:"el_"});var h=mergeOptions(u.options_);if(n.plugins){var p=n.plugins;Object.keys(p).forEach(function(g){if(typeof this[g]!="function")throw new Error('plugin "'+g+'" does not exist');this[g](p[g])},u)}return u.options_.playerOptions=h,u.middleware_=[],u.initChildren(),u.isAudio(e.nodeName.toLowerCase()==="audio"),u.controls()?u.addClass("vjs-controls-enabled"):u.addClass("vjs-controls-disabled"),u.el_.setAttribute("role","region"),u.isAudio()?u.el_.setAttribute("aria-label",u.localize("Audio Player")):u.el_.setAttribute("aria-label",u.localize("Video Player")),u.isAudio()&&u.addClass("vjs-audio"),u.flexNotSupported_()&&u.addClass("vjs-no-flex"),IS_IOS||IS_ANDROID||u.addClass("vjs-workinghover"),t.players[u.id_]=u,u.userActive(!0),u.reportUserActivity(),u.listenForUserActivity_(),u.on("fullscreenchange",u.handleFullscreenChange_),u.on("stageclick",u.handleStageClick_),u.changingSrc_=!1,u.playWaitingForReady_=!1,u.playOnLoadstart_=null,u.forceAutoplayInChrome_(),u}return inherits(t,r),t.prototype.recordDirection=function(){var e=this,n=this;this.currentDirection="portrait",this.lastDirection="portrait";var s="onorientationchange"in window_1?"orientationchange":"resize";window_1.addEventListener(s,function(){window_1.orientation==0||window_1.orientation==180?(n.lastDirection=n.currentDirection.slice(),n.currentDirection="portrait"):(n.lastDirection=n.currentDirection.slice(),n.currentDirection="landscape"),e.screenRotated&&(n.lastDirection==="portrait"&&e.currentDirection==="landscape"&&n.landscapeForOrientation(),n.lastDirection==="landscape"&&e.currentDirection==="portrait"&&n.portrait(!0)),e.screenRotated||(n.lastDirection==="portrait"&&e.currentDirection==="landscape"&&n.landscapeForOrientation(),n.lastDirection==="landscape"&&e.currentDirection==="portrait"&&n.portrait(!0)),n.trigger("directionchanged")},!1)},t.prototype.requestRotatescreen=function(){var e=this;return e.screenRotated?(e.exitRotatescreen(),!1):e.currentDirection!=="landscape"||e.screenRotated?(e.el_.style.width="100vw",e.el_.style.height="100%",e.el_.style.position="fixed",e.el_.style.zIndex="999",e.el_.style.top="0",document_1.body.style.overflowY="hidden",document_1.addEventListener("touchmove",preventScroll,{passive:!1}),void e.landscape()):(e.portrait(),!1)},t.prototype.portrait=function(){var e=this;e.screenRotated=!1,e.el_.removeAttribute("style")},t.prototype.landscapeForOrientation=function(){var e=this;e.portrait(),setTimeout(function(){var n=window_1.innerHeight||document_1.documentElement.clientHeight||document_1.body.clientHeight;e.el_.style.transform="rotate(0deg)",e.el_.style.width="100vw",e.el_.style.height=n+"px",e.el_.style["transform-origin"]="center center",e.el_.style["-webkit-transform-origin"]="center center"},150)},t.prototype.landscape=function(){var e=this;e.screenRotated=!0,e.el_.style.transform="rotate(90deg) translate("+(e.conH-e.conW)/2+"px,"+(e.conH-e.conW)/2+"px)",e.el_.style.width=e.conH+"px",e.el_.style.height=e.conW+"px",e.el_.style["transform-origin"]="center center",e.el_.style["-webkit-transform-origin"]="center center"},t.prototype.exitRotatescreen=function(){this.el_.removeAttribute("style"),document_1.removeEventListener("touchmove",preventScroll,{passive:!1}),document_1.body.style.overflowY="",this.screenRotated=!1,this.portrait(!0)},t.prototype.dispose=function(){if(!this.el_)return!1;this.trigger("dispose"),this.off("dispose"),this.styleEl_&&this.styleEl_.parentNode&&(this.styleEl_.parentNode.removeChild(this.styleEl_),this.styleEl_=null),t.players[this.id_]=null,this.tag&&this.tag.player&&(this.tag.player=null),this.el_&&this.el_.player&&(this.el_.player=null),this.tech_&&this.tech_.dispose(),this.playerElIngest_&&(this.playerElIngest_=null),this.tag&&(this.tag=null),r.prototype.dispose.call(this)},t.prototype.createEl=function(){var e=this.tag,n=void 0,s=this.playerElIngest_=e.parentNode&&e.parentNode.hasAttribute&&e.parentNode.hasAttribute("data-vjs-player"),a=this.tag.tagName.toLowerCase()==="video-js";s?n=this.el_=e.parentNode:a||(n=this.el_=r.prototype.createEl.call(this,"div"));var l=getAttributes(e);if(a){for(n=this.el_=e,e=this.tag=document_1.createElement("video");n.children.length;)e.appendChild(n.firstChild);hasClass(n,"video-js")||addClass(n,"video-js"),n.appendChild(e),s=this.playerElIngest_=n}if(e.setAttribute("tabindex","-1"),e.removeAttribute("width"),e.removeAttribute("height"),Object.getOwnPropertyNames(l).forEach(function(m){m==="class"?(n.className+=" "+l[m],a&&(e.className+=" "+l[m])):(n.setAttribute(m,l[m]),a&&e.setAttribute(m,l[m]))}),e.playerId=e.id,e.id+="_html5_api",e.className="vjs-tech",e.player=n.player=this,this.addClass("vjs-paused"),window_1.VIDEOJS_NO_DYNAMIC_STYLE!==!0){this.styleEl_=createStyleElement("vjs-styles-dimensions");var u=$(".vjs-styles-defaults"),d=$("head");d.insertBefore(this.styleEl_,u?u.nextSibling:d.firstChild)}this.width(this.options_.width),this.height(this.options_.height),this.fluid(this.options_.fluid),this.aspectRatio(this.options_.aspectRatio);for(var h=e.getElementsByTagName("a"),p=0;p<h.length;p++){var g=h.item(p);addClass(g,"vjs-hidden"),g.setAttribute("hidden","hidden")}return e.initNetworkState_=e.networkState,e.parentNode&&!s&&e.parentNode.insertBefore(n,e),prependTo(e,n),this.children_.unshift(e),this.el_.setAttribute("lang",this.language_),this.el_=n,n},t.prototype.width=function(e,n){return this.dimension("width",e,n)},t.prototype.height=function(e,n){return this.dimension("height",e,n)},t.prototype.dimension=function(e,n,s){var a=e+"_";if(n===void 0)return this[a]||0;if(n==="")return this[a]=void 0,void this.updateStyleEl_();var l=parseFloat(n);if(isNaN(l))return void log$2.error('Improper value "'+n+'" supplied for for '+e);this[a]=l,this.updateStyleEl_(),this.isReady_&&!s&&this.trigger("playerresize")},t.prototype.fluid=function(e){if(e===void 0)return!!this.fluid_;this.fluid_=!!e,e?this.addClass("vjs-fluid"):this.removeClass("vjs-fluid"),this.updateStyleEl_()},t.prototype.aspectRatio=function(e){if(e===void 0)return this.aspectRatio_;if(!/^\d+\:\d+$/.test(e))throw new Error("Improper value supplied for aspect ratio. The format should be width:height, for example 16:9.");this.aspectRatio_=e,this.fluid(!0),this.updateStyleEl_()},t.prototype.updateStyleEl_=function(){if(window_1.VIDEOJS_NO_DYNAMIC_STYLE===!0){var e=typeof this.width_=="number"?this.width_:this.options_.width,n=typeof this.height_=="number"?this.height_:this.options_.height,s=this.tech_&&this.tech_.el();return void(s&&(e>=0&&(s.width=e),n>=0&&(s.height=n)))}var a=void 0,l=void 0,u=void 0,d=void 0;u=this.aspectRatio_!==void 0&&this.aspectRatio_!=="auto"?this.aspectRatio_:this.videoWidth()>0?this.videoWidth()+":"+this.videoHeight():"16:9";var h=u.split(":"),p=h[1]/h[0];a=this.width_!==void 0?this.width_:this.height_!==void 0?this.height_/p:this.videoWidth()||300,l=this.height_!==void 0?this.height_:a*p,d=/^[^a-zA-Z]/.test(this.id())?"dimensions-"+this.id():this.id()+"-dimensions",this.addClass(d),setTextContent(this.styleEl_,"\n ."+d+" {\n width: "+a+"px;\n height: "+l+"px;\n }\n\n ."+d+".vjs-fluid {\n padding-top: "+100*p+"%;\n }\n ")},t.prototype.loadTech_=function(e,n){var s=this;this.tech_&&this.unloadTech_();var a=toTitleCase(e),l=e.charAt(0).toLowerCase()+e.slice(1);a!=="Html5"&&this.tag&&(Tech.getTech("Html5").disposeMediaElement(this.tag),this.tag.player=null,this.tag=null),this.techName_=a,this.isReady_=!1;var u={source:n,nativeControlsForTouch:this.options_.nativeControlsForTouch,playerId:this.id(),techId:this.id()+"_"+a+"_api",autoplay:this.options_.autoplay,playsinline:this.options_.playsinline,preload:this.options_.preload,loop:this.options_.loop,muted:this.options_.muted,poster:this.poster(),language:this.language(),playerElIngest:this.playerElIngest_||!1,"vtt.js":this.options_["vtt.js"],swf:this.options_.swf,hlsConfig:this.options_.hlsConfig,dashConfig:this.options_.dashConfig,flvConfig:this.options_.flvConfig,webrtcConfig:this.options_.webrtcConfig,xp2pConfig:this.options_.xp2pConfig};ALL.names.forEach(function(h){var p=ALL[h];u[p.getterName]=s[p.privateName]}),assign(u,this.options_[a]),assign(u,this.options_[l]),assign(u,this.options_[e.toLowerCase()]),this.tag&&(u.tag=this.tag),n&&n.src===this.cache_.src&&this.cache_.currentTime>0&&(u.startTime=this.cache_.currentTime);var d=Tech.getTech(e);if(!d)throw new Error("No Tech named '"+a+"' exists! '"+a+"' should be registered using videojs.registerTech()'");this.tech_=new d(this,u),this.tech_.ready(bind(this,this.handleTechReady_),!0),textTrackConverter.jsonToTextTracks(this.textTracksJson_||[],this.tech_),TECH_EVENTS_RETRIGGER.forEach(function(h){s.on(s.tech_,h,s["handleTech"+toTitleCase(h)+"_"])}),this.on(this.tech_,"loadstart",this.handleTechLoadStart_),this.on(this.tech_,"waiting",this.handleTechWaiting_),this.on(this.tech_,"canplay",this.handleTechCanPlay_),this.on(this.tech_,"canplaythrough",this.handleTechCanPlayThrough_),this.on(this.tech_,"playing",this.handleTechPlaying_),this.on(this.tech_,"ended",this.handleTechEnded_),this.on(this.tech_,"seeking",this.handleTechSeeking_),this.on(this.tech_,"seeked",this.handleTechSeeked_),this.on(this.tech_,"play",this.handleTechPlay_),this.on(this.tech_,"firstplay",this.handleTechFirstPlay_),this.on(this.tech_,"pause",this.handleTechPause_),this.on(this.tech_,"durationchange",this.handleTechDurationChange_),this.on(this.tech_,"fullscreenchange",this.handleTechFullscreenChange_),this.on(this.tech_,"error",this.handleTechError_),this.on(this.tech_,"loadedmetadata",this.updateStyleEl_),this.on(this.tech_,"posterchange",this.handleTechPosterChange_),this.on(this.tech_,"textdata",this.handleTechTextData_),this.on(this.tech_,"x5videoexitfullscreen",this.handleX5ExitFullscreen_),this.usingNativeControls(this.techGet_("controls")),this.controls()&&!this.usingNativeControls()&&this.addTechControlsListeners_(),this.tech_.el().parentNode===this.el()||a==="Html5"&&this.tag||prependTo(this.tech_.el(),this.el()),this.tag&&(this.tag.player=null,this.tag=null)},t.prototype.unloadTech_=function(){var e=this;ALL.names.forEach(function(n){var s=ALL[n];e[s.privateName]=e[s.getterName]()}),this.textTracksJson_=textTrackConverter.textTracksToJson(this.tech_),this.isReady_=!1,this.tech_.dispose(),this.tech_=!1},t.prototype.tech=function(e){return e===void 0&&log$2.warn(tsml(_templateObject$1)),this.tech_},t.prototype.addTechControlsListeners_=function(){this.tech_&&(this.removeTechControlsListeners_(),this.on(this.tech_,"mousedown",this.handleTechClick_),this.on(this.tech_,"touchstart",this.handleTechTouchStart_),this.on(this.tech_,"touchmove",this.handleTechTouchMove_),this.on(this.tech_,"touchend",this.handleTechTouchEnd_),this.on(this.tech_,"tap",this.handleTechTap_))},t.prototype.removeTechControlsListeners_=function(){this.tech_&&(this.off(this.tech_,"tap",this.handleTechTap_),this.off(this.tech_,"touchstart",this.handleTechTouchStart_),this.off(this.tech_,"touchmove",this.handleTechTouchMove_),this.off(this.tech_,"touchend",this.handleTechTouchEnd_),this.off(this.tech_,"mousedown",this.handleTechClick_))},t.prototype.handleTechReady_=function(){if(this.triggerReady(),this.cache_.volume&&this.techCall_("setVolume",this.cache_.volume),this.handleTechPosterChange_(),this.handleTechDurationChange_(),(this.src()||this.currentSrc())&&this.tag&&this.options_.autoplay&&this.paused())try{delete this.tag.poster}catch(e){log$2("deleting tag.poster throws in some browsers",e)}},t.prototype.handleTechLoadStart_=function(){this.removeClass("vjs-ended"),this.removeClass("vjs-seeking"),this.licenseCheckFailed||this.error(null),this.paused()?(this.hasStarted(!1),this.trigger("loadstart")):(this.trigger("loadstart"),this.trigger("firstplay"))},t.prototype.hasStarted=function(e){if(e===void 0)return this.hasStarted_;e!==this.hasStarted_&&(this.hasStarted_=e,this.hasStarted_?(this.addClass("vjs-has-started"),this.trigger("firstplay")):this.removeClass("vjs-has-started"))},t.prototype.handleTechPlay_=function(){this.removeClass("vjs-ended"),this.removeClass("vjs-paused"),this.addClass("vjs-playing"),this.hasStarted(!0),this.trigger("play")},t.prototype.handleTechWaiting_=function(){var e=this;this.addClass("vjs-waiting"),this.trigger("waiting"),this.one("timeupdate",function(){return e.removeClass("vjs-waiting")})},t.prototype.handleTechCanPlay_=function(){this.removeClass("vjs-waiting"),this.trigger("canplay")},t.prototype.handleTechCanPlayThrough_=function(){this.removeClass("vjs-waiting"),this.trigger("canplaythrough")},t.prototype.handleTechPlaying_=function(){this.removeClass("vjs-waiting"),this.trigger("playing")},t.prototype.handleTechSeeking_=function(){this.addClass("vjs-seeking"),this.trigger("seeking")},t.prototype.handleTechSeeked_=function(){this.removeClass("vjs-seeking"),this.trigger("seeked")},t.prototype.handleTechFirstPlay_=function(){this.options_.starttime&&(log$2.warn("Passing the `starttime` option to the player will be deprecated in 6.0"),this.currentTime(this.options_.starttime)),this.addClass("vjs-has-started"),this.trigger("firstplay")},t.prototype.handleTechPause_=function(){this.removeClass("vjs-playing"),this.addClass("vjs-paused"),this.trigger("pause")},t.prototype.handleTechEnded_=function(){this.addClass("vjs-ended"),this.options_.loop?(this.currentTime(0),this.play()):this.paused()||this.pause(),this.trigger("ended")},t.prototype.handleTechDurationChange_=function(){this.duration(this.techGet_("duration"))},t.prototype.handleTechClick_=function(e){isSingleLeftClick(e)&&this.controls_&&(this.paused()?this.play():this.pause())},t.prototype.handleTechTap_=function(){this.userActive(!this.userActive())},t.prototype.handleTechTouchStart_=function(){this.userWasActive=this.userActive()},t.prototype.handleTechTouchMove_=function(){this.userWasActive&&this.reportUserActivity()},t.prototype.handleTechTouchEnd_=function(e){e.preventDefault()},t.prototype.handleFullscreenChange_=function(){IS_IOS||(this.isFullscreen()?this.addClass("vjs-fullscreen"):this.removeClass("vjs-fullscreen"))},t.prototype.handleStageClick_=function(){this.reportUserActivity()},t.prototype.toggleFullscreenClass_=function(){IS_IOS||(this.isFullscreen()?this.addClass("vjs-fullscreen"):this.removeClass("vjs-fullscreen"))},t.prototype.documentFullscreenChange_=function(e){var n=FullscreenApi;this.isFullscreen(document_1[n.fullscreenElement]),this.isFullscreen()===!1&&off(document_1,n.fullscreenchange,bind(this,this.documentFullscreenChange_)),prefixedAPI||this.trigger("fullscreenchange")},t.prototype.handleTechFullscreenChange_=function(e,n){n&&this.isFullscreen(n.isFullscreen),this.trigger("fullscreenchange")},t.prototype.handleTechError_=function(){var e=this.tech_.error();this.error(e)},t.prototype.handleTechTextData_=function(){var e=null;arguments.length>1&&(e=arguments[1]),this.trigger("textdata",e)},t.prototype.handleX5ExitFullscreen_=function(){this.removeClass("vjs-fullscreen"),this.isFullscreen_=!this.isFullscreen_},t.prototype.getCache=function(){return this.cache_},t.prototype.techCall_=function(e,n){this.ready(function(){if(e in allowedSetters)return set$1(this.middleware_,this.tech_,e,n);try{this.tech_&&this.tech_[e](n)}catch(s){throw log$2(s),s}},!0)},t.prototype.techGet_=function(e){if(this.tech_&&this.tech_.isReady_){if(e in allowedGetters)return get$3(this.middleware_,this.tech_,e);try{return this.tech_[e]()}catch(n){throw this.tech_[e]===void 0?(log$2("Video.js: "+e+" method not defined for "+this.techName_+" playback technology.",n),n):n.name==="TypeError"?(log$2("Video.js: "+e+" unavailable on "+this.techName_+" playback technology element.",n),this.tech_.isReady_=!1,n):(log$2(n),n)}}},t.prototype.play=function(){var e=this;if(this.fatalError)return!1;if(this.playOnLoadstart_&&this.off("loadstart",this.playOnLoadstart_),this.isReady_){if(!this.changingSrc_&&(this.src()||this.currentSrc()))return this.techGet_("play");this.playOnLoadstart_=function(){e.playOnLoadstart_=null,silencePromise(e.play())},this.one("loadstart",this.playOnLoadstart_)}else{if(this.playWaitingForReady_)return;this.playWaitingForReady_=!0,this.ready(function(){e.playWaitingForReady_=!1,silencePromise(e.play())})}},t.prototype.pause=function(){this.techCall_("pause")},t.prototype.paused=function(){return this.techGet_("paused")!==!1},t.prototype.played=function(){return this.techGet_("played")||createTimeRanges(0,0)},t.prototype.scrubbing=function(e){if(e===void 0)return this.scrubbing_;this.scrubbing_=!!e,e?this.addClass("vjs-scrubbing"):this.removeClass("vjs-scrubbing")},t.prototype.currentTime=function(e){if(e!==void 0)return e<0&&(e=0),void this.techCall_("setCurrentTime",e);try{return this.cache_.currentTime=this.techGet_("currentTime")||0,this.cache_.currentTime}catch(n){return 0}},t.prototype.currentPDT=function(e){if(!this.plugins||!this.plugins.pdt)return"";var n=get_1(this,"tech_.hlsProvider.hls.playingDate");if(!n)return"";var s=new Date(n).getTime();if(e){var a=this.currentTime(),l=e-s;return this.currentTime(a+l/1e3),!1}return s},t.prototype.duration=function(e){if(get_1(this,"options_.plugins.Dvr.mode")==="event"&&this.cache_.src&&this.cache_.src.indexOf("tsEventmode=on")>-1){var n=get_1(this,"tech_.hlsProvider.hls.levels[0].details.totalduration");n&&(this.cache_.duration=n),this.cache_.duration&&this.removeClass("vjs-live")}if(e===void 0)return this.cache_.duration!==void 0?this.cache_.duration:NaN;e=parseFloat(e),e<=0&&(e=1/0),e!==this.cache_.duration&&(this.cache_.duration=e,e===1/0?this.addClass("vjs-live"):this.removeClass("vjs-live"),this.trigger("durationchange"))},t.prototype.remainingTime=function(){return this.duration()-this.currentTime()},t.prototype.remainingTimeDisplay=function(){return Math.floor(this.duration())-Math.floor(this.currentTime())},t.prototype.buffered=function(){var e=this.techGet_("buffered");return e&&e.length||(e=createTimeRanges(0,0)),e},t.prototype.bufferedPercent=function(){return bufferedPercent(this.buffered(),this.duration())},t.prototype.bufferedEnd=function(){var e=this.buffered(),n=this.duration(),s=e.end(e.length-1);return s>n&&(s=n),s},t.prototype.volume=function(e){var n=void 0;return e!==void 0?(n=Math.max(0,Math.min(1,parseFloat(e))),this.cache_.volume=n,this.techCall_("setVolume",n),void(n>0?(this.muted(!1),this.lastVolume_(n)):this.muted(!0))):(n=parseFloat(this.techGet_("volume")),isNaN(n)?1:n)},t.prototype.muted=function(e){return e!==void 0?void this.techCall_("setMuted",e):this.techGet_("muted")||!1},t.prototype.defaultMuted=function(e){return e!==void 0?this.techCall_("setDefaultMuted",e):this.techGet_("defaultMuted")||!1},t.prototype.lastVolume_=function(e){return e!==void 0&&e!==0?void(this.cache_.lastVolume=e):this.cache_.lastVolume},t.prototype.supportsFullScreen=function(){return this.techGet_("supportsFullScreen")||!1},t.prototype.isFullscreen=function(e){return e!==void 0?(this.isFullscreen_=!!e,void this.toggleFullscreenClass_()):!!this.isFullscreen_},t.prototype.requestFullscreen=function(){var e=FullscreenApi;if(this.isFullscreen(!0),this.options_.fakeFullscreen){var n=this;return(IS_IOS||IS_ANDROID)&&n.forceFixSubtitlesFont(),IS_IOS?(n.el_.style.width="100vw",n.el_.style.height="100%",n.el_.style.position="fixed",n.el_.style.zIndex="999",n.el_.style.top="0",document_1.body.style.overflowY="hidden",document_1.addEventListener("touchmove",preventScroll,{passive:!1}),this.trigger("fullscreenchange")):(this.enterFullWindow(),this.trigger("fullscreenchange")),!1}e.requestFullscreen?(on(document_1,e.fullscreenchange,bind(this,this.documentFullscreenChange_)),this.el_[e.requestFullscreen]()):this.tech_.supportsFullScreen()?this.techCall_("enterFullScreen"):(this.enterFullWindow(),this.trigger("fullscreenchange"))},t.prototype.exitFullscreen=function(){var e=FullscreenApi;if(this.isFullscreen(!1),this.options_.fakeFullscreen)return(IS_IOS||IS_ANDROID)&&this.releaseSubtitlesFont(),IS_IOS?(this.el_.removeAttribute("style"),document_1.removeEventListener("touchmove",preventScroll,{passive:!1}),document_1.body.style.overflowY="",this.trigger("fullscreenchange")):(this.exitFullWindow(),this.trigger("fullscreenchange")),!1;e.requestFullscreen?document_1[e.exitFullscreen]():this.tech_.supportsFullScreen()?this.techCall_("exitFullScreen"):(this.exitFullWindow(),this.trigger("fullscreenchange"))},t.prototype.forceFixSubtitlesFont=function(){loadCssText("tcp_force_fix_font","\n .vjs-text-track-display div div {\n font: "+(get_1(this.getChild("textTrackDisplay").el_,"children[0].children[0].style.font")||"10px sans-serif")+"!important;\n }\n ")},t.prototype.releaseSubtitlesFont=function(e){var n=get_1(this.getChild("textTrackDisplay").el_,"children[0].children[0]");n&&(n.style.display="none"),e&&setTimeout(function(){releaseCssText("tcp_force_fix_font")},1e3)},t.prototype.enterFullWindow=function(){this.isFullWindow=!0,this.docOrigOverflow=document_1.documentElement.style.overflow,on(document_1,"keydown",bind(this,this.fullWindowOnEscKey)),document_1.documentElement.style.overflow="hidden",addClass(document_1.body,"vjs-full-window"),this.trigger("enterFullWindow")},t.prototype.fullWindowOnEscKey=function(e){e.keyCode===27&&(this.isFullscreen()===!0?this.exitFullscreen():this.exitFullWindow())},t.prototype.exitFullWindow=function(){this.isFullWindow=!1,off(document_1,"keydown",this.fullWindowOnEscKey),document_1.documentElement.style.overflow=this.docOrigOverflow,removeClass(document_1.body,"vjs-full-window"),this.trigger("exitFullWindow")},t.prototype.canPlayType=function(e){for(var n=void 0,s=0,a=this.options_.techOrder;s<a.length;s++){var l=a[s],u=Tech.getTech(l);if(u||(u=Component.getComponent(l)),u){if(u.isSupported()&&(n=u.canPlayType(e)))return n}else log$2.error('The "'+l+'" tech is undefined. Skipped browser support check for that tech.')}return""},t.prototype.selectSource=function(e){var n=this,s=this.options_.techOrder.map(function(u){return[u,Tech.getTech(u)]}).filter(function(u){var d=u[0],h=u[1];return h?h.isSupported():(log$2.error('The "'+d+'" tech is undefined. Skipped browser support check for that tech.'),!1)}),a=function(u,d,h){var p=void 0;return u.some(function(g){return d.some(function(m){if(p=h(g,m))return!0})}),p},l=function(u,d){var h=u[0];if(u[1].canPlaySource(d,n.options_[h.toLowerCase()]))return{source:d,tech:h}};return(this.options_.sourceOrder?a(e,s,function(u){return function(d,h){return u(h,d)}}(l)):a(s,e,l))||!1},t.prototype.src=function(e){var n=this;if(e===void 0)return this.cache_.src||this.techGet_("src");var s=filterSource(e);if(s&&s[0]&&s[0].src&&isWebrtcUrl(s[0].src)&&!isWebRTCSupported()){if(this.options_.webrtcConfig&&this.options_.webrtcConfig.fallbackUrl)s[0].src=this.options_.webrtcConfig.fallbackUrl;else{var a=convertProtocol(s[0].src);s[0].src=a&&a[0]||s[0].src}this.setTimeout(function(){n.trigger({type:"webrtcfallback",data:{target:s[0].src}})},0)}if(!s.length)return void this.setTimeout(function(){this.error({code:4,message:this.localize(this.options_.notSupportedMessage)})},0);if(this.options_&&this.options_.hlsConfig&&(this.options_.hlsConfig.disable||this.options_.hlsConfig.skipHlsJs)&&s.map(function(u){u.skipHlsJs=!0}),this.cache_.source&&isWebrtcUrl(this.cache_.source.src)&&isWebrtcUrl(s[0].src)&&this.cache_.source.src!==s[0].src){var l=this.tech_.webrtcProvider;if(l&&l.webrtcPlayer&&l.webrtcPlayer.switchStream)return this.tech_.webrtcProvider.webrtcPlayer.switchStream(s[0].src),this.cache_.sources=s,this.cache_.source=s[0],!1}this.lastSource=this.cache_.sources&&JSON.parse(JSON.stringify(this.cache_.sources)),this.cache_.sources=s,this.changingSrc_=!0,this.cache_.source=s[0],this.lastSource&&!get_1(this,"options_.fileID")&&get_1(this,"options_.plugins.ContinuePlay")&&setTimeout(function(){n.ContinuePlay().init(n.cache_.source)},0);try{this.cache_.source&&!isWebrtcUrl(this.cache_.source.src)&&this.options_.autoplay&&setTimeout(function(){var u=n.play&&n.play();isPromise(u)&&u.then().catch(function(){n.trigger("blocked")})},1e3)}catch(u){}setSource(this,s[0],function(u,d){if(n.middleware_=d,n.src_(u)){if(s.length>1){var h=s.slice(1),p=h[0].qualityLabelList;return p&&n.QualitySwitcher().setOptions({qualityLabelList:{video:p.slice(1)}}),n.src(h)}return n.setTimeout(function(){this.error({code:4,message:this.localize(this.options_.notSupportedMessage)})},0),void n.triggerReady()}n.changingSrc_=!1,n.cache_.src=u.src,setTech(d,n.tech_)})},t.prototype.src_=function(e){var n=this.selectSource([e]);return!n||(window_1.performance&&typeof window_1.performance.mark=="function"&&window_1.performance.mark("firstFrameStart"),titleCaseEquals(n.tech,this.techName_)?(this.ready(function(){this.tech_.constructor.prototype.hasOwnProperty("setSource")?this.techCall_("setSource",e):this.techCall_("src",e.src),this.options_.preload==="auto"&&this.load()},!0),!1):(this.changingSrc_=!0,this.loadTech_(n.tech,n.source),!1))},t.prototype.load=function(){this.techCall_("load")},t.prototype.unload=function(e){e&&(this.fatalError=!0);try{this.pause(),this.tech_.hlsProvider&&this.tech_.hlsProvider.hls&&this.tech_.hlsProvider.hls.stopLoad(),this.tech_.flvProvider&&this.tech_.flvProvider.flv&&this.tech_.flvProvider.flv.unload(),this.tech_.webrtcProvider&&this.tech_.webrtcProvider.webrtcPlayer&&this.tech_.webrtcProvider.webrtcPlayer.stopPlay()}catch(n){}},t.prototype.reset=function(){this.loadTech_(this.options_.techOrder[0],null),this.techCall_("reset")},t.prototype.currentSources=function(){var e=this.currentSource(),n=[];return Object.keys(e).length!==0&&n.push(e),this.cache_.sources||n},t.prototype.currentSource=function(){return this.cache_.source||{}},t.prototype.currentSrc=function(){return this.currentSource()&&this.currentSource().src||""},t.prototype.currentType=function(){return this.currentSource()&&this.currentSource().type||""},t.prototype.preload=function(e){return e!==void 0?(this.techCall_("setPreload",e),void(this.options_.preload=e)):this.techGet_("preload")},t.prototype.autoplay=function(e){return e!==void 0?(this.techCall_("setAutoplay",e),this.options_.autoplay=e,void this.ready(this.forceAutoplayInChrome_)):this.techGet_("autoplay",e)},t.prototype.forceAutoplayInChrome_=function(){this.paused()&&(this.autoplay()||this.options_.autoplay)&&IS_CHROME&&!IS_ANDROID&&this.play()},t.prototype.playsinline=function(e){return e!==void 0?(this.techCall_("setPlaysinline",e),this.options_.playsinline=e,this):this.techGet_("playsinline")},t.prototype.loop=function(e){return e!==void 0?(this.techCall_("setLoop",e),void(this.options_.loop=e)):this.techGet_("loop")},t.prototype.poster=function(e){if(e===void 0)return this.poster_;e||(e=""),this.poster_=e,this.trigger("posterchange")},t.prototype.handleTechPosterChange_=function(){!this.poster_&&this.tech_&&this.tech_.poster&&(this.poster_=this.tech_.poster()||"",this.trigger("posterchange"))},t.prototype.controls=function(e){if(e===void 0)return!!this.controls_;e=!!e,this.controls_!==e&&(this.controls_=e,this.usingNativeControls()&&this.techCall_("setControls",e),this.controls_?(this.removeClass("vjs-controls-disabled"),this.addClass("vjs-controls-enabled"),this.trigger("controlsenabled"),this.usingNativeControls()||this.addTechControlsListeners_()):(this.removeClass("vjs-controls-enabled"),this.addClass("vjs-controls-disabled"),this.trigger("controlsdisabled"),this.usingNativeControls()||this.removeTechControlsListeners_()))},t.prototype.usingNativeControls=function(e){if(e===void 0)return!!this.usingNativeControls_;e=!!e,this.usingNativeControls_!==e&&(this.usingNativeControls_=e,this.usingNativeControls_?(this.addClass("vjs-using-native-controls"),this.trigger("usingnativecontrols")):(this.removeClass("vjs-using-native-controls"),this.trigger("usingcustomcontrols")))},t.prototype.error=function(e){return e===void 0?this.error_||null:e===null?(this.error_=e,this.removeClass("vjs-error"),void(this.errorDisplay&&this.errorDisplay.close())):(this.error_=new MediaError(e),this.addClass("vjs-error"),log$2.error("(CODE:"+this.error_.code+" "+MediaError.errorTypes[this.error_.code]+")",this.error_.message,this.error_),void this.trigger({type:"error",data:this.error_}))},t.prototype.reportUserActivity=function(e){this.userActivity_=!0},t.prototype.userActive=function(e){if(e===void 0)return this.userActive_;if((e=!!e)!==this.userActive_){if(this.userActive_=e,this.userActive_)return this.userActivity_=!0,this.removeClass("vjs-user-inactive"),this.addClass("vjs-user-active"),void this.trigger("useractive");this.tech_&&this.tech_.one("mousemove",function(n){n.stopPropagation(),n.preventDefault()}),this.userActivity_=!1,this.removeClass("vjs-user-active"),this.addClass("vjs-user-inactive"),this.trigger("userinactive")}},t.prototype.listenForUserActivity_=function(){var e=void 0,n=void 0,s=void 0,a=bind(this,this.reportUserActivity),l=function(p){p.screenX===n&&p.screenY===s||(n=p.screenX,s=p.screenY,a())},u=function(){a(),this.clearInterval(e),e=this.setInterval(a,250)},d=function(p){a(),this.clearInterval(e)};this.on("mousedown",u),this.on("mousemove",l),this.on("mouseup",d),this.on("keydown",a),this.on("keyup",a);var h=void 0;this.setInterval(function(){if(this.userActivity_){this.userActivity_=!1,this.userActive(!0),this.clearTimeout(h);var p=this.options_.inactivityTimeout;p<=0||(h=this.setTimeout(function(){this.userActivity_||this.userActive(!1)},p))}},250)},t.prototype.playbackRate=function(e){return e!==void 0?void this.techCall_("setPlaybackRate",e):this.tech_&&this.tech_.featuresPlaybackRate?this.techGet_("playbackRate"):1},t.prototype.defaultPlaybackRate=function(e){return e!==void 0?this.techCall_("setDefaultPlaybackRate",e):this.tech_&&this.tech_.featuresPlaybackRate?this.techGet_("defaultPlaybackRate"):1},t.prototype.isAudio=function(e){return e!==void 0?void(this.isAudio_=!!e):!!this.isAudio_},t.prototype.addTextTrack=function(e,n,s){if(this.tech_)return this.tech_.addTextTrack(e,n,s)},t.prototype.addRemoteTextTrack=function(e,n){if(IS_IOS&&!window_1.textTrackCleared_&&(window_1.textTrackCleared_=!0),this.tech_)return this.tech_.addRemoteTextTrack(e,n)},t.prototype.removeRemoteTextTrack=function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},n=e.track,s=n===void 0?arguments[0]:n;if(this.tech_)return this.tech_.removeRemoteTextTrack(s)},t.prototype.getVideoPlaybackQuality=function(){return this.techGet_("getVideoPlaybackQuality")},t.prototype.videoWidth=function(){return this.tech_&&this.tech_.videoWidth&&this.tech_.videoWidth()||0},t.prototype.videoHeight=function(){return this.tech_&&this.tech_.videoHeight&&this.tech_.videoHeight()||0},t.prototype.language=function(e){if(e===void 0)return this.language_;this.language_=String(e).toLowerCase()},t.prototype.languages=function(){return mergeOptions(t.prototype.options_.languages,this.languages_)},t.prototype.toJSON=function(){var e=mergeOptions(this.options_),n=e.tracks;e.tracks=[];for(var s=0;s<n.length;s++){var a=n[s];a=mergeOptions(a),a.player=void 0,e.tracks[s]=a}return e},t.prototype.createModal=function(e,n){var s=this;n=n||{},n.content=e||"";var a=new ModalDialog(this,n);return this.addChild(a),a.on("dispose",function(){s.removeChild(a)}),a.open(),a},t.getTagSettings=function(e){var n={sources:[],tracks:[]},s=getAttributes(e),a=s["data-setup"];if(hasClass(e,"vjs-fluid")&&(s.fluid=!0),a!==null){var l=tuple(a||"{}"),u=l[0],d=l[1];u&&log$2.error(u),assign(s,d)}if(assign(n,s),e.hasChildNodes())for(var h=e.childNodes,p=0,g=h.length;p<g;p++){var m=h[p],y=m.nodeName.toLowerCase();y==="source"?n.sources.push(getAttributes(m)):y==="track"&&n.tracks.push(getAttributes(m))}return n},t.prototype.flexNotSupported_=function(){var e=document_1.createElement("i");return!("flexBasis"in e.style||"webkitFlexBasis"in e.style||"mozFlexBasis"in e.style||"msFlexBasis"in e.style||"msFlexOrder"in e.style)},t}(Component);ALL.names.forEach(function(r){var t=ALL[r];Player.prototype[t.getterName]=function(){return this.tech_?this.tech_[t.getterName]():(this[t.privateName]=this[t.privateName]||new t.ListClass,this[t.privateName])}}),Player.players={};var navigator$1=window_1.navigator;Player.prototype.options_={techOrder:Tech.defaultTechOrder_,html5:{},flash:{},inactivityTimeout:2e3,playbackRates:[],children:["mediaLoader","mediaAsyncLoader","posterImage","textTrackDisplay","loadingSpinner","bigPlayButton","controlBar","errorDisplay","textTrackSettings","videoStatisticPanel"],language:navigator$1&&(navigator$1.languages&&navigator$1.languages[0]||navigator$1.userLanguage||navigator$1.language)||"en",languages:{},notSupportedMessage:"No compatible source was found for this media."},["ended","seeking","seekable","networkState","readyState"].forEach(function(r){Player.prototype[r]=function(){return this.techGet_(r)}}),TECH_EVENTS_RETRIGGER.forEach(function(r){Player.prototype["handleTech"+toTitleCase(r)+"_"]=function(){return this.trigger(r)}}),Component.registerComponent("Player",Player);var BASE_PLUGIN_NAME="plugin",PLUGIN_CACHE_KEY="activePlugins_",pluginStorage={},pluginExists=function(r){return pluginStorage.hasOwnProperty(r)},getPlugin=function(r){return pluginExists(r)?pluginStorage[r]:void 0},markPluginAsActive=function(r,t){r[PLUGIN_CACHE_KEY]=r[PLUGIN_CACHE_KEY]||{},r[PLUGIN_CACHE_KEY][t]=!0},triggerSetupEvent=function(r,t,e){var n=(e?"before":"")+"pluginsetup";r.trigger(n,t),r.trigger(n+":"+t.name,t)},createBasicPlugin=function(r,t){var e=function(){triggerSetupEvent(this,{name:r,plugin:t,instance:null},!0);var n=t.apply(this,arguments);return markPluginAsActive(this,r),triggerSetupEvent(this,{name:r,plugin:t,instance:n}),n};return Object.keys(t).forEach(function(n){e[n]=t[n]}),e},createPluginFactory=function(r,t){return t.prototype.name=r,function(){triggerSetupEvent(this,{name:r,plugin:t,instance:null},!0);for(var e=arguments.length,n=Array(e),s=0;s<e;s++)n[s]=arguments[s];var a=new(Function.prototype.bind.apply(t,[null].concat([this].concat(n))));return this[r]=function(){return a},triggerSetupEvent(this,a.getEventHash()),a}},Plugin=function(){function r(t){if(classCallCheck(this,r),this.constructor===r)throw new Error("Plugin must be sub-classed; not directly instantiated.");this.player=t,evented(this),delete this.trigger,stateful(this,this.constructor.defaultState),markPluginAsActive(t,this.name),this.dispose=bind(this,this.dispose),t.on("dispose",this.dispose)}return r.prototype.version=function(){return this.constructor.VERSION},r.prototype.getEventHash=function(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};return t.name=this.name,t.plugin=this.constructor,t.instance=this,t},r.prototype.trigger=function(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return trigger(this.eventBusEl_,t,this.getEventHash(e))},r.prototype.handleStateChanged=function(t){},r.prototype.dispose=function(){var t=this.name,e=this.player;this.trigger("dispose"),this.off(),e.off("dispose",this.dispose),e[PLUGIN_CACHE_KEY][t]=!1,this.player=this.state=null,e[t]=createPluginFactory(t,pluginStorage[t])},r.isBasic=function(t){var e=typeof t=="string"?getPlugin(t):t;return typeof e=="function"&&!r.prototype.isPrototypeOf(e.prototype)},r.registerPlugin=function(t,e){if(typeof t!="string")throw new Error('Illegal plugin name, "'+t+'", must be a string, was '+(t===void 0?"undefined":_typeof(t))+".");if(pluginExists(t))log$2.warn('A plugin named "'+t+'" already exists. You may want to avoid re-registering plugins!');else if(Player.prototype.hasOwnProperty(t))throw new Error('Illegal plugin name, "'+t+'", cannot share a name with an existing player method!');if(typeof e!="function")throw new Error('Illegal plugin for "'+t+'", must be a function, was '+(e===void 0?"undefined":_typeof(e))+".");return pluginStorage[t]=e,t!==BASE_PLUGIN_NAME&&(r.isBasic(e)?Player.prototype[t]=createBasicPlugin(t,e):Player.prototype[t]=createPluginFactory(t,e)),e},r.deregisterPlugin=function(t){if(t===BASE_PLUGIN_NAME)throw new Error("Cannot de-register base plugin.");pluginExists(t)&&(delete pluginStorage[t],delete Player.prototype[t])},r.getPlugins=function(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:Object.keys(pluginStorage),e=void 0;return t.forEach(function(n){var s=getPlugin(n);s&&(e=e||{},e[n]=s)}),e},r.getPluginVersion=function(t){var e=getPlugin(t);return e&&e.VERSION||""},r}();Plugin.getPlugin=getPlugin,Plugin.BASE_PLUGIN_NAME=BASE_PLUGIN_NAME,Plugin.registerPlugin(BASE_PLUGIN_NAME,Plugin),Player.prototype.usingPlugin=function(r){return!!this[PLUGIN_CACHE_KEY]&&this[PLUGIN_CACHE_KEY][r]===!0},Player.prototype.hasPlugin=function(r){return!!pluginExists(r)};var _inherits=function(r,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function, not "+(t===void 0?"undefined":_typeof(t)));r.prototype=Object.create(t&&t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),t&&(r.super_=t)},extendFn=function(r){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},e=function(){r.apply(this,arguments)},n={};(t===void 0?"undefined":_typeof(t))==="object"?(t.constructor!==Object.prototype.constructor&&(e=t.constructor),n=t):typeof t=="function"&&(e=t),_inherits(e,r);for(var s in n)n.hasOwnProperty(s)&&(e.prototype[s]=n[s]);return e};if(typeof HTMLVideoElement>"u"&&isReal()&&(document_1.createElement("video"),document_1.createElement("audio"),document_1.createElement("track"),document_1.createElement("video-js")),videojs.hooks_={},videojs.hooks=function(r,t){return videojs.hooks_[r]=videojs.hooks_[r]||[],t&&(videojs.hooks_[r]=videojs.hooks_[r].concat(t)),videojs.hooks_[r]},videojs.hook=function(r,t){videojs.hooks(r,t)},videojs.hookOnce=function(r,t){videojs.hooks(r,[].concat(t).map(function(e){return function n(){return videojs.removeHook(r,n),e.apply(void 0,arguments)}}))},videojs.removeHook=function(r,t){var e=videojs.hooks(r).indexOf(t);return!(e<=-1)&&(videojs.hooks_[r]=videojs.hooks_[r].slice(),videojs.hooks_[r].splice(e,1),!0)},window_1.VIDEOJS_NO_DYNAMIC_STYLE!==!0&&isReal()){var style=$(".vjs-styles-defaults");if(!style){style=createStyleElement("vjs-styles-defaults");var head=$("head");head&&head.insertBefore(style,head.firstChild),setTextContent(style,"\n .video-js {\n width: 300px;\n height: 150px;\n }\n\n .vjs-fluid {\n padding-top: 56.25%\n }\n ")}}autoSetupTimeout(1,videojs),videojs.VERSION=version,videojs.options=Player.prototype.options_,videojs.getPlayers=function(){return Player.players},videojs.players=Player.players,videojs.getComponent=Component.getComponent,videojs.registerComponent=function(r,t){Tech.isTech(t)&&log$2.warn("The "+r+" tech was registered as a component. It should instead be registered using videojs.registerTech(name, tech)"),Component.registerComponent.call(Component,r,t)},videojs.getTech=Tech.getTech,videojs.registerTech=Tech.registerTech,videojs.use=use,videojs.browser=browser,videojs.TOUCH_ENABLED=TOUCH_ENABLED,videojs.extend=extendFn,videojs.mergeOptions=mergeOptions,videojs.bind=bind,videojs.registerPlugin=Plugin.registerPlugin,videojs.plugin=function(r,t){return log$2.warn("videojs.plugin() is deprecated; use videojs.registerPlugin() instead"),Plugin.registerPlugin(r,t)},videojs.getPlugins=Plugin.getPlugins,videojs.getPlugin=Plugin.getPlugin,videojs.getPluginVersion=Plugin.getPluginVersion,videojs.addLanguage=function(r,t){var e;return r=(""+r).toLowerCase(),videojs.options.languages=mergeOptions(videojs.options.languages,(e={},e[r]=t,e)),videojs.options.languages[r]},videojs.log=log$2,videojs.createTimeRange=videojs.createTimeRanges=createTimeRanges,videojs.formatTime=formatTime,videojs.parseUrl=parseUrl,videojs.isCrossOrigin=isCrossOrigin,videojs.EventTarget=EventTarget,videojs.on=on,videojs.one=one,videojs.off=off,videojs.trigger=trigger,videojs.xhr=xhr,videojs.TextTrack=TextTrack,videojs.AudioTrack=AudioTrack,videojs.VideoTrack=VideoTrack,["isEl","isTextNode","createEl","hasClass","addClass","removeClass","toggleClass","setAttributes","getAttributes","emptyEl","appendContent","insertContent"].forEach(function(r){videojs[r]=function(){return log$2.warn("videojs."+r+"() is deprecated; use videojs.dom."+r+"() instead"),Dom[r].apply(null,arguments)}}),videojs.computedStyle=computedStyle,videojs.dom=Dom,videojs.url=Url;var strictUriEncode=function(r){return encodeURIComponent(r).replace(/[!'()*]/g,function(t){return"%"+t.charCodeAt(0).toString(16).toUpperCase()})},getOwnPropertySymbols=Object.getOwnPropertySymbols,hasOwnProperty$5=Object.prototype.hasOwnProperty,propIsEnumerable=Object.prototype.propertyIsEnumerable,objectAssign=shouldUseNative()?Object.assign:function(r,t){for(var e,n,s=toObject(r),a=1;a<arguments.length;a++){e=Object(arguments[a]);for(var l in e)hasOwnProperty$5.call(e,l)&&(s[l]=e[l]);if(getOwnPropertySymbols){n=getOwnPropertySymbols(e);for(var u=0;u<n.length;u++)propIsEnumerable.call(e,n[u])&&(s[n[u]]=e[n[u]])}}return s},token="%[a-f0-9]{2}",singleMatcher=new RegExp(token,"gi"),multiMatcher=new RegExp("("+token+")+","gi"),decodeUriComponent=function(r){if(typeof r!="string")throw new TypeError("Expected `encodedURI` to be of type `string`, got `"+typeof r+"`");try{return r=r.replace(/\+/g," "),decodeURIComponent(r)}catch(t){return customDecodeURIComponent(r)}},extract_1=extract,parse_1=parse,stringify=function(r,t){t=objectAssign({encode:!0,strict:!0,arrayFormat:"none"},t),t.sort===!1&&(t.sort=function(){});var e=encoderForArrayFormat(t);return r?Object.keys(r).sort(t.sort).map(function(n){var s=r[n];if(s===void 0)return"";if(s===null)return encode(n,t);if(Array.isArray(s)){var a=[];return s.slice().forEach(function(l){l!==void 0&&a.push(e(n,l,a.length))}),a.join("&")}return encode(n,t)+"="+encode(s,t)}).filter(function(n){return n.length>0}).join("&"):""},parseUrl$1=function(r,t){return{url:r.split("?")[0]||"",query:parse(extract(r),t)}},queryString={extract:extract_1,parse:parse_1,stringify,parseUrl:parseUrl$1},count=0,MediaAsyncLoader=function(r){function t(e,n,s){classCallCheck(this,t),log$2("MediaAsyncLoader initializing");var a=mergeOptions({createEl:!1},n),l=possibleConstructorReturn(this,r.call(this,e,a,s));l.enModule=new Enc,e.loadVideoByID=bind(l,l.loadVideoByID);var u=a.playerOptions||a;if(!u.fileID){var d;return d=!1,possibleConstructorReturn(l,d)}return l.getInfo(u),log$2("MediaAsyncLoader initialized"),l}return inherits(t,r),t.prototype.getInfo=function(e){e&&e.fileID&&e.appID&&(performance&&typeof performance.mark=="function"&&performance.mark("firstFrameStart"),e.playDefinition?this.getInfoV3(e):e.sign||e.ssign?this.getInfoV2(e):this.getInfoV4(e))},t.prototype.getInfoV2=function(e){var n=this.player(),s=this.assemblyPath("getplayinfo",e.appID,e.fileID),a=e.t,l=e.us,u=e.exper,d=e.sign,h={};e.ssign?h.super_sign=e.ssign:d&&(h={t:a,sign:d},(l||l==0)&&(h.us=l),(u||u==0)&&(h.exper=u,n.trigger({type:"feature",data:"exper"})),n.trigger({type:"feature",data:"key"})),e.playerID&&(h.playerid=e.playerID),this.requestTimestamp=+new Date().getTime(),n.trigger({type:"playcgistart",data:{time:this.requestTimestamp,url:s}}),log$2("playcgi loading");var p=queryString.stringify(h);p&&(s+=(~s.indexOf("?")?"&":"?")+p,s=s.replace("?&","?")),this.getInfoRetryTimes=0,this.getInfoRequest=function(g){g&&(s=s.replace(SERVER_PATH,SERVER_PATH_BACKUP)),IE_VERSION&&IE_VERSION<10?jsonp(s,{param:h,timeout:3e3,prefix:"TcCallBack"},bind(this,this.onResult)):xhr({url:s,timeout:3e3},bind(this,this.onResult))},this.getInfoRequest()},t.prototype.onResult=function(e,n,s){try{s?n=JSON.parse(s):e||n||(e=new Error("ServerError"))}catch(p){e=new Error("ServerError")}var a=this.player();if(e){if(log$2("playcgi loaded failure"),this.getInfoRetryTimes<3)return this.getInfoRetryTimes++,void this.getInfoRequest();if(this.getInfoRetryTimes<6)return this.getInfoRetryTimes++,void this.getInfoRequest({isBackup:!0});a.trigger({type:"playcgiend",data:{time:+new Date().getTime(),startTime:this.requestTimestamp,error:e,result:n}});var l=12;switch(e.message){case"XMLHttpRequest timeout":case"Timeout":l=10;break;case"ServerError":l=11}this.player().error({code:l})}else{if(a.trigger({type:"playcgiend",data:{time:+new Date().getTime(),startTime:this.requestTimestamp,error:e,result:n}}),n.code!=0)return log$2("playcgi loaded failure"),void this.player().error({code:n.code});log$2("playcgi loaded success");var u=n.coverInfo,d=n.videoInfo,h=n.playerInfo;this.setPoster(u),this.setLogo(h),this.setSrc(n),this.setPatch(h),this.setVttThumbnail(n),this.setDots(n),this.setOriginDuration(d),this.setPlayList(h)}},t.prototype.getInfoV3=function(e){var n=this.player(),s=this.assemblyPathV3("getplayinfo",e.appID,e.fileID,e.playDefinition),a=e.t,l=e.us,u=e.rlimit,d=e.sign,h={};e.ssign?h.super_sign=e.ssign:d&&(h={t:a,sign:d},(l||l==0)&&(h.us=l),u&&(h.rlimit=u),n.trigger({type:"feature",data:"key"})),e.playerID&&(h.playerid=e.playerID),this.requestTimestamp=+new Date().getTime(),n.trigger({type:"playcgistart",data:{time:this.requestTimestamp,url:s}}),log$2("playcgi v3 loading");var p=queryString.stringify(h);p&&(s+=(~s.indexOf("?")?"&":"?")+p,s=s.replace("?&","?")),this.getInfoRetryTimes=0,this.getInfoRequest=function(g){g&&(s=s.replace(SERVER_PATH_V3,SERVER_PATH_BACKUP)),IE_VERSION&&IE_VERSION<10?jsonp(s,{param:h,timeout:3e3,prefix:"TcCallBack"},bind(this,this.onResultV3)):xhr({url:s,timeout:3e3},bind(this,this.onResultV3))},this.getInfoRequest()},t.prototype.onResultV3=function(e,n,s){try{s?n=JSON.parse(s):e||n.body||(e=new Error("ServerError"))}catch(h){e=new Error("ServerError")}var a=this.player();if(e){if(log$2("playcgi v3 loaded failure"),this.getInfoRetryTimes<3)return this.getInfoRetryTimes++,void this.getInfoRequest();if(this.getInfoRetryTimes<6)return this.getInfoRetryTimes++,void this.getInfoRequest({isBackup:!0});a.trigger({type:"playcgiend",data:{time:+new Date().getTime(),startTime:this.requestTimestamp,error:e,result:n}});var l=12;switch(e.message){case"XMLHttpRequest timeout":case"Timeout":l=10;break;case"ServerError":l=11}this.player().error({code:l})}else{if(a.trigger({type:"playcgiend",data:{time:+new Date().getTime(),startTime:this.requestTimestamp,error:e,result:n}}),n.code!=0)return log$2("playcgi v3 loaded failure"),void this.player().error({code:n.code});log$2("playcgi v3 loaded success");var u=n.mediaInfo,d=n.playerInfo;this.setPoster({coverUrl:u.basicInfo.coverUrl}),this.setLogo(d),this.setSrcV3(u),this.setPatch(d),this.setVttThumbnail(u),this.setDots(u)}},t.prototype.setSrcV3=function(e,n){var s=this,a=this.player(),l=a.options_.plugins,u=a.DRM().options||l.DRM,d=void 0,h=void 0,p=void 0,g=[],m={},y={};if(n=n||(u?u.skipPlan:""),e.previewStreamingInfo&&e.previewStreamingInfo.previewStreamingList.length>0)e.previewStreamingInfo.previewStreamingList.forEach(function(w,A){w.mineType=s.getMIMEType(w.url),m[getFileExtension(w.url)]=w});else{if(!(e.dynamicStreamingInfo.adaptiveStreamingInfoList&&e.dynamicStreamingInfo.adaptiveStreamingInfoList.length>0))return void this.player().error({code:13,message:"no video stream"});if(e.dynamicStreamingInfo.adaptiveStreamingInfoList.forEach(function(w,A){w.mineType=s.getMIMEType(w.url),y[w.drmType.toLowerCase()||getFileExtension(w.url)]=w}),u&&u.token?(d=u.token,p=u.certificateUri,n=IS_SAFARI&&!p?"fairplay":n,h=window_1.encodeURIComponent(d)):n="all",(IS_CHROME||IS_FIREFOX)&&window_1.navigator.requestMediaKeySystemAccess&&y.widevine&&n!="widevine"&&n!="all"?(g.push({src:unifyProtocol(y.widevine.url),type:this.getMIMEType(y.widevine.url),keySystems:{"com.widevine.alpha":{serverURL:LICENSE_PATH+"?token="+h+"&drmType="+y.widevine.drmType}}}),log$2("DRM source widevine",g)):IS_SAFARI&&!IS_MQQB&&y.fairplay&&n!="fairplay"&&n!="all"&&(g.push({src:unifyProtocol(y.fairplay.url),type:this.getMIMEType(y.fairplay.url),keySystems:{"com.apple.fps.1_0":{certificateUri:p,licenseUri:LICENSE_PATH+"?token="+h+"&drmType="+y.fairplay.drmType}}}),log$2("DRM source fairplay",g)),y.simpleaes&&n!="all"){var _=y.simpleaes.url.split("/");_[_.length-1]="voddrm.token."+h+"."+_[_.length-1],g.push({src:unifyProtocol(_.join("/")),type:this.getMIMEType(y.simpleaes.url)}),log$2("DRM source simpleaes",g)}y.m3u8&&g.push({src:unifyProtocol(y.m3u8.url),type:this.getMIMEType(y.m3u8.url)}),y.mpd&&g.push({src:unifyProtocol(y.mpd.url),type:this.getMIMEType(y.mpd.url)})}if(!(g.length>0))return void this.player().error({code:4});a.src(g);var E=function(w){return log$2("DRM init Error",g),w.data.code!==5&&w.data.code!==2||!g[0].keySystems["com.widevine.alpha"]?w.data.code===3&&g[0].keySystems["com.apple.fps.1_0"]?void s.setSrcV3(e,"fairplay"):w.data.code===14||w.data.code===3?void s.setSrcV3(e,"all"):void 0:void s.setSrcV3(e,"widevine")};n!=="all"&&(window_1.setTimeout(function(){a.one("error",E)},0),a.one("playing",function(w){}))},t.prototype.getInfoV4=function(e){var n=this.player(),s=this.assemblyPathV4("getplayinfo",e.appID,e.fileID),a=n.options_,l=e.t,u=e.us,d=e.rlimit,h=e.psign,p=e.exper,g={};e.ssign?g.super_sign=e.ssign:h&&(g={t:l,psign:h},(u||u==0)&&(g.us=u),d&&(g.rlimit=d),p&&(g.exper=p)),e.playerConfig&&(g.pcfg=e.playerConfig),e.playerID&&(g.playerid=e.playerID),this.requestTimestamp=+new Date().getTime(),n.trigger({type:"playcgistart",data:{time:this.requestTimestamp,url:s}}),log$2("playcgi v4 loading");var m=queryString.stringify(g);m?(s+=(~s.indexOf("?")?"&":"?")+m,s=s.replace("?&","?")):s+=~s.indexOf("?")?"":"?";var y=a&&a.hlsConfig&&(a.hlsConfig.disable||a.hlsConfig.skipHlsJs);s=this.enModule.generatePlayCgiUrl(s,browser,y),this.getInfoRetryTimes=0,this.getInfoRequest=function(_){_&&(s=s.replace(SERVER_PATH_V4,SERVER_PATH_BACKUP)),IE_VERSION&&IE_VERSION<10?jsonp(s,{param:g,timeout:3e3,prefix:"TcCallBack"},bind(this,this.onResultV4)):xhr({url:s,timeout:3e3},bind(this,this.onResultV4))},this.getInfoRequest()},t.prototype.onResultV4=function(e,n,s){var a=n,l=a.rawRequest;try{s?n=JSON.parse(s):e||n.body||(e=new Error("ServerError"))}catch(y){e=new Error("ServerError")}var u=this.player();if(e){if(log$2("playcgi v4 loaded failure"),this.getInfoRetryTimes<3)return this.getInfoRetryTimes++,void this.getInfoRequest();if(this.getInfoRetryTimes<6)return this.getInfoRetryTimes++,void this.getInfoRequest({isBackup:!0});u.trigger({type:"playcgiend",data:{time:+new Date().getTime(),startTime:this.requestTimestamp,error:e,result:n}});var d=12;switch(e.message){case"XMLHttpRequest timeout":case"Timeout":d=10;break;case"ServerError":d=11}this.player().error({code:d})}else{if(u.trigger({type:"playcgiend",data:{time:+new Date().getTime(),startTime:this.requestTimestamp,error:e,result:n,rawRequest:l,overlayIv:this.enModule.overlayIv,overlayKey:this.enModule.overlayKey}}),n.code!=0){if(log$2("playcgi v4 loaded failure"),n.code>=2e3&&n.code<3e3){if(this.getInfoRetryTimes<3)return this.getInfoRetryTimes++,void this.getInfoRequest();if(this.getInfoRetryTimes<6)return this.getInfoRetryTimes++,void this.getInfoRequest({isBackup:!0})}return void this.player().error({code:n.code})}if(log$2("playcgi v4 loaded success",n),n.version===4){var h=n.media;this.setPoster({coverUrl:h.basicInfo.coverUrl}),this.setSrcV4(h),this.setVttThumbnailV4(h),this.setDots(h),this.setOriginDurationV4(h),this.setGhostContent(h.ghostWatermarkInfo)}else if(n.version===2){var p=n.coverInfo,g=n.videoInfo,m=n.playerInfo;this.setPoster(p),this.setLogo(m),this.setSrc(n),this.setPatch(m),this.setVttThumbnail(n),this.setDots(n),this.setOriginDuration(g)}}},t.prototype.setSrcV4=function(e,n){var s=this,a=this.player(),l=a.options_,u=void 0,d=a.options_.plugins,h=a.DRM().options||d.DRM,p=[],g="plain";n=n||(h?h.skipPlan:"");var m=[],y=[];if(e.audioVideoType==="Original"||e.audioVideoType==="Transcode")return this.setSrc(e),!1;if(!e.streamingInfo)return void this.player().error({code:13,message:"no stream info"});if(e.streamingInfo){if(e.streamingInfo.drmOutput&&Array.isArray(e.streamingInfo.drmOutput)){for(var _=e.streamingInfo.drmOutput,E=0;E<_.length;E++)y.push(_[E].type);if(IS_ANY_SAFARI&&!IS_MQQB&&y.indexOf("FairPlay")!==-1&&n!="fairplay"&&n!="all"){var w=y.indexOf("FairPlay"),A=_[w].subStreams;p.push(A),m.push({src:unifyProtocol(_[w].url),type:this.getMIMEType(_[w].url),qualityLabelList:A,keySystems:{"com.apple.fps.1_0":{certificateUri:e.streamingInfo.fairPlayCertificateUrl||(h||{}).certificateUri,licenseUri:e.streamingInfo.fairplayLicenseUrl}}}),log$2("DRM source fairplay",u)}else if(window_1.navigator.requestMediaKeySystemAccess&&y.indexOf("Widevine")!==-1&&!IS_SAFARI&&n!=="widevine"&&n!=="all"){var O=y.indexOf("Widevine"),j=_[O].subStreams,P=j[j.length-1];(P.type==="audio"||P.width===0&&P.height===0)&&j.pop(),p.push(j),m.push({src:unifyProtocol(_[O].url),type:this.getMIMEType(_[O].url),qualityLabelList:j,keySystems:{"com.widevine.alpha":{serverURL:e.streamingInfo.widevineLicenseUrl}}}),log$2("DRM source widevine",u)}if(y.indexOf("SimpleAES")!==-1&&n!="all"){var I,f=y.indexOf("SimpleAES");g="SimpleAES";var b=_[f].url.split("/");b[b.length-1]="voddrm.token."+e.streamingInfo.drmToken+"."+b[b.length-1],u=b.join("/");var S=_[f].subStreams;p.push(_[f].subStreams),u&&m.push({src:unifyProtocol(u),type:EXT_MIME.m3u8,qualityLabelList:S,keySystems:(I={},I[g]={},I)})}}else if(e.streamingInfo.plainOutput){var k;u=e.streamingInfo.plainOutput.url;var x=e.streamingInfo.plainOutput.subStreams;p.push(e.streamingInfo.plainOutput.subStreams),u&&m.push({src:unifyProtocol(u),type:EXT_MIME.m3u8,qualityLabelList:x,keySystems:(k={},k[g]={},k)})}this.setHlsConfig(l,p[0],!1),m.length>0?a.src(m):y.length!==0?!n&&this.player().error({code:18}):this.player().error({code:13,message:"no stream info"}),this.setQualityLabelList(p[0])}var N=function(L){return log$2("DRM init Error",m),m[0].keySystems["com.widevine.alpha"]?void s.setSrcV4(e,"widevine"):m[0].keySystems["com.apple.fps.1_0"]?void s.setSrcV4(e,"fairplay"):L.data.code===3?void s.setSrcV4(e,"all"):void 0};n!=="all"&&window_1.setTimeout(function(){a.one("error",N)},0)},t.prototype.setHlsConfig=function(e,n,s){var a={};(!IS_ENABLED_MSE||IS_TBS||IS_MQQB||IE_VERSION&&IE_VERSION<11)&&!IS_SIMULATOR||(a={overlayKey:this.enModule&&this.enModule.overlayKey,overlayIv:this.enModule&&this.enModule.overlayIv}),e.hlsConfig?(e.hlsConfig.qualityLabelList=n,e.hlsConfig.startLevel||(e.hlsConfig.startLevel=n?n.length-1:5)):e.hlsConfig={qualityLabelList:n,startLevel:n?n.length-1:5},Object.assign(e.hlsConfig,a,{forbid:s})},t.prototype.setQualityLabelList=function(e){this.player().QualitySwitcher().setOptions({qualityLabelList:{video:e}})},t.prototype.setLogo=function(e){var n=this.player();e.logoPic?(n.logoImage.update({img:{url:unifyProtocol(e.logoPic),position:e.logoLocation},link:unifyProtocol(e.logoUrl)}),n.trigger({type:"feature",data:"logo"})):n.logoImage.reset()},t.prototype.setPoster=function(e){var n=this.player();e&&e.coverUrl?n.poster(unifyProtocol(e.coverUrl)):n.options_.playerOptions.poster||n.poster("")},t.prototype.setDots=function(e){var n=this.player();if(n.options_.dots=[],e.keyFrameDescInfo&&e.keyFrameDescInfo.keyFrameDescList&&e.keyFrameDescInfo.keyFrameDescList.length>0){var s=e.keyFrameDescInfo.keyFrameDescList;n.options_.dots=s}var a=n.options_.plugins;a&&a.ProgressMarker&&a.ProgressMarker.markers&&a.ProgressMarker.markers.length>0&&(n.options_.dots=n.options_.dots.concat(a.ProgressMarker.markers)),n.ProgressMarker().init()},t.prototype.setSrc=function(e){var n=this.player(),s=e.videoInfo||{};if(e.audioVideoType==="Original"&&(s.sourceVideo=e.originalInfo),e.audioVideoType==="Transcode"&&(s.sourceVideo=e.transcodeInfo),(n.options_.definition!=null||n.options_.definition!=null)&&s.transcodeList&&s.transcodeList.length>0){n.trigger({type:"feature",data:"definition"});var a=this.getSrcByDefinition(s,n.options_.definition);if(a)return n.src({src:unifyProtocol(a.url),type:this.getMIMEType(a.url)}),!0}if(n.MultiResolution().reset(),s.masterPlayList){n.src(this.getMasterSouces(s));var l=n.options_.hlsConfig;l?l.forbid=!0:Object.assign(n.options_,{hlsConfig:{forbid:!0}}),this.setQualityLabelList([]),n.MultiResolution().store(this.getMultiResolutionData(e))}else if(s.transcodeList&&s.transcodeList.length>0){var u=this.getMultiResolutionData(e);if(u.showOrder.length>0)n.MultiResolution().init(u);else{var d=s.transcodeList[0].url;n.src({src:unifyProtocol(d),type:this.getMIMEType(d)})}}else s.sourceVideo&&this.getMIMEType(s.sourceVideo.url)?n.src({src:unifyProtocol(s.sourceVideo.url),type:this.getMIMEType(s.sourceVideo.url)}):this.player().error({code:13})},t.prototype.setPatch=function(e){var n=this.player();e.patchInfo?n.ImagePatch().init(e.patchInfo):n.ImagePatch().reset()},t.prototype.setVttThumbnail=function(e){var n=this.player();e.imageSpriteInfo&&e.imageSpriteInfo.imageSpriteList?n.ready(bind(this,function(){n.VttThumbnail().init({vttUrl:unifyProtocol(e.imageSpriteInfo.imageSpriteList[0].webVttUrl)})})):n.VttThumbnail().reset()},t.prototype.setVttThumbnailV4=function(e){var n=this.player();e.imageSpriteInfo&&e.imageSpriteInfo.webVttUrl?n.ready(bind(this,function(){n.VttThumbnail().init({vttUrl:unifyProtocol(e.imageSpriteInfo.webVttUrl)})})):n.VttThumbnail().reset()},t.prototype.setOriginDuration=function(e){var n=this.player();if(n.options_.exper>0){var s=e.sourceVideo?e.sourceVideo.floatDuration:e.transcodeList[0].floatDuration;n.one("play",function(){n.duration(s)})}},t.prototype.setOriginDurationV4=function(e){var n=this,s=this.player();s.cache_.originDuration=e.basicInfo.duration,s.off("durationchange",this.keepOriginDuration),s.one("durationchange",function(a){(!s.duration()||s.duration()>0&&Math.floor(s.cache_.originDuration)!==Math.floor(s.duration()))&&(n.keepOriginDuration(a),s.on("durationchange",n.keepOriginDuration))})},t.prototype.setGhostContent=function(e){if(e){var n=this.player(),s=n&&n.DynamicWatermark();s.options.content=e.text,s.options.keep=!0,s.init()}},t.prototype.keepOriginDuration=function(e){var n=this.player(),s=n.cache_.originDuration;Math.floor(s)!==Math.floor(n.duration())&&(log$2("试看视频"),n.duration(Math.round(s)))},t.prototype.getMasterSouces=function(e){var n=e.masterPlayList,s=[];return s.push({src:unifyProtocol(n.url),type:EXT_MIME.m3u8}),s},t.prototype.getMultiResolutionData=function(e){var n={sources:{},labels:{},showOrder:[],defaultRes:""},s=[],a=e.videoInfo.transcodeList,l=this;return e.playerInfo.videoClassification.forEach(function(u,d){a.length>0&&(a=a.filter(function(h){if(!(u.definitionList.indexOf(h.definition)>-1))return!0;s[u.id]||(n.showOrder.push(u.id),n.labels[u.id]=u.name,s[u.id]=[]),s[u.id].push({src:unifyProtocol(h.url),type:l.getMIMEType(h.url)})}))}),n.sources=s,n.defaultRes=e.playerInfo.defaultVideoClassification||Object.keys(s)[0],n},t.prototype.getSrcByDefinition=function(e,n){var s=e.transcodeList,a=e.sourceVideo;if(n==0)return a;for(var l=0;l<s.length;l++)if(s[l].definition==n)return s[l]},t.prototype.getMIMEType=function(e){var n=EXT_MIME[getFileExtension(e)];return n||(log$2.error("MIME type no found! Ext = "+getFileExtension(e)),"")},t.prototype.assemblyPath=function(e,n,s){var a=window_1.location.protocol;return a!="http:"&&a!="https:"&&(a="https:"),""+a+SERVER_PATH+"/"+e+"/v2/"+n+"/"+s},t.prototype.assemblyPathV3=function(e,n,s,a){var l=window_1.location.protocol;return l!="http:"&&l!="https:"&&(l="https:"),""+l+SERVER_PATH_V3+"/"+e+"/v3/"+n+"/"+s+"/"+a},t.prototype.assemblyPathV4=function(e,n,s){var a=window_1.location.protocol;return a!="http:"&&a!="https:"&&(a="https:"),""+a+SERVER_PATH_V4+"/"+e+"/v4/"+n+"/"+s},t.prototype.customHost=function(e){var n=this.player();n.options_.customHost&&/^(?=^.{3,255}$)[a-zA-Z0-9][-a-zA-Z0-9]{0,62}(\.[a-zA-Z0-9][-a-zA-Z0-9]{0,62})+$/.test(n.options_.customHost)&&(e.masterPlayList&&(e.masterPlayList.url=replaceHost(e.masterPlayList.url,n.options_.customHost)),e.sourceVideo&&(e.sourceVideo.url=replaceHost(e.sourceVideo.url,n.options_.customHost)),e.transcodeList.length>0&&e.transcodeList.forEach(function(s,a){s.url=replaceHost(s.url,n.options_.customHost)}),n.trigger({type:"feature",data:"customHost"}))},t.prototype.loadVideoByID=function(e){var n=this.player();n.trigger({type:"loadnewvideo"}),n.hasStarted(!1),this.getInfo(e),n.duration(0),n.playbackRate(1),n.options_.appID=e.appID,n.options_.fileID=e.fileID,n.options_.psign=e.psign,e.definition&&(n.options_.definition=e.definition),n.bigPlayButton&&n.bigPlayButton.show(),n.options_.plugins.ContinuePlay&&n.ContinuePlay().init()},t.prototype.setPlayList=function(e){this.player().options_.plugins.PlayList||e.playlist&&e.playlist.data instanceof Array&&e.playlist.data.length>0&&this.player_.PlayList(e.playlist)},t}(Component);Component.registerComponent("MediaAsyncLoader",MediaAsyncLoader),videojs.getComponent("Component");var ClickableComponent$2=videojs.getComponent("ClickableComponent"),positionMap=["left-top","left-bottom","right-top","right-bottom"],LogoImage=function(r){function t(e,n){classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e,n));return e.on("logochange",videojs.bind(s,function(a){this.update(a.data)})),n.img&&s.update(n),s}return inherits(t,r),t.prototype.createEl=function(){var e=videojs.dom.createEl("div",{className:"tcp-logo vjs-hidden"}),n=videojs.dom.createEl("a",{className:"tcp-logo-link",target:"_blank"}),s=videojs.dom.createEl("img",{className:"tcp-logo-img"});return this.linkEl_=n,this.imgEl_=s,n.appendChild(s),e.appendChild(n),e},t.prototype.update=function(e){var n=e.img,s=e.link;this.setImg(n),this.setHref(s),this.options_=videojs.mergeOptions(this.options_,e),this.show()},t.prototype.setImg=function(e){if(this.imgEl_){this.imgEl_.src=e.url;var n=positionMap[e.position]||e.position||"left-top";videojs.dom.addClass(this.el_,n)}},t.prototype.setHref=function(e){this.linkEl_&&e&&(this.linkEl_.href=e)},t.prototype.reset=function(){this.hide(),this.imgEl_.removeAttribute("src"),this.linkEl_.removeAttribute("href")},t}(ClickableComponent$2);videojs.registerComponent("LogoImage",LogoImage);var Component$3=videojs.getComponent("Component"),Button$2=videojs.getComponent("Button"),ContinuePlayTips=function(r){function t(e,n){classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e,n));return s.init(n),s}return inherits(t,r),t.prototype.createEl=function(){return videojs.dom.createEl("div",{className:"tcp-continue-play-tips"})},t.prototype.close=function(){this.hide()},t.prototype.init=function(e){var n=this.addChild("closeButton",{controlText:"Close"});this.on(n,"close",this.close),this.addChild("ContinuePlayTipsContent",e);var s=this.addChild("ContinuePlayButton",e);this.on(s,["tap","click"],this.close),this.setTimeout(function(){this.close()},3500)},t}(Component$3);videojs.registerComponent("ContinuePlayTips",ContinuePlayTips);var ContinuePlayTipsContent=function(r){function t(e,n){return classCallCheck(this,t),possibleConstructorReturn(this,r.call(this,e,n))}return inherits(t,r),t.prototype.createEl=function(){var e=videojs.dom.createEl("span",{className:"tcp-continue-play-tips-content"}),n=videojs.dom.createEl("span",{className:"tcp-text",textContent:this.localize(this.options_.text||"Last time play at ")}),s=videojs.dom.createEl("span",{className:"tcp-time",textContent:videojs.formatTime(this.options_.time)});return this.textEl_=n,this.timeEl_=s,e.appendChild(n),e.appendChild(s),e},t}(Component$3);videojs.registerComponent("ContinuePlayTipsContent",ContinuePlayTipsContent);var ContinuePlayButton=function(r){function t(e,n){return classCallCheck(this,t),possibleConstructorReturn(this,r.call(this,e,n))}return inherits(t,r),t.prototype.createEl=function(){return r.prototype.createEl.call(this,"button",{className:"tcp-continue-play-buttom",textContent:this.localize(this.options_.btnText||"Resume play")})},t.prototype.handleClick=function(){this.options_.resumeCallback.call()},t}(Button$2);videojs.registerComponent("ContinuePlayButton",ContinuePlayButton);var Component$4=videojs.getComponent("Component"),LevelSwitchTips=function(r){function t(e,n){classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e,n));return s.playing=!1,s.timeoutID=void 0,s.levelSwitch=e.options_.plugins.ContextMenu.levelSwitch,s.init(),e.on("playing",videojs.bind(s,function(){s.playing=!0})),e.on("resolutionswitching",videojs.bind(s,function(a){if(s.playing)if(a.data.label)s.switchHandler(s.createSwitching(a.data.label),2e3);else{var l=s.player().QualitySwitcher().options.qualityData;if(l){var u=l.video.filter(function(d){return a.data.newQuality===d.id})[0];s.switchHandler(s.createSwitching(u.label),2e3)}}})),e.on("resolutionswitched",videojs.bind(s,function(){s.playing&&s.switchHandler(s.createSwitched(),2e3)})),e.on("levelSwitchError",videojs.bind(s,function(){s.switchHandler(s.createSwitchError(),2e3)})),s}return inherits(t,r),t.prototype.switchHandler=function(e,n){var s=this;this.timeoutID&&clearTimeout(this.timeoutID),this.textNode.innerText=e,this.show(),this.timeoutID=setTimeout(function(){s.hide()},n)},t.prototype.createEl=function(){var e=videojs.dom.createEl("div",{className:"tcp-switch vjs-hidden"});return this.textNode=videojs.dom.createEl("div",{innerText:""}),e.appendChild(this.textNode),e},t.prototype.init=function(){var e=this.addChild("closeButton",{controlText:"Close"});this.on(e,"close",this.hide)},t.prototype.createSwitching=function(e){return this.levelSwitch.switchingText?this.levelSwitch.switchingText+e:"正在为您切换至"+e},t.prototype.createSwitched=function(){return this.levelSwitch.switchedText?this.levelSwitch.switchedText:"切换成功"},t.prototype.createSwitchError=function(){return this.levelSwitch.switchErrorText?this.levelSwitch.switchErrorText:"切换失败"},t.prototype.show=function(){r.prototype.show.call(this),this.popped=!0},t.prototype.hide=function(){r.prototype.hide.call(this),this.popped=!1},t}(Component$4);videojs.registerComponent("LevelSwitchTips",LevelSwitchTips);var Component$7=videojs.getComponent("Component"),mapKey={fileID:"file ID",requestID:"request ID",mediaType:"media type",mimeType:"mime type",provider:"provider",resolution:"resolution",rate:"rate",frames:"frames",buffer:"buffer",connectionSpeed:"connection speed",info:"info"},VideoTextItem=function(r){function t(e,n){classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e,n));return s.display=!1,s.displayData="loading",s}return inherits(t,r),t.prototype.createEl=function(){var e=videojs.dom.createEl("div",{className:"tcp-statistic-line vjs-hidden"}),n=videojs.dom.createEl("span",{className:"tcp-statistic-title",innerText:mapKey[this.options_.key]+":"}),s=videojs.dom.createEl("span",{className:"tcp-statistic-data",innerText:this.options_.data});return e.appendChild(n),e.appendChild(s),e},t.prototype.updateTextNode_=function(){for(var e=this.el_.lastChild;e.firstChild;)e.removeChild(e.firstChild);this.displayData&&this.show(),this.textNode_=document_1.createTextNode(this.displayData||""),e.appendChild(this.textNode_)},t.prototype.updateContent=function(e){e!==this.displayData&&(this.displayData=e,this.requestAnimationFrame(this.updateTextNode_))},t.prototype.isDisplay=function(){return this.display},t.prototype.show=function(){r.prototype.show.call(this),this.display=!0,this.popped=!0},t.prototype.hide=function(){r.prototype.hide.call(this),this.display=!1,this.popped=!1},t.prototype.reset=function(){r.prototype.hide.call(this),this.display=!1,this.displayData=""},t}(Component$7);videojs.registerComponent("VideoTextItem",VideoTextItem);var defaultConfig={enableRecoverMediaError:!0,recoverMediaErrorMaxRetry:5,fragLoadingMaxRetry:3,abrMaxWithRealBitrate:!0},Html5HlsJS=function(){function r(t,e,n){var s=this;classCallCheck(this,r);var a={},l=e.player();t.keySystems&&t.keySystems["com.widevine.alpha"]&&t.keySystems["com.widevine.alpha"].serverURL?(n.hlsConfig.widevineLicenseUrl=t.keySystems["com.widevine.alpha"].serverURL,n.hlsConfig.enableWorker=!0,n.hlsConfig.emeEnabled=!0,n.hlsConfig.startLevel=(n.hlsConfig.qualityLabelList||[]).length-1,a=n.hlsConfig):a=e.player_.options_.hlsConfig||n.hlsConfig||{},a.forbid&&(delete a.overlayKey,delete a.overlayIv),this.drmBackup=n.hlsConfig&&n.hlsConfig.drmBackup;var u=function(){var d=window.Hls;l.trigger({type:"debug",data:{message:"debug === 加载hls.js完成,进入初始化 hls 阶段"}});var h=new d(videojs.mergeOptions(defaultConfig,a)),p=e.el();s.Hls=d,s.tech=e,s.hls=h,s.switchStatus="",s.manifests=[],s.subtitlesLoadedCount=0,s.audioTrackLoadedCount=0,s.subtitles=[],s.audioTracks=[],s.hlsjsErrorHandler=s.errorHandlerFactory(),h.on(d.Events.ERROR,s.onError.bind(s)),h.on(d.Events.MANIFEST_PARSED,videojs.bind(s,s.onMetaData)),h.on(d.Events.MANIFEST_LOADED,s.loadSubtiles.bind(s)),h.on(d.Events.MANIFEST_LOADED,s.loadAudioTracks.bind(s)),h.on(d.Events.LEVEL_LOADED,s.onLevelLoaded.bind(s)),l.on("ready",s.addHlsSubtitles.bind(s));for(var g in d.Events)h.on(d.Events[g],videojs.bind(s,s.onEvent));h.attachMedia(p),h.loadSource(t.src),l.trigger({type:"hlsInstanceCreated",data:{hls:h}}),l.trigger({type:"debug",data:{message:"debug === 初始化 hls.js 完成,已传递 hls 地址"}}),setInterval(function(){if(!l.el_)return!1;var m=h.levels[h.currentLevel]&&h.levels[h.currentLevel].realBitrate/1e3,y=l.getVideoPlaybackQuality(),_=y.droppedVideoFrames||0,E=y.totalVideoFrames||0,w="",A=l.tech_.hlsProvider.hls.abrController.bwEstimator;A&&A.getEstimate()&&(w=+(125e-6*A.getEstimate()).toFixed(0)),l.trigger({type:"playstatus",data:{type:"hls",droppedFrames:_,decodedFrames:E,bitrate:m,speed:w}})},1e3),window.Hls&&n.xp2pConfig&&n.xp2pConfig.useXP2P&&l.XP2PHlsjsPlugin&&l.XP2PHlsjsPlugin().startHLSP2P(s.hls,window.HLSP2P,function(m){})};l.trigger({type:"debug",data:{message:"debug === 开始加载hls.js"}}),Promise.all([function(){return n.xp2pConfig&&n.xp2pConfig.useXP2P&&n.xp2pConfig.format==="hls"&&!window.HLSP2P?new Promise(function(d){loadScript(XP2P_HLS_PATH,function(){d()})}):Promise.resolve()}(),function(){return window.Hls?Promise.resolve():new Promise(function(d){loadScript(HLS_PATH,function(){d()})})}()]).then(function(){u()})}return r.prototype.switchQuality=function(t){t.id!=this.hls.currentLevel&&(this.switchStatus="switching",this.switchData=t,this.tech.trigger({type:"hlsresolutionswitching",data:this.switchData}),this.hls.nextLevel=t.id)},r.prototype.dispose=function(){this.hls.destroy()},r.prototype.onSubtitleLoaded=function(t,e){var n=this,s=this.tech.player(),a=this.subtitlesLoadedCount,l=this.subtitles||this.hls.subtitleTracks;this.subtitles[a].url=e.details.fragments[0].url,++this.subtitlesLoadedCount<l.length?this.hls.trigger(this.Hls.Events.SUBTITLE_TRACK_LOADING,{url:l[this.subtitlesLoadedCount].url,id:l[this.subtitlesLoadedCount].id}):s.ready(function(){n.addHlsSubtitles()})},r.prototype.onAudioTrackLoaded=function(t,e){var n=this,s=this.tech.player(),a=this.audioTrackLoadedCount,l=this.hls.audioTracks;this.audioTracks[a].url=e.details.fragments[0].url,++this.audioTrackLoadedCount<l.length?this.hls.trigger(this.Hls.Events.AUDIO_TRACK_LOADING,{url:l[this.audioTrackLoadedCount].url,id:l[this.audioTrackLoadedCount].id}):s.ready(function(){n.addAudioTracks()})},r.prototype.loadAudioTracks=function(){var t=this,e=this.hls.audioTracks;if(e.length){e.forEach(function(s){t.audioTracks.push({id:s.id,name:s.name,lang:s.lang,loaded:!1,default:s.default})});var n=e[0];this.hls.trigger(this.Hls.Events.AUDIO_TRACK_LOADING,{url:n.url,id:n.id}),this.hls.on(this.Hls.Events.AUDIO_TRACK_LOADED,this.onAudioTrackLoaded.bind(this))}},r.prototype.loadSubtiles=function(){var t=this,e=get_1(this,"hls.subtitleTracks.length")!==0?get_1(this,"hls.subtitleTracks"):get_1(this,"hls.subtitleTrackController.tracks");if(e.length){e.forEach(function(s){t.subtitles.push({name:s.name,lang:s.lang,loaded:!1,url:s.url,id:s.id})});var n=e[0];this.hls.on(this.Hls.Events.SUBTITLE_TRACK_LOADED,this.onSubtitleLoaded.bind(this)),this.hls.trigger(this.Hls.Events.SUBTITLE_TRACK_LOADING,{url:n.url,id:n.id})}},r.prototype.addAudioTracks=function(){var t=this;this.audioTracks.length&&this.audioTracks.some(function(e){return!e.loaded})&&this.audioTracks.forEach(function(e){var n=t.tech.addAudioTrack({id:e.id,src:e.url,kind:"audio",srclang:e.lang,label:e.name,enabled:e.default},!0);n.addEventListener("load",function(){e.loaded=!0})})},r.prototype.addHlsSubtitles=function(){var t=this;this.subtitles.length&&this.subtitles.some(function(e){return!e.loaded})&&this.subtitles.forEach(function(e){var n=t.tech.addRemoteTextTrack({src:e.url,kind:"subtitles",srclang:e.lang,label:e.name},!0);n.addEventListener("load",function(){e.loaded=!0})})},r.prototype.onEvent=function(t,e){this.tech.trigger({type:t,data:e});var n=this.tech.player();switch(t){case this.Hls.Events.MANIFEST_LOADED:this.manifests.push(e.networkDetails.response||e.networkDetails.responseText);break;case this.Hls.Events.LEVEL_SWITCHING:break;case this.Hls.Events.LEVEL_SWITCHED:this.switchStatus=="switching"&&(this.switchStatus="switched",this.tech.trigger({type:"hlsresolutionswitched",data:this.switchData}),this.switchData=null);break;case this.Hls.Events.LEVEL_SWITCH_ERROR:n.trigger({type:"levelSwitchError"})}},r.prototype.onMetaData=function(t,e){var n=[],s=this.hls,a=this;if(e.levels.length>1){var l={id:-1,label:"auto",selected:s.manualLevel===-1};n.push(l),e.levels.forEach(function(d,h){var p={};p.id=h,p.selected=h===s.manualLevel,p.label=a.getLevelLabel(d),n.push(p)});var u={qualityData:{video:n},callbacks:{video:videojs.bind(this,this.switchQuality)}};this.tech.setTimeout(function(){this.trigger({type:"masterplaylistchange",data:u})},1)}},r.prototype.getLevelLabel=function(t){return t.height?t.height+"p":t.width?Math.round(9*t.width/16)+"p":t.bitrate?t.bitrate/1e3+"kbps":0},r.prototype.onLevelLoaded=function(t,e){this._duration=e.details.live?1/0:e.details.totalduration},r.prototype.onError=function(t,e){var n=this.tech.player();if(e.fatal)switch(e.type){case this.Hls.ErrorTypes.NETWORK_ERROR:n.error({code:14,source:e});break;case this.Hls.ErrorTypes.MEDIA_ERROR:this.hls.config.enableRecoverMediaError?this.hlsjsErrorHandler(e):n.error({code:15,source:e});break;case this.Hls.ErrorTypes.MUX_ERROR:n.error({code:16,source:e});break;case this.Hls.ErrorTypes.OTHER_ERROR:default:n.error({code:17,source:e}),this.drmBackup&&e.type==="keySystemError"&&n.error(null)}else switch(e.details){case this.Hls.ErrorDetails.KEY_LOAD_ERROR:}},r.prototype.errorHandlerFactory=function(){var t=this.hls,e=this.tech.player(),n=null,s=null,a=0;return function(l){var u=Date.now();a==t.config.recoverMediaErrorMaxRetry?e.error({code:15,source:l}):(!n||u-n>2e3?(n=u,t.recoverMediaError()):(!s||u-s>2e3)&&(s=u,t.swapAudioCodec(),t.recoverMediaError()),a++)}},r.prototype.duration=function(){return this._duration},r}(),hlsTypeRE=/^application\/(x-mpegURL|vnd\.apple\.mpegURL)$/i,hlsExtRE=/.m3u8(?![^?])/i,HlsSourceHandler={name:"hlsSourceHandler",canHandleSource:function(r){return r.skipHlsJs||r.keySystems&&r.keySystems["com.apple.fps.1_0"]?"":hlsTypeRE.test(r.type)&&hlsExtRE.test(r.src)?"probably":hlsExtRE.test(r.src)?"maybe":""},handleSource:function(r,t,e){return t.hlsProvider?(t.hlsProvider.dispose(),t.hlsProvider=null):e.hlsConfig&&e.hlsConfig.autoStartLoad===!1&&t.on("play",function(){this.player().hasStarted()||this.hlsProvider.hls.startLoad()}),t.hlsProvider=new Html5HlsJS(r,t,e),t.hlsProvider},canPlayType:function(r){return hlsTypeRE.test(r)?"probably":""}};TCPlayer.mountHlsProvider=mountHlsProvider,mountHlsProvider();var Html5DashJS=function(){function r(t,e,n){var s=this;classCallCheck(this,r);var a=function(){var l=window_1.dashjs;if(s.dashjs=l,n=n||e.options_,s.player=videojs(n.playerId),s.player.dash=s.player.dash||{},s.tech_=e,s.el_=e.el(),s.elParent_=s.el_.parentNode,s.hasFiniteDuration_=!1,t.src){e.isReady_=!1,r.updateSourceData&&(videojs.log.warn('updateSourceData has been deprecated. Please switch to using hook("updatesource", callback).'),t=r.updateSourceData(t)),r.hooks("updatesource").forEach(function(d){t=d(t)});var u=t.src;s.keySystemOptions_=r.buildDashJSProtData(t.keySystemOptions||t.keySystems),s.player.dash.mediaPlayer=l.MediaPlayer().create(),s.mediaPlayer_=s.player.dash.mediaPlayer,r.useVideoJSDebug&&(videojs.log.warn('useVideoJSDebug has been deprecated. Please switch to using hook("beforeinitialize", callback).'),r.useVideoJSDebug(s.mediaPlayer_)),r.beforeInitialize&&(videojs.log.warn('beforeInitialize has been deprecated. Please switch to using hook("beforeinitialize", callback).'),r.beforeInitialize(s.player,s.mediaPlayer_)),r.hooks("beforeinitialize").forEach(function(d){d(s.player,s.mediaPlayer_)}),s.mediaPlayer_.initialize(),s.retriggerError_=function(d){if(d.error==="capability"&&d.event==="mediasource")s.player.error({code:4,message:"The media cannot be played because it requires a feature that your browser does not support."});else if(d.error!=="manifestError"||d.event.id!=="createParser"&&d.event.id!=="codec"&&d.event.id!=="nostreams"&&d.event.id!=="nostreamscomposed"&&d.event.id!=="parse"&&d.event.id!=="multiplexedrep")if(d.error==="mediasource")d.event.match("MEDIA_ERR_ABORTED")?s.player.error({code:1,message:d.event}):d.event.match("MEDIA_ERR_NETWORK")?s.player.error({code:2,message:d.event}):d.event.match("MEDIA_ERR_DECODE")?s.player.error({code:3,message:d.event}):d.event.match("MEDIA_ERR_SRC_NOT_SUPPORTED")?s.player.error({code:4,message:d.event}):d.event.match("MEDIA_ERR_ENCRYPTED")?s.player.error({code:5,message:d.event}):(d.event.match("UNKNOWN"),s.player.error({code:4,message:d.event}));else if(d.error==="capability"&&d.event==="encryptedmedia")s.player.error({code:5,message:"The media cannot be played because it requires encryption features that your browser does not support."});else if(d.error==="key_session")s.player.error({code:5,message:d.event});else if(d.error==="download")s.player.error({code:2,message:"The media playback was aborted because too many consecutive download errors occurred."});else{if(d.error!=="mssError")return;s.player.error({code:3,message:d.event})}else s.player.error({code:4,message:d.event.message});setTimeout(function(){s.mediaPlayer_.reset()},10)},s.mediaPlayer_.on(l.MediaPlayer.events.ERROR,s.retriggerError_),s.getDuration_=function(d){var h=d.data.Period_asArray,p=s.hasFiniteDuration_;d.data.mediaPresentationDuration||h[h.length-1].duration?s.hasFiniteDuration_=!0:s.hasFiniteDuration_=!1,s.hasFiniteDuration_!==p&&s.player.trigger("durationchange")},s.mediaPlayer_.on(l.MediaPlayer.events.MANIFEST_LOADED,s.getDuration_),s.mediaPlayer_.on(l.MediaPlayer.events.STREAM_INITIALIZED,videojs.bind(s,s.onMetaData)),s.currentQuality={video:"",audio:""},Object.keys(l.MediaPlayer.events).forEach(function(d){s.mediaPlayer_.on(l.MediaPlayer.events[d],videojs.bind(s,s.onEvent))}),n.dashConfig&&Object.keys(n.dashConfig).forEach(function(d){var h,p="set"+d.charAt(0).toUpperCase()+d.slice(1),g=n.dashConfig[d];if(s.mediaPlayer_.hasOwnProperty(p)&&(videojs.log.warn("Using dash options in videojs-contrib-dash without the set prefix has been deprecated. Change '"+d+"' to '"+p+"'"),d=p),!s.mediaPlayer_.hasOwnProperty(d))return void videojs.log.warn("Warning: dash configuration option unrecognized: "+d);Array.isArray(g)||(g=[g]),(h=s.mediaPlayer_)[d].apply(h,g)}),s.mediaPlayer_.attachView(s.el_),s.mediaPlayer_.setAutoPlay(!1),setupAudioTracks.call(null,s.player,e),setupTextTracks.call(null,s.player,e,n),s.mediaPlayer_.setProtectionData(s.keySystemOptions_),s.mediaPlayer_.attachSource(u),s.tech_.triggerReady()}};window_1.dashjs?a():loadScript(DASH_PATH,function(){a()})}return r.buildDashJSProtData=function(t){var e={};if(!t)return null;if(Array.isArray(t))for(var n=0;n<t.length;n++){var s=t[n],a=videojs.mergeOptions({},s.options);a.licenseUrl&&(a.serverURL=a.licenseUrl,delete a.licenseUrl),e[s.name]=a}else e=t;return e},r.prototype.dispose=function(){var t=this;this.mediaPlayer_&&(this.mediaPlayer_.off(this.dashjs.MediaPlayer.events.ERROR,this.retriggerError_),this.mediaPlayer_.off(this.dashjs.MediaPlayer.events.MANIFEST_LOADED,this.getDuration_),Object.keys(this.dashjs.MediaPlayer.events).forEach(function(e){t.mediaPlayer_.off(t.dashjs.MediaPlayer.events[e],videojs.bind(t,t.onEvent))}),this.mediaPlayer_.reset()),this.player.dash&&delete this.player.dash},r.prototype.duration=function(){return this.mediaPlayer_?this.mediaPlayer_.isDynamic()&&!this.hasFiniteDuration_?1/0:this.mediaPlayer_.duration():0},r.hooks=function(t,e){return r.hooks_[t]=r.hooks_[t]||[],e&&(r.hooks_[t]=r.hooks_[t].concat(e)),r.hooks_[t]},r.hook=function(t,e){r.hooks(t,e)},r.removeHook=function(t,e){var n=r.hooks(t).indexOf(e);return n!==-1&&(r.hooks_[t]=r.hooks_[t].slice(),r.hooks_[t].splice(n,1),!0)},r.prototype.onMetaData=function(t){var e=this,n=this.mediaPlayer_,s=n.getBitrateInfoListFor("video"),a=n.getSettings(),l=a.streaming.abr.autoSwitchBitrate.video,u=[];if(s.length>0){u.push({id:-1,label:"auto",selected:l}),s.forEach(function(h,p){u.push({id:p,label:e.getLevelLabel(h),selected:!l&&e.currentQuality.video===p})});var d={qualityData:{video:u},callbacks:{video:videojs.bind(this,this.switchQuality)}};this.tech_.setTimeout(function(){this.trigger({type:"masterplaylistchange",data:d})},1)}},r.prototype.switchQuality=function(t){var e=this.mediaPlayer_;t.id===-1?e.updateSettings({streaming:{abr:{autoSwitchBitrate:{video:!0}}}}):t.id!=this.currentQuality[t.trackType]&&(e.updateSettings({streaming:{abr:{autoSwitchBitrate:{video:!1}}}}),e.setQualityFor(t.trackType,t.id))},r.prototype.getLevelLabel=function(t){return t.height?t.height+"p":t.width?Math.round(9*t.width/16)+"p":t.bitrate?t.bitrate/1e3+"kbps":0},r.prototype.onEvent=function(t){switch(this.tech_.trigger({type:"dash_"+t.type,data:t}),t.type){case this.dashjs.MediaPlayer.events.QUALITY_CHANGE_REQUESTED:this.tech_.trigger({type:"dashqualityswitching",data:t});break;case this.dashjs.MediaPlayer.events.QUALITY_CHANGE_RENDERED:this.tech_.trigger({type:"dashqualityswitched",data:t}),this.currentQuality[t.mediaType]=t.newQuality}},r}();Html5DashJS.hooks_={};var canHandleKeySystems=function(r){r=JSON.parse(JSON.stringify(r)),Html5DashJS.updateSourceData&&(videojs.log.warn('updateSourceData has been deprecated. Please switch to using hook("updatesource", callback).'),r=Html5DashJS.updateSourceData(r)),Html5DashJS.hooks("updatesource").forEach(function(e){r=e(r)});var t=document_1.createElement("video");return!(r.keySystemOptions&&!window_1.navigator.requestMediaKeySystemAccess&&!t.msSetMediaKeys)};videojs.DashSourceHandler=function(){return{name:"dashSourceHandler",canHandleSource:function(r){var t=/\.mpd/i;return canHandleKeySystems(r)?videojs.DashSourceHandler.canPlayType(r.type)?"probably":t.test(r.src)?"maybe":"":""},handleSource:function(r,t,e){return new Html5DashJS(r,t,e)},canPlayType:function(r){return videojs.DashSourceHandler.canPlayType(r)}}},videojs.DashSourceHandler.canPlayType=function(r){return/^application\/dash\+xml/i.test(r)?"probably":""},TCPlayer.mountDashProvider=mountDashProvider,mountDashProvider(),videojs.Html5DashJS=Html5DashJS;var Component$6=videojs.getComponent("Component"),hlsOption=["fileID","requestID","mediaType","mimeType","provider","resolution","rate","frames","buffer","connectionSpeed"],mp4Option=["fileID","requestID","mediaType","mimeType","resolution","rate","buffer"],dashOption=["fileID","requestID","mediaType","mimeType","resolution","rate","buffer","provider","connectionSpeed"],infoOption=["info"],VideoStatisticWrapper=function(r){function t(e,n){classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e,n));return s.nodelist={},s.status={fileID:"",requestID:"",mediaType:"",mimeType:"",provider:"",resolution:"",rate:"",frames:"",buffer:"",connectionSpeed:"",info:""},e.on("playcgiend",function(){clearTimeout(s.timeoutID),Object.keys(s.status).forEach(function(a){s.nodelist[a].reset()})}),e.on("statistic",videojs.bind(s,function(a){a.data.action==="open"?s.tick():s.clearTimeout(s.timeoutID)})),s.init(),s}return inherits(t,r),t.prototype.tick=function(){var e=this;this.timeoutID=setTimeout(videojs.bind(this,function(){e.tick()}),1e3),this.updatePanel()},t.prototype.createEl=function(){return videojs.dom.createEl("div",{className:"tcp-statistic-wrapper"})},t.prototype.init=function(){var e=this;Object.keys(this.status).forEach(function(n){var s=new VideoTextItem(e,{key:n,data:e.status[n]});e.nodelist[n]=s,e.addChild(s)})},t.prototype.updatePanel=function(){var e=this;if(this.player().techName_==="Html5")switch(this.getStatus(),this.status.mediaType){case"m3u8":hlsOption.forEach(function(n){e.nodelist[n].updateContent(e.status[n])});break;case"mp4":mp4Option.forEach(function(n){e.nodelist[n].updateContent(e.status[n])});break;case"mpd":dashOption.forEach(function(n){e.nodelist[n].updateContent(e.status[n])})}else this.player().techName_==="Flash"&&(this.getFlashStatus(),infoOption.forEach(function(n){n==="info"&&e.nodelist[n].updateContent(e.status[n])}))},t.prototype.getStatus=function(){this.getFileID(),this.getRequestID(),this.getMediaType(),this.getMIMEType(),this.getResolution(),this.getRate(),this.getProvider(),this.getBuffer(),this.status.mediaType==="m3u8"&&(this.getFrames(),this.getConnectionSpeed()),this.status.mediaType==="mpd"&&this.getConnectionSpeed()},t.prototype.getFlashStatus=function(){this.status.mediaType="flash",this.getSupport()},t.prototype.getFileID=function(){var e=this.player().options_.fileID||"";return this.status.fileID=e,e},t.prototype.getRequestID=function(){var e=this.player().PlayerMetrics().playStatus;if(e){var n=e.requestID;return this.status.requestID=n,n}},t.prototype.getMediaType=function(){this.player_.src()&&/\/(.+)\.(.+)\?|\/(.+)\.(.+)/.test(this.player_.src());var e=RegExp.$2||RegExp.$4||"";return this.status.mediaType=e,e},t.prototype.getMIMEType=function(){var e=this.player().src(),n=EXT_MIME[getFileExtension(e)]||"";return this.status.mimeType=n,n},t.prototype.getResolution=function(){var e=this.player_.tech_.el_.videoHeight||0,n=this.player_.tech_.el_.videoWidth||0,s=n+" x "+e;return this.status.resolution=s,s},t.prototype.getRate=function(){var e=this.player().playbackRate()||1;return this.status.rate=e+"x",e},t.prototype.getBuffer=function(){var e=this.player_.bufferedEnd().toFixed(1)||0,n=this.player_.duration().toFixed(1)||0,s=(e/n*100).toFixed(1)+"%",a=e+" / "+n+" ("+s+")";return this.status.buffer=a,a},t.prototype.getSupport=function(){var e=void 0;return e=this.status.mediaType!=="m3u8"&&this.status.mediaType!=="mp4"&&this.status.mediaType!=="dash"?"视频统计功能不支持当前视频格式":"",this.status.info=e,e},t.prototype.getProvider=function(){var e=this.player_.tech_.sourceHandler_;return e instanceof Html5HlsJS?(this.status.provider="HlsJS","HlsJS"):e instanceof Html5DashJS?(this.status.provider="DashJS","DashJS"):""},t.prototype.getFrames=function(){var e=this.player_.getVideoPlaybackQuality(),n=(e.droppedVideoFrames||0)+" dropped of "+(e.totalVideoFrames||0);return this.status.frames=n,n},t.prototype.getConnectionSpeed=function(){var e=void 0;if(this.status.mediaType==="m3u8"){var n=this.player_.tech_.hlsProvider.hls.abrController._bwEstimator;e=n&&n.getEstimate()?(125e-6*n.getEstimate()).toFixed(0)+"KB/s":"0KB/s",this.status.connectionSpeed=e}if(this.status.mediaType==="mpd"){var s=this.player_.dash.mediaPlayer,a=s.getDashMetrics(),l=s.getDashAdapter(),u=s.getActiveStream().getStreamInfo(),d=u.index,h=a.getCurrentRepresentationSwitch("video").to,p=l.getBandwidthForRepresentation(h,d);e=p?(125e-6*p).toFixed(0)+"KB/s":"0KB/s",this.status.connectionSpeed=e}return e},t}(Component$6);videojs.registerComponent("VideoStatisticWrapper",VideoStatisticWrapper);var Component$5=videojs.getComponent("Component"),VideoStatisticPanel=function(r){function t(e,n){classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e,n));return e.on("statistic",videojs.bind(s,function(a){a.data.action==="open"?s.show():s.hide()})),e.on("playcgistart",function(){e.trigger({type:"statistic",data:{action:"close"}})}),s.init(),s}return inherits(t,r),t.prototype.createEl=function(){var e=this,n=videojs.dom.createEl("div",{className:"tcp-statistic vjs-hidden"}),s=videojs.dom.createEl("div",{className:"tcp-statistic-close",innerText:"[X]"});return s.addEventListener("click",function(){e.hide(),e.player().trigger({type:"statistic",data:{action:"close"}})}),n.appendChild(s),n},t.prototype.init=function(){this.addChild("VideoStatisticWrapper")},t.prototype.show=function(){r.prototype.show.call(this),this.popped=!0},t.prototype.hide=function(){r.prototype.hide.call(this),this.popped=!1},t}(Component$5);videojs.registerComponent("VideoStatisticPanel",VideoStatisticPanel);var MenuItem$3=videojs.getComponent("MenuItem"),MirrorMenuItem=function(r){function t(e,n){classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e,n));return s.addClass("tc-menu-list"),s.open=!1,s.hasOpen=!1,s.player=e,s.setup(),s}return inherits(t,r),t.prototype.setup=function(){var e=this;this.on(["tap","click"],function(){var n=e.player.tech().el();e.hasOpen||(window.MtaH5&&MtaH5.clickStat("mirror",{appid:e.player.options_.appID,fileid:e.player.options_.fileID}),e.player.trigger({type:"feature",data:"mirror"})),e.open?(videojs.dom.removeClass(n,"tcp-mirror"),videojs.dom.removeClass(e.el_,"tcp-menu-item-select")):(videojs.dom.addClass(n,"tcp-mirror"),videojs.dom.addClass(e.el_,"tcp-menu-item-select"),e.hasOpen=!0),e.open=!e.open})},t}(MenuItem$3);videojs.registerComponent("MirrorMenuItem",MirrorMenuItem);var MenuItem$4=videojs.getComponent("MenuItem"),PoweredByMenuItem=function(r){function t(e,n){classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e,n));return s.addClass("tc-menu-list"),s}return inherits(t,r),t}(MenuItem$4);videojs.registerComponent("PoweredByMenuItem",PoweredByMenuItem);var MenuItem$5=videojs.getComponent("MenuItem"),StatusMenuItem=function(r){function t(e,n){classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e,n));return s.addClass("tc-menu-list"),s.hasOpen=!1,s.player=e,e.on("statistic",videojs.bind(s,function(a){a.data.action==="close"&&(videojs.dom.removeClass(s.el_,"tcp-menu-item-select"),s.hasOpen=!1)})),s.setup(),s}return inherits(t,r),t.prototype.setup=function(){var e=this;this.on(["tap","click"],function(){e.hasOpen?(videojs.dom.removeClass(e.el_,"tcp-menu-item-select"),e.player.trigger({type:"statistic",data:{action:"close"}}),e.hasOpen=!1):(videojs.dom.addClass(e.el_,"tcp-menu-item-select"),e.player.trigger({type:"statistic",data:{action:"open"}}),e.hasOpen=!0,window.MtaH5&&MtaH5.clickStat("mirror",{appid:e.player.options_.appID,fileid:e.player.options_.fileID}),e.player.trigger({type:"feature",data:"statistic"}))})},t}(MenuItem$5);videojs.registerComponent("StatusMenuItem",StatusMenuItem),videojs.getComponent("Component");var Menu$2=videojs.getComponent("Menu");videojs.getComponent("MenuItem");var RightClickPopupMenu=function(r){function t(e,n){classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e,n));s.hide(),s.addChild("PoweredByMenuItem",{label:"Powered by Tencent Cloud."}),!n.statistic||IS_IOS||IS_ANDROID||s.addChild("StatusMenuItem",{label:"Video statistic"}),n.mirror&&s.addChild("MirrorMenuItem",{label:"Mirror"}),e.on("contextmenu",videojs.bind(s,s.onContextmenu)),e.on(["tap","click"],videojs.bind(s,function(l){if(this.popped)return this.hide(),l.stopPropagation(),l.preventDefault(),!1})),videojs.on(document,["tap","click"],videojs.bind(s,function(l){this.popped&&this.hide()}));var a=s;return s.children().forEach(function(l){l.on(["tap","click"],function(){a.hide()})}),s}return inherits(t,r),t.prototype.createEl=function(){var e=r.prototype.createEl.call(this);return videojs.dom.addClass(e,"tcp-right-click-popup-menu"),e},t.prototype.show=function(){r.prototype.show.call(this),this.popped=!0},t.prototype.hide=function(){r.prototype.hide.call(this),this.popped=!1},t.prototype.onContextmenu=function(e){e.preventDefault(),this.show();var n=this.el(),s=e.clientX,a=e.clientY,l=getViewportSize(),u=l.width,d=l.height,h=s+n.offsetWidth-u+5;h=Math.max(0,h);var p=a+n.offsetHeight-d+5;p=Math.max(0,p);var g=this.player().el().getBoundingClientRect();n.style.left=Math.max(0,s-g.left-h)+"px",n.style.top=Math.max(0,a-g.top-p)+"px"},t}(Menu$2);videojs.registerComponent("RightClickPopupMenu",RightClickPopupMenu);var clickableComponent=videojs.getComponent("ClickableComponent"),TimeTooltip$2=videojs.getComponent("TimeTooltip"),Component$9=videojs.getComponent("Component"),dom=videojs.dom,formatTime$2=videojs.formatTime,COMMENT_WIDTH=140,COMMENT_HEIGHT_SINGLE_LINE=23,COMMENT_SHOW_ON_THE_LEFT={POPUP_CONTAINER_OFFSET:-130,POPUP_CONTAINER_OFFSET_WITHOUTGIT:-100,TRIANGLE_OFFEST:96,TRIANGLE_OFFEST_WITHOUTGIF:95},COMMENT_SHOW_ON_THE_RIGHT={TRIANGLE_OFFEST:6,POPUP_CONTAINER_OFFSET:0},ProgressMarkerGenerator=function(r){function t(e,n){classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e,n));return s.duration=0,s.registerListener(),s}return inherits(t,r),t.prototype.registerListener=function(){this.player_.one("canplay",videojs.bind(this,this.resetDotsElement))},t.prototype.resetDotsElement=function(){var e=this.player_;this.duration=e.duration(),dom.emptyEl(this.el_),this.resetEl()},t.prototype.resetEl=function(){this.setUpEl()},t.prototype.dotMouseLeave=function(){var e=event.currentTarget,n=e.getAttribute("container-id");this.getChildById(n).hide()},t.prototype.dotHover=function(){var e=event.currentTarget.parentElement.offsetWidth,n=event.currentTarget.offsetLeft+COMMENT_WIDTH,s=this.getChildById(event.currentTarget.getAttribute("container-id")),a=s.getAttribute("class").search("tcp-without-gif")>=0,l=s.el_.querySelector(".tcp-triangle-both")||s.el_.querySelector(".tcp-triangle");n>e?a?(s.el_.style.left=COMMENT_SHOW_ON_THE_LEFT.POPUP_CONTAINER_OFFSET_WITHOUTGIT+"px",l.style.left=COMMENT_SHOW_ON_THE_LEFT.TRIANGLE_OFFEST_WITHOUTGIF+"%"):(s.el_.style.left=COMMENT_SHOW_ON_THE_LEFT.POPUP_CONTAINER_OFFSET+"px",l.style.left=COMMENT_SHOW_ON_THE_LEFT.TRIANGLE_OFFEST+"%"):event.currentTarget.offsetLeft<=COMMENT_WIDTH&&!a&&(s.el_.style.left=COMMENT_SHOW_ON_THE_RIGHT.POPUP_CONTAINER_OFFSET+"px",l.style.left=COMMENT_SHOW_ON_THE_RIGHT.TRIANGLE_OFFEST+"px");var u=s.getChild("DotImage");if(u){var d=u.el_.getElementsByClassName("tcp-dot-timestamp")[0],h=event.currentTarget.getAttribute("dotinsecond"),p=formatTime$2(h);d.innerHTML=p}s.show()},t.prototype.setChildInTheContainer=function(e,n){var s=e.content&&e.content!==""?decodeURIComponent(e.content.replace(/\+/g," ")):"";if(s!==""){var a=n.addChild("DotComment");a.el_.innerHTML=encodeHTML(s)}if(e.img){n.el_.querySelector(".tcp-triangle").setAttribute("class","tcp-triangle-both");var l=n.addChild("DotImage");l.el_.firstChild.setAttribute("src",e.img),s==""?(n.addClass("tcp-only-gif"),l.el_.firstChild.className="tcp-image-in-container-only-image"):this.countContentSize(s)<=20&&(n.addClass("tcp-single-line"),a.el_.style.height=COMMENT_HEIGHT_SINGLE_LINE+"px")}else if(s!==""){var u=this.countContentSize(s);u<=14?n.addClass("tcp-single-line"):u<=28&&n.addClass("tcp-two-lines"),n.addClass("tcp-without-gif"),a.addClass("tcp-large-comment")}},t.prototype.markSetUp=function(e){var n=e.timeOffset>0?e.timeOffset/1e3:0,s=this.duration?this.duration:0;if(!(typeof n!="number"||n>s)){var a=document.createElement("div");a.className="tcp-dot-basic-style",a.setAttribute("dotinsecond",n.toString()),e.class&&(a.className+=" "+e.class);var l=this.addChild("PopUpContainer");return a.setAttribute("container-id",l.id_),this.setChildInTheContainer(e,l),a.appendChild(l.el_),a.style.left=n/s*100+"%",a.addEventListener("mouseover",videojs.bind(this,this.dotHover)),a.addEventListener("mouseleave",videojs.bind(this,this.dotMouseLeave)),a}},t.prototype.setUpEl=function(){var e=this,n=this.player_.options_.dots||0,s=this.el_||r.prototype.createEl.call(this);return videojs.dom.addClass(s,"tcp-dot-component"),n&&n instanceof Array&&n.length>0&&n.forEach(function(a){var l=a.content||"";if(l&&l!=""||a.img){var u=e.markSetUp(a);u&&s.appendChild(u)}}),s},t.prototype.countContentSize=function(e){for(var n=0,s=e.length,a=-1,l=0;l<s;l++)a=e.charCodeAt(l),n+=a>=0&&a<=128?1:2;return n},t.prototype.createEl=function(){return this.setUpEl()},t}(clickableComponent);videojs.registerComponent("ProgressMarkerGenerator",ProgressMarkerGenerator);var DotComment=function(r){function t(e,n){classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e,n));return s.addClass("tcp-dot-comment"),s}return inherits(t,r),t}(Component$9);videojs.registerComponent("DotComment",DotComment);var DotImage=function(r){function t(e,n){classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e,n));s.addClass("tcp-dot-image");var a=s.el_||r.prototype.createEl.call(s),l=dom.createEl("img");l.className="tcp-image-in-container",a.appendChild(l);var u=dom.createEl("span");return u.className="tcp-dot-timestamp",u.innerHTML="",a.appendChild(u),s}return inherits(t,r),t}(Component$9);videojs.registerComponent("DotImage",DotImage);var PopUpContainer=function(r){function t(e,n){classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e,n));s.addClass("tcp-popup-container");var a=dom.createEl("div");return a.setAttribute("class","tcp-triangle"),s.el_.appendChild(a),s.hide(),s}return inherits(t,r),t}(TimeTooltip$2);videojs.registerComponent("PopUpContainer",PopUpContainer);var Plugin$2=videojs.getPlugin("plugin"),SpeedUp=function(r){function t(e){classCallCheck(this,t);var n=possibleConstructorReturn(this,r.call(this,e));return n.TARGET_LANTENCY=1,n.MAX_LATENCY=3,n.RATEVALUE=1.1,e.ready(videojs.bind(n,n.init)),n}return inherits(t,r),t.prototype.checkLatency=function(){var e=this.player.bufferedEnd()-this.player.currentTime();e>this.MAX_LATENCY&&this.player.playbackRate(this.RATEVALUE),e<this.TARGET_LANTENCY&&this.player.playbackRate(1)},t.prototype.init=function(){var e=this,n=this.player,s=void 0;n.on("playing",function(){n.duration()===1/0&&(s=setInterval(e.checkLatency.bind(e),1e3))}),n.on("waiting",function(){e.reset(s)}),n.on("pause",function(){e.reset(s)})},t.prototype.reset=function(e){this.player.playbackRate(1),clearInterval(e)},t}(Plugin$2);videojs.registerPlugin("SpeedUp",SpeedUp);var Button$3=videojs.getComponent("Button"),BigPlayButton$2=videojs.getComponent("BigPlayButton");BigPlayButton$2.prototype.createEl=function(){var r=Button$3.prototype.createEl.call(this),t=getTemplate();return(this.options_.shapeType||this.options_.styleType)&&(t=getTemplate(this.options_.shapeType,this.options_.styleType)),r.appendChild(videojs.dom.createEl("div",{className:"vjs-button-icon",innerHTML:t})),r},BigPlayButton$2.prototype.controlText_="Play";var Component$10=videojs.getComponent("Component"),VideoStatisticWrapper$1=videojs.getComponent("VideoStatisticWrapper"),LoadingSpinner$2=videojs.getComponent("LoadingSpinner");LoadingSpinner$2.prototype.createEl=function(){function r(s,a){var l=new VideoStatisticWrapper$1(s);if(l.getMediaType(),(l.getBuffer()||"").indexOf("100.0%")>-1)return a.innerText="",!1;a.innerText=l.getConnectionSpeed()}var t=this,e=Component$10.prototype.createEl.call(this,"div",{className:"tcp-loading-spinner",dir:"ltr"});if(!this.player_.options_.loadingSpeed)return e;var n=null;return this.player_.on("waiting",function(){n=setInterval(function(){r(t.player_,e)},100)}),this.player_.on("timeupdate",function(){n&&clearInterval(n)}),e};var Plugin$3=videojs.getPlugin("plugin"),log$3=videojs.log,Skin=function(r){function t(e,n){classCallCheck(this,t),log$3("Skin initializing");var s=possibleConstructorReturn(this,r.call(this,e));return s.player.addClass("tcp-skin"),log$3("Skin initialized"),s}return inherits(t,r),t}(Plugin$3);videojs.registerPlugin("Skin",Skin);var now=function(){return _root.Date.now()},now_1=now,reWhitespace=/\s/,_trimmedEndIndex=trimmedEndIndex,reTrimStart=/^\s+/,_baseTrim=baseTrim,NAN=NaN,reIsBadHex=/^[-+]0x[0-9a-f]+$/i,reIsBinary=/^0b[01]+$/i,reIsOctal=/^0o[0-7]+$/i,freeParseInt=parseInt,toNumber_1=toNumber,FUNC_ERROR_TEXT$2="Expected a function",nativeMax=Math.max,nativeMin=Math.min,debounce_1=debounce,FUNC_ERROR_TEXT$1="Expected a function",throttle_1=throttle$1,Component$11=videojs.getComponent("Component"),DvrProgressControl=function(r){function t(e,n){classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e,n));return s.on("mousemove",s.handleMouseMove),s.on("mouseup",s.handleMouseUp),s}return inherits(t,r),t.prototype.createEl=function(){return r.prototype.createEl.call(this,"div",{className:"vjs-progress-control vjs-control tcp-dvr-progress-control"})},t.prototype.update=function(e){this.getChild("DvrSeekBar").update(e)},t.prototype.handleMouseMove=function(e){var n=this.getChild("DvrSeekBar"),s=n.calculateDistance(e),a=n.getChild("DvrMouseTimeDisplay");a&&a.update(videojs.dom.getBoundingClientRect(n.el()),s)},t.prototype.handleMouseUp=function(e){this.getChild("DvrSeekBar").handleMouseUp(e)},t}(Component$11);DvrProgressControl.prototype.options_={children:["DvrSeekBar"]},videojs.registerComponent("DvrProgressControl",DvrProgressControl);var Slider$2=videojs.getComponent("Slider"),DvrSeekBar=function(r){function t(e,n){classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e,n));return s.percent_=1,s.update=throttle_1(videojs.bind(s,s.update),50),s.on(e,"seekToLive",videojs.bind(s,function(a){this.update(a.data)})),s}return inherits(t,r),t.prototype.createEl=function(){return r.prototype.createEl.call(this,"div",{className:"vjs-progress-holder"},{"aria-label":this.localize("Progress Bar")})},t.prototype.update=function(e){e!=null&&(this.percent_=e,this.bar.update(videojs.dom.getBoundingClientRect(this.el_),e),this.updateAriaAttributes(e))},t.prototype.handleMouseDown=function(e){r.prototype.handleMouseDown.call(this,e),this.isMouseDown=!0},t.prototype.handleMouseMove=function(e){var n=this.calculateDistance(e);this.update(n)},t.prototype.handleMouseUp=function(e){r.prototype.handleMouseUp.call(this);var n=this.calculateDistance(e);this.update(n),this.player().Dvr().timeShift(n)},t.prototype.stepBack=function(){},t.prototype.stepForward=function(){},t.prototype.updateAriaAttributes=function(e){this.el().setAttribute("aria-valuenow",(100*e).toFixed(2))},t.prototype.getPercent=function(){return this.percent_},t}(Slider$2);DvrSeekBar.prototype.options_={children:["DvrMouseTimeDisplay","DvrTimeShiftBar"],barName:"DvrTimeShiftBar"},videojs.registerComponent("DvrSeekBar",DvrSeekBar);var DvrTimeShiftBar=function(r){function t(e,n){classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e,n));return s.el_.style.width="100%",s}return inherits(t,r),t.prototype.createEl=function(){return r.prototype.createEl.call(this,"div",{className:"vjs-play-progress vjs-slider-bar tcp-dvr-time-shift",innerHTML:'<span class="vjs-control-text"><span>'+this.localize("Progress")+"</span>: 100%</span>"})},t.prototype.update=function(e,n){var s=(100*n).toFixed(2)+"%";this.el_.style.width=s},t}(Component$11);videojs.registerComponent("DvrTimeShiftBar",DvrTimeShiftBar);var MouseTimeDisplay$2=videojs.getComponent("MouseTimeDisplay"),DvrMouseTimeDisplay=function(r){function t(){return classCallCheck(this,t),possibleConstructorReturn(this,r.apply(this,arguments))}return inherits(t,r),t.prototype.update=function(e,n){var s=this;this.rafId_&&this.cancelAnimationFrame(this.rafId_),this.rafId_=this.requestAnimationFrame(function(){var a=s.player().Dvr().dvrData.maxTimeShift,l=videojs.formatTime((1-n)*a,a);s.el_.style.left=e.width*n+"px",s.getChild("timeTooltip").update(e,n,l)})},t}(MouseTimeDisplay$2);videojs.registerComponent("DvrMouseTimeDisplay",DvrMouseTimeDisplay);var Button$4=videojs.getComponent("Button"),LiveButton=function(r){function t(){return classCallCheck(this,t),possibleConstructorReturn(this,r.apply(this,arguments))}return inherits(t,r),t.prototype.createEl=function(){var e=Button$4.prototype.createEl.call(this,"button",{className:"vjs-live-control vjs-control"});return this.contentEl_=videojs.dom.createEl("div",{className:"vjs-live-display",innerHTML:this.localize("LIVE")},{"aria-live":"off"}),e.appendChild(this.contentEl_),e},t.prototype.update=function(){},t.prototype.updateControlText=function(e){this.controlText(e?"直播中":"返回直播")},t.prototype.handleClick=function(e){this.player().Dvr().seekToLive()},t}(Button$4);LiveButton.prototype.controlText_="返回直播",videojs.registerComponent("LiveButton",LiveButton);var Plugin$4=videojs.getPlugin("plugin"),Dvr=function(r){function t(e,n){classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e));s.isInit=!1,s.options=n;var a=s;return e.ready(function(){var l=e.tech(!0);l&&l.hlsProvider&&e.one("loadedmetadata",function(u){l.el_.setAttribute("poster",""),a.init(),a.options.liveURL&&a.seekToLive()})}),s}return inherits(t,r),t.prototype.init=function(){var e=this.player,n=e.tech(!0).hlsProvider;if(this.parseM3u8(n.manifests[0]),!this.dvrData.startTime&&!this.isInit)return void e.one("loadedmetadata",videojs.bind(this,function(s){this.init()}));this.initControl(),this.delay=getParams("delay",e.tech_.currentSource_.src)||0,this.updateControl(!this.isLive()),e.on("loadedmetadata",videojs.bind(this,function(){this.parseM3u8(n.manifests[0]),this.delay=getParams("delay",e.tech_.currentSource_.src)||0,this.updateControl()})),this.isInit=!0},t.prototype.initControl=function(){var e=this.player;e.addClass("vjs-dvr"),e.controlBar.getChild("ProgressControl").hide(),e.controlBar.getChild("LiveDisplay").hide(),e.controlBar.addChild("DvrProgressControl",{},5),e.controlBar.addChild("liveButton",{},6)},t.prototype.updateControl=function(e){var n=this.player,s=n.controlBar.getChild("ProgressControl"),a=n.controlBar.getChild("LiveDisplay"),l=n.controlBar.getChild("DvrProgressControl"),u=n.controlBar.getChild("LiveButton");n.toggleClass("vjs-dvr-live",this.isLive()),u.updateControlText(this.isLive()),e&&l.update(1-this.delay/this.dvrData.maxTimeShift),this.dvrData.startTime?(l.show(),u.show(),s.hide(),a.hide()):(l.hide(),u.hide(),s.show(),a.show())},t.prototype.seekToLive=function(){this.isLive()||(this.timeShift(1),this.player.trigger({type:"seekToLive",data:1}))},t.prototype.isLive=function(){return!(this.delay>0)},t.prototype.timeShift=function(e){var n=this.player,s=(n.getChild("ControlBar").getChild("LiveButton"),n.tech_.currentSource_),a=Math.floor(this.dvrData.maxTimeShift*(1-e));this.delay=a,a==0&&this.options.liveURL?n.src(this.options.liveURL):(s.src=(this.options.shiftURL||s.src).replace(/delay=*(\d+)/,"delay="+a),n.src(n.tech_.currentSource_.src)),n.bigPlayButton.hide(),n.posterImage.hide(),n.tech_.one("hlsManifestParsed",videojs.bind(this,function(){n.play()}))},t.prototype.parseM3u8=function(e){this.dvrData={};for(var n=new RegExp([/#EXT-TX-TS-START-TIME:*(.+)/.source,/|#EXT-TX-TS-DURATION:*(.+)/.source].join(""),"g"),s=void 0;(s=n.exec(e))!==null;)s[1]?this.dvrData.startTime=s[1]:s[2]&&(this.dvrData.duration=s[2]);this.dvrData.startTime&&(this.dvrData.maxTimeShift=Math.min(Math.floor(new Date().getTime()/1e3-this.dvrData.startTime),this.dvrData.duration))},t}(Plugin$4);videojs.registerPlugin("Dvr",Dvr);var Menu$4=videojs.getComponent("Menu"),QualitySwitcherMenu=function(r){function t(){return classCallCheck(this,t),possibleConstructorReturn(this,r.apply(this,arguments))}return inherits(t,r),t.prototype.addItem=function(e){r.prototype.addItem.call(this,e)},t}(Menu$4),MenuItem$6=videojs.getComponent("MenuItem"),QualitySwitcherMenuItem=function(r){function t(e,n){return classCallCheck(this,t),possibleConstructorReturn(this,r.call(this,e,n))}return inherits(t,r),t.prototype.handleClick=function(e){if(r.prototype.handleClick.call(this,e),this.updateItems(),this.options_.callback(this.options_),this.options_.trackType=="video"){var n=this.player().controlBar.getChild(this.options_.trackType+"QualitySwitcherMenuButton");n.updateLabel(this.options_),n.unpressButton()}},t.prototype.updateItems=function(){for(var e=this.player().controlBar.getChild(this.options_.trackType+"QualitySwitcherMenuButton"),n=e.getChild(this.options_.trackType+"QualitySwitcherMenu"),s=n.children(),a=0;a<s.length;a++){var l=s[a];this!==l?(l.selected(!1),l.options_.selected=!1):l.options_.selected=!0}},t}(MenuItem$6),MenuButton$2=videojs.getComponent("MenuButton");videojs.getComponent("Menu");var QualitySwitcherMenuButton=function(r){function t(){return classCallCheck(this,t),possibleConstructorReturn(this,r.apply(this,arguments))}return inherits(t,r),t.prototype.createEl=function(){var e=r.prototype.createEl.call(this);return this.labelEl_=videojs.dom.createEl("div",{className:"tcp-quality-switcher-value",innerHTML:""}),e.appendChild(this.labelEl_),e},t.prototype.createMenu=function(){for(var e=this.options_.qualityList,n=new QualitySwitcherMenu(this.player(),{name:this.options_.trackType+"QualitySwitcherMenu"}),s=void 0,a=e.length-1;a>-1;a--){var l=e[a];s=videojs.mergeOptions(l,{trackType:this.options_.trackType,callback:this.options_.callback,selectable:!0}),n.addItem(new QualitySwitcherMenuItem(this.player(),s)),l.selected&&this.updateLabel(l)}return n},t.prototype.updateLabel=function(e){this.labelEl_.innerHTML="<p>"+this.localize(e.label)+"</p>"},t}(MenuButton$2),Plugin$5=videojs.getPlugin("plugin"),TRACK_TYPES=["video","audio","subtitle"],TRACK_CLASS={video:"tcp-video-quality-switcher",audio:"tcp-audio-quality-switcher",subtitle:"tcp-subtitle-quality-switcher"},log$4=videojs.log,QualitySwitcher=function(r){function t(e,n){classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e));return s.options=n,e.on("qualitydataloaded",videojs.bind(s,s.init)),s}return inherits(t,r),t.prototype.init=function(e){log$4("QualitySwitcher initializing",e);var n=this.player,s=e.data.qualityData,a=e.data.callbacks;if(this.setOptions({qualityData:s,callbacks:a}),!n.controlBar)return void log$4("QualitySwitcher can not initialize without control bar");for(var l=0;l<TRACK_TYPES.length;l++){var u=TRACK_TYPES[l],d=u+"QualitySwitcherMenuButton",h=n.controlBar.getChild(d);s[u]&&s[u].length>0&&n.controlBar.options_.QualitySwitcherMenuButton&&(h&&h.el()&&(h.dispose(),n.controlBar.removeChild(h)),this.repleaceLabel(u,s),h=new QualitySwitcherMenuButton(n,{name:d,qualityList:s[u],callback:a[u],trackType:u}),h.addClass(TRACK_CLASS[u]),n.controlBar.addChild(h,{},10))}log$4("QualitySwitcher initialized",e,this)},t.prototype.setOptions=function(e){this.options=videojs.mergeOptions(this.options,e)},t.prototype.setVideoQuality=function(e){if(this.options.qualityData&&this.options.callbacks.video){for(var n=this.options.qualityData.video,s=0;s<n.length;s++)n[s].selected&&(n[s].selected=!1),n[s].id===e.id&&(n[s].selected=!0);this.options.callbacks.video(e)}},t.prototype.getVideoQualityData=function(){return this.options.qualityData?this.options.qualityData.video:void 0},t.prototype.repleaceLabel=function(e,n){if(this.options.qualityLabelList){var s=this.options.qualityLabelList[e],a=n[e];if(a&&a.length>0&&s&&s.length>0)for(var l=0;l<a.length;l++){var u=a[l].label;u=u.slice(0,u.length-1);for(var d=0;d<s.length;d++)if(s[d].height==u){a[l].label=s[d].resolutionName;break}}}},t.prototype.reset=function(){for(var e=this.player,n=0;n<TRACK_TYPES.length;n++){var s=TRACK_TYPES[n],a=e.controlBar&&e.controlBar.getChild(s+"QualitySwitcherMenuButton");a&&a.el()&&(a.dispose(),e.controlBar.removeChild(a))}},t}(Plugin$5);videojs.registerPlugin("QualitySwitcher",QualitySwitcher);var Plugin$6=videojs.getPlugin("plugin"),log$5=videojs.log,defaultOptions={labels:{FLU:"流畅",SD:"标清",HD:"高清",FHD:"超清"},showOrder:["FLU","SD","HD","FHD"],defaultRes:"SD"},MultiResolution=function(r){function t(e,n){classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e));return s.options=n,n.useManualOption&&(s.manualOptions=extend({},n)),s.hasInit=!1,e.on("multiresolutionchange",videojs.bind(s,function(a){a.data&&this.update(data)})),e.on(["resolutionswitching","resolutionswitched"],videojs.bind(s,function(a){a.type=="resolutionswitching"?this.player.addClass("tcp-res-switching"):this.player.removeClass("tcp-res-switching")})),e.ready(videojs.bind(s,function(){var a=e.tech(!0);a&&(a.on("masterplaylistchange",videojs.bind(this,this.onMasterPlaylistChange)),a.on("hlsresolutionswitching",videojs.bind(this,this.onHlsLevelChange)),a.on("hlsresolutionswitched",videojs.bind(this,this.onHlsLevelChange)),a.on("dashqualityswitching",videojs.bind(this,this.onDashQualityChange)),a.on("dashqualityswitched",videojs.bind(this,this.onDashQualityChange))),this.hasInit=!0})),s.init(s.player.options_.multiResolution),s}return inherits(t,r),t.prototype.init=function(e){var n={};this.player.options_.label&&(n.label=this.player.options_.label),this.player.options_.labels&&(n.labels=this.player.options_.label),this.player.options_.showOrder&&(n.showOrder=this.player.options_.showOrder),this.player.options_.defaultRes&&(n.defaultRes=this.player.options_.defaultRes);var s=this.player,a=extend({},defaultOptions,e,this.manualOptions,n),l=a&&a.sources;if(this.options=a,l){log$5("MultiResolution initializing",a);var u=void 0;if(this.currentID=a.defaultRes=l[a.defaultRes]?a.defaultRes:Object.keys(l).shift(),u=l[this.currentID],s.options_.children[0]!="mediaLoader"||this.hasInit)s.src(u);else{var d;(d=s.options_.sources).push.apply(d,u)}this.hasInit||(this.hasInit=!0),s.ready(videojs.bind(this,function(){s.trigger({type:"qualitydataloaded",data:this.initQualityData(a)}),s.one("loadedmetadata",function(){var h=this.tech(!0);h.name_!="flash"&&h.el_.getAttribute("poster")&&(h.el_.removeAttribute("poster"),delete h.el_.poster)})})),log$5("MultiResolution initialized")}},t.prototype.reset=function(){this.player.QualitySwitcher().reset()},t.prototype.update=function(e){this.init(e)},t.prototype.store=function(e){if(!e)return this.options;this.options=videojs.mergeOptions(defaultOptions,this.options,e)},t.prototype.onMasterPlaylistChange=function(e){this.player.trigger({type:"qualitydataloaded",data:e.data})},t.prototype.onHlsLevelChange=function(e){e.type=="hlsresolutionswitching"?this.player.trigger({type:"resolutionswitching",data:e.data}):e.type=="hlsresolutionswitched"&&this.player.trigger({type:"resolutionswitched",data:e.data})},t.prototype.onDashQualityChange=function(e){e.type=="dashqualityswitching"?this.player.trigger({type:"resolutionswitching",data:e.data}):e.type=="dashqualityswitched"&&this.player.trigger({type:"resolutionswitched",data:e.data})},t.prototype.switchResolution=function(e){if(this.currentID!=e.id){var n=this.player,s=n.currentTime(),a=(n.paused(),n.duration()===1/0);if(n.trigger({type:"resolutionswitching",data:e}),a)n.bigPlayButton&&n.bigPlayButton.hide(),n.posterImage&&n.posterImage.hide(),n.one("loadstart",function(){n.play(),n.trigger({type:"resolutionswitched",data:e})});else{var l=n.ended(),u=n.playbackRate(),d=n.controlBar&&n.controlBar.progressControl&&n.controlBar.progressControl.seekBar.playProgressBar.el().style.width||0,h=videojs.browser.IS_IOS||videojs.browser.IS_ANDROID?"loadeddata":"loadedmetadata";n.one(h,function(){n.controlBar&&n.controlBar.progressControl&&(n.controlBar.progressControl.seekBar.playProgressBar.el().style.width=d),l||n.currentTime(s),n.techName_=="Flash"?(n.play(),n.tech(!0).trigger("seeked")):(n.play(),n.playbackRate()!=u&&n.playbackRate(u)),n.trigger({type:"resolutionswitched",data:e})}),n.bigPlayButton&&n.bigPlayButton.hide(),n.posterImage&&n.posterImage.hide(),n.options_.preload=="none"&&n.one("suspend",function(){n.load()})}n.src(this.options.sources[e.id]),a&&setTimeout(function(){n.play(),setTimeout(function(){n.play()},900)},100),this.currentID=e.id}},t.prototype.initQualityData=function(e){var n=[],s=(e.sources,e.labels),a=e.showOrder;return a.length>0&&a.forEach(function(l,u){var d={};d.id=l,d.selected=e.defaultRes===l,d.label=s[l]||l,n.push(d)}),{qualityData:{video:n},callbacks:{video:videojs.bind(this,this.switchResolution)}}},t.prototype.sortSourceOrder=function(e){return[]},t}(Plugin$6);videojs.registerPlugin("MultiResolution",MultiResolution),videojs.getComponent("Flash");var defaultDismiss=!videojs.browser.IS_IPHONE,registerPlugin=videojs.registerPlugin||videojs.plugin,defaults$1={header:"",code:"",message:"",timeout:45e3,dismiss:defaultDismiss,progressDisabled:!1,errors:{1:{type:"MEDIA_ERR_ABORTED"},2:{type:"MEDIA_ERR_NETWORK"},3:{type:"MEDIA_ERR_DECODE"},4:{type:"MEDIA_ERR_SRC_NOT_SUPPORTED"},5:{type:"MEDIA_ERR_ENCRYPTED"},unknown:{type:"MEDIA_ERR_UNKNOWN"},"-1":{type:"PLAYER_ERR_NO_SRC",message:"No video has been loaded."},"-2":{type:"PLAYER_ERR_TIMEOUT",message:"Could not download the video."},10:{type:"SERVER_ERR",message:"Request timed out."},11:{type:"SERVER_ERR",message:"Server is not respond."},12:{type:"DATA_ERR",message:"Server respond error data."},13:{type:"DATA_ERR",message:"No video transcoding information found."},14:{type:"HLS_NETWORK_ERR",message:"A network error caused the media download to fail part-way."},15:{type:"HLS_MEDIA_ERR",message:"The media playback was aborted due to a corruption problem or because the media used features your browser did not support."},16:{type:"HLS_MUX_ERR",message:"The media playback was aborted due to a corruption problem or because the media used features your browser did not support."},17:{type:"HLS_OTHER_ERR",message:"Rise an internal exception when playing HLS."},18:{type:"DRM_ERR",message:"Current browser not support DRM."},20:{type:"PERMISSION_ERR",message:"This website needs a permission to access device motion."},21:{type:"PERMISSION_ERR",message:"This website needs a permission to access device motion."},50:{type:"LICENSE_ERR",message:"License verification failed."},51:{type:"LICENSE_ERR",message:"The license has expired."},52:{type:"LICENSE_ERR",message:"Domain verification failed."},53:{type:"LICENSE_ERR",message:"Time verification failed."},54:{type:"LICENSE_ERR",message:"License type error."},55:{type:"LICENSE_ERR",message:"Lack license url."},56:{type:"LICENSE_ERR",message:"Get license data failed."},60:{type:"SAFECHECK_ERR",message:"Elements check failed."},61:{type:"SAFECHECK_ERR",message:"API check failed."},62:{type:"SAFECHECK_ERR",message:"Environment check failed."},403:{type:"SERVER_ERR",message:"Authentication failed."},500:{type:"SERVER_ERR",message:"Server failed."},1001:{type:"SERVER_ERR",message:"The media file does not exist. Please check if the fileID is correct."},1002:{type:"SERVER_ERR",message:"The trial duration is illegal. The trial duration must be within the video duration."},1003:{type:"SERVER_ERR",message:"Param pcfg is not unique."},1004:{type:"SERVER_ERR",message:"The license has expired. Please check whether the expiration time setting is reasonable."},1005:{type:"SERVER_ERR",message:"Did not find an adaptive stream that can be played."},1006:{type:"SERVER_ERR",message:"Invalid request format, please check the request format."},1007:{type:"SERVER_ERR",message:"AppID is not exist, Please check if the AppID is correct."},1008:{type:"SERVER_ERR",message:"Without anti-leech information."},1009:{type:"SERVER_ERR",message:"psign check failed."},1010:{type:"SERVER_ERR",message:"Other errors."},1011:{type:"SERVER_ERR",message:"Get DRM license url failed"},1012:{type:"SERVER_ERR",message:"Get DRM certificate url failed"},1013:{type:"SERVER_ERR",message:"Psign missing contentInfo error"},1014:{type:"SERVER_ERR",message:"Psign contentInfo.audioVideoType invalid"},1015:{type:"SERVER_ERR",message:"Psign missing rawAdaptiveDefinition error"},1016:{type:"SERVER_ERR",message:"Psign missing drmAdaptiveInfo error"},1017:{type:"SERVER_ERR",message:"Psign missing transcodeDefinition error"},1018:{type:"SERVER_ERR",message:"Psign contentInfo.ResolutionNames json marshal error"},1019:{type:"SERVER_ERR",message:"Get super player config error"},1020:{type:"SERVER_ERR",message:"Get play key info error"},1021:{type:"SERVER_ERR",message:"Qsign invalid"},1022:{type:"SERVER_ERR",message:"Ciphered overlay info invalid"},1023:{type:"SERVER_ERR",message:"Ghost watermark info text is too long"},2001:{type:"SERVER_ERR",message:"System error"},2002:{type:"SERVER_ERR",message:"Panic error"},19:{type:"DATA_ERR",message:"Response data verification failed."},10008:{type:"SERVER_ERR",message:"The media file does not exist. Please check if the fileID is correct."},"-2001":{type:"SERVER_ERR",message:"Current browser not support play this stream, please select another one."},"-2002":{type:"SERVER_ERR",message:"Server respond error data.(eg. stream not exist)"},"-2003":{type:"SERVER_ERR",message:"Video play failed, please refresh to start play again."},"-2004":{type:"SERVER_ERR",message:"Connection to the server has failed and the number of connection retries has exceeded the set value."},"-2005":{type:"SERVER_ERR",message:"Video decoding failure."},PLAYER_ERR_DOMAIN_RESTRICTED:{message:"This video is restricted from playing on your current domain."},PLAYER_ERR_IP_RESTRICTED:{message:"This video is restricted at your current IP address."},PLAYER_ERR_GEO_RESTRICTED:{message:"This video is restricted from playing in your current geographic region."}}},initPlugin=function r(t,e){var n=void 0,s=void 0,a=void 0,l=[];videojs.getComponent("ErrorDisplay").prototype.options_.fillAlways=!1;var u=function(E){e.errors=videojs.mergeOptions(e.errors,E),Object.keys(e.errors).forEach(function(w){var A=e.errors[w];A.type||(A.type=w)})};u();var d=function(){t.clearTimeout(s),a&&(a=!1,t.removeClass("vjs-waiting")),s=t.setTimeout(function(){t.error()||t.paused()||t.ended()||(a=!0,t.addClass("vjs-waiting"))},1e3),t.clearTimeout(n),n=t.setTimeout(function(){t.error()||t.paused()||t.ended()||t.error({code:-2,type:"PLAYER_ERR_TIMEOUT"})},e.timeout),t.error()&&t.error().code===-2&&t.error(null)},h=function(){for(var E=void 0;l.length;)E=l.shift(),t.off(E[0],E[1]);t.clearTimeout(n),t.clearTimeout(s)},p=function(E,w){var A=function(){if(!t.error()){var O=t.$(".vjs-tech");if(O&&O.type==="application/x-shockwave-flash"&&!O.vjs_getProperty)return void t.error({code:-2,type:"PLAYER_ERR_TIMEOUT"});if(t.paused()||t.ended())return d()}w.call(this)};t.on(E,A),l.push([E,A])},g=function(){var E=0;h(),d(),p(["timeupdate","adtimeupdate"],function(){var w=t.currentTime();w!==E&&(E=w,d())}),e.progressDisabled||p("progress",d)},m=function(E){var w="",A=t.error(),O=document_1.createElement("div"),j="";if(A){A=videojs.mergeOptions(A,e.errors[A.code||0]),A.message&&(w='<div class="vjs-errors-message">'+t.localize(A.message)+"</div>"),A.code&&(w+='<div class="vjs-errors-code">'+this.localize("Error Code")+" : "+A.code+"</div>"),A.type&&(w+='<div class="vjs-errors-type">'+this.localize("Error Type")+" : "+A.type+"</div>"),A.code=="10"||A.code,A.code,A.code,O.className="vjs-errors-dialog",j='<div class="vjs-errors-content-container">\n '+w+"\n </div>";var P=t.getChild("errorDisplay");P&&P.closeable(!("dismiss"in A)||A.dismiss)?(O.innerHTML=j,P.fillWith(O),P.contentEl().firstChild.appendChild(P.getChild("closeButton").el())):(O.innerHTML=j,P.fillWith(O)),P.one("modalclose",function(){return t.error(null)})}},y=function E(){h(),t.removeClass("vjs-errors"),t.off("dispose",E),t.off(["aderror","error"],m)},_=function(E){y(),r(t,videojs.mergeOptions(defaults$1,E))};_.extend=function(E){return u(E)},_.getAll=function(){return videojs.mergeOptions(e.errors)},_.disableProgress=function(E){e.progressDisabled=E,g()},t.on("dispose",y),t.on(["aderror","error"],m),t.ready(function(){t.addClass("vjs-errors")}),t.errors=_},errors=function(r){initPlugin(this,videojs.mergeOptions(defaults$1,r))};["extend","getAll","disableProgress"].forEach(function(r){errors[r]=function(){videojs.log.warn("The errors."+r+"() method is not available until the plugin has been initialized!")}}),registerPlugin("Errors",errors);var Plugin$7=videojs.getPlugin("plugin"),cgiSeq={},STATUS_CODE_REPORT_URL="//report.huatuo.qq.com/code.cgi",log$6=videojs.log,Reporter=function(r){function t(e,n){classCallCheck(this,t),log$6("Reporter initilaizing");var s=possibleConstructorReturn(this,r.call(this,e));if(!e.options_.plugins.Reporter){var a;return a=!1,possibleConstructorReturn(s,a)}return s.reportContent={status:"idle"},s.mtaReportCache=[],log$6("Reporter initilaized"),s}return inherits(t,r),t.prototype.setStorage=function(e,n){localStorage.setItem(e,n)},t.prototype.getStorage=function(e){localStorage.getItem(e)},t.prototype.sender=function(e){var n=new Image;n.onload=n.onerror=n.onabort=function(){n.onload=n.onerror=n.onabort=null,n=null},n.src=e},t.prototype.initPlayCgiCodeReport=function(){var e=this.player;e.on("playcgistart",videojs.bind(this,this.onPlayCgiStart)),e.on("playcgiend",videojs.bind(this,this.onPlayCgiEnd))},t.prototype.onPlayCgiStart=function(e){cgiSeq[e.data.time]=cgiSeq[e.data.time]||{},cgiSeq[e.data.time].startTime=e.data.time,cgiSeq[e.data.time].url=e.data.url},t.reportPlayMetrics=function(e,n){xhr.post("https://datacenter.live.qcloud.com",{body:JSON.stringify(e)},function(){n&&n()})},t.prototype.onPlayCgiEnd=function(e){if(cgiSeq[e.data.startTime]){var n=e.data,s=void 0,a=void 0,l=void 0;if(n.error)switch(a=2,n.error.message){case"Timeout":s=10;break;case"ServerError":s=11}else n.result.code==0?(a=1,s=0):(a=3,s=n.result.code),l=n.result.requestId;this.reportPlayCgiToISD("","",a,s,e.data.time-cgiSeq[e.data.startTime].startTime,l,void 0,void 0)}},t.prototype.reportPlayCgiToISD=function(e,n,s,a,l,u,d,h){var p={domain:e||"playvideo.qcloud.com",cgi:n||"/getplayinfo/v2",type:s,code:a,time:l,appid:20370,platform:videojs.browser.IS_IOS?"ios":videojs.browser.IS_ANDROID?"android":"pc",expansion1:u,expansion2:d,expansion3:h};this.sender(unifyProtocol(STATUS_CODE_REPORT_URL)+"?"+serializeParams(p))},t.prototype.reportMTA=function(e,n){window.MtaH5?(this.mtaReportCache.length>0&&(this.mtaReportCache.forEach(function(s){s.call()}),this.mtaReportCache=0),MtaH5.clickStat(e,n)):this.mtaReportCache.push(function(){MtaH5.clickStat(e,n)})},t}(Plugin$7);videojs.registerPlugin("Reporter",Reporter);var store2=createCommonjsModule(function(r){(function(t,e){var n={version:"2.12.0",areas:{},apis:{},inherit:function(a,l){for(var u in a)l.hasOwnProperty(u)||Object.defineProperty(l,u,Object.getOwnPropertyDescriptor(a,u));return l},stringify:function(a){return a===void 0||typeof a=="function"?a+"":JSON.stringify(a)},parse:function(a,l){try{return JSON.parse(a,l||n.revive)}catch(u){return a}},fn:function(a,l){n.storeAPI[a]=l;for(var u in n.apis)n.apis[u][a]=l},get:function(a,l){return a.getItem(l)},set:function(a,l,u){a.setItem(l,u)},remove:function(a,l){a.removeItem(l)},key:function(a,l){return a.key(l)},length:function(a){return a.length},clear:function(a){a.clear()},Store:function(a,l,u){var d=n.inherit(n.storeAPI,function(h,p,g){return arguments.length===0?d.getAll():typeof p=="function"?d.transact(h,p,g):p!==void 0?d.set(h,p,g):typeof h=="string"||typeof h=="number"?d.get(h):typeof h=="function"?d.each(h):h?d.setAll(h,p):d.clear()});d._id=a;try{l.setItem("__store2_test","ok"),d._area=l,l.removeItem("__store2_test")}catch(h){d._area=n.storage("fake")}return d._ns=u||"",n.areas[a]||(n.areas[a]=d._area),n.apis[d._ns+d._id]||(n.apis[d._ns+d._id]=d),d},storeAPI:{area:function(a,l){var u=this[a];return u&&u.area||(u=n.Store(a,l,this._ns),this[a]||(this[a]=u)),u},namespace:function(a,l){if(!a)return this._ns?this._ns.substring(0,this._ns.length-1):"";var u=a,d=this[u];if(!(d&&d.namespace||(d=n.Store(this._id,this._area,this._ns+u+"."),this[u]||(this[u]=d),l)))for(var h in n.areas)d.area(h,n.areas[h]);return d},isFake:function(){return this._area.name==="fake"},toString:function(){return"store"+(this._ns?"."+this.namespace():"")+"["+this._id+"]"},has:function(a){return this._area.has?this._area.has(this._in(a)):this._in(a)in this._area},size:function(){return this.keys().length},each:function(a,l){for(var u=0,d=n.length(this._area);u<d;u++){var h=this._out(n.key(this._area,u));if(h!==void 0&&a.call(this,h,this.get(h),l)===!1)break;d>n.length(this._area)&&(d--,u--)}return l||this},keys:function(a){return this.each(function(l,u,d){d.push(l)},a||[])},get:function(a,l){var u,d=n.get(this._area,this._in(a));return typeof l=="function"&&(u=l,l=null),d!==null?n.parse(d,u):l!=null?l:d},getAll:function(a){return this.each(function(l,u,d){d[l]=u},a||{})},transact:function(a,l,u){var d=this.get(a,u),h=l(d);return this.set(a,h===void 0?d:h),this},set:function(a,l,u){var d=this.get(a);return d!=null&&u===!1?l:n.set(this._area,this._in(a),n.stringify(l),u)||d},setAll:function(a,l){var u,d;for(var h in a)d=a[h],this.set(h,d,l)!==d&&(u=!0);return u},add:function(a,l){var u=this.get(a);if(u instanceof Array)l=u.concat(l);else if(u!==null){var d=typeof u;if(d===typeof l&&d==="object"){for(var h in l)u[h]=l[h];l=u}else l=u+l}return n.set(this._area,this._in(a),n.stringify(l)),l},remove:function(a,l){var u=this.get(a,l);return n.remove(this._area,this._in(a)),u},clear:function(){return this._ns?this.each(function(a){n.remove(this._area,this._in(a))},1):n.clear(this._area),this},clearAll:function(){var a=this._area;for(var l in n.areas)n.areas.hasOwnProperty(l)&&(this._area=n.areas[l],this.clear());return this._area=a,this},_in:function(a){return typeof a!="string"&&(a=n.stringify(a)),this._ns?this._ns+a:a},_out:function(a){return this._ns?a&&a.indexOf(this._ns)===0?a.substring(this._ns.length):void 0:a}},storage:function(a){return n.inherit(n.storageAPI,{items:{},name:a})},storageAPI:{length:0,has:function(a){return this.items.hasOwnProperty(a)},key:function(a){var l=0;for(var u in this.items)if(this.has(u)&&a===l++)return u},setItem:function(a,l){this.has(a)||this.length++,this.items[a]=l},removeItem:function(a){this.has(a)&&(delete this.items[a],this.length--)},getItem:function(a){return this.has(a)?this.items[a]:null},clear:function(){for(var a in this.items)this.removeItem(a)}}},s=n.Store("local",function(){try{return localStorage}catch(a){}}());s.local=s,s._=n,s.area("session",function(){try{return sessionStorage}catch(a){}}()),s.area("page",n.storage("page")),typeof e=="function"&&e.amd!==void 0?e("store2",[],function(){return s}):r.exports?r.exports=s:(t.store&&(n.conflict=t.store),t.store=s)})(commonjsGlobal$1,commonjsGlobal$1&&commonjsGlobal$1.define)}),Plugin$8=videojs.getPlugin("plugin"),log$7=videojs.log,ContinuePlay=function(r){function t(e,n){classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e));return s.options=n,s.init(),s}return inherits(t,r),t.prototype.init=function(e){var n=this.player,s=n.options_,a=void 0;n.off("timeupdate",videojs.bind(this,this.onTimeUpdate)),n.ready(videojs.bind(this,function(){a=s&&s.appID&&s.fileID?s.fileID:this.options.playID,this.playID=a,e&&e.src?this.source=e.src.split("?")[0]:n.cache_&&n.cache_.source&&n.cache_.source.src&&(this.source=n.cache_.source.src.split("?")[0]),(a||this.source)&&(log$7("ContinuePlay initializing"),this.lastTime=store2.get(this.getStoreKey()),n.off("timeupdate",videojs.bind(this,this.onTimeUpdate)),n.on("timeupdate",videojs.bind(this,this.onTimeUpdate)),n.one(this.getTriggerEvent(),videojs.bind(this,this.onPlay)),!this.options.auto&&n.getChild("ContinuePlayTips")&&n.getChild("ContinuePlayTips").close(),log$7("ContinuePlay initialized"),n.trigger({type:"feature",data:"continue"}))}))},t.prototype.onTimeUpdate=function(e){store2.set(this.getStoreKey(),this.player.currentTime())},t.prototype.onPlay=function(e){var n=this.player;Math.round(this.lastTime)>1&&this.player.duration()>1&&this.player.duration()!==1/0&&Math.round(this.lastTime)!=Math.round(this.player.duration())?this.options.auto?this.start():n.addChild("ContinuePlayTips",videojs.mergeOptions(this.options,{time:this.lastTime,resumeCallback:videojs.bind(this,this.start)})):n.techName_=="Flash"&&Math.round(this.lastTime)>1&&Math.round(this.lastTime)!=Math.round(this.player.duration())&&this.player.duration()!==1/0&&!this.player.duration()&&n.one("loadedmetadata",videojs.bind(this,this.onPlay))},t.prototype.start=function(){var e=this.player;e.currentTime(this.lastTime),e.techName_=="Flash"&&e.tech(!0).trigger("seeked"),e.trigger({type:"continueplay",data:{lastTime:this.lastTime}})},t.prototype.generatePlayID=function(){},t.prototype.getStoreKey=function(){return"tcplayer-lpt-"+(this.playID||this.source)},t.prototype.getTriggerEvent=function(){var e=this.player,n=e.options_;return n.autoplay&&e.techName_=="Flash"?"loadedmetadata":"playing"},t}(Plugin$8);videojs.registerPlugin("ContinuePlay",ContinuePlay);var defaults$2={align:"top-left",className:"",content:"",debug:!1,showBackground:!0,attachToControlBar:!1,overlays:[]},Component$12=videojs.getComponent("Component"),dom$1=videojs.dom||videojs,registerPlugin$1=videojs.registerPlugin||videojs.plugin,isNumber=function(r){return typeof r=="number"&&r===r},hasNoWhitespace=function(r){return typeof r=="string"&&/^\S+$/.test(r)},Overlay=function(r){function t(e,n){classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e,n));return["start","end"].forEach(function(a){var l=s.options_[a];if(isNumber(l))s[a+"Event_"]="timeupdate";else if(hasNoWhitespace(l))s[a+"Event_"]=l;else if(a==="start")throw new Error('invalid "start" option; expected number or string')}),["endListener_","rewindListener_","startListener_"].forEach(function(a){s[a]=function(l){return t.prototype[a].call(s,l)}}),s.startEvent_==="timeupdate"&&s.on(e,"timeupdate",s.rewindListener_),s.debug('created, listening to "'+s.startEvent_+'" for "start" and "'+(s.endEvent_||"nothing")+'" for "end"'),s.hide(),s}return inherits(t,r),t.prototype.createEl=function(){var e=this.options_,n=e.content,s=e.showBackground?"tcp-overlay-background":"tcp-overlay-no-background",a=dom$1.createEl("div",{className:"\n tcp-overlay\n tcp-overlay-"+e.align+"\n "+e.className+"\n "+s+"\n vjs-hidden\n "});return typeof n=="string"?a.innerHTML=n:videojs.browser.IS_IE8||n instanceof window_1.DocumentFragment?a.appendChild(n):dom$1.appendContent(a,n),a},t.prototype.debug=function(){if(this.options_.debug){for(var e=videojs.log,n=e,s=arguments.length,a=Array(s),l=0;l<s;l++)a[l]=arguments[l];e.hasOwnProperty(a[0])&&typeof e[a[0]]=="function"&&(n=e[a.shift()]),n.apply(void 0,["overlay#"+this.id()+": "].concat(a))}},t.prototype.hide=function(){return r.prototype.hide.call(this),this.debug("hidden"),this.debug('bound `startListener_` to "'+this.startEvent_+'"'),this.endEvent_&&(this.debug('unbound `endListener_` from "'+this.endEvent_+'"'),this.off(this.player(),this.endEvent_,this.endListener_)),this.options_.once?(videojs.browser.IS_IOS&&videojs.browser.IS_WECHAT?this.player().hasStarted()||this.player().ready(videojs.bind(this,function(){this.startListener_({type:this.startEvent_})})):this.player().hasStarted()||this.on(this.player(),this.startEvent_,this.startListener_),this):(this.startEvent_==="pause"?this.on(this.player(),this.startEvent_,this.startOnPause_):this.on(this.player(),this.startEvent_,this.startListener_),this)},t.prototype.startOnPause_=function(e){var n=this.player();e.type==="pause"?n.seeking()||n.ended()||this.startListener_({type:"pause"}):n.paused()&&this.startListener_({type:"pause"})},t.prototype.shouldHide_=function(e,n){var s=this.options_.end;return isNumber(s)?e>=s:s===n},t.prototype.show=function(){return r.prototype.show.call(this),this.startEvent_==="pause"&&this.off(this.player(),this.startEvent_,this.startOnPause_),this.off(this.player(),this.startEvent_,this.startListener_),this.debug("shown"),this.debug('unbound `startListener_` from "'+this.startEvent_+'"'),this.endEvent_&&(this.debug('bound `endListener_` to "'+this.endEvent_+'"'),this.on(this.player(),this.endEvent_,this.endListener_)),this},t.prototype.shouldShow_=function(e,n){var s=this.options_.start,a=this.options_.end;return isNumber(s)?isNumber(a)?e>=s&&e<a:this.hasShownSinceSeek_?Math.floor(e)===s:(this.hasShownSinceSeek_=!0,e>=s):s===n},t.prototype.startListener_=function(e){var n=this.player().currentTime();this.shouldShow_(n,e.type)&&this.show()},t.prototype.endListener_=function(e){var n=this.player().currentTime();this.shouldHide_(n,e.type)&&this.hide()},t.prototype.rewindListener_=function(e){var n=this.player().currentTime(),s=this.previousTime_,a=this.options_.start,l=this.options_.end;n<s&&(this.debug("rewind detected"),isNumber(l)&&!this.shouldShow_(n)?(this.debug("hiding; "+l+" is an integer and overlay should not show at this time"),this.hasShownSinceSeek_=!1,this.hide()):hasNoWhitespace(l)&&n<a&&(this.debug("hiding; show point ("+a+") is before now ("+n+") and end point ("+l+") is an event"),this.hasShownSinceSeek_=!1,this.hide())),this.previousTime_=n},t}(Component$12);videojs.registerComponent("Overlay",Overlay);var plugin=function(r){var t=this,e=videojs.mergeOptions(defaults$2,r);Array.isArray(this.overlays_)&&this.overlays_.forEach(function(s){t.removeChild(s),t.controlBar&&t.controlBar.removeChild(s),s.dispose()});var n=e.overlays;delete e.overlays,this.overlays_=n.map(function(s){var a=videojs.mergeOptions(e,s);return a.attachToControlBar&&t.controlBar&&a.align.indexOf("bottom")!==-1?t.controlBar.addChild("overlay",a):t.addChild("overlay",a)})};registerPlugin$1("Patch",plugin);var Plugin$9=videojs.getPlugin("plugin"),log$8=videojs.log,locations=["start","pause","ended"],startEvent=["loadstart","pause","ended"],endEvent=["play","play","play"],ImagePatch=function(r){function t(e,n){classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e,n));return s.hasInit=!1,s.init(n),s}return inherits(t,r),t.prototype.init=function(e){var n=this,s=this.player,a={showBackground:!1,overlays:[]};Array.isArray(e)&&e.length>0&&(log$8("ImagePatch initializing"),e.forEach(function(l){var u=void 0,d=void 0,h=void 0,p=void 0,g=document.createDocumentFragment();h=document.createElement("a"),h.className="tcp-overlay-link",h.target="_blank",l.link&&(h.href=l.link),l.url&&(p=n.loadImg(unifyProtocol(l.url),videojs.bind(n,n.onImgLoaded)),p.className="tcp-overlay-img",h.appendChild(p),videojs.browser.IS_IE8?(u=document.createElement("div"),u.className="tcp-overlay-table",d=document.createElement("div"),d.className="tcp-overlay-cell",d.appendChild(h),u.appendChild(d),g.appendChild(u)):g.appendChild(h),a.overlays.push({content:g,className:"tcp-image-patch tcp-image-patch-"+locations[l.location],start:startEvent[l.location],end:endEvent[l.location],once:l.location==0,align:"center"}))}),a.overlays.length>0?(s.Patch(a),s.trigger({type:"feature",data:"patch"}),this.hasInit=!0):this.reset(),log$8("ImagePatch initialized"))},t.prototype.loadImg=function(e,n){var s,a,l,u,d,h=new Image;return h.src=e,h.complete?(n&&n.call(n,h),h):(a=h.width,l=h.height,h.onerror=function(){s.end=!0,h=h.onload=h.onerror=null},s=function(){u=h.width,d=h.height,(u!==a||d!==l||u*d>1024)&&(n&&n.call(n,h),s.end=!0)},s(),h.onload=function(){!s.end&&s(),h=h.onload=h.onerror=null},h)},t.prototype.onImgLoaded=function(e){if(videojs.browser.IE_VERSION){var n=parseInt(this.player.el().currentStyle.width),s=parseInt(this.player.el().currentStyle.height);if(e.width>n||e.height>s){var a=n/(e.width/e.height);e.width/e.height>n/s||(e.style.marginTop=(s-a)/2+"px"),e.style.width="100%",e.style.height="auto"}}},t.prototype.reset=function(){this.hasInit&&(log$8("ImagePatch reset"),this.player.Patch(),this.hasInit=!1)},t}(Plugin$9);videojs.registerPlugin("ImagePatch",ImagePatch);var Plugin$10=videojs.getPlugin("plugin"),log$9=videojs.log,ContextMenu=function(r){function t(e,n){classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e));return s.options=n,log$9("ContextMenu initializing"),s.init(),log$9("ContextMenu initialized"),s}return inherits(t,r),t.prototype.init=function(){this.player.addChild("RightClickPopupMenu",this.options)},t}(Plugin$10);videojs.registerPlugin("ContextMenu",ContextMenu);var Plugin$11=videojs.getPlugin("plugin"),LevelSwitch=function(r){function t(e,n){classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e));return s.options=n,s.init(),s}return inherits(t,r),t.prototype.init=function(){var e=this.player,n=e.options_.plugins.ContextMenu;n&&n.levelSwitch&&n.levelSwitch.open&&e.addChild("LevelSwitchTips",this.options)},t}(Plugin$11);videojs.registerPlugin("LevelSwitch",LevelSwitch);var getParams$1=getParams,Plugin$12=videojs.getPlugin("plugin"),log$11=videojs.log,defaults$3={width:0,height:0,basePath:""},VttThumbnail=function(r){function t(e,n){classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e));return s.hasInit=!1,s.spriteData=[],(n.vttUrl||n.enable===!0)&&(e.ready(videojs.bind(s,function(){this.init(n)})),e.on("loadedmetadata",function(){s.getSpriteConfig()})),s}return inherits(t,r),t.prototype.checkEventDvr=function(){if(get_1(this.player,"options_.plugins.Dvr.mode")!=="event")return!1;var e=this.player.src();if(!e)return!1;var n=getParams$1("txTimeshift",e),s=getParams$1("tsStart",e),a=getParams$1("tsEnd",e);return!!(n&&s&&a)},t.prototype.loadTrackFile=function(e){var n=this,s=this.player,a=s.addRemoteTextTrack({src:e.vttUrl,kind:"metadata"},!0);a&&a.addEventListener("load",function(){n.trackInfo=a})},t.prototype.getSpriteConfig=function(){if(!this.checkEventDvr())return!1;var e=this,n=this.player,s=n.src(),a=getParams$1(s,"tsEnd"),l=parseInt(new Date().getTime()/1e3),u=s.replace("m3u8","json").replace(a,l)+"&tsSpritemode=1",d=s.indexOf("http://")>-1?"http://":"https://",h=s.replace("https://","").replace("http://","").split("/")[0];xhr({url:u,timeout:3e3},function(p,g,m){if(!m)return!1;e.spriteData=JSON.parse(m),e.lastTime=e.spriteData[e.spriteData.length-1].last_time;var y=getParams$1("tsStart",u);e.spriteData.sort(function(w,A){return w.start_time-A.start_time});for(var _=0;_<e.spriteData.length;_++){var E=e.spriteData[_];_==0&&y>E.start_time?(E.hidden_dur=y-E.start_time,E.play_dur=E.end_time-y,E.hasOwnProperty("duration")&&(E.play_dur=E.duration*E.play_dur/(E.end_time-E.start_time),E.hidden_dur=E.duration-E.play_dur)):(E.hidden_dur=0,E.play_dur=E.end_time-E.start_time,E.hasOwnProperty("duration")&&(E.play_dur=E.duration))}e.baseHost=d+h||"http://5000.liveplay.myqcloud.com",e.prefix=e.baseHost+e.spriteData[0].path})},t.prototype.init=function(e){var n=this;if(!videojs.browser.IS_IOS&&!videojs.browser.IS_ANDROID&&this.player.controlBar&&this.player.controlBar.progressControl){if(log$11("VttThumbnail initializing",e),!this.player.controlBar)return void log$11("VttThumbnail can not initialize without control bar");this.options=e;var s=this.player,a=s.controlBar.progressControl;e.vttUrl&&(this.loadTrackFile(e),defaults$3.basePath=parseBasePath(e.vttUrl)),this.initUI(),setTimeout(function(){a.on("mouseenter",videojs.bind(n,n.onMouseEnter)),a.on("mousemove",videojs.bind(n,n.onMouseMove)),a.on("mouseleave",videojs.bind(n,n.onMouseOut))},100),this.hasInit=!0,log$11("VttThumbnail initialized"),s.trigger({type:"feature",data:"thumbnail"})}},t.prototype.initTrackFile=function(e){e.track,this.trackInfo=e},t.prototype.initUI=function(){var e=videojs.dom.createEl("div",{className:"tcp-vtt-thumbnail-container"}),n=videojs.dom.createEl("img",{className:"tcp-vtt-thumbnail-img"});e.appendChild(n),this.containerEl=e,this.imgEl=n,this.player.controlBar.progressControl.el().appendChild(e)},t.prototype.onMouseEnter=function(){this.containerEl.style.display="block"},t.prototype.getRelativeOffset=function(e){for(var n=0,s=e,a=0;a<this.spriteData.length;a++){if(e<n+this.spriteData[a].play_dur){s=e-n+this.spriteData[a].hidden_dur;break}n+=this.spriteData[a].play_dur}return s},t.prototype.getSpritePosition=function(e){var n=this.getRelativeOffset(e),s=Math.floor(n/60),a=Math.floor(n%60/10),l=this.prefix+s+".jpg";l+="?txTimeshift=on";var u=160*Math.floor(a%3),d=90*Math.floor(a/3);return{picUrl:l,xpos:u,ypos:d}},t.prototype.onMouseMove=function(e){var n=void 0,s=void 0,a=void 0,l=void 0,u=void 0,d=void 0,h=void 0,p=void 0,g=0,m=void 0,y=void 0,_=void 0,E=void 0;if(a=this.player.controlBar.progressControl,l=this.player.controlBar.progressControl.seekBar,u=offsetParent(a.el()).getBoundingClientRect(),d=offsetParent(l.el()).getBoundingClientRect(),n=e.clientX,p=this.player.duration(),!+(h=((n-d.left)/l.width()*p).toFixed(3)))return!1;if(get_1(this.player,"options_.plugins.Dvr.mode")==="event"){var w=player.currentPDT()/100;if(w&&(w>this.lastTime||!this.prefix))return this.getSpriteConfig(),!1;var A=this.getSpritePosition(h);return _={h:90,left:0,src:A.picUrl,w:160,x:A.xpos,y:A.ypos},E=n-d.left+_.w/2-l.width(),E=Math.max(0,E),s=n-u.left-_.w/2-E,s=Math.max(l.el().offsetLeft,s),_.left=s,this.setView(_),!1}if(!this.trackInfo)return!1;for(m=this.trackInfo.track||this.trackInfo;g<m.cues.length;){if(y=m.cues[g],y.startTime<=h&&y.endTime>=h){_=parseImageLink(y.text);break}g++}if(!_)return this.onMouseOut(),!1;E=n-d.left+_.w/2-l.width(),E=Math.max(0,E),s=n-u.left-_.w/2-E,s=Math.max(l.el().offsetLeft,s),_.left=s,this.setView(_)},t.prototype.onMouseOut=function(){this.containerEl.style.display="none"},t.prototype.setView=function(e){var n=this.containerEl,s=this.imgEl,a=this.options;n.style.width==e.w&&n.style.height==e.h||(n.style.width=e.w+"px",n.style.height=e.h+"px"),n.style.left=e.left+"px",s.src!==e.src&&(a.imgUrl&&s.src!=a.imgUrl?s.src=a.imgUrl:s.src=e.src),s.style.left=-e.x+"px",s.style.top=-e.y+"px",s.style.clip="rect("+e.y+"px,"+(e.w+e.x)+"px,"+(e.y+e.h)+"px,"+e.x+"px)"},t.prototype.reset=function(){if(this.hasInit){log$11("VttThumbnail reset");var e=this.player,n=e.controlBar.progressControl;n.off("mousemove",videojs.bind(this,this.onMouseMove)),n.off("mouseleave",videojs.bind(this,this.onMouseOut)),this.hasInit=!1}},t}(Plugin$12),getComputedStyle=function(r,t){return function(e){return window.getComputedStyle?window.getComputedStyle(r,t)[e]:r.currentStyle[e]}},offsetParent=function r(t){return t.nodeName!=="HTML"&&getComputedStyle(t)("position")==="static"?r(t.offsetParent):t},parseImageLink=function(r){var t=void 0,e=void 0,n=void 0;if((e=r.indexOf("#"))===-1)return{src:r,w:0,h:0,x:0,y:0};if(t=r.substring(0,e),/^(http:|https:|\/\/)/.test(t)||(t=defaults$3.basePath+t),n=r.substring(e+1),n.substring(0,5)!=="xywh=")return{src:t,w:0,h:0,x:0,y:0};var s=n.substring(5).split(",");return{src:t,w:parseInt(s[2]),h:parseInt(s[3]),x:parseInt(s[0]),y:parseInt(s[1])}},parseBasePath=function(r){/^(\/\/)/.test(r)&&(r="https:"+r);var t=/(\w+):\/\/([^\:|\/]+)(\:\d*)?(.*\/)([^#|\?|\n]+)?(#.*)?(\?.*)?/i,e=r.match(t);if(e&&e[2]&&e[4])return"//"+e[2]+e[4]};videojs.registerPlugin("VttThumbnail",VttThumbnail);var Plugin$13=videojs.getPlugin("plugin"),log$12=videojs.log,PlayerMetrics=function(r){function t(e,n){classCallCheck(this,t),log$12("PlayerMetrics initializing");var s=possibleConstructorReturn(this,r.call(this,e));if(e.options_.reportable===!1){var a;return a=!1,possibleConstructorReturn(s,a)}return s.player=e,s.checkPrevData(),s.initData(),s.registerListener(),log$12("PlayerMetrics initialized"),s}return inherits(t,r),t.prototype.checkPrevData=function(){var e=localStorage.getItem("tcplayer_data");if(e){var n=JSON.parse(e);Reporter.reportPlayMetrics(n,function(){localStorage.removeItem("tcplayer_data")})}},t.prototype.initData=function(){this.bytes_token=guid(),this.vodBaseData={uint32_service:2,uint32_platform:3,bytes_version:String(version),uint64_appid:0,bytes_bizid:this.guid("dev_uuid"),bytes_stream_id:"",uint32_module_id:1011,uint32_data_type:1,uint32_command:40303,uint64_data_time:0,bytes_token:this.bytes_token,token:this.bytes_token,dev_uuid:this.guid("dev_uuid"),str_app_name:"",str_app_version:"",str_stream_url:"",str_brand_type:this.getDevice(),str_device_resolution:screen.width+"_"+screen.height,str_device_type:"",str_package_name:"",str_sdk_name:"TCPlayer",str_user_id:this.guid("dev_uuid"),sys_type:this.getSystem(),sys_version:String(this.getSystemVer()),str_user_agent:USER_AGENT,str_browser_version:String(this.getBrowserVer()),str_browser_model:String(this.getBrowser()),u32_app_id:String(this.player.options_.appID),str_fileid:String(this.player.options_.fileID),u32_network_type:this.getNetworkType()},this.liveBaseData={str_user_id:this.guid("dev_uuid"),dev_uuid:this.guid("dev_uuid"),str_session_id:this.bytes_token,bytes_token:this.bytes_token,str_device_type:"",str_os_info:this.getSystem(),str_package_name:"",u32_network_type:this.getNetworkType()!=="0xFF"?this.getNetworkType():"",u32_server_ip:"",str_stream_url:this.player.cache_.src,u64_timestamp:this.player.startTime,u32_link_type:1,u32_channel_type:1,str_app_version:"",platform:3,uint32_platform:3,str_browser_version:this.getBrowserVer(),str_browser_model:this.getBrowser(),str_user_agent:USER_AGENT,u32_video_drop:"",u32_drop_usage:"",float64_rtt:""},this.features=[],this.afterCanplay=!1,this.videoDuration=0,this.consumeDuration=0,this.playScene=1,this.timing={},this.playStatus={isFirstPlay:!1,pauseDuration:0},this.contentComputTimePoint=[],this.firstFrameDuration=0,this.firstIFrameDuration=0,this.blockInterval=5e3,this.bufferBlock=[],this.u32_drm_type="plain",this.resetLagStatus(),this.resetBlockData()},t.prototype.getComsumeDuration=function(e){var n=getTimeStamp()-this.timing.firstPlaying;this.consumeDuration=n-this.lagStatus.lagDuration-this.playStatus.pauseDuration,e&&this.consumeDuration<0&&(this.consumeDuration=n>0?n:0)},t.prototype.registerListener=function(){var e=this.player;e.on("loadedmetadata",videojs.bind(this,this.onLoadedmetadata)),e.one("canplay",videojs.bind(this,this.oneCanplay)),e.one("play",videojs.bind(this,this.onePlay)),e.on("play",videojs.bind(this,this.onPlay)),e.on("playing",videojs.bind(this,this.onPlaying)),e.on("seeking",videojs.bind(this,this.onSeeking)),e.on("seeked",videojs.bind(this,this.onSeeked)),e.on("error",videojs.bind(this,this.onError)),e.on("resolutionswitching",videojs.bind(this,this.onResolutionSwitching)),e.on("pause",videojs.bind(this,this.onPause)),e.on("playcgiend",videojs.bind(this,this.onPlaycgiend)),e.on("ended",videojs.bind(this,this.onEnded)),e.on("feature",videojs.bind(this,this.onFeature)),e.on("dispose",videojs.bind(this,this.onDispose)),document.addEventListener("visibilitychange",videojs.bind(this,this.onVisibilityChange)),window.addEventListener("pagehide",videojs.bind(this,this.onPageHide))},t.prototype.onPageHide=function(){this.saveData()},t.prototype.onVisibilityChange=function(){document.visibilityState==="hidden"&&this.saveData()},t.prototype.saveData=function(){this.bytes_token&&this.playScene!==3&&this.player&&(this.getComsumeDuration(),this.report(this.playScene===2?40304:40102,{},function(e){localStorage.setItem("tcplayer_data",JSON.stringify(e))}))},t.prototype.onLoadedmetadata=function(){this.player.tech_.webrtcProvider?this.playScene=3:this.playScene=this.player.duration()===1/0?1:2,this.videoDuration=parseInt(this.player.duration())||0,videojs.bind(this,this.calculateFirstFrameDuration)(),this.playScene===2&&this.report(40303)},t.prototype.oneCanplay=function(){videojs.bind(this,this.calculateFirstFrameDuration)(),this.playScene===1&&this.report(40101)},t.prototype.calculateFirstFrameDuration=function(){var e=getperformance();e.mark&&e.measure&&e.getEntriesByName&&(e.mark("firstIFrameEnd"),e.measure("firstIFrame","firstFrameStart","firstIFrameEnd"),this.firstIFrameDuration=e.getEntriesByName("firstIFrame")[0].duration)},t.prototype.onePlay=function(){var e=this;this.setTimingData({firstPlay:getTimeStamp()});var n=this.player.el_.firstChild;this.bufferStart=n&&n.buffered&&n.buffered.length>0?n.buffered.start(n.buffered.length-1):0,this.bufferBlock=[this.bufferStart];var s=this.player.getVideoPlaybackQuality();this.recvFrames=s.totalVideoFrames,this.renderedFrames=s.totalVideoFrames-s.droppedVideoFrames,this.blockStartTime=getTimeStamp(),this.blockTimer=setInterval(function(){if(e.playScene===2)return!1;if(e.lagStatus.lagging&&e.lagStatus.lagStart){var a=getTimeStamp()-e.lagStatus.lagStart;a>e.blockInterval?e.blockData.lagBlockDuration=e.blockInterval:e.blockData.lagBlockDuration+=a}e.blockStartTime=getTimeStamp();var l=n&&n.buffered&&n.buffered.length>0?n.buffered.end(n.buffered.length-1):0,u=e.player.getVideoPlaybackQuality(),d=u.totalVideoFrames,h=u.totalVideoFrames-u.droppedVideoFrames;Object.assign(e.blockData,{buffer_avg:parseInt(1e3*(l-e.bufferStart)),recv_frames:d-e.recvFrames,render_frames:h-e.renderedFrames}),e.bufferBlock.push(e.blockData.buffer_avg),e.bufferStart=l,e.recvFrames=d,e.renderedFrames=h,e.report(40100)},this.blockInterval)},t.prototype.onDispose=function(){clearInterval(this.blockTimer)},t.prototype.onPlay=function(){this.playStatus.pauseTime&&(this.playStatus.pauseDuration=this.playStatus.pauseDuration+getTimeStamp()-this.playStatus.pauseTime,this.playStatus.pauseTime=0)},t.prototype.onPlaying=function(){var e=this;if(!this.playStatus.isFirstPlay&&(this.playStatus.isFirstPlay=!0,this.setTimingData({firstPlaying:getTimeStamp()}),this.player.on("waiting",function(){e.lagStatus.lagging||e.player.seeking()||e.lagStatus.skip||(e.lagStatus.lagging=!0,e.lagStatus.lagStart=getTimeStamp())}),this.player.currentSource().keySystems)){var n=this.player.currentSource().keySystems;n.plain&&(this.u32_drm_type="plain"),n.SimpleAES&&(this.u32_drm_type="SimpleAES")}this.lagStatus.lagging&&(this.lagStatus.lagEnd=getTimeStamp())-this.lagStatus.lagStart>this.lagStatus.lagInterval&&(this.lagStatus.lagging=!1,this.lagStatus.lagCount++,this.lagStatus.lagAvg.push(this.lagStatus.lagEnd-this.lagStatus.lagStart),this.lagStatus.lagDuration+=this.lagStatus.lagEnd-this.lagStatus.lagStart,this.lagStatus.lagStart<this.blockStartTime&&(this.blockData.lagBlockDuration=this.lagStatus.lagEnd-this.blockStartTime),this.lagStatus.lagStart>=this.blockStartTime&&(this.blockData.lagBlockDuration+=this.lagStatus.lagEnd-this.lagStatus.lagStart),this.lagStatus.lagEnd=this.lagStatus.lagStart=0,this.lagStatus.isFirstLag||(this.lagStatus.isFirstLag=!0,this.setTimingData({firstLag:getTimeStamp()}))),[60,200,500,1e3].forEach(function(s){e.lagStatus.lagging&&(e.lagStatus.lagEnd=getTimeStamp())-e.lagStatus.lagStart>s&&e.blockData["lagCount_"+s]++}),this.lagStatus.skip=!1},t.prototype.onSeeking=function(){this.contentComputTimePoint.push({type:"end",time:this.player.currentTime()})},t.prototype.onSeeked=function(){this.contentComputTimePoint.push({type:"start",time:this.player.currentTime()})},t.prototype.onError=function(e){this.getComsumeDuration(!0);var n={u64_err_code:e.data.code,str_err_info:e.data.message||(defaults$1.errors[e.data.code]||{}).message},s=(this.player.cache_.src||"").indexOf("vod")>-1||this.player.options_.fileID;e&&e.data&&e.data.code&&(this.playScene===2&&s?this.report(40304,n):this.afterCanplay?this.report(40102,n):this.report(40101,n))},t.prototype.onResolutionSwitching=function(){this.lagStatus.skip=!0},t.prototype.onPause=function(){this.playStatus.pauseTime=getTimeStamp(),this.lagStatus.lagging&&(this.lagStatus.skip=!0)},t.prototype.onPlaycgiend=function(e){var n=this,s=e.data;s.result&&s.result.code==0&&(this.playStatus.requestID=s.result.requestId,setTimeout(function(){if(n.player.currentSources().length>0&&n.player.currentSources()[0].keySystems){var a=n.player.currentSources()[0].keySystems;a["com.widevine.alpha"]&&n.reportMTA("drm",{initialized:"Widevine"}),a["com.apple.fps.1_0"]&&n.reportMTA("drm",{initialized:"FairPlay"})}else n.player.options_.plugins.DRM&&n.player.options_.plugins.DRM.token&&n.reportMTA("drm",{initialized:"SimpleAES"})},0)),this.setTimingData({cgiStart:e.data.startTime,cgiEnd:e.data.time})},t.prototype.onEnded=function(){this.getComsumeDuration(),this.playScene===1?this.report(40102):this.report(40304)},t.prototype.onFeature=function(e){this.features.indexOf(e.data)==-1&&this.features.push(e.data)},t.prototype.guid=function(e){var n=localStorage.getItem(e);return n||(n=guid(),localStorage.setItem(e,n)),n},t.prototype.report=function(e){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},s=arguments[2];if(this.playScene===3)return!1;e&&this["report_"+e](n,s)},t.prototype.report_40101=function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};if(!this.player)return!1;var n={uint64_data_time:getTimeStampBySecond(),str_stream_url:this.player.cache_.src,u64_timestamp:this.player.startTime,u32_dns_time:"",u32_connect_server_time:parseInt(this.firstFrameDuration),u32_video_decode_type:0,u32_first_frame_down:parseInt(this.firstFrameDuration),u32_first_video_decode_time:parseInt(this.firstIFrameDuration),u32_first_i_frame:parseInt(this.firstIFrameDuration),u32_first_audio_frame_down:parseInt(this.firstFrameDuration),u32_first_audio_render_time:parseInt(this.firstIFrameDuration),u64_err_code:e.u64_err_code||"",str_err_info:e.str_err_info||""},s={app_id:0,data:[Object.assign({},this.liveBaseData,n,e)],module_id:1005,command:40101};Reporter.reportPlayMetrics(s)},t.prototype.report_40100=function(e){var n=this,s=this.player||{};this.blockData=this.blockData||{};var a={u32_cpu_usage:"",u32_app_cpu_usage:"",u32_avg_memory:"",u32_avg_cpu_usage:"",str_stream_url:s.cache_&&s.cache_.src,uint64_data_time:getTimeStampBySecond(),u32_recv_av_diff_time:0,u32_play_av_diff_time:0,u64_playtime:getTimeStamp()-this.timing.firstPlaying,u32_audio_decode_type:2,u32_audio_block_count:this.blockData.lagCount_500,u32_audio_cache_time:this.blockData.buffer_avg,u32_audio_drop:"",u32_video_decode_type:0,u32_video_recv_fps:this.blockData.recv_frames,u32_fps:this.blockData.render_frames,u32_video_cache_time:this.blockData.buffer_avg,u32_avg_cache_count:0,u32_video_block_count:this.blockData.lagCount_1000,u32_avg_net_speed:"",u32_video_light_block_count:this.blockData.lagCount_200,u32_video_large_block_count:this.blockData.lagCount_500,u32_audio_jitter_60ms_count:this.blockData.lagCount_60,u32_video_decode_fail:"",u32_audio_decode_fail:"",u32_avg_video_bitrate:0,u32_avg_audio_bitrate:0,u32_block_usage:1e3*parseInt(this.blockData.lagBlockDuration/this.blockInterval)},l={app_id:0,data:[Object.assign({},this.liveBaseData,a,e)],module_id:1005,command:40100};Reporter.reportPlayMetrics(l,function(){n.resetBlockData()})},t.prototype.report_40102=function(){var e=this,n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},s=arguments[1],a=this.player||{},l=0,u=0,d=0;JSON.stringify(a)!=="{}"?(l=this.lagStatus.lagAvg.length>0?this.lagStatus.lagAvg.reduce(function(g,m){return g+m},0)/this.lagStatus.lagAvg.length:0,u=this.bufferBlock.length>0?this.bufferBlock.reduce(function(g,m){return g+m},0)/this.bufferBlock.length:0,d=(a.getVideoPlaybackQuality&&a.getVideoPlaybackQuality()||{}).totalVideoFrames/n.duration):this.resetLagStatus();var h={uint64_data_time:getTimeStampBySecond(),str_stream_url:a.cache_&&a.cache_.src,u64_timestamp:getTimeStamp(),u32_avg_cpu_usage:"",u32_avg_memory:"",u64_begin_timestamp:a.startTime,u32_result:this.consumeDuration,u64_err_code:n.u64_err_code,u32_speed_cnt:0,u32_avg_cache_time:u,u32_max_load:Math.max.apply(Math,this.lagStatus.lagAvg),u32_audio_block_time:this.lagStatus.lagDuration,u32_avg_load:l,u32_load_cnt:this.lagStatus.lagAvg.length||0,u32_nodata_cnt:this.lagStatus.lagAvg.length||0,u32_first_i_frame:this.firstIFrameDuration,u32_video_width:a.width_,u32_video_height:a.height_,u32_video_avg_fps:d,u32_avg_block_time:l,u64_block_count:this.lagStatus.lagAvg.length||0,u32_video_block_time:this.lagStatus.lagDuration,u64_jitter_cache_max:0,u64_block_duration_max:Math.max.apply(Math,this.lagStatus.lagAvg),u64_jitter_cache_avg:0,u32_ip_count_quic:"",u32_connect_count_quic:"",u32_connect_count_tcp:"",u32_is_real_time:"",u32_first_frame_black:"",u32_delay_report:0},p={app_id:0,data:[Object.assign({},this.liveBaseData,h,n)],module_id:1005,command:40102};return n.u32_delay_report?(localStorage.setItem("tcplayer_data",JSON.stringify(p)),!1):s?(p.data.u32_delay_report=1,s(p)):void Reporter.reportPlayMetrics(p,function(){e.bytes_token=null,localStorage.removeItem("tcplayer_data")})},t.prototype.report_40303=function(){this.setTimingData({initEnd:getTimeStamp()});var e={msg_client_ip:{uint32_ip:""},uint32_service:this.playScene,uint64_data_time:getTimeStampBySecond(),str_stream_url:this.player.cache_.src,uint32_command:40303},n={app_id:0,data:[Object.assign({},this.vodBaseData,e)],module_id:1011,command:40303};Reporter.reportPlayMetrics(n)},t.prototype.report_40304=function(){var e=this,n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},s=arguments[1],a=this.lagStatus.lagAvg.length>0?this.lagStatus.lagAvg.reduce(function(d,h){return d+h},0)/this.lagStatus.lagAvg.length:0,l={uint64_data_time:getTimeStampBySecond(),uint32_command:40304,str_stream_url:this.player.cache_.src,u32_timeuse:String(parseInt(this.consumeDuration/1e3)||0),u32_videotime:String(this.videoDuration),u32_avg_load:String(a),u32_load_cnt:String(this.lagStatus.lagCount),u32_max_load:this.lagStatus.lagAvg.length>0?String(Math.max.apply(Math,this.lagStatus.lagAvg)):String(0),u32_avg_block_time:String(this.lagStatus.lagDuration),u32_player_type:String(4),u32_dns_time:"",u32_tcp_did_connect:"",u32_first_video_packet:String(parseInt(this.firstFrameDuration)),u32_first_i_frame:String(parseInt(this.firstIFrameDuration)),u32_server_ip:"",u32_drm_type:this.u32_drm_type,u32_playmode:String(1),u64_err_code:String(n.u64_err_code||""),str_err_info:String(n.str_err_info||""),u32_video_decode_type:String(0),u32_speed:this.player&&String(100*this.player.playbackRate())||"1000"},u={app_id:0,data:[Object.assign({},this.vodBaseData,l)],module_id:1011,command:40304};if(s)return s(u);Reporter.reportPlayMetrics(u,function(){e.bytes_token=null,localStorage.removeItem("tcplayer_data")})},t.prototype.setTimingData=function(e){this.timing=videojs.mergeOptions(this.timing,e)},t.prototype.reset=function(){this.playStatus={isFirstPlay:!1}},t.prototype.resetLagStatus=function(){this.lagStatus={lagCount:0,lagging:!1,lagStart:0,lagEnd:0,lagInterval:500,lagDuration:0,lagAvg:[],isFirstLag:!1,skip:!1}},t.prototype.resetBlockData=function(){this.blockData={lagCount_60:0,lagCount_200:0,lagCount_500:0,lagCount_1000:0,lagBlockDuration:0,buffer_avg:0,recv_frames:0,render_frames:0}},t.prototype.reportMTA=function(e,n){},t.prototype.getSystem=function(){return IS_IOS?"ios":IS_ANDROID?"android":IS_WIN?"win":IS_MAC?"mac":"other"},t.prototype.getSystemVer=function(){var e=this.getSystem();return e=="ios"?IOS_VERSION:e=="android"?ANDROID_VERSION:e=="win"?WIN_VER:e=="mac"?MAC_VER:void 0},t.prototype.getBrowser=function(){return IS_FIREFOX?"firefox":IS_EDGE?"edge":IS_MQQB?"mqq":IS_QQB?"qq":IS_TBS?"tbs":IS_CHROME?"chrome":IE_VERSION?"ie":IS_SAFARI?"safari":"other"},t.prototype.getBrowserVer=function(){var e=this.getBrowser();return e=="firefox"?FIREFOX_VER:e=="edge"?EDGE_VER:e=="chrome"?CHROME_VER:e=="ie"?IE_VERSION:e=="safari"?SAFARI_VER:e=="qq"||e=="mqq"?QQ_VER:e=="tbs"?TBS_VERSION:"other"},t.prototype.getDevice=function(){return IS_IOS?"IPHONE":IS_HUAWEI?"HUAWEI":IS_XIAOMI?"XIAOMI":IS_OPPO?"OPPO":IS_VIVO?"VIVO":IS_SX?"SUMSUNG":IS_CP?"COOLPAD":IS_ONE?"ONEPLUS":IS_ZX?"ZTE":"OTHER"},t.prototype.getMediaType=function(){return this.player.src()&&/\/(.+)\.(.+)\?|\/(.+)\.(.+)/.test(this.player.src()),RegExp.$2||RegExp.$4},t.prototype.getNetworkType=function(){var e=navigator.userAgent,n=e.match(/NetType\/\w+/)?e.match(/NetType\/\w+/)[0]:"NetType/other";n=n.toLowerCase().replace("nettype/","");var s;switch(n){case"wifi":s="1";break;case"4g":s="2";break;case"3g":case"3gnet":s="3";break;case"2g":s="4";break;default:s="0xFF"}return s},t}(Plugin$13);videojs.registerPlugin("PlayerMetrics",PlayerMetrics);var Plugin$14=videojs.getPlugin("plugin"),log$13=videojs.log,ProgressMarker=function(r){function t(e,n){classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e));return e.ready(videojs.bind(s,s.init)),s}return inherits(t,r),t.prototype.init=function(){var e=this.player;if(e.options_.dots){var n=function a(){Array.isArray(e.options_.dots)&&e.options_.dots.length>0&&(e.options_.dots.forEach(function(l){!l.emitted&&l.timeOffset-1e3*(e.currentTime()||0)<500&&(l.emitted=!0,e.trigger("marker",l.content))}),e.options_.dots[e.options_.dots.length-1].emitted||window.requestAnimationFrame(a))};window.requestAnimationFrame(n)}if(IS_IOS||IS_ANDROID)return!1;if(!e.controlBar||!this.player.controlBar.progressControl)return void log$13("ProgressMarker can not initialize without control bar or progress control");log$13("ProgressMarker initializing");var s=e.controlBar.getChild("ProgressControl").getChild("SeekBar");s.getChild("ProgressMarkerGenerator")&&s.removeChild("ProgressMarkerGenerator"),e.options_.plugins.ProgressMarker&&(s.addChild("ProgressMarkerGenerator"),log$13("ProgressMarker initialized"),e.trigger({type:"feature",data:"marker"}))},t}(Plugin$14);videojs.registerPlugin("ProgressMarker",ProgressMarker);var Component$15=videojs.getComponent("Component"),PlayListItem=function(r){function t(e,n){return classCallCheck(this,t),possibleConstructorReturn(this,r.call(this,e,n))}return inherits(t,r),t.prototype.createEl=function(){var e=this.options_,n=videojs.dom.createEl("div",{className:"tcp-playlist-item"}),s=videojs.dom.createEl("div",{className:"tcp-playlist-item-video",innerHTML:e.img?'<img src="'+e.img+'" class="tcp-playlist-item-img">':'<img src="https://imgcache.qq.com/open_proj/proj_qcloud_v2/mc_2014/video/console/v2/css/img/vod/default-cover.png" height="100" class="tcp-playlist-item-img">'}),a=videojs.dom.createEl("div",{className:"tcp-playlist-item-duration",textContent:this.timeFormat(e.duration)});s.appendChild(a);var l=videojs.dom.createEl("div",{className:"tcp-playlist-item-desc",textContent:e.text});return n.appendChild(s),n.appendChild(l),this.bindEvent(n),n},t.prototype.bindEvent=function(e){var n=this;videojs.on(e,["click"],function(){n.player_.trigger({type:"playItem",data:n.options_})})},t.prototype.timeFormat=function(e){var n="",s=Math.floor(e/3600);s!=0&&(e-=3600*s,s<10&&(s="0"+s),n+=s+":");var a=Math.floor(e/60);return a<10&&(a="0"+a),e-=60*a,e<10&&(e="0"+e),n+=a+":"+e},t}(Component$15);videojs.registerComponent("PlayListItem",PlayListItem);var Component$16=videojs.getComponent("Component"),PlayListTitle=function(r){function t(e,n){return classCallCheck(this,t),possibleConstructorReturn(this,r.call(this,e,n))}return inherits(t,r),t.prototype.createEl=function(){var e=this.options_;return videojs.dom.createEl("div",{className:"tcp-playlist-title",textContent:e.title})},t}(Component$16);videojs.registerComponent("PlayListTitle",PlayListTitle);var Component$14=videojs.getComponent("Component"),PlayListBox=function(r){function t(e,n){classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e,n));return s.init(),s.activeIndex=-1,s}return inherits(t,r),t.prototype.createEl=function(){return videojs.dom.createEl("div",{className:"tcp-playlist-box"})},t.prototype.init=function(){var e=this,n=this.options_.data;this.addChild("PlayListTitle",{title:this.options_.title}),n.forEach(function(s,a){s.index=a,e.addChild("PlayListItem",s)}),this.player_.on("ready",function(){e.options_.loop&&(e.activeIndex=0,e.player_.on("ended",videojs.bind(e,function(){e.player_.trigger({type:"playItem"})})))}),this.player_.on("playItem",function(s){var a=s.data,l=void 0;e.activeIndex=a?a.index:(e.activeIndex+1)%n.length,l=n[e.activeIndex],e.player_.loadVideoByID({fileID:l.fileID,appID:l.appID,psign:l.psign}),e.player_.one("loadedmetadata",videojs.bind(e,function(){e.player_.play()})),document.querySelectorAll(".tcp-playlist-item").forEach(function(d){videojs.dom.removeClass(d,"tcp-playlist-item-active")});var u=document.querySelectorAll(".tcp-playlist-item")[e.activeIndex];videojs.dom.addClass(u,"tcp-playlist-item-active")})},t}(Component$14);videojs.registerComponent("PlayListBox",PlayListBox);var Component$17=videojs.getComponent("Component"),PlayListToggle=function(r){function t(e,n){classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e,n));return s.status=0,s}return inherits(t,r),t.prototype.createEl=function(){var e=videojs.dom.createEl("div",{className:"tcp-playlist-toggle",textContent:"<"});return this.bindEvent(e),e},t.prototype.bindEvent=function(e){var n=this;videojs.on(e,["click"],function(s){n.status=!n.status;var a=document.querySelector(".tcp-playlist");n.status?(e.textContent=">",videojs.dom.addClass(a,"tcp-playlist-open"),videojs.dom.removeClass(a,"tcp-playlist-close")):(videojs.dom.addClass(a,"tcp-playlist-close"),videojs.dom.removeClass(a,"tcp-playlist-open"),e.textContent="<")})},t}(Component$17);videojs.registerComponent("PlayListToggle",PlayListToggle);var Component$13=videojs.getComponent("Component"),PlayList$1=function(r){function t(e,n){classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e,n));return s.init(),s}return inherits(t,r),t.prototype.createEl=function(){return videojs.dom.createEl("div",{className:"tcp-playlist tcp-playlist-close"})},t.prototype.init=function(){this.addChild("PlayListToggle"),this.addChild("PlayListBox",this.options_)},t}(Component$13);videojs.registerComponent("PlayList",PlayList$1);var Button$5=videojs.getComponent("Button"),PlayNextButton=function(r){function t(e,n){classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e,n));return s.addClass(),s}return inherits(t,r),t.prototype.addClass=function(){videojs.dom.addClass(this.el_,"vjs-play-next")},t.prototype.update=function(){},t.prototype.handleClick=function(e){this.player_.trigger({type:"playItem"})},t}(Button$5);PlayNextButton.prototype.controlText_="Play Next",videojs.registerComponent("PlayNextButton",PlayNextButton);var Plugin$15=videojs.getPlugin("plugin"),log$14=videojs.log,PlayList=function(r){function t(e,n){classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e));return IS_IOS||IS_ANDROID?possibleConstructorReturn(s):(s.options=n,n&&n.data instanceof Array&&n.data.length>0&&e.ready(videojs.bind(s,s.init)),s)}return inherits(t,r),t.prototype.init=function(){log$14("PlayList initializing"),this.player.addChild("PlayList",this.options),this.player.controlBar.addChild("PlayNextButton",{},1),log$14("PlayList initialized"),this.player.trigger({type:"feature",data:"playlist"})},t}(Plugin$15);videojs.registerPlugin("PlayList",PlayList);var Plugin$16=videojs.getPlugin("plugin"),log$15=videojs.log,HLSToken=function(r){function t(e,n){classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e));return log$15("HLSToken",e,n),s.init(n),s}return inherits(t,r),t.prototype.init=function(e){log$15("HLSToken init",e,this.player);var n=this.player;e.token&&(this.options=e,n.on("playcgiend",videojs.bind(this,function(s){this.modifyData(s.data)})))},t.prototype.modifyData=function(e){var n=this;if(log$15("HLSToken modifyData",e),e.result.code===0){var s=e.result.videoInfo;if(s.masterPlayList){var a=s.masterPlayList.url.split("/");a[a.length-1]="voddrm.token."+this.options.token+"."+a[a.length-1],s.masterPlayList.url=a.join("/")}s.transcodeList&&s.transcodeList.length>0&&(s.transcodeList=s.transcodeList.map(function(l){var u=l.url.split("/");return u[u.length-1]="voddrm.token."+n.options.token+"."+u[u.length-1],l.url=u.join("/"),l}))}},t}(Plugin$16);videojs.registerPlugin("HLSToken",HLSToken);var getMessageContents=function(r){var t=new window_1.DOMParser().parseFromString(String.fromCharCode.apply(null,new Uint16Array(r)),"application/xml"),e=t.getElementsByTagName("HttpHeaders")[0],n={};if(e)for(var s=e.getElementsByTagName("name"),a=e.getElementsByTagName("value"),l=0;l<s.length;l++)n[s[l].childNodes[0].nodeValue]=a[l].childNodes[0].nodeValue;var u=t.getElementsByTagName("Challenge")[0],d=void 0;return u&&(d=window_1.atob(u.childNodes[0].nodeValue)),{headers:n,message:d}},requestPlayreadyLicense=function(r,t,e){var n=getMessageContents(t),s=n.headers,a=n.message;videojs.xhr({uri:r,method:"post",headers:s,body:a,responseType:"arraybuffer"},e)},getSupportedKeySystem=function(r){var t=void 0;return Object.keys(r).forEach(function(e){var n={},s=r[e].audioContentType,a=r[e].videoContentType;s&&(n.audioCapabilities=[{contentType:s}]),a&&(n.videoCapabilities=[{contentType:a}]),t=t?t.catch(function(l){return window_1.navigator.requestMediaKeySystemAccess(e,[n])}):window_1.navigator.requestMediaKeySystemAccess(e,[n])}),t},makeNewRequest=function(r){var t=r.mediaKeys,e=r.initDataType,n=r.initData,s=r.options,a=r.getLicense,l=r.removeSession,u=r.eventBus,d=t.createSession();d.addEventListener("message",function(h){a(s,h.message).then(function(p){return d.update(p)}).catch(videojs.log.error.bind(videojs.log.error,"failed to get and set license"))},!1),d.addEventListener("keystatuseschange",function(h){var p=!1;d.keyStatuses.forEach(function(g,m){switch(u.trigger({keyId:m,status:g,target:d,type:"keystatuschange"}),g){case"expired":p=!0;break;case"internal-error":videojs.log.warn('Key status reported as "internal-error." Leaving the session open since we don\'t have enough details to know if this error is fatal.',h)}}),p&&d.close().then(function(){l(n)})},!1),d.generateRequest(e,n).catch(videojs.log.error.bind(videojs.log.error,"Unable to create or initialize key session"))},addSession=function(r){var t=r.video,e=r.initDataType,n=r.initData,s=r.options,a=r.getLicense,l=r.removeSession,u=r.eventBus;t.mediaKeysObject?makeNewRequest({mediaKeys:t.mediaKeysObject,initDataType:e,initData:n,options:s,getLicense:a,removeSession:l,eventBus:u}):t.pendingSessionData.push({initDataType:e,initData:n})},setMediaKeys=function(r){var t=r.video,e=r.certificate,n=r.createdMediaKeys,s=r.options,a=r.getLicense,l=r.removeSession,u=r.eventBus;t.mediaKeysObject=n,e&&n.setServerCertificate(e);for(var d=0;d<t.pendingSessionData.length;d++){var h=t.pendingSessionData[d];makeNewRequest({mediaKeys:t.mediaKeysObject,initDataType:h.initDataType,initData:h.initData,options:s,getLicense:a,removeSession:l,eventBus:u})}return t.pendingSessionData=[],t.setMediaKeys(n)},defaultPlayreadyGetLicense=function(r){return function(t,e,n){requestPlayreadyLicense(r,e,function(s,a,l){if(s)return void n(s);n(null,l)})}},defaultGetLicense=function(r){return function(t,e,n){videojs.xhr({uri:r,method:"POST",responseType:"arraybuffer",body:e,headers:{"Content-type":"application/octet-stream"}},function(s,a,l){if(s)return void n(s);n(null,l)})}},promisifyGetLicense=function(r,t){return function(e,n){return new Promise(function(s,a){r(e,n,function(l,u){t&&t.trigger("licenserequestattempted"),l&&a(l),s(u)})})}},standardizeKeySystemOptions=function(r,t){if(typeof t=="string"&&(t={url:t}),!t.url&&!t.getLicense)throw new Error("Neither URL nor getLicense function provided to get license");return t.url&&!t.getLicense&&(t.getLicense=r==="com.microsoft.playready"?defaultPlayreadyGetLicense(t.url):defaultGetLicense(t.url)),t},standard5July2016=function(r){var t=r.video,e=r.initDataType,n=r.initData,s=r.options,a=r.removeSession,l=r.eventBus,u=Promise.resolve();if(typeof t.mediaKeysObject>"u"){t.mediaKeysObject=null,t.pendingSessionData=[];var d=void 0,h=void 0;if(!(u=getSupportedKeySystem(s.keySystems)))return videojs.log.error("No supported key system found"),Promise.resolve();u=u.then(function(p){return new Promise(function(g,m){if(t.keySystem=p.keySystem,h=standardizeKeySystemOptions(p.keySystem,s.keySystems[p.keySystem]),!h.getCertificate)return void g(p);h.getCertificate(s,function(y,_){if(y)return void m(y);d=_,g(p)})})}).then(function(p){return p.createMediaKeys()}).then(function(p){return setMediaKeys({video:t,certificate:d,createdMediaKeys:p,options:s,getLicense:promisifyGetLicense(h.getLicense,l),removeSession:a,eventBus:l})}).catch(videojs.log.error.bind(videojs.log.error,"Failed to create and initialize a MediaKeys object"))}return u.then(function(){addSession({video:t,initDataType:e,initData:n,options:s,getLicense:t.keySystem?promisifyGetLicense(standardizeKeySystemOptions(t.keySystem,s.keySystems[t.keySystem]).getLicense,l):null,removeSession:a,eventBus:l})})},stringToUint16Array=function(r){for(var t=new ArrayBuffer(2*r.length),e=new Uint16Array(t),n=0;n<r.length;n++)e[n]=r.charCodeAt(n);return e},uint8ArrayToString=function(r){return String.fromCharCode.apply(null,new Uint16Array(r.buffer))},getHostnameFromUri=function(r){var t=document_1.createElement("a");return r=r.match(/.*(skd\:\/\/.+)/i)[1],t.href=r,t.hostname},arrayBuffersEqual=function(r,t){if(r===t)return!0;if(r.byteLength!==t.byteLength)return!1;for(var e=new DataView(r),n=new DataView(t),s=0;s<e.byteLength;s++)if(e.getUint8(s)!==n.getUint8(s))return!1;return!0},arrayBufferFrom=function(r){return r instanceof Uint8Array||r instanceof Uint16Array?r.buffer:r},FAIRPLAY_KEY_SYSTEM="com.apple.fps.1_0",concatInitDataIdAndCertificate=function(r){var t=r.initData,e=r.id,n=r.cert;typeof e=="string"&&(e=stringToUint16Array(e));var s=0,a=new ArrayBuffer(t.byteLength+4+e.byteLength+4+n.byteLength),l=new DataView(a);new Uint8Array(a,s,t.byteLength).set(t),s+=t.byteLength,l.setUint32(s,e.byteLength,!0),s+=4;var u=new Uint16Array(a,s,e.length);return u.set(e),s+=u.byteLength,l.setUint32(s,n.byteLength,!0),s+=4,new Uint8Array(a,s,n.byteLength).set(n),new Uint8Array(a,0,a.byteLength)},addKey=function(r){var t=r.video,e=r.contentId,n=r.initData,s=r.cert,a=r.options,l=r.getLicense,u=r.eventBus;return new Promise(function(d,h){if(t.webkitKeys||t.webkitSetMediaKeys(new window_1.WebKitMediaKeys(FAIRPLAY_KEY_SYSTEM)),!t.webkitKeys)return void h("Could not create MediaKeys");var p=t.webkitKeys.createSession("video/mp4",concatInitDataIdAndCertificate({id:e,initData:n,cert:s}));if(!p)return void h("Could not create key session");p.contentId=e,p.addEventListener("webkitkeymessage",function(g){l(a,e,g,function(m,y){if(u&&u.trigger("licenserequestattempted"),m)return void h(m);p.update(new Uint8Array(y))})}),p.addEventListener("webkitkeyadded",function(g){d(g)}),p.addEventListener("webkitkeyerror",function(g){h(g)})})},defaultGetCertificate=function(r){return function(t,e){videojs.xhr({uri:r,responseType:"arraybuffer"},function(n,s,a){if(n)return void e(n);e(null,new Uint8Array(a))})}},defaultGetContentId=function(r,t){return getHostnameFromUri(uint8ArrayToString(t))},defaultGetLicense$1=function(r){return function(t,e,n,s){videojs.xhr({uri:r,method:"POST",responseType:"arraybuffer",body:n.message,headers:{"Content-type":"application/x-www-form-urlencoded"}},function(a,l,u){if(a)return void s(a);s(null,u)})}},fairplay=function(r){var t=r.video,e=r.initData,n=r.options,s=r.eventBus,a=n.keySystems[FAIRPLAY_KEY_SYSTEM],l=a.getCertificate||defaultGetCertificate(a.certificateUri),u=a.getContentId||defaultGetContentId,d=a.getLicense||defaultGetLicense$1(a.licenseUri);return new Promise(function(h,p){l(n,function(g,m){if(g)return void p(g);h(m)})}).then(function(h){return addKey({video:t,cert:h,initData:e,getLicense:d,options:n,contentId:u(n,e),eventBus:s})}).catch(function(h){s.player_.error({code:3,message:h})})},PLAYREADY_KEY_SYSTEM="com.microsoft.playready",addKeyToSession=function(r,t,e,n){var s=r.keySystems[PLAYREADY_KEY_SYSTEM];if(typeof s.getKey=="function")return void s.getKey(r,e.destinationURL,e.message.buffer,function(l,u){if(l)return void videojs.log.error("Unable to get key: "+l);t.update(u)});typeof s=="string"&&(s={url:s});var a=s.url||e.destinationURL;requestPlayreadyLicense(a,e.message.buffer,function(l,u){if(n&&n.trigger("licenserequestattempted"),l)return void videojs.log.error("Unable to request key from url: "+a);t.update(new Uint8Array(u.body))})},createSession=function(r,t,e,n){var s=r.msKeys.createSession("video/mp4",t);if(!s)return void videojs.log.error("Could not create key session.");s.addEventListener("mskeymessage",function(a){addKeyToSession(e,s,a,n)}),s.addEventListener("mskeyerror",function(a){videojs.log.error("Unexpected key error from key session with code: "+s.error.code+" and systemCode: "+s.error.systemCode)})},msPrefixed=function(r){var t=r.video,e=r.initData,n=r.options,s=r.eventBus;t.msKeys&&delete t.msKeys;try{t.msSetMediaKeys(new window_1.MSMediaKeys(PLAYREADY_KEY_SYSTEM))}catch(a){return void videojs.log.error("Unable to create media keys for PlayReady key system. Error: "+a.message)}createSession(t,e,n,s)},Plugin$17=videojs.getPlugin("plugin"),hasSession=function(r,t){for(var e=0;e<r.length;e++)if(r[e].initData){var n=arrayBufferFrom(r[e].initData),s=arrayBufferFrom(t);if(arrayBuffersEqual(n,s))return!0}return!1},removeSession=function(r,t){for(var e=0;e<r.length;e++)if(r[e].initData===t)return void r.splice(e,1)},handleEncryptedEvent=function(r,t,e,n){if(!t||!t.keySystems||t.src&&t.src.indexOf("m3u8")>-1)return Promise.resolve();var s=r.initData;return getSupportedKeySystem(t.keySystems).then(function(a){var l=a.keySystem;if(t.keySystems[l]&&t.keySystems[l].pssh&&(s=t.keySystems[l].pssh),!hasSession(e,s)&&s)return e.push({initData:s}),standard5July2016({video:r.target,initDataType:r.initDataType,initData:s,options:t,removeSession:removeSession.bind(null,e),eventBus:n})})},handleWebKitNeedKeyEvent=function(r,t,e){if(t.keySystems&&t.keySystems[FAIRPLAY_KEY_SYSTEM]&&r.initData)return fairplay({video:r.target,initData:r.initData,options:t,eventBus:e})},handleMsNeedKeyEvent=function(r,t,e,n){if(t.keySystems&&t.keySystems[PLAYREADY_KEY_SYSTEM]&&!e.reduce(function(a,l){return a||l.playready},!1)){var s=r.initData;t.keySystems[PLAYREADY_KEY_SYSTEM]&&t.keySystems[PLAYREADY_KEY_SYSTEM].pssh&&(s=t.keySystems[PLAYREADY_KEY_SYSTEM].pssh),s&&(e.push({playready:!0,initData:s}),msPrefixed({video:r.target,initData:s,options:t,eventBus:n}))}},getOptions=function(r){return videojs.mergeOptions(r.currentSource(),r.eme.options)},setupSessions=function(r){var t=r.src();t!==r.eme.activeSrc&&(r.eme.activeSrc=t,r.eme.sessions=[])},onPlayerReady=function(r){r.$(".vjs-tech").tagName.toLowerCase()==="video"&&r.tech_&&(setupSessions(r),r.tech_.el_.addEventListener("encrypted",function(t){if(r.currentSource().keySystems&&r.currentSource().keySystems["com.widevine.alpha"]&&r.currentSource().type==="application/dash+xml")return!1;setupSessions(r),handleEncryptedEvent(t,getOptions(r),r.eme.sessions,r.tech_)}),r.tech_.el_.addEventListener("webkitneedkey",function(t){setupSessions(r),handleWebKitNeedKeyEvent(t,getOptions(r),r.tech_)}),videojs.browser.IS_EDGE||r.tech_.el_.addEventListener("msneedkey",function(t){setupSessions(r),handleMsNeedKeyEvent(t,getOptions(r),r.eme.sessions,r.tech_)}))},DRM=function(r){function t(e,n){classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e));return s.options=n,e.ready(function(){return onPlayerReady(e)}),e.eme={initializeMediaKeys:function(){var a=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},l=arguments.length>1&&arguments[1]!==void 0?arguments[1]:function(){},u=videojs.mergeOptions(e.currentSource(),n,a),d={initDataType:"cenc",initData:null,target:e.tech_.el_};setupSessions(e),e.tech_.el_.setMediaKeys?handleEncryptedEvent(d,u,e.eme.sessions,e.tech_).then(function(){return l()}).catch(function(h){return l(h)}):e.tech_.el_.msSetMediaKeys&&(handleMsNeedKeyEvent(d,u,e.eme.sessions,e.tech_),l())},options:n},s}return inherits(t,r),t.prototype.setOptions=function(e){this.options=e,this.player.options_.plugins.DRM=e},t}(Plugin$17),registerPlugin$2=videojs.registerPlugin||videojs.plugin;registerPlugin$2("DRM",DRM);var Plugin$18=videojs.getPlugin("plugin"),PDT=function(r){function t(e){classCallCheck(this,t);var n=possibleConstructorReturn(this,r.call(this,e));return e.plugins=e.plugins||{},e.plugins.pdt=!0,n}return inherits(t,r),t}(Plugin$18);videojs.registerPlugin("PDT",PDT);var Plugin$19=videojs.getPlugin("plugin"),dom$2=videojs.dom;if(!window.requestAnimationFrame){var lastTime=0;window.requestAnimationFrame=function(r){var t=new Date().getTime(),e=Math.max(0,16.7-(t-lastTime)),n=window.setTimeout(function(){r(t+e)},e);return lastTime=t+e,n}}window.cancelAnimationFrame||(window.cancelAnimationFrame=function(r){clearTimeout(r)});var DynamicWatermark=function(r){function t(e,n){classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e));return s.options=n||{},s.options.content&&s.init(),s}return inherits(t,r),t.prototype.dispose=function(){this.stopAnimation(),this.player.$(".tcp-dynamic-watermark-container")&&this.player.el().removeChild(this.containerElement),r.prototype.dispose.call(this)},t.prototype.init=function(){var e=this,n=this.player;this.isFirstShow=!0,this.initUI(),this.initStyle(),this.initSpeed(),n.on("loadedmetadata",function(){e.calculateStyle(),e.setStyle(),dom$2.removeClass(e.containerElement,"vjs-hidden")}),n.one("play",function(){e.encModule=new Enc,e.ghostCycle=e.encModule.calculateGhost(e.player.duration()),e.startAnimation()}),n.on(["fullscreenchange","playerresize"],function(){setTimeout(function(){e.calculateStyle()},200)})},t.prototype.initUI=function(){var e=this.player,n=dom$2.createEl("div",{className:"tcp-dynamic-watermark-container vjs-hidden"}),s=dom$2.createEl("div",{innerHTML:encodeHTML(this.options.content),className:"tcp-dynamic-watermark-content"});if(n.appendChild(s),this.options.keep||e.el().appendChild(n),this.containerElement=n,this.markContentElement=s,this.options.type==="image"){var a=document.createElement("img");this.options.width&&(a.style.width=this.options.width),this.options.height&&(a.style.height=this.options.height),a.setAttribute("src",this.options.content),this.markContentElement.innerHTML="",this.markContentElement.appendChild(a)}},t.prototype.initStyle=function(){this.style={containerWidth:"",containerHeight:"",containerLeft:"",containerTop:"",contentLeft:80*Math.random(),contentTop:80*Math.random(),margin:0,padding:0,display:"block",visibility:"visible",opacity:.5,position:"absolute",color:"rgba(255, 255, 255)"}},t.prototype.initSpeed=function(){this.speed=this.options.keep&&this.options.speed===0?.2:this.options.speed},t.prototype.calculateStyle=function(){var e=this.player,n=this.style,s=e.videoWidth(),a=e.videoHeight(),l=dom$2.getBoundingClientRect(e.el()),u=l.width,d=l.height,h=(u/d).toFixed(2),p=(s/a).toFixed(2),g=void 0,m=void 0;p<h?(m=d,g=m*p):p>h?(g=u,m=g/p):p==h&&(g=u,m=d),n.containerLeft=(u-g)/2/u*100,n.containerTop=(d-m)/2/d*100,n.containerWidth=g/u*100,n.containerHeight=m/d*100},t.prototype.setStyle=function(){var e=this.containerElement,n=this.markContentElement,s=this.style;e.style.left=s.containerLeft+"%",e.style.top=s.containerTop+"%",e.style.width=s.containerWidth+"%",e.style.height=s.containerHeight+"%",e.style.display=n.style.display=s.display,e.style.visibility=n.style.visibility=s.visibility,e.style.opacity=n.style.opacity=s.opacity,e.style.position=n.style.position=s.position,e.style.margin=n.style.margin=s.margin,e.style.padding=n.style.padding=s.padding,n.style.left=this.options.left||s.contentLeft+"%",n.style.top=this.options.top||s.contentTop+"%",this.options.right&&(n.style.right=this.options.right),this.options.bottom&&(n.style.bottom=this.options.bottom),n.style.color=this.options.color||s.color,this.options.keep||(e.style.opacity=n.style.opacity=this.options.opacity||s.opacity),this.options.type==="text"&&(n.style.fontSize=this.options.fontSize||"12px",n.innerHTML=encodeHTML(this.options.content))},t.prototype.setContent=function(e){this.options.content=e},t.prototype.startAnimation=function(){var e=this;if(!this.rafID){var n=(this.player,this.style),s=this.containerElement,a=this.markContentElement,l=1,u=1,d=Math.random(),h=function p(){try{if(!e.isPauseAnimation){var g=Math.min(1,e.speed===0?0:e.speed?e.speed:.2),m=dom$2.getBoundingClientRect(s),y=dom$2.getBoundingClientRect(a),_=y.left-m.left,E=y.top-m.top;_+=g*l*d,E+=g*u*(1-d),_+y.width>m.width?(l=-1,d=Math.random()):_<0&&(l=1,d=Math.random()),E+y.height>m.height?(u=-1,d=Math.random()):E<0&&(u=1,d=Math.random()),_=Math.min(m.width-y.width,_),E=Math.min(m.height-y.height,E),n.contentLeft=_/m.width*100,n.contentTop=E/m.height*100,e.setStyle(),e.player&&e.encModule.removeWaterMark(e)}}catch(w){e.player&&e.encModule.handleWatermarkElementAdd(e)}if(e.isStopAnimation)return e.isStopAnimation=!1,cancelAnimationFrame(e.rafID),void(e.rafID=null);e.speed!==0&&requestAnimationFrame(p)};this.rafID=requestAnimationFrame(h)}},t.prototype.resumeAnimation=function(){this.isPauseAnimation=!1},t.prototype.pauseAnimation=function(){this.isPauseAnimation=!0},t.prototype.stopAnimation=function(){this.isStopAnimation=!0},t}(Plugin$19);videojs.registerPlugin("DynamicWatermark",DynamicWatermark);var Plugin$20=videojs.getPlugin("plugin"),XP2PHlsjsPlugin=function(r){function t(e,n){classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e));return s.options=n,s.hlsp2p=null,s}return inherits(t,r),t.prototype.startHLSP2P=function(e,n,s){var a=this,l=this.player.tech_,u=l.options_,d=u.xp2pConfig;if(n.isSupported()&&!window.hlsp2p){for(var h=["videoType","xp2pPackage","xp2pAppId","tencentCloudAppId"],m=h,p=Array.isArray(m),g=0,m=p?m:m[Symbol.iterator]();;){var y;if(p){if(g>=m.length)break;y=m[g++]}else{if(g=m.next(),g.done)break;y=g.value}var _=y;if(d[_]===void 0)return}var E={videoId:u.playerId+"_html5_api",url:u.source.src,videoType:d.videoType,cloudAppId:d.tencentCloudAppId,domain:d.xp2pPackage,xp2pAppId:d.xp2pAppId,p2pStartDelay:1e3},w=HLSP2P.create(e,Object.assign(E,d));w.on(HLSP2P.Events.Rollback,function(A){a.destroy(),s&&s(A)}),this.hlsp2p=w}},t.prototype.destroy=function(){this.hlsp2p&&(this.hlsp2p.destroy(),this.hlsp2p=null,window.hlsp2p=void 0)},t.prototype.dispose=function(){this.destroy()},t}(Plugin$20);videojs.registerPlugin("XP2PHlsjsPlugin",XP2PHlsjsPlugin);var Plugin$21=videojs.getPlugin("plugin"),XP2PFlvjsPlugin=function(r){function t(e,n){classCallCheck(this,t);var s=possibleConstructorReturn(this,r.call(this,e));return s.options=n,s}return inherits(t,r),t.prototype.createLoader=function(e,n,s){var a=this.player.tech();return function(l){function u(d,h){classCallCheck(this,u);var p=possibleConstructorReturn(this,l.call(this));return p._qvbp2p=null,p._receivedLength=0,p._config=h,p}return inherits(u,l),u.isSupported=function(){return n&&n.isSupported()},u.prototype.destroy=function(){this._destroyQVBP2P(),l.prototype.destroy.call(this)},u.prototype.open=function(d){this._createQVBP2P(),this._qvbp2p.on(n.ComEvents.STATE_CHANGE,this._onQVBP2PStateChange.bind(this)),this._qvbp2p.setMediaElement(a.el());var h={src:d.url};this._qvbp2p.loadSource(h)},u.prototype.abort=function(){this._destroyQVBP2P()},u.prototype._onQVBP2PStateChange=function(d,h){var p=n.ComCodes;switch(h.code){case p.RECEIVE_BUFFER:this._receiveBuffer(h.payload);break;case p.ROLLBACK:this._rollback(h)}},u.prototype._receiveBuffer=function(d){var h=this._receivedLength;this._receivedLength+=d.byteLength,this._onDataArrival&&this._onDataArrival(d,h,this._receivedLength)},u.prototype._rollback=function(d){s&&s(d)},u.prototype._createQVBP2P=function(){this._qvbp2p&&this._destroyQVBP2P(),this._qvbp2p=n.create(this._config.xp2pConfig),window.qvbp2p=this._qvbp2p},u.prototype._destroyQVBP2P=function(){this._qvbp2p&&(this._qvbp2p.destroy(),this._qvbp2p=null,window.qvbp2p=null)},u}(e.BaseLoader)},t}(Plugin$21);videojs.registerPlugin("XP2PFlvjsPlugin",XP2PFlvjsPlugin);var defaultConfig$1={enableStashBuffer:!1},Html5FlvJS=function(){function r(t,e,n){var s=this;classCallCheck(this,r);var a=function(){var l=window.flvjs;s.flvjs=l;var u=videojs.mergeOptions(defaultConfig$1,n.flvConfig,{xp2pConfig:n.xp2pConfig}),d=e.player();if(window.QVBP2P&&n.xp2pConfig&&n.xp2pConfig.useXP2P&&d.XP2PFlvjsPlugin){var h=d.XP2PFlvjsPlugin().createLoader(l,window.QVBP2P,function(m){s.dispose(),n.xp2pConfig.useXP2P=!1;var y=s.tech.player(),_=s.tech.currentSource_.src;y.src(_)});s.xp2pFlvLoader=h,u.customLoader=h}var p=new l.createPlayer(Object.assign({isLive:!1,url:t.src,type:"flv"},u),u);s.tech=e,p.on(l.Events.ERROR,videojs.bind(s,s.onError));for(var g in l.Events)(function(m){p.on(l.Events[m],videojs.bind(s,function(y){this.onEvent(m,y)}))})(g);d.trigger({type:"flvInstanceCreated",data:{flv:p}}),p.on(l.Events.STATISTICS_INFO,function(m){var y=(m.bps_audio||0)+(m.bps_video||0);d.trigger({type:"playstatus",data:{type:"flv",decodedFrames:m.decodedFrames,droppedFrames:m.droppedFrames,speed:m.speed.toFixed(0),bitrate:y||0,bpsAudio:m.bps_audio||0,bpsVideo:m.bps_video||0}})}),s.flv=p,s._id=new Date().getTime(),e.el().srcObject&&(e.el().srcObject=null),p.attachMediaElement(e.el()),p.load()};Promise.all([function(){return n.xp2pConfig&&n.xp2pConfig.useXP2P&&n.xp2pConfig.format==="flv"&&!window.QVBP2P?new Promise(function(l){loadScript(XP2P_FLV_PATH,function(){l()})}):Promise.resolve()}(),function(){return window.flvjs?Promise.resolve():new Promise(function(l){loadScript(FLV_PATH,function(){l()})})}()]).then(function(){a()})}return r.prototype.onError=function(t,e,n){var s=this.tech.player();t===this.flvjs.ErrorTypes.NETWORK_ERROR&&s.error({code:2,source:n}),t===this.flvjs.ErrorTypes.MEDIA_ERROR&&s.error({code:3,source:n})},r.prototype.onEvent=function(t,e){this.tech.player().trigger({type:"FLVJS_EVENT",data:{type:t,data:e}})},r.prototype.dispose=function(){if(this.tech.player().pause(),this.tech.flvProvider)try{this.flv.destroy()}catch(t){}this.tech.flvProvider=null},r}(),flvTypeRE=/^video\/flv$/i,flvExtRE=/.flv(?![^?])/i,flvProtoRE=/^(ws:\/\/)/i,FlvSourceHandler={name:"flvSourceHandler",canHandleSource:function(r){return flvTypeRE.test(r.type)?"probably":flvExtRE.test(r.src)||flvProtoRE.test(r.src)?"maybe":""},handleSource:function(r,t,e){return t.flvProvider&&t.flvProvider.dispose(),t.flvProvider=new Html5FlvJS(r,t,e),t.flvProvider},canPlayType:function(r){if(flvTypeRE.test(r))return"probably"}};TCPlayer.mountFlvProvider=mountFlvProvider,mountFlvProvider();var defaultConfig$2={connectRetryCount:2,connectTimeout:5,receiveVideo:!0,receiveAudio:!0,showLog:!1},WebRTCProvider=function(){function r(t,e,n){var s=this;classCallCheck(this,r);var a=function(){s.tech=e,s.player=s.tech.player(),s.playerMetrics=s.player.PlayerMetrics(),s.report=s.player.options_.reportable;var l=window.TXLivePlayer;s.TXLivePlayer=l;var u=videojs.mergeOptions(defaultConfig$2,n.webrtcConfig);n.xp2pConfig&&n.xp2pConfig.format==="webrtc"&&n.xp2pConfig.useXP2P&&Object.assign(u,{p2pEnable:n.xp2pConfig.useXP2P,p2pConfig:{cloudAppid:n.xp2pConfig.tencentCloudAppId,xp2pAppid:n.xp2pConfig.xp2pAppId,appKey:n.xp2pConfig.xp2pAppKey,xp2pDomain:n.xp2pConfig.xp2pPackage}});var d=new l;s.webrtcConfig=u,d.setPlayerView(e.el()),d.setConfig(u),d.setPlayListener({onPlayEvent:videojs.bind(s,s.onPlayEvent),onPlayStats:videojs.bind(s,s.onPlayStats),onPlayReport:videojs.bind(s,s.onPlayReport),onPlaySEI:videojs.bind(s,s.onPlaySEI)}),d.startPlay(t.src),s.player.trigger({type:"webrtcInstanceCreated",data:{webrtc:d}}),s.webrtcPlayer=d};window.TXLivePlayer?a():loadScript(WEBRTC_PATH,function(){a()})}return r.prototype.onPlayStats=function(t){this.tech.player().trigger({type:"webrtcstats",data:t})},r.prototype.onPlayEvent=function(t,e){var n=this.tech.player();if(n.trigger({type:"debug",data:{code:t,data:e}}),t<-2e3){if(t===-2003&&e&&e.videoActive&&(n.trigger("blocked"),n.trigger({type:"webrtcevent",data:{code:2005}})),t===-2003)return!1;if(t===-2005||t===-2001||t===-2004){n.trigger({type:"debug",data:{message:"debug === webrtc 状态码 "+t+",进入降级逻辑"}});var s=n.options_.webrtcConfig;if(!s||s.fallback!==!1)return this.switchPlaySource(),!1}return n.error({code:t,source:e}),!1}n.trigger({type:"webrtcevent",data:{code:t,data:e}})},r.prototype.onPlayReport=function(t){if(this.report===!1)return!1;t.uint32_command===40101&&(this.tech.player().trigger({type:"debug",data:{code:"report",data:t}}),this.playerMetrics.report_40101(t)),t.uint32_command===40100&&this.playerMetrics.report_40100(t),t.uint32_command===40102&&this.playerMetrics.report_40102(t)},r.prototype.onPlaySEI=function(t){this.tech.player().trigger({type:"webrtcsei",data:t})},r.prototype.dispose=function(){this.webrtcPlayer&&(this.webrtcPlayer.setPlayListener({onPlayEvent:function(){},onPlayStats:function(){}}),this.webrtcPlayer.stopPlay(),this.webrtcPlayer.setPlayerView(videojs.dom.createEl("video"))),this.webrtcPlayer=null},r.prototype.setSource=function(t){var e=this;this.webrtcPlayer.startPlay(t.src),this.tech.player().one("webrtcevent",function(n){n.data.code===-1002&&e.tech.player().play()})},r.prototype.recovery=function(){var t=this,e=this.tech.player(),n=void 0;e.one("waiting",function(){n=setTimeout(function(){e.one("webrtcevent",function(s){if(s.data.code===1004){t.webrtcPlayer&&t.webrtcPlayer.startPlay(e.src()),e.play();var a=function l(u){u.data.code===1002&&(e.play(),e.off("webrtcevent",l))};e.on("webrtcevent",a)}}),t.webrtcPlayer&&t.webrtcPlayer.stopPlay()},2e3)}),e.one("playing",function(){n&&clearTimeout(n)})},r.prototype.switchPlaySource=function(){var t=this.tech.player(),e=void 0,n=this.tech.currentSource_.src;e=this.webrtcConfig&&this.webrtcConfig.fallbackUrl?[{src:this.webrtcConfig.fallbackUrl}]:this.convertProtocol(n),t.trigger({type:"webrtcfallback",data:{target:e[0].src}}),t.bigPlayButton&&t.bigPlayButton.hide(),t.posterImage&&t.posterImage.hide();var s=[];t.options_.hlsConfig&&t.options_.hlsConfig.skipHlsJs?e.forEach(function(u){u.src?s.push({src:u.src,skipHlsJs:!0}):s.push({src:u,skipHlsJs:!0})}):s=[].concat(e),t.src(s);var a=videojs.browser.IS_IOS||videojs.browser.IS_ANDROID?"loadeddata":"loadedmetadata",l=function u(){t.play(),t.one("progress",function(){t.play(),t.off(a,u)})};t.on(a,l)},r.prototype.convertProtocol=function(t){var e=[];if(t.indexOf(".sdp")>-1)t=t.replace(".sdp",".flv"),e.push(t.replace(".sdp",".m3u8"));else{var n=t.replace("webrtc://","https://").replace("?",".flv?");n.indexOf("?")===-1&&n.indexOf(".flv")===-1&&(n+=".flv");var s=t.replace("webrtc://","https://").replace("?",".m3u8?");s.indexOf("?")===-1&&s.indexOf(".m3u8")===-1&&(s+=".m3u8"),e.push(s)}return e},r}(),webrtcTypeRE=/^webrtc/i,webrtcExtRE=/\.sdp/i,webrtcProtoRE=/^(webrtc:\/\/)/i,sourceHandler={name:"webrtcSourceHandler",canHandleSource:function(r){return webrtcTypeRE.test(r.type)?"probably":webrtcExtRE.test(r.src)||webrtcProtoRE.test(r.src)?"maybe":""},handleSource:function(r,t,e){return t.webrtcProvider&&t.webrtcProvider.dispose(),t.webrtcProvider=new WebRTCProvider(r,t,e),t.webrtcProvider},canPlayType:function(r){if(webrtcTypeRE.test(r))return"probably"}};mountWebRTCProvider();for(var Tech$2=videojs.getComponent("Tech"),Dom$1=videojs.dom,Url$1=videojs.url,createTimeRange=videojs.createTimeRange,mergeOptions$1=videojs.mergeOptions,navigator$2=window_1&&window_1.navigator||{},Flash=function(r){function t(e,n,s){classCallCheck(this,t);var a=possibleConstructorReturn(this,r.call(this,e,n,s));return n.source&&a.ready(function(){this.setSource(n.source)},!0),n.startTime&&a.ready(function(){this.load(),this.play(),this.currentTime(n.startTime)},!0),window_1.videojs=window_1.videojs||{},window_1.videojs.Flash=window_1.videojs.Flash||{},window_1.videojs.Flash.onReady=t.onReady,window_1.videojs.Flash.onEvent=t.onEvent,window_1.videojs.Flash.onError=t.onError,a.on("seeked",function(){this.lastSeekTarget_=void 0}),a}return inherits(t,r),t.prototype.createEl=function(){var e=this.options_;e.swf||(e.swf=unifyProtocol("//imgcache.qq.com/open/qcloud/video/tcplayer/player.swf"));var n=e.techId,s=mergeOptions$1({readyFunction:"videojs.Flash.onReady",eventProxyFunction:"videojs.Flash.onEvent",errorEventProxyFunction:"videojs.Flash.onError",autoplay:e.autoplay,preload:e.preload,loop:e.loop,muted:e.muted},e.flashVars),a=mergeOptions$1({wmode:"opaque",bgcolor:"#000000"},e.params),l=mergeOptions$1({id:n,name:n,class:"vjs-tech"},e.attributes);return this.el_=t.embed(e.swf,s,a,l),this.el_.tech=this,this.el_},t.prototype.play=function(){this.ended()&&this.setCurrentTime(0),this.el_.vjs_play()},t.prototype.pause=function(){this.el_.vjs_pause()},t.prototype.src=function(e){return e===void 0?this.currentSrc():this.setSrc(e)},t.prototype.setSrc=function(e){var n=this;e=Url$1.getAbsoluteURL(e),this.el_.vjs_src(e),this.autoplay()&&this.setTimeout(function(){return n.play()},0)},t.prototype.seeking=function(){return this.lastSeekTarget_!==void 0},t.prototype.setCurrentTime=function(e){var n=this.seekable();n.length&&(e=e>n.start(0)?e:n.start(0),e=e<n.end(n.length-1)?e:n.end(n.length-1),this.lastSeekTarget_=e,this.trigger("seeking"),this.el_.vjs_setProperty("currentTime",e),r.prototype.setCurrentTime.call(this))},t.prototype.currentTime=function(){return this.seeking()?this.lastSeekTarget_||0:this.el_.vjs_getProperty("currentTime")},t.prototype.currentSrc=function(){return this.currentSource_?this.currentSource_.src:this.el_.vjs_getProperty("currentSrc")},t.prototype.duration=function(){if(this.readyState()===0)return NaN;var e=this.el_.vjs_getProperty("duration");return e>=0?e:1/0},t.prototype.load=function(){this.el_.vjs_load()},t.prototype.poster=function(){this.el_.vjs_getProperty("poster")},t.prototype.setPoster=function(){},t.prototype.seekable=function(){var e=this.duration();return e===0?createTimeRange():createTimeRange(0,e)},t.prototype.buffered=function(){var e=this.el_.vjs_getProperty("buffered");return e.length===0?createTimeRange():createTimeRange(e[0][0],e[0][1])},t.prototype.supportsFullScreen=function(){return!1},t.prototype.enterFullScreen=function(){return!1},t.prototype.getVideoPlaybackQuality=function(){var e=this.el_.vjs_getProperty("getVideoPlaybackQuality");return window_1.performance&&typeof window_1.performance.now=="function"?e.creationTime=window_1.performance.now():window_1.performance&&window_1.performance.timing&&typeof window_1.performance.timing.navigationStart=="number"&&(e.creationTime=window_1.Date.now()-window_1.performance.timing.navigationStart),e},t}(Tech$2),_readWrite=["rtmpConnection","rtmpStream","preload","defaultPlaybackRate","playbackRate","autoplay","loop","controls","volume","muted","defaultMuted"],_readOnly=["networkState","readyState","initialTime","startOffsetTime","paused","ended","videoWidth","videoHeight"],_api=Flash.prototype,i$2=0;i$2<_readWrite.length;i$2++)_createGetter(_readWrite[i$2]),_createSetter(_readWrite[i$2]);for(var _i$1=0;_i$1<_readOnly.length;_i$1++)_createGetter(_readOnly[_i$1]);Flash.isSupported=function(){return Flash.version()[0]>=10},Tech$2.withSourceHandlers(Flash),Flash.nativeSourceHandler={},Flash.nativeSourceHandler.canPlayType=function(r){return r in Flash.formats?"maybe":""},Flash.nativeSourceHandler.canHandleSource=function(r,t){var e=void 0;return e=r.type?r.type.replace(/;.*/,"").toLowerCase():function(n){var s=Url$1.getFileExtension(n);return s?"video/"+s:""}(r.src),Flash.nativeSourceHandler.canPlayType(e)},Flash.nativeSourceHandler.handleSource=function(r,t,e){t.setSrc(r.src)},Flash.nativeSourceHandler.dispose=function(){},Flash.registerSourceHandler(Flash.nativeSourceHandler),Flash.formats={"video/flv":"FLV","video/x-flv":"FLV","video/mp4":"MP4","video/m4v":"MP4"},Flash.onReady=function(r){var t=Dom$1.$("#"+r),e=t&&t.tech;e&&e.el()&&Flash.checkReady(e)},Flash.checkReady=function(r){r.el()&&(r.el().vjs_getProperty?r.triggerReady():this.setTimeout(function(){Flash.checkReady(r)},50))},Flash.onEvent=function(r,t){var e=Dom$1.$("#"+r).tech,n=Array.prototype.slice.call(arguments,2);e.setTimeout(function(){e.trigger(t,n)},1)},Flash.onError=function(r,t){var e=Dom$1.$("#"+r).tech;if(t==="srcnotfound")return e.error(4);e.error("FLASH: "+t)},Flash.version=function(){var r="0,0,0";try{r=new window_1.ActiveXObject("ShockwaveFlash.ShockwaveFlash").GetVariable("$version").replace(/\D+/g,",").match(/^,?(.+),?$/)[1]}catch(t){try{navigator$2.mimeTypes["application/x-shockwave-flash"].enabledPlugin&&(r=(navigator$2.plugins["Shockwave Flash 2.0"]||navigator$2.plugins["Shockwave Flash"]).description.replace(/\D+/g,",").match(/^,?(.+),?$/)[1])}catch(e){}}return r.split(",")},Flash.embed=function(r,t,e,n){var s=Flash.getEmbedCode(r,t,e,n);return Dom$1.createEl("div",{innerHTML:s}).childNodes[0]},Flash.getEmbedCode=function(r,t,e,n){var s="",a="",l="";return t&&Object.getOwnPropertyNames(t).forEach(function(u){s+=u+"="+t[u]+"&amp;"}),e=mergeOptions$1({movie:r,flashvars:s,allowScriptAccess:"always",allowNetworking:"all"},e),Object.getOwnPropertyNames(e).forEach(function(u){a+='<param name="'+u+'" value="'+e[u]+'" />'}),n=mergeOptions$1({data:r,width:"100%",height:"100%"},n),Object.getOwnPropertyNames(n).forEach(function(u){l+=u+'="'+n[u]+'" '}),'<object type="application/x-shockwave-flash" '+l+">"+a+"</object>"},FlashRtmpDecorator(Flash),Tech$2.getTech("Flash")?(videojs.log.warn("Not using videojs-flash as it appears to already be registered"),videojs.log.warn("videojs-flash should only be used with video.js@6 and above")):videojs.registerTech("Flash",Flash);var FlashlsSourceHandler={},mpegurlRE$1=/^(audio|video|application)\/(x-|vnd\.apple\.)?mpegurl/i;FlashlsSourceHandler.canPlayType=function(r){return mpegurlRE$1.test(r)?"maybe":""},FlashlsSourceHandler.canHandleSource=function(r,t){return FlashlsSourceHandler.canPlayType(r.type)==="maybe"},FlashlsSourceHandler.handleSource=function(r,t,e){t.setSrc(r.src)},FlashlsSourceHandler.dispose=function(){},videojs.getTech("Flash").registerSourceHandler(FlashlsSourceHandler,0),FlashlsSourceHandler.VERSION="__VERSION__";var Play="播放",Pause="暂停",LIVE="直播",Loaded="加载完毕",Progress="进度",Fullscreen="全屏",Mute="静音",Unmute="取消静音",Subtitles="字幕",Captions="内嵌字幕",Chapters="节目段落",Descriptions="描述",Close="关闭",Replay="重播",Text="文字",White="白",Black="黑",Red="红",Green="绿",Blue="蓝",Yellow="黄",Magenta="紫红",Cyan="青",Background="背景",Window="视窗",Transparent="透明",Opaque="不透明",None="无",Raised="浮雕",Depressed="压低",Uniform="均匀",Dropshadow="下阴影",Casual="舒适",Script="手写体",Reset="重启",Done="完成",auto="自动",Mirror="镜像",CN={Play,Pause,LIVE,Loaded,Progress,Fullscreen,Mute,Unmute,Subtitles,Captions,Chapters,Descriptions,Close,Replay,Text,White,Black,Red,Green,Blue,Yellow,Magenta,Cyan,Background,Window,Transparent,Opaque,None,Raised,Depressed,Uniform,Dropshadow,Casual,Script,Reset,Done,auto,Mirror,"Current Time":"当前时间","Duration Time":"时长","Remaining Time":"剩余时间","Stream Type":"媒体流类型","Non-Fullscreen":"退出全屏","Playback Rate":"播放速度","subtitles off":"关闭字幕","captions off":"关闭内嵌字幕","Close Modal Dialog":"关闭弹窗","descriptions off":"关闭描述","Audio Track":"音轨","You aborted the media playback":"视频播放被终止","A network error caused the media download to fail part-way.":"网络错误导致视频下载中途失败。","The media could not be loaded, either because the server or network failed or because the format is not supported.":"视频因格式不支持或者服务器或网络的问题无法加载。","The media playback was aborted due to a corruption problem or because the media used features your browser did not support.":"由于视频文件损坏或是该视频使用了你的浏览器不支持的功能,播放终止。","No compatible source was found for this media.":"无法找到此视频兼容的源或者当前环境无法播放该视频。","The media is encrypted and we do not have the keys to decrypt it.":"视频已加密,无法解密。","Play Video":"播放视频","Modal Window":"弹窗","This is a modal window":"这是一个弹窗","This modal can be closed by pressing the Escape key or activating the close button.":"可以按ESC按键或启用关闭按钮来关闭此弹窗。",", opens captions settings dialog":", 开启标题设置弹窗",", opens subtitles settings dialog":", 开启字幕设置弹窗",", opens descriptions settings dialog":", 开启描述设置弹窗",", selected":", 选择","captions settings":"字幕设定","Audio Player":"音频播放器","Video Player":"视频播放器","Progress Bar":"进度小节","Volume Level":"音量","subtitles settings":"字幕设定","descriptions settings":"描述设定","Semi-Transparent":"半透明","Font Size":"字体尺寸","Text Edge Style":"字体边缘样式","Font Family":"字体库","Proportional Sans-Serif":"比例无细体","Monospace Sans-Serif":"单间隔无细体","Proportional Serif":"比例细体","Monospace Serif":"单间隔细体","Small Caps":"小型大写字体","restore all settings to the default values":"恢复全部设定至预设值","Caption Settings Dialog":"字幕设定视窗","Beginning of dialog window. Escape will cancel and close the window.":"开始对话视窗。离开会取消及关闭视窗","End of dialog window.":"结束对话视窗","Request timed out.":"请求超时,请稍后再试。","Could not download the video.":"无法加载视频,请检查网络。","Server is not respond.":"服务器请求失败,请稍后再试。","Server respond error data.":"服务器返回数据有误,请稍后再试。","Last time play at ":"上次看到 ","Resume play":"恢复播放","Powered by Tencent Cloud.":"腾讯云提供技术支持","Rise an internal exception when playing HLS.":"播放 HLS 时出现内部异常。","Authentication failed.":"防盗链参数鉴权失败。","Server failed.":"媒体服务器错误。","Get file error.":"媒体服务器获取文件错误。","The media file does not exist. Please check if the fileID is correct.":"媒体文件不存在,请检查 fileID 是否正确。","No video transcoding information found.":"没有找到视频转码信息。","Current browser not support DRM.":"浏览器不支持当前 DRM 方案。","The trial duration is illegal. The trial duration must be within the video duration.":"试看时长不合法,试看时长要在视频时长范围内。","Param pcfg is not unique.":"pcfg 不唯一。","The license has expired. Please check whether the expiration time setting is reasonable.":"license 过期,请检查过期时间设置是否合理。","Did not find an adaptive stream that can be played.":"没有找到可以播放的自适应码流,<a href='https://cloud.tencent.com/document/product/266/34071' style='color: white;' target='_blank'>查看文档</a>。","Invalid request format, please check the request format.":"请求格式不合法,请检查请求格式。","AppID is not exist, Please check if the AppID is correct.":"AppID 不存在,请检查 AppID 是否正确。","Without anti-leech information.":"没带防盗链检测。","qsign invalid.":"播放参数 qsign 校验失败","psign check failed.":"播放参数 psign 校验失败,<a href='https://cloud.tencent.com/document/product/266/45554' style='color: white' target='_blank'>查看文档</a>。","Other errors.":"其他错误。","Internal error.":"内部错误。","Response data verification failed.":"响应数据校验失败","Video statistic":"视频统计信息","Play Next":"下一个","Current browser not support play this stream, please select another one.":"无法找到此视频兼容的源或者当前环境无法播放该视频,请选择其他视频播放。","Server respond error data.(eg. stream not exist)":"媒体服务器获取数据异常,可能该视频不存在,请选择其他视频播放。","Video play failed, please refresh to start play again.":"视频播放器失败,请刷新并重新播放。","Connection to the server has failed and the number of connection retries has exceeded the set value.":"媒体服务器连接异常,并达到最大重试次数,请检查网络是否正常并刷新重试","Video decoding failure.":"视频解码失败,请选择其他视频播放。"},log=videojs.log;if(Function.prototype.bind&&(typeof console>"u"?"undefined":_typeof(console))=="object"&&_typeof(console.log)=="object")for(var logFns=["log","info","warn","error","assert","dir","clear","profile","profileEnd"],i=0;i<logFns.length;i++){var method=logFns[i];console[method]=Function.prototype.call.bind(console[method],console)}return videojs.addLanguage("zh-CN",CN),Object.keys(videojs).forEach(function(r){TCPlayer[r]=videojs[r]}),TCPlayer})})(tcplayer_v4_9_1_min);var tcplayer_v4_9_1_minExports=tcplayer_v4_9_1_min.exports;const TCPlayer=getDefaultExportFromCjs(tcplayer_v4_9_1_minExports),tcplayer_min="",iconplay="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFIAAABQCAMAAAC9OtKiAAAAllBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AJcWoAAAAMXRSTlMAnvjzBfx1WhkQ8OzFpHpuRTYLCOjd2NLLvbaTjIBnSSolHxXjrqqYiGFPPTDRUz8+hj+sCQAAAURJREFUWMPt2MlyglAUhOErg4giKEOMAqLGOGY67/9yWaQqldCLLLo3qeJ/gG9Jn4sbGvoXBcvFXiuOfTOrtjowT+yr1V1F1vbdfCIRd/YjfxwIyNR+9bDgybP1Oh1YcmT9/LRgSazqaBLb7OWkeW3OktjxjSax9U5OmtfkLImVEU1iyYuctLCOWRKbXWkSe1zSJDZ6kpM2zWgSe73LSBgSmoQh4UkYEpbEng9y0ryUJrF5ICet1pPeRE5apidbPdnoyUhOloWaDDsnJqc3JyZPE6clV+/iL9E0CxxL4qiRJE6vlJxtxQsZnmPHknhsScnyKr6JwiZ2LInntZQ8RuIr2LvkjiXxQSUlq5v43eO1hWNJvHxIEu8zmsQrkieFP00u/SH4cGwRvBvoihkMAV0XwhDQRT4MAV2cbpL1OHZDQ0N/9Akuh4HAKzv0/gAAAABJRU5ErkJggg==",iconpause="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAMAAAC5zwKfAAAAXVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9RKvvlAAAAHnRSTlMAcZfsFdNQCqz6lIg1Ea7k29jEtJuAd2xiWkYuJCBNed2jAAAA3UlEQVRYw+3YuRKDIBSFYZKI4L7vyvs/ZpzExFuA10wai3Pqb34KKhAYhl1lvpZF1R+bviqk9k/lPG1eK2e3mcu30R7fU9Jsezi19/gYqdhgZL5LXSbdTcT1ksDsi+0mJiRIuAsxZK3dtNRwF9NRHNpNSE3HBG8U3+3mTs0NQQQRRBBBBBFEEEEEEUQQQQT/Dv72vOWDA8WN3TTUDExwoXi0m5GaRTBLdytdRu5GMzn6hRJMLjMF5CuGXZxv1ncbfzs1j8WJqShbc/Xh2V69JrNIiZNTCW8SJTDsqnsCkTijOZgOGO8AAAAASUVORK5CYII=",iconSpeed="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAMAAAC5zwKfAAAAtFBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////oK74hAAAAO3RSTlMAbom9U/slE3thWAbA8K40oHdEQTiCalz3cw0t5cq00SAPKRsJqJBkSPTsxqVO6Nq6nZk8lI1aF5ze1ee6EEAAAAPfSURBVFjD7Zdrd5pAEIYnCpioxBtGQIy3qPUWU7Wa5P3//6vO7qCFElQ8p+f0tM8Xd7k8LDvD7Er/+QsYGF4zl0rTuNz2bTHDBbyV5PI2aQqTRN3DChdyT4piYInQTBh1e46LmYsQH0MthFv/bXhTXE4+FKJb0EJMnajvHtfQOgox97UQs3Zmn9kkEUqElBBBjzRyRrBH3s5IZdmL3vYoQqz2JFg2hE+jRJcj43gXIU+o5k10pse9q4XIiRDzF52f0rW/UTYhmhAeiZnL+JaUUdhth0Nq8OGw16SMwrwvrxzozMlJ7yWjcFSSoHxK+LtQPFE24VgSG2WJcd8EYxayCDkxRPgYvqEDRZmyCN0diXAdn9lxFqFdJxHe05EJFLUMwkYlqcDeQXFHN/FXCZ+uTsOBk1qSpDTowvCyWCzkE8zVdo5/mn/DaJPgwe30UozlX9KwAWCrm7zGGBSyBbo0rCmeOct0M3Go/bVtr/unpcDImQwOqEaXT9QBDPomoqzoHM8HSX+HCAs1Fy7gUQdR3lNlctucrHKEna7qtj0iq8KMed1TrT2F1LfjSoJwqcviQ7Va1SE4NH6EM2O1yWkxC947qNaAhCbPT0KivANwOPDysW+43B1+S93A5OX9O0KiyVtRk+sO474Sb5V4u2IDdvjgB54KMKMvhR4UxaQ3hiWZxFOy0nVShGMWrnu9Il/V65VFeNonPMSFIy30fZ4lz/c3asHwS0S9XgDcszCnk/Vw7PmssOAq4QAxVFhcYHKt0MPXwj6AJQvd6ZSfO51OzfPClRIOH2PwdfyUSiwoaUJhJ0GJo1+zR0aOGfGoVWtzTlhXwidEqIYrz8sh3B9B0FBzaARBhyi70ANsfYHpK+GQq8UVwmfBFmFOl5Y1UJYod4HaFcKw0HVEWAXm+lN6EuEPoPOF0F8u/XPCN7VVawFuQYS8QWgnChuvwGsjXcgvuFW9xTGxP4BxkrBw8B2MhXTh4aKmOl05CpvArJQgbEHRSheaB6HVdhzHsqyB/uFeISaMr8snoS2YWjhEMpsUYWoeVpDIJ50RVvL5/JCW+Qg1OZFAK1WYhT8iPO0Ps9P8dU0xoNjeIqwe90enAHZuEa7ASCn1TSiG2X0WFO7pY2C8m6cwH+3O+ll9ezs6JAua7Y0hMYcU+7v8cNMmneulsIHGzWR8MmWAldgWhBn71+r666TN5/4Vwutd4apweDMIQeTGuokQs/yjdncRtfH8dJu7oQgT3IZZpBgTEzfgsi/GtxkyEzQogeEjMjLaUzL1MjLwtqGvaee618Wi2xyczVSnOLm7iEnR6dN//kl+Ah3kvcGMpq7DAAAAAElFTkSuQmCC",iconReplay$2="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAMAAAC5zwKfAAAAq1BMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Nr6iZAAAAOHRSTlMAYRL6/OcXr3Htu4psOfCkVAvz3cyXkuLUwYNmHgf30H9dMCrpyJ16dVrYTiMNhUM/Niayqko9D/Hbdv4AAANLSURBVFjD7ZjZeqowFIXDPIsgjuBYxFO1zrZ5/yc7X9sElCSb8J2eu/5XrWyXJNnDAvTLL/+Bl+XBmg8dTY/zkdv3gymq2Nup2kosWoYGrhG7vkkuKzrG+Yu83CmMMRfd3X1eP2uf/6xl5e5rDNBTULTFX7xLyZ0T3MDIIn9YEnJqX8fS6PtGvWCI2zBo0vuj4Sdmo5u38X17UowdnmD8AesV+JHt4fiUeelVYxT/QHJT6/HeioCzwZt6bg4hPbeK0waZIN+9mmJXLBhWUWNxDdi4Ak7u6qc1GyjvGa4RCCJ31bYESMwc17nxAzOnPNsM0HvFDBo/fkyvz8Gm5GGWCS9wWVa+iSAURo5f0B80vZwLAplyGoeHWA5MVomIFm7S6zyltsq5QRrRR5KYl2C3tCf98Orx9nxD9Iw39DPQHXz9Ib07zRj0Q4TgibRnGpMU5DXwiW22FjzRjOefVmy3FVwQQXbgXLTvISeellAZb4GCDFutu0OSGqrcji+vZ9IkhFvBPJAVfCffWMGCWC8k3daSxEeNzcpJeQscJMlzPaff0blM93OZYld7XwcaPZoFcVorrPUQ9JXHM5uQTZcSNOohFskrNq9HUoI9JolZQVvsKZRmK5OwSZyS1JUQ1Nhy77FzpUuiVYEgbFCIH9ugihW1FA2CBq+fXzitNCKfpaCgNqhSkLO8FWei3CDB8QpxGZDrESeVcvHv5woSMOLlnI1FDx1q56vK+6rQ3HELaCWe8scc4/UZCTnwx5tBMjHiDLDTChpvQ3JitSV4gKOX8mJXhLhrNqKWglu6YpHPXbTT82njnYqM7mzfRs/siO+jR/O3jaBFH884WZVWflkaG3KwKKGjbSdtYGagqTzrdBslx++qg2FT2S9npZTii1EOQpEZn9OI+N6sFzhllzSFvxmXra+xYtJZaSeO4qiujilX0GypoeTztw+bDsrSkH7lsMAVI8Hh7RJcETbmqv440zcZU2z2iPElMEvtycCtJ0ez3LnTYkyutmklZ+a1jZO4luWuc+ZzyZpSLSzFOkOydIewFLXc8rx5MSynFSZqh3roiOVm/Qy1501xda5cQt9xtidT6u9MHcu/oH8jO/pecXNdqxjY9z36heEvB1psFaQO63kAAAAASUVORK5CYII=";var vudio={exports:{}};(function(r,t){(function(e){r.exports=e()})(function(){var e={effect:"waveform",accuracy:128,width:256,height:100,waveform:{maxHeight:80,minHeight:1,spacing:1,color:"#f00",shadowBlur:0,shadowColor:"#f00",fadeSide:!0,horizontalAlign:"center",verticalAlign:"middle",prettify:!0},lighting:{maxHeight:80,lineWidth:0,color:"#f00",shadowBlur:0,shadowColor:"#f00",fadeSide:!0,horizontalAlign:"center",verticalAlign:"middle"}};function n(a,l,u){if(["[object HTMLAudioSource]","[object HTMLAudioElement]","[object MediaStream]"].indexOf(Object.prototype.toString.call(a))===-1)throw new TypeError("Invaild Audio Source");if(Object.prototype.toString.call(l)!=="[object HTMLCanvasElement]")throw new TypeError("Invaild Canvas Element");this.audioSrc=a,this.canvasEle=l,this.option=s(e,u),this.meta={},this.stat=0,this.freqByteData=null,this.__init()}function s(){var a={};return Array.prototype.forEach.call(arguments,function(l){var u;for(u in l)Object.prototype.hasOwnProperty.call(l,u)&&(Object.prototype.toString.call(l[u])==="[object Object]"?a[u]=s(a[u],l[u]):a[u]=l[u])}),a}return n.prototype={__init:function(){var a=new(window.AudioContext||window.webkitAudioContext||window.mozAudioContext),l=Object.prototype.toString.call(this.audioSrc)!=="[object MediaStream]"?a.createMediaElementSource(this.audioSrc):a.createMediaStreamSource(this.audioSrc),u=window.devicePixelRatio||1;this.analyser=a.createAnalyser(),this.meta.spr=a.sampleRate,l.connect(this.analyser),this.analyser.fftSize=this.option.accuracy*2,this.analyser.connect(a.destination),this.freqByteData=new Uint8Array(this.analyser.frequencyBinCount),this.context2d=this.canvasEle.getContext("2d"),this.width=this.option.width,this.height=this.option.height,this.context2d.canvas.width=this.width*u,this.context2d.canvas.height=this.height*u,this.context2d.scale(u,u)},__rebuildData:function(a,l){var u;return l==="center"?u=[].concat(Array.from(a).reverse().splice(this.option.accuracy/2,this.option.accuracy/2),Array.from(a).splice(0,this.option.accuracy/2)):l==="left"?u=a:l==="right"?u=Array.from(a).reverse():u=[].concat(Array.from(a).reverse().splice(this.option.accuracy/2,this.option.accuracy/2),Array.from(a).splice(0,this.option.accuracy/2)),u},__animate:function(){this.stat===1&&(this.analyser.getByteFrequencyData(this.freqByteData),typeof this.__effects()[this.option.effect]=="function"&&this.__effects()[this.option.effect](this.freqByteData),requestAnimationFrame(this.__animate.bind(this)))},__testFrame:function(){this.analyser.getByteFrequencyData(this.freqByteData),typeof this.__effects()[this.option.effect]=="function"&&this.__effects()[this.option.effect](this.freqByteData)},__effects:function(){var a=this;return{lighting:function(l){var u=a.option.lighting,d=a.__rebuildData(l,u.horizontalAlign),h=u.maxHeight/2,p=!0,g,m;u.horizontalAlign,a.context2d.clearRect(0,0,a.width,a.height),a.context2d.lineWidth=u.lineWidth,a.context2d.strokeStyle=u.color,a.context2d.beginPath(),d.forEach(function(y,_){g=a.width/a.option.accuracy*_,m=y/256*h,u.verticalAlign==="middle"?m=(a.height-y)/2-h/2:u.verticalAlign==="bottom"?m=a.height-y:u.verticalAlign==="top"?m=y:m=(a.height-y)/2-h/2,p?(a.context2d.moveTo(g,m),p=!1):a.context2d.lineTo(g,m)}),a.context2d.stroke()},waveform:function(l){var u=a.option.waveform,d=u.fadeSide,h=u.prettify,p=a.__rebuildData(l,u.horizontalAlign),g,m,y,_,E,w,A,O;u.horizontalAlign!=="center"&&(d=!1,h=!1),a.context2d.clearRect(0,0,a.width,a.height),p.forEach(function(j,P){m=(a.width-a.option.accuracy*u.spacing)/a.option.accuracy,_=P*(m+u.spacing),u.spacing!==1&&(_+=u.spacing/2),h?P<=a.option.accuracy/2?g=(1-(a.option.accuracy/2-1-P)/(a.option.accuracy/2))*u.maxHeight:g=(1-(P-a.option.accuracy/2)/(a.option.accuracy/2))*u.maxHeight:g=u.maxHeight,y=j/256*g,y=y<u.minHeight?u.minHeight:y,u.verticalAlign==="middle"?E=(a.height-y)/2:u.verticalAlign==="top"?E=0:u.verticalAlign==="bottom"?E=a.height-y:E=(a.height-y)/2,w=u.color,w instanceof Array?(A=a.context2d.createLinearGradient(_,E,_,E+y),w.forEach(function(I,f){I instanceof Array?(O=I[0],I=I[1]):f===0||f===w.length-1?O=f/(w.length-1):O=f/w.length+.5/w.length,A.addColorStop(O,I)}),a.context2d.fillStyle=A):a.context2d.fillStyle=w,u.shadowBlur>0&&(a.context2d.shadowBlur=u.shadowBlur,a.context2d.shadowColor=u.shadowColor),d?P<=a.option.accuracy/2?a.context2d.globalAlpha=1-(a.option.accuracy/2-1-P)/(a.option.accuracy/2):a.context2d.globalAlpha=1-(P-a.option.accuracy/2)/(a.option.accuracy/2):a.context2d.globalAlpha=1,a.context2d.fillRect(_,E,m,y)})}}},dance:function(){return this.stat===0&&(this.stat=1,this.__animate()),this},pause:function(){return this.stat=0,this},setOption:function(a){this.option=s(this.option,a)}},n})})(vudio);var vudioExports=vudio.exports;const Vudio=getDefaultExportFromCjs(vudioExports),tickMp3=""+new URL("tick-b5f22461.mp3",import.meta.url).href;var FileSaver_min={exports:{}};(function(r,t){(function(e,n){n()})(commonjsGlobal,function(){function e(h,p){return typeof p>"u"?p={autoBom:!1}:typeof p!="object"&&(console.warn("Deprecated: Expected third argument to be a object"),p={autoBom:!p}),p.autoBom&&/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(h.type)?new Blob(["\uFEFF",h],{type:h.type}):h}function n(h,p,g){var m=new XMLHttpRequest;m.open("GET",h),m.responseType="blob",m.onload=function(){d(m.response,p,g)},m.onerror=function(){console.error("could not download file")},m.send()}function s(h){var p=new XMLHttpRequest;p.open("HEAD",h,!1);try{p.send()}catch(g){}return 200<=p.status&&299>=p.status}function a(h){try{h.dispatchEvent(new MouseEvent("click"))}catch(g){var p=document.createEvent("MouseEvents");p.initMouseEvent("click",!0,!0,window,0,0,0,80,20,!1,!1,!1,!1,0,null),h.dispatchEvent(p)}}var l=typeof window=="object"&&window.window===window?window:typeof self=="object"&&self.self===self?self:typeof commonjsGlobal=="object"&&commonjsGlobal.global===commonjsGlobal?commonjsGlobal:void 0,u=l.navigator&&/Macintosh/.test(navigator.userAgent)&&/AppleWebKit/.test(navigator.userAgent)&&!/Safari/.test(navigator.userAgent),d=l.saveAs||(typeof window!="object"||window!==l?function(){}:"download"in HTMLAnchorElement.prototype&&!u?function(h,p,g){var m=l.URL||l.webkitURL,y=document.createElement("a");p=p||h.name||"download",y.download=p,y.rel="noopener",typeof h=="string"?(y.href=h,y.origin===location.origin?a(y):s(y.href)?n(h,p,g):a(y,y.target="_blank")):(y.href=m.createObjectURL(h),setTimeout(function(){m.revokeObjectURL(y.href)},4e4),setTimeout(function(){a(y)},0))}:"msSaveOrOpenBlob"in navigator?function(h,p,g){if(p=p||h.name||"download",typeof h!="string")navigator.msSaveOrOpenBlob(e(h,g),p);else if(s(h))n(h,p,g);else{var m=document.createElement("a");m.href=h,m.target="_blank",setTimeout(function(){a(m)})}}:function(h,p,g,m){if(m=m||open("","_blank"),m&&(m.document.title=m.document.body.innerText="downloading..."),typeof h=="string")return n(h,p,g);var y=h.type==="application/octet-stream",_=/constructor/i.test(l.HTMLElement)||l.safari,E=/CriOS\/[\d]+/.test(navigator.userAgent);if((E||y&&_||u)&&typeof FileReader<"u"){var w=new FileReader;w.onloadend=function(){var j=w.result;j=E?j:j.replace(/^data:[^;]*;/,"data:attachment/file;"),m?m.location.href=j:location=j,m=null},w.readAsDataURL(h)}else{var A=l.URL||l.webkitURL,O=A.createObjectURL(h);m?m.location=O:location.href=O,m=null,setTimeout(function(){A.revokeObjectURL(O)},4e4)}});l.saveAs=d.saveAs=d,r.exports=d})})(FileSaver_min);var FileSaver_minExports=FileSaver_min.exports;const cardPreview="_cardPreview_1m0rv_1",maxCard="_maxCard_1m0rv_31",pptBox="_pptBox_1m0rv_34",cardLarge="_cardLarge_1m0rv_37",musicPreview="_musicPreview_1m0rv_41",instrumentGroup$2="_instrumentGroup_1m0rv_44",classCard="_classCard_1m0rv_47",styles$8={cardPreview,maxCard,pptBox,cardLarge,musicPreview,instrumentGroup:instrumentGroup$2,classCard},videoWrap="_videoWrap_12xca_2",videoContent="_videoContent_12xca_7",controls$1="_controls_12xca_10",time$1="_time_12xca_24",line$1="_line_12xca_34",actions$1="_actions_12xca_44",actionWrap$1="_actionWrap_12xca_53",actionBtn$1="_actionBtn_12xca_57",actionBtnSpeed$1="_actionBtnSpeed_12xca_69",iconReplay$1="_iconReplay_12xca_80",iconDownload$1="_iconDownload_12xca_114",slider$1="_slider_12xca_134",sectionAnimate$1="_sectionAnimate_12xca_142",sliderPopup="_sliderPopup_12xca_147",iconAdd="_iconAdd_12xca_161",iconCut="_iconCut_12xca_162",disabled="_disabled_12xca_171",sliderPoint="_sliderPoint_12xca_179",styles$7={videoWrap,videoContent,controls:controls$1,time:time$1,line:line$1,actions:actions$1,actionWrap:actionWrap$1,actionBtn:actionBtn$1,actionBtnSpeed:actionBtnSpeed$1,iconReplay:iconReplay$1,iconDownload:iconDownload$1,slider:slider$1,sectionAnimate:sectionAnimate$1,sliderPopup,iconAdd,iconCut,disabled,sliderPoint},iconPreviewDownload="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAYAAABV7bNHAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAASKADAAQAAAABAAAASAAAAACQMUbvAAAEoklEQVR4Ae2ZO4hVVxSGZ6IhGpAJiE9sTKMgSWEhPlAZFRuDEx9NiE2SypSCRGxsFQQRQSy0UASxcVQsNEUUC1GQFKm0FyURNQbywNf4/cM+eDyz91nn3nvOfcS14GefvV57rf/ue55DQy7OgDPgDDgDzoAz4Aw4A86AMzCgDExMTEwHh8FT8AQcBNMGtJ36y4aMfaAoe+pfaUAzwsztIjvMb/ZDOx/1QxHU8Fmkjpgu4tasql8IarbLDrI7QQZ5TpATZDBgmH0HOUEGA4bZd5ATZDBgmH0HOUEGA4bZd5ATZDBgmH0HOUEGA4bZd5ATZDBgmKcb9rbMvA1cQOCPYDa4ODw8/HNbiYwg1tmMy9fgCTjOOo+MkGbMFDIXrASzrBXwmQd+B3k5VBaH4728czj+zYg5VIjRmvPKYmTDZwSsAfMt30p2Eu0FL4HkT/BVWSD2AyAmx1AOx2LRVyZIOYByxeRALH+mI2AMPA+Brxh/ymxtjST4ArwJCbPhGQczUwmxHc0cI+NJdFMuDOgqEaRYoBwpOVpS10yC9APnRb19mYqRfkqxBefVzIu/ul6mLyv45afjTCbyitzxDxyfoaiWv3mFmDPEK0dMtKbWTolqHikY1duqgu69qUXQjPe8301S+iFOlDdw2//OdcrRt2jO0/DHUywJRfA9j1mxKdkf1k7ZUzWn9JN5LIJSi5XqKfQgDmUf/nZgH6fxT0oTYQw+2hmKScmesGbK3ra+EYJUDQUfYdgNUn+3LdiuQMCnjFEJtisY5RsT5d4d1orZO9Y1RpAqo/ATDN+B15pHZBO6q6B4npOrapNNPjF5g/L7sEbMXouukRvFfGU0cJqd8B+6syC23lr0/+ZjwvFixtTF4BW2XeTWealRaXQHZZWHRnYyf5HpCmPstiH111OOnd0gRzV2hSAtREOXGMZAbLfIpYoodizkquLfsU/XCFKlNKZzik64f2veoihmS8jRYmj77l0lSGXS4HUGPWT+pXlFke/mEFsxpB63rhOksmn0FsNG8FRzQ+SzMcQYrvWbe0KQ2qDhuwyj4A/NEyLbaPBNuDSr7hlBaovG9UpjPYidk6RbH3w47I30lCC1DAH3GPR3071SJjoeDbZM15MxduPW9UIg4g43k3r7qCd1PT6cQtfJ7UBtPfQFQeoGQv5hOFZbZzUl6vlfrKY+GkvzIREUeyA2ibUIepbI8HlC389qPfzGJNXjpK9F0MNYRnR6Ah80WZcoONVjwj2n5sqiTyQvQFH0RWBFzrWvD1UrUM1FUW8jHRVPgmvFrGH+mFGvMPpaVCNQrTG5ZhVvnrjIqseBX0oSPcD2K3he4tMLk3bGcrCoZPEN3F7o4TkpJkGKhKQLDNuSWQbTMA45263SqxKkX+M2WGolHBC7Hm9WQpC5662r2GS/IZGel/QEPuiiHvT6xCRHjVYiSI4k1OVQl0p98+qL5yTqaEVUs2pfF3qpFFvpL1bMxDlpIbpvwFawBMwBlcnGtxuiz0KPwX1wGZxrhRj8J6UtgrLgbISwaRxX/pScxTU8voSQ1Pe4hpf29M6AM+AMOAPOgDPgDDgD/3sG3gKlXLs/zCnmFgAAAABJRU5ErkJggg==",iconFullscreen="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAB4CAYAAAA5ZDbSAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAeKADAAQAAAABAAAAeAAAAAAI4lXuAAAElUlEQVR4Ae2dQU4bQRBFY+AKWWTpK0RIWUXiEChCuQebRJyAe2QRseIESKwihVwhOyKFKxicqjCDsDRjl7umq9zwWmp5PNPdv+r98TBY3Z43bygQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEfASWy+We1BOpl1JvpS6kTl10XB3/oy/a7XurZqetMUxdlFWfmzLc2z7Cij0koLnUG6lR5V6EvlRMaWVo0foq9SEqOdFRlvOVIArfzAr7PXXrAvkhO94+7YzZeBCZo9lsdl1TTvLTq8WV1OhP1Z1ofpD8fstrcXEFLclr/wup0eZqwqp9qhuVi2q4OBXGp0wvOsaFQ/gD/yTK74vV/R0P/UNsHCFCYywIZauMi4v3zPxcrExHKwEXY6/BmWe3AvpppeRoF6GxLjwXY9dNlvx9WEhk++uiq3jspd9k9eju5UbroH+z7av3E5xp7lntO2iF2WmcyaaeUBnFxdj7CV4GZ/xH9PSSeR5h7vPcun+X9I5aL5nvnh+rvS25FvtU3FGTkqRNBnsCrA0vc/wIft5LdCYftA0EMNgAqeUmGNyye4bYMdgAqeUmGNyye4bYMdgAqeUmGNyye4bYMdgAqeUmGNyye4bYMdgAqeUmGNyye4bYMdgAqeUmGNyye4bYMdgAqeUmGNyye4bYMdgAqeUmGNyye4bYvQbrFJpN5XZTg1d83MLP0mYUoddgy5TSm1F1Dlj4WdrUIakT0aTqQrCxosfCVwLWyXb6UZWN1N3mJwHqyruhIHVf2ArA6fHHjKiMdp6fBKhnYr8uuF/nyifXeI7AzwiKZhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAESgkwcbuU3GO/neYnwenSi6GHRrF0xeD7TvPrzryhdUly6H/RYyxhGTFa2UjdXX4SnK5H2lQuR/J79bsF3G7zkwAtD2pkAfjIqRzBj2c2jMCP2K2XPouO55kX3hX+lvhok0gAgxPhR0hjcATlRA0MToQfIY3BEZQTNTA4EX6ENAZHUE7UwOBE+BHSGBxBOVEDgxPhR0hjcATlRA0MToQfIY3BEZQTNTA4EX6ENAZHUE7UwOBE+BHSGBxBOVEjxGCduTBRSfstaolfJ8j1v4k9STqJvtukJ8mybBCdiRj2a/KqJXXd7MeyLIy9bG4Mt/LOyVrIsPvDQ1ff+yAKRzJf6bqmknig036vpIZc7QZyuZccDwb2m3Z5g/5rUqnTSGM/rTP0yqiq4eW0MuCWb1yMvYHnPfLlkdLhlrBKmkdorIvLxdhr8Ld1kXFsEgIuxl6Dv0sKvyZJo2wQ19ltlIzQGAtF2Srj4uIyWP74643OsdS74gjKO6r2eXl3c0/VUK3ookyPO8bR2qt6cqc5l3pjvOufoln0v0ljD/+aIpehMZTlfJVy8jsJaE/qidT+y4CFbE9dXtQXHc/gKKs+N2XourImnwrIQwACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACu0HgHw0gnMSYX2x+AAAAAElFTkSuQmCC",iconFullscreenExit="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAB4CAYAAAA5ZDbSAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAeKADAAQAAAABAAAAeAAAAAAI4lXuAAAEfUlEQVR4Ae2dT2oUQRTGE/UKLlx6BRFcBTxEEPEebiI5Qe7hQrLKCQRXgskV3EXQK+SP34NpJob0TOVV1Xtdzq+gyGS6X33v/b7uTk+omt7bo0EAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhBYJoHb29sD9TP1y1W31wfR2Zqmenoe0XV31RPQI/Ub9fvtWm8cdRW/M7hpqafncSel8V8KqJ0xZuRcs23dz2TTUE/PY3xH71UgqHY53NbO7oU1/1UJLCKP5oVlDyiw9jd3W7vsnacSWEQe3jr3vYG948zZEo19tZL9vPssJQ9v/k+8gcSNQQCDx/DJnSUGu9GNEYjBY/jkzhKD3ejGCMTgMXxyZ4nBbnRjBGLwGD65s8RgN7oxAjF4DJ/cWWKwG90YgRg8hk/uLDHYjW6MQAwewyd3lhjsRjdGIAaP4ZM7Swx2oxsjsInBmvVgE9OmKaU2CaK6jYFvnWV1wesBbIqQsew+oXCd/YZXSsSmlG6adajN/dqG1Jps6pf51pGNafXU4Kr5TErAjrKv6k2uBA5HrjUl65kjrjhENV5p56fFAW13vNFwb1XjN++wtcZ8lHDtGN7cLe53TXBhbITGXCrG1hi7W605r93KbQJ/tBlm4ygRGpsSqGJca/CmxCK2fQ4QidDoVkatwZlH94WofOlGZj2waZhWVqtiXGvwiaq2G4Ho9keCh7r56K690jiUnmlGN6vPGOc13WV+Uo/8mHQuvZfRFZumumlHtSYfk5pwUsUH6k3/0XGH4pVeTx/+3+t17VXHXbNpq1sOU62WW+s21bqMf3S4aREIAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQGBBBDTzm4nv7aa/L2viu+qypSsPPTSqXcn/jsTSlUec3KOu8LeFYG+0MOznI2p176rjy9ZCfVd/7h7EF7izK/wN9KnAd1+ntNI4TTDXDgmrb2dX+L9S8e+MQudmGqaV1XZ6hf+HAOoRGt3KqL3EVa0+b1BV1dFdqB+hsSmVKsaj3mRNQPgapYnEzM+qM3j1/U3HGrv7VynM5B/x/VURGg+VZ0yPV4wf2l70XtUZPCnoTtNWo9vdnl3OXkzvR/wUgCY1zOWq2ooekjkX73j/l2LssnxSa65pd4VjAt5WCnYpBvfOw8ux6hLtFSUujgAGx7FOUcLgFOxxohgcxzpFCYNTsMeJYnAc6xQlDE7BHieKwXGsU5QwOAV7nCgGx7FOUcLgFOxxohgcxzpFCYNTsMeJYnAc6xQlDE7BHieKwXGsU5QwOAV7nOiSDbapK9tayT7bxti2vUTjctsgWduXbHDJdNGSfWrZlmic14rsXLxN5FO3ZwfNNdvW/dEzpqGensd/eQAI7NyziQ149bN1S6FJa+7hX6F5lOY71H6Ca2fQ9CCqtLWzS8ljKPNIFgIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQyCTwFzVJnMQrbZfNAAAAAElFTkSuQmCC",VideoModal=defineComponent({name:"video-play",props:{src:{type:String,default:""},title:{type:String,default:""},poster:{type:String,default:""},isEmtry:{type:Boolean,default:!1},isDownload:{type:Boolean,default:!1},fullscreen:{type:Boolean,default:!1}},emits:["loadedmetadata","togglePlay","ended","reset"],setup(r,{emit:t,expose:e}){const n=useMessage(),s="vFullscreen"+Date.now()+Math.floor(Math.random()*100),{src:a,poster:l,isEmtry:u}=toRefs(r),d=reactive({isFullScreen:!1,paused:!0,currentTimeNum:0,currentTime:"00:00",durationNum:0,duration:"00:00",showBar:!0,timer:null,speedControl:!1,speedStyle:{left:"1px"},defaultSpeed:1}),h=ref(),p=ref(),g="video"+Date.now()+Math.floor(Math.random()*100),m=f=>{if(f>0){const b=Math.floor(f/60),S=f%60;return(b<10?"0"+b:b)+":"+(S<10?"0"+S:S)}else return"00:00"},y=(f=!1)=>{d.showBar=f,d.speedControl=!1},_=()=>{d.speedControl=!1,p.value&&p.value.currentTime(0)},E=f=>{d.speedControl=!1,f==null||f.stopPropagation(),d.paused?(p.value.play(),d.paused=!1):(p.value.pause(),d.paused=!0),t("togglePlay",d.paused)},w=()=>{if(!r.src){n.error("下载失败");return}const f=r.src;fetch(f).then(b=>b.blob()).then(b=>{FileSaver_minExports.saveAs(b,r.title||new Date().getTime()+"")}).catch(()=>{n.error("下载失败")})},A=(f=!0)=>{clearTimeout(d.timer),y(f),d.timer=setTimeout(()=>{y(!1)},3e3)},O=()=>{p.value&&(p.value.poster(l.value),p.value.src(u.value?"":a.value),p.value.one("loadedmetadata",()=>{console.log(" Loading metadata"),d.duration=m(Math.round(p.value.duration())),d.durationNum=p.value.duration(),t("loadedmetadata",p.value)}),p.value.on("timeupdate",()=>{var f;d.currentTime=m(Math.round(((f=p.value)==null?void 0:f.currentTime())||0)),d.currentTimeNum=p.value.currentTime()}),p.value.on("ended",()=>{d.paused=!0,t("ended")}),p.value.on("play",()=>{A()}),p.value.on("pause",()=>{clearTimeout(d.timer),d.showBar=!0}))},j=f=>{const b=document;return f===(b.fullscreenElement||b.webkitFullscreenElement||b.mozFullScreenElement||b.msFullscreenElement)},P=()=>{const f=document.querySelector("#"+s);f&&(j(f)?exitFullscreen():f.requestFullscreen&&f.requestFullscreen()||f.mozRequestFullScreen&&f.mozRequestFullScreen()||f.webkitRequestFullscreen&&f.webkitRequestFullscreen()||f.msRequestFullscreen&&f.msRequestFullscreen())},I=()=>{document.fullscreenElement?d.isFullScreen=!0:d.isFullScreen=!1};return onMounted(()=>{p.value=TCPlayer(g,{appID:"",controls:!1}),O(),window.addEventListener("fullscreenchange",I)}),onUnmounted(()=>{window.removeEventListener("fullscreenchange",I)}),e({toggleHideControl:y}),()=>createVNode("div",{class:[styles$7.videoWrap],id:s,onClick:()=>A(!d.showBar)},[createVNode("div",{class:[styles$7.videoContent]},[createVNode("video",{style:{width:"100%",height:"100%"},src:u.value?"":a.value,poster:l.value,ref:h,id:g,preload:"auto",playsinline:!0,"webkit-playsinline":!0},null),createVNode("div",{class:[styles$7.controls,d.showBar?"":styles$7.sectionAnimate],onClick:f=>{f.stopPropagation(),t("reset"),A()}},[createVNode("div",{class:styles$7.actions},[createVNode("div",{class:styles$7.actionWrap},[createVNode("button",{class:styles$7.actionBtn,onClick:E},[d.paused?createVNode("img",{class:styles$7.playIcon,src:iconplay},null):createVNode("img",{class:styles$7.playIcon,src:iconpause},null)]),createVNode("button",{class:styles$7.iconReplay,onClick:_},[createVNode("img",{src:iconReplay$2},null)]),createVNode("div",{class:styles$7.actionBtnSpeed,onClick:f=>{f.stopPropagation(),d.speedControl=!d.speedControl,d.speedControl?(clearTimeout(d.timer),d.showBar=!0):A(!0)}},[createVNode("img",{src:iconSpeed},null),createVNode("div",{style:{display:d.speedControl?"block":"none"}},[createVNode("div",{class:styles$7.sliderPopup,onClick:f=>{f.stopPropagation()}},[createVNode("i",{class:styles$7.iconAdd,onClick:()=>{d.defaultSpeed>=1.5||p.value&&(d.defaultSpeed=(d.defaultSpeed*10+1)/10,p.value.playbackRate(d.defaultSpeed))}},null),createVNode(NSlider,{value:d.defaultSpeed,step:.1,max:1.5,min:.5,vertical:!0,tooltip:!1,"onUpdate:value":f=>{d.defaultSpeed=f,p.value&&p.value.playbackRate(d.defaultSpeed)}},{thumb:()=>createVNode("div",{class:styles$7.sliderPoint},[d.defaultSpeed,createVNode("span",null,[createTextVNode("x")])])}),createVNode("i",{class:[styles$7.iconCut],onClick:()=>{d.defaultSpeed<=.5||p.value&&(d.defaultSpeed=(d.defaultSpeed*10-1)/10,p.value.playbackRate(d.defaultSpeed))}},null)])])])])]),createVNode("div",{class:styles$7.slider},[createVNode(NSlider,{value:d.currentTimeNum,step:.01,max:d.durationNum,tooltip:!1,"onUpdate:value":f=>{d.speedControl=!1,p.value.currentTime(f),d.currentTimeNum=f,d.currentTime=m(Math.round(f||0))}},null)]),createVNode("div",{class:styles$7.actions},[createVNode("div",{class:styles$7.time},[createVNode("div",{class:"plyr__time plyr__time--current","aria-label":"Current time"},[d.currentTime]),createVNode("span",{class:styles$7.line},[createTextVNode("/")]),createVNode("div",{class:"plyr__time plyr__time--duration","aria-label":"Duration"},[d.duration])]),createVNode("div",{class:styles$7.actionWrap},[r.isDownload&&createVNode("button",{class:styles$7.iconDownload,onClick:w},[createVNode("img",{src:iconPreviewDownload},null)]),r.fullscreen&&createVNode("button",{class:styles$7.iconDownload,onClick:P},[createVNode("img",{src:d.isFullScreen?iconFullscreenExit:iconFullscreen},null)])])])])])])}}),musicScore$2="_musicScore_cvsnj_1",styles$6={musicScore:musicScore$2},MusicModal=defineComponent({name:"song-modal",props:{item:{type:Object,default:()=>({})},from:{type:String,default:""}},setup(r){const t=useUserStore(),e=ref(),n=ref(!1),s="".concat(vaildMusicScoreUrl(),"/instrument?v=").concat(+new Date,"&modelType=practise&id=").concat(r.item.content,"&Authorization=").concat(t.getToken,"&platform=pc&zoom=0.8");return()=>createVNode("div",{class:styles$6.musicScore},[createVNode("iframe",{ref:e,onLoad:a=>{n.value=!0,iframeDislableKeyboard(a.target)},class:[styles$6.container,"musicIframe"],frameborder:"0",src:s},null)])}}),audioWrap="_audioWrap_1oxhx_1",audioContainer="_audioContainer_1oxhx_6",audio="_audio_1oxhx_1",tempVudio="_tempVudio_1oxhx_22",controls="_controls_1oxhx_34",time="_time_1oxhx_48",line="_line_1oxhx_58",actions="_actions_1oxhx_68",actionWrap="_actionWrap_1oxhx_76",actionBtn="_actionBtn_1oxhx_80",iconReplay="_iconReplay_1oxhx_92",actionBtnSpeed="_actionBtnSpeed_1oxhx_105",iconDownload="_iconDownload_1oxhx_127",slider="_slider_1oxhx_147",sectionAnimate="_sectionAnimate_1oxhx_155",styles$5={audioWrap,audioContainer,audio,tempVudio,controls,time,line,actions,actionWrap,actionBtn,iconReplay,actionBtnSpeed,iconDownload,slider,sectionAnimate},SongModal=defineComponent({name:"audio-play",props:{item:{type:Object,default:()=>({})},isEmtry:{type:Boolean,default:!1},isDownload:{type:Boolean,default:!1},fullscreen:{type:Boolean,default:!1}},setup(r){const t="vFullscreen"+Date.now()+Math.floor(Math.random()*100),e=useMessage(),n=reactive({isFullScreen:!1,paused:!0,currentTimeNum:0,currentTime:"00:00",durationNum:0,duration:"00:00",showBar:!0,afterMa3:!0,timer:null}),s=ref(),a=ref();let l=null;const u=P=>{P==null||P.stopPropagation(),a.value.paused?(d(a.value,s.value),a.value.play(),n.afterMa3=!1,O()):(a.value.pause(),clearTimeout(n.timer),n.showBar=!0),n.paused=a.value.paused},d=(P,I)=>{l||(l=new Vudio(P,I,{effect:"waveform",accuracy:256,width:1024,height:600,waveform:{maxHeight:200,color:[[0,"#44D1FF"],[.5,"#44D1FF"],[.5,"#198CFE"],[1,"#198CFE"]],prettify:!1}}),l.dance())},h=P=>{if(P>0){const I=Math.floor(P/60),f=P%60;return(I<10?"0"+I:I)+":"+(f<10?"0"+f:f)}else return"00:00"},p=()=>{a.value&&(a.value.currentTime=0,console.log(r.item))},g=()=>{if(!r.item.content){e.error("下载失败");return}const P=r.item.content,I=r.item.title+(r.item.studentName?"-"+r.item.studentName:""),f=P.substring(P.lastIndexOf("."));fetch(P).then(b=>b.blob()).then(b=>{FileSaver_minExports.saveAs(b,(I||new Date().getTime())+f)}).catch(()=>{e.error("下载失败")})};let m=null;const y=ref(),_=ref();nextTick(()=>{m=new Vudio(_.value,y.value,{effect:"waveform",accuracy:256,width:1024,height:600,waveform:{maxHeight:200,color:[[0,"#44D1FF"],[.5,"#44D1FF"],[.5,"#198CFE"],[1,"#198CFE"]],prettify:!1}}),m.dance()});const E=P=>{const I=document;return P===(I.fullscreenElement||I.webkitFullscreenElement||I.mozFullScreenElement||I.msFullscreenElement)},w=()=>{const P=document.querySelector("#"+t);P&&(E(P)?exitFullscreen():P.requestFullscreen&&P.requestFullscreen()||P.mozRequestFullScreen&&P.mozRequestFullScreen()||P.webkitRequestFullscreen&&P.webkitRequestFullscreen()||P.msRequestFullscreen&&P.msRequestFullscreen())},A=()=>{clearTimeout(n.timer),n.showBar=!n.showBar,n.timer=setTimeout(()=>{n.showBar=!1},3e3)},O=()=>{clearTimeout(n.timer),n.showBar=!0,n.timer=setTimeout(()=>{n.showBar=!1},3e3)},j=()=>{document.fullscreenElement?n.isFullScreen=!0:n.isFullScreen=!1};return onMounted(()=>{console.log(r.item,"props.item"),window.addEventListener("fullscreenchange",j)}),onUnmounted(()=>{window.removeEventListener("fullscreenchange",j)}),()=>createVNode("div",{class:styles$5.audioWrap,id:t,onClick:A},[createVNode("div",{class:styles$5.audioContainer},[createVNode("audio",{ref:a,crossorigin:"anonymous",src:r.item.content+"?time=1",onEnded:()=>{n.paused=!0},onPause:()=>{clearTimeout(n.timer),n.showBar=!0},onTimeupdate:()=>{var P,I;n.currentTime=h(Math.floor(((P=a.value)==null?void 0:P.currentTime)||0)),n.currentTimeNum=((I=a.value)==null?void 0:I.currentTime)||0},onLoadedmetadata:()=>{var P,I;n.duration=h(Math.floor((P=a.value)==null?void 0:P.duration)),n.durationNum=(I=a.value)==null?void 0:I.duration}},null),createVNode("canvas",{ref:s},null),n.afterMa3&&createVNode("div",{class:styles$5.tempVudio},[createVNode("audio",{ref:_,src:tickMp3},null),createVNode("canvas",{ref:y},null)])]),createVNode("div",{class:[styles$5.controls,n.showBar?"":styles$5.sectionAnimate],onClick:P=>{P.stopPropagation(),O()}},[createVNode("div",{class:styles$5.actions},[createVNode("div",{class:styles$5.actionWrap},[createVNode("button",{class:styles$5.actionBtn,onClick:u},[n.paused?createVNode("img",{class:styles$5.playIcon,src:iconplay},null):createVNode("img",{class:styles$5.playIcon,src:iconpause},null)]),createVNode("button",{class:styles$5.iconReplay,onClick:p},[createVNode("img",{src:iconReplay$2},null)])])]),createVNode("div",{class:styles$5.slider},[createVNode(NSlider,{value:n.currentTimeNum,step:.01,max:n.durationNum,tooltip:!1,"onUpdate:value":P=>{a.value.currentTime=P,n.currentTimeNum=P,n.currentTime=h(Math.round(P||0))}},null)]),createVNode("div",{class:styles$5.actions},[createVNode("div",{class:styles$5.time},[createVNode("div",{class:"plyr__time plyr__time--current","aria-label":"Current time"},[n.currentTime]),createVNode("span",{class:styles$5.line},[createTextVNode("/")]),createVNode("div",{class:"plyr__time plyr__time--duration","aria-label":"Duration"},[n.duration])]),createVNode("div",{class:styles$5.actionWrap},[r.isDownload&&createVNode("button",{class:styles$5.iconDownload,onClick:g},[createVNode("img",{src:iconPreviewDownload},null)]),r.fullscreen&&createVNode("button",{class:styles$5.iconDownload,onClick:w},[createVNode("img",{src:n.isFullScreen?iconFullscreenExit:iconFullscreen},null)])])])])])}}),musicScore$1="_musicScore_cvsnj_1",styles$4={musicScore:musicScore$1},RhythmModal=defineComponent({name:"song-modal",props:{item:{type:Object,default:()=>({})}},setup(r){const t=useUserStore(),e=ref(),n=ref(!1);let s="".concat(origin,"/classroom-app/#/tempo-practice?v=").concat(Date.now(),"&Authorization=").concat(t.getToken,"&platform=modal");return/(localhost|192)/.test(location.host)&&(s="http://192.168.3.220:9002/#/tempo-practice?v=".concat(Date.now(),"&Authorization=").concat(t.getToken,"&platform=modal")),r.item.dataJson&&(s+="&dataJson="+r.item.dataJson),()=>createVNode("div",{class:styles$4.musicScore},[createVNode("iframe",{ref:e,onLoad:a=>{n.value=!0,iframeDislableKeyboard(a.target)},class:[styles$4.container,"musicIframe"],frameborder:"0",src:s},null)])}}),container$3="_container_1ibc2_1",containerPreview$1="_containerPreview_1ibc2_6",wrapBottom$2="_wrapBottom_1ibc2_10",containerModal$1="_containerModal_1ibc2_13",content$2="_content_1ibc2_13",separator$1="_separator_1ibc2_21",wrap$2="_wrap_1ibc2_10",tools$1="_tools_1ibc2_41",contentWrap$2="_contentWrap_1ibc2_55",musicList$1="_musicList_1ibc2_63",instrumentGroup$1="_instrumentGroup_1ibc2_77",instrumentImg$1="_instrumentImg_1ibc2_85",otherImg="_otherImg_1ibc2_91",instrumentName$1="_instrumentName_1ibc2_98",instrumentTag$1="_instrumentTag_1ibc2_106",wrapList$1="_wrapList_1ibc2_111",titlec$1="_titlec_1ibc2_121",icon2$1="_icon2_1ibc2_131",empty$2="_empty_1ibc2_138",itemContainer$1="_itemContainer_1ibc2_144",item$1="_item_1ibc2_144",active$1="_active_1ibc2_166",arrow$2="_arrow_1ibc2_169",img$1="_img_1ibc2_172",title$2="_title_1ibc2_121",titleName$1="_titleName_1ibc2_201",titleDes$1="_titleDes_1ibc2_208",btn$1="_btn_1ibc2_218",showPlayLoading$1="_showPlayLoading_1ibc2_242",loadingWrap$1="_loadingWrap_1ibc2_245",musicStaff$2="_musicStaff_1ibc2_250",musicTitle$2="_musicTitle_1ibc2_265",icon1$1="_icon1_1ibc2_274",icon3="_icon3_1ibc2_275",musicContent$2="_musicContent_1ibc2_287",staffImgs$1="_staffImgs_1ibc2_300",changeSizeSection$2="_changeSizeSection_1ibc2_317",iconT$2="_iconT_1ibc2_330",iconAddT$2="_iconAddT_1ibc2_334",iconPlusT$2="_iconPlusT_1ibc2_335",styles$3={container:container$3,containerPreview:containerPreview$1,wrapBottom:wrapBottom$2,containerModal:containerModal$1,content:content$2,separator:separator$1,wrap:wrap$2,tools:tools$1,contentWrap:contentWrap$2,musicList:musicList$1,instrumentGroup:instrumentGroup$1,instrumentImg:instrumentImg$1,otherImg,instrumentName:instrumentName$1,instrumentTag:instrumentTag$1,wrapList:wrapList$1,titlec:titlec$1,icon2:icon2$1,empty:empty$2,itemContainer:itemContainer$1,item:item$1,active:active$1,arrow:arrow$2,img:img$1,title:title$2,titleName:titleName$1,titleDes:titleDes$1,btn:btn$1,showPlayLoading:showPlayLoading$1,loadingWrap:loadingWrap$1,musicStaff:musicStaff$2,musicTitle:musicTitle$2,icon1:icon1$1,icon3,musicContent:musicContent$2,staffImgs:staffImgs$1,changeSizeSection:changeSizeSection$2,iconT:iconT$2,iconAddT:iconAddT$2,iconPlusT:iconPlusT$2},InstruemntDetail=defineComponent({name:"instrument-detail",props:{id:{type:String,default:""},type:{type:String,default:""},activeStatus:{type:Boolean,default:!1},contentType:{type:String,default:""}},setup(r,{expose:t}){const e=useRoute();useRouter();const n=reactive({page:1,rows:20,status:!0,name:"",type:r.contentType}),s=reactive({loading:!1,finshed:!1,reshing:!1,details:{},list:[],listActive:0,playState:"pause",showPlayer:!1,showPreivew:!1,previewUrl:"",showCloseBtn:!0,fontSize:18}),a=computed(()=>s.list[s.listActive]||{}),l=p=>{const g=s.list.findIndex(m=>m.id===p.id);g>-1&&(s.listActive===g?s.playState=s.playState==="play"?"pause":"play":s.playState="play",s.showPlayer=!0,s.listActive=g)},u=p=>{p==="play"?s.playState="play":p==="pause"?s.playState="pause":p==="pre"?s.list[s.listActive-1]&&l(s.list[s.listActive-1]):p==="next"&&s.list[s.listActive+1]&&l(s.list[s.listActive+1])},d=async()=>{s.loading=!0;let p={};try{p=await api_knowledgeWiki_detail({id:r.id||e.query.id})}catch(m){console.log(m)}s.reshing&&(s.list=[],s.reshing=!1),s.finshed=!0,s.list=p.data.knowledgeWikiResources||[],s.list.forEach(m=>{m.audioFileUrl=m.url,m.musicSheetName=m.name});const g=p.data.knowledgeWikiCategories||[];p.data.knowledgeName=g.length>0?g[0].knowledgeWikiCategoryTypeName:"",p.data.intros=p.data.intros.replace(/<video/gi,'<video class="video-music" style="width: 100% !important;" controlslist="nodownload"'),s.details=p.data,s.loading=!1},h=p=>{u(p);try{const g=document.querySelectorAll(".video-music");g&&g.length>0&&g.forEach(m=>{m.pause()})}catch(g){}};return onMounted(()=>{d()}),watch(()=>r.activeStatus,()=>{r.activeStatus||h("pause")}),t({handleChangeAudio:h}),()=>{var p,g;return createVNode("div",{class:[styles$3.container,r.type==="preview"&&styles$3.containerPreview,r.type==="modal"&&styles$3.containerModal]},[createVNode("div",{class:[styles$3.wrap,s.showPlayer?styles$3.wrapBottom:""]},[createVNode("div",{class:styles$3.content},[createVNode("div",{class:styles$3.contentWrap},[createVNode("div",{class:[styles$3.musicList,"musicList-container"]},[createVNode("div",{class:styles$3.wrapList},[createVNode("div",{class:styles$3.instrumentGroup},[createVNode(NImage,{class:[styles$3.instrumentImg,n.type==="MUSICIAN"&&styles$3.otherImg],src:(p=s.details)==null?void 0:p.avatar,objectFit:"cover"},null),createVNode("p",{class:styles$3.instrumentName},[s.details.name]),createVNode("p",{class:styles$3.instrumentTag},[s.details.knowledgeName])]),createVNode("div",{class:styles$3.titlec},[createVNode("i",{class:styles$3.icon2},null),createTextVNode("代表作")]),s.list.map((m,y)=>createVNode("div",{class:styles$3.itemContainer},[createVNode("div",{class:[styles$3.item],onClick:_=>{_.stopPropagation(),l(m)}},[createVNode("div",{class:styles$3.img},[createVNode(NImage,{lazy:!0,objectFit:"cover",previewDisabled:!0,src:m.titleImg||icon_default,onLoad:_=>{_.target.dataset.loaded="true"}},null),createVNode(PlayLoading,{class:[s.listActive===y&&s.playState==="play"?"":styles$3.showPlayLoading]},null)]),createVNode("div",{class:styles$3.title},[createVNode("div",{class:styles$3.titleName},[createVNode(TheNoticeBar,{text:m.name,style:{marginRight:"12px"}},null)])]),createVNode(NButton,{color:"#259CFE",textColor:"#fff",round:!0,class:styles$3.btn,type:"primary",onClick:_=>{_.stopPropagation(),l(m)}},{default:()=>[createTextVNode("播放"),createVNode("img",{src:s.listActive===y&&s.playState==="play"?icon_pause:icon_play},null)]}),createVNode("img",{class:styles$3.arrow,src:icon_arrow},null)])])),!s.finshed&&createVNode("div",{class:styles$3.loadingWrap},[createVNode(NSpin,{show:!0},null)]),!s.loading&&s.list.length===0&&createVNode("div",{class:styles$3.empty},[createVNode(TheEmpty,{description:"暂无代表作"},null)])])]),createVNode("div",{class:styles$3.musicStaff},[createVNode("div",{class:styles$3.musicTitle},[createVNode("i",{class:n.type==="MUSICIAN"?styles$3.icon3:styles$3.icon1},null),n.type==="MUSICIAN"?"个人简介":"乐器简介"]),createVNode("div",{class:styles$3.musicContent,innerHTML:(g=s.details)==null?void 0:g.intros,style:{fontSize:s.fontSize+"px"}},null)]),createVNode("div",{class:styles$3.changeSizeSection},[createVNode("img",{src:iconT$3,class:styles$3.iconT},null),createVNode("img",{src:iconAddT$3,class:styles$3.iconAddT,onClick:()=>{s.fontSize>=32||(s.fontSize+=1)}},null),createVNode(NSlider,{value:s.fontSize,"onUpdate:value":m=>s.fontSize=m,vertical:!0,placement:"left",min:12,max:32},null),createVNode("img",{src:iconPlusT$3,class:styles$3.iconPlusT,onClick:()=>{s.fontSize<=12||(s.fontSize-=1)}},null)])])])]),s.list.length!==0&&createVNode(PlayItem,{type:r.type,show:s.showPlayer,playState:s.playState,item:a.value,onChange:m=>u(m)},null)])}}}),container$2="_container_n7abx_1",iconBack="_iconBack_n7abx_9",separator="_separator_n7abx_13",containerDetail="_containerDetail_n7abx_18",detailPreview="_detailPreview_n7abx_25",contentWrap$1="_contentWrap_n7abx_32",changeSizeSection$1="_changeSizeSection_n7abx_37",wrap$1="_wrap_n7abx_40",wrapBottom$1="_wrapBottom_n7abx_46",content$1="_content_n7abx_32",scrollBar="_scrollBar_n7abx_66",empty$1="_empty_n7abx_70",directoryList="_directoryList_n7abx_75",treeParent="_treeParent_n7abx_88",treeChild="_treeChild_n7abx_91",treeItem="_treeItem_n7abx_94",title$1="_title_n7abx_104",dir="_dir_n7abx_75",titleSelect="_titleSelect_n7abx_125",arrow$1="_arrow_n7abx_133",arrowSelect="_arrowSelect_n7abx_140",childArrow="_childArrow_n7abx_144",childItem="_childItem_n7abx_147",childSelect="_childSelect_n7abx_160",musicStaff$1="_musicStaff_n7abx_167",musicTitle$1="_musicTitle_n7abx_189",musicContent$1="_musicContent_n7abx_197",iconT$1="_iconT_n7abx_221",iconAddT$1="_iconAddT_n7abx_225",iconPlusT$1="_iconPlusT_n7abx_226",btnGroup="_btnGroup_n7abx_243",treeParentSelected="_treeParentSelected_n7abx_250",parentItem="_parentItem_n7abx_255",checkbox="_checkbox_n7abx_269",styles$2={container:container$2,iconBack,separator,containerDetail,detailPreview,contentWrap:contentWrap$1,changeSizeSection:changeSizeSection$1,wrap:wrap$1,wrapBottom:wrapBottom$1,content:content$1,scrollBar,empty:empty$1,directoryList,treeParent,treeChild,treeItem,title:title$1,dir,titleSelect,arrow:arrow$1,arrowSelect,childArrow,childItem,childSelect,musicStaff:musicStaff$1,musicTitle:musicTitle$1,musicContent:musicContent$1,iconT:iconT$1,iconAddT:iconAddT$1,iconPlusT:iconPlusT$1,btnGroup,treeParentSelected,parentItem,checkbox},TheotyDetail=defineComponent({name:"cotnent-knowledge",props:{id:{type:String,default:""},type:{type:String,default:""},activeStatus:{type:Boolean,default:!1}},emits:["close","confirm"],setup(r,{emit:t}){const e=ref(!1),n=ref(),s=reactive({fontSize:18,tableList:[],selectKey:null,details:{}}),a=async()=>{e.value=!0;try{const{data:l}=await api_lessonCoursewareKnowledgeDetail({id:r.id});s.details=l}catch(l){}e.value=!1};return onMounted(()=>{a()}),watch(()=>r.activeStatus,()=>{}),()=>{var l;return createVNode("div",{class:[styles$2.containerDetail,r.type==="preview"&&styles$2.detailPreview]},[createVNode("div",{class:styles$2.contentWrap},[createVNode("div",{class:styles$2.musicStaff},[createVNode(NSpin,{show:e.value,ref:n,class:!e.value&&!((l=s.details)!=null&&l.desc)?styles$2.empty:""},{default:()=>{var u,d,h;return[(u=s.details)!=null&&u.desc?createVNode("div",{class:styles$2.musicContent,innerHTML:(d=s.details)==null?void 0:d.desc,style:{fontSize:s.fontSize+"px"}},null):"",!e.value&&!((h=s.details)!=null&&h.desc)&&createVNode(TheEmpty,null,null)]}})]),createVNode("div",{class:styles$2.changeSizeSection},[createVNode("img",{src:iconT$3,class:styles$2.iconT},null),createVNode("img",{src:iconAddT$3,class:styles$2.iconAddT,onClick:()=>{s.fontSize>=32||(s.fontSize+=1)}},null),createVNode(NSlider,{value:s.fontSize,"onUpdate:value":u=>s.fontSize=u,vertical:!0,min:12,placement:"left",max:32},null),createVNode("img",{src:iconPlusT$3,class:styles$2.iconPlusT,onClick:()=>{s.fontSize<=12||(s.fontSize-=1)}},null)])])])}}}),container$1="_container_89vwk_1",containerPreview="_containerPreview_89vwk_6",wrapBottom="_wrapBottom_89vwk_10",containerModal="_containerModal_89vwk_13",content="_content_89vwk_13",wrap="_wrap_89vwk_10",tools="_tools_89vwk_32",contentWrap="_contentWrap_89vwk_46",musicList="_musicList_89vwk_54",instrumentGroup="_instrumentGroup_89vwk_68",instrumentImg="_instrumentImg_89vwk_76",instrumentName="_instrumentName_89vwk_82",instrumentTag="_instrumentTag_89vwk_90",wrapList="_wrapList_89vwk_95",titlec="_titlec_89vwk_105",icon2="_icon2_89vwk_115",empty="_empty_89vwk_122",itemContainer="_itemContainer_89vwk_128",item="_item_89vwk_128",active="_active_89vwk_150",arrow="_arrow_89vwk_153",img="_img_89vwk_156",title="_title_89vwk_105",titleName="_titleName_89vwk_185",titleDes="_titleDes_89vwk_192",btn="_btn_89vwk_202",showPlayLoading="_showPlayLoading_89vwk_226",loadingWrap="_loadingWrap_89vwk_229",musicStaff="_musicStaff_89vwk_234",musicTitle="_musicTitle_89vwk_250",icon1="_icon1_89vwk_259",musicContent="_musicContent_89vwk_267",staffImgs="_staffImgs_89vwk_280",changeSizeSection="_changeSizeSection_89vwk_297",iconT="_iconT_89vwk_310",iconAddT="_iconAddT_89vwk_314",iconPlusT="_iconPlusT_89vwk_315",musicTop="_musicTop_89vwk_332",musicInfo="_musicInfo_89vwk_333",musicImg="_musicImg_89vwk_343",panSection="_panSection_89vwk_359",img2="_img2_89vwk_370",iconPan="_iconPan_89vwk_377",info="_info_89vwk_408",name="_name_89vwk_411",c="_c_89vwk_1",styles$1={container:container$1,containerPreview,wrapBottom,containerModal,content,wrap,tools,contentWrap,musicList,instrumentGroup,instrumentImg,instrumentName,instrumentTag,wrapList,titlec,icon2,empty,itemContainer,item,active,arrow,img,title,titleName,titleDes,btn,showPlayLoading,loadingWrap,musicStaff,musicTitle,icon1,musicContent,staffImgs,changeSizeSection,iconT,iconAddT,iconPlusT,musicTop,musicInfo,musicImg,panSection,img2,iconPan,info,name,c},MusicDetail=defineComponent({name:"music-detail",props:{id:{type:String,default:""},type:{type:String,default:""},activeStatus:{type:Boolean,default:!1},contentType:{type:String,default:""}},setup(r,{expose:t}){const e=useRoute(),n=reactive({loading:!1,finshed:!1,reshing:!1,details:{},list:[],listActive:0,playState:"pause",showPlayer:!1,showPreivew:!1,previewUrl:"",showCloseBtn:!0,fontSize:18}),s=computed(()=>n.list[n.listActive]||{}),a=h=>{const p=n.list.findIndex(g=>g.id===h.id);p>-1&&(n.listActive===p?n.playState=n.playState==="play"?"pause":"play":n.playState="play",n.showPlayer=!0,n.listActive=p)},l=h=>{h==="play"?n.playState="play":h==="pause"?n.playState="pause":h==="pre"?n.list[n.listActive-1]&&a(n.list[n.listActive-1]):h==="next"&&n.list[n.listActive+1]&&a(n.list[n.listActive+1])},u=async()=>{var p,g;n.loading=!0;let h={};try{h=await api_knowledgeWiki_detail({id:r.id||e.query.id})}catch(m){console.log(m)}n.reshing&&(n.list=[],n.reshing=!1),n.finshed=!0;try{n.list=((p=h.data)==null?void 0:p.knowledgeWikiResources)||[],n.list.forEach(y=>{y.audioFileUrl=y.url,y.musicSheetName=y.name});const m=((g=h.data)==null?void 0:g.knowledgeWikiCategories)||[];h.data.knowledgeName=m.length>0?m[0].name:"",h.data.intros=h.data.intros.replace(/<video/gi,'<video class="video-music" style="width: 100% !important;" controlslist="nodownload"'),n.details=h.data}catch(m){}n.loading=!1},d=h=>{l(h);try{const p=document.querySelectorAll(".video-music");p&&p.length>0&&p.forEach(g=>{g.pause()})}catch(p){}};return onMounted(()=>{u()}),watch(()=>r.activeStatus,()=>{r.activeStatus||d("pause")}),t({handleChangeAudio:d}),()=>{var h,p,g;return createVNode("div",{class:[styles$1.container,r.type==="preview"&&styles$1.containerPreview,r.type==="modal"&&styles$1.containerModal]},[createVNode("div",{class:[styles$1.wrap,n.showPlayer?styles$1.wrapBottom:""]},[createVNode("div",{class:styles$1.content},[createVNode("div",{class:styles$1.contentWrap},[createVNode("div",{class:[styles$1.musicList,"musicList-container"]},[createVNode("div",{class:styles$1.wrapList},[createVNode("div",{class:styles$1.musicInfo},[createVNode("div",{class:styles$1.musicImg},[createVNode("img",{src:((h=n.details)==null?void 0:h.avatar)||icon_default,class:styles$1.img},null),createVNode("div",{class:styles$1.panSection},[createVNode("img",{src:iconPan$1,class:styles$1.iconPan},null),createVNode("img",{src:((p=n.details)==null?void 0:p.avatar)||icon_default,class:styles$1.img2},null)])]),createVNode("div",{class:styles$1.info},[createVNode("div",{class:styles$1.name},[createVNode(TheNoticeBar,{text:n.details.name,style:{marginRight:"0"}},null)]),createVNode("div",{class:styles$1.c},[n.details.composers?createVNode("div",null,[createVNode("span",null,[createTextVNode("作曲:")]),createVNode(TheNoticeBar,{text:n.details.composers,style:{marginRight:"0"}},null)]):"",n.details.lyricists?createVNode("div",null,[createVNode("span",null,[createTextVNode("作词:")]),createVNode(TheNoticeBar,{text:n.details.lyricists,style:{marginRight:"0"}},null)]):""])])]),createVNode("div",{class:styles$1.titlec},[createVNode("i",{class:styles$1.icon2},null),createTextVNode("名曲鉴赏")]),n.list.map((m,y)=>createVNode("div",{class:styles$1.itemContainer},[createVNode("div",{class:[styles$1.item],onClick:_=>{_.stopPropagation(),a(m)}},[createVNode("div",{class:styles$1.img},[createVNode(NImage,{lazy:!0,objectFit:"cover",previewDisabled:!0,src:m.titleImg||icon_default,onLoad:_=>{_.target.dataset.loaded="true"}},null),createVNode(PlayLoading,{class:[n.listActive===y&&n.playState==="play"?"":styles$1.showPlayLoading]},null)]),createVNode("div",{class:styles$1.title},[createVNode("div",{class:styles$1.titleName},[createVNode(TheNoticeBar,{text:m.name,style:{marginRight:"12px"}},null)])]),createVNode(NButton,{color:"#259CFE",textColor:"#fff",round:!0,class:styles$1.btn,type:"primary",onClick:_=>{_.stopPropagation(),a(m)}},{default:()=>[createTextVNode("播放"),createVNode("img",{src:n.listActive===y&&n.playState==="play"?icon_pause:icon_play},null)]}),createVNode("img",{class:styles$1.arrow,src:icon_arrow},null)])])),!n.finshed&&createVNode("div",{class:styles$1.loadingWrap},[createVNode(NSpin,{show:!0},null)]),!n.loading&&n.list.length===0&&createVNode("div",{class:styles$1.empty},[createVNode(TheEmpty,{description:"暂无名曲鉴赏",style:{paddingTop:"0px"}},null)])])]),createVNode("div",{class:styles$1.musicStaff},[createVNode("div",{class:styles$1.musicTitle},[createVNode("i",{class:styles$1.icon1},null),createTextVNode("名曲故事")]),createVNode("div",{class:styles$1.musicContent,innerHTML:(g=n.details)==null?void 0:g.intros,style:{fontSize:n.fontSize+"px"}},null)]),createVNode("div",{class:styles$1.changeSizeSection},[createVNode("img",{src:iconT$3,class:styles$1.iconT},null),createVNode("img",{src:iconAddT$3,class:styles$1.iconAddT,onClick:()=>{n.fontSize>=32||(n.fontSize+=1)}},null),createVNode(NSlider,{value:n.fontSize,"onUpdate:value":m=>n.fontSize=m,placement:"left",vertical:!0,min:12,max:32},null),createVNode("img",{src:iconPlusT$3,class:styles$1.iconPlusT,onClick:()=>{n.fontSize<=12||(n.fontSize-=1)}},null)])])])]),n.list.length!==0&&createVNode(PlayItem,{type:r.type,show:n.showPlayer,playState:n.playState,item:s.value,onChange:m=>l(m)},null)])}}}),musicScore="_musicScore_19j7v_1",container="_container_19j7v_8",musicModel="_musicModel_19j7v_17",styles={musicScore,container,musicModel},ListenModal=defineComponent({name:"song-modal",props:{item:{type:Object,default:()=>({})},activeStatus:{type:Boolean,default:!1}},emits:["setIframe"],setup(r,{emit:t}){const e=useUserStore(),n=ref(),s=ref(!1),a="".concat(vaildMusicScoreUrl(),"/instrument?v=").concat(new Date().getTime(),"/#/view-figner?Authorization=").concat(e.getToken,"&code=").concat(r.item.content,"&platform=pc&type=listenMode&linkSource=class");return watch(()=>r.activeStatus,()=>{var l,u;r.activeStatus||(u=(l=n.value)==null?void 0:l.contentWindow)==null||u.postMessage({api:"setPlayState",data:{code:r.item.content}},"*")}),()=>createVNode("div",{class:styles.musicScore},[createVNode("iframe",{ref:n,onLoad:l=>{t("setIframe",n.value),s.value=!0,iframeDislableKeyboard(l.target)},class:[styles.container,"musicIframe"],frameborder:"0",src:a},null)])}}),CardPreview=defineComponent({name:"card-preview",props:{show:{type:Boolean,default:!1},item:{type:Object,default:()=>({})},size:{type:String,default:"default"},isDownload:{type:Boolean,default:!0},fullscreen:{type:Boolean,default:!0},from:{type:String,default:""}},emit:["update:show"],setup(r,{emit:t}){const e=toRef(r.show),n=toRef(r.item),s=ref(!0);watch(()=>r.show,()=>{e.value=r.show}),watch(()=>r.item,()=>{n.value=r.item,console.log(n.value,"item.value value")});let a,l;if(r.from==="class"){const u=useUserStore();l="cardPreviewBoxClass_drag",a=useDrag(["".concat(l,">.n-card-header"),"".concat(l," .bom_drag")],l,e,u.info.id)}return()=>createVNode(Fragment,null,[createVNode(NModal,{maskClosable:modalClickMask,style:r.from==="class"?a.styleDrag.value:{},show:e.value,"onUpdate:show":[u=>e.value=u,()=>{t("update:show",e.value),e.value||(s.value=!0)}],preset:"card",showIcon:!1,class:["modalTitle background",l,r.from==="class"&&styles$8.classCard,styles$8.cardPreview,n.value.type==="PPT"&&styles$8.maxCard,r.size==="large"&&styles$8.cardLarge],title:n.value.type==="MUSIC"?"曲目预览":n.value.title,blockScroll:!1},{default:()=>[n.value.type==="VIDEO"&&createVNode(VideoModal,{title:n.value.title+(r.item.studentName?"-"+r.item.studentName:""),poster:n.value.url,src:n.value.content,isDownload:r.isDownload,fullscreen:r.fullscreen},null),n.value.type==="MUSIC"&&createVNode(MusicModal,{class:styles$8.musicPreview,item:n.value,from:r.from},null),n.value.type==="SONG"&&createVNode(SongModal,{item:n.value,isDownload:r.isDownload,fullscreen:r.fullscreen},null),n.value.type==="PPT"&&createVNode(NSpin,{show:s.value},{default:()=>[createVNode("iframe",{class:styles$8.pptBox,src:"https://view.officeapps.live.com/op/embed.aspx?src=".concat(encodeURIComponent(n.value.content)),onLoad:()=>{console.log("loading end"),s.value=!1},width:"100%",height:"100%",frameborder:"1"},null)]}),n.value.type==="RHYTHM"&&createVNode(RhythmModal,{class:styles$8.musicPreview,item:n.value},null),n.value.type==="LISTEN"&&createVNode(ListenModal,{class:styles$8.musicPreview,item:n.value},null),(n.value.type==="INSTRUMENT"||n.value.type==="MUSICIAN")&&createVNode("div",{class:styles$8.instrumentGroup},[createVNode(InstruemntDetail,{type:"modal",contentType:n.value.type,id:n.value.content},null)]),n.value.type==="MUSIC_WIKI"&&createVNode("div",{class:styles$8.instrumentGroup},[createVNode(MusicDetail,{type:"modal",contentType:n.value.type,id:n.value.content},null)]),n.value.type==="THEORY"&&createVNode("div",null,[createVNode(TheotyDetail,{type:"modal",id:n.value.content},null)]),!["VIDEO","MUSIC","SONG","PPT","RHYTHM","INSTRUMENT","THEORY","MUSICIAN","MUSIC_WIKI","LISTEN"].includes(n.value.type)&&createVNode(TheEmpty,null,null),r.from==="class"&&createVNode(Dragbom,null,null)]})])}});export{CardPreview as C,Dragbom as D,FileSaver_minExports as F,InstruemntDetail as I,ListenModal as L,MusicDetail as M,TCPlayer as T,Vudio as V,getGuidanceShow as a,iconplay as b,iconpause as c,iconReplay$2 as d,evaluateDifficult as e,TheotyDetail as f,gradeToCN as g,teaching as h,iconSpeed as i,instrument as j,trainingStatus as k,resourceType as r,styles$2 as s,tickMp3 as t,useDrag as u};