@gcorevideo/player 2.22.7 → 2.22.9
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 +604 -604
- package/dist/index.js +14 -2
- package/dist/plugins/index.css +1435 -1435
- package/dist/plugins/index.js +9 -2
- package/lib/playback/dash-playback/DashPlayback.d.ts.map +1 -1
- package/lib/playback/dash-playback/DashPlayback.js +5 -0
- package/lib/plugins/playback-rate/PlaybackRate.d.ts +1 -0
- package/lib/plugins/playback-rate/PlaybackRate.d.ts.map +1 -1
- package/lib/plugins/playback-rate/PlaybackRate.js +8 -1
- package/package.json +1 -1
- package/src/playback/dash-playback/DashPlayback.ts +5 -0
- package/src/plugins/media-control/__tests__/MediaControl.test.ts +0 -3
- package/src/plugins/playback-rate/PlaybackRate.ts +10 -1
- package/src/plugins/playback-rate/__tests__/PlaybackRate.test.ts +11 -7
- package/tsconfig.tsbuildinfo +1 -1
package/dist/core.js
CHANGED
|
@@ -12950,6 +12950,11 @@ class DashPlayback extends BasePlayback {
|
|
|
12950
12950
|
trace(`${T$3} dvrEnable no dash player instance`);
|
|
12951
12951
|
return false;
|
|
12952
12952
|
}
|
|
12953
|
+
trace(`${T$3} get.dvrEnabled`, {
|
|
12954
|
+
dvrWindowSize: this._dash?.getDVRWindowSize(),
|
|
12955
|
+
minDvrSize: this._minDvrSize,
|
|
12956
|
+
playbackType: this.getPlaybackType(),
|
|
12957
|
+
});
|
|
12953
12958
|
return (this._dash?.getDVRWindowSize() >= this._minDvrSize &&
|
|
12954
12959
|
this.getPlaybackType() === Playback.LIVE);
|
|
12955
12960
|
}
|
|
@@ -43213,7 +43218,7 @@ class Player {
|
|
|
43213
43218
|
}
|
|
43214
43219
|
}
|
|
43215
43220
|
|
|
43216
|
-
var version$1 = "2.22.
|
|
43221
|
+
var version$1 = "2.22.9";
|
|
43217
43222
|
|
|
43218
43223
|
var packages = {
|
|
43219
43224
|
"node_modules/@clappr/core": {
|