@castlabs/prestoplay 6.27.0 → 6.28.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 (67) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/cjs/cl.adobe.js +3 -3
  3. package/cjs/cl.airplay.js +3 -3
  4. package/cjs/cl.broadpeak.js +7 -7
  5. package/cjs/cl.cast.js +113 -112
  6. package/cjs/cl.conviva.js +32 -32
  7. package/cjs/cl.core.js +625 -624
  8. package/cjs/cl.crypto.js +9 -9
  9. package/cjs/cl.dash.js +89 -89
  10. package/cjs/cl.externs.js +80 -72
  11. package/cjs/cl.freewheel.js +25 -25
  12. package/cjs/cl.hls.js +78 -79
  13. package/cjs/cl.hlssmpte.js +6 -6
  14. package/cjs/cl.htmlcue.js +30 -30
  15. package/cjs/cl.ima.js +23 -24
  16. package/cjs/cl.mediatailor.js +3 -3
  17. package/cjs/cl.mse.js +347 -347
  18. package/cjs/cl.muxdata.js +14 -15
  19. package/cjs/cl.onboard.js +4 -3
  20. package/cjs/cl.persistent.js +14 -14
  21. package/cjs/cl.playlist.js +6 -6
  22. package/cjs/cl.simid.js +16 -17
  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 +38 -38
  33. package/cl.adobe.js +3 -3
  34. package/cl.airplay.js +3 -3
  35. package/cl.broadpeak.js +6 -5
  36. package/cl.cast.js +91 -90
  37. package/cl.conviva.js +27 -27
  38. package/cl.core.js +503 -499
  39. package/cl.crypto.js +8 -8
  40. package/cl.dash.js +83 -82
  41. package/cl.externs.js +80 -72
  42. package/cl.freewheel.js +19 -19
  43. package/cl.hls.js +80 -80
  44. package/cl.hlssmpte.js +5 -5
  45. package/cl.htmlcue.js +26 -26
  46. package/cl.ima.js +17 -17
  47. package/cl.mediatailor.js +2 -3
  48. package/cl.mse.js +304 -305
  49. package/cl.muxdata.js +13 -13
  50. package/cl.onboard.js +4 -4
  51. package/cl.persistent.js +10 -10
  52. package/cl.playlist.js +5 -5
  53. package/cl.simid.js +14 -14
  54. package/cl.smooth.js +60 -60
  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 +15 -15
  61. package/cl.vtt.js +12 -12
  62. package/cl.yospace.js +3 -3
  63. package/cl.youbora.js +31 -29
  64. package/package.json +1 -1
  65. package/typings.d.ts +34 -65
  66. package/cjs/cl.sessions.js +0 -21
  67. package/cl.sessions.js +0 -10
package/CHANGELOG.md CHANGED
@@ -1,3 +1,22 @@
1
+ # 6.28.0
2
+
3
+ ## **Warning**
4
+
5
+ DRMToday onboard component now uses Widevine V2 certificate by default.
6
+ If your deployment uses a different Widevine server certificate, you need to specify it via `drm.customData.serverCertificate`
7
+ or pass in `null` to configure the component to fetch the certificate from the server before a license request.
8
+
9
+ For more information, see https://demo.castlabs.com/docs/drm#drm-with-drmtoday-onboard.
10
+
11
+ ## New Features
12
+
13
+ * DRMToday onboard component now uses Widevine V2 certificate by default.
14
+ * Trigger error events for network errors that get retried.
15
+
16
+ ## Changes
17
+
18
+ * Fix timeline calculation for certain live DASH streams with thumbnails.
19
+
1
20
  # 6.27.0
2
21
 
3
22
  ## New Features
package/cjs/cl.adobe.js CHANGED
@@ -1,7 +1,7 @@
1
1
  (function(){var g={}; var _ = _ || {}
2
- var f=function(window){var PY=function(){this.m=this.f=null;this.a="";this.g=new _.K("clpp.adobe.AdobePlugin")},SY=function(a){a.f=new _.gi;a.f.on(a.m,_.Dg,function(){return QY(a)});a.f.on(a.m,_.Cg,function(){s.Media.play(a.a,a.m.getPosition())});a.f.on(a.m,_.De,function(){return RY(a)});a.f.on(a.m,_.bg,function(b){b=b.detail;switch(b.currentState){case _.Zq:a.a.length||RY(a);s.Media.play(a.a,a.m.getPosition());break;case _.Yq:case _.Qq:QY(a);break;case _.Sq:case _.Lq:case _.Wq:a.g.info("Close session for "+a.a+" in player state "+
3
- (b.currentState+".")),QY(a),s.Media.close(a.a),a.a=""}})},RY=function(a){var b=a.m.getLoadedSource();a.a=b?b.name||b.url:"";a.g.info("Open session for "+a.a+" with duration "+a.m.getDuration());s.Media.open(a.a,a.m.getDuration(),_.xa)},QY=function(a){s.Media.stop(a.a,a.m.getPosition())},TY=function(){};_.w(PY,_.Hv);PY.prototype.onPlayerCreated=function(a){var b=a.getConfiguration().adobe;b&&!1===b.enabled?this.g.debug("Adobe plugin is disabled."):window.s&&s.Media?(this.m=a,SY(this)):this.g.warn("Adobe API not available.")};
4
- PY.prototype.onPlayerWillDestroy=function(){this.f&&(this.f.release(),this.f=null);this.m=null;this.a=""};PY.prototype.id=function(){return"adobe"};_.J("clpp.adobe.AdobeAnalyticsPlugin",PY);PY.Id="adobe";TY.prototype.create=function(){return new PY};_.ru(new TY);};
2
+ var f=function(window){var HX=function(){this.m=this.f=null;this.a="";this.g=new _.L("clpp.adobe.AdobePlugin")},KX=function(a){a.f=new _.ti;a.f.on(a.m,_.Hg,function(){return IX(a)});a.f.on(a.m,_.Gg,function(){s.Media.play(a.a,a.m.getPosition())});a.f.on(a.m,_.Ee,function(){return JX(a)});a.f.on(a.m,_.dg,function(b){b=b.detail;switch(b.currentState){case 3:a.a.length||JX(a);s.Media.play(a.a,a.m.getPosition());break;case 4:case 2:IX(a);break;case 5:case _.Wt:case _.zo:a.g.info("Close session for "+a.a+" in player state "+
3
+ (b.currentState+".")),IX(a),s.Media.close(a.a),a.a=""}})},JX=function(a){var b=a.m.getLoadedSource();a.a=b?b.name||b.url:"";a.g.info("Open session for "+a.a+" with duration "+a.m.getDuration());s.Media.open(a.a,a.m.getDuration(),_.xa)},IX=function(a){s.Media.stop(a.a,a.m.getPosition())},LX=function(){};_.w(HX,_.Tv);HX.prototype.onPlayerCreated=function(a){var b=a.getConfiguration().adobe;b&&!1===b.enabled?this.g.debug("Adobe plugin is disabled."):window.s&&s.Media?(this.m=a,KX(this)):this.g.warn("Adobe API not available.")};
4
+ HX.prototype.onPlayerWillDestroy=function(){this.f&&(this.f.release(),this.f=null);this.m=null;this.a=""};HX.prototype.id=function(){return"adobe"};_.K("clpp.adobe.AdobeAnalyticsPlugin",HX);HX.Id="adobe";LX.prototype.create=function(){return new HX};_.To(new LX);};
5
5
  if(typeof(module)!="undefined"&&module.exports){var x=require("./cl.core.js");_ = x._;(f.call(g,this));module.exports=g;}
6
6
  else if (typeof(define)!="undefined"&&define.amd) {define(["./cl.core"], function(c){_=c._;(f.call(g,this));return g;});}
7
7
  else{_=this.clpp._;(f.call(g,this));}
package/cjs/cl.airplay.js CHANGED
@@ -1,7 +1,7 @@
1
1
  (function(){var g={}; var _ = _ || {}
2
- var f=function(window){var NY=function(){var a=this;this.a=this.m=null;this.l=this.f=this.j=!1;this.o=new _.Vh(function(){a.m.play()["catch"](function(){})});this.h=new _.gi},OY=function(){};_.w(NY,_.Hv);_.r=NY.prototype;_.r.onPlayerCreated=function(a){this.m=a;this.a=a.getSurface().getMedia()};_.r.onContentWillLoad=function(){this.a&&(this.h.on(this.a,"webkitplaybacktargetavailabilitychanged",this.Sm.bind(this)),this.h.on(this.a,"webkitcurrentplaybacktargetiswirelesschanged",this.yn.bind(this)))};
3
- _.r.onPlayerWillRelease=function(){this.o.stop();this.h.release()};_.r.id=function(){return"airplay"};_.r.Sm=function(a){switch(a.availability){case "available":this.f=!0;break;case "not-available":this.f=!1}this.m.trigger(new _.M(_.Ec,{canCast:this.f}))};_.r.yn=function(){var a=(this.j=this.a.webkitCurrentPlaybackTargetIsWireless)?_.Dc:_.Cc;if(this.l||!this.m.isPaused()||this.m.getState()===_.Zq)this.l?this.m.play()["catch"](function(){}):this.o.ha(.01);this.m.trigger(new _.M(a))};_.r.Pb=function(){return this.j};
4
- _.r.Tf=function(){return this.f};_.r.po=function(){this.f&&(this.l=!this.m.isPaused(),this.a.webkitShowPlaybackTargetPicker())};_.J("clpp.airplay.AirPlayPlugin",NY);NY.prototype.showCastMenu=NY.prototype.po;NY.prototype.canCast=NY.prototype.Tf;NY.prototype.isCasting=NY.prototype.Pb;NY.Id="airplay";OY.prototype.create=function(){return new NY};_.ru(new OY);};
2
+ var f=function(window){var FX=function(){var a=this;this.a=this.m=null;this.l=this.f=this.j=!1;this.o=new _.bj(function(){a.m.play()["catch"](function(){})});this.h=new _.ti},GX=function(){};_.w(FX,_.Tv);_.r=FX.prototype;_.r.onPlayerCreated=function(a){this.m=a;this.a=a.getSurface().getMedia()};_.r.onContentWillLoad=function(){this.a&&(this.h.on(this.a,"webkitplaybacktargetavailabilitychanged",this.an.bind(this)),this.h.on(this.a,"webkitcurrentplaybacktargetiswirelesschanged",this.Fn.bind(this)))};
3
+ _.r.onPlayerWillRelease=function(){this.o.stop();this.h.release()};_.r.id=function(){return"airplay"};_.r.an=function(a){switch(a.availability){case "available":this.f=!0;break;case "not-available":this.f=!1}this.m.trigger(new _.Q(_.Dc,{canCast:this.f}))};_.r.Fn=function(){var a=(this.j=this.a.webkitCurrentPlaybackTargetIsWireless)?_.Cc:_.Bc;if(this.l||!this.m.isPaused()||3===this.m.getState())this.l?this.m.play()["catch"](function(){}):this.o.ha(.01);this.m.trigger(new _.Q(a))};_.r.Qb=function(){return this.j};
4
+ _.r.$f=function(){return this.f};_.r.yo=function(){this.f&&(this.l=!this.m.isPaused(),this.a.webkitShowPlaybackTargetPicker())};_.K("clpp.airplay.AirPlayPlugin",FX);FX.prototype.showCastMenu=FX.prototype.yo;FX.prototype.canCast=FX.prototype.$f;FX.prototype.isCasting=FX.prototype.Qb;FX.Id="airplay";GX.prototype.create=function(){return new FX};_.To(new GX);};
5
5
  if(typeof(module)!="undefined"&&module.exports){var x=require("./cl.core.js");_ = x._;(f.call(g,this));module.exports=g;}
6
6
  else if (typeof(define)!="undefined"&&define.amd) {define(["./cl.core"], function(c){_=c._;(f.call(g,this));return g;});}
7
7
  else{_=this.clpp._;(f.call(g,this));}
@@ -1,11 +1,11 @@
1
1
  (function(){var g={}; var _ = _ || {}
2
- var f=function(window){var FY=function(a,b){this.m=a;this.f=b;this.a=new _.gi;this.h=!1},GY=function(a){function b(c){var d=GenericPlayerApi.call(this)||this;d.m=c;d.a=_.gl();return d}_.w(b,GenericPlayerApi);b.prototype.getPlayerName=function(){return _.xa};b.prototype.getVersion=function(){return _.ia};b.prototype.getOSName=function(){return this.a.os};b.prototype.getDeviceVersion=function(){return this.a.osVersion.name};b.prototype.getDeviceType=function(){return"browser"};b.prototype.getTotalDuration=function(){return this.m.isLive()?
3
- 0:1E3*this.m.getDuration()};b.prototype.getCurrentPosition=function(){return 1E3*this.m.getPosition()};b.prototype.getCurrentBitrate=function(){var c=this.m.getStats();return(c?c.streamBandwidth:0)/1E3};return new b(a)},HY=function(){this.l=this.f=this.a=this.h=this.m=null;this.o=new _.gi;this.j=!1},IY=function(a,b){var c=b.analyticsAddress||null,d=b.nanoCDNHost||null,e=b.broadpeakDomainNames||"",f=b.uuid||null;a.h||(a.h=SmartLib.getInstance(),a.h.init(c,d,e),typeof f===_.eg&&a.h.setUUID(f))},JY=
4
- function(a,b){var c=b.customParameters||{};a.a=a.h.createStreamingSession();a.a.setOption(StreamingSessionOptions.SESSION_PRECACHE,!0);for(var d in c)a.a.setCustomParameter(d,c[d]);a.o.on(a.m,_.he,a.Sj.bind(a));a.l=GY(a.m);a.a.attachPlayer(a.l)},KY=function(a,b){_.ji(a.o);a.f&&(a.f.release(),a.f=null);a.a&&(a.a.stopStreamingSession(b),a.a=null)},LY=function(){return!window.SmartLib||!window.GenericPlayerApi},MY=function(){};_.r=FY.prototype;
5
- _.r.init=function(){var a=this.m,b=this.a;b.on(a,_.bg,this.Vj.bind(this));b.on(a,_.Xc,this.Tj.bind(this));b.on(a,"seek",this.Uj.bind(this))};_.r.Tj=function(a){a=a.detail;typeof a.bandwidth===_.k&&this.f.notifyLayerSwitch(a.bandwidth/1E3)};_.r.Vj=function(a){var b=this.m,c=this.f;a=a.detail;var d=a.currentState;a.previousState===_.Qq&&c.notifyStallEnd(!b.isPaused());switch(d){case _.Qq:c.notifyStallStart();break;case _.Zq:this.h?c.notifyResume():(c.notifyFirstImage(),this.h=!0);break;case _.Yq:c.notifyPause()}};
6
- _.r.Uj=function(){var a=1E3*this.m.getPosition();this.f.notifySeek(a)};_.r.release=function(){this.a&&(_.ji(this.a),this.a=null)};_.w(HY,_.Hv);_.r=HY.prototype;_.r.onPlayerCreated=function(a){this.m=a};_.r.onContentWillLoad=function(a,b){var c=this,d=a.getConfiguration().broadpeak;if(d){if(LY())return a.onError(new _.O(1,9,11E3));this.j=!0;IY(this,d);JY(this,d);return this.a.getURL(b.url).then(function(e){if(e.isError()){var f=e.getDetailedErrorCode();e=e.getDetailedErrorMessage();c.m.onError(new _.O(1,9,11001,{bpkErrorCode:f,message:e}));KY(c,void 0)}else b.url=e.getURL(),c.f=new FY(c.m,c.l),c.f.init()})}};
7
- _.r.onContentLoaded=function(){!1!==this.j&&this.a.precacheEnded()};_.r.Sj=function(a){a=a.detail;if(7003===a.code)KY(this,SmartLib.BPFormatNotSupportedError);else if(a.severity===_.Q)switch(a.category){case 3:KY(this,SmartLib.BPDecodingError);break;case 1:KY(this,SmartLib.BPNetworkingError);break;case 6:KY(this,SmartLib.BPAccessRightError);break;default:KY(this,SmartLib.BPUnspecifiedError)}};_.r.onPlayerWillRelease=function(){LY()||KY(this,SmartLib.BPSessionEndsNormally);this.j=!1};_.r.id=function(){return"broadpeak"};
8
- _.J("clpp.broadpeak.BroadpeakPlugin",HY);HY.isSdkMissing=LY;HY.Id="broadpeak";MY.prototype.create=function(){return new HY};_.ru(new MY);};
2
+ var f=function(window){var xX=function(a,b){this.m=a;this.f=b;this.a=new _.ti;this.h=!1},yX=function(a){function b(c){var d=GenericPlayerApi.call(this)||this;d.m=c;d.a=_.Jj();return d}_.w(b,GenericPlayerApi);b.prototype.getPlayerName=function(){return _.xa};b.prototype.getVersion=function(){return _.ia};b.prototype.getOSName=function(){return this.a.os};b.prototype.getDeviceVersion=function(){return this.a.osVersion.name};b.prototype.getDeviceType=function(){return"browser"};b.prototype.getTotalDuration=function(){return this.m.isLive()?
3
+ 0:1E3*this.m.getDuration()};b.prototype.getCurrentPosition=function(){return 1E3*this.m.getPosition()};b.prototype.getCurrentBitrate=function(){var c=this.m.getStats();return(c?c.streamBandwidth:0)/1E3};return new b(a)},zX=function(){this.l=this.f=this.a=this.h=this.m=null;this.o=new _.ti;this.j=!1},AX=function(a,b){var c=b.analyticsAddress||null,d=b.nanoCDNHost||null,e=b.broadpeakDomainNames||"",f=b.uuid||null;a.h||(a.h=SmartLib.getInstance(),a.h.init(c,d,e),typeof f===_.gg&&a.h.setUUID(f))},BX=
4
+ function(a,b){var c=b.customParameters||{};a.a=a.h.createStreamingSession();a.a.setOption(StreamingSessionOptions.SESSION_PRECACHE,!0);for(var d in c)a.a.setCustomParameter(d,c[d]);a.o.on(a.m,_.je,a.ek.bind(a));a.l=yX(a.m);a.a.attachPlayer(a.l)},CX=function(a,b){_.wi(a.o);a.f&&(a.f.release(),a.f=null);a.a&&(a.a.stopStreamingSession(b),a.a=null)},DX=function(){return!window.SmartLib||!window.GenericPlayerApi},EX=function(){};_.r=xX.prototype;
5
+ _.r.init=function(){var a=this.m,b=this.a;b.on(a,_.dg,this.hk.bind(this));b.on(a,_.Wc,this.fk.bind(this));b.on(a,"seek",this.gk.bind(this))};_.r.fk=function(a){a=a.detail;typeof a.bandwidth===_.k&&this.f.notifyLayerSwitch(a.bandwidth/1E3)};_.r.hk=function(a){var b=this.m,c=this.f;a=a.detail;var d=a.currentState;2===a.previousState&&c.notifyStallEnd(!b.isPaused());switch(d){case 2:c.notifyStallStart();break;case 3:this.h?c.notifyResume():(c.notifyFirstImage(),this.h=!0);break;case 4:c.notifyPause()}};
6
+ _.r.gk=function(){var a=1E3*this.m.getPosition();this.f.notifySeek(a)};_.r.release=function(){this.a&&(_.wi(this.a),this.a=null)};_.w(zX,_.Tv);_.r=zX.prototype;_.r.onPlayerCreated=function(a){this.m=a};_.r.onContentWillLoad=function(a,b){var c=this,d=a.getConfiguration().broadpeak;if(d){if(DX())return a.onError(new _.N(1,9,11E3));this.j=!0;AX(this,d);BX(this,d);return this.a.getURL(b.url).then(function(e){if(e.isError()){var f=e.getDetailedErrorCode();e=e.getDetailedErrorMessage();c.m.onError(new _.N(1,9,11001,{bpkErrorCode:f,message:e}));CX(c,void 0)}else b.url=e.getURL(),c.f=new xX(c.m,c.l),c.f.init()})}};
7
+ _.r.onContentLoaded=function(){!1!==this.j&&this.a.precacheEnded()};_.r.ek=function(a){a=a.detail;if(7003===a.code)CX(this,SmartLib.BPFormatNotSupportedError);else if(a.severity===_.O)switch(a.category){case 3:CX(this,SmartLib.BPDecodingError);break;case 1:CX(this,SmartLib.BPNetworkingError);break;case 6:CX(this,SmartLib.BPAccessRightError);break;default:CX(this,SmartLib.BPUnspecifiedError)}};_.r.onPlayerWillRelease=function(){DX()||CX(this,SmartLib.BPSessionEndsNormally);this.j=!1};_.r.id=function(){return"broadpeak"};
8
+ _.K("clpp.broadpeak.BroadpeakPlugin",zX);zX.isSdkMissing=DX;zX.Id="broadpeak";EX.prototype.create=function(){return new zX};_.To(new EX);};
9
9
  if(typeof(module)!="undefined"&&module.exports){var x=require("./cl.core.js");_ = x._;(f.call(g,this));module.exports=g;}
10
10
  else if (typeof(define)!="undefined"&&define.amd) {define(["./cl.core"], function(c){_=c._;(f.call(g,this));return g;});}
11
11
  else{_=this.clpp._;(f.call(g,this));}