Re: [Live-devel] Live Media Server Concurrent Connections

2011-06-10 Thread Ross Finlayson
What are the maximum number of parallel connections Live555 Media Server can support? There's no fixed limit in our code. In practice, however, the number of open files (sockets) supported by the underlying operating system often sets a limiting factor. If you can increase this number (in y

[Live-devel] Live Media Server Concurrent Connections

2011-06-10 Thread DEBRAJ MANNA
Hi, What are the maximum number of parallel connections Live555 Media Server can support? I observed that in my set-up LiveMedia Server can support 250 connections ( generated using OpenRTSP ) each doing a mp3 file transfer. Media Server is running on 64 bit Linux Machine with 1GB RAM. Is there