> 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/

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

Reply via email to