[Bug 706568] New: rtsp-client: remove query part from the content-base url

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Aug 22 03:22:15 PDT 2013


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

           Summary: rtsp-client: remove query part from the content-base
                    url
    Classification: Platform
           Product: GStreamer
           Version: 1.0.6
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-rtsp-server
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: patricia at axis.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


When the RTSP request url contains a query string (the meaning of query part in
the RTSP url is not defined in RFC 2326), this query part will be a part of a
content-base url string, terminated by a final "/" (this is a valid url
format). The problem starts when the relative url (control url in SDP) is about
to be resolved => the control url becomes a part of a query string in the final
url.

Possible solutions to this problem:

1. remove the query part from the content-base string (the attached patch
suggests this solution).

2. let the control url be an absolute url: this solution simplifies the whole
process of resolving the relative url (see http://tools.ietf.org/html/rfc1808,
4. Resolving Relative URLs, Step 2b).

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