.TH ola_recorder 1 "December 2013" .SH NAME ola_recorder \- Record to, or playback from, a file a number of universes for a show .SH SYNOPSIS ola_recorder [--record --universes ] [--playback ] [--verify ] .SH DESCRIPTION ola_recorder Record a series of universes, or playback a previously recorded show. .SH OPTIONS .IP "-d, --delay " The delay in ms between successive iterations. .IP "-h, --help" Display the help message .IP "-i, --iterations " The number of times to repeat the show, 0 means unlimited. .IP "-l, --log-level " Set the logging level 0 .. 4. .IP "-p, --playback " The show file to playback. .IP "-r, --record " The show file to record data to. .IP "-u, --universes " A comma separated list of universes to record .IP "--verify " The show file to verify. .IP "-v, --version" Print .B ola_recorder version information .IP "--duration " The length of time (seconds) to run for. .IP "--syslog" Send to syslog rather than stderr. .SH EXAMPLES .SS Record universes 1 and 2 to the file foo: ola_recorder --universes 1,2 --record foo .SS Verify the previously recorded file bar: ola_recorder --verify bar .SS Playback the previously recorded file baz for 30 seconds: ola_recorder --playback baz --duration 30 .SS Playback the previously recorded file baz for 3 iterations: ola_recorder --playback baz --iterations 3 .SS Playback the previously recorded file baz, repeating forever: ola_recorder --playback baz --iterations 0