Skip to content

webrtc: support renegotiating adding/removing RTX

Matthew Waters requested to merge ystreet/gstreamer:webrtc-rtx-renego into main

We need to always add the RTX/RED/ULPFEC elements as rtpbin will only call us once to request aux/fec senders/receivers.

We also need to regenerate the media section of the SDP instead of blindly copying from the previous offer.

Merge request reports