From 0d81a7c7fbfe493e7d87afaac40ccc3407496726 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Fri, 13 Jan 2023 07:48:06 -0700 Subject: [PATCH] Replace localhost --- docs/docs/configuration/camera_specific.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/configuration/camera_specific.md b/docs/docs/configuration/camera_specific.md index a678d4a92..ca3766f65 100644 --- a/docs/docs/configuration/camera_specific.md +++ b/docs/docs/configuration/camera_specific.md @@ -17,7 +17,7 @@ Note that mjpeg cameras require encoding the video into h264 for recording, and mjpeg_cam: ffmpeg: inputs: - - path: rtsp://localhost:8554/mjpeg_cam + - path: rtsp://127.0.0.1:8554/mjpeg_cam roles: - detect - record