[Webkit-unassigned] [Bug 164508] WebRTC: URL class can't parse ICE helper server urls properly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 1 07:35:05 PDT 2023


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

Philippe Normand <philn at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |philn at igalia.com

--- Comment #9 from Philippe Normand <philn at igalia.com> ---
(In reply to Anne van Kesteren from comment #8)
> This is tracked by https://github.com/w3c/webrtc-pc/issues/2660
> standards-wise.
> 
> How does OpenWebRTC parse it?

OpenWebRTC is no longer maintained. The corresponding backend was removed from webKit soon after the migration to libwebrtc was completed.

The WPE/GTK ports rely on a different backend, based on GstWebRTC.
In GStreamerMediaEndpoint::setConfiguration() we replace `stun:` with `stun://` (same for turn:) and pass the result to the WebKit URL parser. This is a workaround indeed :)

-- 
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/20230401/42a661c0/attachment.htm>


More information about the webkit-unassigned mailing list