[gstreamer-bugs] [Bug 440928] New: Improved RTSP version support, and added Date header

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu May 24 05:38:55 PDT 2007


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=440928

  GStreamer | gst-plugins-good | Ver: HEAD CVS
           Summary: Improved RTSP version support, and added Date header
           Product: GStreamer
           Version: HEAD CVS
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: pkj at axis.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


Please describe the problem:
The attached patch fixes the following:

* Improves version checking, allowing an RTSP server to reply with "505 RTSP
Version not supported".
* Adds a Date header to all messages.
* Replies with RTSP_EPARSE rather than RTSP_EINVALID in cases where we want to
be able to send a response even if something in the request was invalid.
* Do not handle an invalid method in parse_request_line(). Defer this to the
caller so it can respond with "405 Method Not Allowed".
* Improves parsing of the timeout parameter to the Session header, allowing
whitespace after the semicolon. Also avoids a compiler warning due to timeout
variable shadowing a function argument.


Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=440928.




More information about the Gstreamer-bugs mailing list