From 52c34b75f54e23fd80c82a5be1172f6d77620276 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Tue, 14 Apr 2026 08:20:58 -0600 Subject: [PATCH] Cleanup Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> --- docs/docs/configuration/restream.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/configuration/restream.md b/docs/docs/configuration/restream.md index 8758b0c68..5955770a2 100644 --- a/docs/docs/configuration/restream.md +++ b/docs/docs/configuration/restream.md @@ -222,5 +222,5 @@ NOTE: RTSP output will need to be passed with two curly braces `{{output}}`, whe go2rtc: streams: stream1: exec:ffmpeg -hide_banner -re -stream_loop -1 -i /media/BigBuckBunny.mp4 -c copy -rtsp_transport tcp -f rtsp {{output}} - stream2: exec:rpicam-vid -t 0 --libav-format h264 -o - #raspberry pi 5b cam output via pipe + stream2: exec:rpicam-vid -t 0 --libav-format h264 -o - ```