mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 18:55:23 +03:00
Add restream docs to mention audio detection
This commit is contained in:
parent
fc4a0ffb9f
commit
4eb650e130
@ -67,6 +67,7 @@ cameras:
|
|||||||
roles:
|
roles:
|
||||||
- record
|
- record
|
||||||
- detect
|
- detect
|
||||||
|
- audio # <- only necessary if audio detection is enabled
|
||||||
http_cam:
|
http_cam:
|
||||||
ffmpeg:
|
ffmpeg:
|
||||||
output_args:
|
output_args:
|
||||||
@ -77,6 +78,7 @@ cameras:
|
|||||||
roles:
|
roles:
|
||||||
- record
|
- record
|
||||||
- detect
|
- detect
|
||||||
|
- audio # <- only necessary if audio detection is enabled
|
||||||
```
|
```
|
||||||
|
|
||||||
### With Sub Stream
|
### With Sub Stream
|
||||||
@ -112,6 +114,7 @@ cameras:
|
|||||||
- path: rtsp://127.0.0.1:8554/rtsp_cam_sub # <--- the name here must match the name of the camera_sub in restream
|
- path: rtsp://127.0.0.1:8554/rtsp_cam_sub # <--- the name here must match the name of the camera_sub in restream
|
||||||
input_args: preset-rtsp-restream
|
input_args: preset-rtsp-restream
|
||||||
roles:
|
roles:
|
||||||
|
- audio # <- only necessary if audio detection is enabled
|
||||||
- detect
|
- detect
|
||||||
http_cam:
|
http_cam:
|
||||||
ffmpeg:
|
ffmpeg:
|
||||||
@ -125,6 +128,7 @@ cameras:
|
|||||||
- path: rtsp://127.0.0.1:8554/http_cam_sub # <--- the name here must match the name of the camera_sub in restream
|
- path: rtsp://127.0.0.1:8554/http_cam_sub # <--- the name here must match the name of the camera_sub in restream
|
||||||
input_args: preset-rtsp-restream
|
input_args: preset-rtsp-restream
|
||||||
roles:
|
roles:
|
||||||
|
- audio # <- only necessary if audio detection is enabled
|
||||||
- detect
|
- detect
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user