[Webkit-unassigned] [Bug 244002] [GStreamer][WebRTC] Move network access to NetworkProcess

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 30 07:03:56 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=244002

--- Comment #1 from Philippe Normand <philn at igalia.com> ---
There are 2 possible approaches:

a. Somehow move the transport GStreamer elements to the network process, using the newly gstwebrtc ICE split that will ship in GStreamer 1.22. That will require GStreamer initialization in the network process + a custom pipeline there, unless I misunderstood the intent. This approach is still not clear to me.

b. Abstract sockets handling in libnice, perhaps using a factory pattern. That would allow the Agent to request sockets creations from the WebProcess, we could then build a socket wrapper similar to the existing infrastructure in-place already for the libwebrtc backend. This is lower-level, but imho nicer...

-- 
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/20220830/59e3e704/attachment.htm>


More information about the webkit-unassigned mailing list