@castlabs/prestoplay 6.23.1 → 6.25.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/cjs/cl.adobe.js +3 -3
  3. package/cjs/cl.airplay.js +3 -3
  4. package/cjs/cl.broadpeak.js +7 -7
  5. package/cjs/cl.cast.js +116 -116
  6. package/cjs/cl.conviva.js +32 -32
  7. package/cjs/cl.core.js +607 -591
  8. package/cjs/cl.crypto.js +9 -9
  9. package/cjs/cl.dash.js +88 -86
  10. package/cjs/cl.externs.js +105 -54
  11. package/cjs/cl.freewheel.js +25 -24
  12. package/cjs/cl.hls.js +77 -71
  13. package/cjs/cl.hlssmpte.js +6 -6
  14. package/cjs/cl.htmlcue.js +30 -30
  15. package/cjs/cl.ima.js +24 -23
  16. package/cjs/cl.mse.js +352 -342
  17. package/cjs/cl.muxdata.js +15 -15
  18. package/cjs/cl.onboard.js +3 -3
  19. package/cjs/cl.persistent.js +15 -14
  20. package/cjs/cl.playlist.js +6 -6
  21. package/cjs/cl.sessions.js +16 -16
  22. package/cjs/cl.simid.js +15 -15
  23. package/cjs/cl.smooth.js +72 -72
  24. package/cjs/cl.thumbnails.js +26 -26
  25. package/cjs/cl.tizen.js +72 -72
  26. package/cjs/cl.ttml.js +29 -29
  27. package/cjs/cl.verimatrix.js +5 -5
  28. package/cjs/cl.vimond.js +12 -12
  29. package/cjs/cl.vr.js +19 -19
  30. package/cjs/cl.vtt.js +14 -14
  31. package/cjs/cl.yospace.js +4 -4
  32. package/cjs/cl.youbora.js +37 -37
  33. package/cl.adobe.js +3 -3
  34. package/cl.airplay.js +3 -3
  35. package/cl.broadpeak.js +5 -5
  36. package/cl.cast.js +88 -88
  37. package/cl.conviva.js +27 -27
  38. package/cl.core.js +491 -478
  39. package/cl.crypto.js +9 -9
  40. package/cl.dash.js +82 -80
  41. package/cl.externs.js +105 -54
  42. package/cl.freewheel.js +19 -19
  43. package/cl.hls.js +79 -74
  44. package/cl.hlssmpte.js +5 -5
  45. package/cl.htmlcue.js +26 -26
  46. package/cl.ima.js +18 -17
  47. package/cl.mse.js +310 -306
  48. package/cl.muxdata.js +13 -13
  49. package/cl.onboard.js +4 -4
  50. package/cl.persistent.js +10 -10
  51. package/cl.playlist.js +5 -5
  52. package/cl.sessions.js +10 -10
  53. package/cl.simid.js +13 -13
  54. package/cl.smooth.js +60 -59
  55. package/cl.thumbnails.js +19 -19
  56. package/cl.tizen.js +57 -57
  57. package/cl.ttml.js +22 -22
  58. package/cl.verimatrix.js +4 -4
  59. package/cl.vimond.js +8 -8
  60. package/cl.vr.js +14 -14
  61. package/cl.vtt.js +12 -12
  62. package/cl.yospace.js +3 -3
  63. package/cl.youbora.js +28 -28
  64. package/package.json +1 -1
  65. package/typings.d.ts +54 -25
package/cl.tizen.js CHANGED
@@ -1,57 +1,57 @@
1
- import {clpp} from "./cl.core.js";import './cl.mse.js';let g={};const _ = clpp._;var f=function(window){'use strict';var jP="An unknown error occurred while trying to get volume",kP="Cannot get loading rendition due to platform limitations",lP="SecurityError",mP="The require privilege is: http://tizen.org/privilege/tv.audio",nP="|STARTBITRATE\x3d",oP=function(a,b,c){const d=e=>{c.call(a,e);a.removeEventListener(b,d)};a.addEventListener(b,d)},rP=function(a){return _.x(function*(){if(a.a!==_.Cd&&a.a!==_.Ad)throw new _.H(_.F,6,6001,`The key system ${a.a} is not supported by `+"the player or the platform");
2
- const b=a.f.get(a.a);if(!b.ld)throw new _.H(_.F,6,6012,`No license server given for ${a.a}`);try{a.a===_.Cd?yield pP(a):yield qP(a,b),a.o={keySystem:a.a,licenseServerUri:b.ld,distinctiveIdentifierRequired:!1,persistentStateRequired:b.Je,audioRobustness:"",videoRobustness:"",serverCertificate:null,initData:[],keyIds:[],periodId:null}}catch(c){throw a.g.error(`Error while configuring CDM for ${a.a}`,c),new _.H(_.F,6,6005,{message:JSON.stringify(c)});}})},tP=function(a,b){_.x(function*(){var c=a.f.get(a.a);
3
- a.g.debug("DRM Challenge data: ",b.challenge);const d=atob(b.challenge);var e=new Uint8Array(d.length);for(let h=0;h<d.length;++h)e[h]=d.charCodeAt(h);c=_.xj([b.serverurl&&""!==b.serverurl?b.serverurl:c.ld],_.rj());c.type=3;c.body=e.buffer;c.method=_.rb;try{var f=yield a.D.rb.fetch(c).U;if(a.j){var g=_.K(f.data);const h=g.byteLength;e="";for(f=0;f<h;f++)e+=String.fromCharCode(g[f]);const k=`${b.session_id}PARAM_START_POSITION`+`${btoa(e)}PARAM_START_POSITION`;a.g.debug("Widevine license params",k);
4
- try{webapis.avplay.setDrm(sP,"widevine_license_data",k)}catch(l){a.g.error("License response rejected by CDM");const m=new _.H(_.F,6,6008,{browserError:JSON.stringify(l)});a.D.onError(m)}}}catch(h){a.g.error("License request failed.",JSON.stringify(h)),g=new _.H(_.F,6,6007,{message:"Error while fetching license!",url:h.data.url,status:h.data.status||NaN,response:h.data.response||"",headers:h.data.headers||{}},h),a.D.onError(g)}})},pP=function(a){return _.x(function*(){try{webapis.avplay.setDrm(sP,
5
- "Initialize",""),webapis.avplay.setDrm(sP,"widevine_app_session",a.l.id),webapis.avplay.setDrm(sP,"widevine_data_type",a.l.type)}catch(b){throw b;}})},qP=function(a,b){return _.x(function*(){var c={};c[uP]=!b.Je;c[vP]=b.ld;""!==b.customData&&(c[wP]=b.customData);c=JSON.stringify(c);a.g.debug("PlayReady properties: ",c);try{webapis.avplay.setDrm(xP,"SetProperties",c)}catch(d){throw d;}})},zP=function(a,b){if(a.f!==b)if(a.f===_.Ro&&b!==_.Yo)a.g.debug(_.KB+`${yP(b)}`);else{var c=(new Date).getTime();
6
- a.j=a.f;a.f=b;a.f===_.Uo?(a.o=(new Date).getTime(),a.m.trigger(new _.E(_.Wc,{detail:{bufferedTimeMS:-1,reason:a.h}}))):a.j===_.Uo&&a.m.trigger(new _.E(_.Vc,{detail:{bufferedTimeMS:c-a.o,reason:a.h}}));b={currentState:a.f,previousState:a.j,timeSinceLastStateChangeMS:c-a.w};a.w=c;a.m.trigger(new _.E(_.Sf,{detail:b}));a.g.debug("State changed:",yP(a.j),"-\x3e",yP(a.f))}},yP=function(a){return Object.keys(_.Xo)[a]},CP=function(a){if(a.l){var b=a.a.getState(),c=a.f;switch(b){case AP:c=_.ap;break;case BP:c=
7
- _.$o;break;default:a.m.isEnded()?c=_.Qo:a.g.debug("Inconsistent AVPlay playback state:",b)}zP(a,c)}},DP=function(a){return _.x(function*(){const b=a.m.getConfiguration();let c;(c=yield _.Js(a.B.url,a.m.getNetworkEngine(),b.manifest.attemptParameters,a.B.type||null))&&c.configure(b.manifest);return c})},EP=function(a){if(!a)return!1;a=a.periods;let b=!1;for(let c=0;c<a.length;c++)b=b||0<a[c].textStreams.length;return b},FP=function(a){const b=document.createElement(_.w),c=new _.OI,d=new _.VH,e=a.m.getTextDisplayer();
8
- return new _.QI(b,c,e,d,a.m.getConfiguration())},GP=function(a){const b={configuration:{},Mb:()=>a.m.getPosition(),$:a.h,rb:a.m.getNetworkEngine(),Bc:null,De:a.G.bind(a),Ce:a.F.bind(a),onError:a.H.bind(a),$f:()=>{},onEvent:()=>{},dg:a.I.bind(a),Vd:()=>{},Xc:()=>new _.JJ,he:()=>!1,Vc:null};return new _.jJ(a.a,b)},HP=function(a){const b=a.m.getPosition();let c=null;for(const d of a.a.periods)d.startTime<=b&&(c=d);return c},IP=function(a){a.g.debug("getTextStreams()",a.a);if(a.a){var b=[],c=a.a.periods;
9
- a.g.debug("getting text streams");for(var d=0;d<c.length;d++)if(a.g.debug(c[d].startTime,a.m.getPosition()),c[d].startTime<=a.m.getPosition()){b=c[d].textStreams;break}a=b}else a=[];b=[];c=0;for(d=0;d<a.length;d++){const e=new _.Rj(String(c++),_.L);e.mimeType=a[d].mimeType;e.language=a[d].language;e.roles=a[d].roles;e.kind=a[d].kind||_.uC;const f=new _.Zj(String(a[d].id),e);f.bandwidth=a[d].bandwidth||null;e.renditions.push(f);b.push(e)}return b},JP=function(a){if(a.h&&!a.h.getTextDisplayer().isTextVisible())return null;
10
- if(a.f){const b=_.PG(a.f,_.G);let c=null;if(b){a=IP(a);for(let d=0;d<a.length;d++)if(a[d].renditions[0].id===String(b.id)){c=a[d].renditions[0];break}}return c}return null},KP=function(a,b){a.g.debug("Set active track",b);if(b&&(a.o=b.language,a.A=b.roles[0]||"",a.C=b.kind===_.de,a.a&&a.f)){a.setTextVisibility(!0);const c=HP(a),d=b.renditions[0];(b=c.textStreams.find(e=>String(e.id)===d.id))?(a.w?(a.g.debug("Switching period defer text selection"),a.l=b):(_.aH(a.f,b,!0,0),a.m.trigger(new _.E(_.tl))),
11
- a.o=b.language):a.g.error(_.IB,d.id)}},LP=function(a){const b=a.la();b&&a.m.trigger(new _.E(_.Tc,{detail:{width:b.width,height:b.height,bandwidth:b.bandwidth,rendition:b}}))},MP=function(a,b){a.m.trigger(new _.E(_.xg,{details:{width:b.width,height:b.height,bandwidth:b.bandwidth,track:b.track,abrSelection:a.a.o}}))},NP=function(a,b){let c=null;try{c=JSON.parse(b)}catch(d){a.g.warn("Couldn't retrieve extra infos from stream."),c=null}return c},OP=function(a,b){a=a.f[_.N]||[];const c=[];for(let d=0;d<
12
- a.length;d++)for(let e=0;e<a[d].renditions.length;e++)_.hh(a[d].renditions[e],b,Object.keys(b))&&c.push(a[d].renditions[e]);return c[0]||null},PP=function(a){const b=a.m.getConfiguration();var c=_.ai(b.preferredAudioLanguage||[]);const d=a.f[_.M]||[];if(d.length){var e=null;c.some(g=>{e=_.QC(g,d.map(h=>h.language));return!!e});if(e){var f=d.filter(g=>g.language===e);c=f[0];1<f.length&&b.preferredAudioRole&&(f=f.filter(g=>0<=g.roles.indexOf(b.preferredAudioRole)),0<f.length&&(c=f[0]));a.g.debug("Setting audio track with preferred language:",
13
- e);a.xa(c)}else a.g.debug("Preferred language(s) not available")}else a.g.debug("Could not set preferred audio language")},VP=function(a,b){var c=(l,m)=>{for(let n=0;n<l.length;n++)if(l[n].language===m)return l[n];return null};const d={};if(0>=b.length)return d;var e=b.filter(l=>l.type===QP),f=b.filter(l=>l.type===RP);const g=[];for(var h=0;h<f.length;h++){const l=NP(a,f[h].extra_info);if(l){var k=_.Di(l.language||_.fg);k=_.Nj(k);k=c(g,k);k||(k=new _.Rj(String(a.h++),_.M),g.push(k));k.renditions.push(SP(f[h].index,
14
- l,k))}else a.g.warn("Skipping audio stream with no extra info")}c=new _.Rj(String(a.h++),_.N);for(f=0;f<e.length;f++)(h=NP(a,e[f].extra_info))?c.renditions.push(TP(e[f].index,h,c)):a.g.warn("Skipping video stream with no extra info");e=[];e=a.j?IP(a.j):UP(a,b);d[_.N]=[c];d[_.M]=g;d[_.L]=e;return d},YP=function(a,b){if(b===_.L&&a.j)return JP(a.j);var c=WP(a.a)||[];if(0===c.length)return null;c=c.filter(e=>e.type===b.toUpperCase())[0];var d=null;b===_.N&&(d=NP(a,c.extra_info),d=OP(a,{width:d.Width,
15
- height:d.Height}));b===_.M&&(c?(d=XP(a,c,_.M),a.l=d):d=a.l);b===_.L&&(c?(d=XP(a,c,_.L),a.o=d):d=a.o);return d},aQ=function(a,b){if(b){const c=b.track.type.toUpperCase();ZP(a.a,c,Number(b.id)).then(()=>{c===RP&&(a.l=b,a.m.trigger(new _.E(_.sl)));c===$P&&(a.o=b,a.m.trigger(new _.E(_.tl)))}).catch(()=>{a.g.error("Could not select "+c+" track.")})}else a.g.debug("Must provide valid rendition")},SP=function(a,b,c){const d=_.Di(b.language||_.fg);c.language=_.Nj(d);c.originalLanguage=d;c.channelsCount=b.channels?
16
- Number(b.channels):null;c.mimeType=_.Pc;a=new _.Zj(String(a),c);a.track=c;a.codec=b.fourCC||null;a.bandwidth=b.bit_rate||null;return a},TP=function(a,b,c){c.mimeType=_.vg;a=new _.Zj(String(a),c);a.track=c;a.width=b.Width||null;a.height=b.Height||null;a.bandwidth=b.Bit_rate?Number(b.Bit_rate):null;a.codec=b.fourCC||null;return a},bQ=function(a,b,c){b=_.Di(b.track_lang||_.fg);c.mimeType="text/ttml";c.language=_.Nj(b);c.originalLanguage=b;c.kind=_.uC;return new _.Zj(String(a),c)},UP=function(a,b){b=
17
- b.filter(d=>d.type===$P);const c=[];for(let d=0;d<b.length;d++){const e=NP(a,b[d].extra_info);if(!e){a.g.warn("Skipping text stream with no extra info");continue}const f=new _.Rj(String(a.h++),_.L);f.renditions.push(bQ(b[d].index,e,f));c.push(f)}return c},XP=function(a,b,c){a=a.f[c]||[];b=String(b.index);c=null;for(let d=0;d<a.length;d++)for(let e=0;e<a[d].renditions.length;e++)if(a[d].renditions[e].id===b){c=a[d].renditions[e];break}return c},cQ=function(a){return a.f&&a.a?a.a.gi:webapis.avplay.getTotalTrackInfo()},
18
- eQ=function(a,b,c){a.g.debug("switchVideoTrack()");try{const d={estimatedBandwidth:parseInt(webapis.avplay.getStreamingProperty("CURRENT_BANDWITH"),10),currentBandwidth:b,nextBandwidth:c,currentPosition:a.getPosition()};a.a=dQ(a);a.f=!0;webapis.avplay.stop();webapis.avplay.close();return a.load(a.m.getConfiguration(),d).then(()=>{const e=a.a.tf;a.f=!1;a.a=null;return e===BP?a.pause():a.play()})}catch(d){return Promise.reject(d)}},fQ=function(a,b){var c=a.m.getTextDisplayer();c&&c.setTextVisibility(b);
19
- c=a.m.h;try{c||webapis.avplay.setSilentSubtitle(!b)}catch(d){a.g.debug("Could not set text track visibility",d)}},ZP=function(a,b,c){b=b.toUpperCase();b===$P&&fQ(a,!0);const d=a.j[b];d&&(d.be.stop(),a.j[b]=null,a.g.debug(`Cancelled pending track switch for ${b}`));return new Promise((e,f)=>{const g=(h,k,l)=>{l=void 0===l?!1:l;try{webapis.avplay.setSelectTrack(h,k),a.j[h]=null,e()}catch(m){a.g.debug(`Could not set ${h} track. Trying again...`+`AVPlay state: ${a.getState()}, `+`buffering: ${a.w}`,m),
20
- !1===l&&(a.j[h]={type:h,index:k,pf:0,be:new _.Ck(()=>g(h,c,!0))}),(k=a.j[h])&&3>k.pf?(!a.w&&++k.pf,k.be.ga(a.w?.5:.25)):(a.g.debug("Could not set track after multiple attempts.Giving up..."),k&&k.be.stop(),a.j[h]=null,f())}};g(b,c)})},WP=function(a){return a.f&&a.a?a.a.Sg:webapis.avplay.getCurrentStreamInfo()},gQ=function(a){return _.x(function*(){tizen.systeminfo.getPropertyValue("DISPLAY",b=>{a.A=b.resolutionWidth/1920;a.g.debug("Display resolution ratio: ",a.A)},b=>{a.g.debug("Could not load DISPLAY property");
21
- throw b;})})},iQ=function(a){try{webapis.avplay.setListener({onbufferingstart:a.J.bind(a),onbufferingprogress:a.I.bind(a),onbufferingcomplete:a.H.bind(a),onstreamcompleted:a.M.bind(a),oncurrentplaytime:b=>{a.trigger(new _.E(hQ,{currentTime:b}))},onevent:a.L.bind(a),onsubtitlechange:a.O.bind(a),ondrmevent:a.K.bind(a),onerror:a.B.bind(a)})}catch(b){a.g.error(b)}},jQ=function(a){const b=!!a.m.getTrackManager().Sa();try{webapis.avplay.setSilentSubtitle(!b)}catch(c){a.g.debug("Could not set AVPlay subtitle config",
22
- c)}},kQ=function(a,b){try{const c=b.estimatedBandwidth||0,d=b.currentBandwidth||0;a.g.debug({estimatedBandwidth:c,yi:d});0!==c&&0!==d&&c>=1.15*d&&webapis.avplay.setStreamingProperty("ADAPTIVE_INFO",nP+d)}catch(c){a.g.debug(c)}},lQ=function(a,b){try{webapis.avplay.setStreamingProperty("ADAPTIVE_INFO","|BITRATES\x3d"+b+nP+b)}catch(c){throw a.g.debug("Could not set fixed bandwidth",c),c;}},mQ=function(a){let b=null;try{b=tizen.tvaudiocontrol.isMute()}catch(c){switch(c.name){case lP:a.g.warn("The application doesn't have the privilege to get the mute state.",
23
- mP);break;default:a.g.warn(jP,c)}}return!!b},dQ=function(a){return{position:a.getPosition(),state:a.m.getState(),tf:a.getState(),playbackRate:a.getPlaybackRate(),isLive:a.isLive(),duration:a.getDuration(),isMuted:mQ(a),volume:a.getVolume(),gi:cQ(a),Sg:WP(a)}},nQ=function(){return new Promise((a,b)=>{if(window.webapis)a();else{const c=document.createElement("script");oP(c,_.se,d=>a(d));oP(c,_.r,d=>b(d));c.src="$WEBAPIS/webapis/webapis.js";document.querySelector("head").appendChild(c)}})},oQ=function(a){return _.x(function*(){yield nQ();
24
- const b=new Promise(c=>{(new _.Ck(c)).ga(5)});if(!(yield Promise.race([gQ(a).then(()=>!0),b.then(()=>!1)])))return a.g.debug("Took to long for the SDK to be ready"),Promise.reject("SDK Timeout")})},pQ=function(a){return _.x(function*(){a.g.debug("avplay.prepare()");return new Promise((b,c)=>{try{webapis.avplay.prepareAsync(()=>{a.g.debug("AVPlay is ready!");jQ(a);b()},d=>{a.g.debug("prepareAsync failed",d);c(d)})}catch(d){a.g.debug("Failed to prepare media player for playback"),c(d)}})})},qQ=function(a,
25
- b){try{tizen.tvaudiocontrol.setMute(b)}catch(c){switch(c.name){case lP:a.g.warn("The application does not have the privilege to set mute.",mP);break;default:a.g.warn(jP,c)}}},vQ=function(a,b,c){return _.x(function*(){a.l=_.dp(b);const d=a.G,e=c||{estimatedBandwidth:0,currentBandwidth:0,nextBandwidth:null,currentPosition:0};a.g.debug(`Loading manifest URL: ${a.l[d].url}`);let f=b.startTime||void 0;a.f&&(a.trigger(new _.E(rQ)),f=c.currentPosition);try{let g=a.l[d].url;if(a.l[d].type===_.Fc&&!g.includes(".mpd")){const h=
26
- new URL(g);h.searchParams.append("cl-ext",".mpd");g=h.toString()}webapis.avplay.open(g);e.nextBandwidth?(lQ(a,e.nextBandwidth),a.o=!1):(a.o||kQ(a,e),a.o=!0);iQ(a);if(b.drm&&b.drm.env){const h={onError:k=>a.m.onError(k),rb:a.m.getNetworkEngine()};a.h=new sQ(b.drm,h);yield a.h.init()}else a.g.debug("No DRM configuration was provided. Assuming clear content");a.f||a.trigger(new _.E(tQ));yield pQ(a);a.f||a.trigger(new _.E(uQ));f&&typeof f===_.t&&0<f&&a.seek(f).catch(h=>{a.g.debug("Couldn't set start position",
27
- h)});a.f||(b.volume&&a.setVolume(b.volume),b.muted&&qQ(a,b.muted),b.autoplay&&a.m.play().catch(h=>{a.g.debug("Autoplay failed",h)}))}catch(g){throw a.g.debug("Error while attempting to load source."),g;}})},wQ=function(a){if("NONE"!==a.a.getState()){var b=a.j.getBoundingClientRect();{a=a.a;const c=Math.floor(b.left*a.A),d=Math.floor(b.top*a.A),e=Math.floor(b.width*a.A);b=Math.floor(b.height*a.A);a.g.debug("Setting display area to","x:",c,"y:",d,"width:",e,"height:",b);webapis.avplay.setDisplayRect(c,
28
- d,e,b);0===c&&0===d&&1920===e&&1080===b&&webapis.avplay.setDisplayMethod("PLAYER_DISPLAY_MODE_LETTER_BOX")}}else a.g.debug("Could not apply dimension. Player state "+a.a.getState())},sQ=class{constructor(a,b){this.h=a;this.o=null;this.a=_.Je;this.l=null;this.j=!1;this.f=new Map;this.D=b;this.g=new _.S("clpp.tizen.DrmEngine")}init(){const a=this;return _.x(function*(){var b=_.Wl[a.h.env]||null;if(!b)throw a.g.debug(_.ua,_.wb+a.h.env+_.aa),new _.H(_.F,6,6015,`DRM environment '${a.h.env}' is missing.`);
29
- a.l={id:String(Math.floor(1E4*Math.random())),type:"MPEG-DASH"};var c=Object.keys(a.h.customData||{}).length?btoa(JSON.stringify(a.h.customData)):"";b=_.Yl(b,a.h.customData);const d=b[_.Ad];d&&a.f.set(_.Ad,{ld:d.licenseUrl||"",customData:c,Je:!1});(b=b[_.Cd])&&a.f.set(_.Cd,{ld:b.licenseUrl||"",customData:c,Je:!1});if(0===a.f.size)throw new _.H(_.F,6,6E3);if((c=a.h.preferredDrmSystem)&&a.f.get(c))a.a=c;else if(a.f.get(_.Ad))a.a=_.Ad;else if(a.f.get(_.Cd))a.a=_.Cd;else throw new _.H(_.F,6,6001,"Configuration for the target system is missing.");
30
- yield rP(a);a.j=!0})}release(){const a=this;return _.x(function*(){a.j=!1;a.o=null;a.a=_.Je;a.l=null;a.f=new Map})}getDrmInfo(){return this.o}},uP="DeleteLicenseAfterUse",vP="LicenseServer",wP="CustomData";var CQ=class{constructor(a){this.m=a;this.a=this.m.a;this.f=_.Yo;this.j=_.Yu;this.w=(new Date).getTime();this.l=!1;this.o=-1;this.h=2;this.g=new _.S("clpp.tizen.StateManager")}initialize(){this.a.on(rQ,this.C,this);this.a.on(xQ,this.B,this);this.a.on(yQ,this.A,this);this.a.on(tQ,this.H,this);this.a.on(uQ,this.G,this);this.a.on(zQ,this.F,this)}release(){zP(this,_.Yo);this.l=!1;this.o=-1;this.h=2}destroy(){this.release();this.a.off(rQ,this.C);this.a.off(xQ,this.B);this.a.off(yQ,this.A);this.a.off(tQ,
31
- this.H);this.a.off(uQ,this.G);this.a.off(zQ,this.F);this.m=this.a=null}C(){this.g.debug("Buffering start. Player state: ",this.a.getState());this.h=this.a.C?1:2;zP(this,_.Uo)}B(a){this.g.debug("Buffering progress: "+a.percent+" %. Player state: ",yP(this.f))}A(){this.g.debug("Buffering complete. Player state: ",this.a.getState());if(!this.l){this.l=!0;var a=this.m.getConfiguration().autoplay;const b=this.a.getState()===AQ;if(!a&&b){zP(this,_.$o);return}}if(a=this.f!==_.Zo)a=this.a.getState(),a=a===
32
- AP||a===BP;a&&CP(this)}H(){this.g.debug("Preparing starts. AVPlay State: ",this.a.getState());this.a.getState()===BQ?zP(this,_.Zo):this.g.error("AVPlay prepares while state is not IDLE")}G(){this.g.debug("Preparing ends: AVPlay state:",this.a.getState())}F(){zP(this,_.Qo)}getState(){return this.f}};var DQ=class{constructor(){this.o=this.A=this.f=this.h=this.B=this.m=this.j=this.a=null;this.C=!1;this.w=!0;this.l=null;this.g=new _.S("clpp.tizen.TextStreamer")}initialize(a){this.m=a}load(a){const b=this;return _.x(function*(){if(b.m)if(b.B=a,b.j=yield DP(b),b.j){var c={configurationId:"",networkingEngine:b.m.getNetworkEngine(),filterNewPeriod:()=>{},filterAllPeriods:()=>{},onEvent:()=>{},onError:()=>{}};try{b.a=yield b.j.start(a.url,c)}catch(d){b.g.warn(d);try{b.a=yield b.j.start(a.url.replace("https://",
33
- "http://"),c)}catch(e){b.g.error(e),b.a=null}}if(b.a&&EP(b.a)){b.h=FP(b);try{yield b.h.open();b.f=GP(b);const d=b.m.getConfiguration();b.f.h=d.streaming;b.o=d.preferredTextLanguage;b.A=d.preferredTextRole;b.C=d.preferForcedSubtitles}catch(d){b.g.debug("Could not setup media source..."),b.h=null,b.f=null,b.j=null,b.a=null}}}else b.g.debug("Could not find manifest parser for source. Make sure parsers are registered.");else b.g.debug("Text streamer is not initialized. Will not load()")})}G(a){this.g.debug(_.lC,
34
- a);this.w=!0;let b=_.NF(a.textStreams,this.o||"",this.A||"",this.C)[0]||null;this.l&&(a.textStreams.includes(this.l)&&(b=this.l),this.l=null);return{variant:null,text:b}}F(){this.g.debug("canSwitch_");this.w=!1;this.l&&(_.aH(this.f,this.l,!0,0),this.l=null)}H(){this.g.debug("onError_")}I(){this.j&&this.j.update&&this.j.update()}start(){const a=this;return _.x(function*(){if(a.f)try{a.f.start()}catch(b){a.g.error("Error while starting streaming engine",b)}})}setTextVisibility(a){this.g.debug("Set text visibility",
35
- a);this.h&&this.h.getTextDisplayer().setTextVisibility(a)}release(){const a=this;return _.x(function*(){a.m=null;a.a=null;a.B=null;a.A=null;a.o=null;a.w=!0;a.l=null})}destroy(){const a=this;return _.x(function*(){a.j&&(yield a.j.stop(),a.j=null);a.f&&(yield a.f.destroy(),a.f=null,a.w=!0);a.h&&(yield a.h.destroy(),a.h=null)})}};var HQ=class extends _.T{constructor(){super();this.j=this.a=this.m=null;this.f={};this.g=new _.S("clpp.tizen.TrackManager");this.w=this.o=this.l=null;this.B=!1;this.h=1}C(a){var b=a.eventid;a=a.data;switch(b){case EQ:0<Object.keys(this.f).length||(this.g.debug("Loading track manager!"),this.load());b=webapis.avplay.getCurrentStreamInfo();0<b.length&&(b=+NP(this,b[0].extra_info).Bit_rate,b=OP(this,{bandwidth:b}))&&(this.w=b,MP(this,b));break;case FQ:LP(this);break;default:this.g.debug("Event type: "+
36
- b+" data: "+a)}}A(a){a.detail.currentState===_.ap&&this.m.off(_.Sf,this.A)}initialize(a){this.m=a;this.a=this.m.a;this.m.on(_.Sf,b=>{this.B||(b=b.detail,b.currentState===_.ap&&(this.g.debug("Current state",b.currentState),this.B=!0,PP(this)))});this.a.on(GQ,this.C,this)}release(){this.f={};this.j=this.w=this.o=this.l=null;this.B=!1;this.h=1}load(){if(this.a&&!(0<Object.keys(this.f).length)){this.j=this.m.h;this.m.off(_.Sf,this.A);this.m.on(_.Sf,this.A,this);try{const a=cQ(this.a);this.f=VP(this,a);
37
- const b=this.f[_.M]||[];b.length&&(this.l=b[0].renditions[0]||null);LP(this)}catch(a){this.g.debug("Could not load track manager")}}}destroy(){this.a.off(GQ,this.C);this.a=this.m=null}getVideoTracks(){return this.f[_.N]||[]}getAudioTracks(){return this.f[_.M]||[]}ka(){return this.f[_.L]||[]}la(){return YP(this,_.N)}Wa(){return YP(this,_.M)}Sa(){return YP(this,_.L)}pb(){return this.w}Ab(){this.g.info(kP);return null}Bb(){this.g.info(kP);return null}Ha(){const a=this.la();return a?a.track:null}oa(){const a=
38
- this.Wa();return a?a.track:null}wa(){const a=this.Sa();return a?a.track:null}xb(a){null===a?(a=this.la(),eQ(this.a,a.bandwidth,null).then(()=>{LP(this)})):0<a.renditions.length&&this.gb(a.renditions[0])}xa(a){a?aQ(this,a.renditions[0]):this.g.warn("Cannot disable audio tracks on this platform.","Consider muting audio instead...")}Ta(a){a?(a=a.renditions[0],this.j?KP(this.j,a.track):aQ(this,a)):(this.g.debug("Disabling text tracks"),this.o=null,fQ(this.a,!1),this.m.trigger(new _.E(_.tl)))}gb(a){const b=
39
- this.la();this.a.o||a.width!==b.width||a.height!==b.height||a.bandwidth!==b.bandwidth?(this.w=a,MP(this,a),eQ(this.a,b.bandwidth,a.bandwidth).then(()=>{LP(this)}).catch(c=>{const d=new _.H(_.F,7,7200,{tizenerror:c});this.g.debug("Error while switching video track",c);this.m.onError(d)})):this.g.debug("Trying to switch to already active rendition. Doing nothing...")}vb(a){aQ(this,a)}wb(a){this.j?KP(this.j,a.track):aQ(this,a)}addTextTrack(){}ta(){return this.a.o}};HQ.prototype.isAbrEnabled=HQ.prototype.ta;
40
- HQ.prototype.addTextTrack=HQ.prototype.addTextTrack;HQ.prototype.setTextRendition=HQ.prototype.wb;HQ.prototype.setAudioRendition=HQ.prototype.vb;HQ.prototype.setVideoRendition=HQ.prototype.gb;HQ.prototype.setTextTrack=HQ.prototype.Ta;HQ.prototype.setAudioTrack=HQ.prototype.xa;HQ.prototype.setVideoTrack=HQ.prototype.xb;HQ.prototype.getTextTrack=HQ.prototype.wa;HQ.prototype.getAudioTrack=HQ.prototype.oa;HQ.prototype.getVideoTrack=HQ.prototype.Ha;HQ.prototype.getLoadingTextRendition=HQ.prototype.Bb;
41
- HQ.prototype.getLoadingAudioRendition=HQ.prototype.Ab;HQ.prototype.getLoadingVideoRendition=HQ.prototype.pb;HQ.prototype.getTextRendition=HQ.prototype.Sa;HQ.prototype.getAudioRendition=HQ.prototype.Wa;HQ.prototype.getVideoRendition=HQ.prototype.la;HQ.prototype.getTextTracks=HQ.prototype.ka;HQ.prototype.getAudioTracks=HQ.prototype.getAudioTracks;HQ.prototype.getVideoTracks=HQ.prototype.getVideoTracks;var LQ=class extends _.ju{constructor(a){super();this.m=a;this.h=null;this.g=new _.S("clpp.tizen.Middleware");this.F=1;this.C=!1;this.l=null;this.G=0;this.o=!0;this.f=!1;this.a=null;this.A=1;this.w=!1;this.j={}}J(){this.w=!0;this.f||this.trigger(new _.E(rQ))}I(a){this.w=!0;this.trigger(new _.E(xQ,{percent:a}))}H(){this.w=!1;this.trigger(new _.E(yQ))}M(){this.trigger(new _.E(zQ))}L(a,b){this.trigger(new _.E(GQ,{eventid:a,data:b}))}O(a,b,c,d,e){this.trigger(new _.E(IQ,{duration:a,text:b,subtitleType:c,
42
- attriCount:d,attributes:e}))}K(a,b){this.trigger(new _.E(JQ,{drmType:a,drmData:b}));this.h&&(a=this.h,a.j&&(a.a===_.Cd&&"Challenge"===b.name?tP(a,b):"DrmError"===b.name&&(a.g.debug("DrmError event",b),b=new _.H(_.F,6,6005,{message:JSON.stringify(b)}),a.D.onError(b))))}B(a){this.trigger(new _.E(KQ,{eventType:a}))}play(){const a=this.getState(),b=()=>new Promise((c,d)=>{let e=null;const f=()=>{c();clearTimeout(e)};this.one(hQ,f,this);e=setTimeout(()=>{this.off(hQ,f);d("Timeout")},3E4)});if(a===BQ)return(new Promise((c,
43
- d)=>{webapis.avplay.prepareAsync(()=>{jQ(this);c(webapis.avplay.play())},e=>{this.trigger(new _.E(KQ));d(e)})})).then(()=>b());if(a===BP||a===AQ)try{return webapis.avplay.play(),b()}catch(c){return Promise.reject(c)}return a===AP?Promise.resolve():Promise.reject("Player is in invalid state")}pause(){try{webapis.avplay.pause()}catch(a){Promise.reject(a)}return this.getState()===BP?Promise.resolve():Promise.reject()}setPlaybackRate(a){const b=this.getState();if(b===AQ||b===AP||b===BP){try{webapis.avplay.setSpeed(a),
44
- this.F=a}catch(c){return this.g.debug("Error while trying to set playback rate",c),this.setPlaybackRate(this.F)}return!0}this.g.debug("Cannot set playback rate; AVPlay is in inconsistent state: "+b);return!1}getPlaybackRate(){return this.F}load(a,b){const c=this;return _.x(function*(){c.g.debug("configure()",b||"");try{yield oQ(c),yield vQ(c,a,b)}catch(d){throw new _.H(_.F,7,7003,null,d);}})}getState(){if(this.f&&this.a)return this.a.tf;try{return webapis.avplay.getState()}catch(a){this.B(JSON.stringify(a))}}seek(a){const b=
45
- 1E3*a;return new Promise((c,d)=>{this.C=!0;this.m.trigger(new _.E(_.lg));webapis.avplay.seekTo(b,()=>{this.C=!1;this.m.trigger(new _.E(_.kg));c()},()=>{this.C=!1;d()})})}getPosition(){if(this.f&&this.a)return this.a.position;try{return webapis.avplay.getCurrentTime()/1E3}catch(a){this.B(JSON.stringify(a))}}getDuration(){if(this.f&&this.a)return this.a.duration;try{return webapis.avplay.getDuration()/1E3}catch(a){this.B(JSON.stringify(a))}}release(){return new Promise((a,b)=>{try{this.h&&(this.h.release(),
46
- this.h=null);webapis.avplay.stop();webapis.avplay.close();for(const c in this.j){const d=this.j[c];d&&d.be.stop()}this.j={};this.F=1;this.C=!1;this.a=this.l=null;return a()}catch(c){return b(c)}})}getVolume(){let a=null;try{a=tizen.tvaudiocontrol.getVolume()}catch(b){switch(b.name){case lP:this.g.debug("The application does not have the privilege to get the volume.",mP);break;default:this.g.debug(jP,b)}}return a}setVolume(a){try{tizen.tvaudiocontrol.setVolume(Math.max(0,Math.min(100*a,100)))}catch(b){switch(b.name){case "InvalidValueError":this.g.warn("Invalid value passed for setVolume.",
47
- "The passed value value should be in the range of 0 to 1.");break;case lP:this.g.warn("The application does not have the privilege to set the volume.",mP);break;default:this.g.warn("An unknown error occurred while trying to set volume",b)}}}isLive(){if(this.f&&this.a)return this.a.isLive;try{return"1"===webapis.avplay.getStreamingProperty("IS_LIVE")}catch(a){this.B(JSON.stringify(a))}}stop(){try{webapis.avplay.stop()}catch(a){this.g.debug(a)}}getDrmInfo(){this.h&&this.h.getDrmInfo();return null}setSourceIndex(a){this.G=
48
- a}getSourceIndex(){return this.G}getLoadedSource(){return this.l&&this.l[this.getSourceIndex()]}},BQ="IDLE",AQ="READY",AP="PLAYING",BP="PAUSED",QP=_.Rb,RP="AUDIO",$P="TEXT",FQ="PLAYER_MSG_RESOLUTION_CHANGED",EQ="PLAYER_MSG_BITRATE_CHANGE",xP="PLAYREADY",sP="WIDEVINE_CDM";var PQ=class extends _.ju{constructor(){super();this.a=new LQ(this);this.f=new CQ(this);this.configuration=this.B=_.El();this.w=null;this.g=new _.S("clpp.tizen.Player");this.j=null;this.l=new HQ;this.C=new _.lr;this.o=this.h=null;this.A=!1}I(){this.g.debug("On Stream completed. Current time: ",this.getPosition());this.trigger(new _.E(_.be));this.configuration.loop?this.seek(this.configuration.startTime||0).catch(()=>{this.g.debug("Could not loop playback")}):this.a.stop()}F(a){this.trigger(new _.E(_.bg,
49
- {currentTime:a.currentTime/1E3}))}J(a){const b=this.a.getPosition(),c=b+a.duration/1E3;let d=a.text||"";this.g.debug("Got subtitles: ",d,"start:",b,"end:",c,a);(d=_.dj(d))&&this.o.append([new _.Ft(b,c,d)],[])}G(a){this.g.debug("DRM event: "+a.drmType+", data: "+a.drmData)}K(){this.A||(this.g.debug("Initial buffering completed..."),this.A=!0)}H(a){this.g.debug(`Error: TYPE: ${a.eventType}`);zP(this.f,_.Ro);a=new _.H(_.F,7,7200,{tizenerror:a.eventType});this.a.release();this.trigger(new _.E(_.r,{detail:a}))}init(a,
50
- b){this.configuration=this.B=b;this.w=a;this.a.on(zQ,this.I,this);this.a.on(hQ,this.F,this);this.a.on(IQ,this.J,this);this.a.on(JQ,this.G,this);this.a.on(KQ,this.H,this);this.a.on(yQ,this.K,this);this.f.initialize();this.l.initialize(this);this.g.debug("Initializing player surface");this.w.hideMediaElement();a=MQ;MQ+=1;a="__clpp_tizen_player_"+a;this.j=_.vp(_.Ke,{id:a,type:"application/avplayer"});this.w.addElementToContainer(this.j,!0);var c=this.w.getMedia();if(c){a=this.j;{b=[_.Ig,_.ge,"position",
51
- _.me,"top"];const e={};c=null!==c.parentElement?window.getComputedStyle(c,null):c.style;if(!b||0===b.length)for(d in b||(b=[]),c)b.push(d);for(const f of b)e[f]=c[f];var d=e}_.xp(a,d);wQ(this)}}getSurface(){return this.w}getConfiguration(){return this.configuration}getTimeline(){return null}setupPlaylist(){return Promise.reject(_.nb)}appendLoad(){return Promise.reject(_.nb)}seekWith(){return Promise.reject(_.nb)}setSeekInterceptor(){}setPlaybackSessionId(){}destroy(){const a=this;return _.x(function*(){yield a.release();
52
- a.a.off(zQ,a.I);a.a.off(hQ,a.F);a.a.off(IQ,a.J);a.a.off(JQ,a.G);a.a.off(KQ,a.H);a.a.off(yQ,a.K);a.h&&(yield a.h.destroy(),a.h=null);a.j&&(a.j.parentElement.removeChild(a.j),a.j=null);a.l.destroy();a.f.destroy();a.l=null;a.f=null})}namespace(){return NQ}getPlaybackRate(){return this.a.getPlaybackRate()}setDrmCustomDataModifier(){}setCdnErrorCallback(){}detach(){}setPlaybackRate(a){this.a.setPlaybackRate(a)}getPosition(){return this.getMediaPosition()}getMediaPosition(){return 0<(this.configuration.startTime||
53
- 0)&&!this.A?0:this.f.getState()===_.Qo?this.getDuration():this.a.getPosition()||0}seek(a){return typeof a===_.t&&0<=a?(this.isLive()||(a=Math.min(a,this.getDuration())),this.a.seek(a)):Promise.reject()}getPresentationStartTime(){return null}getSeekRange(){return{start:0,end:0}}getVolume(){const a=this.a.getVolume();return typeof a===_.t?a/100:null}setVolume(a){this.a.setVolume(a)}getDuration(){return this.getMediaDuration()}getMediaDuration(){return this.a.getDuration()}getBufferInfo(){this.g.warn(_.pa);
54
- return new _.iu}getTrackManager(){return this.l}unload(){return this.a.release().then(()=>{this.l.release()})}release(){const a=this;return _.x(function*(){a.h&&(yield a.h.release());a.o&&(yield a.o.destroy(),a.o=null);yield a.a.release();a.l.release();a.f.release();a.A=!1})}load(a){const b=this;return _.x(function*(){b.configuration=_.Gl(b.B,a);var c=_.Io(b.configuration,[_.ie,"native"]);b.o=c.create(b);c=_.dp(b.configuration)[0];if(b.configuration.tizen&&b.configuration.tizen.sideStreamText){b.h=
55
- new DQ;b.h.initialize(b);try{yield b.h.load(c),b.h.start()}catch(d){b.g.error(d)}}try{yield b.a.load(b.configuration)}catch(d){throw b.onError(d),d;}b.l.load()})}play(){this.trigger(new _.E(_.Ze));wQ(this);return this.a.play().then(()=>{CP(this.f)})}pause(){return this.a.pause().then(()=>{CP(this.f)})}getState(){return this.f.getState()}getPeriods(){return[]}onError(a){const b=new _.E(_.r,{detail:a});a.severity===_.F&&(zP(this.f,_.Ro),this.a.release());this.trigger(b);b.defaultPrevented&&(b.a=!0)}getDrmInfo(){return this.a.getDrmInfo()}isEnded(){return this.f.getState()===
56
- _.Qo}isPaused(){return this.a.getState()===BP}isMuted(){return mQ(this.a)}setMuted(a){qQ(this.a,a)}getNetworkEngine(){return this.C}setNetworkEngine(a){this.C=a}setCmsdManager(){}isLive(){return this.a.isLive()}getStats(){return null}setSourceIndex(a){this.a.setSourceIndex(a)}getSourceIndex(){return this.a.getSourceIndex()}getLoadedSource(){return this.a.getLoadedSource()}canPlay(a,b){return(new OQ).canPlay(a,b)}getTimelineCues(){return[]}getCueTimeline(){return null}getTextDisplayer(){return this.o}resetAbr(){}},
57
- NQ="clpp.tizen",MQ=0,OQ=class{a(){return NQ}canPlay(a){a=a.type;const b=!!window.webapis;if((a===_.Fc||a===_.xl||a===_.Kc)&&b){if(_.Gk(2))return 2;if(_.Gk(3)||_.Gk(4)||_.Gk(5)||_.Gk(6))return _.C("Use of clpp.tizen.TizenComponent is not recommended for Tizen version \x3e\x3d 3."),1}return 0}f(a){return a===_.ma}create(){return new PQ}};_.z("clpp.tizen.TizenComponent",class extends _.pv{f(){_.xh(new OQ)}a(){var a=NQ;a&&_.vh[a]&&(delete _.vh[a],_.wh.info("Removed Player factory: '"+a+"'"))}id(){return"tizen"}});var rQ="onbufferingstart",xQ="onbufferingprogress",yQ="onbufferingcomplete",zQ="onstreamcompleted",hQ="oncurrentplaytime",GQ="onevent",IQ="onsubtitlechange",JQ="ondrmevent",KQ="onerror",tQ="preparingstart",uQ="preparingend";};f.call(g, window);
1
+ import {clpp} from "./cl.core.js";import './cl.mse.js';let g={};const _ = clpp._;var f=function(window){'use strict';var cQ="An unknown error occurred while trying to get volume",dQ="Cannot get loading rendition due to platform limitations",eQ="SecurityError",fQ="The require privilege is: http://tizen.org/privilege/tv.audio",gQ="|STARTBITRATE\x3d",hQ=function(a,b,c){const d=e=>{c.call(a,e);a.removeEventListener(b,d)};a.addEventListener(b,d)},kQ=function(a){return _.x(function*(){if(a.a!==_.Jd&&a.a!==_.Hd)throw new _.I(_.F,6,6001,`The key system ${a.a} is not supported by `+"the player or the platform");
2
+ const b=a.f.get(a.a);if(!b.qd)throw new _.I(_.F,6,6012,`No license server given for ${a.a}`);try{a.a===_.Jd?yield iQ(a):yield jQ(a,b),a.o={keySystem:a.a,licenseServerUri:b.qd,distinctiveIdentifierRequired:!1,persistentStateRequired:b.Pe,audioRobustness:"",videoRobustness:"",serverCertificate:null,initData:[],keyIds:[],periodId:null}}catch(c){throw a.g.error(`Error while configuring CDM for ${a.a}`,c),new _.I(_.F,6,6005,{message:JSON.stringify(c)});}})},mQ=function(a,b){_.x(function*(){var c=a.f.get(a.a);
3
+ a.g.debug("DRM Challenge data: ",b.challenge);const d=atob(b.challenge);var e=new Uint8Array(d.length);for(let h=0;h<d.length;++h)e[h]=d.charCodeAt(h);c=_.Bj([b.serverurl&&""!==b.serverurl?b.serverurl:c.qd],_.xj());c.type=3;c.body=e.buffer;c.method=_.sb;try{var f=yield a.D.yb.fetch(c).V;if(a.j){var g=_.K(f.data);const h=g.byteLength;e="";for(f=0;f<h;f++)e+=String.fromCharCode(g[f]);const k=`${b.session_id}PARAM_START_POSITION`+`${btoa(e)}PARAM_START_POSITION`;a.g.debug("Widevine license params",k);
4
+ try{webapis.avplay.setDrm(lQ,"widevine_license_data",k)}catch(l){a.g.error("License response rejected by CDM");const m=new _.I(_.F,6,6008,{browserError:JSON.stringify(l)});a.D.onError(m)}}}catch(h){a.g.error("License request failed.",JSON.stringify(h)),g=new _.I(_.F,6,6007,{message:"Error while fetching license!",url:h.data.url,status:h.data.status||NaN,response:h.data.response||"",headers:h.data.headers||{}},h),a.D.onError(g)}})},iQ=function(a){return _.x(function*(){try{webapis.avplay.setDrm(lQ,
5
+ "Initialize",""),webapis.avplay.setDrm(lQ,"widevine_app_session",a.l.id),webapis.avplay.setDrm(lQ,"widevine_data_type",a.l.type)}catch(b){throw b;}})},jQ=function(a,b){return _.x(function*(){var c={};c[nQ]=!b.Pe;c[oQ]=b.qd;""!==b.customData&&(c[pQ]=b.customData);c=JSON.stringify(c);a.g.debug("PlayReady properties: ",c);try{webapis.avplay.setDrm(qQ,"SetProperties",c)}catch(d){throw d;}})},sQ=function(a,b){if(a.f!==b)if(a.f===_.ap&&b!==_.hp)a.g.debug(_.dC+`${rQ(b)}`);else{var c=(new Date).getTime();
6
+ a.j=a.f;a.f=b;a.f===_.dp?(a.o=(new Date).getTime(),a.m.trigger(new _.D(_.bd,{detail:{bufferedTimeMS:-1,reason:a.h}}))):a.j===_.dp&&a.m.trigger(new _.D(_.ad,{detail:{bufferedTimeMS:c-a.o,reason:a.h}}));b={currentState:a.f,previousState:a.j,timeSinceLastStateChangeMS:c-a.w};a.w=c;a.m.trigger(new _.D(_.$f,{detail:b}));a.g.debug("State changed:",rQ(a.j),"-\x3e",rQ(a.f))}},rQ=function(a){return Object.keys(_.gp)[a]},vQ=function(a){if(a.l){var b=a.a.getState(),c=a.f;switch(b){case tQ:c=_.kp;break;case uQ:c=
7
+ _.jp;break;default:a.m.isEnded()?c=_.$o:a.g.debug("Inconsistent AVPlay playback state:",b)}sQ(a,c)}},wQ=function(a){return _.x(function*(){const b=a.m.getConfiguration();let c;(c=yield _.bt(a.B.url,a.m.getNetworkEngine(),b.manifest.attemptParameters,a.B.type||null))&&c.configure(b.manifest);return c})},xQ=function(a){if(!a)return!1;a=a.periods;let b=!1;for(let c=0;c<a.length;c++)b=b||0<a[c].textStreams.length;return b},yQ=function(a){const b=document.createElement(_.w),c=new _.qJ,d=new _.xI,e=a.m.getTextDisplayer();
8
+ return new _.sJ(b,c,e,d,a.m.getConfiguration())},zQ=function(a){const b={configuration:{},Jb:()=>a.m.getPosition(),aa:a.h,yb:a.m.getNetworkEngine(),Ic:null,Ke:a.G.bind(a),Je:a.F.bind(a),onError:a.H.bind(a),hg:()=>{},onEvent:()=>{},lg:a.I.bind(a),ce:()=>{},dd:()=>new _.pK,pe:()=>!1,bd:null};return new _.MJ(a.a,b)},AQ=function(a){const b=a.m.getPosition();let c=null;for(const d of a.a.periods)d.startTime<=b&&(c=d);return c},BQ=function(a){a.g.debug("getTextStreams()",a.a);if(a.a){var b=[],c=a.a.periods;
9
+ a.g.debug("getting text streams");for(var d=0;d<c.length;d++)if(a.g.debug(c[d].startTime,a.m.getPosition()),c[d].startTime<=a.m.getPosition()){b=c[d].textStreams;break}a=b}else a=[];b=[];c=0;for(d=0;d<a.length;d++){const e=new _.Xj(String(c++),_.L);e.mimeType=a[d].mimeType;e.language=a[d].language;e.roles=a[d].roles;e.kind=a[d].kind||_.OC;const f=new _.fk(String(a[d].id),e);f.bandwidth=a[d].bandwidth||null;e.renditions.push(f);b.push(e)}return b},CQ=function(a){if(a.h&&!a.h.getTextDisplayer().isTextVisible())return null;
10
+ if(a.f){const b=_.mH(a.f,_.H);let c=null;if(b){a=BQ(a);for(let d=0;d<a.length;d++)if(a[d].renditions[0].id===String(b.id)){c=a[d].renditions[0];break}}return c}return null},DQ=function(a,b){a.g.debug("Set active track",b);if(b&&(a.o=b.language,a.A=b.roles[0]||"",a.C=b.kind===_.le,a.a&&a.f)){a.setTextVisibility(!0);const c=AQ(a),d=b.renditions[0];(b=c.textStreams.find(e=>String(e.id)===d.id))?(a.w?(a.g.debug("Switching period defer text selection"),a.l=b):(_.zH(a.f,b,!0,0),a.m.trigger(new _.D(_.jg))),
11
+ a.o=b.language):a.g.error("No stream with id",d.id)}},EQ=function(a){const b=a.oa();b&&a.m.trigger(new _.D(_.Zc,{detail:{width:b.width,height:b.height,bandwidth:b.bandwidth,rendition:b}}))},FQ=function(a,b){a.m.trigger(new _.D(_.Kg,{details:{width:b.width,height:b.height,bandwidth:b.bandwidth,track:b.track,abrSelection:a.a.o}}))},GQ=function(a,b){let c=null;try{c=JSON.parse(b)}catch(d){a.g.warn("Couldn't retrieve extra infos from stream."),c=null}return c},HQ=function(a,b){a=a.f[_.N]||[];const c=
12
+ [];for(let d=0;d<a.length;d++)for(let e=0;e<a[d].renditions.length;e++)_.uh(a[d].renditions[e],b,Object.keys(b))&&c.push(a[d].renditions[e]);return c[0]||null},IQ=function(a){const b=a.m.getConfiguration();var c=_.pi(b.preferredAudioLanguage||[]);const d=a.f[_.M]||[];if(d.length){var e=null;c.some(g=>{e=_.kD(g,d.map(h=>h.language));return!!e});if(e){var f=d.filter(g=>g.language===e);c=f[0];1<f.length&&b.preferredAudioRole&&(f=f.filter(g=>0<=g.roles.indexOf(b.preferredAudioRole)),0<f.length&&(c=f[0]));
13
+ a.g.debug("Setting audio track with preferred language:",e);a.ya(c)}else a.g.debug("Preferred language(s) not available")}else a.g.debug("Could not set preferred audio language")},OQ=function(a,b){var c=(l,m)=>{for(let n=0;n<l.length;n++)if(l[n].language===m)return l[n];return null};const d={};if(0>=b.length)return d;var e=b.filter(l=>l.type===JQ),f=b.filter(l=>l.type===KQ);const g=[];for(var h=0;h<f.length;h++){const l=GQ(a,f[h].extra_info);if(l){var k=_.Qi(l.language||_.tg);k=_.Tj(k);k=c(g,k);k||
14
+ (k=new _.Xj(String(a.h++),_.M),g.push(k));k.renditions.push(LQ(f[h].index,l,k))}else a.g.warn("Skipping audio stream with no extra info")}c=new _.Xj(String(a.h++),_.N);for(f=0;f<e.length;f++)(h=GQ(a,e[f].extra_info))?c.renditions.push(MQ(e[f].index,h,c)):a.g.warn("Skipping video stream with no extra info");e=[];e=a.j?BQ(a.j):NQ(a,b);d[_.N]=[c];d[_.M]=g;d[_.L]=e;return d},RQ=function(a,b){if(b===_.L&&a.j)return CQ(a.j);var c=PQ(a.a)||[];if(0===c.length)return null;c=c.filter(e=>e.type===b.toUpperCase())[0];
15
+ var d=null;b===_.N&&(d=GQ(a,c.extra_info),d=HQ(a,{width:d.Width,height:d.Height}));b===_.M&&(c?(d=QQ(a,c,_.M),a.l=d):d=a.l);b===_.L&&(c?(d=QQ(a,c,_.L),a.o=d):d=a.o);return d},UQ=function(a,b){if(b){const c=b.track.type.toUpperCase();SQ(a.a,c,Number(b.id)).then(()=>{c===KQ&&(a.l=b,a.m.trigger(new _.D(_.Xc)));c===TQ&&(a.o=b,a.m.trigger(new _.D(_.jg)))}).catch(()=>{a.g.error("Could not select "+c+" track.")})}else a.g.debug("Must provide valid rendition")},LQ=function(a,b,c){const d=_.Qi(b.language||
16
+ _.tg);c.language=_.Tj(d);c.originalLanguage=d;c.channelsCount=b.channels?Number(b.channels):null;c.mimeType=_.Uc;a=new _.fk(String(a),c);a.track=c;a.codec=b.fourCC||null;a.bandwidth=b.bit_rate||null;return a},MQ=function(a,b,c){c.mimeType=_.Ig;a=new _.fk(String(a),c);a.track=c;a.width=b.Width||null;a.height=b.Height||null;a.bandwidth=b.Bit_rate?Number(b.Bit_rate):null;a.codec=b.fourCC||null;return a},VQ=function(a,b,c){b=_.Qi(b.track_lang||_.tg);c.mimeType="text/ttml";c.language=_.Tj(b);c.originalLanguage=
17
+ b;c.kind=_.OC;return new _.fk(String(a),c)},NQ=function(a,b){b=b.filter(d=>d.type===TQ);const c=[];for(let d=0;d<b.length;d++){const e=GQ(a,b[d].extra_info);if(!e){a.g.warn("Skipping text stream with no extra info");continue}const f=new _.Xj(String(a.h++),_.L);f.renditions.push(VQ(b[d].index,e,f));c.push(f)}return c},QQ=function(a,b,c){a=a.f[c]||[];b=String(b.index);c=null;for(let d=0;d<a.length;d++)for(let e=0;e<a[d].renditions.length;e++)if(a[d].renditions[e].id===b){c=a[d].renditions[e];break}return c},
18
+ WQ=function(a){return a.f&&a.a?a.a.yi:webapis.avplay.getTotalTrackInfo()},YQ=function(a,b,c){a.g.debug("switchVideoTrack()");try{const d={estimatedBandwidth:parseInt(webapis.avplay.getStreamingProperty("CURRENT_BANDWITH"),10),currentBandwidth:b,nextBandwidth:c,currentPosition:a.getPosition()};a.a=XQ(a);a.f=!0;webapis.avplay.stop();webapis.avplay.close();return a.load(a.m.getConfiguration(),d).then(()=>{const e=a.a.Bf;a.f=!1;a.a=null;return e===uQ?a.pause():a.play()})}catch(d){return Promise.reject(d)}},
19
+ ZQ=function(a,b){var c=a.m.getTextDisplayer();c&&c.setTextVisibility(b);c=a.m.h;try{c||webapis.avplay.setSilentSubtitle(!b)}catch(d){a.g.debug("Could not set text track visibility",d)}},SQ=function(a,b,c){b=b.toUpperCase();b===TQ&&ZQ(a,!0);const d=a.j[b];d&&(d.je.stop(),a.j[b]=null,a.g.debug(`Cancelled pending track switch for ${b}`));return new Promise((e,f)=>{const g=(h,k,l)=>{l=void 0===l?!1:l;try{webapis.avplay.setSelectTrack(h,k),a.j[h]=null,e()}catch(m){a.g.debug(`Could not set ${h} track. Trying again...`+
20
+ `AVPlay state: ${a.getState()}, `+`buffering: ${a.w}`,m),!1===l&&(a.j[h]={type:h,index:k,xf:0,je:new _.Gk(()=>g(h,c,!0))}),(k=a.j[h])&&3>k.xf?(!a.w&&++k.xf,k.je.ia(a.w?.5:.25)):(a.g.debug("Could not set track after multiple attempts.Giving up..."),k&&k.je.stop(),a.j[h]=null,f())}};g(b,c)})},PQ=function(a){return a.f&&a.a?a.a.dh:webapis.avplay.getCurrentStreamInfo()},$Q=function(a){return _.x(function*(){tizen.systeminfo.getPropertyValue("DISPLAY",b=>{a.A=b.resolutionWidth/1920;a.g.debug("Display resolution ratio: ",
21
+ a.A)},b=>{a.g.debug("Could not load DISPLAY property");throw b;})})},bR=function(a){try{webapis.avplay.setListener({onbufferingstart:a.J.bind(a),onbufferingprogress:a.I.bind(a),onbufferingcomplete:a.H.bind(a),onstreamcompleted:a.M.bind(a),oncurrentplaytime:b=>{a.trigger(new _.D(aR,{currentTime:b}))},onevent:a.L.bind(a),onsubtitlechange:a.O.bind(a),ondrmevent:a.K.bind(a),onerror:a.B.bind(a)})}catch(b){a.g.error(b)}},cR=function(a){const b=!!a.m.getTrackManager().Va();try{webapis.avplay.setSilentSubtitle(!b)}catch(c){a.g.debug("Could not set AVPlay subtitle config",
22
+ c)}},dR=function(a,b){try{const c=b.estimatedBandwidth||0,d=b.currentBandwidth||0;a.g.debug({estimatedBandwidth:c,Ni:d});0!==c&&0!==d&&c>=1.15*d&&webapis.avplay.setStreamingProperty("ADAPTIVE_INFO",gQ+d)}catch(c){a.g.debug(c)}},eR=function(a,b){try{webapis.avplay.setStreamingProperty("ADAPTIVE_INFO","|BITRATES\x3d"+b+gQ+b)}catch(c){throw a.g.debug("Could not set fixed bandwidth",c),c;}},fR=function(a){let b=null;try{b=tizen.tvaudiocontrol.isMute()}catch(c){switch(c.name){case eQ:a.g.warn("The application doesn't have the privilege to get the mute state.",
23
+ fQ);break;default:a.g.warn(cQ,c)}}return!!b},XQ=function(a){return{position:a.getPosition(),state:a.m.getState(),Bf:a.getState(),playbackRate:a.getPlaybackRate(),isLive:a.isLive(),duration:a.getDuration(),isMuted:fR(a),volume:a.getVolume(),yi:WQ(a),dh:PQ(a)}},gR=function(){return new Promise((a,b)=>{if(window.webapis)a();else{const c=document.createElement("script");hQ(c,_.De,d=>a(d));hQ(c,_.q,d=>b(d));c.src="$WEBAPIS/webapis/webapis.js";document.querySelector("head").appendChild(c)}})},hR=function(a){return _.x(function*(){yield gR();
24
+ const b=new Promise(c=>{(new _.Gk(c)).ia(5)});if(!(yield Promise.race([$Q(a).then(()=>!0),b.then(()=>!1)])))return a.g.debug("Took to long for the SDK to be ready"),Promise.reject("SDK Timeout")})},iR=function(a){return _.x(function*(){a.g.debug("avplay.prepare()");return new Promise((b,c)=>{try{webapis.avplay.prepareAsync(()=>{a.g.debug("AVPlay is ready!");cR(a);b()},d=>{a.g.debug("prepareAsync failed",d);c(d)})}catch(d){a.g.debug("Failed to prepare media player for playback"),c(d)}})})},jR=function(a,
25
+ b){try{tizen.tvaudiocontrol.setMute(b)}catch(c){switch(c.name){case eQ:a.g.warn("The application does not have the privilege to set mute.",fQ);break;default:a.g.warn(cQ,c)}}},oR=function(a,b,c){return _.x(function*(){a.l=_.np(b);const d=a.G,e=c||{estimatedBandwidth:0,currentBandwidth:0,nextBandwidth:null,currentPosition:0};a.g.debug(`Loading manifest URL: ${a.l[d].url}`);let f=b.startTime||void 0;a.f&&(a.trigger(new _.D(kR)),f=c.currentPosition);try{let g=a.l[d].url;if(a.l[d].type===_.Kc&&!g.includes(".mpd")){const h=
26
+ new URL(g);h.searchParams.append("cl-ext",".mpd");g=h.toString()}webapis.avplay.open(g);e.nextBandwidth?(eR(a,e.nextBandwidth),a.o=!1):(a.o||dR(a,e),a.o=!0);bR(a);if(b.drm&&b.drm.env){const h={onError:k=>a.m.onError(k),yb:a.m.getNetworkEngine()};a.h=new lR(b.drm,h);yield a.h.init()}else a.g.debug("No DRM configuration was provided. Assuming clear content");a.f||a.trigger(new _.D(mR));yield iR(a);a.f||a.trigger(new _.D(nR));f&&typeof f===_.t&&0<f&&a.seek(f).catch(h=>{a.g.debug("Couldn't set start position",
27
+ h)});a.f||(b.volume&&a.setVolume(b.volume),b.muted&&jR(a,b.muted),b.autoplay&&a.m.play().catch(h=>{a.g.debug("Autoplay failed",h)}))}catch(g){throw a.g.debug("Error while attempting to load source."),g;}})},pR=function(a){if("NONE"!==a.a.getState()){var b=a.j.getBoundingClientRect();{a=a.a;const c=Math.floor(b.left*a.A),d=Math.floor(b.top*a.A),e=Math.floor(b.width*a.A);b=Math.floor(b.height*a.A);a.g.debug("Setting display area to","x:",c,"y:",d,"width:",e,"height:",b);webapis.avplay.setDisplayRect(c,
28
+ d,e,b);0===c&&0===d&&1920===e&&1080===b&&webapis.avplay.setDisplayMethod("PLAYER_DISPLAY_MODE_LETTER_BOX")}}else a.g.debug("Could not apply dimension. Player state "+a.a.getState())},lR=class{constructor(a,b){this.h=a;this.o=null;this.a=_.Re;this.l=null;this.j=!1;this.f=new Map;this.D=b;this.g=new _.S("clpp.tizen.DrmEngine")}init(){const a=this;return _.x(function*(){var b=_.em[a.h.env]||null;if(!b)throw a.g.debug(_.ua,_.xb+a.h.env+_.aa),new _.I(_.F,6,6015,`DRM environment '${a.h.env}' is missing.`);
29
+ a.l={id:String(Math.floor(1E4*Math.random())),type:"MPEG-DASH"};var c=Object.keys(a.h.customData||{}).length?btoa(JSON.stringify(a.h.customData)):"";b=_.gm(b,a.h.customData);const d=b[_.Hd];d&&a.f.set(_.Hd,{qd:d.licenseUrl||"",customData:c,Pe:!1});(b=b[_.Jd])&&a.f.set(_.Jd,{qd:b.licenseUrl||"",customData:c,Pe:!1});if(0===a.f.size)throw new _.I(_.F,6,6E3);if((c=a.h.preferredDrmSystem)&&a.f.get(c))a.a=c;else if(a.f.get(_.Hd))a.a=_.Hd;else if(a.f.get(_.Jd))a.a=_.Jd;else throw new _.I(_.F,6,6001,"Configuration for the target system is missing.");
30
+ yield kQ(a);a.j=!0})}release(){const a=this;return _.x(function*(){a.j=!1;a.o=null;a.a=_.Re;a.l=null;a.f=new Map})}getDrmInfo(){return this.o}},nQ="DeleteLicenseAfterUse",oQ="LicenseServer",pQ="CustomData";var vR=class{constructor(a){this.m=a;this.a=this.m.a;this.f=_.hp;this.j=_.rv;this.w=(new Date).getTime();this.l=!1;this.o=-1;this.h=2;this.g=new _.S("clpp.tizen.StateManager")}initialize(){this.a.on(kR,this.C,this);this.a.on(qR,this.B,this);this.a.on(rR,this.A,this);this.a.on(mR,this.H,this);this.a.on(nR,this.G,this);this.a.on(sR,this.F,this)}release(){sQ(this,_.hp);this.l=!1;this.o=-1;this.h=2}destroy(){this.release();this.a.off(kR,this.C);this.a.off(qR,this.B);this.a.off(rR,this.A);this.a.off(mR,
31
+ this.H);this.a.off(nR,this.G);this.a.off(sR,this.F);this.m=this.a=null}C(){this.g.debug("Buffering start. Player state: ",this.a.getState());this.h=this.a.C?1:2;sQ(this,_.dp)}B(a){this.g.debug("Buffering progress: "+a.percent+" %. Player state: ",rQ(this.f))}A(){this.g.debug("Buffering complete. Player state: ",this.a.getState());if(!this.l){this.l=!0;var a=this.m.getConfiguration().autoplay;const b=this.a.getState()===tR;if(!a&&b){sQ(this,_.jp);return}}if(a=this.f!==_.ip)a=this.a.getState(),a=a===
32
+ tQ||a===uQ;a&&vQ(this)}H(){this.g.debug("Preparing starts. AVPlay State: ",this.a.getState());this.a.getState()===uR?sQ(this,_.ip):this.g.error("AVPlay prepares while state is not IDLE")}G(){this.g.debug("Preparing ends: AVPlay state:",this.a.getState())}F(){sQ(this,_.$o)}getState(){return this.f}};var wR=class{constructor(){this.o=this.A=this.f=this.h=this.B=this.m=this.j=this.a=null;this.C=!1;this.w=!0;this.l=null;this.g=new _.S("clpp.tizen.TextStreamer")}initialize(a){this.m=a}load(a){const b=this;return _.x(function*(){if(b.m)if(b.B=a,b.j=yield wQ(b),b.j){var c={configurationId:"",networkingEngine:b.m.getNetworkEngine(),onContentSteeringInfoFound:()=>null,filterNewPeriod:()=>{},filterAllPeriods:()=>{},onEvent:()=>{},onError:()=>{}};try{b.a=yield b.j.start(a.url,c)}catch(d){b.g.warn(d);try{b.a=
33
+ yield b.j.start(a.url.replace("https://","http://"),c)}catch(e){b.g.error(e),b.a=null}}if(b.a&&xQ(b.a)){b.h=yQ(b);try{yield b.h.open();b.f=zQ(b);const d=b.m.getConfiguration();b.f.h=d.streaming;b.o=d.preferredTextLanguage;b.A=d.preferredTextRole;b.C=d.preferForcedSubtitles}catch(d){b.g.debug("Could not setup media source..."),b.h=null,b.f=null,b.j=null,b.a=null}}}else b.g.debug("Could not find manifest parser for source. Make sure parsers are registered.");else b.g.debug("Text streamer is not initialized. Will not load()")})}G(a){this.g.debug(_.FC,
34
+ a);this.w=!0;let b=_.lG(a.textStreams,this.o||"",this.A||"",this.C)[0]||null;this.l&&(a.textStreams.includes(this.l)&&(b=this.l),this.l=null);return{video:null,audio:null,text:b,bb:null}}F(){this.g.debug("canSwitch_");this.w=!1;this.l&&(_.zH(this.f,this.l,!0,0),this.l=null)}H(){this.g.debug("onError_")}I(){this.j&&this.j.update&&this.j.update()}start(){const a=this;return _.x(function*(){if(a.f)try{a.f.start()}catch(b){a.g.error("Error while starting streaming engine",b)}})}setTextVisibility(a){this.g.debug("Set text visibility",
35
+ a);this.h&&this.h.getTextDisplayer().setTextVisibility(a)}release(){const a=this;return _.x(function*(){a.m=null;a.a=null;a.B=null;a.A=null;a.o=null;a.w=!0;a.l=null})}destroy(){const a=this;return _.x(function*(){a.j&&(yield a.j.stop(),a.j=null);a.f&&(yield a.f.destroy(),a.f=null,a.w=!0);a.h&&(yield a.h.destroy(),a.h=null)})}};var AR=class extends _.T{constructor(){super();this.j=this.a=this.m=null;this.f={};this.g=new _.S("clpp.tizen.TrackManager");this.w=this.o=this.l=null;this.B=!1;this.h=1}C(a){var b=a.eventid;a=a.data;switch(b){case xR:0<Object.keys(this.f).length||(this.g.debug("Loading track manager!"),this.load());b=webapis.avplay.getCurrentStreamInfo();0<b.length&&(b=+GQ(this,b[0].extra_info).Bit_rate,b=HQ(this,{bandwidth:b}))&&(this.w=b,FQ(this,b));break;case yR:EQ(this);break;default:this.g.debug("Event type: "+
36
+ b+" data: "+a)}}A(a){a.detail.currentState===_.kp&&this.m.off(_.$f,this.A)}initialize(a){this.m=a;this.a=this.m.a;this.m.on(_.$f,b=>{this.B||(b=b.detail,b.currentState===_.kp&&(this.g.debug("Current state",b.currentState),this.B=!0,IQ(this)))});this.a.on(zR,this.C,this)}release(){this.f={};this.j=this.w=this.o=this.l=null;this.B=!1;this.h=1}load(){if(this.a&&!(0<Object.keys(this.f).length)){this.j=this.m.h;this.m.off(_.$f,this.A);this.m.on(_.$f,this.A,this);try{const a=WQ(this.a);this.f=OQ(this,a);
37
+ const b=this.f[_.M]||[];b.length&&(this.l=b[0].renditions[0]||null);EQ(this)}catch(a){this.g.debug("Could not load track manager")}}}destroy(){this.a.off(zR,this.C);this.a=this.m=null}getVideoTracks(){return this.f[_.N]||[]}getAudioTracks(){return this.f[_.M]||[]}na(){return this.f[_.L]||[]}oa(){return RQ(this,_.N)}Ra(){return RQ(this,_.M)}Va(){return RQ(this,_.L)}vb(){return this.w}Gb(){this.g.info(dQ);return null}Hb(){this.g.info(dQ);return null}Ia(){const a=this.oa();return a?a.track:null}ra(){const a=
38
+ this.Ra();return a?a.track:null}xa(){const a=this.Va();return a?a.track:null}Db(a){null===a?(a=this.oa(),YQ(this.a,a.bandwidth,null).then(()=>{EQ(this)})):0<a.renditions.length&&this.nb(a.renditions[0])}ya(a){a?UQ(this,a.renditions[0]):this.g.warn("Cannot disable audio tracks on this platform.","Consider muting audio instead...")}Xa(a){a?(a=a.renditions[0],this.j?DQ(this.j,a.track):UQ(this,a)):(this.g.debug("Disabling text tracks"),this.o=null,ZQ(this.a,!1),this.m.trigger(new _.D(_.jg)))}nb(a){const b=
39
+ this.oa();this.a.o||a.width!==b.width||a.height!==b.height||a.bandwidth!==b.bandwidth?(this.w=a,FQ(this,a),YQ(this.a,b.bandwidth,a.bandwidth).then(()=>{EQ(this)}).catch(c=>{const d=new _.I(_.F,7,7200,{tizenerror:c});this.g.debug("Error while switching video track",c);this.m.onError(d)})):this.g.debug("Trying to switch to already active rendition. Doing nothing...")}Bb(a){UQ(this,a)}Cb(a){this.j?DQ(this.j,a.track):UQ(this,a)}addTextTrack(){}ua(){return this.a.o}};AR.prototype.isAbrEnabled=AR.prototype.ua;
40
+ AR.prototype.addTextTrack=AR.prototype.addTextTrack;AR.prototype.setTextRendition=AR.prototype.Cb;AR.prototype.setAudioRendition=AR.prototype.Bb;AR.prototype.setVideoRendition=AR.prototype.nb;AR.prototype.setTextTrack=AR.prototype.Xa;AR.prototype.setAudioTrack=AR.prototype.ya;AR.prototype.setVideoTrack=AR.prototype.Db;AR.prototype.getTextTrack=AR.prototype.xa;AR.prototype.getAudioTrack=AR.prototype.ra;AR.prototype.getVideoTrack=AR.prototype.Ia;AR.prototype.getLoadingTextRendition=AR.prototype.Hb;
41
+ AR.prototype.getLoadingAudioRendition=AR.prototype.Gb;AR.prototype.getLoadingVideoRendition=AR.prototype.vb;AR.prototype.getTextRendition=AR.prototype.Va;AR.prototype.getAudioRendition=AR.prototype.Ra;AR.prototype.getVideoRendition=AR.prototype.oa;AR.prototype.getTextTracks=AR.prototype.na;AR.prototype.getAudioTracks=AR.prototype.getAudioTracks;AR.prototype.getVideoTracks=AR.prototype.getVideoTracks;var ER=class extends _.Cu{constructor(a){super();this.m=a;this.h=null;this.g=new _.S("clpp.tizen.Middleware");this.F=1;this.C=!1;this.l=null;this.G=0;this.o=!0;this.f=!1;this.a=null;this.A=1;this.w=!1;this.j={}}J(){this.w=!0;this.f||this.trigger(new _.D(kR))}I(a){this.w=!0;this.trigger(new _.D(qR,{percent:a}))}H(){this.w=!1;this.trigger(new _.D(rR))}M(){this.trigger(new _.D(sR))}L(a,b){this.trigger(new _.D(zR,{eventid:a,data:b}))}O(a,b,c,d,e){this.trigger(new _.D(BR,{duration:a,text:b,subtitleType:c,
42
+ attriCount:d,attributes:e}))}K(a,b){this.trigger(new _.D(CR,{drmType:a,drmData:b}));this.h&&(a=this.h,a.j&&(a.a===_.Jd&&"Challenge"===b.name?mQ(a,b):"DrmError"===b.name&&(a.g.debug("DrmError event",b),b=new _.I(_.F,6,6005,{message:JSON.stringify(b)}),a.D.onError(b))))}B(a){this.trigger(new _.D(DR,{eventType:a}))}play(){const a=this.getState(),b=()=>new Promise((c,d)=>{let e=null;const f=()=>{c();clearTimeout(e)};this.one(aR,f,this);e=setTimeout(()=>{this.off(aR,f);d("Timeout")},3E4)});if(a===uR)return(new Promise((c,
43
+ d)=>{webapis.avplay.prepareAsync(()=>{cR(this);c(webapis.avplay.play())},e=>{this.trigger(new _.D(DR));d(e)})})).then(()=>b());if(a===uQ||a===tR)try{return webapis.avplay.play(),b()}catch(c){return Promise.reject(c)}return a===tQ?Promise.resolve():Promise.reject("Player is in invalid state")}pause(){try{webapis.avplay.pause()}catch(a){Promise.reject(a)}return this.getState()===uQ?Promise.resolve():Promise.reject()}setPlaybackRate(a){const b=this.getState();if(b===tR||b===tQ||b===uQ){try{webapis.avplay.setSpeed(a),
44
+ this.F=a}catch(c){return this.g.debug("Error while trying to set playback rate",c),this.setPlaybackRate(this.F)}return!0}this.g.debug("Cannot set playback rate; AVPlay is in inconsistent state: "+b);return!1}getPlaybackRate(){return this.F}load(a,b){const c=this;return _.x(function*(){c.g.debug("configure()",b||"");try{yield hR(c),yield oR(c,a,b)}catch(d){throw new _.I(_.F,7,7003,null,d);}})}getState(){if(this.f&&this.a)return this.a.Bf;try{return webapis.avplay.getState()}catch(a){this.B(JSON.stringify(a))}}seek(a){const b=
45
+ 1E3*a;return new Promise((c,d)=>{this.C=!0;this.m.trigger(new _.D(_.Cg));webapis.avplay.seekTo(b,()=>{this.C=!1;this.m.trigger(new _.D(_.Bg));c()},()=>{this.C=!1;d()})})}getPosition(){if(this.f&&this.a)return this.a.position;try{return webapis.avplay.getCurrentTime()/1E3}catch(a){this.B(JSON.stringify(a))}}getDuration(){if(this.f&&this.a)return this.a.duration;try{return webapis.avplay.getDuration()/1E3}catch(a){this.B(JSON.stringify(a))}}release(){return new Promise((a,b)=>{try{this.h&&(this.h.release(),
46
+ this.h=null);webapis.avplay.stop();webapis.avplay.close();for(const c in this.j){const d=this.j[c];d&&d.je.stop()}this.j={};this.F=1;this.C=!1;this.a=this.l=null;return a()}catch(c){return b(c)}})}getVolume(){let a=null;try{a=tizen.tvaudiocontrol.getVolume()}catch(b){switch(b.name){case eQ:this.g.debug("The application does not have the privilege to get the volume.",fQ);break;default:this.g.debug(cQ,b)}}return a}setVolume(a){try{tizen.tvaudiocontrol.setVolume(Math.max(0,Math.min(100*a,100)))}catch(b){switch(b.name){case "InvalidValueError":this.g.warn("Invalid value passed for setVolume.",
47
+ "The passed value value should be in the range of 0 to 1.");break;case eQ:this.g.warn("The application does not have the privilege to set the volume.",fQ);break;default:this.g.warn("An unknown error occurred while trying to set volume",b)}}}isLive(){if(this.f&&this.a)return this.a.isLive;try{return"1"===webapis.avplay.getStreamingProperty("IS_LIVE")}catch(a){this.B(JSON.stringify(a))}}stop(){try{webapis.avplay.stop()}catch(a){this.g.debug(a)}}getDrmInfo(){this.h&&this.h.getDrmInfo();return null}setSourceIndex(a){this.G=
48
+ a}getSourceIndex(){return this.G}getLoadedSource(){return this.l&&this.l[this.getSourceIndex()]}},uR="IDLE",tR="READY",tQ="PLAYING",uQ="PAUSED",JQ=_.Tb,KQ=_.EB,TQ="TEXT",yR="PLAYER_MSG_RESOLUTION_CHANGED",xR="PLAYER_MSG_BITRATE_CHANGE",qQ="PLAYREADY",lQ="WIDEVINE_CDM";var IR=class extends _.Cu{constructor(){super();this.a=new ER(this);this.f=new vR(this);this.configuration=this.B=_.Gl();this.w=null;this.g=new _.S("clpp.tizen.Player");this.j=null;this.l=new AR;this.C=new _.Er;this.o=this.h=null;this.A=!1}I(){this.g.debug("On Stream completed. Current time: ",this.getPosition());this.trigger(new _.D(_.je));this.configuration.loop?this.seek(this.configuration.startTime||0).catch(()=>{this.g.debug("Could not loop playback")}):this.a.stop()}F(a){this.trigger(new _.D(_.og,
49
+ {currentTime:a.currentTime/1E3}))}J(a){const b=this.a.getPosition(),c=b+a.duration/1E3;let d=a.text||"";this.g.debug("Got subtitles: ",d,"start:",b,"end:",c,a);(d=_.vj(d))&&this.o.append([new _.$t(b,c,d)],[])}G(a){this.g.debug("DRM event: "+a.drmType+", data: "+a.drmData)}K(){this.A||(this.g.debug("Initial buffering completed..."),this.A=!0)}H(a){this.g.debug(`Error: TYPE: ${a.eventType}`);sQ(this.f,_.ap);a=new _.I(_.F,7,7200,{tizenerror:a.eventType});this.a.release();this.trigger(new _.D(_.q,{detail:a}))}init(a,
50
+ b){this.configuration=this.B=b;this.w=a;this.a.on(sR,this.I,this);this.a.on(aR,this.F,this);this.a.on(BR,this.J,this);this.a.on(CR,this.G,this);this.a.on(DR,this.H,this);this.a.on(rR,this.K,this);this.f.initialize();this.l.initialize(this);this.g.debug("Initializing player surface");this.w.hideMediaElement();a=FR;FR+=1;a="__clpp_tizen_player_"+a;this.j=_.Dp(_.Se,{id:a,type:"application/avplayer"});this.w.addElementToContainer(this.j,!0);var c=this.w.getMedia();if(c){a=this.j;{b=[_.Vg,_.oe,"position",
51
+ _.ue,"top"];const e={};c=null!==c.parentElement?window.getComputedStyle(c,null):c.style;if(!b||0===b.length)for(d in b||(b=[]),c)b.push(d);for(const f of b)e[f]=c[f];var d=e}_.Fp(a,d);pR(this)}}getSurface(){return this.w}getConfiguration(){return this.configuration}getTimeline(){return null}setupPlaylist(){return Promise.reject(_.ob)}appendLoad(){return Promise.reject(_.ob)}seekWith(){return Promise.reject(_.ob)}setSeekInterceptor(){}setPlaybackSessionId(){}getBandwidthEstimate(){return null}destroy(){const a=
52
+ this;return _.x(function*(){yield a.release();a.a.off(sR,a.I);a.a.off(aR,a.F);a.a.off(BR,a.J);a.a.off(CR,a.G);a.a.off(DR,a.H);a.a.off(rR,a.K);a.h&&(yield a.h.destroy(),a.h=null);a.j&&(a.j.parentElement.removeChild(a.j),a.j=null);a.l.destroy();a.f.destroy();a.l=null;a.f=null})}namespace(){return GR}getPlaybackRate(){return this.a.getPlaybackRate()}setDrmCustomDataModifier(){}setCdnErrorCallback(){}detach(){}setPlaybackRate(a){this.a.setPlaybackRate(a)}getPosition(){return this.getMediaPosition()}getMediaPosition(){return 0<
53
+ (this.configuration.startTime||0)&&!this.A?0:this.f.getState()===_.$o?this.getDuration():this.a.getPosition()||0}seek(a){return typeof a===_.t&&0<=a?(this.isLive()||(a=Math.min(a,this.getDuration())),this.a.seek(a)):Promise.reject()}getPresentationStartTime(){return null}getSeekRange(){return{start:0,end:0}}getVolume(){const a=this.a.getVolume();return typeof a===_.t?a/100:null}setVolume(a){this.a.setVolume(a)}getDuration(){return this.getMediaDuration()}getMediaDuration(){return this.a.getDuration()}getBufferInfo(){this.g.warn(_.pa);
54
+ return new _.Bu}getTrackManager(){return this.l}unload(){return this.a.release().then(()=>{this.l.release()})}release(){const a=this;return _.x(function*(){a.h&&(yield a.h.release());a.o&&(yield a.o.destroy(),a.o=null);yield a.a.release();a.l.release();a.f.release();a.A=!1})}load(a){const b=this;return _.x(function*(){b.configuration=_.Il(b.B,a);var c=_.So(b.configuration,[_.qe,"native"]);b.o=c.create(b);c=_.np(b.configuration)[0];if(b.configuration.tizen&&b.configuration.tizen.sideStreamText){b.h=
55
+ new wR;b.h.initialize(b);try{yield b.h.load(c),b.h.start()}catch(d){b.g.error(d)}}try{yield b.a.load(b.configuration)}catch(d){throw b.onError(d),d;}b.l.load()})}play(){this.trigger(new _.D(_.gf));pR(this);return this.a.play().then(()=>{vQ(this.f)})}pause(){return this.a.pause().then(()=>{vQ(this.f)})}getState(){return this.f.getState()}getPeriods(){return[]}onError(a){const b=new _.D(_.q,{detail:a});a.severity===_.F&&(sQ(this.f,_.ap),this.a.release());this.trigger(b);b.defaultPrevented&&(b.a=!0)}getDrmInfo(){return this.a.getDrmInfo()}isEnded(){return this.f.getState()===
56
+ _.$o}isPaused(){return this.a.getState()===uQ}isMuted(){return fR(this.a)}setMuted(a){jR(this.a,a)}getNetworkEngine(){return this.C}setNetworkEngine(a){this.C=a}setCmsdManager(){}isLive(){return this.a.isLive()}getStats(){return null}setSourceIndex(a){this.a.setSourceIndex(a)}getSourceIndex(){return this.a.getSourceIndex()}getLoadedSource(){return this.a.getLoadedSource()}canPlay(a,b){return(new HR).canPlay(a,b)}getTimelineCues(){return[]}getCueTimeline(){return null}getTextDisplayer(){return this.o}resetAbr(){}},
57
+ GR="clpp.tizen",FR=0,HR=class{a(){return GR}canPlay(a){a=a.type;const b=!!window.webapis;if((a===_.Kc||a===_.zl||a===_.Pc)&&b){if(_.Kk(2))return 2;if(_.Kk(3)||_.Kk(4)||_.Kk(5)||_.Kk(6))return _.C("Use of clpp.tizen.TizenComponent is not recommended for Tizen version \x3e\x3d 3."),1}return 0}f(a){return a===_.ma}create(){return new IR}};_.z("clpp.tizen.TizenComponent",class extends _.Kv{f(){_.Kh(new HR)}a(){var a=GR;a&&_.Ih[a]&&(delete _.Ih[a],_.Jh.info("Removed Player factory: '"+a+"'"))}id(){return"tizen"}});var kR="onbufferingstart",qR="onbufferingprogress",rR="onbufferingcomplete",sR="onstreamcompleted",aR="oncurrentplaytime",zR="onevent",BR="onsubtitlechange",CR="ondrmevent",DR="onerror",mR="preparingstart",nR="preparingend";};f.call(g, window);
package/cl.ttml.js CHANGED
@@ -1,22 +1,22 @@
1
- import {clpp} from "./cl.core.js";let g={};const _ = clpp._;var f=function(window){'use strict';var qx='application/mp4; codecs\x3d"stpp.ttml"',rx='application/mp4; codecs\x3d"stpp.ttml.im1i"',sx='application/mp4; codecs\x3d"stpp.ttml.im1t"',tx="backgroundColor",ux="direction",vx="displayAlign",wx="region",xx="textAlign",yx="textDecoration",zx="writingMode",Ax=function(a,b,c){a=a.f;for(let d=a.length-1;0<=d;d--){const e=b.get(a[d]);if(e.hasAttribute(c))return e.getAttribute(c)}return null},Ix=function(a,b){var c=null;if(Bx.test(a)){{a=Bx.exec(a);c=Number(a[1]);const d=Number(a[2]);
2
- let e=Number(a[3]),f=Number(a[4]);f+=(Number(a[5])||0)/b.f;e+=f/b.frameRate;c=e+60*d+3600*c}}else Cx.test(a)?c=Dx(Cx,a):Ex.test(a)?c=Dx(Ex,a):Fx.test(a)?(a=Fx.exec(a),c=Number(a[1])/b.frameRate):Gx.test(a)?(a=Gx.exec(a),c=Number(a[1])/b.a):Hx.test(a)&&(c=Dx(Hx,a));return c},Dx=function(a,b){a=a.exec(b);return null==a||""===a[0]?null:(Number(a[4])||0)/1E3+(Number(a[3])||0)+60*(Number(a[2])||0)+3600*(Number(a[1])||0)},Jx=function(a){return a.split(":").pop()},Kx=function(a){return a.replace(/(\d*\.?\d+)c/g,
3
- "$1em")},Mx=function(a,b){for(;Lx.test(a);){const c=Lx.exec(a)[0];a=a.replace(c,`${parseInt(c,10)/b}em`)}return a},Nx=function(a){return a?a.replace(/(\d*\.?\d+)%/g,(b,c)=>`${c/100}em`):""},Ox=function(a,b,c){a=Ax(a,b,xx);if(!a&&c&&(a=Ax(c,b,xx),!a&&"rltb"===Ax(c,b,zx)))return _.Ef;switch(a){case _.ed:return _.At;case _.Ef:case _.ae:return _.Ef;default:return _.me}},Px=function(a,b,c){if(_.$i(a.w))return document.createTextNode(_.dj(a.w||""));if(a.A)return _.vp("br");const d=_.vp("span");for(const e of a.f)_.wp(d,
4
- e);for(const e of a.j)d.appendChild(Px(c.get(e),b,c));return d},Sx=function(a,b,c,d){const e=Qx.exec(a);a=Rx.exec(a);return typeof b===_.t&&0<b&&a?100*Number(a[c])/b:e?Number(e[c]):a?Number(a[c]):d},Tx=function(a,b){return typeof b===_.t&&0<b?_.It:Rx.test(a)?0:_.It},Ux=function(a,b,c){return typeof a===_.t?a:typeof b===_.t?b:c},Vx=function(a,b){a=a.getAttribute("extent");return(a=Rx.exec(a))?Number(a[b]):null},Xx=function(a){a=a.getAttribute("cellResolution");return(a=Wx.exec(a))?Number(a[2]):null},
5
- Zx=function(){return`${"inline-"}${Yx++}`},ay=function(a){return $x.some(b=>b in a.attributes)},by=function(a,b){if(0===b.length)return[];const c=[];for(const d of b)a.a.has(d)&&c.push(...by(a,a.a.get(d).f),d);return c},cy=function(a){return a.o.map(b=>b.build(a.l,a.w,a.A,a.h,a.a,a.j,a.f)).filter(b=>null!=b)},dy=function(a){return Jx(a.h.nodeName)},gy=function(a,b){if(a.a.has(b))return a.a.get(b);var c=null,d=null;let e=[],f=[],g={};const h=b.parentNode;if(h&&a.a.has(h)){const k=a.a.get(h);e=[...k.l];
6
- -1===[_.da,"span","br"].indexOf(b.nodeName)&&(c=k.a,d=k.j,f=[...k.f],g={},ey.forEach(l=>{l in k.attributes&&(g[l]=k.attributes[l])}))}if(b.nodeType===b.ELEMENT_NODE){b.hasAttribute(wx)&&(c=b.getAttribute(wx));b.hasAttribute(_.Xf)&&f.push(...b.getAttribute(_.Xf).split(" "));d=Array.from(b.attributes).map(k=>k.name);for(const k of d)d=Jx(k),g[d]=b.getAttribute(k);d=g.backgroundImage}c=new fy(b,c,d,e,f,g);a.a.set(b,c);return c},hy=function(a){return`${String(Math.floor(a/3600)).padStart(2,"0")}:${String(Math.floor(a/
7
- 60%60)).padStart(2,"0")}:${String(Math.floor(a%60)).padStart(2,"0")}.${String(Math.floor(1E3*a%1E3)).padStart(3,"0")}`},iy=class{constructor(a,b,c){this.h=a;this.f=b;this.a=c}getId(){return this.h}hasAttribute(a){return a in this.a}getAttribute(a){return this.a[a]}};var jy=class extends iy{constructor(a,b,c){super(a,[],c);this.j=b||""}};var ky=class extends iy{constructor(a,b,c){super(a,b,c)}};var Bx=/^(\d{2,}):(\d{2}):(\d{2}):(\d{2})\.?(\d+)?$/,Cx=/^(?:(\d{2,}):)?(\d{2}):(\d{2})$/,Ex=/^(?:(\d{2,}):)?(\d{2}):(\d{2}\.\d+)$/,Fx=/^(\d*(?:\.\d*)?)f$/,Gx=/^(\d*(?:\.\d*)?)t$/,Hx=/^(?:(\d*(?:\.\d*)?)h)?(?:(\d*(?:\.\d*)?)m)?(?:(\d*(?:\.\d*)?)s)?(?:(\d*(?:\.\d*)?)ms)?$/,Qx=/^(\d{1,2}(?:\.\d+)?|100(?:\.0+)?)% (\d{1,2}(?:\.\d+)?|100(?:\.0+)?)%$/,Rx=/^(\d+)px (\d+)px$/,Wx=/^(\d+) (\d+)$/,Lx=/(\d+)px/,ly=/^(\d+px|\d+em|\d*\.?\d+c)$/,$x=[tx,"color",ux,vx,"fontFamily","fontSize","fontStyle","fontWeight",
8
- "lineHeight","opacity","padding",xx,yx,"textOutline",zx,"zIndex"],ey=["begin",_.ae];var my=class extends ky{constructor(a,b,c,d,e,f,g){super(a,f,g);this.w=b;this.A=c;this.o=d;this.l=e;this.j=[]}build(a,b,c,d,e,f,g){let h=Ix(this.a.begin,b);b=Ix(this.a.end,b);if(null===h||null===b)return null;h+=c;b+=c;c=_.vp(_.Ld);for(const k of this.j)c.appendChild(Px(g.get(k),e,g));g=new _.Ft(h,b,c.innerHTML.trim(),_.dg);g.cssClassList=[...this.f];g.textAlign=Ox(this,e,null);g.writingMode=_.Bt;g.line=-1;g.lineInterpretation=_.Ct;g.lineAlign=_.Dt;g.containerRows=Ux(null,Xx(a),15);if(this.o&&(f=
9
- f.get(this.o))){g.region=f.build(a,e);g.textAlign=Ox(this,e,f);a:switch(Ax(f,e,zx)){case "tb":case "tblr":a=_.pg;break a;case "tbrl":a=_.qg;break a;default:a=_.Bt}g.writingMode=a;a:switch(Ax(f,e,vx)){case _.ed:a=50;break a;case "after":a=-1;break a;default:a=0}g.line=a;a:switch(Ax(f,e,vx)){case _.ed:a=1;break a;default:a=_.Ct}g.lineInterpretation=a;a:switch(Ax(f,e,vx)){case _.ed:e=_.ed;break a;default:e=_.Dt}g.lineAlign=e}this.l&&(d=d.get(this.l))&&(a=d,d=a.getAttribute("encoding"),e=a.getAttribute("imageType")||
10
- a.getAttribute("imagetype"),a=a.j.trim(),d="PNG"===e&&"Base64"===d&&0<a.length?`data:image/png;base64,${a}`:null,g.backgroundImage=d||"");return g}};var ny=class{constructor(a,b,c,d){this.frameRate=Number(a)||30;this.f=Number(b)||1;this.a=Number(d);0===this.a&&(this.a=a?this.frameRate*this.f:1);c&&(a=/^(\d+) (\d+)$/g.exec(c))&&(this.frameRate*=Number(a[1])/Number(a[2]))}};var oy=class extends ky{constructor(a,b,c){super(a,b,c)}build(a,b){const c=new _.Kt;c.id=this.getId();const d=Ux(a.j.containerWidth,Vx(a,1),720);a=Ux(a.j.containerHeight,Vx(a,2),480);a:switch(Ax(this,b,vx)){case "after":var e="flex-start";break a;case _.ed:e=_.ed;break a;default:e="flex-end"}c.displayAlign=e;a:switch(Ax(this,b,zx)){case "tb":case "tblr":e="row-reverse";break a;case "tbrl":e="row";break a;default:e=_.ud}c.writingMode=e;e=this.getAttribute("extent")||Ax(this,b,"extent");c.width=Sx(e,
11
- d,1,100);c.widthUnits=Tx(e,d);c.height=Sx(e,a,2,100);c.heightUnits=Tx(e,a);b=this.getAttribute("origin")||Ax(this,b,"origin");c.viewportAnchorX=Sx(b,d,1,0);c.viewportAnchorY=Sx(b,a,2,0);c.viewportAnchorUnits=Tx(b,d);c.cssClassList=[...this.f];return c}};var py=class extends iy{constructor(a,b){super("root-container",[],b);this.j=a}};var ry=class extends iy{constructor(a,b,c){super(a,b,c)}build(a){var b=null;var c=Xx(a);c&&(b=Ux(a.j.containerHeight,Vx(a,2),480)/c);b=Ux(a.j.fontSizeRadix,b,16);a=[];c=`::ttml .${this.h}, ::ttml .${this.h} * {`;for(const [g,h]of qy.entries())g in this.a&&(c+=`${h}:${Kx(this.a[g])};`);a:{if("unicodeBidi"in this.a){var d=this.a.unicodeBidi;var e="";switch(d){case "normal":case "embed":e=d;break;case "bidiOverride":e="bidi-override"}if(0<e.length){d=`unicode-bidi:${e};`;break a}}d=""}c+=d;a:{if("textOutline"in
12
- this.a){d=this.a.textOutline.split(" ");e="black";let g=".4em";const h=d[0]&&d[0].trim(),k=d[1]&&d[1].trim(),l=d[2]&&d[2].trim();3===d.length&&!ly.test(h)&&ly.test(k)&&ly.test(l)?(e=h,g=k):2===d.length&&!ly.test(h)&&ly.test(k)?(e=h,g=k):2===d.length&&ly.test(h)&&ly.test(k)&&(g=h);if(""!==g){g=Kx(g);d="text-shadow:"+`0 0 ${g} ${e},`+`0 0 ${g} ${e},`+`0 0 ${g} ${e};`;break a}}d=""}c+=d;"textShadow"in this.a?(d=Nx(this.a.textShadow),d=Kx(d),d=`text-shadow:${d};`):d="";c=c+d+("fontFamily"in this.a?`font-family:${this.a.fontFamily.replace("monospaceSansSerif",
13
- "monospace").replace("monospaceSerif","monospace").replace("proportionalSansSerif","sans-serif").replace("proportionalSerif","sans-serif").replace("sansSerif","sans-serif").replace("default","sans-serif")};`:"");a:{if(yx in this.a){d=this.a.textDecoration.split(" ");e=[];for(f of d)switch(f){case "underline":case "overline":e.push(f);break;case "lineThrough":e.push("line-through")}if(0<e.length){var f=`text-decoration:${e.join(" ")};`;break a}}f=""}"padding"in this.a?(d="border: solid transparent;border-width:"+
14
- Kx(this.a.padding),d+=";"):d="";f=c=c+f+d;"lineHeight"in this.a?(c="",d=this.a.lineHeight,d=Kx(d),d=Mx(d,b),c+="line-height:",c+=d,c+=";"):c="";a.push(f+c+"}");a:{if("fontSize"in this.a&&(f=this.a.fontSize.split(" "),c=null,1===f.length&&(c=f[0]),2===f.length&&(c=f[1]),c)){c=c.trim();c=Kx(c);c=Mx(c,b);b=`font-size:${c};`;break a}b=null}b&&(f=`::ttml .${this.h} .clpp-text-wrapper {`,f+=b,f+="}",a.push(f),f=`::ttml .clpp-text-wrapper__${this.h} {`,f+=b,f+="}",a.push(f));return a}},qy=new Map([[tx,"background-color"],
15
- ["color","color"],[ux,ux],["fontStyle","font-style"],["fontWeight","font-weight"],["opacity","opacity"],["zIndex","z-index"]]);var sy=class{constructor(a){this.B=a;this.w=this.l=null;this.A=0;this.h=new Map;this.a=new Map;this.j=new Map;this.f=new Map;this.o=[]}},Yx=0;var vy=class{constructor(a){this.a=a.firstChild;this.f=new Set}dd(){return!!this.a}next(){if(!this.a)return null;let a=this.a;do this.f.add(a),a.nodeType!==Node.TEXT_NODE&&!ty.has(Jx(a.nodeName))||uy.has(Jx(a.nodeName))||!a.firstChild||this.f.has(a.firstChild)?a.nextSibling?a=a.nextSibling:a=a.parentNode:a=a.firstChild;while(a&&(this.f.has(a)||a.nodeType!==Node.TEXT_NODE&&!ty.has(Jx(a.nodeName))));const b=this.a;this.a=a;return b}},ty=new Set(["tt","head","layout",_.De,_.je,wx,"styling",_.Xf,"body",
16
- _.Ld,"p","span","br"]),uy=new Set([_.Xf,_.je]);var fy=class{constructor(a,b,c,d,e,f){this.h=a;this.a=b;this.j=c;this.l=d;this.f=e;this.attributes=f}getId(){return this.attributes.id}};var wy=class{constructor(){this.a=new Map}};var xy=class{constructor(a){this.a=a;this.f=new DOMParser}parseInit(){}parseMedia(a,b,c){c&&c.length||(c=[a.byteLength]);var d=_.$g(this.a.ttml||{}),e=_.K(a,0,c[0]);e=_.Ri(e);if(""===e)return{cues:[],styles:[]};var f=null;try{f=this.f.parseFromString(e,_.ag)}catch(m){throw new _.H(_.F,2,2005,"Failed to parse TTML.");}d=new sy(d);e=new wy;f=new vy(f);b=b.periodStart;typeof b===_.t&&(d.A=b);b=c[0];for(var g=1;g<c.length;++g){var h=c[g],k=_.K(a,b,h);k=_.ej(k);const m=`urn:mpeg:14496-30:subs:${g}`;d.h.set(m,
17
- new jy(m,k,{imageType:"PNG",encoding:"Base64"}));b+=h}for(;f.dd();)a=f.next(),a=gy(e,a),c=d,b=a,"tt"===dy(b)&&(c.l=new py(c.B,Object.assign({},b.attributes))),c=d,b=a,"tt"===dy(b)&&(c.w=new ny(b.attributes.frameRate,b.attributes.subFrameRate,b.attributes.frameRateMultiplier,b.attributes.tickRate)),c=d,b=a,dy(b)!==_.je||b.attributes.begin||b.attributes.end||(g=`#${b.getId()}`,c.h.set(g,new jy(g,b.h.textContent,b.attributes))),c=d,g=a,dy(g)===_.je&&g.attributes.begin&&g.attributes.end?(b=`#${Zx()}`,
18
- g=new jy(b,g.h.textContent,g.attributes),c.h.set(b,g),c=g):c=null,c&&(a.j=c.getId()),c=d,b=a,dy(b)===_.Xf&&(g=b.getId()||Zx(),h=new ry(g,b.f,Object.assign({},b.attributes)),c.a.set(g,h),b.a&&c.j.get(b.a).f.push(g)),c=d,g=a,dy(g)!==_.Xf&&ay(g)?(b=Zx(),g=new ry(b,[],Object.assign({},g.attributes)),c.a.set(b,g),c=g):c=null,c&&a.f.push(c.getId()),c=d,g=a,dy(g)!==_.Ld||!g.attributes.extent&&!g.attributes.origin?c=null:(b=Zx(),g=new oy(b,by(c,g.f),Object.assign({},g.attributes)),c.j.set(b,g),c=g),c&&(a.a=
19
- c.getId()),c=d,g=a,dy(g)!==wx?c=null:(b=g.getId(),g=new oy(b,by(c,g.f),Object.assign({},g.attributes)),c.j.set(b,g),c=g),c&&(a.a=c.getId()),c=d,g=a,b=g.l,-1===[_.da,"span","br"].indexOf(dy(g))||0===b.length?c=null:(h=b[b.length-1],c.f.has(h)?(b=Zx(),g=new my(b,g.h.nodeName===_.da?g.h.textContent:null,"br"===dy(g),g.a,g.j,by(c,g.f),g.attributes),c.f.set(b,g),(c=c.f.get(h))&&c.j.push(b),c=g):c=null),c&&a.l.push(c.getId()),c=d,g=a,"p"===dy(g)||g.j?(b=Zx(),g=new my(b,null,!1,g.a,g.j,by(c,g.f),g.attributes),
20
- c.f.set(b,g),c.o.push(g),c=g):c=null,c&&a.l.push(c.getId());e=cy(d);f=[];for(l of d.a.values())f.push(...l.build(d.l));var l=f;return{cues:e,styles:l}}};var yy=class{constructor(a){this.f=a}a(a){var b=new xy(this.f);({cues:a}=b.parseMedia(a,{periodStart:0,segmentStart:null,segmentEnd:0}));b="WEBVTT\n\n";for(const d of a){a=b;b=hy(d.startTime)+" --\x3e "+hy(d.endTime);{var c=d;const e=[];switch(c.textAlign){case _.me:e.push("align:left");break;case _.Ef:e.push("align:right");break;case _.At:e.push("align:middle");break;case _.me:e.push("align:start");break;case _.Ef:e.push("align:end")}switch(c.writingMode){case _.pg:e.push("vertical:lr");break;case _.qg:e.push("vertical:rl")}c=
21
- e.length?" "+e.join(" "):""}b=a+(b+c+"\n");b+=d.payload+"\n\n"}return _.Vi(b)}},zy=class{probe(a,b){return a===_.Jc&&b===_.$f}create(a){return new yy(a)}};var Ay=class{constructor(a){this.a=new xy(a);this.g=new _.S("clpp.ttml.Mp4TtmlParser")}parseInit(a){let b=!1;(new _.um).N(_.Ge,_.nm).N(_.cg,_.nm).N(_.Be,_.nm).N(_.Fe,_.nm).N(_.Uf,_.nm).ca(_.Wf,_.om).N("stpp",c=>{b=!0;c.parser.stop()}).parse(a);if(!b)throw new _.H(_.F,2,2007);}parseMedia(a,b){let c=!1,d=[],e=[];const f=[];(new _.um).N("moof",_.nm).N("traf",_.nm).ca("subs",g=>{const h=_.P(g.reader);for(let k=0;k<h;++k){g.reader.skip(4);const l=_.gm(g.reader);for(let m=0;m<l;++m){const n=1===g.version?
22
- _.P(g.reader):_.gm(g.reader);f.push(n);g.reader.skip(6)}}}).N(_.Ae,_.pm(g=>{c=!0;g=this.a.parseMedia(g,b,f);d=d.concat(g.cues);e=e.concat(g.styles)})).parse(a);c||this.g.warn("Couldn't find the mdat box");return{cues:d,styles:e}}};_.z("clpp.ttml.TtmlComponent",class extends _.pv{constructor(){super();this.j=new zy}f(){_.kt(_.Jc,xy);_.kt(_.Hc,Ay);_.kt(qx,Ay);_.kt(sx,Ay);_.kt(rx,Ay);_.lk.push(this.j)}a(){_.mt(_.Jc);_.mt(_.Hc);_.mt(qx);_.mt(sx);_.mt(rx);_.nk(this.j)}id(){return"subtitles-ttml"}});};f.call(g, window);
1
+ import {clpp} from "./cl.core.js";let g={};const _ = clpp._;var f=function(window){'use strict';var Kx='application/mp4; codecs\x3d"stpp.ttml"',Lx='application/mp4; codecs\x3d"stpp.ttml.im1i"',Mx='application/mp4; codecs\x3d"stpp.ttml.im1t"',Nx="backgroundColor",Ox="direction",Px="displayAlign",Qx="region",Rx="textAlign",Sx="textDecoration",Tx="writingMode",Ux=function(a,b,c){a=a.f;for(let d=a.length-1;0<=d;d--){const e=b.get(a[d]);if(e.hasAttribute(c))return e.getAttribute(c)}return null},by=function(a,b){var c=null;if(Vx.test(a)){{a=Vx.exec(a);c=Number(a[1]);const d=Number(a[2]);
2
+ let e=Number(a[3]),f=Number(a[4]);f+=(Number(a[5])||0)/b.f;e+=f/b.frameRate;c=e+60*d+3600*c}}else Wx.test(a)?c=Xx(Wx,a):Yx.test(a)?c=Xx(Yx,a):Zx.test(a)?(a=Zx.exec(a),c=Number(a[1])/b.frameRate):$x.test(a)?(a=$x.exec(a),c=Number(a[1])/b.a):ay.test(a)&&(c=Xx(ay,a));return c},Xx=function(a,b){a=a.exec(b);return null==a||""===a[0]?null:(Number(a[4])||0)/1E3+(Number(a[3])||0)+60*(Number(a[2])||0)+3600*(Number(a[1])||0)},cy=function(a){return a.split(":").pop()},dy=function(a){return a.replace(/(\d*\.?\d+)c/g,
3
+ "$1em")},fy=function(a,b){for(;ey.test(a);){const c=ey.exec(a)[0];a=a.replace(c,`${parseInt(c,10)/b}em`)}return a},gy=function(a){return a?a.replace(/(\d*\.?\d+)%/g,(b,c)=>`${c/100}em`):""},hy=function(a,b,c){a=Ux(a,b,Rx);if(!a&&c&&(a=Ux(c,b,Rx),!a&&"rltb"===Ux(c,b,Tx)))return _.Mf;switch(a){case _.ld:return _.Vt;case _.Mf:case _.ie:return _.Mf;default:return _.ue}},iy=function(a,b,c){if(_.rj(a.w))return document.createTextNode(_.vj(a.w||""));if(a.A)return _.Dp("br");const d=_.Dp("span");for(const e of a.f)_.Ep(d,
4
+ e);for(const e of a.j)d.appendChild(iy(c.get(e),b,c));return d},ly=function(a,b,c,d){const e=jy.exec(a);a=ky.exec(a);return typeof b===_.t&&0<b&&a?100*Number(a[c])/b:e?Number(e[c]):a?Number(a[c]):d},my=function(a,b){return typeof b===_.t&&0<b?_.cu:ky.test(a)?0:_.cu},ny=function(a,b,c){return typeof a===_.t?a:typeof b===_.t?b:c},oy=function(a,b){a=a.getAttribute("extent");return(a=ky.exec(a))?Number(a[b]):null},qy=function(a){a=a.getAttribute("cellResolution");return(a=py.exec(a))?Number(a[2]):null},
5
+ sy=function(){return`${"inline-"}${ry++}`},uy=function(a){return ty.some(b=>b in a.attributes)},vy=function(a,b){if(0===b.length)return[];const c=[];for(const d of b)a.a.has(d)&&c.push(...vy(a,a.a.get(d).f),d);return c},wy=function(a){return a.o.map(b=>b.build(a.l,a.w,a.A,a.h,a.a,a.j,a.f)).filter(b=>null!=b)},xy=function(a){return cy(a.h.nodeName)},Ay=function(a,b){if(a.a.has(b))return a.a.get(b);var c=null,d=null;let e=[],f=[],g={};const h=b.parentNode;if(h&&a.a.has(h)){const k=a.a.get(h);e=[...k.l];
6
+ -1===[_.da,"span","br"].indexOf(b.nodeName)&&(c=k.a,d=k.j,f=[...k.f],g={},yy.forEach(l=>{l in k.attributes&&(g[l]=k.attributes[l])}))}if(b.nodeType===b.ELEMENT_NODE){b.hasAttribute(Qx)&&(c=b.getAttribute(Qx));b.hasAttribute(_.eg)&&f.push(...b.getAttribute(_.eg).split(" "));d=Array.from(b.attributes).map(k=>k.name);for(const k of d)d=cy(k),g[d]=b.getAttribute(k);d=g.backgroundImage}c=new zy(b,c,d,e,f,g);a.a.set(b,c);return c},By=function(a){return`${String(Math.floor(a/3600)).padStart(2,"0")}:${String(Math.floor(a/
7
+ 60%60)).padStart(2,"0")}:${String(Math.floor(a%60)).padStart(2,"0")}.${String(Math.floor(1E3*a%1E3)).padStart(3,"0")}`},Cy=class{constructor(a,b,c){this.h=a;this.f=b;this.a=c}getId(){return this.h}hasAttribute(a){return a in this.a}getAttribute(a){return this.a[a]}};var Dy=class extends Cy{constructor(a,b,c){super(a,[],c);this.j=b||""}};var Ey=class extends Cy{constructor(a,b,c){super(a,b,c)}};var Vx=/^(\d{2,}):(\d{2}):(\d{2}):(\d{2})\.?(\d+)?$/,Wx=/^(?:(\d{2,}):)?(\d{2}):(\d{2})$/,Yx=/^(?:(\d{2,}):)?(\d{2}):(\d{2}\.\d+)$/,Zx=/^(\d*(?:\.\d*)?)f$/,$x=/^(\d*(?:\.\d*)?)t$/,ay=/^(?:(\d*(?:\.\d*)?)h)?(?:(\d*(?:\.\d*)?)m)?(?:(\d*(?:\.\d*)?)s)?(?:(\d*(?:\.\d*)?)ms)?$/,jy=/^(\d{1,2}(?:\.\d+)?|100(?:\.0+)?)% (\d{1,2}(?:\.\d+)?|100(?:\.0+)?)%$/,ky=/^(\d+)px (\d+)px$/,py=/^(\d+) (\d+)$/,ey=/(\d+)px/,Fy=/^(\d+px|\d+em|\d*\.?\d+c)$/,ty=[Nx,"color",Ox,Px,"fontFamily","fontSize","fontStyle","fontWeight",
8
+ "lineHeight","opacity","padding",Rx,Sx,"textOutline",Tx,"zIndex"],yy=["begin",_.ie];var Gy=class extends Ey{constructor(a,b,c,d,e,f,g){super(a,f,g);this.w=b;this.A=c;this.o=d;this.l=e;this.j=[]}build(a,b,c,d,e,f,g){let h=by(this.a.begin,b);b=by(this.a.end,b);if(null===h||null===b)return null;h+=c;b+=c;c=_.Dp(_.Sd);for(const k of this.j)c.appendChild(iy(g.get(k),e,g));g=new _.$t(h,b,c.innerHTML.trim(),_.rg);g.cssClassList=[...this.f];g.textAlign=hy(this,e,null);g.writingMode=_.Wt;g.line=-1;g.lineInterpretation=_.Xt;g.lineAlign=_.Yt;g.containerRows=ny(null,qy(a),15);if(this.o&&(f=
9
+ f.get(this.o))){g.region=f.build(a,e);g.textAlign=hy(this,e,f);a:switch(Ux(f,e,Tx)){case "tb":case "tblr":a=_.Fg;break a;case "tbrl":a=_.Gg;break a;default:a=_.Wt}g.writingMode=a;a:switch(Ux(f,e,Px)){case _.ld:a=50;break a;case "after":a=-1;break a;default:a=0}g.line=a;a:switch(Ux(f,e,Px)){case _.ld:a=1;break a;default:a=_.Xt}g.lineInterpretation=a;a:switch(Ux(f,e,Px)){case _.ld:e=_.ld;break a;default:e=_.Yt}g.lineAlign=e}this.l&&(d=d.get(this.l))&&(a=d,d=a.getAttribute("encoding"),e=a.getAttribute("imageType")||
10
+ a.getAttribute("imagetype"),a=a.j.trim(),d="PNG"===e&&"Base64"===d&&0<a.length?`data:image/png;base64,${a}`:null,g.backgroundImage=d||"");return g}};var Hy=class{constructor(a,b,c,d){this.frameRate=Number(a)||30;this.f=Number(b)||1;this.a=Number(d);0===this.a&&(this.a=a?this.frameRate*this.f:1);c&&(a=/^(\d+) (\d+)$/g.exec(c))&&(this.frameRate*=Number(a[1])/Number(a[2]))}};var Iy=class extends Ey{constructor(a,b,c){super(a,b,c)}build(a,b){const c=new _.eu;c.id=this.getId();const d=ny(a.j.containerWidth,oy(a,1),720);a=ny(a.j.containerHeight,oy(a,2),480);a:switch(Ux(this,b,Px)){case "after":var e="flex-start";break a;case _.ld:e=_.ld;break a;default:e="flex-end"}c.displayAlign=e;a:switch(Ux(this,b,Tx)){case "tb":case "tblr":e="row-reverse";break a;case "tbrl":e="row";break a;default:e=_.Cd}c.writingMode=e;e=this.getAttribute("extent")||Ux(this,b,"extent");c.width=ly(e,
11
+ d,1,100);c.widthUnits=my(e,d);c.height=ly(e,a,2,100);c.heightUnits=my(e,a);b=this.getAttribute("origin")||Ux(this,b,"origin");c.viewportAnchorX=ly(b,d,1,0);c.viewportAnchorY=ly(b,a,2,0);c.viewportAnchorUnits=my(b,d);c.cssClassList=[...this.f];return c}};var Jy=class extends Cy{constructor(a,b){super("root-container",[],b);this.j=a}};var Ly=class extends Cy{constructor(a,b,c){super(a,b,c)}build(a){var b=null;var c=qy(a);c&&(b=ny(a.j.containerHeight,oy(a,2),480)/c);b=ny(a.j.fontSizeRadix,b,16);a=[];c=`::ttml .${this.h}, ::ttml .${this.h} * {`;for(const [g,h]of Ky.entries())g in this.a&&(c+=`${h}:${dy(this.a[g])};`);a:{if("unicodeBidi"in this.a){var d=this.a.unicodeBidi;var e="";switch(d){case "normal":case "embed":e=d;break;case "bidiOverride":e="bidi-override"}if(0<e.length){d=`unicode-bidi:${e};`;break a}}d=""}c+=d;a:{if("textOutline"in
12
+ this.a){d=this.a.textOutline.split(" ");e="black";let g=".4em";const h=d[0]&&d[0].trim(),k=d[1]&&d[1].trim(),l=d[2]&&d[2].trim();3===d.length&&!Fy.test(h)&&Fy.test(k)&&Fy.test(l)?(e=h,g=k):2===d.length&&!Fy.test(h)&&Fy.test(k)?(e=h,g=k):2===d.length&&Fy.test(h)&&Fy.test(k)&&(g=h);if(""!==g){g=dy(g);d="text-shadow:"+`0 0 ${g} ${e},`+`0 0 ${g} ${e},`+`0 0 ${g} ${e};`;break a}}d=""}c+=d;"textShadow"in this.a?(d=gy(this.a.textShadow),d=dy(d),d=`text-shadow:${d};`):d="";c=c+d+("fontFamily"in this.a?`font-family:${this.a.fontFamily.replace("monospaceSansSerif",
13
+ "monospace").replace("monospaceSerif","monospace").replace("proportionalSansSerif","sans-serif").replace("proportionalSerif","sans-serif").replace("sansSerif","sans-serif").replace("default","sans-serif")};`:"");a:{if(Sx in this.a){d=this.a.textDecoration.split(" ");e=[];for(f of d)switch(f){case "underline":case "overline":e.push(f);break;case "lineThrough":e.push("line-through")}if(0<e.length){var f=`text-decoration:${e.join(" ")};`;break a}}f=""}"padding"in this.a?(d="border: solid transparent;border-width:"+
14
+ dy(this.a.padding),d+=";"):d="";f=c=c+f+d;"lineHeight"in this.a?(c="",d=this.a.lineHeight,d=dy(d),d=fy(d,b),c+="line-height:",c+=d,c+=";"):c="";a.push(f+c+"}");a:{if("fontSize"in this.a&&(f=this.a.fontSize.split(" "),c=null,1===f.length&&(c=f[0]),2===f.length&&(c=f[1]),c)){c=c.trim();c=dy(c);c=fy(c,b);b=`font-size:${c};`;break a}b=null}b&&(f=`::ttml .${this.h} .clpp-text-wrapper {`,f+=b,f+="}",a.push(f),f=`::ttml .clpp-text-wrapper__${this.h} {`,f+=b,f+="}",a.push(f));return a}},Ky=new Map([[Nx,"background-color"],
15
+ ["color","color"],[Ox,Ox],["fontStyle","font-style"],["fontWeight","font-weight"],["opacity","opacity"],["zIndex","z-index"]]);var My=class{constructor(a){this.B=a;this.w=this.l=null;this.A=0;this.h=new Map;this.a=new Map;this.j=new Map;this.f=new Map;this.o=[]}},ry=0;var Py=class{constructor(a){this.a=a.firstChild;this.f=new Set}kd(){return!!this.a}next(){if(!this.a)return null;let a=this.a;do this.f.add(a),a.nodeType!==Node.TEXT_NODE&&!Ny.has(cy(a.nodeName))||Oy.has(cy(a.nodeName))||!a.firstChild||this.f.has(a.firstChild)?a.nextSibling?a=a.nextSibling:a=a.parentNode:a=a.firstChild;while(a&&(this.f.has(a)||a.nodeType!==Node.TEXT_NODE&&!Ny.has(cy(a.nodeName))));const b=this.a;this.a=a;return b}},Ny=new Set(["tt","head","layout",_.Le,_.re,Qx,"styling",_.eg,"body",
16
+ _.Sd,"p","span","br"]),Oy=new Set([_.eg,_.re]);var zy=class{constructor(a,b,c,d,e,f){this.h=a;this.a=b;this.j=c;this.l=d;this.f=e;this.attributes=f}getId(){return this.attributes.id}};var Qy=class{constructor(){this.a=new Map}};var Ry=class{constructor(a){this.a=a;this.f=new DOMParser}parseInit(){}parseMedia(a,b,c){c&&c.length||(c=[a.byteLength]);var d=_.mh(this.a.ttml||{}),e=_.K(a,0,c[0]);e=_.ij(e);if(""===e)return{cues:[],styles:[]};var f=null;try{f=this.f.parseFromString(e,_.ig)}catch(m){throw new _.I(_.F,2,2005,"Failed to parse TTML.");}d=new My(d);e=new Qy;f=new Py(f);b=b.periodStart;typeof b===_.t&&(d.A=b);b=c[0];for(var g=1;g<c.length;++g){var h=c[g],k=_.K(a,b,h);k=_.Wl(k);const m=`urn:mpeg:14496-30:subs:${g}`;d.h.set(m,
17
+ new Dy(m,k,{imageType:"PNG",encoding:"Base64"}));b+=h}for(;f.kd();)a=f.next(),a=Ay(e,a),c=d,b=a,"tt"===xy(b)&&(c.l=new Jy(c.B,Object.assign({},b.attributes))),c=d,b=a,"tt"===xy(b)&&(c.w=new Hy(b.attributes.frameRate,b.attributes.subFrameRate,b.attributes.frameRateMultiplier,b.attributes.tickRate)),c=d,b=a,xy(b)!==_.re||b.attributes.begin||b.attributes.end||(g=`#${b.getId()}`,c.h.set(g,new Dy(g,b.h.textContent,b.attributes))),c=d,g=a,xy(g)===_.re&&g.attributes.begin&&g.attributes.end?(b=`#${sy()}`,
18
+ g=new Dy(b,g.h.textContent,g.attributes),c.h.set(b,g),c=g):c=null,c&&(a.j=c.getId()),c=d,b=a,xy(b)===_.eg&&(g=b.getId()||sy(),h=new Ly(g,b.f,Object.assign({},b.attributes)),c.a.set(g,h),b.a&&c.j.get(b.a).f.push(g)),c=d,g=a,xy(g)!==_.eg&&uy(g)?(b=sy(),g=new Ly(b,[],Object.assign({},g.attributes)),c.a.set(b,g),c=g):c=null,c&&a.f.push(c.getId()),c=d,g=a,xy(g)!==_.Sd||!g.attributes.extent&&!g.attributes.origin?c=null:(b=sy(),g=new Iy(b,vy(c,g.f),Object.assign({},g.attributes)),c.j.set(b,g),c=g),c&&(a.a=
19
+ c.getId()),c=d,g=a,xy(g)!==Qx?c=null:(b=g.getId(),g=new Iy(b,vy(c,g.f),Object.assign({},g.attributes)),c.j.set(b,g),c=g),c&&(a.a=c.getId()),c=d,g=a,b=g.l,-1===[_.da,"span","br"].indexOf(xy(g))||0===b.length?c=null:(h=b[b.length-1],c.f.has(h)?(b=sy(),g=new Gy(b,g.h.nodeName===_.da?g.h.textContent:null,"br"===xy(g),g.a,g.j,vy(c,g.f),g.attributes),c.f.set(b,g),(c=c.f.get(h))&&c.j.push(b),c=g):c=null),c&&a.l.push(c.getId()),c=d,g=a,"p"===xy(g)||g.j?(b=sy(),g=new Gy(b,null,!1,g.a,g.j,vy(c,g.f),g.attributes),
20
+ c.f.set(b,g),c.o.push(g),c=g):c=null,c&&a.l.push(c.getId());e=wy(d);f=[];for(l of d.a.values())f.push(...l.build(d.l));var l=f;return{cues:e,styles:l}}};var Sy=class{constructor(a){this.f=a}a(a){var b=new Ry(this.f);({cues:a}=b.parseMedia(a,{periodStart:0,segmentStart:null,segmentEnd:0}));b="WEBVTT\n\n";for(const d of a){a=b;b=By(d.startTime)+" --\x3e "+By(d.endTime);{var c=d;const e=[];switch(c.textAlign){case _.ue:e.push("align:left");break;case _.Mf:e.push("align:right");break;case _.Vt:e.push("align:middle");break;case _.ue:e.push("align:start");break;case _.Mf:e.push("align:end")}switch(c.writingMode){case _.Fg:e.push("vertical:lr");break;case _.Gg:e.push("vertical:rl")}c=
21
+ e.length?" "+e.join(" "):""}b=a+(b+c+"\n");b+=d.payload+"\n\n"}return _.mj(b)}},Ty=class{probe(a,b){return a===_.Oc&&b===_.hg}create(a){return new Sy(a)}};var Uy=class{constructor(a){this.a=new Ry(a);this.g=new _.S("clpp.ttml.Mp4TtmlParser")}parseInit(a){let b=!1;(new _.Dm).N(_.Oe,_.wm).N(_.qg,_.wm).N(_.Je,_.wm).N(_.Ne,_.wm).N(_.bg,_.wm).ea(_.dg,_.xm).N("stpp",c=>{b=!0;c.parser.stop()}).parse(a);if(!b)throw new _.I(_.F,2,2007);}parseMedia(a,b){let c=!1,d=[],e=[];const f=[];(new _.Dm).N("moof",_.wm).N("traf",_.wm).ea("subs",g=>{const h=_.P(g.reader);for(let k=0;k<h;++k){g.reader.skip(4);const l=_.pm(g.reader);for(let m=0;m<l;++m){const n=1===g.version?
22
+ _.P(g.reader):_.pm(g.reader);f.push(n);g.reader.skip(6)}}}).N(_.Ie,_.ym(g=>{c=!0;g=this.a.parseMedia(g,b,f);d=d.concat(g.cues);e=e.concat(g.styles)})).parse(a);c||this.g.warn("Couldn't find the mdat box");return{cues:d,styles:e}}};_.z("clpp.ttml.TtmlComponent",class extends _.Kv{constructor(){super();this.j=new Ty}f(){_.Dt(_.Oc,Ry);_.Dt(_.Mc,Uy);_.Dt(Kx,Uy);_.Dt(Mx,Uy);_.Dt(Lx,Uy);_.rk.push(this.j)}a(){_.Ft(_.Oc);_.Ft(_.Mc);_.Ft(Kx);_.Ft(Mx);_.Ft(Lx);_.tk(this.j)}id(){return"subtitles-ttml"}});};f.call(g, window);
package/cl.verimatrix.js CHANGED
@@ -1,4 +1,4 @@
1
- import {clpp} from "./cl.core.js";let g={};const _ = clpp._;var f=function(window){'use strict';var fx="VerimatrixVCAS",gx="clpp.verimatrix.Vcas",hx="clpp.verimatrix.VcasComponent",jx=function(a,b){return a.C===ix?(a=Object.assign({},{deviceId:_.fj(_.Xi(a.A))},a.a&&{authenticator:_.fj(_.Xi(a.a))}),b+_.Uj(a)):b},px=class extends _.ou{constructor(a){super(fx);const b={};b[kx]=kx;b[lx]=lx;const {deviceId:c,authenticator:d,licenseRequestVuidLocation:e=ix,httpHeaderNames:f=b,widevineLicenseUrl:g,playReadyLicenseUrl:h,fairPlayLicenseUrl:k,fairPlayCertificateUrl:l,fairPlaySiteId:m,fairPlayAssetIdStrategy:n=
2
- mx}=a;this.A=c;this.a=d;this.C=e;this.B=f;this.w=jx(this,g);this.o=jx(this,h);this.l=jx(this,k);this.j=l;this.G=m;this.F=n;this.g=new _.S(gx);_.aj(this.w)?this.g.warn(_.Vb):this.Ya(_.Cd,{licenseUrl:this.w,videoRobustness:[_.Cb,void 0],audioRobustness:[_.Bb,void 0],persistentStateRequired:!1,distinctiveIdentifierRequired:!1,serverCertificate:null,modifiers:{licenseRequest:this.h.bind(this)}});_.aj(this.o)?this.g.warn(_.tb):this.Ya(_.Ad,{licenseUrl:this.o,videoRobustness:["3000"],audioRobustness:["2000"],
3
- modifiers:{licenseRequest:this.h.bind(this)}});_.aj(this.l)?this.g.warn(_.Ra):_.aj(this.j)?this.g.warn(_.Qa):this.Ya(_.wd,{licenseUrl:this.l,certificateUrl:this.j,modifiers:{licenseRequest:this.J.bind(this),licenseResponse:this.K.bind(this),extractContentId:this.H.bind(this)}})}h(a,b){if(this.C===nx){a=this.B[lx];const c={};c[this.B[kx]]=this.A;this.a&&(c[a]=this.a);Object.keys(c).forEach(d=>{b.headers[d]=c[d]})}}H(a,b){a=_.tm(b);switch(this.F){case ox:a=_.Uj({r:a,Ki:this.G},!0)}return a}J(a,b){this.h(a,
4
- b);_.Bm(b)}K(a,b){_.Cm(b)}};_.z(gx,px);px.prototype.constructor=px.prototype.constructor;px.NAME=fx;var ix="query-string",nx="http-header";px.LicenseRequestVuidLocation={QUERY_STRING:ix,HTTP_HEADER:nx};var kx="DeviceId",lx="Authenticator";px.LicenseRequestHttpHeader={DEVICE_ID_HEADER:kx,AUTHENTICATOR_HEADER:lx};var mx="keyid",ox="contentid-siteid";px.FairPlayAssetIdStrategy={KEYID:mx,CONTENTID_SITEID:ox};_.z(hx,class extends _.pv{constructor(){super();this.g=new _.S(hx)}a(){delete _.Wl.VerimatrixVCAS}h(a){a=a.getConfiguration();if(a.drm&&a.drm.env===fx){({customData:a}=a.drm);if(!a)throw new _.H(_.F,7,7100,_.Dd);a=new px(a);this.g.info("Registering the Verimatrix VCAS Ultra environment");_.Xl(a)}}id(){return"verimatrix-vcas"}});};f.call(g, window);
1
+ import {clpp} from "./cl.core.js";let g={};const _ = clpp._;var f=function(window){'use strict';var zx="VerimatrixVCAS",Ax="clpp.verimatrix.Vcas",Bx="clpp.verimatrix.VcasComponent",Dx=function(a,b){return a.C===Cx?(a=Object.assign({},{deviceId:_.Xl(_.oj(a.A))},a.a&&{authenticator:_.Xl(_.oj(a.a))}),b+_.ak(a)):b},Jx=class extends _.Iu{constructor(a){super(zx);const b={};b[Ex]=Ex;b[Fx]=Fx;const {deviceId:c,authenticator:d,licenseRequestVuidLocation:e=Cx,httpHeaderNames:f=b,widevineLicenseUrl:g,playReadyLicenseUrl:h,fairPlayLicenseUrl:k,fairPlayCertificateUrl:l,fairPlaySiteId:m,fairPlayAssetIdStrategy:n=
2
+ Gx}=a;this.A=c;this.a=d;this.C=e;this.B=f;this.w=Dx(this,g);this.o=Dx(this,h);this.l=Dx(this,k);this.j=l;this.G=m;this.F=n;this.g=new _.S(Ax);_.sj(this.w)?this.g.warn(_.Xb):this.cb(_.Jd,{licenseUrl:this.w,videoRobustness:[_.Db,void 0],audioRobustness:[_.Cb,void 0],persistentStateRequired:!1,distinctiveIdentifierRequired:!1,serverCertificate:null,modifiers:{licenseRequest:this.h.bind(this)}});_.sj(this.o)?this.g.warn(_.tb):this.cb(_.Hd,{licenseUrl:this.o,videoRobustness:["3000"],audioRobustness:["2000"],
3
+ modifiers:{licenseRequest:this.h.bind(this)}});_.sj(this.l)?this.g.warn(_.Ta):_.sj(this.j)?this.g.warn(_.Sa):this.cb(_.Ed,{licenseUrl:this.l,certificateUrl:this.j,modifiers:{licenseRequest:this.J.bind(this),licenseResponse:this.K.bind(this),extractContentId:this.H.bind(this)}})}h(a,b){if(this.C===Hx){a=this.B[Fx];const c={};c[this.B[Ex]]=this.A;this.a&&(c[a]=this.a);Object.keys(c).forEach(d=>{b.headers[d]=c[d]})}}H(a,b){a=_.Cm(b);switch(this.F){case Ix:a=_.ak({r:a,Zi:this.G},!0)}return a}J(a,b){this.h(a,
4
+ b);_.Hm(b)}K(a,b){_.Im(b)}};_.z(Ax,Jx);Jx.prototype.constructor=Jx.prototype.constructor;Jx.NAME=zx;var Cx="query-string",Hx="http-header";Jx.LicenseRequestVuidLocation={QUERY_STRING:Cx,HTTP_HEADER:Hx};var Ex="DeviceId",Fx="Authenticator";Jx.LicenseRequestHttpHeader={DEVICE_ID_HEADER:Ex,AUTHENTICATOR_HEADER:Fx};var Gx="keyid",Ix="contentid-siteid";Jx.FairPlayAssetIdStrategy={KEYID:Gx,CONTENTID_SITEID:Ix};_.z(Bx,class extends _.Kv{constructor(){super();this.g=new _.S(Bx)}a(){delete _.em.VerimatrixVCAS}h(a){a=a.getConfiguration();if(a.drm&&a.drm.env===zx){({customData:a}=a.drm);if(!a)throw new _.I(_.F,7,7100,_.Kd);a=new Jx(a);this.g.info("Registering the Verimatrix VCAS Ultra environment");_.fm(a)}}id(){return"verimatrix-vcas"}});};f.call(g, window);
package/cl.vimond.js CHANGED
@@ -1,8 +1,8 @@
1
- import {clpp} from "./cl.core.js";let g={};const _ = clpp._;var f=function(window){'use strict';var Xw="Registering listeners",Yw="clpp.vimond.VimondPlugin",Zw=function(a,b){a.m.trigger(new _.E(_.yg,{detail:b}))},$w=function(a,b,c){b&&(a.B=!0,a.h.stop());a.m.onError(new _.H(b?_.F:1,9,9201,c))},ax=function(a,b){const c=a.m.getState();if(1===b)return["str-start",_.kf];if(a.h)return[_.ae,_.Ve];if(c===_.Qo)return[_.ae,null];if(c===_.Ro)return[_.r,_.Ve];b=_.Ve;if(c===_.Uo||c===_.ap||a.f)b=_.kf;return["period",b]},bx=class{constructor(a,b,c,d,e){this.K=a;this.L=b;this.M=c;this.m=d;this.F=
2
- e;this.a=new _.xt;this.l=!0;this.f=this.j=this.B=!1;this.C=null;this.h=new _.Ck(this.A.bind(this));this.g=new _.S("clpp.vimond.VimondDispatcher");this.o=this.w=0;this.m&&this.a&&(this.g.debug(Xw),this.a.on(this.m,_.Sf,this.I.bind(this)),this.a.on(this.m,_.bg,this.J.bind(this)),this.a.on(this.m,_.cc,this.G.bind(this)),this.a.on(this.m,_.ec,this.H.bind(this)))}J(){this.f||(this.f=1<Math.abs(this.w-this.m.getPosition()));this.w=this.m.getPosition()}G(){this.g.debug("Ad break started");this.j=!0}H(){this.g.debug("Ad break stopped");
3
- this.j=!1}I(a){const b=this;return _.x(function*(){const c=a.detail,d=c.currentState;b.g.debug(`State changed, prev: ${c.previousState} curr: ${d}`);b.B||b.j||(d!==b.C||b.f?b.l&&d!==_.ap||(b.f&&[_.$o,_.Uo].includes(d)?b.g.debug("Seeking"):(b.f&&d===_.ap&&(b.g.debug("Seeked"),b.f=!1),[_.ap,_.$o,_.Ro,_.Qo].includes(d)&&(b.C=d,yield b.A(),d===_.Qo&&b.h.stop()))):b.g.debug("Ignore transition"))})}A(){const a=this;return _.x(function*(){var b=Math.floor(Date.now()/1E3);0<a.o&&a.g.debug(`Last event was ${b-
4
- a.o} seconds ago`);a.o=b;a.h.stop();a.h.ga(a.l?10:a.K);a.l=!1;try{var c=yield a.F.fireEvent();Zw(a,c)}catch(d){b=d.code,c=d.data,[1002,1003].includes(b)?(a.g.debug("Unreachable service"),Zw(a,c),$w(a,a.L,c)):1001===b?(a.g.debug("Generic service error"),Zw(a,c),$w(a,a.M,c)):a.g.error(d.toString())}})}};var cx=class{constructor(a,b,c,d,e){this.l=a;this.o=c;this.h=b;this.a=d;this.j=e;this.g=new _.S("clpp.vimond.VimondService");this.f=0}fireEvent(){this.f++;const a=_.Zg(this.o);a.client.buildName=_.qa;a.client.buildVersion=_.ea;var b=a.client;var c=(c=this.a.m.getDrmInfo())?c.keySystem:"";b.drm=c;a.client.pageUrl=document.location.href;a.client.streamUrl=this.a.m.getLoadedSource().url;a.client.userAgent=navigator.userAgent;a.client.videoFormat=this.a.m.getLoadedSource().type||"";b=a.client;c=this.a.m.getLoadedSource();
5
- c=((new _.sm(c.url)).scheme||"").replace(":","");b.videoProtocol=c;b=ax(this.a,this.f);a.client.playerEvent=b[0]||"";a.client.playerState=b[1]||"";a.progress.vod&&(a.progress.vod.position=this.a.getPosition());if(b=a.progress.live){c=this.a;var d=c.m.getPresentationStartTime()||0;c=Math.floor(d+c.m.getPosition());c=(new Date(1E3*c)).toISOString();b.position=c;d=this.a;c=d.m.getPosition();d=d.m.getSeekRange().end;c=30>Math.abs(d-c);b.onLiveEdge=c;typeof b.liveResumePossible!==_.Uc&&(b.liveResumePossible=
6
- !0)}a.progress.eventNumber=this.f;a.timestamp=(new Date).toISOString();this.g.debug("Fire an event");b=_.xj(this.l);b.method=_.rb;b.contentType="application/json";b.headers.Authorization=`Bearer ${this.h}`;b.body=_.Xi(JSON.stringify(a));return this.j.fetch(b).U}ef(a){this.h=a}};var dx=class{constructor(a){this.m=a;this.a=new _.xt;this.g=new _.S("clpp.vimond.VimondAdapter");this.f=this.h=!1;this.m&&this.a&&(this.g.debug(Xw),this.a.on(this.m,_.Af,this.o.bind(this)),this.a.on(this.m,_.cc,this.j.bind(this)),this.a.on(this.m,_.ec,this.l.bind(this)))}getPosition(){return Math.floor(this.m.getPosition())}o(){this.h=!0}j(){this.f=!0}l(){this.f=!1}};var ex=class extends _.Fv{constructor(){super();this.a=!1;this.g=new _.S(Yw);this.j=this.h=this.f=null}onPlayerCreated(){}onContentWillLoad(a){var b=a.getConfiguration();(this.a=!_.B(b.vimond)&&typeof b.vimond===_.Ke)?a.namespace()===_.md&&(this.a=!1,this.g.info("Vimond does not report when casting.")):this.g.debug("Vimond plugin is loaded but not configured. Will do nothing.");if(this.a){b=a.getConfiguration().vimond;for(var c of["authToken","playerEventRequest"])if(!b[c]){this.g.warn(`${c} key is missing`);
7
- a.onError(new _.H(1,9,9200));return}this.g.debug(_.ra);c=b.failIfUnreachable;typeof c!==_.Uc&&(c=!0);var d=b.failOnError;typeof d!==_.Uc&&(d=!0);this.f=new dx(a);this.h=new cx(b.playerEventRequest.uri,b.authToken,b.playerEventRequest.body,this.f,a.getNetworkEngine());this.j=new bx(b.playerEventRequest.eventInterval,c,d,a,this.h)}}onPlayerWillRelease(){if(this.a){if(this.f){var a=this.f;a.g.debug(_.Ob);_.Ah(a.a)}this.j&&(a=this.j,a.g.debug(_.Ob),_.Ah(a.a),a.h.stop());this.j=this.h=this.f=null}}onPlayerWillDestroy(){}id(){return"vimond"}ef(a){this.a&&
8
- this.h&&this.h.ef(a)}};_.z(Yw,ex);ex.prototype.updateAuthToken=ex.prototype.ef;ex.Id="vimond";_.ur(new class{create(){return new ex}});};f.call(g, window);
1
+ import {clpp} from "./cl.core.js";let g={};const _ = clpp._;var f=function(window){'use strict';var qx="Registering listeners",rx="clpp.vimond.VimondPlugin",sx=function(a,b){a.m.trigger(new _.D(_.Lg,{detail:b}))},tx=function(a,b,c){b&&(a.B=!0,a.h.stop());a.m.onError(new _.I(b?_.F:1,9,9201,c))},ux=function(a,b){const c=a.m.getState();if(1===b)return["str-start",_.sf];if(a.h)return[_.ie,_.cf];if(c===_.$o)return[_.ie,null];if(c===_.ap)return[_.q,_.cf];b=_.cf;if(c===_.dp||c===_.kp||a.f)b=_.sf;return["period",b]},vx=class{constructor(a,b,c,d,e){this.K=a;this.L=b;this.M=c;this.m=d;this.F=
2
+ e;this.a=new _.St;this.l=!0;this.f=this.j=this.B=!1;this.C=null;this.h=new _.Gk(this.A.bind(this));this.g=new _.S("clpp.vimond.VimondDispatcher");this.o=this.w=0;this.m&&this.a&&(this.g.debug(qx),this.a.on(this.m,_.$f,this.I.bind(this)),this.a.on(this.m,_.og,this.J.bind(this)),this.a.on(this.m,_.jc,this.G.bind(this)),this.a.on(this.m,_.kc,this.H.bind(this)))}J(){this.f||(this.f=1<Math.abs(this.w-this.m.getPosition()));this.w=this.m.getPosition()}G(){this.g.debug("Ad break started");this.j=!0}H(){this.g.debug("Ad break stopped");
3
+ this.j=!1}I(a){const b=this;return _.x(function*(){const c=a.detail,d=c.currentState;b.g.debug(`State changed, prev: ${c.previousState} curr: ${d}`);b.B||b.j||(d!==b.C||b.f?b.l&&d!==_.kp||(b.f&&[_.jp,_.dp].includes(d)?b.g.debug("Seeking"):(b.f&&d===_.kp&&(b.g.debug("Seeked"),b.f=!1),[_.kp,_.jp,_.ap,_.$o].includes(d)&&(b.C=d,yield b.A(),d===_.$o&&b.h.stop()))):b.g.debug("Ignore transition"))})}A(){const a=this;return _.x(function*(){var b=Math.floor(Date.now()/1E3);0<a.o&&a.g.debug(`Last event was ${b-
4
+ a.o} seconds ago`);a.o=b;a.h.stop();a.h.ia(a.l?10:a.K);a.l=!1;try{var c=yield a.F.fireEvent();sx(a,c)}catch(d){b=d.code,c=d.data,[1002,1003].includes(b)?(a.g.debug("Unreachable service"),sx(a,c),tx(a,a.L,c)):1001===b?(a.g.debug("Generic service error"),sx(a,c),tx(a,a.M,c)):a.g.error(d.toString())}})}};var wx=class{constructor(a,b,c,d,e){this.l=a;this.o=c;this.h=b;this.a=d;this.j=e;this.g=new _.S("clpp.vimond.VimondService");this.f=0}fireEvent(){this.f++;const a=_.lh(this.o);a.client.buildName=_.qa;a.client.buildVersion=_.ea;var b=a.client;var c=(c=this.a.m.getDrmInfo())?c.keySystem:"";b.drm=c;a.client.pageUrl=document.location.href;a.client.streamUrl=this.a.m.getLoadedSource().url;a.client.userAgent=navigator.userAgent;a.client.videoFormat=this.a.m.getLoadedSource().type||"";b=a.client;c=this.a.m.getLoadedSource();
5
+ c=((new _.Bm(c.url)).scheme||"").replace(":","");b.videoProtocol=c;b=ux(this.a,this.f);a.client.playerEvent=b[0]||"";a.client.playerState=b[1]||"";a.progress.vod&&(a.progress.vod.position=this.a.getPosition());if(b=a.progress.live){c=this.a;var d=c.m.getPresentationStartTime()||0;c=Math.floor(d+c.m.getPosition());c=(new Date(1E3*c)).toISOString();b.position=c;d=this.a;c=d.m.getPosition();d=d.m.getSeekRange().end;c=30>Math.abs(d-c);b.onLiveEdge=c;typeof b.liveResumePossible!==_.$c&&(b.liveResumePossible=
6
+ !0)}a.progress.eventNumber=this.f;a.timestamp=(new Date).toISOString();this.g.debug("Fire an event");b=_.Bj(this.l);b.method=_.sb;b.contentType="application/json";b.headers.Authorization=`Bearer ${this.h}`;b.body=_.oj(JSON.stringify(a));return this.j.fetch(b).V}lf(a){this.h=a}};var xx=class{constructor(a){this.m=a;this.a=new _.St;this.g=new _.S("clpp.vimond.VimondAdapter");this.f=this.h=!1;this.m&&this.a&&(this.g.debug(qx),this.a.on(this.m,_.If,this.o.bind(this)),this.a.on(this.m,_.jc,this.j.bind(this)),this.a.on(this.m,_.kc,this.l.bind(this)))}getPosition(){return Math.floor(this.m.getPosition())}o(){this.h=!0}j(){this.f=!0}l(){this.f=!1}};var yx=class extends _.Zv{constructor(){super();this.a=!1;this.g=new _.S(rx);this.j=this.h=this.f=null}onPlayerCreated(){}onContentWillLoad(a){var b=a.getConfiguration();(this.a=!_.B(b.vimond)&&typeof b.vimond===_.Se)?a.namespace()===_.ud&&(this.a=!1,this.g.info("Vimond does not report when casting.")):this.g.debug("Vimond plugin is loaded but not configured. Will do nothing.");if(this.a){b=a.getConfiguration().vimond;for(var c of["authToken","playerEventRequest"])if(!b[c]){this.g.warn(`${c} key is missing`);
7
+ a.onError(new _.I(1,9,9200));return}this.g.debug(_.ra);c=b.failIfUnreachable;typeof c!==_.$c&&(c=!0);var d=b.failOnError;typeof d!==_.$c&&(d=!0);this.f=new xx(a);this.h=new wx(b.playerEventRequest.uri,b.authToken,b.playerEventRequest.body,this.f,a.getNetworkEngine());this.j=new vx(b.playerEventRequest.eventInterval,c,d,a,this.h)}}onPlayerWillRelease(){if(this.a){if(this.f){var a=this.f;a.g.debug(_.Pb);_.Th(a.a)}this.j&&(a=this.j,a.g.debug(_.Pb),_.Th(a.a),a.h.stop());this.j=this.h=this.f=null}}onPlayerWillDestroy(){}id(){return"vimond"}lf(a){this.a&&
8
+ this.h&&this.h.lf(a)}};_.z(rx,yx);yx.prototype.updateAuthToken=yx.prototype.lf;yx.Id="vimond";_.Nr(new class{create(){return new yx}});};f.call(g, window);
package/cl.vr.js CHANGED
@@ -1,15 +1,15 @@
1
- import {clpp} from "./cl.core.js";let g={};const _ = clpp._;var f=function(window){'use strict';var Dw="touchmove",Ew="touchstart",Gw=function(a,b,c){c*=.5;const d=Math.sqrt(a*a+b*b),e=Math.sin(c);return new Fw(a/d*e,b/d*e,0/d*e,Math.cos(c))},Hw=function(a,b){const c=a.x,d=a.y,e=a.a;a=a.f;b.set(1-2*(d*d+e*e),2*(c*d-e*a),2*(c*e+d*a),0,2*(c*d+e*a),1-2*(c*c+e*e),2*(d*e-c*a),0,2*(c*e-d*a),2*(d*e+c*a),1-2*(c*c+d*d),0,0,0,0,1)},Iw=function(a,b){isFinite(b)?(a.x*=b,a.y*=b,a.a*=b):(a.x=0,a.y=0,a.a=0)},Jw=function(a,b){return a.x*b.x+a.y*b.y+a.a*b.a},Kw=function(a,b,c){const d=b.x,e=b.y;
2
- b=b.a;const f=c.x,g=c.y;c=c.a;a.x=e*c-b*g;a.y=b*f-d*c;a.a=d*g-e*f;return a},Lw=function(a,b,c){b=b.a;c=c.a;const d=a.a;let e=0;do d[4*e]=b[4*e]*c[0]+b[4*e+1]*c[4]+b[4*e+2]*c[8]+b[4*e+3]*c[12],d[4*e+1]=b[4*e]*c[1]+b[4*e+1]*c[5]+b[4*e+2]*c[9]+b[4*e+3]*c[13],d[4*e+2]=b[4*e]*c[2]+b[4*e+1]*c[6]+b[4*e+2]*c[10]+b[4*e+3]*c[14],d[4*e+3]=b[4*e]*c[3]+b[4*e+1]*c[7]+b[4*e+2]*c[11]+b[4*e+3]*c[15];while(4>++e);return a},Nw=function(a){var b=new Mw(0,0,0),c=new Mw(0,0,1);const d=new Mw,e=new Mw,f=new Mw;a=a.a;var g=
3
- new Mw(0,1,0);f.x=b.x-g.x;f.y=b.y-g.y;f.a=b.a-g.a;g=f.length();Iw(f,1/g);c=Kw(d,c,f);g=c.length();Iw(c,1/g);Kw(e,f,d);a[0]=d.x;a[1]=d.y;a[2]=d.a;a[3]=-Jw(d,b);a[4]=e.x;a[5]=e.y;a[6]=e.a;a[7]=-Jw(e,b);a[8]=f.x;a[9]=f.y;a[10]=f.a;a[11]=-Jw(f,b);a[12]=0;a[13]=0;a[14]=0;a[15]=1},Ow=function(a,b,c){b=a.a.createShader(b?a.a.FRAGMENT_SHADER:a.a.VERTEX_SHADER);a.a.shaderSource(b,c);a.a.compileShader(b);if(!a.a.getShaderParameter(b,a.a.COMPILE_STATUS))throw new _.H(1,9,9004,"Unable to compile GL shader: "+
4
- a.a.getShaderInfoLog(b));return b},Pw=function(a){a.a&&(a.a.removeEventListener("mousemove",a.A,!1),a.a.removeEventListener(Dw,a.A,!1),a.a.removeEventListener("mouseup",a.B,!1),a.a.removeEventListener("touchend",a.B,!1))},Qw=function(a){const b=Gw(1,0,a.l*Math.PI/180);Hw(Gw(0,1,a.j*Math.PI/180),a.O);Hw(b,a.R);Nw(a.X);Lw(a.Z,a.O,a.X);Lw(a.G,a.R,a.Z)},Fw=class{constructor(a,b,c,d){this.x=a||0;this.y=b||0;this.a=c||0;this.f=d||1}};var Mw=class{constructor(a,b,c){this.x=a||0;this.y=b||0;this.a=c||0}length(){return Math.sqrt(this.x*this.x+this.y*this.y+this.a*this.a)}};var Rw=class{constructor(){this.a=new Float32Array([1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1])}set(a,b,c,d,e,f,g,h,k,l,m,n,q,u,v,y){const A=this.a;A[0]=a;A[4]=b;A[8]=c;A[12]=d;A[1]=e;A[5]=f;A[9]=g;A[13]=h;A[2]=k;A[6]=l;A[10]=m;A[14]=n;A[3]=q;A[7]=u;A[11]=v;A[15]=y;return this}};var Sw=class{constructor(a){this.a=a;this.f=a.createProgram();this.l=Ow(this,!1,"uniform highp mat4 Mvpm;\nattribute highp vec4 aPosition;\nattribute highp vec2 aTexCoord;\nvarying highp vec2 oTexCoord;\nvoid main()\n{\n gl_Position \x3d Mvpm * aPosition;\n oTexCoord \x3d aTexCoord;\n}\n");this.j=Ow(this,!0,"precision highp float;\nuniform sampler2D Texture0;\nvarying highp vec2 oTexCoord;\nvoid main()\n{\n gl_FragColor \x3d texture2D(Texture0, oTexCoord);\n gl_FragColor.w \x3d 1.0;\n}\n");
5
- a.attachShader(this.f,this.l);a.attachShader(this.f,this.j);a.bindAttribLocation(this.f,0,"aPosition");a.bindAttribLocation(this.f,1,"aTexCoord");a.linkProgram(this.f);if(!a.getProgramParameter(this.f,a.LINK_STATUS))throw new _.H(1,9,9004,"Unable to initialize shader");a.useProgram(this.f);this.h=a.getUniformLocation(this.f,"Mvpm");a.uniform1i(a.getUniformLocation(this.f,"Texture0"),0);a.useProgram(null)}};var Tw=class{constructor(a){this.a=a;var b=[];let c,d;for(d=0;70>=d;d++){var e=3>=d?d/4/64:67<=d?(63+(d-66)/4)/64:(d-3)/64;var f=(e-.5)*Math.PI;const g=Math.cos(f);for(c=0;128>=c;c++){const h=c/128,k=(.5+h)*Math.PI*2;128===c?(b.push(b[645*d]),b.push(b[645*d+1]),b.push(b[645*d+2])):(b.push(100*Math.cos(k)*g),b.push(100*Math.sin(k)*g),b.push(100*Math.sin(f)));0===d||70===d?b.push(.5):b.push(1-h);b.push(1-e)}}e=[];for(c=0;128>c;c++)for(d=0;70>d;d++)f=5*(129*d+c),e.push(b[f],b[f+1],b[f+2],b[f+3],b[f+
6
- 4]),f=5*(129*d+c+1),e.push(b[f],b[f+1],b[f+2],b[f+3],b[f+4]),f=5*(129*(d+1)+c),e.push(b[f],b[f+1],b[f+2],b[f+3],b[f+4]),f=5*(129*(d+1)+c),e.push(b[f],b[f+1],b[f+2],b[f+3],b[f+4]),f=5*(129*d+c+1),e.push(b[f],b[f+1],b[f+2],b[f+3],b[f+4]),f=5*(129*(d+1)+c+1),e.push(b[f],b[f+1],b[f+2],b[f+3],b[f+4]);this.h=e.length/5;this.f=a.createBuffer();b=new Float32Array(e);a.bindBuffer(a.ARRAY_BUFFER,this.f);a.bufferData(a.ARRAY_BUFFER,b,a.STATIC_DRAW)}};var Uw=class{constructor(a,b){this.a=b;this.f=this.a.createTexture();b.activeTexture(b.TEXTURE0);b.bindTexture(b.TEXTURE_2D,this.f);b.texImage2D(b.TEXTURE_2D,0,b.RGB,b.RGB,b.UNSIGNED_BYTE,a);b.texParameteri(b.TEXTURE_2D,b.TEXTURE_MAG_FILTER,b.LINEAR);b.texParameteri(b.TEXTURE_2D,b.TEXTURE_MIN_FILTER,b.LINEAR);b.texParameteri(b.TEXTURE_2D,b.TEXTURE_WRAP_S,b.CLAMP_TO_EDGE);b.texParameteri(b.TEXTURE_2D,b.TEXTURE_WRAP_T,b.CLAMP_TO_EDGE);b.bindTexture(b.TEXTURE_2D,null)}};var Vw={alpha:!1,depth:!0,stencil:!1,antialias:!0,premultipliedAlpha:!1,preserveDrawingBuffer:!1,devicePixelRatio:1},Ww=class extends _.Fv{constructor(){super();this.o=this.w=this.K=this.I=this.C=this.W=this.G=this.f=this.a=this.m=null;this.g=new _.S("clpp.vr");this.H=70;this.V=1;this.M=this.L=!1;this.F=()=>{if(this.a&&this.f){this.f.viewport(0,0,this.a.width,this.a.height);{const a=this.K.a,b=Math.tan(.5*this.H*Math.PI/180);a[0]=1/(this.a.width/this.a.height*b);a[1]=0;a[2]=0;a[3]=0;a[4]=0;a[5]=1/
7
- b;a[6]=0;a[7]=0;a[8]=0;a[9]=0;a[10]=2E3/-1999.9;a[11]=200/-1999.9;a[12]=0;a[13]=0;a[14]=-1;a[15]=1}}};this.l=this.j=0;this.h={x:0,y:0};this.O=new Rw;this.R=new Rw;this.X=new Rw;this.Z=new Rw;this.A=this.aa.bind(this);this.B=this.fa.bind(this);this.J=this.da.bind(this)}onPlayerCreated(a){this.g.info("Player created");this.m=a}onContentWillLoad(a){const b=a.getConfiguration();if(b.vr&&b.vr.enable){{var c=b.vr,d=c.fieldOfView;const e=c.sensitivity,f=c.invertHorizontalControl;c=c.invertVerticalControl;
8
- if(void 0!==d&&_.gh(d))this.H=d;else throw new _.H(1,7,7100,"fieldOfView configuration must be a number");if(void 0!==e&&_.gh(e)&&0<e)this.V=e;else throw new _.H(1,7,7100,"sensitivity configuration must be a positive number");this.L=!!f;this.M=!!c}if(a=a.getSurface())if((d=a.getMedia())&&d.tagName.toLowerCase()===_.w){this.g.info("Initialize VR Surface");if(!this.a){this.a=document.createElement("canvas");this.a.style.width="100%";this.f=this.a.getContext("webgl",Vw)||this.a.getContext("experimental-webgl",
9
- Vw);if(!this.f)throw new _.H(1,9,9003,"Unable to create GL context");this.G=new Rw;Nw(this.G);this.W=new Tw(this.f);this.C=new Sw(this.f);this.I=new Rw;this.K=new Rw;this.o=this.w=null;this.a.addEventListener(_.Df,this.F)}a.addElementToContainer(this.a,!0,!0);a.hideMediaElement();b.vr.attachMouseListener&&(this.a.addEventListener("mousedown",this.J,!1),this.a.addEventListener(Ew,this.J,!1));this.F();this.S()}else this.g.info("No video element found, can not initialize VR plugin");else this.g.info("No surface found, can not initialize VR plugin")}}onPlayerWillRelease(){this.g.info("Releasing VR plugin resources");
10
- this.w&&cancelAnimationFrame(this.w);this.h.x=0;this.l=this.j=this.h.y=0;this.f&&(delete this.f,this.f=null);this.a&&(Pw(this),this.a.removeEventListener(_.Df,this.F),this.a.parentElement.removeChild(this.a),this.a.removeEventListener("mousedown",this.J,!1),delete this.a,this.a=null)}onPlayerWillDestroy(){const a=this;return _.x(function*(){a.m=null})}id(){return"vr"}S(){if(this.m&&this.f){var a=this.m.getSurface();if(a&&(a=a.getMedia())&&a.tagName.toLowerCase()===_.w){this.w=requestAnimationFrame(this.S.bind(this));
11
- var b=this.f;this.o||a.readyState!==a.HAVE_ENOUGH_DATA||(this.o=new Uw(a,b));b.clearColor(0,0,0,1);b.clearDepth(1);b.clearStencil(0);b.enable(b.DEPTH_TEST);b.depthFunc(b.LEQUAL);b.frontFace(b.CCW);b.cullFace(b.BACK);b.disable(b.CULL_FACE);b.enable(b.BLEND);b.blendFunc(b.SRC_ALPHA,b.ONE_MINUS_SRC_ALPHA);b.depthMask(!0);b.clearColor(0,0,0,1);b.clear(b.COLOR_BUFFER_BIT|b.DEPTH_BUFFER_BIT);if(this.o){var c=this.C;c.a.useProgram(c.f);{c=Lw(this.I,this.K,this.G).a;let d;d=c[1];c[1]=c[4];c[4]=d;d=c[2];c[2]=
1
+ import {clpp} from "./cl.core.js";let g={};const _ = clpp._;var f=function(window){'use strict';var Xw="touchmove",Yw="touchstart",$w=function(a,b,c){c*=.5;const d=Math.sqrt(a*a+b*b),e=Math.sin(c);return new Zw(a/d*e,b/d*e,0/d*e,Math.cos(c))},ax=function(a,b){const c=a.x,d=a.y,e=a.a;a=a.f;b.set(1-2*(d*d+e*e),2*(c*d-e*a),2*(c*e+d*a),0,2*(c*d+e*a),1-2*(c*c+e*e),2*(d*e-c*a),0,2*(c*e-d*a),2*(d*e+c*a),1-2*(c*c+d*d),0,0,0,0,1)},bx=function(a,b){isFinite(b)?(a.x*=b,a.y*=b,a.a*=b):(a.x=0,a.y=0,a.a=0)},cx=function(a,b){return a.x*b.x+a.y*b.y+a.a*b.a},dx=function(a,b,c){const d=b.x,e=b.y;
2
+ b=b.a;const f=c.x,g=c.y;c=c.a;a.x=e*c-b*g;a.y=b*f-d*c;a.a=d*g-e*f;return a},ex=function(a,b,c){b=b.a;c=c.a;const d=a.a;let e=0;do d[4*e]=b[4*e]*c[0]+b[4*e+1]*c[4]+b[4*e+2]*c[8]+b[4*e+3]*c[12],d[4*e+1]=b[4*e]*c[1]+b[4*e+1]*c[5]+b[4*e+2]*c[9]+b[4*e+3]*c[13],d[4*e+2]=b[4*e]*c[2]+b[4*e+1]*c[6]+b[4*e+2]*c[10]+b[4*e+3]*c[14],d[4*e+3]=b[4*e]*c[3]+b[4*e+1]*c[7]+b[4*e+2]*c[11]+b[4*e+3]*c[15];while(4>++e);return a},gx=function(a){var b=new fx(0,0,0),c=new fx(0,0,1);const d=new fx,e=new fx,f=new fx;a=a.a;var g=
3
+ new fx(0,1,0);f.x=b.x-g.x;f.y=b.y-g.y;f.a=b.a-g.a;g=f.length();bx(f,1/g);c=dx(d,c,f);g=c.length();bx(c,1/g);dx(e,f,d);a[0]=d.x;a[1]=d.y;a[2]=d.a;a[3]=-cx(d,b);a[4]=e.x;a[5]=e.y;a[6]=e.a;a[7]=-cx(e,b);a[8]=f.x;a[9]=f.y;a[10]=f.a;a[11]=-cx(f,b);a[12]=0;a[13]=0;a[14]=0;a[15]=1},hx=function(a,b,c){b=a.a.createShader(b?a.a.FRAGMENT_SHADER:a.a.VERTEX_SHADER);a.a.shaderSource(b,c);a.a.compileShader(b);if(!a.a.getShaderParameter(b,a.a.COMPILE_STATUS))throw new _.I(1,9,9004,"Unable to compile GL shader: "+
4
+ a.a.getShaderInfoLog(b));return b},ix=function(a){a.a&&(a.a.removeEventListener("mousemove",a.A,!1),a.a.removeEventListener(Xw,a.A,!1),a.a.removeEventListener("mouseup",a.B,!1),a.a.removeEventListener("touchend",a.B,!1))},jx=function(a){const b=$w(1,0,a.l*Math.PI/180);ax($w(0,1,a.j*Math.PI/180),a.O);ax(b,a.R);gx(a.Y);ex(a.$,a.O,a.Y);ex(a.G,a.R,a.$)},Zw=class{constructor(a,b,c,d){this.x=a||0;this.y=b||0;this.a=c||0;this.f=d||1}};var fx=class{constructor(a,b,c){this.x=a||0;this.y=b||0;this.a=c||0}length(){return Math.sqrt(this.x*this.x+this.y*this.y+this.a*this.a)}};var kx=class{constructor(){this.a=new Float32Array([1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1])}set(a,b,c,d,e,f,g,h,k,l,m,n,r,u,v,y){const A=this.a;A[0]=a;A[4]=b;A[8]=c;A[12]=d;A[1]=e;A[5]=f;A[9]=g;A[13]=h;A[2]=k;A[6]=l;A[10]=m;A[14]=n;A[3]=r;A[7]=u;A[11]=v;A[15]=y;return this}};var lx=class{constructor(a){this.a=a;this.f=a.createProgram();this.l=hx(this,!1,"uniform highp mat4 Mvpm;\nattribute highp vec4 aPosition;\nattribute highp vec2 aTexCoord;\nvarying highp vec2 oTexCoord;\nvoid main()\n{\n gl_Position \x3d Mvpm * aPosition;\n oTexCoord \x3d aTexCoord;\n}\n");this.j=hx(this,!0,"precision highp float;\nuniform sampler2D Texture0;\nvarying highp vec2 oTexCoord;\nvoid main()\n{\n gl_FragColor \x3d texture2D(Texture0, oTexCoord);\n gl_FragColor.w \x3d 1.0;\n}\n");
5
+ a.attachShader(this.f,this.l);a.attachShader(this.f,this.j);a.bindAttribLocation(this.f,0,"aPosition");a.bindAttribLocation(this.f,1,"aTexCoord");a.linkProgram(this.f);if(!a.getProgramParameter(this.f,a.LINK_STATUS))throw new _.I(1,9,9004,"Unable to initialize shader");a.useProgram(this.f);this.h=a.getUniformLocation(this.f,"Mvpm");a.uniform1i(a.getUniformLocation(this.f,"Texture0"),0);a.useProgram(null)}};var mx=class{constructor(a){this.a=a;var b=[];let c,d;for(d=0;70>=d;d++){var e=3>=d?d/4/64:67<=d?(63+(d-66)/4)/64:(d-3)/64;var f=(e-.5)*Math.PI;const g=Math.cos(f);for(c=0;128>=c;c++){const h=c/128,k=(.5+h)*Math.PI*2;128===c?(b.push(b[645*d]),b.push(b[645*d+1]),b.push(b[645*d+2])):(b.push(100*Math.cos(k)*g),b.push(100*Math.sin(k)*g),b.push(100*Math.sin(f)));0===d||70===d?b.push(.5):b.push(1-h);b.push(1-e)}}e=[];for(c=0;128>c;c++)for(d=0;70>d;d++)f=5*(129*d+c),e.push(b[f],b[f+1],b[f+2],b[f+3],b[f+
6
+ 4]),f=5*(129*d+c+1),e.push(b[f],b[f+1],b[f+2],b[f+3],b[f+4]),f=5*(129*(d+1)+c),e.push(b[f],b[f+1],b[f+2],b[f+3],b[f+4]),f=5*(129*(d+1)+c),e.push(b[f],b[f+1],b[f+2],b[f+3],b[f+4]),f=5*(129*d+c+1),e.push(b[f],b[f+1],b[f+2],b[f+3],b[f+4]),f=5*(129*(d+1)+c+1),e.push(b[f],b[f+1],b[f+2],b[f+3],b[f+4]);this.h=e.length/5;this.f=a.createBuffer();b=new Float32Array(e);a.bindBuffer(a.ARRAY_BUFFER,this.f);a.bufferData(a.ARRAY_BUFFER,b,a.STATIC_DRAW)}};var nx=class{constructor(a,b){this.a=b;this.f=this.a.createTexture();b.activeTexture(b.TEXTURE0);b.bindTexture(b.TEXTURE_2D,this.f);b.texImage2D(b.TEXTURE_2D,0,b.RGB,b.RGB,b.UNSIGNED_BYTE,a);b.texParameteri(b.TEXTURE_2D,b.TEXTURE_MAG_FILTER,b.LINEAR);b.texParameteri(b.TEXTURE_2D,b.TEXTURE_MIN_FILTER,b.LINEAR);b.texParameteri(b.TEXTURE_2D,b.TEXTURE_WRAP_S,b.CLAMP_TO_EDGE);b.texParameteri(b.TEXTURE_2D,b.TEXTURE_WRAP_T,b.CLAMP_TO_EDGE);b.bindTexture(b.TEXTURE_2D,null)}};var ox={alpha:!1,depth:!0,stencil:!1,antialias:!0,premultipliedAlpha:!1,preserveDrawingBuffer:!1,devicePixelRatio:1},px=class extends _.Zv{constructor(){super();this.o=this.w=this.K=this.I=this.C=this.W=this.G=this.f=this.a=this.m=null;this.g=new _.S("clpp.vr");this.H=70;this.U=1;this.M=this.L=!1;this.F=()=>{if(this.a&&this.f){this.f.viewport(0,0,this.a.width,this.a.height);{const a=this.K.a,b=Math.tan(.5*this.H*Math.PI/180);a[0]=1/(this.a.width/this.a.height*b);a[1]=0;a[2]=0;a[3]=0;a[4]=0;a[5]=1/
7
+ b;a[6]=0;a[7]=0;a[8]=0;a[9]=0;a[10]=2E3/-1999.9;a[11]=200/-1999.9;a[12]=0;a[13]=0;a[14]=-1;a[15]=1}}};this.l=this.j=0;this.h={x:0,y:0};this.O=new kx;this.R=new kx;this.Y=new kx;this.$=new kx;this.A=this.ba.bind(this);this.B=this.ha.bind(this);this.J=this.da.bind(this)}onPlayerCreated(a){this.g.info("Player created");this.m=a}onContentWillLoad(a){const b=a.getConfiguration();if(b.vr&&b.vr.enable){{var c=b.vr,d=c.fieldOfView;const e=c.sensitivity,f=c.invertHorizontalControl;c=c.invertVerticalControl;
8
+ if(void 0!==d&&_.th(d))this.H=d;else throw new _.I(1,7,7100,"fieldOfView configuration must be a number");if(void 0!==e&&_.th(e)&&0<e)this.U=e;else throw new _.I(1,7,7100,"sensitivity configuration must be a positive number");this.L=!!f;this.M=!!c}if(a=a.getSurface())if((d=a.getMedia())&&d.tagName.toLowerCase()===_.w){this.g.info("Initialize VR Surface");if(!this.a){this.a=document.createElement("canvas");this.a.style.width="100%";this.f=this.a.getContext("webgl",ox)||this.a.getContext("experimental-webgl",
9
+ ox);if(!this.f)throw new _.I(1,9,9003,"Unable to create GL context");this.G=new kx;gx(this.G);this.W=new mx(this.f);this.C=new lx(this.f);this.I=new kx;this.K=new kx;this.o=this.w=null;this.a.addEventListener(_.Lf,this.F)}a.addElementToContainer(this.a,!0,!0);a.hideMediaElement();b.vr.attachMouseListener&&(this.a.addEventListener("mousedown",this.J,!1),this.a.addEventListener(Yw,this.J,!1));this.F();this.S()}else this.g.info("No video element found, can not initialize VR plugin");else this.g.info("No surface found, can not initialize VR plugin")}}onPlayerWillRelease(){this.g.info("Releasing VR plugin resources");
10
+ this.w&&cancelAnimationFrame(this.w);this.h.x=0;this.l=this.j=this.h.y=0;this.f&&(delete this.f,this.f=null);this.a&&(ix(this),this.a.removeEventListener(_.Lf,this.F),this.a.parentElement.removeChild(this.a),this.a.removeEventListener("mousedown",this.J,!1),delete this.a,this.a=null)}onPlayerWillDestroy(){const a=this;return _.x(function*(){a.m=null})}id(){return"vr"}S(){if(this.m&&this.f){var a=this.m.getSurface();if(a&&(a=a.getMedia())&&a.tagName.toLowerCase()===_.w){this.w=requestAnimationFrame(this.S.bind(this));
11
+ var b=this.f;this.o||a.readyState!==a.HAVE_ENOUGH_DATA||(this.o=new nx(a,b));b.clearColor(0,0,0,1);b.clearDepth(1);b.clearStencil(0);b.enable(b.DEPTH_TEST);b.depthFunc(b.LEQUAL);b.frontFace(b.CCW);b.cullFace(b.BACK);b.disable(b.CULL_FACE);b.enable(b.BLEND);b.blendFunc(b.SRC_ALPHA,b.ONE_MINUS_SRC_ALPHA);b.depthMask(!0);b.clearColor(0,0,0,1);b.clear(b.COLOR_BUFFER_BIT|b.DEPTH_BUFFER_BIT);if(this.o){var c=this.C;c.a.useProgram(c.f);{c=ex(this.I,this.K,this.G).a;let d;d=c[1];c[1]=c[4];c[4]=d;d=c[2];c[2]=
12
12
  c[8];c[8]=d;d=c[6];c[6]=c[9];c[9]=d;d=c[3];c[3]=c[12];c[12]=d;d=c[7];c[7]=c[13];c[13]=d;d=c[11];c[11]=c[14];c[14]=d}b.uniformMatrix4fv(this.C.h,!1,this.I.a);c=this.o;c.a.activeTexture(c.a.TEXTURE0);c.a.bindTexture(c.a.TEXTURE_2D,c.f);b.texImage2D(b.TEXTURE_2D,0,b.RGB,b.RGB,b.UNSIGNED_BYTE,a);a=this.W;a.a.bindBuffer(a.a.ARRAY_BUFFER,a.f);a.a.vertexAttribPointer(0,3,a.a.FLOAT,!1,20,0);a.a.vertexAttribPointer(1,2,a.a.FLOAT,!1,20,12);a.a.enableVertexAttribArray(0);a.a.enableVertexAttribArray(1);a.a.drawArrays(a.a.TRIANGLES,
13
- 0,a.h);a=this.o;a.a.bindTexture(a.a.TEXTURE_2D,null);this.C.a.useProgram(null)}}}}da(a){this.g.debug("Mouse Down. Enable VR mouse interaction");a.preventDefault();if(0===a.button||a.type===Ew)a.type===Ew?a.touches[0]&&(this.h.x=a.touches[0].clientX,this.h.y=a.touches[0].clientY):(this.h.x=a.clientX,this.h.y=a.clientY),this.g.debug("Mouse Start coordinates:",this.h,a),this.a.addEventListener("mousemove",this.A,!1),this.a.addEventListener(Dw,this.A,!1),this.a.addEventListener("mouseup",this.B,!1),this.a.addEventListener("touchend",
14
- this.B,!1)}aa(a){a.preventDefault();var b=a.clientX;let c=a.clientY;a.type===Dw&&a.touches[0]&&(b=a.touches[0].clientX,c=a.touches[0].clientY);a=this.h.x-b;const d=this.h.y-c;this.h.x=b;this.h.y=c;b=this.V;const {Lg:e,Mg:f}={Lg:a*b*(this.L?-1:1),Mg:d*b*(this.M?-1:1)};this.j+=e;this.l+=f;Qw(this)}fa(a){this.g.debug("Mouse Up. Removing mouse interaction listeners");a.preventDefault();Pw(this)}Bh(a,b){this.l=b;this.j=a;Qw(this)}fh(){return{x:this.j,y:this.l}}Vh(a){this.H=a;this.F()}};
15
- _.z("clpp.vr.VrPlugin",Ww);Ww.prototype.setCameraFieldOfView=Ww.prototype.Vh;Ww.prototype.getCameraCoordinates=Ww.prototype.fh;Ww.prototype.moveCamera=Ww.prototype.Bh;Ww.Id="vr";_.ur(new class{create(){return new Ww}});};f.call(g, window);
13
+ 0,a.h);a=this.o;a.a.bindTexture(a.a.TEXTURE_2D,null);this.C.a.useProgram(null)}}}}da(a){this.g.debug("Mouse Down. Enable VR mouse interaction");a.preventDefault();if(0===a.button||a.type===Yw)a.type===Yw?a.touches[0]&&(this.h.x=a.touches[0].clientX,this.h.y=a.touches[0].clientY):(this.h.x=a.clientX,this.h.y=a.clientY),this.g.debug("Mouse Start coordinates:",this.h,a),this.a.addEventListener("mousemove",this.A,!1),this.a.addEventListener(Xw,this.A,!1),this.a.addEventListener("mouseup",this.B,!1),this.a.addEventListener("touchend",
14
+ this.B,!1)}ba(a){a.preventDefault();var b=a.clientX;let c=a.clientY;a.type===Xw&&a.touches[0]&&(b=a.touches[0].clientX,c=a.touches[0].clientY);a=this.h.x-b;const d=this.h.y-c;this.h.x=b;this.h.y=c;b=this.U;const {Ug:e,Vg:f}={Ug:a*b*(this.L?-1:1),Vg:d*b*(this.M?-1:1)};this.j+=e;this.l+=f;jx(this)}ha(a){this.g.debug("Mouse Up. Removing mouse interaction listeners");a.preventDefault();ix(this)}Ph(a,b){this.l=b;this.j=a;jx(this)}rh(){return{x:this.j,y:this.l}}ii(a){this.H=a;this.F()}};
15
+ _.z("clpp.vr.VrPlugin",px);px.prototype.setCameraFieldOfView=px.prototype.ii;px.prototype.getCameraCoordinates=px.prototype.rh;px.prototype.moveCamera=px.prototype.Ph;px.Id="vr";_.Nr(new class{create(){return new px}});};f.call(g, window);