Bug 307515
| Summary: | video/audio element's currentTime is only updated every 100ms | ||
|---|---|---|---|
| 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]
Has seen in bug 307495, some sites appear to rely on the currentTime to progress steadily or will otherwise consider that a stall occurred.
The currentTime was only updated every 200ms, now down to 100ms.
The AudioVideoRendererRemote should adopt a similar strategy has the MediaPlayerPrivateRemote's TimeProgressEstimator so that time appears to constantly increasing whenever a site queries it.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/170115677>
Jean-Yves Avenard [:jya]
Pull request: https://github.com/WebKit/WebKit/pull/63303
EWS
Committed 311867@main (6bf6c9f35c73): <https://commits.webkit.org/311867@main>
Reviewed commits have been landed. Closing PR #63303 and removing active labels.
Jean-Yves Avenard [:jya]
*** Bug 313617 has been marked as a duplicate of this bug. ***