summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/AVStreams/Simple/README
blob: a1d30f0f36debe5cadb57d1f50b8d5639c030f0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
// $Id$

Description
-----------

This directory contains a simple test in the form of a ftp client and server.
The test has the following features.

1. It tests the AVStreams Pluggable Protocol Framework
2. Shows a mechanism to pace data.
3. Performs benchmarking.

Running the test
----------------

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")

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.

-a address  --> Address or the host on which the client is running
                Default is multicast address "localhost:0"

-p protocol --> The protocol string could be UDP or TCP (defaults to
                UDP). 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).

-d          --> Increament the TAO_debug_level for debug messages.