[gstreamer-bugs] [Bug 604870] [udpsink] Can't set TTL socket option

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Mar 6 20:39:36 PST 2010


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

--- Comment #9 from Sjoerd Op 't Land <sjoerd at intercue.nl> 2010-03-06 17:22:29 UTC ---
Tried to localise where this error is thrown in my case: from gstudpnetutils.c
in the last if branch of gst_udp_set_ttl (addr.ss_family = AF_INET6,
is_multicast = false). Apparently setting IPV6_UNICAST_HOPS goes alright, but
trying to set IP_TTL to the same value (ttl = 64) gives this error (22).

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