[Bug 725879] New: rtsp-client: headers in GET response not configurable for tunnels

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Mar 7 01:31:02 PST 2014


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

           Summary: rtsp-client: headers in GET response not configurable
                    for tunnels
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: gst-rtsp-server
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: davidsf at axis.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=271191)
 View: https://bugzilla.gnome.org/attachment.cgi?id=271191
 Review: https://bugzilla.gnome.org/review?bug=725879&attachment=271191

vmethod for modifying tunnel GET response

We have two cases where we need to modify HTTP headers in the response to the
GET request for tunneled RTSP connections with gst-rtsp-server:

* We sometimes need to remove "Connection: close"
* We sometimes need to remove X-Server-IP-Address

The attached suggested patch makes it possible to do so, together with a fix
for Bug #725878 (gst-plugins-base). We add a vmethod tunnel_http_response in
GstRTSPClient and call it in the handler for a new GstRTSPWatch callback.

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