mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-09-19 06:18:28 +00:00
46 lines
1.1 KiB
YAML
46 lines
1.1 KiB
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: frigate
|
|
namespace: frigate
|
|
data:
|
|
config.yml: |
|
|
tls:
|
|
enabled: false
|
|
|
|
mqtt:
|
|
enabled: true
|
|
host: emqx.emqx.svc.cluster.local
|
|
user: frigate
|
|
password: '{FRIGATE_MQTT_PASSWORD}'
|
|
|
|
ffmpeg:
|
|
hwaccel_args: preset-nvidia
|
|
|
|
go2rtc:
|
|
streams:
|
|
c200_1:
|
|
- rtsp://{FRIGATE_RTSP_USERNAME}:{FRIGATE_RTSP_PASSWORD}@192.168.18.20:554/stream1
|
|
c200_1_sub:
|
|
- rtsp://{FRIGATE_RTSP_USERNAME}:{FRIGATE_RTSP_PASSWORD}@192.168.18.20:554/stream2
|
|
cameras:
|
|
tapoC200_1:
|
|
enabled: true
|
|
onvif:
|
|
host: 192.168.18.20
|
|
port: 2020
|
|
user: '{FRIGATE_RTSP_USERNAME}'
|
|
password: '{FRIGATE_RTSP_PASSWORD}'
|
|
live:
|
|
stream_name: c200_1
|
|
ffmpeg:
|
|
output_args:
|
|
record: preset-record-generic
|
|
inputs:
|
|
- path: rtsp://127.0.0.1:8554/c200_1?video&audio
|
|
input_args: preset-rtsp-restream
|
|
roles:
|
|
- record
|
|
- detect
|
|
- audio
|