After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 341537 - [udp] IPv6 support for udpsink and udpsrc
[udp] IPv6 support for udpsink and udpsrc
Status: RESOLVED DUPLICATE of bug 515962
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.3
Other All
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-05-12 11:48 UTC by Michal Bebjak
Modified: 2008-02-22 10:25 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10


Attachments
Adds support for IPv6 for udpsink (multiudpsink) and udpsrc (14.59 KB, patch)
2008-02-14 12:34 UTC, Bruno Santos
none Details | Review

Description Michal Bebjak 2006-05-12 11:48:41 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:
Comment 1 Tim-Philipp Müller 2006-05-12 14:55:17 UTC
Fancy writing a patch? :)
Comment 2 Bruno Santos 2008-02-14 12:34:11 UTC
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 3 Bruno Santos 2008-02-14 14:38:41 UTC
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.
Comment 4 Wim Taymans 2008-02-22 10:25:17 UTC

*** This bug has been marked as a duplicate of 515962 ***