[Bug 732459] New: rtspconnection: tunneled connections do not work if POST channel is established first

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jun 30 00:46:30 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=732459
  GStreamer | gst-plugins-base | unspecified

           Summary: rtspconnection: tunneled connections do not work if
                    POST channel is established first
    Classification: Platform
           Product: GStreamer
           Version: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: branko.subasic at axis.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


It is not possible to start a tunneled RTSP session by establishing the HTTP
POST connection first because the function gst_rtsp_connection_do_tunnel()
assumes that the GET channel is established first.

I have attached a patch that modifies the function so it checks what type of
connection was first established, GET or POST, and then merges them
accordingly. The patch also includes a unit test for the case where the POST is
established first.

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