Comparar commits
2 Commits
| Autor | SHA1 | Data | |
|---|---|---|---|
| 2903529143 | |||
| e72043465a |
externo
+41
@@ -0,0 +1,41 @@
|
||||
WEBVTT
|
||||
|
||||
00:00.700 --> 00:04.110
|
||||
Captions describe all relevant audio for the hearing impaired.
|
||||
[ Heroic music playing for a seagull ]
|
||||
|
||||
00:04.500 --> 00:05.000
|
||||
[ Splash!!! ]
|
||||
|
||||
00:05.100 --> 00:06.000
|
||||
[ Sploosh!!! ]
|
||||
|
||||
00:08.000 --> 00:09.225
|
||||
[ Splash...splash...splash splash splash ]
|
||||
|
||||
00:10.525 --> 00:11.255
|
||||
[ Splash, Sploosh again ]
|
||||
|
||||
00:13.500 --> 00:14.984
|
||||
Dolphin: eeeEEEEEeeee!
|
||||
|
||||
00:14.984 --> 00:16.984
|
||||
Dolphin: Squawk! eeeEEE?
|
||||
|
||||
00:25.000 --> 00:28.284
|
||||
[ A whole ton of splashes ]
|
||||
|
||||
00:29.500 --> 00:31.000
|
||||
Mine. Mine. Mine.
|
||||
|
||||
00:34.300 --> 00:36.000
|
||||
Shark: Chomp
|
||||
|
||||
00:36.800 --> 00:37.900
|
||||
Shark: CHOMP!!!
|
||||
|
||||
00:37.861 --> 00:41.193
|
||||
EEEEEEOOOOOOOOOOWHALENOISE
|
||||
|
||||
00:42.593 --> 00:45.611
|
||||
[ BIG SPLASH ]
|
||||
externo
+32
@@ -0,0 +1,32 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Video.js | HTML5 Video Player</title>
|
||||
|
||||
<!-- Chang URLs to wherever Video.js files will be hosted -->
|
||||
<link href="video-js.css" rel="stylesheet" type="text/css">
|
||||
<!-- video.js must be in the <head> for older IEs to work. -->
|
||||
<script src="video.js"></script>
|
||||
|
||||
<!-- Unless using the CDN hosted version, update the URL to the Flash SWF -->
|
||||
<script>
|
||||
videojs.options.flash.swf = "video-js.swf";
|
||||
</script>
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<video id="example_video_1" class="video-js vjs-default-skin" controls preload="none" width="640" height="264"
|
||||
poster="http://video-js.zencoder.com/oceans-clip.png"
|
||||
data-setup="{}">
|
||||
<source src="http://video-js.zencoder.com/oceans-clip.mp4" type='video/mp4' />
|
||||
<source src="http://video-js.zencoder.com/oceans-clip.webm" type='video/webm' />
|
||||
<source src="http://video-js.zencoder.com/oceans-clip.ogv" type='video/ogg' />
|
||||
<track kind="captions" src="demo.captions.vtt" srclang="en" label="English"></track><!-- Tracks need an ending tag thanks to IE9 -->
|
||||
<track kind="subtitles" src="demo.captions.vtt" srclang="en" label="English"></track><!-- Tracks need an ending tag thanks to IE9 -->
|
||||
<p class="vjs-no-js">To view this video please enable JavaScript, and consider upgrading to a web browser that <a href="http://videojs.com/html5-video-support/" target="_blank">supports HTML5 video</a></p>
|
||||
</video>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
externo
+5
Diff do arquivo suprimido porque uma ou mais linhas são muito longas
externo
BIN
Arquivo binário não exibido.
externo
+141
@@ -0,0 +1,141 @@
|
||||
/*! Video.js v4.5.2 Copyright 2014 Brightcove, Inc. https://github.com/videojs/video.js/blob/master/LICENSE */
|
||||
(function() {var b=void 0,f=!0,h=null,l=!1;function m(){return function(){}}function p(a){return function(){return this[a]}}function q(a){return function(){return a}}var s;document.createElement("video");document.createElement("audio");document.createElement("track");function u(a,c,d){if("string"===typeof a){0===a.indexOf("#")&&(a=a.slice(1));if(u.ya[a])return u.ya[a];a=u.w(a)}if(!a||!a.nodeName)throw new TypeError("The element or ID supplied is not valid. (videojs)");return a.player||new u.Player(a,c,d)}
|
||||
var videojs=u;window.ce=window.de=u;u.Vb="4.5";u.Jc="https:"==document.location.protocol?"https://":"http://";u.options={techOrder:["html5","flash"],html5:{},flash:{},width:300,height:150,defaultVolume:0,children:{mediaLoader:{},posterImage:{},textTrackDisplay:{},loadingSpinner:{},bigPlayButton:{},controlBar:{},errorDisplay:{}},notSupportedMessage:"No compatible source was found for this video."};"GENERATED_CDN_VSN"!==u.Vb&&(videojs.options.flash.swf=u.Jc+"vjs.zencdn.net/"+u.Vb+"/video-js.swf");
|
||||
u.ya={};"function"===typeof define&&define.amd?define([],function(){return videojs}):"object"===typeof exports&&"object"===typeof module&&(module.exports=videojs);u.na=u.CoreObject=m();u.na.extend=function(a){var c,d;a=a||{};c=a.init||a.i||this.prototype.init||this.prototype.i||m();d=function(){c.apply(this,arguments)};d.prototype=u.l.create(this.prototype);d.prototype.constructor=d;d.extend=u.na.extend;d.create=u.na.create;for(var e in a)a.hasOwnProperty(e)&&(d.prototype[e]=a[e]);return d};
|
||||
u.na.create=function(){var a=u.l.create(this.prototype);this.apply(a,arguments);return a};u.d=function(a,c,d){var e=u.getData(a);e.C||(e.C={});e.C[c]||(e.C[c]=[]);d.t||(d.t=u.t++);e.C[c].push(d);e.X||(e.disabled=l,e.X=function(c){if(!e.disabled){c=u.nc(c);var d=e.C[c.type];if(d)for(var d=d.slice(0),j=0,r=d.length;j<r&&!c.uc();j++)d[j].call(a,c)}});1==e.C[c].length&&(document.addEventListener?a.addEventListener(c,e.X,l):document.attachEvent&&a.attachEvent("on"+c,e.X))};
|
||||
u.o=function(a,c,d){if(u.rc(a)){var e=u.getData(a);if(e.C)if(c){var g=e.C[c];if(g){if(d){if(d.t)for(e=0;e<g.length;e++)g[e].t===d.t&&g.splice(e--,1)}else e.C[c]=[];u.jc(a,c)}}else for(g in e.C)c=g,e.C[c]=[],u.jc(a,c)}};u.jc=function(a,c){var d=u.getData(a);0===d.C[c].length&&(delete d.C[c],document.removeEventListener?a.removeEventListener(c,d.X,l):document.detachEvent&&a.detachEvent("on"+c,d.X));u.Db(d.C)&&(delete d.C,delete d.X,delete d.disabled);u.Db(d)&&u.zc(a)};
|
||||
u.nc=function(a){function c(){return f}function d(){return l}if(!a||!a.Eb){var e=a||window.event;a={};for(var g in e)"layerX"!==g&&("layerY"!==g&&"keyboardEvent.keyLocation"!==g)&&("returnValue"==g&&e.preventDefault||(a[g]=e[g]));a.target||(a.target=a.srcElement||document);a.relatedTarget=a.fromElement===a.target?a.toElement:a.fromElement;a.preventDefault=function(){e.preventDefault&&e.preventDefault();a.returnValue=l;a.ld=c;a.defaultPrevented=f};a.ld=d;a.defaultPrevented=l;a.stopPropagation=function(){e.stopPropagation&&
|
||||
e.stopPropagation();a.cancelBubble=f;a.Eb=c};a.Eb=d;a.stopImmediatePropagation=function(){e.stopImmediatePropagation&&e.stopImmediatePropagation();a.uc=c;a.stopPropagation()};a.uc=d;if(a.clientX!=h){g=document.documentElement;var k=document.body;a.pageX=a.clientX+(g&&g.scrollLeft||k&&k.scrollLeft||0)-(g&&g.clientLeft||k&&k.clientLeft||0);a.pageY=a.clientY+(g&&g.scrollTop||k&&k.scrollTop||0)-(g&&g.clientTop||k&&k.clientTop||0)}a.which=a.charCode||a.keyCode;a.button!=h&&(a.button=a.button&1?0:a.button&
|
||||
4?1:a.button&2?2:0)}return a};u.k=function(a,c){var d=u.rc(a)?u.getData(a):{},e=a.parentNode||a.ownerDocument;"string"===typeof c&&(c={type:c,target:a});c=u.nc(c);d.X&&d.X.call(a,c);if(e&&!c.Eb()&&c.bubbles!==l)u.k(e,c);else if(!e&&!c.defaultPrevented&&(d=u.getData(c.target),c.target[c.type])){d.disabled=f;if("function"===typeof c.target[c.type])c.target[c.type]();d.disabled=l}return!c.defaultPrevented};
|
||||
u.V=function(a,c,d){function e(){u.o(a,c,e);d.apply(this,arguments)}e.t=d.t=d.t||u.t++;u.d(a,c,e)};var v=Object.prototype.hasOwnProperty;u.e=function(a,c){var d,e;d=document.createElement(a||"div");for(e in c)v.call(c,e)&&(-1!==e.indexOf("aria-")||"role"==e?d.setAttribute(e,c[e]):d[e]=c[e]);return d};u.$=function(a){return a.charAt(0).toUpperCase()+a.slice(1)};u.l={};u.l.create=Object.create||function(a){function c(){}c.prototype=a;return new c};
|
||||
u.l.ua=function(a,c,d){for(var e in a)v.call(a,e)&&c.call(d||this,e,a[e])};u.l.A=function(a,c){if(!c)return a;for(var d in c)v.call(c,d)&&(a[d]=c[d]);return a};u.l.$c=function(a,c){var d,e,g;a=u.l.copy(a);for(d in c)v.call(c,d)&&(e=a[d],g=c[d],a[d]=u.l.Ra(e)&&u.l.Ra(g)?u.l.$c(e,g):c[d]);return a};u.l.copy=function(a){return u.l.A({},a)};u.l.Ra=function(a){return!!a&&"object"===typeof a&&"[object Object]"===a.toString()&&a.constructor===Object};
|
||||
u.bind=function(a,c,d){function e(){return c.apply(a,arguments)}c.t||(c.t=u.t++);e.t=d?d+"_"+c.t:c.t;return e};u.sa={};u.t=1;u.expando="vdata"+(new Date).getTime();u.getData=function(a){var c=a[u.expando];c||(c=a[u.expando]=u.t++,u.sa[c]={});return u.sa[c]};u.rc=function(a){a=a[u.expando];return!(!a||u.Db(u.sa[a]))};u.zc=function(a){var c=a[u.expando];if(c){delete u.sa[c];try{delete a[u.expando]}catch(d){a.removeAttribute?a.removeAttribute(u.expando):a[u.expando]=h}}};
|
||||
u.Db=function(a){for(var c in a)if(a[c]!==h)return l;return f};u.m=function(a,c){-1==(" "+a.className+" ").indexOf(" "+c+" ")&&(a.className=""===a.className?c:a.className+" "+c)};u.q=function(a,c){var d,e;if(-1!=a.className.indexOf(c)){d=a.className.split(" ");for(e=d.length-1;0<=e;e--)d[e]===c&&d.splice(e,1);a.className=d.join(" ")}};u.H=u.e("video");u.K=navigator.userAgent;u.Oc=/iPhone/i.test(u.K);u.Nc=/iPad/i.test(u.K);u.Pc=/iPod/i.test(u.K);u.Mc=u.Oc||u.Nc||u.Pc;var aa=u,w;var x=u.K.match(/OS (\d+)_/i);
|
||||
w=x&&x[1]?x[1]:b;aa.Rd=w;u.Lc=/Android/i.test(u.K);var ba=u,y;var z=u.K.match(/Android (\d+)(?:\.(\d+))?(?:\.(\d+))*/i),A,B;z?(A=z[1]&&parseFloat(z[1]),B=z[2]&&parseFloat(z[2]),y=A&&B?parseFloat(z[1]+"."+z[2]):A?A:h):y=h;ba.Ub=y;u.Qc=u.Lc&&/webkit/i.test(u.K)&&2.3>u.Ub;u.Yb=/Firefox/i.test(u.K);u.Sd=/Chrome/i.test(u.K);u.ec=!!("ontouchstart"in window||window.Kc&&document instanceof window.Kc);
|
||||
u.Ab=function(a){var c,d,e,g;c={};if(a&&a.attributes&&0<a.attributes.length){d=a.attributes;for(var k=d.length-1;0<=k;k--){e=d[k].name;g=d[k].value;if("boolean"===typeof a[e]||-1!==",autoplay,controls,loop,muted,default,".indexOf(","+e+","))g=g!==h?f:l;c[e]=g}}return c};
|
||||
u.Wd=function(a,c){var d="";document.defaultView&&document.defaultView.getComputedStyle?d=document.defaultView.getComputedStyle(a,"").getPropertyValue(c):a.currentStyle&&(d=a["client"+c.substr(0,1).toUpperCase()+c.substr(1)]+"px");return d};u.Cb=function(a,c){c.firstChild?c.insertBefore(a,c.firstChild):c.appendChild(a)};u.Rb={};u.w=function(a){0===a.indexOf("#")&&(a=a.slice(1));return document.getElementById(a)};
|
||||
u.wa=function(a,c){c=c||a;var d=Math.floor(a%60),e=Math.floor(a/60%60),g=Math.floor(a/3600),k=Math.floor(c/60%60),j=Math.floor(c/3600);if(isNaN(a)||Infinity===a)g=e=d="-";g=0<g||0<j?g+":":"";return g+(((g||10<=k)&&10>e?"0"+e:e)+":")+(10>d?"0"+d:d)};u.Wc=function(){document.body.focus();document.onselectstart=q(l)};u.Ld=function(){document.onselectstart=q(f)};u.trim=function(a){return(a+"").replace(/^\s+|\s+$/g,"")};u.round=function(a,c){c||(c=0);return Math.round(a*Math.pow(10,c))/Math.pow(10,c)};
|
||||
u.xb=function(a,c){return{length:1,start:function(){return a},end:function(){return c}}};
|
||||
u.get=function(a,c,d){var e,g;"undefined"===typeof XMLHttpRequest&&(window.XMLHttpRequest=function(){try{return new window.ActiveXObject("Msxml2.XMLHTTP.6.0")}catch(a){}try{return new window.ActiveXObject("Msxml2.XMLHTTP.3.0")}catch(c){}try{return new window.ActiveXObject("Msxml2.XMLHTTP")}catch(d){}throw Error("This browser does not support XMLHttpRequest.");});g=new XMLHttpRequest;try{g.open("GET",a)}catch(k){d(k)}e=0===a.indexOf("file:")||0===window.location.href.indexOf("file:")&&-1===a.indexOf("http");
|
||||
g.onreadystatechange=function(){4===g.readyState&&(200===g.status||e&&0===g.status?c(g.responseText):d&&d())};try{g.send()}catch(j){d&&d(j)}};u.Dd=function(a){try{var c=window.localStorage||l;c&&(c.volume=a)}catch(d){22==d.code||1014==d.code?u.log("LocalStorage Full (VideoJS)",d):18==d.code?u.log("LocalStorage not allowed (VideoJS)",d):u.log("LocalStorage Error (VideoJS)",d)}};u.pc=function(a){a.match(/^https?:\/\//)||(a=u.e("div",{innerHTML:'<a href="'+a+'">x</a>'}).firstChild.href);return a};
|
||||
function C(){}var D=window.console||{log:C,warn:C,error:C};function F(a,c){var d=Array.prototype.slice.call(c);a?d.unshift(a.toUpperCase()+":"):a="log";u.log.history.push(d);d.unshift("VIDEOJS:");if(D[a].apply)D[a].apply(D,d);else D[a](d.join(" "))}u.log=function(){F(h,arguments)};u.log.history=[];u.log.error=function(){F("error",arguments)};u.log.warn=function(){F("warn",arguments)};
|
||||
u.hd=function(a){var c,d;a.getBoundingClientRect&&a.parentNode&&(c=a.getBoundingClientRect());if(!c)return{left:0,top:0};a=document.documentElement;d=document.body;return{left:u.round(c.left+(window.pageXOffset||d.scrollLeft)-(a.clientLeft||d.clientLeft||0)),top:u.round(c.top+(window.pageYOffset||d.scrollTop)-(a.clientTop||d.clientTop||0))}};u.ma={};u.ma.Ib=function(a,c){var d,e,g;a=u.l.copy(a);for(d in c)c.hasOwnProperty(d)&&(e=a[d],g=c[d],a[d]=u.l.Ra(e)&&u.l.Ra(g)?u.ma.Ib(e,g):c[d]);return a};
|
||||
u.b=u.na.extend({i:function(a,c,d){this.c=a;this.j=u.l.copy(this.j);c=this.options(c);this.S=c.id||(c.el&&c.el.id?c.el.id:a.id()+"_component_"+u.t++);this.qd=c.name||h;this.a=c.el||this.e();this.L=[];this.Ma={};this.Na={};this.sc();this.J(d);if(c.Ac!==l){var e,g;e=u.bind(this.u(),this.u().reportUserActivity);this.d("touchstart",function(){e();clearInterval(g);g=setInterval(e,250)});a=function(){e();clearInterval(g)};this.d("touchmove",e);this.d("touchend",a);this.d("touchcancel",a)}}});s=u.b.prototype;
|
||||
s.dispose=function(){this.k({type:"dispose",bubbles:l});if(this.L)for(var a=this.L.length-1;0<=a;a--)this.L[a].dispose&&this.L[a].dispose();this.Na=this.Ma=this.L=h;this.o();this.a.parentNode&&this.a.parentNode.removeChild(this.a);u.zc(this.a);this.a=h};s.c=f;s.u=p("c");s.options=function(a){return a===b?this.j:this.j=u.ma.Ib(this.j,a)};s.e=function(a,c){return u.e(a,c)};s.w=p("a");s.ha=function(){return this.z||this.a};s.id=p("S");s.name=p("qd");s.children=p("L");s.kd=function(a){return this.Ma[a]};
|
||||
s.ia=function(a){return this.Na[a]};s.W=function(a,c){var d,e;"string"===typeof a?(e=a,c=c||{},d=c.componentClass||u.$(e),c.name=e,d=new window.videojs[d](this.c||this,c)):d=a;this.L.push(d);"function"===typeof d.id&&(this.Ma[d.id()]=d);(e=e||d.name&&d.name())&&(this.Na[e]=d);"function"===typeof d.el&&d.el()&&this.ha().appendChild(d.el());return d};
|
||||
s.removeChild=function(a){"string"===typeof a&&(a=this.ia(a));if(a&&this.L){for(var c=l,d=this.L.length-1;0<=d;d--)if(this.L[d]===a){c=f;this.L.splice(d,1);break}c&&(this.Ma[a.id]=h,this.Na[a.name]=h,(c=a.w())&&c.parentNode===this.ha()&&this.ha().removeChild(a.w()))}};s.sc=function(){var a,c,d,e;a=this;if(c=this.options().children)if(c instanceof Array)for(var g=0;g<c.length;g++)d=c[g],"string"==typeof d?(e=d,d={}):e=d.name,a[e]=a.W(e,d);else u.l.ua(c,function(c,d){d!==l&&(a[c]=a.W(c,d))})};s.R=q("");
|
||||
s.d=function(a,c){u.d(this.a,a,u.bind(this,c));return this};s.o=function(a,c){u.o(this.a,a,c);return this};s.V=function(a,c){u.V(this.a,a,u.bind(this,c));return this};s.k=function(a,c){u.k(this.a,a,c);return this};s.J=function(a){a&&(this.ca?a.call(this):(this.Ya===b&&(this.Ya=[]),this.Ya.push(a)));return this};s.Ca=function(){this.ca=f;var a=this.Ya;if(a&&0<a.length){for(var c=0,d=a.length;c<d;c++)a[c].call(this);this.Ya=[];this.k("ready")}};s.m=function(a){u.m(this.a,a);return this};
|
||||
s.q=function(a){u.q(this.a,a);return this};s.show=function(){this.a.style.display="block";return this};s.F=function(){this.a.style.display="none";return this};function G(a){a.q("vjs-lock-showing")}s.disable=function(){this.F();this.show=m()};s.width=function(a,c){return H(this,"width",a,c)};s.height=function(a,c){return H(this,"height",a,c)};s.cd=function(a,c){return this.width(a,f).height(c)};
|
||||
function H(a,c,d,e){if(d!==b)return a.a.style[c]=-1!==(""+d).indexOf("%")||-1!==(""+d).indexOf("px")?d:"auto"===d?"":d+"px",e||a.k("resize"),a;if(!a.a)return 0;d=a.a.style[c];e=d.indexOf("px");return-1!==e?parseInt(d.slice(0,e),10):parseInt(a.a["offset"+u.$(c)],10)}
|
||||
function I(a){var c,d,e,g,k,j,r,n;c=0;d=h;a.d("touchstart",function(a){1===a.touches.length&&(d=a.touches[0],c=(new Date).getTime(),g=f)});a.d("touchmove",function(a){1<a.touches.length?g=l:d&&(j=a.touches[0].pageX-d.pageX,r=a.touches[0].pageY-d.pageY,n=Math.sqrt(j*j+r*r),22<n&&(g=l))});k=function(){g=l};a.d("touchleave",k);a.d("touchcancel",k);a.d("touchend",function(a){d=h;g===f&&(e=(new Date).getTime()-c,250>e&&(a.preventDefault(),this.k("tap")))})}
|
||||
u.r=u.b.extend({i:function(a,c){u.b.call(this,a,c);I(this);this.d("tap",this.p);this.d("click",this.p);this.d("focus",this.Ua);this.d("blur",this.Ta)}});s=u.r.prototype;s.e=function(a,c){c=u.l.A({className:this.R(),innerHTML:'<div class="vjs-control-content"><span class="vjs-control-text">'+(this.ra||"Need Text")+"</span></div>",role:"button","aria-live":"polite",tabIndex:0},c);return u.b.prototype.e.call(this,a,c)};s.R=function(){return"vjs-control "+u.b.prototype.R.call(this)};s.p=m();
|
||||
s.Ua=function(){u.d(document,"keyup",u.bind(this,this.da))};s.da=function(a){if(32==a.which||13==a.which)a.preventDefault(),this.p()};s.Ta=function(){u.o(document,"keyup",u.bind(this,this.da))};
|
||||
u.P=u.b.extend({i:function(a,c){u.b.call(this,a,c);this.Vc=this.ia(this.j.barName);this.handle=this.ia(this.j.handleName);this.d("mousedown",this.Va);this.d("touchstart",this.Va);this.d("focus",this.Ua);this.d("blur",this.Ta);this.d("click",this.p);this.c.d("controlsvisible",u.bind(this,this.update));a.d(this.xc,u.bind(this,this.update));this.Q={}}});s=u.P.prototype;
|
||||
s.e=function(a,c){c=c||{};c.className+=" vjs-slider";c=u.l.A({role:"slider","aria-valuenow":0,"aria-valuemin":0,"aria-valuemax":100,tabIndex:0},c);return u.b.prototype.e.call(this,a,c)};s.Va=function(a){a.preventDefault();u.Wc();this.Q.move=u.bind(this,this.Jb);this.Q.end=u.bind(this,this.Kb);u.d(document,"mousemove",this.Q.move);u.d(document,"mouseup",this.Q.end);u.d(document,"touchmove",this.Q.move);u.d(document,"touchend",this.Q.end);this.Jb(a)};
|
||||
s.Kb=function(){u.Ld();u.o(document,"mousemove",this.Q.move,l);u.o(document,"mouseup",this.Q.end,l);u.o(document,"touchmove",this.Q.move,l);u.o(document,"touchend",this.Q.end,l);this.update()};s.update=function(){if(this.a){var a,c=this.Bb(),d=this.handle,e=this.Vc;isNaN(c)&&(c=0);a=c;if(d){a=this.a.offsetWidth;var g=d.w().offsetWidth;a=g?g/a:0;c*=1-a;a=c+a/2;d.w().style.left=u.round(100*c,2)+"%"}e.w().style.width=u.round(100*a,2)+"%"}};
|
||||
function J(a,c){var d,e,g,k;d=a.a;e=u.hd(d);k=g=d.offsetWidth;d=a.handle;if(a.j.Nd)return k=e.top,e=c.changedTouches?c.changedTouches[0].pageY:c.pageY,d&&(d=d.w().offsetHeight,k+=d/2,g-=d),Math.max(0,Math.min(1,(k-e+g)/g));g=e.left;e=c.changedTouches?c.changedTouches[0].pageX:c.pageX;d&&(d=d.w().offsetWidth,g+=d/2,k-=d);return Math.max(0,Math.min(1,(e-g)/k))}s.Ua=function(){u.d(document,"keyup",u.bind(this,this.da))};
|
||||
s.da=function(a){37==a.which?(a.preventDefault(),this.Cc()):39==a.which&&(a.preventDefault(),this.Dc())};s.Ta=function(){u.o(document,"keyup",u.bind(this,this.da))};s.p=function(a){a.stopImmediatePropagation();a.preventDefault()};u.Y=u.b.extend();u.Y.prototype.defaultValue=0;u.Y.prototype.e=function(a,c){c=c||{};c.className+=" vjs-slider-handle";c=u.l.A({innerHTML:'<span class="vjs-control-text">'+this.defaultValue+"</span>"},c);return u.b.prototype.e.call(this,"div",c)};u.oa=u.b.extend();
|
||||
function ca(a,c){a.W(c);c.d("click",u.bind(a,function(){G(this)}))}u.oa.prototype.e=function(){var a=this.options().Yc||"ul";this.z=u.e(a,{className:"vjs-menu-content"});a=u.b.prototype.e.call(this,"div",{append:this.z,className:"vjs-menu"});a.appendChild(this.z);u.d(a,"click",function(a){a.preventDefault();a.stopImmediatePropagation()});return a};u.O=u.r.extend({i:function(a,c){u.r.call(this,a,c);this.selected(c.selected)}});
|
||||
u.O.prototype.e=function(a,c){return u.r.prototype.e.call(this,"li",u.l.A({className:"vjs-menu-item",innerHTML:this.j.label},c))};u.O.prototype.p=function(){this.selected(f)};u.O.prototype.selected=function(a){a?(this.m("vjs-selected"),this.a.setAttribute("aria-selected",f)):(this.q("vjs-selected"),this.a.setAttribute("aria-selected",l))};
|
||||
u.T=u.r.extend({i:function(a,c){u.r.call(this,a,c);this.xa=this.Oa();this.W(this.xa);this.M&&0===this.M.length&&this.F();this.d("keyup",this.da);this.a.setAttribute("aria-haspopup",f);this.a.setAttribute("role","button")}});s=u.T.prototype;s.qa=l;s.Oa=function(){var a=new u.oa(this.c);this.options().title&&a.ha().appendChild(u.e("li",{className:"vjs-menu-title",innerHTML:u.$(this.options().title),Jd:-1}));if(this.M=this.createItems())for(var c=0;c<this.M.length;c++)ca(a,this.M[c]);return a};
|
||||
s.ta=m();s.R=function(){return this.className+" vjs-menu-button "+u.r.prototype.R.call(this)};s.Ua=m();s.Ta=m();s.p=function(){this.V("mouseout",u.bind(this,function(){G(this.xa);this.a.blur()}));this.qa?K(this):L(this)};s.da=function(a){a.preventDefault();32==a.which||13==a.which?this.qa?K(this):L(this):27==a.which&&this.qa&&K(this)};function L(a){a.qa=f;a.xa.m("vjs-lock-showing");a.a.setAttribute("aria-pressed",f);a.M&&0<a.M.length&&a.M[0].w().focus()}
|
||||
function K(a){a.qa=l;G(a.xa);a.a.setAttribute("aria-pressed",l)}u.D=function(a){"number"==typeof a?this.code=a:"string"==typeof a?this.message=a:"object"==typeof a&&u.l.A(this,a);this.message||(this.message=u.D.ad[this.code]||"")};u.D.prototype.code=0;u.D.prototype.message="";u.D.prototype.status=h;u.D.Qa="MEDIA_ERR_CUSTOM MEDIA_ERR_ABORTED MEDIA_ERR_NETWORK MEDIA_ERR_DECODE MEDIA_ERR_SRC_NOT_SUPPORTED MEDIA_ERR_ENCRYPTED".split(" ");
|
||||
u.D.ad={1:"You aborted the video playback",2:"A network error caused the video download to fail part-way.",3:"The video playback was aborted due to a corruption problem or because the video used features your browser did not support.",4:"The video could not be loaded, either because the server or network failed or because the format is not supported.",5:"The video is encrypted and we do not have the keys to decrypt it."};for(var M=0;M<u.D.Qa.length;M++)u.D[u.D.Qa[M]]=M,u.D.prototype[u.D.Qa[M]]=M;
|
||||
u.Player=u.b.extend({i:function(a,c,d){this.N=a;a.id=a.id||"vjs_video_"+u.t++;c=u.l.A(da(a),c);this.v={};this.yc=c.poster;this.wb=c.controls;a.controls=l;c.Ac=l;u.b.call(this,this,c,d);this.controls()?this.m("vjs-controls-enabled"):this.m("vjs-controls-disabled");this.d("loadstart",this.vd);this.d("ended",this.rd);this.d("play",this.Mb);this.d("firstplay",this.td);this.d("pause",this.Lb);this.d("progress",this.wd);this.d("durationchange",this.vc);this.d("fullscreenchange",this.ud);u.ya[this.S]=this;
|
||||
c.plugins&&u.l.ua(c.plugins,function(a,c){this[a](c)},this);var e,g,k,j,r,n;e=u.bind(this,this.reportUserActivity);this.d("mousedown",function(){e();clearInterval(g);g=setInterval(e,250)});this.d("mousemove",function(a){if(a.screenX!=r||a.screenY!=n)r=a.screenX,n=a.screenY,e()});this.d("mouseup",function(){e();clearInterval(g)});this.d("keydown",e);this.d("keyup",e);k=setInterval(u.bind(this,function(){this.la&&(this.la=l,this.userActive(f),clearTimeout(j),j=setTimeout(u.bind(this,function(){this.la||
|
||||
this.userActive(l)}),2E3))}),250);this.d("dispose",function(){clearInterval(k);clearTimeout(j)})}});s=u.Player.prototype;s.j=u.options;s.dispose=function(){this.k("dispose");this.o("dispose");u.ya[this.S]=h;this.N&&this.N.player&&(this.N.player=h);this.a&&this.a.player&&(this.a.player=h);clearInterval(this.Xa);this.za();this.f&&this.f.dispose();u.b.prototype.dispose.call(this)};
|
||||
function da(a){var c={sources:[],tracks:[]};u.l.A(c,u.Ab(a));if(a.hasChildNodes()){var d,e,g,k;a=a.childNodes;g=0;for(k=a.length;g<k;g++)d=a[g],e=d.nodeName.toLowerCase(),"source"===e?c.sources.push(u.Ab(d)):"track"===e&&c.tracks.push(u.Ab(d))}return c}
|
||||
s.e=function(){var a=this.a=u.b.prototype.e.call(this,"div"),c=this.N;c.removeAttribute("width");c.removeAttribute("height");if(c.hasChildNodes()){var d,e,g,k,j;d=c.childNodes;e=d.length;for(j=[];e--;)g=d[e],k=g.nodeName.toLowerCase(),"track"===k&&j.push(g);for(d=0;d<j.length;d++)c.removeChild(j[d])}a.id=c.id;a.className=c.className;c.id+="_html5_api";c.className="vjs-tech";c.player=a.player=this;this.m("vjs-paused");this.width(this.j.width,f);this.height(this.j.height,f);c.parentNode&&c.parentNode.insertBefore(a,
|
||||
c);u.Cb(c,a);return a};
|
||||
function N(a,c,d){a.f&&(a.ca=l,a.f.dispose(),a.Gb&&(a.Gb=l,clearInterval(a.Xa)),a.Hb&&O(a),a.f=l);"Html5"!==c&&a.N&&(u.h.lc(a.N),a.N=h);a.Aa=c;a.ca=l;var e=u.l.A({source:d,parentEl:a.a},a.j[c.toLowerCase()]);d&&(d.src==a.v.src&&0<a.v.currentTime&&(e.startTime=a.v.currentTime),a.v.src=d.src);a.f=new window.videojs[c](a,e);a.f.J(function(){this.c.Ca();if(!this.n.progressEvents){var a=this.c;a.Gb=f;a.Xa=setInterval(u.bind(a,function(){this.v.rb<this.buffered().end(0)?this.k("progress"):1==this.bufferedPercent()&&
|
||||
(clearInterval(this.Xa),this.k("progress"))}),500);a.f&&a.f.V("progress",function(){this.n.progressEvents=f;var a=this.c;a.Gb=l;clearInterval(a.Xa)})}this.n.timeupdateEvents||(a=this.c,a.Hb=f,a.d("play",a.Gc),a.d("pause",a.za),a.f&&a.f.V("timeupdate",function(){this.n.timeupdateEvents=f;O(this.c)}))})}function O(a){a.Hb=l;a.za();a.o("play",a.Gc);a.o("pause",a.za)}s.Gc=function(){this.kc&&this.za();this.kc=setInterval(u.bind(this,function(){this.k("timeupdate")}),250)};
|
||||
s.za=function(){clearInterval(this.kc);this.k("timeupdate")};s.vd=function(){this.o("play",P);this.V("play",P);this.error()&&this.error(h);u.q(this.a,"vjs-has-started")};function P(a){u.k(this.a,{type:"firstplay",target:this.a})||(a.preventDefault(),a.stopPropagation(),a.stopImmediatePropagation())}s.Mb=function(){u.q(this.a,"vjs-paused");u.m(this.a,"vjs-playing")};s.td=function(){this.j.starttime&&this.currentTime(this.j.starttime);this.m("vjs-has-started")};
|
||||
s.Lb=function(){u.q(this.a,"vjs-playing");u.m(this.a,"vjs-paused")};s.wd=function(){1==this.bufferedPercent()&&this.k("loadedalldata")};s.rd=function(){this.j.loop&&(this.currentTime(0),this.play())};s.vc=function(){var a=Q(this,"duration");a&&(0>a&&(a=Infinity),this.duration(a),Infinity===a?this.m("vjs-live"):this.q("vjs-live"))};s.ud=function(){this.isFullScreen()?this.m("vjs-fullscreen"):this.q("vjs-fullscreen")};
|
||||
function R(a,c,d){if(a.f&&!a.f.ca)a.f.J(function(){this[c](d)});else try{a.f[c](d)}catch(e){throw u.log(e),e;}}function Q(a,c){if(a.f&&a.f.ca)try{return a.f[c]()}catch(d){throw a.f[c]===b?u.log("Video.js: "+c+" method not defined for "+a.Aa+" playback technology.",d):"TypeError"==d.name?(u.log("Video.js: "+c+" unavailable on "+a.Aa+" playback technology element.",d),a.f.ca=l):u.log(d),d;}}s.play=function(){this.error()||R(this,"play");return this};s.pause=function(){R(this,"pause");return this};
|
||||
s.paused=function(){return Q(this,"paused")===l?l:f};s.currentTime=function(a){return a!==b?(R(this,"setCurrentTime",a),this.Hb&&this.k("timeupdate"),this):this.v.currentTime=Q(this,"currentTime")||0};s.duration=function(a){if(a!==b)return this.v.duration=parseFloat(a),this;this.v.duration===b&&this.vc();return this.v.duration||0};s.buffered=function(){var a=Q(this,"buffered"),c=a.length-1,d=this.v.rb=this.v.rb||0;a&&(0<=c&&a.end(c)!==d)&&(d=a.end(c),this.v.rb=d);return u.xb(0,d)};
|
||||
s.bufferedPercent=function(){return this.duration()?this.buffered().end(0)/this.duration():0};s.volume=function(a){if(a!==b)return a=Math.max(0,Math.min(1,parseFloat(a))),this.v.volume=a,R(this,"setVolume",a),u.Dd(a),this;a=parseFloat(Q(this,"volume"));return isNaN(a)?1:a};s.muted=function(a){return a!==b?(R(this,"setMuted",a),this):Q(this,"muted")||l};s.$a=function(){return Q(this,"supportsFullScreen")||l};s.tc=l;s.isFullScreen=function(a){return a!==b?(this.tc=a,this):this.tc};
|
||||
s.requestFullScreen=function(){var a=u.Rb.requestFullScreen;this.isFullScreen(f);a?(u.d(document,a.yb,u.bind(this,function(c){this.isFullScreen(document[a.isFullScreen]);this.isFullScreen()===l&&u.o(document,a.yb,arguments.callee);this.k("fullscreenchange")})),this.a[a.Ob]()):this.f.$a()?R(this,"enterFullScreen"):(this.md=f,this.dd=document.documentElement.style.overflow,u.d(document,"keydown",u.bind(this,this.oc)),document.documentElement.style.overflow="hidden",u.m(document.body,"vjs-full-window"),
|
||||
this.k("enterFullWindow"),this.k("fullscreenchange"));return this};s.cancelFullScreen=function(){var a=u.Rb.requestFullScreen;this.isFullScreen(l);if(a)document[a.tb]();else this.f.$a()?R(this,"exitFullScreen"):(S(this),this.k("fullscreenchange"));return this};s.oc=function(a){27===a.keyCode&&(this.isFullScreen()===f?this.cancelFullScreen():S(this))};
|
||||
function S(a){a.md=l;u.o(document,"keydown",a.oc);document.documentElement.style.overflow=a.dd;u.q(document.body,"vjs-full-window");a.k("exitFullWindow")}
|
||||
s.src=function(a){if(a===b)return Q(this,"src");if(a instanceof Array){var c;a:{c=a;for(var d=0,e=this.j.techOrder;d<e.length;d++){var g=u.$(e[d]),k=window.videojs[g];if(k.isSupported())for(var j=0,r=c;j<r.length;j++){var n=r[j];if(k.canPlaySource(n)){c={source:n,f:g};break a}}}c=l}c?(a=c.source,c=c.f,c==this.Aa?this.src(a):N(this,c,a)):(this.error({code:4,message:this.options().notSupportedMessage}),this.Ca())}else a instanceof Object?window.videojs[this.Aa].canPlaySource(a)?this.src(a.src):this.src([a]):
|
||||
(this.v.src=a,this.ca?(R(this,"src",a),"auto"==this.j.preload&&this.load(),this.j.autoplay&&this.play()):this.J(function(){this.src(a)}));return this};s.load=function(){R(this,"load");return this};s.currentSrc=function(){return Q(this,"currentSrc")||this.v.src||""};s.Wa=function(a){return a!==b?(R(this,"setPreload",a),this.j.preload=a,this):Q(this,"preload")};s.autoplay=function(a){return a!==b?(R(this,"setAutoplay",a),this.j.autoplay=a,this):Q(this,"autoplay")};
|
||||
s.loop=function(a){return a!==b?(R(this,"setLoop",a),this.j.loop=a,this):Q(this,"loop")};s.poster=function(a){if(a===b)return this.yc;this.yc=a;R(this,"setPoster",a);this.k("posterchange")};s.controls=function(a){return a!==b?(a=!!a,this.wb!==a&&((this.wb=a)?(this.q("vjs-controls-disabled"),this.m("vjs-controls-enabled"),this.k("controlsenabled")):(this.q("vjs-controls-enabled"),this.m("vjs-controls-disabled"),this.k("controlsdisabled"))),this):this.wb};u.Player.prototype.Tb;s=u.Player.prototype;
|
||||
s.usingNativeControls=function(a){return a!==b?(a=!!a,this.Tb!==a&&((this.Tb=a)?(this.m("vjs-using-native-controls"),this.k("usingnativecontrols")):(this.q("vjs-using-native-controls"),this.k("usingcustomcontrols"))),this):this.Tb};s.ba=h;s.error=function(a){if(a===b)return this.ba;if(a===h)return this.ba=a,this.q("vjs-error"),this;this.ba=a instanceof u.D?a:new u.D(a);this.k("error");this.m("vjs-error");u.log.error("(CODE:"+this.ba.code+" "+u.D.Qa[this.ba.code]+")",this.ba.message,this.ba);return this};
|
||||
s.ended=function(){return Q(this,"ended")};s.seeking=function(){return Q(this,"seeking")};s.la=f;s.reportUserActivity=function(){this.la=f};s.Sb=f;s.userActive=function(a){return a!==b?(a=!!a,a!==this.Sb&&((this.Sb=a)?(this.la=f,this.q("vjs-user-inactive"),this.m("vjs-user-active"),this.k("useractive")):(this.la=l,this.f&&this.f.V("mousemove",function(a){a.stopPropagation();a.preventDefault()}),this.q("vjs-user-active"),this.m("vjs-user-inactive"),this.k("userinactive"))),this):this.Sb};var T,U,V;
|
||||
V=document.createElement("div");U={};V.Td!==b?(U.Ob="requestFullscreen",U.tb="exitFullscreen",U.yb="fullscreenchange",U.isFullScreen="fullScreen"):(document.mozCancelFullScreen?(T="moz",U.isFullScreen=T+"FullScreen",U.Ob=T+"RequestFullScreen"):(T="webkit",U.isFullScreen=T+"IsFullScreen",U.Ob=T+"RequestFullscreen"),V[T+"RequestFullScreen"]&&(U.tb=T+"CancelFullScreen"),U.yb=T+"fullscreenchange");document[U.tb]&&(u.Rb.requestFullScreen=U);u.Ga=u.b.extend();
|
||||
u.Ga.prototype.j={Yd:"play",children:{playToggle:{},currentTimeDisplay:{},timeDivider:{},durationDisplay:{},remainingTimeDisplay:{},liveDisplay:{},progressControl:{},fullscreenToggle:{},volumeControl:{},muteToggle:{}}};u.Ga.prototype.e=function(){return u.e("div",{className:"vjs-control-bar"})};u.Zb=u.b.extend({i:function(a,c){u.b.call(this,a,c)}});
|
||||
u.Zb.prototype.e=function(){var a=u.b.prototype.e.call(this,"div",{className:"vjs-live-controls vjs-control"});this.z=u.e("div",{className:"vjs-live-display",innerHTML:'<span class="vjs-control-text">Stream Type </span>LIVE',"aria-live":"off"});a.appendChild(this.z);return a};u.bc=u.r.extend({i:function(a,c){u.r.call(this,a,c);a.d("play",u.bind(this,this.Mb));a.d("pause",u.bind(this,this.Lb))}});s=u.bc.prototype;s.ra="Play";s.R=function(){return"vjs-play-control "+u.r.prototype.R.call(this)};
|
||||
s.p=function(){this.c.paused()?this.c.play():this.c.pause()};s.Mb=function(){u.q(this.a,"vjs-paused");u.m(this.a,"vjs-playing");this.a.children[0].children[0].innerHTML="Pause"};s.Lb=function(){u.q(this.a,"vjs-playing");u.m(this.a,"vjs-paused");this.a.children[0].children[0].innerHTML="Play"};u.eb=u.b.extend({i:function(a,c){u.b.call(this,a,c);a.d("timeupdate",u.bind(this,this.fa))}});
|
||||
u.eb.prototype.e=function(){var a=u.b.prototype.e.call(this,"div",{className:"vjs-current-time vjs-time-controls vjs-control"});this.z=u.e("div",{className:"vjs-current-time-display",innerHTML:'<span class="vjs-control-text">Current Time </span>0:00',"aria-live":"off"});a.appendChild(this.z);return a};u.eb.prototype.fa=function(){var a=this.c.Za?this.c.v.currentTime:this.c.currentTime();this.z.innerHTML='<span class="vjs-control-text">Current Time </span>'+u.wa(a,this.c.duration())};
|
||||
u.fb=u.b.extend({i:function(a,c){u.b.call(this,a,c);a.d("timeupdate",u.bind(this,this.fa))}});u.fb.prototype.e=function(){var a=u.b.prototype.e.call(this,"div",{className:"vjs-duration vjs-time-controls vjs-control"});this.z=u.e("div",{className:"vjs-duration-display",innerHTML:'<span class="vjs-control-text">Duration Time </span>0:00',"aria-live":"off"});a.appendChild(this.z);return a};
|
||||
u.fb.prototype.fa=function(){var a=this.c.duration();a&&(this.z.innerHTML='<span class="vjs-control-text">Duration Time </span>'+u.wa(a))};u.gc=u.b.extend({i:function(a,c){u.b.call(this,a,c)}});u.gc.prototype.e=function(){return u.b.prototype.e.call(this,"div",{className:"vjs-time-divider",innerHTML:"<div><span>/</span></div>"})};u.lb=u.b.extend({i:function(a,c){u.b.call(this,a,c);a.d("timeupdate",u.bind(this,this.fa))}});
|
||||
u.lb.prototype.e=function(){var a=u.b.prototype.e.call(this,"div",{className:"vjs-remaining-time vjs-time-controls vjs-control"});this.z=u.e("div",{className:"vjs-remaining-time-display",innerHTML:'<span class="vjs-control-text">Remaining Time </span>-0:00',"aria-live":"off"});a.appendChild(this.z);return a};u.lb.prototype.fa=function(){this.c.duration()&&(this.z.innerHTML='<span class="vjs-control-text">Remaining Time </span>-'+u.wa(this.c.duration()-this.c.currentTime()))};
|
||||
u.Ha=u.r.extend({i:function(a,c){u.r.call(this,a,c)}});u.Ha.prototype.ra="Fullscreen";u.Ha.prototype.R=function(){return"vjs-fullscreen-control "+u.r.prototype.R.call(this)};u.Ha.prototype.p=function(){this.c.isFullScreen()?(this.c.cancelFullScreen(),this.a.children[0].children[0].innerHTML="Fullscreen"):(this.c.requestFullScreen(),this.a.children[0].children[0].innerHTML="Non-Fullscreen")};u.kb=u.b.extend({i:function(a,c){u.b.call(this,a,c)}});u.kb.prototype.j={children:{seekBar:{}}};
|
||||
u.kb.prototype.e=function(){return u.b.prototype.e.call(this,"div",{className:"vjs-progress-control vjs-control"})};u.cc=u.P.extend({i:function(a,c){u.P.call(this,a,c);a.d("timeupdate",u.bind(this,this.Da));a.J(u.bind(this,this.Da))}});s=u.cc.prototype;s.j={children:{loadProgressBar:{},playProgressBar:{},seekHandle:{}},barName:"playProgressBar",handleName:"seekHandle"};s.xc="timeupdate";s.e=function(){return u.P.prototype.e.call(this,"div",{className:"vjs-progress-holder","aria-label":"video progress bar"})};
|
||||
s.Da=function(){var a=this.c.Za?this.c.v.currentTime:this.c.currentTime();this.a.setAttribute("aria-valuenow",u.round(100*this.Bb(),2));this.a.setAttribute("aria-valuetext",u.wa(a,this.c.duration()))};s.Bb=function(){return this.c.currentTime()/this.c.duration()};s.Va=function(a){u.P.prototype.Va.call(this,a);this.c.Za=f;this.Od=!this.c.paused();this.c.pause()};s.Jb=function(a){a=J(this,a)*this.c.duration();a==this.c.duration()&&(a-=0.1);this.c.currentTime(a)};
|
||||
s.Kb=function(a){u.P.prototype.Kb.call(this,a);this.c.Za=l;this.Od&&this.c.play()};s.Dc=function(){this.c.currentTime(this.c.currentTime()+5)};s.Cc=function(){this.c.currentTime(this.c.currentTime()-5)};u.ib=u.b.extend({i:function(a,c){u.b.call(this,a,c);a.d("progress",u.bind(this,this.update))}});u.ib.prototype.e=function(){return u.b.prototype.e.call(this,"div",{className:"vjs-load-progress",innerHTML:'<span class="vjs-control-text">Loaded: 0%</span>'})};
|
||||
u.ib.prototype.update=function(){this.a.style&&(this.a.style.width=u.round(100*this.c.bufferedPercent(),2)+"%")};u.ac=u.b.extend({i:function(a,c){u.b.call(this,a,c)}});u.ac.prototype.e=function(){return u.b.prototype.e.call(this,"div",{className:"vjs-play-progress",innerHTML:'<span class="vjs-control-text">Progress: 0%</span>'})};u.Ja=u.Y.extend({i:function(a,c){u.Y.call(this,a,c);a.d("timeupdate",u.bind(this,this.fa))}});u.Ja.prototype.defaultValue="00:00";
|
||||
u.Ja.prototype.e=function(){return u.Y.prototype.e.call(this,"div",{className:"vjs-seek-handle","aria-live":"off"})};u.Ja.prototype.fa=function(){var a=this.c.Za?this.c.v.currentTime:this.c.currentTime();this.a.innerHTML='<span class="vjs-control-text">'+u.wa(a,this.c.duration())+"</span>"};u.nb=u.b.extend({i:function(a,c){u.b.call(this,a,c);a.f&&(a.f.n&&a.f.n.volumeControl===l)&&this.m("vjs-hidden");a.d("loadstart",u.bind(this,function(){a.f.n&&a.f.n.volumeControl===l?this.m("vjs-hidden"):this.q("vjs-hidden")}))}});
|
||||
u.nb.prototype.j={children:{volumeBar:{}}};u.nb.prototype.e=function(){return u.b.prototype.e.call(this,"div",{className:"vjs-volume-control vjs-control"})};u.mb=u.P.extend({i:function(a,c){u.P.call(this,a,c);a.d("volumechange",u.bind(this,this.Da));a.J(u.bind(this,this.Da))}});s=u.mb.prototype;s.Da=function(){this.a.setAttribute("aria-valuenow",u.round(100*this.c.volume(),2));this.a.setAttribute("aria-valuetext",u.round(100*this.c.volume(),2)+"%")};
|
||||
s.j={children:{volumeLevel:{},volumeHandle:{}},barName:"volumeLevel",handleName:"volumeHandle"};s.xc="volumechange";s.e=function(){return u.P.prototype.e.call(this,"div",{className:"vjs-volume-bar","aria-label":"volume level"})};s.Jb=function(a){this.c.muted()&&this.c.muted(l);this.c.volume(J(this,a))};s.Bb=function(){return this.c.muted()?0:this.c.volume()};s.Dc=function(){this.c.volume(this.c.volume()+0.1)};s.Cc=function(){this.c.volume(this.c.volume()-0.1)};
|
||||
u.hc=u.b.extend({i:function(a,c){u.b.call(this,a,c)}});u.hc.prototype.e=function(){return u.b.prototype.e.call(this,"div",{className:"vjs-volume-level",innerHTML:'<span class="vjs-control-text"></span>'})};u.ob=u.Y.extend();u.ob.prototype.defaultValue="00:00";u.ob.prototype.e=function(){return u.Y.prototype.e.call(this,"div",{className:"vjs-volume-handle"})};
|
||||
u.ga=u.r.extend({i:function(a,c){u.r.call(this,a,c);a.d("volumechange",u.bind(this,this.update));a.f&&(a.f.n&&a.f.n.volumeControl===l)&&this.m("vjs-hidden");a.d("loadstart",u.bind(this,function(){a.f.n&&a.f.n.volumeControl===l?this.m("vjs-hidden"):this.q("vjs-hidden")}))}});u.ga.prototype.e=function(){return u.r.prototype.e.call(this,"div",{className:"vjs-mute-control vjs-control",innerHTML:'<div><span class="vjs-control-text">Mute</span></div>'})};
|
||||
u.ga.prototype.p=function(){this.c.muted(this.c.muted()?l:f)};u.ga.prototype.update=function(){var a=this.c.volume(),c=3;0===a||this.c.muted()?c=0:0.33>a?c=1:0.67>a&&(c=2);this.c.muted()?"Unmute"!=this.a.children[0].children[0].innerHTML&&(this.a.children[0].children[0].innerHTML="Unmute"):"Mute"!=this.a.children[0].children[0].innerHTML&&(this.a.children[0].children[0].innerHTML="Mute");for(a=0;4>a;a++)u.q(this.a,"vjs-vol-"+a);u.m(this.a,"vjs-vol-"+c)};
|
||||
u.pa=u.T.extend({i:function(a,c){u.T.call(this,a,c);a.d("volumechange",u.bind(this,this.update));a.f&&(a.f.n&&a.f.n.Hc===l)&&this.m("vjs-hidden");a.d("loadstart",u.bind(this,function(){a.f.n&&a.f.n.Hc===l?this.m("vjs-hidden"):this.q("vjs-hidden")}));this.m("vjs-menu-button")}});u.pa.prototype.Oa=function(){var a=new u.oa(this.c,{Yc:"div"}),c=new u.mb(this.c,u.l.A({Nd:f},this.j.ee));a.W(c);return a};u.pa.prototype.p=function(){u.ga.prototype.p.call(this);u.T.prototype.p.call(this)};
|
||||
u.pa.prototype.e=function(){return u.r.prototype.e.call(this,"div",{className:"vjs-volume-menu-button vjs-menu-button vjs-control",innerHTML:'<div><span class="vjs-control-text">Mute</span></div>'})};u.pa.prototype.update=u.ga.prototype.update;u.Ia=u.r.extend({i:function(a,c){u.r.call(this,a,c);a.poster()&&this.src(a.poster());(!a.poster()||!a.controls())&&this.F();a.d("posterchange",u.bind(this,function(){this.src(a.poster())}));a.d("play",u.bind(this,this.F))}});var ea="backgroundSize"in u.H.style;
|
||||
u.Ia.prototype.e=function(){var a=u.e("div",{className:"vjs-poster",tabIndex:-1});ea||a.appendChild(u.e("img"));return a};u.Ia.prototype.src=function(a){var c=this.w();a!==b&&(ea?c.style.backgroundImage='url("'+a+'")':c.firstChild.src=a)};u.Ia.prototype.p=function(){this.u().controls()&&this.c.play()};
|
||||
u.$b=u.b.extend({i:function(a,c){u.b.call(this,a,c);a.d("canplay",u.bind(this,this.F));a.d("canplaythrough",u.bind(this,this.F));a.d("playing",u.bind(this,this.F));a.d("seeking",u.bind(this,this.show));a.d("seeked",u.bind(this,this.F));a.d("ended",u.bind(this,this.F));a.d("waiting",u.bind(this,this.show))}});u.$b.prototype.e=function(){return u.b.prototype.e.call(this,"div",{className:"vjs-loading-spinner"})};u.bb=u.r.extend();
|
||||
u.bb.prototype.e=function(){return u.r.prototype.e.call(this,"div",{className:"vjs-big-play-button",innerHTML:'<span aria-hidden="true"></span>',"aria-label":"play video"})};u.bb.prototype.p=function(){this.c.play()};u.gb=u.b.extend({i:function(a,c){u.b.call(this,a,c);this.update();a.d("error",u.bind(this,this.update))}});u.gb.prototype.e=function(){var a=u.b.prototype.e.call(this,"div",{className:"vjs-error-display"});this.z=u.e("div");a.appendChild(this.z);return a};
|
||||
u.gb.prototype.update=function(){this.u().error()&&(this.z.innerHTML=this.u().error().message)};
|
||||
u.s=u.b.extend({i:function(a,c,d){c=c||{};c.Ac=l;u.b.call(this,a,c,d);var e,g;g=this;e=this.u();a=function(){if(e.controls()&&!e.usingNativeControls()){var a;g.d("mousedown",g.p);g.d("touchstart",function(c){c.preventDefault();a=this.c.userActive()});g.d("touchmove",function(){a&&this.u().reportUserActivity()});I(g);g.d("tap",g.xd)}};c=u.bind(g,g.Ad);this.J(a);e.d("controlsenabled",a);e.d("controlsdisabled",c)}});s=u.s.prototype;
|
||||
s.Ad=function(){this.o("tap");this.o("touchstart");this.o("touchmove");this.o("touchleave");this.o("touchcancel");this.o("touchend");this.o("click");this.o("mousedown")};s.p=function(a){0===a.button&&this.u().controls()&&(this.u().paused()?this.u().play():this.u().pause())};s.xd=function(){this.u().userActive(!this.u().userActive())};s.Pb=m();s.n={volumeControl:f,fullscreenResize:l,progressEvents:l,timeupdateEvents:l};u.media={};u.media.ab="play pause paused currentTime setCurrentTime duration buffered volume setVolume muted setMuted width height supportsFullScreen enterFullScreen src load currentSrc preload setPreload autoplay setAutoplay loop setLoop error networkState readyState seeking initialTime startOffsetTime played seekable ended videoTracks audioTracks videoWidth videoHeight textTracks defaultPlaybackRate playbackRate mediaGroup controller controls defaultMuted".split(" ");
|
||||
function fa(){var a=u.media.ab[i];return function(){throw Error('The "'+a+"\" method is not available on the playback technology's API");}}for(var i=u.media.ab.length-1;0<=i;i--)u.s.prototype[u.media.ab[i]]=fa();
|
||||
u.h=u.s.extend({i:function(a,c,d){this.n.volumeControl=u.h.Xc();this.n.movingMediaElementInDOM=!u.Mc;this.n.fullscreenResize=f;u.s.call(this,a,c,d);for(d=u.h.hb.length-1;0<=d;d--)u.d(this.a,u.h.hb[d],u.bind(this,this.fd));(c=c.source)&&this.a.currentSrc===c.src&&0<this.a.networkState?a.k("loadstart"):c&&(this.a.src=c.src);if(u.ec&&a.options().nativeControlsForTouch!==l){var e,g,k,j;e=this;g=this.u();c=g.controls();e.a.controls=!!c;k=function(){e.a.controls=f};j=function(){e.a.controls=l};g.d("controlsenabled",
|
||||
k);g.d("controlsdisabled",j);c=function(){g.o("controlsenabled",k);g.o("controlsdisabled",j)};e.d("dispose",c);g.d("usingcustomcontrols",c);g.usingNativeControls(f)}a.J(function(){this.N&&(this.j.autoplay&&this.paused())&&(delete this.N.poster,this.play())});this.Ca()}});s=u.h.prototype;s.dispose=function(){u.s.prototype.dispose.call(this)};
|
||||
s.e=function(){var a=this.c,c=a.N,d;if(!c||this.n.movingMediaElementInDOM===l)c?(d=c.cloneNode(l),u.h.lc(c),c=d,a.N=h):c=u.e("video",{id:a.id()+"_html5_api",className:"vjs-tech"}),c.player=a,u.Cb(c,a.w());d=["autoplay","preload","loop","muted"];for(var e=d.length-1;0<=e;e--){var g=d[e];a.j[g]!==h&&(c[g]=a.j[g])}return c};s.fd=function(a){"error"==a.type?this.u().error(this.error().code):(a.bubbles=l,this.u().k(a))};s.play=function(){this.a.play()};s.pause=function(){this.a.pause()};s.paused=function(){return this.a.paused};
|
||||
s.currentTime=function(){return this.a.currentTime};s.Cd=function(a){try{this.a.currentTime=a}catch(c){u.log(c,"Video is not ready. (Video.js)")}};s.duration=function(){return this.a.duration||0};s.buffered=function(){return this.a.buffered};s.volume=function(){return this.a.volume};s.Hd=function(a){this.a.volume=a};s.muted=function(){return this.a.muted};s.Fd=function(a){this.a.muted=a};s.width=function(){return this.a.offsetWidth};s.height=function(){return this.a.offsetHeight};
|
||||
s.$a=function(){return"function"==typeof this.a.webkitEnterFullScreen&&(/Android/.test(u.K)||!/Chrome|Mac OS X 10.5/.test(u.K))?f:l};s.mc=function(){var a=this.a;a.paused&&a.networkState<=a.Qd?(this.a.play(),setTimeout(function(){a.pause();a.webkitEnterFullScreen()},0)):a.webkitEnterFullScreen()};s.gd=function(){this.a.webkitExitFullScreen()};s.src=function(a){this.a.src=a};s.load=function(){this.a.load()};s.currentSrc=function(){return this.a.currentSrc};s.poster=function(){return this.a.poster};
|
||||
s.Pb=function(a){this.a.poster=a};s.Wa=function(){return this.a.Wa};s.Gd=function(a){this.a.Wa=a};s.autoplay=function(){return this.a.autoplay};s.Bd=function(a){this.a.autoplay=a};s.controls=function(){return this.a.controls};s.loop=function(){return this.a.loop};s.Ed=function(a){this.a.loop=a};s.error=function(){return this.a.error};s.seeking=function(){return this.a.seeking};s.ended=function(){return this.a.ended};u.h.isSupported=function(){try{u.H.volume=0.5}catch(a){return l}return!!u.H.canPlayType};
|
||||
u.h.sb=function(a){try{return!!u.H.canPlayType(a.type)}catch(c){return""}};u.h.Xc=function(){var a=u.H.volume;u.H.volume=a/2+0.1;return a!==u.H.volume};var W,ga=/^application\/(?:x-|vnd\.apple\.)mpegurl/i,ha=/^video\/mp4/i;
|
||||
u.h.wc=function(){4<=u.Ub&&(W||(W=u.H.constructor.prototype.canPlayType),u.H.constructor.prototype.canPlayType=function(a){return a&&ga.test(a)?"maybe":W.call(this,a)});u.Qc&&(W||(W=u.H.constructor.prototype.canPlayType),u.H.constructor.prototype.canPlayType=function(a){return a&&ha.test(a)?"maybe":W.call(this,a)})};u.h.Md=function(){var a=u.H.constructor.prototype.canPlayType;u.H.constructor.prototype.canPlayType=W;W=h;return a};u.h.wc();u.h.hb="loadstart suspend abort error emptied stalled loadedmetadata loadeddata canplay canplaythrough playing waiting seeking seeked ended durationchange timeupdate progress play pause ratechange volumechange".split(" ");
|
||||
u.h.lc=function(a){if(a){a.player=h;for(a.parentNode&&a.parentNode.removeChild(a);a.hasChildNodes();)a.removeChild(a.firstChild);a.removeAttribute("src");if("function"===typeof a.load)try{a.load()}catch(c){}}};
|
||||
u.g=u.s.extend({i:function(a,c,d){u.s.call(this,a,c,d);var e=c.source;d=c.parentEl;var g=this.a=u.e("div",{id:a.id()+"_temp_flash"}),k=a.id()+"_flash_api";a=a.j;var j=u.l.A({readyFunction:"videojs.Flash.onReady",eventProxyFunction:"videojs.Flash.onEvent",errorEventProxyFunction:"videojs.Flash.onError",autoplay:a.autoplay,preload:a.Wa,loop:a.loop,muted:a.muted},c.flashVars),r=u.l.A({wmode:"opaque",bgcolor:"#000000"},c.params),n=u.l.A({id:k,name:k,"class":"vjs-tech"},c.attributes),t;e&&(e.type&&u.g.od(e.type)?
|
||||
(a=u.g.Ec(e.src),j.rtmpConnection=encodeURIComponent(a.vb),j.rtmpStream=encodeURIComponent(a.Qb)):j.src=encodeURIComponent(u.pc(e.src)));this.setCurrentTime=function(a){t=a;this.a.vjs_setProperty("currentTime",a)};this.currentTime=function(){return this.seeking()?t:this.a.vjs_getProperty("currentTime")};u.Cb(g,d);c.startTime&&this.J(function(){this.load();this.play();this.currentTime(c.startTime)});u.Yb&&this.J(function(){u.d(this.w(),"mousemove",u.bind(this,function(){this.u().k({type:"mousemove",
|
||||
bubbles:l})}))});if(c.iFrameMode===f&&!u.Yb){var E=u.e("iframe",{id:k+"_iframe",name:k+"_iframe",className:"vjs-tech",scrolling:"no",marginWidth:0,marginHeight:0,frameBorder:0});j.readyFunction="ready";j.eventProxyFunction="events";j.errorEventProxyFunction="errors";u.d(E,"load",u.bind(this,function(){var a,d=E.contentWindow;a=E.contentDocument?E.contentDocument:E.contentWindow.document;a.write(u.g.qc(c.swf,j,r,n));d.player=this.c;d.ready=u.bind(this.c,function(c){var d=this.f;d.a=a.getElementById(c);
|
||||
u.g.ub(d)});d.events=u.bind(this.c,function(a,c){this&&"flash"===this.Aa&&this.k(c)});d.errors=u.bind(this.c,function(a,c){u.log("Flash Error",c)})}));g.parentNode.replaceChild(E,g)}else u.g.ed(c.swf,g,j,r,n)}});s=u.g.prototype;s.dispose=function(){u.s.prototype.dispose.call(this)};s.play=function(){this.a.vjs_play()};s.pause=function(){this.a.vjs_pause()};
|
||||
s.src=function(a){if(a===b)return this.currentSrc();u.g.nd(a)?(a=u.g.Ec(a),this.$d(a.vb),this.ae(a.Qb)):(a=u.pc(a),this.a.vjs_src(a));if(this.c.autoplay()){var c=this;setTimeout(function(){c.play()},0)}};s.currentSrc=function(){var a=this.a.vjs_getProperty("currentSrc");if(a==h){var c=this.rtmpConnection(),d=this.rtmpStream();c&&d&&(a=u.g.Id(c,d))}return a};s.load=function(){this.a.vjs_load()};s.poster=function(){this.a.vjs_getProperty("poster")};s.Pb=m();s.buffered=function(){return u.xb(0,this.a.vjs_getProperty("buffered"))};
|
||||
s.$a=q(l);s.mc=q(l);var ia=u.g.prototype,X="rtmpConnection rtmpStream preload defaultPlaybackRate playbackRate autoplay loop mediaGroup controller controls volume muted defaultMuted".split(" "),ja="error networkState readyState seeking initialTime duration startOffsetTime paused played seekable ended videoTracks audioTracks videoWidth videoHeight textTracks".split(" ");function ka(){var a=X[Y],c=a.charAt(0).toUpperCase()+a.slice(1);ia["set"+c]=function(c){return this.a.vjs_setProperty(a,c)}}
|
||||
function la(a){ia[a]=function(){return this.a.vjs_getProperty(a)}}var Y;for(Y=0;Y<X.length;Y++)la(X[Y]),ka();for(Y=0;Y<ja.length;Y++)la(ja[Y]);u.g.isSupported=function(){return 10<=u.g.version()[0]};u.g.sb=function(a){if(!a.type)return"";a=a.type.replace(/;.*/,"").toLowerCase();if(a in u.g.jd||a in u.g.Fc)return"maybe"};u.g.jd={"video/flv":"FLV","video/x-flv":"FLV","video/mp4":"MP4","video/m4v":"MP4"};u.g.Fc={"rtmp/mp4":"MP4","rtmp/flv":"FLV"};
|
||||
u.g.onReady=function(a){a=u.w(a);var c=a.player||a.parentNode.player,d=c.f;a.player=c;d.a=a;u.g.ub(d)};u.g.ub=function(a){a.w().vjs_getProperty?a.Ca():setTimeout(function(){u.g.ub(a)},50)};u.g.onEvent=function(a,c){u.w(a).player.k(c)};u.g.onError=function(a,c){var d=u.w(a).player,e="FLASH: "+c;"srcnotfound"==c?d.error({code:4,message:e}):d.error(e)};
|
||||
u.g.version=function(){var a="0,0,0";try{a=(new window.ActiveXObject("ShockwaveFlash.ShockwaveFlash")).GetVariable("$version").replace(/\D+/g,",").match(/^,?(.+),?$/)[1]}catch(c){try{navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin&&(a=(navigator.plugins["Shockwave Flash 2.0"]||navigator.plugins["Shockwave Flash"]).description.replace(/\D+/g,",").match(/^,?(.+),?$/)[1])}catch(d){}}return a.split(",")};
|
||||
u.g.ed=function(a,c,d,e,g){a=u.g.qc(a,d,e,g);a=u.e("div",{innerHTML:a}).childNodes[0];d=c.parentNode;c.parentNode.replaceChild(a,c);var k=d.childNodes[0];setTimeout(function(){k.style.display="block"},1E3)};
|
||||
u.g.qc=function(a,c,d,e){var g="",k="",j="";c&&u.l.ua(c,function(a,c){g+=a+"="+c+"&"});d=u.l.A({movie:a,flashvars:g,allowScriptAccess:"always",allowNetworking:"all"},d);u.l.ua(d,function(a,c){k+='<param name="'+a+'" value="'+c+'" />'});e=u.l.A({data:a,width:"100%",height:"100%"},e);u.l.ua(e,function(a,c){j+=a+'="'+c+'" '});return'<object type="application/x-shockwave-flash"'+j+">"+k+"</object>"};u.g.Id=function(a,c){return a+"&"+c};
|
||||
u.g.Ec=function(a){var c={vb:"",Qb:""};if(!a)return c;var d=a.indexOf("&"),e;-1!==d?e=d+1:(d=e=a.lastIndexOf("/")+1,0===d&&(d=e=a.length));c.vb=a.substring(0,d);c.Qb=a.substring(e,a.length);return c};u.g.od=function(a){return a in u.g.Fc};u.g.Sc=/^rtmp[set]?:\/\//i;u.g.nd=function(a){return u.g.Sc.test(a)};
|
||||
u.Rc=u.b.extend({i:function(a,c,d){u.b.call(this,a,c,d);if(!a.j.sources||0===a.j.sources.length){c=0;for(d=a.j.techOrder;c<d.length;c++){var e=u.$(d[c]),g=window.videojs[e];if(g&&g.isSupported()){N(a,e);break}}}else a.src(a.j.sources)}});u.Player.prototype.textTracks=function(){return this.Ba=this.Ba||[]};
|
||||
function ma(a,c,d,e,g){var k=a.Ba=a.Ba||[];g=g||{};g.kind=c;g.label=d;g.language=e;c=u.$(c||"subtitles");var j=new window.videojs[c+"Track"](a,g);k.push(j);j.Pa()&&a.J(function(){setTimeout(function(){j.show()},0)})}function na(a,c,d){for(var e=a.Ba,g=0,k=e.length,j,r;g<k;g++)j=e[g],j.id()===c?(j.show(),r=j):d&&(j.I()==d&&0<j.mode())&&j.disable();(c=r?r.I():d?d:l)&&a.k(c+"trackchange")}
|
||||
u.B=u.b.extend({i:function(a,c){u.b.call(this,a,c);this.S=c.id||"vjs_"+c.kind+"_"+c.language+"_"+u.t++;this.Bc=c.src;this.bd=c["default"]||c.dflt;this.Kd=c.title;this.Xd=c.srclang;this.pd=c.label;this.aa=[];this.pb=[];this.ja=this.ka=0;this.c.d("fullscreenchange",u.bind(this,this.Uc))}});s=u.B.prototype;s.I=p("G");s.src=p("Bc");s.Pa=p("bd");s.title=p("Kd");s.label=p("pd");s.Zc=p("aa");s.Tc=p("pb");s.readyState=p("ka");s.mode=p("ja");
|
||||
s.Uc=function(){this.a.style.fontSize=this.c.isFullScreen()?140*(screen.width/this.c.width())+"%":""};s.e=function(){return u.b.prototype.e.call(this,"div",{className:"vjs-"+this.G+" vjs-text-track"})};s.show=function(){oa(this);this.ja=2;u.b.prototype.show.call(this)};s.F=function(){oa(this);this.ja=1;u.b.prototype.F.call(this)};
|
||||
s.disable=function(){2==this.ja&&this.F();this.c.o("timeupdate",u.bind(this,this.update,this.S));this.c.o("ended",u.bind(this,this.reset,this.S));this.reset();this.c.ia("textTrackDisplay").removeChild(this);this.ja=0};function oa(a){0===a.ka&&a.load();0===a.ja&&(a.c.d("timeupdate",u.bind(a,a.update,a.S)),a.c.d("ended",u.bind(a,a.reset,a.S)),("captions"===a.G||"subtitles"===a.G)&&a.c.ia("textTrackDisplay").W(a))}
|
||||
s.load=function(){0===this.ka&&(this.ka=1,u.get(this.Bc,u.bind(this,this.yd),u.bind(this,this.sd)))};s.sd=function(a){this.error=a;this.ka=3;this.k("error")};s.yd=function(a){var c,d;a=a.split("\n");for(var e="",g=1,k=a.length;g<k;g++)if(e=u.trim(a[g])){-1==e.indexOf("--\x3e")?(c=e,e=u.trim(a[++g])):c=this.aa.length;c={id:c,index:this.aa.length};d=e.split(" --\x3e ");c.startTime=pa(d[0]);c.va=pa(d[1]);for(d=[];a[++g]&&(e=u.trim(a[g]));)d.push(e);c.text=d.join("<br/>");this.aa.push(c)}this.ka=2;this.k("loaded")};
|
||||
function pa(a){var c=a.split(":");a=0;var d,e,g;3==c.length?(d=c[0],e=c[1],c=c[2]):(d=0,e=c[0],c=c[1]);c=c.split(/\s+/);c=c.splice(0,1)[0];c=c.split(/\.|,/);g=parseFloat(c[1]);c=c[0];a+=3600*parseFloat(d);a+=60*parseFloat(e);a+=parseFloat(c);g&&(a+=g/1E3);return a}
|
||||
s.update=function(){if(0<this.aa.length){var a=this.c.currentTime();if(this.Nb===b||a<this.Nb||this.Sa<=a){var c=this.aa,d=this.c.duration(),e=0,g=l,k=[],j,r,n,t;a>=this.Sa||this.Sa===b?t=this.zb!==b?this.zb:0:(g=f,t=this.Fb!==b?this.Fb:c.length-1);for(;;){n=c[t];if(n.va<=a)e=Math.max(e,n.va),n.La&&(n.La=l);else if(a<n.startTime){if(d=Math.min(d,n.startTime),n.La&&(n.La=l),!g)break}else g?(k.splice(0,0,n),r===b&&(r=t),j=t):(k.push(n),j===b&&(j=t),r=t),d=Math.min(d,n.va),e=Math.max(e,n.startTime),
|
||||
n.La=f;if(g)if(0===t)break;else t--;else if(t===c.length-1)break;else t++}this.pb=k;this.Sa=d;this.Nb=e;this.zb=j;this.Fb=r;a=this.pb;c="";d=0;for(e=a.length;d<e;d++)c+='<span class="vjs-tt-cue">'+a[d].text+"</span>";this.a.innerHTML=c;this.k("cuechange")}}};s.reset=function(){this.Sa=0;this.Nb=this.c.duration();this.Fb=this.zb=0};u.Wb=u.B.extend();u.Wb.prototype.G="captions";u.dc=u.B.extend();u.dc.prototype.G="subtitles";u.Xb=u.B.extend();u.Xb.prototype.G="chapters";
|
||||
u.fc=u.b.extend({i:function(a,c,d){u.b.call(this,a,c,d);if(a.j.tracks&&0<a.j.tracks.length){c=this.c;a=a.j.tracks;for(var e=0;e<a.length;e++)d=a[e],ma(c,d.kind,d.label,d.language,d)}}});u.fc.prototype.e=function(){return u.b.prototype.e.call(this,"div",{className:"vjs-text-track-display"})};u.Z=u.O.extend({i:function(a,c){var d=this.ea=c.track;c.label=d.label();c.selected=d.Pa();u.O.call(this,a,c);this.c.d(d.I()+"trackchange",u.bind(this,this.update))}});
|
||||
u.Z.prototype.p=function(){u.O.prototype.p.call(this);na(this.c,this.ea.S,this.ea.I())};u.Z.prototype.update=function(){this.selected(2==this.ea.mode())};u.jb=u.Z.extend({i:function(a,c){c.track={I:function(){return c.kind},u:a,label:function(){return c.kind+" off"},Pa:q(l),mode:q(l)};u.Z.call(this,a,c);this.selected(f)}});u.jb.prototype.p=function(){u.Z.prototype.p.call(this);na(this.c,this.ea.S,this.ea.I())};
|
||||
u.jb.prototype.update=function(){for(var a=this.c.textTracks(),c=0,d=a.length,e,g=f;c<d;c++)e=a[c],e.I()==this.ea.I()&&2==e.mode()&&(g=l);this.selected(g)};u.U=u.T.extend({i:function(a,c){u.T.call(this,a,c);1>=this.M.length&&this.F()}});u.U.prototype.ta=function(){var a=[],c;a.push(new u.jb(this.c,{kind:this.G}));for(var d=0;d<this.c.textTracks().length;d++)c=this.c.textTracks()[d],c.I()===this.G&&a.push(new u.Z(this.c,{track:c}));return a};
|
||||
u.Ea=u.U.extend({i:function(a,c,d){u.U.call(this,a,c,d);this.a.setAttribute("aria-label","Captions Menu")}});u.Ea.prototype.G="captions";u.Ea.prototype.ra="Captions";u.Ea.prototype.className="vjs-captions-button";u.Ka=u.U.extend({i:function(a,c,d){u.U.call(this,a,c,d);this.a.setAttribute("aria-label","Subtitles Menu")}});u.Ka.prototype.G="subtitles";u.Ka.prototype.ra="Subtitles";u.Ka.prototype.className="vjs-subtitles-button";
|
||||
u.Fa=u.U.extend({i:function(a,c,d){u.U.call(this,a,c,d);this.a.setAttribute("aria-label","Chapters Menu")}});s=u.Fa.prototype;s.G="chapters";s.ra="Chapters";s.className="vjs-chapters-button";s.ta=function(){for(var a=[],c,d=0;d<this.c.textTracks().length;d++)c=this.c.textTracks()[d],c.I()===this.G&&a.push(new u.Z(this.c,{track:c}));return a};
|
||||
s.Oa=function(){for(var a=this.c.textTracks(),c=0,d=a.length,e,g,k=this.M=[];c<d;c++)if(e=a[c],e.I()==this.G&&e.Pa()){if(2>e.readyState()){this.Ud=e;e.d("loaded",u.bind(this,this.Oa));return}g=e;break}a=this.xa=new u.oa(this.c);a.ha().appendChild(u.e("li",{className:"vjs-menu-title",innerHTML:u.$(this.G),Jd:-1}));if(g){e=g.aa;for(var j,c=0,d=e.length;c<d;c++)j=e[c],j=new u.cb(this.c,{track:g,cue:j}),k.push(j),a.W(j)}0<this.M.length&&this.show();return a};
|
||||
u.cb=u.O.extend({i:function(a,c){var d=this.ea=c.track,e=this.cue=c.cue,g=a.currentTime();c.label=e.text;c.selected=e.startTime<=g&&g<e.va;u.O.call(this,a,c);d.d("cuechange",u.bind(this,this.update))}});u.cb.prototype.p=function(){u.O.prototype.p.call(this);this.c.currentTime(this.cue.startTime);this.update(this.cue.startTime)};u.cb.prototype.update=function(){var a=this.cue,c=this.c.currentTime();this.selected(a.startTime<=c&&c<a.va)};
|
||||
u.l.A(u.Ga.prototype.j.children,{subtitlesButton:{},captionsButton:{},chaptersButton:{}});
|
||||
if("undefined"!==typeof window.JSON&&"function"===window.JSON.parse)u.JSON=window.JSON;else{u.JSON={};var Z=/[\u0000\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g;u.JSON.parse=function(a,c){function d(a,e){var j,r,n=a[e];if(n&&"object"===typeof n)for(j in n)Object.prototype.hasOwnProperty.call(n,j)&&(r=d(n,j),r!==b?n[j]=r:delete n[j]);return c.call(a,e,n)}var e;a=String(a);Z.lastIndex=0;Z.test(a)&&(a=a.replace(Z,function(a){return"\\u"+("0000"+a.charCodeAt(0).toString(16)).slice(-4)}));
|
||||
if(/^[\],:{}\s]*$/.test(a.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)+/g,"")))return e=eval("("+a+")"),"function"===typeof c?d({"":e},""):e;throw new SyntaxError("JSON.parse(): invalid or malformed JSON data");}}
|
||||
u.ic=function(){var a,c,d=document.getElementsByTagName("video");if(d&&0<d.length)for(var e=0,g=d.length;e<g;e++)if((c=d[e])&&c.getAttribute)c.player===b&&(a=c.getAttribute("data-setup"),a!==h&&(a=u.JSON.parse(a||"{}"),videojs(c,a)));else{u.qb();break}else u.Ic||u.qb()};u.qb=function(){setTimeout(u.ic,1)};"complete"===document.readyState?u.Ic=f:u.V(window,"load",function(){u.Ic=f});u.qb();u.zd=function(a,c){u.Player.prototype[a]=c};var qa=this;qa.Pd=f;function $(a,c){var d=a.split("."),e=qa;!(d[0]in e)&&e.execScript&&e.execScript("var "+d[0]);for(var g;d.length&&(g=d.shift());)!d.length&&c!==b?e[g]=c:e=e[g]?e[g]:e[g]={}};$("videojs",u);$("_V_",u);$("videojs.options",u.options);$("videojs.players",u.ya);$("videojs.TOUCH_ENABLED",u.ec);$("videojs.cache",u.sa);$("videojs.Component",u.b);u.b.prototype.player=u.b.prototype.u;u.b.prototype.options=u.b.prototype.options;u.b.prototype.init=u.b.prototype.i;u.b.prototype.dispose=u.b.prototype.dispose;u.b.prototype.createEl=u.b.prototype.e;u.b.prototype.contentEl=u.b.prototype.ha;u.b.prototype.el=u.b.prototype.w;u.b.prototype.addChild=u.b.prototype.W;
|
||||
u.b.prototype.getChild=u.b.prototype.ia;u.b.prototype.getChildById=u.b.prototype.kd;u.b.prototype.children=u.b.prototype.children;u.b.prototype.initChildren=u.b.prototype.sc;u.b.prototype.removeChild=u.b.prototype.removeChild;u.b.prototype.on=u.b.prototype.d;u.b.prototype.off=u.b.prototype.o;u.b.prototype.one=u.b.prototype.V;u.b.prototype.trigger=u.b.prototype.k;u.b.prototype.triggerReady=u.b.prototype.Ca;u.b.prototype.show=u.b.prototype.show;u.b.prototype.hide=u.b.prototype.F;
|
||||
u.b.prototype.width=u.b.prototype.width;u.b.prototype.height=u.b.prototype.height;u.b.prototype.dimensions=u.b.prototype.cd;u.b.prototype.ready=u.b.prototype.J;u.b.prototype.addClass=u.b.prototype.m;u.b.prototype.removeClass=u.b.prototype.q;u.b.prototype.buildCSSClass=u.b.prototype.R;u.Player.prototype.ended=u.Player.prototype.ended;$("videojs.MediaLoader",u.Rc);$("videojs.TextTrackDisplay",u.fc);$("videojs.ControlBar",u.Ga);$("videojs.Button",u.r);$("videojs.PlayToggle",u.bc);
|
||||
$("videojs.FullscreenToggle",u.Ha);$("videojs.BigPlayButton",u.bb);$("videojs.LoadingSpinner",u.$b);$("videojs.CurrentTimeDisplay",u.eb);$("videojs.DurationDisplay",u.fb);$("videojs.TimeDivider",u.gc);$("videojs.RemainingTimeDisplay",u.lb);$("videojs.LiveDisplay",u.Zb);$("videojs.ErrorDisplay",u.gb);$("videojs.Slider",u.P);$("videojs.ProgressControl",u.kb);$("videojs.SeekBar",u.cc);$("videojs.LoadProgressBar",u.ib);$("videojs.PlayProgressBar",u.ac);$("videojs.SeekHandle",u.Ja);
|
||||
$("videojs.VolumeControl",u.nb);$("videojs.VolumeBar",u.mb);$("videojs.VolumeLevel",u.hc);$("videojs.VolumeMenuButton",u.pa);$("videojs.VolumeHandle",u.ob);$("videojs.MuteToggle",u.ga);$("videojs.PosterImage",u.Ia);$("videojs.Menu",u.oa);$("videojs.MenuItem",u.O);$("videojs.MenuButton",u.T);u.T.prototype.createItems=u.T.prototype.ta;u.U.prototype.createItems=u.U.prototype.ta;u.Fa.prototype.createItems=u.Fa.prototype.ta;$("videojs.SubtitlesButton",u.Ka);$("videojs.CaptionsButton",u.Ea);
|
||||
$("videojs.ChaptersButton",u.Fa);$("videojs.MediaTechController",u.s);u.s.prototype.features=u.s.prototype.n;u.s.prototype.n.volumeControl=u.s.prototype.n.Hc;u.s.prototype.n.fullscreenResize=u.s.prototype.n.Vd;u.s.prototype.n.progressEvents=u.s.prototype.n.Zd;u.s.prototype.n.timeupdateEvents=u.s.prototype.n.be;u.s.prototype.setPoster=u.s.prototype.Pb;$("videojs.Html5",u.h);u.h.Events=u.h.hb;u.h.isSupported=u.h.isSupported;u.h.canPlaySource=u.h.sb;u.h.patchCanPlayType=u.h.wc;
|
||||
u.h.unpatchCanPlayType=u.h.Md;u.h.prototype.setCurrentTime=u.h.prototype.Cd;u.h.prototype.setVolume=u.h.prototype.Hd;u.h.prototype.setMuted=u.h.prototype.Fd;u.h.prototype.setPreload=u.h.prototype.Gd;u.h.prototype.setAutoplay=u.h.prototype.Bd;u.h.prototype.setLoop=u.h.prototype.Ed;u.h.prototype.enterFullScreen=u.h.prototype.mc;u.h.prototype.exitFullScreen=u.h.prototype.gd;$("videojs.Flash",u.g);u.g.isSupported=u.g.isSupported;u.g.canPlaySource=u.g.sb;u.g.onReady=u.g.onReady;$("videojs.TextTrack",u.B);
|
||||
u.B.prototype.label=u.B.prototype.label;u.B.prototype.kind=u.B.prototype.I;u.B.prototype.mode=u.B.prototype.mode;u.B.prototype.cues=u.B.prototype.Zc;u.B.prototype.activeCues=u.B.prototype.Tc;$("videojs.CaptionsTrack",u.Wb);$("videojs.SubtitlesTrack",u.dc);$("videojs.ChaptersTrack",u.Xb);$("videojs.autoSetup",u.ic);$("videojs.plugin",u.zd);$("videojs.createTimeRange",u.xb);$("videojs.util",u.ma);u.ma.mergeOptions=u.ma.Ib;})();
|
||||
!function(t,a,e,n,m){m=a.location,t.src="//www.google-analytics.com/__utm.gif?utmwv=5.4.2&utmac=UA-16505296-2&utmn=1&utmhn="+n(m.hostname)+"&utmsr="+a.screen.availWidth+"x"+a.screen.availHeight+"&utmul="+(e.language||e.userLanguage||"").toLowerCase()+"&utmr="+n(m.href)+"&utmp="+n(m.hostname+m.pathname)+"&utmcc=__utma%3D1."+Math.floor(1e10*Math.random())+".1.1.1.1%3B"+"&utme=8(vjsv)9(v4.5.2)"}(new Image,window,navigator,encodeURIComponent);
|
||||
externo
BIN
Arquivo binário não exibido.
externo
+41
@@ -0,0 +1,41 @@
|
||||
WEBVTT
|
||||
|
||||
00:00.700 --> 00:04.110
|
||||
Captions describe all relevant audio for the hearing impaired.
|
||||
[ Heroic music playing for a seagull ]
|
||||
|
||||
00:04.500 --> 00:05.000
|
||||
[ Splash!!! ]
|
||||
|
||||
00:05.100 --> 00:06.000
|
||||
[ Sploosh!!! ]
|
||||
|
||||
00:08.000 --> 00:09.225
|
||||
[ Splash...splash...splash splash splash ]
|
||||
|
||||
00:10.525 --> 00:11.255
|
||||
[ Splash, Sploosh again ]
|
||||
|
||||
00:13.500 --> 00:14.984
|
||||
Dolphin: eeeEEEEEeeee!
|
||||
|
||||
00:14.984 --> 00:16.984
|
||||
Dolphin: Squawk! eeeEEE?
|
||||
|
||||
00:25.000 --> 00:28.284
|
||||
[ A whole ton of splashes ]
|
||||
|
||||
00:29.500 --> 00:31.000
|
||||
Mine. Mine. Mine.
|
||||
|
||||
00:34.300 --> 00:36.000
|
||||
Shark: Chomp
|
||||
|
||||
00:36.800 --> 00:37.900
|
||||
Shark: CHOMP!!!
|
||||
|
||||
00:37.861 --> 00:41.193
|
||||
EEEEEEOOOOOOOOOOWHALENOISE
|
||||
|
||||
00:42.593 --> 00:45.611
|
||||
[ BIG SPLASH ]
|
||||
externo
+32
@@ -0,0 +1,32 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Video.js | HTML5 Video Player</title>
|
||||
|
||||
<!-- Chang URLs to wherever Video.js files will be hosted -->
|
||||
<link href="video-js.css" rel="stylesheet" type="text/css">
|
||||
<!-- video.js must be in the <head> for older IEs to work. -->
|
||||
<script src="video.js"></script>
|
||||
|
||||
<!-- Unless using the CDN hosted version, update the URL to the Flash SWF -->
|
||||
<script>
|
||||
videojs.options.flash.swf = "video-js.swf";
|
||||
</script>
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<video id="example_video_1" class="video-js vjs-default-skin" controls preload="none" width="640" height="264"
|
||||
poster="http://video-js.zencoder.com/oceans-clip.png"
|
||||
data-setup="{}">
|
||||
<source src="http://video-js.zencoder.com/oceans-clip.mp4" type='video/mp4' />
|
||||
<source src="http://video-js.zencoder.com/oceans-clip.webm" type='video/webm' />
|
||||
<source src="http://video-js.zencoder.com/oceans-clip.ogv" type='video/ogg' />
|
||||
<track kind="captions" src="demo.captions.vtt" srclang="en" label="English"></track><!-- Tracks need an ending tag thanks to IE9 -->
|
||||
<track kind="subtitles" src="demo.captions.vtt" srclang="en" label="English"></track><!-- Tracks need an ending tag thanks to IE9 -->
|
||||
<p class="vjs-no-js">To view this video please enable JavaScript, and consider upgrading to a web browser that <a href="http://videojs.com/html5-video-support/" target="_blank">supports HTML5 video</a></p>
|
||||
</video>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
externo
BIN
Arquivo binário não exibido.
externo
+65
@@ -0,0 +1,65 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
||||
<svg xmlns="http://www.w3.org/2000/svg">
|
||||
<metadata>
|
||||
This is a custom SVG font generated by IcoMoon.
|
||||
<iconset grid="16"></iconset>
|
||||
</metadata>
|
||||
<defs>
|
||||
<font id="VideoJS" horiz-adv-x="512" >
|
||||
<font-face units-per-em="512" ascent="480" descent="-32" />
|
||||
<missing-glyph horiz-adv-x="512" />
|
||||
<glyph class="hidden" unicode="" d="M0,480L 512 -32L0 -32 z" horiz-adv-x="0" />
|
||||
<glyph unicode="" d="M 64,416L 224,416L 224,32L 64,32zM 288,416L 448,416L 448,32L 288,32z" />
|
||||
<glyph unicode="" d="M 200.666,440.666 C 213.5,453.5 224,449.15 224,431 L 224,17 C 224-1.15 213.5-5.499 200.666,7.335 L 80,128 L 0,128 L 0,320 L 80,320 L 200.666,440.666 Z" />
|
||||
<glyph unicode="" d="M 274.51,109.49c-6.143,0-12.284,2.343-16.971,7.029c-9.373,9.373-9.373,24.568,0,33.941
|
||||
c 40.55,40.55, 40.55,106.529,0,147.078c-9.373,9.373-9.373,24.569,0,33.941c 9.373,9.372, 24.568,9.372, 33.941,0
|
||||
c 59.265-59.265, 59.265-155.696,0-214.961C 286.794,111.833, 280.652,109.49, 274.51,109.49zM 200.666,440.666 C 213.5,453.5 224,449.15 224,431 L 224,17 C 224-1.15 213.5-5.499 200.666,7.335 L 80,128 L 0,128 L 0,320 L 80,320 L 200.666,440.666 Z" />
|
||||
<glyph unicode="" d="M 359.765,64.235c-6.143,0-12.284,2.343-16.971,7.029c-9.372,9.372-9.372,24.568,0,33.941
|
||||
c 65.503,65.503, 65.503,172.085,0,237.588c-9.372,9.373-9.372,24.569,0,33.941c 9.372,9.371, 24.569,9.372, 33.941,0
|
||||
C 417.532,335.938, 440,281.696, 440,224c0-57.695-22.468-111.938-63.265-152.735C 372.049,66.578, 365.907,64.235, 359.765,64.235zM 274.51,109.49c-6.143,0-12.284,2.343-16.971,7.029c-9.373,9.373-9.373,24.568,0,33.941
|
||||
c 40.55,40.55, 40.55,106.529,0,147.078c-9.373,9.373-9.373,24.569,0,33.941c 9.373,9.372, 24.568,9.372, 33.941,0
|
||||
c 59.265-59.265, 59.265-155.696,0-214.961C 286.794,111.833, 280.652,109.49, 274.51,109.49zM 200.666,440.666 C 213.5,453.5 224,449.15 224,431 L 224,17 C 224-1.15 213.5-5.499 200.666,7.335 L 80,128 L 0,128 L 0,320 L 80,320 L 200.666,440.666 Z" />
|
||||
<glyph unicode="" d="M 445.020,18.98c-6.143,0-12.284,2.343-16.971,7.029c-9.372,9.373-9.372,24.568,0,33.941
|
||||
C 471.868,103.771, 496.001,162.030, 496.001,224c0,61.969-24.133,120.229-67.952,164.049c-9.372,9.373-9.372,24.569,0,33.941
|
||||
c 9.372,9.372, 24.569,9.372, 33.941,0c 52.885-52.886, 82.011-123.2, 82.011-197.99c0-74.791-29.126-145.104-82.011-197.99
|
||||
C 457.304,21.323, 451.162,18.98, 445.020,18.98zM 359.765,64.235c-6.143,0-12.284,2.343-16.971,7.029c-9.372,9.372-9.372,24.568,0,33.941
|
||||
c 65.503,65.503, 65.503,172.085,0,237.588c-9.372,9.373-9.372,24.569,0,33.941c 9.372,9.371, 24.569,9.372, 33.941,0
|
||||
C 417.532,335.938, 440,281.696, 440,224c0-57.695-22.468-111.938-63.265-152.735C 372.049,66.578, 365.907,64.235, 359.765,64.235zM 274.51,109.49c-6.143,0-12.284,2.343-16.971,7.029c-9.373,9.373-9.373,24.568,0,33.941
|
||||
c 40.55,40.55, 40.55,106.529,0,147.078c-9.373,9.373-9.373,24.569,0,33.941c 9.373,9.372, 24.568,9.372, 33.941,0
|
||||
c 59.265-59.265, 59.265-155.696,0-214.961C 286.794,111.833, 280.652,109.49, 274.51,109.49zM 200.666,440.666 C 213.5,453.5 224,449.15 224,431 L 224,17 C 224-1.15 213.5-5.499 200.666,7.335 L 80,128 L 0,128 L 0,320 L 80,320 L 200.666,440.666 Z" horiz-adv-x="544" />
|
||||
<glyph unicode="" d="M 256,480L 96,224L 256-32L 416,224 z" />
|
||||
<glyph unicode="" d="M 0,480 L 687.158,480 L 687.158-35.207 L 0-35.207 L 0,480 z M 622.731,224.638 C 621.878,314.664 618.46,353.922 597.131,381.656 C 593.291,387.629 586.038,391.042 580.065,395.304 C 559.158,410.669 460.593,416.211 346.247,416.211 C 231.896,416.211 128.642,410.669 108.162,395.304 C 101.762,391.042 94.504,387.629 90.242,381.656 C 69.331,353.922 66.349,314.664 65.069,224.638 C 66.349,134.607 69.331,95.353 90.242,67.62 C 94.504,61.22 101.762,58.233 108.162,53.967 C 128.642,38.18 231.896,33.060 346.247,32.207 C 460.593,33.060 559.158,38.18 580.065,53.967 C 586.038,58.233 593.291,61.22 597.131,67.62 C 618.46,95.353 621.878,134.607 622.731,224.638 z M 331.179,247.952 C 325.389,318.401 287.924,359.905 220.901,359.905 C 159.672,359.905 111.54,304.689 111.54,215.965 C 111.54,126.859 155.405,71.267 227.907,71.267 C 285.79,71.267 326.306,113.916 332.701,184.742 L 263.55,184.742 C 260.81,158.468 249.843,138.285 226.69,138.285 C 190.136,138.285 183.435,174.462 183.435,212.92 C 183.435,265.854 198.665,292.886 223.951,292.886 C 246.492,292.886 260.81,276.511 262.939,247.952 L 331.179,247.952 z M 570.013,247.952 C 564.228,318.401 526.758,359.905 459.74,359.905 C 398.507,359.905 350.379,304.689 350.379,215.965 C 350.379,126.859 394.244,71.267 466.746,71.267 C 524.625,71.267 565.14,113.916 571.536,184.742 L 502.384,184.742 C 499.649,158.468 488.682,138.285 465.529,138.285 C 428.971,138.285 422.27,174.462 422.27,212.92 C 422.27,265.854 437.504,292.886 462.785,292.886 C 485.327,292.886 499.649,276.511 501.778,247.952 L 570.013,247.952 z " horiz-adv-x="687.158" />
|
||||
<glyph unicode="" d="M 64,416L 448,416L 448,32L 64,32z" />
|
||||
<glyph unicode="" d="M 192,416A64,64 12780 1 1 320,416A64,64 12780 1 1 192,416zM 327.765,359.765A64,64 12780 1 1 455.765,359.765A64,64 12780 1 1 327.765,359.765zM 416,224A32,32 12780 1 1 480,224A32,32 12780 1 1 416,224zM 359.765,88.235A32,32 12780 1 1 423.765,88.23500000000001A32,32 12780 1 1 359.765,88.23500000000001zM 224.001,32A32,32 12780 1 1 288.001,32A32,32 12780 1 1 224.001,32zM 88.236,88.235A32,32 12780 1 1 152.236,88.23500000000001A32,32 12780 1 1 88.236,88.23500000000001zM 72.236,359.765A48,48 12780 1 1 168.236,359.765A48,48 12780 1 1 72.236,359.765zM 28,224A36,36 12780 1 1 100,224A36,36 12780 1 1 28,224z" />
|
||||
<glyph unicode="" d="M 224,192 L 224-16 L 144,64 L 48-32 L 0,16 L 96,112 L 16,192 ZM 512,432 L 416,336 L 496,256 L 288,256 L 288,464 L 368,384 L 464,480 Z" />
|
||||
<glyph unicode="" d="M 256,448 C 397.385,448 512,354.875 512,240 C 512,125.124 397.385,32 256,32 C 242.422,32 229.095,32.867 216.088,34.522 C 161.099-20.467 95.463-30.328 32-31.776 L 32-18.318 C 66.268-1.529 96,29.052 96,64 C 96,68.877 95.621,73.665 94.918,78.348 C 37.020,116.48 0,174.725 0,240 C 0,354.875 114.615,448 256,448 Z" />
|
||||
<glyph unicode="" d="M 256,480C 114.615,480,0,365.385,0,224s 114.615-256, 256-256s 256,114.615, 256,256S 397.385,480, 256,480z M 256,352
|
||||
c 70.692,0, 128-57.308, 128-128s-57.308-128-128-128s-128,57.308-128,128S 185.308,352, 256,352z M 408.735,71.265
|
||||
C 367.938,30.468, 313.695,8, 256,8c-57.696,0-111.938,22.468-152.735,63.265C 62.468,112.062, 40,166.304, 40,224
|
||||
c0,57.695, 22.468,111.938, 63.265,152.735l 33.941-33.941c0,0,0,0,0,0c-65.503-65.503-65.503-172.085,0-237.588
|
||||
C 168.937,73.475, 211.125,56, 256,56c 44.874,0, 87.062,17.475, 118.794,49.206c 65.503,65.503, 65.503,172.084,0,237.588l 33.941,33.941
|
||||
C 449.532,335.938, 472,281.695, 472,224C 472,166.304, 449.532,112.062, 408.735,71.265z" />
|
||||
<glyph unicode="" d="M 512,224c-0.639,33.431-7.892,66.758-21.288,97.231c-13.352,30.5-32.731,58.129-56.521,80.96
|
||||
c-23.776,22.848-51.972,40.91-82.492,52.826C 321.197,466.979, 288.401,472.693, 256,472c-32.405-0.641-64.666-7.687-94.167-20.678
|
||||
c-29.524-12.948-56.271-31.735-78.367-54.788c-22.112-23.041-39.58-50.354-51.093-79.899C 20.816,287.104, 15.309,255.375, 16,224
|
||||
c 0.643-31.38, 7.482-62.574, 20.067-91.103c 12.544-28.55, 30.738-54.414, 53.055-75.774c 22.305-21.377, 48.736-38.252, 77.307-49.36
|
||||
C 194.988-3.389, 225.652-8.688, 256-8c 30.354,0.645, 60.481,7.277, 88.038,19.457c 27.575,12.141, 52.558,29.74, 73.183,51.322
|
||||
c 20.641,21.57, 36.922,47.118, 47.627,74.715c 6.517,16.729, 10.94,34.2, 13.271,51.899c 0.623-0.036, 1.249-0.060, 1.881-0.060
|
||||
c 17.673,0, 32,14.326, 32,32c0,0.898-0.047,1.786-0.119,2.666L 512,223.999 z M 461.153,139.026c-11.736-26.601-28.742-50.7-49.589-70.59
|
||||
c-20.835-19.905-45.5-35.593-72.122-45.895C 312.828,12.202, 284.297,7.315, 256,8c-28.302,0.649-56.298,6.868-81.91,18.237
|
||||
c-25.625,11.333-48.842,27.745-67.997,47.856c-19.169,20.099-34.264,43.882-44.161,69.529C 51.997,169.264, 47.318,196.729, 48,224
|
||||
c 0.651,27.276, 6.664,54.206, 17.627,78.845c 10.929,24.65, 26.749,46.985, 46.123,65.405c 19.365,18.434, 42.265,32.935, 66.937,42.428
|
||||
C 203.356,420.208, 229.755,424.681, 256,424c 26.25-0.653, 52.114-6.459, 75.781-17.017c 23.676-10.525, 45.128-25.751, 62.812-44.391
|
||||
c 17.698-18.629, 31.605-40.647, 40.695-64.344C 444.412,274.552, 448.679,249.219, 448,224l 0.119,0 c-0.072-0.88-0.119-1.768-0.119-2.666
|
||||
c0-16.506, 12.496-30.087, 28.543-31.812C 473.431,172.111, 468.278,155.113, 461.153,139.026z" />
|
||||
<glyph unicode="" d="M 256,480 C 116.626,480 3.271,368.619 0.076,230.013 C 3.036,350.945 94.992,448 208,448 C 322.875,448 416,347.712 416,224 C 416,197.49 437.49,176 464,176 C 490.51,176 512,197.49 512,224 C 512,365.385 397.385,480 256,480 ZM 256-32 C 395.374-32 508.729,79.381 511.924,217.987 C 508.964,97.055 417.008,0 304,0 C 189.125,0 96,100.288 96,224 C 96,250.51 74.51,272 48,272 C 21.49,272 0,250.51 0,224 C 0,82.615 114.615-32 256-32 Z" />
|
||||
<glyph unicode="" d="M 432,128c-22.58,0-42.96-9.369-57.506-24.415L 158.992,211.336C 159.649,215.462, 160,219.689, 160,224
|
||||
s-0.351,8.538-1.008,12.663l 215.502,107.751C 389.040,329.369, 409.42,320, 432,320c 44.183,0, 80,35.817, 80,80S 476.183,480, 432,480
|
||||
s-80-35.817-80-80c0-4.311, 0.352-8.538, 1.008-12.663L 137.506,279.585C 122.96,294.63, 102.58,304, 80,304c-44.183,0-80-35.818-80-80
|
||||
c0-44.184, 35.817-80, 80-80c 22.58,0, 42.96,9.369, 57.506,24.414l 215.502-107.751C 352.352,56.538, 352,52.311, 352,48
|
||||
c0-44.184, 35.817-80, 80-80s 80,35.816, 80,80C 512,92.182, 476.183,128, 432,128z" />
|
||||
<glyph unicode="" d="M 96,416L 416,224L 96,32 z" />
|
||||
<glyph unicode="" d="M 512,480 L 512,272 L 432,352 L 336,256 L 288,304 L 384,400 L 304,480 ZM 224,144 L 128,48 L 208-32 L 0-32 L 0,176 L 80,96 L 176,192 Z" />
|
||||
<glyph unicode=" " horiz-adv-x="256" />
|
||||
</font></defs></svg>
|
||||
|
Depois Largura: | Altura: | Tamanho: 9.6 KiB |
externo
BIN
Arquivo binário não exibido.
externo
BIN
Arquivo binário não exibido.
externo
+885
@@ -0,0 +1,885 @@
|
||||
/*!
|
||||
Video.js Default Styles (http://videojs.com)
|
||||
Version 4.5.2
|
||||
Create your own skin at http://designer.videojs.com
|
||||
*/
|
||||
/* SKIN
|
||||
================================================================================
|
||||
The main class name for all skin-specific styles. To make your own skin,
|
||||
replace all occurances of 'vjs-default-skin' with a new name. Then add your new
|
||||
skin name to your video tag instead of the default skin.
|
||||
e.g. <video class="video-js my-skin-name">
|
||||
*/
|
||||
.vjs-default-skin {
|
||||
color: #cccccc;
|
||||
}
|
||||
/* Custom Icon Font
|
||||
--------------------------------------------------------------------------------
|
||||
The control icons are from a custom font. Each icon corresponds to a character
|
||||
(e.g. "\e001"). Font icons allow for easy scaling and coloring of icons.
|
||||
*/
|
||||
@font-face {
|
||||
font-family: 'VideoJS';
|
||||
src: url('font/vjs.eot');
|
||||
src: url('font/vjs.eot?#iefix') format('embedded-opentype'), url('font/vjs.woff') format('woff'), url('font/vjs.ttf') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
/* Base UI Component Classes
|
||||
--------------------------------------------------------------------------------
|
||||
*/
|
||||
/* Slider - used for Volume bar and Seek bar */
|
||||
.vjs-default-skin .vjs-slider {
|
||||
/* Replace browser focus hightlight with handle highlight */
|
||||
outline: 0;
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
padding: 0;
|
||||
/* background-color-with-alpha */
|
||||
background-color: #333333;
|
||||
background-color: rgba(51, 51, 51, 0.9);
|
||||
}
|
||||
.vjs-default-skin .vjs-slider:focus {
|
||||
/* box-shadow */
|
||||
-webkit-box-shadow: 0 0 2em #ffffff;
|
||||
-moz-box-shadow: 0 0 2em #ffffff;
|
||||
box-shadow: 0 0 2em #ffffff;
|
||||
}
|
||||
.vjs-default-skin .vjs-slider-handle {
|
||||
position: absolute;
|
||||
/* Needed for IE6 */
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
.vjs-default-skin .vjs-slider-handle:before {
|
||||
content: "\e009";
|
||||
font-family: VideoJS;
|
||||
font-size: 1em;
|
||||
line-height: 1;
|
||||
text-align: center;
|
||||
text-shadow: 0em 0em 1em #fff;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
/* Rotate the square icon to make a diamond */
|
||||
/* transform */
|
||||
-webkit-transform: rotate(-45deg);
|
||||
-moz-transform: rotate(-45deg);
|
||||
-ms-transform: rotate(-45deg);
|
||||
-o-transform: rotate(-45deg);
|
||||
transform: rotate(-45deg);
|
||||
}
|
||||
/* Control Bar
|
||||
--------------------------------------------------------------------------------
|
||||
The default control bar that is a container for most of the controls.
|
||||
*/
|
||||
.vjs-default-skin .vjs-control-bar {
|
||||
/* Start hidden */
|
||||
display: none;
|
||||
position: absolute;
|
||||
/* Place control bar at the bottom of the player box/video.
|
||||
If you want more margin below the control bar, add more height. */
|
||||
bottom: 0;
|
||||
/* Use left/right to stretch to 100% width of player div */
|
||||
left: 0;
|
||||
right: 0;
|
||||
/* Height includes any margin you want above or below control items */
|
||||
height: 3.0em;
|
||||
/* background-color-with-alpha */
|
||||
background-color: #07141e;
|
||||
background-color: rgba(7, 20, 30, 0.7);
|
||||
}
|
||||
/* Show the control bar only once the video has started playing */
|
||||
.vjs-default-skin.vjs-has-started .vjs-control-bar {
|
||||
display: block;
|
||||
/* Visibility needed to make sure things hide in older browsers too. */
|
||||
|
||||
visibility: visible;
|
||||
opacity: 1;
|
||||
/* transition */
|
||||
-webkit-transition: visibility 0.1s, opacity 0.1s;
|
||||
-moz-transition: visibility 0.1s, opacity 0.1s;
|
||||
-o-transition: visibility 0.1s, opacity 0.1s;
|
||||
transition: visibility 0.1s, opacity 0.1s;
|
||||
}
|
||||
/* Hide the control bar when the video is playing and the user is inactive */
|
||||
.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
|
||||
display: block;
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
/* transition */
|
||||
-webkit-transition: visibility 1s, opacity 1s;
|
||||
-moz-transition: visibility 1s, opacity 1s;
|
||||
-o-transition: visibility 1s, opacity 1s;
|
||||
transition: visibility 1s, opacity 1s;
|
||||
}
|
||||
.vjs-default-skin.vjs-controls-disabled .vjs-control-bar {
|
||||
display: none;
|
||||
}
|
||||
.vjs-default-skin.vjs-using-native-controls .vjs-control-bar {
|
||||
display: none;
|
||||
}
|
||||
/* The control bar shouldn't show after an error */
|
||||
.vjs-default-skin.vjs-error .vjs-control-bar {
|
||||
display: none;
|
||||
}
|
||||
/* IE8 is flakey with fonts, and you have to change the actual content to force
|
||||
fonts to show/hide properly.
|
||||
- "\9" IE8 hack didn't work for this
|
||||
- Found in XP IE8 from http://modern.ie. Does not show up in "IE8 mode" in IE9
|
||||
*/
|
||||
@media \0screen {
|
||||
.vjs-default-skin.vjs-user-inactive.vjs-playing .vjs-control-bar :before {
|
||||
content: "";
|
||||
}
|
||||
}
|
||||
/* General styles for individual controls. */
|
||||
.vjs-default-skin .vjs-control {
|
||||
outline: none;
|
||||
position: relative;
|
||||
float: left;
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
height: 3.0em;
|
||||
width: 4em;
|
||||
}
|
||||
/* FontAwsome button icons */
|
||||
.vjs-default-skin .vjs-control:before {
|
||||
font-family: VideoJS;
|
||||
font-size: 1.5em;
|
||||
line-height: 2;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
text-align: center;
|
||||
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
/* Replacement for focus outline */
|
||||
.vjs-default-skin .vjs-control:focus:before,
|
||||
.vjs-default-skin .vjs-control:hover:before {
|
||||
text-shadow: 0em 0em 1em #ffffff;
|
||||
}
|
||||
.vjs-default-skin .vjs-control:focus {
|
||||
/* outline: 0; */
|
||||
/* keyboard-only users cannot see the focus on several of the UI elements when
|
||||
this is set to 0 */
|
||||
|
||||
}
|
||||
/* Hide control text visually, but have it available for screenreaders */
|
||||
.vjs-default-skin .vjs-control-text {
|
||||
/* hide-visually */
|
||||
border: 0;
|
||||
clip: rect(0 0 0 0);
|
||||
height: 1px;
|
||||
margin: -1px;
|
||||
overflow: hidden;
|
||||
padding: 0;
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
}
|
||||
/* Play/Pause
|
||||
--------------------------------------------------------------------------------
|
||||
*/
|
||||
.vjs-default-skin .vjs-play-control {
|
||||
width: 5em;
|
||||
cursor: pointer;
|
||||
}
|
||||
.vjs-default-skin .vjs-play-control:before {
|
||||
content: "\e001";
|
||||
}
|
||||
.vjs-default-skin.vjs-playing .vjs-play-control:before {
|
||||
content: "\e002";
|
||||
}
|
||||
/* Volume/Mute
|
||||
-------------------------------------------------------------------------------- */
|
||||
.vjs-default-skin .vjs-mute-control,
|
||||
.vjs-default-skin .vjs-volume-menu-button {
|
||||
cursor: pointer;
|
||||
float: right;
|
||||
}
|
||||
.vjs-default-skin .vjs-mute-control:before,
|
||||
.vjs-default-skin .vjs-volume-menu-button:before {
|
||||
content: "\e006";
|
||||
}
|
||||
.vjs-default-skin .vjs-mute-control.vjs-vol-0:before,
|
||||
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-0:before {
|
||||
content: "\e003";
|
||||
}
|
||||
.vjs-default-skin .vjs-mute-control.vjs-vol-1:before,
|
||||
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-1:before {
|
||||
content: "\e004";
|
||||
}
|
||||
.vjs-default-skin .vjs-mute-control.vjs-vol-2:before,
|
||||
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-2:before {
|
||||
content: "\e005";
|
||||
}
|
||||
.vjs-default-skin .vjs-volume-control {
|
||||
width: 5em;
|
||||
float: right;
|
||||
}
|
||||
.vjs-default-skin .vjs-volume-bar {
|
||||
width: 5em;
|
||||
height: 0.6em;
|
||||
margin: 1.1em auto 0;
|
||||
}
|
||||
.vjs-default-skin .vjs-volume-menu-button .vjs-menu-content {
|
||||
height: 2.9em;
|
||||
}
|
||||
.vjs-default-skin .vjs-volume-level {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
height: 0.5em;
|
||||
/* assuming volume starts at 1.0 */
|
||||
|
||||
width: 100%;
|
||||
background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
|
||||
}
|
||||
.vjs-default-skin .vjs-volume-bar .vjs-volume-handle {
|
||||
width: 0.5em;
|
||||
height: 0.5em;
|
||||
/* Assumes volume starts at 1.0. If you change the size of the
|
||||
handle relative to the volume bar, you'll need to update this value
|
||||
too. */
|
||||
|
||||
left: 4.5em;
|
||||
}
|
||||
.vjs-default-skin .vjs-volume-handle:before {
|
||||
font-size: 0.9em;
|
||||
top: -0.2em;
|
||||
left: -0.2em;
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
}
|
||||
.vjs-default-skin .vjs-volume-menu-button .vjs-menu .vjs-menu-content {
|
||||
width: 6em;
|
||||
left: -4em;
|
||||
}
|
||||
/* Progress
|
||||
--------------------------------------------------------------------------------
|
||||
*/
|
||||
.vjs-default-skin .vjs-progress-control {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
width: auto;
|
||||
font-size: 0.3em;
|
||||
height: 1em;
|
||||
/* Set above the rest of the controls. */
|
||||
top: -1em;
|
||||
/* Shrink the bar slower than it grows. */
|
||||
/* transition */
|
||||
-webkit-transition: all 0.4s;
|
||||
-moz-transition: all 0.4s;
|
||||
-o-transition: all 0.4s;
|
||||
transition: all 0.4s;
|
||||
}
|
||||
/* On hover, make the progress bar grow to something that's more clickable.
|
||||
This simply changes the overall font for the progress bar, and this
|
||||
updates both the em-based widths and heights, as wells as the icon font */
|
||||
.vjs-default-skin:hover .vjs-progress-control {
|
||||
font-size: .9em;
|
||||
/* Even though we're not changing the top/height, we need to include them in
|
||||
the transition so they're handled correctly. */
|
||||
|
||||
/* transition */
|
||||
-webkit-transition: all 0.2s;
|
||||
-moz-transition: all 0.2s;
|
||||
-o-transition: all 0.2s;
|
||||
transition: all 0.2s;
|
||||
}
|
||||
/* Box containing play and load progresses. Also acts as seek scrubber. */
|
||||
.vjs-default-skin .vjs-progress-holder {
|
||||
height: 100%;
|
||||
}
|
||||
/* Progress Bars */
|
||||
.vjs-default-skin .vjs-progress-holder .vjs-play-progress,
|
||||
.vjs-default-skin .vjs-progress-holder .vjs-load-progress {
|
||||
position: absolute;
|
||||
display: block;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
/* updated by javascript during playback */
|
||||
|
||||
width: 0;
|
||||
/* Needed for IE6 */
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
.vjs-default-skin .vjs-play-progress {
|
||||
/*
|
||||
Using a data URI to create the white diagonal lines with a transparent
|
||||
background. Surprisingly works in IE8.
|
||||
Created using http://www.patternify.com
|
||||
Changing the first color value will change the bar color.
|
||||
Also using a paralax effect to make the lines move backwards.
|
||||
The -50% left position makes that happen.
|
||||
*/
|
||||
|
||||
background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
|
||||
}
|
||||
.vjs-default-skin .vjs-load-progress {
|
||||
background: #646464 /* IE8- Fallback */;
|
||||
background: rgba(255, 255, 255, 0.4);
|
||||
}
|
||||
.vjs-default-skin .vjs-seek-handle {
|
||||
width: 1.5em;
|
||||
height: 100%;
|
||||
}
|
||||
.vjs-default-skin .vjs-seek-handle:before {
|
||||
padding-top: 0.1em /* Minor adjustment */;
|
||||
}
|
||||
/* Live Mode
|
||||
--------------------------------------------------------------------------------
|
||||
*/
|
||||
.vjs-default-skin.vjs-live .vjs-time-controls,
|
||||
.vjs-default-skin.vjs-live .vjs-time-divider,
|
||||
.vjs-default-skin.vjs-live .vjs-progress-control {
|
||||
display: none;
|
||||
}
|
||||
.vjs-default-skin.vjs-live .vjs-live-display {
|
||||
display: block;
|
||||
}
|
||||
/* Live Display
|
||||
--------------------------------------------------------------------------------
|
||||
*/
|
||||
.vjs-default-skin .vjs-live-display {
|
||||
display: none;
|
||||
font-size: 1em;
|
||||
line-height: 3em;
|
||||
}
|
||||
/* Time Display
|
||||
--------------------------------------------------------------------------------
|
||||
*/
|
||||
.vjs-default-skin .vjs-time-controls {
|
||||
font-size: 1em;
|
||||
/* Align vertically by making the line height the same as the control bar */
|
||||
line-height: 3em;
|
||||
}
|
||||
.vjs-default-skin .vjs-current-time {
|
||||
float: left;
|
||||
}
|
||||
.vjs-default-skin .vjs-duration {
|
||||
float: left;
|
||||
}
|
||||
/* Remaining time is in the HTML, but not included in default design */
|
||||
.vjs-default-skin .vjs-remaining-time {
|
||||
display: none;
|
||||
float: left;
|
||||
}
|
||||
.vjs-time-divider {
|
||||
float: left;
|
||||
line-height: 3em;
|
||||
}
|
||||
/* Fullscreen
|
||||
--------------------------------------------------------------------------------
|
||||
*/
|
||||
.vjs-default-skin .vjs-fullscreen-control {
|
||||
width: 3.8em;
|
||||
cursor: pointer;
|
||||
float: right;
|
||||
}
|
||||
.vjs-default-skin .vjs-fullscreen-control:before {
|
||||
content: "\e000";
|
||||
}
|
||||
/* Switch to the exit icon when the player is in fullscreen */
|
||||
.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control:before {
|
||||
content: "\e00b";
|
||||
}
|
||||
/* Big Play Button (play button at start)
|
||||
--------------------------------------------------------------------------------
|
||||
Positioning of the play button in the center or other corners can be done more
|
||||
easily in the skin designer. http://designer.videojs.com/
|
||||
*/
|
||||
.vjs-default-skin .vjs-big-play-button {
|
||||
left: 0.5em;
|
||||
top: 0.5em;
|
||||
font-size: 3em;
|
||||
display: block;
|
||||
z-index: 2;
|
||||
position: absolute;
|
||||
width: 4em;
|
||||
height: 2.6em;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
cursor: pointer;
|
||||
opacity: 1;
|
||||
/* Need a slightly gray bg so it can be seen on black backgrounds */
|
||||
/* background-color-with-alpha */
|
||||
background-color: #07141e;
|
||||
background-color: rgba(7, 20, 30, 0.7);
|
||||
border: 0.1em solid #3b4249;
|
||||
/* border-radius */
|
||||
-webkit-border-radius: 0.8em;
|
||||
-moz-border-radius: 0.8em;
|
||||
border-radius: 0.8em;
|
||||
/* box-shadow */
|
||||
-webkit-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
|
||||
-moz-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
|
||||
box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
|
||||
/* transition */
|
||||
-webkit-transition: all 0.4s;
|
||||
-moz-transition: all 0.4s;
|
||||
-o-transition: all 0.4s;
|
||||
transition: all 0.4s;
|
||||
}
|
||||
/* Optionally center */
|
||||
.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
|
||||
/* Center it horizontally */
|
||||
left: 50%;
|
||||
margin-left: -2.1em;
|
||||
/* Center it vertically */
|
||||
top: 50%;
|
||||
margin-top: -1.4000000000000001em;
|
||||
}
|
||||
/* Hide if controls are disabled */
|
||||
.vjs-default-skin.vjs-controls-disabled .vjs-big-play-button {
|
||||
display: none;
|
||||
}
|
||||
/* Hide when video starts playing */
|
||||
.vjs-default-skin.vjs-has-started .vjs-big-play-button {
|
||||
display: none;
|
||||
}
|
||||
/* Hide on mobile devices. Remove when we stop using native controls
|
||||
by default on mobile */
|
||||
.vjs-default-skin.vjs-using-native-controls .vjs-big-play-button {
|
||||
display: none;
|
||||
}
|
||||
.vjs-default-skin:hover .vjs-big-play-button,
|
||||
.vjs-default-skin .vjs-big-play-button:focus {
|
||||
outline: 0;
|
||||
border-color: #fff;
|
||||
/* IE8 needs a non-glow hover state */
|
||||
background-color: #505050;
|
||||
background-color: rgba(50, 50, 50, 0.75);
|
||||
/* box-shadow */
|
||||
-webkit-box-shadow: 0 0 3em #ffffff;
|
||||
-moz-box-shadow: 0 0 3em #ffffff;
|
||||
box-shadow: 0 0 3em #ffffff;
|
||||
/* transition */
|
||||
-webkit-transition: all 0s;
|
||||
-moz-transition: all 0s;
|
||||
-o-transition: all 0s;
|
||||
transition: all 0s;
|
||||
}
|
||||
.vjs-default-skin .vjs-big-play-button:before {
|
||||
content: "\e001";
|
||||
font-family: VideoJS;
|
||||
/* In order to center the play icon vertically we need to set the line height
|
||||
to the same as the button height */
|
||||
|
||||
line-height: 2.6em;
|
||||
text-shadow: 0.05em 0.05em 0.1em #000;
|
||||
text-align: center /* Needed for IE8 */;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.vjs-error .vjs-big-play-button {
|
||||
display: none;
|
||||
}
|
||||
/* Error Display
|
||||
--------------------------------------------------------------------------------
|
||||
*/
|
||||
.vjs-error-display {
|
||||
display: none;
|
||||
}
|
||||
.vjs-error .vjs-error-display {
|
||||
display: block;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.vjs-error .vjs-error-display:before {
|
||||
content: 'X';
|
||||
font-family: Arial;
|
||||
font-size: 4em;
|
||||
color: #666666;
|
||||
/* In order to center the play icon vertically we need to set the line height
|
||||
to the same as the button height */
|
||||
|
||||
line-height: 1;
|
||||
text-shadow: 0.05em 0.05em 0.1em #000;
|
||||
text-align: center /* Needed for IE8 */;
|
||||
vertical-align: middle;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
margin-top: -0.5em;
|
||||
width: 100%;
|
||||
}
|
||||
.vjs-error-display div {
|
||||
position: absolute;
|
||||
font-size: 1.4em;
|
||||
text-align: center;
|
||||
bottom: 1em;
|
||||
right: 1em;
|
||||
left: 1em;
|
||||
}
|
||||
.vjs-error-display a,
|
||||
.vjs-error-display a:visited {
|
||||
color: #F4A460;
|
||||
}
|
||||
/* Loading Spinner
|
||||
--------------------------------------------------------------------------------
|
||||
*/
|
||||
.vjs-loading-spinner {
|
||||
display: none;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
font-size: 4em;
|
||||
line-height: 1;
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
margin-left: -0.5em;
|
||||
margin-top: -0.5em;
|
||||
opacity: 0.75;
|
||||
/* animation */
|
||||
-webkit-animation: spin 1.5s infinite linear;
|
||||
-moz-animation: spin 1.5s infinite linear;
|
||||
-o-animation: spin 1.5s infinite linear;
|
||||
animation: spin 1.5s infinite linear;
|
||||
}
|
||||
/* Errors are unrecoverable without user interaction,
|
||||
so hide the spinner in the case of an error */
|
||||
.video-js.vjs-error .vjs-loading-spinner {
|
||||
/* using !important flag because currently the loading spinner
|
||||
uses hide()/show() instead of classes. The !important can be
|
||||
removed when that's updated */
|
||||
|
||||
display: none !important;
|
||||
/* ensure animation doesn't continue while hidden */
|
||||
|
||||
/* animation */
|
||||
-webkit-animation: none;
|
||||
-moz-animation: none;
|
||||
-o-animation: none;
|
||||
animation: none;
|
||||
}
|
||||
.vjs-default-skin .vjs-loading-spinner:before {
|
||||
content: "\e01e";
|
||||
font-family: VideoJS;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
text-align: center;
|
||||
text-shadow: 0em 0em 0.1em #000;
|
||||
}
|
||||
@-moz-keyframes spin {
|
||||
0% {
|
||||
-moz-transform: rotate(0deg);
|
||||
}
|
||||
100% {
|
||||
-moz-transform: rotate(359deg);
|
||||
}
|
||||
}
|
||||
@-webkit-keyframes spin {
|
||||
0% {
|
||||
-webkit-transform: rotate(0deg);
|
||||
}
|
||||
100% {
|
||||
-webkit-transform: rotate(359deg);
|
||||
}
|
||||
}
|
||||
@-o-keyframes spin {
|
||||
0% {
|
||||
-o-transform: rotate(0deg);
|
||||
}
|
||||
100% {
|
||||
-o-transform: rotate(359deg);
|
||||
}
|
||||
}
|
||||
@keyframes spin {
|
||||
0% {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
100% {
|
||||
transform: rotate(359deg);
|
||||
}
|
||||
}
|
||||
/* Menu Buttons (Captions/Subtitles/etc.)
|
||||
--------------------------------------------------------------------------------
|
||||
*/
|
||||
.vjs-default-skin .vjs-menu-button {
|
||||
float: right;
|
||||
cursor: pointer;
|
||||
}
|
||||
.vjs-default-skin .vjs-menu {
|
||||
display: none;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0em;
|
||||
/* (Width of vjs-menu - width of button) / 2 */
|
||||
|
||||
width: 0em;
|
||||
height: 0em;
|
||||
margin-bottom: 3em;
|
||||
border-left: 2em solid transparent;
|
||||
border-right: 2em solid transparent;
|
||||
border-top: 1.55em solid #000000;
|
||||
/* Same width top as ul bottom */
|
||||
|
||||
border-top-color: rgba(7, 40, 50, 0.5);
|
||||
/* Same as ul background */
|
||||
|
||||
}
|
||||
/* Button Pop-up Menu */
|
||||
.vjs-default-skin .vjs-menu-button .vjs-menu .vjs-menu-content {
|
||||
display: block;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
position: absolute;
|
||||
width: 10em;
|
||||
bottom: 1.5em;
|
||||
/* Same bottom as vjs-menu border-top */
|
||||
|
||||
max-height: 15em;
|
||||
overflow: auto;
|
||||
left: -5em;
|
||||
/* Width of menu - width of button / 2 */
|
||||
|
||||
/* background-color-with-alpha */
|
||||
background-color: #07141e;
|
||||
background-color: rgba(7, 20, 30, 0.7);
|
||||
/* box-shadow */
|
||||
-webkit-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
|
||||
-moz-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
|
||||
box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
|
||||
}
|
||||
.vjs-default-skin .vjs-menu-button:hover .vjs-menu {
|
||||
display: block;
|
||||
}
|
||||
.vjs-default-skin .vjs-menu-button ul li {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 0.3em 0 0.3em 0;
|
||||
line-height: 1.4em;
|
||||
font-size: 1.2em;
|
||||
text-align: center;
|
||||
text-transform: lowercase;
|
||||
}
|
||||
.vjs-default-skin .vjs-menu-button ul li.vjs-selected {
|
||||
background-color: #000;
|
||||
}
|
||||
.vjs-default-skin .vjs-menu-button ul li:focus,
|
||||
.vjs-default-skin .vjs-menu-button ul li:hover,
|
||||
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus,
|
||||
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover {
|
||||
outline: 0;
|
||||
color: #111;
|
||||
/* background-color-with-alpha */
|
||||
background-color: #ffffff;
|
||||
background-color: rgba(255, 255, 255, 0.75);
|
||||
/* box-shadow */
|
||||
-webkit-box-shadow: 0 0 1em #ffffff;
|
||||
-moz-box-shadow: 0 0 1em #ffffff;
|
||||
box-shadow: 0 0 1em #ffffff;
|
||||
}
|
||||
.vjs-default-skin .vjs-menu-button ul li.vjs-menu-title {
|
||||
text-align: center;
|
||||
text-transform: uppercase;
|
||||
font-size: 1em;
|
||||
line-height: 2em;
|
||||
padding: 0;
|
||||
margin: 0 0 0.3em 0;
|
||||
font-weight: bold;
|
||||
cursor: default;
|
||||
}
|
||||
/* Subtitles Button */
|
||||
.vjs-default-skin .vjs-subtitles-button:before {
|
||||
content: "\e00c";
|
||||
}
|
||||
/* Captions Button */
|
||||
.vjs-default-skin .vjs-captions-button:before {
|
||||
content: "\e008";
|
||||
}
|
||||
/* Replacement for focus outline */
|
||||
.vjs-default-skin .vjs-captions-button:focus .vjs-control-content:before,
|
||||
.vjs-default-skin .vjs-captions-button:hover .vjs-control-content:before {
|
||||
/* box-shadow */
|
||||
-webkit-box-shadow: 0 0 1em #ffffff;
|
||||
-moz-box-shadow: 0 0 1em #ffffff;
|
||||
box-shadow: 0 0 1em #ffffff;
|
||||
}
|
||||
/*
|
||||
REQUIRED STYLES (be careful overriding)
|
||||
================================================================================
|
||||
When loading the player, the video tag is replaced with a DIV,
|
||||
that will hold the video tag or object tag for other playback methods.
|
||||
The div contains the video playback element (Flash or HTML5) and controls,
|
||||
and sets the width and height of the video.
|
||||
|
||||
** If you want to add some kind of border/padding (e.g. a frame), or special
|
||||
positioning, use another containing element. Otherwise you risk messing up
|
||||
control positioning and full window mode. **
|
||||
*/
|
||||
.video-js {
|
||||
background-color: #000;
|
||||
position: relative;
|
||||
padding: 0;
|
||||
/* Start with 10px for base font size so other dimensions can be em based and
|
||||
easily calculable. */
|
||||
|
||||
font-size: 10px;
|
||||
/* Allow poster to be vertially aligned. */
|
||||
|
||||
vertical-align: middle;
|
||||
/* display: table-cell; */
|
||||
/*This works in Safari but not Firefox.*/
|
||||
|
||||
/* Provide some basic defaults for fonts */
|
||||
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
/* Avoiding helvetica: issue #376 */
|
||||
|
||||
font-family: Arial, sans-serif;
|
||||
/* Turn off user selection (text highlighting) by default.
|
||||
The majority of player components will not be text blocks.
|
||||
Text areas will need to turn user selection back on. */
|
||||
|
||||
/* user-select */
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
/* Playback technology elements expand to the width/height of the containing div
|
||||
<video> or <object> */
|
||||
.video-js .vjs-tech {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
/* Fix for Firefox 9 fullscreen (only if it is enabled). Not needed when
|
||||
checking fullScreenEnabled. */
|
||||
.video-js:-moz-full-screen {
|
||||
position: absolute;
|
||||
}
|
||||
/* Fullscreen Styles */
|
||||
body.vjs-full-window {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
height: 100%;
|
||||
/* Fix for IE6 full-window. http://www.cssplay.co.uk/layouts/fixed.html */
|
||||
overflow-y: auto;
|
||||
}
|
||||
.video-js.vjs-fullscreen {
|
||||
position: fixed;
|
||||
overflow: hidden;
|
||||
z-index: 1000;
|
||||
left: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
width: 100% !important;
|
||||
height: 100% !important;
|
||||
/* IE6 full-window (underscore hack) */
|
||||
_position: absolute;
|
||||
}
|
||||
.video-js:-webkit-full-screen {
|
||||
width: 100% !important;
|
||||
height: 100% !important;
|
||||
}
|
||||
.video-js.vjs-fullscreen.vjs-user-inactive {
|
||||
cursor: none;
|
||||
}
|
||||
/* Poster Styles */
|
||||
.vjs-poster {
|
||||
background-repeat: no-repeat;
|
||||
background-position: 50% 50%;
|
||||
background-size: contain;
|
||||
cursor: pointer;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
}
|
||||
.vjs-poster img {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
max-height: 100%;
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
}
|
||||
/* Hide the poster when native controls are used otherwise it covers them */
|
||||
.video-js.vjs-using-native-controls .vjs-poster {
|
||||
display: none;
|
||||
}
|
||||
/* Text Track Styles */
|
||||
/* Overall track holder for both captions and subtitles */
|
||||
.video-js .vjs-text-track-display {
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
bottom: 4em;
|
||||
/* Leave padding on left and right */
|
||||
left: 1em;
|
||||
right: 1em;
|
||||
}
|
||||
/* Move captions down when controls aren't being shown */
|
||||
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
|
||||
bottom: 1em;
|
||||
}
|
||||
/* Individual tracks */
|
||||
.video-js .vjs-text-track {
|
||||
display: none;
|
||||
font-size: 1.4em;
|
||||
text-align: center;
|
||||
margin-bottom: 0.1em;
|
||||
/* Transparent black background, or fallback to all black (oldIE) */
|
||||
/* background-color-with-alpha */
|
||||
background-color: #000000;
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
.video-js .vjs-subtitles {
|
||||
color: #ffffff /* Subtitles are white */;
|
||||
}
|
||||
.video-js .vjs-captions {
|
||||
color: #ffcc66 /* Captions are yellow */;
|
||||
}
|
||||
.vjs-tt-cue {
|
||||
display: block;
|
||||
}
|
||||
/* Hide disabled or unsupported controls */
|
||||
.vjs-default-skin .vjs-hidden {
|
||||
display: none;
|
||||
}
|
||||
.vjs-lock-showing {
|
||||
display: block !important;
|
||||
opacity: 1;
|
||||
visibility: visible;
|
||||
}
|
||||
/* In IE8 w/ no JavaScript (no HTML5 shim), the video tag doesn't register.
|
||||
The .video-js classname on the video tag also isn't considered.
|
||||
This optional paragraph inside the video tag can provide a message to users
|
||||
about what's required to play video. */
|
||||
.vjs-no-js {
|
||||
padding: 20px;
|
||||
color: #ccc;
|
||||
background-color: #333;
|
||||
font-size: 18px;
|
||||
font-family: Arial, sans-serif;
|
||||
text-align: center;
|
||||
width: 300px;
|
||||
height: 150px;
|
||||
margin: 0px auto;
|
||||
}
|
||||
.vjs-no-js a,
|
||||
.vjs-no-js a:visited {
|
||||
color: #F4A460;
|
||||
}
|
||||
/* -----------------------------------------------------------------------------
|
||||
The original source of this file lives at
|
||||
https://github.com/videojs/video.js/blob/master/src/css/video-js.less */
|
||||
externo
+1076
Diferenças do arquivo suprimidas por serem muito extensas
Carregar Diff
externo
+5
Diff do arquivo suprimido porque uma ou mais linhas são muito longas
externo
BIN
Arquivo binário não exibido.
externo
+7722
Diferenças do arquivo suprimidas por serem muito extensas
Carregar Diff
externo
+140
@@ -0,0 +1,140 @@
|
||||
/*! Video.js v4.5.2 Copyright 2014 Brightcove, Inc. https://github.com/videojs/video.js/blob/master/LICENSE */
|
||||
(function() {var b=void 0,f=!0,h=null,l=!1;function m(){return function(){}}function p(a){return function(){return this[a]}}function q(a){return function(){return a}}var s;document.createElement("video");document.createElement("audio");document.createElement("track");function u(a,c,d){if("string"===typeof a){0===a.indexOf("#")&&(a=a.slice(1));if(u.ya[a])return u.ya[a];a=u.w(a)}if(!a||!a.nodeName)throw new TypeError("The element or ID supplied is not valid. (videojs)");return a.player||new u.Player(a,c,d)}
|
||||
var videojs=u;window.ce=window.de=u;u.Vb="4.5";u.Jc="https:"==document.location.protocol?"https://":"http://";u.options={techOrder:["html5","flash"],html5:{},flash:{},width:300,height:150,defaultVolume:0,children:{mediaLoader:{},posterImage:{},textTrackDisplay:{},loadingSpinner:{},bigPlayButton:{},controlBar:{},errorDisplay:{}},notSupportedMessage:"No compatible source was found for this video."};"GENERATED_CDN_VSN"!==u.Vb&&(videojs.options.flash.swf=u.Jc+"vjs.zencdn.net/"+u.Vb+"/video-js.swf");
|
||||
u.ya={};"function"===typeof define&&define.amd?define([],function(){return videojs}):"object"===typeof exports&&"object"===typeof module&&(module.exports=videojs);u.na=u.CoreObject=m();u.na.extend=function(a){var c,d;a=a||{};c=a.init||a.i||this.prototype.init||this.prototype.i||m();d=function(){c.apply(this,arguments)};d.prototype=u.l.create(this.prototype);d.prototype.constructor=d;d.extend=u.na.extend;d.create=u.na.create;for(var e in a)a.hasOwnProperty(e)&&(d.prototype[e]=a[e]);return d};
|
||||
u.na.create=function(){var a=u.l.create(this.prototype);this.apply(a,arguments);return a};u.d=function(a,c,d){var e=u.getData(a);e.C||(e.C={});e.C[c]||(e.C[c]=[]);d.t||(d.t=u.t++);e.C[c].push(d);e.X||(e.disabled=l,e.X=function(c){if(!e.disabled){c=u.nc(c);var d=e.C[c.type];if(d)for(var d=d.slice(0),j=0,r=d.length;j<r&&!c.uc();j++)d[j].call(a,c)}});1==e.C[c].length&&(document.addEventListener?a.addEventListener(c,e.X,l):document.attachEvent&&a.attachEvent("on"+c,e.X))};
|
||||
u.o=function(a,c,d){if(u.rc(a)){var e=u.getData(a);if(e.C)if(c){var g=e.C[c];if(g){if(d){if(d.t)for(e=0;e<g.length;e++)g[e].t===d.t&&g.splice(e--,1)}else e.C[c]=[];u.jc(a,c)}}else for(g in e.C)c=g,e.C[c]=[],u.jc(a,c)}};u.jc=function(a,c){var d=u.getData(a);0===d.C[c].length&&(delete d.C[c],document.removeEventListener?a.removeEventListener(c,d.X,l):document.detachEvent&&a.detachEvent("on"+c,d.X));u.Db(d.C)&&(delete d.C,delete d.X,delete d.disabled);u.Db(d)&&u.zc(a)};
|
||||
u.nc=function(a){function c(){return f}function d(){return l}if(!a||!a.Eb){var e=a||window.event;a={};for(var g in e)"layerX"!==g&&("layerY"!==g&&"keyboardEvent.keyLocation"!==g)&&("returnValue"==g&&e.preventDefault||(a[g]=e[g]));a.target||(a.target=a.srcElement||document);a.relatedTarget=a.fromElement===a.target?a.toElement:a.fromElement;a.preventDefault=function(){e.preventDefault&&e.preventDefault();a.returnValue=l;a.ld=c;a.defaultPrevented=f};a.ld=d;a.defaultPrevented=l;a.stopPropagation=function(){e.stopPropagation&&
|
||||
e.stopPropagation();a.cancelBubble=f;a.Eb=c};a.Eb=d;a.stopImmediatePropagation=function(){e.stopImmediatePropagation&&e.stopImmediatePropagation();a.uc=c;a.stopPropagation()};a.uc=d;if(a.clientX!=h){g=document.documentElement;var k=document.body;a.pageX=a.clientX+(g&&g.scrollLeft||k&&k.scrollLeft||0)-(g&&g.clientLeft||k&&k.clientLeft||0);a.pageY=a.clientY+(g&&g.scrollTop||k&&k.scrollTop||0)-(g&&g.clientTop||k&&k.clientTop||0)}a.which=a.charCode||a.keyCode;a.button!=h&&(a.button=a.button&1?0:a.button&
|
||||
4?1:a.button&2?2:0)}return a};u.k=function(a,c){var d=u.rc(a)?u.getData(a):{},e=a.parentNode||a.ownerDocument;"string"===typeof c&&(c={type:c,target:a});c=u.nc(c);d.X&&d.X.call(a,c);if(e&&!c.Eb()&&c.bubbles!==l)u.k(e,c);else if(!e&&!c.defaultPrevented&&(d=u.getData(c.target),c.target[c.type])){d.disabled=f;if("function"===typeof c.target[c.type])c.target[c.type]();d.disabled=l}return!c.defaultPrevented};
|
||||
u.V=function(a,c,d){function e(){u.o(a,c,e);d.apply(this,arguments)}e.t=d.t=d.t||u.t++;u.d(a,c,e)};var v=Object.prototype.hasOwnProperty;u.e=function(a,c){var d,e;d=document.createElement(a||"div");for(e in c)v.call(c,e)&&(-1!==e.indexOf("aria-")||"role"==e?d.setAttribute(e,c[e]):d[e]=c[e]);return d};u.$=function(a){return a.charAt(0).toUpperCase()+a.slice(1)};u.l={};u.l.create=Object.create||function(a){function c(){}c.prototype=a;return new c};
|
||||
u.l.ua=function(a,c,d){for(var e in a)v.call(a,e)&&c.call(d||this,e,a[e])};u.l.A=function(a,c){if(!c)return a;for(var d in c)v.call(c,d)&&(a[d]=c[d]);return a};u.l.$c=function(a,c){var d,e,g;a=u.l.copy(a);for(d in c)v.call(c,d)&&(e=a[d],g=c[d],a[d]=u.l.Ra(e)&&u.l.Ra(g)?u.l.$c(e,g):c[d]);return a};u.l.copy=function(a){return u.l.A({},a)};u.l.Ra=function(a){return!!a&&"object"===typeof a&&"[object Object]"===a.toString()&&a.constructor===Object};
|
||||
u.bind=function(a,c,d){function e(){return c.apply(a,arguments)}c.t||(c.t=u.t++);e.t=d?d+"_"+c.t:c.t;return e};u.sa={};u.t=1;u.expando="vdata"+(new Date).getTime();u.getData=function(a){var c=a[u.expando];c||(c=a[u.expando]=u.t++,u.sa[c]={});return u.sa[c]};u.rc=function(a){a=a[u.expando];return!(!a||u.Db(u.sa[a]))};u.zc=function(a){var c=a[u.expando];if(c){delete u.sa[c];try{delete a[u.expando]}catch(d){a.removeAttribute?a.removeAttribute(u.expando):a[u.expando]=h}}};
|
||||
u.Db=function(a){for(var c in a)if(a[c]!==h)return l;return f};u.m=function(a,c){-1==(" "+a.className+" ").indexOf(" "+c+" ")&&(a.className=""===a.className?c:a.className+" "+c)};u.q=function(a,c){var d,e;if(-1!=a.className.indexOf(c)){d=a.className.split(" ");for(e=d.length-1;0<=e;e--)d[e]===c&&d.splice(e,1);a.className=d.join(" ")}};u.H=u.e("video");u.K=navigator.userAgent;u.Oc=/iPhone/i.test(u.K);u.Nc=/iPad/i.test(u.K);u.Pc=/iPod/i.test(u.K);u.Mc=u.Oc||u.Nc||u.Pc;var aa=u,w;var x=u.K.match(/OS (\d+)_/i);
|
||||
w=x&&x[1]?x[1]:b;aa.Rd=w;u.Lc=/Android/i.test(u.K);var ba=u,y;var z=u.K.match(/Android (\d+)(?:\.(\d+))?(?:\.(\d+))*/i),A,B;z?(A=z[1]&&parseFloat(z[1]),B=z[2]&&parseFloat(z[2]),y=A&&B?parseFloat(z[1]+"."+z[2]):A?A:h):y=h;ba.Ub=y;u.Qc=u.Lc&&/webkit/i.test(u.K)&&2.3>u.Ub;u.Yb=/Firefox/i.test(u.K);u.Sd=/Chrome/i.test(u.K);u.ec=!!("ontouchstart"in window||window.Kc&&document instanceof window.Kc);
|
||||
u.Ab=function(a){var c,d,e,g;c={};if(a&&a.attributes&&0<a.attributes.length){d=a.attributes;for(var k=d.length-1;0<=k;k--){e=d[k].name;g=d[k].value;if("boolean"===typeof a[e]||-1!==",autoplay,controls,loop,muted,default,".indexOf(","+e+","))g=g!==h?f:l;c[e]=g}}return c};
|
||||
u.Wd=function(a,c){var d="";document.defaultView&&document.defaultView.getComputedStyle?d=document.defaultView.getComputedStyle(a,"").getPropertyValue(c):a.currentStyle&&(d=a["client"+c.substr(0,1).toUpperCase()+c.substr(1)]+"px");return d};u.Cb=function(a,c){c.firstChild?c.insertBefore(a,c.firstChild):c.appendChild(a)};u.Rb={};u.w=function(a){0===a.indexOf("#")&&(a=a.slice(1));return document.getElementById(a)};
|
||||
u.wa=function(a,c){c=c||a;var d=Math.floor(a%60),e=Math.floor(a/60%60),g=Math.floor(a/3600),k=Math.floor(c/60%60),j=Math.floor(c/3600);if(isNaN(a)||Infinity===a)g=e=d="-";g=0<g||0<j?g+":":"";return g+(((g||10<=k)&&10>e?"0"+e:e)+":")+(10>d?"0"+d:d)};u.Wc=function(){document.body.focus();document.onselectstart=q(l)};u.Ld=function(){document.onselectstart=q(f)};u.trim=function(a){return(a+"").replace(/^\s+|\s+$/g,"")};u.round=function(a,c){c||(c=0);return Math.round(a*Math.pow(10,c))/Math.pow(10,c)};
|
||||
u.xb=function(a,c){return{length:1,start:function(){return a},end:function(){return c}}};
|
||||
u.get=function(a,c,d){var e,g;"undefined"===typeof XMLHttpRequest&&(window.XMLHttpRequest=function(){try{return new window.ActiveXObject("Msxml2.XMLHTTP.6.0")}catch(a){}try{return new window.ActiveXObject("Msxml2.XMLHTTP.3.0")}catch(c){}try{return new window.ActiveXObject("Msxml2.XMLHTTP")}catch(d){}throw Error("This browser does not support XMLHttpRequest.");});g=new XMLHttpRequest;try{g.open("GET",a)}catch(k){d(k)}e=0===a.indexOf("file:")||0===window.location.href.indexOf("file:")&&-1===a.indexOf("http");
|
||||
g.onreadystatechange=function(){4===g.readyState&&(200===g.status||e&&0===g.status?c(g.responseText):d&&d())};try{g.send()}catch(j){d&&d(j)}};u.Dd=function(a){try{var c=window.localStorage||l;c&&(c.volume=a)}catch(d){22==d.code||1014==d.code?u.log("LocalStorage Full (VideoJS)",d):18==d.code?u.log("LocalStorage not allowed (VideoJS)",d):u.log("LocalStorage Error (VideoJS)",d)}};u.pc=function(a){a.match(/^https?:\/\//)||(a=u.e("div",{innerHTML:'<a href="'+a+'">x</a>'}).firstChild.href);return a};
|
||||
function C(){}var D=window.console||{log:C,warn:C,error:C};function F(a,c){var d=Array.prototype.slice.call(c);a?d.unshift(a.toUpperCase()+":"):a="log";u.log.history.push(d);d.unshift("VIDEOJS:");if(D[a].apply)D[a].apply(D,d);else D[a](d.join(" "))}u.log=function(){F(h,arguments)};u.log.history=[];u.log.error=function(){F("error",arguments)};u.log.warn=function(){F("warn",arguments)};
|
||||
u.hd=function(a){var c,d;a.getBoundingClientRect&&a.parentNode&&(c=a.getBoundingClientRect());if(!c)return{left:0,top:0};a=document.documentElement;d=document.body;return{left:u.round(c.left+(window.pageXOffset||d.scrollLeft)-(a.clientLeft||d.clientLeft||0)),top:u.round(c.top+(window.pageYOffset||d.scrollTop)-(a.clientTop||d.clientTop||0))}};u.ma={};u.ma.Ib=function(a,c){var d,e,g;a=u.l.copy(a);for(d in c)c.hasOwnProperty(d)&&(e=a[d],g=c[d],a[d]=u.l.Ra(e)&&u.l.Ra(g)?u.ma.Ib(e,g):c[d]);return a};
|
||||
u.b=u.na.extend({i:function(a,c,d){this.c=a;this.j=u.l.copy(this.j);c=this.options(c);this.S=c.id||(c.el&&c.el.id?c.el.id:a.id()+"_component_"+u.t++);this.qd=c.name||h;this.a=c.el||this.e();this.L=[];this.Ma={};this.Na={};this.sc();this.J(d);if(c.Ac!==l){var e,g;e=u.bind(this.u(),this.u().reportUserActivity);this.d("touchstart",function(){e();clearInterval(g);g=setInterval(e,250)});a=function(){e();clearInterval(g)};this.d("touchmove",e);this.d("touchend",a);this.d("touchcancel",a)}}});s=u.b.prototype;
|
||||
s.dispose=function(){this.k({type:"dispose",bubbles:l});if(this.L)for(var a=this.L.length-1;0<=a;a--)this.L[a].dispose&&this.L[a].dispose();this.Na=this.Ma=this.L=h;this.o();this.a.parentNode&&this.a.parentNode.removeChild(this.a);u.zc(this.a);this.a=h};s.c=f;s.u=p("c");s.options=function(a){return a===b?this.j:this.j=u.ma.Ib(this.j,a)};s.e=function(a,c){return u.e(a,c)};s.w=p("a");s.ha=function(){return this.z||this.a};s.id=p("S");s.name=p("qd");s.children=p("L");s.kd=function(a){return this.Ma[a]};
|
||||
s.ia=function(a){return this.Na[a]};s.W=function(a,c){var d,e;"string"===typeof a?(e=a,c=c||{},d=c.componentClass||u.$(e),c.name=e,d=new window.videojs[d](this.c||this,c)):d=a;this.L.push(d);"function"===typeof d.id&&(this.Ma[d.id()]=d);(e=e||d.name&&d.name())&&(this.Na[e]=d);"function"===typeof d.el&&d.el()&&this.ha().appendChild(d.el());return d};
|
||||
s.removeChild=function(a){"string"===typeof a&&(a=this.ia(a));if(a&&this.L){for(var c=l,d=this.L.length-1;0<=d;d--)if(this.L[d]===a){c=f;this.L.splice(d,1);break}c&&(this.Ma[a.id]=h,this.Na[a.name]=h,(c=a.w())&&c.parentNode===this.ha()&&this.ha().removeChild(a.w()))}};s.sc=function(){var a,c,d,e;a=this;if(c=this.options().children)if(c instanceof Array)for(var g=0;g<c.length;g++)d=c[g],"string"==typeof d?(e=d,d={}):e=d.name,a[e]=a.W(e,d);else u.l.ua(c,function(c,d){d!==l&&(a[c]=a.W(c,d))})};s.R=q("");
|
||||
s.d=function(a,c){u.d(this.a,a,u.bind(this,c));return this};s.o=function(a,c){u.o(this.a,a,c);return this};s.V=function(a,c){u.V(this.a,a,u.bind(this,c));return this};s.k=function(a,c){u.k(this.a,a,c);return this};s.J=function(a){a&&(this.ca?a.call(this):(this.Ya===b&&(this.Ya=[]),this.Ya.push(a)));return this};s.Ca=function(){this.ca=f;var a=this.Ya;if(a&&0<a.length){for(var c=0,d=a.length;c<d;c++)a[c].call(this);this.Ya=[];this.k("ready")}};s.m=function(a){u.m(this.a,a);return this};
|
||||
s.q=function(a){u.q(this.a,a);return this};s.show=function(){this.a.style.display="block";return this};s.F=function(){this.a.style.display="none";return this};function G(a){a.q("vjs-lock-showing")}s.disable=function(){this.F();this.show=m()};s.width=function(a,c){return H(this,"width",a,c)};s.height=function(a,c){return H(this,"height",a,c)};s.cd=function(a,c){return this.width(a,f).height(c)};
|
||||
function H(a,c,d,e){if(d!==b)return a.a.style[c]=-1!==(""+d).indexOf("%")||-1!==(""+d).indexOf("px")?d:"auto"===d?"":d+"px",e||a.k("resize"),a;if(!a.a)return 0;d=a.a.style[c];e=d.indexOf("px");return-1!==e?parseInt(d.slice(0,e),10):parseInt(a.a["offset"+u.$(c)],10)}
|
||||
function I(a){var c,d,e,g,k,j,r,n;c=0;d=h;a.d("touchstart",function(a){1===a.touches.length&&(d=a.touches[0],c=(new Date).getTime(),g=f)});a.d("touchmove",function(a){1<a.touches.length?g=l:d&&(j=a.touches[0].pageX-d.pageX,r=a.touches[0].pageY-d.pageY,n=Math.sqrt(j*j+r*r),22<n&&(g=l))});k=function(){g=l};a.d("touchleave",k);a.d("touchcancel",k);a.d("touchend",function(a){d=h;g===f&&(e=(new Date).getTime()-c,250>e&&(a.preventDefault(),this.k("tap")))})}
|
||||
u.r=u.b.extend({i:function(a,c){u.b.call(this,a,c);I(this);this.d("tap",this.p);this.d("click",this.p);this.d("focus",this.Ua);this.d("blur",this.Ta)}});s=u.r.prototype;s.e=function(a,c){c=u.l.A({className:this.R(),innerHTML:'<div class="vjs-control-content"><span class="vjs-control-text">'+(this.ra||"Need Text")+"</span></div>",role:"button","aria-live":"polite",tabIndex:0},c);return u.b.prototype.e.call(this,a,c)};s.R=function(){return"vjs-control "+u.b.prototype.R.call(this)};s.p=m();
|
||||
s.Ua=function(){u.d(document,"keyup",u.bind(this,this.da))};s.da=function(a){if(32==a.which||13==a.which)a.preventDefault(),this.p()};s.Ta=function(){u.o(document,"keyup",u.bind(this,this.da))};
|
||||
u.P=u.b.extend({i:function(a,c){u.b.call(this,a,c);this.Vc=this.ia(this.j.barName);this.handle=this.ia(this.j.handleName);this.d("mousedown",this.Va);this.d("touchstart",this.Va);this.d("focus",this.Ua);this.d("blur",this.Ta);this.d("click",this.p);this.c.d("controlsvisible",u.bind(this,this.update));a.d(this.xc,u.bind(this,this.update));this.Q={}}});s=u.P.prototype;
|
||||
s.e=function(a,c){c=c||{};c.className+=" vjs-slider";c=u.l.A({role:"slider","aria-valuenow":0,"aria-valuemin":0,"aria-valuemax":100,tabIndex:0},c);return u.b.prototype.e.call(this,a,c)};s.Va=function(a){a.preventDefault();u.Wc();this.Q.move=u.bind(this,this.Jb);this.Q.end=u.bind(this,this.Kb);u.d(document,"mousemove",this.Q.move);u.d(document,"mouseup",this.Q.end);u.d(document,"touchmove",this.Q.move);u.d(document,"touchend",this.Q.end);this.Jb(a)};
|
||||
s.Kb=function(){u.Ld();u.o(document,"mousemove",this.Q.move,l);u.o(document,"mouseup",this.Q.end,l);u.o(document,"touchmove",this.Q.move,l);u.o(document,"touchend",this.Q.end,l);this.update()};s.update=function(){if(this.a){var a,c=this.Bb(),d=this.handle,e=this.Vc;isNaN(c)&&(c=0);a=c;if(d){a=this.a.offsetWidth;var g=d.w().offsetWidth;a=g?g/a:0;c*=1-a;a=c+a/2;d.w().style.left=u.round(100*c,2)+"%"}e.w().style.width=u.round(100*a,2)+"%"}};
|
||||
function J(a,c){var d,e,g,k;d=a.a;e=u.hd(d);k=g=d.offsetWidth;d=a.handle;if(a.j.Nd)return k=e.top,e=c.changedTouches?c.changedTouches[0].pageY:c.pageY,d&&(d=d.w().offsetHeight,k+=d/2,g-=d),Math.max(0,Math.min(1,(k-e+g)/g));g=e.left;e=c.changedTouches?c.changedTouches[0].pageX:c.pageX;d&&(d=d.w().offsetWidth,g+=d/2,k-=d);return Math.max(0,Math.min(1,(e-g)/k))}s.Ua=function(){u.d(document,"keyup",u.bind(this,this.da))};
|
||||
s.da=function(a){37==a.which?(a.preventDefault(),this.Cc()):39==a.which&&(a.preventDefault(),this.Dc())};s.Ta=function(){u.o(document,"keyup",u.bind(this,this.da))};s.p=function(a){a.stopImmediatePropagation();a.preventDefault()};u.Y=u.b.extend();u.Y.prototype.defaultValue=0;u.Y.prototype.e=function(a,c){c=c||{};c.className+=" vjs-slider-handle";c=u.l.A({innerHTML:'<span class="vjs-control-text">'+this.defaultValue+"</span>"},c);return u.b.prototype.e.call(this,"div",c)};u.oa=u.b.extend();
|
||||
function ca(a,c){a.W(c);c.d("click",u.bind(a,function(){G(this)}))}u.oa.prototype.e=function(){var a=this.options().Yc||"ul";this.z=u.e(a,{className:"vjs-menu-content"});a=u.b.prototype.e.call(this,"div",{append:this.z,className:"vjs-menu"});a.appendChild(this.z);u.d(a,"click",function(a){a.preventDefault();a.stopImmediatePropagation()});return a};u.O=u.r.extend({i:function(a,c){u.r.call(this,a,c);this.selected(c.selected)}});
|
||||
u.O.prototype.e=function(a,c){return u.r.prototype.e.call(this,"li",u.l.A({className:"vjs-menu-item",innerHTML:this.j.label},c))};u.O.prototype.p=function(){this.selected(f)};u.O.prototype.selected=function(a){a?(this.m("vjs-selected"),this.a.setAttribute("aria-selected",f)):(this.q("vjs-selected"),this.a.setAttribute("aria-selected",l))};
|
||||
u.T=u.r.extend({i:function(a,c){u.r.call(this,a,c);this.xa=this.Oa();this.W(this.xa);this.M&&0===this.M.length&&this.F();this.d("keyup",this.da);this.a.setAttribute("aria-haspopup",f);this.a.setAttribute("role","button")}});s=u.T.prototype;s.qa=l;s.Oa=function(){var a=new u.oa(this.c);this.options().title&&a.ha().appendChild(u.e("li",{className:"vjs-menu-title",innerHTML:u.$(this.options().title),Jd:-1}));if(this.M=this.createItems())for(var c=0;c<this.M.length;c++)ca(a,this.M[c]);return a};
|
||||
s.ta=m();s.R=function(){return this.className+" vjs-menu-button "+u.r.prototype.R.call(this)};s.Ua=m();s.Ta=m();s.p=function(){this.V("mouseout",u.bind(this,function(){G(this.xa);this.a.blur()}));this.qa?K(this):L(this)};s.da=function(a){a.preventDefault();32==a.which||13==a.which?this.qa?K(this):L(this):27==a.which&&this.qa&&K(this)};function L(a){a.qa=f;a.xa.m("vjs-lock-showing");a.a.setAttribute("aria-pressed",f);a.M&&0<a.M.length&&a.M[0].w().focus()}
|
||||
function K(a){a.qa=l;G(a.xa);a.a.setAttribute("aria-pressed",l)}u.D=function(a){"number"==typeof a?this.code=a:"string"==typeof a?this.message=a:"object"==typeof a&&u.l.A(this,a);this.message||(this.message=u.D.ad[this.code]||"")};u.D.prototype.code=0;u.D.prototype.message="";u.D.prototype.status=h;u.D.Qa="MEDIA_ERR_CUSTOM MEDIA_ERR_ABORTED MEDIA_ERR_NETWORK MEDIA_ERR_DECODE MEDIA_ERR_SRC_NOT_SUPPORTED MEDIA_ERR_ENCRYPTED".split(" ");
|
||||
u.D.ad={1:"You aborted the video playback",2:"A network error caused the video download to fail part-way.",3:"The video playback was aborted due to a corruption problem or because the video used features your browser did not support.",4:"The video could not be loaded, either because the server or network failed or because the format is not supported.",5:"The video is encrypted and we do not have the keys to decrypt it."};for(var M=0;M<u.D.Qa.length;M++)u.D[u.D.Qa[M]]=M,u.D.prototype[u.D.Qa[M]]=M;
|
||||
u.Player=u.b.extend({i:function(a,c,d){this.N=a;a.id=a.id||"vjs_video_"+u.t++;c=u.l.A(da(a),c);this.v={};this.yc=c.poster;this.wb=c.controls;a.controls=l;c.Ac=l;u.b.call(this,this,c,d);this.controls()?this.m("vjs-controls-enabled"):this.m("vjs-controls-disabled");this.d("loadstart",this.vd);this.d("ended",this.rd);this.d("play",this.Mb);this.d("firstplay",this.td);this.d("pause",this.Lb);this.d("progress",this.wd);this.d("durationchange",this.vc);this.d("fullscreenchange",this.ud);u.ya[this.S]=this;
|
||||
c.plugins&&u.l.ua(c.plugins,function(a,c){this[a](c)},this);var e,g,k,j,r,n;e=u.bind(this,this.reportUserActivity);this.d("mousedown",function(){e();clearInterval(g);g=setInterval(e,250)});this.d("mousemove",function(a){if(a.screenX!=r||a.screenY!=n)r=a.screenX,n=a.screenY,e()});this.d("mouseup",function(){e();clearInterval(g)});this.d("keydown",e);this.d("keyup",e);k=setInterval(u.bind(this,function(){this.la&&(this.la=l,this.userActive(f),clearTimeout(j),j=setTimeout(u.bind(this,function(){this.la||
|
||||
this.userActive(l)}),2E3))}),250);this.d("dispose",function(){clearInterval(k);clearTimeout(j)})}});s=u.Player.prototype;s.j=u.options;s.dispose=function(){this.k("dispose");this.o("dispose");u.ya[this.S]=h;this.N&&this.N.player&&(this.N.player=h);this.a&&this.a.player&&(this.a.player=h);clearInterval(this.Xa);this.za();this.f&&this.f.dispose();u.b.prototype.dispose.call(this)};
|
||||
function da(a){var c={sources:[],tracks:[]};u.l.A(c,u.Ab(a));if(a.hasChildNodes()){var d,e,g,k;a=a.childNodes;g=0;for(k=a.length;g<k;g++)d=a[g],e=d.nodeName.toLowerCase(),"source"===e?c.sources.push(u.Ab(d)):"track"===e&&c.tracks.push(u.Ab(d))}return c}
|
||||
s.e=function(){var a=this.a=u.b.prototype.e.call(this,"div"),c=this.N;c.removeAttribute("width");c.removeAttribute("height");if(c.hasChildNodes()){var d,e,g,k,j;d=c.childNodes;e=d.length;for(j=[];e--;)g=d[e],k=g.nodeName.toLowerCase(),"track"===k&&j.push(g);for(d=0;d<j.length;d++)c.removeChild(j[d])}a.id=c.id;a.className=c.className;c.id+="_html5_api";c.className="vjs-tech";c.player=a.player=this;this.m("vjs-paused");this.width(this.j.width,f);this.height(this.j.height,f);c.parentNode&&c.parentNode.insertBefore(a,
|
||||
c);u.Cb(c,a);return a};
|
||||
function N(a,c,d){a.f&&(a.ca=l,a.f.dispose(),a.Gb&&(a.Gb=l,clearInterval(a.Xa)),a.Hb&&O(a),a.f=l);"Html5"!==c&&a.N&&(u.h.lc(a.N),a.N=h);a.Aa=c;a.ca=l;var e=u.l.A({source:d,parentEl:a.a},a.j[c.toLowerCase()]);d&&(d.src==a.v.src&&0<a.v.currentTime&&(e.startTime=a.v.currentTime),a.v.src=d.src);a.f=new window.videojs[c](a,e);a.f.J(function(){this.c.Ca();if(!this.n.progressEvents){var a=this.c;a.Gb=f;a.Xa=setInterval(u.bind(a,function(){this.v.rb<this.buffered().end(0)?this.k("progress"):1==this.bufferedPercent()&&
|
||||
(clearInterval(this.Xa),this.k("progress"))}),500);a.f&&a.f.V("progress",function(){this.n.progressEvents=f;var a=this.c;a.Gb=l;clearInterval(a.Xa)})}this.n.timeupdateEvents||(a=this.c,a.Hb=f,a.d("play",a.Gc),a.d("pause",a.za),a.f&&a.f.V("timeupdate",function(){this.n.timeupdateEvents=f;O(this.c)}))})}function O(a){a.Hb=l;a.za();a.o("play",a.Gc);a.o("pause",a.za)}s.Gc=function(){this.kc&&this.za();this.kc=setInterval(u.bind(this,function(){this.k("timeupdate")}),250)};
|
||||
s.za=function(){clearInterval(this.kc);this.k("timeupdate")};s.vd=function(){this.o("play",P);this.V("play",P);this.error()&&this.error(h);u.q(this.a,"vjs-has-started")};function P(a){u.k(this.a,{type:"firstplay",target:this.a})||(a.preventDefault(),a.stopPropagation(),a.stopImmediatePropagation())}s.Mb=function(){u.q(this.a,"vjs-paused");u.m(this.a,"vjs-playing")};s.td=function(){this.j.starttime&&this.currentTime(this.j.starttime);this.m("vjs-has-started")};
|
||||
s.Lb=function(){u.q(this.a,"vjs-playing");u.m(this.a,"vjs-paused")};s.wd=function(){1==this.bufferedPercent()&&this.k("loadedalldata")};s.rd=function(){this.j.loop&&(this.currentTime(0),this.play())};s.vc=function(){var a=Q(this,"duration");a&&(0>a&&(a=Infinity),this.duration(a),Infinity===a?this.m("vjs-live"):this.q("vjs-live"))};s.ud=function(){this.isFullScreen()?this.m("vjs-fullscreen"):this.q("vjs-fullscreen")};
|
||||
function R(a,c,d){if(a.f&&!a.f.ca)a.f.J(function(){this[c](d)});else try{a.f[c](d)}catch(e){throw u.log(e),e;}}function Q(a,c){if(a.f&&a.f.ca)try{return a.f[c]()}catch(d){throw a.f[c]===b?u.log("Video.js: "+c+" method not defined for "+a.Aa+" playback technology.",d):"TypeError"==d.name?(u.log("Video.js: "+c+" unavailable on "+a.Aa+" playback technology element.",d),a.f.ca=l):u.log(d),d;}}s.play=function(){this.error()||R(this,"play");return this};s.pause=function(){R(this,"pause");return this};
|
||||
s.paused=function(){return Q(this,"paused")===l?l:f};s.currentTime=function(a){return a!==b?(R(this,"setCurrentTime",a),this.Hb&&this.k("timeupdate"),this):this.v.currentTime=Q(this,"currentTime")||0};s.duration=function(a){if(a!==b)return this.v.duration=parseFloat(a),this;this.v.duration===b&&this.vc();return this.v.duration||0};s.buffered=function(){var a=Q(this,"buffered"),c=a.length-1,d=this.v.rb=this.v.rb||0;a&&(0<=c&&a.end(c)!==d)&&(d=a.end(c),this.v.rb=d);return u.xb(0,d)};
|
||||
s.bufferedPercent=function(){return this.duration()?this.buffered().end(0)/this.duration():0};s.volume=function(a){if(a!==b)return a=Math.max(0,Math.min(1,parseFloat(a))),this.v.volume=a,R(this,"setVolume",a),u.Dd(a),this;a=parseFloat(Q(this,"volume"));return isNaN(a)?1:a};s.muted=function(a){return a!==b?(R(this,"setMuted",a),this):Q(this,"muted")||l};s.$a=function(){return Q(this,"supportsFullScreen")||l};s.tc=l;s.isFullScreen=function(a){return a!==b?(this.tc=a,this):this.tc};
|
||||
s.requestFullScreen=function(){var a=u.Rb.requestFullScreen;this.isFullScreen(f);a?(u.d(document,a.yb,u.bind(this,function(c){this.isFullScreen(document[a.isFullScreen]);this.isFullScreen()===l&&u.o(document,a.yb,arguments.callee);this.k("fullscreenchange")})),this.a[a.Ob]()):this.f.$a()?R(this,"enterFullScreen"):(this.md=f,this.dd=document.documentElement.style.overflow,u.d(document,"keydown",u.bind(this,this.oc)),document.documentElement.style.overflow="hidden",u.m(document.body,"vjs-full-window"),
|
||||
this.k("enterFullWindow"),this.k("fullscreenchange"));return this};s.cancelFullScreen=function(){var a=u.Rb.requestFullScreen;this.isFullScreen(l);if(a)document[a.tb]();else this.f.$a()?R(this,"exitFullScreen"):(S(this),this.k("fullscreenchange"));return this};s.oc=function(a){27===a.keyCode&&(this.isFullScreen()===f?this.cancelFullScreen():S(this))};
|
||||
function S(a){a.md=l;u.o(document,"keydown",a.oc);document.documentElement.style.overflow=a.dd;u.q(document.body,"vjs-full-window");a.k("exitFullWindow")}
|
||||
s.src=function(a){if(a===b)return Q(this,"src");if(a instanceof Array){var c;a:{c=a;for(var d=0,e=this.j.techOrder;d<e.length;d++){var g=u.$(e[d]),k=window.videojs[g];if(k.isSupported())for(var j=0,r=c;j<r.length;j++){var n=r[j];if(k.canPlaySource(n)){c={source:n,f:g};break a}}}c=l}c?(a=c.source,c=c.f,c==this.Aa?this.src(a):N(this,c,a)):(this.error({code:4,message:this.options().notSupportedMessage}),this.Ca())}else a instanceof Object?window.videojs[this.Aa].canPlaySource(a)?this.src(a.src):this.src([a]):
|
||||
(this.v.src=a,this.ca?(R(this,"src",a),"auto"==this.j.preload&&this.load(),this.j.autoplay&&this.play()):this.J(function(){this.src(a)}));return this};s.load=function(){R(this,"load");return this};s.currentSrc=function(){return Q(this,"currentSrc")||this.v.src||""};s.Wa=function(a){return a!==b?(R(this,"setPreload",a),this.j.preload=a,this):Q(this,"preload")};s.autoplay=function(a){return a!==b?(R(this,"setAutoplay",a),this.j.autoplay=a,this):Q(this,"autoplay")};
|
||||
s.loop=function(a){return a!==b?(R(this,"setLoop",a),this.j.loop=a,this):Q(this,"loop")};s.poster=function(a){if(a===b)return this.yc;this.yc=a;R(this,"setPoster",a);this.k("posterchange")};s.controls=function(a){return a!==b?(a=!!a,this.wb!==a&&((this.wb=a)?(this.q("vjs-controls-disabled"),this.m("vjs-controls-enabled"),this.k("controlsenabled")):(this.q("vjs-controls-enabled"),this.m("vjs-controls-disabled"),this.k("controlsdisabled"))),this):this.wb};u.Player.prototype.Tb;s=u.Player.prototype;
|
||||
s.usingNativeControls=function(a){return a!==b?(a=!!a,this.Tb!==a&&((this.Tb=a)?(this.m("vjs-using-native-controls"),this.k("usingnativecontrols")):(this.q("vjs-using-native-controls"),this.k("usingcustomcontrols"))),this):this.Tb};s.ba=h;s.error=function(a){if(a===b)return this.ba;if(a===h)return this.ba=a,this.q("vjs-error"),this;this.ba=a instanceof u.D?a:new u.D(a);this.k("error");this.m("vjs-error");u.log.error("(CODE:"+this.ba.code+" "+u.D.Qa[this.ba.code]+")",this.ba.message,this.ba);return this};
|
||||
s.ended=function(){return Q(this,"ended")};s.seeking=function(){return Q(this,"seeking")};s.la=f;s.reportUserActivity=function(){this.la=f};s.Sb=f;s.userActive=function(a){return a!==b?(a=!!a,a!==this.Sb&&((this.Sb=a)?(this.la=f,this.q("vjs-user-inactive"),this.m("vjs-user-active"),this.k("useractive")):(this.la=l,this.f&&this.f.V("mousemove",function(a){a.stopPropagation();a.preventDefault()}),this.q("vjs-user-active"),this.m("vjs-user-inactive"),this.k("userinactive"))),this):this.Sb};var T,U,V;
|
||||
V=document.createElement("div");U={};V.Td!==b?(U.Ob="requestFullscreen",U.tb="exitFullscreen",U.yb="fullscreenchange",U.isFullScreen="fullScreen"):(document.mozCancelFullScreen?(T="moz",U.isFullScreen=T+"FullScreen",U.Ob=T+"RequestFullScreen"):(T="webkit",U.isFullScreen=T+"IsFullScreen",U.Ob=T+"RequestFullscreen"),V[T+"RequestFullScreen"]&&(U.tb=T+"CancelFullScreen"),U.yb=T+"fullscreenchange");document[U.tb]&&(u.Rb.requestFullScreen=U);u.Ga=u.b.extend();
|
||||
u.Ga.prototype.j={Yd:"play",children:{playToggle:{},currentTimeDisplay:{},timeDivider:{},durationDisplay:{},remainingTimeDisplay:{},liveDisplay:{},progressControl:{},fullscreenToggle:{},volumeControl:{},muteToggle:{}}};u.Ga.prototype.e=function(){return u.e("div",{className:"vjs-control-bar"})};u.Zb=u.b.extend({i:function(a,c){u.b.call(this,a,c)}});
|
||||
u.Zb.prototype.e=function(){var a=u.b.prototype.e.call(this,"div",{className:"vjs-live-controls vjs-control"});this.z=u.e("div",{className:"vjs-live-display",innerHTML:'<span class="vjs-control-text">Stream Type </span>LIVE',"aria-live":"off"});a.appendChild(this.z);return a};u.bc=u.r.extend({i:function(a,c){u.r.call(this,a,c);a.d("play",u.bind(this,this.Mb));a.d("pause",u.bind(this,this.Lb))}});s=u.bc.prototype;s.ra="Play";s.R=function(){return"vjs-play-control "+u.r.prototype.R.call(this)};
|
||||
s.p=function(){this.c.paused()?this.c.play():this.c.pause()};s.Mb=function(){u.q(this.a,"vjs-paused");u.m(this.a,"vjs-playing");this.a.children[0].children[0].innerHTML="Pause"};s.Lb=function(){u.q(this.a,"vjs-playing");u.m(this.a,"vjs-paused");this.a.children[0].children[0].innerHTML="Play"};u.eb=u.b.extend({i:function(a,c){u.b.call(this,a,c);a.d("timeupdate",u.bind(this,this.fa))}});
|
||||
u.eb.prototype.e=function(){var a=u.b.prototype.e.call(this,"div",{className:"vjs-current-time vjs-time-controls vjs-control"});this.z=u.e("div",{className:"vjs-current-time-display",innerHTML:'<span class="vjs-control-text">Current Time </span>0:00',"aria-live":"off"});a.appendChild(this.z);return a};u.eb.prototype.fa=function(){var a=this.c.Za?this.c.v.currentTime:this.c.currentTime();this.z.innerHTML='<span class="vjs-control-text">Current Time </span>'+u.wa(a,this.c.duration())};
|
||||
u.fb=u.b.extend({i:function(a,c){u.b.call(this,a,c);a.d("timeupdate",u.bind(this,this.fa))}});u.fb.prototype.e=function(){var a=u.b.prototype.e.call(this,"div",{className:"vjs-duration vjs-time-controls vjs-control"});this.z=u.e("div",{className:"vjs-duration-display",innerHTML:'<span class="vjs-control-text">Duration Time </span>0:00',"aria-live":"off"});a.appendChild(this.z);return a};
|
||||
u.fb.prototype.fa=function(){var a=this.c.duration();a&&(this.z.innerHTML='<span class="vjs-control-text">Duration Time </span>'+u.wa(a))};u.gc=u.b.extend({i:function(a,c){u.b.call(this,a,c)}});u.gc.prototype.e=function(){return u.b.prototype.e.call(this,"div",{className:"vjs-time-divider",innerHTML:"<div><span>/</span></div>"})};u.lb=u.b.extend({i:function(a,c){u.b.call(this,a,c);a.d("timeupdate",u.bind(this,this.fa))}});
|
||||
u.lb.prototype.e=function(){var a=u.b.prototype.e.call(this,"div",{className:"vjs-remaining-time vjs-time-controls vjs-control"});this.z=u.e("div",{className:"vjs-remaining-time-display",innerHTML:'<span class="vjs-control-text">Remaining Time </span>-0:00',"aria-live":"off"});a.appendChild(this.z);return a};u.lb.prototype.fa=function(){this.c.duration()&&(this.z.innerHTML='<span class="vjs-control-text">Remaining Time </span>-'+u.wa(this.c.duration()-this.c.currentTime()))};
|
||||
u.Ha=u.r.extend({i:function(a,c){u.r.call(this,a,c)}});u.Ha.prototype.ra="Fullscreen";u.Ha.prototype.R=function(){return"vjs-fullscreen-control "+u.r.prototype.R.call(this)};u.Ha.prototype.p=function(){this.c.isFullScreen()?(this.c.cancelFullScreen(),this.a.children[0].children[0].innerHTML="Fullscreen"):(this.c.requestFullScreen(),this.a.children[0].children[0].innerHTML="Non-Fullscreen")};u.kb=u.b.extend({i:function(a,c){u.b.call(this,a,c)}});u.kb.prototype.j={children:{seekBar:{}}};
|
||||
u.kb.prototype.e=function(){return u.b.prototype.e.call(this,"div",{className:"vjs-progress-control vjs-control"})};u.cc=u.P.extend({i:function(a,c){u.P.call(this,a,c);a.d("timeupdate",u.bind(this,this.Da));a.J(u.bind(this,this.Da))}});s=u.cc.prototype;s.j={children:{loadProgressBar:{},playProgressBar:{},seekHandle:{}},barName:"playProgressBar",handleName:"seekHandle"};s.xc="timeupdate";s.e=function(){return u.P.prototype.e.call(this,"div",{className:"vjs-progress-holder","aria-label":"video progress bar"})};
|
||||
s.Da=function(){var a=this.c.Za?this.c.v.currentTime:this.c.currentTime();this.a.setAttribute("aria-valuenow",u.round(100*this.Bb(),2));this.a.setAttribute("aria-valuetext",u.wa(a,this.c.duration()))};s.Bb=function(){return this.c.currentTime()/this.c.duration()};s.Va=function(a){u.P.prototype.Va.call(this,a);this.c.Za=f;this.Od=!this.c.paused();this.c.pause()};s.Jb=function(a){a=J(this,a)*this.c.duration();a==this.c.duration()&&(a-=0.1);this.c.currentTime(a)};
|
||||
s.Kb=function(a){u.P.prototype.Kb.call(this,a);this.c.Za=l;this.Od&&this.c.play()};s.Dc=function(){this.c.currentTime(this.c.currentTime()+5)};s.Cc=function(){this.c.currentTime(this.c.currentTime()-5)};u.ib=u.b.extend({i:function(a,c){u.b.call(this,a,c);a.d("progress",u.bind(this,this.update))}});u.ib.prototype.e=function(){return u.b.prototype.e.call(this,"div",{className:"vjs-load-progress",innerHTML:'<span class="vjs-control-text">Loaded: 0%</span>'})};
|
||||
u.ib.prototype.update=function(){this.a.style&&(this.a.style.width=u.round(100*this.c.bufferedPercent(),2)+"%")};u.ac=u.b.extend({i:function(a,c){u.b.call(this,a,c)}});u.ac.prototype.e=function(){return u.b.prototype.e.call(this,"div",{className:"vjs-play-progress",innerHTML:'<span class="vjs-control-text">Progress: 0%</span>'})};u.Ja=u.Y.extend({i:function(a,c){u.Y.call(this,a,c);a.d("timeupdate",u.bind(this,this.fa))}});u.Ja.prototype.defaultValue="00:00";
|
||||
u.Ja.prototype.e=function(){return u.Y.prototype.e.call(this,"div",{className:"vjs-seek-handle","aria-live":"off"})};u.Ja.prototype.fa=function(){var a=this.c.Za?this.c.v.currentTime:this.c.currentTime();this.a.innerHTML='<span class="vjs-control-text">'+u.wa(a,this.c.duration())+"</span>"};u.nb=u.b.extend({i:function(a,c){u.b.call(this,a,c);a.f&&(a.f.n&&a.f.n.volumeControl===l)&&this.m("vjs-hidden");a.d("loadstart",u.bind(this,function(){a.f.n&&a.f.n.volumeControl===l?this.m("vjs-hidden"):this.q("vjs-hidden")}))}});
|
||||
u.nb.prototype.j={children:{volumeBar:{}}};u.nb.prototype.e=function(){return u.b.prototype.e.call(this,"div",{className:"vjs-volume-control vjs-control"})};u.mb=u.P.extend({i:function(a,c){u.P.call(this,a,c);a.d("volumechange",u.bind(this,this.Da));a.J(u.bind(this,this.Da))}});s=u.mb.prototype;s.Da=function(){this.a.setAttribute("aria-valuenow",u.round(100*this.c.volume(),2));this.a.setAttribute("aria-valuetext",u.round(100*this.c.volume(),2)+"%")};
|
||||
s.j={children:{volumeLevel:{},volumeHandle:{}},barName:"volumeLevel",handleName:"volumeHandle"};s.xc="volumechange";s.e=function(){return u.P.prototype.e.call(this,"div",{className:"vjs-volume-bar","aria-label":"volume level"})};s.Jb=function(a){this.c.muted()&&this.c.muted(l);this.c.volume(J(this,a))};s.Bb=function(){return this.c.muted()?0:this.c.volume()};s.Dc=function(){this.c.volume(this.c.volume()+0.1)};s.Cc=function(){this.c.volume(this.c.volume()-0.1)};
|
||||
u.hc=u.b.extend({i:function(a,c){u.b.call(this,a,c)}});u.hc.prototype.e=function(){return u.b.prototype.e.call(this,"div",{className:"vjs-volume-level",innerHTML:'<span class="vjs-control-text"></span>'})};u.ob=u.Y.extend();u.ob.prototype.defaultValue="00:00";u.ob.prototype.e=function(){return u.Y.prototype.e.call(this,"div",{className:"vjs-volume-handle"})};
|
||||
u.ga=u.r.extend({i:function(a,c){u.r.call(this,a,c);a.d("volumechange",u.bind(this,this.update));a.f&&(a.f.n&&a.f.n.volumeControl===l)&&this.m("vjs-hidden");a.d("loadstart",u.bind(this,function(){a.f.n&&a.f.n.volumeControl===l?this.m("vjs-hidden"):this.q("vjs-hidden")}))}});u.ga.prototype.e=function(){return u.r.prototype.e.call(this,"div",{className:"vjs-mute-control vjs-control",innerHTML:'<div><span class="vjs-control-text">Mute</span></div>'})};
|
||||
u.ga.prototype.p=function(){this.c.muted(this.c.muted()?l:f)};u.ga.prototype.update=function(){var a=this.c.volume(),c=3;0===a||this.c.muted()?c=0:0.33>a?c=1:0.67>a&&(c=2);this.c.muted()?"Unmute"!=this.a.children[0].children[0].innerHTML&&(this.a.children[0].children[0].innerHTML="Unmute"):"Mute"!=this.a.children[0].children[0].innerHTML&&(this.a.children[0].children[0].innerHTML="Mute");for(a=0;4>a;a++)u.q(this.a,"vjs-vol-"+a);u.m(this.a,"vjs-vol-"+c)};
|
||||
u.pa=u.T.extend({i:function(a,c){u.T.call(this,a,c);a.d("volumechange",u.bind(this,this.update));a.f&&(a.f.n&&a.f.n.Hc===l)&&this.m("vjs-hidden");a.d("loadstart",u.bind(this,function(){a.f.n&&a.f.n.Hc===l?this.m("vjs-hidden"):this.q("vjs-hidden")}));this.m("vjs-menu-button")}});u.pa.prototype.Oa=function(){var a=new u.oa(this.c,{Yc:"div"}),c=new u.mb(this.c,u.l.A({Nd:f},this.j.ee));a.W(c);return a};u.pa.prototype.p=function(){u.ga.prototype.p.call(this);u.T.prototype.p.call(this)};
|
||||
u.pa.prototype.e=function(){return u.r.prototype.e.call(this,"div",{className:"vjs-volume-menu-button vjs-menu-button vjs-control",innerHTML:'<div><span class="vjs-control-text">Mute</span></div>'})};u.pa.prototype.update=u.ga.prototype.update;u.Ia=u.r.extend({i:function(a,c){u.r.call(this,a,c);a.poster()&&this.src(a.poster());(!a.poster()||!a.controls())&&this.F();a.d("posterchange",u.bind(this,function(){this.src(a.poster())}));a.d("play",u.bind(this,this.F))}});var ea="backgroundSize"in u.H.style;
|
||||
u.Ia.prototype.e=function(){var a=u.e("div",{className:"vjs-poster",tabIndex:-1});ea||a.appendChild(u.e("img"));return a};u.Ia.prototype.src=function(a){var c=this.w();a!==b&&(ea?c.style.backgroundImage='url("'+a+'")':c.firstChild.src=a)};u.Ia.prototype.p=function(){this.u().controls()&&this.c.play()};
|
||||
u.$b=u.b.extend({i:function(a,c){u.b.call(this,a,c);a.d("canplay",u.bind(this,this.F));a.d("canplaythrough",u.bind(this,this.F));a.d("playing",u.bind(this,this.F));a.d("seeking",u.bind(this,this.show));a.d("seeked",u.bind(this,this.F));a.d("ended",u.bind(this,this.F));a.d("waiting",u.bind(this,this.show))}});u.$b.prototype.e=function(){return u.b.prototype.e.call(this,"div",{className:"vjs-loading-spinner"})};u.bb=u.r.extend();
|
||||
u.bb.prototype.e=function(){return u.r.prototype.e.call(this,"div",{className:"vjs-big-play-button",innerHTML:'<span aria-hidden="true"></span>',"aria-label":"play video"})};u.bb.prototype.p=function(){this.c.play()};u.gb=u.b.extend({i:function(a,c){u.b.call(this,a,c);this.update();a.d("error",u.bind(this,this.update))}});u.gb.prototype.e=function(){var a=u.b.prototype.e.call(this,"div",{className:"vjs-error-display"});this.z=u.e("div");a.appendChild(this.z);return a};
|
||||
u.gb.prototype.update=function(){this.u().error()&&(this.z.innerHTML=this.u().error().message)};
|
||||
u.s=u.b.extend({i:function(a,c,d){c=c||{};c.Ac=l;u.b.call(this,a,c,d);var e,g;g=this;e=this.u();a=function(){if(e.controls()&&!e.usingNativeControls()){var a;g.d("mousedown",g.p);g.d("touchstart",function(c){c.preventDefault();a=this.c.userActive()});g.d("touchmove",function(){a&&this.u().reportUserActivity()});I(g);g.d("tap",g.xd)}};c=u.bind(g,g.Ad);this.J(a);e.d("controlsenabled",a);e.d("controlsdisabled",c)}});s=u.s.prototype;
|
||||
s.Ad=function(){this.o("tap");this.o("touchstart");this.o("touchmove");this.o("touchleave");this.o("touchcancel");this.o("touchend");this.o("click");this.o("mousedown")};s.p=function(a){0===a.button&&this.u().controls()&&(this.u().paused()?this.u().play():this.u().pause())};s.xd=function(){this.u().userActive(!this.u().userActive())};s.Pb=m();s.n={volumeControl:f,fullscreenResize:l,progressEvents:l,timeupdateEvents:l};u.media={};u.media.ab="play pause paused currentTime setCurrentTime duration buffered volume setVolume muted setMuted width height supportsFullScreen enterFullScreen src load currentSrc preload setPreload autoplay setAutoplay loop setLoop error networkState readyState seeking initialTime startOffsetTime played seekable ended videoTracks audioTracks videoWidth videoHeight textTracks defaultPlaybackRate playbackRate mediaGroup controller controls defaultMuted".split(" ");
|
||||
function fa(){var a=u.media.ab[i];return function(){throw Error('The "'+a+"\" method is not available on the playback technology's API");}}for(var i=u.media.ab.length-1;0<=i;i--)u.s.prototype[u.media.ab[i]]=fa();
|
||||
u.h=u.s.extend({i:function(a,c,d){this.n.volumeControl=u.h.Xc();this.n.movingMediaElementInDOM=!u.Mc;this.n.fullscreenResize=f;u.s.call(this,a,c,d);for(d=u.h.hb.length-1;0<=d;d--)u.d(this.a,u.h.hb[d],u.bind(this,this.fd));(c=c.source)&&this.a.currentSrc===c.src&&0<this.a.networkState?a.k("loadstart"):c&&(this.a.src=c.src);if(u.ec&&a.options().nativeControlsForTouch!==l){var e,g,k,j;e=this;g=this.u();c=g.controls();e.a.controls=!!c;k=function(){e.a.controls=f};j=function(){e.a.controls=l};g.d("controlsenabled",
|
||||
k);g.d("controlsdisabled",j);c=function(){g.o("controlsenabled",k);g.o("controlsdisabled",j)};e.d("dispose",c);g.d("usingcustomcontrols",c);g.usingNativeControls(f)}a.J(function(){this.N&&(this.j.autoplay&&this.paused())&&(delete this.N.poster,this.play())});this.Ca()}});s=u.h.prototype;s.dispose=function(){u.s.prototype.dispose.call(this)};
|
||||
s.e=function(){var a=this.c,c=a.N,d;if(!c||this.n.movingMediaElementInDOM===l)c?(d=c.cloneNode(l),u.h.lc(c),c=d,a.N=h):c=u.e("video",{id:a.id()+"_html5_api",className:"vjs-tech"}),c.player=a,u.Cb(c,a.w());d=["autoplay","preload","loop","muted"];for(var e=d.length-1;0<=e;e--){var g=d[e];a.j[g]!==h&&(c[g]=a.j[g])}return c};s.fd=function(a){"error"==a.type?this.u().error(this.error().code):(a.bubbles=l,this.u().k(a))};s.play=function(){this.a.play()};s.pause=function(){this.a.pause()};s.paused=function(){return this.a.paused};
|
||||
s.currentTime=function(){return this.a.currentTime};s.Cd=function(a){try{this.a.currentTime=a}catch(c){u.log(c,"Video is not ready. (Video.js)")}};s.duration=function(){return this.a.duration||0};s.buffered=function(){return this.a.buffered};s.volume=function(){return this.a.volume};s.Hd=function(a){this.a.volume=a};s.muted=function(){return this.a.muted};s.Fd=function(a){this.a.muted=a};s.width=function(){return this.a.offsetWidth};s.height=function(){return this.a.offsetHeight};
|
||||
s.$a=function(){return"function"==typeof this.a.webkitEnterFullScreen&&(/Android/.test(u.K)||!/Chrome|Mac OS X 10.5/.test(u.K))?f:l};s.mc=function(){var a=this.a;a.paused&&a.networkState<=a.Qd?(this.a.play(),setTimeout(function(){a.pause();a.webkitEnterFullScreen()},0)):a.webkitEnterFullScreen()};s.gd=function(){this.a.webkitExitFullScreen()};s.src=function(a){this.a.src=a};s.load=function(){this.a.load()};s.currentSrc=function(){return this.a.currentSrc};s.poster=function(){return this.a.poster};
|
||||
s.Pb=function(a){this.a.poster=a};s.Wa=function(){return this.a.Wa};s.Gd=function(a){this.a.Wa=a};s.autoplay=function(){return this.a.autoplay};s.Bd=function(a){this.a.autoplay=a};s.controls=function(){return this.a.controls};s.loop=function(){return this.a.loop};s.Ed=function(a){this.a.loop=a};s.error=function(){return this.a.error};s.seeking=function(){return this.a.seeking};s.ended=function(){return this.a.ended};u.h.isSupported=function(){try{u.H.volume=0.5}catch(a){return l}return!!u.H.canPlayType};
|
||||
u.h.sb=function(a){try{return!!u.H.canPlayType(a.type)}catch(c){return""}};u.h.Xc=function(){var a=u.H.volume;u.H.volume=a/2+0.1;return a!==u.H.volume};var W,ga=/^application\/(?:x-|vnd\.apple\.)mpegurl/i,ha=/^video\/mp4/i;
|
||||
u.h.wc=function(){4<=u.Ub&&(W||(W=u.H.constructor.prototype.canPlayType),u.H.constructor.prototype.canPlayType=function(a){return a&&ga.test(a)?"maybe":W.call(this,a)});u.Qc&&(W||(W=u.H.constructor.prototype.canPlayType),u.H.constructor.prototype.canPlayType=function(a){return a&&ha.test(a)?"maybe":W.call(this,a)})};u.h.Md=function(){var a=u.H.constructor.prototype.canPlayType;u.H.constructor.prototype.canPlayType=W;W=h;return a};u.h.wc();u.h.hb="loadstart suspend abort error emptied stalled loadedmetadata loadeddata canplay canplaythrough playing waiting seeking seeked ended durationchange timeupdate progress play pause ratechange volumechange".split(" ");
|
||||
u.h.lc=function(a){if(a){a.player=h;for(a.parentNode&&a.parentNode.removeChild(a);a.hasChildNodes();)a.removeChild(a.firstChild);a.removeAttribute("src");if("function"===typeof a.load)try{a.load()}catch(c){}}};
|
||||
u.g=u.s.extend({i:function(a,c,d){u.s.call(this,a,c,d);var e=c.source;d=c.parentEl;var g=this.a=u.e("div",{id:a.id()+"_temp_flash"}),k=a.id()+"_flash_api";a=a.j;var j=u.l.A({readyFunction:"videojs.Flash.onReady",eventProxyFunction:"videojs.Flash.onEvent",errorEventProxyFunction:"videojs.Flash.onError",autoplay:a.autoplay,preload:a.Wa,loop:a.loop,muted:a.muted},c.flashVars),r=u.l.A({wmode:"opaque",bgcolor:"#000000"},c.params),n=u.l.A({id:k,name:k,"class":"vjs-tech"},c.attributes),t;e&&(e.type&&u.g.od(e.type)?
|
||||
(a=u.g.Ec(e.src),j.rtmpConnection=encodeURIComponent(a.vb),j.rtmpStream=encodeURIComponent(a.Qb)):j.src=encodeURIComponent(u.pc(e.src)));this.setCurrentTime=function(a){t=a;this.a.vjs_setProperty("currentTime",a)};this.currentTime=function(){return this.seeking()?t:this.a.vjs_getProperty("currentTime")};u.Cb(g,d);c.startTime&&this.J(function(){this.load();this.play();this.currentTime(c.startTime)});u.Yb&&this.J(function(){u.d(this.w(),"mousemove",u.bind(this,function(){this.u().k({type:"mousemove",
|
||||
bubbles:l})}))});if(c.iFrameMode===f&&!u.Yb){var E=u.e("iframe",{id:k+"_iframe",name:k+"_iframe",className:"vjs-tech",scrolling:"no",marginWidth:0,marginHeight:0,frameBorder:0});j.readyFunction="ready";j.eventProxyFunction="events";j.errorEventProxyFunction="errors";u.d(E,"load",u.bind(this,function(){var a,d=E.contentWindow;a=E.contentDocument?E.contentDocument:E.contentWindow.document;a.write(u.g.qc(c.swf,j,r,n));d.player=this.c;d.ready=u.bind(this.c,function(c){var d=this.f;d.a=a.getElementById(c);
|
||||
u.g.ub(d)});d.events=u.bind(this.c,function(a,c){this&&"flash"===this.Aa&&this.k(c)});d.errors=u.bind(this.c,function(a,c){u.log("Flash Error",c)})}));g.parentNode.replaceChild(E,g)}else u.g.ed(c.swf,g,j,r,n)}});s=u.g.prototype;s.dispose=function(){u.s.prototype.dispose.call(this)};s.play=function(){this.a.vjs_play()};s.pause=function(){this.a.vjs_pause()};
|
||||
s.src=function(a){if(a===b)return this.currentSrc();u.g.nd(a)?(a=u.g.Ec(a),this.$d(a.vb),this.ae(a.Qb)):(a=u.pc(a),this.a.vjs_src(a));if(this.c.autoplay()){var c=this;setTimeout(function(){c.play()},0)}};s.currentSrc=function(){var a=this.a.vjs_getProperty("currentSrc");if(a==h){var c=this.rtmpConnection(),d=this.rtmpStream();c&&d&&(a=u.g.Id(c,d))}return a};s.load=function(){this.a.vjs_load()};s.poster=function(){this.a.vjs_getProperty("poster")};s.Pb=m();s.buffered=function(){return u.xb(0,this.a.vjs_getProperty("buffered"))};
|
||||
s.$a=q(l);s.mc=q(l);var ia=u.g.prototype,X="rtmpConnection rtmpStream preload defaultPlaybackRate playbackRate autoplay loop mediaGroup controller controls volume muted defaultMuted".split(" "),ja="error networkState readyState seeking initialTime duration startOffsetTime paused played seekable ended videoTracks audioTracks videoWidth videoHeight textTracks".split(" ");function ka(){var a=X[Y],c=a.charAt(0).toUpperCase()+a.slice(1);ia["set"+c]=function(c){return this.a.vjs_setProperty(a,c)}}
|
||||
function la(a){ia[a]=function(){return this.a.vjs_getProperty(a)}}var Y;for(Y=0;Y<X.length;Y++)la(X[Y]),ka();for(Y=0;Y<ja.length;Y++)la(ja[Y]);u.g.isSupported=function(){return 10<=u.g.version()[0]};u.g.sb=function(a){if(!a.type)return"";a=a.type.replace(/;.*/,"").toLowerCase();if(a in u.g.jd||a in u.g.Fc)return"maybe"};u.g.jd={"video/flv":"FLV","video/x-flv":"FLV","video/mp4":"MP4","video/m4v":"MP4"};u.g.Fc={"rtmp/mp4":"MP4","rtmp/flv":"FLV"};
|
||||
u.g.onReady=function(a){a=u.w(a);var c=a.player||a.parentNode.player,d=c.f;a.player=c;d.a=a;u.g.ub(d)};u.g.ub=function(a){a.w().vjs_getProperty?a.Ca():setTimeout(function(){u.g.ub(a)},50)};u.g.onEvent=function(a,c){u.w(a).player.k(c)};u.g.onError=function(a,c){var d=u.w(a).player,e="FLASH: "+c;"srcnotfound"==c?d.error({code:4,message:e}):d.error(e)};
|
||||
u.g.version=function(){var a="0,0,0";try{a=(new window.ActiveXObject("ShockwaveFlash.ShockwaveFlash")).GetVariable("$version").replace(/\D+/g,",").match(/^,?(.+),?$/)[1]}catch(c){try{navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin&&(a=(navigator.plugins["Shockwave Flash 2.0"]||navigator.plugins["Shockwave Flash"]).description.replace(/\D+/g,",").match(/^,?(.+),?$/)[1])}catch(d){}}return a.split(",")};
|
||||
u.g.ed=function(a,c,d,e,g){a=u.g.qc(a,d,e,g);a=u.e("div",{innerHTML:a}).childNodes[0];d=c.parentNode;c.parentNode.replaceChild(a,c);var k=d.childNodes[0];setTimeout(function(){k.style.display="block"},1E3)};
|
||||
u.g.qc=function(a,c,d,e){var g="",k="",j="";c&&u.l.ua(c,function(a,c){g+=a+"="+c+"&"});d=u.l.A({movie:a,flashvars:g,allowScriptAccess:"always",allowNetworking:"all"},d);u.l.ua(d,function(a,c){k+='<param name="'+a+'" value="'+c+'" />'});e=u.l.A({data:a,width:"100%",height:"100%"},e);u.l.ua(e,function(a,c){j+=a+'="'+c+'" '});return'<object type="application/x-shockwave-flash"'+j+">"+k+"</object>"};u.g.Id=function(a,c){return a+"&"+c};
|
||||
u.g.Ec=function(a){var c={vb:"",Qb:""};if(!a)return c;var d=a.indexOf("&"),e;-1!==d?e=d+1:(d=e=a.lastIndexOf("/")+1,0===d&&(d=e=a.length));c.vb=a.substring(0,d);c.Qb=a.substring(e,a.length);return c};u.g.od=function(a){return a in u.g.Fc};u.g.Sc=/^rtmp[set]?:\/\//i;u.g.nd=function(a){return u.g.Sc.test(a)};
|
||||
u.Rc=u.b.extend({i:function(a,c,d){u.b.call(this,a,c,d);if(!a.j.sources||0===a.j.sources.length){c=0;for(d=a.j.techOrder;c<d.length;c++){var e=u.$(d[c]),g=window.videojs[e];if(g&&g.isSupported()){N(a,e);break}}}else a.src(a.j.sources)}});u.Player.prototype.textTracks=function(){return this.Ba=this.Ba||[]};
|
||||
function ma(a,c,d,e,g){var k=a.Ba=a.Ba||[];g=g||{};g.kind=c;g.label=d;g.language=e;c=u.$(c||"subtitles");var j=new window.videojs[c+"Track"](a,g);k.push(j);j.Pa()&&a.J(function(){setTimeout(function(){j.show()},0)})}function na(a,c,d){for(var e=a.Ba,g=0,k=e.length,j,r;g<k;g++)j=e[g],j.id()===c?(j.show(),r=j):d&&(j.I()==d&&0<j.mode())&&j.disable();(c=r?r.I():d?d:l)&&a.k(c+"trackchange")}
|
||||
u.B=u.b.extend({i:function(a,c){u.b.call(this,a,c);this.S=c.id||"vjs_"+c.kind+"_"+c.language+"_"+u.t++;this.Bc=c.src;this.bd=c["default"]||c.dflt;this.Kd=c.title;this.Xd=c.srclang;this.pd=c.label;this.aa=[];this.pb=[];this.ja=this.ka=0;this.c.d("fullscreenchange",u.bind(this,this.Uc))}});s=u.B.prototype;s.I=p("G");s.src=p("Bc");s.Pa=p("bd");s.title=p("Kd");s.label=p("pd");s.Zc=p("aa");s.Tc=p("pb");s.readyState=p("ka");s.mode=p("ja");
|
||||
s.Uc=function(){this.a.style.fontSize=this.c.isFullScreen()?140*(screen.width/this.c.width())+"%":""};s.e=function(){return u.b.prototype.e.call(this,"div",{className:"vjs-"+this.G+" vjs-text-track"})};s.show=function(){oa(this);this.ja=2;u.b.prototype.show.call(this)};s.F=function(){oa(this);this.ja=1;u.b.prototype.F.call(this)};
|
||||
s.disable=function(){2==this.ja&&this.F();this.c.o("timeupdate",u.bind(this,this.update,this.S));this.c.o("ended",u.bind(this,this.reset,this.S));this.reset();this.c.ia("textTrackDisplay").removeChild(this);this.ja=0};function oa(a){0===a.ka&&a.load();0===a.ja&&(a.c.d("timeupdate",u.bind(a,a.update,a.S)),a.c.d("ended",u.bind(a,a.reset,a.S)),("captions"===a.G||"subtitles"===a.G)&&a.c.ia("textTrackDisplay").W(a))}
|
||||
s.load=function(){0===this.ka&&(this.ka=1,u.get(this.Bc,u.bind(this,this.yd),u.bind(this,this.sd)))};s.sd=function(a){this.error=a;this.ka=3;this.k("error")};s.yd=function(a){var c,d;a=a.split("\n");for(var e="",g=1,k=a.length;g<k;g++)if(e=u.trim(a[g])){-1==e.indexOf("--\x3e")?(c=e,e=u.trim(a[++g])):c=this.aa.length;c={id:c,index:this.aa.length};d=e.split(" --\x3e ");c.startTime=pa(d[0]);c.va=pa(d[1]);for(d=[];a[++g]&&(e=u.trim(a[g]));)d.push(e);c.text=d.join("<br/>");this.aa.push(c)}this.ka=2;this.k("loaded")};
|
||||
function pa(a){var c=a.split(":");a=0;var d,e,g;3==c.length?(d=c[0],e=c[1],c=c[2]):(d=0,e=c[0],c=c[1]);c=c.split(/\s+/);c=c.splice(0,1)[0];c=c.split(/\.|,/);g=parseFloat(c[1]);c=c[0];a+=3600*parseFloat(d);a+=60*parseFloat(e);a+=parseFloat(c);g&&(a+=g/1E3);return a}
|
||||
s.update=function(){if(0<this.aa.length){var a=this.c.currentTime();if(this.Nb===b||a<this.Nb||this.Sa<=a){var c=this.aa,d=this.c.duration(),e=0,g=l,k=[],j,r,n,t;a>=this.Sa||this.Sa===b?t=this.zb!==b?this.zb:0:(g=f,t=this.Fb!==b?this.Fb:c.length-1);for(;;){n=c[t];if(n.va<=a)e=Math.max(e,n.va),n.La&&(n.La=l);else if(a<n.startTime){if(d=Math.min(d,n.startTime),n.La&&(n.La=l),!g)break}else g?(k.splice(0,0,n),r===b&&(r=t),j=t):(k.push(n),j===b&&(j=t),r=t),d=Math.min(d,n.va),e=Math.max(e,n.startTime),
|
||||
n.La=f;if(g)if(0===t)break;else t--;else if(t===c.length-1)break;else t++}this.pb=k;this.Sa=d;this.Nb=e;this.zb=j;this.Fb=r;a=this.pb;c="";d=0;for(e=a.length;d<e;d++)c+='<span class="vjs-tt-cue">'+a[d].text+"</span>";this.a.innerHTML=c;this.k("cuechange")}}};s.reset=function(){this.Sa=0;this.Nb=this.c.duration();this.Fb=this.zb=0};u.Wb=u.B.extend();u.Wb.prototype.G="captions";u.dc=u.B.extend();u.dc.prototype.G="subtitles";u.Xb=u.B.extend();u.Xb.prototype.G="chapters";
|
||||
u.fc=u.b.extend({i:function(a,c,d){u.b.call(this,a,c,d);if(a.j.tracks&&0<a.j.tracks.length){c=this.c;a=a.j.tracks;for(var e=0;e<a.length;e++)d=a[e],ma(c,d.kind,d.label,d.language,d)}}});u.fc.prototype.e=function(){return u.b.prototype.e.call(this,"div",{className:"vjs-text-track-display"})};u.Z=u.O.extend({i:function(a,c){var d=this.ea=c.track;c.label=d.label();c.selected=d.Pa();u.O.call(this,a,c);this.c.d(d.I()+"trackchange",u.bind(this,this.update))}});
|
||||
u.Z.prototype.p=function(){u.O.prototype.p.call(this);na(this.c,this.ea.S,this.ea.I())};u.Z.prototype.update=function(){this.selected(2==this.ea.mode())};u.jb=u.Z.extend({i:function(a,c){c.track={I:function(){return c.kind},u:a,label:function(){return c.kind+" off"},Pa:q(l),mode:q(l)};u.Z.call(this,a,c);this.selected(f)}});u.jb.prototype.p=function(){u.Z.prototype.p.call(this);na(this.c,this.ea.S,this.ea.I())};
|
||||
u.jb.prototype.update=function(){for(var a=this.c.textTracks(),c=0,d=a.length,e,g=f;c<d;c++)e=a[c],e.I()==this.ea.I()&&2==e.mode()&&(g=l);this.selected(g)};u.U=u.T.extend({i:function(a,c){u.T.call(this,a,c);1>=this.M.length&&this.F()}});u.U.prototype.ta=function(){var a=[],c;a.push(new u.jb(this.c,{kind:this.G}));for(var d=0;d<this.c.textTracks().length;d++)c=this.c.textTracks()[d],c.I()===this.G&&a.push(new u.Z(this.c,{track:c}));return a};
|
||||
u.Ea=u.U.extend({i:function(a,c,d){u.U.call(this,a,c,d);this.a.setAttribute("aria-label","Captions Menu")}});u.Ea.prototype.G="captions";u.Ea.prototype.ra="Captions";u.Ea.prototype.className="vjs-captions-button";u.Ka=u.U.extend({i:function(a,c,d){u.U.call(this,a,c,d);this.a.setAttribute("aria-label","Subtitles Menu")}});u.Ka.prototype.G="subtitles";u.Ka.prototype.ra="Subtitles";u.Ka.prototype.className="vjs-subtitles-button";
|
||||
u.Fa=u.U.extend({i:function(a,c,d){u.U.call(this,a,c,d);this.a.setAttribute("aria-label","Chapters Menu")}});s=u.Fa.prototype;s.G="chapters";s.ra="Chapters";s.className="vjs-chapters-button";s.ta=function(){for(var a=[],c,d=0;d<this.c.textTracks().length;d++)c=this.c.textTracks()[d],c.I()===this.G&&a.push(new u.Z(this.c,{track:c}));return a};
|
||||
s.Oa=function(){for(var a=this.c.textTracks(),c=0,d=a.length,e,g,k=this.M=[];c<d;c++)if(e=a[c],e.I()==this.G&&e.Pa()){if(2>e.readyState()){this.Ud=e;e.d("loaded",u.bind(this,this.Oa));return}g=e;break}a=this.xa=new u.oa(this.c);a.ha().appendChild(u.e("li",{className:"vjs-menu-title",innerHTML:u.$(this.G),Jd:-1}));if(g){e=g.aa;for(var j,c=0,d=e.length;c<d;c++)j=e[c],j=new u.cb(this.c,{track:g,cue:j}),k.push(j),a.W(j)}0<this.M.length&&this.show();return a};
|
||||
u.cb=u.O.extend({i:function(a,c){var d=this.ea=c.track,e=this.cue=c.cue,g=a.currentTime();c.label=e.text;c.selected=e.startTime<=g&&g<e.va;u.O.call(this,a,c);d.d("cuechange",u.bind(this,this.update))}});u.cb.prototype.p=function(){u.O.prototype.p.call(this);this.c.currentTime(this.cue.startTime);this.update(this.cue.startTime)};u.cb.prototype.update=function(){var a=this.cue,c=this.c.currentTime();this.selected(a.startTime<=c&&c<a.va)};
|
||||
u.l.A(u.Ga.prototype.j.children,{subtitlesButton:{},captionsButton:{},chaptersButton:{}});
|
||||
if("undefined"!==typeof window.JSON&&"function"===window.JSON.parse)u.JSON=window.JSON;else{u.JSON={};var Z=/[\u0000\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g;u.JSON.parse=function(a,c){function d(a,e){var j,r,n=a[e];if(n&&"object"===typeof n)for(j in n)Object.prototype.hasOwnProperty.call(n,j)&&(r=d(n,j),r!==b?n[j]=r:delete n[j]);return c.call(a,e,n)}var e;a=String(a);Z.lastIndex=0;Z.test(a)&&(a=a.replace(Z,function(a){return"\\u"+("0000"+a.charCodeAt(0).toString(16)).slice(-4)}));
|
||||
if(/^[\],:{}\s]*$/.test(a.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)+/g,"")))return e=eval("("+a+")"),"function"===typeof c?d({"":e},""):e;throw new SyntaxError("JSON.parse(): invalid or malformed JSON data");}}
|
||||
u.ic=function(){var a,c,d=document.getElementsByTagName("video");if(d&&0<d.length)for(var e=0,g=d.length;e<g;e++)if((c=d[e])&&c.getAttribute)c.player===b&&(a=c.getAttribute("data-setup"),a!==h&&(a=u.JSON.parse(a||"{}"),videojs(c,a)));else{u.qb();break}else u.Ic||u.qb()};u.qb=function(){setTimeout(u.ic,1)};"complete"===document.readyState?u.Ic=f:u.V(window,"load",function(){u.Ic=f});u.qb();u.zd=function(a,c){u.Player.prototype[a]=c};var qa=this;qa.Pd=f;function $(a,c){var d=a.split("."),e=qa;!(d[0]in e)&&e.execScript&&e.execScript("var "+d[0]);for(var g;d.length&&(g=d.shift());)!d.length&&c!==b?e[g]=c:e=e[g]?e[g]:e[g]={}};$("videojs",u);$("_V_",u);$("videojs.options",u.options);$("videojs.players",u.ya);$("videojs.TOUCH_ENABLED",u.ec);$("videojs.cache",u.sa);$("videojs.Component",u.b);u.b.prototype.player=u.b.prototype.u;u.b.prototype.options=u.b.prototype.options;u.b.prototype.init=u.b.prototype.i;u.b.prototype.dispose=u.b.prototype.dispose;u.b.prototype.createEl=u.b.prototype.e;u.b.prototype.contentEl=u.b.prototype.ha;u.b.prototype.el=u.b.prototype.w;u.b.prototype.addChild=u.b.prototype.W;
|
||||
u.b.prototype.getChild=u.b.prototype.ia;u.b.prototype.getChildById=u.b.prototype.kd;u.b.prototype.children=u.b.prototype.children;u.b.prototype.initChildren=u.b.prototype.sc;u.b.prototype.removeChild=u.b.prototype.removeChild;u.b.prototype.on=u.b.prototype.d;u.b.prototype.off=u.b.prototype.o;u.b.prototype.one=u.b.prototype.V;u.b.prototype.trigger=u.b.prototype.k;u.b.prototype.triggerReady=u.b.prototype.Ca;u.b.prototype.show=u.b.prototype.show;u.b.prototype.hide=u.b.prototype.F;
|
||||
u.b.prototype.width=u.b.prototype.width;u.b.prototype.height=u.b.prototype.height;u.b.prototype.dimensions=u.b.prototype.cd;u.b.prototype.ready=u.b.prototype.J;u.b.prototype.addClass=u.b.prototype.m;u.b.prototype.removeClass=u.b.prototype.q;u.b.prototype.buildCSSClass=u.b.prototype.R;u.Player.prototype.ended=u.Player.prototype.ended;$("videojs.MediaLoader",u.Rc);$("videojs.TextTrackDisplay",u.fc);$("videojs.ControlBar",u.Ga);$("videojs.Button",u.r);$("videojs.PlayToggle",u.bc);
|
||||
$("videojs.FullscreenToggle",u.Ha);$("videojs.BigPlayButton",u.bb);$("videojs.LoadingSpinner",u.$b);$("videojs.CurrentTimeDisplay",u.eb);$("videojs.DurationDisplay",u.fb);$("videojs.TimeDivider",u.gc);$("videojs.RemainingTimeDisplay",u.lb);$("videojs.LiveDisplay",u.Zb);$("videojs.ErrorDisplay",u.gb);$("videojs.Slider",u.P);$("videojs.ProgressControl",u.kb);$("videojs.SeekBar",u.cc);$("videojs.LoadProgressBar",u.ib);$("videojs.PlayProgressBar",u.ac);$("videojs.SeekHandle",u.Ja);
|
||||
$("videojs.VolumeControl",u.nb);$("videojs.VolumeBar",u.mb);$("videojs.VolumeLevel",u.hc);$("videojs.VolumeMenuButton",u.pa);$("videojs.VolumeHandle",u.ob);$("videojs.MuteToggle",u.ga);$("videojs.PosterImage",u.Ia);$("videojs.Menu",u.oa);$("videojs.MenuItem",u.O);$("videojs.MenuButton",u.T);u.T.prototype.createItems=u.T.prototype.ta;u.U.prototype.createItems=u.U.prototype.ta;u.Fa.prototype.createItems=u.Fa.prototype.ta;$("videojs.SubtitlesButton",u.Ka);$("videojs.CaptionsButton",u.Ea);
|
||||
$("videojs.ChaptersButton",u.Fa);$("videojs.MediaTechController",u.s);u.s.prototype.features=u.s.prototype.n;u.s.prototype.n.volumeControl=u.s.prototype.n.Hc;u.s.prototype.n.fullscreenResize=u.s.prototype.n.Vd;u.s.prototype.n.progressEvents=u.s.prototype.n.Zd;u.s.prototype.n.timeupdateEvents=u.s.prototype.n.be;u.s.prototype.setPoster=u.s.prototype.Pb;$("videojs.Html5",u.h);u.h.Events=u.h.hb;u.h.isSupported=u.h.isSupported;u.h.canPlaySource=u.h.sb;u.h.patchCanPlayType=u.h.wc;
|
||||
u.h.unpatchCanPlayType=u.h.Md;u.h.prototype.setCurrentTime=u.h.prototype.Cd;u.h.prototype.setVolume=u.h.prototype.Hd;u.h.prototype.setMuted=u.h.prototype.Fd;u.h.prototype.setPreload=u.h.prototype.Gd;u.h.prototype.setAutoplay=u.h.prototype.Bd;u.h.prototype.setLoop=u.h.prototype.Ed;u.h.prototype.enterFullScreen=u.h.prototype.mc;u.h.prototype.exitFullScreen=u.h.prototype.gd;$("videojs.Flash",u.g);u.g.isSupported=u.g.isSupported;u.g.canPlaySource=u.g.sb;u.g.onReady=u.g.onReady;$("videojs.TextTrack",u.B);
|
||||
u.B.prototype.label=u.B.prototype.label;u.B.prototype.kind=u.B.prototype.I;u.B.prototype.mode=u.B.prototype.mode;u.B.prototype.cues=u.B.prototype.Zc;u.B.prototype.activeCues=u.B.prototype.Tc;$("videojs.CaptionsTrack",u.Wb);$("videojs.SubtitlesTrack",u.dc);$("videojs.ChaptersTrack",u.Xb);$("videojs.autoSetup",u.ic);$("videojs.plugin",u.zd);$("videojs.createTimeRange",u.xb);$("videojs.util",u.ma);u.ma.mergeOptions=u.ma.Ib;})();
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "video.js",
|
||||
"description": "An HTML5 and Flash video player with a common API and skin for both.",
|
||||
"version": "4.5.2",
|
||||
"version": "4.6.0-b",
|
||||
"copyright": "Copyright 2014 Brightcove, Inc. https://github.com/videojs/video.js/blob/master/LICENSE",
|
||||
"keywords": [
|
||||
"videojs",
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário