Skip to content

webrtcbin: support adding TURN servers after pipeline start

Alba Mendez requested to merge mildsunrise/gstreamer:webrtc-turn-fix into main

Fixes gst-plugins-bad#1680 (closed)

When a TURN server is added for the first time, propagate the change to all nice streams that already exist. This lets us add servers after the pipeline has been started (and streams have been added).

@sergio.garcia.murillo

Merge request reports