From 5a2b84fbfb823d3356165e4f0d212faf248d190a Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Fri, 14 Oct 2022 14:58:33 -0600 Subject: [PATCH] Update docs to reflect restream role --- docs/docs/configuration/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docs/configuration/index.md b/docs/docs/configuration/index.md index 49a6f34e7..4b0d7a861 100644 --- a/docs/docs/configuration/index.md +++ b/docs/docs/configuration/index.md @@ -336,6 +336,7 @@ snapshots: person: 15 # Optional: RTMP configuration +# NOTE: RTMP is deprecated in favor of restream # NOTE: Can be overridden at the camera level rtmp: # Optional: Enable the RTMP stream (default: False) @@ -343,7 +344,7 @@ rtmp: # Optional: Restream configuration # NOTE: Can be overridden at the camera level -rtmp: +restream: # Optional: Enable the restream (default: True) enabled: True