[gstreamer-bugs] [Bug 341537] New: udpsink and udpsrc don't support IPv6

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri May 12 04:48:42 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=341537
 GStreamer | gst-plugins-good | Ver: 0.10.3

           Summary: udpsink and udpsrc don't support IPv6
           Product: GStreamer
           Version: 0.10.3
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: michal.bebjak at siemens.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: 2.9/2.10
   GNOME milestone: Unspecified


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:


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