[Live-devel] Testing with WebRTC, getting the following error on the site.
Ross Finlayson
finlayson at live555.com
Thu Apr 13 14:20:09 PDT 2017
Your problem is that you are trying to REGISTER a stream that the WebRTC server cannot access.
What you are trying to do will work, ***provided that*** it is the back-end RTSP server itself - *not* a third-party - that sends the “REGISTER” request, and that it does so requesting streaming over TCP, and with the “reuse” flag set (both of which I see you are doing OK).
I see that you are trying to “REGISTER” URLs like "rtsp://172.16.10.100:8554/Video-34_SD”. This will work, ***provided that*** it is this RTSP server - 172.16.10.100 - that is setting up the TCP connection to our server and sending the “REGISTER” command. You can’t do this from a ‘third party’.
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
More information about the live-devel
mailing list