From 9a36f7d62213384f27527c8a3eb026c33f023cc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Velad=20Galv=C3=A1n?= Date: Tue, 31 May 2022 18:28:44 +0200 Subject: [PATCH] chore: Update mux.js to 6.1.0 (#4259) Closes #3761 --- README.md | 8 ++++---- package-lock.json | 4 +++- package.json | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d25b2711fb..4bd2beec16 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ HLS features supported: - Low-latency streaming with partial segments, preload hints, and delta updates - Discontinuity - ISO-BMFF / MP4 / CMAF support - - MPEG-2 TS support (transmuxing provided by [mux.js][] v5.7.0+, must be + - MPEG-2 TS support (transmuxing provided by [mux.js][] v6.1.0+, must be separately included) - WebVTT and TTML - CEA-608/708 captions @@ -188,7 +188,7 @@ Shaka Player supports: SegmentTemplate@index - Not supported in HLS - MPEG-2 TS - - With help from [mux.js][] v5.7.0+, can be played on any browser which + - With help from [mux.js][] v6.1.0+, can be played on any browser which supports MP4 - Can find and parse timestamps to find segment start time in HLS - WebVTT @@ -197,10 +197,10 @@ Shaka Player supports: - Supported in both XML form and embedded in MP4 - CEA-608 - Supported embedded in MP4 - - With help from [mux.js][] v5.7.0+, supported embedded in TS + - With help from [mux.js][] v6.1.0+, supported embedded in TS - CEA-708 - Supported embedded in MP4 - - With help from [mux.js][] v5.7.0+, supported embedded in TS + - With help from [mux.js][] v6.1.0+, supported embedded in TS - SubRip (SRT) - UTF-8 encoding only - LyRiCs (LRC) diff --git a/package-lock.json b/package-lock.json index 5092148254..1f43c4244b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6362,7 +6362,9 @@ "license": "MIT" }, "node_modules/mux.js": { - "version": "5.14.1", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/mux.js/-/mux.js-6.1.0.tgz", + "integrity": "sha512-9Ay5vGzAnJnrA+xGpj93YuVIJSqOGOXxvLn/sc0bD4Li1N4s8ED9jn00WyQfPlLRbqNJ0jN4ZZPvJzbIdgYk5Q==", "dev": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 8e4428806b..35777403b8 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "less": "https://gitpkg.now.sh/joeyparrish/less.js/packages/less?28c63a43", "less-plugin-clean-css": "github:austingardner/less-plugin-clean-css#4e9e77bf", "material-design-lite": "^1.3.0", - "mux.js": "^5.14.1", + "mux.js": "^6.1.0", "open-sans-fonts": "^1.6.2", "postcss-less": "^6.0.0", "pwacompat": "^2.0.17",