diff --git a/configs/production_4ch.json b/configs/production_4ch.json index 0cf7c70..f00f666 100644 --- a/configs/production_4ch.json +++ b/configs/production_4ch.json @@ -300,7 +300,7 @@ "template": "ppe_detection_pipeline", "params": { "name": "cam1", - "url": "rtsp://10.0.0.49:8554/cam1", + "url": "rtsp://10.0.0.49:8554/cam", "face_gallery_path": "./models/face_gallery.db", "minio_endpoint": "http://10.0.0.49:9000", "minio_bucket": "myminio", @@ -313,7 +313,7 @@ "template": "ppe_detection_pipeline", "params": { "name": "cam2", - "url": "rtsp://10.0.0.49:8554/cam2", + "url": "rtsp://10.0.0.11:8554/cam", "face_gallery_path": "./models/face_gallery.db", "minio_endpoint": "http://10.0.0.49:9000", "minio_bucket": "myminio", @@ -326,7 +326,7 @@ "template": "ppe_detection_pipeline", "params": { "name": "cam3", - "url": "rtsp://10.0.0.49:8554/cam3", + "url": "rtsp://10.0.0.49:8554/cam", "face_gallery_path": "./models/face_gallery.db", "minio_endpoint": "http://10.0.0.49:9000", "minio_bucket": "myminio", @@ -339,7 +339,7 @@ "template": "ppe_detection_pipeline", "params": { "name": "cam4", - "url": "rtsp://10.0.0.49:8554/cam4", + "url": "rtsp://10.0.0.49:8554/cam", "face_gallery_path": "./models/face_gallery.db", "minio_endpoint": "http://10.0.0.49:9000", "minio_bucket": "myminio",