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