[Bug 763093] udpsrc: Fix multicast group joining with provided sockets on Windows

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Mar 4 13:33:45 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=763093

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #323081|0                           |1
        is obsolete|                            |

--- Comment #2 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Created attachment 323084
  --> https://bugzilla.gnome.org/attachment.cgi?id=323084&action=edit
udpsrc: Fix multicast group joining with provided sockets on Windows

On Windows the socket will be bound to ANY instead of the multicast group,
as binding to a multicast group does not work. Which would mean that we
override src->addr to become ANY and won't automatically join a multicast
group anymore on Windows.

On Linux we would automatically join a multicast group, keep it consistent.

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