mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
update presets docs (#5386)
This commit is contained in:
parent
e10ddb343c
commit
3b9bcb356b
@ -47,21 +47,22 @@ It is important to be mindful of input args when using restream because you can
|
|||||||
:::
|
:::
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
go2rtc:
|
||||||
|
streams:
|
||||||
|
reolink_cam: http://192.168.0.139/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password=password
|
||||||
|
|
||||||
cameras:
|
cameras:
|
||||||
reolink_cam:
|
reolink_cam:
|
||||||
ffmpeg:
|
ffmpeg:
|
||||||
inputs:
|
inputs:
|
||||||
- path: http://192.168.0.139/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=admin&password={FRIGATE_CAM_PASSWORD}
|
- path: http://192.168.0.139/flv?port=1935&app=bcs&stream=channel0_ext.bcs&user=admin&password=password
|
||||||
input_args: preset-http-reolink
|
input_args: preset-http-reolink
|
||||||
roles:
|
roles:
|
||||||
- detect
|
- detect
|
||||||
- path: rtsp://192.168.0.10:8554/garage
|
- path: rtsp://127.0.0.1:8554/reolink_cam
|
||||||
input_args: preset-rtsp-generic
|
input_args: preset-rtsp-generic
|
||||||
roles:
|
roles:
|
||||||
- record
|
- record
|
||||||
- path: http://192.168.0.139/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password={FRIGATE_CAM_PASSWORD}
|
|
||||||
roles:
|
|
||||||
- restream
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Output Args Presets
|
### Output Args Presets
|
||||||
|
Loading…
Reference in New Issue
Block a user