summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornaga <naga@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-04 18:58:25 +0000
committernaga <naga@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-04 18:58:25 +0000
commit0f923074c8e76ae288c902f7d99a1e1485321058 (patch)
tree00cc99a00bfe741cb51e2f1e879f7071b12a3891
parent5cf10c9831b11ba61d781ef7969bea37d90d777e (diff)
downloadATCD-0f923074c8e76ae288c902f7d99a1e1485321058.tar.gz
Added a README for the test.
-rw-r--r--TAO/orbsvcs/tests/AVStreams/Pluggable/README22
1 files changed, 22 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/AVStreams/Pluggable/README b/TAO/orbsvcs/tests/AVStreams/Pluggable/README
new file mode 100644
index 00000000000..8c24da61dd7
--- /dev/null
+++ b/TAO/orbsvcs/tests/AVStreams/Pluggable/README
@@ -0,0 +1,22 @@
+// $Id$
+
+This directory contains a simple file transfer test program for the
+Pluggable Data Protocols in the TAO's Audio/Video Streaming
+Service. This program can be run using UDP,TCP and SFP over UDP.
+
+server:
+-------
+
+-f filename -> The name of the file under which the received stream
+ data has to be stored.
+
+ftp:
+----
+
+-f filename --> The file to be streamed to the server. It is currently
+ streamed at the rate of 0.5kbytes/s.
+
+-p protocol --> The protocol string could be UDP or TCP.
+
+-s --> flag to use SFP. This option cannot be used with -p
+ TCP since SFP currently runs only over UDP.