Error: Inaccessible or unsupported back-end RTSP stream.
I believe I have implemented the registerStream. I followed the example on the site. We have a custom proxy (based on the proxy example). It works well for us, I added the code to registerStream and also changed to using the RTSPServerWithREGISTERProxying::createNew to create the RTSPServer for the RTSPServer on the proxy. This is my callback I use in the registerStream void responseToREGISTER(RTSPServer* rtspServer, unsigned requestId, int resultCode, char* resultString) { syslog(LOG_INFO, "*** REGISTER Response, reqId=%d, resultcode=%d, resultStr=%s", requestId, resultCode, resultString); } I assume the registerStream user password should be NULL, even though our streams require a user password. server->rtspServer->registerStream(server->sms, "webrtc.live555.com", 11685, responseToREGISTER, NULL, NULL, True/*receiveOurStreamViaTCP*/, "smarthomeVideo-34"); Is there away to get more info from the server to understand why it fails? Thanks, Craig
_______________________________________________ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel