Re: [Live-devel] Reconnect after lost connection

2010-07-06 Thread Ross Finlayson
How can I check when the connection to the RTSP server has been broken due to network failure? I have a RTSP client streaming video and saving this to disk using a MediaSink. Is there a way to specify a timeout on the RTP socket and then have a callback on this timeout? I suggest using "Tas

[Live-devel] Reconnect after lost connection

2010-07-06 Thread Andy Bell
Hi, How can I check when the connection to the RTSP server has been broken due to network failure? I have a RTSP client streaming video and saving this to disk using a MediaSink. Is there a way to specify a timeout on the RTP socket and then have a callback on this timeout? Thanks in advance, A