Quick links
API documentation (Swagger UI)
Full HTTP API including /api/v3/process, /api/v3/whep/{id}, RTMP / SRT / config / metrics. Most endpoints require a JWT — issue one via POST /api/login.
Browser WHEP player
Self-contained subscriber for any process whose config.webrtc.enabled = true. Paste the WHEP URL and a JWT; press Subscribe.
About this build
Loading…
How to add a WebRTC stream
Create a process with "webrtc": { "enabled": true }. Once it starts, POST /api/v3/whep/<process-id> takes an SDP offer and returns an SDP answer.