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.
@@ -400,7 +400,7 @@ function enableLogs(debugConfig, context, id) {
400
400
  // Some browsers don't allow to use bind on console object anyway
401
401
  // fallback to default if needed
402
402
  try {
403
- newLogger.log(`Debug logs enabled for "${context}" in hls.js version ${"1.6.0-beta.1.0.canary.10759"}`);
403
+ newLogger.log(`Debug logs enabled for "${context}" in hls.js version ${"1.6.0-beta.1.0.canary.10763"}`);
404
404
  } catch (e) {
405
405
  /* log fn threw an exception. All logger methods are no-ops. */
406
406
  return createLogger();
@@ -1924,18 +1924,14 @@ function retryForHttpStatus(httpStatus) {
1924
1924
 
1925
1925
  var NetworkErrorAction = {
1926
1926
  DoNothing: 0,
1927
- SendEndCallback: 1,
1928
1927
  SendAlternateToPenaltyBox: 2,
1929
1928
  RemoveAlternatePermanently: 3,
1930
- InsertDiscontinuity: 4,
1931
1929
  RetryRequest: 5
1932
1930
  };
1933
1931
  var ErrorActionFlags = {
1934
1932
  None: 0,
1935
1933
  MoveAllAlternatesMatchingHost: 1,
1936
- MoveAllAlternatesMatchingHDCP: 2,
1937
- SwitchToSDR: 4
1938
- }; // Reserved for future use
1934
+ MoveAllAlternatesMatchingHDCP: 2}; // Reserved for future use
1939
1935
  class ErrorController extends Logger {
1940
1936
  constructor(hls) {
1941
1937
  super('error-controller', hls.logger);
@@ -7464,12 +7460,10 @@ const State = {
7464
7460
  KEY_LOADING: 'KEY_LOADING',
7465
7461
  FRAG_LOADING: 'FRAG_LOADING',
7466
7462
  FRAG_LOADING_WAITING_RETRY: 'FRAG_LOADING_WAITING_RETRY',
7467
- WAITING_TRACK: 'WAITING_TRACK',
7468
7463
  PARSING: 'PARSING',
7469
7464
  PARSED: 'PARSED',
7470
7465
  ENDED: 'ENDED',
7471
7466
  ERROR: 'ERROR',
7472
- WAITING_INIT_PTS: 'WAITING_INIT_PTS',
7473
7467
  WAITING_LEVEL: 'WAITING_LEVEL'
7474
7468
  };
7475
7469
  class BaseStreamController extends TaskLoop {
@@ -19087,7 +19081,7 @@ class GapController extends Logger {
19087
19081
  }
19088
19082
  }
19089
19083
 
19090
- const version = "1.6.0-beta.1.0.canary.10759";
19084
+ const version = "1.6.0-beta.1.0.canary.10763";
19091
19085
 
19092
19086
  // ensure the worker ends up in the bundle
19093
19087
  // If the worker should not be included this gets aliased to empty.js