In our RTSP client implementation (at least), “GET_PARAMETER” and
“SET_PARAMETER” can be sent only after a RTSP session has been established -
i.e., only after we’ve received a response to the first “SETUP”.
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
__
Hi,
I would like to send a GET_PARAMETER command without a session parameter (like
DESCRIBE command).
I see that RTSPServer has the following API:
virtual void handleCmd_GET_PARAMETER(char const* fullRequestStr)
But I don't know how to use it on the RTSPClient side which has only:
unsigned send