hls.js 1.5.8-0.canary.10049 → 1.5.8-0.canary.10052
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/README.md +2 -2
- package/dist/hls.js +2 -2
- package/dist/hls.light.js +2 -2
- package/dist/hls.light.min.js +1 -1
- package/dist/hls.light.mjs +2 -2
- package/dist/hls.min.js +1 -1
- package/dist/hls.mjs +2 -2
- package/dist/hls.worker.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -303,11 +303,11 @@ HLS.js is supported on:
|
|
303
303
|
- Edge for Windows 10+
|
304
304
|
- Safari 9+ for macOS 10.11+
|
305
305
|
- Safari for iPadOS 13+
|
306
|
-
- Safari for iOS 17.1+
|
306
|
+
- Safari for iOS 17.1+ since HLS version [1.5.0](https://github.com/video-dev/hls.js/releases/tag/v1.5.0) using Managed Media Source (MMS) [WebKit blog](https://webkit.org/blog/14735/webkit-features-in-safari-17-1/)
|
307
307
|
|
308
308
|
A [Promise polyfill](https://github.com/taylorhakes/promise-polyfill) is required in browsers missing native promise support.
|
309
309
|
|
310
|
-
**Please note:**
|
310
|
+
**Please note:**
|
311
311
|
|
312
312
|
Safari browsers (iOS, iPadOS, and macOS) have built-in HLS support through the plain video "tag" source URL. See the example below (Using HLS.js) to run appropriate feature detection and choose between using HLS.js or natively built-in HLS support.
|
313
313
|
|
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.8-0.canary.
|
647
|
+
newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.5.8-0.canary.10052");
|
648
648
|
} catch (e) {
|
649
649
|
/* log fn threw an exception. All logger methods are no-ops. */
|
650
650
|
return createLogger();
|
@@ -30220,7 +30220,7 @@
|
|
30220
30220
|
* Get the video-dev/hls.js package version.
|
30221
30221
|
*/
|
30222
30222
|
function get() {
|
30223
|
-
return "1.5.8-0.canary.
|
30223
|
+
return "1.5.8-0.canary.10052";
|
30224
30224
|
}
|
30225
30225
|
}, {
|
30226
30226
|
key: "Events",
|
package/dist/hls.light.js
CHANGED
@@ -613,7 +613,7 @@
|
|
613
613
|
// Some browsers don't allow to use bind on console object anyway
|
614
614
|
// fallback to default if needed
|
615
615
|
try {
|
616
|
-
newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.5.8-0.canary.
|
616
|
+
newLogger.log("Debug logs enabled for \"" + context + "\" in hls.js version " + "1.5.8-0.canary.10052");
|
617
617
|
} catch (e) {
|
618
618
|
/* log fn threw an exception. All logger methods are no-ops. */
|
619
619
|
return createLogger();
|
@@ -21466,7 +21466,7 @@
|
|
21466
21466
|
* Get the video-dev/hls.js package version.
|
21467
21467
|
*/
|
21468
21468
|
function get() {
|
21469
|
-
return "1.5.8-0.canary.
|
21469
|
+
return "1.5.8-0.canary.10052";
|
21470
21470
|
}
|
21471
21471
|
}, {
|
21472
21472
|
key: "Events",
|