mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 01:35:22 +03:00
Remove RTMP from default list of roles
This commit is contained in:
parent
52d95e96cd
commit
b90e71d209
@ -592,7 +592,6 @@ class CameraConfig(FrigateBaseModel):
|
|||||||
if len(config["ffmpeg"]["inputs"]) == 1:
|
if len(config["ffmpeg"]["inputs"]) == 1:
|
||||||
config["ffmpeg"]["inputs"][0]["roles"] = [
|
config["ffmpeg"]["inputs"][0]["roles"] = [
|
||||||
"record",
|
"record",
|
||||||
"rtmp",
|
|
||||||
"detect",
|
"detect",
|
||||||
"restream",
|
"restream",
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user