Bug 315551
| Summary: | [MSE|Cocoa] currentTime can go beyond duration or gap when seeking near them | ||
|---|---|---|---|
| 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]
Identified following an intermittent failure in wpt/media-source/mediasource-duration.html
When seeking near the media's duration, it is possible for the currentTime to go slightly beyond when playback resume.
This occurs as the stall detection is only set when the buffered range changes. It should be set when the currentTime changes too as the location of the next gap would change.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/177926288>
Jean-Yves Avenard [:jya]
Pull request: https://github.com/WebKit/WebKit/pull/65657
EWS
Committed 313936@main (49f240763dcf): <https://commits.webkit.org/313936@main>
Reviewed commits have been landed. Closing PR #65657 and removing active labels.