1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #6073 from gnattu/allow-vp9-remux-chrome-firefox

Allow VP9 remuxing for Chrome and Firefox
This commit is contained in:
Bill Thornton 2024-09-20 14:41:56 -04:00 committed by GitHub
commit 67b569cc26
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -672,7 +672,7 @@ export default function (options) {
// Only iOS Safari's native HLS player understands vp9 in fmp4
// This should be used in conjunction with forcing
// using HLS.js for VP9 remuxing on desktop Safari.
if (browser.safari) {
if (browser.safari || browser.edgeChromium || browser.chrome || browser.firefox) {
hlsInFmp4VideoCodecs.push('vp9');
}
// webm support is unreliable on safari 17