Re: [Live-devel] RTSP reconnect

2010-03-25 Thread Miguel Angel Arcos
I have been triying to discover more info about my problem and now I can extract some more conclusions. I followed the next steps: 1. Connect my client and start the receiving of the image data from the camera. 2. I disconnect the network more than one minute. (My program try to connect every 30 s

Re: [Live-devel] RTSP reconnect

2010-03-25 Thread Ross Finlayson
Can I create another RTSPClient without stopping the EventLoop? Yes, of course. There are any function that I can use to know if the server is up without the creation of a RTSPClient? Not really. The only reliable way to know whether a RTSP server is running is to use RTSP. -- Ross Finl

[Live-devel] RTSP reconnect

2010-03-25 Thread Miguel Angel Arcos
Hi all, I am working in a client RTSP and I am having some problems when my program loses the connection with an IP camera, it's the server RTSP. I have a timer with a function and then I can detect correctly when i lose the conection, without teardown, for example disconnection of the network. Af