Nouvelle tentative de broadcast avec considération d'un temps d'expiration.

This commit is contained in:
2025-11-15 12:21:46 +01:00
parent 1c2d30cbe9
commit 4e27255305
5 changed files with 628 additions and 122 deletions

View File

@@ -16,6 +16,9 @@ mod broadcast_pacing;
#[cfg(feature = "http-stream")]
mod flac_frame_utils;
#[cfg(feature = "http-stream")]
mod timed_broadcast;
#[cfg(feature = "http-stream")]
mod streaming_flac_sink;