[Bug 764679] IPv6 UDP stream to site-local multicast address

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Apr 6 13:12:12 UTC 2016


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |slomo at coaxion.net

--- Comment #1 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
The main question is if the assumption is correct that
a) currently by binding to a multicast address on Linux, we would filter all
packets that have a different destination
b) when not binding to a multicast address but to ANY, we would receive all
packets arriving on that specific port independent of destination

In general it is probably better to always bind to ANY (and possibly add a
bind-address property) and do the filtering when receiving packets if needed.
That is probably needed for meaningful behaviour on Windows anyway.

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