Files
appRobotWebcam/go2rtc.yaml
2026-06-03 19:50:16 +02:00

23 lines
818 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Hinweis: Diese Datei wird für das Portainer-Deployment NICHT mehr gebraucht
# die Config ist jetzt direkt in docker-compose.yaml eingebettet (configs.content).
# Sie bleibt hier nur als Referenz / für lokales go2rtc ohne Compose.
streams:
# device?-Form: go2rtc öffnet die v4l2-Kamera mit fixer Auflösung.
# #video=h264 → für WebRTC (transcodiert)
# #video=mjpeg → für MJPEG-Endpoint (Passthrough, niedrigste Latenz)
cam0: "ffmpeg:device?video=/dev/video0&video_size=640x480#video=h264#video=mjpeg"
cam1: "ffmpeg:device?video=/dev/video2&video_size=640x480#video=h264#video=mjpeg"
# Simple Fallback-Form (ohne Auflösungs-Vorgabe), falls device? Probleme macht:
# cam0: "ffmpeg:/dev/video0#video=h264#video=mjpeg"
webrtc:
listen: ":8555"
api:
listen: ":1984"
log:
level: info