mirror of
https://github.com/v0l/zap-stream-core.git
synced 2025-06-20 05:30:29 +00:00
Recorder fixes
This commit is contained in:
@ -64,11 +64,11 @@ async fn main() -> anyhow::Result<()> {
|
||||
"0.0.0.0:8080".to_owned(),
|
||||
settings.clone(),
|
||||
)));
|
||||
listeners.push(tokio::spawn(ingress::file::listen(
|
||||
/*listeners.push(tokio::spawn(ingress::file::listen(
|
||||
"/home/kieran/high_flight.mp4".parse().unwrap(),
|
||||
builder.clone(),
|
||||
)));
|
||||
//listeners.push(tokio::spawn(ingress::test::listen(builder.clone())));
|
||||
)));*/
|
||||
listeners.push(tokio::spawn(ingress::test::listen(builder.clone())));
|
||||
|
||||
for handle in listeners {
|
||||
if let Err(e) = handle.await {
|
||||
|
Reference in New Issue
Block a user