bigscreen-player 8.8.0 → 8.9.0

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-9897db0b.js';
2
+ import { f as findSegmentTemplate, L as LoadUrl, a as DebugToolInstance, P as Plugins, U as Utils, D as DOMHelpers } from './main-e522ea55.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-9897db0b.js';
1
+ import { D as DOMHelpers, a as DebugToolInstance, P as Plugins, L as LoadUrl, T as TransportControlPosition } from './main-e522ea55.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-315ca897.js')
5964
+ return import('./msestrategy-754c45db.js')
5965
5965
  .then(({ default: MSEStrategy }) => resolve(MSEStrategy))
5966
5966
  .catch(() => {
5967
5967
  reject({ error: "strategyDynamicLoadError" });
@@ -6384,7 +6384,7 @@ const PauseTriggers = {
6384
6384
  DEVICE: 3,
6385
6385
  };
6386
6386
 
6387
- var Version = "8.8.0";
6387
+ var Version = "8.9.0";
6388
6388
 
6389
6389
  var sourceList;
6390
6390
  var source;
@@ -7735,7 +7735,7 @@ function Subtitles(mediaPlayer, autoStart, playbackElement, defaultStyleOpts, me
7735
7735
 
7736
7736
  if (available()) {
7737
7737
  if (useLegacySubs) {
7738
- import('./legacysubtitles-cfb3355d.js')
7738
+ import('./legacysubtitles-b9454c77.js')
7739
7739
  .then(({ default: LegacySubtitles }) => {
7740
7740
  subtitlesContainer = LegacySubtitles(mediaPlayer, autoStart, playbackElement, mediaSources, defaultStyleOpts);
7741
7741
  callback(subtitlesEnabled);
@@ -7744,7 +7744,7 @@ function Subtitles(mediaPlayer, autoStart, playbackElement, defaultStyleOpts, me
7744
7744
  Plugins.interface.onSubtitlesDynamicLoadError();
7745
7745
  });
7746
7746
  } else {
7747
- import('./imscsubtitles-ac507526.js')
7747
+ import('./imscsubtitles-eef20443.js')
7748
7748
  .then(({ default: IMSCSubtitles }) => {
7749
7749
  subtitlesContainer = IMSCSubtitles(mediaPlayer, autoStart, playbackElement, mediaSources, defaultStyleOpts);
7750
7750
  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-9897db0b.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-e522ea55.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-9897db0b.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-e522ea55.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.8.0",
3
+ "version": "8.9.0",
4
4
  "type": "module",
5
5
  "description": "Simplified media playback for bigscreen devices.",
6
6
  "main": "dist/esm/main.js",