summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-thetys.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-05-29 00:56:15 +0200
committerChristian Pointner <equinox@spreadspace.org>2022-05-29 00:56:15 +0200
commit371faa43d92974dc09ea89b58796c4faf7db7616 (patch)
tree597c1cc9b664350c3df52d05780194c782369101 /inventory/host_vars/ch-thetys.yml
parentrtmp/streamer: increase max message size (diff)
rtmp/streamer: move to new encoding scripts
Diffstat (limited to 'inventory/host_vars/ch-thetys.yml')
-rw-r--r--inventory/host_vars/ch-thetys.yml11
1 files changed, 4 insertions, 7 deletions
diff --git a/inventory/host_vars/ch-thetys.yml b/inventory/host_vars/ch-thetys.yml
index d77364ea..0f0fcef7 100644
--- a/inventory/host_vars/ch-thetys.yml
+++ b/inventory/host_vars/ch-thetys.yml
@@ -27,6 +27,7 @@ apt_repo_components:
spreadspace_apt_repo_components:
- container
+
blackmagic_desktopvideo_version: 12.2.2a6
blackmagic_desktopvideo_include_gui: yes
@@ -55,10 +56,6 @@ kubernetes_standalone_cni_variant: with-portmap
rtmp_streamer_base_path: /srv/storage/streamer
rtmp_streamer_inst_name: feed
rtmp_streamer_nginx_image_version: 2022-05-15.24
-rtmp_streamer_ffmpeg_image_version: bullseye-decklink11.7-2022-05-15.13
-rtmp_streamer_decklink_card: "DeckLink Mini Recorder"
-rtmp_streamer_config:
- input_params: ['-f', 'decklink', '-video_input', 'sdi', '-format_code', 'Hp25', '-ac', '2', '-i']
-# input_params: ['-f', 'decklink', '-video_pts', 'wallclock', '-audio_pts', 'wallclock', '-video_input', 'hdmi', '-format_code', 'Hp25', '-ac', '2', '-i']
-# input_params: ['-copyts', '-f', 'decklink', '-video_pts', 'abs_wallclock', '-audio_pts', 'abs_wallclock', '-video_input', 'hdmi', '-format_code', 'Hp25', '-ac', '2', '-i']
-# input_params: ['-copyts', '-f', 'decklink', '-decklink_copyts', '1', '-video_input', 'hdmi', '-format_code', 'Hp25', '-ac', '2', '-i']
+rtmp_streamer_ffmpeg_image_version: bullseye-decklink11.7-2022-05-28.17
+rtmp_streamer_input: ['-f', 'decklink', '-video_input', 'sdi', '-format_code', 'Hp25', '-ac', '2', '-i', 'DeckLink Mini Recorder']
+rtmp_streamer_video_filter_common: "colorspace=iall=bt709:irange=tv:all=bt709:range=tv:format=yuv420p,setdar=dar=16/9"