Searched refs:RTSP (Results 1 – 25 of 32) sorted by relevance
12
/external/curl/tests/data/ |
D | test569 | 6 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 …]
|
D | test572 | 6 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 …]
|
D | test570 | 6 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
|
D | test568 | 6 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
|
D | test567 | 6 RTSP 14 RTSP/1.0 200 OK 32 simple RTSP OPTIONS command 41 OPTIONS rtsp://%HOSTIP:%RTSPPORT/567 RTSP/1.0
|
D | test571 | 10 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
|
D | test577 | 6 RTSP 14 RTSP/1.1234567 200 OK 34 Funny RTSP version in response 43 OPTIONS rtsp://%HOSTIP:%RTSPPORT/577 RTSP/1.0
|
D | test1538 | 120 e85: RTSP CSeq mismatch or invalid CSeq 121 e86: RTSP session error
|
D | test1420 | 102 # CURLOPT_INTERLEAVEDATA requires RTSP (HTTP) protocol
|
D | test1400 | 50 # CURLOPT_INTERLEAVEDATA requires RTSP protocol
|
D | test1407 | 97 # CURLOPT_INTERLEAVEDATA requires RTSP (HTTP) protocol
|
D | test1406 | 119 # CURLOPT_INTERLEAVEDATA requires RTSP (HTTP) protocol
|
D | test1405 | 130 # CURLOPT_INTERLEAVEDATA requires RTSP (HTTP) protocol
|
/external/curl/lib/ |
D | rtsp.h | 50 struct RTSP { struct
|
D | rtsp.c | 116 struct RTSP *rtsp; in rtsp_setup_connection() 118 conn->data->req.protop = rtsp = calloc(1, sizeof(struct RTSP)); in rtsp_setup_connection() 203 struct RTSP *rtsp = data->req.protop; in rtsp_done() 236 struct RTSP *rtsp = data->req.protop; in rtsp_do() 768 struct RTSP *rtsp = data->req.protop; in Curl_rtsp_parseheader()
|
/external/curl/docs/ |
D | CURL-DISABLE.md | 95 Disable the RTSP protocol.
|
D | KNOWN_BUGS | 70 6.8 RTSP authentication breaks without redirect support 532 6.8 RTSP authentication breaks without redirect support 534 RTSP authentication broke in 7.66.0. A work-around is to enable RTSP in 537 to allow redirects to RTSP to work.
|
D | HISTORY.md | 235 January: Added support for RTSP
|
/external/curl/docs/libcurl/ |
D | libcurl.m4 | 79 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/ |
D | page-footer | 251 RTSP: mismatch of CSeq numbers 253 RTSP: mismatch of Session Identifiers
|
/external/cpuinfo/test/build.prop/ |
D | galaxy-c9-pro.log | 270 # Qcom patch RTSP keep video damaged au
|
/external/curl/tests/ |
D | FILEFORMAT.md | 110 - `%RTSP6PORT` - IPv6 port number of the RTSP server 111 - `%RTSPPORT` - Port number of the RTSP server
|
/external/curl/ |
D | configure.ac | 383 AC_MSG_WARN([disable HTTP disables FTP over proxy and RTSP]) 385 AC_DEFINE(CURL_DISABLE_RTSP, 1, [to disable RTSP]) 473 AC_HELP_STRING([--enable-rtsp],[Enable RTSP support]) 474 AC_HELP_STRING([--disable-rtsp],[Disable RTSP support]), 478 AC_DEFINE(CURL_DISABLE_RTSP, 1, [to disable RTSP]) 482 AC_MSG_ERROR(HTTP support needs to be enabled in order to enable RTSP support!) 5132 SUPPORT_PROTOCOLS="$SUPPORT_PROTOCOLS RTSP" 5233 RTSP: ${curl_rtsp_msg}
|
D | CMakeLists.txt | 179 option(CURL_DISABLE_RTSP "to disable RTSP" OFF) 1415 _add_if("RTSP" NOT CURL_DISABLE_RTSP)
|
/external/curl/packages/OS400/ |
D | README.OS400 | 228 _ RTSP
|
12