From 7fbfdb3cb872f542a40c48eebe5f4502b8458cb0 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Fri, 13 Jan 2023 16:12:37 -0700 Subject: [PATCH] Replace localhost with explicit address (#5070) * Replace localhost * Replace localhost --- docs/docs/configuration/camera_specific.md | 2 +- docs/docs/configuration/restream.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 diff --git a/docs/docs/configuration/restream.md b/docs/docs/configuration/restream.md index 2f4deb6f2..3b3df0f25 100644 --- a/docs/docs/configuration/restream.md +++ b/docs/docs/configuration/restream.md @@ -48,7 +48,7 @@ cameras: test_cam: ffmpeg: inputs: - - path: rtsp://localhost:8554/test_cam # <--- the name here must match the name of the camera + - path: rtsp://127.0.0.1:8554/test_cam # <--- the name here must match the name of the camera roles: - record - detect @@ -66,7 +66,7 @@ cameras: test_cam: ffmpeg: inputs: - - path: rtsp://localhost:8554/test_cam # <--- the name here must match the name of the camera + - path: rtsp://127.0.0.1:8554/test_cam # <--- the name here must match the name of the camera roles: - record - path: rtsp://192.168.1.5:554/stream # <--- camera high res stream