HP-UX Multimedia Streaming Protocols (MSP) Programmer's Guide

Table 2-3 Method Values
DescriptionMethod
DESCRIBE request message.
RTSP_DESCRIBE
ANNOUNCE request message.
RTSP_ANNOUNCE
GET_PARAMETER request message.
RTSP_GET_PARAMETER
OPTIONS request message.
RTSP_OPTIONS
PAUSE request message.
RTSP_PAUSE
PLAY request message.
RTSP_PLAY
RECORD request message.
RTSP_RECORD
REDIRECT request message.
RTSP_REDIRECT
SETUP request message.
RTSP_SETUP
SET_PARAMETER request message.
RTSP_SET_PARAMETER
TEARDOWN request message.
RTSP_TEARDOWN
url
The url argument points to a location containing the NULL terminated URL
string.
msg
This points to a location where the address of the new RTSP request message
is returned.
Upon success, rtsp_init_request_msg returns RTSP_SUCCESS and places
the address of the allocated rtsp_msg_t structure in the location pointed to by
the msg argument. Upon failure, it returns one of the following error values:
RTSP_EINVAL
The value in the method argument is invalid.
The url argument is NULL.
The msg argument is NULL.
The value in location pointed by the msg argument is not NULL.
RTSP_ENOMEM
Dynamic memory allocation failure.
rtsp_init_response_msg
You can use rtsp_init_response_msg to create and initialize an RTSP response
message.
RTSP Library 39