hls.js 1.5.7-0.canary.10023 → 1.5.7-0.canary.10024

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
@@ -644,7 +644,7 @@
644
644
  // Some browsers don't allow to use bind on console object anyway
645
645
  // fallback to default if needed
646
646
  try {
647
- newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.5.7-0.canary.10023");
647
+ newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.5.7-0.canary.10024");
648
648
  } catch (e) {
649
649
  /* log fn threw an exception. All logger methods are no-ops. */
650
650
  return createLogger();
@@ -28373,6 +28373,9 @@
28373
28373
  this.checkFragmentChanged();
28374
28374
  };
28375
28375
  _proto.doTickIdle = function doTickIdle() {
28376
+ if (!this.buffering) {
28377
+ return;
28378
+ }
28376
28379
  var hls = this.hls,
28377
28380
  levelLastLoaded = this.levelLastLoaded,
28378
28381
  levels = this.levels,
@@ -30204,7 +30207,7 @@
30204
30207
  * Get the video-dev/hls.js package version.
30205
30208
  */
30206
30209
  function get() {
30207
- return "1.5.7-0.canary.10023";
30210
+ return "1.5.7-0.canary.10024";
30208
30211
  }
30209
30212
  }, {
30210
30213
  key: "Events",