[Config Support]: #10490
-
Describe the problem you are havingI had a successful build of frigate before, I have had to rebuild my hub and since doing so I am having issues getting re-stream to work in anyway, I have gone back to using rtmp-restream. But even doing this my cameras do not always restream on command and just work occasionally with only one camera at the moment. I apologise for stupidity I have really tried to learn and have tried every verification of config regarding FFmpeg. I think the problem is there, I would really like a working system again and want to learn what is necessary but I am feeling defeated at the moment. Can someone kindly help me fix this please Version0.13.2-6476F8A Frigate config fileversion: "3.9"
services:
frigate:
container_name: frigate
privileged: true # this may not be necessary for all setups
restart: unless-stopped
image: ghcr.io/blakeblackshear/frigate:stable
cap_add:
- CAP_PERFMON
shm_size: "664mb" # update for your cameras based on calculation above
devices:
- /dev/bus/usb:/dev/bus/usb # Passes the USB Coral, needs to be modified for other versions
- /dev/dri/renderD128
device_cgroup_rules:
- "c 189:* rmw"
volumes:
- /dev/bus/usb:/dev/bus/usb
- /etc/localtime:/etc/localtime:ro
- /home/richard/frigate/config.yml:/config/config.yml
- /home/richard/frigate/storage:/media/frigate
- type: tmpfs # Optional: 1GB of memory, reduces SSD/SD Card wear
target: /tmp/cache
tmpfs:
size: 1000000000
ports:
- "5000:5000"
- "8554:8554" # RTSP feeds
- "1935:1935" # RTMP feeds
environment:
FRIGATE_RTSP_PASSWORD: "password"
mqtt:
enabled: True
host: 192.168.7.173
port: 1883
topic_prefix: frigate
client_id: frigate
user: user
password: password
stats_interval: 60
detectors:
coral:
type: edgetpu
device: usb
database:
path: /config/frigate.db
model:
path: /edgetpu_model.tflite
labelmap_path: /labelmap.txt
width: 320
height: 320
input_pixel_format: rgb
input_tensor: nhwc
model_type: ssd
environment_vars:
EXAMPLE_VAR: value
birdseye:
enabled: True
width: 1280
height: 720
quality: 8
mode: objects
inactivity_threshold: 30
layout:
scaling_factor: 2.0
max_cameras: 1
ffmpeg:
global_args: -hide_banner -loglevel warning -threads 2
hwaccel_args: preset-vaapi
input_args: preset-rtsp-restream
output_args:
detect: -threads 2 -f rawvideo -pix_fmt yuv420p
record: preset-record-generic-audio-aac
rtmp: preset-rtmp-generic
retry_interval: 10
detect:
width: 1280
height: 720
fps: 5
enabled: True
min_initialized: 2
max_disappeared: 25
stationary:
interval: 50
threshold: 50
max_frames:
default: 3000
objects:
person: 1000
annotation_offset: 0
objects:
track:
- person
filters:
person:
min_area: 5000
max_area: 100000
min_ratio: 0.5
max_ratio: 2.0
min_score: 0.5
threshold: 0.7
motion:
threshold: 30
lightning_threshold: 0.8
contour_area: 10
frame_alpha: 0.01
frame_height: 100
improve_contrast: True
mqtt_off_delay: 30
record:
enabled: True
expire_interval: 60
sync_recordings: True
retain:
days: 0
mode: motion
export:
timelapse_args: "-vf setpts=0.04*PTS -r 30"
events:
pre_capture: 5
post_capture: 5
objects:
- person
required_zones: []
retain:
default: 10
mode: motion
objects:
person: 15
snapshots:
enabled: True
clean_copy: True
timestamp: False
bounding_box: True
crop: False
height: 175
required_zones: []
retain:
default: 10
objects:
person: 15
quality: 70
rtmp:
enabled: True
go2rtc:
streams:
frontd:
- rtsp://user:[email protected]/Streaming/Channels/101
frontd_sub:
- ffmpeg:rtsp://user:[email protected]/Streaming/Channels/102
yard:
- rtsp://user:password192.168.7.216:554/H.264
yard_sub:
- rtsp://user:[email protected]:554/Streaming/Channels/102
both:
- rtsp://user:[email protected]:554/H.264
both_sub:
- rtsp://user:[email protected]:554/Streaming/Channels/102
live:
height: 720
quality: 8
timestamp_style:
position: "tl"
format: "%m/%d/%Y %H:%M:%S"
color:
red: 255
green: 255
blue: 255
thickness: 2
effect: shadow
cameras:
front_door_camera:
enabled: True
ffmpeg:
inputs:
- path: rtsp://192.168.7.185:8554/frontd_sub
input_args: preset-rtsp-restream
roles:
- detect
- rtmp
- path: rtsp://192.168.7.185:8554/frontd
input_args: preset-rtsp-restream
roles:
- record
detect:
width: 960
height: 576
fps: 15
objects:
track:
- person
best_image_timeout: 60
zones:
front_steps:
coordinates: 342,453,343,208,264,200,231,413
inertia: 3
objects:
- person
filters:
person:
min_area: 5000
max_area: 100000
threshold: 0.7
frontdoor_whole_area:
coordinates: 0,480,0,165,421,200,449,480
inertia: 3
objects:
- person
motion:
mask:
- 640,480,640,0,0,0,0,169,414,167,449,480
- 415,165,0,159,0,192,408,242
yard_camera:
enabled: True
ffmpeg:
hwaccel_args:
- -hwaccel
- vaapi
- -hwaccel_device
- /dev/dri/renderD128
- -hwaccel_output_format
- yuv420p
inputs:
- path: rtsp://192.168.7.185:8554/yard_sub
input_args: preset-rtsp-restream
roles:
- detect
- rtmp
- path: rtsp://192.168.7.185:8554/yard
input_args: preset-rtsp-restream
roles:
- record
detect:
width: 768
height: 432
fps: 10
objects:
track:
- person
best_image_timeout: 60
motion:
mask:
- 0,480,23,455,193,459,195,480
both_garages_camera:
enabled: True
ffmpeg:
output_args:
record: preset-record-generic-audio-copy
inputs:
- path: rtsp://192.168.7.185:8554/both_sub
input_args: preset-rtsp-restream
roles:
- detect
- rtmp
- path: rtsp://192.168.7.185:8554/both
input_args: preset-rtsp-restream
roles:
- record
detect:
width: 768
height: 432
fps: 10
objects:
track:
- person
best_image_timeout: 60
motion:
mask:
- 0,480,23,455,193,459,195,480
mqtt:
enabled: True
timestamp: True
bounding_box: True
crop: True
height: 270
quality: 70
required_zones: []
ui:
live_mode: webrtc
use_experimental: True
time_format: browser
date_style: short
time_style: medium
strftime_fmt: "%Y/%m/%d %H:%M"
telemetry:
stats:
amd_gpu_stats: False
intel_gpu_stats: True
# Enable network bandwidth stats monitoring for camera ffmpeg processes, go2rtc, and object detectors. (default: shown below)
# NOTE: The container must either be privileged or have cap_net_admin, cap_net_raw capabilities enabled.
network_bandwidth: False
version_check: True Relevant log output2024-03-16 09:21:05.991762418 [INFO] Preparing Frigate...
2024-03-16 09:21:06.000935597 [INFO] Starting Frigate...
2024-03-16 09:21:07.148777890 [2024-03-16 09:21:07] frigate.app INFO : Starting Frigate (0.13.2-6476f8a)
2024-03-16 09:21:07.181795215 [2024-03-16 09:21:07] frigate.config WARNING : RTMP restream is deprecated in favor of the restream role, recommend disabling RTMP.
2024-03-16 09:21:07.183182859 [2024-03-16 09:21:07] frigate.config WARNING : RTMP restream is deprecated in favor of the restream role, recommend disabling RTMP.
2024-03-16 09:21:07.184136943 [2024-03-16 09:21:07] frigate.config WARNING : RTMP restream is deprecated in favor of the restream role, recommend disabling RTMP.
2024-03-16 09:21:07.202945090 [2024-03-16 09:21:07] peewee_migrate.logs INFO : Starting migrations
2024-03-16 09:21:07.206631437 [2024-03-16 09:21:07] peewee_migrate.logs INFO : There is nothing to migrate
2024-03-16 09:21:07.210168250 [2024-03-16 09:21:07] frigate.app INFO : Recording process started: 440
2024-03-16 09:21:07.212111119 [2024-03-16 09:21:07] frigate.app INFO : go2rtc process pid: 88
2024-03-16 09:21:07.227936362 [2024-03-16 09:21:07] detector.coral INFO : Starting detection process: 450
2024-03-16 09:21:07.228990647 [2024-03-16 09:21:07] frigate.app INFO : Output process started: 452
2024-03-16 09:21:07.249816788 [2024-03-16 09:21:07] frigate.app INFO : Camera processor started for front_door_camera: 459
2024-03-16 09:21:07.253990232 [2024-03-16 09:21:07] frigate.app INFO : Camera processor started for yard_camera: 462
2024-03-16 09:21:07.258970039 [2024-03-16 09:21:07] frigate.app INFO : Camera processor started for both_garages_camera: 475
2024-03-16 09:21:07.263439966 [2024-03-16 09:21:07] frigate.app INFO : Capture process started for front_door_camera: 478
2024-03-16 09:21:07.267425582 [2024-03-16 09:21:07] frigate.app INFO : Capture process started for yard_camera: 481
2024-03-16 09:21:07.273133277 [2024-03-16 09:21:07] frigate.app INFO : Capture process started for both_garages_camera: 485
2024-03-16 09:21:07.714652604 [2024-03-16 09:21:07] frigate.record.util INFO : Deleting 918 recordings files with missing DB entries
2024-03-16 09:21:09.899962175 [2024-03-16 09:21:07] frigate.detectors.plugins.edgetpu_tfl INFO : Attempting to load TPU as usb
2024-03-16 09:21:09.906452732 [2024-03-16 09:21:09] frigate.detectors.plugins.edgetpu_tfl INFO : TPU found
2024-03-16 09:21:05.991745106 [INFO] Preparing new go2rtc config...
2024-03-16 09:21:06.303573520 [INFO] Starting go2rtc...
2024-03-16 09:21:06.379957076 09:21:06.379 INF go2rtc version 1.8.4 linux/amd64
2024-03-16 09:21:06.380335900 09:21:06.380 INF [api] listen addr=:1984
2024-03-16 09:21:06.380379361 09:21:06.380 INF [rtsp] listen addr=:8554
2024-03-16 09:21:06.380541864 09:21:06.380 INF [webrtc] listen addr=:8555
2024-03-16 09:21:15.988071675 [INFO] Starting go2rtc healthcheck service...
2024-03-16 09:21:05.992159925 [INFO] Starting NGINX...
2024-03-16 09:25:09.116750284 192.168.7.173 - - [16/Mar/2024:09:25:09 +0000] "GET /api/config HTTP/1.1" 200 18882 "-" "HomeAssistant/2024.3.1 aiohttp/3.9.3 Python/3.12" "-"
2024-03-16 09:28:00.226228681 192.168.7.173 - - [16/Mar/2024:09:28:00 +0000] "GET / HTTP/1.1" 200 10672 "-" "HomeAssistantSupervisor/2024.03.0 aiohttp/3.9.3 Python/3.12" "172.30.32.2"
2024-03-16 09:30:00.254875904 192.168.7.173 - - [16/Mar/2024:09:30:00 +0000] "GET / HTTP/1.1" 200 10672 "-" "HomeAssistantSupervisor/2024.03.0 aiohttp/3.9.3 Python/3.12" "172.30.32.2"
2024-03-16 09:32:00.276326242 192.168.7.173 - - [16/Mar/2024:09:32:00 +0000] "GET / HTTP/1.1" 200 10672 "-" "HomeAssistantSupervisor/2024.03.0 aiohttp/3.9.3 Python/3.12" "172.30.32.2"
2024-03-16 09:34:00.292321706 192.168.7.173 - - [16/Mar/2024:09:34:00 +0000] "GET / HTTP/1.1" 200 10672 "-" "HomeAssistantSupervisor/2024.03.0 aiohttp/3.9.3 Python/3.12" "172.30.32.2"
2024-03-16 09:36:00.304528721 192.168.7.173 - - [16/Mar/2024:09:36:00 +0000] "GET / HTTP/1.1" 200 10672 "-" "HomeAssistantSupervisor/2024.03.0 aiohttp/3.9.3 Python/3.12" "172.30.32.2"
2024-03-16 09:36:53.407689628 192.168.7.173 - - [16/Mar/2024:09:36:53 +0000] "GET // HTTP/1.1" 200 10672 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Home Assistant/2024.2 (io.robbie.HomeAssistant; build:2024.561; macOS 14.3.1) Mobile/HomeAssistant, like Safari" "192.168.4.75, 172.30.32.1, 172.30.32.2"
2024-03-16 09:36:53.462049179 192.168.7.173 - - [16/Mar/2024:09:36:53 +0000] "GET /api/config HTTP/1.1" 200 18882 "http://192.168.7.173:8123/api/hassio_ingress/7UZtK8qDNDjtgPvoGYdPGx7W_MbGOOzhTXdq-fQ8pjo//" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Home Assistant/2024.2 (io.robbie.HomeAssistant; build:2024.561; macOS 14.3.1) Mobile/HomeAssistant, like Safari" "192.168.4.75, 172.30.32.1, 172.30.32.2"
2024-03-16 09:36:53.538684582 192.168.7.173 - - [16/Mar/2024:09:36:53 +0000] "GET /api/yard_camera/latest.jpg?h=100 HTTP/1.1" 200 4681 "http://192.168.7.173:8123/api/hassio_ingress/7UZtK8qDNDjtgPvoGYdPGx7W_MbGOOzhTXdq-fQ8pjo//" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Home Assistant/2024.2 (io.robbie.HomeAssistant; build:2024.561; macOS 14.3.1) Mobile/HomeAssistant, like Safari" "192.168.4.75, 172.30.32.1, 172.30.32.2"
2024-03-16 09:36:53.539655130 192.168.7.173 - - [16/Mar/2024:09:36:53 +0000] "GET /api/both_garages_camera/latest.jpg?h=100 HTTP/1.1" 200 4621 "http://192.168.7.173:8123/api/hassio_ingress/7UZtK8qDNDjtgPvoGYdPGx7W_MbGOOzhTXdq-fQ8pjo//" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Home Assistant/2024.2 (io.robbie.HomeAssistant; build:2024.561; macOS 14.3.1) Mobile/HomeAssistant, like Safari" "192.168.4.75, 172.30.32.1, 172.30.32.2"
2024-03-16 09:36:53.542414930 192.168.7.173 - - [16/Mar/2024:09:36:53 +0000] "GET /api/front_door_camera/latest.jpg?h=100 HTTP/1.1" 200 4452 "http://192.168.7.173:8123/api/hassio_ingress/7UZtK8qDNDjtgPvoGYdPGx7W_MbGOOzhTXdq-fQ8pjo//" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Home Assistant/2024.2 (io.robbie.HomeAssistant; build:2024.561; macOS 14.3.1) Mobile/HomeAssistant, like Safari" "192.168.4.75, 172.30.32.1, 172.30.32.2"
2024-03-16 09:36:53.564743103 192.168.7.173 - - [16/Mar/2024:09:36:53 +0000] "GET /api/yard_camera/latest.jpg?h=247 HTTP/1.1" 200 25771 "http://192.168.7.173:8123/api/hassio_ingress/7UZtK8qDNDjtgPvoGYdPGx7W_MbGOOzhTXdq-fQ8pjo//" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Home Assistant/2024.2 (io.robbie.HomeAssistant; build:2024.561; macOS 14.3.1) Mobile/HomeAssistant, like Safari" "192.168.4.75, 172.30.32.1, 172.30.32.2"
2024-03-16 09:36:53.570821057 192.168.7.173 - - [16/Mar/2024:09:36:53 +0000] "GET /api/front_door_camera/latest.jpg?h=264 HTTP/1.1" 200 25965 "http://192.168.7.173:8123/api/hassio_ingress/7UZtK8qDNDjtgPvoGYdPGx7W_MbGOOzhTXdq-fQ8pjo//" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Home Assistant/2024.2 (io.robbie.HomeAssistant; build:2024.561; macOS 14.3.1) Mobile/HomeAssistant, like Safari" "192.168.4.75, 172.30.32.1, 172.30.32.2"
2024-03-16 09:36:53.572526488 192.168.7.173 - - [16/Mar/2024:09:36:53 +0000] "GET /api/both_garages_camera/latest.jpg?h=247 HTTP/1.1" 200 21985 "http://192.168.7.173:8123/api/hassio_ingress/7UZtK8qDNDjtgPvoGYdPGx7W_MbGOOzhTXdq-fQ8pjo//" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Home Assistant/2024.2 (io.robbie.HomeAssistant; build:2024.561; macOS 14.3.1) Mobile/HomeAssistant, like Safari" "192.168.4.75, 172.30.32.1, 172.30.32.2"
2024-03-16 09:36:55.780229577 192.168.7.173 - - [16/Mar/2024:09:36:55 +0000] "GET /api/config HTTP/1.1" 200 18882 "http://192.168.7.173:8123/api/hassio_ingress/7UZtK8qDNDjtgPvoGYdPGx7W_MbGOOzhTXdq-fQ8pjo//" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Home Assistant/2024.2 (io.robbie.HomeAssistant; build:2024.561; macOS 14.3.1) Mobile/HomeAssistant, like Safari" "192.168.4.75, 172.30.32.1, 172.30.32.2"
2024-03-16 09:36:55.820149957 192.168.7.173 - - [16/Mar/2024:09:36:55 +0000] "GET /api/go2rtc/api HTTP/1.1" 200 143 "http://192.168.7.173:8123/system" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Home Assistant/2024.2 (io.robbie.HomeAssistant; build:2024.561; macOS 14.3.1) Mobile/HomeAssistant, like Safari" "192.168.4.75, 172.30.32.1, 172.30.32.2"
2024-03-16 09:37:42.151331373 192.168.4.75 - - [16/Mar/2024:09:37:42 +0000] "GET /api/go2rtc/streams HTTP/1.1" 200 10834 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15" "-"
2024-03-16 09:37:49.053355791 192.168.4.75 - - [16/Mar/2024:09:37:49 +0000] "GET /api HTTP/1.1" 301 169 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15" "-"
2024-03-16 09:37:49.067741677 192.168.4.75 - - [16/Mar/2024:09:37:49 +0000] "GET /api/ HTTP/1.1" 200 69 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15" "-"
2024-03-16 09:37:58.265339660 192.168.4.75 - - [16/Mar/2024:09:37:58 +0000] "GET / HTTP/1.1" 200 6636 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15" "-"
2024-03-16 09:37:58.363997728 192.168.4.75 - - [16/Mar/2024:09:37:58 +0000] "GET /api/config HTTP/1.1" 200 18882 "http://192.168.7.185:5000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15" "-"
2024-03-16 09:37:58.484200180 192.168.4.75 - - [16/Mar/2024:09:37:58 +0000] "GET /api/both_garages_camera/latest.jpg?h=100 HTTP/1.1" 200 4548 "http://192.168.7.185:5000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15" "-"
2024-03-16 09:37:58.500709760 192.168.4.75 - - [16/Mar/2024:09:37:58 +0000] "GET /api/yard_camera/latest.jpg?h=100 HTTP/1.1" 200 4648 "http://192.168.7.185:5000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15" "-"
2024-03-16 09:37:58.500724164 192.168.4.75 - - [16/Mar/2024:09:37:58 +0000] "GET /api/front_door_camera/latest.jpg?h=100 HTTP/1.1" 200 4515 "http://192.168.7.185:5000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15" "-"
2024-03-16 09:37:58.967499375 192.168.4.75 - - [16/Mar/2024:09:37:58 +0000] "GET /api/front_door_camera/latest.jpg?h=288 HTTP/1.1" 200 33494 "http://192.168.7.185:5000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15" "-"
2024-03-16 09:37:58.974255026 192.168.4.75 - - [16/Mar/2024:09:37:58 +0000] "GET /api/both_garages_camera/latest.jpg?h=270 HTTP/1.1" 200 25762 "http://192.168.7.185:5000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15" "-"
2024-03-16 09:37:58.979123855 192.168.4.75 - - [16/Mar/2024:09:37:58 +0000] "GET /api/yard_camera/latest.jpg?h=270 HTTP/1.1" 200 31198 "http://192.168.7.185:5000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15" "-"
2024-03-16 09:38:00.316203016 192.168.7.173 - - [16/Mar/2024:09:38:00 +0000] "GET / HTTP/1.1" 200 10672 "-" "HomeAssistantSupervisor/2024.03.0 aiohttp/3.9.3 Python/3.12" "172.30.32.2"
2024-03-16 09:38:03.170147463 192.168.4.75 - - [16/Mar/2024:09:38:03 +0000] "GET /api/go2rtc/api HTTP/1.1" 200 143 "http://192.168.7.185:5000/system" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15" "-"
2024-03-16 09:38:03.187082087 192.168.4.75 - - [16/Mar/2024:09:38:03 +0000] "GET /api/config HTTP/1.1" 200 18882 "http://192.168.7.185:5000/system" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15" "-"
2024-03-16 09:38:18.651693144 192.168.4.75 - - [16/Mar/2024:09:38:18 +0000] "GET /api/go2rtc/api HTTP/1.1" 200 143 "http://192.168.7.185:5000/system" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15" "-"
2024-03-16 09:38:18.664827974 192.168.4.75 - - [16/Mar/2024:09:38:18 +0000] "GET /api/config HTTP/1.1" 200 18882 "http://192.168.7.185:5000/system" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15" "-"
2024-03-16 09:38:21.930046000 192.168.4.75 - - [16/Mar/2024:09:38:21 +0000] "GET /api/config/raw HTTP/1.1" 200 1916 "http://192.168.7.185:5000/config" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15" "-"
2024-03-16 09:38:22.377473397 192.168.4.75 - - [16/Mar/2024:09:38:22 +0000] "GET /api/config/schema.json HTTP/1.1" 200 30272 "http://192.168.7.185:5000/assets/yaml.worker.bundle.js" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15" "-"
2024-03-16 09:38:35.292345058 192.168.7.173 - - [16/Mar/2024:09:38:35 +0000] "GET /ws HTTP/1.1" 101 11366 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Home Assistant/2024.2 (io.robbie.HomeAssistant; build:2024.561; macOS 14.3.1) Mobile/HomeAssistant, like Safari" "192.168.4.75, 172.30.32.1, 172.30.32.2"
2024-03-16 09:40:00.331391258 192.168.7.173 - - [16/Mar/2024:09:40:00 +0000] "GET / HTTP/1.1" 200 10672 "-" "HomeAssistantSupervisor/2024.03.0 aiohttp/3.9.3 Python/3.12" "172.30.32.2"
2024-03-16 09:42:00.342968501 192.168.7.173 - - [16/Mar/2024:09:42:00 +0000] "GET / HTTP/1.1" 200 10672 "-" "HomeAssistantSupervisor/2024.03.0 aiohttp/3.9.3 Python/3.12" "172.30.32.2"
2024-03-16 09:44:00.356175239 192.168.7.173 - - [16/Mar/2024:09:44:00 +0000] "GET / HTTP/1.1" 200 10672 "-" "HomeAssistantSupervisor/2024.03.0 aiohttp/3.9.3 Python/3.12" "172.30.32.2"
2024-03-16 09:44:04.880765776 192.168.4.75 - - [16/Mar/2024:09:44:04 +0000] "GET /api/config HTTP/1.1" 200 18882 "http://192.168.7.185:5000/config" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15" "-"
2024-03-16 09:44:04.881214514 192.168.4.75 - - [16/Mar/2024:09:44:04 +0000] "GET /api/config/raw HTTP/1.1" 200 1916 "http://192.168.7.185:5000/config" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15" "-"
2024-03-16 09:44:09.886497064 192.168.4.75 - - [16/Mar/2024:09:44:09 +0000] "GET /api/config/schema.json HTTP/1.1" 200 30272 "http://192.168.7.185:5000/assets/yaml.worker.bundle.js" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15" "-"
2024-03-16 09:44:17.942958730 192.168.4.75 - - [16/Mar/2024:09:44:17 +0000] "GET /api/config HTTP/1.1" 200 18882 "http://192.168.7.185:5000/config" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15" "-"
2024-03-16 09:44:17.948634066 192.168.4.75 - - [16/Mar/2024:09:44:17 +0000] "GET /api/config/raw HTTP/1.1" 200 1916 "http://192.168.7.185:5000/config" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15" "-"
2024-03-16 09:44:22.545964843 192.168.4.75 - - [16/Mar/2024:09:44:22 +0000] "GET / HTTP/1.1" 200 6636 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15" "-"
2024-03-16 09:44:22.610150419 192.168.4.75 - - [16/Mar/2024:09:44:22 +0000] "GET /api/config HTTP/1.1" 200 18882 "http://192.168.7.185:5000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15" "-"
2024-03-16 09:44:22.702798187 192.168.4.75 - - [16/Mar/2024:09:44:22 +0000] "GET /api/both_garages_camera/latest.jpg?h=100 HTTP/1.1" 200 4536 "http://192.168.7.185:5000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15" "-"
2024-03-16 09:44:22.706024060 192.168.4.75 - - [16/Mar/2024:09:44:22 +0000] "GET /api/front_door_camera/latest.jpg?h=100 HTTP/1.1" 200 4447 "http://192.168.7.185:5000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15" "-"
2024-03-16 09:44:22.710096639 192.168.4.75 - - [16/Mar/2024:09:44:22 +0000] "GET /api/yard_camera/latest.jpg?h=100 HTTP/1.1" 200 4305 "http://192.168.7.185:5000/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15" "-"
2024-03-16 09:44:23.522041257 192.168.4.75 - - [16/Mar/2024:09:44:23 +0000] "GET /ws HTTP/1.1" 101 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15" "-"
2024-03-16 09:44:24.687880707 192.168.4.75 - - [16/Mar/2024:09:44:24 +0000] "GET /ws HTTP/1.1" 101 68684 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15" "-"
2024-03-16 09:44:53.903838854 192.168.4.75 - - [16/Mar/2024:09:44:53 +0000] "GET /config HTTP/1.1" 200 6636 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15" "-"
2024-03-16 09:44:53.937548290 192.168.4.75 - - [16/Mar/2024:09:44:53 +0000] "GET /api/config HTTP/1.1" 200 18882 "http://192.168.7.185:5000/config" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15" "-"
2024-03-16 09:44:54.078740530 192.168.4.75 - - [16/Mar/2024:09:44:54 +0000] "GET /api/config/raw HTTP/1.1" 200 1916 "http://192.168.7.185:5000/config" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15" "-"
2024-03-16 09:44:54.252627903 192.168.4.75 - - [16/Mar/2024:09:44:54 +0000] "GET /api/config/schema.json HTTP/1.1" 200 30272 "http://192.168.7.185:5000/assets/yaml.worker.bundle.js" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15" "-"
2024-03-16 09:44:55.342313571 192.168.4.75 - - [16/Mar/2024:09:44:55 +0000] "GET /api/logs/frigate HTTP/1.1" 200 671 "http://192.168.7.185:5000/logs" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15" "-"
2024-03-16 09:44:55.345109286 192.168.4.75 - - [16/Mar/2024:09:44:55 +0000] "GET /api/logs/nginx HTTP/1.1" 200 1519 "http://192.168.7.185:5000/logs" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15" "-"
2024-03-16 09:44:55.345386772 192.168.4.75 - - [16/Mar/2024:09:44:55 +0000] "GET /api/logs/go2rtc HTTP/1.1" 200 253 "http://192.168.7.185:5000/logs" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15" "-"
2024-03-16 09:45:17.938888528 192.168.4.75 - - [16/Mar/2024:09:45:17 +0000] "GET /api/config HTTP/1.1" 200 18882 "http://192.168.7.185:5000/logs" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15" "-"
2024-03-16 09:45:17.940933960 192.168.4.75 - - [16/Mar/2024:09:45:17 +0000] "GET /api/logs/go2rtc HTTP/1.1" 200 253 "http://192.168.7.185:5000/logs" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15" "-"
2024-03-16 09:45:17.941920271 192.168.4.75 - - [16/Mar/2024:09:45:17 +0000] "GET /api/logs/frigate HTTP/1.1" 200 671 "http://192.168.7.185:5000/logs" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15" "-"
2024-03-16 09:45:17.943263619 192.168.4.75 - - [16/Mar/2024:09:45:17 +0000] "GET /api/logs/nginx HTTP/1.1" 200 1611 "http://192.168.7.185:5000/logs" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15" "-"
2024-03-16 09:45:28.779586662 192.168.4.75 - - [16/Mar/2024:09:45:28 +0000] "GET /api/logs/frigate HTTP/1.1" 200 671 "http://192.168.7.185:5000/logs" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15" "-" Frigate stats{"cameras":{"both_garages_camera":{"audio_dBFS":0.0,"audio_rms":0.0,"camera_fps":10.0,"capture_pid":485,"detection_enabled":1,"detection_fps":9.5,"ffmpeg_pid":492,"pid":475,"process_fps":10.0,"skipped_fps":0.0},"front_door_camera":{"audio_dBFS":0.0,"audio_rms":0.0,"camera_fps":15.2,"capture_pid":478,"detection_enabled":1,"detection_fps":1.8,"ffmpeg_pid":482,"pid":459,"process_fps":15.2,"skipped_fps":0.0},"yard_camera":{"audio_dBFS":0.0,"audio_rms":0.0,"camera_fps":10.0,"capture_pid":481,"detection_enabled":1,"detection_fps":6.7,"ffmpeg_pid":487,"pid":462,"process_fps":10.0,"skipped_fps":0.0}},"cpu_usages":{"1":{"cmdline":"/package/admin/s6/command/s6-svscan -d4 -- /run/service","cpu":"0.0","cpu_average":"0","mem":"0.0"},"14":{"cmdline":"s6-supervise s6-linux-init-shutdownd","cpu":"0.0","cpu_average":"0","mem":"0.0"},"15":{"cmdline":"/package/admin/s6-linux-init/command/s6-linux-init-shutdownd -c /run/s6/basedir -g 3000 -C -B","cpu":"0.0","cpu_average":"0","mem":"0.0"},"23":{"cmdline":"s6-supervise go2rtc-log","cpu":"0.0","cpu_average":"0","mem":"0.0"},"24":{"cmdline":"s6-supervise s6rc-fdholder","cpu":"0.0","cpu_average":"0","mem":"0.0"},"25":{"cmdline":"s6-supervise go2rtc","cpu":"0.0","cpu_average":"0","mem":"0.0"},"26":{"cmdline":"s6-supervise go2rtc-healthcheck","cpu":"0.0","cpu_average":"0","mem":"0.0"},"27":{"cmdline":"s6-supervise nginx-log","cpu":"0.0","cpu_average":"0","mem":"0.0"},"28":{"cmdline":"s6-supervise s6rc-oneshot-runner","cpu":"0.0","cpu_average":"0","mem":"0.0"},"29":{"cmdline":"s6-supervise frigate-log","cpu":"0.0","cpu_average":"0","mem":"0.0"},"30":{"cmdline":"s6-supervise frigate","cpu":"0.0","cpu_average":"0","mem":"0.0"},"31":{"cmdline":"s6-supervise nginx","cpu":"0.0","cpu_average":"0","mem":"0.0"},"40":{"cmdline":"/package/admin/s6-2.11.3.2/command/s6-fdholderd -1 -i data/rules","cpu":"0.0","cpu_average":"0","mem":"0.0"},"41":{"cmdline":"/package/admin/s6/command/s6-ipcserverd -1 -- /package/admin/s6/command/s6-ipcserver-access -v0 -E -l0 -i data/rules -- /package/admin/s6/command/s6-sudod -t 30000 -- /package/admin/s6-rc/command/s6-rc-oneshot-run -l ../.. --","cpu":"0.0","cpu_average":"0","mem":"0.0"},"77":{"cmdline":"s6-log -b -- T 1 n0 s10000000 T /dev/shm/logs/nginx","cpu":"0.0","cpu_average":"0","mem":"0.0"},"80":{"cmdline":"s6-log -b -- T 1 n0 s10000000 T /dev/shm/logs/go2rtc","cpu":"0.0","cpu_average":"0","mem":"0.0"},"81":{"cmdline":"s6-log -b -- T 1 n0 s10000000 T /dev/shm/logs/frigate","cpu":"0.0","cpu_average":"0","mem":"0.0"},"88":{"cmdline":"/usr/local/go2rtc/bin/go2rtc -config=/dev/shm/go2rtc.yaml","cpu":"3.4","cpu_average":"3","mem":"0.0"},"93":{"cmdline":"bash ./run.user go2rtc-healthcheck","cpu":"0.0","cpu_average":"0","mem":"0.0"},"114":{"cmdline":"python3 -u -m frigate","cpu":"3.7","cpu_average":"4","mem":"0.3"},"119":{"cmdline":"nginx: master process nginx","cpu":"0.0","cpu_average":"0","mem":"0.0"},"141":{"cmdline":"nginx: worker process","cpu":"0.1","cpu_average":"0","mem":"0.0"},"142":{"cmdline":"nginx: worker process","cpu":"0.1","cpu_average":"0","mem":"0.0"},"143":{"cmdline":"nginx: worker process","cpu":"0.1","cpu_average":"0","mem":"0.0"},"144":{"cmdline":"nginx: worker process","cpu":"0.1","cpu_average":"0","mem":"0.0"},"154":{"cmdline":"nginx: worker process","cpu":"0.0","cpu_average":"0","mem":"0.0"},"170":{"cmdline":"nginx: worker process","cpu":"0.0","cpu_average":"0","mem":"0.0"},"190":{"cmdline":"nginx: worker process","cpu":"0.0","cpu_average":"0","mem":"0.0"},"222":{"cmdline":"nginx: worker process","cpu":"0.0","cpu_average":"0","mem":"0.0"},"252":{"cmdline":"nginx: cache manager process","cpu":"0.0","cpu_average":"0","mem":"0.0"},"438":{"cmdline":"frigate.logger ","cpu":"0.0","cpu_average":"0","mem":"0.2"},"440":{"cmdline":"frigate.recording_manager","cpu":"1.1","cpu_average":"1","mem":"0.2"},"449":{"cmdline":"/usr/bin/python3 -c from multiprocessing.resource_tracker import main;main(49)","cpu":"0.5","cpu_average":"0","mem":"0.0"},"450":{"cmdline":"frigate.detector.coral","cpu":"11.9","cpu_average":"11","mem":"0.2"},"452":{"cmdline":"frigate.output ","cpu":"2.0","cpu_average":"1","mem":"0.2"},"455":{"cmdline":"ffmpeg -f rawvideo -pix_fmt yuv420p -video_size 960x576 -i pipe: -f mpegts -s 1200x720 -codec:v mpeg1video -q 8 -bf 0 pipe:","cpu":"0.0","cpu_average":"0","mem":"0.0"},"456":{"cmdline":"ffmpeg -f rawvideo -pix_fmt yuv420p -video_size 768x432 -i pipe: -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:","cpu":"0.0","cpu_average":"0","mem":"0.0"},"457":{"cmdline":"ffmpeg -f rawvideo -pix_fmt yuv420p -video_size 768x432 -i pipe: -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:","cpu":"0.0","cpu_average":"0","mem":"0.0"},"459":{"cmdline":"frigate.process:front_door_camera","cpu":"9.7","cpu_average":"14","mem":"0.2"},"460":{"cmdline":"ffmpeg -f rawvideo -pix_fmt yuv420p -video_size 1280x720 -i pipe: -f mpegts -s 1280x720 -codec:v mpeg1video -q 8 -bf 0 pipe:","cpu":"0.0","cpu_average":"0","mem":"0.0"},"462":{"cmdline":"frigate.process:yard_camera","cpu":"14.9","cpu_average":"14","mem":"0.2"},"475":{"cmdline":"frigate.process:both_garages_camera","cpu":"26.1","cpu_average":"19","mem":"0.2"},"478":{"cmdline":"frigate.capture:front_door_camera","cpu":"3.6","cpu_average":"3","mem":"0.2"},"481":{"cmdline":"frigate.capture:yard_camera","cpu":"1.5","cpu_average":"1","mem":"0.2"},"482":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel_flags allow_profile_mismatch -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -user_agent FFmpeg Frigate/0.13.2-6476f8a -rtsp_transport tcp -timeout 5000000 -i rtsp://192.168.7.185:8554/frontd_sub -c copy -f flv rtmp://127.0.0.1/live/front_door_camera -r 15 -vf fps=15,scale_vaapi=w=960:h=576:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:","cpu":"12.2","cpu_average":"12","mem":"0.1"},"485":{"cmdline":"frigate.capture:both_garages_camera","cpu":"1.7","cpu_average":"1","mem":"0.2"},"487":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format yuv420p -user_agent FFmpeg Frigate/0.13.2-6476f8a -rtsp_transport tcp -timeout 5000000 -i rtsp://192.168.7.185:8554/yard_sub -c copy -f flv rtmp://127.0.0.1/live/yard_camera -r 10 -vf fps=10,scale=768:432 -threads 2 -f rawvideo -pix_fmt yuv420p pipe:","cpu":"3.5","cpu_average":"3","mem":"0.1"},"492":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel_flags allow_profile_mismatch -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -user_agent FFmpeg Frigate/0.13.2-6476f8a -rtsp_transport tcp -timeout 5000000 -i rtsp://192.168.7.185:8554/both_sub -c copy -f flv rtmp://127.0.0.1/live/both_garages_camera -r 10 -vf fps=10,scale_vaapi=w=768:h=432:format=nv12,hwdownload,format=nv12,format=yuv420p -threads 2 -f rawvideo -pix_fmt yuv420p pipe:","cpu":"2.1","cpu_average":"2","mem":"0.1"},"493":{"cmdline":"ffmpeg -hide_banner -v error -allowed_media_types video+audio -fflags nobuffer -flags low_delay -timeout 5000000 -user_agent go2rtc/ffmpeg -rtsp_flags prefer_tcp -i rtsp://*:*@192.168.7.225/Streaming/Channels/102 -c copy -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp rtsp://127.0.0.1:8554/61c7afc04f9ae3dc21cc37b8963abcbb","cpu":"0.6","cpu_average":"0","mem":"0.0"},"495":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel_flags allow_profile_mismatch -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -user_agent FFmpeg Frigate/0.13.2-6476f8a -rtsp_transport tcp -timeout 5000000 -i rtsp://192.168.7.185:8554/frontd -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac /tmp/cache/front_door_camera@%Y%m%d%H%M%S%z.mp4","cpu":"0.1","cpu_average":"0","mem":"0.0"},"499":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format yuv420p -user_agent FFmpeg Frigate/0.13.2-6476f8a -rtsp_transport tcp -timeout 5000000 -i rtsp://192.168.7.185:8554/yard -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac /tmp/cache/yard_camera@%Y%m%d%H%M%S%z.mp4","cpu":"6.8","cpu_average":"6","mem":"0.0"},"500":{"cmdline":"ffmpeg -hide_banner -loglevel warning -threads 2 -hwaccel_flags allow_profile_mismatch -hwaccel vaapi -hwaccel_device /dev/dri/renderD128 -hwaccel_output_format vaapi -user_agent FFmpeg Frigate/0.13.2-6476f8a -rtsp_transport tcp -timeout 5000000 -i rtsp://192.168.7.185:8554/both -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c copy /tmp/cache/both_garages_camera@%Y%m%d%H%M%S%z.mp4","cpu":"0.4","cpu_average":"0","mem":"0.0"},"5398":{"cmdline":"sleep 30s","cpu":"0.0","cpu_average":"0","mem":"0.0"}},"detection_fps":18.0,"detectors":{"coral":{"detection_start":0.0,"inference_speed":8.41,"pid":450}},"gpu_usages":{"intel-vaapi":{"gpu":"0.61%","mem":"-%"}},"processes":{"go2rtc":{"pid":88},"logger":{"pid":438},"recording":{"pid":440}},"service":{"last_updated":1710582261,"latest_version":"0.13.2","storage":{"/dev/shm":{"free":660.3,"mount_type":"tmpfs","total":664.0,"used":3.7},"/media/frigate/clips":{"free":887015.9,"mount_type":"ext4","total":937795.0,"used":3069.7},"/media/frigate/recordings":{"free":887015.9,"mount_type":"ext4","total":937795.0,"used":3069.7},"/tmp/cache":{"free":952.0,"mount_type":"tmpfs","total":953.7,"used":1.6}},"temperatures":{},"uptime":1394,"version":"0.13.2-6476f8a"}} Operating systemDebian Install methodDocker Compose Coral versionUSB Any other information that may be helpfulNo response |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 19 replies
-
For starters, running 0.13 the entire config directory should be mapped not just the config file. Your database is getting deleted on every restart
secondly, it looks like the reference config was copied and there are a lot of configs here that are going to cause problems and bad behavior because it specifically says not to copy it. |
Beta Was this translation helpful? Give feedback.
-
back up and running with the new config, but I can't stream the cameras with or without rtmp enabled, I have simplified my config removing FFmpeg from go2rtc and the live stream has also been remove, and when rebuilding it the container has returned to frigate mode rather then host but I don't think that will help me as my HA is supervised on HA yellow 2024-03-16 20:31:33.474 ERROR (stream_worker) [homeassistant.components.stream.stream.camera.front_door_camera] Error from stream worker: Error opening stream (ERRORTYPE_5, I/O error) rtmp://192.168.7.185/live/front_door_camera |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
for some reason the image for the container doesn't seem to be downloading fully anymore, the files above our all there is after a search. I will delete these and try to run the container one more time before I wipe the hub and start again tried rm -r and I get this rm -r /home/richard/frigate/storage/recordings /home/richard/frigate/storage/exports /home/richard/frigate/storage/clips /home/richard/frigate/storage /home/richard/frigate/model_cache /home/richard/frigate/frigate.db-wal /home/richard/frigate/frigate.db-shm /home/richard/frigate/frigate.db /home/richard/frigate/docker-compose.yml /home/richard/frigate/config /home/richard/frigate/.vacuum /home/richard/frigate/.timeline /home/richard/frigate its time for me to get my screwdriver out lol cameras: also this shows the correct names in go2rtc is there something else don't understand? or was it a fault regardless of how I named the camera? |
Beta Was this translation helpful? Give feedback.
-
please advise on new build shall I nano config as it looks it should now be or continue with nano config.yml |
Beta Was this translation helpful? Give feedback.
-
I am sorry, I understand now you was pointing me to, I am sure it wasn't all so case sensitive when I set it up in the past but I may have forgotten. Thank you for your help go2rtc: cameras: I know have it set up in Proxmox, I was a little scared of trying it but its much better and seems much more powerful. I have trouble setting up the webrtc part of the config now tho. I |
Beta Was this translation helpful? Give feedback.
so there's the problem, your go2rtc streams and frigate cameras do not have matching names