streamo

Download the edge agent

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.

One-line install (recommended)

Linux / macOS — installs the binary, ffmpeg, and a system service
curl -fsSL https://streamo.in/install.sh | RELAY_EDGE_TOKEN=<your-token> sh
Windows — PowerShell as Administrator
$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.

Direct binaries

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.

After installing

  1. The agent appears as online on the edges page within ~30 seconds.
  2. Register cameras from the dashboard, then map each camera ID to its RTSP URL in cameras.json on the machine.
  3. Create a session from your backend — the stream starts on demand.