Bug 314171
| Summary: | [MSE] when playback stalls due to a gap in the data readyState may not be updated immediately | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Jean-Yves Avenard [:jya] <jean-yves.avenard> |
| Component: | Media | Assignee: | Jean-Yves Avenard [:jya] <jean-yves.avenard> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Jean-Yves Avenard [:jya]
currently the MediaSource::monitorSourceBuffers is called every 250ms from the HTMLMediaElement progress monitoring.
When playback stall on a gap, the MediaPlayerPrivateMediaSource calls HTMLMediaElement::mediaPlayerTimeChanged() to fire the `timeupdate`
Now there could be a wait of up to 250ms for the monitorSourceBuffers to be called which will change the readyState back to HAVE_CURRENT_DATA.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/176330683>
Jean-Yves Avenard [:jya]
Pull request: https://github.com/WebKit/WebKit/pull/64347
EWS
Committed 312694@main (21dffebd3c18): <https://commits.webkit.org/312694@main>
Reviewed commits have been landed. Closing PR #64347 and removing active labels.