hls.js 1.6.0-beta.1.0.canary.10763 → 1.6.0-beta.1.0.canary.10764
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/hls.js +3 -2
- package/dist/hls.js.map +1 -1
- package/dist/hls.light.js +2 -2
- package/dist/hls.light.min.js +1 -1
- package/dist/hls.light.mjs +2 -2
- package/dist/hls.min.js +1 -1
- package/dist/hls.min.js.map +1 -1
- package/dist/hls.mjs +3 -2
- package/dist/hls.mjs.map +1 -1
- package/dist/hls.worker.js +1 -1
- package/package.json +1 -1
- package/src/controller/interstitials-controller.ts +1 -0
package/dist/hls.js
CHANGED
@@ -1057,7 +1057,7 @@
|
|
1057
1057
|
// Some browsers don't allow to use bind on console object anyway
|
1058
1058
|
// fallback to default if needed
|
1059
1059
|
try {
|
1060
|
-
newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.6.0-beta.1.0.canary.
|
1060
|
+
newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.6.0-beta.1.0.canary.10764");
|
1061
1061
|
} catch (e) {
|
1062
1062
|
/* log fn threw an exception. All logger methods are no-ops. */
|
1063
1063
|
return createLogger();
|
@@ -16217,7 +16217,7 @@
|
|
16217
16217
|
return !remuxResult.audio && !remuxResult.video && !remuxResult.text && !remuxResult.id3 && !remuxResult.initSegment;
|
16218
16218
|
}
|
16219
16219
|
|
16220
|
-
var version = "1.6.0-beta.1.0.canary.
|
16220
|
+
var version = "1.6.0-beta.1.0.canary.10764";
|
16221
16221
|
|
16222
16222
|
// ensure the worker ends up in the bundle
|
16223
16223
|
// If the worker should not be included this gets aliased to empty.js
|
@@ -24382,6 +24382,7 @@
|
|
24382
24382
|
this.schedule.reset();
|
24383
24383
|
this.emptyPlayerQueue();
|
24384
24384
|
this.clearScheduleState();
|
24385
|
+
this.shouldPlay = false;
|
24385
24386
|
this.bufferedPos = this.timelinePos = -1;
|
24386
24387
|
this.mediaSelection = this.altSelection = this.manager = this.requiredTracks = null;
|
24387
24388
|
// BUFFER_CODECS listener added here for buffer-controller to handle it first where it adds tracks
|