Command-line interface for LVQR (Live Video QUIC Relay).
Single binary that runs the relay server with RTMP ingest, MoQ relay, admin API, and optional peer mesh.
```bash
cargo install lvqr-cli
```
```bash
lvqr serve --port 4443 --rtmp-port 1935 --admin-port 8080
```
MIT OR Apache-2.0