[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 [335m 196[00m 0x183dfaa0 [37mDEBUG [00m [00m
multiudpsink gstmultiudpsink.c:758:gst_multiudpsink_set_property:<sink>[00m
setting socket to 0x183f4148
0:00:05.846648000 [335m 196[00m 0x183dfaa0 [37mDEBUG [00m [00m
multiudpsink gstmultiudpsink.c:975:gst_multiudpsink_start:<sink>[00m using
configured socket
0:00:05.846699000 [335m 196[00m 0x183dfaa0 [37mDEBUG [00m [00m
multiudpsink gstmultiudpsink.c:1115:gst_multiudpsink_start:<sink>[00m have UDP
buffer of 9216 bytes
0:00:05.846792000 [335m 196[00m 0x183dfaa0 [37mDEBUG [00m [00m
multiudpsink
gstmultiudpsink.c:913:gst_multiudpsink_configure_client:<sink>[00m configuring
client 0x17b445c0
0:00:05.846921000 [335m 196[00m 0x183dfaa0 [33;01mWARN [00m [00m
multiudpsink
gstmultiudpsink.c:956:gst_multiudpsink_configure_client:<sink>[00m 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