From 23b18a3a408b00f69a5693450ebd518ea886241a Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Tue, 3 Jan 2023 13:24:31 -0700 Subject: [PATCH] Set in main configuration docs as well --- docs/docs/configuration/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs/configuration/index.md b/docs/docs/configuration/index.md index e8cb46178..0489da3aa 100644 --- a/docs/docs/configuration/index.md +++ b/docs/docs/configuration/index.md @@ -356,6 +356,10 @@ restream: enabled: True # Optional: Force audio compatibility with browsers (default: shown below) force_audio: True + # Optional: Video encoding to be used. By default the codec will be copied but + # it can be switched to another or an MJPEG stream can be encoded and restreamed + # as h264 (default: shown below) + video_encoding: "copy" # Optional: Restream birdseye via RTSP (default: shown below) # NOTE: Enabling this will set birdseye to run 24/7 which may increase CPU usage somewhat. birdseye: False