RESOLVED FIXED 253295
Implement ManagedMediaSource startstreaming/endstreaming event
https://bugs.webkit.org/show_bug.cgi?id=253295
Summary Implement ManagedMediaSource startstreaming/endstreaming event
Jean-Yves Avenard [:jya]
Reported 2023-03-02 22:47:23 PST
With a ManagedMediaSource, it can indicate to the JS Player when to start appending content and when to stop. The initial ManagedMediaSource implementation will emit `startstreaming` when there's less than 10s of buffered content ahead of currentTime and will emit `endstreaming` when 30s have been buffered. When we get to 10s left again, `startstreaming` will be refired until 30s more is appended to the ManagedMediaSource
Attachments
Radar WebKit Bug Importer
Comment 1 2023-03-02 22:47:42 PST
Jean-Yves Avenard [:jya]
Comment 2 2023-03-03 22:16:43 PST
EWS
Comment 3 2023-03-04 14:44:51 PST
Committed 261232@main (77fc3174bf28): <https://commits.webkit.org/261232@main> Reviewed commits have been landed. Closing PR #11060 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.