summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/AVStreams/Full_Profile/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/AVStreams/Full_Profile/README')
-rw-r--r--TAO/orbsvcs/tests/AVStreams/Full_Profile/README32
1 files changed, 0 insertions, 32 deletions
diff --git a/TAO/orbsvcs/tests/AVStreams/Full_Profile/README b/TAO/orbsvcs/tests/AVStreams/Full_Profile/README
deleted file mode 100644
index b9762e3259b..00000000000
--- a/TAO/orbsvcs/tests/AVStreams/Full_Profile/README
+++ /dev/null
@@ -1,32 +0,0 @@
-This directory contains a simple file transfer test program for the
-Full Profile in the TAO's Audio/Video Streaming
-Service. This program can be run using UDP by default
-
-Executable Options:
--------------------
-
-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.
-
--s --> flag to use SFP. This option cannot be used with -p
- TCP since SFP currently runs only over UDP.
-
-Running the Test:
------------------
-
-In that order:
-
-Run the Naming Service
-
-server -f <filename>
-
-ftp -f <filename> -p <TCP/UDP>