[Bug 720667] URI Query component not returned to clients in describe response

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Dec 18 06:04:33 PST 2013


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

--- Comment #2 from Wim Taymans <wim.taymans at gmail.com> 2013-12-18 14:04:30 UTC ---
How I think this should go:

1) DESCRIBE /some/url/foo
   Makes a media and streams. You can configure the stream control url by
setting the property on the stream when it is created. The the SDP is created
that contains the control url for each stream. So suppose we have 3 audio
streams for 3 languages, we could place this in the SDP:

  m=...
  a=control:audio?lang=nl
  m=...
  a=control:audio?lang=fr
  m=...
  a=control:audio?lang=de

You would need to connect to the "new-stream" signal on the media and set the
control url to these values.

2) Then a client will use SETUP /some/url/foo/audio?lang=XX for one of the
languages and the stream with the right control url is retrieved.

3) a client can also do SETUP /some/url/foo/audio?lang=nl&bitrate=20000. In
that case the audio?lang=nl stream is selected and bitrate=XXX is used as an
extra parameters to configure the transport.

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