From b90e71d209c1608fec38d3f60ff71cc5f1eef459 Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Mon, 24 Oct 2022 07:01:36 -0600 Subject: [PATCH] Remove RTMP from default list of roles --- frigate/config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/frigate/config.py b/frigate/config.py index b228c12ea..a01df46c4 100644 --- a/frigate/config.py +++ b/frigate/config.py @@ -592,7 +592,6 @@ class CameraConfig(FrigateBaseModel): if len(config["ffmpeg"]["inputs"]) == 1: config["ffmpeg"]["inputs"][0]["roles"] = [ "record", - "rtmp", "detect", "restream", ]