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

2007-10-29 Thread Ross Finlayson
>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 client sends its DESCRIBE request it remains blocked waiting >for the DESCRIBE response from the live555 media server. OK, this sounds like you've run into a

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

Re: [Live-devel] RTSP server application start time parameter

2007-10-29 Thread Ross Finlayson
>-With only one MPEG2TS file using the testOnDemandRTSPserver : > Is it possible to define some "chapter" >in one film in order to separate the film by >using the time as begining for each part. > ie. I have one film (running time >2hours), I would like to split it in 4 rtsp >chapte

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

2007-10-29 Thread Ross Finlayson
Please *do not* send the same message to the list multiple times! (Today, I've already banned someone else for doing this.) So i want to know if finally you've resolved Ritesh Mittal's problem and if so how?? What is the maximum number of clients connections live555 can handle?? Can you expla

Re: [Live-devel] A basic question

2007-10-29 Thread Ross Finlayson
Is it packet loss will also happened if the server and player (UDP) run on same PC? This is far less likely, but still possible if the operating system has insufficient buffering for sockets. (However, our code tries to increase the OS socket buffers to reasonable sizes, so that this doesn'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

[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] RTSP server application start time parameter

2007-10-29 Thread ronan
Hi, I would like to develop a VOD application using your libraries in order to share some videos on a DSL Network. For the moment, using your testprogs, I'm able to make it works, but I need some help for different things. So, of course I would like to thank you for sharing this librarie, and h

[Live-devel] A basic question

2007-10-29 Thread fung ka luen
Hi All, I have a very basic question. Is it packet loss will also happened if the server and player (UDP) run on same PC? (server - testOnDemandRTSPServer.exe , player - openRTSP.exe) Thank you for your help KL___ live-devel mailing list live-d

Re: [Live-devel] open session ciclically

2007-10-29 Thread Sigismondo Boschi
Ross Finlayson wrote: Alternativelty, once you've modified the existing code (something that you *didn't* mention before) then I can't (in general) help you. Sorry. Oh sorry for this misunderstanding. Actually I begun my email with "I am writing an application"... I was asking help for the use

Re: [Live-devel] open session ciclically

2007-10-29 Thread Ross Finlayson
>Here some details - if you have the patience to give me some more help... The problem is not "patience to help"; it's "ability to help". I know of no problem with the "-c" option that could be causing any problems with a correctly running server. If your server is misbehaving in some way tha

Re: [Live-devel] open session ciclically

2007-10-29 Thread Sigismondo Boschi
Hi Ross, many thanks for your fast reply. I'm not really sure what's going wrong here, but you might try adding the "-O" option, which tells the application not to send the "OPTIONS" command at all? I have already tried not to send OPTIONS at all, but it fails to create a new session, also c

Re: [Live-devel] Problem on install Live555 media server in ubuntu

2007-10-29 Thread Ross Finlayson
Hello, I have problem on install live555 media server in my ubuntu machine. First, I download Pre-built binary versions -"live555MediaServer" for Linux at http://www.live555.com/mediaServer/ .

Re: [Live-devel] open session ciclically

2007-10-29 Thread Ross Finlayson
>Hi, > >I am writing an applicaction (I am using mswindows) using LIVE555 >that plays cyclically a time limited stream, some sort of: > >openRTSP -c -e 10 rtsp://... > >but with the basic difference that I need to do it with a different >RTSP session at every cycle. > >This to overcome an rtsp se

[Live-devel] open session ciclically

2007-10-29 Thread Sigismondo Boschi
Hi, I am writing an applicaction (I am using mswindows) using LIVE555 that plays cyclically a time limited stream, some sort of: openRTSP -c -e 10 rtsp://... but with the basic difference that I need to do it with a different RTSP session at every cycle. This to overcome an rtsp session ti

[Live-devel] Problem on install Live555 media server in ubuntu

2007-10-29 Thread Chia Swee Chuan
Hello, I have problem on install live555 media server in my ubuntu machine. First, I download Pre-built binary versions -"live555MediaServer" for Linux at http://www.live555.com/mediaServer/ . After that, I cd the directory where I sto