hls.js 1.6.0-beta.1.0.canary.10761 → 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 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.10761");
1060
+ newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.6.0-beta.1.0.canary.10763");
1061
1061
  } catch (e) {
1062
1062
  /* log fn threw an exception. All logger methods are no-ops. */
1063
1063
  return createLogger();
@@ -2960,18 +2960,14 @@
2960
2960
 
2961
2961
  var NetworkErrorAction = {
2962
2962
  DoNothing: 0,
2963
- SendEndCallback: 1,
2964
2963
  SendAlternateToPenaltyBox: 2,
2965
2964
  RemoveAlternatePermanently: 3,
2966
- InsertDiscontinuity: 4,
2967
2965
  RetryRequest: 5
2968
2966
  };
2969
2967
  var ErrorActionFlags = {
2970
2968
  None: 0,
2971
2969
  MoveAllAlternatesMatchingHost: 1,
2972
- MoveAllAlternatesMatchingHDCP: 2,
2973
- SwitchToSDR: 4
2974
- }; // Reserved for future use
2970
+ MoveAllAlternatesMatchingHDCP: 2}; // Reserved for future use
2975
2971
  var ErrorController = /*#__PURE__*/function (_Logger) {
2976
2972
  function ErrorController(hls) {
2977
2973
  var _this;
@@ -7224,7 +7220,6 @@
7224
7220
  var KeySystemIds = {
7225
7221
  CENC: "1077efecc0b24d02ace33c1e52e2fb4b",
7226
7222
  CLEARKEY: "e2719d58a985b3c9781ab030af78d30e",
7227
- FAIRPLAY: "94ce86fb07ff4f43adb893d2fa968ca2",
7228
7223
  PLAYREADY: "9a04f07998404286ab92e65be0885f95",
7229
7224
  WIDEVINE: "edef8ba979d64acea3c827dcd51d21ed"
7230
7225
  };
@@ -16222,7 +16217,7 @@
16222
16217
  return !remuxResult.audio && !remuxResult.video && !remuxResult.text && !remuxResult.id3 && !remuxResult.initSegment;
16223
16218
  }
16224
16219
 
16225
- var version = "1.6.0-beta.1.0.canary.10761";
16220
+ var version = "1.6.0-beta.1.0.canary.10763";
16226
16221
 
16227
16222
  // ensure the worker ends up in the bundle
16228
16223
  // If the worker should not be included this gets aliased to empty.js
@@ -19891,23 +19886,10 @@
19891
19886
  * init segment
19892
19887
  */
19893
19888
  INIT: 'i',
19894
- /**
19895
- * caption or subtitle
19896
- */
19897
- CAPTION: 'c',
19898
19889
  /**
19899
19890
  * ISOBMFF timed text track
19900
19891
  */
19901
- TIMED_TEXT: 'tt',
19902
- /**
19903
- * cryptographic key, license or certificate.
19904
- */
19905
- KEY: 'k',
19906
- /**
19907
- * other
19908
- */
19909
- OTHER: 'o'
19910
- };
19892
+ TIMED_TEXT: 'tt'};
19911
19893
 
19912
19894
  /**
19913
19895
  * Common Media Client Data Object Type
@@ -19926,23 +19908,10 @@
19926
19908
  * @internal
19927
19909
  */
19928
19910
  var CmStreamingFormat = {
19929
- /**
19930
- * MPEG DASH
19931
- */
19932
- DASH: 'd',
19933
19911
  /**
19934
19912
  * HTTP Live Streaming (HLS)
19935
19913
  */
19936
- HLS: 'h',
19937
- /**
19938
- * Smooth Streaming
19939
- */
19940
- SMOOTH: 's',
19941
- /**
19942
- * Other
19943
- */
19944
- OTHER: 'o'
19945
- };
19914
+ HLS: 'h'};
19946
19915
 
19947
19916
  /**
19948
19917
  * Common Media Client Data Streaming Format
@@ -28949,9 +28918,7 @@
28949
28918
  if (canReuseVttTextTrack(textTrack, {
28950
28919
  name: label,
28951
28920
  lang: language,
28952
- characteristics: 'transcribes-spoken-dialog,describes-music-and-sound',
28953
- attrs: {}
28954
- })) {
28921
+ characteristics: 'transcribes-spoken-dialog,describes-music-and-sound'})) {
28955
28922
  return textTrack;
28956
28923
  }
28957
28924
  }