Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions rs/moq-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ Runs a relay and publishes a single broadcast read from stdin into it. Useful fo

```bash
ffmpeg -i input.mp4 -f mp4 -movflags cmaf - | \
moq-cli serve --broadcast my-stream fmp4
moq-cli serve --broadcast my-stream --tls-generate "localhost" fmp4
```

### Self-host: subscribe to an inbound broadcast (`accept`)

Runs a relay and writes the first incoming broadcast's media to stdout. The inverse of `serve`.

```bash
moq-cli accept --broadcast my-stream --format fmp4 | ffplay -
moq-cli accept --broadcast my-stream --tls-generate "localhost" --format fmp4 | ffplay -
```

### Input formats (`publish` / `serve`)
Expand Down
Loading