GNOME Bugzilla – Bug 341537
[udp] IPv6 support for udpsink and udpsrc
Last modified: 2008-02-22 10:25:17 UTC
Please describe the problem: The udp elements support only the IPv4 addresses. IPv6 is not supported. When I have the following code, sink = gst_element_factory_make ("udpsink", "output"); g_object_set (G_OBJECT (sink), "host", "::1", NULL); the data isn't send and also I don't get any error information from the pipeline, that the data couldn't be sent. Steps to reproduce: 1. 2. 3. Actual results: Expected results: Does this happen every time? Other information:
Fancy writing a patch? :)
Created attachment 105227 [details] [review] Adds support for IPv6 for udpsink (multiudpsink) and udpsrc In udpsrc you must specifie in the multicast-group an IPv6 address to receive IPv6 unicast ("::1") or multicast ("FF0E::1"). You can send with multiudpsink to both protocols simultaneous.
Comment on attachment 105227 [details] [review] Adds support for IPv6 for udpsink (multiudpsink) and udpsrc In udpsrc you must specifie in the multicast-group an IPv6 address to receive IPv6 unicast ("::1") or multicast ("FF0E::1"). You can send with multiudpsink to both protocols simultaneous. I have filled a bug (515962) concerning this, sorry for duplication.
*** This bug has been marked as a duplicate of 515962 ***