@castlabs/prestoplay 6.15.0 → 6.16.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 (61) hide show
  1. package/CHANGELOG.md +13 -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 +114 -114
  6. package/cjs/cl.conviva.js +33 -33
  7. package/cjs/cl.core.js +546 -544
  8. package/cjs/cl.crypto.js +9 -9
  9. package/cjs/cl.dash.js +74 -74
  10. package/cjs/cl.externs.js +57 -55
  11. package/cjs/cl.freewheel.js +24 -24
  12. package/cjs/cl.hls.js +69 -69
  13. package/cjs/cl.hlssmpte.js +6 -6
  14. package/cjs/cl.htmlcue.js +29 -29
  15. package/cjs/cl.ima.js +24 -24
  16. package/cjs/cl.mse.js +368 -289
  17. package/cjs/cl.muxdata.js +15 -15
  18. package/cjs/cl.onboard.js +3 -3
  19. package/cjs/cl.persistent.js +14 -14
  20. package/cjs/cl.playlist.js +6 -6
  21. package/cjs/cl.simid.js +15 -15
  22. package/cjs/cl.smooth.js +72 -72
  23. package/cjs/cl.thumbnails.js +26 -26
  24. package/cjs/cl.tizen.js +71 -71
  25. package/cjs/cl.ttml.js +28 -28
  26. package/cjs/cl.verimatrix.js +5 -5
  27. package/cjs/cl.vimond.js +13 -13
  28. package/cjs/cl.vr.js +19 -19
  29. package/cjs/cl.vtt.js +14 -14
  30. package/cjs/cl.youbora.js +20 -20
  31. package/cl.adobe.js +3 -3
  32. package/cl.airplay.js +3 -3
  33. package/cl.broadpeak.js +5 -5
  34. package/cl.cast.js +89 -89
  35. package/cl.conviva.js +27 -27
  36. package/cl.core.js +452 -452
  37. package/cl.crypto.js +9 -9
  38. package/cl.dash.js +69 -69
  39. package/cl.externs.js +57 -55
  40. package/cl.freewheel.js +19 -19
  41. package/cl.hls.js +71 -71
  42. package/cl.hlssmpte.js +5 -5
  43. package/cl.htmlcue.js +26 -26
  44. package/cl.ima.js +17 -17
  45. package/cl.mse.js +318 -255
  46. package/cl.muxdata.js +13 -13
  47. package/cl.onboard.js +4 -4
  48. package/cl.persistent.js +11 -11
  49. package/cl.playlist.js +5 -5
  50. package/cl.simid.js +13 -13
  51. package/cl.smooth.js +59 -59
  52. package/cl.thumbnails.js +19 -19
  53. package/cl.tizen.js +57 -57
  54. package/cl.ttml.js +22 -22
  55. package/cl.verimatrix.js +4 -4
  56. package/cl.vimond.js +8 -8
  57. package/cl.vr.js +15 -15
  58. package/cl.vtt.js +12 -12
  59. package/cl.youbora.js +15 -15
  60. package/package.json +1 -1
  61. package/typings.d.ts +46 -0
package/cl.thumbnails.js CHANGED
@@ -1,19 +1,19 @@
1
- import {clpp} from "./cl.core.js";let g={};const _ = clpp._;var f=function(window){'use strict';var Hw="Thumbnail URL is mandatory",Iw="Wrong gridSize format",Jw="clpp.thumbnails",Lw=function(a,b){b.reduce((c,d)=>{let e=d,f=!1;typeof d===_.De&&(e=d.step,f=d.preloadWhileBuffering);return c.then(()=>Kw(a,0,e,!!f))},Promise.resolve())},Kw=function(a,b,c,d){if(a.w||b>=a.a.length)return Promise.resolve();const e=b+c;return Mw(a,d).then(()=>a.a[b].load()).then(()=>Kw(a,e,c,d))},Mw=function(a,b){return new Promise(c=>{if(b||a.player.getState()!==_.Ln)c();else a.player.one(_.Sc,()=>{c()})})},
2
- Nw=function(a){const b=a.a.byteLength;a.f.forEach(c=>{c.offset+c.length<b&&c.bd.resolve()})},Qw=function(a,b){return Ow(a,b).then(c=>new Pw(c,b.time,b.duration))},Ow=function(a,b){return b.load().then(()=>{const c=_.I(a.a,b.offset,b.length);return"data:image/jpeg;base64,"+_.xi(c)})},Rw=function(a){a=a.split(/\.|:/).map(parseFloat);let b=0,c;const d={3:.001,2:1,1:60,0:3600};for(c=a.length-1;0<=c;c--)b+=a[c]*d[c];return b},Sw=function(a,b){let c=null;for(const d of a)d.startTime<=b&&(c=d);return c},
3
- Tw=function(a,b){const c=a.horizontalTiles||b.horizontalTiles||1,d=a.verticalTiles||b.verticalTiles||1,e=c*d;return{Tc:c,Je:d,pf:e,durationPerTile:a.durationPerTile||b.durationPerTile||(a.endTime-a.startTime)/e}},Uw=function(a){return a.some(b=>0<b.thumbStreams.length)},bx=function(a){return a?a===Vw||a===Ww?new Xw:a===Yw?new Zw:a===$w?new ax:null:null},cx=function(a){if(!a)return null;a=new _.El(a);return a.path.match(/.*\.vtt$/i)?Yw:a.path.match(/.*\.bif$/i)?$w:a.path.match(/.*\.(png|jpg|jpeg)$/i)?
4
- Vw:null};var dx=class{constructor(){this.log=new _.Q(Jw);this.player=null;this.a=[];this.w=!1}init(a,b){this.player=a;a.one(_.rf,()=>{this.w=!0});a.isLive()||this.l().then(()=>{b&&b.preload&&Lw(this,b.preload)})}};var Pw=class{constructor(a,b,c,d,e,f,g,h,k,l,m,n){d=void 0===d?0:d;e=void 0===e?0:e;f=void 0===f?0:f;g=void 0===g?0:g;h=void 0===h?1:h;k=void 0===k?1:k;l=void 0===l?0:l;m=void 0===m?0:m;n=void 0===n?new Image:n;this.time=b;this.src=a;this.duration=c;this.x=d;this.y=e;this.width=f;this.height=g;this.la=n;this.jg=h;this.hh=k;this.Hg=l;this.Ig=m;this.de=null}raw(){return this.la.cloneNode(!1)}element(a,b){let c=this.width,d=this.height;const e=this.width/this.height;void 0!==a&&void 0===b&&(b=0);null!==
5
- a&&void 0!==a&&(c=a);null!==b&&void 0!==b&&(d=b);c||(c=Math.ceil(d*e));d||(d=Math.ceil(c/e));a=document.createElement(_.Gd);a.style.width=c+_.of;a.style.height=d+_.of;a.style.backgroundColor="#000";a.style.backgroundRepeat="no-repeat";a.style.backgroundImage=`url("${this.src}")`;a.style.backgroundSize=`${Math.ceil(c/this.width*(this.la.naturalWidth||this.la.width))}px ${Math.ceil(d/this.height*(this.la.naturalHeight||this.la.height))}px`;b=this.y/this.height;a.style.backgroundPositionX="-"+this.x/
6
- this.width*c+_.of;a.style.backgroundPositionY="-"+b*d+_.of;return a}load(){this.de||(this.de=new Promise((a,b)=>{const c=()=>{this.width||(this.width=(this.la.naturalWidth||this.la.width)/this.jg);this.height||(this.height=(this.la.naturalHeight||this.la.height)/this.hh);this.x||(this.x=this.width*this.Hg);this.y||(this.y=this.height*this.Ig)};if(this.la.src&&this.la.complete)c(),a(this);else{var d=null,e=()=>{c();this.la.removeEventListener("load",e);this.la.removeEventListener(_.Vd,d);a(this)};
7
- d=f=>{this.la.removeEventListener("load",e);this.la.removeEventListener(_.Vd,d);b(new _.G(1,9,2014,"Failed to load thumbnail.",f))};this.la.addEventListener("load",e);this.la.addEventListener(_.Vd,d);this.la.src=this.src}}));return this.de}};_.x("clpp.thumbnails.Thumbnail",Pw);Pw.prototype.load=Pw.prototype.load;Pw.prototype.element=Pw.prototype.element;Pw.prototype.raw=Pw.prototype.raw;var Xw=class extends dx{constructor(){super();this.f=null;this.o=this.g=1;this.j=0}init(a,b){if(!b||!b.url)throw new _.G(1,9,7100,Hw);if("GRID"===b.mode&&!b.gridSize)throw new _.G(1,9,7100,"Grid size is mandatory for GRID mode");if(!b.duration)throw new _.G(1,9,7100,"Duration is mandatory");this.f=b;this.j=this.f.duration;if(this.f.gridSize)try{const c=this.f.gridSize.split(/x/).map(d=>parseInt(d,10)).filter(d=>0<d);if(2===c.length)this.g=c[0],this.o=c[1];else throw new _.G(1,9,7100,Iw);}catch(c){throw this.log.error("Error during parsing gridSize",
8
- c),new _.G(1,9,7100,Iw);}super.init(a,b)}get(a){const b=this;return _.w(function*(){var c=b.player.getDuration();if(0>a||a>c)throw new _.G(1,9,2014,`Position is out of range: ${a}`);c=Math.floor(a/b.f.duration);const d=b.a[c];if(!d)throw new _.G(1,9,2014,"No thumbnail found for position "+a+" at index "+c);yield d.load();return d})}l(){if(0<this.a.length)return Promise.resolve();var a=this.player.getDuration();const b=this.g*this.o;a=Math.ceil(Math.ceil(a/this.j)/b);const c=this.f.templateKey||"$index$";
9
- for(let d=0;d<a;d++){const e=this.f.url.replace(c,String(d+1)),f=new Image;for(let g=0;g<b;g++)this.a.push(new Pw(e,this.j*(d*b+g),this.j,0,0,0,0,this.g,this.o,g%this.g,Math.floor(g/this.g),f))}return Promise.resolve()}};var ex=class{constructor(a,b){this.time=a;this.duration=0;this.offset=b;this.length=0;this.bd=new _.Ym}load(){return this.bd}},ax=class{constructor(){this.h=new _.Q(Jw);this.a=new ArrayBuffer(0);this.f=[];this.g=new _.Ym}init(a,b){if(!b||!b.url)throw new _.G(1,9,7100,Hw);const c=b.url;b=_.Ni(c);b.type=_.Mi;a.getNetworkEngine().fetch(b).P.then(d=>{var e=d.data;d=_.I(this.a);e=_.I(e);var f=d.byteLength+e.byteLength,g=new ArrayBuffer(f),h=new DataView(g),k=0;for(let l=0,m=d.byteLength;l<m;l++)h.setUint8(k,
10
- d[l]),k+=1;for(let l=0,m=e.byteLength;l<m;l++)h.setUint8(k,e[l]),k+=1;this.a=g;this.h.info(`Appended ${e.byteLength} bytes.`+`Total data now ${f} bytes.`);f=this.a;d=_.I(f);h=String.fromCharCode.apply(null,fx);k=Array.prototype.slice.call(d,0,8);d=64;e=0;g=!1;if(h===String.fromCharCode.apply(null,k))for(f=new DataView(f,16,20),f=f.getUint32(0,!0),0===f&&(f=1E3);!g;){e+=1;k=f;h=new DataView(this.a,d);g=h.getUint32(0,!0);k=g*k/1E3;h=h.getUint32(4,!0);h=new ex(k,h);if(k=this.f.length)k=this.f[k-1],k.length=
11
- h.offset-k.offset,k.duration=h.time-k.time;this.f.push(h);d+=8;(g=4294967295===g)&&this.g.resolve();if(1E5<e)throw Error("There was a problem during reading BIF entries");}else throw Error("The file is not a valid BIF format");Nw(this)}).catch(d=>{this.h.error(`[BIF] Error while loading thumbnails '
12
- + 'URL: ${c}`,d);a.onError(new _.G(1,9,2013,"Error while loading and parsing BIF thumbnails.",d))})}get(a){const b=this;return _.w(function*(){if(0>a)throw new _.G(1,9,2014,`Position is out of range: ${a}`);yield b.g;var c=b.f.find(d=>a>=d.time&&a<d.time+d.duration);if(!c)throw new _.G(1,9,2014,`No thumbnail found for position: ${a}`);c=yield Qw(b,c);yield c.load();return c})}},fx=[137,66,73,70,13,10,26,10];var Zw=class extends dx{constructor(){super();this.f=null}init(a,b){if(!b||!b.url)throw new _.G(1,9,7100,Hw);const c=b.url,d=_.Ni(c);d.type=_.Mi;this.f=a.getNetworkEngine().fetch(d).P.then(e=>{e=e.data;if(!e)throw Error("No data in the response");e=_.ji(e).split(/\n/);for(let m=0;m<e.length;m++){var f=e[m],g=f.split(" --\x3e ");if(2===g.length){f=e[++m];var h=f.indexOf("\x3d");var k=h=0>h?[]:f.substr(h+1).split(/,/).map(parseFloat);h=k[0];const n=k[1],q=k[2];k=k[3];var l=f.indexOf("#");f=0>l?f:f.substr(0,
13
- l);f.match(/^http|^\/\//)||(f=c.substr(0,c.lastIndexOf("/"))+"/"+f);l=Rw(g[0]);g=Rw(g[1])-l;this.a.push(new Pw(f,l,g,h,n,q,k,0,0))}}}).catch(e=>{this.log.error("[VTT] Error while loading thumbnails "+`URL: ${c}`,e);a.onError(new _.G(1,9,2013,"Error while loading VTT thumbnails.",e))});super.init(a,b)}get(a){const b=this;return _.w(function*(){if(0>a)throw new _.G(1,9,2014,`Position is out of range: ${a}`);yield b.f;const c=b.a.find(d=>a>=d.time&&a<d.time+d.duration);if(!c)throw new _.G(1,9,2014,`No thumbnail found for position: ${a}`);
14
- yield c.load();return c})}l(){return this.f}};var gx=class extends dx{get(a){const b=this;return _.w(function*(){function c(){return new _.G(1,9,2014,`No thumbnail found for position: ${a}`)}if(0>a)throw b.log.error("Position must be greater than 0 but is "+a),new _.G(1,9,2014,`Position is out of range: ${a}`);var d=b.player.getPeriods();d=Sw(d,a);if(!d)throw b.log.error("Could not find period for specified position",a),c();var e=d.thumbStreams.sort(b.f)[0];if(!e)throw b.log.error("Could not find thumb stream for specified position",a),c();d=
15
- e.findSegmentPosition(a-d.startTime);if(null===d||void 0===d)throw b.log.error("Could not find segment index for specified position",a),c();var f=e.getSegmentReference(d);if(f){const h=Tw(f,e),k=Math.floor((a-f.startTime)/h.durationPerTile);var g;if(0<b.a.length)f=e.findSegmentPosition(0),null!==f&&(g=b.a[(d-f)*h.pf+k]);else if((e=f.Ja())&&0<e.length){let l=g=0;f=f.startTime;1<h.pf&&(g=k%h.Tc,l=Math.floor(k/h.Tc),f+=k*h.durationPerTile);g=new Pw(e[0],f,h.durationPerTile,void 0,void 0,void 0,void 0,
16
- h.Tc,h.Je,g,l)}if(g)return yield g.load(),g}b.log.error("segment reference for specified segment index does not exist",d);throw c();})}f(a,b){return void 0!==a.bandwidth&&void 0!==b.bandwidth?a.bandwidth-b.bandwidth:0}l(){if(0<this.a.length)return Promise.resolve();var a=this.player.getPeriods();for(const b of a)if(a=b.thumbStreams.sort(this.f)[0]){let c=a.findSegmentPosition(0),d;for(;null!==c&&!_.z(d=a.getSegmentReference(c++));){const e=Tw(d,a),f=d.Ja()[0],g=new Image;let h=d.startTime;for(let k=
17
- 0;k<e.Je;++k)for(let l=0;l<e.Tc;++l)this.a.push(new Pw(f,h,e.durationPerTile,void 0,void 0,void 0,void 0,e.Tc,e.Je,l,k,g)),h+=e.durationPerTile}}return Promise.resolve()}};var hx=class{constructor(){this.h=new _.Q(Jw);this.a=this.m=null}onPlayerCreated(a){this.m=a}onPlayerWillDestroy(){this.m=null}onPlayerWillRelease(){this.a=null}onContentWillLoad(a){const b=a.getConfiguration().thumbnails;if(b)if(!1===b.enabled)this.h.info("Thumbnails disabled.");else{var c=b.mode||null;c||(c=cx(b.url||null));(this.a=bx(c))?(this.h.info("Loading thumbs configuration",b),this.m.one(_.qe,()=>{this.h.info("Initialize thumbnails provider");try{this.a.init(a,b)}catch(d){this.m.onError(d)}})):
18
- this.h.warn("Unknown thumbnail mode",c)}else this.a=null}onContentLoaded(a){if(!this.a){var b=a.getConfiguration();b=b&&b.thumbnails;if(!b||void 0===b.enabled||b.enabled){var c=a.getPeriods();if(Uw(c)){this.a=new gx;try{this.a.init(a,b)}catch(d){this.m.onError(d)}}}}}get(a){return this.a?this.a.get(a):Promise.reject(new _.G(1,9,2014,"Thumbnail format is not supported"))}id(){return"thumbnails"}};_.x("clpp.thumbnails.ThumbnailsPlugin",hx);hx.prototype.get=hx.prototype.get;hx.Id="thumbnails";_.Vo(new class{create(){return new hx}});
19
- var Vw="SINGLE",Ww="GRID",Yw="WEBVTT",$w="BIF";};f.call(g, window);
1
+ import {clpp} from "./cl.core.js";let g={};const _ = clpp._;var f=function(window){'use strict';var Iw="Thumbnail URL is mandatory",Jw="Wrong gridSize format",Kw="clpp.thumbnails",Mw=function(a,b){b.reduce((c,d)=>{let e=d,f=!1;typeof d===_.Ce&&(e=d.step,f=d.preloadWhileBuffering);return c.then(()=>Lw(a,0,e,!!f))},Promise.resolve())},Lw=function(a,b,c,d){if(a.w||b>=a.a.length)return Promise.resolve();const e=b+c;return Nw(a,d).then(()=>a.a[b].load()).then(()=>Lw(a,e,c,d))},Nw=function(a,b){return new Promise(c=>{if(b||a.player.getState()!==_.Mn)c();else a.player.one(_.Pc,()=>{c()})})},
2
+ Ow=function(a){const b=a.a.byteLength;a.f.forEach(c=>{c.offset+c.length<b&&c.nd.resolve()})},Rw=function(a,b){return Pw(a,b).then(c=>new Qw(c,b.time,b.duration))},Pw=function(a,b){return b.load().then(()=>{const c=_.J(a.a,b.offset,b.length);return"data:image/jpeg;base64,"+_.yi(c)})},Sw=function(a){a=a.split(/\.|:/).map(parseFloat);let b=0,c;const d={3:.001,2:1,1:60,0:3600};for(c=a.length-1;0<=c;c--)b+=a[c]*d[c];return b},Tw=function(a,b){let c=null;for(const d of a)d.startTime<=b&&(c=d);return c},
3
+ Uw=function(a,b){const c=a.horizontalTiles||b.horizontalTiles||1,d=a.verticalTiles||b.verticalTiles||1,e=c*d;return{dd:c,Re:d,Ef:e,durationPerTile:a.durationPerTile||b.durationPerTile||(a.endTime-a.startTime)/e}},Vw=function(a){return a.some(b=>0<b.thumbStreams.length)},cx=function(a){return a?a===Ww||a===Xw?new Yw:a===Zw?new $w:a===ax?new bx:null:null},dx=function(a){if(!a)return null;a=new _.Fl(a);return a.path.match(/.*\.vtt$/i)?Zw:a.path.match(/.*\.bif$/i)?ax:a.path.match(/.*\.(png|jpg|jpeg)$/i)?
4
+ Ww:null};var ex=class{constructor(){this.log=new _.S(Kw);this.player=null;this.a=[];this.w=!1}init(a,b){this.player=a;a.one(_.rf,()=>{this.w=!0});a.isLive()||this.l().then(()=>{b&&b.preload&&Mw(this,b.preload)})}};var Qw=class{constructor(a,b,c,d,e,f,g,h,k,l,m,n){d=void 0===d?0:d;e=void 0===e?0:e;f=void 0===f?0:f;g=void 0===g?0:g;h=void 0===h?1:h;k=void 0===k?1:k;l=void 0===l?0:l;m=void 0===m?0:m;n=void 0===n?new Image:n;this.time=b;this.src=a;this.duration=c;this.x=d;this.y=e;this.width=f;this.height=g;this.ta=n;this.mg=h;this.hh=k;this.Kg=l;this.Lg=m;this.oe=null}raw(){return this.ta.cloneNode(!1)}element(a,b){let c=this.width,d=this.height;const e=this.width/this.height;void 0!==a&&void 0===b&&(b=0);null!==
5
+ a&&void 0!==a&&(c=a);null!==b&&void 0!==b&&(d=b);c||(c=Math.ceil(d*e));d||(d=Math.ceil(c/e));a=document.createElement(_.Fd);a.style.width=c+_.of;a.style.height=d+_.of;a.style.backgroundColor="#000";a.style.backgroundRepeat="no-repeat";a.style.backgroundImage=`url("${this.src}")`;a.style.backgroundSize=`${Math.ceil(c/this.width*(this.ta.naturalWidth||this.ta.width))}px ${Math.ceil(d/this.height*(this.ta.naturalHeight||this.ta.height))}px`;b=this.y/this.height;a.style.backgroundPositionX="-"+this.x/
6
+ this.width*c+_.of;a.style.backgroundPositionY="-"+b*d+_.of;return a}load(){this.oe||(this.oe=new Promise((a,b)=>{const c=()=>{this.width||(this.width=(this.ta.naturalWidth||this.ta.width)/this.mg);this.height||(this.height=(this.ta.naturalHeight||this.ta.height)/this.hh);this.x||(this.x=this.width*this.Kg);this.y||(this.y=this.height*this.Lg)};if(this.ta.src&&this.ta.complete)c(),a(this);else{var d=null,e=()=>{c();this.ta.removeEventListener("load",e);this.ta.removeEventListener(_.q,d);a(this)};d=
7
+ f=>{this.ta.removeEventListener("load",e);this.ta.removeEventListener(_.q,d);b(new _.H(1,9,2014,"Failed to load thumbnail.",f))};this.ta.addEventListener("load",e);this.ta.addEventListener(_.q,d);this.ta.src=this.src}}));return this.oe}};_.z("clpp.thumbnails.Thumbnail",Qw);Qw.prototype.load=Qw.prototype.load;Qw.prototype.element=Qw.prototype.element;Qw.prototype.raw=Qw.prototype.raw;var Yw=class extends ex{constructor(){super();this.f=null;this.o=this.h=1;this.j=0}init(a,b){if(!b||!b.url)throw new _.H(1,9,7100,Iw);if("GRID"===b.mode&&!b.gridSize)throw new _.H(1,9,7100,"Grid size is mandatory for GRID mode");if(!b.duration)throw new _.H(1,9,7100,"Duration is mandatory");this.f=b;this.j=this.f.duration;if(this.f.gridSize)try{const c=this.f.gridSize.split(/x/).map(d=>parseInt(d,10)).filter(d=>0<d);if(2===c.length)this.h=c[0],this.o=c[1];else throw new _.H(1,9,7100,Jw);}catch(c){throw this.log.error("Error during parsing gridSize",
8
+ c),new _.H(1,9,7100,Jw);}super.init(a,b)}get(a){const b=this;return _.x(function*(){var c=b.player.getDuration();if(0>a||a>c)throw new _.H(1,9,2014,`Position is out of range: ${a}`);c=Math.floor(a/b.f.duration);const d=b.a[c];if(!d)throw new _.H(1,9,2014,"No thumbnail found for position "+a+" at index "+c);yield d.load();return d})}l(){if(0<this.a.length)return Promise.resolve();var a=this.player.getDuration();const b=this.h*this.o;a=Math.ceil(Math.ceil(a/this.j)/b);const c=this.f.templateKey||"$index$";
9
+ for(let d=0;d<a;d++){const e=this.f.url.replace(c,String(d+1)),f=new Image;for(let g=0;g<b;g++)this.a.push(new Qw(e,this.j*(d*b+g),this.j,0,0,0,0,this.h,this.o,g%this.h,Math.floor(g/this.h),f))}return Promise.resolve()}};var fx=class{constructor(a,b){this.time=a;this.duration=0;this.offset=b;this.length=0;this.nd=new _.Zm}load(){return this.nd}},bx=class{constructor(){this.g=new _.S(Kw);this.a=new ArrayBuffer(0);this.f=[];this.h=new _.Zm}init(a,b){if(!b||!b.url)throw new _.H(1,9,7100,Iw);const c=b.url;b=_.Oi(c);b.type=_.Ni;a.getNetworkEngine().fetch(b).O.then(d=>{var e=d.data;d=_.J(this.a);e=_.J(e);var f=d.byteLength+e.byteLength,g=new ArrayBuffer(f),h=new DataView(g),k=0;for(let l=0,m=d.byteLength;l<m;l++)h.setUint8(k,
10
+ d[l]),k+=1;for(let l=0,m=e.byteLength;l<m;l++)h.setUint8(k,e[l]),k+=1;this.a=g;this.g.info(`Appended ${e.byteLength} bytes.`+`Total data now ${f} bytes.`);f=this.a;d=_.J(f);h=String.fromCharCode.apply(null,gx);k=Array.prototype.slice.call(d,0,8);d=64;e=0;g=!1;if(h===String.fromCharCode.apply(null,k))for(f=new DataView(f,16,20),f=f.getUint32(0,!0),0===f&&(f=1E3);!g;){e+=1;k=f;h=new DataView(this.a,d);g=h.getUint32(0,!0);k=g*k/1E3;h=h.getUint32(4,!0);h=new fx(k,h);if(k=this.f.length)k=this.f[k-1],k.length=
11
+ h.offset-k.offset,k.duration=h.time-k.time;this.f.push(h);d+=8;(g=4294967295===g)&&this.h.resolve();if(1E5<e)throw Error("There was a problem during reading BIF entries");}else throw Error("The file is not a valid BIF format");Ow(this)}).catch(d=>{this.g.error(`[BIF] Error while loading thumbnails '
12
+ + 'URL: ${c}`,d);a.onError(new _.H(1,9,2013,"Error while loading and parsing BIF thumbnails.",d))})}get(a){const b=this;return _.x(function*(){if(0>a)throw new _.H(1,9,2014,`Position is out of range: ${a}`);yield b.h;var c=b.f.find(d=>a>=d.time&&a<d.time+d.duration);if(!c)throw new _.H(1,9,2014,`No thumbnail found for position: ${a}`);c=yield Rw(b,c);yield c.load();return c})}},gx=[137,66,73,70,13,10,26,10];var $w=class extends ex{constructor(){super();this.f=null}init(a,b){if(!b||!b.url)throw new _.H(1,9,7100,Iw);const c=b.url,d=_.Oi(c);d.type=_.Ni;this.f=a.getNetworkEngine().fetch(d).O.then(e=>{e=e.data;if(!e)throw Error("No data in the response");e=_.ki(e).split(/\n/);for(let m=0;m<e.length;m++){var f=e[m],g=f.split(" --\x3e ");if(2===g.length){f=e[++m];var h=f.indexOf("\x3d");var k=h=0>h?[]:f.substr(h+1).split(/,/).map(parseFloat);h=k[0];const n=k[1],r=k[2];k=k[3];var l=f.indexOf("#");f=0>l?f:f.substr(0,
13
+ l);f.match(/^http|^\/\//)||(f=c.substr(0,c.lastIndexOf("/"))+"/"+f);l=Sw(g[0]);g=Sw(g[1])-l;this.a.push(new Qw(f,l,g,h,n,r,k,0,0))}}}).catch(e=>{this.log.error("[VTT] Error while loading thumbnails "+`URL: ${c}`,e);a.onError(new _.H(1,9,2013,"Error while loading VTT thumbnails.",e))});super.init(a,b)}get(a){const b=this;return _.x(function*(){if(0>a)throw new _.H(1,9,2014,`Position is out of range: ${a}`);yield b.f;const c=b.a.find(d=>a>=d.time&&a<d.time+d.duration);if(!c)throw new _.H(1,9,2014,`No thumbnail found for position: ${a}`);
14
+ yield c.load();return c})}l(){return this.f}};var hx=class extends ex{get(a){const b=this;return _.x(function*(){function c(){return new _.H(1,9,2014,`No thumbnail found for position: ${a}`)}if(0>a)throw b.log.error("Position must be greater than 0 but is "+a),new _.H(1,9,2014,`Position is out of range: ${a}`);var d=b.player.getPeriods();d=Tw(d,a);if(!d)throw b.log.error("Could not find period for specified position",a),c();var e=d.thumbStreams.sort(b.f)[0];if(!e)throw b.log.error("Could not find thumb stream for specified position",a),c();d=
15
+ e.findSegmentPosition(a-d.startTime);if(null===d||void 0===d)throw b.log.error("Could not find segment index for specified position",a),c();var f=e.getSegmentReference(d);if(f){const h=Uw(f,e),k=Math.floor((a-f.startTime)/h.durationPerTile);var g;if(0<b.a.length)f=e.findSegmentPosition(0),null!==f&&(g=b.a[(d-f)*h.Ef+k]);else if((e=f.Qa())&&0<e.length){let l=g=0;f=f.startTime;1<h.Ef&&(g=k%h.dd,l=Math.floor(k/h.dd),f+=k*h.durationPerTile);g=new Qw(e[0],f,h.durationPerTile,void 0,void 0,void 0,void 0,
16
+ h.dd,h.Re,g,l)}if(g)return yield g.load(),g}b.log.error("segment reference for specified segment index does not exist",d);throw c();})}f(a,b){return void 0!==a.bandwidth&&void 0!==b.bandwidth?a.bandwidth-b.bandwidth:0}l(){if(0<this.a.length)return Promise.resolve();var a=this.player.getPeriods();for(const b of a)if(a=b.thumbStreams.sort(this.f)[0]){let c=a.findSegmentPosition(0),d;for(;null!==c&&!_.A(d=a.getSegmentReference(c++));){const e=Uw(d,a),f=d.Qa()[0],g=new Image;let h=d.startTime;for(let k=
17
+ 0;k<e.Re;++k)for(let l=0;l<e.dd;++l)this.a.push(new Qw(f,h,e.durationPerTile,void 0,void 0,void 0,void 0,e.dd,e.Re,l,k,g)),h+=e.durationPerTile}}return Promise.resolve()}};var ix=class{constructor(){this.g=new _.S(Kw);this.a=this.m=null}onPlayerCreated(a){this.m=a}onPlayerWillDestroy(){this.m=null}onPlayerWillRelease(){this.a=null}onContentWillLoad(a){const b=a.getConfiguration().thumbnails;if(b)if(!1===b.enabled)this.g.info("Thumbnails disabled.");else{var c=b.mode||null;c||(c=dx(b.url||null));(this.a=cx(c))?(this.g.info("Loading thumbs configuration",b),this.m.one(_.le,()=>{this.g.info("Initialize thumbnails provider");try{this.a.init(a,b)}catch(d){this.m.onError(d)}})):
18
+ this.g.warn("Unknown thumbnail mode",c)}else this.a=null}onContentLoaded(a){if(!this.a){var b=a.getConfiguration();b=b&&b.thumbnails;if(!b||void 0===b.enabled||b.enabled){var c=a.getPeriods();if(Vw(c)){this.a=new hx;try{this.a.init(a,b)}catch(d){this.m.onError(d)}}}}}get(a){return this.a?this.a.get(a):Promise.reject(new _.H(1,9,2014,"Thumbnail format is not supported"))}id(){return"thumbnails"}};_.z("clpp.thumbnails.ThumbnailsPlugin",ix);ix.prototype.get=ix.prototype.get;ix.Id="thumbnails";_.Wo(new class{create(){return new ix}});
19
+ var Ww="SINGLE",Xw="GRID",Zw="WEBVTT",ax="BIF";};f.call(g, window);
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 zK="An unknown error occurred while trying to get volume",AK="Cannot get loading rendition due to platform limitations",BK="SecurityError",CK="The require privilege is: http://tizen.org/privilege/tv.audio",DK="|STARTBITRATE\x3d",EK=function(a,b,c){const d=e=>{c.call(a,e);a.removeEventListener(b,d)};a.addEventListener(b,d)},HK=function(a){return _.w(function*(){if(a.a!==_.yd&&a.a!==_.wd)throw new _.G(_.E,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.$c)throw new _.G(_.E,6,6012,`No license server given for ${a.a}`);try{a.a===_.yd?yield FK(a):yield GK(a,b),a.o={keySystem:a.a,licenseServerUri:b.$c,distinctiveIdentifierRequired:!1,persistentStateRequired:b.qe,audioRobustness:"",videoRobustness:"",serverCertificate:null,initData:[],keyIds:[],periodId:null}}catch(c){throw a.h.error(`Error while configuring CDM for ${a.a}`,c),new _.G(_.E,6,6005,{message:JSON.stringify(c)});}})},JK=function(a,b){_.w(function*(){var c=a.f.get(a.a);
3
- a.h.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=_.Ni([b.serverurl&&""!==b.serverurl?b.serverurl:c.$c],_.Ki());c.type=3;c.body=e.buffer;c.method="POST";try{var f=yield a.D.nb.fetch(c).P;if(a.j){var g=_.I(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.h.debug("Widevine license params",
4
- k);try{webapis.avplay.setDrm(IK,"widevine_license_data",k)}catch(l){a.h.error("License response rejected by CDM");const m=new _.G(_.E,6,6008,{browserError:JSON.stringify(l)});a.D.onError(m)}}}catch(h){a.h.error("License request failed.",JSON.stringify(h)),g=new _.G(_.E,6,6007,{message:_.Ra,url:h.data.url,status:h.data.status||NaN,response:h.data.response||"",headers:h.data.headers||{}},h),a.D.onError(g)}})},FK=function(a){return _.w(function*(){try{webapis.avplay.setDrm(IK,"Initialize",""),webapis.avplay.setDrm(IK,
5
- "widevine_app_session",a.l.id),webapis.avplay.setDrm(IK,"widevine_data_type",a.l.type)}catch(b){throw b;}})},GK=function(a,b){return _.w(function*(){var c={};c[KK]=!b.qe;c[LK]=b.$c;""!==b.customData&&(c[MK]=b.customData);c=JSON.stringify(c);a.h.debug("PlayReady properties: ",c);try{webapis.avplay.setDrm(NK,"SetProperties",c)}catch(d){throw d;}})},PK=function(a,b){if(a.f!==b)if(a.f===_.Pn&&b!==_.Qn)a.h.debug(_.ny+`${OK(b)}`);else{var c=(new Date).getTime();a.j=a.f;a.f=b;a.f===_.Ln?(a.o=(new Date).getTime(),
6
- a.m.trigger(new _.C(_.Tc,{detail:{bufferedTimeMS:-1,reason:a.g}}))):a.j===_.Ln&&a.m.trigger(new _.C(_.Sc,{detail:{bufferedTimeMS:c-a.o,reason:a.g}}));b={currentState:a.f,previousState:a.j,timeSinceLastStateChangeMS:c-a.w};a.w=c;a.m.trigger(new _.C(_.If,{detail:b}));a.h.debug("State changed:",OK(a.j),"-\x3e",OK(a.f))}},OK=function(a){return Object.keys(_.On)[a]},SK=function(a){if(a.l){var b=a.a.getState(),c=a.f;switch(b){case QK:c=_.Tn;break;case RK:c=_.Sn;break;default:a.m.isEnded()?c=_.In:a.h.debug("Inconsistent AVPlay playback state:",
7
- b)}PK(a,c)}},TK=function(a){return _.w(function*(){const b=a.m.getConfiguration();let c;(c=yield _.gr(a.B.url,a.m.getNetworkEngine(),b.manifest.attemptParameters,a.B.type||null))&&c.configure(b.manifest);return c})},UK=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},VK=function(a){const b=document.createElement(_.t),c=new _.pE,d=new _.wD(()=>null),e=a.m.getTextDisplayer();return new _.qE(b,c,e,d,a.m.getConfiguration())},WK=function(a){const b=
8
- {configuration:{},wb:()=>a.m.getPosition(),Y:a.g,nb:a.m.getNetworkEngine(),le:a.G.bind(a),ke:a.F.bind(a),onError:a.V.bind(a),vf:()=>{},onEvent:()=>{},yf:a.H.bind(a),Fd:()=>{},Yd:()=>new _.WD,Od:()=>!1,Lc:null};return new _.IE(a.a,b)},XK=function(a){const b=a.m.getPosition();let c=null;for(const d of a.a.periods)d.startTime<=b&&(c=d);return c},YK=function(a){a.h.debug("getTextStreams()",a.a);if(a.a){var b=[],c=a.a.periods;a.h.debug("getting text streams");for(var d=0;d<c.length;d++)if(a.h.debug(c[d].startTime,
9
- 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 _.ej(String(c++),_.J);e.mimeType=a[d].mimeType;e.language=a[d].language;e.roles=a[d].roles;e.kind=a[d].kind||_.Jy;const f=new _.mj(String(a[d].id),e);f.bandwidth=a[d].bandwidth||null;e.renditions.push(f);b.push(e)}return b},ZK=function(a){if(a.g&&!a.g.getTextDisplayer().isTextVisible())return null;if(a.f){const b=_.rC(a.f,_.F);let c=null;if(b){a=YK(a);for(let d=
10
- 0;d<a.length;d++)if(a[d].renditions[0].id===String(b.id)){c=a[d].renditions[0];break}}return c}return null},$K=function(a,b){a.h.debug("Set active track",b);if(b&&(a.o=b.language,a.A=b.roles[0]||"",a.C=b.kind===_.Wd,a.a&&a.f)){a.setTextVisibility(!0);const c=XK(a),d=b.renditions[0];(b=c.textStreams.find(e=>String(e.id)===d.id))?(a.w?(a.h.debug("Switching period defer text selection"),a.l=b):(_.AC(a.f,b,!0,0),a.m.trigger(new _.C(_.Ek))),a.o=b.language):a.h.error(_.my,d.id)}},aL=function(a){const b=
11
- a.ka();b&&a.m.trigger(new _.C(_.Qc,{detail:{width:b.width,height:b.height,bandwidth:b.bandwidth,rendition:b}}))},bL=function(a,b){a.m.trigger(new _.C(_.mg,{details:{width:b.width,height:b.height,bandwidth:b.bandwidth,track:b.track,abrSelection:a.a.o}}))},cL=function(a,b){let c=null;try{c=JSON.parse(b)}catch(d){a.h.warn("Couldn't retrieve extra infos from stream."),c=null}return c},dL=function(a,b){a=a.f[_.L]||[];const c=[];for(let d=0;d<a.length;d++)for(let e=0;e<a[d].renditions.length;e++)_.Tg(a[d].renditions[e],
12
- b,Object.keys(b))&&c.push(a[d].renditions[e]);return c[0]||null},eL=function(a){const b=a.m.getConfiguration();var c=_.xh(b.preferredAudioLanguage||[]);const d=a.f[_.K]||[];if(d.length){var e=null;c.some(g=>{e=_.cz(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.h.debug("Setting audio track with preferred language:",e);a.ra(c)}else a.h.debug("Preferred language(s) not available")}else a.h.debug("Could not set preferred audio language")},
13
- kL=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===fL),f=b.filter(l=>l.type===gL);const g=[];for(var h=0;h<f.length;h++){const l=cL(a,f[h].extra_info);if(l){var k=_.Xh(l.language||_.Wf);k=_.Zi(k);k=c(g,k);k||(k=new _.ej(String(a.o++),_.K),g.push(k));k.renditions.push(hL(f[h].index,l,k))}else a.h.warn("Skipping audio stream with no extra info")}c=new _.ej(String(a.o++),_.L);for(f=0;f<
14
- e.length;f++)(h=cL(a,e[f].extra_info))?c.renditions.push(iL(e[f].index,h,c)):a.h.warn("Skipping video stream with no extra info");e=[];e=a.g?YK(a.g):jL(a,b);d[_.L]=[c];d[_.K]=g;d[_.J]=e;return d},nL=function(a,b){if(b===_.J&&a.g)return ZK(a.g);var c=lL(a.a)||[];if(0===c.length)return null;c=c.filter(e=>e.type===b.toUpperCase())[0];var d=null;b===_.L&&(d=cL(a,c.extra_info),d=dL(a,{width:d.Width,height:d.Height}));b===_.K&&(c?(d=mL(a,c,_.K),a.j=d):d=a.j);b===_.J&&(c?(d=mL(a,c,_.J),a.l=d):d=a.l);return d},
15
- qL=function(a,b){if(b){const c=b.track.type.toUpperCase();oL(a.a,c,Number(b.id)).then(()=>{c===gL&&(a.j=b,a.m.trigger(new _.C(_.Dk)));c===pL&&(a.l=b,a.m.trigger(new _.C(_.Ek)))}).catch(()=>{a.h.error("Could not select "+c+" track.")})}else a.h.debug("Must provide valid rendition")},hL=function(a,b,c){const d=_.Xh(b.language||_.Wf);c.language=_.Zi(d);c.originalLanguage=d;c.channelsCount=b.channels?Number(b.channels):null;c.mimeType=_.Mc;a=new _.mj(String(a),c);a.track=c;a.codec=b.fourCC||null;a.bandwidth=
16
- b.bit_rate||null;return a},iL=function(a,b,c){c.mimeType=_.kg;a=new _.mj(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},rL=function(a,b,c){b=_.Xh(b.track_lang||_.Wf);c.mimeType="text/ttml";c.language=_.Zi(b);c.originalLanguage=b;c.kind=_.Jy;return new _.mj(String(a),c)},jL=function(a,b){b=b.filter(d=>d.type===pL);const c=[];for(let d=0;d<b.length;d++){const e=cL(a,b[d].extra_info);if(!e){a.h.warn("Skipping text stream with no extra info");
17
- continue}const f=new _.ej(String(a.o++),_.J);f.renditions.push(rL(b[d].index,e,f));c.push(f)}return c},mL=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},sL=function(a){return a.f&&a.a?a.a.th:webapis.avplay.getTotalTrackInfo()},uL=function(a,b,c){a.h.debug("switchVideoTrack()");try{const d={estimatedBandwidth:parseInt(webapis.avplay.getStreamingProperty("CURRENT_BANDWITH"),
18
- 10),currentBandwidth:b,nextBandwidth:c,currentPosition:a.getPosition()};a.a=tL(a);a.f=!0;webapis.avplay.stop();webapis.avplay.close();return a.load(a.m.getConfiguration(),d).then(()=>{const e=a.a.Te;a.f=!1;a.a=null;return e===RK?a.pause():a.play()})}catch(d){return Promise.reject(d)}},vL=function(a,b){var c=a.m.getTextDisplayer();c&&c.setTextVisibility(b);c=a.m.g;try{c||webapis.avplay.setSilentSubtitle(!b)}catch(d){a.h.debug("Could not set text track visibility",d)}},oL=function(a,b,c){b=b.toUpperCase();
19
- b===pL&&vL(a,!0);const d=a.j[b];d&&(d.Jd.stop(),a.j[b]=null,a.h.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.h.debug(`Could not set ${h} track. Trying again...`+`AVPlay state: ${a.getState()}, `+`buffering: ${a.w}`,m),!1===l&&(a.j[h]={type:h,index:k,Qe:0,Jd:new _.Nj(()=>g(h,c,!0))}),(k=a.j[h])&&3>k.Qe?(!a.w&&++k.Qe,k.Jd.da(a.w?.5:.25)):(a.h.debug("Could not set track after multiple attempts.Giving up..."),
20
- k&&k.Jd.stop(),a.j[h]=null,f())}};g(b,c)})},lL=function(a){return a.f&&a.a?a.a.lg:webapis.avplay.getCurrentStreamInfo()},wL=function(a){return _.w(function*(){tizen.systeminfo.getPropertyValue("DISPLAY",b=>{a.A=b.resolutionWidth/1920;a.h.debug("Display resolution ratio: ",a.A)},b=>{a.h.debug("Could not load DISPLAY property");throw b;})})},yL=function(a){try{webapis.avplay.setListener({onbufferingstart:a.I.bind(a),onbufferingprogress:a.H.bind(a),onbufferingcomplete:a.G.bind(a),onstreamcompleted:a.L.bind(a),
21
- oncurrentplaytime:b=>{a.trigger(new _.C(xL,{currentTime:b}))},onevent:a.K.bind(a),onsubtitlechange:a.N.bind(a),ondrmevent:a.J.bind(a),onerror:a.V.bind(a)})}catch(b){a.h.error(b)}},zL=function(a){const b=!!a.m.getTrackManager().Ba();try{webapis.avplay.setSilentSubtitle(!b)}catch(c){a.h.debug("Could not set AVPlay subtitle config",c)}},AL=function(a,b){try{const c=b.estimatedBandwidth||0,d=b.currentBandwidth||0;a.h.debug({estimatedBandwidth:c,Ih:d});0!==c&&0!==d&&c>=1.15*d&&webapis.avplay.setStreamingProperty("ADAPTIVE_INFO",
22
- DK+d)}catch(c){a.h.debug(c)}},BL=function(a,b){try{webapis.avplay.setStreamingProperty("ADAPTIVE_INFO","|BITRATES\x3d"+b+DK+b)}catch(c){throw a.h.debug("Could not set fixed bandwidth",c),c;}},CL=function(a){let b=null;try{b=tizen.tvaudiocontrol.isMute()}catch(c){switch(c.name){case BK:a.h.warn("The application doesn't have the privilege to get the mute state.",CK);break;default:a.h.warn(zK,c)}}return!!b},tL=function(a){return{position:a.getPosition(),state:a.m.getState(),Te:a.getState(),playbackRate:a.getPlaybackRate(),
23
- isLive:a.isLive(),duration:a.getDuration(),isMuted:CL(a),volume:a.getVolume(),th:sL(a),lg:lL(a)}},DL=function(){return new Promise((a,b)=>{if(window.webapis)a();else{const c=document.createElement("script");EK(c,"load",d=>a(d));EK(c,_.Vd,d=>b(d));c.src="$WEBAPIS/webapis/webapis.js";document.querySelector("head").appendChild(c)}})},EL=function(a){return _.w(function*(){yield DL();const b=new Promise(c=>{(new _.Nj(c)).da(5)});if(!(yield Promise.race([wL(a).then(()=>!0),b.then(()=>!1)])))return a.h.debug("Took to long for the SDK to be ready"),
24
- Promise.reject("SDK Timeout")})},FL=function(a){return _.w(function*(){a.h.debug("avplay.prepare()");return new Promise((b,c)=>{try{webapis.avplay.prepareAsync(()=>{a.h.debug("AVPlay is ready!");zL(a);b()},d=>{a.h.debug("prepareAsync failed",d);c(d)})}catch(d){a.h.debug("Failed to prepare media player for playback"),c(d)}})})},GL=function(a,b){try{tizen.tvaudiocontrol.setMute(b)}catch(c){switch(c.name){case BK:a.h.warn("The application does not have the privilege to set mute.",CK);break;default:a.h.warn(zK,
25
- c)}}},LL=function(a,b,c){return _.w(function*(){a.l=_.Wn(b);const d=a.F,e=c||{estimatedBandwidth:0,currentBandwidth:0,nextBandwidth:null,currentPosition:0};a.h.debug(`Loading manifest URL: ${a.l[d].url}`);let f=b.startTime||void 0;a.f&&(a.trigger(new _.C(HL)),f=c.currentPosition);try{let g=a.l[d].url;if(a.l[d].type===_.yc&&!g.includes(".mpd")){const h=new URL(g);h.searchParams.append("cl-ext",".mpd");g=h.toString()}webapis.avplay.open(g);e.nextBandwidth?(BL(a,e.nextBandwidth),a.o=!1):(a.o||AL(a,e),
26
- a.o=!0);yL(a);if(b.drm&&b.drm.env){const h={onError:k=>a.m.onError(k),nb:a.m.getNetworkEngine()};a.g=new IL(b.drm,h);yield a.g.init()}else a.h.debug("No DRM configuration was provided. Assuming clear content");a.f||a.trigger(new _.C(JL));yield FL(a);a.f||a.trigger(new _.C(KL));f&&typeof f===_.r&&0<f&&a.seek(f).catch(h=>{a.h.debug("Couldn't set start position",h)});a.f||(b.volume&&a.setVolume(b.volume),b.muted&&GL(a,b.muted),b.autoplay&&a.m.play().catch(h=>{a.h.debug("Autoplay failed",h)}))}catch(g){throw a.h.debug("Error while attempting to load source."),
27
- g;}})},ML=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.h.debug("Setting display area to","x:",c,"y:",d,"width:",e,"height:",b);webapis.avplay.setDisplayRect(c,d,e,b);0===c&&0===d&&1920===e&&1080===b&&webapis.avplay.setDisplayMethod("PLAYER_DISPLAY_MODE_LETTER_BOX")}}else a.h.debug("Could not apply dimension. Player state "+a.a.getState())},IL=class{constructor(a,
28
- b){this.g=a;this.o=null;this.a=_.Ce;this.l=null;this.j=!1;this.f=new Map;this.D=b;this.h=new _.Q("clpp.tizen.DrmEngine")}init(){const a=this;return _.w(function*(){var b=_.hl[a.g.env]||null;if(!b)throw a.h.debug(_.ua,_.xb+a.g.env+_.aa),new _.G(_.E,6,6015,`DRM environment '${a.g.env}' is missing.`);a.l={id:String(Math.floor(1E4*Math.random())),type:"MPEG-DASH"};var c=Object.keys(a.g.customData||{}).length?btoa(JSON.stringify(a.g.customData)):"";b=_.jl(b,a.g.customData);const d=b[_.wd];d&&a.f.set(_.wd,
29
- {$c:d.licenseUrl||"",customData:c,qe:!1});(b=b[_.yd])&&a.f.set(_.yd,{$c:b.licenseUrl||"",customData:c,qe:!1});if(0===a.f.size)throw new _.G(_.E,6,6E3);if((c=a.g.preferredDrmSystem)&&a.f.get(c))a.a=c;else if(a.f.get(_.wd))a.a=_.wd;else if(a.f.get(_.yd))a.a=_.yd;else throw new _.G(_.E,6,6001,"Configuration for the target system is missing.");yield HK(a);a.j=!0})}release(){const a=this;return _.w(function*(){a.j=!1;a.o=null;a.a=_.Ce;a.l=null;a.f=new Map})}getDrmInfo(){return this.o}},KK="DeleteLicenseAfterUse",
30
- LK="LicenseServer",MK="CustomData";var SL=class{constructor(a){this.m=a;this.a=this.m.a;this.f=_.Qn;this.j=_.ht;this.w=(new Date).getTime();this.l=!1;this.o=-1;this.g=2;this.h=new _.Q("clpp.tizen.StateManager")}initialize(){this.a.on(HL,this.C,this);this.a.on(NL,this.B,this);this.a.on(OL,this.A,this);this.a.on(JL,this.H,this);this.a.on(KL,this.G,this);this.a.on(PL,this.F,this)}release(){PK(this,_.Qn);this.l=!1;this.o=-1;this.g=2}destroy(){this.release();this.a.off(HL,this.C);this.a.off(NL,this.B);this.a.off(OL,this.A);this.a.off(JL,
31
- this.H);this.a.off(KL,this.G);this.a.off(PL,this.F);this.m=this.a=null}C(){this.h.debug("Buffering start. Player state: ",this.a.getState());this.g=this.a.B?1:2;PK(this,_.Ln)}B(a){this.h.debug("Buffering progress: "+a.percent+" %. Player state: ",OK(this.f))}A(){this.h.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()===QL;if(!a&&b){PK(this,_.Sn);return}}if(a=this.f!==_.Rn)a=this.a.getState(),a=a===
32
- QK||a===RK;a&&SK(this)}H(){this.h.debug("Preparing starts. AVPlay State: ",this.a.getState());this.a.getState()===RL?PK(this,_.Rn):this.h.error("AVPlay prepares while state is not IDLE")}G(){this.h.debug("Preparing ends: AVPlay state:",this.a.getState())}F(){PK(this,_.In)}getState(){return this.f}};var TL=class{constructor(){this.o=this.A=this.f=this.g=this.B=this.m=this.j=this.a=null;this.C=!1;this.w=!0;this.l=null;this.h=new _.Q("clpp.tizen.TextStreamer")}initialize(a){this.m=a}load(a){const b=this;return _.w(function*(){if(b.m)if(b.B=a,b.j=yield TK(b),b.j){var c={configurationId:"",networkingEngine:b.m.getNetworkEngine(),filterNewPeriod:()=>{},filterAllPeriods:()=>{},onTimelineCueAdded:()=>{},onEvent:()=>{},onError:()=>{}};try{b.a=yield b.j.start(a.url,c)}catch(d){b.h.warn(d);try{b.a=yield b.j.start(a.url.replace("https://",
33
- "http://"),c)}catch(e){b.h.error(e),b.a=null}}if(b.a&&UK(b.a)){b.g=VK(b);try{yield b.g.open();b.f=WK(b);const d=b.m.getConfiguration();b.f.g=d.streaming;b.o=d.preferredTextLanguage;b.A=d.preferredTextRole;b.C=d.preferForcedSubtitles}catch(d){b.h.debug("Could not setup media source..."),b.g=null,b.f=null,b.j=null,b.a=null}}}else b.h.debug("Could not find manifest parser for source. Make sure parsers are registered.");else b.h.debug("Text streamer is not initialized. Will not load()")})}G(a){this.h.debug(_.Cy,
34
- a);this.w=!0;let b=_.kB(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.h.debug("canSwitch_");this.w=!1;this.l&&(_.AC(this.f,this.l,!0,0),this.l=null)}V(){this.h.debug("onError_")}H(){this.j&&this.j.update&&this.j.update()}start(){const a=this;return _.w(function*(){if(a.f)try{a.f.start()}catch(b){a.h.error("Error while starting streaming engine",b)}})}setTextVisibility(a){this.h.debug("Set text visibility",
35
- a);this.g&&this.g.getTextDisplayer().setTextVisibility(a)}release(){const a=this;return _.w(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 _.w(function*(){a.j&&(yield a.j.stop(),a.j=null);a.f&&(yield a.f.destroy(),a.f=null,a.w=!0);a.g&&(yield a.g.destroy(),a.g=null)})}};var V=class extends _.R{constructor(){super();this.g=this.a=this.m=null;this.f={};this.h=new _.Q("clpp.tizen.TrackManager");this.w=this.l=this.j=null;this.B=!1;this.o=1}C(a){var b=a.eventid;a=a.data;switch(b){case UL:0<Object.keys(this.f).length||(this.h.debug("Loading track manager!"),this.load());b=webapis.avplay.getCurrentStreamInfo();0<b.length&&(b=+cL(this,b[0].extra_info).Bit_rate,b=dL(this,{bandwidth:b}))&&(this.w=b,bL(this,b));break;case VL:aL(this);break;default:this.h.debug("Event type: "+
36
- b+" data: "+a)}}A(a){a.detail.currentState===_.Tn&&this.m.off(_.If,this.A)}initialize(a){this.m=a;this.a=this.m.a;this.m.on(_.If,b=>{this.B||(b=b.detail,b.currentState===_.Tn&&(this.h.debug("Current state",b.currentState),this.B=!0,eL(this)))});this.a.on(WL,this.C,this)}release(){this.f={};this.g=this.w=this.l=this.j=null;this.B=!1;this.o=1}load(){if(this.a&&!(0<Object.keys(this.f).length)){this.g=this.m.g;this.m.off(_.If,this.A);this.m.on(_.If,this.A,this);try{const a=sL(this.a);this.f=kL(this,a);
37
- const b=this.f[_.K]||[];b.length&&(this.j=b[0].renditions[0]||null);aL(this)}catch(a){this.h.debug("Could not load track manager")}}}destroy(){this.a.off(WL,this.C);this.a=this.m=null}getVideoTracks(){return this.f[_.L]||[]}getAudioTracks(){return this.f[_.K]||[]}ga(){return this.f[_.J]||[]}ka(){return nL(this,_.L)}Ia(){return nL(this,_.K)}Ba(){return nL(this,_.J)}Ua(){return this.w}hb(){this.h.info(AK);return null}ib(){this.h.info(AK);return null}Ca(){const a=this.ka();return a?a.track:null}ja(){const a=
38
- this.Ia();return a?a.track:null}oa(){const a=this.Ba();return a?a.track:null}$a(a){null===a?(a=this.ka(),uL(this.a,a.bandwidth,null).then(()=>{aL(this)})):0<a.renditions.length&&this.Pa(a.renditions[0])}ra(a){a?qL(this,a.renditions[0]):this.h.warn("Cannot disable audio tracks on this platform.","Consider muting audio instead...")}Ea(a){a?(a=a.renditions[0],this.g?$K(this.g,a.track):qL(this,a)):(this.h.debug("Disabling text tracks"),this.l=null,vL(this.a,!1),this.m.trigger(new _.C(_.Ek)))}Pa(a){const b=
39
- this.ka();this.a.o||a.width!==b.width||a.height!==b.height||a.bandwidth!==b.bandwidth?(this.w=a,bL(this,a),uL(this.a,b.bandwidth,a.bandwidth).then(()=>{aL(this)}).catch(c=>{const d=new _.G(_.E,7,7200,{tizenerror:c});this.h.debug("Error while switching video track",c);this.m.onError(d)})):this.h.debug("Trying to switch to already active rendition. Doing nothing...")}Ya(a){qL(this,a)}Za(a){this.g?$K(this.g,a.track):qL(this,a)}addTextTrack(){}ma(){return this.a.o}};V.prototype.isAbrEnabled=V.prototype.ma;
40
- V.prototype.addTextTrack=V.prototype.addTextTrack;V.prototype.setTextRendition=V.prototype.Za;V.prototype.setAudioRendition=V.prototype.Ya;V.prototype.setVideoRendition=V.prototype.Pa;V.prototype.setTextTrack=V.prototype.Ea;V.prototype.setAudioTrack=V.prototype.ra;V.prototype.setVideoTrack=V.prototype.$a;V.prototype.getTextTrack=V.prototype.oa;V.prototype.getAudioTrack=V.prototype.ja;V.prototype.getVideoTrack=V.prototype.Ca;V.prototype.getLoadingTextRendition=V.prototype.ib;
41
- V.prototype.getLoadingAudioRendition=V.prototype.hb;V.prototype.getLoadingVideoRendition=V.prototype.Ua;V.prototype.getTextRendition=V.prototype.Ba;V.prototype.getAudioRendition=V.prototype.Ia;V.prototype.getVideoRendition=V.prototype.ka;V.prototype.getTextTracks=V.prototype.ga;V.prototype.getAudioTracks=V.prototype.getAudioTracks;V.prototype.getVideoTracks=V.prototype.getVideoTracks;var $L=class extends _.Ns{constructor(a){super();this.m=a;this.g=null;this.h=new _.Q("clpp.tizen.Middleware");this.C=1;this.B=!1;this.l=null;this.F=0;this.o=!0;this.f=!1;this.a=null;this.A=1;this.w=!1;this.j={}}I(){this.w=!0;this.f||this.trigger(new _.C(HL))}H(a){this.w=!0;this.trigger(new _.C(NL,{percent:a}))}G(){this.w=!1;this.trigger(new _.C(OL))}L(){this.trigger(new _.C(PL))}K(a,b){this.trigger(new _.C(WL,{eventid:a,data:b}))}N(a,b,c,d,e){this.trigger(new _.C(XL,{duration:a,text:b,subtitleType:c,
42
- attriCount:d,attributes:e}))}J(a,b){this.trigger(new _.C(YL,{drmType:a,drmData:b}));this.g&&(a=this.g,a.j&&(a.a===_.yd&&"Challenge"===b.name?JK(a,b):"DrmError"===b.name&&(a.h.debug("DrmError event",b),b=new _.G(_.E,6,6005,{message:JSON.stringify(b)}),a.D.onError(b))))}V(a){this.trigger(new _.C(ZL,{eventType:a}))}play(){const a=this.getState(),b=()=>new Promise((c,d)=>{let e=null;const f=()=>{c();clearTimeout(e)};this.one(xL,f,this);e=setTimeout(()=>{this.off(xL,f);d("Timeout")},3E4)});if(a===RL)return(new Promise((c,
43
- d)=>{webapis.avplay.prepareAsync(()=>{zL(this);c(webapis.avplay.play())},e=>{this.trigger(new _.C(ZL));d(e)})})).then(()=>b());if(a===RK||a===QL)try{return webapis.avplay.play(),b()}catch(c){return Promise.reject(c)}return a===QK?Promise.resolve():Promise.reject("Player is in invalid state")}pause(){try{webapis.avplay.pause()}catch(a){Promise.reject(a)}return this.getState()===RK?Promise.resolve():Promise.reject()}setPlaybackRate(a){const b=this.getState();if(b===QL||b===QK||b===RK){try{webapis.avplay.setSpeed(a),
44
- this.C=a}catch(c){return this.h.debug("Error while trying to set playback rate",c),this.setPlaybackRate(this.C)}return!0}this.h.debug("Cannot set playback rate; AVPlay is in inconsistent state: "+b);return!1}getPlaybackRate(){return this.C}load(a,b){const c=this;return _.w(function*(){c.h.debug("configure()",b||"");try{yield EL(c),yield LL(c,a,b)}catch(d){throw new _.G(_.E,7,7003,null,d);}})}getState(){if(this.f&&this.a)return this.a.Te;try{return webapis.avplay.getState()}catch(a){this.V(JSON.stringify(a))}}seek(a){const b=
45
- 1E3*a;return new Promise((c,d)=>{this.B=!0;this.m.trigger(new _.C(_.fg));webapis.avplay.seekTo(b,()=>{this.B=!1;this.m.trigger(new _.C(_.eg));c()},()=>{this.B=!1;d()})})}getPosition(){if(this.f&&this.a)return this.a.position;try{return webapis.avplay.getCurrentTime()/1E3}catch(a){this.V(JSON.stringify(a))}}getDuration(){if(this.f&&this.a)return this.a.duration;try{return webapis.avplay.getDuration()/1E3}catch(a){this.V(JSON.stringify(a))}}release(){return new Promise((a,b)=>{try{this.g&&(this.g.release(),
46
- this.g=null);webapis.avplay.stop();webapis.avplay.close();for(const c in this.j){const d=this.j[c];d&&d.Jd.stop()}this.j={};this.C=1;this.B=!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 BK:this.h.debug("The application does not have the privilege to get the volume.",CK);break;default:this.h.debug(zK,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.h.warn("Invalid value passed for setVolume.",
47
- "The passed value value should be in the range of 0 to 1.");break;case BK:this.h.warn("The application does not have the privilege to set the volume.",CK);break;default:this.h.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.V(JSON.stringify(a))}}stop(){try{webapis.avplay.stop()}catch(a){this.h.debug(a)}}getDrmInfo(){this.g&&this.g.getDrmInfo();return null}setSourceIndex(a){this.F=
48
- a}getSourceIndex(){return this.F}getLoadedSource(){return this.l&&this.l[this.getSourceIndex()]}},RL="IDLE",QL="READY",QK="PLAYING",RK="PAUSED",fL=_.Sb,gL="AUDIO",pL="TEXT",VL="PLAYER_MSG_RESOLUTION_CHANGED",UL="PLAYER_MSG_BITRATE_CHANGE",NK="PLAYREADY",IK="WIDEVINE_CDM";var dM=class extends _.Ns{constructor(){super();this.a=new $L(this);this.f=new SL(this);this.configuration=this.B=_.Ok();this.w=null;this.h=new _.Q("clpp.tizen.Player");this.j=null;this.l=new V;this.C=new _.So;this.o=this.g=null;this.A=!1}H(){this.h.debug("On Stream completed. Current time: ",this.getPosition());this.trigger(new _.C(_.Ud));this.configuration.loop?this.seek(this.configuration.startTime||0).catch(()=>{this.h.debug("Could not loop playback")}):this.a.stop()}F(a){this.trigger(new _.C(_.Sf,
49
- {currentTime:a.currentTime/1E3}))}I(a){const b=this.a.getPosition(),c=b+a.duration/1E3;let d=a.text||"";this.h.debug("Got subtitles: ",d,"start:",b,"end:",c,a);(d=_.wi(d))&&this.o.append([new _.is(b,c,d)],[])}G(a){this.h.debug("DRM event: "+a.drmType+", data: "+a.drmData)}J(){this.A||(this.h.debug("Initial buffering completed..."),this.A=!0)}V(a){this.h.debug(`Error: TYPE: ${a.eventType}`);PK(this.f,_.Pn);a=new _.G(_.E,7,7200,{tizenerror:a.eventType});this.a.release();this.trigger(new _.C(_.Vd,{detail:a}))}init(a,
50
- b){this.configuration=this.B=b;this.w=a;this.a.on(PL,this.H,this);this.a.on(xL,this.F,this);this.a.on(XL,this.I,this);this.a.on(YL,this.G,this);this.a.on(ZL,this.V,this);this.a.on(OL,this.J,this);this.f.initialize();this.l.initialize(this);this.h.debug("Initializing player surface");this.w.hideMediaElement();a=aM;aM+=1;a="__clpp_tizen_player_"+a;this.j=_.oo(_.De,{id:a,type:"application/avplayer"});this.w.addElementToContainer(this.j,!0);var c=this.w.getMedia();if(c){a=this.j;{b=[_.xg,_.Zd,"position",
51
- _.je,"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}_.qo(a,d);ML(this)}}getSurface(){return this.w}getConfiguration(){return this.configuration}getTimeline(){return null}setupPlaylist(){return Promise.reject(_.pb)}appendLoad(){return Promise.reject(_.pb)}seekWith(){return Promise.reject(_.pb)}destroy(){const a=this;return _.w(function*(){yield a.release();a.a.off(PL,a.H);a.a.off(xL,
52
- a.F);a.a.off(XL,a.I);a.a.off(YL,a.G);a.a.off(ZL,a.V);a.a.off(OL,a.J);a.g&&(yield a.g.destroy(),a.g=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 bM}getPlaybackRate(){return this.a.getPlaybackRate()}setDrmCustomDataModifier(){}setCdnErrorCallback(){}detach(){}setPlaybackRate(a){this.a.setPlaybackRate(a)}getPosition(){return this.getMediaPosition()}getMediaPosition(){return 0<(this.configuration.startTime||0)&&!this.A?0:this.f.getState()===
53
- _.In?this.getDuration():this.a.getPosition()||0}seek(a){return typeof a===_.r&&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===_.r?a/100:null}setVolume(a){this.a.setVolume(a)}getDuration(){return this.getMediaDuration()}getMediaDuration(){return this.a.getDuration()}getBufferInfo(){this.h.warn(_.qa);return new _.Ms}getTrackManager(){return this.l}unload(){return this.a.release().then(()=>
54
- {this.l.release()})}release(){const a=this;return _.w(function*(){a.g&&(yield a.g.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 _.w(function*(){b.configuration=_.Qk(b.B,a);var c=_.yn(b.configuration,[_.ae,"native"]);b.o=c.create(b);c=_.Wn(b.configuration)[0];if(b.configuration.tizen&&b.configuration.tizen.sideStreamText){b.g=new TL;b.g.initialize(b);try{yield b.g.load(c),b.g.start()}catch(d){b.h.error(d)}}try{yield b.a.load(b.configuration)}catch(d){throw b.onError(d),
55
- d;}b.l.load()})}play(){this.trigger(new _.C(_.Re));ML(this);return this.a.play().then(()=>{SK(this.f)})}pause(){return this.a.pause().then(()=>{SK(this.f)})}getState(){return this.f.getState()}getPeriods(){return[]}onError(a){const b=new _.C(_.Vd,{detail:a});a.severity===_.E&&(PK(this.f,_.Pn),this.a.release());this.trigger(b);b.defaultPrevented&&(b.a=!0)}getDrmInfo(){return this.a.getDrmInfo()}isEnded(){return this.f.getState()===_.In}isPaused(){return this.a.getState()===RK}isMuted(){return CL(this.a)}setMuted(a){GL(this.a,
56
- a)}getNetworkEngine(){return this.C}setNetworkEngine(a){this.C=a}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 cM).canPlay(a,b)}getTimelineCues(){return[]}getTextDisplayer(){return this.o}resetAbr(){}};dM.prototype.getTextDisplayer=dM.prototype.getTextDisplayer;dM.prototype.setNetworkEngine=dM.prototype.setNetworkEngine;
57
- dM.prototype.getNetworkEngine=dM.prototype.getNetworkEngine;var bM="clpp.tizen",aM=0,cM=class{a(){return bM}canPlay(a){a=a.type;const b=!!window.webapis;if((a===_.yc||a===_.Ik||a===_.Dc)&&b){if(_.Rj(2))return 2;if(_.Rj(3)||_.Rj(4)||_.Rj(5)||_.Rj(6))return _.B("Use of clpp.tizen.TizenComponent is not recommended for Tizen version \x3e\x3d 3."),1}return 0}f(a){return a===_.na}create(){return new dM}};_.x("clpp.tizen.TizenComponent",class extends _.Ft{f(){_.hh(new cM)}a(){var a=bM;a&&_.fh[a]&&(delete _.fh[a],_.gh.info("Removed Player factory: '"+a+"'"))}id(){return"tizen"}});var HL="onbufferingstart",NL="onbufferingprogress",OL="onbufferingcomplete",PL="onstreamcompleted",xL="oncurrentplaytime",WL="onevent",XL="onsubtitlechange",YL="ondrmevent",ZL="onerror",JL="preparingstart",KL="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 gO="An unknown error occurred while trying to get volume",hO="Cannot get loading rendition due to platform limitations",iO="SecurityError",jO="The require privilege is: http://tizen.org/privilege/tv.audio",kO="|STARTBITRATE\x3d",lO=function(a,b,c){const d=e=>{c.call(a,e);a.removeEventListener(b,d)};a.addEventListener(b,d)},oO=function(a){return _.x(function*(){if(a.a!==_.yd&&a.a!==_.wd)throw new _.H(_.E,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.md)throw new _.H(_.E,6,6012,`No license server given for ${a.a}`);try{a.a===_.yd?yield mO(a):yield nO(a,b),a.o={keySystem:a.a,licenseServerUri:b.md,distinctiveIdentifierRequired:!1,persistentStateRequired:b.ze,audioRobustness:"",videoRobustness:"",serverCertificate:null,initData:[],keyIds:[],periodId:null}}catch(c){throw a.g.error(`Error while configuring CDM for ${a.a}`,c),new _.H(_.E,6,6005,{message:JSON.stringify(c)});}})},qO=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=_.Oi([b.serverurl&&""!==b.serverurl?b.serverurl:c.md],_.Li());c.type=3;c.body=e.buffer;c.method="POST";try{var f=yield a.B.Za.fetch(c).O;if(a.j){var g=_.J(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",
4
+ k);try{webapis.avplay.setDrm(pO,"widevine_license_data",k)}catch(l){a.g.error("License response rejected by CDM");const m=new _.H(_.E,6,6008,{browserError:JSON.stringify(l)});a.B.onError(m)}}}catch(h){a.g.error("License request failed.",JSON.stringify(h)),g=new _.H(_.E,6,6007,{message:_.Ra,url:h.data.url,status:h.data.status||NaN,response:h.data.response||"",headers:h.data.headers||{}},h),a.B.onError(g)}})},mO=function(a){return _.x(function*(){try{webapis.avplay.setDrm(pO,"Initialize",""),webapis.avplay.setDrm(pO,
5
+ "widevine_app_session",a.l.id),webapis.avplay.setDrm(pO,"widevine_data_type",a.l.type)}catch(b){throw b;}})},nO=function(a,b){return _.x(function*(){var c={};c[rO]=!b.ze;c[sO]=b.md;""!==b.customData&&(c[tO]=b.customData);c=JSON.stringify(c);a.g.debug("PlayReady properties: ",c);try{webapis.avplay.setDrm(uO,"SetProperties",c)}catch(d){throw d;}})},wO=function(a,b){if(a.f!==b)if(a.f===_.Qn&&b!==_.Rn)a.g.debug(_.iz+`${vO(b)}`);else{var c=(new Date).getTime();a.j=a.f;a.f=b;a.f===_.Mn?(a.o=(new Date).getTime(),
6
+ a.m.trigger(new _.D(_.Tc,{detail:{bufferedTimeMS:-1,reason:a.h}}))):a.j===_.Mn&&a.m.trigger(new _.D(_.Pc,{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(_.Jf,{detail:b}));a.g.debug("State changed:",vO(a.j),"-\x3e",vO(a.f))}},vO=function(a){return Object.keys(_.Pn)[a]},zO=function(a){if(a.l){var b=a.a.getState(),c=a.f;switch(b){case xO:c=_.Un;break;case yO:c=_.Tn;break;default:a.m.isEnded()?c=_.Jn:a.g.debug("Inconsistent AVPlay playback state:",
7
+ b)}wO(a,c)}},AO=function(a){return _.x(function*(){const b=a.m.getConfiguration();let c;(c=yield _.hr(a.C.url,a.m.getNetworkEngine(),b.manifest.attemptParameters,a.C.type||null))&&c.configure(b.manifest);return c})},BO=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},CO=function(a){const b=document.createElement(_.w),c=new _.TH,d=new _.ZG(()=>null),e=a.m.getTextDisplayer();return new _.VH(b,c,e,d,a.m.getConfiguration())},DO=function(a){const b=
8
+ {configuration:{},sa:()=>a.m.getPosition(),P:a.h,Za:a.m.getNetworkEngine(),Oc:a.G.bind(a),Nc:a.F.bind(a),onError:a.W.bind(a),Pd:()=>{},onEvent:()=>{},Rd:a.H.bind(a),Pc:()=>{},Gc:()=>new _.yH,Ac:()=>!1,ub:null};return new _.rI(a.a,b)},EO=function(a){const b=a.m.getPosition();let c=null;for(const d of a.a.periods)d.startTime<=b&&(c=d);return c},FO=function(a){a.g.debug("getTextStreams()",a.a);if(a.a){var b=[],c=a.a.periods;a.g.debug("getting text streams");for(var d=0;d<c.length;d++)if(a.g.debug(c[d].startTime,
9
+ 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 _.dj(String(c++),_.K);e.mimeType=a[d].mimeType;e.language=a[d].language;e.roles=a[d].roles;e.kind=a[d].kind||_.eB;const f=new _.lj(String(a[d].id),e);f.bandwidth=a[d].bandwidth||null;e.renditions.push(f);b.push(e)}return b},GO=function(a){if(a.h&&!a.h.getTextDisplayer().isTextVisible())return null;if(a.f){const b=a.f.J();let c=null;if(b){a=FO(a);for(let d=0;d<a.length;d++)if(a[d].renditions[0].id===
10
+ String(b.id)){c=a[d].renditions[0];break}}return c}return null},HO=function(a,b){a.g.debug("Set active track",b);if(b&&(a.o=b.language,a.A=b.roles[0]||"",a.D=b.kind===_.Vd,a.a&&a.f)){a.setTextVisibility(!0);const c=EO(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):(a.f.H(b),a.m.trigger(new _.D(_.Gk))),a.o=b.language):a.g.error(_.gz,d.id)}},IO=function(a){const b=a.oa();b&&a.m.trigger(new _.D(_.Nc,{detail:{width:b.width,
11
+ height:b.height,bandwidth:b.bandwidth,rendition:b}}))},JO=function(a,b){a.m.trigger(new _.D(_.ig,{details:{width:b.width,height:b.height,bandwidth:b.bandwidth,track:b.track,abrSelection:a.a.o}}))},KO=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},LO=function(a,b){a=a.f[_.M]||[];const c=[];for(let d=0;d<a.length;d++)for(let e=0;e<a[d].renditions.length;e++)_.Ug(a[d].renditions[e],b,Object.keys(b))&&c.push(a[d].renditions[e]);
12
+ return c[0]||null},MO=function(a){const b=a.m.getConfiguration();var c=_.wh(b.preferredAudioLanguage||[]);const d=a.f[_.L]||[];if(d.length){var e=null;c.some(g=>{e=_.IB(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:",e);a.Da(c)}else a.g.debug("Preferred language(s) not available")}else a.g.debug("Could not set preferred audio language")},
13
+ SO=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===NO),f=b.filter(l=>l.type===OO);const g=[];for(var h=0;h<f.length;h++){const l=KO(a,f[h].extra_info);if(l){var k=_.Yh(l.language||_.Wf);k=_.$i(k);k=c(g,k);k||(k=new _.dj(String(a.o++),_.L),g.push(k));k.renditions.push(PO(f[h].index,l,k))}else a.g.warn("Skipping audio stream with no extra info")}c=new _.dj(String(a.o++),_.M);for(f=0;f<
14
+ e.length;f++)(h=KO(a,e[f].extra_info))?c.renditions.push(QO(e[f].index,h,c)):a.g.warn("Skipping video stream with no extra info");e=[];e=a.h?FO(a.h):RO(a,b);d[_.M]=[c];d[_.L]=g;d[_.K]=e;return d},VO=function(a,b){if(b===_.K&&a.h)return GO(a.h);var c=TO(a.a)||[];if(0===c.length)return null;c=c.filter(e=>e.type===b.toUpperCase())[0];var d=null;b===_.M&&(d=KO(a,c.extra_info),d=LO(a,{width:d.Width,height:d.Height}));b===_.L&&(c?(d=UO(a,c,_.L),a.j=d):d=a.j);b===_.K&&(c?(d=UO(a,c,_.K),a.l=d):d=a.l);return d},
15
+ YO=function(a,b){if(b){const c=b.track.type.toUpperCase();WO(a.a,c,Number(b.id)).then(()=>{c===OO&&(a.j=b,a.m.trigger(new _.D(_.Fk)));c===XO&&(a.l=b,a.m.trigger(new _.D(_.Gk)))}).catch(()=>{a.g.error("Could not select "+c+" track.")})}else a.g.debug("Must provide valid rendition")},PO=function(a,b,c){const d=_.Yh(b.language||_.Wf);c.language=_.$i(d);c.originalLanguage=d;c.channelsCount=b.channels?Number(b.channels):null;c.mimeType=_.Ic;a=new _.lj(String(a),c);a.track=c;a.codec=b.fourCC||null;a.bandwidth=
16
+ b.bit_rate||null;return a},QO=function(a,b,c){c.mimeType=_.gg;a=new _.lj(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},ZO=function(a,b,c){b=_.Yh(b.track_lang||_.Wf);c.mimeType="text/ttml";c.language=_.$i(b);c.originalLanguage=b;c.kind=_.eB;return new _.lj(String(a),c)},RO=function(a,b){b=b.filter(d=>d.type===XO);const c=[];for(let d=0;d<b.length;d++){const e=KO(a,b[d].extra_info);if(!e){a.g.warn("Skipping text stream with no extra info");
17
+ continue}const f=new _.dj(String(a.o++),_.K);f.renditions.push(ZO(b[d].index,e,f));c.push(f)}return c},UO=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},$O=function(a){return a.f&&a.a?a.a.th:webapis.avplay.getTotalTrackInfo()},bP=function(a,b,c){a.g.debug("switchVideoTrack()");try{const d={estimatedBandwidth:parseInt(webapis.avplay.getStreamingProperty("CURRENT_BANDWITH"),
18
+ 10),currentBandwidth:b,nextBandwidth:c,currentPosition:a.getPosition()};a.a=aP(a);a.f=!0;webapis.avplay.stop();webapis.avplay.close();return a.load(a.m.getConfiguration(),d).then(()=>{const e=a.a.hf;a.f=!1;a.a=null;return e===yO?a.pause():a.play()})}catch(d){return Promise.reject(d)}},cP=function(a,b){var c=a.m.getTextDisplayer();c&&c.setTextVisibility(b);c=a.m.h;try{c||webapis.avplay.setSilentSubtitle(!b)}catch(d){a.g.debug("Could not set text track visibility",d)}},WO=function(a,b,c){b=b.toUpperCase();
19
+ b===XO&&cP(a,!0);const d=a.j[b];d&&(d.Vd.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),!1===l&&(a.j[h]={type:h,index:k,ef:0,Vd:new _.Pj(()=>g(h,c,!0))}),(k=a.j[h])&&3>k.ef?(!a.w&&++k.ef,k.Vd.ia(a.w?.5:.25)):(a.g.debug("Could not set track after multiple attempts.Giving up..."),
20
+ k&&k.Vd.stop(),a.j[h]=null,f())}};g(b,c)})},TO=function(a){return a.f&&a.a?a.a.og:webapis.avplay.getCurrentStreamInfo()},dP=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");throw b;})})},fP=function(a){try{webapis.avplay.setListener({onbufferingstart:a.I.bind(a),onbufferingprogress:a.H.bind(a),onbufferingcomplete:a.G.bind(a),onstreamcompleted:a.M.bind(a),
21
+ oncurrentplaytime:b=>{a.trigger(new _.D(eP,{currentTime:b}))},onevent:a.K.bind(a),onsubtitlechange:a.N.bind(a),ondrmevent:a.J.bind(a),onerror:a.W.bind(a)})}catch(b){a.g.error(b)}},gP=function(a){const b=!!a.m.getTrackManager().Pa();try{webapis.avplay.setSilentSubtitle(!b)}catch(c){a.g.debug("Could not set AVPlay subtitle config",c)}},hP=function(a,b){try{const c=b.estimatedBandwidth||0,d=b.currentBandwidth||0;a.g.debug({estimatedBandwidth:c,Ih:d});0!==c&&0!==d&&c>=1.15*d&&webapis.avplay.setStreamingProperty("ADAPTIVE_INFO",
22
+ kO+d)}catch(c){a.g.debug(c)}},iP=function(a,b){try{webapis.avplay.setStreamingProperty("ADAPTIVE_INFO","|BITRATES\x3d"+b+kO+b)}catch(c){throw a.g.debug("Could not set fixed bandwidth",c),c;}},jP=function(a){let b=null;try{b=tizen.tvaudiocontrol.isMute()}catch(c){switch(c.name){case iO:a.g.warn("The application doesn't have the privilege to get the mute state.",jO);break;default:a.g.warn(gO,c)}}return!!b},aP=function(a){return{position:a.getPosition(),state:a.m.getState(),hf:a.getState(),playbackRate:a.getPlaybackRate(),
23
+ isLive:a.isLive(),duration:a.getDuration(),isMuted:jP(a),volume:a.getVolume(),th:$O(a),og:TO(a)}},kP=function(){return new Promise((a,b)=>{if(window.webapis)a();else{const c=document.createElement("script");lO(c,"load",d=>a(d));lO(c,_.q,d=>b(d));c.src="$WEBAPIS/webapis/webapis.js";document.querySelector("head").appendChild(c)}})},lP=function(a){return _.x(function*(){yield kP();const b=new Promise(c=>{(new _.Pj(c)).ia(5)});if(!(yield Promise.race([dP(a).then(()=>!0),b.then(()=>!1)])))return a.g.debug("Took to long for the SDK to be ready"),
24
+ Promise.reject("SDK Timeout")})},mP=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!");gP(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)}})})},nP=function(a,b){try{tizen.tvaudiocontrol.setMute(b)}catch(c){switch(c.name){case iO:a.g.warn("The application does not have the privilege to set mute.",jO);break;default:a.g.warn(gO,
25
+ c)}}},sP=function(a,b,c){return _.x(function*(){a.l=_.Xn(b);const d=a.F,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(oP)),f=c.currentPosition);try{let g=a.l[d].url;if(a.l[d].type===_.yc&&!g.includes(".mpd")){const h=new URL(g);h.searchParams.append("cl-ext",".mpd");g=h.toString()}webapis.avplay.open(g);e.nextBandwidth?(iP(a,e.nextBandwidth),a.o=!1):(a.o||hP(a,e),
26
+ a.o=!0);fP(a);if(b.drm&&b.drm.env){const h={onError:k=>a.m.onError(k),Za:a.m.getNetworkEngine()};a.h=new pP(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(qP));yield mP(a);a.f||a.trigger(new _.D(rP));f&&typeof f===_.t&&0<f&&a.seek(f).catch(h=>{a.g.debug("Couldn't set start position",h)});a.f||(b.volume&&a.setVolume(b.volume),b.muted&&nP(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."),
27
+ g;}})},tP=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,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())},pP=class{constructor(a,
28
+ b){this.h=a;this.o=null;this.a=_.Be;this.l=null;this.j=!1;this.f=new Map;this.B=b;this.g=new _.S("clpp.tizen.DrmEngine")}init(){const a=this;return _.x(function*(){var b=_.jl[a.h.env]||null;if(!b)throw a.g.debug(_.ua,_.xb+a.h.env+_.aa),new _.H(_.E,6,6015,`DRM environment '${a.h.env}' is missing.`);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=_.ll(b,a.h.customData);const d=b[_.wd];d&&a.f.set(_.wd,
29
+ {md:d.licenseUrl||"",customData:c,ze:!1});(b=b[_.yd])&&a.f.set(_.yd,{md:b.licenseUrl||"",customData:c,ze:!1});if(0===a.f.size)throw new _.H(_.E,6,6E3);if((c=a.h.preferredDrmSystem)&&a.f.get(c))a.a=c;else if(a.f.get(_.wd))a.a=_.wd;else if(a.f.get(_.yd))a.a=_.yd;else throw new _.H(_.E,6,6001,"Configuration for the target system is missing.");yield oO(a);a.j=!0})}release(){const a=this;return _.x(function*(){a.j=!1;a.o=null;a.a=_.Be;a.l=null;a.f=new Map})}getDrmInfo(){return this.o}},rO="DeleteLicenseAfterUse",
30
+ sO="LicenseServer",tO="CustomData";var zP=class{constructor(a){this.m=a;this.a=this.m.a;this.f=_.Rn;this.j=_.it;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(oP,this.D,this);this.a.on(uP,this.C,this);this.a.on(vP,this.A,this);this.a.on(qP,this.H,this);this.a.on(rP,this.G,this);this.a.on(wP,this.F,this)}release(){wO(this,_.Rn);this.l=!1;this.o=-1;this.h=2}destroy(){this.release();this.a.off(oP,this.D);this.a.off(uP,this.C);this.a.off(vP,this.A);this.a.off(qP,
31
+ this.H);this.a.off(rP,this.G);this.a.off(wP,this.F);this.m=this.a=null}D(){this.g.debug("Buffering start. Player state: ",this.a.getState());this.h=this.a.C?1:2;wO(this,_.Mn)}C(a){this.g.debug("Buffering progress: "+a.percent+" %. Player state: ",vO(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()===xP;if(!a&&b){wO(this,_.Tn);return}}if(a=this.f!==_.Sn)a=this.a.getState(),a=a===
32
+ xO||a===yO;a&&zO(this)}H(){this.g.debug("Preparing starts. AVPlay State: ",this.a.getState());this.a.getState()===yP?wO(this,_.Sn):this.g.error("AVPlay prepares while state is not IDLE")}G(){this.g.debug("Preparing ends: AVPlay state:",this.a.getState())}F(){wO(this,_.Jn)}getState(){return this.f}};var AP=class{constructor(){this.o=this.A=this.f=this.h=this.C=this.m=this.j=this.a=null;this.D=!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.C=a,b.j=yield AO(b),b.j){var c={configurationId:"",networkingEngine:b.m.getNetworkEngine(),filterNewPeriod:()=>{},filterAllPeriods:()=>{},onTimelineCueAdded:()=>{},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&&BO(b.a)){b.h=CO(b);try{yield b.h.open();b.f=DO(b);const d=b.m.getConfiguration();b.f.X(d.streaming);b.o=d.preferredTextLanguage;b.A=d.preferredTextRole;b.D=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(_.JA,
34
+ a);this.w=!0;let b=_.UD(a.textStreams,this.o||"",this.A||"",this.D)[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&&(this.f.H(this.l),this.l=null)}W(){this.g.debug("onError_")}H(){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.C=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 EP=class extends _.T{constructor(){super();this.h=this.a=this.m=null;this.f={};this.g=new _.S("clpp.tizen.TrackManager");this.w=this.l=this.j=null;this.C=!1;this.o=1}D(a){var b=a.eventid;a=a.data;switch(b){case BP:0<Object.keys(this.f).length||(this.g.debug("Loading track manager!"),this.load());b=webapis.avplay.getCurrentStreamInfo();0<b.length&&(b=+KO(this,b[0].extra_info).Bit_rate,b=LO(this,{bandwidth:b}))&&(this.w=b,JO(this,b));break;case CP:IO(this);break;default:this.g.debug("Event type: "+
36
+ b+" data: "+a)}}A(a){a.detail.currentState===_.Un&&this.m.off(_.Jf,this.A)}initialize(a){this.m=a;this.a=this.m.a;this.m.on(_.Jf,b=>{this.C||(b=b.detail,b.currentState===_.Un&&(this.g.debug("Current state",b.currentState),this.C=!0,MO(this)))});this.a.on(DP,this.D,this)}release(){this.f={};this.h=this.w=this.l=this.j=null;this.C=!1;this.o=1}load(){if(this.a&&!(0<Object.keys(this.f).length)){this.h=this.m.h;this.m.off(_.Jf,this.A);this.m.on(_.Jf,this.A,this);try{const a=$O(this.a);this.f=SO(this,a);
37
+ const b=this.f[_.L]||[];b.length&&(this.j=b[0].renditions[0]||null);IO(this)}catch(a){this.g.debug("Could not load track manager")}}}destroy(){this.a.off(DP,this.D);this.a=this.m=null}getVideoTracks(){return this.f[_.M]||[]}getAudioTracks(){return this.f[_.L]||[]}ma(){return this.f[_.K]||[]}oa(){return VO(this,_.M)}Xa(){return VO(this,_.L)}Pa(){return VO(this,_.K)}kb(){return this.w}wb(){this.g.info(hO);return null}xb(){this.g.info(hO);return null}Ra(){const a=this.oa();return a?a.track:null}na(){const a=
38
+ this.Xa();return a?a.track:null}za(){const a=this.Pa();return a?a.track:null}sb(a){null===a?(a=this.oa(),bP(this.a,a.bandwidth,null).then(()=>{IO(this)})):0<a.renditions.length&&this.gb(a.renditions[0])}Da(a){a?YO(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.h?HO(this.h,a.track):YO(this,a)):(this.g.debug("Disabling text tracks"),this.l=null,cP(this.a,!1),this.m.trigger(new _.D(_.Gk)))}gb(a){const b=
39
+ this.oa();this.a.o||a.width!==b.width||a.height!==b.height||a.bandwidth!==b.bandwidth?(this.w=a,JO(this,a),bP(this.a,b.bandwidth,a.bandwidth).then(()=>{IO(this)}).catch(c=>{const d=new _.H(_.E,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...")}qb(a){YO(this,a)}rb(a){this.h?HO(this.h,a.track):YO(this,a)}addTextTrack(){}ua(){return this.a.o}};EP.prototype.isAbrEnabled=EP.prototype.ua;
40
+ EP.prototype.addTextTrack=EP.prototype.addTextTrack;EP.prototype.setTextRendition=EP.prototype.rb;EP.prototype.setAudioRendition=EP.prototype.qb;EP.prototype.setVideoRendition=EP.prototype.gb;EP.prototype.setTextTrack=EP.prototype.Ta;EP.prototype.setAudioTrack=EP.prototype.Da;EP.prototype.setVideoTrack=EP.prototype.sb;EP.prototype.getTextTrack=EP.prototype.za;EP.prototype.getAudioTrack=EP.prototype.na;EP.prototype.getVideoTrack=EP.prototype.Ra;EP.prototype.getLoadingTextRendition=EP.prototype.xb;
41
+ EP.prototype.getLoadingAudioRendition=EP.prototype.wb;EP.prototype.getLoadingVideoRendition=EP.prototype.kb;EP.prototype.getTextRendition=EP.prototype.Pa;EP.prototype.getAudioRendition=EP.prototype.Xa;EP.prototype.getVideoRendition=EP.prototype.oa;EP.prototype.getTextTracks=EP.prototype.ma;EP.prototype.getAudioTracks=EP.prototype.getAudioTracks;EP.prototype.getVideoTracks=EP.prototype.getVideoTracks;var IP=class extends _.Os{constructor(a){super();this.m=a;this.h=null;this.g=new _.S("clpp.tizen.Middleware");this.D=1;this.C=!1;this.l=null;this.F=0;this.o=!0;this.f=!1;this.a=null;this.A=1;this.w=!1;this.j={}}I(){this.w=!0;this.f||this.trigger(new _.D(oP))}H(a){this.w=!0;this.trigger(new _.D(uP,{percent:a}))}G(){this.w=!1;this.trigger(new _.D(vP))}M(){this.trigger(new _.D(wP))}K(a,b){this.trigger(new _.D(DP,{eventid:a,data:b}))}N(a,b,c,d,e){this.trigger(new _.D(FP,{duration:a,text:b,subtitleType:c,
42
+ attriCount:d,attributes:e}))}J(a,b){this.trigger(new _.D(GP,{drmType:a,drmData:b}));this.h&&(a=this.h,a.j&&(a.a===_.yd&&"Challenge"===b.name?qO(a,b):"DrmError"===b.name&&(a.g.debug("DrmError event",b),b=new _.H(_.E,6,6005,{message:JSON.stringify(b)}),a.B.onError(b))))}W(a){this.trigger(new _.D(HP,{eventType:a}))}play(){const a=this.getState(),b=()=>new Promise((c,d)=>{let e=null;const f=()=>{c();clearTimeout(e)};this.one(eP,f,this);e=setTimeout(()=>{this.off(eP,f);d("Timeout")},3E4)});if(a===yP)return(new Promise((c,
43
+ d)=>{webapis.avplay.prepareAsync(()=>{gP(this);c(webapis.avplay.play())},e=>{this.trigger(new _.D(HP));d(e)})})).then(()=>b());if(a===yO||a===xP)try{return webapis.avplay.play(),b()}catch(c){return Promise.reject(c)}return a===xO?Promise.resolve():Promise.reject("Player is in invalid state")}pause(){try{webapis.avplay.pause()}catch(a){Promise.reject(a)}return this.getState()===yO?Promise.resolve():Promise.reject()}setPlaybackRate(a){const b=this.getState();if(b===xP||b===xO||b===yO){try{webapis.avplay.setSpeed(a),
44
+ this.D=a}catch(c){return this.g.debug("Error while trying to set playback rate",c),this.setPlaybackRate(this.D)}return!0}this.g.debug("Cannot set playback rate; AVPlay is in inconsistent state: "+b);return!1}getPlaybackRate(){return this.D}load(a,b){const c=this;return _.x(function*(){c.g.debug("configure()",b||"");try{yield lP(c),yield sP(c,a,b)}catch(d){throw new _.H(_.E,7,7003,null,d);}})}getState(){if(this.f&&this.a)return this.a.hf;try{return webapis.avplay.getState()}catch(a){this.W(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.W(JSON.stringify(a))}}getDuration(){if(this.f&&this.a)return this.a.duration;try{return webapis.avplay.getDuration()/1E3}catch(a){this.W(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.Vd.stop()}this.j={};this.D=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 iO:this.g.debug("The application does not have the privilege to get the volume.",jO);break;default:this.g.debug(gO,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 iO:this.g.warn("The application does not have the privilege to set the volume.",jO);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.W(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.F=
48
+ a}getSourceIndex(){return this.F}getLoadedSource(){return this.l&&this.l[this.getSourceIndex()]}},yP="IDLE",xP="READY",xO="PLAYING",yO="PAUSED",NO=_.Rb,OO="AUDIO",XO="TEXT",CP="PLAYER_MSG_RESOLUTION_CHANGED",BP="PLAYER_MSG_BITRATE_CHANGE",uO="PLAYREADY",pO="WIDEVINE_CDM";var MP=class extends _.Os{constructor(){super();this.a=new IP(this);this.f=new zP(this);this.configuration=this.C=_.Qk();this.w=null;this.g=new _.S("clpp.tizen.Player");this.j=null;this.l=new EP;this.D=new _.To;this.o=this.h=null;this.A=!1}H(){this.g.debug("On Stream completed. Current time: ",this.getPosition());this.trigger(new _.D(_.Ud));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(_.Tf,
49
+ {currentTime:a.currentTime/1E3}))}I(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=_.xi(d))&&this.o.append([new _.js(b,c,d)],[])}G(a){this.g.debug("DRM event: "+a.drmType+", data: "+a.drmData)}J(){this.A||(this.g.debug("Initial buffering completed..."),this.A=!0)}W(a){this.g.debug(`Error: TYPE: ${a.eventType}`);wO(this.f,_.Qn);a=new _.H(_.E,7,7200,{tizenerror:a.eventType});this.a.release();this.trigger(new _.D(_.q,{detail:a}))}init(a,
50
+ b){this.configuration=this.C=b;this.w=a;this.a.on(wP,this.H,this);this.a.on(eP,this.F,this);this.a.on(FP,this.I,this);this.a.on(GP,this.G,this);this.a.on(HP,this.W,this);this.a.on(vP,this.J,this);this.f.initialize();this.l.initialize(this);this.g.debug("Initializing player surface");this.w.hideMediaElement();a=JP;JP+=1;a="__clpp_tizen_player_"+a;this.j=_.po(_.Ce,{id:a,type:"application/avplayer"});this.w.addElementToContainer(this.j,!0);var c=this.w.getMedia();if(c){a=this.j;{b=[_.yg,_.Yd,"position",
51
+ _.ee,"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}_.ro(a,d);tP(this)}}getSurface(){return this.w}getConfiguration(){return this.configuration}getTimeline(){return null}setupPlaylist(){return Promise.reject(_.pb)}appendLoad(){return Promise.reject(_.pb)}seekWith(){return Promise.reject(_.pb)}destroy(){const a=this;return _.x(function*(){yield a.release();a.a.off(wP,a.H);a.a.off(eP,
52
+ a.F);a.a.off(FP,a.I);a.a.off(GP,a.G);a.a.off(HP,a.W);a.a.off(vP,a.J);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 KP}getPlaybackRate(){return this.a.getPlaybackRate()}setDrmCustomDataModifier(){}setCdnErrorCallback(){}detach(){}setPlaybackRate(a){this.a.setPlaybackRate(a)}getPosition(){return this.getMediaPosition()}getMediaPosition(){return 0<(this.configuration.startTime||0)&&!this.A?0:this.f.getState()===
53
+ _.Jn?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(_.qa);return new _.Ns}getTrackManager(){return this.l}unload(){return this.a.release().then(()=>
54
+ {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=_.Sk(b.C,a);var c=_.zn(b.configuration,[_.$d,"native"]);b.o=c.create(b);c=_.Xn(b.configuration)[0];if(b.configuration.tizen&&b.configuration.tizen.sideStreamText){b.h=new AP;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),
55
+ d;}b.l.load()})}play(){this.trigger(new _.D(_.Qe));tP(this);return this.a.play().then(()=>{zO(this.f)})}pause(){return this.a.pause().then(()=>{zO(this.f)})}getState(){return this.f.getState()}getPeriods(){return[]}onError(a){const b=new _.D(_.q,{detail:a});a.severity===_.E&&(wO(this.f,_.Qn),this.a.release());this.trigger(b);b.defaultPrevented&&(b.a=!0)}getDrmInfo(){return this.a.getDrmInfo()}isEnded(){return this.f.getState()===_.Jn}isPaused(){return this.a.getState()===yO}isMuted(){return jP(this.a)}setMuted(a){nP(this.a,
56
+ a)}getNetworkEngine(){return this.D}setNetworkEngine(a){this.D=a}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 LP).canPlay(a,b)}getTimelineCues(){return[]}getTextDisplayer(){return this.o}resetAbr(){}};MP.prototype.getTextDisplayer=MP.prototype.getTextDisplayer;MP.prototype.setNetworkEngine=MP.prototype.setNetworkEngine;
57
+ MP.prototype.getNetworkEngine=MP.prototype.getNetworkEngine;var KP="clpp.tizen",JP=0,LP=class{a(){return KP}canPlay(a){a=a.type;const b=!!window.webapis;if((a===_.yc||a===_.Kk||a===_.Dc)&&b){if(_.Tj(2))return 2;if(_.Tj(3)||_.Tj(4)||_.Tj(5)||_.Tj(6))return _.B("Use of clpp.tizen.TizenComponent is not recommended for Tizen version \x3e\x3d 3."),1}return 0}f(a){return a===_.na}create(){return new MP}};_.z("clpp.tizen.TizenComponent",class extends _.Gt{f(){_.ih(new LP)}a(){var a=KP;a&&_.gh[a]&&(delete _.gh[a],_.hh.info("Removed Player factory: '"+a+"'"))}id(){return"tizen"}});var oP="onbufferingstart",uP="onbufferingprogress",vP="onbufferingcomplete",wP="onstreamcompleted",eP="oncurrentplaytime",DP="onevent",FP="onsubtitlechange",GP="ondrmevent",HP="onerror",qP="preparingstart",rP="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 xv='application/mp4; codecs\x3d"stpp.ttml"',yv='application/mp4; codecs\x3d"stpp.ttml.im1i"',zv='application/mp4; codecs\x3d"stpp.ttml.im1t"',Av="backgroundColor",Bv="direction",Cv="displayAlign",Dv="region",Ev="textAlign",Fv="textDecoration",Gv="writingMode",Hv=function(a,b,c){a=a.f;for(let d=a.length-1;0<=d;d--){const e=b.get(a[d]);if(c in e.a)return e.getAttribute(c)}return null},Pv=function(a,b){var c=null;if(Iv.test(a)){{a=Iv.exec(a);c=Number(a[1]);const d=Number(a[2]);let e=
2
- 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 Jv.test(a)?c=Kv(Jv,a):Lv.test(a)?c=Kv(Lv,a):Mv.test(a)?(a=Mv.exec(a),c=Number(a[1])/b.frameRate):Nv.test(a)?(a=Nv.exec(a),c=Number(a[1])/b.a):Ov.test(a)&&(c=Kv(Ov,a));return c},Kv=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)},Qv=function(a){return a.split(":").pop()},Rv=function(a){return a.replace(/(\d*\.?\d+)c/g,
3
- "$1em")},Tv=function(a,b){for(;Sv.test(a);){const c=Sv.exec(a)[0];a=a.replace(c,`${parseInt(c,10)/b}em`)}return a},Uv=function(a){return a?a.replace(/(\d*\.?\d+)%/g,(b,c)=>`${c/100}em`):""},Vv=function(a,b,c){a=Hv(a,b,Ev);if(!a&&c&&(a=Hv(c,b,Ev),!a&&"rltb"===Hv(c,b,Gv)))return _.vf;switch(a){case _.$c:return _.ds;case _.vf:case _.Td:return _.vf;default:return _.je}},Wv=function(a,b,c){if(_.si(a.w))return document.createTextNode(_.wi(a.w||""));if(a.A)return _.oo("br");const d=_.oo("span");for(const e of a.f)_.po(d,
4
- e);for(const e of a.j)d.appendChild(Wv(c.get(e),b,c));return d},Zv=function(a,b,c,d){const e=Xv.exec(a);a=Yv.exec(a);return typeof b===_.r&&0<b&&a?100*Number(a[c])/b:e?Number(e[c]):a?Number(a[c]):d},$v=function(a,b){return typeof b===_.r&&0<b?_.ls:Yv.test(a)?0:_.ls},aw=function(a,b,c){return typeof a===_.r?a:typeof b===_.r?b:c},bw=function(a,b){a=a.getAttribute("extent");return(a=Yv.exec(a))?Number(a[b]):null},dw=function(a){a=a.getAttribute("cellResolution");return(a=cw.exec(a))?Number(a[2]):null},
5
- fw=function(){return`${"inline-"}${ew++}`},hw=function(a){return gw.some(b=>b in a.attributes)},iw=function(a,b){if(0===b.length)return[];const c=[];for(const d of b)a.a.has(d)&&c.push(...iw(a,a.a.get(d).f),d);return c},jw=function(a){return Qv(a.g.nodeName)},mw=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];-1===["#text","span","br"].indexOf(b.nodeName)&&(c=k.a,d=k.j,f=[...k.f],g={},kw.forEach(l=>
6
- {l in k.attributes&&(g[l]=k.attributes[l])}))}if(b.nodeType===b.ELEMENT_NODE){b.hasAttribute(Dv)&&(c=b.getAttribute(Dv));b.hasAttribute(_.Nf)&&f.push(...b.getAttribute(_.Nf).split(" "));d=Array.from(b.attributes).map(k=>k.name);for(const k of d)d=Qv(k),g[d]=b.getAttribute(k);d=g.backgroundImage}c=new lw(b,c,d,e,f,g);a.a.set(b,c);return c},nw=function(a){return`${String(Math.floor(a/3600)).padStart(2,"0")}:${String(Math.floor(a/60%60)).padStart(2,"0")}:${String(Math.floor(a%60)).padStart(2,"0")}.${String(Math.floor(1E3*
7
- a%1E3)).padStart(3,"0")}`},ow=class{constructor(a,b,c){this.g=a;this.f=b;this.a=c}getId(){return this.g}getAttribute(a){return this.a[a]}};var pw=class extends ow{constructor(a,b,c){super(a,[],c);this.j=b||""}};var qw=class extends ow{constructor(a,b,c){super(a,b,c)}};var Iv=/^(\d{2,}):(\d{2}):(\d{2}):(\d{2})\.?(\d+)?$/,Jv=/^(?:(\d{2,}):)?(\d{2}):(\d{2})$/,Lv=/^(?:(\d{2,}):)?(\d{2}):(\d{2}\.\d+)$/,Mv=/^(\d*(?:\.\d*)?)f$/,Nv=/^(\d*(?:\.\d*)?)t$/,Ov=/^(?:(\d*(?:\.\d*)?)h)?(?:(\d*(?:\.\d*)?)m)?(?:(\d*(?:\.\d*)?)s)?(?:(\d*(?:\.\d*)?)ms)?$/,Xv=/^(\d{1,2}(?:\.\d+)?|100(?:\.0+)?)% (\d{1,2}(?:\.\d+)?|100(?:\.0+)?)%$/,Yv=/^(\d+)px (\d+)px$/,cw=/^(\d+) (\d+)$/,Sv=/(\d+)px/,rw=/^(\d+px|\d+em|\d*\.?\d+c)$/,gw=[Av,"color",Bv,Cv,"fontFamily","fontSize","fontStyle","fontWeight",
8
- "lineHeight","opacity","padding",Ev,Fv,"textOutline",Gv,"zIndex"],kw=["begin",_.Td];var sw=class extends qw{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=Pv(this.a.begin,b);b=Pv(this.a.end,b);if(null===h||null===b)return null;h+=c;b+=c;c=_.oo(_.Gd);for(const k of this.j)c.appendChild(Wv(g.get(k),e,g));g=new _.is(h,b,c.innerHTML.trim(),_.Vf);g.cssClassList=[...this.f];g.textAlign=Vv(this,e,null);g.writingMode=_.es;g.line=-1;g.lineInterpretation=_.fs;g.lineAlign=_.gs;g.containerRows=aw(null,dw(a),15);if(this.o&&(f=
9
- f.get(this.o))){g.region=f.build(a,e);g.textAlign=Vv(this,e,f);a:switch(Hv(f,e,Gv)){case "tb":case "tblr":a=_.hg;break a;case "tbrl":a=_.ig;break a;default:a=_.es}g.writingMode=a;a:switch(Hv(f,e,Cv)){case _.$c:a=50;break a;case "after":a=-1;break a;default:a=0}g.line=a;a:switch(Hv(f,e,Cv)){case _.$c:a=1;break a;default:a=_.fs}g.lineInterpretation=a;a:switch(Hv(f,e,Cv)){case _.$c:e=_.$c;break a;default:e=_.gs}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 tw=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 uw=class extends qw{constructor(a,b,c){super(a,b,c)}build(a,b){const c=new _.ns;c.id=this.getId();const d=aw(a.j.containerWidth,bw(a,1),720);a=aw(a.j.containerHeight,bw(a,2),480);a:switch(Hv(this,b,Cv)){case "after":var e="flex-start";break a;case _.$c:e=_.$c;break a;default:e="flex-end"}c.displayAlign=e;a:switch(Hv(this,b,Gv)){case "tb":case "tblr":e="row-reverse";break a;case "tbrl":e="row";break a;default:e=_.sd}c.writingMode=e;e=this.getAttribute("extent")||Hv(this,b,"extent");c.width=Zv(e,
11
- d,1,100);c.widthUnits=$v(e,d);c.height=Zv(e,a,2,100);c.heightUnits=$v(e,a);b=this.getAttribute("origin")||Hv(this,b,"origin");c.viewportAnchorX=Zv(b,d,1,0);c.viewportAnchorY=Zv(b,a,2,0);c.viewportAnchorUnits=$v(b,d);c.cssClassList=[...this.f];return c}};var vw=class extends ow{constructor(a,b){super("root-container",[],b);this.j=a}};var xw=class extends ow{constructor(a,b,c){super(a,b,c)}build(a){var b=null;var c=dw(a);c&&(b=aw(a.j.containerHeight,bw(a,2),480)/c);b=aw(a.j.fontSizeRadix,b,16);a=[];c=`::ttml .${this.g}, ::ttml .${this.g} * {`;for(const [g,h]of ww.entries())g in this.a&&(c+=`${h}:${Rv(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&&!rw.test(h)&&rw.test(k)&&rw.test(l)?(e=h,g=k):2===d.length&&!rw.test(h)&&rw.test(k)?(e=h,g=k):2===d.length&&rw.test(h)&&rw.test(k)&&(g=h);if(""!==g){g=Rv(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=Uv(this.a.textShadow),d=Rv(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(Fv 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
- Rv(this.a.padding),d+=";"):d="";f=c=c+f+d;"lineHeight"in this.a?(c="",d=this.a.lineHeight,d=Rv(d),d=Tv(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=Rv(c);c=Tv(c,b);b=`font-size:${c};`;break a}b=null}b&&(f=`::ttml .${this.g} .clpp-text-wrapper {`,f+=b,f+="}",a.push(f),f=`::ttml .clpp-text-wrapper__${this.g} {`,f+=b,f+="}",a.push(f));return a}},ww=new Map([[Av,"background-color"],
15
- ["color","color"],[Bv,Bv],["fontStyle","font-style"],["fontWeight","font-weight"],["opacity","opacity"],["zIndex","z-index"]]);var yw=class{constructor(a){this.B=a;this.w=this.l=null;this.A=0;this.g=new Map;this.a=new Map;this.j=new Map;this.f=new Map;this.o=[]}Oc(){return this.o.map(a=>a.build(this.l,this.w,this.A,this.g,this.a,this.j,this.f)).filter(a=>null!=a)}},ew=0;var Bw=class{constructor(a){this.a=a.firstChild;this.f=new Set}zc(){return!!this.a}next(){if(!this.a)return null;let a=this.a;do this.f.add(a),a.nodeType!==Node.TEXT_NODE&&!zw.has(Qv(a.nodeName))||Aw.has(Qv(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&&!zw.has(Qv(a.nodeName))));const b=this.a;this.a=a;return b}},zw=new Set(["tt","head","layout",_.we,_.be,Dv,"styling",_.Nf,"body",
16
- _.Gd,"p","span","br"]),Aw=new Set([_.Nf,_.be]);var lw=class{constructor(a,b,c,d,e,f){this.g=a;this.a=b;this.j=c;this.l=d;this.f=e;this.attributes=f}getId(){return this.attributes.id}};var Cw=class{constructor(){this.a=new Map}};var Dw=class{constructor(a){this.a=a;this.f=new DOMParser}parseInit(){}parseMedia(a,b,c){c&&c.length||(c=[a.byteLength]);var d=_.Lg(this.a.ttml||{}),e=_.I(a,0,c[0]);e=_.ji(e);if(""===e)return{cues:[],styles:[]};var f=null;try{f=this.f.parseFromString(e,_.Rf)}catch(m){throw new _.G(_.E,2,2005,"Failed to parse TTML.");}d=new yw(d);e=new Cw;f=new Bw(f);b=b.periodStart;typeof b===_.r&&(d.A=b);b=c[0];for(var g=1;g<c.length;++g){var h=c[g],k=_.I(a,b,h);k=_.xi(k);const m=`urn:mpeg:14496-30:subs:${g}`;d.g.set(m,
17
- new pw(m,k,{imageType:"PNG",encoding:"Base64"}));b+=h}for(;f.zc();)a=f.next(),a=mw(e,a),c=d,b=a,"tt"===jw(b)&&(c.l=new vw(c.B,Object.assign({},b.attributes))),c=d,b=a,"tt"===jw(b)&&(c.w=new tw(b.attributes.frameRate,b.attributes.subFrameRate,b.attributes.frameRateMultiplier,b.attributes.tickRate)),c=d,b=a,jw(b)!==_.be||b.attributes.begin||b.attributes.end||(g=`#${b.getId()}`,c.g.set(g,new pw(g,b.g.textContent,b.attributes))),c=d,g=a,jw(g)===_.be&&g.attributes.begin&&g.attributes.end?(b=`#${fw()}`,
18
- g=new pw(b,g.g.textContent,g.attributes),c.g.set(b,g),c=g):c=null,c&&(a.j=c.getId()),c=d,b=a,jw(b)===_.Nf&&(g=b.getId()||fw(),h=new xw(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,jw(g)!==_.Nf&&hw(g)?(b=fw(),g=new xw(b,[],Object.assign({},g.attributes)),c.a.set(b,g),c=g):c=null,c&&a.f.push(c.getId()),c=d,g=a,jw(g)!==_.Gd||!g.attributes.extent&&!g.attributes.origin?c=null:(b=fw(),g=new uw(b,iw(c,g.f),Object.assign({},g.attributes)),c.j.set(b,g),c=g),c&&(a.a=
19
- c.getId()),c=d,g=a,jw(g)!==Dv?c=null:(b=g.getId(),g=new uw(b,iw(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===["#text","span","br"].indexOf(jw(g))||0===b.length?c=null:(h=b[b.length-1],c.f.has(h)?(b=fw(),g=new sw(b,"#text"===g.g.nodeName?g.g.textContent:null,"br"===jw(g),g.a,g.j,iw(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"===jw(g)||g.j?(b=fw(),g=new sw(b,null,!1,g.a,g.j,iw(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=d.Oc();f=[];for(l of d.a.values())f.push(...l.build(d.l));var l=f;return{cues:e,styles:l}}};var Ew=class{constructor(a){this.f=a}a(a){var b=new Dw(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=nw(d.startTime)+" --\x3e "+nw(d.endTime);{var c=d;const e=[];switch(c.textAlign){case _.je:e.push("align:left");break;case _.vf:e.push("align:right");break;case _.ds:e.push("align:middle");break;case _.je:e.push("align:start");break;case _.vf:e.push("align:end")}switch(c.writingMode){case _.hg:e.push("vertical:lr");break;case _.ig:e.push("vertical:rl")}c=
21
- e.length?" "+e.join(" "):""}b=a+(b+c+"\n");b+=d.payload+"\n\n"}return _.ni(b)}},Fw=class{probe(a,b){return a===_.Cc&&b===_.Qf}create(a){return new Ew(a)}};var Gw=class{constructor(a){this.a=new Dw(a);this.h=new _.Q("clpp.ttml.Mp4TtmlParser")}parseInit(a){let b=!1;(new _.Gl).M(_.ze,_.zl).M(_.Tf,_.zl).M(_.ue,_.zl).M(_.ye,_.zl).M(_.Kf,_.zl).ba(_.Mf,_.Al).M("stpp",c=>{b=!0;c.parser.stop()}).parse(a);if(!b)throw new _.G(_.E,2,2007);}parseMedia(a,b){let c=!1,d=[],e=[];const f=[];(new _.Gl).M("moof",_.zl).M("traf",_.zl).ba("subs",g=>{const h=_.O(g.reader);for(let k=0;k<h;++k){g.reader.skip(4);const l=_.sl(g.reader);for(let m=0;m<l;++m){const n=1===g.version?
22
- _.O(g.reader):_.sl(g.reader);f.push(n);g.reader.skip(6)}}}).M(_.te,_.Bl(g=>{c=!0;g=this.a.parseMedia(g,b,f);d=d.concat(g.cues);e=e.concat(g.styles)})).parse(a);c||this.h.warn("Couldn't find the mdat box");return{cues:d,styles:e}}};_.x("clpp.ttml.TtmlComponent",class extends _.Ft{constructor(){super();this.j=new Fw}f(){_.Or(_.Cc,Dw);_.Or(_.Ac,Gw);_.Or(xv,Gw);_.Or(zv,Gw);_.Or(yv,Gw);_.yj.push(this.j)}a(){_.Qr(_.Cc);_.Qr(_.Ac);_.Qr(xv);_.Qr(zv);_.Qr(yv);_.Aj(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 yv='application/mp4; codecs\x3d"stpp.ttml"',zv='application/mp4; codecs\x3d"stpp.ttml.im1i"',Av='application/mp4; codecs\x3d"stpp.ttml.im1t"',Bv="backgroundColor",Cv="direction",Dv="displayAlign",Ev="region",Fv="textAlign",Gv="textDecoration",Hv="writingMode",Iv=function(a,b,c){a=a.f;for(let d=a.length-1;0<=d;d--){const e=b.get(a[d]);if(c in e.a)return e.getAttribute(c)}return null},Qv=function(a,b){var c=null;if(Jv.test(a)){{a=Jv.exec(a);c=Number(a[1]);const d=Number(a[2]);let e=
2
+ 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 Kv.test(a)?c=Lv(Kv,a):Mv.test(a)?c=Lv(Mv,a):Nv.test(a)?(a=Nv.exec(a),c=Number(a[1])/b.frameRate):Ov.test(a)?(a=Ov.exec(a),c=Number(a[1])/b.a):Pv.test(a)&&(c=Lv(Pv,a));return c},Lv=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)},Rv=function(a){return a.split(":").pop()},Sv=function(a){return a.replace(/(\d*\.?\d+)c/g,
3
+ "$1em")},Uv=function(a,b){for(;Tv.test(a);){const c=Tv.exec(a)[0];a=a.replace(c,`${parseInt(c,10)/b}em`)}return a},Vv=function(a){return a?a.replace(/(\d*\.?\d+)%/g,(b,c)=>`${c/100}em`):""},Wv=function(a,b,c){a=Iv(a,b,Fv);if(!a&&c&&(a=Iv(c,b,Fv),!a&&"rltb"===Iv(c,b,Hv)))return _.vf;switch(a){case _.$c:return _.cs;case _.vf:case _.Td:return _.vf;default:return _.ee}},Xv=function(a,b,c){if(_.ti(a.w))return document.createTextNode(_.xi(a.w||""));if(a.A)return _.po("br");const d=_.po("span");for(const e of a.f)_.qo(d,
4
+ e);for(const e of a.j)d.appendChild(Xv(c.get(e),b,c));return d},$v=function(a,b,c,d){const e=Yv.exec(a);a=Zv.exec(a);return typeof b===_.t&&0<b&&a?100*Number(a[c])/b:e?Number(e[c]):a?Number(a[c]):d},aw=function(a,b){return typeof b===_.t&&0<b?_.ms:Zv.test(a)?0:_.ms},bw=function(a,b,c){return typeof a===_.t?a:typeof b===_.t?b:c},cw=function(a,b){a=a.getAttribute("extent");return(a=Zv.exec(a))?Number(a[b]):null},ew=function(a){a=a.getAttribute("cellResolution");return(a=dw.exec(a))?Number(a[2]):null},
5
+ gw=function(){return`${"inline-"}${fw++}`},iw=function(a){return hw.some(b=>b in a.attributes)},jw=function(a,b){if(0===b.length)return[];const c=[];for(const d of b)a.a.has(d)&&c.push(...jw(a,a.a.get(d).f),d);return c},kw=function(a){return Rv(a.h.nodeName)},nw=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];-1===["#text","span","br"].indexOf(b.nodeName)&&(c=k.a,d=k.j,f=[...k.f],g={},lw.forEach(l=>
6
+ {l in k.attributes&&(g[l]=k.attributes[l])}))}if(b.nodeType===b.ELEMENT_NODE){b.hasAttribute(Ev)&&(c=b.getAttribute(Ev));b.hasAttribute(_.Of)&&f.push(...b.getAttribute(_.Of).split(" "));d=Array.from(b.attributes).map(k=>k.name);for(const k of d)d=Rv(k),g[d]=b.getAttribute(k);d=g.backgroundImage}c=new mw(b,c,d,e,f,g);a.a.set(b,c);return c},ow=function(a){return`${String(Math.floor(a/3600)).padStart(2,"0")}:${String(Math.floor(a/60%60)).padStart(2,"0")}:${String(Math.floor(a%60)).padStart(2,"0")}.${String(Math.floor(1E3*
7
+ a%1E3)).padStart(3,"0")}`},pw=class{constructor(a,b,c){this.h=a;this.f=b;this.a=c}getId(){return this.h}getAttribute(a){return this.a[a]}};var qw=class extends pw{constructor(a,b,c){super(a,[],c);this.j=b||""}};var rw=class extends pw{constructor(a,b,c){super(a,b,c)}};var Jv=/^(\d{2,}):(\d{2}):(\d{2}):(\d{2})\.?(\d+)?$/,Kv=/^(?:(\d{2,}):)?(\d{2}):(\d{2})$/,Mv=/^(?:(\d{2,}):)?(\d{2}):(\d{2}\.\d+)$/,Nv=/^(\d*(?:\.\d*)?)f$/,Ov=/^(\d*(?:\.\d*)?)t$/,Pv=/^(?:(\d*(?:\.\d*)?)h)?(?:(\d*(?:\.\d*)?)m)?(?:(\d*(?:\.\d*)?)s)?(?:(\d*(?:\.\d*)?)ms)?$/,Yv=/^(\d{1,2}(?:\.\d+)?|100(?:\.0+)?)% (\d{1,2}(?:\.\d+)?|100(?:\.0+)?)%$/,Zv=/^(\d+)px (\d+)px$/,dw=/^(\d+) (\d+)$/,Tv=/(\d+)px/,sw=/^(\d+px|\d+em|\d*\.?\d+c)$/,hw=[Bv,"color",Cv,Dv,"fontFamily","fontSize","fontStyle","fontWeight",
8
+ "lineHeight","opacity","padding",Fv,Gv,"textOutline",Hv,"zIndex"],lw=["begin",_.Td];var tw=class extends rw{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=Qv(this.a.begin,b);b=Qv(this.a.end,b);if(null===h||null===b)return null;h+=c;b+=c;c=_.po(_.Fd);for(const k of this.j)c.appendChild(Xv(g.get(k),e,g));g=new _.js(h,b,c.innerHTML.trim(),_.Vf);g.cssClassList=[...this.f];g.textAlign=Wv(this,e,null);g.writingMode=_.ds;g.line=-1;g.lineInterpretation=_.es;g.lineAlign=_.hs;g.containerRows=bw(null,ew(a),15);if(this.o&&(f=
9
+ f.get(this.o))){g.region=f.build(a,e);g.textAlign=Wv(this,e,f);a:switch(Iv(f,e,Hv)){case "tb":case "tblr":a=_.dg;break a;case "tbrl":a=_.eg;break a;default:a=_.ds}g.writingMode=a;a:switch(Iv(f,e,Dv)){case _.$c:a=50;break a;case "after":a=-1;break a;default:a=0}g.line=a;a:switch(Iv(f,e,Dv)){case _.$c:a=1;break a;default:a=_.es}g.lineInterpretation=a;a:switch(Iv(f,e,Dv)){case _.$c:e=_.$c;break a;default:e=_.hs}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 uw=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 vw=class extends rw{constructor(a,b,c){super(a,b,c)}build(a,b){const c=new _.os;c.id=this.getId();const d=bw(a.j.containerWidth,cw(a,1),720);a=bw(a.j.containerHeight,cw(a,2),480);a:switch(Iv(this,b,Dv)){case "after":var e="flex-start";break a;case _.$c:e=_.$c;break a;default:e="flex-end"}c.displayAlign=e;a:switch(Iv(this,b,Hv)){case "tb":case "tblr":e="row-reverse";break a;case "tbrl":e="row";break a;default:e=_.sd}c.writingMode=e;e=this.getAttribute("extent")||Iv(this,b,"extent");c.width=$v(e,
11
+ d,1,100);c.widthUnits=aw(e,d);c.height=$v(e,a,2,100);c.heightUnits=aw(e,a);b=this.getAttribute("origin")||Iv(this,b,"origin");c.viewportAnchorX=$v(b,d,1,0);c.viewportAnchorY=$v(b,a,2,0);c.viewportAnchorUnits=aw(b,d);c.cssClassList=[...this.f];return c}};var ww=class extends pw{constructor(a,b){super("root-container",[],b);this.j=a}};var yw=class extends pw{constructor(a,b,c){super(a,b,c)}build(a){var b=null;var c=ew(a);c&&(b=bw(a.j.containerHeight,cw(a,2),480)/c);b=bw(a.j.fontSizeRadix,b,16);a=[];c=`::ttml .${this.h}, ::ttml .${this.h} * {`;for(const [g,h]of xw.entries())g in this.a&&(c+=`${h}:${Sv(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&&!sw.test(h)&&sw.test(k)&&sw.test(l)?(e=h,g=k):2===d.length&&!sw.test(h)&&sw.test(k)?(e=h,g=k):2===d.length&&sw.test(h)&&sw.test(k)&&(g=h);if(""!==g){g=Sv(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=Vv(this.a.textShadow),d=Sv(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(Gv 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
+ Sv(this.a.padding),d+=";"):d="";f=c=c+f+d;"lineHeight"in this.a?(c="",d=this.a.lineHeight,d=Sv(d),d=Uv(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=Sv(c);c=Uv(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}},xw=new Map([[Bv,"background-color"],
15
+ ["color","color"],[Cv,Cv],["fontStyle","font-style"],["fontWeight","font-weight"],["opacity","opacity"],["zIndex","z-index"]]);var zw=class{constructor(a){this.C=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=[]}Zc(){return this.o.map(a=>a.build(this.l,this.w,this.A,this.h,this.a,this.j,this.f)).filter(a=>null!=a)}},fw=0;var Cw=class{constructor(a){this.a=a.firstChild;this.f=new Set}Jc(){return!!this.a}next(){if(!this.a)return null;let a=this.a;do this.f.add(a),a.nodeType!==Node.TEXT_NODE&&!Aw.has(Rv(a.nodeName))||Bw.has(Rv(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&&!Aw.has(Rv(a.nodeName))));const b=this.a;this.a=a;return b}},Aw=new Set(["tt","head","layout",_.ve,_.ae,Ev,"styling",_.Of,"body",
16
+ _.Fd,"p","span","br"]),Bw=new Set([_.Of,_.ae]);var mw=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 Dw=class{constructor(){this.a=new Map}};var Ew=class{constructor(a){this.a=a;this.f=new DOMParser}parseInit(){}parseMedia(a,b,c){c&&c.length||(c=[a.byteLength]);var d=_.Mg(this.a.ttml||{}),e=_.J(a,0,c[0]);e=_.ki(e);if(""===e)return{cues:[],styles:[]};var f=null;try{f=this.f.parseFromString(e,_.Sf)}catch(m){throw new _.H(_.E,2,2005,"Failed to parse TTML.");}d=new zw(d);e=new Dw;f=new Cw(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=_.J(a,b,h);k=_.yi(k);const m=`urn:mpeg:14496-30:subs:${g}`;d.h.set(m,
17
+ new qw(m,k,{imageType:"PNG",encoding:"Base64"}));b+=h}for(;f.Jc();)a=f.next(),a=nw(e,a),c=d,b=a,"tt"===kw(b)&&(c.l=new ww(c.C,Object.assign({},b.attributes))),c=d,b=a,"tt"===kw(b)&&(c.w=new uw(b.attributes.frameRate,b.attributes.subFrameRate,b.attributes.frameRateMultiplier,b.attributes.tickRate)),c=d,b=a,kw(b)!==_.ae||b.attributes.begin||b.attributes.end||(g=`#${b.getId()}`,c.h.set(g,new qw(g,b.h.textContent,b.attributes))),c=d,g=a,kw(g)===_.ae&&g.attributes.begin&&g.attributes.end?(b=`#${gw()}`,
18
+ g=new qw(b,g.h.textContent,g.attributes),c.h.set(b,g),c=g):c=null,c&&(a.j=c.getId()),c=d,b=a,kw(b)===_.Of&&(g=b.getId()||gw(),h=new yw(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,kw(g)!==_.Of&&iw(g)?(b=gw(),g=new yw(b,[],Object.assign({},g.attributes)),c.a.set(b,g),c=g):c=null,c&&a.f.push(c.getId()),c=d,g=a,kw(g)!==_.Fd||!g.attributes.extent&&!g.attributes.origin?c=null:(b=gw(),g=new vw(b,jw(c,g.f),Object.assign({},g.attributes)),c.j.set(b,g),c=g),c&&(a.a=
19
+ c.getId()),c=d,g=a,kw(g)!==Ev?c=null:(b=g.getId(),g=new vw(b,jw(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===["#text","span","br"].indexOf(kw(g))||0===b.length?c=null:(h=b[b.length-1],c.f.has(h)?(b=gw(),g=new tw(b,"#text"===g.h.nodeName?g.h.textContent:null,"br"===kw(g),g.a,g.j,jw(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"===kw(g)||g.j?(b=gw(),g=new tw(b,null,!1,g.a,g.j,jw(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=d.Zc();f=[];for(l of d.a.values())f.push(...l.build(d.l));var l=f;return{cues:e,styles:l}}};var Fw=class{constructor(a){this.f=a}a(a){var b=new Ew(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=ow(d.startTime)+" --\x3e "+ow(d.endTime);{var c=d;const e=[];switch(c.textAlign){case _.ee:e.push("align:left");break;case _.vf:e.push("align:right");break;case _.cs:e.push("align:middle");break;case _.ee:e.push("align:start");break;case _.vf:e.push("align:end")}switch(c.writingMode){case _.dg:e.push("vertical:lr");break;case _.eg:e.push("vertical:rl")}c=
21
+ e.length?" "+e.join(" "):""}b=a+(b+c+"\n");b+=d.payload+"\n\n"}return _.oi(b)}},Gw=class{probe(a,b){return a===_.Cc&&b===_.Rf}create(a){return new Fw(a)}};var Hw=class{constructor(a){this.a=new Ew(a);this.g=new _.S("clpp.ttml.Mp4TtmlParser")}parseInit(a){let b=!1;(new _.Hl).L(_.ye,_.Q).L(_.Uf,_.Q).L(_.qe,_.Q).L(_.xe,_.Q).L(_.Lf,_.Q).ba(_.Nf,_.Bl).L("stpp",c=>{b=!0;c.parser.stop()}).parse(a);if(!b)throw new _.H(_.E,2,2007);}parseMedia(a,b){let c=!1,d=[],e=[];const f=[];(new _.Hl).L("moof",_.Q).L("traf",_.Q).ba("subs",g=>{const h=_.P(g.reader);for(let k=0;k<h;++k){g.reader.skip(4);const l=_.ul(g.reader);for(let m=0;m<l;++m){const n=1===g.version?_.P(g.reader):
22
+ _.ul(g.reader);f.push(n);g.reader.skip(6)}}}).L(_.pe,_.Cl(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 _.Gt{constructor(){super();this.j=new Gw}f(){_.Nr(_.Cc,Ew);_.Nr(_.Ac,Hw);_.Nr(yv,Hw);_.Nr(Av,Hw);_.Nr(zv,Hw);_.zj.push(this.j)}a(){_.Pr(_.Cc);_.Pr(_.Ac);_.Pr(yv);_.Pr(Av);_.Pr(zv);_.Bj(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 lv="VerimatrixVCAS",mv="clpp.verimatrix.Vcas",nv="clpp.verimatrix.VcasComponent",pv=function(a,b){return a.C===ov?(a=Object.assign({},{deviceId:_.yi(_.pi(a.A))},a.a&&{authenticator:_.yi(_.pi(a.a))}),b+_.hj(a)):b},wv=class extends _.Ss{constructor(a){super(lv);const b={};b[qv]=qv;b[rv]=rv;const {deviceId:c,authenticator:d,licenseRequestVuidLocation:e=ov,httpHeaderNames:f=b,widevineLicenseUrl:g,playReadyLicenseUrl:h,fairPlayLicenseUrl:k,fairPlayCertificateUrl:l,fairPlaySiteId:m,fairPlayAssetIdStrategy:n=
2
- sv}=a;this.A=c;this.a=d;this.C=e;this.B=f;this.w=pv(this,g);this.o=pv(this,h);this.l=pv(this,k);this.j=l;this.G=m;this.F=n;this.h=new _.Q(mv);_.ti(this.w)?this.h.warn(_.Wb):this.La(_.yd,{licenseUrl:this.w,videoRobustness:[_.Eb,void 0],audioRobustness:[_.Db,void 0],persistentStateRequired:!1,distinctiveIdentifierRequired:!1,serverCertificate:null,modifiers:{licenseRequest:this.g.bind(this)}});_.ti(this.o)?this.h.warn(_.ub):this.La(_.wd,{licenseUrl:this.o,videoRobustness:["3000"],audioRobustness:["2000"],
3
- modifiers:{licenseRequest:this.g.bind(this)}});_.ti(this.l)?this.h.warn(_.Ta):_.ti(this.j)?this.h.warn(_.Sa):this.La(_.ud,{licenseUrl:this.l,certificateUrl:this.j,modifiers:{licenseRequest:this.J.bind(this),licenseResponse:this.K.bind(this),extractContentId:this.H.bind(this)}})}g(a,b){if(this.C===uv){a=this.B[rv];const c={};c[this.B[qv]]=this.A;this.a&&(c[a]=this.a);Object.keys(c).forEach(d=>{b.headers[d]=c[d]})}}H(a,b){a=_.Fl(b);switch(this.F){case vv:a=_.hj({r:a,Th:this.G},!0)}return a}J(a,b){this.g(a,
4
- b);_.Kl(b)}K(a,b){_.Ll(b)}};_.x(mv,wv);wv.prototype.constructor=wv.prototype.constructor;wv.NAME=lv;var ov="query-string",uv="http-header";wv.LicenseRequestVuidLocation={QUERY_STRING:ov,HTTP_HEADER:uv};var qv="DeviceId",rv="Authenticator";wv.LicenseRequestHttpHeader={DEVICE_ID_HEADER:qv,AUTHENTICATOR_HEADER:rv};var sv="keyid",vv="contentid-siteid";wv.FairPlayAssetIdStrategy={KEYID:sv,CONTENTID_SITEID:vv};_.x(nv,class extends _.Ft{constructor(){super();this.h=new _.Q(nv)}a(){delete _.hl.VerimatrixVCAS}g(a){a=a.getConfiguration();if(a.drm&&a.drm.env===lv){({customData:a}=a.drm);if(!a)throw new _.G(_.E,7,7100,_.zd);a=new wv(a);this.h.info("Registering the Verimatrix VCAS Ultra environment");_.il(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 mv="VerimatrixVCAS",nv="clpp.verimatrix.Vcas",ov="clpp.verimatrix.VcasComponent",qv=function(a,b){return a.D===pv?(a=Object.assign({},{deviceId:_.zi(_.qi(a.A))},a.a&&{authenticator:_.zi(_.qi(a.a))}),b+_.gj(a)):b},xv=class extends _.Ts{constructor(a){super(mv);const b={};b[rv]=rv;b[sv]=sv;const {deviceId:c,authenticator:d,licenseRequestVuidLocation:e=pv,httpHeaderNames:f=b,widevineLicenseUrl:g,playReadyLicenseUrl:h,fairPlayLicenseUrl:k,fairPlayCertificateUrl:l,fairPlaySiteId:m,fairPlayAssetIdStrategy:n=
2
+ uv}=a;this.A=c;this.a=d;this.D=e;this.C=f;this.w=qv(this,g);this.o=qv(this,h);this.l=qv(this,k);this.j=l;this.G=m;this.F=n;this.g=new _.S(nv);_.ui(this.w)?this.g.warn(_.Vb):this.bb(_.yd,{licenseUrl:this.w,videoRobustness:[_.Eb,void 0],audioRobustness:[_.Db,void 0],persistentStateRequired:!1,distinctiveIdentifierRequired:!1,serverCertificate:null,modifiers:{licenseRequest:this.h.bind(this)}});_.ui(this.o)?this.g.warn(_.tb):this.bb(_.wd,{licenseUrl:this.o,videoRobustness:["3000"],audioRobustness:["2000"],
3
+ modifiers:{licenseRequest:this.h.bind(this)}});_.ui(this.l)?this.g.warn(_.Ta):_.ui(this.j)?this.g.warn(_.Sa):this.bb(_.ud,{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.D===vv){a=this.C[sv];const c={};c[this.C[rv]]=this.A;this.a&&(c[a]=this.a);Object.keys(c).forEach(d=>{b.headers[d]=c[d]})}}H(a,b){a=_.Gl(b);switch(this.F){case wv:a=_.gj({r:a,Th:this.G},!0)}return a}J(a,b){this.h(a,
4
+ b);_.Ll(b)}K(a,b){_.Ml(b)}};_.z(nv,xv);xv.prototype.constructor=xv.prototype.constructor;xv.NAME=mv;var pv="query-string",vv="http-header";xv.LicenseRequestVuidLocation={QUERY_STRING:pv,HTTP_HEADER:vv};var rv="DeviceId",sv="Authenticator";xv.LicenseRequestHttpHeader={DEVICE_ID_HEADER:rv,AUTHENTICATOR_HEADER:sv};var uv="keyid",wv="contentid-siteid";xv.FairPlayAssetIdStrategy={KEYID:uv,CONTENTID_SITEID:wv};_.z(ov,class extends _.Gt{constructor(){super();this.g=new _.S(ov)}a(){delete _.jl.VerimatrixVCAS}h(a){a=a.getConfiguration();if(a.drm&&a.drm.env===mv){({customData:a}=a.drm);if(!a)throw new _.H(_.E,7,7100,_.zd);a=new xv(a);this.g.info("Registering the Verimatrix VCAS Ultra environment");_.kl(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 cv="Registering listeners",dv="clpp.vimond.VimondPlugin",ev=function(a,b){a.m.trigger(new _.C(_.ng,{detail:b}))},fv=function(a,b,c){b&&(a.B=!0,a.g.stop());a.m.onError(new _.G(b?_.E:1,9,9201,c))},gv=function(a,b){const c=a.m.getState();if(1===b)return["str-start",_.bf];if(a.g)return[_.Td,_.Ne];if(c===_.In)return[_.Td,null];if(c===_.Pn)return[_.Vd,_.Ne];b=_.Ne;if(c===_.Ln||c===_.Tn||a.f)b=_.bf;return["period",b]},hv=class{constructor(a,b,c,d,e){this.K=a;this.L=b;this.N=c;this.m=d;this.F=
2
- e;this.a=new _.as;this.l=!0;this.f=this.j=this.B=!1;this.C=null;this.g=new _.Nj(this.A.bind(this));this.h=new _.Q("clpp.vimond.VimondDispatcher");this.o=this.w=0;this.m&&this.a&&(this.h.debug(cv),this.a.on(this.m,_.If,this.I.bind(this)),this.a.on(this.m,_.Sf,this.J.bind(this)),this.a.on(this.m,_.bc,this.G.bind(this)),this.a.on(this.m,_.cc,this.H.bind(this)))}J(){this.f||(this.f=1<Math.abs(this.w-this.m.getPosition()));this.w=this.m.getPosition()}G(){this.h.debug("Ad break started");this.j=!0}H(){this.h.debug("Ad break stopped");
3
- this.j=!1}I(a){const b=this;return _.w(function*(){const c=a.detail,d=c.currentState;b.h.debug(`State changed, prev: ${c.previousState} curr: ${d}`);b.B||b.j||(d!==b.C||b.f?b.l&&d!==_.Tn||(b.f&&[_.Sn,_.Ln].includes(d)?b.h.debug("Seeking"):(b.f&&d===_.Tn&&(b.h.debug("Seeked"),b.f=!1),[_.Tn,_.Sn,_.Pn,_.In].includes(d)&&(b.C=d,yield b.A(),d===_.In&&b.g.stop()))):b.h.debug("Ignore transition"))})}A(){const a=this;return _.w(function*(){{const n=Math.floor(Date.now()/1E3);0<a.o&&a.h.debug(`Last event was ${n-
4
- a.o} seconds ago`);a.o=n}a.g.stop();a.g.da(a.l?10:a.K);a.l=!1;try{{var b=a.F;b.f++;const q=_.Kg(b.o);q.client.buildName=_.ra;q.client.buildVersion=_.fa;var c=q.client;{const A=b.a.m.getDrmInfo();var d=A?A.keySystem:""}c.drm=d;q.client.pageUrl=document.location.href;q.client.streamUrl=b.a.m.getLoadedSource().url;q.client.userAgent=navigator.userAgent;q.client.videoFormat=b.a.m.getLoadedSource().type||"";var e=q.client;{const A=b.a.m.getLoadedSource();var f=((new _.El(A.url)).scheme||"").replace(":",
5
- "")}e.videoProtocol=f;const u=gv(b.a,b.f);q.client.playerEvent=u[0]||"";q.client.playerState=u[1]||"";q.progress.vod&&(q.progress.vod.position=b.a.getPosition());const v=q.progress.live;if(v){{var g=b.a;const A=g.m.getPresentationStartTime()||0,D=Math.floor(A+g.m.getPosition());var h=(new Date(1E3*D)).toISOString()}v.position=h;{var k=b.a;const A=k.m.getPosition(),D=k.m.getSeekRange().end;var l=30>Math.abs(D-A)}v.onLiveEdge=l;typeof v.liveResumePossible!==_.Rc&&(v.liveResumePossible=!0)}q.progress.eventNumber=
6
- b.f;q.timestamp=(new Date).toISOString();b.h.debug("Fire an event");const y=_.Ni(b.l);y.method="POST";y.contentType="application/json";y.headers.Authorization=`Bearer ${b.g}`;y.body=_.pi(JSON.stringify(q));var m=b.j.fetch(y).P}const n=yield m;ev(a,n)}catch(n){m=n.code,b=n.data,[1002,1003].includes(m)?(a.h.debug("Unreachable service"),ev(a,b),fv(a,a.L,b)):1001===m?(a.h.debug("Generic service error"),ev(a,b),fv(a,a.N,b)):a.h.error(n.toString())}})}dispose(){this.h.debug(_.Ob);_.kh(this.a);this.g.stop()}};var iv=class{constructor(a,b,c,d,e){this.l=a;this.o=c;this.g=b;this.a=d;this.j=e;this.h=new _.Q("clpp.vimond.VimondService");this.f=0}Ie(a){this.g=a}};var jv=class{constructor(a){this.m=a;this.a=new _.as;this.h=new _.Q("clpp.vimond.VimondAdapter");this.f=this.g=!1;this.m&&this.a&&(this.h.debug(cv),this.a.on(this.m,_.rf,this.o.bind(this)),this.a.on(this.m,_.bc,this.j.bind(this)),this.a.on(this.m,_.cc,this.l.bind(this)))}getPosition(){return Math.floor(this.m.getPosition())}o(){this.g=!0}j(){this.f=!0}l(){this.f=!1}dispose(){this.h.debug(_.Ob);_.kh(this.a)}};var kv=class extends _.hu{constructor(){super();this.a=!1;this.h=new _.Q(dv);this.j=this.g=this.f=null}onPlayerCreated(){}onContentWillLoad(a){var b=a.getConfiguration();(this.a=!_.z(b.vimond)&&typeof b.vimond===_.De)?a.namespace()===_.kd&&(this.a=!1,this.h.info("Vimond does not report when casting.")):this.h.warn("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.h.warn(`${c} key is missing`);
7
- a.onError(new _.G(1,9,9200));return}this.h.debug("Configuration is valid");c=b.failIfUnreachable;typeof c!==_.Rc&&(c=!0);var d=b.failOnError;typeof d!==_.Rc&&(d=!0);this.f=new jv(a);this.g=new iv(b.playerEventRequest.uri,b.authToken,b.playerEventRequest.body,this.f,a.getNetworkEngine());this.j=new hv(b.playerEventRequest.eventInterval,c,d,a,this.g)}}onPlayerWillRelease(){this.a&&(this.f&&this.f.dispose(),this.j&&this.j.dispose(),this.j=this.g=this.f=null)}onPlayerWillDestroy(){}id(){return"vimond"}Ie(a){this.a&&
8
- this.g&&this.g.Ie(a)}};_.x(dv,kv);kv.prototype.updateAuthToken=kv.prototype.Ie;kv.Id="vimond";_.Vo(new class{create(){return new kv}});};f.call(g, window);
1
+ import {clpp} from "./cl.core.js";let g={};const _ = clpp._;var f=function(window){'use strict';var dv="Registering listeners",ev="clpp.vimond.VimondPlugin",fv=function(a,b){a.m.trigger(new _.D(_.jg,{detail:b}))},gv=function(a,b,c){b&&(a.C=!0,a.h.stop());a.m.onError(new _.H(b?_.E:1,9,9201,c))},hv=function(a,b){const c=a.m.getState();if(1===b)return["str-start",_.af];if(a.h)return[_.Td,_.Me];if(c===_.Jn)return[_.Td,null];if(c===_.Qn)return[_.q,_.Me];b=_.Me;if(c===_.Mn||c===_.Un||a.f)b=_.af;return["period",b]},iv=class{constructor(a,b,c,d,e){this.K=a;this.M=b;this.N=c;this.m=d;this.F=
2
+ e;this.a=new _.$r;this.l=!0;this.f=this.j=this.C=!1;this.D=null;this.h=new _.Pj(this.A.bind(this));this.g=new _.S("clpp.vimond.VimondDispatcher");this.o=this.w=0;this.m&&this.a&&(this.g.debug(dv),this.a.on(this.m,_.Jf,this.I.bind(this)),this.a.on(this.m,_.Tf,this.J.bind(this)),this.a.on(this.m,_.bc,this.G.bind(this)),this.a.on(this.m,_.cc,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.C||b.j||(d!==b.D||b.f?b.l&&d!==_.Un||(b.f&&[_.Tn,_.Mn].includes(d)?b.g.debug("Seeking"):(b.f&&d===_.Un&&(b.g.debug("Seeked"),b.f=!1),[_.Un,_.Tn,_.Qn,_.Jn].includes(d)&&(b.D=d,yield b.A(),d===_.Jn&&b.h.stop()))):b.g.debug("Ignore transition"))})}A(){const a=this;return _.x(function*(){{const n=Math.floor(Date.now()/1E3);0<a.o&&a.g.debug(`Last event was ${n-
4
+ a.o} seconds ago`);a.o=n}a.h.stop();a.h.ia(a.l?10:a.K);a.l=!1;try{{var b=a.F;b.f++;const r=_.Lg(b.o);r.client.buildName=_.ra;r.client.buildVersion=_.fa;var c=r.client;{const C=b.a.m.getDrmInfo();var d=C?C.keySystem:""}c.drm=d;r.client.pageUrl=document.location.href;r.client.streamUrl=b.a.m.getLoadedSource().url;r.client.userAgent=navigator.userAgent;r.client.videoFormat=b.a.m.getLoadedSource().type||"";var e=r.client;{const C=b.a.m.getLoadedSource();var f=((new _.Fl(C.url)).scheme||"").replace(":",
5
+ "")}e.videoProtocol=f;const v=hv(b.a,b.f);r.client.playerEvent=v[0]||"";r.client.playerState=v[1]||"";r.progress.vod&&(r.progress.vod.position=b.a.getPosition());const u=r.progress.live;if(u){{var g=b.a;const C=g.m.getPresentationStartTime()||0,F=Math.floor(C+g.m.getPosition());var h=(new Date(1E3*F)).toISOString()}u.position=h;{var k=b.a;const C=k.m.getPosition(),F=k.m.getSeekRange().end;var l=30>Math.abs(F-C)}u.onLiveEdge=l;typeof u.liveResumePossible!==_.Oc&&(u.liveResumePossible=!0)}r.progress.eventNumber=
6
+ b.f;r.timestamp=(new Date).toISOString();b.g.debug("Fire an event");const y=_.Oi(b.l);y.method="POST";y.contentType="application/json";y.headers.Authorization=`Bearer ${b.h}`;y.body=_.qi(JSON.stringify(r));var m=b.j.fetch(y).O}const n=yield m;fv(a,n)}catch(n){m=n.code,b=n.data,[1002,1003].includes(m)?(a.g.debug("Unreachable service"),fv(a,b),gv(a,a.M,b)):1001===m?(a.g.debug("Generic service error"),fv(a,b),gv(a,a.N,b)):a.g.error(n.toString())}})}dispose(){this.g.debug(_.Ob);_.lh(this.a);this.h.stop()}};var jv=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}Qe(a){this.h=a}};var kv=class{constructor(a){this.m=a;this.a=new _.$r;this.g=new _.S("clpp.vimond.VimondAdapter");this.f=this.h=!1;this.m&&this.a&&(this.g.debug(dv),this.a.on(this.m,_.rf,this.o.bind(this)),this.a.on(this.m,_.bc,this.j.bind(this)),this.a.on(this.m,_.cc,this.l.bind(this)))}getPosition(){return Math.floor(this.m.getPosition())}o(){this.h=!0}j(){this.f=!0}l(){this.f=!1}dispose(){this.g.debug(_.Ob);_.lh(this.a)}};var lv=class extends _.iu{constructor(){super();this.a=!1;this.g=new _.S(ev);this.j=this.h=this.f=null}onPlayerCreated(){}onContentWillLoad(a){var b=a.getConfiguration();(this.a=!_.A(b.vimond)&&typeof b.vimond===_.Ce)?a.namespace()===_.jd&&(this.a=!1,this.g.info("Vimond does not report when casting.")):this.g.warn("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("Configuration is valid");c=b.failIfUnreachable;typeof c!==_.Oc&&(c=!0);var d=b.failOnError;typeof d!==_.Oc&&(d=!0);this.f=new kv(a);this.h=new jv(b.playerEventRequest.uri,b.authToken,b.playerEventRequest.body,this.f,a.getNetworkEngine());this.j=new iv(b.playerEventRequest.eventInterval,c,d,a,this.h)}}onPlayerWillRelease(){this.a&&(this.f&&this.f.dispose(),this.j&&this.j.dispose(),this.j=this.h=this.f=null)}onPlayerWillDestroy(){}id(){return"vimond"}Qe(a){this.a&&
8
+ this.h&&this.h.Qe(a)}};_.z(ev,lv);lv.prototype.updateAuthToken=lv.prototype.Qe;lv.Id="vimond";_.Wo(new class{create(){return new lv}});};f.call(g, window);