Re: [Live-devel] Help required to identify the RTSP connection closed status

2012-06-21 Thread Ross Finlayson
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

[Live-devel] Help required to identify the RTSP connection closed status

2012-06-21 Thread Kalkere, Giridhara(IE10)
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