Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5eedc39d64722744eb8ab0d96d64d4395b91d95b
https://github.com/WebKit/WebKit/commit/5eedc39d64722744eb8ab0d96d64d4395b91d95b
Author: Philippe Normand <[email protected]>
Date: 2025-12-01 (Mon, 01 Dec 2025)
Changed paths:
M Source/WebCore/Modules/mediastream/gstreamer/GStreamerIceAgent.cpp
M Source/WebCore/Modules/mediastream/gstreamer/GStreamerMediaEndpoint.cpp
M Source/WebCore/Modules/mediastream/gstreamer/GStreamerWebRTCUtils.cpp
Log Message:
-----------
[GStreamer][WebRTC] Handle a=-prefixed ICE candidates
https://bugs.webkit.org/show_bug.cgi?id=303259
Reviewed by Xabier Rodriguez-Calvar.
Add backward compatibility for servers not respecting JSEP and using a a=
prefix for ICE candidates.
This is explicitly ruled out in
https://datatracker.ietf.org/doc/html/rfc8829#section-3.5.2.1 but
libwebrtc still allows it as well.
Canonical link: https://commits.webkit.org/303668@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications