Bug 284700

Summary: Stop using CMSampleBuffer in MediaRecorderPrivateWriter
Product: WebKit Reporter: Jean-Yves Avenard [:jya] <jean-yves.avenard>
Component: MediaAssignee: youenn fablet <youennf>
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]
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.