16 lines
411 B
Markdown
16 lines
411 B
Markdown
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
|