This commit is contained in:
2026-06-30 01:49:11 -03:00
parent 52c93d2cd5
commit b1572c029e
5 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ pub async fn run_redis_worker(
let mut processed = 0usize;
let mut captured = 0usize;
let paths = normalize_paths(&config.rtsp_paths);
let credentials = load_rtsp_credentials(Path::new("main_ids.json"))?;
let credentials = load_rtsp_credentials(Path::new("/app/main_ids.json"))?;
println!(
"worker pronto para {} paths, {} credenciais e fila {}",