Bug 258018
Summary: | [GStreamer][WebRTC] getDisplayMedia() to PeerConnection fails | ||
---|---|---|---|
Product: | WebKit | Reporter: | Philippe Normand <philn> |
Component: | Platform | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Philippe Normand
.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Philippe Normand
WIP on https://github.com/philn/WebKit/tree/eng/258018
Philippe Normand
We need to make sure our video encoder can ingest DMABufs, whether it is hardware-accelerated (va*enc) or not (x264enc, etc).
Philippe Normand
Related, https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/3670
pipewiresrc with DMABuf is not yet negotiating with vapostproc/vah264enc.
Philippe Normand
(In reply to Philippe Normand from comment #3)
> Related, https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/3670
>
> pipewiresrc with DMABuf is not yet negotiating with vapostproc/vah264enc.
This part is addressed in bug 283298.