From 56d2978bc82464e543e6a59056f78b943db67296 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Tue, 14 Feb 2023 16:19:07 -0700 Subject: [PATCH] Remove more outdated restream from docs (#5497) --- docs/docs/configuration/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/configuration/index.md b/docs/docs/configuration/index.md index de5824964..dde11d2ad 100644 --- a/docs/docs/configuration/index.md +++ b/docs/docs/configuration/index.md @@ -407,12 +407,12 @@ cameras: # Required: the path to the stream # NOTE: path may include environment variables, which must begin with 'FRIGATE_' and be referenced in {} - path: rtsp://viewer:{FRIGATE_RTSP_PASSWORD}@10.0.10.10:554/cam/realmonitor?channel=1&subtype=2 - # Required: list of roles for this stream. valid values are: detect,record,restream,rtmp - # NOTICE: In addition to assigning the record, restream, and rtmp roles, + # Required: list of roles for this stream. valid values are: detect,record,rtmp + # NOTICE: In addition to assigning the record and rtmp roles, # they must also be enabled in the camera config. roles: - detect - - restream + - record - rtmp # Optional: stream specific global args (default: inherit) # global_args: