bigscreen-player 5.7.2 → 5.7.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.
@@ -1,5 +1,5 @@
1
1
  import { fromXML, generateISD, renderHTML } from 'smp-imsc';
2
- import { f as findSegmentTemplate, L as LoadUrl, a as DebugTool, P as Plugins, U as Utils, D as DOMHelpers } from './main-2b49fbff.js';
2
+ import { f as findSegmentTemplate, L as LoadUrl, a as DebugTool, P as Plugins, U as Utils, D as DOMHelpers } from './main-bf075be0.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 DebugTool, P as Plugins, L as LoadUrl, T as TransportControlPosition } from './main-2b49fbff.js';
1
+ import { D as DOMHelpers, a as DebugTool, P as Plugins, L as LoadUrl, T as TransportControlPosition } from './main-bf075be0.js';
2
2
 
3
3
  /**
4
4
  * Safely checks if an attribute exists on an element.
@@ -5782,13 +5782,13 @@ function StrategyPicker(windowType, isUHD) {
5782
5782
  return resolve(NativeStrategy)
5783
5783
  }
5784
5784
 
5785
- return import('./msestrategy-d14fb443.js')
5785
+ return import('./msestrategy-6390d80b.js')
5786
5786
  .then(({ default: MSEStrategy }) => resolve(MSEStrategy))
5787
5787
  .catch(() => {
5788
5788
  reject({ error: "strategyDynamicLoadError" });
5789
5789
  })
5790
5790
  } else if (window.bigscreenPlayer.playbackStrategy === PlaybackStrategy.MSE) {
5791
- return import('./msestrategy-d14fb443.js')
5791
+ return import('./msestrategy-6390d80b.js')
5792
5792
  .then(({ default: MSEStrategy }) => resolve(MSEStrategy))
5793
5793
  .catch(() => {
5794
5794
  reject({ error: "strategyDynamicLoadError" });
@@ -6230,7 +6230,7 @@ function CallCallbacks(callbacks, data) {
6230
6230
  }
6231
6231
  }
6232
6232
 
6233
- var version = "5.7.2";
6233
+ var version = "5.7.3";
6234
6234
 
6235
6235
  var sourceList;
6236
6236
  var source;
@@ -7604,7 +7604,7 @@ function Subtitles(mediaPlayer, autoStart, playbackElement, defaultStyleOpts, me
7604
7604
  let subtitlesContainer;
7605
7605
 
7606
7606
  if (useLegacySubs && available()) {
7607
- import('./legacysubtitles-c12f62b2.js')
7607
+ import('./legacysubtitles-5f2a96bb.js')
7608
7608
  .then(({ default: LegacySubtitles }) => {
7609
7609
  subtitlesContainer = LegacySubtitles(mediaPlayer, autoStart, playbackElement, mediaSources, defaultStyleOpts);
7610
7610
  callback(subtitlesEnabled);
@@ -7622,7 +7622,7 @@ function Subtitles(mediaPlayer, autoStart, playbackElement, defaultStyleOpts, me
7622
7622
  */
7623
7623
  Promise.resolve().then(() => callback(subtitlesEnabled));
7624
7624
  } else {
7625
- import('./imscsubtitles-15051f28.js')
7625
+ import('./imscsubtitles-4ed9794b.js')
7626
7626
  .then(({ default: IMSCSubtitles }) => {
7627
7627
  subtitlesContainer = IMSCSubtitles(mediaPlayer, autoStart, playbackElement, mediaSources, defaultStyleOpts);
7628
7628
  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-2b49fbff.js';
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-bf075be0.js';
@@ -1,4 +1,4 @@
1
- import { U as Utils, D as DOMHelpers, W as WindowTypes, b as LiveSupport, M as MediaState, a as DebugTool, P as Plugins, c as MediaKinds, d as TimeUtils, e as DynamicWindowUtils } from './main-2b49fbff.js';
1
+ import { U as Utils, D as DOMHelpers, W as WindowTypes, b as LiveSupport, M as MediaState, a as DebugTool, P as Plugins, c as MediaKinds, d as TimeUtils, e as DynamicWindowUtils } from './main-bf075be0.js';
2
2
  import { MediaPlayer } from 'dashjs/index_mediaplayerOnly';
3
3
 
4
4
  function filter(manifest, representationOptions) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bigscreen-player",
3
- "version": "5.7.2",
3
+ "version": "5.7.3",
4
4
  "description": "Simplified media playback for bigscreen devices.",
5
5
  "main": "dist/esm/main.js",
6
6
  "browser": "dist/esm/main.js",