Re: [Live-devel] How to restrict ports the server can use for RTP

2009-01-08 Thread Ross Finlayson
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

[Live-devel] How to restrict ports the server can use for RTP

2009-01-07 Thread Matt Schuckmann
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