@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/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.18";
43168
+ var version$1 = "2.20.19";
43167
43169
 
43168
43170
  var packages = {
43169
43171
  "node_modules/@clappr/core": {