hls.js 1.5.7-0.canary.10016 → 1.5.7-0.canary.10017

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.10016");
647
+ newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.5.7-0.canary.10017");
648
648
  } catch (e) {
649
649
  /* log fn threw an exception. All logger methods are no-ops. */
650
650
  return createLogger();
@@ -2034,7 +2034,7 @@
2034
2034
  {
2035
2035
  var codecBox = findBox(sampleEntries, [fourCC])[0];
2036
2036
  var esdsBox = findBox(codecBox.subarray(28), ['esds'])[0];
2037
- if (esdsBox && esdsBox.length > 12) {
2037
+ if (esdsBox && esdsBox.length > 7) {
2038
2038
  var i = 4;
2039
2039
  // ES Descriptor tag
2040
2040
  if (esdsBox[i++] !== 0x03) {
@@ -30217,7 +30217,7 @@
30217
30217
  * Get the video-dev/hls.js package version.
30218
30218
  */
30219
30219
  function get() {
30220
- return "1.5.7-0.canary.10016";
30220
+ return "1.5.7-0.canary.10017";
30221
30221
  }
30222
30222
  }, {
30223
30223
  key: "Events",