2023-03-21 17:20:22 +01:00
|
|
|
mqtt:
|
|
|
|
host: mqtt.datarift.nl
|
2023-03-24 14:24:06 +01:00
|
|
|
port: 1883
|
2023-03-21 17:20:22 +01:00
|
|
|
user: frigate
|
|
|
|
password: "{FRIGATE_MQTT_PASSWORD}"
|
|
|
|
|
|
|
|
logger:
|
|
|
|
default: info
|
|
|
|
|
|
|
|
record:
|
|
|
|
enabled: true
|
|
|
|
retain:
|
2023-03-24 14:24:06 +01:00
|
|
|
days: 5
|
2023-03-21 17:20:22 +01:00
|
|
|
|
|
|
|
snapshots:
|
|
|
|
enabled: true
|
|
|
|
|
|
|
|
detect:
|
|
|
|
enabled: False
|
|
|
|
|
2023-03-24 14:24:06 +01:00
|
|
|
ffmpeg:
|
|
|
|
hwaccel_args: -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format yuv420p
|
2023-03-21 17:20:22 +01:00
|
|
|
|
|
|
|
cameras:
|
2023-03-24 14:24:06 +01:00
|
|
|
deurbel:
|
2023-03-21 17:20:22 +01:00
|
|
|
ffmpeg:
|
|
|
|
inputs:
|
2023-03-24 14:24:06 +01:00
|
|
|
# - path: rtsp://admin:{FRIGATE_DOORBELL_PASSWORD}@10.0.0.31/h264Preview_01_main
|
|
|
|
- path: https://10.0.0.31/flv?port=1935&app=bcs&stream=channel0_main.bcs&user=admin&password={FRIGATE_DOORBELL_PASSWORD}
|
2023-03-21 17:20:22 +01:00
|
|
|
roles:
|
|
|
|
- record
|
|
|
|
- rtmp
|
2023-03-24 14:24:06 +01:00
|
|
|
input_args:
|
|
|
|
- -avoid_negative_ts
|
|
|
|
- make_zero
|
|
|
|
- -fflags
|
|
|
|
- +genpts+discardcorrupt
|
|
|
|
- -flags
|
|
|
|
- low_delay
|
|
|
|
- -strict
|
|
|
|
- experimental
|
|
|
|
- -analyzeduration
|
|
|
|
- 1000M
|
|
|
|
- -probesize
|
|
|
|
- 1000M
|
|
|
|
- -rw_timeout
|
|
|
|
- "5000000"
|