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/


_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to