[Bug 707042] udpsrc binds to INADDR_ANY instead of multicast group address
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Sep 3 02:24:53 PDT 2013
https://bugzilla.gnome.org/show_bug.cgi?id=707042
GStreamer | gst-plugins-good | 1.x
Sebastian Dröge (slomo) <slomo> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
--- Comment #3 from Sebastian Dröge (slomo) <slomo at circular-chaos.org> 2013-09-03 09:24:46 UTC ---
commit 7f594369791547095eaff13cbbfcb596defbef9c
Author: Sebastian Dröge <slomo at circular-chaos.org>
Date: Tue Sep 3 11:23:24 2013 +0200
udpsrc: Bind to multicast addresses on non-Windows systems
On Windows it's not possible to bind to a multicast address
but the OS will make sure to filter out all packets that
arrive not for the multicast address the socket joined.
On Linux and others it is necessary to bind to a multicast
address to let the OS filter out all packets that are received
on the same port but for different addresses than the multicast
address
And deprecate the multicast-group property and replace it with the
address property.
https://bugzilla.gnome.org/show_bug.cgi?id=707042
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list