Add Cargo instructions

This commit is contained in:
Tangent 128 2018-04-16 03:36:25 -04:00
parent aa426bb5df
commit e1866a0918
1 changed files with 10 additions and 0 deletions

View File

@ -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: