ca-grow-ops-manager/go2rtc.yaml
fullsizemalt 225bf3608e
Some checks failed
Deploy to Production / deploy (push) Failing after 0s
Test / backend-test (push) Failing after 0s
Test / frontend-test (push) Failing after 0s
feat(monitoring): Add go2rtc service for CCTV integration
- Added go2rtc service to docker-compose.yml
- Configured Traefik routing at /monitor
- Created go2rtc.yaml with demo stream configuration
2025-12-11 12:56:50 -08:00

23 lines
529 B
YAML

streams:
# Examples of streams. Replace with real RTSP URLs from local NVR or Cameras
# Format: rtsp://username:password@ip:port/stream_path
# Demo Stream (Big Buck Bunny) for testing
demo:
- ffmpeg:https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4#video=h264#audio=aac
api:
listen: ":1984"
base_path: "/monitor"
rtsp:
listen: ":8554"
srtp:
listen: ":8443"
webrtc:
listen: ":8555"
candidates:
- 777wolfpack.runfoo.run:8555
- stun:stun.l.google.com:19302