blob: f540f8eb057e76490d4b2406754dc7eb8109f0b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Multimedia Streaming Libraries for Rust
Current implementation target:
- RTP ([RFC3550](https://www.rfc-editor.org/rfc/rfc3550#section-5))
- Packet types, parsers and serializers
- RTCP report and transmission logic
- SIP
- SDP
- RTSP
- WebRTC
- STUN
- TURN
- maybe DTLS
## License
AGPL-3.0-only; See [COPYING](./COPYING)
|