Add Cargo instructions
This commit is contained in:
parent
aa426bb5df
commit
e1866a0918
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -6,6 +6,16 @@ The initialization segment is remembered, so that viewers can join mid-stream.
|
|||
|
||||
Cluster timestamps are rewritten to be monotonic, so multiple (compatibly-encoded) webm files can be chained together without clients needing to reconnect.
|
||||
|
||||
## Building
|
||||
|
||||
Dependencies & building are handed by Cargo:
|
||||
|
||||
`cargo build --release`
|
||||
|
||||
If you're feeling bold, you can let Cargo install it for you:
|
||||
|
||||
`cargo install`
|
||||
|
||||
## Usage
|
||||
|
||||
Launch a relay server with the `relay` subcommand:
|
||||
|
|
Loading…
Reference in a new issue