mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-03-04 00:17:22 +01:00
Replace localhost with explicit address (#5070)
* Replace localhost * Replace localhost
This commit is contained in:
parent
e0a0d129df
commit
7fbfdb3cb8
@ -17,7 +17,7 @@ Note that mjpeg cameras require encoding the video into h264 for recording, and
|
|||||||
mjpeg_cam:
|
mjpeg_cam:
|
||||||
ffmpeg:
|
ffmpeg:
|
||||||
inputs:
|
inputs:
|
||||||
- path: rtsp://localhost:8554/mjpeg_cam
|
- path: rtsp://127.0.0.1:8554/mjpeg_cam
|
||||||
roles:
|
roles:
|
||||||
- detect
|
- detect
|
||||||
- record
|
- record
|
||||||
|
@ -48,7 +48,7 @@ cameras:
|
|||||||
test_cam:
|
test_cam:
|
||||||
ffmpeg:
|
ffmpeg:
|
||||||
inputs:
|
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:
|
roles:
|
||||||
- record
|
- record
|
||||||
- detect
|
- detect
|
||||||
@ -66,7 +66,7 @@ cameras:
|
|||||||
test_cam:
|
test_cam:
|
||||||
ffmpeg:
|
ffmpeg:
|
||||||
inputs:
|
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:
|
roles:
|
||||||
- record
|
- record
|
||||||
- path: rtsp://192.168.1.5:554/stream # <--- camera high res stream
|
- path: rtsp://192.168.1.5:554/stream # <--- camera high res stream
|
||||||
|
Loading…
Reference in New Issue
Block a user