From c35f726fa021d39a054b9bf009cf1faab4db25a4 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Tue, 28 Mar 2023 16:15:28 -0600 Subject: [PATCH] Use "" for ffmpeg: so it does not appear as comment --- docs/docs/configuration/camera_specific.md | 4 ++-- 1 file changed, 2 insertions(+), 2 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