@castlabs/prestoplay 6.23.1 → 6.24.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 +14 -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 +113 -113
  6. package/cjs/cl.conviva.js +32 -32
  7. package/cjs/cl.core.js +608 -591
  8. package/cjs/cl.crypto.js +9 -9
  9. package/cjs/cl.dash.js +87 -86
  10. package/cjs/cl.externs.js +94 -30
  11. package/cjs/cl.freewheel.js +25 -24
  12. package/cjs/cl.hls.js +73 -71
  13. package/cjs/cl.hlssmpte.js +6 -6
  14. package/cjs/cl.htmlcue.js +30 -30
  15. package/cjs/cl.ima.js +23 -23
  16. package/cjs/cl.mse.js +344 -339
  17. package/cjs/cl.muxdata.js +15 -15
  18. package/cjs/cl.onboard.js +3 -3
  19. package/cjs/cl.persistent.js +14 -13
  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 +71 -71
  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 +492 -478
  39. package/cl.crypto.js +9 -9
  40. package/cl.dash.js +81 -80
  41. package/cl.externs.js +94 -30
  42. package/cl.freewheel.js +19 -19
  43. package/cl.hls.js +75 -74
  44. package/cl.hlssmpte.js +5 -5
  45. package/cl.htmlcue.js +26 -26
  46. package/cl.ima.js +17 -17
  47. package/cl.mse.js +307 -305
  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 +59 -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 +44 -10
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 bQ="An unknown error occurred while trying to get volume",cQ="Cannot get loading rendition due to platform limitations",dQ="SecurityError",eQ="The require privilege is: http://tizen.org/privilege/tv.audio",fQ="|STARTBITRATE\x3d",gQ=function(a,b,c){const d=e=>{c.call(a,e);a.removeEventListener(b,d)};a.addEventListener(b,d)},jQ=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 hQ(a):yield iQ(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)});}})},lQ=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=_.Jj([b.serverurl&&""!==b.serverurl?b.serverurl:c.qd],_.Fj());c.type=3;c.body=e.buffer;c.method=_.rb;try{var f=yield a.D.yb.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(kQ,"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)}})},hQ=function(a){return _.x(function*(){try{webapis.avplay.setDrm(kQ,
5
+ "Initialize",""),webapis.avplay.setDrm(kQ,"widevine_app_session",a.l.id),webapis.avplay.setDrm(kQ,"widevine_data_type",a.l.type)}catch(b){throw b;}})},iQ=function(a,b){return _.x(function*(){var c={};c[mQ]=!b.Pe;c[nQ]=b.qd;""!==b.customData&&(c[oQ]=b.customData);c=JSON.stringify(c);a.g.debug("PlayReady properties: ",c);try{webapis.avplay.setDrm(pQ,"SetProperties",c)}catch(d){throw d;}})},rQ=function(a,b){if(a.f!==b)if(a.f===_.$o&&b!==_.gp)a.g.debug(_.cC+`${qQ(b)}`);else{var c=(new Date).getTime();
6
+ a.j=a.f;a.f=b;a.f===_.cp?(a.o=(new Date).getTime(),a.m.trigger(new _.D(_.ad,{detail:{bufferedTimeMS:-1,reason:a.h}}))):a.j===_.cp&&a.m.trigger(new _.D(_.$c,{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(_.Zf,{detail:b}));a.g.debug("State changed:",qQ(a.j),"-\x3e",qQ(a.f))}},qQ=function(a){return Object.keys(_.fp)[a]},uQ=function(a){if(a.l){var b=a.a.getState(),c=a.f;switch(b){case sQ:c=_.jp;break;case tQ:c=
7
+ _.ip;break;default:a.m.isEnded()?c=_.Zo:a.g.debug("Inconsistent AVPlay playback state:",b)}rQ(a,c)}},vQ=function(a){return _.x(function*(){const b=a.m.getConfiguration();let c;(c=yield _.at(a.B.url,a.m.getNetworkEngine(),b.manifest.attemptParameters,a.B.type||null))&&c.configure(b.manifest);return c})},wQ=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},xQ=function(a){const b=document.createElement(_.w),c=new _.pJ,d=new _.wI,e=a.m.getTextDisplayer();
8
+ return new _.rJ(b,c,e,d,a.m.getConfiguration())},yQ=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),be:()=>{},cd:()=>new _.oK,pe:()=>!1,$c:null};return new _.LJ(a.a,b)},zQ=function(a){const b=a.m.getPosition();let c=null;for(const d of a.a.periods)d.startTime<=b&&(c=d);return c},AQ=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 _.dk(String(c++),_.L);e.mimeType=a[d].mimeType;e.language=a[d].language;e.roles=a[d].roles;e.kind=a[d].kind||_.NC;const f=new _.lk(String(a[d].id),e);f.bandwidth=a[d].bandwidth||null;e.renditions.push(f);b.push(e)}return b},BQ=function(a){if(a.h&&!a.h.getTextDisplayer().isTextVisible())return null;
10
+ if(a.f){const b=_.lH(a.f,_.H);let c=null;if(b){a=AQ(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},CQ=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===_.ke,a.a&&a.f)){a.setTextVisibility(!0);const c=zQ(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):(_.yH(a.f,b,!0,0),a.m.trigger(new _.D(_.ig))),
11
+ a.o=b.language):a.g.error(_.aC,d.id)}},DQ=function(a){const b=a.oa();b&&a.m.trigger(new _.D(_.Yc,{detail:{width:b.width,height:b.height,bandwidth:b.bandwidth,rendition:b}}))},EQ=function(a,b){a.m.trigger(new _.D(_.Jg,{details:{width:b.width,height:b.height,bandwidth:b.bandwidth,track:b.track,abrSelection:a.a.o}}))},FQ=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},GQ=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++)_.th(a[d].renditions[e],b,Object.keys(b))&&c.push(a[d].renditions[e]);return c[0]||null},HQ=function(a){const b=a.m.getConfiguration();var c=_.oi(b.preferredAudioLanguage||[]);const d=a.f[_.M]||[];if(d.length){var e=null;c.some(g=>{e=_.jD(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.ya(c)}else a.g.debug("Preferred language(s) not available")}else a.g.debug("Could not set preferred audio language")},NQ=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===IQ),f=b.filter(l=>l.type===JQ);const g=[];for(var h=0;h<f.length;h++){const l=FQ(a,f[h].extra_info);if(l){var k=_.Pi(l.language||_.sg);k=_.Zj(k);k=c(g,k);k||(k=new _.dk(String(a.h++),_.M),g.push(k));k.renditions.push(KQ(f[h].index,
14
+ l,k))}else a.g.warn("Skipping audio stream with no extra info")}c=new _.dk(String(a.h++),_.N);for(f=0;f<e.length;f++)(h=FQ(a,e[f].extra_info))?c.renditions.push(LQ(e[f].index,h,c)):a.g.warn("Skipping video stream with no extra info");e=[];e=a.j?AQ(a.j):MQ(a,b);d[_.N]=[c];d[_.M]=g;d[_.L]=e;return d},QQ=function(a,b){if(b===_.L&&a.j)return BQ(a.j);var c=OQ(a.a)||[];if(0===c.length)return null;c=c.filter(e=>e.type===b.toUpperCase())[0];var d=null;b===_.N&&(d=FQ(a,c.extra_info),d=GQ(a,{width:d.Width,
15
+ height:d.Height}));b===_.M&&(c?(d=PQ(a,c,_.M),a.l=d):d=a.l);b===_.L&&(c?(d=PQ(a,c,_.L),a.o=d):d=a.o);return d},TQ=function(a,b){if(b){const c=b.track.type.toUpperCase();RQ(a.a,c,Number(b.id)).then(()=>{c===JQ&&(a.l=b,a.m.trigger(new _.D(_.Wc)));c===SQ&&(a.o=b,a.m.trigger(new _.D(_.ig)))}).catch(()=>{a.g.error("Could not select "+c+" track.")})}else a.g.debug("Must provide valid rendition")},KQ=function(a,b,c){const d=_.Pi(b.language||_.sg);c.language=_.Zj(d);c.originalLanguage=d;c.channelsCount=b.channels?
16
+ Number(b.channels):null;c.mimeType=_.Tc;a=new _.lk(String(a),c);a.track=c;a.codec=b.fourCC||null;a.bandwidth=b.bit_rate||null;return a},LQ=function(a,b,c){c.mimeType=_.Hg;a=new _.lk(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},UQ=function(a,b,c){b=_.Pi(b.track_lang||_.sg);c.mimeType="text/ttml";c.language=_.Zj(b);c.originalLanguage=b;c.kind=_.NC;return new _.lk(String(a),c)},MQ=function(a,b){b=
17
+ b.filter(d=>d.type===SQ);const c=[];for(let d=0;d<b.length;d++){const e=FQ(a,b[d].extra_info);if(!e){a.g.warn("Skipping text stream with no extra info");continue}const f=new _.dk(String(a.h++),_.L);f.renditions.push(UQ(b[d].index,e,f));c.push(f)}return c},PQ=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},VQ=function(a){return a.f&&a.a?a.a.xi:webapis.avplay.getTotalTrackInfo()},
18
+ XQ=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=WQ(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===tQ?a.pause():a.play()})}catch(d){return Promise.reject(d)}},YQ=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)}},RQ=function(a,b,c){b=b.toUpperCase();b===SQ&&YQ(a,!0);const d=a.j[b];d&&(d.he.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,xf:0,he:new _.Mk(()=>g(h,c,!0))}),(k=a.j[h])&&3>k.xf?(!a.w&&++k.xf,k.he.ia(a.w?.5:.25)):(a.g.debug("Could not set track after multiple attempts.Giving up..."),k&&k.he.stop(),a.j[h]=null,f())}};g(b,c)})},OQ=function(a){return a.f&&a.a?a.a.dh:webapis.avplay.getCurrentStreamInfo()},ZQ=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;})})},aR=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($Q,{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)}},bR=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)}},cR=function(a,b){try{const c=b.estimatedBandwidth||0,d=b.currentBandwidth||0;a.g.debug({estimatedBandwidth:c,Mi:d});0!==c&&0!==d&&c>=1.15*d&&webapis.avplay.setStreamingProperty("ADAPTIVE_INFO",fQ+d)}catch(c){a.g.debug(c)}},dR=function(a,b){try{webapis.avplay.setStreamingProperty("ADAPTIVE_INFO","|BITRATES\x3d"+b+fQ+b)}catch(c){throw a.g.debug("Could not set fixed bandwidth",c),c;}},eR=function(a){let b=null;try{b=tizen.tvaudiocontrol.isMute()}catch(c){switch(c.name){case dQ:a.g.warn("The application doesn't have the privilege to get the mute state.",
23
+ eQ);break;default:a.g.warn(bQ,c)}}return!!b},WQ=function(a){return{position:a.getPosition(),state:a.m.getState(),Bf:a.getState(),playbackRate:a.getPlaybackRate(),isLive:a.isLive(),duration:a.getDuration(),isMuted:eR(a),volume:a.getVolume(),xi:VQ(a),dh:OQ(a)}},fR=function(){return new Promise((a,b)=>{if(window.webapis)a();else{const c=document.createElement("script");gQ(c,_.Ce,d=>a(d));gQ(c,_.r,d=>b(d));c.src="$WEBAPIS/webapis/webapis.js";document.querySelector("head").appendChild(c)}})},gR=function(a){return _.x(function*(){yield fR();
24
+ const b=new Promise(c=>{(new _.Mk(c)).ia(5)});if(!(yield Promise.race([ZQ(a).then(()=>!0),b.then(()=>!1)])))return a.g.debug("Took to long for the SDK to be ready"),Promise.reject("SDK Timeout")})},hR=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!");bR(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)}})})},iR=function(a,
25
+ b){try{tizen.tvaudiocontrol.setMute(b)}catch(c){switch(c.name){case dQ:a.g.warn("The application does not have the privilege to set mute.",eQ);break;default:a.g.warn(bQ,c)}}},nR=function(a,b,c){return _.x(function*(){a.l=_.mp(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(jR)),f=c.currentPosition);try{let g=a.l[d].url;if(a.l[d].type===_.Jc&&!g.includes(".mpd")){const h=
26
+ new URL(g);h.searchParams.append("cl-ext",".mpd");g=h.toString()}webapis.avplay.open(g);e.nextBandwidth?(dR(a,e.nextBandwidth),a.o=!1):(a.o||cR(a,e),a.o=!0);aR(a);if(b.drm&&b.drm.env){const h={onError:k=>a.m.onError(k),yb:a.m.getNetworkEngine()};a.h=new kR(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(lR));yield hR(a);a.f||a.trigger(new _.D(mR));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&&iR(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;}})},oR=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())},kR=class{constructor(a,b){this.h=a;this.o=null;this.a=_.Qe;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=_.dm[a.h.env]||null;if(!b)throw a.g.debug(_.ua,_.vb+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=_.fm(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 jQ(a);a.j=!0})}release(){const a=this;return _.x(function*(){a.j=!1;a.o=null;a.a=_.Qe;a.l=null;a.f=new Map})}getDrmInfo(){return this.o}},mQ="DeleteLicenseAfterUse",nQ="LicenseServer",oQ="CustomData";var uR=class{constructor(a){this.m=a;this.a=this.m.a;this.f=_.gp;this.j=_.pv;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(jR,this.C,this);this.a.on(pR,this.B,this);this.a.on(qR,this.A,this);this.a.on(lR,this.H,this);this.a.on(mR,this.G,this);this.a.on(rR,this.F,this)}release(){rQ(this,_.gp);this.l=!1;this.o=-1;this.h=2}destroy(){this.release();this.a.off(jR,this.C);this.a.off(pR,this.B);this.a.off(qR,this.A);this.a.off(lR,
31
+ this.H);this.a.off(mR,this.G);this.a.off(rR,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;rQ(this,_.cp)}B(a){this.g.debug("Buffering progress: "+a.percent+" %. Player state: ",qQ(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()===sR;if(!a&&b){rQ(this,_.ip);return}}if(a=this.f!==_.hp)a=this.a.getState(),a=a===
32
+ sQ||a===tQ;a&&uQ(this)}H(){this.g.debug("Preparing starts. AVPlay State: ",this.a.getState());this.a.getState()===tR?rQ(this,_.hp):this.g.error("AVPlay prepares while state is not IDLE")}G(){this.g.debug("Preparing ends: AVPlay state:",this.a.getState())}F(){rQ(this,_.Zo)}getState(){return this.f}};var vR=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 vQ(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&&wQ(b.a)){b.h=xQ(b);try{yield b.h.open();b.f=yQ(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(_.EC,
34
+ a);this.w=!0;let b=_.kG(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&&(_.yH(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 zR=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 wR:0<Object.keys(this.f).length||(this.g.debug("Loading track manager!"),this.load());b=webapis.avplay.getCurrentStreamInfo();0<b.length&&(b=+FQ(this,b[0].extra_info).Bit_rate,b=GQ(this,{bandwidth:b}))&&(this.w=b,EQ(this,b));break;case xR:DQ(this);break;default:this.g.debug("Event type: "+
36
+ b+" data: "+a)}}A(a){a.detail.currentState===_.jp&&this.m.off(_.Zf,this.A)}initialize(a){this.m=a;this.a=this.m.a;this.m.on(_.Zf,b=>{this.B||(b=b.detail,b.currentState===_.jp&&(this.g.debug("Current state",b.currentState),this.B=!0,HQ(this)))});this.a.on(yR,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(_.Zf,this.A);this.m.on(_.Zf,this.A,this);try{const a=VQ(this.a);this.f=NQ(this,a);
37
+ const b=this.f[_.M]||[];b.length&&(this.l=b[0].renditions[0]||null);DQ(this)}catch(a){this.g.debug("Could not load track manager")}}}destroy(){this.a.off(yR,this.C);this.a=this.m=null}getVideoTracks(){return this.f[_.N]||[]}getAudioTracks(){return this.f[_.M]||[]}na(){return this.f[_.L]||[]}oa(){return QQ(this,_.N)}Ra(){return QQ(this,_.M)}Va(){return QQ(this,_.L)}vb(){return this.w}Gb(){this.g.info(cQ);return null}Hb(){this.g.info(cQ);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(),XQ(this.a,a.bandwidth,null).then(()=>{DQ(this)})):0<a.renditions.length&&this.nb(a.renditions[0])}ya(a){a?TQ(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?CQ(this.j,a.track):TQ(this,a)):(this.g.debug("Disabling text tracks"),this.o=null,YQ(this.a,!1),this.m.trigger(new _.D(_.ig)))}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,EQ(this,a),XQ(this.a,b.bandwidth,a.bandwidth).then(()=>{DQ(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){TQ(this,a)}Cb(a){this.j?CQ(this.j,a.track):TQ(this,a)}addTextTrack(){}ua(){return this.a.o}};zR.prototype.isAbrEnabled=zR.prototype.ua;
40
+ zR.prototype.addTextTrack=zR.prototype.addTextTrack;zR.prototype.setTextRendition=zR.prototype.Cb;zR.prototype.setAudioRendition=zR.prototype.Bb;zR.prototype.setVideoRendition=zR.prototype.nb;zR.prototype.setTextTrack=zR.prototype.Xa;zR.prototype.setAudioTrack=zR.prototype.ya;zR.prototype.setVideoTrack=zR.prototype.Db;zR.prototype.getTextTrack=zR.prototype.xa;zR.prototype.getAudioTrack=zR.prototype.ra;zR.prototype.getVideoTrack=zR.prototype.Ia;zR.prototype.getLoadingTextRendition=zR.prototype.Hb;
41
+ zR.prototype.getLoadingAudioRendition=zR.prototype.Gb;zR.prototype.getLoadingVideoRendition=zR.prototype.vb;zR.prototype.getTextRendition=zR.prototype.Va;zR.prototype.getAudioRendition=zR.prototype.Ra;zR.prototype.getVideoRendition=zR.prototype.oa;zR.prototype.getTextTracks=zR.prototype.na;zR.prototype.getAudioTracks=zR.prototype.getAudioTracks;zR.prototype.getVideoTracks=zR.prototype.getVideoTracks;var DR=class extends _.Bu{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(jR))}I(a){this.w=!0;this.trigger(new _.D(pR,{percent:a}))}H(){this.w=!1;this.trigger(new _.D(qR))}M(){this.trigger(new _.D(rR))}L(a,b){this.trigger(new _.D(yR,{eventid:a,data:b}))}O(a,b,c,d,e){this.trigger(new _.D(AR,{duration:a,text:b,subtitleType:c,
42
+ attriCount:d,attributes:e}))}K(a,b){this.trigger(new _.D(BR,{drmType:a,drmData:b}));this.h&&(a=this.h,a.j&&(a.a===_.Jd&&"Challenge"===b.name?lQ(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(CR,{eventType:a}))}play(){const a=this.getState(),b=()=>new Promise((c,d)=>{let e=null;const f=()=>{c();clearTimeout(e)};this.one($Q,f,this);e=setTimeout(()=>{this.off($Q,f);d("Timeout")},3E4)});if(a===tR)return(new Promise((c,
43
+ d)=>{webapis.avplay.prepareAsync(()=>{bR(this);c(webapis.avplay.play())},e=>{this.trigger(new _.D(CR));d(e)})})).then(()=>b());if(a===tQ||a===sR)try{return webapis.avplay.play(),b()}catch(c){return Promise.reject(c)}return a===sQ?Promise.resolve():Promise.reject("Player is in invalid state")}pause(){try{webapis.avplay.pause()}catch(a){Promise.reject(a)}return this.getState()===tQ?Promise.resolve():Promise.reject()}setPlaybackRate(a){const b=this.getState();if(b===sR||b===sQ||b===tQ){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 gR(c),yield nR(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(_.Bg));webapis.avplay.seekTo(b,()=>{this.C=!1;this.m.trigger(new _.D(_.Ag));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.he.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 dQ:this.g.debug("The application does not have the privilege to get the volume.",eQ);break;default:this.g.debug(bQ,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 dQ:this.g.warn("The application does not have the privilege to set the volume.",eQ);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()]}},tR="IDLE",sR="READY",sQ="PLAYING",tQ="PAUSED",IQ=_.Sb,JQ=_.CB,SQ="TEXT",xR="PLAYER_MSG_RESOLUTION_CHANGED",wR="PLAYER_MSG_BITRATE_CHANGE",pQ="PLAYREADY",kQ="WIDEVINE_CDM";var HR=class extends _.Bu{constructor(){super();this.a=new DR(this);this.f=new uR(this);this.configuration=this.B=_.Ml();this.w=null;this.g=new _.S("clpp.tizen.Player");this.j=null;this.l=new zR;this.C=new _.Dr;this.o=this.h=null;this.A=!1}I(){this.g.debug("On Stream completed. Current time: ",this.getPosition());this.trigger(new _.D(_.ie));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(_.ng,
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=_.pj(d))&&this.o.append([new _.Zt(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}`);rQ(this.f,_.$o);a=new _.I(_.F,7,7200,{tizenerror:a.eventType});this.a.release();this.trigger(new _.D(_.r,{detail:a}))}init(a,
50
+ b){this.configuration=this.B=b;this.w=a;this.a.on(rR,this.I,this);this.a.on($Q,this.F,this);this.a.on(AR,this.J,this);this.a.on(BR,this.G,this);this.a.on(CR,this.H,this);this.a.on(qR,this.K,this);this.f.initialize();this.l.initialize(this);this.g.debug("Initializing player surface");this.w.hideMediaElement();a=ER;ER+=1;a="__clpp_tizen_player_"+a;this.j=_.Cp(_.Re,{id:a,type:"application/avplayer"});this.w.addElementToContainer(this.j,!0);var c=this.w.getMedia();if(c){a=this.j;{b=[_.Ug,_.ne,"position",
51
+ _.te,"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}_.Ep(a,d);oR(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(){}getBandwidthEstimate(){return null}destroy(){const a=
52
+ this;return _.x(function*(){yield a.release();a.a.off(rR,a.I);a.a.off($Q,a.F);a.a.off(AR,a.J);a.a.off(BR,a.G);a.a.off(CR,a.H);a.a.off(qR,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 FR}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()===_.Zo?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 _.Au}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=_.Ol(b.B,a);var c=_.Ro(b.configuration,[_.pe,"native"]);b.o=c.create(b);c=_.mp(b.configuration)[0];if(b.configuration.tizen&&b.configuration.tizen.sideStreamText){b.h=
55
+ new vR;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(_.ff));oR(this);return this.a.play().then(()=>{uQ(this.f)})}pause(){return this.a.pause().then(()=>{uQ(this.f)})}getState(){return this.f.getState()}getPeriods(){return[]}onError(a){const b=new _.D(_.r,{detail:a});a.severity===_.F&&(rQ(this.f,_.$o),this.a.release());this.trigger(b);b.defaultPrevented&&(b.a=!0)}getDrmInfo(){return this.a.getDrmInfo()}isEnded(){return this.f.getState()===
56
+ _.Zo}isPaused(){return this.a.getState()===tQ}isMuted(){return eR(this.a)}setMuted(a){iR(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 GR).canPlay(a,b)}getTimelineCues(){return[]}getCueTimeline(){return null}getTextDisplayer(){return this.o}resetAbr(){}},
57
+ FR="clpp.tizen",ER=0,GR=class{a(){return FR}canPlay(a){a=a.type;const b=!!window.webapis;if((a===_.Jc||a===_.Fl||a===_.Oc)&&b){if(_.Qk(2))return 2;if(_.Qk(3)||_.Qk(4)||_.Qk(5)||_.Qk(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 HR}};_.z("clpp.tizen.TizenComponent",class extends _.Iv{f(){_.Jh(new GR)}a(){var a=FR;a&&_.Hh[a]&&(delete _.Hh[a],_.Ih.info("Removed Player factory: '"+a+"'"))}id(){return"tizen"}});var jR="onbufferingstart",pR="onbufferingprogress",qR="onbufferingcomplete",rR="onstreamcompleted",$Q="oncurrentplaytime",yR="onevent",AR="onsubtitlechange",BR="ondrmevent",CR="onerror",lR="preparingstart",mR="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 Ix='application/mp4; codecs\x3d"stpp.ttml"',Jx='application/mp4; codecs\x3d"stpp.ttml.im1i"',Kx='application/mp4; codecs\x3d"stpp.ttml.im1t"',Lx="backgroundColor",Mx="direction",Nx="displayAlign",Ox="region",Px="textAlign",Qx="textDecoration",Rx="writingMode",Sx=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},$x=function(a,b){var c=null;if(Tx.test(a)){{a=Tx.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 Ux.test(a)?c=Vx(Ux,a):Wx.test(a)?c=Vx(Wx,a):Xx.test(a)?(a=Xx.exec(a),c=Number(a[1])/b.frameRate):Yx.test(a)?(a=Yx.exec(a),c=Number(a[1])/b.a):Zx.test(a)&&(c=Vx(Zx,a));return c},Vx=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)},ay=function(a){return a.split(":").pop()},by=function(a){return a.replace(/(\d*\.?\d+)c/g,
3
+ "$1em")},dy=function(a,b){for(;cy.test(a);){const c=cy.exec(a)[0];a=a.replace(c,`${parseInt(c,10)/b}em`)}return a},ey=function(a){return a?a.replace(/(\d*\.?\d+)%/g,(b,c)=>`${c/100}em`):""},fy=function(a,b,c){a=Sx(a,b,Px);if(!a&&c&&(a=Sx(c,b,Px),!a&&"rltb"===Sx(c,b,Rx)))return _.Lf;switch(a){case _.kd:return _.Ut;case _.Lf:case _.he:return _.Lf;default:return _.te}},gy=function(a,b,c){if(_.lj(a.w))return document.createTextNode(_.pj(a.w||""));if(a.A)return _.Cp("br");const d=_.Cp("span");for(const e of a.f)_.Dp(d,
4
+ e);for(const e of a.j)d.appendChild(gy(c.get(e),b,c));return d},jy=function(a,b,c,d){const e=hy.exec(a);a=iy.exec(a);return typeof b===_.t&&0<b&&a?100*Number(a[c])/b:e?Number(e[c]):a?Number(a[c]):d},ky=function(a,b){return typeof b===_.t&&0<b?_.bu:iy.test(a)?0:_.bu},ly=function(a,b,c){return typeof a===_.t?a:typeof b===_.t?b:c},my=function(a,b){a=a.getAttribute("extent");return(a=iy.exec(a))?Number(a[b]):null},oy=function(a){a=a.getAttribute("cellResolution");return(a=ny.exec(a))?Number(a[2]):null},
5
+ qy=function(){return`${"inline-"}${py++}`},sy=function(a){return ry.some(b=>b in a.attributes)},ty=function(a,b){if(0===b.length)return[];const c=[];for(const d of b)a.a.has(d)&&c.push(...ty(a,a.a.get(d).f),d);return c},uy=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)},vy=function(a){return ay(a.h.nodeName)},yy=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={},wy.forEach(l=>{l in k.attributes&&(g[l]=k.attributes[l])}))}if(b.nodeType===b.ELEMENT_NODE){b.hasAttribute(Ox)&&(c=b.getAttribute(Ox));b.hasAttribute(_.dg)&&f.push(...b.getAttribute(_.dg).split(" "));d=Array.from(b.attributes).map(k=>k.name);for(const k of d)d=ay(k),g[d]=b.getAttribute(k);d=g.backgroundImage}c=new xy(b,c,d,e,f,g);a.a.set(b,c);return c},zy=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")}`},Ay=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 By=class extends Ay{constructor(a,b,c){super(a,[],c);this.j=b||""}};var Cy=class extends Ay{constructor(a,b,c){super(a,b,c)}};var Tx=/^(\d{2,}):(\d{2}):(\d{2}):(\d{2})\.?(\d+)?$/,Ux=/^(?:(\d{2,}):)?(\d{2}):(\d{2})$/,Wx=/^(?:(\d{2,}):)?(\d{2}):(\d{2}\.\d+)$/,Xx=/^(\d*(?:\.\d*)?)f$/,Yx=/^(\d*(?:\.\d*)?)t$/,Zx=/^(?:(\d*(?:\.\d*)?)h)?(?:(\d*(?:\.\d*)?)m)?(?:(\d*(?:\.\d*)?)s)?(?:(\d*(?:\.\d*)?)ms)?$/,hy=/^(\d{1,2}(?:\.\d+)?|100(?:\.0+)?)% (\d{1,2}(?:\.\d+)?|100(?:\.0+)?)%$/,iy=/^(\d+)px (\d+)px$/,ny=/^(\d+) (\d+)$/,cy=/(\d+)px/,Dy=/^(\d+px|\d+em|\d*\.?\d+c)$/,ry=[Lx,"color",Mx,Nx,"fontFamily","fontSize","fontStyle","fontWeight",
8
+ "lineHeight","opacity","padding",Px,Qx,"textOutline",Rx,"zIndex"],wy=["begin",_.he];var Ey=class extends Cy{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=$x(this.a.begin,b);b=$x(this.a.end,b);if(null===h||null===b)return null;h+=c;b+=c;c=_.Cp(_.Sd);for(const k of this.j)c.appendChild(gy(g.get(k),e,g));g=new _.Zt(h,b,c.innerHTML.trim(),_.qg);g.cssClassList=[...this.f];g.textAlign=fy(this,e,null);g.writingMode=_.Vt;g.line=-1;g.lineInterpretation=_.Wt;g.lineAlign=_.Xt;g.containerRows=ly(null,oy(a),15);if(this.o&&(f=
9
+ f.get(this.o))){g.region=f.build(a,e);g.textAlign=fy(this,e,f);a:switch(Sx(f,e,Rx)){case "tb":case "tblr":a=_.Eg;break a;case "tbrl":a=_.Fg;break a;default:a=_.Vt}g.writingMode=a;a:switch(Sx(f,e,Nx)){case _.kd:a=50;break a;case "after":a=-1;break a;default:a=0}g.line=a;a:switch(Sx(f,e,Nx)){case _.kd:a=1;break a;default:a=_.Wt}g.lineInterpretation=a;a:switch(Sx(f,e,Nx)){case _.kd:e=_.kd;break a;default:e=_.Xt}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 Fy=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 Gy=class extends Cy{constructor(a,b,c){super(a,b,c)}build(a,b){const c=new _.du;c.id=this.getId();const d=ly(a.j.containerWidth,my(a,1),720);a=ly(a.j.containerHeight,my(a,2),480);a:switch(Sx(this,b,Nx)){case "after":var e="flex-start";break a;case _.kd:e=_.kd;break a;default:e="flex-end"}c.displayAlign=e;a:switch(Sx(this,b,Rx)){case "tb":case "tblr":e="row-reverse";break a;case "tbrl":e="row";break a;default:e=_.Bd}c.writingMode=e;e=this.getAttribute("extent")||Sx(this,b,"extent");c.width=jy(e,
11
+ d,1,100);c.widthUnits=ky(e,d);c.height=jy(e,a,2,100);c.heightUnits=ky(e,a);b=this.getAttribute("origin")||Sx(this,b,"origin");c.viewportAnchorX=jy(b,d,1,0);c.viewportAnchorY=jy(b,a,2,0);c.viewportAnchorUnits=ky(b,d);c.cssClassList=[...this.f];return c}};var Hy=class extends Ay{constructor(a,b){super("root-container",[],b);this.j=a}};var Jy=class extends Ay{constructor(a,b,c){super(a,b,c)}build(a){var b=null;var c=oy(a);c&&(b=ly(a.j.containerHeight,my(a,2),480)/c);b=ly(a.j.fontSizeRadix,b,16);a=[];c=`::ttml .${this.h}, ::ttml .${this.h} * {`;for(const [g,h]of Iy.entries())g in this.a&&(c+=`${h}:${by(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&&!Dy.test(h)&&Dy.test(k)&&Dy.test(l)?(e=h,g=k):2===d.length&&!Dy.test(h)&&Dy.test(k)?(e=h,g=k):2===d.length&&Dy.test(h)&&Dy.test(k)&&(g=h);if(""!==g){g=by(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=ey(this.a.textShadow),d=by(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(Qx 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
+ by(this.a.padding),d+=";"):d="";f=c=c+f+d;"lineHeight"in this.a?(c="",d=this.a.lineHeight,d=by(d),d=dy(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=by(c);c=dy(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}},Iy=new Map([[Lx,"background-color"],
15
+ ["color","color"],[Mx,Mx],["fontStyle","font-style"],["fontWeight","font-weight"],["opacity","opacity"],["zIndex","z-index"]]);var Ky=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=[]}},py=0;var Ny=class{constructor(a){this.a=a.firstChild;this.f=new Set}jd(){return!!this.a}next(){if(!this.a)return null;let a=this.a;do this.f.add(a),a.nodeType!==Node.TEXT_NODE&&!Ly.has(ay(a.nodeName))||My.has(ay(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&&!Ly.has(ay(a.nodeName))));const b=this.a;this.a=a;return b}},Ly=new Set(["tt","head","layout",_.Ke,_.qe,Ox,"styling",_.dg,"body",
16
+ _.Sd,"p","span","br"]),My=new Set([_.dg,_.qe]);var xy=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 Oy=class{constructor(){this.a=new Map}};var Py=class{constructor(a){this.a=a;this.f=new DOMParser}parseInit(){}parseMedia(a,b,c){c&&c.length||(c=[a.byteLength]);var d=_.lh(this.a.ttml||{}),e=_.K(a,0,c[0]);e=_.cj(e);if(""===e)return{cues:[],styles:[]};var f=null;try{f=this.f.parseFromString(e,_.hg)}catch(m){throw new _.I(_.F,2,2005,"Failed to parse TTML.");}d=new Ky(d);e=new Oy;f=new Ny(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=_.qj(k);const m=`urn:mpeg:14496-30:subs:${g}`;d.h.set(m,
17
+ new By(m,k,{imageType:"PNG",encoding:"Base64"}));b+=h}for(;f.jd();)a=f.next(),a=yy(e,a),c=d,b=a,"tt"===vy(b)&&(c.l=new Hy(c.B,Object.assign({},b.attributes))),c=d,b=a,"tt"===vy(b)&&(c.w=new Fy(b.attributes.frameRate,b.attributes.subFrameRate,b.attributes.frameRateMultiplier,b.attributes.tickRate)),c=d,b=a,vy(b)!==_.qe||b.attributes.begin||b.attributes.end||(g=`#${b.getId()}`,c.h.set(g,new By(g,b.h.textContent,b.attributes))),c=d,g=a,vy(g)===_.qe&&g.attributes.begin&&g.attributes.end?(b=`#${qy()}`,
18
+ g=new By(b,g.h.textContent,g.attributes),c.h.set(b,g),c=g):c=null,c&&(a.j=c.getId()),c=d,b=a,vy(b)===_.dg&&(g=b.getId()||qy(),h=new Jy(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,vy(g)!==_.dg&&sy(g)?(b=qy(),g=new Jy(b,[],Object.assign({},g.attributes)),c.a.set(b,g),c=g):c=null,c&&a.f.push(c.getId()),c=d,g=a,vy(g)!==_.Sd||!g.attributes.extent&&!g.attributes.origin?c=null:(b=qy(),g=new Gy(b,ty(c,g.f),Object.assign({},g.attributes)),c.j.set(b,g),c=g),c&&(a.a=
19
+ c.getId()),c=d,g=a,vy(g)!==Ox?c=null:(b=g.getId(),g=new Gy(b,ty(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(vy(g))||0===b.length?c=null:(h=b[b.length-1],c.f.has(h)?(b=qy(),g=new Ey(b,g.h.nodeName===_.da?g.h.textContent:null,"br"===vy(g),g.a,g.j,ty(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"===vy(g)||g.j?(b=qy(),g=new Ey(b,null,!1,g.a,g.j,ty(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=uy(d);f=[];for(l of d.a.values())f.push(...l.build(d.l));var l=f;return{cues:e,styles:l}}};var Qy=class{constructor(a){this.f=a}a(a){var b=new Py(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=zy(d.startTime)+" --\x3e "+zy(d.endTime);{var c=d;const e=[];switch(c.textAlign){case _.te:e.push("align:left");break;case _.Lf:e.push("align:right");break;case _.Ut:e.push("align:middle");break;case _.te:e.push("align:start");break;case _.Lf:e.push("align:end")}switch(c.writingMode){case _.Eg:e.push("vertical:lr");break;case _.Fg:e.push("vertical:rl")}c=
21
+ e.length?" "+e.join(" "):""}b=a+(b+c+"\n");b+=d.payload+"\n\n"}return _.gj(b)}},Ry=class{probe(a,b){return a===_.Nc&&b===_.gg}create(a){return new Qy(a)}};var Sy=class{constructor(a){this.a=new Py(a);this.g=new _.S("clpp.ttml.Mp4TtmlParser")}parseInit(a){let b=!1;(new _.Cm).N(_.Ne,_.vm).N(_.pg,_.vm).N(_.Ie,_.vm).N(_.Me,_.vm).N(_.ag,_.vm).ea(_.cg,_.wm).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 _.Cm).N("moof",_.vm).N("traf",_.vm).ea("subs",g=>{const h=_.P(g.reader);for(let k=0;k<h;++k){g.reader.skip(4);const l=_.om(g.reader);for(let m=0;m<l;++m){const n=1===g.version?
22
+ _.P(g.reader):_.om(g.reader);f.push(n);g.reader.skip(6)}}}).N(_.He,_.xm(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 _.Iv{constructor(){super();this.j=new Ry}f(){_.Ct(_.Nc,Py);_.Ct(_.Lc,Sy);_.Ct(Ix,Sy);_.Ct(Kx,Sy);_.Ct(Jx,Sy);_.xk.push(this.j)}a(){_.Et(_.Nc);_.Et(_.Lc);_.Et(Ix);_.Et(Kx);_.Et(Jx);_.zk(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 xx="VerimatrixVCAS",yx="clpp.verimatrix.Vcas",zx="clpp.verimatrix.VcasComponent",Bx=function(a,b){return a.C===Ax?(a=Object.assign({},{deviceId:_.rj(_.ij(a.A))},a.a&&{authenticator:_.rj(_.ij(a.a))}),b+_.gk(a)):b},Hx=class extends _.Gu{constructor(a){super(xx);const b={};b[Cx]=Cx;b[Dx]=Dx;const {deviceId:c,authenticator:d,licenseRequestVuidLocation:e=Ax,httpHeaderNames:f=b,widevineLicenseUrl:g,playReadyLicenseUrl:h,fairPlayLicenseUrl:k,fairPlayCertificateUrl:l,fairPlaySiteId:m,fairPlayAssetIdStrategy:n=
2
+ Ex}=a;this.A=c;this.a=d;this.C=e;this.B=f;this.w=Bx(this,g);this.o=Bx(this,h);this.l=Bx(this,k);this.j=l;this.G=m;this.F=n;this.g=new _.S(yx);_.mj(this.w)?this.g.warn(_.Wb):this.cb(_.Jd,{licenseUrl:this.w,videoRobustness:[_.Bb,void 0],audioRobustness:[_.Ab,void 0],persistentStateRequired:!1,distinctiveIdentifierRequired:!1,serverCertificate:null,modifiers:{licenseRequest:this.h.bind(this)}});_.mj(this.o)?this.g.warn(_.sb):this.cb(_.Hd,{licenseUrl:this.o,videoRobustness:["3000"],audioRobustness:["2000"],
3
+ modifiers:{licenseRequest:this.h.bind(this)}});_.mj(this.l)?this.g.warn(_.Ta):_.mj(this.j)?this.g.warn(_.Ra):this.cb(_.Dd,{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===Fx){a=this.B[Dx];const c={};c[this.B[Cx]]=this.A;this.a&&(c[a]=this.a);Object.keys(c).forEach(d=>{b.headers[d]=c[d]})}}H(a,b){a=_.Bm(b);switch(this.F){case Gx:a=_.gk({r:a,Yi:this.G},!0)}return a}J(a,b){this.h(a,
4
+ b);_.Gm(b)}K(a,b){_.Hm(b)}};_.z(yx,Hx);Hx.prototype.constructor=Hx.prototype.constructor;Hx.NAME=xx;var Ax="query-string",Fx="http-header";Hx.LicenseRequestVuidLocation={QUERY_STRING:Ax,HTTP_HEADER:Fx};var Cx="DeviceId",Dx="Authenticator";Hx.LicenseRequestHttpHeader={DEVICE_ID_HEADER:Cx,AUTHENTICATOR_HEADER:Dx};var Ex="keyid",Gx="contentid-siteid";Hx.FairPlayAssetIdStrategy={KEYID:Ex,CONTENTID_SITEID:Gx};_.z(zx,class extends _.Iv{constructor(){super();this.g=new _.S(zx)}a(){delete _.dm.VerimatrixVCAS}h(a){a=a.getConfiguration();if(a.drm&&a.drm.env===xx){({customData:a}=a.drm);if(!a)throw new _.I(_.F,7,7100,_.Kd);a=new Hx(a);this.g.info("Registering the Verimatrix VCAS Ultra environment");_.em(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 ox="Registering listeners",px="clpp.vimond.VimondPlugin",qx=function(a,b){a.m.trigger(new _.D(_.Kg,{detail:b}))},rx=function(a,b,c){b&&(a.B=!0,a.h.stop());a.m.onError(new _.I(b?_.F:1,9,9201,c))},sx=function(a,b){const c=a.m.getState();if(1===b)return["str-start",_.rf];if(a.h)return[_.he,_.bf];if(c===_.Zo)return[_.he,null];if(c===_.$o)return[_.r,_.bf];b=_.bf;if(c===_.cp||c===_.jp||a.f)b=_.rf;return["period",b]},tx=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 _.Rt;this.l=!0;this.f=this.j=this.B=!1;this.C=null;this.h=new _.Mk(this.A.bind(this));this.g=new _.S("clpp.vimond.VimondDispatcher");this.o=this.w=0;this.m&&this.a&&(this.g.debug(ox),this.a.on(this.m,_.Zf,this.I.bind(this)),this.a.on(this.m,_.ng,this.J.bind(this)),this.a.on(this.m,_.hc,this.G.bind(this)),this.a.on(this.m,_.ic,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!==_.jp||(b.f&&[_.ip,_.cp].includes(d)?b.g.debug("Seeking"):(b.f&&d===_.jp&&(b.g.debug("Seeked"),b.f=!1),[_.jp,_.ip,_.$o,_.Zo].includes(d)&&(b.C=d,yield b.A(),d===_.Zo&&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();qx(a,c)}catch(d){b=d.code,c=d.data,[1002,1003].includes(b)?(a.g.debug("Unreachable service"),qx(a,c),rx(a,a.L,c)):1001===b?(a.g.debug("Generic service error"),qx(a,c),rx(a,a.M,c)):a.g.error(d.toString())}})}};var ux=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=_.kh(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 _.Am(c.url)).scheme||"").replace(":","");b.videoProtocol=c;b=sx(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!==_.Zc&&(b.liveResumePossible=
6
+ !0)}a.progress.eventNumber=this.f;a.timestamp=(new Date).toISOString();this.g.debug("Fire an event");b=_.Jj(this.l);b.method=_.rb;b.contentType="application/json";b.headers.Authorization=`Bearer ${this.h}`;b.body=_.ij(JSON.stringify(a));return this.j.fetch(b).U}lf(a){this.h=a}};var vx=class{constructor(a){this.m=a;this.a=new _.Rt;this.g=new _.S("clpp.vimond.VimondAdapter");this.f=this.h=!1;this.m&&this.a&&(this.g.debug(ox),this.a.on(this.m,_.Hf,this.o.bind(this)),this.a.on(this.m,_.hc,this.j.bind(this)),this.a.on(this.m,_.ic,this.l.bind(this)))}getPosition(){return Math.floor(this.m.getPosition())}o(){this.h=!0}j(){this.f=!0}l(){this.f=!1}};var wx=class extends _.Xv{constructor(){super();this.a=!1;this.g=new _.S(px);this.j=this.h=this.f=null}onPlayerCreated(){}onContentWillLoad(a){var b=a.getConfiguration();(this.a=!_.B(b.vimond)&&typeof b.vimond===_.Re)?a.namespace()===_.td&&(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!==_.Zc&&(c=!0);var d=b.failOnError;typeof d!==_.Zc&&(d=!0);this.f=new vx(a);this.h=new ux(b.playerEventRequest.uri,b.authToken,b.playerEventRequest.body,this.f,a.getNetworkEngine());this.j=new tx(b.playerEventRequest.eventInterval,c,d,a,this.h)}}onPlayerWillRelease(){if(this.a){if(this.f){var a=this.f;a.g.debug(_.Ob);_.Sh(a.a)}this.j&&(a=this.j,a.g.debug(_.Ob),_.Sh(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(px,wx);wx.prototype.updateAuthToken=wx.prototype.lf;wx.Id="vimond";_.Mr(new class{create(){return new wx}});};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 Vw="touchmove",Ww="touchstart",Yw=function(a,b,c){c*=.5;const d=Math.sqrt(a*a+b*b),e=Math.sin(c);return new Xw(a/d*e,b/d*e,0/d*e,Math.cos(c))},Zw=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)},$w=function(a,b){isFinite(b)?(a.x*=b,a.y*=b,a.a*=b):(a.x=0,a.y=0,a.a=0)},ax=function(a,b){return a.x*b.x+a.y*b.y+a.a*b.a},bx=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},cx=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},ex=function(a){var b=new dx(0,0,0),c=new dx(0,0,1);const d=new dx,e=new dx,f=new dx;a=a.a;var g=
3
+ new dx(0,1,0);f.x=b.x-g.x;f.y=b.y-g.y;f.a=b.a-g.a;g=f.length();$w(f,1/g);c=bx(d,c,f);g=c.length();$w(c,1/g);bx(e,f,d);a[0]=d.x;a[1]=d.y;a[2]=d.a;a[3]=-ax(d,b);a[4]=e.x;a[5]=e.y;a[6]=e.a;a[7]=-ax(e,b);a[8]=f.x;a[9]=f.y;a[10]=f.a;a[11]=-ax(f,b);a[12]=0;a[13]=0;a[14]=0;a[15]=1},fx=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},gx=function(a){a.a&&(a.a.removeEventListener("mousemove",a.A,!1),a.a.removeEventListener(Vw,a.A,!1),a.a.removeEventListener("mouseup",a.B,!1),a.a.removeEventListener("touchend",a.B,!1))},hx=function(a){const b=Yw(1,0,a.l*Math.PI/180);Zw(Yw(0,1,a.j*Math.PI/180),a.O);Zw(b,a.R);ex(a.Y);cx(a.$,a.O,a.Y);cx(a.G,a.R,a.$)},Xw=class{constructor(a,b,c,d){this.x=a||0;this.y=b||0;this.a=c||0;this.f=d||1}};var dx=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 ix=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 jx=class{constructor(a){this.a=a;this.f=a.createProgram();this.l=fx(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=fx(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 kx=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 lx=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 mx={alpha:!1,depth:!0,stencil:!1,antialias:!0,premultipliedAlpha:!1,preserveDrawingBuffer:!1,devicePixelRatio:1},nx=class extends _.Xv{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 ix;this.R=new ix;this.Y=new ix;this.$=new ix;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&&_.sh(d))this.H=d;else throw new _.I(1,7,7100,"fieldOfView configuration must be a number");if(void 0!==e&&_.sh(e)&&0<e)this.V=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",mx)||this.a.getContext("experimental-webgl",
9
+ mx);if(!this.f)throw new _.I(1,9,9003,"Unable to create GL context");this.G=new ix;ex(this.G);this.W=new kx(this.f);this.C=new jx(this.f);this.I=new ix;this.K=new ix;this.o=this.w=null;this.a.addEventListener(_.Kf,this.F)}a.addElementToContainer(this.a,!0,!0);a.hideMediaElement();b.vr.attachMouseListener&&(this.a.addEventListener("mousedown",this.J,!1),this.a.addEventListener(Ww,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&&(gx(this),this.a.removeEventListener(_.Kf,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 lx(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=cx(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===Ww)a.type===Ww?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(Vw,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===Vw&&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 {Ug:e,Vg:f}={Ug:a*b*(this.L?-1:1),Vg:d*b*(this.M?-1:1)};this.j+=e;this.l+=f;hx(this)}ha(a){this.g.debug("Mouse Up. Removing mouse interaction listeners");a.preventDefault();gx(this)}Oh(a,b){this.l=b;this.j=a;hx(this)}rh(){return{x:this.j,y:this.l}}hi(a){this.H=a;this.F()}};
15
+ _.z("clpp.vr.VrPlugin",nx);nx.prototype.setCameraFieldOfView=nx.prototype.hi;nx.prototype.getCameraCoordinates=nx.prototype.rh;nx.prototype.moveCamera=nx.prototype.Oh;nx.Id="vr";_.Mr(new class{create(){return new nx}});};f.call(g, window);