[Bug 700953] New: Connecting to an ipv4 adress on a ipv6/ipv4 socket handed to the rtsp server causes bad sdp

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri May 24 04:33:16 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=700953
  GStreamer | gst-rtsp-server | 1.x

           Summary: Connecting to an ipv4 adress on a ipv6/ipv4 socket
                    handed to the rtsp server causes bad sdp
    Classification: Platform
           Product: GStreamer
           Version: 1.x
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-rtsp-server
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: alexas at axis.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Connecting to an ipv4 adress on a ipv6/ipv4 socket handed to the rtsp server
causes bad sdp. We get a mix of ipv4 and ipv6:

c=IN IP6 192.168.0.1

The reason is that we check the socket for family wich returns ipv6. But the ip
string is generated by a glib function that checks the family of the adress,
which is ipv4.

I am working on a patch

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