webrtc-livekit
Installation
SKILL.md
webrtc-livekit
Context: $ARGUMENTS
LiveKit is an Apache-2.0 WebRTC SFU written in Go — a single-binary deployment with a vast SDK matrix. Docs home: https://docs.livekit.io/home/. Repo: https://github.com/livekit/livekit.
Quick start
- Install server binary for your platform: → Step 1 (
livekit.py install-server) - Install the CLI (
lk/livekit-cli): → Step 1 (livekit.py install-cli) - Start a dev server: → Step 2 (
livekit.py start) - Mint a JWT access token: → Step 3 (
livekit.py mint-token) - Record or stream-out a room: → Step 5 (
livekit.py egress-start) - Ingest RTMP/WHIP/SRT into a room: → Step 6 (
livekit.py ingress-start)