Searched refs:rtsp (Results 1 – 25 of 29) sorted by relevance
12
/external/curl/tests/data/ |
D | test569 | 59 rtsp 69 rtsp://%HOSTIP:%RTSPPORT/569 log/idfile569.txt 78 SETUP rtsp://%HOSTIP:%RTSPPORT/5690001 RTSP/1.0 82 TEARDOWN rtsp://%HOSTIP:%RTSPPORT/5690002 RTSP/1.0 86 SETUP rtsp://%HOSTIP:%RTSPPORT/5690003 RTSP/1.0 90 TEARDOWN rtsp://%HOSTIP:%RTSPPORT/5690004 RTSP/1.0 94 SETUP rtsp://%HOSTIP:%RTSPPORT/5690005 RTSP/1.0 98 TEARDOWN rtsp://%HOSTIP:%RTSPPORT/5690006 RTSP/1.0
|
D | test572 | 66 rtsp 76 rtsp://%HOSTIP:%RTSPPORT/572 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 106 GET_PARAMETER rtsp://%HOSTIP:%RTSPPORT/5720004 RTSP/1.0 114 OPTIONS rtsp://%HOSTIP:%RTSPPORT/5720005 RTSP/1.0
|
D | test570 | 43 rtsp 53 rtsp://%HOSTIP:%RTSPPORT/570 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 | 51 rtsp 61 rtsp://%HOSTIP:%RTSPPORT/568 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 | 25 rtsp 35 rtsp://%HOSTIP:%RTSPPORT/567 41 OPTIONS rtsp://%HOSTIP:%RTSPPORT/567 RTSP/1.0
|
D | test577 | 27 rtsp 37 rtsp://%HOSTIP:%RTSPPORT/577 43 OPTIONS rtsp://%HOSTIP:%RTSPPORT/577 RTSP/1.0
|
D | test571 | 71 rtsp 81 rtsp://%HOSTIP:%RTSPPORT/571 log/protofile571.txt
|
/external/curl/lib/ |
D | rtsp.c | 116 struct RTSP *rtsp; in rtsp_setup_connection() local 118 conn->data->req.protop = rtsp = calloc(1, sizeof(struct RTSP)); in rtsp_setup_connection() 119 if(!rtsp) in rtsp_setup_connection() 203 struct RTSP *rtsp = data->req.protop; in rtsp_done() local 212 if(rtsp) { in rtsp_done() 214 long CSeq_sent = rtsp->CSeq_sent; in rtsp_done() 215 long CSeq_recv = rtsp->CSeq_recv; in rtsp_done() 236 struct RTSP *rtsp = data->req.protop; in rtsp_do() local 255 rtsp->CSeq_sent = data->state.rtsp_next_client_CSeq; in rtsp_do() 256 rtsp->CSeq_recv = 0; in rtsp_do() [all …]
|
D | Makefile.inc | 59 pop3.c progress.c psl.c doh.c rand.c rename.c rtsp.c select.c \ 79 rtsp.h select.h sendf.h setopt.h setup-vms.h share.h sigpipe.h slist.h \
|
/external/curl/ |
D | androidconfigure | 69 --disable-rtsp
|
D | configure.ac | 163 curl_rtsp_msg="no (--enable-rtsp)" 471 AC_MSG_CHECKING([whether to support rtsp]) 472 AC_ARG_ENABLE(rtsp, optenable 473 AC_HELP_STRING([--enable-rtsp],[Enable RTSP support]) 474 AC_HELP_STRING([--disable-rtsp],[Disable RTSP support]),
|
/external/oss-fuzz/projects/ffmpeg/ |
D | build.sh | 142 --disable-demuxer=rtp,rtsp,sdp \ 229 --disable-demuxer=rtp,rtsp,sdp \
|
/external/curl/docs/examples/ |
D | Makefile.inc | 30 rtsp externalsocket resolve progressfunc pop3-retr pop3-list pop3-uidl \
|
/external/cpuinfo/test/build.prop/ |
D | galaxy-s5-global.log | 74 net.streaming.rtsp.uaprof=http://wap.samsungmobile.com/uaprof/
|
D | galaxy-j7-tmobile.log | 85 net.streaming.rtsp.uaprof=http://wap.samsungmobile.com/uaprof/
|
D | galaxy-j7-uae.log | 84 net.streaming.rtsp.uaprof=http://wap.samsungmobile.com/uaprof/
|
D | galaxy-a3-2016-eu.log | 95 net.streaming.rtsp.uaprof=http://wap.samsungmobile.com/uaprof/
|
D | galaxy-c9-pro.log | 271 rtsp.video.keep-damaged-au=video/3gp
|
/external/tcpdump/ |
D | Android.bp | 166 "print-rtsp.c",
|
D | Makefile.in | 202 print-rtsp.c \
|
/external/tensorflow/third_party/ |
D | curl.BUILD | 168 "lib/rtsp.c", 169 "lib/rtsp.h",
|
/external/curl/tests/ |
D | FILEFORMAT.md | 314 - `rtsp-ipv6` 315 - `rtsp`
|
/external/python/cpython2/Doc/library/ |
D | urlparse.rst | 32 ``news``, ``nntp``, ``prospero``, ``rsync``, ``rtsp``, ``rtspu``, ``sftp``,
|
/external/tcpdump/win32/prj/ |
D | WinDump.dsp | 588 SOURCE="..\..\print-rtsp.c"
|
/external/python/cpython3/Doc/library/ |
D | urllib.parse.rst | 26 ``news``, ``nntp``, ``prospero``, ``rsync``, ``rtsp``, ``rtspu``, ``sftp``,
|
12