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",