From e4f8226ab44dacdc228bc53cd3fc574b8e7b5706 Mon Sep 17 00:00:00 2001 From: Doloro1978 Date: Fri, 3 Jul 2026 18:36:13 +0100 Subject: [PATCH] read me --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b4ab36c --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# Simple Instant Stream + +- [] axum cookie jar support (manual set-cookie headers isnt yum) +- [] more codecs + - [] h265 + - [] av1 +- [] Whep -> Whip support +- [] Write customs error types for everything that touches HTTP for [thiserror](https://docs.rs/thiserror/latest/thiserror/) and make it impl axum's IntoReponce + - [] HTTP + - [] WebRTC offers + - [] DB actions +- [] (optional) Replace frame -> rtc management with something other then async broadcast (circular buffer with frame data)