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
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
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