From 83c80c570cc3388fe72f70803f0c242392ad3862 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Wed, 29 Mar 2023 18:06:19 -0600 Subject: [PATCH] Cleanup docs based on RC feedback (#5864) * Comment out timezone as it should not be set with None if copied * Use "" for ffmpeg: so it does not appear as comment * Add example to timezone setting --- docs/docs/configuration/camera_specific.md | 4 ++-- docs/docs/configuration/index.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/configuration/camera_specific.md b/docs/docs/configuration/camera_specific.md index 353aaa63b..aae86d6fc 100644 --- a/docs/docs/configuration/camera_specific.md +++ b/docs/docs/configuration/camera_specific.md @@ -16,7 +16,7 @@ Note that mjpeg cameras require encoding the video into h264 for recording, and ```yaml go2rtc: streams: - mjpeg_cam: ffmpeg:{your_mjpeg_stream_url}#video=h264#hardware # <- use hardware acceleration to create an h264 stream usable for other components. + mjpeg_cam: "ffmpeg:{your_mjpeg_stream_url}#video=h264#hardware" # <- use hardware acceleration to create an h264 stream usable for other components. cameras: ... @@ -110,7 +110,7 @@ go2rtc: streams: reolink: - http://reolink_ip/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=username&password=password - - ffmpeg:reolink#audio=opus + - "ffmpeg:reolink#audio=opus" reolink_sub: - http://reolink_ip/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=username&password=password diff --git a/docs/docs/configuration/index.md b/docs/docs/configuration/index.md index b633174d1..9686e8240 100644 --- a/docs/docs/configuration/index.md +++ b/docs/docs/configuration/index.md @@ -502,7 +502,7 @@ ui: # Optional: Set the default live mode for cameras in the UI (default: shown below) live_mode: mse # Optional: Set a timezone to use in the UI (default: use browser local time) - timezone: None + # timezone: America/Denver # Optional: Use an experimental recordings / camera view UI (default: shown below) use_experimental: False # Optional: Set the time format used.