diff options
author | metamuffin <metamuffin@disroot.org> | 2024-11-19 03:25:57 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-11-19 03:25:57 +0100 |
commit | d40f5bc6ece18c8fa09013d2e47e500a9e333dcd (patch) | |
tree | a8f80e11968b0566db6f1f186bb49ddebfe1b483 /readme.md | |
parent | cbc111f90b5facc1f2a9dd79ced216279d6260af (diff) | |
download | sip-rs-d40f5bc6ece18c8fa09013d2e47e500a9e333dcd.tar sip-rs-d40f5bc6ece18c8fa09013d2e47e500a9e333dcd.tar.bz2 sip-rs-d40f5bc6ece18c8fa09013d2e47e500a9e333dcd.tar.zst |
move files again
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..f540f8e --- /dev/null +++ b/readme.md @@ -0,0 +1,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) |