[Bug 701049] New: rtsp-client: detect IPv6 vs IPv4 using address family, not socket family

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun May 26 07:07:37 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=701049
  GStreamer | gst-rtsp-server | git

           Summary: rtsp-client: detect IPv6 vs IPv4 using address family,
                    not socket family
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-rtsp-server
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: sebras at hotmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


The attached patch makes gst-rtsp-server detect IPv4 vs IPV6 by using the
connecting client's address family. Previously it used the socket family to do
this detection. When the socket was opened as IPv6 and an IPv4 client connected
the connection data line of the SDP would be incorrectly generated. This is now
fixed.

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