Skip to content

webrtc: fix rtx + bundle

Matthew Waters requested to merge ystreet/gst-plugins-bad:rtx-bundle into master

If bundle was used in combination with rtx, only the bundled transport stream would have correctly configured rtx parameters.

Iterate over the payloads upfront in the bundled case to ensure the correct payload mapping is set for the RTX elements.

Merge request reports