Re: [Live-devel] Asynchronous RTSP client in live media library

2008-03-18 Thread Alkassoum Ahmoud
Hi, I'm wondering if there is any asynchronous rtsp client available with the live555 media library. Thanks, Alkassoum No virus found in this outgoing message. Checked by AVG. Version: 7.5.519 / Virus Database: 269.21.7/1333 - Release Date: 18/03/2008 8:10 AM __

[Live-devel] Caching in Live555 streaming server

2008-01-29 Thread Alkassoum Ahmoud
Hi all, I'm using Live555 server in a sip media server application in order to stream on demand media on SIP calls under windows. I'm wondering if there is any caching in live555 server??!!! If yes how does it work??!! I mean, if for example I issue a DESCRIBE request for a file named a.wav for

Re: [Live-devel] Maximum number of client connections Live555 can handle

2007-10-30 Thread Alkassoum Ahmoud
Hi Ross, Your where right. My problem was due to an windows OS limitation on the number of sockets that can be open at any one time. On windows the FD_SETSIZE parameter have a default value of 64, so with that default value, the server can only handle 64/2 = 32 clients at the same time ( 2 sockets

Re: [Live-devel] Maximum number of client connections Live555 can handle

2007-10-29 Thread Alkassoum Ahmoud
Hi Ross As you suggested, i’ve increased the LISTEN_BACKLOG_SIZE value, but it didn’t resolve my problem. The streaming server still fails to response. I really don’t understand why this happens. The first 32 rtsp clients connect with no problem, but from the 33rd caller when the rtsp clien

[Live-devel] Maximum number of client connections Live555 can handle

2007-10-29 Thread Alkassoum Ahmoud
Hi, I’m writing a sip media server application on windows and i’m using live555 media library. My application is composed of two main parts: - A SIP server which answers request for sip incoming call - And An rtsp client which sends rtsp requests to live555 streaming server T

[Live-devel] Maximum number of client connections Live555 can handle

2007-10-29 Thread Alkassoum Ahmoud
Hi, I’m writing a sip media server application on windows and i’m using live555 media library. My application is composed of two main parts: - A SIP server which answers request for sip incoming call - And An rtsp client which sends rtsp requests to live555 streaming server T

[Live-devel] Maximum number of client connections Live555 can handle

2007-10-29 Thread Alkassoum Ahmoud
Hi, I’m writing a sip media server application on windows and i’m using live555 media library. My application is composed of two main parts: - A SIP server which answers request for sip incoming call - And An rtsp client which sends rtsp requests to live555 streaming server T