From ea929e9b6ad51e4edfed9f694d012244a04315c2 Mon Sep 17 00:00:00 2001 From: Marc Altmann <40744649+MarcA711@users.noreply.github.com> Date: Mon, 20 Nov 2023 18:34:01 +0100 Subject: [PATCH] Update comment --- docker/main/rootfs/usr/local/go2rtc/create_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/main/rootfs/usr/local/go2rtc/create_config.py b/docker/main/rootfs/usr/local/go2rtc/create_config.py index 910659615..51d75f0e0 100644 --- a/docker/main/rootfs/usr/local/go2rtc/create_config.py +++ b/docker/main/rootfs/usr/local/go2rtc/create_config.py @@ -114,7 +114,7 @@ if int(os.environ["LIBAVFORMAT_VERSION_MAJOR"]) < 59: ] = "-fflags nobuffer -flags low_delay -stimeout 5000000 -user_agent go2rtc/ffmpeg -rtsp_transport tcp -i {input}" # add hardware acceleration presets for rockchip devices -# will be removed, when frigate uses a go2rtc version that includes these presets +# may be removed if frigate uses a go2rtc version that includes these presets if go2rtc_config.get("ffmpeg") is None: go2rtc_config["ffmpeg"] = { "h264/rk": "-c:v h264_rkmpp_encoder -g 50 -bf 0",