[Bug 743008] Cannot set 'socket' property of udpsink gstreamer element in iOS

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jan 19 06:47:52 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=743008
  GStreamer | gst-plugins-good | 1.4.4

--- Comment #6 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2015-01-19 14:47:44 UTC ---
30 should be AF_INET6, 2 would be AF_INET. That's quite interesting.

If you run

> struct sockaddr_storage address;
> guint addrlen = sizeof address;
> getsockname(fd, (struct sockaddr *) &address, &addrlen);

what is the value of address.ss_family? AF_INET or AF_INET6?

Also if you want to use IPv6 sockets, check if setting it as the socket-v6
property makes any difference.

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