Home
last modified time | relevance | path

Searched refs:RTSP (Results 1 – 24 of 24) sorted by relevance

/external/curl/tests/data/
Dtest5696 RTSP
14 RTSP/1.0 200 OK
21 RTSP/1.0 200 OK
27 RTSP/1.0 200 OK
34 RTSP/1.0 200 OK
40 RTSP/1.0 200 OK
48 RTSP/1.0 200 OK
66 RTSP Session ID parsing
78 SETUP rtsp://%HOSTIP:%RTSPPORT/5690001 RTSP/1.0
82 TEARDOWN rtsp://%HOSTIP:%RTSPPORT/5690002 RTSP/1.0
[all …]
Dtest5726 RTSP
14 RTSP/1.0 200 OK
22 RTSP/1.0 200 OK
35 RTSP/1.0 204 OK
43 RTSP/1.0 200 Okie Dokie
53 RTSP/1.0 200 OK
73 RTSP GET_PARAMETER (Put/Heartbeat/Post)
90 SETUP rtsp://%HOSTIP:%RTSPPORT/5720001 RTSP/1.0
94 GET_PARAMETER rtsp://%HOSTIP:%RTSPPORT/5720002 RTSP/1.0
102 GET_PARAMETER rtsp://%HOSTIP:%RTSPPORT/5720003 RTSP/1.0
[all …]
Dtest5706 RTSP
14 RTSP/1.0 200 OK
22 RTSP/1.0 200 OK
29 RTSP/1.0 200 OK
50 RTSP CSeq and Session Mismatch checks
62 OPTIONS rtsp://%HOSTIP:%RTSPPORT/5700001 RTSP/1.0
65 SETUP rtsp://%HOSTIP:%RTSPPORT/5700002 RTSP/1.0
69 PLAY rtsp://%HOSTIP:%RTSPPORT/5700003 RTSP/1.0
Dtest5686 RTSP
14 RTSP/1.0 200 OK
21 RTSP/1.0 200 OK
33 RTSP/1.0 200 Okie Dokie
39 RTSP/1.0 200 OK
58 RTSP Announce (PUT and POST style) test
84 ANNOUNCE rtsp://%HOSTIP:%RTSPPORT/5680001 RTSP/1.0
100 DESCRIBE rtsp://%HOSTIP:%RTSPPORT/5680002 RTSP/1.0
104 ANNOUNCE rtsp://%HOSTIP:%RTSPPORT/5680003 RTSP/1.0
110 OPTIONS rtsp://%HOSTIP:%RTSPPORT/5680004 RTSP/1.0
Dtest57110 RTSP
18 RTSP/1.0 200 OK
26 RTSP/1.0 200 OK
34 RTSP/1.0 200 OK
44 RTSP/1.0 200 OK
78 RTSP RTP Interleaving Test
Dtest5676 RTSP
14 RTSP/1.0 200 OK
32 simple RTSP OPTIONS command
41 OPTIONS rtsp://%HOSTIP:%RTSPPORT/567 RTSP/1.0
Dtest5776 RTSP
14 RTSP/1.1234567 200 OK
34 Funny RTSP version in response
43 OPTIONS rtsp://%HOSTIP:%RTSPPORT/577 RTSP/1.0
Dtest1538120 e85: RTSP CSeq mismatch or invalid CSeq
121 e86: RTSP session error
/external/curl/lib/
Drtsp.c130 struct RTSP *rtsp; in rtsp_setup_connection()
132 conn->data->req.protop = rtsp = calloc(1, sizeof(struct RTSP)); in rtsp_setup_connection()
217 struct RTSP *rtsp = data->req.protop; in rtsp_done()
251 struct RTSP *rtsp = data->req.protop; in rtsp_do()
788 struct RTSP *rtsp = data->req.protop; in Curl_rtsp_parseheader()
Drtsp.h50 struct RTSP { struct
Dcurl_config.h.in60 /* to disable RTSP */
Dcurl_config.h.cmake51 /* to disable RTSP */
/external/curl/docs/libcurl/
Dlibcurl.m479 AH_TEMPLATE([LIBCURL_PROTOCOL_RTSP],[Defined if libcurl supports RTSP])
235 # RTSP, IMAP, POP3 and SMTP were added in
238 _libcurl_protocols="$_libcurl_protocols RTSP IMAP POP3 SMTP"
/external/curl/docs/cmdline-opts/
Dpage-footer231 RTSP: mismatch of CSeq numbers
233 RTSP: mismatch of Session Identifiers
/external/curl/tests/
DREADME68 - TCP/9007 for RTSP
69 - TCP/9008 for RTSP IPv6
DFILEFORMAT371 %RTSP6PORT - IPv6 port number of the RTSP server
372 %RTSPPORT - Port number of the RTSP server
/external/curl/
Dconfigure.ac381 AC_MSG_WARN([disable HTTP disables FTP over proxy and RTSP])
383 AC_DEFINE(CURL_DISABLE_RTSP, 1, [to disable RTSP])
471 AC_HELP_STRING([--enable-rtsp],[Enable RTSP support])
472 AC_HELP_STRING([--disable-rtsp],[Disable RTSP support]),
476 AC_DEFINE(CURL_DISABLE_RTSP, 1, [to disable RTSP])
480 AC_MSG_ERROR(HTTP support needs to be enabled in order to enable RTSP support!)
4337 SUPPORT_PROTOCOLS="$SUPPORT_PROTOCOLS RTSP"
4437 RTSP: ${curl_rtsp_msg}
DCMakeLists.txt156 option(CURL_DISABLE_RTSP "to disable RTSP" OFF)
1240 _add_if("RTSP" NOT CURL_DISABLE_RTSP)
Dconfigure1889 --enable-rtsp Enable RTSP support
1890 --disable-rtsp Disable RTSP support
/external/curl/docs/
DHISTORY.md228 January: Added support for RTSP
DFAQ140 POP3S, RTMP, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET and TFTP.
/external/curl/packages/OS400/
DREADME.OS400227 _ RTSP
Dcurl.inc.in1847 * Public API enums for RTSP requests.
/external/tcpdump/
DCHANGES332 Add a routine to print "text protocols", and add FTP/HTTP/SMTP/RTSP support.