GNOME Bugzilla – Bug 667857
Add support for joining/leaving a multicast group
Last modified: 2012-01-13 10:52:53 UTC
Hi, for GStreamer we need some support for letting a GSocket join or leave multicast groups. GNet has something for this, e.g. gnet_mcast_socket_join_group(). Maybe there should be a GSocket subclass for multicast instead of only adding some functions to GSocket though.
For multicast, things like IP_MULTICAST_LOOP and SO_BROADCAST would be useful to have too.
...and IP_ADD_SOURCE_MEMBERSHIP (and the IPv6 equivalent) for source specific multicast.
*** This bug has been marked as a duplicate of bug 626589 ***