@gcorevideo/player 2.22.7 → 2.22.8

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.
package/dist/index.js CHANGED
@@ -13036,6 +13036,11 @@ class DashPlayback extends BasePlayback {
13036
13036
  trace(`${T$k} dvrEnable no dash player instance`);
13037
13037
  return false;
13038
13038
  }
13039
+ trace(`${T$k} get.dvrEnabled`, {
13040
+ dvrWindowSize: this._dash?.getDVRWindowSize(),
13041
+ minDvrSize: this._minDvrSize,
13042
+ playbackType: this.getPlaybackType(),
13043
+ });
13039
13044
  return (this._dash?.getDVRWindowSize() >= this._minDvrSize &&
13040
13045
  this.getPlaybackType() === Playback.LIVE);
13041
13046
  }
@@ -43299,7 +43304,7 @@ class Player {
43299
43304
  }
43300
43305
  }
43301
43306
 
43302
- var version$1 = "2.22.7";
43307
+ var version$1 = "2.22.8";
43303
43308
 
43304
43309
  var packages = {
43305
43310
  "node_modules/@clappr/core": {