merge feat/playout: HLS streaming, FFmpeg, multi-channel playout service (#9, #11)

This commit is contained in:
2026-07-12 14:14:52 +02:00
13 changed files with 1071 additions and 1 deletions

23
Cargo.lock generated
View File

@@ -1767,6 +1767,29 @@ version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
[[package]]
name = "playout"
version = "0.1.0"
dependencies = [
"anyhow",
"async-trait",
"axum",
"bytes",
"chrono",
"domain",
"dotenvy",
"futures",
"serde",
"serde_json",
"thiserror",
"tokio",
"tower",
"tower-http",
"tracing",
"tracing-subscriber",
"uuid",
]
[[package]]
name = "potential_utf"
version = "0.1.5"