@gcorevideo/player 2.20.18 → 2.20.19
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 +3 -1
- package/dist/index.css +874 -874
- package/dist/index.js +3 -1
- package/dist/plugins/index.css +1124 -1124
- package/dist/plugins/index.js +1 -1
- package/lib/playback/HTML5Video.d.ts.map +1 -1
- package/lib/playback/HTML5Video.js +3 -0
- package/package.json +1 -1
- package/src/playback/HTML5Video.ts +3 -0
- package/tsconfig.tsbuildinfo +1 -1
package/dist/index.js
CHANGED
|
@@ -42675,7 +42675,9 @@ class HTML5Video extends BasePlayback {
|
|
|
42675
42675
|
if (!this.isPlaying) {
|
|
42676
42676
|
this.createError({
|
|
42677
42677
|
code: PlaybackErrorCode.MediaSourceUnavailable,
|
|
42678
|
+
level: PlayerError.Levels.FATAL,
|
|
42678
42679
|
message: 'Stall timeout',
|
|
42680
|
+
description: 'Playback stalled for too long',
|
|
42679
42681
|
});
|
|
42680
42682
|
}
|
|
42681
42683
|
}, STALL_TIMEOUT);
|
|
@@ -43163,7 +43165,7 @@ class Player {
|
|
|
43163
43165
|
}
|
|
43164
43166
|
}
|
|
43165
43167
|
|
|
43166
|
-
var version$1 = "2.20.
|
|
43168
|
+
var version$1 = "2.20.19";
|
|
43167
43169
|
|
|
43168
43170
|
var packages = {
|
|
43169
43171
|
"node_modules/@clappr/core": {
|