Bug 275683
Summary: | [GStreamer] Buffering hysteresis and buffering improvements for Broadcom | ||
---|---|---|---|
Product: | WebKit | Reporter: | Enrique Ocaña <eocanha> |
Component: | Media | Assignee: | Enrique Ocaña <eocanha> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=280334 |
Enrique Ocaña
The usage of a fixed buffering level to evaluate the need for buffering results in a too unstable behaviour on Broadcom platforms, with quick changes between states that may create stuttering when playing regular videos in stream mode (when not using on-disk buffering). Having some sort of hysteresis, with low/high watermark levels for buffering, would significantly improve the buffering logic and make it more stable. Also, on Broadcom Nexus devices, a big part of the media data is "hoarded" in the internal PlayPump subsystem, causing unrealisting buffer level readings when only the GstQueue2 element is queried for the buffering level. Any proposed solution must be compatible with the Quirks framework for custom Broadcom devices support.
See: https://github.com/WebPlatformForEmbedded/WPEWebKit/issues/1309
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Enrique Ocaña
Pull request: https://github.com/WebKit/WebKit/pull/29998
EWS
Committed 284072@main (aededeb7ddd9): <https://commits.webkit.org/284072@main>
Reviewed commits have been landed. Closing PR #29998 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/136496542>