Skip to content

rtspclientsink: add RTSP address pool for unicast UDP

Adds an address pool for rtspclientsink in order to allow the "port-range" property to restrict the ports available for the RTSP streams rather than always using the ephemeral port-range.

If a value is not provided to the "port-range" property, rtspclientsink will select random ports from the ephemeral port-range as before.

Fixes #2606 (closed)

Merge request reports