bigscreen-player 10.15.0 → 10.15.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 { U as Utils, a as DebugTool, P as Plugins, D as DOMHelpers } from './main-ec3a6ebb.js';
2
+ import { U as Utils, a as DebugTool, P as Plugins, D as DOMHelpers } from './main-864b91d6.js';
3
3
  import 'tslib';
4
4
 
5
5
  function EmbeddedSubtitles(mediaPlayer, parentElement, { autoStart = false, defaultStyleOpts = {} } = {}) {
@@ -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-ec3a6ebb.js';
2
+ import { f as findSegmentTemplate, L as LoadUrl, a as DebugTool, P as Plugins, U as Utils, D as DOMHelpers } from './main-864b91d6.js';
3
3
  import 'tslib';
4
4
 
5
5
  const SEGMENTS_BUFFER_SIZE = 3;
@@ -1,4 +1,4 @@
1
- import { D as DOMHelpers, a as DebugTool, P as Plugins, L as LoadUrl, T as TransportControlPosition } from './main-ec3a6ebb.js';
1
+ import { D as DOMHelpers, a as DebugTool, P as Plugins, L as LoadUrl, T as TransportControlPosition } from './main-864b91d6.js';
2
2
  import 'tslib';
3
3
 
4
4
  /**
@@ -5710,7 +5710,7 @@ BasicStrategy.getLiveSupport = () => LiveSupport.SEEKABLE;
5710
5710
  function StrategyPicker() {
5711
5711
  return new Promise((resolve, reject) => {
5712
5712
  if (window.bigscreenPlayer.playbackStrategy === PlaybackStrategy.MSE) {
5713
- return import('./msestrategy-5402c814.js')
5713
+ return import('./msestrategy-03c47d61.js')
5714
5714
  .then(({ default: MSEStrategy }) => resolve(MSEStrategy))
5715
5715
  .catch((reason) => {
5716
5716
  const error = new Error(isError(reason) ? reason.message : undefined);
@@ -6509,7 +6509,7 @@ const PauseTriggers = {
6509
6509
  DEVICE: 3,
6510
6510
  };
6511
6511
 
6512
- var Version = "10.15.0";
6512
+ var Version = "10.15.3";
6513
6513
 
6514
6514
  /* eslint-disable no-use-before-define */
6515
6515
 
@@ -7701,7 +7701,7 @@ function Subtitles(
7701
7701
 
7702
7702
  if (available()) {
7703
7703
  if (useLegacySubs) {
7704
- import('./legacysubtitles-56482e46.js')
7704
+ import('./legacysubtitles-698649e0.js')
7705
7705
  .then(({ default: LegacySubtitles }) => {
7706
7706
  subtitlesContainer = LegacySubtitles(mediaPlayer, playbackElement, mediaSources, {
7707
7707
  alwaysOnTop,
@@ -7715,7 +7715,7 @@ function Subtitles(
7715
7715
  Plugins.interface.onSubtitlesDynamicLoadError();
7716
7716
  });
7717
7717
  } else if (embeddedSubs) {
7718
- import('./embeddedsubtitles-2a0bb52a.js')
7718
+ import('./embeddedsubtitles-28686f7a.js')
7719
7719
  .then(({ default: EmbeddedSubtitles }) => {
7720
7720
  subtitlesContainer = EmbeddedSubtitles(mediaPlayer, playbackElement, {
7721
7721
  autoStart,
@@ -7728,7 +7728,7 @@ function Subtitles(
7728
7728
  Plugins.interface.onSubtitlesDynamicLoadError();
7729
7729
  });
7730
7730
  } else {
7731
- import('./imscsubtitles-62fba8c8.js')
7731
+ import('./imscsubtitles-7db95068.js')
7732
7732
  .then(({ default: IMSCSubtitles }) => {
7733
7733
  subtitlesContainer = IMSCSubtitles(mediaPlayer, playbackElement, mediaSources, {
7734
7734
  alwaysOnTop,
package/dist/esm/main.js CHANGED
@@ -1,2 +1,2 @@
1
- export { B as BigscreenPlayer, a as DebugTool, E as EntryCategory, b as LiveSupport, c as ManifestType, M as MediaKinds, d as MediaState, g as MockBigscreenPlayer, h as PauseTriggers, i as PlaybackStrategy, k as Timeline, j as TransferFormat, T as TransportControlPosition, W as WindowTypes, l as isMessage, m as isMetric, n as isTrace } from './main-ec3a6ebb.js';
1
+ export { B as BigscreenPlayer, a as DebugTool, E as EntryCategory, b as LiveSupport, c as ManifestType, M as MediaKinds, d as MediaState, g as MockBigscreenPlayer, h as PauseTriggers, i as PlaybackStrategy, k as Timeline, j as TransferFormat, T as TransportControlPosition, W as WindowTypes, l as isMessage, m as isMetric, n as isTrace } from './main-864b91d6.js';
2
2
  import 'tslib';
@@ -1,5 +1,5 @@
1
1
  import { MediaPlayer } from 'dashjs/index';
2
- import { U as Utils, M as MediaKinds, b as LiveSupport, a as DebugTool, c as ManifestType, P as Plugins, d as MediaState, e as autoResumeAtStartOfRange, D as DOMHelpers } from './main-ec3a6ebb.js';
2
+ import { U as Utils, M as MediaKinds, b as LiveSupport, a as DebugTool, c as ManifestType, P as Plugins, d as MediaState, e as autoResumeAtStartOfRange, D as DOMHelpers } from './main-864b91d6.js';
3
3
  import 'tslib';
4
4
 
5
5
  function filter(manifest, representationOptions) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bigscreen-player",
3
- "version": "10.15.0",
3
+ "version": "10.15.3",
4
4
  "type": "module",
5
5
  "description": "Simplified media playback for bigscreen devices.",
6
6
  "main": "dist/esm/main.js",