summaryrefslogtreecommitdiff
path: root/inventory/host_vars
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2024-02-18 22:29:28 +0100
committerChristian Pointner <equinox@spreadspace.org>2024-02-18 22:29:28 +0100
commit2f4886e837d9c6faa3e3f91016e061cf28dade95 (patch)
treedc6d92ab2e0b4c0d989950f9db9da008807fa2bd /inventory/host_vars
parentstreaming: update all ffmpeg images.. (diff)
streaming/record+streamer: fix audio channel config
Diffstat (limited to 'inventory/host_vars')
-rw-r--r--inventory/host_vars/ch-dione.yml2
-rw-r--r--inventory/host_vars/ch-helene.yml2
-rw-r--r--inventory/host_vars/ele-thetys.yml2
-rw-r--r--inventory/host_vars/glt-calypso.yml2
-rw-r--r--inventory/host_vars/glt-tsdatacop.yml2
-rw-r--r--inventory/host_vars/s2-thetys.yml2
6 files changed, 6 insertions, 6 deletions
diff --git a/inventory/host_vars/ch-dione.yml b/inventory/host_vars/ch-dione.yml
index 0b21c563..4503b49a 100644
--- a/inventory/host_vars/ch-dione.yml
+++ b/inventory/host_vars/ch-dione.yml
@@ -59,5 +59,5 @@ kubelet_storage:
# streamer_rtmp_inst_name: feed
# streamer_rtmp_nginx_image_version: 2024-02-18.31
# streamer_rtmp_ffmpeg_image_version: bookworm-decklink12.5-2024-02-18.33
-# streamer_rtmp_input: ['-f', 'decklink', '-format_code', 'Hp60', '-video_input', 'sdi', '-ac', '2', '-i', 'DeckLink Studio 4K']
+# streamer_rtmp_input: ['-f', 'decklink', '-format_code', 'Hp60', '-video_input', 'sdi', '-channels', '2', '-i', 'DeckLink Studio 4K']
# streamer_rtmp_video_filter_common: "colorspace=iall=bt709:irange=tv:all=bt709:range=tv:format=yuv420p"
diff --git a/inventory/host_vars/ch-helene.yml b/inventory/host_vars/ch-helene.yml
index 8e7c828b..36bffe97 100644
--- a/inventory/host_vars/ch-helene.yml
+++ b/inventory/host_vars/ch-helene.yml
@@ -59,5 +59,5 @@ kubelet_storage:
# streamer_rtmp_inst_name: feed
# streamer_rtmp_nginx_image_version: 2024-02-18.31
# streamer_rtmp_ffmpeg_image_version: bookworm-decklink12.5-2024-02-18.33
-# streamer_rtmp_input: ['-f', 'decklink', '-format_code', 'Hp50', '-ac', '2', '-i', 'DeckLink SDI 4K']
+# streamer_rtmp_input: ['-f', 'decklink', '-format_code', 'Hp50', '-channels', '2', '-i', 'DeckLink SDI 4K']
# streamer_rtmp_video_filter_common: "colorspace=iall=bt709:irange=tv:all=bt709:range=tv:format=yuv420p"
diff --git a/inventory/host_vars/ele-thetys.yml b/inventory/host_vars/ele-thetys.yml
index a0e20a38..cd7a20fa 100644
--- a/inventory/host_vars/ele-thetys.yml
+++ b/inventory/host_vars/ele-thetys.yml
@@ -92,7 +92,7 @@ streamer_rtmp_base_path: /srv/streamer
streamer_rtmp_inst_name: emc-feed
streamer_rtmp_nginx_image_version: 2024-02-18.31
streamer_rtmp_ffmpeg_image_version: bookworm-decklink12.5-2024-02-18.33
-streamer_rtmp_input: ['-f', 'decklink', '-format_code', 'Hp25', '-ac', '2', '-i', 'DeckLink SDI 4K']
+streamer_rtmp_input: ['-f', 'decklink', '-format_code', 'Hp25', '-channels', '2', '-i', 'DeckLink SDI 4K']
streamer_rtmp_video_filter_common: "colorspace=iall=bt709:irange=tv:all=bt709:range=tv:format=yuv420p"
streamer_rtmp_config:
x264:
diff --git a/inventory/host_vars/glt-calypso.yml b/inventory/host_vars/glt-calypso.yml
index 0f517e39..9017ec06 100644
--- a/inventory/host_vars/glt-calypso.yml
+++ b/inventory/host_vars/glt-calypso.yml
@@ -70,7 +70,7 @@ recorder_storage:
recorder_base_path: /srv/storage/recorder
recorder_inst_name: feed-glt21s1
recorder_ffmpeg_image_version: bookworm-decklink12.5-2024-02-18.33
-recorder_input: ['-f', 'decklink', '-video_input', 'sdi', '-format_code', 'Hp25', '-ac', '2', '-i', 'DeckLink SDI (1)']
+recorder_input: ['-f', 'decklink', '-video_input', 'sdi', '-format_code', 'Hp25', '-channels', '2', '-i', 'DeckLink SDI (1)']
recorder_video_filter_common: "colorspace=iall=bt709:irange=tv:all=bt709:range=tv"
recorder_segment_time: 3600
diff --git a/inventory/host_vars/glt-tsdatacop.yml b/inventory/host_vars/glt-tsdatacop.yml
index f169785e..a5294801 100644
--- a/inventory/host_vars/glt-tsdatacop.yml
+++ b/inventory/host_vars/glt-tsdatacop.yml
@@ -63,7 +63,7 @@ recorder_storage:
recorder_base_path: /srv/recorder
recorder_inst_name: feed-glt21s3
recorder_ffmpeg_image_version: bookworm-decklink12.5-2024-02-18.33
-recorder_input: ['-f', 'decklink', '-video_input', 'sdi', '-format_code', 'Hp25', '-ac', '2', '-i', 'DeckLink Mini Recorder']
+recorder_input: ['-f', 'decklink', '-video_input', 'sdi', '-format_code', 'Hp25', '-channels', '2', '-i', 'DeckLink Mini Recorder']
recorder_video_filter_common: "colorspace=iall=bt709:irange=tv:all=bt709:range=tv"
recorder_segment_time: 3600
diff --git a/inventory/host_vars/s2-thetys.yml b/inventory/host_vars/s2-thetys.yml
index fa46a4ec..9ae87cc5 100644
--- a/inventory/host_vars/s2-thetys.yml
+++ b/inventory/host_vars/s2-thetys.yml
@@ -72,7 +72,7 @@ streamer_rtmp_base_path: /srv/storage/streamer
streamer_rtmp_inst_name: feed
streamer_rtmp_nginx_image_version: 2024-02-18.31
streamer_rtmp_ffmpeg_image_version: bookworm-decklink12.5-2024-02-18.33
-streamer_rtmp_input: ['-f', 'decklink', '-video_input', 'sdi', '-format_code', 'Hp25', '-ac', '2', '-i', 'DeckLink Mini Recorder']
+streamer_rtmp_input: ['-f', 'decklink', '-video_input', 'sdi', '-format_code', 'Hp25', '-channels', '2', '-i', 'DeckLink Mini Recorder']
streamer_rtmp_video_filter_common: "colorspace=iall=bt709:irange=tv:all=bt709:range=tv:format=yuv420p"
streamer_rtmp_recording:
level: full