disk-consumer — A consumer that archives a stream to disk.
If set, this symlink will be created and will point to the latest finished recording.
Type: string
Optional property. Single values only.
Whether to start recording when the component starts (defaults to True).
Type: bool
Optional property. Single values only.
The formatting template for the program id (default '%03d.').
Type: string
Optional property. Single values only.
If set, the given template will be used to decide filenames for recordings. The template will be expanded according to strftime(3).
Type: string
Optional property. Single values only.
Whether to start/stop the disker when stream marker events are received.
Type: bool
Optional property. Single values only.
The maximum duration of each file (in seconds).
Type: long
Optional property. Single values only.
The directory to which to save the archives.
Type: string
Required property. Single values only.
'size', 'time', or 'none' (default 'none').
Type: string
Optional property. Single values only.
If set, the given iCalendar schedule will be used to decide when to record. Every event defined indicates a recording, and the event description will be used as the filename template.
Type: string
Optional property. Single values only.