Is there a way (method or property in the RTSP server class or
something) to restrict the ports the server can use for RTP/RTCP
ports.
The "OnDemandServerMediaSubsession" constructor takes a parameter
"initialPortNum", which is used to set the lowest possible port
number that the server can u
Is there a way (method or property in the RTSP server class or
something) to restrict the ports the server can use for RTP/RTCP ports.
I want to do this because I've got a server sitting behind a
firewall/NAT and I can setup a block of ports to allow bidirectional UDP
traffic for this purpose. I