[Bug 709191] query in control URLs does not work

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Oct 4 06:42:53 CEST 2013


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

--- Comment #4 from Wim Taymans <wim.taymans at gmail.com> 2013-10-04 04:42:51 UTC ---
The second path does not make sense to me. 

If the control url ends up in the SDP as foo?bar then the client will pass that
query to the SETUP and we should use the complete control to identify the
stream. For example, I can make 2 streams with the following control urls:
audio?language=nl and audio?language=fr.

For this, you need to explicitly set the control url in the streams with
gst_rtsp_stream_set_control().

You patch changes the default name of the stream to return something different
depending on the query and then it uses a bug (?) of the control compare
function where it only checks the first part of the url (stream=%u).

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