summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-05-01 11:14:03 +0200
committerChristian Pointner <equinox@spreadspace.org>2022-05-01 11:14:03 +0200
commit65ef61d2af2e56f2ec083dd201d6b6063ff94ec4 (patch)
tree1494bd170cdc1dd19b57feb3f1d4fa3477573cd1
parentsome test with rtmp encoder server (diff)
ch-dione/ch-helene: switch 1080p50
-rw-r--r--inventory/host_vars/ch-dione.yml2
-rw-r--r--inventory/host_vars/ch-helene.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/inventory/host_vars/ch-dione.yml b/inventory/host_vars/ch-dione.yml
index d06322c8..f5b39240 100644
--- a/inventory/host_vars/ch-dione.yml
+++ b/inventory/host_vars/ch-dione.yml
@@ -74,4 +74,4 @@ rtmp_streamer_inst_name: feed
rtmp_streamer_nginx_image_version: 2022-04-29.23
rtmp_streamer_decklink_card: "DeckLink 8K Pro (1)"
rtmp_streamer_config:
- input_params: ['-f', 'decklink', '-video_input', 'sdi', '-format_code', 'Hp25', '-ac', '2', '-i']
+ input_params: ['-f', 'decklink', '-video_input', 'sdi', '-format_code', 'Hp50', '-ac', '2', '-i']
diff --git a/inventory/host_vars/ch-helene.yml b/inventory/host_vars/ch-helene.yml
index 7780c82a..c4927629 100644
--- a/inventory/host_vars/ch-helene.yml
+++ b/inventory/host_vars/ch-helene.yml
@@ -74,4 +74,4 @@ rtmp_streamer_inst_name: feed
rtmp_streamer_nginx_image_version: 2022-04-29.23
rtmp_streamer_decklink_card: "DeckLink SDI 4K"
rtmp_streamer_config:
- input_params: ['-f', 'decklink', '-video_input', 'sdi', '-format_code', 'Hp25', '-ac', '2', '-i']
+ input_params: ['-f', 'decklink', '-video_input', 'sdi', '-format_code', 'Hp50', '-ac', '2', '-i']