hls.js 1.6.0-beta.1.0.canary.10759 → 1.6.0-beta.1.0.canary.10763
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 +6 -39
- package/dist/hls.js.map +1 -1
- package/dist/hls.light.js +3 -9
- package/dist/hls.light.js.map +1 -1
- package/dist/hls.light.min.js +1 -1
- package/dist/hls.light.mjs +3 -9
- 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 +6 -39
- package/dist/hls.mjs.map +1 -1
- package/dist/hls.worker.js +1 -1
- package/package.json +2 -2
package/dist/hls.light.js
CHANGED
@@ -1028,7 +1028,7 @@
|
|
1028
1028
|
// Some browsers don't allow to use bind on console object anyway
|
1029
1029
|
// fallback to default if needed
|
1030
1030
|
try {
|
1031
|
-
newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.6.0-beta.1.0.canary.
|
1031
|
+
newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.6.0-beta.1.0.canary.10763");
|
1032
1032
|
} catch (e) {
|
1033
1033
|
/* log fn threw an exception. All logger methods are no-ops. */
|
1034
1034
|
return createLogger();
|
@@ -2753,18 +2753,14 @@
|
|
2753
2753
|
|
2754
2754
|
var NetworkErrorAction = {
|
2755
2755
|
DoNothing: 0,
|
2756
|
-
SendEndCallback: 1,
|
2757
2756
|
SendAlternateToPenaltyBox: 2,
|
2758
2757
|
RemoveAlternatePermanently: 3,
|
2759
|
-
InsertDiscontinuity: 4,
|
2760
2758
|
RetryRequest: 5
|
2761
2759
|
};
|
2762
2760
|
var ErrorActionFlags = {
|
2763
2761
|
None: 0,
|
2764
2762
|
MoveAllAlternatesMatchingHost: 1,
|
2765
|
-
MoveAllAlternatesMatchingHDCP: 2
|
2766
|
-
SwitchToSDR: 4
|
2767
|
-
}; // Reserved for future use
|
2763
|
+
MoveAllAlternatesMatchingHDCP: 2}; // Reserved for future use
|
2768
2764
|
var ErrorController = /*#__PURE__*/function (_Logger) {
|
2769
2765
|
function ErrorController(hls) {
|
2770
2766
|
var _this;
|
@@ -17809,12 +17805,10 @@
|
|
17809
17805
|
KEY_LOADING: 'KEY_LOADING',
|
17810
17806
|
FRAG_LOADING: 'FRAG_LOADING',
|
17811
17807
|
FRAG_LOADING_WAITING_RETRY: 'FRAG_LOADING_WAITING_RETRY',
|
17812
|
-
WAITING_TRACK: 'WAITING_TRACK',
|
17813
17808
|
PARSING: 'PARSING',
|
17814
17809
|
PARSED: 'PARSED',
|
17815
17810
|
ENDED: 'ENDED',
|
17816
17811
|
ERROR: 'ERROR',
|
17817
|
-
WAITING_INIT_PTS: 'WAITING_INIT_PTS',
|
17818
17812
|
WAITING_LEVEL: 'WAITING_LEVEL'
|
17819
17813
|
};
|
17820
17814
|
var BaseStreamController = /*#__PURE__*/function (_TaskLoop) {
|
@@ -19697,7 +19691,7 @@
|
|
19697
19691
|
return !remuxResult.audio && !remuxResult.video && !remuxResult.text && !remuxResult.id3 && !remuxResult.initSegment;
|
19698
19692
|
}
|
19699
19693
|
|
19700
|
-
var version = "1.6.0-beta.1.0.canary.
|
19694
|
+
var version = "1.6.0-beta.1.0.canary.10763";
|
19701
19695
|
|
19702
19696
|
// ensure the worker ends up in the bundle
|
19703
19697
|
// If the worker should not be included this gets aliased to empty.js
|