WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2024-12-11 22:58:17 PST
<
rdar://problem/141339068
>
Jean-Yves Avenard [:jya]
Comment 2
2024-12-11 23:32:24 PST
Pull request:
https://github.com/WebKit/WebKit/pull/37823
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.
Top of Page
Format For Printing
XML
Clone This Bug