[gstreamer-bugs] [Bug 588245] TTL is never applied with udpsink/udpmultisink

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Aug 26 07:12:34 PDT 2009


http://bugzilla.gnome.org/show_bug.cgi?id=588245



--- Comment #5 from Jarkko Palviainen <jarkko.palviainen at sesca.com> 2009-08-26 14:12:29 UTC ---
Created an attachment (id=141754)
Incremental patch to separate unicast and multicast TTLs

This also fixes the issue described in bug 573115 comment 4. This patch should
be posted on that report, but since it's an incremental patch and related to
this bug, we could just mark the other one resolved, if this fix is accepted.

This patch adds a new property 'ttl-mc' to the element. I don't consider that
any existing code using udpsink would experience significant breaking since the
TTL was never applied and networking stack used the same default values as this
patch is using. So, in order to apply multicast TTL, you need to set 'ttl-mc'
property. 'ttl' still applies for unicast addresses.

The patch also add the copyright lines which I forgot in the first one.

-- 
Configure bugmail: http://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