hls.js 1.6.0-beta.1.0.canary.10817 → 1.6.0-beta.1.0.canary.10818
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 -3
- package/dist/hls.js.map +1 -1
- package/dist/hls.light.js +2 -2
- package/dist/hls.light.js.map +1 -1
- package/dist/hls.light.min.js +1 -1
- package/dist/hls.light.min.js.map +1 -1
- package/dist/hls.light.mjs +2 -2
- package/dist/hls.light.mjs.map +1 -1
- package/dist/hls.min.js +1 -1
- package/dist/hls.min.js.map +1 -1
- package/dist/hls.mjs +3 -3
- package/dist/hls.mjs.map +1 -1
- package/dist/hls.worker.js +1 -1
- package/package.json +1 -1
- package/src/controller/base-stream-controller.ts +2 -1
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.10818");
|
1061
1061
|
} catch (e) {
|
1062
1062
|
/* log fn threw an exception. All logger methods are no-ops. */
|
1063
1063
|
return createLogger();
|
@@ -9044,7 +9044,7 @@
|
|
9044
9044
|
};
|
9045
9045
|
_proto.loadFragment = function loadFragment(frag, level, targetBufferTime) {
|
9046
9046
|
var config = this.hls.config;
|
9047
|
-
if (config.interstitialsController && config.enableInterstitialPlayback !== false) {
|
9047
|
+
if (config.interstitialsController && config.enableInterstitialPlayback !== false && frag.type !== PlaylistLevelType.SUBTITLE) {
|
9048
9048
|
// Do not load fragments outside the buffering schedule segment
|
9049
9049
|
var interstitials = this.hls.interstitialsManager;
|
9050
9050
|
var bufferingItem = interstitials == null ? void 0 : interstitials.bufferingItem;
|
@@ -16296,7 +16296,7 @@
|
|
16296
16296
|
return !remuxResult.audio && !remuxResult.video && !remuxResult.text && !remuxResult.id3 && !remuxResult.initSegment;
|
16297
16297
|
}
|
16298
16298
|
|
16299
|
-
var version = "1.6.0-beta.1.0.canary.
|
16299
|
+
var version = "1.6.0-beta.1.0.canary.10818";
|
16300
16300
|
|
16301
16301
|
// ensure the worker ends up in the bundle
|
16302
16302
|
// If the worker should not be included this gets aliased to empty.js
|