Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[MSE][GStreamer] Soundcloud serves MP4 audio with empty tfdt boxes
https://bugs.webkit.org/show_bug.cgi?id=191419 Patch by Philippe Normand <pnormand@igalia.com> on 2021-06-18 Reviewed by Michael Catanzaro. Source/WebCore: When MSE is used the player receives broken audio fragments, perhaps because the server expects the client to repair them. Not much we can do about this on GStreamer side though, so behave as a Chrome UserAgent and then MSE is not used, the player receives an MP3 stream. * platform/UserAgentQuirks.cpp: (WebCore::urlRequiresChromeBrowser): Tools: * TestWebKitAPI/Tests/WebCore/UserAgentQuirks.cpp: (TestWebKitAPI::TEST): Add a test for the soundcloud quirk. Canonical link: https://commits.webkit.org/238959@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@279039 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
615b387
commit 01a2c0cff141ebcefa186b07113c2fb3eeb19856
Showing
4 changed files
with
29 additions
and
0 deletions.
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
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
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
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