Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / orbsvcs / tests / AVStreams / Multicast / README
blob39cbc7aea521b191f82cde9ccbee2931f8524c7e
3 This directory contains a simple file transfer test program for the
4 Multicast in the TAO's Audio/Video Streaming Service. This program can
5 be run using UDP by default
7 Executable Options:
8 -------------------
10 server:
11 -------
13 -f <filename> -> The name of the file under which the received stream
14                 data has to be stored.
16 ftp:
17 ----
19 -f <filename> --> The file to be streamed to the server. It is currently
20                 streamed at the rate of 0.5kbytes/s.
22 -s          --> flag to use SFP. This option cannot be used with -p
23                 TCP since SFP currently runs only over UDP.
25 Running the Test:
26 -----------------
28 In that order:
30 Run the Naming Service
32 server -f <filename1>     (machine 1)
34 server -f <filename2>     (machine 2)
36 ftp -f <filename>         (machine 3)