Re: [Live-devel] Problem with more than 20 sessions active on win32

2011-06-10 Thread Ross Finlayson
Because this sort of question (about the scalability of our RTSP server) has been asked so many times recently, I've now added a FAQ entry: http://www.live555.com/liveMedia/faq.html#scalability -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___

Re: [Live-devel] Problem with more than 20 sessions active on win32

2011-06-09 Thread arn
At Tue, 7 Jun 2011 08:58:13 +0200, Fischer Daniel wrote: > > Looks like a similar problem to this: > > http://lists.live555.com/pipermail/live-devel/2011-June/013374.html > > Note that you have to define FD_SETSIZE in the main application and not in in > a part like an DLL or something else. Be

Re: [Live-devel] Problem with more than 20 sessions active on win32

2011-06-07 Thread Fischer Daniel
Looks like a similar problem to this: http://lists.live555.com/pipermail/live-devel/2011-June/013374.html Note that you have to define FD_SETSIZE in the main application and not in in a part like an DLL or something else. Best you do this as a pre-processor statement in your development environ