WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
275683
[GStreamer] Buffering hysteresis and buffering improvements for Broadcom
https://bugs.webkit.org/show_bug.cgi?id=275683
Summary
[GStreamer] Buffering hysteresis and buffering improvements for Broadcom
Enrique Ocaña
Reported
2024-06-20 05:47:42 PDT
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
Comment 1
2024-06-20 05:52:47 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/29998
EWS
Comment 2
2024-09-23 06:51:52 PDT
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
Comment 3
2024-09-23 06:52:15 PDT
<
rdar://problem/136496542
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug