[Bug 743008] udpsink: Can't set manually created GSocket: Invalid address family (got 10)

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Oct 14 05:38:32 PDT 2015


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |NOTABUG

--- Comment #17 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
The problem here is that localhost is used, which then resolves to an IPv6
address. But your socket is for IPv4.

Setting the host property on udpsink to 127.0.0.1 makes it work here. Or just
using an IPv6 socket should also work.

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