diff options
author | Yang Tse <yangsita@gmail.com> | 2010-02-01 12:05:08 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2010-02-01 12:05:08 +0000 |
commit | 35fbeda0032860929292896f73ab37a274cb5fa1 (patch) | |
tree | 16495b58a5e3768697b9d43e79cb5dc63537cb45 /tests/FILEFORMAT | |
parent | 715e3a806f333320f3d8a1172d7f000db59edcf6 (diff) | |
download | curl-35fbeda0032860929292896f73ab37a274cb5fa1.tar.gz |
Test suite support for RTSP
Diffstat (limited to 'tests/FILEFORMAT')
-rw-r--r-- | tests/FILEFORMAT | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/FILEFORMAT b/tests/FILEFORMAT index a8893abe4..1ff8a27b3 100644 --- a/tests/FILEFORMAT +++ b/tests/FILEFORMAT @@ -128,6 +128,10 @@ pipe: [num] tell the server to expect this many HTTP requests before sending back anything, to allow pipelining tests skip: [num] instructs the server to ignore reading this many bytes from a PUT or POST request + +rtp: part [num] channel [num] size [num] + stream a fake RTP packet for the given part on a chosen channel + with the given payload size </servercmd> </reply> @@ -148,6 +152,8 @@ scp sftp socks4 socks5 +rtsp +rtsp-ipv6 Give only one per line. This subsection is mandatory. </server> @@ -262,6 +268,8 @@ Available substitute variables include: %TFTP6PORT - IPv6 port number of the TFTP server %SSHPORT - Port number of the SCP/SFTP server %SOCKSPORT - Port number of the SOCKS4/5 server +%RTSPPORT - Port number of the RTSP server +%RTSP6PORT - IPv6 port number of the RTSP server %SRCDIR - Full path to the source dir %PWD - Current directory %CURL - Path to the curl executable |