-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix detection of flac support on Safari (#6250)
When constructing the MediaDecodingConfigurations to query media capabilities in `stream_utils.js`, the spelling of "fLaC" should not change to "flac" on Safari. This is because on Safari the query will return `supported: false` for "flac" but `supported: true` for "fLaC". This change allows manifests with "fLaC" codecs to work properly on Safari when using MSE / Managed Media Source. Fixes #6249
- Loading branch information
1 parent
0e37f4a
commit 070ff8e
Showing
3 changed files
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,6 +54,7 @@ Jonas Birmé <[email protected]> | |
Jozef Chúťka <[email protected]> | ||
Jun Hong Chong <[email protected]> | ||
Jürgen Kartnaller <[email protected]> | ||
Justin Swaney <[email protected]> | ||
JW Player <*@jwplayer.com> | ||
Konstantin Grushetsky <[email protected]> | ||
Lucas Gabriel Sánchez <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -82,6 +82,7 @@ Jozef Chúťka <[email protected]> | |
Julian Domingo <[email protected]> | ||
Jun Hong Chong <[email protected]> | ||
Jürgen Kartnaller <[email protected]> | ||
Justin Swaney <[email protected]> | ||
Konstantin Grushetsky <[email protected]> | ||
Leandro Ribeiro Moreira <[email protected]> | ||
Loïc Raux <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters