Files
appRobotWebcam/go2rtc.yaml
2026-06-03 21:16:43 +02:00

24 lines
725 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:
# Einfache Form: bestätigt funktionsfähig für beide Kameras.
# #video=h264 → für WebRTC (transcodiert)
# #video=mjpeg → für MJPEG-Fallback + /api/frame.jpeg (Snapshot)
cam0: "ffmpeg:/dev/video0#video=h264#video=mjpeg"
cam1: "ffmpeg:/dev/video2#video=h264#video=mjpeg"
webrtc:
listen: ":8555"
candidates:
- stun:8555
api:
listen: ":1984"
# erlaubt WebSocket-Signaling vom Viewer auf Port 8444 (anderer Origin)
origin: "*"
log:
level: info