[Bug 766619] New: Space between ; and timeout= in session header is not RFC2326 compliant.

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed May 18 16:17:16 UTC 2016


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

            Bug ID: 766619
           Summary: Space between ; and timeout= in session header is not
                    RFC2326 compliant.
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-rtsp-server
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: ian.arkver.dev at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Created attachment 328150
  --> https://bugzilla.gnome.org/attachment.cgi?id=328150&action=edit
Patch to remove the space between ; and timeout.

The RFC has this...

 Session  = "Session" ":" session-id [ ";" "timeout" "=" delta-seconds ]

which makes no provision for a space. Live555 copes OK, but this breaks the
timeout param parsing in ffmpeg with subsequent dropouts if the server
configures a timeout. Haven't checked Gstreamer's rtsp client, but I'd assume
it handles the space. Other RTSP servers do not have a space here.

Trivial patch to remove the space attached.

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