Problems like this are often caused by running into an OS-imposed limit on the 
number of open files (i.e., sockets) that a process can have open at a time.  
        http://www.live555.com/liveMedia/faq.html#scalability
Sometimes this limit tends to be a 'soft limit'; if you approach it, the OS's 
performance may suffer, but not fail completely.

So, I would recommend checking whether you can increase this limit in your OS.


Ross Finlayson
Live Networks, Inc.
http://www.live555.com/

_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to