bigscreen-player 8.10.2 → 8.10.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 DebugToolInstance, P as Plugins, U as Utils, D as DOMHelpers } from './main-e65c195f.js';
2
+ import { f as findSegmentTemplate, L as LoadUrl, a as DebugToolInstance, P as Plugins, U as Utils, D as DOMHelpers } from './main-a21b153c.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-e65c195f.js';
1
+ import { D as DOMHelpers, a as DebugToolInstance, P as Plugins, L as LoadUrl, T as TransportControlPosition } from './main-a21b153c.js';
2
2
 
3
3
  /**
4
4
  * Safely checks if an attribute exists on an element.
@@ -5961,7 +5961,7 @@ BasicStrategy.getLiveSupport = () => LiveSupport.SEEKABLE;
5961
5961
  function StrategyPicker() {
5962
5962
  return new Promise((resolve, reject) => {
5963
5963
  if (window.bigscreenPlayer.playbackStrategy === PlaybackStrategy.MSE) {
5964
- return import('./msestrategy-d01d2a86.js')
5964
+ return import('./msestrategy-905df182.js')
5965
5965
  .then(({ default: MSEStrategy }) => resolve(MSEStrategy))
5966
5966
  .catch(() => {
5967
5967
  reject({ error: "strategyDynamicLoadError" });
@@ -6407,7 +6407,7 @@ const PauseTriggers = {
6407
6407
  DEVICE: 3,
6408
6408
  };
6409
6409
 
6410
- var Version = "8.10.2";
6410
+ var Version = "8.10.3";
6411
6411
 
6412
6412
  /* eslint-disable no-use-before-define */
6413
6413
 
@@ -7772,7 +7772,7 @@ function Subtitles(mediaPlayer, autoStart, playbackElement, defaultStyleOpts, me
7772
7772
 
7773
7773
  if (available()) {
7774
7774
  if (useLegacySubs) {
7775
- import('./legacysubtitles-ff50db6c.js')
7775
+ import('./legacysubtitles-c1aa1132.js')
7776
7776
  .then(({ default: LegacySubtitles }) => {
7777
7777
  subtitlesContainer = LegacySubtitles(mediaPlayer, autoStart, playbackElement, mediaSources, defaultStyleOpts);
7778
7778
  callback(subtitlesEnabled);
@@ -7781,7 +7781,7 @@ function Subtitles(mediaPlayer, autoStart, playbackElement, defaultStyleOpts, me
7781
7781
  Plugins.interface.onSubtitlesDynamicLoadError();
7782
7782
  });
7783
7783
  } else {
7784
- import('./imscsubtitles-2963ed4a.js')
7784
+ import('./imscsubtitles-5b75bb24.js')
7785
7785
  .then(({ default: IMSCSubtitles }) => {
7786
7786
  subtitlesContainer = IMSCSubtitles(mediaPlayer, autoStart, playbackElement, mediaSources, defaultStyleOpts);
7787
7787
  callback(subtitlesEnabled);
package/dist/esm/main.js CHANGED
@@ -1 +1 @@
1
- export { B as BigscreenPlayer, a as DebugTool, E as EntryCategory, c as LiveSupport, M as MediaKinds, g as MediaState, h as MockBigscreenPlayer, b 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-e65c195f.js';
1
+ export { B as BigscreenPlayer, a as DebugTool, E as EntryCategory, c as LiveSupport, M as MediaKinds, g as MediaState, h as MockBigscreenPlayer, b 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-a21b153c.js';
@@ -1,5 +1,5 @@
1
1
  import { MediaPlayer } from 'dashjs/index_mediaplayerOnly';
2
- import { W as WindowTypes, U as Utils, b as PauseTriggers, c as LiveSupport, M as MediaKinds, a as DebugToolInstance, d as TimeUtils, e as DynamicWindowUtils, g as MediaState, P as Plugins, D as DOMHelpers } from './main-e65c195f.js';
2
+ import { W as WindowTypes, U as Utils, b as PauseTriggers, c as LiveSupport, M as MediaKinds, a as DebugToolInstance, d as TimeUtils, e as DynamicWindowUtils, g as MediaState, P as Plugins, D as DOMHelpers } from './main-a21b153c.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.10.2",
3
+ "version": "8.10.3",
4
4
  "type": "module",
5
5
  "description": "Simplified media playback for bigscreen devices.",
6
6
  "main": "dist/esm/main.js",