The Bridge is a tiny free helper that runs on any computer in the same building as your cameras — a Mac, a Windows PC you already have, or a $50 Raspberry Pi. It speaks RTSP to your camera and hands Sentry a regular snapshot URL. Camera credentials never leave your machine.
After installing, open Docker Desktop and wait until the status (bottom-left) says "Engine running". Keep it running in the background. If you skip this, step 3 will show 'docker' is not recognized.
Windows users: when the installer asks about "Allow Windows Containers", leave it unchecked. Sentry Bridge uses Linux containers — Windows Containers are a separate feature you don't need.
~5 KB. Contains the Docker config, a starter go2rtc.yaml, and start scripts.
start.command on Mac / Linuxstart.bat on WindowsA terminal opens and shows [bridge] listening on … — that's it, you're running.
Fill in the form. We'll generate the go2rtc.yaml snippet you paste in.
api: listen: ":1984" rtsp: listen: ":8554" streams: front_door: rtsp://192.168.1.50:554/h264Preview_01_main
Open go2rtc.yaml in any text editor, replace the streams: block with the snippet above, save, then restart the Bridge (docker compose restart).
http://localhost:1984 (same machine) or http://<bridge-ip>:1984.front_door — must match the YAML key above.sentry.today. Or run a small reverse-proxy with a self-signed cert (advanced).go2rtc.yaml exactly. Restart after editing.sudo ufw allow 1984/tcp.