From 3df979d89317178dcf29505cc35d824237a94567 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 | 6 +++--- package.json | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 7b5a1f76f5..426a9475ee 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,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 @@ -191,7 +191,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 @@ -200,10 +200,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 3a0ed2a722..67491105f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6155,9 +6155,9 @@ "dev": true }, "node_modules/mux.js": { - "version": "5.14.1", - "resolved": "https://registry.npmjs.org/mux.js/-/mux.js-5.14.1.tgz", - "integrity": "sha512-38kA/xjWRDzMbcpHQfhKbJAME8eTZVsb9U2Puk890oGvGqnyu8B/AkKdICKPHkigfqYX9MY20vje88TP14nhog==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/mux.js/-/mux.js-6.1.0.tgz", + "integrity": "sha512-9Ay5vGzAnJnrA+xGpj93YuVIJSqOGOXxvLn/sc0bD4Li1N4s8ED9jn00WyQfPlLRbqNJ0jN4ZZPvJzbIdgYk5Q==", "dev": true, "dependencies": { "@babel/runtime": "^7.11.2" diff --git a/package.json b/package.json index 0da3425147..193c09f3dc 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",