summaryrefslogtreecommitdiff
path: root/roles/streaming/recorder/defaults/main.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2021-04-04 23:11:24 +0200
committerChristian Pointner <equinox@spreadspace.org>2021-04-04 23:11:24 +0200
commitfb2a5231a69f753301ecf962a419e10893cd54bb (patch)
tree2ebcc1d433bc871c05342639e9ed751a99485ca0 /roles/streaming/recorder/defaults/main.yml
parentuse path_join filter to build zfs mountpoints (diff)
add new streaming recorder role
Diffstat (limited to 'roles/streaming/recorder/defaults/main.yml')
-rw-r--r--roles/streaming/recorder/defaults/main.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/roles/streaming/recorder/defaults/main.yml b/roles/streaming/recorder/defaults/main.yml
new file mode 100644
index 00000000..6bcfde17
--- /dev/null
+++ b/roles/streaming/recorder/defaults/main.yml
@@ -0,0 +1,16 @@
+---
+# recorder_storage:
+# type: (lvm|zfs)
+# ...
+recorder_base_path: /srv/recorder
+
+# recorder_inst_name: feed
+# recorder_ffmpeg_image_version: 2021-02-24.7
+# recorder_decklink_card: "DeckLink Mini Recorder"
+# recorder_decklink_format_code: Hp25
+recorder_audio_channels: 2
+recorder_audio_bitrate: 256k
+recorder_video_crf: 16
+
+recorder_segment_time: 3600
+recorder_segment_clocktime_offset: 0