Skip to content

rtpfunnel: also fallback to pad default handling for unknown ssrcs

If two (or more) rtpfunnel elements are cascaded, then only one will realistically have information on the particular ssrc that is in use for a particular input stream. As such, any key unit requests may never reach the corresponding encoder.

This has been discovered by combining simulcast and BUNDLE with webrtcbin. simulcast uses one rtpfunnel, and BUNDLE uses another rtpfunnel.

Merge request reports