aboutsummaryrefslogtreecommitdiff
path: root/tests/FILEFORMAT
diff options
context:
space:
mode:
Diffstat (limited to 'tests/FILEFORMAT')
-rw-r--r--tests/FILEFORMAT8
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