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 <nst799610810@gmail.com>
This commit is contained in:
nyanmisaka 2023-09-01 21:59:42 +08:00
parent fc8f4f22be
commit 1f8a8e7d4a
2 changed files with 6 additions and 8 deletions

12
package-lock.json generated
View file

@ -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",

View file

@ -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",