relay-edge runs on any machine that can reach your camera on its LAN. It connects out via HTTPS — no port forwarding, no public IP — and opens the camera’s RTSP feed only when a session asks for it. RTSP credentials never leave the machine.
curl -fsSL https://streamo.in/install.sh | RELAY_EDGE_TOKEN=<your-token> sh
$env:RELAY_EDGE_TOKEN='<your-token>'; iwr https://streamo.in/install.ps1 -useb | iex
Get your token by provisioning an edge in the dashboard — it shows the exact command with the token filled in.
Always the latest release. Verify with SHA256SUMS. Manual setup needs RELAY_EDGE_TOKEN in the environment and ffmpeg on the PATH — the installer handles both for you.