Re: [Live-devel] setRTSPResponse accessibility issue

2013-05-28 Thread Ross Finlayson
> Thanks Ross! I just realised it might be neater to provide forwarding > functions in RTSPClientSession, eg: > > protected: > void setRTSPResponse(RTSPServer::RTSPClientConnection* > ourClientConnection, char const* responseStr) { > ourClientConnection->setRTSPResponse(responseStr); } >

[Live-devel] RTSP Client sending RR messages before Play command is issued

2013-05-28 Thread Stanley Biggs
Hi I am experiencing the same problem as described in this thread: http://lists.live555.com/pipermail/live-devel/2012-August/015750.html and answered here http://lists.live555.com/pipermail/live-devel/2012-August/015755.html Basically, we are implementing an RTSP client and server. However, when