hls.js 1.6.0-beta.2.0.canary.10877 → 1.6.0-beta.2.0.canary.10878

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
@@ -1058,7 +1058,7 @@
1058
1058
  // Some browsers don't allow to use bind on console object anyway
1059
1059
  // fallback to default if needed
1060
1060
  try {
1061
- newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.6.0-beta.2.0.canary.10877");
1061
+ newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.6.0-beta.2.0.canary.10878");
1062
1062
  } catch (e) {
1063
1063
  /* log fn threw an exception. All logger methods are no-ops. */
1064
1064
  return createLogger();
@@ -16320,7 +16320,7 @@
16320
16320
  return !remuxResult.audio && !remuxResult.video && !remuxResult.text && !remuxResult.id3 && !remuxResult.initSegment;
16321
16321
  }
16322
16322
 
16323
- var version = "1.6.0-beta.2.0.canary.10877";
16323
+ var version = "1.6.0-beta.2.0.canary.10878";
16324
16324
 
16325
16325
  // ensure the worker ends up in the bundle
16326
16326
  // If the worker should not be included this gets aliased to empty.js
@@ -21816,7 +21816,7 @@
21816
21816
  var psshInfos = psshResults.filter(function (pssh) {
21817
21817
  return !!pssh.systemId && keySystemIdToKeySystemDomain(pssh.systemId) === keySystem;
21818
21818
  });
21819
- if (psshInfos.length) {
21819
+ if (psshInfos.length > 1) {
21820
21820
  _this.warn(logMessage + " Using first of " + psshInfos.length + " pssh found for selected key-system " + keySystem);
21821
21821
  }
21822
21822
  var psshInfo = psshInfos[0];