mirror of
https://github.com/v0l/zap-stream-core.git
synced 2025-06-20 05:30:29 +00:00
Only set PTS
This commit is contained in:
@ -65,7 +65,7 @@ async fn main() -> anyhow::Result<()> {
|
||||
settings.clone(),
|
||||
)));
|
||||
/*listeners.push(tokio::spawn(ingress::file::listen(
|
||||
"/home/kieran/high_flight.mp4".parse().unwrap(),
|
||||
"/home/kieran/waypoint_flight.mp4".parse().unwrap(),
|
||||
builder.clone(),
|
||||
)));*/
|
||||
listeners.push(tokio::spawn(ingress::test::listen(builder.clone())));
|
||||
|
Reference in New Issue
Block a user