From 18db2f34625776732c627a656083ede2e12f391d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 15 Mar 2026 22:00:57 +0000 Subject: [PATCH] Add ffmpeg installation to go2rtc install script Co-authored-by: MickLesk <47820557+MickLesk@users.noreply.github.com> --- install/go2rtc-install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install/go2rtc-install.sh b/install/go2rtc-install.sh index e793486c9..82927161c 100644 --- a/install/go2rtc-install.sh +++ b/install/go2rtc-install.sh @@ -14,6 +14,10 @@ network_check update_os setup_hwaccel +msg_info "Installing Dependencies" +$STD apt install -y ffmpeg +msg_ok "Installed Dependencies" + USE_ORIGINAL_FILENAME="true" fetch_and_deploy_gh_release "go2rtc" "AlexxIT/go2rtc" "singlefile" "latest" "/opt/go2rtc" "go2rtc_linux_amd64" msg_info "Creating Service"