From 7be1b01151dc39d09a4410045e7d9294dcd94c21 Mon Sep 17 00:00:00 2001 From: ThUnD3r|Gr33n Date: Tue, 29 Dec 2020 01:10:35 +0100 Subject: [PATCH] it must be inputs iso input I came alone by searching my issue when my confg would fail. Then I read another issue which ointed at the INUTS iso INUT under FFMPEG options. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af6aa219a..75dbf24d2 100644 --- a/README.md +++ b/README.md @@ -246,7 +246,7 @@ cameras: ffmpeg: # Required: Source passed to ffmpeg after the -i parameter. # NOTE: Environment variables that begin with 'FRIGATE_' may be referenced in {} - input: rtsp://viewer:{FRIGATE_RTSP_PASSWORD}@10.0.10.10:554/cam/realmonitor?channel=1&subtype=2 + inputs: rtsp://viewer:{FRIGATE_RTSP_PASSWORD}@10.0.10.10:554/cam/realmonitor?channel=1&subtype=2 # Optional: camera specific global args (default: inherit) global_args: # Optional: camera specific hwaccel args (default: inherit)