[Live-devel] mulitcast slow down network.

Ross Finlayson finlayson at live555.com
Sun May 24 21:04:20 PDT 2015


> I basically have two problems on my RTSP server, I implement my RTSP server based on "testH264Vdieostreamer" example, so it is multicast both audio and video, one problem we found was that multicast will slow down the whole local network, especially for the wireless device, we noticed a lot of package loss, and the wireless device even stop play stream quite often, I know this maybe the defect of using multicast, it there have any way to improve this, especially for the wireless device.

This has nothing to do with our code.  Multicast over WiFi networks performs notoriously badly - due to the nature of the low-level WiFi protocols.  As far as I know, there is nothing that you can do about this, other than to multicast over WiFi networks at relatively low bitrates only.

> 
> The other problem is that the rtsp streaming address is remain the same even the host machine changed to a different IP, it is work fine at first when rtsp server was started, then I stopped the rtsp server( Medium::close( rtspServer ) ), and change host ip to a different one, then started the RTSPserver again, and the server was still broadcasting the old ip address

You probably didn’t really ‘change’ your host’s IP address; the previous IP address must still have existed in your computer’s routing tables.

FYI, the network interface (IP address) that the server chooses (for its URLs) will be the the one that’s used for IP multicast routing - i.e., the one that has a route for 224.0.0.0/4.


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/20150524/44e8a424/attachment.html>


More information about the live-devel mailing list