Documentation

Latenz streams your desktop to any browser over WebRTC P2P. The cloud handles authentication, host registry, and signaling — media flows directly between your machine and the browser.

Architecture

beam-host ◄── WS signaling ──► beam-platform ◄── REST/WS ──► latenz (browser)
    │                                                              │
    └──────── WebRTC P2P (video + audio + input DataChannel) ──────┘

The host agent opens an outbound connection to the platform — no inbound ports on your machine. Capture and encode run on the GPU; only compressed video and audio cross the network.

Guides

Components

ComponentRole
beam-hostNative agent: GPU capture → hardware encode → WebRTC
beam-platformAuth, host registry, WebSocket signaling
latenzWeb app: login, dashboard, browser viewer