@castlabs/prestoplay 6.32.0-beta.2 → 6.32.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 (68) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/cjs/cl.adobe.js +3 -3
  3. package/cjs/cl.airplay.js +3 -3
  4. package/cjs/cl.broadpeak.js +18 -18
  5. package/cjs/cl.cast.js +126 -126
  6. package/cjs/cl.conviva.js +32 -32
  7. package/cjs/cl.core.js +604 -604
  8. package/cjs/cl.crypto.js +9 -9
  9. package/cjs/cl.dash.js +101 -101
  10. package/cjs/cl.externs.js +1 -29
  11. package/cjs/cl.freewheel.js +26 -26
  12. package/cjs/cl.hls.js +77 -77
  13. package/cjs/cl.hlssmpte.js +6 -6
  14. package/cjs/cl.htmlcue.js +30 -30
  15. package/cjs/cl.ima.js +26 -26
  16. package/cjs/cl.mediatailor.js +3 -3
  17. package/cjs/cl.mse.js +352 -352
  18. package/cjs/cl.muxdata.js +14 -14
  19. package/cjs/cl.onboard.js +4 -4
  20. package/cjs/cl.persistent.js +14 -14
  21. package/cjs/cl.playlist.js +6 -6
  22. package/cjs/cl.simid.js +16 -16
  23. package/cjs/cl.smooth.js +71 -71
  24. package/cjs/cl.thumbnails.js +25 -25
  25. package/cjs/cl.tizen.js +71 -71
  26. package/cjs/cl.ttml.js +29 -29
  27. package/cjs/cl.verimatrix.js +5 -5
  28. package/cjs/cl.vimond.js +12 -12
  29. package/cjs/cl.vr.js +18 -18
  30. package/cjs/cl.vtt.js +14 -14
  31. package/cjs/cl.yospace.js +4 -4
  32. package/cjs/cl.youbora.js +38 -38
  33. package/cjs/polyfill.min.js +2 -2
  34. package/cl.adobe.js +3 -3
  35. package/cl.airplay.js +3 -3
  36. package/cl.broadpeak.js +14 -14
  37. package/cl.cast.js +100 -100
  38. package/cl.conviva.js +27 -27
  39. package/cl.core.js +488 -487
  40. package/cl.crypto.js +8 -8
  41. package/cl.dash.js +75 -75
  42. package/cl.externs.js +1 -25
  43. package/cl.freewheel.js +20 -20
  44. package/cl.hls.js +65 -65
  45. package/cl.hlssmpte.js +5 -5
  46. package/cl.htmlcue.js +26 -26
  47. package/cl.ima.js +19 -19
  48. package/cl.mediatailor.js +2 -2
  49. package/cl.mse.js +200 -200
  50. package/cl.muxdata.js +12 -12
  51. package/cl.onboard.js +3 -3
  52. package/cl.persistent.js +8 -8
  53. package/cl.playlist.js +4 -4
  54. package/cl.simid.js +2 -2
  55. package/cl.smooth.js +47 -47
  56. package/cl.thumbnails.js +12 -12
  57. package/cl.tizen.js +41 -41
  58. package/cl.ttml.js +10 -10
  59. package/cl.verimatrix.js +4 -4
  60. package/cl.vimond.js +8 -8
  61. package/cl.vr.js +3 -3
  62. package/cl.vtt.js +11 -11
  63. package/cl.yospace.js +3 -3
  64. package/cl.youbora.js +27 -27
  65. package/package.json +1 -1
  66. package/typings.d.ts +6 -22
  67. package/cjs/cl.cdn.js +0 -13
  68. package/cl.cdn.js +0 -7
package/cjs/cl.muxdata.js CHANGED
@@ -1,18 +1,18 @@
1
1
  (function(){var g={}; var _ = _ || {}
2
- var f=function(window){var mB=function(a){switch(a.type){case 1:return jB;case 2:return kB;case 3:return lB}},oB=function(a){var b=Object.keys(a).find(function(c){return nB.includes(c.toLowerCase())});return void 0!==b?a[b]:void 0},pB=function(a,b){this.m=a;this.o=this.f=null;this.B=("000000"+(Math.random()*Math.pow(36,6)<<0).toString(36)).slice(-6);this.a=new _.Bi;this.g=b;this.A=this.l=this.h=!1;this.w=null;this.j=a.getNetworkEngine();this.G=this.El.bind(this);this.D=this.Dl.bind(this)},rB=function(a){var b={debug:!0,
3
- data:qB(a)};a.f&&a.f.muxOptionsOverride&&_.N.Pd(a.f.muxOptionsOverride)&&(b=_.N.ta(b,a.f.muxOptionsOverride));b=_.N.ta(b,{getPlayheadTime:function(){return 1E3*a.m.getPosition()},getStateData:function(){a.g.debug("getStateData()");var c=a.m.ab(),d=a.m.getTrackManager(),e=a.m.getSurface(),f={player_is_paused:a.m.isPaused(),player_is_fullscreen:e.isFullscreen(),video_source_duration:1E3*a.m.getDuration(),player_autoplay_on:!!a.m.getConfiguration().autoplay};if(c){var g=new _.zn(c.url);f.video_source_url=
4
- _.An(g);f.video_source_mime_type=c.type;c.name&&(f.video_title=c.name)}if(c=e.getContainer())f.player_width=c.offsetWidth,f.player_height=c.offsetHeight;(c=a.m.getSurface().getMedia())?c={videoWidth:c.videoWidth,videoHeight:c.videoHeight}:(c=a.m.getTrackManager().sa(),c={videoWidth:c.width,videoHeight:c.height});e=c;c=e.videoWidth;e=e.videoHeight;a.g.debug("Video dimensions: "+c+"x"+e);c&&e&&(f.video_source_height=c,f.video_source_width=e);(d=d.qa())&&d.language&&(f.player_language_code=d.language);
5
- return f}});a.g.debug("Mux SDK options",b);return b},qB=function(a){var b={env_key:a.f.envKey,video_title:a.o&&a.o.name||"",player_name:_.ya,player_software_name:_.ya,player_software_version:_.ia,player_mux_plugin_name:"CastlabsPlayer built-in Mux Plugin",player_mux_plugin_version:_.ia};(a=a.m.getConfiguration().viewerId)&&(b.viewer_user_id=a);return b},sB=function(a){a.a.on(a.m,_.Bg,function(){var b={player_playhead_time:1E3*a.m.getPosition()};a.emit(_.Bg,b)});a.a.on(a.m,_.pf,function(){return a.emit(_.pf)});
6
- a.a.on(a.m,_.bd,a.Al.bind(a));a.a.on(a.m,_.kg,a.Cl.bind(a));a.a.on(a.m,_.Og,function(){return a.emit(_.cg)});a.a.on(a.m,_.Ng,function(){return a.emit(_.bg)});a.a.on(a.m,_.qe,a.Bl.bind(a));a.a.on(a.m,_.ic,function(){return a.emit("adbreakstart")});a.a.on(a.m,_.jc,function(){return a.emit("adbreakend")});a.a.on(a.m,_.Bc,function(){a.emit("adplay");a.emit("adplaying")});a.a.on(a.m,_.xc,function(){return a.emit("adpause")});a.a.on(a.m,_.zc,function(){a.emit("adplay");a.emit("adplaying")});a.a.on(a.m,
7
- _.Cc,function(){return a.emit("adended")});a.a.on(a.m,_.nc,function(){return a.emit("adfirstquartile")});a.a.on(a.m,_.vc,function(){return a.emit("admidpoint")});a.a.on(a.m,_.Dc,function(){return a.emit("adthirdquartile")});a.j.yd(a.G);a.j.vg(a.D);a.a.on(a.m,_.qe,function(b){var c=b.detail;if(c&&1===c.category&&(b=(b=c.data)&&b.request,void 0!==b&&!0===(1===b.type||2===b.type||3===b.type)))if(7001===c.code){c=b.requestStartTimestamp;var d=new _.zn(b.uris[b.uriIndex]);b={request_start:c,request_type:mB(b),
8
- request_hostname:d.a};a.g.debug("onRequestCanceled()","Track event: requestcanceled",b);a.emit("requestcanceled",b)}else{d=b.requestStartTimestamp;var e=new _.zn(b.uris[b.uriIndex]),f=c.data;b={request_start:d,request_type:mB(b),request_hostname:e.a,request_error:""+mB(b)+"LoadError",request_error_code:void 0===f?-1:void 0!==f.response?f.response.status:void 0!==f.status?f.status:-1,request_error_text:c.toString()};a.g.debug("onRequestFailed()","Track event: requestfailed",b);a.emit("requestfailed",
9
- b)}})},tB=function(a){_.Ei(a.a);a.j.Ve(a.G);a.j.lh(a.D)},uB=function(){this.f=this.m=null;this.a=!1;this.g=new _.M("clpp.muxdata")},vB=function(a){return!_.N.R(a)&&typeof a.init===_.ue&&typeof a.emit===_.ue},wB=function(a,b){a.trigger(new _.Q(_.qe,{detail:b}))},xB=function(){},jB="manifest",kB="media",lB="encryption",nB=["x-request-id","cf-ray","x-amz-cf-id","x-akamai-request-id"];_.r=pB.prototype;_.r.initialize=function(a,b,c){this.f=a;this.o=b;this.w=c;if(!this.h){try{this.h=!0,this.w.init(this.B,rB(this))}catch(d){throw this.h=!1,tB(this),new _.O(1,9,9302,null,d);}this.emit("playerready")}this.l&&!this.A&&(a=qB(this),this.emit("videochange",a),this.l=!1);sB(this)};_.r.release=function(){this.g.debug("release()");this.l?this.g.debug(_.ma):(tB(this),this.l=!0,this.o=this.f=null)};_.r.destroy=function(){this.g.debug(_.Vd);this.A?this.g.debug(_.la):(this.A=!0,this.emit("destroy"))};
10
- _.r.emit=function(a,b){if(null===this.w)throw new _.O(1,9,9301);this.w.emit(this.B,a,b)};_.r.Al=function(a){this.g.debug(_.af);var b=a.detail;a=this.m.getTrackManager();b&&b.bandwidth&&(b=b.bandwidth,(a=a.Za())&&a.bandwidth&&(b+=a.bandwidth),this.emit("renditionchange",{video_source_bitrate:b}))};_.r.Cl=function(a){this.g.debug(_.ff);switch(a.detail.currentState){case 1:this.m.getConfiguration().autoplay&&this.emit(_.pf);break;case 3:this.emit(_.Af);break;case 4:this.emit(_.lf);break;case 5:this.emit(_.pe)}};
11
- _.r.Bl=function(a){this.g.debug(_.cf);if(this.h&&(a=a.detail||null))if(10003===a.code)this.emit("aderror");else if(a.severity===_.P){var b=a.message||"Player error";if(1===a.category||6100===a.code||6007===a.code)b="Download error",6100===a.code?b="Certificate request error":6007===a.code&&(b="License request error"),b=b+" castlabs-error-data:"+JSON.stringify(a.data);this.emit(_.qe,{player_error_code:a.code,player_error_message:b})}};
12
- _.r.El=function(a){var b=a.request;if(b=void 0!==b&&!0===(1===b.type||2===b.type||3===b.type))b=a.status,b=void 0!==b&&200<=b&&299>=b;if(b){b=a.request;var c=a.headers,d=b.bytesLoaded,e=b.requestStartTimestamp,f=b.startTime,g=b.endTime,k=e+a.responseStartMs;a=e+a.timeMs;f=f&&g?g-f:void 0;g=new _.zn(b.uris[b.uriIndex]);a={request_start:e,request_type:mB(b),request_hostname:g.a,request_id:oB(c),request_bytes_loaded:d,request_response_start:k,request_response_end:a,request_response_headers:c,request_media_duration:f,
13
- request_url:_.An(g)};this.g.debug("onRequestCompleted()","Track event: requestcompleted",a);this.emit("requestcompleted",a)}};_.r.Dl=function(a){a.requestStartTimestamp=Date.now()};_.w(uB,_.gw);_.r=uB.prototype;_.r.onPlayerCreated=function(a){this.m=a;this.f=new pB(a,this.g)};
14
- _.r.onContentWillLoad=function(a,b){var c=a.getConfiguration();c=_.N.xb(c.muxdata);try{var d=[];typeof c===_.$e&&(c.envKey||d.push("envKey"));if(0<d.length)throw new _.O(1,9,9300,{missingKeys:d});var e=a.getConfiguration();d=null;if(this.a=!_.N.R(e.muxdata)&&typeof e.muxdata===_.$e){var f=e.muxdata;d=vB(f.muxLib)?f.muxLib:window.mux;if(!vB(d)){this.g.warn("Mux SDK is not loaded. Will do nothing.");this.a=!1;var g=new _.O(1,9,9301);wB(a,g)}}else this.g.debug("Mux plugin is loaded but not configured. Will do nothing.");
15
- var k=d;null!==k&&this.f.initialize(c,b,k)}catch(l){this.a=!1,wB(a,l)}};_.r.onContentLoaded=function(){};_.r.onPlayerWillDestroy=function(){this.a&&(this.f.destroy(),this.m=this.f=null)};_.r.onPlayerWillRelease=function(){this.a&&this.f.release()};_.r.id=function(){return"mux"};_.r.emit=function(a,b){try{this.f.emit(a,b)}catch(c){throw null!==this.m&&wB(this.m,c),c;}};_.K("clpp.muxdata.MuxDataPlugin",uB);uB.prototype.emit=uB.prototype.emit;uB.Id="mux";xB.prototype.create=function(){return new uB};_.fp(new xB);};
2
+ var f=function(window){var iB=function(a){switch(a.type){case 1:return fB;case 2:return gB;case 3:return hB}},kB=function(a){var b=Object.keys(a).find(function(c){return jB.includes(c.toLowerCase())});return void 0!==b?a[b]:void 0},lB=function(a,b){this.m=a;this.o=this.f=null;this.B=("000000"+(Math.random()*Math.pow(36,6)<<0).toString(36)).slice(-6);this.a=new _.xi;this.g=b;this.A=this.l=this.h=!1;this.w=null;this.j=a.getNetworkEngine();this.G=this.Bl.bind(this);this.D=this.Al.bind(this)},nB=function(a){var b={debug:!0,
3
+ data:mB(a)};a.f&&a.f.muxOptionsOverride&&_.N.Pd(a.f.muxOptionsOverride)&&(b=_.N.ta(b,a.f.muxOptionsOverride));b=_.N.ta(b,{getPlayheadTime:function(){return 1E3*a.m.getPosition()},getStateData:function(){a.g.debug("getStateData()");var c=a.m.$a(),d=a.m.getTrackManager(),e=a.m.getSurface(),f={player_is_paused:a.m.isPaused(),player_is_fullscreen:e.isFullscreen(),video_source_duration:1E3*a.m.getDuration(),player_autoplay_on:!!a.m.getConfiguration().autoplay};if(c){var g=new _.vn(c.url);f.video_source_url=
4
+ _.wn(g);f.video_source_mime_type=c.type;c.name&&(f.video_title=c.name)}if(c=e.getContainer())f.player_width=c.offsetWidth,f.player_height=c.offsetHeight;(c=a.m.getSurface().getMedia())?c={videoWidth:c.videoWidth,videoHeight:c.videoHeight}:(c=a.m.getTrackManager().sa(),c={videoWidth:c.width,videoHeight:c.height});e=c;c=e.videoWidth;e=e.videoHeight;a.g.debug("Video dimensions: "+c+"x"+e);c&&e&&(f.video_source_height=c,f.video_source_width=e);(d=d.qa())&&d.language&&(f.player_language_code=d.language);
5
+ return f}});a.g.debug("Mux SDK options",b);return b},mB=function(a){var b={env_key:a.f.envKey,video_title:a.o&&a.o.name||"",player_name:_.ya,player_software_name:_.ya,player_software_version:_.ia,player_mux_plugin_name:"CastlabsPlayer built-in Mux Plugin",player_mux_plugin_version:_.ia};(a=a.m.getConfiguration().viewerId)&&(b.viewer_user_id=a);return b},oB=function(a){a.a.on(a.m,_.Bg,function(){var b={player_playhead_time:1E3*a.m.getPosition()};a.emit(_.Bg,b)});a.a.on(a.m,_.pf,function(){return a.emit(_.pf)});
6
+ a.a.on(a.m,_.cd,a.xl.bind(a));a.a.on(a.m,_.kg,a.zl.bind(a));a.a.on(a.m,_.Og,function(){return a.emit(_.cg)});a.a.on(a.m,_.Ng,function(){return a.emit(_.bg)});a.a.on(a.m,_.re,a.yl.bind(a));a.a.on(a.m,_.ic,function(){return a.emit("adbreakstart")});a.a.on(a.m,_.jc,function(){return a.emit("adbreakend")});a.a.on(a.m,_.Bc,function(){a.emit("adplay");a.emit("adplaying")});a.a.on(a.m,_.xc,function(){return a.emit("adpause")});a.a.on(a.m,_.zc,function(){a.emit("adplay");a.emit("adplaying")});a.a.on(a.m,
7
+ _.Cc,function(){return a.emit("adended")});a.a.on(a.m,_.nc,function(){return a.emit("adfirstquartile")});a.a.on(a.m,_.wc,function(){return a.emit("admidpoint")});a.a.on(a.m,_.Dc,function(){return a.emit("adthirdquartile")});a.j.ee(a.G);a.j.Hh(a.D);a.a.on(a.m,_.re,function(b){var c=b.detail;if(c&&1===c.category&&(b=(b=c.data)&&b.request,void 0!==b&&!0===(1===b.type||2===b.type||3===b.type)))if(7001===c.code){c=b.requestStartTimestamp;var d=new _.vn(b.uris[b.uriIndex]);b={request_start:c,request_type:iB(b),
8
+ request_hostname:d.a};a.g.debug("onRequestCanceled()","Track event: requestcanceled",b);a.emit("requestcanceled",b)}else{d=b.requestStartTimestamp;var e=new _.vn(b.uris[b.uriIndex]),f=c.data;b={request_start:d,request_type:iB(b),request_hostname:e.a,request_error:""+iB(b)+"LoadError",request_error_code:void 0===f?-1:void 0!==f.response?f.response.status:void 0!==f.status?f.status:-1,request_error_text:c.toString()};a.g.debug("onRequestFailed()","Track event: requestfailed",b);a.emit("requestfailed",
9
+ b)}})},pB=function(a){_.Ai(a.a);a.j.dg(a.G);a.j.Lj(a.D)},qB=function(){this.f=this.m=null;this.a=!1;this.g=new _.M("clpp.muxdata")},rB=function(a){return!_.N.R(a)&&typeof a.init===_.ve&&typeof a.emit===_.ve},sB=function(a,b){a.trigger(new _.Q(_.re,{detail:b}))},tB=function(){},fB="manifest",gB="media",hB="encryption",jB=["x-request-id","cf-ray","x-amz-cf-id","x-akamai-request-id"];_.r=lB.prototype;_.r.initialize=function(a,b,c){this.f=a;this.o=b;this.w=c;if(!this.h){try{this.h=!0,this.w.init(this.B,nB(this))}catch(d){throw this.h=!1,pB(this),new _.O(1,9,9302,null,d);}this.emit("playerready")}this.l&&!this.A&&(a=mB(this),this.emit("videochange",a),this.l=!1);oB(this)};_.r.release=function(){this.g.debug("release()");this.l?this.g.debug(_.ma):(pB(this),this.l=!0,this.o=this.f=null)};_.r.destroy=function(){this.g.debug(_.Wd);this.A?this.g.debug(_.la):(this.A=!0,this.emit("destroy"))};
10
+ _.r.emit=function(a,b){if(null===this.w)throw new _.O(1,9,9301);this.w.emit(this.B,a,b)};_.r.xl=function(a){this.g.debug(_.af);var b=a.detail;a=this.m.getTrackManager();b&&b.bandwidth&&(b=b.bandwidth,(a=a.Ya())&&a.bandwidth&&(b+=a.bandwidth),this.emit("renditionchange",{video_source_bitrate:b}))};_.r.zl=function(a){this.g.debug(_.ff);switch(a.detail.currentState){case 1:this.m.getConfiguration().autoplay&&this.emit(_.pf);break;case 3:this.emit(_.Af);break;case 4:this.emit(_.lf);break;case 5:this.emit(_.qe)}};
11
+ _.r.yl=function(a){this.g.debug(_.cf);if(this.h&&(a=a.detail||null))if(10003===a.code)this.emit("aderror");else if(a.severity===_.P){var b=a.message||"Player error";if(1===a.category||6100===a.code||6007===a.code)b="Download error",6100===a.code?b="Certificate request error":6007===a.code&&(b="License request error"),b=b+" castlabs-error-data:"+JSON.stringify(a.data);this.emit(_.re,{player_error_code:a.code,player_error_message:b})}};
12
+ _.r.Bl=function(a){var b=a.request;if(b=void 0!==b&&!0===(1===b.type||2===b.type||3===b.type))b=a.status,b=void 0!==b&&200<=b&&299>=b;if(b){b=a.request;var c=a.headers,d=b.bytesLoaded,e=b.requestStartTimestamp,f=b.startTime,g=b.endTime,k=e+a.responseStartMs;a=e+a.timeMs;f=f&&g?g-f:void 0;g=new _.vn(b.uris[b.uriIndex]);a={request_start:e,request_type:iB(b),request_hostname:g.a,request_id:kB(c),request_bytes_loaded:d,request_response_start:k,request_response_end:a,request_response_headers:c,request_media_duration:f,
13
+ request_url:_.wn(g)};this.g.debug("onRequestCompleted()","Track event: requestcompleted",a);this.emit("requestcompleted",a)}};_.r.Al=function(a){a.requestStartTimestamp=Date.now()};_.w(qB,_.cw);_.r=qB.prototype;_.r.onPlayerCreated=function(a){this.m=a;this.f=new lB(a,this.g)};
14
+ _.r.onContentWillLoad=function(a,b){var c=a.getConfiguration();c=_.N.xb(c.muxdata);try{var d=[];typeof c===_.$e&&(c.envKey||d.push("envKey"));if(0<d.length)throw new _.O(1,9,9300,{missingKeys:d});var e=a.getConfiguration();d=null;if(this.a=!_.N.R(e.muxdata)&&typeof e.muxdata===_.$e){var f=e.muxdata;d=rB(f.muxLib)?f.muxLib:window.mux;if(!rB(d)){this.g.warn("Mux SDK is not loaded. Will do nothing.");this.a=!1;var g=new _.O(1,9,9301);sB(a,g)}}else this.g.debug("Mux plugin is loaded but not configured. Will do nothing.");
15
+ var k=d;null!==k&&this.f.initialize(c,b,k)}catch(l){this.a=!1,sB(a,l)}};_.r.onContentLoaded=function(){};_.r.onPlayerWillDestroy=function(){this.a&&(this.f.destroy(),this.m=this.f=null)};_.r.onPlayerWillRelease=function(){this.a&&this.f.release()};_.r.id=function(){return"mux"};_.r.emit=function(a,b){try{this.f.emit(a,b)}catch(c){throw null!==this.m&&sB(this.m,c),c;}};_.J("clpp.muxdata.MuxDataPlugin",qB);qB.prototype.emit=qB.prototype.emit;qB.Id="mux";tB.prototype.create=function(){return new qB};_.bp(new tB);};
16
16
  if(typeof(module)!="undefined"&&module.exports){var x=require("./cl.core.js");_ = x._;(f.call(g,this));module.exports=g;}
17
17
  else if (typeof(define)!="undefined"&&define.amd) {define(["./cl.core"], function(c){_=c._;(f.call(g,this));return g;});}
18
18
  else{_=this.clpp._;(f.call(g,this));}
package/cjs/cl.onboard.js CHANGED
@@ -1,8 +1,8 @@
1
1
  (function(){var g={}; var _ = _ || {}
2
- var f=function(window){var hB=function(){this.g=new _.M("clpp.onboard");this.a=new Set},iB=function(a,b){function c(n){return n&&(_.R.startsWith(n,_.Ae)||_.R.startsWith(n,_.ze)||_.R.startsWith(n,"//"))?n:d+n}var d=b.baseUrl;_.R.endsWith(d,"/")||(d+="/");var e=c(b.widevineUrl||"widevine"),f=c(b.playreadyUrl||"playready"),g=c(b.fairplayUrl||"fairplay"),k=b.serverCertificate,l=_.dq("V2"),m=new _.eq(a);m.Ma(_.Md,{licenseUrl:e,videoRobustness:[_.Db,void 0],audioRobustness:[_.Cb,void 0],persistentStateRequired:!1,distinctiveIdentifierRequired:!1,
3
- serverCertificate:_.fq(k,l),modifiers:{licenseRequest:_.Uq,licenseResponse:_.Vq}});m.Ma(_.Id,{licenseUrl:g,certificateUrl:g,modifiers:{licenseRequest:_.Xq,licenseResponse:_.Yq,extractContentId:_.Zq,certificateRequest:_.$q}});m.Ma(_.Kd,{licenseUrl:f,modifiers:{licenseRequest:_.Uq}});_.Zn(m)};_.w(hB,_.jv);hB.prototype.uninstall=function(){for(var a=_.v(this.a),b=a.next();!b.done;b=a.next())delete _.Yn[b.value];this.a.clear()};
4
- hB.prototype.beforeLoad=function(a){a=a.getConfiguration().drm;var b;if(b=!(!a||!a.env))b=a&&a.customData,b=!(!b||!b.baseUrl);b&&(b=a.env,a=a.customData,a={baseUrl:a.baseUrl,widevineUrl:a.widevineUrl,serverCertificate:a.serverCertificate,playreadyUrl:a.playreadyUrl,fairplayUrl:a.fairplayUrl},this.g.info("Registering the DRMtoday Onboard environment, name\x3d'"+b+"'"),iB(b,a),this.a.add(b))};hB.prototype.id=function(){return"onboard"};_.K("clpp.onboard.OnboardComponent",hB);
5
- _.K("clpp.onboard.register",iB);};
2
+ var f=function(window){var dB=function(){this.g=new _.M("clpp.onboard");this.a=new Set},eB=function(a,b){function c(n){return n&&(_.R.startsWith(n,_.Ae)||_.R.startsWith(n,"http://")||_.R.startsWith(n,"//"))?n:d+n}var d=b.baseUrl;_.R.endsWith(d,"/")||(d+="/");var e=c(b.widevineUrl||"widevine"),f=c(b.playreadyUrl||"playready"),g=c(b.fairplayUrl||"fairplay"),k=b.serverCertificate,l=_.Zp("V2"),m=new _.$p(a);m.rb(_.Nd,{licenseUrl:e,videoRobustness:[_.Db,void 0],audioRobustness:[_.Cb,void 0],persistentStateRequired:!1,distinctiveIdentifierRequired:!1,
3
+ serverCertificate:_.aq(k,l),modifiers:{licenseRequest:_.Rq,licenseResponse:_.Wq}});m.rb(_.Jd,{licenseUrl:g,certificateUrl:g,modifiers:{licenseRequest:_.Tq,licenseResponse:_.Uq,extractContentId:_.Pq,certificateRequest:_.Vq}});m.rb(_.Ld,{licenseUrl:f,modifiers:{licenseRequest:_.Rq}});_.Vn(m)};_.w(dB,_.fv);dB.prototype.uninstall=function(){for(var a=_.v(this.a),b=a.next();!b.done;b=a.next())delete _.Un[b.value];this.a.clear()};
4
+ dB.prototype.beforeLoad=function(a){a=a.getConfiguration().drm;var b;if(b=!(!a||!a.env))b=a&&a.customData,b=!(!b||!b.baseUrl);b&&(b=a.env,a=a.customData,a={baseUrl:a.baseUrl,widevineUrl:a.widevineUrl,serverCertificate:a.serverCertificate,playreadyUrl:a.playreadyUrl,fairplayUrl:a.fairplayUrl},this.g.info("Registering the DRMtoday Onboard environment, name\x3d'"+b+"'"),eB(b,a),this.a.add(b))};dB.prototype.id=function(){return"onboard"};_.J("clpp.onboard.OnboardComponent",dB);
5
+ _.J("clpp.onboard.register",eB);};
6
6
  if(typeof(module)!="undefined"&&module.exports){var x=require("./cl.core.js");_ = x._;(f.call(g,this));module.exports=g;}
7
7
  else if (typeof(define)!="undefined"&&define.amd) {define(["./cl.core"], function(c){_=c._;(f.call(g,this));return g;});}
8
8
  else{_=this.clpp._;(f.call(g,this));}
@@ -1,19 +1,19 @@
1
1
  (function(){var g={}; var _ = _ || {}
2
- var f=function(window){var RA="A persistent DRM session already exists for: ",SA="No DRM configuration.",TA="clpp.persistent",UA="clpp.persistent.SimpleSessionStorage",VA=function(a){var b=[];a=_.v(a.h.keys());for(var c=a.next();!c.done;c=a.next())b.push(c.value.sessionId);return b},WA=function(a,b){var c,d,e;return _.I(function(f){if(1==f.a)return _.y(f,_.Fs(a,b),2);c=f.f;if(!c)return a.g.debug("Ignoring attempt to remove missing session",b),f["return"]();d=[];(e=a.h.get(c))&&a.D&&(e.Oc=new _.rm,d.push(e.Oc));a.g.debug("Attempting to remove session",
3
- b);d.push(c.remove());return f["return"](Promise.all(d))})},YA=function(a,b){a.L=XA;a.M=[];a.H=!0;return _.hs(a,b)},$A=function(a,b,c,d,e,f){a.L=ZA;var g=new Map,k=_.Ks(b);g.set(k,{audioCapabilities:e,videoCapabilities:f,distinctiveIdentifier:_.hf,persistentState:_.Uf,sessionTypes:[_.nf],label:k,drmInfos:[{keySystem:b,licenseServerUri:c,distinctiveIdentifierRequired:!1,persistentStateRequired:!0,audioRobustness:"",videoRobustness:"",serverCertificate:d,initData:null,keyIds:null}]});return _.rs(a,
4
- g)},aB=function(){this.g=new _.M(UA)},bB=function(a){a=JSON.parse(a);var b=JSON.parse(a.sessionIds),c=a.audioCapabilities||[],d=a.videoCapabilities||[],e=a.serverCertificate||[],f=a.drmConfig||{};return{sessionIds:b,keySystem:a.keySystem,licenseServerUri:decodeURIComponent(a.licenseServerUri||""),serverCertificate:e?new Uint8Array(e):null,audioCapabilities:c,videoCapabilities:d,drmConfig:f}},cB=function(a,b){var c=_.ao(a),d=_.Rn([{drm:a}]);d.drm=a;var e=new _.ds({Mb:b,onError:function(){},Zg:function(){},
5
- Yg:function(){},onEvent:function(){},getConfiguration:function(){return d},Hd:function(){return null}});e.f=c;return e},fB=function(a,b,c){var d,e,f,g,k,l,m,n,p;return _.I(function(q){switch(q.a){case 1:d=dB;e=eB;if(!a)return e.debug(SA),q["return"]();f=a.offlineId;return 0===f.length?q["return"]():_.y(q,d.get(f),2);case 2:if(g=q.f)return e.debug(RA,f),q["return"]();k=cB(a,c);_.F(q,3,4);return _.y(q,YA(k,b),6);case 6:return _.y(q,_.ys(k),7);case 7:return _.y(q,_.zs(k),8);case 8:return l=k.getDrmInfo(),
6
- m=b.map(function(t){return{contentType:_.In(t.video.mimeType,t.video.codecs),robustness:l.videoRobustness}}),n=VA(k),g={sessionIds:n,keySystem:l.keySystem,licenseServerUri:l.licenseServerUri,serverCertificate:l.serverCertificate,audioCapabilities:[],videoCapabilities:m,drmConfig:a},_.y(q,d.store(f,g),4);case 4:return _.Jh(q),_.y(q,k.destroy(),10);case 10:_.Kh(q);break;case 3:throw p=_.H(q),e.error("Error while persisting DRM session "+f),new _.O(1,6,6200,null,p);}})},gB=function(){this.g=new _.M(TA)},
7
- XA=1,ZA=2;_.r=aB.prototype;
2
+ var f=function(window){var NA="A persistent DRM session already exists for: ",OA="No DRM configuration.",PA="clpp.persistent",QA="clpp.persistent.SimpleSessionStorage",RA=function(a){var b=[];a=_.v(a.h.keys());for(var c=a.next();!c.done;c=a.next())b.push(c.value.sessionId);return b},SA=function(a,b){var c,d,e;return _.I(function(f){if(1==f.a)return _.x(f,_.ws(a,b),2);c=f.f;if(!c)return a.g.debug("Ignoring attempt to remove missing session",b),f["return"]();d=[];(e=a.h.get(c))&&a.D&&(e.Oc=new _.nm,d.push(e.Oc));a.g.debug("Attempting to remove session",
3
+ b);d.push(c.remove());return f["return"](Promise.all(d))})},UA=function(a,b){a.L=TA;a.M=[];a.H=!0;return _.Zr(a,b)},WA=function(a,b,c,d,e,f){a.L=VA;var g=new Map,k=_.Bs(b);g.set(k,{audioCapabilities:e,videoCapabilities:f,distinctiveIdentifier:_.hf,persistentState:_.Uf,sessionTypes:[_.nf],label:k,drmInfos:[{keySystem:b,licenseServerUri:c,distinctiveIdentifierRequired:!1,persistentStateRequired:!0,audioRobustness:"",videoRobustness:"",serverCertificate:d,initData:null,keyIds:null}]});return _.is(a,
4
+ g)},XA=function(){this.g=new _.M(QA)},YA=function(a){a=JSON.parse(a);var b=JSON.parse(a.sessionIds),c=a.audioCapabilities||[],d=a.videoCapabilities||[],e=a.serverCertificate||[],f=a.drmConfig||{};return{sessionIds:b,keySystem:a.keySystem,licenseServerUri:decodeURIComponent(a.licenseServerUri||""),serverCertificate:e?new Uint8Array(e):null,audioCapabilities:c,videoCapabilities:d,drmConfig:f}},ZA=function(a,b){var c=_.Xn(a),d=_.Nn([{drm:a}]);d.drm=a;var e=new _.Vr({Mb:b,onError:function(){},Wg:function(){},
5
+ Vg:function(){},onEvent:function(){},getConfiguration:function(){return d},Hd:function(){return null}});e.f=c;return e},bB=function(a,b,c){var d,e,f,g,k,l,m,n,p;return _.I(function(q){switch(q.a){case 1:d=$A;e=aB;if(!a)return e.debug(OA),q["return"]();f=a.offlineId;return 0===f.length?q["return"]():_.x(q,d.get(f),2);case 2:if(g=q.f)return e.debug(NA,f),q["return"]();k=ZA(a,c);_.F(q,3,4);return _.x(q,UA(k,b),6);case 6:return _.x(q,_.ps(k),7);case 7:return _.x(q,_.qs(k),8);case 8:return l=k.getDrmInfo(),
6
+ m=b.map(function(t){return{contentType:_.En(t.video.mimeType,t.video.codecs),robustness:l.videoRobustness}}),n=RA(k),g={sessionIds:n,keySystem:l.keySystem,licenseServerUri:l.licenseServerUri,serverCertificate:l.serverCertificate,audioCapabilities:[],videoCapabilities:m,drmConfig:a},_.x(q,d.store(f,g),4);case 4:return _.Fh(q),_.x(q,k.destroy(),10);case 10:_.Gh(q);break;case 3:throw p=_.H(q),e.error("Error while persisting DRM session "+f),new _.O(1,6,6200,null,p);}})},cB=function(){this.g=new _.M(PA)},
7
+ TA=1,VA=2;_.r=XA.prototype;
8
8
  _.r.store=function(a,b){var c;return _.I(function(d){var e=JSON.stringify(b.sessionIds),f=b.serverCertificate?Array.from(b.serverCertificate):null;f=JSON.stringify(f);var g=JSON.stringify(b.audioCapabilities),k=JSON.stringify(b.videoCapabilities);c=JSON.stringify({sessionIds:e,keySystem:b.keySystem,licenseServerUri:encodeURIComponent(b.licenseServerUri),serverCertificate:f,audioCapabilities:g,videoCapabilities:k,drmConfig:JSON.stringify(b.drmConfig)});window.localStorage.setItem(encodeURIComponent(a),btoa(c));
9
- _.A(d)})};_.r.get=function(a){var b=this,c;return _.I(function(d){if(c=window.localStorage.getItem(encodeURIComponent(a)))try{return d["return"](bB(atob(c)))}catch(e){b.g.warn("Error while loading offline items for "+a+" from storage: ",e)}return d["return"](null)})};_.r["delete"]=function(a){return _.I(function(b){window.localStorage.removeItem(encodeURIComponent(a));_.A(b)})};_.r.clear=function(){return _.I(function(a){window.localStorage.clear();_.A(a)})};_.r.getName=function(){return UA};_.K("clpp.persistent.useStorage",function(a){var b=["store","get","delete","clear","getName"];var c=[];_.N.R(a)||(_.N.bc(a.store)||c.push("store"),_.N.bc(a.get)||c.push("get"),_.N.bc(a["delete"])||c.push("delete"),_.N.bc(a.clear)||c.push("clear"),_.N.bc(a.getName)||c.push("getName"),b=c);if(0<b.length)throw eB.warn("Invalid session storage implementation"),new _.O(1,6,6202,{missingMethods:b});dB=a});
10
- _.K("clpp.persistent.fetchLicense",function(a,b,c){for(var d=[],e=2;e<arguments.length;++e)d[e-2]=arguments[e];var f,g,k,l,m,n,p,q,t,u,z,B,D,C,E,x,J,L,U;return _.I(function(V){switch(V.a){case 1:f=dB;g=eB;k=function(ta,za){return new _.O(1,6,6200,ta,za)};l=_.Vn(a).shift();if(!l)throw k("No source specified.");if(!b)throw k(SA);m=b.offlineId;if(typeof m!==_.ng||!m.length)throw k("Missing offline id.");return _.y(V,f.get(m),2);case 2:if(n=V.f)return g.debug(RA,m),V["return"]();p=_.Pn();q=new _.an;t=
11
- [];u=_.v(d);for(z=u.next();!z.done;z=u.next())B=z.value,D=new B,_.oi(D.id())||(D.install(),_.qi(D),t.push(D));C=null;_.F(V,3,4);return _.y(V,_.cw(l.url,q,p.manifest.attemptParameters,l.type||null),6);case 6:return C=V.f,C.configure(p.manifest),_.y(V,C.start(l.url,{configurationId:"",networkingEngine:q,onContentSteeringInfoFound:function(){return null},filterAllPeriods:function(){},filterNewPeriod:function(){},onEvent:function(){},onError:function(){}}),7);case 7:E=V.f;if(!E.periods.length)throw k(null,
12
- new _.O(_.P,4,4014));x=_.wv(E.periods);return _.y(V,fB(b,x,q),4);case 4:for(_.Jh(V);t.length;)J=t.shift(),J.uninstall(),_.ni["delete"](J.id());L=[];C&&L.push(C.stop());L.push(q.destroy());return _.y(V,Promise.all(L),9);case 9:_.Kh(V);break;case 3:U=_.H(V);if(U instanceof _.O&&6200===U.code)throw U;throw k(null,U);}})});
13
- _.K("clpp.persistent.removeLicense",function(a){var b,c,d,e,f,g,k;return _.I(function(l){switch(l.a){case 1:b=dB;c=eB;if(!_.N.ja(a)||0===a.length)return c.warn("Invalid offlineId"),l["return"]();e=d=null;_.F(l,2,3);return _.y(l,b.get(a),5);case 5:f=l.f;if(!f)return c.debug("No persistent DRM session found"),l["return"]();f.drmConfig.delayLicenseRequestUntilPlayed=!0;e=new _.an;d=cB(f.drmConfig,e);return _.y(l,$A(d,f.keySystem,f.licenseServerUri,f.serverCertificate,f.audioCapabilities,f.videoCapabilities),
14
- 6);case 6:return _.y(l,_.ys(d),7);case 7:return _.y(l,Promise.all(f.sessionIds.map(function(m){return _.I(function(n){if(1==n.a)return _.y(n,WA(d,m),2);c.debug("successfully removed session with id",m);_.A(n)})})),8);case 8:return _.y(l,b["delete"](a),3);case 3:return _.Jh(l),g=[],d&&g.push(d.destroy()),e&&g.push(e.destroy()),_.y(l,Promise.all(g),10);case 10:_.Kh(l);break;case 2:throw k=_.H(l),c.error("Failed to remove session"),new _.O(1,6,6201,null,k);}})});
15
- _.K("clpp.persistent.getSessionStorage",function(){return dB});var dB=new aB,eB=new _.M(TA);_.w(gB,_.jv);gB.prototype.id=function(){return _.mf};gB.prototype.f=function(a,b){var c=this,d,e,f;return _.I(function(g){if(1==g.a){d=a.getConfiguration().drm;if(!d)return c.g.debug("No DRM configuration found for loaded source."),g["return"]();c.g.debug("Persisting DRM session ID: "+d.offlineId);e=a.getNetworkEngine();_.F(g,2);return _.y(g,fB(d,b,e),4)}if(2!=g.a)return a.trigger(new _.Q(_.he,{offlineId:d.offlineId})),_.G(g,0);f=_.H(g);a.onError(f);_.A(g)})};
16
- gB.prototype.a=function(a){var b=this,c,d;return _.I(function(e){if(1==e.a)return b.g.debug("Getting EME session IDs for "+a),c=dB,_.F(e,2),_.y(e,c.get(a),4);if(2!=e.a){if(d=e.f)return e["return"](d.sessionIds||[]);b.g.debug("No offline session found for "+a);return e["return"]([])}_.H(e);b.g.warn("Error while loading session info from storage");return e["return"]([])})};_.K("clpp.persistent.PersistentLicenseComponent",gB);};
9
+ _.A(d)})};_.r.get=function(a){var b=this,c;return _.I(function(d){if(c=window.localStorage.getItem(encodeURIComponent(a)))try{return d["return"](YA(atob(c)))}catch(e){b.g.warn("Error while loading offline items for "+a+" from storage: ",e)}return d["return"](null)})};_.r["delete"]=function(a){return _.I(function(b){window.localStorage.removeItem(encodeURIComponent(a));_.A(b)})};_.r.clear=function(){return _.I(function(a){window.localStorage.clear();_.A(a)})};_.r.getName=function(){return QA};_.J("clpp.persistent.useStorage",function(a){var b=["store","get","delete","clear","getName"];var c=[];_.N.R(a)||(_.N.bc(a.store)||c.push("store"),_.N.bc(a.get)||c.push("get"),_.N.bc(a["delete"])||c.push("delete"),_.N.bc(a.clear)||c.push("clear"),_.N.bc(a.getName)||c.push("getName"),b=c);if(0<b.length)throw aB.warn("Invalid session storage implementation"),new _.O(1,6,6202,{missingMethods:b});$A=a});
10
+ _.J("clpp.persistent.fetchLicense",function(a,b,c){for(var d=[],e=2;e<arguments.length;++e)d[e-2]=arguments[e];var f,g,k,l,m,n,p,q,t,u,y,B,D,C,E,z,K,L,U;return _.I(function(V){switch(V.a){case 1:f=$A;g=aB;k=function(ta,za){return new _.O(1,6,6200,ta,za)};l=_.Rn(a).shift();if(!l)throw k("No source specified.");if(!b)throw k(OA);m=b.offlineId;if(typeof m!==_.ng||!m.length)throw k("Missing offline id.");return _.x(V,f.get(m),2);case 2:if(n=V.f)return g.debug(NA,m),V["return"]();p=_.Ln();q=new _.Xm;t=
11
+ [];u=_.v(d);for(y=u.next();!y.done;y=u.next())B=y.value,D=new B,_.ki(D.id())||(D.install(),_.mi(D),t.push(D));C=null;_.F(V,3,4);return _.x(V,_.Zv(l.url,q,p.manifest.attemptParameters,l.type||null),6);case 6:return C=V.f,C.configure(p.manifest),_.x(V,C.start(l.url,{configurationId:"",networkingEngine:q,onContentSteeringInfoFound:function(){return null},filterAllPeriods:function(){},filterNewPeriod:function(){},onEvent:function(){},onError:function(){}}),7);case 7:E=V.f;if(!E.periods.length)throw k(null,
12
+ new _.O(_.P,4,4014));z=_.rv(E.periods);return _.x(V,bB(b,z,q),4);case 4:for(_.Fh(V);t.length;)K=t.shift(),K.uninstall(),_.ji["delete"](K.id());L=[];C&&L.push(C.stop());L.push(q.destroy());return _.x(V,Promise.all(L),9);case 9:_.Gh(V);break;case 3:U=_.H(V);if(U instanceof _.O&&6200===U.code)throw U;throw k(null,U);}})});
13
+ _.J("clpp.persistent.removeLicense",function(a){var b,c,d,e,f,g,k;return _.I(function(l){switch(l.a){case 1:b=$A;c=aB;if(!_.N.ja(a)||0===a.length)return c.warn("Invalid offlineId"),l["return"]();e=d=null;_.F(l,2,3);return _.x(l,b.get(a),5);case 5:f=l.f;if(!f)return c.debug("No persistent DRM session found"),l["return"]();f.drmConfig.delayLicenseRequestUntilPlayed=!0;e=new _.Xm;d=ZA(f.drmConfig,e);return _.x(l,WA(d,f.keySystem,f.licenseServerUri,f.serverCertificate,f.audioCapabilities,f.videoCapabilities),
14
+ 6);case 6:return _.x(l,_.ps(d),7);case 7:return _.x(l,Promise.all(f.sessionIds.map(function(m){return _.I(function(n){if(1==n.a)return _.x(n,SA(d,m),2);c.debug("successfully removed session with id",m);_.A(n)})})),8);case 8:return _.x(l,b["delete"](a),3);case 3:return _.Fh(l),g=[],d&&g.push(d.destroy()),e&&g.push(e.destroy()),_.x(l,Promise.all(g),10);case 10:_.Gh(l);break;case 2:throw k=_.H(l),c.error("Failed to remove session"),new _.O(1,6,6201,null,k);}})});
15
+ _.J("clpp.persistent.getSessionStorage",function(){return $A});var $A=new XA,aB=new _.M(PA);_.w(cB,_.fv);cB.prototype.id=function(){return _.mf};cB.prototype.f=function(a,b){var c=this,d,e,f;return _.I(function(g){if(1==g.a){d=a.getConfiguration().drm;if(!d)return c.g.debug("No DRM configuration found for loaded source."),g["return"]();c.g.debug("Persisting DRM session ID: "+d.offlineId);e=a.getNetworkEngine();_.F(g,2);return _.x(g,bB(d,b,e),4)}if(2!=g.a)return a.trigger(new _.Q(_.ie,{offlineId:d.offlineId})),_.G(g,0);f=_.H(g);a.onError(f);_.A(g)})};
16
+ cB.prototype.a=function(a){var b=this,c,d;return _.I(function(e){if(1==e.a)return b.g.debug("Getting EME session IDs for "+a),c=$A,_.F(e,2),_.x(e,c.get(a),4);if(2!=e.a){if(d=e.f)return e["return"](d.sessionIds||[]);b.g.debug("No offline session found for "+a);return e["return"]([])}_.H(e);b.g.warn("Error while loading session info from storage");return e["return"]([])})};_.J("clpp.persistent.PersistentLicenseComponent",cB);};
17
17
  if(typeof(module)!="undefined"&&module.exports){var x=require("./cl.core.js");_ = x._;(f.call(g,this));module.exports=g;}
18
18
  else if (typeof(define)!="undefined"&&define.amd) {define(["./cl.core"], function(c){_=c._;(f.call(g,this));return g;});}
19
19
  else{_=this.clpp._;(f.call(g,this));}
@@ -1,10 +1,10 @@
1
1
  (function(){var g={}; var _ = _ || {}
2
- var f=function(window){var OA=function(a,b){b=void 0===b?function(){return Promise.resolve()}:b;_.Ii.call(this);this.m=a;this.l=b;this.f=0;this.a=[];this.h=!1;this.j=this.Ja.bind(this)},PA=function(a){a.trigger(new _.Q(_.Cf))},QA=function(a,b){return 0<=b&&b<a.a.length};_.w(OA,_.Ii);_.r=OA.prototype;_.r.on=function(a,b,c){return _.Ii.prototype.on.call(this,a,b,c)};_.r.one=function(a,b,c){return _.Ii.prototype.one.call(this,a,b,c)};_.r.off=function(a,b){return _.Ii.prototype.off.call(this,a,b)};_.r.getPosition=function(){return this.f};
3
- _.r.Ae=function(){return this.a};_.r.Wb=function(){return 0<this.a.length&&QA(this,this.f)?this.a[this.f]:null};_.r.Si=function(){var a=this.f+1;return 0<this.a.length&&QA(this,a)?this.a[a]:null};_.r.Sg=function(){return this.h};_.r.start=function(){this.h||(this.h=!0,this.m.on(_.pe,this.j),this.Md(this.f,!0))};_.r.stop=function(){this.h=!1;this.m.off(_.pe,this.j)};_.r.Ja=function(){this.next()};
4
- _.r.next=function(){var a=this,b;return _.I(function(c){b=Math.min(a.a.length-1,a.f+1);return _.y(c,a.Md(b),0)})};_.r.Ue=function(){var a=this,b;return _.I(function(c){b=Math.max(0,a.f-1);return _.y(c,a.Md(b),0)})};
5
- _.r.Md=function(a,b){b=void 0===b?!1:b;var c=this,d;return _.I(function(e){if(1==e.a){if(!(0<c.a.length&&QA(c,a))||!b&&c.f===a)return e["return"]();c.f=a;return(d=c.Wb())&&!1===d.skippable?e["return"]():d?_.y(e,c.l(d),3):e.C(0)}if(4!=e.a)return _.y(e,c.m.open(d.configuration),4);c.trigger(new _.Q(_.Bf,{item:d}));_.A(e)})};_.r.append=function(a){this.a.push(a);PA(this)};_.r.Xi=function(a,b){if(0<=b&&b<=this.a.length){var c=this.Wb();this.a.splice(b,0,a);c&&(this.f=this.a.indexOf(c));PA(this)}};
6
- _.r.remove=function(a){if(0<this.a.length&&QA(this,a)){if(this.f===a)throw Error("Can't remove the current item");this.a.splice(a,1);PA(this)}};_.r.clear=function(){this.stop();this.f=0;this.a=[];this.h=!1;PA(this)};_.K("clpp.Playlist",OA);OA.prototype.clear=OA.prototype.clear;OA.prototype.remove=OA.prototype.remove;OA.prototype.insert=OA.prototype.Xi;OA.prototype.append=OA.prototype.append;OA.prototype.goTo=OA.prototype.Md;OA.prototype.previous=OA.prototype.Ue;OA.prototype.next=OA.prototype.next;
7
- OA.prototype.onEnded=OA.prototype.Ja;OA.prototype.stop=OA.prototype.stop;OA.prototype.start=OA.prototype.start;OA.prototype.isStarted=OA.prototype.Sg;OA.prototype.getUpcoming=OA.prototype.Si;OA.prototype.getCurrent=OA.prototype.Wb;OA.prototype.getQueue=OA.prototype.Ae;OA.prototype.getPosition=OA.prototype.getPosition;OA.prototype.off=OA.prototype.off;OA.prototype.one=OA.prototype.one;OA.prototype.on=OA.prototype.on;};
2
+ var f=function(window){var KA=function(a,b){b=void 0===b?function(){return Promise.resolve()}:b;_.Ei.call(this);this.m=a;this.l=b;this.f=0;this.a=[];this.h=!1;this.j=this.Ja.bind(this)},LA=function(a){a.trigger(new _.Q(_.Cf))},MA=function(a,b){return 0<=b&&b<a.a.length};_.w(KA,_.Ei);_.r=KA.prototype;_.r.on=function(a,b,c){return _.Ei.prototype.on.call(this,a,b,c)};_.r.one=function(a,b,c){return _.Ei.prototype.one.call(this,a,b,c)};_.r.off=function(a,b){return _.Ei.prototype.off.call(this,a,b)};_.r.getPosition=function(){return this.f};
3
+ _.r.Be=function(){return this.a};_.r.Wb=function(){return 0<this.a.length&&MA(this,this.f)?this.a[this.f]:null};_.r.Pi=function(){var a=this.f+1;return 0<this.a.length&&MA(this,a)?this.a[a]:null};_.r.Pg=function(){return this.h};_.r.start=function(){this.h||(this.h=!0,this.m.on(_.qe,this.j),this.Md(this.f,!0))};_.r.stop=function(){this.h=!1;this.m.off(_.qe,this.j)};_.r.Ja=function(){this.next()};
4
+ _.r.next=function(){var a=this,b;return _.I(function(c){b=Math.min(a.a.length-1,a.f+1);return _.x(c,a.Md(b),0)})};_.r.Ve=function(){var a=this,b;return _.I(function(c){b=Math.max(0,a.f-1);return _.x(c,a.Md(b),0)})};
5
+ _.r.Md=function(a,b){b=void 0===b?!1:b;var c=this,d;return _.I(function(e){if(1==e.a){if(!(0<c.a.length&&MA(c,a))||!b&&c.f===a)return e["return"]();c.f=a;return(d=c.Wb())&&!1===d.skippable?e["return"]():d?_.x(e,c.l(d),3):e.C(0)}if(4!=e.a)return _.x(e,c.m.open(d.configuration),4);c.trigger(new _.Q(_.Bf,{item:d}));_.A(e)})};_.r.append=function(a){this.a.push(a);LA(this)};_.r.Ui=function(a,b){if(0<=b&&b<=this.a.length){var c=this.Wb();this.a.splice(b,0,a);c&&(this.f=this.a.indexOf(c));LA(this)}};
6
+ _.r.remove=function(a){if(0<this.a.length&&MA(this,a)){if(this.f===a)throw Error("Can't remove the current item");this.a.splice(a,1);LA(this)}};_.r.clear=function(){this.stop();this.f=0;this.a=[];this.h=!1;LA(this)};_.J("clpp.Playlist",KA);KA.prototype.clear=KA.prototype.clear;KA.prototype.remove=KA.prototype.remove;KA.prototype.insert=KA.prototype.Ui;KA.prototype.append=KA.prototype.append;KA.prototype.goTo=KA.prototype.Md;KA.prototype.previous=KA.prototype.Ve;KA.prototype.next=KA.prototype.next;
7
+ KA.prototype.onEnded=KA.prototype.Ja;KA.prototype.stop=KA.prototype.stop;KA.prototype.start=KA.prototype.start;KA.prototype.isStarted=KA.prototype.Pg;KA.prototype.getUpcoming=KA.prototype.Pi;KA.prototype.getCurrent=KA.prototype.Wb;KA.prototype.getQueue=KA.prototype.Be;KA.prototype.getPosition=KA.prototype.getPosition;KA.prototype.off=KA.prototype.off;KA.prototype.one=KA.prototype.one;KA.prototype.on=KA.prototype.on;};
8
8
  if(typeof(module)!="undefined"&&module.exports){var x=require("./cl.core.js");_ = x._;(f.call(g,this));module.exports=g;}
9
9
  else if (typeof(define)!="undefined"&&define.amd) {define(["./cl.core"], function(c){_=c._;(f.call(g,this));return g;});}
10
10
  else{_=this.clpp._;(f.call(g,this));}
package/cjs/cl.simid.js CHANGED
@@ -1,20 +1,20 @@
1
1
  (function(){var g={}; var _ = _ || {}
2
- var f=function(window){var wA="No surface found. Can not attach frame!",xA="SIMID:Media:timeupdate",yA="Starting creative",DA=function(a,b){var c=this;this.f=a;this.w=b;this.h="";this.l=0;this.j=new Map;this.a=document.createElement("iframe");this.a.style.opacity="0";var d=this.w.style;d&&d.className?this.a.classList.add(d.className):(this.a.style.border=_.Ze,this.a.style.backgroundColor="transparent",this.a.style.transition="opacity .5s",this.a.style.transitionDelay=".5s",this.a.style.pointerEvents=_.Ze,this.a.style.overflow=
3
- _.we);this.a.classList.add(_.rd);this.o=function(e){if(e.source===c.a.contentWindow&&(e=(e=e.data)?typeof e===_.ng?JSON.parse(e):e:null))if(e.type)switch(c.g.info("Received message ["+e.messageId+"] '"+e.type+"':",e.args),e.type){case "createSession":zA(c,e);break;case "resolve":e=e.args;var f=c.j.get(e.messageId);f&&f.resolve(e);break;case "reject":e=e.args;(f=c.j.get(e.messageId))&&f.reject(e);break;case "SIMID:Creative:requestResize":f=c.f;var g=e.args;f.g.info("Creative requested resize",g);if(f.m&&
4
- f.m.getSurface()&&f.m.getSurface().getMedia()&&g.mediaDimensions){f.h?f.m.getSurface().getMedia().style.transition="":(f.m.getSurface().getMedia().style.transition="left .5s, top .5s,width .5s, height .5s",f.h=!0);var k=AA(f,g.mediaDimensions);f.m.getSurface().getMedia().style.left=k.left;f.m.getSurface().getMedia().style.top=k.top;f.m.getSurface().getMedia().style.width=k.width;f.m.getSurface().getMedia().style.height=k.height}g.creativeDimensions&&(g=AA(f,g.creativeDimensions),f.a.a.style.left=
5
- g.left,f.a.a.style.top=g.top,f.a.a.style.width=g.width,f.a.a.style.height=g.height);BA(c,e)}else c.g.warn("WARNING: received message without 'type' property")};this.g=new _.M("clpp.simid.SimidPlayer");CA(this.f,this)},GA=function(a){var b=EA(a,"SIMID:Player:startCreative",void 0);FA(a,b).then(function(){var c=a.f;c.g.info(yA);c.m.trigger(new _.Q(_.eg));a.a.style.opacity="1"})["catch"](function(c){a.unload();a.f.g.error("Error while starting creative",c)})},zA=function(a,b){var c;_.I(function(d){if(1==
6
- d.a){a.h=b.sessionId;BA(a,b);_.F(d,2);var e=a.f;var f=e.getSurface(),g=e.getContainer();e={environmentData:{videoDimensions:{x:0,y:0,height:g.clientHeight,width:g.clientWidth},creativeDimensions:{x:0,y:0,height:g.clientHeight,width:g.clientWidth},fullscreen:f.isFullscreen(),fullscreenAllowed:!0,variableDurationAllowed:!1,skippableState:"notSkippable",version:"1.1",skipoffset:"",siteUrl:window.location.toString(),appId:"",useragent:"",deviceId:"",muted:e.m.isMuted()||!1,volume:e.m.getVolume()||0,navigationSupport:"adHandles",
7
- closeButtonSupport:"adHandles",nonlinearDuration:e.f.duration},creativeData:{adParameters:e.f.adParameters||"",clickThruUri:"",clickThruUrl:""}};e=EA(a,"SIMID:Player:init",e);e=FA(a,e);return _.y(d,e,4)}if(2!=d.a)return a.g.info("Player Init acknowledged"),a.f.g.info("SIMID Player initialized"),_.G(d,0);c=_.H(d);a.g.error("Error while initializing",c);a.f.g.error("Error while initializing SIMID player: ",c);a.unload();_.A(d)})},EA=function(a,b,c){return{type:b,sessionId:a.h,messageId:a.l++,timestamp:Date.now(),
8
- args:c}},HA=function(a,b){a.h?(b.type!==xA&&a.g.info("Posting message ["+b.messageId+"] '"+b.type+"':",b.args),a.a.contentWindow&&a.a.contentWindow.postMessage(JSON.stringify(b),"*")):a.g.warn("WARNING: no session available to send message '"+b.type+"'")},BA=function(a,b){HA(a,EA(a,"resolve",{messageId:b.messageId,value:void 0}))},FA=function(a,b){return new Promise(function(c,d){new IA(a.j,c,d,b);HA(a,b)})},IA=function(a,b,c,d){var e=this;var f=void 0===f?-1:f;this.f=a;this.l=b;this.j=c;this.h=d;
9
- this.a=null;this.f.set(d.messageId,this);0<=f&&(this.a=setTimeout(function(){e.resolve()},f))},JA=function(){this.g=new _.M("clpp.simid.Plugin");this.h=this.a=this.m=null;this.l=[];this.j=null;this.w=this.Gl.bind(this);this.f=null;this.o=!1},KA=function(a,b,c){return new ResizeObserver(function(){if(a.a.h){var d=a.a,e={videoDimensions:{x:0,y:0,height:b.clientHeight,width:b.clientWidth},creativeDimensions:{x:0,y:0,height:b.clientHeight,width:b.clientWidth},fullscreen:c.isFullscreen()};e=EA(d,"SIMID:Player:resize",
10
- e);HA(d,e)}})},LA=function(a){this.m=a;this.a=null;this.g=new _.M("clpp.simid.Loader");this.h=!1;this.f=null},AA=function(a,b){var c=a.getContainer(),d=c.clientWidth;c=c.clientHeight;return{top:b.y/c*100+"%",left:b.x/d*100+"%",width:b.width/d*100+"%",height:b.height/c*100+"%"}},CA=function(a,b){a.g.info("SIMID Session created");a.a=b},MA=function(a){a.g.info("Stopping creative");a.m.getSurface().getMedia().style.transition=".5s";setTimeout(function(){a.m.getSurface().getMedia().style.transition=""},
11
- 500);a.m.getSurface().getMedia().style.left="";a.m.getSurface().getMedia().style.top="";a.m.getSurface().getMedia().style.width="";a.m.getSurface().getMedia().style.height="";a.a.a.style.left="";a.a.a.style.top="";a.a.a.style.width="";a.a.a.style.height="";a.h=!1;a.m.trigger(new _.Q(_.fg))},NA=function(){};
12
- DA.prototype.load=function(a){window.addEventListener(_.Re,this.o);this.h="";this.l=0;var b=this.f.url();this.g.info('Loading "'+b+'" as src of iFrame');this.a.src=b;this.g.info("Attaching iFrame");a.appendChild(this.a)};DA.prototype.unload=function(){MA(this.f);this.h=this.a.src="";this.l=0;this.a.style.opacity="0";window.removeEventListener(_.Re,this.o);this.a.parentElement&&this.a.parentElement.removeChild(this.a)};
13
- IA.prototype.resolve=function(a){null!==this.a&&(clearTimeout(this.a),this.a=null);this.f["delete"](this.h.messageId);this.l(a)};IA.prototype.reject=function(a){null!==this.a&&(clearTimeout(this.a),this.a=null);this.f["delete"](this.h.messageId);this.j(a)};_.w(JA,_.gw);_.r=JA.prototype;_.r.id=function(){return"simid"};_.r.onPlayerCreated=function(a){this.g.info("New player created");this.a&&(this.a.unload(),this.a=null);this.m=a;this.h&&this.h.release();this.h=new LA(a)};
14
- _.r.onContentWillLoad=function(a){var b=a.getConfiguration();if(b.simid&&b.simid.creatives&&0!==b.simid.creatives.length){this.l=b.simid.creatives;this.g.info("Setting up SIMID plugin for "+this.l.length+" creatives");var c=this.m.getSurface();c?(this.g.info("Creating new session"),this.a=new DA(this.h,b.simid),b=c.getContainer(),this.j=KA(this,b,c),this.j.observe(b),a.on(_.Bg,this.w)):this.g.warn(wA)}};
15
- _.r.Gl=function(){var a=this.m.getPosition();a:if(this.f&&a<this.f.startTime+this.f.duration)var b=this.f;else{for(b=0;b<this.l.length;b++){var c=this.l[b],d=c.startTime+c.duration;if(a>=c.startTime-(c.preload||5)&&a<d){b=c;break a}}b=null}b?b===this.f?(b=b.startTime,this.a&&(c=a>=b,!this.o&&c&&(GA(this.a),this.o=!0,this.g.info(yA)),c&&(c=this.a,HA(c,EA(c,xA,{currentTime:a-b}))))):((a=this.m.getSurface())||this.g.warn(wA),a=a.getContainer(),this.f=b,this.o=!1,this.g.info("Loading session"),this.h.f=
16
- b,this.a.load(a)):this.f&&(this.a.unload(),this.f=null,this.o=!1)};_.r.onPlayerWillRelease=function(a){_.gw.prototype.onPlayerWillRelease.call(this,a);this.m.getSurface()&&(this.j&&(this.j.disconnect(),this.j=null),a.off(_.Bg,this.w),this.f&&(this.a.unload(),this.f=this.h.f=null))};_.r=LA.prototype;_.r.release=function(){this.g.info("Releasing loader")};
17
- _.r.getContainer=function(){var a=this.getSurface().getContainer();if(!a)throw this.g.error("No player container found. Can not create SIMID init data"),new _.O(1,10,10100,"No player container found");return a};_.r.getSurface=function(){var a=this.m.getSurface();if(!a)throw this.g.error("No player surface found. Can not create SIMID init data"),new _.O(1,10,10100,"No surface");return a};_.r.Qi=function(){return this.a};_.r.url=function(){return this.f?this.f.url:""};NA.prototype.create=function(){return new JA};_.fp(new NA);};
2
+ var f=function(window){var sA="No surface found. Can not attach frame!",tA="SIMID:Media:timeupdate",uA="Starting creative",zA=function(a,b){var c=this;this.f=a;this.w=b;this.h="";this.l=0;this.j=new Map;this.a=document.createElement("iframe");this.a.style.opacity="0";var d=this.w.style;d&&d.className?this.a.classList.add(d.className):(this.a.style.border=_.Ze,this.a.style.backgroundColor="transparent",this.a.style.transition="opacity .5s",this.a.style.transitionDelay=".5s",this.a.style.pointerEvents=_.Ze,this.a.style.overflow=
3
+ _.xe);this.a.classList.add(_.sd);this.o=function(e){if(e.source===c.a.contentWindow&&(e=(e=e.data)?typeof e===_.ng?JSON.parse(e):e:null))if(e.type)switch(c.g.info("Received message ["+e.messageId+"] '"+e.type+"':",e.args),e.type){case "createSession":vA(c,e);break;case "resolve":e=e.args;var f=c.j.get(e.messageId);f&&f.resolve(e);break;case "reject":e=e.args;(f=c.j.get(e.messageId))&&f.reject(e);break;case "SIMID:Creative:requestResize":f=c.f;var g=e.args;f.g.info("Creative requested resize",g);if(f.m&&
4
+ f.m.getSurface()&&f.m.getSurface().getMedia()&&g.mediaDimensions){f.h?f.m.getSurface().getMedia().style.transition="":(f.m.getSurface().getMedia().style.transition="left .5s, top .5s,width .5s, height .5s",f.h=!0);var k=wA(f,g.mediaDimensions);f.m.getSurface().getMedia().style.left=k.left;f.m.getSurface().getMedia().style.top=k.top;f.m.getSurface().getMedia().style.width=k.width;f.m.getSurface().getMedia().style.height=k.height}g.creativeDimensions&&(g=wA(f,g.creativeDimensions),f.a.a.style.left=
5
+ g.left,f.a.a.style.top=g.top,f.a.a.style.width=g.width,f.a.a.style.height=g.height);xA(c,e)}else c.g.warn("WARNING: received message without 'type' property")};this.g=new _.M("clpp.simid.SimidPlayer");yA(this.f,this)},CA=function(a){var b=AA(a,"SIMID:Player:startCreative",void 0);BA(a,b).then(function(){var c=a.f;c.g.info(uA);c.m.trigger(new _.Q(_.eg));a.a.style.opacity="1"})["catch"](function(c){a.unload();a.f.g.error("Error while starting creative",c)})},vA=function(a,b){var c;_.I(function(d){if(1==
6
+ d.a){a.h=b.sessionId;xA(a,b);_.F(d,2);var e=a.f;var f=e.getSurface(),g=e.getContainer();e={environmentData:{videoDimensions:{x:0,y:0,height:g.clientHeight,width:g.clientWidth},creativeDimensions:{x:0,y:0,height:g.clientHeight,width:g.clientWidth},fullscreen:f.isFullscreen(),fullscreenAllowed:!0,variableDurationAllowed:!1,skippableState:"notSkippable",version:"1.1",skipoffset:"",siteUrl:window.location.toString(),appId:"",useragent:"",deviceId:"",muted:e.m.isMuted()||!1,volume:e.m.getVolume()||0,navigationSupport:"adHandles",
7
+ closeButtonSupport:"adHandles",nonlinearDuration:e.f.duration},creativeData:{adParameters:e.f.adParameters||"",clickThruUri:"",clickThruUrl:""}};e=AA(a,"SIMID:Player:init",e);e=BA(a,e);return _.x(d,e,4)}if(2!=d.a)return a.g.info("Player Init acknowledged"),a.f.g.info("SIMID Player initialized"),_.G(d,0);c=_.H(d);a.g.error("Error while initializing",c);a.f.g.error("Error while initializing SIMID player: ",c);a.unload();_.A(d)})},AA=function(a,b,c){return{type:b,sessionId:a.h,messageId:a.l++,timestamp:Date.now(),
8
+ args:c}},DA=function(a,b){a.h?(b.type!==tA&&a.g.info("Posting message ["+b.messageId+"] '"+b.type+"':",b.args),a.a.contentWindow&&a.a.contentWindow.postMessage(JSON.stringify(b),"*")):a.g.warn("WARNING: no session available to send message '"+b.type+"'")},xA=function(a,b){DA(a,AA(a,"resolve",{messageId:b.messageId,value:void 0}))},BA=function(a,b){return new Promise(function(c,d){new EA(a.j,c,d,b);DA(a,b)})},EA=function(a,b,c,d){var e=this;var f=void 0===f?-1:f;this.f=a;this.l=b;this.j=c;this.h=d;
9
+ this.a=null;this.f.set(d.messageId,this);0<=f&&(this.a=setTimeout(function(){e.resolve()},f))},FA=function(){this.g=new _.M("clpp.simid.Plugin");this.h=this.a=this.m=null;this.l=[];this.j=null;this.w=this.Cl.bind(this);this.f=null;this.o=!1},GA=function(a,b,c){return new ResizeObserver(function(){if(a.a.h){var d=a.a,e={videoDimensions:{x:0,y:0,height:b.clientHeight,width:b.clientWidth},creativeDimensions:{x:0,y:0,height:b.clientHeight,width:b.clientWidth},fullscreen:c.isFullscreen()};e=AA(d,"SIMID:Player:resize",
10
+ e);DA(d,e)}})},HA=function(a){this.m=a;this.a=null;this.g=new _.M("clpp.simid.Loader");this.h=!1;this.f=null},wA=function(a,b){var c=a.getContainer(),d=c.clientWidth;c=c.clientHeight;return{top:b.y/c*100+"%",left:b.x/d*100+"%",width:b.width/d*100+"%",height:b.height/c*100+"%"}},yA=function(a,b){a.g.info("SIMID Session created");a.a=b},IA=function(a){a.g.info("Stopping creative");a.m.getSurface().getMedia().style.transition=".5s";setTimeout(function(){a.m.getSurface().getMedia().style.transition=""},
11
+ 500);a.m.getSurface().getMedia().style.left="";a.m.getSurface().getMedia().style.top="";a.m.getSurface().getMedia().style.width="";a.m.getSurface().getMedia().style.height="";a.a.a.style.left="";a.a.a.style.top="";a.a.a.style.width="";a.a.a.style.height="";a.h=!1;a.m.trigger(new _.Q(_.fg))},JA=function(){};
12
+ zA.prototype.load=function(a){window.addEventListener(_.Re,this.o);this.h="";this.l=0;var b=this.f.url();this.g.info('Loading "'+b+'" as src of iFrame');this.a.src=b;this.g.info("Attaching iFrame");a.appendChild(this.a)};zA.prototype.unload=function(){IA(this.f);this.h=this.a.src="";this.l=0;this.a.style.opacity="0";window.removeEventListener(_.Re,this.o);this.a.parentElement&&this.a.parentElement.removeChild(this.a)};
13
+ EA.prototype.resolve=function(a){null!==this.a&&(clearTimeout(this.a),this.a=null);this.f["delete"](this.h.messageId);this.l(a)};EA.prototype.reject=function(a){null!==this.a&&(clearTimeout(this.a),this.a=null);this.f["delete"](this.h.messageId);this.j(a)};_.w(FA,_.cw);_.r=FA.prototype;_.r.id=function(){return"simid"};_.r.onPlayerCreated=function(a){this.g.info("New player created");this.a&&(this.a.unload(),this.a=null);this.m=a;this.h&&this.h.release();this.h=new HA(a)};
14
+ _.r.onContentWillLoad=function(a){var b=a.getConfiguration();if(b.simid&&b.simid.creatives&&0!==b.simid.creatives.length){this.l=b.simid.creatives;this.g.info("Setting up SIMID plugin for "+this.l.length+" creatives");var c=this.m.getSurface();c?(this.g.info("Creating new session"),this.a=new zA(this.h,b.simid),b=c.getContainer(),this.j=GA(this,b,c),this.j.observe(b),a.on(_.Bg,this.w)):this.g.warn(sA)}};
15
+ _.r.Cl=function(){var a=this.m.getPosition();a:if(this.f&&a<this.f.startTime+this.f.duration)var b=this.f;else{for(b=0;b<this.l.length;b++){var c=this.l[b],d=c.startTime+c.duration;if(a>=c.startTime-(c.preload||5)&&a<d){b=c;break a}}b=null}b?b===this.f?(b=b.startTime,this.a&&(c=a>=b,!this.o&&c&&(CA(this.a),this.o=!0,this.g.info(uA)),c&&(c=this.a,DA(c,AA(c,tA,{currentTime:a-b}))))):((a=this.m.getSurface())||this.g.warn(sA),a=a.getContainer(),this.f=b,this.o=!1,this.g.info("Loading session"),this.h.f=
16
+ b,this.a.load(a)):this.f&&(this.a.unload(),this.f=null,this.o=!1)};_.r.onPlayerWillRelease=function(a){_.cw.prototype.onPlayerWillRelease.call(this,a);this.m.getSurface()&&(this.j&&(this.j.disconnect(),this.j=null),a.off(_.Bg,this.w),this.f&&(this.a.unload(),this.f=this.h.f=null))};_.r=HA.prototype;_.r.release=function(){this.g.info("Releasing loader")};
17
+ _.r.getContainer=function(){var a=this.getSurface().getContainer();if(!a)throw this.g.error("No player container found. Can not create SIMID init data"),new _.O(1,10,10100,"No player container found");return a};_.r.getSurface=function(){var a=this.m.getSurface();if(!a)throw this.g.error("No player surface found. Can not create SIMID init data"),new _.O(1,10,10100,"No surface");return a};_.r.Ni=function(){return this.a};_.r.url=function(){return this.f?this.f.url:""};JA.prototype.create=function(){return new FA};_.bp(new JA);};
18
18
  if(typeof(module)!="undefined"&&module.exports){var x=require("./cl.core.js");_ = x._;(f.call(g,this));module.exports=g;}
19
19
  else if (typeof(define)!="undefined"&&define.amd) {define(["./cl.core"], function(c){_=c._;(f.call(g,this));return g;});}
20
20
  else{_=this.clpp._;(f.call(g,this));}