hls.js 1.6.0-beta.2.0.canary.10915 → 1.6.0-beta.2.0.canary.10919
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 +3 -3
- package/dist/hls.light.js.map +1 -1
- package/dist/hls.light.min.js +1 -1
- package/dist/hls.light.mjs +3 -3
- package/dist/hls.light.mjs.map +1 -1
- package/dist/hls.min.js +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 +4 -4
package/dist/hls.js
CHANGED
@@ -1059,7 +1059,7 @@
|
|
1059
1059
|
// Some browsers don't allow to use bind on console object anyway
|
1060
1060
|
// fallback to default if needed
|
1061
1061
|
try {
|
1062
|
-
newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.6.0-beta.2.0.canary.
|
1062
|
+
newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.6.0-beta.2.0.canary.10919");
|
1063
1063
|
} catch (e) {
|
1064
1064
|
/* log fn threw an exception. All logger methods are no-ops. */
|
1065
1065
|
return createLogger();
|
@@ -2981,7 +2981,7 @@
|
|
2981
2981
|
MoveAllAlternatesMatchingHost: 1,
|
2982
2982
|
MoveAllAlternatesMatchingHDCP: 2,
|
2983
2983
|
SwitchToSDR: 4
|
2984
|
-
};
|
2984
|
+
};
|
2985
2985
|
var ErrorController = /*#__PURE__*/function (_Logger) {
|
2986
2986
|
function ErrorController(hls) {
|
2987
2987
|
var _this;
|
@@ -16311,7 +16311,7 @@
|
|
16311
16311
|
return !remuxResult.audio && !remuxResult.video && !remuxResult.text && !remuxResult.id3 && !remuxResult.initSegment;
|
16312
16312
|
}
|
16313
16313
|
|
16314
|
-
var version = "1.6.0-beta.2.0.canary.
|
16314
|
+
var version = "1.6.0-beta.2.0.canary.10919";
|
16315
16315
|
|
16316
16316
|
// ensure the worker ends up in the bundle
|
16317
16317
|
// If the worker should not be included this gets aliased to empty.js
|