GNOME Bugzilla – Bug 653317
RTSP server uses hardcoded Multicast address.
Last modified: 2011-08-16 10:50:43 UTC
Created attachment 190567 [details] [review] Allow specifying the multicast address The RTSP server defaults back to unicast to the clients; and when requesting multicast; it falls back to a hardcoded MC address with random ports. For a server serving a lot of clients in the same network; this identical destination causes all clients to receive all the multicast data sent (even if they are only requesting limited ports). This strains the network heavily and scales poorly. This patch allows setting mc-override (maybe the name should be changed) in the GstMediaFactory.
udpsrc uses "multicast-group", which seems reasonable in this case as well.
(In reply to comment #1) > udpsrc uses "multicast-group", which seems reasonable in this case as well. Good point. Reusing names makes the overall behaviour more consistent.
*** This bug has been marked as a duplicate of bug 656030 ***