From 334e28fe548ba6c7e9e237859fcbc11018e9f20d Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Sat, 12 Feb 2022 06:43:46 -0600 Subject: [PATCH] use second stream in docs example --- docs/docs/guides/getting_started.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/docs/guides/getting_started.md b/docs/docs/guides/getting_started.md index c4af845ae..5fe51cb00 100644 --- a/docs/docs/guides/getting_started.md +++ b/docs/docs/guides/getting_started.md @@ -167,13 +167,17 @@ cameras: roles: - detect - rtmp - - record # <----- Add role + - path: rtsp://10.0.10.10:554/high_res_stream # <----- Add high res stream + roles: + - record detect: ... record: # <----- Enable recording enabled: True motion: ... ``` +If you don't have separate streams for detect and record, you would just add the record role to the list on the first input. + By default, Frigate will retain video of all events for 10 days. The full set of options for recording can be found [here](/configuration/index#full-configuration-reference). ### Step 8: Enable snapshots (optional)