aboutsummaryrefslogtreecommitdiff
path: root/readme.md
blob: 20bb45b498e830ff0685de15244d33f72edcd6ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Multimedia Streaming Libraries for Rust

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

## Current state

Mostly non-conformant SIP implementation with some parts it RTP/RTCP
implemented.

## License

AGPL-3.0-only; See [COPYING](./COPYING)