hls.js 1.5.9-0.canary.10276 → 1.5.9-0.canary.10280

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
@@ -637,7 +637,7 @@
637
637
  // Some browsers don't allow to use bind on console object anyway
638
638
  // fallback to default if needed
639
639
  try {
640
- newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.5.9-0.canary.10276");
640
+ newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.5.9-0.canary.10280");
641
641
  } catch (e) {
642
642
  /* log fn threw an exception. All logger methods are no-ops. */
643
643
  return createLogger();
@@ -14201,8 +14201,7 @@
14201
14201
  case 0xc2: // SAMPLE-AES EC3
14202
14202
  /* falls through */
14203
14203
  case 0x87:
14204
- logger.warn('Unsupported EC-3 in M2TS found');
14205
- break;
14204
+ throw new Error('Unsupported EC-3 in M2TS found');
14206
14205
  case 0x24:
14207
14206
  // ITU-T Rec. H.265 and ISO/IEC 23008-2 (HEVC)
14208
14207
  {
@@ -17332,6 +17331,7 @@
17332
17331
  type: ErrorTypes.MEDIA_ERROR,
17333
17332
  details: ErrorDetails.FRAG_PARSING_ERROR,
17334
17333
  chunkMeta: chunkMeta,
17334
+ frag: this.frag || undefined,
17335
17335
  fatal: false,
17336
17336
  error: error,
17337
17337
  err: error,
@@ -30530,7 +30530,7 @@
30530
30530
  * Get the video-dev/hls.js package version.
30531
30531
  */
30532
30532
  function get() {
30533
- return "1.5.9-0.canary.10276";
30533
+ return "1.5.9-0.canary.10280";
30534
30534
  }
30535
30535
  }, {
30536
30536
  key: "Events",