[gstreamer-bugs] [Bug 632207] rtspsrc GET_PARAMETER SET_PARAMETER
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Fri Oct 15 04:32:31 PDT 2010
https://bugzilla.gnome.org/show_bug.cgi?id=632207
GStreamer | gst-plugins-good | 0.10.25
Wim Taymans <wim.taymans> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wim.taymans at gmail.com
--- Comment #1 from Wim Taymans <wim.taymans at gmail.com> 2010-10-15 11:32:29 UTC ---
(In reply to comment #0)
> hi,
> i don't know whether it's support
> PAUSE
It supports pause (when you pause the element)
> ANNOUNCE
> RECORD
These are for instructing a server to start a recording, not relevant for a
source element.
> REDIRECT
This is not supported yet
> but sure it do not support
> GET_PARAMETER
> SET_PARAMETER
rtspsrc will reply to a server sending these requests.
It will also send a GET_PARAMETER (or OPTIONS) to a server in order to keep the
session alive. It doesn't send anything interesting in those requests, though.
> this two last method would be very useful since in this case application
> developers can snd any kind of extra parameters during play to the server. eg:
> currently zoom into a video stream is not possible without rebuild the whole
> rtsp session or some kind of extra interface between the client and the server.
> imho this paramter get/set can be implemented via gstreamer properties easily.
> rstp spec:
> http://www.ietf.org/rfc/rfc2326.txt
It would indeed be interesting to do this. I was more thinking of making an
action signal for the SET_PARAMETER and GET_PARAMETER. I'm guessing that the
application would provide a string with the body of the [GS]ET_PARAMETER
request and that the result of the signal would be a string with the body of
the reply.
Along with two regular signals for when the server sends a GET/SET_PARAMETER
this would be a good addition.
--
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