hls.js 1.5.14-0.canary.10439 → 1.5.14-0.canary.10440

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.light.js CHANGED
@@ -493,7 +493,7 @@
493
493
  // Some browsers don't allow to use bind on console object anyway
494
494
  // fallback to default if needed
495
495
  try {
496
- newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.5.14-0.canary.10439");
496
+ newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.5.14-0.canary.10440");
497
497
  } catch (e) {
498
498
  /* log fn threw an exception. All logger methods are no-ops. */
499
499
  return createLogger();
@@ -14135,7 +14135,10 @@
14135
14135
  _proto.recoverWorkerError = function recoverWorkerError(data) {
14136
14136
  if (data.event === 'demuxerWorker') {
14137
14137
  this.fragmentTracker.removeAllFragments();
14138
- this.resetTransmuxer();
14138
+ if (this.transmuxer) {
14139
+ this.transmuxer.destroy();
14140
+ this.transmuxer = null;
14141
+ }
14139
14142
  this.resetStartWhenNotLoaded(this.levelLastLoaded);
14140
14143
  this.resetLoadingState();
14141
14144
  }
@@ -19332,7 +19335,7 @@
19332
19335
  return !remuxResult.audio && !remuxResult.video && !remuxResult.text && !remuxResult.id3 && !remuxResult.initSegment;
19333
19336
  }
19334
19337
 
19335
- var version = "1.5.14-0.canary.10439";
19338
+ var version = "1.5.14-0.canary.10440";
19336
19339
 
19337
19340
  // ensure the worker ends up in the bundle
19338
19341
  // If the worker should not be included this gets aliased to empty.js