Lines Matching defs:server
104 /** UDP unicast server port range; the ports to which we should connect
126 * This describes the server response to each RTSP command.
132 enum RTSPStatusCode status_code; /**< response code from server */
137 /** Time range of the streams that the server will stream. In
141 /** describes the complete "Transport:" line of the server in response
147 /** the "Session:" field. This value is initially set by the server and
155 /** the "RealChallenge1:" field from the server */
165 char server[64];
167 /** The "timeout" comes as part of the server response to the "SETUP"
169 * time, in seconds, that the server will go without traffic over the
213 RTSP_SERVER_RTP, /**< Standards-compliant RTP-server */
214 RTSP_SERVER_REAL, /**< Realmedia-style server */
215 RTSP_SERVER_WMS, /**< Windows Media server */
216 RTSP_SERVER_SATIP,/**< SAT>IP server */
235 * server. Basically this isn't more than a simple cache of the
236 * last PLAY/PAUSE command sent to the server, to make sure we don't
250 /** copy of RTSPMessageHeader->session_id, i.e. the server-provided session
255 * the server will go without traffic on the RTSP/TCP line before it
259 /** timestamp of the last RTSP command that we sent to the RTSP server.
271 /** brand of server that we're talking to; e.g. WMS, REAL or other.
272 * Detected based on the value of RTSPMessageHeader->server or the presence
276 /** the "RealChallenge1:" field from the server */
285 /** The last reply of the server to a RTSP command */
365 * Whether the server supports the GET_PARAMETER method.
379 /** Whether the server accepts the x-Dynamic-Rate header */
492 * Send a command to the RTSP server without waiting for the reply.
500 * Send a command to the RTSP server and wait for the reply.
524 * Send a command to the RTSP server and wait for the reply.
533 * Read a RTSP message from the server, or prepare to read data
567 * Connect to the RTSP server and set up the individual media streams.
598 * Announce the stream to the server and set up the RTSPStream child