/** * @license * video.js 5.20.5 * copyright brightcove, inc. * available under apache license version 2.0 * * * includes vtt.js * available under apache license version 2.0 * */ !function(a){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=a();else if("function"==typeof define&&define.amd)define([],a);else{var b;b="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this,b.videojs=a()}}(function(){var a;return function b(a,c,d){function e(g,h){if(!c[g]){if(!a[g]){var i="function"==typeof require&&require;if(!h&&i)return i(g,!0);if(f)return f(g,!0);var j=new error("cannot find module '"+g+"'");throw j.code="module_not_found",j}var k=c[g]={exports:{}};a[g][0].call(k.exports,function(b){var c=a[g][1][b];return e(c||b)},k,k.exports,b,a,c,d)}return c[g].exports}for(var f="function"==typeof require&&require,g=0;g0&&arguments[0]!==undefined?arguments[0]:"button",b=arguments.length>1&&arguments[1]!==undefined?arguments[1]:{},c=arguments.length>2&&arguments[2]!==undefined?arguments[2]:{};b=(0,n.assign)({classname:this.buildcssclass()},b),"button"!==a&&(m["default"].warn("creating a button with an html element of "+a+" is deprecated; use clickablecomponent instead."),b=(0,n.assign)({tabindex:0},b),c=(0,n.assign)({role:"button"},c)),c=(0,n.assign)({type:"button","aria-live":"polite"},c);var d=k["default"].prototype.createel.call(this,a,b,c);return this.createcontroltextel(d),d},b.prototype.addchild=function(a){var b=arguments.length>1&&arguments[1]!==undefined?arguments[1]:{},c=this.constructor.name;return m["default"].warn("adding an actionable (user controllable) child to a button ("+c+") is not supported; use a clickablecomponent instead."),k["default"].prototype.addchild.call(this,a,b)},b.prototype.enable=function(){a.prototype.enable.call(this),this.el_.removeattribute("disabled")},b.prototype.disable=function(){a.prototype.disable.call(this),this.el_.setattribute("disabled","disabled")},b.prototype.handlekeypress=function(b){32!==b.which&&13!==b.which&&a.prototype.handlekeypress.call(this,b)},b}(i["default"]);k["default"].registercomponent("button",o),c["default"]=o},{3:3,5:5,86:86,88:88}],3:[function(a,b,c){"use strict";function d(a){if(a&&a.__esmodule)return a;var b={};if(null!=a)for(var c in a)object.prototype.hasownproperty.call(a,c)&&(b[c]=a[c]);return b["default"]=a,b}function e(a){return a&&a.__esmodule?a:{"default":a}}function f(a,b){if(!(a instanceof b))throw new typeerror("cannot call a class as a function")}function g(a,b){if(!a)throw new referenceerror("this hasn't been initialised - super() hasn't been called");return!b||"object"!=typeof b&&"function"!=typeof b?a:b}function h(a,b){if("function"!=typeof b&&null!==b)throw new typeerror("super expression must either be null or a function, not "+typeof b);a.prototype=object.create(b&&b.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),b&&(object.setprototypeof?object.setprototypeof(a,b):a.__proto__=b)}c.__esmodule=!0;var i=a(5),j=e(i),k=a(81),l=d(k),m=a(82),n=d(m),o=a(83),p=d(o),q=a(86),r=e(q),s=a(94),t=e(s),u=a(88),v=function(a){function b(c,d){f(this,b);var e=g(this,a.call(this,c,d));return e.emittapevents(),e.enable(),e}return h(b,a),b.prototype.createel=function(){var b=arguments.length>0&&arguments[0]!==undefined?arguments[0]:"div",c=arguments.length>1&&arguments[1]!==undefined?arguments[1]:{},d=arguments.length>2&&arguments[2]!==undefined?arguments[2]:{};c=(0,u.assign)({classname:this.buildcssclass(),tabindex:0},c),"button"===b&&r["default"].error("creating a clickablecomponent with an html element of "+b+" is not supported; use a button instead."),d=(0,u.assign)({role:"button","aria-live":"polite"},d),this.tabindex_=c.tabindex;var e=a.prototype.createel.call(this,b,c,d);return this.createcontroltextel(e),e},b.prototype.createcontroltextel=function(a){return this.controltextel_=l.createel("span",{classname:"vjs-control-text"}),a&&a.appendchild(this.controltextel_),this.controltext(this.controltext_,a),this.controltextel_},b.prototype.controltext=function(a){var b=arguments.length>1&&arguments[1]!==undefined?arguments[1]:this.el();if(a===undefined)return this.controltext_||"need text";var c=this.localize(a);return this.controltext_=a,this.controltextel_.innerhtml=c,this.noniconcontrol||b.setattribute("title",c),this},b.prototype.buildcssclass=function(){return"vjs-control vjs-button "+a.prototype.buildcssclass.call(this)},b.prototype.enable=function(){return this.removeclass("vjs-disabled"),this.el_.setattribute("aria-disabled","false"),"undefined"!=typeof this.tabindex_&&this.el_.setattribute("tabindex",this.tabindex_),this.off(["tap","click"],this.handleclick),this.off("focus",this.handlefocus),this.off("blur",this.handleblur),this.on(["tap","click"],this.handleclick),this.on("focus",this.handlefocus),this.on("blur",this.handleblur),this},b.prototype.disable=function(){return this.addclass("vjs-disabled"),this.el_.setattribute("aria-disabled","true"),"undefined"!=typeof this.tabindex_&&this.el_.removeattribute("tabindex"),this.off(["tap","click"],this.handleclick),this.off("focus",this.handlefocus),this.off("blur",this.handleblur),this},b.prototype.handleclick=function(a){},b.prototype.handlefocus=function(a){n.on(t["default"],"keydown",p.bind(this,this.handlekeypress))},b.prototype.handlekeypress=function(b){32===b.which||13===b.which?(b.preventdefault(),this.handleclick(b)):a.prototype.handlekeypress&&a.prototype.handlekeypress.call(this,b)},b.prototype.handleblur=function(a){n.off(t["default"],"keydown",p.bind(this,this.handlekeypress))},b}(j["default"]);j["default"].registercomponent("clickablecomponent",v),c["default"]=v},{5:5,81:81,82:82,83:83,86:86,88:88,94:94}],4:[function(a,b,c){"use strict";function d(a){return a&&a.__esmodule?a:{"default":a}}function e(a,b){if(!(a instanceof b))throw new typeerror("cannot call a class as a function")}function f(a,b){if(!a)throw new referenceerror("this hasn't been initialised - super() hasn't been called");return!b||"object"!=typeof b&&"function"!=typeof b?a:b}function g(a,b){if("function"!=typeof b&&null!==b)throw new typeerror("super expression must either be null or a function, not "+typeof b);a.prototype=object.create(b&&b.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),b&&(object.setprototypeof?object.setprototypeof(a,b):a.__proto__=b)}c.__esmodule=!0;var h=a(2),i=d(h),j=a(5),k=d(j),l=function(a){function b(c,d){e(this,b);var g=f(this,a.call(this,c,d));return g.controltext(d&&d.controltext||g.localize("close")),g}return g(b,a),b.prototype.buildcssclass=function(){return"vjs-close-button "+a.prototype.buildcssclass.call(this)},b.prototype.handleclick=function(a){this.trigger({type:"close",bubbles:!1})},b}(i["default"]);k["default"].registercomponent("closebutton",l),c["default"]=l},{2:2,5:5}],5:[function(a,b,c){"use strict";function d(a){if(a&&a.__esmodule)return a;var b={};if(null!=a)for(var c in a)object.prototype.hasownproperty.call(a,c)&&(b[c]=a[c]);return b["default"]=a,b}function e(a){return a&&a.__esmodule?a:{"default":a}}function f(a,b){if(!(a instanceof b))throw new typeerror("cannot call a class as a function")}c.__esmodule=!0;var g=a(95),h=e(g),i=a(81),j=d(i),k=a(83),l=d(k),m=a(85),n=d(m),o=a(82),p=d(o),q=a(86),r=e(q),s=a(91),t=e(s),u=a(87),v=e(u),w=function(){function a(b,c,d){if(f(this,a),!b&&this.play?this.player_=b=this:this.player_=b,this.options_=(0,v["default"])({},this.options_),c=this.options_=(0,v["default"])(this.options_,c),this.id_=c.id||c.el&&c.el.id,!this.id_){var e=b&&b.id&&b.id()||"no_player";this.id_=e+"_component_"+n.newguid()}this.name_=c.name||null,c.el?this.el_=c.el:!1!==c.createel&&(this.el_=this.createel()),this.children_=[],this.childindex_={},this.childnameindex_={},!1!==c.initchildren&&this.initchildren(),this.ready(d),!1!==c.reporttouchactivity&&this.enabletouchactivity()}return a.prototype.dispose=function(){if(this.trigger({type:"dispose",bubbles:!1}),this.children_)for(var a=this.children_.length-1;a>=0;a--)this.children_[a].dispose&&this.children_[a].dispose();this.children_=null,this.childindex_=null,this.childnameindex_=null,this.off(),this.el_.parentnode&&this.el_.parentnode.removechild(this.el_),j.removeeldata(this.el_),this.el_=null},a.prototype.player=function(){return this.player_},a.prototype.options=function(a){return r["default"].warn("this.options() has been deprecated and will be moved to the constructor in 6.0"),a?(this.options_=(0,v["default"])(this.options_,a),this.options_):this.options_},a.prototype.el=function(){return this.el_},a.prototype.createel=function(a,b,c){return j.createel(a,b,c)},a.prototype.localize=function(a){var b=this.player_.language&&this.player_.language(),c=this.player_.languages&&this.player_.languages();if(!b||!c)return a;var d=c[b];if(d&&d[a])return d[a];var e=b.split("-")[0],f=c[e];return f&&f[a]?f[a]:a},a.prototype.contentel=function(){return this.contentel_||this.el_},a.prototype.id=function(){return this.id_},a.prototype.name=function(){return this.name_},a.prototype.children=function(){return this.children_},a.prototype.getchildbyid=function(a){return this.childindex_[a]},a.prototype.getchild=function(a){if(a)return a=(0,t["default"])(a),this.childnameindex_[a]},a.prototype.addchild=function(b){var c=arguments.length>1&&arguments[1]!==undefined?arguments[1]:{},d=arguments.length>2&&arguments[2]!==undefined?arguments[2]:this.children_.length,e=void 0,f=void 0;if("string"==typeof b){f=(0,t["default"])(b),c||(c={}),!0===c&&(r["default"].warn("initializing a child component with `true` is deprecated.children should be defined in an array when possible, but if necessary use an object instead of `true`."),c={});var g=c.componentclass||f;c.name=f;var h=a.getcomponent(g);if(!h)throw new error("component "+g+" does not exist");if("function"!=typeof h)return null;e=new h(this.player_||this,c)}else e=b;if(this.children_.splice(d,0,e),"function"==typeof e.id&&(this.childindex_[e.id()]=e),f=f||e.name&&(0,t["default"])(e.name()),f&&(this.childnameindex_[f]=e),"function"==typeof e.el&&e.el()){var i=this.contentel().children,j=i[d]||null;this.contentel().insertbefore(e.el(),j)}return e},a.prototype.removechild=function(a){if("string"==typeof a&&(a=this.getchild(a)),a&&this.children_){for(var b=!1,c=this.children_.length-1;c>=0;c--)if(this.children_[c]===a){b=!0,this.children_.splice(c,1);break}if(b){this.childindex_[a.id()]=null,this.childnameindex_[a.name()]=null;var d=a.el();d&&d.parentnode===this.contentel()&&this.contentel().removechild(a.el())}}},a.prototype.initchildren=function(){var b=this,c=this.options_.children;if(c){var d=this.options_,e=function(a){var c=a.name,e=a.opts;if(d[c]!==undefined&&(e=d[c]),!1!==e){!0===e&&(e={}),e.playeroptions=b.options_.playeroptions;var f=b.addchild(c,e);f&&(b[c]=f)}},f=void 0,g=a.getcomponent("tech");f=array.isarray(c)?c:object.keys(c),f.concat(object.keys(this.options_).filter(function(a){return!f.some(function(b){return"string"==typeof b?a===b:a===b.name})})).map(function(a){var d=void 0,e=void 0;return"string"==typeof a?(d=a,e=c[d]||b.options_[d]||{}):(d=a.name,e=a),{name:d,opts:e}}).filter(function(b){var c=a.getcomponent(b.opts.componentclass||(0,t["default"])(b.name));return c&&!g.istech(c)}).foreach(e)}},a.prototype.buildcssclass=function(){return""},a.prototype.on=function(a,b,c){var d=this;if("string"==typeof a||array.isarray(a))p.on(this.el_,a,l.bind(this,b));else{var e=a,f=b,g=l.bind(this,c),h=function(){return d.off(e,f,g)};h.guid=g.guid,this.on("dispose",h);var i=function(){return d.off("dispose",h)};i.guid=g.guid,a.nodename?(p.on(e,f,g),p.on(e,"dispose",i)):"function"==typeof a.on&&(e.on(f,g),e.on("dispose",i))}return this},a.prototype.off=function(a,b,c){if(!a||"string"==typeof a||array.isarray(a))p.off(this.el_,a,b);else{var d=a,e=b,f=l.bind(this,c);this.off("dispose",f),a.nodename?(p.off(d,e,f),p.off(d,"dispose",f)):(d.off(e,f),d.off("dispose",f))}return this},a.prototype.one=function(a,b,c){var d=this,e=arguments;if("string"==typeof a||array.isarray(a))p.one(this.el_,a,l.bind(this,b));else{var f=a,g=b,h=l.bind(this,c),i=function j(){d.off(f,g,j),h.apply(null,e)};i.guid=h.guid,this.on(f,g,i)}return this},a.prototype.trigger=function(a,b){return p.trigger(this.el_,a,b),this},a.prototype.ready=function(a){var b=arguments.length>1&&arguments[1]!==undefined&&arguments[1];return a&&(this.isready_?b?a.call(this):this.settimeout(a,1):(this.readyqueue_=this.readyqueue_||[],this.readyqueue_.push(a))),this},a.prototype.triggerready=function(){this.isready_=!0,this.settimeout(function(){var a=this.readyqueue_;this.readyqueue_=[],a&&a.length>0&&a.foreach(function(a){a.call(this)},this),this.trigger("ready")},1)},a.prototype.$=function(a,b){return j.$(a,b||this.contentel())},a.prototype.$$=function(a,b){return j.$$(a,b||this.contentel())},a.prototype.hasclass=function(a){return j.haselclass(this.el_,a)},a.prototype.addclass=function(a){return j.addelclass(this.el_,a),this},a.prototype.removeclass=function(a){return j.removeelclass(this.el_,a),this},a.prototype.toggleclass=function(a,b){return j.toggleelclass(this.el_,a,b),this},a.prototype.show=function(){return this.removeclass("vjs-hidden"),this},a.prototype.hide=function(){return this.addclass("vjs-hidden"),this},a.prototype.lockshowing=function(){return this.addclass("vjs-lock-showing"),this},a.prototype.unlockshowing=function(){return this.removeclass("vjs-lock-showing"),this},a.prototype.getattribute=function(a){return j.getattribute(this.el_,a)},a.prototype.setattribute=function(a,b){return j.setattribute(this.el_,a,b),this},a.prototype.removeattribute=function(a){return j.removeattribute(this.el_,a),this},a.prototype.width=function(a,b){return this.dimension("width",a,b)},a.prototype.height=function(a,b){return this.dimension("height",a,b)},a.prototype.dimensions=function(a,b){return this.width(a,!0).height(b)},a.prototype.dimension=function(a,b,c){if(b!==undefined)return null!==b&&b===b||(b=0),-1!==(""+b).indexof("%")||-1!==(""+b).indexof("px")?this.el_.style[a]=b:this.el_.style[a]="auto"===b?"":b+"px",c||this.trigger("resize"),this;if(!this.el_)return 0;var d=this.el_.style[a],e=d.indexof("px");return-1!==e?parseint(d.slice(0,e),10):parseint(this.el_["offset"+(0,t["default"])(a)],10)},a.prototype.currentdimension=function(a){var b=0;if("width"!==a&&"height"!==a)throw new error("currentdimension only accepts width or height value");if("function"==typeof h["default"].getcomputedstyle){var c=h["default"].getcomputedstyle(this.el_);b=c.getpropertyvalue(a)||c[a]}if(0===(b=parsefloat(b))){var d="offset"+(0,t["default"])(a);b=this.el_[d]}return b},a.prototype.currentdimensions=function(){return{width:this.currentdimension("width"),height:this.currentdimension("height")}},a.prototype.currentwidth=function(){return this.currentdimension("width")},a.prototype.currentheight=function(){return this.currentdimension("height")},a.prototype.focus=function(){this.el_.focus()},a.prototype.blur=function(){this.el_.blur()},a.prototype.emittapevents=function(){var a=0,b=null,c=void 0;this.on("touchstart",function(d){1===d.touches.length&&(b={pagex:d.touches[0].pagex,pagey:d.touches[0].pagey},a=(new date).gettime(),c=!0)}),this.on("touchmove",function(a){if(a.touches.length>1)c=!1;else if(b){var d=a.touches[0].pagex-b.pagex,e=a.touches[0].pagey-b.pagey,f=math.sqrt(d*d+e*e);f>10&&(c=!1)}});var d=function(){c=!1};this.on("touchleave",d),this.on("touchcancel",d),this.on("touchend",function(d){if(b=null,!0===c){(new date).gettime()-a<200&&(d.preventdefault(),this.trigger("tap"))}})},a.prototype.enabletouchactivity=function(){if(this.player()&&this.player().reportuseractivity){var a=l.bind(this.player(),this.player().reportuseractivity),b=void 0;this.on("touchstart",function(){a(),this.clearinterval(b),b=this.setinterval(a,250)});var c=function(c){a(),this.clearinterval(b)};this.on("touchmove",a),this.on("touchend",c),this.on("touchcancel",c)}},a.prototype.settimeout=function(a,b){a=l.bind(this,a);var c=h["default"].settimeout(a,b),d=function(){this.cleartimeout(c)};return d.guid="vjs-timeout-"+c,this.on("dispose",d),c},a.prototype.cleartimeout=function(a){h["default"].cleartimeout(a);var b=function(){};return b.guid="vjs-timeout-"+a,this.off("dispose",b),a},a.prototype.setinterval=function(a,b){a=l.bind(this,a);var c=h["default"].setinterval(a,b),d=function(){this.clearinterval(c)};return d.guid="vjs-interval-"+c,this.on("dispose",d),c},a.prototype.clearinterval=function(a){h["default"].clearinterval(a);var b=function(){};return b.guid="vjs-interval-"+a,this.off("dispose",b),a},a.registercomponent=function(b,c){if(b){if(b=(0,t["default"])(b),a.components_||(a.components_={}),"player"===b&&a.components_[b]){var d=a.components_[b];if(d.players&&object.keys(d.players).length>0&&object.keys(d.players).map(function(a){return d.players[a]}).every(boolean))throw new error("can not register player component after player has been created")}return a.components_[b]=c,c}},a.getcomponent=function(b){if(b)return b=(0,t["default"])(b),a.components_&&a.components_[b]?a.components_[b]:h["default"]&&h["default"].videojs&&h["default"].videojs[b]?(r["default"].warn("the "+b+" component was added to the videojs object when it should be registered using videojs.registercomponent(name, component)"),h["default"].videojs[b]):void 0},a.extend=function(b){b=b||{},r["default"].warn("component.extend({}) has been deprecated, use videojs.extend(component, {}) instead");var c=b.init||b.init||this.prototype.init||this.prototype.init||function(){},d=function(){c.apply(this,arguments)};d.prototype=object.create(this.prototype),d.prototype.constructor=d,d.extend=a.extend;for(var e in b)b.hasownproperty(e)&&(d.prototype[e]=b[e]);return d},a}();w.registercomponent("component",w),c["default"]=w},{81:81,82:82,83:83,85:85,86:86,87:87,91:91,95:95}],6:[function(a,b,c){"use strict";function d(a){return a&&a.__esmodule?a:{"default":a}}function e(a,b){if(!(a instanceof b))throw new typeerror("cannot call a class as a function")}function f(a,b){if(!a)throw new referenceerror("this hasn't been initialised - super() hasn't been called");return!b||"object"!=typeof b&&"function"!=typeof b?a:b}function g(a,b){if("function"!=typeof b&&null!==b)throw new typeerror("super expression must either be null or a function, not "+typeof b);a.prototype=object.create(b&&b.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),b&&(object.setprototypeof?object.setprototypeof(a,b):a.__proto__=b)}c.__esmodule=!0;var h=a(36),i=d(h),j=a(5),k=d(j),l=a(7),m=d(l),n=function(a){function b(c){var d=arguments.length>1&&arguments[1]!==undefined?arguments[1]:{};e(this,b),d.tracks=c.audiotracks&&c.audiotracks();var g=f(this,a.call(this,c,d));return g.el_.setattribute("aria-label","audio menu"),g}return g(b,a),b.prototype.buildcssclass=function(){return"vjs-audio-button "+a.prototype.buildcssclass.call(this)},b.prototype.createitems=function(){var a=arguments.length>0&&arguments[0]!==undefined?arguments[0]:[];this.hidethreshold_=1;var b=this.player_.audiotracks&&this.player_.audiotracks();if(!b)return a;for(var c=0;c'+this.localize("stream type")+""+this.localize("live")},{"aria-live":"off"}),b.appendchild(this.contentel_),b},b.prototype.updateshowing=function(a){this.player().duration()===infinity?this.show():this.hide()},b}(h["default"]);h["default"].registercomponent("livedisplay",k),c["default"]=k},{5:5,81:81}],11:[function(a,b,c){"use strict";function d(a){return a&&a.__esmodule?a:{"default":a}}function e(a,b){if(!(a instanceof b))throw new typeerror("cannot call a class as a function")}function f(a,b){if(!a)throw new referenceerror("this hasn't been initialised - super() hasn't been called");return!b||"object"!=typeof b&&"function"!=typeof b?a:b}function g(a,b){if("function"!=typeof b&&null!==b)throw new typeerror("super expression must either be null or a function, not "+typeof b);a.prototype=object.create(b&&b.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),b&&(object.setprototypeof?object.setprototypeof(a,b):a.__proto__=b)}c.__esmodule=!0;var h=a(2),i=d(h),j=a(5),k=d(j),l=a(81),m=function(a){if(a&&a.__esmodule)return a;var b={};if(null!=a)for(var c in a)object.prototype.hasownproperty.call(a,c)&&(b[c]=a[c]);return b["default"]=a,b}(l),n=function(a){function b(c,d){e(this,b);var g=f(this,a.call(this,c,d));return g.on(c,"volumechange",g.update),c.tech_&&!1===c.tech_.featuresvolumecontrol&&g.addclass("vjs-hidden"),g.on(c,"loadstart",function(){this.update(),!1===c.tech_.featuresvolumecontrol?this.addclass("vjs-hidden"):this.removeclass("vjs-hidden")}),g}return g(b,a),b.prototype.buildcssclass=function(){return"vjs-mute-control "+a.prototype.buildcssclass.call(this)},b.prototype.handleclick=function(a){this.player_.muted(!this.player_.muted())},b.prototype.update=function(a){var b=this.player_.volume(),c=3;this.player_.muted()?c=0:b<.33?c=1:b<.67&&(c=2);var d=this.player_.muted()?"unmute":"mute";this.controltext()!==d&&this.controltext(d);for(var e=0;e<4;e++)m.removeelclass(this.el_,"vjs-vol-"+e);m.addelclass(this.el_,"vjs-vol-"+c)},b}(i["default"]);n.prototype.controltext_="mute",k["default"].registercomponent("mutetoggle",n),c["default"]=n},{2:2,5:5,81:81}],12:[function(a,b,c){"use strict";function d(a){return a&&a.__esmodule?a:{"default":a}}function e(a,b){if(!(a instanceof b))throw new typeerror("cannot call a class as a function")}function f(a,b){if(!a)throw new referenceerror("this hasn't been initialised - super() hasn't been called");return!b||"object"!=typeof b&&"function"!=typeof b?a:b}function g(a,b){if("function"!=typeof b&&null!==b)throw new typeerror("super expression must either be null or a function, not "+typeof b);a.prototype=object.create(b&&b.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),b&&(object.setprototypeof?object.setprototypeof(a,b):a.__proto__=b)}c.__esmodule=!0;var h=a(2),i=d(h),j=a(5),k=d(j),l=function(a){function b(c,d){e(this,b);var g=f(this,a.call(this,c,d));return g.on(c,"play",g.handleplay),g.on(c,"pause",g.handlepause),g}return g(b,a),b.prototype.buildcssclass=function(){return"vjs-play-control "+a.prototype.buildcssclass.call(this)},b.prototype.handleclick=function(a){this.player_.paused()?this.player_.play():this.player_.pause()},b.prototype.handleplay=function(a){this.removeclass("vjs-paused"),this.addclass("vjs-playing"),this.controltext("pause")},b.prototype.handlepause=function(a){this.removeclass("vjs-playing"),this.addclass("vjs-paused"),this.controltext("play")},b}(i["default"]);l.prototype.controltext_="play",k["default"].registercomponent("playtoggle",l),c["default"]=l},{2:2,5:5}],13:[function(a,b,c){"use strict";function d(a){return a&&a.__esmodule?a:{"default":a}}function e(a,b){if(!(a instanceof b))throw new typeerror("cannot call a class as a function")}function f(a,b){if(!a)throw new referenceerror("this hasn't been initialised - super() hasn't been called");return!b||"object"!=typeof b&&"function"!=typeof b?a:b}function g(a,b){if("function"!=typeof b&&null!==b)throw new typeerror("super expression must either be null or a function, not "+typeof b);a.prototype=object.create(b&&b.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),b&&(object.setprototypeof?object.setprototypeof(a,b):a.__proto__=b)}c.__esmodule=!0;var h=a(47),i=d(h),j=a(49),k=d(j),l=a(14),m=d(l),n=a(5),o=d(n),p=a(81),q=function(a){if(a&&a.__esmodule)return a;var b={};if(null!=a)for(var c in a)object.prototype.hasownproperty.call(a,c)&&(b[c]=a[c]);return b["default"]=a,b}(p),r=function(a){function b(c,d){e(this,b);var g=f(this,a.call(this,c,d));return g.updatevisibility(),g.updatelabel(),g.on(c,"loadstart",g.updatevisibility),g.on(c,"ratechange",g.updatelabel),g} return g(b,a),b.prototype.createel=function(){var b=a.prototype.createel.call(this);return this.labelel_=q.createel("div",{classname:"vjs-playback-rate-value",innerhtml:1}),b.appendchild(this.labelel_),b},b.prototype.buildcssclass=function(){return"vjs-playback-rate "+a.prototype.buildcssclass.call(this)},b.prototype.createmenu=function(){var a=new k["default"](this.player()),b=this.playbackrates();if(b)for(var c=b.length-1;c>=0;c--)a.addchild(new m["default"](this.player(),{rate:b[c]+"x"}));return a},b.prototype.updateariaattributes=function(){this.el().setattribute("aria-valuenow",this.player().playbackrate())},b.prototype.handleclick=function(a){for(var b=this.player().playbackrate(),c=this.playbackrates(),d=c[0],e=0;eb){d=c[e];break}this.player().playbackrate(d)},b.prototype.playbackrates=function(){return this.options_.playbackrates||this.options_.playeroptions&&this.options_.playeroptions.playbackrates},b.prototype.playbackratesupported=function(){return this.player().tech_&&this.player().tech_.featuresplaybackrate&&this.playbackrates()&&this.playbackrates().length>0},b.prototype.updatevisibility=function(a){this.playbackratesupported()?this.removeclass("vjs-hidden"):this.addclass("vjs-hidden")},b.prototype.updatelabel=function(a){this.playbackratesupported()&&(this.labelel_.innerhtml=this.player().playbackrate()+"x")},b}(i["default"]);r.prototype.controltext_="playback rate",o["default"].registercomponent("playbackratemenubutton",r),c["default"]=r},{14:14,47:47,49:49,5:5,81:81}],14:[function(a,b,c){"use strict";function d(a){return a&&a.__esmodule?a:{"default":a}}function e(a,b){if(!(a instanceof b))throw new typeerror("cannot call a class as a function")}function f(a,b){if(!a)throw new referenceerror("this hasn't been initialised - super() hasn't been called");return!b||"object"!=typeof b&&"function"!=typeof b?a:b}function g(a,b){if("function"!=typeof b&&null!==b)throw new typeerror("super expression must either be null or a function, not "+typeof b);a.prototype=object.create(b&&b.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),b&&(object.setprototypeof?object.setprototypeof(a,b):a.__proto__=b)}c.__esmodule=!0;var h=a(48),i=d(h),j=a(5),k=d(j),l=function(a){function b(c,d){e(this,b);var g=d.rate,h=parsefloat(g,10);d.label=g,d.selected=1===h,d.selectable=!0;var i=f(this,a.call(this,c,d));return i.label=g,i.rate=h,i.on(c,"ratechange",i.update),i}return g(b,a),b.prototype.handleclick=function(b){a.prototype.handleclick.call(this),this.player().playbackrate(this.rate)},b.prototype.update=function(a){this.selected(this.player().playbackrate()===this.rate)},b}(i["default"]);l.prototype.contenteltype="button",k["default"].registercomponent("playbackratemenuitem",l),c["default"]=l},{48:48,5:5}],15:[function(a,b,c){"use strict";function d(a,b){if(!(a instanceof b))throw new typeerror("cannot call a class as a function")}function e(a,b){if(!a)throw new referenceerror("this hasn't been initialised - super() hasn't been called");return!b||"object"!=typeof b&&"function"!=typeof b?a:b}function f(a,b){if("function"!=typeof b&&null!==b)throw new typeerror("super expression must either be null or a function, not "+typeof b);a.prototype=object.create(b&&b.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),b&&(object.setprototypeof?object.setprototypeof(a,b):a.__proto__=b)}c.__esmodule=!0;var g=a(5),h=function(a){return a&&a.__esmodule?a:{"default":a}}(g),i=a(81),j=function(a){if(a&&a.__esmodule)return a;var b={};if(null!=a)for(var c in a)object.prototype.hasownproperty.call(a,c)&&(b[c]=a[c]);return b["default"]=a,b}(i),k=function(a){function b(c,f){d(this,b);var g=e(this,a.call(this,c,f));return g.partels_=[],g.on(c,"progress",g.update),g}return f(b,a),b.prototype.createel=function(){return a.prototype.createel.call(this,"div",{classname:"vjs-load-progress",innerhtml:''+this.localize("loaded")+": 0%"})},b.prototype.update=function(a){var b=this.player_.buffered(),c=this.player_.duration(),d=this.player_.bufferedend(),e=this.partels_,f=function(a,b){var c=a/b||0;return 100*(c>=1?1:c)+"%"};this.el_.style.width=f(d,c);for(var g=0;gb.length;l--)this.el_.removechild(e[l-1]);e.length=b.length},b}(h["default"]);h["default"].registercomponent("loadprogressbar",k),c["default"]=k},{5:5,81:81}],16:[function(a,b,c){"use strict";function d(a){if(a&&a.__esmodule)return a;var b={};if(null!=a)for(var c in a)object.prototype.hasownproperty.call(a,c)&&(b[c]=a[c]);return b["default"]=a,b}function e(a){return a&&a.__esmodule?a:{"default":a}}function f(a,b){if(!(a instanceof b))throw new typeerror("cannot call a class as a function")}function g(a,b){if(!a)throw new referenceerror("this hasn't been initialised - super() hasn't been called");return!b||"object"!=typeof b&&"function"!=typeof b?a:b}function h(a,b){if("function"!=typeof b&&null!==b)throw new typeerror("super expression must either be null or a function, not "+typeof b);a.prototype=object.create(b&&b.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),b&&(object.setprototypeof?object.setprototypeof(a,b):a.__proto__=b)}c.__esmodule=!0;var i=a(5),j=e(i),k=a(81),l=d(k),m=a(83),n=d(m),o=a(84),p=e(o),q=a(80),r=e(q),s=function(a){function b(c,d){f(this,b);var e=g(this,a.call(this,c,d));return d.playeroptions&&d.playeroptions.controlbar&&d.playeroptions.controlbar.progresscontrol&&d.playeroptions.controlbar.progresscontrol.keeptooltipsinside&&(e.keeptooltipsinside=d.playeroptions.controlbar.progresscontrol.keeptooltipsinside),e.keeptooltipsinside&&(e.tooltip=l.createel("div",{classname:"vjs-time-tooltip"}),e.el().appendchild(e.tooltip),e.addclass("vjs-keep-tooltips-inside")),e.update(0,0),c.on("ready",function(){e.on(c.controlbar.progresscontrol.el(),"mousemove",n.throttle(n.bind(e,e.handlemousemove),25))}),e}return h(b,a),b.prototype.createel=function(){return a.prototype.createel.call(this,"div",{classname:"vjs-mouse-display"})},b.prototype.handlemousemove=function(a){var b=this.player_.duration(),c=this.calculatedistance(a)*b,d=a.pagex-l.findelposition(this.el().parentnode).left;this.update(c,d)},b.prototype.update=function(a,b){var c=(0,p["default"])(a,this.player_.duration());if(this.el().style.left=b+"px",this.el().setattribute("data-current-time",c),this.keeptooltipsinside){var d=this.clampposition_(b),e=b-d+1,f=parsefloat((0,r["default"])(this.tooltip,"width")),g=f/2;this.tooltip.innerhtml=c,this.tooltip.style.right="-"+(g-e)+"px"}},b.prototype.calculatedistance=function(a){return l.getpointerposition(this.el().parentnode,a).x},b.prototype.clampposition_=function(a){if(!this.keeptooltipsinside)return a;var b=parsefloat((0,r["default"])(this.player().el(),"width")),c=parsefloat((0,r["default"])(this.tooltip,"width")),d=c/2,e=a;return ab-d&&(e=math.floor(b-d)),e},b}(j["default"]);j["default"].registercomponent("mousetimedisplay",s),c["default"]=s},{5:5,80:80,81:81,83:83,84:84}],17:[function(a,b,c){"use strict";function d(a){return a&&a.__esmodule?a:{"default":a}}function e(a,b){if(!(a instanceof b))throw new typeerror("cannot call a class as a function")}function f(a,b){if(!a)throw new referenceerror("this hasn't been initialised - super() hasn't been called");return!b||"object"!=typeof b&&"function"!=typeof b?a:b}function g(a,b){if("function"!=typeof b&&null!==b)throw new typeerror("super expression must either be null or a function, not "+typeof b);a.prototype=object.create(b&&b.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),b&&(object.setprototypeof?object.setprototypeof(a,b):a.__proto__=b)}c.__esmodule=!0;var h=a(5),i=d(h),j=a(83),k=function(a){if(a&&a.__esmodule)return a;var b={};if(null!=a)for(var c in a)object.prototype.hasownproperty.call(a,c)&&(b[c]=a[c]);return b["default"]=a,b}(j),l=a(84),m=d(l),n=function(a){function b(c,d){e(this,b);var g=f(this,a.call(this,c,d));return g.updatedataattr(),g.on(c,"timeupdate",g.updatedataattr),c.ready(k.bind(g,g.updatedataattr)),d.playeroptions&&d.playeroptions.controlbar&&d.playeroptions.controlbar.progresscontrol&&d.playeroptions.controlbar.progresscontrol.keeptooltipsinside&&(g.keeptooltipsinside=d.playeroptions.controlbar.progresscontrol.keeptooltipsinside),g.keeptooltipsinside&&g.addclass("vjs-keep-tooltips-inside"),g}return g(b,a),b.prototype.createel=function(){return a.prototype.createel.call(this,"div",{classname:"vjs-play-progress vjs-slider-bar",innerhtml:''+this.localize("progress")+": 0%"})},b.prototype.updatedataattr=function(a){var b=this.player_.scrubbing()?this.player_.getcache().currenttime:this.player_.currenttime();this.el_.setattribute("data-current-time",(0,m["default"])(b,this.player_.duration()))},b}(i["default"]);i["default"].registercomponent("playprogressbar",n),c["default"]=n},{5:5,83:83,84:84}],18:[function(a,b,c){"use strict";function d(a,b){if(!(a instanceof b))throw new typeerror("cannot call a class as a function")}function e(a,b){if(!a)throw new referenceerror("this hasn't been initialised - super() hasn't been called");return!b||"object"!=typeof b&&"function"!=typeof b?a:b}function f(a,b){if("function"!=typeof b&&null!==b)throw new typeerror("super expression must either be null or a function, not "+typeof b);a.prototype=object.create(b&&b.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),b&&(object.setprototypeof?object.setprototypeof(a,b):a.__proto__=b)}c.__esmodule=!0;var g=a(5),h=function(a){return a&&a.__esmodule?a:{"default":a}}(g);a(19),a(16);var i=function(a){function b(){return d(this,b),e(this,a.apply(this,arguments))}return f(b,a),b.prototype.createel=function(){return a.prototype.createel.call(this,"div",{classname:"vjs-progress-control vjs-control"})},b}(h["default"]);i.prototype.options_={children:["seekbar"]},h["default"].registercomponent("progresscontrol",i),c["default"]=i},{16:16,19:19,5:5}],19:[function(a,b,c){"use strict";function d(a){return a&&a.__esmodule?a:{"default":a}}function e(a,b){if(!(a instanceof b))throw new typeerror("cannot call a class as a function")}function f(a,b){if(!a)throw new referenceerror("this hasn't been initialised - super() hasn't been called");return!b||"object"!=typeof b&&"function"!=typeof b?a:b}function g(a,b){if("function"!=typeof b&&null!==b)throw new typeerror("super expression must either be null or a function, not "+typeof b);a.prototype=object.create(b&&b.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),b&&(object.setprototypeof?object.setprototypeof(a,b):a.__proto__=b)}c.__esmodule=!0;var h=a(57),i=d(h),j=a(5),k=d(j),l=a(83),m=function(a){if(a&&a.__esmodule)return a;var b={};if(null!=a)for(var c in a)object.prototype.hasownproperty.call(a,c)&&(b[c]=a[c]);return b["default"]=a,b}(l),n=a(84),o=d(n),p=a(80),q=d(p);a(15),a(17),a(20);var r=function(a){function b(c,d){e(this,b);var g=f(this,a.call(this,c,d));return g.on(c,"timeupdate",g.updateprogress),g.on(c,"ended",g.updateprogress),c.ready(m.bind(g,g.updateprogress)),d.playeroptions&&d.playeroptions.controlbar&&d.playeroptions.controlbar.progresscontrol&&d.playeroptions.controlbar.progresscontrol.keeptooltipsinside&&(g.keeptooltipsinside=d.playeroptions.controlbar.progresscontrol.keeptooltipsinside),g.keeptooltipsinside&&(g.tooltipprogressbar=g.addchild("tooltipprogressbar")),g}return g(b,a),b.prototype.createel=function(){return a.prototype.createel.call(this,"div",{classname:"vjs-progress-holder"},{"aria-label":"progress bar"})},b.prototype.updateprogress=function(a){if(this.updateariaattributes(this.el_),this.keeptooltipsinside){this.updateariaattributes(this.tooltipprogressbar.el_),this.tooltipprogressbar.el_.style.width=this.bar.el_.style.width;var b=parsefloat((0,q["default"])(this.player().el(),"width")),c=parsefloat((0,q["default"])(this.tooltipprogressbar.tooltip,"width")),d=this.tooltipprogressbar.el().style;d.maxwidth=math.floor(b-c/2)+"px",d.minwidth=math.ceil(c/2)+"px",d.right="-"+c/2+"px"}},b.prototype.updateariaattributes=function(a){var b=this.player_.scrubbing()?this.player_.getcache().currenttime:this.player_.currenttime();a.setattribute("aria-valuenow",(100*this.getpercent()).tofixed(2)),a.setattribute("aria-valuetext",(0,o["default"])(b,this.player_.duration()))},b.prototype.getpercent=function(){var a=this.player_.currenttime()/this.player_.duration();return a>=1?1:a},b.prototype.handlemousedown=function(b){this.player_.scrubbing(!0),this.videowasplaying=!this.player_.paused(),this.player_.pause(),a.prototype.handlemousedown.call(this,b)},b.prototype.handlemousemove=function(a){var b=this.calculatedistance(a)*this.player_.duration();b===this.player_.duration()&&(b-=.1),this.player_.currenttime(b)},b.prototype.handlemouseup=function(b){a.prototype.handlemouseup.call(this,b),this.player_.scrubbing(!1),this.videowasplaying&&this.player_.play()},b.prototype.stepforward=function(){this.player_.currenttime(this.player_.currenttime()+5)},b.prototype.stepback=function(){this.player_.currenttime(this.player_.currenttime()-5)},b}(i["default"]);r.prototype.options_={children:["loadprogressbar","mousetimedisplay","playprogressbar"],barname:"playprogressbar"},r.prototype.playerevent="timeupdate",k["default"].registercomponent("seekbar",r),c["default"]=r},{15:15,17:17,20:20,5:5,57:57,80:80,83:83,84:84}],20:[function(a,b,c){"use strict";function d(a){return a&&a.__esmodule?a:{"default":a}}function e(a,b){if(!(a instanceof b))throw new typeerror("cannot call a class as a function")}function f(a,b){if(!a)throw new referenceerror("this hasn't been initialised - super() hasn't been called");return!b||"object"!=typeof b&&"function"!=typeof b?a:b}function g(a,b){if("function"!=typeof b&&null!==b)throw new typeerror("super expression must either be null or a function, not "+typeof b);a.prototype=object.create(b&&b.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),b&&(object.setprototypeof?object.setprototypeof(a,b):a.__proto__=b)}c.__esmodule=!0;var h=a(5),i=d(h),j=a(83),k=function(a){if(a&&a.__esmodule)return a;var b={};if(null!=a)for(var c in a)object.prototype.hasownproperty.call(a,c)&&(b[c]=a[c]);return b["default"]=a,b}(j),l=a(84),m=d(l),n=function(a){function b(c,d){e(this,b);var g=f(this,a.call(this,c,d));return g.updatedataattr(),g.on(c,"timeupdate",g.updatedataattr),c.ready(k.bind(g,g.updatedataattr)),g}return g(b,a),b.prototype.createel=function(){var b=a.prototype.createel.call(this,"div",{classname:"vjs-tooltip-progress-bar vjs-slider-bar",innerhtml:'
\n '+this.localize("progress")+": 0%"});return this.tooltip=b.queryselector(".vjs-time-tooltip"),b},b.prototype.updatedataattr=function(a){var b=this.player_.scrubbing()?this.player_.getcache().currenttime:this.player_.currenttime(),c=(0,m["default"])(b,this.player_.duration());this.el_.setattribute("data-current-time",c),this.tooltip.innerhtml=c},b}(i["default"]);i["default"].registercomponent("tooltipprogressbar",n),c["default"]=n},{5:5,83:83,84:84}],21:[function(a,b,c){"use strict";function d(a){return a&&a.__esmodule?a:{"default":a}}function e(a,b){if(!(a instanceof b))throw new typeerror("cannot call a class as a function")}function f(a,b){if(!a)throw new referenceerror("this hasn't been initialised - super() hasn't been called");return!b||"object"!=typeof b&&"function"!=typeof b?a:b}function g(a,b){if("function"!=typeof b&&null!==b)throw new typeerror("super expression must either be null or a function, not "+typeof b);a.prototype=object.create(b&&b.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),b&&(object.setprototypeof?object.setprototypeof(a,b):a.__proto__=b)}c.__esmodule=!0;var h=a(22),i=d(h),j=a(5),k=d(j),l=function(a){function b(){return e(this,b),f(this,a.apply(this,arguments))}return g(b,a),b.prototype.buildcssclass=function(){return"vjs-custom-control-spacer "+a.prototype.buildcssclass.call(this)},b.prototype.createel=function(){var b=a.prototype.createel.call(this,{classname:this.buildcssclass()});return b.innerhtml=" ",b},b}(i["default"]);k["default"].registercomponent("customcontrolspacer",l),c["default"]=l},{22:22,5:5}],22:[function(a,b,c){"use strict";function d(a,b){if(!(a instanceof b))throw new typeerror("cannot call a class as a function")}function e(a,b){if(!a)throw new referenceerror("this hasn't been initialised - super() hasn't been called");return!b||"object"!=typeof b&&"function"!=typeof b?a:b}function f(a,b){if("function"!=typeof b&&null!==b)throw new typeerror("super expression must either be null or a function, not "+typeof b);a.prototype=object.create(b&&b.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),b&&(object.setprototypeof?object.setprototypeof(a,b):a.__proto__=b)}c.__esmodule=!0;var g=a(5),h=function(a){return a&&a.__esmodule?a:{"default":a}}(g),i=function(a){function b(){return d(this,b),e(this,a.apply(this,arguments))}return f(b,a),b.prototype.buildcssclass=function(){return"vjs-spacer "+a.prototype.buildcssclass.call(this)},b.prototype.createel=function(){return a.prototype.createel.call(this,"div",{classname:this.buildcssclass()})},b}(h["default"]);h["default"].registercomponent("spacer",i),c["default"]=i},{5:5}],23:[function(a,b,c){"use strict";function d(a){return a&&a.__esmodule?a:{"default":a}}function e(a,b){if(!(a instanceof b))throw new typeerror("cannot call a class as a function")}function f(a,b){if(!a)throw new referenceerror("this hasn't been initialised - super() hasn't been called");return!b||"object"!=typeof b&&"function"!=typeof b?a:b}function g(a,b){if("function"!=typeof b&&null!==b)throw new typeerror("super expression must either be null or a function, not "+typeof b);a.prototype=object.create(b&&b.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),b&&(object.setprototypeof?object.setprototypeof(a,b):a.__proto__=b)}c.__esmodule=!0;var h=a(31),i=d(h),j=a(5),k=d(j),l=function(a){function b(c,d){e(this,b),d.track={player:c,kind:d.kind,label:d.kind+" settings",selectable:!1,"default":!1,mode:"disabled"},d.selectable=!1;var g=f(this,a.call(this,c,d));return g.addclass("vjs-texttrack-settings"),g.controltext(", opens "+d.kind+" settings dialog"),g}return g(b,a),b.prototype.handleclick=function(a){this.player().getchild("texttracksettings").show(),this.player().getchild("texttracksettings").el_.focus()},b}(i["default"]);k["default"].registercomponent("captionsettingsmenuitem",l),c["default"]=l},{31:31,5:5}],24:[function(a,b,c){"use strict";function d(a){return a&&a.__esmodule?a:{"default":a}}function e(a,b){if(!(a instanceof b))throw new typeerror("cannot call a class as a function")}function f(a,b){if(!a)throw new referenceerror("this hasn't been initialised - super() hasn't been called");return!b||"object"!=typeof b&&"function"!=typeof b?a:b}function g(a,b){if("function"!=typeof b&&null!==b)throw new typeerror("super expression must either be null or a function, not "+typeof b);a.prototype=object.create(b&&b.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),b&&(object.setprototypeof?object.setprototypeof(a,b):a.__proto__=b)}c.__esmodule=!0;var h=a(30),i=d(h),j=a(5),k=d(j),l=a(23),m=d(l),n=function(a){function b(c,d,g){e(this,b);var h=f(this,a.call(this,c,d,g));return h.el_.setattribute("aria-label","captions menu"),h}return g(b,a),b.prototype.buildcssclass=function(){return"vjs-captions-button "+a.prototype.buildcssclass.call(this)},b.prototype.createitems=function(){var b=[];return this.player().tech_&&this.player().tech_.featuresnativetexttracks||(b.push(new m["default"](this.player_,{kind:this.kind_})),this.hidethreshold_+=1),a.prototype.createitems.call(this,b)},b}(i["default"]);n.prototype.kind_="captions",n.prototype.controltext_="captions",k["default"].registercomponent("captionsbutton",n),c["default"]=n},{23:23,30:30,5:5}],25:[function(a,b,c){"use strict";function d(a){return a&&a.__esmodule?a:{"default":a}}function e(a,b){if(!(a instanceof b))throw new typeerror("cannot call a class as a function")}function f(a,b){if(!a)throw new referenceerror("this hasn't been initialised - super() hasn't been called");return!b||"object"!=typeof b&&"function"!=typeof b?a:b}function g(a,b){if("function"!=typeof b&&null!==b)throw new typeerror("super expression must either be null or a function, not "+typeof b);a.prototype=object.create(b&&b.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),b&&(object.setprototypeof?object.setprototypeof(a,b):a.__proto__=b)}c.__esmodule=!0;var h=a(30),i=d(h),j=a(5),k=d(j),l=a(26),m=d(l),n=a(91),o=d(n),p=function(a){function b(c,d,g){e(this,b);var h=f(this,a.call(this,c,d,g));return h.el_.setattribute("aria-label","chapters menu"),h}return g(b,a),b.prototype.buildcssclass=function(){return"vjs-chapters-button "+a.prototype.buildcssclass.call(this)},b.prototype.update=function(b){this.track_&&(!b||"addtrack"!==b.type&&"removetrack"!==b.type)||this.settrack(this.findchapterstrack()),a.prototype.update.call(this)},b.prototype.settrack=function(a){if(this.track_!==a){if(this.updatehandler_||(this.updatehandler_=this.update.bind(this)),this.track_){var b=this.player_.remotetexttrackels().gettrackelementbytrack_(this.track_);b&&b.removeeventlistener("load",this.updatehandler_),this.track_=null}if(this.track_=a,this.track_){this.track_.mode="hidden";var c=this.player_.remotetexttrackels().gettrackelementbytrack_(this.track_);c&&c.addeventlistener("load",this.updatehandler_)}}},b.prototype.findchapterstrack=function(){for(var a=this.player_.texttracks()||[],b=a.length-1;b>=0;b--){var c=a[b];if(c.kind===this.kind_)return c}},b.prototype.getmenucaption=function(){return this.track_&&this.track_.label?this.track_.label:this.localize((0,o["default"])(this.kind_))},b.prototype.createmenu=function(){return this.options_.title=this.getmenucaption(),a.prototype.createmenu.call(this)},b.prototype.createitems=function(){var a=[];if(!this.track_)return a;var b=this.track_.cues;if(!b)return a;for(var c=0,d=b.length;c1&&arguments[1]!==undefined?arguments[1]:{};return e(this,b),d.tracks=c.texttracks(),f(this,a.call(this,c,d))}return g(b,a),b.prototype.createitems=function(){var a=arguments.length>0&&arguments[0]!==undefined?arguments[0]:[];a.push(new o["default"](this.player_,{kind:this.kind_})),this.hidethreshold_+=1;var b=this.player_.texttracks();if(!b)return a;for(var c=0;ccurrent time 0:00'},{"aria-live":"off"}),b.appendchild(this.contentel_),b},b.prototype.updatecontent=function(a){var b=this.player_.scrubbing()?this.player_.getcache().currenttime:this.player_.currenttime(),c=this.localize("current time"),d=(0,m["default"])(b,this.player_.duration());d!==this.formattedtime_&&(this.formattedtime_=d,this.contentel_.innerhtml=''+c+" "+d)},b}(i["default"]);i["default"].registercomponent("currenttimedisplay",n),c["default"]=n},{5:5,81:81,84:84}],33:[function(a,b,c){"use strict";function d(a){return a&&a.__esmodule?a:{"default":a}}function e(a,b){if(!(a instanceof b))throw new typeerror("cannot call a class as a function")}function f(a,b){if(!a)throw new referenceerror("this hasn't been initialised - super() hasn't been called");return!b||"object"!=typeof b&&"function"!=typeof b?a:b}function g(a,b){if("function"!=typeof b&&null!==b)throw new typeerror("super expression must either be null or a function, not "+typeof b);a.prototype=object.create(b&&b.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),b&&(object.setprototypeof?object.setprototypeof(a,b):a.__proto__=b)}c.__esmodule=!0;var h=a(5),i=d(h),j=a(81),k=function(a){if(a&&a.__esmodule)return a;var b={};if(null!=a)for(var c in a)object.prototype.hasownproperty.call(a,c)&&(b[c]=a[c]);return b["default"]=a,b}(j),l=a(84),m=d(l),n=function(a){function b(c,d){e(this,b);var g=f(this,a.call(this,c,d));return g.on(c,"durationchange",g.updatecontent),g.on(c,"timeupdate",g.updatecontent),g.on(c,"loadedmetadata",g.updatecontent),g}return g(b,a),b.prototype.createel=function(){var b=a.prototype.createel.call(this,"div",{classname:"vjs-duration vjs-time-control vjs-control"});return this.contentel_=k.createel("div",{classname:"vjs-duration-display",innerhtml:''+this.localize("duration time")+" 0:00"},{"aria-live":"off"}),b.appendchild(this.contentel_),b},b.prototype.updatecontent=function(a){var b=this.player_.duration();if(b&&this.duration_!==b){this.duration_=b;var c=this.localize("duration time"),d=(0,m["default"])(b);this.contentel_.innerhtml=''+c+" "+d}},b}(i["default"]);i["default"].registercomponent("durationdisplay",n),c["default"]=n},{5:5,81:81,84:84}],34:[function(a,b,c){"use strict";function d(a){return a&&a.__esmodule?a:{"default":a}}function e(a,b){if(!(a instanceof b))throw new typeerror("cannot call a class as a function")}function f(a,b){if(!a)throw new referenceerror("this hasn't been initialised - super() hasn't been called");return!b||"object"!=typeof b&&"function"!=typeof b?a:b}function g(a,b){if("function"!=typeof b&&null!==b)throw new typeerror("super expression must either be null or a function, not "+typeof b);a.prototype=object.create(b&&b.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),b&&(object.setprototypeof?object.setprototypeof(a,b):a.__proto__=b)}c.__esmodule=!0;var h=a(5),i=d(h),j=a(81),k=function(a){if(a&&a.__esmodule)return a;var b={};if(null!=a)for(var c in a)object.prototype.hasownproperty.call(a,c)&&(b[c]=a[c]);return b["default"]=a,b}(j),l=a(84),m=d(l),n=function(a){function b(c,d){e(this,b);var g=f(this,a.call(this,c,d));return g.on(c,"timeupdate",g.updatecontent),g.on(c,"durationchange",g.updatecontent),g}return g(b,a),b.prototype.createel=function(){var b=a.prototype.createel.call(this,"div",{classname:"vjs-remaining-time vjs-time-control vjs-control"});return this.contentel_=k.createel("div",{classname:"vjs-remaining-time-display",innerhtml:''+this.localize("remaining time")+" -0:00"},{"aria-live":"off"}),b.appendchild(this.contentel_),b},b.prototype.updatecontent=function(a){if(this.player_.duration()){var b=this.localize("remaining time"),c=(0,m["default"])(this.player_.remainingtime());c!==this.formattedtime_&&(this.formattedtime_=c,this.contentel_.innerhtml=''+b+" -"+c)}},b}(i["default"]);i["default"].registercomponent("remainingtimedisplay",n),c["default"]=n},{5:5,81:81,84:84}],35:[function(a,b,c){"use strict";function d(a,b){if(!(a instanceof b))throw new typeerror("cannot call a class as a function")}function e(a,b){if(!a)throw new referenceerror("this hasn't been initialised - super() hasn't been called");return!b||"object"!=typeof b&&"function"!=typeof b?a:b}function f(a,b){if("function"!=typeof b&&null!==b)throw new typeerror("super expression must either be null or a function, not "+typeof b);a.prototype=object.create(b&&b.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),b&&(object.setprototypeof?object.setprototypeof(a,b):a.__proto__=b)}c.__esmodule=!0;var g=a(5),h=function(a){return a&&a.__esmodule?a:{"default":a}}(g),i=function(a){function b(){return d(this,b),e(this,a.apply(this,arguments))}return f(b,a),b.prototype.createel=function(){return a.prototype.createel.call(this,"div",{classname:"vjs-time-control vjs-time-divider",innerhtml:"
/
"})},b}(h["default"]);h["default"].registercomponent("timedivider",i),c["default"]=i},{5:5}],36:[function(a,b,c){"use strict";function d(a){return a&&a.__esmodule?a:{"default":a}}function e(a,b){if(!(a instanceof b))throw new typeerror("cannot call a class as a function")}function f(a,b){if(!a)throw new referenceerror("this hasn't been initialised - super() hasn't been called");return!b||"object"!=typeof b&&"function"!=typeof b?a:b}function g(a,b){if("function"!=typeof b&&null!==b)throw new typeerror("super expression must either be null or a function, not "+typeof b);a.prototype=object.create(b&&b.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),b&&(object.setprototypeof?object.setprototypeof(a,b):a.__proto__=b)}c.__esmodule=!0;var h=a(47),i=d(h),j=a(5),k=d(j),l=a(83),m=function(a){if(a&&a.__esmodule)return a;var b={};if(null!=a)for(var c in a)object.prototype.hasownproperty.call(a,c)&&(b[c]=a[c]);return b["default"]=a,b}(l),n=function(a){function b(c,d){e(this,b);var g=d.tracks,h=f(this,a.call(this,c,d));if(h.items.length<=1&&h.hide(),!g)return f(h);var i=m.bind(h,h.update);return g.addeventlistener("removetrack",i),g.addeventlistener("addtrack",i),h.player_.on("dispose",function(){g.removeeventlistener("removetrack",i),g.removeeventlistener("addtrack",i)}),h}return g(b,a),b}(i["default"]);k["default"].registercomponent("trackbutton",n),c["default"]=n},{47:47,5:5,83:83}],37:[function(a,b,c){"use strict";function d(a){return a&&a.__esmodule?a:{"default":a}}function e(a,b){if(!(a instanceof b))throw new typeerror("cannot call a class as a function")}function f(a,b){if(!a)throw new referenceerror("this hasn't been initialised - super() hasn't been called");return!b||"object"!=typeof b&&"function"!=typeof b?a:b}function g(a,b){if("function"!=typeof b&&null!==b)throw new typeerror("super expression must either be null or a function, not "+typeof b);a.prototype=object.create(b&&b.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),b&&(object.setprototypeof?object.setprototypeof(a,b):a.__proto__=b)}c.__esmodule=!0;var h=a(57),i=d(h),j=a(5),k=d(j),l=a(83),m=function(a){if(a&&a.__esmodule)return a;var b={};if(null!=a)for(var c in a)object.prototype.hasownproperty.call(a,c)&&(b[c]=a[c]);return b["default"]=a,b}(l);a(39);var n=function(a){function b(c,d){e(this,b);var g=f(this,a.call(this,c,d));return g.on(c,"volumechange",g.updateariaattributes),c.ready(m.bind(g,g.updateariaattributes)),g}return g(b,a),b.prototype.createel=function(){return a.prototype.createel.call(this,"div",{classname:"vjs-volume-bar vjs-slider-bar"},{"aria-label":"volume level"})},b.prototype.handlemousemove=function(a){this.checkmuted(),this.player_.volume(this.calculatedistance(a))},b.prototype.checkmuted=function(){this.player_.muted()&&this.player_.muted(!1)},b.prototype.getpercent=function(){return this.player_.muted()?0:this.player_.volume()},b.prototype.stepforward=function(){this.checkmuted(),this.player_.volume(this.player_.volume()+.1)},b.prototype.stepback=function(){this.checkmuted(),this.player_.volume(this.player_.volume()-.1)},b.prototype.updateariaattributes=function(a){var b=(100*this.player_.volume()).tofixed(2);this.el_.setattribute("aria-valuenow",b),this.el_.setattribute("aria-valuetext",b+"%")},b}(i["default"]);n.prototype.options_={children:["volumelevel"],barname:"volumelevel"},n.prototype.playerevent="volumechange",k["default"].registercomponent("volumebar",n),c["default"]=n},{39:39,5:5,57:57,83:83}],38:[function(a,b,c){"use strict";function d(a,b){if(!(a instanceof b))throw new typeerror("cannot call a class as a function")}function e(a,b){if(!a)throw new referenceerror("this hasn't been initialised - super() hasn't been called");return!b||"object"!=typeof b&&"function"!=typeof b?a:b}function f(a,b){if("function"!=typeof b&&null!==b)throw new typeerror("super expression must either be null or a function, not "+typeof b);a.prototype=object.create(b&&b.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),b&&(object.setprototypeof?object.setprototypeof(a,b):a.__proto__=b)}c.__esmodule=!0;var g=a(5),h=function(a){return a&&a.__esmodule?a:{"default":a}}(g);a(37);var i=function(a){function b(c,f){d(this,b);var g=e(this,a.call(this,c,f));return c.tech_&&!1===c.tech_.featuresvolumecontrol&&g.addclass("vjs-hidden"),g.on(c,"loadstart",function(){!1===c.tech_.featuresvolumecontrol?this.addclass("vjs-hidden"):this.removeclass("vjs-hidden")}),g}return f(b,a),b.prototype.createel=function(){return a.prototype.createel.call(this,"div",{classname:"vjs-volume-control vjs-control"})},b}(h["default"]);i.prototype.options_={children:["volumebar"]},h["default"].registercomponent("volumecontrol",i),c["default"]=i},{37:37,5:5}],39:[function(a,b,c){"use strict";function d(a,b){if(!(a instanceof b))throw new typeerror("cannot call a class as a function")}function e(a,b){if(!a)throw new referenceerror("this hasn't been initialised - super() hasn't been called");return!b||"object"!=typeof b&&"function"!=typeof b?a:b}function f(a,b){if("function"!=typeof b&&null!==b)throw new typeerror("super expression must either be null or a function, not "+typeof b);a.prototype=object.create(b&&b.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),b&&(object.setprototypeof?object.setprototypeof(a,b):a.__proto__=b)}c.__esmodule=!0;var g=a(5),h=function(a){return a&&a.__esmodule?a:{"default":a}}(g),i=function(a){function b(){return d(this,b),e(this,a.apply(this,arguments))}return f(b,a),b.prototype.createel=function(){return a.prototype.createel.call(this,"div",{classname:"vjs-volume-level",innerhtml:''})},b}(h["default"]);h["default"].registercomponent("volumelevel",i),c["default"]=i},{5:5}],40:[function(a,b,c){"use strict";function d(a){return a&&a.__esmodule?a:{"default":a}}function e(a,b){if(!(a instanceof b))throw new typeerror("cannot call a class as a function")}function f(a,b){if(!a)throw new referenceerror("this hasn't been initialised - super() hasn't been called");return!b||"object"!=typeof b&&"function"!=typeof b?a:b}function g(a,b){if("function"!=typeof b&&null!==b)throw new typeerror("super expression must either be null or a function, not "+typeof b);a.prototype=object.create(b&&b.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),b&&(object.setprototypeof?object.setprototypeof(a,b):a.__proto__=b)}c.__esmodule=!0;var h=a(83),i=function(a){if(a&&a.__esmodule)return a;var b={};if(null!=a)for(var c in a)object.prototype.hasownproperty.call(a,c)&&(b[c]=a[c]);return b["default"]=a,b}(h),j=a(5),k=d(j),l=a(54),m=d(l),n=a(53),o=d(n),p=a(11),q=d(p),r=a(37),s=d(r),t=function(a){function b(c){function d(){c.tech_&&!1===c.tech_.featuresvolumecontrol?this.addclass("vjs-hidden"):this.removeclass("vjs-hidden")}var g=arguments.length>1&&arguments[1]!==undefined?arguments[1]:{};e(this,b),g.inline===undefined&&(g.inline=!0),g.vertical===undefined&&(g.inline?g.vertical=!1:g.vertical=!0),g.volumebar=g.volumebar||{},g.volumebar.vertical=!!g.vertical;var h=f(this,a.call(this,c,g));return h.on(c,"volumechange",h.volumeupdate),h.on(c,"loadstart",h.volumeupdate),d.call(h),h.on(c,"loadstart",d),h.on(h.volumebar,["slideractive","focus"],function(){this.addclass("vjs-slider-active")}),h.on(h.volumebar,["sliderinactive","blur"],function(){this.removeclass("vjs-slider-active")}),h.on(h.volumebar,["focus"],function(){this.addclass("vjs-lock-showing")}),h.on(h.volumebar,["blur"],function(){this.removeclass("vjs-lock-showing")}),h}return g(b,a),b.prototype.buildcssclass=function(){var b="";return b=this.options_.vertical?"vjs-volume-menu-button-vertical":"vjs-volume-menu-button-horizontal","vjs-volume-menu-button "+a.prototype.buildcssclass.call(this)+" "+b},b.prototype.createpopup=function(){var a=new m["default"](this.player_,{contenteltype:"div"}),b=new s["default"](this.player_,this.options_.volumebar);return a.addchild(b),this.menucontent=a,this.volumebar=b,this.attachvolumebarevents(),a},b.prototype.handleclick=function(b){q["default"].prototype.handleclick.call(this),a.prototype.handleclick.call(this)},b.prototype.attachvolumebarevents=function(){this.menucontent.on(["mousedown","touchdown"],i.bind(this,this.handlemousedown))},b.prototype.handlemousedown=function(a){this.on(["mousemove","touchmove"],i.bind(this.volumebar,this.volumebar.handlemousemove)),this.on(this.el_.ownerdocument,["mouseup","touchend"],this.handlemouseup)},b.prototype.handlemouseup=function(a){this.off(["mousemove","touchmove"],i.bind(this.volumebar,this.volumebar.handlemousemove))},b}(o["default"]);t.prototype.volumeupdate=q["default"].prototype.update,t.prototype.controltext_="mute",k["default"].registercomponent("volumemenubutton",t),c["default"]=t},{11:11,37:37,5:5,53:53,54:54,83:83}],41:[function(a,b,c){"use strict";function d(a){return a&&a.__esmodule?a:{"default":a}}function e(a,b){if(!(a instanceof b))throw new typeerror("cannot call a class as a function")}function f(a,b){if(!a)throw new referenceerror("this hasn't been initialised - super() hasn't been called");return!b||"object"!=typeof b&&"function"!=typeof b?a:b}function g(a,b){if("function"!=typeof b&&null!==b)throw new typeerror("super expression must either be null or a function, not "+typeof b);a.prototype=object.create(b&&b.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),b&&(object.setprototypeof?object.setprototypeof(a,b):a.__proto__=b)}c.__esmodule=!0;var h=a(5),i=d(h),j=a(50),k=d(j),l=a(87),m=d(l),n=function(a){function b(c,d){e(this,b);var g=f(this,a.call(this,c,d));return g.on(c,"error",g.open),g}return g(b,a),b.prototype.buildcssclass=function(){return"vjs-error-display "+a.prototype.buildcssclass.call(this)},b.prototype.content=function(){var a=this.player().error();return a?this.localize(a.message):""},b}(k["default"]);n.prototype.options_=(0,m["default"])(k["default"].prototype.options_,{pauseonopen:!1,fillalways:!0,temporary:!1,uncloseable:!0}),i["default"].registercomponent("errordisplay",n),c["default"]=n},{5:5,50:50,87:87}],42:[function(a,b,c){"use strict";c.__esmodule=!0;var d=a(82),e=function(a){if(a&&a.__esmodule)return a;var b={};if(null!=a)for(var c in a)object.prototype.hasownproperty.call(a,c)&&(b[c]=a[c]);return b["default"]=a,b}(d),f=function(){};f.prototype.allowedevents_={},f.prototype.on=function(a,b){var c=this.addeventlistener;this.addeventlistener=function(){},e.on(this,a,b),this.addeventlistener=c},f.prototype.addeventlistener=f.prototype.on,f.prototype.off=function(a,b){e.off(this,a,b)},f.prototype.removeeventlistener=f.prototype.off,f.prototype.one=function(a,b){var c=this.addeventlistener;this.addeventlistener=function(){},e.one(this,a,b),this.addeventlistener=c},f.prototype.trigger=function(a){var b=a.type||a;"string"==typeof a&&(a={type:b}),a=e.fixevent(a),this.allowedevents_[b]&&this["on"+b]&&this["on"+b](a),e.trigger(this,a)},f.prototype.dispatchevent=f.prototype.trigger,c["default"]=f},{82:82}],43:[function(a,b,c){"use strict";c.__esmodule=!0;var d="function"==typeof symbol&&"symbol"==typeof symbol.iterator?function(a){return typeof a}:function(a){return a&&"function"==typeof symbol&&a.constructor===symbol&&a!==symbol.prototype?"symbol":typeof a},e=a(86),f=function(a){return a&&a.__esmodule?a:{"default":a}}(e),g=a(88),h=function(a,b){if("function"!=typeof b&&null!==b)throw new typeerror("super expression must either be null or a function, not "+(void 0===b?"undefined":d(b)));a.prototype=object.create(b&&b.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),b&&(a.super_=b)},i=function(a){var b=arguments.length>1&&arguments[1]!==undefined?arguments[1]:{},c=function(){a.apply(this,arguments)},d={};(0,g.isobject)(b)?("function"==typeof b.init&&(f["default"].warn("constructor logic via init() is deprecated; please use constructor() instead."),b.constructor=b.init),b.constructor!==object.prototype.constructor&&(c=b.constructor),d=b):"function"==typeof b&&(c=b),h(c,a);for(var e in d)d.hasownproperty(e)&&(c.prototype[e]=d[e]);return c};c["default"]=i},{86:86,88:88}],44:[function(a,b,c){"use strict";c.__esmodule=!0;for(var d=a(94),e=function(a){return a&&a.__esmodule?a:{"default":a}}(d),f={},g=[["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"]],h=g[0],i=void 0,j=0;j1&&arguments[1]!==undefined?arguments[1]:{};f(this,b);var e=g(this,a.call(this,c,d));return e.update(),e.enabled_=!0,e.el_.setattribute("aria-haspopup","true"),e.el_.setattribute("role","menuitem"),e.on("keydown",e.handlesubmenukeypress),e}return h(b,a),b.prototype.update=function(){var a=this.createmenu();this.menu&&this.removechild(this.menu),this.menu=a,this.addchild(a),this.buttonpressed_=!1,this.el_.setattribute("aria-expanded","false"),this.items&&this.items.length<=this.hidethreshold_?this.hide():this.show()},b.prototype.createmenu=function(){var a=new n["default"](this.player_);if(this.hidethreshold_=0,this.options_.title){var b=p.createel("li",{classname:"vjs-menu-title",innerhtml:(0,t["default"])(this.options_.title),tabindex:-1});this.hidethreshold_+=1,a.children_.unshift(b),p.insertelfirst(b,a.contentel())}if(this.items=this.createitems(),this.items)for(var c=0;c0&&arguments[0]!==undefined?arguments[0]:0,b=this.children().slice();b.length&&b[0].classname&&/vjs-menu-title/.test(b[0].classname)&&b.shift(),b.length>0&&(a<0?a=0:a>=b.length&&(a=b.length-1),this.focusedchild_=a,b[a].el_.focus())},b}(i["default"]);i["default"].registercomponent("menu",p),c["default"]=p},{5:5,81:81,82:82,83:83}],50:[function(a,b,c){"use strict";function d(a){if(a&&a.__esmodule)return a;var b={};if(null!=a)for(var c in a)object.prototype.hasownproperty.call(a,c)&&(b[c]=a[c]);return b["default"]=a,b}function e(a,b){if(!(a instanceof b))throw new typeerror("cannot call a class as a function")}function f(a,b){if(!a)throw new referenceerror("this hasn't been initialised - super() hasn't been called");return!b||"object"!=typeof b&&"function"!=typeof b?a:b}function g(a,b){if("function"!=typeof b&&null!==b)throw new typeerror("super expression must either be null or a function, not "+typeof b);a.prototype=object.create(b&&b.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),b&&(object.setprototypeof?object.setprototypeof(a,b):a.__proto__=b)}c.__esmodule=!0;var h=a(81),i=d(h),j=a(83),k=d(j),l=a(5),m=function(a){return a&&a.__esmodule?a:{"default":a}}(l),n="vjs-modal-dialog",o=function(a){function b(c,d){e(this,b);var g=f(this,a.call(this,c,d));return g.opened_=g.hasbeenopened_=g.hasbeenfilled_=!1,g.closeable(!g.options_.uncloseable),g.content(g.options_.content),g.contentel_=i.createel("div",{classname:n+"-content"},{role:"document"}),g.descel_=i.createel("p",{classname:n+"-description vjs-offscreen",id:g.el().getattribute("aria-describedby")}),i.textcontent(g.descel_,g.description()),g.el_.appendchild(g.descel_),g.el_.appendchild(g.contentel_),g}return g(b,a),b.prototype.createel=function(){return a.prototype.createel.call(this,"div",{classname:this.buildcssclass(),tabindex:-1},{"aria-describedby":this.id()+"_description","aria-hidden":"true","aria-label":this.label(),role:"dialog"})},b.prototype.buildcssclass=function(){return n+" vjs-hidden "+a.prototype.buildcssclass.call(this)},b.prototype.handlekeypress=function(a){27===a.which&&this.closeable()&&this.close()},b.prototype.label=function(){return this.options_.label||this.localize("modal window")},b.prototype.description=function(){var a=this.options_.description||this.localize("this is a modal window.");return this.closeable()&&(a+=" "+this.localize("this modal can be closed by pressing the escape key or activating the close button.")),a},b.prototype.open=function(){if(!this.opened_){var a=this.player();this.trigger("beforemodalopen"),this.opened_=!0,(this.options_.fillalways||!this.hasbeenopened_&&!this.hasbeenfilled_)&&this.fill(),this.wasplaying_=!a.paused(),this.options_.pauseonopen&&this.wasplaying_&&a.pause(),this.closeable()&&this.on(this.el_.ownerdocument,"keydown",k.bind(this,this.handlekeypress)),a.controls(!1),this.show(),this.el().setattribute("aria-hidden","false"),this.trigger("modalopen"),this.hasbeenopened_=!0}return this},b.prototype.opened=function(a){return"boolean"==typeof a&&this[a?"open":"close"](),this.opened_},b.prototype.close=function(){if(this.opened_){var a=this.player();this.trigger("beforemodalclose"),this.opened_=!1,this.wasplaying_&&this.options_.pauseonopen&&a.play(),this.closeable()&&this.off(this.el_.ownerdocument,"keydown",k.bind(this,this.handlekeypress)),a.controls(!0),this.hide(),this.el().setattribute("aria-hidden","true"),this.trigger("modalclose"),this.options_.temporary&&this.dispose()}return this},b.prototype.closeable=function(a){ if("boolean"==typeof a){var b=this.closeable_=!!a,c=this.getchild("closebutton");if(b&&!c){var d=this.contentel_;this.contentel_=this.el_,c=this.addchild("closebutton",{controltext:"close modal dialog"}),this.contentel_=d,this.on(c,"close",this.close)}!b&&c&&(this.off(c,"close",this.close),this.removechild(c),c.dispose())}return this.closeable_},b.prototype.fill=function(){return this.fillwith(this.content())},b.prototype.fillwith=function(a){var b=this.contentel(),c=b.parentnode,d=b.nextsibling;return this.trigger("beforemodalfill"),this.hasbeenfilled_=!0,c.removechild(b),this.empty(),i.insertcontent(b,a),this.trigger("modalfill"),d?c.insertbefore(b,d):c.appendchild(b),this},b.prototype.empty=function(){return this.trigger("beforemodalempty"),i.emptyel(this.contentel()),this.trigger("modalempty"),this},b.prototype.content=function(a){return void 0!==a&&(this.content_=a),this.content_},b}(m["default"]);o.prototype.options_={pauseonopen:!0,temporary:!0},m["default"].registercomponent("modaldialog",o),c["default"]=o},{5:5,81:81,83:83}],51:[function(a,b,c){"use strict";function d(a){if(a&&a.__esmodule)return a;var b={};if(null!=a)for(var c in a)object.prototype.hasownproperty.call(a,c)&&(b[c]=a[c]);return b["default"]=a,b}function e(a){return a&&a.__esmodule?a:{"default":a}}function f(a,b){if(!(a instanceof b))throw new typeerror("cannot call a class as a function")}function g(a,b){if(!a)throw new referenceerror("this hasn't been initialised - super() hasn't been called");return!b||"object"!=typeof b&&"function"!=typeof b?a:b}function h(a,b){if("function"!=typeof b&&null!==b)throw new typeerror("super expression must either be null or a function, not "+typeof b);a.prototype=object.create(b&&b.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),b&&(object.setprototypeof?object.setprototypeof(a,b):a.__proto__=b)}c.__esmodule=!0;var i=a(5),j=e(i),k=a(94),l=e(k),m=a(95),n=e(m),o=a(82),p=d(o),q=a(81),r=d(q),s=a(83),t=d(s),u=a(85),v=d(u),w=a(78),x=d(w),y=a(86),z=e(y),a=a(91),b=e(a),c=a(90),d=a(79),e=a(89),f=d(e),g=a(44),h=e(g),i=a(46),j=e(i),k=a(97),l=e(k),m=a(88),n=a(87),o=e(n),p=a(69),q=e(p),r=a(50),s=e(r),t=a(62),u=e(t),v=a(63),w=e(v),x=a(76),y=e(x);a(61),a(59),a(55),a(68),a(45),a(1),a(4),a(8),a(41),a(71),a(60);var z=["progress","abort","suspend","emptied","stalled","loadedmetadata","loadeddata","timeupdate","ratechange","volumechange","texttrackchange"],$=function(a){function b(c,d,e){if(f(this,b),c.id=c.id||"vjs_video_"+v.newguid(),d=(0,m.assign)(b.gettagsettings(c),d),d.initchildren=!1,d.createel=!1,d.reporttouchactivity=!1,!d.language)if("function"==typeof c.closest){var h=c.closest("[lang]");h&&(d.language=h.getattribute("lang"))}else for(var i=c;i&&1===i.nodetype;){if(r.getelattributes(i).hasownproperty("lang")){d.language=i.getattribute("lang");break}i=i.parentnode}var j=g(this,a.call(this,null,d,e));if(!j.options_||!j.options_.techorder||!j.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(j.tag=c,j.tagattributes=c&&r.getelattributes(c),j.language(j.options_.language),d.languages){var k={};object.getownpropertynames(d.languages).foreach(function(a){k[a.tolowercase()]=d.languages[a]}),j.languages_=k}else j.languages_=b.prototype.options_.languages;j.cache_={},j.poster_=d.poster||"",j.controls_=!!d.controls,c.controls=!1,j.scrubbing_=!1,j.el_=j.createel();var l=(0,o["default"])(j.options_);if(d.plugins){var m=d.plugins;object.getownpropertynames(m).foreach(function(a){"function"==typeof this[a]?this[a](m[a]):z["default"].error("unable to find plugin:",a)},j)}j.options_.playeroptions=l,j.initchildren(),j.isaudio("audio"===c.nodename.tolowercase()),j.controls()?j.addclass("vjs-controls-enabled"):j.addclass("vjs-controls-disabled"),j.el_.setattribute("role","region"),j.isaudio()?j.el_.setattribute("aria-label","audio player"):j.el_.setattribute("aria-label","video player"),j.isaudio()&&j.addclass("vjs-audio"),j.flexnotsupported_()&&j.addclass("vjs-no-flex"),x.is_ios||j.addclass("vjs-workinghover"),b.players[j.id_]=j;var n="5.20.5".split(".")[0];return j.addclass("vjs-v"+n),j.useractive(!0),j.reportuseractivity(),j.listenforuseractivity_(),j.on("fullscreenchange",j.handlefullscreenchange_),j.on("stageclick",j.handlestageclick_),j}return h(b,a),b.prototype.dispose=function(){this.trigger("dispose"),this.off("dispose"),this.styleel_&&this.styleel_.parentnode&&this.styleel_.parentnode.removechild(this.styleel_),b.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(),a.prototype.dispose.call(this)},b.prototype.createel=function(){var b=this.tag,c=void 0,d=this.playerelingest_=b.parentnode&&b.parentnode.hasattribute&&b.parentnode.hasattribute("data-vjs-player");c=this.el_=d?b.parentnode:a.prototype.createel.call(this,"div"),b.setattribute("tabindex","-1"),b.removeattribute("width"),b.removeattribute("height");var e=r.getelattributes(b);if(object.getownpropertynames(e).foreach(function(a){"class"===a?c.classname+=" "+e[a]:c.setattribute(a,e[a])}),b.playerid=b.id,b.id+="_html5_api",b.classname="vjs-tech",b.player=c.player=this,this.addclass("vjs-paused"),!0!==n["default"].videojs_no_dynamic_style){this.styleel_=f.createstyleelement("vjs-styles-dimensions");var f=r.$(".vjs-styles-defaults"),g=r.$("head");g.insertbefore(this.styleel_,f?f.nextsibling:g.firstchild)}this.width(this.options_.width),this.height(this.options_.height),this.fluid(this.options_.fluid),this.aspectratio(this.options_.aspectratio);for(var h=b.getelementsbytagname("a"),i=0;i=0&&(c.width=a),b>=0&&(c.height=b)))}var d=void 0,e=void 0,f=void 0,g=void 0;f=this.aspectratio_!==undefined&&"auto"!==this.aspectratio_?this.aspectratio_:this.videowidth()>0?this.videowidth()+":"+this.videoheight():"16:9";var h=f.split(":"),i=h[1]/h[0];d=this.width_!==undefined?this.width_:this.height_!==undefined?this.height_/i:this.videowidth()||300,e=this.height_!==undefined?this.height_:d*i,g=/^[^a-za-z]/.test(this.id())?"dimensions-"+this.id():this.id()+"-dimensions",this.addclass(g),f.settextcontent(this.styleel_,"\n ."+g+" {\n width: "+d+"px;\n height: "+e+"px;\n }\n\n ."+g+".vjs-fluid {\n padding-top: "+100*i+"%;\n }\n ")},b.prototype.loadtech_=function(a,b){var c=this;this.tech_&&this.unloadtech_(),"html5"!==a&&this.tag&&(u["default"].gettech("html5").disposemediaelement(this.tag),this.tag.player=null,this.tag=null),this.techname_=a,this.isready_=!1;var d=(0,m.assign)({source:b,nativecontrolsfortouch:this.options_.nativecontrolsfortouch,playerid:this.id(),techid:this.id()+"_"+a+"_api",videotracks:this.videotracks_,texttracks:this.texttracks_,audiotracks:this.audiotracks_,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"]},this.options_[a.tolowercase()]);this.tag&&(d.tag=this.tag),b&&(this.currenttype_=b.type,b.src===this.cache_.src&&this.cache_.currenttime>0&&(d.starttime=this.cache_.currenttime),this.cache_.sources=null,this.cache_.source=b,this.cache_.src=b.src);var e=u["default"].gettech(a);e||(e=j["default"].getcomponent(a)),this.tech_=new e(d),this.tech_.ready(t.bind(this,this.handletechready_),!0),q["default"].jsontotexttracks(this.texttracksjson_||[],this.tech_),z.foreach(function(a){c.on(c.tech_,a,c["handletech"+(0,b["default"])(a)+"_"])}),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.usingnativecontrols(this.techget_("controls")),this.controls()&&!this.usingnativecontrols()&&this.addtechcontrolslisteners_(),this.tech_.el().parentnode===this.el()||"html5"===a&&this.tag||r.insertelfirst(this.tech_.el(),this.el()),this.tag&&(this.tag.player=null,this.tag=null)},b.prototype.unloadtech_=function(){this.videotracks_=this.videotracks(),this.texttracks_=this.texttracks(),this.audiotracks_=this.audiotracks(),this.texttracksjson_=q["default"].texttrackstojson(this.tech_),this.isready_=!1,this.tech_.dispose(),this.tech_=!1},b.prototype.tech=function(a){if(a&&a.iwillnotusethisinplugins)return this.tech_;var b="\n please make sure that you are not using this inside of a plugin.\n to disable this alert and error, please pass in an object with\n `iwillnotusethisinplugins` to the `tech` method. see\n https://github.com/videojs/video.js/issues/2617 for more info.\n ";throw n["default"].alert(b),new error(b)},b.prototype.addtechcontrolslisteners_=function(){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_)},b.prototype.removetechcontrolslisteners_=function(){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_)},b.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(a){(0,z["default"])("deleting tag.poster throws in some browsers",a)}this.play()}},b.prototype.handletechloadstart_=function(){this.removeclass("vjs-ended"),this.removeclass("vjs-seeking"),this.error(null),this.paused()?(this.hasstarted(!1),this.trigger("loadstart")):(this.trigger("loadstart"),this.trigger("firstplay"))},b.prototype.hasstarted=function(a){return a!==undefined?(this.hasstarted_!==a&&(this.hasstarted_=a,a?(this.addclass("vjs-has-started"),this.trigger("firstplay")):this.removeclass("vjs-has-started")),this):!!this.hasstarted_},b.prototype.handletechplay_=function(){this.removeclass("vjs-ended"),this.removeclass("vjs-paused"),this.addclass("vjs-playing"),this.hasstarted(!0),this.trigger("play")},b.prototype.handletechwaiting_=function(){var a=this;this.addclass("vjs-waiting"),this.trigger("waiting"),this.one("timeupdate",function(){return a.removeclass("vjs-waiting")})},b.prototype.handletechcanplay_=function(){this.removeclass("vjs-waiting"),this.trigger("canplay")},b.prototype.handletechcanplaythrough_=function(){this.removeclass("vjs-waiting"),this.trigger("canplaythrough")},b.prototype.handletechplaying_=function(){this.removeclass("vjs-waiting"),this.trigger("playing")},b.prototype.handletechseeking_=function(){this.addclass("vjs-seeking"),this.trigger("seeking")},b.prototype.handletechseeked_=function(){this.removeclass("vjs-seeking"),this.trigger("seeked")},b.prototype.handletechfirstplay_=function(){this.options_.starttime&&(z["default"].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")},b.prototype.handletechpause_=function(){this.removeclass("vjs-playing"),this.addclass("vjs-paused"),this.trigger("pause")},b.prototype.handletechended_=function(){this.addclass("vjs-ended"),this.options_.loop?(this.currenttime(0),this.play()):this.paused()||this.pause(),this.trigger("ended")},b.prototype.handletechdurationchange_=function(){this.duration(this.techget_("duration"))},b.prototype.handletechclick_=function(a){0===a.button&&this.controls()&&(this.paused()?this.play():this.pause())},b.prototype.handletechtap_=function(){this.useractive(!this.useractive())},b.prototype.handletechtouchstart_=function(){this.userwasactive=this.useractive()},b.prototype.handletechtouchmove_=function(){this.userwasactive&&this.reportuseractivity()},b.prototype.handletechtouchend_=function(a){a.preventdefault()},b.prototype.handlefullscreenchange_=function(){this.isfullscreen()?this.addclass("vjs-fullscreen"):this.removeclass("vjs-fullscreen")},b.prototype.handlestageclick_=function(){this.reportuseractivity()},b.prototype.handletechfullscreenchange_=function(a,b){b&&this.isfullscreen(b.isfullscreen),this.trigger("fullscreenchange")},b.prototype.handletecherror_=function(){var a=this.tech_.error();this.error(a)},b.prototype.handletechtextdata_=function(){var a=null;arguments.length>1&&(a=arguments[1]),this.trigger("textdata",a)},b.prototype.getcache=function(){return this.cache_},b.prototype.techcall_=function(a,b){if(this.tech_&&!this.tech_.isready_)this.tech_.ready(function(){this[a](b)},!0);else try{this.tech_&&this.tech_[a](b)}catch(c){throw(0,z["default"])(c),c}},b.prototype.techget_=function(a){if(this.tech_&&this.tech_.isready_)try{return this.tech_[a]()}catch(b){throw this.tech_[a]===undefined?(0,z["default"])("video.js: "+a+" method not defined for "+this.techname_+" playback technology.",b):"typeerror"===b.name?((0,z["default"])("video.js: "+a+" unavailable on "+this.techname_+" playback technology element.",b),this.tech_.isready_=!1):(0,z["default"])(b),b}},b.prototype.play=function(){return this.src()||this.currentsrc()?this.techcall_("play"):this.tech_.one("loadstart",function(){this.play()}),this},b.prototype.pause=function(){return this.techcall_("pause"),this},b.prototype.paused=function(){return!1!==this.techget_("paused")},b.prototype.scrubbing=function(a){return a!==undefined?(this.scrubbing_=!!a,a?this.addclass("vjs-scrubbing"):this.removeclass("vjs-scrubbing"),this):this.scrubbing_},b.prototype.currenttime=function(a){return a!==undefined?(this.techcall_("setcurrenttime",a),this):(this.cache_.currenttime=this.techget_("currenttime")||0,this.cache_.currenttime)},b.prototype.duration=function(a){return a===undefined?this.cache_.duration!==undefined?this.cache_.duration:nan:(a=parsefloat(a),a<0&&(a=infinity),a!==this.cache_.duration&&(this.cache_.duration=a,a===infinity?this.addclass("vjs-live"):this.removeclass("vjs-live"),this.trigger("durationchange")),this)},b.prototype.remainingtime=function(){return this.duration()-this.currenttime()},b.prototype.buffered=function(){var a=this.techget_("buffered");return a&&a.length||(a=(0,c.createtimerange)(0,0)),a},b.prototype.bufferedpercent=function(){return(0,d.bufferedpercent)(this.buffered(),this.duration())},b.prototype.bufferedend=function(){var a=this.buffered(),b=this.duration(),c=a.end(a.length-1);return c>b&&(c=b),c},b.prototype.volume=function(a){var b=void 0;return a!==undefined?(b=math.max(0,math.min(1,parsefloat(a))),this.cache_.volume=b,this.techcall_("setvolume",b),this):(b=parsefloat(this.techget_("volume")),isnan(b)?1:b)},b.prototype.muted=function(a){return a!==undefined?(this.techcall_("setmuted",a),this):this.techget_("muted")||!1},b.prototype.supportsfullscreen=function(){return this.techget_("supportsfullscreen")||!1},b.prototype.isfullscreen=function(a){return a!==undefined?(this.isfullscreen_=!!a,this):!!this.isfullscreen_},b.prototype.requestfullscreen=function(){var a=h["default"];return this.isfullscreen(!0),a.requestfullscreen?(p.on(l["default"],a.fullscreenchange,t.bind(this,function b(c){this.isfullscreen(l["default"][a.fullscreenelement]),!1===this.isfullscreen()&&p.off(l["default"],a.fullscreenchange,b),this.trigger("fullscreenchange")})),this.el_[a.requestfullscreen]()):this.tech_.supportsfullscreen()?this.techcall_("enterfullscreen"):(this.enterfullwindow(),this.trigger("fullscreenchange")),this},b.prototype.exitfullscreen=function(){var a=h["default"];return this.isfullscreen(!1),a.requestfullscreen?l["default"][a.exitfullscreen]():this.tech_.supportsfullscreen()?this.techcall_("exitfullscreen"):(this.exitfullwindow(),this.trigger("fullscreenchange")),this},b.prototype.enterfullwindow=function(){this.isfullwindow=!0,this.docorigoverflow=l["default"].documentelement.style.overflow,p.on(l["default"],"keydown",t.bind(this,this.fullwindowonesckey)),l["default"].documentelement.style.overflow="hidden",r.addelclass(l["default"].body,"vjs-full-window"),this.trigger("enterfullwindow")},b.prototype.fullwindowonesckey=function(a){27===a.keycode&&(!0===this.isfullscreen()?this.exitfullscreen():this.exitfullwindow())},b.prototype.exitfullwindow=function(){this.isfullwindow=!1,p.off(l["default"],"keydown",this.fullwindowonesckey),l["default"].documentelement.style.overflow=this.docorigoverflow,r.removeelclass(l["default"].body,"vjs-full-window"),this.trigger("exitfullwindow")},b.prototype.canplaytype=function(a){for(var b=void 0,c=0,d=this.options_.techorder;c0&&(h=this.settimeout(function(){this.useractivity_||this.useractive(!1)},a))}},250)},b.prototype.playbackrate=function(a){return a!==undefined?(this.techcall_("setplaybackrate",a),this):this.tech_&&this.tech_.featuresplaybackrate?this.techget_("playbackrate"):1},b.prototype.isaudio=function(a){return a!==undefined?(this.isaudio_=!!a,this):!!this.isaudio_},b.prototype.videotracks=function(){return this.tech_?this.tech_.videotracks():(this.videotracks_=this.videotracks_||new y["default"],this.videotracks_)},b.prototype.audiotracks=function(){return this.tech_?this.tech_.audiotracks():(this.audiotracks_=this.audiotracks_||new w["default"],this.audiotracks_)},b.prototype.texttracks=function(){if(this.tech_)return this.tech_.texttracks()},b.prototype.remotetexttracks=function(){if(this.tech_)return this.tech_.remotetexttracks()},b.prototype.remotetexttrackels=function(){if(this.tech_)return this.tech_.remotetexttrackels()},b.prototype.addtexttrack=function(a,b,c){if(this.tech_)return this.tech_.addtexttrack(a,b,c)},b.prototype.addremotetexttrack=function(a,b){if(this.tech_)return this.tech_.addremotetexttrack(a,b)},b.prototype.removeremotetexttrack=function(){var a=arguments.length>0&&arguments[0]!==undefined?arguments[0]:{},b=a.track,c=b===undefined?arguments[0]:b;if(this.tech_)return this.tech_.removeremotetexttrack(c)},b.prototype.getvideoplaybackquality=function(){return this.techget_("getvideoplaybackquality")},b.prototype.videowidth=function(){return this.tech_&&this.tech_.videowidth&&this.tech_.videowidth()||0},b.prototype.videoheight=function(){return this.tech_&&this.tech_.videoheight&&this.tech_.videoheight()||0},b.prototype.language=function(a){return a===undefined?this.language_:(this.language_=string(a).tolowercase(),this)},b.prototype.languages=function(){return(0,o["default"])(b.prototype.options_.languages,this.languages_)},b.prototype.tojson=function(){var a=(0,o["default"])(this.options_),b=a.tracks;a.tracks=[];for(var c=0;c1&&arguments[1]!==undefined?arguments[1]:{};e(this,b);var g=f(this,a.call(this,c,d));return g.update(),g}return g(b,a),b.prototype.update=function(){var a=this.createpopup();this.popup&&this.removechild(this.popup),this.popup=a,this.addchild(a),this.items&&0===this.items.length?this.hide():this.items&&this.items.length>1&&this.show()},b.prototype.createpopup=function(){},b.prototype.createel=function(){return a.prototype.createel.call(this,"div",{classname:this.buildcssclass()})},b.prototype.buildcssclass=function(){var b="vjs-menu-button";return!0===this.options_.inline?b+="-inline":b+="-popup","vjs-menu-button "+b+" "+a.prototype.buildcssclass.call(this)},b}(i["default"]);k["default"].registercomponent("popupbutton",l),c["default"]=l},{3:3,5:5}],54:[function(a,b,c){"use strict";function d(a){if(a&&a.__esmodule)return a;var b={};if(null!=a)for(var c in a)object.prototype.hasownproperty.call(a,c)&&(b[c]=a[c]);return b["default"]=a,b}function e(a,b){if(!(a instanceof b))throw new typeerror("cannot call a class as a function")}function f(a,b){if(!a)throw new referenceerror("this hasn't been initialised - super() hasn't been called");return!b||"object"!=typeof b&&"function"!=typeof b?a:b}function g(a,b){if("function"!=typeof b&&null!==b)throw new typeerror("super expression must either be null or a function, not "+typeof b);a.prototype=object.create(b&&b.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),b&&(object.setprototypeof?object.setprototypeof(a,b):a.__proto__=b)}c.__esmodule=!0;var h=a(5),i=function(a){return a&&a.__esmodule?a:{"default":a}}(h),j=a(81),k=d(j),l=a(83),m=d(l),n=a(82),o=d(n),p=function(a){function b(){return e(this,b),f(this,a.apply(this,arguments))}return g(b,a),b.prototype.additem=function(a){this.addchild(a),a.on("click",m.bind(this,function(){this.unlockshowing()}))},b.prototype.createel=function(){var b=this.options_.contenteltype||"ul";this.contentel_=k.createel(b,{classname:"vjs-menu-content"});var c=a.prototype.createel.call(this,"div",{append:this.contentel_,classname:"vjs-menu"});return c.appendchild(this.contentel_),o.on(c,"click",function(a){a.preventdefault(),a.stopimmediatepropagation()}),c},b}(i["default"]);i["default"].registercomponent("popup",p),c["default"]=p},{5:5,81:81,82:82,83:83}],55:[function(a,b,c){"use strict";function d(a){if(a&&a.__esmodule)return a ;var b={};if(null!=a)for(var c in a)object.prototype.hasownproperty.call(a,c)&&(b[c]=a[c]);return b["default"]=a,b}function e(a){return a&&a.__esmodule?a:{"default":a}}function f(a,b){if(!(a instanceof b))throw new typeerror("cannot call a class as a function")}function g(a,b){if(!a)throw new referenceerror("this hasn't been initialised - super() hasn't been called");return!b||"object"!=typeof b&&"function"!=typeof b?a:b}function h(a,b){if("function"!=typeof b&&null!==b)throw new typeerror("super expression must either be null or a function, not "+typeof b);a.prototype=object.create(b&&b.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),b&&(object.setprototypeof?object.setprototypeof(a,b):a.__proto__=b)}c.__esmodule=!0;var i=a(3),j=e(i),k=a(5),l=e(k),m=a(83),n=d(m),o=a(81),p=d(o),q=a(78),r=d(q),s=function(a){function b(c,d){f(this,b);var e=g(this,a.call(this,c,d));return e.update(),c.on("posterchange",n.bind(e,e.update)),e}return h(b,a),b.prototype.dispose=function(){this.player().off("posterchange",this.update),a.prototype.dispose.call(this)},b.prototype.createel=function(){var a=p.createel("div",{classname:"vjs-poster",tabindex:-1});return r.background_size_supported||(this.fallbackimg_=p.createel("img"),a.appendchild(this.fallbackimg_)),a},b.prototype.update=function(a){var b=this.player().poster();this.setsrc(b),b?this.show():this.hide()},b.prototype.setsrc=function(a){if(this.fallbackimg_)this.fallbackimg_.src=a;else{var b="";a&&(b='url("'+a+'")'),this.el_.style.backgroundimage=b}},b.prototype.handleclick=function(a){this.player_.controls()&&(this.player_.paused()?this.player_.play():this.player_.pause())},b}(j["default"]);l["default"].registercomponent("posterimage",s),c["default"]=s},{3:3,5:5,78:78,81:81,83:83}],56:[function(a,b,c){"use strict";function d(a){return a&&a.__esmodule?a:{"default":a}}function e(a){if(a&&a.__esmodule)return a;var b={};if(null!=a)for(var c in a)object.prototype.hasownproperty.call(a,c)&&(b[c]=a[c]);return b["default"]=a,b}function f(a,b){b&&(p=b),n["default"].settimeout(q,a)}c.__esmodule=!0,c.hasloaded=c.autosetuptimeout=c.autosetup=undefined;var g=a(81),h=e(g),i=a(82),j=e(i),k=a(94),l=d(k),m=a(95),n=d(m),o=!1,p=void 0,q=function(){if(h.isreal()){var a=l["default"].getelementsbytagname("video"),b=l["default"].getelementsbytagname("audio"),c=[];if(a&&a.length>0)for(var d=0,e=a.length;d0)for(var g=0,i=b.length;g0)for(var j=0,k=c.length;j1&&arguments[1]!==undefined?arguments[1]:{},d=arguments.length>2&&arguments[2]!==undefined?arguments[2]:{};return c.classname=c.classname+" vjs-slider",c=(0,k.assign)({tabindex:0},c),d=(0,k.assign)({role:"slider","aria-valuenow":0,"aria-valuemin":0,"aria-valuemax":100,tabindex:0},d),a.prototype.createel.call(this,b,c,d)},b.prototype.handlemousedown=function(a){var b=this.bar.el_.ownerdocument;a.preventdefault(),j.blocktextselection(),this.addclass("vjs-sliding"),this.trigger("slideractive"),this.on(b,"mousemove",this.handlemousemove),this.on(b,"mouseup",this.handlemouseup),this.on(b,"touchmove",this.handlemousemove),this.on(b,"touchend",this.handlemouseup),this.handlemousemove(a)},b.prototype.handlemousemove=function(a){},b.prototype.handlemouseup=function(){var a=this.bar.el_.ownerdocument;j.unblocktextselection(),this.removeclass("vjs-sliding"),this.trigger("sliderinactive"),this.off(a,"mousemove",this.handlemousemove),this.off(a,"mouseup",this.handlemouseup),this.off(a,"touchmove",this.handlemousemove),this.off(a,"touchend",this.handlemouseup),this.update()},b.prototype.update=function(){if(this.el_){var a=this.getpercent(),b=this.bar;if(b){("number"!=typeof a||a!==a||a<0||a===infinity)&&(a=0);var c=(100*a).tofixed(2)+"%";this.vertical()?b.el().style.height=c:b.el().style.width=c}}},b.prototype.calculatedistance=function(a){var b=j.getpointerposition(this.el_,a);return this.vertical()?b.y:b.x},b.prototype.handlefocus=function(){this.on(this.bar.el_.ownerdocument,"keydown",this.handlekeypress)},b.prototype.handlekeypress=function(a){37===a.which||40===a.which?(a.preventdefault(),this.stepback()):38!==a.which&&39!==a.which||(a.preventdefault(),this.stepforward())},b.prototype.handleblur=function(){this.off(this.bar.el_.ownerdocument,"keydown",this.handlekeypress)},b.prototype.handleclick=function(a){a.stopimmediatepropagation(),a.preventdefault()},b.prototype.vertical=function(a){return a===undefined?this.vertical_||!1:(this.vertical_=!!a,this.vertical_?this.addclass("vjs-slider-vertical"):this.addclass("vjs-slider-horizontal"),this)},b}(h["default"]);h["default"].registercomponent("slider",l),c["default"]=l},{5:5,81:81,88:88}],58:[function(a,b,c){"use strict";function d(a){return a.streamingformats={"rtmp/mp4":"mp4","rtmp/flv":"flv"},a.streamfromparts=function(a,b){return a+"&"+b},a.streamtoparts=function(a){var b={connection:"",stream:""};if(!a)return b;var c=a.search(/&(?!\w+=)/),d=void 0;return-1!==c?d=c+1:0===(c=d=a.lastindexof("/")+1)&&(c=d=a.length),b.connection=a.substring(0,c),b.stream=a.substring(d,a.length),b},a.isstreamingtype=function(b){return b in a.streamingformats},a.rtmp_re=/^rtmp[set]?:\/\//i,a.isstreamingsrc=function(b){return a.rtmp_re.test(b)},a.rtmpsourcehandler={},a.rtmpsourcehandler.canplaytype=function(b){return a.isstreamingtype(b)?"maybe":""},a.rtmpsourcehandler.canhandlesource=function(b,c){var d=a.rtmpsourcehandler.canplaytype(b.type);return d||(a.isstreamingsrc(b.src)?"maybe":"")},a.rtmpsourcehandler.handlesource=function(b,c,d){var e=a.streamtoparts(b.src);c.setrtmpconnection(e.connection),c.setrtmpstream(e.stream)},a.registersourcehandler(a.rtmpsourcehandler),a}c.__esmodule=!0,c["default"]=d},{}],59:[function(a,b,c){"use strict";function d(a){if(a&&a.__esmodule)return a;var b={};if(null!=a)for(var c in a)object.prototype.hasownproperty.call(a,c)&&(b[c]=a[c]);return b["default"]=a,b}function e(a){return a&&a.__esmodule?a:{"default":a}}function f(a,b){if(!(a instanceof b))throw new typeerror("cannot call a class as a function")}function g(a,b){if(!a)throw new referenceerror("this hasn't been initialised - super() hasn't been called");return!b||"object"!=typeof b&&"function"!=typeof b?a:b}function h(a,b){if("function"!=typeof b&&null!==b)throw new typeerror("super expression must either be null or a function, not "+typeof b);a.prototype=object.create(b&&b.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),b&&(object.setprototypeof?object.setprototypeof(a,b):a.__proto__=b)}function i(a){z[a]=function(){return this.el_.vjs_getproperty(a)}}c.__esmodule=!0;for(var j=a(62),k=e(j),l=a(81),m=d(l),n=a(92),o=d(n),p=a(90),q=a(58),r=e(q),s=a(5),t=e(s),u=a(95),v=e(u),w=a(88),x=v["default"].navigator,y=function(a){function b(c,d){f(this,b);var e=g(this,a.call(this,c,d));return c.source&&e.ready(function(){this.setsource(c.source)},!0),c.starttime&&e.ready(function(){this.load(),this.play(),this.currenttime(c.starttime)},!0),v["default"].videojs=v["default"].videojs||{},v["default"].videojs.flash=v["default"].videojs.flash||{},v["default"].videojs.flash.onready=b.onready,v["default"].videojs.flash.onevent=b.onevent,v["default"].videojs.flash.onerror=b.onerror,e.on("seeked",function(){this.lastseektarget_=undefined}),e}return h(b,a),b.prototype.createel=function(){var a=this.options_;if(!a.swf){a.swf="//vjs.zencdn.net/swf/5.4.1/video-js.swf"}var c=a.techid,d=(0,w.assign)({readyfunction:"videojs.flash.onready",eventproxyfunction:"videojs.flash.onevent",erroreventproxyfunction:"videojs.flash.onerror",autoplay:a.autoplay,preload:a.preload,loop:a.loop,muted:a.muted},a.flashvars),e=(0,w.assign)({wmode:"opaque",bgcolor:"#000000"},a.params),f=(0,w.assign)({id:c,name:c,"class":"vjs-tech"},a.attributes);return this.el_=b.embed(a.swf,d,e,f),this.el_.tech=this,this.el_},b.prototype.play=function(){this.ended()&&this.setcurrenttime(0),this.el_.vjs_play()},b.prototype.pause=function(){this.el_.vjs_pause()},b.prototype.src=function(a){return a===undefined?this.currentsrc():this.setsrc(a)},b.prototype.setsrc=function(a){var b=this;a=o.getabsoluteurl(a),this.el_.vjs_src(a),this.autoplay()&&this.settimeout(function(){return b.play()},0)},b.prototype.seeking=function(){return this.lastseektarget_!==undefined},b.prototype.setcurrenttime=function(b){var c=this.seekable();c.length&&(b=b>c.start(0)?b:c.start(0),b=b=0?a:infinity},b.prototype.load=function(){this.el_.vjs_load()},b.prototype.poster=function(){this.el_.vjs_getproperty("poster")},b.prototype.setposter=function(){},b.prototype.seekable=function(){var a=this.duration();return 0===a?(0,p.createtimerange)():(0,p.createtimerange)(0,a)},b.prototype.buffered=function(){var a=this.el_.vjs_getproperty("buffered");return 0===a.length?(0,p.createtimerange)():(0,p.createtimerange)(a[0][0],a[0][1])},b.prototype.supportsfullscreen=function(){return!1},b.prototype.enterfullscreen=function(){return!1},b.prototype.getvideoplaybackquality=function(){var a=this.el_.vjs_getproperty("getvideoplaybackquality");return v["default"].performance&&"function"==typeof v["default"].performance.now?a.creationtime=v["default"].performance.now():v["default"].performance&&v["default"].performance.timing&&"number"==typeof v["default"].performance.timing.navigationstart&&(a.creationtime=v["default"].date.now()-v["default"].performance.timing.navigationstart),a},b}(k["default"]),z=y.prototype,a="rtmpconnection,rtmpstream,preload,defaultplaybackrate,playbackrate,autoplay,loop,mediagroup,controller,controls,volume,muted,defaultmuted".split(","),b="networkstate,readystate,initialtime,startoffsettime,paused,ended,videowidth,videoheight".split(","),c=0;c=10},k["default"].withsourcehandlers(y),y.nativesourcehandler={},y.nativesourcehandler.canplaytype=function(a){return a in y.formats?"maybe":""},y.nativesourcehandler.canhandlesource=function(a,b){var c=void 0;return c=a.type?a.type.replace(/;.*/,"").tolowercase():function(a){var b=o.getfileextension(a);return b?"video/"+b:""}(a.src),y.nativesourcehandler.canplaytype(c)},y.nativesourcehandler.handlesource=function(a,b,c){b.setsrc(a.src)},y.nativesourcehandler.dispose=function(){},y.registersourcehandler(y.nativesourcehandler),y.formats={"video/flv":"flv","video/x-flv":"flv","video/mp4":"mp4","video/m4v":"mp4"},y.onready=function(a){var b=m.getel(a),c=b&&b.tech;c&&c.el()&&y.checkready(c)},y.checkready=function(a){a.el()&&(a.el().vjs_getproperty?a.triggerready():this.settimeout(function(){y.checkready(a)},50))},y.onevent=function(a,b){var c=m.getel(a).tech,d=array.prototype.slice.call(arguments,2);c.settimeout(function(){c.trigger(b,d)},1)},y.onerror=function(a,b){var c=m.getel(a).tech;if("srcnotfound"===b)return c.error(4);c.error("flash: "+b)},y.version=function(){var a="0,0,0";try{a=new v["default"].activexobject("shockwaveflash.shockwaveflash").getvariable("$version").replace(/\d+/g,",").match(/^,?(.+),?$/)[1]}catch(b){try{x.mimetypes["application/x-shockwave-flash"].enabledplugin&&(a=(x.plugins["shockwave flash 2.0"]||x.plugins["shockwave flash"]).description.replace(/\d+/g,",").match(/^,?(.+),?$/)[1])}catch(c){}}return a.split(",")},y.embed=function(a,b,c,d){var e=y.getembedcode(a,b,c,d);return m.createel("div",{innerhtml:e}).childnodes[0]},y.getembedcode=function(a,b,c,d){var e="",f="",g="";return b&&object.getownpropertynames(b).foreach(function(a){e+=a+"="+b[a]+"&"}),c=(0,w.assign)({movie:a,flashvars:e,allowscriptaccess:"always",allownetworking:"all"},c),object.getownpropertynames(c).foreach(function(a){f+=''}),d=(0,w.assign)({data:a,width:"100%",height:"100%"},d),object.getownpropertynames(d).foreach(function(a){g+=a+'="'+d[a]+'" '}),'"+f+""},(0,r["default"])(y),t["default"].registercomponent("flash",y),k["default"].registertech("flash",y),c["default"]=y},{5:5,58:58,62:62,81:81,88:88,90:90,92:92,95:95}],60:[function(a,b,c){"use strict";function d(a){if(a&&a.__esmodule)return a;var b={};if(null!=a)for(var c in a)object.prototype.hasownproperty.call(a,c)&&(b[c]=a[c]);return b["default"]=a,b}function e(a){return a&&a.__esmodule?a:{"default":a}}function f(a,b){if(!(a instanceof b))throw new typeerror("cannot call a class as a function")}function g(a,b){if(!a)throw new referenceerror("this hasn't been initialised - super() hasn't been called");return!b||"object"!=typeof b&&"function"!=typeof b?a:b}function h(a,b){if("function"!=typeof b&&null!==b)throw new typeerror("super expression must either be null or a function, not "+typeof b);a.prototype=object.create(b&&b.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),b&&(object.setprototypeof?object.setprototypeof(a,b):a.__proto__=b)}c.__esmodule=!0;var i=function(a,b){return a.raw=b,a}(["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."]),j=a(62),k=e(j),l=a(5),m=e(l),n=a(81),o=d(n),p=a(92),q=d(p),r=a(83),s=d(r),t=a(86),u=e(t),v=a(98),w=e(v),x=a(78),y=d(x),z=a(94),a=e(z),b=a(95),c=e(b),d=a(88),e=a(87),f=e(e),g=a(91),h=e(g),i=function(a){function b(c,d){f(this,b);var e=g(this,a.call(this,c,d)),h=c.source,j=!1;if(h&&(e.el_.currentsrc!==h.src||c.tag&&3===c.tag.initnetworkstate_)?e.setsource(h):e.handlelateinit_(e.el_),e.el_.haschildnodes()){for(var k=e.el_.childnodes,l=k.length,m=[];l--;){var n=k[l];"track"===n.nodename.tolowercase()&&(e.featuresnativetexttracks?(e.remotetexttrackels().addtrackelement_(n),e.remotetexttracks().addtrack_(n.track),j||e.el_.hasattribute("crossorigin")||!q.iscrossorigin(n.src)||(j=!0)):m.push(n))}for(var o=0;o=0;g--){var h=f[g],i=this.options_[h];void 0!==i&&(i?o.setattribute(a,h,h):o.removeattribute(a,h),a[h]=i)}return a},b.prototype.handlelateinit_=function(a){if(0!==a.networkstate&&3!==a.networkstate){if(0===a.readystate){var b=!1,c=function(){b=!0};this.on("loadstart",c);var d=function(){b||this.trigger("loadstart")};return this.on("loadedmetadata",d),void this.ready(function(){this.off("loadstart",c),this.off("loadedmetadata",d),b||this.trigger("loadstart")})}var e=["loadstart"];e.push("loadedmetadata"),a.readystate>=2&&e.push("loadeddata"),a.readystate>=3&&e.push("canplay"),a.readystate>=4&&e.push("canplaythrough"),this.ready(function(){e.foreach(function(a){this.trigger(a)},this)})}},b.prototype.proxynativetexttracks_=function(){var a=this.el().texttracks;if(a){for(var b=0;b0&&(a.el_.duration===infinity&&a.trigger("durationchange"),a.off("timeupdate",c))};return this.on("timeupdate",b),nan}return this.el_.duration||nan},b.prototype.width=function(){return this.el_.offsetwidth},b.prototype.height=function(){return this.el_.offsetheight},b.prototype.proxywebkitfullscreen_=function(){var a=this;if("webkitdisplayingfullscreen"in this.el_){var b=function(){this.trigger("fullscreenchange",{isfullscreen:!1})},c=function(){"webkitpresentationmode"in this.el_&&"picture-in-picture"!==this.el_.webkitpresentationmode&&(this.one("webkitendfullscreen",b),this.trigger("fullscreenchange",{isfullscreen:!0}))};this.on("webkitbeginfullscreen",c),this.on("dispose",function(){a.off("webkitbeginfullscreen",c),a.off("webkitendfullscreen",b)})}},b.prototype.supportsfullscreen=function(){if("function"==typeof this.el_.webkitenterfullscreen){var a=c["default"].navigator&&c["default"].navigator.useragent||"";if(/android/.test(a)||!/chrome|mac os x 10.5/.test(a))return!0}return!1},b.prototype.enterfullscreen=function(){var a=this.el_;a.paused&&a.networkstate<=a.have_metadata?(this.el_.play(),this.settimeout(function(){a.pause(),a.webkitenterfullscreen()},0)):a.webkitenterfullscreen()},b.prototype.exitfullscreen=function(){this.el_.webkitexitfullscreen()},b.prototype.src=function(a){if(a===undefined)return this.el_.src;this.setsrc(a)},b.prototype.reset=function(){b.resetmediaelement(this.el_)},b.prototype.currentsrc=function(){return this.currentsource_?this.currentsource_.src:this.el_.currentsrc},b.prototype.setcontrols=function(a){this.el_.controls=!!a},b.prototype.addtexttrack=function(b,c,d){return this.featuresnativetexttracks?this.el_.addtexttrack(b,c,d):a.prototype.addtexttrack.call(this,b,c,d)},b.prototype.createremotetexttrack=function(b){if(!this.featuresnativetexttracks)return a.prototype.createremotetexttrack.call(this,b);var c=a["default"].createelement("track");return b.kind&&(c.kind=b.kind),b.label&&(c.label=b.label),(b.language||b.srclang)&&(c.srclang=b.language||b.srclang),b["default"]&&(c["default"]=b["default"]),b.id&&(c.id=b.id),b.src&&(c.src=b.src),c},b.prototype.addremotetexttrack=function(b,c){var d=a.prototype.addremotetexttrack.call(this,b,c);return this.featuresnativetexttracks&&this.el().appendchild(d),d},b.prototype.removeremotetexttrack=function(b){if(a.prototype.removeremotetexttrack.call(this,b),this.featuresnativetexttracks)for(var c=this.$$("track"),d=c.length;d--;)b!==c[d]&&b!==c[d].track||this.el().removechild(c[d])},b.prototype.getvideoplaybackquality=function(){if("function"==typeof this.el().getvideoplaybackquality)return this.el().getvideoplaybackquality();var a={};return"undefined"!=typeof this.el().webkitdroppedframecount&&"undefined"!=typeof this.el().webkitdecodedframecount&&(a.droppedvideoframes=this.el().webkitdroppedframecount,a.totalvideoframes=this.el().webkitdecodedframecount),c["default"].performance&&"function"==typeof c["default"].performance.now?a.creationtime=c["default"].performance.now():c["default"].performance&&c["default"].performance.timing&&"number"==typeof c["default"].performance.timing.navigationstart&&(a.creationtime=c["default"].date.now()-c["default"].performance.timing.navigationstart),a},b}(k["default"]);if(o.isreal()){i.test_vid=a["default"].createelement("video");var j=a["default"].createelement("track");j.kind="captions",j.srclang="en",j.label="english",i.test_vid.appendchild(j)}i.issupported=function(){try{i.test_vid.volume=.5}catch(a){return!1}return!(!i.test_vid||!i.test_vid.canplaytype)},i.cancontrolvolume=function(){try{var a=i.test_vid.volume;return i.test_vid.volume=a/2+.1,a!==i.test_vid.volume}catch(b){return!1}},i.cancontrolplaybackrate=function(){if(y.is_android&&y.is_chrome&&y.chrome_version<58)return!1;try{var a=i.test_vid.playbackrate;return i.test_vid.playbackrate=a/2+.1,a!==i.test_vid.playbackrate}catch(b){return!1}},i.supportsnativetexttracks=function(){return y.is_any_safari},i.supportsnativevideotracks=function(){return!(!i.test_vid||!i.test_vid.videotracks)},i.supportsnativeaudiotracks=function(){return!(!i.test_vid||!i.test_vid.audiotracks)},i.events=["loadstart","suspend","abort","error","emptied","stalled","loadedmetadata","loadeddata","canplay","canplaythrough","playing","waiting","seeking","seeked","ended","durationchange","timeupdate","progress","play","pause","ratechange","volumechange"],i.prototype.featuresvolumecontrol=i.cancontrolvolume(),i.prototype.featuresplaybackrate=i.cancontrolplaybackrate(),i.prototype.movingmediaelementindom=!y.is_ios,i.prototype.featuresfullscreenresize=!0,i.prototype.featuresprogressevents=!0,i.prototype.featurestimeupdateevents=!0,i.prototype.featuresnativetexttracks=i.supportsnativetexttracks(),i.prototype.featuresnativevideotracks=i.supportsnativevideotracks(),i.prototype.featuresnativeaudiotracks=i.supportsnativeaudiotracks();var k=i.test_vid&&i.test_vid.constructor.prototype.canplaytype,l=/^application\/(?:x-|vnd\.apple\.)mpegurl/i,m=/^video\/mp4/i;i.patchcanplaytype=function(){y.android_version>=4&&!y.is_firefox?i.test_vid.constructor.prototype.canplaytype=function(a){return a&&l.test(a)?"maybe":k.call(this,a)}:y.is_old_android&&(i.test_vid.constructor.prototype.canplaytype=function(a){return a&&m.test(a)?"maybe":k.call(this,a)})},i.unpatchcanplaytype=function(){var a=i.test_vid.constructor.prototype.canplaytype;return i.test_vid.constructor.prototype.canplaytype=k,a},i.patchcanplaytype(),i.disposemediaelement=function(a){if(a){for(a.parentnode&&a.parentnode.removechild(a);a.haschildnodes();)a.removechild(a.firstchild);a.removeattribute("src"),"function"==typeof a.load&&function(){try{a.load()}catch(b){}}()}},i.resetmediaelement=function(a){if(a){for(var b=a.queryselectorall("source"),c=b.length;c--;)a.removechild(b[c]);a.removeattribute("src"),"function"==typeof a.load&&function(){try{a.load()}catch(b){}}()}},["muted","defaultmuted","autoplay","controls","loop","playsinline"].foreach(function(a){i.prototype[a]=function(){return this.el_[a]||this.el_.hasattribute(a)}}),["muted","defaultmuted","autoplay","loop","playsinline"].foreach(function(a){i.prototype["set"+(0,h["default"])(a)]=function(b){this.el_[a]=b,b?this.el_.setattribute(a,a):this.el_.removeattribute(a)}}),["paused","currenttime","buffered","volume","poster","preload","error","seeking","seekable","ended","playbackrate","played","networkstate","readystate","videowidth","videoheight"].foreach(function(a){i.prototype[a]=function(){return this.el_[a]}}),["volume","src","poster","preload","playbackrate"].foreach(function(a){i.prototype["set"+(0,h["default"])(a)]=function(b){this.el_[a]=b}}),["pause","load"].foreach(function(a){i.prototype[a]=function(){return this.el_[a]()}}),k["default"].withsourcehandlers(i),i.nativesourcehandler={},i.nativesourcehandler.canplaytype=function(a){try{return i.test_vid.canplaytype(a)}catch(b){return""}},i.nativesourcehandler.canhandlesource=function(a,b){if(a.type)return i.nativesourcehandler.canplaytype(a.type);if(a.src){var c=q.getfileextension(a.src);return i.nativesourcehandler.canplaytype("video/"+c)}return""},i.nativesourcehandler.handlesource=function(a,b,c){b.setsrc(a.src)},i.nativesourcehandler.dispose=function(){},i.registersourcehandler(i.nativesourcehandler),m["default"].registercomponent("html5",i),k["default"].registertech("html5",i),c["default"]=i},{5:5,62:62,78:78,81:81,83:83,86:86,87:87,88:88,91:91,92:92,94:94,95:95,98:98}],61:[function(a,b,c){"use strict";function d(a){return a&&a.__esmodule?a:{"default":a}}function e(a,b){if(!(a instanceof b))throw new typeerror("cannot call a class as a function")}function f(a,b){if(!a)throw new referenceerror("this hasn't been initialised - super() hasn't been called");return!b||"object"!=typeof b&&"function"!=typeof b?a:b}function g(a,b){if("function"!=typeof b&&null!==b)throw new typeerror("super expression must either be null or a function, not "+typeof b);a.prototype=object.create(b&&b.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),b&&(object.setprototypeof?object.setprototypeof(a,b):a.__proto__=b)}c.__esmodule=!0;var h=a(5),i=d(h),j=a(62),k=d(j),l=a(91),m=d(l),n=function(a){function b(c,d,g){e(this,b);var h=f(this,a.call(this,c,d,g));if(d.playeroptions.sources&&0!==d.playeroptions.sources.length)c.src(d.playeroptions.sources);else for(var j=0,l=d.playeroptions.techorder;j4&&arguments[4]!==undefined?arguments[4]:{},f=a.texttracks();e.kind=b,c&&(e.label=c),d&&(e.language=d),e.tech=a;var g=new r["default"](e);return f.addtrack_(g),g}c.__esmodule=!0;var i=a(5),j=d(i),k=a(66),l=d(k),m=a(65),n=d(m),o=a(87),p=d(o),q=a(72),r=d(q),s=a(70),t=d(s),u=a(76),v=d(u),w=a(63),x=d(w),y=a(83),z=function(a){if(a&&a.__esmodule)return a;var b={};if(null!=a)for(var c in a)object.prototype.hasownproperty.call(a,c)&&(b[c]=a[c]);return b["default"]=a,b}(y),a=a(86),b=d(a),c=a(90),d=a(79),e=a(46),f=d(e),g=a(95),h=d(g),i=a(94),j=d(i),k=a(88),l=function(b){function c(){var a=arguments.length>0&&arguments[0]!==undefined?arguments[0]:{},d=arguments.length>1&&arguments[1]!==undefined?arguments[1]:function(){};e(this,c),a.reporttouchactivity=!1;var g=f(this,b.call(this,null,a,d));return g.hasstarted_=!1,g.on("playing",function(){this.hasstarted_=!0}),g.on("loadstart",function(){this.hasstarted_=!1}),g.texttracks_=a.texttracks,g.videotracks_=a.videotracks,g.audiotracks_=a.audiotracks,g.featuresprogressevents||g.manualprogresson(),g.featurestimeupdateevents||g.manualtimeupdateson(),["text","audio","video"].foreach(function(b){!1===a["native"+b+"tracks"]&&(g["featuresnative"+b+"tracks"]=!1)}), !1===a.nativecaptions&&(g.featuresnativetexttracks=!1),g.featuresnativetexttracks||g.emulatetexttracks(),g.autoremotetexttracks_=new t["default"],g.inittexttracklisteners(),g.inittracklisteners(),a.nativecontrolsfortouch||g.emittapevents(),g.constructor&&(g.name_=g.constructor.name||"unknown tech"),g}return g(c,b),c.prototype.manualprogresson=function(){this.on("durationchange",this.ondurationchange),this.manualprogress=!0,this.one("ready",this.trackprogress)},c.prototype.manualprogressoff=function(){this.manualprogress=!1,this.stoptrackingprogress(),this.off("durationchange",this.ondurationchange)},c.prototype.trackprogress=function(a){this.stoptrackingprogress(),this.progressinterval=this.setinterval(z.bind(this,function(){var a=this.bufferedpercent();this.bufferedpercent_!==a&&this.trigger("progress"),this.bufferedpercent_=a,1===a&&this.stoptrackingprogress()}),500)},c.prototype.ondurationchange=function(a){this.duration_=this.duration()},c.prototype.buffered=function(){return(0,c.createtimerange)(0,0)},c.prototype.bufferedpercent=function(){return(0,d.bufferedpercent)(this.buffered(),this.duration_)},c.prototype.stoptrackingprogress=function(){this.clearinterval(this.progressinterval)},c.prototype.manualtimeupdateson=function(){this.manualtimeupdates=!0,this.on("play",this.trackcurrenttime),this.on("pause",this.stoptrackingcurrenttime)},c.prototype.manualtimeupdatesoff=function(){this.manualtimeupdates=!1,this.stoptrackingcurrenttime(),this.off("play",this.trackcurrenttime),this.off("pause",this.stoptrackingcurrenttime)},c.prototype.trackcurrenttime=function(){this.currenttimeinterval&&this.stoptrackingcurrenttime(),this.currenttimeinterval=this.setinterval(function(){this.trigger({type:"timeupdate",target:this,manuallytriggered:!0})},250)},c.prototype.stoptrackingcurrenttime=function(){this.clearinterval(this.currenttimeinterval),this.trigger({type:"timeupdate",target:this,manuallytriggered:!0})},c.prototype.dispose=function(){this.cleartracks(["audio","video","text"]),this.manualprogress&&this.manualprogressoff(),this.manualtimeupdates&&this.manualtimeupdatesoff(),b.prototype.dispose.call(this)},c.prototype.cleartracks=function(a){var b=this;a=[].concat(a),a.foreach(function(a){for(var c=b[a+"tracks"]()||[],d=c.length;d--;){var e=c[d];"text"===a&&b.removeremotetexttrack(e),c.removetrack_(e)}})},c.prototype.cleanupautotexttracks=function(){for(var a=this.autoremotetexttracks_||[],b=a.length;b--;){var c=a[b];this.removeremotetexttrack(c)}},c.prototype.reset=function(){},c.prototype.error=function(a){return a!==undefined&&(this.error_=new f["default"](a),this.trigger("error")),this.error_},c.prototype.played=function(){return this.hasstarted_?(0,c.createtimerange)(0,0):(0,c.createtimerange)()},c.prototype.setcurrenttime=function(){this.manualtimeupdates&&this.trigger({type:"timeupdate",target:this,manuallytriggered:!0})},c.prototype.inittexttracklisteners=function(){var a=z.bind(this,function(){this.trigger("texttrackchange")}),b=this.texttracks();b&&(b.addeventlistener("removetrack",a),b.addeventlistener("addtrack",a),this.on("dispose",z.bind(this,function(){b.removeeventlistener("removetrack",a),b.removeeventlistener("addtrack",a)})))},c.prototype.inittracklisteners=function(){var a=this;["video","audio"].foreach(function(b){var c=function(){a.trigger(b+"trackchange")},d=a[b+"tracks"]();d.addeventlistener("removetrack",c),d.addeventlistener("addtrack",c),a.on("dispose",function(){d.removeeventlistener("removetrack",c),d.removeeventlistener("addtrack",c)})})},c.prototype.addwebvttscript_=function(){var b=this;if(!h["default"].webvtt)if(j["default"].body.contains(this.el())){var c=a(99);if(!this.options_["vtt.js"]&&(0,k.isplain)(c)&&object.keys(c).length>0)return void this.trigger("vttjsloaded");var d=j["default"].createelement("script");d.src=this.options_["vtt.js"]||"https://vjs.zencdn.net/vttjs/0.12.4/vtt.min.js",d.onload=function(){b.trigger("vttjsloaded")},d.onerror=function(){b.trigger("vttjserror")},this.on("dispose",function(){d.onload=null,d.onerror=null}),h["default"].webvtt=!0,this.el().parentnode.appendchild(d)}else this.ready(this.addwebvttscript_)},c.prototype.emulatetexttracks=function(){var a=this,b=this.texttracks();if(b){var c=this.remotetexttracks(),d=function(a){return b.addtrack_(a.track)},e=function(a){return b.removetrack_(a.track)};c.on("addtrack",d),c.on("removetrack",e),this.addwebvttscript_();var f=function(){return a.trigger("texttrackchange")},g=function(){f();for(var a=0;a0&&arguments[0]!==undefined?arguments[0]:{},b=arguments[1],c=this.createremotetexttrack(a);return!0!==b&&!1!==b&&(b["default"].warn('calling addremotetexttrack without explicitly setting the "manualcleanup" parameter to `true` is deprecated and default to `false` in future version of video.js'),b=!0),this.remotetexttrackels().addtrackelement_(c),this.remotetexttracks().addtrack_(c.track),!0!==b&&this.autoremotetexttracks_.addtrack_(c.track),c},c.prototype.removeremotetexttrack=function(a){var b=this.remotetexttrackels().gettrackelementbytrack_(a);this.remotetexttrackels().removetrackelement_(b),this.remotetexttracks().removetrack_(a),this.autoremotetexttracks_.removetrack_(a)},c.prototype.getvideoplaybackquality=function(){return{}},c.prototype.setposter=function(){},c.prototype.playsinline=function(){},c.prototype.setplaysinline=function(){},c.prototype.canplaytype=function(){return""},c.istech=function(a){return a.prototype instanceof c||a instanceof c||a===c},c.registertech=function(a,b){if(c.techs_||(c.techs_={}),!c.istech(b))throw new error("tech "+a+" must be a tech");return c.techs_[a]=b,b},c.gettech=function(a){return c.techs_&&c.techs_[a]?c.techs_[a]:h["default"]&&h["default"].videojs&&h["default"].videojs[a]?(b["default"].warn("the "+a+" tech was added to the videojs object when it should be registered using videojs.registertech(name, tech)"),h["default"].videojs[a]):void 0},c}(j["default"]);l.prototype.texttracks_,l.prototype.audiotracks_,l.prototype.videotracks_,l.prototype.featuresvolumecontrol=!0,l.prototype.featuresfullscreenresize=!1,l.prototype.featuresplaybackrate=!1,l.prototype.featuresprogressevents=!1,l.prototype.featurestimeupdateevents=!1,l.prototype.featuresnativetexttracks=!1,l.withsourcehandlers=function(a){a.registersourcehandler=function(b,c){var d=a.sourcehandlers;d||(d=a.sourcehandlers=[]),c===undefined&&(c=d.length),d.splice(c,0,b)},a.canplaytype=function(b){for(var c=a.sourcehandlers||[],d=void 0,e=0;e0&&arguments[0]!==undefined?arguments[0]:[];e(this,b);for(var h=void 0,j=g.length-1;j>=0;j--)if(g[j].enabled){n(g,g[j]);break}if(k.is_ie8){h=m["default"].createelement("custom");for(var l in i["default"].prototype)"constructor"!==l&&(h[l]=i["default"].prototype[l]);for(var o in b.prototype)"constructor"!==o&&(h[o]=b.prototype[o])}return h=c=f(this,a.call(this,g,h)),h.changing_=!1,d=h,f(c,d)}return g(b,a),b.prototype.addtrack_=function(b){var c=this;b.enabled&&n(this,b),a.prototype.addtrack_.call(this,b),b.addeventlistener&&b.addeventlistener("enabledchange",function(){c.changing_||(c.changing_=!0,n(c,b),c.changing_=!1,c.trigger("change"))})},b.prototype.addtrack=function(a){this.addtrack_(a)},b.prototype.removetrack=function(b){a.prototype.removetrack_.call(this,b)},b}(i["default"]);c["default"]=o},{74:74,78:78,94:94}],64:[function(a,b,c){"use strict";function d(a){return a&&a.__esmodule?a:{"default":a}}function e(a,b){if(!(a instanceof b))throw new typeerror("cannot call a class as a function")}function f(a,b){if(!a)throw new referenceerror("this hasn't been initialised - super() hasn't been called");return!b||"object"!=typeof b&&"function"!=typeof b?a:b}function g(a,b){if("function"!=typeof b&&null!==b)throw new typeerror("super expression must either be null or a function, not "+typeof b);a.prototype=object.create(b&&b.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),b&&(object.setprototypeof?object.setprototypeof(a,b):a.__proto__=b)}c.__esmodule=!0;var h=a(73),i=a(75),j=d(i),k=a(87),l=d(k),m=a(78),n=function(a){if(a&&a.__esmodule)return a;var b={};if(null!=a)for(var c in a)object.prototype.hasownproperty.call(a,c)&&(b[c]=a[c]);return b["default"]=a,b}(m),o=function(a){function b(){var c,d,g=arguments.length>0&&arguments[0]!==undefined?arguments[0]:{};e(this,b);var i=(0,l["default"])(g,{kind:h.audiotrackkind[g.kind]||""}),j=c=f(this,a.call(this,i)),k=!1;if(n.is_ie8)for(var m in b.prototype)"constructor"!==m&&(j[m]=b.prototype[m]);return object.defineproperty(j,"enabled",{get:function(){return k},set:function(a){"boolean"==typeof a&&a!==k&&(k=a,this.trigger("enabledchange"))}}),i.enabled&&(j.enabled=i.enabled),j.loaded_=!0,d=j,f(c,d)}return g(b,a),b}(j["default"]);c["default"]=o},{73:73,75:75,78:78,87:87}],65:[function(a,b,c){"use strict";function d(a,b){if(!(a instanceof b))throw new typeerror("cannot call a class as a function")}c.__esmodule=!0;var e=a(78),f=function(a){if(a&&a.__esmodule)return a;var b={};if(null!=a)for(var c in a)object.prototype.hasownproperty.call(a,c)&&(b[c]=a[c]);return b["default"]=a,b}(e),g=a(94),h=function(a){return a&&a.__esmodule?a:{"default":a}}(g),i=function(){function a(){var b=arguments.length>0&&arguments[0]!==undefined?arguments[0]:[];d(this,a);var c=this;if(f.is_ie8){c=h["default"].createelement("custom");for(var e in a.prototype)"constructor"!==e&&(c[e]=a.prototype[e])}c.trackelements_=[],object.defineproperty(c,"length",{get:function(){return this.trackelements_.length}});for(var g=0,i=b.length;g0&&arguments[0]!==undefined?arguments[0]:{};e(this,b);var d=f(this,a.call(this)),g=void 0,h=d;if(i.is_ie8){h=k["default"].createelement("custom");for(var j in b.prototype)"constructor"!==j&&(h[j]=b.prototype[j])}var l=new o["default"](c);if(h.kind=l.kind,h.src=l.src,h.srclang=l.language,h.label=l.label,h["default"]=l["default"],object.defineproperty(h,"readystate",{get:function(){return g}}),object.defineproperty(h,"track",{get:function(){return l}}),g=p,l.addeventlistener("loadeddata",function(){g=q,h.trigger({type:"load",target:h})}),i.is_ie8){var m;return m=h,f(d,m)}return d}return g(b,a),b}(m["default"]);r.prototype.allowedevents_={load:"load"},r.none=p,r.loading=1,r.loaded=q,r.error=3,c["default"]=r},{42:42,72:72,78:78,94:94}],67:[function(a,b,c){"use strict";function d(a,b){if(!(a instanceof b))throw new typeerror("cannot call a class as a function")}c.__esmodule=!0;var e=a(78),f=function(a){if(a&&a.__esmodule)return a;var b={};if(null!=a)for(var c in a)object.prototype.hasownproperty.call(a,c)&&(b[c]=a[c]);return b["default"]=a,b}(e),g=a(94),h=function(a){return a&&a.__esmodule?a:{"default":a}}(g),i=function(){function a(b){d(this,a);var c=this;if(f.is_ie8){c=h["default"].createelement("custom");for(var e in a.prototype)"constructor"!==e&&(c[e]=a.prototype[e])}if(a.prototype.setcues_.call(c,b),object.defineproperty(c,"length",{get:function(){return this.length_}}),f.is_ie8)return c}return a.prototype.setcues_=function(a){var b=this.length||0,c=0,d=a.length;this.cues_=a,this.length_=a.length;var e=function(a){""+a in this||object.defineproperty(this,""+a,{get:function(){return this.cues_[a]}})};if(b0&&arguments[0]!==undefined?arguments[0]:[];f(this,b);var h=void 0;if(n.is_ie8){h=p["default"].createelement("custom");for(var i in j["default"].prototype)"constructor"!==i&&(h[i]=j["default"].prototype[i]);for(var k in b.prototype)"constructor"!==k&&(h[k]=b.prototype[k])}return h=c=g(this,a.call(this,e,h)),d=h,g(c,d)}return h(b,a),b.prototype.addtrack_=function(b){a.prototype.addtrack_.call(this,b),b.addeventlistener("modechange",l.bind(this,function(){this.trigger("change")}))},b}(j["default"]);c["default"]=q},{74:74,78:78,83:83,94:94}],71:[function(a,b,c){"use strict";function d(a){if(a&&a.__esmodule)return a;var b={};if(null!=a)for(var c in a)object.prototype.hasownproperty.call(a,c)&&(b[c]=a[c]);return b["default"]=a,b}function e(a){return a&&a.__esmodule?a:{"default":a}}function f(a,b){if(!(a instanceof b))throw new typeerror("cannot call a class as a function")}function g(a,b){if(!a)throw new referenceerror("this hasn't been initialised - super() hasn't been called");return!b||"object"!=typeof b&&"function"!=typeof b?a:b}function h(a,b){if("function"!=typeof b&&null!==b)throw new typeerror("super expression must either be null or a function, not "+typeof b);a.prototype=object.create(b&&b.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),b&&(object.setprototypeof?object.setprototypeof(a,b):a.__proto__=b)}function i(a,b){if(b&&(a=b(a)),a&&"none"!==a)return a}function j(a,b){return i(a.options[a.options.selectedindex].value,b)}function k(a,b,c){if(b)for(var d=0;d select",id:"captions-background-color-%s",label:"color",options:[w,c,b,z,x,d,a,y]},backgroundopacity:{selector:".vjs-bg-opacity > select",id:"captions-background-opacity-%s",label:"transparency",options:[e,f,g]},color:{selector:".vjs-fg-color > select",id:"captions-foreground-color-%s",label:"color",options:[c,w,b,z,x,d,a,y]},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(a){return"1.00"===a?null:number(a)}},textopacity:{selector:".vjs-text-opacity > select",id:"captions-foreground-opacity-%s",label:"transparency",options:[e,f]},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:[g,f,e]}};h.windowcolor.options=h.backgroundcolor.options;var i=function(a){function b(c,d){f(this,b);var e=g(this,a.call(this,c,d));return e.setdefaults(),e.hide(),e.updatedisplay=r.bind(e,e.updatedisplay),d.persisttexttracksettings===undefined&&(e.options_.persisttexttracksettings=e.options_.playeroptions.persisttexttracksettings),e.on(e.$(".vjs-done-button"),"click",function(){e.savesettings(),e.hide()}),e.on(e.$(".vjs-default-button"),"click",function(){e.setdefaults(),e.updatedisplay()}),t.each(h,function(a){e.on(e.$(a.selector),"change",e.updatedisplay)}),e.options_.persisttexttracksettings&&e.restoresettings(),e}return h(b,a),b.prototype.createelselect_=function(a){var b=this,c=h[a],d=c.id.replace("%s",this.id_);return[(0,p.createel)("label",{classname:"vjs-label",textcontent:c.label},{"for":d}),(0,p.createel)("select",{id:d},undefined,c.options.map(function(a){return(0,p.createel)("option",{textcontent:b.localize(a[1]),value:a[0]})}))]},b.prototype.createelfgcolor_=function(){var a=(0,p.createel)("legend",{textcontent:this.localize("text")}),b=this.createelselect_("color"),c=(0,p.createel)("span",{classname:"vjs-text-opacity vjs-opacity"},undefined,this.createelselect_("textopacity"));return(0,p.createel)("fieldset",{classname:"vjs-fg-color vjs-tracksetting"},undefined,[a].concat(b,c))},b.prototype.createelbgcolor_=function(){var a=(0,p.createel)("legend",{textcontent:this.localize("background")}),b=this.createelselect_("backgroundcolor"),c=(0,p.createel)("span",{classname:"vjs-bg-opacity vjs-opacity"},undefined,this.createelselect_("backgroundopacity"));return(0,p.createel)("fieldset",{classname:"vjs-bg-color vjs-tracksetting"},undefined,[a].concat(b,c))},b.prototype.createelwincolor_=function(){var a=(0,p.createel)("legend",{textcontent:this.localize("window")}),b=this.createelselect_("windowcolor"),c=(0,p.createel)("span",{classname:"vjs-window-opacity vjs-opacity"},undefined,this.createelselect_("windowopacity"));return(0,p.createel)("fieldset",{classname:"vjs-window-color vjs-tracksetting"},undefined,[a].concat(b,c))},b.prototype.createelcolors_=function(){return(0,p.createel)("div",{classname:"vjs-tracksettings-colors"},undefined,[this.createelfgcolor_(),this.createelbgcolor_(),this.createelwincolor_()])},b.prototype.createelfont_=function(){var a=(0,p.createel)("div",{classname:"vjs-font-percent vjs-tracksetting"},undefined,this.createelselect_("fontpercent")),b=(0,p.createel)("div",{classname:"vjs-edge-style vjs-tracksetting"},undefined,this.createelselect_("edgestyle")),c=(0,p.createel)("div",{classname:"vjs-font-family vjs-tracksetting"},undefined,this.createelselect_("fontfamily"));return(0,p.createel)("div",{classname:"vjs-tracksettings-font"},undefined,[a,b,c])},b.prototype.createelcontrols_=function(){var a=(0,p.createel)("button",{classname:"vjs-default-button",textcontent:this.localize("defaults")}),b=(0,p.createel)("button",{classname:"vjs-done-button",textcontent:"done"});return(0,p.createel)("div",{classname:"vjs-tracksettings-controls"},undefined,[a,b])},b.prototype.createel=function(){var a=(0,p.createel)("div",{classname:"vjs-tracksettings"},undefined,[this.createelcolors_(),this.createelfont_(),this.createelcontrols_()]),b=(0,p.createel)("div",{classname:"vjs-control-text",id:"ttsettingsdialoglabel-"+this.id_,textcontent:"caption settings dialog"},{"aria-level":"1",role:"heading"}),c=(0,p.createel)("div",{classname:"vjs-control-text",id:"ttsettingsdialogdescription-"+this.id_,textcontent:"beginning of dialog window. escape will cancel and close the window."}),d=(0,p.createel)("div",undefined,{role:"document"},[b,c,a]);return(0,p.createel)("div",{classname:"vjs-caption-settings vjs-modal-overlay",tabindex:-1},{role:"dialog","aria-labelledby":b.id,"aria-describedby":c.id},d)},b.prototype.getvalues=function(){var a=this;return t.reduce(h,function(b,c,d){var e=j(a.$(c.selector),c.parser);return e!==undefined&&(b[d]=e),b},{})},b.prototype.setvalues=function(a){var b=this;t.each(h,function(c,d){k(b.$(c.selector),a[d],c.parser)})},b.prototype.setdefaults=function(){var a=this;t.each(h,function(b){var c=b.hasownproperty("default")?b["default"]:0;a.$(b.selector).selectedindex=c})},b.prototype.restoresettings=function(){var a=void 0;try{a=json.parse(m["default"].localstorage.getitem("vjs-text-track-settings"))}catch(b){v["default"].warn(b)}a&&this.setvalues(a)},b.prototype.savesettings=function(){if(this.options_.persisttexttracksettings){var a=this.getvalues();try{object.keys(a).length?m["default"].localstorage.setitem("vjs-text-track-settings",json.stringify(a)):m["default"].localstorage.removeitem("vjs-text-track-settings") }catch(b){v["default"].warn(b)}}},b.prototype.updatedisplay=function(){var a=this.player_.getchild("texttrackdisplay");a&&a.updatedisplay()},b}(o["default"]);o["default"].registercomponent("texttracksettings",i),c["default"]=i},{5:5,81:81,83:83,86:86,88:88,95:95}],72:[function(a,b,c){"use strict";function d(a){if(a&&a.__esmodule)return a;var b={};if(null!=a)for(var c in a)object.prototype.hasownproperty.call(a,c)&&(b[c]=a[c]);return b["default"]=a,b}function e(a){return a&&a.__esmodule?a:{"default":a}}function f(a,b){if(!(a instanceof b))throw new typeerror("cannot call a class as a function")}function g(a,b){if(!a)throw new referenceerror("this hasn't been initialised - super() hasn't been called");return!b||"object"!=typeof b&&"function"!=typeof b?a:b}function h(a,b){if("function"!=typeof b&&null!==b)throw new typeerror("super expression must either be null or a function, not "+typeof b);a.prototype=object.create(b&&b.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),b&&(object.setprototypeof?object.setprototypeof(a,b):a.__proto__=b)}c.__esmodule=!0;var i=a(67),j=e(i),k=a(83),l=d(k),m=a(73),n=a(86),o=e(n),p=a(95),q=e(p),r=a(75),s=e(r),t=a(92),u=a(104),v=e(u),w=a(87),x=e(w),y=a(78),z=d(y),a=function(a,b){var c=new q["default"].webvtt.parser(q["default"],q["default"].vttjs,q["default"].webvtt.stringdecoder()),d=[];c.oncue=function(a){b.addcue(a)},c.onparsingerror=function(a){d.push(a)},c.onflush=function(){b.trigger({type:"loadeddata",target:b})},c.parse(a),d.length>0&&(q["default"].console&&q["default"].console.groupcollapsed&&q["default"].console.groupcollapsed("text track parsing errors for "+b.src),d.foreach(function(a){return o["default"].error(a)}),q["default"].console&&q["default"].console.groupend&&q["default"].console.groupend()),c.flush()},b=function(a,b){var c={uri:a},d=(0,t.iscrossorigin)(a);d&&(c.cors=d),(0,v["default"])(c,l.bind(this,function(a,c,d){if(a)return o["default"].error(a,c);if(b.loaded_=!0,"function"!=typeof q["default"].webvtt){if(b.tech_){var e=function(){return a(d,b)};b.tech_.on("vttjsloaded",e),b.tech_.on("vttjserror",function(){o["default"].error("vttjs failed to load, stopping trying to process "+b.src),b.tech_.off("vttjsloaded",e)})}}else a(d,b)}))},c=function(a){function b(){var c,d,e=arguments.length>0&&arguments[0]!==undefined?arguments[0]:{};if(f(this,b),!e.tech)throw new error("a tech was not provided.");var h=(0,x["default"])(e,{kind:m.texttrackkind[e.kind]||"subtitles",language:e.language||e.srclang||""}),i=m.texttrackmode[h.mode]||"disabled",k=h["default"];"metadata"!==h.kind&&"chapters"!==h.kind||(i="hidden");var n=c=g(this,a.call(this,h));if(n.tech_=h.tech,z.is_ie8)for(var o in b.prototype)"constructor"!==o&&(n[o]=b.prototype[o]);n.cues_=[],n.activecues_=[];var p=new j["default"](n.cues_),q=new j["default"](n.activecues_),r=!1,s=l.bind(n,function(){this.activecues,r&&(this.trigger("cuechange"),r=!1)});return"disabled"!==i&&n.tech_.ready(function(){n.tech_.on("timeupdate",s)},!0),object.defineproperty(n,"default",{get:function(){return k},set:function(){}}),object.defineproperty(n,"mode",{get:function(){return i},set:function(a){var b=this;m.texttrackmode[a]&&(i=a,"showing"===i&&this.tech_.ready(function(){b.tech_.on("timeupdate",s)},!0),this.trigger("modechange"))}}),object.defineproperty(n,"cues",{get:function(){return this.loaded_?p:null},set:function(){}}),object.defineproperty(n,"activecues",{get:function(){if(!this.loaded_)return null;if(0===this.cues.length)return q;for(var a=this.tech_.currenttime(),b=[],c=0,d=this.cues.length;c=a?b.push(e):e.starttime===e.endtime&&e.starttime<=a&&e.starttime+.5>=a&&b.push(e)}if(r=!1,b.length!==this.activecues_.length)r=!0;else for(var f=0;f0&&arguments[0]!==undefined?arguments[0]:[],g=arguments.length>1&&arguments[1]!==undefined?arguments[1]:null;e(this,b);var h=f(this,a.call(this));if(!g&&(g=h,k.is_ie8)){g=m["default"].createelement("custom");for(var i in b.prototype)"constructor"!==i&&(g[i]=b.prototype[i])}g.tracks_=[],object.defineproperty(g,"length",{get:function(){return this.tracks_.length}});for(var j=0;j0&&arguments[0]!==undefined?arguments[0]:{};f(this,b);var e=g(this,a.call(this)),h=e;if(j.is_ie8){h=l["default"].createelement("custom");for(var i in b.prototype)"constructor"!==i&&(h[i]=b.prototype[i])}var k={id:d.id||"vjs_track_"+n.newguid(),kind:d.kind||"",label:d.label||"",language:d.language||""};for(var m in k)!function(a){object.defineproperty(h,a,{get:function(){return k[a]},set:function(){}})}(m);return c=h,g(e,c)}return h(b,a),b}(p["default"]);c["default"]=q},{42:42,78:78,85:85,94:94}],76:[function(a,b,c){"use strict";function d(a){return a&&a.__esmodule?a:{"default":a}}function e(a,b){if(!(a instanceof b))throw new typeerror("cannot call a class as a function")}function f(a,b){if(!a)throw new referenceerror("this hasn't been initialised - super() hasn't been called");return!b||"object"!=typeof b&&"function"!=typeof b?a:b}function g(a,b){if("function"!=typeof b&&null!==b)throw new typeerror("super expression must either be null or a function, not "+typeof b);a.prototype=object.create(b&&b.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),b&&(object.setprototypeof?object.setprototypeof(a,b):a.__proto__=b)}c.__esmodule=!0;var h=a(74),i=d(h),j=a(78),k=function(a){if(a&&a.__esmodule)return a;var b={};if(null!=a)for(var c in a)object.prototype.hasownproperty.call(a,c)&&(b[c]=a[c]);return b["default"]=a,b}(j),l=a(94),m=d(l),n=function(a,b){for(var c=0;c0&&arguments[0]!==undefined?arguments[0]:[];e(this,b);for(var h=void 0,j=g.length-1;j>=0;j--)if(g[j].selected){n(g,g[j]);break}if(k.is_ie8){h=m["default"].createelement("custom");for(var l in i["default"].prototype)"constructor"!==l&&(h[l]=i["default"].prototype[l]);for(var o in b.prototype)"constructor"!==o&&(h[o]=b.prototype[o])}return h=c=f(this,a.call(this,g,h)),h.changing_=!1,object.defineproperty(h,"selectedindex",{get:function(){for(var a=0;a0&&arguments[0]!==undefined?arguments[0]:{};e(this,b);var i=(0,l["default"])(g,{kind:h.videotrackkind[g.kind]||""}),j=c=f(this,a.call(this,i)),k=!1;if(n.is_ie8)for(var m in b.prototype)"constructor"!==m&&(j[m]=b.prototype[m]);return object.defineproperty(j,"selected",{get:function(){return k},set:function(a){"boolean"==typeof a&&a!==k&&(k=a,this.trigger("selectedchange"))}}),i.selected&&(j.selected=i.selected),d=j,f(c,d)}return g(b,a),b}(j["default"]);c["default"]=o},{73:73,75:75,78:78,87:87}],78:[function(a,b,c){"use strict";c.__esmodule=!0,c.background_size_supported=c.touch_enabled=c.is_any_safari=c.is_safari=c.ie_version=c.is_ie8=c.chrome_version=c.is_chrome=c.is_edge=c.is_firefox=c.is_native_android=c.is_old_android=c.android_version=c.is_android=c.ios_version=c.is_ios=c.is_ipod=c.is_iphone=c.is_ipad=undefined;var d=a(81),e=function(a){if(a&&a.__esmodule)return a;var b={};if(null!=a)for(var c in a)object.prototype.hasownproperty.call(a,c)&&(b[c]=a[c]);return b["default"]=a,b}(d),f=a(95),g=function(a){return a&&a.__esmodule?a:{"default":a}}(f),h=g["default"].navigator&&g["default"].navigator.useragent||"",i=/applewebkit\/([\d.]+)/i.exec(h),j=i?parsefloat(i.pop()):null,k=c.is_ipad=/ipad/i.test(h),l=c.is_iphone=/iphone/i.test(h)&&!k,m=c.is_ipod=/ipod/i.test(h),n=c.is_ios=l||k||m,o=(c.ios_version=function(){var a=h.match(/os (\d+)_/i);return a&&a[1]?a[1]:null}(),c.is_android=/android/i.test(h)),p=c.android_version=function(){var a=h.match(/android (\d+)(?:\.(\d+))?(?:\.(\d+))*/i);if(!a)return null;var b=a[1]&&parsefloat(a[1]),c=a[2]&&parsefloat(a[2]);return b&&c?parsefloat(a[1]+"."+a[2]):b||null}(),q=(c.is_old_android=o&&/webkit/i.test(h)&&p<2.3,c.is_native_android=o&&p<5&&j<537,c.is_firefox=/firefox/i.test(h),c.is_edge=/edge/i.test(h)),r=c.is_chrome=!q&&/chrome/i.test(h),s=(c.chrome_version=function(){var a=h.match(/chrome\/(\d+)/);return a&&a[1]?parsefloat(a[1]):null}(),c.is_ie8=/msie\s8\.0/.test(h),c.ie_version=function(){var a=/msie\s(\d+)\.\d/.exec(h),b=a&&parsefloat(a[1]);return!b&&/trident\/7.0/i.test(h)&&/rv:11.0/.test(h)&&(b=11),b}(),c.is_safari=/safari/i.test(h)&&!r&&!o&&!q);c.is_any_safari=s||n,c.touch_enabled=e.isreal()&&("ontouchstart"in g["default"]||g["default"].documenttouch&&g["default"].document instanceof g["default"].documenttouch),c.background_size_supported=e.isreal()&&"backgroundsize"in g["default"].document.createelement("video").style},{81:81,95:95}],79:[function(a,b,c){"use strict";function d(a,b){var c=0,d=void 0,f=void 0;if(!b)return 0;a&&a.length||(a=(0,e.createtimerange)(0,0));for(var g=0;gb&&(f=b),c+=f-d;return c/b}c.__esmodule=!0,c.bufferedpercent=d;var e=a(90)},{90:90}],80:[function(a,b,c){"use strict";function d(a,b){if(!a||!b)return"";if("function"==typeof f["default"].getcomputedstyle){var c=f["default"].getcomputedstyle(a);return c?c[b]:""}return a.currentstyle[b]||""}c.__esmodule=!0,c["default"]=d;var e=a(95),f=function(a){return a&&a.__esmodule?a:{"default":a}}(e)},{95:95}],81:[function(a,b,c){"use strict";function d(a){return a&&a.__esmodule?a:{"default":a}}function e(a){return"string"==typeof a&&/\s/.test(a)}function f(a){if(/\s/.test(a))throw new error("class has illegal whitespace characters")}function g(a){return new regexp("(^|\\s)"+a+"($|\\s)")}function h(){return l["default"]===n["default"].document&&"undefined"!=typeof l["default"].createelement}function i(a){return(0,u.isobject)(a)&&1===a.nodetype}function j(a){return function(b,c){if(!e(b))return l["default"][a](null);e(c)&&(c=l["default"].queryselector(c));var d=i(c)?c:l["default"];return d[a]&&d[a](b)}}function k(a){return 0===a.indexof("#")&&(a=a.slice(1)),l["default"].getelementbyid(a)}function l(){var a=arguments.length>0&&arguments[0]!==undefined?arguments[0]:"div",b=arguments.length>1&&arguments[1]!==undefined?arguments[1]:{},c=arguments.length>2&&arguments[2]!==undefined?arguments[2]:{},d=arguments[3],e=l["default"].createelement(a);return object.getownpropertynames(b).foreach(function(a){var c=b[a];-1!==a.indexof("aria-")||"role"===a||"type"===a?(r["default"].warn((0,t["default"])(j,a,c)),e.setattribute(a,c)):"textcontent"===a?m(e,c):e[a]=c}),object.getownpropertynames(c).foreach(function(a){e.setattribute(a,c[a])}),d&&h(e,d),e}function m(a,b){return"undefined"==typeof a.textcontent?a.innertext=b:a.textcontent=b,a}function n(a,b){b.firstchild?b.insertbefore(a,b.firstchild):b.appendchild(a)}function o(a){var b=a[w];return b||(b=a[w]=p.newguid()),v[b]||(v[b]={}),v[b]}function p(a){var b=a[w];return!!b&&!!object.getownpropertynames(v[b]).length}function q(a){var b=a[w];if(b){delete v[b];try{delete a[w]}catch(c){a.removeattribute?a.removeattribute(w):a[w]=null}}}function r(a,b){return f(b),a.classlist?a.classlist.contains(b):g(b).test(a.classname)}function s(a,b){return a.classlist?a.classlist.add(b):r(a,b)||(a.classname=(a.classname+" "+b).trim()),a}function t(a,b){return a.classlist?a.classlist.remove(b):(f(b),a.classname=a.classname.split(/\s+/).filter(function(a){return a!==b}).join(" ")),a}function u(a,b,c){var d=r(a,b);if("function"==typeof c&&(c=c(a,b)),"boolean"!=typeof c&&(c=!d),c!==d)return c?s(a,b):t(a,b),a}function v(a,b){object.getownpropertynames(b).foreach(function(c){var d=b[c];null===d||void 0===d||!1===d?a.removeattribute(c):a.setattribute(c,!0===d?"":d)})}function w(a){var b={};if(a&&a.attributes&&a.attributes.length>0)for(var c=a.attributes,d=c.length-1;d>=0;d--){var e=c[d].name,f=c[d].value;"boolean"!=typeof a[e]&&-1===",autoplay,controls,playsinline,loop,muted,default,defaultmuted,".indexof(","+e+",")||(f=null!==f),b[e]=f}return b}function x(a,b){return a.getattribute(b)}function y(a,b,c){a.setattribute(b,c)}function z(a,b){a.removeattribute(b)}function a(){l["default"].body.focus(),l["default"].onselectstart=function(){return!1}}function b(){l["default"].onselectstart=function(){return!0}}function c(a){var b=void 0;if(a.getboundingclientrect&&a.parentnode&&(b=a.getboundingclientrect()),!b)return{left:0,top:0};var c=l["default"].documentelement,d=l["default"].body,e=c.clientleft||d.clientleft||0,f=n["default"].pagexoffset||d.scrollleft,g=b.left+f-e,h=c.clienttop||d.clienttop||0,i=n["default"].pageyoffset||d.scrolltop,j=b.top+i-h;return{left:math.round(g),top:math.round(j)}}function d(a,b){var c={},d=c(a),e=a.offsetwidth,f=a.offsetheight,g=d.top,h=d.left,i=b.pagey,j=b.pagex;return b.changedtouches&&(j=b.changedtouches[0].pagex,i=b.changedtouches[0].pagey),c.y=math.max(0,math.min(1,(g-i+f)/f)),c.x=math.max(0,math.min(1,(j-h)/e)),c}function e(a){return(0,u.isobject)(a)&&3===a.nodetype}function f(a){for(;a.firstchild;)a.removechild(a.firstchild);return a}function g(a){return"function"==typeof a&&(a=a()),(array.isarray(a)?a:[a]).map(function(a){return"function"==typeof a&&(a=a()),i(a)||e(a)?a:"string"==typeof a&&/\s/.test(a)?l["default"].createtextnode(a):void 0}).filter(function(a){return a})}function h(a,b){return g(b).foreach(function(b){return a.appendchild(b)}),a}function i(a,b){return h(f(a),b)}c.__esmodule=!0,c.$$=c.$=undefined;var j=function(a,b){return a.raw=b,a}(["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 ","."]);c.isreal=h,c.isel=i,c.getel=k,c.createel=l,c.textcontent=m,c.insertelfirst=n,c.geteldata=o,c.haseldata=p,c.removeeldata=q,c.haselclass=r,c.addelclass=s,c.removeelclass=t,c.toggleelclass=u,c.setelattributes=v,c.getelattributes=w,c.getattribute=x,c.setattribute=y,c.removeattribute=z,c.blocktextselection=a,c.unblocktextselection=b,c.findelposition=c,c.getpointerposition=d,c.istextnode=e,c.emptyel=f,c.normalizecontent=g,c.appendcontent=h,c.insertcontent=i;var k=a(94),l=d(k),m=a(95),n=d(m),o=a(85),p=function(a){if(a&&a.__esmodule)return a;var b={};if(null!=a)for(var c in a)object.prototype.hasownproperty.call(a,c)&&(b[c]=a[c]);return b["default"]=a,b}(o),q=a(86),r=d(q),s=a(98),t=d(s),u=a(88),v={},w="vdata"+(new date).gettime();c.$=j("queryselector"),c.$$=j("queryselectorall")},{85:85,86:86,88:88,94:94,95:95,98:98}],82:[function(a,b,c){"use strict";function d(a){return a&&a.__esmodule?a:{"default":a}}function e(a){if(a&&a.__esmodule)return a;var b={};if(null!=a)for(var c in a)object.prototype.hasownproperty.call(a,c)&&(b[c]=a[c]);return b["default"]=a,b}function f(a,b){var c=n.geteldata(a);0===c.handlers[b].length&&(delete c.handlers[b],a.removeeventlistener?a.removeeventlistener(b,c.dispatcher,!1):a.detachevent&&a.detachevent("on"+b,c.dispatcher)),object.getownpropertynames(c.handlers).length<=0&&(delete c.handlers,delete c.dispatcher,delete c.disabled),0===object.getownpropertynames(c).length&&n.removeeldata(a)}function g(a,b,c,d){c.foreach(function(c){a(b,c,d)})}function h(a){function b(){return!0}function c(){return!1}if(!a||!a.ispropagationstopped){var d=a||t["default"].event;a={};for(var e in d)"layerx"!==e&&"layery"!==e&&"keylocation"!==e&&"webkitmovementx"!==e&&"webkitmovementy"!==e&&("returnvalue"===e&&d.preventdefault||(a[e]=d[e]));if(a.target||(a.target=a.srcelement||v["default"]),a.relatedtarget||(a.relatedtarget=a.fromelement===a.target?a.toelement:a.fromelement),a.preventdefault=function(){d.preventdefault&&d.preventdefault(),a.returnvalue=!1,d.returnvalue=!1,a.defaultprevented=!0},a.defaultprevented=!1,a.stoppropagation=function(){d.stoppropagation&&d.stoppropagation(),a.cancelbubble=!0,d.cancelbubble=!0,a.ispropagationstopped=b},a.ispropagationstopped=c,a.stopimmediatepropagation=function(){d.stopimmediatepropagation&&d.stopimmediatepropagation(),a.isimmediatepropagationstopped=b,a.stoppropagation()},a.isimmediatepropagationstopped=c,null!==a.clientx&&a.clientx!==undefined){var f=v["default"].documentelement,g=v["default"].body;a.pagex=a.clientx+(f&&f.scrollleft||g&&g.scrollleft||0)-(f&&f.clientleft||g&&g.clientleft||0),a.pagey=a.clienty+(f&&f.scrolltop||g&&g.scrolltop||0)-(f&&f.clienttop||g&&g.clienttop||0)}a.which=a.charcode||a.keycode,null!==a.button&&a.button!==undefined&&(a.button=1&a.button?0:4&a.button?1:2&a.button?2:0)}return a}function i(a,b,c){if(array.isarray(b))return g(i,a,b,c);var d=n.geteldata(a);if(d.handlers||(d.handlers={}),d.handlers[b]||(d.handlers[b]=[]),c.guid||(c.guid=p.newguid()),d.handlers[b].push(c),d.dispatcher||(d.disabled=!1,d.dispatcher=function(b,c){if(!d.disabled){b=h(b);var e=d.handlers[b.type];if(e)for(var f=e.slice(0),g=0,i=f.length;g-1&&(e={passive:!0}),a.addeventlistener(b,d.dispatcher,e)}else a.attachevent&&a.attachevent("on"+b,d.dispatcher)}function j(a,b,c){if(n.haseldata(a)){var d=n.geteldata(a);if(d.handlers){if(array.isarray(b))return g(j,a,b,c);var e=function(b){d.handlers[b]=[],f(a,b)};if(b){var h=d.handlers[b];if(h){if(!c)return void e(b);if(c.guid)for(var i=0;i=b&&(a.apply(undefined,arguments),c=d)}}},{85:85}],84:[function(a,b,c){"use strict";function d(a){var b=arguments.length>1&&arguments[1]!==undefined?arguments[1]:a;a=a<0?0:a;var c=math.floor(a%60),d=math.floor(a/60%60),e=math.floor(a/3600),f=math.floor(b/60%60),g=math.floor(b/3600);return(isnan(a)||a===infinity)&&(e=d=c="-"),e=e>0||g>0?e+":":"",d=((e||f>=10)&&d<10?"0"+d:d)+":",c=c<10?"0"+c:c,e+d+c}c.__esmodule=!0,c["default"]=d},{}],85:[function(a,b,c){"use strict";function d(){return e++}c.__esmodule=!0,c.newguid=d;var e=1},{}],86:[function(a,b,c){"use strict";c.__esmodule=!0,c.logbytype=undefined;var d=a(95),e=function(a){return a&&a.__esmodule?a:{"default":a}}(d),f=a(78),g=a(88),h=void 0,i=c.logbytype=function(a,b){var c=arguments.length>2&&arguments[2]!==undefined?arguments[2]:!!f.ie_version&&f.ie_version<11;"log"!==a&&b.unshift(a.touppercase()+":"),h.history.push(b),b.unshift("videojs:");var d=e["default"].console&&e["default"].console[a];d&&(c&&(b=b.map(function(a){if((0,g.isobject)(a)||array.isarray(a))try{return json.stringify(a)}catch(b){return string(a)}return string(a)}).join(" ")),d.apply?d[array.isarray(b)?"apply":"call"](e["default"].console,b):d(b))};h=function(){for(var a=arguments.length,b=array(a),c=0;c2&&arguments[2]!==undefined?arguments[2]:0;return k(a).reduce(function(c,d){return b(c,a[d],d)},c)}function f(a){for(var b=arguments.length,c=array(b>1?b-1:0),e=1;ec)throw new error("failed to execute '"+a+"' on 'timeranges': the index provided ("+b+") is greater than or equal to the maximum bound ("+c+").")}function e(a,b,c,e){return e===undefined&&(i["default"].warn("deprecated: function '"+a+"' on 'timeranges' called without an index argument."),e=0),d(a,e,c.length-1),c[e][b]}function f(a){return a===undefined||0===a.length?{length:0,start:function(){throw new error("this timeranges object is empty")},end:function(){throw new error("this timeranges object is empty")}}:{length:a.length,start:e.bind(null,"start",0,a),end:e.bind(null,"end",1,a)}}function g(a,b){return array.isarray(a)?f(a):a===undefined||b===undefined?f():f([[a,b]])}c.__esmodule=!0,c.createtimerange=undefined,c.createtimeranges=g;var h=a(86),i=function(a){return a&&a.__esmodule?a:{"default":a}}(h);c.createtimerange=g},{86:86}],91:[function(a,b,c){"use strict";function d(a){return"string"!=typeof a?a:a.charat(0).touppercase()+a.slice(1)}c.__esmodule=!0,c["default"]=d},{}],92:[function(a,b,c){"use strict";function d(a){return a&&a.__esmodule?a:{"default":a}}c.__esmodule=!0,c.iscrossorigin=c.getfileextension=c.getabsoluteurl=c.parseurl=undefined;var e=a(94),f=d(e),g=a(95),h=d(g),i=c.parseurl=function(a){var b=["protocol","hostname","port","pathname","search","hash","host"],c=f["default"].createelement("a");c.href=a;var d=""===c.host&&"file:"!==c.protocol,e=void 0;d&&(e=f["default"].createelement("div"),e.innerhtml='',c=e.firstchild,e.setattribute("style","display:none; position:absolute;"),f["default"].body.appendchild(e));for(var g={},h=0;hx',a=b.firstchild.href}return a},c.getfileextension=function(a){if("string"==typeof a){var b=/^(\/?)([\s\s]*?)((?:\.{1,2}|[^\/]+?)(\.([^\.\/\?]+)))(?:[\/]*|[\?].*)$/i,c=b.exec(a);if(c)return c.pop().tolowercase()}return""},c.iscrossorigin=function(a){var b=h["default"].location,c=i(a);return(":"===c.protocol?b.protocol:c.protocol)+c.host!==b.protocol+b.host}},{94:94,95:95}],93:[function(b,c,d){"use strict";function e(a){if(a&&a.__esmodule)return a;var b={};if(null!=a)for(var c in a)object.prototype.hasownproperty.call(a,c)&&(b[c]=a[c]);return b["default"]=a,b}function f(a){return a&&a.__esmodule?a:{"default":a}}function g(a,b,c){var d=void 0;if("string"==typeof a){if(0===a.indexof("#")&&(a=a.slice(1)),g.getplayers()[a])return b&&s["default"].warn('player "'+a+'" is already initialised. options will not be applied.'),c&&g.getplayers()[a].ready(c),g.getplayers()[a];d=p.getel(a)}else d=a;if(!d||!d.nodename)throw new typeerror("the element or id supplied is not valid. (videojs)");if(d.player||b["default"].players[d.playerid])return d.player||b["default"].players[d.playerid];b=b||{},g.hooks("beforesetup").foreach(function(a){var c=a(d,(0,f["default"])(b));if(!(0,v.isobject)(c)||array.isarray(c))return void s["default"].error("please return an object in beforesetup hooks");b=(0,f["default"])(b,c)});var e=v["default"].getcomponent("player"),f=new e(d,b,c);return g.hooks("setup").foreach(function(a){return a(f)}),f}d.__esmodule=!0;var h="function"==typeof symbol&&"symbol"==typeof symbol.iterator?function(a){return typeof a}:function(a){return a&&"function"==typeof symbol&&a.constructor===symbol&&a!==symbol.prototype?"symbol":typeof a},i=b(95),j=f(i),k=b(94),l=f(k),m=b(78),n=e(m),o=b(81),p=e(o),q=b(56),r=e(q),s=b(89),t=e(s),u=b(5),v=f(u),w=b(42),x=f(w),y=b(82),z=e(y),a=b(51),b=f(a),c=b(52),d=f(c),e=b(87),f=f(e),g=b(83),h=e(g),i=b(72),j=f(i),k=b(64),l=f(k),m=b(77),n=f(m),o=b(90),p=b(84),q=f(p),r=b(86),s=f(r),t=b(92),u=e(t),v=b(88),w=b(80),x=f(w),y=b(43),z=f(y),$=b(104),_=f($),aa=b(62),ba=f(aa);if("undefined"==typeof htmlvideoelement&&p.isreal()&&(l["default"].createelement("video"),l["default"].createelement("audio"),l["default"].createelement("track")),g.hooks_={},g.hooks=function(a,b){return g.hooks_[a]=g.hooks_[a]||[],b&&(g.hooks_[a]=g.hooks_[a].concat(b)),g.hooks_[a]},g.hook=function(a,b){g.hooks(a,b)},g.removehook=function(a,b){var c=g.hooks(a).indexof(b);return!(c<=-1)&&(g.hooks_[a]=g.hooks_[a].slice(),g.hooks_[a].splice(c,1),!0)},!0!==j["default"].videojs_no_dynamic_style&&p.isreal()){var ca=p.$(".vjs-styles-defaults");if(!ca){ ca=t.createstyleelement("vjs-styles-defaults");var da=p.$("head");da&&da.insertbefore(ca,da.firstchild),t.settextcontent(ca,"\n .video-js {\n width: 300px;\n height: 150px;\n }\n\n .vjs-fluid {\n padding-top: 56.25%\n }\n ")}}r.autosetuptimeout(1,g),g.version="5.20.5",g.options=b["default"].prototype.options_,g.getplayers=function(){return b["default"].players},g.players=b["default"].players,g.getcomponent=v["default"].getcomponent,g.registercomponent=function(a,b){ba["default"].istech(b)&&s["default"].warn("the "+a+" tech was registered as a component. it should instead be registered using videojs.registertech(name, tech)"),v["default"].registercomponent.call(v["default"],a,b)},g.gettech=ba["default"].gettech,g.registertech=ba["default"].registertech,g.browser=n,g.touch_enabled=n.touch_enabled,g.extend=z["default"],g.mergeoptions=f["default"],g.bind=h.bind,g.plugin=d["default"],g.addlanguage=function(a,b){var c;return a=(""+a).tolowercase(),g.options.languages=(0,f["default"])(g.options.languages,(c={},c[a]=b,c)),g.options.languages[a]},g.log=s["default"],g.createtimerange=g.createtimeranges=o.createtimeranges,g.formattime=q["default"],g.parseurl=u.parseurl,g.iscrossorigin=u.iscrossorigin,g.eventtarget=x["default"],g.on=z.on,g.one=z.one,g.off=z.off,g.trigger=z.trigger,g.xhr=_["default"],g.texttrack=j["default"],g.audiotrack=l["default"],g.videotrack=n["default"],g.isel=p.isel,g.istextnode=p.istextnode,g.createel=p.createel,g.hasclass=p.haselclass,g.addclass=p.addelclass,g.removeclass=p.removeelclass,g.toggleclass=p.toggleelclass,g.setattributes=p.setelattributes,g.getattributes=p.getelattributes,g.emptyel=p.emptyel,g.appendcontent=p.appendcontent,g.insertcontent=p.insertcontent,g.computedstyle=x["default"],"function"==typeof a&&a.amd?a("videojs",[],function(){return g}):"object"===(void 0===d?"undefined":h(d))&&"object"===(void 0===c?"undefined":h(c))&&(c.exports=g),d["default"]=g},{104:104,42:42,43:43,5:5,51:51,52:52,56:56,62:62,64:64,72:72,77:77,78:78,80:80,81:81,82:82,83:83,84:84,86:86,87:87,88:88,89:89,90:90,92:92,94:94,95:95}],94:[function(a,b,c){(function(c){var d=void 0!==c?c:"undefined"!=typeof window?window:{},e=a(96);if("undefined"!=typeof document)b.exports=document;else{var f=d["__global_document_cache@4"];f||(f=d["__global_document_cache@4"]=e),b.exports=f}}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{96:96}],95:[function(a,b,c){(function(a){"undefined"!=typeof window?b.exports=window:void 0!==a?b.exports=a:"undefined"!=typeof self?b.exports=self:b.exports={}}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],96:[function(a,b,c){},{}],97:[function(a,b,c){function d(a,b){var c,d=null;try{c=json.parse(a,b)}catch(e){d=e}return[d,c]}b.exports=d},{}],98:[function(a,b,c){function d(a){return a.replace(/\n\r?\s*/g,"")}b.exports=function(a){for(var b="",c=0;c59?b(c[1],c[2],0,c[4]):b(0,c[1],c[2],c[4]):null}function f(){this.values=r(null)}function g(a,b,c,d){var e=d?a.split(d):[a];for(var f in e)if("string"==typeof e[f]){var g=e[f].split(c);if(2===g.length){var h=g[0],i=g[1];b(h,i)}}}function h(a,b,c){function h(){var b=e(a);if(null===b)throw new d(d.errors.badtimestamp,"malformed timestamp: "+j);return a=a.replace(/^[^\sa-za-z-]+/,""),b}function i(){a=a.replace(/^\s+/,"")}var j=a;if(i(),b.starttime=h(),i(),"--\x3e"!==a.substr(0,3))throw new d(d.errors.badtimestamp,"malformed time stamp (time stamps must be separated by '--\x3e'): "+j);a=a.substr(3),i(),b.endtime=h(),i(),function(a,b){var d=new f;g(a,function(a,b){switch(a){case"region":for(var e=c.length-1;e>=0;e--)if(c[e].id===b){d.set(a,c[e].region);break}break;case"vertical":d.alt(a,b,["rl","lr"]);break;case"line":var f=b.split(","),g=f[0];d.integer(a,g),d.percent(a,g)&&d.set("snaptolines",!1),d.alt(a,g,["auto"]),2===f.length&&d.alt("linealign",f[1],["start","middle","end"]);break;case"position":f=b.split(","),d.percent(a,f[0]),2===f.length&&d.alt("positionalign",f[1],["start","middle","end"]);break;case"size":d.percent(a,b);break;case"align":d.alt(a,b,["start","middle","end","left","right"])}},/:/,/\s/),b.region=d.get("region",null),b.vertical=d.get("vertical",""),b.line=d.get("line","auto"),b.linealign=d.get("linealign","start"),b.snaptolines=d.get("snaptolines",!0),b.size=d.get("size",100),b.align=d.get("align","middle"),b.position=d.get("position",{start:0,left:0,middle:50,end:100,right:100},b.align),b.positionalign=d.get("positionalign",{start:"start",left:"start",middle:"middle",end:"end",right:"end"},b.align)}(a,b)}function i(a,b){function c(a){return s[a]}for(var d,f=a.document.createelement("div"),g=f,h=[];null!==(d=function(){if(!b)return null;var a=b.match(/^([^<]*)(<[^>]*>?)?/);return function(a){return b=b.substr(a.length),a}(a[1]?a[1]:a[2])}());)if("<"!==d[0])g.appendchild(a.document.createtextnode(function(a){for(;k=a.match(/&(amp|lt|gt|lrm|rlm|nbsp);/);)a=a.replace(k[0],c);return a}(d)));else{if("/"===d[1]){h.length&&h[h.length-1]===d.substr(2).replace(">","")&&(h.pop(),g=g.parentnode);continue}var i,j=e(d.substr(1,d.length-2));if(j){i=a.document.createprocessinginstruction("timestamp",j),g.appendchild(i);continue}var k=d.match(/^<([^.\s\/0-9>]+)(\.[^\s\\>]+)?([^>\\]+)?(\\?)>?$/);if(!k)continue;if(!(i=function(b,c){var d=t[b];if(!d)return null;var e=a.document.createelement(d);e.localname=d;var f=u[b];return f&&c&&(e[f]=c.trim()),e}(k[1],k[3])))continue;if(!function(a,b){return!v[b.localname]||v[b.localname]===a.localname}(g,i))continue;k[2]&&(i.classname=k[2].substr(1).replace("."," ")),h.push(k[1]),g.appendchild(i),g=i}return f}function j(a){for(var b=0;b=c[0]&&a<=c[1])return!0}return!1}function k(a){function b(a,b){for(var c=b.childnodes.length-1;c>=0;c--)a.push(b.childnodes[c])}function c(a){if(!a||!a.length)return null;var d=a.pop(),e=d.textcontent||d.innertext;if(e){var f=e.match(/^.*(\n|\r)/);return f?(a.length=0,f[0]):e}return"ruby"===d.tagname?c(a):d.childnodes?(b(a,d),c(a)):void 0}var d,e=[],f="";if(!a||!a.childnodes)return"ltr";for(b(e,a);f=c(e);)for(var g=0;g=0&&a.line<=100))return a.line;if(!a.track||!a.track.texttracklist||!a.track.texttracklist.mediaelement)return-1;for(var b=a.track,c=b.texttracklist,d=0,e=0;em&&(k=k<0?-1:1,k*=math.ceil(m/j)*j),g<0&&(k+=""===f.vertical?c.height:c.width,h=h.reverse()),e.move(n,k)}else{var p=e.lineheight/c.height*100;switch(f.linealign){case"middle":g-=p/2;break;case"end":g-=p}switch(f.vertical){case"":b.applystyles({top:b.formatstyle(g,"%")});break;case"rl":b.applystyles({left:b.formatstyle(g,"%")});break;case"lr":b.applystyles({right:b.formatstyle(g,"%")})}h=["+y","-x","+x","-y"],e=new o(b)}var q=function(a,b){for(var e,f=new o(a),g=1,h=0;hi&&(e=new o(a),g=i),a=new o(f)}return e||f}(e,h);b.move(q.tocsscompatvalues(c))}function q(){}var r=object.create||function(){function a(){}return function(b){if(1!==arguments.length)throw new error("object.create shim only accepts one parameter.");return a.prototype=b,new a}}();d.prototype=r(error.prototype),d.prototype.constructor=d,d.errors={badsignature:{code:0,message:"malformed webvtt signature."},badtimestamp:{code:1,message:"malformed time stamp."}},f.prototype={set:function(a,b){this.get(a)||""===b||(this.values[a]=b)},get:function(a,b,c){return c?this.has(a)?this.values[a]:b[c]:this.has(a)?this.values[a]:b},has:function(a){return a in this.values},alt:function(a,b,c){for(var d=0;d=0&&b<=100)&&(this.set(a,b),!0)}};var s={"&":"&","<":"<",">":">","‎":"‎","‏":"‏"," ":" "},t={c:"span",i:"i",b:"b",u:"u",ruby:"ruby",rt:"rt",v:"span",lang:"span"},u={v:"title",lang:"lang"},v={rt:"ruby"},w=[[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]];m.prototype.applystyles=function(a,b){b=b||this.div;for(var c in a)a.hasownproperty(c)&&(b.style[c]=a[c])},m.prototype.formatstyle=function(a,b){return 0===a?0:a+b},n.prototype=r(m.prototype),n.prototype.constructor=n,o.prototype.move=function(a,b){switch(b=b!==undefined?b:this.lineheight,a){case"+x":this.left+=b,this.right+=b;break;case"-x":this.left-=b,this.right-=b;break;case"+y":this.top+=b,this.bottom+=b;break;case"-y":this.top-=b,this.bottom-=b}},o.prototype.overlaps=function(a){return this.lefta.left&&this.topa.top},o.prototype.overlapsany=function(a){for(var b=0;b=a.top&&this.bottom<=a.bottom&&this.left>=a.left&&this.right<=a.right},o.prototype.overlapsoppositeaxis=function(a,b){switch(b){case"+x":return this.lefta.right;case"+y":return this.topa.bottom}},o.prototype.intersectpercentage=function(a){return math.max(0,math.min(this.right,a.right)-math.max(this.left,a.left))*math.max(0,math.min(this.bottom,a.bottom)-math.max(this.top,a.top))/(this.height*this.width)},o.prototype.tocsscompatvalues=function(a){return{top:this.top-a.top,bottom:a.bottom-this.bottom,left:this.left-a.left,right:a.right-this.right,height:this.height,width:this.width}},o.getsimpleboxposition=function(a){var b=a.div?a.div.offsetheight:a.tagname?a.offsetheight:0,c=a.div?a.div.offsetwidth:a.tagname?a.offsetwidth:0,d=a.div?a.div.offsettop:a.tagname?a.offsettop:0;return a=a.div?a.div.getboundingclientrect():a.tagname?a.getboundingclientrect():a,{left:a.left,right:a.right,top:a.top||d,height:a.height||b,bottom:a.bottom||d+(a.height||b),width:a.width||c}},q.stringdecoder=function(){return{decode:function(a){if(!a)return"";if("string"!=typeof a)throw new error("error - expected string data.");return decodeuricomponent(encodeuricomponent(a))}}},q.convertcuetodomtree=function(a,b){return a&&b?i(a,b):null};q.processcues=function(a,b,c){if(!a||!b||!c)return null;for(;c.firstchild;)c.removechild(c.firstchild);var d=a.document.createelement("div");if(d.style.position="absolute",d.style.left="0",d.style.right="0",d.style.top="0",d.style.bottom="0",d.style.margin="1.5%",c.appendchild(d),function(a){for(var b=0;b100)throw new error("position must be between 0 and 100.");u=a,this.hasbeenreset=!0}})),object.defineproperty(g,"positionalign",f({},j,{get:function(){return v},set:function(a){var b=e(a);if(!b)throw new syntaxerror("an invalid or illegal string was specified.");v=b,this.hasbeenreset=!0}})),object.defineproperty(g,"size",f({},j,{get:function(){return w},set:function(a){if(a<0||a>100)throw new error("size must be between 0 and 100.");w=a,this.hasbeenreset=!0}})),object.defineproperty(g,"align",f({},j,{get:function(){return x},set:function(a){var b=e(a);if(!b)throw new syntaxerror("an invalid or illegal string was specified.");x=b,this.hasbeenreset=!0}})),g.displaystate=undefined,i)return g}var h="auto",i={"":!0,lr:!0,rl:!0},j={start:!0,middle:!0,end:!0,left:!0,right:!0};g.prototype.getcueashtml=function(){return webvtt.convertcuetodomtree(window,this.text)},b.exports=g},{}],102:[function(a,b,c){function d(a){return"string"==typeof a&&(!!g[a.tolowercase()]&&a.tolowercase())}function e(a){return"number"==typeof a&&a>=0&&a<=100}function f(){var a=100,b=3,c=0,f=100,g=0,h=100,i="";object.defineproperties(this,{width:{enumerable:!0,get:function(){return a},set:function(b){if(!e(b))throw new error("width must be between 0 and 100.");a=b}},lines:{enumerable:!0,get:function(){return b},set:function(a){if("number"!=typeof a)throw new typeerror("lines must be set to a number.");b=a}},regionanchory:{enumerable:!0,get:function(){return f},set:function(a){if(!e(a))throw new error("regionanchorx must be between 0 and 100.");f=a}},regionanchorx:{enumerable:!0,get:function(){return c},set:function(a){if(!e(a))throw new error("regionanchory must be between 0 and 100.");c=a}},viewportanchory:{enumerable:!0,get:function(){return h},set:function(a){if(!e(a))throw new error("viewportanchory must be between 0 and 100.");h=a}},viewportanchorx:{enumerable:!0,get:function(){return g},set:function(a){if(!e(a))throw new error("viewportanchorx must be between 0 and 100.");g=a}},scroll:{enumerable:!0,get:function(){return i},set:function(a){var b=d(a);if(!1===b)throw new syntaxerror("an invalid or illegal string was specified.");i=b}}})}var g={"":!0,up:!0};b.exports=f},{}],103:[function(a,b,c){(function(a){var c;c="undefined"!=typeof window?window:void 0!==a?a:"undefined"!=typeof self?self:{},b.exports=c}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],104:[function(a,b,c){"use strict";function d(a){for(var b in a)if(a.hasownproperty(b))return!1;return!0}function e(a,b,c){var d=a;return k(b)?(c=b,"string"==typeof a&&(d={uri:a})):d=m(b,{uri:a}),d.callback=c,d}function f(a,b,c){return b=e(a,b,c),g(b)}function g(a){function b(){4===m.readystate&&g()}function c(){var a=undefined;if(a=m.response?m.response:m.responsetext||h(m),v)try{a=json.parse(a)}catch(b){}return a}function e(a){return cleartimeout(p),a instanceof error||(a=new error(""+(a||"unknown xmlhttprequest error"))),a.statuscode=0,j(a,k)}function g(){if(!o){var b;cleartimeout(p),b=a.usexdr&&m.status===undefined?200:1223===m.status?204:m.status;var d=k,e=null;return 0!==b?(d={body:c(),statuscode:b,method:r,headers:{},url:q,rawrequest:m},m.getallresponseheaders&&(d.headers=l(m.getallresponseheaders()))):e=new error("internal xmlhttprequest error"),j(e,d,d.body)}}if("undefined"==typeof a.callback)throw new error("callback argument missing");var i=!1,j=function(b,c,d){i||(i=!0,a.callback(b,c,d))},k={body:undefined,headers:{},statuscode:0,method:r,url:q,rawrequest:m},m=a.xhr||null;m||(m=a.cors||a.usexdr?new f.xdomainrequest:new f.xmlhttprequest);var n,o,p,q=m.url=a.uri||a.url,r=m.method=a.method||"get",s=a.body||a.data||null,t=m.headers=a.headers||{},u=!!a.sync,v=!1;if("json"in a&&(v=!0,t.accept||t.accept||(t.accept="application/json"),"get"!==r&&"head"!==r&&(t["content-type"]||t["content-type"]||(t["content-type"]="application/json"),s=json.stringify(a.json))),m.onreadystatechange=b,m.onload=g,m.onerror=e,m.onprogress=function(){},m.ontimeout=e,m.open(r,q,!u,a.username,a.password),u||(m.withcredentials=!!a.withcredentials),!u&&a.timeout>0&&(p=settimeout(function(){o=!0,m.abort("timeout");var a=new error("xmlhttprequest timeout");a.code="etimedout",e(a)},a.timeout)),m.setrequestheader)for(n in t)t.hasownproperty(n)&&m.setrequestheader(n,t[n]);else if(a.headers&&!d(a.headers))throw new error("headers cannot be set on an xdomainrequest object");return"responsetype"in a&&(m.responsetype=a.responsetype),"beforesend"in a&&"function"==typeof a.beforesend&&a.beforesend(m),m.send(s),m}function h(a){if("document"===a.responsetype)return a.responsexml;var b=204===a.status&&a.responsexml&&"parsererror"===a.responsexml.documentelement.nodename;return""!==a.responsetype||b?null:a.responsexml}function i(){}var j=a(95),k=a(105),l=a(108),m=a(109);b.exports=f,f.xmlhttprequest=j.xmlhttprequest||i,f.xdomainrequest="withcredentials"in new f.xmlhttprequest?f.xmlhttprequest:j.xdomainrequest,function(a,b){for(var c=0;c