multi-channel playout: concurrent tick, status endpoint, ffmpeg restart (#11)

This commit is contained in:
2026-07-12 13:59:54 +02:00
parent 1b3ecc10e1
commit 84dd05a8a6
4 changed files with 64 additions and 15 deletions

View File

@@ -27,6 +27,7 @@ thiserror = { workspace = true }
anyhow = "1"
dotenvy = "0.15"
bytes = "1"
futures = "0.3"
[dev-dependencies]
tokio = { workspace = true, features = ["test-util"] }