Searched refs:RTSP (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Drtsp.h39 * RTSP Connection data
50 * RTSP unique setup
52 struct RTSP { struct
58 * HTTP functions can safely treat this as an HTTP struct, but RTSP aware
H A Drtsp.c105 * RTSP handler interface.
108 "RTSP", /* scheme */
130 struct RTSP *rtsp;
132 conn->data->req.protop = rtsp = calloc(1, sizeof(struct RTSP));
143 * we cannot assume that an RTSP socket is dead just because it is readable.
203 struct RTSP *rtsp = data->req.protop;
239 struct RTSP *rtsp = data->req.protop;
258 /* Assert that no one has changed the RTSP struct in an evil way */
265 * Since all RTSP requests are included here, there is no need to
272 failf(data, "Got invalid RTSP reques
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/
H A Dserverhelp.pm108 ($proto =~ /^(((FTP|HTTP|IMAP|POP3|SMTP|HTTP-PIPE)S?)|(TFTP|SFTP|SOCKS|SSH|RTSP|GOPHER|HTTPTLS))$/));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/vms/
H A Dbuild_curl-config_script.com190 $ proto2 = " LDAP LDAPS POP3 POP3S RTSP SMTP SMTPS TELNET TFTP"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dallformats.c192 REGISTER_MUXDEMUX (RTSP, rtsp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dallformats.c255 REGISTER_MUXDEMUX(RTSP, rtsp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/
H A Dconfigure1837 --enable-rtsp Enable RTSP support
1838 --disable-rtsp Disable RTSP support
18560 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: disable HTTP disables FTP over proxy and RTSP" >&5
18561 $as_echo "$as_me: WARNING: disable HTTP disables FTP over proxy and RTSP" >&2;}
18725 as_fn_error $? "HTTP support needs to be enabled in order to enable RTSP support!" "$LINENO" 5
39173 SUPPORT_PROTOCOLS="$SUPPORT_PROTOCOLS RTSP"
[all...]

Completed in 266 milliseconds