RESOLVED FIXED 284513
[MediaRecorder] MediaRecorderPrivateEncoder should write its frames in batches
https://bugs.webkit.org/show_bug.cgi?id=284513
Summary [MediaRecorder] MediaRecorderPrivateEncoder should write its frames in batches
Jean-Yves Avenard [:jya]
Reported 2024-12-11 22:58:06 PST
Currently, the MediaRecorderPrivateRecorder sends frames to the MediaRecorderPrivateWriter aggressively, as soon as it has a pair of audio/video frames. It's also all done synchronously. Writing the frames in batches and in an asynchronous fashion would allow for an MediaRecorderPrivateWriter to run in another process.
Attachments
Radar WebKit Bug Importer
Comment 1 2024-12-11 22:58:17 PST
Jean-Yves Avenard [:jya]
Comment 2 2024-12-11 23:32:24 PST
EWS
Comment 3 2024-12-16 01:55:19 PST
Committed 287869@main (a88de4763fda): <https://commits.webkit.org/287869@main> Reviewed commits have been landed. Closing PR #37823 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.