@castlabs/prestoplay 6.23.0 → 6.23.1

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 (64) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/cjs/cl.adobe.js +3 -3
  3. package/cjs/cl.airplay.js +3 -3
  4. package/cjs/cl.broadpeak.js +7 -7
  5. package/cjs/cl.cast.js +116 -116
  6. package/cjs/cl.conviva.js +32 -32
  7. package/cjs/cl.core.js +589 -592
  8. package/cjs/cl.crypto.js +9 -9
  9. package/cjs/cl.dash.js +86 -81
  10. package/cjs/cl.externs.js +30 -30
  11. package/cjs/cl.freewheel.js +24 -24
  12. package/cjs/cl.hls.js +71 -70
  13. package/cjs/cl.hlssmpte.js +6 -6
  14. package/cjs/cl.htmlcue.js +30 -30
  15. package/cjs/cl.ima.js +23 -23
  16. package/cjs/cl.mse.js +340 -331
  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.sessions.js +16 -16
  22. package/cjs/cl.simid.js +15 -15
  23. package/cjs/cl.smooth.js +72 -72
  24. package/cjs/cl.thumbnails.js +26 -26
  25. package/cjs/cl.tizen.js +72 -72
  26. package/cjs/cl.ttml.js +29 -29
  27. package/cjs/cl.verimatrix.js +5 -5
  28. package/cjs/cl.vimond.js +12 -12
  29. package/cjs/cl.vr.js +19 -19
  30. package/cjs/cl.vtt.js +14 -14
  31. package/cjs/cl.yospace.js +4 -4
  32. package/cjs/cl.youbora.js +37 -37
  33. package/cl.adobe.js +3 -3
  34. package/cl.airplay.js +3 -3
  35. package/cl.broadpeak.js +5 -5
  36. package/cl.cast.js +88 -88
  37. package/cl.conviva.js +27 -27
  38. package/cl.core.js +473 -474
  39. package/cl.crypto.js +9 -9
  40. package/cl.dash.js +80 -76
  41. package/cl.externs.js +30 -30
  42. package/cl.freewheel.js +19 -19
  43. package/cl.hls.js +74 -74
  44. package/cl.hlssmpte.js +5 -5
  45. package/cl.htmlcue.js +26 -26
  46. package/cl.ima.js +17 -17
  47. package/cl.mse.js +304 -295
  48. package/cl.muxdata.js +13 -13
  49. package/cl.onboard.js +4 -4
  50. package/cl.persistent.js +10 -10
  51. package/cl.playlist.js +5 -5
  52. package/cl.sessions.js +10 -10
  53. package/cl.simid.js +13 -13
  54. package/cl.smooth.js +59 -59
  55. package/cl.thumbnails.js +19 -19
  56. package/cl.tizen.js +57 -57
  57. package/cl.ttml.js +22 -22
  58. package/cl.verimatrix.js +4 -4
  59. package/cl.vimond.js +8 -8
  60. package/cl.vr.js +14 -14
  61. package/cl.vtt.js +12 -12
  62. package/cl.yospace.js +3 -3
  63. package/cl.youbora.js +28 -28
  64. package/package.json +1 -1
package/cl.vtt.js CHANGED
@@ -1,12 +1,12 @@
1
- import {clpp} from "./cl.core.js";let g={};const _ = clpp._;var f=function(window){'use strict';var Yv=" The setting will be ignored.",Zv="VTT parser encountered an invalid VTT setting: ",$v="application/x-subrip",aw="text/srt",bw='text/vtt; codecs\x3d"vtt"',cw='text/vtt; codecs\x3d"wvtt"',dw=function(a){return a.a===a.f.length?null:(a=_.hj(a,/[^ \t\n]*/gm))?a[0]:null},ew=function(a){_.hj(a,/[ \t]+/gm)},fw=function(a){let b="";for(a=a.split(/\n/);3<a.length;){for(var c=3;c<a.length;++c)a[2]+=`\n${a[c]}`;a.splice(3,a.length-3)}if(3!==a.length)return"";c=0;!a[0].match(/\d+:\d+:\d+/)&&
2
- a[1].match(/\d+:\d+:\d+/)&&(b+=`${a[0].match(/\w+/)}\n`,++c);if(a[c].match(/\d+:\d+:\d+/)){const d=a[1].match(/(\d+):(\d+):(\d+)(?:,(\d+))?\s*--?>\s*(\d+):(\d+):(\d+)(?:,(\d+))?/);if(d)b+=`${d[1]}:${d[2]}:${d[3]}.${d[4]} --> `,b+=`${d[5]}:${d[6]}:${d[7]}.${d[8]}\n`,++c;else return""}else return"";a[c]&&(b+=`${a[c]}\n\n`);return b},gw=function(a){a=_.hj(a,/(?:(\d{1,}):)?(\d{2}):(\d{2})\.(\d{2,3})/g);if(null==a)return null;const b=Number(a[2]),c=Number(a[3]);return 59<b||59<c?null:Number(a[4])/1E3+
3
- c+60*b+3600*(Number(a[1])||0)},iw=function(a,b,c){let d;if(d=/^align:(start|middle|center|end|left|right)$/.exec(b))b=d[1],"middle"===b?a.textAlign=_.vt:a.textAlign=_.Bt[b.toUpperCase()];else if(d=/^vertical:(lr|rl)$/.exec(b))a.writingMode="lr"===d[1]?_.ng:_.og;else if(d=/^size:([\d.]+)%$/.exec(b))a.size=Number(d[1]);else if(d=/^position:([\d.]+)%(?:,(line-left|line-right|center|start|end))?$/.exec(b))a.position=Number(d[1]),d[2]&&(b=d[2],a.positionAlign=b===_.le||b===_.Qf?_.le:b===_.me||b===_.Xd?
4
- _.me:_.cd);else if(d=/^region:(.*)$/.exec(b)){if(b=hw(c,d[1]))a.region=b}else{a:{if(c=/^line:([\d.]+)%(?:,(start|end|center))?$/.exec(b))a.lineInterpretation=1,a.line=Number(c[1]),c[2]&&(a.lineAlign=_.Ct[c[2].toUpperCase()]);else if(c=/^line:(-?\d+)(?:,(start|end|center))?$/.exec(b))a.lineInterpretation=_.xt,a.line=Number(c[1]),c[2]&&(a.lineAlign=_.Ct[c[2].toUpperCase()]);else{a=!1;break a}a=!0}return a}return!0},hw=function(a,b){a=a.filter(c=>c.id===b);return a.length?a[0]:(_.C("VTT parser could not find a region with id: ",
5
- b," The region will be ignored."),null)},kw=function(a,b,c){let d,e,f;(new _.pm).N("payl",_.km(g=>{d=_.Ni(g)})).N("iden",_.km(g=>{e=_.Ni(g)})).N("sttg",_.km(g=>{f=_.Ni(g)})).parse(a);return d?jw(d,e,f,b,c):null},jw=function(a,b,c,d,e){a=new _.At(d,e,a,_.yg);b&&(a.id=b);if(c)for(b=new _.ij(c),c=dw(b);c;)iw(a,c,[])||_.C(Zv,c,Yv),ew(b),c=dw(b);return a},lw=class{a(a){a=_.Ni(a);a=a.replace(/\r+/g,"");a=a.replace(/^\s+|\s+$/g,"");a=a.replace(/<[a-zA-Z\\/][^>]*>/g,"");a=a.split("\n\n");let b="";if(0<a.length){b+=
6
- "WEBVTT\n\n";for(const c of a)b+=fw(c)}return _.Ri(b)}},mw=class{create(){return new lw}probe(a,b){return(a===aw||a===$v)&&b===_.Zf}};var nw=class{constructor(a){this.a=a}parseInit(){}parseMedia(a,b){a=_.Ni(a);a=a.replace(/\r\n|\r(?=[^\n]|$)/gm,"\n");var c=a.split(/\n{2,}/m);if(!/^WEBVTT($|[ \t\n])/m.test(c[0]))throw new _.H(_.F,2,2E3);a=b.periodStart;if(c[0].includes("X-TIMESTAMP-MAP")){var d=c[0].match(/LOCAL:((?:(\d{1,}):)?(\d{2}):(\d{2})\.(\d{3}))/m),e=c[0].match(/MPEGTS:(\d+)/m);if(d&&e){a=gw(new _.ij(d[1]));if(null==a)throw new _.H(_.F,2,2E3);e=Number(e[1]);for(d=b.segmentStart;95443.7176888889<=d;)d-=95443.7176888889,e+=
7
- 8589934592;a=b.periodStart+e/9E4-a}}else this.a.streaming.relativeTextTimestamp&&null!==b.segmentStart&&(a=b.segmentStart);b=[];for(var f of c)if(/^region/.test(f.toLowerCase())){e=new _.ij(f.replace(/\n/g," "));d=new _.Ft;dw(e);ew(e);for(var g=dw(e);g;){a:{var h;var k=d;var l=g;if(h=/^id:(.*)$/.exec(l))k.id=h[1];else if(h=/^width:(\d{1,2}|100)%$/.exec(l))k.width=Number(h[1]);else if(h=/^lines:(\d+)$/.exec(l))k.height=Number(h[1]),k.heightUnits=2;else if(h=/^regionanchor:(\d{1,2}|100)%,(\d{1,2}|100)%$/.exec(l))k.regionAnchorX=
8
- Number(h[1]),k.regionAnchorY=Number(h[2]);else if(h=/^viewportanchor:(\d{1,2}|100)%,(\d{1,2}|100)%$/.exec(l))k.viewportAnchorX=Number(h[1]),k.viewportAnchorY=Number(h[2]);else if(/^scroll:up$/.exec(l))k.scroll="up";else{k=!1;break a}k=!0}k||_.C("VTT parser encountered an invalid VTTRegion setting: ",g,Yv);ew(e);g=dw(e)}e=d;b.push(e)}f=[];for(var m of c)if(/^style/.test(m.toLowerCase())){e=m.replace(/^style/i,"").replace(/\n/g," ");d=/[^{}]+{[^{}]*}/g;do(g=d.exec(e))&&f.push(g[0]);while(g)}m=[];for(const n of c)if(n.includes("--\x3e")){a:{l=
9
- n.split("\n");h=a;c=b;if(1===l.length&&!l[0]||/^NOTE($|[ \t])/.test(l[0])||"STYLE"===l[0]){c=null;break a}e=null;l[0].includes("--\x3e")||(e=l[0],l.splice(0,1));d=new _.ij(l[0]);g=gw(d);const r=_.hj(d,/[ \t]+--\x3e[ \t]+/g);k=gw(d);if(null==g||null==r||null==k)throw new _.H(_.F,2,2001);g+=h;k+=h;l=l.slice(1).join("\n").trim();g=new _.At(g,k,l,_.yg);e&&(g.id=e);ew(d);for(k=dw(d);k;)iw(g,k,c)||_.C(Zv,k,Yv),ew(d),k=dw(d);null!=e&&(g.id=e);c=g}c&&m.push(c)}return{cues:m,styles:f}}};var ow=class extends nw{parseMedia(a,b){return super.parseMedia((new lw).a(a),b)}};var pw=class{constructor(){this.a=null;this.g=new _.S("clpp.vtt.mp4")}parseInit(a){let b=!1;(new _.pm).N(_.De,_.im).N(_.bg,_.im).N(_.ye,_.im).ba("mdhd",c=>{0===c.version?(c.reader.skip(4),c.reader.skip(4),this.a=_.P(c.reader),c.reader.skip(4)):(c.reader.skip(8),c.reader.skip(8),this.a=_.P(c.reader),c.reader.skip(8));c.reader.skip(4)}).N(_.Ce,_.im).N(_.Tf,_.im).ba(_.Vf,_.jm).N("wvtt",()=>{b=!0}).parse(a);if(!this.a)throw new _.H(_.F,2,2008);if(!b)throw new _.H(_.F,2,2008);}parseMedia(a,b){if(!this.a)throw this.g.error("No init segment for MP4+VTT!"),
10
- new _.H(_.F,2,2008);let c=0,d=[],e;const f=[];let g=!1,h=!1,k=!1,l=null;(new _.pm).N("moof",_.im).N("traf",_.im).ba("tfdt",r=>{g=!0;c=0===r.version?_.P(r.reader):_.dm(r.reader)}).ba("tfhd",r=>{var u=r.flags;r=r.reader;r.skip(4);u&1&&r.skip(8);u&2&&r.skip(4);l=u&8?_.P(r):null}).ba("trun",r=>{h=!0;{var u=r.version,v=r.flags;r=r.reader;const z=_.P(r);v&1&&r.skip(4);v&4&&r.skip(4);const A=[];for(let E=0;E<z;E++){const I={duration:null,sampleSize:null,Re:null};v&256&&(I.duration=_.P(r));v&512&&(I.sampleSize=
11
- _.P(r));v&1024&&r.skip(4);v&2048&&(I.Re=0===u?_.P(r):_.cm(r));A.push(I)}d=A}}).N(_.xe,_.km(r=>{k=!0;e=r})).parse(a);if(!k&&!g&&!h)throw new _.H(_.F,2,2008);a=c;var m=new DataView(e.buffer,e.byteOffset,e.byteLength);m=new _.dn(m,!1);for(const r of d){const u=r.duration||l,v=r.Re?c+r.Re:a;a=v+(u||0);let z=0;do{const A=_.P(m);z+=A;var n=_.P(m);n=_.hm(n);let E=null;"vttc"===n?8<A&&(E=_.fm(m,A-8)):("vtte"!==n&&this.g.error("Unknown box "+n+"! Skipping!"),m.skip(A-8));u?E&&f.push(kw(E,b.periodStart+v/this.a,
12
- b.periodStart+a/this.a)):this.g.error("WVTT sample duration unknown, and no default found!")}while(r.sampleSize&&z<r.sampleSize)}return{cues:f.filter(_.fi),styles:[]}}};_.y("clpp.vtt.VttComponent",class extends _.Ru{constructor(){super();this.j=new mw}f(){_.ft(_.Zf,nw);_.ft(bw,nw);_.ft(cw,nw);_.ft(_.Ec,pw);_.ft(aw,ow);_.ft($v,ow);_.hk.push(this.j)}a(){_.ht(_.Zf);_.ht(bw);_.ht(cw);_.ht(_.Ec);_.ht(aw);_.ht($v);_.jk(this.j)}id(){return"subtitles-vtt"}});};f.call(g, window);
1
+ import {clpp} from "./cl.core.js";let g={};const _ = clpp._;var f=function(window){'use strict';var kw=" The setting will be ignored.",lw="VTT parser encountered an invalid VTT setting: ",mw="application/x-subrip",nw="text/srt",ow='text/vtt; codecs\x3d"vtt"',pw='text/vtt; codecs\x3d"wvtt"',qw=function(a){return a.a===a.f.length?null:(a=_.lj(a,/[^ \t\n]*/gm))?a[0]:null},rw=function(a){_.lj(a,/[ \t]+/gm)},sw=function(a){let b="";for(a=a.split(/\n/);3<a.length;){for(var c=3;c<a.length;++c)a[2]+=`\n${a[c]}`;a.splice(3,a.length-3)}if(3!==a.length)return"";c=0;!a[0].match(/\d+:\d+:\d+/)&&
2
+ a[1].match(/\d+:\d+:\d+/)&&(b+=`${a[0].match(/\w+/)}\n`,++c);if(a[c].match(/\d+:\d+:\d+/)){const d=a[1].match(/(\d+):(\d+):(\d+)(?:,(\d+))?\s*--?>\s*(\d+):(\d+):(\d+)(?:,(\d+))?/);if(d)b+=`${d[1]}:${d[2]}:${d[3]}.${d[4]} --> `,b+=`${d[5]}:${d[6]}:${d[7]}.${d[8]}\n`,++c;else return""}else return"";a[c]&&(b+=`${a[c]}\n\n`);return b},tw=function(a){a=_.lj(a,/(?:(\d{1,}):)?(\d{2}):(\d{2})\.(\d{2,3})/g);if(null==a)return null;const b=Number(a[2]),c=Number(a[3]);return 59<b||59<c?null:Number(a[4])/1E3+
3
+ c+60*b+3600*(Number(a[1])||0)},vw=function(a,b,c){let d;if(d=/^align:(start|middle|center|end|left|right)$/.exec(b))b=d[1],"middle"===b?a.textAlign=_.At:a.textAlign=_.Gt[b.toUpperCase()];else if(d=/^vertical:(lr|rl)$/.exec(b))a.writingMode="lr"===d[1]?_.pg:_.qg;else if(d=/^size:([\d.]+)%$/.exec(b))a.size=Number(d[1]);else if(d=/^position:([\d.]+)%(?:,(line-left|line-right|center|start|end))?$/.exec(b))a.position=Number(d[1]),d[2]&&(b=d[2],a.positionAlign=b===_.pe||b===_.Rf?_.pe:b===_.qe||b===_.ae?
4
+ _.qe:_.ed);else if(d=/^region:(.*)$/.exec(b)){if(b=uw(c,d[1]))a.region=b}else{a:{if(c=/^line:([\d.]+)%(?:,(start|end|center))?$/.exec(b))a.lineInterpretation=1,a.line=Number(c[1]),c[2]&&(a.lineAlign=_.Ht[c[2].toUpperCase()]);else if(c=/^line:(-?\d+)(?:,(start|end|center))?$/.exec(b))a.lineInterpretation=_.Ct,a.line=Number(c[1]),c[2]&&(a.lineAlign=_.Ht[c[2].toUpperCase()]);else{a=!1;break a}a=!0}return a}return!0},uw=function(a,b){a=a.filter(c=>c.id===b);return a.length?a[0]:(_.C("VTT parser could not find a region with id: ",
5
+ b," The region will be ignored."),null)},xw=function(a,b,c){let d,e,f;(new _.um).N("payl",_.pm(g=>{d=_.Ri(g)})).N("iden",_.pm(g=>{e=_.Ri(g)})).N("sttg",_.pm(g=>{f=_.Ri(g)})).parse(a);return d?ww(d,e,f,b,c):null},ww=function(a,b,c,d,e){a=new _.Ft(d,e,a,_.Ag);b&&(a.id=b);if(c)for(b=new _.mj(c),c=qw(b);c;)vw(a,c,[])||_.C(lw,c,kw),rw(b),c=qw(b);return a},yw=class{a(a){a=_.Ri(a);a=a.replace(/\r+/g,"");a=a.replace(/^\s+|\s+$/g,"");a=a.replace(/<[a-zA-Z\\/][^>]*>/g,"");a=a.split("\n\n");let b="";if(0<a.length){b+=
6
+ "WEBVTT\n\n";for(const c of a)b+=sw(c)}return _.Vi(b)}},zw=class{create(){return new yw}probe(a,b){return(a===nw||a===mw)&&b===_.$f}};var Aw=class{constructor(a){this.a=a}parseInit(){}parseMedia(a,b){a=_.Ri(a);a=a.replace(/\r\n|\r(?=[^\n]|$)/gm,"\n");var c=a.split(/\n{2,}/m);if(!/^WEBVTT($|[ \t\n])/m.test(c[0]))throw new _.H(_.F,2,2E3);a=b.periodStart;if(c[0].includes("X-TIMESTAMP-MAP")){var d=c[0].match(/LOCAL:((?:(\d{1,}):)?(\d{2}):(\d{2})\.(\d{3}))/m),e=c[0].match(/MPEGTS:(\d+)/m);if(d&&e){a=tw(new _.mj(d[1]));if(null==a)throw new _.H(_.F,2,2E3);e=Number(e[1]);for(d=b.segmentStart;95443.7176888889<=d;)d-=95443.7176888889,e+=
7
+ 8589934592;a=b.periodStart+e/9E4-a}}else this.a.streaming.relativeTextTimestamp&&null!==b.segmentStart&&(a=b.segmentStart);b=[];for(var f of c)if(/^region/.test(f.toLowerCase())){e=new _.mj(f.replace(/\n/g," "));d=new _.Kt;qw(e);rw(e);for(var g=qw(e);g;){a:{var h;var k=d;var l=g;if(h=/^id:(.*)$/.exec(l))k.id=h[1];else if(h=/^width:(\d{1,2}|100)%$/.exec(l))k.width=Number(h[1]);else if(h=/^lines:(\d+)$/.exec(l))k.height=Number(h[1]),k.heightUnits=2;else if(h=/^regionanchor:(\d{1,2}|100)%,(\d{1,2}|100)%$/.exec(l))k.regionAnchorX=
8
+ Number(h[1]),k.regionAnchorY=Number(h[2]);else if(h=/^viewportanchor:(\d{1,2}|100)%,(\d{1,2}|100)%$/.exec(l))k.viewportAnchorX=Number(h[1]),k.viewportAnchorY=Number(h[2]);else if(/^scroll:up$/.exec(l))k.scroll="up";else{k=!1;break a}k=!0}k||_.C("VTT parser encountered an invalid VTTRegion setting: ",g,kw);rw(e);g=qw(e)}e=d;b.push(e)}f=[];for(var m of c)if(/^style/.test(m.toLowerCase())){e=m.replace(/^style/i,"").replace(/\n/g," ");d=/[^{}]+{[^{}]*}/g;do(g=d.exec(e))&&f.push(g[0]);while(g)}m=[];for(const n of c)if(n.includes("--\x3e")){a:{l=
9
+ n.split("\n");h=a;c=b;if(1===l.length&&!l[0]||/^NOTE($|[ \t])/.test(l[0])||"STYLE"===l[0]){c=null;break a}e=null;l[0].includes("--\x3e")||(e=l[0],l.splice(0,1));d=new _.mj(l[0]);g=tw(d);const q=_.lj(d,/[ \t]+--\x3e[ \t]+/g);k=tw(d);if(null==g||null==q||null==k)throw new _.H(_.F,2,2001);g+=h;k+=h;l=l.slice(1).join("\n").trim();g=new _.Ft(g,k,l,_.Ag);e&&(g.id=e);rw(d);for(k=qw(d);k;)vw(g,k,c)||_.C(lw,k,kw),rw(d),k=qw(d);null!=e&&(g.id=e);c=g}c&&m.push(c)}return{cues:m,styles:f}}};var Bw=class extends Aw{parseMedia(a,b){return super.parseMedia((new yw).a(a),b)}};var Cw=class{constructor(){this.a=null;this.g=new _.S("clpp.vtt.mp4")}parseInit(a){let b=!1;(new _.um).N(_.Ge,_.nm).N(_.cg,_.nm).N(_.Be,_.nm).ca("mdhd",c=>{0===c.version?(c.reader.skip(4),c.reader.skip(4),this.a=_.P(c.reader),c.reader.skip(4)):(c.reader.skip(8),c.reader.skip(8),this.a=_.P(c.reader),c.reader.skip(8));c.reader.skip(4)}).N(_.Fe,_.nm).N(_.Uf,_.nm).ca(_.Wf,_.om).N("wvtt",()=>{b=!0}).parse(a);if(!this.a)throw new _.H(_.F,2,2008);if(!b)throw new _.H(_.F,2,2008);}parseMedia(a,b){if(!this.a)throw this.g.error("No init segment for MP4+VTT!"),
10
+ new _.H(_.F,2,2008);let c=0,d=[],e;const f=[];let g=!1,h=!1,k=!1,l=null;(new _.um).N("moof",_.nm).N("traf",_.nm).ca("tfdt",q=>{g=!0;c=0===q.version?_.P(q.reader):_.im(q.reader)}).ca("tfhd",q=>{var u=q.flags;q=q.reader;q.skip(4);u&1&&q.skip(8);u&2&&q.skip(4);l=u&8?_.P(q):null}).ca("trun",q=>{h=!0;{var u=q.version,v=q.flags;q=q.reader;const y=_.P(q);v&1&&q.skip(4);v&4&&q.skip(4);const A=[];for(let D=0;D<y;D++){const I={duration:null,sampleSize:null,af:null};v&256&&(I.duration=_.P(q));v&512&&(I.sampleSize=
11
+ _.P(q));v&1024&&q.skip(4);v&2048&&(I.af=0===u?_.P(q):_.hm(q));A.push(I)}d=A}}).N(_.Ae,_.pm(q=>{k=!0;e=q})).parse(a);if(!k&&!g&&!h)throw new _.H(_.F,2,2008);a=c;var m=new DataView(e.buffer,e.byteOffset,e.byteLength);m=new _.rn(m,!1);for(const q of d){const u=q.duration||l,v=q.af?c+q.af:a;a=v+(u||0);let y=0;do{const A=_.P(m);y+=A;var n=_.P(m);n=_.mm(n);let D=null;"vttc"===n?8<A&&(D=_.km(m,A-8)):("vtte"!==n&&this.g.error("Unknown box "+n+"! Skipping!"),m.skip(A-8));u?D&&f.push(xw(D,b.periodStart+v/this.a,
12
+ b.periodStart+a/this.a)):this.g.error("WVTT sample duration unknown, and no default found!")}while(q.sampleSize&&y<q.sampleSize)}return{cues:f.filter(_.ji),styles:[]}}};_.z("clpp.vtt.VttComponent",class extends _.pv{constructor(){super();this.j=new zw}f(){_.kt(_.$f,Aw);_.kt(ow,Aw);_.kt(pw,Aw);_.kt(_.Ic,Cw);_.kt(nw,Bw);_.kt(mw,Bw);_.lk.push(this.j)}a(){_.mt(_.$f);_.mt(ow);_.mt(pw);_.mt(_.Ic);_.mt(nw);_.mt(mw);_.nk(this.j)}id(){return"subtitles-vtt"}});};f.call(g, window);
package/cl.yospace.js CHANGED
@@ -1,3 +1,3 @@
1
- import {clpp} from "./cl.core.js";let g={};const _ = clpp._;var f=function(window){'use strict';var Uv="clpp.yospace.YospacePlugin",Xv=class extends _.rv{constructor(){super();this.a=null;this.g=new _.S(Uv)}Ef(){return this.a}onContentWillLoad(a,b){const c=this;return _.x(function*(){var d=a.getConfiguration().yospace;if(d.enabled){if(typeof window.YospaceAdManagement!==_.He)throw new _.H(_.F,9,7003,"Yospace SDK not found.");c.g.info("Yospace enabled.");a:{d=d.streamType||Vv;var e=b.url;c.g.info("Creating Yospace session for stream type",d);switch(d){case Vv:d=YospaceAdManagement.SessionVOD.create(e);
2
- break a;case Wv:d=YospaceAdManagement.SessionLive.create(e);break a;default:d=YospaceAdManagement.SessionDVRLive.create(e)}}d=yield d;e=d.getSessionState();if(e!==YospaceAdManagement.SessionState.INITIALISED)throw c.g.error("Failed to initialize Yospace session. State:",e,"URL",b.url),new _.H(_.F,9,7003,"Yospace session failed to initialize.");a.trigger(new _.D(_.Lg,{detail:d}));b.url=d.getPlaybackUrl();c.g.info("Yospace session initialized. New URL:",b.url);c.a=d}})}onPlayerWillRelease(a){if(this.a){this.g.info("Shutting down Yospace session.");
3
- const b=this.a;this.a.shutdown();this.a=null;a.trigger(new _.D(_.Kg,{detail:b}))}}id(){return"yospace"}};_.y(Uv,Xv);Xv.prototype.getSession=Xv.prototype.Ef;Xv.Id="yospace";_.gr(new class{create(){return new Xv}});var Vv=_.Sb,Wv="LIVE";_.y("clpp.yospace.StreamType",{VOD:Vv,LIVE:Wv,DVR:"DVR"});};f.call(g, window);
1
+ import {clpp} from "./cl.core.js";let g={};const _ = clpp._;var f=function(window){'use strict';var gw="clpp.yospace.YospacePlugin",jw=class extends _.Fv{constructor(){super();this.a=null;this.g=new _.S(gw)}Of(){return this.a}onContentWillLoad(a,b){const c=this;return _.x(function*(){var d=a.getConfiguration().yospace;if(d.enabled){if(typeof window.YospaceAdManagement!==_.Ke)throw new _.H(_.F,9,7003,"Yospace SDK not found.");c.g.info("Yospace enabled.");a:{d=d.streamType||hw;var e=b.url;c.g.info("Creating Yospace session for stream type",d);switch(d){case hw:d=YospaceAdManagement.SessionVOD.create(e);
2
+ break a;case iw:d=YospaceAdManagement.SessionLive.create(e);break a;default:d=YospaceAdManagement.SessionDVRLive.create(e)}}d=yield d;e=d.getSessionState();if(e!==YospaceAdManagement.SessionState.INITIALISED)throw c.g.error("Failed to initialize Yospace session. State:",e,"URL",b.url),new _.H(_.F,9,7003,"Yospace session failed to initialize.");a.trigger(new _.E(_.Ng,{detail:d}));b.url=d.getPlaybackUrl();c.g.info("Yospace session initialized. New URL:",b.url);c.a=d}})}onPlayerWillRelease(a){if(this.a){this.g.info("Shutting down Yospace session.");
3
+ const b=this.a;this.a.shutdown();this.a=null;a.trigger(new _.E(_.Mg,{detail:b}))}}id(){return"yospace"}};_.z(gw,jw);jw.prototype.getSession=jw.prototype.Of;jw.Id="yospace";_.ur(new class{create(){return new jw}});var hw=_.Sb,iw="LIVE";_.z("clpp.yospace.StreamType",{VOD:hw,LIVE:iw,DVR:"DVR"});};f.call(g, window);
package/cl.youbora.js CHANGED
@@ -1,28 +1,28 @@
1
- import {clpp} from "./cl.core.js";let g={};const _ = clpp._;var f=function(window){'use strict';var sv="Unhandled state",uv="accountCode key is missing in Youbora config",vv="ad break start",wv="ad buffering ended",xv="ad buffering started",yv="ad click through url: ",zv="ad timeline changed",Av="clpp.npaw.NpawPlugin",Bv="clpp.npaw.YouboraPlugin",Cv="content.isLive",Dv="content.title",Ev="is container visible",Fv="youbora",Gv=function(a){return a.startsWith(_.yd)?"Widevine":a.startsWith(_.td)?"FairPlay":a.match(/^com\.(microsoft|chromecast)\.playready/)?"PlayReady":a.startsWith(_.Qe)?
2
- "ClearKey":a.startsWith(_.sd)?"Primetime":a},Hv=function(a){a.a&&(a.g.info("Removing NPAW Plugins",a.a),a.a.removeAdsAdapter(),a.a.removeAdapter())},Iv=function(a,b){if(b.namespace()===_.kd)return a.g.info("NPAW does not report when casting."),!1;const c=b.getConfiguration().youbora;return _.ah(c)?c.accountCode?_.B(window.NpawPlugin)||_.B(window.NpawPluginAdapters)?(a.g.warn("NPAW SDK not found."),b.onError(new _.H(1,9,9100)),!1):!0:(a.g.warn(uv),b.onError(new _.H(1,9,9101)),!1):(a.g.warn("NPAW plugin is loaded but not configured. Will do nothing."),
3
- !1)},Jv=function(a,b){if(b.namespace()===_.kd)return a.g.info("Youbora does not report when casting."),!1;const c=b.getConfiguration().youbora;if(!_.ah(c))return a.g.debug("Youbora plugin is loaded but not configured. Will do nothing."),!1;if(!c.accountCode)return a.g.warn(uv),b.onError(new _.H(1,9,9101)),!1;if(_.B(window.youbora))return a.g.warn("Youbora SDK not found."),b.onError(new _.H(1,9,9100)),!1;"6.8.59"!==youbora.VERSION&&(a.g.warn("Youbora SDK version is not supported. The supported version is 6.8.59, found "+
4
- `version ${youbora.VERSION}. Some or all features of YouboraPlugin `+"may not work correctly."),b.onError(new _.H(1,9,9102)));return!0},Kv=a=>(a=a.getConfiguration().youbora)&&a.errorFilter?a.errorFilter:b=>({code:`${b.code}`,message:b.message,severity:b.severity}),Lv=(a,b,c,d)=>{b=Kv(b)(a);if(!b)return c.debug("Error not sent to Youbora",a.code,a.message),null;a=10003===a.code?"ad error":_.q;b.severity===_.F?(d.fireFatalError(b.code,b.message,b.metadata),c.debug(`Reporting "fatal ${a}" to Youbora`,
5
- b.code,b)):(d.fireError(b.code,b.message,b.metadata),c.debug(`Reporting "${a}" to Youbora`,b.code,b));return b};var Mv=a=>{class b extends youbora.Adapter{constructor(c){super(c);this.m=c;this.a=new _.st;this.g=new _.S("clpp.npaw.YouboraAdapter");this.h=this.o=!1;this.registerListeners()}getPlayhead(){return this.getIsLive()?-1:this.m.getPosition()}getDuration(){return this.m.getDuration()}getRendition(){let c,d,e;var f=this.m.getTrackManager();f&&(f=f.ka())&&(c=f.width,d=f.height,e=f.bandwidth);c&&d&&e||(f=this.j(),c=c||f.width,d=d||f.height,e=e||f.streamBandwidth);return youbora.Util.buildRenditionString(c,
6
- d,e)}getIsLive(){return this.m.isLive()}getResource(){const c=this.m.getLoadedSource();return c&&c.url}getBitrate(){return this.j().streamBandwidth}getThroughput(){return this.j().estimatedBandwidth}getPlayrate(){return this.m.getPlaybackRate()}getFramesPerSecond(){var c=this.m.getTrackManager();return c&&(c=c.Ga())?c.frameRate:null}getPlayerName(){return _.pa}getVersion(){return"6.23.0-castlabsadapter-js"}getPlayerVersion(){return _.da}registerListeners(){this.m&&this.a&&(this.g.debug("registering listeners"),
7
- youbora.Util.logAllEvents(this.m),this.a.on(this.m,_.Rf,this.I.bind(this)),this.a.on(this.m,_.q,this.F.bind(this)),this.a.on(this.m,_.kg,this.H.bind(this)),this.a.on(this.m,_.jg,this.G.bind(this)),this.a.on(this.m,_.wc,this.B.bind(this)),this.a.on(this.m,_.Zc,this.C.bind(this)))}unregisterListeners(){this.g.debug(_.Ob);_.wh(this.a)}dispose(){super.dispose()}j(){return this.m.getStats()||_.yo()}w(){return!!this.m.getConfiguration().autoplay}I(c){c=c.detail;this.l("state change",c);if(c)switch(c.currentState){case _.Mo:this.w()&&
8
- this.f();break;case _.Oo:this.f();this.A();this.fireResume();this.fireBufferEnd();break;case _.No:this.w()&&this.f();this.A();this.fireBufferEnd();this.firePause();break;case _.Lo:this.fireBufferEnd();this.fireStop();break;case _.Do:this.fireBufferEnd();this.o&&this.plugin.getAdsAdapter()?this.firePause():this.fireStop();break;case _.Ho:this.fireBufferBegin();break;default:this.g.debug(sv,c)}}f(){this.plugin.isInitiated||(this.h=!1,this.fireInit())}A(){var c=this.m.getDrmInfo();c&&(c=Gv(c.keySystem))&&
9
- this.plugin.setOptions({"content.drm":c});this.fireJoin()}F(c){!(c=c.detail)||this.h||10003===c.code&&this.plugin.getAdsAdapter()||(c=Lv(c,this.m,this.g,this))&&c.severity===_.F&&(this.h=!0)}H(){this.m.isEnded()||(this.l(_.Jf),this.f(),this.fireSeekBegin())}G(){this.l(_.If);this.fireSeekEnd()}B(c){this.g.debug("adsTimeline",c);this.o=(c=c.adsTimeline)&&c.Db()}C(c){this.g.debug("Casting",c);this.fireCasted()}l(c,...d){this.g.debug(`Reporting "${c}" event to Youbora`,...d)}}return new b(a)};var Nv=a=>{class b extends youbora.Adapter{constructor(c){super(c);this.m=c;this.j=this.a=null;this.f=new _.st;this.g=new _.S("clpp.npaw.YouboraAdsAdapter");this.registerListeners();this.l=!1}getDuration(){return this.a&&this.a.getDuration()}getRendition(){let c=null;this.a&&(c=youbora.Util.buildRenditionString(this.a.ab(),this.a.$a(),this.a.Pa()));return c}getBitrate(){return this.a&&this.a.Pa()}getPlayhead(){const c=this.m.getAdsManager();return c&&c.getPosition()}getResource(){return this.a&&this.a.getMediaUrl()}getTitle(){return this.a&&
10
- this.a.getTitle()}getProvider(){return this.a&&this.a.getAdvertiserName()}getCreativeId(){return this.a&&this.a.getCreativeId()}getPosition(){const c=youbora.Constants.AdPosition;let d=null;if(this.a)switch(this.a.Qa()){case 0:d=c.Preroll;break;case 2:d=c.Postroll;break;case 1:d=c.Midroll}this.g.debug("Ad position",d);return d}getIsSkippable(){return this.a&&-1!==this.a.getSkipTimeOffset()}getAudioEnabled(){const c=this.m.getAdsManager();return c&&0<c.getVolume()}getExpectedBreaks(){return this.j&&
11
- this.j.getCuePoints().length}getGivenBreaks(){return this.getExpectedBreaks()}getExpectedAds(){return this.a&&this.a.bb()}getGivenAds(){return this.getExpectedAds()}getBreaksTime(){return this.j&&this.j.getCuePoints().map(c=>-1===c?this.m.getDuration():c)}getIsFullscreen(){return this.m.getSurface().isFullscreen()}getIsVisible(){var c=this.m.getSurface().getContainer();c=youbora.Util.calculateAdViewability(c);this.g.debug(Ev,c);return c}getPlayerName(){return _.pa}getVersion(){return"6.23.0-castlabsadsadapter-js"}getPlayerVersion(){return _.da}registerListeners(){this.m&&
12
- this.f&&(this.f.on(this.m,_.wc,this.M.bind(this)),this.f.on(this.m,_.sc,this.L.bind(this)),this.f.on(this.m,_.nc,this.I.bind(this)),this.f.on(this.m,_.pc,this.J.bind(this)),this.f.on(this.m,_.fc,this.G.bind(this)),this.f.on(this.m,_.gc,this.o.bind(this,1)),this.f.on(this.m,_.mc,this.o.bind(this,2)),this.f.on(this.m,_.uc,this.o.bind(this,3)),this.f.on(this.m,_.ec,this.F.bind(this)),this.f.on(this.m,_.rc,this.K.bind(this)),this.f.on(this.m,_.q,this.H.bind(this)),this.f.on(this.m,_.bc,this.A.bind(this)),
13
- this.f.on(this.m,_.cc,this.B.bind(this)),this.f.on(this.m,_.dc,this.C.bind(this)),this.f.on(this.m,_.oc,this.w.bind(this)))}unregisterListeners(){_.wh(this.f)}dispose(){super.dispose()}M(c){this.g.debug(zv,c);this.j=c.adsTimeline}L(c){this.a=c.ad;this.h("ad start",this.a);this.fireStart();this.fireJoin()}G(){this.h("ad ended");this.fireStop()}I(){this.h("ad pause");this.w();this.firePause()}J(){this.h("ad resume");this.w();this.fireResume()}C(){this.l=!0;this.h(xv);this.fireBufferBegin()}w(){this.l&&
14
- (this.h(wv),this.l=!1,this.fireBufferEnd())}o(c){this.h("ad quartile",c);this.fireQuartile(c)}F(){this.h("ad clicked");const c=this.a&&this.a.nb();this.g.debug(yv,c);this.fireClick(c)}K(){this.h("ad skipped");this.fireSkip()}A(c){this.a=c.ad;this.h(vv,this.a);this.fireBreakStart()}B(){this.h("ad break stop");this.fireBreakStop();if(this.getPosition()===youbora.Constants.AdPosition.Postroll){const c=this.plugin.getAdapter();c&&c.fireStop()}}H(c){(c=c.detail)&&10003===c.code&&Lv(c,this.m,this.g,this)}h(c,
15
- ...d){this.g.debug(`Reporting "${c}" event to Youbora`,...d)}}return new b(a)};var Pv=()=>{class a extends NpawPluginAdapters.video.Shaka{constructor(){super();this.f=this.h=!1;this.a=null}getPlayhead(){return this.getIsLive()?-1:this.player.getPosition()}getDuration(){return this.player.getDuration()}getRendition(){let b=null,c=null,d=null;var e=this.player.getTrackManager();e&&(e=e.ka())&&(b=e.width,c=e.height,d=e.bandwidth);b&&c&&d||(e=this.j(),b=b||e.width,c=c||e.height,d=d||e.streamBandwidth);return this.getNpawUtils().buildRenditionString(b,c,d)}getIsLive(){return this.player.isLive()}getResource(){const b=
16
- this.player.getLoadedSource();return b&&b.url}getBitrate(){return this.j().streamBandwidth}getThroughput(){return this.j().estimatedBandwidth}getPlayrate(){return this.player.getPlaybackRate()}getFramesPerSecond(){var b=this.player.getTrackManager();return b&&(b=b.Ga())?b.frameRate:null}getPlayerName(){return _.pa}getVersion(){return"castlabs-adapter-6.23.0-js"}getPlayerVersion(){return _.da}registerListeners(){const b=this.w();this.player&&b&&(b.on(this.player,_.Rf,this.I.bind(this)),b.on(this.player,
17
- _.q,this.F.bind(this)),b.on(this.player,_.Jf,this.H.bind(this)),b.on(this.player,_.If,this.G.bind(this)),b.on(this.player,_.wc,this.B.bind(this)),b.on(this.player,_.Zc,this.C.bind(this)))}unregisterListeners(){Ov.debug(_.Ob);_.wh(this.w())}dispose(){this.unregisterListeners();this.f=this.h=!1;this.a=null}j(){return this.player.getStats()||_.yo()}o(){return!!this.player.getConfiguration().autoplay}I(b){b=b.detail;this.l("state change",b);if(b)switch(b.currentState){case _.Mo:this.o()&&this.fireStart();
18
- break;case _.Oo:this.fireStart();this.A();this.fireResume();this.fireBufferEnd();break;case _.No:this.o()&&this.fireStart();this.A();this.fireBufferEnd();this.firePause();break;case _.Lo:this.fireBufferEnd();this.fireStop();break;case _.Do:this.fireBufferEnd();this.h&&this.plugin.getAdsAdapter()?this.firePause():this.fireStop();break;case _.Ho:this.fireBufferBegin();break;default:Ov.debug(sv,b)}}A(){this.fireJoin()}F(b){(b=b.detail)&&!this.f&&this.player&&10003!==b.code&&(b=Lv(b,this.player,Ov,this))&&
19
- b.severity===_.F&&(this.f=!0)}H(){this.player.isEnded()||(this.l(_.Jf),this.fireSeekBegin())}w(){this.a||(this.a=new _.st);return this.a}G(){this.l(_.If);this.fireSeekEnd()}B(b){Ov.debug("adsTimeline",b);this.h=(b=b.adsTimeline)&&b.Db()}C(b){Ov.debug("Casting",b);this.fireCasted()}l(b,...c){Ov.debug(`Reporting "${b}" event to NPAW`,...c)}}return a},Ov=new _.S("clpp.npaw.NpawAdapter");var Rv=()=>{class a extends NpawPluginAdapters.ads.Ima{constructor(){super();this.j=this.h=this.l=this.a=null;this.o=!1}getDuration(){return this.a?this.a.getDuration():null}getRendition(){let b=null;this.a&&(b=this.getNpawUtils().buildRenditionString(this.a.ab(),this.a.$a(),this.a.Pa()));return b}getBitrate(){let b=null;this.a&&(b=this.a.Pa());return b}getPlayhead(){let b=null;const c=this.player.getAdsManager();c&&(b=c.getPosition());return b}getResource(){let b=null;this.a&&(b=this.a.getMediaUrl());
20
- return b}getTitle(){let b=null;this.a&&(b=this.a.getTitle());return b}getProvider(){let b=null;this.a&&(b=this.a.getAdvertiserName());return b}getCreativeId(){let b=null;this.a&&(b=this.a.getCreativeId());return b}dispose(){this.unregisterListeners();this.j=this.h=this.a=null}getPosition(){const b=this.getNpawReference().Constants.AdPosition;let c=null;if(this.a)switch(this.a.Qa()){case 0:c=b.Preroll;break;case 2:c=b.Postroll;break;case 1:c=b.Midroll}Qv.debug("Ad position",c);return c}getIsSkippable(){return this.a&&
21
- -1!==this.a.getSkipTimeOffset()}getAudioEnabled(){const b=this.player.getAdsManager();return b&&0<b.getVolume()}getExpectedBreaks(){return this.h&&this.h.getCuePoints().length}getGivenBreaks(){return this.getExpectedBreaks()}getExpectedAds(){return this.a&&this.a.bb()}getGivenAds(){return this.getExpectedAds()}getBreaksTime(){return this.h&&this.h.getCuePoints().map(b=>-1===b?this.player.getDuration():b)}getIsFullscreen(){return this.player.getSurface().isFullscreen()}getIsVisible(){var b=this.player.getSurface().getContainer();
22
- b=this.getNpawUtils().calculateAdViewability(b);Qv.debug(Ev,b);return b}getPlayerName(){return _.pa}getVersion(){return"castlabs-ads-adapter-6.23.0-js"}getPlayerVersion(){return _.da}B(){this.j||(this.j=new _.st);return this.j}registerListeners(){const b=this.B();this.player&&b&&(b.on(this.player,_.wc,this.R.bind(this)),b.on(this.player,_.sc,this.O.bind(this)),b.on(this.player,_.nc,this.K.bind(this)),b.on(this.player,_.pc,this.L.bind(this)),b.on(this.player,_.fc,this.I.bind(this)),b.on(this.player,
23
- _.gc,this.w.bind(this,1)),b.on(this.player,_.mc,this.w.bind(this,2)),b.on(this.player,_.uc,this.w.bind(this,3)),b.on(this.player,_.ec,this.H.bind(this)),b.on(this.player,_.rc,this.M.bind(this)),b.on(this.player,_.q,this.J.bind(this)),b.on(this.player,_.bc,this.C.bind(this)),b.on(this.player,_.cc,this.F.bind(this)),b.on(this.player,_.dc,this.G.bind(this)),b.on(this.player,_.oc,this.S.bind(this)))}unregisterListeners(){_.wh(this.B())}R(b){Qv.debug(zv,b);this.h=b.adsTimeline}O(b){this.a=b.ad;this.f("ad start",
24
- this.a);this.fireStart();this.fireJoin()}I(){this.f("ad ended");this.fireStop({adPlayhead:this.l})}K(){this.f("ad pause");this.A();this.firePause()}L(){this.f("ad resume");this.A();this.fireResume()}G(){this.o=!0;this.f(xv);this.fireBufferBegin()}S(){this.l=this.getPlayhead();this.A()}A(){this.o&&(this.f(wv),this.o=!1,this.fireBufferEnd())}w(b){this.f("ad quartile",b);this.fireQuartile(b)}H(){this.f("ad clicked");const b=this.a&&this.a.nb();Qv.debug(yv,b);this.fireClick(b)}M(){this.f("ad skipped");
25
- this.fireSkip()}C(b){this.a=b.ad;this.f(vv,this.a);this.fireBreakStart()}F(){this.f("ad break stop");this.fireBreakStop({adPlayhead:this.l});this.getPosition()===this.getNpawReference().Constants.AdPosition.Postroll&&this.fireStop({adPlayhead:this.l})}J(b){(b=b.detail)&&10003===b.code&&Lv(b,this.player,Qv,this)}f(b,...c){Qv.debug(`Reporting "${b}" event to NPAW`,...c)}}return a},Qv=new _.S("clpp.npaw.NpawAdsAdapter");var Sv=class extends _.rv{constructor(){super();this.a=null;this.g=new _.S(Av);this.m=null}Le(a){Hv(this);if(this.a=a)this.a.registerAdapterFromClass(this.m,Pv()),this.a.registerAdsAdapterFromClass(this.m,Rv())}Xg(){return this.a}getAdapter(){return this.a&&this.a.getAdapter()}getAdsAdapter(){return this.a&&this.a.getAdsAdapter()}onPlayerCreated(a){this.m=a;Iv(this,a)&&(a=a.getConfiguration().youbora,this.Le(new NpawPlugin(a.accountCode)))}onContentWillLoad(a,b){if(Iv(this,a)){a=a.getConfiguration();
26
- var c=a.youbora;void 0===c[Cv]&&(c[Cv]=b.isLive);void 0===c[Dv]&&(c[Dv]=b.name);void 0===c.viewerId&&(c.viewerId=a.viewerId);this.a||this.Le(new NpawPlugin(c.accountCode));this.a.setAnalyticsOptions(c)}}onContentLoaded(a){const b={};(a=a.getDrmInfo())&&(a=Gv(a.keySystem))&&(b["content.drm"]=a);this.g.info(_.Je,b);this.a.setAnalyticsOptions(b)}onPlayerWillRelease(){}onPlayerWillDestroy(){Hv(this);this.a.destroy()}id(){return Fv}};_.y(Av,Sv);Sv.prototype.getAdsAdapter=Sv.prototype.getAdsAdapter;
27
- Sv.prototype.getAdapter=Sv.prototype.getAdapter;Sv.prototype.getNpawPlugin=Sv.prototype.Xg;Sv.prototype.setNpawPlugin=Sv.prototype.Le;Sv.Id=Fv;new _.S(Av);var Tv=class extends _.rv{constructor(){super();this.a=null;this.g=new _.S(Bv);this.m=null}Me(a){this.a&&(this.a.removeAdsAdapter(),this.a.removeAdapter());if(this.a=a)this.a.setAdapter(Mv(this.m)),this.a.setAdsAdapter(Nv(this.m))}getAdapter(){return this.a&&this.a.getAdapter()}getAdsAdapter(){return this.a&&this.a.getAdsAdapter()}onPlayerCreated(a){this.m=a;Jv(this,a)&&(a=a.getConfiguration().youbora,this.Me(new youbora.Plugin(a)))}onContentWillLoad(a,b){if(Jv(this,a)){a=a.getConfiguration();var c=
28
- a.youbora;void 0===c[Cv]&&(c[Cv]=b.isLive);void 0===c[Dv]&&(c[Dv]=b.name);void 0===c.viewerId&&(c.viewerId=a.viewerId);this.a||this.Me(new youbora.Plugin(c));this.a.setOptions(c)}}onPlayerWillRelease(){}onPlayerWillDestroy(){}id(){return Fv}};_.y(Bv,Tv);Tv.prototype.getAdsAdapter=Tv.prototype.getAdsAdapter;Tv.prototype.getAdapter=Tv.prototype.getAdapter;Tv.prototype.setYouboraPlugin=Tv.prototype.Me;Tv.Id=Fv;_.gr(new class{create(a){return a.youbora&&a.youbora.v7?new Sv:new Tv}});};f.call(g, window);
1
+ import {clpp} from "./cl.core.js";let g={};const _ = clpp._;var f=function(window){'use strict';var Gv="Unhandled state",Hv="accountCode key is missing in Youbora config",Iv="ad break start",Jv="ad buffering ended",Kv="ad buffering started",Lv="ad click through url: ",Mv="ad timeline changed",Nv="clpp.npaw.NpawPlugin",Ov="clpp.npaw.YouboraPlugin",Pv="content.isLive",Qv="content.title",Rv="is container visible",Sv="youbora",Tv=function(a){return a.startsWith(_.Cd)?"Widevine":a.startsWith(_.wd)?"FairPlay":a.match(/^com\.(microsoft|chromecast)\.playready/)?"PlayReady":a.startsWith(_.Te)?
2
+ "ClearKey":a.startsWith(_.vd)?"Primetime":a},Uv=function(a){a.a&&(a.g.info("Removing NPAW Plugins",a.a),a.a.removeAdsAdapter(),a.a.removeAdapter())},Vv=function(a,b){if(b.namespace()===_.md)return a.g.info("NPAW does not report when casting."),!1;const c=b.getConfiguration().youbora;return _.eh(c)?c.accountCode?_.B(window.NpawPlugin)||_.B(window.NpawPluginAdapters)?(a.g.warn("NPAW SDK not found."),b.onError(new _.H(1,9,9100)),!1):!0:(a.g.warn(Hv),b.onError(new _.H(1,9,9101)),!1):(a.g.warn("NPAW plugin is loaded but not configured. Will do nothing."),
3
+ !1)},Wv=function(a,b){if(b.namespace()===_.md)return a.g.info("Youbora does not report when casting."),!1;const c=b.getConfiguration().youbora;if(!_.eh(c))return a.g.debug("Youbora plugin is loaded but not configured. Will do nothing."),!1;if(!c.accountCode)return a.g.warn(Hv),b.onError(new _.H(1,9,9101)),!1;if(_.B(window.youbora))return a.g.warn("Youbora SDK not found."),b.onError(new _.H(1,9,9100)),!1;"6.8.59"!==youbora.VERSION&&(a.g.warn("Youbora SDK version is not supported. The supported version is 6.8.59, found "+
4
+ `version ${youbora.VERSION}. Some or all features of YouboraPlugin `+"may not work correctly."),b.onError(new _.H(1,9,9102)));return!0},Xv=a=>(a=a.getConfiguration().youbora)&&a.errorFilter?a.errorFilter:b=>({code:`${b.code}`,message:b.message,severity:b.severity}),Yv=(a,b,c,d)=>{b=Xv(b)(a);if(!b)return c.debug("Error not sent to Youbora",a.code,a.message),null;a=10003===a.code?"ad error":_.r;b.severity===_.F?(d.fireFatalError(b.code,b.message,b.metadata),c.debug(`Reporting "fatal ${a}" to Youbora`,
5
+ b.code,b)):(d.fireError(b.code,b.message,b.metadata),c.debug(`Reporting "${a}" to Youbora`,b.code,b));return b};var Zv=a=>{class b extends youbora.Adapter{constructor(c){super(c);this.m=c;this.a=new _.xt;this.g=new _.S("clpp.npaw.YouboraAdapter");this.h=this.o=!1;this.registerListeners()}getPlayhead(){return this.getIsLive()?-1:this.m.getPosition()}getDuration(){return this.m.getDuration()}getRendition(){let c,d,e;var f=this.m.getTrackManager();f&&(f=f.la())&&(c=f.width,d=f.height,e=f.bandwidth);c&&d&&e||(f=this.j(),c=c||f.width,d=d||f.height,e=e||f.streamBandwidth);return youbora.Util.buildRenditionString(c,
6
+ d,e)}getIsLive(){return this.m.isLive()}getResource(){const c=this.m.getLoadedSource();return c&&c.url}getBitrate(){return this.j().streamBandwidth}getThroughput(){return this.j().estimatedBandwidth}getPlayrate(){return this.m.getPlaybackRate()}getFramesPerSecond(){var c=this.m.getTrackManager();return c&&(c=c.Ha())?c.frameRate:null}getPlayerName(){return _.qa}getVersion(){return"6.23.1-castlabsadapter-js"}getPlayerVersion(){return _.ea}registerListeners(){this.m&&this.a&&(this.g.debug("registering listeners"),
7
+ youbora.Util.logAllEvents(this.m),this.a.on(this.m,_.Sf,this.I.bind(this)),this.a.on(this.m,_.r,this.F.bind(this)),this.a.on(this.m,_.lg,this.H.bind(this)),this.a.on(this.m,_.kg,this.G.bind(this)),this.a.on(this.m,_.Ac,this.B.bind(this)),this.a.on(this.m,_.Zc,this.C.bind(this)))}unregisterListeners(){this.g.debug(_.Ob);_.Ah(this.a)}dispose(){super.dispose()}j(){return this.m.getStats()||_.No()}w(){return!!this.m.getConfiguration().autoplay}I(c){c=c.detail;this.l("state change",c);if(c)switch(c.currentState){case _.Zo:this.w()&&
8
+ this.f();break;case _.ap:this.f();this.A();this.fireResume();this.fireBufferEnd();break;case _.$o:this.w()&&this.f();this.A();this.fireBufferEnd();this.firePause();break;case _.Yo:this.fireBufferEnd();this.fireStop();break;case _.Qo:this.fireBufferEnd();this.o&&this.plugin.getAdsAdapter()?this.firePause():this.fireStop();break;case _.Uo:this.fireBufferBegin();break;default:this.g.debug(Gv,c)}}f(){this.plugin.isInitiated||(this.h=!1,this.fireInit())}A(){var c=this.m.getDrmInfo();c&&(c=Tv(c.keySystem))&&
9
+ this.plugin.setOptions({"content.drm":c});this.fireJoin()}F(c){!(c=c.detail)||this.h||10003===c.code&&this.plugin.getAdsAdapter()||(c=Yv(c,this.m,this.g,this))&&c.severity===_.F&&(this.h=!0)}H(){this.m.isEnded()||(this.l(_.Kf),this.f(),this.fireSeekBegin())}G(){this.l(_.Jf);this.fireSeekEnd()}B(c){this.g.debug("adsTimeline",c);this.o=(c=c.adsTimeline)&&c.Eb()}C(c){this.g.debug("Casting",c);this.fireCasted()}l(c,...d){this.g.debug(`Reporting "${c}" event to Youbora`,...d)}}return new b(a)};var $v=a=>{class b extends youbora.Adapter{constructor(c){super(c);this.m=c;this.j=this.a=null;this.f=new _.xt;this.g=new _.S("clpp.npaw.YouboraAdsAdapter");this.registerListeners();this.l=!1}getDuration(){return this.a&&this.a.getDuration()}getRendition(){let c=null;this.a&&(c=youbora.Util.buildRenditionString(this.a.bb(),this.a.ab(),this.a.Qa()));return c}getBitrate(){return this.a&&this.a.Qa()}getPlayhead(){const c=this.m.getAdsManager();return c&&c.getPosition()}getResource(){return this.a&&this.a.getMediaUrl()}getTitle(){return this.a&&
10
+ this.a.getTitle()}getProvider(){return this.a&&this.a.getAdvertiserName()}getCreativeId(){return this.a&&this.a.getCreativeId()}getPosition(){const c=youbora.Constants.AdPosition;let d=null;if(this.a)switch(this.a.Ra()){case 0:d=c.Preroll;break;case 2:d=c.Postroll;break;case 1:d=c.Midroll}this.g.debug("Ad position",d);return d}getIsSkippable(){return this.a&&-1!==this.a.getSkipTimeOffset()}getAudioEnabled(){const c=this.m.getAdsManager();return c&&0<c.getVolume()}getExpectedBreaks(){return this.j&&
11
+ this.j.getCuePoints().length}getGivenBreaks(){return this.getExpectedBreaks()}getExpectedAds(){return this.a&&this.a.cb()}getGivenAds(){return this.getExpectedAds()}getBreaksTime(){return this.j&&this.j.getCuePoints().map(c=>-1===c?this.m.getDuration():c)}getIsFullscreen(){return this.m.getSurface().isFullscreen()}getIsVisible(){var c=this.m.getSurface().getContainer();c=youbora.Util.calculateAdViewability(c);this.g.debug(Rv,c);return c}getPlayerName(){return _.qa}getVersion(){return"6.23.1-castlabsadsadapter-js"}getPlayerVersion(){return _.ea}registerListeners(){this.m&&
12
+ this.f&&(this.f.on(this.m,_.Ac,this.M.bind(this)),this.f.on(this.m,_.uc,this.L.bind(this)),this.f.on(this.m,_.pc,this.I.bind(this)),this.f.on(this.m,_.rc,this.J.bind(this)),this.f.on(this.m,_.hc,this.G.bind(this)),this.f.on(this.m,_.ic,this.o.bind(this,1)),this.f.on(this.m,_.oc,this.o.bind(this,2)),this.f.on(this.m,_.yc,this.o.bind(this,3)),this.f.on(this.m,_.gc,this.F.bind(this)),this.f.on(this.m,_.tc,this.K.bind(this)),this.f.on(this.m,_.r,this.H.bind(this)),this.f.on(this.m,_.cc,this.A.bind(this)),
13
+ this.f.on(this.m,_.ec,this.B.bind(this)),this.f.on(this.m,_.fc,this.C.bind(this)),this.f.on(this.m,_.qc,this.w.bind(this)))}unregisterListeners(){_.Ah(this.f)}dispose(){super.dispose()}M(c){this.g.debug(Mv,c);this.j=c.adsTimeline}L(c){this.a=c.ad;this.h("ad start",this.a);this.fireStart();this.fireJoin()}G(){this.h("ad ended");this.fireStop()}I(){this.h("ad pause");this.w();this.firePause()}J(){this.h("ad resume");this.w();this.fireResume()}C(){this.l=!0;this.h(Kv);this.fireBufferBegin()}w(){this.l&&
14
+ (this.h(Jv),this.l=!1,this.fireBufferEnd())}o(c){this.h("ad quartile",c);this.fireQuartile(c)}F(){this.h("ad clicked");const c=this.a&&this.a.ob();this.g.debug(Lv,c);this.fireClick(c)}K(){this.h("ad skipped");this.fireSkip()}A(c){this.a=c.ad;this.h(Iv,this.a);this.fireBreakStart()}B(){this.h("ad break stop");this.fireBreakStop();if(this.getPosition()===youbora.Constants.AdPosition.Postroll){const c=this.plugin.getAdapter();c&&c.fireStop()}}H(c){(c=c.detail)&&10003===c.code&&Yv(c,this.m,this.g,this)}h(c,
15
+ ...d){this.g.debug(`Reporting "${c}" event to Youbora`,...d)}}return new b(a)};var bw=()=>{class a extends NpawPluginAdapters.video.Shaka{constructor(){super();this.f=this.h=!1;this.a=null}getPlayhead(){return this.getIsLive()?-1:this.player.getPosition()}getDuration(){return this.player.getDuration()}getRendition(){let b=null,c=null,d=null;var e=this.player.getTrackManager();e&&(e=e.la())&&(b=e.width,c=e.height,d=e.bandwidth);b&&c&&d||(e=this.j(),b=b||e.width,c=c||e.height,d=d||e.streamBandwidth);return this.getNpawUtils().buildRenditionString(b,c,d)}getIsLive(){return this.player.isLive()}getResource(){const b=
16
+ this.player.getLoadedSource();return b&&b.url}getBitrate(){return this.j().streamBandwidth}getThroughput(){return this.j().estimatedBandwidth}getPlayrate(){return this.player.getPlaybackRate()}getFramesPerSecond(){var b=this.player.getTrackManager();return b&&(b=b.Ha())?b.frameRate:null}getPlayerName(){return _.qa}getVersion(){return"castlabs-adapter-6.23.1-js"}getPlayerVersion(){return _.ea}registerListeners(){const b=this.w();this.player&&b&&(b.on(this.player,_.Sf,this.I.bind(this)),b.on(this.player,
17
+ _.r,this.F.bind(this)),b.on(this.player,_.Kf,this.H.bind(this)),b.on(this.player,_.Jf,this.G.bind(this)),b.on(this.player,_.Ac,this.B.bind(this)),b.on(this.player,_.Zc,this.C.bind(this)))}unregisterListeners(){aw.debug(_.Ob);_.Ah(this.w())}dispose(){this.unregisterListeners();this.f=this.h=!1;this.a=null}j(){return this.player.getStats()||_.No()}o(){return!!this.player.getConfiguration().autoplay}I(b){b=b.detail;this.l("state change",b);if(b)switch(b.currentState){case _.Zo:this.o()&&this.fireStart();
18
+ break;case _.ap:this.fireStart();this.A();this.fireResume();this.fireBufferEnd();break;case _.$o:this.o()&&this.fireStart();this.A();this.fireBufferEnd();this.firePause();break;case _.Yo:this.fireBufferEnd();this.fireStop();break;case _.Qo:this.fireBufferEnd();this.h&&this.plugin.getAdsAdapter()?this.firePause():this.fireStop();break;case _.Uo:this.fireBufferBegin();break;default:aw.debug(Gv,b)}}A(){this.fireJoin()}F(b){(b=b.detail)&&!this.f&&this.player&&10003!==b.code&&(b=Yv(b,this.player,aw,this))&&
19
+ b.severity===_.F&&(this.f=!0)}H(){this.player.isEnded()||(this.l(_.Kf),this.fireSeekBegin())}w(){this.a||(this.a=new _.xt);return this.a}G(){this.l(_.Jf);this.fireSeekEnd()}B(b){aw.debug("adsTimeline",b);this.h=(b=b.adsTimeline)&&b.Eb()}C(b){aw.debug("Casting",b);this.fireCasted()}l(b,...c){aw.debug(`Reporting "${b}" event to NPAW`,...c)}}return a},aw=new _.S("clpp.npaw.NpawAdapter");var dw=()=>{class a extends NpawPluginAdapters.ads.Ima{constructor(){super();this.j=this.h=this.l=this.a=null;this.o=!1}getDuration(){return this.a?this.a.getDuration():null}getRendition(){let b=null;this.a&&(b=this.getNpawUtils().buildRenditionString(this.a.bb(),this.a.ab(),this.a.Qa()));return b}getBitrate(){let b=null;this.a&&(b=this.a.Qa());return b}getPlayhead(){let b=null;const c=this.player.getAdsManager();c&&(b=c.getPosition());return b}getResource(){let b=null;this.a&&(b=this.a.getMediaUrl());
20
+ return b}getTitle(){let b=null;this.a&&(b=this.a.getTitle());return b}getProvider(){let b=null;this.a&&(b=this.a.getAdvertiserName());return b}getCreativeId(){let b=null;this.a&&(b=this.a.getCreativeId());return b}dispose(){this.unregisterListeners();this.j=this.h=this.a=null}getPosition(){const b=this.getNpawReference().Constants.AdPosition;let c=null;if(this.a)switch(this.a.Ra()){case 0:c=b.Preroll;break;case 2:c=b.Postroll;break;case 1:c=b.Midroll}cw.debug("Ad position",c);return c}getIsSkippable(){return this.a&&
21
+ -1!==this.a.getSkipTimeOffset()}getAudioEnabled(){const b=this.player.getAdsManager();return b&&0<b.getVolume()}getExpectedBreaks(){return this.h&&this.h.getCuePoints().length}getGivenBreaks(){return this.getExpectedBreaks()}getExpectedAds(){return this.a&&this.a.cb()}getGivenAds(){return this.getExpectedAds()}getBreaksTime(){return this.h&&this.h.getCuePoints().map(b=>-1===b?this.player.getDuration():b)}getIsFullscreen(){return this.player.getSurface().isFullscreen()}getIsVisible(){var b=this.player.getSurface().getContainer();
22
+ b=this.getNpawUtils().calculateAdViewability(b);cw.debug(Rv,b);return b}getPlayerName(){return _.qa}getVersion(){return"castlabs-ads-adapter-6.23.1-js"}getPlayerVersion(){return _.ea}B(){this.j||(this.j=new _.xt);return this.j}registerListeners(){const b=this.B();this.player&&b&&(b.on(this.player,_.Ac,this.R.bind(this)),b.on(this.player,_.uc,this.O.bind(this)),b.on(this.player,_.pc,this.K.bind(this)),b.on(this.player,_.rc,this.L.bind(this)),b.on(this.player,_.hc,this.I.bind(this)),b.on(this.player,
23
+ _.ic,this.w.bind(this,1)),b.on(this.player,_.oc,this.w.bind(this,2)),b.on(this.player,_.yc,this.w.bind(this,3)),b.on(this.player,_.gc,this.H.bind(this)),b.on(this.player,_.tc,this.M.bind(this)),b.on(this.player,_.r,this.J.bind(this)),b.on(this.player,_.cc,this.C.bind(this)),b.on(this.player,_.ec,this.F.bind(this)),b.on(this.player,_.fc,this.G.bind(this)),b.on(this.player,_.qc,this.S.bind(this)))}unregisterListeners(){_.Ah(this.B())}R(b){cw.debug(Mv,b);this.h=b.adsTimeline}O(b){this.a=b.ad;this.f("ad start",
24
+ this.a);this.fireStart();this.fireJoin()}I(){this.f("ad ended");this.fireStop({adPlayhead:this.l})}K(){this.f("ad pause");this.A();this.firePause()}L(){this.f("ad resume");this.A();this.fireResume()}G(){this.o=!0;this.f(Kv);this.fireBufferBegin()}S(){this.l=this.getPlayhead();this.A()}A(){this.o&&(this.f(Jv),this.o=!1,this.fireBufferEnd())}w(b){this.f("ad quartile",b);this.fireQuartile(b)}H(){this.f("ad clicked");const b=this.a&&this.a.ob();cw.debug(Lv,b);this.fireClick(b)}M(){this.f("ad skipped");
25
+ this.fireSkip()}C(b){this.a=b.ad;this.f(Iv,this.a);this.fireBreakStart()}F(){this.f("ad break stop");this.fireBreakStop({adPlayhead:this.l});this.getPosition()===this.getNpawReference().Constants.AdPosition.Postroll&&this.fireStop({adPlayhead:this.l})}J(b){(b=b.detail)&&10003===b.code&&Yv(b,this.player,cw,this)}f(b,...c){cw.debug(`Reporting "${b}" event to NPAW`,...c)}}return a},cw=new _.S("clpp.npaw.NpawAdsAdapter");var ew=class extends _.Fv{constructor(){super();this.a=null;this.g=new _.S(Nv);this.m=null}We(a){Uv(this);if(this.a=a)this.a.registerAdapterFromClass(this.m,bw()),this.a.registerAdsAdapterFromClass(this.m,dw())}ih(){return this.a}getAdapter(){return this.a&&this.a.getAdapter()}getAdsAdapter(){return this.a&&this.a.getAdsAdapter()}onPlayerCreated(a){this.m=a;Vv(this,a)&&(a=a.getConfiguration().youbora,this.We(new NpawPlugin(a.accountCode)))}onContentWillLoad(a,b){if(Vv(this,a)){a=a.getConfiguration();
26
+ var c=a.youbora;void 0===c[Pv]&&(c[Pv]=b.isLive);void 0===c[Qv]&&(c[Qv]=b.name);void 0===c.viewerId&&(c.viewerId=a.viewerId);this.a||this.We(new NpawPlugin(c.accountCode));this.a.setAnalyticsOptions(c)}}onContentLoaded(a){const b={};(a=a.getDrmInfo())&&(a=Tv(a.keySystem))&&(b["content.drm"]=a);this.g.info(_.Me,b);this.a.setAnalyticsOptions(b)}onPlayerWillRelease(){}onPlayerWillDestroy(){Uv(this);this.a.destroy()}id(){return Sv}};_.z(Nv,ew);ew.prototype.getAdsAdapter=ew.prototype.getAdsAdapter;
27
+ ew.prototype.getAdapter=ew.prototype.getAdapter;ew.prototype.getNpawPlugin=ew.prototype.ih;ew.prototype.setNpawPlugin=ew.prototype.We;ew.Id=Sv;new _.S(Nv);var fw=class extends _.Fv{constructor(){super();this.a=null;this.g=new _.S(Ov);this.m=null}Xe(a){this.a&&(this.a.removeAdsAdapter(),this.a.removeAdapter());if(this.a=a)this.a.setAdapter(Zv(this.m)),this.a.setAdsAdapter($v(this.m))}getAdapter(){return this.a&&this.a.getAdapter()}getAdsAdapter(){return this.a&&this.a.getAdsAdapter()}onPlayerCreated(a){this.m=a;Wv(this,a)&&(a=a.getConfiguration().youbora,this.Xe(new youbora.Plugin(a)))}onContentWillLoad(a,b){if(Wv(this,a)){a=a.getConfiguration();var c=
28
+ a.youbora;void 0===c[Pv]&&(c[Pv]=b.isLive);void 0===c[Qv]&&(c[Qv]=b.name);void 0===c.viewerId&&(c.viewerId=a.viewerId);this.a||this.Xe(new youbora.Plugin(c));this.a.setOptions(c)}}onPlayerWillRelease(){}onPlayerWillDestroy(){}id(){return Sv}};_.z(Ov,fw);fw.prototype.getAdsAdapter=fw.prototype.getAdsAdapter;fw.prototype.getAdapter=fw.prototype.getAdapter;fw.prototype.setYouboraPlugin=fw.prototype.Xe;fw.Id=Sv;_.ur(new class{create(a){return a.youbora&&a.youbora.v7?new ew:new fw}});};f.call(g, window);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@castlabs/prestoplay",
3
3
  "description": "PRESTOplay Video Player",
4
- "version": "6.23.0",
4
+ "version": "6.23.1",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/castlabs/prestoplay-web.git"