hls.js 1.6.0-beta.3.0.canary.10967 → 1.6.0-beta.3.0.canary.10971

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
@@ -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.3.0.canary.10967");
1062
+ newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.6.0-beta.3.0.canary.10971");
1063
1063
  } catch (e) {
1064
1064
  /* log fn threw an exception. All logger methods are no-ops. */
1065
1065
  return createLogger();
@@ -16358,7 +16358,7 @@
16358
16358
  return !remuxResult.audio && !remuxResult.video && !remuxResult.text && !remuxResult.id3 && !remuxResult.initSegment;
16359
16359
  }
16360
16360
 
16361
- var version = "1.6.0-beta.3.0.canary.10967";
16361
+ var version = "1.6.0-beta.3.0.canary.10971";
16362
16362
 
16363
16363
  // ensure the worker ends up in the bundle
16364
16364
  // If the worker should not be included this gets aliased to empty.js
@@ -20067,10 +20067,23 @@
20067
20067
  * init segment
20068
20068
  */
20069
20069
  INIT: 'i',
20070
+ /**
20071
+ * caption or subtitle
20072
+ */
20073
+ CAPTION: 'c',
20070
20074
  /**
20071
20075
  * ISOBMFF timed text track
20072
20076
  */
20073
- TIMED_TEXT: 'tt'};
20077
+ TIMED_TEXT: 'tt',
20078
+ /**
20079
+ * cryptographic key, license or certificate.
20080
+ */
20081
+ KEY: 'k',
20082
+ /**
20083
+ * other
20084
+ */
20085
+ OTHER: 'o'
20086
+ };
20074
20087
 
20075
20088
  /**
20076
20089
  * Common Media Client Data Object Type