Re: [Live-devel] issue with a streaming server having multiple network interfaces

2007-11-13 Thread Marc Neuberger
is that I want to be able to accept RTSP connections from *all* of the interfaces. So the UDP sockets need to be bound on a per-connection basis, depending on what interface the RTSP came in on. If I understand correctly, ReceivingInterfaceAddr is a static global, so it would set the interface

Re: [Live-devel] issue with a streaming server having multiple network interfaces

2007-11-13 Thread Marc Neuberger
dress string. This would seem to fix multiple interfaces /and/ NATs, at least for the Content-Base header. Getting the source= element of the RTSP SETUP wouldn't work this way. Marc Neuberger ___ live-devel mailing list live-devel@lists.l

[Live-devel] RTCP socket blocking

2007-06-01 Thread Marc Neuberger
ke it non-blocking, will there be any ill effect on the session when such an RTCP packet is lost? Marc Neuberger ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] Performance

2007-06-01 Thread Marc Neuberger
ve the "select()" call right now. You could give that a try, to see if it improves performance on your system. Yes, I did this. The figures of 400-500 sessions I quoted had the call to blockUntilReadable commented out. Marc Neuberger ___

[Live-devel] Performance

2007-06-01 Thread Marc Neuberger
upsock than to replace parts of UsageEnvironment to make changes like this. Marc Neuberger ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel