> 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); }
>
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