songbird
songbird copied to clipboard
HLS stream would panic
Songbird version: 0.4.3
Rust version (rustc -V
): rustc 1.81.0 (eeb90cda1 2024-09-04)
Description:
The program panicked in rusty pool thread when using HlsRequest
thread 'rusty_pool_1_thread_1' panicked at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stream_lib-0.5.2/src/hls/mod.rs:99:9:
there is no reactor running, must be called from the context of a Tokio 1.x runtime
Steps to reproduce:
let input = HlsRequest::new(...).into();
driver.play_only_input(input);