RESOLVED FIXED253074
[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
Enrique Ocaña
Comment 1 2023-02-28 06:11:43 PST
Radar WebKit Bug Importer
Comment 2 2023-03-07 06:04:17 PST
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.