This distribution contains source for the following programs: vat_record ---------- Records the audio sent on a vat conference channel. The audio is stored in files that are by default placed in the current working directory. The following parameters can be changed with the following command line options. -i The IP address of the conference. (default 224.2.0.1) -p The UDP port number of the conference. (default 3456) -c The conference id. (default 0) -d Directory to put audio files. (default ".") -f Filename prefix of audio files. (default "audio") -s Seconds of audio per file. (default 180) -t Number of minutes to record (default unlimited) -b Maximum number of bytes to record (default unlimited) vat_play -------- Retransmits a recorded vat session. The following parameters can be changed with the following command line options. -i The IP address of the playback. (default 224.2.0.1) -p The UDP port number of the playback. (default 7878) -c The conference id. (default 0) -t TTL level to be used during the playback. (default 16) -d Directory to read audio files from. (default ".") -f Filename prefix of audio files. (default "audio") -o