Bug 284513
Summary: | [MediaRecorder] MediaRecorderPrivateEncoder should write its frames in batches | ||
---|---|---|---|
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 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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/141339068>
Jean-Yves Avenard [:jya]
Pull request: https://github.com/WebKit/WebKit/pull/37823
EWS
Committed 287869@main (a88de4763fda): <https://commits.webkit.org/287869@main>
Reviewed commits have been landed. Closing PR #37823 and removing active labels.