mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-09-19 06:18:28 +00:00
frigate camera
This commit is contained in:
@@ -31,17 +31,37 @@ spec:
|
|||||||
enabled: true
|
enabled: true
|
||||||
host: emqx.emqx.svc.cluster.local
|
host: emqx.emqx.svc.cluster.local
|
||||||
user: frigate
|
user: frigate
|
||||||
password: {FRIGATE_MQTT_PASSWORD}
|
password: '{FRIGATE_MQTT_PASSWORD}'
|
||||||
|
|
||||||
ffmpeg:
|
ffmpeg:
|
||||||
hwaccel_args: preset-nvidia
|
hwaccel_args: preset-nvidia
|
||||||
|
|
||||||
go2rtc:
|
go2rtc:
|
||||||
streams:
|
streams:
|
||||||
cam1:
|
c200_1:
|
||||||
- rtsp://{FRIGATE_RTSP_USERNAME}:{FRIGATE_RTSP_PASSWORD}@192.168.18.20:554/stream1
|
- rtsp://{FRIGATE_RTSP_USERNAME}:{FRIGATE_RTSP_PASSWORD}@192.168.18.20:554/stream1
|
||||||
cam1_sub:
|
c200_1_sub:
|
||||||
- rtsp://{FRIGATE_RTSP_USERNAME}:{FRIGATE_RTSP_PASSWORD}@192.168.18.20:554/stream2
|
- 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
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
Reference in New Issue
Block a user