Created
March 10, 2025 22:21
-
-
Save rattkin/72d8cd3ac9edd6c5dafef7514ba67886 to your computer and use it in GitHub Desktop.
frigate.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mqtt: | |
enabled: true | |
host: 192.168.1.30 | |
user: mqtt | |
password: *** | |
audio: | |
enabled: true | |
listen: | |
- bark | |
- fire_alarm | |
- scream | |
- speech | |
- yell | |
ffmpeg: | |
output_args: | |
record: preset-record-generic-audio-aac | |
go2rtc: | |
streams: | |
dvur: | |
- rtsp://viewer:***@192.168.1.80:554/cam/realmonitor?channel=1&subtype=0 | |
database: | |
path: /config/frigate.db | |
record: | |
enabled: true | |
retain: | |
days: 30 | |
mode: motion | |
cameras: | |
dvur: | |
enabled: true | |
ffmpeg: | |
inputs: | |
- path: rtsp://127.0.0.1:8554/dvur | |
roles: | |
- record | |
- detect | |
- audio | |
detectors: | |
coral: | |
type: edgetpu | |
device: usb | |
version: 0.15-1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment