WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
253074
[MSE] Skip initial buffering rate computation
https://bugs.webkit.org/show_bug.cgi?id=253074
Summary
[MSE] Skip initial buffering rate computation
Enrique Ocaña
Reported
2023-02-28 06:03:04 PST
m_timeOfBufferingMonitor is initialized in SourceBuffer at creation time. If the first call to monitorBufferingRate() takes too much to happen for whatever reason (eg: because the webpage takes too much to perform the first append), the computed interval is already going to be too big and generate an artificially low m_averageBufferRate.
Attachments
Add attachment
proposed patch, testcase, etc.
Enrique Ocaña
Comment 1
2023-02-28 06:11:43 PST
Pull request:
https://github.com/WebKit/WebKit/pull/10793
Radar WebKit Bug Importer
Comment 2
2023-03-07 06:04:17 PST
<
rdar://problem/106358375
>
EWS
Comment 3
2023-03-07 09:16:41 PST
Committed
261328@main
(1581c8aa2d3c): <
https://commits.webkit.org/261328@main
> Reviewed commits have been landed. Closing PR #10793 and removing active labels.
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