From 12285e845d28c5622fa1b48077bc683e025e7f0c Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Mon, 16 Jan 2023 07:12:42 -0700 Subject: [PATCH] Docs fixes --- docs/docs/configuration/camera_specific.md | 2 +- docs/docs/configuration/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/configuration/camera_specific.md b/docs/docs/configuration/camera_specific.md index 3d8595dd1..8089f7104 100644 --- a/docs/docs/configuration/camera_specific.md +++ b/docs/docs/configuration/camera_specific.md @@ -14,7 +14,7 @@ This page makes use of presets of FFmpeg args. For more information on presets, Note that mjpeg cameras require encoding the video into h264 for recording, and restream roles. This will use significantly more CPU than if the cameras supported h264 feeds directly. It is recommended to use the restream role to create an h264 restream and then use that as the source for ffmpeg. ```yaml -restream: +go2rtc: streams: mjpeg_cam: ffmpeg:{your_mjpeg_stream_url}#video=h264#hardware # <- use hardware acceleration to create an h264 stream usable for other components. diff --git a/docs/docs/configuration/index.md b/docs/docs/configuration/index.md index 24c291140..7da19349e 100644 --- a/docs/docs/configuration/index.md +++ b/docs/docs/configuration/index.md @@ -356,7 +356,7 @@ rtmp: # Optional: Restream configuration # Uses https://github.com/AlexxIT/go2rtc -restream: +go2rtc: # Optional: jsmpeg stream configuration for WebUI live: