Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
This commit is contained in:
Nicolas Mowen 2026-04-14 08:20:58 -06:00 committed by GitHub
parent 8de97255c1
commit 52c34b75f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 -
```