fix: rtmp ingest
All checks were successful
continuous-integration/drone Build is passing

fix: idle placeholder stream
This commit is contained in:
2025-06-12 14:56:59 +01:00
parent ad20fbc052
commit 09577cc2c8
8 changed files with 659 additions and 208 deletions

View File

@ -28,10 +28,13 @@ usvg = "0.45.1"
tiny-skia = "0.11.4"
fontdue = "0.9.2"
ringbuf = "0.4.7"
libc = "0.2.169"
# srt
srt-tokio = { version = "0.4.4", optional = true }
# rtmp
rml_rtmp = { version = "0.8.0", optional = true }
libc = "0.2.169"
bytes = "1.9.0"
xflv = "0.4.4"