Rather than trying to detect when the RTSP connection closes (which isn't
reliable, and might not happen for a long time after the server disappears), a
better solution is to arrange for a timer to expire if no data arrives within a
certain period of time (e.g., 1 second). This will also detect
Dear All,
Background:
I am using the camera which is a RTSP server which streams the MPEG4 video.
On the other hand I am using linux based small embedded system which is a RTSP
client.
The LIVE555 streaming media libraries are used to write a small application
which can record the camera video