Добавление go2rtc настроек и бинарник

This commit is contained in:
Tot Maxim
2026-05-11 17:14:45 +03:00
parent 361ffc5578
commit 1a5e50ae1f
2 changed files with 15 additions and 0 deletions

BIN
scripts/go2rtc Normal file

Binary file not shown.

15
scripts/go2rtc.yaml Normal file
View File

@@ -0,0 +1,15 @@
streams:
cam:
- exec:ffmpeg -f v4l2 -input_format mjpeg -video_size 640x480 -framerate 15 -i /dev/video0 -c:v copy -f mjpeg pipe:1
api:
listen: ":1984"
rtsp:
listen: ":8554"
webrtc:
listen: ":8555"
http:
listen: ":4444"