summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/AVStreams/Simple/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/AVStreams/Simple/README')
-rw-r--r--TAO/orbsvcs/tests/AVStreams/Simple/README18
1 files changed, 8 insertions, 10 deletions
diff --git a/TAO/orbsvcs/tests/AVStreams/Simple/README b/TAO/orbsvcs/tests/AVStreams/Simple/README
index a1d30f0f36d..ff61685cb04 100644
--- a/TAO/orbsvcs/tests/AVStreams/Simple/README
+++ b/TAO/orbsvcs/tests/AVStreams/Simple/README
@@ -19,7 +19,7 @@ server
server -f <output_filename>
-f <output_filename> -> The name of the file under which the received stream
- data has to be stored (defaults to "output")
+ data has to be stored.
ftp:
----
@@ -27,21 +27,19 @@ ftp:
ftp [-f <filename>] [-a <address>] [-p <protocol>] [-s] [-r <frame rate>] [-d]
--f filename --> The file to be streamed to the server (defaults to
- "input"). It is currently streamed at the rate of
- 0.5kbytes/s.
+-f filename --> The file to be streamed to the server. It is currently
+ streamed at the rate of 0.5kbytes/s.
--a address --> Address or the host on which the client is running
- Default is multicast address "localhost:0"
+-a address --> Multicast address or the host on which the client is running
+ Default is multicast address
--p protocol --> The protocol string could be UDP or TCP (defaults to
- UDP). But with the multicast address it should be UDP.
+-p protocol --> The protocol string could be UDP or TCP. But with the
+ multicast address it should be UDP.
-s --> flag to use SFP. This option cannot be used with -p
TCP since SFP currently runs only over UDP.
--r framerate--> The rate at which tha data frames need to be sent
- (defaults to 30 frames per second).
+-r framerate--> The rate at which tha data frames need to be sent.
-d --> Increament the TAO_debug_level for debug messages.