6 This directory contains a simple test in the form of a sender and a
7 receiver. The test has the following features:
9 1. It tests the AVStreams Pluggable Protocol Framework
10 2. Shows a mechanism to pace data.
11 3. Shows how to set up bidirectional data.
19 receiver -f <input_filename>
21 -f <input_filename> -> The name of the file from which data is sent to the receiver
26 sender [-f <filename>] [-p <protocol>] [-r <frame rate>] [-d]
29 -f filename --> The file to be streamed to the receiver (defaults to
32 -p protocol --> The protocol string could be UDP or TCP (defaults to
33 UDP). But with the multicast address it should be UDP.
35 -r framerate--> The rate at which tha data frames need to be sent
36 (defaults to 30 frames per second).
38 -d --> Increament the TAO_debug_level for debug messages.
41 The test must be run with the naming service. Check the run_test.pl
42 to see how to configure the test case.