Man page - ola_recorder(1)
Packages contas this manual
- ola_dmxconsole(1)
- ola_rdm_set(1)
- ola_recorder(1)
- olad(1)
- ola_set_priority(1)
- ola_rdm_discover(1)
- ola_set_dmx(1)
- ola_usbpro(1)
- ola_trigger(1)
- usbpro_firmware(1)
- ola_streaming_client(1)
- ola_patch(1)
- ola_artnet(1)
- ola_uni_merge(1)
- ola_timecode(1)
- ola_rdm_get(1)
- ola_plugin_state(1)
- ola_dmxmonitor(1)
- ola_uni_stats(1)
- ola_uni_info(1)
- ola_e131(1)
- ola_dev_info(1)
- ola_plugin_info(1)
- ola_uni_name(1)
Package: ola
apt-get install ola
apt-get install ola
Manuals in package:
Manual
| ola_recorder(1) | General Commands Manual | ola_recorder(1) |
NAME
ola_recorder - Record to, or playback from, a file a number of universes for a show
SYNOPSIS
ola_recorder [--record <file> --universes <universe_list>] [--playback <file>] [--verify <file>]
DESCRIPTION
ola_recorder Record a series of universes, or playback a previously recorded show.
OPTIONS
- -d, --delay <uint32_t>
- The delay in ms between successive iterations.
- -h, --help
- Display the help message
- -i, --iterations <uint32_t>
- The number of times to repeat the show, 0 means unlimited.
- -l, --log-level <int8_t>
- Set the logging level 0 .. 4.
- -p, --playback <string>
- The show file to playback.
- -r, --record <string>
- The show file to record data to.
- -u, --universes <string>
- A comma separated list of universes to record
- --verify <string>
- The show file to verify.
- -v, --version
- Print ola_recorder version information
- --duration <uint32_t>
- The length of time (seconds) to run for.
- --syslog
- Send to syslog rather than stderr.
- --no-use-epoll
- Disable the use of epoll(), revert to select()
- --no-use-kqueue
- Disable the use of kqueue(), revert to select()
- --scheduler-policy <policy>
- The thread scheduling policy, one of {fifo, rr}.
- --scheduler-priority <priority>
- The thread priority, only used if --scheduler-policy is set.
EXAMPLES
Record universes 1 and 2 to the file foo:
ola_recorder --universes 1,2 --record foo
Verify the previously recorded file bar:
ola_recorder --verify bar
Playback the previously recorded file baz for 30 seconds:
ola_recorder --playback baz --duration 30
Playback the previously recorded file baz for 3 iterations:
ola_recorder --playback baz --iterations 3
Playback the previously recorded file baz, repeating forever:
ola_recorder --playback baz --iterations 0
| December 2013 |