ifself.mqtt_config.tls_ca_certsisnotNone:if(self.mqtt_config.tls_client_certisnotNoneandself.mqtt_config.tls_client_keyisnotNone):self.client.tls_set(self.mqtt_config.tls_ca_certs,self.mqtt_config.tls_client_cert,self.mqtt_config.tls_client_key, )else:self.client.tls_set(self.mqtt_config...
mqtt:host:XXX.XXX.XX.XXport:1883topic_prefix:frigateclient_id:frigateuser:XXXXXXpassword:XXXXXXXXXstats_interval:300go2rtc:streams:desk_main: -rtsp://admin:xxxxxxxx@192.168.18.20:554/mode=real&idc=1&ids=1desk_sub: -rtsp://admin:xxxxxxxx@192.168.18.20:554/mode=real&idc=1&ids=2cameras:desk...
You have to create aconfig.yamlfile insidefrigate/config/folder, which will contain information about your MQTT broker and camera settings. The Frigate container on Docker is configured mostly through this file. There are not many things to do through the web interface. Feel free to use the ex...
ably-js - Javascript, Node, Typescript, React, React Native client library SDK for Ably realtime messaging service viseron - Self-hosted, local only NVR and AI Computer Vision software. With features such as object detection, motion detection, face recognition and more, it gives you the pow...
Frigate config file detectors:coral:type:edgetpudevice:usbmqtt:host:10.0.0.199port:1883topic_prefix:frigateclient_id:frigateuser:userpassword:XXXXXXXXXrecord:enabled:trueretain_days:3ffmpeg:input_args: --avoid_negative_ts-make_zero--fflags-nobuffer--flags-low_delay--strict-experimental--fflags-+genp...
43 frigate.mqtt INFO : MQTT connected frigate.video INFO : backyard: ffmpeg sent a broken frame. memoryview assignment: lvalue and rvalue have different structures frigate.video INFO : backyard: ffmpeg process is not running. exiting capture thread... ffmpeg.backyard.detect ERROR : rtsp://192.16...
mqtt:host:mosquittoport:1883topic_prefix:frigateclient_id:frigateuser:userpassword:passwordstats_interval:60database:path:/media/frigate/frigate.dbrtmp:enabled:Truelive:height:720quality:8model:path:/edgetpu_model.tflitelabelmap_path:/labelmap.txtwidth:320height:320logger:default:debugtimestamp_style:...
client_id frigate ✅ The Frigate client id to use. If this Home Assistant server has multiple Frigate server backends configured, this selects which server should be used. It should be set to the MQTT client id configured for this server, see Frigate Integration Multiple Instance Support. Cam...
detectors: cpu1: type: cpu mqtt: host: 192.168.50.13 port: 1883 topic_prefix: frigate client_id: frigate user: frigate password: Password1 stats_interval: 60 cameras: doorbell: ffmpeg: hwaccel_args: - -hwaccel - qsv - -qsv_device - /dev/dri/renderD128 inputs: - path: rtsp://192.168...
So I think we should catch when ffmpeg crashes (presumably, it does that when /tmp/cache runs out of space), flush the entire cache, copying whatever segments were recorded and display a warning somewhere in the frontend and via mqtt that there was a cache flush. Now - for the concern ...