using the `RustCrypto` crates instead of the `rust-crypto` crate as mentioned in the `RustCrypto GitHub Org` Section of [this Advisory](https://rustsec.org/advisories/RUSTSEC-2016-0005) |
||
---|---|---|
examples | ||
src | ||
.gitignore | ||
Cargo.toml | ||
LICENSE | ||
README.md |
README.md
rtp
A Rust implementation of RTP and profiles derived from it.
RFC
- RTP: https://tools.ietf.org/html/rfc3550
- SRTP: https://tools.ietf.org/html/rfc3711
- AVP: https://tools.ietf.org/html/rfc3551
- AVPF: https://tools.ietf.org/html/rfc4585
- SAVPF: https://tools.ietf.org/html/rfc5124
- Multiplexing RTP and RTCP: https://tools.ietf.org/html/rfc5761
- DTLS-SRTP: https://tools.ietf.org/html/rfc5764