[Live-devel] add a new parameter in RTSP Server/client
Ross Finlayson
finlayson at live.com
Fri Jul 15 22:49:11 PDT 2005
>I am thinking what is the best way to add some other key press
>parameters (e.g. the number "0, 1 ,2 ...") in the live.com RTSP
>Server/Client so that the RTSP server can recv and identify the number
>when the client (say, openRTSP) send it via keyboard. Any idea?
I suggest the RTSP "SET_PARAMETER" command, which seems to have been
intended for this sort of thing.
In "RTSPClient", you can call "setMediaSessionParameter()" to send the
"SET_PARAMETER" command.
In "RTSPServer", there is unfortunately no current implementation of the
"SET_PARAMETER" command, so you would need to add an implementation of this
yourself.
Ross Finlayson
LIVE.COM
<http://www.live.com/>
More information about the live-devel
mailing list