bigscreen-player 10.17.0 → 10.17.1
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.
- package/dist/esm/{embeddedsubtitles-d03e3c93.js → embeddedsubtitles-f2fc7a37.js} +1 -1
- package/dist/esm/{imscsubtitles-2ecda44e.js → imscsubtitles-dbc289bc.js} +1 -1
- package/dist/esm/{legacysubtitles-77573f88.js → legacysubtitles-df3bbfee.js} +1 -1
- package/dist/esm/{main-e3834c42.js → main-052c3a5e.js} +47 -47
- package/dist/esm/main.js +1 -1
- package/dist/esm/{msestrategy-57d05400.js → msestrategy-3f18d6e3.js} +1 -1
- package/package.json +1 -1
|
@@ -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-
|
|
2
|
+
import { U as Utils, a as DebugTool, P as Plugins, D as DOMHelpers } from './main-052c3a5e.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-
|
|
2
|
+
import { f as findSegmentTemplate, L as LoadUrl, a as DebugTool, P as Plugins, U as Utils, D as DOMHelpers } from './main-052c3a5e.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-
|
|
1
|
+
import { D as DOMHelpers, a as DebugTool, P as Plugins, L as LoadUrl, T as TransportControlPosition } from './main-052c3a5e.js';
|
|
2
2
|
import 'tslib';
|
|
3
3
|
|
|
4
4
|
/**
|
|
@@ -799,7 +799,7 @@ function createDebugTool() {
|
|
|
799
799
|
toggleVisibility,
|
|
800
800
|
};
|
|
801
801
|
}
|
|
802
|
-
const DebugTool
|
|
802
|
+
const DebugTool = createDebugTool();
|
|
803
803
|
|
|
804
804
|
const ManifestType = {
|
|
805
805
|
STATIC: "static",
|
|
@@ -979,7 +979,7 @@ function LegacyPlayerAdapter(mediaSources, playbackElement, isUHD, player) {
|
|
|
979
979
|
if (Object.prototype.hasOwnProperty.call(handleEvent, event.type)) {
|
|
980
980
|
handleEvent[event.type].call(this, event);
|
|
981
981
|
} else {
|
|
982
|
-
DebugTool
|
|
982
|
+
DebugTool.info(`${getSelection()} Event:${event.type}`);
|
|
983
983
|
}
|
|
984
984
|
}
|
|
985
985
|
|
|
@@ -1005,7 +1005,7 @@ function LegacyPlayerAdapter(mediaSources, playbackElement, isUHD, player) {
|
|
|
1005
1005
|
}
|
|
1006
1006
|
|
|
1007
1007
|
function onTimeUpdate(event) {
|
|
1008
|
-
DebugTool
|
|
1008
|
+
DebugTool.updateElementTime(event.currentTime);
|
|
1009
1009
|
|
|
1010
1010
|
isPaused = false;
|
|
1011
1011
|
|
|
@@ -1772,7 +1772,7 @@ function Cehtml() {
|
|
|
1772
1772
|
const clampedTime = getClampedTime(seconds);
|
|
1773
1773
|
|
|
1774
1774
|
if (clampedTime !== seconds) {
|
|
1775
|
-
DebugTool
|
|
1775
|
+
DebugTool.info(
|
|
1776
1776
|
"playFrom " +
|
|
1777
1777
|
seconds +
|
|
1778
1778
|
" clamped to " +
|
|
@@ -1814,7 +1814,7 @@ function Cehtml() {
|
|
|
1814
1814
|
}
|
|
1815
1815
|
|
|
1816
1816
|
function reportError(errorMessage) {
|
|
1817
|
-
DebugTool
|
|
1817
|
+
DebugTool.info(errorMessage);
|
|
1818
1818
|
emitEvent(MediaPlayerBase.EVENT.ERROR, { errorMessage: errorMessage });
|
|
1819
1819
|
}
|
|
1820
1820
|
|
|
@@ -2312,7 +2312,7 @@ function Html5() {
|
|
|
2312
2312
|
}
|
|
2313
2313
|
|
|
2314
2314
|
function reportError(errorString, mediaError) {
|
|
2315
|
-
DebugTool
|
|
2315
|
+
DebugTool.info("HTML5 Media Player error: " + errorString);
|
|
2316
2316
|
emitEvent(MediaPlayerBase.EVENT.ERROR, mediaError);
|
|
2317
2317
|
}
|
|
2318
2318
|
|
|
@@ -3260,7 +3260,7 @@ function SamsungMaple() {
|
|
|
3260
3260
|
const clampedTime = getClampedTime(seconds);
|
|
3261
3261
|
|
|
3262
3262
|
if (clampedTime !== seconds) {
|
|
3263
|
-
DebugTool
|
|
3263
|
+
DebugTool.info(
|
|
3264
3264
|
"playFrom " +
|
|
3265
3265
|
seconds +
|
|
3266
3266
|
" clamped to " +
|
|
@@ -3396,7 +3396,7 @@ function SamsungMaple() {
|
|
|
3396
3396
|
}
|
|
3397
3397
|
|
|
3398
3398
|
function _reportError(errorMessage) {
|
|
3399
|
-
DebugTool
|
|
3399
|
+
DebugTool.info(errorMessage);
|
|
3400
3400
|
_emitEvent(MediaPlayerBase.EVENT.ERROR, { errorMessage: errorMessage });
|
|
3401
3401
|
}
|
|
3402
3402
|
|
|
@@ -4062,7 +4062,7 @@ function SamsungStreaming() {
|
|
|
4062
4062
|
const clampedTime = _getClampedTime(seconds);
|
|
4063
4063
|
|
|
4064
4064
|
if (clampedTime !== seconds) {
|
|
4065
|
-
DebugTool
|
|
4065
|
+
DebugTool.info(
|
|
4066
4066
|
"playFrom " +
|
|
4067
4067
|
seconds +
|
|
4068
4068
|
" clamped to " +
|
|
@@ -4246,7 +4246,7 @@ function SamsungStreaming() {
|
|
|
4246
4246
|
}
|
|
4247
4247
|
|
|
4248
4248
|
function _reportError(errorMessage) {
|
|
4249
|
-
DebugTool
|
|
4249
|
+
DebugTool.info(errorMessage);
|
|
4250
4250
|
_emitEvent(MediaPlayerBase.EVENT.ERROR, { errorMessage: errorMessage });
|
|
4251
4251
|
}
|
|
4252
4252
|
|
|
@@ -4851,7 +4851,7 @@ function SamsungStreaming2015() {
|
|
|
4851
4851
|
const clampedTime = _getClampedTime(seconds);
|
|
4852
4852
|
|
|
4853
4853
|
if (clampedTime !== seconds) {
|
|
4854
|
-
DebugTool
|
|
4854
|
+
DebugTool.info(
|
|
4855
4855
|
"playFrom " +
|
|
4856
4856
|
seconds +
|
|
4857
4857
|
" clamped to " +
|
|
@@ -5034,7 +5034,7 @@ function SamsungStreaming2015() {
|
|
|
5034
5034
|
}
|
|
5035
5035
|
|
|
5036
5036
|
function _reportError(errorMessage) {
|
|
5037
|
-
DebugTool
|
|
5037
|
+
DebugTool.info(errorMessage);
|
|
5038
5038
|
_emitEvent(MediaPlayerBase.EVENT.ERROR, { errorMessage: errorMessage });
|
|
5039
5039
|
}
|
|
5040
5040
|
|
|
@@ -5197,7 +5197,7 @@ function autoResumeAtStartOfRange(currentTime, seekableRange, addEventCallback,
|
|
|
5197
5197
|
const duration = end - start;
|
|
5198
5198
|
const windowLengthInSeconds = timeShiftBufferDepthInSeconds && duration < timeShiftBufferDepthInSeconds ? timeShiftBufferDepthInSeconds : duration;
|
|
5199
5199
|
const resumeTimeOut = Math.max(0, windowLengthInSeconds - (end - currentTime) - AUTO_RESUME_WINDOW_START_CUSHION_SECONDS);
|
|
5200
|
-
DebugTool
|
|
5200
|
+
DebugTool.dynamicMetric("auto-resume", resumeTimeOut);
|
|
5201
5201
|
const autoResumeTimer = setTimeout(() => {
|
|
5202
5202
|
removeEventCallback(undefined, detectIfUnpaused);
|
|
5203
5203
|
resume();
|
|
@@ -5530,7 +5530,7 @@ function BasicStrategy(mediaSources, mediaKind, playbackElement) {
|
|
|
5530
5530
|
}
|
|
5531
5531
|
|
|
5532
5532
|
function onTimeUpdate() {
|
|
5533
|
-
DebugTool
|
|
5533
|
+
DebugTool.updateElementTime(mediaElement.currentTime);
|
|
5534
5534
|
|
|
5535
5535
|
publishTimeUpdate();
|
|
5536
5536
|
}
|
|
@@ -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-
|
|
5713
|
+
return import('./msestrategy-3f18d6e3.js')
|
|
5714
5714
|
.then(({ default: MSEStrategy }) => resolve(MSEStrategy))
|
|
5715
5715
|
.catch((reason) => {
|
|
5716
5716
|
const error = new Error(isError(reason) ? reason.message : undefined);
|
|
@@ -6479,10 +6479,10 @@ function PlayerComponent(
|
|
|
6479
6479
|
|
|
6480
6480
|
if (mediaSources.isAudioDescribedEnabled()) {
|
|
6481
6481
|
audioDescribedCallback(true);
|
|
6482
|
-
DebugTool
|
|
6482
|
+
DebugTool.info("Source changed. Audio Described on.");
|
|
6483
6483
|
} else if (mediaSources.isAudioDescribedAvailable()) {
|
|
6484
6484
|
audioDescribedCallback(false);
|
|
6485
|
-
DebugTool
|
|
6485
|
+
DebugTool.info("Source changed. Audio Described off.");
|
|
6486
6486
|
}
|
|
6487
6487
|
}
|
|
6488
6488
|
|
|
@@ -6544,7 +6544,7 @@ const PauseTriggers = {
|
|
|
6544
6544
|
DEVICE: 3,
|
|
6545
6545
|
};
|
|
6546
6546
|
|
|
6547
|
-
var Version = "10.17.
|
|
6547
|
+
var Version = "10.17.1";
|
|
6548
6548
|
|
|
6549
6549
|
/* eslint-disable no-use-before-define */
|
|
6550
6550
|
|
|
@@ -7209,7 +7209,7 @@ function parse({ body, type }) {
|
|
|
7209
7209
|
}
|
|
7210
7210
|
})
|
|
7211
7211
|
.catch((error) => {
|
|
7212
|
-
DebugTool
|
|
7212
|
+
DebugTool.error(error);
|
|
7213
7213
|
Plugins.interface.onManifestParseError({ code: error.code, message: error.message });
|
|
7214
7214
|
return {
|
|
7215
7215
|
manifestType: ManifestType.STATIC,
|
|
@@ -7468,7 +7468,7 @@ function MediaSources() {
|
|
|
7468
7468
|
function isFailoverInfoValid(failoverParams) {
|
|
7469
7469
|
const infoValid = typeof failoverParams === "object" && typeof failoverParams.isBufferingTimeoutError === "boolean";
|
|
7470
7470
|
if (!infoValid) {
|
|
7471
|
-
DebugTool
|
|
7471
|
+
DebugTool.error("failoverInfo is not valid");
|
|
7472
7472
|
}
|
|
7473
7473
|
return infoValid;
|
|
7474
7474
|
}
|
|
@@ -7498,10 +7498,10 @@ function MediaSources() {
|
|
|
7498
7498
|
.then(({ time: newTime, transferFormat: newTransferFormat }) => {
|
|
7499
7499
|
time = newTime;
|
|
7500
7500
|
transferFormat = newTransferFormat;
|
|
7501
|
-
DebugTool
|
|
7501
|
+
DebugTool.sourceLoaded(Object.assign(Object.assign({}, time), { transferFormat }));
|
|
7502
7502
|
})
|
|
7503
7503
|
.catch((reason) => {
|
|
7504
|
-
DebugTool
|
|
7504
|
+
DebugTool.error(`Failed to load manifest: ${isError(reason) ? reason.message : "cause n/a"}`);
|
|
7505
7505
|
return failover({
|
|
7506
7506
|
isBufferingTimeoutError: false,
|
|
7507
7507
|
code: PluginEnums.ERROR_CODES.MANIFEST_LOAD,
|
|
@@ -7548,7 +7548,7 @@ function MediaSources() {
|
|
|
7548
7548
|
const failoverResetToken = setTimeout(() => {
|
|
7549
7549
|
if (mediaSource == null || sources[currentSources].length === 0)
|
|
7550
7550
|
return;
|
|
7551
|
-
DebugTool
|
|
7551
|
+
DebugTool.info(`${mediaSource.cdn} has been added back in to available CDNs`);
|
|
7552
7552
|
sources[currentSources].push(mediaSource);
|
|
7553
7553
|
updateDebugOutput();
|
|
7554
7554
|
}, failoverResetTimeMs);
|
|
@@ -7597,10 +7597,10 @@ function MediaSources() {
|
|
|
7597
7597
|
return subtitlesSources.map((subtitleSource) => subtitleSource.cdn);
|
|
7598
7598
|
}
|
|
7599
7599
|
function updateDebugOutput() {
|
|
7600
|
-
DebugTool
|
|
7601
|
-
DebugTool
|
|
7602
|
-
DebugTool
|
|
7603
|
-
DebugTool
|
|
7600
|
+
DebugTool.dynamicMetric("cdns-available", availableCdns());
|
|
7601
|
+
DebugTool.dynamicMetric("current-url", stripQueryParamsAndHash(getCurrentUrl()));
|
|
7602
|
+
DebugTool.dynamicMetric("subtitle-cdns-available", availableSubtitlesCdns());
|
|
7603
|
+
DebugTool.dynamicMetric("subtitle-current-url", stripQueryParamsAndHash(getCurrentSubtitlesUrl()));
|
|
7604
7604
|
}
|
|
7605
7605
|
function tearDown() {
|
|
7606
7606
|
failoverResetTokens.forEach((token) => clearTimeout(token));
|
|
@@ -7736,7 +7736,7 @@ function Subtitles(
|
|
|
7736
7736
|
|
|
7737
7737
|
if (available()) {
|
|
7738
7738
|
if (useLegacySubs) {
|
|
7739
|
-
import('./legacysubtitles-
|
|
7739
|
+
import('./legacysubtitles-df3bbfee.js')
|
|
7740
7740
|
.then(({ default: LegacySubtitles }) => {
|
|
7741
7741
|
subtitlesContainer = LegacySubtitles(mediaPlayer, playbackElement, mediaSources, {
|
|
7742
7742
|
alwaysOnTop,
|
|
@@ -7750,7 +7750,7 @@ function Subtitles(
|
|
|
7750
7750
|
Plugins.interface.onSubtitlesDynamicLoadError();
|
|
7751
7751
|
});
|
|
7752
7752
|
} else if (embeddedSubs) {
|
|
7753
|
-
import('./embeddedsubtitles-
|
|
7753
|
+
import('./embeddedsubtitles-f2fc7a37.js')
|
|
7754
7754
|
.then(({ default: EmbeddedSubtitles }) => {
|
|
7755
7755
|
subtitlesContainer = EmbeddedSubtitles(mediaPlayer, playbackElement, {
|
|
7756
7756
|
autoStart,
|
|
@@ -7763,7 +7763,7 @@ function Subtitles(
|
|
|
7763
7763
|
Plugins.interface.onSubtitlesDynamicLoadError();
|
|
7764
7764
|
});
|
|
7765
7765
|
} else {
|
|
7766
|
-
import('./imscsubtitles-
|
|
7766
|
+
import('./imscsubtitles-dbc289bc.js')
|
|
7767
7767
|
.then(({ default: IMSCSubtitles }) => {
|
|
7768
7768
|
subtitlesContainer = IMSCSubtitles(mediaPlayer, playbackElement, mediaSources, {
|
|
7769
7769
|
alwaysOnTop,
|
|
@@ -7967,7 +7967,7 @@ function BigscreenPlayer() {
|
|
|
7967
7967
|
}
|
|
7968
7968
|
|
|
7969
7969
|
stateObject.endOfStream = endOfStream;
|
|
7970
|
-
DebugTool
|
|
7970
|
+
DebugTool.statechange(evt.data.state);
|
|
7971
7971
|
|
|
7972
7972
|
CallCallbacks(_callbacks.stateChange, stateObject);
|
|
7973
7973
|
}
|
|
@@ -7977,11 +7977,11 @@ function BigscreenPlayer() {
|
|
|
7977
7977
|
typeof evt.data.seekableRange.start === "number" &&
|
|
7978
7978
|
typeof evt.data.seekableRange.end === "number"
|
|
7979
7979
|
) {
|
|
7980
|
-
DebugTool
|
|
7980
|
+
DebugTool.staticMetric("seekable-range", [evt.data.seekableRange.start, evt.data.seekableRange.end]);
|
|
7981
7981
|
}
|
|
7982
7982
|
|
|
7983
7983
|
if (evt.data.duration) {
|
|
7984
|
-
DebugTool
|
|
7984
|
+
DebugTool.staticMetric("duration", evt.data.duration);
|
|
7985
7985
|
}
|
|
7986
7986
|
|
|
7987
7987
|
if (playerComponent && readyHelper) {
|
|
@@ -8105,7 +8105,7 @@ function BigscreenPlayer() {
|
|
|
8105
8105
|
|
|
8106
8106
|
function toggleDebug() {
|
|
8107
8107
|
if (playerComponent) {
|
|
8108
|
-
DebugTool
|
|
8108
|
+
DebugTool.toggleVisibility();
|
|
8109
8109
|
}
|
|
8110
8110
|
}
|
|
8111
8111
|
|
|
@@ -8153,8 +8153,8 @@ function BigscreenPlayer() {
|
|
|
8153
8153
|
*/
|
|
8154
8154
|
init: (newPlaybackElement, bigscreenPlayerData, callbacks = {}) => {
|
|
8155
8155
|
playbackElement = newPlaybackElement;
|
|
8156
|
-
DebugTool
|
|
8157
|
-
DebugTool
|
|
8156
|
+
DebugTool.init();
|
|
8157
|
+
DebugTool.setRootElement(playbackElement);
|
|
8158
8158
|
resizer = Resizer();
|
|
8159
8159
|
|
|
8160
8160
|
mediaKind = bigscreenPlayerData.media.kind;
|
|
@@ -8163,15 +8163,15 @@ function BigscreenPlayer() {
|
|
|
8163
8163
|
initialPlaybackTime = createPlaybackTime(bigscreenPlayerData.initialPlaybackTime);
|
|
8164
8164
|
}
|
|
8165
8165
|
|
|
8166
|
-
DebugTool
|
|
8166
|
+
DebugTool.staticMetric("version", Version);
|
|
8167
8167
|
|
|
8168
8168
|
if (initialPlaybackTime) {
|
|
8169
8169
|
const { seconds, timeline } = initialPlaybackTime;
|
|
8170
|
-
DebugTool
|
|
8170
|
+
DebugTool.staticMetric("initial-playback-time", [seconds, timeline]);
|
|
8171
8171
|
}
|
|
8172
8172
|
|
|
8173
8173
|
if (typeof window.bigscreenPlayer?.playbackStrategy === "string") {
|
|
8174
|
-
DebugTool
|
|
8174
|
+
DebugTool.staticMetric("strategy", window.bigscreenPlayer && window.bigscreenPlayer.playbackStrategy);
|
|
8175
8175
|
}
|
|
8176
8176
|
|
|
8177
8177
|
_callbacks.playerReady = callbacks.onSuccess;
|
|
@@ -8223,7 +8223,7 @@ function BigscreenPlayer() {
|
|
|
8223
8223
|
pauseTrigger = undefined;
|
|
8224
8224
|
resizer = undefined;
|
|
8225
8225
|
this.unregisterPlugin();
|
|
8226
|
-
DebugTool
|
|
8226
|
+
DebugTool.tearDown();
|
|
8227
8227
|
},
|
|
8228
8228
|
|
|
8229
8229
|
/**
|
|
@@ -8324,7 +8324,7 @@ function BigscreenPlayer() {
|
|
|
8324
8324
|
setCurrentTime(seconds, timeline) {
|
|
8325
8325
|
const playbackTime = createPlaybackTime({ seconds, timeline });
|
|
8326
8326
|
|
|
8327
|
-
DebugTool
|
|
8327
|
+
DebugTool.apicall("setCurrentTime", [playbackTime.seconds.toFixed(3), playbackTime.timeline]);
|
|
8328
8328
|
|
|
8329
8329
|
if (playerComponent) {
|
|
8330
8330
|
// this flag must be set before calling into playerComponent.setCurrentTime - as this synchronously fires a WAITING event (when native strategy).
|
|
@@ -8433,7 +8433,7 @@ function BigscreenPlayer() {
|
|
|
8433
8433
|
* @function
|
|
8434
8434
|
*/
|
|
8435
8435
|
play: () => {
|
|
8436
|
-
DebugTool
|
|
8436
|
+
DebugTool.apicall("play");
|
|
8437
8437
|
|
|
8438
8438
|
playerComponent.play();
|
|
8439
8439
|
},
|
|
@@ -8444,7 +8444,7 @@ function BigscreenPlayer() {
|
|
|
8444
8444
|
* @param {boolean} opts.userPause
|
|
8445
8445
|
*/
|
|
8446
8446
|
pause: (opts) => {
|
|
8447
|
-
DebugTool
|
|
8447
|
+
DebugTool.apicall("pause");
|
|
8448
8448
|
|
|
8449
8449
|
pauseTrigger = opts?.userPause || opts?.userPause == null ? PauseTriggers.USER : PauseTriggers.APP;
|
|
8450
8450
|
|
|
@@ -8661,14 +8661,14 @@ function BigscreenPlayer() {
|
|
|
8661
8661
|
* @function
|
|
8662
8662
|
* @return {Object} - Key value pairs of available log levels
|
|
8663
8663
|
*/
|
|
8664
|
-
getLogLevels: () => DebugTool
|
|
8664
|
+
getLogLevels: () => DebugTool.logLevels,
|
|
8665
8665
|
|
|
8666
8666
|
/**
|
|
8667
8667
|
* @function
|
|
8668
8668
|
* @param logLevel - log level to display @see getLogLevels
|
|
8669
8669
|
*/
|
|
8670
|
-
setLogLevel: (level) => DebugTool
|
|
8671
|
-
getDebugLogs: () => DebugTool
|
|
8670
|
+
setLogLevel: (level) => DebugTool.setLogLevel(level),
|
|
8671
|
+
getDebugLogs: () => DebugTool.getDebugLogs(),
|
|
8672
8672
|
convertPresentationTimeToMediaSampleTimeInSeconds,
|
|
8673
8673
|
convertMediaSampleTimeToPresentationTimeInSeconds,
|
|
8674
8674
|
convertPresentationTimeToAvailabilityTimeInMilliseconds,
|
|
@@ -8719,4 +8719,4 @@ const WindowTypes = {
|
|
|
8719
8719
|
SLIDING: "slidingWindow",
|
|
8720
8720
|
};
|
|
8721
8721
|
|
|
8722
|
-
export { BigscreenPlayer as B, DOMHelpers as D, EntryCategory as E, LoadUrl as L, MediaKinds as M, Plugins as P, TransportControlPosition as T, Utils as U, WindowTypes as W, DebugTool
|
|
8722
|
+
export { BigscreenPlayer as B, DOMHelpers as D, EntryCategory as E, LoadUrl as L, MediaKinds as M, Plugins as P, TransportControlPosition as T, Utils as U, WindowTypes as W, DebugTool as a, LiveSupport as b, ManifestType as c, MediaState as d, autoResumeAtStartOfRange as e, findSegmentTemplate as f, MockBigscreenPlayer as g, PauseTriggers as h, PlaybackStrategy as i, TransferFormat as j, Timeline as k, isMessage as l, isMetric as m, isTrace as n };
|
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-
|
|
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-052c3a5e.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-
|
|
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-052c3a5e.js';
|
|
3
3
|
import 'tslib';
|
|
4
4
|
|
|
5
5
|
function filter(manifest, representationOptions) {
|