bigscreen-player 8.2.4 → 8.2.5

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.
@@ -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-9f5984e2.js';
2
+ import { f as findSegmentTemplate, L as LoadUrl, a as DebugToolInstance, P as Plugins, U as Utils, D as DOMHelpers } from './main-1c1ef92c.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-9f5984e2.js';
1
+ import { D as DOMHelpers, a as DebugToolInstance, P as Plugins, L as LoadUrl, T as TransportControlPosition } from './main-1c1ef92c.js';
2
2
 
3
3
  /**
4
4
  * Safely checks if an attribute exists on an element.
@@ -5940,7 +5940,7 @@ BasicStrategy.getLiveSupport = () => LiveSupport.SEEKABLE;
5940
5940
  function StrategyPicker() {
5941
5941
  return new Promise((resolve, reject) => {
5942
5942
  if (window.bigscreenPlayer.playbackStrategy === PlaybackStrategy.MSE) {
5943
- return import('./msestrategy-d0523552.js')
5943
+ return import('./msestrategy-c96af6c2.js')
5944
5944
  .then(({ default: MSEStrategy }) => resolve(MSEStrategy))
5945
5945
  .catch(() => {
5946
5946
  reject({ error: "strategyDynamicLoadError" });
@@ -6387,7 +6387,7 @@ function CallCallbacks(callbacks, data) {
6387
6387
  }
6388
6388
  }
6389
6389
 
6390
- var Version = "8.2.4";
6390
+ var Version = "8.2.5";
6391
6391
 
6392
6392
  var sourceList;
6393
6393
  var source;
@@ -7738,7 +7738,7 @@ function Subtitles(mediaPlayer, autoStart, playbackElement, defaultStyleOpts, me
7738
7738
 
7739
7739
  if (available()) {
7740
7740
  if (useLegacySubs) {
7741
- import('./legacysubtitles-50fe640e.js')
7741
+ import('./legacysubtitles-c50d8f33.js')
7742
7742
  .then(({ default: LegacySubtitles }) => {
7743
7743
  subtitlesContainer = LegacySubtitles(mediaPlayer, autoStart, playbackElement, mediaSources, defaultStyleOpts);
7744
7744
  callback(subtitlesEnabled);
@@ -7747,7 +7747,7 @@ function Subtitles(mediaPlayer, autoStart, playbackElement, defaultStyleOpts, me
7747
7747
  Plugins.interface.onSubtitlesDynamicLoadError();
7748
7748
  });
7749
7749
  } else {
7750
- import('./imscsubtitles-eb0982a5.js')
7750
+ import('./imscsubtitles-0825aa8a.js')
7751
7751
  .then(({ default: IMSCSubtitles }) => {
7752
7752
  subtitlesContainer = IMSCSubtitles(mediaPlayer, autoStart, playbackElement, mediaSources, defaultStyleOpts);
7753
7753
  callback(subtitlesEnabled);
package/dist/esm/main.js CHANGED
@@ -1 +1 @@
1
- export { B as BigscreenPlayer, a as DebugTool, E as EntryCategory, 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, k as isMessage, l as isMetric, m as isTrace } from './main-9f5984e2.js';
1
+ export { B as BigscreenPlayer, a as DebugTool, E as EntryCategory, 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, k as isMessage, l as isMetric, m as isTrace } from './main-1c1ef92c.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, a as DebugToolInstance, M as MediaState, P as Plugins, c as MediaKinds, d as TimeUtils, e as DynamicWindowUtils } from './main-9f5984e2.js';
2
+ import { W as WindowTypes, U as Utils, D as DOMHelpers, b as LiveSupport, a as DebugToolInstance, M as MediaState, P as Plugins, c as MediaKinds, d as TimeUtils, e as DynamicWindowUtils } from './main-1c1ef92c.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.2.4",
3
+ "version": "8.2.5",
4
4
  "type": "module",
5
5
  "description": "Simplified media playback for bigscreen devices.",
6
6
  "main": "dist/esm/main.js",
@@ -63,7 +63,7 @@
63
63
  "typescript-eslint": "^7.2.0"
64
64
  },
65
65
  "dependencies": {
66
- "dashjs": "github:bbc/dash.js#smp-v4.7.3-0",
66
+ "dashjs": "github:bbc/dash.js#smp-v4.7.3-1",
67
67
  "smp-imsc": "github:bbc/imscJS#v1.0.3"
68
68
  },
69
69
  "repository": {