RESOLVED FIXED 284700
Stop using CMSampleBuffer in MediaRecorderPrivateWriter
https://bugs.webkit.org/show_bug.cgi?id=284700
Summary Stop using CMSampleBuffer in MediaRecorderPrivateWriter
Jean-Yves Avenard [:jya]
Reported 2024-12-14 17:13:30 PST
In preparation of moving the MediaRecorderPrivateWriter in the GPU process so that we can use the AVAssetWriter (which the web process sandbox prevents from running); we need to move data types that can be serialised over IPC. CMSampleBuffer and CMFormatDescription can't be serialised, they are too complex and obfuscated. We should be using MediaSamplesBlock and TrackInfo objects which are platform-agnostic and "easily" serialisable.
Attachments
Radar WebKit Bug Importer
Comment 1 2024-12-14 17:13:39 PST
Jean-Yves Avenard [:jya]
Comment 2 2024-12-15 00:50:57 PST
youenn fablet
Comment 3 2024-12-16 05:57:38 PST
EWS
Comment 4 2024-12-18 01:08:21 PST
Committed 287994@main (14becf89d9ce): <https://commits.webkit.org/287994@main> Reviewed commits have been landed. Closing PR #38011 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.