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