@gcorevideo/player 2.20.15 → 2.20.16
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 -6
- package/dist/index.css +703 -703
- package/dist/index.js +6 -6
- package/dist/plugins/index.css +1201 -1201
- package/dist/plugins/index.js +1 -1
- package/lib/playback/HTML5Video.js +5 -5
- package/package.json +1 -1
- package/src/playback/HTML5Video.ts +5 -5
- package/tsconfig.tsbuildinfo +1 -1
package/dist/index.js
CHANGED
|
@@ -42627,7 +42627,7 @@ class HTML5Video extends BasePlayback {
|
|
|
42627
42627
|
*/
|
|
42628
42628
|
createError(errorData, options) {
|
|
42629
42629
|
trace(`${T$h} createError`, {
|
|
42630
|
-
errorData
|
|
42630
|
+
errorData: structuredClone(errorData),
|
|
42631
42631
|
});
|
|
42632
42632
|
const i18n = this.i18n ||
|
|
42633
42633
|
// @ts-ignore
|
|
@@ -42637,10 +42637,10 @@ class HTML5Video extends BasePlayback {
|
|
|
42637
42637
|
if (i18n &&
|
|
42638
42638
|
!errorData.UI &&
|
|
42639
42639
|
errorData.code === MediaError.MEDIA_ERR_SRC_NOT_SUPPORTED) {
|
|
42640
|
-
errorData.UI = {
|
|
42641
|
-
|
|
42642
|
-
|
|
42643
|
-
}
|
|
42640
|
+
// errorData.UI = {
|
|
42641
|
+
// title: i18n.t('no_broadcast'),
|
|
42642
|
+
// message: errorData.message,
|
|
42643
|
+
// }
|
|
42644
42644
|
errorData.code = PlaybackErrorCode.MediaSourceUnavailable;
|
|
42645
42645
|
}
|
|
42646
42646
|
return super.createError(errorData, { ...options, useCodePrefix: false });
|
|
@@ -43118,7 +43118,7 @@ class Player {
|
|
|
43118
43118
|
}
|
|
43119
43119
|
}
|
|
43120
43120
|
|
|
43121
|
-
var version$1 = "2.20.
|
|
43121
|
+
var version$1 = "2.20.16";
|
|
43122
43122
|
|
|
43123
43123
|
var packages = {
|
|
43124
43124
|
"node_modules/@clappr/core": {
|