[Bug 793110] New: No Content-Type header in HTTP POST requests for RTSP tunnelling

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Feb 2 00:00:23 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=793110

            Bug ID: 793110
           Summary: No Content-Type header in HTTP POST requests for RTSP
                    tunnelling
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: All
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: sebas642 at yahoo.ca
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Created attachment 367781
  --> https://bugzilla.gnome.org/attachment.cgi?id=367781&action=edit
Add the correct content-type to the HTTP POST request

When the GstRTSPConnection class sends a RTSP over HTTP tunnelling request, the
HTTP Content-Type header is missing from the HTTP POST request.

This isn't a problem with most servers, but I have access to a server that
rejects the request.

Relevant specifications:

RFC 1945:
Any HTTP/1.0 message containing an entity body should include a Content-Type
header field defining the media type of that body.

Apple Dispatch 28:
QuickTime Streaming uses the "application/x-rtsp-tunnelled" MIME type in both
the Content-Type and Accept headers. This reflects the data type that is
expected and delivered by the client and server.

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