Re: [Live-devel] RTSPClient reconnection

2013-12-09 Thread Craig Matsuura
I believe the ProxyServerMediaSession.cpp has an example of resetting the client connected to a server on result codes returned via OPTION command. See the continueAfterLivenessCommand() and continueAfterOPTIONS(). Craig On 12/09/2013 08:07 AM, Adrian Kovacs wrote: Hi, I would like to hand

Re: [Live-devel] RTSPClient reconnection

2013-12-09 Thread Ross Finlayson
> I would like to handle the event, when the connection to RTSP server lost and > the connection is restored. I can detect, when the connection is lost with > sending a command to RSTP server and check the response result code. Unfortunately, once the connection to the server is lost, the existi

[Live-devel] RTSPClient reconnection

2013-12-09 Thread Adrian Kovacs
Hi, I would like to handle the event, when the connection to RTSP server lost and the connection is restored. I can detect, when the connection is lost with sending a command to RSTP server and check the response result code. RTSPClient* pClient; pClient->sendOptionsCommand(CheckResponse,