@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/core.js +6 -1
- package/dist/index.css +1500 -1500
- package/dist/index.js +6 -1
- package/dist/plugins/index.css +1301 -1301
- package/dist/plugins/index.js +1 -1
- package/lib/playback/dash-playback/DashPlayback.d.ts.map +1 -1
- package/lib/playback/dash-playback/DashPlayback.js +5 -0
- package/package.json +1 -1
- package/src/playback/dash-playback/DashPlayback.ts +5 -0
- package/tsconfig.tsbuildinfo +1 -1
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.
|
|
43307
|
+
var version$1 = "2.22.8";
|
|
43303
43308
|
|
|
43304
43309
|
var packages = {
|
|
43305
43310
|
"node_modules/@clappr/core": {
|