Files
2026-07-15 17:23:32 +01:00

23 lines
827 B
Markdown

# Simple Instant Stream
- [X] axum cookie jar support (manual set-cookie headers isnt yum)
- [X] more codecs
- [X] h265
- [X] av1
- [ ] Stream status rtc data channel (i.e, 'you're dropping frames! ,, 'wrong codec!') which is shown in the stream player page
- [ ] Whep -> Whip support
- [X] Write customs error types for everything that touches HTTP for [thiserror](https://docs.rs/thiserror/latest/thiserror/) and make it impl axum's IntoReponce
- [X] HTTP
- [X] WebRTC offers
- [X] DB actions
- [ ] (optional) Replace frame -> rtc management with something other then async broadcast (circular buffer with frame data)
## Qol
- [ ] Stream key renaming
- [ ] Admin panel
- [ ] Username look up
- [ ] Disabling Stream keys
- [ ] Change stream key limit manually
- [ ] See server cpu usage