From 1f8a8e7d4a73c00b9b0e2f017117e33576456425 Mon Sep 17 00:00:00 2001 From: nyanmisaka Date: Fri, 1 Sep 2023 21:59:42 +0800 Subject: [PATCH] Update dependency hls.js to the patched 1.5.0 - Fix fLaC and Opus playback - Fix AV1 playback in Firefox - Remove this when upstream 1.5.0 is tagged Signed-off-by: nyanmisaka --- package-lock.json | 12 +++++------- package.json | 2 +- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index a2ca04bbd9..02e521e4fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "flv.js": "1.6.2", "headroom.js": "0.12.0", "history": "5.3.0", - "hls.js": "1.4.4", + "hls.js": "github:nyanmisaka/hls.js#v1.5.0-fix-firefox-av1", "intersection-observer": "0.12.2", "jassub": "1.7.1", "jellyfin-apiclient": "1.10.0", @@ -9460,9 +9460,8 @@ } }, "node_modules/hls.js": { - "version": "1.4.4", - "resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.4.4.tgz", - "integrity": "sha512-Yix3i1klHtTWIj8Fa/yoN5mFreY3eLKGrmVldpkQ+2Bb1PmEok9Ah/VfAzlJnwtInCo4rs5l6/W2tUh76DaSNA==" + "resolved": "git+ssh://git@github.com/nyanmisaka/hls.js.git#2ca771e97a15d8078a3850c4c4cf225f497dcaa7", + "license": "Apache-2.0" }, "node_modules/hoist-non-react-statics": { "version": "3.3.2", @@ -27345,9 +27344,8 @@ } }, "hls.js": { - "version": "1.4.4", - "resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.4.4.tgz", - "integrity": "sha512-Yix3i1klHtTWIj8Fa/yoN5mFreY3eLKGrmVldpkQ+2Bb1PmEok9Ah/VfAzlJnwtInCo4rs5l6/W2tUh76DaSNA==" + "version": "git+ssh://git@github.com/nyanmisaka/hls.js.git#2ca771e97a15d8078a3850c4c4cf225f497dcaa7", + "from": "hls.js@github:nyanmisaka/hls.js#v1.5.0-fix-firefox-av1" }, "hoist-non-react-statics": { "version": "3.3.2", diff --git a/package.json b/package.json index b192e0df56..5c9fd988a9 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "flv.js": "1.6.2", "headroom.js": "0.12.0", "history": "5.3.0", - "hls.js": "1.4.4", + "hls.js": "github:nyanmisaka/hls.js#v1.5.0-fix-firefox-av1", "intersection-observer": "0.12.2", "jassub": "1.7.1", "jellyfin-apiclient": "1.10.0",