Bug 309378
| Summary: | [Cocoa] Limit playback rate of spotify.com HLS streams to avoid stutter | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Eric Carlson <eric.carlson> |
| Component: | Media | Assignee: | Eric Carlson <eric.carlson> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Eric Carlson
When the playback rate of an HLS stream is greater than 2.0, it enters iframe only mode. When a stream does not have an iframe-only variant, it speeds up playback by pausing, seeking, playing, pausing, seeking, playing, causing the audio to "stutter".
Spotify HLS streams do not have iframe variants, so add a quirk to limit the maximum playback rate to 2.0.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Eric Carlson
rdar://161924166
Eric Carlson
Pull request: https://github.com/WebKit/WebKit/pull/60091
Eric Carlson
rdar://171119015
Eric Carlson
(In reply to Eric Carlson from comment #1)
> rdar://161924166
This is the incorrect Radar
EWS
Committed 308983@main (d1cf1ce59abb): <https://commits.webkit.org/308983@main>
Reviewed commits have been landed. Closing PR #60091 and removing active labels.