Re: [Live-devel] Live555 RTP/RTCP Proxy

2014-11-11 Thread Ross Finlayson
You can reduce the number of sockets used by each RTP/RTCP stream from 2 to 1 by multiplexing RTP and RTCP on the same port. For information on how to do this, see http://lists.live555.com/pipermail/live-devel/2014-March/018179.html

Re: [Live-devel] Live555 RTP/RTCP Proxy

2014-11-11 Thread Ivan Roubíček
: Tuesday, November 11, 2014 11:14 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Live555 RTP/RTCP Proxy The problem I have is with RTP/RTCP server ports. I have a silverlight RTSP player which is running without elevated trust (meaning it can only use port range

Re: [Live-devel] Live555 RTP/RTCP Proxy

2014-11-11 Thread Ross Finlayson
> The problem I have is with RTP/RTCP server ports. I have a silverlight RTSP > player which is running without elevated trust (meaning it can only use port > range 4502-4534). So without proxiing RTP/RTCP server ports I could only have > 15 connections (32 – 1 port for RTSP). Note that you c