[Webkit-unassigned] [Bug 282228] New: [MediaRecorder] Encoding H264 content is broken
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Oct 28 22:48:40 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=282228
Bug ID: 282228
Summary: [MediaRecorder] Encoding H264 content is broken
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebRTC
Assignee: webkit-unassigned at lists.webkit.org
Reporter: jean-yves.avenard at apple.com
CC: youennf at gmail.com
Testing https://jyavenard.github.io/htmltests/tests/MediaRecorder/
Generating a MP4 recording with H264 creates invalid content.
It appears that the H264 VideoEncoder is generating errors
```
<<<< FigSampleBufferSerialization >>>> sbufAtom_createSampleBufferFromSerializedAtomDataAndSurface signalled err=-12780 (kFigBaseObjectError_ParamErr) (NULL atomData) at FigSampleBufferAtomSerialization.c:4999
<<<< VT-CS >>>> vtRateControlSessionBeforeEncodeCallback: vtCompressionSessionEncodeWork -12782
<<<< VT-CS >>>> vtCompressionSessionTrackFrameGetRateControlInfo signalled err=-12902 (kVTParameterErr) (Unrecognised VTVideoEncoderFrame token passed in by encoder) at VTCompressionSession.c:5018
[NSURL setIOPolicy:] sandbox_check: current process does not allow iopolicy syscalls
<<<< FigSampleBufferSerialization >>>> sbufAtom_createSampleBufferFromSerializedAtomDataAndSurface signalled err=-12780 (kFigBaseObjectError_ParamErr) (NULL atomData) at FigSampleBufferAtomSerialization.c:4999
<<<< VT-CS >>>> vtRateControlSessionBeforeEncodeCallback: vtCompressionSessionEncodeWork -12782
<<<< VT-CS >>>> vtCompressionSessionTrackFrameGetRateControlInfo signalled err=-12902 (kVTParameterErr) (Unrecognised VTVideoEncoderFrame token passed in by encoder) at VTCompressionSession.c:5018
<<<< FigSampleBufferSerialization >>>> sbufAtom_createSampleBufferFromSerializedAtomDataAndSurface signalled err=-12780 (kFigBaseObjectError_ParamErr) (NULL atomData) at FigSampleBufferAtomSerialization.c:4999
<<<< VT-CS >>>> vtRateControlSessionBeforeEncodeCallback: vtCompressionSessionEncodeWork -12782
<<<< VT-CS >>>> vtCompressionSessionTrackFrameGetRateControlInfo signalled err=-12902 (kVTParameterErr) (Unrecognised VTVideoEncoderFrame token passed in by encoder) at VTCompressionSession.c:5018
H11ANEDevice::H11ANEDeviceOpen IOServiceOpen failed result= 0xe00002e2
[NSURL setIOPolicy:] sandbox_check: current process does not allow iopolicy syscalls
<<<< FigSampleBufferSerialization >>>> sbufAtom_createSampleBufferFromSerializedAtomDataAndSurface signalled err=-12780 (kFigBaseObjectError_ParamErr) (NULL atomData) at FigSampleBufferAtomSerialization.c:4999
<<<< VT-CS >>>> vtRateControlSessionBeforeEncodeCallback: vtCompressionSessionEncodeWork -12782
<<<< VT-CS >>>> vtCompressionSessionTrackFrameGetRateControlInfo signalled err=-12902 (kVTParameterErr) (Unrecognised VTVideoEncoderFrame token passed in by encoder) at VTCompressionSession.c:5018
H11ANEDevice::H11ANEDeviceOpen IOServiceOpen failed result= 0xe00002e2
Invalid display 0x00000000
```
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20241029/62ebb5d2/attachment-0001.htm>
More information about the webkit-unassigned
mailing list