feat(pmoqobuz): add progressive CMAF FLAC streaming support

Introduce a `/tracks/:id/flac` endpoint and `open_cmaf_stream` client method to enable incremental decryption and caching of FLAC audio. Refactor segment decryption into a reusable helper and stream decrypted frames via a bounded tokio channel. Add `tokio-util` as an optional dependency, update the `pmoserver` feature, and implement conditional routing for local proxy versus direct API access. Update the architecture roadmap to document these improvements.
This commit is contained in:
2026-06-11 09:36:21 +02:00
parent a97bfe6148
commit c7f67e7c7c
9 changed files with 348 additions and 24 deletions

1
Cargo.lock generated
View File

@@ -4098,6 +4098,7 @@ dependencies = [
"thiserror 2.0.17",
"tokio",
"tokio-test",
"tokio-util",
"tracing",
"tracing-subscriber",
"utoipa",