frigate: Tweak config
This commit is contained in:
parent
5ae4b596aa
commit
a5357ddf14
1 changed files with 4 additions and 4 deletions
|
@ -51,10 +51,10 @@ go2rtc:
|
||||||
reolink:
|
reolink:
|
||||||
- rtsp://hass:{FRIGATE_DOORBELL_PASSWORD}@10.0.20.28/h264Preview_01_main
|
- rtsp://hass:{FRIGATE_DOORBELL_PASSWORD}@10.0.20.28/h264Preview_01_main
|
||||||
# - http://10.0.20.28/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=hass&password={FRIGATE_DOORBELL_PASSWORD}
|
# - http://10.0.20.28/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=hass&password={FRIGATE_DOORBELL_PASSWORD}
|
||||||
- ffmpeg:reolink#audio=opus
|
- ffmpeg:reolink#audio=opus#hardware
|
||||||
reolink_sub:
|
reolink_sub:
|
||||||
- rtsp://hass:{FRIGATE_DOORBELL_PASSWORD}@10.0.20.28/h264Preview_01_sub
|
- rtsp://hass:{FRIGATE_DOORBELL_PASSWORD}@10.0.20.28/h264Preview_01_sub
|
||||||
- ffmpeg:reolink_sub#audio=opus
|
- ffmpeg:reolink_sub#audio=opus#hardware
|
||||||
# - http://10.0.20.28/flv?port=1935&app=bcs&stream=channel0_sub.bcs&user=hass&password={FRIGATE_DOORBELL_PASSWORD}
|
# - http://10.0.20.28/flv?port=1935&app=bcs&stream=channel0_sub.bcs&user=hass&password={FRIGATE_DOORBELL_PASSWORD}
|
||||||
webrtc:
|
webrtc:
|
||||||
candidates:
|
candidates:
|
||||||
|
@ -70,11 +70,11 @@ cameras:
|
||||||
ffmpeg:
|
ffmpeg:
|
||||||
inputs:
|
inputs:
|
||||||
- path: rtsp://127.0.0.1:8554/reolink?video=copy&audio=aac
|
- path: rtsp://127.0.0.1:8554/reolink?video=copy&audio=aac
|
||||||
input_args: preset-rtsp-restream
|
input_args: preset-rtsp-restream-low-latency
|
||||||
roles:
|
roles:
|
||||||
- record
|
- record
|
||||||
- path: rtsp://127.0.0.1:8554/reolink_sub?video=copy&audio=aac
|
- path: rtsp://127.0.0.1:8554/reolink_sub?video=copy&audio=aac
|
||||||
input_args: preset-rtsp-restream
|
input_args: preset-rtsp-restream-low-latency
|
||||||
roles:
|
roles:
|
||||||
- audio
|
- audio
|
||||||
- detect
|
- detect
|
||||||
|
|
Loading…
Reference in a new issue