add: h265 & AV1 support (with a lot of fixes)

This commit is contained in:
2026-07-06 12:31:55 +01:00
parent 2156527e44
commit 70872fa632
16 changed files with 1259 additions and 493 deletions
+4 -3
View File
@@ -1,9 +1,10 @@
# Simple Instant Stream
- [ ] axum cookie jar support (manual set-cookie headers isnt yum)
- [ ] more codecs
- [ ] h265
- [ ] av1
- [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
- [ ] 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