From 2f4886e837d9c6faa3e3f91016e061cf28dade95 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 18 Feb 2024 22:29:28 +0100 Subject: streaming/record+streamer: fix audio channel config --- inventory/host_vars/ele-thetys.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inventory/host_vars/ele-thetys.yml') 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: -- cgit v1.2.3