aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-11-19 03:25:57 +0100
committermetamuffin <metamuffin@disroot.org>2024-11-19 03:25:57 +0100
commitd40f5bc6ece18c8fa09013d2e47e500a9e333dcd (patch)
treea8f80e11968b0566db6f1f186bb49ddebfe1b483 /readme.md
parentcbc111f90b5facc1f2a9dd79ced216279d6260af (diff)
downloadsip-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.md18
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)