Lines Matching refs:RTSP
61 * Parse and write out an RTSP response.
101 * RTSP handler interface.
104 "RTSP", /* scheme */
131 struct RTSP *rtsp;
134 data->req.p.rtsp = rtsp = calloc(1, sizeof(struct RTSP));
193 struct RTSP *rtsp = data->req.p.rtsp;
226 struct RTSP *rtsp = data->req.p.rtsp;
261 * Since all RTSP requests are included here, there is no need to
267 failf(data, "Got invalid RTSP request");
308 failf(data, "Got invalid RTSP request: RTSPREQ_LAST");
321 failf(data, "Refusing to issue an RTSP request [%s] without a session ID.",
349 "Refusing to issue an RTSP SETUP without a Transport: header.");
439 "%s %s RTSP/1.0\r\n" /* Request Stream-URI RTSP/1.0 */
545 data->state.expect100header = FALSE; /* RTSP posts are simple/small */
554 /* RTSP never allows chunked transfer */
572 failf(data, "Failed sending RTSP request");
637 if(strncmp(buf, "RTSP/", (blen < 5) ? blen : 5) == 0) {
640 DEBUGF(infof(data, "RTP rtsp_filter_rtp[SKIP] RTSP/ prefix, "
685 DEBUGF(infof(data, "RTSP: invalid RTP channel %d, skipping", idx));
808 DEBUGF(infof(data, "RTSP: %zu bytes, possibly excess in response body",
917 struct RTSP *rtsp = data->req.p.rtsp;
957 failf(data, "Got RTSP Session ID Line [%s], but wanted ID [%s]",