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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Jan 18 02:06:10 PST 2015


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

--- Comment #5 from Antonis <atsakirid at gmail.com> 2015-01-18 10:06:08 UTC ---
Debug log says 'Invalid address family (got 30)':

0:00:05.845535000   196 0x183dfaa0 DEBUG          
multiudpsink gstmultiudpsink.c:758:gst_multiudpsink_set_property:<sink>
setting socket to 0x183f4148
0:00:05.846648000   196 0x183dfaa0 DEBUG          
multiudpsink gstmultiudpsink.c:975:gst_multiudpsink_start:<sink> using
configured socket
0:00:05.846699000   196 0x183dfaa0 DEBUG          
multiudpsink gstmultiudpsink.c:1115:gst_multiudpsink_start:<sink> have UDP
buffer of 9216 bytes
0:00:05.846792000   196 0x183dfaa0 DEBUG          
multiudpsink
gstmultiudpsink.c:913:gst_multiudpsink_configure_client:<sink> configuring
client 0x17b445c0
0:00:05.846921000   196 0x183dfaa0 WARN           
multiudpsink
gstmultiudpsink.c:956:gst_multiudpsink_configure_client:<sink> error:
Invalid address family (got 30)

For some reason udpsink seems to not like the address family, which is AF_INET
in my case. And to be more exact the socket call I use (before creating a
gsocket from my socket), is:

    sockfd = socket (AF_INET, SOCK_DGRAM, 0);

Any idea why that might cause issues?

Best regards,
Antonis

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