mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 17:55:21 +03:00
Update docs to optimize setup
This commit is contained in:
parent
be3ee9b229
commit
da15f08fc7
@ -47,8 +47,11 @@ One connection is made to the camera. One for the restream, `detect` and `record
|
|||||||
cameras:
|
cameras:
|
||||||
test_cam:
|
test_cam:
|
||||||
ffmpeg:
|
ffmpeg:
|
||||||
|
output_args:
|
||||||
|
record: preset-record-audio-copy
|
||||||
inputs:
|
inputs:
|
||||||
- path: rtsp://127.0.0.1:8554/test_cam # <--- the name here must match the name of the camera
|
- path: rtsp://127.0.0.1:8554/test_cam?video=copy&audio=aac # <--- the name here must match the name of the camera
|
||||||
|
input_args: preset-rtsp-restream
|
||||||
roles:
|
roles:
|
||||||
- record
|
- record
|
||||||
- detect
|
- detect
|
||||||
@ -65,8 +68,11 @@ Two connections are made to the camera. One for the sub stream, one for the rest
|
|||||||
cameras:
|
cameras:
|
||||||
test_cam:
|
test_cam:
|
||||||
ffmpeg:
|
ffmpeg:
|
||||||
|
output_args:
|
||||||
|
record: preset-record-audio-copy
|
||||||
inputs:
|
inputs:
|
||||||
- path: rtsp://127.0.0.1:8554/test_cam # <--- the name here must match the name of the camera
|
- path: rtsp://127.0.0.1:8554/test_cam?video=copy&audio=aac # <--- the name here must match the name of the camera
|
||||||
|
input_args: preset-rtsp-restream
|
||||||
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