bigscreen-player 8.0.2 → 8.0.3
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/esm/{imscsubtitles-7d5aec55.js → imscsubtitles-ce7eae7c.js} +1 -1
- package/dist/esm/{legacysubtitles-4d2723bf.js → legacysubtitles-d69d7156.js} +1 -1
- package/dist/esm/{main-73742b42.js → main-fb8a41ef.js} +4 -4
- package/dist/esm/main.js +1 -1
- package/dist/esm/{msestrategy-629f3733.js → msestrategy-b0ecd06a.js} +1 -1
- package/package.json +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { fromXML, generateISD, renderHTML } from 'smp-imsc';
|
|
2
|
-
import { f as findSegmentTemplate, L as LoadUrl, a as DebugToolInstance, P as Plugins, U as Utils, D as DOMHelpers } from './main-
|
|
2
|
+
import { f as findSegmentTemplate, L as LoadUrl, a as DebugToolInstance, P as Plugins, U as Utils, D as DOMHelpers } from './main-fb8a41ef.js';
|
|
3
3
|
|
|
4
4
|
const SEGMENTS_BUFFER_SIZE = 3;
|
|
5
5
|
const LOAD_ERROR_COUNT_MAX = 3;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { D as DOMHelpers, a as DebugToolInstance, P as Plugins, L as LoadUrl, T as TransportControlPosition } from './main-
|
|
1
|
+
import { D as DOMHelpers, a as DebugToolInstance, P as Plugins, L as LoadUrl, T as TransportControlPosition } from './main-fb8a41ef.js';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* Safely checks if an attribute exists on an element.
|
|
@@ -5796,7 +5796,7 @@ BasicStrategy.getLiveSupport = () => LiveSupport.SEEKABLE;
|
|
|
5796
5796
|
function StrategyPicker() {
|
|
5797
5797
|
return new Promise((resolve, reject) => {
|
|
5798
5798
|
if (window.bigscreenPlayer.playbackStrategy === PlaybackStrategy.MSE) {
|
|
5799
|
-
return import('./msestrategy-
|
|
5799
|
+
return import('./msestrategy-b0ecd06a.js')
|
|
5800
5800
|
.then(({ default: MSEStrategy }) => resolve(MSEStrategy))
|
|
5801
5801
|
.catch(() => {
|
|
5802
5802
|
reject({ error: "strategyDynamicLoadError" });
|
|
@@ -6245,7 +6245,7 @@ function CallCallbacks(callbacks, data) {
|
|
|
6245
6245
|
}
|
|
6246
6246
|
}
|
|
6247
6247
|
|
|
6248
|
-
var version = "8.0.
|
|
6248
|
+
var version = "8.0.3";
|
|
6249
6249
|
|
|
6250
6250
|
var sourceList;
|
|
6251
6251
|
var source;
|
|
@@ -7637,7 +7637,7 @@ function Subtitles(mediaPlayer, autoStart, playbackElement, defaultStyleOpts, me
|
|
|
7637
7637
|
|
|
7638
7638
|
if (available()) {
|
|
7639
7639
|
if (useLegacySubs) {
|
|
7640
|
-
import('./legacysubtitles-
|
|
7640
|
+
import('./legacysubtitles-d69d7156.js')
|
|
7641
7641
|
.then(({ default: LegacySubtitles }) => {
|
|
7642
7642
|
subtitlesContainer = LegacySubtitles(mediaPlayer, autoStart, playbackElement, mediaSources, defaultStyleOpts);
|
|
7643
7643
|
callback(subtitlesEnabled);
|
|
@@ -7646,7 +7646,7 @@ function Subtitles(mediaPlayer, autoStart, playbackElement, defaultStyleOpts, me
|
|
|
7646
7646
|
Plugins.interface.onSubtitlesDynamicLoadError();
|
|
7647
7647
|
});
|
|
7648
7648
|
} else {
|
|
7649
|
-
import('./imscsubtitles-
|
|
7649
|
+
import('./imscsubtitles-ce7eae7c.js')
|
|
7650
7650
|
.then(({ default: IMSCSubtitles }) => {
|
|
7651
7651
|
subtitlesContainer = IMSCSubtitles(mediaPlayer, autoStart, playbackElement, mediaSources, defaultStyleOpts);
|
|
7652
7652
|
callback(subtitlesEnabled);
|
package/dist/esm/main.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { B as BigscreenPlayer, b as LiveSupport, c as MediaKinds, M as MediaState, g as MockBigscreenPlayer, h as PauseTriggers, i as PlaybackStrategy, j as TransferFormat, T as TransportControlPosition, W as WindowTypes } from './main-
|
|
1
|
+
export { B as BigscreenPlayer, b as LiveSupport, c as MediaKinds, M as MediaState, g as MockBigscreenPlayer, h as PauseTriggers, i as PlaybackStrategy, j as TransferFormat, T as TransportControlPosition, W as WindowTypes } from './main-fb8a41ef.js';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { MediaPlayer } from 'dashjs/index_mediaplayerOnly';
|
|
2
|
-
import { W as WindowTypes, U as Utils, D as DOMHelpers, b as LiveSupport, M as MediaState, a as DebugToolInstance, P as Plugins, c as MediaKinds, d as TimeUtils, e as DynamicWindowUtils } from './main-
|
|
2
|
+
import { W as WindowTypes, U as Utils, D as DOMHelpers, b as LiveSupport, M as MediaState, a as DebugToolInstance, P as Plugins, c as MediaKinds, d as TimeUtils, e as DynamicWindowUtils } from './main-fb8a41ef.js';
|
|
3
3
|
|
|
4
4
|
function filter(manifest, representationOptions) {
|
|
5
5
|
const constantFps = representationOptions.constantFps;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bigscreen-player",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.3",
|
|
4
4
|
"description": "Simplified media playback for bigscreen devices.",
|
|
5
5
|
"main": "dist/esm/main.js",
|
|
6
6
|
"browser": "dist/esm/main.js",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"rollup-plugin-visualizer": "^5.5.2"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"dashjs": "github:bbc/dash.js#smp-v4.7.
|
|
57
|
+
"dashjs": "github:bbc/dash.js#smp-v4.7.3-0",
|
|
58
58
|
"smp-imsc": "github:bbc/imscJS#v1.0.3"
|
|
59
59
|
},
|
|
60
60
|
"repository": {
|