@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/core.js
CHANGED
|
@@ -42589,7 +42589,9 @@ class HTML5Video extends BasePlayback {
|
|
|
42589
42589
|
if (!this.isPlaying) {
|
|
42590
42590
|
this.createError({
|
|
42591
42591
|
code: PlaybackErrorCode.MediaSourceUnavailable,
|
|
42592
|
+
level: PlayerError.Levels.FATAL,
|
|
42592
42593
|
message: 'Stall timeout',
|
|
42594
|
+
description: 'Playback stalled for too long',
|
|
42593
42595
|
});
|
|
42594
42596
|
}
|
|
42595
42597
|
}, STALL_TIMEOUT);
|
|
@@ -43077,7 +43079,7 @@ class Player {
|
|
|
43077
43079
|
}
|
|
43078
43080
|
}
|
|
43079
43081
|
|
|
43080
|
-
var version$1 = "2.20.
|
|
43082
|
+
var version$1 = "2.20.19";
|
|
43081
43083
|
|
|
43082
43084
|
var packages = {
|
|
43083
43085
|
"node_modules/@clappr/core": {
|