[Live-devel] RTSP Stream from remote machine

Ross Finlayson finlayson at live555.com
Wed Nov 19 12:56:09 PST 2014


> When trying to access the stream using the public ip address it does not work.

The reason for this is that “testH264VideoStreamer” (like all of the “*Streamer” demo applications) transmit the RTP stream over IP multicast, but you apparently don’t have IP multicast connectivity between the server and your client - perhaps just because the server’s public network interface doesn’t have a route for 224.0.0.0/8.

If you’re sure that you have IP multicast routing between your server and client, then you can probably fix this by adding a route for 224.0.0.0/8 to the server’s public interface.

Alternatively, you can use the “LIVE555 Media Server” application, or the “testOnDemandRTSPServer” demo application, both of which stream via unicast rather than multicast.

Ross Finlayson
Live Networks, Inc.
http://www.live555.com/

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20141120/1eb1955e/attachment-0001.html>


More information about the live-devel mailing list